@wistia/ui 0.8.6 → 0.8.7
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 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +3 -3
- 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.8.
|
|
3
|
+
* @license @wistia/ui v0.8.7
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2024-2025, Wistia, Inc. and its affiliates.
|
|
6
6
|
*
|
|
@@ -8036,7 +8036,7 @@ var StyledCard = (0, import_styled_components30.default)(Box)`
|
|
|
8036
8036
|
background-color: ${({ $backgroundColor }) => $backgroundColor};
|
|
8037
8037
|
outline: 2px solid ${({ $borderColor }) => $borderColor};
|
|
8038
8038
|
outline-offset: -2px;
|
|
8039
|
-
border-radius: var(--wui-border-radius-
|
|
8039
|
+
border-radius: var(--wui-border-radius-04);
|
|
8040
8040
|
display: flex;
|
|
8041
8041
|
height: ${({ $height }) => $height};
|
|
8042
8042
|
width: ${({ $width }) => $width};
|
|
@@ -8057,7 +8057,7 @@ var prominenceMap = {
|
|
|
8057
8057
|
};
|
|
8058
8058
|
var Card = ({
|
|
8059
8059
|
children,
|
|
8060
|
-
paddingSize = "space-
|
|
8060
|
+
paddingSize = "space-04",
|
|
8061
8061
|
gap = "space-03",
|
|
8062
8062
|
direction = "column",
|
|
8063
8063
|
colorScheme = "inherit",
|