@wistia/ui 0.14.16 → 0.14.17
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 +6 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +6 -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.14.
|
|
3
|
+
* @license @wistia/ui v0.14.17
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2024-2025, Wistia, Inc. and its affiliates.
|
|
6
6
|
*
|
|
@@ -302,6 +302,10 @@ var globalStyleAdjustmentsCss = import_styled_components.css`
|
|
|
302
302
|
scroll-margin-block: 5ex;
|
|
303
303
|
}
|
|
304
304
|
|
|
305
|
+
dl {
|
|
306
|
+
margin: 0;
|
|
307
|
+
}
|
|
308
|
+
|
|
305
309
|
/* Remove all animations and transitions for people that prefer not to see them */
|
|
306
310
|
@media (prefers-reduced-motion: reduce) {
|
|
307
311
|
html:focus-within {
|
|
@@ -12658,7 +12662,7 @@ var import_styled_components69 = __toESM(require("styled-components"));
|
|
|
12658
12662
|
var import_jsx_runtime256 = require("react/jsx-runtime");
|
|
12659
12663
|
var StyledDataCards = (0, import_styled_components69.default)(Box)`
|
|
12660
12664
|
${({ $colorScheme }) => getColorScheme($colorScheme)};
|
|
12661
|
-
|
|
12665
|
+
|
|
12662
12666
|
> * {
|
|
12663
12667
|
min-width: 120px;
|
|
12664
12668
|
max-width: ${({ $cardMaxWidth }) => $cardMaxWidth};
|