@kystverket/styrbord 1.7.3 → 1.8.0

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.
@@ -17,6 +17,7 @@ export declare const WithError: {
17
17
  value?: string[] | undefined;
18
18
  required?: boolean | undefined;
19
19
  onChange?: ((nextValue: string[], currentValue: string[]) => void) | undefined;
20
+ variant?: "outline" | undefined;
20
21
  };
21
22
  };
22
23
  export declare const Controlled: StoryFn<UseCheckboxGroupProps>;
@@ -29,6 +30,7 @@ export declare const ReadOnly: {
29
30
  value?: string[] | undefined;
30
31
  required?: boolean | undefined;
31
32
  onChange?: ((nextValue: string[], currentValue: string[]) => void) | undefined;
33
+ variant?: "outline" | undefined;
32
34
  };
33
35
  render: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, UseCheckboxGroupProps>;
34
36
  };
@@ -349,6 +351,7 @@ export declare const Disabled: {
349
351
  description?: React.ReactNode;
350
352
  value?: string | number | readonly string[] | undefined;
351
353
  error?: React.ReactNode;
354
+ variant?: "outline" | undefined;
352
355
  'aria-labelledby'?: never | undefined;
353
356
  ref?: React.Ref<HTMLInputElement> | undefined;
354
357
  key?: React.Key | null | undefined;
@@ -665,6 +668,7 @@ export declare const Disabled: {
665
668
  description?: React.ReactNode;
666
669
  value?: string | number | readonly string[] | undefined;
667
670
  error?: React.ReactNode;
671
+ variant?: "outline" | undefined;
668
672
  'aria-labelledby'?: never | undefined;
669
673
  ref?: React.Ref<HTMLInputElement> | undefined;
670
674
  key?: React.Key | null | undefined;
@@ -981,6 +985,7 @@ export declare const Disabled: {
981
985
  description?: React.ReactNode;
982
986
  value?: string | number | readonly string[] | undefined;
983
987
  error?: React.ReactNode;
988
+ variant?: "outline" | undefined;
984
989
  'aria-labelledby'?: string | undefined;
985
990
  ref?: React.Ref<HTMLInputElement> | undefined;
986
991
  key?: React.Key | null | undefined;