@bigbinary/neeto-atoms 1.0.17 → 1.0.18
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/cjs/components/Accordion.js +1 -1
- package/dist/cjs/components/DataTable.js +3 -3
- package/dist/cjs/components/DatePicker.js +1 -1
- package/dist/cjs/components/DirectionProvider.js +11 -0
- package/dist/cjs/components/DirectionProvider.js.map +1 -0
- package/dist/cjs/components/DropdownMenu.js +3 -3
- package/dist/cjs/components/RadioGroup.js +2 -2
- package/dist/cjs/components/Slider.js +1 -1
- package/dist/cjs/components/Tabs.js +2 -2
- package/dist/cjs/components/TimePicker.js +1 -1
- package/dist/cjs/components/index.js +3 -3
- package/dist/cjs/formik/RadioGroup.js +2 -2
- package/dist/cjs/formik/Slider.js +1 -1
- package/dist/cjs/formik/index.js +2 -2
- package/dist/cjs/{index-9jC1advf.js → index-BY6wgiQV.js} +8 -2
- package/dist/cjs/{index-9jC1advf.js.map → index-BY6wgiQV.js.map} +1 -1
- package/dist/cjs/{index-PdtYHwPi.js → index-D1SiRLYs.js} +3 -3
- package/dist/cjs/{index-PdtYHwPi.js.map → index-D1SiRLYs.js.map} +1 -1
- package/dist/cjs/{index-hQmfI1O7.js → index-DoVhdseB.js} +2 -2
- package/dist/cjs/{index-hQmfI1O7.js.map → index-DoVhdseB.js.map} +1 -1
- package/dist/cjs/index.js +3 -3
- package/dist/cjs/primitives/Accordion.js +1 -1
- package/dist/cjs/primitives/ContextMenu.js +3 -3
- package/dist/cjs/primitives/DropdownMenu.js +3 -3
- package/dist/cjs/primitives/Menubar.js +3 -3
- package/dist/cjs/primitives/NavigationMenu.js +1 -1
- package/dist/cjs/primitives/RadioGroup.js +2 -2
- package/dist/cjs/primitives/ScrollArea.js +1 -1
- package/dist/cjs/primitives/Select.js +1 -1
- package/dist/cjs/primitives/Slider.js +1 -1
- package/dist/cjs/primitives/Tabs.js +2 -2
- package/dist/cjs/primitives/ToggleGroup.js +2 -2
- package/dist/cjs/primitives/index.js +3 -3
- package/dist/components/Accordion.js +1 -1
- package/dist/components/DataTable.js +3 -3
- package/dist/components/DatePicker.js +1 -1
- package/dist/components/DirectionProvider/DirectionProvider.d.ts +6 -0
- package/dist/components/DirectionProvider/index.d.ts +2 -0
- package/dist/components/DirectionProvider/types.d.ts +7 -0
- package/dist/components/DirectionProvider.js +9 -0
- package/dist/components/DirectionProvider.js.map +1 -0
- package/dist/components/DropdownMenu.js +3 -3
- package/dist/components/RadioGroup.js +2 -2
- package/dist/components/Slider.js +1 -1
- package/dist/components/Tabs.js +2 -2
- package/dist/components/TimePicker.js +1 -1
- package/dist/components/index.js +3 -3
- package/dist/formik/RadioGroup.js +2 -2
- package/dist/formik/Slider.js +1 -1
- package/dist/formik/index.js +2 -2
- package/dist/{index-j_qxDBFl.js → index-DT56XkyA.js} +2 -2
- package/dist/{index-j_qxDBFl.js.map → index-DT56XkyA.js.map} +1 -1
- package/dist/{index-DLPtgEJ_.js → index-OI_tWuLx.js} +3 -3
- package/dist/{index-DLPtgEJ_.js.map → index-OI_tWuLx.js.map} +1 -1
- package/dist/index-d0BBQf5t.js +17 -0
- package/dist/{index-BA158WEj.js.map → index-d0BBQf5t.js.map} +1 -1
- package/dist/index.js +3 -3
- package/dist/primitives/Accordion.js +1 -1
- package/dist/primitives/ContextMenu.js +3 -3
- package/dist/primitives/DropdownMenu.js +3 -3
- package/dist/primitives/Menubar.js +3 -3
- package/dist/primitives/NavigationMenu.js +1 -1
- package/dist/primitives/RadioGroup.js +2 -2
- package/dist/primitives/ScrollArea.js +1 -1
- package/dist/primitives/Select.js +1 -1
- package/dist/primitives/Slider.js +1 -1
- package/dist/primitives/Tabs.js +2 -2
- package/dist/primitives/ToggleGroup.js +2 -2
- package/dist/primitives/index.js +3 -3
- package/package.json +1 -1
- package/dist/index-BA158WEj.js +0 -12
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index-DLPtgEJ_.js","sources":["../node_modules/@radix-ui/react-menu/node_modules/@radix-ui/react-slot/dist/index.mjs","../node_modules/@radix-ui/react-menu/dist/index.mjs"],"sourcesContent":["// src/slot.tsx\nimport * as React from \"react\";\nimport { composeRefs } from \"@radix-ui/react-compose-refs\";\nimport { Fragment as Fragment2, jsx } from \"react/jsx-runtime\";\n// @__NO_SIDE_EFFECTS__\nfunction createSlot(ownerName) {\n const SlotClone = /* @__PURE__ */ createSlotClone(ownerName);\n const Slot2 = React.forwardRef((props, forwardedRef) => {\n const { children, ...slotProps } = props;\n const childrenArray = React.Children.toArray(children);\n const slottable = childrenArray.find(isSlottable);\n if (slottable) {\n const newElement = slottable.props.children;\n const newChildren = childrenArray.map((child) => {\n if (child === slottable) {\n if (React.Children.count(newElement) > 1) return React.Children.only(null);\n return React.isValidElement(newElement) ? newElement.props.children : null;\n } else {\n return child;\n }\n });\n return /* @__PURE__ */ jsx(SlotClone, { ...slotProps, ref: forwardedRef, children: React.isValidElement(newElement) ? React.cloneElement(newElement, void 0, newChildren) : null });\n }\n return /* @__PURE__ */ jsx(SlotClone, { ...slotProps, ref: forwardedRef, children });\n });\n Slot2.displayName = `${ownerName}.Slot`;\n return Slot2;\n}\nvar Slot = /* @__PURE__ */ createSlot(\"Slot\");\n// @__NO_SIDE_EFFECTS__\nfunction createSlotClone(ownerName) {\n const SlotClone = React.forwardRef((props, forwardedRef) => {\n const { children, ...slotProps } = props;\n if (React.isValidElement(children)) {\n const childrenRef = getElementRef(children);\n const props2 = mergeProps(slotProps, children.props);\n if (children.type !== React.Fragment) {\n props2.ref = forwardedRef ? composeRefs(forwardedRef, childrenRef) : childrenRef;\n }\n return React.cloneElement(children, props2);\n }\n return React.Children.count(children) > 1 ? React.Children.only(null) : null;\n });\n SlotClone.displayName = `${ownerName}.SlotClone`;\n return SlotClone;\n}\nvar SLOTTABLE_IDENTIFIER = Symbol(\"radix.slottable\");\n// @__NO_SIDE_EFFECTS__\nfunction createSlottable(ownerName) {\n const Slottable2 = ({ children }) => {\n return /* @__PURE__ */ jsx(Fragment2, { children });\n };\n Slottable2.displayName = `${ownerName}.Slottable`;\n Slottable2.__radixId = SLOTTABLE_IDENTIFIER;\n return Slottable2;\n}\nvar Slottable = /* @__PURE__ */ createSlottable(\"Slottable\");\nfunction isSlottable(child) {\n return React.isValidElement(child) && typeof child.type === \"function\" && \"__radixId\" in child.type && child.type.__radixId === SLOTTABLE_IDENTIFIER;\n}\nfunction mergeProps(slotProps, childProps) {\n const overrideProps = { ...childProps };\n for (const propName in childProps) {\n const slotPropValue = slotProps[propName];\n const childPropValue = childProps[propName];\n const isHandler = /^on[A-Z]/.test(propName);\n if (isHandler) {\n if (slotPropValue && childPropValue) {\n overrideProps[propName] = (...args) => {\n const result = childPropValue(...args);\n slotPropValue(...args);\n return result;\n };\n } else if (slotPropValue) {\n overrideProps[propName] = slotPropValue;\n }\n } else if (propName === \"style\") {\n overrideProps[propName] = { ...slotPropValue, ...childPropValue };\n } else if (propName === \"className\") {\n overrideProps[propName] = [slotPropValue, childPropValue].filter(Boolean).join(\" \");\n }\n }\n return { ...slotProps, ...overrideProps };\n}\nfunction getElementRef(element) {\n let getter = Object.getOwnPropertyDescriptor(element.props, \"ref\")?.get;\n let mayWarn = getter && \"isReactWarning\" in getter && getter.isReactWarning;\n if (mayWarn) {\n return element.ref;\n }\n getter = Object.getOwnPropertyDescriptor(element, \"ref\")?.get;\n mayWarn = getter && \"isReactWarning\" in getter && getter.isReactWarning;\n if (mayWarn) {\n return element.props.ref;\n }\n return element.props.ref || element.ref;\n}\nexport {\n Slot as Root,\n Slot,\n Slottable,\n createSlot,\n createSlottable\n};\n//# sourceMappingURL=index.mjs.map\n","\"use client\";\n\n// src/menu.tsx\nimport * as React from \"react\";\nimport { composeEventHandlers } from \"@radix-ui/primitive\";\nimport { createCollection } from \"@radix-ui/react-collection\";\nimport { useComposedRefs, composeRefs } from \"@radix-ui/react-compose-refs\";\nimport { createContextScope } from \"@radix-ui/react-context\";\nimport { useDirection } from \"@radix-ui/react-direction\";\nimport { DismissableLayer } from \"@radix-ui/react-dismissable-layer\";\nimport { useFocusGuards } from \"@radix-ui/react-focus-guards\";\nimport { FocusScope } from \"@radix-ui/react-focus-scope\";\nimport { useId } from \"@radix-ui/react-id\";\nimport * as PopperPrimitive from \"@radix-ui/react-popper\";\nimport { createPopperScope } from \"@radix-ui/react-popper\";\nimport { Portal as PortalPrimitive } from \"@radix-ui/react-portal\";\nimport { Presence } from \"@radix-ui/react-presence\";\nimport { Primitive, dispatchDiscreteCustomEvent } from \"@radix-ui/react-primitive\";\nimport * as RovingFocusGroup from \"@radix-ui/react-roving-focus\";\nimport { createRovingFocusGroupScope } from \"@radix-ui/react-roving-focus\";\nimport { createSlot } from \"@radix-ui/react-slot\";\nimport { useCallbackRef } from \"@radix-ui/react-use-callback-ref\";\nimport { hideOthers } from \"aria-hidden\";\nimport { RemoveScroll } from \"react-remove-scroll\";\nimport { jsx } from \"react/jsx-runtime\";\nvar SELECTION_KEYS = [\"Enter\", \" \"];\nvar FIRST_KEYS = [\"ArrowDown\", \"PageUp\", \"Home\"];\nvar LAST_KEYS = [\"ArrowUp\", \"PageDown\", \"End\"];\nvar FIRST_LAST_KEYS = [...FIRST_KEYS, ...LAST_KEYS];\nvar SUB_OPEN_KEYS = {\n ltr: [...SELECTION_KEYS, \"ArrowRight\"],\n rtl: [...SELECTION_KEYS, \"ArrowLeft\"]\n};\nvar SUB_CLOSE_KEYS = {\n ltr: [\"ArrowLeft\"],\n rtl: [\"ArrowRight\"]\n};\nvar MENU_NAME = \"Menu\";\nvar [Collection, useCollection, createCollectionScope] = createCollection(MENU_NAME);\nvar [createMenuContext, createMenuScope] = createContextScope(MENU_NAME, [\n createCollectionScope,\n createPopperScope,\n createRovingFocusGroupScope\n]);\nvar usePopperScope = createPopperScope();\nvar useRovingFocusGroupScope = createRovingFocusGroupScope();\nvar [MenuProvider, useMenuContext] = createMenuContext(MENU_NAME);\nvar [MenuRootProvider, useMenuRootContext] = createMenuContext(MENU_NAME);\nvar Menu = (props) => {\n const { __scopeMenu, open = false, children, dir, onOpenChange, modal = true } = props;\n const popperScope = usePopperScope(__scopeMenu);\n const [content, setContent] = React.useState(null);\n const isUsingKeyboardRef = React.useRef(false);\n const handleOpenChange = useCallbackRef(onOpenChange);\n const direction = useDirection(dir);\n React.useEffect(() => {\n const handleKeyDown = () => {\n isUsingKeyboardRef.current = true;\n document.addEventListener(\"pointerdown\", handlePointer, { capture: true, once: true });\n document.addEventListener(\"pointermove\", handlePointer, { capture: true, once: true });\n };\n const handlePointer = () => isUsingKeyboardRef.current = false;\n document.addEventListener(\"keydown\", handleKeyDown, { capture: true });\n return () => {\n document.removeEventListener(\"keydown\", handleKeyDown, { capture: true });\n document.removeEventListener(\"pointerdown\", handlePointer, { capture: true });\n document.removeEventListener(\"pointermove\", handlePointer, { capture: true });\n };\n }, []);\n return /* @__PURE__ */ jsx(PopperPrimitive.Root, { ...popperScope, children: /* @__PURE__ */ jsx(\n MenuProvider,\n {\n scope: __scopeMenu,\n open,\n onOpenChange: handleOpenChange,\n content,\n onContentChange: setContent,\n children: /* @__PURE__ */ jsx(\n MenuRootProvider,\n {\n scope: __scopeMenu,\n onClose: React.useCallback(() => handleOpenChange(false), [handleOpenChange]),\n isUsingKeyboardRef,\n dir: direction,\n modal,\n children\n }\n )\n }\n ) });\n};\nMenu.displayName = MENU_NAME;\nvar ANCHOR_NAME = \"MenuAnchor\";\nvar MenuAnchor = React.forwardRef(\n (props, forwardedRef) => {\n const { __scopeMenu, ...anchorProps } = props;\n const popperScope = usePopperScope(__scopeMenu);\n return /* @__PURE__ */ jsx(PopperPrimitive.Anchor, { ...popperScope, ...anchorProps, ref: forwardedRef });\n }\n);\nMenuAnchor.displayName = ANCHOR_NAME;\nvar PORTAL_NAME = \"MenuPortal\";\nvar [PortalProvider, usePortalContext] = createMenuContext(PORTAL_NAME, {\n forceMount: void 0\n});\nvar MenuPortal = (props) => {\n const { __scopeMenu, forceMount, children, container } = props;\n const context = useMenuContext(PORTAL_NAME, __scopeMenu);\n return /* @__PURE__ */ jsx(PortalProvider, { scope: __scopeMenu, forceMount, children: /* @__PURE__ */ jsx(Presence, { present: forceMount || context.open, children: /* @__PURE__ */ jsx(PortalPrimitive, { asChild: true, container, children }) }) });\n};\nMenuPortal.displayName = PORTAL_NAME;\nvar CONTENT_NAME = \"MenuContent\";\nvar [MenuContentProvider, useMenuContentContext] = createMenuContext(CONTENT_NAME);\nvar MenuContent = React.forwardRef(\n (props, forwardedRef) => {\n const portalContext = usePortalContext(CONTENT_NAME, props.__scopeMenu);\n const { forceMount = portalContext.forceMount, ...contentProps } = props;\n const context = useMenuContext(CONTENT_NAME, props.__scopeMenu);\n const rootContext = useMenuRootContext(CONTENT_NAME, props.__scopeMenu);\n return /* @__PURE__ */ jsx(Collection.Provider, { scope: props.__scopeMenu, children: /* @__PURE__ */ jsx(Presence, { present: forceMount || context.open, children: /* @__PURE__ */ jsx(Collection.Slot, { scope: props.__scopeMenu, children: rootContext.modal ? /* @__PURE__ */ jsx(MenuRootContentModal, { ...contentProps, ref: forwardedRef }) : /* @__PURE__ */ jsx(MenuRootContentNonModal, { ...contentProps, ref: forwardedRef }) }) }) });\n }\n);\nvar MenuRootContentModal = React.forwardRef(\n (props, forwardedRef) => {\n const context = useMenuContext(CONTENT_NAME, props.__scopeMenu);\n const ref = React.useRef(null);\n const composedRefs = useComposedRefs(forwardedRef, ref);\n React.useEffect(() => {\n const content = ref.current;\n if (content) return hideOthers(content);\n }, []);\n return /* @__PURE__ */ jsx(\n MenuContentImpl,\n {\n ...props,\n ref: composedRefs,\n trapFocus: context.open,\n disableOutsidePointerEvents: context.open,\n disableOutsideScroll: true,\n onFocusOutside: composeEventHandlers(\n props.onFocusOutside,\n (event) => event.preventDefault(),\n { checkForDefaultPrevented: false }\n ),\n onDismiss: () => context.onOpenChange(false)\n }\n );\n }\n);\nvar MenuRootContentNonModal = React.forwardRef((props, forwardedRef) => {\n const context = useMenuContext(CONTENT_NAME, props.__scopeMenu);\n return /* @__PURE__ */ jsx(\n MenuContentImpl,\n {\n ...props,\n ref: forwardedRef,\n trapFocus: false,\n disableOutsidePointerEvents: false,\n disableOutsideScroll: false,\n onDismiss: () => context.onOpenChange(false)\n }\n );\n});\nvar Slot = createSlot(\"MenuContent.ScrollLock\");\nvar MenuContentImpl = React.forwardRef(\n (props, forwardedRef) => {\n const {\n __scopeMenu,\n loop = false,\n trapFocus,\n onOpenAutoFocus,\n onCloseAutoFocus,\n disableOutsidePointerEvents,\n onEntryFocus,\n onEscapeKeyDown,\n onPointerDownOutside,\n onFocusOutside,\n onInteractOutside,\n onDismiss,\n disableOutsideScroll,\n ...contentProps\n } = props;\n const context = useMenuContext(CONTENT_NAME, __scopeMenu);\n const rootContext = useMenuRootContext(CONTENT_NAME, __scopeMenu);\n const popperScope = usePopperScope(__scopeMenu);\n const rovingFocusGroupScope = useRovingFocusGroupScope(__scopeMenu);\n const getItems = useCollection(__scopeMenu);\n const [currentItemId, setCurrentItemId] = React.useState(null);\n const contentRef = React.useRef(null);\n const composedRefs = useComposedRefs(forwardedRef, contentRef, context.onContentChange);\n const timerRef = React.useRef(0);\n const searchRef = React.useRef(\"\");\n const pointerGraceTimerRef = React.useRef(0);\n const pointerGraceIntentRef = React.useRef(null);\n const pointerDirRef = React.useRef(\"right\");\n const lastPointerXRef = React.useRef(0);\n const ScrollLockWrapper = disableOutsideScroll ? RemoveScroll : React.Fragment;\n const scrollLockWrapperProps = disableOutsideScroll ? { as: Slot, allowPinchZoom: true } : void 0;\n const handleTypeaheadSearch = (key) => {\n const search = searchRef.current + key;\n const items = getItems().filter((item) => !item.disabled);\n const currentItem = document.activeElement;\n const currentMatch = items.find((item) => item.ref.current === currentItem)?.textValue;\n const values = items.map((item) => item.textValue);\n const nextMatch = getNextMatch(values, search, currentMatch);\n const newItem = items.find((item) => item.textValue === nextMatch)?.ref.current;\n (function updateSearch(value) {\n searchRef.current = value;\n window.clearTimeout(timerRef.current);\n if (value !== \"\") timerRef.current = window.setTimeout(() => updateSearch(\"\"), 1e3);\n })(search);\n if (newItem) {\n setTimeout(() => newItem.focus());\n }\n };\n React.useEffect(() => {\n return () => window.clearTimeout(timerRef.current);\n }, []);\n useFocusGuards();\n const isPointerMovingToSubmenu = React.useCallback((event) => {\n const isMovingTowards = pointerDirRef.current === pointerGraceIntentRef.current?.side;\n return isMovingTowards && isPointerInGraceArea(event, pointerGraceIntentRef.current?.area);\n }, []);\n return /* @__PURE__ */ jsx(\n MenuContentProvider,\n {\n scope: __scopeMenu,\n searchRef,\n onItemEnter: React.useCallback(\n (event) => {\n if (isPointerMovingToSubmenu(event)) event.preventDefault();\n },\n [isPointerMovingToSubmenu]\n ),\n onItemLeave: React.useCallback(\n (event) => {\n if (isPointerMovingToSubmenu(event)) return;\n contentRef.current?.focus();\n setCurrentItemId(null);\n },\n [isPointerMovingToSubmenu]\n ),\n onTriggerLeave: React.useCallback(\n (event) => {\n if (isPointerMovingToSubmenu(event)) event.preventDefault();\n },\n [isPointerMovingToSubmenu]\n ),\n pointerGraceTimerRef,\n onPointerGraceIntentChange: React.useCallback((intent) => {\n pointerGraceIntentRef.current = intent;\n }, []),\n children: /* @__PURE__ */ jsx(ScrollLockWrapper, { ...scrollLockWrapperProps, children: /* @__PURE__ */ jsx(\n FocusScope,\n {\n asChild: true,\n trapped: trapFocus,\n onMountAutoFocus: composeEventHandlers(onOpenAutoFocus, (event) => {\n event.preventDefault();\n contentRef.current?.focus({ preventScroll: true });\n }),\n onUnmountAutoFocus: onCloseAutoFocus,\n children: /* @__PURE__ */ jsx(\n DismissableLayer,\n {\n asChild: true,\n disableOutsidePointerEvents,\n onEscapeKeyDown,\n onPointerDownOutside,\n onFocusOutside,\n onInteractOutside,\n onDismiss,\n children: /* @__PURE__ */ jsx(\n RovingFocusGroup.Root,\n {\n asChild: true,\n ...rovingFocusGroupScope,\n dir: rootContext.dir,\n orientation: \"vertical\",\n loop,\n currentTabStopId: currentItemId,\n onCurrentTabStopIdChange: setCurrentItemId,\n onEntryFocus: composeEventHandlers(onEntryFocus, (event) => {\n if (!rootContext.isUsingKeyboardRef.current) event.preventDefault();\n }),\n preventScrollOnEntryFocus: true,\n children: /* @__PURE__ */ jsx(\n PopperPrimitive.Content,\n {\n role: \"menu\",\n \"aria-orientation\": \"vertical\",\n \"data-state\": getOpenState(context.open),\n \"data-radix-menu-content\": \"\",\n dir: rootContext.dir,\n ...popperScope,\n ...contentProps,\n ref: composedRefs,\n style: { outline: \"none\", ...contentProps.style },\n onKeyDown: composeEventHandlers(contentProps.onKeyDown, (event) => {\n const target = event.target;\n const isKeyDownInside = target.closest(\"[data-radix-menu-content]\") === event.currentTarget;\n const isModifierKey = event.ctrlKey || event.altKey || event.metaKey;\n const isCharacterKey = event.key.length === 1;\n if (isKeyDownInside) {\n if (event.key === \"Tab\") event.preventDefault();\n if (!isModifierKey && isCharacterKey) handleTypeaheadSearch(event.key);\n }\n const content = contentRef.current;\n if (event.target !== content) return;\n if (!FIRST_LAST_KEYS.includes(event.key)) return;\n event.preventDefault();\n const items = getItems().filter((item) => !item.disabled);\n const candidateNodes = items.map((item) => item.ref.current);\n if (LAST_KEYS.includes(event.key)) candidateNodes.reverse();\n focusFirst(candidateNodes);\n }),\n onBlur: composeEventHandlers(props.onBlur, (event) => {\n if (!event.currentTarget.contains(event.target)) {\n window.clearTimeout(timerRef.current);\n searchRef.current = \"\";\n }\n }),\n onPointerMove: composeEventHandlers(\n props.onPointerMove,\n whenMouse((event) => {\n const target = event.target;\n const pointerXHasChanged = lastPointerXRef.current !== event.clientX;\n if (event.currentTarget.contains(target) && pointerXHasChanged) {\n const newDir = event.clientX > lastPointerXRef.current ? \"right\" : \"left\";\n pointerDirRef.current = newDir;\n lastPointerXRef.current = event.clientX;\n }\n })\n )\n }\n )\n }\n )\n }\n )\n }\n ) })\n }\n );\n }\n);\nMenuContent.displayName = CONTENT_NAME;\nvar GROUP_NAME = \"MenuGroup\";\nvar MenuGroup = React.forwardRef(\n (props, forwardedRef) => {\n const { __scopeMenu, ...groupProps } = props;\n return /* @__PURE__ */ jsx(Primitive.div, { role: \"group\", ...groupProps, ref: forwardedRef });\n }\n);\nMenuGroup.displayName = GROUP_NAME;\nvar LABEL_NAME = \"MenuLabel\";\nvar MenuLabel = React.forwardRef(\n (props, forwardedRef) => {\n const { __scopeMenu, ...labelProps } = props;\n return /* @__PURE__ */ jsx(Primitive.div, { ...labelProps, ref: forwardedRef });\n }\n);\nMenuLabel.displayName = LABEL_NAME;\nvar ITEM_NAME = \"MenuItem\";\nvar ITEM_SELECT = \"menu.itemSelect\";\nvar MenuItem = React.forwardRef(\n (props, forwardedRef) => {\n const { disabled = false, onSelect, ...itemProps } = props;\n const ref = React.useRef(null);\n const rootContext = useMenuRootContext(ITEM_NAME, props.__scopeMenu);\n const contentContext = useMenuContentContext(ITEM_NAME, props.__scopeMenu);\n const composedRefs = useComposedRefs(forwardedRef, ref);\n const isPointerDownRef = React.useRef(false);\n const handleSelect = () => {\n const menuItem = ref.current;\n if (!disabled && menuItem) {\n const itemSelectEvent = new CustomEvent(ITEM_SELECT, { bubbles: true, cancelable: true });\n menuItem.addEventListener(ITEM_SELECT, (event) => onSelect?.(event), { once: true });\n dispatchDiscreteCustomEvent(menuItem, itemSelectEvent);\n if (itemSelectEvent.defaultPrevented) {\n isPointerDownRef.current = false;\n } else {\n rootContext.onClose();\n }\n }\n };\n return /* @__PURE__ */ jsx(\n MenuItemImpl,\n {\n ...itemProps,\n ref: composedRefs,\n disabled,\n onClick: composeEventHandlers(props.onClick, handleSelect),\n onPointerDown: (event) => {\n props.onPointerDown?.(event);\n isPointerDownRef.current = true;\n },\n onPointerUp: composeEventHandlers(props.onPointerUp, (event) => {\n if (!isPointerDownRef.current) event.currentTarget?.click();\n }),\n onKeyDown: composeEventHandlers(props.onKeyDown, (event) => {\n const isTypingAhead = contentContext.searchRef.current !== \"\";\n if (disabled || isTypingAhead && event.key === \" \") return;\n if (SELECTION_KEYS.includes(event.key)) {\n event.currentTarget.click();\n event.preventDefault();\n }\n })\n }\n );\n }\n);\nMenuItem.displayName = ITEM_NAME;\nvar MenuItemImpl = React.forwardRef(\n (props, forwardedRef) => {\n const { __scopeMenu, disabled = false, textValue, ...itemProps } = props;\n const contentContext = useMenuContentContext(ITEM_NAME, __scopeMenu);\n const rovingFocusGroupScope = useRovingFocusGroupScope(__scopeMenu);\n const ref = React.useRef(null);\n const composedRefs = useComposedRefs(forwardedRef, ref);\n const [isFocused, setIsFocused] = React.useState(false);\n const [textContent, setTextContent] = React.useState(\"\");\n React.useEffect(() => {\n const menuItem = ref.current;\n if (menuItem) {\n setTextContent((menuItem.textContent ?? \"\").trim());\n }\n }, [itemProps.children]);\n return /* @__PURE__ */ jsx(\n Collection.ItemSlot,\n {\n scope: __scopeMenu,\n disabled,\n textValue: textValue ?? textContent,\n children: /* @__PURE__ */ jsx(RovingFocusGroup.Item, { asChild: true, ...rovingFocusGroupScope, focusable: !disabled, children: /* @__PURE__ */ jsx(\n Primitive.div,\n {\n role: \"menuitem\",\n \"data-highlighted\": isFocused ? \"\" : void 0,\n \"aria-disabled\": disabled || void 0,\n \"data-disabled\": disabled ? \"\" : void 0,\n ...itemProps,\n ref: composedRefs,\n onPointerMove: composeEventHandlers(\n props.onPointerMove,\n whenMouse((event) => {\n if (disabled) {\n contentContext.onItemLeave(event);\n } else {\n contentContext.onItemEnter(event);\n if (!event.defaultPrevented) {\n const item = event.currentTarget;\n item.focus({ preventScroll: true });\n }\n }\n })\n ),\n onPointerLeave: composeEventHandlers(\n props.onPointerLeave,\n whenMouse((event) => contentContext.onItemLeave(event))\n ),\n onFocus: composeEventHandlers(props.onFocus, () => setIsFocused(true)),\n onBlur: composeEventHandlers(props.onBlur, () => setIsFocused(false))\n }\n ) })\n }\n );\n }\n);\nvar CHECKBOX_ITEM_NAME = \"MenuCheckboxItem\";\nvar MenuCheckboxItem = React.forwardRef(\n (props, forwardedRef) => {\n const { checked = false, onCheckedChange, ...checkboxItemProps } = props;\n return /* @__PURE__ */ jsx(ItemIndicatorProvider, { scope: props.__scopeMenu, checked, children: /* @__PURE__ */ jsx(\n MenuItem,\n {\n role: \"menuitemcheckbox\",\n \"aria-checked\": isIndeterminate(checked) ? \"mixed\" : checked,\n ...checkboxItemProps,\n ref: forwardedRef,\n \"data-state\": getCheckedState(checked),\n onSelect: composeEventHandlers(\n checkboxItemProps.onSelect,\n () => onCheckedChange?.(isIndeterminate(checked) ? true : !checked),\n { checkForDefaultPrevented: false }\n )\n }\n ) });\n }\n);\nMenuCheckboxItem.displayName = CHECKBOX_ITEM_NAME;\nvar RADIO_GROUP_NAME = \"MenuRadioGroup\";\nvar [RadioGroupProvider, useRadioGroupContext] = createMenuContext(\n RADIO_GROUP_NAME,\n { value: void 0, onValueChange: () => {\n } }\n);\nvar MenuRadioGroup = React.forwardRef(\n (props, forwardedRef) => {\n const { value, onValueChange, ...groupProps } = props;\n const handleValueChange = useCallbackRef(onValueChange);\n return /* @__PURE__ */ jsx(RadioGroupProvider, { scope: props.__scopeMenu, value, onValueChange: handleValueChange, children: /* @__PURE__ */ jsx(MenuGroup, { ...groupProps, ref: forwardedRef }) });\n }\n);\nMenuRadioGroup.displayName = RADIO_GROUP_NAME;\nvar RADIO_ITEM_NAME = \"MenuRadioItem\";\nvar MenuRadioItem = React.forwardRef(\n (props, forwardedRef) => {\n const { value, ...radioItemProps } = props;\n const context = useRadioGroupContext(RADIO_ITEM_NAME, props.__scopeMenu);\n const checked = value === context.value;\n return /* @__PURE__ */ jsx(ItemIndicatorProvider, { scope: props.__scopeMenu, checked, children: /* @__PURE__ */ jsx(\n MenuItem,\n {\n role: \"menuitemradio\",\n \"aria-checked\": checked,\n ...radioItemProps,\n ref: forwardedRef,\n \"data-state\": getCheckedState(checked),\n onSelect: composeEventHandlers(\n radioItemProps.onSelect,\n () => context.onValueChange?.(value),\n { checkForDefaultPrevented: false }\n )\n }\n ) });\n }\n);\nMenuRadioItem.displayName = RADIO_ITEM_NAME;\nvar ITEM_INDICATOR_NAME = \"MenuItemIndicator\";\nvar [ItemIndicatorProvider, useItemIndicatorContext] = createMenuContext(\n ITEM_INDICATOR_NAME,\n { checked: false }\n);\nvar MenuItemIndicator = React.forwardRef(\n (props, forwardedRef) => {\n const { __scopeMenu, forceMount, ...itemIndicatorProps } = props;\n const indicatorContext = useItemIndicatorContext(ITEM_INDICATOR_NAME, __scopeMenu);\n return /* @__PURE__ */ jsx(\n Presence,\n {\n present: forceMount || isIndeterminate(indicatorContext.checked) || indicatorContext.checked === true,\n children: /* @__PURE__ */ jsx(\n Primitive.span,\n {\n ...itemIndicatorProps,\n ref: forwardedRef,\n \"data-state\": getCheckedState(indicatorContext.checked)\n }\n )\n }\n );\n }\n);\nMenuItemIndicator.displayName = ITEM_INDICATOR_NAME;\nvar SEPARATOR_NAME = \"MenuSeparator\";\nvar MenuSeparator = React.forwardRef(\n (props, forwardedRef) => {\n const { __scopeMenu, ...separatorProps } = props;\n return /* @__PURE__ */ jsx(\n Primitive.div,\n {\n role: \"separator\",\n \"aria-orientation\": \"horizontal\",\n ...separatorProps,\n ref: forwardedRef\n }\n );\n }\n);\nMenuSeparator.displayName = SEPARATOR_NAME;\nvar ARROW_NAME = \"MenuArrow\";\nvar MenuArrow = React.forwardRef(\n (props, forwardedRef) => {\n const { __scopeMenu, ...arrowProps } = props;\n const popperScope = usePopperScope(__scopeMenu);\n return /* @__PURE__ */ jsx(PopperPrimitive.Arrow, { ...popperScope, ...arrowProps, ref: forwardedRef });\n }\n);\nMenuArrow.displayName = ARROW_NAME;\nvar SUB_NAME = \"MenuSub\";\nvar [MenuSubProvider, useMenuSubContext] = createMenuContext(SUB_NAME);\nvar MenuSub = (props) => {\n const { __scopeMenu, children, open = false, onOpenChange } = props;\n const parentMenuContext = useMenuContext(SUB_NAME, __scopeMenu);\n const popperScope = usePopperScope(__scopeMenu);\n const [trigger, setTrigger] = React.useState(null);\n const [content, setContent] = React.useState(null);\n const handleOpenChange = useCallbackRef(onOpenChange);\n React.useEffect(() => {\n if (parentMenuContext.open === false) handleOpenChange(false);\n return () => handleOpenChange(false);\n }, [parentMenuContext.open, handleOpenChange]);\n return /* @__PURE__ */ jsx(PopperPrimitive.Root, { ...popperScope, children: /* @__PURE__ */ jsx(\n MenuProvider,\n {\n scope: __scopeMenu,\n open,\n onOpenChange: handleOpenChange,\n content,\n onContentChange: setContent,\n children: /* @__PURE__ */ jsx(\n MenuSubProvider,\n {\n scope: __scopeMenu,\n contentId: useId(),\n triggerId: useId(),\n trigger,\n onTriggerChange: setTrigger,\n children\n }\n )\n }\n ) });\n};\nMenuSub.displayName = SUB_NAME;\nvar SUB_TRIGGER_NAME = \"MenuSubTrigger\";\nvar MenuSubTrigger = React.forwardRef(\n (props, forwardedRef) => {\n const context = useMenuContext(SUB_TRIGGER_NAME, props.__scopeMenu);\n const rootContext = useMenuRootContext(SUB_TRIGGER_NAME, props.__scopeMenu);\n const subContext = useMenuSubContext(SUB_TRIGGER_NAME, props.__scopeMenu);\n const contentContext = useMenuContentContext(SUB_TRIGGER_NAME, props.__scopeMenu);\n const openTimerRef = React.useRef(null);\n const { pointerGraceTimerRef, onPointerGraceIntentChange } = contentContext;\n const scope = { __scopeMenu: props.__scopeMenu };\n const clearOpenTimer = React.useCallback(() => {\n if (openTimerRef.current) window.clearTimeout(openTimerRef.current);\n openTimerRef.current = null;\n }, []);\n React.useEffect(() => clearOpenTimer, [clearOpenTimer]);\n React.useEffect(() => {\n const pointerGraceTimer = pointerGraceTimerRef.current;\n return () => {\n window.clearTimeout(pointerGraceTimer);\n onPointerGraceIntentChange(null);\n };\n }, [pointerGraceTimerRef, onPointerGraceIntentChange]);\n return /* @__PURE__ */ jsx(MenuAnchor, { asChild: true, ...scope, children: /* @__PURE__ */ jsx(\n MenuItemImpl,\n {\n id: subContext.triggerId,\n \"aria-haspopup\": \"menu\",\n \"aria-expanded\": context.open,\n \"aria-controls\": subContext.contentId,\n \"data-state\": getOpenState(context.open),\n ...props,\n ref: composeRefs(forwardedRef, subContext.onTriggerChange),\n onClick: (event) => {\n props.onClick?.(event);\n if (props.disabled || event.defaultPrevented) return;\n event.currentTarget.focus();\n if (!context.open) context.onOpenChange(true);\n },\n onPointerMove: composeEventHandlers(\n props.onPointerMove,\n whenMouse((event) => {\n contentContext.onItemEnter(event);\n if (event.defaultPrevented) return;\n if (!props.disabled && !context.open && !openTimerRef.current) {\n contentContext.onPointerGraceIntentChange(null);\n openTimerRef.current = window.setTimeout(() => {\n context.onOpenChange(true);\n clearOpenTimer();\n }, 100);\n }\n })\n ),\n onPointerLeave: composeEventHandlers(\n props.onPointerLeave,\n whenMouse((event) => {\n clearOpenTimer();\n const contentRect = context.content?.getBoundingClientRect();\n if (contentRect) {\n const side = context.content?.dataset.side;\n const rightSide = side === \"right\";\n const bleed = rightSide ? -5 : 5;\n const contentNearEdge = contentRect[rightSide ? \"left\" : \"right\"];\n const contentFarEdge = contentRect[rightSide ? \"right\" : \"left\"];\n contentContext.onPointerGraceIntentChange({\n area: [\n // Apply a bleed on clientX to ensure that our exit point is\n // consistently within polygon bounds\n { x: event.clientX + bleed, y: event.clientY },\n { x: contentNearEdge, y: contentRect.top },\n { x: contentFarEdge, y: contentRect.top },\n { x: contentFarEdge, y: contentRect.bottom },\n { x: contentNearEdge, y: contentRect.bottom }\n ],\n side\n });\n window.clearTimeout(pointerGraceTimerRef.current);\n pointerGraceTimerRef.current = window.setTimeout(\n () => contentContext.onPointerGraceIntentChange(null),\n 300\n );\n } else {\n contentContext.onTriggerLeave(event);\n if (event.defaultPrevented) return;\n contentContext.onPointerGraceIntentChange(null);\n }\n })\n ),\n onKeyDown: composeEventHandlers(props.onKeyDown, (event) => {\n const isTypingAhead = contentContext.searchRef.current !== \"\";\n if (props.disabled || isTypingAhead && event.key === \" \") return;\n if (SUB_OPEN_KEYS[rootContext.dir].includes(event.key)) {\n context.onOpenChange(true);\n context.content?.focus();\n event.preventDefault();\n }\n })\n }\n ) });\n }\n);\nMenuSubTrigger.displayName = SUB_TRIGGER_NAME;\nvar SUB_CONTENT_NAME = \"MenuSubContent\";\nvar MenuSubContent = React.forwardRef(\n (props, forwardedRef) => {\n const portalContext = usePortalContext(CONTENT_NAME, props.__scopeMenu);\n const { forceMount = portalContext.forceMount, ...subContentProps } = props;\n const context = useMenuContext(CONTENT_NAME, props.__scopeMenu);\n const rootContext = useMenuRootContext(CONTENT_NAME, props.__scopeMenu);\n const subContext = useMenuSubContext(SUB_CONTENT_NAME, props.__scopeMenu);\n const ref = React.useRef(null);\n const composedRefs = useComposedRefs(forwardedRef, ref);\n return /* @__PURE__ */ jsx(Collection.Provider, { scope: props.__scopeMenu, children: /* @__PURE__ */ jsx(Presence, { present: forceMount || context.open, children: /* @__PURE__ */ jsx(Collection.Slot, { scope: props.__scopeMenu, children: /* @__PURE__ */ jsx(\n MenuContentImpl,\n {\n id: subContext.contentId,\n \"aria-labelledby\": subContext.triggerId,\n ...subContentProps,\n ref: composedRefs,\n align: \"start\",\n side: rootContext.dir === \"rtl\" ? \"left\" : \"right\",\n disableOutsidePointerEvents: false,\n disableOutsideScroll: false,\n trapFocus: false,\n onOpenAutoFocus: (event) => {\n if (rootContext.isUsingKeyboardRef.current) ref.current?.focus();\n event.preventDefault();\n },\n onCloseAutoFocus: (event) => event.preventDefault(),\n onFocusOutside: composeEventHandlers(props.onFocusOutside, (event) => {\n if (event.target !== subContext.trigger) context.onOpenChange(false);\n }),\n onEscapeKeyDown: composeEventHandlers(props.onEscapeKeyDown, (event) => {\n rootContext.onClose();\n event.preventDefault();\n }),\n onKeyDown: composeEventHandlers(props.onKeyDown, (event) => {\n const isKeyDownInside = event.currentTarget.contains(event.target);\n const isCloseKey = SUB_CLOSE_KEYS[rootContext.dir].includes(event.key);\n if (isKeyDownInside && isCloseKey) {\n context.onOpenChange(false);\n subContext.trigger?.focus();\n event.preventDefault();\n }\n })\n }\n ) }) }) });\n }\n);\nMenuSubContent.displayName = SUB_CONTENT_NAME;\nfunction getOpenState(open) {\n return open ? \"open\" : \"closed\";\n}\nfunction isIndeterminate(checked) {\n return checked === \"indeterminate\";\n}\nfunction getCheckedState(checked) {\n return isIndeterminate(checked) ? \"indeterminate\" : checked ? \"checked\" : \"unchecked\";\n}\nfunction focusFirst(candidates) {\n const PREVIOUSLY_FOCUSED_ELEMENT = document.activeElement;\n for (const candidate of candidates) {\n if (candidate === PREVIOUSLY_FOCUSED_ELEMENT) return;\n candidate.focus();\n if (document.activeElement !== PREVIOUSLY_FOCUSED_ELEMENT) return;\n }\n}\nfunction wrapArray(array, startIndex) {\n return array.map((_, index) => array[(startIndex + index) % array.length]);\n}\nfunction getNextMatch(values, search, currentMatch) {\n const isRepeated = search.length > 1 && Array.from(search).every((char) => char === search[0]);\n const normalizedSearch = isRepeated ? search[0] : search;\n const currentMatchIndex = currentMatch ? values.indexOf(currentMatch) : -1;\n let wrappedValues = wrapArray(values, Math.max(currentMatchIndex, 0));\n const excludeCurrentMatch = normalizedSearch.length === 1;\n if (excludeCurrentMatch) wrappedValues = wrappedValues.filter((v) => v !== currentMatch);\n const nextMatch = wrappedValues.find(\n (value) => value.toLowerCase().startsWith(normalizedSearch.toLowerCase())\n );\n return nextMatch !== currentMatch ? nextMatch : void 0;\n}\nfunction isPointInPolygon(point, polygon) {\n const { x, y } = point;\n let inside = false;\n for (let i = 0, j = polygon.length - 1; i < polygon.length; j = i++) {\n const ii = polygon[i];\n const jj = polygon[j];\n const xi = ii.x;\n const yi = ii.y;\n const xj = jj.x;\n const yj = jj.y;\n const intersect = yi > y !== yj > y && x < (xj - xi) * (y - yi) / (yj - yi) + xi;\n if (intersect) inside = !inside;\n }\n return inside;\n}\nfunction isPointerInGraceArea(event, area) {\n if (!area) return false;\n const cursorPos = { x: event.clientX, y: event.clientY };\n return isPointInPolygon(cursorPos, area);\n}\nfunction whenMouse(handler) {\n return (event) => event.pointerType === \"mouse\" ? handler(event) : void 0;\n}\nvar Root3 = Menu;\nvar Anchor2 = MenuAnchor;\nvar Portal = MenuPortal;\nvar Content2 = MenuContent;\nvar Group = MenuGroup;\nvar Label = MenuLabel;\nvar Item2 = MenuItem;\nvar CheckboxItem = MenuCheckboxItem;\nvar RadioGroup = MenuRadioGroup;\nvar RadioItem = MenuRadioItem;\nvar ItemIndicator = MenuItemIndicator;\nvar Separator = MenuSeparator;\nvar Arrow2 = MenuArrow;\nvar Sub = MenuSub;\nvar SubTrigger = MenuSubTrigger;\nvar SubContent = MenuSubContent;\nexport {\n Anchor2 as Anchor,\n Arrow2 as Arrow,\n CheckboxItem,\n Content2 as Content,\n Group,\n Item2 as Item,\n ItemIndicator,\n Label,\n Menu,\n MenuAnchor,\n MenuArrow,\n MenuCheckboxItem,\n MenuContent,\n MenuGroup,\n MenuItem,\n MenuItemIndicator,\n MenuLabel,\n MenuPortal,\n MenuRadioGroup,\n MenuRadioItem,\n MenuSeparator,\n MenuSub,\n MenuSubContent,\n MenuSubTrigger,\n Portal,\n RadioGroup,\n RadioItem,\n Root3 as Root,\n Separator,\n Sub,\n SubContent,\n SubTrigger,\n createMenuScope\n};\n//# sourceMappingURL=index.mjs.map\n"],"names":["PopperPrimitive.Root","PopperPrimitive.Anchor","PortalPrimitive","RemoveScroll","RovingFocusGroup.Root","PopperPrimitive.Content","RovingFocusGroup.Item","PopperPrimitive.Arrow"],"mappings":"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","x_google_ignoreList":[0,1]}
|
|
1
|
+
{"version":3,"file":"index-OI_tWuLx.js","sources":["../node_modules/@radix-ui/react-menu/node_modules/@radix-ui/react-slot/dist/index.mjs","../node_modules/@radix-ui/react-menu/dist/index.mjs"],"sourcesContent":["// src/slot.tsx\nimport * as React from \"react\";\nimport { composeRefs } from \"@radix-ui/react-compose-refs\";\nimport { Fragment as Fragment2, jsx } from \"react/jsx-runtime\";\n// @__NO_SIDE_EFFECTS__\nfunction createSlot(ownerName) {\n const SlotClone = /* @__PURE__ */ createSlotClone(ownerName);\n const Slot2 = React.forwardRef((props, forwardedRef) => {\n const { children, ...slotProps } = props;\n const childrenArray = React.Children.toArray(children);\n const slottable = childrenArray.find(isSlottable);\n if (slottable) {\n const newElement = slottable.props.children;\n const newChildren = childrenArray.map((child) => {\n if (child === slottable) {\n if (React.Children.count(newElement) > 1) return React.Children.only(null);\n return React.isValidElement(newElement) ? newElement.props.children : null;\n } else {\n return child;\n }\n });\n return /* @__PURE__ */ jsx(SlotClone, { ...slotProps, ref: forwardedRef, children: React.isValidElement(newElement) ? React.cloneElement(newElement, void 0, newChildren) : null });\n }\n return /* @__PURE__ */ jsx(SlotClone, { ...slotProps, ref: forwardedRef, children });\n });\n Slot2.displayName = `${ownerName}.Slot`;\n return Slot2;\n}\nvar Slot = /* @__PURE__ */ createSlot(\"Slot\");\n// @__NO_SIDE_EFFECTS__\nfunction createSlotClone(ownerName) {\n const SlotClone = React.forwardRef((props, forwardedRef) => {\n const { children, ...slotProps } = props;\n if (React.isValidElement(children)) {\n const childrenRef = getElementRef(children);\n const props2 = mergeProps(slotProps, children.props);\n if (children.type !== React.Fragment) {\n props2.ref = forwardedRef ? composeRefs(forwardedRef, childrenRef) : childrenRef;\n }\n return React.cloneElement(children, props2);\n }\n return React.Children.count(children) > 1 ? React.Children.only(null) : null;\n });\n SlotClone.displayName = `${ownerName}.SlotClone`;\n return SlotClone;\n}\nvar SLOTTABLE_IDENTIFIER = Symbol(\"radix.slottable\");\n// @__NO_SIDE_EFFECTS__\nfunction createSlottable(ownerName) {\n const Slottable2 = ({ children }) => {\n return /* @__PURE__ */ jsx(Fragment2, { children });\n };\n Slottable2.displayName = `${ownerName}.Slottable`;\n Slottable2.__radixId = SLOTTABLE_IDENTIFIER;\n return Slottable2;\n}\nvar Slottable = /* @__PURE__ */ createSlottable(\"Slottable\");\nfunction isSlottable(child) {\n return React.isValidElement(child) && typeof child.type === \"function\" && \"__radixId\" in child.type && child.type.__radixId === SLOTTABLE_IDENTIFIER;\n}\nfunction mergeProps(slotProps, childProps) {\n const overrideProps = { ...childProps };\n for (const propName in childProps) {\n const slotPropValue = slotProps[propName];\n const childPropValue = childProps[propName];\n const isHandler = /^on[A-Z]/.test(propName);\n if (isHandler) {\n if (slotPropValue && childPropValue) {\n overrideProps[propName] = (...args) => {\n const result = childPropValue(...args);\n slotPropValue(...args);\n return result;\n };\n } else if (slotPropValue) {\n overrideProps[propName] = slotPropValue;\n }\n } else if (propName === \"style\") {\n overrideProps[propName] = { ...slotPropValue, ...childPropValue };\n } else if (propName === \"className\") {\n overrideProps[propName] = [slotPropValue, childPropValue].filter(Boolean).join(\" \");\n }\n }\n return { ...slotProps, ...overrideProps };\n}\nfunction getElementRef(element) {\n let getter = Object.getOwnPropertyDescriptor(element.props, \"ref\")?.get;\n let mayWarn = getter && \"isReactWarning\" in getter && getter.isReactWarning;\n if (mayWarn) {\n return element.ref;\n }\n getter = Object.getOwnPropertyDescriptor(element, \"ref\")?.get;\n mayWarn = getter && \"isReactWarning\" in getter && getter.isReactWarning;\n if (mayWarn) {\n return element.props.ref;\n }\n return element.props.ref || element.ref;\n}\nexport {\n Slot as Root,\n Slot,\n Slottable,\n createSlot,\n createSlottable\n};\n//# sourceMappingURL=index.mjs.map\n","\"use client\";\n\n// src/menu.tsx\nimport * as React from \"react\";\nimport { composeEventHandlers } from \"@radix-ui/primitive\";\nimport { createCollection } from \"@radix-ui/react-collection\";\nimport { useComposedRefs, composeRefs } from \"@radix-ui/react-compose-refs\";\nimport { createContextScope } from \"@radix-ui/react-context\";\nimport { useDirection } from \"@radix-ui/react-direction\";\nimport { DismissableLayer } from \"@radix-ui/react-dismissable-layer\";\nimport { useFocusGuards } from \"@radix-ui/react-focus-guards\";\nimport { FocusScope } from \"@radix-ui/react-focus-scope\";\nimport { useId } from \"@radix-ui/react-id\";\nimport * as PopperPrimitive from \"@radix-ui/react-popper\";\nimport { createPopperScope } from \"@radix-ui/react-popper\";\nimport { Portal as PortalPrimitive } from \"@radix-ui/react-portal\";\nimport { Presence } from \"@radix-ui/react-presence\";\nimport { Primitive, dispatchDiscreteCustomEvent } from \"@radix-ui/react-primitive\";\nimport * as RovingFocusGroup from \"@radix-ui/react-roving-focus\";\nimport { createRovingFocusGroupScope } from \"@radix-ui/react-roving-focus\";\nimport { createSlot } from \"@radix-ui/react-slot\";\nimport { useCallbackRef } from \"@radix-ui/react-use-callback-ref\";\nimport { hideOthers } from \"aria-hidden\";\nimport { RemoveScroll } from \"react-remove-scroll\";\nimport { jsx } from \"react/jsx-runtime\";\nvar SELECTION_KEYS = [\"Enter\", \" \"];\nvar FIRST_KEYS = [\"ArrowDown\", \"PageUp\", \"Home\"];\nvar LAST_KEYS = [\"ArrowUp\", \"PageDown\", \"End\"];\nvar FIRST_LAST_KEYS = [...FIRST_KEYS, ...LAST_KEYS];\nvar SUB_OPEN_KEYS = {\n ltr: [...SELECTION_KEYS, \"ArrowRight\"],\n rtl: [...SELECTION_KEYS, \"ArrowLeft\"]\n};\nvar SUB_CLOSE_KEYS = {\n ltr: [\"ArrowLeft\"],\n rtl: [\"ArrowRight\"]\n};\nvar MENU_NAME = \"Menu\";\nvar [Collection, useCollection, createCollectionScope] = createCollection(MENU_NAME);\nvar [createMenuContext, createMenuScope] = createContextScope(MENU_NAME, [\n createCollectionScope,\n createPopperScope,\n createRovingFocusGroupScope\n]);\nvar usePopperScope = createPopperScope();\nvar useRovingFocusGroupScope = createRovingFocusGroupScope();\nvar [MenuProvider, useMenuContext] = createMenuContext(MENU_NAME);\nvar [MenuRootProvider, useMenuRootContext] = createMenuContext(MENU_NAME);\nvar Menu = (props) => {\n const { __scopeMenu, open = false, children, dir, onOpenChange, modal = true } = props;\n const popperScope = usePopperScope(__scopeMenu);\n const [content, setContent] = React.useState(null);\n const isUsingKeyboardRef = React.useRef(false);\n const handleOpenChange = useCallbackRef(onOpenChange);\n const direction = useDirection(dir);\n React.useEffect(() => {\n const handleKeyDown = () => {\n isUsingKeyboardRef.current = true;\n document.addEventListener(\"pointerdown\", handlePointer, { capture: true, once: true });\n document.addEventListener(\"pointermove\", handlePointer, { capture: true, once: true });\n };\n const handlePointer = () => isUsingKeyboardRef.current = false;\n document.addEventListener(\"keydown\", handleKeyDown, { capture: true });\n return () => {\n document.removeEventListener(\"keydown\", handleKeyDown, { capture: true });\n document.removeEventListener(\"pointerdown\", handlePointer, { capture: true });\n document.removeEventListener(\"pointermove\", handlePointer, { capture: true });\n };\n }, []);\n return /* @__PURE__ */ jsx(PopperPrimitive.Root, { ...popperScope, children: /* @__PURE__ */ jsx(\n MenuProvider,\n {\n scope: __scopeMenu,\n open,\n onOpenChange: handleOpenChange,\n content,\n onContentChange: setContent,\n children: /* @__PURE__ */ jsx(\n MenuRootProvider,\n {\n scope: __scopeMenu,\n onClose: React.useCallback(() => handleOpenChange(false), [handleOpenChange]),\n isUsingKeyboardRef,\n dir: direction,\n modal,\n children\n }\n )\n }\n ) });\n};\nMenu.displayName = MENU_NAME;\nvar ANCHOR_NAME = \"MenuAnchor\";\nvar MenuAnchor = React.forwardRef(\n (props, forwardedRef) => {\n const { __scopeMenu, ...anchorProps } = props;\n const popperScope = usePopperScope(__scopeMenu);\n return /* @__PURE__ */ jsx(PopperPrimitive.Anchor, { ...popperScope, ...anchorProps, ref: forwardedRef });\n }\n);\nMenuAnchor.displayName = ANCHOR_NAME;\nvar PORTAL_NAME = \"MenuPortal\";\nvar [PortalProvider, usePortalContext] = createMenuContext(PORTAL_NAME, {\n forceMount: void 0\n});\nvar MenuPortal = (props) => {\n const { __scopeMenu, forceMount, children, container } = props;\n const context = useMenuContext(PORTAL_NAME, __scopeMenu);\n return /* @__PURE__ */ jsx(PortalProvider, { scope: __scopeMenu, forceMount, children: /* @__PURE__ */ jsx(Presence, { present: forceMount || context.open, children: /* @__PURE__ */ jsx(PortalPrimitive, { asChild: true, container, children }) }) });\n};\nMenuPortal.displayName = PORTAL_NAME;\nvar CONTENT_NAME = \"MenuContent\";\nvar [MenuContentProvider, useMenuContentContext] = createMenuContext(CONTENT_NAME);\nvar MenuContent = React.forwardRef(\n (props, forwardedRef) => {\n const portalContext = usePortalContext(CONTENT_NAME, props.__scopeMenu);\n const { forceMount = portalContext.forceMount, ...contentProps } = props;\n const context = useMenuContext(CONTENT_NAME, props.__scopeMenu);\n const rootContext = useMenuRootContext(CONTENT_NAME, props.__scopeMenu);\n return /* @__PURE__ */ jsx(Collection.Provider, { scope: props.__scopeMenu, children: /* @__PURE__ */ jsx(Presence, { present: forceMount || context.open, children: /* @__PURE__ */ jsx(Collection.Slot, { scope: props.__scopeMenu, children: rootContext.modal ? /* @__PURE__ */ jsx(MenuRootContentModal, { ...contentProps, ref: forwardedRef }) : /* @__PURE__ */ jsx(MenuRootContentNonModal, { ...contentProps, ref: forwardedRef }) }) }) });\n }\n);\nvar MenuRootContentModal = React.forwardRef(\n (props, forwardedRef) => {\n const context = useMenuContext(CONTENT_NAME, props.__scopeMenu);\n const ref = React.useRef(null);\n const composedRefs = useComposedRefs(forwardedRef, ref);\n React.useEffect(() => {\n const content = ref.current;\n if (content) return hideOthers(content);\n }, []);\n return /* @__PURE__ */ jsx(\n MenuContentImpl,\n {\n ...props,\n ref: composedRefs,\n trapFocus: context.open,\n disableOutsidePointerEvents: context.open,\n disableOutsideScroll: true,\n onFocusOutside: composeEventHandlers(\n props.onFocusOutside,\n (event) => event.preventDefault(),\n { checkForDefaultPrevented: false }\n ),\n onDismiss: () => context.onOpenChange(false)\n }\n );\n }\n);\nvar MenuRootContentNonModal = React.forwardRef((props, forwardedRef) => {\n const context = useMenuContext(CONTENT_NAME, props.__scopeMenu);\n return /* @__PURE__ */ jsx(\n MenuContentImpl,\n {\n ...props,\n ref: forwardedRef,\n trapFocus: false,\n disableOutsidePointerEvents: false,\n disableOutsideScroll: false,\n onDismiss: () => context.onOpenChange(false)\n }\n );\n});\nvar Slot = createSlot(\"MenuContent.ScrollLock\");\nvar MenuContentImpl = React.forwardRef(\n (props, forwardedRef) => {\n const {\n __scopeMenu,\n loop = false,\n trapFocus,\n onOpenAutoFocus,\n onCloseAutoFocus,\n disableOutsidePointerEvents,\n onEntryFocus,\n onEscapeKeyDown,\n onPointerDownOutside,\n onFocusOutside,\n onInteractOutside,\n onDismiss,\n disableOutsideScroll,\n ...contentProps\n } = props;\n const context = useMenuContext(CONTENT_NAME, __scopeMenu);\n const rootContext = useMenuRootContext(CONTENT_NAME, __scopeMenu);\n const popperScope = usePopperScope(__scopeMenu);\n const rovingFocusGroupScope = useRovingFocusGroupScope(__scopeMenu);\n const getItems = useCollection(__scopeMenu);\n const [currentItemId, setCurrentItemId] = React.useState(null);\n const contentRef = React.useRef(null);\n const composedRefs = useComposedRefs(forwardedRef, contentRef, context.onContentChange);\n const timerRef = React.useRef(0);\n const searchRef = React.useRef(\"\");\n const pointerGraceTimerRef = React.useRef(0);\n const pointerGraceIntentRef = React.useRef(null);\n const pointerDirRef = React.useRef(\"right\");\n const lastPointerXRef = React.useRef(0);\n const ScrollLockWrapper = disableOutsideScroll ? RemoveScroll : React.Fragment;\n const scrollLockWrapperProps = disableOutsideScroll ? { as: Slot, allowPinchZoom: true } : void 0;\n const handleTypeaheadSearch = (key) => {\n const search = searchRef.current + key;\n const items = getItems().filter((item) => !item.disabled);\n const currentItem = document.activeElement;\n const currentMatch = items.find((item) => item.ref.current === currentItem)?.textValue;\n const values = items.map((item) => item.textValue);\n const nextMatch = getNextMatch(values, search, currentMatch);\n const newItem = items.find((item) => item.textValue === nextMatch)?.ref.current;\n (function updateSearch(value) {\n searchRef.current = value;\n window.clearTimeout(timerRef.current);\n if (value !== \"\") timerRef.current = window.setTimeout(() => updateSearch(\"\"), 1e3);\n })(search);\n if (newItem) {\n setTimeout(() => newItem.focus());\n }\n };\n React.useEffect(() => {\n return () => window.clearTimeout(timerRef.current);\n }, []);\n useFocusGuards();\n const isPointerMovingToSubmenu = React.useCallback((event) => {\n const isMovingTowards = pointerDirRef.current === pointerGraceIntentRef.current?.side;\n return isMovingTowards && isPointerInGraceArea(event, pointerGraceIntentRef.current?.area);\n }, []);\n return /* @__PURE__ */ jsx(\n MenuContentProvider,\n {\n scope: __scopeMenu,\n searchRef,\n onItemEnter: React.useCallback(\n (event) => {\n if (isPointerMovingToSubmenu(event)) event.preventDefault();\n },\n [isPointerMovingToSubmenu]\n ),\n onItemLeave: React.useCallback(\n (event) => {\n if (isPointerMovingToSubmenu(event)) return;\n contentRef.current?.focus();\n setCurrentItemId(null);\n },\n [isPointerMovingToSubmenu]\n ),\n onTriggerLeave: React.useCallback(\n (event) => {\n if (isPointerMovingToSubmenu(event)) event.preventDefault();\n },\n [isPointerMovingToSubmenu]\n ),\n pointerGraceTimerRef,\n onPointerGraceIntentChange: React.useCallback((intent) => {\n pointerGraceIntentRef.current = intent;\n }, []),\n children: /* @__PURE__ */ jsx(ScrollLockWrapper, { ...scrollLockWrapperProps, children: /* @__PURE__ */ jsx(\n FocusScope,\n {\n asChild: true,\n trapped: trapFocus,\n onMountAutoFocus: composeEventHandlers(onOpenAutoFocus, (event) => {\n event.preventDefault();\n contentRef.current?.focus({ preventScroll: true });\n }),\n onUnmountAutoFocus: onCloseAutoFocus,\n children: /* @__PURE__ */ jsx(\n DismissableLayer,\n {\n asChild: true,\n disableOutsidePointerEvents,\n onEscapeKeyDown,\n onPointerDownOutside,\n onFocusOutside,\n onInteractOutside,\n onDismiss,\n children: /* @__PURE__ */ jsx(\n RovingFocusGroup.Root,\n {\n asChild: true,\n ...rovingFocusGroupScope,\n dir: rootContext.dir,\n orientation: \"vertical\",\n loop,\n currentTabStopId: currentItemId,\n onCurrentTabStopIdChange: setCurrentItemId,\n onEntryFocus: composeEventHandlers(onEntryFocus, (event) => {\n if (!rootContext.isUsingKeyboardRef.current) event.preventDefault();\n }),\n preventScrollOnEntryFocus: true,\n children: /* @__PURE__ */ jsx(\n PopperPrimitive.Content,\n {\n role: \"menu\",\n \"aria-orientation\": \"vertical\",\n \"data-state\": getOpenState(context.open),\n \"data-radix-menu-content\": \"\",\n dir: rootContext.dir,\n ...popperScope,\n ...contentProps,\n ref: composedRefs,\n style: { outline: \"none\", ...contentProps.style },\n onKeyDown: composeEventHandlers(contentProps.onKeyDown, (event) => {\n const target = event.target;\n const isKeyDownInside = target.closest(\"[data-radix-menu-content]\") === event.currentTarget;\n const isModifierKey = event.ctrlKey || event.altKey || event.metaKey;\n const isCharacterKey = event.key.length === 1;\n if (isKeyDownInside) {\n if (event.key === \"Tab\") event.preventDefault();\n if (!isModifierKey && isCharacterKey) handleTypeaheadSearch(event.key);\n }\n const content = contentRef.current;\n if (event.target !== content) return;\n if (!FIRST_LAST_KEYS.includes(event.key)) return;\n event.preventDefault();\n const items = getItems().filter((item) => !item.disabled);\n const candidateNodes = items.map((item) => item.ref.current);\n if (LAST_KEYS.includes(event.key)) candidateNodes.reverse();\n focusFirst(candidateNodes);\n }),\n onBlur: composeEventHandlers(props.onBlur, (event) => {\n if (!event.currentTarget.contains(event.target)) {\n window.clearTimeout(timerRef.current);\n searchRef.current = \"\";\n }\n }),\n onPointerMove: composeEventHandlers(\n props.onPointerMove,\n whenMouse((event) => {\n const target = event.target;\n const pointerXHasChanged = lastPointerXRef.current !== event.clientX;\n if (event.currentTarget.contains(target) && pointerXHasChanged) {\n const newDir = event.clientX > lastPointerXRef.current ? \"right\" : \"left\";\n pointerDirRef.current = newDir;\n lastPointerXRef.current = event.clientX;\n }\n })\n )\n }\n )\n }\n )\n }\n )\n }\n ) })\n }\n );\n }\n);\nMenuContent.displayName = CONTENT_NAME;\nvar GROUP_NAME = \"MenuGroup\";\nvar MenuGroup = React.forwardRef(\n (props, forwardedRef) => {\n const { __scopeMenu, ...groupProps } = props;\n return /* @__PURE__ */ jsx(Primitive.div, { role: \"group\", ...groupProps, ref: forwardedRef });\n }\n);\nMenuGroup.displayName = GROUP_NAME;\nvar LABEL_NAME = \"MenuLabel\";\nvar MenuLabel = React.forwardRef(\n (props, forwardedRef) => {\n const { __scopeMenu, ...labelProps } = props;\n return /* @__PURE__ */ jsx(Primitive.div, { ...labelProps, ref: forwardedRef });\n }\n);\nMenuLabel.displayName = LABEL_NAME;\nvar ITEM_NAME = \"MenuItem\";\nvar ITEM_SELECT = \"menu.itemSelect\";\nvar MenuItem = React.forwardRef(\n (props, forwardedRef) => {\n const { disabled = false, onSelect, ...itemProps } = props;\n const ref = React.useRef(null);\n const rootContext = useMenuRootContext(ITEM_NAME, props.__scopeMenu);\n const contentContext = useMenuContentContext(ITEM_NAME, props.__scopeMenu);\n const composedRefs = useComposedRefs(forwardedRef, ref);\n const isPointerDownRef = React.useRef(false);\n const handleSelect = () => {\n const menuItem = ref.current;\n if (!disabled && menuItem) {\n const itemSelectEvent = new CustomEvent(ITEM_SELECT, { bubbles: true, cancelable: true });\n menuItem.addEventListener(ITEM_SELECT, (event) => onSelect?.(event), { once: true });\n dispatchDiscreteCustomEvent(menuItem, itemSelectEvent);\n if (itemSelectEvent.defaultPrevented) {\n isPointerDownRef.current = false;\n } else {\n rootContext.onClose();\n }\n }\n };\n return /* @__PURE__ */ jsx(\n MenuItemImpl,\n {\n ...itemProps,\n ref: composedRefs,\n disabled,\n onClick: composeEventHandlers(props.onClick, handleSelect),\n onPointerDown: (event) => {\n props.onPointerDown?.(event);\n isPointerDownRef.current = true;\n },\n onPointerUp: composeEventHandlers(props.onPointerUp, (event) => {\n if (!isPointerDownRef.current) event.currentTarget?.click();\n }),\n onKeyDown: composeEventHandlers(props.onKeyDown, (event) => {\n const isTypingAhead = contentContext.searchRef.current !== \"\";\n if (disabled || isTypingAhead && event.key === \" \") return;\n if (SELECTION_KEYS.includes(event.key)) {\n event.currentTarget.click();\n event.preventDefault();\n }\n })\n }\n );\n }\n);\nMenuItem.displayName = ITEM_NAME;\nvar MenuItemImpl = React.forwardRef(\n (props, forwardedRef) => {\n const { __scopeMenu, disabled = false, textValue, ...itemProps } = props;\n const contentContext = useMenuContentContext(ITEM_NAME, __scopeMenu);\n const rovingFocusGroupScope = useRovingFocusGroupScope(__scopeMenu);\n const ref = React.useRef(null);\n const composedRefs = useComposedRefs(forwardedRef, ref);\n const [isFocused, setIsFocused] = React.useState(false);\n const [textContent, setTextContent] = React.useState(\"\");\n React.useEffect(() => {\n const menuItem = ref.current;\n if (menuItem) {\n setTextContent((menuItem.textContent ?? \"\").trim());\n }\n }, [itemProps.children]);\n return /* @__PURE__ */ jsx(\n Collection.ItemSlot,\n {\n scope: __scopeMenu,\n disabled,\n textValue: textValue ?? textContent,\n children: /* @__PURE__ */ jsx(RovingFocusGroup.Item, { asChild: true, ...rovingFocusGroupScope, focusable: !disabled, children: /* @__PURE__ */ jsx(\n Primitive.div,\n {\n role: \"menuitem\",\n \"data-highlighted\": isFocused ? \"\" : void 0,\n \"aria-disabled\": disabled || void 0,\n \"data-disabled\": disabled ? \"\" : void 0,\n ...itemProps,\n ref: composedRefs,\n onPointerMove: composeEventHandlers(\n props.onPointerMove,\n whenMouse((event) => {\n if (disabled) {\n contentContext.onItemLeave(event);\n } else {\n contentContext.onItemEnter(event);\n if (!event.defaultPrevented) {\n const item = event.currentTarget;\n item.focus({ preventScroll: true });\n }\n }\n })\n ),\n onPointerLeave: composeEventHandlers(\n props.onPointerLeave,\n whenMouse((event) => contentContext.onItemLeave(event))\n ),\n onFocus: composeEventHandlers(props.onFocus, () => setIsFocused(true)),\n onBlur: composeEventHandlers(props.onBlur, () => setIsFocused(false))\n }\n ) })\n }\n );\n }\n);\nvar CHECKBOX_ITEM_NAME = \"MenuCheckboxItem\";\nvar MenuCheckboxItem = React.forwardRef(\n (props, forwardedRef) => {\n const { checked = false, onCheckedChange, ...checkboxItemProps } = props;\n return /* @__PURE__ */ jsx(ItemIndicatorProvider, { scope: props.__scopeMenu, checked, children: /* @__PURE__ */ jsx(\n MenuItem,\n {\n role: \"menuitemcheckbox\",\n \"aria-checked\": isIndeterminate(checked) ? \"mixed\" : checked,\n ...checkboxItemProps,\n ref: forwardedRef,\n \"data-state\": getCheckedState(checked),\n onSelect: composeEventHandlers(\n checkboxItemProps.onSelect,\n () => onCheckedChange?.(isIndeterminate(checked) ? true : !checked),\n { checkForDefaultPrevented: false }\n )\n }\n ) });\n }\n);\nMenuCheckboxItem.displayName = CHECKBOX_ITEM_NAME;\nvar RADIO_GROUP_NAME = \"MenuRadioGroup\";\nvar [RadioGroupProvider, useRadioGroupContext] = createMenuContext(\n RADIO_GROUP_NAME,\n { value: void 0, onValueChange: () => {\n } }\n);\nvar MenuRadioGroup = React.forwardRef(\n (props, forwardedRef) => {\n const { value, onValueChange, ...groupProps } = props;\n const handleValueChange = useCallbackRef(onValueChange);\n return /* @__PURE__ */ jsx(RadioGroupProvider, { scope: props.__scopeMenu, value, onValueChange: handleValueChange, children: /* @__PURE__ */ jsx(MenuGroup, { ...groupProps, ref: forwardedRef }) });\n }\n);\nMenuRadioGroup.displayName = RADIO_GROUP_NAME;\nvar RADIO_ITEM_NAME = \"MenuRadioItem\";\nvar MenuRadioItem = React.forwardRef(\n (props, forwardedRef) => {\n const { value, ...radioItemProps } = props;\n const context = useRadioGroupContext(RADIO_ITEM_NAME, props.__scopeMenu);\n const checked = value === context.value;\n return /* @__PURE__ */ jsx(ItemIndicatorProvider, { scope: props.__scopeMenu, checked, children: /* @__PURE__ */ jsx(\n MenuItem,\n {\n role: \"menuitemradio\",\n \"aria-checked\": checked,\n ...radioItemProps,\n ref: forwardedRef,\n \"data-state\": getCheckedState(checked),\n onSelect: composeEventHandlers(\n radioItemProps.onSelect,\n () => context.onValueChange?.(value),\n { checkForDefaultPrevented: false }\n )\n }\n ) });\n }\n);\nMenuRadioItem.displayName = RADIO_ITEM_NAME;\nvar ITEM_INDICATOR_NAME = \"MenuItemIndicator\";\nvar [ItemIndicatorProvider, useItemIndicatorContext] = createMenuContext(\n ITEM_INDICATOR_NAME,\n { checked: false }\n);\nvar MenuItemIndicator = React.forwardRef(\n (props, forwardedRef) => {\n const { __scopeMenu, forceMount, ...itemIndicatorProps } = props;\n const indicatorContext = useItemIndicatorContext(ITEM_INDICATOR_NAME, __scopeMenu);\n return /* @__PURE__ */ jsx(\n Presence,\n {\n present: forceMount || isIndeterminate(indicatorContext.checked) || indicatorContext.checked === true,\n children: /* @__PURE__ */ jsx(\n Primitive.span,\n {\n ...itemIndicatorProps,\n ref: forwardedRef,\n \"data-state\": getCheckedState(indicatorContext.checked)\n }\n )\n }\n );\n }\n);\nMenuItemIndicator.displayName = ITEM_INDICATOR_NAME;\nvar SEPARATOR_NAME = \"MenuSeparator\";\nvar MenuSeparator = React.forwardRef(\n (props, forwardedRef) => {\n const { __scopeMenu, ...separatorProps } = props;\n return /* @__PURE__ */ jsx(\n Primitive.div,\n {\n role: \"separator\",\n \"aria-orientation\": \"horizontal\",\n ...separatorProps,\n ref: forwardedRef\n }\n );\n }\n);\nMenuSeparator.displayName = SEPARATOR_NAME;\nvar ARROW_NAME = \"MenuArrow\";\nvar MenuArrow = React.forwardRef(\n (props, forwardedRef) => {\n const { __scopeMenu, ...arrowProps } = props;\n const popperScope = usePopperScope(__scopeMenu);\n return /* @__PURE__ */ jsx(PopperPrimitive.Arrow, { ...popperScope, ...arrowProps, ref: forwardedRef });\n }\n);\nMenuArrow.displayName = ARROW_NAME;\nvar SUB_NAME = \"MenuSub\";\nvar [MenuSubProvider, useMenuSubContext] = createMenuContext(SUB_NAME);\nvar MenuSub = (props) => {\n const { __scopeMenu, children, open = false, onOpenChange } = props;\n const parentMenuContext = useMenuContext(SUB_NAME, __scopeMenu);\n const popperScope = usePopperScope(__scopeMenu);\n const [trigger, setTrigger] = React.useState(null);\n const [content, setContent] = React.useState(null);\n const handleOpenChange = useCallbackRef(onOpenChange);\n React.useEffect(() => {\n if (parentMenuContext.open === false) handleOpenChange(false);\n return () => handleOpenChange(false);\n }, [parentMenuContext.open, handleOpenChange]);\n return /* @__PURE__ */ jsx(PopperPrimitive.Root, { ...popperScope, children: /* @__PURE__ */ jsx(\n MenuProvider,\n {\n scope: __scopeMenu,\n open,\n onOpenChange: handleOpenChange,\n content,\n onContentChange: setContent,\n children: /* @__PURE__ */ jsx(\n MenuSubProvider,\n {\n scope: __scopeMenu,\n contentId: useId(),\n triggerId: useId(),\n trigger,\n onTriggerChange: setTrigger,\n children\n }\n )\n }\n ) });\n};\nMenuSub.displayName = SUB_NAME;\nvar SUB_TRIGGER_NAME = \"MenuSubTrigger\";\nvar MenuSubTrigger = React.forwardRef(\n (props, forwardedRef) => {\n const context = useMenuContext(SUB_TRIGGER_NAME, props.__scopeMenu);\n const rootContext = useMenuRootContext(SUB_TRIGGER_NAME, props.__scopeMenu);\n const subContext = useMenuSubContext(SUB_TRIGGER_NAME, props.__scopeMenu);\n const contentContext = useMenuContentContext(SUB_TRIGGER_NAME, props.__scopeMenu);\n const openTimerRef = React.useRef(null);\n const { pointerGraceTimerRef, onPointerGraceIntentChange } = contentContext;\n const scope = { __scopeMenu: props.__scopeMenu };\n const clearOpenTimer = React.useCallback(() => {\n if (openTimerRef.current) window.clearTimeout(openTimerRef.current);\n openTimerRef.current = null;\n }, []);\n React.useEffect(() => clearOpenTimer, [clearOpenTimer]);\n React.useEffect(() => {\n const pointerGraceTimer = pointerGraceTimerRef.current;\n return () => {\n window.clearTimeout(pointerGraceTimer);\n onPointerGraceIntentChange(null);\n };\n }, [pointerGraceTimerRef, onPointerGraceIntentChange]);\n return /* @__PURE__ */ jsx(MenuAnchor, { asChild: true, ...scope, children: /* @__PURE__ */ jsx(\n MenuItemImpl,\n {\n id: subContext.triggerId,\n \"aria-haspopup\": \"menu\",\n \"aria-expanded\": context.open,\n \"aria-controls\": subContext.contentId,\n \"data-state\": getOpenState(context.open),\n ...props,\n ref: composeRefs(forwardedRef, subContext.onTriggerChange),\n onClick: (event) => {\n props.onClick?.(event);\n if (props.disabled || event.defaultPrevented) return;\n event.currentTarget.focus();\n if (!context.open) context.onOpenChange(true);\n },\n onPointerMove: composeEventHandlers(\n props.onPointerMove,\n whenMouse((event) => {\n contentContext.onItemEnter(event);\n if (event.defaultPrevented) return;\n if (!props.disabled && !context.open && !openTimerRef.current) {\n contentContext.onPointerGraceIntentChange(null);\n openTimerRef.current = window.setTimeout(() => {\n context.onOpenChange(true);\n clearOpenTimer();\n }, 100);\n }\n })\n ),\n onPointerLeave: composeEventHandlers(\n props.onPointerLeave,\n whenMouse((event) => {\n clearOpenTimer();\n const contentRect = context.content?.getBoundingClientRect();\n if (contentRect) {\n const side = context.content?.dataset.side;\n const rightSide = side === \"right\";\n const bleed = rightSide ? -5 : 5;\n const contentNearEdge = contentRect[rightSide ? \"left\" : \"right\"];\n const contentFarEdge = contentRect[rightSide ? \"right\" : \"left\"];\n contentContext.onPointerGraceIntentChange({\n area: [\n // Apply a bleed on clientX to ensure that our exit point is\n // consistently within polygon bounds\n { x: event.clientX + bleed, y: event.clientY },\n { x: contentNearEdge, y: contentRect.top },\n { x: contentFarEdge, y: contentRect.top },\n { x: contentFarEdge, y: contentRect.bottom },\n { x: contentNearEdge, y: contentRect.bottom }\n ],\n side\n });\n window.clearTimeout(pointerGraceTimerRef.current);\n pointerGraceTimerRef.current = window.setTimeout(\n () => contentContext.onPointerGraceIntentChange(null),\n 300\n );\n } else {\n contentContext.onTriggerLeave(event);\n if (event.defaultPrevented) return;\n contentContext.onPointerGraceIntentChange(null);\n }\n })\n ),\n onKeyDown: composeEventHandlers(props.onKeyDown, (event) => {\n const isTypingAhead = contentContext.searchRef.current !== \"\";\n if (props.disabled || isTypingAhead && event.key === \" \") return;\n if (SUB_OPEN_KEYS[rootContext.dir].includes(event.key)) {\n context.onOpenChange(true);\n context.content?.focus();\n event.preventDefault();\n }\n })\n }\n ) });\n }\n);\nMenuSubTrigger.displayName = SUB_TRIGGER_NAME;\nvar SUB_CONTENT_NAME = \"MenuSubContent\";\nvar MenuSubContent = React.forwardRef(\n (props, forwardedRef) => {\n const portalContext = usePortalContext(CONTENT_NAME, props.__scopeMenu);\n const { forceMount = portalContext.forceMount, ...subContentProps } = props;\n const context = useMenuContext(CONTENT_NAME, props.__scopeMenu);\n const rootContext = useMenuRootContext(CONTENT_NAME, props.__scopeMenu);\n const subContext = useMenuSubContext(SUB_CONTENT_NAME, props.__scopeMenu);\n const ref = React.useRef(null);\n const composedRefs = useComposedRefs(forwardedRef, ref);\n return /* @__PURE__ */ jsx(Collection.Provider, { scope: props.__scopeMenu, children: /* @__PURE__ */ jsx(Presence, { present: forceMount || context.open, children: /* @__PURE__ */ jsx(Collection.Slot, { scope: props.__scopeMenu, children: /* @__PURE__ */ jsx(\n MenuContentImpl,\n {\n id: subContext.contentId,\n \"aria-labelledby\": subContext.triggerId,\n ...subContentProps,\n ref: composedRefs,\n align: \"start\",\n side: rootContext.dir === \"rtl\" ? \"left\" : \"right\",\n disableOutsidePointerEvents: false,\n disableOutsideScroll: false,\n trapFocus: false,\n onOpenAutoFocus: (event) => {\n if (rootContext.isUsingKeyboardRef.current) ref.current?.focus();\n event.preventDefault();\n },\n onCloseAutoFocus: (event) => event.preventDefault(),\n onFocusOutside: composeEventHandlers(props.onFocusOutside, (event) => {\n if (event.target !== subContext.trigger) context.onOpenChange(false);\n }),\n onEscapeKeyDown: composeEventHandlers(props.onEscapeKeyDown, (event) => {\n rootContext.onClose();\n event.preventDefault();\n }),\n onKeyDown: composeEventHandlers(props.onKeyDown, (event) => {\n const isKeyDownInside = event.currentTarget.contains(event.target);\n const isCloseKey = SUB_CLOSE_KEYS[rootContext.dir].includes(event.key);\n if (isKeyDownInside && isCloseKey) {\n context.onOpenChange(false);\n subContext.trigger?.focus();\n event.preventDefault();\n }\n })\n }\n ) }) }) });\n }\n);\nMenuSubContent.displayName = SUB_CONTENT_NAME;\nfunction getOpenState(open) {\n return open ? \"open\" : \"closed\";\n}\nfunction isIndeterminate(checked) {\n return checked === \"indeterminate\";\n}\nfunction getCheckedState(checked) {\n return isIndeterminate(checked) ? \"indeterminate\" : checked ? \"checked\" : \"unchecked\";\n}\nfunction focusFirst(candidates) {\n const PREVIOUSLY_FOCUSED_ELEMENT = document.activeElement;\n for (const candidate of candidates) {\n if (candidate === PREVIOUSLY_FOCUSED_ELEMENT) return;\n candidate.focus();\n if (document.activeElement !== PREVIOUSLY_FOCUSED_ELEMENT) return;\n }\n}\nfunction wrapArray(array, startIndex) {\n return array.map((_, index) => array[(startIndex + index) % array.length]);\n}\nfunction getNextMatch(values, search, currentMatch) {\n const isRepeated = search.length > 1 && Array.from(search).every((char) => char === search[0]);\n const normalizedSearch = isRepeated ? search[0] : search;\n const currentMatchIndex = currentMatch ? values.indexOf(currentMatch) : -1;\n let wrappedValues = wrapArray(values, Math.max(currentMatchIndex, 0));\n const excludeCurrentMatch = normalizedSearch.length === 1;\n if (excludeCurrentMatch) wrappedValues = wrappedValues.filter((v) => v !== currentMatch);\n const nextMatch = wrappedValues.find(\n (value) => value.toLowerCase().startsWith(normalizedSearch.toLowerCase())\n );\n return nextMatch !== currentMatch ? nextMatch : void 0;\n}\nfunction isPointInPolygon(point, polygon) {\n const { x, y } = point;\n let inside = false;\n for (let i = 0, j = polygon.length - 1; i < polygon.length; j = i++) {\n const ii = polygon[i];\n const jj = polygon[j];\n const xi = ii.x;\n const yi = ii.y;\n const xj = jj.x;\n const yj = jj.y;\n const intersect = yi > y !== yj > y && x < (xj - xi) * (y - yi) / (yj - yi) + xi;\n if (intersect) inside = !inside;\n }\n return inside;\n}\nfunction isPointerInGraceArea(event, area) {\n if (!area) return false;\n const cursorPos = { x: event.clientX, y: event.clientY };\n return isPointInPolygon(cursorPos, area);\n}\nfunction whenMouse(handler) {\n return (event) => event.pointerType === \"mouse\" ? handler(event) : void 0;\n}\nvar Root3 = Menu;\nvar Anchor2 = MenuAnchor;\nvar Portal = MenuPortal;\nvar Content2 = MenuContent;\nvar Group = MenuGroup;\nvar Label = MenuLabel;\nvar Item2 = MenuItem;\nvar CheckboxItem = MenuCheckboxItem;\nvar RadioGroup = MenuRadioGroup;\nvar RadioItem = MenuRadioItem;\nvar ItemIndicator = MenuItemIndicator;\nvar Separator = MenuSeparator;\nvar Arrow2 = MenuArrow;\nvar Sub = MenuSub;\nvar SubTrigger = MenuSubTrigger;\nvar SubContent = MenuSubContent;\nexport {\n Anchor2 as Anchor,\n Arrow2 as Arrow,\n CheckboxItem,\n Content2 as Content,\n Group,\n Item2 as Item,\n ItemIndicator,\n Label,\n Menu,\n MenuAnchor,\n MenuArrow,\n MenuCheckboxItem,\n MenuContent,\n MenuGroup,\n MenuItem,\n MenuItemIndicator,\n MenuLabel,\n MenuPortal,\n MenuRadioGroup,\n MenuRadioItem,\n MenuSeparator,\n MenuSub,\n MenuSubContent,\n MenuSubTrigger,\n Portal,\n RadioGroup,\n RadioItem,\n Root3 as Root,\n Separator,\n Sub,\n SubContent,\n SubTrigger,\n createMenuScope\n};\n//# sourceMappingURL=index.mjs.map\n"],"names":["PopperPrimitive.Root","PopperPrimitive.Anchor","PortalPrimitive","RemoveScroll","RovingFocusGroup.Root","PopperPrimitive.Content","RovingFocusGroup.Item","PopperPrimitive.Arrow"],"mappings":"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","x_google_ignoreList":[0,1]}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { jsx } from 'react/jsx-runtime';
|
|
3
|
+
|
|
4
|
+
// packages/react/direction/src/direction.tsx
|
|
5
|
+
var DirectionContext = React.createContext(void 0);
|
|
6
|
+
var DirectionProvider = (props) => {
|
|
7
|
+
const { dir, children } = props;
|
|
8
|
+
return /* @__PURE__ */ jsx(DirectionContext.Provider, { value: dir, children });
|
|
9
|
+
};
|
|
10
|
+
function useDirection(localDir) {
|
|
11
|
+
const globalDir = React.useContext(DirectionContext);
|
|
12
|
+
return localDir || globalDir || "ltr";
|
|
13
|
+
}
|
|
14
|
+
var Provider = DirectionProvider;
|
|
15
|
+
|
|
16
|
+
export { Provider as P, useDirection as u };
|
|
17
|
+
//# sourceMappingURL=index-d0BBQf5t.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index-
|
|
1
|
+
{"version":3,"file":"index-d0BBQf5t.js","sources":["../node_modules/@radix-ui/react-direction/dist/index.mjs"],"sourcesContent":["// packages/react/direction/src/direction.tsx\nimport * as React from \"react\";\nimport { jsx } from \"react/jsx-runtime\";\nvar DirectionContext = React.createContext(void 0);\nvar DirectionProvider = (props) => {\n const { dir, children } = props;\n return /* @__PURE__ */ jsx(DirectionContext.Provider, { value: dir, children });\n};\nfunction useDirection(localDir) {\n const globalDir = React.useContext(DirectionContext);\n return localDir || globalDir || \"ltr\";\n}\nvar Provider = DirectionProvider;\nexport {\n DirectionProvider,\n Provider,\n useDirection\n};\n//# sourceMappingURL=index.mjs.map\n"],"names":[],"mappings":";;;AAAA;AAGA,IAAI,gBAAgB,GAAG,KAAK,CAAC,aAAa,CAAC,MAAM,CAAC;AAClD,IAAI,iBAAiB,GAAG,CAAC,KAAK,KAAK;AACnC,EAAE,MAAM,EAAE,GAAG,EAAE,QAAQ,EAAE,GAAG,KAAK;AACjC,EAAE,uBAAuB,GAAG,CAAC,gBAAgB,CAAC,QAAQ,EAAE,EAAE,KAAK,EAAE,GAAG,EAAE,QAAQ,EAAE,CAAC;AACjF,CAAC;AACD,SAAS,YAAY,CAAC,QAAQ,EAAE;AAChC,EAAE,MAAM,SAAS,GAAG,KAAK,CAAC,UAAU,CAAC,gBAAgB,CAAC;AACtD,EAAE,OAAO,QAAQ,IAAI,SAAS,IAAI,KAAK;AACvC;AACG,IAAC,QAAQ,GAAG;;;;","x_google_ignoreList":[0]}
|
package/dist/index.js
CHANGED
|
@@ -59,7 +59,7 @@ import 'react-dom';
|
|
|
59
59
|
import './index-0o2E3Cnw.js';
|
|
60
60
|
import './index-yFgkK_AM.js';
|
|
61
61
|
import './index-zW4GjM5L.js';
|
|
62
|
-
import './index-
|
|
62
|
+
import './index-d0BBQf5t.js';
|
|
63
63
|
import 'react-i18next';
|
|
64
64
|
import './primitives/Dialog.js';
|
|
65
65
|
import './button-B-i8E7ah.js';
|
|
@@ -103,8 +103,8 @@ import './primitives/ScrollArea.js';
|
|
|
103
103
|
import './index-BfAAoDv6.js';
|
|
104
104
|
import 'i18next';
|
|
105
105
|
import './primitives/DropdownMenu.js';
|
|
106
|
-
import './index-
|
|
107
|
-
import './index-
|
|
106
|
+
import './index-OI_tWuLx.js';
|
|
107
|
+
import './index-DT56XkyA.js';
|
|
108
108
|
import './primitives/ButtonGroup.js';
|
|
109
109
|
import './primitives/Empty.js';
|
|
110
110
|
import './primitives/InputGroup.js';
|
|
@@ -11,7 +11,7 @@ import { u as useControllableState } from '../index-Cor698lu.js';
|
|
|
11
11
|
import { P as Primitive } from '../index-DhnfW8wQ.js';
|
|
12
12
|
import { R as Root, T as Trigger, b as Content, c as createCollapsibleScope } from '../index-0o2E3Cnw.js';
|
|
13
13
|
import { u as useId } from '../index-zW4GjM5L.js';
|
|
14
|
-
import { u as useDirection } from '../index-
|
|
14
|
+
import { u as useDirection } from '../index-d0BBQf5t.js';
|
|
15
15
|
import '../createLucideIcon-C8ycilSN.js';
|
|
16
16
|
import '../index-DOzu5J1s.js';
|
|
17
17
|
import 'react-dom';
|
|
@@ -6,14 +6,14 @@ import * as React from 'react';
|
|
|
6
6
|
import { c as composeEventHandlers } from '../index-DNzunGHb.js';
|
|
7
7
|
import { c as createContextScope } from '../index-CiyxEyB0.js';
|
|
8
8
|
import { P as Primitive } from '../index-DhnfW8wQ.js';
|
|
9
|
-
import { R as Root3, C as CheckboxItem, I as ItemIndicator, P as Portal, a as Content2$1, G as Group, b as Item2$1, L as Label, c as RadioGroup, d as RadioItem, S as Separator, e as Sub, f as SubContent, g as SubTrigger, A as Anchor2, h as createMenuScope, i as Arrow2 } from '../index-
|
|
9
|
+
import { R as Root3, C as CheckboxItem, I as ItemIndicator, P as Portal, a as Content2$1, G as Group, b as Item2$1, L as Label, c as RadioGroup, d as RadioItem, S as Separator, e as Sub, f as SubContent, g as SubTrigger, A as Anchor2, h as createMenuScope, i as Arrow2 } from '../index-OI_tWuLx.js';
|
|
10
10
|
import { u as useCallbackRef } from '../index-CSUSJzOJ.js';
|
|
11
11
|
import { u as useControllableState } from '../index-Cor698lu.js';
|
|
12
12
|
import '../createLucideIcon-C8ycilSN.js';
|
|
13
13
|
import 'react-dom';
|
|
14
14
|
import '../index-BtkPdosV.js';
|
|
15
15
|
import '../index-Dd1i1d2M.js';
|
|
16
|
-
import '../index-
|
|
16
|
+
import '../index-d0BBQf5t.js';
|
|
17
17
|
import '../index-BNPynZWM.js';
|
|
18
18
|
import '../index-B4_fVWDx.js';
|
|
19
19
|
import '../index-zW4GjM5L.js';
|
|
@@ -23,7 +23,7 @@ import '../floating-ui.react-dom-D8_f_WWh.js';
|
|
|
23
23
|
import '../index-BYZaLNq1.js';
|
|
24
24
|
import '../index-fV_U4ZJM.js';
|
|
25
25
|
import '../index-yFgkK_AM.js';
|
|
26
|
-
import '../index-
|
|
26
|
+
import '../index-DT56XkyA.js';
|
|
27
27
|
|
|
28
28
|
var CONTEXT_MENU_NAME = "ContextMenu";
|
|
29
29
|
var [createContextMenuContext] = createContextScope(CONTEXT_MENU_NAME, [
|
|
@@ -8,13 +8,13 @@ import { c as composeRefs } from '../index-BtkPdosV.js';
|
|
|
8
8
|
import { c as createContextScope } from '../index-CiyxEyB0.js';
|
|
9
9
|
import { u as useControllableState } from '../index-Cor698lu.js';
|
|
10
10
|
import { P as Primitive } from '../index-DhnfW8wQ.js';
|
|
11
|
-
import { A as Anchor2, h as createMenuScope, S as Separator, L as Label, G as Group, b as Item2$1, e as Sub, g as SubTrigger, f as SubContent, R as Root3, C as CheckboxItem, I as ItemIndicator, P as Portal, a as Content2$1, c as RadioGroup, d as RadioItem, i as Arrow2 } from '../index-
|
|
11
|
+
import { A as Anchor2, h as createMenuScope, S as Separator, L as Label, G as Group, b as Item2$1, e as Sub, g as SubTrigger, f as SubContent, R as Root3, C as CheckboxItem, I as ItemIndicator, P as Portal, a as Content2$1, c as RadioGroup, d as RadioItem, i as Arrow2 } from '../index-OI_tWuLx.js';
|
|
12
12
|
import { u as useId } from '../index-zW4GjM5L.js';
|
|
13
13
|
import '../createLucideIcon-C8ycilSN.js';
|
|
14
14
|
import '../index-DOzu5J1s.js';
|
|
15
15
|
import 'react-dom';
|
|
16
16
|
import '../index-Dd1i1d2M.js';
|
|
17
|
-
import '../index-
|
|
17
|
+
import '../index-d0BBQf5t.js';
|
|
18
18
|
import '../index-BNPynZWM.js';
|
|
19
19
|
import '../index-CSUSJzOJ.js';
|
|
20
20
|
import '../index-B4_fVWDx.js';
|
|
@@ -23,7 +23,7 @@ import '../floating-ui.react-dom-D8_f_WWh.js';
|
|
|
23
23
|
import '../index-BYZaLNq1.js';
|
|
24
24
|
import '../index-fV_U4ZJM.js';
|
|
25
25
|
import '../index-yFgkK_AM.js';
|
|
26
|
-
import '../index-
|
|
26
|
+
import '../index-DT56XkyA.js';
|
|
27
27
|
|
|
28
28
|
var DROPDOWN_MENU_NAME = "DropdownMenu";
|
|
29
29
|
var [createDropdownMenuContext] = createContextScope(
|
|
@@ -4,13 +4,13 @@ import { C as Check } from '../check-Cpkv29p1.js';
|
|
|
4
4
|
import { C as ChevronRight } from '../chevron-right-DQnrO-ek.js';
|
|
5
5
|
import * as React from 'react';
|
|
6
6
|
import { c as createCollection } from '../index-Dd1i1d2M.js';
|
|
7
|
-
import { u as useDirection } from '../index-
|
|
7
|
+
import { u as useDirection } from '../index-d0BBQf5t.js';
|
|
8
8
|
import { c as composeEventHandlers } from '../index-DNzunGHb.js';
|
|
9
9
|
import { u as useComposedRefs } from '../index-BtkPdosV.js';
|
|
10
10
|
import { c as createContextScope } from '../index-CiyxEyB0.js';
|
|
11
11
|
import { u as useId } from '../index-zW4GjM5L.js';
|
|
12
|
-
import { C as CheckboxItem, I as ItemIndicator, a as Content2$1, G as Group, b as Item2, L as Label, R as Root3$1, P as Portal, c as RadioGroup, d as RadioItem, S as Separator, e as Sub, f as SubContent, g as SubTrigger, A as Anchor2, h as createMenuScope, i as Arrow2 } from '../index-
|
|
13
|
-
import { R as Root, I as Item, c as createRovingFocusGroupScope } from '../index-
|
|
12
|
+
import { C as CheckboxItem, I as ItemIndicator, a as Content2$1, G as Group, b as Item2, L as Label, R as Root3$1, P as Portal, c as RadioGroup, d as RadioItem, S as Separator, e as Sub, f as SubContent, g as SubTrigger, A as Anchor2, h as createMenuScope, i as Arrow2 } from '../index-OI_tWuLx.js';
|
|
13
|
+
import { R as Root, I as Item, c as createRovingFocusGroupScope } from '../index-DT56XkyA.js';
|
|
14
14
|
import { P as Primitive } from '../index-DhnfW8wQ.js';
|
|
15
15
|
import { u as useControllableState } from '../index-Cor698lu.js';
|
|
16
16
|
import '../createLucideIcon-C8ycilSN.js';
|
|
@@ -9,7 +9,7 @@ import { c as composeEventHandlers } from '../index-DNzunGHb.js';
|
|
|
9
9
|
import { P as Primitive, d as dispatchDiscreteCustomEvent } from '../index-DhnfW8wQ.js';
|
|
10
10
|
import { u as useControllableState } from '../index-Cor698lu.js';
|
|
11
11
|
import { u as useComposedRefs, c as composeRefs } from '../index-BtkPdosV.js';
|
|
12
|
-
import { u as useDirection } from '../index-
|
|
12
|
+
import { u as useDirection } from '../index-d0BBQf5t.js';
|
|
13
13
|
import { P as Presence } from '../index-yFgkK_AM.js';
|
|
14
14
|
import { u as useId } from '../index-zW4GjM5L.js';
|
|
15
15
|
import { c as createCollection } from '../index-Dd1i1d2M.js';
|
|
@@ -5,9 +5,9 @@ import { c as composeEventHandlers } from '../index-DNzunGHb.js';
|
|
|
5
5
|
import { u as useComposedRefs } from '../index-BtkPdosV.js';
|
|
6
6
|
import { c as createContextScope } from '../index-CiyxEyB0.js';
|
|
7
7
|
import { P as Primitive } from '../index-DhnfW8wQ.js';
|
|
8
|
-
import { I as Item, c as createRovingFocusGroupScope, R as Root } from '../index-
|
|
8
|
+
import { I as Item, c as createRovingFocusGroupScope, R as Root } from '../index-DT56XkyA.js';
|
|
9
9
|
import { u as useControllableState } from '../index-Cor698lu.js';
|
|
10
|
-
import { u as useDirection } from '../index-
|
|
10
|
+
import { u as useDirection } from '../index-d0BBQf5t.js';
|
|
11
11
|
import { u as useSize } from '../index-BYZaLNq1.js';
|
|
12
12
|
import { u as usePrevious } from '../index-30QpKM0j.js';
|
|
13
13
|
import { P as Presence } from '../index-yFgkK_AM.js';
|
|
@@ -6,7 +6,7 @@ import { P as Presence } from '../index-yFgkK_AM.js';
|
|
|
6
6
|
import { c as createContextScope } from '../index-CiyxEyB0.js';
|
|
7
7
|
import { u as useComposedRefs } from '../index-BtkPdosV.js';
|
|
8
8
|
import { u as useCallbackRef } from '../index-CSUSJzOJ.js';
|
|
9
|
-
import { u as useDirection } from '../index-
|
|
9
|
+
import { u as useDirection } from '../index-d0BBQf5t.js';
|
|
10
10
|
import { u as useLayoutEffect2 } from '../index-DOzu5J1s.js';
|
|
11
11
|
import { c as clamp } from '../index-BfAAoDv6.js';
|
|
12
12
|
import { c as composeEventHandlers } from '../index-DNzunGHb.js';
|
|
@@ -10,7 +10,7 @@ import { c as composeEventHandlers } from '../index-DNzunGHb.js';
|
|
|
10
10
|
import { c as createCollection } from '../index-Dd1i1d2M.js';
|
|
11
11
|
import { c as composeRefs, u as useComposedRefs } from '../index-BtkPdosV.js';
|
|
12
12
|
import { c as createContextScope } from '../index-CiyxEyB0.js';
|
|
13
|
-
import { u as useDirection } from '../index-
|
|
13
|
+
import { u as useDirection } from '../index-d0BBQf5t.js';
|
|
14
14
|
import { D as DismissableLayer } from '../index-BNPynZWM.js';
|
|
15
15
|
import { h as hideOthers, u as useFocusGuards, R as ReactRemoveScroll, F as FocusScope } from '../index-B4_fVWDx.js';
|
|
16
16
|
import { u as useId } from '../index-zW4GjM5L.js';
|
|
@@ -6,7 +6,7 @@ import { c as composeEventHandlers } from '../index-DNzunGHb.js';
|
|
|
6
6
|
import { u as useComposedRefs } from '../index-BtkPdosV.js';
|
|
7
7
|
import { c as createContextScope } from '../index-CiyxEyB0.js';
|
|
8
8
|
import { u as useControllableState } from '../index-Cor698lu.js';
|
|
9
|
-
import { u as useDirection } from '../index-
|
|
9
|
+
import { u as useDirection } from '../index-d0BBQf5t.js';
|
|
10
10
|
import { u as usePrevious } from '../index-30QpKM0j.js';
|
|
11
11
|
import { u as useSize } from '../index-BYZaLNq1.js';
|
|
12
12
|
import { P as Primitive } from '../index-DhnfW8wQ.js';
|
package/dist/primitives/Tabs.js
CHANGED
|
@@ -4,10 +4,10 @@ import { c as cn } from '../utils-DdHUxIdC.js';
|
|
|
4
4
|
import * as React from 'react';
|
|
5
5
|
import { c as composeEventHandlers } from '../index-DNzunGHb.js';
|
|
6
6
|
import { c as createContextScope } from '../index-CiyxEyB0.js';
|
|
7
|
-
import { R as Root, I as Item, c as createRovingFocusGroupScope } from '../index-
|
|
7
|
+
import { R as Root, I as Item, c as createRovingFocusGroupScope } from '../index-DT56XkyA.js';
|
|
8
8
|
import { P as Presence } from '../index-yFgkK_AM.js';
|
|
9
9
|
import { P as Primitive } from '../index-DhnfW8wQ.js';
|
|
10
|
-
import { u as useDirection } from '../index-
|
|
10
|
+
import { u as useDirection } from '../index-d0BBQf5t.js';
|
|
11
11
|
import { u as useControllableState } from '../index-Cor698lu.js';
|
|
12
12
|
import { u as useId } from '../index-zW4GjM5L.js';
|
|
13
13
|
import '../index-Dd1i1d2M.js';
|
|
@@ -5,9 +5,9 @@ import { c as cn } from '../utils-DdHUxIdC.js';
|
|
|
5
5
|
import { a as Toggle, t as toggleVariants } from '../toggle-2k9K8a5c.js';
|
|
6
6
|
import { c as createContextScope } from '../index-CiyxEyB0.js';
|
|
7
7
|
import { P as Primitive } from '../index-DhnfW8wQ.js';
|
|
8
|
-
import { I as Item, c as createRovingFocusGroupScope, R as Root } from '../index-
|
|
8
|
+
import { I as Item, c as createRovingFocusGroupScope, R as Root } from '../index-DT56XkyA.js';
|
|
9
9
|
import { u as useControllableState } from '../index-Cor698lu.js';
|
|
10
|
-
import { u as useDirection } from '../index-
|
|
10
|
+
import { u as useDirection } from '../index-d0BBQf5t.js';
|
|
11
11
|
import '../index-D7Zy7P05.js';
|
|
12
12
|
import '../index-DNzunGHb.js';
|
|
13
13
|
import 'react-dom';
|
package/dist/primitives/index.js
CHANGED
|
@@ -71,7 +71,7 @@ import 'react-dom';
|
|
|
71
71
|
import '../index-0o2E3Cnw.js';
|
|
72
72
|
import '../index-yFgkK_AM.js';
|
|
73
73
|
import '../index-zW4GjM5L.js';
|
|
74
|
-
import '../index-
|
|
74
|
+
import '../index-d0BBQf5t.js';
|
|
75
75
|
import '../index-D7Zy7P05.js';
|
|
76
76
|
import '../index-9HvIbmnI.js';
|
|
77
77
|
import '../index-BNPynZWM.js';
|
|
@@ -97,9 +97,9 @@ import '../textarea-BSZwxzjQ.js';
|
|
|
97
97
|
import '../x-_o2T3n6D.js';
|
|
98
98
|
import '../floating-ui.react-dom-D8_f_WWh.js';
|
|
99
99
|
import '../dialog-C1w8dWE1.js';
|
|
100
|
-
import '../index-
|
|
100
|
+
import '../index-OI_tWuLx.js';
|
|
101
101
|
import '../index-C3hByjk3.js';
|
|
102
|
-
import '../index-
|
|
102
|
+
import '../index-DT56XkyA.js';
|
|
103
103
|
import '../label-B4qDF3W1.js';
|
|
104
104
|
import '../index-CSggBaQF.js';
|
|
105
105
|
import '../index-BfAAoDv6.js';
|