@nova-design-system/nova-base 3.30.0 → 3.31.1-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/css/ocean.css +2071 -2071
- package/dist/css/spark.css +2071 -2071
- package/dist/js/ocean_dark.d.ts +635 -635
- package/dist/js/ocean_dark.js +35 -35
- package/dist/js/ocean_light.d.ts +635 -635
- package/dist/js/ocean_light.js +35 -35
- package/dist/js/primitives.d.ts +276 -276
- package/dist/js/spacings.d.ts +484 -484
- package/dist/js/spacings.js +2 -2
- package/dist/js/spark_dark.d.ts +635 -635
- package/dist/js/spark_dark.js +36 -36
- package/dist/js/spark_light.d.ts +635 -635
- package/dist/js/spark_light.js +34 -34
- package/package.json +2 -2
package/dist/js/spacings.js
CHANGED
|
@@ -254,12 +254,12 @@ export const PopoverShadow1X = "0.0000px";
|
|
|
254
254
|
export const PopoverShadow1Blur = "1.0000px";
|
|
255
255
|
export const PopoverShadow1Y = "0.0000px";
|
|
256
256
|
export const PopoverShadow1Spread = "0.0000px";
|
|
257
|
-
export const PopoverShadow1Opacity = "#
|
|
257
|
+
export const PopoverShadow1Opacity = "#0b0f1152";
|
|
258
258
|
export const PopoverShadow2X = "0.0000px";
|
|
259
259
|
export const PopoverShadow2Y = "10.0000px";
|
|
260
260
|
export const PopoverShadow2Blur = "15.0000px";
|
|
261
261
|
export const PopoverShadow2Spread = "0.0000px";
|
|
262
|
-
export const PopoverShadow2Opacity = "#
|
|
262
|
+
export const PopoverShadow2Opacity = "#0b0f1124";
|
|
263
263
|
export const PopoverFontSize = "14.0000px";
|
|
264
264
|
export const PopoverGapY = "4.0000px";
|
|
265
265
|
export const PopoverPaddingX = "8.0000px";
|