urfu-ui-kit-vanilla 1.0.45 → 1.0.46

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/main.css +27 -32
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.0.45",
6
+ "version": "1.0.46",
7
7
  "type": "module",
8
8
  "scripts": {
9
9
  "start": "vite",
package/src/main.css CHANGED
@@ -43,14 +43,14 @@ button {
43
43
  ::-webkit-scrollbar {
44
44
  background-color: transparent;
45
45
  width: 0.45vw;
46
- height: 1.5vh;
46
+ height: 1vh;
47
47
  }
48
48
  /* ползунок скроллбара */
49
49
  ::-webkit-scrollbar-thumb {
50
50
  background-color: #D3D3D3;
51
51
  border-radius: 10px;
52
52
  width: 0.45vw;
53
- height: 1.5vh;
53
+ height: 1vh;
54
54
  }
55
55
  ::-webkit-scrollbar-thumb:hover {
56
56
  background-color: #7A7A7A;
@@ -107,6 +107,11 @@ button {
107
107
  * {
108
108
  font-family: 'Montserrat';
109
109
  }
110
+ /*simple text*/
111
+ /*descriptor*/
112
+ /*table header*/
113
+ /*table text*/
114
+ /*button text*/
110
115
  .u-button {
111
116
  height: 48px;
112
117
  padding: 0 50px;
@@ -332,8 +337,7 @@ button {
332
337
  /* Internet Explorer 10-11 */
333
338
  color: #A7A7A7;
334
339
  }
335
- .u-input::-ms-input-placeholder {
336
- /* Microsoft Edge */
340
+ .u-input::placeholder {
337
341
  color: #A7A7A7;
338
342
  }
339
343
  .u-input[type="number"] {
@@ -507,8 +511,7 @@ button {
507
511
  /* Internet Explorer 10-11 */
508
512
  color: #A7A7A7;
509
513
  }
510
- .u-selectbox-select::-ms-input-placeholder {
511
- /* Microsoft Edge */
514
+ .u-selectbox-select::placeholder {
512
515
  color: #A7A7A7;
513
516
  }
514
517
  .u-selectbox-select[type="number"] {
@@ -592,6 +595,9 @@ button {
592
595
  height: 12px;
593
596
  right: 20px;
594
597
  top: calc(50% - 7px);
598
+ transition-property: color, background-color, border-color, background-image;
599
+ transition-duration: 0.15s;
600
+ transition-timing-function: ease-in-out;
595
601
  }
596
602
  .u-selectbox-select-icon-cross {
597
603
  position: absolute;
@@ -635,8 +641,6 @@ button {
635
641
  background-color: #FFFFFF;
636
642
  border-bottom: 1px solid #CAD1E1;
637
643
  padding: 14px 16px;
638
- /*table text*/
639
- /*table text*/
640
644
  font-weight: 400;
641
645
  font-size: 14px;
642
646
  line-height: 20px;
@@ -656,6 +660,9 @@ button {
656
660
  .u-multiselectbox {
657
661
  position: relative;
658
662
  }
663
+ .u-multiselectbox:hover .u-multiselectbox-select {
664
+ border: 1px solid #748AB9;
665
+ }
659
666
  .u-multiselectbox.u-multiselectbox-disabled * {
660
667
  cursor: not-allowed;
661
668
  }
@@ -688,6 +695,7 @@ button {
688
695
  transition-duration: 0.15s;
689
696
  transition-timing-function: ease-in-out;
690
697
  border: 1px solid #D3D3D3;
698
+ line-height: 30px;
691
699
  position: relative;
692
700
  padding: 8px 16px 7px 16px;
693
701
  display: flex;
@@ -723,8 +731,7 @@ button {
723
731
  /* Internet Explorer 10-11 */
724
732
  color: #A7A7A7;
725
733
  }
726
- .u-multiselectbox-select::-ms-input-placeholder {
727
- /* Microsoft Edge */
734
+ .u-multiselectbox-select::placeholder {
728
735
  color: #A7A7A7;
729
736
  }
730
737
  .u-multiselectbox-select[type="number"] {
@@ -934,6 +941,9 @@ button {
934
941
  .u-multiselectbox-simple {
935
942
  position: relative;
936
943
  }
944
+ .u-multiselectbox-simple:hover .u-multiselectbox-simple-select {
945
+ border: 1px solid #748AB9;
946
+ }
937
947
  .u-multiselectbox-simple.u-multiselectbox-simple-disabled * {
938
948
  cursor: not-allowed;
939
949
  }
@@ -1002,8 +1012,7 @@ button {
1002
1012
  /* Internet Explorer 10-11 */
1003
1013
  color: #A7A7A7;
1004
1014
  }
1005
- .u-multiselectbox-simple-select::-ms-input-placeholder {
1006
- /* Microsoft Edge */
1015
+ .u-multiselectbox-simple-select::placeholder {
1007
1016
  color: #A7A7A7;
1008
1017
  }
1009
1018
  .u-multiselectbox-simple-select[type="number"] {
@@ -1280,8 +1289,6 @@ button {
1280
1289
  -moz-animation: negative_rotate 3s linear infinite;
1281
1290
  }
1282
1291
  .u-file-title {
1283
- /*table text*/
1284
- /*table text*/
1285
1292
  font-weight: 400;
1286
1293
  font-size: 14px;
1287
1294
  line-height: 20px;
@@ -1291,8 +1298,6 @@ button {
1291
1298
  margin-bottom: 7px;
1292
1299
  }
1293
1300
  .u-file-title-loading {
1294
- /*simple text*/
1295
- /*simple text*/
1296
1301
  font-weight: 400;
1297
1302
  font-size: 16px;
1298
1303
  line-height: 22.4px;
@@ -1536,6 +1541,11 @@ button {
1536
1541
  width: 20px;
1537
1542
  height: 20px;
1538
1543
  }
1544
+ .u-calendar::placeholder {
1545
+ color: #A7A7A7;
1546
+ opacity: 1;
1547
+ /* Firefox */
1548
+ }
1539
1549
  .u-switch {
1540
1550
  cursor: pointer;
1541
1551
  display: flex;
@@ -1977,8 +1987,6 @@ button {
1977
1987
  .u-pagination__limits,
1978
1988
  .u-pagination__limit,
1979
1989
  .u-pagination__paginator {
1980
- /*table text*/
1981
- /*table text*/
1982
1990
  font-weight: 400;
1983
1991
  font-size: 14px;
1984
1992
  line-height: 20px;
@@ -2575,8 +2583,6 @@ button {
2575
2583
  height: 28px;
2576
2584
  width: 28px;
2577
2585
  color: #748AB9;
2578
- /*simple text*/
2579
- /*simple text*/
2580
2586
  font-weight: 400;
2581
2587
  font-size: 16px;
2582
2588
  line-height: 22.4px;
@@ -2590,8 +2596,6 @@ button {
2590
2596
  grid-row-gap: 10px;
2591
2597
  }
2592
2598
  .air-datepicker-cell {
2593
- /*simple text*/
2594
- /*simple text*/
2595
2599
  font-weight: 400;
2596
2600
  font-size: 16px;
2597
2601
  line-height: 22.4px;
@@ -3106,8 +3110,6 @@ button {
3106
3110
  display: flex;
3107
3111
  cursor: pointer;
3108
3112
  margin-top: 28px;
3109
- /*simple text*/
3110
- /*simple text*/
3111
3113
  font-weight: 400;
3112
3114
  font-size: 16px;
3113
3115
  line-height: 22.4px;
@@ -3231,8 +3233,6 @@ button {
3231
3233
  display: flex;
3232
3234
  cursor: pointer;
3233
3235
  margin-top: 28px;
3234
- /*simple text*/
3235
- /*simple text*/
3236
3236
  font-weight: 400;
3237
3237
  font-size: 16px;
3238
3238
  line-height: 22.4px;
@@ -3385,7 +3385,7 @@ button {
3385
3385
  cursor: pointer;
3386
3386
  visibility: hidden;
3387
3387
  opacity: 0;
3388
- z-index: 100;
3388
+ z-index: 112;
3389
3389
  border-radius: 50%;
3390
3390
  transition: 0.5s;
3391
3391
  background-color: #E7F2FF;
@@ -3564,31 +3564,26 @@ h5,
3564
3564
  line-height: 16.8px;
3565
3565
  }
3566
3566
  .st {
3567
- /*simple text*/
3568
3567
  font-weight: 400;
3569
3568
  font-size: 16px;
3570
3569
  line-height: 22.4px;
3571
3570
  }
3572
3571
  .ds {
3573
- /*descriptor*/
3574
3572
  font-weight: 600;
3575
3573
  font-size: 16px;
3576
3574
  line-height: 22.4px;
3577
3575
  }
3578
3576
  .th {
3579
- /*table header*/
3580
3577
  font-weight: 600;
3581
3578
  font-size: 14px;
3582
3579
  line-height: 20px;
3583
3580
  }
3584
3581
  .tt {
3585
- /*table text*/
3586
3582
  font-weight: 400;
3587
3583
  font-size: 14px;
3588
3584
  line-height: 20px;
3589
3585
  }
3590
3586
  .bt {
3591
- /*button text*/
3592
3587
  font-weight: 500;
3593
3588
  font-size: 13px;
3594
3589
  line-height: 15.6px;