@reshape-biotech/design-system 2.7.17 → 2.7.18

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 (1) hide show
  1. package/package.json +14 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reshape-biotech/design-system",
3
- "version": "2.7.17",
3
+ "version": "2.7.18",
4
4
  "scripts": {
5
5
  "dev": "vite dev",
6
6
  "build": "vite build",
@@ -12,7 +12,9 @@
12
12
  "test": "vitest run",
13
13
  "format": "prettier --write .",
14
14
  "test:watch": "vitest",
15
- "bundle:analyze": "bun run package && webpack-bundle-analyzer dist/bundle-analysis.json"
15
+ "bundle:analyze": "bun run package && webpack-bundle-analyzer dist/bundle-analysis.json",
16
+ "storybook": "storybook dev -p 6006",
17
+ "build-storybook": "storybook build"
16
18
  },
17
19
  "files": [
18
20
  "dist",
@@ -361,6 +363,14 @@
361
363
  },
362
364
  "devDependencies": {
363
365
  "@eslint/compat": "^1.2.3",
366
+ "@storybook/addon-essentials": "^8.6.0",
367
+ "@storybook/addon-interactions": "^8.6.0",
368
+ "@storybook/addon-links": "^8.6.0",
369
+ "@storybook/addon-svelte-csf": "^5.0.0",
370
+ "@storybook/blocks": "^8.6.0",
371
+ "@storybook/svelte": "^8.6.0",
372
+ "@storybook/sveltekit": "^8.6.0",
373
+ "@storybook/test": "^8.6.0",
364
374
  "@sveltejs/adapter-vercel": "^5.6.2",
365
375
  "@sveltejs/kit": "^2.17.2",
366
376
  "@sveltejs/package": "^2.3.10",
@@ -383,6 +393,8 @@
383
393
  "prettier-plugin-svelte": "^3.2.6",
384
394
  "prettier-plugin-tailwindcss": "^0.6.5",
385
395
  "publint": "^0.3.0",
396
+ "rollup-plugin-visualizer": "^6.0.3",
397
+ "storybook": "^8.6.0",
386
398
  "svelte": "^5.20.2",
387
399
  "svelte-check": "^4.0.0",
388
400
  "svelte-select": "^5.8.1",
@@ -392,7 +404,6 @@
392
404
  "typescript-eslint": "^8.0.0",
393
405
  "vite": "^6.1.1",
394
406
  "vitest": "^3.0.6",
395
- "rollup-plugin-visualizer": "^6.0.3",
396
407
  "webpack-bundle-analyzer": "^4.10.2"
397
408
  },
398
409
  "dependencies": {