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