@protonradio/proton-ui 0.11.9 → 0.11.10-beta.2
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/index.cjs.js +2 -0
- package/dist/_virtual/index.cjs.js.map +1 -0
- package/dist/_virtual/index.es.js +5 -0
- package/dist/_virtual/index.es.js.map +1 -0
- package/dist/_virtual/jsx-runtime.cjs.js +2 -0
- package/dist/_virtual/jsx-runtime.cjs.js.map +1 -0
- package/dist/_virtual/jsx-runtime.es.js +5 -0
- package/dist/_virtual/jsx-runtime.es.js.map +1 -0
- package/dist/_virtual/react-jsx-runtime.development.cjs.js +2 -0
- package/dist/_virtual/react-jsx-runtime.development.cjs.js.map +1 -0
- package/dist/_virtual/react-jsx-runtime.development.es.js +5 -0
- package/dist/_virtual/react-jsx-runtime.development.es.js.map +1 -0
- package/dist/_virtual/react-jsx-runtime.production.min.cjs.js +2 -0
- package/dist/_virtual/react-jsx-runtime.production.min.cjs.js.map +1 -0
- package/dist/_virtual/react-jsx-runtime.production.min.es.js +5 -0
- package/dist/_virtual/react-jsx-runtime.production.min.es.js.map +1 -0
- package/dist/_virtual/use-sync-external-store-shim.development.cjs.js +2 -0
- package/dist/_virtual/use-sync-external-store-shim.development.cjs.js.map +1 -0
- package/dist/_virtual/use-sync-external-store-shim.development.es.js +5 -0
- package/dist/_virtual/use-sync-external-store-shim.development.es.js.map +1 -0
- package/dist/_virtual/use-sync-external-store-shim.production.cjs.js +2 -0
- package/dist/_virtual/use-sync-external-store-shim.production.cjs.js.map +1 -0
- package/dist/_virtual/use-sync-external-store-shim.production.es.js +5 -0
- package/dist/_virtual/use-sync-external-store-shim.production.es.js.map +1 -0
- package/dist/assets/svg/icons.svg.cjs.js +2 -0
- package/dist/assets/svg/icons.svg.cjs.js.map +1 -0
- package/dist/assets/svg/icons.svg.es.js +5 -0
- package/dist/assets/svg/icons.svg.es.js.map +1 -0
- package/dist/components/ActionMenu/ActionMenu.cjs.js +2 -0
- package/dist/components/ActionMenu/ActionMenu.cjs.js.map +1 -0
- package/dist/components/ActionMenu/ActionMenu.es.js +210 -0
- package/dist/components/ActionMenu/ActionMenu.es.js.map +1 -0
- package/dist/components/Badge/Badge.cjs.js +2 -0
- package/dist/components/Badge/Badge.cjs.js.map +1 -0
- package/dist/components/Badge/Badge.es.js +25 -0
- package/dist/components/Badge/Badge.es.js.map +1 -0
- package/dist/components/Banner/Banner.cjs.js +2 -0
- package/dist/components/Banner/Banner.cjs.js.map +1 -0
- package/dist/components/Banner/Banner.es.js +131 -0
- package/dist/components/Banner/Banner.es.js.map +1 -0
- package/dist/components/Button/Button.cjs.js +2 -0
- package/dist/components/Button/Button.cjs.js.map +1 -0
- package/dist/components/Button/Button.es.js +99 -0
- package/dist/components/Button/Button.es.js.map +1 -0
- package/dist/components/ButtonGroup/ButtonGroup.cjs.js +2 -0
- package/dist/components/ButtonGroup/ButtonGroup.cjs.js.map +1 -0
- package/dist/components/ButtonGroup/ButtonGroup.es.js +51 -0
- package/dist/components/ButtonGroup/ButtonGroup.es.js.map +1 -0
- package/dist/components/ButtonWithSelect/ButtonWithSelect.cjs.js +2 -0
- package/dist/components/ButtonWithSelect/ButtonWithSelect.cjs.js.map +1 -0
- package/dist/components/ButtonWithSelect/ButtonWithSelect.es.js +81 -0
- package/dist/components/ButtonWithSelect/ButtonWithSelect.es.js.map +1 -0
- package/dist/components/DataTable/DataTable.cjs.js +2 -0
- package/dist/components/DataTable/DataTable.cjs.js.map +1 -0
- package/dist/components/DataTable/DataTable.es.js +137 -0
- package/dist/components/DataTable/DataTable.es.js.map +1 -0
- package/dist/components/Dialog/Dialog.cjs.js +2 -0
- package/dist/components/Dialog/Dialog.cjs.js.map +1 -0
- package/dist/components/Dialog/Dialog.es.js +15 -0
- package/dist/components/Dialog/Dialog.es.js.map +1 -0
- package/dist/components/Elevation/Elevation.cjs.js +2 -0
- package/dist/components/Elevation/Elevation.cjs.js.map +1 -0
- package/dist/components/Elevation/Elevation.es.js +33 -0
- package/dist/components/Elevation/Elevation.es.js.map +1 -0
- package/dist/components/Icon/Icon.cjs.js +2 -0
- package/dist/components/Icon/Icon.cjs.js.map +1 -0
- package/dist/components/Icon/Icon.es.js +42 -0
- package/dist/components/Icon/Icon.es.js.map +1 -0
- package/dist/components/ImageBackground/ImageBackground.cjs.js +2 -0
- package/dist/components/ImageBackground/ImageBackground.cjs.js.map +1 -0
- package/dist/components/ImageBackground/ImageBackground.es.js +55 -0
- package/dist/components/ImageBackground/ImageBackground.es.js.map +1 -0
- package/dist/components/Input/BaseInput/Input.cjs.js +2 -0
- package/dist/components/Input/BaseInput/Input.cjs.js.map +1 -0
- package/dist/components/Input/BaseInput/Input.es.js +182 -0
- package/dist/components/Input/BaseInput/Input.es.js.map +1 -0
- package/dist/components/Input/CopyInput/CopyInput.cjs.js +2 -0
- package/dist/components/Input/CopyInput/CopyInput.cjs.js.map +1 -0
- package/dist/components/Input/CopyInput/CopyInput.es.js +83 -0
- package/dist/components/Input/CopyInput/CopyInput.es.js.map +1 -0
- package/dist/components/Input/SearchInput/SearchInput.cjs.js +2 -0
- package/dist/components/Input/SearchInput/SearchInput.cjs.js.map +1 -0
- package/dist/components/Input/SearchInput/SearchInput.es.js +118 -0
- package/dist/components/Input/SearchInput/SearchInput.es.js.map +1 -0
- package/dist/components/ListBox/ListBox.cjs.js +2 -0
- package/dist/components/ListBox/ListBox.cjs.js.map +1 -0
- package/dist/components/ListBox/ListBox.es.js +25 -0
- package/dist/components/ListBox/ListBox.es.js.map +1 -0
- package/dist/components/Menu/MenuTrigger.cjs.js +2 -0
- package/dist/components/Menu/MenuTrigger.cjs.js.map +1 -0
- package/dist/components/Menu/MenuTrigger.es.js +97 -0
- package/dist/components/Menu/MenuTrigger.es.js.map +1 -0
- package/dist/components/Menu/PopoverMenu.cjs.js +2 -0
- package/dist/components/Menu/PopoverMenu.cjs.js.map +1 -0
- package/dist/components/Menu/PopoverMenu.es.js +116 -0
- package/dist/components/Menu/PopoverMenu.es.js.map +1 -0
- package/dist/components/Modal/Modal.cjs.js +2 -0
- package/dist/components/Modal/Modal.cjs.js.map +1 -0
- package/dist/components/Modal/Modal.es.js +122 -0
- package/dist/components/Modal/Modal.es.js.map +1 -0
- package/dist/components/Popover/Popover.cjs.js +2 -0
- package/dist/components/Popover/Popover.cjs.js.map +1 -0
- package/dist/components/Popover/Popover.es.js +74 -0
- package/dist/components/Popover/Popover.es.js.map +1 -0
- package/dist/components/ScreenOverlay/ScreenOverlay.cjs.js +2 -0
- package/dist/components/ScreenOverlay/ScreenOverlay.cjs.js.map +1 -0
- package/dist/components/ScreenOverlay/ScreenOverlay.es.js +44 -0
- package/dist/components/ScreenOverlay/ScreenOverlay.es.js.map +1 -0
- package/dist/components/Select/Select.cjs.js +2 -0
- package/dist/components/Select/Select.cjs.js.map +1 -0
- package/dist/components/Select/Select.es.js +173 -0
- package/dist/components/Select/Select.es.js.map +1 -0
- package/dist/components/Switch/Switch.cjs.js +2 -0
- package/dist/components/Switch/Switch.cjs.js.map +1 -0
- package/dist/components/Switch/Switch.es.js +40 -0
- package/dist/components/Switch/Switch.es.js.map +1 -0
- package/dist/components/Table/Collection/CompoundComponents.cjs.js +2 -0
- package/dist/components/Table/Collection/CompoundComponents.cjs.js.map +1 -0
- package/dist/components/Table/Collection/CompoundComponents.es.js +9 -0
- package/dist/components/Table/Collection/CompoundComponents.es.js.map +1 -0
- package/dist/components/Table/Collection/collectionParser.cjs.js +2 -0
- package/dist/components/Table/Collection/collectionParser.cjs.js.map +1 -0
- package/dist/components/Table/Collection/collectionParser.es.js +54 -0
- package/dist/components/Table/Collection/collectionParser.es.js.map +1 -0
- package/dist/components/Table/Collection/useTableCollection.cjs.js +2 -0
- package/dist/components/Table/Collection/useTableCollection.cjs.js.map +1 -0
- package/dist/components/Table/Collection/useTableCollection.es.js +59 -0
- package/dist/components/Table/Collection/useTableCollection.es.js.map +1 -0
- package/dist/components/Table/Table.cjs.js +2 -0
- package/dist/components/Table/Table.cjs.js.map +1 -0
- package/dist/components/Table/Table.es.js +89 -0
- package/dist/components/Table/Table.es.js.map +1 -0
- package/dist/components/Text/TextEllipsis/TextEllipsis.cjs.js +2 -0
- package/dist/components/Text/TextEllipsis/TextEllipsis.cjs.js.map +1 -0
- package/dist/components/Text/TextEllipsis/TextEllipsis.es.js +30 -0
- package/dist/components/Text/TextEllipsis/TextEllipsis.es.js.map +1 -0
- package/dist/components/Text/TextEmphasis/TextEmphasis.cjs.js +2 -0
- package/dist/components/Text/TextEmphasis/TextEmphasis.cjs.js.map +1 -0
- package/dist/components/Text/TextEmphasis/TextEmphasis.es.js +54 -0
- package/dist/components/Text/TextEmphasis/TextEmphasis.es.js.map +1 -0
- package/dist/components/ThemeProvider.cjs.js +2 -0
- package/dist/components/ThemeProvider.cjs.js.map +1 -0
- package/dist/components/ThemeProvider.es.js +42 -0
- package/dist/components/ThemeProvider.es.js.map +1 -0
- package/dist/components/Tombstone/Tombstone.cjs.js +2 -0
- package/dist/components/Tombstone/Tombstone.cjs.js.map +1 -0
- package/dist/components/Tombstone/Tombstone.es.js +35 -0
- package/dist/components/Tombstone/Tombstone.es.js.map +1 -0
- package/dist/components/Tooltip/Tooltip.cjs.js +2 -0
- package/dist/components/Tooltip/Tooltip.cjs.js.map +1 -0
- package/dist/components/Tooltip/Tooltip.es.js +78 -0
- package/dist/components/Tooltip/Tooltip.es.js.map +1 -0
- package/dist/components/Waveform/Waveform.cjs.js +2 -0
- package/dist/components/Waveform/Waveform.cjs.js.map +1 -0
- package/dist/components/Waveform/Waveform.es.js +163 -0
- package/dist/components/Waveform/Waveform.es.js.map +1 -0
- package/dist/components/Waveform/WaveformBar.cjs.js +2 -0
- package/dist/components/Waveform/WaveformBar.cjs.js.map +1 -0
- package/dist/components/Waveform/WaveformBar.es.js +74 -0
- package/dist/components/Waveform/WaveformBar.es.js.map +1 -0
- package/dist/constants/breakpoint.cjs.js +2 -0
- package/dist/constants/breakpoint.cjs.js.map +1 -0
- package/dist/{breakpoint-9y1_8U_b.mjs → constants/breakpoint.es.js} +2 -2
- package/dist/constants/breakpoint.es.js.map +1 -0
- package/dist/constants/placement.cjs.js +2 -0
- package/dist/constants/placement.cjs.js.map +1 -0
- package/dist/constants/placement.es.js +28 -0
- package/dist/constants/placement.es.js.map +1 -0
- package/dist/constants.cjs.js +1 -1
- package/dist/constants.cjs.js.map +1 -1
- package/dist/constants.es.js +3 -26
- package/dist/constants.es.js.map +1 -1
- package/dist/design/colors.cjs.js +2 -0
- package/dist/design/colors.cjs.js.map +1 -0
- package/dist/{colors-CWaj9dFz.mjs → design/colors.es.js} +7 -7
- package/dist/design/colors.es.js.map +1 -0
- package/dist/design/darkTheme/colors.cjs.js +2 -0
- package/dist/{colors-Ceyo4oCJ.mjs.map → design/darkTheme/colors.cjs.js.map} +1 -1
- package/dist/{colors-Ceyo4oCJ.mjs → design/darkTheme/colors.es.js} +13 -13
- package/dist/{colors-CebzFjpe.js.map → design/darkTheme/colors.es.js.map} +1 -1
- package/dist/design/darkTheme/stylesheet.cjs.js +2 -0
- package/dist/design/darkTheme/stylesheet.cjs.js.map +1 -0
- package/dist/{dark.es.js → design/darkTheme/stylesheet.es.js} +9 -15
- package/dist/design/darkTheme/stylesheet.es.js.map +1 -0
- package/dist/design/darkTheme.cjs.js +2 -0
- package/dist/design/darkTheme.cjs.js.map +1 -0
- package/dist/design/darkTheme.d.ts +2 -0
- package/dist/design/darkTheme.es.js +11 -0
- package/dist/design/darkTheme.es.js.map +1 -0
- package/dist/design/generateStylesheet.cjs.js +2 -0
- package/dist/design/generateStylesheet.cjs.js.map +1 -0
- package/dist/design/generateStylesheet.es.js +26 -0
- package/dist/design/generateStylesheet.es.js.map +1 -0
- package/dist/design/lightTheme/colors.cjs.js +2 -0
- package/dist/{colors-DMkDnu4U.mjs.map → design/lightTheme/colors.cjs.js.map} +1 -1
- package/dist/{colors-DMkDnu4U.mjs → design/lightTheme/colors.es.js} +11 -11
- package/dist/{colors-DL1dYffC.js.map → design/lightTheme/colors.es.js.map} +1 -1
- package/dist/design/lightTheme/stylesheet.cjs.js +2 -0
- package/dist/design/lightTheme/stylesheet.cjs.js.map +1 -0
- package/dist/{light.es.js → design/lightTheme/stylesheet.es.js} +10 -16
- package/dist/design/lightTheme/stylesheet.es.js.map +1 -0
- package/dist/design/lightTheme.cjs.js +2 -0
- package/dist/design/lightTheme.cjs.js.map +1 -0
- package/dist/design/lightTheme.d.ts +2 -0
- package/dist/design/lightTheme.es.js +11 -0
- package/dist/design/lightTheme.es.js.map +1 -0
- package/dist/design/theme.cjs.js +2 -0
- package/dist/design/theme.cjs.js.map +1 -0
- package/dist/design/theme.es.js +12 -0
- package/dist/design/theme.es.js.map +1 -0
- package/dist/design.cjs.js +2 -0
- package/dist/design.cjs.js.map +1 -0
- package/dist/design.es.js +13 -0
- package/dist/design.es.js.map +1 -0
- package/dist/hooks/useBreakpoint.cjs.js +2 -0
- package/dist/hooks/useBreakpoint.cjs.js.map +1 -0
- package/dist/hooks/useBreakpoint.es.js +17 -0
- package/dist/hooks/useBreakpoint.es.js.map +1 -0
- package/dist/hooks/useIsClosing.cjs.js +2 -0
- package/dist/hooks/useIsClosing.cjs.js.map +1 -0
- package/dist/hooks/useIsClosing.es.js +30 -0
- package/dist/hooks/useIsClosing.es.js.map +1 -0
- package/dist/hooks/useLockBodyScroll.cjs.js +2 -0
- package/dist/hooks/useLockBodyScroll.cjs.js.map +1 -0
- package/dist/hooks/useLockBodyScroll.es.js +14 -0
- package/dist/hooks/useLockBodyScroll.es.js.map +1 -0
- package/dist/hooks/usePalette.cjs.js +2 -0
- package/dist/hooks/usePalette.cjs.js.map +1 -0
- package/dist/hooks/usePalette.es.js +37 -0
- package/dist/hooks/usePalette.es.js.map +1 -0
- package/dist/hooks.cjs.js +1 -1
- package/dist/hooks.cjs.js.map +1 -1
- package/dist/hooks.es.js +8 -37
- package/dist/hooks.es.js.map +1 -1
- package/dist/index.cjs.js +1 -30
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +78 -62
- package/dist/index.es.js +61 -5340
- package/dist/index.es.js.map +1 -1
- package/dist/node_modules/@internationalized/string/dist/LocalizedStringDictionary.cjs.js +2 -0
- package/dist/node_modules/@internationalized/string/dist/LocalizedStringDictionary.cjs.js.map +1 -0
- package/dist/node_modules/@internationalized/string/dist/LocalizedStringDictionary.es.js +48 -0
- package/dist/node_modules/@internationalized/string/dist/LocalizedStringDictionary.es.js.map +1 -0
- package/dist/node_modules/@internationalized/string/dist/LocalizedStringFormatter.cjs.js +2 -0
- package/dist/node_modules/@internationalized/string/dist/LocalizedStringFormatter.cjs.js.map +1 -0
- package/dist/node_modules/@internationalized/string/dist/LocalizedStringFormatter.es.js +33 -0
- package/dist/node_modules/@internationalized/string/dist/LocalizedStringFormatter.es.js.map +1 -0
- package/dist/node_modules/@react-aria/button/dist/useButton.cjs.js +2 -0
- package/dist/node_modules/@react-aria/button/dist/useButton.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/button/dist/useButton.es.js +55 -0
- package/dist/node_modules/@react-aria/button/dist/useButton.es.js.map +1 -0
- package/dist/node_modules/@react-aria/collections/dist/BaseCollection.cjs.js +2 -0
- package/dist/node_modules/@react-aria/collections/dist/BaseCollection.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/collections/dist/BaseCollection.es.js +135 -0
- package/dist/node_modules/@react-aria/collections/dist/BaseCollection.es.js.map +1 -0
- package/dist/node_modules/@react-aria/collections/dist/CollectionBuilder.cjs.js +2 -0
- package/dist/node_modules/@react-aria/collections/dist/CollectionBuilder.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/collections/dist/CollectionBuilder.es.js +145 -0
- package/dist/node_modules/@react-aria/collections/dist/CollectionBuilder.es.js.map +1 -0
- package/dist/node_modules/@react-aria/collections/dist/Document.cjs.js +2 -0
- package/dist/node_modules/@react-aria/collections/dist/Document.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/collections/dist/Document.es.js +220 -0
- package/dist/node_modules/@react-aria/collections/dist/Document.es.js.map +1 -0
- package/dist/node_modules/@react-aria/collections/dist/Hidden.cjs.js +2 -0
- package/dist/node_modules/@react-aria/collections/dist/Hidden.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/collections/dist/Hidden.es.js +36 -0
- package/dist/node_modules/@react-aria/collections/dist/Hidden.es.js.map +1 -0
- package/dist/node_modules/@react-aria/collections/dist/useCachedChildren.cjs.js +2 -0
- package/dist/node_modules/@react-aria/collections/dist/useCachedChildren.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/collections/dist/useCachedChildren.es.js +37 -0
- package/dist/node_modules/@react-aria/collections/dist/useCachedChildren.es.js.map +1 -0
- package/dist/node_modules/@react-aria/dialog/dist/useDialog.cjs.js +2 -0
- package/dist/node_modules/@react-aria/dialog/dist/useDialog.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/dialog/dist/useDialog.es.js +44 -0
- package/dist/node_modules/@react-aria/dialog/dist/useDialog.es.js.map +1 -0
- package/dist/node_modules/@react-aria/focus/dist/FocusScope.cjs.js +2 -0
- package/dist/node_modules/@react-aria/focus/dist/FocusScope.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/focus/dist/FocusScope.es.js +437 -0
- package/dist/node_modules/@react-aria/focus/dist/FocusScope.es.js.map +1 -0
- package/dist/node_modules/@react-aria/focus/dist/virtualFocus.cjs.js +2 -0
- package/dist/node_modules/@react-aria/focus/dist/virtualFocus.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/focus/dist/virtualFocus.es.js +32 -0
- package/dist/node_modules/@react-aria/focus/dist/virtualFocus.es.js.map +1 -0
- package/dist/node_modules/@react-aria/form/dist/useFormValidation.cjs.js +2 -0
- package/dist/node_modules/@react-aria/form/dist/useFormValidation.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/form/dist/useFormValidation.es.js +78 -0
- package/dist/node_modules/@react-aria/form/dist/useFormValidation.es.js.map +1 -0
- package/dist/node_modules/@react-aria/i18n/dist/context.cjs.js +2 -0
- package/dist/node_modules/@react-aria/i18n/dist/context.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/i18n/dist/context.es.js +11 -0
- package/dist/node_modules/@react-aria/i18n/dist/context.es.js.map +1 -0
- package/dist/node_modules/@react-aria/i18n/dist/useCollator.cjs.js +2 -0
- package/dist/node_modules/@react-aria/i18n/dist/useCollator.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/i18n/dist/useCollator.es.js +12 -0
- package/dist/node_modules/@react-aria/i18n/dist/useCollator.es.js.map +1 -0
- package/dist/node_modules/@react-aria/i18n/dist/useDefaultLocale.cjs.js +2 -0
- package/dist/node_modules/@react-aria/i18n/dist/useDefaultLocale.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/i18n/dist/useDefaultLocale.es.js +30 -0
- package/dist/node_modules/@react-aria/i18n/dist/useDefaultLocale.es.js.map +1 -0
- package/dist/node_modules/@react-aria/i18n/dist/useLocalizedStringFormatter.cjs.js +2 -0
- package/dist/node_modules/@react-aria/i18n/dist/useLocalizedStringFormatter.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/i18n/dist/useLocalizedStringFormatter.es.js +24 -0
- package/dist/node_modules/@react-aria/i18n/dist/useLocalizedStringFormatter.es.js.map +1 -0
- package/dist/node_modules/@react-aria/i18n/dist/utils.cjs.js +2 -0
- package/dist/node_modules/@react-aria/i18n/dist/utils.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/i18n/dist/utils.es.js +45 -0
- package/dist/node_modules/@react-aria/i18n/dist/utils.es.js.map +1 -0
- package/dist/node_modules/@react-aria/interactions/dist/PressResponder.cjs.js +2 -0
- package/dist/node_modules/@react-aria/interactions/dist/PressResponder.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/interactions/dist/PressResponder.es.js +15 -0
- package/dist/node_modules/@react-aria/interactions/dist/PressResponder.es.js.map +1 -0
- package/dist/node_modules/@react-aria/interactions/dist/context.cjs.js +2 -0
- package/dist/node_modules/@react-aria/interactions/dist/context.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/interactions/dist/context.es.js +10 -0
- package/dist/node_modules/@react-aria/interactions/dist/context.es.js.map +1 -0
- package/dist/node_modules/@react-aria/interactions/dist/createEventHandler.cjs.js +2 -0
- package/dist/node_modules/@react-aria/interactions/dist/createEventHandler.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/interactions/dist/createEventHandler.es.js +29 -0
- package/dist/node_modules/@react-aria/interactions/dist/createEventHandler.es.js.map +1 -0
- package/dist/node_modules/@react-aria/interactions/dist/focusSafely.cjs.js +2 -0
- package/dist/node_modules/@react-aria/interactions/dist/focusSafely.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/interactions/dist/focusSafely.es.js +15 -0
- package/dist/node_modules/@react-aria/interactions/dist/focusSafely.es.js.map +1 -0
- package/dist/node_modules/@react-aria/interactions/dist/textSelection.cjs.js +2 -0
- package/dist/node_modules/@react-aria/interactions/dist/textSelection.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/interactions/dist/textSelection.es.js +35 -0
- package/dist/node_modules/@react-aria/interactions/dist/textSelection.es.js.map +1 -0
- package/dist/node_modules/@react-aria/interactions/dist/useFocus.cjs.js +2 -0
- package/dist/node_modules/@react-aria/interactions/dist/useFocus.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/interactions/dist/useFocus.es.js +30 -0
- package/dist/node_modules/@react-aria/interactions/dist/useFocus.es.js.map +1 -0
- package/dist/node_modules/@react-aria/interactions/dist/useFocusVisible.cjs.js +2 -0
- package/dist/node_modules/@react-aria/interactions/dist/useFocusVisible.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/interactions/dist/useFocusVisible.es.js +67 -0
- package/dist/node_modules/@react-aria/interactions/dist/useFocusVisible.es.js.map +1 -0
- package/dist/node_modules/@react-aria/interactions/dist/useFocusWithin.cjs.js +2 -0
- package/dist/node_modules/@react-aria/interactions/dist/useFocusWithin.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/interactions/dist/useFocusWithin.es.js +56 -0
- package/dist/node_modules/@react-aria/interactions/dist/useFocusWithin.es.js.map +1 -0
- package/dist/node_modules/@react-aria/interactions/dist/useFocusable.cjs.js +2 -0
- package/dist/node_modules/@react-aria/interactions/dist/useFocusable.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/interactions/dist/useFocusable.es.js +42 -0
- package/dist/node_modules/@react-aria/interactions/dist/useFocusable.es.js.map +1 -0
- package/dist/node_modules/@react-aria/interactions/dist/useHover.cjs.js +2 -0
- package/dist/node_modules/@react-aria/interactions/dist/useHover.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/interactions/dist/useHover.es.js +85 -0
- package/dist/node_modules/@react-aria/interactions/dist/useHover.es.js.map +1 -0
- package/dist/node_modules/@react-aria/interactions/dist/useInteractOutside.cjs.js +2 -0
- package/dist/node_modules/@react-aria/interactions/dist/useInteractOutside.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/interactions/dist/useInteractOutside.es.js +51 -0
- package/dist/node_modules/@react-aria/interactions/dist/useInteractOutside.es.js.map +1 -0
- package/dist/node_modules/@react-aria/interactions/dist/useKeyboard.cjs.js +2 -0
- package/dist/node_modules/@react-aria/interactions/dist/useKeyboard.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/interactions/dist/useKeyboard.es.js +13 -0
- package/dist/node_modules/@react-aria/interactions/dist/useKeyboard.es.js.map +1 -0
- package/dist/node_modules/@react-aria/interactions/dist/useLongPress.cjs.js +2 -0
- package/dist/node_modules/@react-aria/interactions/dist/useLongPress.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/interactions/dist/useLongPress.es.js +50 -0
- package/dist/node_modules/@react-aria/interactions/dist/useLongPress.es.js.map +1 -0
- package/dist/node_modules/@react-aria/interactions/dist/usePress.cjs.js +8 -0
- package/dist/node_modules/@react-aria/interactions/dist/usePress.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/interactions/dist/usePress.es.js +386 -0
- package/dist/node_modules/@react-aria/interactions/dist/usePress.es.js.map +1 -0
- package/dist/node_modules/@react-aria/interactions/dist/utils.cjs.js +2 -0
- package/dist/node_modules/@react-aria/interactions/dist/utils.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/interactions/dist/utils.es.js +92 -0
- package/dist/node_modules/@react-aria/interactions/dist/utils.es.js.map +1 -0
- package/dist/node_modules/@react-aria/label/dist/useField.cjs.js +2 -0
- package/dist/node_modules/@react-aria/label/dist/useField.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/label/dist/useField.es.js +36 -0
- package/dist/node_modules/@react-aria/label/dist/useField.es.js.map +1 -0
- package/dist/node_modules/@react-aria/label/dist/useLabel.cjs.js +2 -0
- package/dist/node_modules/@react-aria/label/dist/useLabel.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/label/dist/useLabel.es.js +23 -0
- package/dist/node_modules/@react-aria/label/dist/useLabel.es.js.map +1 -0
- package/dist/node_modules/@react-aria/listbox/dist/useListBox.cjs.js +2 -0
- package/dist/node_modules/@react-aria/listbox/dist/useListBox.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/listbox/dist/useListBox.es.js +52 -0
- package/dist/node_modules/@react-aria/listbox/dist/useListBox.es.js.map +1 -0
- package/dist/node_modules/@react-aria/listbox/dist/useOption.cjs.js +2 -0
- package/dist/node_modules/@react-aria/listbox/dist/useOption.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/listbox/dist/useOption.es.js +79 -0
- package/dist/node_modules/@react-aria/listbox/dist/useOption.es.js.map +1 -0
- package/dist/node_modules/@react-aria/listbox/dist/utils.cjs.js +2 -0
- package/dist/node_modules/@react-aria/listbox/dist/utils.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/listbox/dist/utils.es.js +14 -0
- package/dist/node_modules/@react-aria/listbox/dist/utils.es.js.map +1 -0
- package/dist/node_modules/@react-aria/live-announcer/dist/LiveAnnouncer.cjs.js +2 -0
- package/dist/node_modules/@react-aria/live-announcer/dist/LiveAnnouncer.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/live-announcer/dist/LiveAnnouncer.es.js +48 -0
- package/dist/node_modules/@react-aria/live-announcer/dist/LiveAnnouncer.es.js.map +1 -0
- package/dist/node_modules/@react-aria/menu/dist/ar-AE.cjs.js +2 -0
- package/dist/node_modules/@react-aria/menu/dist/ar-AE.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/menu/dist/ar-AE.es.js +8 -0
- package/dist/node_modules/@react-aria/menu/dist/ar-AE.es.js.map +1 -0
- package/dist/node_modules/@react-aria/menu/dist/bg-BG.cjs.js +2 -0
- package/dist/node_modules/@react-aria/menu/dist/bg-BG.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/menu/dist/bg-BG.es.js +8 -0
- package/dist/node_modules/@react-aria/menu/dist/bg-BG.es.js.map +1 -0
- package/dist/node_modules/@react-aria/menu/dist/cs-CZ.cjs.js +2 -0
- package/dist/node_modules/@react-aria/menu/dist/cs-CZ.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/menu/dist/cs-CZ.es.js +8 -0
- package/dist/node_modules/@react-aria/menu/dist/cs-CZ.es.js.map +1 -0
- package/dist/node_modules/@react-aria/menu/dist/da-DK.cjs.js +2 -0
- package/dist/node_modules/@react-aria/menu/dist/da-DK.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/menu/dist/da-DK.es.js +8 -0
- package/dist/node_modules/@react-aria/menu/dist/da-DK.es.js.map +1 -0
- package/dist/node_modules/@react-aria/menu/dist/de-DE.cjs.js +2 -0
- package/dist/node_modules/@react-aria/menu/dist/de-DE.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/menu/dist/de-DE.es.js +8 -0
- package/dist/node_modules/@react-aria/menu/dist/de-DE.es.js.map +1 -0
- package/dist/node_modules/@react-aria/menu/dist/el-GR.cjs.js +2 -0
- package/dist/node_modules/@react-aria/menu/dist/el-GR.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/menu/dist/el-GR.es.js +8 -0
- package/dist/node_modules/@react-aria/menu/dist/el-GR.es.js.map +1 -0
- package/dist/node_modules/@react-aria/menu/dist/en-US.cjs.js +2 -0
- package/dist/node_modules/@react-aria/menu/dist/en-US.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/menu/dist/en-US.es.js +8 -0
- package/dist/node_modules/@react-aria/menu/dist/en-US.es.js.map +1 -0
- package/dist/node_modules/@react-aria/menu/dist/es-ES.cjs.js +2 -0
- package/dist/node_modules/@react-aria/menu/dist/es-ES.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/menu/dist/es-ES.es.js +8 -0
- package/dist/node_modules/@react-aria/menu/dist/es-ES.es.js.map +1 -0
- package/dist/node_modules/@react-aria/menu/dist/et-EE.cjs.js +2 -0
- package/dist/node_modules/@react-aria/menu/dist/et-EE.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/menu/dist/et-EE.es.js +8 -0
- package/dist/node_modules/@react-aria/menu/dist/et-EE.es.js.map +1 -0
- package/dist/node_modules/@react-aria/menu/dist/fi-FI.cjs.js +2 -0
- package/dist/node_modules/@react-aria/menu/dist/fi-FI.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/menu/dist/fi-FI.es.js +8 -0
- package/dist/node_modules/@react-aria/menu/dist/fi-FI.es.js.map +1 -0
- package/dist/node_modules/@react-aria/menu/dist/fr-FR.cjs.js +2 -0
- package/dist/node_modules/@react-aria/menu/dist/fr-FR.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/menu/dist/fr-FR.es.js +8 -0
- package/dist/node_modules/@react-aria/menu/dist/fr-FR.es.js.map +1 -0
- package/dist/node_modules/@react-aria/menu/dist/he-IL.cjs.js +2 -0
- package/dist/node_modules/@react-aria/menu/dist/he-IL.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/menu/dist/he-IL.es.js +8 -0
- package/dist/node_modules/@react-aria/menu/dist/he-IL.es.js.map +1 -0
- package/dist/node_modules/@react-aria/menu/dist/hr-HR.cjs.js +2 -0
- package/dist/node_modules/@react-aria/menu/dist/hr-HR.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/menu/dist/hr-HR.es.js +8 -0
- package/dist/node_modules/@react-aria/menu/dist/hr-HR.es.js.map +1 -0
- package/dist/node_modules/@react-aria/menu/dist/hu-HU.cjs.js +2 -0
- package/dist/node_modules/@react-aria/menu/dist/hu-HU.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/menu/dist/hu-HU.es.js +8 -0
- package/dist/node_modules/@react-aria/menu/dist/hu-HU.es.js.map +1 -0
- package/dist/node_modules/@react-aria/menu/dist/intlStrings.cjs.js +2 -0
- package/dist/node_modules/@react-aria/menu/dist/intlStrings.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/menu/dist/intlStrings.es.js +75 -0
- package/dist/node_modules/@react-aria/menu/dist/intlStrings.es.js.map +1 -0
- package/dist/node_modules/@react-aria/menu/dist/it-IT.cjs.js +2 -0
- package/dist/node_modules/@react-aria/menu/dist/it-IT.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/menu/dist/it-IT.es.js +8 -0
- package/dist/node_modules/@react-aria/menu/dist/it-IT.es.js.map +1 -0
- package/dist/node_modules/@react-aria/menu/dist/ja-JP.cjs.js +2 -0
- package/dist/node_modules/@react-aria/menu/dist/ja-JP.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/menu/dist/ja-JP.es.js +8 -0
- package/dist/node_modules/@react-aria/menu/dist/ja-JP.es.js.map +1 -0
- package/dist/node_modules/@react-aria/menu/dist/ko-KR.cjs.js +2 -0
- package/dist/node_modules/@react-aria/menu/dist/ko-KR.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/menu/dist/ko-KR.es.js +8 -0
- package/dist/node_modules/@react-aria/menu/dist/ko-KR.es.js.map +1 -0
- package/dist/node_modules/@react-aria/menu/dist/lt-LT.cjs.js +2 -0
- package/dist/node_modules/@react-aria/menu/dist/lt-LT.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/menu/dist/lt-LT.es.js +8 -0
- package/dist/node_modules/@react-aria/menu/dist/lt-LT.es.js.map +1 -0
- package/dist/node_modules/@react-aria/menu/dist/lv-LV.cjs.js +2 -0
- package/dist/node_modules/@react-aria/menu/dist/lv-LV.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/menu/dist/lv-LV.es.js +8 -0
- package/dist/node_modules/@react-aria/menu/dist/lv-LV.es.js.map +1 -0
- package/dist/node_modules/@react-aria/menu/dist/nb-NO.cjs.js +2 -0
- package/dist/node_modules/@react-aria/menu/dist/nb-NO.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/menu/dist/nb-NO.es.js +8 -0
- package/dist/node_modules/@react-aria/menu/dist/nb-NO.es.js.map +1 -0
- package/dist/node_modules/@react-aria/menu/dist/nl-NL.cjs.js +2 -0
- package/dist/node_modules/@react-aria/menu/dist/nl-NL.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/menu/dist/nl-NL.es.js +8 -0
- package/dist/node_modules/@react-aria/menu/dist/nl-NL.es.js.map +1 -0
- package/dist/node_modules/@react-aria/menu/dist/pl-PL.cjs.js +2 -0
- package/dist/node_modules/@react-aria/menu/dist/pl-PL.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/menu/dist/pl-PL.es.js +8 -0
- package/dist/node_modules/@react-aria/menu/dist/pl-PL.es.js.map +1 -0
- package/dist/node_modules/@react-aria/menu/dist/pt-BR.cjs.js +2 -0
- package/dist/node_modules/@react-aria/menu/dist/pt-BR.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/menu/dist/pt-BR.es.js +8 -0
- package/dist/node_modules/@react-aria/menu/dist/pt-BR.es.js.map +1 -0
- package/dist/node_modules/@react-aria/menu/dist/pt-PT.cjs.js +2 -0
- package/dist/node_modules/@react-aria/menu/dist/pt-PT.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/menu/dist/pt-PT.es.js +8 -0
- package/dist/node_modules/@react-aria/menu/dist/pt-PT.es.js.map +1 -0
- package/dist/node_modules/@react-aria/menu/dist/ro-RO.cjs.js +2 -0
- package/dist/node_modules/@react-aria/menu/dist/ro-RO.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/menu/dist/ro-RO.es.js +8 -0
- package/dist/node_modules/@react-aria/menu/dist/ro-RO.es.js.map +1 -0
- package/dist/node_modules/@react-aria/menu/dist/ru-RU.cjs.js +2 -0
- package/dist/node_modules/@react-aria/menu/dist/ru-RU.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/menu/dist/ru-RU.es.js +8 -0
- package/dist/node_modules/@react-aria/menu/dist/ru-RU.es.js.map +1 -0
- package/dist/node_modules/@react-aria/menu/dist/sk-SK.cjs.js +2 -0
- package/dist/node_modules/@react-aria/menu/dist/sk-SK.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/menu/dist/sk-SK.es.js +8 -0
- package/dist/node_modules/@react-aria/menu/dist/sk-SK.es.js.map +1 -0
- package/dist/node_modules/@react-aria/menu/dist/sl-SI.cjs.js +2 -0
- package/dist/node_modules/@react-aria/menu/dist/sl-SI.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/menu/dist/sl-SI.es.js +8 -0
- package/dist/node_modules/@react-aria/menu/dist/sl-SI.es.js.map +1 -0
- package/dist/node_modules/@react-aria/menu/dist/sr-SP.cjs.js +2 -0
- package/dist/node_modules/@react-aria/menu/dist/sr-SP.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/menu/dist/sr-SP.es.js +8 -0
- package/dist/node_modules/@react-aria/menu/dist/sr-SP.es.js.map +1 -0
- package/dist/node_modules/@react-aria/menu/dist/sv-SE.cjs.js +2 -0
- package/dist/node_modules/@react-aria/menu/dist/sv-SE.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/menu/dist/sv-SE.es.js +8 -0
- package/dist/node_modules/@react-aria/menu/dist/sv-SE.es.js.map +1 -0
- package/dist/node_modules/@react-aria/menu/dist/tr-TR.cjs.js +2 -0
- package/dist/node_modules/@react-aria/menu/dist/tr-TR.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/menu/dist/tr-TR.es.js +8 -0
- package/dist/node_modules/@react-aria/menu/dist/tr-TR.es.js.map +1 -0
- package/dist/node_modules/@react-aria/menu/dist/uk-UA.cjs.js +2 -0
- package/dist/node_modules/@react-aria/menu/dist/uk-UA.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/menu/dist/uk-UA.es.js +8 -0
- package/dist/node_modules/@react-aria/menu/dist/uk-UA.es.js.map +1 -0
- package/dist/node_modules/@react-aria/menu/dist/useMenu.cjs.js +2 -0
- package/dist/node_modules/@react-aria/menu/dist/useMenu.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/menu/dist/useMenu.es.js +39 -0
- package/dist/node_modules/@react-aria/menu/dist/useMenu.es.js.map +1 -0
- package/dist/node_modules/@react-aria/menu/dist/useMenuItem.cjs.js +2 -0
- package/dist/node_modules/@react-aria/menu/dist/useMenuItem.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/menu/dist/useMenuItem.es.js +145 -0
- package/dist/node_modules/@react-aria/menu/dist/useMenuItem.es.js.map +1 -0
- package/dist/node_modules/@react-aria/menu/dist/useMenuTrigger.cjs.js +2 -0
- package/dist/node_modules/@react-aria/menu/dist/useMenuTrigger.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/menu/dist/useMenuTrigger.es.js +64 -0
- package/dist/node_modules/@react-aria/menu/dist/useMenuTrigger.es.js.map +1 -0
- package/dist/node_modules/@react-aria/menu/dist/utils.cjs.js +2 -0
- package/dist/node_modules/@react-aria/menu/dist/utils.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/menu/dist/utils.es.js +5 -0
- package/dist/node_modules/@react-aria/menu/dist/utils.es.js.map +1 -0
- package/dist/node_modules/@react-aria/menu/dist/zh-CN.cjs.js +2 -0
- package/dist/node_modules/@react-aria/menu/dist/zh-CN.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/menu/dist/zh-CN.es.js +8 -0
- package/dist/node_modules/@react-aria/menu/dist/zh-CN.es.js.map +1 -0
- package/dist/node_modules/@react-aria/menu/dist/zh-TW.cjs.js +2 -0
- package/dist/node_modules/@react-aria/menu/dist/zh-TW.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/menu/dist/zh-TW.es.js +8 -0
- package/dist/node_modules/@react-aria/menu/dist/zh-TW.es.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/DismissButton.cjs.js +2 -0
- package/dist/node_modules/@react-aria/overlays/dist/DismissButton.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/DismissButton.es.js +26 -0
- package/dist/node_modules/@react-aria/overlays/dist/DismissButton.es.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/Overlay.cjs.js +2 -0
- package/dist/node_modules/@react-aria/overlays/dist/Overlay.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/Overlay.es.js +39 -0
- package/dist/node_modules/@react-aria/overlays/dist/Overlay.es.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/PortalProvider.cjs.js +2 -0
- package/dist/node_modules/@react-aria/overlays/dist/PortalProvider.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/PortalProvider.es.js +11 -0
- package/dist/node_modules/@react-aria/overlays/dist/PortalProvider.es.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/ar-AE.cjs.js +2 -0
- package/dist/node_modules/@react-aria/overlays/dist/ar-AE.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/ar-AE.es.js +8 -0
- package/dist/node_modules/@react-aria/overlays/dist/ar-AE.es.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/ariaHideOutside.cjs.js +2 -0
- package/dist/node_modules/@react-aria/overlays/dist/ariaHideOutside.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/ariaHideOutside.es.js +78 -0
- package/dist/node_modules/@react-aria/overlays/dist/ariaHideOutside.es.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/bg-BG.cjs.js +2 -0
- package/dist/node_modules/@react-aria/overlays/dist/bg-BG.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/bg-BG.es.js +8 -0
- package/dist/node_modules/@react-aria/overlays/dist/bg-BG.es.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/calculatePosition.cjs.js +2 -0
- package/dist/node_modules/@react-aria/overlays/dist/calculatePosition.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/calculatePosition.es.js +200 -0
- package/dist/node_modules/@react-aria/overlays/dist/calculatePosition.es.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/cs-CZ.cjs.js +2 -0
- package/dist/node_modules/@react-aria/overlays/dist/cs-CZ.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/cs-CZ.es.js +8 -0
- package/dist/node_modules/@react-aria/overlays/dist/cs-CZ.es.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/da-DK.cjs.js +2 -0
- package/dist/node_modules/@react-aria/overlays/dist/da-DK.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/da-DK.es.js +8 -0
- package/dist/node_modules/@react-aria/overlays/dist/da-DK.es.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/de-DE.cjs.js +2 -0
- package/dist/node_modules/@react-aria/overlays/dist/de-DE.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/de-DE.es.js +8 -0
- package/dist/node_modules/@react-aria/overlays/dist/de-DE.es.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/el-GR.cjs.js +2 -0
- package/dist/node_modules/@react-aria/overlays/dist/el-GR.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/el-GR.es.js +8 -0
- package/dist/node_modules/@react-aria/overlays/dist/el-GR.es.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/en-US.cjs.js +2 -0
- package/dist/node_modules/@react-aria/overlays/dist/en-US.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/en-US.es.js +8 -0
- package/dist/node_modules/@react-aria/overlays/dist/en-US.es.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/es-ES.cjs.js +2 -0
- package/dist/node_modules/@react-aria/overlays/dist/es-ES.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/es-ES.es.js +8 -0
- package/dist/node_modules/@react-aria/overlays/dist/es-ES.es.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/et-EE.cjs.js +2 -0
- package/dist/node_modules/@react-aria/overlays/dist/et-EE.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/et-EE.es.js +8 -0
- package/dist/node_modules/@react-aria/overlays/dist/et-EE.es.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/fi-FI.cjs.js +2 -0
- package/dist/node_modules/@react-aria/overlays/dist/fi-FI.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/fi-FI.es.js +8 -0
- package/dist/node_modules/@react-aria/overlays/dist/fi-FI.es.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/fr-FR.cjs.js +2 -0
- package/dist/node_modules/@react-aria/overlays/dist/fr-FR.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/fr-FR.es.js +8 -0
- package/dist/node_modules/@react-aria/overlays/dist/fr-FR.es.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/he-IL.cjs.js +2 -0
- package/dist/node_modules/@react-aria/overlays/dist/he-IL.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/he-IL.es.js +8 -0
- package/dist/node_modules/@react-aria/overlays/dist/he-IL.es.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/hr-HR.cjs.js +2 -0
- package/dist/node_modules/@react-aria/overlays/dist/hr-HR.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/hr-HR.es.js +8 -0
- package/dist/node_modules/@react-aria/overlays/dist/hr-HR.es.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/hu-HU.cjs.js +2 -0
- package/dist/node_modules/@react-aria/overlays/dist/hu-HU.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/hu-HU.es.js +8 -0
- package/dist/node_modules/@react-aria/overlays/dist/hu-HU.es.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/intlStrings.cjs.js +2 -0
- package/dist/node_modules/@react-aria/overlays/dist/intlStrings.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/intlStrings.es.js +75 -0
- package/dist/node_modules/@react-aria/overlays/dist/intlStrings.es.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/it-IT.cjs.js +2 -0
- package/dist/node_modules/@react-aria/overlays/dist/it-IT.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/it-IT.es.js +8 -0
- package/dist/node_modules/@react-aria/overlays/dist/it-IT.es.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/ja-JP.cjs.js +2 -0
- package/dist/node_modules/@react-aria/overlays/dist/ja-JP.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/ja-JP.es.js +8 -0
- package/dist/node_modules/@react-aria/overlays/dist/ja-JP.es.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/ko-KR.cjs.js +2 -0
- package/dist/node_modules/@react-aria/overlays/dist/ko-KR.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/ko-KR.es.js +8 -0
- package/dist/node_modules/@react-aria/overlays/dist/ko-KR.es.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/lt-LT.cjs.js +2 -0
- package/dist/node_modules/@react-aria/overlays/dist/lt-LT.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/lt-LT.es.js +8 -0
- package/dist/node_modules/@react-aria/overlays/dist/lt-LT.es.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/lv-LV.cjs.js +2 -0
- package/dist/node_modules/@react-aria/overlays/dist/lv-LV.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/lv-LV.es.js +8 -0
- package/dist/node_modules/@react-aria/overlays/dist/lv-LV.es.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/nb-NO.cjs.js +2 -0
- package/dist/node_modules/@react-aria/overlays/dist/nb-NO.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/nb-NO.es.js +8 -0
- package/dist/node_modules/@react-aria/overlays/dist/nb-NO.es.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/nl-NL.cjs.js +2 -0
- package/dist/node_modules/@react-aria/overlays/dist/nl-NL.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/nl-NL.es.js +8 -0
- package/dist/node_modules/@react-aria/overlays/dist/nl-NL.es.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/pl-PL.cjs.js +2 -0
- package/dist/node_modules/@react-aria/overlays/dist/pl-PL.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/pl-PL.es.js +8 -0
- package/dist/node_modules/@react-aria/overlays/dist/pl-PL.es.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/pt-BR.cjs.js +2 -0
- package/dist/node_modules/@react-aria/overlays/dist/pt-BR.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/pt-BR.es.js +8 -0
- package/dist/node_modules/@react-aria/overlays/dist/pt-BR.es.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/pt-PT.cjs.js +2 -0
- package/dist/node_modules/@react-aria/overlays/dist/pt-PT.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/pt-PT.es.js +8 -0
- package/dist/node_modules/@react-aria/overlays/dist/pt-PT.es.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/ro-RO.cjs.js +2 -0
- package/dist/node_modules/@react-aria/overlays/dist/ro-RO.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/ro-RO.es.js +8 -0
- package/dist/node_modules/@react-aria/overlays/dist/ro-RO.es.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/ru-RU.cjs.js +2 -0
- package/dist/node_modules/@react-aria/overlays/dist/ru-RU.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/ru-RU.es.js +8 -0
- package/dist/node_modules/@react-aria/overlays/dist/ru-RU.es.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/sk-SK.cjs.js +2 -0
- package/dist/node_modules/@react-aria/overlays/dist/sk-SK.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/sk-SK.es.js +8 -0
- package/dist/node_modules/@react-aria/overlays/dist/sk-SK.es.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/sl-SI.cjs.js +2 -0
- package/dist/node_modules/@react-aria/overlays/dist/sl-SI.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/sl-SI.es.js +8 -0
- package/dist/node_modules/@react-aria/overlays/dist/sl-SI.es.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/sr-SP.cjs.js +2 -0
- package/dist/node_modules/@react-aria/overlays/dist/sr-SP.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/sr-SP.es.js +8 -0
- package/dist/node_modules/@react-aria/overlays/dist/sr-SP.es.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/sv-SE.cjs.js +2 -0
- package/dist/node_modules/@react-aria/overlays/dist/sv-SE.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/sv-SE.es.js +8 -0
- package/dist/node_modules/@react-aria/overlays/dist/sv-SE.es.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/tr-TR.cjs.js +2 -0
- package/dist/node_modules/@react-aria/overlays/dist/tr-TR.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/tr-TR.es.js +8 -0
- package/dist/node_modules/@react-aria/overlays/dist/tr-TR.es.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/uk-UA.cjs.js +2 -0
- package/dist/node_modules/@react-aria/overlays/dist/uk-UA.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/uk-UA.es.js +8 -0
- package/dist/node_modules/@react-aria/overlays/dist/uk-UA.es.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/useCloseOnScroll.cjs.js +2 -0
- package/dist/node_modules/@react-aria/overlays/dist/useCloseOnScroll.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/useCloseOnScroll.es.js +26 -0
- package/dist/node_modules/@react-aria/overlays/dist/useCloseOnScroll.es.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/useModalOverlay.cjs.js +2 -0
- package/dist/node_modules/@react-aria/overlays/dist/useModalOverlay.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/useModalOverlay.es.js +32 -0
- package/dist/node_modules/@react-aria/overlays/dist/useModalOverlay.es.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/useOverlay.cjs.js +2 -0
- package/dist/node_modules/@react-aria/overlays/dist/useOverlay.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/useOverlay.es.js +53 -0
- package/dist/node_modules/@react-aria/overlays/dist/useOverlay.es.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/useOverlayPosition.cjs.js +2 -0
- package/dist/node_modules/@react-aria/overlays/dist/useOverlayPosition.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/useOverlayPosition.es.js +143 -0
- package/dist/node_modules/@react-aria/overlays/dist/useOverlayPosition.es.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/useOverlayTrigger.cjs.js +2 -0
- package/dist/node_modules/@react-aria/overlays/dist/useOverlayTrigger.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/useOverlayTrigger.es.js +27 -0
- package/dist/node_modules/@react-aria/overlays/dist/useOverlayTrigger.es.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/usePopover.cjs.js +2 -0
- package/dist/node_modules/@react-aria/overlays/dist/usePopover.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/usePopover.es.js +48 -0
- package/dist/node_modules/@react-aria/overlays/dist/usePopover.es.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/usePreventScroll.cjs.js +2 -0
- package/dist/node_modules/@react-aria/overlays/dist/usePreventScroll.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/usePreventScroll.es.js +100 -0
- package/dist/node_modules/@react-aria/overlays/dist/usePreventScroll.es.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/zh-CN.cjs.js +2 -0
- package/dist/node_modules/@react-aria/overlays/dist/zh-CN.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/zh-CN.es.js +8 -0
- package/dist/node_modules/@react-aria/overlays/dist/zh-CN.es.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/zh-TW.cjs.js +2 -0
- package/dist/node_modules/@react-aria/overlays/dist/zh-TW.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/overlays/dist/zh-TW.es.js +8 -0
- package/dist/node_modules/@react-aria/overlays/dist/zh-TW.es.js.map +1 -0
- package/dist/node_modules/@react-aria/radio/dist/useRadio.cjs.js +2 -0
- package/dist/node_modules/@react-aria/radio/dist/useRadio.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/radio/dist/useRadio.es.js +70 -0
- package/dist/node_modules/@react-aria/radio/dist/useRadio.es.js.map +1 -0
- package/dist/node_modules/@react-aria/radio/dist/useRadioGroup.cjs.js +2 -0
- package/dist/node_modules/@react-aria/radio/dist/useRadioGroup.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/radio/dist/useRadioGroup.es.js +80 -0
- package/dist/node_modules/@react-aria/radio/dist/useRadioGroup.es.js.map +1 -0
- package/dist/node_modules/@react-aria/radio/dist/utils.cjs.js +2 -0
- package/dist/node_modules/@react-aria/radio/dist/utils.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/radio/dist/utils.es.js +5 -0
- package/dist/node_modules/@react-aria/radio/dist/utils.es.js.map +1 -0
- package/dist/node_modules/@react-aria/select/dist/HiddenSelect.cjs.js +2 -0
- package/dist/node_modules/@react-aria/select/dist/HiddenSelect.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/select/dist/HiddenSelect.es.js +105 -0
- package/dist/node_modules/@react-aria/select/dist/HiddenSelect.es.js.map +1 -0
- package/dist/node_modules/@react-aria/select/dist/useSelect.cjs.js +2 -0
- package/dist/node_modules/@react-aria/select/dist/useSelect.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/select/dist/useSelect.es.js +126 -0
- package/dist/node_modules/@react-aria/select/dist/useSelect.es.js.map +1 -0
- package/dist/node_modules/@react-aria/selection/dist/DOMLayoutDelegate.cjs.js +2 -0
- package/dist/node_modules/@react-aria/selection/dist/DOMLayoutDelegate.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/selection/dist/DOMLayoutDelegate.es.js +41 -0
- package/dist/node_modules/@react-aria/selection/dist/DOMLayoutDelegate.es.js.map +1 -0
- package/dist/node_modules/@react-aria/selection/dist/ListKeyboardDelegate.cjs.js +2 -0
- package/dist/node_modules/@react-aria/selection/dist/ListKeyboardDelegate.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/selection/dist/ListKeyboardDelegate.es.js +122 -0
- package/dist/node_modules/@react-aria/selection/dist/ListKeyboardDelegate.es.js.map +1 -0
- package/dist/node_modules/@react-aria/selection/dist/useSelectableCollection.cjs.js +2 -0
- package/dist/node_modules/@react-aria/selection/dist/useSelectableCollection.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/selection/dist/useSelectableCollection.es.js +235 -0
- package/dist/node_modules/@react-aria/selection/dist/useSelectableCollection.es.js.map +1 -0
- package/dist/node_modules/@react-aria/selection/dist/useSelectableItem.cjs.js +2 -0
- package/dist/node_modules/@react-aria/selection/dist/useSelectableItem.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/selection/dist/useSelectableItem.es.js +127 -0
- package/dist/node_modules/@react-aria/selection/dist/useSelectableItem.es.js.map +1 -0
- package/dist/node_modules/@react-aria/selection/dist/useSelectableList.cjs.js +2 -0
- package/dist/node_modules/@react-aria/selection/dist/useSelectableList.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/selection/dist/useSelectableList.es.js +37 -0
- package/dist/node_modules/@react-aria/selection/dist/useSelectableList.es.js.map +1 -0
- package/dist/node_modules/@react-aria/selection/dist/useTypeSelect.cjs.js +2 -0
- package/dist/node_modules/@react-aria/selection/dist/useTypeSelect.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/selection/dist/useTypeSelect.es.js +33 -0
- package/dist/node_modules/@react-aria/selection/dist/useTypeSelect.es.js.map +1 -0
- package/dist/node_modules/@react-aria/selection/dist/utils.cjs.js +2 -0
- package/dist/node_modules/@react-aria/selection/dist/utils.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/selection/dist/utils.es.js +24 -0
- package/dist/node_modules/@react-aria/selection/dist/utils.es.js.map +1 -0
- package/dist/node_modules/@react-aria/ssr/dist/SSRProvider.cjs.js +2 -0
- package/dist/node_modules/@react-aria/ssr/dist/SSRProvider.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/ssr/dist/SSRProvider.es.js +19 -0
- package/dist/node_modules/@react-aria/ssr/dist/SSRProvider.es.js.map +1 -0
- package/dist/node_modules/@react-aria/switch/dist/useSwitch.cjs.js +2 -0
- package/dist/node_modules/@react-aria/switch/dist/useSwitch.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/switch/dist/useSwitch.es.js +20 -0
- package/dist/node_modules/@react-aria/switch/dist/useSwitch.es.js.map +1 -0
- package/dist/node_modules/@react-aria/toggle/dist/useToggle.cjs.js +2 -0
- package/dist/node_modules/@react-aria/toggle/dist/useToggle.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/toggle/dist/useToggle.es.js +60 -0
- package/dist/node_modules/@react-aria/toggle/dist/useToggle.es.js.map +1 -0
- package/dist/node_modules/@react-aria/visually-hidden/dist/VisuallyHidden.cjs.js +2 -0
- package/dist/node_modules/@react-aria/visually-hidden/dist/VisuallyHidden.cjs.js.map +1 -0
- package/dist/node_modules/@react-aria/visually-hidden/dist/VisuallyHidden.es.js +41 -0
- package/dist/node_modules/@react-aria/visually-hidden/dist/VisuallyHidden.es.js.map +1 -0
- package/dist/node_modules/@react-stately/collections/dist/CollectionBuilder.cjs.js +2 -0
- package/dist/node_modules/@react-stately/collections/dist/CollectionBuilder.cjs.js.map +1 -0
- package/dist/node_modules/@react-stately/collections/dist/CollectionBuilder.es.js +171 -0
- package/dist/node_modules/@react-stately/collections/dist/CollectionBuilder.es.js.map +1 -0
- package/dist/node_modules/@react-stately/collections/dist/Item.cjs.js +2 -0
- package/dist/node_modules/@react-stately/collections/dist/Item.cjs.js.map +1 -0
- package/dist/node_modules/@react-stately/collections/dist/Item.es.js +38 -0
- package/dist/node_modules/@react-stately/collections/dist/Item.es.js.map +1 -0
- package/dist/node_modules/@react-stately/collections/dist/getChildNodes.cjs.js +2 -0
- package/dist/node_modules/@react-stately/collections/dist/getChildNodes.cjs.js.map +1 -0
- package/dist/node_modules/@react-stately/collections/dist/getChildNodes.es.js +34 -0
- package/dist/node_modules/@react-stately/collections/dist/getChildNodes.es.js.map +1 -0
- package/dist/node_modules/@react-stately/collections/dist/getItemCount.cjs.js +2 -0
- package/dist/node_modules/@react-stately/collections/dist/getItemCount.cjs.js.map +1 -0
- package/dist/node_modules/@react-stately/collections/dist/getItemCount.es.js +15 -0
- package/dist/node_modules/@react-stately/collections/dist/getItemCount.es.js.map +1 -0
- package/dist/node_modules/@react-stately/collections/dist/useCollection.cjs.js +2 -0
- package/dist/node_modules/@react-stately/collections/dist/useCollection.cjs.js.map +1 -0
- package/dist/node_modules/@react-stately/collections/dist/useCollection.es.js +24 -0
- package/dist/node_modules/@react-stately/collections/dist/useCollection.es.js.map +1 -0
- package/dist/node_modules/@react-stately/form/dist/useFormValidationState.cjs.js +2 -0
- package/dist/node_modules/@react-stately/form/dist/useFormValidationState.cjs.js.map +1 -0
- package/dist/node_modules/@react-stately/form/dist/useFormValidationState.es.js +110 -0
- package/dist/node_modules/@react-stately/form/dist/useFormValidationState.es.js.map +1 -0
- package/dist/node_modules/@react-stately/list/dist/ListCollection.cjs.js +2 -0
- package/dist/node_modules/@react-stately/list/dist/ListCollection.cjs.js.map +1 -0
- package/dist/node_modules/@react-stately/list/dist/ListCollection.es.js +57 -0
- package/dist/node_modules/@react-stately/list/dist/ListCollection.es.js.map +1 -0
- package/dist/node_modules/@react-stately/list/dist/useListState.cjs.js +2 -0
- package/dist/node_modules/@react-stately/list/dist/useListState.cjs.js.map +1 -0
- package/dist/node_modules/@react-stately/list/dist/useListState.es.js +70 -0
- package/dist/node_modules/@react-stately/list/dist/useListState.es.js.map +1 -0
- package/dist/node_modules/@react-stately/list/dist/useSingleSelectListState.cjs.js +2 -0
- package/dist/node_modules/@react-stately/list/dist/useSingleSelectListState.cjs.js.map +1 -0
- package/dist/node_modules/@react-stately/list/dist/useSingleSelectListState.es.js +35 -0
- package/dist/node_modules/@react-stately/list/dist/useSingleSelectListState.es.js.map +1 -0
- package/dist/node_modules/@react-stately/menu/dist/useMenuTriggerState.cjs.js +2 -0
- package/dist/node_modules/@react-stately/menu/dist/useMenuTriggerState.cjs.js.map +1 -0
- package/dist/node_modules/@react-stately/menu/dist/useMenuTriggerState.es.js +34 -0
- package/dist/node_modules/@react-stately/menu/dist/useMenuTriggerState.es.js.map +1 -0
- package/dist/node_modules/@react-stately/overlays/dist/useOverlayTriggerState.cjs.js +2 -0
- package/dist/node_modules/@react-stately/overlays/dist/useOverlayTriggerState.cjs.js.map +1 -0
- package/dist/node_modules/@react-stately/overlays/dist/useOverlayTriggerState.es.js +30 -0
- package/dist/node_modules/@react-stately/overlays/dist/useOverlayTriggerState.es.js.map +1 -0
- package/dist/node_modules/@react-stately/radio/dist/useRadioGroupState.cjs.js +2 -0
- package/dist/node_modules/@react-stately/radio/dist/useRadioGroupState.cjs.js.map +1 -0
- package/dist/node_modules/@react-stately/radio/dist/useRadioGroupState.es.js +35 -0
- package/dist/node_modules/@react-stately/radio/dist/useRadioGroupState.es.js.map +1 -0
- package/dist/node_modules/@react-stately/select/dist/useSelectState.cjs.js +2 -0
- package/dist/node_modules/@react-stately/select/dist/useSelectState.cjs.js.map +1 -0
- package/dist/node_modules/@react-stately/select/dist/useSelectState.es.js +35 -0
- package/dist/node_modules/@react-stately/select/dist/useSelectState.es.js.map +1 -0
- package/dist/node_modules/@react-stately/selection/dist/Selection.cjs.js +2 -0
- package/dist/node_modules/@react-stately/selection/dist/Selection.cjs.js.map +1 -0
- package/dist/node_modules/@react-stately/selection/dist/Selection.es.js +9 -0
- package/dist/node_modules/@react-stately/selection/dist/Selection.es.js.map +1 -0
- package/dist/node_modules/@react-stately/selection/dist/SelectionManager.cjs.js +2 -0
- package/dist/node_modules/@react-stately/selection/dist/SelectionManager.cjs.js.map +1 -0
- package/dist/node_modules/@react-stately/selection/dist/SelectionManager.es.js +285 -0
- package/dist/node_modules/@react-stately/selection/dist/SelectionManager.es.js.map +1 -0
- package/dist/node_modules/@react-stately/selection/dist/useMultipleSelectionState.cjs.js +2 -0
- package/dist/node_modules/@react-stately/selection/dist/useMultipleSelectionState.cjs.js.map +1 -0
- package/dist/node_modules/@react-stately/selection/dist/useMultipleSelectionState.es.js +58 -0
- package/dist/node_modules/@react-stately/selection/dist/useMultipleSelectionState.es.js.map +1 -0
- package/dist/node_modules/@react-stately/toggle/dist/useToggleState.cjs.js +2 -0
- package/dist/node_modules/@react-stately/toggle/dist/useToggleState.cjs.js.map +1 -0
- package/dist/node_modules/@react-stately/toggle/dist/useToggleState.es.js +22 -0
- package/dist/node_modules/@react-stately/toggle/dist/useToggleState.es.js.map +1 -0
- package/dist/node_modules/@react-stately/tree/dist/TreeCollection.cjs.js +2 -0
- package/dist/node_modules/@react-stately/tree/dist/TreeCollection.cjs.js.map +1 -0
- package/dist/node_modules/@react-stately/tree/dist/TreeCollection.es.js +53 -0
- package/dist/node_modules/@react-stately/tree/dist/TreeCollection.es.js.map +1 -0
- package/dist/node_modules/@react-stately/tree/dist/useTreeState.cjs.js +2 -0
- package/dist/node_modules/@react-stately/tree/dist/useTreeState.cjs.js.map +1 -0
- package/dist/node_modules/@react-stately/tree/dist/useTreeState.es.js +38 -0
- package/dist/node_modules/@react-stately/tree/dist/useTreeState.es.js.map +1 -0
- package/dist/node_modules/@react-stately/utils/dist/useControlledState.cjs.js +2 -0
- package/dist/node_modules/@react-stately/utils/dist/useControlledState.cjs.js.map +1 -0
- package/dist/node_modules/@react-stately/utils/dist/useControlledState.es.js +31 -0
- package/dist/node_modules/@react-stately/utils/dist/useControlledState.es.js.map +1 -0
- package/dist/node_modules/@swc/helpers/esm/_check_private_redeclaration.cjs.js +2 -0
- package/dist/node_modules/@swc/helpers/esm/_check_private_redeclaration.cjs.js.map +1 -0
- package/dist/node_modules/@swc/helpers/esm/_check_private_redeclaration.es.js +9 -0
- package/dist/node_modules/@swc/helpers/esm/_check_private_redeclaration.es.js.map +1 -0
- package/dist/node_modules/@swc/helpers/esm/_class_apply_descriptor_get.cjs.js +2 -0
- package/dist/node_modules/@swc/helpers/esm/_class_apply_descriptor_get.cjs.js.map +1 -0
- package/dist/node_modules/@swc/helpers/esm/_class_apply_descriptor_get.es.js +8 -0
- package/dist/node_modules/@swc/helpers/esm/_class_apply_descriptor_get.es.js.map +1 -0
- package/dist/node_modules/@swc/helpers/esm/_class_apply_descriptor_set.cjs.js +2 -0
- package/dist/node_modules/@swc/helpers/esm/_class_apply_descriptor_set.cjs.js.map +1 -0
- package/dist/node_modules/@swc/helpers/esm/_class_apply_descriptor_set.es.js +13 -0
- package/dist/node_modules/@swc/helpers/esm/_class_apply_descriptor_set.es.js.map +1 -0
- package/dist/node_modules/@swc/helpers/esm/_class_extract_field_descriptor.cjs.js +2 -0
- package/dist/node_modules/@swc/helpers/esm/_class_extract_field_descriptor.cjs.js.map +1 -0
- package/dist/node_modules/@swc/helpers/esm/_class_extract_field_descriptor.es.js +9 -0
- package/dist/node_modules/@swc/helpers/esm/_class_extract_field_descriptor.es.js.map +1 -0
- package/dist/node_modules/@swc/helpers/esm/_class_private_field_get.cjs.js +2 -0
- package/dist/node_modules/@swc/helpers/esm/_class_private_field_get.cjs.js.map +1 -0
- package/dist/node_modules/@swc/helpers/esm/_class_private_field_get.es.js +11 -0
- package/dist/node_modules/@swc/helpers/esm/_class_private_field_get.es.js.map +1 -0
- package/dist/node_modules/@swc/helpers/esm/_class_private_field_init.cjs.js +2 -0
- package/dist/node_modules/@swc/helpers/esm/_class_private_field_init.cjs.js.map +1 -0
- package/dist/node_modules/@swc/helpers/esm/_class_private_field_init.es.js +9 -0
- package/dist/node_modules/@swc/helpers/esm/_class_private_field_init.es.js.map +1 -0
- package/dist/node_modules/@swc/helpers/esm/_class_private_field_set.cjs.js +2 -0
- package/dist/node_modules/@swc/helpers/esm/_class_private_field_set.cjs.js.map +1 -0
- package/dist/node_modules/@swc/helpers/esm/_class_private_field_set.es.js +11 -0
- package/dist/node_modules/@swc/helpers/esm/_class_private_field_set.es.js.map +1 -0
- package/dist/node_modules/color2k/dist/index.exports.import.es.cjs.js +2 -0
- package/dist/node_modules/color2k/dist/index.exports.import.es.cjs.js.map +1 -0
- package/dist/node_modules/color2k/dist/index.exports.import.es.es.js +171 -0
- package/dist/node_modules/color2k/dist/index.exports.import.es.es.js.map +1 -0
- package/dist/node_modules/react/cjs/react-jsx-runtime.development.cjs.js +23 -0
- package/dist/node_modules/react/cjs/react-jsx-runtime.development.cjs.js.map +1 -0
- package/dist/node_modules/react/cjs/react-jsx-runtime.development.es.js +609 -0
- package/dist/node_modules/react/cjs/react-jsx-runtime.development.es.js.map +1 -0
- package/dist/node_modules/react/cjs/react-jsx-runtime.production.min.cjs.js +10 -0
- package/dist/node_modules/react/cjs/react-jsx-runtime.production.min.cjs.js.map +1 -0
- package/dist/node_modules/react/cjs/react-jsx-runtime.production.min.es.js +29 -0
- package/dist/node_modules/react/cjs/react-jsx-runtime.production.min.es.js.map +1 -0
- package/dist/node_modules/react/jsx-runtime.cjs.js +2 -0
- package/dist/node_modules/react/jsx-runtime.cjs.js.map +1 -0
- package/dist/node_modules/react/jsx-runtime.es.js +9 -0
- package/dist/node_modules/react/jsx-runtime.es.js.map +1 -0
- package/dist/node_modules/react-aria-components/dist/Autocomplete.cjs.js +2 -0
- package/dist/node_modules/react-aria-components/dist/Autocomplete.cjs.js.map +1 -0
- package/dist/node_modules/react-aria-components/dist/Autocomplete.es.js +6 -0
- package/dist/node_modules/react-aria-components/dist/Autocomplete.es.js.map +1 -0
- package/dist/node_modules/react-aria-components/dist/Button.cjs.js +2 -0
- package/dist/node_modules/react-aria-components/dist/Button.cjs.js.map +1 -0
- package/dist/node_modules/react-aria-components/dist/Button.es.js +70 -0
- package/dist/node_modules/react-aria-components/dist/Button.es.js.map +1 -0
- package/dist/node_modules/react-aria-components/dist/Collection.cjs.js +2 -0
- package/dist/node_modules/react-aria-components/dist/Collection.cjs.js.map +1 -0
- package/dist/node_modules/react-aria-components/dist/Collection.es.js +64 -0
- package/dist/node_modules/react-aria-components/dist/Collection.es.js.map +1 -0
- package/dist/node_modules/react-aria-components/dist/Dialog.cjs.js +2 -0
- package/dist/node_modules/react-aria-components/dist/Dialog.cjs.js.map +1 -0
- package/dist/node_modules/react-aria-components/dist/Dialog.es.js +6 -0
- package/dist/node_modules/react-aria-components/dist/Dialog.es.js.map +1 -0
- package/dist/node_modules/react-aria-components/dist/Header.cjs.js +2 -0
- package/dist/node_modules/react-aria-components/dist/Header.cjs.js.map +1 -0
- package/dist/node_modules/react-aria-components/dist/Header.es.js +15 -0
- package/dist/node_modules/react-aria-components/dist/Header.es.js.map +1 -0
- package/dist/node_modules/react-aria-components/dist/Keyboard.cjs.js +2 -0
- package/dist/node_modules/react-aria-components/dist/Keyboard.cjs.js.map +1 -0
- package/dist/node_modules/react-aria-components/dist/Keyboard.es.js +6 -0
- package/dist/node_modules/react-aria-components/dist/Keyboard.es.js.map +1 -0
- package/dist/node_modules/react-aria-components/dist/Menu.cjs.js +2 -0
- package/dist/node_modules/react-aria-components/dist/Menu.cjs.js.map +1 -0
- package/dist/node_modules/react-aria-components/dist/Menu.es.js +286 -0
- package/dist/node_modules/react-aria-components/dist/Menu.es.js.map +1 -0
- package/dist/node_modules/react-aria-components/dist/OverlayArrow.cjs.js +2 -0
- package/dist/node_modules/react-aria-components/dist/OverlayArrow.cjs.js.map +1 -0
- package/dist/node_modules/react-aria-components/dist/OverlayArrow.es.js +37 -0
- package/dist/node_modules/react-aria-components/dist/OverlayArrow.es.js.map +1 -0
- package/dist/node_modules/react-aria-components/dist/Popover.cjs.js +2 -0
- package/dist/node_modules/react-aria-components/dist/Popover.cjs.js.map +1 -0
- package/dist/node_modules/react-aria-components/dist/Popover.es.js +141 -0
- package/dist/node_modules/react-aria-components/dist/Popover.es.js.map +1 -0
- package/dist/node_modules/react-aria-components/dist/ProgressBar.cjs.js +2 -0
- package/dist/node_modules/react-aria-components/dist/ProgressBar.cjs.js.map +1 -0
- package/dist/node_modules/react-aria-components/dist/ProgressBar.es.js +6 -0
- package/dist/node_modules/react-aria-components/dist/ProgressBar.es.js.map +1 -0
- package/dist/node_modules/react-aria-components/dist/Separator.cjs.js +2 -0
- package/dist/node_modules/react-aria-components/dist/Separator.cjs.js.map +1 -0
- package/dist/node_modules/react-aria-components/dist/Separator.es.js +6 -0
- package/dist/node_modules/react-aria-components/dist/Separator.es.js.map +1 -0
- package/dist/node_modules/react-aria-components/dist/Text.cjs.js +2 -0
- package/dist/node_modules/react-aria-components/dist/Text.cjs.js.map +1 -0
- package/dist/node_modules/react-aria-components/dist/Text.es.js +16 -0
- package/dist/node_modules/react-aria-components/dist/Text.es.js.map +1 -0
- package/dist/node_modules/react-aria-components/dist/Tooltip.cjs.js +2 -0
- package/dist/node_modules/react-aria-components/dist/Tooltip.cjs.js.map +1 -0
- package/dist/node_modules/react-aria-components/dist/Tooltip.es.js +98 -0
- package/dist/node_modules/react-aria-components/dist/Tooltip.es.js.map +1 -0
- package/dist/node_modules/react-aria-components/dist/utils.cjs.js +2 -0
- package/dist/node_modules/react-aria-components/dist/utils.cjs.js.map +1 -0
- package/dist/node_modules/react-aria-components/dist/utils.es.js +101 -0
- package/dist/node_modules/react-aria-components/dist/utils.es.js.map +1 -0
- package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.development.cjs.js +10 -0
- package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.development.cjs.js.map +1 -0
- package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.development.es.js +68 -0
- package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.development.es.js.map +1 -0
- package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.cjs.js +10 -0
- package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.cjs.js.map +1 -0
- package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.es.js +56 -0
- package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.es.js.map +1 -0
- package/dist/node_modules/use-sync-external-store/shim/index.cjs.js +2 -0
- package/dist/node_modules/use-sync-external-store/shim/index.cjs.js.map +1 -0
- package/dist/node_modules/use-sync-external-store/shim/index.es.js +9 -0
- package/dist/node_modules/use-sync-external-store/shim/index.es.js.map +1 -0
- package/dist/style.css +1 -1
- package/dist/utils/color2k.cjs.js +2 -0
- package/dist/utils/color2k.cjs.js.map +1 -0
- package/dist/utils/color2k.es.js +14 -0
- package/dist/utils/color2k.es.js.map +1 -0
- package/dist/utils/copy.cjs.js +2 -0
- package/dist/utils/copy.cjs.js.map +1 -0
- package/dist/utils/copy.es.js +31 -0
- package/dist/utils/copy.es.js.map +1 -0
- package/dist/utils/image.cjs.js +2 -0
- package/dist/utils/image.cjs.js.map +1 -0
- package/dist/utils/image.es.js +28 -0
- package/dist/utils/image.es.js.map +1 -0
- package/dist/utils/navigation.cjs.js +2 -0
- package/dist/utils/navigation.cjs.js.map +1 -0
- package/dist/utils/navigation.es.js +12 -0
- package/dist/utils/navigation.es.js.map +1 -0
- package/dist/utils/palette.cjs.js +2 -0
- package/dist/utils/palette.cjs.js.map +1 -0
- package/dist/utils/palette.es.js +183 -0
- package/dist/utils/palette.es.js.map +1 -0
- package/dist/utils/string.cjs.js +2 -0
- package/dist/utils/string.cjs.js.map +1 -0
- package/dist/utils/string.es.js +8 -0
- package/dist/utils/string.es.js.map +1 -0
- package/dist/utils.cjs.js +1 -1
- package/dist/utils.es.js +19 -15
- package/dist/utils.es.js.map +1 -1
- package/package.json +21 -18
- package/dist/breakpoint-9y1_8U_b.mjs.map +0 -1
- package/dist/breakpoint-DtqbboOa.js +0 -2
- package/dist/breakpoint-DtqbboOa.js.map +0 -1
- package/dist/color2k-CpDB_dpw.mjs +0 -168
- package/dist/color2k-CpDB_dpw.mjs.map +0 -1
- package/dist/color2k-DCgwXUem.js +0 -2
- package/dist/color2k-DCgwXUem.js.map +0 -1
- package/dist/colors-CWaj9dFz.mjs.map +0 -1
- package/dist/colors-CebzFjpe.js +0 -2
- package/dist/colors-CmSJBHaf.js +0 -2
- package/dist/colors-CmSJBHaf.js.map +0 -1
- package/dist/colors-DL1dYffC.js +0 -2
- package/dist/dark.cjs.js +0 -2
- package/dist/dark.cjs.js.map +0 -1
- package/dist/dark.es.js.map +0 -1
- package/dist/image-CUSfY1_T.js +0 -2
- package/dist/image-CUSfY1_T.js.map +0 -1
- package/dist/image-DFyN0Kd9.mjs +0 -207
- package/dist/image-DFyN0Kd9.mjs.map +0 -1
- package/dist/light.cjs.js +0 -2
- package/dist/light.cjs.js.map +0 -1
- package/dist/light.es.js.map +0 -1
- package/dist/navigation-BB0MBIiR.js +0 -2
- package/dist/navigation-BB0MBIiR.js.map +0 -1
- package/dist/navigation-Bj7Pex9j.mjs +0 -43
- package/dist/navigation-Bj7Pex9j.mjs.map +0 -1
- package/dist/theme.cjs.js +0 -2
- package/dist/theme.cjs.js.map +0 -1
- package/dist/theme.es.js +0 -19
- package/dist/theme.es.js.map +0 -1
- package/dist/useBreakpoint-CjRyGKN-.mjs +0 -53
- package/dist/useBreakpoint-CjRyGKN-.mjs.map +0 -1
- package/dist/useBreakpoint-DA-JqOu3.js +0 -2
- package/dist/useBreakpoint-DA-JqOu3.js.map +0 -1
- /package/dist/{dark.d.ts → darkTheme.d.ts} +0 -0
- /package/dist/{theme.d.ts → design.d.ts} +0 -0
- /package/dist/{light.d.ts → lightTheme.d.ts} +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utils.es.js","sources":["../../../../../node_modules/@react-aria/interactions/dist/utils.mjs"],"sourcesContent":["import {useLayoutEffect as $6dfIe$useLayoutEffect, useEffectEvent as $6dfIe$useEffectEvent, isFocusable as $6dfIe$isFocusable, getOwnerWindow as $6dfIe$getOwnerWindow, focusWithoutScrolling as $6dfIe$focusWithoutScrolling} from \"@react-aria/utils\";\nimport {useRef as $6dfIe$useRef, useCallback as $6dfIe$useCallback} from \"react\";\n\n/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */ \n\nfunction $8a9cb279dc87e130$export$525bc4921d56d4a(nativeEvent) {\n let event = nativeEvent;\n event.nativeEvent = nativeEvent;\n event.isDefaultPrevented = ()=>event.defaultPrevented;\n // cancelBubble is technically deprecated in the spec, but still supported in all browsers.\n event.isPropagationStopped = ()=>event.cancelBubble;\n event.persist = ()=>{};\n return event;\n}\nfunction $8a9cb279dc87e130$export$c2b7abe5d61ec696(event, target) {\n Object.defineProperty(event, 'target', {\n value: target\n });\n Object.defineProperty(event, 'currentTarget', {\n value: target\n });\n}\nfunction $8a9cb279dc87e130$export$715c682d09d639cc(onBlur) {\n let stateRef = (0, $6dfIe$useRef)({\n isFocused: false,\n observer: null\n });\n // Clean up MutationObserver on unmount. See below.\n (0, $6dfIe$useLayoutEffect)(()=>{\n const state = stateRef.current;\n return ()=>{\n if (state.observer) {\n state.observer.disconnect();\n state.observer = null;\n }\n };\n }, []);\n let dispatchBlur = (0, $6dfIe$useEffectEvent)((e)=>{\n onBlur === null || onBlur === void 0 ? void 0 : onBlur(e);\n });\n // This function is called during a React onFocus event.\n return (0, $6dfIe$useCallback)((e)=>{\n // React does not fire onBlur when an element is disabled. https://github.com/facebook/react/issues/9142\n // Most browsers fire a native focusout event in this case, except for Firefox. In that case, we use a\n // MutationObserver to watch for the disabled attribute, and dispatch these events ourselves.\n // For browsers that do, focusout fires before the MutationObserver, so onBlur should not fire twice.\n if (e.target instanceof HTMLButtonElement || e.target instanceof HTMLInputElement || e.target instanceof HTMLTextAreaElement || e.target instanceof HTMLSelectElement) {\n stateRef.current.isFocused = true;\n let target = e.target;\n let onBlurHandler = (e)=>{\n stateRef.current.isFocused = false;\n if (target.disabled) {\n // For backward compatibility, dispatch a (fake) React synthetic event.\n let event = $8a9cb279dc87e130$export$525bc4921d56d4a(e);\n dispatchBlur(event);\n }\n // We no longer need the MutationObserver once the target is blurred.\n if (stateRef.current.observer) {\n stateRef.current.observer.disconnect();\n stateRef.current.observer = null;\n }\n };\n target.addEventListener('focusout', onBlurHandler, {\n once: true\n });\n stateRef.current.observer = new MutationObserver(()=>{\n if (stateRef.current.isFocused && target.disabled) {\n var _stateRef_current_observer;\n (_stateRef_current_observer = stateRef.current.observer) === null || _stateRef_current_observer === void 0 ? void 0 : _stateRef_current_observer.disconnect();\n let relatedTargetEl = target === document.activeElement ? null : document.activeElement;\n target.dispatchEvent(new FocusEvent('blur', {\n relatedTarget: relatedTargetEl\n }));\n target.dispatchEvent(new FocusEvent('focusout', {\n bubbles: true,\n relatedTarget: relatedTargetEl\n }));\n }\n });\n stateRef.current.observer.observe(target, {\n attributes: true,\n attributeFilter: [\n 'disabled'\n ]\n });\n }\n }, [\n dispatchBlur\n ]);\n}\nlet $8a9cb279dc87e130$export$fda7da73ab5d4c48 = false;\nfunction $8a9cb279dc87e130$export$cabe61c495ee3649(target) {\n // The browser will focus the nearest focusable ancestor of our target.\n while(target && !(0, $6dfIe$isFocusable)(target))target = target.parentElement;\n let window = (0, $6dfIe$getOwnerWindow)(target);\n let activeElement = window.document.activeElement;\n if (!activeElement || activeElement === target) return;\n $8a9cb279dc87e130$export$fda7da73ab5d4c48 = true;\n let isRefocusing = false;\n let onBlur = (e)=>{\n if (e.target === activeElement || isRefocusing) e.stopImmediatePropagation();\n };\n let onFocusOut = (e)=>{\n if (e.target === activeElement || isRefocusing) {\n e.stopImmediatePropagation();\n // If there was no focusable ancestor, we don't expect a focus event.\n // Re-focus the original active element here.\n if (!target && !isRefocusing) {\n isRefocusing = true;\n (0, $6dfIe$focusWithoutScrolling)(activeElement);\n cleanup();\n }\n }\n };\n let onFocus = (e)=>{\n if (e.target === target || isRefocusing) e.stopImmediatePropagation();\n };\n let onFocusIn = (e)=>{\n if (e.target === target || isRefocusing) {\n e.stopImmediatePropagation();\n if (!isRefocusing) {\n isRefocusing = true;\n (0, $6dfIe$focusWithoutScrolling)(activeElement);\n cleanup();\n }\n }\n };\n window.addEventListener('blur', onBlur, true);\n window.addEventListener('focusout', onFocusOut, true);\n window.addEventListener('focusin', onFocusIn, true);\n window.addEventListener('focus', onFocus, true);\n let cleanup = ()=>{\n cancelAnimationFrame(raf);\n window.removeEventListener('blur', onBlur, true);\n window.removeEventListener('focusout', onFocusOut, true);\n window.removeEventListener('focusin', onFocusIn, true);\n window.removeEventListener('focus', onFocus, true);\n $8a9cb279dc87e130$export$fda7da73ab5d4c48 = false;\n isRefocusing = false;\n };\n let raf = requestAnimationFrame(cleanup);\n return cleanup;\n}\n\n\nexport {$8a9cb279dc87e130$export$525bc4921d56d4a as createSyntheticEvent, $8a9cb279dc87e130$export$c2b7abe5d61ec696 as setEventTarget, $8a9cb279dc87e130$export$715c682d09d639cc as useSyntheticBlurEvent, $8a9cb279dc87e130$export$fda7da73ab5d4c48 as ignoreFocusEvent, $8a9cb279dc87e130$export$cabe61c495ee3649 as preventFocus};\n//# sourceMappingURL=utils.module.js.map\n"],"names":["$8a9cb279dc87e130$export$525bc4921d56d4a","nativeEvent","event","$8a9cb279dc87e130$export$c2b7abe5d61ec696","target","$8a9cb279dc87e130$export$715c682d09d639cc","onBlur","stateRef","$6dfIe$useRef","$6dfIe$useLayoutEffect","state","dispatchBlur","$6dfIe$useEffectEvent","e","$6dfIe$useCallback","onBlurHandler","_stateRef_current_observer","relatedTargetEl","$8a9cb279dc87e130$export$fda7da73ab5d4c48","$8a9cb279dc87e130$export$cabe61c495ee3649","$6dfIe$isFocusable","window","$6dfIe$getOwnerWindow","activeElement","isRefocusing","onFocusOut","$6dfIe$focusWithoutScrolling","cleanup","onFocus","onFocusIn","raf"],"mappings":"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","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const u=require("./useLabel.cjs.js"),o=require("@react-aria/utils");function c(e){let{description:i,errorMessage:a,isInvalid:s,validationState:l}=e,{labelProps:n,fieldProps:r}=u.useLabel(e),t=o.useSlotId([!!i,!!a,s,l]),d=o.useSlotId([!!i,!!a,s,l]);return r=o.mergeProps(r,{"aria-describedby":[t,d,e["aria-describedby"]].filter(Boolean).join(" ")||void 0}),{labelProps:n,fieldProps:r,descriptionProps:{id:t},errorMessageProps:{id:d}}}exports.useField=c;
|
|
2
|
+
//# sourceMappingURL=useField.cjs.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useField.cjs.js","sources":["../../../../../node_modules/@react-aria/label/dist/useField.mjs"],"sourcesContent":["import {useLabel as $d191a55c9702f145$export$8467354a121f1b9f} from \"./useLabel.mjs\";\nimport {useSlotId as $2kC82$useSlotId, mergeProps as $2kC82$mergeProps} from \"@react-aria/utils\";\n\n/*\n * Copyright 2021 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */ \n\nfunction $2baaea4c71418dea$export$294aa081a6c6f55d(props) {\n let { description: description, errorMessage: errorMessage, isInvalid: isInvalid, validationState: validationState } = props;\n let { labelProps: labelProps, fieldProps: fieldProps } = (0, $d191a55c9702f145$export$8467354a121f1b9f)(props);\n let descriptionId = (0, $2kC82$useSlotId)([\n Boolean(description),\n Boolean(errorMessage),\n isInvalid,\n validationState\n ]);\n let errorMessageId = (0, $2kC82$useSlotId)([\n Boolean(description),\n Boolean(errorMessage),\n isInvalid,\n validationState\n ]);\n fieldProps = (0, $2kC82$mergeProps)(fieldProps, {\n 'aria-describedby': [\n descriptionId,\n // Use aria-describedby for error message because aria-errormessage is unsupported using VoiceOver or NVDA. See https://github.com/adobe/react-spectrum/issues/1346#issuecomment-740136268\n errorMessageId,\n props['aria-describedby']\n ].filter(Boolean).join(' ') || undefined\n });\n return {\n labelProps: labelProps,\n fieldProps: fieldProps,\n descriptionProps: {\n id: descriptionId\n },\n errorMessageProps: {\n id: errorMessageId\n }\n };\n}\n\n\nexport {$2baaea4c71418dea$export$294aa081a6c6f55d as useField};\n//# sourceMappingURL=useField.module.js.map\n"],"names":["$2baaea4c71418dea$export$294aa081a6c6f55d","props","description","errorMessage","isInvalid","validationState","labelProps","fieldProps","$d191a55c9702f145$export$8467354a121f1b9f","descriptionId","$2kC82$useSlotId","errorMessageId","$2kC82$mergeProps"],"mappings":"oJAeA,SAASA,EAA0CC,EAAO,CACtD,GAAI,CAAE,YAAaC,EAAa,aAAcC,EAAc,UAAWC,EAAW,gBAAiBC,CAAiB,EAAGJ,EACnH,CAAE,WAAYK,EAAY,WAAYC,CAAU,EAASC,EAAAA,SAA2CP,CAAK,EACzGQ,EAAoBC,YAAkB,CACtC,EAAQR,EACR,EAAQC,EACRC,EACAC,CACR,CAAK,EACGM,EAAqBD,YAAkB,CACvC,EAAQR,EACR,EAAQC,EACRC,EACAC,CACR,CAAK,EACD,OAAAE,EAAiBK,EAAiB,WAAEL,EAAY,CAC5C,mBAAoB,CAChBE,EAEAE,EACAV,EAAM,kBAAkB,CAC3B,EAAC,OAAO,OAAO,EAAE,KAAK,GAAG,GAAK,MACvC,CAAK,EACM,CACH,WAAYK,EACZ,WAAYC,EACZ,iBAAkB,CACd,GAAIE,CACP,EACD,kBAAmB,CACf,GAAIE,CACP,CACT,CACA","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { useLabel as p } from "./useLabel.es.js";
|
|
2
|
+
import { useSlotId as t, mergeProps as f } from "@react-aria/utils";
|
|
3
|
+
function P(e) {
|
|
4
|
+
let { description: o, errorMessage: a, isInvalid: i, validationState: s } = e, { labelProps: n, fieldProps: r } = p(e), d = t([
|
|
5
|
+
!!o,
|
|
6
|
+
!!a,
|
|
7
|
+
i,
|
|
8
|
+
s
|
|
9
|
+
]), l = t([
|
|
10
|
+
!!o,
|
|
11
|
+
!!a,
|
|
12
|
+
i,
|
|
13
|
+
s
|
|
14
|
+
]);
|
|
15
|
+
return r = f(r, {
|
|
16
|
+
"aria-describedby": [
|
|
17
|
+
d,
|
|
18
|
+
// Use aria-describedby for error message because aria-errormessage is unsupported using VoiceOver or NVDA. See https://github.com/adobe/react-spectrum/issues/1346#issuecomment-740136268
|
|
19
|
+
l,
|
|
20
|
+
e["aria-describedby"]
|
|
21
|
+
].filter(Boolean).join(" ") || void 0
|
|
22
|
+
}), {
|
|
23
|
+
labelProps: n,
|
|
24
|
+
fieldProps: r,
|
|
25
|
+
descriptionProps: {
|
|
26
|
+
id: d
|
|
27
|
+
},
|
|
28
|
+
errorMessageProps: {
|
|
29
|
+
id: l
|
|
30
|
+
}
|
|
31
|
+
};
|
|
32
|
+
}
|
|
33
|
+
export {
|
|
34
|
+
P as useField
|
|
35
|
+
};
|
|
36
|
+
//# sourceMappingURL=useField.es.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useField.es.js","sources":["../../../../../node_modules/@react-aria/label/dist/useField.mjs"],"sourcesContent":["import {useLabel as $d191a55c9702f145$export$8467354a121f1b9f} from \"./useLabel.mjs\";\nimport {useSlotId as $2kC82$useSlotId, mergeProps as $2kC82$mergeProps} from \"@react-aria/utils\";\n\n/*\n * Copyright 2021 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */ \n\nfunction $2baaea4c71418dea$export$294aa081a6c6f55d(props) {\n let { description: description, errorMessage: errorMessage, isInvalid: isInvalid, validationState: validationState } = props;\n let { labelProps: labelProps, fieldProps: fieldProps } = (0, $d191a55c9702f145$export$8467354a121f1b9f)(props);\n let descriptionId = (0, $2kC82$useSlotId)([\n Boolean(description),\n Boolean(errorMessage),\n isInvalid,\n validationState\n ]);\n let errorMessageId = (0, $2kC82$useSlotId)([\n Boolean(description),\n Boolean(errorMessage),\n isInvalid,\n validationState\n ]);\n fieldProps = (0, $2kC82$mergeProps)(fieldProps, {\n 'aria-describedby': [\n descriptionId,\n // Use aria-describedby for error message because aria-errormessage is unsupported using VoiceOver or NVDA. See https://github.com/adobe/react-spectrum/issues/1346#issuecomment-740136268\n errorMessageId,\n props['aria-describedby']\n ].filter(Boolean).join(' ') || undefined\n });\n return {\n labelProps: labelProps,\n fieldProps: fieldProps,\n descriptionProps: {\n id: descriptionId\n },\n errorMessageProps: {\n id: errorMessageId\n }\n };\n}\n\n\nexport {$2baaea4c71418dea$export$294aa081a6c6f55d as useField};\n//# sourceMappingURL=useField.module.js.map\n"],"names":["$2baaea4c71418dea$export$294aa081a6c6f55d","props","description","errorMessage","isInvalid","validationState","labelProps","fieldProps","$d191a55c9702f145$export$8467354a121f1b9f","descriptionId","$2kC82$useSlotId","errorMessageId","$2kC82$mergeProps"],"mappings":";;AAeA,SAASA,EAA0CC,GAAO;AACtD,MAAI,EAAE,aAAaC,GAAa,cAAcC,GAAc,WAAWC,GAAW,iBAAiBC,EAAiB,IAAGJ,GACnH,EAAE,YAAYK,GAAY,YAAYC,EAAU,IAASC,EAA2CP,CAAK,GACzGQ,IAAoBC,EAAkB;AAAA,IACtC,EAAQR;AAAA,IACR,EAAQC;AAAA,IACRC;AAAA,IACAC;AAAA,EACR,CAAK,GACGM,IAAqBD,EAAkB;AAAA,IACvC,EAAQR;AAAA,IACR,EAAQC;AAAA,IACRC;AAAA,IACAC;AAAA,EACR,CAAK;AACD,SAAAE,IAAiBK,EAAmBL,GAAY;AAAA,IAC5C,oBAAoB;AAAA,MAChBE;AAAA;AAAA,MAEAE;AAAA,MACAV,EAAM,kBAAkB;AAAA,IAC3B,EAAC,OAAO,OAAO,EAAE,KAAK,GAAG,KAAK;AAAA,EACvC,CAAK,GACM;AAAA,IACH,YAAYK;AAAA,IACZ,YAAYC;AAAA,IACZ,kBAAkB;AAAA,MACd,IAAIE;AAAA,IACP;AAAA,IACD,mBAAmB;AAAA,MACf,IAAIE;AAAA,IACP;AAAA,EACT;AACA;","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const i=require("@react-aria/utils");function u(t){let{id:l,label:o,"aria-labelledby":e,"aria-label":b,labelElementType:s="label"}=t;l=i.useId(l);let a=i.useId(),r={};o?(e=e?`${a} ${e}`:a,r={id:a,htmlFor:s==="label"?l:void 0}):!e&&!b&&process.env.NODE_ENV!=="production"&&console.warn("If you do not provide a visible label, you must specify an aria-label or aria-labelledby attribute for accessibility");let d=i.useLabels({id:l,"aria-label":b,"aria-labelledby":e});return{labelProps:r,fieldProps:d}}exports.useLabel=u;
|
|
2
|
+
//# sourceMappingURL=useLabel.cjs.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useLabel.cjs.js","sources":["../../../../../node_modules/@react-aria/label/dist/useLabel.mjs"],"sourcesContent":["import {useId as $83Elw$useId, useLabels as $83Elw$useLabels} from \"@react-aria/utils\";\n\n/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */ \nfunction $d191a55c9702f145$export$8467354a121f1b9f(props) {\n let { id: id, label: label, 'aria-labelledby': ariaLabelledby, 'aria-label': ariaLabel, labelElementType: labelElementType = 'label' } = props;\n id = (0, $83Elw$useId)(id);\n let labelId = (0, $83Elw$useId)();\n let labelProps = {};\n if (label) {\n ariaLabelledby = ariaLabelledby ? `${labelId} ${ariaLabelledby}` : labelId;\n labelProps = {\n id: labelId,\n htmlFor: labelElementType === 'label' ? id : undefined\n };\n } else if (!ariaLabelledby && !ariaLabel && process.env.NODE_ENV !== 'production') console.warn('If you do not provide a visible label, you must specify an aria-label or aria-labelledby attribute for accessibility');\n let fieldProps = (0, $83Elw$useLabels)({\n id: id,\n 'aria-label': ariaLabel,\n 'aria-labelledby': ariaLabelledby\n });\n return {\n labelProps: labelProps,\n fieldProps: fieldProps\n };\n}\n\n\nexport {$d191a55c9702f145$export$8467354a121f1b9f as useLabel};\n//# sourceMappingURL=useLabel.module.js.map\n"],"names":["$d191a55c9702f145$export$8467354a121f1b9f","props","id","label","ariaLabelledby","ariaLabel","labelElementType","$83Elw$useId","labelId","labelProps","fieldProps","$83Elw$useLabels"],"mappings":"qHAaA,SAASA,EAA0CC,EAAO,CACtD,GAAI,CAAE,GAAIC,EAAI,MAAOC,EAAO,kBAAmBC,EAAgB,aAAcC,EAAW,iBAAkBC,EAAmB,OAAO,EAAKL,EACzIC,EAASK,QAAcL,CAAE,EACzB,IAAIM,EAAcD,EAAAA,QACdE,EAAa,CAAA,EACbN,GACAC,EAAiBA,EAAiB,GAAGI,CAAO,IAAIJ,CAAc,GAAKI,EACnEC,EAAa,CACT,GAAID,EACJ,QAASF,IAAqB,QAAUJ,EAAK,MACzD,GACe,CAACE,GAAkB,CAACC,GAAa,QAAQ,IAAI,WAAa,cAAc,QAAQ,KAAK,sHAAsH,EACtN,IAAIK,EAAiBC,YAAkB,CACnC,GAAIT,EACJ,aAAcG,EACd,kBAAmBD,CAC3B,CAAK,EACD,MAAO,CACH,WAAYK,EACZ,WAAYC,CACpB,CACA","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { useId as r, useLabels as f } from "@react-aria/utils";
|
|
2
|
+
function p(o) {
|
|
3
|
+
let { id: l, label: t, "aria-labelledby": e, "aria-label": b, labelElementType: d = "label" } = o;
|
|
4
|
+
l = r(l);
|
|
5
|
+
let a = r(), i = {};
|
|
6
|
+
t ? (e = e ? `${a} ${e}` : a, i = {
|
|
7
|
+
id: a,
|
|
8
|
+
htmlFor: d === "label" ? l : void 0
|
|
9
|
+
}) : !e && !b && process.env.NODE_ENV !== "production" && console.warn("If you do not provide a visible label, you must specify an aria-label or aria-labelledby attribute for accessibility");
|
|
10
|
+
let s = f({
|
|
11
|
+
id: l,
|
|
12
|
+
"aria-label": b,
|
|
13
|
+
"aria-labelledby": e
|
|
14
|
+
});
|
|
15
|
+
return {
|
|
16
|
+
labelProps: i,
|
|
17
|
+
fieldProps: s
|
|
18
|
+
};
|
|
19
|
+
}
|
|
20
|
+
export {
|
|
21
|
+
p as useLabel
|
|
22
|
+
};
|
|
23
|
+
//# sourceMappingURL=useLabel.es.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useLabel.es.js","sources":["../../../../../node_modules/@react-aria/label/dist/useLabel.mjs"],"sourcesContent":["import {useId as $83Elw$useId, useLabels as $83Elw$useLabels} from \"@react-aria/utils\";\n\n/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */ \nfunction $d191a55c9702f145$export$8467354a121f1b9f(props) {\n let { id: id, label: label, 'aria-labelledby': ariaLabelledby, 'aria-label': ariaLabel, labelElementType: labelElementType = 'label' } = props;\n id = (0, $83Elw$useId)(id);\n let labelId = (0, $83Elw$useId)();\n let labelProps = {};\n if (label) {\n ariaLabelledby = ariaLabelledby ? `${labelId} ${ariaLabelledby}` : labelId;\n labelProps = {\n id: labelId,\n htmlFor: labelElementType === 'label' ? id : undefined\n };\n } else if (!ariaLabelledby && !ariaLabel && process.env.NODE_ENV !== 'production') console.warn('If you do not provide a visible label, you must specify an aria-label or aria-labelledby attribute for accessibility');\n let fieldProps = (0, $83Elw$useLabels)({\n id: id,\n 'aria-label': ariaLabel,\n 'aria-labelledby': ariaLabelledby\n });\n return {\n labelProps: labelProps,\n fieldProps: fieldProps\n };\n}\n\n\nexport {$d191a55c9702f145$export$8467354a121f1b9f as useLabel};\n//# sourceMappingURL=useLabel.module.js.map\n"],"names":["$d191a55c9702f145$export$8467354a121f1b9f","props","id","label","ariaLabelledby","ariaLabel","labelElementType","$83Elw$useId","labelId","labelProps","fieldProps","$83Elw$useLabels"],"mappings":";AAaA,SAASA,EAA0CC,GAAO;AACtD,MAAI,EAAE,IAAIC,GAAI,OAAOC,GAAO,mBAAmBC,GAAgB,cAAcC,GAAW,kBAAkBC,IAAmB,QAAO,IAAKL;AACzI,EAAAC,IAASK,EAAcL,CAAE;AACzB,MAAIM,IAAcD,KACdE,IAAa,CAAA;AACjB,EAAIN,KACAC,IAAiBA,IAAiB,GAAGI,CAAO,IAAIJ,CAAc,KAAKI,GACnEC,IAAa;AAAA,IACT,IAAID;AAAA,IACJ,SAASF,MAAqB,UAAUJ,IAAK;AAAA,EACzD,KACe,CAACE,KAAkB,CAACC,KAAa,QAAQ,IAAI,aAAa,gBAAc,QAAQ,KAAK,sHAAsH;AACtN,MAAIK,IAAiBC,EAAkB;AAAA,IACnC,IAAIT;AAAA,IACJ,cAAcG;AAAA,IACd,mBAAmBD;AAAA,EAC3B,CAAK;AACD,SAAO;AAAA,IACH,YAAYK;AAAA,IACZ,YAAYC;AAAA,EACpB;AACA;","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const h=require("./utils.cjs.js"),o=require("@react-aria/utils"),b=require("../../interactions/dist/useFocusWithin.cjs.js"),P=require("../../label/dist/useLabel.cjs.js"),g=require("../../selection/dist/useSelectableList.cjs.js");function v(e,i,n){let r=o.filterDOMProps(e,{labelable:!0}),s=e.selectionBehavior||"toggle",l=e.linkBehavior||(s==="replace"?"action":"override");s==="toggle"&&l==="action"&&(l="override");let{listProps:u}=g.useSelectableList({...e,ref:n,selectionManager:i.selectionManager,collection:i.collection,disabledKeys:i.disabledKeys,linkBehavior:l}),{focusWithinProps:c}=b.useFocusWithin({onFocusWithin:e.onFocus,onBlurWithin:e.onBlur,onFocusWithinChange:e.onFocusChange}),t=o.useId(e.id);h.listData.set(i,{id:t,shouldUseVirtualFocus:e.shouldUseVirtualFocus,shouldSelectOnPressUp:e.shouldSelectOnPressUp,shouldFocusOnHover:e.shouldFocusOnHover,isVirtualized:e.isVirtualized,onAction:e.onAction,linkBehavior:l});let{labelProps:a,fieldProps:d}=P.useLabel({...e,id:t,labelElementType:"span"});return{labelProps:a,listBoxProps:o.mergeProps(r,c,i.selectionManager.selectionMode==="multiple"?{"aria-multiselectable":"true"}:{},{role:"listbox",...o.mergeProps(d,u)})}}exports.useListBox=v;
|
|
2
|
+
//# sourceMappingURL=useListBox.cjs.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useListBox.cjs.js","sources":["../../../../../node_modules/@react-aria/listbox/dist/useListBox.mjs"],"sourcesContent":["import {listData as $b1f0cad8af73213b$export$3585ede4d035bf14} from \"./utils.mjs\";\nimport {filterDOMProps as $by1yQ$filterDOMProps, useId as $by1yQ$useId, mergeProps as $by1yQ$mergeProps} from \"@react-aria/utils\";\nimport {useFocusWithin as $by1yQ$useFocusWithin} from \"@react-aria/interactions\";\nimport {useLabel as $by1yQ$useLabel} from \"@react-aria/label\";\nimport {useSelectableList as $by1yQ$useSelectableList} from \"@react-aria/selection\";\n\n/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */ \n\n\n\n\nfunction $c132121280ec012d$export$50eacbbf140a3141(props, state, ref) {\n let domProps = (0, $by1yQ$filterDOMProps)(props, {\n labelable: true\n });\n // Use props instead of state here. We don't want this to change due to long press.\n let selectionBehavior = props.selectionBehavior || 'toggle';\n let linkBehavior = props.linkBehavior || (selectionBehavior === 'replace' ? 'action' : 'override');\n if (selectionBehavior === 'toggle' && linkBehavior === 'action') // linkBehavior=\"action\" does not work with selectionBehavior=\"toggle\" because there is no way\n // to initiate selection (checkboxes are not allowed inside a listbox). Link items will not be\n // selectable in this configuration.\n linkBehavior = 'override';\n let { listProps: listProps } = (0, $by1yQ$useSelectableList)({\n ...props,\n ref: ref,\n selectionManager: state.selectionManager,\n collection: state.collection,\n disabledKeys: state.disabledKeys,\n linkBehavior: linkBehavior\n });\n let { focusWithinProps: focusWithinProps } = (0, $by1yQ$useFocusWithin)({\n onFocusWithin: props.onFocus,\n onBlurWithin: props.onBlur,\n onFocusWithinChange: props.onFocusChange\n });\n // Share list id and some props with child options.\n let id = (0, $by1yQ$useId)(props.id);\n (0, $b1f0cad8af73213b$export$3585ede4d035bf14).set(state, {\n id: id,\n shouldUseVirtualFocus: props.shouldUseVirtualFocus,\n shouldSelectOnPressUp: props.shouldSelectOnPressUp,\n shouldFocusOnHover: props.shouldFocusOnHover,\n isVirtualized: props.isVirtualized,\n onAction: props.onAction,\n linkBehavior: linkBehavior\n });\n let { labelProps: labelProps, fieldProps: fieldProps } = (0, $by1yQ$useLabel)({\n ...props,\n id: id,\n // listbox is not an HTML input element so it\n // shouldn't be labeled by a <label> element.\n labelElementType: 'span'\n });\n return {\n labelProps: labelProps,\n listBoxProps: (0, $by1yQ$mergeProps)(domProps, focusWithinProps, state.selectionManager.selectionMode === 'multiple' ? {\n 'aria-multiselectable': 'true'\n } : {}, {\n role: 'listbox',\n ...(0, $by1yQ$mergeProps)(fieldProps, listProps)\n })\n };\n}\n\n\nexport {$c132121280ec012d$export$50eacbbf140a3141 as useListBox};\n//# sourceMappingURL=useListBox.module.js.map\n"],"names":["$c132121280ec012d$export$50eacbbf140a3141","props","state","ref","domProps","$by1yQ$filterDOMProps","selectionBehavior","linkBehavior","listProps","$by1yQ$useSelectableList","focusWithinProps","$by1yQ$useFocusWithin","id","$by1yQ$useId","$b1f0cad8af73213b$export$3585ede4d035bf14","labelProps","fieldProps","$by1yQ$useLabel","$by1yQ$mergeProps"],"mappings":"qTAqBA,SAASA,EAA0CC,EAAOC,EAAOC,EAAK,CAClE,IAAIC,EAAeC,EAAqB,eAAEJ,EAAO,CAC7C,UAAW,EACnB,CAAK,EAEGK,EAAoBL,EAAM,mBAAqB,SAC/CM,EAAeN,EAAM,eAAiBK,IAAsB,UAAY,SAAW,YACnFA,IAAsB,UAAYC,IAAiB,WAGvDA,EAAe,YACf,GAAI,CAAE,UAAWC,CAAW,EAAOC,EAAAA,kBAA0B,CACzD,GAAGR,EACH,IAAKE,EACL,iBAAkBD,EAAM,iBACxB,WAAYA,EAAM,WAClB,aAAcA,EAAM,aACpB,aAAcK,CACtB,CAAK,EACG,CAAE,iBAAkBG,CAAkB,EAAOC,EAAAA,eAAuB,CACpE,cAAeV,EAAM,QACrB,aAAcA,EAAM,OACpB,oBAAqBA,EAAM,aACnC,CAAK,EAEGW,EAASC,EAAAA,MAAcZ,EAAM,EAAE,EAC/Ba,EAAyC,SAAE,IAAIZ,EAAO,CACtD,GAAIU,EACJ,sBAAuBX,EAAM,sBAC7B,sBAAuBA,EAAM,sBAC7B,mBAAoBA,EAAM,mBAC1B,cAAeA,EAAM,cACrB,SAAUA,EAAM,SAChB,aAAcM,CACtB,CAAK,EACD,GAAI,CAAE,WAAYQ,EAAY,WAAYC,CAAU,EAASC,WAAiB,CAC1E,GAAGhB,EACH,GAAIW,EAGJ,iBAAkB,MAC1B,CAAK,EACD,MAAO,CACH,WAAYG,EACZ,aAAkBG,EAAiB,WAAEd,EAAUM,EAAkBR,EAAM,iBAAiB,gBAAkB,WAAa,CACnH,uBAAwB,MAC3B,EAAG,GAAI,CACJ,KAAM,UACN,GAAOgB,EAAAA,WAAmBF,EAAYR,CAAS,CAC3D,CAAS,CACT,CACA","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import { listData as b } from "./utils.es.js";
|
|
2
|
+
import { filterDOMProps as f, useId as h, mergeProps as s } from "@react-aria/utils";
|
|
3
|
+
import { useFocusWithin as m } from "../../interactions/dist/useFocusWithin.es.js";
|
|
4
|
+
import { useLabel as P } from "../../label/dist/useLabel.es.js";
|
|
5
|
+
import { useSelectableList as $ } from "../../selection/dist/useSelectableList.es.js";
|
|
6
|
+
function W(e, o, r) {
|
|
7
|
+
let a = f(e, {
|
|
8
|
+
labelable: !0
|
|
9
|
+
}), l = e.selectionBehavior || "toggle", i = e.linkBehavior || (l === "replace" ? "action" : "override");
|
|
10
|
+
l === "toggle" && i === "action" && (i = "override");
|
|
11
|
+
let { listProps: n } = $({
|
|
12
|
+
...e,
|
|
13
|
+
ref: r,
|
|
14
|
+
selectionManager: o.selectionManager,
|
|
15
|
+
collection: o.collection,
|
|
16
|
+
disabledKeys: o.disabledKeys,
|
|
17
|
+
linkBehavior: i
|
|
18
|
+
}), { focusWithinProps: c } = m({
|
|
19
|
+
onFocusWithin: e.onFocus,
|
|
20
|
+
onBlurWithin: e.onBlur,
|
|
21
|
+
onFocusWithinChange: e.onFocusChange
|
|
22
|
+
}), t = h(e.id);
|
|
23
|
+
b.set(o, {
|
|
24
|
+
id: t,
|
|
25
|
+
shouldUseVirtualFocus: e.shouldUseVirtualFocus,
|
|
26
|
+
shouldSelectOnPressUp: e.shouldSelectOnPressUp,
|
|
27
|
+
shouldFocusOnHover: e.shouldFocusOnHover,
|
|
28
|
+
isVirtualized: e.isVirtualized,
|
|
29
|
+
onAction: e.onAction,
|
|
30
|
+
linkBehavior: i
|
|
31
|
+
});
|
|
32
|
+
let { labelProps: u, fieldProps: d } = P({
|
|
33
|
+
...e,
|
|
34
|
+
id: t,
|
|
35
|
+
// listbox is not an HTML input element so it
|
|
36
|
+
// shouldn't be labeled by a <label> element.
|
|
37
|
+
labelElementType: "span"
|
|
38
|
+
});
|
|
39
|
+
return {
|
|
40
|
+
labelProps: u,
|
|
41
|
+
listBoxProps: s(a, c, o.selectionManager.selectionMode === "multiple" ? {
|
|
42
|
+
"aria-multiselectable": "true"
|
|
43
|
+
} : {}, {
|
|
44
|
+
role: "listbox",
|
|
45
|
+
...s(d, n)
|
|
46
|
+
})
|
|
47
|
+
};
|
|
48
|
+
}
|
|
49
|
+
export {
|
|
50
|
+
W as useListBox
|
|
51
|
+
};
|
|
52
|
+
//# sourceMappingURL=useListBox.es.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useListBox.es.js","sources":["../../../../../node_modules/@react-aria/listbox/dist/useListBox.mjs"],"sourcesContent":["import {listData as $b1f0cad8af73213b$export$3585ede4d035bf14} from \"./utils.mjs\";\nimport {filterDOMProps as $by1yQ$filterDOMProps, useId as $by1yQ$useId, mergeProps as $by1yQ$mergeProps} from \"@react-aria/utils\";\nimport {useFocusWithin as $by1yQ$useFocusWithin} from \"@react-aria/interactions\";\nimport {useLabel as $by1yQ$useLabel} from \"@react-aria/label\";\nimport {useSelectableList as $by1yQ$useSelectableList} from \"@react-aria/selection\";\n\n/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */ \n\n\n\n\nfunction $c132121280ec012d$export$50eacbbf140a3141(props, state, ref) {\n let domProps = (0, $by1yQ$filterDOMProps)(props, {\n labelable: true\n });\n // Use props instead of state here. We don't want this to change due to long press.\n let selectionBehavior = props.selectionBehavior || 'toggle';\n let linkBehavior = props.linkBehavior || (selectionBehavior === 'replace' ? 'action' : 'override');\n if (selectionBehavior === 'toggle' && linkBehavior === 'action') // linkBehavior=\"action\" does not work with selectionBehavior=\"toggle\" because there is no way\n // to initiate selection (checkboxes are not allowed inside a listbox). Link items will not be\n // selectable in this configuration.\n linkBehavior = 'override';\n let { listProps: listProps } = (0, $by1yQ$useSelectableList)({\n ...props,\n ref: ref,\n selectionManager: state.selectionManager,\n collection: state.collection,\n disabledKeys: state.disabledKeys,\n linkBehavior: linkBehavior\n });\n let { focusWithinProps: focusWithinProps } = (0, $by1yQ$useFocusWithin)({\n onFocusWithin: props.onFocus,\n onBlurWithin: props.onBlur,\n onFocusWithinChange: props.onFocusChange\n });\n // Share list id and some props with child options.\n let id = (0, $by1yQ$useId)(props.id);\n (0, $b1f0cad8af73213b$export$3585ede4d035bf14).set(state, {\n id: id,\n shouldUseVirtualFocus: props.shouldUseVirtualFocus,\n shouldSelectOnPressUp: props.shouldSelectOnPressUp,\n shouldFocusOnHover: props.shouldFocusOnHover,\n isVirtualized: props.isVirtualized,\n onAction: props.onAction,\n linkBehavior: linkBehavior\n });\n let { labelProps: labelProps, fieldProps: fieldProps } = (0, $by1yQ$useLabel)({\n ...props,\n id: id,\n // listbox is not an HTML input element so it\n // shouldn't be labeled by a <label> element.\n labelElementType: 'span'\n });\n return {\n labelProps: labelProps,\n listBoxProps: (0, $by1yQ$mergeProps)(domProps, focusWithinProps, state.selectionManager.selectionMode === 'multiple' ? {\n 'aria-multiselectable': 'true'\n } : {}, {\n role: 'listbox',\n ...(0, $by1yQ$mergeProps)(fieldProps, listProps)\n })\n };\n}\n\n\nexport {$c132121280ec012d$export$50eacbbf140a3141 as useListBox};\n//# sourceMappingURL=useListBox.module.js.map\n"],"names":["$c132121280ec012d$export$50eacbbf140a3141","props","state","ref","domProps","$by1yQ$filterDOMProps","selectionBehavior","linkBehavior","listProps","$by1yQ$useSelectableList","focusWithinProps","$by1yQ$useFocusWithin","id","$by1yQ$useId","$b1f0cad8af73213b$export$3585ede4d035bf14","labelProps","fieldProps","$by1yQ$useLabel","$by1yQ$mergeProps"],"mappings":";;;;;AAqBA,SAASA,EAA0CC,GAAOC,GAAOC,GAAK;AAClE,MAAIC,IAAeC,EAAuBJ,GAAO;AAAA,IAC7C,WAAW;AAAA,EACnB,CAAK,GAEGK,IAAoBL,EAAM,qBAAqB,UAC/CM,IAAeN,EAAM,iBAAiBK,MAAsB,YAAY,WAAW;AACvF,EAAIA,MAAsB,YAAYC,MAAiB,aAGvDA,IAAe;AACf,MAAI,EAAE,WAAWC,EAAW,IAAOC,EAA0B;AAAA,IACzD,GAAGR;AAAA,IACH,KAAKE;AAAA,IACL,kBAAkBD,EAAM;AAAA,IACxB,YAAYA,EAAM;AAAA,IAClB,cAAcA,EAAM;AAAA,IACpB,cAAcK;AAAA,EACtB,CAAK,GACG,EAAE,kBAAkBG,EAAkB,IAAOC,EAAuB;AAAA,IACpE,eAAeV,EAAM;AAAA,IACrB,cAAcA,EAAM;AAAA,IACpB,qBAAqBA,EAAM;AAAA,EACnC,CAAK,GAEGW,IAASC,EAAcZ,EAAM,EAAE;AACnC,EAAIa,EAA2C,IAAIZ,GAAO;AAAA,IACtD,IAAIU;AAAA,IACJ,uBAAuBX,EAAM;AAAA,IAC7B,uBAAuBA,EAAM;AAAA,IAC7B,oBAAoBA,EAAM;AAAA,IAC1B,eAAeA,EAAM;AAAA,IACrB,UAAUA,EAAM;AAAA,IAChB,cAAcM;AAAA,EACtB,CAAK;AACD,MAAI,EAAE,YAAYQ,GAAY,YAAYC,EAAU,IAASC,EAAiB;AAAA,IAC1E,GAAGhB;AAAA,IACH,IAAIW;AAAA;AAAA;AAAA,IAGJ,kBAAkB;AAAA,EAC1B,CAAK;AACD,SAAO;AAAA,IACH,YAAYG;AAAA,IACZ,cAAkBG,EAAmBd,GAAUM,GAAkBR,EAAM,iBAAiB,kBAAkB,aAAa;AAAA,MACnH,wBAAwB;AAAA,IAC3B,IAAG,IAAI;AAAA,MACJ,MAAM;AAAA,MACN,GAAOgB,EAAmBF,GAAYR,CAAS;AAAA,IAC3D,CAAS;AAAA,EACT;AACA;","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const A=require("./utils.cjs.js"),s=require("@react-aria/utils"),$=require("../../../@react-stately/collections/dist/getItemCount.cjs.js"),D=require("../../interactions/dist/useFocusVisible.cjs.js"),x=require("../../interactions/dist/useHover.cjs.js"),B=require("../../selection/dist/useSelectableItem.cjs.js");function C(l,o,U){var u,a;let{key:d}=l,e=A.listData.get(o);var c;let t=(c=l.isDisabled)!==null&&c!==void 0?c:o.selectionManager.isDisabled(d);var v;let S=(v=l.isSelected)!==null&&v!==void 0?v:o.selectionManager.isSelected(d);var p;let F=(p=l.shouldSelectOnPressUp)!==null&&p!==void 0?p:e==null?void 0:e.shouldSelectOnPressUp;var b;let _=(b=l.shouldFocusOnHover)!==null&&b!==void 0?b:e==null?void 0:e.shouldFocusOnHover;var P;let y=(P=l.shouldUseVirtualFocus)!==null&&P!==void 0?P:e==null?void 0:e.shouldUseVirtualFocus;var h;let g=(h=l.isVirtualized)!==null&&h!==void 0?h:e==null?void 0:e.isVirtualized,f=s.useSlotId(),m=s.useSlotId(),n={role:"option","aria-disabled":t||void 0,"aria-selected":o.selectionManager.selectionMode!=="none"?S:void 0};s.isMac()&&s.isWebKit()||(n["aria-label"]=l["aria-label"],n["aria-labelledby"]=f,n["aria-describedby"]=m);let i=o.collection.getItem(d);if(g){let r=Number(i==null?void 0:i.index);n["aria-posinset"]=Number.isNaN(r)?void 0:r+1,n["aria-setsize"]=$.getItemCount(o.collection)}let V=e!=null&&e.onAction?()=>{var r;return e==null||(r=e.onAction)===null||r===void 0?void 0:r.call(e,d)}:void 0,O=A.getItemId(o,d),{itemProps:k,isPressed:H,isFocused:M,hasAction:q,allowsSelection:z}=B.useSelectableItem({selectionManager:o.selectionManager,key:d,ref:U,shouldSelectOnPressUp:F,allowsDifferentPressOrigin:F&&_,isVirtualized:g,shouldUseVirtualFocus:y,isDisabled:t,onAction:V||!(i==null||(u=i.props)===null||u===void 0)&&u.onAction?s.chain(i==null||(a=i.props)===null||a===void 0?void 0:a.onAction,V):void 0,linkBehavior:e==null?void 0:e.linkBehavior,id:O}),{hoverProps:w}=x.useHover({isDisabled:t||!_,onHoverStart(){D.isFocusVisible()||(o.selectionManager.setFocused(!0),o.selectionManager.setFocusedKey(d))}}),I=s.filterDOMProps(i==null?void 0:i.props);delete I.id;let N=s.useLinkProps(i==null?void 0:i.props);return{optionProps:{...n,...s.mergeProps(I,k,w,N),id:O},labelProps:{id:f},descriptionProps:{id:m},isFocused:M,isFocusVisible:M&&o.selectionManager.isFocused&&D.isFocusVisible(),isSelected:S,isDisabled:t,isPressed:H,allowsSelection:z,hasAction:q}}exports.useOption=C;
|
|
2
|
+
//# sourceMappingURL=useOption.cjs.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useOption.cjs.js","sources":["../../../../../node_modules/@react-aria/listbox/dist/useOption.mjs"],"sourcesContent":["import {getItemId as $b1f0cad8af73213b$export$9145995848b05025, listData as $b1f0cad8af73213b$export$3585ede4d035bf14} from \"./utils.mjs\";\nimport {useSlotId as $fcwmx$useSlotId, isMac as $fcwmx$isMac, isWebKit as $fcwmx$isWebKit, chain as $fcwmx$chain, filterDOMProps as $fcwmx$filterDOMProps, useLinkProps as $fcwmx$useLinkProps, mergeProps as $fcwmx$mergeProps} from \"@react-aria/utils\";\nimport {getItemCount as $fcwmx$getItemCount} from \"@react-stately/collections\";\nimport {useHover as $fcwmx$useHover, isFocusVisible as $fcwmx$isFocusVisible} from \"@react-aria/interactions\";\nimport {useSelectableItem as $fcwmx$useSelectableItem} from \"@react-aria/selection\";\n\n/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */ \n\n\n\n\nfunction $293f70390ea03370$export$497855f14858aa34(props, state, ref) {\n var _item_props, _item_props1;\n let { key: key } = props;\n let data = (0, $b1f0cad8af73213b$export$3585ede4d035bf14).get(state);\n var _props_isDisabled;\n let isDisabled = (_props_isDisabled = props.isDisabled) !== null && _props_isDisabled !== void 0 ? _props_isDisabled : state.selectionManager.isDisabled(key);\n var _props_isSelected;\n let isSelected = (_props_isSelected = props.isSelected) !== null && _props_isSelected !== void 0 ? _props_isSelected : state.selectionManager.isSelected(key);\n var _props_shouldSelectOnPressUp;\n let shouldSelectOnPressUp = (_props_shouldSelectOnPressUp = props.shouldSelectOnPressUp) !== null && _props_shouldSelectOnPressUp !== void 0 ? _props_shouldSelectOnPressUp : data === null || data === void 0 ? void 0 : data.shouldSelectOnPressUp;\n var _props_shouldFocusOnHover;\n let shouldFocusOnHover = (_props_shouldFocusOnHover = props.shouldFocusOnHover) !== null && _props_shouldFocusOnHover !== void 0 ? _props_shouldFocusOnHover : data === null || data === void 0 ? void 0 : data.shouldFocusOnHover;\n var _props_shouldUseVirtualFocus;\n let shouldUseVirtualFocus = (_props_shouldUseVirtualFocus = props.shouldUseVirtualFocus) !== null && _props_shouldUseVirtualFocus !== void 0 ? _props_shouldUseVirtualFocus : data === null || data === void 0 ? void 0 : data.shouldUseVirtualFocus;\n var _props_isVirtualized;\n let isVirtualized = (_props_isVirtualized = props.isVirtualized) !== null && _props_isVirtualized !== void 0 ? _props_isVirtualized : data === null || data === void 0 ? void 0 : data.isVirtualized;\n let labelId = (0, $fcwmx$useSlotId)();\n let descriptionId = (0, $fcwmx$useSlotId)();\n let optionProps = {\n role: 'option',\n 'aria-disabled': isDisabled || undefined,\n 'aria-selected': state.selectionManager.selectionMode !== 'none' ? isSelected : undefined\n };\n // Safari with VoiceOver on macOS misreads options with aria-labelledby or aria-label as simply \"text\".\n // We should not map slots to the label and description on Safari and instead just have VoiceOver read the textContent.\n // https://bugs.webkit.org/show_bug.cgi?id=209279\n if (!((0, $fcwmx$isMac)() && (0, $fcwmx$isWebKit)())) {\n optionProps['aria-label'] = props['aria-label'];\n optionProps['aria-labelledby'] = labelId;\n optionProps['aria-describedby'] = descriptionId;\n }\n let item = state.collection.getItem(key);\n if (isVirtualized) {\n let index = Number(item === null || item === void 0 ? void 0 : item.index);\n optionProps['aria-posinset'] = Number.isNaN(index) ? undefined : index + 1;\n optionProps['aria-setsize'] = (0, $fcwmx$getItemCount)(state.collection);\n }\n let onAction = (data === null || data === void 0 ? void 0 : data.onAction) ? ()=>{\n var _data_onAction;\n return data === null || data === void 0 ? void 0 : (_data_onAction = data.onAction) === null || _data_onAction === void 0 ? void 0 : _data_onAction.call(data, key);\n } : undefined;\n let id = (0, $b1f0cad8af73213b$export$9145995848b05025)(state, key);\n let { itemProps: itemProps, isPressed: isPressed, isFocused: isFocused, hasAction: hasAction, allowsSelection: allowsSelection } = (0, $fcwmx$useSelectableItem)({\n selectionManager: state.selectionManager,\n key: key,\n ref: ref,\n shouldSelectOnPressUp: shouldSelectOnPressUp,\n allowsDifferentPressOrigin: shouldSelectOnPressUp && shouldFocusOnHover,\n isVirtualized: isVirtualized,\n shouldUseVirtualFocus: shouldUseVirtualFocus,\n isDisabled: isDisabled,\n onAction: onAction || (item === null || item === void 0 ? void 0 : (_item_props = item.props) === null || _item_props === void 0 ? void 0 : _item_props.onAction) ? (0, $fcwmx$chain)(item === null || item === void 0 ? void 0 : (_item_props1 = item.props) === null || _item_props1 === void 0 ? void 0 : _item_props1.onAction, onAction) : undefined,\n linkBehavior: data === null || data === void 0 ? void 0 : data.linkBehavior,\n id: id\n });\n let { hoverProps: hoverProps } = (0, $fcwmx$useHover)({\n isDisabled: isDisabled || !shouldFocusOnHover,\n onHoverStart () {\n if (!(0, $fcwmx$isFocusVisible)()) {\n state.selectionManager.setFocused(true);\n state.selectionManager.setFocusedKey(key);\n }\n }\n });\n let domProps = (0, $fcwmx$filterDOMProps)(item === null || item === void 0 ? void 0 : item.props);\n delete domProps.id;\n let linkProps = (0, $fcwmx$useLinkProps)(item === null || item === void 0 ? void 0 : item.props);\n return {\n optionProps: {\n ...optionProps,\n ...(0, $fcwmx$mergeProps)(domProps, itemProps, hoverProps, linkProps),\n id: id\n },\n labelProps: {\n id: labelId\n },\n descriptionProps: {\n id: descriptionId\n },\n isFocused: isFocused,\n isFocusVisible: isFocused && state.selectionManager.isFocused && (0, $fcwmx$isFocusVisible)(),\n isSelected: isSelected,\n isDisabled: isDisabled,\n isPressed: isPressed,\n allowsSelection: allowsSelection,\n hasAction: hasAction\n };\n}\n\n\nexport {$293f70390ea03370$export$497855f14858aa34 as useOption};\n//# sourceMappingURL=useOption.module.js.map\n"],"names":["$293f70390ea03370$export$497855f14858aa34","props","state","ref","_item_props","_item_props1","key","data","$b1f0cad8af73213b$export$3585ede4d035bf14","_props_isDisabled","isDisabled","_props_isSelected","isSelected","_props_shouldSelectOnPressUp","shouldSelectOnPressUp","_props_shouldFocusOnHover","shouldFocusOnHover","_props_shouldUseVirtualFocus","shouldUseVirtualFocus","_props_isVirtualized","isVirtualized","labelId","$fcwmx$useSlotId","descriptionId","optionProps","$fcwmx$isMac","$fcwmx$isWebKit","item","index","$fcwmx$getItemCount","onAction","_data_onAction","id","$b1f0cad8af73213b$export$9145995848b05025","itemProps","isPressed","isFocused","hasAction","allowsSelection","$fcwmx$useSelectableItem","$fcwmx$chain","hoverProps","$fcwmx$useHover","$fcwmx$isFocusVisible","domProps","$fcwmx$filterDOMProps","linkProps","$fcwmx$useLinkProps","$fcwmx$mergeProps"],"mappings":"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","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
import { listData as w, getItemId as N } from "./utils.es.js";
|
|
2
|
+
import { useSlotId as M, isMac as B, isWebKit as K, chain as C, filterDOMProps as L, useLinkProps as W, mergeProps as j } from "@react-aria/utils";
|
|
3
|
+
import { getItemCount as q } from "../../../@react-stately/collections/dist/getItemCount.es.js";
|
|
4
|
+
import { isFocusVisible as x } from "../../interactions/dist/useFocusVisible.es.js";
|
|
5
|
+
import { useHover as E } from "../../interactions/dist/useHover.es.js";
|
|
6
|
+
import { useSelectableItem as G } from "../../selection/dist/useSelectableItem.es.js";
|
|
7
|
+
function Z(l, o, A) {
|
|
8
|
+
var a, t;
|
|
9
|
+
let { key: s } = l, e = w.get(o);
|
|
10
|
+
var u;
|
|
11
|
+
let n = (u = l.isDisabled) !== null && u !== void 0 ? u : o.selectionManager.isDisabled(s);
|
|
12
|
+
var c;
|
|
13
|
+
let m = (c = l.isSelected) !== null && c !== void 0 ? c : o.selectionManager.isSelected(s);
|
|
14
|
+
var v;
|
|
15
|
+
let h = (v = l.shouldSelectOnPressUp) !== null && v !== void 0 ? v : e == null ? void 0 : e.shouldSelectOnPressUp;
|
|
16
|
+
var p;
|
|
17
|
+
let P = (p = l.shouldFocusOnHover) !== null && p !== void 0 ? p : e == null ? void 0 : e.shouldFocusOnHover;
|
|
18
|
+
var b;
|
|
19
|
+
let D = (b = l.shouldUseVirtualFocus) !== null && b !== void 0 ? b : e == null ? void 0 : e.shouldUseVirtualFocus;
|
|
20
|
+
var f;
|
|
21
|
+
let $ = (f = l.isVirtualized) !== null && f !== void 0 ? f : e == null ? void 0 : e.isVirtualized, _ = M(), F = M(), d = {
|
|
22
|
+
role: "option",
|
|
23
|
+
"aria-disabled": n || void 0,
|
|
24
|
+
"aria-selected": o.selectionManager.selectionMode !== "none" ? m : void 0
|
|
25
|
+
};
|
|
26
|
+
B() && K() || (d["aria-label"] = l["aria-label"], d["aria-labelledby"] = _, d["aria-describedby"] = F);
|
|
27
|
+
let i = o.collection.getItem(s);
|
|
28
|
+
if ($) {
|
|
29
|
+
let r = Number(i == null ? void 0 : i.index);
|
|
30
|
+
d["aria-posinset"] = Number.isNaN(r) ? void 0 : r + 1, d["aria-setsize"] = q(o.collection);
|
|
31
|
+
}
|
|
32
|
+
let S = e != null && e.onAction ? () => {
|
|
33
|
+
var r;
|
|
34
|
+
return e == null || (r = e.onAction) === null || r === void 0 ? void 0 : r.call(e, s);
|
|
35
|
+
} : void 0, g = N(o, s), { itemProps: U, isPressed: I, isFocused: O, hasAction: k, allowsSelection: y } = G({
|
|
36
|
+
selectionManager: o.selectionManager,
|
|
37
|
+
key: s,
|
|
38
|
+
ref: A,
|
|
39
|
+
shouldSelectOnPressUp: h,
|
|
40
|
+
allowsDifferentPressOrigin: h && P,
|
|
41
|
+
isVirtualized: $,
|
|
42
|
+
shouldUseVirtualFocus: D,
|
|
43
|
+
isDisabled: n,
|
|
44
|
+
onAction: S || !(i == null || (a = i.props) === null || a === void 0) && a.onAction ? C(i == null || (t = i.props) === null || t === void 0 ? void 0 : t.onAction, S) : void 0,
|
|
45
|
+
linkBehavior: e == null ? void 0 : e.linkBehavior,
|
|
46
|
+
id: g
|
|
47
|
+
}), { hoverProps: z } = E({
|
|
48
|
+
isDisabled: n || !P,
|
|
49
|
+
onHoverStart() {
|
|
50
|
+
x() || (o.selectionManager.setFocused(!0), o.selectionManager.setFocusedKey(s));
|
|
51
|
+
}
|
|
52
|
+
}), V = L(i == null ? void 0 : i.props);
|
|
53
|
+
delete V.id;
|
|
54
|
+
let H = W(i == null ? void 0 : i.props);
|
|
55
|
+
return {
|
|
56
|
+
optionProps: {
|
|
57
|
+
...d,
|
|
58
|
+
...j(V, U, z, H),
|
|
59
|
+
id: g
|
|
60
|
+
},
|
|
61
|
+
labelProps: {
|
|
62
|
+
id: _
|
|
63
|
+
},
|
|
64
|
+
descriptionProps: {
|
|
65
|
+
id: F
|
|
66
|
+
},
|
|
67
|
+
isFocused: O,
|
|
68
|
+
isFocusVisible: O && o.selectionManager.isFocused && x(),
|
|
69
|
+
isSelected: m,
|
|
70
|
+
isDisabled: n,
|
|
71
|
+
isPressed: I,
|
|
72
|
+
allowsSelection: y,
|
|
73
|
+
hasAction: k
|
|
74
|
+
};
|
|
75
|
+
}
|
|
76
|
+
export {
|
|
77
|
+
Z as useOption
|
|
78
|
+
};
|
|
79
|
+
//# sourceMappingURL=useOption.es.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useOption.es.js","sources":["../../../../../node_modules/@react-aria/listbox/dist/useOption.mjs"],"sourcesContent":["import {getItemId as $b1f0cad8af73213b$export$9145995848b05025, listData as $b1f0cad8af73213b$export$3585ede4d035bf14} from \"./utils.mjs\";\nimport {useSlotId as $fcwmx$useSlotId, isMac as $fcwmx$isMac, isWebKit as $fcwmx$isWebKit, chain as $fcwmx$chain, filterDOMProps as $fcwmx$filterDOMProps, useLinkProps as $fcwmx$useLinkProps, mergeProps as $fcwmx$mergeProps} from \"@react-aria/utils\";\nimport {getItemCount as $fcwmx$getItemCount} from \"@react-stately/collections\";\nimport {useHover as $fcwmx$useHover, isFocusVisible as $fcwmx$isFocusVisible} from \"@react-aria/interactions\";\nimport {useSelectableItem as $fcwmx$useSelectableItem} from \"@react-aria/selection\";\n\n/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */ \n\n\n\n\nfunction $293f70390ea03370$export$497855f14858aa34(props, state, ref) {\n var _item_props, _item_props1;\n let { key: key } = props;\n let data = (0, $b1f0cad8af73213b$export$3585ede4d035bf14).get(state);\n var _props_isDisabled;\n let isDisabled = (_props_isDisabled = props.isDisabled) !== null && _props_isDisabled !== void 0 ? _props_isDisabled : state.selectionManager.isDisabled(key);\n var _props_isSelected;\n let isSelected = (_props_isSelected = props.isSelected) !== null && _props_isSelected !== void 0 ? _props_isSelected : state.selectionManager.isSelected(key);\n var _props_shouldSelectOnPressUp;\n let shouldSelectOnPressUp = (_props_shouldSelectOnPressUp = props.shouldSelectOnPressUp) !== null && _props_shouldSelectOnPressUp !== void 0 ? _props_shouldSelectOnPressUp : data === null || data === void 0 ? void 0 : data.shouldSelectOnPressUp;\n var _props_shouldFocusOnHover;\n let shouldFocusOnHover = (_props_shouldFocusOnHover = props.shouldFocusOnHover) !== null && _props_shouldFocusOnHover !== void 0 ? _props_shouldFocusOnHover : data === null || data === void 0 ? void 0 : data.shouldFocusOnHover;\n var _props_shouldUseVirtualFocus;\n let shouldUseVirtualFocus = (_props_shouldUseVirtualFocus = props.shouldUseVirtualFocus) !== null && _props_shouldUseVirtualFocus !== void 0 ? _props_shouldUseVirtualFocus : data === null || data === void 0 ? void 0 : data.shouldUseVirtualFocus;\n var _props_isVirtualized;\n let isVirtualized = (_props_isVirtualized = props.isVirtualized) !== null && _props_isVirtualized !== void 0 ? _props_isVirtualized : data === null || data === void 0 ? void 0 : data.isVirtualized;\n let labelId = (0, $fcwmx$useSlotId)();\n let descriptionId = (0, $fcwmx$useSlotId)();\n let optionProps = {\n role: 'option',\n 'aria-disabled': isDisabled || undefined,\n 'aria-selected': state.selectionManager.selectionMode !== 'none' ? isSelected : undefined\n };\n // Safari with VoiceOver on macOS misreads options with aria-labelledby or aria-label as simply \"text\".\n // We should not map slots to the label and description on Safari and instead just have VoiceOver read the textContent.\n // https://bugs.webkit.org/show_bug.cgi?id=209279\n if (!((0, $fcwmx$isMac)() && (0, $fcwmx$isWebKit)())) {\n optionProps['aria-label'] = props['aria-label'];\n optionProps['aria-labelledby'] = labelId;\n optionProps['aria-describedby'] = descriptionId;\n }\n let item = state.collection.getItem(key);\n if (isVirtualized) {\n let index = Number(item === null || item === void 0 ? void 0 : item.index);\n optionProps['aria-posinset'] = Number.isNaN(index) ? undefined : index + 1;\n optionProps['aria-setsize'] = (0, $fcwmx$getItemCount)(state.collection);\n }\n let onAction = (data === null || data === void 0 ? void 0 : data.onAction) ? ()=>{\n var _data_onAction;\n return data === null || data === void 0 ? void 0 : (_data_onAction = data.onAction) === null || _data_onAction === void 0 ? void 0 : _data_onAction.call(data, key);\n } : undefined;\n let id = (0, $b1f0cad8af73213b$export$9145995848b05025)(state, key);\n let { itemProps: itemProps, isPressed: isPressed, isFocused: isFocused, hasAction: hasAction, allowsSelection: allowsSelection } = (0, $fcwmx$useSelectableItem)({\n selectionManager: state.selectionManager,\n key: key,\n ref: ref,\n shouldSelectOnPressUp: shouldSelectOnPressUp,\n allowsDifferentPressOrigin: shouldSelectOnPressUp && shouldFocusOnHover,\n isVirtualized: isVirtualized,\n shouldUseVirtualFocus: shouldUseVirtualFocus,\n isDisabled: isDisabled,\n onAction: onAction || (item === null || item === void 0 ? void 0 : (_item_props = item.props) === null || _item_props === void 0 ? void 0 : _item_props.onAction) ? (0, $fcwmx$chain)(item === null || item === void 0 ? void 0 : (_item_props1 = item.props) === null || _item_props1 === void 0 ? void 0 : _item_props1.onAction, onAction) : undefined,\n linkBehavior: data === null || data === void 0 ? void 0 : data.linkBehavior,\n id: id\n });\n let { hoverProps: hoverProps } = (0, $fcwmx$useHover)({\n isDisabled: isDisabled || !shouldFocusOnHover,\n onHoverStart () {\n if (!(0, $fcwmx$isFocusVisible)()) {\n state.selectionManager.setFocused(true);\n state.selectionManager.setFocusedKey(key);\n }\n }\n });\n let domProps = (0, $fcwmx$filterDOMProps)(item === null || item === void 0 ? void 0 : item.props);\n delete domProps.id;\n let linkProps = (0, $fcwmx$useLinkProps)(item === null || item === void 0 ? void 0 : item.props);\n return {\n optionProps: {\n ...optionProps,\n ...(0, $fcwmx$mergeProps)(domProps, itemProps, hoverProps, linkProps),\n id: id\n },\n labelProps: {\n id: labelId\n },\n descriptionProps: {\n id: descriptionId\n },\n isFocused: isFocused,\n isFocusVisible: isFocused && state.selectionManager.isFocused && (0, $fcwmx$isFocusVisible)(),\n isSelected: isSelected,\n isDisabled: isDisabled,\n isPressed: isPressed,\n allowsSelection: allowsSelection,\n hasAction: hasAction\n };\n}\n\n\nexport {$293f70390ea03370$export$497855f14858aa34 as useOption};\n//# sourceMappingURL=useOption.module.js.map\n"],"names":["$293f70390ea03370$export$497855f14858aa34","props","state","ref","_item_props","_item_props1","key","data","$b1f0cad8af73213b$export$3585ede4d035bf14","_props_isDisabled","isDisabled","_props_isSelected","isSelected","_props_shouldSelectOnPressUp","shouldSelectOnPressUp","_props_shouldFocusOnHover","shouldFocusOnHover","_props_shouldUseVirtualFocus","shouldUseVirtualFocus","_props_isVirtualized","isVirtualized","labelId","$fcwmx$useSlotId","descriptionId","optionProps","$fcwmx$isMac","$fcwmx$isWebKit","item","index","$fcwmx$getItemCount","onAction","_data_onAction","id","$b1f0cad8af73213b$export$9145995848b05025","itemProps","isPressed","isFocused","hasAction","allowsSelection","$fcwmx$useSelectableItem","$fcwmx$chain","hoverProps","$fcwmx$useHover","$fcwmx$isFocusVisible","domProps","$fcwmx$filterDOMProps","linkProps","$fcwmx$useLinkProps","$fcwmx$mergeProps"],"mappings":"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","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=new WeakMap;function a(t){return typeof t=="string"?t.replace(/\s*/g,""):""+t}function o(t,n){let e=r.get(t);if(!e)throw new Error("Unknown list");return`${e.id}-option-${a(n)}`}exports.getItemId=o;exports.listData=r;
|
|
2
|
+
//# sourceMappingURL=utils.cjs.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utils.cjs.js","sources":["../../../../../node_modules/@react-aria/listbox/dist/utils.mjs"],"sourcesContent":["/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */ const $b1f0cad8af73213b$export$3585ede4d035bf14 = new WeakMap();\nfunction $b1f0cad8af73213b$var$normalizeKey(key) {\n if (typeof key === 'string') return key.replace(/\\s*/g, '');\n return '' + key;\n}\nfunction $b1f0cad8af73213b$export$9145995848b05025(state, itemKey) {\n let data = $b1f0cad8af73213b$export$3585ede4d035bf14.get(state);\n if (!data) throw new Error('Unknown list');\n return `${data.id}-option-${$b1f0cad8af73213b$var$normalizeKey(itemKey)}`;\n}\n\n\nexport {$b1f0cad8af73213b$export$3585ede4d035bf14 as listData, $b1f0cad8af73213b$export$9145995848b05025 as getItemId};\n//# sourceMappingURL=utils.module.js.map\n"],"names":["$b1f0cad8af73213b$export$3585ede4d035bf14","$b1f0cad8af73213b$var$normalizeKey","key","$b1f0cad8af73213b$export$9145995848b05025","state","itemKey","data"],"mappings":"gFAUS,MAACA,EAA4C,IAAI,QAC1D,SAASC,EAAmCC,EAAK,CAC7C,OAAI,OAAOA,GAAQ,SAAiBA,EAAI,QAAQ,OAAQ,EAAE,EACnD,GAAKA,CAChB,CACA,SAASC,EAA0CC,EAAOC,EAAS,CAC/D,IAAIC,EAAON,EAA0C,IAAII,CAAK,EAC9D,GAAI,CAACE,EAAM,MAAM,IAAI,MAAM,cAAc,EACzC,MAAO,GAAGA,EAAK,EAAE,WAAWL,EAAmCI,CAAO,CAAC,EAC3E","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
const r = /* @__PURE__ */ new WeakMap();
|
|
2
|
+
function n(t) {
|
|
3
|
+
return typeof t == "string" ? t.replace(/\s*/g, "") : "" + t;
|
|
4
|
+
}
|
|
5
|
+
function o(t, a) {
|
|
6
|
+
let e = r.get(t);
|
|
7
|
+
if (!e) throw new Error("Unknown list");
|
|
8
|
+
return `${e.id}-option-${n(a)}`;
|
|
9
|
+
}
|
|
10
|
+
export {
|
|
11
|
+
o as getItemId,
|
|
12
|
+
r as listData
|
|
13
|
+
};
|
|
14
|
+
//# sourceMappingURL=utils.es.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utils.es.js","sources":["../../../../../node_modules/@react-aria/listbox/dist/utils.mjs"],"sourcesContent":["/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */ const $b1f0cad8af73213b$export$3585ede4d035bf14 = new WeakMap();\nfunction $b1f0cad8af73213b$var$normalizeKey(key) {\n if (typeof key === 'string') return key.replace(/\\s*/g, '');\n return '' + key;\n}\nfunction $b1f0cad8af73213b$export$9145995848b05025(state, itemKey) {\n let data = $b1f0cad8af73213b$export$3585ede4d035bf14.get(state);\n if (!data) throw new Error('Unknown list');\n return `${data.id}-option-${$b1f0cad8af73213b$var$normalizeKey(itemKey)}`;\n}\n\n\nexport {$b1f0cad8af73213b$export$3585ede4d035bf14 as listData, $b1f0cad8af73213b$export$9145995848b05025 as getItemId};\n//# sourceMappingURL=utils.module.js.map\n"],"names":["$b1f0cad8af73213b$export$3585ede4d035bf14","$b1f0cad8af73213b$var$normalizeKey","key","$b1f0cad8af73213b$export$9145995848b05025","state","itemKey","data"],"mappings":"AAUS,MAACA,IAA4C,oBAAI,QAAU;AACpE,SAASC,EAAmCC,GAAK;AAC7C,SAAI,OAAOA,KAAQ,WAAiBA,EAAI,QAAQ,QAAQ,EAAE,IACnD,KAAKA;AAChB;AACA,SAASC,EAA0CC,GAAOC,GAAS;AAC/D,MAAIC,IAAON,EAA0C,IAAII,CAAK;AAC9D,MAAI,CAACE,EAAM,OAAM,IAAI,MAAM,cAAc;AACzC,SAAO,GAAGA,EAAK,EAAE,WAAWL,EAAmCI,CAAO,CAAC;AAC3E;","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=7e3;let i=null;function s(n,e="assertive",t=r){i?i.announce(n,e,t):(i=new h,(typeof IS_REACT_ACT_ENVIRONMENT=="boolean"?IS_REACT_ACT_ENVIRONMENT:typeof jest<"u")?i.announce(n,e,t):setTimeout(()=>{i!=null&&i.isAttached()&&(i==null||i.announce(n,e,t))},100))}class h{isAttached(){var e;return(e=this.node)===null||e===void 0?void 0:e.isConnected}createLog(e){let t=document.createElement("div");return t.setAttribute("role","log"),t.setAttribute("aria-live",e),t.setAttribute("aria-relevant","additions"),t}destroy(){this.node&&(document.body.removeChild(this.node),this.node=null)}announce(e,t="assertive",a=r){var d,l;if(!this.node)return;let o=document.createElement("div");typeof e=="object"?(o.setAttribute("role","img"),o.setAttribute("aria-labelledby",e["aria-labelledby"])):o.textContent=e,t==="assertive"?(d=this.assertiveLog)===null||d===void 0||d.appendChild(o):(l=this.politeLog)===null||l===void 0||l.appendChild(o),e!==""&&setTimeout(()=>{o.remove()},a)}clear(e){this.node&&((!e||e==="assertive")&&this.assertiveLog&&(this.assertiveLog.innerHTML=""),(!e||e==="polite")&&this.politeLog&&(this.politeLog.innerHTML=""))}constructor(){this.node=null,this.assertiveLog=null,this.politeLog=null,typeof document<"u"&&(this.node=document.createElement("div"),this.node.dataset.liveAnnouncer="true",Object.assign(this.node.style,{border:0,clip:"rect(0 0 0 0)",clipPath:"inset(50%)",height:"1px",margin:"-1px",overflow:"hidden",padding:0,position:"absolute",width:"1px",whiteSpace:"nowrap"}),this.assertiveLog=this.createLog("assertive"),this.node.appendChild(this.assertiveLog),this.politeLog=this.createLog("polite"),this.node.appendChild(this.politeLog),document.body.prepend(this.node))}}exports.announce=s;
|
|
2
|
+
//# sourceMappingURL=LiveAnnouncer.cjs.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LiveAnnouncer.cjs.js","sources":["../../../../../node_modules/@react-aria/live-announcer/dist/LiveAnnouncer.mjs"],"sourcesContent":["/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */ /* Inspired by https://github.com/AlmeroSteyn/react-aria-live */ const $319e236875307eab$var$LIVEREGION_TIMEOUT_DELAY = 7000;\nlet $319e236875307eab$var$liveAnnouncer = null;\nfunction $319e236875307eab$export$a9b970dcc4ae71a9(message, assertiveness = 'assertive', timeout = $319e236875307eab$var$LIVEREGION_TIMEOUT_DELAY) {\n if (!$319e236875307eab$var$liveAnnouncer) {\n $319e236875307eab$var$liveAnnouncer = new $319e236875307eab$var$LiveAnnouncer();\n // wait for the live announcer regions to be added to the dom, then announce\n // otherwise Safari won't announce the message if it's added too quickly\n // found most times less than 100ms were not consistent when announcing with Safari\n // IS_REACT_ACT_ENVIRONMENT is used by React 18. Previous versions checked for the `jest` global.\n // https://github.com/reactwg/react-18/discussions/102\n // if we're in a test environment, announce without waiting\n // @ts-ignore\n if (!(typeof IS_REACT_ACT_ENVIRONMENT === 'boolean' ? IS_REACT_ACT_ENVIRONMENT : typeof jest !== 'undefined')) setTimeout(()=>{\n if ($319e236875307eab$var$liveAnnouncer === null || $319e236875307eab$var$liveAnnouncer === void 0 ? void 0 : $319e236875307eab$var$liveAnnouncer.isAttached()) $319e236875307eab$var$liveAnnouncer === null || $319e236875307eab$var$liveAnnouncer === void 0 ? void 0 : $319e236875307eab$var$liveAnnouncer.announce(message, assertiveness, timeout);\n }, 100);\n else $319e236875307eab$var$liveAnnouncer.announce(message, assertiveness, timeout);\n } else $319e236875307eab$var$liveAnnouncer.announce(message, assertiveness, timeout);\n}\nfunction $319e236875307eab$export$d10ae4f68404609a(assertiveness) {\n if ($319e236875307eab$var$liveAnnouncer) $319e236875307eab$var$liveAnnouncer.clear(assertiveness);\n}\nfunction $319e236875307eab$export$d8686216b8b81b2f() {\n if ($319e236875307eab$var$liveAnnouncer) {\n $319e236875307eab$var$liveAnnouncer.destroy();\n $319e236875307eab$var$liveAnnouncer = null;\n }\n}\n// LiveAnnouncer is implemented using vanilla DOM, not React. That's because as of React 18\n// ReactDOM.render is deprecated, and the replacement, ReactDOM.createRoot is moved into a\n// subpath import `react-dom/client`. That makes it hard for us to support multiple React versions.\n// As a global API, we can't use portals without introducing a breaking API change. LiveAnnouncer\n// is simple enough to implement without React, so that's what we do here.\n// See this discussion for more details: https://github.com/reactwg/react-18/discussions/125#discussioncomment-2382638\nclass $319e236875307eab$var$LiveAnnouncer {\n isAttached() {\n var _this_node;\n return (_this_node = this.node) === null || _this_node === void 0 ? void 0 : _this_node.isConnected;\n }\n createLog(ariaLive) {\n let node = document.createElement('div');\n node.setAttribute('role', 'log');\n node.setAttribute('aria-live', ariaLive);\n node.setAttribute('aria-relevant', 'additions');\n return node;\n }\n destroy() {\n if (!this.node) return;\n document.body.removeChild(this.node);\n this.node = null;\n }\n announce(message, assertiveness = 'assertive', timeout = $319e236875307eab$var$LIVEREGION_TIMEOUT_DELAY) {\n var _this_assertiveLog, _this_politeLog;\n if (!this.node) return;\n let node = document.createElement('div');\n if (typeof message === 'object') {\n // To read an aria-labelledby, the element must have an appropriate role, such as img.\n node.setAttribute('role', 'img');\n node.setAttribute('aria-labelledby', message['aria-labelledby']);\n } else node.textContent = message;\n if (assertiveness === 'assertive') (_this_assertiveLog = this.assertiveLog) === null || _this_assertiveLog === void 0 ? void 0 : _this_assertiveLog.appendChild(node);\n else (_this_politeLog = this.politeLog) === null || _this_politeLog === void 0 ? void 0 : _this_politeLog.appendChild(node);\n if (message !== '') setTimeout(()=>{\n node.remove();\n }, timeout);\n }\n clear(assertiveness) {\n if (!this.node) return;\n if ((!assertiveness || assertiveness === 'assertive') && this.assertiveLog) this.assertiveLog.innerHTML = '';\n if ((!assertiveness || assertiveness === 'polite') && this.politeLog) this.politeLog.innerHTML = '';\n }\n constructor(){\n this.node = null;\n this.assertiveLog = null;\n this.politeLog = null;\n if (typeof document !== 'undefined') {\n this.node = document.createElement('div');\n this.node.dataset.liveAnnouncer = 'true';\n // copied from VisuallyHidden\n Object.assign(this.node.style, {\n border: 0,\n clip: 'rect(0 0 0 0)',\n clipPath: 'inset(50%)',\n height: '1px',\n margin: '-1px',\n overflow: 'hidden',\n padding: 0,\n position: 'absolute',\n width: '1px',\n whiteSpace: 'nowrap'\n });\n this.assertiveLog = this.createLog('assertive');\n this.node.appendChild(this.assertiveLog);\n this.politeLog = this.createLog('polite');\n this.node.appendChild(this.politeLog);\n document.body.prepend(this.node);\n }\n }\n}\n\n\nexport {$319e236875307eab$export$a9b970dcc4ae71a9 as announce, $319e236875307eab$export$d10ae4f68404609a as clearAnnouncer, $319e236875307eab$export$d8686216b8b81b2f as destroyAnnouncer};\n//# sourceMappingURL=LiveAnnouncer.module.js.map\n"],"names":["$319e236875307eab$var$LIVEREGION_TIMEOUT_DELAY","$319e236875307eab$var$liveAnnouncer","$319e236875307eab$export$a9b970dcc4ae71a9","message","assertiveness","timeout","$319e236875307eab$var$LiveAnnouncer","_this_node","ariaLive","node","_this_assertiveLog","_this_politeLog"],"mappings":"gFAUqE,MAAMA,EAAiD,IAC5H,IAAIC,EAAsC,KAC1C,SAASC,EAA0CC,EAASC,EAAgB,YAAaC,EAAUL,EAAgD,CAC1IC,EAaEA,EAAoC,SAASE,EAASC,EAAeC,CAAO,GAZ/EJ,EAAsC,IAAIK,GAQpC,OAAO,0BAA6B,UAAY,yBAA2B,OAAO,KAAS,KAG5FL,EAAoC,SAASE,EAASC,EAAeC,CAAO,EAH8B,WAAW,IAAI,CACtHJ,GAAwC,MAAkEA,EAAoC,WAAU,IAAIA,GAAwC,MAAkEA,EAAoC,SAASE,EAASC,EAAeC,CAAO,EACzV,EAAE,GAAG,EAGd,CAgBA,MAAMC,CAAoC,CACtC,YAAa,CACT,IAAIC,EACJ,OAAQA,EAAa,KAAK,QAAU,MAAQA,IAAe,OAAS,OAASA,EAAW,WAC3F,CACD,UAAUC,EAAU,CAChB,IAAIC,EAAO,SAAS,cAAc,KAAK,EACvC,OAAAA,EAAK,aAAa,OAAQ,KAAK,EAC/BA,EAAK,aAAa,YAAaD,CAAQ,EACvCC,EAAK,aAAa,gBAAiB,WAAW,EACvCA,CACV,CACD,SAAU,CACD,KAAK,OACV,SAAS,KAAK,YAAY,KAAK,IAAI,EACnC,KAAK,KAAO,KACf,CACD,SAASN,EAASC,EAAgB,YAAaC,EAAUL,EAAgD,CACrG,IAAIU,EAAoBC,EACxB,GAAI,CAAC,KAAK,KAAM,OAChB,IAAIF,EAAO,SAAS,cAAc,KAAK,EACnC,OAAON,GAAY,UAEnBM,EAAK,aAAa,OAAQ,KAAK,EAC/BA,EAAK,aAAa,kBAAmBN,EAAQ,iBAAiB,CAAC,GAC5DM,EAAK,YAAcN,EACtBC,IAAkB,aAAcM,EAAqB,KAAK,gBAAkB,MAAQA,IAAuB,QAAkBA,EAAmB,YAAYD,CAAI,GAC9JE,EAAkB,KAAK,aAAe,MAAQA,IAAoB,QAAkBA,EAAgB,YAAYF,CAAI,EACtHN,IAAY,IAAI,WAAW,IAAI,CAC/BM,EAAK,OAAM,CACd,EAAEJ,CAAO,CACb,CACD,MAAMD,EAAe,CACZ,KAAK,QACL,CAACA,GAAiBA,IAAkB,cAAgB,KAAK,eAAc,KAAK,aAAa,UAAY,KACrG,CAACA,GAAiBA,IAAkB,WAAa,KAAK,YAAW,KAAK,UAAU,UAAY,IACpG,CACD,aAAa,CACT,KAAK,KAAO,KACZ,KAAK,aAAe,KACpB,KAAK,UAAY,KACb,OAAO,SAAa,MACpB,KAAK,KAAO,SAAS,cAAc,KAAK,EACxC,KAAK,KAAK,QAAQ,cAAgB,OAElC,OAAO,OAAO,KAAK,KAAK,MAAO,CAC3B,OAAQ,EACR,KAAM,gBACN,SAAU,aACV,OAAQ,MACR,OAAQ,OACR,SAAU,SACV,QAAS,EACT,SAAU,WACV,MAAO,MACP,WAAY,QAC5B,CAAa,EACD,KAAK,aAAe,KAAK,UAAU,WAAW,EAC9C,KAAK,KAAK,YAAY,KAAK,YAAY,EACvC,KAAK,UAAY,KAAK,UAAU,QAAQ,EACxC,KAAK,KAAK,YAAY,KAAK,SAAS,EACpC,SAAS,KAAK,QAAQ,KAAK,IAAI,EAEtC,CACL","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
let i = null;
|
|
2
|
+
function s(n, e = "assertive", t = 7e3) {
|
|
3
|
+
i ? i.announce(n, e, t) : (i = new a(), (typeof IS_REACT_ACT_ENVIRONMENT == "boolean" ? IS_REACT_ACT_ENVIRONMENT : typeof jest < "u") ? i.announce(n, e, t) : setTimeout(() => {
|
|
4
|
+
i != null && i.isAttached() && (i == null || i.announce(n, e, t));
|
|
5
|
+
}, 100));
|
|
6
|
+
}
|
|
7
|
+
class a {
|
|
8
|
+
isAttached() {
|
|
9
|
+
var e;
|
|
10
|
+
return (e = this.node) === null || e === void 0 ? void 0 : e.isConnected;
|
|
11
|
+
}
|
|
12
|
+
createLog(e) {
|
|
13
|
+
let t = document.createElement("div");
|
|
14
|
+
return t.setAttribute("role", "log"), t.setAttribute("aria-live", e), t.setAttribute("aria-relevant", "additions"), t;
|
|
15
|
+
}
|
|
16
|
+
destroy() {
|
|
17
|
+
this.node && (document.body.removeChild(this.node), this.node = null);
|
|
18
|
+
}
|
|
19
|
+
announce(e, t = "assertive", r = 7e3) {
|
|
20
|
+
var d, l;
|
|
21
|
+
if (!this.node) return;
|
|
22
|
+
let o = document.createElement("div");
|
|
23
|
+
typeof e == "object" ? (o.setAttribute("role", "img"), o.setAttribute("aria-labelledby", e["aria-labelledby"])) : o.textContent = e, t === "assertive" ? (d = this.assertiveLog) === null || d === void 0 || d.appendChild(o) : (l = this.politeLog) === null || l === void 0 || l.appendChild(o), e !== "" && setTimeout(() => {
|
|
24
|
+
o.remove();
|
|
25
|
+
}, r);
|
|
26
|
+
}
|
|
27
|
+
clear(e) {
|
|
28
|
+
this.node && ((!e || e === "assertive") && this.assertiveLog && (this.assertiveLog.innerHTML = ""), (!e || e === "polite") && this.politeLog && (this.politeLog.innerHTML = ""));
|
|
29
|
+
}
|
|
30
|
+
constructor() {
|
|
31
|
+
this.node = null, this.assertiveLog = null, this.politeLog = null, typeof document < "u" && (this.node = document.createElement("div"), this.node.dataset.liveAnnouncer = "true", Object.assign(this.node.style, {
|
|
32
|
+
border: 0,
|
|
33
|
+
clip: "rect(0 0 0 0)",
|
|
34
|
+
clipPath: "inset(50%)",
|
|
35
|
+
height: "1px",
|
|
36
|
+
margin: "-1px",
|
|
37
|
+
overflow: "hidden",
|
|
38
|
+
padding: 0,
|
|
39
|
+
position: "absolute",
|
|
40
|
+
width: "1px",
|
|
41
|
+
whiteSpace: "nowrap"
|
|
42
|
+
}), this.assertiveLog = this.createLog("assertive"), this.node.appendChild(this.assertiveLog), this.politeLog = this.createLog("polite"), this.node.appendChild(this.politeLog), document.body.prepend(this.node));
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
export {
|
|
46
|
+
s as announce
|
|
47
|
+
};
|
|
48
|
+
//# sourceMappingURL=LiveAnnouncer.es.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LiveAnnouncer.es.js","sources":["../../../../../node_modules/@react-aria/live-announcer/dist/LiveAnnouncer.mjs"],"sourcesContent":["/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */ /* Inspired by https://github.com/AlmeroSteyn/react-aria-live */ const $319e236875307eab$var$LIVEREGION_TIMEOUT_DELAY = 7000;\nlet $319e236875307eab$var$liveAnnouncer = null;\nfunction $319e236875307eab$export$a9b970dcc4ae71a9(message, assertiveness = 'assertive', timeout = $319e236875307eab$var$LIVEREGION_TIMEOUT_DELAY) {\n if (!$319e236875307eab$var$liveAnnouncer) {\n $319e236875307eab$var$liveAnnouncer = new $319e236875307eab$var$LiveAnnouncer();\n // wait for the live announcer regions to be added to the dom, then announce\n // otherwise Safari won't announce the message if it's added too quickly\n // found most times less than 100ms were not consistent when announcing with Safari\n // IS_REACT_ACT_ENVIRONMENT is used by React 18. Previous versions checked for the `jest` global.\n // https://github.com/reactwg/react-18/discussions/102\n // if we're in a test environment, announce without waiting\n // @ts-ignore\n if (!(typeof IS_REACT_ACT_ENVIRONMENT === 'boolean' ? IS_REACT_ACT_ENVIRONMENT : typeof jest !== 'undefined')) setTimeout(()=>{\n if ($319e236875307eab$var$liveAnnouncer === null || $319e236875307eab$var$liveAnnouncer === void 0 ? void 0 : $319e236875307eab$var$liveAnnouncer.isAttached()) $319e236875307eab$var$liveAnnouncer === null || $319e236875307eab$var$liveAnnouncer === void 0 ? void 0 : $319e236875307eab$var$liveAnnouncer.announce(message, assertiveness, timeout);\n }, 100);\n else $319e236875307eab$var$liveAnnouncer.announce(message, assertiveness, timeout);\n } else $319e236875307eab$var$liveAnnouncer.announce(message, assertiveness, timeout);\n}\nfunction $319e236875307eab$export$d10ae4f68404609a(assertiveness) {\n if ($319e236875307eab$var$liveAnnouncer) $319e236875307eab$var$liveAnnouncer.clear(assertiveness);\n}\nfunction $319e236875307eab$export$d8686216b8b81b2f() {\n if ($319e236875307eab$var$liveAnnouncer) {\n $319e236875307eab$var$liveAnnouncer.destroy();\n $319e236875307eab$var$liveAnnouncer = null;\n }\n}\n// LiveAnnouncer is implemented using vanilla DOM, not React. That's because as of React 18\n// ReactDOM.render is deprecated, and the replacement, ReactDOM.createRoot is moved into a\n// subpath import `react-dom/client`. That makes it hard for us to support multiple React versions.\n// As a global API, we can't use portals without introducing a breaking API change. LiveAnnouncer\n// is simple enough to implement without React, so that's what we do here.\n// See this discussion for more details: https://github.com/reactwg/react-18/discussions/125#discussioncomment-2382638\nclass $319e236875307eab$var$LiveAnnouncer {\n isAttached() {\n var _this_node;\n return (_this_node = this.node) === null || _this_node === void 0 ? void 0 : _this_node.isConnected;\n }\n createLog(ariaLive) {\n let node = document.createElement('div');\n node.setAttribute('role', 'log');\n node.setAttribute('aria-live', ariaLive);\n node.setAttribute('aria-relevant', 'additions');\n return node;\n }\n destroy() {\n if (!this.node) return;\n document.body.removeChild(this.node);\n this.node = null;\n }\n announce(message, assertiveness = 'assertive', timeout = $319e236875307eab$var$LIVEREGION_TIMEOUT_DELAY) {\n var _this_assertiveLog, _this_politeLog;\n if (!this.node) return;\n let node = document.createElement('div');\n if (typeof message === 'object') {\n // To read an aria-labelledby, the element must have an appropriate role, such as img.\n node.setAttribute('role', 'img');\n node.setAttribute('aria-labelledby', message['aria-labelledby']);\n } else node.textContent = message;\n if (assertiveness === 'assertive') (_this_assertiveLog = this.assertiveLog) === null || _this_assertiveLog === void 0 ? void 0 : _this_assertiveLog.appendChild(node);\n else (_this_politeLog = this.politeLog) === null || _this_politeLog === void 0 ? void 0 : _this_politeLog.appendChild(node);\n if (message !== '') setTimeout(()=>{\n node.remove();\n }, timeout);\n }\n clear(assertiveness) {\n if (!this.node) return;\n if ((!assertiveness || assertiveness === 'assertive') && this.assertiveLog) this.assertiveLog.innerHTML = '';\n if ((!assertiveness || assertiveness === 'polite') && this.politeLog) this.politeLog.innerHTML = '';\n }\n constructor(){\n this.node = null;\n this.assertiveLog = null;\n this.politeLog = null;\n if (typeof document !== 'undefined') {\n this.node = document.createElement('div');\n this.node.dataset.liveAnnouncer = 'true';\n // copied from VisuallyHidden\n Object.assign(this.node.style, {\n border: 0,\n clip: 'rect(0 0 0 0)',\n clipPath: 'inset(50%)',\n height: '1px',\n margin: '-1px',\n overflow: 'hidden',\n padding: 0,\n position: 'absolute',\n width: '1px',\n whiteSpace: 'nowrap'\n });\n this.assertiveLog = this.createLog('assertive');\n this.node.appendChild(this.assertiveLog);\n this.politeLog = this.createLog('polite');\n this.node.appendChild(this.politeLog);\n document.body.prepend(this.node);\n }\n }\n}\n\n\nexport {$319e236875307eab$export$a9b970dcc4ae71a9 as announce, $319e236875307eab$export$d10ae4f68404609a as clearAnnouncer, $319e236875307eab$export$d8686216b8b81b2f as destroyAnnouncer};\n//# sourceMappingURL=LiveAnnouncer.module.js.map\n"],"names":["$319e236875307eab$var$liveAnnouncer","$319e236875307eab$export$a9b970dcc4ae71a9","message","assertiveness","timeout","$319e236875307eab$var$LiveAnnouncer","_this_node","ariaLive","node","_this_assertiveLog","_this_politeLog"],"mappings":"AAWA,IAAIA,IAAsC;AAC1C,SAASC,EAA0CC,GAASC,IAAgB,aAAaC,IAAU,KAAgD;AAC/I,EAAKJ,IAaEA,EAAoC,SAASE,GAASC,GAAeC,CAAO,KAZ/EJ,IAAsC,IAAIK,MAQpC,OAAO,4BAA6B,YAAY,2BAA2B,OAAO,OAAS,OAG5FL,EAAoC,SAASE,GAASC,GAAeC,CAAO,IAH8B,WAAW,MAAI;AAC1H,IAAIJ,KAAwC,QAAkEA,EAAoC,WAAU,MAAIA,KAAwC,QAAkEA,EAAoC,SAASE,GAASC,GAAeC,CAAO;AAAA,EACzV,GAAE,GAAG;AAGd;AAgBA,MAAMC,EAAoC;AAAA,EACtC,aAAa;AACT,QAAIC;AACJ,YAAQA,IAAa,KAAK,UAAU,QAAQA,MAAe,SAAS,SAASA,EAAW;AAAA,EAC3F;AAAA,EACD,UAAUC,GAAU;AAChB,QAAIC,IAAO,SAAS,cAAc,KAAK;AACvC,WAAAA,EAAK,aAAa,QAAQ,KAAK,GAC/BA,EAAK,aAAa,aAAaD,CAAQ,GACvCC,EAAK,aAAa,iBAAiB,WAAW,GACvCA;AAAA,EACV;AAAA,EACD,UAAU;AACN,IAAK,KAAK,SACV,SAAS,KAAK,YAAY,KAAK,IAAI,GACnC,KAAK,OAAO;AAAA,EACf;AAAA,EACD,SAASN,GAASC,IAAgB,aAAaC,IAAU,KAAgD;AACrG,QAAIK,GAAoBC;AACxB,QAAI,CAAC,KAAK,KAAM;AAChB,QAAIF,IAAO,SAAS,cAAc,KAAK;AACvC,IAAI,OAAON,KAAY,YAEnBM,EAAK,aAAa,QAAQ,KAAK,GAC/BA,EAAK,aAAa,mBAAmBN,EAAQ,iBAAiB,CAAC,KAC5DM,EAAK,cAAcN,GACtBC,MAAkB,eAAcM,IAAqB,KAAK,kBAAkB,QAAQA,MAAuB,UAAkBA,EAAmB,YAAYD,CAAI,KAC9JE,IAAkB,KAAK,eAAe,QAAQA,MAAoB,UAAkBA,EAAgB,YAAYF,CAAI,GACtHN,MAAY,MAAI,WAAW,MAAI;AAC/B,MAAAM,EAAK,OAAM;AAAA,IACd,GAAEJ,CAAO;AAAA,EACb;AAAA,EACD,MAAMD,GAAe;AACjB,IAAK,KAAK,UACL,CAACA,KAAiBA,MAAkB,gBAAgB,KAAK,iBAAc,KAAK,aAAa,YAAY,MACrG,CAACA,KAAiBA,MAAkB,aAAa,KAAK,cAAW,KAAK,UAAU,YAAY;AAAA,EACpG;AAAA,EACD,cAAa;AACT,SAAK,OAAO,MACZ,KAAK,eAAe,MACpB,KAAK,YAAY,MACb,OAAO,WAAa,QACpB,KAAK,OAAO,SAAS,cAAc,KAAK,GACxC,KAAK,KAAK,QAAQ,gBAAgB,QAElC,OAAO,OAAO,KAAK,KAAK,OAAO;AAAA,MAC3B,QAAQ;AAAA,MACR,MAAM;AAAA,MACN,UAAU;AAAA,MACV,QAAQ;AAAA,MACR,QAAQ;AAAA,MACR,UAAU;AAAA,MACV,SAAS;AAAA,MACT,UAAU;AAAA,MACV,OAAO;AAAA,MACP,YAAY;AAAA,IAC5B,CAAa,GACD,KAAK,eAAe,KAAK,UAAU,WAAW,GAC9C,KAAK,KAAK,YAAY,KAAK,YAAY,GACvC,KAAK,YAAY,KAAK,UAAU,QAAQ,GACxC,KAAK,KAAK,YAAY,KAAK,SAAS,GACpC,SAAS,KAAK,QAAQ,KAAK,IAAI;AAAA,EAEtC;AACL;","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ar-AE.cjs.js","sources":["../../../../../node_modules/@react-aria/menu/dist/ar-AE.mjs"],"sourcesContent":["var $c0398ad35c3639b7$exports = {};\n$c0398ad35c3639b7$exports = {\n \"longPressMessage\": `\\u{627}\\u{636}\\u{63A}\\u{637} \\u{645}\\u{637}\\u{648}\\u{644}\\u{627}\\u{64B} \\u{623}\\u{648} \\u{627}\\u{636}\\u{63A}\\u{637} \\u{639}\\u{644}\\u{649} Alt + \\u{627}\\u{644}\\u{633}\\u{647}\\u{645} \\u{644}\\u{623}\\u{633}\\u{641}\\u{644} \\u{644}\\u{641}\\u{62A}\\u{62D} \\u{627}\\u{644}\\u{642}\\u{627}\\u{626}\\u{645}\\u{629}`\n};\n\n\nexport {$c0398ad35c3639b7$exports as default};\n//# sourceMappingURL=ar-AE.module.js.map\n"],"names":["$c0398ad35c3639b7$exports"],"mappings":"4GAAIA,QAAAA,QAA4B,CAAG,EACnCA,QAAAA,QAA4B,CACxB,iBAAoB,wDACxB","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ar-AE.es.js","sources":["../../../../../node_modules/@react-aria/menu/dist/ar-AE.mjs"],"sourcesContent":["var $c0398ad35c3639b7$exports = {};\n$c0398ad35c3639b7$exports = {\n \"longPressMessage\": `\\u{627}\\u{636}\\u{63A}\\u{637} \\u{645}\\u{637}\\u{648}\\u{644}\\u{627}\\u{64B} \\u{623}\\u{648} \\u{627}\\u{636}\\u{63A}\\u{637} \\u{639}\\u{644}\\u{649} Alt + \\u{627}\\u{644}\\u{633}\\u{647}\\u{645} \\u{644}\\u{623}\\u{633}\\u{641}\\u{644} \\u{644}\\u{641}\\u{62A}\\u{62D} \\u{627}\\u{644}\\u{642}\\u{627}\\u{626}\\u{645}\\u{629}`\n};\n\n\nexport {$c0398ad35c3639b7$exports as default};\n//# sourceMappingURL=ar-AE.module.js.map\n"],"names":["$c0398ad35c3639b7$exports"],"mappings":"AAAG,IAACA,IAA4B,CAAG;AACnCA,IAA4B;AAAA,EACxB,kBAAoB;AACxB;","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});exports.default={};exports.default={longPressMessage:"Натиснете продължително или натиснете Alt+ стрелка надолу, за да отворите менюто"};
|
|
2
|
+
//# sourceMappingURL=bg-BG.cjs.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bg-BG.cjs.js","sources":["../../../../../node_modules/@react-aria/menu/dist/bg-BG.mjs"],"sourcesContent":["var $7af657c4165927c3$exports = {};\n$7af657c4165927c3$exports = {\n \"longPressMessage\": `\\u{41D}\\u{430}\\u{442}\\u{438}\\u{441}\\u{43D}\\u{435}\\u{442}\\u{435} \\u{43F}\\u{440}\\u{43E}\\u{434}\\u{44A}\\u{43B}\\u{436}\\u{438}\\u{442}\\u{435}\\u{43B}\\u{43D}\\u{43E} \\u{438}\\u{43B}\\u{438} \\u{43D}\\u{430}\\u{442}\\u{438}\\u{441}\\u{43D}\\u{435}\\u{442}\\u{435} Alt+ \\u{441}\\u{442}\\u{440}\\u{435}\\u{43B}\\u{43A}\\u{430} \\u{43D}\\u{430}\\u{434}\\u{43E}\\u{43B}\\u{443}, \\u{437}\\u{430} \\u{434}\\u{430} \\u{43E}\\u{442}\\u{432}\\u{43E}\\u{440}\\u{438}\\u{442}\\u{435} \\u{43C}\\u{435}\\u{43D}\\u{44E}\\u{442}\\u{43E}`\n};\n\n\nexport {$7af657c4165927c3$exports as default};\n//# sourceMappingURL=bg-BG.module.js.map\n"],"names":["$7af657c4165927c3$exports"],"mappings":"4GAAIA,QAAAA,QAA4B,CAAG,EACnCA,QAAAA,QAA4B,CACxB,iBAAoB,kFACxB","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bg-BG.es.js","sources":["../../../../../node_modules/@react-aria/menu/dist/bg-BG.mjs"],"sourcesContent":["var $7af657c4165927c3$exports = {};\n$7af657c4165927c3$exports = {\n \"longPressMessage\": `\\u{41D}\\u{430}\\u{442}\\u{438}\\u{441}\\u{43D}\\u{435}\\u{442}\\u{435} \\u{43F}\\u{440}\\u{43E}\\u{434}\\u{44A}\\u{43B}\\u{436}\\u{438}\\u{442}\\u{435}\\u{43B}\\u{43D}\\u{43E} \\u{438}\\u{43B}\\u{438} \\u{43D}\\u{430}\\u{442}\\u{438}\\u{441}\\u{43D}\\u{435}\\u{442}\\u{435} Alt+ \\u{441}\\u{442}\\u{440}\\u{435}\\u{43B}\\u{43A}\\u{430} \\u{43D}\\u{430}\\u{434}\\u{43E}\\u{43B}\\u{443}, \\u{437}\\u{430} \\u{434}\\u{430} \\u{43E}\\u{442}\\u{432}\\u{43E}\\u{440}\\u{438}\\u{442}\\u{435} \\u{43C}\\u{435}\\u{43D}\\u{44E}\\u{442}\\u{43E}`\n};\n\n\nexport {$7af657c4165927c3$exports as default};\n//# sourceMappingURL=bg-BG.module.js.map\n"],"names":["$7af657c4165927c3$exports"],"mappings":"AAAG,IAACA,IAA4B,CAAG;AACnCA,IAA4B;AAAA,EACxB,kBAAoB;AACxB;","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cs-CZ.cjs.js","sources":["../../../../../node_modules/@react-aria/menu/dist/cs-CZ.mjs"],"sourcesContent":["var $d95d4da6d531ab81$exports = {};\n$d95d4da6d531ab81$exports = {\n \"longPressMessage\": `Dlouh\\xfdm stiskem nebo stisknut\\xedm kl\\xe1ves Alt + \\u{161}ipka dol\\u{16F} otev\\u{159}ete nab\\xeddku`\n};\n\n\nexport {$d95d4da6d531ab81$exports as default};\n//# sourceMappingURL=cs-CZ.module.js.map\n"],"names":["$d95d4da6d531ab81$exports"],"mappings":"4GAAIA,QAAAA,QAA4B,CAAG,EACnCA,QAAAA,QAA4B,CACxB,iBAAoB,0EACxB","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cs-CZ.es.js","sources":["../../../../../node_modules/@react-aria/menu/dist/cs-CZ.mjs"],"sourcesContent":["var $d95d4da6d531ab81$exports = {};\n$d95d4da6d531ab81$exports = {\n \"longPressMessage\": `Dlouh\\xfdm stiskem nebo stisknut\\xedm kl\\xe1ves Alt + \\u{161}ipka dol\\u{16F} otev\\u{159}ete nab\\xeddku`\n};\n\n\nexport {$d95d4da6d531ab81$exports as default};\n//# sourceMappingURL=cs-CZ.module.js.map\n"],"names":["$d95d4da6d531ab81$exports"],"mappings":"AAAG,IAACA,IAA4B,CAAG;AACnCA,IAA4B;AAAA,EACxB,kBAAoB;AACxB;","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"da-DK.cjs.js","sources":["../../../../../node_modules/@react-aria/menu/dist/da-DK.mjs"],"sourcesContent":["var $24ebda9c775dca17$exports = {};\n$24ebda9c775dca17$exports = {\n \"longPressMessage\": `Langt tryk eller tryk p\\xe5 Alt + pil ned for at \\xe5bne menuen`\n};\n\n\nexport {$24ebda9c775dca17$exports as default};\n//# sourceMappingURL=da-DK.module.js.map\n"],"names":["$24ebda9c775dca17$exports"],"mappings":"4GAAIA,QAAAA,QAA4B,CAAG,EACnCA,QAAAA,QAA4B,CACxB,iBAAoB,2DACxB","x_google_ignoreList":[0]}
|