@kompasid/lit-web-components 0.9.43 → 0.9.44
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/dist/src/components/kompasid-paywall-body/KompasPaywallBody.js +7 -7
- package/dist/src/components/kompasid-paywall-body/KompasPaywallBody.js.map +1 -1
- package/dist/tailwind/tailwind.js +8 -0
- package/dist/tailwind/tailwind.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/components/kompasid-paywall-body/KompasPaywallBody.ts +7 -7
- package/tailwind/tailwind.css +8 -0
- package/tailwind/tailwind.ts +8 -0
package/tailwind/tailwind.css
CHANGED
|
@@ -1129,6 +1129,10 @@ video {
|
|
|
1129
1129
|
max-width: 20rem;
|
|
1130
1130
|
}
|
|
1131
1131
|
|
|
1132
|
+
.max-w-\[492px\] {
|
|
1133
|
+
max-width: 492px;
|
|
1134
|
+
}
|
|
1135
|
+
|
|
1132
1136
|
.flex-shrink-0 {
|
|
1133
1137
|
flex-shrink: 0;
|
|
1134
1138
|
}
|
|
@@ -1979,6 +1983,10 @@ video {
|
|
|
1979
1983
|
letter-spacing: 0.025em;
|
|
1980
1984
|
}
|
|
1981
1985
|
|
|
1986
|
+
.tracking-normal {
|
|
1987
|
+
letter-spacing: 0em;
|
|
1988
|
+
}
|
|
1989
|
+
|
|
1982
1990
|
.text-\[\#00559a\] {
|
|
1983
1991
|
--tw-text-opacity: 1;
|
|
1984
1992
|
color: rgb(0 85 154 / var(--tw-text-opacity, 1));
|
package/tailwind/tailwind.ts
CHANGED
|
@@ -1136,6 +1136,10 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
|
|
|
1136
1136
|
max-width: 20rem;
|
|
1137
1137
|
}
|
|
1138
1138
|
|
|
1139
|
+
.max-w-\\[492px\\] {
|
|
1140
|
+
max-width: 492px;
|
|
1141
|
+
}
|
|
1142
|
+
|
|
1139
1143
|
.flex-shrink-0 {
|
|
1140
1144
|
flex-shrink: 0;
|
|
1141
1145
|
}
|
|
@@ -1990,6 +1994,10 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
|
|
|
1990
1994
|
letter-spacing: 0.025em;
|
|
1991
1995
|
}
|
|
1992
1996
|
|
|
1997
|
+
.tracking-normal {
|
|
1998
|
+
letter-spacing: 0em;
|
|
1999
|
+
}
|
|
2000
|
+
|
|
1993
2001
|
.text-\\[\\#00559a\\] {
|
|
1994
2002
|
--tw-text-opacity: 1;
|
|
1995
2003
|
color: rgb(0 85 154 / var(--tw-text-opacity, 1));
|