@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/charts.js CHANGED
@@ -566,7 +566,7 @@ const _reduceInstanceProperty = getDefaultExportFromCjs((function(it) {
566
566
  get ABERRATION_INTENSITY() {
567
567
  return .02 * this.DISPLACEMENT_SCALE;
568
568
  },
569
- ELASTICITY: .05,
569
+ ELASTICITY: 0,
570
570
  get CORNER_RADIUS() {
571
571
  return 16;
572
572
  // Use 16 to match SCSS design system (was 20)
package/dist/core.js CHANGED
@@ -638,7 +638,7 @@ const _includesInstanceProperty = getDefaultExportFromCjs((function(it) {
638
638
  get ABERRATION_INTENSITY() {
639
639
  return .02 * this.DISPLACEMENT_SCALE;
640
640
  },
641
- ELASTICITY: .05,
641
+ ELASTICITY: 0,
642
642
  get CORNER_RADIUS() {
643
643
  return 16;
644
644
  // Use 16 to match SCSS design system (was 20)
package/dist/forms.js CHANGED
@@ -131,7 +131,7 @@ import React, { memo, forwardRef, useId, useMemo, useState, useRef, useEffect, u
131
131
  get ABERRATION_INTENSITY() {
132
132
  return .02 * this.DISPLACEMENT_SCALE;
133
133
  },
134
- ELASTICITY: .05,
134
+ ELASTICITY: 0,
135
135
  get CORNER_RADIUS() {
136
136
  return 16;
137
137
  // Use 16 to match SCSS design system (was 20)
package/dist/heavy.js CHANGED
@@ -140,7 +140,7 @@ import { Pause, Play, SkipBack, SkipForward, SpeakerX, SpeakerHigh, Gear, Downlo
140
140
  get ABERRATION_INTENSITY() {
141
141
  return .02 * this.DISPLACEMENT_SCALE;
142
142
  },
143
- ELASTICITY: .05,
143
+ ELASTICITY: 0,
144
144
  get CORNER_RADIUS() {
145
145
  return 16;
146
146
  // Use 16 to match SCSS design system (was 20)
package/dist/index.esm.js CHANGED
@@ -2015,7 +2015,7 @@ const _includesInstanceProperty = getDefaultExportFromCjs((function(it) {
2015
2015
  get ABERRATION_INTENSITY() {
2016
2016
  return .02 * this.DISPLACEMENT_SCALE;
2017
2017
  },
2018
- ELASTICITY: .05,
2018
+ ELASTICITY: 0,
2019
2019
  get CORNER_RADIUS() {
2020
2020
  return 16;
2021
2021
  // Use 16 to match SCSS design system (was 20)
package/dist/index.js CHANGED
@@ -2038,7 +2038,7 @@ const THEME_COLORS = [ "primary", "secondary", "success", "info", "warning", "er
2038
2038
  get ABERRATION_INTENSITY() {
2039
2039
  return .02 * this.DISPLACEMENT_SCALE;
2040
2040
  },
2041
- ELASTICITY: .05,
2041
+ ELASTICITY: 0,
2042
2042
  get CORNER_RADIUS() {
2043
2043
  return 16;
2044
2044
  // Use 16 to match SCSS design system (was 20)