@wistia/ui 0.8.1-beta.ed390004.f91dc4b → 0.8.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.
- 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.1
|
|
3
|
+
* @license @wistia/ui v0.8.1
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2024-2025, Wistia, Inc. and its affiliates.
|
|
6
6
|
*
|
|
@@ -8034,7 +8034,7 @@ var StyledCard = (0, import_styled_components30.default)(Box)`
|
|
|
8034
8034
|
background-color: ${({ $backgroundColor }) => $backgroundColor};
|
|
8035
8035
|
outline: 2px solid ${({ $borderColor }) => $borderColor};
|
|
8036
8036
|
outline-offset: -2px;
|
|
8037
|
-
border-radius: var(--wui-border-radius-
|
|
8037
|
+
border-radius: var(--wui-border-radius-02);
|
|
8038
8038
|
display: flex;
|
|
8039
8039
|
height: ${({ $height }) => $height};
|
|
8040
8040
|
width: ${({ $width }) => $width};
|
|
@@ -8055,7 +8055,7 @@ var prominenceMap = {
|
|
|
8055
8055
|
};
|
|
8056
8056
|
var Card = ({
|
|
8057
8057
|
children,
|
|
8058
|
-
paddingSize = "space-
|
|
8058
|
+
paddingSize = "space-03",
|
|
8059
8059
|
gap = "space-03",
|
|
8060
8060
|
direction = "column",
|
|
8061
8061
|
colorScheme = "inherit",
|