@pingux/astro 2.217.0-alpha.0 → 2.217.1

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.
Files changed (49) hide show
  1. package/lib/cjs/components/TableBase/TableBase.styles.d.ts +3 -3
  2. package/lib/cjs/hooks/useGetTheme/useGetTheme.d.ts +5 -5
  3. package/lib/cjs/styles/themeOverrides/nextGenDarkMode/colors.d.ts +74 -74
  4. package/lib/cjs/styles/themeOverrides/nextGenDarkMode/customProperties/index.d.ts +5 -5
  5. package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/avatar.d.ts +1 -1
  6. package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/badges.d.ts +16 -16
  7. package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/buttons.d.ts +44 -44
  8. package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/cards.d.ts +1 -1
  9. package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/forms.d.ts +9 -9
  10. package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/links.d.ts +9 -9
  11. package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/listview.d.ts +7 -7
  12. package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/menu.d.ts +8 -8
  13. package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/message.d.ts +3 -3
  14. package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/text.d.ts +12 -12
  15. package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/variants.d.ts +56 -56
  16. package/lib/cjs/styles/themeOverrides/onyxUiLibraryOverride.d.ts +7 -7
  17. package/lib/cjs/styles/themes/next-gen/colors/colors.d.ts +143 -143
  18. package/lib/cjs/styles/themes/next-gen/colors/iconWrapper.d.ts +30 -30
  19. package/lib/cjs/styles/themes/next-gen/colors/twoTone.d.ts +30 -30
  20. package/lib/cjs/styles/themes/next-gen/customProperties/index.d.ts +5 -5
  21. package/lib/cjs/styles/themes/next-gen/customProperties/tShirtSizes.d.ts +5 -5
  22. package/lib/cjs/styles/themes/next-gen/forms.d.ts +28 -28
  23. package/lib/cjs/styles/themes/next-gen/next-gen.d.ts +525 -507
  24. package/lib/cjs/styles/themes/next-gen/sizes.d.ts +5 -5
  25. package/lib/cjs/styles/themes/next-gen/spacing.d.ts +5 -5
  26. package/lib/cjs/styles/themes/next-gen/text.js +1 -1
  27. package/lib/cjs/styles/themes/next-gen/variants/accordionGrid.d.ts +1 -1
  28. package/lib/cjs/styles/themes/next-gen/variants/avatar.d.ts +5 -5
  29. package/lib/cjs/styles/themes/next-gen/variants/badges.d.ts +22 -22
  30. package/lib/cjs/styles/themes/next-gen/variants/button.d.ts +164 -146
  31. package/lib/cjs/styles/themes/next-gen/variants/cards.d.ts +5 -5
  32. package/lib/cjs/styles/themes/next-gen/variants/dataTable.d.ts +3 -3
  33. package/lib/cjs/styles/themes/next-gen/variants/footer.d.ts +1 -1
  34. package/lib/cjs/styles/themes/next-gen/variants/iconWrapper.d.ts +5 -5
  35. package/lib/cjs/styles/themes/next-gen/variants/input.d.ts +11 -11
  36. package/lib/cjs/styles/themes/next-gen/variants/links.d.ts +34 -34
  37. package/lib/cjs/styles/themes/next-gen/variants/listview.d.ts +14 -14
  38. package/lib/cjs/styles/themes/next-gen/variants/menu.d.ts +3 -3
  39. package/lib/cjs/styles/themes/next-gen/variants/messages.d.ts +11 -11
  40. package/lib/cjs/styles/themes/next-gen/variants/navbar.d.ts +18 -18
  41. package/lib/cjs/styles/themes/next-gen/variants/popoverMenu.d.ts +7 -7
  42. package/lib/cjs/styles/themes/next-gen/variants/rangeCalendar.d.ts +3 -3
  43. package/lib/cjs/styles/themes/next-gen/variants/stepper.d.ts +4 -4
  44. package/lib/cjs/styles/themes/next-gen/variants/tableBase.d.ts +11 -11
  45. package/lib/cjs/styles/themes/next-gen/variants/text.d.ts +25 -25
  46. package/lib/cjs/styles/themes/next-gen/variants/tooltip.d.ts +2 -2
  47. package/lib/cjs/styles/themes/next-gen/variants/variants.d.ts +121 -121
  48. package/lib/styles/themes/next-gen/text.js +1 -1
  49. package/package.json +2 -2
@@ -3,7 +3,7 @@ declare const _default: {
3
3
  boxShadow: string;
4
4
  borderRadius: string;
5
5
  border: string;
6
- borderColor: any;
6
+ borderColor: string;
7
7
  transition: string;
8
8
  '&.is-focused': {
9
9
  backgroundColor: string;
@@ -46,7 +46,7 @@ declare const _default: {
46
46
  flex: string;
47
47
  };
48
48
  activeCard: {
49
- borderColor: any;
49
+ borderColor: string;
50
50
  '&.is-hovered': {
51
51
  borderColor: string;
52
52
  bg: string;
@@ -64,7 +64,7 @@ declare const _default: {
64
64
  };
65
65
  container: {
66
66
  p: string;
67
- borderColor: any;
67
+ borderColor: string;
68
68
  lineHeight: string;
69
69
  boxShadow: string;
70
70
  border: string;
@@ -116,7 +116,7 @@ declare const _default: {
116
116
  tableWrapper: {
117
117
  boxShadow: string;
118
118
  p: string;
119
- borderColor: any;
119
+ borderColor: string;
120
120
  lineHeight: string;
121
121
  border: string;
122
122
  borderRadius: string;
@@ -130,7 +130,7 @@ declare const _default: {
130
130
  boxShadow: string;
131
131
  backgroundColor: string;
132
132
  p: string;
133
- borderColor: any;
133
+ borderColor: string;
134
134
  lineHeight: string;
135
135
  border: string;
136
136
  borderRadius: string;
@@ -17,14 +17,14 @@ export declare const dataTable: {
17
17
  selectableTableRow: {
18
18
  bg: string;
19
19
  '&.is-hovered': {
20
- bg: any;
20
+ bg: string;
21
21
  };
22
22
  '&.is-selected': {
23
- bg: any;
23
+ bg: string;
24
24
  };
25
25
  '&.is-focused': {
26
26
  boxShadow: string;
27
- bg: any;
27
+ bg: string;
28
28
  };
29
29
  '&.is-disabled': {
30
30
  opacity: string;
@@ -2,7 +2,7 @@ export declare const footer: {
2
2
  container: {
3
3
  fontFamily: string;
4
4
  justifyContent: string;
5
- backgroundColor: any;
5
+ backgroundColor: string;
6
6
  };
7
7
  wrapper: {
8
8
  px: string[];
@@ -11,7 +11,7 @@ declare const _default: {
11
11
  minWidth: string;
12
12
  height: string;
13
13
  width: string;
14
- fontSize: any;
14
+ fontSize: number;
15
15
  };
16
16
  sm: {
17
17
  justifyContent: string;
@@ -25,7 +25,7 @@ declare const _default: {
25
25
  minWidth: string;
26
26
  height: string;
27
27
  width: string;
28
- fontSize: any;
28
+ fontSize: number;
29
29
  };
30
30
  md: {
31
31
  justifyContent: string;
@@ -39,7 +39,7 @@ declare const _default: {
39
39
  minWidth: string;
40
40
  height: string;
41
41
  width: string;
42
- fontSize: any;
42
+ fontSize: number;
43
43
  };
44
44
  lg: {
45
45
  justifyContent: string;
@@ -53,7 +53,7 @@ declare const _default: {
53
53
  minWidth: string;
54
54
  height: string;
55
55
  width: string;
56
- fontSize: any;
56
+ fontSize: number;
57
57
  };
58
58
  xl: {
59
59
  justifyContent: string;
@@ -67,7 +67,7 @@ declare const _default: {
67
67
  minWidth: string;
68
68
  height: string;
69
69
  width: string;
70
- fontSize: any;
70
+ fontSize: number;
71
71
  };
72
72
  };
73
73
  export default _default;
@@ -2,7 +2,7 @@ import { ThemeUICSSObject } from 'theme-ui';
2
2
  export declare const input: ThemeUICSSObject;
3
3
  export declare const fieldControlWrapper: {
4
4
  '> textarea': {
5
- borderRadius: any;
5
+ borderRadius: number;
6
6
  border: string;
7
7
  borderColor: string;
8
8
  outline: string;
@@ -13,16 +13,16 @@ export declare const fieldControlWrapper: {
13
13
  };
14
14
  opacity: number;
15
15
  '> input': {
16
- backgroundColor: any;
16
+ backgroundColor: string;
17
17
  border: string;
18
- borderColor: any;
18
+ borderColor: string;
19
19
  opacity: number;
20
20
  fontWeight: number;
21
21
  };
22
22
  '> textarea': {
23
- backgroundColor: any;
23
+ backgroundColor: string;
24
24
  border: string;
25
- borderColor: any;
25
+ borderColor: string;
26
26
  opacity: number;
27
27
  fontWeight: number;
28
28
  };
@@ -38,20 +38,20 @@ export declare const fieldControlWrapper: {
38
38
  };
39
39
  '> button': {
40
40
  borderLeftWidth: number;
41
- borderRadius: any;
41
+ borderRadius: number;
42
42
  border: string;
43
- borderColor: any;
43
+ borderColor: string;
44
44
  };
45
45
  '&.is-read-only': {
46
46
  '> input': {
47
- backgroundColor: any;
47
+ backgroundColor: string;
48
48
  border: string;
49
- borderColor: any;
49
+ borderColor: string;
50
50
  };
51
51
  '> textarea': {
52
- backgroundColor: any;
52
+ backgroundColor: string;
53
53
  border: string;
54
- borderColor: any;
54
+ borderColor: string;
55
55
  };
56
56
  '&:after': {
57
57
  display: string;
@@ -2,8 +2,8 @@ declare const _default: {
2
2
  app: {
3
3
  lineHeight: string;
4
4
  '&.is-hovered': {
5
- color: any;
6
- textDecorationColor: any;
5
+ color: string;
6
+ textDecorationColor: string;
7
7
  };
8
8
  '&.is-focused': {
9
9
  borderRadius: string;
@@ -11,11 +11,11 @@ declare const _default: {
11
11
  outlineColor: string;
12
12
  };
13
13
  '&.is-pressed': {
14
- color: any;
15
- textDecorationColor: any;
14
+ color: string;
15
+ textDecorationColor: string;
16
16
  };
17
17
  '&:visited': {
18
- color: any;
18
+ color: string;
19
19
  textDecoration: string;
20
20
  };
21
21
  };
@@ -37,10 +37,10 @@ declare const _default: {
37
37
  fontFamily: string;
38
38
  cursor: string;
39
39
  '&.is-hovered': {
40
- color: any;
40
+ color: string;
41
41
  };
42
42
  '&.is-pressed': {
43
- color: any;
43
+ color: string;
44
44
  };
45
45
  };
46
46
  navItem: {
@@ -64,10 +64,10 @@ declare const _default: {
64
64
  fontFamily: string;
65
65
  cursor: string;
66
66
  '&.is-hovered': {
67
- color: any;
67
+ color: string;
68
68
  };
69
69
  '&.is-pressed': {
70
- color: any;
70
+ color: string;
71
71
  };
72
72
  };
73
73
  sideNav: {
@@ -87,7 +87,7 @@ declare const _default: {
87
87
  transition: string;
88
88
  };
89
89
  '&.is-selected': {
90
- color: any;
90
+ color: string;
91
91
  '&:before': {
92
92
  backgroundColor: string;
93
93
  };
@@ -101,10 +101,10 @@ declare const _default: {
101
101
  minHeight: string;
102
102
  fontFamily: string;
103
103
  '&.is-hovered': {
104
- color: any;
104
+ color: string;
105
105
  };
106
106
  '&.is-pressed': {
107
- color: any;
107
+ color: string;
108
108
  };
109
109
  };
110
110
  footerLinks: {
@@ -124,7 +124,7 @@ declare const _default: {
124
124
  transition: string;
125
125
  };
126
126
  '&.is-selected': {
127
- color: any;
127
+ color: string;
128
128
  '&:before': {
129
129
  backgroundColor: string;
130
130
  };
@@ -138,10 +138,10 @@ declare const _default: {
138
138
  minHeight: string;
139
139
  fontFamily: string;
140
140
  '&.is-hovered': {
141
- color: any;
141
+ color: string;
142
142
  };
143
143
  '&.is-pressed': {
144
- color: any;
144
+ color: string;
145
145
  };
146
146
  };
147
147
  footerHeader: {
@@ -162,7 +162,7 @@ declare const _default: {
162
162
  transition: string;
163
163
  };
164
164
  '&.is-selected': {
165
- color: any;
165
+ color: string;
166
166
  '&:before': {
167
167
  backgroundColor: string;
168
168
  };
@@ -176,20 +176,20 @@ declare const _default: {
176
176
  minHeight: string;
177
177
  fontFamily: string;
178
178
  '&.is-hovered': {
179
- color: any;
179
+ color: string;
180
180
  };
181
181
  '&.is-pressed': {
182
- color: any;
182
+ color: string;
183
183
  };
184
184
  };
185
185
  button: {
186
186
  textDecoration: string;
187
187
  backgroundColor: string;
188
- borderColor: any;
189
- color: any;
188
+ borderColor: string;
189
+ color: string;
190
190
  '&.is-pressed': {
191
- backgroundColor: any;
192
- borderColor: any;
191
+ backgroundColor: string;
192
+ borderColor: string;
193
193
  color: string;
194
194
  path: {
195
195
  fill: string;
@@ -197,8 +197,8 @@ declare const _default: {
197
197
  };
198
198
  '&.is-hovered': {
199
199
  boxShadow: string;
200
- backgroundColor: any;
201
- borderColor: any;
200
+ backgroundColor: string;
201
+ borderColor: string;
202
202
  color: string;
203
203
  path: {
204
204
  fill: string;
@@ -219,8 +219,8 @@ declare const _default: {
219
219
  lineHeight: number;
220
220
  borderRadius: string;
221
221
  border: string;
222
- px: any;
223
- py: any;
222
+ px: number;
223
+ py: number;
224
224
  maxHeight: string;
225
225
  height: string;
226
226
  '&.is-disabled': {
@@ -239,17 +239,17 @@ declare const _default: {
239
239
  backgroundColor: string;
240
240
  borderColor: string;
241
241
  '&.is-pressed': {
242
- backgroundColor: any;
243
- borderColor: any;
242
+ backgroundColor: string;
243
+ borderColor: string;
244
244
  };
245
245
  '&.is-hovered': {
246
246
  boxShadow: string;
247
- backgroundColor: any;
248
- borderColor: any;
247
+ backgroundColor: string;
248
+ borderColor: string;
249
249
  };
250
250
  '&.is-focused': {
251
- backgroundColor: any;
252
- borderColor: any;
251
+ backgroundColor: string;
252
+ borderColor: string;
253
253
  outline: string;
254
254
  };
255
255
  alignItems: string;
@@ -267,8 +267,8 @@ declare const _default: {
267
267
  lineHeight: number;
268
268
  borderRadius: string;
269
269
  border: string;
270
- px: any;
271
- py: any;
270
+ px: number;
271
+ py: number;
272
272
  maxHeight: string;
273
273
  height: string;
274
274
  '&.is-disabled': {
@@ -16,19 +16,19 @@ export declare const listViewItem: {
16
16
  styledListItem: {
17
17
  bg: string;
18
18
  '&.is-selected': {
19
- bg: any;
19
+ bg: string;
20
20
  };
21
21
  borderBottom: string;
22
22
  '&.has-separator': {
23
23
  borderBottom: string;
24
- borderBottomColor: any;
24
+ borderBottomColor: string;
25
25
  };
26
26
  '&.is-hovered': {
27
- bg: any;
27
+ bg: string;
28
28
  };
29
29
  '&.is-focused': {
30
30
  boxShadow: string;
31
- bg: any;
31
+ bg: string;
32
32
  };
33
33
  '&.is-first-item': {
34
34
  borderTopLeftRadius: string;
@@ -66,14 +66,14 @@ export declare const listViewItem: {
66
66
  };
67
67
  };
68
68
  '&.is-hovered': {
69
- bg: any;
69
+ bg: string;
70
70
  };
71
71
  '&.is-selected': {
72
- bg: any;
72
+ bg: string;
73
73
  };
74
74
  '&.is-focused': {
75
75
  boxShadow: string;
76
- bg: any;
76
+ bg: string;
77
77
  };
78
78
  };
79
79
  expandableItemBody: {
@@ -89,7 +89,7 @@ export declare const listViewItem: {
89
89
  };
90
90
  expandableRow: {
91
91
  '&.has-separator': {
92
- borderBottomColor: any;
92
+ borderBottomColor: string;
93
93
  };
94
94
  '&.has-separator.is-last-row': {
95
95
  border: string;
@@ -117,25 +117,25 @@ export declare const listView: {
117
117
  };
118
118
  export declare const lisViewItemChart: {
119
119
  title: {
120
- color: any;
120
+ color: string;
121
121
  fontSize: string;
122
122
  };
123
123
  count: {
124
- color: any;
124
+ color: string;
125
125
  fontSize: string;
126
126
  };
127
127
  countLabel: {
128
- color: any;
128
+ color: string;
129
129
  fontSize: string;
130
130
  };
131
131
  chartLabel: {
132
- color: any;
132
+ color: string;
133
133
  fontSize: string;
134
134
  };
135
135
  trend: {
136
- color: any;
136
+ color: string;
137
137
  };
138
138
  chartButton: {
139
- color: any;
139
+ color: string;
140
140
  };
141
141
  };
@@ -20,20 +20,20 @@ export declare const menuItem: {
20
20
  bg: string;
21
21
  padding: string;
22
22
  outline: string;
23
- color: any;
23
+ color: string;
24
24
  fontSize: string;
25
25
  lineHeight: string;
26
26
  cursor: string;
27
27
  borderRadius: string;
28
28
  '&.is-hovered': {
29
- bg: any;
29
+ bg: string;
30
30
  color: string;
31
31
  '> *': {
32
32
  color: string;
33
33
  };
34
34
  };
35
35
  '&.is-focused': {
36
- bg: any;
36
+ bg: string;
37
37
  color: string;
38
38
  outline: string;
39
39
  outlineOffset: string;
@@ -9,11 +9,11 @@ export declare const message: {
9
9
  p: string;
10
10
  wordBreak: string;
11
11
  alignItems: string;
12
- backgroundColor: any;
12
+ backgroundColor: string;
13
13
  borderLeftWidth: string;
14
14
  borderLeftStyle: string;
15
15
  borderLeftColor: string;
16
- color: any;
16
+ color: string;
17
17
  fontSize: string;
18
18
  lineHeight: string;
19
19
  borderRadius: number;
@@ -21,23 +21,23 @@ export declare const message: {
21
21
  minWidth: string;
22
22
  width: string;
23
23
  height: string;
24
- color: any;
24
+ color: string;
25
25
  path: {
26
- fill: any;
26
+ fill: string;
27
27
  transform: string;
28
28
  transformOrigin: string;
29
29
  };
30
30
  alignSelf: string;
31
31
  };
32
32
  '&.is-success': {
33
- bg: any;
34
- borderLeftColor: any;
35
- color: any;
33
+ bg: string;
34
+ borderLeftColor: string;
35
+ color: string;
36
36
  };
37
37
  '&.is-warning': {
38
38
  bg: string;
39
- borderLeftColor: any;
40
- color: any;
39
+ borderLeftColor: string;
40
+ color: string;
41
41
  };
42
42
  '&.is-error, > .is-error': {
43
43
  bg: string;
@@ -45,11 +45,11 @@ export declare const message: {
45
45
  '&.is-error, > button > svg': {
46
46
  color: string;
47
47
  path: {
48
- fill: any;
48
+ fill: string;
49
49
  };
50
50
  };
51
51
  '&.is-error': {
52
- borderLeftColor: any;
52
+ borderLeftColor: string;
53
53
  };
54
54
  };
55
55
  };
@@ -1,5 +1,5 @@
1
1
  export declare const navBarSelected: {
2
- backgroundColor: any;
2
+ backgroundColor: string;
3
3
  boxShadow: string;
4
4
  };
5
5
  export declare const navBarFocus: {
@@ -32,7 +32,7 @@ export declare const navBar: {
32
32
  backgroundColor: string;
33
33
  };
34
34
  '&.is-pressed': {
35
- backgroundColor: any;
35
+ backgroundColor: string;
36
36
  };
37
37
  '&.is-focused': {
38
38
  outline: string;
@@ -43,10 +43,10 @@ export declare const navBar: {
43
43
  itemButton: {
44
44
  py: string;
45
45
  paddingLeft: string;
46
- color: any;
46
+ color: string;
47
47
  borderRadius: string;
48
48
  fontWeight: number;
49
- fontSize: any;
49
+ fontSize: number;
50
50
  lineHeight: string;
51
51
  '&.is-focused': {
52
52
  outline: string;
@@ -57,22 +57,22 @@ export declare const navBar: {
57
57
  backgroundColor: string;
58
58
  };
59
59
  '&.is-pressed': {
60
- backgroundColor: any;
61
- color: any;
60
+ backgroundColor: string;
61
+ color: string;
62
62
  };
63
63
  '&.is-selected': {
64
- bg: any;
64
+ bg: string;
65
65
  boxShadow: string;
66
66
  color: string;
67
67
  };
68
68
  };
69
69
  subtitle: {
70
- color: any;
70
+ color: string;
71
71
  };
72
72
  headerText: {
73
- color: any;
73
+ color: string;
74
74
  fontWeight: number;
75
- fontSize: any;
75
+ fontSize: number;
76
76
  lineHeight: string;
77
77
  ml: string;
78
78
  '.is-selected &': {
@@ -94,19 +94,19 @@ export declare const navBar: {
94
94
  item: {
95
95
  px: string;
96
96
  py: string;
97
- color: any;
97
+ color: string;
98
98
  borderRadius: string;
99
99
  '&.is-hovered': {
100
- backgroundColor: any;
100
+ backgroundColor: string;
101
101
  };
102
102
  '> div > svg': {
103
- fill: any;
103
+ fill: string;
104
104
  };
105
105
  '> div > span': {
106
106
  color: string;
107
107
  };
108
108
  '&.is-pressed': {
109
- backgroundColor: any;
109
+ backgroundColor: string;
110
110
  };
111
111
  '&.is-selected': {
112
112
  '> div > svg': {
@@ -118,7 +118,7 @@ export declare const navBar: {
118
118
  '&.is-hovered': {
119
119
  backgroundColor: string;
120
120
  };
121
- backgroundColor: any;
121
+ backgroundColor: string;
122
122
  boxShadow: string;
123
123
  };
124
124
  '&.is-focused': {
@@ -145,7 +145,7 @@ export declare const navBar: {
145
145
  '> div > span': {
146
146
  color: string;
147
147
  };
148
- backgroundColor: any;
148
+ backgroundColor: string;
149
149
  boxShadow: string;
150
150
  };
151
151
  '&.is-hovered': {
@@ -153,10 +153,10 @@ export declare const navBar: {
153
153
  };
154
154
  backgroundColor: string;
155
155
  '> svg': {
156
- fill: any;
156
+ fill: string;
157
157
  };
158
158
  '> div > svg': {
159
- fill: any;
159
+ fill: string;
160
160
  };
161
161
  };
162
162
  navBarItemBody: {
@@ -5,8 +5,8 @@ declare const _default: {
5
5
  boxShadow: string;
6
6
  transition: string;
7
7
  border: string;
8
- borderColor: any;
9
- borderRadius: any;
8
+ borderColor: string;
9
+ borderRadius: number;
10
10
  '&.animate': {
11
11
  opacity: number;
12
12
  };
@@ -16,18 +16,18 @@ declare const _default: {
16
16
  '&.is-dark-mode': {
17
17
  color: string;
18
18
  alignItems: string;
19
- bg: any;
19
+ bg: string;
20
20
  '&[data-popover-placement^=top] > [data-popover-arrow="arrow"]:before': {
21
- borderTopColor: any;
21
+ borderTopColor: string;
22
22
  };
23
23
  '&[data-popover-placement^=bottom] > [data-popover-arrow="arrow"]:before': {
24
- borderBottomColor: any;
24
+ borderBottomColor: string;
25
25
  };
26
26
  '&[data-popover-placement^=left] > [data-popover-arrow="arrow"]:before': {
27
- borderLeftColor: any;
27
+ borderLeftColor: string;
28
28
  };
29
29
  '&[data-popover-placement^=right] > [data-popover-arrow="arrow"]:before': {
30
- borderRightColor: any;
30
+ borderRightColor: string;
31
31
  };
32
32
  };
33
33
  };