@kayord/ui 2.0.5 → 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.
|
@@ -5,8 +5,8 @@ export { AspectRatio } from "./aspect-ratio/index.js";
|
|
|
5
5
|
export * as Avatar from "./avatar/index.js";
|
|
6
6
|
export { Badge, badgeVariants, type BadgeVariant } from "./badge/index.js";
|
|
7
7
|
export * as Breadcrumb from "./breadcrumb/index.js";
|
|
8
|
-
export * as ButtonGroup from "./button-group/index.js";
|
|
9
8
|
export { Button, type ButtonProps, buttonVariants } from "./button/index.js";
|
|
9
|
+
export * as ButtonGroup from "./button-group/index.js";
|
|
10
10
|
export * as Card from "./card/index.js";
|
|
11
11
|
export { Checkbox } from "./checkbox/index.js";
|
|
12
12
|
export * as Collapsible from "./collapsible/index.js";
|
|
@@ -17,13 +17,15 @@ export * as DropdownMenu from "./dropdown-menu/index.js";
|
|
|
17
17
|
export * as Empty from "./empty/index.js";
|
|
18
18
|
export * as Field from "./field/index.js";
|
|
19
19
|
export * as HoverCard from "./hover-card/index.js";
|
|
20
|
-
export * as InputGroup from "./input-group/index.js";
|
|
21
20
|
export { Input } from "./input/index.js";
|
|
21
|
+
export * as InputGroup from "./input-group/index.js";
|
|
22
22
|
export * as InputOTP from "./input-otp/index.js";
|
|
23
23
|
export * as Item from "./item/index.js";
|
|
24
24
|
export * as Kbd from "./kbd/index.js";
|
|
25
25
|
export { Label } from "./label/index.js";
|
|
26
26
|
export * as Menubar from "./menubar/index.js";
|
|
27
|
+
export * as NativeSelect from "./native-select/index.js";
|
|
28
|
+
export * as NavigationMenu from "./navigation-menu/index.js";
|
|
27
29
|
export * as Pagination from "./pagination/index.js";
|
|
28
30
|
export * as Popover from "./popover/index.js";
|
|
29
31
|
export { Progress } from "./progress/index.js";
|
|
@@ -35,8 +37,8 @@ export * as Sheet from "./sheet/index.js";
|
|
|
35
37
|
export * as Sidebar from "./sidebar/index.js";
|
|
36
38
|
export { Skeleton } from "./skeleton/index.js";
|
|
37
39
|
export { Slider } from "./slider/index.js";
|
|
38
|
-
export { Switch } from "./switch/index.js";
|
|
39
40
|
export { Spinner } from "./spinner/index.js";
|
|
41
|
+
export { Switch } from "./switch/index.js";
|
|
40
42
|
export * as Table from "./table/index.js";
|
|
41
43
|
export * as Tabs from "./tabs/index.js";
|
|
42
44
|
export { Textarea } from "./textarea/index.js";
|
|
@@ -5,8 +5,8 @@ export { AspectRatio } from "./aspect-ratio/index.js";
|
|
|
5
5
|
export * as Avatar from "./avatar/index.js";
|
|
6
6
|
export { Badge, badgeVariants } from "./badge/index.js";
|
|
7
7
|
export * as Breadcrumb from "./breadcrumb/index.js";
|
|
8
|
-
export * as ButtonGroup from "./button-group/index.js";
|
|
9
8
|
export { Button, buttonVariants } from "./button/index.js";
|
|
9
|
+
export * as ButtonGroup from "./button-group/index.js";
|
|
10
10
|
export * as Card from "./card/index.js";
|
|
11
11
|
export { Checkbox } from "./checkbox/index.js";
|
|
12
12
|
export * as Collapsible from "./collapsible/index.js";
|
|
@@ -17,13 +17,15 @@ export * as DropdownMenu from "./dropdown-menu/index.js";
|
|
|
17
17
|
export * as Empty from "./empty/index.js";
|
|
18
18
|
export * as Field from "./field/index.js";
|
|
19
19
|
export * as HoverCard from "./hover-card/index.js";
|
|
20
|
-
export * as InputGroup from "./input-group/index.js";
|
|
21
20
|
export { Input } from "./input/index.js";
|
|
21
|
+
export * as InputGroup from "./input-group/index.js";
|
|
22
22
|
export * as InputOTP from "./input-otp/index.js";
|
|
23
23
|
export * as Item from "./item/index.js";
|
|
24
24
|
export * as Kbd from "./kbd/index.js";
|
|
25
25
|
export { Label } from "./label/index.js";
|
|
26
26
|
export * as Menubar from "./menubar/index.js";
|
|
27
|
+
export * as NativeSelect from "./native-select/index.js";
|
|
28
|
+
export * as NavigationMenu from "./navigation-menu/index.js";
|
|
27
29
|
export * as Pagination from "./pagination/index.js";
|
|
28
30
|
export * as Popover from "./popover/index.js";
|
|
29
31
|
export { Progress } from "./progress/index.js";
|
|
@@ -35,8 +37,8 @@ export * as Sheet from "./sheet/index.js";
|
|
|
35
37
|
export * as Sidebar from "./sidebar/index.js";
|
|
36
38
|
export { Skeleton } from "./skeleton/index.js";
|
|
37
39
|
export { Slider } from "./slider/index.js";
|
|
38
|
-
export { Switch } from "./switch/index.js";
|
|
39
40
|
export { Spinner } from "./spinner/index.js";
|
|
41
|
+
export { Switch } from "./switch/index.js";
|
|
40
42
|
export * as Table from "./table/index.js";
|
|
41
43
|
export * as Tabs from "./tabs/index.js";
|
|
42
44
|
export { Textarea } from "./textarea/index.js";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kayord/ui",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "2.0.
|
|
4
|
+
"version": "2.0.7",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
7
7
|
"types": "./dist/index.d.ts",
|
|
@@ -101,31 +101,31 @@
|
|
|
101
101
|
}
|
|
102
102
|
},
|
|
103
103
|
"dependencies": {
|
|
104
|
-
"bits-ui": "2.14.
|
|
104
|
+
"bits-ui": "2.14.2",
|
|
105
105
|
"clsx": "^2.1.1",
|
|
106
106
|
"tailwind-merge": "^3.3.1",
|
|
107
107
|
"tailwind-variants": "^3.1.1"
|
|
108
108
|
},
|
|
109
109
|
"devDependencies": {
|
|
110
110
|
"@internationalized/date": "^3.10.0",
|
|
111
|
-
"@lucide/svelte": "^0.
|
|
111
|
+
"@lucide/svelte": "^0.552.0",
|
|
112
112
|
"@sveltejs/adapter-auto": "^7.0.0",
|
|
113
|
-
"@sveltejs/kit": "^2.48.
|
|
113
|
+
"@sveltejs/kit": "^2.48.4",
|
|
114
114
|
"@sveltejs/package": "^2.5.4",
|
|
115
115
|
"@sveltejs/vite-plugin-svelte": "^6.2.1",
|
|
116
116
|
"@tailwindcss/vite": "^4.1.16",
|
|
117
117
|
"@types/d3-scale": "^4.0.9",
|
|
118
118
|
"@types/d3-shape": "^3.1.7",
|
|
119
|
-
"@typescript-eslint/eslint-plugin": "^8.46.
|
|
120
|
-
"@typescript-eslint/parser": "^8.46.
|
|
121
|
-
"@vitest/browser": "^4.0.
|
|
122
|
-
"@vitest/browser-playwright": "^4.0.
|
|
119
|
+
"@typescript-eslint/eslint-plugin": "^8.46.3",
|
|
120
|
+
"@typescript-eslint/parser": "^8.46.3",
|
|
121
|
+
"@vitest/browser": "^4.0.6",
|
|
122
|
+
"@vitest/browser-playwright": "^4.0.6",
|
|
123
123
|
"d3-scale": "^4.0.2",
|
|
124
124
|
"d3-shape": "^3.2.0",
|
|
125
125
|
"embla-carousel-svelte": "^8.6.0",
|
|
126
|
-
"eslint": "^9.
|
|
126
|
+
"eslint": "^9.39.0",
|
|
127
127
|
"eslint-config-prettier": "^10.1.8",
|
|
128
|
-
"eslint-plugin-svelte": "^3.
|
|
128
|
+
"eslint-plugin-svelte": "^3.13.0",
|
|
129
129
|
"formsnap": "^2.0.1",
|
|
130
130
|
"layerchart": "2.0.0-next.40",
|
|
131
131
|
"mode-watcher": "^1.1.0",
|
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
"prettier-plugin-svelte": "^3.4.0",
|
|
135
135
|
"prettier-plugin-tailwindcss": "^0.7.1",
|
|
136
136
|
"publint": "^0.3.15",
|
|
137
|
-
"svelte": "5.
|
|
137
|
+
"svelte": "5.43.2",
|
|
138
138
|
"svelte-check": "^4.3.3",
|
|
139
139
|
"svelte-sonner": "^1.0.5",
|
|
140
140
|
"sveltekit-superforms": "^2.28.0",
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
"typescript": "^5.9.3",
|
|
145
145
|
"vaul-svelte": "1.0.0-next.7",
|
|
146
146
|
"vite": "^7.1.12",
|
|
147
|
-
"vitest": "^4.0.
|
|
147
|
+
"vitest": "^4.0.6",
|
|
148
148
|
"vitest-browser-svelte": "^2.0.0",
|
|
149
149
|
"zod": "4.1.12"
|
|
150
150
|
},
|