@kompasid/lit-web-components 0.9.23 → 0.9.26

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 (28) hide show
  1. package/demo/index.html +3 -1
  2. package/dist/src/components/kompasid-menu-side-bar/KompasMenuSideBar.d.ts +3 -0
  3. package/dist/src/components/kompasid-menu-side-bar/KompasMenuSideBar.js +100 -53
  4. package/dist/src/components/kompasid-menu-side-bar/KompasMenuSideBar.js.map +1 -1
  5. package/dist/src/components/kompasid-menu-side-bar/SidebarDataController.d.ts +1 -0
  6. package/dist/src/components/kompasid-menu-side-bar/SidebarDataController.js +11 -10
  7. package/dist/src/components/kompasid-menu-side-bar/SidebarDataController.js.map +1 -1
  8. package/dist/src/components/kompasid-paywall/KompasPaywall.d.ts +1 -0
  9. package/dist/src/components/kompasid-paywall/KompasPaywall.js +33 -6
  10. package/dist/src/components/kompasid-paywall/KompasPaywall.js.map +1 -1
  11. package/dist/src/components/kompasid-paywall/types.d.ts +7 -1
  12. package/dist/src/components/kompasid-paywall/types.js.map +1 -1
  13. package/dist/src/components/kompasid-paywall-body/KompasPaywallBody.d.ts +2 -1
  14. package/dist/src/components/kompasid-paywall-body/KompasPaywallBody.js +33 -12
  15. package/dist/src/components/kompasid-paywall-body/KompasPaywallBody.js.map +1 -1
  16. package/dist/tailwind/tailwind.js +14 -46
  17. package/dist/tailwind/tailwind.js.map +1 -1
  18. package/dist/tsconfig.tsbuildinfo +1 -1
  19. package/package.json +1 -1
  20. package/src/components/kompasid-menu-side-bar/KompasMenuSideBar.ts +118 -70
  21. package/src/components/kompasid-menu-side-bar/SidebarDataController.ts +2 -0
  22. package/src/components/kompasid-menu-side-bar/readme.md +2 -0
  23. package/src/components/kompasid-paywall/KompasPaywall.ts +30 -6
  24. package/src/components/kompasid-paywall/types.ts +14 -1
  25. package/src/components/kompasid-paywall-body/KompasPaywallBody.ts +29 -13
  26. package/src/components/kompasid-paywall-body/readme.md +2 -1
  27. package/tailwind/tailwind.css +17 -42
  28. package/tailwind/tailwind.ts +14 -46
@@ -649,10 +649,6 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
649
649
  grid-column: span 4 / span 4;
650
650
  }
651
651
 
652
- .m-6 {
653
- margin: 1.5rem;
654
- }
655
-
656
652
  .m-auto {
657
653
  margin: auto;
658
654
  }
@@ -682,11 +678,6 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
682
678
  margin-right: auto;
683
679
  }
684
680
 
685
- .my-1 {
686
- margin-top: 0.25rem;
687
- margin-bottom: 0.25rem;
688
- }
689
-
690
681
  .my-4 {
691
682
  margin-top: 1rem;
692
683
  margin-bottom: 1rem;
@@ -866,10 +857,6 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
866
857
  height: 4rem;
867
858
  }
868
859
 
869
- .h-2 {
870
- height: 0.5rem;
871
- }
872
-
873
860
  .h-20 {
874
861
  height: 5rem;
875
862
  }
@@ -963,10 +950,6 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
963
950
  width: 4rem;
964
951
  }
965
952
 
966
- .w-2 {
967
- width: 0.5rem;
968
- }
969
-
970
953
  .w-2\\/3 {
971
954
  width: 66.666667%;
972
955
  }
@@ -1039,10 +1022,6 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
1039
1022
  width: 296px;
1040
1023
  }
1041
1024
 
1042
- .w-\\[312px\\] {
1043
- width: 312px;
1044
- }
1045
-
1046
1025
  .w-\\[328px\\] {
1047
1026
  width: 328px;
1048
1027
  }
@@ -1454,14 +1433,14 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
1454
1433
  background-color: rgb(44 44 44 / var(--tw-bg-opacity, 1));
1455
1434
  }
1456
1435
 
1457
- .bg-\\[\\#FFFFFF\\] {
1436
+ .bg-\\[\\#D71920\\] {
1458
1437
  --tw-bg-opacity: 1;
1459
- background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
1438
+ background-color: rgb(215 25 32 / var(--tw-bg-opacity, 1));
1460
1439
  }
1461
1440
 
1462
- .bg-\\[\\#e1f0ff\\] {
1441
+ .bg-\\[\\#FFFFFF\\] {
1463
1442
  --tw-bg-opacity: 1;
1464
- background-color: rgb(225 240 255 / var(--tw-bg-opacity, 1));
1443
+ background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
1465
1444
  }
1466
1445
 
1467
1446
  .bg-black {
@@ -1740,18 +1719,6 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
1740
1719
  padding-left: 0.25rem;
1741
1720
  }
1742
1721
 
1743
- .pl-8 {
1744
- padding-left: 2rem;
1745
- }
1746
-
1747
- .pl-11 {
1748
- padding-left: 2.75rem;
1749
- }
1750
-
1751
- .pl-14 {
1752
- padding-left: 3.5rem;
1753
- }
1754
-
1755
1722
  .pl-2 {
1756
1723
  padding-left: 0.5rem;
1757
1724
  }
@@ -1760,6 +1727,10 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
1760
1727
  padding-left: 1rem;
1761
1728
  }
1762
1729
 
1730
+ .pl-8 {
1731
+ padding-left: 2rem;
1732
+ }
1733
+
1763
1734
  .pl-px {
1764
1735
  padding-left: 1px;
1765
1736
  }
@@ -1784,10 +1755,6 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
1784
1755
  padding-top: 0.125rem;
1785
1756
  }
1786
1757
 
1787
- .pt-1 {
1788
- padding-top: 0.25rem;
1789
- }
1790
-
1791
1758
  .pt-10 {
1792
1759
  padding-top: 2.5rem;
1793
1760
  }
@@ -1927,11 +1894,6 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
1927
1894
  color: rgb(0 85 154 / var(--tw-text-opacity, 1));
1928
1895
  }
1929
1896
 
1930
- .text-\\[\\#333\\] {
1931
- --tw-text-opacity: 1;
1932
- color: rgb(51 51 51 / var(--tw-text-opacity, 1));
1933
- }
1934
-
1935
1897
  .text-\\[\\#666666\\] {
1936
1898
  --tw-text-opacity: 1;
1937
1899
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
@@ -2076,6 +2038,12 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
2076
2038
  var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
2077
2039
  }
2078
2040
 
2041
+ .filter {
2042
+ filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
2043
+ var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert)
2044
+ var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
2045
+ }
2046
+
2079
2047
  .transition {
2080
2048
  transition-property: color, background-color, border-color,
2081
2049
  text-decoration-color, fill, stroke, opacity, box-shadow, transform,