@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.
@@ -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 ShadowYAxisBase : string;
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 ComponentsButtonHighBackground : string;
229
227
  export const ComponentsButtonHighBackgroundActive : 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;
@@ -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 = "#e75420";
147
+ export const ColorFocusBackground = "#ffffff";
148
+ export const ColorFocusBackgroundInverted = "#0e0e0e";
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 ShadowYAxisBase = "1px";
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 = "#6d6d6d";
223
- export const ComponentsDatagridContentText = "#1d1d1d";
224
- export const ComponentsDatagridContentSubtext = "#6d6d6d";
225
- export const ComponentsDatagridBorderBody = "#e3e3e3";
226
- export const ComponentsDatagridBorderHeader = "#bfbfbf";
227
225
  export const ComponentsButtonHighBorder = "#ffffff";
228
226
  export const ComponentsButtonHighBackground = "#e75420";
229
227
  export const ComponentsButtonHighBackgroundActive = "#bf451a";
@@ -406,6 +404,15 @@ export const ComponentsAlertSuccessIcon = "#34ae3b";
406
404
  export const ComponentsAlertNeutralBackground = "#ededed";
407
405
  export const ComponentsAlertNeutralBorder = "#6d6d6d";
408
406
  export const ComponentsAlertNeutralIcon = "#6d6d6d";
407
+ export const ComponentsDatagridHeaderBorder = "#bfbfbf";
408
+ export const ComponentsDatagridHeaderText = "#6d6d6d";
409
+ export const ComponentsDatagridHeaderBackground = "#ffffff";
410
+ export const ComponentsDatagridBodyBorder = "#e3e3e3";
411
+ export const ComponentsDatagridBodyText = "#1d1d1d";
412
+ export const ComponentsDatagridBodySubtext = "#6d6d6d";
413
+ export const ComponentsDatagridBodyBackgroundDefault = "#ffffff";
414
+ export const ComponentsDatagridBodyBackgroundActive = "#fceae3";
415
+ export const ComponentsDatagridBodyBackgroundHover = "#a5a5a5";
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 = "#6d6d6d";
446
453
  export const ComponentsFieldTimeTextHover = "#414141";
447
454
  export const ComponentsFieldTimeTextActive = "#bf451a";
448
455
  export const ComponentsFieldTimeBorderActive = "#bf451a";
456
+ export const ComponentsCalendarBorder = "#e3e3e3";
457
+ export const ComponentsCalendarHeaderText = "#1d1d1d";
458
+ export const ComponentsCalendarWeeksBackground = "#f6f6f6";
459
+ export const ComponentsCalendarWeeksBackgroundHover = "#ededed";
460
+ export const ComponentsCalendarWeeksText = "#1d1d1d";
461
+ export const ComponentsCalendarWeeksTextHover = "#1d1d1d";
462
+ export const ComponentsCalendarCellBackground = "#ffffff";
463
+ export const ComponentsCalendarCellBackgroundSelected = "#bf451a";
464
+ export const ComponentsCalendarCellBackgroundInRange = "#fceae3";
465
+ export const ComponentsCalendarCellBackgroundHover = "#fceae3";
466
+ export const ComponentsCalendarCellBackgroundToday = "#ffffff";
467
+ export const ComponentsCalendarCellDot = "#1d1d1d";
468
+ export const ComponentsCalendarCellDotSelected = "#ffffff";
469
+ export const ComponentsCalendarCellDotHover = "#414141";
470
+ export const ComponentsCalendarCellText = "#6d6d6d";
471
+ export const ComponentsCalendarCellTextSelected = "#ffffff";
472
+ export const ComponentsCalendarCellTextInRange = "#bf451a";
473
+ export const ComponentsCalendarCellTextHover = "#414141";
474
+ export const ComponentsCalendarCellTextOutsideMonth = "#a9a9a9";
475
+ export const ComponentsCalendarCellTextToday = "#1d1d1d";
476
+ export const ComponentsCalendarBackground = "#ffffff";
449
477
  export const ComponentsMenuContextualBackground = "#ffffff";
450
478
  export const ComponentsMenuContextualBorder = "#e3e3e3";
451
479
  export const ComponentsMenuContextualItemBackground = "#ffffff";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nova-design-system/nova-base",
3
- "version": "3.0.0-beta.41",
3
+ "version": "3.0.0-beta.43",
4
4
  "description": "Nova is a design system created by Elia Group to empower creators to efficiently build solutions that people love to use.",
5
5
  "author": "Elia Group",
6
6
  "homepage": "https://nova.eliagroup.io",