@prokodo/ui 0.0.26 → 0.0.28
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/README.md +89 -45
- package/dist/_virtual/_commonjsHelpers.js +6 -3
- package/dist/_virtual/index.js +5 -5
- package/dist/_virtual/index2.js +2 -2
- package/dist/_virtual/index3.js +2 -2
- package/dist/_virtual/react-is.development.js +2 -2
- package/dist/_virtual/react-is.production.min.js +2 -2
- package/dist/assets/images/card_background_primary_1.webp.js +2 -2
- package/dist/assets/images/card_background_primary_2.webp.js +2 -2
- package/dist/assets/images/card_background_primary_3.webp.js +2 -2
- package/dist/assets/images/card_background_primary_4.webp.js +2 -2
- package/dist/assets/images/card_background_secondary_1.webp.js +2 -2
- package/dist/assets/images/card_background_secondary_2.webp.js +2 -2
- package/dist/assets/images/card_background_secondary_3.webp.js +2 -2
- package/dist/assets/images/card_background_secondary_4.webp.js +2 -2
- package/dist/components/accordion/Accordion.js +82 -74
- package/dist/components/accordion/Accordion.module.scss.js +11 -8
- package/dist/components/accordion/index.js +2 -2
- package/dist/components/animated/Animated.js +61 -40
- package/dist/components/animated/Animated.module.scss.js +8 -6
- package/dist/components/animated/index.js +2 -2
- package/dist/components/animatedText/AnimatedText.js +36 -27
- package/dist/components/animatedText/index.js +2 -2
- package/dist/components/avatar/Avatar.js +62 -54
- package/dist/components/avatar/Avatar.module.scss.js +8 -6
- package/dist/components/avatar/index.js +2 -2
- package/dist/components/base-link/BaseLink.js +39 -27
- package/dist/components/base-link/index.js +2 -2
- package/dist/components/button/Button.client.js +100 -0
- package/dist/components/button/Button.js +15 -82
- package/dist/components/button/Button.lazy.js +20 -0
- package/dist/components/button/Button.module.scss.js +8 -6
- package/dist/components/button/Button.server.js +77 -0
- package/dist/components/button/index.js +2 -2
- package/dist/components/calendly/Calendly.js +99 -60
- package/dist/components/calendly/index.js +2 -2
- package/dist/components/card/Card.js +167 -141
- package/dist/components/card/Card.module.scss.js +11 -8
- package/dist/components/card/index.js +2 -2
- package/dist/components/carousel/Carousel.js +209 -145
- package/dist/components/carousel/Carousel.module.scss.js +8 -6
- package/dist/components/carousel/Carousel.services.js +39 -20
- package/dist/components/carousel/index.js +2 -2
- package/dist/components/chip/Chip.js +44 -36
- package/dist/components/chip/Chip.module.scss.js +8 -6
- package/dist/components/chip/index.js +2 -2
- package/dist/components/datePicker/DatePicker.js +106 -69
- package/dist/components/datePicker/index.js +2 -2
- package/dist/components/dialog/Dialog.js +106 -93
- package/dist/components/dialog/Dialog.module.scss.js +8 -6
- package/dist/components/dialog/index.js +2 -2
- package/dist/components/drawer/Drawer.js +78 -64
- package/dist/components/drawer/Drawer.module.scss.js +20 -14
- package/dist/components/drawer/index.js +4 -4
- package/dist/components/form/Form.js +229 -165
- package/dist/components/form/Form.module.scss.js +8 -6
- package/dist/components/form/FormField.js +63 -60
- package/dist/components/form/FormField.module.scss.js +8 -6
- package/dist/components/form/FormResponse.js +37 -41
- package/dist/components/form/FormResponse.module.scss.js +8 -6
- package/dist/components/form/index.js +4 -4
- package/dist/components/grid/Grid.js +14 -11
- package/dist/components/grid/Grid.module.scss.js +8 -6
- package/dist/components/grid/GridRow.js +20 -17
- package/dist/components/grid/GridRow.module.scss.js +8 -6
- package/dist/components/grid/index.js +4 -4
- package/dist/components/headline/Headline.client.js +85 -0
- package/dist/components/headline/Headline.module.scss.js +8 -6
- package/dist/components/headline/Headline.server.js +73 -0
- package/dist/components/headline/Headline.variants.js +9 -0
- package/dist/components/headline/index.js +4 -3
- package/dist/components/icon/Icon.js +27 -22
- package/dist/components/icon/Icon.module.scss.js +8 -6
- package/dist/components/icon/index.js +3 -3
- package/dist/components/image/Image.js +30 -24
- package/dist/components/image/Image.module.scss.js +8 -6
- package/dist/components/image/index.js +2 -2
- package/dist/components/image-text/ImageText.js +80 -81
- package/dist/components/image-text/ImageText.module.scss.js +8 -6
- package/dist/components/image-text/index.js +2 -2
- package/dist/components/input/Input.js +147 -131
- package/dist/components/input/Input.module.scss.js +11 -8
- package/dist/components/input/InputValidation.js +50 -31
- package/dist/components/input/index.js +2 -2
- package/dist/components/inputOTP/InputOTP.js +90 -57
- package/dist/components/inputOTP/InputOTP.module.scss.js +8 -6
- package/dist/components/inputOTP/index.js +2 -2
- package/dist/components/label/Label.js +64 -63
- package/dist/components/label/Label.module.scss.js +8 -6
- package/dist/components/label/index.js +2 -2
- package/dist/components/link/Link.js +53 -48
- package/dist/components/link/Link.module.scss.js +8 -6
- package/dist/components/link/index.js +2 -2
- package/dist/components/list/List.js +120 -104
- package/dist/components/list/List.module.scss.js +8 -6
- package/dist/components/list/index.js +2 -2
- package/dist/components/loading/Loading.js +21 -20
- package/dist/components/loading/Loading.module.scss.js +11 -8
- package/dist/components/loading/index.js +2 -2
- package/dist/components/lottie/Lottie.js +47 -37
- package/dist/components/lottie/Lottie.module.scss.js +8 -6
- package/dist/components/lottie/LottieAnimations.js +2 -2
- package/dist/components/lottie/index.js +2 -2
- package/dist/components/map/Map.js +59 -42
- package/dist/components/map/index.js +2 -2
- package/dist/components/post-item/PostItem.js +81 -76
- package/dist/components/post-item/PostItem.module.scss.js +8 -6
- package/dist/components/post-item/PostItemAuthor.js +24 -23
- package/dist/components/post-item/PostItemAuthor.module.scss.js +8 -6
- package/dist/components/post-item/index.js +4 -4
- package/dist/components/post-teaser/PostTeaser.js +96 -92
- package/dist/components/post-teaser/PostTeaser.module.scss.js +8 -6
- package/dist/components/post-teaser/index.js +2 -2
- package/dist/components/post-widget/PostWidget.js +81 -80
- package/dist/components/post-widget/PostWidget.module.scss.js +8 -6
- package/dist/components/post-widget/index.js +2 -2
- package/dist/components/post-widget-carousel/PostWidgetCarousel.js +96 -90
- package/dist/components/post-widget-carousel/PostWidgetCarousel.module.scss.js +8 -6
- package/dist/components/post-widget-carousel/index.js +2 -2
- package/dist/components/quote/Quote.js +48 -47
- package/dist/components/quote/Quote.module.scss.js +8 -6
- package/dist/components/quote/index.js +2 -2
- package/dist/components/rich-text/RichText.js +114 -100
- package/dist/components/rich-text/RichText.module.scss.js +8 -6
- package/dist/components/rich-text/index.js +2 -2
- package/dist/components/select/Select.js +148 -127
- package/dist/components/select/Select.module.scss.js +17 -12
- package/dist/components/select/index.js +2 -2
- package/dist/components/skeleton/Skeleton.js +21 -18
- package/dist/components/skeleton/Skeleton.module.scss.js +8 -6
- package/dist/components/skeleton/index.js +2 -2
- package/dist/components/slider/Slider.js +74 -65
- package/dist/components/slider/Slider.module.scss.js +8 -6
- package/dist/components/slider/index.js +2 -2
- package/dist/components/stepper/Stepper.js +85 -69
- package/dist/components/stepper/Stepper.module.scss.js +8 -6
- package/dist/components/stepper/index.js +2 -2
- package/dist/components/switch/Switch.js +69 -63
- package/dist/components/switch/Switch.module.scss.js +8 -6
- package/dist/components/switch/index.js +2 -2
- package/dist/components/table/Table.js +48 -45
- package/dist/components/table/Table.module.scss.js +8 -6
- package/dist/components/table/index.js +2 -2
- package/dist/components/teaser/Teaser.js +66 -65
- package/dist/components/teaser/Teaser.module.scss.js +8 -6
- package/dist/components/teaser/index.js +2 -2
- package/dist/constants/project.js +2 -2
- package/dist/helpers/bem.js +17 -9
- package/dist/helpers/calculation.js +4 -2
- package/dist/helpers/validations.js +12 -6
- package/dist/hooks/useGoogleMaps.js +19 -14
- package/dist/hooks/useHydrationReady.js +26 -0
- package/dist/index.js +84 -84
- package/dist/node_modules/.pnpm/@floating-ui_core@1.7.0/node_modules/@floating-ui/core/dist/floating-ui.core.js +354 -251
- package/dist/node_modules/.pnpm/@floating-ui_dom@1.7.0/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +555 -309
- package/dist/node_modules/.pnpm/@floating-ui_react-dom@2.1.2_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js +221 -141
- package/dist/node_modules/.pnpm/@floating-ui_utils@0.2.9/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +167 -109
- package/dist/node_modules/.pnpm/@floating-ui_utils@0.2.9/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +130 -88
- package/dist/node_modules/.pnpm/@mui_base@5.0.0-beta.58_@types_react@19.1.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@mui/base/Option/Option.js +91 -77
- package/dist/node_modules/.pnpm/@mui_base@5.0.0-beta.58_@types_react@19.1.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@mui/base/Option/optionClasses.js +10 -7
- package/dist/node_modules/.pnpm/@mui_base@5.0.0-beta.58_@types_react@19.1.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@mui/base/Portal/Portal.js +54 -40
- package/dist/node_modules/.pnpm/@mui_base@5.0.0-beta.58_@types_react@19.1.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@mui/base/Select/Select.js +192 -163
- package/dist/node_modules/.pnpm/@mui_base@5.0.0-beta.58_@types_react@19.1.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@mui/base/Select/selectClasses.js +10 -7
- package/dist/node_modules/.pnpm/@mui_base@5.0.0-beta.58_@types_react@19.1.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@mui/base/Slider/Slider.js +287 -242
- package/dist/node_modules/.pnpm/@mui_base@5.0.0-beta.58_@types_react@19.1.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@mui/base/Slider/sliderClasses.js +10 -7
- package/dist/node_modules/.pnpm/@mui_base@5.0.0-beta.58_@types_react@19.1.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@mui/base/Switch/Switch.js +112 -97
- package/dist/node_modules/.pnpm/@mui_base@5.0.0-beta.58_@types_react@19.1.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@mui/base/Switch/switchClasses.js +10 -7
- package/dist/node_modules/.pnpm/@mui_base@5.0.0-beta.58_@types_react@19.1.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@mui/base/Unstable_Popup/Popup.js +135 -115
- package/dist/node_modules/.pnpm/@mui_base@5.0.0-beta.58_@types_react@19.1.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@mui/base/Unstable_Popup/PopupContext.js +6 -4
- package/dist/node_modules/.pnpm/@mui_base@5.0.0-beta.58_@types_react@19.1.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@mui/base/Unstable_Popup/popupClasses.js +10 -7
- package/dist/node_modules/.pnpm/@mui_base@5.0.0-beta.58_@types_react@19.1.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@mui/base/generateUtilityClass/index.js +15 -10
- package/dist/node_modules/.pnpm/@mui_base@5.0.0-beta.58_@types_react@19.1.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@mui/base/generateUtilityClasses/index.js +11 -7
- package/dist/node_modules/.pnpm/@mui_base@5.0.0-beta.58_@types_react@19.1.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@mui/base/useButton/useButton.js +160 -73
- package/dist/node_modules/.pnpm/@mui_base@5.0.0-beta.58_@types_react@19.1.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@mui/base/useCompound/useCompoundItem.js +25 -18
- package/dist/node_modules/.pnpm/@mui_base@5.0.0-beta.58_@types_react@19.1.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@mui/base/useCompound/useCompoundParent.js +63 -36
- package/dist/node_modules/.pnpm/@mui_base@5.0.0-beta.58_@types_react@19.1.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@mui/base/useList/ListContext.js +6 -4
- package/dist/node_modules/.pnpm/@mui_base@5.0.0-beta.58_@types_react@19.1.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@mui/base/useList/listActions.types.js +2 -2
- package/dist/node_modules/.pnpm/@mui_base@5.0.0-beta.58_@types_react@19.1.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@mui/base/useList/listReducer.js +233 -138
- package/dist/node_modules/.pnpm/@mui_base@5.0.0-beta.58_@types_react@19.1.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@mui/base/useList/useList.js +189 -128
- package/dist/node_modules/.pnpm/@mui_base@5.0.0-beta.58_@types_react@19.1.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@mui/base/useList/useListItem.js +72 -52
- package/dist/node_modules/.pnpm/@mui_base@5.0.0-beta.58_@types_react@19.1.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@mui/base/useOption/useOption.js +72 -53
- package/dist/node_modules/.pnpm/@mui_base@5.0.0-beta.58_@types_react@19.1.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@mui/base/useOption/useOptionContextStabilizer.js +30 -22
- package/dist/node_modules/.pnpm/@mui_base@5.0.0-beta.58_@types_react@19.1.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@mui/base/useSelect/SelectProvider.js +34 -28
- package/dist/node_modules/.pnpm/@mui_base@5.0.0-beta.58_@types_react@19.1.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@mui/base/useSelect/defaultOptionStringifier.js +15 -7
- package/dist/node_modules/.pnpm/@mui_base@5.0.0-beta.58_@types_react@19.1.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@mui/base/useSelect/selectReducer.js +49 -40
- package/dist/node_modules/.pnpm/@mui_base@5.0.0-beta.58_@types_react@19.1.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@mui/base/useSelect/useSelect.js +341 -222
- package/dist/node_modules/.pnpm/@mui_base@5.0.0-beta.58_@types_react@19.1.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@mui/base/useSelect/useSelect.types.js +2 -2
- package/dist/node_modules/.pnpm/@mui_base@5.0.0-beta.58_@types_react@19.1.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@mui/base/useSlider/useSlider.js +550 -353
- package/dist/node_modules/.pnpm/@mui_base@5.0.0-beta.58_@types_react@19.1.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@mui/base/useSwitch/useSwitch.js +79 -50
- package/dist/node_modules/.pnpm/@mui_base@5.0.0-beta.58_@types_react@19.1.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@mui/base/useTransition/TransitionContext.js +6 -4
- package/dist/node_modules/.pnpm/@mui_base@5.0.0-beta.58_@types_react@19.1.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@mui/base/useTransition/useTransitionTrigger.js +51 -23
- package/dist/node_modules/.pnpm/@mui_base@5.0.0-beta.58_@types_react@19.1.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@mui/base/utils/ClassNameConfigurator.js +21 -10
- package/dist/node_modules/.pnpm/@mui_base@5.0.0-beta.58_@types_react@19.1.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@mui/base/utils/areArraysEqual.js +6 -3
- package/dist/node_modules/.pnpm/@mui_base@5.0.0-beta.58_@types_react@19.1.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@mui/base/utils/combineHooksSlotProps.js +14 -10
- package/dist/node_modules/.pnpm/@mui_base@5.0.0-beta.58_@types_react@19.1.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@mui/base/utils/isHostComponent.js +6 -3
- package/dist/node_modules/.pnpm/@mui_base@5.0.0-beta.58_@types_react@19.1.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@mui/base/utils/resolveComponentProps.js +9 -3
- package/dist/node_modules/.pnpm/@mui_base@5.0.0-beta.58_@types_react@19.1.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@mui/base/utils/useControllableReducer.js +91 -60
- package/dist/node_modules/.pnpm/@mui_base@5.0.0-beta.58_@types_react@19.1.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@mui/base/utils/useRootElementName.js +20 -12
- package/dist/node_modules/.pnpm/@mui_base@5.0.0-beta.58_@types_react@19.1.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@mui/base/utils/useTextNavigation.js +21 -10
- package/dist/node_modules/.pnpm/@mui_utils@6.0.0-rc.0_@types_react@19.1.0_react@19.1.0/node_modules/@mui/utils/esm/HTMLElementType/HTMLElementType.js +16 -5
- package/dist/node_modules/.pnpm/@mui_utils@6.0.0-rc.0_@types_react@19.1.0_react@19.1.0/node_modules/@mui/utils/esm/appendOwnerState/appendOwnerState.js +13 -7
- package/dist/node_modules/.pnpm/@mui_utils@6.0.0-rc.0_@types_react@19.1.0_react@19.1.0/node_modules/@mui/utils/esm/chainPropTypes/chainPropTypes.js +11 -5
- package/dist/node_modules/.pnpm/@mui_utils@6.0.0-rc.0_@types_react@19.1.0_react@19.1.0/node_modules/@mui/utils/esm/clamp/clamp.js +6 -3
- package/dist/node_modules/.pnpm/@mui_utils@6.0.0-rc.0_@types_react@19.1.0_react@19.1.0/node_modules/@mui/utils/esm/composeClasses/composeClasses.js +19 -11
- package/dist/node_modules/.pnpm/@mui_utils@6.0.0-rc.0_@types_react@19.1.0_react@19.1.0/node_modules/@mui/utils/esm/exactProp/exactProp.js +17 -8
- package/dist/node_modules/.pnpm/@mui_utils@6.0.0-rc.0_@types_react@19.1.0_react@19.1.0/node_modules/@mui/utils/esm/extractEventHandlers/extractEventHandlers.js +12 -7
- package/dist/node_modules/.pnpm/@mui_utils@6.0.0-rc.0_@types_react@19.1.0_react@19.1.0/node_modules/@mui/utils/esm/generateUtilityClass/generateUtilityClass.js +2 -2
- package/dist/node_modules/.pnpm/@mui_utils@6.0.0-rc.0_@types_react@19.1.0_react@19.1.0/node_modules/@mui/utils/esm/getReactNodeRef/getReactNodeRef.js +11 -5
- package/dist/node_modules/.pnpm/@mui_utils@6.0.0-rc.0_@types_react@19.1.0_react@19.1.0/node_modules/@mui/utils/esm/isFocusVisible/isFocusVisible.js +11 -7
- package/dist/node_modules/.pnpm/@mui_utils@6.0.0-rc.0_@types_react@19.1.0_react@19.1.0/node_modules/@mui/utils/esm/isHostComponent/isHostComponent.js +6 -3
- package/dist/node_modules/.pnpm/@mui_utils@6.0.0-rc.0_@types_react@19.1.0_react@19.1.0/node_modules/@mui/utils/esm/mergeSlotProps/mergeSlotProps.js +61 -38
- package/dist/node_modules/.pnpm/@mui_utils@6.0.0-rc.0_@types_react@19.1.0_react@19.1.0/node_modules/@mui/utils/esm/omitEventHandlers/omitEventHandlers.js +12 -7
- package/dist/node_modules/.pnpm/@mui_utils@6.0.0-rc.0_@types_react@19.1.0_react@19.1.0/node_modules/@mui/utils/esm/ownerDocument/ownerDocument.js +6 -3
- package/dist/node_modules/.pnpm/@mui_utils@6.0.0-rc.0_@types_react@19.1.0_react@19.1.0/node_modules/@mui/utils/esm/resolveComponentProps/resolveComponentProps.js +9 -3
- package/dist/node_modules/.pnpm/@mui_utils@6.0.0-rc.0_@types_react@19.1.0_react@19.1.0/node_modules/@mui/utils/esm/setRef/setRef.js +10 -3
- package/dist/node_modules/.pnpm/@mui_utils@6.0.0-rc.0_@types_react@19.1.0_react@19.1.0/node_modules/@mui/utils/esm/useControlled/useControlled.js +31 -22
- package/dist/node_modules/.pnpm/@mui_utils@6.0.0-rc.0_@types_react@19.1.0_react@19.1.0/node_modules/@mui/utils/esm/useEnhancedEffect/useEnhancedEffect.js +3 -3
- package/dist/node_modules/.pnpm/@mui_utils@6.0.0-rc.0_@types_react@19.1.0_react@19.1.0/node_modules/@mui/utils/esm/useEventCallback/useEventCallback.js +13 -9
- package/dist/node_modules/.pnpm/@mui_utils@6.0.0-rc.0_@types_react@19.1.0_react@19.1.0/node_modules/@mui/utils/esm/useForkRef/useForkRef.js +17 -9
- package/dist/node_modules/.pnpm/@mui_utils@6.0.0-rc.0_@types_react@19.1.0_react@19.1.0/node_modules/@mui/utils/esm/useId/useId.js +23 -14
- package/dist/node_modules/.pnpm/@mui_utils@6.0.0-rc.0_@types_react@19.1.0_react@19.1.0/node_modules/@mui/utils/esm/useSlotProps/useSlotProps.js +30 -23
- package/dist/node_modules/.pnpm/@mui_utils@6.0.0-rc.0_@types_react@19.1.0_react@19.1.0/node_modules/@mui/utils/esm/visuallyHidden/visuallyHidden.js +2 -2
- package/dist/node_modules/.pnpm/clsx@2.1.1/node_modules/clsx/dist/clsx.js +17 -13
- package/dist/node_modules/.pnpm/object-assign@4.1.1/node_modules/object-assign/index.js +67 -38
- package/dist/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/checkPropTypes.js +55 -37
- package/dist/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/factoryWithThrowingShims.js +56 -43
- package/dist/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/factoryWithTypeCheckers.js +404 -243
- package/dist/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/index.js +20 -14
- package/dist/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/lib/ReactPropTypesSecret.js +12 -7
- package/dist/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/lib/has.js +11 -4
- package/dist/node_modules/.pnpm/react-is@16.13.1/node_modules/react-is/cjs/react-is.development.js +170 -82
- package/dist/node_modules/.pnpm/react-is@16.13.1/node_modules/react-is/cjs/react-is.production.min.js +91 -58
- package/dist/node_modules/.pnpm/react-is@16.13.1/node_modules/react-is/index.js +17 -7
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/dist/types/components/button/Button.client.d.ts +3 -0
- package/dist/types/components/button/Button.d.ts +3 -3
- package/dist/types/components/button/Button.lazy.d.ts +3 -0
- package/dist/types/components/button/Button.server.d.ts +3 -0
- package/dist/types/components/button/index.d.ts +1 -1
- package/dist/types/components/form/FormResponse.d.ts +1 -1
- package/dist/types/components/headline/Headline.client.d.ts +3 -0
- package/dist/types/components/headline/Headline.model.d.ts +1 -0
- package/dist/types/components/headline/Headline.server.d.ts +3 -0
- package/dist/types/components/headline/Headline.variants.d.ts +2 -0
- package/dist/types/components/headline/index.d.ts +2 -1
- package/dist/types/components/label/Label.d.ts +1 -1
- package/dist/types/hooks/useHydrationReady.d.ts +5 -0
- package/dist/ui.css +9592 -1
- package/package.json +1 -1
- package/dist/components/headline/Headline.js +0 -71
- package/dist/types/components/headline/Headline.d.ts +0 -4
|
@@ -1,17 +1,23 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
import {
|
|
4
|
-
import { __require as
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
|
|
3
|
+
import { __module as propTypes } from "../../../../../_virtual/index2.js";
|
|
4
|
+
import { __require as requireReactIs } from "../../../react-is@16.13.1/node_modules/react-is/index.js";
|
|
5
|
+
import { __require as requireFactoryWithTypeCheckers } from "./factoryWithTypeCheckers.js";
|
|
6
|
+
import { __require as requireFactoryWithThrowingShims } from "./factoryWithThrowingShims.js";
|
|
7
|
+
var hasRequiredPropTypes;
|
|
8
|
+
function requirePropTypes() {
|
|
9
|
+
if (hasRequiredPropTypes) return propTypes.exports;
|
|
10
|
+
hasRequiredPropTypes = 1;
|
|
11
|
+
if (process.env.NODE_ENV !== "production") {
|
|
12
|
+
var ReactIs = /* @__PURE__ */ requireReactIs();
|
|
13
|
+
var throwOnDirectAccess = true;
|
|
14
|
+
propTypes.exports = /* @__PURE__ */ requireFactoryWithTypeCheckers()(ReactIs.isElement, throwOnDirectAccess);
|
|
15
|
+
} else {
|
|
16
|
+
propTypes.exports = /* @__PURE__ */ requireFactoryWithThrowingShims()();
|
|
17
|
+
}
|
|
18
|
+
return propTypes.exports;
|
|
14
19
|
}
|
|
20
|
+
__name(requirePropTypes, "requirePropTypes");
|
|
15
21
|
export {
|
|
16
|
-
|
|
22
|
+
requirePropTypes as __require
|
|
17
23
|
};
|
|
@@ -1,10 +1,15 @@
|
|
|
1
|
-
var
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
|
|
3
|
+
var ReactPropTypesSecret_1;
|
|
4
|
+
var hasRequiredReactPropTypesSecret;
|
|
5
|
+
function requireReactPropTypesSecret() {
|
|
6
|
+
if (hasRequiredReactPropTypesSecret) return ReactPropTypesSecret_1;
|
|
7
|
+
hasRequiredReactPropTypesSecret = 1;
|
|
8
|
+
var ReactPropTypesSecret = "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";
|
|
9
|
+
ReactPropTypesSecret_1 = ReactPropTypesSecret;
|
|
10
|
+
return ReactPropTypesSecret_1;
|
|
7
11
|
}
|
|
12
|
+
__name(requireReactPropTypesSecret, "requireReactPropTypesSecret");
|
|
8
13
|
export {
|
|
9
|
-
|
|
14
|
+
requireReactPropTypesSecret as __require
|
|
10
15
|
};
|
|
@@ -1,7 +1,14 @@
|
|
|
1
|
-
var
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
|
|
3
|
+
var has;
|
|
4
|
+
var hasRequiredHas;
|
|
5
|
+
function requireHas() {
|
|
6
|
+
if (hasRequiredHas) return has;
|
|
7
|
+
hasRequiredHas = 1;
|
|
8
|
+
has = Function.call.bind(Object.prototype.hasOwnProperty);
|
|
9
|
+
return has;
|
|
4
10
|
}
|
|
11
|
+
__name(requireHas, "requireHas");
|
|
5
12
|
export {
|
|
6
|
-
|
|
13
|
+
requireHas as __require
|
|
7
14
|
};
|
package/dist/node_modules/.pnpm/react-is@16.13.1/node_modules/react-is/cjs/react-is.development.js
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
|
|
3
|
+
import { __exports as reactIs_development } from "../../../../../../_virtual/react-is.development.js";
|
|
2
4
|
/** @license React v16.13.1
|
|
3
5
|
* react-is.development.js
|
|
4
6
|
*
|
|
@@ -7,89 +9,175 @@ import { __exports as r } from "../../../../../../_virtual/react-is.development.
|
|
|
7
9
|
* This source code is licensed under the MIT license found in the
|
|
8
10
|
* LICENSE file in the root directory of this source tree.
|
|
9
11
|
*/
|
|
10
|
-
var
|
|
11
|
-
function
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
12
|
+
var hasRequiredReactIs_development;
|
|
13
|
+
function requireReactIs_development() {
|
|
14
|
+
if (hasRequiredReactIs_development) return reactIs_development;
|
|
15
|
+
hasRequiredReactIs_development = 1;
|
|
16
|
+
if (process.env.NODE_ENV !== "production") {
|
|
17
|
+
(function() {
|
|
18
|
+
var hasSymbol = typeof Symbol === "function" && Symbol.for;
|
|
19
|
+
var REACT_ELEMENT_TYPE = hasSymbol ? Symbol.for("react.element") : 60103;
|
|
20
|
+
var REACT_PORTAL_TYPE = hasSymbol ? Symbol.for("react.portal") : 60106;
|
|
21
|
+
var REACT_FRAGMENT_TYPE = hasSymbol ? Symbol.for("react.fragment") : 60107;
|
|
22
|
+
var REACT_STRICT_MODE_TYPE = hasSymbol ? Symbol.for("react.strict_mode") : 60108;
|
|
23
|
+
var REACT_PROFILER_TYPE = hasSymbol ? Symbol.for("react.profiler") : 60114;
|
|
24
|
+
var REACT_PROVIDER_TYPE = hasSymbol ? Symbol.for("react.provider") : 60109;
|
|
25
|
+
var REACT_CONTEXT_TYPE = hasSymbol ? Symbol.for("react.context") : 60110;
|
|
26
|
+
var REACT_ASYNC_MODE_TYPE = hasSymbol ? Symbol.for("react.async_mode") : 60111;
|
|
27
|
+
var REACT_CONCURRENT_MODE_TYPE = hasSymbol ? Symbol.for("react.concurrent_mode") : 60111;
|
|
28
|
+
var REACT_FORWARD_REF_TYPE = hasSymbol ? Symbol.for("react.forward_ref") : 60112;
|
|
29
|
+
var REACT_SUSPENSE_TYPE = hasSymbol ? Symbol.for("react.suspense") : 60113;
|
|
30
|
+
var REACT_SUSPENSE_LIST_TYPE = hasSymbol ? Symbol.for("react.suspense_list") : 60120;
|
|
31
|
+
var REACT_MEMO_TYPE = hasSymbol ? Symbol.for("react.memo") : 60115;
|
|
32
|
+
var REACT_LAZY_TYPE = hasSymbol ? Symbol.for("react.lazy") : 60116;
|
|
33
|
+
var REACT_BLOCK_TYPE = hasSymbol ? Symbol.for("react.block") : 60121;
|
|
34
|
+
var REACT_FUNDAMENTAL_TYPE = hasSymbol ? Symbol.for("react.fundamental") : 60117;
|
|
35
|
+
var REACT_RESPONDER_TYPE = hasSymbol ? Symbol.for("react.responder") : 60118;
|
|
36
|
+
var REACT_SCOPE_TYPE = hasSymbol ? Symbol.for("react.scope") : 60119;
|
|
37
|
+
function isValidElementType(type) {
|
|
38
|
+
return typeof type === "string" || typeof type === "function" || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
|
|
39
|
+
type === REACT_FRAGMENT_TYPE || type === REACT_CONCURRENT_MODE_TYPE || type === REACT_PROFILER_TYPE || type === REACT_STRICT_MODE_TYPE || type === REACT_SUSPENSE_TYPE || type === REACT_SUSPENSE_LIST_TYPE || typeof type === "object" && type !== null && (type.$$typeof === REACT_LAZY_TYPE || type.$$typeof === REACT_MEMO_TYPE || type.$$typeof === REACT_PROVIDER_TYPE || type.$$typeof === REACT_CONTEXT_TYPE || type.$$typeof === REACT_FORWARD_REF_TYPE || type.$$typeof === REACT_FUNDAMENTAL_TYPE || type.$$typeof === REACT_RESPONDER_TYPE || type.$$typeof === REACT_SCOPE_TYPE || type.$$typeof === REACT_BLOCK_TYPE);
|
|
40
|
+
}
|
|
41
|
+
__name(isValidElementType, "isValidElementType");
|
|
42
|
+
function typeOf(object) {
|
|
43
|
+
if (typeof object === "object" && object !== null) {
|
|
44
|
+
var $$typeof = object.$$typeof;
|
|
45
|
+
switch ($$typeof) {
|
|
46
|
+
case REACT_ELEMENT_TYPE:
|
|
47
|
+
var type = object.type;
|
|
48
|
+
switch (type) {
|
|
49
|
+
case REACT_ASYNC_MODE_TYPE:
|
|
50
|
+
case REACT_CONCURRENT_MODE_TYPE:
|
|
51
|
+
case REACT_FRAGMENT_TYPE:
|
|
52
|
+
case REACT_PROFILER_TYPE:
|
|
53
|
+
case REACT_STRICT_MODE_TYPE:
|
|
54
|
+
case REACT_SUSPENSE_TYPE:
|
|
55
|
+
return type;
|
|
56
|
+
default:
|
|
57
|
+
var $$typeofType = type && type.$$typeof;
|
|
58
|
+
switch ($$typeofType) {
|
|
59
|
+
case REACT_CONTEXT_TYPE:
|
|
60
|
+
case REACT_FORWARD_REF_TYPE:
|
|
61
|
+
case REACT_LAZY_TYPE:
|
|
62
|
+
case REACT_MEMO_TYPE:
|
|
63
|
+
case REACT_PROVIDER_TYPE:
|
|
64
|
+
return $$typeofType;
|
|
65
|
+
default:
|
|
66
|
+
return $$typeof;
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
case REACT_PORTAL_TYPE:
|
|
70
|
+
return $$typeof;
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
return void 0;
|
|
74
|
+
}
|
|
75
|
+
__name(typeOf, "typeOf");
|
|
76
|
+
var AsyncMode = REACT_ASYNC_MODE_TYPE;
|
|
77
|
+
var ConcurrentMode = REACT_CONCURRENT_MODE_TYPE;
|
|
78
|
+
var ContextConsumer = REACT_CONTEXT_TYPE;
|
|
79
|
+
var ContextProvider = REACT_PROVIDER_TYPE;
|
|
80
|
+
var Element = REACT_ELEMENT_TYPE;
|
|
81
|
+
var ForwardRef = REACT_FORWARD_REF_TYPE;
|
|
82
|
+
var Fragment = REACT_FRAGMENT_TYPE;
|
|
83
|
+
var Lazy = REACT_LAZY_TYPE;
|
|
84
|
+
var Memo = REACT_MEMO_TYPE;
|
|
85
|
+
var Portal = REACT_PORTAL_TYPE;
|
|
86
|
+
var Profiler = REACT_PROFILER_TYPE;
|
|
87
|
+
var StrictMode = REACT_STRICT_MODE_TYPE;
|
|
88
|
+
var Suspense = REACT_SUSPENSE_TYPE;
|
|
89
|
+
var hasWarnedAboutDeprecatedIsAsyncMode = false;
|
|
90
|
+
function isAsyncMode(object) {
|
|
91
|
+
{
|
|
92
|
+
if (!hasWarnedAboutDeprecatedIsAsyncMode) {
|
|
93
|
+
hasWarnedAboutDeprecatedIsAsyncMode = true;
|
|
94
|
+
console["warn"]("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.");
|
|
95
|
+
}
|
|
47
96
|
}
|
|
97
|
+
return isConcurrentMode(object) || typeOf(object) === REACT_ASYNC_MODE_TYPE;
|
|
98
|
+
}
|
|
99
|
+
__name(isAsyncMode, "isAsyncMode");
|
|
100
|
+
function isConcurrentMode(object) {
|
|
101
|
+
return typeOf(object) === REACT_CONCURRENT_MODE_TYPE;
|
|
102
|
+
}
|
|
103
|
+
__name(isConcurrentMode, "isConcurrentMode");
|
|
104
|
+
function isContextConsumer(object) {
|
|
105
|
+
return typeOf(object) === REACT_CONTEXT_TYPE;
|
|
106
|
+
}
|
|
107
|
+
__name(isContextConsumer, "isContextConsumer");
|
|
108
|
+
function isContextProvider(object) {
|
|
109
|
+
return typeOf(object) === REACT_PROVIDER_TYPE;
|
|
110
|
+
}
|
|
111
|
+
__name(isContextProvider, "isContextProvider");
|
|
112
|
+
function isElement(object) {
|
|
113
|
+
return typeof object === "object" && object !== null && object.$$typeof === REACT_ELEMENT_TYPE;
|
|
114
|
+
}
|
|
115
|
+
__name(isElement, "isElement");
|
|
116
|
+
function isForwardRef(object) {
|
|
117
|
+
return typeOf(object) === REACT_FORWARD_REF_TYPE;
|
|
118
|
+
}
|
|
119
|
+
__name(isForwardRef, "isForwardRef");
|
|
120
|
+
function isFragment(object) {
|
|
121
|
+
return typeOf(object) === REACT_FRAGMENT_TYPE;
|
|
122
|
+
}
|
|
123
|
+
__name(isFragment, "isFragment");
|
|
124
|
+
function isLazy(object) {
|
|
125
|
+
return typeOf(object) === REACT_LAZY_TYPE;
|
|
126
|
+
}
|
|
127
|
+
__name(isLazy, "isLazy");
|
|
128
|
+
function isMemo(object) {
|
|
129
|
+
return typeOf(object) === REACT_MEMO_TYPE;
|
|
130
|
+
}
|
|
131
|
+
__name(isMemo, "isMemo");
|
|
132
|
+
function isPortal(object) {
|
|
133
|
+
return typeOf(object) === REACT_PORTAL_TYPE;
|
|
134
|
+
}
|
|
135
|
+
__name(isPortal, "isPortal");
|
|
136
|
+
function isProfiler(object) {
|
|
137
|
+
return typeOf(object) === REACT_PROFILER_TYPE;
|
|
138
|
+
}
|
|
139
|
+
__name(isProfiler, "isProfiler");
|
|
140
|
+
function isStrictMode(object) {
|
|
141
|
+
return typeOf(object) === REACT_STRICT_MODE_TYPE;
|
|
142
|
+
}
|
|
143
|
+
__name(isStrictMode, "isStrictMode");
|
|
144
|
+
function isSuspense(object) {
|
|
145
|
+
return typeOf(object) === REACT_SUSPENSE_TYPE;
|
|
48
146
|
}
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
function J(e) {
|
|
82
|
-
return a(e) === s;
|
|
83
|
-
}
|
|
84
|
-
function Q(e) {
|
|
85
|
-
return a(e) === n;
|
|
86
|
-
}
|
|
87
|
-
function j(e) {
|
|
88
|
-
return a(e) === E;
|
|
89
|
-
}
|
|
90
|
-
r.AsyncMode = $, r.ConcurrentMode = O, r.ContextConsumer = F, r.ContextProvider = N, r.Element = I, r.ForwardRef = L, r.Fragment = h, r.Lazy = w, r.Memo = D, r.Portal = g, r.Profiler = z, r.StrictMode = U, r.Suspense = V, r.isAsyncMode = q, r.isConcurrentMode = S, r.isContextConsumer = W, r.isContextProvider = k, r.isElement = B, r.isForwardRef = G, r.isFragment = K, r.isLazy = X, r.isMemo = Z, r.isPortal = H, r.isProfiler = J, r.isStrictMode = Q, r.isSuspense = j, r.isValidElementType = Y, r.typeOf = a;
|
|
91
|
-
}(), r);
|
|
147
|
+
__name(isSuspense, "isSuspense");
|
|
148
|
+
reactIs_development.AsyncMode = AsyncMode;
|
|
149
|
+
reactIs_development.ConcurrentMode = ConcurrentMode;
|
|
150
|
+
reactIs_development.ContextConsumer = ContextConsumer;
|
|
151
|
+
reactIs_development.ContextProvider = ContextProvider;
|
|
152
|
+
reactIs_development.Element = Element;
|
|
153
|
+
reactIs_development.ForwardRef = ForwardRef;
|
|
154
|
+
reactIs_development.Fragment = Fragment;
|
|
155
|
+
reactIs_development.Lazy = Lazy;
|
|
156
|
+
reactIs_development.Memo = Memo;
|
|
157
|
+
reactIs_development.Portal = Portal;
|
|
158
|
+
reactIs_development.Profiler = Profiler;
|
|
159
|
+
reactIs_development.StrictMode = StrictMode;
|
|
160
|
+
reactIs_development.Suspense = Suspense;
|
|
161
|
+
reactIs_development.isAsyncMode = isAsyncMode;
|
|
162
|
+
reactIs_development.isConcurrentMode = isConcurrentMode;
|
|
163
|
+
reactIs_development.isContextConsumer = isContextConsumer;
|
|
164
|
+
reactIs_development.isContextProvider = isContextProvider;
|
|
165
|
+
reactIs_development.isElement = isElement;
|
|
166
|
+
reactIs_development.isForwardRef = isForwardRef;
|
|
167
|
+
reactIs_development.isFragment = isFragment;
|
|
168
|
+
reactIs_development.isLazy = isLazy;
|
|
169
|
+
reactIs_development.isMemo = isMemo;
|
|
170
|
+
reactIs_development.isPortal = isPortal;
|
|
171
|
+
reactIs_development.isProfiler = isProfiler;
|
|
172
|
+
reactIs_development.isStrictMode = isStrictMode;
|
|
173
|
+
reactIs_development.isSuspense = isSuspense;
|
|
174
|
+
reactIs_development.isValidElementType = isValidElementType;
|
|
175
|
+
reactIs_development.typeOf = typeOf;
|
|
176
|
+
})();
|
|
177
|
+
}
|
|
178
|
+
return reactIs_development;
|
|
92
179
|
}
|
|
180
|
+
__name(requireReactIs_development, "requireReactIs_development");
|
|
93
181
|
export {
|
|
94
|
-
|
|
182
|
+
requireReactIs_development as __require
|
|
95
183
|
};
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
|
|
3
|
+
import { __exports as reactIs_production_min } from "../../../../../../_virtual/react-is.production.min.js";
|
|
2
4
|
/** @license React v16.13.1
|
|
3
5
|
* react-is.production.min.js
|
|
4
6
|
*
|
|
@@ -7,72 +9,103 @@ import { __exports as r } from "../../../../../../_virtual/react-is.production.m
|
|
|
7
9
|
* This source code is licensed under the MIT license found in the
|
|
8
10
|
* LICENSE file in the root directory of this source tree.
|
|
9
11
|
*/
|
|
10
|
-
var
|
|
11
|
-
function
|
|
12
|
-
if (
|
|
13
|
-
|
|
14
|
-
var
|
|
15
|
-
function
|
|
16
|
-
if (
|
|
17
|
-
var
|
|
18
|
-
switch (
|
|
19
|
-
case
|
|
20
|
-
switch (
|
|
21
|
-
case d:
|
|
22
|
-
case u:
|
|
23
|
-
case n:
|
|
24
|
-
case f:
|
|
25
|
-
case c:
|
|
12
|
+
var hasRequiredReactIs_production_min;
|
|
13
|
+
function requireReactIs_production_min() {
|
|
14
|
+
if (hasRequiredReactIs_production_min) return reactIs_production_min;
|
|
15
|
+
hasRequiredReactIs_production_min = 1;
|
|
16
|
+
var b = "function" === typeof Symbol && Symbol.for, c = b ? Symbol.for("react.element") : 60103, d = b ? Symbol.for("react.portal") : 60106, e = b ? Symbol.for("react.fragment") : 60107, f = b ? Symbol.for("react.strict_mode") : 60108, g = b ? Symbol.for("react.profiler") : 60114, h = b ? Symbol.for("react.provider") : 60109, k = b ? Symbol.for("react.context") : 60110, l = b ? Symbol.for("react.async_mode") : 60111, m = b ? Symbol.for("react.concurrent_mode") : 60111, n = b ? Symbol.for("react.forward_ref") : 60112, p = b ? Symbol.for("react.suspense") : 60113, q = b ? Symbol.for("react.suspense_list") : 60120, r = b ? Symbol.for("react.memo") : 60115, t = b ? Symbol.for("react.lazy") : 60116, v = b ? Symbol.for("react.block") : 60121, w = b ? Symbol.for("react.fundamental") : 60117, x = b ? Symbol.for("react.responder") : 60118, y = b ? Symbol.for("react.scope") : 60119;
|
|
17
|
+
function z(a) {
|
|
18
|
+
if ("object" === typeof a && null !== a) {
|
|
19
|
+
var u = a.$$typeof;
|
|
20
|
+
switch (u) {
|
|
21
|
+
case c:
|
|
22
|
+
switch (a = a.type, a) {
|
|
26
23
|
case l:
|
|
27
|
-
|
|
24
|
+
case m:
|
|
25
|
+
case e:
|
|
26
|
+
case g:
|
|
27
|
+
case f:
|
|
28
|
+
case p:
|
|
29
|
+
return a;
|
|
28
30
|
default:
|
|
29
|
-
switch (
|
|
30
|
-
case
|
|
31
|
-
case
|
|
32
|
-
case
|
|
33
|
-
case
|
|
34
|
-
case
|
|
35
|
-
return
|
|
31
|
+
switch (a = a && a.$$typeof, a) {
|
|
32
|
+
case k:
|
|
33
|
+
case n:
|
|
34
|
+
case t:
|
|
35
|
+
case r:
|
|
36
|
+
case h:
|
|
37
|
+
return a;
|
|
36
38
|
default:
|
|
37
|
-
return
|
|
39
|
+
return u;
|
|
38
40
|
}
|
|
39
41
|
}
|
|
40
|
-
case
|
|
41
|
-
return
|
|
42
|
+
case d:
|
|
43
|
+
return u;
|
|
42
44
|
}
|
|
43
45
|
}
|
|
44
46
|
}
|
|
45
|
-
|
|
46
|
-
|
|
47
|
+
__name(z, "z");
|
|
48
|
+
function A(a) {
|
|
49
|
+
return z(a) === m;
|
|
47
50
|
}
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
return
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
return
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
return
|
|
74
|
-
}
|
|
51
|
+
__name(A, "A");
|
|
52
|
+
reactIs_production_min.AsyncMode = l;
|
|
53
|
+
reactIs_production_min.ConcurrentMode = m;
|
|
54
|
+
reactIs_production_min.ContextConsumer = k;
|
|
55
|
+
reactIs_production_min.ContextProvider = h;
|
|
56
|
+
reactIs_production_min.Element = c;
|
|
57
|
+
reactIs_production_min.ForwardRef = n;
|
|
58
|
+
reactIs_production_min.Fragment = e;
|
|
59
|
+
reactIs_production_min.Lazy = t;
|
|
60
|
+
reactIs_production_min.Memo = r;
|
|
61
|
+
reactIs_production_min.Portal = d;
|
|
62
|
+
reactIs_production_min.Profiler = g;
|
|
63
|
+
reactIs_production_min.StrictMode = f;
|
|
64
|
+
reactIs_production_min.Suspense = p;
|
|
65
|
+
reactIs_production_min.isAsyncMode = function(a) {
|
|
66
|
+
return A(a) || z(a) === l;
|
|
67
|
+
};
|
|
68
|
+
reactIs_production_min.isConcurrentMode = A;
|
|
69
|
+
reactIs_production_min.isContextConsumer = function(a) {
|
|
70
|
+
return z(a) === k;
|
|
71
|
+
};
|
|
72
|
+
reactIs_production_min.isContextProvider = function(a) {
|
|
73
|
+
return z(a) === h;
|
|
74
|
+
};
|
|
75
|
+
reactIs_production_min.isElement = function(a) {
|
|
76
|
+
return "object" === typeof a && null !== a && a.$$typeof === c;
|
|
77
|
+
};
|
|
78
|
+
reactIs_production_min.isForwardRef = function(a) {
|
|
79
|
+
return z(a) === n;
|
|
80
|
+
};
|
|
81
|
+
reactIs_production_min.isFragment = function(a) {
|
|
82
|
+
return z(a) === e;
|
|
83
|
+
};
|
|
84
|
+
reactIs_production_min.isLazy = function(a) {
|
|
85
|
+
return z(a) === t;
|
|
86
|
+
};
|
|
87
|
+
reactIs_production_min.isMemo = function(a) {
|
|
88
|
+
return z(a) === r;
|
|
89
|
+
};
|
|
90
|
+
reactIs_production_min.isPortal = function(a) {
|
|
91
|
+
return z(a) === d;
|
|
92
|
+
};
|
|
93
|
+
reactIs_production_min.isProfiler = function(a) {
|
|
94
|
+
return z(a) === g;
|
|
95
|
+
};
|
|
96
|
+
reactIs_production_min.isStrictMode = function(a) {
|
|
97
|
+
return z(a) === f;
|
|
98
|
+
};
|
|
99
|
+
reactIs_production_min.isSuspense = function(a) {
|
|
100
|
+
return z(a) === p;
|
|
101
|
+
};
|
|
102
|
+
reactIs_production_min.isValidElementType = function(a) {
|
|
103
|
+
return "string" === typeof a || "function" === typeof a || a === e || a === m || a === g || a === f || a === p || a === q || "object" === typeof a && null !== a && (a.$$typeof === t || a.$$typeof === r || a.$$typeof === h || a.$$typeof === k || a.$$typeof === n || a.$$typeof === w || a.$$typeof === x || a.$$typeof === y || a.$$typeof === v);
|
|
104
|
+
};
|
|
105
|
+
reactIs_production_min.typeOf = z;
|
|
106
|
+
return reactIs_production_min;
|
|
75
107
|
}
|
|
108
|
+
__name(requireReactIs_production_min, "requireReactIs_production_min");
|
|
76
109
|
export {
|
|
77
|
-
|
|
110
|
+
requireReactIs_production_min as __require
|
|
78
111
|
};
|
|
@@ -1,10 +1,20 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
|
|
3
|
+
import { __module as reactIs } from "../../../../../_virtual/index3.js";
|
|
4
|
+
import { __require as requireReactIs_production_min } from "./cjs/react-is.production.min.js";
|
|
5
|
+
import { __require as requireReactIs_development } from "./cjs/react-is.development.js";
|
|
6
|
+
var hasRequiredReactIs;
|
|
7
|
+
function requireReactIs() {
|
|
8
|
+
if (hasRequiredReactIs) return reactIs.exports;
|
|
9
|
+
hasRequiredReactIs = 1;
|
|
10
|
+
if (process.env.NODE_ENV === "production") {
|
|
11
|
+
reactIs.exports = /* @__PURE__ */ requireReactIs_production_min();
|
|
12
|
+
} else {
|
|
13
|
+
reactIs.exports = /* @__PURE__ */ requireReactIs_development();
|
|
14
|
+
}
|
|
15
|
+
return reactIs.exports;
|
|
7
16
|
}
|
|
17
|
+
__name(requireReactIs, "requireReactIs");
|
|
8
18
|
export {
|
|
9
|
-
|
|
19
|
+
requireReactIs as __require
|
|
10
20
|
};
|