@shohojdhara/atomix 0.6.0 → 0.6.1

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.0",
3
+ "version": "0.6.1",
4
4
  "description": "Atomix Design System - A modern component library for web applications",
5
5
  "type": "module",
6
6
  "sideEffects": [
@@ -1,11 +1,11 @@
1
1
  // Global effect toggles
2
- $background-enable-gradient-overlay: true !default;
3
- $background-transparency-enable: true !default;
4
- $background-enable-with-shadow: true !default;
2
+ $background-enable-gradient-overlay: false !default;
3
+ $background-transparency-enable: false !default;
4
+ $background-enable-with-shadow: false !default;
5
5
  $background-enable-mesh-gradient: false !default;
6
6
  $background-enable-noise-texture: false !default;
7
7
  $background-enable-shimmer: false !default;
8
- $background-enable-hover-effects: true !default; // Variable to control hover effects
8
+ $background-enable-hover-effects: false !default; // Variable to control hover effects
9
9
 
10
10
  // Core transparency levels
11
11
  $background-transparency: 0.65 !default;
@@ -26,7 +26,7 @@ $background-shadow-spread: 2px !default;
26
26
  // Border configuration
27
27
  $background-border-width: 1px !default;
28
28
  $background-border-opacity: 0.2 !default;
29
- $background-border-gradient-enable: true !default;
29
+ $background-border-gradient-enable: false !default;
30
30
 
31
31
  // Noise texture (for glass-like grain)
32
32
  $background-noise-opacity: 0.03 !default;