@sankhyalabs/ez-design 2.5.3 → 2.5.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/.releaserc CHANGED
@@ -30,6 +30,7 @@
30
30
  ],
31
31
  "branches": [
32
32
  {"name": "master"},
33
- {"name": "beta", "channel": "beta", "prerelease": true}
33
+ {"name": "beta", "channel": "beta", "prerelease": true},
34
+ "+([0-9])?(.{+([0-9]),x}).x"
34
35
  ]
35
- }
36
+ }
@@ -2610,16 +2610,16 @@ body {
2610
2610
 
2611
2611
  .ez-scrim {
2612
2612
  position: fixed;
2613
+ z-index: 1;
2613
2614
  padding: 0;
2614
2615
  top: 0px;
2615
2616
  left: 0px;
2616
2617
  width: 100%;
2617
2618
  height: 100vh;
2618
- box-sizing: border-box;
2619
- z-index: var(--more-visible); }
2620
- .ez-scrim--light {
2619
+ box-sizing: border-box; }
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