@reshape-biotech/design-system 2.7.17 → 2.7.20

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.
@@ -63,7 +63,7 @@
63
63
  <div
64
64
  class="p-2 font-medium"
65
65
  style="display:block"
66
- class:text-base-white-default={notification.type !== 'default'}
66
+ class:text-primary-inverse={notification.type !== 'default'}
67
67
  >
68
68
  {notification.message}
69
69
  </div>
@@ -143,6 +143,7 @@ export const rounded = [
143
143
  'rounded',
144
144
  'rounded-full',
145
145
  'rounded-lg',
146
+ '!rounded-lg',
146
147
  'rounded-xl',
147
148
  'rounded-2xl',
148
149
  'rounded-md',
@@ -188,6 +189,7 @@ export const flexLayout = [
188
189
 
189
190
  export const spacing = [
190
191
  'p-1',
192
+ 'p-1.5',
191
193
  'p-2',
192
194
  'p-3',
193
195
  'p-4',
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.20",
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": {