asma-core-ui 3.0.46 → 3.0.47

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.
@@ -72,6 +72,7 @@ declare const _default: {
72
72
  };
73
73
  boxShadow: {
74
74
  ash: string;
75
+ mui: string;
75
76
  };
76
77
  animation: {
77
78
  "slide-in": string;
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "3.0.46",
6
+ "version": "3.0.47",
7
7
  "type": "module",
8
8
  "files": [
9
9
  "dist/**/*",
@@ -66,7 +66,10 @@
66
66
  "custom-grey-04": "hsl(var(--color-cardea--grey-04) / <alpha-value>)",
67
67
  "custom-grey-06": "hsl(var(--color-cardea--grey-06) / <alpha-value>)"
68
68
  },
69
- "boxShadow": { "ash": "-1px 8px 18px -20px black" },
69
+ "boxShadow": {
70
+ "ash": "-1px 8px 18px -20px black",
71
+ "mui": "0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12)"
72
+ },
70
73
  "animation": {
71
74
  "slide-in": "slide-in 0.3s linear",
72
75
  "slide-out": "slide-out 0.3s linear",