@wistia/ui 0.19.3 → 0.19.4-beta.75b70199.adfaa20
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 +25 -19
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +25 -19
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
/*
|
|
3
|
-
* @license @wistia/ui v0.19.
|
|
3
|
+
* @license @wistia/ui v0.19.4-beta.75b70199.adfaa20
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2024-2025, Wistia, Inc. and its affiliates.
|
|
6
6
|
*
|
|
@@ -17515,7 +17515,6 @@ var StyledContent3 = (0, import_styled_components112.styled)(import_react_select
|
|
|
17515
17515
|
--wui-select-option-bg-hover: var(--wui-color-bg-surface-hover);
|
|
17516
17516
|
|
|
17517
17517
|
overflow: hidden;
|
|
17518
|
-
transform: translateY(8px);
|
|
17519
17518
|
background-color: var(--wui-select-content-bg);
|
|
17520
17519
|
border: 1px solid var(--wui-select-content-border);
|
|
17521
17520
|
border-radius: var(--wui-select-content-border-radius);
|
|
@@ -17580,23 +17579,30 @@ var Select = (0, import_react90.forwardRef)(
|
|
|
17580
17579
|
]
|
|
17581
17580
|
}
|
|
17582
17581
|
),
|
|
17583
|
-
/* @__PURE__ */ (0, import_jsx_runtime320.jsx)(import_react_select.Portal, { children: /* @__PURE__ */ (0, import_jsx_runtime320.jsxs)(
|
|
17584
|
-
|
|
17585
|
-
|
|
17586
|
-
|
|
17587
|
-
|
|
17588
|
-
|
|
17589
|
-
|
|
17590
|
-
|
|
17591
|
-
|
|
17592
|
-
|
|
17593
|
-
|
|
17594
|
-
|
|
17595
|
-
|
|
17596
|
-
|
|
17597
|
-
|
|
17598
|
-
|
|
17599
|
-
|
|
17582
|
+
/* @__PURE__ */ (0, import_jsx_runtime320.jsx)(import_react_select.Portal, { children: /* @__PURE__ */ (0, import_jsx_runtime320.jsxs)(
|
|
17583
|
+
StyledContent3,
|
|
17584
|
+
{
|
|
17585
|
+
position: "popper",
|
|
17586
|
+
sideOffset: 8,
|
|
17587
|
+
children: [
|
|
17588
|
+
/* @__PURE__ */ (0, import_jsx_runtime320.jsx)(StyledScrollUpButton, { children: /* @__PURE__ */ (0, import_jsx_runtime320.jsx)(
|
|
17589
|
+
Icon,
|
|
17590
|
+
{
|
|
17591
|
+
size: "sm",
|
|
17592
|
+
type: "caret-up"
|
|
17593
|
+
}
|
|
17594
|
+
) }),
|
|
17595
|
+
/* @__PURE__ */ (0, import_jsx_runtime320.jsx)(import_react_select.Viewport, { children }),
|
|
17596
|
+
/* @__PURE__ */ (0, import_jsx_runtime320.jsx)(StyledScrollDownButton, { children: /* @__PURE__ */ (0, import_jsx_runtime320.jsx)(
|
|
17597
|
+
Icon,
|
|
17598
|
+
{
|
|
17599
|
+
size: "sm",
|
|
17600
|
+
type: "caret-down"
|
|
17601
|
+
}
|
|
17602
|
+
) })
|
|
17603
|
+
]
|
|
17604
|
+
}
|
|
17605
|
+
) })
|
|
17600
17606
|
] });
|
|
17601
17607
|
}
|
|
17602
17608
|
);
|