@wistia/ui 0.3.0 → 0.3.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 +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.3.
|
|
3
|
+
* @license @wistia/ui v0.3.1
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2024-2025, Wistia, Inc. and its affiliates.
|
|
6
6
|
*
|
|
@@ -6101,7 +6101,7 @@ var ButtonGroupComponent = import_styled_components24.default.div`
|
|
|
6101
6101
|
|
|
6102
6102
|
/* this helps ensure that primary buttons appear at the top of the column */
|
|
6103
6103
|
flex-direction: ${({ $align }) => $align === "right" ? "column-reverse" : "column"};
|
|
6104
|
-
gap: var(--wui-space-
|
|
6104
|
+
gap: var(--wui-space-02);
|
|
6105
6105
|
align-items: center;
|
|
6106
6106
|
justify-content: ${({ $align }) => getAlignment($align)};
|
|
6107
6107
|
width: ${({ $fullWidth }) => $fullWidth ? "100%" : "auto"};
|