@reshape-biotech/design-system 2.7.41 → 2.7.42

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.
@@ -4,7 +4,7 @@
4
4
  import MagnifyingGlass from 'phosphor-svelte/lib/MagnifyingGlass';
5
5
  import { Icon } from '../icons/index.js';
6
6
  import { defineMeta } from '@storybook/addon-svelte-csf';
7
- import { userEvent, within } from '@storybook/test';
7
+ import { userEvent, within } from 'storybook/test';
8
8
  import { Root as ComboboxRootForMeta } from './index';
9
9
  import * as Combobox from './index';
10
10
  import IconButton from '../icon-button/IconButton.svelte';
@@ -2,7 +2,7 @@
2
2
  import CalendarBlank from 'phosphor-svelte/lib/CalendarBlank';
3
3
  import { Icon } from '../icons/index.js';
4
4
  import { defineMeta } from '@storybook/addon-svelte-csf';
5
- import { userEvent, within } from '@storybook/test';
5
+ import { userEvent, within } from 'storybook/test';
6
6
  import { DateTime } from 'luxon';
7
7
  import DatePicker from './DatePicker.svelte';
8
8
  import * as Dropdown from '../dropdown/index';
@@ -1,6 +1,6 @@
1
1
  <script module lang="ts">
2
2
  import { defineMeta } from '@storybook/addon-svelte-csf';
3
- import { userEvent, within } from '@storybook/test';
3
+ import { userEvent, within } from 'storybook/test';
4
4
  import * as Dropdown from './index';
5
5
 
6
6
  const { Story } = defineMeta({
@@ -1,7 +1,7 @@
1
1
  <script module lang="ts">
2
2
  import { defineMeta } from '@storybook/addon-svelte-csf';
3
3
  import type { ECElementEvent } from '../../../echarts-config';
4
- import { within, userEvent } from '@storybook/test';
4
+ import { within, userEvent } from 'storybook/test';
5
5
  import LineChart from './LineChart.svelte';
6
6
 
7
7
  const { Story } = defineMeta({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reshape-biotech/design-system",
3
- "version": "2.7.41",
3
+ "version": "2.7.42",
4
4
  "scripts": {
5
5
  "dev": "vite dev",
6
6
  "build": "vite build",
@@ -367,14 +367,11 @@
367
367
  },
368
368
  "devDependencies": {
369
369
  "@eslint/compat": "^1.2.3",
370
- "@storybook/addon-essentials": "^8.6.0",
371
- "@storybook/addon-interactions": "^8.6.0",
372
- "@storybook/addon-links": "^8.6.0",
373
- "@storybook/addon-svelte-csf": "^5.0.0",
374
- "@storybook/blocks": "^8.6.0",
375
- "@storybook/svelte": "^8.6.0",
376
- "@storybook/sveltekit": "^8.6.0",
377
- "@storybook/test": "^8.6.0",
370
+ "@storybook/addon-docs": "^10.2.0",
371
+ "@storybook/addon-links": "^10.2.0",
372
+ "@storybook/addon-svelte-csf": "^5.0.11",
373
+ "@storybook/svelte": "^10.2.0",
374
+ "@storybook/sveltekit": "^10.2.0",
378
375
  "@sveltejs/adapter-vercel": "^5.6.2",
379
376
  "@sveltejs/kit": "^2.17.2",
380
377
  "@sveltejs/package": "^2.3.10",
@@ -398,7 +395,7 @@
398
395
  "prettier-plugin-tailwindcss": "^0.6.5",
399
396
  "publint": "^0.3.0",
400
397
  "rollup-plugin-visualizer": "^6.0.3",
401
- "storybook": "^8.6.0",
398
+ "storybook": "^10.2.0",
402
399
  "svelte": "^5.20.2",
403
400
  "svelte-check": "^4.0.0",
404
401
  "svelte-select": "^5.8.1",