ingred-ui 19.1.2 → 19.2.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.
@@ -12,10 +12,8 @@ export declare const CalendarMonth: import("styled-components").StyledComponent<
12
12
  expanded: boolean;
13
13
  }, never>;
14
14
  export declare const IconContainer: import("styled-components").StyledComponent<"button", import("styled-components").DefaultTheme, {
15
- type: "button";
16
- } & {
17
15
  expanded: boolean;
18
- }, "type">;
16
+ }, never>;
19
17
  export declare const IconButton: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {
20
18
  expanded: boolean;
21
19
  }, never>;
@@ -2,4 +2,6 @@ export declare const InputContainer: import("styled-components").StyledComponent
2
2
  disabled: boolean;
3
3
  error?: boolean | undefined;
4
4
  }, never>;
5
- export declare const CalendarIcon: import("styled-components").StyledComponent<"button", import("styled-components").DefaultTheme, {}, never>;
5
+ export declare const CalendarIcon: import("styled-components").StyledComponent<"button", import("styled-components").DefaultTheme, {
6
+ type: "button";
7
+ }, "type">;
@@ -17,3 +17,4 @@ declare const _default: {
17
17
  };
18
18
  export default _default;
19
19
  export declare const Example: StoryObj<MultipleFilterProps>;
20
+ export declare const SkipExample: StoryObj<MultipleFilterProps>;