@shohojdhara/atomix 0.4.3 → 0.4.4

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.css CHANGED
@@ -1898,7 +1898,7 @@ a, a:hover {
1898
1898
  position: relative;
1899
1899
  --atomix-glass-radius: var(--atomix-radius-md, 16px);
1900
1900
  --atomix-glass-transform: none;
1901
- --atomix-glass-transition: all var(--atomix-transition-duration, 0.15s) ease-out;
1901
+ --atomix-glass-transition: transform var(--atomix-transition-duration, 0.15s) ease-out;
1902
1902
  --atomix-glass-position: absolute;
1903
1903
  --atomix-glass-container-width: 100%;
1904
1904
  --atomix-glass-container-height: 100%;
@@ -1972,6 +1972,7 @@ a, a:hover {
1972
1972
  border-radius: var(--atomix-glass-radius);
1973
1973
  transform: var(--atomix-glass-transform);
1974
1974
  transition: var(--atomix-glass-transition);
1975
+ z-index: var(--atomix-z-index-5);
1975
1976
  }
1976
1977
  .c-atomix-glass__border-1 {
1977
1978
  opacity: var(--atomix-opacity-20, 0.2);