@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
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export declare const select: {
|
|
2
2
|
backgroundColor: string;
|
|
3
|
-
borderRadius:
|
|
3
|
+
borderRadius: number;
|
|
4
4
|
border: string;
|
|
5
5
|
borderColor: string;
|
|
6
6
|
color: string;
|
|
7
|
-
height:
|
|
7
|
+
height: number;
|
|
8
8
|
'&.is-disabled': {
|
|
9
9
|
opacity: number;
|
|
10
10
|
borderColor: string;
|
|
@@ -33,7 +33,7 @@ declare const _default: {
|
|
|
33
33
|
};
|
|
34
34
|
};
|
|
35
35
|
label: {
|
|
36
|
-
color:
|
|
36
|
+
color: string;
|
|
37
37
|
radioGroup: {
|
|
38
38
|
color: string;
|
|
39
39
|
};
|
|
@@ -64,11 +64,11 @@ declare const _default: {
|
|
|
64
64
|
};
|
|
65
65
|
};
|
|
66
66
|
backgroundColor: string;
|
|
67
|
-
borderRadius:
|
|
67
|
+
borderRadius: number;
|
|
68
68
|
border: string;
|
|
69
69
|
borderColor: string;
|
|
70
70
|
color: string;
|
|
71
|
-
height:
|
|
71
|
+
height: number;
|
|
72
72
|
'&.is-disabled': {
|
|
73
73
|
opacity: number;
|
|
74
74
|
borderColor: string;
|
|
@@ -97,14 +97,14 @@ declare const _default: {
|
|
|
97
97
|
arrowsWrapper: {
|
|
98
98
|
'&.is-disabled': {
|
|
99
99
|
'> input': {
|
|
100
|
-
backgroundColor:
|
|
101
|
-
borderColor:
|
|
100
|
+
backgroundColor: string;
|
|
101
|
+
borderColor: string;
|
|
102
102
|
};
|
|
103
103
|
};
|
|
104
104
|
'&.is-read-only': {
|
|
105
105
|
'> input': {
|
|
106
|
-
backgroundColor:
|
|
107
|
-
borderColor:
|
|
106
|
+
backgroundColor: string;
|
|
107
|
+
borderColor: string;
|
|
108
108
|
};
|
|
109
109
|
};
|
|
110
110
|
'> textarea': {
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
2
|
app: {
|
|
3
|
-
color:
|
|
3
|
+
color: string;
|
|
4
4
|
'&.is-hovered': {
|
|
5
5
|
textDecoration: string;
|
|
6
|
-
textDecorationColor:
|
|
7
|
-
color:
|
|
6
|
+
textDecorationColor: string;
|
|
7
|
+
color: string;
|
|
8
8
|
};
|
|
9
9
|
'&.is-pressed': {
|
|
10
|
-
color:
|
|
11
|
-
textDecorationColor:
|
|
10
|
+
color: string;
|
|
11
|
+
textDecorationColor: string;
|
|
12
12
|
textDecoration: string;
|
|
13
13
|
};
|
|
14
14
|
'&:visited': {
|
|
15
|
-
color:
|
|
15
|
+
color: string;
|
|
16
16
|
};
|
|
17
17
|
};
|
|
18
18
|
nextGen: {
|
|
@@ -53,7 +53,7 @@ declare const _default: {
|
|
|
53
53
|
};
|
|
54
54
|
};
|
|
55
55
|
copyRightLink: {
|
|
56
|
-
color:
|
|
56
|
+
color: string;
|
|
57
57
|
'&.is-hovered': {
|
|
58
58
|
color: string;
|
|
59
59
|
};
|
|
@@ -62,7 +62,7 @@ declare const _default: {
|
|
|
62
62
|
};
|
|
63
63
|
};
|
|
64
64
|
footerLink: {
|
|
65
|
-
color:
|
|
65
|
+
color: string;
|
|
66
66
|
'&.is-hovered': {
|
|
67
67
|
color: string;
|
|
68
68
|
};
|
|
@@ -71,7 +71,7 @@ declare const _default: {
|
|
|
71
71
|
};
|
|
72
72
|
};
|
|
73
73
|
footerEALink: {
|
|
74
|
-
color:
|
|
74
|
+
color: string;
|
|
75
75
|
'&.is-hovered': {
|
|
76
76
|
color: string;
|
|
77
77
|
};
|
|
@@ -28,7 +28,7 @@ export declare const listViewItem: {
|
|
|
28
28
|
};
|
|
29
29
|
};
|
|
30
30
|
expandIcon: {
|
|
31
|
-
color:
|
|
31
|
+
color: string;
|
|
32
32
|
fill: string;
|
|
33
33
|
};
|
|
34
34
|
expandableRow: {
|
|
@@ -44,21 +44,21 @@ export declare const listView: {
|
|
|
44
44
|
};
|
|
45
45
|
export declare const lisViewItemChart: {
|
|
46
46
|
title: {
|
|
47
|
-
color:
|
|
47
|
+
color: string;
|
|
48
48
|
};
|
|
49
49
|
count: {
|
|
50
|
-
color:
|
|
50
|
+
color: string;
|
|
51
51
|
};
|
|
52
52
|
countLabel: {
|
|
53
|
-
color:
|
|
53
|
+
color: string;
|
|
54
54
|
};
|
|
55
55
|
chartLabel: {
|
|
56
|
-
color:
|
|
56
|
+
color: string;
|
|
57
57
|
};
|
|
58
58
|
trend: {
|
|
59
|
-
color:
|
|
59
|
+
color: string;
|
|
60
60
|
};
|
|
61
61
|
chartButton: {
|
|
62
|
-
color:
|
|
62
|
+
color: string;
|
|
63
63
|
};
|
|
64
64
|
};
|
|
@@ -3,30 +3,30 @@ export declare const menuItem: {
|
|
|
3
3
|
bg: string;
|
|
4
4
|
padding: string;
|
|
5
5
|
outline: string;
|
|
6
|
-
color:
|
|
6
|
+
color: string;
|
|
7
7
|
cursor: string;
|
|
8
8
|
'&.is-hovered': {
|
|
9
9
|
bg: string;
|
|
10
|
-
color:
|
|
10
|
+
color: string;
|
|
11
11
|
'> *': {
|
|
12
|
-
color:
|
|
12
|
+
color: string;
|
|
13
13
|
};
|
|
14
14
|
};
|
|
15
15
|
'&.is-focused': {
|
|
16
16
|
bg: string;
|
|
17
|
-
color:
|
|
17
|
+
color: string;
|
|
18
18
|
outline: string;
|
|
19
19
|
outlineOffset: string;
|
|
20
20
|
outlineColor: string;
|
|
21
21
|
'> *': {
|
|
22
|
-
color:
|
|
22
|
+
color: string;
|
|
23
23
|
};
|
|
24
24
|
};
|
|
25
25
|
'&.is-selected, &.is-pressed': {
|
|
26
26
|
color: string;
|
|
27
|
-
bg:
|
|
27
|
+
bg: string;
|
|
28
28
|
'> *': {
|
|
29
|
-
color:
|
|
29
|
+
color: string;
|
|
30
30
|
};
|
|
31
31
|
};
|
|
32
32
|
};
|
|
@@ -35,5 +35,5 @@ export declare const menuItem: {
|
|
|
35
35
|
};
|
|
36
36
|
};
|
|
37
37
|
export declare const menu: {
|
|
38
|
-
backgroundColor:
|
|
38
|
+
backgroundColor: string;
|
|
39
39
|
};
|
|
@@ -7,7 +7,7 @@ export declare const message: {
|
|
|
7
7
|
};
|
|
8
8
|
'&.is-success': {
|
|
9
9
|
bg: string;
|
|
10
|
-
borderLeftColor:
|
|
10
|
+
borderLeftColor: string;
|
|
11
11
|
color: string;
|
|
12
12
|
};
|
|
13
13
|
'&.is-success, > .is-success': {
|
|
@@ -16,7 +16,7 @@ export declare const message: {
|
|
|
16
16
|
};
|
|
17
17
|
'&.is-warning': {
|
|
18
18
|
bg: string;
|
|
19
|
-
borderLeftColor:
|
|
19
|
+
borderLeftColor: string;
|
|
20
20
|
color: string;
|
|
21
21
|
};
|
|
22
22
|
'&.is-warning, > .is-warning': {
|
|
@@ -52,7 +52,7 @@ export declare const message: {
|
|
|
52
52
|
};
|
|
53
53
|
};
|
|
54
54
|
'&.is-error': {
|
|
55
|
-
borderLeftColor:
|
|
55
|
+
borderLeftColor: string;
|
|
56
56
|
};
|
|
57
57
|
};
|
|
58
58
|
};
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
export declare const text: {
|
|
2
2
|
listViewItemExpandedText: {
|
|
3
|
-
color:
|
|
3
|
+
color: string;
|
|
4
4
|
};
|
|
5
5
|
listViewItemText: {
|
|
6
6
|
color: string;
|
|
7
7
|
};
|
|
8
8
|
searchNavTabLabel: {
|
|
9
9
|
px: string;
|
|
10
|
-
color:
|
|
10
|
+
color: string;
|
|
11
11
|
'.is-selected &, .is-hovered &': {
|
|
12
12
|
color: string;
|
|
13
13
|
};
|
|
@@ -19,20 +19,20 @@ export declare const text: {
|
|
|
19
19
|
};
|
|
20
20
|
};
|
|
21
21
|
listViewItemTextSelected: {
|
|
22
|
-
color:
|
|
22
|
+
color: string;
|
|
23
23
|
};
|
|
24
24
|
listViewItemSubtext: {
|
|
25
|
-
color:
|
|
25
|
+
color: string;
|
|
26
26
|
};
|
|
27
27
|
itemTitle: {
|
|
28
28
|
fontWeight: number;
|
|
29
29
|
color: string;
|
|
30
30
|
};
|
|
31
31
|
copyRightText: {
|
|
32
|
-
color:
|
|
32
|
+
color: string;
|
|
33
33
|
};
|
|
34
34
|
placeholder: {
|
|
35
|
-
color:
|
|
35
|
+
color: string;
|
|
36
36
|
fontWeight: number;
|
|
37
37
|
};
|
|
38
38
|
messagesText: {
|
|
@@ -46,21 +46,21 @@ export declare const text: {
|
|
|
46
46
|
color: string;
|
|
47
47
|
};
|
|
48
48
|
pageHeaderTitle: {
|
|
49
|
-
color:
|
|
49
|
+
color: string;
|
|
50
50
|
};
|
|
51
51
|
headText: {
|
|
52
|
-
color:
|
|
52
|
+
color: string;
|
|
53
53
|
};
|
|
54
54
|
linkSelectFieldLabel: {
|
|
55
|
-
color:
|
|
55
|
+
color: string;
|
|
56
56
|
};
|
|
57
57
|
tabLabel: {
|
|
58
|
-
color:
|
|
58
|
+
color: string;
|
|
59
59
|
'.is-selected &': {
|
|
60
|
-
color:
|
|
60
|
+
color: string;
|
|
61
61
|
};
|
|
62
62
|
'.is-selected &, .is-hovered &': {
|
|
63
|
-
color:
|
|
63
|
+
color: string;
|
|
64
64
|
};
|
|
65
65
|
};
|
|
66
66
|
};
|
|
@@ -5,7 +5,7 @@ declare const _default: {
|
|
|
5
5
|
};
|
|
6
6
|
thumbSwitch: {
|
|
7
7
|
backgroundColor: string;
|
|
8
|
-
color:
|
|
8
|
+
color: string;
|
|
9
9
|
'&.is-selected': {
|
|
10
10
|
color: string;
|
|
11
11
|
'& > div.status-icon': {
|
|
@@ -79,7 +79,7 @@ declare const _default: {
|
|
|
79
79
|
color: string;
|
|
80
80
|
};
|
|
81
81
|
'&.is-purple': {
|
|
82
|
-
backgroundColor:
|
|
82
|
+
backgroundColor: string;
|
|
83
83
|
color: string;
|
|
84
84
|
};
|
|
85
85
|
'&.is-pink': {
|
|
@@ -130,7 +130,7 @@ declare const _default: {
|
|
|
130
130
|
};
|
|
131
131
|
'&.is-success': {
|
|
132
132
|
bg: string;
|
|
133
|
-
borderLeftColor:
|
|
133
|
+
borderLeftColor: string;
|
|
134
134
|
color: string;
|
|
135
135
|
};
|
|
136
136
|
'&.is-success, > .is-success': {
|
|
@@ -139,7 +139,7 @@ declare const _default: {
|
|
|
139
139
|
};
|
|
140
140
|
'&.is-warning': {
|
|
141
141
|
bg: string;
|
|
142
|
-
borderLeftColor:
|
|
142
|
+
borderLeftColor: string;
|
|
143
143
|
color: string;
|
|
144
144
|
};
|
|
145
145
|
'&.is-warning, > .is-warning': {
|
|
@@ -175,42 +175,42 @@ declare const _default: {
|
|
|
175
175
|
};
|
|
176
176
|
};
|
|
177
177
|
'&.is-error': {
|
|
178
|
-
borderLeftColor:
|
|
178
|
+
borderLeftColor: string;
|
|
179
179
|
};
|
|
180
180
|
};
|
|
181
181
|
};
|
|
182
182
|
menu: {
|
|
183
|
-
backgroundColor:
|
|
183
|
+
backgroundColor: string;
|
|
184
184
|
};
|
|
185
185
|
menuItem: {
|
|
186
186
|
item: {
|
|
187
187
|
bg: string;
|
|
188
188
|
padding: string;
|
|
189
189
|
outline: string;
|
|
190
|
-
color:
|
|
190
|
+
color: string;
|
|
191
191
|
cursor: string;
|
|
192
192
|
'&.is-hovered': {
|
|
193
193
|
bg: string;
|
|
194
|
-
color:
|
|
194
|
+
color: string;
|
|
195
195
|
'> *': {
|
|
196
|
-
color:
|
|
196
|
+
color: string;
|
|
197
197
|
};
|
|
198
198
|
};
|
|
199
199
|
'&.is-focused': {
|
|
200
200
|
bg: string;
|
|
201
|
-
color:
|
|
201
|
+
color: string;
|
|
202
202
|
outline: string;
|
|
203
203
|
outlineOffset: string;
|
|
204
204
|
outlineColor: string;
|
|
205
205
|
'> *': {
|
|
206
|
-
color:
|
|
206
|
+
color: string;
|
|
207
207
|
};
|
|
208
208
|
};
|
|
209
209
|
'&.is-selected, &.is-pressed': {
|
|
210
210
|
color: string;
|
|
211
|
-
bg:
|
|
211
|
+
bg: string;
|
|
212
212
|
'> *': {
|
|
213
|
-
color:
|
|
213
|
+
color: string;
|
|
214
214
|
};
|
|
215
215
|
};
|
|
216
216
|
};
|
|
@@ -248,7 +248,7 @@ declare const _default: {
|
|
|
248
248
|
};
|
|
249
249
|
};
|
|
250
250
|
expandIcon: {
|
|
251
|
-
color:
|
|
251
|
+
color: string;
|
|
252
252
|
fill: string;
|
|
253
253
|
};
|
|
254
254
|
expandableRow: {
|
|
@@ -264,22 +264,22 @@ declare const _default: {
|
|
|
264
264
|
};
|
|
265
265
|
lisViewItemChart: {
|
|
266
266
|
title: {
|
|
267
|
-
color:
|
|
267
|
+
color: string;
|
|
268
268
|
};
|
|
269
269
|
count: {
|
|
270
|
-
color:
|
|
270
|
+
color: string;
|
|
271
271
|
};
|
|
272
272
|
countLabel: {
|
|
273
|
-
color:
|
|
273
|
+
color: string;
|
|
274
274
|
};
|
|
275
275
|
chartLabel: {
|
|
276
|
-
color:
|
|
276
|
+
color: string;
|
|
277
277
|
};
|
|
278
278
|
trend: {
|
|
279
|
-
color:
|
|
279
|
+
color: string;
|
|
280
280
|
};
|
|
281
281
|
chartButton: {
|
|
282
|
-
color:
|
|
282
|
+
color: string;
|
|
283
283
|
};
|
|
284
284
|
};
|
|
285
285
|
navBar: {
|
|
@@ -417,25 +417,25 @@ declare const _default: {
|
|
|
417
417
|
listBox: {
|
|
418
418
|
container: {
|
|
419
419
|
backgroundColor: string;
|
|
420
|
-
borderRadius:
|
|
420
|
+
borderRadius: number;
|
|
421
421
|
};
|
|
422
422
|
option: {
|
|
423
|
-
color:
|
|
423
|
+
color: string;
|
|
424
424
|
'&.is-focused': {
|
|
425
|
-
color:
|
|
425
|
+
color: string;
|
|
426
426
|
bg: string;
|
|
427
427
|
};
|
|
428
428
|
'&.is-selected': {
|
|
429
|
-
color:
|
|
429
|
+
color: string;
|
|
430
430
|
bg: string;
|
|
431
431
|
'&.is-focused': {
|
|
432
|
-
color:
|
|
432
|
+
color: string;
|
|
433
433
|
};
|
|
434
434
|
};
|
|
435
435
|
'&.is-condensed': {
|
|
436
|
-
color:
|
|
436
|
+
color: string;
|
|
437
437
|
'&.is-focused': {
|
|
438
|
-
color:
|
|
438
|
+
color: string;
|
|
439
439
|
};
|
|
440
440
|
};
|
|
441
441
|
'&.is-focus-visible': {
|
|
@@ -449,7 +449,7 @@ declare const _default: {
|
|
|
449
449
|
environmentBreadcrumb: {
|
|
450
450
|
button: {
|
|
451
451
|
current: {
|
|
452
|
-
color:
|
|
452
|
+
color: string;
|
|
453
453
|
fontWeight: number;
|
|
454
454
|
};
|
|
455
455
|
};
|
|
@@ -576,9 +576,9 @@ declare const _default: {
|
|
|
576
576
|
};
|
|
577
577
|
tooltip: {
|
|
578
578
|
inline: {
|
|
579
|
-
color:
|
|
579
|
+
color: string;
|
|
580
580
|
'&.is-hovered': {
|
|
581
|
-
color:
|
|
581
|
+
color: string;
|
|
582
582
|
};
|
|
583
583
|
};
|
|
584
584
|
};
|
|
@@ -645,113 +645,113 @@ declare const _default: {
|
|
|
645
645
|
'thead tr th:last-of-type': {
|
|
646
646
|
backgroundColor: string;
|
|
647
647
|
'&::after': {
|
|
648
|
-
backgroundColor:
|
|
648
|
+
backgroundColor: string;
|
|
649
649
|
};
|
|
650
650
|
};
|
|
651
651
|
'tbody tr': {
|
|
652
652
|
'&:nth-of-type(odd) td:last-of-type': {
|
|
653
653
|
'&::after': {
|
|
654
|
-
backgroundColor:
|
|
654
|
+
backgroundColor: string;
|
|
655
655
|
};
|
|
656
656
|
};
|
|
657
657
|
'&:nth-of-type(even) td:last-of-type': {
|
|
658
658
|
backgroundColor: string;
|
|
659
659
|
'&::after': {
|
|
660
|
-
backgroundColor:
|
|
660
|
+
backgroundColor: string;
|
|
661
661
|
};
|
|
662
662
|
};
|
|
663
663
|
};
|
|
664
664
|
};
|
|
665
665
|
};
|
|
666
666
|
caption: {
|
|
667
|
-
color:
|
|
668
|
-
borderBottomColor:
|
|
667
|
+
color: string;
|
|
668
|
+
borderBottomColor: string;
|
|
669
669
|
};
|
|
670
670
|
thead: {
|
|
671
|
-
borderBottomColor:
|
|
671
|
+
borderBottomColor: string;
|
|
672
672
|
'&.is-sticky': {
|
|
673
673
|
boxShadow: string;
|
|
674
674
|
};
|
|
675
675
|
};
|
|
676
676
|
tbody: {
|
|
677
|
-
borderTopColor:
|
|
677
|
+
borderTopColor: string;
|
|
678
678
|
};
|
|
679
679
|
row: {
|
|
680
|
-
borderBottomColor:
|
|
680
|
+
borderBottomColor: string;
|
|
681
681
|
'&.is-hovered': {
|
|
682
|
-
bg:
|
|
682
|
+
bg: string;
|
|
683
683
|
'& > td:last-of-type': {
|
|
684
|
-
bg:
|
|
684
|
+
bg: string;
|
|
685
685
|
};
|
|
686
686
|
};
|
|
687
687
|
'&:nth-of-type(odd)': {
|
|
688
|
-
bg:
|
|
688
|
+
bg: string;
|
|
689
689
|
'&.is-hovered': {
|
|
690
|
-
bg:
|
|
690
|
+
bg: string;
|
|
691
691
|
};
|
|
692
692
|
'& > td:last-of-type': {
|
|
693
|
-
bg:
|
|
693
|
+
bg: string;
|
|
694
694
|
};
|
|
695
695
|
};
|
|
696
696
|
};
|
|
697
697
|
head: {
|
|
698
|
-
color:
|
|
698
|
+
color: string;
|
|
699
699
|
};
|
|
700
700
|
data: {
|
|
701
|
-
color:
|
|
701
|
+
color: string;
|
|
702
702
|
};
|
|
703
703
|
resizer: {
|
|
704
|
-
backgroundColor:
|
|
704
|
+
backgroundColor: string;
|
|
705
705
|
};
|
|
706
706
|
};
|
|
707
707
|
statusIcon: {
|
|
708
708
|
base: {
|
|
709
709
|
'&.is-default': {
|
|
710
|
-
bg:
|
|
710
|
+
bg: string;
|
|
711
711
|
span: {
|
|
712
712
|
color: string;
|
|
713
713
|
};
|
|
714
714
|
};
|
|
715
715
|
'&.is-critical': {
|
|
716
|
-
bg:
|
|
716
|
+
bg: string;
|
|
717
717
|
span: {
|
|
718
718
|
color: string;
|
|
719
719
|
};
|
|
720
720
|
};
|
|
721
721
|
'&.is-warning': {
|
|
722
|
-
bg:
|
|
722
|
+
bg: string;
|
|
723
723
|
span: {
|
|
724
724
|
color: string;
|
|
725
725
|
};
|
|
726
726
|
};
|
|
727
727
|
'&.is-info': {
|
|
728
|
-
bg:
|
|
728
|
+
bg: string;
|
|
729
729
|
span: {
|
|
730
730
|
color: string;
|
|
731
731
|
};
|
|
732
732
|
};
|
|
733
733
|
'&.is-major': {
|
|
734
|
-
bg:
|
|
734
|
+
bg: string;
|
|
735
735
|
span: {
|
|
736
736
|
color: string;
|
|
737
737
|
};
|
|
738
738
|
};
|
|
739
739
|
'&.is-minor': {
|
|
740
|
-
bg:
|
|
740
|
+
bg: string;
|
|
741
741
|
span: {
|
|
742
742
|
color: string;
|
|
743
743
|
};
|
|
744
744
|
};
|
|
745
745
|
'&.is-warning-neutral': {
|
|
746
|
-
bg:
|
|
746
|
+
bg: string;
|
|
747
747
|
span: {
|
|
748
|
-
color:
|
|
748
|
+
color: string;
|
|
749
749
|
};
|
|
750
750
|
};
|
|
751
751
|
'&.is-fatal': {
|
|
752
|
-
bg:
|
|
752
|
+
bg: string;
|
|
753
753
|
span: {
|
|
754
|
-
color:
|
|
754
|
+
color: string;
|
|
755
755
|
};
|
|
756
756
|
};
|
|
757
757
|
'&.is-selected.is-selected': {
|
|
@@ -81,7 +81,7 @@ declare const _default: {
|
|
|
81
81
|
'& input[type=search]': any;
|
|
82
82
|
'& input[type=search]:focus': {
|
|
83
83
|
outline: string;
|
|
84
|
-
outlineColor:
|
|
84
|
+
outlineColor: string;
|
|
85
85
|
outlineOffset: string;
|
|
86
86
|
borderColor: string;
|
|
87
87
|
};
|
|
@@ -92,23 +92,23 @@ declare const _default: {
|
|
|
92
92
|
'& input[type=text]': any;
|
|
93
93
|
'& input[type=text]:focus': {
|
|
94
94
|
outline: string;
|
|
95
|
-
outlineColor:
|
|
95
|
+
outlineColor: string;
|
|
96
96
|
outlineOffset: string;
|
|
97
97
|
borderColor: string;
|
|
98
98
|
};
|
|
99
99
|
'&.is-focused input[type=text]': {
|
|
100
100
|
outline: string;
|
|
101
|
-
outlineColor:
|
|
101
|
+
outlineColor: string;
|
|
102
102
|
outlineOffset: string;
|
|
103
103
|
borderColor: string;
|
|
104
104
|
};
|
|
105
105
|
'& input[type=text].is-read-only, & input[type=text][readonly]': {
|
|
106
|
-
backgroundColor:
|
|
107
|
-
borderColor:
|
|
106
|
+
backgroundColor: string;
|
|
107
|
+
borderColor: string;
|
|
108
108
|
};
|
|
109
109
|
'& input[type=text].is-disabled, & input[type=text][disabled]': {
|
|
110
|
-
backgroundColor:
|
|
111
|
-
borderColor:
|
|
110
|
+
backgroundColor: string;
|
|
111
|
+
borderColor: string;
|
|
112
112
|
opacity: number;
|
|
113
113
|
};
|
|
114
114
|
};
|