@shohojdhara/atomix 0.6.8 → 0.6.9
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/dist/atomix.umd.js +1 -1
- package/dist/atomix.umd.js.map +1 -1
- package/dist/atomix.umd.min.js +1 -1
- package/dist/charts.js +1 -1
- package/dist/core.js +1 -1
- package/dist/forms.js +1 -1
- package/dist/heavy.js +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.js +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/constants/components.ts +1 -1
package/package.json
CHANGED
|
@@ -1990,7 +1990,7 @@ export const ATOMIX_GLASS = {
|
|
|
1990
1990
|
get ABERRATION_INTENSITY() {
|
|
1991
1991
|
return this.DISPLACEMENT_SCALE * 0.02;
|
|
1992
1992
|
},
|
|
1993
|
-
ELASTICITY: 0
|
|
1993
|
+
ELASTICITY: 0,
|
|
1994
1994
|
get CORNER_RADIUS() {
|
|
1995
1995
|
return 16; // Use 16 to match SCSS design system (was 20)
|
|
1996
1996
|
},
|