@mattilsynet/design 0.3.7 → 0.3.8

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,2 +1,4 @@
1
1
  export type DetailsProps = React.ComponentPropsWithoutRef<"details">;
2
2
  export declare const Details: React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.DetailsHTMLAttributes<HTMLDetailsElement>, HTMLDetailsElement>, "ref"> & React.RefAttributes<HTMLDetailsElement>>;
3
+ export type SummaryProps = React.ComponentPropsWithoutRef<"summary">;
4
+ export declare const Summary: React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>, "ref"> & React.RefAttributes<HTMLElement>>;
@@ -8,4 +8,5 @@ declare const meta: {
8
8
  export default meta;
9
9
  type Story = StoryObj<typeof meta>;
10
10
  export declare const Default: Story;
11
+ export declare const React: Story;
11
12
  export declare const DefaultOpen: Story;
@@ -5,5 +5,6 @@ declare const meta: {
5
5
  export default meta;
6
6
  type Story = StoryObj<typeof meta>;
7
7
  export declare const Default: Story;
8
+ export declare const React: Story;
8
9
  export declare const WithClose: Story;
9
10
  export declare const WithBackdropClose: Story;
@@ -8,4 +8,5 @@ declare const meta: {
8
8
  export default meta;
9
9
  type Story = StoryObj<typeof meta>;
10
10
  export declare const Default: Story;
11
+ export declare const React: Story;
11
12
  export declare const Gap: Story;
@@ -8,4 +8,5 @@ declare const meta: {
8
8
  export default meta;
9
9
  type Story = StoryObj<typeof meta>;
10
10
  export declare const Default: Story;
11
+ export declare const React: Story;
11
12
  export declare const WithForm: Story;