@kystverket/styrbord 1.3.31 → 1.3.33

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.
@@ -23,3 +23,4 @@ export declare const WithoutPlaceholderWithValue: Story;
23
23
  export declare const Optional: Story;
24
24
  export declare const OptionalText: Story;
25
25
  export declare const Required: Story;
26
+ export declare const Disabled: Story;
@@ -1,5 +1,5 @@
1
1
  import { IconId } from './icon.types';
2
- type IconSize = '2xs' | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl';
2
+ type IconSize = '2xs' | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl' | '3xl';
3
3
  export interface MaterialIconProps {
4
4
  material: IconId;
5
5
  filled?: boolean;