urfu-ui-kit-vanilla 2.1.0 → 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 (3) hide show
  1. package/package.json +6 -3
  2. package/src/main.css +654 -22
  3. package/src/main.ts +1 -3
package/package.json CHANGED
@@ -3,16 +3,19 @@
3
3
  "description": "UrFU UI-Kit for Vanilla Web",
4
4
  "license": "Apache-2.0",
5
5
  "private": false,
6
- "version": "2.1.0",
6
+ "version": "2.2.0",
7
7
  "type": "module",
8
8
  "scripts": {
9
- "start": "vite",
9
+ "start": "npm-run-all --parallel less:watch vite",
10
10
  "build": "vite build && copy LICENSE dist\\",
11
- "preview": "vite preview"
11
+ "less:watch": "chokidar \"src/**/*.less\" -c \"npx lessc src/main.less src/main.css\"",
12
+ "vite": "vite"
12
13
  },
13
14
  "devDependencies": {
14
15
  "@types/node": "^18.15.11",
16
+ "chokidar-cli": "^3.0.0",
15
17
  "less": "^4.1.3",
18
+ "npm-run-all": "^4.1.5",
16
19
  "typescript": "^4.9.3",
17
20
  "vite": "^4.2.0"
18
21
  },
package/src/main.css CHANGED
@@ -1,5 +1,4 @@
1
1
  @import "ui-icons.css";
2
- @import "ui-icons.css";
3
2
  * {
4
3
  box-sizing: border-box;
5
4
  }
@@ -54,126 +53,126 @@ button {
54
53
  }
55
54
  @font-face {
56
55
  font-family: 'Montserrat';
57
- src: url('fonts/Montserrat/Montserrat-Thin.ttf') format('truetype');
56
+ src: url('./fonts/Montserrat/Montserrat-Thin.ttf') format('truetype');
58
57
  font-weight: 100;
59
58
  font-style: normal;
60
59
  font-display: swap;
61
60
  }
62
61
  @font-face {
63
62
  font-family: 'Montserrat';
64
- src: url('fonts/Montserrat/Montserrat-ThinItalic.ttf') format('truetype');
63
+ src: url('./fonts/Montserrat/Montserrat-ThinItalic.ttf') format('truetype');
65
64
  font-weight: 100;
66
65
  font-style: italic;
67
66
  font-display: swap;
68
67
  }
69
68
  @font-face {
70
69
  font-family: 'Montserrat';
71
- src: url('fonts/Montserrat/Montserrat-ExtraLight.ttf') format('truetype');
70
+ src: url('./fonts/Montserrat/Montserrat-ExtraLight.ttf') format('truetype');
72
71
  font-weight: 200;
73
72
  font-style: normal;
74
73
  font-display: swap;
75
74
  }
76
75
  @font-face {
77
76
  font-family: 'Montserrat';
78
- src: url('fonts/montserrat/Montserrat-ExtraLightItalic.ttf') format('truetype');
77
+ src: url('./fonts/montserrat/Montserrat-ExtraLightItalic.ttf') format('truetype');
79
78
  font-weight: 200;
80
79
  font-style: italic;
81
80
  font-display: swap;
82
81
  }
83
82
  @font-face {
84
83
  font-family: 'Montserrat';
85
- src: url('fonts/Montserrat/Montserrat-Light.ttf') format('truetype');
84
+ src: url('./fonts/Montserrat/Montserrat-Light.ttf') format('truetype');
86
85
  font-weight: 300;
87
86
  font-style: normal;
88
87
  font-display: swap;
89
88
  }
90
89
  @font-face {
91
90
  font-family: 'Montserrat';
92
- src: url('fonts/Montserrat/Montserrat-LightItalic.ttf') format('truetype');
91
+ src: url('./fonts/Montserrat/Montserrat-LightItalic.ttf') format('truetype');
93
92
  font-weight: 300;
94
93
  font-style: italic;
95
94
  font-display: swap;
96
95
  }
97
96
  @font-face {
98
97
  font-family: 'Montserrat';
99
- src: url('fonts/Montserrat/Montserrat-Regular.ttf') format('truetype');
98
+ src: url('./fonts/Montserrat/Montserrat-Regular.ttf') format('truetype');
100
99
  font-weight: 400;
101
100
  font-style: normal;
102
101
  font-display: swap;
103
102
  }
104
103
  @font-face {
105
104
  font-family: 'Montserrat';
106
- src: url('fonts/Montserrat/Montserrat-Italic.ttf') format('truetype');
105
+ src: url('./fonts/Montserrat/Montserrat-Italic.ttf') format('truetype');
107
106
  font-weight: 400;
108
107
  font-style: italic;
109
108
  font-display: swap;
110
109
  }
111
110
  @font-face {
112
111
  font-family: 'Montserrat';
113
- src: url('fonts/Montserrat/Montserrat-Medium.ttf') format('truetype');
112
+ src: url('./fonts/Montserrat/Montserrat-Medium.ttf') format('truetype');
114
113
  font-weight: 500;
115
114
  font-style: normal;
116
115
  font-display: swap;
117
116
  }
118
117
  @font-face {
119
118
  font-family: 'Montserrat';
120
- src: url('fonts/Montserrat/Montserrat-MediumItalic.ttf') format('truetype');
119
+ src: url('./fonts/Montserrat/Montserrat-MediumItalic.ttf') format('truetype');
121
120
  font-weight: 500;
122
121
  font-style: italic;
123
122
  font-display: swap;
124
123
  }
125
124
  @font-face {
126
125
  font-family: 'Montserrat';
127
- src: url('fonts/Montserrat/Montserrat-SemiBold.ttf') format('truetype');
126
+ src: url('./fonts/Montserrat/Montserrat-SemiBold.ttf') format('truetype');
128
127
  font-weight: 600;
129
128
  font-style: normal;
130
129
  font-display: swap;
131
130
  }
132
131
  @font-face {
133
132
  font-family: 'Montserrat';
134
- src: url('fonts/Montserrat/Montserrat-SemiBoldItalic.ttf') format('truetype');
133
+ src: url('./fonts/Montserrat/Montserrat-SemiBoldItalic.ttf') format('truetype');
135
134
  font-weight: 600;
136
135
  font-style: italic;
137
136
  font-display: swap;
138
137
  }
139
138
  @font-face {
140
139
  font-family: 'Montserrat';
141
- src: url('fonts/Montserrat/Montserrat-Bold.ttf') format('truetype');
140
+ src: url('./fonts/Montserrat/Montserrat-Bold.ttf') format('truetype');
142
141
  font-weight: 700;
143
142
  font-style: normal;
144
143
  font-display: swap;
145
144
  }
146
145
  @font-face {
147
146
  font-family: 'Montserrat';
148
- src: url('fonts/Montserrat/Montserrat-BoldItalic.ttf') format('truetype');
147
+ src: url('./fonts/Montserrat/Montserrat-BoldItalic.ttf') format('truetype');
149
148
  font-weight: 700;
150
149
  font-style: italic;
151
150
  font-display: swap;
152
151
  }
153
152
  @font-face {
154
153
  font-family: 'Montserrat';
155
- src: url('fonts/Montserrat/Montserrat-ExtraBold.ttf') format('truetype');
154
+ src: url('./fonts/Montserrat/Montserrat-ExtraBold.ttf') format('truetype');
156
155
  font-weight: 800;
157
156
  font-style: normal;
158
157
  font-display: swap;
159
158
  }
160
159
  @font-face {
161
160
  font-family: 'Montserrat';
162
- src: url('fonts/Montserrat/Montserrat-ExtraBoldItalic.ttf') format('truetype');
161
+ src: url('./fonts/Montserrat/Montserrat-ExtraBoldItalic.ttf') format('truetype');
163
162
  font-weight: 800;
164
163
  font-style: italic;
165
164
  font-display: swap;
166
165
  }
167
166
  @font-face {
168
167
  font-family: 'Montserrat';
169
- src: url('fonts/Montserrat/Montserrat-Black.ttf') format('truetype');
168
+ src: url('./fonts/Montserrat/Montserrat-Black.ttf') format('truetype');
170
169
  font-weight: 900;
171
170
  font-style: normal;
172
171
  font-display: swap;
173
172
  }
174
173
  @font-face {
175
174
  font-family: 'Montserrat';
176
- src: url('fonts/Montserrat/Montserrat-BlackItalic.ttf') format('truetype');
175
+ src: url('./fonts/Montserrat/Montserrat-BlackItalic.ttf') format('truetype');
177
176
  font-weight: 900;
178
177
  font-style: italic;
179
178
  font-display: swap;
@@ -1454,7 +1453,7 @@ button {
1454
1453
  display: block;
1455
1454
  border: none;
1456
1455
  background-color: transparent;
1457
- 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");
1458
1457
  background-repeat: no-repeat;
1459
1458
  transition-property: color, background-color, border-color, background-image;
1460
1459
  transition-duration: 0.15s;
@@ -3990,6 +3989,33 @@ button {
3990
3989
  .u-fw-600 {
3991
3990
  font-weight: 600;
3992
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
+ }
3993
4019
  .up0 {
3994
4020
  padding: 0px;
3995
4021
  }
@@ -10277,6 +10303,612 @@ h5,
10277
10303
  .ujse {
10278
10304
  justify-self: stretch;
10279
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
+ }
10280
10912
  .uw0 {
10281
10913
  width: 0px;
10282
10914
  }
@@ -12104,10 +12736,10 @@ h5,
12104
12736
  .utar {
12105
12737
  text-align: right;
12106
12738
  }
12107
- .uww {
12739
+ .uwsn {
12108
12740
  white-space: nowrap;
12109
12741
  }
12110
- .ubw {
12742
+ .uwbbw {
12111
12743
  word-break: break-word;
12112
12744
  }
12113
12745
  .uop0 {
package/src/main.ts CHANGED
@@ -1,3 +1 @@
1
- import "./main.css";
2
- // import "./main.less";
3
- // import "./js/upward.js"
1
+ import "./main.css";