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