@websline/system-components 1.3.3 → 1.3.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.
@@ -37,16 +37,15 @@
37
37
  {/snippet}
38
38
  </Dialog.Overlay>
39
39
  <Dialog.Content
40
- class={styles.container({ class: className })}
41
40
  escapeKeydownBehavior={closeOnEscape ? "close" : "ignore"}
42
41
  forceMount
43
42
  interactOutsideBehavior={closeOnOutsideClick ? "close" : "ignore"}
44
43
  {...rest}>
45
44
  {#snippet child({ props, open })}
46
45
  {#if open}
47
- <div class={styles.positioner()}>
46
+ <div class={styles.positioner()} {...props}>
48
47
  <section
49
- {...props}
48
+ class={styles.container({ class: className })}
50
49
  in:scale={{ duration: 300, easing: quintOut, start: 0.75 }}>
51
50
  {@render children?.()}
52
51
  </section>
@@ -49,7 +49,6 @@
49
49
  {/snippet}
50
50
  </Dialog.Overlay>
51
51
  <Dialog.Content
52
- class={styles.container({ class: className })}
53
52
  escapeKeydownBehavior={closeOnEscape ? "close" : "ignore"}
54
53
  forceMount
55
54
  interactOutsideBehavior={closeOnOutsideClick ? "close" : "ignore"}
@@ -57,9 +56,9 @@
57
56
  {...rest}>
58
57
  {#snippet child({ props, open })}
59
58
  {#if open}
60
- <div class={styles.positioner()} bind:this={ref}>
59
+ <div bind:this={ref} class={styles.positioner()} {...props}>
61
60
  <section
62
- {...props}
61
+ class={styles.container({ class: className })}
63
62
  in:scale={{ duration: 300, easing: quintOut, start: 0.75 }}>
64
63
  {@render children?.()}
65
64
  </section>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@websline/system-components",
3
- "version": "1.3.3",
3
+ "version": "1.3.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.17.1",
30
- "@tiptap/extension-color": "^3.17.1",
31
- "@tiptap/extension-highlight": "^3.17.1",
32
- "@tiptap/extension-placeholder": "^3.17.1",
33
- "@tiptap/extension-text-align": "^3.17.1",
34
- "@tiptap/extension-text-style": "^3.17.1",
35
- "@tiptap/pm": "^3.17.1",
36
- "@tiptap/starter-kit": "^3.17.1",
37
- "bits-ui": "^2.15.4",
29
+ "@tiptap/core": "^3.19.0",
30
+ "@tiptap/extension-color": "^3.19.0",
31
+ "@tiptap/extension-highlight": "^3.19.0",
32
+ "@tiptap/extension-placeholder": "^3.19.0",
33
+ "@tiptap/extension-text-align": "^3.19.0",
34
+ "@tiptap/extension-text-style": "^3.19.0",
35
+ "@tiptap/pm": "^3.19.0",
36
+ "@tiptap/starter-kit": "^3.19.0",
37
+ "bits-ui": "^2.15.5",
38
38
  "dompurify": "^3.3.1",
39
39
  "tailwind-variants": "^3.2.2",
40
40
  "uuid": "^13.0.0"
@@ -43,34 +43,34 @@
43
43
  "svelte": "^5.38.7"
44
44
  },
45
45
  "devDependencies": {
46
- "@eslint/compat": "^2.0.1",
46
+ "@eslint/compat": "^2.0.2",
47
47
  "@eslint/js": "^9.39.2",
48
- "@storybook/addon-a11y": "^10.2.0",
49
- "@storybook/addon-docs": "^10.2.0",
48
+ "@storybook/addon-a11y": "^10.2.8",
49
+ "@storybook/addon-docs": "^10.2.8",
50
50
  "@storybook/addon-svelte-csf": "^5.0.10",
51
- "@storybook/sveltekit": "^10.2.0",
51
+ "@storybook/sveltekit": "^10.2.8",
52
52
  "@sveltejs/adapter-auto": "^7.0.0",
53
- "@sveltejs/kit": "^2.50.1",
53
+ "@sveltejs/kit": "^2.50.2",
54
54
  "@sveltejs/package": "^2.5.7",
55
55
  "@sveltejs/vite-plugin-svelte": "^6.2.4",
56
56
  "@tailwindcss/forms": "^0.5.11",
57
57
  "@tailwindcss/typography": "^0.5.19",
58
58
  "@tailwindcss/vite": "^4.1.18",
59
- "@types/node": "^25.0.10",
59
+ "@types/node": "^25.2.2",
60
60
  "@vitest/browser": "^4.0.18",
61
61
  "eslint": "^9.39.2",
62
62
  "eslint-config-prettier": "^10.1.8",
63
- "eslint-plugin-storybook": "^10.2.0",
63
+ "eslint-plugin-storybook": "^10.2.8",
64
64
  "eslint-plugin-svelte": "^3.14.0",
65
- "globals": "^17.2.0",
66
- "playwright": "^1.58.0",
65
+ "globals": "^17.3.0",
66
+ "playwright": "^1.58.2",
67
67
  "postcss-url": "^10.1.3",
68
68
  "prettier": "^3.8.1",
69
69
  "prettier-plugin-svelte": "^3.4.1",
70
70
  "prettier-plugin-tailwindcss": "^0.7.2",
71
71
  "publint": "^0.3.17",
72
- "storybook": "^10.2.0",
73
- "svelte": "^5.48.5",
72
+ "storybook": "^10.2.8",
73
+ "svelte": "^5.50.1",
74
74
  "tailwindcss": "^4.1.18",
75
75
  "typescript": "^5.9.3",
76
76
  "vite": "^7.3.1",