urfu-ui-kit-vanilla 1.1.5 → 1.1.7

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/README.md CHANGED
@@ -1,15 +1 @@
1
- Для разработчиков:
2
-
3
- 1. Все классы имеют в названии префикс u-, для наименьшего риска случайного переопределения классов в проектах, использующих библиотеку.
4
-
5
- 2. Иконочный шрифт создается на сервисе, подобном https://icomoon.io/app/#/select/font. Иконки берутся из фигмы и загружаются на сервис все вместе. Текущий состав иконочного шрифта создан из иконок папки icons folder в этом проекте. Не забывать пополнять папку после дополнения шрифта новыми иконками!!! После создания иконочного шрифта обновляется (заменяется) файл ui-icons.css и папка src/fonst соответственно.
6
-
7
- 3. Проект создается на less, перед публикацией компилируется в общий файл .css (main.css). Пример компилятора: Easy LESS.
8
-
9
- 4. Для публикации актуальных версий в npm нужно иметь права соавтора на пакет в npmjs.com. Публикация актуальной версии производится посредством выполнения команды npm publish в терминале. Для успешной отправки изменений должна быть указана актуальная версия проекта в поле "version" файла package.json. Файлы для публикации определены в поле "files" файла package.json.
10
-
11
- 5. Для публикации актуальной версии на сервер (ссылочный метод использования библиотеки) данный проект собирается и содержимое папки dist помещается в папку с актуальным номером версии (v[номер], пример: v1 - первая версия библиотеки) папки public проекта u-library-review. Не забывайте обновлять актуальный номер версии в документации (https://uikit.my1.urfu.ru/). Файлы для сборки определены в поле "include" файла tsconfig.json.
12
-
13
- Доработки:
14
- 1. u-switch: для градиента сделать плавный переход фона
15
- 2.
1
+ https://uikit.my1.urfu.ru
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": "1.1.5",
6
+ "version": "1.1.7",
7
7
  "type": "module",
8
8
  "scripts": {
9
9
  "start": "vite",
@@ -22,5 +22,6 @@
22
22
  "src/main.css",
23
23
  "src/ui-icons.css",
24
24
  "src/fonts/*"
25
- ]
25
+ ],
26
+ "keywords": ["ui", "uikit", "urfu", "library"]
26
27
  }
package/src/ui-icons.css CHANGED
@@ -27,353 +27,265 @@
27
27
 
28
28
  .icon-folders:before {
29
29
  content: "\e957";
30
- color: #a7a7a7;
31
30
  }
32
31
  .icon-unlink:before {
33
32
  content: "\e956";
34
- color: #1e4391;
35
33
  }
36
34
  .icon-active:before {
37
35
  content: "\e900";
38
- color: #1e4391;
39
36
  }
40
37
  .icon-application:before {
41
38
  content: "\e901";
42
- color: #1e4391;
43
39
  }
44
40
  .icon-attention:before {
45
41
  content: "\e902";
46
- color: #ef302b;
47
42
  }
48
43
  .icon-basket:before {
49
44
  content: "\e903";
50
- color: #1e4391;
51
45
  }
52
46
  .icon-block:before {
53
47
  content: "\e904";
54
- color: #1e4391;
55
48
  }
56
49
  .icon-briefcase:before {
57
50
  content: "\e905";
58
- color: #1e4391;
59
51
  }
60
52
  .icon-calculator:before {
61
53
  content: "\e906";
62
- color: #1e4391;
63
54
  }
64
55
  .icon-calendar:before {
65
56
  content: "\e907";
66
- color: #1e4391;
67
57
  }
68
58
  .icon-catalog:before {
69
59
  content: "\e908";
70
- color: #1e4391;
71
60
  }
72
61
  .icon-chat:before {
73
62
  content: "\e909";
74
- color: #1e4391;
75
63
  }
76
64
  .icon-check:before {
77
65
  content: "\e90a";
78
- color: #3ba68c;
79
66
  }
80
67
  .icon-clock:before {
81
68
  content: "\e90b";
82
- color: #1e4391;
83
69
  }
84
70
  .icon-cloud:before {
85
71
  content: "\e90c";
86
- color: #1e4391;
87
72
  }
88
73
  .icon-copy:before {
89
74
  content: "\e90d";
90
- color: #1e4391;
91
75
  }
92
76
  .icon-correct:before {
93
77
  content: "\e90e";
94
- color: #1e4391;
95
78
  }
96
79
  .icon-cross:before {
97
80
  content: "\e90f";
98
- color: #ef302b;
99
81
  }
100
82
  .icon-cup:before {
101
83
  content: "\e910";
102
- color: #1e4391;
103
84
  }
104
85
  .icon-directory:before {
105
86
  content: "\e911";
106
- color: #1e4391;
107
87
  }
108
88
  .icon-doc:before {
109
89
  content: "\e912";
110
- color: #1e4391;
111
90
  }
112
91
  .icon-document:before {
113
92
  content: "\e913";
114
- color: #1e4391;
115
93
  }
116
94
  .icon-documents:before {
117
95
  content: "\e914";
118
- color: #1e4391;
119
96
  }
120
97
  .icon-down:before {
121
98
  content: "\e915";
122
- color: #1e4391;
123
99
  }
124
100
  .icon-down-arrow:before {
125
101
  content: "\e916";
126
- color: #1e4391;
127
102
  }
128
103
  .icon-download:before {
129
104
  content: "\e917";
130
- color: #1e4391;
131
105
  }
132
106
  .icon-download-line:before {
133
107
  content: "\e918";
134
- color: #1e4391;
135
108
  }
136
109
  .icon-dropdown:before {
137
110
  content: "\e919";
138
- color: #1e4391;
139
111
  }
140
112
  .icon-dropdown-horisontal:before {
141
113
  content: "\e91a";
142
- color: #1e4391;
143
114
  }
144
115
  .icon-entrance:before {
145
116
  content: "\e91b";
146
- color: #1e4391;
147
117
  }
148
118
  .icon-extracurricular-activities:before {
149
119
  content: "\e91c";
150
- color: #1e4391;
151
120
  }
152
121
  .icon-filter:before {
153
122
  content: "\e91d";
154
- color: #1e4391;
155
123
  }
156
124
  .icon-filter-mobile:before {
157
125
  content: "\e91e";
158
- color: #1e4391;
159
126
  }
160
127
  .icon-folder:before {
161
128
  content: "\e91f";
162
- color: #e98446;
163
129
  }
164
130
  .icon-full-screen:before {
165
131
  content: "\e920";
166
- color: #1e4391;
167
132
  }
168
133
  .icon-hidden:before {
169
134
  content: "\e921";
170
- color: #1e4391;
171
135
  }
172
136
  .icon-home:before {
173
137
  content: "\e922";
174
- color: #1e4391;
175
138
  }
176
139
  .icon-img:before {
177
140
  content: "\e923";
178
- color: #467be3;
179
141
  }
180
142
  .icon-information:before {
181
143
  content: "\e924";
182
- color: #1e4391;
183
144
  }
184
145
  .icon-jpg:before {
185
146
  content: "\e925";
186
- color: #467be3;
187
147
  }
188
148
  .icon-left:before {
189
149
  content: "\e926";
190
- color: #1e4391;
191
150
  }
192
151
  .icon-left-arrow:before {
193
152
  content: "\e927";
194
- color: #1e4391;
195
153
  }
196
154
  .icon-letter:before {
197
155
  content: "\e928";
198
- color: #1e4391;
199
156
  }
200
157
  .icon-like:before {
201
158
  content: "\e929";
202
- color: #1e4391;
203
159
  }
204
160
  .icon-link:before {
205
161
  content: "\e92a";
206
- color: #1e4391;
207
162
  }
208
163
  .icon-list-view:before {
209
164
  content: "\e92b";
210
- color: #7a7a7a;
211
165
  }
212
166
  .icon-lk-role:before {
213
167
  content: "\e92c";
214
- color: #1e4391;
215
168
  }
216
169
  .icon-minus:before {
217
170
  content: "\e92d";
218
- color: #1e4391;
219
171
  }
220
172
  .icon-moderation:before {
221
173
  content: "\e92e";
222
- color: #1e4391;
223
174
  }
224
175
  .icon-news:before {
225
176
  content: "\e92f";
226
- color: #1e4391;
227
177
  }
228
178
  .icon-notify:before {
229
179
  content: "\e930";
230
- color: #1e4391;
231
180
  }
232
181
  .icon-ok:before {
233
182
  content: "\e931";
234
- color: #1e4391;
235
183
  }
236
184
  .icon-pdf:before {
237
185
  content: "\e932";
238
- color: #ef302b;
239
186
  }
240
187
  .icon-pencil:before {
241
188
  content: "\e933";
242
- color: #1e4391;
243
189
  }
244
190
  .icon-people:before {
245
191
  content: "\e934";
246
- color: #1e4391;
247
192
  }
248
193
  .icon-plus:before {
249
194
  content: "\e935";
250
- color: #1e4391;
251
195
  }
252
196
  .icon-png:before {
253
197
  content: "\e936";
254
- color: #467be3;
255
198
  }
256
199
  .icon-ppt:before {
257
200
  content: "\e937";
258
- color: #e98446;
259
201
  }
260
202
  .icon-question:before {
261
203
  content: "\e938";
262
- color: #1e4391;
263
204
  }
264
205
  .icon-rating:before {
265
206
  content: "\e939";
266
- color: #1e4391;
267
207
  }
268
208
  .icon-right:before {
269
209
  content: "\e93a";
270
- color: #1e4391;
271
210
  }
272
211
  .icon-right-arrow:before {
273
212
  content: "\e93b";
274
- color: #1e4391;
275
213
  }
276
214
  .icon-role:before {
277
215
  content: "\e93c";
278
- color: #1e4391;
279
216
  }
280
217
  .icon-save:before {
281
218
  content: "\e93d";
282
- color: #1e4391;
283
219
  }
284
220
  .icon-search:before {
285
221
  content: "\e93e";
286
- color: #1e4391;
287
222
  }
288
223
  .icon-setting:before {
289
224
  content: "\e93f";
290
- color: #1e4391;
291
225
  }
292
226
  .icon-settlement:before {
293
227
  content: "\e940";
294
- color: #1e4391;
295
228
  }
296
229
  .icon-sorting:before {
297
230
  content: "\e941";
298
- color: #1e4391;
299
231
  }
300
232
  .icon-star:before {
301
233
  content: "\e942";
302
- color: #1e4391;
303
234
  }
304
235
  .icon-star-top20:before {
305
236
  content: "\e943";
306
- color: #147246;
307
237
  }
308
238
  .icon-star-top50:before {
309
239
  content: "\e944";
310
- color: #1e4391;
311
240
  }
312
241
  .icon-submenu:before {
313
242
  content: "\e945";
314
- color: #ef302b;
315
243
  }
316
244
  .icon-svg:before {
317
245
  content: "\e946";
318
- color: #a872bc;
319
246
  }
320
247
  .icon-table-view:before {
321
248
  content: "\e947";
322
- color: #1e4391;
323
249
  }
324
250
  .icon-telephone:before {
325
251
  content: "\e948";
326
- color: #1e4391;
327
252
  }
328
253
  .icon-test-tube:before {
329
254
  content: "\e949";
330
- color: #1e4391;
331
255
  }
332
256
  .icon-top100:before {
333
257
  content: "\e94a";
334
- color: #ef302b;
335
258
  }
336
259
  .icon-top20:before {
337
260
  content: "\e94b";
338
- color: #147246;
339
261
  }
340
262
  .icon-top50:before {
341
263
  content: "\e94c";
342
- color: #1e4391;
343
264
  }
344
265
  .icon-union:before {
345
266
  content: "\e94d";
346
- color: #1e4391;
347
267
  }
348
268
  .icon-university:before {
349
269
  content: "\e94e";
350
- color: #1e4391;
351
270
  }
352
271
  .icon-up:before {
353
272
  content: "\e94f";
354
- color: #1e4391;
355
273
  }
356
274
  .icon-up-arrow:before {
357
275
  content: "\e950";
358
- color: #1e4391;
359
276
  }
360
277
  .icon-upload:before {
361
278
  content: "\e951";
362
- color: #1e4391;
363
279
  }
364
280
  .icon-user:before {
365
281
  content: "\e952";
366
- color: #1e4391;
367
282
  }
368
283
  .icon-warning:before {
369
284
  content: "\e953";
370
- color: #ef302b;
371
285
  }
372
286
  .icon-xls:before {
373
287
  content: "\e954";
374
- color: #3ba68c;
375
288
  }
376
289
  .icon-zip:before {
377
290
  content: "\e955";
378
- color: #0987ae;
379
291
  }