@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.mjs
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
|
*
|
|
@@ -6015,7 +6015,7 @@ var ButtonGroupComponent = styled11.div`
|
|
|
6015
6015
|
|
|
6016
6016
|
/* this helps ensure that primary buttons appear at the top of the column */
|
|
6017
6017
|
flex-direction: ${({ $align }) => $align === "right" ? "column-reverse" : "column"};
|
|
6018
|
-
gap: var(--wui-space-
|
|
6018
|
+
gap: var(--wui-space-02);
|
|
6019
6019
|
align-items: center;
|
|
6020
6020
|
justify-content: ${({ $align }) => getAlignment($align)};
|
|
6021
6021
|
width: ${({ $fullWidth }) => $fullWidth ? "100%" : "auto"};
|