@websline/system-components 1.0.1 → 1.0.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.
|
@@ -3,8 +3,8 @@ import { tv } from "tailwind-variants";
|
|
|
3
3
|
const progressBarVariants = tv({
|
|
4
4
|
slots: {
|
|
5
5
|
bar: "h-1 w-full rounded-sm bg-neutral-100 after:block after:h-full after:w-[var(--progress)] after:rounded-sm after:bg-neutral-900 after:transition-[width] after:duration-300 after:ease-in-out dark:bg-neutral-900 dark:after:bg-neutral-100",
|
|
6
|
-
base: "flex items-center gap-4
|
|
7
|
-
label: "body-small text-nowrap text-neutral-500",
|
|
6
|
+
base: "flex items-center gap-4",
|
|
7
|
+
label: "body-small text-nowrap text-neutral-500 tabular-nums",
|
|
8
8
|
},
|
|
9
9
|
});
|
|
10
10
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@websline/system-components",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -26,15 +26,15 @@
|
|
|
26
26
|
}
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@tiptap/core": "^3.
|
|
30
|
-
"@tiptap/extension-color": "^3.
|
|
31
|
-
"@tiptap/extension-highlight": "^3.
|
|
32
|
-
"@tiptap/extension-placeholder": "^3.
|
|
33
|
-
"@tiptap/extension-text-align": "^3.
|
|
34
|
-
"@tiptap/extension-text-style": "^3.
|
|
35
|
-
"@tiptap/pm": "^3.
|
|
36
|
-
"@tiptap/starter-kit": "^3.
|
|
37
|
-
"bits-ui": "^2.14.
|
|
29
|
+
"@tiptap/core": "^3.9.0",
|
|
30
|
+
"@tiptap/extension-color": "^3.9.0",
|
|
31
|
+
"@tiptap/extension-highlight": "^3.9.0",
|
|
32
|
+
"@tiptap/extension-placeholder": "^3.9.0",
|
|
33
|
+
"@tiptap/extension-text-align": "^3.9.0",
|
|
34
|
+
"@tiptap/extension-text-style": "^3.9.0",
|
|
35
|
+
"@tiptap/pm": "^3.9.0",
|
|
36
|
+
"@tiptap/starter-kit": "^3.9.0",
|
|
37
|
+
"bits-ui": "^2.14.1",
|
|
38
38
|
"dompurify": "^3.3.0",
|
|
39
39
|
"tailwind-merge": "3.3.1",
|
|
40
40
|
"tailwind-variants": "^3.1.1",
|
|
@@ -46,38 +46,38 @@
|
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@eslint/compat": "^1.4.0",
|
|
48
48
|
"@eslint/js": "^9.38.0",
|
|
49
|
-
"@storybook/addon-a11y": "^9.1.
|
|
50
|
-
"@storybook/addon-docs": "^9.1.
|
|
49
|
+
"@storybook/addon-a11y": "^9.1.16",
|
|
50
|
+
"@storybook/addon-docs": "^9.1.16",
|
|
51
51
|
"@storybook/addon-svelte-csf": "^5.0.10",
|
|
52
52
|
"@storybook/manager-api": "^8.6.14",
|
|
53
|
-
"@storybook/sveltekit": "^9.1.
|
|
53
|
+
"@storybook/sveltekit": "^9.1.16",
|
|
54
54
|
"@storybook/theming": "^8.6.14",
|
|
55
55
|
"@sveltejs/adapter-auto": "^7.0.0",
|
|
56
|
-
"@sveltejs/kit": "^2.
|
|
56
|
+
"@sveltejs/kit": "^2.48.2",
|
|
57
57
|
"@sveltejs/package": "^2.5.4",
|
|
58
58
|
"@sveltejs/vite-plugin-svelte": "^6.2.1",
|
|
59
59
|
"@tailwindcss/forms": "^0.5.10",
|
|
60
60
|
"@tailwindcss/typography": "^0.5.19",
|
|
61
|
-
"@tailwindcss/vite": "^4.1.
|
|
62
|
-
"@types/node": "^24.
|
|
63
|
-
"@vitest/browser": "^
|
|
61
|
+
"@tailwindcss/vite": "^4.1.16",
|
|
62
|
+
"@types/node": "^24.9.1",
|
|
63
|
+
"@vitest/browser": "^4.0.4",
|
|
64
64
|
"eslint": "^9.38.0",
|
|
65
65
|
"eslint-config-prettier": "^10.1.8",
|
|
66
|
-
"eslint-plugin-storybook": "^9.1.
|
|
67
|
-
"eslint-plugin-svelte": "^3.12.
|
|
66
|
+
"eslint-plugin-storybook": "^9.1.16",
|
|
67
|
+
"eslint-plugin-svelte": "^3.12.5",
|
|
68
68
|
"globals": "^16.4.0",
|
|
69
69
|
"playwright": "^1.56.1",
|
|
70
70
|
"prettier": "^3.6.2",
|
|
71
71
|
"prettier-plugin-svelte": "^3.4.0",
|
|
72
72
|
"prettier-plugin-tailwindcss": "^0.7.1",
|
|
73
|
-
"publint": "^0.3.
|
|
74
|
-
"storybook": "^9.1.
|
|
75
|
-
"svelte": "^5.
|
|
76
|
-
"tailwindcss": "^4.1.
|
|
73
|
+
"publint": "^0.3.15",
|
|
74
|
+
"storybook": "^9.1.16",
|
|
75
|
+
"svelte": "^5.42.3",
|
|
76
|
+
"tailwindcss": "^4.1.16",
|
|
77
77
|
"typescript": "^5.9.3",
|
|
78
|
-
"vite": "^7.1.
|
|
79
|
-
"vitest": "^
|
|
80
|
-
"vitest-browser-svelte": "^
|
|
78
|
+
"vite": "^7.1.12",
|
|
79
|
+
"vitest": "^4.0.4",
|
|
80
|
+
"vitest-browser-svelte": "^2.0.1"
|
|
81
81
|
},
|
|
82
82
|
"keywords": [
|
|
83
83
|
"svelte"
|