@wistia/ui 0.18.17-beta.c1f00b80.e6809d4 → 0.18.18
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/index.cjs +3 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +3 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
/*
|
|
3
|
-
* @license @wistia/ui v0.18.
|
|
3
|
+
* @license @wistia/ui v0.18.18
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2024-2025, Wistia, Inc. and its affiliates.
|
|
6
6
|
*
|
|
@@ -14159,7 +14159,6 @@ var StyledDataCard = import_styled_components77.styled.div`
|
|
|
14159
14159
|
animation: ${pulse} 1.5s var(--wui-motion-ease-in-out) 0.5s infinite;
|
|
14160
14160
|
color: transparent;
|
|
14161
14161
|
user-select: none;
|
|
14162
|
-
pointer-events: none;
|
|
14163
14162
|
border-radius: var(--wui-border-radius-01);
|
|
14164
14163
|
width: fit-content;
|
|
14165
14164
|
}
|
|
@@ -14208,12 +14207,14 @@ var StyledDataCard = import_styled_components77.styled.div`
|
|
|
14208
14207
|
`;
|
|
14209
14208
|
var StyledLabel3 = (0, import_styled_components77.styled)(Heading)`
|
|
14210
14209
|
grid-area: label;
|
|
14210
|
+
|
|
14211
14211
|
&[data-wui-data-card-skeleton='true'] {
|
|
14212
14212
|
width: 80px;
|
|
14213
14213
|
}
|
|
14214
14214
|
`;
|
|
14215
14215
|
var StyledValue = (0, import_styled_components77.styled)(Heading)`
|
|
14216
14216
|
grid-area: value;
|
|
14217
|
+
|
|
14217
14218
|
&[data-wui-data-card-skeleton='true'] {
|
|
14218
14219
|
width: min(90%, 156px);
|
|
14219
14220
|
}
|