@pushwoosh/dumb-components 1.1.130 → 1.1.132
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.
- package/Alert/styles.d.ts +16 -104
- package/Calendar/CalendarMonthSlider/styles.d.ts +8 -52
- package/DateTimePicker/styles.d.ts +27 -159
- package/DropdownMenu/components/DropdownMenu/DropdownMenu.js +1 -1
- package/DropdownMenu/components/DropdownMenuSection/styles.d.ts +8 -52
- package/DropdownMenu/components/DropdownMenuSubmenu/DropdownMenuSubmenu.js +0 -1
- package/DropdownMenu/shared/styles.d.ts +9 -53
- package/EmailTemplatePreview/components/NoEmailTemplatePreview/styles.d.ts +16 -104
- package/ExportResult/styles.d.ts +24 -156
- package/FieldBox/styles.d.ts +8 -52
- package/FrequencyCapping/styles.d.ts +16 -104
- package/Modal/components/ModalContent/styles.d.ts +8 -52
- package/NotificationInbox/styles.d.ts +48 -312
- package/PushPreview/styles.d.ts +9 -53
- package/Radio/styles.d.ts +8 -52
- package/RadioCard/styled.d.ts +9 -53
- package/RichMessageEditor/RichMessageEditor.styled.d.ts +8 -52
- package/RichmediaPreview/styles.d.ts +8 -52
- package/SendRate/styles.d.ts +16 -104
- package/Toast/ai-documentation.md +3 -3
- package/Toast/types.d.ts +2 -2
- package/Tooltip/styles.d.ts +8 -52
- package/package.json +2 -2
|
@@ -1,112 +1,24 @@
|
|
|
1
|
-
export declare const PreviewMock: import("styled-components").StyledComponent<"div", any, {
|
|
2
|
-
$alignContent?: "
|
|
3
|
-
$alignItems?: "
|
|
4
|
-
$
|
|
5
|
-
$
|
|
6
|
-
|
|
7
|
-
right?: string | undefined;
|
|
8
|
-
bottom?: string | undefined;
|
|
9
|
-
left?: string | undefined;
|
|
10
|
-
} | {
|
|
11
|
-
horizontal: string;
|
|
12
|
-
top?: string | undefined;
|
|
13
|
-
bottom?: string | undefined;
|
|
14
|
-
} | {
|
|
15
|
-
vertical: string;
|
|
16
|
-
right?: string | undefined;
|
|
17
|
-
left?: string | undefined;
|
|
18
|
-
}) | undefined;
|
|
19
|
-
$borderRadius?: (string | number) | undefined;
|
|
20
|
-
$boxShadow?: string | undefined;
|
|
21
|
-
$gap?: (string | number) | undefined;
|
|
1
|
+
export declare const PreviewMock: import("styled-components").StyledComponent<"div", any, import("@pushwoosh/kit-helpers/styled-helpers").CommonBoxProps & {
|
|
2
|
+
$alignContent?: import("@pushwoosh/kit-helpers/styled-helpers").AlignContentValue | undefined;
|
|
3
|
+
$alignItems?: import("@pushwoosh/kit-helpers/styled-helpers").ItemAlignmentValue | undefined;
|
|
4
|
+
$gap?: import("@pushwoosh/kit-helpers/styled-helpers").StrNum | undefined;
|
|
5
|
+
$justifyContent?: import("@pushwoosh/kit-helpers/styled-helpers").JustifyContentValue | undefined;
|
|
6
|
+
} & {
|
|
22
7
|
$gridAutoFlow?: "row" | "column" | "dense" | "row dense" | "column dense" | undefined;
|
|
23
|
-
$
|
|
24
|
-
$
|
|
25
|
-
$margin?: (string | number) | ({
|
|
26
|
-
top?: (string | number) | undefined;
|
|
27
|
-
right?: (string | number) | undefined;
|
|
28
|
-
bottom?: (string | number) | undefined;
|
|
29
|
-
left?: (string | number) | undefined;
|
|
30
|
-
} | {
|
|
31
|
-
horizontal: string | number;
|
|
32
|
-
top?: (string | number) | undefined;
|
|
33
|
-
bottom?: (string | number) | undefined;
|
|
34
|
-
} | {
|
|
35
|
-
vertical: string | number;
|
|
36
|
-
right?: (string | number) | undefined;
|
|
37
|
-
left?: (string | number) | undefined;
|
|
38
|
-
}) | undefined;
|
|
39
|
-
$padding?: (string | number) | ({
|
|
40
|
-
top?: (string | number) | undefined;
|
|
41
|
-
right?: (string | number) | undefined;
|
|
42
|
-
bottom?: (string | number) | undefined;
|
|
43
|
-
left?: (string | number) | undefined;
|
|
44
|
-
} | {
|
|
45
|
-
horizontal: string | number;
|
|
46
|
-
top?: (string | number) | undefined;
|
|
47
|
-
bottom?: (string | number) | undefined;
|
|
48
|
-
} | {
|
|
49
|
-
vertical: string | number;
|
|
50
|
-
right?: (string | number) | undefined;
|
|
51
|
-
left?: (string | number) | undefined;
|
|
52
|
-
}) | undefined;
|
|
53
|
-
$placeItems?: "end" | "start" | "center" | "stretch" | undefined;
|
|
8
|
+
$justifyItems?: import("@pushwoosh/kit-helpers/styled-helpers").ItemAlignmentValue | undefined;
|
|
9
|
+
$placeItems?: import("@pushwoosh/kit-helpers/styled-helpers").ItemAlignmentValue | undefined;
|
|
54
10
|
} & {
|
|
55
11
|
$gridAutoFlow: string;
|
|
56
12
|
}, "$gridAutoFlow">;
|
|
57
|
-
export declare const Container: import("styled-components").StyledComponent<"div", any, {
|
|
58
|
-
$alignContent?: "
|
|
59
|
-
$alignItems?: "
|
|
60
|
-
$
|
|
61
|
-
$
|
|
62
|
-
|
|
63
|
-
right?: string | undefined;
|
|
64
|
-
bottom?: string | undefined;
|
|
65
|
-
left?: string | undefined;
|
|
66
|
-
} | {
|
|
67
|
-
horizontal: string;
|
|
68
|
-
top?: string | undefined;
|
|
69
|
-
bottom?: string | undefined;
|
|
70
|
-
} | {
|
|
71
|
-
vertical: string;
|
|
72
|
-
right?: string | undefined;
|
|
73
|
-
left?: string | undefined;
|
|
74
|
-
}) | undefined;
|
|
75
|
-
$borderRadius?: (string | number) | undefined;
|
|
76
|
-
$boxShadow?: string | undefined;
|
|
77
|
-
$gap?: (string | number) | undefined;
|
|
13
|
+
export declare const Container: import("styled-components").StyledComponent<"div", any, import("@pushwoosh/kit-helpers/styled-helpers").CommonBoxProps & {
|
|
14
|
+
$alignContent?: import("@pushwoosh/kit-helpers/styled-helpers").AlignContentValue | undefined;
|
|
15
|
+
$alignItems?: import("@pushwoosh/kit-helpers/styled-helpers").ItemAlignmentValue | undefined;
|
|
16
|
+
$gap?: import("@pushwoosh/kit-helpers/styled-helpers").StrNum | undefined;
|
|
17
|
+
$justifyContent?: import("@pushwoosh/kit-helpers/styled-helpers").JustifyContentValue | undefined;
|
|
18
|
+
} & {
|
|
78
19
|
$gridAutoFlow?: "row" | "column" | "dense" | "row dense" | "column dense" | undefined;
|
|
79
|
-
$
|
|
80
|
-
$
|
|
81
|
-
$margin?: (string | number) | ({
|
|
82
|
-
top?: (string | number) | undefined;
|
|
83
|
-
right?: (string | number) | undefined;
|
|
84
|
-
bottom?: (string | number) | undefined;
|
|
85
|
-
left?: (string | number) | undefined;
|
|
86
|
-
} | {
|
|
87
|
-
horizontal: string | number;
|
|
88
|
-
top?: (string | number) | undefined;
|
|
89
|
-
bottom?: (string | number) | undefined;
|
|
90
|
-
} | {
|
|
91
|
-
vertical: string | number;
|
|
92
|
-
right?: (string | number) | undefined;
|
|
93
|
-
left?: (string | number) | undefined;
|
|
94
|
-
}) | undefined;
|
|
95
|
-
$padding?: (string | number) | ({
|
|
96
|
-
top?: (string | number) | undefined;
|
|
97
|
-
right?: (string | number) | undefined;
|
|
98
|
-
bottom?: (string | number) | undefined;
|
|
99
|
-
left?: (string | number) | undefined;
|
|
100
|
-
} | {
|
|
101
|
-
horizontal: string | number;
|
|
102
|
-
top?: (string | number) | undefined;
|
|
103
|
-
bottom?: (string | number) | undefined;
|
|
104
|
-
} | {
|
|
105
|
-
vertical: string | number;
|
|
106
|
-
right?: (string | number) | undefined;
|
|
107
|
-
left?: (string | number) | undefined;
|
|
108
|
-
}) | undefined;
|
|
109
|
-
$placeItems?: "end" | "start" | "center" | "stretch" | undefined;
|
|
20
|
+
$justifyItems?: import("@pushwoosh/kit-helpers/styled-helpers").ItemAlignmentValue | undefined;
|
|
21
|
+
$placeItems?: import("@pushwoosh/kit-helpers/styled-helpers").ItemAlignmentValue | undefined;
|
|
110
22
|
} & {
|
|
111
23
|
$gridAutoFlow: string;
|
|
112
24
|
}, "$gridAutoFlow">;
|
package/ExportResult/styles.d.ts
CHANGED
|
@@ -1,57 +1,13 @@
|
|
|
1
1
|
import { H5 } from '@pushwoosh/kit-typography';
|
|
2
|
-
export declare const MainInfoContainer: import("styled-components").StyledComponent<"div", any, {
|
|
3
|
-
$alignContent?: "
|
|
4
|
-
$alignItems?: "
|
|
5
|
-
$
|
|
6
|
-
$
|
|
7
|
-
|
|
8
|
-
right?: string | undefined;
|
|
9
|
-
bottom?: string | undefined;
|
|
10
|
-
left?: string | undefined;
|
|
11
|
-
} | {
|
|
12
|
-
horizontal: string;
|
|
13
|
-
top?: string | undefined;
|
|
14
|
-
bottom?: string | undefined;
|
|
15
|
-
} | {
|
|
16
|
-
vertical: string;
|
|
17
|
-
right?: string | undefined;
|
|
18
|
-
left?: string | undefined;
|
|
19
|
-
}) | undefined;
|
|
20
|
-
$borderRadius?: (string | number) | undefined;
|
|
21
|
-
$boxShadow?: string | undefined;
|
|
22
|
-
$gap?: (string | number) | undefined;
|
|
2
|
+
export declare const MainInfoContainer: import("styled-components").StyledComponent<"div", any, import("@pushwoosh/kit-helpers/styled-helpers").CommonBoxProps & {
|
|
3
|
+
$alignContent?: import("@pushwoosh/kit-helpers/styled-helpers").AlignContentValue | undefined;
|
|
4
|
+
$alignItems?: import("@pushwoosh/kit-helpers/styled-helpers").ItemAlignmentValue | undefined;
|
|
5
|
+
$gap?: import("@pushwoosh/kit-helpers/styled-helpers").StrNum | undefined;
|
|
6
|
+
$justifyContent?: import("@pushwoosh/kit-helpers/styled-helpers").JustifyContentValue | undefined;
|
|
7
|
+
} & {
|
|
23
8
|
$gridAutoFlow?: "row" | "column" | "dense" | "row dense" | "column dense" | undefined;
|
|
24
|
-
$
|
|
25
|
-
$
|
|
26
|
-
$margin?: (string | number) | ({
|
|
27
|
-
top?: (string | number) | undefined;
|
|
28
|
-
right?: (string | number) | undefined;
|
|
29
|
-
bottom?: (string | number) | undefined;
|
|
30
|
-
left?: (string | number) | undefined;
|
|
31
|
-
} | {
|
|
32
|
-
horizontal: string | number;
|
|
33
|
-
top?: (string | number) | undefined;
|
|
34
|
-
bottom?: (string | number) | undefined;
|
|
35
|
-
} | {
|
|
36
|
-
vertical: string | number;
|
|
37
|
-
right?: (string | number) | undefined;
|
|
38
|
-
left?: (string | number) | undefined;
|
|
39
|
-
}) | undefined;
|
|
40
|
-
$padding?: (string | number) | ({
|
|
41
|
-
top?: (string | number) | undefined;
|
|
42
|
-
right?: (string | number) | undefined;
|
|
43
|
-
bottom?: (string | number) | undefined;
|
|
44
|
-
left?: (string | number) | undefined;
|
|
45
|
-
} | {
|
|
46
|
-
horizontal: string | number;
|
|
47
|
-
top?: (string | number) | undefined;
|
|
48
|
-
bottom?: (string | number) | undefined;
|
|
49
|
-
} | {
|
|
50
|
-
vertical: string | number;
|
|
51
|
-
right?: (string | number) | undefined;
|
|
52
|
-
left?: (string | number) | undefined;
|
|
53
|
-
}) | undefined;
|
|
54
|
-
$placeItems?: "end" | "start" | "center" | "stretch" | undefined;
|
|
9
|
+
$justifyItems?: import("@pushwoosh/kit-helpers/styled-helpers").ItemAlignmentValue | undefined;
|
|
10
|
+
$placeItems?: import("@pushwoosh/kit-helpers/styled-helpers").ItemAlignmentValue | undefined;
|
|
55
11
|
} & {
|
|
56
12
|
$gridAutoFlow: string;
|
|
57
13
|
}, "$gridAutoFlow">;
|
|
@@ -60,115 +16,27 @@ export declare const Subtitle: import("styled-components").StyledComponent<"div"
|
|
|
60
16
|
interface LeftSlotProps {
|
|
61
17
|
$type: 'error' | 'warning' | 'info' | 'success';
|
|
62
18
|
}
|
|
63
|
-
export declare const LeftSlot: import("styled-components").StyledComponent<"div", any, {
|
|
64
|
-
$alignContent?: "
|
|
65
|
-
$alignItems?: "
|
|
66
|
-
$
|
|
67
|
-
$
|
|
68
|
-
|
|
69
|
-
right?: string | undefined;
|
|
70
|
-
bottom?: string | undefined;
|
|
71
|
-
left?: string | undefined;
|
|
72
|
-
} | {
|
|
73
|
-
horizontal: string;
|
|
74
|
-
top?: string | undefined;
|
|
75
|
-
bottom?: string | undefined;
|
|
76
|
-
} | {
|
|
77
|
-
vertical: string;
|
|
78
|
-
right?: string | undefined;
|
|
79
|
-
left?: string | undefined;
|
|
80
|
-
}) | undefined;
|
|
81
|
-
$borderRadius?: (string | number) | undefined;
|
|
82
|
-
$boxShadow?: string | undefined;
|
|
83
|
-
$gap?: (string | number) | undefined;
|
|
19
|
+
export declare const LeftSlot: import("styled-components").StyledComponent<"div", any, import("@pushwoosh/kit-helpers/styled-helpers").CommonBoxProps & {
|
|
20
|
+
$alignContent?: import("@pushwoosh/kit-helpers/styled-helpers").AlignContentValue | undefined;
|
|
21
|
+
$alignItems?: import("@pushwoosh/kit-helpers/styled-helpers").ItemAlignmentValue | undefined;
|
|
22
|
+
$gap?: import("@pushwoosh/kit-helpers/styled-helpers").StrNum | undefined;
|
|
23
|
+
$justifyContent?: import("@pushwoosh/kit-helpers/styled-helpers").JustifyContentValue | undefined;
|
|
24
|
+
} & {
|
|
84
25
|
$gridAutoFlow?: "row" | "column" | "dense" | "row dense" | "column dense" | undefined;
|
|
85
|
-
$
|
|
86
|
-
$
|
|
87
|
-
$margin?: (string | number) | ({
|
|
88
|
-
top?: (string | number) | undefined;
|
|
89
|
-
right?: (string | number) | undefined;
|
|
90
|
-
bottom?: (string | number) | undefined;
|
|
91
|
-
left?: (string | number) | undefined;
|
|
92
|
-
} | {
|
|
93
|
-
horizontal: string | number;
|
|
94
|
-
top?: (string | number) | undefined;
|
|
95
|
-
bottom?: (string | number) | undefined;
|
|
96
|
-
} | {
|
|
97
|
-
vertical: string | number;
|
|
98
|
-
right?: (string | number) | undefined;
|
|
99
|
-
left?: (string | number) | undefined;
|
|
100
|
-
}) | undefined;
|
|
101
|
-
$padding?: (string | number) | ({
|
|
102
|
-
top?: (string | number) | undefined;
|
|
103
|
-
right?: (string | number) | undefined;
|
|
104
|
-
bottom?: (string | number) | undefined;
|
|
105
|
-
left?: (string | number) | undefined;
|
|
106
|
-
} | {
|
|
107
|
-
horizontal: string | number;
|
|
108
|
-
top?: (string | number) | undefined;
|
|
109
|
-
bottom?: (string | number) | undefined;
|
|
110
|
-
} | {
|
|
111
|
-
vertical: string | number;
|
|
112
|
-
right?: (string | number) | undefined;
|
|
113
|
-
left?: (string | number) | undefined;
|
|
114
|
-
}) | undefined;
|
|
115
|
-
$placeItems?: "end" | "start" | "center" | "stretch" | undefined;
|
|
26
|
+
$justifyItems?: import("@pushwoosh/kit-helpers/styled-helpers").ItemAlignmentValue | undefined;
|
|
27
|
+
$placeItems?: import("@pushwoosh/kit-helpers/styled-helpers").ItemAlignmentValue | undefined;
|
|
116
28
|
} & {
|
|
117
29
|
$gridAutoFlow: string;
|
|
118
30
|
} & LeftSlotProps, "$gridAutoFlow">;
|
|
119
|
-
export declare const RightSlotContainer: import("styled-components").StyledComponent<"div", any, {
|
|
120
|
-
$alignContent?: "
|
|
121
|
-
$alignItems?: "
|
|
122
|
-
$
|
|
123
|
-
$
|
|
124
|
-
|
|
125
|
-
right?: string | undefined;
|
|
126
|
-
bottom?: string | undefined;
|
|
127
|
-
left?: string | undefined;
|
|
128
|
-
} | {
|
|
129
|
-
horizontal: string;
|
|
130
|
-
top?: string | undefined;
|
|
131
|
-
bottom?: string | undefined;
|
|
132
|
-
} | {
|
|
133
|
-
vertical: string;
|
|
134
|
-
right?: string | undefined;
|
|
135
|
-
left?: string | undefined;
|
|
136
|
-
}) | undefined;
|
|
137
|
-
$borderRadius?: (string | number) | undefined;
|
|
138
|
-
$boxShadow?: string | undefined;
|
|
139
|
-
$gap?: (string | number) | undefined;
|
|
31
|
+
export declare const RightSlotContainer: import("styled-components").StyledComponent<"div", any, import("@pushwoosh/kit-helpers/styled-helpers").CommonBoxProps & {
|
|
32
|
+
$alignContent?: import("@pushwoosh/kit-helpers/styled-helpers").AlignContentValue | undefined;
|
|
33
|
+
$alignItems?: import("@pushwoosh/kit-helpers/styled-helpers").ItemAlignmentValue | undefined;
|
|
34
|
+
$gap?: import("@pushwoosh/kit-helpers/styled-helpers").StrNum | undefined;
|
|
35
|
+
$justifyContent?: import("@pushwoosh/kit-helpers/styled-helpers").JustifyContentValue | undefined;
|
|
36
|
+
} & {
|
|
140
37
|
$gridAutoFlow?: "row" | "column" | "dense" | "row dense" | "column dense" | undefined;
|
|
141
|
-
$
|
|
142
|
-
$
|
|
143
|
-
$margin?: (string | number) | ({
|
|
144
|
-
top?: (string | number) | undefined;
|
|
145
|
-
right?: (string | number) | undefined;
|
|
146
|
-
bottom?: (string | number) | undefined;
|
|
147
|
-
left?: (string | number) | undefined;
|
|
148
|
-
} | {
|
|
149
|
-
horizontal: string | number;
|
|
150
|
-
top?: (string | number) | undefined;
|
|
151
|
-
bottom?: (string | number) | undefined;
|
|
152
|
-
} | {
|
|
153
|
-
vertical: string | number;
|
|
154
|
-
right?: (string | number) | undefined;
|
|
155
|
-
left?: (string | number) | undefined;
|
|
156
|
-
}) | undefined;
|
|
157
|
-
$padding?: (string | number) | ({
|
|
158
|
-
top?: (string | number) | undefined;
|
|
159
|
-
right?: (string | number) | undefined;
|
|
160
|
-
bottom?: (string | number) | undefined;
|
|
161
|
-
left?: (string | number) | undefined;
|
|
162
|
-
} | {
|
|
163
|
-
horizontal: string | number;
|
|
164
|
-
top?: (string | number) | undefined;
|
|
165
|
-
bottom?: (string | number) | undefined;
|
|
166
|
-
} | {
|
|
167
|
-
vertical: string | number;
|
|
168
|
-
right?: (string | number) | undefined;
|
|
169
|
-
left?: (string | number) | undefined;
|
|
170
|
-
}) | undefined;
|
|
171
|
-
$placeItems?: "end" | "start" | "center" | "stretch" | undefined;
|
|
38
|
+
$justifyItems?: import("@pushwoosh/kit-helpers/styled-helpers").ItemAlignmentValue | undefined;
|
|
39
|
+
$placeItems?: import("@pushwoosh/kit-helpers/styled-helpers").ItemAlignmentValue | undefined;
|
|
172
40
|
} & {
|
|
173
41
|
$gridAutoFlow: string;
|
|
174
42
|
}, "$gridAutoFlow">;
|
package/FieldBox/styles.d.ts
CHANGED
|
@@ -1,57 +1,13 @@
|
|
|
1
1
|
import { Link as LinkBase } from '../Link';
|
|
2
|
-
export declare const TitleBox: import("styled-components").StyledComponent<"div", any, {
|
|
3
|
-
$alignContent?: "
|
|
4
|
-
$alignItems?: "
|
|
5
|
-
$
|
|
6
|
-
$
|
|
7
|
-
|
|
8
|
-
right?: string | undefined;
|
|
9
|
-
bottom?: string | undefined;
|
|
10
|
-
left?: string | undefined;
|
|
11
|
-
} | {
|
|
12
|
-
horizontal: string;
|
|
13
|
-
top?: string | undefined;
|
|
14
|
-
bottom?: string | undefined;
|
|
15
|
-
} | {
|
|
16
|
-
vertical: string;
|
|
17
|
-
right?: string | undefined;
|
|
18
|
-
left?: string | undefined;
|
|
19
|
-
}) | undefined;
|
|
20
|
-
$borderRadius?: (string | number) | undefined;
|
|
21
|
-
$boxShadow?: string | undefined;
|
|
22
|
-
$gap?: (string | number) | undefined;
|
|
2
|
+
export declare const TitleBox: import("styled-components").StyledComponent<"div", any, import("@pushwoosh/kit-helpers/styled-helpers").CommonBoxProps & {
|
|
3
|
+
$alignContent?: import("@pushwoosh/kit-helpers/styled-helpers").AlignContentValue | undefined;
|
|
4
|
+
$alignItems?: import("@pushwoosh/kit-helpers/styled-helpers").ItemAlignmentValue | undefined;
|
|
5
|
+
$gap?: import("@pushwoosh/kit-helpers/styled-helpers").StrNum | undefined;
|
|
6
|
+
$justifyContent?: import("@pushwoosh/kit-helpers/styled-helpers").JustifyContentValue | undefined;
|
|
7
|
+
} & {
|
|
23
8
|
$gridAutoFlow?: "row" | "column" | "dense" | "row dense" | "column dense" | undefined;
|
|
24
|
-
$
|
|
25
|
-
$
|
|
26
|
-
$margin?: (string | number) | ({
|
|
27
|
-
top?: (string | number) | undefined;
|
|
28
|
-
right?: (string | number) | undefined;
|
|
29
|
-
bottom?: (string | number) | undefined;
|
|
30
|
-
left?: (string | number) | undefined;
|
|
31
|
-
} | {
|
|
32
|
-
horizontal: string | number;
|
|
33
|
-
top?: (string | number) | undefined;
|
|
34
|
-
bottom?: (string | number) | undefined;
|
|
35
|
-
} | {
|
|
36
|
-
vertical: string | number;
|
|
37
|
-
right?: (string | number) | undefined;
|
|
38
|
-
left?: (string | number) | undefined;
|
|
39
|
-
}) | undefined;
|
|
40
|
-
$padding?: (string | number) | ({
|
|
41
|
-
top?: (string | number) | undefined;
|
|
42
|
-
right?: (string | number) | undefined;
|
|
43
|
-
bottom?: (string | number) | undefined;
|
|
44
|
-
left?: (string | number) | undefined;
|
|
45
|
-
} | {
|
|
46
|
-
horizontal: string | number;
|
|
47
|
-
top?: (string | number) | undefined;
|
|
48
|
-
bottom?: (string | number) | undefined;
|
|
49
|
-
} | {
|
|
50
|
-
vertical: string | number;
|
|
51
|
-
right?: (string | number) | undefined;
|
|
52
|
-
left?: (string | number) | undefined;
|
|
53
|
-
}) | undefined;
|
|
54
|
-
$placeItems?: "end" | "start" | "center" | "stretch" | undefined;
|
|
9
|
+
$justifyItems?: import("@pushwoosh/kit-helpers/styled-helpers").ItemAlignmentValue | undefined;
|
|
10
|
+
$placeItems?: import("@pushwoosh/kit-helpers/styled-helpers").ItemAlignmentValue | undefined;
|
|
55
11
|
} & {
|
|
56
12
|
$gridAutoFlow: string;
|
|
57
13
|
} & {
|
|
@@ -1,112 +1,24 @@
|
|
|
1
|
-
export declare const Container: import("styled-components").StyledComponent<"div", any, {
|
|
2
|
-
$alignContent?: "
|
|
3
|
-
$alignItems?: "
|
|
4
|
-
$
|
|
5
|
-
$
|
|
6
|
-
|
|
7
|
-
right?: string | undefined;
|
|
8
|
-
bottom?: string | undefined;
|
|
9
|
-
left?: string | undefined;
|
|
10
|
-
} | {
|
|
11
|
-
horizontal: string;
|
|
12
|
-
top?: string | undefined;
|
|
13
|
-
bottom?: string | undefined;
|
|
14
|
-
} | {
|
|
15
|
-
vertical: string;
|
|
16
|
-
right?: string | undefined;
|
|
17
|
-
left?: string | undefined;
|
|
18
|
-
}) | undefined;
|
|
19
|
-
$borderRadius?: (string | number) | undefined;
|
|
20
|
-
$boxShadow?: string | undefined;
|
|
21
|
-
$gap?: (string | number) | undefined;
|
|
1
|
+
export declare const Container: import("styled-components").StyledComponent<"div", any, import("@pushwoosh/kit-helpers/styled-helpers").CommonBoxProps & {
|
|
2
|
+
$alignContent?: import("@pushwoosh/kit-helpers/styled-helpers").AlignContentValue | undefined;
|
|
3
|
+
$alignItems?: import("@pushwoosh/kit-helpers/styled-helpers").ItemAlignmentValue | undefined;
|
|
4
|
+
$gap?: import("@pushwoosh/kit-helpers/styled-helpers").StrNum | undefined;
|
|
5
|
+
$justifyContent?: import("@pushwoosh/kit-helpers/styled-helpers").JustifyContentValue | undefined;
|
|
6
|
+
} & {
|
|
22
7
|
$gridAutoFlow?: "row" | "column" | "dense" | "row dense" | "column dense" | undefined;
|
|
23
|
-
$
|
|
24
|
-
$
|
|
25
|
-
$margin?: (string | number) | ({
|
|
26
|
-
top?: (string | number) | undefined;
|
|
27
|
-
right?: (string | number) | undefined;
|
|
28
|
-
bottom?: (string | number) | undefined;
|
|
29
|
-
left?: (string | number) | undefined;
|
|
30
|
-
} | {
|
|
31
|
-
horizontal: string | number;
|
|
32
|
-
top?: (string | number) | undefined;
|
|
33
|
-
bottom?: (string | number) | undefined;
|
|
34
|
-
} | {
|
|
35
|
-
vertical: string | number;
|
|
36
|
-
right?: (string | number) | undefined;
|
|
37
|
-
left?: (string | number) | undefined;
|
|
38
|
-
}) | undefined;
|
|
39
|
-
$padding?: (string | number) | ({
|
|
40
|
-
top?: (string | number) | undefined;
|
|
41
|
-
right?: (string | number) | undefined;
|
|
42
|
-
bottom?: (string | number) | undefined;
|
|
43
|
-
left?: (string | number) | undefined;
|
|
44
|
-
} | {
|
|
45
|
-
horizontal: string | number;
|
|
46
|
-
top?: (string | number) | undefined;
|
|
47
|
-
bottom?: (string | number) | undefined;
|
|
48
|
-
} | {
|
|
49
|
-
vertical: string | number;
|
|
50
|
-
right?: (string | number) | undefined;
|
|
51
|
-
left?: (string | number) | undefined;
|
|
52
|
-
}) | undefined;
|
|
53
|
-
$placeItems?: "end" | "start" | "center" | "stretch" | undefined;
|
|
8
|
+
$justifyItems?: import("@pushwoosh/kit-helpers/styled-helpers").ItemAlignmentValue | undefined;
|
|
9
|
+
$placeItems?: import("@pushwoosh/kit-helpers/styled-helpers").ItemAlignmentValue | undefined;
|
|
54
10
|
} & {
|
|
55
11
|
$gridAutoFlow: string;
|
|
56
12
|
}, "$gridAutoFlow">;
|
|
57
|
-
export declare const IconWrapper: import("styled-components").StyledComponent<"div", any, {
|
|
58
|
-
$alignContent?: "
|
|
59
|
-
$alignItems?: "
|
|
60
|
-
$
|
|
61
|
-
$
|
|
62
|
-
|
|
63
|
-
right?: string | undefined;
|
|
64
|
-
bottom?: string | undefined;
|
|
65
|
-
left?: string | undefined;
|
|
66
|
-
} | {
|
|
67
|
-
horizontal: string;
|
|
68
|
-
top?: string | undefined;
|
|
69
|
-
bottom?: string | undefined;
|
|
70
|
-
} | {
|
|
71
|
-
vertical: string;
|
|
72
|
-
right?: string | undefined;
|
|
73
|
-
left?: string | undefined;
|
|
74
|
-
}) | undefined;
|
|
75
|
-
$borderRadius?: (string | number) | undefined;
|
|
76
|
-
$boxShadow?: string | undefined;
|
|
77
|
-
$gap?: (string | number) | undefined;
|
|
13
|
+
export declare const IconWrapper: import("styled-components").StyledComponent<"div", any, import("@pushwoosh/kit-helpers/styled-helpers").CommonBoxProps & {
|
|
14
|
+
$alignContent?: import("@pushwoosh/kit-helpers/styled-helpers").AlignContentValue | undefined;
|
|
15
|
+
$alignItems?: import("@pushwoosh/kit-helpers/styled-helpers").ItemAlignmentValue | undefined;
|
|
16
|
+
$gap?: import("@pushwoosh/kit-helpers/styled-helpers").StrNum | undefined;
|
|
17
|
+
$justifyContent?: import("@pushwoosh/kit-helpers/styled-helpers").JustifyContentValue | undefined;
|
|
18
|
+
} & {
|
|
78
19
|
$gridAutoFlow?: "row" | "column" | "dense" | "row dense" | "column dense" | undefined;
|
|
79
|
-
$
|
|
80
|
-
$
|
|
81
|
-
$margin?: (string | number) | ({
|
|
82
|
-
top?: (string | number) | undefined;
|
|
83
|
-
right?: (string | number) | undefined;
|
|
84
|
-
bottom?: (string | number) | undefined;
|
|
85
|
-
left?: (string | number) | undefined;
|
|
86
|
-
} | {
|
|
87
|
-
horizontal: string | number;
|
|
88
|
-
top?: (string | number) | undefined;
|
|
89
|
-
bottom?: (string | number) | undefined;
|
|
90
|
-
} | {
|
|
91
|
-
vertical: string | number;
|
|
92
|
-
right?: (string | number) | undefined;
|
|
93
|
-
left?: (string | number) | undefined;
|
|
94
|
-
}) | undefined;
|
|
95
|
-
$padding?: (string | number) | ({
|
|
96
|
-
top?: (string | number) | undefined;
|
|
97
|
-
right?: (string | number) | undefined;
|
|
98
|
-
bottom?: (string | number) | undefined;
|
|
99
|
-
left?: (string | number) | undefined;
|
|
100
|
-
} | {
|
|
101
|
-
horizontal: string | number;
|
|
102
|
-
top?: (string | number) | undefined;
|
|
103
|
-
bottom?: (string | number) | undefined;
|
|
104
|
-
} | {
|
|
105
|
-
vertical: string | number;
|
|
106
|
-
right?: (string | number) | undefined;
|
|
107
|
-
left?: (string | number) | undefined;
|
|
108
|
-
}) | undefined;
|
|
109
|
-
$placeItems?: "end" | "start" | "center" | "stretch" | undefined;
|
|
20
|
+
$justifyItems?: import("@pushwoosh/kit-helpers/styled-helpers").ItemAlignmentValue | undefined;
|
|
21
|
+
$placeItems?: import("@pushwoosh/kit-helpers/styled-helpers").ItemAlignmentValue | undefined;
|
|
110
22
|
} & {
|
|
111
23
|
$gridAutoFlow: string;
|
|
112
24
|
}, "$gridAutoFlow">;
|
|
@@ -1,57 +1,13 @@
|
|
|
1
1
|
export declare const ModalHeader: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
2
|
-
export declare const ModalBodyGroup: import("styled-components").StyledComponent<"div", any, {
|
|
3
|
-
$alignContent?: "
|
|
4
|
-
$alignItems?: "
|
|
5
|
-
$
|
|
6
|
-
$
|
|
7
|
-
|
|
8
|
-
right?: string | undefined;
|
|
9
|
-
bottom?: string | undefined;
|
|
10
|
-
left?: string | undefined;
|
|
11
|
-
} | {
|
|
12
|
-
horizontal: string;
|
|
13
|
-
top?: string | undefined;
|
|
14
|
-
bottom?: string | undefined;
|
|
15
|
-
} | {
|
|
16
|
-
vertical: string;
|
|
17
|
-
right?: string | undefined;
|
|
18
|
-
left?: string | undefined;
|
|
19
|
-
}) | undefined;
|
|
20
|
-
$borderRadius?: (string | number) | undefined;
|
|
21
|
-
$boxShadow?: string | undefined;
|
|
22
|
-
$gap?: (string | number) | undefined;
|
|
2
|
+
export declare const ModalBodyGroup: import("styled-components").StyledComponent<"div", any, import("@pushwoosh/kit-helpers/styled-helpers").CommonBoxProps & {
|
|
3
|
+
$alignContent?: import("@pushwoosh/kit-helpers/styled-helpers").AlignContentValue | undefined;
|
|
4
|
+
$alignItems?: import("@pushwoosh/kit-helpers/styled-helpers").ItemAlignmentValue | undefined;
|
|
5
|
+
$gap?: import("@pushwoosh/kit-helpers/styled-helpers").StrNum | undefined;
|
|
6
|
+
$justifyContent?: import("@pushwoosh/kit-helpers/styled-helpers").JustifyContentValue | undefined;
|
|
7
|
+
} & {
|
|
23
8
|
$gridAutoFlow?: "row" | "column" | "dense" | "row dense" | "column dense" | undefined;
|
|
24
|
-
$
|
|
25
|
-
$
|
|
26
|
-
$margin?: (string | number) | ({
|
|
27
|
-
top?: (string | number) | undefined;
|
|
28
|
-
right?: (string | number) | undefined;
|
|
29
|
-
bottom?: (string | number) | undefined;
|
|
30
|
-
left?: (string | number) | undefined;
|
|
31
|
-
} | {
|
|
32
|
-
horizontal: string | number;
|
|
33
|
-
top?: (string | number) | undefined;
|
|
34
|
-
bottom?: (string | number) | undefined;
|
|
35
|
-
} | {
|
|
36
|
-
vertical: string | number;
|
|
37
|
-
right?: (string | number) | undefined;
|
|
38
|
-
left?: (string | number) | undefined;
|
|
39
|
-
}) | undefined;
|
|
40
|
-
$padding?: (string | number) | ({
|
|
41
|
-
top?: (string | number) | undefined;
|
|
42
|
-
right?: (string | number) | undefined;
|
|
43
|
-
bottom?: (string | number) | undefined;
|
|
44
|
-
left?: (string | number) | undefined;
|
|
45
|
-
} | {
|
|
46
|
-
horizontal: string | number;
|
|
47
|
-
top?: (string | number) | undefined;
|
|
48
|
-
bottom?: (string | number) | undefined;
|
|
49
|
-
} | {
|
|
50
|
-
vertical: string | number;
|
|
51
|
-
right?: (string | number) | undefined;
|
|
52
|
-
left?: (string | number) | undefined;
|
|
53
|
-
}) | undefined;
|
|
54
|
-
$placeItems?: "end" | "start" | "center" | "stretch" | undefined;
|
|
9
|
+
$justifyItems?: import("@pushwoosh/kit-helpers/styled-helpers").ItemAlignmentValue | undefined;
|
|
10
|
+
$placeItems?: import("@pushwoosh/kit-helpers/styled-helpers").ItemAlignmentValue | undefined;
|
|
55
11
|
} & {
|
|
56
12
|
$gridAutoFlow: string;
|
|
57
13
|
}, "$gridAutoFlow">;
|