@wistia/ui 0.9.0-beta.97d7ea11.daf48ec → 0.9.0

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.9.0-beta.97d7ea11.daf48ec
3
+ * @license @wistia/ui v0.9.0
4
4
  *
5
5
  * Copyright (c) 2024-2025, Wistia, Inc. and its affiliates.
6
6
  *
@@ -7220,7 +7220,6 @@ var StyledButton = import_styled_components21.default.button`
7220
7220
  ${({ $variant }) => buttonVariantsStyles[$variant]}
7221
7221
  ${({ $unstyled }) => !$unstyled && buttonBaseStyles}
7222
7222
  ${({ $fullWidth }) => $fullWidth && "width: 100%;"}
7223
- align-self: flex-start;
7224
7223
  text-align: center;
7225
7224
  `;
7226
7225
  var StyledButtonContent = import_styled_components21.default.div`
@@ -7894,7 +7893,7 @@ var DEFAULT_ELEMENT = "div";
7894
7893
  var BoxComponent = (0, import_react26.forwardRef)(
7895
7894
  ({
7896
7895
  alignContent = "stretch",
7897
- alignItems = "stretch",
7896
+ alignItems = "flex-start",
7898
7897
  alignSelf,
7899
7898
  basis,
7900
7899
  children,