uikit-react-public 0.32.3 → 0.32.4

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.
@@ -9,7 +9,7 @@ export interface SnackbarBaseProps extends HTMLAttributes<HTMLDivElement> {
9
9
  onUndo?: () => void;
10
10
  size?: 'small' | 'large';
11
11
  testId?: string;
12
- variant?: 'default' | 'error';
12
+ variant?: 'default' | 'error' | 'success';
13
13
  ref?: Ref<HTMLDivElement>;
14
14
  }
15
15
  export type SnackbarProps = SnackbarBaseProps & MarginProps;
@@ -16,6 +16,7 @@ export declare const Default: Story;
16
16
  export declare const Close: Story;
17
17
  export declare const Undo: Story;
18
18
  export declare const Error: Story;
19
+ export declare const Success: Story;
19
20
  export declare const LongText: Story;
20
21
  export declare const WithCustomPosition: Story & {
21
22
  argTypes: {