@marianmeres/stuic 2.0.6 → 2.0.7

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.
@@ -1,4 +1,14 @@
1
- @import "../../_shared.css";
1
+ /* @import "../../_shared.css"; */
2
+
3
+ /*
4
+ When defining theme variables that reference other variables, use the inline option.
5
+
6
+ Using the inline option, the utility class will use the theme variable value instead
7
+ of referencing the actual theme variable.
8
+
9
+ Without using inline, your utility classes might resolve to unexpected values because
10
+ of how variables are resolved in CSS.
11
+ */
2
12
 
3
13
  /* prettier-ignore */
4
14
  @theme inline {
package/dist/index.css CHANGED
@@ -7,7 +7,7 @@
7
7
  @import "./components/ButtonGroupRadio/index.css";
8
8
  @import "./components/DismissibleMessage/index.css";
9
9
  @import "./components/Input/index.css";
10
- @import "./components/Notifications/index.css";
10
+ @import "./components/Notifications/index.css" layer(utilities);
11
11
  @import "./components/Progress/index.css";
12
12
  @import "./components/Switch/index.css";
13
13
  @import "./components/TwCheck/index.css";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marianmeres/stuic",
3
- "version": "2.0.6",
3
+ "version": "2.0.7",
4
4
  "scripts": {
5
5
  "dev": "vite dev",
6
6
  "build": "vite build && npm run prepack",