urfu-ui-kit-vanilla 2.0.2 → 2.0.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.
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "UrFU UI-Kit for Vanilla Web",
4
4
  "license": "UNLICENSED",
5
5
  "private": false,
6
- "version": "2.0.2",
6
+ "version": "2.0.3",
7
7
  "type": "module",
8
8
  "scripts": {
9
9
  "start": "vite",
package/src/main.css CHANGED
@@ -74,31 +74,133 @@ button {
74
74
  }
75
75
  }
76
76
  @font-face {
77
- font-family: 'Open Sans';
77
+ font-family: 'Montserrat';
78
+ src: url('../fonts/montserrat/Montserrat-Thin.ttf') format('truetype');
79
+ font-weight: 100;
80
+ font-style: normal;
81
+ font-display: swap;
82
+ }
83
+ @font-face {
84
+ font-family: 'Montserrat';
85
+ src: url('../fonts/montserrat/Montserrat-ThinItalic.ttf') format('truetype');
86
+ font-weight: 100;
87
+ font-style: italic;
88
+ font-display: swap;
89
+ }
90
+ @font-face {
91
+ font-family: 'Montserrat';
92
+ src: url('../fonts/montserrat/Montserrat-ExtraLight.ttf') format('truetype');
93
+ font-weight: 200;
94
+ font-style: normal;
95
+ font-display: swap;
96
+ }
97
+ @font-face {
98
+ font-family: 'Montserrat';
99
+ src: url('../fonts/montserrat/Montserrat-ExtraLightItalic.ttf') format('truetype');
100
+ font-weight: 200;
101
+ font-style: italic;
102
+ font-display: swap;
103
+ }
104
+ @font-face {
105
+ font-family: 'Montserrat';
106
+ src: url('../fonts/montserrat/Montserrat-Light.ttf') format('truetype');
107
+ font-weight: 300;
78
108
  font-style: normal;
109
+ font-display: swap;
110
+ }
111
+ @font-face {
112
+ font-family: 'Montserrat';
113
+ src: url('../fonts/montserrat/Montserrat-LightItalic.ttf') format('truetype');
114
+ font-weight: 300;
115
+ font-style: italic;
116
+ font-display: swap;
117
+ }
118
+ @font-face {
119
+ font-family: 'Montserrat';
120
+ src: url('../fonts/montserrat/Montserrat-Regular.ttf') format('truetype');
79
121
  font-weight: 400;
80
- font-stretch: normal;
122
+ font-style: normal;
81
123
  font-display: swap;
82
- src: url(https://fonts.gstatic.com/s/opensans/v43/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0C4n.ttf) format('truetype');
83
124
  }
84
125
  @font-face {
85
- font-family: 'Open Sans';
126
+ font-family: 'Montserrat';
127
+ src: url('../fonts/montserrat/Montserrat-Italic.ttf') format('truetype');
128
+ font-weight: 400;
129
+ font-style: italic;
130
+ font-display: swap;
131
+ }
132
+ @font-face {
133
+ font-family: 'Montserrat';
134
+ src: url('../fonts/montserrat/Montserrat-Medium.ttf') format('truetype');
135
+ font-weight: 500;
86
136
  font-style: normal;
137
+ font-display: swap;
138
+ }
139
+ @font-face {
140
+ font-family: 'Montserrat';
141
+ src: url('../fonts/montserrat/Montserrat-MediumItalic.ttf') format('truetype');
142
+ font-weight: 500;
143
+ font-style: italic;
144
+ font-display: swap;
145
+ }
146
+ @font-face {
147
+ font-family: 'Montserrat';
148
+ src: url('../fonts/montserrat/Montserrat-SemiBold.ttf') format('truetype');
87
149
  font-weight: 600;
88
- font-stretch: normal;
150
+ font-style: normal;
89
151
  font-display: swap;
90
- src: url(https://fonts.gstatic.com/s/opensans/v43/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1y4n.ttf) format('truetype');
91
152
  }
92
153
  @font-face {
93
- font-family: 'Open Sans';
154
+ font-family: 'Montserrat';
155
+ src: url('../fonts/montserrat/Montserrat-SemiBoldItalic.ttf') format('truetype');
156
+ font-weight: 600;
157
+ font-style: italic;
158
+ font-display: swap;
159
+ }
160
+ @font-face {
161
+ font-family: 'Montserrat';
162
+ src: url('../fonts/montserrat/Montserrat-Bold.ttf') format('truetype');
163
+ font-weight: 700;
94
164
  font-style: normal;
165
+ font-display: swap;
166
+ }
167
+ @font-face {
168
+ font-family: 'Montserrat';
169
+ src: url('../fonts/montserrat/Montserrat-BoldItalic.ttf') format('truetype');
95
170
  font-weight: 700;
96
- font-stretch: normal;
171
+ font-style: italic;
97
172
  font-display: swap;
98
- src: url(https://fonts.gstatic.com/s/opensans/v43/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1y4n.ttf) format('truetype');
99
173
  }
100
- * {
174
+ @font-face {
175
+ font-family: 'Montserrat';
176
+ src: url('../fonts/montserrat/Montserrat-ExtraBold.ttf') format('truetype');
177
+ font-weight: 800;
178
+ font-style: normal;
179
+ font-display: swap;
180
+ }
181
+ @font-face {
182
+ font-family: 'Montserrat';
183
+ src: url('../fonts/montserrat/Montserrat-ExtraBoldItalic.ttf') format('truetype');
184
+ font-weight: 800;
185
+ font-style: italic;
186
+ font-display: swap;
187
+ }
188
+ @font-face {
101
189
  font-family: 'Montserrat';
190
+ src: url('../fonts/montserrat/Montserrat-Black.ttf') format('truetype');
191
+ font-weight: 900;
192
+ font-style: normal;
193
+ font-display: swap;
194
+ }
195
+ @font-face {
196
+ font-family: 'Montserrat';
197
+ src: url('../fonts/montserrat/Montserrat-BlackItalic.ttf') format('truetype');
198
+ font-weight: 900;
199
+ font-style: italic;
200
+ font-display: swap;
201
+ }
202
+ * {
203
+ font-family: 'Montserrat', sans-serif;
102
204
  }
103
205
  /*simple text*/
104
206
  /*descriptor*/
@@ -2406,8 +2508,8 @@ button {
2406
2508
  color: #742c8e;
2407
2509
  }
2408
2510
  .u-status-prepared {
2409
- background-color: #e8ffff;
2410
- color: #007171;
2511
+ background-color: #E9FDFD;
2512
+ color: #0987AE;
2411
2513
  }
2412
2514
  .u-message {
2413
2515
  padding: 15px 16px 15px 52px;