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