@nova-design-system/nova-base 3.23.0 → 3.25.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.
- package/assets/icons/icon-sprite.svg +1 -1
- package/dist/cjs/generated/nova-tailwind-components.js +1 -1
- package/dist/css/nova-utils.css +1 -1
- package/dist/css/ocean.css +82 -75
- package/dist/css/spark.css +82 -75
- package/dist/generated/nova-tailwind-components.js +1 -1
- package/dist/js/ocean_dark.d.ts +31 -30
- package/dist/js/ocean_dark.js +31 -30
- package/dist/js/ocean_light.d.ts +31 -30
- package/dist/js/ocean_light.js +31 -30
- package/dist/js/spacings.d.ts +19 -14
- package/dist/js/spacings.js +20 -15
- package/dist/js/spark_dark.d.ts +31 -30
- package/dist/js/spark_dark.js +31 -30
- package/dist/js/spark_light.d.ts +31 -30
- package/dist/js/spark_light.js +31 -30
- package/package.json +1 -1
package/dist/js/spark_light.d.ts
CHANGED
|
@@ -368,35 +368,6 @@ export const ComponentsFormShapeForegroundDefault : string;
|
|
|
368
368
|
export const ComponentsFormShapeForegroundSwitchDot : string;
|
|
369
369
|
export const ComponentsFormShapeForegroundDisabled : string;
|
|
370
370
|
export const ComponentsFormShapeForegroundDisabledError : string;
|
|
371
|
-
export const ComponentsListNativeBackground : string;
|
|
372
|
-
export const ComponentsListNativeItemTitleContent : string;
|
|
373
|
-
export const ComponentsListNativeSeparator : string;
|
|
374
|
-
export const ComponentsListNativeBorder : string;
|
|
375
|
-
export const ComponentsListNativeItemContentDisabled : string;
|
|
376
|
-
export const ComponentsListNativeItemContentDefault : string;
|
|
377
|
-
export const ComponentsListNativeItemContentHover : string;
|
|
378
|
-
export const ComponentsListNativeItemBackgroundDefault : string;
|
|
379
|
-
export const ComponentsListNativeItemBackgroundHover : string;
|
|
380
|
-
export const ComponentsListNativeItemBackgroundDisabled : string;
|
|
381
|
-
export const ComponentsListNativeItemBackgroundTitle : string;
|
|
382
|
-
export const ComponentsListDropdownBackground : string;
|
|
383
|
-
export const ComponentsListDropdownHeaderBackground : string;
|
|
384
|
-
export const ComponentsListDropdownItemBorderActive : string;
|
|
385
|
-
export const ComponentsListDropdownItemLabelDefault : string;
|
|
386
|
-
export const ComponentsListDropdownItemLabelHover : string;
|
|
387
|
-
export const ComponentsListDropdownItemLabelDisabled : string;
|
|
388
|
-
export const ComponentsListDropdownItemLabelActive : string;
|
|
389
|
-
export const ComponentsListDropdownItemDescriptionDefault : string;
|
|
390
|
-
export const ComponentsListDropdownItemDescriptionHover : string;
|
|
391
|
-
export const ComponentsListDropdownItemDescriptionDisabled : string;
|
|
392
|
-
export const ComponentsListDropdownItemBackgroundDefault : string;
|
|
393
|
-
export const ComponentsListDropdownItemBackgroundHover : string;
|
|
394
|
-
export const ComponentsListDropdownItemBackgroundDisabled : string;
|
|
395
|
-
export const ComponentsListDropdownItemBackgroundActive : string;
|
|
396
|
-
export const ComponentsListDropdownGroupTitleContent : string;
|
|
397
|
-
export const ComponentsListDropdownGroupTitleBackground : string;
|
|
398
|
-
export const ComponentsListDropdownSeparator : string;
|
|
399
|
-
export const ComponentsListDropdownBorder : string;
|
|
400
371
|
export const ComponentsLoaderWhiteBackground : string;
|
|
401
372
|
export const ComponentsLoaderWhiteForeground : string;
|
|
402
373
|
export const ComponentsLoaderBrandBackground : string;
|
|
@@ -481,8 +452,8 @@ export const ComponentsAvatarContent8 : string;
|
|
|
481
452
|
export const ComponentsAvatarContent9 : string;
|
|
482
453
|
export const ComponentsAvatarContent10 : string;
|
|
483
454
|
export const ComponentsBreadcrumbText : string;
|
|
484
|
-
export const ComponentsBreadcrumbTextActive : string;
|
|
485
455
|
export const ComponentsBreadcrumbTextHover : string;
|
|
456
|
+
export const ComponentsBreadcrumbTextCurrent : string;
|
|
486
457
|
export const ComponentsButtongroupHighBorder : string;
|
|
487
458
|
export const ComponentsButtongroupHighBackground : string;
|
|
488
459
|
export const ComponentsButtongroupMediumBorder : string;
|
|
@@ -531,6 +502,36 @@ export const ComponentsCalendarCellTextHover : string;
|
|
|
531
502
|
export const ComponentsCalendarCellTextOutsideMonth : string;
|
|
532
503
|
export const ComponentsCalendarCellTextToday : string;
|
|
533
504
|
export const ComponentsCalendarBackground : string;
|
|
505
|
+
export const ComponentsListSelectBackground : string;
|
|
506
|
+
export const ComponentsListSelectOptionContentDefault : string;
|
|
507
|
+
export const ComponentsListSelectOptionContentHover : string;
|
|
508
|
+
export const ComponentsListSelectOptionContentDisabled : string;
|
|
509
|
+
export const ComponentsListSelectOptionContentActive : string;
|
|
510
|
+
export const ComponentsListSelectOptionBackgroundDefault : string;
|
|
511
|
+
export const ComponentsListSelectOptionBackgroundHover : string;
|
|
512
|
+
export const ComponentsListSelectOptionBackgroundDisabled : string;
|
|
513
|
+
export const ComponentsListSelectOptionBackgroundActive : string;
|
|
514
|
+
export const ComponentsListSelectOptgroupContent : string;
|
|
515
|
+
export const ComponentsListSelectBorder : string;
|
|
516
|
+
export const ComponentsListSelectHr : string;
|
|
517
|
+
export const ComponentsListDropdownBackground : string;
|
|
518
|
+
export const ComponentsListDropdownHeaderBackground : string;
|
|
519
|
+
export const ComponentsListDropdownItemBorderActive : string;
|
|
520
|
+
export const ComponentsListDropdownItemLabelDefault : string;
|
|
521
|
+
export const ComponentsListDropdownItemLabelHover : string;
|
|
522
|
+
export const ComponentsListDropdownItemLabelDisabled : string;
|
|
523
|
+
export const ComponentsListDropdownItemLabelActive : string;
|
|
524
|
+
export const ComponentsListDropdownItemDescriptionDefault : string;
|
|
525
|
+
export const ComponentsListDropdownItemDescriptionHover : string;
|
|
526
|
+
export const ComponentsListDropdownItemDescriptionDisabled : string;
|
|
527
|
+
export const ComponentsListDropdownItemBackgroundDefault : string;
|
|
528
|
+
export const ComponentsListDropdownItemBackgroundHover : string;
|
|
529
|
+
export const ComponentsListDropdownItemBackgroundDisabled : string;
|
|
530
|
+
export const ComponentsListDropdownItemBackgroundActive : string;
|
|
531
|
+
export const ComponentsListDropdownGroupTitleContent : string;
|
|
532
|
+
export const ComponentsListDropdownGroupTitleBackground : string;
|
|
533
|
+
export const ComponentsListDropdownSeparator : string;
|
|
534
|
+
export const ComponentsListDropdownBorder : string;
|
|
534
535
|
export const ComponentsMenuContextualBackground : string;
|
|
535
536
|
export const ComponentsMenuContextualBorder : string;
|
|
536
537
|
export const ComponentsMenuContextualItemBackground : string;
|
package/dist/js/spark_light.js
CHANGED
|
@@ -368,35 +368,6 @@ export const ComponentsFormShapeForegroundDefault = "#ffffff";
|
|
|
368
368
|
export const ComponentsFormShapeForegroundSwitchDot = "#bfbfbf";
|
|
369
369
|
export const ComponentsFormShapeForegroundDisabled = "#bfbfbf";
|
|
370
370
|
export const ComponentsFormShapeForegroundDisabledError = "#bb1919";
|
|
371
|
-
export const ComponentsListNativeBackground = "#565558";
|
|
372
|
-
export const ComponentsListNativeItemTitleContent = "#ffffff";
|
|
373
|
-
export const ComponentsListNativeSeparator = "#838086";
|
|
374
|
-
export const ComponentsListNativeBorder = "#767578";
|
|
375
|
-
export const ComponentsListNativeItemContentDisabled = "#ffffff";
|
|
376
|
-
export const ComponentsListNativeItemContentDefault = "#ffffff";
|
|
377
|
-
export const ComponentsListNativeItemContentHover = "#ffffff";
|
|
378
|
-
export const ComponentsListNativeItemBackgroundDefault = "#ffffff";
|
|
379
|
-
export const ComponentsListNativeItemBackgroundHover = "#4e7fdf";
|
|
380
|
-
export const ComponentsListNativeItemBackgroundDisabled = "#ffffff";
|
|
381
|
-
export const ComponentsListNativeItemBackgroundTitle = "#ffffff";
|
|
382
|
-
export const ComponentsListDropdownBackground = "#ffffff";
|
|
383
|
-
export const ComponentsListDropdownHeaderBackground = "#f6f6f6";
|
|
384
|
-
export const ComponentsListDropdownItemBorderActive = "#bf451a";
|
|
385
|
-
export const ComponentsListDropdownItemLabelDefault = "#414141";
|
|
386
|
-
export const ComponentsListDropdownItemLabelHover = "#1d1d1d";
|
|
387
|
-
export const ComponentsListDropdownItemLabelDisabled = "#414141";
|
|
388
|
-
export const ComponentsListDropdownItemLabelActive = "#bf451a";
|
|
389
|
-
export const ComponentsListDropdownItemDescriptionDefault = "#6d6d6d";
|
|
390
|
-
export const ComponentsListDropdownItemDescriptionHover = "#6d6d6d";
|
|
391
|
-
export const ComponentsListDropdownItemDescriptionDisabled = "#6d6d6d";
|
|
392
|
-
export const ComponentsListDropdownItemBackgroundDefault = "#ffffff";
|
|
393
|
-
export const ComponentsListDropdownItemBackgroundHover = "#f6f6f6";
|
|
394
|
-
export const ComponentsListDropdownItemBackgroundDisabled = "#ffffff";
|
|
395
|
-
export const ComponentsListDropdownItemBackgroundActive = "#fceae3";
|
|
396
|
-
export const ComponentsListDropdownGroupTitleContent = "#414141";
|
|
397
|
-
export const ComponentsListDropdownGroupTitleBackground = "#ffffff";
|
|
398
|
-
export const ComponentsListDropdownSeparator = "#e3e3e3";
|
|
399
|
-
export const ComponentsListDropdownBorder = "#e3e3e3";
|
|
400
371
|
export const ComponentsLoaderWhiteBackground = "#ffffff";
|
|
401
372
|
export const ComponentsLoaderWhiteForeground = "#ffffff";
|
|
402
373
|
export const ComponentsLoaderBrandBackground = "#fceae3";
|
|
@@ -481,8 +452,8 @@ export const ComponentsAvatarContent8 = "#1f717d";
|
|
|
481
452
|
export const ComponentsAvatarContent9 = "#5c6e1f";
|
|
482
453
|
export const ComponentsAvatarContent10 = "#484848";
|
|
483
454
|
export const ComponentsBreadcrumbText = "#1d1d1d";
|
|
484
|
-
export const ComponentsBreadcrumbTextActive = "#1d1d1d";
|
|
485
455
|
export const ComponentsBreadcrumbTextHover = "#963715";
|
|
456
|
+
export const ComponentsBreadcrumbTextCurrent = "#6d6d6d";
|
|
486
457
|
export const ComponentsButtongroupHighBorder = "#e75420";
|
|
487
458
|
export const ComponentsButtongroupHighBackground = "#e75420";
|
|
488
459
|
export const ComponentsButtongroupMediumBorder = "#e75420";
|
|
@@ -531,6 +502,36 @@ export const ComponentsCalendarCellTextHover = "#414141";
|
|
|
531
502
|
export const ComponentsCalendarCellTextOutsideMonth = "#a9a9a9";
|
|
532
503
|
export const ComponentsCalendarCellTextToday = "#1d1d1d";
|
|
533
504
|
export const ComponentsCalendarBackground = "#ffffff";
|
|
505
|
+
export const ComponentsListSelectBackground = "#ffffff";
|
|
506
|
+
export const ComponentsListSelectOptionContentDefault = "#414141";
|
|
507
|
+
export const ComponentsListSelectOptionContentHover = "#1d1d1d";
|
|
508
|
+
export const ComponentsListSelectOptionContentDisabled = "#a9a9a9";
|
|
509
|
+
export const ComponentsListSelectOptionContentActive = "#bf451a";
|
|
510
|
+
export const ComponentsListSelectOptionBackgroundDefault = "#ffffff";
|
|
511
|
+
export const ComponentsListSelectOptionBackgroundHover = "#f6f6f6";
|
|
512
|
+
export const ComponentsListSelectOptionBackgroundDisabled = "#ffffff";
|
|
513
|
+
export const ComponentsListSelectOptionBackgroundActive = "#fceae3";
|
|
514
|
+
export const ComponentsListSelectOptgroupContent = "#a9a9a9";
|
|
515
|
+
export const ComponentsListSelectBorder = "#e3e3e3";
|
|
516
|
+
export const ComponentsListSelectHr = "#e3e3e3";
|
|
517
|
+
export const ComponentsListDropdownBackground = "#ffffff";
|
|
518
|
+
export const ComponentsListDropdownHeaderBackground = "#f6f6f6";
|
|
519
|
+
export const ComponentsListDropdownItemBorderActive = "#bf451a";
|
|
520
|
+
export const ComponentsListDropdownItemLabelDefault = "#414141";
|
|
521
|
+
export const ComponentsListDropdownItemLabelHover = "#1d1d1d";
|
|
522
|
+
export const ComponentsListDropdownItemLabelDisabled = "#414141";
|
|
523
|
+
export const ComponentsListDropdownItemLabelActive = "#bf451a";
|
|
524
|
+
export const ComponentsListDropdownItemDescriptionDefault = "#6d6d6d";
|
|
525
|
+
export const ComponentsListDropdownItemDescriptionHover = "#6d6d6d";
|
|
526
|
+
export const ComponentsListDropdownItemDescriptionDisabled = "#6d6d6d";
|
|
527
|
+
export const ComponentsListDropdownItemBackgroundDefault = "#ffffff";
|
|
528
|
+
export const ComponentsListDropdownItemBackgroundHover = "#f6f6f6";
|
|
529
|
+
export const ComponentsListDropdownItemBackgroundDisabled = "#ffffff";
|
|
530
|
+
export const ComponentsListDropdownItemBackgroundActive = "#fceae3";
|
|
531
|
+
export const ComponentsListDropdownGroupTitleContent = "#414141";
|
|
532
|
+
export const ComponentsListDropdownGroupTitleBackground = "#ffffff";
|
|
533
|
+
export const ComponentsListDropdownSeparator = "#e3e3e3";
|
|
534
|
+
export const ComponentsListDropdownBorder = "#e3e3e3";
|
|
534
535
|
export const ComponentsMenuContextualBackground = "#ffffff";
|
|
535
536
|
export const ComponentsMenuContextualBorder = "#e3e3e3";
|
|
536
537
|
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.
|
|
3
|
+
"version": "3.25.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",
|