@kompasid/lit-web-components 0.5.3 → 0.5.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.
@@ -772,6 +772,18 @@ video {
772
772
  height: 2.25rem;
773
773
  }
774
774
 
775
+ .h-\[17px\] {
776
+ height: 17px;
777
+ }
778
+
779
+ .h-\[68px\] {
780
+ height: 68px;
781
+ }
782
+
783
+ .h-\[76px\] {
784
+ height: 76px;
785
+ }
786
+
775
787
  .h-auto {
776
788
  height: auto;
777
789
  }
@@ -780,6 +792,11 @@ video {
780
792
  height: 100%;
781
793
  }
782
794
 
795
+ .h-max {
796
+ height: -moz-max-content;
797
+ height: max-content;
798
+ }
799
+
783
800
  .w-1\/5 {
784
801
  width: 20%;
785
802
  }
@@ -929,6 +946,10 @@ video {
929
946
  flex-wrap: wrap;
930
947
  }
931
948
 
949
+ .flex-nowrap {
950
+ flex-wrap: nowrap;
951
+ }
952
+
932
953
  .place-items-center {
933
954
  place-items: center;
934
955
  }
@@ -973,6 +994,18 @@ video {
973
994
  row-gap: 1rem;
974
995
  }
975
996
 
997
+ .space-x-1 > :not([hidden]) ~ :not([hidden]) {
998
+ --tw-space-x-reverse: 0;
999
+ margin-right: calc(0.25rem * var(--tw-space-x-reverse));
1000
+ margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
1001
+ }
1002
+
1003
+ .space-x-2 > :not([hidden]) ~ :not([hidden]) {
1004
+ --tw-space-x-reverse: 0;
1005
+ margin-right: calc(0.5rem * var(--tw-space-x-reverse));
1006
+ margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
1007
+ }
1008
+
976
1009
  .space-x-4 > :not([hidden]) ~ :not([hidden]) {
977
1010
  --tw-space-x-reverse: 0;
978
1011
  margin-right: calc(1rem * var(--tw-space-x-reverse));
@@ -1001,6 +1034,10 @@ video {
1001
1034
  align-self: center;
1002
1035
  }
1003
1036
 
1037
+ .overflow-hidden {
1038
+ overflow: hidden;
1039
+ }
1040
+
1004
1041
  .whitespace-nowrap {
1005
1042
  white-space: nowrap;
1006
1043
  }
@@ -1090,6 +1127,11 @@ video {
1090
1127
  border-color: rgb(238 238 238 / var(--tw-border-opacity));
1091
1128
  }
1092
1129
 
1130
+ .border-grey-400 {
1131
+ --tw-border-opacity: 1;
1132
+ border-color: rgb(153 153 153 / var(--tw-border-opacity));
1133
+ }
1134
+
1093
1135
  .border-white {
1094
1136
  --tw-border-opacity: 1;
1095
1137
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
@@ -1221,11 +1263,6 @@ video {
1221
1263
  padding-right: 1rem;
1222
1264
  }
1223
1265
 
1224
- .px-6 {
1225
- padding-left: 1.5rem;
1226
- padding-right: 1.5rem;
1227
- }
1228
-
1229
1266
  .px-8 {
1230
1267
  padding-left: 2rem;
1231
1268
  padding-right: 2rem;
@@ -1236,6 +1273,11 @@ video {
1236
1273
  padding-right: 10px;
1237
1274
  }
1238
1275
 
1276
+ .px-\[22px\] {
1277
+ padding-left: 22px;
1278
+ padding-right: 22px;
1279
+ }
1280
+
1239
1281
  .py-0 {
1240
1282
  padding-top: 0px;
1241
1283
  padding-bottom: 0px;
@@ -1266,6 +1308,11 @@ video {
1266
1308
  padding-bottom: 1.25rem;
1267
1309
  }
1268
1310
 
1311
+ .py-\[5\.6px\] {
1312
+ padding-top: 5.6px;
1313
+ padding-bottom: 5.6px;
1314
+ }
1315
+
1269
1316
  .pb-1 {
1270
1317
  padding-bottom: 0.25rem;
1271
1318
  }
@@ -1322,10 +1369,6 @@ video {
1322
1369
  padding-top: 0.125rem;
1323
1370
  }
1324
1371
 
1325
- .pt-1 {
1326
- padding-top: 0.25rem;
1327
- }
1328
-
1329
1372
  .pt-10 {
1330
1373
  padding-top: 2.5rem;
1331
1374
  }
@@ -1394,6 +1437,10 @@ video {
1394
1437
  font-weight: 400;
1395
1438
  }
1396
1439
 
1440
+ .leading-4 {
1441
+ line-height: 1rem;
1442
+ }
1443
+
1397
1444
  .leading-5 {
1398
1445
  line-height: 1.25rem;
1399
1446
  }
@@ -1457,11 +1504,6 @@ video {
1457
1504
  color: rgb(0 85 154 / var(--tw-text-opacity));
1458
1505
  }
1459
1506
 
1460
- .text-dark-1 {
1461
- --tw-text-opacity: 1;
1462
- color: rgb(160 160 160 / var(--tw-text-opacity));
1463
- }
1464
-
1465
1507
  .text-dark-6 {
1466
1508
  --tw-text-opacity: 1;
1467
1509
  color: rgb(46 46 46 / var(--tw-text-opacity));
@@ -1588,6 +1630,19 @@ video {
1588
1630
  height: 3rem;
1589
1631
  }
1590
1632
 
1633
+ .md\:h-5 {
1634
+ height: 1.25rem;
1635
+ }
1636
+
1637
+ .md\:h-\[68px\] {
1638
+ height: 68px;
1639
+ }
1640
+
1641
+ .md\:h-max {
1642
+ height: -moz-max-content;
1643
+ height: max-content;
1644
+ }
1645
+
1591
1646
  .md\:min-h-\[244px\] {
1592
1647
  min-height: 244px;
1593
1648
  }
@@ -1628,6 +1683,10 @@ video {
1628
1683
  width: 100%;
1629
1684
  }
1630
1685
 
1686
+ .md\:max-w-\[137px\] {
1687
+ max-width: 137px;
1688
+ }
1689
+
1631
1690
  .md\:max-w-sm {
1632
1691
  max-width: 24rem;
1633
1692
  }
@@ -1640,10 +1699,34 @@ video {
1640
1699
  flex-direction: row;
1641
1700
  }
1642
1701
 
1702
+ .md\:flex-col {
1703
+ flex-direction: column;
1704
+ }
1705
+
1706
+ .md\:items-start {
1707
+ align-items: flex-start;
1708
+ }
1709
+
1643
1710
  .md\:justify-start {
1644
1711
  justify-content: flex-start;
1645
1712
  }
1646
1713
 
1714
+ .md\:justify-center {
1715
+ justify-content: center;
1716
+ }
1717
+
1718
+ .md\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
1719
+ --tw-space-x-reverse: 0;
1720
+ margin-right: calc(0px * var(--tw-space-x-reverse));
1721
+ margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
1722
+ }
1723
+
1724
+ .md\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
1725
+ --tw-space-x-reverse: 0;
1726
+ margin-right: calc(0.5rem * var(--tw-space-x-reverse));
1727
+ margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
1728
+ }
1729
+
1647
1730
  .md\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
1648
1731
  --tw-space-x-reverse: 0;
1649
1732
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
@@ -1703,6 +1786,16 @@ video {
1703
1786
  padding-right: 1.5rem;
1704
1787
  }
1705
1788
 
1789
+ .md\:py-1 {
1790
+ padding-top: 0.25rem;
1791
+ padding-bottom: 0.25rem;
1792
+ }
1793
+
1794
+ .md\:py-1\.5 {
1795
+ padding-top: 0.375rem;
1796
+ padding-bottom: 0.375rem;
1797
+ }
1798
+
1706
1799
  .md\:py-2 {
1707
1800
  padding-top: 0.5rem;
1708
1801
  padding-bottom: 0.5rem;
@@ -1753,6 +1846,11 @@ video {
1753
1846
  line-height: 1.75rem;
1754
1847
  }
1755
1848
 
1849
+ .md\:text-xs {
1850
+ font-size: 0.75rem;
1851
+ line-height: 1rem;
1852
+ }
1853
+
1756
1854
  .md\:leading-6 {
1757
1855
  line-height: 1.5rem;
1758
1856
  }
@@ -782,6 +782,18 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
782
782
  height: 2.25rem;
783
783
  }
784
784
 
785
+ .h-\\[17px\\] {
786
+ height: 17px;
787
+ }
788
+
789
+ .h-\\[68px\\] {
790
+ height: 68px;
791
+ }
792
+
793
+ .h-\\[76px\\] {
794
+ height: 76px;
795
+ }
796
+
785
797
  .h-auto {
786
798
  height: auto;
787
799
  }
@@ -790,6 +802,11 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
790
802
  height: 100%;
791
803
  }
792
804
 
805
+ .h-max {
806
+ height: -moz-max-content;
807
+ height: max-content;
808
+ }
809
+
793
810
  .w-1\\/5 {
794
811
  width: 20%;
795
812
  }
@@ -943,6 +960,10 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
943
960
  flex-wrap: wrap;
944
961
  }
945
962
 
963
+ .flex-nowrap {
964
+ flex-wrap: nowrap;
965
+ }
966
+
946
967
  .place-items-center {
947
968
  place-items: center;
948
969
  }
@@ -987,6 +1008,18 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
987
1008
  row-gap: 1rem;
988
1009
  }
989
1010
 
1011
+ .space-x-1 > :not([hidden]) ~ :not([hidden]) {
1012
+ --tw-space-x-reverse: 0;
1013
+ margin-right: calc(0.25rem * var(--tw-space-x-reverse));
1014
+ margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
1015
+ }
1016
+
1017
+ .space-x-2 > :not([hidden]) ~ :not([hidden]) {
1018
+ --tw-space-x-reverse: 0;
1019
+ margin-right: calc(0.5rem * var(--tw-space-x-reverse));
1020
+ margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
1021
+ }
1022
+
990
1023
  .space-x-4 > :not([hidden]) ~ :not([hidden]) {
991
1024
  --tw-space-x-reverse: 0;
992
1025
  margin-right: calc(1rem * var(--tw-space-x-reverse));
@@ -1015,6 +1048,10 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
1015
1048
  align-self: center;
1016
1049
  }
1017
1050
 
1051
+ .overflow-hidden {
1052
+ overflow: hidden;
1053
+ }
1054
+
1018
1055
  .whitespace-nowrap {
1019
1056
  white-space: nowrap;
1020
1057
  }
@@ -1104,6 +1141,11 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
1104
1141
  border-color: rgb(238 238 238 / var(--tw-border-opacity));
1105
1142
  }
1106
1143
 
1144
+ .border-grey-400 {
1145
+ --tw-border-opacity: 1;
1146
+ border-color: rgb(153 153 153 / var(--tw-border-opacity));
1147
+ }
1148
+
1107
1149
  .border-white {
1108
1150
  --tw-border-opacity: 1;
1109
1151
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
@@ -1235,11 +1277,6 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
1235
1277
  padding-right: 1rem;
1236
1278
  }
1237
1279
 
1238
- .px-6 {
1239
- padding-left: 1.5rem;
1240
- padding-right: 1.5rem;
1241
- }
1242
-
1243
1280
  .px-8 {
1244
1281
  padding-left: 2rem;
1245
1282
  padding-right: 2rem;
@@ -1250,6 +1287,11 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
1250
1287
  padding-right: 10px;
1251
1288
  }
1252
1289
 
1290
+ .px-\\[22px\\] {
1291
+ padding-left: 22px;
1292
+ padding-right: 22px;
1293
+ }
1294
+
1253
1295
  .py-0 {
1254
1296
  padding-top: 0px;
1255
1297
  padding-bottom: 0px;
@@ -1280,6 +1322,11 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
1280
1322
  padding-bottom: 1.25rem;
1281
1323
  }
1282
1324
 
1325
+ .py-\\[5\\.6px\\] {
1326
+ padding-top: 5.6px;
1327
+ padding-bottom: 5.6px;
1328
+ }
1329
+
1283
1330
  .pb-1 {
1284
1331
  padding-bottom: 0.25rem;
1285
1332
  }
@@ -1336,10 +1383,6 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
1336
1383
  padding-top: 0.125rem;
1337
1384
  }
1338
1385
 
1339
- .pt-1 {
1340
- padding-top: 0.25rem;
1341
- }
1342
-
1343
1386
  .pt-10 {
1344
1387
  padding-top: 2.5rem;
1345
1388
  }
@@ -1408,6 +1451,10 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
1408
1451
  font-weight: 400;
1409
1452
  }
1410
1453
 
1454
+ .leading-4 {
1455
+ line-height: 1rem;
1456
+ }
1457
+
1411
1458
  .leading-5 {
1412
1459
  line-height: 1.25rem;
1413
1460
  }
@@ -1471,11 +1518,6 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
1471
1518
  color: rgb(0 85 154 / var(--tw-text-opacity));
1472
1519
  }
1473
1520
 
1474
- .text-dark-1 {
1475
- --tw-text-opacity: 1;
1476
- color: rgb(160 160 160 / var(--tw-text-opacity));
1477
- }
1478
-
1479
1521
  .text-dark-6 {
1480
1522
  --tw-text-opacity: 1;
1481
1523
  color: rgb(46 46 46 / var(--tw-text-opacity));
@@ -1603,6 +1645,19 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
1603
1645
  height: 3rem;
1604
1646
  }
1605
1647
 
1648
+ .md\\:h-5 {
1649
+ height: 1.25rem;
1650
+ }
1651
+
1652
+ .md\\:h-\\[68px\\] {
1653
+ height: 68px;
1654
+ }
1655
+
1656
+ .md\\:h-max {
1657
+ height: -moz-max-content;
1658
+ height: max-content;
1659
+ }
1660
+
1606
1661
  .md\\:min-h-\\[244px\\] {
1607
1662
  min-height: 244px;
1608
1663
  }
@@ -1643,6 +1698,10 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
1643
1698
  width: 100%;
1644
1699
  }
1645
1700
 
1701
+ .md\\:max-w-\\[137px\\] {
1702
+ max-width: 137px;
1703
+ }
1704
+
1646
1705
  .md\\:max-w-sm {
1647
1706
  max-width: 24rem;
1648
1707
  }
@@ -1655,10 +1714,34 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
1655
1714
  flex-direction: row;
1656
1715
  }
1657
1716
 
1717
+ .md\\:flex-col {
1718
+ flex-direction: column;
1719
+ }
1720
+
1721
+ .md\\:items-start {
1722
+ align-items: flex-start;
1723
+ }
1724
+
1658
1725
  .md\\:justify-start {
1659
1726
  justify-content: flex-start;
1660
1727
  }
1661
1728
 
1729
+ .md\\:justify-center {
1730
+ justify-content: center;
1731
+ }
1732
+
1733
+ .md\\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
1734
+ --tw-space-x-reverse: 0;
1735
+ margin-right: calc(0px * var(--tw-space-x-reverse));
1736
+ margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
1737
+ }
1738
+
1739
+ .md\\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
1740
+ --tw-space-x-reverse: 0;
1741
+ margin-right: calc(0.5rem * var(--tw-space-x-reverse));
1742
+ margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
1743
+ }
1744
+
1662
1745
  .md\\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
1663
1746
  --tw-space-x-reverse: 0;
1664
1747
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
@@ -1718,6 +1801,16 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
1718
1801
  padding-right: 1.5rem;
1719
1802
  }
1720
1803
 
1804
+ .md\\:py-1 {
1805
+ padding-top: 0.25rem;
1806
+ padding-bottom: 0.25rem;
1807
+ }
1808
+
1809
+ .md\\:py-1\\.5 {
1810
+ padding-top: 0.375rem;
1811
+ padding-bottom: 0.375rem;
1812
+ }
1813
+
1721
1814
  .md\\:py-2 {
1722
1815
  padding-top: 0.5rem;
1723
1816
  padding-bottom: 0.5rem;
@@ -1768,6 +1861,11 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
1768
1861
  line-height: 1.75rem;
1769
1862
  }
1770
1863
 
1864
+ .md\\:text-xs {
1865
+ font-size: 0.75rem;
1866
+ line-height: 1rem;
1867
+ }
1868
+
1771
1869
  .md\\:leading-6 {
1772
1870
  line-height: 1.5rem;
1773
1871
  }