@wistia/ui 0.15.13-beta.e65c0481.a780530 → 0.15.14-beta.1e41934b.72b042b
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.15.
|
|
3
|
+
* @license @wistia/ui v0.15.14-beta.1e41934b.72b042b
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2024-2025, Wistia, Inc. and its affiliates.
|
|
6
6
|
*
|
|
@@ -16997,7 +16997,6 @@ var StyledTrigger2 = (0, import_styled_components110.default)(import_react_selec
|
|
|
16997
16997
|
outline: 1px solid var(--wui-input-color-border);
|
|
16998
16998
|
outline-offset: -2px;
|
|
16999
16999
|
border-radius: var(--wui-input-border-radius);
|
|
17000
|
-
min-width: 200px;
|
|
17001
17000
|
text-align: left;
|
|
17002
17001
|
display: inline-flex;
|
|
17003
17002
|
align-items: center;
|
|
@@ -17141,6 +17140,7 @@ var StyledItem = (0, import_styled_components111.default)(import_react_select2.I
|
|
|
17141
17140
|
align-items: ${({ $checkmarkVerticalAlign }) => $checkmarkVerticalAlign === "center" ? "center" : "flex-start"};
|
|
17142
17141
|
background-color: transparent;
|
|
17143
17142
|
display: flex;
|
|
17143
|
+
gap: var(--wui-space-01);
|
|
17144
17144
|
padding: var(--wui-select-option-padding);
|
|
17145
17145
|
justify-content: space-between;
|
|
17146
17146
|
font-size: var(--font-size);
|