@px-ui/core 1.23.0 → 1.25.0
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/_virtual/_commonjsHelpers.js +6 -0
- package/dist/_virtual/index.js +7 -0
- package/dist/_virtual/index2.js +4 -0
- package/dist/_virtual/index3.js +4 -0
- package/dist/_virtual/jsx-runtime.js +5 -0
- package/dist/_virtual/jsx-runtime2.js +4 -0
- package/dist/_virtual/react-jsx-runtime.development.js +4 -0
- package/dist/_virtual/react-jsx-runtime.production.js +4 -0
- package/dist/_virtual/use-sync-external-store-shim.development.js +4 -0
- package/dist/_virtual/use-sync-external-store-shim.production.js +4 -0
- package/dist/_virtual/with-selector.development.js +4 -0
- package/dist/_virtual/with-selector.js +5 -0
- package/dist/_virtual/with-selector.production.js +4 -0
- package/dist/_virtual/with-selector2.js +4 -0
- package/dist/components/avatar-group.js +82 -0
- package/dist/components/avatar.js +111 -0
- package/dist/components/block-checkbox-group.js +72 -0
- package/dist/components/block-radio-group.js +79 -0
- package/dist/components/button.d.ts +1 -1
- package/dist/components/button.js +47 -0
- package/dist/components/checkbox.js +84 -0
- package/dist/components/combobox.js +368 -0
- package/dist/components/dialog.js +152 -0
- package/dist/components/input-group.js +148 -0
- package/dist/components/input.js +46 -0
- package/dist/components/label.js +18 -0
- package/dist/components/menu.js +141 -0
- package/dist/components/popover.js +144 -0
- package/dist/components/progress.d.ts +13 -0
- package/dist/components/progress.d.ts.map +1 -0
- package/dist/components/progress.js +81 -0
- package/dist/components/radio-group.js +85 -0
- package/dist/components/segmented-control.js +61 -0
- package/dist/components/select.js +155 -0
- package/dist/components/spinner.js +33 -0
- package/dist/components/switch.js +39 -0
- package/dist/components/tabs.js +108 -0
- package/dist/components/text-input.js +60 -0
- package/dist/components/textarea.js +41 -0
- package/dist/components/tooltip.js +84 -0
- package/dist/core.css +1 -0
- package/dist/hooks/use-async-options.js +53 -0
- package/dist/hooks/use-debounce.js +12 -0
- package/dist/hooks/use-infinite-scroll.js +31 -0
- package/dist/hooks/use-intersection-observer.js +23 -0
- package/dist/icons/check-icon.js +19 -0
- package/dist/icons/chevron-down-icon.js +22 -0
- package/dist/icons/clear-icon.js +25 -0
- package/dist/icons/close-icon.js +25 -0
- package/dist/icons/search-icon.js +25 -0
- package/dist/index.d.ts +28 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +59 -1
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/avatar/fallback/AvatarFallback.js +30 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/avatar/image/AvatarImage.js +39 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/avatar/image/useImageLoadingStatus.js +23 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/avatar/root/AvatarRoot.js +30 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/avatar/root/AvatarRootContext.js +13 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/avatar/root/stateAttributesMapping.js +6 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/checkbox/indicator/CheckboxIndicator.js +45 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/checkbox/root/CheckboxRoot.js +175 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/checkbox/root/CheckboxRootContext.js +13 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/checkbox/root/CheckboxRootDataAttributes.js +6 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/checkbox/utils/useStateAttributesMapping.js +18 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/checkbox-group/CheckboxGroup.js +82 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/checkbox-group/CheckboxGroupContext.js +13 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/checkbox-group/useCheckboxGroupParent.js +42 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/combobox/chip/ComboboxChip.js +78 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/combobox/chip/ComboboxChipContext.js +13 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/combobox/chip-remove/ComboboxChipRemove.js +65 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/combobox/chips/ComboboxChips.js +35 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/combobox/chips/ComboboxChipsContext.js +10 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/combobox/clear/ComboboxClear.js +86 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/combobox/collection/ComboboxCollection.js +17 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/combobox/collection/GroupCollectionContext.js +10 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/combobox/empty/ComboboxEmpty.js +26 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/combobox/input/ComboboxInput.js +190 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/combobox/item/ComboboxItem.js +98 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/combobox/item/ComboboxItemContext.js +13 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/combobox/item-indicator/ComboboxItemIndicator.js +54 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/combobox/list/ComboboxList.js +67 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/combobox/popup/ComboboxPopup.js +69 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/combobox/portal/ComboboxPortal.js +24 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/combobox/portal/ComboboxPortalContext.js +13 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/combobox/positioner/ComboboxPositioner.js +101 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/combobox/positioner/ComboboxPositionerContext.js +13 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/combobox/root/ComboboxRoot.js +22 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/combobox/root/ComboboxRootContext.js +40 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/combobox/root/ComboboxRootInternal.js +563 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/combobox/root/utils/index.js +23 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/combobox/root/utils/useFilter.js +36 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/combobox/root/utils/useValueChanged.js +13 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/combobox/row/ComboboxRowContext.js +10 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/combobox/status/ComboboxStatus.js +21 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/combobox/store.js +59 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/combobox/trigger/ComboboxTrigger.js +89 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/combobox/value/ComboboxValue.js +13 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/composite/composite.js +69 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/composite/constants.js +4 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/composite/item/CompositeItem.js +30 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/composite/item/useCompositeItem.js +34 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/composite/list/CompositeList.js +78 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/composite/list/CompositeListContext.js +23 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/composite/list/useCompositeListItem.js +57 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/composite/root/CompositeRoot.js +77 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/composite/root/CompositeRootContext.js +13 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/composite/root/useCompositeRoot.js +134 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/context-menu/root/ContextMenuRootContext.js +13 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/dialog/backdrop/DialogBackdrop.js +39 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/dialog/close/DialogClose.js +34 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/dialog/close/useDialogClose.js +29 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/dialog/description/DialogDescription.js +24 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/dialog/popup/DialogPopup.js +85 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/dialog/popup/DialogPopupCssVars.js +6 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/dialog/popup/DialogPopupDataAttributes.js +7 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/dialog/portal/DialogPortal.js +24 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/dialog/portal/DialogPortalContext.js +13 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/dialog/root/DialogRoot.js +56 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/dialog/root/DialogRootContext.js +13 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/dialog/root/useDialogRoot.js +96 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/dialog/store.js +51 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/dialog/title/DialogTitle.js +24 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/dialog/trigger/DialogTrigger.js +38 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/direction-provider/DirectionContext.js +13 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/field/control/FieldControl.js +104 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/field/control/FieldControlDataAttributes.js +6 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/field/control/useFieldControlValidation.js +145 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/field/root/FieldRootContext.js +55 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/field/useField.js +53 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/field/utils/constants.js +26 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/field/utils/getCombinedFieldValidityData.js +12 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/floating-ui-react/components/FloatingDelayGroup.js +94 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/floating-ui-react/components/FloatingFocusManager.js +314 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/floating-ui-react/components/FloatingPortal.js +114 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/floating-ui-react/components/FloatingTree.js +65 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/floating-ui-react/hooks/useClick.js +68 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/floating-ui-react/hooks/useClientPoint.js +101 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/floating-ui-react/hooks/useDismiss.js +223 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/floating-ui-react/hooks/useFloating.js +69 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/floating-ui-react/hooks/useFloatingRootContext.js +76 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/floating-ui-react/hooks/useFocus.js +79 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/floating-ui-react/hooks/useHover.js +184 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/floating-ui-react/hooks/useInteractions.js +48 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/floating-ui-react/hooks/useListNavigation.js +286 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/floating-ui-react/hooks/useRole.js +80 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/floating-ui-react/hooks/useTypeahead.js +62 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/floating-ui-react/middleware/arrow.js +48 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/floating-ui-react/safePolygon.js +116 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/floating-ui-react/utils/composite.js +208 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/floating-ui-react/utils/constants.js +11 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/floating-ui-react/utils/createAttribute.js +6 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/floating-ui-react/utils/createEventEmitter.js +19 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/floating-ui-react/utils/element.js +74 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/floating-ui-react/utils/enqueueFocus.js +16 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/floating-ui-react/utils/event.js +25 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/floating-ui-react/utils/markOthers.js +50 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/floating-ui-react/utils/nodes.js +19 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/floating-ui-react/utils/tabbable.js +47 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/form/FormContext.js +19 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/input/Input.js +13 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/menu/arrow/MenuArrow.js +39 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/menu/backdrop/MenuBackdrop.js +42 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/menu/checkbox-item/MenuCheckboxItem.js +109 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/menu/checkbox-item/MenuCheckboxItemContext.js +13 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/menu/checkbox-item/MenuCheckboxItemDataAttributes.js +6 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/menu/checkbox-item-indicator/MenuCheckboxItemIndicator.js +44 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/menu/group/MenuGroup.js +28 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/menu/group/MenuGroupContext.js +13 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/menu/group-label/MenuGroupLabel.js +29 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/menu/index.parts.js +38 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/menu/item/MenuItem.js +83 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/menu/item/useMenuItem.js +62 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/menu/popup/MenuPopup.js +94 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/menu/portal/MenuPortal.js +24 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/menu/portal/MenuPortalContext.js +13 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/menu/positioner/MenuPositioner.js +160 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/menu/positioner/MenuPositionerContext.js +13 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/menu/radio-group/MenuRadioGroup.js +45 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/menu/radio-group/MenuRadioGroupContext.js +13 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/menu/radio-item/MenuRadioItem.js +117 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/menu/radio-item/MenuRadioItemContext.js +13 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/menu/radio-item-indicator/MenuRadioItemIndicator.js +44 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/menu/root/MenuRoot.js +285 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/menu/root/MenuRootContext.js +13 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/menu/submenu-root/MenuSubmenuRoot.js +21 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/menu/submenu-root/MenuSubmenuRootContext.js +10 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/menu/submenu-trigger/MenuSubmenuTrigger.js +73 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/menu/trigger/MenuTrigger.js +101 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/menu/utils/findRootOwnerId.js +10 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/menu/utils/stateAttributesMapping.js +15 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/menubar/MenubarContext.js +10 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/merge-props/mergeProps.js +82 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/popover/arrow/PopoverArrow.js +38 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/popover/close/PopoverClose.js +35 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/popover/description/PopoverDescription.js +26 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/popover/popup/PopoverPopup.js +78 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/popover/portal/PopoverPortal.js +24 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/popover/portal/PopoverPortalContext.js +13 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/popover/positioner/PopoverPositioner.js +96 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/popover/positioner/PopoverPositionerContext.js +13 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/popover/root/PopoverRoot.js +164 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/popover/root/PopoverRootContext.js +13 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/popover/title/PopoverTitle.js +26 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/popover/trigger/PopoverTrigger.js +45 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/popover/utils/constants.js +4 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/progress/indicator/ProgressIndicator.js +33 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/progress/label/ProgressLabel.js +29 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/progress/root/ProgressRoot.js +61 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/progress/root/ProgressRootContext.js +13 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/progress/root/ProgressRootDataAttributes.js +6 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/progress/root/stateAttributesMapping.js +15 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/progress/track/ProgressTrack.js +23 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/progress/value/ProgressValue.js +29 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/radio/indicator/RadioIndicator.js +37 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/radio/root/RadioRoot.js +125 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/radio/root/RadioRootContext.js +13 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/radio/root/RadioRootDataAttributes.js +6 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/radio/utils/stateAttributesMapping.js +17 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/radio-group/RadioGroup.js +134 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/radio-group/RadioGroupContext.js +22 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/select/arrow/SelectArrow.js +45 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/select/backdrop/SelectBackdrop.js +39 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/select/group/SelectGroup.js +28 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/select/group/SelectGroupContext.js +13 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/select/group-label/SelectGroupLabel.js +27 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/select/icon/SelectIcon.js +30 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/select/index.parts.js +38 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/select/item/SelectItem.js +140 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/select/item/SelectItemContext.js +13 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/select/item-indicator/SelectItemIndicator.js +54 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/select/item-text/SelectItemText.js +30 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/select/list/SelectList.js +43 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/select/popup/SelectPopup.js +201 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/select/popup/utils.js +13 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/select/portal/SelectPortal.js +25 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/select/portal/SelectPortalContext.js +6 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/select/positioner/SelectPositioner.js +145 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/select/positioner/SelectPositionerContext.js +13 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/select/root/SelectRoot.js +111 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/select/root/SelectRootContext.js +23 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/select/root/useSelectRoot.js +296 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/select/scroll-arrow/SelectScrollArrow.js +122 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/select/scroll-down-arrow/SelectScrollDownArrow.js +14 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/select/scroll-up-arrow/SelectScrollUpArrow.js +14 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/select/store.js +37 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/select/trigger/SelectTrigger.js +141 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/select/value/SelectValue.js +33 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/separator/Separator.js +24 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/switch/root/SwitchRoot.js +144 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/switch/root/SwitchRootContext.js +13 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/switch/root/SwitchRootDataAttributes.js +6 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/switch/stateAttributesMapping.js +15 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/switch/thumb/SwitchThumb.js +27 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/tabs/indicator/TabsIndicator.js +107 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/tabs/indicator/TabsIndicatorCssVars.js +6 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/tabs/indicator/prehydrationScript.min.js +4 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/tabs/list/TabsList.js +130 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/tabs/list/TabsListContext.js +13 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/tabs/panel/TabsPanel.js +53 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/tabs/panel/TabsPanelDataAttributes.js +6 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/tabs/root/TabsRoot.js +76 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/tabs/root/TabsRootContext.js +13 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/tabs/root/TabsRootDataAttributes.js +6 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/tabs/root/stateAttributesMapping.js +9 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/tabs/tab/TabsTab.js +108 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/toolbar/root/ToolbarRootContext.js +10 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/tooltip/arrow/TooltipArrow.js +36 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/tooltip/popup/TooltipPopup.js +53 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/tooltip/portal/TooltipPortal.js +24 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/tooltip/portal/TooltipPortalContext.js +13 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/tooltip/positioner/TooltipPositioner.js +87 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/tooltip/positioner/TooltipPositionerContext.js +13 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/tooltip/provider/TooltipProvider.js +29 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/tooltip/provider/TooltipProviderContext.js +10 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/tooltip/root/TooltipRoot.js +134 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/tooltip/root/TooltipRootContext.js +13 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/tooltip/trigger/TooltipTrigger.js +27 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/tooltip/utils/constants.js +4 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/use-button/useButton.js +91 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/utils/FloatingPortalLite.js +11 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/utils/FocusGuard.js +28 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/utils/InternalBackdrop.js +41 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/utils/constants.js +17 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/utils/createBaseUIEventDetails.js +34 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/utils/formatNumber.js +19 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/utils/getPseudoElementBounds.js +18 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/utils/getStateAttributesProps.js +16 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/utils/itemEquality.js +20 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/utils/popupStateMapping.js +40 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/utils/resolveClassName.js +6 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/utils/resolveValueLabel.js +53 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/utils/serializeValue.js +14 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/utils/stateAttributesMapping.js +16 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/utils/styles.js +13 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/utils/useAnchorPositioning.js +266 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/utils/useAnimationsFinished.js +28 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/utils/useBaseUiId.js +7 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/utils/useFocusableWhenDisabled.js +24 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/utils/useMixedToggleClickHander.js +25 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/utils/useOpenChangeComplete.js +20 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/utils/useOpenInteractionType.js +24 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/utils/useRenderElement.js +55 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/utils/useScrollLock.js +123 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/utils/useTransitionStatus.js +45 -0
- package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/utils/valueToPercent.js +6 -0
- package/dist/node_modules/.pnpm/@base-ui-components_utils@0.1.2_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/utils/esm/detectBrowser.js +42 -0
- package/dist/node_modules/.pnpm/@base-ui-components_utils@0.1.2_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/utils/esm/empty.js +8 -0
- package/dist/node_modules/.pnpm/@base-ui-components_utils@0.1.2_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/utils/esm/error.js +11 -0
- package/dist/node_modules/.pnpm/@base-ui-components_utils@0.1.2_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/utils/esm/generateId.js +7 -0
- package/dist/node_modules/.pnpm/@base-ui-components_utils@0.1.2_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/utils/esm/inertValue.js +7 -0
- package/dist/node_modules/.pnpm/@base-ui-components_utils@0.1.2_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/utils/esm/isElementDisabled.js +6 -0
- package/dist/node_modules/.pnpm/@base-ui-components_utils@0.1.2_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/utils/esm/isMouseWithinBounds.js +7 -0
- package/dist/node_modules/.pnpm/@base-ui-components_utils@0.1.2_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/utils/esm/mergeObjects.js +14 -0
- package/dist/node_modules/.pnpm/@base-ui-components_utils@0.1.2_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/utils/esm/owner.js +6 -0
- package/dist/node_modules/.pnpm/@base-ui-components_utils@0.1.2_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/utils/esm/reactVersion.js +8 -0
- package/dist/node_modules/.pnpm/@base-ui-components_utils@0.1.2_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/utils/esm/safeReact.js +7 -0
- package/dist/node_modules/.pnpm/@base-ui-components_utils@0.1.2_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/utils/esm/store/ReactStore.js +149 -0
- package/dist/node_modules/.pnpm/@base-ui-components_utils@0.1.2_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/utils/esm/store/Store.js +67 -0
- package/dist/node_modules/.pnpm/@base-ui-components_utils@0.1.2_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/utils/esm/store/createSelector.js +21 -0
- package/dist/node_modules/.pnpm/@base-ui-components_utils@0.1.2_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/utils/esm/store/useStore.js +8 -0
- package/dist/node_modules/.pnpm/@base-ui-components_utils@0.1.2_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/utils/esm/useAnimationFrame.js +76 -0
- package/dist/node_modules/.pnpm/@base-ui-components_utils@0.1.2_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/utils/esm/useControlled.js +31 -0
- package/dist/node_modules/.pnpm/@base-ui-components_utils@0.1.2_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/utils/esm/useEnhancedClickHandler.js +19 -0
- package/dist/node_modules/.pnpm/@base-ui-components_utils@0.1.2_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/utils/esm/useEventCallback.js +32 -0
- package/dist/node_modules/.pnpm/@base-ui-components_utils@0.1.2_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/utils/esm/useForcedRerendering.js +10 -0
- package/dist/node_modules/.pnpm/@base-ui-components_utils@0.1.2_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/utils/esm/useId.js +20 -0
- package/dist/node_modules/.pnpm/@base-ui-components_utils@0.1.2_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/utils/esm/useIsoLayoutEffect.js +6 -0
- package/dist/node_modules/.pnpm/@base-ui-components_utils@0.1.2_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/utils/esm/useLatestRef.js +19 -0
- package/dist/node_modules/.pnpm/@base-ui-components_utils@0.1.2_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/utils/esm/useMergedRefs.js +69 -0
- package/dist/node_modules/.pnpm/@base-ui-components_utils@0.1.2_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/utils/esm/useOnFirstRender.js +8 -0
- package/dist/node_modules/.pnpm/@base-ui-components_utils@0.1.2_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/utils/esm/useOnMount.js +8 -0
- package/dist/node_modules/.pnpm/@base-ui-components_utils@0.1.2_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/utils/esm/useRefWithInit.js +9 -0
- package/dist/node_modules/.pnpm/@base-ui-components_utils@0.1.2_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/utils/esm/useTimeout.js +37 -0
- package/dist/node_modules/.pnpm/@base-ui-components_utils@0.1.2_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/utils/esm/visuallyHidden.js +16 -0
- package/dist/node_modules/.pnpm/@base-ui-components_utils@0.1.2_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/utils/esm/warn.js +11 -0
- package/dist/node_modules/.pnpm/@floating-ui_core@1.7.3/node_modules/@floating-ui/core/dist/floating-ui.core.js +489 -0
- package/dist/node_modules/.pnpm/@floating-ui_dom@1.7.4/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +401 -0
- package/dist/node_modules/.pnpm/@floating-ui_react-dom@2.1.6_react-dom@19.2.0_react@19.2.0/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js +183 -0
- package/dist/node_modules/.pnpm/@floating-ui_utils@0.2.10/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +136 -0
- package/dist/node_modules/.pnpm/@floating-ui_utils@0.2.10/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +130 -0
- package/dist/node_modules/.pnpm/@tanstack_query-core@5.90.1/node_modules/@tanstack/query-core/build/modern/focusManager.js +53 -0
- package/dist/node_modules/.pnpm/@tanstack_query-core@5.90.1/node_modules/@tanstack/query-core/build/modern/infiniteQueryBehavior.js +94 -0
- package/dist/node_modules/.pnpm/@tanstack_query-core@5.90.1/node_modules/@tanstack/query-core/build/modern/infiniteQueryObserver.js +55 -0
- package/dist/node_modules/.pnpm/@tanstack_query-core@5.90.1/node_modules/@tanstack/query-core/build/modern/notifyManager.js +67 -0
- package/dist/node_modules/.pnpm/@tanstack_query-core@5.90.1/node_modules/@tanstack/query-core/build/modern/onlineManager.js +46 -0
- package/dist/node_modules/.pnpm/@tanstack_query-core@5.90.1/node_modules/@tanstack/query-core/build/modern/query.js +15 -0
- package/dist/node_modules/.pnpm/@tanstack_query-core@5.90.1/node_modules/@tanstack/query-core/build/modern/queryObserver.js +299 -0
- package/dist/node_modules/.pnpm/@tanstack_query-core@5.90.1/node_modules/@tanstack/query-core/build/modern/retryer.js +7 -0
- package/dist/node_modules/.pnpm/@tanstack_query-core@5.90.1/node_modules/@tanstack/query-core/build/modern/subscribable.js +20 -0
- package/dist/node_modules/.pnpm/@tanstack_query-core@5.90.1/node_modules/@tanstack/query-core/build/modern/thenable.js +25 -0
- package/dist/node_modules/.pnpm/@tanstack_query-core@5.90.1/node_modules/@tanstack/query-core/build/modern/timeoutManager.js +59 -0
- package/dist/node_modules/.pnpm/@tanstack_query-core@5.90.1/node_modules/@tanstack/query-core/build/modern/utils.js +112 -0
- package/dist/node_modules/.pnpm/@tanstack_react-query@5.90.1_react@19.2.0/node_modules/@tanstack/react-query/build/modern/IsRestoringProvider.js +6 -0
- package/dist/node_modules/.pnpm/@tanstack_react-query@5.90.1_react@19.2.0/node_modules/@tanstack/react-query/build/modern/QueryClientProvider.js +14 -0
- package/dist/node_modules/.pnpm/@tanstack_react-query@5.90.1_react@19.2.0/node_modules/@tanstack/react-query/build/modern/QueryErrorResetBoundary.js +18 -0
- package/dist/node_modules/.pnpm/@tanstack_react-query@5.90.1_react@19.2.0/node_modules/@tanstack/react-query/build/modern/errorBoundaryUtils.js +20 -0
- package/dist/node_modules/.pnpm/@tanstack_react-query@5.90.1_react@19.2.0/node_modules/@tanstack/react-query/build/modern/suspense.js +17 -0
- package/dist/node_modules/.pnpm/@tanstack_react-query@5.90.1_react@19.2.0/node_modules/@tanstack/react-query/build/modern/useBaseQuery.js +70 -0
- package/dist/node_modules/.pnpm/@tanstack_react-query@5.90.1_react@19.2.0/node_modules/@tanstack/react-query/build/modern/useInfiniteQuery.js +11 -0
- package/dist/node_modules/.pnpm/class-variance-authority@0.7.1/node_modules/class-variance-authority/dist/index.js +35 -0
- package/dist/node_modules/.pnpm/classnames@2.5.1/node_modules/classnames/index.js +42 -0
- package/dist/node_modules/.pnpm/clsx@2.1.1/node_modules/clsx/dist/clsx.js +17 -0
- package/dist/node_modules/.pnpm/react@19.2.0/node_modules/react/cjs/react-jsx-runtime.development.js +245 -0
- package/dist/node_modules/.pnpm/react@19.2.0/node_modules/react/cjs/react-jsx-runtime.production.js +35 -0
- package/dist/node_modules/.pnpm/react@19.2.0/node_modules/react/jsx-runtime.js +10 -0
- package/dist/node_modules/.pnpm/reselect@5.1.1/node_modules/reselect/dist/reselect.js +325 -0
- package/dist/node_modules/.pnpm/tabbable@6.2.0/node_modules/tabbable/dist/index.esm.js +197 -0
- package/dist/node_modules/.pnpm/tailwind-merge@3.2.0/node_modules/tailwind-merge/dist/bundle-mjs.js +2751 -0
- package/dist/node_modules/.pnpm/use-sync-external-store@1.6.0_react@19.2.0/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.development.js +67 -0
- package/dist/node_modules/.pnpm/use-sync-external-store@1.6.0_react@19.2.0/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.production.js +66 -0
- package/dist/node_modules/.pnpm/use-sync-external-store@1.6.0_react@19.2.0/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.development.js +67 -0
- package/dist/node_modules/.pnpm/use-sync-external-store@1.6.0_react@19.2.0/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.js +55 -0
- package/dist/node_modules/.pnpm/use-sync-external-store@1.6.0_react@19.2.0/node_modules/use-sync-external-store/shim/index.js +10 -0
- package/dist/node_modules/.pnpm/use-sync-external-store@1.6.0_react@19.2.0/node_modules/use-sync-external-store/shim/with-selector.js +10 -0
- package/dist/tw-styles/dropdown.d.ts +1 -1
- package/dist/tw-styles/dropdown.d.ts.map +1 -1
- package/dist/tw-styles/dropdown.js +6 -0
- package/dist/utils/classnames.js +28 -0
- package/package.json +5 -1
|
@@ -0,0 +1,286 @@
|
|
|
1
|
+
import * as g from "react";
|
|
2
|
+
import { isHTMLElement as xe } from "../../../../../../../@floating-ui_utils@0.2.10/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js";
|
|
3
|
+
import { useLatestRef as z } from "../../../../../../../@base-ui-components_utils@0.1.2_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/utils/esm/useLatestRef.js";
|
|
4
|
+
import { useEventCallback as ce } from "../../../../../../../@base-ui-components_utils@0.1.2_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/utils/esm/useEventCallback.js";
|
|
5
|
+
import { useIsoLayoutEffect as K } from "../../../../../../../@base-ui-components_utils@0.1.2_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/utils/esm/useIsoLayoutEffect.js";
|
|
6
|
+
import { useFloatingParentNodeId as ke, useFloatingTree as Ae } from "../components/FloatingTree.js";
|
|
7
|
+
import { createChangeEventDetails as U } from "../../utils/createBaseUIEventDetails.js";
|
|
8
|
+
import { enqueueFocus as De } from "../utils/enqueueFocus.js";
|
|
9
|
+
import { ARROW_DOWN as Q, ARROW_LEFT as G, ARROW_RIGHT as W, ARROW_UP as we } from "../utils/constants.js";
|
|
10
|
+
import { isIndexOutOfListBounds as Ee, getMinListIndex as ue, getMaxListIndex as ye, createGridCellMap as Ke, isListIndexDisabled as se, getGridNavigatedIndex as Le, getGridCellIndexOfCorner as Ne, getGridCellIndices as Ve, findNonDisabledListIndex as j } from "../utils/composite.js";
|
|
11
|
+
import { getFloatingFocusElement as Se, isTypeableCombobox as ze, activeElement as Oe, getDocument as Ge, contains as We } from "../utils/element.js";
|
|
12
|
+
import { stopEvent as T, isVirtualClick as _e, isVirtualPointerEvent as qe } from "../utils/event.js";
|
|
13
|
+
const He = "Escape";
|
|
14
|
+
function X(i, p, t) {
|
|
15
|
+
switch (i) {
|
|
16
|
+
case "vertical":
|
|
17
|
+
return p;
|
|
18
|
+
case "horizontal":
|
|
19
|
+
return t;
|
|
20
|
+
default:
|
|
21
|
+
return p || t;
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
function J(i, p) {
|
|
25
|
+
return X(p, i === we || i === Q, i === G || i === W);
|
|
26
|
+
}
|
|
27
|
+
function le(i, p, t) {
|
|
28
|
+
return X(p, i === Q, t ? i === G : i === W) || i === "Enter" || i === " " || i === "";
|
|
29
|
+
}
|
|
30
|
+
function $e(i, p, t) {
|
|
31
|
+
return X(p, t ? i === G : i === W, i === Q);
|
|
32
|
+
}
|
|
33
|
+
function Be(i, p, t, I) {
|
|
34
|
+
const s = t ? i === W : i === G, o = i === we;
|
|
35
|
+
return p === "both" || p === "horizontal" && I && I > 1 ? i === He : X(p, s, o);
|
|
36
|
+
}
|
|
37
|
+
function on(i, p) {
|
|
38
|
+
const {
|
|
39
|
+
open: t,
|
|
40
|
+
onOpenChange: I,
|
|
41
|
+
elements: s
|
|
42
|
+
} = i, {
|
|
43
|
+
listRef: o,
|
|
44
|
+
activeIndex: M,
|
|
45
|
+
onNavigate: be = () => {
|
|
46
|
+
},
|
|
47
|
+
enabled: O = !0,
|
|
48
|
+
selectedIndex: w = null,
|
|
49
|
+
allowEscape: Y = !1,
|
|
50
|
+
loop: _ = !1,
|
|
51
|
+
nested: v = !1,
|
|
52
|
+
rtl: E = !1,
|
|
53
|
+
virtual: f = !1,
|
|
54
|
+
focusItemOnOpen: C = "auto",
|
|
55
|
+
focusItemOnHover: Z = !0,
|
|
56
|
+
openOnArrowKeyDown: ee = !0,
|
|
57
|
+
disabledIndices: h = void 0,
|
|
58
|
+
orientation: d = "vertical",
|
|
59
|
+
parentOrientation: ae,
|
|
60
|
+
cols: k = 1,
|
|
61
|
+
scrollItemIntoView: Me = !0,
|
|
62
|
+
itemSizes: ve,
|
|
63
|
+
dense: Ce = !1,
|
|
64
|
+
id: fe
|
|
65
|
+
} = p;
|
|
66
|
+
process.env.NODE_ENV !== "production" && (Y && (_ || console.warn("`useListNavigation` looping must be enabled to allow escaping."), f || console.warn("`useListNavigation` must be virtual to allow escaping.")), d === "vertical" && k > 1 && console.warn("In grid list navigation mode (`cols` > 1), the `orientation` should", 'be either "horizontal" or "both".'));
|
|
67
|
+
const Pe = Se(s.floating), ne = z(Pe), q = ke(), R = Ae();
|
|
68
|
+
K(() => {
|
|
69
|
+
i.dataRef.current.orientation = d;
|
|
70
|
+
}, [i, d]);
|
|
71
|
+
const re = ze(s.domReference), P = g.useRef(C), r = g.useRef(w ?? -1), F = g.useRef(null), A = g.useRef(!0), a = ce((e) => {
|
|
72
|
+
be(r.current === -1 ? null : r.current, e);
|
|
73
|
+
}), de = g.useRef(a), L = g.useRef(!!s.floating), me = g.useRef(t), x = g.useRef(!1), H = g.useRef(!1), N = z(h), te = z(t), Fe = z(Me), ge = z(w), oe = ce(() => {
|
|
74
|
+
function e(u) {
|
|
75
|
+
f ? R == null || R.events.emit("virtualfocus", u) : De(u, {
|
|
76
|
+
sync: x.current,
|
|
77
|
+
preventScroll: !0
|
|
78
|
+
});
|
|
79
|
+
}
|
|
80
|
+
const c = o.current[r.current], n = H.current;
|
|
81
|
+
c && e(c), (x.current ? (u) => u() : requestAnimationFrame)(() => {
|
|
82
|
+
var D;
|
|
83
|
+
const u = o.current[r.current] || c;
|
|
84
|
+
if (!u)
|
|
85
|
+
return;
|
|
86
|
+
c || e(u);
|
|
87
|
+
const m = Fe.current;
|
|
88
|
+
m && // eslint-disable-next-line @typescript-eslint/no-use-before-define
|
|
89
|
+
ie && (n || !A.current) && ((D = u.scrollIntoView) == null || D.call(u, typeof m == "boolean" ? {
|
|
90
|
+
block: "nearest",
|
|
91
|
+
inline: "nearest"
|
|
92
|
+
} : m));
|
|
93
|
+
});
|
|
94
|
+
});
|
|
95
|
+
K(() => {
|
|
96
|
+
O && (t && s.floating ? P.current && w != null && (H.current = !0, r.current = w, a()) : L.current && (r.current = -1, de.current()));
|
|
97
|
+
}, [O, t, s.floating, w, a]), K(() => {
|
|
98
|
+
if (O) {
|
|
99
|
+
if (!t) {
|
|
100
|
+
x.current = !1;
|
|
101
|
+
return;
|
|
102
|
+
}
|
|
103
|
+
if (s.floating)
|
|
104
|
+
if (M == null) {
|
|
105
|
+
if (x.current = !1, ge.current != null)
|
|
106
|
+
return;
|
|
107
|
+
if (L.current && (r.current = -1, oe()), (!me.current || !L.current) && P.current && (F.current != null || P.current === !0 && F.current == null)) {
|
|
108
|
+
let e = 0;
|
|
109
|
+
const c = () => {
|
|
110
|
+
o.current[0] == null ? (e < 2 && (e ? requestAnimationFrame : queueMicrotask)(c), e += 1) : (r.current = F.current == null || le(F.current, d, E) || v ? ue(o, N.current) : ye(o, N.current), F.current = null, a());
|
|
111
|
+
};
|
|
112
|
+
c();
|
|
113
|
+
}
|
|
114
|
+
} else Ee(o, M) || (r.current = M, oe(), H.current = !1);
|
|
115
|
+
}
|
|
116
|
+
}, [O, t, s.floating, M, ge, v, o, d, E, a, oe, N]), K(() => {
|
|
117
|
+
var u, m;
|
|
118
|
+
if (!O || s.floating || !R || f || !L.current)
|
|
119
|
+
return;
|
|
120
|
+
const e = R.nodesRef.current, c = (m = (u = e.find((y) => y.id === q)) == null ? void 0 : u.context) == null ? void 0 : m.elements.floating, n = Oe(Ge(s.floating)), l = e.some((y) => y.context && We(y.context.elements.floating, n));
|
|
121
|
+
c && !l && A.current && c.focus({
|
|
122
|
+
preventScroll: !0
|
|
123
|
+
});
|
|
124
|
+
}, [O, s.floating, R, q, f]), K(() => {
|
|
125
|
+
de.current = a, me.current = t, L.current = !!s.floating;
|
|
126
|
+
}), K(() => {
|
|
127
|
+
t || (F.current = null, P.current = C);
|
|
128
|
+
}, [t, C]);
|
|
129
|
+
const pe = M != null, ie = g.useMemo(() => {
|
|
130
|
+
function e(n) {
|
|
131
|
+
if (!te.current)
|
|
132
|
+
return;
|
|
133
|
+
const l = o.current.indexOf(n.currentTarget);
|
|
134
|
+
l !== -1 && r.current !== l && (r.current = l, a(n));
|
|
135
|
+
}
|
|
136
|
+
return {
|
|
137
|
+
onFocus(n) {
|
|
138
|
+
x.current = !0, e(n);
|
|
139
|
+
},
|
|
140
|
+
onClick: ({
|
|
141
|
+
currentTarget: n
|
|
142
|
+
}) => n.focus({
|
|
143
|
+
preventScroll: !0
|
|
144
|
+
}),
|
|
145
|
+
// Safari
|
|
146
|
+
onMouseMove(n) {
|
|
147
|
+
x.current = !0, H.current = !1, Z && e(n);
|
|
148
|
+
},
|
|
149
|
+
onPointerLeave(n) {
|
|
150
|
+
var u;
|
|
151
|
+
if (!A.current || n.pointerType === "touch")
|
|
152
|
+
return;
|
|
153
|
+
x.current = !0;
|
|
154
|
+
const l = n.relatedTarget;
|
|
155
|
+
!Z || o.current.includes(l) || (r.current = -1, a(n), f || (u = ne.current) == null || u.focus({
|
|
156
|
+
preventScroll: !0
|
|
157
|
+
}));
|
|
158
|
+
}
|
|
159
|
+
};
|
|
160
|
+
}, [te, ne, Z, o, a, f]), $ = g.useCallback(() => {
|
|
161
|
+
var e, c, n;
|
|
162
|
+
return ae ?? ((n = (c = (e = R == null ? void 0 : R.nodesRef.current.find((l) => l.id === q)) == null ? void 0 : e.context) == null ? void 0 : c.dataRef) == null ? void 0 : n.current.orientation);
|
|
163
|
+
}, [q, R, ae]), V = ce((e) => {
|
|
164
|
+
if (A.current = !1, x.current = !0, e.which === 229 || !te.current && e.currentTarget === ne.current)
|
|
165
|
+
return;
|
|
166
|
+
if (v && Be(e.key, d, E, k)) {
|
|
167
|
+
J(e.key, $()) || T(e), I(!1, U("list-navigation", e.nativeEvent)), xe(s.domReference) && (f ? R == null || R.events.emit("virtualfocus", s.domReference) : s.domReference.focus());
|
|
168
|
+
return;
|
|
169
|
+
}
|
|
170
|
+
const c = r.current, n = ue(o, h), l = ye(o, h);
|
|
171
|
+
if (re || (e.key === "Home" && (T(e), r.current = n, a(e)), e.key === "End" && (T(e), r.current = l, a(e))), k > 1) {
|
|
172
|
+
const u = ve || Array.from({
|
|
173
|
+
length: o.current.length
|
|
174
|
+
}, () => ({
|
|
175
|
+
width: 1,
|
|
176
|
+
height: 1
|
|
177
|
+
})), m = Ke(u, k, Ce), y = m.findIndex((b) => b != null && !se(o, b, h)), D = m.reduce((b, S, Te) => S != null && !se(o, S, h) ? Te : b, -1), he = m[Le({
|
|
178
|
+
current: m.map((b) => b != null ? o.current[b] : null)
|
|
179
|
+
}, {
|
|
180
|
+
event: e,
|
|
181
|
+
orientation: d,
|
|
182
|
+
loop: _,
|
|
183
|
+
rtl: E,
|
|
184
|
+
cols: k,
|
|
185
|
+
// treat undefined (empty grid spaces) as disabled indices so we
|
|
186
|
+
// don't end up in them
|
|
187
|
+
disabledIndices: Ve([...(typeof h != "function" ? h : null) || o.current.map((b, S) => se(o, S, h) ? S : void 0), void 0], m),
|
|
188
|
+
minIndex: y,
|
|
189
|
+
maxIndex: D,
|
|
190
|
+
prevIndex: Ne(
|
|
191
|
+
r.current > l ? n : r.current,
|
|
192
|
+
u,
|
|
193
|
+
m,
|
|
194
|
+
k,
|
|
195
|
+
// use a corner matching the edge closest to the direction
|
|
196
|
+
// we're moving in so we don't end up in the same item. Prefer
|
|
197
|
+
// top/left over bottom/right.
|
|
198
|
+
// eslint-disable-next-line no-nested-ternary
|
|
199
|
+
e.key === Q ? "bl" : e.key === (E ? G : W) ? "tr" : "tl"
|
|
200
|
+
),
|
|
201
|
+
stopEvent: !0
|
|
202
|
+
})];
|
|
203
|
+
if (he != null && (r.current = he, a(e)), d === "both")
|
|
204
|
+
return;
|
|
205
|
+
}
|
|
206
|
+
if (J(e.key, d)) {
|
|
207
|
+
if (T(e), t && !f && Oe(e.currentTarget.ownerDocument) === e.currentTarget) {
|
|
208
|
+
r.current = le(e.key, d, E) ? n : l, a(e);
|
|
209
|
+
return;
|
|
210
|
+
}
|
|
211
|
+
le(e.key, d, E) ? _ ? c >= l ? Y && c !== o.current.length ? r.current = -1 : (x.current = !1, r.current = n) : r.current = j(o, {
|
|
212
|
+
startingIndex: c,
|
|
213
|
+
disabledIndices: h
|
|
214
|
+
}) : r.current = Math.min(l, j(o, {
|
|
215
|
+
startingIndex: c,
|
|
216
|
+
disabledIndices: h
|
|
217
|
+
})) : _ ? c <= n ? Y && c !== -1 ? r.current = o.current.length : (x.current = !1, r.current = l) : r.current = j(o, {
|
|
218
|
+
startingIndex: c,
|
|
219
|
+
decrement: !0,
|
|
220
|
+
disabledIndices: h
|
|
221
|
+
}) : r.current = Math.max(n, j(o, {
|
|
222
|
+
startingIndex: c,
|
|
223
|
+
decrement: !0,
|
|
224
|
+
disabledIndices: h
|
|
225
|
+
})), Ee(o, r.current) && (r.current = -1), a(e);
|
|
226
|
+
}
|
|
227
|
+
}), B = g.useMemo(() => f && t && pe && {
|
|
228
|
+
"aria-activedescendant": `${fe}-${M}`
|
|
229
|
+
}, [f, t, pe, fe, M]), Re = g.useMemo(() => ({
|
|
230
|
+
"aria-orientation": d === "both" ? void 0 : d,
|
|
231
|
+
...re ? {} : B,
|
|
232
|
+
onKeyDown(e) {
|
|
233
|
+
if (e.key === "Tab" && e.shiftKey && t && !f) {
|
|
234
|
+
T(e), I(!1, U("list-navigation", e.nativeEvent)), xe(s.domReference) && s.domReference.focus();
|
|
235
|
+
return;
|
|
236
|
+
}
|
|
237
|
+
V(e);
|
|
238
|
+
},
|
|
239
|
+
onPointerMove() {
|
|
240
|
+
A.current = !0;
|
|
241
|
+
}
|
|
242
|
+
}), [B, V, d, re, I, t, f, s.domReference]), Ie = g.useMemo(() => {
|
|
243
|
+
function e(n) {
|
|
244
|
+
C === "auto" && _e(n.nativeEvent) && (P.current = !f);
|
|
245
|
+
}
|
|
246
|
+
function c(n) {
|
|
247
|
+
P.current = C, C === "auto" && qe(n.nativeEvent) && (P.current = !0);
|
|
248
|
+
}
|
|
249
|
+
return {
|
|
250
|
+
...B,
|
|
251
|
+
onKeyDown(n) {
|
|
252
|
+
A.current = !1;
|
|
253
|
+
const l = n.key.startsWith("Arrow"), u = $e(n.key, $(), E), m = J(n.key, d), y = (v ? u : m) || n.key === "Enter" || n.key.trim() === "";
|
|
254
|
+
if (f && t)
|
|
255
|
+
return V(n);
|
|
256
|
+
if (!(!t && !ee && l)) {
|
|
257
|
+
if (y) {
|
|
258
|
+
const D = J(n.key, $());
|
|
259
|
+
F.current = v && D ? null : n.key;
|
|
260
|
+
}
|
|
261
|
+
if (v) {
|
|
262
|
+
u && (T(n), t ? (r.current = ue(o, N.current), a(n)) : I(!0, U("list-navigation", n.nativeEvent)));
|
|
263
|
+
return;
|
|
264
|
+
}
|
|
265
|
+
m && (w != null && (r.current = w), T(n), !t && ee ? I(!0, U("list-navigation", n.nativeEvent)) : V(n), t && a(n));
|
|
266
|
+
}
|
|
267
|
+
},
|
|
268
|
+
onFocus(n) {
|
|
269
|
+
t && !f && (r.current = -1, a(n));
|
|
270
|
+
},
|
|
271
|
+
onPointerDown: c,
|
|
272
|
+
onPointerEnter: c,
|
|
273
|
+
onMouseDown: e,
|
|
274
|
+
onClick: e
|
|
275
|
+
};
|
|
276
|
+
}, [B, V, N, C, o, v, a, I, t, ee, d, $, E, w, f]);
|
|
277
|
+
return g.useMemo(() => O ? {
|
|
278
|
+
reference: Ie,
|
|
279
|
+
floating: Re,
|
|
280
|
+
item: ie
|
|
281
|
+
} : {}, [O, Ie, Re, ie]);
|
|
282
|
+
}
|
|
283
|
+
export {
|
|
284
|
+
He as ESCAPE,
|
|
285
|
+
on as useListNavigation
|
|
286
|
+
};
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
import * as l from "react";
|
|
2
|
+
import { useId as M } from "../../../../../../../@base-ui-components_utils@0.1.2_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/utils/esm/useId.js";
|
|
3
|
+
import { useFloatingParentNodeId as F } from "../components/FloatingTree.js";
|
|
4
|
+
import { getFloatingFocusElement as y } from "../utils/element.js";
|
|
5
|
+
const P = /* @__PURE__ */ new Map([["select", "listbox"], ["combobox", "listbox"], ["label", !1]]);
|
|
6
|
+
function k(p, g = {}) {
|
|
7
|
+
var b;
|
|
8
|
+
const {
|
|
9
|
+
open: a,
|
|
10
|
+
elements: i,
|
|
11
|
+
floatingId: s
|
|
12
|
+
} = p, {
|
|
13
|
+
enabled: c = !0,
|
|
14
|
+
role: o = "dialog"
|
|
15
|
+
} = g, x = M(), r = ((b = i.domReference) == null ? void 0 : b.id) || x, t = l.useMemo(() => {
|
|
16
|
+
var n;
|
|
17
|
+
return ((n = y(i.floating)) == null ? void 0 : n.id) || s;
|
|
18
|
+
}, [i.floating, s]), e = P.get(o) ?? o, d = F() != null, u = l.useMemo(() => e === "tooltip" || o === "label" ? {
|
|
19
|
+
[`aria-${o === "label" ? "labelledby" : "describedby"}`]: a ? t : void 0
|
|
20
|
+
} : {
|
|
21
|
+
"aria-expanded": a ? "true" : "false",
|
|
22
|
+
"aria-haspopup": e === "alertdialog" ? "dialog" : e,
|
|
23
|
+
"aria-controls": a ? t : void 0,
|
|
24
|
+
...e === "listbox" && {
|
|
25
|
+
role: "combobox"
|
|
26
|
+
},
|
|
27
|
+
...e === "menu" && {
|
|
28
|
+
id: r
|
|
29
|
+
},
|
|
30
|
+
...e === "menu" && d && {
|
|
31
|
+
role: "menuitem"
|
|
32
|
+
},
|
|
33
|
+
...o === "select" && {
|
|
34
|
+
"aria-autocomplete": "none"
|
|
35
|
+
},
|
|
36
|
+
...o === "combobox" && {
|
|
37
|
+
"aria-autocomplete": "list"
|
|
38
|
+
}
|
|
39
|
+
}, [e, t, d, a, r, o]), m = l.useMemo(() => {
|
|
40
|
+
const n = {
|
|
41
|
+
id: t,
|
|
42
|
+
...e && {
|
|
43
|
+
role: e
|
|
44
|
+
}
|
|
45
|
+
};
|
|
46
|
+
return e === "tooltip" || o === "label" ? n : {
|
|
47
|
+
...n,
|
|
48
|
+
...e === "menu" && {
|
|
49
|
+
"aria-labelledby": r
|
|
50
|
+
}
|
|
51
|
+
};
|
|
52
|
+
}, [e, t, r, o]), f = l.useCallback(({
|
|
53
|
+
active: n,
|
|
54
|
+
selected: I
|
|
55
|
+
}) => {
|
|
56
|
+
const R = {
|
|
57
|
+
role: "option",
|
|
58
|
+
...n && {
|
|
59
|
+
id: `${t}-fui-option`
|
|
60
|
+
}
|
|
61
|
+
};
|
|
62
|
+
switch (o) {
|
|
63
|
+
case "select":
|
|
64
|
+
case "combobox":
|
|
65
|
+
return {
|
|
66
|
+
...R,
|
|
67
|
+
"aria-selected": I
|
|
68
|
+
};
|
|
69
|
+
}
|
|
70
|
+
return {};
|
|
71
|
+
}, [t, o]);
|
|
72
|
+
return l.useMemo(() => c ? {
|
|
73
|
+
reference: u,
|
|
74
|
+
floating: m,
|
|
75
|
+
item: f
|
|
76
|
+
} : {}, [c, u, m, f]);
|
|
77
|
+
}
|
|
78
|
+
export {
|
|
79
|
+
k as useRole
|
|
80
|
+
};
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
import * as c from "react";
|
|
2
|
+
import { useLatestRef as x } from "../../../../../../../@base-ui-components_utils@0.1.2_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/utils/esm/useLatestRef.js";
|
|
3
|
+
import { useEventCallback as p } from "../../../../../../../@base-ui-components_utils@0.1.2_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/utils/esm/useEventCallback.js";
|
|
4
|
+
import { useIsoLayoutEffect as O } from "../../../../../../../@base-ui-components_utils@0.1.2_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/utils/esm/useIsoLayoutEffect.js";
|
|
5
|
+
import { useTimeout as B } from "../../../../../../../@base-ui-components_utils@0.1.2_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/utils/esm/useTimeout.js";
|
|
6
|
+
import { stopEvent as E } from "../utils/event.js";
|
|
7
|
+
function W(b, F) {
|
|
8
|
+
const {
|
|
9
|
+
open: o,
|
|
10
|
+
dataRef: f
|
|
11
|
+
} = b, {
|
|
12
|
+
listRef: P,
|
|
13
|
+
activeIndex: g,
|
|
14
|
+
onMatch: S,
|
|
15
|
+
onTypingChange: D,
|
|
16
|
+
enabled: L = !0,
|
|
17
|
+
findMatch: U = null,
|
|
18
|
+
resetMs: j = 750,
|
|
19
|
+
ignoreKeys: q = [],
|
|
20
|
+
selectedIndex: m = null
|
|
21
|
+
} = F, d = B(), r = c.useRef(""), a = c.useRef(m ?? g ?? -1), l = c.useRef(null), z = p(S), C = p(D), M = x(U), A = x(q);
|
|
22
|
+
O(() => {
|
|
23
|
+
o && (d.clear(), l.current = null, r.current = "");
|
|
24
|
+
}, [o, d]), O(() => {
|
|
25
|
+
o && r.current === "" && (a.current = m ?? g ?? -1);
|
|
26
|
+
}, [o, m, g]);
|
|
27
|
+
const t = p((e) => {
|
|
28
|
+
e ? f.current.typing || (f.current.typing = e, C(e)) : f.current.typing && (f.current.typing = e, C(e));
|
|
29
|
+
}), y = p((e) => {
|
|
30
|
+
function I(s, u, i) {
|
|
31
|
+
const T = M.current ? M.current(u, i) : u.find((R) => (R == null ? void 0 : R.toLocaleLowerCase().indexOf(i.toLocaleLowerCase())) === 0);
|
|
32
|
+
return T ? s.indexOf(T) : -1;
|
|
33
|
+
}
|
|
34
|
+
const n = P.current;
|
|
35
|
+
if (r.current.length > 0 && r.current[0] !== " " && (I(n, n, r.current) === -1 ? t(!1) : e.key === " " && E(e)), n == null || A.current.includes(e.key) || // Character key.
|
|
36
|
+
e.key.length !== 1 || // Modifier key.
|
|
37
|
+
e.ctrlKey || e.metaKey || e.altKey)
|
|
38
|
+
return;
|
|
39
|
+
o && e.key !== " " && (E(e), t(!0)), n.every((s) => {
|
|
40
|
+
var u, i;
|
|
41
|
+
return s ? ((u = s[0]) == null ? void 0 : u.toLocaleLowerCase()) !== ((i = s[1]) == null ? void 0 : i.toLocaleLowerCase()) : !0;
|
|
42
|
+
}) && r.current === e.key && (r.current = "", a.current = l.current), r.current += e.key, d.start(j, () => {
|
|
43
|
+
r.current = "", a.current = l.current, t(!1);
|
|
44
|
+
});
|
|
45
|
+
const K = a.current, h = I(n, [...n.slice((K || 0) + 1), ...n.slice(0, (K || 0) + 1)], r.current);
|
|
46
|
+
h !== -1 ? (z(h), l.current = h) : e.key !== " " && (r.current = "", t(!1));
|
|
47
|
+
}), k = c.useMemo(() => ({
|
|
48
|
+
onKeyDown: y
|
|
49
|
+
}), [y]), w = c.useMemo(() => ({
|
|
50
|
+
onKeyDown: y,
|
|
51
|
+
onKeyUp(e) {
|
|
52
|
+
e.key === " " && t(!1);
|
|
53
|
+
}
|
|
54
|
+
}), [y, t]);
|
|
55
|
+
return c.useMemo(() => L ? {
|
|
56
|
+
reference: k,
|
|
57
|
+
floating: w
|
|
58
|
+
} : {}, [L, k, w]);
|
|
59
|
+
}
|
|
60
|
+
export {
|
|
61
|
+
W as useTypeahead
|
|
62
|
+
};
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { evaluate as k, getPaddingObject as q, getAlignmentAxis as B, getAlignment as C, clamp as F, getAxisLength as G } from "../../../../../../../@floating-ui_utils@0.2.10/node_modules/@floating-ui/utils/dist/floating-ui.utils.js";
|
|
2
|
+
const I = (i) => ({
|
|
3
|
+
name: "arrow",
|
|
4
|
+
options: i,
|
|
5
|
+
async fn(c) {
|
|
6
|
+
var y, j;
|
|
7
|
+
const {
|
|
8
|
+
x: M,
|
|
9
|
+
y: v,
|
|
10
|
+
placement: h,
|
|
11
|
+
rects: n,
|
|
12
|
+
platform: s,
|
|
13
|
+
elements: l,
|
|
14
|
+
middlewareData: z
|
|
15
|
+
} = c, {
|
|
16
|
+
element: g,
|
|
17
|
+
padding: E = 0,
|
|
18
|
+
offsetParent: H = "real"
|
|
19
|
+
} = k(i, c) || {};
|
|
20
|
+
if (g == null)
|
|
21
|
+
return {};
|
|
22
|
+
const A = q(E), d = {
|
|
23
|
+
x: M,
|
|
24
|
+
y: v
|
|
25
|
+
}, e = B(h), t = G(e), r = await s.getDimensions(g), m = e === "y", L = m ? "top" : "left", R = m ? "bottom" : "right", O = m ? "clientHeight" : "clientWidth", S = n.reference[t] + n.reference[e] - d[e] - n.floating[t], T = d[e] - n.reference[e], W = H === "real" ? await ((y = s.getOffsetParent) == null ? void 0 : y.call(s, g)) : l.floating;
|
|
26
|
+
let a = l.floating[O] || n.floating[t];
|
|
27
|
+
(!a || !await ((j = s.isElement) == null ? void 0 : j.call(s, W))) && (a = l.floating[O] || n.floating[t]);
|
|
28
|
+
const Y = S / 2 - T / 2, p = a / 2 - r[t] / 2 - 1, u = Math.min(A[L], p), b = Math.min(A[R], p), f = u, D = a - r[t] - b, o = a / 2 - r[t] / 2 + Y, P = F(f, o, D), w = !z.arrow && C(h) != null && o !== P && n.reference[t] / 2 - (o < f ? u : b) - r[t] / 2 < 0, x = w ? o < f ? o - f : o - D : 0;
|
|
29
|
+
return {
|
|
30
|
+
[e]: d[e] + x,
|
|
31
|
+
data: {
|
|
32
|
+
[e]: P,
|
|
33
|
+
centerOffset: o - P - x,
|
|
34
|
+
...w && {
|
|
35
|
+
alignmentOffset: x
|
|
36
|
+
}
|
|
37
|
+
},
|
|
38
|
+
reset: w
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
}), K = (i, c) => ({
|
|
42
|
+
...I(i),
|
|
43
|
+
options: [i, c]
|
|
44
|
+
});
|
|
45
|
+
export {
|
|
46
|
+
K as arrow,
|
|
47
|
+
I as baseArrow
|
|
48
|
+
};
|
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
import { isElement as U } from "../../../../../../@floating-ui_utils@0.2.10/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js";
|
|
2
|
+
import { Timeout as Z } from "../../../../../../@base-ui-components_utils@0.1.2_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/utils/esm/useTimeout.js";
|
|
3
|
+
import { getTarget as $, contains as W } from "./utils/element.js";
|
|
4
|
+
import { getNodeChildren as y } from "./utils/nodes.js";
|
|
5
|
+
function G(u, t) {
|
|
6
|
+
const [_, R] = u;
|
|
7
|
+
let h = !1;
|
|
8
|
+
const a = t.length;
|
|
9
|
+
for (let d = 0, b = a - 1; d < a; b = d++) {
|
|
10
|
+
const [O, E] = t[d] || [0, 0], [S, i] = t[b] || [0, 0];
|
|
11
|
+
E >= R != i >= R && _ <= (S - O) * (R - E) / (i - E) + O && (h = !h);
|
|
12
|
+
}
|
|
13
|
+
return h;
|
|
14
|
+
}
|
|
15
|
+
function x(u, t) {
|
|
16
|
+
return u[0] >= t.x && u[0] <= t.x + t.width && u[1] >= t.y && u[1] <= t.y + t.height;
|
|
17
|
+
}
|
|
18
|
+
function rt(u = {}) {
|
|
19
|
+
const {
|
|
20
|
+
buffer: t = 0.5,
|
|
21
|
+
blockPointerEvents: _ = !1,
|
|
22
|
+
requireIntent: R = !0
|
|
23
|
+
} = u, h = new Z();
|
|
24
|
+
let a = !1, d = null, b = null, O = typeof performance < "u" ? performance.now() : 0;
|
|
25
|
+
function E(i, s) {
|
|
26
|
+
const k = performance.now(), c = k - O;
|
|
27
|
+
if (d === null || b === null || c === 0)
|
|
28
|
+
return d = i, b = s, O = k, null;
|
|
29
|
+
const X = i - d, Y = s - b, z = Math.sqrt(X * X + Y * Y) / c;
|
|
30
|
+
return d = i, b = s, O = k, z;
|
|
31
|
+
}
|
|
32
|
+
const S = ({
|
|
33
|
+
x: i,
|
|
34
|
+
y: s,
|
|
35
|
+
placement: k,
|
|
36
|
+
elements: c,
|
|
37
|
+
onClose: X,
|
|
38
|
+
nodeId: Y,
|
|
39
|
+
tree: p
|
|
40
|
+
}) => function(P) {
|
|
41
|
+
function I() {
|
|
42
|
+
h.clear(), X();
|
|
43
|
+
}
|
|
44
|
+
if (h.clear(), !c.domReference || !c.floating || k == null || i == null || s == null)
|
|
45
|
+
return;
|
|
46
|
+
const {
|
|
47
|
+
clientX: N,
|
|
48
|
+
clientY: V
|
|
49
|
+
} = P, H = [N, V], A = $(P), j = P.type === "mouseleave", J = W(c.floating, A), D = W(c.domReference, A), n = c.domReference.getBoundingClientRect(), o = c.floating.getBoundingClientRect(), C = k.split("-")[0], m = i > o.right - o.width / 2, g = s > o.bottom - o.height / 2, K = x(H, n), l = o.width > n.width, f = o.height > n.height, v = (l ? n : o).left, B = (l ? n : o).right, M = (f ? n : o).top, q = (f ? n : o).bottom;
|
|
50
|
+
if (J && (a = !0, !j))
|
|
51
|
+
return;
|
|
52
|
+
if (D && (a = !1), D && !j) {
|
|
53
|
+
a = !0;
|
|
54
|
+
return;
|
|
55
|
+
}
|
|
56
|
+
if (j && U(P.relatedTarget) && W(c.floating, P.relatedTarget) || p && y(p.nodesRef.current, Y).some(({
|
|
57
|
+
context: e
|
|
58
|
+
}) => e == null ? void 0 : e.open))
|
|
59
|
+
return;
|
|
60
|
+
if (C === "top" && s >= n.bottom - 1 || C === "bottom" && s <= n.top + 1 || C === "left" && i >= n.right - 1 || C === "right" && i <= n.left + 1)
|
|
61
|
+
return I();
|
|
62
|
+
let L = [];
|
|
63
|
+
switch (C) {
|
|
64
|
+
case "top":
|
|
65
|
+
L = [[v, n.top + 1], [v, o.bottom - 1], [B, o.bottom - 1], [B, n.top + 1]];
|
|
66
|
+
break;
|
|
67
|
+
case "bottom":
|
|
68
|
+
L = [[v, o.top + 1], [v, n.bottom - 1], [B, n.bottom - 1], [B, o.top + 1]];
|
|
69
|
+
break;
|
|
70
|
+
case "left":
|
|
71
|
+
L = [[o.right - 1, q], [o.right - 1, M], [n.left + 1, M], [n.left + 1, q]];
|
|
72
|
+
break;
|
|
73
|
+
case "right":
|
|
74
|
+
L = [[n.right - 1, q], [n.right - 1, M], [o.left + 1, M], [o.left + 1, q]];
|
|
75
|
+
break;
|
|
76
|
+
}
|
|
77
|
+
function Q([e, r]) {
|
|
78
|
+
switch (C) {
|
|
79
|
+
case "top": {
|
|
80
|
+
const T = [l ? e + t / 2 : m ? e + t * 4 : e - t * 4, r + t + 1], w = [l ? e - t / 2 : m ? e + t * 4 : e - t * 4, r + t + 1], F = [[o.left, m || l ? o.bottom - t : o.top], [o.right, m ? l ? o.bottom - t : o.top : o.bottom - t]];
|
|
81
|
+
return [T, w, ...F];
|
|
82
|
+
}
|
|
83
|
+
case "bottom": {
|
|
84
|
+
const T = [l ? e + t / 2 : m ? e + t * 4 : e - t * 4, r - t], w = [l ? e - t / 2 : m ? e + t * 4 : e - t * 4, r - t], F = [[o.left, m || l ? o.top + t : o.bottom], [o.right, m ? l ? o.top + t : o.bottom : o.top + t]];
|
|
85
|
+
return [T, w, ...F];
|
|
86
|
+
}
|
|
87
|
+
case "left": {
|
|
88
|
+
const T = [e + t + 1, f ? r + t / 2 : g ? r + t * 4 : r - t * 4], w = [e + t + 1, f ? r - t / 2 : g ? r + t * 4 : r - t * 4];
|
|
89
|
+
return [...[[g || f ? o.right - t : o.left, o.top], [g ? f ? o.right - t : o.left : o.right - t, o.bottom]], T, w];
|
|
90
|
+
}
|
|
91
|
+
case "right": {
|
|
92
|
+
const T = [e - t, f ? r + t / 2 : g ? r + t * 4 : r - t * 4], w = [e - t, f ? r - t / 2 : g ? r + t * 4 : r - t * 4], F = [[g || f ? o.left + t : o.right, o.top], [g ? f ? o.left + t : o.right : o.left + t, o.bottom]];
|
|
93
|
+
return [T, w, ...F];
|
|
94
|
+
}
|
|
95
|
+
default:
|
|
96
|
+
return [];
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
if (!G([N, V], L)) {
|
|
100
|
+
if (a && !K)
|
|
101
|
+
return I();
|
|
102
|
+
if (!j && R) {
|
|
103
|
+
const e = E(P.clientX, P.clientY);
|
|
104
|
+
if (e !== null && e < 0.1)
|
|
105
|
+
return I();
|
|
106
|
+
}
|
|
107
|
+
G([N, V], Q([i, s])) ? !a && R && h.start(40, I) : I();
|
|
108
|
+
}
|
|
109
|
+
};
|
|
110
|
+
return S.__options = {
|
|
111
|
+
blockPointerEvents: _
|
|
112
|
+
}, S;
|
|
113
|
+
}
|
|
114
|
+
export {
|
|
115
|
+
rt as safePolygon
|
|
116
|
+
};
|