@mattilsynet/design 0.3.5 → 0.3.6

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.
@@ -1,6 +1,9 @@
1
1
  import { StoryObj } from '@storybook/react';
2
2
  declare const meta: {
3
3
  title: string;
4
+ decorators: ((Story: import('@storybook/csf').PartialStoryFn<import('@storybook/react').ReactRenderer, {
5
+ [x: string]: any;
6
+ }>) => import("react/jsx-runtime").JSX.Element)[];
4
7
  };
5
8
  export default meta;
6
9
  type Story = StoryObj<typeof meta>;
@@ -23,6 +26,7 @@ export declare const FixedWidths: Story;
23
26
  export declare const Align: Story;
24
27
  export declare const NumericValues: Story;
25
28
  export declare const WithFooter: Story;
29
+ export declare const WithBorderAround: Story;
26
30
  export declare const Sizes: Story;
27
31
  export declare const Checkbox: Story;
28
32
  export declare const MobileScroll: Story;
@@ -1,6 +1,9 @@
1
1
  import { StoryObj } from '@storybook/react';
2
2
  declare const meta: {
3
3
  title: string;
4
+ decorators: ((Story: import('@storybook/csf').PartialStoryFn<import('@storybook/react').ReactRenderer, {
5
+ [x: string]: any;
6
+ }>) => import("react/jsx-runtime").JSX.Element)[];
4
7
  };
5
8
  export default meta;
6
9
  type Story = StoryObj<typeof meta>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mattilsynet/design",
3
- "version": "0.3.5",
3
+ "version": "0.3.6",
4
4
  "type": "module",
5
5
  "main": "./mtds/index.js",
6
6
  "types": "./mtds/index.d.ts",