@wistia/ui 0.18.0-beta.6b0e0e1f.6fda0f8 → 0.18.0-beta.782f3b36.e196b15

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 CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /*
3
- * @license @wistia/ui v0.18.0-beta.6b0e0e1f.6fda0f8
3
+ * @license @wistia/ui v0.18.0-beta.782f3b36.e196b15
4
4
  *
5
5
  * Copyright (c) 2024-2025, Wistia, Inc. and its affiliates.
6
6
  *
@@ -8600,7 +8600,7 @@ var DEFAULT_ELEMENT = "div";
8600
8600
  var BoxComponent = (0, import_react27.forwardRef)(
8601
8601
  ({
8602
8602
  alignContent = "stretch",
8603
- alignItems = "flex-start",
8603
+ alignItems = "stretch",
8604
8604
  alignSelf,
8605
8605
  basis,
8606
8606
  children,
@@ -9481,6 +9481,7 @@ var prominenceMap = {
9481
9481
  };
9482
9482
  var Card = ({
9483
9483
  children,
9484
+ alignItems = "flex-start",
9484
9485
  border = false,
9485
9486
  borderRadius = "border-radius-04",
9486
9487
  colorScheme = "inherit",
@@ -9494,6 +9495,7 @@ var Card = ({
9494
9495
  }) => /* @__PURE__ */ (0, import_jsx_runtime214.jsx)(
9495
9496
  StyledCard,
9496
9497
  {
9498
+ $alignItems: alignItems,
9497
9499
  $backgroundColor: prominenceMap[prominence].backgroundColor,
9498
9500
  $borderColor: border ? prominenceMap[prominence].borderColor : "transparent",
9499
9501
  $borderRadius: borderRadius,