@instructure/shared-types 9.5.2-snapshot-1 → 10.0.0
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/CHANGELOG.md +11 -2
- package/package.json +1 -1
- package/src/Colors.ts +97 -107
- package/src/CommonTypes.ts +2 -0
- package/src/ComponentThemeVariables.ts +462 -463
- package/tsconfig.build.tsbuildinfo +1 -1
- package/types/Colors.d.ts +85 -107
- package/types/Colors.d.ts.map +1 -1
- package/types/CommonTypes.d.ts +1 -0
- package/types/CommonTypes.d.ts.map +1 -1
- package/types/ComponentThemeVariables.d.ts +462 -463
- package/types/ComponentThemeVariables.d.ts.map +1 -1
|
@@ -40,8 +40,8 @@ export interface ComponentTheme {
|
|
|
40
40
|
}
|
|
41
41
|
|
|
42
42
|
export type AlertTheme = {
|
|
43
|
-
background: Colors['
|
|
44
|
-
color: Colors['
|
|
43
|
+
background: Colors['contrasts']['white1010']
|
|
44
|
+
color: Colors['contrasts']['grey125125']
|
|
45
45
|
marginTop: Spacing['small']
|
|
46
46
|
borderRadius: Border['radiusMedium']
|
|
47
47
|
borderWidth: Border['widthMedium']
|
|
@@ -53,45 +53,45 @@ export type AlertTheme = {
|
|
|
53
53
|
contentLineHeight: Typography['lineHeightCondensed']
|
|
54
54
|
closeButtonMarginTop: Spacing['xSmall']
|
|
55
55
|
closeButtonMarginRight: Spacing['xxSmall']
|
|
56
|
-
iconColor: Colors['
|
|
57
|
-
successBorderColor: Colors['
|
|
58
|
-
successIconBackground: Colors['
|
|
59
|
-
infoBorderColor: Colors['
|
|
60
|
-
infoIconBackground: Colors['
|
|
61
|
-
warningBorderColor: Colors['
|
|
62
|
-
warningIconBackground: Colors['
|
|
63
|
-
dangerBorderColor: Colors['
|
|
64
|
-
dangerIconBackground: Colors['
|
|
56
|
+
iconColor: Colors['contrasts']['white1010']
|
|
57
|
+
successBorderColor: Colors['contrasts']['green4570']
|
|
58
|
+
successIconBackground: Colors['contrasts']['green4570']
|
|
59
|
+
infoBorderColor: Colors['contrasts']['blue4570']
|
|
60
|
+
infoIconBackground: Colors['contrasts']['blue4570']
|
|
61
|
+
warningBorderColor: Colors['contrasts']['orange4570']
|
|
62
|
+
warningIconBackground: Colors['contrasts']['orange4570']
|
|
63
|
+
dangerBorderColor: Colors['contrasts']['red4570']
|
|
64
|
+
dangerIconBackground: Colors['contrasts']['red4570']
|
|
65
65
|
boxShadow: Shadows['depth2']
|
|
66
66
|
}
|
|
67
67
|
|
|
68
68
|
export type AvatarTheme = {
|
|
69
|
-
background: Colors['
|
|
69
|
+
background: Colors['contrasts']['white1010']
|
|
70
70
|
borderWidthSmall: Border['widthSmall']
|
|
71
71
|
borderWidthMedium: Border['widthMedium']
|
|
72
|
-
borderColor: Colors['
|
|
73
|
-
boxShadowColor:
|
|
72
|
+
borderColor: Colors['contrasts']['grey1214']
|
|
73
|
+
boxShadowColor: string
|
|
74
74
|
boxShadowBlur: string
|
|
75
75
|
fontFamily: Typography['fontFamily']
|
|
76
76
|
fontWeight: Typography['fontWeightBold']
|
|
77
|
-
color: Colors['
|
|
78
|
-
colorShamrock: Colors['
|
|
79
|
-
colorBarney: Colors['
|
|
80
|
-
colorCrimson: Colors['
|
|
81
|
-
colorFire: Colors['
|
|
82
|
-
colorLicorice: Colors['
|
|
83
|
-
colorAsh: Colors['
|
|
77
|
+
color: Colors['contrasts']['blue4570']
|
|
78
|
+
colorShamrock: Colors['contrasts']['green4570']
|
|
79
|
+
colorBarney: Colors['contrasts']['blue4570']
|
|
80
|
+
colorCrimson: Colors['contrasts']['orange4570']
|
|
81
|
+
colorFire: Colors['contrasts']['red4570']
|
|
82
|
+
colorLicorice: Colors['contrasts']['grey125125']
|
|
83
|
+
colorAsh: Colors['contrasts']['grey4570']
|
|
84
84
|
}
|
|
85
85
|
|
|
86
86
|
export type BadgeTheme = {
|
|
87
87
|
fontFamily: Typography['fontFamily']
|
|
88
88
|
fontWeight: Typography['fontWeightNormal']
|
|
89
|
-
color: Colors['
|
|
89
|
+
color: Colors['contrasts']['white1010']
|
|
90
90
|
fontSize: Typography['fontSizeXSmall']
|
|
91
|
-
colorDanger: Colors['
|
|
92
|
-
colorSuccess: Colors['
|
|
93
|
-
colorPrimary: Colors['
|
|
94
|
-
colorInverse: Colors['
|
|
91
|
+
colorDanger: Colors['contrasts']['red4570']
|
|
92
|
+
colorSuccess: Colors['contrasts']['green4570']
|
|
93
|
+
colorPrimary: Colors['contrasts']['blue4570']
|
|
94
|
+
colorInverse: Colors['contrasts']['grey4570']
|
|
95
95
|
size: string
|
|
96
96
|
countOffset: string | 0
|
|
97
97
|
notificationOffset: string | 0
|
|
@@ -107,29 +107,29 @@ export type BillboardTheme = {
|
|
|
107
107
|
paddingSmall: Spacing['small']
|
|
108
108
|
paddingMedium: Spacing['medium']
|
|
109
109
|
paddingLarge: Spacing['medium']
|
|
110
|
-
iconColor: Colors['
|
|
110
|
+
iconColor: Colors['contrasts']['grey4570']
|
|
111
111
|
mediumMargin: Spacing['small']
|
|
112
112
|
largeMargin: Spacing['medium']
|
|
113
|
-
iconHoverColor: Colors['
|
|
114
|
-
backgroundColor: Colors['
|
|
115
|
-
iconHoverColorInverse: Colors['
|
|
113
|
+
iconHoverColor: Colors['contrasts']['blue4570']
|
|
114
|
+
backgroundColor: Colors['contrasts']['white1010']
|
|
115
|
+
iconHoverColorInverse: Colors['contrasts']['white1010']
|
|
116
116
|
buttonBorderWidth: Border['widthMedium']
|
|
117
117
|
buttonBorderRadius: Border['radiusLarge']
|
|
118
|
-
messageColor: Colors['
|
|
119
|
-
messageColorClickable: Colors['
|
|
120
|
-
messageColorInverse: Colors['
|
|
118
|
+
messageColor: Colors['contrasts']['blue4570']
|
|
119
|
+
messageColorClickable: Colors['contrasts']['blue4570']
|
|
120
|
+
messageColorInverse: Colors['contrasts']['grey1111']
|
|
121
121
|
messageFontSizeSmall: Typography['fontSizeSmall']
|
|
122
122
|
messageFontSizeMedium: Typography['fontSizeMedium']
|
|
123
123
|
messageFontSizeLarge: Typography['fontSizeLarge']
|
|
124
|
-
clickableActiveBg: Colors['
|
|
125
|
-
clickableActiveText: Colors['
|
|
124
|
+
clickableActiveBg: Colors['contrasts']['blue4570']
|
|
125
|
+
clickableActiveText: Colors['contrasts']['white1010']
|
|
126
126
|
buttonBorderStyle: Border['style']
|
|
127
127
|
buttonHoverBorderStyle: string
|
|
128
128
|
}
|
|
129
129
|
|
|
130
130
|
export type BreadcrumbTheme = {
|
|
131
131
|
fontFamily: Typography['fontFamily']
|
|
132
|
-
separatorColor: Colors['
|
|
132
|
+
separatorColor: Colors['contrasts']['grey4570']
|
|
133
133
|
smallSeparatorFontSize: string
|
|
134
134
|
smallFontSize: Typography['fontSizeSmall']
|
|
135
135
|
mediumSeparatorFontSize: string
|
|
@@ -170,68 +170,68 @@ export type BaseButtonTheme = {
|
|
|
170
170
|
iconTextGap: Spacing['xSmall']
|
|
171
171
|
iconTextGapCondensed: Spacing['xxSmall']
|
|
172
172
|
|
|
173
|
-
primaryColor:
|
|
174
|
-
primaryBorderColor:
|
|
175
|
-
primaryBackground:
|
|
176
|
-
primaryHoverBackground:
|
|
177
|
-
primaryActiveBackground:
|
|
173
|
+
primaryColor: Colors['contrasts']['white1010']
|
|
174
|
+
primaryBorderColor: Colors['contrasts']['blue5782']
|
|
175
|
+
primaryBackground: Colors['contrasts']['blue4570']
|
|
176
|
+
primaryHoverBackground: Colors['contrasts']['blue5782']
|
|
177
|
+
primaryActiveBackground: Colors['contrasts']['blue5782']
|
|
178
178
|
primaryActiveBoxShadow: string
|
|
179
|
-
primaryGhostColor:
|
|
180
|
-
primaryGhostBorderColor:
|
|
179
|
+
primaryGhostColor: Colors['contrasts']['blue4570']
|
|
180
|
+
primaryGhostBorderColor: Colors['contrasts']['blue4570']
|
|
181
181
|
primaryGhostBackground: string
|
|
182
|
-
primaryGhostHoverBackground:
|
|
182
|
+
primaryGhostHoverBackground: Colors['contrasts']['blue1212']
|
|
183
183
|
primaryGhostActiveBackground: string
|
|
184
184
|
primaryGhostActiveBoxShadow: string
|
|
185
185
|
|
|
186
|
-
secondaryColor:
|
|
187
|
-
secondaryBorderColor:
|
|
188
|
-
secondaryBackground:
|
|
189
|
-
secondaryHoverBackground:
|
|
190
|
-
secondaryActiveBackground:
|
|
186
|
+
secondaryColor: Colors['contrasts']['grey125125']
|
|
187
|
+
secondaryBorderColor: Colors['contrasts']['grey1214']
|
|
188
|
+
secondaryBackground: Colors['contrasts']['grey1111']
|
|
189
|
+
secondaryHoverBackground: Colors['contrasts']['grey1214']
|
|
190
|
+
secondaryActiveBackground: Colors['contrasts']['grey1214']
|
|
191
191
|
secondaryActiveBoxShadow: string
|
|
192
|
-
secondaryGhostColor:
|
|
193
|
-
secondaryGhostBorderColor:
|
|
192
|
+
secondaryGhostColor: Colors['contrasts']['grey125125']
|
|
193
|
+
secondaryGhostBorderColor: Colors['contrasts']['grey125125']
|
|
194
194
|
secondaryGhostBackground: string
|
|
195
|
-
secondaryGhostHoverBackground:
|
|
195
|
+
secondaryGhostHoverBackground: Colors['contrasts']['grey1111']
|
|
196
196
|
secondaryGhostActiveBackground: string
|
|
197
197
|
secondaryGhostActiveBoxShadow: string
|
|
198
198
|
|
|
199
|
-
successColor:
|
|
200
|
-
successBorderColor:
|
|
201
|
-
successBackground:
|
|
202
|
-
successHoverBackground:
|
|
203
|
-
successActiveBackground:
|
|
199
|
+
successColor: Colors['contrasts']['white1010']
|
|
200
|
+
successBorderColor: Colors['contrasts']['green5782']
|
|
201
|
+
successBackground: Colors['contrasts']['green4570']
|
|
202
|
+
successHoverBackground: Colors['contrasts']['green5782']
|
|
203
|
+
successActiveBackground: Colors['contrasts']['green5782']
|
|
204
204
|
successActiveBoxShadow: string
|
|
205
|
-
successGhostColor:
|
|
206
|
-
successGhostBorderColor:
|
|
205
|
+
successGhostColor: Colors['contrasts']['green4570']
|
|
206
|
+
successGhostBorderColor: Colors['contrasts']['green4570']
|
|
207
207
|
successGhostBackground: string
|
|
208
|
-
successGhostHoverBackground:
|
|
208
|
+
successGhostHoverBackground: Colors['contrasts']['green1212']
|
|
209
209
|
successGhostActiveBackground: string
|
|
210
210
|
successGhostActiveBoxShadow: string
|
|
211
211
|
|
|
212
|
-
dangerColor:
|
|
213
|
-
dangerBorderColor:
|
|
214
|
-
dangerBackground:
|
|
215
|
-
dangerHoverBackground:
|
|
216
|
-
dangerActiveBackground:
|
|
212
|
+
dangerColor: Colors['contrasts']['white1010']
|
|
213
|
+
dangerBorderColor: Colors['contrasts']['red5782']
|
|
214
|
+
dangerBackground: Colors['contrasts']['red4570']
|
|
215
|
+
dangerHoverBackground: Colors['contrasts']['red5782']
|
|
216
|
+
dangerActiveBackground: Colors['contrasts']['red5782']
|
|
217
217
|
dangerActiveBoxShadow: string
|
|
218
|
-
dangerGhostColor:
|
|
219
|
-
dangerGhostBorderColor:
|
|
218
|
+
dangerGhostColor: Colors['contrasts']['red4570']
|
|
219
|
+
dangerGhostBorderColor: Colors['contrasts']['red4570']
|
|
220
220
|
dangerGhostBackground: string
|
|
221
|
-
dangerGhostHoverBackground:
|
|
221
|
+
dangerGhostHoverBackground: Colors['contrasts']['red1212']
|
|
222
222
|
dangerGhostActiveBackground: string
|
|
223
223
|
dangerGhostActiveBoxShadow: string
|
|
224
224
|
|
|
225
|
-
primaryInverseColor:
|
|
226
|
-
primaryInverseBorderColor:
|
|
227
|
-
primaryInverseBackground:
|
|
228
|
-
primaryInverseHoverBackground:
|
|
229
|
-
primaryInverseActiveBackground:
|
|
225
|
+
primaryInverseColor: Colors['contrasts']['grey125125']
|
|
226
|
+
primaryInverseBorderColor: Colors['contrasts']['grey1214']
|
|
227
|
+
primaryInverseBackground: Colors['contrasts']['white1010']
|
|
228
|
+
primaryInverseHoverBackground: Colors['contrasts']['grey1111']
|
|
229
|
+
primaryInverseActiveBackground: Colors['contrasts']['white1010']
|
|
230
230
|
primaryInverseActiveBoxShadow: string
|
|
231
|
-
primaryInverseGhostColor:
|
|
232
|
-
primaryInverseGhostBorderColor:
|
|
231
|
+
primaryInverseGhostColor: Colors['contrasts']['white1010']
|
|
232
|
+
primaryInverseGhostBorderColor: Colors['contrasts']['white1010']
|
|
233
233
|
primaryInverseGhostBackground: string
|
|
234
|
-
primaryInverseGhostHoverBackground:
|
|
234
|
+
primaryInverseGhostHoverBackground: Colors['contrasts']['grey1111']
|
|
235
235
|
primaryInverseGhostActiveBackground: string
|
|
236
236
|
primaryInverseGhostActiveBoxShadow: string
|
|
237
237
|
}
|
|
@@ -245,8 +245,8 @@ export type CloseButtonTheme = {
|
|
|
245
245
|
|
|
246
246
|
export type BylineTheme = {
|
|
247
247
|
fontFamily: Typography['fontFamily']
|
|
248
|
-
background: Colors['
|
|
249
|
-
color: Colors['
|
|
248
|
+
background: Colors['contrasts']['white1010']
|
|
249
|
+
color: Colors['contrasts']['grey125125']
|
|
250
250
|
figureMargin: Spacing['small']
|
|
251
251
|
titleMargin: Spacing['xSmall']
|
|
252
252
|
titleFontSize: Typography['fontSizeLarge']
|
|
@@ -261,18 +261,18 @@ export type BylineTheme = {
|
|
|
261
261
|
}
|
|
262
262
|
|
|
263
263
|
export type CalendarDayTheme = {
|
|
264
|
-
color: Colors['
|
|
265
|
-
background: Colors['
|
|
264
|
+
color: Colors['contrasts']['grey125125']
|
|
265
|
+
background: Colors['contrasts']['white1010']
|
|
266
266
|
fontSize: Typography['fontSizeMedium']
|
|
267
267
|
padding: Spacing['xxSmall']
|
|
268
268
|
height: Forms['inputHeightSmall']
|
|
269
269
|
minWidth: Forms['inputHeightSmall']
|
|
270
|
-
outsideMonthColor: Colors['
|
|
271
|
-
selectedBackground: Colors['
|
|
272
|
-
selectedColor: Colors['
|
|
270
|
+
outsideMonthColor: Colors['contrasts']['grey4570']
|
|
271
|
+
selectedBackground: Colors['contrasts']['green4570']
|
|
272
|
+
selectedColor: Colors['contrasts']['white1010']
|
|
273
273
|
selectedBorderRadius: Border['radiusMedium']
|
|
274
|
-
todayBackground: Colors['
|
|
275
|
-
todayColor: Colors['
|
|
274
|
+
todayBackground: Colors['contrasts']['blue4570']
|
|
275
|
+
todayColor: Colors['contrasts']['white1010']
|
|
276
276
|
todayBorderRadius: Forms['inputHeightSmall']
|
|
277
277
|
}
|
|
278
278
|
|
|
@@ -280,8 +280,8 @@ export type CalendarTheme = {
|
|
|
280
280
|
fontSize: Typography['fontSizeMedium']
|
|
281
281
|
fontFamily: Typography['fontFamily']
|
|
282
282
|
fontWeight: Typography['fontWeightNormal']
|
|
283
|
-
color: Colors['
|
|
284
|
-
background: Colors['
|
|
283
|
+
color: Colors['contrasts']['grey125125']
|
|
284
|
+
background: Colors['contrasts']['white1010']
|
|
285
285
|
navMargin: Spacing['small']
|
|
286
286
|
navWithYearMargin: Spacing['xSmall']
|
|
287
287
|
yearPickerMargin: Spacing['mediumSmall']
|
|
@@ -289,21 +289,21 @@ export type CalendarTheme = {
|
|
|
289
289
|
}
|
|
290
290
|
|
|
291
291
|
export type CheckboxFacadeTheme = {
|
|
292
|
-
color: Colors['
|
|
292
|
+
color: Colors['contrasts']['white1010']
|
|
293
293
|
borderWidth: Border['widthSmall']
|
|
294
|
-
borderColor: Colors['
|
|
294
|
+
borderColor: Colors['contrasts']['grey1214']
|
|
295
295
|
borderRadius: Border['radiusMedium']
|
|
296
|
-
background: Colors['
|
|
296
|
+
background: Colors['contrasts']['white1010']
|
|
297
297
|
marginRight: Spacing['xSmall']
|
|
298
298
|
padding: Spacing['xxxSmall']
|
|
299
|
-
checkedBackground: Colors['
|
|
300
|
-
checkedBorderColor: Colors['
|
|
301
|
-
hoverBorderColor: Colors['
|
|
302
|
-
focusBorderColor: Colors['
|
|
299
|
+
checkedBackground: Colors['contrasts']['grey125125']
|
|
300
|
+
checkedBorderColor: Colors['contrasts']['grey125125']
|
|
301
|
+
hoverBorderColor: Colors['contrasts']['grey125125']
|
|
302
|
+
focusBorderColor: Colors['contrasts']['blue4570']
|
|
303
303
|
focusBorderWidth: Border['widthMedium']
|
|
304
304
|
focusBorderStyle: Border['style']
|
|
305
|
-
labelColor: Colors['
|
|
306
|
-
checkedLabelColor: Colors['
|
|
305
|
+
labelColor: Colors['contrasts']['grey125125']
|
|
306
|
+
checkedLabelColor: Colors['contrasts']['grey125125']
|
|
307
307
|
labelFontFamily: Typography['fontFamily']
|
|
308
308
|
labelFontWeight: Typography['fontWeightNormal']
|
|
309
309
|
labelLineHeight: Typography['lineHeightCondensed']
|
|
@@ -319,24 +319,24 @@ export type CheckboxFacadeTheme = {
|
|
|
319
319
|
}
|
|
320
320
|
|
|
321
321
|
export type ToggleFacadeTheme = {
|
|
322
|
-
color: Colors['
|
|
323
|
-
background: Colors['
|
|
324
|
-
borderColor: Colors['
|
|
322
|
+
color: Colors['contrasts']['white1010']
|
|
323
|
+
background: Colors['contrasts']['grey1111']
|
|
324
|
+
borderColor: Colors['contrasts']['grey1214']
|
|
325
325
|
borderWidth: Border['widthMedium']
|
|
326
326
|
borderRadius: string
|
|
327
327
|
marginEnd: Spacing['small']
|
|
328
328
|
marginStart: Spacing['small']
|
|
329
329
|
marginVertical: Spacing['xSmall']
|
|
330
|
-
checkedBackground: Colors['
|
|
331
|
-
uncheckedIconColor: Colors['
|
|
332
|
-
checkedIconColor: Colors['
|
|
333
|
-
focusOutlineColor: Colors['
|
|
330
|
+
checkedBackground: Colors['contrasts']['green4570']
|
|
331
|
+
uncheckedIconColor: Colors['contrasts']['grey125125']
|
|
332
|
+
checkedIconColor: Colors['contrasts']['green4570']
|
|
333
|
+
focusOutlineColor: Colors['contrasts']['blue4570']
|
|
334
334
|
focusBorderWidth: Border['widthMedium']
|
|
335
335
|
focusBorderStyle: Border['style']
|
|
336
|
-
toggleBackground: Colors['
|
|
336
|
+
toggleBackground: Colors['contrasts']['white1010']
|
|
337
337
|
toggleShadow: Shadows['depth1']
|
|
338
338
|
toggleSize: Forms['inputHeightSmall']
|
|
339
|
-
labelColor: Colors['
|
|
339
|
+
labelColor: Colors['contrasts']['grey125125']
|
|
340
340
|
labelFontFamily: Typography['fontFamily']
|
|
341
341
|
labelFontWeight: Typography['fontWeightNormal']
|
|
342
342
|
labelLineHeight: Typography['lineHeightCondensed']
|
|
@@ -348,57 +348,57 @@ export type ToggleFacadeTheme = {
|
|
|
348
348
|
export type CodeEditorTheme = {
|
|
349
349
|
fontFamily: Typography['fontFamilyMonospace']
|
|
350
350
|
fontSize: Typography['fontSizeSmall']
|
|
351
|
-
background: Colors['
|
|
351
|
+
background: Colors['contrasts']['grey1111']
|
|
352
352
|
border: string | 0
|
|
353
353
|
borderRadius: Border['radiusMedium']
|
|
354
|
-
focusBorderColor: Colors['
|
|
355
|
-
focusBoxShadow:
|
|
354
|
+
focusBorderColor: Colors['contrasts']['blue4570']
|
|
355
|
+
focusBoxShadow: string
|
|
356
356
|
horizontalPadding: Spacing['xSmall']
|
|
357
357
|
verticalPadding: Spacing['xxSmall']
|
|
358
|
-
color: Colors['
|
|
359
|
-
lineNumberColor: Colors['
|
|
360
|
-
gutterBorder: Colors['
|
|
361
|
-
gutterBackground: Colors['
|
|
362
|
-
gutterMarkerColor: Colors['
|
|
363
|
-
gutterMarkerSubtleColor: Colors['
|
|
364
|
-
cursorColor: Colors['
|
|
365
|
-
secondaryCursorColor: Colors['
|
|
366
|
-
rulerColor: Colors['
|
|
367
|
-
matchingBracketOutline: Colors['
|
|
368
|
-
nonMatchingBracketColor: Colors['
|
|
358
|
+
color: Colors['contrasts']['grey125125']
|
|
359
|
+
lineNumberColor: Colors['contrasts']['grey4570']
|
|
360
|
+
gutterBorder: Colors['contrasts']['grey1111']
|
|
361
|
+
gutterBackground: Colors['contrasts']['grey1214']
|
|
362
|
+
gutterMarkerColor: Colors['contrasts']['blue4570']
|
|
363
|
+
gutterMarkerSubtleColor: Colors['contrasts']['grey4570']
|
|
364
|
+
cursorColor: Colors['contrasts']['grey125125']
|
|
365
|
+
secondaryCursorColor: Colors['contrasts']['grey4570']
|
|
366
|
+
rulerColor: Colors['contrasts']['grey4570']
|
|
367
|
+
matchingBracketOutline: Colors['contrasts']['grey4570']
|
|
368
|
+
nonMatchingBracketColor: Colors['contrasts']['red4570']
|
|
369
369
|
matchingTagBackground: string
|
|
370
|
-
activeLineBackground: Colors['
|
|
371
|
-
selectedBackground: Colors['
|
|
372
|
-
fatCursorBackground: Colors['
|
|
370
|
+
activeLineBackground: Colors['contrasts']['grey1214']
|
|
371
|
+
selectedBackground: Colors['contrasts']['grey1424']
|
|
372
|
+
fatCursorBackground: Colors['contrasts']['green4570']
|
|
373
373
|
fatCursorMarkBackground: string
|
|
374
374
|
searchingBackground: string
|
|
375
375
|
zIndex: Stacking['above']
|
|
376
|
-
quoteColor: Colors['
|
|
377
|
-
headerColor: Colors['
|
|
378
|
-
negativeColor: Colors['
|
|
379
|
-
positiveColor: Colors['
|
|
380
|
-
keywordColor: Colors['
|
|
381
|
-
atomColor: Colors['
|
|
382
|
-
numberColor: Colors['
|
|
383
|
-
defColor: Colors['
|
|
384
|
-
variableColor: Colors['
|
|
385
|
-
secondaryVariableColor: Colors['
|
|
386
|
-
typeColor: Colors['
|
|
387
|
-
commentColor: Colors['
|
|
388
|
-
stringColor: Colors['
|
|
389
|
-
secondaryStringColor: Colors['
|
|
390
|
-
metaColor: Colors['
|
|
391
|
-
qualifierColor: Colors['
|
|
392
|
-
builtInColor: Colors['
|
|
393
|
-
bracketColor: Colors['
|
|
394
|
-
tagColor: Colors['
|
|
395
|
-
attributeColor: Colors['
|
|
396
|
-
hrColor: Colors['
|
|
397
|
-
linkColor: Colors['
|
|
398
|
-
errorColor: Colors['
|
|
399
|
-
propertyColor: Colors['
|
|
400
|
-
nodeColor: Colors['
|
|
401
|
-
operatorColor: Colors['
|
|
376
|
+
quoteColor: Colors['contrasts']['green4570']
|
|
377
|
+
headerColor: Colors['contrasts']['orange4570']
|
|
378
|
+
negativeColor: Colors['contrasts']['red4570']
|
|
379
|
+
positiveColor: Colors['contrasts']['green4570']
|
|
380
|
+
keywordColor: Colors['contrasts']['blue4570']
|
|
381
|
+
atomColor: Colors['contrasts']['orange4570']
|
|
382
|
+
numberColor: Colors['contrasts']['orange4570']
|
|
383
|
+
defColor: Colors['contrasts']['grey125125']
|
|
384
|
+
variableColor: Colors['contrasts']['blue4570']
|
|
385
|
+
secondaryVariableColor: Colors['contrasts']['orange4570']
|
|
386
|
+
typeColor: Colors['contrasts']['blue4570']
|
|
387
|
+
commentColor: Colors['contrasts']['grey4570']
|
|
388
|
+
stringColor: Colors['contrasts']['blue4570']
|
|
389
|
+
secondaryStringColor: Colors['contrasts']['red4570']
|
|
390
|
+
metaColor: Colors['contrasts']['grey125125']
|
|
391
|
+
qualifierColor: Colors['contrasts']['green4570']
|
|
392
|
+
builtInColor: Colors['contrasts']['orange4570']
|
|
393
|
+
bracketColor: Colors['contrasts']['grey4570']
|
|
394
|
+
tagColor: Colors['contrasts']['green4570']
|
|
395
|
+
attributeColor: Colors['contrasts']['blue4570']
|
|
396
|
+
hrColor: Colors['contrasts']['grey4570']
|
|
397
|
+
linkColor: Colors['contrasts']['blue4570']
|
|
398
|
+
errorColor: Colors['contrasts']['red4570']
|
|
399
|
+
propertyColor: Colors['contrasts']['blue5782']
|
|
400
|
+
nodeColor: Colors['contrasts']['orange4570']
|
|
401
|
+
operatorColor: Colors['contrasts']['grey125125']
|
|
402
402
|
}
|
|
403
403
|
|
|
404
404
|
export type ColorContrastTheme = {
|
|
@@ -417,9 +417,9 @@ export type ColorContrastTheme = {
|
|
|
417
417
|
|
|
418
418
|
smallBorder: Border['widthSmall']
|
|
419
419
|
|
|
420
|
-
successColor: Colors['
|
|
421
|
-
failureColor: Colors['
|
|
422
|
-
pickedHexColor: Colors['
|
|
420
|
+
successColor: Colors['contrasts']['green4570']
|
|
421
|
+
failureColor: Colors['contrasts']['red4570']
|
|
422
|
+
pickedHexColor: Colors['contrasts']['grey4570']
|
|
423
423
|
}
|
|
424
424
|
|
|
425
425
|
export type ColorIndicatorTheme = {
|
|
@@ -435,8 +435,8 @@ export type ColorIndicatorTheme = {
|
|
|
435
435
|
}
|
|
436
436
|
|
|
437
437
|
export type ColorMixerPaletteTheme = {
|
|
438
|
-
indicatorBorderColor: Colors['
|
|
439
|
-
whiteColor: Colors['
|
|
438
|
+
indicatorBorderColor: Colors['contrasts']['grey125125']
|
|
439
|
+
whiteColor: Colors['contrasts']['white1010']
|
|
440
440
|
colorIndicatorBorderColor: string
|
|
441
441
|
|
|
442
442
|
indicatorBorderWidth: Border['widthSmall']
|
|
@@ -455,7 +455,7 @@ export type ColorMixerRGBAInputTheme = {
|
|
|
455
455
|
}
|
|
456
456
|
|
|
457
457
|
export type ColorMixerSliderTheme = {
|
|
458
|
-
indicatorBorderColor: Colors['
|
|
458
|
+
indicatorBorderColor: Colors['contrasts']['grey125125']
|
|
459
459
|
|
|
460
460
|
checkerboardBackgroundImage: string
|
|
461
461
|
checkerboardBackgroundSize: string
|
|
@@ -469,13 +469,13 @@ export type ColorMixerSliderTheme = {
|
|
|
469
469
|
}
|
|
470
470
|
|
|
471
471
|
export type ColorPickerTheme = {
|
|
472
|
-
hashMarkColor: Colors['
|
|
473
|
-
warningIconColor: Colors['
|
|
474
|
-
errorIconColor: Colors['
|
|
475
|
-
successIconColor: Colors['
|
|
476
|
-
popoverSeparatorColor: Colors['
|
|
477
|
-
popoverFooterColor: Colors['
|
|
478
|
-
checkerboardBackgroundColor: Colors['
|
|
472
|
+
hashMarkColor: Colors['contrasts']['grey4570']
|
|
473
|
+
warningIconColor: Colors['contrasts']['orange4570']
|
|
474
|
+
errorIconColor: Colors['contrasts']['red4570']
|
|
475
|
+
successIconColor: Colors['contrasts']['green4570']
|
|
476
|
+
popoverSeparatorColor: Colors['contrasts']['grey1214']
|
|
477
|
+
popoverFooterColor: Colors['contrasts']['grey1111']
|
|
478
|
+
checkerboardBackgroundColor: Colors['contrasts']['white1010']
|
|
479
479
|
checkerboardBackgroundImage: string
|
|
480
480
|
checkerboardBackgroundSize: string
|
|
481
481
|
checkerboardBackgroundPosition: string
|
|
@@ -500,11 +500,11 @@ export type ColorPickerTheme = {
|
|
|
500
500
|
export type ColorPresetTheme = {
|
|
501
501
|
xxSmallSpacing: Spacing['xxSmall']
|
|
502
502
|
smallSpacing: Spacing['small']
|
|
503
|
-
selectedIndicatorBackgroundColor: Colors['
|
|
504
|
-
selectedIndicatorBorderColor: Colors['
|
|
505
|
-
popoverDividerColor: Colors['
|
|
503
|
+
selectedIndicatorBackgroundColor: Colors['contrasts']['white1010']
|
|
504
|
+
selectedIndicatorBorderColor: Colors['contrasts']['grey125125']
|
|
505
|
+
popoverDividerColor: Colors['contrasts']['grey1214']
|
|
506
506
|
smallBorder: Border['widthSmall']
|
|
507
|
-
popoverFooterColor: Colors['
|
|
507
|
+
popoverFooterColor: Colors['contrasts']['grey1111']
|
|
508
508
|
checkerboardBackgroundImage: string
|
|
509
509
|
checkerboardBackgroundSize: string
|
|
510
510
|
checkerboardBackgroundPosition: string
|
|
@@ -519,8 +519,8 @@ export type DrawerLayoutContentTheme = {
|
|
|
519
519
|
}
|
|
520
520
|
|
|
521
521
|
export type DrawerLayoutTrayTheme = {
|
|
522
|
-
background: Colors['
|
|
523
|
-
borderColor: Colors['
|
|
522
|
+
background: Colors['contrasts']['white1010']
|
|
523
|
+
borderColor: Colors['contrasts']['grey1214']
|
|
524
524
|
borderWidth: Border['widthSmall']
|
|
525
525
|
borderStyle: Border['style']
|
|
526
526
|
zIndex: Stacking['topmost']
|
|
@@ -532,19 +532,19 @@ export type DrawerLayoutTrayTheme = {
|
|
|
532
532
|
|
|
533
533
|
export type DrilldownTheme = {
|
|
534
534
|
headerTitleFontWeight: Typography['fontWeightBold']
|
|
535
|
-
headerActionColor: Colors['
|
|
535
|
+
headerActionColor: Colors['contrasts']['blue4570']
|
|
536
536
|
labelInfoPadding: Spacing['small']
|
|
537
537
|
}
|
|
538
538
|
|
|
539
539
|
export type FileDropTheme = {
|
|
540
|
-
backgroundColor: Colors['
|
|
540
|
+
backgroundColor: Colors['contrasts']['white1010']
|
|
541
541
|
borderRadius: Border['radiusLarge']
|
|
542
542
|
borderWidth: Border['widthMedium']
|
|
543
543
|
borderStyle: string
|
|
544
|
-
borderColor: Colors['
|
|
545
|
-
hoverBorderColor: Colors['
|
|
546
|
-
acceptedColor: Colors['
|
|
547
|
-
rejectedColor: Colors['
|
|
544
|
+
borderColor: Colors['contrasts']['grey1214']
|
|
545
|
+
hoverBorderColor: Colors['contrasts']['blue4570']
|
|
546
|
+
acceptedColor: Colors['contrasts']['blue4570']
|
|
547
|
+
rejectedColor: Colors['contrasts']['red4570']
|
|
548
548
|
}
|
|
549
549
|
|
|
550
550
|
export type FlexTheme = {
|
|
@@ -564,12 +564,12 @@ export type FormFieldGroupTheme = {
|
|
|
564
564
|
borderStyle: Border['style']
|
|
565
565
|
borderColor: string
|
|
566
566
|
borderRadius: Border['radiusMedium']
|
|
567
|
-
errorBorderColor: Colors['
|
|
567
|
+
errorBorderColor: Colors['contrasts']['red4570']
|
|
568
568
|
errorFieldsPadding: Spacing['xSmall']
|
|
569
569
|
}
|
|
570
570
|
|
|
571
571
|
export type FormFieldLabelTheme = {
|
|
572
|
-
color: Colors['
|
|
572
|
+
color: Colors['contrasts']['grey125125']
|
|
573
573
|
fontFamily: Typography['fontFamily']
|
|
574
574
|
fontWeight: Typography['fontWeightBold']
|
|
575
575
|
fontSize: Typography['fontSizeMedium']
|
|
@@ -577,9 +577,9 @@ export type FormFieldLabelTheme = {
|
|
|
577
577
|
}
|
|
578
578
|
|
|
579
579
|
export type FormFieldMessageTheme = {
|
|
580
|
-
colorHint: Colors['
|
|
581
|
-
colorError: Colors['
|
|
582
|
-
colorSuccess: Colors['
|
|
580
|
+
colorHint: Colors['contrasts']['grey125125']
|
|
581
|
+
colorError: Colors['contrasts']['red4570']
|
|
582
|
+
colorSuccess: Colors['contrasts']['green4570']
|
|
583
583
|
fontFamily: Typography['fontFamily']
|
|
584
584
|
fontWeight: Typography['fontWeightNormal']
|
|
585
585
|
fontSize: Typography['fontSizeSmall']
|
|
@@ -613,12 +613,12 @@ export type HeadingTheme = {
|
|
|
613
613
|
h5FontSize: Typography['fontSizeSmall']
|
|
614
614
|
h5FontWeight: Typography['fontWeightNormal']
|
|
615
615
|
h5FontFamily: Typography['fontFamily']
|
|
616
|
-
primaryInverseColor: Colors['
|
|
617
|
-
primaryColor: Colors['
|
|
618
|
-
secondaryColor: Colors['
|
|
619
|
-
secondaryInverseColor: Colors['
|
|
616
|
+
primaryInverseColor: Colors['contrasts']['white1010']
|
|
617
|
+
primaryColor: Colors['contrasts']['grey125125']
|
|
618
|
+
secondaryColor: Colors['contrasts']['grey4570']
|
|
619
|
+
secondaryInverseColor: Colors['contrasts']['grey1111']
|
|
620
620
|
borderPadding: Spacing['xxxSmall']
|
|
621
|
-
borderColor: Colors['
|
|
621
|
+
borderColor: Colors['contrasts']['grey1214']
|
|
622
622
|
borderWidth: Border['widthSmall']
|
|
623
623
|
borderStyle: Border['style']
|
|
624
624
|
}
|
|
@@ -631,19 +631,19 @@ export type ImgTheme = {
|
|
|
631
631
|
export type LinkTheme = {
|
|
632
632
|
fontFamily: Typography['fontFamily']
|
|
633
633
|
fontWeight: Typography['fontWeightNormal']
|
|
634
|
-
color: Colors['
|
|
634
|
+
color: Colors['contrasts']['blue4570']
|
|
635
635
|
textDecorationWithinText: string
|
|
636
636
|
hoverTextDecorationWithinText: string
|
|
637
637
|
textDecorationOutsideText: string
|
|
638
638
|
hoverTextDecorationOutsideText: string
|
|
639
639
|
focusOutlineWidth: Border['widthMedium']
|
|
640
|
-
focusOutlineColor: Colors['
|
|
640
|
+
focusOutlineColor: Colors['contrasts']['blue4570']
|
|
641
641
|
focusOutlineStyle: Border['style']
|
|
642
642
|
focusOutlineBorderRadius: Border['radiusSmall']
|
|
643
|
-
hoverColor:
|
|
644
|
-
colorInverse: Colors['
|
|
645
|
-
focusInverseOutlineColor: Colors['
|
|
646
|
-
focusInverseIconOutlineColor: Colors['
|
|
643
|
+
hoverColor: string
|
|
644
|
+
colorInverse: Colors['contrasts']['grey1111']
|
|
645
|
+
focusInverseOutlineColor: Colors['contrasts']['white1010']
|
|
646
|
+
focusInverseIconOutlineColor: Colors['contrasts']['white1010']
|
|
647
647
|
iconSize: string
|
|
648
648
|
iconPlusTextMargin: Spacing['xxSmall']
|
|
649
649
|
}
|
|
@@ -654,7 +654,7 @@ export type InlineListItemTheme = {
|
|
|
654
654
|
fontSizeSmall: Typography['fontSizeSmall']
|
|
655
655
|
fontSizeMedium: Typography['fontSizeMedium']
|
|
656
656
|
fontSizeLarge: Typography['fontSizeLarge']
|
|
657
|
-
color: Colors['
|
|
657
|
+
color: Colors['contrasts']['grey4570']
|
|
658
658
|
lineHeight: Typography['lineHeightCondensed']
|
|
659
659
|
noneSpacing: Spacing['xSmall']
|
|
660
660
|
pipeSpacing: Spacing['xSmall']
|
|
@@ -678,7 +678,7 @@ export type ListItemTheme = {
|
|
|
678
678
|
fontSizeSmall: Typography['fontSizeSmall']
|
|
679
679
|
fontSizeMedium: Typography['fontSizeMedium']
|
|
680
680
|
fontSizeLarge: Typography['fontSizeLarge']
|
|
681
|
-
color: Colors['
|
|
681
|
+
color: Colors['contrasts']['grey125125']
|
|
682
682
|
spacingXXXSmall: Spacing['xxxSmall']
|
|
683
683
|
spacingXXSmall: Spacing['xxSmall']
|
|
684
684
|
spacingXSmall: Spacing['xSmall']
|
|
@@ -704,13 +704,13 @@ export type MenuItemTheme = {
|
|
|
704
704
|
lineHeight: Typography['lineHeightCondensed']
|
|
705
705
|
fontSize: Typography['fontSizeMedium']
|
|
706
706
|
labelPadding: Spacing['large']
|
|
707
|
-
labelColor: Colors['
|
|
708
|
-
background: Colors['
|
|
709
|
-
iconColor: Colors['
|
|
707
|
+
labelColor: Colors['contrasts']['grey125125']
|
|
708
|
+
background: Colors['contrasts']['white1010']
|
|
709
|
+
iconColor: Colors['contrasts']['grey125125']
|
|
710
710
|
iconPadding: Spacing['small']
|
|
711
|
-
activeBackground: Colors['
|
|
712
|
-
activeLabelColor: Colors['
|
|
713
|
-
activeIconColor: Colors['
|
|
711
|
+
activeBackground: Colors['contrasts']['blue4570']
|
|
712
|
+
activeLabelColor: Colors['contrasts']['white1010']
|
|
713
|
+
activeIconColor: Colors['contrasts']['white1010']
|
|
714
714
|
}
|
|
715
715
|
|
|
716
716
|
export type MenuGroupTheme = {
|
|
@@ -718,12 +718,12 @@ export type MenuGroupTheme = {
|
|
|
718
718
|
fontFamily: Typography['fontFamily']
|
|
719
719
|
fontWeight: Typography['fontWeightBold']
|
|
720
720
|
padding: string | 0
|
|
721
|
-
color: Colors['
|
|
722
|
-
background: Colors['
|
|
721
|
+
color: Colors['contrasts']['grey125125']
|
|
722
|
+
background: Colors['contrasts']['white1010']
|
|
723
723
|
}
|
|
724
724
|
|
|
725
725
|
export type MenuSeparatorTheme = {
|
|
726
|
-
background: Colors['
|
|
726
|
+
background: Colors['contrasts']['grey1214']
|
|
727
727
|
height: Border['widthSmall']
|
|
728
728
|
margin: string | 0
|
|
729
729
|
}
|
|
@@ -731,21 +731,21 @@ export type MenuSeparatorTheme = {
|
|
|
731
731
|
export type MenuTheme = {
|
|
732
732
|
minWidth: Breakpoints['xxSmall']
|
|
733
733
|
maxWidth: Breakpoints['xSmall']
|
|
734
|
-
background: Colors['
|
|
734
|
+
background: Colors['contrasts']['white1010']
|
|
735
735
|
borderRadius: Border['radiusMedium']
|
|
736
736
|
focusBorderStyle: Border['style']
|
|
737
737
|
focusBorderWidth: Border['widthMedium']
|
|
738
|
-
focusBorderColor: Colors['
|
|
738
|
+
focusBorderColor: Colors['contrasts']['blue4570']
|
|
739
739
|
focusBorderRadius: Border['radiusMedium']
|
|
740
740
|
}
|
|
741
741
|
|
|
742
742
|
export type MetricTheme = {
|
|
743
743
|
padding: string | 0
|
|
744
744
|
fontFamily: Typography['fontFamily']
|
|
745
|
-
valueColor: Colors['
|
|
745
|
+
valueColor: Colors['contrasts']['grey125125']
|
|
746
746
|
valueFontSize: Typography['fontSizeXLarge']
|
|
747
747
|
valueFontWeight: Typography['fontWeightBold']
|
|
748
|
-
labelColor: Colors['
|
|
748
|
+
labelColor: Colors['contrasts']['grey125125']
|
|
749
749
|
labelFontSize: Typography['fontSizeXSmall']
|
|
750
750
|
}
|
|
751
751
|
|
|
@@ -754,36 +754,36 @@ export type MetricGroupTheme = {
|
|
|
754
754
|
}
|
|
755
755
|
|
|
756
756
|
export type ModalBodyTheme = {
|
|
757
|
-
inverseBackground:
|
|
757
|
+
inverseBackground: string
|
|
758
758
|
}
|
|
759
759
|
|
|
760
760
|
export type ModalFooterTheme = {
|
|
761
|
-
background: Colors['
|
|
762
|
-
borderColor: Colors['
|
|
761
|
+
background: Colors['contrasts']['grey1111']
|
|
762
|
+
borderColor: Colors['contrasts']['grey1214']
|
|
763
763
|
borderWidth: Border['widthSmall']
|
|
764
764
|
borderRadius: Border['radiusMedium']
|
|
765
765
|
padding: Spacing['small']
|
|
766
|
-
inverseBackground: Colors['
|
|
767
|
-
inverseBorderColor: Colors['
|
|
766
|
+
inverseBackground: Colors['contrasts']['grey100100']
|
|
767
|
+
inverseBorderColor: Colors['contrasts']['grey100100']
|
|
768
768
|
}
|
|
769
769
|
|
|
770
770
|
export type ModalHeaderTheme = {
|
|
771
|
-
background: Colors['
|
|
772
|
-
borderColor: Colors['
|
|
771
|
+
background: Colors['contrasts']['white1010']
|
|
772
|
+
borderColor: Colors['contrasts']['grey1214']
|
|
773
773
|
padding: Spacing['medium']
|
|
774
774
|
paddingCompact: Spacing['small']
|
|
775
|
-
inverseBackground: Colors['
|
|
776
|
-
inverseBorderColor: Colors['
|
|
775
|
+
inverseBackground: Colors['contrasts']['grey125125']
|
|
776
|
+
inverseBorderColor: Colors['contrasts']['grey125125']
|
|
777
777
|
}
|
|
778
778
|
|
|
779
779
|
export type ModalTheme = {
|
|
780
780
|
fontFamily: Typography['fontFamily']
|
|
781
|
-
textColor: Colors['
|
|
782
|
-
background: Colors['
|
|
783
|
-
borderColor: Colors['
|
|
781
|
+
textColor: Colors['contrasts']['grey125125']
|
|
782
|
+
background: Colors['contrasts']['white1010']
|
|
783
|
+
borderColor: Colors['contrasts']['grey125125']
|
|
784
784
|
borderRadius: Border['radiusMedium']
|
|
785
|
-
inverseBackground: Colors['
|
|
786
|
-
inverseTextColor: Colors['
|
|
785
|
+
inverseBackground: Colors['contrasts']['grey100100']
|
|
786
|
+
inverseTextColor: Colors['contrasts']['white1010']
|
|
787
787
|
autoMinWidth: Breakpoints['xSmall']
|
|
788
788
|
smallMaxWidth: Breakpoints['small']
|
|
789
789
|
mediumMaxWidth: Breakpoints['medium']
|
|
@@ -801,17 +801,17 @@ export type AppNavItemTheme = {
|
|
|
801
801
|
fontFamily: Typography['fontFamily']
|
|
802
802
|
fontSize: string | 0
|
|
803
803
|
fontWeight: Typography['fontWeightBold']
|
|
804
|
-
textColor: Colors['
|
|
805
|
-
textColorSelected: Colors['
|
|
804
|
+
textColor: Colors['contrasts']['blue4570']
|
|
805
|
+
textColorSelected: Colors['contrasts']['grey125125']
|
|
806
806
|
height: string | 0
|
|
807
807
|
padding: Spacing['small']
|
|
808
|
-
backgroundColor: Colors['
|
|
808
|
+
backgroundColor: Colors['contrasts']['white1010']
|
|
809
809
|
}
|
|
810
810
|
|
|
811
811
|
export type AppNavTheme = {
|
|
812
812
|
fontFamily: Typography['fontFamily']
|
|
813
813
|
height: string | 0
|
|
814
|
-
borderColor: Colors['
|
|
814
|
+
borderColor: Colors['contrasts']['grey1214']
|
|
815
815
|
borderStyle: Border['style']
|
|
816
816
|
borderWidth: Border['widthSmall']
|
|
817
817
|
horizontalMargin: Spacing['xxSmall']
|
|
@@ -819,15 +819,15 @@ export type AppNavTheme = {
|
|
|
819
819
|
}
|
|
820
820
|
|
|
821
821
|
export type SideNavBarTheme = {
|
|
822
|
-
fontColor: Colors['
|
|
823
|
-
backgroundColor: Colors['
|
|
822
|
+
fontColor: Colors['contrasts']['white1010']
|
|
823
|
+
backgroundColor: Colors['contrasts']['grey100100']
|
|
824
824
|
width: string
|
|
825
825
|
minimizedWidth: string
|
|
826
|
-
fill: Colors['
|
|
826
|
+
fill: Colors['contrasts']['white1010']
|
|
827
827
|
focusOutlineInnerWidth: Border['widthMedium']
|
|
828
828
|
focusOutlineOuterWidth: Border['widthSmall']
|
|
829
|
-
focusOutlineInnerColor: Colors['
|
|
830
|
-
focusOutlineOuterColor: Colors['
|
|
829
|
+
focusOutlineInnerColor: Colors['contrasts']['blue4570']
|
|
830
|
+
focusOutlineOuterColor: Colors['contrasts']['white1010']
|
|
831
831
|
marginBottom: Spacing['small']
|
|
832
832
|
toggleTransition: Transitions['duration']
|
|
833
833
|
}
|
|
@@ -836,18 +836,18 @@ export type SideNavBarItemTheme = {
|
|
|
836
836
|
fontSize: Typography['fontSizeSmall']
|
|
837
837
|
fontFamily: Typography['fontFamily']
|
|
838
838
|
fontWeight: Typography['fontWeightNormal']
|
|
839
|
-
fontColor: Colors['
|
|
839
|
+
fontColor: Colors['contrasts']['white1010']
|
|
840
840
|
iconSize: string | 0
|
|
841
|
-
iconColor: Colors['
|
|
841
|
+
iconColor: Colors['contrasts']['white1010']
|
|
842
842
|
lineHeight: Typography['lineHeight']
|
|
843
843
|
backgroundColor: string
|
|
844
844
|
linkTextDecoration: string
|
|
845
|
-
hoverBackgroundColor:
|
|
845
|
+
hoverBackgroundColor: string
|
|
846
846
|
outerFocusOutline: string
|
|
847
847
|
innerFocusOutline: string
|
|
848
|
-
selectedFontColor: Colors['
|
|
849
|
-
selectedIconColor: Colors['
|
|
850
|
-
selectedBackgroundColor: Colors['
|
|
848
|
+
selectedFontColor: Colors['contrasts']['blue4570']
|
|
849
|
+
selectedIconColor: Colors['contrasts']['blue4570']
|
|
850
|
+
selectedBackgroundColor: Colors['contrasts']['white1010']
|
|
851
851
|
selectedOuterFocusOutline: string
|
|
852
852
|
selectedInnerFocusOutline: string
|
|
853
853
|
contentPadding: Spacing['xxSmall']
|
|
@@ -858,23 +858,23 @@ export type NumberInputTheme = {
|
|
|
858
858
|
fontWeight: Typography['fontWeightNormal']
|
|
859
859
|
borderWidth: Border['widthSmall']
|
|
860
860
|
borderStyle: Border['style']
|
|
861
|
-
borderColor: Colors['
|
|
861
|
+
borderColor: Colors['contrasts']['grey1214']
|
|
862
862
|
borderRadius: Border['radiusMedium']
|
|
863
|
-
color: Colors['
|
|
864
|
-
background: Colors['
|
|
863
|
+
color: Colors['contrasts']['grey125125']
|
|
864
|
+
background: Colors['contrasts']['white1010']
|
|
865
865
|
padding: string | 0
|
|
866
866
|
arrowsContainerWidth: string | 0
|
|
867
|
-
arrowsColor: Colors['
|
|
868
|
-
arrowsBackgroundColor: Colors['
|
|
869
|
-
arrowsHoverBackgroundColor: Colors['
|
|
870
|
-
arrowsBorderColor: Colors['
|
|
867
|
+
arrowsColor: Colors['contrasts']['grey125125']
|
|
868
|
+
arrowsBackgroundColor: Colors['contrasts']['grey1111']
|
|
869
|
+
arrowsHoverBackgroundColor: Colors['contrasts']['grey1214']
|
|
870
|
+
arrowsBorderColor: Colors['contrasts']['grey1214']
|
|
871
871
|
arrowsActiveBoxShadow: string
|
|
872
872
|
focusOutlineWidth: Border['widthMedium']
|
|
873
873
|
focusOutlineStyle: Border['style']
|
|
874
|
-
focusOutlineColor: Colors['
|
|
875
|
-
errorBorderColor: Colors['
|
|
876
|
-
errorOutlineColor: Colors['
|
|
877
|
-
placeholderColor: Colors['
|
|
874
|
+
focusOutlineColor: Colors['contrasts']['blue4570']
|
|
875
|
+
errorBorderColor: Colors['contrasts']['red4570']
|
|
876
|
+
errorOutlineColor: Colors['contrasts']['red4570']
|
|
877
|
+
placeholderColor: Colors['contrasts']['grey4570']
|
|
878
878
|
mediumFontSize: Typography['fontSizeMedium']
|
|
879
879
|
mediumHeight: Forms['inputHeightMedium']
|
|
880
880
|
largeFontSize: Typography['fontSizeLarge']
|
|
@@ -886,12 +886,12 @@ export type OptionsItemTheme = {
|
|
|
886
886
|
fontFamily: Typography['fontFamily']
|
|
887
887
|
fontWeight: Typography['fontWeightNormal']
|
|
888
888
|
lineHeight: Typography['lineHeightCondensed']
|
|
889
|
-
color: Colors['
|
|
890
|
-
background: Colors['
|
|
891
|
-
highlightedLabelColor: Colors['
|
|
892
|
-
highlightedBackground: Colors['
|
|
893
|
-
selectedLabelColor: Colors['
|
|
894
|
-
selectedBackground: Colors['
|
|
889
|
+
color: Colors['contrasts']['grey125125']
|
|
890
|
+
background: Colors['contrasts']['white1010']
|
|
891
|
+
highlightedLabelColor: Colors['contrasts']['white1010']
|
|
892
|
+
highlightedBackground: Colors['contrasts']['blue4570']
|
|
893
|
+
selectedLabelColor: Colors['contrasts']['white1010']
|
|
894
|
+
selectedBackground: Colors['contrasts']['grey4570']
|
|
895
895
|
padding: string | 0
|
|
896
896
|
iconPadding: Spacing['small']
|
|
897
897
|
nestedPadding: Spacing['medium']
|
|
@@ -901,19 +901,19 @@ export type OptionsItemTheme = {
|
|
|
901
901
|
descriptionFontWeight: Typography['fontWeightNormal']
|
|
902
902
|
descriptionLineHeight: Typography['lineHeight']
|
|
903
903
|
descriptionPaddingStart: string | 0
|
|
904
|
-
descriptionColor: Colors['
|
|
904
|
+
descriptionColor: Colors['contrasts']['grey4570']
|
|
905
905
|
}
|
|
906
906
|
|
|
907
907
|
export type OptionsSeparatorTheme = {
|
|
908
|
-
background: Colors['
|
|
908
|
+
background: Colors['contrasts']['grey1214']
|
|
909
909
|
height: Border['widthSmall']
|
|
910
910
|
margin: string | 0
|
|
911
911
|
}
|
|
912
912
|
|
|
913
913
|
export type OptionsTheme = {
|
|
914
914
|
labelFontWeight: Typography['fontWeightBold']
|
|
915
|
-
background: Colors['
|
|
916
|
-
labelColor: Colors['
|
|
915
|
+
background: Colors['contrasts']['white1010']
|
|
916
|
+
labelColor: Colors['contrasts']['grey125125']
|
|
917
917
|
labelPadding: string | 0
|
|
918
918
|
nestedLabelPadding: string | 0
|
|
919
919
|
}
|
|
@@ -922,7 +922,7 @@ export type MaskTheme = {
|
|
|
922
922
|
zIndex: Stacking['topmost']
|
|
923
923
|
background: string
|
|
924
924
|
borderColor: string
|
|
925
|
-
focusBorderColor: Colors['
|
|
925
|
+
focusBorderColor: Colors['contrasts']['blue4570']
|
|
926
926
|
borderRadius: Border['radiusMedium']
|
|
927
927
|
borderWidth: Border['widthSmall']
|
|
928
928
|
}
|
|
@@ -931,8 +931,8 @@ export type PagesTheme = {
|
|
|
931
931
|
fontSize: Typography['fontSizeMedium']
|
|
932
932
|
fontFamily: Typography['fontFamily']
|
|
933
933
|
fontWeight: Typography['fontWeightNormal']
|
|
934
|
-
color: Colors['
|
|
935
|
-
background: Colors['
|
|
934
|
+
color: Colors['contrasts']['grey125125']
|
|
935
|
+
background: Colors['contrasts']['white1010']
|
|
936
936
|
}
|
|
937
937
|
|
|
938
938
|
export type PaginationPageInputTheme = {
|
|
@@ -944,17 +944,17 @@ export type PillTheme = {
|
|
|
944
944
|
fontFamily: Typography['fontFamily']
|
|
945
945
|
padding: string | 0
|
|
946
946
|
height: string | 0
|
|
947
|
-
background: Colors['
|
|
947
|
+
background: Colors['contrasts']['white1010']
|
|
948
948
|
textFontSize: Typography['fontSizeSmall']
|
|
949
949
|
statusLabelFontWeight: Typography['fontWeightBold']
|
|
950
950
|
textFontWeight: Typography['fontWeightNormal']
|
|
951
951
|
maxWidth: string | 0
|
|
952
|
-
primaryColor: Colors['
|
|
953
|
-
infoColor: Colors['
|
|
954
|
-
dangerColor: Colors['
|
|
955
|
-
successColor: Colors['
|
|
956
|
-
warningColor: Colors['
|
|
957
|
-
alertColor: Colors['
|
|
952
|
+
primaryColor: Colors['contrasts']['grey4570']
|
|
953
|
+
infoColor: Colors['contrasts']['blue4570']
|
|
954
|
+
dangerColor: Colors['contrasts']['red4570']
|
|
955
|
+
successColor: Colors['contrasts']['green4570']
|
|
956
|
+
warningColor: Colors['contrasts']['orange4570']
|
|
957
|
+
alertColor: Colors['contrasts']['blue4570']
|
|
958
958
|
borderWidth: Border['widthSmall']
|
|
959
959
|
borderStyle: Border['style']
|
|
960
960
|
borderRadius: string | 0
|
|
@@ -978,25 +978,25 @@ export type ProgressBarTheme = {
|
|
|
978
978
|
largeHeight: Spacing['large']
|
|
979
979
|
largeValueFontSize: Typography['fontSizeMedium']
|
|
980
980
|
valuePadding: string | 0
|
|
981
|
-
meterColorBrand: Colors['
|
|
982
|
-
meterColorBrandInverse: Colors['
|
|
983
|
-
meterColorInfo: Colors['
|
|
984
|
-
meterColorInfoInverse: Colors['
|
|
985
|
-
meterColorSuccess: Colors['
|
|
986
|
-
meterColorSuccessInverse: Colors['
|
|
987
|
-
meterColorDanger: Colors['
|
|
988
|
-
meterColorDangerInverse: Colors['
|
|
989
|
-
meterColorAlert: Colors['
|
|
990
|
-
meterColorAlertInverse: Colors['
|
|
991
|
-
meterColorWarning: Colors['
|
|
992
|
-
meterColorWarningInverse: Colors['
|
|
981
|
+
meterColorBrand: Colors['contrasts']['blue4570']
|
|
982
|
+
meterColorBrandInverse: Colors['contrasts']['blue4570']
|
|
983
|
+
meterColorInfo: Colors['contrasts']['blue4570']
|
|
984
|
+
meterColorInfoInverse: Colors['contrasts']['blue4570']
|
|
985
|
+
meterColorSuccess: Colors['contrasts']['green4570']
|
|
986
|
+
meterColorSuccessInverse: Colors['contrasts']['green4570']
|
|
987
|
+
meterColorDanger: Colors['contrasts']['red4570']
|
|
988
|
+
meterColorDangerInverse: Colors['contrasts']['red4570']
|
|
989
|
+
meterColorAlert: Colors['contrasts']['blue4570']
|
|
990
|
+
meterColorAlertInverse: Colors['contrasts']['blue4570']
|
|
991
|
+
meterColorWarning: Colors['contrasts']['orange4570']
|
|
992
|
+
meterColorWarningInverse: Colors['contrasts']['orange4570']
|
|
993
993
|
meterBorderWidthInverse: Border['widthSmall']
|
|
994
994
|
meterBorderColorInverse: 'transparent'
|
|
995
|
-
trackColor: Colors['
|
|
995
|
+
trackColor: Colors['contrasts']['white1010']
|
|
996
996
|
trackColorInverse: string
|
|
997
997
|
trackBottomBorderWidth: Border['widthSmall']
|
|
998
|
-
trackBottomBorderColor: Colors['
|
|
999
|
-
trackBottomBorderColorInverse: Colors['
|
|
998
|
+
trackBottomBorderColor: Colors['contrasts']['grey1214']
|
|
999
|
+
trackBottomBorderColorInverse: Colors['contrasts']['white1010']
|
|
1000
1000
|
}
|
|
1001
1001
|
|
|
1002
1002
|
export type ProgressCircleTheme = {
|
|
@@ -1027,37 +1027,37 @@ export type ProgressCircleTheme = {
|
|
|
1027
1027
|
largeTransform: string
|
|
1028
1028
|
largeStrokeWidth: string
|
|
1029
1029
|
largeBorderOffset: string
|
|
1030
|
-
color: Colors['
|
|
1031
|
-
colorInverse: Colors['
|
|
1032
|
-
trackColor: Colors['
|
|
1030
|
+
color: Colors['contrasts']['grey125125']
|
|
1031
|
+
colorInverse: Colors['contrasts']['white1010']
|
|
1032
|
+
trackColor: Colors['contrasts']['white1010']
|
|
1033
1033
|
trackColorInverse: string
|
|
1034
|
-
trackBorderColor: Colors['
|
|
1035
|
-
trackBorderColorInverse: Colors['
|
|
1036
|
-
meterColorBrand: Colors['
|
|
1037
|
-
meterColorBrandInverse: Colors['
|
|
1038
|
-
meterColorInfo: Colors['
|
|
1039
|
-
meterColorInfoInverse: Colors['
|
|
1040
|
-
meterColorSuccess: Colors['
|
|
1041
|
-
meterColorSuccessInverse: Colors['
|
|
1042
|
-
meterColorDanger: Colors['
|
|
1043
|
-
meterColorDangerInverse: Colors['
|
|
1044
|
-
meterColorAlert: Colors['
|
|
1045
|
-
meterColorAlertInverse: Colors['
|
|
1046
|
-
meterColorWarning: Colors['
|
|
1047
|
-
meterColorWarningInverse: Colors['
|
|
1034
|
+
trackBorderColor: Colors['contrasts']['grey125125']
|
|
1035
|
+
trackBorderColorInverse: Colors['contrasts']['white1010']
|
|
1036
|
+
meterColorBrand: Colors['contrasts']['blue4570']
|
|
1037
|
+
meterColorBrandInverse: Colors['contrasts']['blue4570']
|
|
1038
|
+
meterColorInfo: Colors['contrasts']['blue4570']
|
|
1039
|
+
meterColorInfoInverse: Colors['contrasts']['blue4570']
|
|
1040
|
+
meterColorSuccess: Colors['contrasts']['green4570']
|
|
1041
|
+
meterColorSuccessInverse: Colors['contrasts']['green4570']
|
|
1042
|
+
meterColorDanger: Colors['contrasts']['red4570']
|
|
1043
|
+
meterColorDangerInverse: Colors['contrasts']['red4570']
|
|
1044
|
+
meterColorAlert: Colors['contrasts']['blue4570']
|
|
1045
|
+
meterColorAlertInverse: Colors['contrasts']['blue4570']
|
|
1046
|
+
meterColorWarning: Colors['contrasts']['orange4570']
|
|
1047
|
+
meterColorWarningInverse: Colors['contrasts']['orange4570']
|
|
1048
1048
|
}
|
|
1049
1049
|
|
|
1050
1050
|
export type RadioInputTheme = {
|
|
1051
|
-
labelColor: Colors['
|
|
1051
|
+
labelColor: Colors['contrasts']['grey125125']
|
|
1052
1052
|
labelFontFamily: Typography['fontFamily']
|
|
1053
1053
|
labelFontWeight: Typography['fontWeightNormal']
|
|
1054
1054
|
labelLineHeight: Typography['lineHeightCondensed']
|
|
1055
|
-
background: Colors['
|
|
1055
|
+
background: Colors['contrasts']['white1010']
|
|
1056
1056
|
borderWidth: Border['widthSmall']
|
|
1057
|
-
borderColor: Colors['
|
|
1058
|
-
hoverBorderColor: Colors['
|
|
1057
|
+
borderColor: Colors['contrasts']['grey1214']
|
|
1058
|
+
hoverBorderColor: Colors['contrasts']['grey125125']
|
|
1059
1059
|
controlSize: string | 0
|
|
1060
|
-
focusBorderColor: Colors['
|
|
1060
|
+
focusBorderColor: Colors['contrasts']['blue4570']
|
|
1061
1061
|
focusBorderWidth: Border['widthMedium']
|
|
1062
1062
|
focusBorderStyle: Border['style']
|
|
1063
1063
|
simpleFacadeSmallSize: string | 0
|
|
@@ -1072,11 +1072,11 @@ export type RadioInputTheme = {
|
|
|
1072
1072
|
simpleFacadeMarginEnd: Spacing['xSmall']
|
|
1073
1073
|
toggleBorderRadius: Border['radiusSmall']
|
|
1074
1074
|
toggleBorderWidth: Border['widthLarge']
|
|
1075
|
-
toggleBackgroundSuccess: Colors['
|
|
1076
|
-
toggleBackgroundOff: Colors['
|
|
1077
|
-
toggleBackgroundDanger: Colors['
|
|
1078
|
-
toggleBackgroundWarning: Colors['
|
|
1079
|
-
toggleHandleText: Colors['
|
|
1075
|
+
toggleBackgroundSuccess: Colors['contrasts']['green4570']
|
|
1076
|
+
toggleBackgroundOff: Colors['contrasts']['green4570']
|
|
1077
|
+
toggleBackgroundDanger: Colors['contrasts']['orange4570']
|
|
1078
|
+
toggleBackgroundWarning: Colors['contrasts']['orange4570']
|
|
1079
|
+
toggleHandleText: Colors['contrasts']['white1010']
|
|
1080
1080
|
toggleSmallHeight: Forms['inputHeightSmall']
|
|
1081
1081
|
toggleMediumHeight: Forms['inputHeightMedium']
|
|
1082
1082
|
toggleLargeHeight: Forms['inputHeightLarge']
|
|
@@ -1089,20 +1089,20 @@ export type RadioInputTheme = {
|
|
|
1089
1089
|
export type RangeInputTheme = {
|
|
1090
1090
|
minWidth: string | 0
|
|
1091
1091
|
handleSize: string | 0
|
|
1092
|
-
handleBackground: Colors['
|
|
1093
|
-
handleBorderColor: Colors['
|
|
1092
|
+
handleBackground: Colors['contrasts']['blue4570']
|
|
1093
|
+
handleBorderColor: Colors['contrasts']['white1010']
|
|
1094
1094
|
handleBorderSize: Border['widthMedium']
|
|
1095
1095
|
handleShadow: string | 0
|
|
1096
1096
|
handleFocusInset: Border['widthSmall']
|
|
1097
1097
|
handleFocusRingSize: Border['widthMedium']
|
|
1098
|
-
handleFocusRingColor: Colors['
|
|
1099
|
-
handleShadowColor:
|
|
1100
|
-
handleHoverBackground: Colors['
|
|
1101
|
-
handleFocusBackground: Colors['
|
|
1102
|
-
handleFocusOutlineColor:
|
|
1098
|
+
handleFocusRingColor: Colors['contrasts']['white1010']
|
|
1099
|
+
handleShadowColor: string
|
|
1100
|
+
handleHoverBackground: Colors['contrasts']['blue4570']
|
|
1101
|
+
handleFocusBackground: Colors['contrasts']['blue4570']
|
|
1102
|
+
handleFocusOutlineColor: string
|
|
1103
1103
|
handleFocusOutlineWidth: string | 0
|
|
1104
|
-
trackBackground:
|
|
1105
|
-
valueColor: Colors['
|
|
1104
|
+
trackBackground: string
|
|
1105
|
+
valueColor: Colors['contrasts']['white1010']
|
|
1106
1106
|
valueFontFamily: Typography['fontFamily']
|
|
1107
1107
|
valueFontWeight: Typography['fontWeightNormal']
|
|
1108
1108
|
valueSmallFontSize: Typography['fontSizeSmall']
|
|
@@ -1118,8 +1118,8 @@ export type RangeInputTheme = {
|
|
|
1118
1118
|
|
|
1119
1119
|
export type RatingIconTheme = {
|
|
1120
1120
|
iconMargin: Spacing['xxxSmall']
|
|
1121
|
-
iconEmptyColor: Colors['
|
|
1122
|
-
iconFilledColor: Colors['
|
|
1121
|
+
iconEmptyColor: Colors['contrasts']['blue4570']
|
|
1122
|
+
iconFilledColor: Colors['contrasts']['blue4570']
|
|
1123
1123
|
smallIconFontSize: Typography['fontSizeMedium']
|
|
1124
1124
|
mediumIconFontSize: Typography['fontSizeLarge']
|
|
1125
1125
|
largeIconFontSize: Typography['fontSizeXXLarge']
|
|
@@ -1132,27 +1132,27 @@ export type SelectTheme = {
|
|
|
1132
1132
|
smallIconSize: Typography['fontSizeXSmall']
|
|
1133
1133
|
mediumIconSize: Typography['fontSizeSmall']
|
|
1134
1134
|
largeIconSize: Typography['fontSizeMedium']
|
|
1135
|
-
color: Colors['
|
|
1136
|
-
background: Colors['
|
|
1135
|
+
color: Colors['contrasts']['grey125125']
|
|
1136
|
+
background: Colors['contrasts']['white1010']
|
|
1137
1137
|
}
|
|
1138
1138
|
|
|
1139
1139
|
export type SourceCodeEditorTheme = {
|
|
1140
1140
|
fontFamily: Typography['fontFamilyMonospace']
|
|
1141
1141
|
fontSize: Typography['fontSizeSmall']
|
|
1142
|
-
color: Colors['
|
|
1143
|
-
background: Colors['
|
|
1144
|
-
gutterBackground: Colors['
|
|
1142
|
+
color: Colors['contrasts']['grey125125']
|
|
1143
|
+
background: Colors['contrasts']['white1010']
|
|
1144
|
+
gutterBackground: Colors['contrasts']['grey1111']
|
|
1145
1145
|
borderWidth: Border['widthSmall']
|
|
1146
|
-
borderColor: Colors['
|
|
1146
|
+
borderColor: Colors['contrasts']['grey1214']
|
|
1147
1147
|
borderRadius: Border['radiusMedium']
|
|
1148
|
-
focusBorderColor: Colors['
|
|
1148
|
+
focusBorderColor: Colors['contrasts']['blue4570']
|
|
1149
1149
|
horizontalPadding: Spacing['xSmall']
|
|
1150
1150
|
verticalPadding: Spacing['xxSmall']
|
|
1151
1151
|
}
|
|
1152
1152
|
|
|
1153
1153
|
export type SpinnerTheme = {
|
|
1154
|
-
trackColor: Colors['
|
|
1155
|
-
color: Colors['
|
|
1154
|
+
trackColor: Colors['contrasts']['grey1111']
|
|
1155
|
+
color: Colors['contrasts']['blue4570']
|
|
1156
1156
|
xSmallSize: string | 0
|
|
1157
1157
|
xSmallBorderWidth: string | 0
|
|
1158
1158
|
smallSize: string | 0
|
|
@@ -1161,19 +1161,19 @@ export type SpinnerTheme = {
|
|
|
1161
1161
|
mediumBorderWidth: string | 0
|
|
1162
1162
|
largeSize: string | 0
|
|
1163
1163
|
largeBorderWidth: string | 0
|
|
1164
|
-
inverseColor: Colors['
|
|
1164
|
+
inverseColor: Colors['contrasts']['blue4570']
|
|
1165
1165
|
}
|
|
1166
1166
|
|
|
1167
1167
|
export type InlineSVGTheme = {
|
|
1168
|
-
primaryInverseColor: Colors['
|
|
1169
|
-
primaryColor: Colors['
|
|
1170
|
-
secondaryColor: Colors['
|
|
1171
|
-
secondaryInverseColor: Colors['
|
|
1172
|
-
warningColor: Colors['
|
|
1173
|
-
brandColor: Colors['
|
|
1174
|
-
errorColor: Colors['
|
|
1175
|
-
alertColor: Colors['
|
|
1176
|
-
successColor: Colors['
|
|
1168
|
+
primaryInverseColor: Colors['contrasts']['white1010']
|
|
1169
|
+
primaryColor: Colors['contrasts']['grey125125']
|
|
1170
|
+
secondaryColor: Colors['contrasts']['grey4570']
|
|
1171
|
+
secondaryInverseColor: Colors['contrasts']['grey1111']
|
|
1172
|
+
warningColor: Colors['contrasts']['orange4570']
|
|
1173
|
+
brandColor: Colors['contrasts']['blue4570']
|
|
1174
|
+
errorColor: Colors['contrasts']['red4570']
|
|
1175
|
+
alertColor: Colors['contrasts']['blue4570']
|
|
1176
|
+
successColor: Colors['contrasts']['green4570']
|
|
1177
1177
|
}
|
|
1178
1178
|
|
|
1179
1179
|
export type SVGIconTheme = {
|
|
@@ -1188,17 +1188,17 @@ export type TableBodyTheme = {
|
|
|
1188
1188
|
fontSize: Typography['fontSizeMedium']
|
|
1189
1189
|
fontFamily: Typography['fontFamily']
|
|
1190
1190
|
fontWeight: Typography['fontWeightNormal']
|
|
1191
|
-
color: Colors['
|
|
1192
|
-
background: Colors['
|
|
1191
|
+
color: Colors['contrasts']['grey125125']
|
|
1192
|
+
background: Colors['contrasts']['white1010']
|
|
1193
1193
|
}
|
|
1194
1194
|
|
|
1195
1195
|
export type TableCellTheme = {
|
|
1196
1196
|
fontSize: Typography['fontSizeMedium']
|
|
1197
1197
|
fontFamily: Typography['fontFamily']
|
|
1198
1198
|
fontWeight: Typography['fontWeightNormal']
|
|
1199
|
-
color: Colors['
|
|
1200
|
-
background: Colors['
|
|
1201
|
-
borderColor: Colors['
|
|
1199
|
+
color: Colors['contrasts']['grey125125']
|
|
1200
|
+
background: Colors['contrasts']['white1010']
|
|
1201
|
+
borderColor: Colors['contrasts']['grey1214']
|
|
1202
1202
|
lineHeight: Typography['lineHeightCondensed']
|
|
1203
1203
|
padding: string | 0
|
|
1204
1204
|
}
|
|
@@ -1206,12 +1206,12 @@ export type TableCellTheme = {
|
|
|
1206
1206
|
export type TableColHeaderTheme = {
|
|
1207
1207
|
fontSize: Typography['fontSizeMedium']
|
|
1208
1208
|
fontFamily: Typography['fontFamily']
|
|
1209
|
-
color: Colors['
|
|
1210
|
-
background: Colors['
|
|
1211
|
-
borderColor: Colors['
|
|
1209
|
+
color: Colors['contrasts']['grey125125']
|
|
1210
|
+
background: Colors['contrasts']['white1010']
|
|
1211
|
+
borderColor: Colors['contrasts']['grey1214']
|
|
1212
1212
|
lineHeight: Typography['lineHeightCondensed']
|
|
1213
1213
|
padding: string | 0
|
|
1214
|
-
focusOutlineColor: Colors['
|
|
1214
|
+
focusOutlineColor: Colors['contrasts']['blue4570']
|
|
1215
1215
|
focusOutlineWidth: Border['widthMedium']
|
|
1216
1216
|
focusOutlineStyle: Border['style']
|
|
1217
1217
|
}
|
|
@@ -1220,18 +1220,18 @@ export type TableHeadTheme = {
|
|
|
1220
1220
|
fontSize: Typography['fontSizeMedium']
|
|
1221
1221
|
fontFamily: Typography['fontFamily']
|
|
1222
1222
|
fontWeight: Typography['fontWeightNormal']
|
|
1223
|
-
color: Colors['
|
|
1224
|
-
background: Colors['
|
|
1223
|
+
color: Colors['contrasts']['grey125125']
|
|
1224
|
+
background: Colors['contrasts']['white1010']
|
|
1225
1225
|
}
|
|
1226
1226
|
|
|
1227
1227
|
export type TableRowTheme = {
|
|
1228
1228
|
fontSize: Typography['fontSizeMedium']
|
|
1229
1229
|
fontFamily: Typography['fontFamily']
|
|
1230
1230
|
fontWeight: Typography['fontWeightNormal']
|
|
1231
|
-
color: Colors['
|
|
1232
|
-
background: Colors['
|
|
1233
|
-
borderColor: Colors['
|
|
1234
|
-
hoverBorderColor: Colors['
|
|
1231
|
+
color: Colors['contrasts']['grey125125']
|
|
1232
|
+
background: Colors['contrasts']['white1010']
|
|
1233
|
+
borderColor: Colors['contrasts']['grey1214']
|
|
1234
|
+
hoverBorderColor: Colors['contrasts']['blue4570']
|
|
1235
1235
|
padding: string | 0
|
|
1236
1236
|
}
|
|
1237
1237
|
|
|
@@ -1239,9 +1239,9 @@ export type TableRowHeaderTheme = {
|
|
|
1239
1239
|
fontSize: Typography['fontSizeMedium']
|
|
1240
1240
|
fontFamily: Typography['fontFamily']
|
|
1241
1241
|
fontWeight: Typography['fontWeightNormal']
|
|
1242
|
-
color: Colors['
|
|
1243
|
-
background: Colors['
|
|
1244
|
-
borderColor: Colors['
|
|
1242
|
+
color: Colors['contrasts']['grey125125']
|
|
1243
|
+
background: Colors['contrasts']['white1010']
|
|
1244
|
+
borderColor: Colors['contrasts']['grey4570']
|
|
1245
1245
|
lineHeight: Typography['lineHeightCondensed']
|
|
1246
1246
|
padding: string | 0
|
|
1247
1247
|
}
|
|
@@ -1250,8 +1250,8 @@ export type TableTheme = {
|
|
|
1250
1250
|
fontSize: Typography['fontSizeMedium']
|
|
1251
1251
|
fontFamily: Typography['fontFamily']
|
|
1252
1252
|
fontWeight: Typography['fontWeightNormal']
|
|
1253
|
-
color: Colors['
|
|
1254
|
-
background: Colors['
|
|
1253
|
+
color: Colors['contrasts']['grey125125']
|
|
1254
|
+
background: Colors['contrasts']['white1010']
|
|
1255
1255
|
}
|
|
1256
1256
|
|
|
1257
1257
|
export type TabsPanelTheme = {
|
|
@@ -1259,9 +1259,9 @@ export type TabsPanelTheme = {
|
|
|
1259
1259
|
fontFamily: Typography['fontFamily']
|
|
1260
1260
|
fontWeight: Typography['fontWeightNormal']
|
|
1261
1261
|
lineHeight: Typography['lineHeight']
|
|
1262
|
-
color: Colors['
|
|
1263
|
-
background: Colors['
|
|
1264
|
-
borderColor: Colors['
|
|
1262
|
+
color: Colors['contrasts']['grey125125']
|
|
1263
|
+
background: Colors['contrasts']['white1010']
|
|
1264
|
+
borderColor: Colors['contrasts']['grey1214']
|
|
1265
1265
|
borderWidth: Border['widthSmall']
|
|
1266
1266
|
borderStyle: Border['style']
|
|
1267
1267
|
defaultOverflowY: string
|
|
@@ -1272,18 +1272,18 @@ export type TabsTabTheme = {
|
|
|
1272
1272
|
fontWeight: Typography['fontWeightNormal']
|
|
1273
1273
|
lineHeight: Typography['lineHeightCondensed']
|
|
1274
1274
|
fontSize: Typography['fontSizeMedium']
|
|
1275
|
-
defaultColor: Colors['
|
|
1276
|
-
defaultHoverBorderColor: Colors['
|
|
1277
|
-
defaultSelectedBorderColor: Colors['
|
|
1278
|
-
secondaryColor: Colors['
|
|
1279
|
-
secondarySelectedBackground: Colors['
|
|
1280
|
-
secondarySelectedBorderColor: Colors['
|
|
1275
|
+
defaultColor: Colors['contrasts']['grey125125']
|
|
1276
|
+
defaultHoverBorderColor: Colors['contrasts']['grey1214']
|
|
1277
|
+
defaultSelectedBorderColor: Colors['contrasts']['blue4570']
|
|
1278
|
+
secondaryColor: Colors['contrasts']['grey125125']
|
|
1279
|
+
secondarySelectedBackground: Colors['contrasts']['white1010']
|
|
1280
|
+
secondarySelectedBorderColor: Colors['contrasts']['grey1214']
|
|
1281
1281
|
zIndex: Stacking['above']
|
|
1282
1282
|
}
|
|
1283
1283
|
|
|
1284
1284
|
export type TabsTheme = {
|
|
1285
|
-
defaultBackground: Colors['
|
|
1286
|
-
scrollFadeColor: Colors['
|
|
1285
|
+
defaultBackground: Colors['contrasts']['white1010']
|
|
1286
|
+
scrollFadeColor: Colors['contrasts']['white1010']
|
|
1287
1287
|
tabVerticalOffset: Border['widthSmall']
|
|
1288
1288
|
zIndex: Stacking['above']
|
|
1289
1289
|
scrollOverlayWidthDefault: string
|
|
@@ -1300,64 +1300,63 @@ export type TagTheme = {
|
|
|
1300
1300
|
fontSizeLarge: Typography['fontSizeMedium']
|
|
1301
1301
|
padding: string | 0
|
|
1302
1302
|
paddingSmall: string | 0
|
|
1303
|
-
focusOutlineColor: Colors['
|
|
1303
|
+
focusOutlineColor: Colors['contrasts']['blue4570']
|
|
1304
1304
|
focusOutlineWidth: Border['widthMedium']
|
|
1305
1305
|
focusOutlineStyle: Border['style']
|
|
1306
1306
|
maxWidth: string | 0
|
|
1307
1307
|
iconMargin: Spacing['small']
|
|
1308
1308
|
transitionTiming: string
|
|
1309
|
-
defaultBackgroundHover:
|
|
1310
|
-
defaultBackground:
|
|
1311
|
-
defaultBorderColor:
|
|
1309
|
+
defaultBackgroundHover: Colors['contrasts']['grey1214']
|
|
1310
|
+
defaultBackground: Colors['contrasts']['grey1111']
|
|
1311
|
+
defaultBorderColor: Colors['contrasts']['grey1214']
|
|
1312
1312
|
defaultBorderRadius: string
|
|
1313
1313
|
defaultBorderStyle: string
|
|
1314
|
-
defaultBorderWidth: string
|
|
1315
|
-
defaultColor:
|
|
1316
|
-
defaultIconColor:
|
|
1317
|
-
defaultIconHoverColor:
|
|
1318
|
-
inlineBackgroundHover:
|
|
1319
|
-
inlineBackground:
|
|
1320
|
-
inlineBorderColor:
|
|
1321
|
-
inlineBorderRadius: string
|
|
1314
|
+
defaultBorderWidth: string | 0
|
|
1315
|
+
defaultColor: Colors['contrasts']['grey125125']
|
|
1316
|
+
defaultIconColor: Colors['contrasts']['grey125125']
|
|
1317
|
+
defaultIconHoverColor: Colors['contrasts']['blue4570']
|
|
1318
|
+
inlineBackgroundHover: Colors['contrasts']['grey1111']
|
|
1319
|
+
inlineBackground: Colors['contrasts']['white1010']
|
|
1320
|
+
inlineBorderColor: Colors['contrasts']['grey4570']
|
|
1321
|
+
inlineBorderRadius: string | 0
|
|
1322
1322
|
inlineBorderStyle: string
|
|
1323
|
-
inlineBorderWidth: string
|
|
1324
|
-
inlineColor:
|
|
1325
|
-
inlineIconColor:
|
|
1326
|
-
inlineIconHoverColor:
|
|
1323
|
+
inlineBorderWidth: string | 0
|
|
1324
|
+
inlineColor: Colors['contrasts']['grey125125']
|
|
1325
|
+
inlineIconColor: Colors['contrasts']['grey4570']
|
|
1326
|
+
inlineIconHoverColor: Colors['contrasts']['blue4570']
|
|
1327
1327
|
}
|
|
1328
1328
|
|
|
1329
1329
|
export type TextTheme = Typography & {
|
|
1330
|
-
primaryInverseColor: Colors['
|
|
1331
|
-
primaryColor: Colors['
|
|
1332
|
-
secondaryColor: Colors['
|
|
1333
|
-
secondaryInverseColor: Colors['
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
alertColor: Colors['textAlert']
|
|
1330
|
+
primaryInverseColor: Colors['contrasts']['white1010']
|
|
1331
|
+
primaryColor: Colors['contrasts']['grey125125']
|
|
1332
|
+
secondaryColor: Colors['contrasts']['grey4570']
|
|
1333
|
+
secondaryInverseColor: Colors['contrasts']['grey1111']
|
|
1334
|
+
brandColor: Colors['contrasts']['blue4570']
|
|
1335
|
+
dangerColor: Colors['contrasts']['red4570']
|
|
1336
|
+
successColor: Colors['contrasts']['green4570']
|
|
1337
|
+
alertColor: Colors['contrasts']['blue4570']
|
|
1339
1338
|
paragraphMargin: string | 0
|
|
1340
1339
|
}
|
|
1341
1340
|
|
|
1342
1341
|
export type TextAreaTheme = {
|
|
1343
1342
|
fontFamily: Typography['fontFamily']
|
|
1344
1343
|
fontWeight: Typography['fontWeightNormal']
|
|
1345
|
-
color: Colors['
|
|
1346
|
-
background: Colors['
|
|
1344
|
+
color: Colors['contrasts']['grey125125']
|
|
1345
|
+
background: Colors['contrasts']['white1010']
|
|
1347
1346
|
borderWidth: Border['widthSmall']
|
|
1348
1347
|
borderStyle: Border['style']
|
|
1349
|
-
borderTopColor: Colors['
|
|
1350
|
-
borderRightColor: Colors['
|
|
1351
|
-
borderBottomColor: Colors['
|
|
1352
|
-
borderLeftColor: Colors['
|
|
1348
|
+
borderTopColor: Colors['contrasts']['grey1214']
|
|
1349
|
+
borderRightColor: Colors['contrasts']['grey1214']
|
|
1350
|
+
borderBottomColor: Colors['contrasts']['grey1214']
|
|
1351
|
+
borderLeftColor: Colors['contrasts']['grey1214']
|
|
1353
1352
|
borderRadius: Border['radiusMedium']
|
|
1354
1353
|
padding: Spacing['small']
|
|
1355
|
-
focusOutlineColor: Colors['
|
|
1354
|
+
focusOutlineColor: Colors['contrasts']['blue4570']
|
|
1356
1355
|
focusOutlineWidth: Border['widthMedium']
|
|
1357
1356
|
focusOutlineStyle: Border['style']
|
|
1358
|
-
errorBorderColor: Colors['
|
|
1359
|
-
errorOutlineColor: Colors['
|
|
1360
|
-
placeholderColor: Colors['
|
|
1357
|
+
errorBorderColor: Colors['contrasts']['red4570']
|
|
1358
|
+
errorOutlineColor: Colors['contrasts']['red4570']
|
|
1359
|
+
placeholderColor: Colors['contrasts']['grey4570']
|
|
1361
1360
|
smallFontSize: Typography['fontSizeSmall']
|
|
1362
1361
|
smallHeight: Forms['inputHeightSmall']
|
|
1363
1362
|
mediumFontSize: Typography['fontSizeMedium']
|
|
@@ -1371,17 +1370,17 @@ export type TextInputTheme = {
|
|
|
1371
1370
|
fontWeight: Typography['fontWeightNormal']
|
|
1372
1371
|
borderWidth: Border['widthSmall']
|
|
1373
1372
|
borderStyle: Border['style']
|
|
1374
|
-
borderColor: Colors['
|
|
1373
|
+
borderColor: Colors['contrasts']['grey1214']
|
|
1375
1374
|
borderRadius: Border['radiusMedium']
|
|
1376
|
-
color: Colors['
|
|
1377
|
-
background: Colors['
|
|
1375
|
+
color: Colors['contrasts']['grey125125']
|
|
1376
|
+
background: Colors['contrasts']['white1010']
|
|
1378
1377
|
padding: Spacing['small']
|
|
1379
1378
|
focusOutlineWidth: Border['widthMedium']
|
|
1380
1379
|
focusOutlineStyle: Border['style']
|
|
1381
|
-
focusOutlineColor: Colors['
|
|
1382
|
-
errorBorderColor: Colors['
|
|
1383
|
-
errorOutlineColor: Colors['
|
|
1384
|
-
placeholderColor: Colors['
|
|
1380
|
+
focusOutlineColor: Colors['contrasts']['blue4570']
|
|
1381
|
+
errorBorderColor: Colors['contrasts']['red4570']
|
|
1382
|
+
errorOutlineColor: Colors['contrasts']['red4570']
|
|
1383
|
+
placeholderColor: Colors['contrasts']['grey4570']
|
|
1385
1384
|
smallFontSize: Typography['fontSizeSmall']
|
|
1386
1385
|
smallHeight: Forms['inputHeightSmall']
|
|
1387
1386
|
mediumFontSize: Typography['fontSizeMedium']
|
|
@@ -1394,7 +1393,7 @@ export type ToggleDetailsTheme = {
|
|
|
1394
1393
|
fontFamily: Typography['fontFamily']
|
|
1395
1394
|
fontWeight: Typography['fontWeightNormal']
|
|
1396
1395
|
lineHeight: Typography['lineHeight']
|
|
1397
|
-
textColor: Colors['
|
|
1396
|
+
textColor: Colors['contrasts']['grey125125']
|
|
1398
1397
|
fontSizeSmall: Typography['fontSizeSmall']
|
|
1399
1398
|
fontSizeMedium: Typography['fontSizeMedium']
|
|
1400
1399
|
fontSizeLarge: Typography['fontSizeLarge']
|
|
@@ -1402,16 +1401,16 @@ export type ToggleDetailsTheme = {
|
|
|
1402
1401
|
mediumIconSize: string | 0
|
|
1403
1402
|
largeIconSize: string | 0
|
|
1404
1403
|
iconMargin: Spacing['xxSmall']
|
|
1405
|
-
iconColor: Colors['
|
|
1404
|
+
iconColor: Colors['contrasts']['grey125125']
|
|
1406
1405
|
togglePadding: Spacing['xxSmall']
|
|
1407
1406
|
toggleBorderRadius: Border['radiusMedium']
|
|
1408
1407
|
toggleBorderWidth: Border['widthMedium']
|
|
1409
1408
|
toggleBorderStyle: Border['style']
|
|
1410
|
-
toggleFocusBorderColor: Colors['
|
|
1411
|
-
filledBackgroundColor: Colors['
|
|
1409
|
+
toggleFocusBorderColor: Colors['contrasts']['blue4570']
|
|
1410
|
+
filledBackgroundColor: Colors['contrasts']['grey1111']
|
|
1412
1411
|
filledBorderWidth: Border['widthSmall']
|
|
1413
1412
|
filledBorderStyle: Border['style']
|
|
1414
|
-
filledBorderColor: Colors['
|
|
1413
|
+
filledBorderColor: Colors['contrasts']['grey1214']
|
|
1415
1414
|
filledBorderRadius: Border['radiusMedium']
|
|
1416
1415
|
filledPadding: Spacing['small']
|
|
1417
1416
|
}
|
|
@@ -1451,8 +1450,8 @@ export type TopNavBarItemTheme = {
|
|
|
1451
1450
|
activeItemFontWeight: Typography['fontWeightBold']
|
|
1452
1451
|
activeItemIndicatorSpacing: Spacing['xSmall']
|
|
1453
1452
|
activeIndicatorWidth: Border['widthMedium']
|
|
1454
|
-
activeIndicatorColor: Colors['
|
|
1455
|
-
activeIndicatorColorInverse: Colors['
|
|
1453
|
+
activeIndicatorColor: Colors['contrasts']['white1010']
|
|
1454
|
+
activeIndicatorColorInverse: Colors['contrasts']['grey125125']
|
|
1456
1455
|
}
|
|
1457
1456
|
|
|
1458
1457
|
export type TopNavBarLayoutTheme = TopNavBarLayoutDesktopTheme &
|
|
@@ -1462,8 +1461,8 @@ export type TopNavBarLayoutDesktopTheme = {
|
|
|
1462
1461
|
desktopFontSize: Typography['fontSizeMedium']
|
|
1463
1462
|
desktopFontFamily: Typography['fontFamily']
|
|
1464
1463
|
desktopFontWeight: Typography['fontWeightNormal']
|
|
1465
|
-
desktopBackground: Colors['
|
|
1466
|
-
desktopBackgroundInverse: Colors['
|
|
1464
|
+
desktopBackground: Colors['contrasts']['grey100100']
|
|
1465
|
+
desktopBackgroundInverse: Colors['contrasts']['grey1111']
|
|
1467
1466
|
desktopBottomBorder: string
|
|
1468
1467
|
desktopBottomBorderInverse: string
|
|
1469
1468
|
desktopHeight: string
|
|
@@ -1478,16 +1477,16 @@ export type TopNavBarLayoutDesktopTheme = {
|
|
|
1478
1477
|
desktopUserSeparatorGap: Spacing['xSmall']
|
|
1479
1478
|
desktopUserSeparatorHeight: string | 0
|
|
1480
1479
|
desktopUserSeparatorWidth: Border['widthSmall']
|
|
1481
|
-
desktopUserSeparatorColor: Colors['
|
|
1482
|
-
desktopUserSeparatorColorInverse: Colors['
|
|
1480
|
+
desktopUserSeparatorColor: Colors['contrasts']['grey1214']
|
|
1481
|
+
desktopUserSeparatorColorInverse: Colors['contrasts']['grey1214']
|
|
1483
1482
|
}
|
|
1484
1483
|
|
|
1485
1484
|
export type TopNavBarLayoutSmallViewportTheme = {
|
|
1486
1485
|
smallViewportFontSize: Typography['fontSizeMedium']
|
|
1487
1486
|
smallViewportFontFamily: Typography['fontFamily']
|
|
1488
1487
|
smallViewportFontWeight: Typography['fontWeightNormal']
|
|
1489
|
-
smallViewportBackground: Colors['
|
|
1490
|
-
smallViewportBackgroundInverse: Colors['
|
|
1488
|
+
smallViewportBackground: Colors['contrasts']['grey100100']
|
|
1489
|
+
smallViewportBackgroundInverse: Colors['contrasts']['grey1111']
|
|
1491
1490
|
smallViewportBottomBorder: string
|
|
1492
1491
|
smallViewportBottomBorderInverse: string
|
|
1493
1492
|
smallViewportHeight: string | 0
|
|
@@ -1510,12 +1509,12 @@ export type TopNavBarMenuItemsTheme = {
|
|
|
1510
1509
|
desktopSubmenuActiveOptionFontWeight: Typography['fontWeightBold']
|
|
1511
1510
|
desktopSubmenuActiveOptionIndicatorSpacing: Spacing['xSmall']
|
|
1512
1511
|
desktopSubmenuActiveOptionIndicatorWidth: Border['widthMedium']
|
|
1513
|
-
desktopSubmenuActiveOptionIndicatorColor:
|
|
1512
|
+
desktopSubmenuActiveOptionIndicatorColor: string
|
|
1514
1513
|
}
|
|
1515
1514
|
|
|
1516
1515
|
export type TrayTheme = {
|
|
1517
|
-
background: Colors['
|
|
1518
|
-
borderColor: Colors['
|
|
1516
|
+
background: Colors['contrasts']['white1010']
|
|
1517
|
+
borderColor: Colors['contrasts']['grey1214']
|
|
1519
1518
|
borderWidth: Border['widthSmall']
|
|
1520
1519
|
borderStyle: Border['style']
|
|
1521
1520
|
boxShadow: Shadows['depth3']
|
|
@@ -1529,19 +1528,19 @@ export type TrayTheme = {
|
|
|
1529
1528
|
}
|
|
1530
1529
|
|
|
1531
1530
|
export type TreeBrowserButtonTheme = {
|
|
1532
|
-
hoverBackgroundColor: Colors['
|
|
1533
|
-
hoverTextColor: Colors['
|
|
1531
|
+
hoverBackgroundColor: Colors['contrasts']['blue4570']
|
|
1532
|
+
hoverTextColor: Colors['contrasts']['white1010']
|
|
1534
1533
|
focusOutlineWidth: Border['widthMedium']
|
|
1535
|
-
focusOutlineColor: Colors['
|
|
1534
|
+
focusOutlineColor: Colors['contrasts']['blue4570']
|
|
1536
1535
|
focusOutlineStyle: Border['style']
|
|
1537
|
-
iconColor: Colors['
|
|
1536
|
+
iconColor: Colors['contrasts']['grey125125']
|
|
1538
1537
|
iconsMarginRight: Spacing['xSmall']
|
|
1539
1538
|
descriptorMarginTop: Spacing['xxxSmall']
|
|
1540
|
-
descriptorTextColor: Colors['
|
|
1539
|
+
descriptorTextColor: Colors['contrasts']['grey125125']
|
|
1541
1540
|
descriptorFontSizeSmall: Typography['fontSizeXSmall']
|
|
1542
1541
|
descriptorFontSizeMedium: Typography['fontSizeXSmall']
|
|
1543
1542
|
descriptorFontSizeLarge: Typography['fontSizeSmall']
|
|
1544
|
-
nameTextColor: Colors['
|
|
1543
|
+
nameTextColor: Colors['contrasts']['blue4570']
|
|
1545
1544
|
nameFontSizeSmall: Typography['fontSizeXSmall']
|
|
1546
1545
|
nameFontSizeMedium: Typography['fontSizeSmall']
|
|
1547
1546
|
nameFontSizeLarge: Typography['fontSizeMedium']
|
|
@@ -1550,10 +1549,10 @@ export type TreeBrowserButtonTheme = {
|
|
|
1550
1549
|
baseSpacingLarge: string | 0
|
|
1551
1550
|
borderWidth: Border['widthSmall']
|
|
1552
1551
|
borderRadius: Border['radiusMedium']
|
|
1553
|
-
borderColor: Colors['
|
|
1552
|
+
borderColor: Colors['contrasts']['grey4570']
|
|
1554
1553
|
textLineHeight: Typography['lineHeightCondensed']
|
|
1555
|
-
selectedTextColor: Colors['
|
|
1556
|
-
selectedBackgroundColor: Colors['
|
|
1554
|
+
selectedTextColor: Colors['contrasts']['white1010']
|
|
1555
|
+
selectedBackgroundColor: Colors['contrasts']['grey4570']
|
|
1557
1556
|
selectedOutlineWidth: Border['widthLarge']
|
|
1558
1557
|
}
|
|
1559
1558
|
|
|
@@ -1563,13 +1562,13 @@ export type TreeBrowserCollectionTheme = {
|
|
|
1563
1562
|
baseSpacingMedium: Spacing['small']
|
|
1564
1563
|
baseSpacingLarge: string | 0
|
|
1565
1564
|
borderWidth: Border['widthSmall']
|
|
1566
|
-
borderColor: Colors['
|
|
1565
|
+
borderColor: Colors['contrasts']['grey4570']
|
|
1567
1566
|
}
|
|
1568
1567
|
|
|
1569
1568
|
export type TreeBrowserTheme = {
|
|
1570
1569
|
borderRadius: Border['radiusMedium']
|
|
1571
1570
|
focusOutlineWidth: Border['widthMedium']
|
|
1572
|
-
focusOutlineColor: Colors['
|
|
1571
|
+
focusOutlineColor: Colors['contrasts']['blue4570']
|
|
1573
1572
|
focusOutlineStyle: Border['style']
|
|
1574
1573
|
}
|
|
1575
1574
|
|
|
@@ -1581,44 +1580,44 @@ export type TruncateTextTheme = {
|
|
|
1581
1580
|
export type ContextViewTheme = {
|
|
1582
1581
|
arrowSize: string | 0
|
|
1583
1582
|
arrowBorderWidth: Border['widthSmall']
|
|
1584
|
-
arrowBackgroundColor: Colors['
|
|
1585
|
-
arrowBorderColor: Colors['
|
|
1586
|
-
arrowBackgroundColorInverse: Colors['
|
|
1583
|
+
arrowBackgroundColor: Colors['contrasts']['white1010']
|
|
1584
|
+
arrowBorderColor: Colors['contrasts']['grey1214']
|
|
1585
|
+
arrowBackgroundColorInverse: Colors['contrasts']['grey125125']
|
|
1587
1586
|
arrowBorderColorInverse: string
|
|
1588
1587
|
}
|
|
1589
1588
|
|
|
1590
1589
|
export type ViewTheme = {
|
|
1591
1590
|
fontFamily: Typography['fontFamily']
|
|
1592
|
-
color: Colors['
|
|
1593
|
-
colorPrimaryInverse: Colors['
|
|
1594
|
-
borderColorPrimary: Colors['
|
|
1595
|
-
borderColorSecondary: Colors['
|
|
1596
|
-
borderColorSuccess: Colors['
|
|
1597
|
-
borderColorBrand: Colors['
|
|
1598
|
-
borderColorInfo: Colors['
|
|
1599
|
-
borderColorAlert: Colors['
|
|
1600
|
-
borderColorWarning: Colors['
|
|
1601
|
-
borderColorDanger: Colors['
|
|
1591
|
+
color: Colors['contrasts']['grey125125']
|
|
1592
|
+
colorPrimaryInverse: Colors['contrasts']['white1010']
|
|
1593
|
+
borderColorPrimary: Colors['contrasts']['grey1214']
|
|
1594
|
+
borderColorSecondary: Colors['contrasts']['grey4570']
|
|
1595
|
+
borderColorSuccess: Colors['contrasts']['green4570']
|
|
1596
|
+
borderColorBrand: Colors['contrasts']['blue4570']
|
|
1597
|
+
borderColorInfo: Colors['contrasts']['blue4570']
|
|
1598
|
+
borderColorAlert: Colors['contrasts']['blue4570']
|
|
1599
|
+
borderColorWarning: Colors['contrasts']['orange4570']
|
|
1600
|
+
borderColorDanger: Colors['contrasts']['red4570']
|
|
1602
1601
|
borderColorTransparent: string
|
|
1603
|
-
debugOutlineColor: Colors['
|
|
1604
|
-
backgroundPrimary: Colors['
|
|
1605
|
-
backgroundSecondary: Colors['
|
|
1606
|
-
backgroundPrimaryInverse: Colors['
|
|
1607
|
-
backgroundBrand: Colors['
|
|
1608
|
-
backgroundInfo: Colors['
|
|
1609
|
-
backgroundAlert: Colors['
|
|
1610
|
-
backgroundSuccess: Colors['
|
|
1611
|
-
backgroundDanger: Colors['
|
|
1612
|
-
backgroundWarning: Colors['
|
|
1602
|
+
debugOutlineColor: Colors['contrasts']['red4570']
|
|
1603
|
+
backgroundPrimary: Colors['contrasts']['white1010']
|
|
1604
|
+
backgroundSecondary: Colors['contrasts']['grey1111']
|
|
1605
|
+
backgroundPrimaryInverse: Colors['contrasts']['grey125125']
|
|
1606
|
+
backgroundBrand: Colors['contrasts']['blue4570']
|
|
1607
|
+
backgroundInfo: Colors['contrasts']['blue4570']
|
|
1608
|
+
backgroundAlert: Colors['contrasts']['blue4570']
|
|
1609
|
+
backgroundSuccess: Colors['contrasts']['green4570']
|
|
1610
|
+
backgroundDanger: Colors['contrasts']['red4570']
|
|
1611
|
+
backgroundWarning: Colors['contrasts']['red4570']
|
|
1613
1612
|
arrowSize: string | 0
|
|
1614
1613
|
focusOutlineStyle: Border['style']
|
|
1615
1614
|
focusOutlineWidth: Border['widthMedium']
|
|
1616
1615
|
focusOutlineOffset: string | 0
|
|
1617
1616
|
focusOutlineInset: string | 0
|
|
1618
|
-
focusColorInfo: Colors['
|
|
1619
|
-
focusColorDanger: Colors['
|
|
1620
|
-
focusColorSuccess: Colors['
|
|
1621
|
-
focusColorInverse: Colors['
|
|
1617
|
+
focusColorInfo: Colors['contrasts']['blue4570']
|
|
1618
|
+
focusColorDanger: Colors['contrasts']['red4570']
|
|
1619
|
+
focusColorSuccess: Colors['contrasts']['green4570']
|
|
1620
|
+
focusColorInverse: Colors['contrasts']['white1010']
|
|
1622
1621
|
xSmallMaxWidth: Breakpoints['xSmall']
|
|
1623
1622
|
smallMaxWidth: Breakpoints['small']
|
|
1624
1623
|
mediumMaxWidth: Breakpoints['medium']
|