@nova-design-system/nova-base 3.0.0-beta.38 → 3.0.0-beta.39
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/dist/cjs/generated/nova-tailwind-components.js +29 -4
- package/dist/cjs/generated/nova-tailwind-tokens.js +3 -0
- package/dist/cjs/plugin/nova-plugin.js +2 -0
- package/dist/css/mccs.css +12 -4
- package/dist/css/nova-utils.css +8486 -8451
- package/dist/css/ocean.css +12 -4
- package/dist/css/spark.css +15 -7
- package/dist/generated/nova-tailwind-components.d.ts +29 -4
- package/dist/generated/nova-tailwind-components.js +29 -4
- package/dist/generated/nova-tailwind-tokens.d.ts +3 -0
- package/dist/generated/nova-tailwind-tokens.js +3 -0
- package/dist/js/mccs_dark.d.ts +6 -2
- package/dist/js/mccs_dark.js +6 -2
- package/dist/js/mccs_light.d.ts +6 -2
- package/dist/js/mccs_light.js +6 -2
- package/dist/js/ocean_dark.d.ts +6 -2
- package/dist/js/ocean_dark.js +6 -2
- package/dist/js/ocean_light.d.ts +6 -2
- package/dist/js/ocean_light.js +6 -2
- package/dist/js/spark_dark.d.ts +6 -2
- package/dist/js/spark_dark.js +6 -2
- package/dist/js/spark_light.d.ts +6 -2
- package/dist/js/spark_light.js +9 -5
- package/dist/plugin/nova-plugin.js +2 -0
- package/package.json +1 -1
package/dist/js/spark_light.d.ts
CHANGED
|
@@ -30,6 +30,7 @@ export const ColorInteractionContainerNeutralBackground : string;
|
|
|
30
30
|
export const ColorInteractionContainerNeutralBackgroundHover : string;
|
|
31
31
|
export const ColorInteractionContainerNeutralBackgroundActive : string;
|
|
32
32
|
export const ColorInteractionContainerNeutralBorder : string;
|
|
33
|
+
export const ColorInteractionContainerNeutralBorderActive : string;
|
|
33
34
|
export const ColorInteractionContainerNeutralBorderHover : string;
|
|
34
35
|
export const ColorInteractionContainerNeutralIcon : string;
|
|
35
36
|
export const ColorInteractionContainerNeutralIconActive : string;
|
|
@@ -329,17 +330,20 @@ export const ComponentsListNativeItemBackgroundDisabled : string;
|
|
|
329
330
|
export const ComponentsListNativeItemBackgroundTitle : string;
|
|
330
331
|
export const ComponentsListDropdownBackground : string;
|
|
331
332
|
export const ComponentsListDropdownHeaderBackground : string;
|
|
333
|
+
export const ComponentsListDropdownItemBorderActive : string;
|
|
332
334
|
export const ComponentsListDropdownItemLabelDefault : string;
|
|
333
335
|
export const ComponentsListDropdownItemLabelHover : string;
|
|
334
336
|
export const ComponentsListDropdownItemLabelDisabled : string;
|
|
337
|
+
export const ComponentsListDropdownItemLabelActive : string;
|
|
335
338
|
export const ComponentsListDropdownItemDescriptionDefault : string;
|
|
336
339
|
export const ComponentsListDropdownItemDescriptionHover : string;
|
|
337
340
|
export const ComponentsListDropdownItemDescriptionDisabled : string;
|
|
338
341
|
export const ComponentsListDropdownItemBackgroundDefault : string;
|
|
339
342
|
export const ComponentsListDropdownItemBackgroundHover : string;
|
|
340
343
|
export const ComponentsListDropdownItemBackgroundDisabled : string;
|
|
341
|
-
export const
|
|
342
|
-
export const
|
|
344
|
+
export const ComponentsListDropdownItemBackgroundActive : string;
|
|
345
|
+
export const ComponentsListDropdownGroupTitleContent : string;
|
|
346
|
+
export const ComponentsListDropdownGroupTitleBackground : string;
|
|
343
347
|
export const ComponentsListDropdownSeparator : string;
|
|
344
348
|
export const ComponentsListDropdownBorder : string;
|
|
345
349
|
export const ComponentsLoaderWhiteBackground : string;
|
package/dist/js/spark_light.js
CHANGED
|
@@ -30,6 +30,7 @@ export const ColorInteractionContainerNeutralBackground = "#ffffff";
|
|
|
30
30
|
export const ColorInteractionContainerNeutralBackgroundHover = "#a5a5a5";
|
|
31
31
|
export const ColorInteractionContainerNeutralBackgroundActive = "#fceae3";
|
|
32
32
|
export const ColorInteractionContainerNeutralBorder = "#6d6d6d";
|
|
33
|
+
export const ColorInteractionContainerNeutralBorderActive = "#bf451a";
|
|
33
34
|
export const ColorInteractionContainerNeutralBorderHover = "#414141";
|
|
34
35
|
export const ColorInteractionContainerNeutralIcon = "#6d6d6d";
|
|
35
36
|
export const ColorInteractionContainerNeutralIconActive = "#bf451a";
|
|
@@ -329,17 +330,20 @@ export const ComponentsListNativeItemBackgroundDisabled = "#ffffff";
|
|
|
329
330
|
export const ComponentsListNativeItemBackgroundTitle = "#ffffff";
|
|
330
331
|
export const ComponentsListDropdownBackground = "#ffffff";
|
|
331
332
|
export const ComponentsListDropdownHeaderBackground = "#f6f6f6";
|
|
333
|
+
export const ComponentsListDropdownItemBorderActive = "#bf451a";
|
|
332
334
|
export const ComponentsListDropdownItemLabelDefault = "#414141";
|
|
333
335
|
export const ComponentsListDropdownItemLabelHover = "#1d1d1d";
|
|
334
|
-
export const ComponentsListDropdownItemLabelDisabled = "#
|
|
336
|
+
export const ComponentsListDropdownItemLabelDisabled = "#414141";
|
|
337
|
+
export const ComponentsListDropdownItemLabelActive = "#bf451a";
|
|
335
338
|
export const ComponentsListDropdownItemDescriptionDefault = "#6d6d6d";
|
|
336
|
-
export const ComponentsListDropdownItemDescriptionHover = "#
|
|
337
|
-
export const ComponentsListDropdownItemDescriptionDisabled = "#
|
|
339
|
+
export const ComponentsListDropdownItemDescriptionHover = "#6d6d6d";
|
|
340
|
+
export const ComponentsListDropdownItemDescriptionDisabled = "#6d6d6d";
|
|
338
341
|
export const ComponentsListDropdownItemBackgroundDefault = "#ffffff";
|
|
339
342
|
export const ComponentsListDropdownItemBackgroundHover = "#a5a5a5";
|
|
340
343
|
export const ComponentsListDropdownItemBackgroundDisabled = "#ffffff";
|
|
341
|
-
export const
|
|
342
|
-
export const
|
|
344
|
+
export const ComponentsListDropdownItemBackgroundActive = "#fceae3";
|
|
345
|
+
export const ComponentsListDropdownGroupTitleContent = "#414141";
|
|
346
|
+
export const ComponentsListDropdownGroupTitleBackground = "#ffffff";
|
|
343
347
|
export const ComponentsListDropdownSeparator = "#e3e3e3";
|
|
344
348
|
export const ComponentsListDropdownBorder = "#e3e3e3";
|
|
345
349
|
export const ComponentsLoaderWhiteBackground = "#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.
|
|
3
|
+
"version": "3.0.0-beta.39",
|
|
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",
|