@protonradio/proton-ui 0.11.10 → 0.11.12
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/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/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 +277 -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 +80 -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 +186 -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/Menu/MenuTrigger.cjs.js +2 -0
- package/dist/components/Menu/MenuTrigger.cjs.js.map +1 -0
- package/dist/components/Menu/MenuTrigger.es.js +89 -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 +122 -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 +54 -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 +228 -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/dark.cjs.js +1 -1
- package/dist/dark.cjs.js.map +1 -1
- package/dist/dark.es.js +8 -55
- package/dist/dark.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/design/darkTheme/stylesheet.es.js +52 -0
- package/dist/design/darkTheme/stylesheet.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/design/lightTheme/stylesheet.es.js +52 -0
- package/dist/design/lightTheme/stylesheet.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/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 -36
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +0 -1
- package/dist/index.es.js +60 -5421
- package/dist/index.es.js.map +1 -1
- package/dist/light.cjs.js +1 -1
- package/dist/light.cjs.js.map +1 -1
- package/dist/light.es.js +8 -55
- package/dist/light.es.js.map +1 -1
- 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/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/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/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/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/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 +63 -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/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/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/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 +16 -0
- package/dist/node_modules/@react-aria/overlays/dist/Overlay.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 +70 -0
- package/dist/node_modules/@react-aria/overlays/dist/ariaHideOutside.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/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/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/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/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/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/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/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/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/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 +89 -0
- package/dist/node_modules/react-aria-components/dist/utils.es.js.map +1 -0
- package/dist/style.css +1 -1
- package/dist/theme.cjs.js +1 -1
- package/dist/theme.cjs.js.map +1 -1
- package/dist/theme.es.js +9 -15
- package/dist/theme.es.js.map +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 +5 -5
- 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/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/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/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
|
@@ -0,0 +1,609 @@
|
|
|
1
|
+
import { __exports as T } from "../../../_virtual/react-jsx-runtime.development.es.js";
|
|
2
|
+
import or from "react";
|
|
3
|
+
/**
|
|
4
|
+
* @license React
|
|
5
|
+
* react-jsx-runtime.development.js
|
|
6
|
+
*
|
|
7
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
8
|
+
*
|
|
9
|
+
* This source code is licensed under the MIT license found in the
|
|
10
|
+
* LICENSE file in the root directory of this source tree.
|
|
11
|
+
*/
|
|
12
|
+
var ye;
|
|
13
|
+
function lr() {
|
|
14
|
+
return ye ? T : (ye = 1, process.env.NODE_ENV !== "production" && function() {
|
|
15
|
+
var Ee = or, x = Symbol.for("react.element"), Re = Symbol.for("react.portal"), S = Symbol.for("react.fragment"), K = Symbol.for("react.strict_mode"), N = Symbol.for("react.profiler"), G = Symbol.for("react.provider"), J = Symbol.for("react.context"), w = Symbol.for("react.forward_ref"), F = Symbol.for("react.suspense"), A = Symbol.for("react.suspense_list"), C = Symbol.for("react.memo"), D = Symbol.for("react.lazy"), me = Symbol.for("react.offscreen"), q = Symbol.iterator, _e = "@@iterator";
|
|
16
|
+
function Te(e) {
|
|
17
|
+
if (e === null || typeof e != "object")
|
|
18
|
+
return null;
|
|
19
|
+
var r = q && e[q] || e[_e];
|
|
20
|
+
return typeof r == "function" ? r : null;
|
|
21
|
+
}
|
|
22
|
+
var h = Ee.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
23
|
+
function f(e) {
|
|
24
|
+
{
|
|
25
|
+
for (var r = arguments.length, t = new Array(r > 1 ? r - 1 : 0), n = 1; n < r; n++)
|
|
26
|
+
t[n - 1] = arguments[n];
|
|
27
|
+
Se("error", e, t);
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
function Se(e, r, t) {
|
|
31
|
+
{
|
|
32
|
+
var n = h.ReactDebugCurrentFrame, o = n.getStackAddendum();
|
|
33
|
+
o !== "" && (r += "%s", t = t.concat([o]));
|
|
34
|
+
var u = t.map(function(i) {
|
|
35
|
+
return String(i);
|
|
36
|
+
});
|
|
37
|
+
u.unshift("Warning: " + r), Function.prototype.apply.call(console[e], console, u);
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
var we = !1, Ce = !1, Oe = !1, Pe = !1, je = !1, z;
|
|
41
|
+
z = Symbol.for("react.module.reference");
|
|
42
|
+
function ke(e) {
|
|
43
|
+
return !!(typeof e == "string" || typeof e == "function" || e === S || e === N || je || e === K || e === F || e === A || Pe || e === me || we || Ce || Oe || typeof e == "object" && e !== null && (e.$$typeof === D || e.$$typeof === C || e.$$typeof === G || e.$$typeof === J || e.$$typeof === w || // This needs to include all possible module reference object
|
|
44
|
+
// types supported by any Flight configuration anywhere since
|
|
45
|
+
// we don't know which Flight build this will end up being used
|
|
46
|
+
// with.
|
|
47
|
+
e.$$typeof === z || e.getModuleId !== void 0));
|
|
48
|
+
}
|
|
49
|
+
function xe(e, r, t) {
|
|
50
|
+
var n = e.displayName;
|
|
51
|
+
if (n)
|
|
52
|
+
return n;
|
|
53
|
+
var o = r.displayName || r.name || "";
|
|
54
|
+
return o !== "" ? t + "(" + o + ")" : t;
|
|
55
|
+
}
|
|
56
|
+
function X(e) {
|
|
57
|
+
return e.displayName || "Context";
|
|
58
|
+
}
|
|
59
|
+
function p(e) {
|
|
60
|
+
if (e == null)
|
|
61
|
+
return null;
|
|
62
|
+
if (typeof e.tag == "number" && f("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof e == "function")
|
|
63
|
+
return e.displayName || e.name || null;
|
|
64
|
+
if (typeof e == "string")
|
|
65
|
+
return e;
|
|
66
|
+
switch (e) {
|
|
67
|
+
case S:
|
|
68
|
+
return "Fragment";
|
|
69
|
+
case Re:
|
|
70
|
+
return "Portal";
|
|
71
|
+
case N:
|
|
72
|
+
return "Profiler";
|
|
73
|
+
case K:
|
|
74
|
+
return "StrictMode";
|
|
75
|
+
case F:
|
|
76
|
+
return "Suspense";
|
|
77
|
+
case A:
|
|
78
|
+
return "SuspenseList";
|
|
79
|
+
}
|
|
80
|
+
if (typeof e == "object")
|
|
81
|
+
switch (e.$$typeof) {
|
|
82
|
+
case J:
|
|
83
|
+
var r = e;
|
|
84
|
+
return X(r) + ".Consumer";
|
|
85
|
+
case G:
|
|
86
|
+
var t = e;
|
|
87
|
+
return X(t._context) + ".Provider";
|
|
88
|
+
case w:
|
|
89
|
+
return xe(e, e.render, "ForwardRef");
|
|
90
|
+
case C:
|
|
91
|
+
var n = e.displayName || null;
|
|
92
|
+
return n !== null ? n : p(e.type) || "Memo";
|
|
93
|
+
case D: {
|
|
94
|
+
var o = e, u = o._payload, i = o._init;
|
|
95
|
+
try {
|
|
96
|
+
return p(i(u));
|
|
97
|
+
} catch {
|
|
98
|
+
return null;
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
return null;
|
|
103
|
+
}
|
|
104
|
+
var g = Object.assign, R = 0, H, Z, Q, ee, re, te, ne;
|
|
105
|
+
function ae() {
|
|
106
|
+
}
|
|
107
|
+
ae.__reactDisabledLog = !0;
|
|
108
|
+
function Fe() {
|
|
109
|
+
{
|
|
110
|
+
if (R === 0) {
|
|
111
|
+
H = console.log, Z = console.info, Q = console.warn, ee = console.error, re = console.group, te = console.groupCollapsed, ne = console.groupEnd;
|
|
112
|
+
var e = {
|
|
113
|
+
configurable: !0,
|
|
114
|
+
enumerable: !0,
|
|
115
|
+
value: ae,
|
|
116
|
+
writable: !0
|
|
117
|
+
};
|
|
118
|
+
Object.defineProperties(console, {
|
|
119
|
+
info: e,
|
|
120
|
+
log: e,
|
|
121
|
+
warn: e,
|
|
122
|
+
error: e,
|
|
123
|
+
group: e,
|
|
124
|
+
groupCollapsed: e,
|
|
125
|
+
groupEnd: e
|
|
126
|
+
});
|
|
127
|
+
}
|
|
128
|
+
R++;
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
function Ae() {
|
|
132
|
+
{
|
|
133
|
+
if (R--, R === 0) {
|
|
134
|
+
var e = {
|
|
135
|
+
configurable: !0,
|
|
136
|
+
enumerable: !0,
|
|
137
|
+
writable: !0
|
|
138
|
+
};
|
|
139
|
+
Object.defineProperties(console, {
|
|
140
|
+
log: g({}, e, {
|
|
141
|
+
value: H
|
|
142
|
+
}),
|
|
143
|
+
info: g({}, e, {
|
|
144
|
+
value: Z
|
|
145
|
+
}),
|
|
146
|
+
warn: g({}, e, {
|
|
147
|
+
value: Q
|
|
148
|
+
}),
|
|
149
|
+
error: g({}, e, {
|
|
150
|
+
value: ee
|
|
151
|
+
}),
|
|
152
|
+
group: g({}, e, {
|
|
153
|
+
value: re
|
|
154
|
+
}),
|
|
155
|
+
groupCollapsed: g({}, e, {
|
|
156
|
+
value: te
|
|
157
|
+
}),
|
|
158
|
+
groupEnd: g({}, e, {
|
|
159
|
+
value: ne
|
|
160
|
+
})
|
|
161
|
+
});
|
|
162
|
+
}
|
|
163
|
+
R < 0 && f("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
|
164
|
+
}
|
|
165
|
+
}
|
|
166
|
+
var I = h.ReactCurrentDispatcher, W;
|
|
167
|
+
function O(e, r, t) {
|
|
168
|
+
{
|
|
169
|
+
if (W === void 0)
|
|
170
|
+
try {
|
|
171
|
+
throw Error();
|
|
172
|
+
} catch (o) {
|
|
173
|
+
var n = o.stack.trim().match(/\n( *(at )?)/);
|
|
174
|
+
W = n && n[1] || "";
|
|
175
|
+
}
|
|
176
|
+
return `
|
|
177
|
+
` + W + e;
|
|
178
|
+
}
|
|
179
|
+
}
|
|
180
|
+
var $ = !1, P;
|
|
181
|
+
{
|
|
182
|
+
var De = typeof WeakMap == "function" ? WeakMap : Map;
|
|
183
|
+
P = new De();
|
|
184
|
+
}
|
|
185
|
+
function ie(e, r) {
|
|
186
|
+
if (!e || $)
|
|
187
|
+
return "";
|
|
188
|
+
{
|
|
189
|
+
var t = P.get(e);
|
|
190
|
+
if (t !== void 0)
|
|
191
|
+
return t;
|
|
192
|
+
}
|
|
193
|
+
var n;
|
|
194
|
+
$ = !0;
|
|
195
|
+
var o = Error.prepareStackTrace;
|
|
196
|
+
Error.prepareStackTrace = void 0;
|
|
197
|
+
var u;
|
|
198
|
+
u = I.current, I.current = null, Fe();
|
|
199
|
+
try {
|
|
200
|
+
if (r) {
|
|
201
|
+
var i = function() {
|
|
202
|
+
throw Error();
|
|
203
|
+
};
|
|
204
|
+
if (Object.defineProperty(i.prototype, "props", {
|
|
205
|
+
set: function() {
|
|
206
|
+
throw Error();
|
|
207
|
+
}
|
|
208
|
+
}), typeof Reflect == "object" && Reflect.construct) {
|
|
209
|
+
try {
|
|
210
|
+
Reflect.construct(i, []);
|
|
211
|
+
} catch (v) {
|
|
212
|
+
n = v;
|
|
213
|
+
}
|
|
214
|
+
Reflect.construct(e, [], i);
|
|
215
|
+
} else {
|
|
216
|
+
try {
|
|
217
|
+
i.call();
|
|
218
|
+
} catch (v) {
|
|
219
|
+
n = v;
|
|
220
|
+
}
|
|
221
|
+
e.call(i.prototype);
|
|
222
|
+
}
|
|
223
|
+
} else {
|
|
224
|
+
try {
|
|
225
|
+
throw Error();
|
|
226
|
+
} catch (v) {
|
|
227
|
+
n = v;
|
|
228
|
+
}
|
|
229
|
+
e();
|
|
230
|
+
}
|
|
231
|
+
} catch (v) {
|
|
232
|
+
if (v && n && typeof v.stack == "string") {
|
|
233
|
+
for (var a = v.stack.split(`
|
|
234
|
+
`), c = n.stack.split(`
|
|
235
|
+
`), s = a.length - 1, l = c.length - 1; s >= 1 && l >= 0 && a[s] !== c[l]; )
|
|
236
|
+
l--;
|
|
237
|
+
for (; s >= 1 && l >= 0; s--, l--)
|
|
238
|
+
if (a[s] !== c[l]) {
|
|
239
|
+
if (s !== 1 || l !== 1)
|
|
240
|
+
do
|
|
241
|
+
if (s--, l--, l < 0 || a[s] !== c[l]) {
|
|
242
|
+
var d = `
|
|
243
|
+
` + a[s].replace(" at new ", " at ");
|
|
244
|
+
return e.displayName && d.includes("<anonymous>") && (d = d.replace("<anonymous>", e.displayName)), typeof e == "function" && P.set(e, d), d;
|
|
245
|
+
}
|
|
246
|
+
while (s >= 1 && l >= 0);
|
|
247
|
+
break;
|
|
248
|
+
}
|
|
249
|
+
}
|
|
250
|
+
} finally {
|
|
251
|
+
$ = !1, I.current = u, Ae(), Error.prepareStackTrace = o;
|
|
252
|
+
}
|
|
253
|
+
var E = e ? e.displayName || e.name : "", b = E ? O(E) : "";
|
|
254
|
+
return typeof e == "function" && P.set(e, b), b;
|
|
255
|
+
}
|
|
256
|
+
function Ie(e, r, t) {
|
|
257
|
+
return ie(e, !1);
|
|
258
|
+
}
|
|
259
|
+
function We(e) {
|
|
260
|
+
var r = e.prototype;
|
|
261
|
+
return !!(r && r.isReactComponent);
|
|
262
|
+
}
|
|
263
|
+
function j(e, r, t) {
|
|
264
|
+
if (e == null)
|
|
265
|
+
return "";
|
|
266
|
+
if (typeof e == "function")
|
|
267
|
+
return ie(e, We(e));
|
|
268
|
+
if (typeof e == "string")
|
|
269
|
+
return O(e);
|
|
270
|
+
switch (e) {
|
|
271
|
+
case F:
|
|
272
|
+
return O("Suspense");
|
|
273
|
+
case A:
|
|
274
|
+
return O("SuspenseList");
|
|
275
|
+
}
|
|
276
|
+
if (typeof e == "object")
|
|
277
|
+
switch (e.$$typeof) {
|
|
278
|
+
case w:
|
|
279
|
+
return Ie(e.render);
|
|
280
|
+
case C:
|
|
281
|
+
return j(e.type);
|
|
282
|
+
case D: {
|
|
283
|
+
var n = e, o = n._payload, u = n._init;
|
|
284
|
+
try {
|
|
285
|
+
return j(u(o));
|
|
286
|
+
} catch {
|
|
287
|
+
}
|
|
288
|
+
}
|
|
289
|
+
}
|
|
290
|
+
return "";
|
|
291
|
+
}
|
|
292
|
+
var m = Object.prototype.hasOwnProperty, oe = {}, ue = h.ReactDebugCurrentFrame;
|
|
293
|
+
function k(e) {
|
|
294
|
+
if (e) {
|
|
295
|
+
var r = j(e.type);
|
|
296
|
+
ue.setExtraStackFrame(r);
|
|
297
|
+
} else
|
|
298
|
+
ue.setExtraStackFrame(null);
|
|
299
|
+
}
|
|
300
|
+
function $e(e, r, t, n, o) {
|
|
301
|
+
{
|
|
302
|
+
var u = Function.call.bind(m);
|
|
303
|
+
for (var i in e)
|
|
304
|
+
if (u(e, i)) {
|
|
305
|
+
var a = void 0;
|
|
306
|
+
try {
|
|
307
|
+
if (typeof e[i] != "function") {
|
|
308
|
+
var c = Error((n || "React class") + ": " + t + " type `" + i + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof e[i] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
|
|
309
|
+
throw c.name = "Invariant Violation", c;
|
|
310
|
+
}
|
|
311
|
+
a = e[i](r, i, n, t, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
312
|
+
} catch (s) {
|
|
313
|
+
a = s;
|
|
314
|
+
}
|
|
315
|
+
a && !(a instanceof Error) && (k(o), f("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", n || "React class", t, i, typeof a), k(null)), a instanceof Error && !(a.message in oe) && (oe[a.message] = !0, k(o), f("Failed %s type: %s", t, a.message), k(null));
|
|
316
|
+
}
|
|
317
|
+
}
|
|
318
|
+
}
|
|
319
|
+
var Ye = Array.isArray;
|
|
320
|
+
function Y(e) {
|
|
321
|
+
return Ye(e);
|
|
322
|
+
}
|
|
323
|
+
function Me(e) {
|
|
324
|
+
{
|
|
325
|
+
var r = typeof Symbol == "function" && Symbol.toStringTag, t = r && e[Symbol.toStringTag] || e.constructor.name || "Object";
|
|
326
|
+
return t;
|
|
327
|
+
}
|
|
328
|
+
}
|
|
329
|
+
function Ve(e) {
|
|
330
|
+
try {
|
|
331
|
+
return !1;
|
|
332
|
+
} catch {
|
|
333
|
+
return !0;
|
|
334
|
+
}
|
|
335
|
+
}
|
|
336
|
+
function Le(e) {
|
|
337
|
+
return "" + e;
|
|
338
|
+
}
|
|
339
|
+
function se(e) {
|
|
340
|
+
if (Ve())
|
|
341
|
+
return f("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", Me(e)), Le(e);
|
|
342
|
+
}
|
|
343
|
+
var _ = h.ReactCurrentOwner, Ue = {
|
|
344
|
+
key: !0,
|
|
345
|
+
ref: !0,
|
|
346
|
+
__self: !0,
|
|
347
|
+
__source: !0
|
|
348
|
+
}, le, fe, M;
|
|
349
|
+
M = {};
|
|
350
|
+
function Be(e) {
|
|
351
|
+
if (m.call(e, "ref")) {
|
|
352
|
+
var r = Object.getOwnPropertyDescriptor(e, "ref").get;
|
|
353
|
+
if (r && r.isReactWarning)
|
|
354
|
+
return !1;
|
|
355
|
+
}
|
|
356
|
+
return e.ref !== void 0;
|
|
357
|
+
}
|
|
358
|
+
function Ke(e) {
|
|
359
|
+
if (m.call(e, "key")) {
|
|
360
|
+
var r = Object.getOwnPropertyDescriptor(e, "key").get;
|
|
361
|
+
if (r && r.isReactWarning)
|
|
362
|
+
return !1;
|
|
363
|
+
}
|
|
364
|
+
return e.key !== void 0;
|
|
365
|
+
}
|
|
366
|
+
function Ne(e, r) {
|
|
367
|
+
if (typeof e.ref == "string" && _.current && r && _.current.stateNode !== r) {
|
|
368
|
+
var t = p(_.current.type);
|
|
369
|
+
M[t] || (f('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref', p(_.current.type), e.ref), M[t] = !0);
|
|
370
|
+
}
|
|
371
|
+
}
|
|
372
|
+
function Ge(e, r) {
|
|
373
|
+
{
|
|
374
|
+
var t = function() {
|
|
375
|
+
le || (le = !0, f("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", r));
|
|
376
|
+
};
|
|
377
|
+
t.isReactWarning = !0, Object.defineProperty(e, "key", {
|
|
378
|
+
get: t,
|
|
379
|
+
configurable: !0
|
|
380
|
+
});
|
|
381
|
+
}
|
|
382
|
+
}
|
|
383
|
+
function Je(e, r) {
|
|
384
|
+
{
|
|
385
|
+
var t = function() {
|
|
386
|
+
fe || (fe = !0, f("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", r));
|
|
387
|
+
};
|
|
388
|
+
t.isReactWarning = !0, Object.defineProperty(e, "ref", {
|
|
389
|
+
get: t,
|
|
390
|
+
configurable: !0
|
|
391
|
+
});
|
|
392
|
+
}
|
|
393
|
+
}
|
|
394
|
+
var qe = function(e, r, t, n, o, u, i) {
|
|
395
|
+
var a = {
|
|
396
|
+
// This tag allows us to uniquely identify this as a React Element
|
|
397
|
+
$$typeof: x,
|
|
398
|
+
// Built-in properties that belong on the element
|
|
399
|
+
type: e,
|
|
400
|
+
key: r,
|
|
401
|
+
ref: t,
|
|
402
|
+
props: i,
|
|
403
|
+
// Record the component responsible for creating this element.
|
|
404
|
+
_owner: u
|
|
405
|
+
};
|
|
406
|
+
return a._store = {}, Object.defineProperty(a._store, "validated", {
|
|
407
|
+
configurable: !1,
|
|
408
|
+
enumerable: !1,
|
|
409
|
+
writable: !0,
|
|
410
|
+
value: !1
|
|
411
|
+
}), Object.defineProperty(a, "_self", {
|
|
412
|
+
configurable: !1,
|
|
413
|
+
enumerable: !1,
|
|
414
|
+
writable: !1,
|
|
415
|
+
value: n
|
|
416
|
+
}), Object.defineProperty(a, "_source", {
|
|
417
|
+
configurable: !1,
|
|
418
|
+
enumerable: !1,
|
|
419
|
+
writable: !1,
|
|
420
|
+
value: o
|
|
421
|
+
}), Object.freeze && (Object.freeze(a.props), Object.freeze(a)), a;
|
|
422
|
+
};
|
|
423
|
+
function ze(e, r, t, n, o) {
|
|
424
|
+
{
|
|
425
|
+
var u, i = {}, a = null, c = null;
|
|
426
|
+
t !== void 0 && (se(t), a = "" + t), Ke(r) && (se(r.key), a = "" + r.key), Be(r) && (c = r.ref, Ne(r, o));
|
|
427
|
+
for (u in r)
|
|
428
|
+
m.call(r, u) && !Ue.hasOwnProperty(u) && (i[u] = r[u]);
|
|
429
|
+
if (e && e.defaultProps) {
|
|
430
|
+
var s = e.defaultProps;
|
|
431
|
+
for (u in s)
|
|
432
|
+
i[u] === void 0 && (i[u] = s[u]);
|
|
433
|
+
}
|
|
434
|
+
if (a || c) {
|
|
435
|
+
var l = typeof e == "function" ? e.displayName || e.name || "Unknown" : e;
|
|
436
|
+
a && Ge(i, l), c && Je(i, l);
|
|
437
|
+
}
|
|
438
|
+
return qe(e, a, c, o, n, _.current, i);
|
|
439
|
+
}
|
|
440
|
+
}
|
|
441
|
+
var V = h.ReactCurrentOwner, ce = h.ReactDebugCurrentFrame;
|
|
442
|
+
function y(e) {
|
|
443
|
+
if (e) {
|
|
444
|
+
var r = j(e.type);
|
|
445
|
+
ce.setExtraStackFrame(r);
|
|
446
|
+
} else
|
|
447
|
+
ce.setExtraStackFrame(null);
|
|
448
|
+
}
|
|
449
|
+
var L;
|
|
450
|
+
L = !1;
|
|
451
|
+
function U(e) {
|
|
452
|
+
return typeof e == "object" && e !== null && e.$$typeof === x;
|
|
453
|
+
}
|
|
454
|
+
function ve() {
|
|
455
|
+
{
|
|
456
|
+
if (V.current) {
|
|
457
|
+
var e = p(V.current.type);
|
|
458
|
+
if (e)
|
|
459
|
+
return `
|
|
460
|
+
|
|
461
|
+
Check the render method of \`` + e + "`.";
|
|
462
|
+
}
|
|
463
|
+
return "";
|
|
464
|
+
}
|
|
465
|
+
}
|
|
466
|
+
function Xe(e) {
|
|
467
|
+
return "";
|
|
468
|
+
}
|
|
469
|
+
var de = {};
|
|
470
|
+
function He(e) {
|
|
471
|
+
{
|
|
472
|
+
var r = ve();
|
|
473
|
+
if (!r) {
|
|
474
|
+
var t = typeof e == "string" ? e : e.displayName || e.name;
|
|
475
|
+
t && (r = `
|
|
476
|
+
|
|
477
|
+
Check the top-level render call using <` + t + ">.");
|
|
478
|
+
}
|
|
479
|
+
return r;
|
|
480
|
+
}
|
|
481
|
+
}
|
|
482
|
+
function pe(e, r) {
|
|
483
|
+
{
|
|
484
|
+
if (!e._store || e._store.validated || e.key != null)
|
|
485
|
+
return;
|
|
486
|
+
e._store.validated = !0;
|
|
487
|
+
var t = He(r);
|
|
488
|
+
if (de[t])
|
|
489
|
+
return;
|
|
490
|
+
de[t] = !0;
|
|
491
|
+
var n = "";
|
|
492
|
+
e && e._owner && e._owner !== V.current && (n = " It was passed a child from " + p(e._owner.type) + "."), y(e), f('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', t, n), y(null);
|
|
493
|
+
}
|
|
494
|
+
}
|
|
495
|
+
function ge(e, r) {
|
|
496
|
+
{
|
|
497
|
+
if (typeof e != "object")
|
|
498
|
+
return;
|
|
499
|
+
if (Y(e))
|
|
500
|
+
for (var t = 0; t < e.length; t++) {
|
|
501
|
+
var n = e[t];
|
|
502
|
+
U(n) && pe(n, r);
|
|
503
|
+
}
|
|
504
|
+
else if (U(e))
|
|
505
|
+
e._store && (e._store.validated = !0);
|
|
506
|
+
else if (e) {
|
|
507
|
+
var o = Te(e);
|
|
508
|
+
if (typeof o == "function" && o !== e.entries)
|
|
509
|
+
for (var u = o.call(e), i; !(i = u.next()).done; )
|
|
510
|
+
U(i.value) && pe(i.value, r);
|
|
511
|
+
}
|
|
512
|
+
}
|
|
513
|
+
}
|
|
514
|
+
function Ze(e) {
|
|
515
|
+
{
|
|
516
|
+
var r = e.type;
|
|
517
|
+
if (r == null || typeof r == "string")
|
|
518
|
+
return;
|
|
519
|
+
var t;
|
|
520
|
+
if (typeof r == "function")
|
|
521
|
+
t = r.propTypes;
|
|
522
|
+
else if (typeof r == "object" && (r.$$typeof === w || // Note: Memo only checks outer props here.
|
|
523
|
+
// Inner props are checked in the reconciler.
|
|
524
|
+
r.$$typeof === C))
|
|
525
|
+
t = r.propTypes;
|
|
526
|
+
else
|
|
527
|
+
return;
|
|
528
|
+
if (t) {
|
|
529
|
+
var n = p(r);
|
|
530
|
+
$e(t, e.props, "prop", n, e);
|
|
531
|
+
} else if (r.PropTypes !== void 0 && !L) {
|
|
532
|
+
L = !0;
|
|
533
|
+
var o = p(r);
|
|
534
|
+
f("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", o || "Unknown");
|
|
535
|
+
}
|
|
536
|
+
typeof r.getDefaultProps == "function" && !r.getDefaultProps.isReactClassApproved && f("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
537
|
+
}
|
|
538
|
+
}
|
|
539
|
+
function Qe(e) {
|
|
540
|
+
{
|
|
541
|
+
for (var r = Object.keys(e.props), t = 0; t < r.length; t++) {
|
|
542
|
+
var n = r[t];
|
|
543
|
+
if (n !== "children" && n !== "key") {
|
|
544
|
+
y(e), f("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", n), y(null);
|
|
545
|
+
break;
|
|
546
|
+
}
|
|
547
|
+
}
|
|
548
|
+
e.ref !== null && (y(e), f("Invalid attribute `ref` supplied to `React.Fragment`."), y(null));
|
|
549
|
+
}
|
|
550
|
+
}
|
|
551
|
+
var be = {};
|
|
552
|
+
function he(e, r, t, n, o, u) {
|
|
553
|
+
{
|
|
554
|
+
var i = ke(e);
|
|
555
|
+
if (!i) {
|
|
556
|
+
var a = "";
|
|
557
|
+
(e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (a += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
|
|
558
|
+
var c = Xe();
|
|
559
|
+
c ? a += c : a += ve();
|
|
560
|
+
var s;
|
|
561
|
+
e === null ? s = "null" : Y(e) ? s = "array" : e !== void 0 && e.$$typeof === x ? (s = "<" + (p(e.type) || "Unknown") + " />", a = " Did you accidentally export a JSX literal instead of a component?") : s = typeof e, f("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", s, a);
|
|
562
|
+
}
|
|
563
|
+
var l = ze(e, r, t, o, u);
|
|
564
|
+
if (l == null)
|
|
565
|
+
return l;
|
|
566
|
+
if (i) {
|
|
567
|
+
var d = r.children;
|
|
568
|
+
if (d !== void 0)
|
|
569
|
+
if (n)
|
|
570
|
+
if (Y(d)) {
|
|
571
|
+
for (var E = 0; E < d.length; E++)
|
|
572
|
+
ge(d[E], e);
|
|
573
|
+
Object.freeze && Object.freeze(d);
|
|
574
|
+
} else
|
|
575
|
+
f("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
|
|
576
|
+
else
|
|
577
|
+
ge(d, e);
|
|
578
|
+
}
|
|
579
|
+
if (m.call(r, "key")) {
|
|
580
|
+
var b = p(e), v = Object.keys(r).filter(function(ir) {
|
|
581
|
+
return ir !== "key";
|
|
582
|
+
}), B = v.length > 0 ? "{key: someKey, " + v.join(": ..., ") + ": ...}" : "{key: someKey}";
|
|
583
|
+
if (!be[b + B]) {
|
|
584
|
+
var ar = v.length > 0 ? "{" + v.join(": ..., ") + ": ...}" : "{}";
|
|
585
|
+
f(`A props object containing a "key" prop is being spread into JSX:
|
|
586
|
+
let props = %s;
|
|
587
|
+
<%s {...props} />
|
|
588
|
+
React keys must be passed directly to JSX without using spread:
|
|
589
|
+
let props = %s;
|
|
590
|
+
<%s key={someKey} {...props} />`, B, b, ar, b), be[b + B] = !0;
|
|
591
|
+
}
|
|
592
|
+
}
|
|
593
|
+
return e === S ? Qe(l) : Ze(l), l;
|
|
594
|
+
}
|
|
595
|
+
}
|
|
596
|
+
function er(e, r, t) {
|
|
597
|
+
return he(e, r, t, !0);
|
|
598
|
+
}
|
|
599
|
+
function rr(e, r, t) {
|
|
600
|
+
return he(e, r, t, !1);
|
|
601
|
+
}
|
|
602
|
+
var tr = rr, nr = er;
|
|
603
|
+
T.Fragment = S, T.jsx = tr, T.jsxs = nr;
|
|
604
|
+
}(), T);
|
|
605
|
+
}
|
|
606
|
+
export {
|
|
607
|
+
lr as __require
|
|
608
|
+
};
|
|
609
|
+
//# sourceMappingURL=react-jsx-runtime.development.es.js.map
|