@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.
- package/lib/cjs/components/TableBase/TableBase.styles.d.ts +3 -3
- package/lib/cjs/hooks/useGetTheme/useGetTheme.d.ts +5 -5
- package/lib/cjs/styles/themeOverrides/nextGenDarkMode/colors.d.ts +74 -74
- package/lib/cjs/styles/themeOverrides/nextGenDarkMode/customProperties/index.d.ts +5 -5
- package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/avatar.d.ts +1 -1
- package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/badges.d.ts +16 -16
- package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/buttons.d.ts +44 -44
- package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/cards.d.ts +1 -1
- package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/forms.d.ts +9 -9
- package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/links.d.ts +9 -9
- package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/listview.d.ts +7 -7
- package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/menu.d.ts +8 -8
- package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/message.d.ts +3 -3
- package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/text.d.ts +12 -12
- package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/variants.d.ts +56 -56
- package/lib/cjs/styles/themeOverrides/onyxUiLibraryOverride.d.ts +7 -7
- package/lib/cjs/styles/themes/next-gen/colors/colors.d.ts +143 -143
- package/lib/cjs/styles/themes/next-gen/colors/iconWrapper.d.ts +30 -30
- package/lib/cjs/styles/themes/next-gen/colors/twoTone.d.ts +30 -30
- package/lib/cjs/styles/themes/next-gen/customProperties/index.d.ts +5 -5
- package/lib/cjs/styles/themes/next-gen/customProperties/tShirtSizes.d.ts +5 -5
- package/lib/cjs/styles/themes/next-gen/forms.d.ts +28 -28
- package/lib/cjs/styles/themes/next-gen/next-gen.d.ts +525 -507
- package/lib/cjs/styles/themes/next-gen/sizes.d.ts +5 -5
- package/lib/cjs/styles/themes/next-gen/spacing.d.ts +5 -5
- package/lib/cjs/styles/themes/next-gen/text.js +1 -1
- package/lib/cjs/styles/themes/next-gen/variants/accordionGrid.d.ts +1 -1
- package/lib/cjs/styles/themes/next-gen/variants/avatar.d.ts +5 -5
- package/lib/cjs/styles/themes/next-gen/variants/badges.d.ts +22 -22
- package/lib/cjs/styles/themes/next-gen/variants/button.d.ts +164 -146
- package/lib/cjs/styles/themes/next-gen/variants/cards.d.ts +5 -5
- package/lib/cjs/styles/themes/next-gen/variants/dataTable.d.ts +3 -3
- package/lib/cjs/styles/themes/next-gen/variants/footer.d.ts +1 -1
- package/lib/cjs/styles/themes/next-gen/variants/iconWrapper.d.ts +5 -5
- package/lib/cjs/styles/themes/next-gen/variants/input.d.ts +11 -11
- package/lib/cjs/styles/themes/next-gen/variants/links.d.ts +34 -34
- package/lib/cjs/styles/themes/next-gen/variants/listview.d.ts +14 -14
- package/lib/cjs/styles/themes/next-gen/variants/menu.d.ts +3 -3
- package/lib/cjs/styles/themes/next-gen/variants/messages.d.ts +11 -11
- package/lib/cjs/styles/themes/next-gen/variants/navbar.d.ts +18 -18
- package/lib/cjs/styles/themes/next-gen/variants/popoverMenu.d.ts +7 -7
- package/lib/cjs/styles/themes/next-gen/variants/rangeCalendar.d.ts +3 -3
- package/lib/cjs/styles/themes/next-gen/variants/stepper.d.ts +4 -4
- package/lib/cjs/styles/themes/next-gen/variants/tableBase.d.ts +11 -11
- package/lib/cjs/styles/themes/next-gen/variants/text.d.ts +25 -25
- package/lib/cjs/styles/themes/next-gen/variants/tooltip.d.ts +2 -2
- package/lib/cjs/styles/themes/next-gen/variants/variants.d.ts +121 -121
- package/lib/styles/themes/next-gen/text.js +1 -1
- 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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
20
|
+
bg: string;
|
|
21
21
|
};
|
|
22
22
|
'&.is-selected': {
|
|
23
|
-
bg:
|
|
23
|
+
bg: string;
|
|
24
24
|
};
|
|
25
25
|
'&.is-focused': {
|
|
26
26
|
boxShadow: string;
|
|
27
|
-
bg:
|
|
27
|
+
bg: string;
|
|
28
28
|
};
|
|
29
29
|
'&.is-disabled': {
|
|
30
30
|
opacity: string;
|
|
@@ -11,7 +11,7 @@ declare const _default: {
|
|
|
11
11
|
minWidth: string;
|
|
12
12
|
height: string;
|
|
13
13
|
width: string;
|
|
14
|
-
fontSize:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
16
|
+
backgroundColor: string;
|
|
17
17
|
border: string;
|
|
18
|
-
borderColor:
|
|
18
|
+
borderColor: string;
|
|
19
19
|
opacity: number;
|
|
20
20
|
fontWeight: number;
|
|
21
21
|
};
|
|
22
22
|
'> textarea': {
|
|
23
|
-
backgroundColor:
|
|
23
|
+
backgroundColor: string;
|
|
24
24
|
border: string;
|
|
25
|
-
borderColor:
|
|
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:
|
|
41
|
+
borderRadius: number;
|
|
42
42
|
border: string;
|
|
43
|
-
borderColor:
|
|
43
|
+
borderColor: string;
|
|
44
44
|
};
|
|
45
45
|
'&.is-read-only': {
|
|
46
46
|
'> input': {
|
|
47
|
-
backgroundColor:
|
|
47
|
+
backgroundColor: string;
|
|
48
48
|
border: string;
|
|
49
|
-
borderColor:
|
|
49
|
+
borderColor: string;
|
|
50
50
|
};
|
|
51
51
|
'> textarea': {
|
|
52
|
-
backgroundColor:
|
|
52
|
+
backgroundColor: string;
|
|
53
53
|
border: string;
|
|
54
|
-
borderColor:
|
|
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:
|
|
6
|
-
textDecorationColor:
|
|
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:
|
|
15
|
-
textDecorationColor:
|
|
14
|
+
color: string;
|
|
15
|
+
textDecorationColor: string;
|
|
16
16
|
};
|
|
17
17
|
'&:visited': {
|
|
18
|
-
color:
|
|
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:
|
|
40
|
+
color: string;
|
|
41
41
|
};
|
|
42
42
|
'&.is-pressed': {
|
|
43
|
-
color:
|
|
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:
|
|
67
|
+
color: string;
|
|
68
68
|
};
|
|
69
69
|
'&.is-pressed': {
|
|
70
|
-
color:
|
|
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:
|
|
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:
|
|
104
|
+
color: string;
|
|
105
105
|
};
|
|
106
106
|
'&.is-pressed': {
|
|
107
|
-
color:
|
|
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:
|
|
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:
|
|
141
|
+
color: string;
|
|
142
142
|
};
|
|
143
143
|
'&.is-pressed': {
|
|
144
|
-
color:
|
|
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:
|
|
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:
|
|
179
|
+
color: string;
|
|
180
180
|
};
|
|
181
181
|
'&.is-pressed': {
|
|
182
|
-
color:
|
|
182
|
+
color: string;
|
|
183
183
|
};
|
|
184
184
|
};
|
|
185
185
|
button: {
|
|
186
186
|
textDecoration: string;
|
|
187
187
|
backgroundColor: string;
|
|
188
|
-
borderColor:
|
|
189
|
-
color:
|
|
188
|
+
borderColor: string;
|
|
189
|
+
color: string;
|
|
190
190
|
'&.is-pressed': {
|
|
191
|
-
backgroundColor:
|
|
192
|
-
borderColor:
|
|
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:
|
|
201
|
-
borderColor:
|
|
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:
|
|
223
|
-
py:
|
|
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:
|
|
243
|
-
borderColor:
|
|
242
|
+
backgroundColor: string;
|
|
243
|
+
borderColor: string;
|
|
244
244
|
};
|
|
245
245
|
'&.is-hovered': {
|
|
246
246
|
boxShadow: string;
|
|
247
|
-
backgroundColor:
|
|
248
|
-
borderColor:
|
|
247
|
+
backgroundColor: string;
|
|
248
|
+
borderColor: string;
|
|
249
249
|
};
|
|
250
250
|
'&.is-focused': {
|
|
251
|
-
backgroundColor:
|
|
252
|
-
borderColor:
|
|
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:
|
|
271
|
-
py:
|
|
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:
|
|
19
|
+
bg: string;
|
|
20
20
|
};
|
|
21
21
|
borderBottom: string;
|
|
22
22
|
'&.has-separator': {
|
|
23
23
|
borderBottom: string;
|
|
24
|
-
borderBottomColor:
|
|
24
|
+
borderBottomColor: string;
|
|
25
25
|
};
|
|
26
26
|
'&.is-hovered': {
|
|
27
|
-
bg:
|
|
27
|
+
bg: string;
|
|
28
28
|
};
|
|
29
29
|
'&.is-focused': {
|
|
30
30
|
boxShadow: string;
|
|
31
|
-
bg:
|
|
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:
|
|
69
|
+
bg: string;
|
|
70
70
|
};
|
|
71
71
|
'&.is-selected': {
|
|
72
|
-
bg:
|
|
72
|
+
bg: string;
|
|
73
73
|
};
|
|
74
74
|
'&.is-focused': {
|
|
75
75
|
boxShadow: string;
|
|
76
|
-
bg:
|
|
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:
|
|
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:
|
|
120
|
+
color: string;
|
|
121
121
|
fontSize: string;
|
|
122
122
|
};
|
|
123
123
|
count: {
|
|
124
|
-
color:
|
|
124
|
+
color: string;
|
|
125
125
|
fontSize: string;
|
|
126
126
|
};
|
|
127
127
|
countLabel: {
|
|
128
|
-
color:
|
|
128
|
+
color: string;
|
|
129
129
|
fontSize: string;
|
|
130
130
|
};
|
|
131
131
|
chartLabel: {
|
|
132
|
-
color:
|
|
132
|
+
color: string;
|
|
133
133
|
fontSize: string;
|
|
134
134
|
};
|
|
135
135
|
trend: {
|
|
136
|
-
color:
|
|
136
|
+
color: string;
|
|
137
137
|
};
|
|
138
138
|
chartButton: {
|
|
139
|
-
color:
|
|
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:
|
|
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:
|
|
29
|
+
bg: string;
|
|
30
30
|
color: string;
|
|
31
31
|
'> *': {
|
|
32
32
|
color: string;
|
|
33
33
|
};
|
|
34
34
|
};
|
|
35
35
|
'&.is-focused': {
|
|
36
|
-
bg:
|
|
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:
|
|
12
|
+
backgroundColor: string;
|
|
13
13
|
borderLeftWidth: string;
|
|
14
14
|
borderLeftStyle: string;
|
|
15
15
|
borderLeftColor: string;
|
|
16
|
-
color:
|
|
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:
|
|
24
|
+
color: string;
|
|
25
25
|
path: {
|
|
26
|
-
fill:
|
|
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:
|
|
34
|
-
borderLeftColor:
|
|
35
|
-
color:
|
|
33
|
+
bg: string;
|
|
34
|
+
borderLeftColor: string;
|
|
35
|
+
color: string;
|
|
36
36
|
};
|
|
37
37
|
'&.is-warning': {
|
|
38
38
|
bg: string;
|
|
39
|
-
borderLeftColor:
|
|
40
|
-
color:
|
|
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:
|
|
48
|
+
fill: string;
|
|
49
49
|
};
|
|
50
50
|
};
|
|
51
51
|
'&.is-error': {
|
|
52
|
-
borderLeftColor:
|
|
52
|
+
borderLeftColor: string;
|
|
53
53
|
};
|
|
54
54
|
};
|
|
55
55
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export declare const navBarSelected: {
|
|
2
|
-
backgroundColor:
|
|
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:
|
|
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:
|
|
46
|
+
color: string;
|
|
47
47
|
borderRadius: string;
|
|
48
48
|
fontWeight: number;
|
|
49
|
-
fontSize:
|
|
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:
|
|
61
|
-
color:
|
|
60
|
+
backgroundColor: string;
|
|
61
|
+
color: string;
|
|
62
62
|
};
|
|
63
63
|
'&.is-selected': {
|
|
64
|
-
bg:
|
|
64
|
+
bg: string;
|
|
65
65
|
boxShadow: string;
|
|
66
66
|
color: string;
|
|
67
67
|
};
|
|
68
68
|
};
|
|
69
69
|
subtitle: {
|
|
70
|
-
color:
|
|
70
|
+
color: string;
|
|
71
71
|
};
|
|
72
72
|
headerText: {
|
|
73
|
-
color:
|
|
73
|
+
color: string;
|
|
74
74
|
fontWeight: number;
|
|
75
|
-
fontSize:
|
|
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:
|
|
97
|
+
color: string;
|
|
98
98
|
borderRadius: string;
|
|
99
99
|
'&.is-hovered': {
|
|
100
|
-
backgroundColor:
|
|
100
|
+
backgroundColor: string;
|
|
101
101
|
};
|
|
102
102
|
'> div > svg': {
|
|
103
|
-
fill:
|
|
103
|
+
fill: string;
|
|
104
104
|
};
|
|
105
105
|
'> div > span': {
|
|
106
106
|
color: string;
|
|
107
107
|
};
|
|
108
108
|
'&.is-pressed': {
|
|
109
|
-
backgroundColor:
|
|
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:
|
|
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:
|
|
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:
|
|
156
|
+
fill: string;
|
|
157
157
|
};
|
|
158
158
|
'> div > svg': {
|
|
159
|
-
fill:
|
|
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:
|
|
9
|
-
borderRadius:
|
|
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:
|
|
19
|
+
bg: string;
|
|
20
20
|
'&[data-popover-placement^=top] > [data-popover-arrow="arrow"]:before': {
|
|
21
|
-
borderTopColor:
|
|
21
|
+
borderTopColor: string;
|
|
22
22
|
};
|
|
23
23
|
'&[data-popover-placement^=bottom] > [data-popover-arrow="arrow"]:before': {
|
|
24
|
-
borderBottomColor:
|
|
24
|
+
borderBottomColor: string;
|
|
25
25
|
};
|
|
26
26
|
'&[data-popover-placement^=left] > [data-popover-arrow="arrow"]:before': {
|
|
27
|
-
borderLeftColor:
|
|
27
|
+
borderLeftColor: string;
|
|
28
28
|
};
|
|
29
29
|
'&[data-popover-placement^=right] > [data-popover-arrow="arrow"]:before': {
|
|
30
|
-
borderRightColor:
|
|
30
|
+
borderRightColor: string;
|
|
31
31
|
};
|
|
32
32
|
};
|
|
33
33
|
};
|