@fest-lib/veela 1.0.1 → 1.0.2

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fest-lib/veela",
3
3
  "description": "fest-lib Veela: CSS tokens, --c2 color functions, Agate.UX, SCSS + runtime loaders",
4
- "version": "1.0.1",
4
+ "version": "1.0.2",
5
5
  "license": "MIT",
6
6
  "type": "module",
7
7
  "sideEffects": true,
@@ -7,7 +7,8 @@
7
7
  */
8
8
 
9
9
  /*
10
- * INVARIANT: this is the only cascade-order registry. Component, view, and
11
- * shell sheets join one of these layers instead of declaring local preludes.
10
+ * INVARIANT: this is the compiled-SCSS cascade-order prelude. Component, view,
11
+ * and shell sheets join one of these layers instead of declaring local preludes.
12
+ * JS wrap/unwrap/order lives in `@fest-lib/style-lib` `layers.ts` (`VEELA_CASCADE_LAYERS`).
12
13
  */
13
14
  @layer tokens, base, layout, components, utilities, theme, overrides, print;