@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.
@@ -98,6 +98,6 @@
98
98
  transition-timing-function: ease-in;
99
99
  }
100
100
 
101
- :global([data-checkbox-root]:not([data-state="unchecked"])) {
101
+ :global([data-checkbox-root]:not([data-state='unchecked'])) {
102
102
  background-color: var(--color-primary);
103
103
  }</style>
@@ -50,6 +50,6 @@
50
50
  border-radius: 50%;
51
51
  }
52
52
 
53
- :global([data-radio-group-item][data-state="checked"]) {
53
+ :global([data-radio-group-item][data-state='checked']) {
54
54
  background-color: var(--color-primary);
55
55
  }</style>
@@ -67,11 +67,11 @@
67
67
  transition-duration: var(--transition-dur);
68
68
  }
69
69
 
70
- :global([data-switch-root][data-state="checked"]) {
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="checked"]) {
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
- -webkit-backdrop-filter: blur(var(--blur-length));
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
- -webkit-backdrop-filter: blur(var(--blur-length--x2));
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
- -webkit-backdrop-filter: blur(var(--blur-length));
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.1",
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.1",
56
- "@iconify-json/hugeicons": "^1.2.17",
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.48.4",
59
- "@sveltejs/package": "^2.5.4",
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.1",
62
- "autoprefixer": "^10.4.21",
63
- "bits-ui": "^2.14.2",
64
- "csstype": "^3.1.3",
65
- "eslint": "^9.39.1",
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.13.0",
67
+ "eslint-plugin-svelte": "^3.15.2",
68
68
  "globals": "^16.5.0",
69
- "material-dynamic-colors": "^1.1.2",
70
- "prettier": "^3.6.2",
71
- "prettier-plugin-svelte": "^3.4.0",
72
- "publint": "^0.3.15",
73
- "sass": "^1.93.3",
74
- "svelte": "^5.43.4",
75
- "svelte-check": "^4.3.3",
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.46.3",
77
+ "typescript-eslint": "^8.57.0",
78
78
  "unplugin-icons": "^22.5.0",
79
79
  "vite": "^6.4.1"
80
80
  },