@kayord/ui 0.8.6 → 0.8.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.
- package/dist/components/ui/input/index.d.ts +1 -0
- package/dist/components/ui/input/input.svelte +3 -0
- package/dist/components/ui/pagination/pagination-link.svelte.d.ts +2 -2
- package/dist/components/ui/table/table.svelte +1 -1
- package/dist/components/ui/textarea/textarea.svelte +2 -0
- package/package.json +13 -13
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
let className = void 0;
|
|
3
3
|
export let value = void 0;
|
|
4
4
|
export { className as class };
|
|
5
|
+
export let readonly = void 0;
|
|
5
6
|
</script>
|
|
6
7
|
|
|
7
8
|
<input
|
|
@@ -10,6 +11,7 @@ export { className as class };
|
|
|
10
11
|
className
|
|
11
12
|
)}
|
|
12
13
|
bind:value
|
|
14
|
+
{readonly}
|
|
13
15
|
on:blur
|
|
14
16
|
on:change
|
|
15
17
|
on:click
|
|
@@ -24,5 +26,6 @@ export { className as class };
|
|
|
24
26
|
on:mouseleave
|
|
25
27
|
on:paste
|
|
26
28
|
on:input
|
|
29
|
+
on:wheel
|
|
27
30
|
{...$$restProps}
|
|
28
31
|
/>
|
|
@@ -6,9 +6,9 @@ declare const __propDef: {
|
|
|
6
6
|
} & {
|
|
7
7
|
asChild?: boolean | undefined;
|
|
8
8
|
el?: HTMLButtonElement | undefined;
|
|
9
|
-
} & import("svelte/elements").HTMLButtonAttributes & Props & {
|
|
9
|
+
} & (import("svelte/elements").HTMLButtonAttributes & Props & {
|
|
10
10
|
isActive: boolean;
|
|
11
|
-
};
|
|
11
|
+
});
|
|
12
12
|
slots: {
|
|
13
13
|
default: {};
|
|
14
14
|
};
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
let className = void 0;
|
|
3
3
|
export let value = void 0;
|
|
4
4
|
export { className as class };
|
|
5
|
+
export let readonly = void 0;
|
|
5
6
|
</script>
|
|
6
7
|
|
|
7
8
|
<textarea
|
|
@@ -10,6 +11,7 @@ export { className as class };
|
|
|
10
11
|
className
|
|
11
12
|
)}
|
|
12
13
|
bind:value
|
|
14
|
+
{readonly}
|
|
13
15
|
on:blur
|
|
14
16
|
on:change
|
|
15
17
|
on:click
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kayord/ui",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.8.
|
|
4
|
+
"version": "0.8.8",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
7
7
|
"types": "./dist/index.d.ts",
|
|
@@ -33,14 +33,14 @@
|
|
|
33
33
|
"bits-ui": "^0.21.2",
|
|
34
34
|
"clsx": "^2.1.0",
|
|
35
35
|
"cmdk-sv": "^0.0.17",
|
|
36
|
-
"embla-carousel-svelte": "8.0.
|
|
36
|
+
"embla-carousel-svelte": "8.0.1",
|
|
37
37
|
"formsnap": "^1.0.0",
|
|
38
|
-
"lucide-svelte": "^0.
|
|
38
|
+
"lucide-svelte": "^0.365.0",
|
|
39
39
|
"mode-watcher": "^0.3.0",
|
|
40
|
-
"paneforge": "^0.0.
|
|
40
|
+
"paneforge": "^0.0.3",
|
|
41
41
|
"svelte-headless-table": "^0.18.2",
|
|
42
42
|
"svelte-sonner": "^0.3.21",
|
|
43
|
-
"sveltekit-superforms": "^2.12.
|
|
43
|
+
"sveltekit-superforms": "^2.12.4",
|
|
44
44
|
"tailwind-merge": "^2.2.2",
|
|
45
45
|
"tailwind-variants": "^0.2.1",
|
|
46
46
|
"vaul-svelte": "^0.3.0",
|
|
@@ -49,17 +49,17 @@
|
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@sveltejs/adapter-auto": "^3.2.0",
|
|
51
51
|
"@sveltejs/kit": "^2.5.5",
|
|
52
|
-
"@sveltejs/package": "^2.3.
|
|
52
|
+
"@sveltejs/package": "^2.3.1",
|
|
53
53
|
"@sveltejs/vite-plugin-svelte": "^3.0.2",
|
|
54
54
|
"@testing-library/jest-dom": "^6.4.2",
|
|
55
55
|
"@testing-library/svelte": "^4.1.0",
|
|
56
|
-
"@typescript-eslint/eslint-plugin": "^7.
|
|
57
|
-
"@typescript-eslint/parser": "^7.
|
|
56
|
+
"@typescript-eslint/eslint-plugin": "^7.6.0",
|
|
57
|
+
"@typescript-eslint/parser": "^7.6.0",
|
|
58
58
|
"autoprefixer": "^10.4.19",
|
|
59
|
-
"eslint": "^
|
|
59
|
+
"eslint": "^9.0.0",
|
|
60
60
|
"eslint-config-prettier": "^9.1.0",
|
|
61
|
-
"eslint-plugin-svelte": "^2.
|
|
62
|
-
"happy-dom": "^14.
|
|
61
|
+
"eslint-plugin-svelte": "^2.36.0",
|
|
62
|
+
"happy-dom": "^14.7.1",
|
|
63
63
|
"postcss": "^8.4.38",
|
|
64
64
|
"postcss-load-config": "^5.0.3",
|
|
65
65
|
"prettier": "^3.2.5",
|
|
@@ -69,8 +69,8 @@
|
|
|
69
69
|
"svelte-check": "^3.6.9",
|
|
70
70
|
"tailwindcss": "^3.4.3",
|
|
71
71
|
"tslib": "^2.6.2",
|
|
72
|
-
"typescript": "^5.4.
|
|
73
|
-
"vite": "^5.2.
|
|
72
|
+
"typescript": "^5.4.4",
|
|
73
|
+
"vite": "^5.2.8",
|
|
74
74
|
"vitest": "^1.4.0"
|
|
75
75
|
},
|
|
76
76
|
"svelte": "./dist/index.js",
|