unifyedx-storybook-new 0.1.8 → 0.1.10
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.
|
@@ -3584,7 +3584,7 @@
|
|
|
3584
3584
|
z-index: 20;
|
|
3585
3585
|
width: 12rem; /* 192px */
|
|
3586
3586
|
margin-top: 0.5rem;
|
|
3587
|
-
origin-top-right: ;
|
|
3587
|
+
origin-top-right: top-right;
|
|
3588
3588
|
background-color: white;
|
|
3589
3589
|
border: 1px solid #e5e7eb;
|
|
3590
3590
|
border-radius: 0.375rem;
|
|
@@ -6864,7 +6864,7 @@
|
|
|
6864
6864
|
z-index: 20;
|
|
6865
6865
|
width: 12rem; /* 192px */
|
|
6866
6866
|
margin-top: 0.5rem;
|
|
6867
|
-
origin-top-right: ;
|
|
6867
|
+
origin-top-right: top-right;
|
|
6868
6868
|
background-color: white;
|
|
6869
6869
|
border: 1px solid #e5e7eb;
|
|
6870
6870
|
border-radius: 0.375rem;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React, { forwardRef, createElement, useState, useMemo, useId as useId$1, createContext, useContext, useCallback, useRef, useLayoutEffect, useEffect, Fragment, useImperativeHandle } from 'react';
|
|
2
|
-
import { Popover as Popover$1, PopoverButton, PopoverPanel, Transition, Dialog, TransitionChild, DialogPanel, DialogTitle, TabGroup, TabList, Tab, TabPanels, RadioGroup as RadioGroup$1, Listbox, ListboxButton, ListboxOptions, ListboxOption, SwitchGroup, Switch, Menu as Menu$1, MenuButton, MenuItems, MenuItem } from '@headlessui/react';
|
|
2
|
+
import { Popover as Popover$1, PopoverButton, PopoverPanel, Transition, Dialog, TransitionChild, DialogPanel, DialogTitle, TabGroup, TabList, Tab, TabPanels, RadioGroup as RadioGroup$1, Listbox, ListboxButton, ListboxOptions, ListboxOption, SwitchGroup, Switch, Menu as Menu$1, MenuButton, Portal, MenuItems, MenuItem } from '@headlessui/react';
|
|
3
3
|
import { motion, AnimatePresence } from 'framer-motion';
|
|
4
4
|
import { useFloating, offset as offset$2, flip as flip$2, shift as shift$2, autoUpdate as autoUpdate$1 } from '@floating-ui/react';
|
|
5
5
|
|
|
@@ -43253,7 +43253,7 @@ const OptionsMenu = ({
|
|
|
43253
43253
|
});
|
|
43254
43254
|
return /* @__PURE__ */ jsxRuntimeExports.jsxs(Menu$1, { as: "div", className: "options-menu-wrapper", children: [
|
|
43255
43255
|
/* @__PURE__ */ jsxRuntimeExports.jsx(MenuButton, { ref: refs.setReference, className: "options-menu-trigger", children: /* @__PURE__ */ jsxRuntimeExports.jsx(TriggerIcon, { size: 20 }) }),
|
|
43256
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
43256
|
+
/* @__PURE__ */ jsxRuntimeExports.jsx(Portal, { children: /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
43257
43257
|
Transition,
|
|
43258
43258
|
{
|
|
43259
43259
|
as: Fragment,
|
|
@@ -43287,7 +43287,7 @@ const OptionsMenu = ({
|
|
|
43287
43287
|
}
|
|
43288
43288
|
)
|
|
43289
43289
|
}
|
|
43290
|
-
)
|
|
43290
|
+
) })
|
|
43291
43291
|
] });
|
|
43292
43292
|
};
|
|
43293
43293
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "unifyedx-storybook-new",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.10",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/unifyedx-storybook-new.es.js",
|
|
7
7
|
"module": "dist/unifyedx-storybook-new.es.js",
|
|
@@ -74,7 +74,6 @@
|
|
|
74
74
|
"@headlessui/react": "*",
|
|
75
75
|
"framer-motion": "*",
|
|
76
76
|
"react": ">=18",
|
|
77
|
-
"react-dom": ">=18"
|
|
78
|
-
"@floating-ui/react": "^0.27.13"
|
|
77
|
+
"react-dom": ">=18"
|
|
79
78
|
}
|
|
80
79
|
}
|