@vueless/nuxt 0.0.9-beta.7 → 0.0.9-beta.9
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/dist/module.json +1 -1
- package/dist/package.json +2 -2
- package/dist/runtime/plugin.js +1 -1
- package/package.json +2 -2
package/dist/module.json
CHANGED
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vueless/nuxt",
|
|
3
|
-
"version": "0.0.9-beta.
|
|
3
|
+
"version": "0.0.9-beta.9",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "Nuxt Styleless UI Component Library, powered by Tailwind CSS.",
|
|
6
6
|
"keywords": [
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"@nuxt/kit": "^3.13.1",
|
|
59
59
|
"@tailwindcss/vite": "^4.0.14",
|
|
60
60
|
"tailwindcss": "^4.0.14",
|
|
61
|
-
"vueless": "^0.0.825-beta.
|
|
61
|
+
"vueless": "^0.0.825-beta.47"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
64
|
"@material-symbols/svg-500": "^0.29.1",
|
package/dist/runtime/plugin.js
CHANGED
|
@@ -22,7 +22,7 @@ export default defineNuxtPlugin((_nuxtApp) => {
|
|
|
22
22
|
const cookies = parseCookies(event?.node.req.headers.cookie);
|
|
23
23
|
const primary = cookies?.[PRIMARY_COLOR_KEY];
|
|
24
24
|
const neutral = cookies?.[NEUTRAL_COLOR_KEY];
|
|
25
|
-
const rounding =
|
|
25
|
+
const rounding = cookies?.[ROUNDING_KEY];
|
|
26
26
|
const colorMode = cookies?.[COLOR_MODE_KEY];
|
|
27
27
|
const isCachedAutoMode = Boolean(Number(cookies?.[AUTO_MODE_KEY]));
|
|
28
28
|
const themeRootVariables = setTheme({ primary, neutral, rounding, colorMode }, isCachedAutoMode);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vueless/nuxt",
|
|
3
|
-
"version": "0.0.9-beta.
|
|
3
|
+
"version": "0.0.9-beta.9",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "Nuxt Styleless UI Component Library, powered by Tailwind CSS.",
|
|
6
6
|
"keywords": [
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"@nuxt/kit": "^3.13.1",
|
|
59
59
|
"@tailwindcss/vite": "^4.0.14",
|
|
60
60
|
"tailwindcss": "^4.0.14",
|
|
61
|
-
"vueless": "^0.0.825-beta.
|
|
61
|
+
"vueless": "^0.0.825-beta.47"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
64
|
"@material-symbols/svg-500": "^0.29.1",
|