@sankhyalabs/ez-design 2.3.0 → 2.5.0

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.
@@ -82,6 +82,10 @@
82
82
  --background--strong: #e4eaf1;
83
83
  --background--xstrong: #383c45;
84
84
  --background--body: #fafcff;
85
+ --rgb-background--overlay: 43, 58, 84;
86
+ --background-blur--medium: 4px;
87
+ --opacity--bright: 0.1;
88
+ --opacity--soft: 0.4;
85
89
  --border--radius-small: 6px;
86
90
  --border--radius-medium: 12px;
87
91
  --border--radius-large: 24px;
@@ -91,6 +95,7 @@
91
95
  --shadow: 0px 0px 16px 0px rgba(0, 38, 111, .12);
92
96
  --shadow-focus: 0 0 0 2px;
93
97
  --shadow--small: 0 0 16px rgba(0, 38, 111, 0.07);
98
+ --shadow--medium: 0px 8px 24px rgba(0, 38, 111, 0.1);
94
99
  --shadow--hard: 0 0 16px rgba(43, 58, 84, 0.24);
95
100
  --transition: .2s linear;
96
101
  --space--extra-small: 3px;
@@ -103,6 +108,12 @@
103
108
  --most-visible: 3;
104
109
  --hover--inverted: #333333;
105
110
  --icon--color: #626e82;
111
+ --icon--extra-small: 14px;
112
+ --icon--small: 16px;
113
+ --icon--medium: 18px;
114
+ --icon--extra-medium: 20px;
115
+ --icon--large: 24px;
116
+ --icon--extra-large: 32px;
106
117
  --scrollbar--default: #626e82;
107
118
  --scrollbar--background: #e5eaf0;
108
119
  --scrollbar--hover: #2b3a54;
@@ -2581,6 +2592,21 @@ body {
2581
2592
  .ez-toggle-group__item--disabled:hover {
2582
2593
  background-color: #e5eaf0; }
2583
2594
 
2595
+ .ez-scrim {
2596
+ position: fixed;
2597
+ z-index: 1;
2598
+ padding: 0;
2599
+ top: 0px;
2600
+ left: 0px;
2601
+ width: 100%;
2602
+ height: 100vh;
2603
+ box-sizing: border-box; }
2604
+ .ez-scrim-light {
2605
+ background-color: rgba(var(--rgb-background--overlay), var(--opacity--bright)); }
2606
+ .ez-scrim-medium {
2607
+ background-color: rgba(var(--rgb-background--overlay), var(--opacity--soft));
2608
+ backdrop-filter: blur(var(--background-blur--medium)); }
2609
+
2584
2610
  /**
2585
2611
  ****************************
2586
2612
  * Generic Styles