@celar-ui/svelte 1.8.1 → 1.8.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/dist/inputs/Checkbox.svelte +1 -1
- package/dist/inputs/RadioItem.svelte +1 -1
- package/dist/inputs/Switch.svelte +2 -2
- package/dist/navigation/AdaptiveSidebar.svelte +1 -2
- package/dist/navigation/AppBar.svelte +1 -2
- package/dist/navigation/NavigationDrawer.svelte +1 -2
- package/package.json +19 -19
|
@@ -67,11 +67,11 @@
|
|
|
67
67
|
transition-duration: var(--transition-dur);
|
|
68
68
|
}
|
|
69
69
|
|
|
70
|
-
:global([data-switch-root][data-state=
|
|
70
|
+
:global([data-switch-root][data-state='checked']) {
|
|
71
71
|
background-color: var(--color-primary);
|
|
72
72
|
}
|
|
73
73
|
|
|
74
|
-
:global([data-switch-thumb][data-state=
|
|
74
|
+
:global([data-switch-thumb][data-state='checked']) {
|
|
75
75
|
background-color: var(--color-primaryContainer);
|
|
76
76
|
transform: translateX(14px);
|
|
77
77
|
}</style>
|
|
@@ -65,8 +65,7 @@
|
|
|
65
65
|
left: 0;
|
|
66
66
|
width: 100%;
|
|
67
67
|
height: 100%;
|
|
68
|
-
|
|
69
|
-
backdrop-filter: blur(var(--blur-length));
|
|
68
|
+
backdrop-filter: blur(var(--blur-length));
|
|
70
69
|
background-color: rgba(var(--color-onBackground--rgb), 0.2);
|
|
71
70
|
z-index: 100;
|
|
72
71
|
visibility: hidden;
|
|
@@ -34,8 +34,7 @@
|
|
|
34
34
|
justify-content: space-between;
|
|
35
35
|
align-items: center;
|
|
36
36
|
gap: var(--gap--half);
|
|
37
|
-
|
|
38
|
-
backdrop-filter: blur(var(--blur-length--x2));
|
|
37
|
+
backdrop-filter: blur(var(--blur-length--x2));
|
|
39
38
|
background-color: rgba(var(--color-background--rgb), 0.88);
|
|
40
39
|
padding: 0 var(--gap--half);
|
|
41
40
|
min-height: var(--gap--x3);
|
|
@@ -86,8 +86,7 @@
|
|
|
86
86
|
left: 0;
|
|
87
87
|
width: 100%;
|
|
88
88
|
height: 100%;
|
|
89
|
-
|
|
90
|
-
backdrop-filter: blur(var(--blur-length));
|
|
89
|
+
backdrop-filter: blur(var(--blur-length));
|
|
91
90
|
background-color: rgba(var(--color-onBackground--rgb), 0.2);
|
|
92
91
|
z-index: 100;
|
|
93
92
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@celar-ui/svelte",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "cuikho210",
|
|
@@ -52,29 +52,29 @@
|
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@eslint/compat": "^1.4.1",
|
|
55
|
-
"@eslint/js": "^9.39.
|
|
56
|
-
"@iconify-json/hugeicons": "^1.2.
|
|
55
|
+
"@eslint/js": "^9.39.4",
|
|
56
|
+
"@iconify-json/hugeicons": "^1.2.24",
|
|
57
57
|
"@sveltejs/adapter-auto": "^4.0.0",
|
|
58
|
-
"@sveltejs/kit": "^2.
|
|
59
|
-
"@sveltejs/package": "^2.5.
|
|
58
|
+
"@sveltejs/kit": "^2.55.0",
|
|
59
|
+
"@sveltejs/package": "^2.5.7",
|
|
60
60
|
"@sveltejs/vite-plugin-svelte": "^5.1.1",
|
|
61
|
-
"@types/bun": "^1.3.
|
|
62
|
-
"autoprefixer": "^10.4.
|
|
63
|
-
"bits-ui": "^2.
|
|
64
|
-
"csstype": "^3.
|
|
65
|
-
"eslint": "^9.39.
|
|
61
|
+
"@types/bun": "^1.3.10",
|
|
62
|
+
"autoprefixer": "^10.4.27",
|
|
63
|
+
"bits-ui": "^2.16.3",
|
|
64
|
+
"csstype": "^3.2.3",
|
|
65
|
+
"eslint": "^9.39.4",
|
|
66
66
|
"eslint-config-prettier": "^10.1.8",
|
|
67
|
-
"eslint-plugin-svelte": "^3.
|
|
67
|
+
"eslint-plugin-svelte": "^3.15.2",
|
|
68
68
|
"globals": "^16.5.0",
|
|
69
|
-
"material-dynamic-colors": "^1.1.
|
|
70
|
-
"prettier": "^3.
|
|
71
|
-
"prettier-plugin-svelte": "^3.
|
|
72
|
-
"publint": "^0.3.
|
|
73
|
-
"sass": "^1.
|
|
74
|
-
"svelte": "^5.
|
|
75
|
-
"svelte-check": "^4.
|
|
69
|
+
"material-dynamic-colors": "^1.1.4",
|
|
70
|
+
"prettier": "^3.8.1",
|
|
71
|
+
"prettier-plugin-svelte": "^3.5.1",
|
|
72
|
+
"publint": "^0.3.18",
|
|
73
|
+
"sass": "^1.98.0",
|
|
74
|
+
"svelte": "^5.53.12",
|
|
75
|
+
"svelte-check": "^4.4.5",
|
|
76
76
|
"typescript": "^5.9.3",
|
|
77
|
-
"typescript-eslint": "^8.
|
|
77
|
+
"typescript-eslint": "^8.57.0",
|
|
78
78
|
"unplugin-icons": "^22.5.0",
|
|
79
79
|
"vite": "^6.4.1"
|
|
80
80
|
},
|