@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shohojdhara/atomix",
3
- "version": "0.6.8",
3
+ "version": "0.6.9",
4
4
  "description": "Atomix Design System - A modern component library for web applications",
5
5
  "type": "module",
6
6
  "sideEffects": [
@@ -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.05,
1993
+ ELASTICITY: 0,
1994
1994
  get CORNER_RADIUS() {
1995
1995
  return 16; // Use 16 to match SCSS design system (was 20)
1996
1996
  },