@nova-design-system/nova-base 3.0.0-beta.41 → 3.0.0-beta.43
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/icons/icon-sprite.svg +1 -1
- package/dist/cjs/generated/nova-tailwind-tokens.js +6 -0
- package/dist/css/mccs.css +104 -28
- package/dist/css/nova-utils.css +12 -0
- package/dist/css/ocean.css +104 -22
- package/dist/css/spark.css +104 -22
- package/dist/generated/nova-tailwind-tokens.d.ts +6 -0
- package/dist/generated/nova-tailwind-tokens.js +6 -0
- package/dist/js/mccs_dark.d.ts +36 -8
- package/dist/js/mccs_dark.js +36 -8
- package/dist/js/mccs_light.d.ts +36 -8
- package/dist/js/mccs_light.js +36 -8
- package/dist/js/ocean_dark.d.ts +36 -8
- package/dist/js/ocean_dark.js +36 -8
- package/dist/js/ocean_light.d.ts +36 -8
- package/dist/js/ocean_light.js +36 -8
- package/dist/js/primitives.d.ts +0 -6
- package/dist/js/primitives.js +0 -6
- package/dist/js/spacings.d.ts +32 -0
- package/dist/js/spacings.js +32 -0
- package/dist/js/spark_dark.d.ts +36 -8
- package/dist/js/spark_dark.js +36 -8
- package/dist/js/spark_light.d.ts +36 -8
- package/dist/js/spark_light.js +36 -8
- package/package.json +1 -1
package/dist/js/ocean_dark.d.ts
CHANGED
|
@@ -144,6 +144,8 @@ export const ColorFeedbackSuccessLowBorder : string;
|
|
|
144
144
|
export const ColorFeedbackSuccessLowIcon : string;
|
|
145
145
|
export const ColorFeedbackSuccessLowText : string;
|
|
146
146
|
export const ColorFocusBrand : string;
|
|
147
|
+
export const ColorFocusBackground : string;
|
|
148
|
+
export const ColorFocusBackgroundInverted : string;
|
|
147
149
|
export const ColorFocusDestructive : string;
|
|
148
150
|
export const ColorFocusSuccess : string;
|
|
149
151
|
export const ColorRainbow1Background : string;
|
|
@@ -204,12 +206,15 @@ export const ShadowBlurLg2 : string;
|
|
|
204
206
|
export const ShadowBlurXl1 : string;
|
|
205
207
|
export const ShadowBlurXl2 : string;
|
|
206
208
|
export const ShadowBlur2xl : string;
|
|
209
|
+
export const ShadowSpreadBase : string;
|
|
210
|
+
export const ShadowSpreadMd : string;
|
|
207
211
|
export const ShadowSpreadLg1 : string;
|
|
208
212
|
export const ShadowSpreadLg2 : string;
|
|
209
213
|
export const ShadowSpreadXl : string;
|
|
210
214
|
export const ShadowSpread2xl : string;
|
|
211
215
|
export const ShadowYAxisNone : string;
|
|
212
|
-
export const
|
|
216
|
+
export const ShadowYAxisBase1 : string;
|
|
217
|
+
export const ShadowYAxisBase2 : string;
|
|
213
218
|
export const ShadowYAxisMd1 : string;
|
|
214
219
|
export const ShadowYAxisMd2 : string;
|
|
215
220
|
export const ShadowYAxisLg1 : string;
|
|
@@ -217,13 +222,6 @@ export const ShadowYAxisLg2 : string;
|
|
|
217
222
|
export const ShadowYAxisXl1 : string;
|
|
218
223
|
export const ShadowYAxisXl2 : string;
|
|
219
224
|
export const ShadowYAxis2xl : string;
|
|
220
|
-
export const ComponentsWpfComponents2 : string;
|
|
221
|
-
export const ComponentsDatagridBackground : string;
|
|
222
|
-
export const ComponentsDatagridContentHeader : string;
|
|
223
|
-
export const ComponentsDatagridContentText : string;
|
|
224
|
-
export const ComponentsDatagridContentSubtext : string;
|
|
225
|
-
export const ComponentsDatagridBorderBody : string;
|
|
226
|
-
export const ComponentsDatagridBorderHeader : string;
|
|
227
225
|
export const ComponentsButtonHighBorder : string;
|
|
228
226
|
export const ComponentsButtonHighBorderHover : string;
|
|
229
227
|
export const ComponentsButtonHighBorderActive : string;
|
|
@@ -406,6 +404,15 @@ export const ComponentsAlertSuccessIcon : string;
|
|
|
406
404
|
export const ComponentsAlertNeutralBackground : string;
|
|
407
405
|
export const ComponentsAlertNeutralBorder : string;
|
|
408
406
|
export const ComponentsAlertNeutralIcon : string;
|
|
407
|
+
export const ComponentsDatagridHeaderBorder : string;
|
|
408
|
+
export const ComponentsDatagridHeaderText : string;
|
|
409
|
+
export const ComponentsDatagridHeaderBackground : string;
|
|
410
|
+
export const ComponentsDatagridBodyBorder : string;
|
|
411
|
+
export const ComponentsDatagridBodyText : string;
|
|
412
|
+
export const ComponentsDatagridBodySubtext : string;
|
|
413
|
+
export const ComponentsDatagridBodyBackgroundDefault : string;
|
|
414
|
+
export const ComponentsDatagridBodyBackgroundActive : string;
|
|
415
|
+
export const ComponentsDatagridBodyBackgroundHover : string;
|
|
409
416
|
export const ComponentsAvatarBackground1 : string;
|
|
410
417
|
export const ComponentsAvatarBackground2 : string;
|
|
411
418
|
export const ComponentsAvatarBackground3 : string;
|
|
@@ -446,6 +453,27 @@ export const ComponentsFieldTimeTextDefault : string;
|
|
|
446
453
|
export const ComponentsFieldTimeTextHover : string;
|
|
447
454
|
export const ComponentsFieldTimeTextActive : string;
|
|
448
455
|
export const ComponentsFieldTimeBorderActive : string;
|
|
456
|
+
export const ComponentsCalendarBorder : string;
|
|
457
|
+
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
|
+
export const ComponentsCalendarCellBackground : string;
|
|
463
|
+
export const ComponentsCalendarCellBackgroundSelected : string;
|
|
464
|
+
export const ComponentsCalendarCellBackgroundInRange : string;
|
|
465
|
+
export const ComponentsCalendarCellBackgroundHover : string;
|
|
466
|
+
export const ComponentsCalendarCellBackgroundToday : string;
|
|
467
|
+
export const ComponentsCalendarCellDot : string;
|
|
468
|
+
export const ComponentsCalendarCellDotSelected : string;
|
|
469
|
+
export const ComponentsCalendarCellDotHover : string;
|
|
470
|
+
export const ComponentsCalendarCellText : string;
|
|
471
|
+
export const ComponentsCalendarCellTextSelected : string;
|
|
472
|
+
export const ComponentsCalendarCellTextInRange : string;
|
|
473
|
+
export const ComponentsCalendarCellTextHover : string;
|
|
474
|
+
export const ComponentsCalendarCellTextOutsideMonth : string;
|
|
475
|
+
export const ComponentsCalendarCellTextToday : string;
|
|
476
|
+
export const ComponentsCalendarBackground : string;
|
|
449
477
|
export const ComponentsMenuContextualBackground : string;
|
|
450
478
|
export const ComponentsMenuContextualBorder : string;
|
|
451
479
|
export const ComponentsMenuContextualItemBackground : string;
|
package/dist/js/ocean_dark.js
CHANGED
|
@@ -144,6 +144,8 @@ export const ColorFeedbackSuccessLowBorder = "#6bde71";
|
|
|
144
144
|
export const ColorFeedbackSuccessLowIcon = "#6bde71";
|
|
145
145
|
export const ColorFeedbackSuccessLowText = "#6bde71";
|
|
146
146
|
export const ColorFocusBrand = "#258998";
|
|
147
|
+
export const ColorFocusBackground = "#0b0f11";
|
|
148
|
+
export const ColorFocusBackgroundInverted = "#ffffff";
|
|
147
149
|
export const ColorFocusDestructive = "#ff3d3d";
|
|
148
150
|
export const ColorFocusSuccess = "#6bde71";
|
|
149
151
|
export const ColorRainbow1Background = "#482608";
|
|
@@ -204,12 +206,15 @@ export const ShadowBlurLg2 = "15px";
|
|
|
204
206
|
export const ShadowBlurXl1 = "10px";
|
|
205
207
|
export const ShadowBlurXl2 = "0px";
|
|
206
208
|
export const ShadowBlur2xl = "50px";
|
|
209
|
+
export const ShadowSpreadBase = "0px";
|
|
210
|
+
export const ShadowSpreadMd = "0px";
|
|
207
211
|
export const ShadowSpreadLg1 = "0px";
|
|
208
212
|
export const ShadowSpreadLg2 = "0px";
|
|
209
213
|
export const ShadowSpreadXl = "-2px";
|
|
210
214
|
export const ShadowSpread2xl = "-6px";
|
|
211
215
|
export const ShadowYAxisNone = "0px";
|
|
212
|
-
export const
|
|
216
|
+
export const ShadowYAxisBase1 = "1px";
|
|
217
|
+
export const ShadowYAxisBase2 = "1px";
|
|
213
218
|
export const ShadowYAxisMd1 = "2px";
|
|
214
219
|
export const ShadowYAxisMd2 = "4px";
|
|
215
220
|
export const ShadowYAxisLg1 = "4px";
|
|
@@ -217,13 +222,6 @@ export const ShadowYAxisLg2 = "10px";
|
|
|
217
222
|
export const ShadowYAxisXl1 = "10px";
|
|
218
223
|
export const ShadowYAxisXl2 = "20px";
|
|
219
224
|
export const ShadowYAxis2xl = "25px";
|
|
220
|
-
export const ComponentsWpfComponents2 = "#ffffff";
|
|
221
|
-
export const ComponentsDatagridBackground = "#000000";
|
|
222
|
-
export const ComponentsDatagridContentHeader = "#889499";
|
|
223
|
-
export const ComponentsDatagridContentText = "#f5f6f7";
|
|
224
|
-
export const ComponentsDatagridContentSubtext = "#889499";
|
|
225
|
-
export const ComponentsDatagridBorderBody = "#394d55";
|
|
226
|
-
export const ComponentsDatagridBorderHeader = "#617177";
|
|
227
225
|
export const ComponentsButtonHighBorder = "#ffffff";
|
|
228
226
|
export const ComponentsButtonHighBorderHover = "#ffffff";
|
|
229
227
|
export const ComponentsButtonHighBorderActive = "#ffffff";
|
|
@@ -406,6 +404,15 @@ export const ComponentsAlertSuccessIcon = "#6bde71";
|
|
|
406
404
|
export const ComponentsAlertNeutralBackground = "#27353b";
|
|
407
405
|
export const ComponentsAlertNeutralBorder = "#889499";
|
|
408
406
|
export const ComponentsAlertNeutralIcon = "#889499";
|
|
407
|
+
export const ComponentsDatagridHeaderBorder = "#617177";
|
|
408
|
+
export const ComponentsDatagridHeaderText = "#889499";
|
|
409
|
+
export const ComponentsDatagridHeaderBackground = "#ffffff";
|
|
410
|
+
export const ComponentsDatagridBodyBorder = "#394d55";
|
|
411
|
+
export const ComponentsDatagridBodyText = "#f5f6f7";
|
|
412
|
+
export const ComponentsDatagridBodySubtext = "#889499";
|
|
413
|
+
export const ComponentsDatagridBodyBackgroundDefault = "#ffffff";
|
|
414
|
+
export const ComponentsDatagridBodyBackgroundActive = "#0b292e";
|
|
415
|
+
export const ComponentsDatagridBodyBackgroundHover = "#ffffff";
|
|
409
416
|
export const ComponentsAvatarBackground1 = "#482608";
|
|
410
417
|
export const ComponentsAvatarBackground2 = "#45190a";
|
|
411
418
|
export const ComponentsAvatarBackground3 = "#4d3a00";
|
|
@@ -446,6 +453,27 @@ export const ComponentsFieldTimeTextDefault = "#889499";
|
|
|
446
453
|
export const ComponentsFieldTimeTextHover = "#bac1c4";
|
|
447
454
|
export const ComponentsFieldTimeTextActive = "#4b9eaa";
|
|
448
455
|
export const ComponentsFieldTimeBorderActive = "#4b9eaa";
|
|
456
|
+
export const ComponentsCalendarBorder = "#394d55";
|
|
457
|
+
export const ComponentsCalendarHeaderText = "#f5f6f7";
|
|
458
|
+
export const ComponentsCalendarWeeksBackground = "#171f22";
|
|
459
|
+
export const ComponentsCalendarWeeksBackgroundHover = "#171f22";
|
|
460
|
+
export const ComponentsCalendarWeeksText = "#f5f6f7";
|
|
461
|
+
export const ComponentsCalendarWeeksTextHover = "#f5f6f7";
|
|
462
|
+
export const ComponentsCalendarCellBackground = "#ffffff";
|
|
463
|
+
export const ComponentsCalendarCellBackgroundSelected = "#4b9eaa";
|
|
464
|
+
export const ComponentsCalendarCellBackgroundInRange = "#0b292e";
|
|
465
|
+
export const ComponentsCalendarCellBackgroundHover = "#0b292e";
|
|
466
|
+
export const ComponentsCalendarCellBackgroundToday = "#ffffff";
|
|
467
|
+
export const ComponentsCalendarCellDot = "#f5f6f7";
|
|
468
|
+
export const ComponentsCalendarCellDotSelected = "#000000";
|
|
469
|
+
export const ComponentsCalendarCellDotHover = "#000000";
|
|
470
|
+
export const ComponentsCalendarCellText = "#889499";
|
|
471
|
+
export const ComponentsCalendarCellTextSelected = "#000000";
|
|
472
|
+
export const ComponentsCalendarCellTextInRange = "#4b9eaa";
|
|
473
|
+
export const ComponentsCalendarCellTextHover = "#bac1c4";
|
|
474
|
+
export const ComponentsCalendarCellTextOutsideMonth = "#617177";
|
|
475
|
+
export const ComponentsCalendarCellTextToday = "#4b9eaa";
|
|
476
|
+
export const ComponentsCalendarBackground = "#0b0f11";
|
|
449
477
|
export const ComponentsMenuContextualBackground = "#0b0f11";
|
|
450
478
|
export const ComponentsMenuContextualBorder = "#394d55";
|
|
451
479
|
export const ComponentsMenuContextualItemBackground = "#ffffff";
|
package/dist/js/ocean_light.d.ts
CHANGED
|
@@ -144,6 +144,8 @@ export const ColorFeedbackSuccessLowBorder : string;
|
|
|
144
144
|
export const ColorFeedbackSuccessLowIcon : string;
|
|
145
145
|
export const ColorFeedbackSuccessLowText : string;
|
|
146
146
|
export const ColorFocusBrand : string;
|
|
147
|
+
export const ColorFocusBackground : string;
|
|
148
|
+
export const ColorFocusBackgroundInverted : string;
|
|
147
149
|
export const ColorFocusDestructive : string;
|
|
148
150
|
export const ColorFocusSuccess : string;
|
|
149
151
|
export const ColorRainbow1Background : string;
|
|
@@ -204,12 +206,15 @@ export const ShadowBlurLg2 : string;
|
|
|
204
206
|
export const ShadowBlurXl1 : string;
|
|
205
207
|
export const ShadowBlurXl2 : string;
|
|
206
208
|
export const ShadowBlur2xl : string;
|
|
209
|
+
export const ShadowSpreadBase : string;
|
|
210
|
+
export const ShadowSpreadMd : string;
|
|
207
211
|
export const ShadowSpreadLg1 : string;
|
|
208
212
|
export const ShadowSpreadLg2 : string;
|
|
209
213
|
export const ShadowSpreadXl : string;
|
|
210
214
|
export const ShadowSpread2xl : string;
|
|
211
215
|
export const ShadowYAxisNone : string;
|
|
212
|
-
export const
|
|
216
|
+
export const ShadowYAxisBase1 : string;
|
|
217
|
+
export const ShadowYAxisBase2 : string;
|
|
213
218
|
export const ShadowYAxisMd1 : string;
|
|
214
219
|
export const ShadowYAxisMd2 : string;
|
|
215
220
|
export const ShadowYAxisLg1 : string;
|
|
@@ -217,13 +222,6 @@ export const ShadowYAxisLg2 : string;
|
|
|
217
222
|
export const ShadowYAxisXl1 : string;
|
|
218
223
|
export const ShadowYAxisXl2 : string;
|
|
219
224
|
export const ShadowYAxis2xl : string;
|
|
220
|
-
export const ComponentsWpfComponents2 : string;
|
|
221
|
-
export const ComponentsDatagridBackground : string;
|
|
222
|
-
export const ComponentsDatagridContentHeader : string;
|
|
223
|
-
export const ComponentsDatagridContentText : string;
|
|
224
|
-
export const ComponentsDatagridContentSubtext : string;
|
|
225
|
-
export const ComponentsDatagridBorderBody : string;
|
|
226
|
-
export const ComponentsDatagridBorderHeader : string;
|
|
227
225
|
export const ComponentsButtonHighBorder : string;
|
|
228
226
|
export const ComponentsButtonHighBorderHover : string;
|
|
229
227
|
export const ComponentsButtonHighBorderActive : string;
|
|
@@ -406,6 +404,15 @@ export const ComponentsAlertSuccessIcon : string;
|
|
|
406
404
|
export const ComponentsAlertNeutralBackground : string;
|
|
407
405
|
export const ComponentsAlertNeutralBorder : string;
|
|
408
406
|
export const ComponentsAlertNeutralIcon : string;
|
|
407
|
+
export const ComponentsDatagridHeaderBorder : string;
|
|
408
|
+
export const ComponentsDatagridHeaderText : string;
|
|
409
|
+
export const ComponentsDatagridHeaderBackground : string;
|
|
410
|
+
export const ComponentsDatagridBodyBorder : string;
|
|
411
|
+
export const ComponentsDatagridBodyText : string;
|
|
412
|
+
export const ComponentsDatagridBodySubtext : string;
|
|
413
|
+
export const ComponentsDatagridBodyBackgroundDefault : string;
|
|
414
|
+
export const ComponentsDatagridBodyBackgroundActive : string;
|
|
415
|
+
export const ComponentsDatagridBodyBackgroundHover : string;
|
|
409
416
|
export const ComponentsAvatarBackground1 : string;
|
|
410
417
|
export const ComponentsAvatarBackground2 : string;
|
|
411
418
|
export const ComponentsAvatarBackground3 : string;
|
|
@@ -446,6 +453,27 @@ export const ComponentsFieldTimeTextDefault : string;
|
|
|
446
453
|
export const ComponentsFieldTimeTextHover : string;
|
|
447
454
|
export const ComponentsFieldTimeTextActive : string;
|
|
448
455
|
export const ComponentsFieldTimeBorderActive : string;
|
|
456
|
+
export const ComponentsCalendarBorder : string;
|
|
457
|
+
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
|
+
export const ComponentsCalendarCellBackground : string;
|
|
463
|
+
export const ComponentsCalendarCellBackgroundSelected : string;
|
|
464
|
+
export const ComponentsCalendarCellBackgroundInRange : string;
|
|
465
|
+
export const ComponentsCalendarCellBackgroundHover : string;
|
|
466
|
+
export const ComponentsCalendarCellBackgroundToday : string;
|
|
467
|
+
export const ComponentsCalendarCellDot : string;
|
|
468
|
+
export const ComponentsCalendarCellDotSelected : string;
|
|
469
|
+
export const ComponentsCalendarCellDotHover : string;
|
|
470
|
+
export const ComponentsCalendarCellText : string;
|
|
471
|
+
export const ComponentsCalendarCellTextSelected : string;
|
|
472
|
+
export const ComponentsCalendarCellTextInRange : string;
|
|
473
|
+
export const ComponentsCalendarCellTextHover : string;
|
|
474
|
+
export const ComponentsCalendarCellTextOutsideMonth : string;
|
|
475
|
+
export const ComponentsCalendarCellTextToday : string;
|
|
476
|
+
export const ComponentsCalendarBackground : string;
|
|
449
477
|
export const ComponentsMenuContextualBackground : string;
|
|
450
478
|
export const ComponentsMenuContextualBorder : string;
|
|
451
479
|
export const ComponentsMenuContextualItemBackground : string;
|
package/dist/js/ocean_light.js
CHANGED
|
@@ -144,6 +144,8 @@ export const ColorFeedbackSuccessLowBorder = "#34ae3b";
|
|
|
144
144
|
export const ColorFeedbackSuccessLowIcon = "#34ae3b";
|
|
145
145
|
export const ColorFeedbackSuccessLowText = "#34ae3b";
|
|
146
146
|
export const ColorFocusBrand = "#1f717d";
|
|
147
|
+
export const ColorFocusBackground = "#ffffff";
|
|
148
|
+
export const ColorFocusBackgroundInverted = "#0b0f11";
|
|
147
149
|
export const ColorFocusDestructive = "#da2424";
|
|
148
150
|
export const ColorFocusSuccess = "#34ae3b";
|
|
149
151
|
export const ColorRainbow1Background = "#fdefe2";
|
|
@@ -204,12 +206,15 @@ export const ShadowBlurLg2 = "15px";
|
|
|
204
206
|
export const ShadowBlurXl1 = "10px";
|
|
205
207
|
export const ShadowBlurXl2 = "25px";
|
|
206
208
|
export const ShadowBlur2xl = "50px";
|
|
209
|
+
export const ShadowSpreadBase = "0px";
|
|
210
|
+
export const ShadowSpreadMd = "0px";
|
|
207
211
|
export const ShadowSpreadLg1 = "-2px";
|
|
208
212
|
export const ShadowSpreadLg2 = "-3px";
|
|
209
213
|
export const ShadowSpreadXl = "-5px";
|
|
210
214
|
export const ShadowSpread2xl = "-12px";
|
|
211
215
|
export const ShadowYAxisNone = "0px";
|
|
212
|
-
export const
|
|
216
|
+
export const ShadowYAxisBase1 = "1px";
|
|
217
|
+
export const ShadowYAxisBase2 = "1px";
|
|
213
218
|
export const ShadowYAxisMd1 = "2px";
|
|
214
219
|
export const ShadowYAxisMd2 = "4px";
|
|
215
220
|
export const ShadowYAxisLg1 = "4px";
|
|
@@ -217,13 +222,6 @@ export const ShadowYAxisLg2 = "10px";
|
|
|
217
222
|
export const ShadowYAxisXl1 = "10px";
|
|
218
223
|
export const ShadowYAxisXl2 = "20px";
|
|
219
224
|
export const ShadowYAxis2xl = "25px";
|
|
220
|
-
export const ComponentsWpfComponents2 = "#ffffff";
|
|
221
|
-
export const ComponentsDatagridBackground = "#ffffff";
|
|
222
|
-
export const ComponentsDatagridContentHeader = "#617177";
|
|
223
|
-
export const ComponentsDatagridContentText = "#171f22";
|
|
224
|
-
export const ComponentsDatagridContentSubtext = "#617177";
|
|
225
|
-
export const ComponentsDatagridBorderBody = "#e1e4e6";
|
|
226
|
-
export const ComponentsDatagridBorderHeader = "#bac1c4";
|
|
227
225
|
export const ComponentsButtonHighBorder = "#ffffff";
|
|
228
226
|
export const ComponentsButtonHighBorderHover = "#ffffff";
|
|
229
227
|
export const ComponentsButtonHighBorderActive = "#ffffff";
|
|
@@ -406,6 +404,15 @@ export const ComponentsAlertSuccessIcon = "#34ae3b";
|
|
|
406
404
|
export const ComponentsAlertNeutralBackground = "#eaeef0";
|
|
407
405
|
export const ComponentsAlertNeutralBorder = "#617177";
|
|
408
406
|
export const ComponentsAlertNeutralIcon = "#617177";
|
|
407
|
+
export const ComponentsDatagridHeaderBorder = "#bac1c4";
|
|
408
|
+
export const ComponentsDatagridHeaderText = "#617177";
|
|
409
|
+
export const ComponentsDatagridHeaderBackground = "#ffffff";
|
|
410
|
+
export const ComponentsDatagridBodyBorder = "#e1e4e6";
|
|
411
|
+
export const ComponentsDatagridBodyText = "#171f22";
|
|
412
|
+
export const ComponentsDatagridBodySubtext = "#617177";
|
|
413
|
+
export const ComponentsDatagridBodyBackgroundDefault = "#ffffff";
|
|
414
|
+
export const ComponentsDatagridBodyBackgroundActive = "#e4f0f2";
|
|
415
|
+
export const ComponentsDatagridBodyBackgroundHover = "#a5a6a7";
|
|
409
416
|
export const ComponentsAvatarBackground1 = "#fdefe2";
|
|
410
417
|
export const ComponentsAvatarBackground2 = "#fceae3";
|
|
411
418
|
export const ComponentsAvatarBackground3 = "#ffecb3";
|
|
@@ -446,6 +453,27 @@ export const ComponentsFieldTimeTextDefault = "#617177";
|
|
|
446
453
|
export const ComponentsFieldTimeTextHover = "#34464d";
|
|
447
454
|
export const ComponentsFieldTimeTextActive = "#185963";
|
|
448
455
|
export const ComponentsFieldTimeBorderActive = "#185963";
|
|
456
|
+
export const ComponentsCalendarBorder = "#e1e4e6";
|
|
457
|
+
export const ComponentsCalendarHeaderText = "#171f22";
|
|
458
|
+
export const ComponentsCalendarWeeksBackground = "#f5f6f7";
|
|
459
|
+
export const ComponentsCalendarWeeksBackgroundHover = "#eaeef0";
|
|
460
|
+
export const ComponentsCalendarWeeksText = "#171f22";
|
|
461
|
+
export const ComponentsCalendarWeeksTextHover = "#171f22";
|
|
462
|
+
export const ComponentsCalendarCellBackground = "#ffffff";
|
|
463
|
+
export const ComponentsCalendarCellBackgroundSelected = "#185963";
|
|
464
|
+
export const ComponentsCalendarCellBackgroundInRange = "#e4f0f2";
|
|
465
|
+
export const ComponentsCalendarCellBackgroundHover = "#e4f0f2";
|
|
466
|
+
export const ComponentsCalendarCellBackgroundToday = "#ffffff";
|
|
467
|
+
export const ComponentsCalendarCellDot = "#171f22";
|
|
468
|
+
export const ComponentsCalendarCellDotSelected = "#ffffff";
|
|
469
|
+
export const ComponentsCalendarCellDotHover = "#ffffff";
|
|
470
|
+
export const ComponentsCalendarCellText = "#617177";
|
|
471
|
+
export const ComponentsCalendarCellTextSelected = "#ffffff";
|
|
472
|
+
export const ComponentsCalendarCellTextInRange = "#185963";
|
|
473
|
+
export const ComponentsCalendarCellTextHover = "#34464d";
|
|
474
|
+
export const ComponentsCalendarCellTextOutsideMonth = "#9fadb2";
|
|
475
|
+
export const ComponentsCalendarCellTextToday = "#185963";
|
|
476
|
+
export const ComponentsCalendarBackground = "#ffffff";
|
|
449
477
|
export const ComponentsMenuContextualBackground = "#ffffff";
|
|
450
478
|
export const ComponentsMenuContextualBorder = "#e1e4e6";
|
|
451
479
|
export const ComponentsMenuContextualItemBackground = "#ffffff";
|
package/dist/js/primitives.d.ts
CHANGED
|
@@ -160,12 +160,6 @@ export const ColorRed600 : string;
|
|
|
160
160
|
export const ColorRed700 : string;
|
|
161
161
|
export const ColorRed800 : string;
|
|
162
162
|
export const ColorRed900 : string;
|
|
163
|
-
export const ColorRedMccs100 : string;
|
|
164
|
-
export const ColorRedMccs200 : string;
|
|
165
|
-
export const ColorRedMccs300 : string;
|
|
166
|
-
export const ColorRedMccs400 : string;
|
|
167
|
-
export const ColorRedMccs500 : string;
|
|
168
|
-
export const ColorRedMccs00 : string;
|
|
169
163
|
export const ColorTurquoise50 : string;
|
|
170
164
|
export const ColorTurquoise100 : string;
|
|
171
165
|
export const ColorTurquoise200 : string;
|
package/dist/js/primitives.js
CHANGED
|
@@ -160,12 +160,6 @@ export const ColorRed600 = "#a81818";
|
|
|
160
160
|
export const ColorRed700 = "#851313";
|
|
161
161
|
export const ColorRed800 = "#610e0e";
|
|
162
162
|
export const ColorRed900 = "#3d0909";
|
|
163
|
-
export const ColorRedMccs100 = "#ff3838";
|
|
164
|
-
export const ColorRedMccs200 = "#d00202";
|
|
165
|
-
export const ColorRedMccs300 = "#ae0303";
|
|
166
|
-
export const ColorRedMccs400 = "#7d0000";
|
|
167
|
-
export const ColorRedMccs500 = "#450000";
|
|
168
|
-
export const ColorRedMccs00 = "#ff6161";
|
|
169
163
|
export const ColorTurquoise50 = "#ecf4f3";
|
|
170
164
|
export const ColorTurquoise100 = "#d2e5e3";
|
|
171
165
|
export const ColorTurquoise200 = "#b8d6d2";
|
package/dist/js/spacings.d.ts
CHANGED
|
@@ -38,6 +38,30 @@ export const ButtonLgIconSize : string;
|
|
|
38
38
|
export const ButtonLgLineHeight : string;
|
|
39
39
|
export const ButtonLgPaddingX : string;
|
|
40
40
|
export const ButtonLgPaddingY : string;
|
|
41
|
+
export const CalendarCellDotSize : string;
|
|
42
|
+
export const CalendarCellFontSize : string;
|
|
43
|
+
export const CalendarCellFontWeight : string;
|
|
44
|
+
export const CalendarCellLineHeight : string;
|
|
45
|
+
export const CalendarCellSize : string;
|
|
46
|
+
export const CalendarCellRadius : string;
|
|
47
|
+
export const CalendarPadding : string;
|
|
48
|
+
export const CalendarDoubleGapX : string;
|
|
49
|
+
export const CalendarGapX : string;
|
|
50
|
+
export const CalendarGapY : string;
|
|
51
|
+
export const CalendarWeeksCalendarGapX : string;
|
|
52
|
+
export const CalendarRadius : string;
|
|
53
|
+
export const CalendarGridGapX : string;
|
|
54
|
+
export const CalendarGridGapY : string;
|
|
55
|
+
export const CalendarHeaderFontSize : string;
|
|
56
|
+
export const CalendarHeaderFontWeight : string;
|
|
57
|
+
export const CalendarHeaderLineHeight : string;
|
|
58
|
+
export const CalendarHeaderMarginBottom : string;
|
|
59
|
+
export const CalendarHeaderButtonSize : string;
|
|
60
|
+
export const CalendarWeeksRadius : string;
|
|
61
|
+
export const CalendarWeeksSize : string;
|
|
62
|
+
export const CalendarControlsMarginTop : string;
|
|
63
|
+
export const CalendarControlsPaddingTop : string;
|
|
64
|
+
export const CalendarNavigationButtonsGap : string;
|
|
41
65
|
export const ListNativeSeparatorPaddingX : string;
|
|
42
66
|
export const ListNativeSeparatorPaddingY : string;
|
|
43
67
|
export const ListNativeIconSize : string;
|
|
@@ -225,6 +249,14 @@ export const BadgePaddingX : string;
|
|
|
225
249
|
export const BadgePaddingY : string;
|
|
226
250
|
export const BadgeRadius : string;
|
|
227
251
|
export const BreadcrumbPaddingY : string;
|
|
252
|
+
export const DatagridCellBodyPaddingX : string;
|
|
253
|
+
export const DatagridCellBodyAvatarGapX : string;
|
|
254
|
+
export const DatagridCellBodyActionsGapX : string;
|
|
255
|
+
export const DatagridCellBodyPaddingY : string;
|
|
256
|
+
export const DatagridCellBodyActionsPaddingY : string;
|
|
257
|
+
export const DatagridCellHeaderPaddingX : string;
|
|
258
|
+
export const DatagridCellHeaderPaddingRight : string;
|
|
259
|
+
export const DatagridCellHeaderPaddingY : string;
|
|
228
260
|
export const DialogDismissiblePositionTop : string;
|
|
229
261
|
export const DialogDismissiblePositionRight : string;
|
|
230
262
|
export const DialogHeaderGapY : string;
|
package/dist/js/spacings.js
CHANGED
|
@@ -38,6 +38,30 @@ export const ButtonLgIconSize = "24px";
|
|
|
38
38
|
export const ButtonLgLineHeight = "28px";
|
|
39
39
|
export const ButtonLgPaddingX = "16px";
|
|
40
40
|
export const ButtonLgPaddingY = "10px";
|
|
41
|
+
export const CalendarCellDotSize = "3px";
|
|
42
|
+
export const CalendarCellFontSize = "14px";
|
|
43
|
+
export const CalendarCellFontWeight = "400";
|
|
44
|
+
export const CalendarCellLineHeight = "20px";
|
|
45
|
+
export const CalendarCellSize = "32px";
|
|
46
|
+
export const CalendarCellRadius = "16px";
|
|
47
|
+
export const CalendarPadding = "4px";
|
|
48
|
+
export const CalendarDoubleGapX = "12px";
|
|
49
|
+
export const CalendarGapX = "4px";
|
|
50
|
+
export const CalendarGapY = "4px";
|
|
51
|
+
export const CalendarWeeksCalendarGapX = "8px";
|
|
52
|
+
export const CalendarRadius = "6px";
|
|
53
|
+
export const CalendarGridGapX = "0px";
|
|
54
|
+
export const CalendarGridGapY = "2px";
|
|
55
|
+
export const CalendarHeaderFontSize = "14px";
|
|
56
|
+
export const CalendarHeaderFontWeight = "500";
|
|
57
|
+
export const CalendarHeaderLineHeight = "20px";
|
|
58
|
+
export const CalendarHeaderMarginBottom = "4px";
|
|
59
|
+
export const CalendarHeaderButtonSize = "32px";
|
|
60
|
+
export const CalendarWeeksRadius = "4px";
|
|
61
|
+
export const CalendarWeeksSize = "40px";
|
|
62
|
+
export const CalendarControlsMarginTop = "4px";
|
|
63
|
+
export const CalendarControlsPaddingTop = "8px";
|
|
64
|
+
export const CalendarNavigationButtonsGap = "4px";
|
|
41
65
|
export const ListNativeSeparatorPaddingX = "9px";
|
|
42
66
|
export const ListNativeSeparatorPaddingY = "3px";
|
|
43
67
|
export const ListNativeIconSize = "20px";
|
|
@@ -225,6 +249,14 @@ export const BadgePaddingX = "8px";
|
|
|
225
249
|
export const BadgePaddingY = "4px";
|
|
226
250
|
export const BadgeRadius = "9999px";
|
|
227
251
|
export const BreadcrumbPaddingY = "4px";
|
|
252
|
+
export const DatagridCellBodyPaddingX = "16px";
|
|
253
|
+
export const DatagridCellBodyAvatarGapX = "12px";
|
|
254
|
+
export const DatagridCellBodyActionsGapX = "8px";
|
|
255
|
+
export const DatagridCellBodyPaddingY = "8px";
|
|
256
|
+
export const DatagridCellBodyActionsPaddingY = "4px";
|
|
257
|
+
export const DatagridCellHeaderPaddingX = "16px";
|
|
258
|
+
export const DatagridCellHeaderPaddingRight = "8px";
|
|
259
|
+
export const DatagridCellHeaderPaddingY = "12px";
|
|
228
260
|
export const DialogDismissiblePositionTop = "20px";
|
|
229
261
|
export const DialogDismissiblePositionRight = "12px";
|
|
230
262
|
export const DialogHeaderGapY = "0px";
|
package/dist/js/spark_dark.d.ts
CHANGED
|
@@ -144,6 +144,8 @@ export const ColorFeedbackSuccessLowBorder : string;
|
|
|
144
144
|
export const ColorFeedbackSuccessLowIcon : string;
|
|
145
145
|
export const ColorFeedbackSuccessLowText : string;
|
|
146
146
|
export const ColorFocusBrand : string;
|
|
147
|
+
export const ColorFocusBackground : string;
|
|
148
|
+
export const ColorFocusBackgroundInverted : string;
|
|
147
149
|
export const ColorFocusDestructive : string;
|
|
148
150
|
export const ColorFocusSuccess : string;
|
|
149
151
|
export const ColorRainbow1Background : string;
|
|
@@ -204,12 +206,15 @@ export const ShadowBlurLg2 : string;
|
|
|
204
206
|
export const ShadowBlurXl1 : string;
|
|
205
207
|
export const ShadowBlurXl2 : string;
|
|
206
208
|
export const ShadowBlur2xl : string;
|
|
209
|
+
export const ShadowSpreadBase : string;
|
|
210
|
+
export const ShadowSpreadMd : string;
|
|
207
211
|
export const ShadowSpreadLg1 : string;
|
|
208
212
|
export const ShadowSpreadLg2 : string;
|
|
209
213
|
export const ShadowSpreadXl : string;
|
|
210
214
|
export const ShadowSpread2xl : string;
|
|
211
215
|
export const ShadowYAxisNone : string;
|
|
212
|
-
export const
|
|
216
|
+
export const ShadowYAxisBase1 : string;
|
|
217
|
+
export const ShadowYAxisBase2 : string;
|
|
213
218
|
export const ShadowYAxisMd1 : string;
|
|
214
219
|
export const ShadowYAxisMd2 : string;
|
|
215
220
|
export const ShadowYAxisLg1 : string;
|
|
@@ -217,13 +222,6 @@ export const ShadowYAxisLg2 : string;
|
|
|
217
222
|
export const ShadowYAxisXl1 : string;
|
|
218
223
|
export const ShadowYAxisXl2 : string;
|
|
219
224
|
export const ShadowYAxis2xl : string;
|
|
220
|
-
export const ComponentsWpfComponents2 : string;
|
|
221
|
-
export const ComponentsDatagridBackground : string;
|
|
222
|
-
export const ComponentsDatagridContentHeader : string;
|
|
223
|
-
export const ComponentsDatagridContentText : string;
|
|
224
|
-
export const ComponentsDatagridContentSubtext : string;
|
|
225
|
-
export const ComponentsDatagridBorderBody : string;
|
|
226
|
-
export const ComponentsDatagridBorderHeader : string;
|
|
227
225
|
export const ComponentsButtonHighBorder : string;
|
|
228
226
|
export const ComponentsButtonHighBorderHover : string;
|
|
229
227
|
export const ComponentsButtonHighBorderActive : string;
|
|
@@ -406,6 +404,15 @@ export const ComponentsAlertSuccessIcon : string;
|
|
|
406
404
|
export const ComponentsAlertNeutralBackground : string;
|
|
407
405
|
export const ComponentsAlertNeutralBorder : string;
|
|
408
406
|
export const ComponentsAlertNeutralIcon : string;
|
|
407
|
+
export const ComponentsDatagridHeaderBorder : string;
|
|
408
|
+
export const ComponentsDatagridHeaderText : string;
|
|
409
|
+
export const ComponentsDatagridHeaderBackground : string;
|
|
410
|
+
export const ComponentsDatagridBodyBorder : string;
|
|
411
|
+
export const ComponentsDatagridBodyText : string;
|
|
412
|
+
export const ComponentsDatagridBodySubtext : string;
|
|
413
|
+
export const ComponentsDatagridBodyBackgroundDefault : string;
|
|
414
|
+
export const ComponentsDatagridBodyBackgroundActive : string;
|
|
415
|
+
export const ComponentsDatagridBodyBackgroundHover : string;
|
|
409
416
|
export const ComponentsAvatarBackground1 : string;
|
|
410
417
|
export const ComponentsAvatarBackground2 : string;
|
|
411
418
|
export const ComponentsAvatarBackground3 : string;
|
|
@@ -446,6 +453,27 @@ export const ComponentsFieldTimeTextDefault : string;
|
|
|
446
453
|
export const ComponentsFieldTimeTextHover : string;
|
|
447
454
|
export const ComponentsFieldTimeTextActive : string;
|
|
448
455
|
export const ComponentsFieldTimeBorderActive : string;
|
|
456
|
+
export const ComponentsCalendarBorder : string;
|
|
457
|
+
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
|
+
export const ComponentsCalendarCellBackground : string;
|
|
463
|
+
export const ComponentsCalendarCellBackgroundSelected : string;
|
|
464
|
+
export const ComponentsCalendarCellBackgroundInRange : string;
|
|
465
|
+
export const ComponentsCalendarCellBackgroundHover : string;
|
|
466
|
+
export const ComponentsCalendarCellBackgroundToday : string;
|
|
467
|
+
export const ComponentsCalendarCellDot : string;
|
|
468
|
+
export const ComponentsCalendarCellDotSelected : string;
|
|
469
|
+
export const ComponentsCalendarCellDotHover : string;
|
|
470
|
+
export const ComponentsCalendarCellText : string;
|
|
471
|
+
export const ComponentsCalendarCellTextSelected : string;
|
|
472
|
+
export const ComponentsCalendarCellTextInRange : string;
|
|
473
|
+
export const ComponentsCalendarCellTextHover : string;
|
|
474
|
+
export const ComponentsCalendarCellTextOutsideMonth : string;
|
|
475
|
+
export const ComponentsCalendarCellTextToday : string;
|
|
476
|
+
export const ComponentsCalendarBackground : string;
|
|
449
477
|
export const ComponentsMenuContextualBackground : string;
|
|
450
478
|
export const ComponentsMenuContextualBorder : string;
|
|
451
479
|
export const ComponentsMenuContextualItemBackground : string;
|
package/dist/js/spark_dark.js
CHANGED
|
@@ -144,6 +144,8 @@ export const ColorFeedbackSuccessLowBorder = "#6bde71";
|
|
|
144
144
|
export const ColorFeedbackSuccessLowIcon = "#6bde71";
|
|
145
145
|
export const ColorFeedbackSuccessLowText = "#6bde71";
|
|
146
146
|
export const ColorFocusBrand = "#e75420";
|
|
147
|
+
export const ColorFocusBackground = "#0e0e0e";
|
|
148
|
+
export const ColorFocusBackgroundInverted = "#ffffff";
|
|
147
149
|
export const ColorFocusDestructive = "#ff3d3d";
|
|
148
150
|
export const ColorFocusSuccess = "#6bde71";
|
|
149
151
|
export const ColorRainbow1Background = "#482608";
|
|
@@ -204,12 +206,15 @@ export const ShadowBlurLg2 = "15px";
|
|
|
204
206
|
export const ShadowBlurXl1 = "10px";
|
|
205
207
|
export const ShadowBlurXl2 = "25px";
|
|
206
208
|
export const ShadowBlur2xl = "50px";
|
|
209
|
+
export const ShadowSpreadBase = "0px";
|
|
210
|
+
export const ShadowSpreadMd = "0px";
|
|
207
211
|
export const ShadowSpreadLg1 = "0px";
|
|
208
212
|
export const ShadowSpreadLg2 = "0px";
|
|
209
213
|
export const ShadowSpreadXl = "-2px";
|
|
210
214
|
export const ShadowSpread2xl = "-6px";
|
|
211
215
|
export const ShadowYAxisNone = "0px";
|
|
212
|
-
export const
|
|
216
|
+
export const ShadowYAxisBase1 = "1px";
|
|
217
|
+
export const ShadowYAxisBase2 = "1px";
|
|
213
218
|
export const ShadowYAxisMd1 = "2px";
|
|
214
219
|
export const ShadowYAxisMd2 = "4px";
|
|
215
220
|
export const ShadowYAxisLg1 = "4px";
|
|
@@ -217,13 +222,6 @@ export const ShadowYAxisLg2 = "10px";
|
|
|
217
222
|
export const ShadowYAxisXl1 = "10px";
|
|
218
223
|
export const ShadowYAxisXl2 = "20px";
|
|
219
224
|
export const ShadowYAxis2xl = "25px";
|
|
220
|
-
export const ComponentsWpfComponents2 = "#ffffff";
|
|
221
|
-
export const ComponentsDatagridBackground = "#000000";
|
|
222
|
-
export const ComponentsDatagridContentHeader = "#808080";
|
|
223
|
-
export const ComponentsDatagridContentText = "#f6f6f6";
|
|
224
|
-
export const ComponentsDatagridContentSubtext = "#808080";
|
|
225
|
-
export const ComponentsDatagridBorderBody = "#484848";
|
|
226
|
-
export const ComponentsDatagridBorderHeader = "#6d6d6d";
|
|
227
225
|
export const ComponentsButtonHighBorder = "#ffffff";
|
|
228
226
|
export const ComponentsButtonHighBorderHover = "#ffffff";
|
|
229
227
|
export const ComponentsButtonHighBorderActive = "#ffffff";
|
|
@@ -406,6 +404,15 @@ export const ComponentsAlertSuccessIcon = "#6bde71";
|
|
|
406
404
|
export const ComponentsAlertNeutralBackground = "#313131";
|
|
407
405
|
export const ComponentsAlertNeutralBorder = "#919191";
|
|
408
406
|
export const ComponentsAlertNeutralIcon = "#919191";
|
|
407
|
+
export const ComponentsDatagridHeaderBorder = "#6d6d6d";
|
|
408
|
+
export const ComponentsDatagridHeaderText = "#808080";
|
|
409
|
+
export const ComponentsDatagridHeaderBackground = "#ffffff";
|
|
410
|
+
export const ComponentsDatagridBodyBorder = "#484848";
|
|
411
|
+
export const ComponentsDatagridBodyText = "#f6f6f6";
|
|
412
|
+
export const ComponentsDatagridBodySubtext = "#808080";
|
|
413
|
+
export const ComponentsDatagridBodyBackgroundDefault = "#ffffff";
|
|
414
|
+
export const ComponentsDatagridBodyBackgroundActive = "#45190a";
|
|
415
|
+
export const ComponentsDatagridBodyBackgroundHover = "#ffffff";
|
|
409
416
|
export const ComponentsAvatarBackground1 = "#482608";
|
|
410
417
|
export const ComponentsAvatarBackground2 = "#45190a";
|
|
411
418
|
export const ComponentsAvatarBackground3 = "#4d3a00";
|
|
@@ -446,6 +453,27 @@ export const ComponentsFieldTimeTextDefault = "#808080";
|
|
|
446
453
|
export const ComponentsFieldTimeTextHover = "#bfbfbf";
|
|
447
454
|
export const ComponentsFieldTimeTextActive = "#eb7247";
|
|
448
455
|
export const ComponentsFieldTimeBorderActive = "#eb7247";
|
|
456
|
+
export const ComponentsCalendarBorder = "#484848";
|
|
457
|
+
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
|
+
export const ComponentsCalendarCellBackground = "#ffffff";
|
|
463
|
+
export const ComponentsCalendarCellBackgroundSelected = "#eb7247";
|
|
464
|
+
export const ComponentsCalendarCellBackgroundInRange = "#45190a";
|
|
465
|
+
export const ComponentsCalendarCellBackgroundHover = "#45190a";
|
|
466
|
+
export const ComponentsCalendarCellBackgroundToday = "#ffffff";
|
|
467
|
+
export const ComponentsCalendarCellDot = "#f6f6f6";
|
|
468
|
+
export const ComponentsCalendarCellDotSelected = "#000000";
|
|
469
|
+
export const ComponentsCalendarCellDotHover = "#000000";
|
|
470
|
+
export const ComponentsCalendarCellText = "#808080";
|
|
471
|
+
export const ComponentsCalendarCellTextSelected = "#000000";
|
|
472
|
+
export const ComponentsCalendarCellTextInRange = "#eb7247";
|
|
473
|
+
export const ComponentsCalendarCellTextHover = "#bfbfbf";
|
|
474
|
+
export const ComponentsCalendarCellTextOutsideMonth = "#6d6d6d";
|
|
475
|
+
export const ComponentsCalendarCellTextToday = "#eb7247";
|
|
476
|
+
export const ComponentsCalendarBackground = "#0e0e0e";
|
|
449
477
|
export const ComponentsMenuContextualBackground = "#0e0e0e";
|
|
450
478
|
export const ComponentsMenuContextualBorder = "#484848";
|
|
451
479
|
export const ComponentsMenuContextualItemBackground = "#ffffff";
|