@nova-design-system/nova-base 3.12.0 → 3.14.0-beta.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-tokens.js +60 -0
- package/dist/css/mccs.css +96 -47
- package/dist/css/nova-utils.css +80 -0
- package/dist/css/ocean.css +130 -81
- package/dist/css/spark.css +130 -81
- package/dist/generated/nova-tailwind-tokens.d.ts +60 -0
- package/dist/generated/nova-tailwind-tokens.js +60 -0
- package/dist/js/mccs_dark.d.ts +30 -6
- package/dist/js/mccs_dark.js +30 -6
- package/dist/js/mccs_light.d.ts +30 -6
- package/dist/js/mccs_light.js +30 -6
- package/dist/js/ocean_dark.d.ts +42 -18
- package/dist/js/ocean_dark.js +52 -28
- package/dist/js/ocean_light.d.ts +42 -18
- package/dist/js/ocean_light.js +42 -18
- package/dist/js/primitives.d.ts +0 -2
- package/dist/js/primitives.js +0 -2
- package/dist/js/spacings.d.ts +36 -33
- package/dist/js/spacings.js +36 -33
- package/dist/js/spark_dark.d.ts +42 -18
- package/dist/js/spark_dark.js +52 -28
- package/dist/js/spark_light.d.ts +42 -18
- package/dist/js/spark_light.js +42 -18
- package/package.json +1 -1
package/dist/js/spark_dark.d.ts
CHANGED
|
@@ -123,6 +123,11 @@ export const ColorFeedbackInformationLowBackground : string;
|
|
|
123
123
|
export const ColorFeedbackInformationLowBorder : string;
|
|
124
124
|
export const ColorFeedbackInformationLowIcon : string;
|
|
125
125
|
export const ColorFeedbackInformationLowText : string;
|
|
126
|
+
export const ColorFeedbackInformationHighContrastBackground : string;
|
|
127
|
+
export const ColorFeedbackInformationHighContrastBorder : string;
|
|
128
|
+
export const ColorFeedbackInformationHighContrastIcon : string;
|
|
129
|
+
export const ColorFeedbackInformationHighContrastText : string;
|
|
130
|
+
export const ColorFeedbackInformationHighContrastTitle : string;
|
|
126
131
|
export const ColorFeedbackErrorHighBackground : string;
|
|
127
132
|
export const ColorFeedbackErrorHighBorder : string;
|
|
128
133
|
export const ColorFeedbackErrorHighIcon : string;
|
|
@@ -131,6 +136,11 @@ export const ColorFeedbackErrorLowBackground : string;
|
|
|
131
136
|
export const ColorFeedbackErrorLowBorder : string;
|
|
132
137
|
export const ColorFeedbackErrorLowIcon : string;
|
|
133
138
|
export const ColorFeedbackErrorLowText : string;
|
|
139
|
+
export const ColorFeedbackErrorHighContrastBackground : string;
|
|
140
|
+
export const ColorFeedbackErrorHighContrastBorder : string;
|
|
141
|
+
export const ColorFeedbackErrorHighContrastIcon : string;
|
|
142
|
+
export const ColorFeedbackErrorHighContrastText : string;
|
|
143
|
+
export const ColorFeedbackErrorHighContrastTitle : string;
|
|
134
144
|
export const ColorFeedbackNeutralHighBackground : string;
|
|
135
145
|
export const ColorFeedbackNeutralHighBorder : string;
|
|
136
146
|
export const ColorFeedbackNeutralHighIcon : string;
|
|
@@ -139,6 +149,11 @@ export const ColorFeedbackNeutralLowBackground : string;
|
|
|
139
149
|
export const ColorFeedbackNeutralLowBorder : string;
|
|
140
150
|
export const ColorFeedbackNeutralLowIcon : string;
|
|
141
151
|
export const ColorFeedbackNeutralLowText : string;
|
|
152
|
+
export const ColorFeedbackNeutralHighContrastBackground : string;
|
|
153
|
+
export const ColorFeedbackNeutralHighContrastBorder : string;
|
|
154
|
+
export const ColorFeedbackNeutralHighContrastIcon : string;
|
|
155
|
+
export const ColorFeedbackNeutralHighContrastText : string;
|
|
156
|
+
export const ColorFeedbackNeutralHighContrastTitle : string;
|
|
142
157
|
export const ColorFeedbackWarningHighBackground : string;
|
|
143
158
|
export const ColorFeedbackWarningHighBorder : string;
|
|
144
159
|
export const ColorFeedbackWarningHighIcon : string;
|
|
@@ -147,6 +162,11 @@ export const ColorFeedbackWarningLowBackground : string;
|
|
|
147
162
|
export const ColorFeedbackWarningLowBorder : string;
|
|
148
163
|
export const ColorFeedbackWarningLowIcon : string;
|
|
149
164
|
export const ColorFeedbackWarningLowText : string;
|
|
165
|
+
export const ColorFeedbackWarningHighContrastBackground : string;
|
|
166
|
+
export const ColorFeedbackWarningHighContrastBorder : string;
|
|
167
|
+
export const ColorFeedbackWarningHighContrastIcon : string;
|
|
168
|
+
export const ColorFeedbackWarningHighContrastText : string;
|
|
169
|
+
export const ColorFeedbackWarningHighContrastTitle : string;
|
|
150
170
|
export const ColorFeedbackSuccessHighBackground : string;
|
|
151
171
|
export const ColorFeedbackSuccessHighBorder : string;
|
|
152
172
|
export const ColorFeedbackSuccessHighIcon : string;
|
|
@@ -155,6 +175,11 @@ export const ColorFeedbackSuccessLowBackground : string;
|
|
|
155
175
|
export const ColorFeedbackSuccessLowBorder : string;
|
|
156
176
|
export const ColorFeedbackSuccessLowIcon : string;
|
|
157
177
|
export const ColorFeedbackSuccessLowText : string;
|
|
178
|
+
export const ColorFeedbackSuccessHighContrastBackground : string;
|
|
179
|
+
export const ColorFeedbackSuccessHighContrastBorder : string;
|
|
180
|
+
export const ColorFeedbackSuccessHighContrastIcon : string;
|
|
181
|
+
export const ColorFeedbackSuccessHighContrastText : string;
|
|
182
|
+
export const ColorFeedbackSuccessHighContrastTitle : string;
|
|
158
183
|
export const ColorFocusBrand : string;
|
|
159
184
|
export const ColorFocusBackground : string;
|
|
160
185
|
export const ColorFocusBackgroundInverted : string;
|
|
@@ -262,8 +287,6 @@ export const ComponentsButtonLowTextHover : string;
|
|
|
262
287
|
export const ComponentsButtonLowerBorder : string;
|
|
263
288
|
export const ComponentsButtonLowerBorderActive : string;
|
|
264
289
|
export const ComponentsButtonLowerBorderHover : string;
|
|
265
|
-
export const ComponentsButtonLowerBorder2 : string;
|
|
266
|
-
export const ComponentsButtonLowerBorderHover2 : string;
|
|
267
290
|
export const ComponentsButtonLowerBackground : string;
|
|
268
291
|
export const ComponentsButtonLowerBackgroundActive : string;
|
|
269
292
|
export const ComponentsButtonLowerBackgroundHover : string;
|
|
@@ -293,18 +316,6 @@ export const ComponentsButtonMediumIconHover : string;
|
|
|
293
316
|
export const ComponentsButtonMediumText : string;
|
|
294
317
|
export const ComponentsButtonMediumTextActive : string;
|
|
295
318
|
export const ComponentsButtonMediumTextHover : string;
|
|
296
|
-
export const ComponentsDatagridHeaderText : string;
|
|
297
|
-
export const ComponentsDatagridHeaderBorder : string;
|
|
298
|
-
export const ComponentsDatagridHeaderBackground : string;
|
|
299
|
-
export const ComponentsDatagridBodyText : string;
|
|
300
|
-
export const ComponentsDatagridBodySubtext : string;
|
|
301
|
-
export const ComponentsDatagridBodyBorder : string;
|
|
302
|
-
export const ComponentsDatagridBodyBackgroundDefault : string;
|
|
303
|
-
export const ComponentsDatagridBodyBackgroundActive : string;
|
|
304
|
-
export const ComponentsDatagridBodyBackgroundHover : string;
|
|
305
|
-
export const ComponentsDatagridExpanderContentBackground : string;
|
|
306
|
-
export const ComponentsDatagridExpanderBorder : string;
|
|
307
|
-
export const ComponentsDatagridExpanderExpanderBackground : string;
|
|
308
319
|
export const ComponentsFormOpacityDefault : string;
|
|
309
320
|
export const ComponentsFormOpacityDisabled : string;
|
|
310
321
|
export const ComponentsFormTextRequired : string;
|
|
@@ -470,6 +481,18 @@ export const ComponentsButtongroupLowBorder : string;
|
|
|
470
481
|
export const ComponentsButtongroupLowBackground : string;
|
|
471
482
|
export const ComponentsButtongroupLowerBorder : string;
|
|
472
483
|
export const ComponentsButtongroupLowerBackground : string;
|
|
484
|
+
export const ComponentsDatagridHeaderBorder : string;
|
|
485
|
+
export const ComponentsDatagridHeaderText : string;
|
|
486
|
+
export const ComponentsDatagridHeaderBackground : string;
|
|
487
|
+
export const ComponentsDatagridBodyBorder : string;
|
|
488
|
+
export const ComponentsDatagridBodyText : string;
|
|
489
|
+
export const ComponentsDatagridBodySubtext : string;
|
|
490
|
+
export const ComponentsDatagridBodyBackgroundDefault : string;
|
|
491
|
+
export const ComponentsDatagridBodyBackgroundActive : string;
|
|
492
|
+
export const ComponentsDatagridBodyBackgroundHover : string;
|
|
493
|
+
export const ComponentsDatagridExpanderContentBackground : string;
|
|
494
|
+
export const ComponentsDatagridExpanderBorder : string;
|
|
495
|
+
export const ComponentsDatagridExpanderExpanderBackground : string;
|
|
473
496
|
export const ComponentsFieldTimeBackgroundDefault : string;
|
|
474
497
|
export const ComponentsFieldTimeBackgroundHover : string;
|
|
475
498
|
export const ComponentsFieldTimeBackgroundActive : string;
|
|
@@ -479,10 +502,6 @@ export const ComponentsFieldTimeTextActive : string;
|
|
|
479
502
|
export const ComponentsFieldTimeBorderActive : string;
|
|
480
503
|
export const ComponentsCalendarBorder : string;
|
|
481
504
|
export const ComponentsCalendarHeaderText : string;
|
|
482
|
-
export const ComponentsCalendarWeeksBackground : string;
|
|
483
|
-
export const ComponentsCalendarWeeksBackgroundHover : string;
|
|
484
|
-
export const ComponentsCalendarWeeksText : string;
|
|
485
|
-
export const ComponentsCalendarWeeksTextHover : string;
|
|
486
505
|
export const ComponentsCalendarCellBackground : string;
|
|
487
506
|
export const ComponentsCalendarCellBackgroundSelected : string;
|
|
488
507
|
export const ComponentsCalendarCellBackgroundInRange : string;
|
|
@@ -497,6 +516,10 @@ export const ComponentsCalendarCellTextInRange : string;
|
|
|
497
516
|
export const ComponentsCalendarCellTextHover : string;
|
|
498
517
|
export const ComponentsCalendarCellTextOutsideMonth : string;
|
|
499
518
|
export const ComponentsCalendarCellTextToday : string;
|
|
519
|
+
export const ComponentsCalendarWeeksBackground : string;
|
|
520
|
+
export const ComponentsCalendarWeeksBackgroundHover : string;
|
|
521
|
+
export const ComponentsCalendarWeeksText : string;
|
|
522
|
+
export const ComponentsCalendarWeeksTextHover : string;
|
|
500
523
|
export const ComponentsCalendarBackground : string;
|
|
501
524
|
export const ComponentsMenuContextualBackground : string;
|
|
502
525
|
export const ComponentsMenuContextualBorder : string;
|
|
@@ -510,6 +533,7 @@ export const ComponentsNotificationInformationBackground : string;
|
|
|
510
533
|
export const ComponentsNotificationInformationIcon : string;
|
|
511
534
|
export const ComponentsNotificationInformationBorder : string;
|
|
512
535
|
export const ComponentsNotificationContentDescription : string;
|
|
536
|
+
export const ComponentsNotificationContentTimestamp : string;
|
|
513
537
|
export const ComponentsNotificationContentTitle : string;
|
|
514
538
|
export const ComponentsNotificationWarningBackground : string;
|
|
515
539
|
export const ComponentsNotificationWarningBorder : string;
|
package/dist/js/spark_dark.js
CHANGED
|
@@ -95,16 +95,16 @@ export const ColorContentInvertedMediumText = "#414141";
|
|
|
95
95
|
export const ColorContentInvertedMediumIcon = "#414141";
|
|
96
96
|
export const ColorContentInvertedLowText = "#6d6d6d";
|
|
97
97
|
export const ColorContentInvertedLowIcon = "#6d6d6d";
|
|
98
|
-
export const ColorAccent50 = "#
|
|
99
|
-
export const ColorAccent100 = "#
|
|
100
|
-
export const ColorAccent200 = "#
|
|
101
|
-
export const ColorAccent300 = "#
|
|
102
|
-
export const ColorAccent400 = "#
|
|
103
|
-
export const ColorAccent500 = "#
|
|
104
|
-
export const ColorAccent600 = "#
|
|
105
|
-
export const ColorAccent700 = "#
|
|
106
|
-
export const ColorAccent800 = "#
|
|
107
|
-
export const ColorAccent900 = "#
|
|
98
|
+
export const ColorAccent50 = "#0b292e";
|
|
99
|
+
export const ColorAccent100 = "#124148";
|
|
100
|
+
export const ColorAccent200 = "#185963";
|
|
101
|
+
export const ColorAccent300 = "#1f717d";
|
|
102
|
+
export const ColorAccent400 = "#258998";
|
|
103
|
+
export const ColorAccent500 = "#4b9eaa";
|
|
104
|
+
export const ColorAccent600 = "#71b2bc";
|
|
105
|
+
export const ColorAccent700 = "#97c7ce";
|
|
106
|
+
export const ColorAccent800 = "#bedce0";
|
|
107
|
+
export const ColorAccent900 = "#e4f0f2";
|
|
108
108
|
export const ColorChart1 = "#f0801a";
|
|
109
109
|
export const ColorChart2 = "#394d55";
|
|
110
110
|
export const ColorChart3 = "#258998";
|
|
@@ -123,6 +123,11 @@ export const ColorFeedbackInformationLowBackground = "#001c37";
|
|
|
123
123
|
export const ColorFeedbackInformationLowBorder = "#659fff";
|
|
124
124
|
export const ColorFeedbackInformationLowIcon = "#659fff";
|
|
125
125
|
export const ColorFeedbackInformationLowText = "#659fff";
|
|
126
|
+
export const ColorFeedbackInformationHighContrastBackground = "#659fff";
|
|
127
|
+
export const ColorFeedbackInformationHighContrastBorder = "#659fff";
|
|
128
|
+
export const ColorFeedbackInformationHighContrastIcon = "#000000";
|
|
129
|
+
export const ColorFeedbackInformationHighContrastText = "#001c37";
|
|
130
|
+
export const ColorFeedbackInformationHighContrastTitle = "#000000";
|
|
126
131
|
export const ColorFeedbackErrorHighBackground = "#ff6161";
|
|
127
132
|
export const ColorFeedbackErrorHighBorder = "#ff6161";
|
|
128
133
|
export const ColorFeedbackErrorHighIcon = "#380101";
|
|
@@ -131,6 +136,11 @@ export const ColorFeedbackErrorLowBackground = "#380101";
|
|
|
131
136
|
export const ColorFeedbackErrorLowBorder = "#ff6161";
|
|
132
137
|
export const ColorFeedbackErrorLowIcon = "#ff6161";
|
|
133
138
|
export const ColorFeedbackErrorLowText = "#ff6161";
|
|
139
|
+
export const ColorFeedbackErrorHighContrastBackground = "#ff6161";
|
|
140
|
+
export const ColorFeedbackErrorHighContrastBorder = "#ff6161";
|
|
141
|
+
export const ColorFeedbackErrorHighContrastIcon = "#000000";
|
|
142
|
+
export const ColorFeedbackErrorHighContrastText = "#380101";
|
|
143
|
+
export const ColorFeedbackErrorHighContrastTitle = "#000000";
|
|
134
144
|
export const ColorFeedbackNeutralHighBackground = "#a9a9a9";
|
|
135
145
|
export const ColorFeedbackNeutralHighBorder = "#a9a9a9";
|
|
136
146
|
export const ColorFeedbackNeutralHighIcon = "#1d1d1d";
|
|
@@ -139,6 +149,11 @@ export const ColorFeedbackNeutralLowBackground = "#1d1d1d";
|
|
|
139
149
|
export const ColorFeedbackNeutralLowBorder = "#a9a9a9";
|
|
140
150
|
export const ColorFeedbackNeutralLowIcon = "#a9a9a9";
|
|
141
151
|
export const ColorFeedbackNeutralLowText = "#a9a9a9";
|
|
152
|
+
export const ColorFeedbackNeutralHighContrastBackground = "#a9a9a9";
|
|
153
|
+
export const ColorFeedbackNeutralHighContrastBorder = "#a9a9a9";
|
|
154
|
+
export const ColorFeedbackNeutralHighContrastIcon = "#000000";
|
|
155
|
+
export const ColorFeedbackNeutralHighContrastText = "#0e0e0e";
|
|
156
|
+
export const ColorFeedbackNeutralHighContrastTitle = "#000000";
|
|
142
157
|
export const ColorFeedbackWarningHighBackground = "#e0a917";
|
|
143
158
|
export const ColorFeedbackWarningHighBorder = "#e0a917";
|
|
144
159
|
export const ColorFeedbackWarningHighIcon = "#302300";
|
|
@@ -147,6 +162,11 @@ export const ColorFeedbackWarningLowBackground = "#302300";
|
|
|
147
162
|
export const ColorFeedbackWarningLowBorder = "#e0a917";
|
|
148
163
|
export const ColorFeedbackWarningLowIcon = "#e0a917";
|
|
149
164
|
export const ColorFeedbackWarningLowText = "#e0a917";
|
|
165
|
+
export const ColorFeedbackWarningHighContrastBackground = "#e0a917";
|
|
166
|
+
export const ColorFeedbackWarningHighContrastBorder = "#e0a917";
|
|
167
|
+
export const ColorFeedbackWarningHighContrastIcon = "#000000";
|
|
168
|
+
export const ColorFeedbackWarningHighContrastText = "#302300";
|
|
169
|
+
export const ColorFeedbackWarningHighContrastTitle = "#000000";
|
|
150
170
|
export const ColorFeedbackSuccessHighBackground = "#6bde71";
|
|
151
171
|
export const ColorFeedbackSuccessHighBorder = "#6bde71";
|
|
152
172
|
export const ColorFeedbackSuccessHighIcon = "#003603";
|
|
@@ -155,6 +175,11 @@ export const ColorFeedbackSuccessLowBackground = "#002302";
|
|
|
155
175
|
export const ColorFeedbackSuccessLowBorder = "#45d24d";
|
|
156
176
|
export const ColorFeedbackSuccessLowIcon = "#45d24d";
|
|
157
177
|
export const ColorFeedbackSuccessLowText = "#45d24d";
|
|
178
|
+
export const ColorFeedbackSuccessHighContrastBackground = "#45d24d";
|
|
179
|
+
export const ColorFeedbackSuccessHighContrastBorder = "#45d24d";
|
|
180
|
+
export const ColorFeedbackSuccessHighContrastIcon = "#000000";
|
|
181
|
+
export const ColorFeedbackSuccessHighContrastText = "#002302";
|
|
182
|
+
export const ColorFeedbackSuccessHighContrastTitle = "#000000";
|
|
158
183
|
export const ColorFocusBrand = "#e75420";
|
|
159
184
|
export const ColorFocusBackground = "#0e0e0e";
|
|
160
185
|
export const ColorFocusBackgroundInverted = "#ffffff";
|
|
@@ -262,8 +287,6 @@ export const ComponentsButtonLowTextHover = "#eb7247";
|
|
|
262
287
|
export const ComponentsButtonLowerBorder = "#ffffff";
|
|
263
288
|
export const ComponentsButtonLowerBorderActive = "#ffffff";
|
|
264
289
|
export const ComponentsButtonLowerBorderHover = "#ffffff";
|
|
265
|
-
export const ComponentsButtonLowerBorder2 = "#ffffff";
|
|
266
|
-
export const ComponentsButtonLowerBorderHover2 = "#ffffff";
|
|
267
290
|
export const ComponentsButtonLowerBackground = "#ffffff";
|
|
268
291
|
export const ComponentsButtonLowerBackgroundActive = "#45190a";
|
|
269
292
|
export const ComponentsButtonLowerBackgroundHover = "#1d1d1d";
|
|
@@ -293,18 +316,6 @@ export const ComponentsButtonMediumIconHover = "#eb7247";
|
|
|
293
316
|
export const ComponentsButtonMediumText = "#e75420";
|
|
294
317
|
export const ComponentsButtonMediumTextActive = "#eb7247";
|
|
295
318
|
export const ComponentsButtonMediumTextHover = "#eb7247";
|
|
296
|
-
export const ComponentsDatagridHeaderText = "#ff0000";
|
|
297
|
-
export const ComponentsDatagridHeaderBorder = "#6d6d6d";
|
|
298
|
-
export const ComponentsDatagridHeaderBackground = "#ffffff";
|
|
299
|
-
export const ComponentsDatagridBodyText = "#ff0000";
|
|
300
|
-
export const ComponentsDatagridBodySubtext = "#0000ff";
|
|
301
|
-
export const ComponentsDatagridBodyBorder = "#484848";
|
|
302
|
-
export const ComponentsDatagridBodyBackgroundDefault = "#ffffff";
|
|
303
|
-
export const ComponentsDatagridBodyBackgroundActive = "#45190a";
|
|
304
|
-
export const ComponentsDatagridBodyBackgroundHover = "#1d1d1d";
|
|
305
|
-
export const ComponentsDatagridExpanderContentBackground = "#0e0e0e";
|
|
306
|
-
export const ComponentsDatagridExpanderBorder = "#484848";
|
|
307
|
-
export const ComponentsDatagridExpanderExpanderBackground = "#1d1d1d";
|
|
308
319
|
export const ComponentsFormOpacityDefault = "100%";
|
|
309
320
|
export const ComponentsFormOpacityDisabled = "50%";
|
|
310
321
|
export const ComponentsFormTextRequired = "#ff6161";
|
|
@@ -470,6 +481,18 @@ export const ComponentsButtongroupLowBorder = "#e75420";
|
|
|
470
481
|
export const ComponentsButtongroupLowBackground = "#0e0e0e";
|
|
471
482
|
export const ComponentsButtongroupLowerBorder = "#808080";
|
|
472
483
|
export const ComponentsButtongroupLowerBackground = "#0e0e0e";
|
|
484
|
+
export const ComponentsDatagridHeaderBorder = "#6d6d6d";
|
|
485
|
+
export const ComponentsDatagridHeaderText = "#f6f6f6";
|
|
486
|
+
export const ComponentsDatagridHeaderBackground = "#ffffff";
|
|
487
|
+
export const ComponentsDatagridBodyBorder = "#484848";
|
|
488
|
+
export const ComponentsDatagridBodyText = "#bfbfbf";
|
|
489
|
+
export const ComponentsDatagridBodySubtext = "#808080";
|
|
490
|
+
export const ComponentsDatagridBodyBackgroundDefault = "#ffffff";
|
|
491
|
+
export const ComponentsDatagridBodyBackgroundActive = "#45190a";
|
|
492
|
+
export const ComponentsDatagridBodyBackgroundHover = "#1d1d1d";
|
|
493
|
+
export const ComponentsDatagridExpanderContentBackground = "#0e0e0e";
|
|
494
|
+
export const ComponentsDatagridExpanderBorder = "#484848";
|
|
495
|
+
export const ComponentsDatagridExpanderExpanderBackground = "#1d1d1d";
|
|
473
496
|
export const ComponentsFieldTimeBackgroundDefault = "#ffffff";
|
|
474
497
|
export const ComponentsFieldTimeBackgroundHover = "#1d1d1d";
|
|
475
498
|
export const ComponentsFieldTimeBackgroundActive = "#45190a";
|
|
@@ -479,10 +502,6 @@ export const ComponentsFieldTimeTextActive = "#eb7247";
|
|
|
479
502
|
export const ComponentsFieldTimeBorderActive = "#eb7247";
|
|
480
503
|
export const ComponentsCalendarBorder = "#484848";
|
|
481
504
|
export const ComponentsCalendarHeaderText = "#f6f6f6";
|
|
482
|
-
export const ComponentsCalendarWeeksBackground = "#1d1d1d";
|
|
483
|
-
export const ComponentsCalendarWeeksBackgroundHover = "#252525";
|
|
484
|
-
export const ComponentsCalendarWeeksText = "#f6f6f6";
|
|
485
|
-
export const ComponentsCalendarWeeksTextHover = "#f6f6f6";
|
|
486
505
|
export const ComponentsCalendarCellBackground = "#0e0e0e";
|
|
487
506
|
export const ComponentsCalendarCellBackgroundSelected = "#eb7247";
|
|
488
507
|
export const ComponentsCalendarCellBackgroundInRange = "#45190a";
|
|
@@ -497,6 +516,10 @@ export const ComponentsCalendarCellTextInRange = "#eb7247";
|
|
|
497
516
|
export const ComponentsCalendarCellTextHover = "#bfbfbf";
|
|
498
517
|
export const ComponentsCalendarCellTextOutsideMonth = "#6d6d6d";
|
|
499
518
|
export const ComponentsCalendarCellTextToday = "#f6f6f6";
|
|
519
|
+
export const ComponentsCalendarWeeksBackground = "#1d1d1d";
|
|
520
|
+
export const ComponentsCalendarWeeksBackgroundHover = "#252525";
|
|
521
|
+
export const ComponentsCalendarWeeksText = "#f6f6f6";
|
|
522
|
+
export const ComponentsCalendarWeeksTextHover = "#f6f6f6";
|
|
500
523
|
export const ComponentsCalendarBackground = "#0e0e0e";
|
|
501
524
|
export const ComponentsMenuContextualBackground = "#0e0e0e";
|
|
502
525
|
export const ComponentsMenuContextualBorder = "#484848";
|
|
@@ -510,6 +533,7 @@ export const ComponentsNotificationInformationBackground = "#2b2b2b";
|
|
|
510
533
|
export const ComponentsNotificationInformationIcon = "#659fff";
|
|
511
534
|
export const ComponentsNotificationInformationBorder = "#659fff";
|
|
512
535
|
export const ComponentsNotificationContentDescription = "#bfbfbf";
|
|
536
|
+
export const ComponentsNotificationContentTimestamp = "#bfbfbf";
|
|
513
537
|
export const ComponentsNotificationContentTitle = "#f6f6f6";
|
|
514
538
|
export const ComponentsNotificationWarningBackground = "#2b2b2b";
|
|
515
539
|
export const ComponentsNotificationWarningBorder = "#e0a917";
|
package/dist/js/spark_light.d.ts
CHANGED
|
@@ -123,6 +123,11 @@ export const ColorFeedbackInformationLowBackground : string;
|
|
|
123
123
|
export const ColorFeedbackInformationLowBorder : string;
|
|
124
124
|
export const ColorFeedbackInformationLowIcon : string;
|
|
125
125
|
export const ColorFeedbackInformationLowText : string;
|
|
126
|
+
export const ColorFeedbackInformationHighContrastBackground : string;
|
|
127
|
+
export const ColorFeedbackInformationHighContrastBorder : string;
|
|
128
|
+
export const ColorFeedbackInformationHighContrastIcon : string;
|
|
129
|
+
export const ColorFeedbackInformationHighContrastText : string;
|
|
130
|
+
export const ColorFeedbackInformationHighContrastTitle : string;
|
|
126
131
|
export const ColorFeedbackErrorHighBackground : string;
|
|
127
132
|
export const ColorFeedbackErrorHighBorder : string;
|
|
128
133
|
export const ColorFeedbackErrorHighIcon : string;
|
|
@@ -131,6 +136,11 @@ export const ColorFeedbackErrorLowBackground : string;
|
|
|
131
136
|
export const ColorFeedbackErrorLowBorder : string;
|
|
132
137
|
export const ColorFeedbackErrorLowIcon : string;
|
|
133
138
|
export const ColorFeedbackErrorLowText : string;
|
|
139
|
+
export const ColorFeedbackErrorHighContrastBackground : string;
|
|
140
|
+
export const ColorFeedbackErrorHighContrastBorder : string;
|
|
141
|
+
export const ColorFeedbackErrorHighContrastIcon : string;
|
|
142
|
+
export const ColorFeedbackErrorHighContrastText : string;
|
|
143
|
+
export const ColorFeedbackErrorHighContrastTitle : string;
|
|
134
144
|
export const ColorFeedbackNeutralHighBackground : string;
|
|
135
145
|
export const ColorFeedbackNeutralHighBorder : string;
|
|
136
146
|
export const ColorFeedbackNeutralHighIcon : string;
|
|
@@ -139,6 +149,11 @@ export const ColorFeedbackNeutralLowBackground : string;
|
|
|
139
149
|
export const ColorFeedbackNeutralLowBorder : string;
|
|
140
150
|
export const ColorFeedbackNeutralLowIcon : string;
|
|
141
151
|
export const ColorFeedbackNeutralLowText : string;
|
|
152
|
+
export const ColorFeedbackNeutralHighContrastBackground : string;
|
|
153
|
+
export const ColorFeedbackNeutralHighContrastBorder : string;
|
|
154
|
+
export const ColorFeedbackNeutralHighContrastIcon : string;
|
|
155
|
+
export const ColorFeedbackNeutralHighContrastText : string;
|
|
156
|
+
export const ColorFeedbackNeutralHighContrastTitle : string;
|
|
142
157
|
export const ColorFeedbackWarningHighBackground : string;
|
|
143
158
|
export const ColorFeedbackWarningHighBorder : string;
|
|
144
159
|
export const ColorFeedbackWarningHighIcon : string;
|
|
@@ -147,6 +162,11 @@ export const ColorFeedbackWarningLowBackground : string;
|
|
|
147
162
|
export const ColorFeedbackWarningLowBorder : string;
|
|
148
163
|
export const ColorFeedbackWarningLowIcon : string;
|
|
149
164
|
export const ColorFeedbackWarningLowText : string;
|
|
165
|
+
export const ColorFeedbackWarningHighContrastBackground : string;
|
|
166
|
+
export const ColorFeedbackWarningHighContrastBorder : string;
|
|
167
|
+
export const ColorFeedbackWarningHighContrastIcon : string;
|
|
168
|
+
export const ColorFeedbackWarningHighContrastText : string;
|
|
169
|
+
export const ColorFeedbackWarningHighContrastTitle : string;
|
|
150
170
|
export const ColorFeedbackSuccessHighBackground : string;
|
|
151
171
|
export const ColorFeedbackSuccessHighBorder : string;
|
|
152
172
|
export const ColorFeedbackSuccessHighIcon : string;
|
|
@@ -155,6 +175,11 @@ export const ColorFeedbackSuccessLowBackground : string;
|
|
|
155
175
|
export const ColorFeedbackSuccessLowBorder : string;
|
|
156
176
|
export const ColorFeedbackSuccessLowIcon : string;
|
|
157
177
|
export const ColorFeedbackSuccessLowText : string;
|
|
178
|
+
export const ColorFeedbackSuccessHighContrastBackground : string;
|
|
179
|
+
export const ColorFeedbackSuccessHighContrastBorder : string;
|
|
180
|
+
export const ColorFeedbackSuccessHighContrastIcon : string;
|
|
181
|
+
export const ColorFeedbackSuccessHighContrastText : string;
|
|
182
|
+
export const ColorFeedbackSuccessHighContrastTitle : string;
|
|
158
183
|
export const ColorFocusBrand : string;
|
|
159
184
|
export const ColorFocusBackground : string;
|
|
160
185
|
export const ColorFocusBackgroundInverted : string;
|
|
@@ -262,8 +287,6 @@ export const ComponentsButtonLowTextHover : string;
|
|
|
262
287
|
export const ComponentsButtonLowerBorder : string;
|
|
263
288
|
export const ComponentsButtonLowerBorderActive : string;
|
|
264
289
|
export const ComponentsButtonLowerBorderHover : string;
|
|
265
|
-
export const ComponentsButtonLowerBorder2 : string;
|
|
266
|
-
export const ComponentsButtonLowerBorderHover2 : string;
|
|
267
290
|
export const ComponentsButtonLowerBackground : string;
|
|
268
291
|
export const ComponentsButtonLowerBackgroundActive : string;
|
|
269
292
|
export const ComponentsButtonLowerBackgroundHover : string;
|
|
@@ -293,18 +316,6 @@ export const ComponentsButtonMediumIconHover : string;
|
|
|
293
316
|
export const ComponentsButtonMediumText : string;
|
|
294
317
|
export const ComponentsButtonMediumTextActive : string;
|
|
295
318
|
export const ComponentsButtonMediumTextHover : string;
|
|
296
|
-
export const ComponentsDatagridHeaderText : string;
|
|
297
|
-
export const ComponentsDatagridHeaderBorder : string;
|
|
298
|
-
export const ComponentsDatagridHeaderBackground : string;
|
|
299
|
-
export const ComponentsDatagridBodyText : string;
|
|
300
|
-
export const ComponentsDatagridBodySubtext : string;
|
|
301
|
-
export const ComponentsDatagridBodyBorder : string;
|
|
302
|
-
export const ComponentsDatagridBodyBackgroundDefault : string;
|
|
303
|
-
export const ComponentsDatagridBodyBackgroundActive : string;
|
|
304
|
-
export const ComponentsDatagridBodyBackgroundHover : string;
|
|
305
|
-
export const ComponentsDatagridExpanderContentBackground : string;
|
|
306
|
-
export const ComponentsDatagridExpanderBorder : string;
|
|
307
|
-
export const ComponentsDatagridExpanderExpanderBackground : string;
|
|
308
319
|
export const ComponentsFormOpacityDefault : string;
|
|
309
320
|
export const ComponentsFormOpacityDisabled : string;
|
|
310
321
|
export const ComponentsFormTextRequired : string;
|
|
@@ -470,6 +481,18 @@ export const ComponentsButtongroupLowBorder : string;
|
|
|
470
481
|
export const ComponentsButtongroupLowBackground : string;
|
|
471
482
|
export const ComponentsButtongroupLowerBorder : string;
|
|
472
483
|
export const ComponentsButtongroupLowerBackground : string;
|
|
484
|
+
export const ComponentsDatagridHeaderBorder : string;
|
|
485
|
+
export const ComponentsDatagridHeaderText : string;
|
|
486
|
+
export const ComponentsDatagridHeaderBackground : string;
|
|
487
|
+
export const ComponentsDatagridBodyBorder : string;
|
|
488
|
+
export const ComponentsDatagridBodyText : string;
|
|
489
|
+
export const ComponentsDatagridBodySubtext : string;
|
|
490
|
+
export const ComponentsDatagridBodyBackgroundDefault : string;
|
|
491
|
+
export const ComponentsDatagridBodyBackgroundActive : string;
|
|
492
|
+
export const ComponentsDatagridBodyBackgroundHover : string;
|
|
493
|
+
export const ComponentsDatagridExpanderContentBackground : string;
|
|
494
|
+
export const ComponentsDatagridExpanderBorder : string;
|
|
495
|
+
export const ComponentsDatagridExpanderExpanderBackground : string;
|
|
473
496
|
export const ComponentsFieldTimeBackgroundDefault : string;
|
|
474
497
|
export const ComponentsFieldTimeBackgroundHover : string;
|
|
475
498
|
export const ComponentsFieldTimeBackgroundActive : string;
|
|
@@ -479,10 +502,6 @@ export const ComponentsFieldTimeTextActive : string;
|
|
|
479
502
|
export const ComponentsFieldTimeBorderActive : string;
|
|
480
503
|
export const ComponentsCalendarBorder : string;
|
|
481
504
|
export const ComponentsCalendarHeaderText : string;
|
|
482
|
-
export const ComponentsCalendarWeeksBackground : string;
|
|
483
|
-
export const ComponentsCalendarWeeksBackgroundHover : string;
|
|
484
|
-
export const ComponentsCalendarWeeksText : string;
|
|
485
|
-
export const ComponentsCalendarWeeksTextHover : string;
|
|
486
505
|
export const ComponentsCalendarCellBackground : string;
|
|
487
506
|
export const ComponentsCalendarCellBackgroundSelected : string;
|
|
488
507
|
export const ComponentsCalendarCellBackgroundInRange : string;
|
|
@@ -497,6 +516,10 @@ export const ComponentsCalendarCellTextInRange : string;
|
|
|
497
516
|
export const ComponentsCalendarCellTextHover : string;
|
|
498
517
|
export const ComponentsCalendarCellTextOutsideMonth : string;
|
|
499
518
|
export const ComponentsCalendarCellTextToday : string;
|
|
519
|
+
export const ComponentsCalendarWeeksBackground : string;
|
|
520
|
+
export const ComponentsCalendarWeeksBackgroundHover : string;
|
|
521
|
+
export const ComponentsCalendarWeeksText : string;
|
|
522
|
+
export const ComponentsCalendarWeeksTextHover : string;
|
|
500
523
|
export const ComponentsCalendarBackground : string;
|
|
501
524
|
export const ComponentsMenuContextualBackground : string;
|
|
502
525
|
export const ComponentsMenuContextualBorder : string;
|
|
@@ -510,6 +533,7 @@ export const ComponentsNotificationInformationBackground : string;
|
|
|
510
533
|
export const ComponentsNotificationInformationIcon : string;
|
|
511
534
|
export const ComponentsNotificationInformationBorder : string;
|
|
512
535
|
export const ComponentsNotificationContentDescription : string;
|
|
536
|
+
export const ComponentsNotificationContentTimestamp : string;
|
|
513
537
|
export const ComponentsNotificationContentTitle : string;
|
|
514
538
|
export const ComponentsNotificationWarningBackground : string;
|
|
515
539
|
export const ComponentsNotificationWarningBorder : string;
|
package/dist/js/spark_light.js
CHANGED
|
@@ -123,6 +123,11 @@ export const ColorFeedbackInformationLowBackground = "#f0f6ff";
|
|
|
123
123
|
export const ColorFeedbackInformationLowBorder = "#2660c2";
|
|
124
124
|
export const ColorFeedbackInformationLowIcon = "#2660c2";
|
|
125
125
|
export const ColorFeedbackInformationLowText = "#2660c2";
|
|
126
|
+
export const ColorFeedbackInformationHighContrastBackground = "#09285c";
|
|
127
|
+
export const ColorFeedbackInformationHighContrastBorder = "#09285c";
|
|
128
|
+
export const ColorFeedbackInformationHighContrastIcon = "#ffffff";
|
|
129
|
+
export const ColorFeedbackInformationHighContrastText = "#f0f6ff";
|
|
130
|
+
export const ColorFeedbackInformationHighContrastTitle = "#ffffff";
|
|
126
131
|
export const ColorFeedbackErrorHighBackground = "#ff6161";
|
|
127
132
|
export const ColorFeedbackErrorHighBorder = "#ff6161";
|
|
128
133
|
export const ColorFeedbackErrorHighIcon = "#380101";
|
|
@@ -131,6 +136,11 @@ export const ColorFeedbackErrorLowBackground = "#ffeded";
|
|
|
131
136
|
export const ColorFeedbackErrorLowBorder = "#bb1919";
|
|
132
137
|
export const ColorFeedbackErrorLowIcon = "#bb1919";
|
|
133
138
|
export const ColorFeedbackErrorLowText = "#bb1919";
|
|
139
|
+
export const ColorFeedbackErrorHighContrastBackground = "#bb1919";
|
|
140
|
+
export const ColorFeedbackErrorHighContrastBorder = "#bb1919";
|
|
141
|
+
export const ColorFeedbackErrorHighContrastIcon = "#ffffff";
|
|
142
|
+
export const ColorFeedbackErrorHighContrastText = "#ffeded";
|
|
143
|
+
export const ColorFeedbackErrorHighContrastTitle = "#ffffff";
|
|
134
144
|
export const ColorFeedbackNeutralHighBackground = "#a9a9a9";
|
|
135
145
|
export const ColorFeedbackNeutralHighBorder = "#a9a9a9";
|
|
136
146
|
export const ColorFeedbackNeutralHighIcon = "#1d1d1d";
|
|
@@ -139,6 +149,11 @@ export const ColorFeedbackNeutralLowBackground = "#f6f6f6";
|
|
|
139
149
|
export const ColorFeedbackNeutralLowBorder = "#4f4f4f";
|
|
140
150
|
export const ColorFeedbackNeutralLowIcon = "#4f4f4f";
|
|
141
151
|
export const ColorFeedbackNeutralLowText = "#4f4f4f";
|
|
152
|
+
export const ColorFeedbackNeutralHighContrastBackground = "#4f4f4f";
|
|
153
|
+
export const ColorFeedbackNeutralHighContrastBorder = "#4f4f4f";
|
|
154
|
+
export const ColorFeedbackNeutralHighContrastIcon = "#ffffff";
|
|
155
|
+
export const ColorFeedbackNeutralHighContrastText = "#f6f6f6";
|
|
156
|
+
export const ColorFeedbackNeutralHighContrastTitle = "#ffffff";
|
|
142
157
|
export const ColorFeedbackWarningHighBackground = "#e0a917";
|
|
143
158
|
export const ColorFeedbackWarningHighBorder = "#e0a917";
|
|
144
159
|
export const ColorFeedbackWarningHighIcon = "#302300";
|
|
@@ -147,6 +162,11 @@ export const ColorFeedbackWarningLowBackground = "#fff7df";
|
|
|
147
162
|
export const ColorFeedbackWarningLowBorder = "#805c00";
|
|
148
163
|
export const ColorFeedbackWarningLowIcon = "#805c00";
|
|
149
164
|
export const ColorFeedbackWarningLowText = "#805c00";
|
|
165
|
+
export const ColorFeedbackWarningHighContrastBackground = "#805c00";
|
|
166
|
+
export const ColorFeedbackWarningHighContrastBorder = "#805c00";
|
|
167
|
+
export const ColorFeedbackWarningHighContrastIcon = "#ffffff";
|
|
168
|
+
export const ColorFeedbackWarningHighContrastText = "#fff7df";
|
|
169
|
+
export const ColorFeedbackWarningHighContrastTitle = "#ffffff";
|
|
150
170
|
export const ColorFeedbackSuccessHighBackground = "#45d24d";
|
|
151
171
|
export const ColorFeedbackSuccessHighBorder = "#45d24d";
|
|
152
172
|
export const ColorFeedbackSuccessHighIcon = "#003603";
|
|
@@ -155,6 +175,11 @@ export const ColorFeedbackSuccessLowBackground = "#eafeeb";
|
|
|
155
175
|
export const ColorFeedbackSuccessLowBorder = "#008207";
|
|
156
176
|
export const ColorFeedbackSuccessLowIcon = "#008207";
|
|
157
177
|
export const ColorFeedbackSuccessLowText = "#008207";
|
|
178
|
+
export const ColorFeedbackSuccessHighContrastBackground = "#008207";
|
|
179
|
+
export const ColorFeedbackSuccessHighContrastBorder = "#008207";
|
|
180
|
+
export const ColorFeedbackSuccessHighContrastIcon = "#ffffff";
|
|
181
|
+
export const ColorFeedbackSuccessHighContrastText = "#eafeeb";
|
|
182
|
+
export const ColorFeedbackSuccessHighContrastTitle = "#ffffff";
|
|
158
183
|
export const ColorFocusBrand = "#e75420";
|
|
159
184
|
export const ColorFocusBackground = "#ffffff";
|
|
160
185
|
export const ColorFocusBackgroundInverted = "#0e0e0e";
|
|
@@ -262,8 +287,6 @@ export const ComponentsButtonLowTextHover = "#bf451a";
|
|
|
262
287
|
export const ComponentsButtonLowerBorder = "#ffffff";
|
|
263
288
|
export const ComponentsButtonLowerBorderActive = "#ffffff";
|
|
264
289
|
export const ComponentsButtonLowerBorderHover = "#ffffff";
|
|
265
|
-
export const ComponentsButtonLowerBorder2 = "#ffffff";
|
|
266
|
-
export const ComponentsButtonLowerBorderHover2 = "#ffffff";
|
|
267
290
|
export const ComponentsButtonLowerBackground = "#ffffff";
|
|
268
291
|
export const ComponentsButtonLowerBackgroundActive = "#fceae3";
|
|
269
292
|
export const ComponentsButtonLowerBackgroundHover = "#f6f6f6";
|
|
@@ -293,18 +316,6 @@ export const ComponentsButtonMediumIconHover = "#bf451a";
|
|
|
293
316
|
export const ComponentsButtonMediumText = "#e75420";
|
|
294
317
|
export const ComponentsButtonMediumTextActive = "#bf451a";
|
|
295
318
|
export const ComponentsButtonMediumTextHover = "#bf451a";
|
|
296
|
-
export const ComponentsDatagridHeaderText = "#ff0000";
|
|
297
|
-
export const ComponentsDatagridHeaderBorder = "#bfbfbf";
|
|
298
|
-
export const ComponentsDatagridHeaderBackground = "#ffffff";
|
|
299
|
-
export const ComponentsDatagridBodyText = "#ff0000";
|
|
300
|
-
export const ComponentsDatagridBodySubtext = "#0000ff";
|
|
301
|
-
export const ComponentsDatagridBodyBorder = "#e3e3e3";
|
|
302
|
-
export const ComponentsDatagridBodyBackgroundDefault = "#ffffff";
|
|
303
|
-
export const ComponentsDatagridBodyBackgroundActive = "#fceae3";
|
|
304
|
-
export const ComponentsDatagridBodyBackgroundHover = "#f6f6f6";
|
|
305
|
-
export const ComponentsDatagridExpanderContentBackground = "#ffffff";
|
|
306
|
-
export const ComponentsDatagridExpanderBorder = "#e3e3e3";
|
|
307
|
-
export const ComponentsDatagridExpanderExpanderBackground = "#f6f6f6";
|
|
308
319
|
export const ComponentsFormOpacityDefault = "100%";
|
|
309
320
|
export const ComponentsFormOpacityDisabled = "50%";
|
|
310
321
|
export const ComponentsFormTextRequired = "#bb1919";
|
|
@@ -470,6 +481,18 @@ export const ComponentsButtongroupLowBorder = "#e75420";
|
|
|
470
481
|
export const ComponentsButtongroupLowBackground = "#ffffff";
|
|
471
482
|
export const ComponentsButtongroupLowerBorder = "#6d6d6d";
|
|
472
483
|
export const ComponentsButtongroupLowerBackground = "#ffffff";
|
|
484
|
+
export const ComponentsDatagridHeaderBorder = "#bfbfbf";
|
|
485
|
+
export const ComponentsDatagridHeaderText = "#1d1d1d";
|
|
486
|
+
export const ComponentsDatagridHeaderBackground = "#ffffff";
|
|
487
|
+
export const ComponentsDatagridBodyBorder = "#e3e3e3";
|
|
488
|
+
export const ComponentsDatagridBodyText = "#414141";
|
|
489
|
+
export const ComponentsDatagridBodySubtext = "#6d6d6d";
|
|
490
|
+
export const ComponentsDatagridBodyBackgroundDefault = "#ffffff";
|
|
491
|
+
export const ComponentsDatagridBodyBackgroundActive = "#fceae3";
|
|
492
|
+
export const ComponentsDatagridBodyBackgroundHover = "#f6f6f6";
|
|
493
|
+
export const ComponentsDatagridExpanderContentBackground = "#ffffff";
|
|
494
|
+
export const ComponentsDatagridExpanderBorder = "#e3e3e3";
|
|
495
|
+
export const ComponentsDatagridExpanderExpanderBackground = "#f6f6f6";
|
|
473
496
|
export const ComponentsFieldTimeBackgroundDefault = "#ffffff";
|
|
474
497
|
export const ComponentsFieldTimeBackgroundHover = "#f6f6f6";
|
|
475
498
|
export const ComponentsFieldTimeBackgroundActive = "#fceae3";
|
|
@@ -479,10 +502,6 @@ export const ComponentsFieldTimeTextActive = "#bf451a";
|
|
|
479
502
|
export const ComponentsFieldTimeBorderActive = "#bf451a";
|
|
480
503
|
export const ComponentsCalendarBorder = "#e3e3e3";
|
|
481
504
|
export const ComponentsCalendarHeaderText = "#1d1d1d";
|
|
482
|
-
export const ComponentsCalendarWeeksBackground = "#f6f6f6";
|
|
483
|
-
export const ComponentsCalendarWeeksBackgroundHover = "#ededed";
|
|
484
|
-
export const ComponentsCalendarWeeksText = "#1d1d1d";
|
|
485
|
-
export const ComponentsCalendarWeeksTextHover = "#1d1d1d";
|
|
486
505
|
export const ComponentsCalendarCellBackground = "#ffffff";
|
|
487
506
|
export const ComponentsCalendarCellBackgroundSelected = "#bf451a";
|
|
488
507
|
export const ComponentsCalendarCellBackgroundInRange = "#fceae3";
|
|
@@ -497,6 +516,10 @@ export const ComponentsCalendarCellTextInRange = "#bf451a";
|
|
|
497
516
|
export const ComponentsCalendarCellTextHover = "#414141";
|
|
498
517
|
export const ComponentsCalendarCellTextOutsideMonth = "#a9a9a9";
|
|
499
518
|
export const ComponentsCalendarCellTextToday = "#1d1d1d";
|
|
519
|
+
export const ComponentsCalendarWeeksBackground = "#f6f6f6";
|
|
520
|
+
export const ComponentsCalendarWeeksBackgroundHover = "#ededed";
|
|
521
|
+
export const ComponentsCalendarWeeksText = "#1d1d1d";
|
|
522
|
+
export const ComponentsCalendarWeeksTextHover = "#1d1d1d";
|
|
500
523
|
export const ComponentsCalendarBackground = "#ffffff";
|
|
501
524
|
export const ComponentsMenuContextualBackground = "#ffffff";
|
|
502
525
|
export const ComponentsMenuContextualBorder = "#e3e3e3";
|
|
@@ -510,6 +533,7 @@ export const ComponentsNotificationInformationBackground = "#ffffff";
|
|
|
510
533
|
export const ComponentsNotificationInformationIcon = "#2660c2";
|
|
511
534
|
export const ComponentsNotificationInformationBorder = "#2660c2";
|
|
512
535
|
export const ComponentsNotificationContentDescription = "#414141";
|
|
536
|
+
export const ComponentsNotificationContentTimestamp = "#414141";
|
|
513
537
|
export const ComponentsNotificationContentTitle = "#1d1d1d";
|
|
514
538
|
export const ComponentsNotificationWarningBackground = "#ffffff";
|
|
515
539
|
export const ComponentsNotificationWarningBorder = "#805c00";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nova-design-system/nova-base",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.14.0-beta.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",
|