@kompasid/lit-web-components 0.8.16 → 0.8.17
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/demo/index.html +4 -4
- package/dist/src/components/kompasid-header-notification/KompasHeaderNotification.js +19 -15
- package/dist/src/components/kompasid-header-notification/KompasHeaderNotification.js.map +1 -1
- package/dist/src/components/kompasid-metered-wall-register/KompasMeteredWallRegister.js +19 -12
- package/dist/src/components/kompasid-metered-wall-register/KompasMeteredWallRegister.js.map +1 -1
- package/dist/src/utils/ellipsisText.d.ts +8 -0
- package/dist/src/utils/ellipsisText.js +19 -0
- package/dist/src/utils/ellipsisText.js.map +1 -0
- package/dist/tailwind/tailwind.js +143 -133
- package/dist/tailwind/tailwind.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/components/kompasid-header-notification/KompasHeaderNotification.ts +19 -18
- package/src/components/kompasid-metered-wall-register/KompasMeteredWallRegister.ts +19 -12
- package/src/utils/ellipsisText.ts +26 -0
- package/tailwind/tailwind.css +80 -20
- package/tailwind/tailwind.ts +143 -133
package/tailwind/tailwind.ts
CHANGED
|
@@ -47,20 +47,9 @@ export const TWStyles = css`
|
|
|
47
47
|
-o-tab-size: 4;
|
|
48
48
|
tab-size: 4;
|
|
49
49
|
/* 3 */
|
|
50
|
-
font-family:
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
-apple-system,
|
|
54
|
-
BlinkMacSystemFont,
|
|
55
|
-
'Segoe UI',
|
|
56
|
-
Roboto,
|
|
57
|
-
'Helvetica Neue',
|
|
58
|
-
Arial,
|
|
59
|
-
'Noto Sans',
|
|
60
|
-
sans-serif,
|
|
61
|
-
'Apple Color Emoji',
|
|
62
|
-
'Segoe UI Emoji',
|
|
63
|
-
'Segoe UI Symbol',
|
|
50
|
+
font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
|
|
51
|
+
'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif,
|
|
52
|
+
'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
|
|
64
53
|
'Noto Color Emoji';
|
|
65
54
|
/* 4 */
|
|
66
55
|
font-feature-settings: normal;
|
|
@@ -465,19 +454,19 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
|
|
|
465
454
|
--tw-skew-y: 0;
|
|
466
455
|
--tw-scale-x: 1;
|
|
467
456
|
--tw-scale-y: 1;
|
|
468
|
-
--tw-pan-x:
|
|
469
|
-
--tw-pan-y:
|
|
470
|
-
--tw-pinch-zoom:
|
|
457
|
+
--tw-pan-x: ;
|
|
458
|
+
--tw-pan-y: ;
|
|
459
|
+
--tw-pinch-zoom: ;
|
|
471
460
|
--tw-scroll-snap-strictness: proximity;
|
|
472
|
-
--tw-gradient-from-position:
|
|
473
|
-
--tw-gradient-via-position:
|
|
474
|
-
--tw-gradient-to-position:
|
|
475
|
-
--tw-ordinal:
|
|
476
|
-
--tw-slashed-zero:
|
|
477
|
-
--tw-numeric-figure:
|
|
478
|
-
--tw-numeric-spacing:
|
|
479
|
-
--tw-numeric-fraction:
|
|
480
|
-
--tw-ring-inset:
|
|
461
|
+
--tw-gradient-from-position: ;
|
|
462
|
+
--tw-gradient-via-position: ;
|
|
463
|
+
--tw-gradient-to-position: ;
|
|
464
|
+
--tw-ordinal: ;
|
|
465
|
+
--tw-slashed-zero: ;
|
|
466
|
+
--tw-numeric-figure: ;
|
|
467
|
+
--tw-numeric-spacing: ;
|
|
468
|
+
--tw-numeric-fraction: ;
|
|
469
|
+
--tw-ring-inset: ;
|
|
481
470
|
--tw-ring-offset-width: 0px;
|
|
482
471
|
--tw-ring-offset-color: #fff;
|
|
483
472
|
--tw-ring-color: rgb(4 104 203 / 0.5);
|
|
@@ -485,24 +474,24 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
|
|
|
485
474
|
--tw-ring-shadow: 0 0 #0000;
|
|
486
475
|
--tw-shadow: 0 0 #0000;
|
|
487
476
|
--tw-shadow-colored: 0 0 #0000;
|
|
488
|
-
--tw-blur:
|
|
489
|
-
--tw-brightness:
|
|
490
|
-
--tw-contrast:
|
|
491
|
-
--tw-grayscale:
|
|
492
|
-
--tw-hue-rotate:
|
|
493
|
-
--tw-invert:
|
|
494
|
-
--tw-saturate:
|
|
495
|
-
--tw-sepia:
|
|
496
|
-
--tw-drop-shadow:
|
|
497
|
-
--tw-backdrop-blur:
|
|
498
|
-
--tw-backdrop-brightness:
|
|
499
|
-
--tw-backdrop-contrast:
|
|
500
|
-
--tw-backdrop-grayscale:
|
|
501
|
-
--tw-backdrop-hue-rotate:
|
|
502
|
-
--tw-backdrop-invert:
|
|
503
|
-
--tw-backdrop-opacity:
|
|
504
|
-
--tw-backdrop-saturate:
|
|
505
|
-
--tw-backdrop-sepia:
|
|
477
|
+
--tw-blur: ;
|
|
478
|
+
--tw-brightness: ;
|
|
479
|
+
--tw-contrast: ;
|
|
480
|
+
--tw-grayscale: ;
|
|
481
|
+
--tw-hue-rotate: ;
|
|
482
|
+
--tw-invert: ;
|
|
483
|
+
--tw-saturate: ;
|
|
484
|
+
--tw-sepia: ;
|
|
485
|
+
--tw-drop-shadow: ;
|
|
486
|
+
--tw-backdrop-blur: ;
|
|
487
|
+
--tw-backdrop-brightness: ;
|
|
488
|
+
--tw-backdrop-contrast: ;
|
|
489
|
+
--tw-backdrop-grayscale: ;
|
|
490
|
+
--tw-backdrop-hue-rotate: ;
|
|
491
|
+
--tw-backdrop-invert: ;
|
|
492
|
+
--tw-backdrop-opacity: ;
|
|
493
|
+
--tw-backdrop-saturate: ;
|
|
494
|
+
--tw-backdrop-sepia: ;
|
|
506
495
|
}
|
|
507
496
|
|
|
508
497
|
::backdrop {
|
|
@@ -515,19 +504,19 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
|
|
|
515
504
|
--tw-skew-y: 0;
|
|
516
505
|
--tw-scale-x: 1;
|
|
517
506
|
--tw-scale-y: 1;
|
|
518
|
-
--tw-pan-x:
|
|
519
|
-
--tw-pan-y:
|
|
520
|
-
--tw-pinch-zoom:
|
|
507
|
+
--tw-pan-x: ;
|
|
508
|
+
--tw-pan-y: ;
|
|
509
|
+
--tw-pinch-zoom: ;
|
|
521
510
|
--tw-scroll-snap-strictness: proximity;
|
|
522
|
-
--tw-gradient-from-position:
|
|
523
|
-
--tw-gradient-via-position:
|
|
524
|
-
--tw-gradient-to-position:
|
|
525
|
-
--tw-ordinal:
|
|
526
|
-
--tw-slashed-zero:
|
|
527
|
-
--tw-numeric-figure:
|
|
528
|
-
--tw-numeric-spacing:
|
|
529
|
-
--tw-numeric-fraction:
|
|
530
|
-
--tw-ring-inset:
|
|
511
|
+
--tw-gradient-from-position: ;
|
|
512
|
+
--tw-gradient-via-position: ;
|
|
513
|
+
--tw-gradient-to-position: ;
|
|
514
|
+
--tw-ordinal: ;
|
|
515
|
+
--tw-slashed-zero: ;
|
|
516
|
+
--tw-numeric-figure: ;
|
|
517
|
+
--tw-numeric-spacing: ;
|
|
518
|
+
--tw-numeric-fraction: ;
|
|
519
|
+
--tw-ring-inset: ;
|
|
531
520
|
--tw-ring-offset-width: 0px;
|
|
532
521
|
--tw-ring-offset-color: #fff;
|
|
533
522
|
--tw-ring-color: rgb(4 104 203 / 0.5);
|
|
@@ -535,24 +524,24 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
|
|
|
535
524
|
--tw-ring-shadow: 0 0 #0000;
|
|
536
525
|
--tw-shadow: 0 0 #0000;
|
|
537
526
|
--tw-shadow-colored: 0 0 #0000;
|
|
538
|
-
--tw-blur:
|
|
539
|
-
--tw-brightness:
|
|
540
|
-
--tw-contrast:
|
|
541
|
-
--tw-grayscale:
|
|
542
|
-
--tw-hue-rotate:
|
|
543
|
-
--tw-invert:
|
|
544
|
-
--tw-saturate:
|
|
545
|
-
--tw-sepia:
|
|
546
|
-
--tw-drop-shadow:
|
|
547
|
-
--tw-backdrop-blur:
|
|
548
|
-
--tw-backdrop-brightness:
|
|
549
|
-
--tw-backdrop-contrast:
|
|
550
|
-
--tw-backdrop-grayscale:
|
|
551
|
-
--tw-backdrop-hue-rotate:
|
|
552
|
-
--tw-backdrop-invert:
|
|
553
|
-
--tw-backdrop-opacity:
|
|
554
|
-
--tw-backdrop-saturate:
|
|
555
|
-
--tw-backdrop-sepia:
|
|
527
|
+
--tw-blur: ;
|
|
528
|
+
--tw-brightness: ;
|
|
529
|
+
--tw-contrast: ;
|
|
530
|
+
--tw-grayscale: ;
|
|
531
|
+
--tw-hue-rotate: ;
|
|
532
|
+
--tw-invert: ;
|
|
533
|
+
--tw-saturate: ;
|
|
534
|
+
--tw-sepia: ;
|
|
535
|
+
--tw-drop-shadow: ;
|
|
536
|
+
--tw-backdrop-blur: ;
|
|
537
|
+
--tw-backdrop-brightness: ;
|
|
538
|
+
--tw-backdrop-contrast: ;
|
|
539
|
+
--tw-backdrop-grayscale: ;
|
|
540
|
+
--tw-backdrop-hue-rotate: ;
|
|
541
|
+
--tw-backdrop-invert: ;
|
|
542
|
+
--tw-backdrop-opacity: ;
|
|
543
|
+
--tw-backdrop-saturate: ;
|
|
544
|
+
--tw-backdrop-sepia: ;
|
|
556
545
|
}
|
|
557
546
|
|
|
558
547
|
.collapse {
|
|
@@ -734,10 +723,6 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
|
|
|
734
723
|
margin-left: 0.75rem;
|
|
735
724
|
}
|
|
736
725
|
|
|
737
|
-
.ml-4 {
|
|
738
|
-
margin-left: 1rem;
|
|
739
|
-
}
|
|
740
|
-
|
|
741
726
|
.ml-8 {
|
|
742
727
|
margin-left: 2rem;
|
|
743
728
|
}
|
|
@@ -766,6 +751,14 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
|
|
|
766
751
|
margin-right: 1.5rem;
|
|
767
752
|
}
|
|
768
753
|
|
|
754
|
+
.mt-0 {
|
|
755
|
+
margin-top: 0px;
|
|
756
|
+
}
|
|
757
|
+
|
|
758
|
+
.mt-0\\.5 {
|
|
759
|
+
margin-top: 0.125rem;
|
|
760
|
+
}
|
|
761
|
+
|
|
769
762
|
.mt-1 {
|
|
770
763
|
margin-top: 0.25rem;
|
|
771
764
|
}
|
|
@@ -822,6 +815,10 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
|
|
|
822
815
|
height: 3rem;
|
|
823
816
|
}
|
|
824
817
|
|
|
818
|
+
.h-14 {
|
|
819
|
+
height: 3.5rem;
|
|
820
|
+
}
|
|
821
|
+
|
|
825
822
|
.h-16 {
|
|
826
823
|
height: 4rem;
|
|
827
824
|
}
|
|
@@ -866,6 +863,10 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
|
|
|
866
863
|
height: 17px;
|
|
867
864
|
}
|
|
868
865
|
|
|
866
|
+
.h-\\[300px\\] {
|
|
867
|
+
height: 300px;
|
|
868
|
+
}
|
|
869
|
+
|
|
869
870
|
.h-\\[68px\\] {
|
|
870
871
|
height: 68px;
|
|
871
872
|
}
|
|
@@ -895,6 +896,10 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
|
|
|
895
896
|
width: 33.333333%;
|
|
896
897
|
}
|
|
897
898
|
|
|
899
|
+
.w-1\\/4 {
|
|
900
|
+
width: 25%;
|
|
901
|
+
}
|
|
902
|
+
|
|
898
903
|
.w-1\\/5 {
|
|
899
904
|
width: 20%;
|
|
900
905
|
}
|
|
@@ -907,6 +912,10 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
|
|
|
907
912
|
width: 91.666667%;
|
|
908
913
|
}
|
|
909
914
|
|
|
915
|
+
.w-14 {
|
|
916
|
+
width: 3.5rem;
|
|
917
|
+
}
|
|
918
|
+
|
|
910
919
|
.w-16 {
|
|
911
920
|
width: 4rem;
|
|
912
921
|
}
|
|
@@ -1054,6 +1063,16 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
|
|
|
1054
1063
|
animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
|
|
1055
1064
|
}
|
|
1056
1065
|
|
|
1066
|
+
@keyframes spin {
|
|
1067
|
+
to {
|
|
1068
|
+
transform: rotate(360deg);
|
|
1069
|
+
}
|
|
1070
|
+
}
|
|
1071
|
+
|
|
1072
|
+
.animate-spin {
|
|
1073
|
+
animation: spin 1s linear infinite;
|
|
1074
|
+
}
|
|
1075
|
+
|
|
1057
1076
|
.cursor-pointer {
|
|
1058
1077
|
cursor: pointer;
|
|
1059
1078
|
}
|
|
@@ -1198,6 +1217,10 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
|
|
|
1198
1217
|
overflow: hidden;
|
|
1199
1218
|
}
|
|
1200
1219
|
|
|
1220
|
+
.overflow-y-scroll {
|
|
1221
|
+
overflow-y: scroll;
|
|
1222
|
+
}
|
|
1223
|
+
|
|
1201
1224
|
.truncate {
|
|
1202
1225
|
overflow: hidden;
|
|
1203
1226
|
text-overflow: ellipsis;
|
|
@@ -1376,6 +1399,11 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
|
|
|
1376
1399
|
background-color: rgb(46 46 46 / var(--tw-bg-opacity));
|
|
1377
1400
|
}
|
|
1378
1401
|
|
|
1402
|
+
.bg-green-100 {
|
|
1403
|
+
--tw-bg-opacity: 1;
|
|
1404
|
+
background-color: rgb(238 252 210 / var(--tw-bg-opacity));
|
|
1405
|
+
}
|
|
1406
|
+
|
|
1379
1407
|
.bg-green-300 {
|
|
1380
1408
|
--tw-bg-opacity: 1;
|
|
1381
1409
|
background-color: rgb(151 219 83 / var(--tw-bg-opacity));
|
|
@@ -1416,6 +1444,11 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
|
|
|
1416
1444
|
background-color: rgb(255 238 204 / var(--tw-bg-opacity));
|
|
1417
1445
|
}
|
|
1418
1446
|
|
|
1447
|
+
.bg-red-100 {
|
|
1448
|
+
--tw-bg-opacity: 1;
|
|
1449
|
+
background-color: rgb(254 225 207 / var(--tw-bg-opacity));
|
|
1450
|
+
}
|
|
1451
|
+
|
|
1419
1452
|
.bg-white {
|
|
1420
1453
|
--tw-bg-opacity: 1;
|
|
1421
1454
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
@@ -1468,6 +1501,11 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
|
|
|
1468
1501
|
padding: 1.5rem;
|
|
1469
1502
|
}
|
|
1470
1503
|
|
|
1504
|
+
.px-0 {
|
|
1505
|
+
padding-left: 0px;
|
|
1506
|
+
padding-right: 0px;
|
|
1507
|
+
}
|
|
1508
|
+
|
|
1471
1509
|
.px-2 {
|
|
1472
1510
|
padding-left: 0.5rem;
|
|
1473
1511
|
padding-right: 0.5rem;
|
|
@@ -1513,6 +1551,11 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
|
|
|
1513
1551
|
padding-bottom: 0.125rem;
|
|
1514
1552
|
}
|
|
1515
1553
|
|
|
1554
|
+
.py-1 {
|
|
1555
|
+
padding-top: 0.25rem;
|
|
1556
|
+
padding-bottom: 0.25rem;
|
|
1557
|
+
}
|
|
1558
|
+
|
|
1516
1559
|
.py-2 {
|
|
1517
1560
|
padding-top: 0.5rem;
|
|
1518
1561
|
padding-bottom: 0.5rem;
|
|
@@ -1598,8 +1641,8 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
|
|
|
1598
1641
|
padding-left: 1px;
|
|
1599
1642
|
}
|
|
1600
1643
|
|
|
1601
|
-
.pr-
|
|
1602
|
-
padding-right:
|
|
1644
|
+
.pr-1 {
|
|
1645
|
+
padding-right: 0.25rem;
|
|
1603
1646
|
}
|
|
1604
1647
|
|
|
1605
1648
|
.pr-2 {
|
|
@@ -1651,20 +1694,9 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
|
|
|
1651
1694
|
}
|
|
1652
1695
|
|
|
1653
1696
|
.font-sans {
|
|
1654
|
-
font-family:
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
-apple-system,
|
|
1658
|
-
BlinkMacSystemFont,
|
|
1659
|
-
'Segoe UI',
|
|
1660
|
-
Roboto,
|
|
1661
|
-
'Helvetica Neue',
|
|
1662
|
-
Arial,
|
|
1663
|
-
'Noto Sans',
|
|
1664
|
-
sans-serif,
|
|
1665
|
-
'Apple Color Emoji',
|
|
1666
|
-
'Segoe UI Emoji',
|
|
1667
|
-
'Segoe UI Symbol',
|
|
1697
|
+
font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
|
|
1698
|
+
'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif,
|
|
1699
|
+
'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
|
|
1668
1700
|
'Noto Color Emoji';
|
|
1669
1701
|
}
|
|
1670
1702
|
|
|
@@ -1871,6 +1903,11 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
|
|
|
1871
1903
|
color: rgb(219 93 0 / var(--tw-text-opacity));
|
|
1872
1904
|
}
|
|
1873
1905
|
|
|
1906
|
+
.text-red-600 {
|
|
1907
|
+
--tw-text-opacity: 1;
|
|
1908
|
+
color: rgb(174 9 27 / var(--tw-text-opacity));
|
|
1909
|
+
}
|
|
1910
|
+
|
|
1874
1911
|
.text-white {
|
|
1875
1912
|
--tw-text-opacity: 1;
|
|
1876
1913
|
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
@@ -1897,34 +1934,15 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
|
|
|
1897
1934
|
}
|
|
1898
1935
|
|
|
1899
1936
|
.transition {
|
|
1900
|
-
transition-property:
|
|
1901
|
-
color,
|
|
1902
|
-
|
|
1903
|
-
border-color,
|
|
1904
|
-
text-decoration-color,
|
|
1905
|
-
fill,
|
|
1906
|
-
stroke,
|
|
1907
|
-
opacity,
|
|
1908
|
-
box-shadow,
|
|
1909
|
-
transform,
|
|
1910
|
-
filter,
|
|
1911
|
-
-webkit-backdrop-filter;
|
|
1937
|
+
transition-property: color, background-color, border-color,
|
|
1938
|
+
text-decoration-color, fill, stroke, opacity, box-shadow, transform,
|
|
1939
|
+
filter, -webkit-backdrop-filter;
|
|
1912
1940
|
transition-property: color, background-color, border-color,
|
|
1913
1941
|
text-decoration-color, fill, stroke, opacity, box-shadow, transform,
|
|
1914
1942
|
filter, backdrop-filter;
|
|
1915
|
-
transition-property:
|
|
1916
|
-
color,
|
|
1917
|
-
|
|
1918
|
-
border-color,
|
|
1919
|
-
text-decoration-color,
|
|
1920
|
-
fill,
|
|
1921
|
-
stroke,
|
|
1922
|
-
opacity,
|
|
1923
|
-
box-shadow,
|
|
1924
|
-
transform,
|
|
1925
|
-
filter,
|
|
1926
|
-
backdrop-filter,
|
|
1927
|
-
-webkit-backdrop-filter;
|
|
1943
|
+
transition-property: color, background-color, border-color,
|
|
1944
|
+
text-decoration-color, fill, stroke, opacity, box-shadow, transform,
|
|
1945
|
+
filter, backdrop-filter, -webkit-backdrop-filter;
|
|
1928
1946
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1929
1947
|
transition-duration: 150ms;
|
|
1930
1948
|
}
|
|
@@ -1998,8 +2016,8 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
|
|
|
1998
2016
|
margin-right: 1.25rem;
|
|
1999
2017
|
}
|
|
2000
2018
|
|
|
2001
|
-
.md\\:
|
|
2002
|
-
margin-
|
|
2019
|
+
.md\\:mr-6 {
|
|
2020
|
+
margin-right: 1.5rem;
|
|
2003
2021
|
}
|
|
2004
2022
|
|
|
2005
2023
|
.md\\:mt-2 {
|
|
@@ -2079,10 +2097,6 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
|
|
|
2079
2097
|
width: 13rem;
|
|
2080
2098
|
}
|
|
2081
2099
|
|
|
2082
|
-
.md\\:w-\\[165px\\] {
|
|
2083
|
-
width: 165px;
|
|
2084
|
-
}
|
|
2085
|
-
|
|
2086
2100
|
.md\\:w-\\[350px\\] {
|
|
2087
2101
|
width: 350px;
|
|
2088
2102
|
}
|
|
@@ -2123,6 +2137,10 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
|
|
|
2123
2137
|
max-width: 464px;
|
|
2124
2138
|
}
|
|
2125
2139
|
|
|
2140
|
+
.md\\:max-w-\\[737px\\] {
|
|
2141
|
+
max-width: 737px;
|
|
2142
|
+
}
|
|
2143
|
+
|
|
2126
2144
|
.md\\:max-w-full {
|
|
2127
2145
|
max-width: 100%;
|
|
2128
2146
|
}
|
|
@@ -2159,10 +2177,6 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
|
|
|
2159
2177
|
justify-content: center;
|
|
2160
2178
|
}
|
|
2161
2179
|
|
|
2162
|
-
.md\\:gap-2 {
|
|
2163
|
-
gap: 0.5rem;
|
|
2164
|
-
}
|
|
2165
|
-
|
|
2166
2180
|
.md\\:gap-8 {
|
|
2167
2181
|
gap: 2rem;
|
|
2168
2182
|
}
|
|
@@ -2217,10 +2231,6 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
|
|
|
2217
2231
|
align-self: flex-end;
|
|
2218
2232
|
}
|
|
2219
2233
|
|
|
2220
|
-
.md\\:self-center {
|
|
2221
|
-
align-self: center;
|
|
2222
|
-
}
|
|
2223
|
-
|
|
2224
2234
|
.md\\:rounded {
|
|
2225
2235
|
border-radius: 0.25rem;
|
|
2226
2236
|
}
|