@nova-design-system/nova-base 3.1.0 → 3.3.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/plugin/nova-plugin.js +188 -0
- package/dist/css/mccs.css +53 -2
- package/dist/css/ocean.css +53 -2
- package/dist/css/spark.css +53 -2
- package/dist/js/mccs_dark.d.ts +20 -0
- package/dist/js/mccs_dark.js +20 -0
- package/dist/js/mccs_light.d.ts +20 -0
- package/dist/js/mccs_light.js +20 -0
- package/dist/js/ocean_dark.d.ts +20 -0
- package/dist/js/ocean_dark.js +20 -0
- package/dist/js/ocean_light.d.ts +20 -0
- package/dist/js/ocean_light.js +21 -1
- package/dist/js/spacings.d.ts +11 -0
- package/dist/js/spacings.js +11 -0
- package/dist/js/spark_dark.d.ts +20 -0
- package/dist/js/spark_dark.js +20 -0
- package/dist/js/spark_light.d.ts +20 -0
- package/dist/js/spark_light.js +21 -1
- package/dist/plugin/nova-plugin.js +224 -0
- package/package.json +1 -1
package/dist/js/mccs_light.d.ts
CHANGED
|
@@ -159,6 +159,7 @@ export const ColorFocusBrand : string;
|
|
|
159
159
|
export const ColorFocusBackground : string;
|
|
160
160
|
export const ColorFocusBackgroundInverted : string;
|
|
161
161
|
export const ColorFocusDestructive : string;
|
|
162
|
+
export const ColorFocusDestructiveInField : string;
|
|
162
163
|
export const ColorFocusSuccess : string;
|
|
163
164
|
export const ColorRainbow1Background : string;
|
|
164
165
|
export const ColorRainbow1Border : string;
|
|
@@ -515,6 +516,25 @@ export const ComponentsPopoverBackground : string;
|
|
|
515
516
|
export const ComponentsPopoverBorder : string;
|
|
516
517
|
export const ComponentsPopoverText : string;
|
|
517
518
|
export const ComponentsPopoverSupportingText : string;
|
|
519
|
+
export const ComponentsSliderTrackBackground : string;
|
|
520
|
+
export const ComponentsSliderTrackFilledDefault : string;
|
|
521
|
+
export const ComponentsSliderTrackFilledHover : string;
|
|
522
|
+
export const ComponentsSliderTrackFilledFocus : string;
|
|
523
|
+
export const ComponentsSliderTrackFilledError : string;
|
|
524
|
+
export const ComponentsSliderTrackFilledDisabled : string;
|
|
525
|
+
export const ComponentsSliderTrackFilledReadonly : string;
|
|
526
|
+
export const ComponentsSliderHandlerBackgroundDefault : string;
|
|
527
|
+
export const ComponentsSliderHandlerBackgroundHover : string;
|
|
528
|
+
export const ComponentsSliderHandlerBackgroundFocus : string;
|
|
529
|
+
export const ComponentsSliderHandlerBackgroundError : string;
|
|
530
|
+
export const ComponentsSliderHandlerBackgroundDisabled : string;
|
|
531
|
+
export const ComponentsSliderHandlerBackgroundReadonly : string;
|
|
532
|
+
export const ComponentsSliderHandlerBorderDefault : string;
|
|
533
|
+
export const ComponentsSliderHandlerBorderHover : string;
|
|
534
|
+
export const ComponentsSliderHandlerBorderFocus : string;
|
|
535
|
+
export const ComponentsSliderHandlerBorderError : string;
|
|
536
|
+
export const ComponentsSliderHandlerBorderDisabled : string;
|
|
537
|
+
export const ComponentsSliderHandlerBorderReadonly : string;
|
|
518
538
|
export const ComponentsTooltipBackground : string;
|
|
519
539
|
export const ComponentsTooltipBorder : string;
|
|
520
540
|
export const ComponentsTooltipText : string;
|
package/dist/js/mccs_light.js
CHANGED
|
@@ -159,6 +159,7 @@ export const ColorFocusBrand = "#258998";
|
|
|
159
159
|
export const ColorFocusBackground = "#ffffff";
|
|
160
160
|
export const ColorFocusBackgroundInverted = "#0b0f11";
|
|
161
161
|
export const ColorFocusDestructive = "#da2424";
|
|
162
|
+
export const ColorFocusDestructiveInField = "#da2424";
|
|
162
163
|
export const ColorFocusSuccess = "#34ae3b";
|
|
163
164
|
export const ColorRainbow1Background = "#fdefe2";
|
|
164
165
|
export const ColorRainbow1Border = "#c66a15";
|
|
@@ -515,6 +516,25 @@ export const ComponentsPopoverBackground = "#ffffff";
|
|
|
515
516
|
export const ComponentsPopoverBorder = "#e1e4e6";
|
|
516
517
|
export const ComponentsPopoverText = "#34464d";
|
|
517
518
|
export const ComponentsPopoverSupportingText = "#617177";
|
|
519
|
+
export const ComponentsSliderTrackBackground = "#e1e4e6";
|
|
520
|
+
export const ComponentsSliderTrackFilledDefault = "#bac1c4";
|
|
521
|
+
export const ComponentsSliderTrackFilledHover = "#889499";
|
|
522
|
+
export const ComponentsSliderTrackFilledFocus = "#258998";
|
|
523
|
+
export const ComponentsSliderTrackFilledError = "#da2424";
|
|
524
|
+
export const ComponentsSliderTrackFilledDisabled = "#bac1c4";
|
|
525
|
+
export const ComponentsSliderTrackFilledReadonly = "#e1e4e6";
|
|
526
|
+
export const ComponentsSliderHandlerBackgroundDefault = "#ffffff";
|
|
527
|
+
export const ComponentsSliderHandlerBackgroundHover = "#fafbfb";
|
|
528
|
+
export const ComponentsSliderHandlerBackgroundFocus = "#1f717d";
|
|
529
|
+
export const ComponentsSliderHandlerBackgroundError = "#da2424";
|
|
530
|
+
export const ComponentsSliderHandlerBackgroundDisabled = "#f5f6f7";
|
|
531
|
+
export const ComponentsSliderHandlerBackgroundReadonly = "#fafbfb";
|
|
532
|
+
export const ComponentsSliderHandlerBorderDefault = "#ffffff";
|
|
533
|
+
export const ComponentsSliderHandlerBorderHover = "#fafbfb";
|
|
534
|
+
export const ComponentsSliderHandlerBorderFocus = "#1f717d";
|
|
535
|
+
export const ComponentsSliderHandlerBorderError = "#da2424";
|
|
536
|
+
export const ComponentsSliderHandlerBorderDisabled = "#f5f6f7";
|
|
537
|
+
export const ComponentsSliderHandlerBorderReadonly = "#fafbfb";
|
|
518
538
|
export const ComponentsTooltipBackground = "#0b0f11";
|
|
519
539
|
export const ComponentsTooltipBorder = "#0b0f11";
|
|
520
540
|
export const ComponentsTooltipText = "#f5f6f7";
|
package/dist/js/ocean_dark.d.ts
CHANGED
|
@@ -159,6 +159,7 @@ export const ColorFocusBrand : string;
|
|
|
159
159
|
export const ColorFocusBackground : string;
|
|
160
160
|
export const ColorFocusBackgroundInverted : string;
|
|
161
161
|
export const ColorFocusDestructive : string;
|
|
162
|
+
export const ColorFocusDestructiveInField : string;
|
|
162
163
|
export const ColorFocusSuccess : string;
|
|
163
164
|
export const ColorRainbow1Background : string;
|
|
164
165
|
export const ColorRainbow1Border : string;
|
|
@@ -515,6 +516,25 @@ export const ComponentsPopoverBackground : string;
|
|
|
515
516
|
export const ComponentsPopoverBorder : string;
|
|
516
517
|
export const ComponentsPopoverText : string;
|
|
517
518
|
export const ComponentsPopoverSupportingText : string;
|
|
519
|
+
export const ComponentsSliderTrackBackground : string;
|
|
520
|
+
export const ComponentsSliderTrackFilledDefault : string;
|
|
521
|
+
export const ComponentsSliderTrackFilledHover : string;
|
|
522
|
+
export const ComponentsSliderTrackFilledFocus : string;
|
|
523
|
+
export const ComponentsSliderTrackFilledError : string;
|
|
524
|
+
export const ComponentsSliderTrackFilledDisabled : string;
|
|
525
|
+
export const ComponentsSliderTrackFilledReadonly : string;
|
|
526
|
+
export const ComponentsSliderHandlerBackgroundDefault : string;
|
|
527
|
+
export const ComponentsSliderHandlerBackgroundHover : string;
|
|
528
|
+
export const ComponentsSliderHandlerBackgroundFocus : string;
|
|
529
|
+
export const ComponentsSliderHandlerBackgroundError : string;
|
|
530
|
+
export const ComponentsSliderHandlerBackgroundDisabled : string;
|
|
531
|
+
export const ComponentsSliderHandlerBackgroundReadonly : string;
|
|
532
|
+
export const ComponentsSliderHandlerBorderDefault : string;
|
|
533
|
+
export const ComponentsSliderHandlerBorderHover : string;
|
|
534
|
+
export const ComponentsSliderHandlerBorderFocus : string;
|
|
535
|
+
export const ComponentsSliderHandlerBorderError : string;
|
|
536
|
+
export const ComponentsSliderHandlerBorderDisabled : string;
|
|
537
|
+
export const ComponentsSliderHandlerBorderReadonly : string;
|
|
518
538
|
export const ComponentsTooltipBackground : string;
|
|
519
539
|
export const ComponentsTooltipBorder : string;
|
|
520
540
|
export const ComponentsTooltipText : string;
|
package/dist/js/ocean_dark.js
CHANGED
|
@@ -159,6 +159,7 @@ export const ColorFocusBrand = "#258998";
|
|
|
159
159
|
export const ColorFocusBackground = "#0b0f11";
|
|
160
160
|
export const ColorFocusBackgroundInverted = "#ffffff";
|
|
161
161
|
export const ColorFocusDestructive = "#ff6161";
|
|
162
|
+
export const ColorFocusDestructiveInField = "#ff6161";
|
|
162
163
|
export const ColorFocusSuccess = "#45d24d";
|
|
163
164
|
export const ColorRainbow1Background = "#432306";
|
|
164
165
|
export const ColorRainbow1Border = "#f0801a";
|
|
@@ -515,6 +516,25 @@ export const ComponentsPopoverBackground = "#0b0f11";
|
|
|
515
516
|
export const ComponentsPopoverBorder = "#394d55";
|
|
516
517
|
export const ComponentsPopoverText = "#27353b";
|
|
517
518
|
export const ComponentsPopoverSupportingText = "#889499";
|
|
519
|
+
export const ComponentsSliderTrackBackground = "#394d55";
|
|
520
|
+
export const ComponentsSliderTrackFilledDefault = "#617177";
|
|
521
|
+
export const ComponentsSliderTrackFilledHover = "#889499";
|
|
522
|
+
export const ComponentsSliderTrackFilledFocus = "#258998";
|
|
523
|
+
export const ComponentsSliderTrackFilledError = "#ff6161";
|
|
524
|
+
export const ComponentsSliderTrackFilledDisabled = "#617177";
|
|
525
|
+
export const ComponentsSliderTrackFilledReadonly = "#394d55";
|
|
526
|
+
export const ComponentsSliderHandlerBackgroundDefault = "#0b0f11";
|
|
527
|
+
export const ComponentsSliderHandlerBackgroundHover = "#11171a";
|
|
528
|
+
export const ComponentsSliderHandlerBackgroundFocus = "#258998";
|
|
529
|
+
export const ComponentsSliderHandlerBackgroundError = "#ff6161";
|
|
530
|
+
export const ComponentsSliderHandlerBackgroundDisabled = "#171f22";
|
|
531
|
+
export const ComponentsSliderHandlerBackgroundReadonly = "#11171a";
|
|
532
|
+
export const ComponentsSliderHandlerBorderDefault = "#0b0f11";
|
|
533
|
+
export const ComponentsSliderHandlerBorderHover = "#11171a";
|
|
534
|
+
export const ComponentsSliderHandlerBorderFocus = "#258998";
|
|
535
|
+
export const ComponentsSliderHandlerBorderError = "#ff6161";
|
|
536
|
+
export const ComponentsSliderHandlerBorderDisabled = "#171f22";
|
|
537
|
+
export const ComponentsSliderHandlerBorderReadonly = "#11171a";
|
|
518
538
|
export const ComponentsTooltipBackground = "#f5f6f7";
|
|
519
539
|
export const ComponentsTooltipBorder = "#f5f6f7";
|
|
520
540
|
export const ComponentsTooltipText = "#0b0f11";
|
package/dist/js/ocean_light.d.ts
CHANGED
|
@@ -159,6 +159,7 @@ export const ColorFocusBrand : string;
|
|
|
159
159
|
export const ColorFocusBackground : string;
|
|
160
160
|
export const ColorFocusBackgroundInverted : string;
|
|
161
161
|
export const ColorFocusDestructive : string;
|
|
162
|
+
export const ColorFocusDestructiveInField : string;
|
|
162
163
|
export const ColorFocusSuccess : string;
|
|
163
164
|
export const ColorRainbow1Background : string;
|
|
164
165
|
export const ColorRainbow1Border : string;
|
|
@@ -515,6 +516,25 @@ export const ComponentsPopoverBackground : string;
|
|
|
515
516
|
export const ComponentsPopoverBorder : string;
|
|
516
517
|
export const ComponentsPopoverText : string;
|
|
517
518
|
export const ComponentsPopoverSupportingText : string;
|
|
519
|
+
export const ComponentsSliderTrackBackground : string;
|
|
520
|
+
export const ComponentsSliderTrackFilledDefault : string;
|
|
521
|
+
export const ComponentsSliderTrackFilledHover : string;
|
|
522
|
+
export const ComponentsSliderTrackFilledFocus : string;
|
|
523
|
+
export const ComponentsSliderTrackFilledError : string;
|
|
524
|
+
export const ComponentsSliderTrackFilledDisabled : string;
|
|
525
|
+
export const ComponentsSliderTrackFilledReadonly : string;
|
|
526
|
+
export const ComponentsSliderHandlerBackgroundDefault : string;
|
|
527
|
+
export const ComponentsSliderHandlerBackgroundHover : string;
|
|
528
|
+
export const ComponentsSliderHandlerBackgroundFocus : string;
|
|
529
|
+
export const ComponentsSliderHandlerBackgroundError : string;
|
|
530
|
+
export const ComponentsSliderHandlerBackgroundDisabled : string;
|
|
531
|
+
export const ComponentsSliderHandlerBackgroundReadonly : string;
|
|
532
|
+
export const ComponentsSliderHandlerBorderDefault : string;
|
|
533
|
+
export const ComponentsSliderHandlerBorderHover : string;
|
|
534
|
+
export const ComponentsSliderHandlerBorderFocus : string;
|
|
535
|
+
export const ComponentsSliderHandlerBorderError : string;
|
|
536
|
+
export const ComponentsSliderHandlerBorderDisabled : string;
|
|
537
|
+
export const ComponentsSliderHandlerBorderReadonly : string;
|
|
518
538
|
export const ComponentsTooltipBackground : string;
|
|
519
539
|
export const ComponentsTooltipBorder : string;
|
|
520
540
|
export const ComponentsTooltipText : string;
|
package/dist/js/ocean_light.js
CHANGED
|
@@ -159,6 +159,7 @@ export const ColorFocusBrand = "#1f717d";
|
|
|
159
159
|
export const ColorFocusBackground = "#ffffff";
|
|
160
160
|
export const ColorFocusBackgroundInverted = "#0b0f11";
|
|
161
161
|
export const ColorFocusDestructive = "#ff6161";
|
|
162
|
+
export const ColorFocusDestructiveInField = "#bb1919";
|
|
162
163
|
export const ColorFocusSuccess = "#008207";
|
|
163
164
|
export const ColorRainbow1Background = "#fdefe2";
|
|
164
165
|
export const ColorRainbow1Border = "#9c5311";
|
|
@@ -305,7 +306,7 @@ export const ComponentsFormFieldBackgroundFocus = "#ffffff";
|
|
|
305
306
|
export const ComponentsFormFieldBackgroundHover = "#fafbfb";
|
|
306
307
|
export const ComponentsFormFieldBackgroundDisabled = "#f5f6f7";
|
|
307
308
|
export const ComponentsFormFieldBackgroundChecked = "#1f717d";
|
|
308
|
-
export const ComponentsFormFieldBackgroundError = "#
|
|
309
|
+
export const ComponentsFormFieldBackgroundError = "#bb1919";
|
|
309
310
|
export const ComponentsFormFieldBackgroundReadonly = "#fafbfb";
|
|
310
311
|
export const ComponentsFormFieldBorderDefault = "#bac1c4";
|
|
311
312
|
export const ComponentsFormFieldBorderDisabled = "#bac1c4";
|
|
@@ -515,6 +516,25 @@ export const ComponentsPopoverBackground = "#ffffff";
|
|
|
515
516
|
export const ComponentsPopoverBorder = "#e1e4e6";
|
|
516
517
|
export const ComponentsPopoverText = "#34464d";
|
|
517
518
|
export const ComponentsPopoverSupportingText = "#617177";
|
|
519
|
+
export const ComponentsSliderTrackBackground = "#e1e4e6";
|
|
520
|
+
export const ComponentsSliderTrackFilledDefault = "#bac1c4";
|
|
521
|
+
export const ComponentsSliderTrackFilledHover = "#889499";
|
|
522
|
+
export const ComponentsSliderTrackFilledFocus = "#1f717d";
|
|
523
|
+
export const ComponentsSliderTrackFilledError = "#bb1919";
|
|
524
|
+
export const ComponentsSliderTrackFilledDisabled = "#bac1c4";
|
|
525
|
+
export const ComponentsSliderTrackFilledReadonly = "#e1e4e6";
|
|
526
|
+
export const ComponentsSliderHandlerBackgroundDefault = "#ffffff";
|
|
527
|
+
export const ComponentsSliderHandlerBackgroundHover = "#fafbfb";
|
|
528
|
+
export const ComponentsSliderHandlerBackgroundFocus = "#1f717d";
|
|
529
|
+
export const ComponentsSliderHandlerBackgroundError = "#bb1919";
|
|
530
|
+
export const ComponentsSliderHandlerBackgroundDisabled = "#f5f6f7";
|
|
531
|
+
export const ComponentsSliderHandlerBackgroundReadonly = "#fafbfb";
|
|
532
|
+
export const ComponentsSliderHandlerBorderDefault = "#ffffff";
|
|
533
|
+
export const ComponentsSliderHandlerBorderHover = "#fafbfb";
|
|
534
|
+
export const ComponentsSliderHandlerBorderFocus = "#1f717d";
|
|
535
|
+
export const ComponentsSliderHandlerBorderError = "#bb1919";
|
|
536
|
+
export const ComponentsSliderHandlerBorderDisabled = "#f5f6f7";
|
|
537
|
+
export const ComponentsSliderHandlerBorderReadonly = "#fafbfb";
|
|
518
538
|
export const ComponentsTooltipBackground = "#0b0f11";
|
|
519
539
|
export const ComponentsTooltipBorder = "#0b0f11";
|
|
520
540
|
export const ComponentsTooltipText = "#f5f6f7";
|
package/dist/js/spacings.d.ts
CHANGED
|
@@ -110,6 +110,7 @@ export const FormFieldLeadingTrailingLineHeight : string;
|
|
|
110
110
|
export const FormFieldInnerButtonPaddingXExt : string;
|
|
111
111
|
export const FormFieldInnerButtonPaddingXInt : string;
|
|
112
112
|
export const FormFieldInnerButtonPaddingY : string;
|
|
113
|
+
export const FormMaxWidth : string;
|
|
113
114
|
export const FormGapX : string;
|
|
114
115
|
export const FormGapY : string;
|
|
115
116
|
export const FormDescriptionFontSize : string;
|
|
@@ -216,6 +217,16 @@ export const GlobalTypographyLegendFontStyle : string;
|
|
|
216
217
|
export const GlobalTypographyLegendFontSize : string;
|
|
217
218
|
export const GlobalTypographyLegendLineHeight : string;
|
|
218
219
|
export const GlobalTypographyLegendFontWeight : string;
|
|
220
|
+
export const SliderTickRadius : string;
|
|
221
|
+
export const SliderTickHeight : string;
|
|
222
|
+
export const SliderTickWidth : string;
|
|
223
|
+
export const SliderHandlerSizeMin : string;
|
|
224
|
+
export const SliderHandlerSizeMax : string;
|
|
225
|
+
export const SliderHandlerSizeInner : string;
|
|
226
|
+
export const SliderHandlerStroke : string;
|
|
227
|
+
export const SliderTrackHeight : string;
|
|
228
|
+
export const SliderTrackPaddingX : string;
|
|
229
|
+
export const SliderTrackRadius : string;
|
|
219
230
|
export const AlertIconSize : string;
|
|
220
231
|
export const AlertGapX : string;
|
|
221
232
|
export const AlertIconPositionX : string;
|
package/dist/js/spacings.js
CHANGED
|
@@ -110,6 +110,7 @@ export const FormFieldLeadingTrailingLineHeight = "24px";
|
|
|
110
110
|
export const FormFieldInnerButtonPaddingXExt = "10px";
|
|
111
111
|
export const FormFieldInnerButtonPaddingXInt = "6px";
|
|
112
112
|
export const FormFieldInnerButtonPaddingY = "10px";
|
|
113
|
+
export const FormMaxWidth = "480px";
|
|
113
114
|
export const FormGapX = "12px";
|
|
114
115
|
export const FormGapY = "4px";
|
|
115
116
|
export const FormDescriptionFontSize = "14px";
|
|
@@ -216,6 +217,16 @@ export const GlobalTypographyLegendFontStyle = "uppercase";
|
|
|
216
217
|
export const GlobalTypographyLegendFontSize = "12px";
|
|
217
218
|
export const GlobalTypographyLegendLineHeight = "16px";
|
|
218
219
|
export const GlobalTypographyLegendFontWeight = "500";
|
|
220
|
+
export const SliderTickRadius = "1px";
|
|
221
|
+
export const SliderTickHeight = "4px";
|
|
222
|
+
export const SliderTickWidth = "2px";
|
|
223
|
+
export const SliderHandlerSizeMin = "20px";
|
|
224
|
+
export const SliderHandlerSizeMax = "24px";
|
|
225
|
+
export const SliderHandlerSizeInner = "16px";
|
|
226
|
+
export const SliderHandlerStroke = "2px";
|
|
227
|
+
export const SliderTrackHeight = "4px";
|
|
228
|
+
export const SliderTrackPaddingX = "12px";
|
|
229
|
+
export const SliderTrackRadius = "2px";
|
|
219
230
|
export const AlertIconSize = "20px";
|
|
220
231
|
export const AlertGapX = "12px";
|
|
221
232
|
export const AlertIconPositionX = "16px";
|
package/dist/js/spark_dark.d.ts
CHANGED
|
@@ -159,6 +159,7 @@ export const ColorFocusBrand : string;
|
|
|
159
159
|
export const ColorFocusBackground : string;
|
|
160
160
|
export const ColorFocusBackgroundInverted : string;
|
|
161
161
|
export const ColorFocusDestructive : string;
|
|
162
|
+
export const ColorFocusDestructiveInField : string;
|
|
162
163
|
export const ColorFocusSuccess : string;
|
|
163
164
|
export const ColorRainbow1Background : string;
|
|
164
165
|
export const ColorRainbow1Border : string;
|
|
@@ -515,6 +516,25 @@ export const ComponentsPopoverBackground : string;
|
|
|
515
516
|
export const ComponentsPopoverBorder : string;
|
|
516
517
|
export const ComponentsPopoverText : string;
|
|
517
518
|
export const ComponentsPopoverSupportingText : string;
|
|
519
|
+
export const ComponentsSliderTrackBackground : string;
|
|
520
|
+
export const ComponentsSliderTrackFilledDefault : string;
|
|
521
|
+
export const ComponentsSliderTrackFilledHover : string;
|
|
522
|
+
export const ComponentsSliderTrackFilledFocus : string;
|
|
523
|
+
export const ComponentsSliderTrackFilledError : string;
|
|
524
|
+
export const ComponentsSliderTrackFilledDisabled : string;
|
|
525
|
+
export const ComponentsSliderTrackFilledReadonly : string;
|
|
526
|
+
export const ComponentsSliderHandlerBackgroundDefault : string;
|
|
527
|
+
export const ComponentsSliderHandlerBackgroundHover : string;
|
|
528
|
+
export const ComponentsSliderHandlerBackgroundFocus : string;
|
|
529
|
+
export const ComponentsSliderHandlerBackgroundError : string;
|
|
530
|
+
export const ComponentsSliderHandlerBackgroundDisabled : string;
|
|
531
|
+
export const ComponentsSliderHandlerBackgroundReadonly : string;
|
|
532
|
+
export const ComponentsSliderHandlerBorderDefault : string;
|
|
533
|
+
export const ComponentsSliderHandlerBorderHover : string;
|
|
534
|
+
export const ComponentsSliderHandlerBorderFocus : string;
|
|
535
|
+
export const ComponentsSliderHandlerBorderError : string;
|
|
536
|
+
export const ComponentsSliderHandlerBorderDisabled : string;
|
|
537
|
+
export const ComponentsSliderHandlerBorderReadonly : string;
|
|
518
538
|
export const ComponentsTooltipBackground : string;
|
|
519
539
|
export const ComponentsTooltipBorder : string;
|
|
520
540
|
export const ComponentsTooltipText : string;
|
package/dist/js/spark_dark.js
CHANGED
|
@@ -159,6 +159,7 @@ export const ColorFocusBrand = "#e75420";
|
|
|
159
159
|
export const ColorFocusBackground = "#0e0e0e";
|
|
160
160
|
export const ColorFocusBackgroundInverted = "#ffffff";
|
|
161
161
|
export const ColorFocusDestructive = "#ff6161";
|
|
162
|
+
export const ColorFocusDestructiveInField = "#ff6161";
|
|
162
163
|
export const ColorFocusSuccess = "#45d24d";
|
|
163
164
|
export const ColorRainbow1Background = "#432306";
|
|
164
165
|
export const ColorRainbow1Border = "#f0801a";
|
|
@@ -515,6 +516,25 @@ export const ComponentsPopoverBackground = "#0e0e0e";
|
|
|
515
516
|
export const ComponentsPopoverBorder = "#484848";
|
|
516
517
|
export const ComponentsPopoverText = "#bfbfbf";
|
|
517
518
|
export const ComponentsPopoverSupportingText = "#808080";
|
|
519
|
+
export const ComponentsSliderTrackBackground = "#484848";
|
|
520
|
+
export const ComponentsSliderTrackFilledDefault = "#6d6d6d";
|
|
521
|
+
export const ComponentsSliderTrackFilledHover = "#919191";
|
|
522
|
+
export const ComponentsSliderTrackFilledFocus = "#e75420";
|
|
523
|
+
export const ComponentsSliderTrackFilledError = "#ff6161";
|
|
524
|
+
export const ComponentsSliderTrackFilledDisabled = "#6d6d6d";
|
|
525
|
+
export const ComponentsSliderTrackFilledReadonly = "#484848";
|
|
526
|
+
export const ComponentsSliderHandlerBackgroundDefault = "#0e0e0e";
|
|
527
|
+
export const ComponentsSliderHandlerBackgroundHover = "#161616";
|
|
528
|
+
export const ComponentsSliderHandlerBackgroundFocus = "#e75420";
|
|
529
|
+
export const ComponentsSliderHandlerBackgroundError = "#ff6161";
|
|
530
|
+
export const ComponentsSliderHandlerBackgroundDisabled = "#1d1d1d";
|
|
531
|
+
export const ComponentsSliderHandlerBackgroundReadonly = "#161616";
|
|
532
|
+
export const ComponentsSliderHandlerBorderDefault = "#0e0e0e";
|
|
533
|
+
export const ComponentsSliderHandlerBorderHover = "#161616";
|
|
534
|
+
export const ComponentsSliderHandlerBorderFocus = "#e75420";
|
|
535
|
+
export const ComponentsSliderHandlerBorderError = "#ff6161";
|
|
536
|
+
export const ComponentsSliderHandlerBorderDisabled = "#1d1d1d";
|
|
537
|
+
export const ComponentsSliderHandlerBorderReadonly = "#161616";
|
|
518
538
|
export const ComponentsTooltipBackground = "#f6f6f6";
|
|
519
539
|
export const ComponentsTooltipBorder = "#f6f6f6";
|
|
520
540
|
export const ComponentsTooltipText = "#1d1d1d";
|
package/dist/js/spark_light.d.ts
CHANGED
|
@@ -159,6 +159,7 @@ export const ColorFocusBrand : string;
|
|
|
159
159
|
export const ColorFocusBackground : string;
|
|
160
160
|
export const ColorFocusBackgroundInverted : string;
|
|
161
161
|
export const ColorFocusDestructive : string;
|
|
162
|
+
export const ColorFocusDestructiveInField : string;
|
|
162
163
|
export const ColorFocusSuccess : string;
|
|
163
164
|
export const ColorRainbow1Background : string;
|
|
164
165
|
export const ColorRainbow1Border : string;
|
|
@@ -515,6 +516,25 @@ export const ComponentsPopoverBackground : string;
|
|
|
515
516
|
export const ComponentsPopoverBorder : string;
|
|
516
517
|
export const ComponentsPopoverText : string;
|
|
517
518
|
export const ComponentsPopoverSupportingText : string;
|
|
519
|
+
export const ComponentsSliderTrackBackground : string;
|
|
520
|
+
export const ComponentsSliderTrackFilledDefault : string;
|
|
521
|
+
export const ComponentsSliderTrackFilledHover : string;
|
|
522
|
+
export const ComponentsSliderTrackFilledFocus : string;
|
|
523
|
+
export const ComponentsSliderTrackFilledError : string;
|
|
524
|
+
export const ComponentsSliderTrackFilledDisabled : string;
|
|
525
|
+
export const ComponentsSliderTrackFilledReadonly : string;
|
|
526
|
+
export const ComponentsSliderHandlerBackgroundDefault : string;
|
|
527
|
+
export const ComponentsSliderHandlerBackgroundHover : string;
|
|
528
|
+
export const ComponentsSliderHandlerBackgroundFocus : string;
|
|
529
|
+
export const ComponentsSliderHandlerBackgroundError : string;
|
|
530
|
+
export const ComponentsSliderHandlerBackgroundDisabled : string;
|
|
531
|
+
export const ComponentsSliderHandlerBackgroundReadonly : string;
|
|
532
|
+
export const ComponentsSliderHandlerBorderDefault : string;
|
|
533
|
+
export const ComponentsSliderHandlerBorderHover : string;
|
|
534
|
+
export const ComponentsSliderHandlerBorderFocus : string;
|
|
535
|
+
export const ComponentsSliderHandlerBorderError : string;
|
|
536
|
+
export const ComponentsSliderHandlerBorderDisabled : string;
|
|
537
|
+
export const ComponentsSliderHandlerBorderReadonly : string;
|
|
518
538
|
export const ComponentsTooltipBackground : string;
|
|
519
539
|
export const ComponentsTooltipBorder : string;
|
|
520
540
|
export const ComponentsTooltipText : string;
|
package/dist/js/spark_light.js
CHANGED
|
@@ -159,6 +159,7 @@ export const ColorFocusBrand = "#e75420";
|
|
|
159
159
|
export const ColorFocusBackground = "#ffffff";
|
|
160
160
|
export const ColorFocusBackgroundInverted = "#0e0e0e";
|
|
161
161
|
export const ColorFocusDestructive = "#ff6161";
|
|
162
|
+
export const ColorFocusDestructiveInField = "#bb1919";
|
|
162
163
|
export const ColorFocusSuccess = "#008207";
|
|
163
164
|
export const ColorRainbow1Background = "#fdefe2";
|
|
164
165
|
export const ColorRainbow1Border = "#9c5311";
|
|
@@ -305,7 +306,7 @@ export const ComponentsFormFieldBackgroundFocus = "#ffffff";
|
|
|
305
306
|
export const ComponentsFormFieldBackgroundHover = "#fbfbfb";
|
|
306
307
|
export const ComponentsFormFieldBackgroundDisabled = "#f6f6f6";
|
|
307
308
|
export const ComponentsFormFieldBackgroundChecked = "#e75420";
|
|
308
|
-
export const ComponentsFormFieldBackgroundError = "#
|
|
309
|
+
export const ComponentsFormFieldBackgroundError = "#bb1919";
|
|
309
310
|
export const ComponentsFormFieldBackgroundReadonly = "#fbfbfb";
|
|
310
311
|
export const ComponentsFormFieldBorderDefault = "#bfbfbf";
|
|
311
312
|
export const ComponentsFormFieldBorderDisabled = "#bfbfbf";
|
|
@@ -515,6 +516,25 @@ export const ComponentsPopoverBackground = "#ffffff";
|
|
|
515
516
|
export const ComponentsPopoverBorder = "#e3e3e3";
|
|
516
517
|
export const ComponentsPopoverText = "#414141";
|
|
517
518
|
export const ComponentsPopoverSupportingText = "#6d6d6d";
|
|
519
|
+
export const ComponentsSliderTrackBackground = "#e3e3e3";
|
|
520
|
+
export const ComponentsSliderTrackFilledDefault = "#bfbfbf";
|
|
521
|
+
export const ComponentsSliderTrackFilledHover = "#919191";
|
|
522
|
+
export const ComponentsSliderTrackFilledFocus = "#e75420";
|
|
523
|
+
export const ComponentsSliderTrackFilledError = "#bb1919";
|
|
524
|
+
export const ComponentsSliderTrackFilledDisabled = "#bfbfbf";
|
|
525
|
+
export const ComponentsSliderTrackFilledReadonly = "#e3e3e3";
|
|
526
|
+
export const ComponentsSliderHandlerBackgroundDefault = "#ffffff";
|
|
527
|
+
export const ComponentsSliderHandlerBackgroundHover = "#fbfbfb";
|
|
528
|
+
export const ComponentsSliderHandlerBackgroundFocus = "#e75420";
|
|
529
|
+
export const ComponentsSliderHandlerBackgroundError = "#bb1919";
|
|
530
|
+
export const ComponentsSliderHandlerBackgroundDisabled = "#f6f6f6";
|
|
531
|
+
export const ComponentsSliderHandlerBackgroundReadonly = "#fbfbfb";
|
|
532
|
+
export const ComponentsSliderHandlerBorderDefault = "#ffffff";
|
|
533
|
+
export const ComponentsSliderHandlerBorderHover = "#fbfbfb";
|
|
534
|
+
export const ComponentsSliderHandlerBorderFocus = "#e75420";
|
|
535
|
+
export const ComponentsSliderHandlerBorderError = "#bb1919";
|
|
536
|
+
export const ComponentsSliderHandlerBorderDisabled = "#f6f6f6";
|
|
537
|
+
export const ComponentsSliderHandlerBorderReadonly = "#fbfbfb";
|
|
518
538
|
export const ComponentsTooltipBackground = "#0e0e0e";
|
|
519
539
|
export const ComponentsTooltipBorder = "#0e0e0e";
|
|
520
540
|
export const ComponentsTooltipText = "#f6f6f6";
|
|
@@ -92,6 +92,230 @@ export const novaTailwindPlugin = plugin(({ addUtilities, addComponents, addBase
|
|
|
92
92
|
'.w-unset': {
|
|
93
93
|
width: 'unset',
|
|
94
94
|
},
|
|
95
|
+
// Typography utilities
|
|
96
|
+
// .typo-{type}-{size}-{weight}
|
|
97
|
+
// Headings
|
|
98
|
+
'.typo-heading-xl-regular': {
|
|
99
|
+
'font-size': 'var(--font-size-4xl)',
|
|
100
|
+
'font-weight': '400',
|
|
101
|
+
'line-height': 'var(--leading-px-10)',
|
|
102
|
+
'letter-spacing': 'var(--letter-spacing-heading-xl)',
|
|
103
|
+
},
|
|
104
|
+
'.typo-heading-xl-medium': {
|
|
105
|
+
'font-size': 'var(--font-size-4xl)',
|
|
106
|
+
'font-weight': '500',
|
|
107
|
+
'line-height': 'var(--leading-px-10)',
|
|
108
|
+
'letter-spacing': 'var(--letter-spacing-heading-xl)',
|
|
109
|
+
},
|
|
110
|
+
'.typo-heading-xl-bold': {
|
|
111
|
+
'font-size': 'var(--font-size-4xl)',
|
|
112
|
+
'font-weight': '700',
|
|
113
|
+
'line-height': 'var(--leading-px-10)',
|
|
114
|
+
'letter-spacing': 'var(--letter-spacing-heading-xl)',
|
|
115
|
+
},
|
|
116
|
+
'.typo-heading-lg-regular': {
|
|
117
|
+
'font-size': 'var(--font-size-3xl)',
|
|
118
|
+
'font-weight': '400',
|
|
119
|
+
'line-height': 'var(--leading-px-8)',
|
|
120
|
+
'letter-spacing': 'var(--letter-spacing-heading-lg)',
|
|
121
|
+
},
|
|
122
|
+
'.typo-heading-lg-medium': {
|
|
123
|
+
'font-size': 'var(--font-size-3xl)',
|
|
124
|
+
'font-weight': '500',
|
|
125
|
+
'line-height': 'var(--leading-px-8)',
|
|
126
|
+
'letter-spacing': 'var(--letter-spacing-heading-lg)',
|
|
127
|
+
},
|
|
128
|
+
'.typo-heading-lg-bold': {
|
|
129
|
+
'font-size': 'var(--font-size-3xl)',
|
|
130
|
+
'font-weight': '700',
|
|
131
|
+
'line-height': 'var(--leading-px-8)',
|
|
132
|
+
'letter-spacing': 'var(--letter-spacing-heading-lg)',
|
|
133
|
+
},
|
|
134
|
+
'.typo-heading-md-regular': {
|
|
135
|
+
'font-size': 'var(--font-size-2xl)',
|
|
136
|
+
'font-weight': '400',
|
|
137
|
+
'line-height': 'var(--leading-px-7)',
|
|
138
|
+
'letter-spacing': 'var(--letter-spacing-heading-md)',
|
|
139
|
+
},
|
|
140
|
+
'.typo-heading-md-medium': {
|
|
141
|
+
'font-size': 'var(--font-size-2xl)',
|
|
142
|
+
'font-weight': '500',
|
|
143
|
+
'line-height': 'var(--leading-px-7)',
|
|
144
|
+
'letter-spacing': 'var(--letter-spacing-heading-md)',
|
|
145
|
+
},
|
|
146
|
+
'.typo-heading-md-bold': {
|
|
147
|
+
'font-size': 'var(--font-size-2xl)',
|
|
148
|
+
'font-weight': '700',
|
|
149
|
+
'line-height': 'var(--leading-px-7)',
|
|
150
|
+
'letter-spacing': 'var(--letter-spacing-heading-md)',
|
|
151
|
+
},
|
|
152
|
+
'.typo-heading-sm-regular': {
|
|
153
|
+
'font-size': 'var(--font-size-xl)',
|
|
154
|
+
'font-weight': '400',
|
|
155
|
+
'line-height': 'var(--leading-px-6)',
|
|
156
|
+
'letter-spacing': 'var(--letter-spacing-heading-sm)',
|
|
157
|
+
},
|
|
158
|
+
'.typo-heading-sm-medium': {
|
|
159
|
+
'font-size': 'var(--font-size-xl)',
|
|
160
|
+
'font-weight': '500',
|
|
161
|
+
'line-height': 'var(--leading-px-6)',
|
|
162
|
+
'letter-spacing': 'var(--letter-spacing-heading-sm)',
|
|
163
|
+
},
|
|
164
|
+
'.typo-heading-sm-bold': {
|
|
165
|
+
'font-size': 'var(--font-size-xl)',
|
|
166
|
+
'font-weight': '700',
|
|
167
|
+
'line-height': 'var(--leading-px-6)',
|
|
168
|
+
'letter-spacing': 'var(--letter-spacing-heading-sm)',
|
|
169
|
+
},
|
|
170
|
+
'.typo-heading-xs-regular': {
|
|
171
|
+
'font-size': 'var(--font-size-lg)',
|
|
172
|
+
'font-weight': '400',
|
|
173
|
+
'line-height': 'var(--leading-px-6)',
|
|
174
|
+
'letter-spacing': 'var(--letter-spacing-heading-xs)',
|
|
175
|
+
},
|
|
176
|
+
'.typo-heading-xs-medium': {
|
|
177
|
+
'font-size': 'var(--font-size-lg)',
|
|
178
|
+
'font-weight': '500',
|
|
179
|
+
'line-height': 'var(--leading-px-6)',
|
|
180
|
+
'letter-spacing': 'var(--letter-spacing-heading-xs)',
|
|
181
|
+
},
|
|
182
|
+
'.typo-heading-xs-bold': {
|
|
183
|
+
'font-size': 'var(--font-size-lg)',
|
|
184
|
+
'font-weight': '700',
|
|
185
|
+
'line-height': 'var(--leading-px-6)',
|
|
186
|
+
'letter-spacing': 'var(--letter-spacing-heading-xs)',
|
|
187
|
+
},
|
|
188
|
+
// Text
|
|
189
|
+
'.typo-text-xl-regular': {
|
|
190
|
+
'font-size': 'var(--font-size-xl)',
|
|
191
|
+
'font-weight': '400',
|
|
192
|
+
'line-height': 'var(--line-height-xl)',
|
|
193
|
+
},
|
|
194
|
+
'.typo-text-xl-medium': {
|
|
195
|
+
'font-size': 'var(--font-size-xl)',
|
|
196
|
+
'font-weight': '500',
|
|
197
|
+
'line-height': 'var(--line-height-xl)',
|
|
198
|
+
},
|
|
199
|
+
'.typo-text-xl-bold': {
|
|
200
|
+
'font-size': 'var(--font-size-xl)',
|
|
201
|
+
'font-weight': '700',
|
|
202
|
+
'line-height': 'var(--line-height-xl)',
|
|
203
|
+
},
|
|
204
|
+
'.typo-text-lg-regular': {
|
|
205
|
+
'font-size': 'var(--font-size-lg)',
|
|
206
|
+
'font-weight': '400',
|
|
207
|
+
'line-height': 'var(--line-height-lg)',
|
|
208
|
+
},
|
|
209
|
+
'.typo-text-lg-medium': {
|
|
210
|
+
'font-size': 'var(--font-size-lg)',
|
|
211
|
+
'font-weight': '500',
|
|
212
|
+
'line-height': 'var(--line-height-lg)',
|
|
213
|
+
},
|
|
214
|
+
'.typo-text-lg-bold': {
|
|
215
|
+
'font-size': 'var(--font-size-lg)',
|
|
216
|
+
'font-weight': '700',
|
|
217
|
+
'line-height': 'var(--line-height-lg)',
|
|
218
|
+
},
|
|
219
|
+
'.typo-text-md-regular': {
|
|
220
|
+
'font-size': 'var(--font-size-md)',
|
|
221
|
+
'font-weight': '400',
|
|
222
|
+
'line-height': 'var(--line-height-b ase)',
|
|
223
|
+
},
|
|
224
|
+
'.typo-text-md-medium': {
|
|
225
|
+
'font-size': 'var(--font-size-md)',
|
|
226
|
+
'font-weight': '500',
|
|
227
|
+
'line-height': 'var(--line-height-base)',
|
|
228
|
+
},
|
|
229
|
+
'.typo-text-md-bold': {
|
|
230
|
+
'font-size': 'var(--font-size-md)',
|
|
231
|
+
'font-weight': '700',
|
|
232
|
+
'line-height': 'var(--line-height-base)',
|
|
233
|
+
},
|
|
234
|
+
'.typo-text-sm-regular': {
|
|
235
|
+
'font-size': 'var(--font-size-sm)',
|
|
236
|
+
'font-weight': '400',
|
|
237
|
+
'line-height': 'var(--line-height-sm)',
|
|
238
|
+
},
|
|
239
|
+
'.typo-text-sm-medium': {
|
|
240
|
+
'font-size': 'var(--font-size-sm)',
|
|
241
|
+
'font-weight': '500',
|
|
242
|
+
'line-height': 'var(--line-height-sm)',
|
|
243
|
+
},
|
|
244
|
+
'.typo-text-sm-bold': {
|
|
245
|
+
'font-size': 'var(--font-size-sm)',
|
|
246
|
+
'font-weight': '700',
|
|
247
|
+
'line-height': 'var(--line-height-sm)',
|
|
248
|
+
},
|
|
249
|
+
'.typo-text-xs-regular': {
|
|
250
|
+
'font-size': 'var(--font-size-xs)',
|
|
251
|
+
'font-weight': '400',
|
|
252
|
+
'line-height': 'var(--line-height-xs)',
|
|
253
|
+
},
|
|
254
|
+
'.typo-text-xs-medium': {
|
|
255
|
+
'font-size': 'var(--font-size-xs)',
|
|
256
|
+
'font-weight': '500',
|
|
257
|
+
'line-height': 'var(--line-height-xs)',
|
|
258
|
+
},
|
|
259
|
+
'.typo-text-xs-bold': {
|
|
260
|
+
'font-size': 'var(--font-size-xs)',
|
|
261
|
+
'font-weight': '700',
|
|
262
|
+
'line-height': 'var(--line-height-xs)',
|
|
263
|
+
},
|
|
264
|
+
// Mono
|
|
265
|
+
'.typo-mono-md-regular': {
|
|
266
|
+
'font-family': 'TT Norms Pro Mono',
|
|
267
|
+
'font-size': 'var(--font-size-md)',
|
|
268
|
+
'font-weight': '400',
|
|
269
|
+
'line-height': 'var(--line-height-base)',
|
|
270
|
+
},
|
|
271
|
+
'.typo-mono-md-medium': {
|
|
272
|
+
'font-family': 'TT Norms Pro Mono',
|
|
273
|
+
'font-size': 'var(--font-size-md)',
|
|
274
|
+
'font-weight': '500',
|
|
275
|
+
'line-height': 'var(--line-height-base)',
|
|
276
|
+
},
|
|
277
|
+
'.typo-mono-md-bold': {
|
|
278
|
+
'font-family': 'TT Norms Pro Mono',
|
|
279
|
+
'font-size': 'var(--font-size-md)',
|
|
280
|
+
'font-weight': '700',
|
|
281
|
+
'line-height': 'var(--line-height-base)',
|
|
282
|
+
},
|
|
283
|
+
'.typo-mono-sm-regular': {
|
|
284
|
+
'font-family': 'TT Norms Pro Mono',
|
|
285
|
+
'font-size': 'var(--font-size-sm)',
|
|
286
|
+
'font-weight': '400',
|
|
287
|
+
'line-height': 'var(--line-height-sm)',
|
|
288
|
+
},
|
|
289
|
+
'.typo-mono-sm-medium': {
|
|
290
|
+
'font-family': 'TT Norms Pro Mono',
|
|
291
|
+
'font-size': 'var(--font-size-sm)',
|
|
292
|
+
'font-weight': '500',
|
|
293
|
+
'line-height': 'var(--line-height-sm)',
|
|
294
|
+
},
|
|
295
|
+
'.typo-mono-sm-bold': {
|
|
296
|
+
'font-family': 'TT Norms Pro Mono',
|
|
297
|
+
'font-size': 'var(--font-size-sm)',
|
|
298
|
+
'font-weight': '700',
|
|
299
|
+
'line-height': 'var(--line-height-sm)',
|
|
300
|
+
},
|
|
301
|
+
'.typo-mono-xs-regular': {
|
|
302
|
+
'font-family': 'TT Norms Pro Mono',
|
|
303
|
+
'font-size': 'var(--font-size-xs)',
|
|
304
|
+
'font-weight': '400',
|
|
305
|
+
'line-height': 'var(--line-height-xs)',
|
|
306
|
+
},
|
|
307
|
+
'.typo-mono-xs-medium': {
|
|
308
|
+
'font-family': 'TT Norms Pro Mono',
|
|
309
|
+
'font-size': 'var(--font-size-xs)',
|
|
310
|
+
'font-weight': '500',
|
|
311
|
+
'line-height': 'var(--line-height-xs)',
|
|
312
|
+
},
|
|
313
|
+
'.typo-mono-xs-bold': {
|
|
314
|
+
'font-family': 'TT Norms Pro Mono',
|
|
315
|
+
'font-size': 'var(--font-size-xs)',
|
|
316
|
+
'font-weight': '700',
|
|
317
|
+
'line-height': 'var(--line-height-xs)',
|
|
318
|
+
},
|
|
95
319
|
});
|
|
96
320
|
});
|
|
97
321
|
export default novaTailwindPlugin;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nova-design-system/nova-base",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.3.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",
|