@dxc-technology/halstack-react 9.0.0 → 9.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (107) hide show
  1. package/BackgroundColorContext.d.ts +2 -2
  2. package/BackgroundColorContext.js +1 -1
  3. package/HalstackContext.d.ts +1329 -5
  4. package/HalstackContext.js +60 -68
  5. package/accordion/Accordion.js +6 -11
  6. package/accordion/Accordion.test.js +1 -1
  7. package/accordion/types.d.ts +3 -3
  8. package/accordion-group/AccordionGroup.js +2 -2
  9. package/accordion-group/AccordionGroup.test.js +1 -1
  10. package/accordion-group/types.d.ts +2 -2
  11. package/alert/Alert.js +3 -5
  12. package/alert/Alert.test.js +1 -1
  13. package/box/Box.js +2 -2
  14. package/box/Box.test.js +1 -1
  15. package/button/Button.js +2 -2
  16. package/button/Button.test.js +1 -1
  17. package/button/types.d.ts +3 -3
  18. package/card/Card.js +12 -13
  19. package/card/Card.stories.tsx +12 -13
  20. package/card/Card.test.js +1 -1
  21. package/checkbox/Checkbox.js +3 -3
  22. package/checkbox/Checkbox.test.js +1 -1
  23. package/checkbox/types.d.ts +2 -2
  24. package/chip/Chip.js +2 -4
  25. package/chip/Chip.test.js +3 -5
  26. package/common/utils.d.ts +1 -0
  27. package/common/utils.js +4 -4
  28. package/common/variables.d.ts +1625 -0
  29. package/common/variables.js +2 -2
  30. package/dialog/Dialog.js +1 -1
  31. package/dialog/Dialog.test.js +24 -24
  32. package/dialog/types.d.ts +2 -2
  33. package/dropdown/Dropdown.js +2 -2
  34. package/dropdown/Dropdown.test.js +3 -2
  35. package/dropdown/DropdownMenuItem.js +0 -2
  36. package/dropdown/types.d.ts +3 -3
  37. package/file-input/FileInput.js +1 -2
  38. package/file-input/FileInput.test.js +1 -1
  39. package/footer/Footer.js +6 -8
  40. package/footer/Footer.test.js +14 -26
  41. package/header/Header.d.ts +3 -2
  42. package/header/Header.js +3 -3
  43. package/header/Header.test.js +2 -2
  44. package/header/types.d.ts +2 -2
  45. package/heading/Heading.js +1 -1
  46. package/heading/Heading.test.js +1 -1
  47. package/layout/ApplicationLayout.d.ts +1 -1
  48. package/layout/ApplicationLayout.js +1 -1
  49. package/link/Link.js +2 -2
  50. package/link/Link.test.js +2 -4
  51. package/link/types.d.ts +2 -2
  52. package/nav-tabs/NavTabs.test.js +1 -1
  53. package/nav-tabs/Tab.js +7 -7
  54. package/number-input/NumberInput.test.js +1 -1
  55. package/package.json +2 -2
  56. package/paginator/Paginator.js +1 -3
  57. package/paginator/Paginator.test.js +27 -37
  58. package/paragraph/Paragraph.d.ts +3 -4
  59. package/paragraph/Paragraph.js +5 -5
  60. package/password-input/PasswordInput.test.js +1 -1
  61. package/progress-bar/ProgressBar.d.ts +2 -2
  62. package/progress-bar/ProgressBar.js +1 -1
  63. package/progress-bar/ProgressBar.test.js +1 -1
  64. package/progress-bar/types.d.ts +4 -3
  65. package/radio-group/RadioGroup.test.js +1 -1
  66. package/resultsetTable/ResultsetTable.js +2 -2
  67. package/resultsetTable/ResultsetTable.test.js +1 -1
  68. package/resultsetTable/types.d.ts +3 -3
  69. package/select/Select.js +13 -11
  70. package/select/Select.test.js +59 -59
  71. package/sidenav/Sidenav.js +1 -1
  72. package/slider/Slider.js +2 -3
  73. package/slider/Slider.test.js +1 -1
  74. package/slider/types.d.ts +2 -2
  75. package/spinner/Spinner.js +15 -21
  76. package/spinner/Spinner.stories.jsx +28 -28
  77. package/spinner/Spinner.test.js +1 -1
  78. package/switch/Switch.js +2 -2
  79. package/switch/Switch.test.js +1 -1
  80. package/switch/types.d.ts +2 -2
  81. package/table/Table.js +2 -2
  82. package/table/Table.test.js +1 -1
  83. package/tabs/Tab.js +9 -9
  84. package/tabs/Tabs.js +1 -3
  85. package/tabs/Tabs.test.js +4 -5
  86. package/tabs/types.d.ts +2 -2
  87. package/tag/Tag.js +7 -9
  88. package/tag/Tag.test.js +1 -1
  89. package/text-input/Suggestion.js +2 -2
  90. package/text-input/TextInput.js +3 -3
  91. package/text-input/TextInput.test.js +1 -2
  92. package/textarea/Textarea.js +3 -3
  93. package/textarea/Textarea.test.js +1 -1
  94. package/toggle-group/ToggleGroup.js +7 -4
  95. package/toggle-group/ToggleGroup.test.js +1 -1
  96. package/toggle-group/types.d.ts +1 -1
  97. package/typography/Typography.d.ts +2 -2
  98. package/typography/Typography.js +14 -113
  99. package/typography/Typography.stories.tsx +1 -1
  100. package/useTheme.d.ts +1234 -1
  101. package/useTheme.js +1 -1
  102. package/useTranslatedLabels.d.ts +84 -1
  103. package/utils/BaseTypography.d.ts +21 -0
  104. package/utils/BaseTypography.js +108 -0
  105. package/wizard/Wizard.js +2 -2
  106. package/wizard/Wizard.test.js +1 -1
  107. package/wizard/types.d.ts +5 -6
package/useTheme.d.ts CHANGED
@@ -1,2 +1,1235 @@
1
- declare const useTheme: () => any;
1
+ declare const useTheme: () => {
2
+ accordion?: Partial<{
3
+ backgroundColor: string;
4
+ hoverBackgroundColor: string;
5
+ arrowColor: string;
6
+ disabledArrowColor: string;
7
+ assistiveTextFontFamily: string;
8
+ assistiveTextFontSize: string;
9
+ assistiveTextFontWeight: string;
10
+ assistiveTextFontStyle: string;
11
+ assistiveTextLetterSpacing: string;
12
+ assistiveTextFontColor: string;
13
+ disabledAssistiveTextFontColor: string;
14
+ assistiveTextMinWidth: string;
15
+ assistiveTextPaddingRight: string;
16
+ assistiveTextPaddingLeft: string;
17
+ titleLabelFontFamily: string;
18
+ titleLabelFontSize: string;
19
+ titleLabelFontWeight: string;
20
+ titleLabelFontStyle: string;
21
+ titleLabelFontColor: string;
22
+ disabledTitleLabelFontColor: string;
23
+ titleLabelPaddingTop: string;
24
+ titleLabelPaddingBottom: string;
25
+ titleLabelPaddingLeft: string;
26
+ titleLabelPaddingRight: string;
27
+ focusBorderColor: string;
28
+ focusBorderStyle: string;
29
+ focusBorderThickness: string;
30
+ borderRadius: string;
31
+ boxShadowOffsetX: string;
32
+ boxShadowOffsetY: string;
33
+ boxShadowBlur: string;
34
+ boxShadowColor: string;
35
+ iconColor: string;
36
+ disabledIconColor: string;
37
+ iconSize: string;
38
+ iconMarginLeft: string;
39
+ iconMarginRigth: string;
40
+ accordionGroupSeparatorBorderColor: string;
41
+ accordionGroupSeparatorBorderThickness: string;
42
+ accordionGroupSeparatorBorderRadius: string;
43
+ accordionGroupSeparatorBorderStyle: string;
44
+ }>;
45
+ alert?: Partial<{
46
+ titleFontFamily: string;
47
+ titleFontColor: string;
48
+ titleFontSize: string;
49
+ titleFontStyle: string;
50
+ titleFontWeight: string;
51
+ titleTextTransform: string;
52
+ titlePaddingRight: string;
53
+ titlePaddingLeft: string;
54
+ inlineTextFontFamily: string;
55
+ inlineTextFontColor: string;
56
+ inlineTextFontSize: string;
57
+ inlineTextFontStyle: string;
58
+ inlineTextFontWeight: string;
59
+ inlineTextPaddingLeft: string;
60
+ inlineTextPaddingRight: string;
61
+ contentPaddingLeft: string;
62
+ contentPaddingRight: string;
63
+ contentPaddingTop: string;
64
+ contentPaddingBottom: string;
65
+ borderRadius: string;
66
+ borderStyle: string;
67
+ borderThickness: string;
68
+ infoBorderColor: string;
69
+ successBorderColor: string;
70
+ warningBorderColor: string;
71
+ errorBorderColor: string;
72
+ iconSize: string;
73
+ iconPaddingLeft: string;
74
+ iconPaddingRight: string;
75
+ infoIconColor: string;
76
+ successIconColor: string;
77
+ warningIconColor: string;
78
+ errorIconColor: string;
79
+ infoBackgroundColor: string;
80
+ successBackgroundColor: string;
81
+ warningBackgroundColor: string;
82
+ errorBackgroundColor: string;
83
+ hoverActionBackgroundColor: string;
84
+ activeActionBackgroundColor: string;
85
+ focusActionBorderColor: string;
86
+ overlayColor: string;
87
+ }>;
88
+ box?: Partial<{
89
+ backgroundColor: string;
90
+ borderRadius: string;
91
+ borderThickness: string;
92
+ borderStyle: string;
93
+ borderColor: string;
94
+ noneShadowDepthShadowOffsetX: string;
95
+ noneShadowDepthShadowOffsetY: string;
96
+ noneShadowDepthShadowBlur: string;
97
+ noneShadowDepthShadowSpread: string;
98
+ noneShadowDepthShadowColor: string;
99
+ oneShadowDepthShadowOffsetX: string;
100
+ oneShadowDepthShadowOffsetY: string;
101
+ oneShadowDepthShadowBlur: string;
102
+ oneShadowDepthShadowSpread: string;
103
+ oneShadowDepthShadowColor: string;
104
+ twoShadowDepthShadowOffsetX: string;
105
+ twoShadowDepthShadowOffsetY: string;
106
+ twoShadowDepthShadowBlur: string;
107
+ twoShadowDepthShadowSpread: string;
108
+ twoShadowDepthShadowColor: string;
109
+ }>;
110
+ bulletedList?: Partial<{
111
+ fontColor: string;
112
+ fontColorOnDark: string;
113
+ bulletIconHeight: string;
114
+ bulletIconWidth: string;
115
+ bulletHeight: string;
116
+ bulletWidth: string;
117
+ bulletMarginRight: string;
118
+ }>;
119
+ button?: Partial<{
120
+ labelFontLineHeight: string;
121
+ labelLetterSpacing: string;
122
+ paddingLeft: string;
123
+ paddingRight: string;
124
+ paddingTop: string;
125
+ paddingBottom: string;
126
+ focusBorderColor: string;
127
+ focusBorderColorOnDark: string;
128
+ primaryBackgroundColor: string;
129
+ primaryBackgroundColorOnDark: string;
130
+ primaryFontColor: string;
131
+ primaryFontColorOnDark: string;
132
+ primaryHoverBackgroundColor: string;
133
+ primaryHoverBackgroundColorOnDark: string;
134
+ primaryActiveBackgroundColor: string;
135
+ primaryActiveBackgroundColorOnDark: string;
136
+ primaryDisabledBackgroundColor: string;
137
+ primaryDisabledBackgroundColorOnDark: string;
138
+ primaryDisabledFontColor: string;
139
+ primaryDisabledFontColorOnDark: string;
140
+ primaryBorderThickness: string;
141
+ primaryBorderStyle: string;
142
+ primaryBorderRadius: string;
143
+ primaryFontFamily: string;
144
+ primaryFontSize: string;
145
+ primaryFontWeight: string;
146
+ secondaryBackgroundColor: string;
147
+ secondaryBackgroundColorOnDark: string;
148
+ secondaryFontColor: string;
149
+ secondaryFontColorOnDark: string;
150
+ secondaryHoverFontColor: string;
151
+ secondaryHoverFontColorOnDark: string;
152
+ secondaryBorderColor: string;
153
+ secondaryBorderColorOnDark: string;
154
+ secondaryHoverBackgroundColor: string;
155
+ secondaryHoverBackgroundColorOnDark: string;
156
+ secondaryActiveBackgroundColor: string;
157
+ secondaryActiveBackgroundColorOnDark: string;
158
+ secondaryDisabledBackgroundColor: string;
159
+ secondaryDisabledBackgroundColorOnDark: string;
160
+ secondaryDisabledFontColor: string;
161
+ secondaryDisabledFontColorOnDark: string;
162
+ secondaryDisabledBorderColor: string;
163
+ secondaryDisabledBorderColorOnDark: string;
164
+ secondaryBorderThickness: string;
165
+ secondaryBorderStyle: string;
166
+ secondaryBorderRadius: string;
167
+ secondaryFontFamily: string;
168
+ secondaryFontSize: string;
169
+ secondaryFontWeight: string;
170
+ textBackgroundColor: string;
171
+ textBackgroundColorOnDark: string;
172
+ textFontColor: string;
173
+ textFontColorOnDark: string;
174
+ textHoverBackgroundColor: string;
175
+ textHoverBackgroundColorOnDark: string;
176
+ textActiveBackgroundColor: string;
177
+ textActiveBackgroundColorOnDark: string;
178
+ textDisabledBackgroundColor: string;
179
+ textDisabledBackgroundColorOnDark: string;
180
+ textDisabledFontColor: string;
181
+ textDisabledFontColorOnDark: string;
182
+ textBorderThickness: string;
183
+ textBorderStyle: string;
184
+ textBorderRadius: string;
185
+ textFontFamily: string;
186
+ textFontSize: string;
187
+ textFontWeight: string;
188
+ }>;
189
+ card?: Partial<{
190
+ height: string;
191
+ width: string;
192
+ }>;
193
+ checkbox?: Partial<{
194
+ backgroundColorChecked: string;
195
+ backgroundColorCheckedOnDark: string;
196
+ hoverBackgroundColorChecked: string;
197
+ hoverBackgroundColorCheckedOnDark: string;
198
+ disabledBackgroundColorChecked: string;
199
+ disabledBackgroundColorCheckedOnDark: string;
200
+ borderColor: string;
201
+ borderColorOnDark: string;
202
+ hoverBorderColor: string;
203
+ hoverBorderColorOnDark: string;
204
+ disabledBorderColor: string;
205
+ disabledBorderColorOnDark: string;
206
+ checkColor: string;
207
+ checkColorOnDark: string;
208
+ disabledCheckColor: string;
209
+ disabledCheckColorOnDark: string;
210
+ fontFamily: string;
211
+ fontSize: string;
212
+ fontWeight: string;
213
+ fontColor: string;
214
+ fontColorOnDark: string;
215
+ disabledFontColor: string;
216
+ disabledFontColorOnDark: string;
217
+ focusColor: string;
218
+ focusColorOnDark: string;
219
+ checkLabelSpacing: string;
220
+ }>;
221
+ chip?: Partial<{
222
+ backgroundColor: string;
223
+ disabledBackgroundColor: string;
224
+ fontFamily: string;
225
+ fontSize: string;
226
+ fontStyle: string;
227
+ fontWeight: string;
228
+ fontColor: string;
229
+ disabledFontColor: string;
230
+ borderColor: string;
231
+ borderRadius: string;
232
+ borderThickness: string;
233
+ borderStyle: string;
234
+ contentPaddingLeft: string;
235
+ contentPaddingRight: string;
236
+ contentPaddingTop: string;
237
+ contentPaddingBottom: string;
238
+ iconSize: string;
239
+ iconSpacing: string;
240
+ iconColor: string;
241
+ hoverIconColor: string;
242
+ activeIconColor: string;
243
+ disabledIconColor: string;
244
+ focusColor: string;
245
+ focusBorderStyle: string;
246
+ focusBorderThickness: string;
247
+ focusBorderRadius: string;
248
+ }>;
249
+ dateInput?: Partial<{
250
+ pickerBackgroundColor: string;
251
+ pickerFontColor: string;
252
+ pickerBorderColor: string;
253
+ pickerSelectedBackgroundColor: string;
254
+ pickerSelectedFontColor: string;
255
+ pickerHoverBackgroundColor: string;
256
+ pickerHoverFontColor: string;
257
+ pickerActiveBackgroundColor: string;
258
+ pickerActiveFontColor: string;
259
+ pickerNonCurrentMonthFontColor: string;
260
+ pickerCurrentDateBorderColor: string;
261
+ pickerCurrentDateFontColor: string;
262
+ pickerCurrentYearFontColor: string;
263
+ pickerHeaderBackgroundColor: string;
264
+ pickerHeaderFontColor: string;
265
+ pickerHeaderHoverBackgroundColor: string;
266
+ pickerHeaderHoverFontColor: string;
267
+ pickerHeaderActiveBackgroundColor: string;
268
+ pickerHeaderActiveFontColor: string;
269
+ pickerFocusColor: string;
270
+ pickerBorderWidth: string;
271
+ pickerBorderStyle: string;
272
+ pickerFocusWidth: string;
273
+ pickerCurrentDateBorderWidth: string;
274
+ pickerFontFamily: string;
275
+ pickerFontSize: string;
276
+ pickerFontWeight: string;
277
+ pickerInteractedYearFontSize: string;
278
+ pickerHeaderFontSize: string;
279
+ }>;
280
+ dialog?: Partial<{
281
+ overlayColor: string;
282
+ backgroundColor: string;
283
+ closeIconWidth: string;
284
+ closeIconHeight: string;
285
+ closeIconTopPosition: string;
286
+ closeIconRightPosition: string;
287
+ closeIconBackgroundColor: string;
288
+ closeIconBorderColor: string;
289
+ closeIconColor: string;
290
+ closeIconBorderThickness: string;
291
+ closeIconBorderStyle: string;
292
+ closeIconBorderRadius: string;
293
+ boxShadowOffsetX: string;
294
+ boxShadowOffsetY: string;
295
+ boxShadowBlur: string;
296
+ boxShadowColor: string;
297
+ }>;
298
+ dropdown?: Partial<{
299
+ buttonBackgroundColor: string;
300
+ hoverButtonBackgroundColor: string;
301
+ activeButtonBackgroundColor: string;
302
+ buttonFontFamily: string;
303
+ buttonFontSize: string;
304
+ buttonFontStyle: string;
305
+ buttonFontWeight: string;
306
+ buttonFontColor: string;
307
+ buttonIconSize: string;
308
+ buttonIconSpacing: string;
309
+ buttonIconColor: string;
310
+ buttonPaddingTop: string;
311
+ buttonPaddingBottom: string;
312
+ buttonPaddingLeft: string;
313
+ buttonPaddingRight: string;
314
+ disabledColor: string;
315
+ disabledButtonBackgroundColor: string;
316
+ disabledBorderColor: string;
317
+ optionBackgroundColor: string;
318
+ hoverOptionBackgroundColor: string;
319
+ activeOptionBackgroundColor: string;
320
+ optionFontFamily: string;
321
+ optionFontSize: string;
322
+ optionFontStyle: string;
323
+ optionFontWeight: string;
324
+ optionFontColor: string;
325
+ optionIconSize: string;
326
+ optionIconSpacing: string;
327
+ optionIconColor: string;
328
+ optionPaddingTop: string;
329
+ optionPaddingBottom: string;
330
+ optionPaddingLeft: string;
331
+ optionPaddingRight: string;
332
+ caretIconSize: string;
333
+ caretIconColor: string;
334
+ caretIconSpacing: string;
335
+ borderRadius: string;
336
+ borderStyle: string;
337
+ borderThickness: string;
338
+ borderColor: string;
339
+ scrollBarThumbColor: string;
340
+ scrollBarTrackColor: string;
341
+ focusColor: string;
342
+ }>;
343
+ fileInput?: Partial<{
344
+ dropBorderColor: string;
345
+ fileItemBorderColor: string;
346
+ fileNameFontColor: string;
347
+ labelFontColor: string;
348
+ helperTextFontColor: string;
349
+ dropLabelFontColor: string;
350
+ disabledLabelFontColor: string;
351
+ disabledHelperTextFontcolor: string;
352
+ disabledDropLabelFontColor: string;
353
+ focusDropBorderColor: string;
354
+ disabledDropBorderColor: string;
355
+ dragoverDropBackgroundColor: string;
356
+ activeFileItemIconBackgrounColor: string;
357
+ errorFileItemBorderColor: string;
358
+ errorFileItemBackgroundColor: string;
359
+ errorFilePreviewBackgroundColor: string;
360
+ errorFileItemIconColor: string;
361
+ fileItemIconBackgroundColor: string;
362
+ deleteFileItemColor: string;
363
+ errorMessageFontColor: string;
364
+ labelFontFamily: string;
365
+ labelFontSize: string;
366
+ labelFontWeight: string;
367
+ labelLineHeight: string;
368
+ fileItemFontFamily: string;
369
+ fileItemFontSize: string;
370
+ fileItemFontWeight: string;
371
+ fileItemLineHeight: string;
372
+ helperTextFontFamily: string;
373
+ helperTextFontSize: string;
374
+ helperTextFontWeight: string;
375
+ helperTextLineHeight: string;
376
+ dropLabelFontFamily: string;
377
+ dropLabelFontSize: string;
378
+ dropLabelFontWeight: string;
379
+ errorMessageFontFamily: string;
380
+ errorMessageFontSize: string;
381
+ errorMessageFontWeight: string;
382
+ errorMessageLineHeight: string;
383
+ dropBorderThickness: string;
384
+ dropBorderStyle: string;
385
+ dropBorderRadius: string;
386
+ fileItemBorderThickness: string;
387
+ fileItemBorderStyle: string;
388
+ fileItemBorderRadius: string;
389
+ hoverDeleteFileItemBackgroundColor: string;
390
+ activeDeleteFileItemBackgroundColor: string;
391
+ focusDeleteFileItemBorderColor: string;
392
+ filePreviewBackgroundColor: string;
393
+ filePreviewIconColor: string;
394
+ errorFilePreviewIconColor: string;
395
+ }>;
396
+ footer?: Partial<{
397
+ height: string;
398
+ backgroundColor: string;
399
+ bottomLinksDividerColor: string;
400
+ bottomLinksDividerThickness: string;
401
+ bottomLinksDividerStyle: string;
402
+ bottomLinksDividerSpacing: string;
403
+ bottomLinksFontFamily: string;
404
+ bottomLinksFontSize: string;
405
+ bottomLinksFontStyle: string;
406
+ bottomLinksFontWeight: string;
407
+ bottomLinksFontColor: string;
408
+ bottomLinksTextDecoration: string;
409
+ copyrightFontFamily: string;
410
+ copyrightFontSize: string;
411
+ copyrightFontStyle: string;
412
+ copyrightFontWeight: string;
413
+ copyrightFontColor: string;
414
+ logo: string;
415
+ logoHeight: string;
416
+ logoWidth: string;
417
+ socialLinksSize: string;
418
+ socialLinksGutter: string;
419
+ socialLinksColor: string;
420
+ }>;
421
+ header?: Partial<{
422
+ backgroundColor: string;
423
+ hamburguerFocusColor: string;
424
+ hamburguerFontFamily: string;
425
+ hamburguerFontStyle: string;
426
+ hamburguerFontColor: string;
427
+ hamburguerFontSize: string;
428
+ hamburguerFontWeight: string;
429
+ hamburguerTextTransform: string;
430
+ hamburguerIconColor: string;
431
+ hamburguerHoverColor: string;
432
+ logo: string;
433
+ logoResponsive: string;
434
+ logoHeight: string;
435
+ logoWidth: string;
436
+ menuBackgroundColor: string;
437
+ menuZindex: string;
438
+ menuTabletWidth: string;
439
+ menuMobileWidth: string;
440
+ minHeight: string;
441
+ overlayColor: string;
442
+ overlayOpacity: string;
443
+ overlayZindex: string;
444
+ paddingTop: string;
445
+ paddingBottom: string;
446
+ paddingRight: string;
447
+ paddingLeft: string;
448
+ underlinedColor: string;
449
+ underlinedThickness: string;
450
+ underlinedStyle: string;
451
+ contentColor: string;
452
+ contentColorOnDark: string;
453
+ }>;
454
+ heading?: Partial<{
455
+ level1FontColor: string;
456
+ level1FontFamily: string;
457
+ level1FontSize: string;
458
+ level1FontStyle: string;
459
+ level1FontWeight: string;
460
+ level1LineHeight: string;
461
+ level1LetterSpacing: string;
462
+ level2FontColor: string;
463
+ level2FontFamily: string;
464
+ level2FontSize: string;
465
+ level2FontStyle: string;
466
+ level2FontWeight: string;
467
+ level2LineHeight: string;
468
+ level2LetterSpacing: string;
469
+ level3FontColor: string;
470
+ level3FontFamily: string;
471
+ level3FontSize: string;
472
+ level3FontStyle: string;
473
+ level3FontWeight: string;
474
+ level3LineHeight: string;
475
+ level3LetterSpacing: string;
476
+ level4FontColor: string;
477
+ level4FontFamily: string;
478
+ level4FontSize: string;
479
+ level4FontStyle: string;
480
+ level4FontWeight: string;
481
+ level4LineHeight: string;
482
+ level4LetterSpacing: string;
483
+ level5FontColor: string;
484
+ level5FontFamily: string;
485
+ level5FontSize: string;
486
+ level5FontStyle: string;
487
+ level5FontWeight: string;
488
+ level5LineHeight: string;
489
+ level5LetterSpacing: string;
490
+ }>;
491
+ link?: Partial<{
492
+ fontColor: string;
493
+ fontFamily: string;
494
+ fontSize: string;
495
+ fontStyle: string;
496
+ fontWeight: string;
497
+ iconSize: string;
498
+ iconSpacing: string;
499
+ underlineSpacing: string;
500
+ underlineStyle: string;
501
+ underlineThickness: string;
502
+ disabledColor: string;
503
+ hoverFontColor: string;
504
+ hoverUnderlineColor: string;
505
+ visitedFontColor: string;
506
+ visitedUnderlineColor: string;
507
+ activeFontColor: string;
508
+ activeUnderlineColor: string;
509
+ focusColor: string;
510
+ }>;
511
+ navTabs?: Partial<{
512
+ selectedBackgroundColor: string;
513
+ unselectedBackgroundColor: string;
514
+ hoverBackgroundColor: string;
515
+ pressedBackgroundColor: string;
516
+ selectedFontColor: string;
517
+ unselectedFontColor: string;
518
+ disabledFontColor: string;
519
+ focusOutline: string;
520
+ selectedUnderlineColor: string;
521
+ dividerColor: string;
522
+ fontFamily: string;
523
+ fontSize: string;
524
+ fontStyle: string;
525
+ fontWeight: string;
526
+ selectedIconColor: string;
527
+ unselectedIconColor: string;
528
+ disabledIconColor: string;
529
+ }>;
530
+ paginator?: Partial<{
531
+ backgroundColor: string;
532
+ fontColor: string;
533
+ fontFamily: string;
534
+ fontSize: string;
535
+ fontStyle: string;
536
+ fontWeight: string;
537
+ fontTextTransform: string;
538
+ verticalPadding: string;
539
+ horizontalPadding: string;
540
+ marginRight: string;
541
+ marginLeft: string;
542
+ itemsPerPageSelectorMarginLeft: string;
543
+ itemsPerPageSelectorMarginRight: string;
544
+ pageSelectorMarginRight: string;
545
+ pageSelectorMarginLeft: string;
546
+ totalItemsContainerMarginRight: string;
547
+ totalItemsContainerMarginLeft: string;
548
+ }>;
549
+ paragraph?: Partial<{
550
+ fontColor: string;
551
+ fontColorOnDark: string;
552
+ display: string;
553
+ fontSize: string;
554
+ fontWeight: string;
555
+ }>;
556
+ progressBar?: Partial<{
557
+ trackLineColor: string;
558
+ trackLineColorOnDark: string;
559
+ totalLineColor: string;
560
+ labelFontFamily: string;
561
+ labelFontSize: string;
562
+ labelFontStyle: string;
563
+ labelFontWeight: string;
564
+ labelFontColor: string;
565
+ labelFontColorOnDark: string;
566
+ labelFontTextTransform: string;
567
+ valueFontFamily: string;
568
+ valueFontSize: string;
569
+ valueFontStyle: string;
570
+ valueFontWeight: string;
571
+ valueFontColor: string;
572
+ valueFontColorOnDark: string;
573
+ valueFontTextTransform: string;
574
+ helperTextFontColor: string;
575
+ helperTextFontColorOnDark: string;
576
+ helperTextFontSize: string;
577
+ helperTextFontStyle: string;
578
+ helperTextFontWeight: string;
579
+ helperTextFontFamily: string;
580
+ thickness: string;
581
+ borderRadius: string;
582
+ overlayColor: string;
583
+ overlayFontColor: string;
584
+ }>;
585
+ quickNav?: Partial<{
586
+ fontColor: string;
587
+ hoverFontColor: string;
588
+ dividerBorderColor: string;
589
+ focusBorderColor: string;
590
+ focusBorderStyle: string;
591
+ focusBorderThickness: string;
592
+ focusBorderRadius: string;
593
+ paddingTop: string;
594
+ paddingBottom: string;
595
+ paddingLeft: string;
596
+ paddingRight: string;
597
+ fontFamily: string;
598
+ fontSize: string;
599
+ fontStyle: string;
600
+ fontWeight: string;
601
+ }>;
602
+ radioGroup?: Partial<{
603
+ fontFamily: string;
604
+ radioInputColor: string;
605
+ hoverRadioInputColor: string;
606
+ focusBorderColor: string;
607
+ activeRadioInputColor: string;
608
+ errorRadioInputColor: string;
609
+ hoverErrorRadioInputColor: string;
610
+ activeErrorRadioInputColor: string;
611
+ readonlyRadioInputColor: string;
612
+ hoverReadonlyRadioInputColor: string;
613
+ activeReadonlyRadioInputColor: string;
614
+ disabledRadioInputColor: string;
615
+ disabledLabelFontColor: string;
616
+ disabledHelperTextFontColor: string;
617
+ disabledRadioInputLabelFontColor: string;
618
+ errorMessageColor: string;
619
+ labelFontColor: string;
620
+ labelFontSize: string;
621
+ labelFontStyle: string;
622
+ labelFontWeight: string;
623
+ labelLineHeight: string;
624
+ optionalLabelFontWeight: string;
625
+ helperTextFontColor: string;
626
+ helperTextFontSize: string;
627
+ helperTextFontStyle: string;
628
+ helperTextFontWeight: string;
629
+ helperTextLineHeight: string;
630
+ radioInputLabelFontColor: string;
631
+ radioInputLabelFontSize: string;
632
+ radioInputLabelFontStyle: string;
633
+ radioInputLabelFontWeight: string;
634
+ radioInputLabelLineHeight: string;
635
+ groupLabelMargin: string;
636
+ radioInputLabelMargin: string;
637
+ groupVerticalGutter: string;
638
+ groupHorizontalGutter: string;
639
+ }>;
640
+ select?: Partial<{
641
+ fontFamily: string;
642
+ disabledColor: string;
643
+ enabledInputBorderColor: string;
644
+ hoverInputBorderColor: string;
645
+ focusInputBorderColor: string;
646
+ errorInputBorderColor: string;
647
+ hoverInputErrorBorderColor: string;
648
+ disabledInputBorderColor: string;
649
+ disabledInputBackgroundColor: string;
650
+ inputMarginTop: string;
651
+ inputMarginBottom: string;
652
+ errorMessageColor: string;
653
+ errorIconColor: string;
654
+ labelFontColor: string;
655
+ labelFontSize: string;
656
+ labelFontStyle: string;
657
+ labelFontWeight: string;
658
+ labelLineHeight: string;
659
+ optionalLabelFontWeight: string;
660
+ helperTextFontColor: string;
661
+ helperTextFontSize: string;
662
+ helperTextFontStyle: string;
663
+ helperTextFontWeight: string;
664
+ helperTextLineHeight: string;
665
+ placeholderFontColor: string;
666
+ valueFontColor: string;
667
+ valueFontSize: string;
668
+ valueFontStyle: string;
669
+ valueFontWeight: string;
670
+ actionIconColor: string;
671
+ hoverActionIconColor: string;
672
+ activeActionIconColor: string;
673
+ actionBackgroundColor: string;
674
+ hoverActionBackgroundColor: string;
675
+ activeActionBackgroundColor: string;
676
+ listOptionFontColor: string;
677
+ listOptionFontSize: string;
678
+ listOptionFontStyle: string;
679
+ listOptionFontWeight: string;
680
+ listOptionIconColor: string;
681
+ listOptionDividerColor: string;
682
+ listGroupLabelFontWeight: string;
683
+ focusListOptionBorderColor: string;
684
+ systemMessageFontColor: string;
685
+ collapseIndicatorColor: string;
686
+ listDialogBackgroundColor: string;
687
+ listDialogBorderColor: string;
688
+ selectedListOptionBackgroundColor: string;
689
+ selectedHoverListOptionBackgroundColor: string;
690
+ selectedActiveListOptionBackgroundColor: string;
691
+ selectedListOptionIconColor: string;
692
+ unselectedHoverListOptionBackgroundColor: string;
693
+ unselectedActiveListOptionBackgroundColor: string;
694
+ selectionIndicatorFontColor: string;
695
+ selectionIndicatorFontSize: string;
696
+ selectionIndicatorFontStyle: string;
697
+ selectionIndicatorFontWeight: string;
698
+ selectionIndicatorBorderColor: string;
699
+ selectionIndicatorBackgroundColor: string;
700
+ enabledSelectionIndicatorActionBackgroundColor: string;
701
+ enabledSelectionIndicatorActionIconColor: string;
702
+ hoverSelectionIndicatorActionBackgroundColor: string;
703
+ hoverSelectionIndicatorActionIconColor: string;
704
+ activeSelectionIndicatorActionBackgroundColor: string;
705
+ activeSelectionIndicatorActionIconColor: string;
706
+ }>;
707
+ sidenav?: Partial<{
708
+ backgroundColor: string;
709
+ titleFontFamily: string;
710
+ titleFontSize: string;
711
+ titleFontStyle: string;
712
+ titleFontWeight: string;
713
+ titleFontColor: string;
714
+ titleFontTextTransform: string;
715
+ titleFontLetterSpacing: string;
716
+ groupTitleFontFamily: string;
717
+ groupTitleFontSize: string;
718
+ groupTitleFontStyle: string;
719
+ groupTitleFontWeight: string;
720
+ groupTitleFontColor: string;
721
+ groupTitleHoverBackgroundColor: string;
722
+ groupTitleActiveBackgroundColor: string;
723
+ groupTitleSelectedFontColor: string;
724
+ groupTitleSelectedBackgroundColor: string;
725
+ groupTitleSelectedHoverFontColor: string;
726
+ groupTitleSelectedHoverBackgroundColor: string;
727
+ groupTitleFontTextTransform: string;
728
+ groupTitleFontLetterSpacing: string;
729
+ linkFontFamily: string;
730
+ linkFontSize: string;
731
+ linkFontStyle: string;
732
+ linkFontWeight: string;
733
+ linkFontColor: string;
734
+ linkHoverBackgroundColor: string;
735
+ linkSelectedFontColor: string;
736
+ linkSelectedBackgroundColor: string;
737
+ linkSelectedHoverFontColor: string;
738
+ linkSelectedHoverBackgroundColor: string;
739
+ linkFontTextTransform: string;
740
+ linkFontLetterSpacing: string;
741
+ linkTextDecoration: string;
742
+ linkMarginTop: string;
743
+ linkMarginBottom: string;
744
+ linkMarginRight: string;
745
+ linkMarginLeft: string;
746
+ linkFocusColor: string;
747
+ scrollBarThumbColor: string;
748
+ scrollBarTrackColor: string;
749
+ }>;
750
+ slider?: Partial<{
751
+ fontFamily: string;
752
+ limitValuesFontColor: string;
753
+ limitValuesFontColorOnDark: string;
754
+ limitValuesFontSize: string;
755
+ limitValuesFontStyle: string;
756
+ limitValuesFontWeight: string;
757
+ limitValuesFontLetterSpacing: string;
758
+ disabledLimitValuesFontColor: string;
759
+ labelFontFamily: string;
760
+ labelFontSize: string;
761
+ labelFontStyle: string;
762
+ labelFontWeight: string;
763
+ labelLineHeight: string;
764
+ helperTextFontFamily: string;
765
+ helperTextFontSize: string;
766
+ helperTextFontStyle: string;
767
+ helperTextFontWeight: string;
768
+ helperTextLineHeight: string;
769
+ fontColor: string;
770
+ fontColorOnDark: string;
771
+ labelFontColor: string;
772
+ labelFontColorOnDark: string;
773
+ helperTextFontColor: string;
774
+ helperTextFontColorOnDark: string;
775
+ disabledLabelFontColor: string;
776
+ disabledLabelFontColorOnDark: string;
777
+ disabledHelperTextFontColor: string;
778
+ disabledHelperTextFontColorOnDark: string;
779
+ thumbHeight: string;
780
+ thumbWidth: string;
781
+ hoverThumbHeight: string;
782
+ hoverThumbWidth: string;
783
+ thumbVerticalPosition: string;
784
+ hoverThumbVerticalPosition: string;
785
+ thumbBackgroundColor: string;
786
+ thumbBackgroundColorOnDark: string;
787
+ hoverThumbScale: string;
788
+ hoverThumbBackgroundColor: string;
789
+ hoverThumbBackgroundColorOnDark: string;
790
+ activeThumbScale: string;
791
+ activeThumbBackgroundColor: string;
792
+ activeThumbBackgroundColorOnDark: string;
793
+ focusThumbBackgroundColor: string;
794
+ focusThumbBackgroundColorOnDark: string;
795
+ tickHeight: string;
796
+ tickWidth: string;
797
+ tickVerticalPosition: string;
798
+ tickBackgroundColor: string;
799
+ tickBackgroundColorOnDark: string;
800
+ trackLineThickness: string;
801
+ trackLineVerticalPosition: string;
802
+ trackLineColor: string;
803
+ trackLineColorOnDark: string;
804
+ totalLineThickness: string;
805
+ totalLineVerticalPosition: string;
806
+ totalLineColor: string;
807
+ totalLineColorOnDark: string;
808
+ disabledThumbVerticalPosition: string;
809
+ disabledThumbBackgroundColor: string;
810
+ disabledThumbBackgroundColorOnDark: string;
811
+ disabledTickVerticalPosition: string;
812
+ disabledTickBackgroundColor: string;
813
+ disabledTickBackgroundColorOnDark: string;
814
+ disabledTrackLineColor: string;
815
+ disabledTrackLineColorOnDark: string;
816
+ disabledTotalLineColor: string;
817
+ disabledTotalLineColorOnDark: string;
818
+ focusColor: string;
819
+ focusColorOnDark: string;
820
+ floorLabelMarginRight: string;
821
+ ceilLabelMarginLeft: string;
822
+ inputMarginLeft: string;
823
+ }>;
824
+ spinner?: Partial<{
825
+ trackCircleColor: string;
826
+ trackCircleColorOverlay: string;
827
+ totalCircleColor: string;
828
+ labelFontFamily: string;
829
+ labelFontSize: string;
830
+ labelFontStyle: string;
831
+ labelFontWeight: string;
832
+ labelFontColor: string;
833
+ labelFontColorOnDark: string;
834
+ labelTextAlign: string;
835
+ progressValueFontFamily: string;
836
+ progressValueFontSize: string;
837
+ progressValueFontStyle: string;
838
+ progressValueFontWeight: string;
839
+ progressValueFontColor: string;
840
+ progressValueFontColorOnDark: string;
841
+ progressValueTextAlign: string;
842
+ overlayBackgroundColor: string;
843
+ overlayOpacity: string;
844
+ overlayLabelFontFamily: string;
845
+ overlayLabelFontSize: string;
846
+ overlayLabelFontStyle: string;
847
+ overlayLabelFontWeight: string;
848
+ overlayLabelFontColor: string;
849
+ overlayLabelTextAlign: string;
850
+ overlayProgressValueFontFamily: string;
851
+ overlayProgressValueFontSize: string;
852
+ overlayProgressValueFontStyle: string;
853
+ overlayProgressValueFontWeight: string;
854
+ overlayProgressValueFontColor: string;
855
+ overlayProgressValueTextAlign: string;
856
+ }>;
857
+ switch?: Partial<{
858
+ checkedTrackBackgroundColor: string;
859
+ checkedTrackBackgroundColorOnDark: string;
860
+ checkedThumbBackgroundColor: string;
861
+ checkedThumbBackgroundColorOnDark: string;
862
+ uncheckedTrackBackgroundColor: string;
863
+ uncheckedTrackBackgroundColorOnDark: string;
864
+ uncheckedThumbBackgroundColor: string;
865
+ uncheckedThumbBackgroundColorOnDark: string;
866
+ disabledCheckedTrackBackgroundColor: string;
867
+ disabledCheckedTrackBackgroundColorOnDark: string;
868
+ disabledCheckedThumbBackgroundColor: string;
869
+ disabledCheckedThumbBackgroundColorOnDark: string;
870
+ disabledUncheckedTrackBackgroundColor: string;
871
+ disabledUncheckedTrackBackgroundColorOnDark: string;
872
+ disabledUncheckedThumbBackgroundColor: string;
873
+ disabledUncheckedThumbBackgroundColorOnDark: string;
874
+ disabledLabelFontColor: string;
875
+ disabledLabelFontColorOnDark: string;
876
+ disabledLabelFontStyle: string;
877
+ labelFontFamily: string;
878
+ labelFontSize: string;
879
+ labelFontStyle: string;
880
+ labelFontWeight: string;
881
+ labelFontColor: string;
882
+ labelFontColorOnDark: string;
883
+ thumbFocusColor: string;
884
+ thumbFocusColorOnDark: string;
885
+ thumbHeight: string;
886
+ thumbWidth: string;
887
+ thumbShift: string;
888
+ trackHeight: string;
889
+ trackWidth: string;
890
+ spaceBetweenLabelSwitch: string;
891
+ }>;
892
+ table?: Partial<{
893
+ rowSeparatorThickness: string;
894
+ rowSeparatorStyle: string;
895
+ rowSeparatorColor: string;
896
+ dataBackgroundColor: string;
897
+ dataFontFamily: string;
898
+ dataFontSize: string;
899
+ dataFontStyle: string;
900
+ dataFontWeight: string;
901
+ dataFontColor: string;
902
+ dataFontTextTransform: string;
903
+ dataPaddingTop: string;
904
+ dataPaddingBottom: string;
905
+ dataPaddingRight: string;
906
+ dataPaddingLeft: string;
907
+ dataTextAlign: string;
908
+ dataTextLineHeight: string;
909
+ headerBackgroundColor: string;
910
+ headerBorderRadius: string;
911
+ headerFontFamily: string;
912
+ headerFontSize: string;
913
+ headerFontStyle: string;
914
+ headerFontWeight: string;
915
+ headerFontColor: string;
916
+ headerFontTextTransform: string;
917
+ headerPaddingTop: string;
918
+ headerPaddingBottom: string;
919
+ headerPaddingRight: string;
920
+ headerPaddingLeft: string;
921
+ headerTextAlign: string;
922
+ headerTextLineHeight: string;
923
+ scrollBarThumbColor: string;
924
+ scrollBarTrackColor: string;
925
+ sortIconColor: string;
926
+ }>;
927
+ tabs?: Partial<{
928
+ fontFamily: string;
929
+ fontSize: string;
930
+ fontStyle: string;
931
+ fontWeight: string;
932
+ fontTextTransform: string;
933
+ selectedBackgroundColor: string;
934
+ selectedFontColor: string;
935
+ selectedIconColor: string;
936
+ selectedUnderlineColor: string;
937
+ selectedUnderlineThickness: string;
938
+ unselectedBackgroundColor: string;
939
+ unselectedFontColor: string;
940
+ unselectedIconColor: string;
941
+ disabledFontColor: string;
942
+ disabledIconColor: string;
943
+ disabledFontStyle: string;
944
+ disabledBadgeBackgroundColor: string;
945
+ hoverBackgroundColor: string;
946
+ pressedBackgroundColor: string;
947
+ pressedFontWeight: string;
948
+ dividerColor: string;
949
+ dividerThickness: string;
950
+ focusOutline: string;
951
+ scrollButtonsWidth: string;
952
+ badgeBackgroundColor: string;
953
+ badgeFontFamily: string;
954
+ badgeFontSize: string;
955
+ badgeFontStyle: string;
956
+ badgeFontWeight: string;
957
+ badgeFontColor: string;
958
+ badgeLetterSpacing: string;
959
+ badgeWidth: string;
960
+ badgeHeight: string;
961
+ badgeRadius: string;
962
+ badgeWidthWithNotificationNumber: string;
963
+ badgeHeightWithNotificationNumber: string;
964
+ badgeRadiusWithNotificationNumber: string;
965
+ }>;
966
+ tag?: Partial<{
967
+ fontFamily: string;
968
+ fontColor: string;
969
+ fontSize: string;
970
+ fontStyle: string;
971
+ fontWeight: string;
972
+ labelPaddingTop: string;
973
+ labelPaddingBottom: string;
974
+ labelPaddingLeft: string;
975
+ labelPaddingRight: string;
976
+ height: string;
977
+ iconColor: string;
978
+ iconSectionWidth: string;
979
+ iconHeight: string;
980
+ iconWidth: string;
981
+ focusColor: string;
982
+ }>;
983
+ textarea?: Partial<{
984
+ fontFamily: string;
985
+ enabledBorderColor: string;
986
+ enabledBorderColorOnDark: string;
987
+ hoverBorderColor: string;
988
+ hoverBorderColorOnDark: string;
989
+ focusBorderColor: string;
990
+ focusBorderColorOnDark: string;
991
+ disabledBorderColor: string;
992
+ disabledBorderColorOnDark: string;
993
+ disabledContainerFillColor: string;
994
+ disabledContainerFillColorOnDark: string;
995
+ errorBorderColor: string;
996
+ errorBorderColorOnDark: string;
997
+ hoverErrorBorderColor: string;
998
+ hoverErrorBorderColorOnDark: string;
999
+ inputMarginTop: string;
1000
+ inputMarginBottom: string;
1001
+ errorMessageColor: string;
1002
+ errorMessageColorOnDark: string;
1003
+ labelFontColor: string;
1004
+ labelFontColorOnDark: string;
1005
+ labelFontSize: string;
1006
+ labelFontStyle: string;
1007
+ labelFontWeight: string;
1008
+ labelLineHeight: string;
1009
+ disabledLabelFontColor: string;
1010
+ disabledLabelFontColorOnDark: string;
1011
+ optionalLabelFontWeight: string;
1012
+ helperTextFontColor: string;
1013
+ helperTextFontColorOnDark: string;
1014
+ helperTextFontSize: string;
1015
+ helperTextFontStyle: string;
1016
+ helperTextFontWeight: string;
1017
+ helperTextLineHeight: string;
1018
+ disabledHelperTextFontColor: string;
1019
+ disabledHelperTextFontColorOnDark: string;
1020
+ placeholderFontColor: string;
1021
+ placeholderFontColorOnDark: string;
1022
+ disabledPlaceholderFontColor: string;
1023
+ disabledPlaceholderFontColorOnDark: string;
1024
+ valueFontColor: string;
1025
+ valueFontColorOnDark: string;
1026
+ valueFontSize: string;
1027
+ valueFontStyle: string;
1028
+ valueFontWeight: string;
1029
+ disabledValueFontColor: string;
1030
+ disabledValueFontColorOnDark: string;
1031
+ }>;
1032
+ textInput?: Partial<{
1033
+ fontFamily: string;
1034
+ enabledBorderColor: string;
1035
+ enabledBorderColorOnDark: string;
1036
+ hoverBorderColor: string;
1037
+ hoverBorderColorOnDark: string;
1038
+ focusBorderColor: string;
1039
+ focusBorderColorOnDark: string;
1040
+ disabledBorderColor: string;
1041
+ disabledBorderColorOnDark: string;
1042
+ disabledContainerFillColor: string;
1043
+ disabledContainerFillColorOnDark: string;
1044
+ errorBorderColor: string;
1045
+ errorBorderColorOnDark: string;
1046
+ hoverErrorBorderColor: string;
1047
+ hoverErrorBorderColorOnDark: string;
1048
+ inputMarginTop: string;
1049
+ inputMarginBottom: string;
1050
+ errorMessageColor: string;
1051
+ errorMessageColorOnDark: string;
1052
+ errorIconColor: string;
1053
+ errorIconColorOnDark: string;
1054
+ labelFontColor: string;
1055
+ labelFontColorOnDark: string;
1056
+ labelFontSize: string;
1057
+ labelFontStyle: string;
1058
+ labelFontWeight: string;
1059
+ labelLineHeight: string;
1060
+ disabledLabelFontColor: string;
1061
+ disabledLabelFontColorOnDark: string;
1062
+ optionalLabelFontWeight: string;
1063
+ helperTextFontColor: string;
1064
+ helperTextFontColorOnDark: string;
1065
+ helperTextFontSize: string;
1066
+ helperTextFontStyle: string;
1067
+ helperTextFontWeight: string;
1068
+ helperTextLineHeight: string;
1069
+ disabledHelperTextFontColor: string;
1070
+ disabledHelperTextFontColorOnDark: string;
1071
+ prefixColor: string;
1072
+ prefixColorOnDark: string;
1073
+ suffixColor: string;
1074
+ suffixColorOnDark: string;
1075
+ disabledPrefixColor: string;
1076
+ disabledSuffixColor: string;
1077
+ disabledPrefixColorOnDark: string;
1078
+ disabledSuffixColorOnDark: string;
1079
+ placeholderFontColor: string;
1080
+ placeholderFontColorOnDark: string;
1081
+ disabledPlaceholderFontColor: string;
1082
+ disabledPlaceholderFontColorOnDark: string;
1083
+ valueFontColor: string;
1084
+ valueFontColorOnDark: string;
1085
+ valueFontSize: string;
1086
+ valueFontStyle: string;
1087
+ valueFontWeight: string;
1088
+ disabledValueFontColor: string;
1089
+ disabledValueFontColorOnDark: string;
1090
+ actionIconColor: string;
1091
+ actionIconColorOnDark: string;
1092
+ disabledActionIconColor: string;
1093
+ disabledActionIconColorOnDark: string;
1094
+ hoverActionIconColor: string;
1095
+ hoverActionIconColorOnDark: string;
1096
+ focusActionIconColor: string;
1097
+ focusActionIconColorOnDark: string;
1098
+ activeActionIconColor: string;
1099
+ activeActionIconColorOnDark: string;
1100
+ actionBackgroundColor: string;
1101
+ actionBackgroundColorOnDark: string;
1102
+ disabledActionBackgroundColor: string;
1103
+ disabledActionBackgroundColorOnDark: string;
1104
+ hoverActionBackgroundColor: string;
1105
+ hoverActionBackgroundColorOnDark: string;
1106
+ focusActionBorderColor: string;
1107
+ focusActionBorderColorOnDark: string;
1108
+ activeActionBackgroundColor: string;
1109
+ activeActionBackgroundColorOnDark: string;
1110
+ listDialogBackgroundColor: string;
1111
+ listDialogBorderColor: string;
1112
+ listOptionDividerColor: string;
1113
+ listOptionFontColor: string;
1114
+ listOptionFontSize: string;
1115
+ listOptionFontStyle: string;
1116
+ listOptionFontWeight: string;
1117
+ systemMessageFontColor: string;
1118
+ errorListDialogFontColor: string;
1119
+ errorListDialogBackgroundColor: string;
1120
+ errorListDialogBorderColor: string;
1121
+ hoverListOptionBackgroundColor: string;
1122
+ activeListOptionBackgroundColor: string;
1123
+ focusListOptionBorderColor: string;
1124
+ }>;
1125
+ toggleGroup?: Partial<{
1126
+ containerBackgroundColor: string;
1127
+ containerBorderColor: string;
1128
+ labelFontColor: string;
1129
+ disabledLabelFontColor: string;
1130
+ helperTextFontColor: string;
1131
+ disabledHelperTextFontcolor: string;
1132
+ unselectedBackgroundColor: string;
1133
+ unselectedHoverBackgroundColor: string;
1134
+ unselectedActiveBackgroundColor: string;
1135
+ unselectedDisabledBackgroundColor: string;
1136
+ unselectedFontColor: string;
1137
+ unselectedDisabledFontColor: string;
1138
+ selectedBackgroundColor: string;
1139
+ selectedHoverBackgroundColor: string;
1140
+ selectedActiveBackgroundColor: string;
1141
+ selectedDisabledBackgroundColor: string;
1142
+ selectedFontColor: string;
1143
+ selectedDisabledFontColor: string;
1144
+ focusColor: string;
1145
+ labelFontFamily: string;
1146
+ labelFontSize: string;
1147
+ labelFontStyle: string;
1148
+ labelFontWeight: string;
1149
+ labelLineHeight: string;
1150
+ helperTextFontFamily: string;
1151
+ helperTextFontSize: string;
1152
+ helperTextFontStyle: string;
1153
+ helperTextFontWeight: string;
1154
+ helperTextLineHeight: string;
1155
+ optionLabelFontFamily: string;
1156
+ optionLabelFontSize: string;
1157
+ optionLabelFontStyle: string;
1158
+ optionLabelFontWeight: string;
1159
+ iconPaddingRight: string;
1160
+ iconPaddingLeft: string;
1161
+ labelPaddingLeft: string;
1162
+ labelPaddingRight: string;
1163
+ iconMarginRight: string;
1164
+ containerMarginTop: string;
1165
+ optionBorderThickness: string;
1166
+ optionBorderStyle: string;
1167
+ optionBorderRadius: string;
1168
+ containerBorderThickness: string;
1169
+ containerBorderStyle: string;
1170
+ containerBorderRadius: string;
1171
+ optionFocusBorderThickness: string;
1172
+ }>;
1173
+ wizard?: Partial<{
1174
+ visitedStepFontColor: string;
1175
+ visitedStepBackgroundColor: string;
1176
+ visitedStepBorderColor: string;
1177
+ unvisitedStepFontColor: string;
1178
+ unvisitedLabelFontColor: string;
1179
+ unvisitedHelperTextFontColor: string;
1180
+ unvisitedStepBackgroundColor: string;
1181
+ unvisitedStepBorderColor: string;
1182
+ selectedStepFontColor: string;
1183
+ selectedStepBackgroundColor: string;
1184
+ selectedStepBorderColor: string;
1185
+ selectedLabelFontColor: string;
1186
+ selectedHelperTextFontColor: string;
1187
+ selectedStepWidth: string;
1188
+ selectedStepHeight: string;
1189
+ selectedStepBorderThickness: string;
1190
+ selectedStepBorderStyle: string;
1191
+ selectedStepBorderRadius: string;
1192
+ stepFontSize: string;
1193
+ stepFontFamily: string;
1194
+ stepFontStyle: string;
1195
+ stepFontWeight: string;
1196
+ stepFontTracking: string;
1197
+ stepIconSize: string;
1198
+ stepWidth: string;
1199
+ stepHeight: string;
1200
+ stepBorderThickness: string;
1201
+ stepBorderStyle: string;
1202
+ stepBorderRadius: string;
1203
+ visitedLabelFontColor: string;
1204
+ labelFontSize: string;
1205
+ labelFontFamily: string;
1206
+ labelFontStyle: string;
1207
+ labelFontWeight: string;
1208
+ labelFontTracking: string;
1209
+ labelFontTextTransform: string;
1210
+ labelTextAlign: string;
1211
+ helperTextFontSize: string;
1212
+ helperTextFontFamily: string;
1213
+ helperTextFontStyle: string;
1214
+ helperTextFontWeight: string;
1215
+ helperTextFontTracking: string;
1216
+ helperTextFontTextTransform: string;
1217
+ visitedHelperTextFontColor: string;
1218
+ helperTextTextAlign: string;
1219
+ disabledStepBackgroundColor: string;
1220
+ disabledStepFontColor: string;
1221
+ disabledLabelFontColor: string;
1222
+ disabledHelperTextFontColor: string;
1223
+ disabledStepBorderColor: string;
1224
+ disabledStepWidth: string;
1225
+ disabledStepHeight: string;
1226
+ disabledStepBorderThickness: string;
1227
+ disabledStepBorderStyle: string;
1228
+ disabledStepBorderRadius: string;
1229
+ separatorBorderThickness: string;
1230
+ separatorBorderStyle: string;
1231
+ separatorColor: string;
1232
+ focusColor: string;
1233
+ }>;
1234
+ };
2
1235
  export default useTheme;