@kompasid/lit-web-components 0.7.0 → 0.7.1

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.
@@ -825,10 +825,6 @@ video {
825
825
  height: 1rem;
826
826
  }
827
827
 
828
- .h-40 {
829
- height: 10rem;
830
- }
831
-
832
828
  .h-5 {
833
829
  height: 1.25rem;
834
830
  }
@@ -978,6 +974,14 @@ video {
978
974
  width: 100%;
979
975
  }
980
976
 
977
+ .w-\[165px\] {
978
+ width: 165px;
979
+ }
980
+
981
+ .min-w-\[165px\] {
982
+ min-width: 165px;
983
+ }
984
+
981
985
  .max-w-7xl {
982
986
  max-width: 80rem;
983
987
  }
@@ -998,6 +1002,10 @@ video {
998
1002
  max-width: 20rem;
999
1003
  }
1000
1004
 
1005
+ .max-w-\[165px\] {
1006
+ max-width: 165px;
1007
+ }
1008
+
1001
1009
  .flex-none {
1002
1010
  flex: none;
1003
1011
  }
@@ -1512,6 +1520,11 @@ video {
1512
1520
  padding-bottom: 5.6px;
1513
1521
  }
1514
1522
 
1523
+ .px-5 {
1524
+ padding-left: 1.25rem;
1525
+ padding-right: 1.25rem;
1526
+ }
1527
+
1515
1528
  .pb-1 {
1516
1529
  padding-bottom: 0.25rem;
1517
1530
  }
@@ -1893,6 +1906,11 @@ video {
1893
1906
  margin-bottom: 2rem;
1894
1907
  }
1895
1908
 
1909
+ .md\:my-auto {
1910
+ margin-top: auto;
1911
+ margin-bottom: auto;
1912
+ }
1913
+
1896
1914
  .md\:mb-0 {
1897
1915
  margin-bottom: 0px;
1898
1916
  }
@@ -1953,15 +1971,15 @@ video {
1953
1971
  height: 68px;
1954
1972
  }
1955
1973
 
1956
- .md\:h-full {
1957
- height: 100%;
1958
- }
1959
-
1960
1974
  .md\:h-max {
1961
1975
  height: -moz-max-content;
1962
1976
  height: max-content;
1963
1977
  }
1964
1978
 
1979
+ .md\:max-h-\[220px\] {
1980
+ max-height: 220px;
1981
+ }
1982
+
1965
1983
  .md\:min-h-\[244px\] {
1966
1984
  min-height: 244px;
1967
1985
  }
@@ -2010,10 +2028,22 @@ video {
2010
2028
  width: 100%;
2011
2029
  }
2012
2030
 
2031
+ .md\:w-auto {
2032
+ width: auto;
2033
+ }
2034
+
2035
+ .md\:w-\[165px\] {
2036
+ width: 165px;
2037
+ }
2038
+
2013
2039
  .md\:max-w-\[137px\] {
2014
2040
  max-width: 137px;
2015
2041
  }
2016
2042
 
2043
+ .md\:max-w-\[200px\] {
2044
+ max-width: 200px;
2045
+ }
2046
+
2017
2047
  .md\:max-w-full {
2018
2048
  max-width: 100%;
2019
2049
  }
@@ -835,10 +835,6 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
835
835
  height: 1rem;
836
836
  }
837
837
 
838
- .h-40 {
839
- height: 10rem;
840
- }
841
-
842
838
  .h-5 {
843
839
  height: 1.25rem;
844
840
  }
@@ -988,6 +984,14 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
988
984
  width: 100%;
989
985
  }
990
986
 
987
+ .w-\\[165px\\] {
988
+ width: 165px;
989
+ }
990
+
991
+ .min-w-\\[165px\\] {
992
+ min-width: 165px;
993
+ }
994
+
991
995
  .max-w-7xl {
992
996
  max-width: 80rem;
993
997
  }
@@ -1008,6 +1012,10 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
1008
1012
  max-width: 20rem;
1009
1013
  }
1010
1014
 
1015
+ .max-w-\\[165px\\] {
1016
+ max-width: 165px;
1017
+ }
1018
+
1011
1019
  .flex-none {
1012
1020
  flex: none;
1013
1021
  }
@@ -1526,6 +1534,11 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
1526
1534
  padding-bottom: 5.6px;
1527
1535
  }
1528
1536
 
1537
+ .px-5 {
1538
+ padding-left: 1.25rem;
1539
+ padding-right: 1.25rem;
1540
+ }
1541
+
1529
1542
  .pb-1 {
1530
1543
  padding-bottom: 0.25rem;
1531
1544
  }
@@ -1920,6 +1933,11 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
1920
1933
  margin-bottom: 2rem;
1921
1934
  }
1922
1935
 
1936
+ .md\\:my-auto {
1937
+ margin-top: auto;
1938
+ margin-bottom: auto;
1939
+ }
1940
+
1923
1941
  .md\\:mb-0 {
1924
1942
  margin-bottom: 0px;
1925
1943
  }
@@ -1980,15 +1998,15 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
1980
1998
  height: 68px;
1981
1999
  }
1982
2000
 
1983
- .md\\:h-full {
1984
- height: 100%;
1985
- }
1986
-
1987
2001
  .md\\:h-max {
1988
2002
  height: -moz-max-content;
1989
2003
  height: max-content;
1990
2004
  }
1991
2005
 
2006
+ .md\\:max-h-\\[220px\\] {
2007
+ max-height: 220px;
2008
+ }
2009
+
1992
2010
  .md\\:min-h-\\[244px\\] {
1993
2011
  min-height: 244px;
1994
2012
  }
@@ -2037,10 +2055,22 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
2037
2055
  width: 100%;
2038
2056
  }
2039
2057
 
2058
+ .md\\:w-auto {
2059
+ width: auto;
2060
+ }
2061
+
2062
+ .md\\:w-\\[165px\\] {
2063
+ width: 165px;
2064
+ }
2065
+
2040
2066
  .md\\:max-w-\\[137px\\] {
2041
2067
  max-width: 137px;
2042
2068
  }
2043
2069
 
2070
+ .md\\:max-w-\\[200px\\] {
2071
+ max-width: 200px;
2072
+ }
2073
+
2044
2074
  .md\\:max-w-full {
2045
2075
  max-width: 100%;
2046
2076
  }