@shohojdhara/atomix 0.4.2 → 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);
@@ -32891,38 +32892,38 @@ body.is-open-photoviewer {
32891
32892
  }
32892
32893
  @media (min-width: 0) {
32893
32894
  .u-text-break {
32894
- word-wrap: break-word !important;
32895
- word-break: break-word !important;
32895
+ word-wrap: break-word;
32896
+ word-break: break-word;
32896
32897
  }
32897
32898
  }
32898
32899
  @media (min-width: 576px) {
32899
32900
  .u-text-sm-break {
32900
- word-wrap: break-word !important;
32901
- word-break: break-word !important;
32901
+ word-wrap: break-word;
32902
+ word-break: break-word;
32902
32903
  }
32903
32904
  }
32904
32905
  @media (min-width: 768px) {
32905
32906
  .u-text-md-break {
32906
- word-wrap: break-word !important;
32907
- word-break: break-word !important;
32907
+ word-wrap: break-word;
32908
+ word-break: break-word;
32908
32909
  }
32909
32910
  }
32910
32911
  @media (min-width: 992px) {
32911
32912
  .u-text-lg-break {
32912
- word-wrap: break-word !important;
32913
- word-break: break-word !important;
32913
+ word-wrap: break-word;
32914
+ word-break: break-word;
32914
32915
  }
32915
32916
  }
32916
32917
  @media (min-width: 1200px) {
32917
32918
  .u-text-xl-break {
32918
- word-wrap: break-word !important;
32919
- word-break: break-word !important;
32919
+ word-wrap: break-word;
32920
+ word-break: break-word;
32920
32921
  }
32921
32922
  }
32922
32923
  @media (min-width: 1440px) {
32923
32924
  .u-text-xxl-break {
32924
- word-wrap: break-word !important;
32925
- word-break: break-word !important;
32925
+ word-wrap: break-word;
32926
+ word-break: break-word;
32926
32927
  }
32927
32928
  }
32928
32929
  @media (min-width: 0) {