@mattilsynet/design 1.3.1 → 1.3.2

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 (35) hide show
  1. package/mtds/illustrations/bread.svg +1 -0
  2. package/mtds/illustrations/drop-apple-bread.svg +1 -0
  3. package/mtds/illustrations/drop-apple.svg +1 -0
  4. package/mtds/illustrations/fork-knife-spoon.svg +1 -0
  5. package/mtds/illustrations/fork-knife.svg +1 -0
  6. package/mtds/illustrations/fork.svg +1 -0
  7. package/mtds/illustrations/heart-cat.svg +1 -0
  8. package/mtds/illustrations/heart.svg +1 -0
  9. package/mtds/illustrations/hearts-blue.svg +1 -0
  10. package/mtds/illustrations/hearts-green.svg +1 -0
  11. package/mtds/illustrations/hearts-red.svg +1 -0
  12. package/mtds/illustrations/index.json +139 -1
  13. package/mtds/illustrations/inspector-ai.svg +1 -0
  14. package/mtds/illustrations/inspector-cow.svg +1 -0
  15. package/mtds/illustrations/knife.svg +1 -0
  16. package/mtds/illustrations/person-flask-water-fish-pig.svg +1 -0
  17. package/mtds/illustrations/plane.svg +1 -0
  18. package/mtds/illustrations/plant-dog-fish.svg +1 -0
  19. package/mtds/illustrations/postits.svg +1 -0
  20. package/mtds/illustrations/pregnant-fork-plant.svg +1 -0
  21. package/mtds/illustrations/pregnant-fork.svg +1 -0
  22. package/mtds/illustrations/ship.svg +1 -0
  23. package/mtds/illustrations/spoon.svg +1 -0
  24. package/mtds/illustrations/star-1.svg +1 -0
  25. package/mtds/illustrations/star-2.svg +1 -0
  26. package/mtds/illustrations/stars.svg +1 -0
  27. package/mtds/illustrations/turnip-meat.svg +1 -0
  28. package/mtds/index.iife.js +1 -1
  29. package/mtds/package.json.js +1 -1
  30. package/mtds/steps/steps.d.ts +6 -7
  31. package/mtds/steps/steps.js +7 -7
  32. package/mtds/steps/steps.js.map +1 -1
  33. package/mtds/steps/steps.stories.d.ts +5 -7
  34. package/mtds/styles.css +1 -1
  35. package/package.json +1 -1
@@ -1,6 +1,5 @@
1
1
  import { StoryObj } from '@storybook/react-vite';
2
2
  declare const meta: {
3
- id: string;
4
3
  title: string;
5
4
  parameters: {
6
5
  layout: string;
@@ -12,11 +11,10 @@ declare const meta: {
12
11
  export default meta;
13
12
  type Story = StoryObj<typeof meta>;
14
13
  export declare const Default: Story;
15
- export declare const WithDirectionDown: Story;
16
- export declare const WithDirectionUp: Story;
14
+ export declare const React: Story;
15
+ export declare const WithDirection: Story;
17
16
  export declare const WithFade: Story;
18
- export declare const WithFadeDirectionDown: Story;
19
- export declare const WithFadeDirectionUp: Story;
17
+ export declare const WithFadeAndDirection: Story;
18
+ export declare const WithColors: Story;
19
+ export declare const WithInteraction: Story;
20
20
  export declare const Timeline: Story;
21
- export declare const Colors: Story;
22
- export declare const React: Story;