@kayord/ui 3.0.7 → 3.0.8
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,4 @@
|
|
|
1
|
-
export declare const SIDEBAR_COOKIE_NAME = "
|
|
1
|
+
export declare const SIDEBAR_COOKIE_NAME = "sidebar_state";
|
|
2
2
|
export declare const SIDEBAR_COOKIE_MAX_AGE: number;
|
|
3
3
|
export declare const SIDEBAR_WIDTH = "16rem";
|
|
4
4
|
export declare const SIDEBAR_WIDTH_MOBILE = "18rem";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kayord/ui",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "3.0.
|
|
4
|
+
"version": "3.0.8",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "git+https://github.com/kayordDX/ui"
|
|
@@ -122,8 +122,8 @@
|
|
|
122
122
|
"@tailwindcss/vite": "^4.3.0",
|
|
123
123
|
"@types/d3-scale": "^4.0.9",
|
|
124
124
|
"@types/d3-shape": "^3.1.8",
|
|
125
|
-
"@vitest/browser": "^4.1.
|
|
126
|
-
"@vitest/browser-playwright": "^4.1.
|
|
125
|
+
"@vitest/browser": "^4.1.6",
|
|
126
|
+
"@vitest/browser-playwright": "^4.1.6",
|
|
127
127
|
"d3-scale": "^4.0.2",
|
|
128
128
|
"d3-shape": "^3.2.0",
|
|
129
129
|
"embla-carousel-svelte": "^8.6.0",
|
|
@@ -136,9 +136,9 @@
|
|
|
136
136
|
"mode-watcher": "^1.1.0",
|
|
137
137
|
"paneforge": "^1.0.2",
|
|
138
138
|
"prettier": "^3.8.3",
|
|
139
|
-
"prettier-plugin-svelte": "^3.5.
|
|
139
|
+
"prettier-plugin-svelte": "^3.5.2",
|
|
140
140
|
"prettier-plugin-tailwindcss": "^0.8.0",
|
|
141
|
-
"publint": "^0.3.
|
|
141
|
+
"publint": "^0.3.21",
|
|
142
142
|
"runed": "^0.37.1",
|
|
143
143
|
"svelte": "5.55.5",
|
|
144
144
|
"svelte-check": "^4.4.8",
|
|
@@ -148,10 +148,10 @@
|
|
|
148
148
|
"tslib": "^2.8.1",
|
|
149
149
|
"tw-animate-css": "1.4.0",
|
|
150
150
|
"typescript": "^6.0.3",
|
|
151
|
-
"typescript-eslint": "^8.59.
|
|
151
|
+
"typescript-eslint": "^8.59.3",
|
|
152
152
|
"vaul-svelte": "1.0.0-next.7",
|
|
153
|
-
"vite": "^8.0.
|
|
154
|
-
"vitest": "^4.1.
|
|
153
|
+
"vite": "^8.0.12",
|
|
154
|
+
"vitest": "^4.1.6",
|
|
155
155
|
"vitest-browser-svelte": "^2.1.1",
|
|
156
156
|
"zod": "4.4.3"
|
|
157
157
|
},
|