@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
|
@@ -43,7 +43,7 @@ declare const _default: {
|
|
|
43
43
|
bottom: number;
|
|
44
44
|
left: number;
|
|
45
45
|
width: string;
|
|
46
|
-
backgroundColor:
|
|
46
|
+
backgroundColor: string;
|
|
47
47
|
pointerEvents: string;
|
|
48
48
|
};
|
|
49
49
|
'&::before': {
|
|
@@ -80,7 +80,7 @@ declare const _default: {
|
|
|
80
80
|
bottom: number;
|
|
81
81
|
left: number;
|
|
82
82
|
width: string;
|
|
83
|
-
backgroundColor:
|
|
83
|
+
backgroundColor: string;
|
|
84
84
|
pointerEvents: string;
|
|
85
85
|
};
|
|
86
86
|
'&::before': {
|
|
@@ -111,7 +111,7 @@ declare const _default: {
|
|
|
111
111
|
bottom: number;
|
|
112
112
|
left: number;
|
|
113
113
|
width: string;
|
|
114
|
-
backgroundColor:
|
|
114
|
+
backgroundColor: string;
|
|
115
115
|
pointerEvents: string;
|
|
116
116
|
};
|
|
117
117
|
'&::before': {
|
|
@@ -211,11 +211,11 @@ declare const useGetTheme: () => {
|
|
|
211
211
|
};
|
|
212
212
|
iconBadgeCircleColor: string;
|
|
213
213
|
iconWrapperSizes: {
|
|
214
|
-
xs:
|
|
215
|
-
sm:
|
|
216
|
-
md:
|
|
217
|
-
lg:
|
|
218
|
-
xl:
|
|
214
|
+
xs: number;
|
|
215
|
+
sm: number;
|
|
216
|
+
md: number;
|
|
217
|
+
lg: number;
|
|
218
|
+
xl: number;
|
|
219
219
|
};
|
|
220
220
|
accordionItemDefaultLabelTag: string;
|
|
221
221
|
rockerButtonGap: string;
|
|
@@ -7,22 +7,22 @@ export declare const overrides: {
|
|
|
7
7
|
export declare const colors: {
|
|
8
8
|
twoTone: {
|
|
9
9
|
bg: {
|
|
10
|
-
orange:
|
|
11
|
-
cyan:
|
|
12
|
-
green:
|
|
13
|
-
purple:
|
|
14
|
-
pink:
|
|
15
|
-
red:
|
|
16
|
-
yellow:
|
|
17
|
-
teal:
|
|
18
|
-
blue:
|
|
10
|
+
orange: string;
|
|
11
|
+
cyan: string;
|
|
12
|
+
green: string;
|
|
13
|
+
purple: string;
|
|
14
|
+
pink: string;
|
|
15
|
+
red: string;
|
|
16
|
+
yellow: string;
|
|
17
|
+
teal: string;
|
|
18
|
+
blue: string;
|
|
19
19
|
white: string;
|
|
20
|
-
indigo:
|
|
21
|
-
lightBlue:
|
|
22
|
-
lightPink:
|
|
23
|
-
lightGreen:
|
|
24
|
-
lightYellow:
|
|
25
|
-
lightIndigo:
|
|
20
|
+
indigo: string;
|
|
21
|
+
lightBlue: string;
|
|
22
|
+
lightPink: string;
|
|
23
|
+
lightGreen: string;
|
|
24
|
+
lightYellow: string;
|
|
25
|
+
lightIndigo: string;
|
|
26
26
|
};
|
|
27
27
|
text: {
|
|
28
28
|
orange: string;
|
|
@@ -43,65 +43,65 @@ export declare const colors: {
|
|
|
43
43
|
};
|
|
44
44
|
};
|
|
45
45
|
light: string;
|
|
46
|
-
secondary:
|
|
47
|
-
dark:
|
|
48
|
-
lightblue:
|
|
49
|
-
lightindigo:
|
|
50
|
-
lightpurple:
|
|
51
|
-
lightpink:
|
|
52
|
-
lightred:
|
|
53
|
-
lightorange:
|
|
54
|
-
lightyellow:
|
|
55
|
-
lightgreen:
|
|
56
|
-
lightteal:
|
|
57
|
-
lightcyan:
|
|
58
|
-
darkblue:
|
|
59
|
-
darkindigo:
|
|
60
|
-
darkpurple:
|
|
61
|
-
darkpink:
|
|
62
|
-
darkred:
|
|
63
|
-
darkorange:
|
|
64
|
-
darkyellow:
|
|
65
|
-
darkgreen:
|
|
66
|
-
darkteal:
|
|
67
|
-
darkcyan:
|
|
46
|
+
secondary: string;
|
|
47
|
+
dark: string;
|
|
48
|
+
lightblue: string;
|
|
49
|
+
lightindigo: string;
|
|
50
|
+
lightpurple: string;
|
|
51
|
+
lightpink: string;
|
|
52
|
+
lightred: string;
|
|
53
|
+
lightorange: string;
|
|
54
|
+
lightyellow: string;
|
|
55
|
+
lightgreen: string;
|
|
56
|
+
lightteal: string;
|
|
57
|
+
lightcyan: string;
|
|
58
|
+
darkblue: string;
|
|
59
|
+
darkindigo: string;
|
|
60
|
+
darkpurple: string;
|
|
61
|
+
darkpink: string;
|
|
62
|
+
darkred: string;
|
|
63
|
+
darkorange: string;
|
|
64
|
+
darkyellow: string;
|
|
65
|
+
darkgreen: string;
|
|
66
|
+
darkteal: string;
|
|
67
|
+
darkcyan: string;
|
|
68
68
|
text: {
|
|
69
|
-
primary:
|
|
70
|
-
secondary:
|
|
71
|
-
error:
|
|
69
|
+
primary: string;
|
|
70
|
+
secondary: string;
|
|
71
|
+
error: string;
|
|
72
72
|
message: string;
|
|
73
|
-
fieldHelper:
|
|
73
|
+
fieldHelper: string;
|
|
74
74
|
};
|
|
75
75
|
environmentBadge: {
|
|
76
76
|
text: string;
|
|
77
|
-
background:
|
|
77
|
+
background: string;
|
|
78
78
|
};
|
|
79
79
|
background: {
|
|
80
|
-
base:
|
|
80
|
+
base: string;
|
|
81
81
|
secondary: string;
|
|
82
82
|
card: string;
|
|
83
83
|
hover: string;
|
|
84
84
|
};
|
|
85
|
-
backgroundBase:
|
|
86
|
-
backgroundSecondary:
|
|
85
|
+
backgroundBase: string;
|
|
86
|
+
backgroundSecondary: string;
|
|
87
87
|
backgroundCard: string;
|
|
88
88
|
backgroundSuggestion: string;
|
|
89
89
|
backgroundHover: string;
|
|
90
90
|
font: {
|
|
91
|
-
base:
|
|
92
|
-
light:
|
|
93
|
-
link:
|
|
91
|
+
base: string;
|
|
92
|
+
light: string;
|
|
93
|
+
link: string;
|
|
94
94
|
};
|
|
95
95
|
badge: {
|
|
96
|
-
background:
|
|
97
|
-
textColor:
|
|
96
|
+
background: string;
|
|
97
|
+
textColor: string;
|
|
98
98
|
};
|
|
99
99
|
codeEditor: {
|
|
100
|
-
backgroundColor:
|
|
101
|
-
headerColor:
|
|
100
|
+
backgroundColor: string;
|
|
101
|
+
headerColor: string;
|
|
102
102
|
};
|
|
103
103
|
critical: {
|
|
104
|
-
dark:
|
|
104
|
+
dark: string;
|
|
105
105
|
};
|
|
106
106
|
common: {
|
|
107
107
|
dark: string;
|
|
@@ -113,29 +113,29 @@ export declare const colors: {
|
|
|
113
113
|
border: {
|
|
114
114
|
base: string;
|
|
115
115
|
dark: string;
|
|
116
|
-
input:
|
|
116
|
+
input: string;
|
|
117
117
|
separator: string;
|
|
118
118
|
attachment: string;
|
|
119
119
|
hairline: string;
|
|
120
120
|
};
|
|
121
121
|
iconWrapper: {
|
|
122
122
|
wrapper: {
|
|
123
|
-
orange:
|
|
124
|
-
cyan:
|
|
125
|
-
green:
|
|
126
|
-
purple:
|
|
127
|
-
pink:
|
|
128
|
-
red:
|
|
129
|
-
yellow:
|
|
130
|
-
teal:
|
|
131
|
-
blue:
|
|
123
|
+
orange: string;
|
|
124
|
+
cyan: string;
|
|
125
|
+
green: string;
|
|
126
|
+
purple: string;
|
|
127
|
+
pink: string;
|
|
128
|
+
red: string;
|
|
129
|
+
yellow: string;
|
|
130
|
+
teal: string;
|
|
131
|
+
blue: string;
|
|
132
132
|
white: string;
|
|
133
|
-
indigo:
|
|
134
|
-
lightBlue:
|
|
135
|
-
lightPink:
|
|
136
|
-
lightGreen:
|
|
137
|
-
lightYellow:
|
|
138
|
-
lightIndigo:
|
|
133
|
+
indigo: string;
|
|
134
|
+
lightBlue: string;
|
|
135
|
+
lightPink: string;
|
|
136
|
+
lightGreen: string;
|
|
137
|
+
lightYellow: string;
|
|
138
|
+
lightIndigo: string;
|
|
139
139
|
};
|
|
140
140
|
icon: {
|
|
141
141
|
orange: string;
|
|
@@ -148,11 +148,11 @@ export declare const colors: {
|
|
|
148
148
|
teal: string;
|
|
149
149
|
blue: string;
|
|
150
150
|
indigo: string;
|
|
151
|
-
lightBlue:
|
|
152
|
-
lightPink:
|
|
153
|
-
lightGreen:
|
|
154
|
-
lightYellow:
|
|
155
|
-
lightIndigo:
|
|
151
|
+
lightBlue: string;
|
|
152
|
+
lightPink: string;
|
|
153
|
+
lightGreen: string;
|
|
154
|
+
lightYellow: string;
|
|
155
|
+
lightIndigo: string;
|
|
156
156
|
};
|
|
157
157
|
};
|
|
158
158
|
};
|
|
@@ -96,11 +96,11 @@ export declare const nextGenDarkThemeValues: {
|
|
|
96
96
|
};
|
|
97
97
|
iconBadgeCircleColor: string;
|
|
98
98
|
iconWrapperSizes: {
|
|
99
|
-
xs:
|
|
100
|
-
sm:
|
|
101
|
-
md:
|
|
102
|
-
lg:
|
|
103
|
-
xl:
|
|
99
|
+
xs: number;
|
|
100
|
+
sm: number;
|
|
101
|
+
md: number;
|
|
102
|
+
lg: number;
|
|
103
|
+
xl: number;
|
|
104
104
|
};
|
|
105
105
|
accordionItemDefaultLabelTag: string;
|
|
106
106
|
rockerButtonGap: string;
|
|
@@ -13,7 +13,7 @@ declare const badges: {
|
|
|
13
13
|
secondary: {
|
|
14
14
|
backgroundColor: string;
|
|
15
15
|
'& span': {
|
|
16
|
-
color:
|
|
16
|
+
color: string;
|
|
17
17
|
};
|
|
18
18
|
};
|
|
19
19
|
success: {
|
|
@@ -37,13 +37,13 @@ declare const badges: {
|
|
|
37
37
|
info: {
|
|
38
38
|
backgroundColor: string;
|
|
39
39
|
'& span': {
|
|
40
|
-
color:
|
|
40
|
+
color: string;
|
|
41
41
|
};
|
|
42
42
|
};
|
|
43
43
|
dark: {
|
|
44
44
|
backgroundColor: string;
|
|
45
45
|
'& span': {
|
|
46
|
-
color:
|
|
46
|
+
color: string;
|
|
47
47
|
};
|
|
48
48
|
};
|
|
49
49
|
activeStatusBadge: {
|
|
@@ -79,7 +79,7 @@ declare const badges: {
|
|
|
79
79
|
secondaryStatusBadge: {
|
|
80
80
|
backgroundColor: string;
|
|
81
81
|
'& span': {
|
|
82
|
-
color:
|
|
82
|
+
color: string;
|
|
83
83
|
};
|
|
84
84
|
};
|
|
85
85
|
countBadge: {
|
|
@@ -97,34 +97,34 @@ declare const badges: {
|
|
|
97
97
|
selectedItemBadge: {
|
|
98
98
|
backgroundColor: string;
|
|
99
99
|
'& span': {
|
|
100
|
-
color:
|
|
100
|
+
color: string;
|
|
101
101
|
};
|
|
102
102
|
};
|
|
103
103
|
readOnlyBadge: {
|
|
104
|
-
color:
|
|
104
|
+
color: string;
|
|
105
105
|
backgroundColor: string;
|
|
106
106
|
borderColor: string;
|
|
107
107
|
'& span': {
|
|
108
|
-
color:
|
|
108
|
+
color: string;
|
|
109
109
|
};
|
|
110
110
|
};
|
|
111
111
|
readOnlyFieldBadge: {
|
|
112
|
-
color:
|
|
112
|
+
color: string;
|
|
113
113
|
backgroundColor: string;
|
|
114
114
|
borderColor: string;
|
|
115
115
|
'& span': {
|
|
116
|
-
color:
|
|
116
|
+
color: string;
|
|
117
117
|
};
|
|
118
118
|
};
|
|
119
119
|
itemBadgeWithSlot: {
|
|
120
120
|
'& svg': {
|
|
121
121
|
path: {
|
|
122
|
-
fill:
|
|
122
|
+
fill: string;
|
|
123
123
|
};
|
|
124
124
|
};
|
|
125
125
|
backgroundColor: string;
|
|
126
126
|
'& span': {
|
|
127
|
-
color:
|
|
127
|
+
color: string;
|
|
128
128
|
};
|
|
129
129
|
};
|
|
130
130
|
errorCalloutBadge: {
|
|
@@ -155,7 +155,7 @@ declare const badges: {
|
|
|
155
155
|
active: {
|
|
156
156
|
backgroundColor: string;
|
|
157
157
|
'& > span': {
|
|
158
|
-
color:
|
|
158
|
+
color: string;
|
|
159
159
|
fontSize: string;
|
|
160
160
|
lineHeight: string;
|
|
161
161
|
};
|
|
@@ -163,7 +163,7 @@ declare const badges: {
|
|
|
163
163
|
warning: {
|
|
164
164
|
backgroundColor: string;
|
|
165
165
|
'& > span': {
|
|
166
|
-
color:
|
|
166
|
+
color: string;
|
|
167
167
|
fontSize: string;
|
|
168
168
|
lineHeight: string;
|
|
169
169
|
};
|
|
@@ -171,7 +171,7 @@ declare const badges: {
|
|
|
171
171
|
critical: {
|
|
172
172
|
backgroundColor: string;
|
|
173
173
|
'& > span': {
|
|
174
|
-
color:
|
|
174
|
+
color: string;
|
|
175
175
|
fontSize: string;
|
|
176
176
|
lineHeight: string;
|
|
177
177
|
};
|
|
@@ -179,7 +179,7 @@ declare const badges: {
|
|
|
179
179
|
healthy: {
|
|
180
180
|
backgroundColor: string;
|
|
181
181
|
'& > span': {
|
|
182
|
-
color:
|
|
182
|
+
color: string;
|
|
183
183
|
fontSize: string;
|
|
184
184
|
lineHeight: string;
|
|
185
185
|
};
|
|
@@ -187,7 +187,7 @@ declare const badges: {
|
|
|
187
187
|
secondary: {
|
|
188
188
|
backgroundColor: string;
|
|
189
189
|
'& > span': {
|
|
190
|
-
color:
|
|
190
|
+
color: string;
|
|
191
191
|
fontSize: string;
|
|
192
192
|
lineHeight: string;
|
|
193
193
|
};
|
|
@@ -12,7 +12,7 @@ declare const buttons: {
|
|
|
12
12
|
color: string;
|
|
13
13
|
};
|
|
14
14
|
neutral: {
|
|
15
|
-
color:
|
|
15
|
+
color: string;
|
|
16
16
|
};
|
|
17
17
|
critical: {
|
|
18
18
|
color: string;
|
|
@@ -24,8 +24,8 @@ declare const buttons: {
|
|
|
24
24
|
};
|
|
25
25
|
};
|
|
26
26
|
inline: {
|
|
27
|
-
color:
|
|
28
|
-
borderColor:
|
|
27
|
+
color: string;
|
|
28
|
+
borderColor: string;
|
|
29
29
|
'&.is-hovered': {
|
|
30
30
|
backgroundColor: string;
|
|
31
31
|
color: string;
|
|
@@ -46,8 +46,8 @@ declare const buttons: {
|
|
|
46
46
|
};
|
|
47
47
|
};
|
|
48
48
|
withIcon: {
|
|
49
|
-
color:
|
|
50
|
-
borderColor:
|
|
49
|
+
color: string;
|
|
50
|
+
borderColor: string;
|
|
51
51
|
'&.is-hovered': {
|
|
52
52
|
backgroundColor: string;
|
|
53
53
|
borderColor: string;
|
|
@@ -83,8 +83,8 @@ declare const buttons: {
|
|
|
83
83
|
};
|
|
84
84
|
};
|
|
85
85
|
inlineWithIcon: {
|
|
86
|
-
color:
|
|
87
|
-
borderColor:
|
|
86
|
+
color: string;
|
|
87
|
+
borderColor: string;
|
|
88
88
|
'&.is-hovered': {
|
|
89
89
|
color: string;
|
|
90
90
|
backgroundColor: string;
|
|
@@ -120,8 +120,8 @@ declare const buttons: {
|
|
|
120
120
|
};
|
|
121
121
|
};
|
|
122
122
|
colorBlock: {
|
|
123
|
-
bg:
|
|
124
|
-
borderColor:
|
|
123
|
+
bg: string;
|
|
124
|
+
borderColor: string;
|
|
125
125
|
path: {
|
|
126
126
|
fill: string;
|
|
127
127
|
};
|
|
@@ -129,12 +129,12 @@ declare const buttons: {
|
|
|
129
129
|
color: string;
|
|
130
130
|
};
|
|
131
131
|
'&.is-hovered': {
|
|
132
|
-
bg:
|
|
133
|
-
borderColor:
|
|
132
|
+
bg: string;
|
|
133
|
+
borderColor: string;
|
|
134
134
|
};
|
|
135
135
|
'&.is-pressed': {
|
|
136
|
-
bg:
|
|
137
|
-
borderColor:
|
|
136
|
+
bg: string;
|
|
137
|
+
borderColor: string;
|
|
138
138
|
};
|
|
139
139
|
'&>svg': {
|
|
140
140
|
color: string;
|
|
@@ -164,8 +164,8 @@ declare const buttons: {
|
|
|
164
164
|
};
|
|
165
165
|
};
|
|
166
166
|
default: {
|
|
167
|
-
color:
|
|
168
|
-
borderColor:
|
|
167
|
+
color: string;
|
|
168
|
+
borderColor: string;
|
|
169
169
|
'&.is-pressed': {
|
|
170
170
|
color: string;
|
|
171
171
|
borderColor: string;
|
|
@@ -177,7 +177,7 @@ declare const buttons: {
|
|
|
177
177
|
};
|
|
178
178
|
};
|
|
179
179
|
link: {
|
|
180
|
-
color:
|
|
180
|
+
color: string;
|
|
181
181
|
'&.is-pressed': {
|
|
182
182
|
textDecoration: string;
|
|
183
183
|
outline: string;
|
|
@@ -190,7 +190,7 @@ declare const buttons: {
|
|
|
190
190
|
};
|
|
191
191
|
};
|
|
192
192
|
criticalLink: {
|
|
193
|
-
color:
|
|
193
|
+
color: string;
|
|
194
194
|
'&.is-pressed': {
|
|
195
195
|
textDecoration: string;
|
|
196
196
|
outline: string;
|
|
@@ -209,15 +209,15 @@ declare const buttons: {
|
|
|
209
209
|
};
|
|
210
210
|
'&.is-hovered': {
|
|
211
211
|
path: {
|
|
212
|
-
fill:
|
|
212
|
+
fill: string;
|
|
213
213
|
};
|
|
214
214
|
backgroundColor: string;
|
|
215
215
|
};
|
|
216
216
|
'&.is-pressed': {
|
|
217
217
|
backgroundColor: string;
|
|
218
|
-
borderColor:
|
|
218
|
+
borderColor: string;
|
|
219
219
|
path: {
|
|
220
|
-
fill:
|
|
220
|
+
fill: string;
|
|
221
221
|
};
|
|
222
222
|
};
|
|
223
223
|
};
|
|
@@ -246,15 +246,15 @@ declare const buttons: {
|
|
|
246
246
|
};
|
|
247
247
|
'&.is-hovered': {
|
|
248
248
|
path: {
|
|
249
|
-
fill:
|
|
249
|
+
fill: string;
|
|
250
250
|
};
|
|
251
251
|
backgroundColor: string;
|
|
252
252
|
};
|
|
253
253
|
'&.is-pressed': {
|
|
254
254
|
backgroundColor: string;
|
|
255
|
-
borderColor:
|
|
255
|
+
borderColor: string;
|
|
256
256
|
path: {
|
|
257
|
-
fill:
|
|
257
|
+
fill: string;
|
|
258
258
|
};
|
|
259
259
|
};
|
|
260
260
|
};
|
|
@@ -267,16 +267,16 @@ declare const buttons: {
|
|
|
267
267
|
};
|
|
268
268
|
filter: {
|
|
269
269
|
'&.is-hovered': {
|
|
270
|
-
backgroundColor:
|
|
270
|
+
backgroundColor: string;
|
|
271
271
|
};
|
|
272
272
|
path: {
|
|
273
273
|
fill: string;
|
|
274
274
|
};
|
|
275
275
|
'&.is-pressed': {
|
|
276
276
|
backgroundColor: string;
|
|
277
|
-
borderColor:
|
|
277
|
+
borderColor: string;
|
|
278
278
|
path: {
|
|
279
|
-
fill:
|
|
279
|
+
fill: string;
|
|
280
280
|
};
|
|
281
281
|
};
|
|
282
282
|
};
|
|
@@ -286,15 +286,15 @@ declare const buttons: {
|
|
|
286
286
|
};
|
|
287
287
|
'&.is-hovered': {
|
|
288
288
|
path: {
|
|
289
|
-
fill:
|
|
289
|
+
fill: string;
|
|
290
290
|
};
|
|
291
291
|
backgroundColor: string;
|
|
292
292
|
};
|
|
293
293
|
'&.is-pressed': {
|
|
294
294
|
backgroundColor: string;
|
|
295
|
-
borderColor:
|
|
295
|
+
borderColor: string;
|
|
296
296
|
path: {
|
|
297
|
-
fill:
|
|
297
|
+
fill: string;
|
|
298
298
|
};
|
|
299
299
|
};
|
|
300
300
|
};
|
|
@@ -304,30 +304,30 @@ declare const buttons: {
|
|
|
304
304
|
};
|
|
305
305
|
'&.is-hovered': {
|
|
306
306
|
path: {
|
|
307
|
-
fill:
|
|
307
|
+
fill: string;
|
|
308
308
|
};
|
|
309
309
|
backgroundColor: string;
|
|
310
310
|
};
|
|
311
311
|
'&.is-pressed': {
|
|
312
312
|
backgroundColor: string;
|
|
313
|
-
borderColor:
|
|
313
|
+
borderColor: string;
|
|
314
314
|
path: {
|
|
315
|
-
fill:
|
|
315
|
+
fill: string;
|
|
316
316
|
};
|
|
317
317
|
};
|
|
318
318
|
};
|
|
319
319
|
messageCloseButton: {
|
|
320
320
|
'&.is-hovered': {
|
|
321
|
-
backgroundColor:
|
|
321
|
+
backgroundColor: string;
|
|
322
322
|
};
|
|
323
323
|
path: {
|
|
324
324
|
fill: string;
|
|
325
325
|
};
|
|
326
326
|
'&.is-pressed': {
|
|
327
327
|
backgroundColor: string;
|
|
328
|
-
borderColor:
|
|
328
|
+
borderColor: string;
|
|
329
329
|
path: {
|
|
330
|
-
fill:
|
|
330
|
+
fill: string;
|
|
331
331
|
};
|
|
332
332
|
};
|
|
333
333
|
};
|
|
@@ -335,25 +335,25 @@ declare const buttons: {
|
|
|
335
335
|
button: {
|
|
336
336
|
'&.is-hovered': {
|
|
337
337
|
path: {
|
|
338
|
-
fill:
|
|
338
|
+
fill: string;
|
|
339
339
|
};
|
|
340
|
-
backgroundColor:
|
|
340
|
+
backgroundColor: string;
|
|
341
341
|
};
|
|
342
342
|
path: {
|
|
343
343
|
fill: string;
|
|
344
344
|
};
|
|
345
345
|
'&.is-pressed': {
|
|
346
346
|
backgroundColor: string;
|
|
347
|
-
borderColor:
|
|
347
|
+
borderColor: string;
|
|
348
348
|
path: {
|
|
349
|
-
fill:
|
|
349
|
+
fill: string;
|
|
350
350
|
};
|
|
351
351
|
};
|
|
352
352
|
};
|
|
353
353
|
};
|
|
354
354
|
};
|
|
355
355
|
searchNavTabLabel: {
|
|
356
|
-
color:
|
|
356
|
+
color: string;
|
|
357
357
|
'&.is-hovered': {
|
|
358
358
|
color: string;
|
|
359
359
|
'& > svg': {
|
|
@@ -367,20 +367,20 @@ declare const buttons: {
|
|
|
367
367
|
};
|
|
368
368
|
'&.is-hovered': {
|
|
369
369
|
path: {
|
|
370
|
-
fill:
|
|
370
|
+
fill: string;
|
|
371
371
|
};
|
|
372
372
|
backgroundColor: string;
|
|
373
373
|
};
|
|
374
374
|
'&.is-pressed': {
|
|
375
375
|
backgroundColor: string;
|
|
376
|
-
borderColor:
|
|
376
|
+
borderColor: string;
|
|
377
377
|
path: {
|
|
378
|
-
fill:
|
|
378
|
+
fill: string;
|
|
379
379
|
};
|
|
380
380
|
};
|
|
381
381
|
};
|
|
382
382
|
listBoxLink: {
|
|
383
|
-
color:
|
|
383
|
+
color: string;
|
|
384
384
|
'&.is-pressed': {
|
|
385
385
|
color: string;
|
|
386
386
|
};
|