@bluealba/pae-ui-react-core 4.6.0-integration-css.409 → 4.6.0-integration-css.413
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -4,10 +4,11 @@
|
|
|
4
4
|
* The stylesheet is wrapped in `@layer pae.customization`, the highest layer
|
|
5
5
|
* of the platform cascade contract (declared first in the document by the
|
|
6
6
|
* gateway). That makes the override deterministic: it always wins over
|
|
7
|
-
* `pae.
|
|
7
|
+
* `pae.theme`/`pae.base` regardless of when it loads — no artificial delay
|
|
8
8
|
* needed (this used to wait 1s to win by source order).
|
|
9
9
|
*
|
|
10
10
|
* Styles go through the StyleRegistry, so they reach both the document and
|
|
11
|
-
* the shell shadow root (
|
|
11
|
+
* the shell shadow root (theme variables are inherited custom properties
|
|
12
|
+
* either way).
|
|
12
13
|
*/
|
|
13
14
|
export declare const useDynamicStyleSheet: (styleSheet?: string) => void;
|