@nova-design-system/nova-base 3.0.0-beta.34 → 3.0.0-beta.36

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.
Files changed (37) hide show
  1. package/dist/{lib/cjs → cjs}/generated/nova-tailwind-tokens.js +69 -0
  2. package/dist/css/mccs.css +136 -42
  3. package/dist/css/nova-utils.css +100 -0
  4. package/dist/css/ocean.css +150 -56
  5. package/dist/css/spark.css +148 -54
  6. package/dist/{lib/generated → generated}/nova-tailwind-tokens.d.ts +69 -0
  7. package/dist/{lib/generated → generated}/nova-tailwind-tokens.js +69 -0
  8. package/dist/js/mccs_dark.d.ts +63 -22
  9. package/dist/js/mccs_dark.js +63 -22
  10. package/dist/js/mccs_light.d.ts +63 -22
  11. package/dist/js/mccs_light.js +64 -23
  12. package/dist/js/ocean_dark.d.ts +69 -28
  13. package/dist/js/ocean_dark.js +69 -28
  14. package/dist/js/ocean_light.d.ts +69 -28
  15. package/dist/js/ocean_light.js +69 -28
  16. package/dist/js/spacings.d.ts +12 -0
  17. package/dist/js/spacings.js +12 -0
  18. package/dist/js/spark_dark.d.ts +67 -26
  19. package/dist/js/spark_dark.js +69 -28
  20. package/dist/js/spark_light.d.ts +67 -26
  21. package/dist/js/spark_light.js +69 -28
  22. package/package.json +6 -6
  23. /package/dist/{lib/cjs → cjs}/generated/nova-tailwind-components.js +0 -0
  24. /package/dist/{lib/cjs/lib → cjs/plugin}/index.js +0 -0
  25. /package/dist/{lib/cjs/lib → cjs/plugin}/nova-plugin.js +0 -0
  26. /package/dist/{lib/cjs/lib → cjs/plugin}/nova-safelist.js +0 -0
  27. /package/dist/{lib/cjs/lib → cjs/plugin}/nova-theme.js +0 -0
  28. /package/dist/{lib/generated → generated}/nova-tailwind-components.d.ts +0 -0
  29. /package/dist/{lib/generated → generated}/nova-tailwind-components.js +0 -0
  30. /package/dist/{lib/lib → plugin}/index.d.ts +0 -0
  31. /package/dist/{lib/lib → plugin}/index.js +0 -0
  32. /package/dist/{lib/lib → plugin}/nova-plugin.d.ts +0 -0
  33. /package/dist/{lib/lib → plugin}/nova-plugin.js +0 -0
  34. /package/dist/{lib/lib → plugin}/nova-safelist.d.ts +0 -0
  35. /package/dist/{lib/lib → plugin}/nova-safelist.js +0 -0
  36. /package/dist/{lib/lib → plugin}/nova-theme.d.ts +0 -0
  37. /package/dist/{lib/lib → plugin}/nova-theme.js +0 -0
@@ -2,30 +2,41 @@
2
2
  * Do not edit directly, this file was auto-generated.
3
3
  */
4
4
 
5
- export const ColorInteractionContainerBrandedLowBackground : string;
6
- export const ColorInteractionContainerBrandedLowBackgroundHover : string;
7
- export const ColorInteractionContainerBrandedLowText : string;
8
- export const ColorInteractionContainerBrandedLowTextHover : string;
9
- export const ColorInteractionContainerBrandedLowIcon : string;
10
- export const ColorInteractionContainerBrandedLowIconHover : string;
11
- export const ColorInteractionContainerBrandedLowBorder : string;
12
- export const ColorInteractionContainerBrandedLowBorderHover : string;
5
+ export const ColorInteractionContainerBrandedHighBorder : string;
6
+ export const ColorInteractionContainerBrandedHighBorderActive : string;
7
+ export const ColorInteractionContainerBrandedHighBorderHover : string;
13
8
  export const ColorInteractionContainerBrandedHighBackground : string;
9
+ export const ColorInteractionContainerBrandedHighBackgroundActive : string;
14
10
  export const ColorInteractionContainerBrandedHighBackgroundHover : string;
15
- export const ColorInteractionContainerBrandedHighText : string;
16
- export const ColorInteractionContainerBrandedHighTextHover : string;
17
11
  export const ColorInteractionContainerBrandedHighIcon : string;
12
+ export const ColorInteractionContainerBrandedHighIconActive : string;
18
13
  export const ColorInteractionContainerBrandedHighIconHover : string;
19
- export const ColorInteractionContainerBrandedHighBorder : string;
20
- export const ColorInteractionContainerBrandedHighBorderHover : string;
14
+ export const ColorInteractionContainerBrandedHighText : string;
15
+ export const ColorInteractionContainerBrandedHighTextActive : string;
16
+ export const ColorInteractionContainerBrandedHighTextHover : string;
17
+ export const ColorInteractionContainerBrandedLowBackground : string;
18
+ export const ColorInteractionContainerBrandedLowBackgroundActive : string;
19
+ export const ColorInteractionContainerBrandedLowBackgroundHover : string;
20
+ export const ColorInteractionContainerBrandedLowBorder : string;
21
+ export const ColorInteractionContainerBrandedLowBorderActive : string;
22
+ export const ColorInteractionContainerBrandedLowBorderHover : string;
23
+ export const ColorInteractionContainerBrandedLowIcon : string;
24
+ export const ColorInteractionContainerBrandedLowIconActive : string;
25
+ export const ColorInteractionContainerBrandedLowIconHover : string;
26
+ export const ColorInteractionContainerBrandedLowText : string;
27
+ export const ColorInteractionContainerBrandedLowTextActive : string;
28
+ export const ColorInteractionContainerBrandedLowTextHover : string;
21
29
  export const ColorInteractionContainerNeutralBackground : string;
22
30
  export const ColorInteractionContainerNeutralBackgroundHover : string;
23
- export const ColorInteractionContainerNeutralText : string;
24
- export const ColorInteractionContainerNeutralTextHover : string;
25
- export const ColorInteractionContainerNeutralIcon : string;
26
- export const ColorInteractionContainerNeutralIconHover : string;
31
+ export const ColorInteractionContainerNeutralBackgroundActive : string;
27
32
  export const ColorInteractionContainerNeutralBorder : string;
28
33
  export const ColorInteractionContainerNeutralBorderHover : string;
34
+ export const ColorInteractionContainerNeutralIcon : string;
35
+ export const ColorInteractionContainerNeutralIconActive : string;
36
+ export const ColorInteractionContainerNeutralIconHover : string;
37
+ export const ColorInteractionContainerNeutralText : string;
38
+ export const ColorInteractionContainerNeutralTextActive : string;
39
+ export const ColorInteractionContainerNeutralTextHover : string;
29
40
  export const ColorInteractionLinkHighText : string;
30
41
  export const ColorInteractionLinkHighTextHover : string;
31
42
  export const ColorInteractionLinkHighIcon : string;
@@ -34,13 +45,25 @@ export const ColorInteractionLinkLowText : string;
34
45
  export const ColorInteractionLinkLowTextHover : string;
35
46
  export const ColorInteractionLinkLowIcon : string;
36
47
  export const ColorInteractionLinkLowIconHover : string;
48
+ export const ColorInteractionLinkInvertedText : string;
49
+ export const ColorInteractionLinkInvertedTextHover : string;
50
+ export const ColorInteractionLinkInvertedIcon : string;
51
+ export const ColorInteractionLinkInvertedIconHover : string;
37
52
  export const ColorBlack : string;
38
53
  export const ColorLevel10Background : string;
54
+ export const ColorLevel15Background : string;
39
55
  export const ColorLevel20Background : string;
40
56
  export const ColorLevel30Background : string;
41
57
  export const ColorLevel40Background : string;
42
58
  export const ColorLevel00Background : string;
43
59
  export const ColorLevel05Background : string;
60
+ export const ColorLevelInverted10Background : string;
61
+ export const ColorLevelInverted15Background : string;
62
+ export const ColorLevelInverted20Background : string;
63
+ export const ColorLevelInverted30Background : string;
64
+ export const ColorLevelInverted40Background : string;
65
+ export const ColorLevelInverted00Background : string;
66
+ export const ColorLevelInverted05Background : string;
44
67
  export const ColorContentHighBorder : string;
45
68
  export const ColorContentHighText : string;
46
69
  export const ColorContentHighIcon : string;
@@ -191,31 +214,43 @@ export const ShadowYAxisXl2 : string;
191
214
  export const ShadowYAxis2xl : string;
192
215
  export const ComponentsWpfComponents2 : string;
193
216
  export const ComponentsButtonHighBorder : string;
194
- export const ComponentsButtonHighBorderHover : string;
195
217
  export const ComponentsButtonHighBackground : string;
218
+ export const ComponentsButtonHighBackgroundActive : string;
196
219
  export const ComponentsButtonHighBackgroundHover : string;
220
+ export const ComponentsButtonHighBorderHover : string;
221
+ export const ComponentsButtonHighBorderActive : string;
197
222
  export const ComponentsButtonHighText : string;
223
+ export const ComponentsButtonHighTextActive : string;
198
224
  export const ComponentsButtonHighTextHover : string;
199
225
  export const ComponentsButtonHighIcon : string;
226
+ export const ComponentsButtonHighIconActive : string;
200
227
  export const ComponentsButtonHighIconHover : string;
201
228
  export const ComponentsButtonLowBackground : string;
202
229
  export const ComponentsButtonLowBorder : string;
230
+ export const ComponentsButtonLowBorderActive : string;
203
231
  export const ComponentsButtonLowBorderHover : string;
232
+ export const ComponentsButtonLowBackgroundActive : string;
204
233
  export const ComponentsButtonLowBackgroundHover : string;
205
- export const ComponentsButtonLowText : string;
206
- export const ComponentsButtonLowTextHover : string;
207
234
  export const ComponentsButtonLowIcon : string;
235
+ export const ComponentsButtonLowIconActive : string;
208
236
  export const ComponentsButtonLowIconHover : string;
209
- export const ComponentsButtonLowerBackground : string;
237
+ export const ComponentsButtonLowText : string;
238
+ export const ComponentsButtonLowTextActive : string;
239
+ export const ComponentsButtonLowTextHover : string;
210
240
  export const ComponentsButtonLowerBorder : string;
241
+ export const ComponentsButtonLowerBorderActive : string;
211
242
  export const ComponentsButtonLowerBorderHover : string;
212
243
  export const ComponentsButtonLowerBorder2 : string;
213
244
  export const ComponentsButtonLowerBorderHover2 : string;
245
+ export const ComponentsButtonLowerBackground : string;
246
+ export const ComponentsButtonLowerBackgroundActive : string;
214
247
  export const ComponentsButtonLowerBackgroundHover : string;
215
- export const ComponentsButtonLowerText : string;
216
- export const ComponentsButtonLowerTextHover : string;
217
248
  export const ComponentsButtonLowerIcon : string;
249
+ export const ComponentsButtonLowerIconActive : string;
218
250
  export const ComponentsButtonLowerIconHover : string;
251
+ export const ComponentsButtonLowerText : string;
252
+ export const ComponentsButtonLowerTextActive : string;
253
+ export const ComponentsButtonLowerTextHover : string;
219
254
  export const ComponentsButtonGrAsComplementaryBorder : string;
220
255
  export const ComponentsButtonGrAsComplementaryBorderHover : string;
221
256
  export const ComponentsButtonGrAsComplementaryBackground : string;
@@ -225,13 +260,17 @@ export const ComponentsButtonGrAsComplementaryTextHover : string;
225
260
  export const ComponentsButtonGrAsComplementaryIcon : string;
226
261
  export const ComponentsButtonGrAsComplementaryIconHover : string;
227
262
  export const ComponentsButtonMediumBackground : string;
263
+ export const ComponentsButtonMediumBackgroundActive : string;
228
264
  export const ComponentsButtonMediumBackgroundHover : string;
229
- export const ComponentsButtonMediumText : string;
230
- export const ComponentsButtonMediumTextHover : string;
231
- export const ComponentsButtonMediumIcon : string;
232
- export const ComponentsButtonMediumIconHover : string;
233
265
  export const ComponentsButtonMediumBorder : string;
266
+ export const ComponentsButtonMediumBorderActive : string;
234
267
  export const ComponentsButtonMediumBorderHover : string;
268
+ export const ComponentsButtonMediumIcon : string;
269
+ export const ComponentsButtonMediumIconActive : string;
270
+ export const ComponentsButtonMediumIconHover : string;
271
+ export const ComponentsButtonMediumText : string;
272
+ export const ComponentsButtonMediumTextActive : string;
273
+ export const ComponentsButtonMediumTextHover : string;
235
274
  export const ComponentsFormOpacityDefault : string;
236
275
  export const ComponentsFormOpacityDisabled : string;
237
276
  export const ComponentsFormTextRequired : string;
@@ -330,6 +369,8 @@ export const ComponentsButtonDestructiveLowerIcon : string;
330
369
  export const ComponentsButtonDestructiveLowerIconHover : string;
331
370
  export const ComponentsButtonDestructiveLowerBorder : string;
332
371
  export const ComponentsButtonDestructiveLowerBorderHover : string;
372
+ export const ComponentsOverlayOpacity : string;
373
+ export const ComponentsOverlayBackground : string;
333
374
  export const ComponentsAlertInformationBackground : string;
334
375
  export const ComponentsAlertInformationIcon : string;
335
376
  export const ComponentsAlertInformationBorder : string;
@@ -2,30 +2,41 @@
2
2
  * Do not edit directly, this file was auto-generated.
3
3
  */
4
4
 
5
- export const ColorInteractionContainerBrandedLowBackground = "#ffffff";
6
- export const ColorInteractionContainerBrandedLowBackgroundHover = "#fceae3";
7
- export const ColorInteractionContainerBrandedLowText = "#e75420";
8
- export const ColorInteractionContainerBrandedLowTextHover = "#bf451a";
9
- export const ColorInteractionContainerBrandedLowIcon = "#e75420";
10
- export const ColorInteractionContainerBrandedLowIconHover = "#bf451a";
11
- export const ColorInteractionContainerBrandedLowBorder = "#e75420";
12
- export const ColorInteractionContainerBrandedLowBorderHover = "#bf451a";
5
+ export const ColorInteractionContainerBrandedHighBorder = "#ffffff";
6
+ export const ColorInteractionContainerBrandedHighBorderActive = "#ffffff";
7
+ export const ColorInteractionContainerBrandedHighBorderHover = "#ffffff";
13
8
  export const ColorInteractionContainerBrandedHighBackground = "#e75420";
9
+ export const ColorInteractionContainerBrandedHighBackgroundActive = "#bf451a";
14
10
  export const ColorInteractionContainerBrandedHighBackgroundHover = "#bf451a";
15
- export const ColorInteractionContainerBrandedHighText = "#ffffff";
16
- export const ColorInteractionContainerBrandedHighTextHover = "#ffffff";
17
11
  export const ColorInteractionContainerBrandedHighIcon = "#ffffff";
12
+ export const ColorInteractionContainerBrandedHighIconActive = "#ffffff";
18
13
  export const ColorInteractionContainerBrandedHighIconHover = "#ffffff";
19
- export const ColorInteractionContainerBrandedHighBorder = "#e75420";
20
- export const ColorInteractionContainerBrandedHighBorderHover = "#bf451a";
14
+ export const ColorInteractionContainerBrandedHighText = "#ffffff";
15
+ export const ColorInteractionContainerBrandedHighTextActive = "#ffffff";
16
+ export const ColorInteractionContainerBrandedHighTextHover = "#ffffff";
17
+ export const ColorInteractionContainerBrandedLowBackground = "#ffffff";
18
+ export const ColorInteractionContainerBrandedLowBackgroundActive = "#fceae3";
19
+ export const ColorInteractionContainerBrandedLowBackgroundHover = "#fceae3";
20
+ export const ColorInteractionContainerBrandedLowBorder = "#e75420";
21
+ export const ColorInteractionContainerBrandedLowBorderActive = "#bf451a";
22
+ export const ColorInteractionContainerBrandedLowBorderHover = "#bf451a";
23
+ export const ColorInteractionContainerBrandedLowIcon = "#e75420";
24
+ export const ColorInteractionContainerBrandedLowIconActive = "#bf451a";
25
+ export const ColorInteractionContainerBrandedLowIconHover = "#bf451a";
26
+ export const ColorInteractionContainerBrandedLowText = "#e75420";
27
+ export const ColorInteractionContainerBrandedLowTextActive = "#bf451a";
28
+ export const ColorInteractionContainerBrandedLowTextHover = "#bf451a";
21
29
  export const ColorInteractionContainerNeutralBackground = "#ffffff";
22
30
  export const ColorInteractionContainerNeutralBackgroundHover = "#a5a5a5";
23
- export const ColorInteractionContainerNeutralText = "#6d6d6d";
24
- export const ColorInteractionContainerNeutralTextHover = "#414141";
25
- export const ColorInteractionContainerNeutralIcon = "#6d6d6d";
26
- export const ColorInteractionContainerNeutralIconHover = "#414141";
31
+ export const ColorInteractionContainerNeutralBackgroundActive = "#fceae3";
27
32
  export const ColorInteractionContainerNeutralBorder = "#6d6d6d";
28
33
  export const ColorInteractionContainerNeutralBorderHover = "#414141";
34
+ export const ColorInteractionContainerNeutralIcon = "#6d6d6d";
35
+ export const ColorInteractionContainerNeutralIconActive = "#bf451a";
36
+ export const ColorInteractionContainerNeutralIconHover = "#414141";
37
+ export const ColorInteractionContainerNeutralText = "#6d6d6d";
38
+ export const ColorInteractionContainerNeutralTextActive = "#bf451a";
39
+ export const ColorInteractionContainerNeutralTextHover = "#414141";
29
40
  export const ColorInteractionLinkHighText = "#e75420";
30
41
  export const ColorInteractionLinkHighTextHover = "#bf451a";
31
42
  export const ColorInteractionLinkHighIcon = "#e75420";
@@ -34,13 +45,25 @@ export const ColorInteractionLinkLowText = "#1d1d1d";
34
45
  export const ColorInteractionLinkLowTextHover = "#e75420";
35
46
  export const ColorInteractionLinkLowIcon = "#1d1d1d";
36
47
  export const ColorInteractionLinkLowIconHover = "#e75420";
48
+ export const ColorInteractionLinkInvertedText = "#919191";
49
+ export const ColorInteractionLinkInvertedTextHover = "#e75420";
50
+ export const ColorInteractionLinkInvertedIcon = "#919191";
51
+ export const ColorInteractionLinkInvertedIconHover = "#e75420";
37
52
  export const ColorBlack = "#000000";
38
53
  export const ColorLevel10Background = "#f6f6f6";
54
+ export const ColorLevel15Background = "#ededed";
39
55
  export const ColorLevel20Background = "#ffffff";
40
56
  export const ColorLevel30Background = "#f6f6f6";
41
57
  export const ColorLevel40Background = "#ffffff";
42
58
  export const ColorLevel00Background = "#ffffff";
43
59
  export const ColorLevel05Background = "#fbfbfb";
60
+ export const ColorLevelInverted10Background = "#1d1d1d";
61
+ export const ColorLevelInverted15Background = "#252525";
62
+ export const ColorLevelInverted20Background = "#2b2b2b";
63
+ export const ColorLevelInverted30Background = "#3a3a3a";
64
+ export const ColorLevelInverted40Background = "#484848";
65
+ export const ColorLevelInverted00Background = "#0e0e0e";
66
+ export const ColorLevelInverted05Background = "#161616";
44
67
  export const ColorContentHighBorder = "#919191";
45
68
  export const ColorContentHighText = "#1d1d1d";
46
69
  export const ColorContentHighIcon = "#1d1d1d";
@@ -191,31 +214,43 @@ export const ShadowYAxisXl2 = "20px";
191
214
  export const ShadowYAxis2xl = "25px";
192
215
  export const ComponentsWpfComponents2 = "#ffffff";
193
216
  export const ComponentsButtonHighBorder = "#ffffff";
194
- export const ComponentsButtonHighBorderHover = "#ffffff";
195
217
  export const ComponentsButtonHighBackground = "#e75420";
218
+ export const ComponentsButtonHighBackgroundActive = "#bf451a";
196
219
  export const ComponentsButtonHighBackgroundHover = "#bf451a";
220
+ export const ComponentsButtonHighBorderHover = "#ffffff";
221
+ export const ComponentsButtonHighBorderActive = "#ffffff";
197
222
  export const ComponentsButtonHighText = "#ffffff";
223
+ export const ComponentsButtonHighTextActive = "#ffffff";
198
224
  export const ComponentsButtonHighTextHover = "#ffffff";
199
225
  export const ComponentsButtonHighIcon = "#ffffff";
226
+ export const ComponentsButtonHighIconActive = "#ffffff";
200
227
  export const ComponentsButtonHighIconHover = "#ffffff";
201
228
  export const ComponentsButtonLowBackground = "#ffffff";
202
229
  export const ComponentsButtonLowBorder = "#ffffff";
230
+ export const ComponentsButtonLowBorderActive = "#ffffff";
203
231
  export const ComponentsButtonLowBorderHover = "#ffffff";
232
+ export const ComponentsButtonLowBackgroundActive = "#fceae3";
204
233
  export const ComponentsButtonLowBackgroundHover = "#fceae3";
205
- export const ComponentsButtonLowText = "#e75420";
206
- export const ComponentsButtonLowTextHover = "#bf451a";
207
234
  export const ComponentsButtonLowIcon = "#e75420";
235
+ export const ComponentsButtonLowIconActive = "#bf451a";
208
236
  export const ComponentsButtonLowIconHover = "#bf451a";
209
- export const ComponentsButtonLowerBackground = "#ffffff";
237
+ export const ComponentsButtonLowText = "#e75420";
238
+ export const ComponentsButtonLowTextActive = "#bf451a";
239
+ export const ComponentsButtonLowTextHover = "#bf451a";
210
240
  export const ComponentsButtonLowerBorder = "#ffffff";
241
+ export const ComponentsButtonLowerBorderActive = "#ffffff";
211
242
  export const ComponentsButtonLowerBorderHover = "#ffffff";
212
243
  export const ComponentsButtonLowerBorder2 = "#ffffff";
213
244
  export const ComponentsButtonLowerBorderHover2 = "#ffffff";
245
+ export const ComponentsButtonLowerBackground = "#ffffff";
246
+ export const ComponentsButtonLowerBackgroundActive = "#fceae3";
214
247
  export const ComponentsButtonLowerBackgroundHover = "#a5a5a5";
215
- export const ComponentsButtonLowerText = "#414141";
216
- export const ComponentsButtonLowerTextHover = "#1d1d1d";
217
- export const ComponentsButtonLowerIcon = "#414141";
218
- export const ComponentsButtonLowerIconHover = "#1d1d1d";
248
+ export const ComponentsButtonLowerIcon = "#6d6d6d";
249
+ export const ComponentsButtonLowerIconActive = "#bf451a";
250
+ export const ComponentsButtonLowerIconHover = "#414141";
251
+ export const ComponentsButtonLowerText = "#6d6d6d";
252
+ export const ComponentsButtonLowerTextActive = "#bf451a";
253
+ export const ComponentsButtonLowerTextHover = "#414141";
219
254
  export const ComponentsButtonGrAsComplementaryBorder = "#ffffff";
220
255
  export const ComponentsButtonGrAsComplementaryBorderHover = "#ffffff";
221
256
  export const ComponentsButtonGrAsComplementaryBackground = "#bfbfbf";
@@ -225,13 +260,17 @@ export const ComponentsButtonGrAsComplementaryTextHover = "#000000";
225
260
  export const ComponentsButtonGrAsComplementaryIcon = "#000000";
226
261
  export const ComponentsButtonGrAsComplementaryIconHover = "#000000";
227
262
  export const ComponentsButtonMediumBackground = "#ffffff";
263
+ export const ComponentsButtonMediumBackgroundActive = "#fceae3";
228
264
  export const ComponentsButtonMediumBackgroundHover = "#fceae3";
229
- export const ComponentsButtonMediumText = "#e75420";
230
- export const ComponentsButtonMediumTextHover = "#bf451a";
231
- export const ComponentsButtonMediumIcon = "#e75420";
232
- export const ComponentsButtonMediumIconHover = "#bf451a";
233
265
  export const ComponentsButtonMediumBorder = "#e75420";
266
+ export const ComponentsButtonMediumBorderActive = "#bf451a";
234
267
  export const ComponentsButtonMediumBorderHover = "#bf451a";
268
+ export const ComponentsButtonMediumIcon = "#e75420";
269
+ export const ComponentsButtonMediumIconActive = "#bf451a";
270
+ export const ComponentsButtonMediumIconHover = "#bf451a";
271
+ export const ComponentsButtonMediumText = "#e75420";
272
+ export const ComponentsButtonMediumTextActive = "#bf451a";
273
+ export const ComponentsButtonMediumTextHover = "#bf451a";
235
274
  export const ComponentsFormOpacityDefault = "100px";
236
275
  export const ComponentsFormOpacityDisabled = "50px";
237
276
  export const ComponentsFormTextRequired = "#da2424";
@@ -330,6 +369,8 @@ export const ComponentsButtonDestructiveLowerIcon = "#e3e3e3";
330
369
  export const ComponentsButtonDestructiveLowerIconHover = "#e3e3e3";
331
370
  export const ComponentsButtonDestructiveLowerBorder = "#e3e3e3";
332
371
  export const ComponentsButtonDestructiveLowerBorderHover = "#e3e3e3";
372
+ export const ComponentsOverlayOpacity = "55px";
373
+ export const ComponentsOverlayBackground = "#161616";
333
374
  export const ComponentsAlertInformationBackground = "#f0f6ff";
334
375
  export const ComponentsAlertInformationIcon = "#2660c2";
335
376
  export const ComponentsAlertInformationBorder = "#2660c2";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nova-design-system/nova-base",
3
- "version": "3.0.0-beta.34",
3
+ "version": "3.0.0-beta.36",
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",
@@ -12,10 +12,10 @@
12
12
  },
13
13
  "scripts": {
14
14
  "generate-tokens": "tsx scripts/extract-tokens.ts && tsx scripts/generate-token-files.ts",
15
- "generate-css-utils": "tailwindcss -i ./lib/tailwind.css -o ./dist/css/nova-utils.css",
15
+ "generate-css-utils": "tailwindcss -i ./plugin/tailwind.css -o ./dist/css/nova-utils.css",
16
16
  "generate-tailwind-tokens": "tsx scripts/generate-tailwind-tokens.ts",
17
17
  "generate-tailwind-components": "tsx scripts/generate-tailwind-components.ts",
18
- "build-lib": "tsc && tsc --module CommonJS --moduleResolution Node --declaration false --outDir ./dist/lib/cjs",
18
+ "build-lib": "tsc && tsc --module CommonJS --moduleResolution Node --declaration false --outDir ./dist/cjs",
19
19
  "merge-css": "tsx scripts/merge-css.ts",
20
20
  "build": "npm run clean && tsx scripts/generate-tokens.ts && npm run generate-tailwind-components && npm run merge-css && npm run generate-tailwind-tokens && npm run generate-css-utils && npm run build-lib",
21
21
  "clean": "rimraf dist",
@@ -37,9 +37,9 @@
37
37
  "./dist/*": "./dist/*",
38
38
  "./assets/*": "./assets/*",
39
39
  "./theme": {
40
- "import": "./dist/lib/index.js",
41
- "require": "./dist/lib/cjs/index.js",
42
- "types": "./dist/lib/index.d.ts"
40
+ "import": "./dist/plugin/index.js",
41
+ "require": "./dist/cjs/plugin/index.js",
42
+ "types": "./dist/plugin/index.d.ts"
43
43
  }
44
44
  }
45
45
  }
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes