@liner-fe/prism 1.13.35 → 1.13.36
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/lib/index.mjs +2 -1
- package/lib/index.mjs.map +2 -2
- package/package.json +1 -1
package/lib/index.mjs
CHANGED
|
@@ -9216,9 +9216,10 @@ var SelectRoot = forwardRef15((props, ref) => {
|
|
|
9216
9216
|
isResponsive = false,
|
|
9217
9217
|
openDirection = "slide-right",
|
|
9218
9218
|
badge,
|
|
9219
|
+
container,
|
|
9219
9220
|
...rest
|
|
9220
9221
|
} = props;
|
|
9221
|
-
const contentProps = { id, isResponsive, popSide, sideOffset, listLabel, children };
|
|
9222
|
+
const contentProps = { id, isResponsive, popSide, sideOffset, listLabel, children, container };
|
|
9222
9223
|
const [isOpen, setIsOpen] = useState4(false);
|
|
9223
9224
|
useEffect2(() => {
|
|
9224
9225
|
setIsOpen(open);
|