@pushwoosh/dumb-components 1.1.130 → 1.1.131
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/Tooltip/styles.d.ts +8 -52
- package/package.json +2 -2
|
@@ -2,59 +2,15 @@ import { type ArrowDirection } from './RichMessageEditor.types';
|
|
|
2
2
|
export declare const ImSpan: import("styled-components").StyledComponent<"span", any, {}, never>;
|
|
3
3
|
export declare const DropArea: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
4
4
|
export declare const DropContent: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
5
|
-
export declare const Arrow: import("styled-components").StyledComponent<"div", any, {
|
|
6
|
-
$alignContent?: "
|
|
7
|
-
$alignItems?: "
|
|
8
|
-
$
|
|
9
|
-
$
|
|
10
|
-
|
|
11
|
-
right?: string | undefined;
|
|
12
|
-
bottom?: string | undefined;
|
|
13
|
-
left?: string | undefined;
|
|
14
|
-
} | {
|
|
15
|
-
horizontal: string;
|
|
16
|
-
top?: string | undefined;
|
|
17
|
-
bottom?: string | undefined;
|
|
18
|
-
} | {
|
|
19
|
-
vertical: string;
|
|
20
|
-
right?: string | undefined;
|
|
21
|
-
left?: string | undefined;
|
|
22
|
-
}) | undefined;
|
|
23
|
-
$borderRadius?: (string | number) | undefined;
|
|
24
|
-
$boxShadow?: string | undefined;
|
|
25
|
-
$gap?: (string | number) | undefined;
|
|
5
|
+
export declare const Arrow: import("styled-components").StyledComponent<"div", any, import("@pushwoosh/kit-helpers/styled-helpers").CommonBoxProps & {
|
|
6
|
+
$alignContent?: import("@pushwoosh/kit-helpers/styled-helpers").AlignContentValue | undefined;
|
|
7
|
+
$alignItems?: import("@pushwoosh/kit-helpers/styled-helpers").ItemAlignmentValue | undefined;
|
|
8
|
+
$gap?: import("@pushwoosh/kit-helpers/styled-helpers").StrNum | undefined;
|
|
9
|
+
$justifyContent?: import("@pushwoosh/kit-helpers/styled-helpers").JustifyContentValue | undefined;
|
|
10
|
+
} & {
|
|
26
11
|
$gridAutoFlow?: "row" | "column" | "dense" | "row dense" | "column dense" | undefined;
|
|
27
|
-
$
|
|
28
|
-
$
|
|
29
|
-
$margin?: (string | number) | ({
|
|
30
|
-
top?: (string | number) | undefined;
|
|
31
|
-
right?: (string | number) | undefined;
|
|
32
|
-
bottom?: (string | number) | undefined;
|
|
33
|
-
left?: (string | number) | undefined;
|
|
34
|
-
} | {
|
|
35
|
-
horizontal: string | number;
|
|
36
|
-
top?: (string | number) | undefined;
|
|
37
|
-
bottom?: (string | number) | undefined;
|
|
38
|
-
} | {
|
|
39
|
-
vertical: string | number;
|
|
40
|
-
right?: (string | number) | undefined;
|
|
41
|
-
left?: (string | number) | undefined;
|
|
42
|
-
}) | undefined;
|
|
43
|
-
$padding?: (string | number) | ({
|
|
44
|
-
top?: (string | number) | undefined;
|
|
45
|
-
right?: (string | number) | undefined;
|
|
46
|
-
bottom?: (string | number) | undefined;
|
|
47
|
-
left?: (string | number) | undefined;
|
|
48
|
-
} | {
|
|
49
|
-
horizontal: string | number;
|
|
50
|
-
top?: (string | number) | undefined;
|
|
51
|
-
bottom?: (string | number) | undefined;
|
|
52
|
-
} | {
|
|
53
|
-
vertical: string | number;
|
|
54
|
-
right?: (string | number) | undefined;
|
|
55
|
-
left?: (string | number) | undefined;
|
|
56
|
-
}) | undefined;
|
|
57
|
-
$placeItems?: "end" | "start" | "center" | "stretch" | undefined;
|
|
12
|
+
$justifyItems?: import("@pushwoosh/kit-helpers/styled-helpers").ItemAlignmentValue | undefined;
|
|
13
|
+
$placeItems?: import("@pushwoosh/kit-helpers/styled-helpers").ItemAlignmentValue | undefined;
|
|
58
14
|
} & {
|
|
59
15
|
$gridAutoFlow: string;
|
|
60
16
|
} & {
|
|
@@ -1,56 +1,12 @@
|
|
|
1
|
-
export declare const RichMediaPreviewContainer: 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 RichMediaPreviewContainer: 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
|
} & {
|
package/SendRate/styles.d.ts
CHANGED
|
@@ -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">;
|
package/Tooltip/styles.d.ts
CHANGED
|
@@ -4,59 +4,15 @@ export declare const TooltipBox: import("styled-components").StyledComponent<imp
|
|
|
4
4
|
$arrowOffset: string;
|
|
5
5
|
$position: TooltipPosition;
|
|
6
6
|
}, never>;
|
|
7
|
-
export declare const HelpIconWrapper: import("styled-components").StyledComponent<"div", any, {
|
|
8
|
-
$alignContent?: "
|
|
9
|
-
$alignItems?: "
|
|
10
|
-
$
|
|
11
|
-
$
|
|
12
|
-
|
|
13
|
-
right?: string | undefined;
|
|
14
|
-
bottom?: string | undefined;
|
|
15
|
-
left?: string | undefined;
|
|
16
|
-
} | {
|
|
17
|
-
horizontal: string;
|
|
18
|
-
top?: string | undefined;
|
|
19
|
-
bottom?: string | undefined;
|
|
20
|
-
} | {
|
|
21
|
-
vertical: string;
|
|
22
|
-
right?: string | undefined;
|
|
23
|
-
left?: string | undefined;
|
|
24
|
-
}) | undefined;
|
|
25
|
-
$borderRadius?: (string | number) | undefined;
|
|
26
|
-
$boxShadow?: string | undefined;
|
|
27
|
-
$gap?: (string | number) | undefined;
|
|
7
|
+
export declare const HelpIconWrapper: import("styled-components").StyledComponent<"div", any, import("@pushwoosh/kit-helpers/styled-helpers").CommonBoxProps & {
|
|
8
|
+
$alignContent?: import("@pushwoosh/kit-helpers/styled-helpers").AlignContentValue | undefined;
|
|
9
|
+
$alignItems?: import("@pushwoosh/kit-helpers/styled-helpers").ItemAlignmentValue | undefined;
|
|
10
|
+
$gap?: import("@pushwoosh/kit-helpers/styled-helpers").StrNum | undefined;
|
|
11
|
+
$justifyContent?: import("@pushwoosh/kit-helpers/styled-helpers").JustifyContentValue | undefined;
|
|
12
|
+
} & {
|
|
28
13
|
$gridAutoFlow?: "row" | "column" | "dense" | "row dense" | "column dense" | undefined;
|
|
29
|
-
$
|
|
30
|
-
$
|
|
31
|
-
$margin?: (string | number) | ({
|
|
32
|
-
top?: (string | number) | undefined;
|
|
33
|
-
right?: (string | number) | undefined;
|
|
34
|
-
bottom?: (string | number) | undefined;
|
|
35
|
-
left?: (string | number) | undefined;
|
|
36
|
-
} | {
|
|
37
|
-
horizontal: string | number;
|
|
38
|
-
top?: (string | number) | undefined;
|
|
39
|
-
bottom?: (string | number) | undefined;
|
|
40
|
-
} | {
|
|
41
|
-
vertical: string | number;
|
|
42
|
-
right?: (string | number) | undefined;
|
|
43
|
-
left?: (string | number) | undefined;
|
|
44
|
-
}) | undefined;
|
|
45
|
-
$padding?: (string | number) | ({
|
|
46
|
-
top?: (string | number) | undefined;
|
|
47
|
-
right?: (string | number) | undefined;
|
|
48
|
-
bottom?: (string | number) | undefined;
|
|
49
|
-
left?: (string | number) | undefined;
|
|
50
|
-
} | {
|
|
51
|
-
horizontal: string | number;
|
|
52
|
-
top?: (string | number) | undefined;
|
|
53
|
-
bottom?: (string | number) | undefined;
|
|
54
|
-
} | {
|
|
55
|
-
vertical: string | number;
|
|
56
|
-
right?: (string | number) | undefined;
|
|
57
|
-
left?: (string | number) | undefined;
|
|
58
|
-
}) | undefined;
|
|
59
|
-
$placeItems?: "end" | "start" | "center" | "stretch" | undefined;
|
|
14
|
+
$justifyItems?: import("@pushwoosh/kit-helpers/styled-helpers").ItemAlignmentValue | undefined;
|
|
15
|
+
$placeItems?: import("@pushwoosh/kit-helpers/styled-helpers").ItemAlignmentValue | undefined;
|
|
60
16
|
} & {
|
|
61
17
|
$gridAutoFlow: string;
|
|
62
18
|
} & {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pushwoosh/dumb-components",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.131",
|
|
4
4
|
"description": "React components to build Pushwoosh products",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"module": "index.js",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"@floating-ui/react-dom": "^2.1.2",
|
|
49
49
|
"@lezer/highlight": "^1.2.1",
|
|
50
50
|
"@pushwoosh/kit-constants": "^1.6.14",
|
|
51
|
-
"@pushwoosh/kit-helpers": "^4.
|
|
51
|
+
"@pushwoosh/kit-helpers": "^4.11.0",
|
|
52
52
|
"@pushwoosh/kit-icons": "^2.1.9",
|
|
53
53
|
"@pushwoosh/kit-typography": "^1.7.5",
|
|
54
54
|
"@tippyjs/react": "^4.2.6",
|