@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 +3 -2
- package/dist/default/ez-themed.css +4 -4
- package/dist/default/ez-themed.min.css +1 -1
- package/dist/default/icons/fonts/ez-icons.css +6 -6
- package/dist/default/icons/fonts/ez-icons.eot +0 -0
- package/dist/default/icons/fonts/ez-icons.less +6 -6
- package/dist/default/icons/fonts/ez-icons.module.less +6 -6
- package/dist/default/icons/fonts/ez-icons.scss +6 -6
- package/dist/default/icons/fonts/ez-icons.styl +6 -6
- package/dist/default/icons/fonts/ez-icons.ttf +0 -0
- package/dist/default/icons/fonts/ez-icons.woff +0 -0
- package/dist/default/icons/fonts/ez-icons.woff2 +0 -0
- package/dist/default/icons/fonts/unicode.html +4 -4
- package/package.json +1 -1
package/.releaserc
CHANGED
|
@@ -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
|
-
|
|
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
|
|
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
|
|