@websline/system-components 1.0.3 → 1.0.4

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.
@@ -28,7 +28,7 @@
28
28
  children,
29
29
  class: className = "",
30
30
  size = "medium",
31
- value,
31
+ value = $bindable(),
32
32
  variant = "default",
33
33
  } = $props();
34
34
 
@@ -28,7 +28,7 @@ declare const ToggleGroup: import("svelte").Component<{
28
28
  * The variant of the toggle group
29
29
  */
30
30
  variant?: "default" | "tabs";
31
- }, {}, "">;
31
+ }, {}, "value">;
32
32
  type Props = {
33
33
  /**
34
34
  * The appearance variant of the component
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@websline/system-components",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -26,15 +26,15 @@
26
26
  }
27
27
  },
28
28
  "dependencies": {
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",
29
+ "@tiptap/core": "^3.10.2",
30
+ "@tiptap/extension-color": "^3.10.2",
31
+ "@tiptap/extension-highlight": "^3.10.2",
32
+ "@tiptap/extension-placeholder": "^3.10.2",
33
+ "@tiptap/extension-text-align": "^3.10.2",
34
+ "@tiptap/extension-text-style": "^3.10.2",
35
+ "@tiptap/pm": "^3.10.2",
36
+ "@tiptap/starter-kit": "^3.10.2",
37
+ "bits-ui": "^2.14.2",
38
38
  "dompurify": "^3.3.0",
39
39
  "tailwind-merge": "3.3.1",
40
40
  "tailwind-variants": "^3.1.1",
@@ -44,37 +44,37 @@
44
44
  "svelte": "^5.38.7"
45
45
  },
46
46
  "devDependencies": {
47
- "@eslint/compat": "^1.4.0",
48
- "@eslint/js": "^9.38.0",
49
- "@storybook/addon-a11y": "^10.0.0",
50
- "@storybook/addon-docs": "^10.0.0",
47
+ "@eslint/compat": "^1.4.1",
48
+ "@eslint/js": "^9.39.1",
49
+ "@storybook/addon-a11y": "^10.0.5",
50
+ "@storybook/addon-docs": "^10.0.5",
51
51
  "@storybook/addon-svelte-csf": "^5.0.10",
52
- "@storybook/sveltekit": "^10.0.0",
52
+ "@storybook/sveltekit": "^10.0.5",
53
53
  "@sveltejs/adapter-auto": "^7.0.0",
54
- "@sveltejs/kit": "^2.48.2",
54
+ "@sveltejs/kit": "^2.48.4",
55
55
  "@sveltejs/package": "^2.5.4",
56
56
  "@sveltejs/vite-plugin-svelte": "^6.2.1",
57
57
  "@tailwindcss/forms": "^0.5.10",
58
58
  "@tailwindcss/typography": "^0.5.19",
59
- "@tailwindcss/vite": "^4.1.16",
60
- "@types/node": "^24.9.2",
61
- "@vitest/browser": "^4.0.4",
62
- "eslint": "^9.38.0",
59
+ "@tailwindcss/vite": "^4.1.17",
60
+ "@types/node": "^24.10.0",
61
+ "@vitest/browser": "^4.0.7",
62
+ "eslint": "^9.39.1",
63
63
  "eslint-config-prettier": "^10.1.8",
64
- "eslint-plugin-storybook": "^10.0.0",
65
- "eslint-plugin-svelte": "^3.12.5",
66
- "globals": "^16.4.0",
64
+ "eslint-plugin-storybook": "^10.0.5",
65
+ "eslint-plugin-svelte": "^3.13.0",
66
+ "globals": "^16.5.0",
67
67
  "playwright": "^1.56.1",
68
68
  "prettier": "^3.6.2",
69
69
  "prettier-plugin-svelte": "^3.4.0",
70
70
  "prettier-plugin-tailwindcss": "^0.7.1",
71
71
  "publint": "^0.3.15",
72
- "storybook": "^10.0.0",
73
- "svelte": "^5.42.3",
74
- "tailwindcss": "^4.1.16",
72
+ "storybook": "^10.0.5",
73
+ "svelte": "^5.43.4",
74
+ "tailwindcss": "^4.1.17",
75
75
  "typescript": "^5.9.3",
76
- "vite": "^7.1.12",
77
- "vitest": "^4.0.4",
76
+ "vite": "^7.2.2",
77
+ "vitest": "^4.0.7",
78
78
  "vitest-browser-svelte": "^2.0.1"
79
79
  },
80
80
  "keywords": [