ingred-ui 31.0.3 → 31.0.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.
@@ -2,5 +2,4 @@ export declare const TextWrapper: import("styled-components/dist/types").IStyled
2
2
  export declare const NormalBadge: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<any, never> & Partial<Pick<any, never>>> & string;
3
3
  export declare const PillBadge: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<any, never> & Partial<Pick<any, never>>> & string;
4
4
  export declare const SignalWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<any, never> & Partial<Pick<any, never>>> & string;
5
- export declare const SignalDot: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<any, never> & Partial<Pick<any, never>>> & string;
6
5
  export declare const Icon: import("styled-components/dist/types").IStyledComponentBase<"web", any> & string;
@@ -10,9 +10,9 @@ export declare const BADGE_SIZE: {
10
10
  pillHeight: string;
11
11
  gap: string;
12
12
  padding: (theme: Theme) => string;
13
- signalPadding: (theme: Theme) => string;
14
- signalGap: (theme: Theme) => string;
15
- dotSize: string;
13
+ signalPaddingLeft: string;
14
+ signalPaddingRight: string;
15
+ dotSize: number;
16
16
  fontSize: string;
17
17
  };
18
18
  small: {
@@ -21,9 +21,9 @@ export declare const BADGE_SIZE: {
21
21
  pillHeight: string;
22
22
  gap: string;
23
23
  padding: (theme: Theme) => string;
24
- signalPadding: (theme: Theme) => string;
25
- signalGap: (theme: Theme) => string;
26
- dotSize: string;
24
+ signalPaddingLeft: string;
25
+ signalPaddingRight: string;
26
+ dotSize: number;
27
27
  fontSize: string;
28
28
  };
29
29
  medium: {
@@ -32,9 +32,9 @@ export declare const BADGE_SIZE: {
32
32
  pillHeight: string;
33
33
  gap: string;
34
34
  padding: (theme: Theme) => string;
35
- signalPadding: (theme: Theme) => string;
36
- signalGap: (theme: Theme) => string;
37
- dotSize: string;
35
+ signalPaddingLeft: string;
36
+ signalPaddingRight: string;
37
+ dotSize: number;
38
38
  fontSize: string;
39
39
  };
40
40
  };