@bluealba/pae-ui-react-core 4.6.0-integration-css.412 → 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.tokens`/`pae.base` regardless of when it loads — no artificial delay
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 (tokens are inherited custom properties either way).
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bluealba/pae-ui-react-core",
3
- "version": "4.6.0-integration-css.412",
3
+ "version": "4.6.0-integration-css.413",
4
4
  "type": "module",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "module": "./dist/index.esm.js",