@sankhyalabs/ez-design 2.5.1 → 2.5.3

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.
@@ -7,7 +7,7 @@
7
7
  font-family: 'Roboto';
8
8
  font-style: normal;
9
9
  font-weight: 400;
10
- src: url(./fonts/roboto-latin-ext) format("woff2");
10
+ src: url(./fonts/roboto-latin-ext.woff2) format("woff2");
11
11
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }
12
12
 
13
13
  /* latin */
@@ -2610,16 +2610,16 @@ body {
2610
2610
 
2611
2611
  .ez-scrim {
2612
2612
  position: fixed;
2613
- z-index: 1;
2614
2613
  padding: 0;
2615
2614
  top: 0px;
2616
2615
  left: 0px;
2617
2616
  width: 100%;
2618
2617
  height: 100vh;
2619
- box-sizing: border-box; }
2620
- .ez-scrim-light {
2618
+ box-sizing: border-box;
2619
+ z-index: var(--more-visible); }
2620
+ .ez-scrim--light {
2621
2621
  background-color: rgba(var(--rgb-background--overlay), var(--opacity--bright)); }
2622
- .ez-scrim-medium {
2622
+ .ez-scrim--medium {
2623
2623
  background-color: rgba(var(--rgb-background--overlay), var(--opacity--soft));
2624
2624
  backdrop-filter: blur(var(--background-blur--medium)); }
2625
2625