react/packages
Vitali Zaidman fb3b9ead47
fix[react-devtools] component badge in light mode is now not invisible (#29852)
In light mode, component badges in profiler were invisible due to using
the alpha channel to produce the grayish color. Instead I'm using the
equivalent RGB without that alpha.

**before**
In light mode, component badges in profiler were invisible (forwardRef
badge in this case):
![Screenshot 2024-06-11 at 13 15
16](https://github.com/facebook/react/assets/5188459/385b80a5-d385-4eac-bac6-7fec6938d78f)

**after**
Profiler tooltip fix. also notice there's no regression on the right
menu:
![Screenshot 2024-06-11 at 13 04
41](https://github.com/facebook/react/assets/5188459/64aa27f7-35b8-4e3b-91d4-c12d5a97330e)

also works in dark mode:
![Screenshot 2024-06-11 at 13 12
17](https://github.com/facebook/react/assets/5188459/99aa55fd-23ee-4881-9676-63eca86bf761)

Still visible in components in light mode, whether selected or not:
![Screenshot 2024-06-11 at 13 04
49](https://github.com/facebook/react/assets/5188459/59c0bf63-d9b0-4d46-a145-f615249d1da0)

components dark mode:
![Screenshot 2024-06-11 at 13 10
25](https://github.com/facebook/react/assets/5188459/16e61acc-c431-4bfa-8a65-ca6701f4379b)
2024-06-11 14:32:39 +01:00
..
dom-event-testing-library Add jest lint rules (#29760) 2024-06-10 14:31:37 -04:00
eslint-plugin-react-hooks eslint-plugin-react-hooks: Add support for ESLint v9 (#28773) 2024-04-23 23:29:01 +02:00
internal-test-utils Remove Warning: prefix and toString on console Arguments (#29839) 2024-06-10 18:41:56 -04:00
jest-react Don't minify symbols in production builds (#28881) 2024-04-20 11:23:46 -04:00
react Remove Warning: prefix and toString on console Arguments (#29839) 2024-06-10 18:41:56 -04:00
react-art Reconciler: Change commitUpdate signature to account for unused updatePayload parameter (#28909) 2024-04-25 19:14:06 +02:00
react-cache Remove Warning: prefix and toString on console Arguments (#29839) 2024-06-10 18:41:56 -04:00
react-client [Flight] Run recreated Errors within a fake native stack (#29717) 2024-06-07 11:54:14 -04:00
react-debug-tools fix[ReactDebugHooks/find-primitive-index]: remove some assumptions (#29652) 2024-05-30 16:11:56 +01:00
react-devtools chore[react-devtools]: ip => internal-ip (#29772) 2024-06-05 19:58:12 +01:00
react-devtools-core Default native inspections config false (#29784) 2024-06-06 17:48:44 +01:00
react-devtools-extensions Default native inspections config false (#29784) 2024-06-06 17:48:44 +01:00
react-devtools-fusebox Default native inspections config false (#29784) 2024-06-06 17:48:44 +01:00
react-devtools-inline Add jest lint rules (#29760) 2024-06-10 14:31:37 -04:00
react-devtools-shared fix[react-devtools] component badge in light mode is now not invisible (#29852) 2024-06-11 14:32:39 +01:00
react-devtools-shell Remove Warning: prefix and toString on console Arguments (#29839) 2024-06-10 18:41:56 -04:00
react-devtools-timeline Add jest lint rules (#29760) 2024-06-10 14:31:37 -04:00
react-dom Remove Warning: prefix and toString on console Arguments (#29839) 2024-06-10 18:41:56 -04:00
react-dom-bindings Remove Warning: prefix and toString on console Arguments (#29839) 2024-06-10 18:41:56 -04:00
react-is Don't minify symbols in production builds (#28881) 2024-04-20 11:23:46 -04:00
react-native-renderer Remove Warning: prefix and toString on console Arguments (#29839) 2024-06-10 18:41:56 -04:00
react-noop-renderer [Flight] Schedule work in a microtask (#29491) 2024-06-06 10:19:57 -07:00
react-reconciler Remove Warning: prefix and toString on console Arguments (#29839) 2024-06-10 18:41:56 -04:00
react-refresh Add jest lint rules (#29760) 2024-06-10 14:31:37 -04:00
react-server [Flight] Allow aborting during render (#29764) 2024-06-06 14:41:27 -07:00
react-server-dom-esm [Flight] Add findSourceMapURL option to get a URL to load Server source maps from (#29708) 2024-06-02 22:58:24 -04:00
react-server-dom-fb Remove ReactFlightFB bundles (#28864) 2024-04-18 16:41:04 -04:00
react-server-dom-turbopack [Flight][Fizz] schedule work async (#29551) 2024-06-06 10:07:24 -07:00
react-server-dom-webpack Remove Warning: prefix and toString on console Arguments (#29839) 2024-06-10 18:41:56 -04:00
react-suspense-test-utils (Land #28798) Move Current Owner (and Cache) to an Async Dispatcher (#28912) 2024-04-25 10:40:40 -07:00
react-test-renderer Remove Warning: prefix and toString on console Arguments (#29839) 2024-06-10 18:41:56 -04:00
scheduler Add jest lint rules (#29760) 2024-06-10 14:31:37 -04:00
shared Remove Warning: prefix and toString on console Arguments (#29839) 2024-06-10 18:41:56 -04:00
use-subscription Don't minify symbols in production builds (#28881) 2024-04-20 11:23:46 -04:00
use-sync-external-store Add jest lint rules (#29760) 2024-06-10 14:31:37 -04:00