@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 +2 -1
- package/dist/atomix.css.map +1 -1
- package/dist/atomix.min.css +1 -1
- package/dist/atomix.min.css.map +1 -1
- package/dist/charts.js +2 -10
- package/dist/charts.js.map +1 -1
- package/dist/core.js +2 -10
- package/dist/core.js.map +1 -1
- package/dist/forms.js +2 -10
- package/dist/forms.js.map +1 -1
- package/dist/heavy.js +2 -10
- package/dist/heavy.js.map +1 -1
- package/dist/index.esm.js +2 -10
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +2 -10
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/package.json +1 -1
- package/src/components/AtomixGlass/AtomixGlass.tsx +2 -14
- package/src/styles/06-components/_components.atomix-glass.scss +2 -1
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:
|
|
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);
|