@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.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /*
3
- * @license @wistia/ui v0.15.13-beta.e65c0481.a780530
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
  *
@@ -16856,7 +16856,6 @@ var StyledTrigger2 = styled91(Trigger3)`
16856
16856
  outline: 1px solid var(--wui-input-color-border);
16857
16857
  outline-offset: -2px;
16858
16858
  border-radius: var(--wui-input-border-radius);
16859
- min-width: 200px;
16860
16859
  text-align: left;
16861
16860
  display: inline-flex;
16862
16861
  align-items: center;
@@ -17000,6 +16999,7 @@ var StyledItem = styled92(Item)`
17000
16999
  align-items: ${({ $checkmarkVerticalAlign }) => $checkmarkVerticalAlign === "center" ? "center" : "flex-start"};
17001
17000
  background-color: transparent;
17002
17001
  display: flex;
17002
+ gap: var(--wui-space-01);
17003
17003
  padding: var(--wui-select-option-padding);
17004
17004
  justify-content: space-between;
17005
17005
  font-size: var(--font-size);