@wistia/ui 0.9.0-beta.c27e4477.d6dce8c → 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 +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +2 -2
- 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.9.0
|
|
3
|
+
* @license @wistia/ui v0.9.0
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2024-2025, Wistia, Inc. and its affiliates.
|
|
6
6
|
*
|
|
@@ -7893,7 +7893,7 @@ var DEFAULT_ELEMENT = "div";
|
|
|
7893
7893
|
var BoxComponent = (0, import_react26.forwardRef)(
|
|
7894
7894
|
({
|
|
7895
7895
|
alignContent = "stretch",
|
|
7896
|
-
alignItems = "
|
|
7896
|
+
alignItems = "flex-start",
|
|
7897
7897
|
alignSelf,
|
|
7898
7898
|
basis,
|
|
7899
7899
|
children,
|