@sankhyalabs/ez-design 2.4.0 → 2.5.1

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.
@@ -2,6 +2,22 @@
2
2
  /* clean-css ignore:start */
3
3
  @import url(./icons/fonts/ez-icons.css);
4
4
  /* clean-css ignore:end */
5
+ /* latin-ext */
6
+ @font-face {
7
+ font-family: 'Roboto';
8
+ font-style: normal;
9
+ font-weight: 400;
10
+ src: url(./fonts/roboto-latin-ext) format("woff2");
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
+
13
+ /* latin */
14
+ @font-face {
15
+ font-family: 'Roboto';
16
+ font-style: normal;
17
+ font-weight: 400;
18
+ src: url(./fonts/roboto-latin.woff2) format("woff2");
19
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
20
+
5
21
  /*Cores*/
6
22
  /*Textos*/
7
23
  /*Tamanho do texto*/
@@ -82,6 +98,10 @@
82
98
  --background--strong: #e4eaf1;
83
99
  --background--xstrong: #383c45;
84
100
  --background--body: #fafcff;
101
+ --rgb-background--overlay: 43, 58, 84;
102
+ --background-blur--medium: 4px;
103
+ --opacity--bright: 0.1;
104
+ --opacity--soft: 0.4;
85
105
  --border--radius-small: 6px;
86
106
  --border--radius-medium: 12px;
87
107
  --border--radius-large: 24px;
@@ -91,6 +111,7 @@
91
111
  --shadow: 0px 0px 16px 0px rgba(0, 38, 111, .12);
92
112
  --shadow-focus: 0 0 0 2px;
93
113
  --shadow--small: 0 0 16px rgba(0, 38, 111, 0.07);
114
+ --shadow--medium: 0px 8px 24px rgba(0, 38, 111, 0.1);
94
115
  --shadow--hard: 0 0 16px rgba(43, 58, 84, 0.24);
95
116
  --transition: .2s linear;
96
117
  --space--extra-small: 3px;
@@ -103,14 +124,16 @@
103
124
  --most-visible: 3;
104
125
  --hover--inverted: #333333;
105
126
  --icon--color: #626e82;
127
+ --icon--extra-small: 14px;
128
+ --icon--small: 16px;
129
+ --icon--medium: 18px;
130
+ --icon--extra-medium: 20px;
131
+ --icon--large: 24px;
132
+ --icon--extra-large: 32px;
106
133
  --scrollbar--default: #626e82;
107
134
  --scrollbar--background: #e5eaf0;
108
135
  --scrollbar--hover: #2b3a54;
109
- --scrollbar--clicked: #a2abb9;
110
- --rgb-background--overlay: 43, 58, 84;
111
- --opacity--bright: 0.1;
112
- --opacity--soft: 0.4;
113
- --background-blur--medium: 4px; }
136
+ --scrollbar--clicked: #a2abb9; }
114
137
 
115
138
  html,
116
139
  body,