@nova-design-system/nova-base 3.0.0 → 3.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -38,18 +38,30 @@ export const ColorInteractionContainerNeutralIconHover = "#bfbfbf";
38
38
  export const ColorInteractionContainerNeutralText = "#808080";
39
39
  export const ColorInteractionContainerNeutralTextActive = "#eb7247";
40
40
  export const ColorInteractionContainerNeutralTextHover = "#bfbfbf";
41
- export const ColorInteractionLinkHighText = "#e75420";
42
- export const ColorInteractionLinkHighTextHover = "#eb7247";
43
41
  export const ColorInteractionLinkHighIcon = "#e75420";
44
42
  export const ColorInteractionLinkHighIconHover = "#eb7247";
45
- export const ColorInteractionLinkLowText = "#f6f6f6";
46
- export const ColorInteractionLinkLowTextHover = "#e75420";
43
+ export const ColorInteractionLinkHighIconInactive = "#808080";
44
+ export const ColorInteractionLinkHighIconVisited = "#963715";
45
+ export const ColorInteractionLinkHighText = "#e75420";
46
+ export const ColorInteractionLinkHighTextHover = "#eb7247";
47
+ export const ColorInteractionLinkHighTextInactive = "#808080";
48
+ export const ColorInteractionLinkHighTextVisited = "#963715";
47
49
  export const ColorInteractionLinkLowIcon = "#f6f6f6";
48
50
  export const ColorInteractionLinkLowIconHover = "#e75420";
49
- export const ColorInteractionLinkInvertedText = "#414141";
50
- export const ColorInteractionLinkInvertedTextHover = "#e75420";
51
+ export const ColorInteractionLinkLowIconInactive = "#808080";
52
+ export const ColorInteractionLinkLowIconVisited = "#963715";
53
+ export const ColorInteractionLinkLowText = "#f6f6f6";
54
+ export const ColorInteractionLinkLowTextHover = "#e75420";
55
+ export const ColorInteractionLinkLowTextInactive = "#808080";
56
+ export const ColorInteractionLinkLowTextVisited = "#963715";
51
57
  export const ColorInteractionLinkInvertedIcon = "#414141";
52
- export const ColorInteractionLinkInvertedIconHover = "#e75420";
58
+ export const ColorInteractionLinkInvertedIconHover = "#bf451a";
59
+ export const ColorInteractionLinkInvertedIconInactive = "#6d6d6d";
60
+ export const ColorInteractionLinkInvertedIconVisited = "#eb7247";
61
+ export const ColorInteractionLinkInvertedText = "#414141";
62
+ export const ColorInteractionLinkInvertedTextHover = "#bf451a";
63
+ export const ColorInteractionLinkInvertedTextInactive = "#6d6d6d";
64
+ export const ColorInteractionLinkInvertedTextVisited = "#eb7247";
53
65
  export const ColorBlack = "#000000";
54
66
  export const ColorWhite = "#ffffff";
55
67
  export const ColorTransparent = "#ffffff";
@@ -105,50 +117,50 @@ export const ColorChart9 = "#447583";
105
117
  export const ColorChart10 = "#990035";
106
118
  export const ColorFeedbackInformationHighBackground = "#659fff";
107
119
  export const ColorFeedbackInformationHighBorder = "#659fff";
108
- export const ColorFeedbackInformationHighIcon = "#000000";
109
- export const ColorFeedbackInformationHighText = "#000000";
120
+ export const ColorFeedbackInformationHighIcon = "#09285c";
121
+ export const ColorFeedbackInformationHighText = "#09285c";
110
122
  export const ColorFeedbackInformationLowBackground = "#001c37";
111
123
  export const ColorFeedbackInformationLowBorder = "#659fff";
112
124
  export const ColorFeedbackInformationLowIcon = "#659fff";
113
125
  export const ColorFeedbackInformationLowText = "#659fff";
114
- export const ColorFeedbackErrorHighBackground = "#ff3d3d";
115
- export const ColorFeedbackErrorHighBorder = "#ff3d3d";
116
- export const ColorFeedbackErrorHighIcon = "#000000";
117
- export const ColorFeedbackErrorHighText = "#000000";
126
+ export const ColorFeedbackErrorHighBackground = "#ff6161";
127
+ export const ColorFeedbackErrorHighBorder = "#ff6161";
128
+ export const ColorFeedbackErrorHighIcon = "#380101";
129
+ export const ColorFeedbackErrorHighText = "#380101";
118
130
  export const ColorFeedbackErrorLowBackground = "#380101";
119
- export const ColorFeedbackErrorLowBorder = "#ff3d3d";
120
- export const ColorFeedbackErrorLowIcon = "#ff3d3d";
121
- export const ColorFeedbackErrorLowText = "#ff3d3d";
122
- export const ColorFeedbackNeutralHighBackground = "#919191";
123
- export const ColorFeedbackNeutralHighBorder = "#919191";
124
- export const ColorFeedbackNeutralHighIcon = "#000000";
125
- export const ColorFeedbackNeutralHighText = "#000000";
126
- export const ColorFeedbackNeutralLowBackground = "#313131";
127
- export const ColorFeedbackNeutralLowBorder = "#919191";
128
- export const ColorFeedbackNeutralLowIcon = "#919191";
129
- export const ColorFeedbackNeutralLowText = "#919191";
130
- export const ColorFeedbackWarningHighBackground = "#f7d14c";
131
- export const ColorFeedbackWarningHighBorder = "#f7d14c";
132
- export const ColorFeedbackWarningHighIcon = "#000000";
133
- export const ColorFeedbackWarningHighText = "#000000";
131
+ export const ColorFeedbackErrorLowBorder = "#ff6161";
132
+ export const ColorFeedbackErrorLowIcon = "#ff6161";
133
+ export const ColorFeedbackErrorLowText = "#ff6161";
134
+ export const ColorFeedbackNeutralHighBackground = "#a9a9a9";
135
+ export const ColorFeedbackNeutralHighBorder = "#a9a9a9";
136
+ export const ColorFeedbackNeutralHighIcon = "#1d1d1d";
137
+ export const ColorFeedbackNeutralHighText = "#1d1d1d";
138
+ export const ColorFeedbackNeutralLowBackground = "#1d1d1d";
139
+ export const ColorFeedbackNeutralLowBorder = "#a9a9a9";
140
+ export const ColorFeedbackNeutralLowIcon = "#a9a9a9";
141
+ export const ColorFeedbackNeutralLowText = "#a9a9a9";
142
+ export const ColorFeedbackWarningHighBackground = "#e0a917";
143
+ export const ColorFeedbackWarningHighBorder = "#e0a917";
144
+ export const ColorFeedbackWarningHighIcon = "#302300";
145
+ export const ColorFeedbackWarningHighText = "#302300";
134
146
  export const ColorFeedbackWarningLowBackground = "#302300";
135
- export const ColorFeedbackWarningLowBorder = "#f7d14c";
136
- export const ColorFeedbackWarningLowIcon = "#f7d14c";
137
- export const ColorFeedbackWarningLowText = "#f7d14c";
147
+ export const ColorFeedbackWarningLowBorder = "#e0a917";
148
+ export const ColorFeedbackWarningLowIcon = "#e0a917";
149
+ export const ColorFeedbackWarningLowText = "#e0a917";
138
150
  export const ColorFeedbackSuccessHighBackground = "#6bde71";
139
151
  export const ColorFeedbackSuccessHighBorder = "#6bde71";
140
- export const ColorFeedbackSuccessHighIcon = "#000000";
141
- export const ColorFeedbackSuccessHighText = "#000000";
152
+ export const ColorFeedbackSuccessHighIcon = "#003603";
153
+ export const ColorFeedbackSuccessHighText = "#003603";
142
154
  export const ColorFeedbackSuccessLowBackground = "#002302";
143
- export const ColorFeedbackSuccessLowBorder = "#6bde71";
144
- export const ColorFeedbackSuccessLowIcon = "#6bde71";
145
- export const ColorFeedbackSuccessLowText = "#6bde71";
155
+ export const ColorFeedbackSuccessLowBorder = "#45d24d";
156
+ export const ColorFeedbackSuccessLowIcon = "#45d24d";
157
+ export const ColorFeedbackSuccessLowText = "#45d24d";
146
158
  export const ColorFocusBrand = "#e75420";
147
159
  export const ColorFocusBackground = "#0e0e0e";
148
160
  export const ColorFocusBackgroundInverted = "#ffffff";
149
- export const ColorFocusDestructive = "#ff3d3d";
150
- export const ColorFocusSuccess = "#6bde71";
151
- export const ColorRainbow1Background = "#482608";
161
+ export const ColorFocusDestructive = "#ff6161";
162
+ export const ColorFocusSuccess = "#45d24d";
163
+ export const ColorRainbow1Background = "#432306";
152
164
  export const ColorRainbow1Border = "#f0801a";
153
165
  export const ColorRainbow1Icon = "#f0801a";
154
166
  export const ColorRainbow1Text = "#f0801a";
@@ -164,11 +176,11 @@ export const ColorRainbow4Background = "#610e0e";
164
176
  export const ColorRainbow4Border = "#e79494";
165
177
  export const ColorRainbow4Icon = "#e79494";
166
178
  export const ColorRainbow4Text = "#e79494";
167
- export const ColorRainbow5Background = "#203330";
179
+ export const ColorRainbow5Background = "#1c2b28";
168
180
  export const ColorRainbow5Border = "#6aa9a0";
169
181
  export const ColorRainbow5Icon = "#6aa9a0";
170
182
  export const ColorRainbow5Text = "#6aa9a0";
171
- export const ColorRainbow6Background = "#630022";
183
+ export const ColorRainbow6Background = "#490019";
172
184
  export const ColorRainbow6Border = "#cf869f";
173
185
  export const ColorRainbow6Icon = "#cf869f";
174
186
  export const ColorRainbow6Text = "#cf869f";
@@ -282,46 +294,46 @@ export const ComponentsButtonMediumTextActive = "#eb7247";
282
294
  export const ComponentsButtonMediumTextHover = "#eb7247";
283
295
  export const ComponentsFormOpacityDefault = "100%";
284
296
  export const ComponentsFormOpacityDisabled = "50%";
285
- export const ComponentsFormTextRequired = "#ff3d3d";
297
+ export const ComponentsFormTextRequired = "#ff6161";
286
298
  export const ComponentsFormTextInfoIcon = "#808080";
287
299
  export const ComponentsFormTextLabelDefault = "#f6f6f6";
288
300
  export const ComponentsFormTextLabelDisabled = "#bfbfbf";
289
301
  export const ComponentsFormTextDescriptionDefault = "#808080";
290
- export const ComponentsFormTextDescriptionError = "#ff3d3d";
302
+ export const ComponentsFormTextDescriptionError = "#ff6161";
291
303
  export const ComponentsFormFieldBackgroundDefault = "#0e0e0e";
292
304
  export const ComponentsFormFieldBackgroundFocus = "#0e0e0e";
293
305
  export const ComponentsFormFieldBackgroundHover = "#161616";
294
306
  export const ComponentsFormFieldBackgroundDisabled = "#1d1d1d";
295
307
  export const ComponentsFormFieldBackgroundChecked = "#e75420";
296
- export const ComponentsFormFieldBackgroundError = "#ff3d3d";
308
+ export const ComponentsFormFieldBackgroundError = "#ff6161";
297
309
  export const ComponentsFormFieldBackgroundReadonly = "#161616";
298
310
  export const ComponentsFormFieldBorderDefault = "#6d6d6d";
299
311
  export const ComponentsFormFieldBorderDisabled = "#6d6d6d";
300
312
  export const ComponentsFormFieldBorderHover = "#919191";
301
313
  export const ComponentsFormFieldBorderFocus = "#e75420";
302
- export const ComponentsFormFieldBorderError = "#ff3d3d";
303
- export const ComponentsFormFieldBorderSuccess = "#6bde71";
314
+ export const ComponentsFormFieldBorderError = "#ff6161";
315
+ export const ComponentsFormFieldBorderSuccess = "#45d24d";
304
316
  export const ComponentsFormFieldBorderReadonly = "#484848";
305
317
  export const ComponentsFormFieldContentPlaceholder = "#808080";
306
318
  export const ComponentsFormFieldContentText = "#f6f6f6";
307
319
  export const ComponentsFormFieldIconDefault = "#808080";
308
320
  export const ComponentsFormFieldIconDisabled = "#6d6d6d";
309
- export const ComponentsFormFieldIconError = "#ff3d3d";
310
- export const ComponentsFormFieldIconSuccess = "#6bde71";
321
+ export const ComponentsFormFieldIconError = "#ff6161";
322
+ export const ComponentsFormFieldIconSuccess = "#45d24d";
311
323
  export const ComponentsFormShapeBackgroundDefault = "#6d6d6d";
312
324
  export const ComponentsFormShapeBackgroundHover = "#808080";
313
325
  export const ComponentsFormShapeBackgroundDisabled = "#2b2b2b";
314
326
  export const ComponentsFormShapeBackgroundSelected = "#e75420";
315
- export const ComponentsFormShapeBackgroundError = "#ff3d3d";
327
+ export const ComponentsFormShapeBackgroundError = "#ff6161";
316
328
  export const ComponentsFormShapeBorderDefault = "#6d6d6d";
317
329
  export const ComponentsFormShapeBorderHover = "#919191";
318
330
  export const ComponentsFormShapeBorderFocus = "#e75420";
319
- export const ComponentsFormShapeBorderError = "#ff3d3d";
320
- export const ComponentsFormShapeBorderSuccess = "#6bde71";
331
+ export const ComponentsFormShapeBorderError = "#ff6161";
332
+ export const ComponentsFormShapeBorderSuccess = "#45d24d";
321
333
  export const ComponentsFormShapeForegroundDefault = "#ffffff";
322
334
  export const ComponentsFormShapeForegroundSwitchDot = "#6d6d6d";
323
335
  export const ComponentsFormShapeForegroundDisabled = "#6d6d6d";
324
- export const ComponentsFormShapeForegroundDisabledError = "#ff3d3d";
336
+ export const ComponentsFormShapeForegroundDisabledError = "#ff6161";
325
337
  export const ComponentsListNativeBackground = "#565558";
326
338
  export const ComponentsListNativeItemTitleContent = "#ffffff";
327
339
  export const ComponentsListNativeSeparator = "#838086";
@@ -393,17 +405,17 @@ export const ComponentsAlertInformationBorder = "#659fff";
393
405
  export const ComponentsAlertContentDescription = "#bfbfbf";
394
406
  export const ComponentsAlertContentTitle = "#f6f6f6";
395
407
  export const ComponentsAlertWarningBackground = "#302300";
396
- export const ComponentsAlertWarningBorder = "#f7d14c";
397
- export const ComponentsAlertWarningIcon = "#f7d14c";
408
+ export const ComponentsAlertWarningBorder = "#e0a917";
409
+ export const ComponentsAlertWarningIcon = "#e0a917";
398
410
  export const ComponentsAlertErrorBackground = "#380101";
399
- export const ComponentsAlertErrorBorder = "#ff3d3d";
400
- export const ComponentsAlertErrorIcon = "#ff3d3d";
411
+ export const ComponentsAlertErrorBorder = "#ff6161";
412
+ export const ComponentsAlertErrorIcon = "#ff6161";
401
413
  export const ComponentsAlertSuccessBackground = "#002302";
402
- export const ComponentsAlertSuccessBorder = "#6bde71";
403
- export const ComponentsAlertSuccessIcon = "#6bde71";
404
- export const ComponentsAlertNeutralBackground = "#313131";
405
- export const ComponentsAlertNeutralBorder = "#919191";
406
- export const ComponentsAlertNeutralIcon = "#919191";
414
+ export const ComponentsAlertSuccessBorder = "#45d24d";
415
+ export const ComponentsAlertSuccessIcon = "#45d24d";
416
+ export const ComponentsAlertNeutralBackground = "#1d1d1d";
417
+ export const ComponentsAlertNeutralBorder = "#a9a9a9";
418
+ export const ComponentsAlertNeutralIcon = "#a9a9a9";
407
419
  export const ComponentsDatagridHeaderBorder = "#6d6d6d";
408
420
  export const ComponentsDatagridHeaderText = "#808080";
409
421
  export const ComponentsDatagridHeaderBackground = "#ffffff";
@@ -413,12 +425,12 @@ export const ComponentsDatagridBodySubtext = "#808080";
413
425
  export const ComponentsDatagridBodyBackgroundDefault = "#ffffff";
414
426
  export const ComponentsDatagridBodyBackgroundActive = "#45190a";
415
427
  export const ComponentsDatagridBodyBackgroundHover = "#ffffff";
416
- export const ComponentsAvatarBackground1 = "#482608";
428
+ export const ComponentsAvatarBackground1 = "#432306";
417
429
  export const ComponentsAvatarBackground2 = "#45190a";
418
430
  export const ComponentsAvatarBackground3 = "#4d3a00";
419
431
  export const ComponentsAvatarBackground4 = "#610e0e";
420
- export const ComponentsAvatarBackground5 = "#203330";
421
- export const ComponentsAvatarBackground6 = "#630022";
432
+ export const ComponentsAvatarBackground5 = "#1c2b28";
433
+ export const ComponentsAvatarBackground6 = "#490019";
422
434
  export const ComponentsAvatarBackground7 = "#09400c";
423
435
  export const ComponentsAvatarBackground8 = "#124148";
424
436
  export const ComponentsAvatarBackground9 = "#2a330e";
@@ -455,10 +467,6 @@ export const ComponentsFieldTimeTextActive = "#eb7247";
455
467
  export const ComponentsFieldTimeBorderActive = "#eb7247";
456
468
  export const ComponentsCalendarBorder = "#484848";
457
469
  export const ComponentsCalendarHeaderText = "#f6f6f6";
458
- export const ComponentsCalendarWeeksBackground = "#1d1d1d";
459
- export const ComponentsCalendarWeeksBackgroundHover = "#252525";
460
- export const ComponentsCalendarWeeksText = "#f6f6f6";
461
- export const ComponentsCalendarWeeksTextHover = "#f6f6f6";
462
470
  export const ComponentsCalendarCellBackground = "#ffffff";
463
471
  export const ComponentsCalendarCellBackgroundSelected = "#eb7247";
464
472
  export const ComponentsCalendarCellBackgroundInRange = "#45190a";
@@ -472,7 +480,11 @@ export const ComponentsCalendarCellTextSelected = "#000000";
472
480
  export const ComponentsCalendarCellTextInRange = "#eb7247";
473
481
  export const ComponentsCalendarCellTextHover = "#bfbfbf";
474
482
  export const ComponentsCalendarCellTextOutsideMonth = "#6d6d6d";
475
- export const ComponentsCalendarCellTextToday = "#eb7247";
483
+ export const ComponentsCalendarCellTextToday = "#f6f6f6";
484
+ export const ComponentsCalendarWeeksBackground = "#1d1d1d";
485
+ export const ComponentsCalendarWeeksBackgroundHover = "#252525";
486
+ export const ComponentsCalendarWeeksText = "#f6f6f6";
487
+ export const ComponentsCalendarWeeksTextHover = "#f6f6f6";
476
488
  export const ComponentsCalendarBackground = "#0e0e0e";
477
489
  export const ComponentsMenuContextualBackground = "#0e0e0e";
478
490
  export const ComponentsMenuContextualBorder = "#484848";
@@ -488,17 +500,17 @@ export const ComponentsNotificationInformationBorder = "#659fff";
488
500
  export const ComponentsNotificationContentDescription = "#bfbfbf";
489
501
  export const ComponentsNotificationContentTitle = "#f6f6f6";
490
502
  export const ComponentsNotificationWarningBackground = "#2b2b2b";
491
- export const ComponentsNotificationWarningBorder = "#f7d14c";
492
- export const ComponentsNotificationWarningIcon = "#f7d14c";
503
+ export const ComponentsNotificationWarningBorder = "#e0a917";
504
+ export const ComponentsNotificationWarningIcon = "#e0a917";
493
505
  export const ComponentsNotificationErrorBackground = "#2b2b2b";
494
- export const ComponentsNotificationErrorBorder = "#ff3d3d";
495
- export const ComponentsNotificationErrorIcon = "#ff3d3d";
506
+ export const ComponentsNotificationErrorBorder = "#ff6161";
507
+ export const ComponentsNotificationErrorIcon = "#ff6161";
496
508
  export const ComponentsNotificationSuccessBackground = "#2b2b2b";
497
- export const ComponentsNotificationSuccessBorder = "#6bde71";
498
- export const ComponentsNotificationSuccessIcon = "#6bde71";
509
+ export const ComponentsNotificationSuccessBorder = "#45d24d";
510
+ export const ComponentsNotificationSuccessIcon = "#45d24d";
499
511
  export const ComponentsNotificationNeutralBackground = "#2b2b2b";
500
- export const ComponentsNotificationNeutralBorder = "#919191";
501
- export const ComponentsNotificationNeutralIcon = "#919191";
512
+ export const ComponentsNotificationNeutralBorder = "#a9a9a9";
513
+ export const ComponentsNotificationNeutralIcon = "#a9a9a9";
502
514
  export const ComponentsPopoverBackground = "#0e0e0e";
503
515
  export const ComponentsPopoverBorder = "#484848";
504
516
  export const ComponentsPopoverText = "#bfbfbf";
@@ -38,18 +38,30 @@ export const ColorInteractionContainerNeutralIconHover : string;
38
38
  export const ColorInteractionContainerNeutralText : string;
39
39
  export const ColorInteractionContainerNeutralTextActive : string;
40
40
  export const ColorInteractionContainerNeutralTextHover : string;
41
- export const ColorInteractionLinkHighText : string;
42
- export const ColorInteractionLinkHighTextHover : string;
43
41
  export const ColorInteractionLinkHighIcon : string;
44
42
  export const ColorInteractionLinkHighIconHover : string;
45
- export const ColorInteractionLinkLowText : string;
46
- export const ColorInteractionLinkLowTextHover : string;
43
+ export const ColorInteractionLinkHighIconInactive : string;
44
+ export const ColorInteractionLinkHighIconVisited : string;
45
+ export const ColorInteractionLinkHighText : string;
46
+ export const ColorInteractionLinkHighTextHover : string;
47
+ export const ColorInteractionLinkHighTextInactive : string;
48
+ export const ColorInteractionLinkHighTextVisited : string;
47
49
  export const ColorInteractionLinkLowIcon : string;
48
50
  export const ColorInteractionLinkLowIconHover : string;
49
- export const ColorInteractionLinkInvertedText : string;
50
- export const ColorInteractionLinkInvertedTextHover : string;
51
+ export const ColorInteractionLinkLowIconInactive : string;
52
+ export const ColorInteractionLinkLowIconVisited : string;
53
+ export const ColorInteractionLinkLowText : string;
54
+ export const ColorInteractionLinkLowTextHover : string;
55
+ export const ColorInteractionLinkLowTextInactive : string;
56
+ export const ColorInteractionLinkLowTextVisited : string;
51
57
  export const ColorInteractionLinkInvertedIcon : string;
52
58
  export const ColorInteractionLinkInvertedIconHover : string;
59
+ export const ColorInteractionLinkInvertedIconInactive : string;
60
+ export const ColorInteractionLinkInvertedIconVisited : string;
61
+ export const ColorInteractionLinkInvertedText : string;
62
+ export const ColorInteractionLinkInvertedTextHover : string;
63
+ export const ColorInteractionLinkInvertedTextInactive : string;
64
+ export const ColorInteractionLinkInvertedTextVisited : string;
53
65
  export const ColorBlack : string;
54
66
  export const ColorWhite : string;
55
67
  export const ColorTransparent : string;
@@ -455,10 +467,6 @@ export const ComponentsFieldTimeTextActive : string;
455
467
  export const ComponentsFieldTimeBorderActive : string;
456
468
  export const ComponentsCalendarBorder : string;
457
469
  export const ComponentsCalendarHeaderText : string;
458
- export const ComponentsCalendarWeeksBackground : string;
459
- export const ComponentsCalendarWeeksBackgroundHover : string;
460
- export const ComponentsCalendarWeeksText : string;
461
- export const ComponentsCalendarWeeksTextHover : string;
462
470
  export const ComponentsCalendarCellBackground : string;
463
471
  export const ComponentsCalendarCellBackgroundSelected : string;
464
472
  export const ComponentsCalendarCellBackgroundInRange : string;
@@ -473,6 +481,10 @@ export const ComponentsCalendarCellTextInRange : string;
473
481
  export const ComponentsCalendarCellTextHover : string;
474
482
  export const ComponentsCalendarCellTextOutsideMonth : string;
475
483
  export const ComponentsCalendarCellTextToday : string;
484
+ export const ComponentsCalendarWeeksBackground : string;
485
+ export const ComponentsCalendarWeeksBackgroundHover : string;
486
+ export const ComponentsCalendarWeeksText : string;
487
+ export const ComponentsCalendarWeeksTextHover : string;
476
488
  export const ComponentsCalendarBackground : string;
477
489
  export const ComponentsMenuContextualBackground : string;
478
490
  export const ComponentsMenuContextualBorder : string;