@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.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /*
3
- * @license @wistia/ui v0.8.6
3
+ * @license @wistia/ui v0.8.7
4
4
  *
5
5
  * Copyright (c) 2024-2025, Wistia, Inc. and its affiliates.
6
6
  *
@@ -7911,7 +7911,7 @@ var StyledCard = styled15(Box)`
7911
7911
  background-color: ${({ $backgroundColor }) => $backgroundColor};
7912
7912
  outline: 2px solid ${({ $borderColor }) => $borderColor};
7913
7913
  outline-offset: -2px;
7914
- border-radius: var(--wui-border-radius-02);
7914
+ border-radius: var(--wui-border-radius-04);
7915
7915
  display: flex;
7916
7916
  height: ${({ $height }) => $height};
7917
7917
  width: ${({ $width }) => $width};
@@ -7932,7 +7932,7 @@ var prominenceMap = {
7932
7932
  };
7933
7933
  var Card = ({
7934
7934
  children,
7935
- paddingSize = "space-03",
7935
+ paddingSize = "space-04",
7936
7936
  gap = "space-03",
7937
7937
  direction = "column",
7938
7938
  colorScheme = "inherit",