urfu-ui-kit-vanilla 2.1.1 → 2.2.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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/main.css +634 -1
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "UrFU UI-Kit for Vanilla Web",
4
4
  "license": "Apache-2.0",
5
5
  "private": false,
6
- "version": "2.1.1",
6
+ "version": "2.2.0",
7
7
  "type": "module",
8
8
  "scripts": {
9
9
  "start": "npm-run-all --parallel less:watch vite",
package/src/main.css CHANGED
@@ -1453,7 +1453,7 @@ button {
1453
1453
  display: block;
1454
1454
  border: none;
1455
1455
  background-color: transparent;
1456
- background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.728 4C13.6396 4 16 6.36036 16 9.272C16 12.1836 13.6396 14.544 10.728 14.544C9.2719 14.544 7.95527 13.955 7.00013 12.9999C6.04499 12.0447 5.456 10.7281 5.456 9.272C5.456 6.36036 7.81635 4 10.728 4ZM18 9.272C18 5.25579 14.7442 2 10.728 2C6.71178 2 3.456 5.25579 3.456 9.272C3.456 10.9191 4.00448 12.4394 4.92744 13.6583L1.58579 17L3 18.4142L6.34165 15.0726C7.56063 15.9955 9.0809 16.544 10.728 16.544C14.7442 16.544 18 13.2882 18 9.272Z' fill='%231E4391'/%3E%3C/svg%3E ");
1456
+ background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.6001 4.39941C14.5117 4.39941 16.8721 6.75977 16.8721 9.67141C16.8721 12.5831 14.5117 14.9434 11.6001 14.9434C10.144 14.9434 8.82734 14.3544 7.8722 13.3993C6.91706 12.4441 6.32807 11.1275 6.32807 9.67141C6.32807 6.75977 8.68842 4.39941 11.6001 4.39941ZM18.8721 9.67141C18.8721 5.6552 15.6163 2.39941 11.6001 2.39941C7.58385 2.39941 4.32807 5.6552 4.32807 9.67141C4.32807 11.3185 4.87655 12.8388 5.79951 14.0578L3.16496 16.6923C2.77444 17.0828 2.77444 17.716 3.16496 18.1065C3.55549 18.497 4.18865 18.497 4.57918 18.1065L7.21372 15.472C8.4327 16.3949 9.95297 16.9434 11.6001 16.9434C15.6163 16.9434 18.8721 13.6876 18.8721 9.67141Z' fill='%231E4391'/%3E%3C/svg%3E%0A");
1457
1457
  background-repeat: no-repeat;
1458
1458
  transition-property: color, background-color, border-color, background-image;
1459
1459
  transition-duration: 0.15s;
@@ -3989,6 +3989,33 @@ button {
3989
3989
  .u-fw-600 {
3990
3990
  font-weight: 600;
3991
3991
  }
3992
+ .ufw100 {
3993
+ font-weight: 100;
3994
+ }
3995
+ .ufw200 {
3996
+ font-weight: 200;
3997
+ }
3998
+ .ufw300 {
3999
+ font-weight: 300;
4000
+ }
4001
+ .ufw400 {
4002
+ font-weight: 400;
4003
+ }
4004
+ .ufw500 {
4005
+ font-weight: 500;
4006
+ }
4007
+ .ufw600 {
4008
+ font-weight: 600;
4009
+ }
4010
+ .ufw700 {
4011
+ font-weight: 700;
4012
+ }
4013
+ .ufw800 {
4014
+ font-weight: 800;
4015
+ }
4016
+ .ufw900 {
4017
+ font-weight: 900;
4018
+ }
3992
4019
  .up0 {
3993
4020
  padding: 0px;
3994
4021
  }
@@ -10276,6 +10303,612 @@ h5,
10276
10303
  .ujse {
10277
10304
  justify-self: stretch;
10278
10305
  }
10306
+ .ufos0 {
10307
+ font-size: 0px;
10308
+ }
10309
+ .ulh0 {
10310
+ line-height: 0px;
10311
+ }
10312
+ .ufos1 {
10313
+ font-size: 1px;
10314
+ }
10315
+ .ulh1 {
10316
+ line-height: 1px;
10317
+ }
10318
+ .ufos2 {
10319
+ font-size: 2px;
10320
+ }
10321
+ .ulh2 {
10322
+ line-height: 2px;
10323
+ }
10324
+ .ufos3 {
10325
+ font-size: 3px;
10326
+ }
10327
+ .ulh3 {
10328
+ line-height: 3px;
10329
+ }
10330
+ .ufos4 {
10331
+ font-size: 4px;
10332
+ }
10333
+ .ulh4 {
10334
+ line-height: 4px;
10335
+ }
10336
+ .ufos5 {
10337
+ font-size: 5px;
10338
+ }
10339
+ .ulh5 {
10340
+ line-height: 5px;
10341
+ }
10342
+ .ufos6 {
10343
+ font-size: 6px;
10344
+ }
10345
+ .ulh6 {
10346
+ line-height: 6px;
10347
+ }
10348
+ .ufos7 {
10349
+ font-size: 7px;
10350
+ }
10351
+ .ulh7 {
10352
+ line-height: 7px;
10353
+ }
10354
+ .ufos8 {
10355
+ font-size: 8px;
10356
+ }
10357
+ .ulh8 {
10358
+ line-height: 8px;
10359
+ }
10360
+ .ufos9 {
10361
+ font-size: 9px;
10362
+ }
10363
+ .ulh9 {
10364
+ line-height: 9px;
10365
+ }
10366
+ .ufos10 {
10367
+ font-size: 10px;
10368
+ }
10369
+ .ulh10 {
10370
+ line-height: 10px;
10371
+ }
10372
+ .ufos11 {
10373
+ font-size: 11px;
10374
+ }
10375
+ .ulh11 {
10376
+ line-height: 11px;
10377
+ }
10378
+ .ufos12 {
10379
+ font-size: 12px;
10380
+ }
10381
+ .ulh12 {
10382
+ line-height: 12px;
10383
+ }
10384
+ .ufos13 {
10385
+ font-size: 13px;
10386
+ }
10387
+ .ulh13 {
10388
+ line-height: 13px;
10389
+ }
10390
+ .ufos14 {
10391
+ font-size: 14px;
10392
+ }
10393
+ .ulh14 {
10394
+ line-height: 14px;
10395
+ }
10396
+ .ufos15 {
10397
+ font-size: 15px;
10398
+ }
10399
+ .ulh15 {
10400
+ line-height: 15px;
10401
+ }
10402
+ .ufos16 {
10403
+ font-size: 16px;
10404
+ }
10405
+ .ulh16 {
10406
+ line-height: 16px;
10407
+ }
10408
+ .ufos17 {
10409
+ font-size: 17px;
10410
+ }
10411
+ .ulh17 {
10412
+ line-height: 17px;
10413
+ }
10414
+ .ufos18 {
10415
+ font-size: 18px;
10416
+ }
10417
+ .ulh18 {
10418
+ line-height: 18px;
10419
+ }
10420
+ .ufos19 {
10421
+ font-size: 19px;
10422
+ }
10423
+ .ulh19 {
10424
+ line-height: 19px;
10425
+ }
10426
+ .ufos20 {
10427
+ font-size: 20px;
10428
+ }
10429
+ .ulh20 {
10430
+ line-height: 20px;
10431
+ }
10432
+ .ufos21 {
10433
+ font-size: 21px;
10434
+ }
10435
+ .ulh21 {
10436
+ line-height: 21px;
10437
+ }
10438
+ .ufos22 {
10439
+ font-size: 22px;
10440
+ }
10441
+ .ulh22 {
10442
+ line-height: 22px;
10443
+ }
10444
+ .ufos23 {
10445
+ font-size: 23px;
10446
+ }
10447
+ .ulh23 {
10448
+ line-height: 23px;
10449
+ }
10450
+ .ufos24 {
10451
+ font-size: 24px;
10452
+ }
10453
+ .ulh24 {
10454
+ line-height: 24px;
10455
+ }
10456
+ .ufos25 {
10457
+ font-size: 25px;
10458
+ }
10459
+ .ulh25 {
10460
+ line-height: 25px;
10461
+ }
10462
+ .ufos26 {
10463
+ font-size: 26px;
10464
+ }
10465
+ .ulh26 {
10466
+ line-height: 26px;
10467
+ }
10468
+ .ufos27 {
10469
+ font-size: 27px;
10470
+ }
10471
+ .ulh27 {
10472
+ line-height: 27px;
10473
+ }
10474
+ .ufos28 {
10475
+ font-size: 28px;
10476
+ }
10477
+ .ulh28 {
10478
+ line-height: 28px;
10479
+ }
10480
+ .ufos29 {
10481
+ font-size: 29px;
10482
+ }
10483
+ .ulh29 {
10484
+ line-height: 29px;
10485
+ }
10486
+ .ufos30 {
10487
+ font-size: 30px;
10488
+ }
10489
+ .ulh30 {
10490
+ line-height: 30px;
10491
+ }
10492
+ .ufos31 {
10493
+ font-size: 31px;
10494
+ }
10495
+ .ulh31 {
10496
+ line-height: 31px;
10497
+ }
10498
+ .ufos32 {
10499
+ font-size: 32px;
10500
+ }
10501
+ .ulh32 {
10502
+ line-height: 32px;
10503
+ }
10504
+ .ufos33 {
10505
+ font-size: 33px;
10506
+ }
10507
+ .ulh33 {
10508
+ line-height: 33px;
10509
+ }
10510
+ .ufos34 {
10511
+ font-size: 34px;
10512
+ }
10513
+ .ulh34 {
10514
+ line-height: 34px;
10515
+ }
10516
+ .ufos35 {
10517
+ font-size: 35px;
10518
+ }
10519
+ .ulh35 {
10520
+ line-height: 35px;
10521
+ }
10522
+ .ufos36 {
10523
+ font-size: 36px;
10524
+ }
10525
+ .ulh36 {
10526
+ line-height: 36px;
10527
+ }
10528
+ .ufos37 {
10529
+ font-size: 37px;
10530
+ }
10531
+ .ulh37 {
10532
+ line-height: 37px;
10533
+ }
10534
+ .ufos38 {
10535
+ font-size: 38px;
10536
+ }
10537
+ .ulh38 {
10538
+ line-height: 38px;
10539
+ }
10540
+ .ufos39 {
10541
+ font-size: 39px;
10542
+ }
10543
+ .ulh39 {
10544
+ line-height: 39px;
10545
+ }
10546
+ .ufos40 {
10547
+ font-size: 40px;
10548
+ }
10549
+ .ulh40 {
10550
+ line-height: 40px;
10551
+ }
10552
+ .ufos41 {
10553
+ font-size: 41px;
10554
+ }
10555
+ .ulh41 {
10556
+ line-height: 41px;
10557
+ }
10558
+ .ufos42 {
10559
+ font-size: 42px;
10560
+ }
10561
+ .ulh42 {
10562
+ line-height: 42px;
10563
+ }
10564
+ .ufos43 {
10565
+ font-size: 43px;
10566
+ }
10567
+ .ulh43 {
10568
+ line-height: 43px;
10569
+ }
10570
+ .ufos44 {
10571
+ font-size: 44px;
10572
+ }
10573
+ .ulh44 {
10574
+ line-height: 44px;
10575
+ }
10576
+ .ufos45 {
10577
+ font-size: 45px;
10578
+ }
10579
+ .ulh45 {
10580
+ line-height: 45px;
10581
+ }
10582
+ .ufos46 {
10583
+ font-size: 46px;
10584
+ }
10585
+ .ulh46 {
10586
+ line-height: 46px;
10587
+ }
10588
+ .ufos47 {
10589
+ font-size: 47px;
10590
+ }
10591
+ .ulh47 {
10592
+ line-height: 47px;
10593
+ }
10594
+ .ufos48 {
10595
+ font-size: 48px;
10596
+ }
10597
+ .ulh48 {
10598
+ line-height: 48px;
10599
+ }
10600
+ .ufos49 {
10601
+ font-size: 49px;
10602
+ }
10603
+ .ulh49 {
10604
+ line-height: 49px;
10605
+ }
10606
+ .ufos50 {
10607
+ font-size: 50px;
10608
+ }
10609
+ .ulh50 {
10610
+ line-height: 50px;
10611
+ }
10612
+ .ufos51 {
10613
+ font-size: 51px;
10614
+ }
10615
+ .ulh51 {
10616
+ line-height: 51px;
10617
+ }
10618
+ .ufos52 {
10619
+ font-size: 52px;
10620
+ }
10621
+ .ulh52 {
10622
+ line-height: 52px;
10623
+ }
10624
+ .ufos53 {
10625
+ font-size: 53px;
10626
+ }
10627
+ .ulh53 {
10628
+ line-height: 53px;
10629
+ }
10630
+ .ufos54 {
10631
+ font-size: 54px;
10632
+ }
10633
+ .ulh54 {
10634
+ line-height: 54px;
10635
+ }
10636
+ .ufos55 {
10637
+ font-size: 55px;
10638
+ }
10639
+ .ulh55 {
10640
+ line-height: 55px;
10641
+ }
10642
+ .ufos56 {
10643
+ font-size: 56px;
10644
+ }
10645
+ .ulh56 {
10646
+ line-height: 56px;
10647
+ }
10648
+ .ufos57 {
10649
+ font-size: 57px;
10650
+ }
10651
+ .ulh57 {
10652
+ line-height: 57px;
10653
+ }
10654
+ .ufos58 {
10655
+ font-size: 58px;
10656
+ }
10657
+ .ulh58 {
10658
+ line-height: 58px;
10659
+ }
10660
+ .ufos59 {
10661
+ font-size: 59px;
10662
+ }
10663
+ .ulh59 {
10664
+ line-height: 59px;
10665
+ }
10666
+ .ufos60 {
10667
+ font-size: 60px;
10668
+ }
10669
+ .ulh60 {
10670
+ line-height: 60px;
10671
+ }
10672
+ .ufos61 {
10673
+ font-size: 61px;
10674
+ }
10675
+ .ulh61 {
10676
+ line-height: 61px;
10677
+ }
10678
+ .ufos62 {
10679
+ font-size: 62px;
10680
+ }
10681
+ .ulh62 {
10682
+ line-height: 62px;
10683
+ }
10684
+ .ufos63 {
10685
+ font-size: 63px;
10686
+ }
10687
+ .ulh63 {
10688
+ line-height: 63px;
10689
+ }
10690
+ .ufos64 {
10691
+ font-size: 64px;
10692
+ }
10693
+ .ulh64 {
10694
+ line-height: 64px;
10695
+ }
10696
+ .ufos65 {
10697
+ font-size: 65px;
10698
+ }
10699
+ .ulh65 {
10700
+ line-height: 65px;
10701
+ }
10702
+ .ufos66 {
10703
+ font-size: 66px;
10704
+ }
10705
+ .ulh66 {
10706
+ line-height: 66px;
10707
+ }
10708
+ .ufos67 {
10709
+ font-size: 67px;
10710
+ }
10711
+ .ulh67 {
10712
+ line-height: 67px;
10713
+ }
10714
+ .ufos68 {
10715
+ font-size: 68px;
10716
+ }
10717
+ .ulh68 {
10718
+ line-height: 68px;
10719
+ }
10720
+ .ufos69 {
10721
+ font-size: 69px;
10722
+ }
10723
+ .ulh69 {
10724
+ line-height: 69px;
10725
+ }
10726
+ .ufos70 {
10727
+ font-size: 70px;
10728
+ }
10729
+ .ulh70 {
10730
+ line-height: 70px;
10731
+ }
10732
+ .ufos71 {
10733
+ font-size: 71px;
10734
+ }
10735
+ .ulh71 {
10736
+ line-height: 71px;
10737
+ }
10738
+ .ufos72 {
10739
+ font-size: 72px;
10740
+ }
10741
+ .ulh72 {
10742
+ line-height: 72px;
10743
+ }
10744
+ .ufos73 {
10745
+ font-size: 73px;
10746
+ }
10747
+ .ulh73 {
10748
+ line-height: 73px;
10749
+ }
10750
+ .ufos74 {
10751
+ font-size: 74px;
10752
+ }
10753
+ .ulh74 {
10754
+ line-height: 74px;
10755
+ }
10756
+ .ufos75 {
10757
+ font-size: 75px;
10758
+ }
10759
+ .ulh75 {
10760
+ line-height: 75px;
10761
+ }
10762
+ .ufos76 {
10763
+ font-size: 76px;
10764
+ }
10765
+ .ulh76 {
10766
+ line-height: 76px;
10767
+ }
10768
+ .ufos77 {
10769
+ font-size: 77px;
10770
+ }
10771
+ .ulh77 {
10772
+ line-height: 77px;
10773
+ }
10774
+ .ufos78 {
10775
+ font-size: 78px;
10776
+ }
10777
+ .ulh78 {
10778
+ line-height: 78px;
10779
+ }
10780
+ .ufos79 {
10781
+ font-size: 79px;
10782
+ }
10783
+ .ulh79 {
10784
+ line-height: 79px;
10785
+ }
10786
+ .ufos80 {
10787
+ font-size: 80px;
10788
+ }
10789
+ .ulh80 {
10790
+ line-height: 80px;
10791
+ }
10792
+ .ufos81 {
10793
+ font-size: 81px;
10794
+ }
10795
+ .ulh81 {
10796
+ line-height: 81px;
10797
+ }
10798
+ .ufos82 {
10799
+ font-size: 82px;
10800
+ }
10801
+ .ulh82 {
10802
+ line-height: 82px;
10803
+ }
10804
+ .ufos83 {
10805
+ font-size: 83px;
10806
+ }
10807
+ .ulh83 {
10808
+ line-height: 83px;
10809
+ }
10810
+ .ufos84 {
10811
+ font-size: 84px;
10812
+ }
10813
+ .ulh84 {
10814
+ line-height: 84px;
10815
+ }
10816
+ .ufos85 {
10817
+ font-size: 85px;
10818
+ }
10819
+ .ulh85 {
10820
+ line-height: 85px;
10821
+ }
10822
+ .ufos86 {
10823
+ font-size: 86px;
10824
+ }
10825
+ .ulh86 {
10826
+ line-height: 86px;
10827
+ }
10828
+ .ufos87 {
10829
+ font-size: 87px;
10830
+ }
10831
+ .ulh87 {
10832
+ line-height: 87px;
10833
+ }
10834
+ .ufos88 {
10835
+ font-size: 88px;
10836
+ }
10837
+ .ulh88 {
10838
+ line-height: 88px;
10839
+ }
10840
+ .ufos89 {
10841
+ font-size: 89px;
10842
+ }
10843
+ .ulh89 {
10844
+ line-height: 89px;
10845
+ }
10846
+ .ufos90 {
10847
+ font-size: 90px;
10848
+ }
10849
+ .ulh90 {
10850
+ line-height: 90px;
10851
+ }
10852
+ .ufos91 {
10853
+ font-size: 91px;
10854
+ }
10855
+ .ulh91 {
10856
+ line-height: 91px;
10857
+ }
10858
+ .ufos92 {
10859
+ font-size: 92px;
10860
+ }
10861
+ .ulh92 {
10862
+ line-height: 92px;
10863
+ }
10864
+ .ufos93 {
10865
+ font-size: 93px;
10866
+ }
10867
+ .ulh93 {
10868
+ line-height: 93px;
10869
+ }
10870
+ .ufos94 {
10871
+ font-size: 94px;
10872
+ }
10873
+ .ulh94 {
10874
+ line-height: 94px;
10875
+ }
10876
+ .ufos95 {
10877
+ font-size: 95px;
10878
+ }
10879
+ .ulh95 {
10880
+ line-height: 95px;
10881
+ }
10882
+ .ufos96 {
10883
+ font-size: 96px;
10884
+ }
10885
+ .ulh96 {
10886
+ line-height: 96px;
10887
+ }
10888
+ .ufos97 {
10889
+ font-size: 97px;
10890
+ }
10891
+ .ulh97 {
10892
+ line-height: 97px;
10893
+ }
10894
+ .ufos98 {
10895
+ font-size: 98px;
10896
+ }
10897
+ .ulh98 {
10898
+ line-height: 98px;
10899
+ }
10900
+ .ufos99 {
10901
+ font-size: 99px;
10902
+ }
10903
+ .ulh99 {
10904
+ line-height: 99px;
10905
+ }
10906
+ .ufos100 {
10907
+ font-size: 100px;
10908
+ }
10909
+ .ulh100 {
10910
+ line-height: 100px;
10911
+ }
10279
10912
  .uw0 {
10280
10913
  width: 0px;
10281
10914
  }