create-svelte-library-template 0.0.1

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.
Files changed (53) hide show
  1. package/README.md +33 -0
  2. package/bin/index.js +49 -0
  3. package/package.json +14 -0
  4. package/template/.prettierignore +9 -0
  5. package/template/.svelte-kit/__package__/components/button.svelte +4 -0
  6. package/template/.svelte-kit/__package__/components/button.svelte.d.ts +18 -0
  7. package/template/.svelte-kit/__package__/index.d.ts +1 -0
  8. package/template/.svelte-kit/__package__/index.js +2 -0
  9. package/template/.vscode/extensions.json +3 -0
  10. package/template/LICENSE +176 -0
  11. package/template/README.md +68 -0
  12. package/template/_gitignore +28 -0
  13. package/template/dist/components/button.svelte +4 -0
  14. package/template/dist/components/button.svelte.d.ts +18 -0
  15. package/template/dist/index.d.ts +1 -0
  16. package/template/dist/index.js +2 -0
  17. package/template/package.json +58 -0
  18. package/template/pnpm-lock.yaml +2897 -0
  19. package/template/pnpm-workspace.yaml +2 -0
  20. package/template/prettier.config.js +11 -0
  21. package/template/src/env.d.ts +1 -0
  22. package/template/src/lib/components/button.svelte +4 -0
  23. package/template/src/lib/index.ts +2 -0
  24. package/template/src/stories/Button.stories.svelte +31 -0
  25. package/template/src/stories/Button.svelte +30 -0
  26. package/template/src/stories/Configure.mdx +393 -0
  27. package/template/src/stories/Header.stories.svelte +26 -0
  28. package/template/src/stories/Header.svelte +45 -0
  29. package/template/src/stories/Page.stories.svelte +32 -0
  30. package/template/src/stories/Page.svelte +70 -0
  31. package/template/src/stories/assets/accessibility.png +0 -0
  32. package/template/src/stories/assets/accessibility.svg +1 -0
  33. package/template/src/stories/assets/addon-library.png +0 -0
  34. package/template/src/stories/assets/assets.png +0 -0
  35. package/template/src/stories/assets/avif-test-image.avif +0 -0
  36. package/template/src/stories/assets/context.png +0 -0
  37. package/template/src/stories/assets/discord.svg +1 -0
  38. package/template/src/stories/assets/docs.png +0 -0
  39. package/template/src/stories/assets/figma-plugin.png +0 -0
  40. package/template/src/stories/assets/github.svg +1 -0
  41. package/template/src/stories/assets/share.png +0 -0
  42. package/template/src/stories/assets/styling.png +0 -0
  43. package/template/src/stories/assets/testing.png +0 -0
  44. package/template/src/stories/assets/theming.png +0 -0
  45. package/template/src/stories/assets/tutorials.svg +1 -0
  46. package/template/src/stories/assets/youtube.svg +1 -0
  47. package/template/src/stories/button.css +30 -0
  48. package/template/src/stories/button2.stories.svelte +31 -0
  49. package/template/src/stories/header.css +32 -0
  50. package/template/src/stories/page.css +68 -0
  51. package/template/tsconfig.json +29 -0
  52. package/template/vite.config.ts +55 -0
  53. package/template/vitest.shims.d.ts +1 -0
@@ -0,0 +1,2897 @@
1
+ lockfileVersion: '9.0'
2
+
3
+ settings:
4
+ autoInstallPeers: true
5
+ excludeLinksFromLockfile: false
6
+
7
+ importers:
8
+
9
+ .:
10
+ devDependencies:
11
+ '@chromatic-com/storybook':
12
+ specifier: latest
13
+ version: 5.3.1(storybook@10.6.0(@types/react@19.3.0)(prettier@3.9.6)(react@19.3.0))
14
+ '@storybook/addon-a11y':
15
+ specifier: ^10.6.0
16
+ version: 10.6.0(storybook@10.6.0(@types/react@19.3.0)(prettier@3.9.6)(react@19.3.0))
17
+ '@storybook/addon-docs':
18
+ specifier: ^10.6.0
19
+ version: 10.6.0(@types/react@19.3.0)(storybook@10.6.0(@types/react@19.3.0)(prettier@3.9.6)(react@19.3.0))
20
+ '@storybook/addon-svelte-csf':
21
+ specifier: latest
22
+ version: 5.1.3(@storybook/svelte@10.6.0(storybook@10.6.0(@types/react@19.3.0)(prettier@3.9.6)(react@19.3.0))(svelte@5.57.0))(@sveltejs/vite-plugin-svelte@7.3.0(svelte@5.57.0)(vite@8.3.0(esbuild@0.28.2)))(storybook@10.6.0(@types/react@19.3.0)(prettier@3.9.6)(react@19.3.0))(svelte@5.57.0)(vite@8.3.0(esbuild@0.28.2))
23
+ '@storybook/addon-vitest':
24
+ specifier: ^10.6.0
25
+ version: 10.6.0(@vitest/browser-playwright@5.0.0)(react@19.3.0)(storybook@10.6.0(@types/react@19.3.0)(prettier@3.9.6)(react@19.3.0))(vitest@5.0.0)
26
+ '@storybook/svelte-vite':
27
+ specifier: ^10.6.0
28
+ version: 10.6.0(@sveltejs/vite-plugin-svelte@7.3.0(svelte@5.57.0)(vite@8.3.0(esbuild@0.28.2)))(storybook@10.6.0(@types/react@19.3.0)(prettier@3.9.6)(react@19.3.0))(svelte@5.57.0)(vite@8.3.0(esbuild@0.28.2))
29
+ '@sveltejs/package':
30
+ specifier: ^2.5.8
31
+ version: 2.5.8(svelte@5.57.0)(typescript@6.0.3)
32
+ '@sveltejs/vite-plugin-svelte':
33
+ specifier: ^7.1.2
34
+ version: 7.3.0(svelte@5.57.0)(vite@8.3.0(esbuild@0.28.2))
35
+ '@vitest/browser-playwright':
36
+ specifier: latest
37
+ version: 5.0.0(playwright@1.63.0)(vite@8.3.0(esbuild@0.28.2))(vitest@5.0.0)
38
+ '@vitest/coverage-v8':
39
+ specifier: latest
40
+ version: 5.0.0(vitest@5.0.0)
41
+ playwright:
42
+ specifier: latest
43
+ version: 1.63.0
44
+ prettier:
45
+ specifier: ^3.8.3
46
+ version: 3.9.6
47
+ prettier-plugin-svelte:
48
+ specifier: ^4.1.0
49
+ version: 4.1.1(prettier@3.9.6)(svelte@5.57.0)
50
+ publint:
51
+ specifier: ^0.3.21
52
+ version: 0.3.24
53
+ storybook:
54
+ specifier: ^10.6.0
55
+ version: 10.6.0(@types/react@19.3.0)(prettier@3.9.6)(react@19.3.0)
56
+ svelte:
57
+ specifier: ^5.56.1
58
+ version: 5.57.0
59
+ svelte-check:
60
+ specifier: ^4.6.0
61
+ version: 4.7.6(picomatch@4.0.7)(svelte@5.57.0)(typescript@6.0.3)
62
+ typescript:
63
+ specifier: ^6.0.3
64
+ version: 6.0.3
65
+ vite:
66
+ specifier: ^8.0.16
67
+ version: 8.3.0(esbuild@0.28.2)
68
+ vitest:
69
+ specifier: latest
70
+ version: 5.0.0(@vitest/browser-playwright@5.0.0)(@vitest/coverage-v8@5.0.0)(@vitest/ui@5.0.0)(vite@8.3.0(esbuild@0.28.2))
71
+
72
+ packages:
73
+
74
+ '@adobe/css-tools@4.5.0':
75
+ resolution: {integrity: sha512-6OzddxPio9UiWTCemp4N8cYLV2ZN1ncRnV1cVGtve7dhPOtRkleRyx32GQCYSwDYgaHU3USMm84tNsvKzRCa1Q==}
76
+
77
+ '@babel/code-frame@7.29.7':
78
+ resolution: {integrity: sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==}
79
+ engines: {node: '>=6.9.0'}
80
+
81
+ '@babel/helper-string-parser@7.29.7':
82
+ resolution: {integrity: sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw==}
83
+ engines: {node: '>=6.9.0'}
84
+
85
+ '@babel/helper-validator-identifier@7.29.7':
86
+ resolution: {integrity: sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==}
87
+ engines: {node: '>=6.9.0'}
88
+
89
+ '@babel/parser@7.29.8':
90
+ resolution: {integrity: sha512-E8lTAYNB1KW+FH+VGJuZM1ioAx2E6oVlvQFRrf5P8ZZmsiJXYAD9vTFV7yyEURNzgh1dFqMZuO6tUwcARbqFCA==}
91
+ engines: {node: '>=6.0.0'}
92
+ hasBin: true
93
+
94
+ '@babel/runtime@7.29.7':
95
+ resolution: {integrity: sha512-Nq8OhGWiZIZGV6hLHoyAKLLcJihP/xFeBMGJoUrxTX2psI8dCifzLhZISFb+VWS3wFMRDmCGw5R+dOySCqPLhw==}
96
+ engines: {node: '>=6.9.0'}
97
+
98
+ '@babel/types@7.29.8':
99
+ resolution: {integrity: sha512-Vj1jF3cPfxg7OAfoI7QnVKLoILlm2JF9pnVHrX8qx7AHMiYWT+NDAA7jChlNgRS4WTLc/fD1lXLmPixluj+3Gg==}
100
+ engines: {node: '>=6.9.0'}
101
+
102
+ '@bcoe/v8-coverage@1.0.2':
103
+ resolution: {integrity: sha512-6zABk/ECA/QYSCQ1NGiVwwbQerUCZ+TQbp64Q3AgmfNvurHH0j8TtXa1qbShXA6qqkpAj4V5W8pP6mLe1mcMqA==}
104
+ engines: {node: '>=18'}
105
+
106
+ '@blazediff/core@1.10.0':
107
+ resolution: {integrity: sha512-AOQff0zgR7cGsZL+4E7hVkmujoPUpm0J9xzWGWZj5wCjd3gmxESXAPfKyuzs93VdpQNFhHlBhfOjrcZ+XTERtQ==}
108
+
109
+ '@chromatic-com/storybook@5.3.1':
110
+ resolution: {integrity: sha512-eUcbR9CddVmKAnjOiBCOz5rNdT096jiXIjR+qaWbUuTlgRdpc9yjTrk4/hiPAAykZrPYVNJN11p6rJgW9KNpKg==}
111
+ engines: {node: '>=20.0.0', yarn: '>=1.22.18'}
112
+ peerDependencies:
113
+ storybook: ^0.0.0-0 || ^10.1.0 || ^10.1.0-0 || ^10.2.0-0 || ^10.3.0-0 || ^10.4.0-0 || ^10.5.0-0 || ^10.6.0-0 || ^11.0.0-0
114
+
115
+ '@emnapi/core@1.11.0':
116
+ resolution: {integrity: sha512-l9Oo58x0HOP5znGzVhYW9U3e5wVuA4LAZU2AGezTmkhO1CgQRFDhDg4nneHsu/t3WniXg9QrG2nIXL/ZS8ln8Q==}
117
+
118
+ '@emnapi/core@1.9.2':
119
+ resolution: {integrity: sha512-UC+ZhH3XtczQYfOlu3lNEkdW/p4dsJ1r/bP7H8+rhao3TTTMO1ATq/4DdIi23XuGoFY+Cz0JmCbdVl0hz9jZcA==}
120
+
121
+ '@emnapi/runtime@1.11.0':
122
+ resolution: {integrity: sha512-55coeOFKHv1ywEcUXJtWU5f+Jr/W5tZDvZig8DLKSwUN1JpROQ4rk/SNOQiFWmaR/VKF4zuFyW1B8JduOSv6Pg==}
123
+
124
+ '@emnapi/runtime@1.9.2':
125
+ resolution: {integrity: sha512-3U4+MIWHImeyu1wnmVygh5WlgfYDtyf0k8AbLhMFxOipihf6nrWC4syIm/SwEeec0mNSafiiNnMJwbza/Is6Lw==}
126
+
127
+ '@emnapi/wasi-threads@1.2.1':
128
+ resolution: {integrity: sha512-uTII7OYF+/Mes/MrcIOYp5yOtSMLBWSIoLPpcgwipoiKbli6k322tcoFsxoIIxPDqW01SQGAgko4EzZi2BNv2w==}
129
+
130
+ '@emnapi/wasi-threads@1.2.2':
131
+ resolution: {integrity: sha512-c95qOXkHdydNKhscBTebqEC1CVAZpyqOfVfBzQ1qgzyl3gfeldUjIggDbIZgDKsHLgnsM+igH7TJ/eAasaVuMA==}
132
+
133
+ '@esbuild/aix-ppc64@0.28.2':
134
+ resolution: {integrity: sha512-XExcO+dvLKvVtNTibSTBej1NCAbaGhWn9Ww1ZPx80qsahhPFe/8jgWP0IchNe0F3HwkU7n8ejhH8bjonqht8mQ==}
135
+ engines: {node: '>=18'}
136
+ cpu: [ppc64]
137
+ os: [aix]
138
+
139
+ '@esbuild/android-arm64@0.28.2':
140
+ resolution: {integrity: sha512-5YfKeeI8qWfBZIX+u2xZC3Zlb3Os/gLS2sbEKM+I4ZOcsWmHS2WLysCcQZDAFRslDUU5Oiq44gf6PYN1vGwG5A==}
141
+ engines: {node: '>=18'}
142
+ cpu: [arm64]
143
+ os: [android]
144
+
145
+ '@esbuild/android-arm@0.28.2':
146
+ resolution: {integrity: sha512-kXXoiPVVGQcnIYGOeaovwOURpniDBpSq4A03qkQ+BMQqtGG6HYap3xne9C1O1yo4TR3qxlCX5IqqmX6fFo2Lqg==}
147
+ engines: {node: '>=18'}
148
+ cpu: [arm]
149
+ os: [android]
150
+
151
+ '@esbuild/android-x64@0.28.2':
152
+ resolution: {integrity: sha512-O387ite7SzUyCcy3JQX4P4bLtEA7bLLkx+esve5JHnyYfNTxcVpXZo9jhdB0lTKN44gztELTdU7nS8Nr16Fs1Q==}
153
+ engines: {node: '>=18'}
154
+ cpu: [x64]
155
+ os: [android]
156
+
157
+ '@esbuild/darwin-arm64@0.28.2':
158
+ resolution: {integrity: sha512-n4KqkOQrraxHJcgjM1RvwbigfQKIKJVpM7xp+KsxiyUSrRdIXnt73VhrPAx0fV44hgfmIVKjxMN9J1t5jySVkw==}
159
+ engines: {node: '>=18'}
160
+ cpu: [arm64]
161
+ os: [darwin]
162
+
163
+ '@esbuild/darwin-x64@0.28.2':
164
+ resolution: {integrity: sha512-uq6suIWYP37qzGddBKPw5QEQPi6HiLGsO7UmkpfyaYNQ3D+rN6w6WfwH+nuqcGXWvawGwxOEroO4YGnFh95azw==}
165
+ engines: {node: '>=18'}
166
+ cpu: [x64]
167
+ os: [darwin]
168
+
169
+ '@esbuild/freebsd-arm64@0.28.2':
170
+ resolution: {integrity: sha512-n+I0BTSRIoy+d6RPKnEVwql5UwBJolytvY4mAOIEJorKlqgPII8ix6slVVrfZ5Tnj7glIZvloylbB/EJPMWEXw==}
171
+ engines: {node: '>=18'}
172
+ cpu: [arm64]
173
+ os: [freebsd]
174
+
175
+ '@esbuild/freebsd-x64@0.28.2':
176
+ resolution: {integrity: sha512-78XJTJkvPs0kz2w61301PJjXl4g7q3JqiYMZ/M/yVI73EHBrCRTgkhu9oqG7vPqq+a/yadEW8aD+agKlk5xrmg==}
177
+ engines: {node: '>=18'}
178
+ cpu: [x64]
179
+ os: [freebsd]
180
+
181
+ '@esbuild/linux-arm64@0.28.2':
182
+ resolution: {integrity: sha512-pW4AC0P3it8c7do9MVM4p51FzHzdM/TZrerurgRcHJ2WTa1VQ1CIq18xncfpBJw4ojkiZZrKW2yIBWBP92j6Ug==}
183
+ engines: {node: '>=18'}
184
+ cpu: [arm64]
185
+ os: [linux]
186
+
187
+ '@esbuild/linux-arm@0.28.2':
188
+ resolution: {integrity: sha512-XlDnu2q5yoqems+xay6wSAcg9DDD7K9RLKZEBOMZm3ckNpJBvOX20tSfby8KfrrhINDyv9V2YVZKY/SpoGJI8w==}
189
+ engines: {node: '>=18'}
190
+ cpu: [arm]
191
+ os: [linux]
192
+
193
+ '@esbuild/linux-ia32@0.28.2':
194
+ resolution: {integrity: sha512-CYbnj78HsIeA+DhgUKgFCfvNsTHFhMMrinUrMZpDXJXKN8T3XViTZ/+wtHeVxEWY8ewSzTFN+nRmSwO2tZaLUQ==}
195
+ engines: {node: '>=18'}
196
+ cpu: [ia32]
197
+ os: [linux]
198
+
199
+ '@esbuild/linux-loong64@0.28.2':
200
+ resolution: {integrity: sha512-buwkd8nsph4R+ajRvw0qM5Hja/TXQow3ptzWO2EbG/cqcIkHloRrdlBtQlshyYGTNFvfkfJ5tpPLVkY4DtsPfQ==}
201
+ engines: {node: '>=18'}
202
+ cpu: [loong64]
203
+ os: [linux]
204
+
205
+ '@esbuild/linux-mips64el@0.28.2':
206
+ resolution: {integrity: sha512-ZVykbDyk7519VwiNb9Lcj9m8XM6v5V9uKPvrEMkkEedVewf+0itkhahp4HDpgERXhwLRpWFypsGbG/J8s0QjJA==}
207
+ engines: {node: '>=18'}
208
+ cpu: [mips64el]
209
+ os: [linux]
210
+
211
+ '@esbuild/linux-ppc64@0.28.2':
212
+ resolution: {integrity: sha512-CAXl+Dtd9UUuJd8pKKdwh6MLm3MUMiqMPmhZ3tTSXPqfyQ3vDl6R5hZdZ/kYojK4ofXtdfSv1tFq8XzWx3heNQ==}
213
+ engines: {node: '>=18'}
214
+ cpu: [ppc64]
215
+ os: [linux]
216
+
217
+ '@esbuild/linux-riscv64@0.28.2':
218
+ resolution: {integrity: sha512-GeXCej4IQtU1B+QlDV8W/RRvbzI3O/Stss+/bCXv4lZls5WGRtu2a+3JkA3i4qIUlMXpcHebWpF8AkJhATowuA==}
219
+ engines: {node: '>=18'}
220
+ cpu: [riscv64]
221
+ os: [linux]
222
+
223
+ '@esbuild/linux-s390x@0.28.2':
224
+ resolution: {integrity: sha512-3H1weTYZPxt/WOhByszQZybS9w5lKzUn1FDMsgEChbHWQwHYQQRfBxgCcZvPhjHfKyJjIievvMmEUawJrdY9Dg==}
225
+ engines: {node: '>=18'}
226
+ cpu: [s390x]
227
+ os: [linux]
228
+
229
+ '@esbuild/linux-x64@0.28.2':
230
+ resolution: {integrity: sha512-4xTZr1FUmSoQW4XIWmit3tzQrUTZM+N3P0XV8xROKYF50XfI7xeO90+1bZvNwxIufQ9hDQVRJH5YhgPVF8A/HQ==}
231
+ engines: {node: '>=18'}
232
+ cpu: [x64]
233
+ os: [linux]
234
+
235
+ '@esbuild/netbsd-arm64@0.28.2':
236
+ resolution: {integrity: sha512-sSATRjPeDBg3pdgHoQfoYBob11Kk1FGa9lui5RIHZCoCkJa9QKlvl3/vKz2usCmYYjs7ymJR/2Nnsqe+Hjt5nw==}
237
+ engines: {node: '>=18'}
238
+ cpu: [arm64]
239
+ os: [netbsd]
240
+
241
+ '@esbuild/netbsd-x64@0.28.2':
242
+ resolution: {integrity: sha512-lqnzCV+mM0gIADaKihiCg6ifgfU2L3h5E33rNQBN1Y4MaVGnzryzmvvf7UHxprpQdE8hpqLolJ9Rl+SkIRDpyw==}
243
+ engines: {node: '>=18'}
244
+ cpu: [x64]
245
+ os: [netbsd]
246
+
247
+ '@esbuild/openbsd-arm64@0.28.2':
248
+ resolution: {integrity: sha512-AL2qJILH7lNjrDmCQDvdxMfAUIv8KMNZOvrwAQ8i8//ntL9FflhOyMJ8OZSMBb8/AWXe3/5v5S20y3zCoZWKoQ==}
249
+ engines: {node: '>=18'}
250
+ cpu: [arm64]
251
+ os: [openbsd]
252
+
253
+ '@esbuild/openbsd-x64@0.28.2':
254
+ resolution: {integrity: sha512-QtiuPytchRyC4rwUKhexJdQKvDuZ6hWloi3igqPQNUJCS1/v9EiO3UTOXR6A3FoMo4fnAKbWJdqaIwhOzh8qEw==}
255
+ engines: {node: '>=18'}
256
+ cpu: [x64]
257
+ os: [openbsd]
258
+
259
+ '@esbuild/openharmony-arm64@0.28.2':
260
+ resolution: {integrity: sha512-WkhYDmpTjLvGlScA1rwjRUmhl4k8oXR3cIbtqWmELgU/dFeHHlEllxDvdWcNJV9rbzCexB5vz8gtNewWLgCT7Q==}
261
+ engines: {node: '>=18'}
262
+ cpu: [arm64]
263
+ os: [openharmony]
264
+
265
+ '@esbuild/sunos-x64@0.28.2':
266
+ resolution: {integrity: sha512-GPMSkTOtMnv2U2F8gxe4Io6qmVs+YKyp832Etqqxr0hFngmXQ3rzwytelm3GIn7T4VviRUlf3sOgBOiTdvaf7g==}
267
+ engines: {node: '>=18'}
268
+ cpu: [x64]
269
+ os: [sunos]
270
+
271
+ '@esbuild/win32-arm64@0.28.2':
272
+ resolution: {integrity: sha512-PIhhEkE9uPBleRBrQEJpUn7MBnibZzbGzYWPmY3x+YoVg/95zbjB4CxPPOQ8l5tYYM4mMaCthF8/1DIfBQQyWQ==}
273
+ engines: {node: '>=18'}
274
+ cpu: [arm64]
275
+ os: [win32]
276
+
277
+ '@esbuild/win32-ia32@0.28.2':
278
+ resolution: {integrity: sha512-YmJbfTlvU7Sdn9BB+4PRES4oB6pxgS37MAONj+hBr/cpXS1aBPKXxNnDbu+QCWPj0o9dgyxeq79g6c5P8KeuYA==}
279
+ engines: {node: '>=18'}
280
+ cpu: [ia32]
281
+ os: [win32]
282
+
283
+ '@esbuild/win32-x64@0.28.2':
284
+ resolution: {integrity: sha512-5ebpxr3nWMzrL/rnUI755Jkuee0bHL/Gq0WTF9lvcpv73wAp5eu8MfBUgWK9bhWvZjj7yX8etf/8tI8Ney695g==}
285
+ engines: {node: '>=18'}
286
+ cpu: [x64]
287
+ os: [win32]
288
+
289
+ '@jridgewell/gen-mapping@0.3.13':
290
+ resolution: {integrity: sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==}
291
+
292
+ '@jridgewell/remapping@2.3.5':
293
+ resolution: {integrity: sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==}
294
+
295
+ '@jridgewell/resolve-uri@3.1.2':
296
+ resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==}
297
+ engines: {node: '>=6.0.0'}
298
+
299
+ '@jridgewell/sourcemap-codec@1.6.0':
300
+ resolution: {integrity: sha512-T7jf+5zgsZHwNJ4lvQ7/aezbyk0nNX+zJVWpmHA7VYsEx7a7qr5Rg5IbtJFqkgze5Y2sruq1RUY8Q837Od7iFw==}
301
+
302
+ '@jridgewell/trace-mapping@0.3.31':
303
+ resolution: {integrity: sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==}
304
+
305
+ '@mdx-js/react@3.1.1':
306
+ resolution: {integrity: sha512-f++rKLQgUVYDAtECQ6fn/is15GkEH9+nZPM3MS0RcxVqoTfawHvDlSCH7JbMhAM6uJ32v3eXLvLmLvjGu7PTQw==}
307
+ peerDependencies:
308
+ '@types/react': '>=16'
309
+ react: '>=16'
310
+
311
+ '@napi-rs/wasm-runtime@1.2.4':
312
+ resolution: {integrity: sha512-AJxoUD2/15ESHbvpcyjU274nsAPLuOtPHCk0vKJM5pj//Fg/B1FXNWjPnXTT9PymCYYiHo4zPj0ZomXBKhoy7g==}
313
+ engines: {node: ^20.19.0 || ^22.13.0 || >=23.5.0}
314
+ peerDependencies:
315
+ '@emnapi/core': ^1.7.1 || ^2.0.0-alpha.4
316
+ '@emnapi/runtime': ^1.7.1 || ^2.0.0-alpha.4
317
+
318
+ '@neoconfetti/react@1.0.0':
319
+ resolution: {integrity: sha512-klcSooChXXOzIm+SE5IISIAn3bYzYfPjbX7D7HoqZL84oAfgREeSg5vSIaSFH+DaGzzvImTyWe1OyrJ67vik4A==}
320
+
321
+ '@oxc-parser/binding-android-arm-eabi@0.127.0':
322
+ resolution: {integrity: sha512-0LC7ye4hvqbIKxAzThzvswgHLFu2AURKzYLeSVvLdu2TBOYWQDmHnTqPLeA597BcUCxiLqLsS4CJ5uoI5WYWCQ==}
323
+ engines: {node: ^20.19.0 || >=22.12.0}
324
+ cpu: [arm]
325
+ os: [android]
326
+
327
+ '@oxc-parser/binding-android-arm64@0.127.0':
328
+ resolution: {integrity: sha512-b5jtVTH6AU5CJXHNdj7Jj9IEiR9yVjjnwHzPJhGyHGPdcsZSzBCkS9GBbV33niRMvKthDwQRFRJfI4a+k4PvYg==}
329
+ engines: {node: ^20.19.0 || >=22.12.0}
330
+ cpu: [arm64]
331
+ os: [android]
332
+
333
+ '@oxc-parser/binding-darwin-arm64@0.127.0':
334
+ resolution: {integrity: sha512-obCE8B7ISKkJidjlhv9xRGJPOSDG2Yu6PRga9Ruaz35uintHxbp1Ki/Yc71wx4rj3Edrm0a1kzG1TAwit0wFpg==}
335
+ engines: {node: ^20.19.0 || >=22.12.0}
336
+ cpu: [arm64]
337
+ os: [darwin]
338
+
339
+ '@oxc-parser/binding-darwin-x64@0.127.0':
340
+ resolution: {integrity: sha512-JL6Xb5IwPQT8rUzlpsX7E+AgfcdNklXNPFp8pjCQQ5MQOQo5rtEB2ui+3Hgg9Sn7Y9Egj6YOLLiHhLpdAe12Aw==}
341
+ engines: {node: ^20.19.0 || >=22.12.0}
342
+ cpu: [x64]
343
+ os: [darwin]
344
+
345
+ '@oxc-parser/binding-freebsd-x64@0.127.0':
346
+ resolution: {integrity: sha512-SDQ/3MQFw58fqQz3Z1PhSKFF3JoCF4gmlNjziDm8X02tTahCw0qJbd7FGPDKw1i4VTBZene9JPyC3mHtSvi+wA==}
347
+ engines: {node: ^20.19.0 || >=22.12.0}
348
+ cpu: [x64]
349
+ os: [freebsd]
350
+
351
+ '@oxc-parser/binding-linux-arm-gnueabihf@0.127.0':
352
+ resolution: {integrity: sha512-Av+D1MIqzV0YMGPT9we2SIZaMKD7Cxs4CvXSx/yxaWHewZjYEjScpOf5igc8IILASViw4WTnjlwUdI1KzVtDHQ==}
353
+ engines: {node: ^20.19.0 || >=22.12.0}
354
+ cpu: [arm]
355
+ os: [linux]
356
+
357
+ '@oxc-parser/binding-linux-arm-musleabihf@0.127.0':
358
+ resolution: {integrity: sha512-Cs2fdJ8cPpFdeebj6p4dag8A4+56hPvZ0AhQQzlaLswGz1tz7bXt1nETLeorrM9+AMcWFFkqxcXwDGfTVidY8g==}
359
+ engines: {node: ^20.19.0 || >=22.12.0}
360
+ cpu: [arm]
361
+ os: [linux]
362
+
363
+ '@oxc-parser/binding-linux-arm64-gnu@0.127.0':
364
+ resolution: {integrity: sha512-qdOfTcT6SY8gsJrrV92uyEUyjqMGPpIB5JZUG6QN5dukYd+7/j0kX6MwK1DgQj39jtUYixxPiaRUiEN1+0CXgQ==}
365
+ engines: {node: ^20.19.0 || >=22.12.0}
366
+ cpu: [arm64]
367
+ os: [linux]
368
+ libc: [glibc]
369
+
370
+ '@oxc-parser/binding-linux-arm64-musl@0.127.0':
371
+ resolution: {integrity: sha512-EoTCZneNFU/P2qrpEM+RHmQwt+CvDkyGESG6qhr7KaegXLZwePfbrkCDfAk8/rhxbDUVGsZILX+2tqPzFtoFWA==}
372
+ engines: {node: ^20.19.0 || >=22.12.0}
373
+ cpu: [arm64]
374
+ os: [linux]
375
+ libc: [musl]
376
+
377
+ '@oxc-parser/binding-linux-ppc64-gnu@0.127.0':
378
+ resolution: {integrity: sha512-zALjmZYgxFLHjXeudcDF0xFGNydTAtkAeXAr2EuC17ywCyFxcmQra4w0BMde0Yi/re4Bi4iwEoEXtYN7l6eBLQ==}
379
+ engines: {node: ^20.19.0 || >=22.12.0}
380
+ cpu: [ppc64]
381
+ os: [linux]
382
+ libc: [glibc]
383
+
384
+ '@oxc-parser/binding-linux-riscv64-gnu@0.127.0':
385
+ resolution: {integrity: sha512-fPP8M6zQLS7Jz7o9d5ArUSuAuSK3e+WCYVrCpdzeCOejidtZExJ9tjhDrAd3HEPqARBCPmdpqxESPFqy44vkBQ==}
386
+ engines: {node: ^20.19.0 || >=22.12.0}
387
+ cpu: [riscv64]
388
+ os: [linux]
389
+ libc: [glibc]
390
+
391
+ '@oxc-parser/binding-linux-riscv64-musl@0.127.0':
392
+ resolution: {integrity: sha512-7IcC4Ao02oGpfnjt+X/oF4U2mllo2qoSkw5xxiXNKL9MCTsTiAC6616beOuehdxGcnz1bRoPC1RQ2f1GQDdN+g==}
393
+ engines: {node: ^20.19.0 || >=22.12.0}
394
+ cpu: [riscv64]
395
+ os: [linux]
396
+ libc: [musl]
397
+
398
+ '@oxc-parser/binding-linux-s390x-gnu@0.127.0':
399
+ resolution: {integrity: sha512-pbXIhiNFHoqWeqDNLiJ9JkpHz1IM9k4DXa66x+1GTWMG7iLxtkXgE53iiuKSXwmk3zIYmaPVfBvgcAhS583K4Q==}
400
+ engines: {node: ^20.19.0 || >=22.12.0}
401
+ cpu: [s390x]
402
+ os: [linux]
403
+ libc: [glibc]
404
+
405
+ '@oxc-parser/binding-linux-x64-gnu@0.127.0':
406
+ resolution: {integrity: sha512-MYCguB9RvBvlSd6gbuNI7QwiLoCCAlGnlRJFPrzLI6U1/9wkC/WK6LtBAUln55H1Ctqw45PWmqrobKoMhsYQzQ==}
407
+ engines: {node: ^20.19.0 || >=22.12.0}
408
+ cpu: [x64]
409
+ os: [linux]
410
+ libc: [glibc]
411
+
412
+ '@oxc-parser/binding-linux-x64-musl@0.127.0':
413
+ resolution: {integrity: sha512-5eY0B/bxf1xIUxb4NOTvOI3KWtBQfPWYyKAzgcrCt0mDibSZygVpO1Pz8bkeiSZ5Jj9+M09dkggG3H8I5d0Uyg==}
414
+ engines: {node: ^20.19.0 || >=22.12.0}
415
+ cpu: [x64]
416
+ os: [linux]
417
+ libc: [musl]
418
+
419
+ '@oxc-parser/binding-openharmony-arm64@0.127.0':
420
+ resolution: {integrity: sha512-Gld0ajrFTUXNtdw20fVBuTQx66FA75nIVg+//pPfR3sXkuABB4mTBhl3r9JNzrJpgW//qiwxf0nWXUWGJSL3UQ==}
421
+ engines: {node: ^20.19.0 || >=22.12.0}
422
+ cpu: [arm64]
423
+ os: [openharmony]
424
+
425
+ '@oxc-parser/binding-wasm32-wasi@0.127.0':
426
+ resolution: {integrity: sha512-T6KVD7rhLzFlwGRXMnxUFfkCZD8FHnb968wVXW1mXzgRFc5RNXOBY2mPPDZ77x5Ln76ltLMgtPg0cOkU1NSrEQ==}
427
+ engines: {node: ^20.19.0 || >=22.12.0}
428
+ cpu: [wasm32]
429
+
430
+ '@oxc-parser/binding-win32-arm64-msvc@0.127.0':
431
+ resolution: {integrity: sha512-Ujvw4X+LD1CCGULcsQcvb4YNVoBGqt+JHgNNzGGaCImELiZLk477ifUH53gIbE7EKd933NdTi25JWEr9K2HwXw==}
432
+ engines: {node: ^20.19.0 || >=22.12.0}
433
+ cpu: [arm64]
434
+ os: [win32]
435
+
436
+ '@oxc-parser/binding-win32-ia32-msvc@0.127.0':
437
+ resolution: {integrity: sha512-0cwxKO7KHQQQfo4Uf4B2SQrhgm+cJaP9OvFFhx52Tkg4bezsacu83GB2/In5bC415Ueeym+kXdnge/57rbSfTw==}
438
+ engines: {node: ^20.19.0 || >=22.12.0}
439
+ cpu: [ia32]
440
+ os: [win32]
441
+
442
+ '@oxc-parser/binding-win32-x64-msvc@0.127.0':
443
+ resolution: {integrity: sha512-rOrnSQSCbhI2kowr9XxE7m9a8oQXnBHjnS6j95LxxAnEZ0+Fz20WlRXG4ondQb+ejjt2KOsa65sE6++L6kUd+w==}
444
+ engines: {node: ^20.19.0 || >=22.12.0}
445
+ cpu: [x64]
446
+ os: [win32]
447
+
448
+ '@oxc-project/types@0.127.0':
449
+ resolution: {integrity: sha512-aIYXQBo4lCbO4z0R3FHeucQHpF46l2LbMdxRvqvuRuW2OxdnSkcng5B8+K12spgLDj93rtN3+J2Vac/TIO+ciQ==}
450
+
451
+ '@oxc-project/types@0.149.0':
452
+ resolution: {integrity: sha512-Efcc+iF0j3Bf67YjEqIqWXbX5XddXoK/Mw4K1/JuXwRCZ8N16VR7iT23nlCc9XrveFVh/E5Rqs2StT0V8v9LdA==}
453
+
454
+ '@oxc-resolver/binding-android-arm-eabi@11.21.2':
455
+ resolution: {integrity: sha512-xQoCRv+gKax9KTdwdaQNnAFOai8neay7g3jExDIORzhbrejwGSJaZNTdOJHR5ziLg2joMxOCMOFMo4zuxza2uQ==}
456
+ cpu: [arm]
457
+ os: [android]
458
+
459
+ '@oxc-resolver/binding-android-arm64@11.21.2':
460
+ resolution: {integrity: sha512-HF5oiE2L05yInPYCFD/4uxSrEZW4SuIfn99Y6L1xnJnzl066JR+MJs2rIdstw8A2MPlAKH+13dpFPNycjqzvGg==}
461
+ cpu: [arm64]
462
+ os: [android]
463
+
464
+ '@oxc-resolver/binding-darwin-arm64@11.21.2':
465
+ resolution: {integrity: sha512-UX4u49CVCAD8QZNELaW8eMGgMAGwFWYEPbvNsh+3r/gs4NX3KfpiACMVwRQT0EuH3uat9hM5Zl+Ppm9pJD8tgg==}
466
+ cpu: [arm64]
467
+ os: [darwin]
468
+
469
+ '@oxc-resolver/binding-darwin-x64@11.21.2':
470
+ resolution: {integrity: sha512-J9xPx7YBkrRmJ+xl561ztnMWEc1aOyjEIxBiGX1dVb3u7bGSnfObfcZk+Pd+uM0HZAPNsQ1xvD8j52A/uOSqNQ==}
471
+ cpu: [x64]
472
+ os: [darwin]
473
+
474
+ '@oxc-resolver/binding-freebsd-x64@11.21.2':
475
+ resolution: {integrity: sha512-fRlt7OvSaQkWj6+EDTVxawVxOlqJB2QSnBfkeCyK4RTvsGctbw3BiH2Tb7DzMs7bikc4BRBpvWP5zF9K8b54Zg==}
476
+ cpu: [x64]
477
+ os: [freebsd]
478
+
479
+ '@oxc-resolver/binding-linux-arm-gnueabihf@11.21.2':
480
+ resolution: {integrity: sha512-gK+vPUcPQITkGwBKpZGrcDHSlU6eDGl7AQacxS2CEKAZIBHWkOVFeJwLZ4tYnA1acJqRM5lt7yYwPCVqGHIJ7A==}
481
+ cpu: [arm]
482
+ os: [linux]
483
+
484
+ '@oxc-resolver/binding-linux-arm-musleabihf@11.21.2':
485
+ resolution: {integrity: sha512-L/Rgas7SrOKy/z7IH+HxSFRqVO4PuLDKLEGKvnhoCBBq3UJ0YzGBou3qMzaAGgkJwsIvX2pBF+7ojzfUhLiZxQ==}
486
+ cpu: [arm]
487
+ os: [linux]
488
+
489
+ '@oxc-resolver/binding-linux-arm64-gnu@11.21.2':
490
+ resolution: {integrity: sha512-CUEYvlX1Fk7E9kUMzuswru1J9HLxMwnpDeQGjQuI4ZH+iNCoa2X9T+pvyzrbsgl7WnIeTFTlNlHsRfVdf5g9/g==}
491
+ cpu: [arm64]
492
+ os: [linux]
493
+ libc: [glibc]
494
+
495
+ '@oxc-resolver/binding-linux-arm64-musl@11.21.2':
496
+ resolution: {integrity: sha512-ViN1ZibQyxwC67GpoP33oo+S9UyUnkog13vzQb9+v9bCNvrVzJuk0MRdacjtv/9xfRMVF/eqHFyl8YOeykI10Q==}
497
+ cpu: [arm64]
498
+ os: [linux]
499
+ libc: [musl]
500
+
501
+ '@oxc-resolver/binding-linux-ppc64-gnu@11.21.2':
502
+ resolution: {integrity: sha512-CU1sCqWnhGqYD5I1HedHk5pujrn7ssDkNB/AEQd/pd3D/EojVSgJUlpbafwIbyhia3PgIfkvdFpRPWSALzVumA==}
503
+ cpu: [ppc64]
504
+ os: [linux]
505
+ libc: [glibc]
506
+
507
+ '@oxc-resolver/binding-linux-riscv64-gnu@11.21.2':
508
+ resolution: {integrity: sha512-jWVyZtIHca4Gb96x7dag+y69vlei7ffjrsveLkmf2ZhqEAz6ZSBnY1GWvgZUaZlwZP62A3xD092BW97Q5VGc+g==}
509
+ cpu: [riscv64]
510
+ os: [linux]
511
+ libc: [glibc]
512
+
513
+ '@oxc-resolver/binding-linux-riscv64-musl@11.21.2':
514
+ resolution: {integrity: sha512-LF29obFqNgBUgDX7rmUK7M4D0JQG5LxhYzn3xXmECcHU9aQAdWG7NiY052qybtesEdwHQXKNTWYQ7mTsybNvWg==}
515
+ cpu: [riscv64]
516
+ os: [linux]
517
+ libc: [musl]
518
+
519
+ '@oxc-resolver/binding-linux-s390x-gnu@11.21.2':
520
+ resolution: {integrity: sha512-+NYcm+cCHBbtdQQ3A4phQTSuVRYnNHz7wrl9XRAPEovcdoqi0mb1K5ZOl+jN54ZD+q1zz3V0vltbFJmzecJKmw==}
521
+ cpu: [s390x]
522
+ os: [linux]
523
+ libc: [glibc]
524
+
525
+ '@oxc-resolver/binding-linux-x64-gnu@11.21.2':
526
+ resolution: {integrity: sha512-UQqZDdG2r2HhAOsZEgufkIWHPQ886IUyuJQkoZByvzhW8j51R4UNzGBJFkTiTnLhQnggwJRdJgFWK4uY6ZVIMw==}
527
+ cpu: [x64]
528
+ os: [linux]
529
+ libc: [glibc]
530
+
531
+ '@oxc-resolver/binding-linux-x64-musl@11.21.2':
532
+ resolution: {integrity: sha512-3Q9PMRjalWkT6NZ4jfujuqTCFwoWErg3y3BnOgb544B8IMw4PktiwWOigMfOHNRLMghZeJ7hpfpZf4CP7rV7Og==}
533
+ cpu: [x64]
534
+ os: [linux]
535
+ libc: [musl]
536
+
537
+ '@oxc-resolver/binding-openharmony-arm64@11.21.2':
538
+ resolution: {integrity: sha512-Eljeq3ndtyKhM+Es8LITi4Zl2htzuRZcrPMF3kMCsrILztvU6AjZ3FuEhHHKobPUB9rMpzLpJP5bDqXI7r+iog==}
539
+ cpu: [arm64]
540
+ os: [openharmony]
541
+
542
+ '@oxc-resolver/binding-wasm32-wasi@11.21.2':
543
+ resolution: {integrity: sha512-HGDbNsIywqc4LxU38+CTJNnB/6BF7rheWOJ259b4eE0aEnelYblC8x+1tEd63bp31fYne63RQz9Jb4yVnC7Yig==}
544
+ engines: {node: '>=14.0.0'}
545
+ cpu: [wasm32]
546
+
547
+ '@oxc-resolver/binding-win32-arm64-msvc@11.21.2':
548
+ resolution: {integrity: sha512-iWx25CBEgH49iE9q5coEGI/jb1jl5kkCY9z6U5Og67xCkQ/WFMDc2J5U78+AE91SUxM2NqSLhJC8/PLfWnImww==}
549
+ cpu: [arm64]
550
+ os: [win32]
551
+
552
+ '@oxc-resolver/binding-win32-x64-msvc@11.21.2':
553
+ resolution: {integrity: sha512-VPoCAhKvCQTlG7vxqaBXcmuvbh77BfnGXj8g0pbvVXpm1F/R8rDVwqIWcEbMzrI1JvJlm8v7T9uMVQb6UctMRg==}
554
+ cpu: [x64]
555
+ os: [win32]
556
+
557
+ '@polka/url@1.0.0-next.29':
558
+ resolution: {integrity: sha512-wwQAWhWSuHaag8c4q/KN/vCoeOJYshAIvMQwD4GpSb3OiZklFfvAgmj0VCBBImRpuF/aFgIRzllXlVX93Jevww==}
559
+
560
+ '@publint/pack@0.1.7':
561
+ resolution: {integrity: sha512-4EDEmvxWtgsCnnVeBvtFIFZtUhPPt1+bA9JrSwU4Sa//6oKtzCSlGGXYJr44OD9aGISymbieJ4mCKHUygUDU+g==}
562
+ engines: {node: '>=18'}
563
+
564
+ '@rolldown/binding-android-arm-eabi@1.2.8':
565
+ resolution: {integrity: sha512-tN5aztYkKCte4i5SIrrz5yK/HMjEuCqCSCJa418jOV8tZ1cBY3YF2otxB1ktPxzsLA1BeTqwapK0bfjxNvHJVw==}
566
+ engines: {node: ^20.19.0 || >=22.12.0}
567
+ cpu: [arm]
568
+ os: [android]
569
+
570
+ '@rolldown/binding-android-arm64@1.2.8':
571
+ resolution: {integrity: sha512-dIYTWl9XprMUiQFoc55KUyk/oS8SKYH3zFl0LTR7RT0Xj4hgSVyuJcroH8JUu8RcpF8fTB6E0aOwCkZoYPcDSQ==}
572
+ engines: {node: ^20.19.0 || >=22.12.0}
573
+ cpu: [arm64]
574
+ os: [android]
575
+
576
+ '@rolldown/binding-darwin-arm64@1.2.8':
577
+ resolution: {integrity: sha512-PCSDQGXD2IyTEFrcgPyBM8jJuGmrbCMuoIOXdbEGVemruKACXoLQJrb+A45Z0L5t1RQkdfJprAYPkikbh7dzdA==}
578
+ engines: {node: ^20.19.0 || >=22.12.0}
579
+ cpu: [arm64]
580
+ os: [darwin]
581
+
582
+ '@rolldown/binding-darwin-x64@1.2.8':
583
+ resolution: {integrity: sha512-Uk7lRsGhPFHVX/sAUC6D5H9Ol30dFHd6iquokll2th3LpdJ3F5CzQB+7DHn0Ri2mG+U7k2zXiPHDrwZenXhwSA==}
584
+ engines: {node: ^20.19.0 || >=22.12.0}
585
+ cpu: [x64]
586
+ os: [darwin]
587
+
588
+ '@rolldown/binding-freebsd-x64@1.2.8':
589
+ resolution: {integrity: sha512-DjszaTEVogPqA5bYzsEeqDCQxbcp2fexQwKcRspYji2yzR68fCf+e4fx6kBSRDwX5/brZaHw/hWS9+A/+/w9sQ==}
590
+ engines: {node: ^20.19.0 || >=22.12.0}
591
+ cpu: [x64]
592
+ os: [freebsd]
593
+
594
+ '@rolldown/binding-linux-arm-gnueabihf@1.2.8':
595
+ resolution: {integrity: sha512-zmwa7FTmdzB6aaEEuuls18H6Ap5JmJPSoPTuXixeJZV6tG40SyLkApQtz1g8ptZtiEKqj9OM0oNLPh1AgvE31Q==}
596
+ engines: {node: ^20.19.0 || >=22.12.0}
597
+ cpu: [arm]
598
+ os: [linux]
599
+
600
+ '@rolldown/binding-linux-arm64-gnu@1.2.8':
601
+ resolution: {integrity: sha512-KdYQDPHwJVnbFwdTGMgxsI9SqblBlz6STGM+w1We/d5B8OWWidYH0MwkU/uA1wM5fIpO2MkOVxXrNzzuZhw9ew==}
602
+ engines: {node: ^20.19.0 || >=22.12.0}
603
+ cpu: [arm64]
604
+ os: [linux]
605
+ libc: [glibc]
606
+
607
+ '@rolldown/binding-linux-arm64-musl@1.2.8':
608
+ resolution: {integrity: sha512-jFJTifHnNPY+yzOoNZQfSIysrVyXzEQPhPnOUjmD1bcQGHH6s7c8cViKWar8YplQImE5N9JRqMCLrM2CdxOrZA==}
609
+ engines: {node: ^20.19.0 || >=22.12.0}
610
+ cpu: [arm64]
611
+ os: [linux]
612
+ libc: [musl]
613
+
614
+ '@rolldown/binding-linux-ppc64-gnu@1.2.8':
615
+ resolution: {integrity: sha512-FhiOziBDWPBjbcmRzfLyIJnaP7AVMFXT7YCXPjXxj7wKU3vx24RjrCNN/zjvVa+N2vVoHJwCoUBvsrN/DG3zIA==}
616
+ engines: {node: ^20.19.0 || >=22.12.0}
617
+ cpu: [ppc64]
618
+ os: [linux]
619
+ libc: [glibc]
620
+
621
+ '@rolldown/binding-linux-s390x-gnu@1.2.8':
622
+ resolution: {integrity: sha512-WnHfADMzOV2Y55wlx1hzzQnar/wDt/VdvWSD99r18Mz9ylNieIGOkRx3UV21h7m/eJvjySYJkO26VvGNFkwsIQ==}
623
+ engines: {node: ^20.19.0 || >=22.12.0}
624
+ cpu: [s390x]
625
+ os: [linux]
626
+ libc: [glibc]
627
+
628
+ '@rolldown/binding-linux-x64-gnu@1.2.8':
629
+ resolution: {integrity: sha512-H9tRr5ibfXFVLxbPOseVewewFpl28zcEdjRDt2FTUZU7odxP0gEv1ki4/kGmcGOh78oRwZuuQllGLZ9zTJp84g==}
630
+ engines: {node: ^20.19.0 || >=22.12.0}
631
+ cpu: [x64]
632
+ os: [linux]
633
+ libc: [glibc]
634
+
635
+ '@rolldown/binding-linux-x64-musl@1.2.8':
636
+ resolution: {integrity: sha512-UefiqfM3D6IVNlZ8tSGs9+Ejjud2T+oxO0IHADU45Y+lyEjD2dVFyZHbkfX0LUb5Zugo/oIv1eCO/KVYhgYJYA==}
637
+ engines: {node: ^20.19.0 || >=22.12.0}
638
+ cpu: [x64]
639
+ os: [linux]
640
+ libc: [musl]
641
+
642
+ '@rolldown/binding-openharmony-arm64@1.2.8':
643
+ resolution: {integrity: sha512-637Ke4kWSy6rp9cxQ9gMOXlxPgIw/c1beASV4M//3+9I4uwBVOOl74G+e3zyU3u19U7RkRl/HuewixZ/Z6+Rjg==}
644
+ engines: {node: ^20.19.0 || >=22.12.0}
645
+ cpu: [arm64]
646
+ os: [openharmony]
647
+
648
+ '@rolldown/binding-win32-arm64-msvc@1.2.8':
649
+ resolution: {integrity: sha512-xWBkPOF1Q9k/Gv1nQXnVdLxKu74jXppuOM4Z3mnypVUJJJwLsMl7hNJGRAUJoG8A5MgOI1ACKM+wBFxSJzKy4A==}
650
+ engines: {node: ^20.19.0 || >=22.12.0}
651
+ cpu: [arm64]
652
+ os: [win32]
653
+
654
+ '@rolldown/binding-win32-x64-msvc@1.2.8':
655
+ resolution: {integrity: sha512-uz2ZvfgXbxqNwijjjbxrnvALwpyODDcgc1T1N8N3rf/DXKQmaFwmB4LX4yyjggpwN2obdQLb2rgirX5ffCWYng==}
656
+ engines: {node: ^20.19.0 || >=22.12.0}
657
+ cpu: [x64]
658
+ os: [win32]
659
+
660
+ '@rolldown/pluginutils@1.0.1':
661
+ resolution: {integrity: sha512-2j9bGt5Jh8hj+vPtgzPtl72j0yRxHAyumoo6TNfAjsLB04UtpSvPbPcDcBMxz7n+9CYB0c1GxQFxYRg2jimqGw==}
662
+
663
+ '@storybook/addon-a11y@10.6.0':
664
+ resolution: {integrity: sha512-Z/CZor/F8H74/+IoeLroEQXQoVxvmjVtUgATJ95KPBolHxMaHLXLsYU0wosIiiORxmfRCnpen5pQl1n4+pBWQw==}
665
+ peerDependencies:
666
+ storybook: ^10.6.0
667
+
668
+ '@storybook/addon-docs@10.6.0':
669
+ resolution: {integrity: sha512-Fk3rUQWeGyCfL170OkmRp6Ruyv7MHPb/xrKa6YNk7FlGmlVLi5tKzh2T/0J13vWEy8wiu2MV3IBu8iRsaUR+Cw==}
670
+ peerDependencies:
671
+ '@types/react': ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
672
+ storybook: ^10.6.0
673
+ peerDependenciesMeta:
674
+ '@types/react':
675
+ optional: true
676
+
677
+ '@storybook/addon-svelte-csf@5.1.3':
678
+ resolution: {integrity: sha512-WD9bVaimpxwRE+f89vBMvw3pWKe8xDUW4jHeZbVPB0zSpH+7Ad/rFQ1oiAklswiVYwF/NXvnC7SZ4V+UXhngLg==}
679
+ peerDependencies:
680
+ '@storybook/svelte': ^0.0.0-0 || ^8.2.0 || ^9.0.0 || ^9.1.0-0 || ^10.0.0-0 || ^10.1.0-0 || ^10.2.0-0 || ^10.3.0-0 || ^10.4.0-0 || ^10.5.0-0 || ^10.6.0-0 || ^11.0.0-0
681
+ '@sveltejs/vite-plugin-svelte': ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0
682
+ storybook: ^0.0.0-0 || ^8.2.0 || ^9.0.0 || ^9.1.0-0 || ^10.0.0-0 || ^10.1.0-0 || ^10.2.0-0 || ^10.3.0-0 || ^10.4.0-0 || ^10.5.0-0 || ^10.6.0-0 || ^11.0.0-0
683
+ svelte: ^5.0.0
684
+ vite: ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0
685
+
686
+ '@storybook/addon-vitest@10.6.0':
687
+ resolution: {integrity: sha512-GY2SwSXLNgyMqjQ59J7YTkEQTHdEbBMggOvbbuhuPUBhWo97OGSDCmn1UW3nXDZvkoWyWhF9T9628m1uei7FbA==}
688
+ peerDependencies:
689
+ '@vitest/browser': ^3.0.0 || ^4.0.0
690
+ '@vitest/browser-playwright': ^4.0.0
691
+ '@vitest/runner': ^3.0.0 || ^4.0.0
692
+ storybook: ^10.6.0
693
+ vitest: ^3.0.0 || ^4.0.0
694
+ peerDependenciesMeta:
695
+ '@vitest/browser':
696
+ optional: true
697
+ '@vitest/browser-playwright':
698
+ optional: true
699
+ '@vitest/runner':
700
+ optional: true
701
+ vitest:
702
+ optional: true
703
+
704
+ '@storybook/builder-vite@10.6.0':
705
+ resolution: {integrity: sha512-7zt8tYB6dnSO8fbjUz91MHexGDpf9HrLlA3FAmlVb+2ZL3eWUs499L3I6BDUymcWu7oW5WCBJlB8ERj8ZLLzig==}
706
+ peerDependencies:
707
+ storybook: ^10.6.0
708
+ vite: ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0
709
+
710
+ '@storybook/csf@0.1.13':
711
+ resolution: {integrity: sha512-7xOOwCLGB3ebM87eemep89MYRFTko+D8qE7EdAAq74lgdqRR5cOUtYWJLjO2dLtP94nqoOdHJo6MdLLKzg412Q==}
712
+
713
+ '@storybook/global@5.0.0':
714
+ resolution: {integrity: sha512-FcOqPAXACP0I3oJ/ws6/rrPT9WGhu915Cg8D02a9YxLo0DE9zI+a9A5gRGvmQ09fiWPukqI8ZAEoQEdWUKMQdQ==}
715
+
716
+ '@storybook/icons@2.1.0':
717
+ resolution: {integrity: sha512-Fxh9vYpX9bQqFeHRiY8h2ApeRGDzRSMLwJwNZ/AIRqnyOKHxRKL+yFe+ctEkVJmuptRE9u1Hrn8ZZNHyfDKKNg==}
718
+ peerDependencies:
719
+ react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
720
+
721
+ '@storybook/react-dom-shim@10.6.0':
722
+ resolution: {integrity: sha512-ZE0l4xL6d00rKFeJhRDuh0t3r+/2ffhx47lIyaSWrTD5kuM3nDjKDxCIWwX4E3gLV+oNX8E1prXRMuEWJUJwJg==}
723
+ peerDependencies:
724
+ '@types/react': ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
725
+ '@types/react-dom': ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
726
+ react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
727
+ react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
728
+ storybook: ^10.6.0
729
+ peerDependenciesMeta:
730
+ '@types/react':
731
+ optional: true
732
+ '@types/react-dom':
733
+ optional: true
734
+
735
+ '@storybook/svelte-vite@10.6.0':
736
+ resolution: {integrity: sha512-j1X/AOn0Z5dxcmtbox6z1tvz7erTuD55kR1tW3OGJpbV5mjdSuvc9aEqz+s3hgxTJgC500327K7z55Co7pG2Pw==}
737
+ peerDependencies:
738
+ '@sveltejs/vite-plugin-svelte': ^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0
739
+ storybook: ^10.6.0
740
+ svelte: ^5.0.0
741
+ vite: ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0
742
+
743
+ '@storybook/svelte@10.6.0':
744
+ resolution: {integrity: sha512-H7zdGvuVx/Z4C9LlfwdhVuVPdNlMwVZJ5IV6DZW3huVOZNiZcWMnftOaLGIxiLI2TZmuYJV50cBwjed5RLImLA==}
745
+ peerDependencies:
746
+ storybook: ^10.6.0
747
+ svelte: ^5.0.0
748
+
749
+ '@sveltejs/acorn-typescript@1.0.13':
750
+ resolution: {integrity: sha512-wgKggnhZVL9Bfx1OaKKTrYY9BFRk6C8UAkQNUcIv1+llzYrIqy+RZm5HPKzn0NpEBvTVhTqB4kQyllZywsRBRQ==}
751
+ peerDependencies:
752
+ acorn: ^8.9.0
753
+
754
+ '@sveltejs/load-config@0.2.3':
755
+ resolution: {integrity: sha512-VT3qmUb8pRV2QrZjd8iAmtg8lf4W0TIjZbvXtz5MKei/q96teWZgGJyyidJzOjzZzvdq616eSRVeMYIQChUTAQ==}
756
+ engines: {node: '>= 18.0.0'}
757
+
758
+ '@sveltejs/package@2.5.8':
759
+ resolution: {integrity: sha512-zeBbsXYvHiBu56v4gJaGQoEHzg96w0E1j3dOMX8vo56s6vI5eQ57ZEZhudjwjnegnVitRRu5MrmhO0eNvaonIw==}
760
+ engines: {node: ^16.14 || >=18}
761
+ hasBin: true
762
+ peerDependencies:
763
+ svelte: ^3.44.0 || ^4.0.0 || ^5.0.0-next.1
764
+
765
+ '@sveltejs/vite-plugin-svelte@7.3.0':
766
+ resolution: {integrity: sha512-QbRoJyD92e9R0ufeQIWRHrCC0ObcqSv/aBDdrQMoU+sypav3cDx5wytdQ6GLdXjEMO6xjrXGzfkUygng8JMv0A==}
767
+ engines: {node: ^20.19 || ^22.12 || >=24}
768
+ peerDependencies:
769
+ svelte: ^5.46.4
770
+ vite: ^8.0.0-beta.7 || ^8.0.0
771
+
772
+ '@testing-library/dom@10.4.1':
773
+ resolution: {integrity: sha512-o4PXJQidqJl82ckFaXUeoAW+XysPLauYI43Abki5hABd853iMhitooc6znOnczgbTYmEP6U6/y1ZyKAIsvMKGg==}
774
+ engines: {node: '>=18'}
775
+
776
+ '@testing-library/jest-dom@6.9.1':
777
+ resolution: {integrity: sha512-zIcONa+hVtVSSep9UT3jZ5rizo2BsxgyDYU7WFD5eICBE7no3881HGeb/QkGfsJs6JTkY1aQhT7rIPC7e+0nnA==}
778
+ engines: {node: '>=14', npm: '>=6', yarn: '>=1'}
779
+
780
+ '@testing-library/user-event@14.6.7':
781
+ resolution: {integrity: sha512-MPCpX8bxe8zS+JmmTwLp8jd0dy1rAm60Te/SL8JrQM3qvQJcBOs1d7IefJMyZzqM3EWBrDn/LWDt1BCGu4ASfg==}
782
+ engines: {node: '>=12', npm: '>=6'}
783
+ peerDependencies:
784
+ '@testing-library/dom': '>=7.21.4'
785
+
786
+ '@tybys/wasm-util@0.10.3':
787
+ resolution: {integrity: sha512-F3fo1MYrRJYL3zER0OUOmkutjr1Vp23m7OsSgp7nq4SP6OqX6C/56XFIPAl5bt3zaBRjmW7SGz3u/6LwFpYcOg==}
788
+
789
+ '@types/aria-query@5.0.4':
790
+ resolution: {integrity: sha512-rfT93uj5s0PRL7EzccGMs3brplhcrghnDoV26NqKhCAS1hVo+WdNsPvE/yb6ilfr5hi2MEk6d5EWJTKdxg8jVw==}
791
+
792
+ '@types/chai@5.2.3':
793
+ resolution: {integrity: sha512-Mw558oeA9fFbv65/y4mHtXDs9bPnFMZAL/jxdPFUpOHHIXX91mcgEHbS5Lahr+pwZFR8A7GQleRWeI6cGFC2UA==}
794
+
795
+ '@types/deep-eql@4.0.2':
796
+ resolution: {integrity: sha512-c9h9dVVMigMPc4bwTvC5dxqtqJZwQPePsWjPlpSOnojbor6pGqdk541lfA7AqFQr5pB1BRdq0juY9db81BwyFw==}
797
+
798
+ '@types/estree@1.0.9':
799
+ resolution: {integrity: sha512-GhdPgy1el4/ImP05X05Uw4cw2/M93BCUmnEvWZNStlCzEKME4Fkk+YpoA5OiHNQmoS7Cafb8Xa3Pya8m1Qrzeg==}
800
+
801
+ '@types/mdx@2.0.14':
802
+ resolution: {integrity: sha512-T48PeuJtvLosNTPVhfnIp3i/n3a4g4Bad7YCq5k64D4u7NwDrAotikQ+5+sjtUvBmxCMlbo3dVL+C2dP0rWHzg==}
803
+
804
+ '@types/react@19.3.0':
805
+ resolution: {integrity: sha512-N0rFCuH9YoxG9/m61l9MfpJKfmLOVU0em7ipIz6TRgSSkvReLB9vL85GB+yr8Bs5leqpvg96JSwF4ZS1s4viQg==}
806
+
807
+ '@vitest/browser-playwright@5.0.0':
808
+ resolution: {integrity: sha512-N+gED9y4/8pypaHjz/x0ah3CjoBr+N0hWWT+Gq4VXtMzyB+rUIdHni0ulzpD1j4H77iWy5Jg8PRMlVn6kjxo6g==}
809
+ peerDependencies:
810
+ playwright: '*'
811
+ vitest: 5.0.0
812
+
813
+ '@vitest/browser@5.0.0':
814
+ resolution: {integrity: sha512-JC9FG5xIRxPHXJPcdCaluIJcEoeM0IwGQ3xneuJk09LXKHRNs40BqWDWymQikbb20yOpYvzpKzmYgPRuSzKmvg==}
815
+ peerDependencies:
816
+ vitest: 5.0.0
817
+
818
+ '@vitest/coverage-v8@5.0.0':
819
+ resolution: {integrity: sha512-toMg6PZGCIa/lQNCDoASrfb1ly4hsUKXFtFYC9kD4t78o5Y6LyNJU7AENt8eHPr3quYdxaxK7hj2mnbFfUk9NA==}
820
+ peerDependencies:
821
+ '@vitest/browser': 5.0.0
822
+ vitest: 5.0.0
823
+ peerDependenciesMeta:
824
+ '@vitest/browser':
825
+ optional: true
826
+
827
+ '@vitest/expect@3.2.4':
828
+ resolution: {integrity: sha512-Io0yyORnB6sikFlt8QW5K7slY4OjqNX9jmJQ02QDda8lyM6B5oNgVWoSoKPac8/kgnCUzuHQKrSLtu/uOqqrig==}
829
+
830
+ '@vitest/istanbul-lib-coverage@1.0.1':
831
+ resolution: {integrity: sha512-k3DJZ8LhMBK9NS4SclF1ASD3OgXEWDorbIcPTRDK0/Zae6fRvu+fJRxtFdLfHsa9Y24beCdPnoNZ4LviTNstfA==}
832
+ engines: {node: '>=22'}
833
+
834
+ '@vitest/istanbul-lib-report@1.0.1':
835
+ resolution: {integrity: sha512-1EOLRfsTMnyAr3+kEAsP4o9dhaDlGPpD7H5iLBBeq//YpNB1VIahkPhB+eRp9N2Dkfw8oySROjE3yf9XDeaIkQ==}
836
+ engines: {node: '>=22'}
837
+
838
+ '@vitest/mocker@5.0.0':
839
+ resolution: {integrity: sha512-66PGTMIiVJP3t4a5yxU9qPtf7MdTBs8jmToMvy+HVflB3Yy13WJZTtPePdvU+wjRV02SKK5doLbSA6o9pwOmiA==}
840
+ peerDependencies:
841
+ msw: ^2.4.9
842
+ vite: ^6.0.0 || ^7.0.0 || ^8.0.0
843
+ peerDependenciesMeta:
844
+ msw:
845
+ optional: true
846
+ vite:
847
+ optional: true
848
+
849
+ '@vitest/pretty-format@3.2.4':
850
+ resolution: {integrity: sha512-IVNZik8IVRJRTr9fxlitMKeJeXFFFN0JaB9PHPGQ8NKQbGpfjlTx9zO4RefN8gp7eqjNy8nyK3NZmBzOPeIxtA==}
851
+
852
+ '@vitest/pretty-format@5.0.0':
853
+ resolution: {integrity: sha512-PVRNuB3wpReb4SQEs4zTKM4KWFhQ5pw3spE8naoDJNB5T5aWRzGKHwXcLUllr0WeOTXpB6bSr3CJLo5+7XQSSQ==}
854
+
855
+ '@vitest/spy@3.2.4':
856
+ resolution: {integrity: sha512-vAfasCOe6AIK70iP5UD11Ac4siNUNJ9i/9PZ3NKx07sG6sUxeag1LWdNrMWeKKYBLlzuK+Gn65Yd5nyL6ds+nw==}
857
+
858
+ '@vitest/spy@5.0.0':
859
+ resolution: {integrity: sha512-uy+luWBAPw9XfthoHi5AkfHUnuPYEESjl0p/r+meoBnU8bxg5GDQ3Ey8MjcJ6sqahkL4PFyrvfMJJBw7LbU06g==}
860
+
861
+ '@vitest/ui@5.0.0':
862
+ resolution: {integrity: sha512-h2FIFwggCY2GxUd2UdQoYNVQkOIqEQLPhNREcl3FUiRsdzQep7NWwYbSmhGEA9nFLPDq5pXzRMcBZQU8Py83sg==}
863
+ peerDependencies:
864
+ vitest: 5.0.0
865
+
866
+ '@vitest/utils@3.2.4':
867
+ resolution: {integrity: sha512-fB2V0JFrQSMsCo9HiSq3Ezpdv4iYaXRG1Sx8edX3MwxfyNn83mKiGzOcH+Fkxt4MHxr3y42fQi1oeAInqgX2QA==}
868
+
869
+ '@vitest/utils@5.0.0':
870
+ resolution: {integrity: sha512-dO++xL3vDfvhTAVimfkuQUA3k+JClIF1i1vAkPqpcGAthRmeWnXmHB7YPViPvgCwviX8u7Y5W1u2N//AaQr3fw==}
871
+
872
+ '@webcontainer/env@1.1.1':
873
+ resolution: {integrity: sha512-6aN99yL695Hi9SuIk1oC88l9o0gmxL1nGWWQ/kNy81HigJ0FoaoTXpytCj6ItzgyCEwA9kF1wixsTuv5cjsgng==}
874
+
875
+ acorn@8.18.0:
876
+ resolution: {integrity: sha512-lGq+9yr1/GuAWaVYIHRjvvySG5/4VfKIvC8EWxStPdcDh/Ka7FG3twP6v4d5BkravUilhIAsG4Qj83t02LWUPQ==}
877
+ engines: {node: '>=0.4.0'}
878
+ hasBin: true
879
+
880
+ ansi-regex@5.0.1:
881
+ resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==}
882
+ engines: {node: '>=8'}
883
+
884
+ ansi-regex@6.3.0:
885
+ resolution: {integrity: sha512-WpDfL7NO6j7tH88IDBNVdUJxDh9nmCteAVW9dsep846XdwF4naCBK+/tGLX3KJgcpgMRXCFlTM2hKGoK9FsdrQ==}
886
+ engines: {node: '>=12'}
887
+
888
+ ansi-styles@5.2.0:
889
+ resolution: {integrity: sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==}
890
+ engines: {node: '>=10'}
891
+
892
+ aria-query@5.3.0:
893
+ resolution: {integrity: sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==}
894
+
895
+ aria-query@5.3.1:
896
+ resolution: {integrity: sha512-Z/ZeOgVl7bcSYZ/u/rh0fOpvEpq//LZmdbkXyc7syVzjPAhfOa9ebsdTSjEBDU4vs5nC98Kfduj1uFo0qyET3g==}
897
+ engines: {node: '>= 0.4'}
898
+
899
+ assertion-error@2.0.1:
900
+ resolution: {integrity: sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==}
901
+ engines: {node: '>=12'}
902
+
903
+ ast-types@0.16.3:
904
+ resolution: {integrity: sha512-FvWoWYfSCM6kRxCSH+MGLHIKKGRL6A6AW7Zek2O32REPQRdg131428uRTKMBYAeRd3XXAaHDS60Wpri7CdKDrA==}
905
+ engines: {node: '>=4'}
906
+
907
+ ast-v8-to-istanbul@1.0.6:
908
+ resolution: {integrity: sha512-fvpl29helSO2w/z7utIbrkNXILdrLwDwAMH2I/zPKlGf5244+gf+B4cyS1sANcrPY2h+hWCGSgC8N61s/+AF9A==}
909
+
910
+ axe-core@4.13.0:
911
+ resolution: {integrity: sha512-UzGt8zg7Ny8djbYMhxl2zuEevVa7r2gJjYY5Lwr1xM7+XU2nd6CkIWFTVcCIbAP63vSz71NaVyyuSk9lHKcy0A==}
912
+ engines: {node: '>=4'}
913
+
914
+ axobject-query@4.1.0:
915
+ resolution: {integrity: sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==}
916
+ engines: {node: '>= 0.4'}
917
+
918
+ bundle-name@4.1.0:
919
+ resolution: {integrity: sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q==}
920
+ engines: {node: '>=18'}
921
+
922
+ chai@5.3.3:
923
+ resolution: {integrity: sha512-4zNhdJD/iOjSH0A05ea+Ke6MU5mmpQcbQsSOkgdaUMJ9zTlDTD/GYlwohmIE2u0gaxHYiVHEn1Fw9mZ/ktJWgw==}
924
+ engines: {node: '>=18'}
925
+
926
+ chai@6.2.2:
927
+ resolution: {integrity: sha512-NUPRluOfOiTKBKvWPtSD4PhFvWCqOi0BGStNWs57X9js7XGTprSmFoz5F0tWhR4WPjNeR9jXqdC7/UpSJTnlRg==}
928
+ engines: {node: '>=18'}
929
+
930
+ check-error@2.1.3:
931
+ resolution: {integrity: sha512-PAJdDJusoxnwm1VwW07VWwUN1sl7smmC3OKggvndJFadxxDRyFJBX/ggnu/KE4kQAB7a3Dp8f/YXC1FlUprWmA==}
932
+ engines: {node: '>= 16'}
933
+
934
+ chokidar@4.0.3:
935
+ resolution: {integrity: sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==}
936
+ engines: {node: '>= 14.16.0'}
937
+
938
+ chokidar@5.0.0:
939
+ resolution: {integrity: sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==}
940
+ engines: {node: '>= 20.19.0'}
941
+
942
+ chromatic@18.8.1:
943
+ resolution: {integrity: sha512-ATJyUUuUrK1GA3bPNHPHgwQtqw/cSapC/hReF53EBO0HT0yYCl5jEeWBQP64+bAlZTK7zTSjzKe4109qbdKTvQ==}
944
+ engines: {node: '>=22.0.0'}
945
+ hasBin: true
946
+ peerDependencies:
947
+ '@chromatic-com/cypress': ^0.*.* || ^1.0.0
948
+ '@chromatic-com/playwright': ^0.*.* || ^1.0.0
949
+ '@chromatic-com/vitest': ^0.*.* || ^1.0.0
950
+ peerDependenciesMeta:
951
+ '@chromatic-com/cypress':
952
+ optional: true
953
+ '@chromatic-com/playwright':
954
+ optional: true
955
+ '@chromatic-com/vitest':
956
+ optional: true
957
+
958
+ clsx@2.1.1:
959
+ resolution: {integrity: sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==}
960
+ engines: {node: '>=6'}
961
+
962
+ convert-source-map@2.0.0:
963
+ resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==}
964
+
965
+ css.escape@1.5.1:
966
+ resolution: {integrity: sha512-YUifsXXuknHlUsmlgyY0PKzgPOr7/FjCePfHNt0jxm83wHZi44VDMQ7/fGNkjY3/jV1MC+1CmZbaHzugyeRtpg==}
967
+
968
+ csstype@3.2.3:
969
+ resolution: {integrity: sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==}
970
+
971
+ dedent-js@1.0.1:
972
+ resolution: {integrity: sha512-OUepMozQULMLUmhxS95Vudo0jb0UchLimi3+pQ2plj61Fcy8axbP9hbiD4Sz6DPqn6XG3kfmziVfQ1rSys5AJQ==}
973
+
974
+ dedent@1.7.2:
975
+ resolution: {integrity: sha512-WzMx3mW98SN+zn3hgemf4OzdmyNhhhKz5Ay0pUfQiMQ3e1g+xmTJWp/pKdwKVXhdSkAEGIIzqeuWrL3mV/AXbA==}
976
+ peerDependencies:
977
+ babel-plugin-macros: ^3.1.0
978
+ peerDependenciesMeta:
979
+ babel-plugin-macros:
980
+ optional: true
981
+
982
+ deep-eql@5.0.2:
983
+ resolution: {integrity: sha512-h5k/5U50IJJFpzfL6nO9jaaumfjO/f2NjK/oYB2Djzm4p9L+3T9qWpZqZ2hAbLPuuYq9wrU08WQyBTL5GbPk5Q==}
984
+ engines: {node: '>=6'}
985
+
986
+ deepmerge@4.3.1:
987
+ resolution: {integrity: sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==}
988
+ engines: {node: '>=0.10.0'}
989
+
990
+ default-browser-id@5.0.1:
991
+ resolution: {integrity: sha512-x1VCxdX4t+8wVfd1so/9w+vQ4vx7lKd2Qp5tDRutErwmR85OgmfX7RlLRMWafRMY7hbEiXIbudNrjOAPa/hL8Q==}
992
+ engines: {node: '>=18'}
993
+
994
+ default-browser@5.5.1:
995
+ resolution: {integrity: sha512-m1pAzaJgZ/gssEqlOhJkPJp8Xly7QyW6xcrkUa2KKcDeDSEMP7X8xipU3snUcfisTQx0w1AGae+9UtJSfVnXGw==}
996
+ engines: {node: '>=18'}
997
+
998
+ define-lazy-prop@3.0.0:
999
+ resolution: {integrity: sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==}
1000
+ engines: {node: '>=12'}
1001
+
1002
+ dequal@2.0.3:
1003
+ resolution: {integrity: sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==}
1004
+ engines: {node: '>=6'}
1005
+
1006
+ detect-libc@2.1.2:
1007
+ resolution: {integrity: sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==}
1008
+ engines: {node: '>=8'}
1009
+
1010
+ devalue@5.9.2:
1011
+ resolution: {integrity: sha512-po4PAY5c53tw5XMocSnf8A/5OHhbbUftpr93aEN6BBoAdntUmK7vu7wOATqvt7cXO7m1Cl4gMVn6p7n6n4mj0w==}
1012
+
1013
+ dom-accessibility-api@0.5.16:
1014
+ resolution: {integrity: sha512-X7BJ2yElsnOJ30pZF4uIIDfBEVgF4XEBxL9Bxhy6dnrm5hkzqmsWHGTiHqRiITNhMyFLyAiWndIJP7Z1NTteDg==}
1015
+
1016
+ dom-accessibility-api@0.6.3:
1017
+ resolution: {integrity: sha512-7ZgogeTnjuHbo+ct10G9Ffp0mif17idi0IyWNVA/wcwcm7NPOD/WEHVP3n7n3MhXqxoIYm8d6MuZohYWIZ4T3w==}
1018
+
1019
+ es-module-lexer@2.3.2:
1020
+ resolution: {integrity: sha512-poHGpORABojJJucnV9KbOavETW8lBVnphkW77ER5/BQ5Fz7oXSoCNek7IH3vR5nRjdsEz926ibFYX8KtLQmdyw==}
1021
+
1022
+ es-toolkit@1.52.0:
1023
+ resolution: {integrity: sha512-XTNEJQh1tY1ZJVcf6ayP/2n4ZPyaHlW2FWs7xvw5ddPuhUVjLD3olQVQS7kf58JbAB48iL0uL/jerTrjtV3lDA==}
1024
+
1025
+ esbuild@0.28.2:
1026
+ resolution: {integrity: sha512-HKVLS8dvII+xoKW9kmqxbRKrnWEXfJJr/FZhhJmiqIB0e053QNYFqOBouTMO/k5sID4MvCiUCvv8b9M4h32wIA==}
1027
+ engines: {node: '>=18'}
1028
+ hasBin: true
1029
+
1030
+ esm-env@1.2.2:
1031
+ resolution: {integrity: sha512-Epxrv+Nr/CaL4ZcFGPJIYLWFom+YeV1DqMLHJoEd9SYRxNbaFruBwfEX/kkHUJf55j2+TUbmDcmuilbP1TmXHA==}
1032
+
1033
+ esprima@4.0.1:
1034
+ resolution: {integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==}
1035
+ engines: {node: '>=4'}
1036
+ hasBin: true
1037
+
1038
+ esrap@1.2.2:
1039
+ resolution: {integrity: sha512-F2pSJklxx1BlQIQgooczXCPHmcWpn6EsP5oo73LQfonG9fIlIENQ8vMmfGXeojP9MrkzUNAfyU5vdFlR9shHAw==}
1040
+
1041
+ esrap@1.4.9:
1042
+ resolution: {integrity: sha512-3OMlcd0a03UGuZpPeUC1HxR3nA23l+HEyCiZw3b3FumJIN9KphoGzDJKMXI1S72jVS1dsenDyQC0kJlO1U9E1g==}
1043
+
1044
+ esrap@2.3.7:
1045
+ resolution: {integrity: sha512-n2nf7fZR3c9yXf0BPEuHuXqT+KW0SJVj4cN5FMEkpCZ3scLjOQWpiccyCxVzCC2q1wubTghuEGzngJY/7Ah0Ow==}
1046
+ peerDependencies:
1047
+ '@typescript-eslint/types': ^8.2.0
1048
+ peerDependenciesMeta:
1049
+ '@typescript-eslint/types':
1050
+ optional: true
1051
+
1052
+ estree-walker@3.0.3:
1053
+ resolution: {integrity: sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==}
1054
+
1055
+ expect-type@1.4.0:
1056
+ resolution: {integrity: sha512-KfYbmpRm0VbLjEvVa9yGwCi9GI34xvi7A/HXYWQO65CSD2u3MczUJSuwXKFIxlGsgBQizV9q5J9NHj4VG0n+pA==}
1057
+ engines: {node: '>=12.0.0'}
1058
+
1059
+ fdir@6.5.0:
1060
+ resolution: {integrity: sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==}
1061
+ engines: {node: '>=12.0.0'}
1062
+ peerDependencies:
1063
+ picomatch: ^3 || ^4
1064
+ peerDependenciesMeta:
1065
+ picomatch:
1066
+ optional: true
1067
+
1068
+ fflate@0.8.3:
1069
+ resolution: {integrity: sha512-tbZNuJrLwGUp3zshBtdy4W+ORxZuIh8a5ilyIEQDC5rY1f3U20JMry0Ll3WBzU58EZKsEuJFXhb5gwv8CsPvgA==}
1070
+
1071
+ flatted@3.4.4:
1072
+ resolution: {integrity: sha512-5+ybhBZANEJxaH3X5evAFatUxLfEHSr7n6kYJ+1Qd0mUqr4eu9gIf6GDbWHf8RJijHrjjO8G+la14SlL2SeS1Q==}
1073
+
1074
+ fsevents@2.3.3:
1075
+ resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==}
1076
+ engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
1077
+ os: [darwin]
1078
+
1079
+ graceful-fs@4.2.11:
1080
+ resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==}
1081
+
1082
+ indent-string@4.0.0:
1083
+ resolution: {integrity: sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==}
1084
+ engines: {node: '>=8'}
1085
+
1086
+ is-docker@3.0.0:
1087
+ resolution: {integrity: sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==}
1088
+ engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
1089
+ hasBin: true
1090
+
1091
+ is-inside-container@1.0.0:
1092
+ resolution: {integrity: sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==}
1093
+ engines: {node: '>=14.16'}
1094
+ hasBin: true
1095
+
1096
+ is-reference@3.0.3:
1097
+ resolution: {integrity: sha512-ixkJoqQvAP88E6wLydLGGqCJsrFUnqoH6HnaczB8XmDH1oaWU+xxdptvikTgaEhtZ53Ky6YXiBuUI2WXLMCwjw==}
1098
+
1099
+ is-wsl@3.1.1:
1100
+ resolution: {integrity: sha512-e6rvdUCiQCAuumZslxRJWR/Doq4VpPR82kqclvcS0efgt430SlGIk05vdCN58+VrzgtIcfNODjozVielycD4Sw==}
1101
+ engines: {node: '>=16'}
1102
+
1103
+ js-tokens@10.0.0:
1104
+ resolution: {integrity: sha512-lM/UBzQmfJRo9ABXbPWemivdCW8V2G8FHaHdypQaIy523snUjog0W71ayWXTjiR+ixeMyVHN2XcpnTd/liPg/Q==}
1105
+
1106
+ js-tokens@4.0.0:
1107
+ resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==}
1108
+
1109
+ jsonc-parser@3.3.1:
1110
+ resolution: {integrity: sha512-HUgH65KyejrUFPvHFPbqOY0rsFip3Bo5wb4ngvdi1EpCYWUQDC5V+Y7mZws+DLkr4M//zQJoanu1SP+87Dv1oQ==}
1111
+
1112
+ jsonfile@6.2.1:
1113
+ resolution: {integrity: sha512-zwOTdL3rFQ/lRdBnntKVOX6k5cKJwEc1HdilT71BWEu7J41gXIB2MRp+vxduPSwZJPWBxEzv4yH1wYLJGUHX4Q==}
1114
+
1115
+ kleur@4.1.5:
1116
+ resolution: {integrity: sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==}
1117
+ engines: {node: '>=6'}
1118
+
1119
+ lightningcss-android-arm64@1.33.0:
1120
+ resolution: {integrity: sha512-gEpRTalKdosp4Bb8qWtc2iOgE5SeIHlpS1up9bFq2wAyYhl1UdTObYiHe98zEM9SQvSoqQZ1IQD0JNpg3Ml5pg==}
1121
+ engines: {node: '>= 12.0.0'}
1122
+ cpu: [arm64]
1123
+ os: [android]
1124
+
1125
+ lightningcss-darwin-arm64@1.33.0:
1126
+ resolution: {integrity: sha512-Sciaz8eenNTKn9b3t7+xr0ipTp9YxKQY4npwQ3mrRuL0BAVHBLyZxofhaKBAVtzmtRZ/zTyo0/to4B1uWG/Djg==}
1127
+ engines: {node: '>= 12.0.0'}
1128
+ cpu: [arm64]
1129
+ os: [darwin]
1130
+
1131
+ lightningcss-darwin-x64@1.33.0:
1132
+ resolution: {integrity: sha512-Z5UPAxzrjlWNNyGy6i65cJzzvgJ5D3T6wMvs+gWpY9d7qRhANrxqAp6LhxIgZhWEw18RfJTGcRxjuLIBr+m8XQ==}
1133
+ engines: {node: '>= 12.0.0'}
1134
+ cpu: [x64]
1135
+ os: [darwin]
1136
+
1137
+ lightningcss-freebsd-x64@1.33.0:
1138
+ resolution: {integrity: sha512-QQM/Ti/hQajJwCY+RiWuCZ9sdtI/XQk7nDK5vC8kkdwixezOlDgvDx7+RT+QjK6FcFT4MpsuoBnHIo/O3StRRg==}
1139
+ engines: {node: '>= 12.0.0'}
1140
+ cpu: [x64]
1141
+ os: [freebsd]
1142
+
1143
+ lightningcss-linux-arm-gnueabihf@1.33.0:
1144
+ resolution: {integrity: sha512-N7FVBe6iS24MlM6R/4RBTxGhQheZGs7tiQ9U32UtF75NzP5Q7xWPRqLBCKxlRQRk3rY1jCIPLzx7WzOhuUIRLQ==}
1145
+ engines: {node: '>= 12.0.0'}
1146
+ cpu: [arm]
1147
+ os: [linux]
1148
+
1149
+ lightningcss-linux-arm64-gnu@1.33.0:
1150
+ resolution: {integrity: sha512-j2v/itmy4HlNxlc6voKXYgBqNi0Ng2LShg4z7GufpEgs05P+2suBVyi9I6YHq5uoVFx9ETin3eCEhLVyXGQnKg==}
1151
+ engines: {node: '>= 12.0.0'}
1152
+ cpu: [arm64]
1153
+ os: [linux]
1154
+ libc: [glibc]
1155
+
1156
+ lightningcss-linux-arm64-musl@1.33.0:
1157
+ resolution: {integrity: sha512-yiO5ROMuYQgXbC60yjZU5CYSFZGKXL0HFATXt9mHJn1+zW55oCtMI9NfcVhYLMFDL7gV7oBPon/EmMMGg2OvtQ==}
1158
+ engines: {node: '>= 12.0.0'}
1159
+ cpu: [arm64]
1160
+ os: [linux]
1161
+ libc: [musl]
1162
+
1163
+ lightningcss-linux-x64-gnu@1.33.0:
1164
+ resolution: {integrity: sha512-ar+Ju7LmcN0Jo4FpL4hpFybwNG9/3A/Br5KW2n2jyODg3MEZXaDYADdemoNS+BDNfMgKvylJLj4S5tyRActuAg==}
1165
+ engines: {node: '>= 12.0.0'}
1166
+ cpu: [x64]
1167
+ os: [linux]
1168
+ libc: [glibc]
1169
+
1170
+ lightningcss-linux-x64-musl@1.33.0:
1171
+ resolution: {integrity: sha512-RYiYbkokw0trfKqqzfF55lginwEPrD3OJDfTuJzFs1MK6iFnDenaz1fqLLtX4ITG3OktJQXOeTaw1awrBAlZPw==}
1172
+ engines: {node: '>= 12.0.0'}
1173
+ cpu: [x64]
1174
+ os: [linux]
1175
+ libc: [musl]
1176
+
1177
+ lightningcss-win32-arm64-msvc@1.33.0:
1178
+ resolution: {integrity: sha512-1K+MPfLSFVpphzpdbfkhlWk6wBrTObBzS2T6db10PNOZgR9GoVsAWzwNyuhUYYbTp23j+4RrncfujZ4uAzXvwA==}
1179
+ engines: {node: '>= 12.0.0'}
1180
+ cpu: [arm64]
1181
+ os: [win32]
1182
+
1183
+ lightningcss-win32-x64-msvc@1.33.0:
1184
+ resolution: {integrity: sha512-OlEICDx/Xl0FqSp4bry8zFnCvGpig3Gl4gCquvYwHuqJKEC1+n9NgDniFvqHGmMv1ZkqDJrDqKKSykTDX+ehuA==}
1185
+ engines: {node: '>= 12.0.0'}
1186
+ cpu: [x64]
1187
+ os: [win32]
1188
+
1189
+ lightningcss@1.33.0:
1190
+ resolution: {integrity: sha512-WkUDrojuJs0xkgGf2udWxa3yGBRxPtxUkB79i6aCZLRgc7PM8fZe9TosfPDcvEpQZbuFASnHYmRLBLUbmLOIIA==}
1191
+ engines: {node: '>= 12.0.0'}
1192
+
1193
+ locate-character@3.0.0:
1194
+ resolution: {integrity: sha512-SW13ws7BjaeJ6p7Q6CO2nchbYEc3X3J6WrmTTDto7yMPqVSZTUyY5Tjbid+Ab8gLnATtygYtiDIJGQRRn2ZOiA==}
1195
+
1196
+ loupe@3.2.1:
1197
+ resolution: {integrity: sha512-CdzqowRJCeLU72bHvWqwRBBlLcMEtIvGrlvef74kMnV2AolS9Y8xUv1I0U/MNAWMhBlKIoyuEgoJ0t/bbwHbLQ==}
1198
+
1199
+ lz-string@1.5.0:
1200
+ resolution: {integrity: sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ==}
1201
+ hasBin: true
1202
+
1203
+ magic-string@0.30.21:
1204
+ resolution: {integrity: sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==}
1205
+
1206
+ magic-string@1.3.1:
1207
+ resolution: {integrity: sha512-rm91zr2Ou+XueDTohjQQjdQEcYM6zVi8KVUCG8Ec3vHwUEKrhSdCNyfuIywkA6hcCAteIn0ZOtAHA6eGpiX+Pg==}
1208
+
1209
+ magicast@0.5.5:
1210
+ resolution: {integrity: sha512-UicdXN8zQ3JHlxVq+28afMXPr1z7WNY6+7EJnzTdQWkTAlMLF5fNCCKxJHBQwGaNGR11581EiQmQzx73+MvszA==}
1211
+
1212
+ min-indent@1.0.1:
1213
+ resolution: {integrity: sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==}
1214
+ engines: {node: '>=4'}
1215
+
1216
+ mri@1.2.0:
1217
+ resolution: {integrity: sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==}
1218
+ engines: {node: '>=4'}
1219
+
1220
+ mrmime@2.0.1:
1221
+ resolution: {integrity: sha512-Y3wQdFg2Va6etvQ5I82yUhGdsKrcYox6p7FfL1LbK2J4V01F9TGlepTIhnK24t7koZibmg82KGglhA1XK5IsLQ==}
1222
+ engines: {node: '>=10'}
1223
+
1224
+ nanoid@3.3.19:
1225
+ resolution: {integrity: sha512-Y2tUNy4ouw6tq5oDSKeQYGOyhkUBhNOcGV/02KC+6kd9eDGqdZd++mjMiIDilrBYvjEnCYvVtsuHCuP+okSfug==}
1226
+ engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
1227
+ hasBin: true
1228
+
1229
+ obug@2.2.1:
1230
+ resolution: {integrity: sha512-XrsrhT5sybtKI6wakr2SPOlGZWWYbUXZ7a0jT8/QOeAPau+1X/bSegNe5YR75oJmEZQbKningirmGOEJCIk61Q==}
1231
+ engines: {node: '>=12.20.0'}
1232
+
1233
+ open@10.2.0:
1234
+ resolution: {integrity: sha512-YgBpdJHPyQ2UE5x+hlSXcnejzAvD0b22U2OuAP+8OnlJT+PjWPxtgmGqKKc+RgTM63U9gN0YzrYc71R2WT/hTA==}
1235
+ engines: {node: '>=18'}
1236
+
1237
+ oxc-parser@0.127.0:
1238
+ resolution: {integrity: sha512-bkgD4qHlN7WxLdX8bLXdaU54TtQtAIg/ZBAfm0aje/mo3MRDo3P0hZSgr4U7O3xfX+fQmR5AP04JS/TGcZLcFA==}
1239
+ engines: {node: ^20.19.0 || >=22.12.0}
1240
+
1241
+ oxc-resolver@11.21.2:
1242
+ resolution: {integrity: sha512-w5tLwYN3Zo24w5EeWJjJWZOwhYqTtC8PS2B1tIt7BZUuqTIcU07sQValbDw+rq7+AuAGzOHklgK+ifsy4lpXfw==}
1243
+
1244
+ package-manager-detector@1.8.0:
1245
+ resolution: {integrity: sha512-yQA4H19AmPEoMUeavPMDIe1higySl/gH/yaQrkT/s07Qp+7pp2hYz30N3z2l5BkjVkF9Ow6o0wjJamm2y7Sn0A==}
1246
+
1247
+ pathe@2.0.3:
1248
+ resolution: {integrity: sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==}
1249
+
1250
+ pathval@2.0.1:
1251
+ resolution: {integrity: sha512-//nshmD55c46FuFw26xV/xFAaB5HF9Xdap7HJBBnrKdAd6/GxDBaNA1870O79+9ueg61cZLSVc+OaFlfmObYVQ==}
1252
+ engines: {node: '>= 14.16'}
1253
+
1254
+ picocolors@1.1.1:
1255
+ resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==}
1256
+
1257
+ picomatch@4.0.7:
1258
+ resolution: {integrity: sha512-qcJu88Q2IWqJsDD529JKMdwGm/dvInW4HvQnRwiH9JtihJvzGOscDtHE3x1pBKeUOTysQ8kVmLnJ2kJu7yhcGA==}
1259
+ engines: {node: '>=12'}
1260
+
1261
+ playwright-core@1.63.0:
1262
+ resolution: {integrity: sha512-rYCsBF/M5HjUch52bbtVONEFjv6Xu8sm8h72dNlR5bzIE1fvC/bxgspzkjSfU+MweEMmPM8KJebG6nnyxo5mCg==}
1263
+ engines: {node: '>=20'}
1264
+ hasBin: true
1265
+
1266
+ playwright@1.63.0:
1267
+ resolution: {integrity: sha512-+7ziBLidS4NaNCdt57SUDT+wYmmd5fmiQejUic/kb+YsYSCPyOOE9sebzMjNmQrsnNpDJqd4WHvV/8lfKfUDUg==}
1268
+ engines: {node: '>=20'}
1269
+ hasBin: true
1270
+
1271
+ pngjs@7.0.0:
1272
+ resolution: {integrity: sha512-LKWqWJRhstyYo9pGvgor/ivk2w94eSjE3RGVuzLGlr3NmD8bf7RcYGze1mNdEHRP6TRP6rMuDHk5t44hnTRyow==}
1273
+ engines: {node: '>=14.19.0'}
1274
+
1275
+ postcss@8.5.28:
1276
+ resolution: {integrity: sha512-RRuzqDtt5Y9h3quz5hWhK+TPnsmVs6WwSU6LkJMeY4HstUEDuYTG8UJSdawMRzmzAtV+KEoG8N3Qg2qLy5vM/A==}
1277
+ engines: {node: ^10 || ^12 || >=14}
1278
+
1279
+ prettier-plugin-svelte@4.1.1:
1280
+ resolution: {integrity: sha512-wXvbXMjSvb4C9ENWTHXyd+ihakKCsJ6rJhLP6/8HFNj4GkZr48jqL9PoKsl2sk7SyCZRTnJ7O2TTowUpOxP/KA==}
1281
+ engines: {node: '>=20'}
1282
+ peerDependencies:
1283
+ prettier: ^3.0.0
1284
+ svelte: ^5.0.0
1285
+
1286
+ prettier@3.9.6:
1287
+ resolution: {integrity: sha512-OpN0zzVdiaiAhxpuuj5efpIS4sY9j7bY6uR5mnj5yPzGkdkjNKSJeUThPb60Jw29QuAZgA4o+/iB49kFiaBX6g==}
1288
+ engines: {node: '>=14'}
1289
+ hasBin: true
1290
+
1291
+ pretty-format@27.5.1:
1292
+ resolution: {integrity: sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==}
1293
+ engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0}
1294
+
1295
+ publint@0.3.24:
1296
+ resolution: {integrity: sha512-9zS56KrKBoqi5Qt8h92uMP8TTM9AYZSgnmCo4u2priMqkOZvQnTsziZ2p5LJ2ywbYkAjoCDp2jda9u4cgFefIw==}
1297
+ engines: {node: '>=18'}
1298
+ hasBin: true
1299
+
1300
+ react-dom@19.3.0:
1301
+ resolution: {integrity: sha512-JDk8dgif51OjFoDE70+OT9ICyYr+69HlmihNwp1+Nsfbna3t5sIiCa9ZJktDmQ4/1b/rn26hIAR2uYXDMr5r0Q==}
1302
+ peerDependencies:
1303
+ react: ^19.3.0
1304
+
1305
+ react-is@17.0.2:
1306
+ resolution: {integrity: sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==}
1307
+
1308
+ react@19.3.0:
1309
+ resolution: {integrity: sha512-E8LUcbtBWt20bbl2YoHfx4ZDBdxVTfOKtCZn9cDSJ4l6/nuoApcpIBcj47t2wZoVX8g2ZHuMHbiShgCR1T5Sog==}
1310
+ engines: {node: '>=0.10.0'}
1311
+
1312
+ readdirp@4.1.2:
1313
+ resolution: {integrity: sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==}
1314
+ engines: {node: '>= 14.18.0'}
1315
+
1316
+ readdirp@5.1.1:
1317
+ resolution: {integrity: sha512-Kko+Y5XQ6fM+Ce3dq3m9YGxnacYZYl9cA1wZjaF3Vbry2L3i1qVg8+CAgNPsXRArPMUMCaOR7oa9Nqntc43JKA==}
1318
+ engines: {node: '>= 20.19.0'}
1319
+
1320
+ recast@0.23.21:
1321
+ resolution: {integrity: sha512-mFAyJq9vUbSTARLZUvAEf1z3YxlvAwswbmxMx2mPA/MSm4KmpwvwvhsH/NIrZhyOuwD60Lzyw2qh83uCbgTPYw==}
1322
+ engines: {node: '>= 4'}
1323
+
1324
+ redent@3.0.0:
1325
+ resolution: {integrity: sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==}
1326
+ engines: {node: '>=8'}
1327
+
1328
+ rolldown@1.2.8:
1329
+ resolution: {integrity: sha512-Z67nTmhZe7anqnM/EjI392w5i/ANUinjip7QYsOyN37oayduxt3ksdX0hf5OOamkAd53BiIHfbfSzfUmzKFQqQ==}
1330
+ engines: {node: ^20.19.0 || >=22.12.0}
1331
+ hasBin: true
1332
+
1333
+ run-applescript@7.1.0:
1334
+ resolution: {integrity: sha512-DPe5pVFaAsinSaV6QjQ6gdiedWDcRCbUuiQfQa2wmWV7+xC9bGulGI8+TdRmoFkAPaBXk8CrAbnlY2ISniJ47Q==}
1335
+ engines: {node: '>=18'}
1336
+
1337
+ sade@1.8.1:
1338
+ resolution: {integrity: sha512-xal3CZX1Xlo/k4ApwCFrHVACi9fBqJ7V+mwhBsuf/1IOKbBy098Fex+Wa/5QMubw09pSZ/u8EY8PWgevJsXp1A==}
1339
+ engines: {node: '>=6'}
1340
+
1341
+ scheduler@0.28.0:
1342
+ resolution: {integrity: sha512-juorfCmIkIw8tT+p5BXSm6PJjQF/ycEYmKyzURCIt/RaZIhL+PulbQ9Yu2z1HdOJDdqDTlxA1+xKBmHXJsczAw==}
1343
+
1344
+ scule@1.3.0:
1345
+ resolution: {integrity: sha512-6FtHJEvt+pVMIB9IBY+IcCJ6Z5f1iQnytgyfKMhDKgmzYG+TeH/wx1y3l27rshSbLiSanrR9ffZDrEsmjlQF2g==}
1346
+
1347
+ semver@7.8.5:
1348
+ resolution: {integrity: sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==}
1349
+ engines: {node: '>=10'}
1350
+ hasBin: true
1351
+
1352
+ siginfo@2.0.0:
1353
+ resolution: {integrity: sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==}
1354
+
1355
+ sirv@3.0.2:
1356
+ resolution: {integrity: sha512-2wcC/oGxHis/BoHkkPwldgiPSYcpZK3JU28WoMVv55yHJgcZ8rlXvuG9iZggz+sU1d4bRgIGASwyWqjxu3FM0g==}
1357
+ engines: {node: '>=18'}
1358
+
1359
+ source-map-js@1.2.1:
1360
+ resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==}
1361
+ engines: {node: '>=0.10.0'}
1362
+
1363
+ source-map@0.6.1:
1364
+ resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==}
1365
+ engines: {node: '>=0.10.0'}
1366
+
1367
+ stackback@0.0.2:
1368
+ resolution: {integrity: sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==}
1369
+
1370
+ std-env@4.2.0:
1371
+ resolution: {integrity: sha512-oCUKSupKTHX53EyjDtuZQ64pjLJ6yYCtpmEw0goYxtjG9KpbRe8KAsl2tBUGU9DyMcJ0RwJ8GqJAFzMXcXW1Rw==}
1372
+
1373
+ storybook@10.6.0:
1374
+ resolution: {integrity: sha512-H48X6AURAFTpfN2zEux6vNesee5Oq8Gxj1IanYmblPZ218sfKSeyyerF1NC7GD7BrruoC8L4/cU0zII4y+d6zw==}
1375
+ hasBin: true
1376
+ peerDependencies:
1377
+ '@types/react': ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
1378
+ prettier: ^2 || ^3
1379
+ vite-plus: ^0.1.15 || ^0.2.0
1380
+ peerDependenciesMeta:
1381
+ '@types/react':
1382
+ optional: true
1383
+ prettier:
1384
+ optional: true
1385
+ vite-plus:
1386
+ optional: true
1387
+
1388
+ strip-ansi@7.2.0:
1389
+ resolution: {integrity: sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==}
1390
+ engines: {node: '>=12'}
1391
+
1392
+ strip-indent@3.0.0:
1393
+ resolution: {integrity: sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==}
1394
+ engines: {node: '>=8'}
1395
+
1396
+ svelte-ast-print@0.4.2:
1397
+ resolution: {integrity: sha512-hRHHufbJoArFmDYQKCpCvc0xUuIEfwYksvyLYEQyH+1xb5LD5sM/IthfooCdXZQtOIqXz6xm7NmaqdfwG4kh6w==}
1398
+ engines: {node: '>=18'}
1399
+ peerDependencies:
1400
+ svelte: ^5.0.0
1401
+
1402
+ svelte-check@4.7.6:
1403
+ resolution: {integrity: sha512-t2scM//ZuVbSY/T2w6FSBw1v9s2NEmh/g+sy1lqtosW5ylBV5AF4wFb1Ts9Kf3MbfPDUDJDZ9L436YT0SPTdvw==}
1404
+ engines: {node: '>= 18.0.0'}
1405
+ hasBin: true
1406
+ peerDependencies:
1407
+ svelte: ^4.0.0 || ^5.0.0-next.0
1408
+ typescript: ^5.0.0 || ^6.0.0
1409
+
1410
+ svelte2tsx@0.7.61:
1411
+ resolution: {integrity: sha512-EpQ/+UHITBULeUojx/LLD3uTYasZXcX1BrqlrzfLUnT9vdUhaOWK59a3ryWcFU8L0sY1SP+gRhJ2Beiis98+qw==}
1412
+ peerDependencies:
1413
+ svelte: ^3.55 || ^4.0.0-next.0 || ^4.0 || ^5.0.0-next.0
1414
+ typescript: ^4.9.4 || ^5.0.0 || ^6.0.0
1415
+
1416
+ svelte@5.57.0:
1417
+ resolution: {integrity: sha512-NdbDn7fl4be1ViUG0oq/lvG6OZy3oENolV2ONjiqqsfVoeAfzaQAKUcEX3MrQod/Bebv1PgwET9rfXhgn9s4Kg==}
1418
+ engines: {node: '>=18'}
1419
+
1420
+ tagged-tag@1.0.0:
1421
+ resolution: {integrity: sha512-yEFYrVhod+hdNyx7g5Bnkkb0G6si8HJurOoOEgC8B/O0uXLHlaey/65KRv6cuWBNhBgHKAROVpc7QyYqE5gFng==}
1422
+ engines: {node: '>=20'}
1423
+
1424
+ tiny-invariant@1.3.3:
1425
+ resolution: {integrity: sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==}
1426
+
1427
+ tinybench@6.1.4:
1428
+ resolution: {integrity: sha512-9APumHG7r4yOk4X4WlkmE71aZcv1gvin1czO3OQ1U9iJcFA5Ja/ygyb0vPOVHTthFozUYs8CLoLUlM8grb2lTQ==}
1429
+ engines: {node: '>=20.0.0'}
1430
+
1431
+ tinyexec@1.3.0:
1432
+ resolution: {integrity: sha512-QKAl9m8gWWGHV8jZcPeym6j+XULi6tOf1mT83WYJ4Lk2ytW/uwAWkrP0uFsdoYMdueVJ0qs26wZ+23xeB4ibNQ==}
1433
+ engines: {node: '>=18'}
1434
+
1435
+ tinyexec@1.3.1:
1436
+ resolution: {integrity: sha512-GCvB3aoys96IuDFBMcTB46JOR6mdMtAToqwiW8JlWhsoh1mhHi/xn9ss/Dg7N555GiJyEt2qzoG/NHCwM6h1EA==}
1437
+ engines: {node: '>=18'}
1438
+
1439
+ tinyglobby@0.2.17:
1440
+ resolution: {integrity: sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==}
1441
+ engines: {node: '>=12.0.0'}
1442
+
1443
+ tinyrainbow@2.0.0:
1444
+ resolution: {integrity: sha512-op4nsTR47R6p0vMUUoYl/a+ljLFVtlfaXkLQmqfLR1qHma1h/ysYk4hEXZ880bf2CYgTskvTa/e196Vd5dDQXw==}
1445
+ engines: {node: '>=14.0.0'}
1446
+
1447
+ tinyrainbow@3.1.1:
1448
+ resolution: {integrity: sha512-yau8yJdTt989Mm0Bd/236QnzEiPf2xLLTqUZRUJOo/3CB078LSwzei343DgtJVmfJKJE3TMINY1u42SQsP6mXw==}
1449
+ engines: {node: '>=14.0.0'}
1450
+
1451
+ tinyspy@4.0.6:
1452
+ resolution: {integrity: sha512-u8KszXvGfU68hVcZpRHKG28T0krMuv2G5nDhiHaMLen/gIuFEgIJhaJuO69qjnXg5paSrbPMFfx3brNuN8eVSg==}
1453
+ engines: {node: '>=14.0.0'}
1454
+
1455
+ totalist@3.0.1:
1456
+ resolution: {integrity: sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==}
1457
+ engines: {node: '>=6'}
1458
+
1459
+ ts-dedent@2.3.0:
1460
+ resolution: {integrity: sha512-JfJeIHke7y2egdGGgRAvpCwYFUsHlM2gPcrVOxFkznt/4uzQ7HFmvE63iFHVLBJNDuyDOQgijDK/tXH/f6Msjg==}
1461
+ engines: {node: '>=6.10'}
1462
+
1463
+ tslib@2.8.1:
1464
+ resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==}
1465
+
1466
+ type-fest@2.19.0:
1467
+ resolution: {integrity: sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==}
1468
+ engines: {node: '>=12.20'}
1469
+
1470
+ type-fest@5.9.0:
1471
+ resolution: {integrity: sha512-yANm3Jr3GiJ1qgJlxGAVxTOIcEOk1rhQHamlXtnrCK7EHP4HeM9OGxtMg/W7HFdrVzw/ZWJKGVIJusVH85sLtw==}
1472
+ engines: {node: '>=20'}
1473
+
1474
+ typescript@5.9.3:
1475
+ resolution: {integrity: sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==}
1476
+ engines: {node: '>=14.17'}
1477
+ hasBin: true
1478
+
1479
+ typescript@6.0.3:
1480
+ resolution: {integrity: sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==}
1481
+ engines: {node: '>=14.17'}
1482
+ hasBin: true
1483
+
1484
+ universalify@2.0.1:
1485
+ resolution: {integrity: sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==}
1486
+ engines: {node: '>= 10.0.0'}
1487
+
1488
+ unplugin@2.3.11:
1489
+ resolution: {integrity: sha512-5uKD0nqiYVzlmCRs01Fhs2BdkEgBS3SAVP6ndrBsuK42iC2+JHyxM05Rm9G8+5mkmRtzMZGY8Ct5+mliZxU/Ww==}
1490
+ engines: {node: '>=18.12.0'}
1491
+
1492
+ use-sync-external-store@1.7.0:
1493
+ resolution: {integrity: sha512-6L+EeigHMQhdaIPNIFUKwfWJSwWFQ8gJbJ2DLOs5sDIegTwR9fRxvnM3uciHKjIZhFz+KAv2emhWMRvDmMcY8A==}
1494
+ peerDependencies:
1495
+ react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
1496
+
1497
+ vite@8.3.0:
1498
+ resolution: {integrity: sha512-lhZBVvEHefgE+HQZC9O7EBJgCU/nVzFNl7vkS4RE0APtWLP02/8QVIkQtzBxPquh7lq5/78NHipTj7ODQ6XuyQ==}
1499
+ engines: {node: ^20.19.0 || >=22.12.0}
1500
+ hasBin: true
1501
+ peerDependencies:
1502
+ '@types/node': ^20.19.0 || >=22.12.0
1503
+ '@vitejs/devtools': ^0.7.1
1504
+ esbuild: ^0.27.0 || ^0.28.0
1505
+ jiti: '>=1.21.0'
1506
+ less: ^4.0.0
1507
+ sass: ^1.70.0
1508
+ sass-embedded: ^1.70.0
1509
+ stylus: '>=0.54.8'
1510
+ sugarss: ^5.0.0
1511
+ terser: ^5.16.0
1512
+ tsx: ^4.8.1
1513
+ yaml: ^2.4.2
1514
+ peerDependenciesMeta:
1515
+ '@types/node':
1516
+ optional: true
1517
+ '@vitejs/devtools':
1518
+ optional: true
1519
+ esbuild:
1520
+ optional: true
1521
+ jiti:
1522
+ optional: true
1523
+ less:
1524
+ optional: true
1525
+ sass:
1526
+ optional: true
1527
+ sass-embedded:
1528
+ optional: true
1529
+ stylus:
1530
+ optional: true
1531
+ sugarss:
1532
+ optional: true
1533
+ terser:
1534
+ optional: true
1535
+ tsx:
1536
+ optional: true
1537
+ yaml:
1538
+ optional: true
1539
+
1540
+ vitefu@1.1.3:
1541
+ resolution: {integrity: sha512-ub4okH7Z5KLjb6hDyjqrGXqWtWvoYdU3IGm/NorpgHncKoLTCfRIbvlhBm7r0YstIaQRYlp4yEbFqDcKSzXSSg==}
1542
+ peerDependencies:
1543
+ vite: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0
1544
+ peerDependenciesMeta:
1545
+ vite:
1546
+ optional: true
1547
+
1548
+ vitest@5.0.0:
1549
+ resolution: {integrity: sha512-gpsMNoRhMjMktVxPtstOH4/PJuPyovVaMDr4oDilXaGH1EcqM2OE96SoHT2VIQ6fTGtTjqmHDrEu2X9RQiXf8Q==}
1550
+ engines: {node: ^22.12.0 || ^24.0.0 || >=26.0.0}
1551
+ hasBin: true
1552
+ peerDependencies:
1553
+ '@edge-runtime/vm': '*'
1554
+ '@opentelemetry/api': ^1.9.0
1555
+ '@types/node': ^22.0.0 || >=24.0.0
1556
+ '@vitest/browser-playwright': 5.0.0
1557
+ '@vitest/browser-preview': 5.0.0
1558
+ '@vitest/browser-webdriverio': ^5.0.0-beta.5 || >=5.0.0
1559
+ '@vitest/coverage-istanbul': 5.0.0
1560
+ '@vitest/coverage-v8': 5.0.0
1561
+ '@vitest/ui': 5.0.0
1562
+ happy-dom: '*'
1563
+ jsdom: '*'
1564
+ vite: ^6.4.0 || ^7.0.0 || ^8.0.0
1565
+ peerDependenciesMeta:
1566
+ '@edge-runtime/vm':
1567
+ optional: true
1568
+ '@opentelemetry/api':
1569
+ optional: true
1570
+ '@types/node':
1571
+ optional: true
1572
+ '@vitest/browser-playwright':
1573
+ optional: true
1574
+ '@vitest/browser-preview':
1575
+ optional: true
1576
+ '@vitest/browser-webdriverio':
1577
+ optional: true
1578
+ '@vitest/coverage-istanbul':
1579
+ optional: true
1580
+ '@vitest/coverage-v8':
1581
+ optional: true
1582
+ '@vitest/ui':
1583
+ optional: true
1584
+ happy-dom:
1585
+ optional: true
1586
+ jsdom:
1587
+ optional: true
1588
+
1589
+ webpack-virtual-modules@0.6.2:
1590
+ resolution: {integrity: sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==}
1591
+
1592
+ why-is-node-running@2.3.0:
1593
+ resolution: {integrity: sha512-hUrmaWBdVDcxvYqnyh09zunKzROWjbZTiNy8dBEjkS7ehEDQibXJ7XvlmtbwuTclUiIyN+CyXQD4Vmko8fNm8w==}
1594
+ engines: {node: '>=8'}
1595
+ hasBin: true
1596
+
1597
+ ws@8.21.3:
1598
+ resolution: {integrity: sha512-201TZ/kPWxoPr/OKWjquZR1SWKXcvxdH+e1xrx89b3YbmzLMFCLfnaG1HFIgWzJOEWZ7MvpK++odZufgYR50Rw==}
1599
+ engines: {node: '>=10.0.0'}
1600
+ peerDependencies:
1601
+ bufferutil: ^4.0.1
1602
+ utf-8-validate: '>=5.0.2'
1603
+ peerDependenciesMeta:
1604
+ bufferutil:
1605
+ optional: true
1606
+ utf-8-validate:
1607
+ optional: true
1608
+
1609
+ wsl-utils@0.1.0:
1610
+ resolution: {integrity: sha512-h3Fbisa2nKGPxCpm89Hk33lBLsnaGBvctQopaBSOW/uIs6FTe1ATyAnKFJrzVs9vpGdsTe73WF3V4lIsk4Gacw==}
1611
+ engines: {node: '>=18'}
1612
+
1613
+ zimmerframe@1.1.2:
1614
+ resolution: {integrity: sha512-rAbqEGa8ovJy4pyBxZM70hg4pE6gDgaQ0Sl9M3enG3I0d6H4XSAM3GeNGLKnsBpuijUow064sf7ww1nutC5/3w==}
1615
+
1616
+ zimmerframe@1.1.5:
1617
+ resolution: {integrity: sha512-msJxIvYDYcoNL+PJsu+7qmpDWsYmAxTY+2TNYXXF0hzBzBk0BMecOqDOG/EckUoKCuKwObfbugIl8QpqHDXeFA==}
1618
+
1619
+ snapshots:
1620
+
1621
+ '@adobe/css-tools@4.5.0': {}
1622
+
1623
+ '@babel/code-frame@7.29.7':
1624
+ dependencies:
1625
+ '@babel/helper-validator-identifier': 7.29.7
1626
+ js-tokens: 4.0.0
1627
+ picocolors: 1.1.1
1628
+
1629
+ '@babel/helper-string-parser@7.29.7': {}
1630
+
1631
+ '@babel/helper-validator-identifier@7.29.7': {}
1632
+
1633
+ '@babel/parser@7.29.8':
1634
+ dependencies:
1635
+ '@babel/types': 7.29.8
1636
+
1637
+ '@babel/runtime@7.29.7': {}
1638
+
1639
+ '@babel/types@7.29.8':
1640
+ dependencies:
1641
+ '@babel/helper-string-parser': 7.29.7
1642
+ '@babel/helper-validator-identifier': 7.29.7
1643
+
1644
+ '@bcoe/v8-coverage@1.0.2': {}
1645
+
1646
+ '@blazediff/core@1.10.0': {}
1647
+
1648
+ '@chromatic-com/storybook@5.3.1(storybook@10.6.0(@types/react@19.3.0)(prettier@3.9.6)(react@19.3.0))':
1649
+ dependencies:
1650
+ '@neoconfetti/react': 1.0.0
1651
+ chromatic: 18.8.1
1652
+ jsonfile: 6.2.1
1653
+ storybook: 10.6.0(@types/react@19.3.0)(prettier@3.9.6)(react@19.3.0)
1654
+ strip-ansi: 7.2.0
1655
+ transitivePeerDependencies:
1656
+ - '@chromatic-com/cypress'
1657
+ - '@chromatic-com/playwright'
1658
+ - '@chromatic-com/vitest'
1659
+
1660
+ '@emnapi/core@1.11.0':
1661
+ dependencies:
1662
+ '@emnapi/wasi-threads': 1.2.2
1663
+ tslib: 2.8.1
1664
+ optional: true
1665
+
1666
+ '@emnapi/core@1.9.2':
1667
+ dependencies:
1668
+ '@emnapi/wasi-threads': 1.2.1
1669
+ tslib: 2.8.1
1670
+ optional: true
1671
+
1672
+ '@emnapi/runtime@1.11.0':
1673
+ dependencies:
1674
+ tslib: 2.8.1
1675
+ optional: true
1676
+
1677
+ '@emnapi/runtime@1.9.2':
1678
+ dependencies:
1679
+ tslib: 2.8.1
1680
+ optional: true
1681
+
1682
+ '@emnapi/wasi-threads@1.2.1':
1683
+ dependencies:
1684
+ tslib: 2.8.1
1685
+ optional: true
1686
+
1687
+ '@emnapi/wasi-threads@1.2.2':
1688
+ dependencies:
1689
+ tslib: 2.8.1
1690
+ optional: true
1691
+
1692
+ '@esbuild/aix-ppc64@0.28.2':
1693
+ optional: true
1694
+
1695
+ '@esbuild/android-arm64@0.28.2':
1696
+ optional: true
1697
+
1698
+ '@esbuild/android-arm@0.28.2':
1699
+ optional: true
1700
+
1701
+ '@esbuild/android-x64@0.28.2':
1702
+ optional: true
1703
+
1704
+ '@esbuild/darwin-arm64@0.28.2':
1705
+ optional: true
1706
+
1707
+ '@esbuild/darwin-x64@0.28.2':
1708
+ optional: true
1709
+
1710
+ '@esbuild/freebsd-arm64@0.28.2':
1711
+ optional: true
1712
+
1713
+ '@esbuild/freebsd-x64@0.28.2':
1714
+ optional: true
1715
+
1716
+ '@esbuild/linux-arm64@0.28.2':
1717
+ optional: true
1718
+
1719
+ '@esbuild/linux-arm@0.28.2':
1720
+ optional: true
1721
+
1722
+ '@esbuild/linux-ia32@0.28.2':
1723
+ optional: true
1724
+
1725
+ '@esbuild/linux-loong64@0.28.2':
1726
+ optional: true
1727
+
1728
+ '@esbuild/linux-mips64el@0.28.2':
1729
+ optional: true
1730
+
1731
+ '@esbuild/linux-ppc64@0.28.2':
1732
+ optional: true
1733
+
1734
+ '@esbuild/linux-riscv64@0.28.2':
1735
+ optional: true
1736
+
1737
+ '@esbuild/linux-s390x@0.28.2':
1738
+ optional: true
1739
+
1740
+ '@esbuild/linux-x64@0.28.2':
1741
+ optional: true
1742
+
1743
+ '@esbuild/netbsd-arm64@0.28.2':
1744
+ optional: true
1745
+
1746
+ '@esbuild/netbsd-x64@0.28.2':
1747
+ optional: true
1748
+
1749
+ '@esbuild/openbsd-arm64@0.28.2':
1750
+ optional: true
1751
+
1752
+ '@esbuild/openbsd-x64@0.28.2':
1753
+ optional: true
1754
+
1755
+ '@esbuild/openharmony-arm64@0.28.2':
1756
+ optional: true
1757
+
1758
+ '@esbuild/sunos-x64@0.28.2':
1759
+ optional: true
1760
+
1761
+ '@esbuild/win32-arm64@0.28.2':
1762
+ optional: true
1763
+
1764
+ '@esbuild/win32-ia32@0.28.2':
1765
+ optional: true
1766
+
1767
+ '@esbuild/win32-x64@0.28.2':
1768
+ optional: true
1769
+
1770
+ '@jridgewell/gen-mapping@0.3.13':
1771
+ dependencies:
1772
+ '@jridgewell/sourcemap-codec': 1.6.0
1773
+ '@jridgewell/trace-mapping': 0.3.31
1774
+
1775
+ '@jridgewell/remapping@2.3.5':
1776
+ dependencies:
1777
+ '@jridgewell/gen-mapping': 0.3.13
1778
+ '@jridgewell/trace-mapping': 0.3.31
1779
+
1780
+ '@jridgewell/resolve-uri@3.1.2': {}
1781
+
1782
+ '@jridgewell/sourcemap-codec@1.6.0': {}
1783
+
1784
+ '@jridgewell/trace-mapping@0.3.31':
1785
+ dependencies:
1786
+ '@jridgewell/resolve-uri': 3.1.2
1787
+ '@jridgewell/sourcemap-codec': 1.6.0
1788
+
1789
+ '@mdx-js/react@3.1.1(@types/react@19.3.0)(react@19.3.0)':
1790
+ dependencies:
1791
+ '@types/mdx': 2.0.14
1792
+ '@types/react': 19.3.0
1793
+ react: 19.3.0
1794
+
1795
+ '@napi-rs/wasm-runtime@1.2.4(@emnapi/core@1.11.0)(@emnapi/runtime@1.11.0)':
1796
+ dependencies:
1797
+ '@emnapi/core': 1.11.0
1798
+ '@emnapi/runtime': 1.11.0
1799
+ '@tybys/wasm-util': 0.10.3
1800
+ optional: true
1801
+
1802
+ '@napi-rs/wasm-runtime@1.2.4(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2)':
1803
+ dependencies:
1804
+ '@emnapi/core': 1.9.2
1805
+ '@emnapi/runtime': 1.9.2
1806
+ '@tybys/wasm-util': 0.10.3
1807
+ optional: true
1808
+
1809
+ '@neoconfetti/react@1.0.0': {}
1810
+
1811
+ '@oxc-parser/binding-android-arm-eabi@0.127.0':
1812
+ optional: true
1813
+
1814
+ '@oxc-parser/binding-android-arm64@0.127.0':
1815
+ optional: true
1816
+
1817
+ '@oxc-parser/binding-darwin-arm64@0.127.0':
1818
+ optional: true
1819
+
1820
+ '@oxc-parser/binding-darwin-x64@0.127.0':
1821
+ optional: true
1822
+
1823
+ '@oxc-parser/binding-freebsd-x64@0.127.0':
1824
+ optional: true
1825
+
1826
+ '@oxc-parser/binding-linux-arm-gnueabihf@0.127.0':
1827
+ optional: true
1828
+
1829
+ '@oxc-parser/binding-linux-arm-musleabihf@0.127.0':
1830
+ optional: true
1831
+
1832
+ '@oxc-parser/binding-linux-arm64-gnu@0.127.0':
1833
+ optional: true
1834
+
1835
+ '@oxc-parser/binding-linux-arm64-musl@0.127.0':
1836
+ optional: true
1837
+
1838
+ '@oxc-parser/binding-linux-ppc64-gnu@0.127.0':
1839
+ optional: true
1840
+
1841
+ '@oxc-parser/binding-linux-riscv64-gnu@0.127.0':
1842
+ optional: true
1843
+
1844
+ '@oxc-parser/binding-linux-riscv64-musl@0.127.0':
1845
+ optional: true
1846
+
1847
+ '@oxc-parser/binding-linux-s390x-gnu@0.127.0':
1848
+ optional: true
1849
+
1850
+ '@oxc-parser/binding-linux-x64-gnu@0.127.0':
1851
+ optional: true
1852
+
1853
+ '@oxc-parser/binding-linux-x64-musl@0.127.0':
1854
+ optional: true
1855
+
1856
+ '@oxc-parser/binding-openharmony-arm64@0.127.0':
1857
+ optional: true
1858
+
1859
+ '@oxc-parser/binding-wasm32-wasi@0.127.0':
1860
+ dependencies:
1861
+ '@emnapi/core': 1.9.2
1862
+ '@emnapi/runtime': 1.9.2
1863
+ '@napi-rs/wasm-runtime': 1.2.4(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2)
1864
+ optional: true
1865
+
1866
+ '@oxc-parser/binding-win32-arm64-msvc@0.127.0':
1867
+ optional: true
1868
+
1869
+ '@oxc-parser/binding-win32-ia32-msvc@0.127.0':
1870
+ optional: true
1871
+
1872
+ '@oxc-parser/binding-win32-x64-msvc@0.127.0':
1873
+ optional: true
1874
+
1875
+ '@oxc-project/types@0.127.0': {}
1876
+
1877
+ '@oxc-project/types@0.149.0': {}
1878
+
1879
+ '@oxc-resolver/binding-android-arm-eabi@11.21.2':
1880
+ optional: true
1881
+
1882
+ '@oxc-resolver/binding-android-arm64@11.21.2':
1883
+ optional: true
1884
+
1885
+ '@oxc-resolver/binding-darwin-arm64@11.21.2':
1886
+ optional: true
1887
+
1888
+ '@oxc-resolver/binding-darwin-x64@11.21.2':
1889
+ optional: true
1890
+
1891
+ '@oxc-resolver/binding-freebsd-x64@11.21.2':
1892
+ optional: true
1893
+
1894
+ '@oxc-resolver/binding-linux-arm-gnueabihf@11.21.2':
1895
+ optional: true
1896
+
1897
+ '@oxc-resolver/binding-linux-arm-musleabihf@11.21.2':
1898
+ optional: true
1899
+
1900
+ '@oxc-resolver/binding-linux-arm64-gnu@11.21.2':
1901
+ optional: true
1902
+
1903
+ '@oxc-resolver/binding-linux-arm64-musl@11.21.2':
1904
+ optional: true
1905
+
1906
+ '@oxc-resolver/binding-linux-ppc64-gnu@11.21.2':
1907
+ optional: true
1908
+
1909
+ '@oxc-resolver/binding-linux-riscv64-gnu@11.21.2':
1910
+ optional: true
1911
+
1912
+ '@oxc-resolver/binding-linux-riscv64-musl@11.21.2':
1913
+ optional: true
1914
+
1915
+ '@oxc-resolver/binding-linux-s390x-gnu@11.21.2':
1916
+ optional: true
1917
+
1918
+ '@oxc-resolver/binding-linux-x64-gnu@11.21.2':
1919
+ optional: true
1920
+
1921
+ '@oxc-resolver/binding-linux-x64-musl@11.21.2':
1922
+ optional: true
1923
+
1924
+ '@oxc-resolver/binding-openharmony-arm64@11.21.2':
1925
+ optional: true
1926
+
1927
+ '@oxc-resolver/binding-wasm32-wasi@11.21.2':
1928
+ dependencies:
1929
+ '@emnapi/core': 1.11.0
1930
+ '@emnapi/runtime': 1.11.0
1931
+ '@napi-rs/wasm-runtime': 1.2.4(@emnapi/core@1.11.0)(@emnapi/runtime@1.11.0)
1932
+ optional: true
1933
+
1934
+ '@oxc-resolver/binding-win32-arm64-msvc@11.21.2':
1935
+ optional: true
1936
+
1937
+ '@oxc-resolver/binding-win32-x64-msvc@11.21.2':
1938
+ optional: true
1939
+
1940
+ '@polka/url@1.0.0-next.29': {}
1941
+
1942
+ '@publint/pack@0.1.7':
1943
+ dependencies:
1944
+ tinyexec: 1.3.1
1945
+
1946
+ '@rolldown/binding-android-arm-eabi@1.2.8':
1947
+ optional: true
1948
+
1949
+ '@rolldown/binding-android-arm64@1.2.8':
1950
+ optional: true
1951
+
1952
+ '@rolldown/binding-darwin-arm64@1.2.8':
1953
+ optional: true
1954
+
1955
+ '@rolldown/binding-darwin-x64@1.2.8':
1956
+ optional: true
1957
+
1958
+ '@rolldown/binding-freebsd-x64@1.2.8':
1959
+ optional: true
1960
+
1961
+ '@rolldown/binding-linux-arm-gnueabihf@1.2.8':
1962
+ optional: true
1963
+
1964
+ '@rolldown/binding-linux-arm64-gnu@1.2.8':
1965
+ optional: true
1966
+
1967
+ '@rolldown/binding-linux-arm64-musl@1.2.8':
1968
+ optional: true
1969
+
1970
+ '@rolldown/binding-linux-ppc64-gnu@1.2.8':
1971
+ optional: true
1972
+
1973
+ '@rolldown/binding-linux-s390x-gnu@1.2.8':
1974
+ optional: true
1975
+
1976
+ '@rolldown/binding-linux-x64-gnu@1.2.8':
1977
+ optional: true
1978
+
1979
+ '@rolldown/binding-linux-x64-musl@1.2.8':
1980
+ optional: true
1981
+
1982
+ '@rolldown/binding-openharmony-arm64@1.2.8':
1983
+ optional: true
1984
+
1985
+ '@rolldown/binding-win32-arm64-msvc@1.2.8':
1986
+ optional: true
1987
+
1988
+ '@rolldown/binding-win32-x64-msvc@1.2.8':
1989
+ optional: true
1990
+
1991
+ '@rolldown/pluginutils@1.0.1': {}
1992
+
1993
+ '@storybook/addon-a11y@10.6.0(storybook@10.6.0(@types/react@19.3.0)(prettier@3.9.6)(react@19.3.0))':
1994
+ dependencies:
1995
+ '@storybook/global': 5.0.0
1996
+ axe-core: 4.13.0
1997
+ storybook: 10.6.0(@types/react@19.3.0)(prettier@3.9.6)(react@19.3.0)
1998
+
1999
+ '@storybook/addon-docs@10.6.0(@types/react@19.3.0)(storybook@10.6.0(@types/react@19.3.0)(prettier@3.9.6)(react@19.3.0))':
2000
+ dependencies:
2001
+ '@mdx-js/react': 3.1.1(@types/react@19.3.0)(react@19.3.0)
2002
+ '@storybook/icons': 2.1.0(react@19.3.0)
2003
+ '@storybook/react-dom-shim': 10.6.0(@types/react@19.3.0)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(storybook@10.6.0(@types/react@19.3.0)(prettier@3.9.6)(react@19.3.0))
2004
+ react: 19.3.0
2005
+ react-dom: 19.3.0(react@19.3.0)
2006
+ storybook: 10.6.0(@types/react@19.3.0)(prettier@3.9.6)(react@19.3.0)
2007
+ ts-dedent: 2.3.0
2008
+ unplugin: 2.3.11
2009
+ optionalDependencies:
2010
+ '@types/react': 19.3.0
2011
+ transitivePeerDependencies:
2012
+ - '@types/react-dom'
2013
+
2014
+ '@storybook/addon-svelte-csf@5.1.3(@storybook/svelte@10.6.0(storybook@10.6.0(@types/react@19.3.0)(prettier@3.9.6)(react@19.3.0))(svelte@5.57.0))(@sveltejs/vite-plugin-svelte@7.3.0(svelte@5.57.0)(vite@8.3.0(esbuild@0.28.2)))(storybook@10.6.0(@types/react@19.3.0)(prettier@3.9.6)(react@19.3.0))(svelte@5.57.0)(vite@8.3.0(esbuild@0.28.2))':
2015
+ dependencies:
2016
+ '@storybook/csf': 0.1.13
2017
+ '@storybook/svelte': 10.6.0(storybook@10.6.0(@types/react@19.3.0)(prettier@3.9.6)(react@19.3.0))(svelte@5.57.0)
2018
+ '@sveltejs/vite-plugin-svelte': 7.3.0(svelte@5.57.0)(vite@8.3.0(esbuild@0.28.2))
2019
+ dedent: 1.7.2
2020
+ es-toolkit: 1.52.0
2021
+ esrap: 1.4.9
2022
+ magic-string: 0.30.21
2023
+ storybook: 10.6.0(@types/react@19.3.0)(prettier@3.9.6)(react@19.3.0)
2024
+ svelte: 5.57.0
2025
+ svelte-ast-print: 0.4.2(svelte@5.57.0)
2026
+ vite: 8.3.0(esbuild@0.28.2)
2027
+ zimmerframe: 1.1.5
2028
+ transitivePeerDependencies:
2029
+ - babel-plugin-macros
2030
+
2031
+ '@storybook/addon-vitest@10.6.0(@vitest/browser-playwright@5.0.0)(react@19.3.0)(storybook@10.6.0(@types/react@19.3.0)(prettier@3.9.6)(react@19.3.0))(vitest@5.0.0)':
2032
+ dependencies:
2033
+ '@storybook/global': 5.0.0
2034
+ '@storybook/icons': 2.1.0(react@19.3.0)
2035
+ storybook: 10.6.0(@types/react@19.3.0)(prettier@3.9.6)(react@19.3.0)
2036
+ optionalDependencies:
2037
+ '@vitest/browser-playwright': 5.0.0(playwright@1.63.0)(vite@8.3.0(esbuild@0.28.2))(vitest@5.0.0)
2038
+ vitest: 5.0.0(@vitest/browser-playwright@5.0.0)(@vitest/coverage-v8@5.0.0)(@vitest/ui@5.0.0)(vite@8.3.0(esbuild@0.28.2))
2039
+ transitivePeerDependencies:
2040
+ - react
2041
+
2042
+ '@storybook/builder-vite@10.6.0(storybook@10.6.0(@types/react@19.3.0)(prettier@3.9.6)(react@19.3.0))(vite@8.3.0(esbuild@0.28.2))':
2043
+ dependencies:
2044
+ storybook: 10.6.0(@types/react@19.3.0)(prettier@3.9.6)(react@19.3.0)
2045
+ ts-dedent: 2.3.0
2046
+ vite: 8.3.0(esbuild@0.28.2)
2047
+
2048
+ '@storybook/csf@0.1.13':
2049
+ dependencies:
2050
+ type-fest: 2.19.0
2051
+
2052
+ '@storybook/global@5.0.0': {}
2053
+
2054
+ '@storybook/icons@2.1.0(react@19.3.0)':
2055
+ dependencies:
2056
+ react: 19.3.0
2057
+
2058
+ '@storybook/react-dom-shim@10.6.0(@types/react@19.3.0)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(storybook@10.6.0(@types/react@19.3.0)(prettier@3.9.6)(react@19.3.0))':
2059
+ dependencies:
2060
+ react: 19.3.0
2061
+ react-dom: 19.3.0(react@19.3.0)
2062
+ storybook: 10.6.0(@types/react@19.3.0)(prettier@3.9.6)(react@19.3.0)
2063
+ optionalDependencies:
2064
+ '@types/react': 19.3.0
2065
+
2066
+ '@storybook/svelte-vite@10.6.0(@sveltejs/vite-plugin-svelte@7.3.0(svelte@5.57.0)(vite@8.3.0(esbuild@0.28.2)))(storybook@10.6.0(@types/react@19.3.0)(prettier@3.9.6)(react@19.3.0))(svelte@5.57.0)(vite@8.3.0(esbuild@0.28.2))':
2067
+ dependencies:
2068
+ '@storybook/builder-vite': 10.6.0(storybook@10.6.0(@types/react@19.3.0)(prettier@3.9.6)(react@19.3.0))(vite@8.3.0(esbuild@0.28.2))
2069
+ '@storybook/svelte': 10.6.0(storybook@10.6.0(@types/react@19.3.0)(prettier@3.9.6)(react@19.3.0))(svelte@5.57.0)
2070
+ '@sveltejs/vite-plugin-svelte': 7.3.0(svelte@5.57.0)(vite@8.3.0(esbuild@0.28.2))
2071
+ magic-string: 1.3.1
2072
+ storybook: 10.6.0(@types/react@19.3.0)(prettier@3.9.6)(react@19.3.0)
2073
+ svelte: 5.57.0
2074
+ svelte2tsx: 0.7.61(svelte@5.57.0)(typescript@5.9.3)
2075
+ typescript: 5.9.3
2076
+ vite: 8.3.0(esbuild@0.28.2)
2077
+
2078
+ '@storybook/svelte@10.6.0(storybook@10.6.0(@types/react@19.3.0)(prettier@3.9.6)(react@19.3.0))(svelte@5.57.0)':
2079
+ dependencies:
2080
+ storybook: 10.6.0(@types/react@19.3.0)(prettier@3.9.6)(react@19.3.0)
2081
+ svelte: 5.57.0
2082
+ ts-dedent: 2.3.0
2083
+ type-fest: 5.9.0
2084
+
2085
+ '@sveltejs/acorn-typescript@1.0.13(acorn@8.18.0)':
2086
+ dependencies:
2087
+ acorn: 8.18.0
2088
+
2089
+ '@sveltejs/load-config@0.2.3': {}
2090
+
2091
+ '@sveltejs/package@2.5.8(svelte@5.57.0)(typescript@6.0.3)':
2092
+ dependencies:
2093
+ chokidar: 5.0.0
2094
+ kleur: 4.1.5
2095
+ sade: 1.8.1
2096
+ semver: 7.8.5
2097
+ svelte: 5.57.0
2098
+ svelte2tsx: 0.7.61(svelte@5.57.0)(typescript@6.0.3)
2099
+ transitivePeerDependencies:
2100
+ - typescript
2101
+
2102
+ '@sveltejs/vite-plugin-svelte@7.3.0(svelte@5.57.0)(vite@8.3.0(esbuild@0.28.2))':
2103
+ dependencies:
2104
+ deepmerge: 4.3.1
2105
+ magic-string: 1.3.1
2106
+ obug: 2.2.1
2107
+ svelte: 5.57.0
2108
+ vite: 8.3.0(esbuild@0.28.2)
2109
+ vitefu: 1.1.3(vite@8.3.0(esbuild@0.28.2))
2110
+
2111
+ '@testing-library/dom@10.4.1':
2112
+ dependencies:
2113
+ '@babel/code-frame': 7.29.7
2114
+ '@babel/runtime': 7.29.7
2115
+ '@types/aria-query': 5.0.4
2116
+ aria-query: 5.3.0
2117
+ dom-accessibility-api: 0.5.16
2118
+ lz-string: 1.5.0
2119
+ picocolors: 1.1.1
2120
+ pretty-format: 27.5.1
2121
+
2122
+ '@testing-library/jest-dom@6.9.1':
2123
+ dependencies:
2124
+ '@adobe/css-tools': 4.5.0
2125
+ aria-query: 5.3.1
2126
+ css.escape: 1.5.1
2127
+ dom-accessibility-api: 0.6.3
2128
+ picocolors: 1.1.1
2129
+ redent: 3.0.0
2130
+
2131
+ '@testing-library/user-event@14.6.7(@testing-library/dom@10.4.1)':
2132
+ dependencies:
2133
+ '@testing-library/dom': 10.4.1
2134
+
2135
+ '@tybys/wasm-util@0.10.3':
2136
+ dependencies:
2137
+ tslib: 2.8.1
2138
+ optional: true
2139
+
2140
+ '@types/aria-query@5.0.4': {}
2141
+
2142
+ '@types/chai@5.2.3':
2143
+ dependencies:
2144
+ '@types/deep-eql': 4.0.2
2145
+ assertion-error: 2.0.1
2146
+
2147
+ '@types/deep-eql@4.0.2': {}
2148
+
2149
+ '@types/estree@1.0.9': {}
2150
+
2151
+ '@types/mdx@2.0.14': {}
2152
+
2153
+ '@types/react@19.3.0':
2154
+ dependencies:
2155
+ csstype: 3.2.3
2156
+
2157
+ '@vitest/browser-playwright@5.0.0(playwright@1.63.0)(vite@8.3.0(esbuild@0.28.2))(vitest@5.0.0)':
2158
+ dependencies:
2159
+ '@vitest/browser': 5.0.0(vite@8.3.0(esbuild@0.28.2))(vitest@5.0.0)
2160
+ '@vitest/mocker': 5.0.0(vite@8.3.0(esbuild@0.28.2))
2161
+ playwright: 1.63.0
2162
+ tinyrainbow: 3.1.1
2163
+ vitest: 5.0.0(@vitest/browser-playwright@5.0.0)(@vitest/coverage-v8@5.0.0)(@vitest/ui@5.0.0)(vite@8.3.0(esbuild@0.28.2))
2164
+ transitivePeerDependencies:
2165
+ - bufferutil
2166
+ - msw
2167
+ - utf-8-validate
2168
+ - vite
2169
+
2170
+ '@vitest/browser@5.0.0(vite@8.3.0(esbuild@0.28.2))(vitest@5.0.0)':
2171
+ dependencies:
2172
+ '@blazediff/core': 1.10.0
2173
+ '@vitest/mocker': 5.0.0(vite@8.3.0(esbuild@0.28.2))
2174
+ '@vitest/ui': 5.0.0(vitest@5.0.0)
2175
+ '@vitest/utils': 5.0.0
2176
+ magic-string: 1.3.1
2177
+ pngjs: 7.0.0
2178
+ sirv: 3.0.2
2179
+ tinyrainbow: 3.1.1
2180
+ vitest: 5.0.0(@vitest/browser-playwright@5.0.0)(@vitest/coverage-v8@5.0.0)(@vitest/ui@5.0.0)(vite@8.3.0(esbuild@0.28.2))
2181
+ ws: 8.21.3
2182
+ transitivePeerDependencies:
2183
+ - bufferutil
2184
+ - msw
2185
+ - utf-8-validate
2186
+ - vite
2187
+
2188
+ '@vitest/coverage-v8@5.0.0(vitest@5.0.0)':
2189
+ dependencies:
2190
+ '@bcoe/v8-coverage': 1.0.2
2191
+ '@vitest/istanbul-lib-coverage': 1.0.1
2192
+ '@vitest/istanbul-lib-report': 1.0.1
2193
+ ast-v8-to-istanbul: 1.0.6
2194
+ magicast: 0.5.5
2195
+ obug: 2.2.1
2196
+ std-env: 4.2.0
2197
+ tinyrainbow: 3.1.1
2198
+ vitest: 5.0.0(@vitest/browser-playwright@5.0.0)(@vitest/coverage-v8@5.0.0)(@vitest/ui@5.0.0)(vite@8.3.0(esbuild@0.28.2))
2199
+
2200
+ '@vitest/expect@3.2.4':
2201
+ dependencies:
2202
+ '@types/chai': 5.2.3
2203
+ '@vitest/spy': 3.2.4
2204
+ '@vitest/utils': 3.2.4
2205
+ chai: 5.3.3
2206
+ tinyrainbow: 2.0.0
2207
+
2208
+ '@vitest/istanbul-lib-coverage@1.0.1': {}
2209
+
2210
+ '@vitest/istanbul-lib-report@1.0.1':
2211
+ dependencies:
2212
+ '@vitest/istanbul-lib-coverage': 1.0.1
2213
+
2214
+ '@vitest/mocker@5.0.0(vite@8.3.0(esbuild@0.28.2))':
2215
+ dependencies:
2216
+ '@jridgewell/trace-mapping': 0.3.31
2217
+ '@vitest/spy': 5.0.0
2218
+ estree-walker: 3.0.3
2219
+ magic-string: 1.3.1
2220
+ optionalDependencies:
2221
+ vite: 8.3.0(esbuild@0.28.2)
2222
+
2223
+ '@vitest/pretty-format@3.2.4':
2224
+ dependencies:
2225
+ tinyrainbow: 2.0.0
2226
+
2227
+ '@vitest/pretty-format@5.0.0':
2228
+ dependencies:
2229
+ tinyrainbow: 3.1.1
2230
+
2231
+ '@vitest/spy@3.2.4':
2232
+ dependencies:
2233
+ tinyspy: 4.0.6
2234
+
2235
+ '@vitest/spy@5.0.0': {}
2236
+
2237
+ '@vitest/ui@5.0.0(vitest@5.0.0)':
2238
+ dependencies:
2239
+ '@vitest/utils': 5.0.0
2240
+ fflate: 0.8.3
2241
+ flatted: 3.4.4
2242
+ pathe: 2.0.3
2243
+ sirv: 3.0.2
2244
+ tinyrainbow: 3.1.1
2245
+ vitest: 5.0.0(@vitest/browser-playwright@5.0.0)(@vitest/coverage-v8@5.0.0)(@vitest/ui@5.0.0)(vite@8.3.0(esbuild@0.28.2))
2246
+
2247
+ '@vitest/utils@3.2.4':
2248
+ dependencies:
2249
+ '@vitest/pretty-format': 3.2.4
2250
+ loupe: 3.2.1
2251
+ tinyrainbow: 2.0.0
2252
+
2253
+ '@vitest/utils@5.0.0':
2254
+ dependencies:
2255
+ '@vitest/pretty-format': 5.0.0
2256
+ convert-source-map: 2.0.0
2257
+ tinyrainbow: 3.1.1
2258
+
2259
+ '@webcontainer/env@1.1.1': {}
2260
+
2261
+ acorn@8.18.0: {}
2262
+
2263
+ ansi-regex@5.0.1: {}
2264
+
2265
+ ansi-regex@6.3.0: {}
2266
+
2267
+ ansi-styles@5.2.0: {}
2268
+
2269
+ aria-query@5.3.0:
2270
+ dependencies:
2271
+ dequal: 2.0.3
2272
+
2273
+ aria-query@5.3.1: {}
2274
+
2275
+ assertion-error@2.0.1: {}
2276
+
2277
+ ast-types@0.16.3:
2278
+ dependencies:
2279
+ tslib: 2.8.1
2280
+
2281
+ ast-v8-to-istanbul@1.0.6:
2282
+ dependencies:
2283
+ '@jridgewell/trace-mapping': 0.3.31
2284
+ estree-walker: 3.0.3
2285
+ js-tokens: 10.0.0
2286
+
2287
+ axe-core@4.13.0: {}
2288
+
2289
+ axobject-query@4.1.0: {}
2290
+
2291
+ bundle-name@4.1.0:
2292
+ dependencies:
2293
+ run-applescript: 7.1.0
2294
+
2295
+ chai@5.3.3:
2296
+ dependencies:
2297
+ assertion-error: 2.0.1
2298
+ check-error: 2.1.3
2299
+ deep-eql: 5.0.2
2300
+ loupe: 3.2.1
2301
+ pathval: 2.0.1
2302
+
2303
+ chai@6.2.2: {}
2304
+
2305
+ check-error@2.1.3: {}
2306
+
2307
+ chokidar@4.0.3:
2308
+ dependencies:
2309
+ readdirp: 4.1.2
2310
+
2311
+ chokidar@5.0.0:
2312
+ dependencies:
2313
+ readdirp: 5.1.1
2314
+
2315
+ chromatic@18.8.1:
2316
+ dependencies:
2317
+ semver: 7.8.5
2318
+
2319
+ clsx@2.1.1: {}
2320
+
2321
+ convert-source-map@2.0.0: {}
2322
+
2323
+ css.escape@1.5.1: {}
2324
+
2325
+ csstype@3.2.3: {}
2326
+
2327
+ dedent-js@1.0.1: {}
2328
+
2329
+ dedent@1.7.2: {}
2330
+
2331
+ deep-eql@5.0.2: {}
2332
+
2333
+ deepmerge@4.3.1: {}
2334
+
2335
+ default-browser-id@5.0.1: {}
2336
+
2337
+ default-browser@5.5.1:
2338
+ dependencies:
2339
+ bundle-name: 4.1.0
2340
+ default-browser-id: 5.0.1
2341
+
2342
+ define-lazy-prop@3.0.0: {}
2343
+
2344
+ dequal@2.0.3: {}
2345
+
2346
+ detect-libc@2.1.2: {}
2347
+
2348
+ devalue@5.9.2: {}
2349
+
2350
+ dom-accessibility-api@0.5.16: {}
2351
+
2352
+ dom-accessibility-api@0.6.3: {}
2353
+
2354
+ es-module-lexer@2.3.2: {}
2355
+
2356
+ es-toolkit@1.52.0: {}
2357
+
2358
+ esbuild@0.28.2:
2359
+ optionalDependencies:
2360
+ '@esbuild/aix-ppc64': 0.28.2
2361
+ '@esbuild/android-arm': 0.28.2
2362
+ '@esbuild/android-arm64': 0.28.2
2363
+ '@esbuild/android-x64': 0.28.2
2364
+ '@esbuild/darwin-arm64': 0.28.2
2365
+ '@esbuild/darwin-x64': 0.28.2
2366
+ '@esbuild/freebsd-arm64': 0.28.2
2367
+ '@esbuild/freebsd-x64': 0.28.2
2368
+ '@esbuild/linux-arm': 0.28.2
2369
+ '@esbuild/linux-arm64': 0.28.2
2370
+ '@esbuild/linux-ia32': 0.28.2
2371
+ '@esbuild/linux-loong64': 0.28.2
2372
+ '@esbuild/linux-mips64el': 0.28.2
2373
+ '@esbuild/linux-ppc64': 0.28.2
2374
+ '@esbuild/linux-riscv64': 0.28.2
2375
+ '@esbuild/linux-s390x': 0.28.2
2376
+ '@esbuild/linux-x64': 0.28.2
2377
+ '@esbuild/netbsd-arm64': 0.28.2
2378
+ '@esbuild/netbsd-x64': 0.28.2
2379
+ '@esbuild/openbsd-arm64': 0.28.2
2380
+ '@esbuild/openbsd-x64': 0.28.2
2381
+ '@esbuild/openharmony-arm64': 0.28.2
2382
+ '@esbuild/sunos-x64': 0.28.2
2383
+ '@esbuild/win32-arm64': 0.28.2
2384
+ '@esbuild/win32-ia32': 0.28.2
2385
+ '@esbuild/win32-x64': 0.28.2
2386
+
2387
+ esm-env@1.2.2: {}
2388
+
2389
+ esprima@4.0.1: {}
2390
+
2391
+ esrap@1.2.2:
2392
+ dependencies:
2393
+ '@jridgewell/sourcemap-codec': 1.6.0
2394
+ '@types/estree': 1.0.9
2395
+
2396
+ esrap@1.4.9:
2397
+ dependencies:
2398
+ '@jridgewell/sourcemap-codec': 1.6.0
2399
+
2400
+ esrap@2.3.7:
2401
+ dependencies:
2402
+ '@jridgewell/sourcemap-codec': 1.6.0
2403
+
2404
+ estree-walker@3.0.3:
2405
+ dependencies:
2406
+ '@types/estree': 1.0.9
2407
+
2408
+ expect-type@1.4.0: {}
2409
+
2410
+ fdir@6.5.0(picomatch@4.0.7):
2411
+ optionalDependencies:
2412
+ picomatch: 4.0.7
2413
+
2414
+ fflate@0.8.3: {}
2415
+
2416
+ flatted@3.4.4: {}
2417
+
2418
+ fsevents@2.3.3:
2419
+ optional: true
2420
+
2421
+ graceful-fs@4.2.11:
2422
+ optional: true
2423
+
2424
+ indent-string@4.0.0: {}
2425
+
2426
+ is-docker@3.0.0: {}
2427
+
2428
+ is-inside-container@1.0.0:
2429
+ dependencies:
2430
+ is-docker: 3.0.0
2431
+
2432
+ is-reference@3.0.3:
2433
+ dependencies:
2434
+ '@types/estree': 1.0.9
2435
+
2436
+ is-wsl@3.1.1:
2437
+ dependencies:
2438
+ is-inside-container: 1.0.0
2439
+
2440
+ js-tokens@10.0.0: {}
2441
+
2442
+ js-tokens@4.0.0: {}
2443
+
2444
+ jsonc-parser@3.3.1: {}
2445
+
2446
+ jsonfile@6.2.1:
2447
+ dependencies:
2448
+ universalify: 2.0.1
2449
+ optionalDependencies:
2450
+ graceful-fs: 4.2.11
2451
+
2452
+ kleur@4.1.5: {}
2453
+
2454
+ lightningcss-android-arm64@1.33.0:
2455
+ optional: true
2456
+
2457
+ lightningcss-darwin-arm64@1.33.0:
2458
+ optional: true
2459
+
2460
+ lightningcss-darwin-x64@1.33.0:
2461
+ optional: true
2462
+
2463
+ lightningcss-freebsd-x64@1.33.0:
2464
+ optional: true
2465
+
2466
+ lightningcss-linux-arm-gnueabihf@1.33.0:
2467
+ optional: true
2468
+
2469
+ lightningcss-linux-arm64-gnu@1.33.0:
2470
+ optional: true
2471
+
2472
+ lightningcss-linux-arm64-musl@1.33.0:
2473
+ optional: true
2474
+
2475
+ lightningcss-linux-x64-gnu@1.33.0:
2476
+ optional: true
2477
+
2478
+ lightningcss-linux-x64-musl@1.33.0:
2479
+ optional: true
2480
+
2481
+ lightningcss-win32-arm64-msvc@1.33.0:
2482
+ optional: true
2483
+
2484
+ lightningcss-win32-x64-msvc@1.33.0:
2485
+ optional: true
2486
+
2487
+ lightningcss@1.33.0:
2488
+ dependencies:
2489
+ detect-libc: 2.1.2
2490
+ optionalDependencies:
2491
+ lightningcss-android-arm64: 1.33.0
2492
+ lightningcss-darwin-arm64: 1.33.0
2493
+ lightningcss-darwin-x64: 1.33.0
2494
+ lightningcss-freebsd-x64: 1.33.0
2495
+ lightningcss-linux-arm-gnueabihf: 1.33.0
2496
+ lightningcss-linux-arm64-gnu: 1.33.0
2497
+ lightningcss-linux-arm64-musl: 1.33.0
2498
+ lightningcss-linux-x64-gnu: 1.33.0
2499
+ lightningcss-linux-x64-musl: 1.33.0
2500
+ lightningcss-win32-arm64-msvc: 1.33.0
2501
+ lightningcss-win32-x64-msvc: 1.33.0
2502
+
2503
+ locate-character@3.0.0: {}
2504
+
2505
+ loupe@3.2.1: {}
2506
+
2507
+ lz-string@1.5.0: {}
2508
+
2509
+ magic-string@0.30.21:
2510
+ dependencies:
2511
+ '@jridgewell/sourcemap-codec': 1.6.0
2512
+
2513
+ magic-string@1.3.1:
2514
+ dependencies:
2515
+ '@jridgewell/sourcemap-codec': 1.6.0
2516
+
2517
+ magicast@0.5.5:
2518
+ dependencies:
2519
+ '@babel/parser': 7.29.8
2520
+ '@babel/types': 7.29.8
2521
+ source-map-js: 1.2.1
2522
+
2523
+ min-indent@1.0.1: {}
2524
+
2525
+ mri@1.2.0: {}
2526
+
2527
+ mrmime@2.0.1: {}
2528
+
2529
+ nanoid@3.3.19: {}
2530
+
2531
+ obug@2.2.1: {}
2532
+
2533
+ open@10.2.0:
2534
+ dependencies:
2535
+ default-browser: 5.5.1
2536
+ define-lazy-prop: 3.0.0
2537
+ is-inside-container: 1.0.0
2538
+ wsl-utils: 0.1.0
2539
+
2540
+ oxc-parser@0.127.0:
2541
+ dependencies:
2542
+ '@oxc-project/types': 0.127.0
2543
+ optionalDependencies:
2544
+ '@oxc-parser/binding-android-arm-eabi': 0.127.0
2545
+ '@oxc-parser/binding-android-arm64': 0.127.0
2546
+ '@oxc-parser/binding-darwin-arm64': 0.127.0
2547
+ '@oxc-parser/binding-darwin-x64': 0.127.0
2548
+ '@oxc-parser/binding-freebsd-x64': 0.127.0
2549
+ '@oxc-parser/binding-linux-arm-gnueabihf': 0.127.0
2550
+ '@oxc-parser/binding-linux-arm-musleabihf': 0.127.0
2551
+ '@oxc-parser/binding-linux-arm64-gnu': 0.127.0
2552
+ '@oxc-parser/binding-linux-arm64-musl': 0.127.0
2553
+ '@oxc-parser/binding-linux-ppc64-gnu': 0.127.0
2554
+ '@oxc-parser/binding-linux-riscv64-gnu': 0.127.0
2555
+ '@oxc-parser/binding-linux-riscv64-musl': 0.127.0
2556
+ '@oxc-parser/binding-linux-s390x-gnu': 0.127.0
2557
+ '@oxc-parser/binding-linux-x64-gnu': 0.127.0
2558
+ '@oxc-parser/binding-linux-x64-musl': 0.127.0
2559
+ '@oxc-parser/binding-openharmony-arm64': 0.127.0
2560
+ '@oxc-parser/binding-wasm32-wasi': 0.127.0
2561
+ '@oxc-parser/binding-win32-arm64-msvc': 0.127.0
2562
+ '@oxc-parser/binding-win32-ia32-msvc': 0.127.0
2563
+ '@oxc-parser/binding-win32-x64-msvc': 0.127.0
2564
+
2565
+ oxc-resolver@11.21.2:
2566
+ optionalDependencies:
2567
+ '@oxc-resolver/binding-android-arm-eabi': 11.21.2
2568
+ '@oxc-resolver/binding-android-arm64': 11.21.2
2569
+ '@oxc-resolver/binding-darwin-arm64': 11.21.2
2570
+ '@oxc-resolver/binding-darwin-x64': 11.21.2
2571
+ '@oxc-resolver/binding-freebsd-x64': 11.21.2
2572
+ '@oxc-resolver/binding-linux-arm-gnueabihf': 11.21.2
2573
+ '@oxc-resolver/binding-linux-arm-musleabihf': 11.21.2
2574
+ '@oxc-resolver/binding-linux-arm64-gnu': 11.21.2
2575
+ '@oxc-resolver/binding-linux-arm64-musl': 11.21.2
2576
+ '@oxc-resolver/binding-linux-ppc64-gnu': 11.21.2
2577
+ '@oxc-resolver/binding-linux-riscv64-gnu': 11.21.2
2578
+ '@oxc-resolver/binding-linux-riscv64-musl': 11.21.2
2579
+ '@oxc-resolver/binding-linux-s390x-gnu': 11.21.2
2580
+ '@oxc-resolver/binding-linux-x64-gnu': 11.21.2
2581
+ '@oxc-resolver/binding-linux-x64-musl': 11.21.2
2582
+ '@oxc-resolver/binding-openharmony-arm64': 11.21.2
2583
+ '@oxc-resolver/binding-wasm32-wasi': 11.21.2
2584
+ '@oxc-resolver/binding-win32-arm64-msvc': 11.21.2
2585
+ '@oxc-resolver/binding-win32-x64-msvc': 11.21.2
2586
+
2587
+ package-manager-detector@1.8.0: {}
2588
+
2589
+ pathe@2.0.3: {}
2590
+
2591
+ pathval@2.0.1: {}
2592
+
2593
+ picocolors@1.1.1: {}
2594
+
2595
+ picomatch@4.0.7: {}
2596
+
2597
+ playwright-core@1.63.0: {}
2598
+
2599
+ playwright@1.63.0:
2600
+ dependencies:
2601
+ playwright-core: 1.63.0
2602
+
2603
+ pngjs@7.0.0: {}
2604
+
2605
+ postcss@8.5.28:
2606
+ dependencies:
2607
+ nanoid: 3.3.19
2608
+ picocolors: 1.1.1
2609
+ source-map-js: 1.2.1
2610
+
2611
+ prettier-plugin-svelte@4.1.1(prettier@3.9.6)(svelte@5.57.0):
2612
+ dependencies:
2613
+ prettier: 3.9.6
2614
+ svelte: 5.57.0
2615
+
2616
+ prettier@3.9.6: {}
2617
+
2618
+ pretty-format@27.5.1:
2619
+ dependencies:
2620
+ ansi-regex: 5.0.1
2621
+ ansi-styles: 5.2.0
2622
+ react-is: 17.0.2
2623
+
2624
+ publint@0.3.24:
2625
+ dependencies:
2626
+ '@publint/pack': 0.1.7
2627
+ package-manager-detector: 1.8.0
2628
+ picocolors: 1.1.1
2629
+ sade: 1.8.1
2630
+
2631
+ react-dom@19.3.0(react@19.3.0):
2632
+ dependencies:
2633
+ react: 19.3.0
2634
+ scheduler: 0.28.0
2635
+
2636
+ react-is@17.0.2: {}
2637
+
2638
+ react@19.3.0: {}
2639
+
2640
+ readdirp@4.1.2: {}
2641
+
2642
+ readdirp@5.1.1: {}
2643
+
2644
+ recast@0.23.21:
2645
+ dependencies:
2646
+ ast-types: 0.16.3
2647
+ esprima: 4.0.1
2648
+ source-map: 0.6.1
2649
+ tiny-invariant: 1.3.3
2650
+ tslib: 2.8.1
2651
+
2652
+ redent@3.0.0:
2653
+ dependencies:
2654
+ indent-string: 4.0.0
2655
+ strip-indent: 3.0.0
2656
+
2657
+ rolldown@1.2.8:
2658
+ dependencies:
2659
+ '@oxc-project/types': 0.149.0
2660
+ '@rolldown/pluginutils': 1.0.1
2661
+ optionalDependencies:
2662
+ '@rolldown/binding-android-arm-eabi': 1.2.8
2663
+ '@rolldown/binding-android-arm64': 1.2.8
2664
+ '@rolldown/binding-darwin-arm64': 1.2.8
2665
+ '@rolldown/binding-darwin-x64': 1.2.8
2666
+ '@rolldown/binding-freebsd-x64': 1.2.8
2667
+ '@rolldown/binding-linux-arm-gnueabihf': 1.2.8
2668
+ '@rolldown/binding-linux-arm64-gnu': 1.2.8
2669
+ '@rolldown/binding-linux-arm64-musl': 1.2.8
2670
+ '@rolldown/binding-linux-ppc64-gnu': 1.2.8
2671
+ '@rolldown/binding-linux-s390x-gnu': 1.2.8
2672
+ '@rolldown/binding-linux-x64-gnu': 1.2.8
2673
+ '@rolldown/binding-linux-x64-musl': 1.2.8
2674
+ '@rolldown/binding-openharmony-arm64': 1.2.8
2675
+ '@rolldown/binding-win32-arm64-msvc': 1.2.8
2676
+ '@rolldown/binding-win32-x64-msvc': 1.2.8
2677
+
2678
+ run-applescript@7.1.0: {}
2679
+
2680
+ sade@1.8.1:
2681
+ dependencies:
2682
+ mri: 1.2.0
2683
+
2684
+ scheduler@0.28.0: {}
2685
+
2686
+ scule@1.3.0: {}
2687
+
2688
+ semver@7.8.5: {}
2689
+
2690
+ siginfo@2.0.0: {}
2691
+
2692
+ sirv@3.0.2:
2693
+ dependencies:
2694
+ '@polka/url': 1.0.0-next.29
2695
+ mrmime: 2.0.1
2696
+ totalist: 3.0.1
2697
+
2698
+ source-map-js@1.2.1: {}
2699
+
2700
+ source-map@0.6.1: {}
2701
+
2702
+ stackback@0.0.2: {}
2703
+
2704
+ std-env@4.2.0: {}
2705
+
2706
+ storybook@10.6.0(@types/react@19.3.0)(prettier@3.9.6)(react@19.3.0):
2707
+ dependencies:
2708
+ '@storybook/global': 5.0.0
2709
+ '@storybook/icons': 2.1.0(react@19.3.0)
2710
+ '@testing-library/dom': 10.4.1
2711
+ '@testing-library/jest-dom': 6.9.1
2712
+ '@testing-library/user-event': 14.6.7(@testing-library/dom@10.4.1)
2713
+ '@vitest/expect': 3.2.4
2714
+ '@vitest/spy': 3.2.4
2715
+ '@webcontainer/env': 1.1.1
2716
+ esbuild: 0.28.2
2717
+ jsonc-parser: 3.3.1
2718
+ open: 10.2.0
2719
+ oxc-parser: 0.127.0
2720
+ oxc-resolver: 11.21.2
2721
+ recast: 0.23.21
2722
+ semver: 7.8.5
2723
+ use-sync-external-store: 1.7.0(react@19.3.0)
2724
+ ws: 8.21.3
2725
+ optionalDependencies:
2726
+ '@types/react': 19.3.0
2727
+ prettier: 3.9.6
2728
+ transitivePeerDependencies:
2729
+ - bufferutil
2730
+ - react
2731
+ - utf-8-validate
2732
+
2733
+ strip-ansi@7.2.0:
2734
+ dependencies:
2735
+ ansi-regex: 6.3.0
2736
+
2737
+ strip-indent@3.0.0:
2738
+ dependencies:
2739
+ min-indent: 1.0.1
2740
+
2741
+ svelte-ast-print@0.4.2(svelte@5.57.0):
2742
+ dependencies:
2743
+ esrap: 1.2.2
2744
+ svelte: 5.57.0
2745
+ zimmerframe: 1.1.2
2746
+
2747
+ svelte-check@4.7.6(picomatch@4.0.7)(svelte@5.57.0)(typescript@6.0.3):
2748
+ dependencies:
2749
+ '@jridgewell/trace-mapping': 0.3.31
2750
+ '@sveltejs/load-config': 0.2.3
2751
+ chokidar: 4.0.3
2752
+ fdir: 6.5.0(picomatch@4.0.7)
2753
+ picocolors: 1.1.1
2754
+ sade: 1.8.1
2755
+ svelte: 5.57.0
2756
+ typescript: 6.0.3
2757
+ transitivePeerDependencies:
2758
+ - picomatch
2759
+
2760
+ svelte2tsx@0.7.61(svelte@5.57.0)(typescript@5.9.3):
2761
+ dependencies:
2762
+ dedent-js: 1.0.1
2763
+ scule: 1.3.0
2764
+ svelte: 5.57.0
2765
+ typescript: 5.9.3
2766
+
2767
+ svelte2tsx@0.7.61(svelte@5.57.0)(typescript@6.0.3):
2768
+ dependencies:
2769
+ dedent-js: 1.0.1
2770
+ scule: 1.3.0
2771
+ svelte: 5.57.0
2772
+ typescript: 6.0.3
2773
+
2774
+ svelte@5.57.0:
2775
+ dependencies:
2776
+ '@jridgewell/remapping': 2.3.5
2777
+ '@jridgewell/sourcemap-codec': 1.6.0
2778
+ '@sveltejs/acorn-typescript': 1.0.13(acorn@8.18.0)
2779
+ '@types/estree': 1.0.9
2780
+ acorn: 8.18.0
2781
+ aria-query: 5.3.1
2782
+ axobject-query: 4.1.0
2783
+ clsx: 2.1.1
2784
+ devalue: 5.9.2
2785
+ esm-env: 1.2.2
2786
+ esrap: 2.3.7
2787
+ is-reference: 3.0.3
2788
+ locate-character: 3.0.0
2789
+ magic-string: 0.30.21
2790
+ zimmerframe: 1.1.5
2791
+ transitivePeerDependencies:
2792
+ - '@typescript-eslint/types'
2793
+
2794
+ tagged-tag@1.0.0: {}
2795
+
2796
+ tiny-invariant@1.3.3: {}
2797
+
2798
+ tinybench@6.1.4: {}
2799
+
2800
+ tinyexec@1.3.0: {}
2801
+
2802
+ tinyexec@1.3.1: {}
2803
+
2804
+ tinyglobby@0.2.17:
2805
+ dependencies:
2806
+ fdir: 6.5.0(picomatch@4.0.7)
2807
+ picomatch: 4.0.7
2808
+
2809
+ tinyrainbow@2.0.0: {}
2810
+
2811
+ tinyrainbow@3.1.1: {}
2812
+
2813
+ tinyspy@4.0.6: {}
2814
+
2815
+ totalist@3.0.1: {}
2816
+
2817
+ ts-dedent@2.3.0: {}
2818
+
2819
+ tslib@2.8.1: {}
2820
+
2821
+ type-fest@2.19.0: {}
2822
+
2823
+ type-fest@5.9.0:
2824
+ dependencies:
2825
+ tagged-tag: 1.0.0
2826
+
2827
+ typescript@5.9.3: {}
2828
+
2829
+ typescript@6.0.3: {}
2830
+
2831
+ universalify@2.0.1: {}
2832
+
2833
+ unplugin@2.3.11:
2834
+ dependencies:
2835
+ '@jridgewell/remapping': 2.3.5
2836
+ acorn: 8.18.0
2837
+ picomatch: 4.0.7
2838
+ webpack-virtual-modules: 0.6.2
2839
+
2840
+ use-sync-external-store@1.7.0(react@19.3.0):
2841
+ dependencies:
2842
+ react: 19.3.0
2843
+
2844
+ vite@8.3.0(esbuild@0.28.2):
2845
+ dependencies:
2846
+ lightningcss: 1.33.0
2847
+ picomatch: 4.0.7
2848
+ postcss: 8.5.28
2849
+ rolldown: 1.2.8
2850
+ tinyglobby: 0.2.17
2851
+ optionalDependencies:
2852
+ esbuild: 0.28.2
2853
+ fsevents: 2.3.3
2854
+
2855
+ vitefu@1.1.3(vite@8.3.0(esbuild@0.28.2)):
2856
+ optionalDependencies:
2857
+ vite: 8.3.0(esbuild@0.28.2)
2858
+
2859
+ vitest@5.0.0(@vitest/browser-playwright@5.0.0)(@vitest/coverage-v8@5.0.0)(@vitest/ui@5.0.0)(vite@8.3.0(esbuild@0.28.2)):
2860
+ dependencies:
2861
+ '@types/chai': 5.2.3
2862
+ '@vitest/mocker': 5.0.0(vite@8.3.0(esbuild@0.28.2))
2863
+ chai: 6.2.2
2864
+ es-module-lexer: 2.3.2
2865
+ expect-type: 1.4.0
2866
+ magic-string: 1.3.1
2867
+ obug: 2.2.1
2868
+ picomatch: 4.0.7
2869
+ std-env: 4.2.0
2870
+ tinybench: 6.1.4
2871
+ tinyexec: 1.3.0
2872
+ tinyglobby: 0.2.17
2873
+ vite: 8.3.0(esbuild@0.28.2)
2874
+ why-is-node-running: 2.3.0
2875
+ optionalDependencies:
2876
+ '@vitest/browser-playwright': 5.0.0(playwright@1.63.0)(vite@8.3.0(esbuild@0.28.2))(vitest@5.0.0)
2877
+ '@vitest/coverage-v8': 5.0.0(vitest@5.0.0)
2878
+ '@vitest/ui': 5.0.0(vitest@5.0.0)
2879
+ transitivePeerDependencies:
2880
+ - msw
2881
+
2882
+ webpack-virtual-modules@0.6.2: {}
2883
+
2884
+ why-is-node-running@2.3.0:
2885
+ dependencies:
2886
+ siginfo: 2.0.0
2887
+ stackback: 0.0.2
2888
+
2889
+ ws@8.21.3: {}
2890
+
2891
+ wsl-utils@0.1.0:
2892
+ dependencies:
2893
+ is-wsl: 3.1.1
2894
+
2895
+ zimmerframe@1.1.2: {}
2896
+
2897
+ zimmerframe@1.1.5: {}