frankenstyle 0.0.4 → 0.0.5
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.
|
@@ -1306,20 +1306,26 @@
|
|
|
1306
1306
|
.decoration\/o {
|
|
1307
1307
|
text-decoration-color: color-mix(
|
|
1308
1308
|
in oklab,
|
|
1309
|
-
var(--
|
|
1309
|
+
var(--decoration) var(--decoration-o, 100%),
|
|
1310
1310
|
transparent
|
|
1311
1311
|
);
|
|
1312
1312
|
}
|
|
1313
1313
|
.dark .dark\:decoration\/o {
|
|
1314
1314
|
text-decoration-color: color-mix(
|
|
1315
1315
|
in oklab,
|
|
1316
|
-
var(--dark-
|
|
1316
|
+
var(--dark-decoration) var(--dark-decoration-o, 100%),
|
|
1317
1317
|
transparent
|
|
1318
1318
|
);
|
|
1319
1319
|
}
|
|
1320
1320
|
.decoration-thickness {
|
|
1321
1321
|
text-decoration-thickness: var(--decoration-thickness);
|
|
1322
1322
|
}
|
|
1323
|
+
.indent {
|
|
1324
|
+
text-indent: calc(var(--spacing) * var(--indent));
|
|
1325
|
+
}
|
|
1326
|
+
.\[indent\] {
|
|
1327
|
+
text-indent: var(--indent);
|
|
1328
|
+
}
|
|
1323
1329
|
.underline-offset {
|
|
1324
1330
|
text-underline-offset: var(--underline-offset);
|
|
1325
1331
|
}
|
|
@@ -1376,6 +1382,9 @@
|
|
|
1376
1382
|
.\[top\] {
|
|
1377
1383
|
top: var(--top);
|
|
1378
1384
|
}
|
|
1385
|
+
.align {
|
|
1386
|
+
vertical-align: var(--align);
|
|
1387
|
+
}
|
|
1379
1388
|
.via {
|
|
1380
1389
|
--tw-gradient-via: var(--via);
|
|
1381
1390
|
--tw-gradient-stops: var(
|
|
@@ -2106,20 +2115,26 @@
|
|
|
2106
2115
|
.sm\:decoration\/o {
|
|
2107
2116
|
text-decoration-color: color-mix(
|
|
2108
2117
|
in oklab,
|
|
2109
|
-
var(--sm-
|
|
2118
|
+
var(--sm-decoration) var(--sm-decoration-o, 100%),
|
|
2110
2119
|
transparent
|
|
2111
2120
|
);
|
|
2112
2121
|
}
|
|
2113
2122
|
.dark .dark\:sm\:decoration\/o {
|
|
2114
2123
|
text-decoration-color: color-mix(
|
|
2115
2124
|
in oklab,
|
|
2116
|
-
var(--dark-sm-
|
|
2125
|
+
var(--dark-sm-decoration) var(--dark-sm-decoration-o, 100%),
|
|
2117
2126
|
transparent
|
|
2118
2127
|
);
|
|
2119
2128
|
}
|
|
2120
2129
|
.sm\:decoration-thickness {
|
|
2121
2130
|
text-decoration-thickness: var(--sm-decoration-thickness);
|
|
2122
2131
|
}
|
|
2132
|
+
.sm\:indent {
|
|
2133
|
+
text-indent: calc(var(--spacing) * var(--sm-indent));
|
|
2134
|
+
}
|
|
2135
|
+
.sm\:\[indent\] {
|
|
2136
|
+
text-indent: var(--sm-indent);
|
|
2137
|
+
}
|
|
2123
2138
|
.sm\:underline-offset {
|
|
2124
2139
|
text-underline-offset: var(--sm-underline-offset);
|
|
2125
2140
|
}
|
|
@@ -2176,6 +2191,9 @@
|
|
|
2176
2191
|
.sm\:\[top\] {
|
|
2177
2192
|
top: var(--sm-top);
|
|
2178
2193
|
}
|
|
2194
|
+
.sm\:align {
|
|
2195
|
+
vertical-align: var(--sm-align);
|
|
2196
|
+
}
|
|
2179
2197
|
.sm\:via {
|
|
2180
2198
|
--tw-gradient-via: var(--sm-via);
|
|
2181
2199
|
--tw-gradient-stops: var(
|
|
@@ -2907,20 +2925,26 @@
|
|
|
2907
2925
|
.md\:decoration\/o {
|
|
2908
2926
|
text-decoration-color: color-mix(
|
|
2909
2927
|
in oklab,
|
|
2910
|
-
var(--md-
|
|
2928
|
+
var(--md-decoration) var(--md-decoration-o, 100%),
|
|
2911
2929
|
transparent
|
|
2912
2930
|
);
|
|
2913
2931
|
}
|
|
2914
2932
|
.dark .dark\:md\:decoration\/o {
|
|
2915
2933
|
text-decoration-color: color-mix(
|
|
2916
2934
|
in oklab,
|
|
2917
|
-
var(--dark-md-
|
|
2935
|
+
var(--dark-md-decoration) var(--dark-md-decoration-o, 100%),
|
|
2918
2936
|
transparent
|
|
2919
2937
|
);
|
|
2920
2938
|
}
|
|
2921
2939
|
.md\:decoration-thickness {
|
|
2922
2940
|
text-decoration-thickness: var(--md-decoration-thickness);
|
|
2923
2941
|
}
|
|
2942
|
+
.md\:indent {
|
|
2943
|
+
text-indent: calc(var(--spacing) * var(--md-indent));
|
|
2944
|
+
}
|
|
2945
|
+
.md\:\[indent\] {
|
|
2946
|
+
text-indent: var(--md-indent);
|
|
2947
|
+
}
|
|
2924
2948
|
.md\:underline-offset {
|
|
2925
2949
|
text-underline-offset: var(--md-underline-offset);
|
|
2926
2950
|
}
|
|
@@ -2977,6 +3001,9 @@
|
|
|
2977
3001
|
.md\:\[top\] {
|
|
2978
3002
|
top: var(--md-top);
|
|
2979
3003
|
}
|
|
3004
|
+
.md\:align {
|
|
3005
|
+
vertical-align: var(--md-align);
|
|
3006
|
+
}
|
|
2980
3007
|
.md\:via {
|
|
2981
3008
|
--tw-gradient-via: var(--md-via);
|
|
2982
3009
|
--tw-gradient-stops: var(
|
|
@@ -3708,20 +3735,26 @@
|
|
|
3708
3735
|
.lg\:decoration\/o {
|
|
3709
3736
|
text-decoration-color: color-mix(
|
|
3710
3737
|
in oklab,
|
|
3711
|
-
var(--lg-
|
|
3738
|
+
var(--lg-decoration) var(--lg-decoration-o, 100%),
|
|
3712
3739
|
transparent
|
|
3713
3740
|
);
|
|
3714
3741
|
}
|
|
3715
3742
|
.dark .dark\:lg\:decoration\/o {
|
|
3716
3743
|
text-decoration-color: color-mix(
|
|
3717
3744
|
in oklab,
|
|
3718
|
-
var(--dark-lg-
|
|
3745
|
+
var(--dark-lg-decoration) var(--dark-lg-decoration-o, 100%),
|
|
3719
3746
|
transparent
|
|
3720
3747
|
);
|
|
3721
3748
|
}
|
|
3722
3749
|
.lg\:decoration-thickness {
|
|
3723
3750
|
text-decoration-thickness: var(--lg-decoration-thickness);
|
|
3724
3751
|
}
|
|
3752
|
+
.lg\:indent {
|
|
3753
|
+
text-indent: calc(var(--spacing) * var(--lg-indent));
|
|
3754
|
+
}
|
|
3755
|
+
.lg\:\[indent\] {
|
|
3756
|
+
text-indent: var(--lg-indent);
|
|
3757
|
+
}
|
|
3725
3758
|
.lg\:underline-offset {
|
|
3726
3759
|
text-underline-offset: var(--lg-underline-offset);
|
|
3727
3760
|
}
|
|
@@ -3778,6 +3811,9 @@
|
|
|
3778
3811
|
.lg\:\[top\] {
|
|
3779
3812
|
top: var(--lg-top);
|
|
3780
3813
|
}
|
|
3814
|
+
.lg\:align {
|
|
3815
|
+
vertical-align: var(--lg-align);
|
|
3816
|
+
}
|
|
3781
3817
|
.lg\:via {
|
|
3782
3818
|
--tw-gradient-via: var(--lg-via);
|
|
3783
3819
|
--tw-gradient-stops: var(
|
|
@@ -4509,20 +4545,26 @@
|
|
|
4509
4545
|
.xl\:decoration\/o {
|
|
4510
4546
|
text-decoration-color: color-mix(
|
|
4511
4547
|
in oklab,
|
|
4512
|
-
var(--xl-
|
|
4548
|
+
var(--xl-decoration) var(--xl-decoration-o, 100%),
|
|
4513
4549
|
transparent
|
|
4514
4550
|
);
|
|
4515
4551
|
}
|
|
4516
4552
|
.dark .dark\:xl\:decoration\/o {
|
|
4517
4553
|
text-decoration-color: color-mix(
|
|
4518
4554
|
in oklab,
|
|
4519
|
-
var(--dark-xl-
|
|
4555
|
+
var(--dark-xl-decoration) var(--dark-xl-decoration-o, 100%),
|
|
4520
4556
|
transparent
|
|
4521
4557
|
);
|
|
4522
4558
|
}
|
|
4523
4559
|
.xl\:decoration-thickness {
|
|
4524
4560
|
text-decoration-thickness: var(--xl-decoration-thickness);
|
|
4525
4561
|
}
|
|
4562
|
+
.xl\:indent {
|
|
4563
|
+
text-indent: calc(var(--spacing) * var(--xl-indent));
|
|
4564
|
+
}
|
|
4565
|
+
.xl\:\[indent\] {
|
|
4566
|
+
text-indent: var(--xl-indent);
|
|
4567
|
+
}
|
|
4526
4568
|
.xl\:underline-offset {
|
|
4527
4569
|
text-underline-offset: var(--xl-underline-offset);
|
|
4528
4570
|
}
|
|
@@ -4579,6 +4621,9 @@
|
|
|
4579
4621
|
.xl\:\[top\] {
|
|
4580
4622
|
top: var(--xl-top);
|
|
4581
4623
|
}
|
|
4624
|
+
.xl\:align {
|
|
4625
|
+
vertical-align: var(--xl-align);
|
|
4626
|
+
}
|
|
4582
4627
|
.xl\:via {
|
|
4583
4628
|
--tw-gradient-via: var(--xl-via);
|
|
4584
4629
|
--tw-gradient-stops: var(
|
|
@@ -5310,20 +5355,26 @@
|
|
|
5310
5355
|
.\32xl\:decoration\/o {
|
|
5311
5356
|
text-decoration-color: color-mix(
|
|
5312
5357
|
in oklab,
|
|
5313
|
-
var(--\32xl-
|
|
5358
|
+
var(--\32xl-decoration) var(--\32xl-decoration-o, 100%),
|
|
5314
5359
|
transparent
|
|
5315
5360
|
);
|
|
5316
5361
|
}
|
|
5317
5362
|
.dark .dark\:2xl\:decoration\/o {
|
|
5318
5363
|
text-decoration-color: color-mix(
|
|
5319
5364
|
in oklab,
|
|
5320
|
-
var(--dark-2xl-
|
|
5365
|
+
var(--dark-2xl-decoration) var(--dark-2xl-decoration-o, 100%),
|
|
5321
5366
|
transparent
|
|
5322
5367
|
);
|
|
5323
5368
|
}
|
|
5324
5369
|
.\32xl\:decoration-thickness {
|
|
5325
5370
|
text-decoration-thickness: var(--\32xl-decoration-thickness);
|
|
5326
5371
|
}
|
|
5372
|
+
.\32xl\:indent {
|
|
5373
|
+
text-indent: calc(var(--spacing) * var(--\32xl-indent));
|
|
5374
|
+
}
|
|
5375
|
+
.\32xl\:\[indent\] {
|
|
5376
|
+
text-indent: var(--\32xl-indent);
|
|
5377
|
+
}
|
|
5327
5378
|
.\32xl\:underline-offset {
|
|
5328
5379
|
text-underline-offset: var(--\32xl-underline-offset);
|
|
5329
5380
|
}
|
|
@@ -5380,6 +5431,9 @@
|
|
|
5380
5431
|
.\32xl\:\[top\] {
|
|
5381
5432
|
top: var(--\32xl-top);
|
|
5382
5433
|
}
|
|
5434
|
+
.\32xl\:align {
|
|
5435
|
+
vertical-align: var(--\32xl-align);
|
|
5436
|
+
}
|
|
5383
5437
|
.\32xl\:via {
|
|
5384
5438
|
--tw-gradient-via: var(--\32xl-via);
|
|
5385
5439
|
--tw-gradient-stops: var(
|
|
@@ -6195,6 +6249,9 @@
|
|
|
6195
6249
|
.columns-auto {
|
|
6196
6250
|
columns: auto;
|
|
6197
6251
|
}
|
|
6252
|
+
.content-none {
|
|
6253
|
+
content: none;
|
|
6254
|
+
}
|
|
6198
6255
|
.block {
|
|
6199
6256
|
display: block;
|
|
6200
6257
|
}
|
|
@@ -6650,6 +6707,18 @@
|
|
|
6650
6707
|
.h-lh {
|
|
6651
6708
|
height: 1lh;
|
|
6652
6709
|
}
|
|
6710
|
+
.hyphens-none {
|
|
6711
|
+
-webkit-hyphens: none;
|
|
6712
|
+
hyphens: none;
|
|
6713
|
+
}
|
|
6714
|
+
.hyphens-manual {
|
|
6715
|
+
-webkit-hyphens: manual;
|
|
6716
|
+
hyphens: manual;
|
|
6717
|
+
}
|
|
6718
|
+
.hyphens-auto {
|
|
6719
|
+
-webkit-hyphens: auto;
|
|
6720
|
+
hyphens: auto;
|
|
6721
|
+
}
|
|
6653
6722
|
.top-full {
|
|
6654
6723
|
top: 100%;
|
|
6655
6724
|
}
|
|
@@ -7220,6 +7289,15 @@
|
|
|
7220
7289
|
.outline-double {
|
|
7221
7290
|
outline-style: double;
|
|
7222
7291
|
}
|
|
7292
|
+
.wrap-break-word {
|
|
7293
|
+
overflow-wrap: break-word;
|
|
7294
|
+
}
|
|
7295
|
+
.wrap-anywhere {
|
|
7296
|
+
overflow-wrap: anywhere;
|
|
7297
|
+
}
|
|
7298
|
+
.wrap-normal {
|
|
7299
|
+
overflow-wrap: normal;
|
|
7300
|
+
}
|
|
7223
7301
|
.overflow-auto {
|
|
7224
7302
|
overflow: auto;
|
|
7225
7303
|
}
|
|
@@ -7493,6 +7571,17 @@
|
|
|
7493
7571
|
.decoration-auto {
|
|
7494
7572
|
text-decoration-thickness: auto;
|
|
7495
7573
|
}
|
|
7574
|
+
.truncate {
|
|
7575
|
+
overflow: hidden;
|
|
7576
|
+
text-overflow: ellipsis;
|
|
7577
|
+
white-space: nowrap;
|
|
7578
|
+
}
|
|
7579
|
+
.text-ellipsis {
|
|
7580
|
+
text-overflow: ellipsis;
|
|
7581
|
+
}
|
|
7582
|
+
.text-clip {
|
|
7583
|
+
text-overflow: clip;
|
|
7584
|
+
}
|
|
7496
7585
|
.uppercase {
|
|
7497
7586
|
text-transform: uppercase;
|
|
7498
7587
|
}
|
|
@@ -7508,6 +7597,42 @@
|
|
|
7508
7597
|
.underline-offset-auto {
|
|
7509
7598
|
text-underline-offset: auto;
|
|
7510
7599
|
}
|
|
7600
|
+
.text-wrap {
|
|
7601
|
+
text-wrap: wrap;
|
|
7602
|
+
}
|
|
7603
|
+
.text-nowrap {
|
|
7604
|
+
text-wrap: nowrap;
|
|
7605
|
+
}
|
|
7606
|
+
.text-balance {
|
|
7607
|
+
text-wrap: balance;
|
|
7608
|
+
}
|
|
7609
|
+
.text-pretty {
|
|
7610
|
+
text-wrap: pretty;
|
|
7611
|
+
}
|
|
7612
|
+
.align-baseline {
|
|
7613
|
+
vertical-align: baseline;
|
|
7614
|
+
}
|
|
7615
|
+
.align-top {
|
|
7616
|
+
vertical-align: top;
|
|
7617
|
+
}
|
|
7618
|
+
.align-middle {
|
|
7619
|
+
vertical-align: middle;
|
|
7620
|
+
}
|
|
7621
|
+
.align-bottom {
|
|
7622
|
+
vertical-align: bottom;
|
|
7623
|
+
}
|
|
7624
|
+
.align-text-top {
|
|
7625
|
+
vertical-align: text-top;
|
|
7626
|
+
}
|
|
7627
|
+
.align-text-bottom {
|
|
7628
|
+
vertical-align: text-bottom;
|
|
7629
|
+
}
|
|
7630
|
+
.align-sub {
|
|
7631
|
+
vertical-align: sub;
|
|
7632
|
+
}
|
|
7633
|
+
.align-super {
|
|
7634
|
+
vertical-align: super;
|
|
7635
|
+
}
|
|
7511
7636
|
.visible {
|
|
7512
7637
|
visibility: visible;
|
|
7513
7638
|
}
|
|
@@ -7517,6 +7642,24 @@
|
|
|
7517
7642
|
.collapse {
|
|
7518
7643
|
visibility: collapse;
|
|
7519
7644
|
}
|
|
7645
|
+
.whitespace-normal {
|
|
7646
|
+
white-space: normal;
|
|
7647
|
+
}
|
|
7648
|
+
.whitespace-nowrap {
|
|
7649
|
+
white-space: nowrap;
|
|
7650
|
+
}
|
|
7651
|
+
.whitespace-pre {
|
|
7652
|
+
white-space: pre;
|
|
7653
|
+
}
|
|
7654
|
+
.whitespace-pre-line {
|
|
7655
|
+
white-space: pre-line;
|
|
7656
|
+
}
|
|
7657
|
+
.whitespace-pre-wrap {
|
|
7658
|
+
white-space: pre-wrap;
|
|
7659
|
+
}
|
|
7660
|
+
.whitespace-break-spaces {
|
|
7661
|
+
white-space: break-spaces;
|
|
7662
|
+
}
|
|
7520
7663
|
.w-3xs {
|
|
7521
7664
|
width: var(--container-3xs);
|
|
7522
7665
|
}
|
|
@@ -7592,6 +7735,19 @@
|
|
|
7592
7735
|
.w-fit {
|
|
7593
7736
|
width: fit-content;
|
|
7594
7737
|
}
|
|
7738
|
+
.break-normal {
|
|
7739
|
+
overflow-wrap: normal;
|
|
7740
|
+
word-break: normal;
|
|
7741
|
+
}
|
|
7742
|
+
.break-words {
|
|
7743
|
+
overflow-wrap: break-word;
|
|
7744
|
+
}
|
|
7745
|
+
.break-all {
|
|
7746
|
+
word-break: break-all;
|
|
7747
|
+
}
|
|
7748
|
+
.break-keep {
|
|
7749
|
+
word-break: keep-all;
|
|
7750
|
+
}
|
|
7595
7751
|
.z-auto {
|
|
7596
7752
|
z-index: auto;
|
|
7597
7753
|
}
|
|
@@ -8351,6 +8507,9 @@
|
|
|
8351
8507
|
.sm\:columns-auto {
|
|
8352
8508
|
columns: auto;
|
|
8353
8509
|
}
|
|
8510
|
+
.sm\:content-none {
|
|
8511
|
+
content: none;
|
|
8512
|
+
}
|
|
8354
8513
|
.sm\:block {
|
|
8355
8514
|
display: block;
|
|
8356
8515
|
}
|
|
@@ -8806,6 +8965,18 @@
|
|
|
8806
8965
|
.sm\:h-lh {
|
|
8807
8966
|
height: 1lh;
|
|
8808
8967
|
}
|
|
8968
|
+
.sm\:hyphens-none {
|
|
8969
|
+
-webkit-hyphens: none;
|
|
8970
|
+
hyphens: none;
|
|
8971
|
+
}
|
|
8972
|
+
.sm\:hyphens-manual {
|
|
8973
|
+
-webkit-hyphens: manual;
|
|
8974
|
+
hyphens: manual;
|
|
8975
|
+
}
|
|
8976
|
+
.sm\:hyphens-auto {
|
|
8977
|
+
-webkit-hyphens: auto;
|
|
8978
|
+
hyphens: auto;
|
|
8979
|
+
}
|
|
8809
8980
|
.sm\:top-full {
|
|
8810
8981
|
top: 100%;
|
|
8811
8982
|
}
|
|
@@ -9376,6 +9547,15 @@
|
|
|
9376
9547
|
.sm\:outline-double {
|
|
9377
9548
|
outline-style: double;
|
|
9378
9549
|
}
|
|
9550
|
+
.sm\:wrap-break-word {
|
|
9551
|
+
overflow-wrap: break-word;
|
|
9552
|
+
}
|
|
9553
|
+
.sm\:wrap-anywhere {
|
|
9554
|
+
overflow-wrap: anywhere;
|
|
9555
|
+
}
|
|
9556
|
+
.sm\:wrap-normal {
|
|
9557
|
+
overflow-wrap: normal;
|
|
9558
|
+
}
|
|
9379
9559
|
.sm\:overflow-auto {
|
|
9380
9560
|
overflow: auto;
|
|
9381
9561
|
}
|
|
@@ -9649,6 +9829,17 @@
|
|
|
9649
9829
|
.sm\:decoration-auto {
|
|
9650
9830
|
text-decoration-thickness: auto;
|
|
9651
9831
|
}
|
|
9832
|
+
.sm\:truncate {
|
|
9833
|
+
overflow: hidden;
|
|
9834
|
+
text-overflow: ellipsis;
|
|
9835
|
+
white-space: nowrap;
|
|
9836
|
+
}
|
|
9837
|
+
.sm\:text-ellipsis {
|
|
9838
|
+
text-overflow: ellipsis;
|
|
9839
|
+
}
|
|
9840
|
+
.sm\:text-clip {
|
|
9841
|
+
text-overflow: clip;
|
|
9842
|
+
}
|
|
9652
9843
|
.sm\:uppercase {
|
|
9653
9844
|
text-transform: uppercase;
|
|
9654
9845
|
}
|
|
@@ -9664,6 +9855,42 @@
|
|
|
9664
9855
|
.sm\:underline-offset-auto {
|
|
9665
9856
|
text-underline-offset: auto;
|
|
9666
9857
|
}
|
|
9858
|
+
.sm\:text-wrap {
|
|
9859
|
+
text-wrap: wrap;
|
|
9860
|
+
}
|
|
9861
|
+
.sm\:text-nowrap {
|
|
9862
|
+
text-wrap: nowrap;
|
|
9863
|
+
}
|
|
9864
|
+
.sm\:text-balance {
|
|
9865
|
+
text-wrap: balance;
|
|
9866
|
+
}
|
|
9867
|
+
.sm\:text-pretty {
|
|
9868
|
+
text-wrap: pretty;
|
|
9869
|
+
}
|
|
9870
|
+
.sm\:align-baseline {
|
|
9871
|
+
vertical-align: baseline;
|
|
9872
|
+
}
|
|
9873
|
+
.sm\:align-top {
|
|
9874
|
+
vertical-align: top;
|
|
9875
|
+
}
|
|
9876
|
+
.sm\:align-middle {
|
|
9877
|
+
vertical-align: middle;
|
|
9878
|
+
}
|
|
9879
|
+
.sm\:align-bottom {
|
|
9880
|
+
vertical-align: bottom;
|
|
9881
|
+
}
|
|
9882
|
+
.sm\:align-text-top {
|
|
9883
|
+
vertical-align: text-top;
|
|
9884
|
+
}
|
|
9885
|
+
.sm\:align-text-bottom {
|
|
9886
|
+
vertical-align: text-bottom;
|
|
9887
|
+
}
|
|
9888
|
+
.sm\:align-sub {
|
|
9889
|
+
vertical-align: sub;
|
|
9890
|
+
}
|
|
9891
|
+
.sm\:align-super {
|
|
9892
|
+
vertical-align: super;
|
|
9893
|
+
}
|
|
9667
9894
|
.sm\:visible {
|
|
9668
9895
|
visibility: visible;
|
|
9669
9896
|
}
|
|
@@ -9673,6 +9900,24 @@
|
|
|
9673
9900
|
.sm\:collapse {
|
|
9674
9901
|
visibility: collapse;
|
|
9675
9902
|
}
|
|
9903
|
+
.sm\:whitespace-normal {
|
|
9904
|
+
white-space: normal;
|
|
9905
|
+
}
|
|
9906
|
+
.sm\:whitespace-nowrap {
|
|
9907
|
+
white-space: nowrap;
|
|
9908
|
+
}
|
|
9909
|
+
.sm\:whitespace-pre {
|
|
9910
|
+
white-space: pre;
|
|
9911
|
+
}
|
|
9912
|
+
.sm\:whitespace-pre-line {
|
|
9913
|
+
white-space: pre-line;
|
|
9914
|
+
}
|
|
9915
|
+
.sm\:whitespace-pre-wrap {
|
|
9916
|
+
white-space: pre-wrap;
|
|
9917
|
+
}
|
|
9918
|
+
.sm\:whitespace-break-spaces {
|
|
9919
|
+
white-space: break-spaces;
|
|
9920
|
+
}
|
|
9676
9921
|
.sm\:w-3xs {
|
|
9677
9922
|
width: var(--container-3xs);
|
|
9678
9923
|
}
|
|
@@ -9748,6 +9993,19 @@
|
|
|
9748
9993
|
.sm\:w-fit {
|
|
9749
9994
|
width: fit-content;
|
|
9750
9995
|
}
|
|
9996
|
+
.sm\:break-normal {
|
|
9997
|
+
overflow-wrap: normal;
|
|
9998
|
+
word-break: normal;
|
|
9999
|
+
}
|
|
10000
|
+
.sm\:break-words {
|
|
10001
|
+
overflow-wrap: break-word;
|
|
10002
|
+
}
|
|
10003
|
+
.sm\:break-all {
|
|
10004
|
+
word-break: break-all;
|
|
10005
|
+
}
|
|
10006
|
+
.sm\:break-keep {
|
|
10007
|
+
word-break: keep-all;
|
|
10008
|
+
}
|
|
9751
10009
|
.sm\:z-auto {
|
|
9752
10010
|
z-index: auto;
|
|
9753
10011
|
}
|
|
@@ -10508,6 +10766,9 @@
|
|
|
10508
10766
|
.md\:columns-auto {
|
|
10509
10767
|
columns: auto;
|
|
10510
10768
|
}
|
|
10769
|
+
.md\:content-none {
|
|
10770
|
+
content: none;
|
|
10771
|
+
}
|
|
10511
10772
|
.md\:block {
|
|
10512
10773
|
display: block;
|
|
10513
10774
|
}
|
|
@@ -10963,6 +11224,18 @@
|
|
|
10963
11224
|
.md\:h-lh {
|
|
10964
11225
|
height: 1lh;
|
|
10965
11226
|
}
|
|
11227
|
+
.md\:hyphens-none {
|
|
11228
|
+
-webkit-hyphens: none;
|
|
11229
|
+
hyphens: none;
|
|
11230
|
+
}
|
|
11231
|
+
.md\:hyphens-manual {
|
|
11232
|
+
-webkit-hyphens: manual;
|
|
11233
|
+
hyphens: manual;
|
|
11234
|
+
}
|
|
11235
|
+
.md\:hyphens-auto {
|
|
11236
|
+
-webkit-hyphens: auto;
|
|
11237
|
+
hyphens: auto;
|
|
11238
|
+
}
|
|
10966
11239
|
.md\:top-full {
|
|
10967
11240
|
top: 100%;
|
|
10968
11241
|
}
|
|
@@ -11533,6 +11806,15 @@
|
|
|
11533
11806
|
.md\:outline-double {
|
|
11534
11807
|
outline-style: double;
|
|
11535
11808
|
}
|
|
11809
|
+
.md\:wrap-break-word {
|
|
11810
|
+
overflow-wrap: break-word;
|
|
11811
|
+
}
|
|
11812
|
+
.md\:wrap-anywhere {
|
|
11813
|
+
overflow-wrap: anywhere;
|
|
11814
|
+
}
|
|
11815
|
+
.md\:wrap-normal {
|
|
11816
|
+
overflow-wrap: normal;
|
|
11817
|
+
}
|
|
11536
11818
|
.md\:overflow-auto {
|
|
11537
11819
|
overflow: auto;
|
|
11538
11820
|
}
|
|
@@ -11806,6 +12088,17 @@
|
|
|
11806
12088
|
.md\:decoration-auto {
|
|
11807
12089
|
text-decoration-thickness: auto;
|
|
11808
12090
|
}
|
|
12091
|
+
.md\:truncate {
|
|
12092
|
+
overflow: hidden;
|
|
12093
|
+
text-overflow: ellipsis;
|
|
12094
|
+
white-space: nowrap;
|
|
12095
|
+
}
|
|
12096
|
+
.md\:text-ellipsis {
|
|
12097
|
+
text-overflow: ellipsis;
|
|
12098
|
+
}
|
|
12099
|
+
.md\:text-clip {
|
|
12100
|
+
text-overflow: clip;
|
|
12101
|
+
}
|
|
11809
12102
|
.md\:uppercase {
|
|
11810
12103
|
text-transform: uppercase;
|
|
11811
12104
|
}
|
|
@@ -11821,6 +12114,42 @@
|
|
|
11821
12114
|
.md\:underline-offset-auto {
|
|
11822
12115
|
text-underline-offset: auto;
|
|
11823
12116
|
}
|
|
12117
|
+
.md\:text-wrap {
|
|
12118
|
+
text-wrap: wrap;
|
|
12119
|
+
}
|
|
12120
|
+
.md\:text-nowrap {
|
|
12121
|
+
text-wrap: nowrap;
|
|
12122
|
+
}
|
|
12123
|
+
.md\:text-balance {
|
|
12124
|
+
text-wrap: balance;
|
|
12125
|
+
}
|
|
12126
|
+
.md\:text-pretty {
|
|
12127
|
+
text-wrap: pretty;
|
|
12128
|
+
}
|
|
12129
|
+
.md\:align-baseline {
|
|
12130
|
+
vertical-align: baseline;
|
|
12131
|
+
}
|
|
12132
|
+
.md\:align-top {
|
|
12133
|
+
vertical-align: top;
|
|
12134
|
+
}
|
|
12135
|
+
.md\:align-middle {
|
|
12136
|
+
vertical-align: middle;
|
|
12137
|
+
}
|
|
12138
|
+
.md\:align-bottom {
|
|
12139
|
+
vertical-align: bottom;
|
|
12140
|
+
}
|
|
12141
|
+
.md\:align-text-top {
|
|
12142
|
+
vertical-align: text-top;
|
|
12143
|
+
}
|
|
12144
|
+
.md\:align-text-bottom {
|
|
12145
|
+
vertical-align: text-bottom;
|
|
12146
|
+
}
|
|
12147
|
+
.md\:align-sub {
|
|
12148
|
+
vertical-align: sub;
|
|
12149
|
+
}
|
|
12150
|
+
.md\:align-super {
|
|
12151
|
+
vertical-align: super;
|
|
12152
|
+
}
|
|
11824
12153
|
.md\:visible {
|
|
11825
12154
|
visibility: visible;
|
|
11826
12155
|
}
|
|
@@ -11830,6 +12159,24 @@
|
|
|
11830
12159
|
.md\:collapse {
|
|
11831
12160
|
visibility: collapse;
|
|
11832
12161
|
}
|
|
12162
|
+
.md\:whitespace-normal {
|
|
12163
|
+
white-space: normal;
|
|
12164
|
+
}
|
|
12165
|
+
.md\:whitespace-nowrap {
|
|
12166
|
+
white-space: nowrap;
|
|
12167
|
+
}
|
|
12168
|
+
.md\:whitespace-pre {
|
|
12169
|
+
white-space: pre;
|
|
12170
|
+
}
|
|
12171
|
+
.md\:whitespace-pre-line {
|
|
12172
|
+
white-space: pre-line;
|
|
12173
|
+
}
|
|
12174
|
+
.md\:whitespace-pre-wrap {
|
|
12175
|
+
white-space: pre-wrap;
|
|
12176
|
+
}
|
|
12177
|
+
.md\:whitespace-break-spaces {
|
|
12178
|
+
white-space: break-spaces;
|
|
12179
|
+
}
|
|
11833
12180
|
.md\:w-3xs {
|
|
11834
12181
|
width: var(--container-3xs);
|
|
11835
12182
|
}
|
|
@@ -11905,6 +12252,19 @@
|
|
|
11905
12252
|
.md\:w-fit {
|
|
11906
12253
|
width: fit-content;
|
|
11907
12254
|
}
|
|
12255
|
+
.md\:break-normal {
|
|
12256
|
+
overflow-wrap: normal;
|
|
12257
|
+
word-break: normal;
|
|
12258
|
+
}
|
|
12259
|
+
.md\:break-words {
|
|
12260
|
+
overflow-wrap: break-word;
|
|
12261
|
+
}
|
|
12262
|
+
.md\:break-all {
|
|
12263
|
+
word-break: break-all;
|
|
12264
|
+
}
|
|
12265
|
+
.md\:break-keep {
|
|
12266
|
+
word-break: keep-all;
|
|
12267
|
+
}
|
|
11908
12268
|
.md\:z-auto {
|
|
11909
12269
|
z-index: auto;
|
|
11910
12270
|
}
|
|
@@ -12665,6 +13025,9 @@
|
|
|
12665
13025
|
.lg\:columns-auto {
|
|
12666
13026
|
columns: auto;
|
|
12667
13027
|
}
|
|
13028
|
+
.lg\:content-none {
|
|
13029
|
+
content: none;
|
|
13030
|
+
}
|
|
12668
13031
|
.lg\:block {
|
|
12669
13032
|
display: block;
|
|
12670
13033
|
}
|
|
@@ -13120,6 +13483,18 @@
|
|
|
13120
13483
|
.lg\:h-lh {
|
|
13121
13484
|
height: 1lh;
|
|
13122
13485
|
}
|
|
13486
|
+
.lg\:hyphens-none {
|
|
13487
|
+
-webkit-hyphens: none;
|
|
13488
|
+
hyphens: none;
|
|
13489
|
+
}
|
|
13490
|
+
.lg\:hyphens-manual {
|
|
13491
|
+
-webkit-hyphens: manual;
|
|
13492
|
+
hyphens: manual;
|
|
13493
|
+
}
|
|
13494
|
+
.lg\:hyphens-auto {
|
|
13495
|
+
-webkit-hyphens: auto;
|
|
13496
|
+
hyphens: auto;
|
|
13497
|
+
}
|
|
13123
13498
|
.lg\:top-full {
|
|
13124
13499
|
top: 100%;
|
|
13125
13500
|
}
|
|
@@ -13690,6 +14065,15 @@
|
|
|
13690
14065
|
.lg\:outline-double {
|
|
13691
14066
|
outline-style: double;
|
|
13692
14067
|
}
|
|
14068
|
+
.lg\:wrap-break-word {
|
|
14069
|
+
overflow-wrap: break-word;
|
|
14070
|
+
}
|
|
14071
|
+
.lg\:wrap-anywhere {
|
|
14072
|
+
overflow-wrap: anywhere;
|
|
14073
|
+
}
|
|
14074
|
+
.lg\:wrap-normal {
|
|
14075
|
+
overflow-wrap: normal;
|
|
14076
|
+
}
|
|
13693
14077
|
.lg\:overflow-auto {
|
|
13694
14078
|
overflow: auto;
|
|
13695
14079
|
}
|
|
@@ -13963,6 +14347,17 @@
|
|
|
13963
14347
|
.lg\:decoration-auto {
|
|
13964
14348
|
text-decoration-thickness: auto;
|
|
13965
14349
|
}
|
|
14350
|
+
.lg\:truncate {
|
|
14351
|
+
overflow: hidden;
|
|
14352
|
+
text-overflow: ellipsis;
|
|
14353
|
+
white-space: nowrap;
|
|
14354
|
+
}
|
|
14355
|
+
.lg\:text-ellipsis {
|
|
14356
|
+
text-overflow: ellipsis;
|
|
14357
|
+
}
|
|
14358
|
+
.lg\:text-clip {
|
|
14359
|
+
text-overflow: clip;
|
|
14360
|
+
}
|
|
13966
14361
|
.lg\:uppercase {
|
|
13967
14362
|
text-transform: uppercase;
|
|
13968
14363
|
}
|
|
@@ -13978,6 +14373,42 @@
|
|
|
13978
14373
|
.lg\:underline-offset-auto {
|
|
13979
14374
|
text-underline-offset: auto;
|
|
13980
14375
|
}
|
|
14376
|
+
.lg\:text-wrap {
|
|
14377
|
+
text-wrap: wrap;
|
|
14378
|
+
}
|
|
14379
|
+
.lg\:text-nowrap {
|
|
14380
|
+
text-wrap: nowrap;
|
|
14381
|
+
}
|
|
14382
|
+
.lg\:text-balance {
|
|
14383
|
+
text-wrap: balance;
|
|
14384
|
+
}
|
|
14385
|
+
.lg\:text-pretty {
|
|
14386
|
+
text-wrap: pretty;
|
|
14387
|
+
}
|
|
14388
|
+
.lg\:align-baseline {
|
|
14389
|
+
vertical-align: baseline;
|
|
14390
|
+
}
|
|
14391
|
+
.lg\:align-top {
|
|
14392
|
+
vertical-align: top;
|
|
14393
|
+
}
|
|
14394
|
+
.lg\:align-middle {
|
|
14395
|
+
vertical-align: middle;
|
|
14396
|
+
}
|
|
14397
|
+
.lg\:align-bottom {
|
|
14398
|
+
vertical-align: bottom;
|
|
14399
|
+
}
|
|
14400
|
+
.lg\:align-text-top {
|
|
14401
|
+
vertical-align: text-top;
|
|
14402
|
+
}
|
|
14403
|
+
.lg\:align-text-bottom {
|
|
14404
|
+
vertical-align: text-bottom;
|
|
14405
|
+
}
|
|
14406
|
+
.lg\:align-sub {
|
|
14407
|
+
vertical-align: sub;
|
|
14408
|
+
}
|
|
14409
|
+
.lg\:align-super {
|
|
14410
|
+
vertical-align: super;
|
|
14411
|
+
}
|
|
13981
14412
|
.lg\:visible {
|
|
13982
14413
|
visibility: visible;
|
|
13983
14414
|
}
|
|
@@ -13987,6 +14418,24 @@
|
|
|
13987
14418
|
.lg\:collapse {
|
|
13988
14419
|
visibility: collapse;
|
|
13989
14420
|
}
|
|
14421
|
+
.lg\:whitespace-normal {
|
|
14422
|
+
white-space: normal;
|
|
14423
|
+
}
|
|
14424
|
+
.lg\:whitespace-nowrap {
|
|
14425
|
+
white-space: nowrap;
|
|
14426
|
+
}
|
|
14427
|
+
.lg\:whitespace-pre {
|
|
14428
|
+
white-space: pre;
|
|
14429
|
+
}
|
|
14430
|
+
.lg\:whitespace-pre-line {
|
|
14431
|
+
white-space: pre-line;
|
|
14432
|
+
}
|
|
14433
|
+
.lg\:whitespace-pre-wrap {
|
|
14434
|
+
white-space: pre-wrap;
|
|
14435
|
+
}
|
|
14436
|
+
.lg\:whitespace-break-spaces {
|
|
14437
|
+
white-space: break-spaces;
|
|
14438
|
+
}
|
|
13990
14439
|
.lg\:w-3xs {
|
|
13991
14440
|
width: var(--container-3xs);
|
|
13992
14441
|
}
|
|
@@ -14062,6 +14511,19 @@
|
|
|
14062
14511
|
.lg\:w-fit {
|
|
14063
14512
|
width: fit-content;
|
|
14064
14513
|
}
|
|
14514
|
+
.lg\:break-normal {
|
|
14515
|
+
overflow-wrap: normal;
|
|
14516
|
+
word-break: normal;
|
|
14517
|
+
}
|
|
14518
|
+
.lg\:break-words {
|
|
14519
|
+
overflow-wrap: break-word;
|
|
14520
|
+
}
|
|
14521
|
+
.lg\:break-all {
|
|
14522
|
+
word-break: break-all;
|
|
14523
|
+
}
|
|
14524
|
+
.lg\:break-keep {
|
|
14525
|
+
word-break: keep-all;
|
|
14526
|
+
}
|
|
14065
14527
|
.lg\:z-auto {
|
|
14066
14528
|
z-index: auto;
|
|
14067
14529
|
}
|
|
@@ -14822,6 +15284,9 @@
|
|
|
14822
15284
|
.xl\:columns-auto {
|
|
14823
15285
|
columns: auto;
|
|
14824
15286
|
}
|
|
15287
|
+
.xl\:content-none {
|
|
15288
|
+
content: none;
|
|
15289
|
+
}
|
|
14825
15290
|
.xl\:block {
|
|
14826
15291
|
display: block;
|
|
14827
15292
|
}
|
|
@@ -15277,6 +15742,18 @@
|
|
|
15277
15742
|
.xl\:h-lh {
|
|
15278
15743
|
height: 1lh;
|
|
15279
15744
|
}
|
|
15745
|
+
.xl\:hyphens-none {
|
|
15746
|
+
-webkit-hyphens: none;
|
|
15747
|
+
hyphens: none;
|
|
15748
|
+
}
|
|
15749
|
+
.xl\:hyphens-manual {
|
|
15750
|
+
-webkit-hyphens: manual;
|
|
15751
|
+
hyphens: manual;
|
|
15752
|
+
}
|
|
15753
|
+
.xl\:hyphens-auto {
|
|
15754
|
+
-webkit-hyphens: auto;
|
|
15755
|
+
hyphens: auto;
|
|
15756
|
+
}
|
|
15280
15757
|
.xl\:top-full {
|
|
15281
15758
|
top: 100%;
|
|
15282
15759
|
}
|
|
@@ -15847,6 +16324,15 @@
|
|
|
15847
16324
|
.xl\:outline-double {
|
|
15848
16325
|
outline-style: double;
|
|
15849
16326
|
}
|
|
16327
|
+
.xl\:wrap-break-word {
|
|
16328
|
+
overflow-wrap: break-word;
|
|
16329
|
+
}
|
|
16330
|
+
.xl\:wrap-anywhere {
|
|
16331
|
+
overflow-wrap: anywhere;
|
|
16332
|
+
}
|
|
16333
|
+
.xl\:wrap-normal {
|
|
16334
|
+
overflow-wrap: normal;
|
|
16335
|
+
}
|
|
15850
16336
|
.xl\:overflow-auto {
|
|
15851
16337
|
overflow: auto;
|
|
15852
16338
|
}
|
|
@@ -16120,6 +16606,17 @@
|
|
|
16120
16606
|
.xl\:decoration-auto {
|
|
16121
16607
|
text-decoration-thickness: auto;
|
|
16122
16608
|
}
|
|
16609
|
+
.xl\:truncate {
|
|
16610
|
+
overflow: hidden;
|
|
16611
|
+
text-overflow: ellipsis;
|
|
16612
|
+
white-space: nowrap;
|
|
16613
|
+
}
|
|
16614
|
+
.xl\:text-ellipsis {
|
|
16615
|
+
text-overflow: ellipsis;
|
|
16616
|
+
}
|
|
16617
|
+
.xl\:text-clip {
|
|
16618
|
+
text-overflow: clip;
|
|
16619
|
+
}
|
|
16123
16620
|
.xl\:uppercase {
|
|
16124
16621
|
text-transform: uppercase;
|
|
16125
16622
|
}
|
|
@@ -16135,6 +16632,42 @@
|
|
|
16135
16632
|
.xl\:underline-offset-auto {
|
|
16136
16633
|
text-underline-offset: auto;
|
|
16137
16634
|
}
|
|
16635
|
+
.xl\:text-wrap {
|
|
16636
|
+
text-wrap: wrap;
|
|
16637
|
+
}
|
|
16638
|
+
.xl\:text-nowrap {
|
|
16639
|
+
text-wrap: nowrap;
|
|
16640
|
+
}
|
|
16641
|
+
.xl\:text-balance {
|
|
16642
|
+
text-wrap: balance;
|
|
16643
|
+
}
|
|
16644
|
+
.xl\:text-pretty {
|
|
16645
|
+
text-wrap: pretty;
|
|
16646
|
+
}
|
|
16647
|
+
.xl\:align-baseline {
|
|
16648
|
+
vertical-align: baseline;
|
|
16649
|
+
}
|
|
16650
|
+
.xl\:align-top {
|
|
16651
|
+
vertical-align: top;
|
|
16652
|
+
}
|
|
16653
|
+
.xl\:align-middle {
|
|
16654
|
+
vertical-align: middle;
|
|
16655
|
+
}
|
|
16656
|
+
.xl\:align-bottom {
|
|
16657
|
+
vertical-align: bottom;
|
|
16658
|
+
}
|
|
16659
|
+
.xl\:align-text-top {
|
|
16660
|
+
vertical-align: text-top;
|
|
16661
|
+
}
|
|
16662
|
+
.xl\:align-text-bottom {
|
|
16663
|
+
vertical-align: text-bottom;
|
|
16664
|
+
}
|
|
16665
|
+
.xl\:align-sub {
|
|
16666
|
+
vertical-align: sub;
|
|
16667
|
+
}
|
|
16668
|
+
.xl\:align-super {
|
|
16669
|
+
vertical-align: super;
|
|
16670
|
+
}
|
|
16138
16671
|
.xl\:visible {
|
|
16139
16672
|
visibility: visible;
|
|
16140
16673
|
}
|
|
@@ -16144,6 +16677,24 @@
|
|
|
16144
16677
|
.xl\:collapse {
|
|
16145
16678
|
visibility: collapse;
|
|
16146
16679
|
}
|
|
16680
|
+
.xl\:whitespace-normal {
|
|
16681
|
+
white-space: normal;
|
|
16682
|
+
}
|
|
16683
|
+
.xl\:whitespace-nowrap {
|
|
16684
|
+
white-space: nowrap;
|
|
16685
|
+
}
|
|
16686
|
+
.xl\:whitespace-pre {
|
|
16687
|
+
white-space: pre;
|
|
16688
|
+
}
|
|
16689
|
+
.xl\:whitespace-pre-line {
|
|
16690
|
+
white-space: pre-line;
|
|
16691
|
+
}
|
|
16692
|
+
.xl\:whitespace-pre-wrap {
|
|
16693
|
+
white-space: pre-wrap;
|
|
16694
|
+
}
|
|
16695
|
+
.xl\:whitespace-break-spaces {
|
|
16696
|
+
white-space: break-spaces;
|
|
16697
|
+
}
|
|
16147
16698
|
.xl\:w-3xs {
|
|
16148
16699
|
width: var(--container-3xs);
|
|
16149
16700
|
}
|
|
@@ -16219,6 +16770,19 @@
|
|
|
16219
16770
|
.xl\:w-fit {
|
|
16220
16771
|
width: fit-content;
|
|
16221
16772
|
}
|
|
16773
|
+
.xl\:break-normal {
|
|
16774
|
+
overflow-wrap: normal;
|
|
16775
|
+
word-break: normal;
|
|
16776
|
+
}
|
|
16777
|
+
.xl\:break-words {
|
|
16778
|
+
overflow-wrap: break-word;
|
|
16779
|
+
}
|
|
16780
|
+
.xl\:break-all {
|
|
16781
|
+
word-break: break-all;
|
|
16782
|
+
}
|
|
16783
|
+
.xl\:break-keep {
|
|
16784
|
+
word-break: keep-all;
|
|
16785
|
+
}
|
|
16222
16786
|
.xl\:z-auto {
|
|
16223
16787
|
z-index: auto;
|
|
16224
16788
|
}
|
|
@@ -16979,6 +17543,9 @@
|
|
|
16979
17543
|
.\32xl\:columns-auto {
|
|
16980
17544
|
columns: auto;
|
|
16981
17545
|
}
|
|
17546
|
+
.\32xl\:content-none {
|
|
17547
|
+
content: none;
|
|
17548
|
+
}
|
|
16982
17549
|
.\32xl\:block {
|
|
16983
17550
|
display: block;
|
|
16984
17551
|
}
|
|
@@ -17434,6 +18001,18 @@
|
|
|
17434
18001
|
.\32xl\:h-lh {
|
|
17435
18002
|
height: 1lh;
|
|
17436
18003
|
}
|
|
18004
|
+
.\32xl\:hyphens-none {
|
|
18005
|
+
-webkit-hyphens: none;
|
|
18006
|
+
hyphens: none;
|
|
18007
|
+
}
|
|
18008
|
+
.\32xl\:hyphens-manual {
|
|
18009
|
+
-webkit-hyphens: manual;
|
|
18010
|
+
hyphens: manual;
|
|
18011
|
+
}
|
|
18012
|
+
.\32xl\:hyphens-auto {
|
|
18013
|
+
-webkit-hyphens: auto;
|
|
18014
|
+
hyphens: auto;
|
|
18015
|
+
}
|
|
17437
18016
|
.\32xl\:top-full {
|
|
17438
18017
|
top: 100%;
|
|
17439
18018
|
}
|
|
@@ -18004,6 +18583,15 @@
|
|
|
18004
18583
|
.\32xl\:outline-double {
|
|
18005
18584
|
outline-style: double;
|
|
18006
18585
|
}
|
|
18586
|
+
.\32xl\:wrap-break-word {
|
|
18587
|
+
overflow-wrap: break-word;
|
|
18588
|
+
}
|
|
18589
|
+
.\32xl\:wrap-anywhere {
|
|
18590
|
+
overflow-wrap: anywhere;
|
|
18591
|
+
}
|
|
18592
|
+
.\32xl\:wrap-normal {
|
|
18593
|
+
overflow-wrap: normal;
|
|
18594
|
+
}
|
|
18007
18595
|
.\32xl\:overflow-auto {
|
|
18008
18596
|
overflow: auto;
|
|
18009
18597
|
}
|
|
@@ -18277,6 +18865,17 @@
|
|
|
18277
18865
|
.\32xl\:decoration-auto {
|
|
18278
18866
|
text-decoration-thickness: auto;
|
|
18279
18867
|
}
|
|
18868
|
+
.\32xl\:truncate {
|
|
18869
|
+
overflow: hidden;
|
|
18870
|
+
text-overflow: ellipsis;
|
|
18871
|
+
white-space: nowrap;
|
|
18872
|
+
}
|
|
18873
|
+
.\32xl\:text-ellipsis {
|
|
18874
|
+
text-overflow: ellipsis;
|
|
18875
|
+
}
|
|
18876
|
+
.\32xl\:text-clip {
|
|
18877
|
+
text-overflow: clip;
|
|
18878
|
+
}
|
|
18280
18879
|
.\32xl\:uppercase {
|
|
18281
18880
|
text-transform: uppercase;
|
|
18282
18881
|
}
|
|
@@ -18292,6 +18891,42 @@
|
|
|
18292
18891
|
.\32xl\:underline-offset-auto {
|
|
18293
18892
|
text-underline-offset: auto;
|
|
18294
18893
|
}
|
|
18894
|
+
.\32xl\:text-wrap {
|
|
18895
|
+
text-wrap: wrap;
|
|
18896
|
+
}
|
|
18897
|
+
.\32xl\:text-nowrap {
|
|
18898
|
+
text-wrap: nowrap;
|
|
18899
|
+
}
|
|
18900
|
+
.\32xl\:text-balance {
|
|
18901
|
+
text-wrap: balance;
|
|
18902
|
+
}
|
|
18903
|
+
.\32xl\:text-pretty {
|
|
18904
|
+
text-wrap: pretty;
|
|
18905
|
+
}
|
|
18906
|
+
.\32xl\:align-baseline {
|
|
18907
|
+
vertical-align: baseline;
|
|
18908
|
+
}
|
|
18909
|
+
.\32xl\:align-top {
|
|
18910
|
+
vertical-align: top;
|
|
18911
|
+
}
|
|
18912
|
+
.\32xl\:align-middle {
|
|
18913
|
+
vertical-align: middle;
|
|
18914
|
+
}
|
|
18915
|
+
.\32xl\:align-bottom {
|
|
18916
|
+
vertical-align: bottom;
|
|
18917
|
+
}
|
|
18918
|
+
.\32xl\:align-text-top {
|
|
18919
|
+
vertical-align: text-top;
|
|
18920
|
+
}
|
|
18921
|
+
.\32xl\:align-text-bottom {
|
|
18922
|
+
vertical-align: text-bottom;
|
|
18923
|
+
}
|
|
18924
|
+
.\32xl\:align-sub {
|
|
18925
|
+
vertical-align: sub;
|
|
18926
|
+
}
|
|
18927
|
+
.\32xl\:align-super {
|
|
18928
|
+
vertical-align: super;
|
|
18929
|
+
}
|
|
18295
18930
|
.\32xl\:visible {
|
|
18296
18931
|
visibility: visible;
|
|
18297
18932
|
}
|
|
@@ -18301,6 +18936,24 @@
|
|
|
18301
18936
|
.\32xl\:collapse {
|
|
18302
18937
|
visibility: collapse;
|
|
18303
18938
|
}
|
|
18939
|
+
.\32xl\:whitespace-normal {
|
|
18940
|
+
white-space: normal;
|
|
18941
|
+
}
|
|
18942
|
+
.\32xl\:whitespace-nowrap {
|
|
18943
|
+
white-space: nowrap;
|
|
18944
|
+
}
|
|
18945
|
+
.\32xl\:whitespace-pre {
|
|
18946
|
+
white-space: pre;
|
|
18947
|
+
}
|
|
18948
|
+
.\32xl\:whitespace-pre-line {
|
|
18949
|
+
white-space: pre-line;
|
|
18950
|
+
}
|
|
18951
|
+
.\32xl\:whitespace-pre-wrap {
|
|
18952
|
+
white-space: pre-wrap;
|
|
18953
|
+
}
|
|
18954
|
+
.\32xl\:whitespace-break-spaces {
|
|
18955
|
+
white-space: break-spaces;
|
|
18956
|
+
}
|
|
18304
18957
|
.\32xl\:w-3xs {
|
|
18305
18958
|
width: var(--container-3xs);
|
|
18306
18959
|
}
|
|
@@ -18376,6 +19029,19 @@
|
|
|
18376
19029
|
.\32xl\:w-fit {
|
|
18377
19030
|
width: fit-content;
|
|
18378
19031
|
}
|
|
19032
|
+
.\32xl\:break-normal {
|
|
19033
|
+
overflow-wrap: normal;
|
|
19034
|
+
word-break: normal;
|
|
19035
|
+
}
|
|
19036
|
+
.\32xl\:break-words {
|
|
19037
|
+
overflow-wrap: break-word;
|
|
19038
|
+
}
|
|
19039
|
+
.\32xl\:break-all {
|
|
19040
|
+
word-break: break-all;
|
|
19041
|
+
}
|
|
19042
|
+
.\32xl\:break-keep {
|
|
19043
|
+
word-break: keep-all;
|
|
19044
|
+
}
|
|
18379
19045
|
.\32xl\:z-auto {
|
|
18380
19046
|
z-index: auto;
|
|
18381
19047
|
}
|