@nova-design-system/nova-base 3.14.0-beta.0 → 3.14.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.
@@ -502,6 +502,10 @@ export const ComponentsFieldTimeTextActive = "#bf451a";
502
502
  export const ComponentsFieldTimeBorderActive = "#bf451a";
503
503
  export const ComponentsCalendarBorder = "#e3e3e3";
504
504
  export const ComponentsCalendarHeaderText = "#1d1d1d";
505
+ export const ComponentsCalendarWeeksBackground = "#f6f6f6";
506
+ export const ComponentsCalendarWeeksBackgroundHover = "#ededed";
507
+ export const ComponentsCalendarWeeksText = "#1d1d1d";
508
+ export const ComponentsCalendarWeeksTextHover = "#1d1d1d";
505
509
  export const ComponentsCalendarCellBackground = "#ffffff";
506
510
  export const ComponentsCalendarCellBackgroundSelected = "#bf451a";
507
511
  export const ComponentsCalendarCellBackgroundInRange = "#fceae3";
@@ -516,10 +520,6 @@ export const ComponentsCalendarCellTextInRange = "#bf451a";
516
520
  export const ComponentsCalendarCellTextHover = "#414141";
517
521
  export const ComponentsCalendarCellTextOutsideMonth = "#a9a9a9";
518
522
  export const ComponentsCalendarCellTextToday = "#1d1d1d";
519
- export const ComponentsCalendarWeeksBackground = "#f6f6f6";
520
- export const ComponentsCalendarWeeksBackgroundHover = "#ededed";
521
- export const ComponentsCalendarWeeksText = "#1d1d1d";
522
- export const ComponentsCalendarWeeksTextHover = "#1d1d1d";
523
523
  export const ComponentsCalendarBackground = "#ffffff";
524
524
  export const ComponentsMenuContextualBackground = "#ffffff";
525
525
  export const ComponentsMenuContextualBorder = "#e3e3e3";
@@ -574,6 +574,24 @@ export const ComponentsTooltipBackground = "#0e0e0e";
574
574
  export const ComponentsTooltipBorder = "#0e0e0e";
575
575
  export const ComponentsTooltipText = "#f6f6f6";
576
576
  export const ComponentsTooltipSupportingText = "#919191";
577
+ export const ComponentsToggleBorderDefault = "#919191";
578
+ export const ComponentsToggleBorderDefaultChecked = "#e75420";
579
+ export const ComponentsToggleBorderHover = "#6d6d6d";
580
+ export const ComponentsToggleBorderHoverChecked = "#bf451a";
581
+ export const ComponentsToggleBorderDisabled = "#cccccc";
582
+ export const ComponentsToggleBorderDisabledChecked = "#cccccc";
583
+ export const ComponentsToggleBackgroundDefault = "#ffffff";
584
+ export const ComponentsToggleBackgroundDefaultChecked = "#e75420";
585
+ export const ComponentsToggleBackgroundHover = "#f6f6f6";
586
+ export const ComponentsToggleBackgroundHoverChecked = "#bf451a";
587
+ export const ComponentsToggleBackgroundDisabled = "#cccccc";
588
+ export const ComponentsToggleBackgroundDisabledChecked = "#cccccc";
589
+ export const ComponentsToggleShapeDefault = "#919191";
590
+ export const ComponentsToggleShapeDefaultChecked = "#ffffff";
591
+ export const ComponentsToggleShapeHover = "#6d6d6d";
592
+ export const ComponentsToggleShapeHoverChecked = "#ffffff";
593
+ export const ComponentsToggleShapeDisabled = "#6d6d6d";
594
+ export const ComponentsToggleShapeDisabledChecked = "#6d6d6d";
577
595
  export const ComponentsTogglegroupHighBorder = "#e75420";
578
596
  export const ComponentsTogglegroupHighBackground = "#ffffff";
579
597
  export const ComponentsTogglegroupLowBorder = "#6d6d6d";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nova-design-system/nova-base",
3
- "version": "3.14.0-beta.0",
3
+ "version": "3.14.0",
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",