nogbase-ui 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +661 -0
- package/README.md +61 -0
- package/dist/AllIcons-BpT9PGHQ.js +7953 -0
- package/dist/AllIcons-Ccrgjdr_.cjs +1 -0
- package/dist/AppTooltip-BGyiynP0.js +150 -0
- package/dist/AppTooltip-BSOOys5a.cjs +1 -0
- package/dist/Checkmark-BMk88h_C.cjs +1 -0
- package/dist/Checkmark-nXZm8BnM.js +377 -0
- package/dist/ColorSample-BWfzelYk.cjs +1 -0
- package/dist/ColorSample-tgmSZ-F7.js +120 -0
- package/dist/DefaultThemeColorFallback-DbqJIVcx.js +4 -0
- package/dist/DefaultThemeColorFallback-yakKib_c.cjs +1 -0
- package/dist/GrayScaleDark-Cuc4HWDV.cjs +1 -0
- package/dist/GrayScaleDark-DLZkJnfs.js +17 -0
- package/dist/IconTypography-D1m71DlC.cjs +1 -0
- package/dist/IconTypography-D6-z1Irl.js +17 -0
- package/dist/Loader-CVqckhmU.js +36 -0
- package/dist/Loader-DvDr98P8.cjs +1 -0
- package/dist/MainColorNames-I8OTbUOe.cjs +1 -0
- package/dist/MainColorNames-syigy4-h.js +52 -0
- package/dist/OverflowingTextWithTooltip-BY3bdsCV.js +72 -0
- package/dist/OverflowingTextWithTooltip-Bx--oslz.cjs +1 -0
- package/dist/Pill-CzxYmDQR.js +17 -0
- package/dist/Pill-fgWKgFIn.cjs +1 -0
- package/dist/Tag-C0ieQE9o.cjs +1 -0
- package/dist/Tag-DOSiXPZl.js +65 -0
- package/dist/ThemeProvider-CLAfdrfV.cjs +1 -0
- package/dist/ThemeProvider-CpY05Gd2.js +40 -0
- package/dist/TintedIconTile-C6Ogk0pF.cjs +1 -0
- package/dist/TintedIconTile-D6h1yGXu.js +76 -0
- package/dist/Toggle-Cw3Dds-m.cjs +1 -0
- package/dist/Toggle-DFCRkcpJ.js +195 -0
- package/dist/VisibilityHidden-Bk1yWahA.cjs +1 -0
- package/dist/VisibilityHidden-DrhO-pBI.js +12 -0
- package/dist/VisibilityHiddenInput-BOx7Yl7-.js +9 -0
- package/dist/VisibilityHiddenInput-CexbykfV.cjs +1 -0
- package/dist/accessibility/components/VisibilityHidden.d.ts +4 -0
- package/dist/accessibility/components/VisibilityHidden.d.ts.map +1 -0
- package/dist/accessibility/components/VisibilityHiddenInput.d.ts +2 -0
- package/dist/accessibility/components/VisibilityHiddenInput.d.ts.map +1 -0
- package/dist/accessibility/index.d.ts +4 -0
- package/dist/accessibility/index.d.ts.map +1 -0
- package/dist/accessibility/utils/visibility-hidden.d.ts +2 -0
- package/dist/accessibility/utils/visibility-hidden.d.ts.map +1 -0
- package/dist/accessibility.cjs +11 -0
- package/dist/accessibility.mjs +18 -0
- package/dist/assets/index.d.ts +1 -0
- package/dist/assets/index.d.ts.map +1 -0
- package/dist/assets.cjs +1 -0
- package/dist/assets.mjs +1 -0
- package/dist/components/Pill/Pill.d.ts +10 -0
- package/dist/components/Pill/Pill.d.ts.map +1 -0
- package/dist/components/avatar-or-icon/AvatarOrIcon.d.ts +17 -0
- package/dist/components/avatar-or-icon/AvatarOrIcon.d.ts.map +1 -0
- package/dist/components/chip/Chip.d.ts +38 -0
- package/dist/components/chip/Chip.d.ts.map +1 -0
- package/dist/components/chip/LinkChip.d.ts +13 -0
- package/dist/components/chip/LinkChip.d.ts.map +1 -0
- package/dist/components/chip/constants/LinkChipClickOutsideId.d.ts +2 -0
- package/dist/components/chip/constants/LinkChipClickOutsideId.d.ts.map +1 -0
- package/dist/components/index.d.ts +11 -0
- package/dist/components/index.d.ts.map +1 -0
- package/dist/components/tag/Tag.d.ts +20 -0
- package/dist/components/tag/Tag.d.ts.map +1 -0
- package/dist/components.cjs +1 -0
- package/dist/components.mjs +173 -0
- package/dist/config-BQRGC1lM.js +22 -0
- package/dist/config-rVY5Wtrt.cjs +1 -0
- package/dist/constants-BcwxurOJ.cjs +1 -0
- package/dist/constants-CDXq37n6.js +4 -0
- package/dist/createReactComponent-Cb6Pzf10.js +48 -0
- package/dist/createReactComponent-w5VMPsZQ.cjs +1 -0
- package/dist/display/avatar/components/Avatar.d.ts +21 -0
- package/dist/display/avatar/components/Avatar.d.ts.map +1 -0
- package/dist/display/avatar/components/AvatarGroup.d.ts +7 -0
- package/dist/display/avatar/components/AvatarGroup.d.ts.map +1 -0
- package/dist/display/avatar/components/states/invalidAvatarUrlsAtomV2.d.ts +4 -0
- package/dist/display/avatar/components/states/invalidAvatarUrlsAtomV2.d.ts.map +1 -0
- package/dist/display/avatar/constants/AvatarPropertiesBySize.d.ts +23 -0
- package/dist/display/avatar/constants/AvatarPropertiesBySize.d.ts.map +1 -0
- package/dist/display/avatar/types/AvatarSize.d.ts +2 -0
- package/dist/display/avatar/types/AvatarSize.d.ts.map +1 -0
- package/dist/display/avatar/types/AvatarType.d.ts +2 -0
- package/dist/display/avatar/types/AvatarType.d.ts.map +1 -0
- package/dist/display/banner/components/Banner.d.ts +11 -0
- package/dist/display/banner/components/Banner.d.ts.map +1 -0
- package/dist/display/banner/components/InlineBanner.d.ts +16 -0
- package/dist/display/banner/components/InlineBanner.d.ts.map +1 -0
- package/dist/display/banner/components/SidePanelInformationBanner.d.ts +8 -0
- package/dist/display/banner/components/SidePanelInformationBanner.d.ts.map +1 -0
- package/dist/display/callout/Callout.d.ts +17 -0
- package/dist/display/callout/Callout.d.ts.map +1 -0
- package/dist/display/checkmark/components/AnimatedCheckmark.d.ts +10 -0
- package/dist/display/checkmark/components/AnimatedCheckmark.d.ts.map +1 -0
- package/dist/display/checkmark/components/Checkmark.d.ts +7 -0
- package/dist/display/checkmark/components/Checkmark.d.ts.map +1 -0
- package/dist/display/color/components/ColorSample.d.ts +14 -0
- package/dist/display/color/components/ColorSample.d.ts.map +1 -0
- package/dist/display/command-block/components/CommandBlock.d.ts +9 -0
- package/dist/display/command-block/components/CommandBlock.d.ts.map +1 -0
- package/dist/display/components/LinkifiedText.d.ts +6 -0
- package/dist/display/components/LinkifiedText.d.ts.map +1 -0
- package/dist/display/icon/components/Icon.d.ts +7 -0
- package/dist/display/icon/components/Icon.d.ts.map +1 -0
- package/dist/display/icon/components/IconAddressBook.d.ts +6 -0
- package/dist/display/icon/components/IconAddressBook.d.ts.map +1 -0
- package/dist/display/icon/components/IconBrandAnthropic.d.ts +6 -0
- package/dist/display/icon/components/IconBrandAnthropic.d.ts.map +1 -0
- package/dist/display/icon/components/IconBrandGemini.d.ts +6 -0
- package/dist/display/icon/components/IconBrandGemini.d.ts.map +1 -0
- package/dist/display/icon/components/IconBrandGroq.d.ts +6 -0
- package/dist/display/icon/components/IconBrandGroq.d.ts.map +1 -0
- package/dist/display/icon/components/IconBrandMistral.d.ts +6 -0
- package/dist/display/icon/components/IconBrandMistral.d.ts.map +1 -0
- package/dist/display/icon/components/IconBrandXai.d.ts +6 -0
- package/dist/display/icon/components/IconBrandXai.d.ts.map +1 -0
- package/dist/display/icon/components/IconChartBarHorizontal.d.ts +6 -0
- package/dist/display/icon/components/IconChartBarHorizontal.d.ts.map +1 -0
- package/dist/display/icon/components/IconGmail.d.ts +6 -0
- package/dist/display/icon/components/IconGmail.d.ts.map +1 -0
- package/dist/display/icon/components/IconGoogle.d.ts +6 -0
- package/dist/display/icon/components/IconGoogle.d.ts.map +1 -0
- package/dist/display/icon/components/IconGoogleCalendar.d.ts +6 -0
- package/dist/display/icon/components/IconGoogleCalendar.d.ts.map +1 -0
- package/dist/display/icon/components/IconLock.d.ts +6 -0
- package/dist/display/icon/components/IconLock.d.ts.map +1 -0
- package/dist/display/icon/components/IconMicrosoft.d.ts +6 -0
- package/dist/display/icon/components/IconMicrosoft.d.ts.map +1 -0
- package/dist/display/icon/components/IconMicrosoftCalendar.d.ts +6 -0
- package/dist/display/icon/components/IconMicrosoftCalendar.d.ts.map +1 -0
- package/dist/display/icon/components/IconMicrosoftOutlook.d.ts +6 -0
- package/dist/display/icon/components/IconMicrosoftOutlook.d.ts.map +1 -0
- package/dist/display/icon/components/IconModelClaude.d.ts +6 -0
- package/dist/display/icon/components/IconModelClaude.d.ts.map +1 -0
- package/dist/display/icon/components/IconNogbaseStar.d.ts +6 -0
- package/dist/display/icon/components/IconNogbaseStar.d.ts.map +1 -0
- package/dist/display/icon/components/IconNogbaseStarFilled.d.ts +6 -0
- package/dist/display/icon/components/IconNogbaseStarFilled.d.ts.map +1 -0
- package/dist/display/icon/components/IconProviderOpenai.d.ts +6 -0
- package/dist/display/icon/components/IconProviderOpenai.d.ts.map +1 -0
- package/dist/display/icon/components/IconRelationManyToOne.d.ts +6 -0
- package/dist/display/icon/components/IconRelationManyToOne.d.ts.map +1 -0
- package/dist/display/icon/components/IconTrashXOff.d.ts +6 -0
- package/dist/display/icon/components/IconTrashXOff.d.ts.map +1 -0
- package/dist/display/icon/components/IllustrationIconArray.d.ts +6 -0
- package/dist/display/icon/components/IllustrationIconArray.d.ts.map +1 -0
- package/dist/display/icon/components/IllustrationIconCalendarEvent.d.ts +6 -0
- package/dist/display/icon/components/IllustrationIconCalendarEvent.d.ts.map +1 -0
- package/dist/display/icon/components/IllustrationIconCalendarTime.d.ts +6 -0
- package/dist/display/icon/components/IllustrationIconCalendarTime.d.ts.map +1 -0
- package/dist/display/icon/components/IllustrationIconCurrency.d.ts +6 -0
- package/dist/display/icon/components/IllustrationIconCurrency.d.ts.map +1 -0
- package/dist/display/icon/components/IllustrationIconFile.d.ts +6 -0
- package/dist/display/icon/components/IllustrationIconFile.d.ts.map +1 -0
- package/dist/display/icon/components/IllustrationIconJson.d.ts +6 -0
- package/dist/display/icon/components/IllustrationIconJson.d.ts.map +1 -0
- package/dist/display/icon/components/IllustrationIconLink.d.ts +6 -0
- package/dist/display/icon/components/IllustrationIconLink.d.ts.map +1 -0
- package/dist/display/icon/components/IllustrationIconMail.d.ts +6 -0
- package/dist/display/icon/components/IllustrationIconMail.d.ts.map +1 -0
- package/dist/display/icon/components/IllustrationIconManyToMany.d.ts +6 -0
- package/dist/display/icon/components/IllustrationIconManyToMany.d.ts.map +1 -0
- package/dist/display/icon/components/IllustrationIconMap.d.ts +6 -0
- package/dist/display/icon/components/IllustrationIconMap.d.ts.map +1 -0
- package/dist/display/icon/components/IllustrationIconNumbers.d.ts +6 -0
- package/dist/display/icon/components/IllustrationIconNumbers.d.ts.map +1 -0
- package/dist/display/icon/components/IllustrationIconOneToMany.d.ts +6 -0
- package/dist/display/icon/components/IllustrationIconOneToMany.d.ts.map +1 -0
- package/dist/display/icon/components/IllustrationIconOneToOne.d.ts +6 -0
- package/dist/display/icon/components/IllustrationIconOneToOne.d.ts.map +1 -0
- package/dist/display/icon/components/IllustrationIconPhone.d.ts +6 -0
- package/dist/display/icon/components/IllustrationIconPhone.d.ts.map +1 -0
- package/dist/display/icon/components/IllustrationIconSetting.d.ts +6 -0
- package/dist/display/icon/components/IllustrationIconSetting.d.ts.map +1 -0
- package/dist/display/icon/components/IllustrationIconStar.d.ts +6 -0
- package/dist/display/icon/components/IllustrationIconStar.d.ts.map +1 -0
- package/dist/display/icon/components/IllustrationIconTag.d.ts +6 -0
- package/dist/display/icon/components/IllustrationIconTag.d.ts.map +1 -0
- package/dist/display/icon/components/IllustrationIconTags.d.ts +6 -0
- package/dist/display/icon/components/IllustrationIconTags.d.ts.map +1 -0
- package/dist/display/icon/components/IllustrationIconText.d.ts +6 -0
- package/dist/display/icon/components/IllustrationIconText.d.ts.map +1 -0
- package/dist/display/icon/components/IllustrationIconToggle.d.ts +6 -0
- package/dist/display/icon/components/IllustrationIconToggle.d.ts.map +1 -0
- package/dist/display/icon/components/IllustrationIconUid.d.ts +6 -0
- package/dist/display/icon/components/IllustrationIconUid.d.ts.map +1 -0
- package/dist/display/icon/components/IllustrationIconUser.d.ts +6 -0
- package/dist/display/icon/components/IllustrationIconUser.d.ts.map +1 -0
- package/dist/display/icon/components/IllustrationIconWrapper.d.ts +2 -0
- package/dist/display/icon/components/IllustrationIconWrapper.d.ts.map +1 -0
- package/dist/display/icon/components/TablerIcons.d.ts +3 -0
- package/dist/display/icon/components/TablerIcons.d.ts.map +1 -0
- package/dist/display/icon/components/ThinkingOrbitLoaderIcon.d.ts +6 -0
- package/dist/display/icon/components/ThinkingOrbitLoaderIcon.d.ts.map +1 -0
- package/dist/display/icon/hooks/useIcons.d.ts +5 -0
- package/dist/display/icon/hooks/useIcons.d.ts.map +1 -0
- package/dist/display/icon/providers/IconsProvider.d.ts +6 -0
- package/dist/display/icon/providers/IconsProvider.d.ts.map +1 -0
- package/dist/display/icon/providers/internal/AllIcons.d.ts +4185 -0
- package/dist/display/icon/providers/internal/AllIcons.d.ts.map +1 -0
- package/dist/display/icon/states/iconsState.d.ts +6 -0
- package/dist/display/icon/states/iconsState.d.ts.map +1 -0
- package/dist/display/icon/types/IconComponent.d.ts +11 -0
- package/dist/display/icon/types/IconComponent.d.ts.map +1 -0
- package/dist/display/index.d.ts +95 -0
- package/dist/display/index.d.ts.map +1 -0
- package/dist/display/info/components/Info.d.ts +12 -0
- package/dist/display/info/components/Info.d.ts.map +1 -0
- package/dist/display/status/components/Status.d.ts +13 -0
- package/dist/display/status/components/Status.d.ts.map +1 -0
- package/dist/display/text/components/HorizontalSeparator.d.ts +11 -0
- package/dist/display/text/components/HorizontalSeparator.d.ts.map +1 -0
- package/dist/display/text/components/SeparatorLineText.d.ts +4 -0
- package/dist/display/text/components/SeparatorLineText.d.ts.map +1 -0
- package/dist/display/tinted-icon-tile/components/StyledTintedIconTileContainer.d.ts +6 -0
- package/dist/display/tinted-icon-tile/components/StyledTintedIconTileContainer.d.ts.map +1 -0
- package/dist/display/tinted-icon-tile/components/TintedIconTile.d.ts +10 -0
- package/dist/display/tinted-icon-tile/components/TintedIconTile.d.ts.map +1 -0
- package/dist/display/tinted-icon-tile/internal/constants/tintedIconTileColorShades.constant.d.ts +6 -0
- package/dist/display/tinted-icon-tile/internal/constants/tintedIconTileColorShades.constant.d.ts.map +1 -0
- package/dist/display/tinted-icon-tile/internal/utils/getColorFromTheme.d.ts +4 -0
- package/dist/display/tinted-icon-tile/internal/utils/getColorFromTheme.d.ts.map +1 -0
- package/dist/display/tinted-icon-tile/utils/getIconTileColorShades.d.ts +7 -0
- package/dist/display/tinted-icon-tile/utils/getIconTileColorShades.d.ts.map +1 -0
- package/dist/display/tooltip/AppTooltip.d.ts +31 -0
- package/dist/display/tooltip/AppTooltip.d.ts.map +1 -0
- package/dist/display/tooltip/OverflowingTextWithTooltip.d.ts +19 -0
- package/dist/display/tooltip/OverflowingTextWithTooltip.d.ts.map +1 -0
- package/dist/display/typography/components/H1Title.d.ts +15 -0
- package/dist/display/typography/components/H1Title.d.ts.map +1 -0
- package/dist/display/typography/components/H2Title.d.ts +9 -0
- package/dist/display/typography/components/H2Title.d.ts.map +1 -0
- package/dist/display/typography/components/H3Title.d.ts +10 -0
- package/dist/display/typography/components/H3Title.d.ts.map +1 -0
- package/dist/display/typography/components/Label.d.ts +9 -0
- package/dist/display/typography/components/Label.d.ts.map +1 -0
- package/dist/display/typography/components/StyledText.d.ts +14 -0
- package/dist/display/typography/components/StyledText.d.ts.map +1 -0
- package/dist/display.cjs +1 -0
- package/dist/display.mjs +1926 -0
- package/dist/feedback/index.d.ts +6 -0
- package/dist/feedback/index.d.ts.map +1 -0
- package/dist/feedback/loader/components/Loader.d.ts +8 -0
- package/dist/feedback/loader/components/Loader.d.ts.map +1 -0
- package/dist/feedback/progress-bar/components/CircularProgressBar.d.ts +8 -0
- package/dist/feedback/progress-bar/components/CircularProgressBar.d.ts.map +1 -0
- package/dist/feedback/progress-bar/components/ProgressBar.d.ts +14 -0
- package/dist/feedback/progress-bar/components/ProgressBar.d.ts.map +1 -0
- package/dist/feedback/progress-bar/hooks/useProgressAnimation.d.ts +13 -0
- package/dist/feedback/progress-bar/hooks/useProgressAnimation.d.ts.map +1 -0
- package/dist/feedback.cjs +1 -0
- package/dist/feedback.mjs +128 -0
- package/dist/getDisplayValueByUrlType-B64lHVXJ.cjs +1 -0
- package/dist/getDisplayValueByUrlType-DsRKFto7.js +25 -0
- package/dist/index.cjs +1 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.mjs +4 -0
- package/dist/individual-entry.d.ts +12 -0
- package/dist/individual-entry.d.ts.map +1 -0
- package/dist/input/button/components/AnimatedButton.d.ts +10 -0
- package/dist/input/button/components/AnimatedButton.d.ts.map +1 -0
- package/dist/input/button/components/AnimatedLightIconButton.d.ts +19 -0
- package/dist/input/button/components/AnimatedLightIconButton.d.ts.map +1 -0
- package/dist/input/button/components/Button/Button.d.ts +33 -0
- package/dist/input/button/components/Button/Button.d.ts.map +1 -0
- package/dist/input/button/components/Button/constant.d.ts +2 -0
- package/dist/input/button/components/Button/constant.d.ts.map +1 -0
- package/dist/input/button/components/Button/internal/ButtonHotKeys.d.ts +9 -0
- package/dist/input/button/components/Button/internal/ButtonHotKeys.d.ts.map +1 -0
- package/dist/input/button/components/Button/internal/ButtonIcon.d.ts +7 -0
- package/dist/input/button/components/Button/internal/ButtonIcon.d.ts.map +1 -0
- package/dist/input/button/components/Button/internal/ButtonSoon.d.ts +6 -0
- package/dist/input/button/components/Button/internal/ButtonSoon.d.ts.map +1 -0
- package/dist/input/button/components/Button/internal/ButtonText.d.ts +6 -0
- package/dist/input/button/components/Button/internal/ButtonText.d.ts.map +1 -0
- package/dist/input/button/components/ButtonGroup.d.ts +9 -0
- package/dist/input/button/components/ButtonGroup.d.ts.map +1 -0
- package/dist/input/button/components/ColorPickerButton.d.ts +9 -0
- package/dist/input/button/components/ColorPickerButton.d.ts.map +1 -0
- package/dist/input/button/components/FloatingButton.d.ts +18 -0
- package/dist/input/button/components/FloatingButton.d.ts.map +1 -0
- package/dist/input/button/components/FloatingButtonGroup.d.ts +9 -0
- package/dist/input/button/components/FloatingButtonGroup.d.ts.map +1 -0
- package/dist/input/button/components/FloatingIconButton.d.ts +19 -0
- package/dist/input/button/components/FloatingIconButton.d.ts.map +1 -0
- package/dist/input/button/components/FloatingIconButtonGroup.d.ts +13 -0
- package/dist/input/button/components/FloatingIconButtonGroup.d.ts.map +1 -0
- package/dist/input/button/components/IconButton.d.ts +23 -0
- package/dist/input/button/components/IconButton.d.ts.map +1 -0
- package/dist/input/button/components/IconButtonGroup.d.ts +13 -0
- package/dist/input/button/components/IconButtonGroup.d.ts.map +1 -0
- package/dist/input/button/components/InsideButton.d.ts +11 -0
- package/dist/input/button/components/InsideButton.d.ts.map +1 -0
- package/dist/input/button/components/LightButton.d.ts +17 -0
- package/dist/input/button/components/LightButton.d.ts.map +1 -0
- package/dist/input/button/components/LightIconButton.d.ts +19 -0
- package/dist/input/button/components/LightIconButton.d.ts.map +1 -0
- package/dist/input/button/components/LightIconButtonGroup.d.ts +19 -0
- package/dist/input/button/components/LightIconButtonGroup.d.ts.map +1 -0
- package/dist/input/button/components/MainButton.d.ts +19 -0
- package/dist/input/button/components/MainButton.d.ts.map +1 -0
- package/dist/input/button/components/RoundedIconButton.d.ts +10 -0
- package/dist/input/button/components/RoundedIconButton.d.ts.map +1 -0
- package/dist/input/button/components/TabButton/TabButton.d.ts +22 -0
- package/dist/input/button/components/TabButton/TabButton.d.ts.map +1 -0
- package/dist/input/button/components/TabButton/internals/components/StyledTabBase.d.ts +13 -0
- package/dist/input/button/components/TabButton/internals/components/StyledTabBase.d.ts.map +1 -0
- package/dist/input/button/components/TabButton/internals/components/TabContent.d.ts +17 -0
- package/dist/input/button/components/TabButton/internals/components/TabContent.d.ts.map +1 -0
- package/dist/input/code-editor/components/CodeEditor.d.ts +15 -0
- package/dist/input/code-editor/components/CodeEditor.d.ts.map +1 -0
- package/dist/input/code-editor/components/CodeEditorHeader.d.ts +7 -0
- package/dist/input/code-editor/components/CodeEditorHeader.d.ts.map +1 -0
- package/dist/input/code-editor/constants/BaseCodeEditorThemeId.d.ts +2 -0
- package/dist/input/code-editor/constants/BaseCodeEditorThemeId.d.ts.map +1 -0
- package/dist/input/code-editor/index.d.ts +4 -0
- package/dist/input/code-editor/index.d.ts.map +1 -0
- package/dist/input/code-editor/theme/utils/getBaseCodeEditorTheme.d.ts +5 -0
- package/dist/input/code-editor/theme/utils/getBaseCodeEditorTheme.d.ts.map +1 -0
- package/dist/input/color-scheme/components/ColorSchemeCard.d.ts +15 -0
- package/dist/input/color-scheme/components/ColorSchemeCard.d.ts.map +1 -0
- package/dist/input/color-scheme/components/ColorSchemePicker.d.ts +12 -0
- package/dist/input/color-scheme/components/ColorSchemePicker.d.ts.map +1 -0
- package/dist/input/components/CardPicker.d.ts +10 -0
- package/dist/input/components/CardPicker.d.ts.map +1 -0
- package/dist/input/components/Checkbox.d.ts +34 -0
- package/dist/input/components/Checkbox.d.ts.map +1 -0
- package/dist/input/components/IconListViewGrip.d.ts +6 -0
- package/dist/input/components/IconListViewGrip.d.ts.map +1 -0
- package/dist/input/components/Radio.d.ts +33 -0
- package/dist/input/components/Radio.d.ts.map +1 -0
- package/dist/input/components/RadioGroup.d.ts +10 -0
- package/dist/input/components/RadioGroup.d.ts.map +1 -0
- package/dist/input/components/SearchInput.d.ts +13 -0
- package/dist/input/components/SearchInput.d.ts.map +1 -0
- package/dist/input/components/Toggle.d.ts +13 -0
- package/dist/input/components/Toggle.d.ts.map +1 -0
- package/dist/input/index.d.ts +60 -0
- package/dist/input/index.d.ts.map +1 -0
- package/dist/input/types/ColorScheme.d.ts +2 -0
- package/dist/input/types/ColorScheme.d.ts.map +1 -0
- package/dist/input/types/SelectOption.d.ts +14 -0
- package/dist/input/types/SelectOption.d.ts.map +1 -0
- package/dist/input.cjs +5 -0
- package/dist/input.mjs +1380 -0
- package/dist/json-visualizer/components/JsonArrayNode.d.ts +11 -0
- package/dist/json-visualizer/components/JsonArrayNode.d.ts.map +1 -0
- package/dist/json-visualizer/components/JsonNestedNode.d.ts +19 -0
- package/dist/json-visualizer/components/JsonNestedNode.d.ts.map +1 -0
- package/dist/json-visualizer/components/JsonNode.d.ts +9 -0
- package/dist/json-visualizer/components/JsonNode.d.ts.map +1 -0
- package/dist/json-visualizer/components/JsonObjectNode.d.ts +11 -0
- package/dist/json-visualizer/components/JsonObjectNode.d.ts.map +1 -0
- package/dist/json-visualizer/components/JsonTree.d.ts +16 -0
- package/dist/json-visualizer/components/JsonTree.d.ts.map +1 -0
- package/dist/json-visualizer/components/JsonTreeContextProvider.d.ts +7 -0
- package/dist/json-visualizer/components/JsonTreeContextProvider.d.ts.map +1 -0
- package/dist/json-visualizer/components/JsonValueNode.d.ts +16 -0
- package/dist/json-visualizer/components/JsonValueNode.d.ts.map +1 -0
- package/dist/json-visualizer/components/internal/JsonArrow.d.ts +6 -0
- package/dist/json-visualizer/components/internal/JsonArrow.d.ts.map +1 -0
- package/dist/json-visualizer/components/internal/JsonList.d.ts +5 -0
- package/dist/json-visualizer/components/internal/JsonList.d.ts.map +1 -0
- package/dist/json-visualizer/components/internal/JsonListItem.d.ts +3 -0
- package/dist/json-visualizer/components/internal/JsonListItem.d.ts.map +1 -0
- package/dist/json-visualizer/components/internal/JsonNodeLabel.d.ts +9 -0
- package/dist/json-visualizer/components/internal/JsonNodeLabel.d.ts.map +1 -0
- package/dist/json-visualizer/components/internal/JsonNodeValue.d.ts +7 -0
- package/dist/json-visualizer/components/internal/JsonNodeValue.d.ts.map +1 -0
- package/dist/json-visualizer/contexts/JsonTreeContext.d.ts +18 -0
- package/dist/json-visualizer/contexts/JsonTreeContext.d.ts.map +1 -0
- package/dist/json-visualizer/hooks/useJsonTreeContextOrThrow.d.ts +2 -0
- package/dist/json-visualizer/hooks/useJsonTreeContextOrThrow.d.ts.map +1 -0
- package/dist/json-visualizer/index.d.ts +15 -0
- package/dist/json-visualizer/index.d.ts.map +1 -0
- package/dist/json-visualizer/types/GetJsonNodeHighlighting.d.ts +4 -0
- package/dist/json-visualizer/types/GetJsonNodeHighlighting.d.ts.map +1 -0
- package/dist/json-visualizer/types/JsonNodeHighlighting.d.ts +4 -0
- package/dist/json-visualizer/types/JsonNodeHighlighting.d.ts.map +1 -0
- package/dist/json-visualizer/utils/isArray.d.ts +2 -0
- package/dist/json-visualizer/utils/isArray.d.ts.map +1 -0
- package/dist/json-visualizer/utils/isTwoFirstDepths.d.ts +4 -0
- package/dist/json-visualizer/utils/isTwoFirstDepths.d.ts.map +1 -0
- package/dist/json-visualizer.cjs +7 -0
- package/dist/json-visualizer.mjs +344 -0
- package/dist/jsx-runtime-CycUbF8Y.cjs +9 -0
- package/dist/jsx-runtime-R4VT8aVc.js +600 -0
- package/dist/layout/animated-expandable-container/components/AnimatedExpandableContainer.d.ts +17 -0
- package/dist/layout/animated-expandable-container/components/AnimatedExpandableContainer.d.ts.map +1 -0
- package/dist/layout/animated-expandable-container/types/AnimationDimension.d.ts +2 -0
- package/dist/layout/animated-expandable-container/types/AnimationDimension.d.ts.map +1 -0
- package/dist/layout/animated-expandable-container/types/AnimationDurationObject.d.ts +5 -0
- package/dist/layout/animated-expandable-container/types/AnimationDurationObject.d.ts.map +1 -0
- package/dist/layout/animated-expandable-container/types/AnimationDurations.d.ts +4 -0
- package/dist/layout/animated-expandable-container/types/AnimationDurations.d.ts.map +1 -0
- package/dist/layout/animated-expandable-container/types/AnimationMode.d.ts +2 -0
- package/dist/layout/animated-expandable-container/types/AnimationMode.d.ts.map +1 -0
- package/dist/layout/animated-expandable-container/types/AnimationSize.d.ts +2 -0
- package/dist/layout/animated-expandable-container/types/AnimationSize.d.ts.map +1 -0
- package/dist/layout/animated-expandable-container/utils/getCommonStyles.d.ts +16 -0
- package/dist/layout/animated-expandable-container/utils/getCommonStyles.d.ts.map +1 -0
- package/dist/layout/animated-expandable-container/utils/getExpandableAnimationConfig.d.ts +45 -0
- package/dist/layout/animated-expandable-container/utils/getExpandableAnimationConfig.d.ts.map +1 -0
- package/dist/layout/animated-expandable-container/utils/getTransitionValues.d.ts +15 -0
- package/dist/layout/animated-expandable-container/utils/getTransitionValues.d.ts.map +1 -0
- package/dist/layout/animated-placeholder/components/AnimatedPlaceholder.d.ts +10 -0
- package/dist/layout/animated-placeholder/components/AnimatedPlaceholder.d.ts.map +1 -0
- package/dist/layout/animated-placeholder/components/EmptyPlaceholderStyled.d.ts +25 -0
- package/dist/layout/animated-placeholder/components/EmptyPlaceholderStyled.d.ts.map +1 -0
- package/dist/layout/animated-placeholder/components/ErrorPlaceholderStyled.d.ts +5 -0
- package/dist/layout/animated-placeholder/components/ErrorPlaceholderStyled.d.ts.map +1 -0
- package/dist/layout/animated-placeholder/constants/Background.d.ts +2 -0
- package/dist/layout/animated-placeholder/constants/Background.d.ts.map +1 -0
- package/dist/layout/animated-placeholder/constants/DarkBackground.d.ts +2 -0
- package/dist/layout/animated-placeholder/constants/DarkBackground.d.ts.map +1 -0
- package/dist/layout/animated-placeholder/constants/DarkMovingImage.d.ts +2 -0
- package/dist/layout/animated-placeholder/constants/DarkMovingImage.d.ts.map +1 -0
- package/dist/layout/animated-placeholder/constants/MovingImage.d.ts +2 -0
- package/dist/layout/animated-placeholder/constants/MovingImage.d.ts.map +1 -0
- package/dist/layout/animated-placeholder/index.d.ts +8 -0
- package/dist/layout/animated-placeholder/index.d.ts.map +1 -0
- package/dist/layout/card/components/Card.d.ts +10 -0
- package/dist/layout/card/components/Card.d.ts.map +1 -0
- package/dist/layout/card/components/CardContent.d.ts +294 -0
- package/dist/layout/card/components/CardContent.d.ts.map +1 -0
- package/dist/layout/card/components/CardFooter.d.ts +8 -0
- package/dist/layout/card/components/CardFooter.d.ts.map +1 -0
- package/dist/layout/card/components/CardHeader.d.ts +6 -0
- package/dist/layout/card/components/CardHeader.d.ts.map +1 -0
- package/dist/layout/index.d.ts +37 -0
- package/dist/layout/index.d.ts.map +1 -0
- package/dist/layout/modal/components/Modal.d.ts +4 -0
- package/dist/layout/modal/components/Modal.d.ts.map +1 -0
- package/dist/layout/modal/components/ModalBackdrop.d.ts +8 -0
- package/dist/layout/modal/components/ModalBackdrop.d.ts.map +1 -0
- package/dist/layout/modal/components/ModalContent.d.ts +12 -0
- package/dist/layout/modal/components/ModalContent.d.ts.map +1 -0
- package/dist/layout/modal/components/ModalFooter.d.ts +10 -0
- package/dist/layout/modal/components/ModalFooter.d.ts.map +1 -0
- package/dist/layout/modal/components/ModalHeader.d.ts +11 -0
- package/dist/layout/modal/components/ModalHeader.d.ts.map +1 -0
- package/dist/layout/modal/index.d.ts +13 -0
- package/dist/layout/modal/index.d.ts.map +1 -0
- package/dist/layout/modal/types/ModalOverlay.d.ts +2 -0
- package/dist/layout/modal/types/ModalOverlay.d.ts.map +1 -0
- package/dist/layout/modal/types/ModalPadding.d.ts +2 -0
- package/dist/layout/modal/types/ModalPadding.d.ts.map +1 -0
- package/dist/layout/modal/types/ModalProps.d.ts +26 -0
- package/dist/layout/modal/types/ModalProps.d.ts.map +1 -0
- package/dist/layout/modal/types/ModalSize.d.ts +2 -0
- package/dist/layout/modal/types/ModalSize.d.ts.map +1 -0
- package/dist/layout/resize-handle/components/ResizeHandle.d.ts +11 -0
- package/dist/layout/resize-handle/components/ResizeHandle.d.ts.map +1 -0
- package/dist/layout/resize-handle/hooks/useResizeHandle.d.ts +12 -0
- package/dist/layout/resize-handle/hooks/useResizeHandle.d.ts.map +1 -0
- package/dist/layout/section/components/Section.d.ts +21 -0
- package/dist/layout/section/components/Section.d.ts.map +1 -0
- package/dist/layout.cjs +1 -0
- package/dist/layout.mjs +599 -0
- package/dist/linkifyText-DZevSX0n.cjs +1 -0
- package/dist/linkifyText-isyikTlq.js +12 -0
- package/dist/navigation/index.d.ts +50 -0
- package/dist/navigation/index.d.ts.map +1 -0
- package/dist/navigation/link/components/AdvancedSettingsToggle.d.ts +8 -0
- package/dist/navigation/link/components/AdvancedSettingsToggle.d.ts.map +1 -0
- package/dist/navigation/link/components/ClickToActionLink.d.ts +8 -0
- package/dist/navigation/link/components/ClickToActionLink.d.ts.map +1 -0
- package/dist/navigation/link/components/ContactLink.d.ts +10 -0
- package/dist/navigation/link/components/ContactLink.d.ts.map +1 -0
- package/dist/navigation/link/components/GithubVersionLink.d.ts +6 -0
- package/dist/navigation/link/components/GithubVersionLink.d.ts.map +1 -0
- package/dist/navigation/link/components/RawLink.d.ts +10 -0
- package/dist/navigation/link/components/RawLink.d.ts.map +1 -0
- package/dist/navigation/link/components/RoundedLink.d.ts +9 -0
- package/dist/navigation/link/components/RoundedLink.d.ts.map +1 -0
- package/dist/navigation/link/components/SocialLink.d.ts +16 -0
- package/dist/navigation/link/components/SocialLink.d.ts.map +1 -0
- package/dist/navigation/link/components/UndecoratedLink.d.ts +12 -0
- package/dist/navigation/link/components/UndecoratedLink.d.ts.map +1 -0
- package/dist/navigation/link/components/index.d.ts +9 -0
- package/dist/navigation/link/components/index.d.ts.map +1 -0
- package/dist/navigation/link/constants/Cal.d.ts +2 -0
- package/dist/navigation/link/constants/Cal.d.ts.map +1 -0
- package/dist/navigation/link/constants/GithubLink.d.ts +2 -0
- package/dist/navigation/link/constants/GithubLink.d.ts.map +1 -0
- package/dist/navigation/link/constants/NogbasePricingLink.d.ts +2 -0
- package/dist/navigation/link/constants/NogbasePricingLink.d.ts.map +1 -0
- package/dist/navigation/link/index.d.ts +4 -0
- package/dist/navigation/link/index.d.ts.map +1 -0
- package/dist/navigation/menu/components/MenuPicker.d.ts +18 -0
- package/dist/navigation/menu/components/MenuPicker.d.ts.map +1 -0
- package/dist/navigation/menu/components/index.d.ts +2 -0
- package/dist/navigation/menu/components/index.d.ts.map +1 -0
- package/dist/navigation/menu/index.d.ts +3 -0
- package/dist/navigation/menu/index.d.ts.map +1 -0
- package/dist/navigation/menu/menu-item/components/MenuItem.d.ts +46 -0
- package/dist/navigation/menu/menu-item/components/MenuItem.d.ts.map +1 -0
- package/dist/navigation/menu/menu-item/components/MenuItemAvatar.d.ts +22 -0
- package/dist/navigation/menu/menu-item/components/MenuItemAvatar.d.ts.map +1 -0
- package/dist/navigation/menu/menu-item/components/MenuItemDraggable.d.ts +23 -0
- package/dist/navigation/menu/menu-item/components/MenuItemDraggable.d.ts.map +1 -0
- package/dist/navigation/menu/menu-item/components/MenuItemHotKeys.d.ts +6 -0
- package/dist/navigation/menu/menu-item/components/MenuItemHotKeys.d.ts.map +1 -0
- package/dist/navigation/menu/menu-item/components/MenuItemMultiSelect.d.ts +17 -0
- package/dist/navigation/menu/menu-item/components/MenuItemMultiSelect.d.ts.map +1 -0
- package/dist/navigation/menu/menu-item/components/MenuItemMultiSelectAvatar.d.ts +14 -0
- package/dist/navigation/menu/menu-item/components/MenuItemMultiSelectAvatar.d.ts.map +1 -0
- package/dist/navigation/menu/menu-item/components/MenuItemMultiSelectTag.d.ts +15 -0
- package/dist/navigation/menu/menu-item/components/MenuItemMultiSelectTag.d.ts.map +1 -0
- package/dist/navigation/menu/menu-item/components/MenuItemNavigate.d.ts +11 -0
- package/dist/navigation/menu/menu-item/components/MenuItemNavigate.d.ts.map +1 -0
- package/dist/navigation/menu/menu-item/components/MenuItemSelect.d.ts +27 -0
- package/dist/navigation/menu/menu-item/components/MenuItemSelect.d.ts.map +1 -0
- package/dist/navigation/menu/menu-item/components/MenuItemSelectAvatar.d.ts +16 -0
- package/dist/navigation/menu/menu-item/components/MenuItemSelectAvatar.d.ts.map +1 -0
- package/dist/navigation/menu/menu-item/components/MenuItemSelectColor.d.ts +17 -0
- package/dist/navigation/menu/menu-item/components/MenuItemSelectColor.d.ts.map +1 -0
- package/dist/navigation/menu/menu-item/components/MenuItemSelectTag.d.ts +17 -0
- package/dist/navigation/menu/menu-item/components/MenuItemSelectTag.d.ts.map +1 -0
- package/dist/navigation/menu/menu-item/components/MenuItemSuggestion.d.ts +15 -0
- package/dist/navigation/menu/menu-item/components/MenuItemSuggestion.d.ts.map +1 -0
- package/dist/navigation/menu/menu-item/components/MenuItemToggle.d.ts +16 -0
- package/dist/navigation/menu/menu-item/components/MenuItemToggle.d.ts.map +1 -0
- package/dist/navigation/menu/menu-item/components/index.d.ts +16 -0
- package/dist/navigation/menu/menu-item/components/index.d.ts.map +1 -0
- package/dist/navigation/menu/menu-item/constants/DefaultColorLabels.d.ts +5 -0
- package/dist/navigation/menu/menu-item/constants/DefaultColorLabels.d.ts.map +1 -0
- package/dist/navigation/menu/menu-item/index.d.ts +5 -0
- package/dist/navigation/menu/menu-item/index.d.ts.map +1 -0
- package/dist/navigation/menu/menu-item/internals/components/MenuItemIcon.d.ts +11 -0
- package/dist/navigation/menu/menu-item/internals/components/MenuItemIcon.d.ts.map +1 -0
- package/dist/navigation/menu/menu-item/internals/components/MenuItemIconBoxContainer.d.ts +9 -0
- package/dist/navigation/menu/menu-item/internals/components/MenuItemIconBoxContainer.d.ts.map +1 -0
- package/dist/navigation/menu/menu-item/internals/components/MenuItemIconWithGripSwap.d.ts +11 -0
- package/dist/navigation/menu/menu-item/internals/components/MenuItemIconWithGripSwap.d.ts.map +1 -0
- package/dist/navigation/menu/menu-item/internals/components/MenuItemLeftContent.d.ts +21 -0
- package/dist/navigation/menu/menu-item/internals/components/MenuItemLeftContent.d.ts.map +1 -0
- package/dist/navigation/menu/menu-item/internals/components/StyledMenuItemBase.d.ts +27 -0
- package/dist/navigation/menu/menu-item/internals/components/StyledMenuItemBase.d.ts.map +1 -0
- package/dist/navigation/menu/menu-item/types/MenuItemAccent.d.ts +2 -0
- package/dist/navigation/menu/menu-item/types/MenuItemAccent.d.ts.map +1 -0
- package/dist/navigation/menu/menu-item/types/MenuItemDraggableGripMode.d.ts +2 -0
- package/dist/navigation/menu/menu-item/types/MenuItemDraggableGripMode.d.ts.map +1 -0
- package/dist/navigation/navigation-bar/components/NavigationBar.d.ts +13 -0
- package/dist/navigation/navigation-bar/components/NavigationBar.d.ts.map +1 -0
- package/dist/navigation/navigation-bar/components/NavigationBarItem.d.ts +10 -0
- package/dist/navigation/navigation-bar/components/NavigationBarItem.d.ts.map +1 -0
- package/dist/navigation/notification-counter/components/NotificationCounter.d.ts +8 -0
- package/dist/navigation/notification-counter/components/NotificationCounter.d.ts.map +1 -0
- package/dist/navigation.cjs +1 -0
- package/dist/navigation.mjs +954 -0
- package/dist/parseThemeColor-B2R6aB0f.js +13 -0
- package/dist/parseThemeColor-D4ynze2R.cjs +1 -0
- package/dist/style.css +1 -0
- package/dist/testing/ComponentStorybookLayout.d.ts +9 -0
- package/dist/testing/ComponentStorybookLayout.d.ts.map +1 -0
- package/dist/testing/decorators/CatalogDecorator.d.ts +18 -0
- package/dist/testing/decorators/CatalogDecorator.d.ts.map +1 -0
- package/dist/testing/decorators/ComponentDecorator.d.ts +4 -0
- package/dist/testing/decorators/ComponentDecorator.d.ts.map +1 -0
- package/dist/testing/decorators/ComponentWithRouterDecorator.d.ts +11 -0
- package/dist/testing/decorators/ComponentWithRouterDecorator.d.ts.map +1 -0
- package/dist/testing/decorators/JotaiRootDecorator.d.ts +4 -0
- package/dist/testing/decorators/JotaiRootDecorator.d.ts.map +1 -0
- package/dist/testing/decorators/RouterDecorator.d.ts +4 -0
- package/dist/testing/decorators/RouterDecorator.d.ts.map +1 -0
- package/dist/testing/index.d.ts +11 -0
- package/dist/testing/index.d.ts.map +1 -0
- package/dist/testing/mocks/avatarUrlMock.d.ts +2 -0
- package/dist/testing/mocks/avatarUrlMock.d.ts.map +1 -0
- package/dist/testing/types/CatalogStory.d.ts +18 -0
- package/dist/testing/types/CatalogStory.d.ts.map +1 -0
- package/dist/testing.cjs +3 -0
- package/dist/testing.mjs +172 -0
- package/dist/theme/constants/AccentDark.d.ts +21 -0
- package/dist/theme/constants/AccentDark.d.ts.map +1 -0
- package/dist/theme/constants/AccentLight.d.ts +21 -0
- package/dist/theme/constants/AccentLight.d.ts.map +1 -0
- package/dist/theme/constants/Animation.d.ts +10 -0
- package/dist/theme/constants/Animation.d.ts.map +1 -0
- package/dist/theme/constants/BackgroundDark.d.ts +30 -0
- package/dist/theme/constants/BackgroundDark.d.ts.map +1 -0
- package/dist/theme/constants/BackgroundLight.d.ts +30 -0
- package/dist/theme/constants/BackgroundLight.d.ts.map +1 -0
- package/dist/theme/constants/BlurDark.d.ts +6 -0
- package/dist/theme/constants/BlurDark.d.ts.map +1 -0
- package/dist/theme/constants/BlurLight.d.ts +6 -0
- package/dist/theme/constants/BlurLight.d.ts.map +1 -0
- package/dist/theme/constants/BorderCommon.d.ts +12 -0
- package/dist/theme/constants/BorderCommon.d.ts.map +1 -0
- package/dist/theme/constants/BorderDark.d.ts +22 -0
- package/dist/theme/constants/BorderDark.d.ts.map +1 -0
- package/dist/theme/constants/BorderLight.d.ts +22 -0
- package/dist/theme/constants/BorderLight.d.ts.map +1 -0
- package/dist/theme/constants/BoxShadowDark.d.ts +8 -0
- package/dist/theme/constants/BoxShadowDark.d.ts.map +1 -0
- package/dist/theme/constants/BoxShadowLight.d.ts +8 -0
- package/dist/theme/constants/BoxShadowLight.d.ts.map +1 -0
- package/dist/theme/constants/CodeDark.d.ts +13 -0
- package/dist/theme/constants/CodeDark.d.ts.map +1 -0
- package/dist/theme/constants/CodeLight.d.ts +13 -0
- package/dist/theme/constants/CodeLight.d.ts.map +1 -0
- package/dist/theme/constants/ColorsDark.d.ts +750 -0
- package/dist/theme/constants/ColorsDark.d.ts.map +1 -0
- package/dist/theme/constants/ColorsLight.d.ts +750 -0
- package/dist/theme/constants/ColorsLight.d.ts.map +1 -0
- package/dist/theme/constants/DefaultThemeColorFallback.d.ts +4 -0
- package/dist/theme/constants/DefaultThemeColorFallback.d.ts.map +1 -0
- package/dist/theme/constants/FontCommon.d.ts +18 -0
- package/dist/theme/constants/FontCommon.d.ts.map +1 -0
- package/dist/theme/constants/FontDark.d.ts +27 -0
- package/dist/theme/constants/FontDark.d.ts.map +1 -0
- package/dist/theme/constants/FontLight.d.ts +27 -0
- package/dist/theme/constants/FontLight.d.ts.map +1 -0
- package/dist/theme/constants/GrayScaleDark.d.ts +15 -0
- package/dist/theme/constants/GrayScaleDark.d.ts.map +1 -0
- package/dist/theme/constants/GrayScaleDarkAlpha.d.ts +15 -0
- package/dist/theme/constants/GrayScaleDarkAlpha.d.ts.map +1 -0
- package/dist/theme/constants/GrayScaleLight.d.ts +15 -0
- package/dist/theme/constants/GrayScaleLight.d.ts.map +1 -0
- package/dist/theme/constants/GrayScaleLightAlpha.d.ts +15 -0
- package/dist/theme/constants/GrayScaleLightAlpha.d.ts.map +1 -0
- package/dist/theme/constants/Icon.d.ts +14 -0
- package/dist/theme/constants/Icon.d.ts.map +1 -0
- package/dist/theme/constants/IllustrationIconDark.d.ts +11 -0
- package/dist/theme/constants/IllustrationIconDark.d.ts.map +1 -0
- package/dist/theme/constants/IllustrationIconLight.d.ts +11 -0
- package/dist/theme/constants/IllustrationIconLight.d.ts.map +1 -0
- package/dist/theme/constants/MainColorNames.d.ts +5 -0
- package/dist/theme/constants/MainColorNames.d.ts.map +1 -0
- package/dist/theme/constants/MainColorsDark.d.ts +28 -0
- package/dist/theme/constants/MainColorsDark.d.ts.map +1 -0
- package/dist/theme/constants/MainColorsLight.d.ts +28 -0
- package/dist/theme/constants/MainColorsLight.d.ts.map +1 -0
- package/dist/theme/constants/Modal.d.ts +9 -0
- package/dist/theme/constants/Modal.d.ts.map +1 -0
- package/dist/theme/constants/Rgba.d.ts +2 -0
- package/dist/theme/constants/Rgba.d.ts.map +1 -0
- package/dist/theme/constants/SecondaryColorsDark.d.ts +363 -0
- package/dist/theme/constants/SecondaryColorsDark.d.ts.map +1 -0
- package/dist/theme/constants/SecondaryColorsLight.d.ts +363 -0
- package/dist/theme/constants/SecondaryColorsLight.d.ts.map +1 -0
- package/dist/theme/constants/SnackBarDark.d.ts +23 -0
- package/dist/theme/constants/SnackBarDark.d.ts.map +1 -0
- package/dist/theme/constants/SnackBarLight.d.ts +23 -0
- package/dist/theme/constants/SnackBarLight.d.ts.map +1 -0
- package/dist/theme/constants/TagDark.d.ts +67 -0
- package/dist/theme/constants/TagDark.d.ts.map +1 -0
- package/dist/theme/constants/TagLight.d.ts +67 -0
- package/dist/theme/constants/TagLight.d.ts.map +1 -0
- package/dist/theme/constants/Text.d.ts +12 -0
- package/dist/theme/constants/Text.d.ts.map +1 -0
- package/dist/theme/constants/ThemeCommon.d.ts +57 -0
- package/dist/theme/constants/ThemeCommon.d.ts.map +1 -0
- package/dist/theme/constants/ThemeDark.d.ts +4 -0
- package/dist/theme/constants/ThemeDark.d.ts.map +1 -0
- package/dist/theme/constants/ThemeLight.d.ts +1039 -0
- package/dist/theme/constants/ThemeLight.d.ts.map +1 -0
- package/dist/theme/constants/TransparentColorsDark.d.ts +363 -0
- package/dist/theme/constants/TransparentColorsDark.d.ts.map +1 -0
- package/dist/theme/constants/TransparentColorsLight.d.ts +363 -0
- package/dist/theme/constants/TransparentColorsLight.d.ts.map +1 -0
- package/dist/theme/index.d.ts +47 -0
- package/dist/theme/index.d.ts.map +1 -0
- package/dist/theme-constants/ThemeProvider.d.ts +56 -0
- package/dist/theme-constants/ThemeProvider.d.ts.map +1 -0
- package/dist/theme-constants/constants.d.ts +2 -0
- package/dist/theme-constants/constants.d.ts.map +1 -0
- package/dist/theme-constants/getNextThemeColor.d.ts +4 -0
- package/dist/theme-constants/getNextThemeColor.d.ts.map +1 -0
- package/dist/theme-constants/index.d.ts +6 -0
- package/dist/theme-constants/index.d.ts.map +1 -0
- package/dist/theme-constants/themeCssVariables.d.ts +1088 -0
- package/dist/theme-constants/themeCssVariables.d.ts.map +1 -0
- package/dist/theme-constants.cjs +1 -0
- package/dist/theme-constants.mjs +18 -0
- package/dist/theme-dark.css +1007 -0
- package/dist/theme-light.css +1008 -0
- package/dist/theme.cjs +1 -0
- package/dist/theme.mjs +2064 -0
- package/dist/themeCssVariables-CBmoYPJ3.js +1090 -0
- package/dist/themeCssVariables-DswYV7vR.cjs +1 -0
- package/dist/useIsMobile-BhDUpJrC.cjs +1 -0
- package/dist/useIsMobile-CVMKHNZ4.js +11 -0
- package/dist/useMouseDownNavigation-BC4MjafL.js +35 -0
- package/dist/useMouseDownNavigation-CJhNSdDB.cjs +1 -0
- package/dist/useResizeHandle-BL0vTx8N.js +42 -0
- package/dist/useResizeHandle-CTxFjJ7o.cjs +1 -0
- package/dist/utilities/animation/components/AnimatedCircleLoading.d.ts +6 -0
- package/dist/utilities/animation/components/AnimatedCircleLoading.d.ts.map +1 -0
- package/dist/utilities/animation/components/AnimatedContainer.d.ts +6 -0
- package/dist/utilities/animation/components/AnimatedContainer.d.ts.map +1 -0
- package/dist/utilities/animation/components/AnimatedEaseIn.d.ts +9 -0
- package/dist/utilities/animation/components/AnimatedEaseIn.d.ts.map +1 -0
- package/dist/utilities/animation/components/AnimatedEaseInOut.d.ts +13 -0
- package/dist/utilities/animation/components/AnimatedEaseInOut.d.ts.map +1 -0
- package/dist/utilities/animation/components/AnimatedFadeOut.d.ts +12 -0
- package/dist/utilities/animation/components/AnimatedFadeOut.d.ts.map +1 -0
- package/dist/utilities/animation/components/AnimatedIconCrossfade.d.ts +11 -0
- package/dist/utilities/animation/components/AnimatedIconCrossfade.d.ts.map +1 -0
- package/dist/utilities/animation/components/AnimatedRotate.d.ts +10 -0
- package/dist/utilities/animation/components/AnimatedRotate.d.ts.map +1 -0
- package/dist/utilities/animation/components/AnimatedTextWord.d.ts +9 -0
- package/dist/utilities/animation/components/AnimatedTextWord.d.ts.map +1 -0
- package/dist/utilities/animation/components/AnimatedTranslation.d.ts +6 -0
- package/dist/utilities/animation/components/AnimatedTranslation.d.ts.map +1 -0
- package/dist/utilities/animation/index.d.ts +9 -0
- package/dist/utilities/animation/index.d.ts.map +1 -0
- package/dist/utilities/color/utils/getMainColorNameFromPaletteColorName.d.ts +4 -0
- package/dist/utilities/color/utils/getMainColorNameFromPaletteColorName.d.ts.map +1 -0
- package/dist/utilities/color/utils/parseThemeColor.d.ts +4 -0
- package/dist/utilities/color/utils/parseThemeColor.d.ts.map +1 -0
- package/dist/utilities/color/utils/stringToThemeColorP3String.d.ts +10 -0
- package/dist/utilities/color/utils/stringToThemeColorP3String.d.ts.map +1 -0
- package/dist/utilities/color/utils/themeColorSchema.d.ts +30 -0
- package/dist/utilities/color/utils/themeColorSchema.d.ts.map +1 -0
- package/dist/utilities/config.d.ts +2 -0
- package/dist/utilities/config.d.ts.map +1 -0
- package/dist/utilities/device/getOsControlSymbol.d.ts +2 -0
- package/dist/utilities/device/getOsControlSymbol.d.ts.map +1 -0
- package/dist/utilities/device/getOsShortcutSeparator.d.ts +2 -0
- package/dist/utilities/device/getOsShortcutSeparator.d.ts.map +1 -0
- package/dist/utilities/device/getUserDevice.d.ts +2 -0
- package/dist/utilities/device/getUserDevice.d.ts.map +1 -0
- package/dist/utilities/dimensions/components/AutogrowWrapper.d.ts +10 -0
- package/dist/utilities/dimensions/components/AutogrowWrapper.d.ts.map +1 -0
- package/dist/utilities/index.d.ts +31 -0
- package/dist/utilities/index.d.ts.map +1 -0
- package/dist/utilities/navigation/hooks/useMouseDownNavigation.d.ts +17 -0
- package/dist/utilities/navigation/hooks/useMouseDownNavigation.d.ts.map +1 -0
- package/dist/utilities/navigation/hooks/useResetLocationHash.d.ts +4 -0
- package/dist/utilities/navigation/hooks/useResetLocationHash.d.ts.map +1 -0
- package/dist/utilities/navigation/isNavigationModifierPressed.d.ts +4 -0
- package/dist/utilities/navigation/isNavigationModifierPressed.d.ts.map +1 -0
- package/dist/utilities/navigation/types/trigger-event.type.d.ts +2 -0
- package/dist/utilities/navigation/types/trigger-event.type.d.ts.map +1 -0
- package/dist/utilities/responsive/hooks/useIsMobile.d.ts +2 -0
- package/dist/utilities/responsive/hooks/useIsMobile.d.ts.map +1 -0
- package/dist/utilities/screen-size/hooks/useScreenSize.d.ts +5 -0
- package/dist/utilities/screen-size/hooks/useScreenSize.d.ts.map +1 -0
- package/dist/utilities/state/utils/createState.d.ts +7 -0
- package/dist/utilities/state/utils/createState.d.ts.map +1 -0
- package/dist/utilities/types/ClickOutsideAttributes.d.ts +5 -0
- package/dist/utilities/types/ClickOutsideAttributes.d.ts.map +1 -0
- package/dist/utilities/types/Nullable.d.ts +2 -0
- package/dist/utilities/types/Nullable.d.ts.map +1 -0
- package/dist/utilities/utils/getDisplayValueByUrlType.d.ts +9 -0
- package/dist/utilities/utils/getDisplayValueByUrlType.d.ts.map +1 -0
- package/dist/utilities/utils/linkifyText.d.ts +6 -0
- package/dist/utilities/utils/linkifyText.d.ts.map +1 -0
- package/dist/utilities.cjs +1 -0
- package/dist/utilities.mjs +317 -0
- package/dist/utils-BsFkjDy5.js +5738 -0
- package/dist/utils-DOUsOuwI.cjs +25 -0
- package/package.json +233 -0
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";const ir=require("react"),ur=R=>R&&R.__esModule?R:{default:R},Oe=ur(ir);var M={exports:{}},j={};var me;function sr(){if(me)return j;me=1;var R=Oe.default,S=Symbol.for("react.element"),V=Symbol.for("react.fragment"),y=Object.prototype.hasOwnProperty,D=R.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,F={key:!0,ref:!0,__self:!0,__source:!0};function w(g,l,T){var d,_={},b=null,A=null;T!==void 0&&(b=""+T),l.key!==void 0&&(b=""+l.key),l.ref!==void 0&&(A=l.ref);for(d in l)y.call(l,d)&&!F.hasOwnProperty(d)&&(_[d]=l[d]);if(g&&g.defaultProps)for(d in l=g.defaultProps,l)_[d]===void 0&&(_[d]=l[d]);return{$$typeof:S,type:g,key:b,ref:A,props:_,_owner:D.current}}return j.Fragment=V,j.jsx=w,j.jsxs=w,j}var k={};var ye;function fr(){return ye||(ye=1,process.env.NODE_ENV!=="production"&&(function(){var R=Oe.default,S=Symbol.for("react.element"),V=Symbol.for("react.portal"),y=Symbol.for("react.fragment"),D=Symbol.for("react.strict_mode"),F=Symbol.for("react.profiler"),w=Symbol.for("react.provider"),g=Symbol.for("react.context"),l=Symbol.for("react.forward_ref"),T=Symbol.for("react.suspense"),d=Symbol.for("react.suspense_list"),_=Symbol.for("react.memo"),b=Symbol.for("react.lazy"),A=Symbol.for("react.offscreen"),K=Symbol.iterator,Pe="@@iterator";function Ce(e){if(e===null||typeof e!="object")return null;var r=K&&e[K]||e[Pe];return typeof r=="function"?r:null}var O=R.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;function v(e){{for(var r=arguments.length,t=new Array(r>1?r-1:0),n=1;n<r;n++)t[n-1]=arguments[n];Se("error",e,t)}}function Se(e,r,t){{var n=O.ReactDebugCurrentFrame,i=n.getStackAddendum();i!==""&&(r+="%s",t=t.concat([i]));var u=t.map(function(o){return String(o)});u.unshift("Warning: "+r),Function.prototype.apply.call(console[e],console,u)}}var we=!1,xe=!1,je=!1,ke=!1,De=!1,H;H=Symbol.for("react.module.reference");function Fe(e){return!!(typeof e=="string"||typeof e=="function"||e===y||e===F||De||e===D||e===T||e===d||ke||e===A||we||xe||je||typeof e=="object"&&e!==null&&(e.$$typeof===b||e.$$typeof===_||e.$$typeof===w||e.$$typeof===g||e.$$typeof===l||e.$$typeof===H||e.getModuleId!==void 0))}function Ae(e,r,t){var n=e.displayName;if(n)return n;var i=r.displayName||r.name||"";return i!==""?t+"("+i+")":t}function X(e){return e.displayName||"Context"}function h(e){if(e==null)return null;if(typeof e.tag=="number"&&v("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),typeof e=="function")return e.displayName||e.name||null;if(typeof e=="string")return e;switch(e){case y:return"Fragment";case V:return"Portal";case F:return"Profiler";case D:return"StrictMode";case T:return"Suspense";case d:return"SuspenseList"}if(typeof e=="object")switch(e.$$typeof){case g:var r=e;return X(r)+".Consumer";case w:var t=e;return X(t._context)+".Provider";case l:return Ae(e,e.render,"ForwardRef");case _:var n=e.displayName||null;return n!==null?n:h(e.type)||"Memo";case b:{var i=e,u=i._payload,o=i._init;try{return h(o(u))}catch{return null}}}return null}var m=Object.assign,x=0,Z,Q,ee,re,te,ne,ae;function oe(){}oe.__reactDisabledLog=!0;function Ie(){{if(x===0){Z=console.log,Q=console.info,ee=console.warn,re=console.error,te=console.group,ne=console.groupCollapsed,ae=console.groupEnd;var e={configurable:!0,enumerable:!0,value:oe,writable:!0};Object.defineProperties(console,{info:e,log:e,warn:e,error:e,group:e,groupCollapsed:e,groupEnd:e})}x++}}function Ye(){{if(x--,x===0){var e={configurable:!0,enumerable:!0,writable:!0};Object.defineProperties(console,{log:m({},e,{value:Z}),info:m({},e,{value:Q}),warn:m({},e,{value:ee}),error:m({},e,{value:re}),group:m({},e,{value:te}),groupCollapsed:m({},e,{value:ne}),groupEnd:m({},e,{value:ae})})}x<0&&v("disabledDepth fell below zero. This is a bug in React. Please file an issue.")}}var N=O.ReactCurrentDispatcher,U;function I(e,r,t){{if(U===void 0)try{throw Error()}catch(i){var n=i.stack.trim().match(/\n( *(at )?)/);U=n&&n[1]||""}return`
|
|
2
|
+
`+U+e}}var q=!1,Y;{var $e=typeof WeakMap=="function"?WeakMap:Map;Y=new $e}function ie(e,r){if(!e||q)return"";{var t=Y.get(e);if(t!==void 0)return t}var n;q=!0;var i=Error.prepareStackTrace;Error.prepareStackTrace=void 0;var u;u=N.current,N.current=null,Ie();try{if(r){var o=function(){throw Error()};if(Object.defineProperty(o.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(o,[])}catch(E){n=E}Reflect.construct(e,[],o)}else{try{o.call()}catch(E){n=E}e.call(o.prototype)}}else{try{throw Error()}catch(E){n=E}e()}}catch(E){if(E&&n&&typeof E.stack=="string"){for(var a=E.stack.split(`
|
|
3
|
+
`),c=n.stack.split(`
|
|
4
|
+
`),s=a.length-1,f=c.length-1;s>=1&&f>=0&&a[s]!==c[f];)f--;for(;s>=1&&f>=0;s--,f--)if(a[s]!==c[f]){if(s!==1||f!==1)do if(s--,f--,f<0||a[s]!==c[f]){var p=`
|
|
5
|
+
`+a[s].replace(" at new "," at ");return e.displayName&&p.includes("<anonymous>")&&(p=p.replace("<anonymous>",e.displayName)),typeof e=="function"&&Y.set(e,p),p}while(s>=1&&f>=0);break}}}finally{q=!1,N.current=u,Ye(),Error.prepareStackTrace=i}var C=e?e.displayName||e.name:"",he=C?I(C):"";return typeof e=="function"&&Y.set(e,he),he}function We(e,r,t){return ie(e,!1)}function Le(e){var r=e.prototype;return!!(r&&r.isReactComponent)}function $(e,r,t){if(e==null)return"";if(typeof e=="function")return ie(e,Le(e));if(typeof e=="string")return I(e);switch(e){case T:return I("Suspense");case d:return I("SuspenseList")}if(typeof e=="object")switch(e.$$typeof){case l:return We(e.render);case _:return $(e.type,r,t);case b:{var n=e,i=n._payload,u=n._init;try{return $(u(i),r,t)}catch{}}}return""}var W=Object.prototype.hasOwnProperty,ue={},se=O.ReactDebugCurrentFrame;function L(e){if(e){var r=e._owner,t=$(e.type,e._source,r?r.type:null);se.setExtraStackFrame(t)}else se.setExtraStackFrame(null)}function Me(e,r,t,n,i){{var u=Function.call.bind(W);for(var o in e)if(u(e,o)){var a=void 0;try{if(typeof e[o]!="function"){var c=Error((n||"React class")+": "+t+" type `"+o+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof e[o]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw c.name="Invariant Violation",c}a=e[o](r,o,n,t,null,"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED")}catch(s){a=s}a&&!(a instanceof Error)&&(L(i),v("%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,o,typeof a),L(null)),a instanceof Error&&!(a.message in ue)&&(ue[a.message]=!0,L(i),v("Failed %s type: %s",t,a.message),L(null))}}}var Ve=Array.isArray;function B(e){return Ve(e)}function Ne(e){{var r=typeof Symbol=="function"&&Symbol.toStringTag,t=r&&e[Symbol.toStringTag]||e.constructor.name||"Object";return t}}function Ue(e){try{return fe(e),!1}catch{return!0}}function fe(e){return""+e}function le(e){if(Ue(e))return v("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.",Ne(e)),fe(e)}var ce=O.ReactCurrentOwner,qe={key:!0,ref:!0,__self:!0,__source:!0},ve,de;function Be(e){if(W.call(e,"ref")){var r=Object.getOwnPropertyDescriptor(e,"ref").get;if(r&&r.isReactWarning)return!1}return e.ref!==void 0}function Je(e){if(W.call(e,"key")){var r=Object.getOwnPropertyDescriptor(e,"key").get;if(r&&r.isReactWarning)return!1}return e.key!==void 0}function Ge(e,r){typeof e.ref=="string"&&ce.current}function ze(e,r){{var t=function(){ve||(ve=!0,v("%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))};t.isReactWarning=!0,Object.defineProperty(e,"key",{get:t,configurable:!0})}}function Ke(e,r){{var t=function(){de||(de=!0,v("%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))};t.isReactWarning=!0,Object.defineProperty(e,"ref",{get:t,configurable:!0})}}var He=function(e,r,t,n,i,u,o){var a={$$typeof:S,type:e,key:r,ref:t,props:o,_owner:u};return a._store={},Object.defineProperty(a._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:!1}),Object.defineProperty(a,"_self",{configurable:!1,enumerable:!1,writable:!1,value:n}),Object.defineProperty(a,"_source",{configurable:!1,enumerable:!1,writable:!1,value:i}),Object.freeze&&(Object.freeze(a.props),Object.freeze(a)),a};function Xe(e,r,t,n,i){{var u,o={},a=null,c=null;t!==void 0&&(le(t),a=""+t),Je(r)&&(le(r.key),a=""+r.key),Be(r)&&(c=r.ref,Ge(r,i));for(u in r)W.call(r,u)&&!qe.hasOwnProperty(u)&&(o[u]=r[u]);if(e&&e.defaultProps){var s=e.defaultProps;for(u in s)o[u]===void 0&&(o[u]=s[u])}if(a||c){var f=typeof e=="function"?e.displayName||e.name||"Unknown":e;a&&ze(o,f),c&&Ke(o,f)}return He(e,a,c,i,n,ce.current,o)}}var J=O.ReactCurrentOwner,pe=O.ReactDebugCurrentFrame;function P(e){if(e){var r=e._owner,t=$(e.type,e._source,r?r.type:null);pe.setExtraStackFrame(t)}else pe.setExtraStackFrame(null)}var G;G=!1;function z(e){return typeof e=="object"&&e!==null&&e.$$typeof===S}function _e(){{if(J.current){var e=h(J.current.type);if(e)return`
|
|
6
|
+
|
|
7
|
+
Check the render method of \``+e+"`."}return""}}function Ze(e){return""}var Ee={};function Qe(e){{var r=_e();if(!r){var t=typeof e=="string"?e:e.displayName||e.name;t&&(r=`
|
|
8
|
+
|
|
9
|
+
Check the top-level render call using <`+t+">.")}return r}}function Re(e,r){{if(!e._store||e._store.validated||e.key!=null)return;e._store.validated=!0;var t=Qe(r);if(Ee[t])return;Ee[t]=!0;var n="";e&&e._owner&&e._owner!==J.current&&(n=" It was passed a child from "+h(e._owner.type)+"."),P(e),v('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),P(null)}}function ge(e,r){{if(typeof e!="object")return;if(B(e))for(var t=0;t<e.length;t++){var n=e[t];z(n)&&Re(n,r)}else if(z(e))e._store&&(e._store.validated=!0);else if(e){var i=Ce(e);if(typeof i=="function"&&i!==e.entries)for(var u=i.call(e),o;!(o=u.next()).done;)z(o.value)&&Re(o.value,r)}}}function er(e){{var r=e.type;if(r==null||typeof r=="string")return;var t;if(typeof r=="function")t=r.propTypes;else if(typeof r=="object"&&(r.$$typeof===l||r.$$typeof===_))t=r.propTypes;else return;if(t){var n=h(r);Me(t,e.props,"prop",n,e)}else if(r.PropTypes!==void 0&&!G){G=!0;var i=h(r);v("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?",i||"Unknown")}typeof r.getDefaultProps=="function"&&!r.getDefaultProps.isReactClassApproved&&v("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.")}}function rr(e){{for(var r=Object.keys(e.props),t=0;t<r.length;t++){var n=r[t];if(n!=="children"&&n!=="key"){P(e),v("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.",n),P(null);break}}e.ref!==null&&(P(e),v("Invalid attribute `ref` supplied to `React.Fragment`."),P(null))}}function be(e,r,t,n,i,u){{var o=Fe(e);if(!o){var a="";(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.");var c=Ze();c?a+=c:a+=_e();var s;e===null?s="null":B(e)?s="array":e!==void 0&&e.$$typeof===S?(s="<"+(h(e.type)||"Unknown")+" />",a=" Did you accidentally export a JSX literal instead of a component?"):s=typeof e,v("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)}var f=Xe(e,r,t,i,u);if(f==null)return f;if(o){var p=r.children;if(p!==void 0)if(n)if(B(p)){for(var C=0;C<p.length;C++)ge(p[C],e);Object.freeze&&Object.freeze(p)}else v("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else ge(p,e)}return e===y?rr(f):er(f),f}}function tr(e,r,t){return be(e,r,t,!0)}function nr(e,r,t){return be(e,r,t,!1)}var ar=nr,or=tr;k.Fragment=y,k.jsx=ar,k.jsxs=or})()),k}var Te;function lr(){return Te||(Te=1,process.env.NODE_ENV==="production"?M.exports=sr():M.exports=fr()),M.exports}var cr=lr();exports.jsxRuntimeExports=cr;
|
|
@@ -0,0 +1,600 @@
|
|
|
1
|
+
import Oe from "react";
|
|
2
|
+
var L = { exports: {} }, x = {};
|
|
3
|
+
var me;
|
|
4
|
+
function ir() {
|
|
5
|
+
if (me) return x;
|
|
6
|
+
me = 1;
|
|
7
|
+
var V = Oe, C = /* @__PURE__ */ Symbol.for("react.element"), M = /* @__PURE__ */ Symbol.for("react.fragment"), m = Object.prototype.hasOwnProperty, k = V.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, D = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
8
|
+
function S(R, l, y) {
|
|
9
|
+
var d, E = {}, g = null, F = null;
|
|
10
|
+
y !== void 0 && (g = "" + y), l.key !== void 0 && (g = "" + l.key), l.ref !== void 0 && (F = l.ref);
|
|
11
|
+
for (d in l) m.call(l, d) && !D.hasOwnProperty(d) && (E[d] = l[d]);
|
|
12
|
+
if (R && R.defaultProps) for (d in l = R.defaultProps, l) E[d] === void 0 && (E[d] = l[d]);
|
|
13
|
+
return { $$typeof: C, type: R, key: g, ref: F, props: E, _owner: k.current };
|
|
14
|
+
}
|
|
15
|
+
return x.Fragment = M, x.jsx = S, x.jsxs = S, x;
|
|
16
|
+
}
|
|
17
|
+
var j = {};
|
|
18
|
+
var ye;
|
|
19
|
+
function ur() {
|
|
20
|
+
return ye || (ye = 1, process.env.NODE_ENV !== "production" && (function() {
|
|
21
|
+
var V = Oe, C = /* @__PURE__ */ Symbol.for("react.element"), M = /* @__PURE__ */ Symbol.for("react.portal"), m = /* @__PURE__ */ Symbol.for("react.fragment"), k = /* @__PURE__ */ Symbol.for("react.strict_mode"), D = /* @__PURE__ */ Symbol.for("react.profiler"), S = /* @__PURE__ */ Symbol.for("react.provider"), R = /* @__PURE__ */ Symbol.for("react.context"), l = /* @__PURE__ */ Symbol.for("react.forward_ref"), y = /* @__PURE__ */ Symbol.for("react.suspense"), d = /* @__PURE__ */ Symbol.for("react.suspense_list"), E = /* @__PURE__ */ Symbol.for("react.memo"), g = /* @__PURE__ */ Symbol.for("react.lazy"), F = /* @__PURE__ */ Symbol.for("react.offscreen"), K = Symbol.iterator, Pe = "@@iterator";
|
|
22
|
+
function Ce(e) {
|
|
23
|
+
if (e === null || typeof e != "object")
|
|
24
|
+
return null;
|
|
25
|
+
var r = K && e[K] || e[Pe];
|
|
26
|
+
return typeof r == "function" ? r : null;
|
|
27
|
+
}
|
|
28
|
+
var T = V.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
29
|
+
function v(e) {
|
|
30
|
+
{
|
|
31
|
+
for (var r = arguments.length, t = new Array(r > 1 ? r - 1 : 0), n = 1; n < r; n++)
|
|
32
|
+
t[n - 1] = arguments[n];
|
|
33
|
+
Se("error", e, t);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
function Se(e, r, t) {
|
|
37
|
+
{
|
|
38
|
+
var n = T.ReactDebugCurrentFrame, i = n.getStackAddendum();
|
|
39
|
+
i !== "" && (r += "%s", t = t.concat([i]));
|
|
40
|
+
var u = t.map(function(o) {
|
|
41
|
+
return String(o);
|
|
42
|
+
});
|
|
43
|
+
u.unshift("Warning: " + r), Function.prototype.apply.call(console[e], console, u);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
var we = !1, xe = !1, je = !1, ke = !1, De = !1, H;
|
|
47
|
+
H = /* @__PURE__ */ Symbol.for("react.module.reference");
|
|
48
|
+
function Fe(e) {
|
|
49
|
+
return !!(typeof e == "string" || typeof e == "function" || e === m || e === D || De || e === k || e === y || e === d || ke || e === F || we || xe || je || typeof e == "object" && e !== null && (e.$$typeof === g || e.$$typeof === E || e.$$typeof === S || e.$$typeof === R || e.$$typeof === l || // This needs to include all possible module reference object
|
|
50
|
+
// types supported by any Flight configuration anywhere since
|
|
51
|
+
// we don't know which Flight build this will end up being used
|
|
52
|
+
// with.
|
|
53
|
+
e.$$typeof === H || e.getModuleId !== void 0));
|
|
54
|
+
}
|
|
55
|
+
function Ae(e, r, t) {
|
|
56
|
+
var n = e.displayName;
|
|
57
|
+
if (n)
|
|
58
|
+
return n;
|
|
59
|
+
var i = r.displayName || r.name || "";
|
|
60
|
+
return i !== "" ? t + "(" + i + ")" : t;
|
|
61
|
+
}
|
|
62
|
+
function X(e) {
|
|
63
|
+
return e.displayName || "Context";
|
|
64
|
+
}
|
|
65
|
+
function b(e) {
|
|
66
|
+
if (e == null)
|
|
67
|
+
return null;
|
|
68
|
+
if (typeof e.tag == "number" && v("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof e == "function")
|
|
69
|
+
return e.displayName || e.name || null;
|
|
70
|
+
if (typeof e == "string")
|
|
71
|
+
return e;
|
|
72
|
+
switch (e) {
|
|
73
|
+
case m:
|
|
74
|
+
return "Fragment";
|
|
75
|
+
case M:
|
|
76
|
+
return "Portal";
|
|
77
|
+
case D:
|
|
78
|
+
return "Profiler";
|
|
79
|
+
case k:
|
|
80
|
+
return "StrictMode";
|
|
81
|
+
case y:
|
|
82
|
+
return "Suspense";
|
|
83
|
+
case d:
|
|
84
|
+
return "SuspenseList";
|
|
85
|
+
}
|
|
86
|
+
if (typeof e == "object")
|
|
87
|
+
switch (e.$$typeof) {
|
|
88
|
+
case R:
|
|
89
|
+
var r = e;
|
|
90
|
+
return X(r) + ".Consumer";
|
|
91
|
+
case S:
|
|
92
|
+
var t = e;
|
|
93
|
+
return X(t._context) + ".Provider";
|
|
94
|
+
case l:
|
|
95
|
+
return Ae(e, e.render, "ForwardRef");
|
|
96
|
+
case E:
|
|
97
|
+
var n = e.displayName || null;
|
|
98
|
+
return n !== null ? n : b(e.type) || "Memo";
|
|
99
|
+
case g: {
|
|
100
|
+
var i = e, u = i._payload, o = i._init;
|
|
101
|
+
try {
|
|
102
|
+
return b(o(u));
|
|
103
|
+
} catch {
|
|
104
|
+
return null;
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
return null;
|
|
109
|
+
}
|
|
110
|
+
var h = Object.assign, w = 0, Z, Q, ee, re, te, ne, ae;
|
|
111
|
+
function oe() {
|
|
112
|
+
}
|
|
113
|
+
oe.__reactDisabledLog = !0;
|
|
114
|
+
function Ie() {
|
|
115
|
+
{
|
|
116
|
+
if (w === 0) {
|
|
117
|
+
Z = console.log, Q = console.info, ee = console.warn, re = console.error, te = console.group, ne = console.groupCollapsed, ae = console.groupEnd;
|
|
118
|
+
var e = {
|
|
119
|
+
configurable: !0,
|
|
120
|
+
enumerable: !0,
|
|
121
|
+
value: oe,
|
|
122
|
+
writable: !0
|
|
123
|
+
};
|
|
124
|
+
Object.defineProperties(console, {
|
|
125
|
+
info: e,
|
|
126
|
+
log: e,
|
|
127
|
+
warn: e,
|
|
128
|
+
error: e,
|
|
129
|
+
group: e,
|
|
130
|
+
groupCollapsed: e,
|
|
131
|
+
groupEnd: e
|
|
132
|
+
});
|
|
133
|
+
}
|
|
134
|
+
w++;
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
function Ye() {
|
|
138
|
+
{
|
|
139
|
+
if (w--, w === 0) {
|
|
140
|
+
var e = {
|
|
141
|
+
configurable: !0,
|
|
142
|
+
enumerable: !0,
|
|
143
|
+
writable: !0
|
|
144
|
+
};
|
|
145
|
+
Object.defineProperties(console, {
|
|
146
|
+
log: h({}, e, {
|
|
147
|
+
value: Z
|
|
148
|
+
}),
|
|
149
|
+
info: h({}, e, {
|
|
150
|
+
value: Q
|
|
151
|
+
}),
|
|
152
|
+
warn: h({}, e, {
|
|
153
|
+
value: ee
|
|
154
|
+
}),
|
|
155
|
+
error: h({}, e, {
|
|
156
|
+
value: re
|
|
157
|
+
}),
|
|
158
|
+
group: h({}, e, {
|
|
159
|
+
value: te
|
|
160
|
+
}),
|
|
161
|
+
groupCollapsed: h({}, e, {
|
|
162
|
+
value: ne
|
|
163
|
+
}),
|
|
164
|
+
groupEnd: h({}, e, {
|
|
165
|
+
value: ae
|
|
166
|
+
})
|
|
167
|
+
});
|
|
168
|
+
}
|
|
169
|
+
w < 0 && v("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
var N = T.ReactCurrentDispatcher, U;
|
|
173
|
+
function A(e, r, t) {
|
|
174
|
+
{
|
|
175
|
+
if (U === void 0)
|
|
176
|
+
try {
|
|
177
|
+
throw Error();
|
|
178
|
+
} catch (i) {
|
|
179
|
+
var n = i.stack.trim().match(/\n( *(at )?)/);
|
|
180
|
+
U = n && n[1] || "";
|
|
181
|
+
}
|
|
182
|
+
return `
|
|
183
|
+
` + U + e;
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
var q = !1, I;
|
|
187
|
+
{
|
|
188
|
+
var $e = typeof WeakMap == "function" ? WeakMap : Map;
|
|
189
|
+
I = new $e();
|
|
190
|
+
}
|
|
191
|
+
function ie(e, r) {
|
|
192
|
+
if (!e || q)
|
|
193
|
+
return "";
|
|
194
|
+
{
|
|
195
|
+
var t = I.get(e);
|
|
196
|
+
if (t !== void 0)
|
|
197
|
+
return t;
|
|
198
|
+
}
|
|
199
|
+
var n;
|
|
200
|
+
q = !0;
|
|
201
|
+
var i = Error.prepareStackTrace;
|
|
202
|
+
Error.prepareStackTrace = void 0;
|
|
203
|
+
var u;
|
|
204
|
+
u = N.current, N.current = null, Ie();
|
|
205
|
+
try {
|
|
206
|
+
if (r) {
|
|
207
|
+
var o = function() {
|
|
208
|
+
throw Error();
|
|
209
|
+
};
|
|
210
|
+
if (Object.defineProperty(o.prototype, "props", {
|
|
211
|
+
set: function() {
|
|
212
|
+
throw Error();
|
|
213
|
+
}
|
|
214
|
+
}), typeof Reflect == "object" && Reflect.construct) {
|
|
215
|
+
try {
|
|
216
|
+
Reflect.construct(o, []);
|
|
217
|
+
} catch (_) {
|
|
218
|
+
n = _;
|
|
219
|
+
}
|
|
220
|
+
Reflect.construct(e, [], o);
|
|
221
|
+
} else {
|
|
222
|
+
try {
|
|
223
|
+
o.call();
|
|
224
|
+
} catch (_) {
|
|
225
|
+
n = _;
|
|
226
|
+
}
|
|
227
|
+
e.call(o.prototype);
|
|
228
|
+
}
|
|
229
|
+
} else {
|
|
230
|
+
try {
|
|
231
|
+
throw Error();
|
|
232
|
+
} catch (_) {
|
|
233
|
+
n = _;
|
|
234
|
+
}
|
|
235
|
+
e();
|
|
236
|
+
}
|
|
237
|
+
} catch (_) {
|
|
238
|
+
if (_ && n && typeof _.stack == "string") {
|
|
239
|
+
for (var a = _.stack.split(`
|
|
240
|
+
`), c = n.stack.split(`
|
|
241
|
+
`), s = a.length - 1, f = c.length - 1; s >= 1 && f >= 0 && a[s] !== c[f]; )
|
|
242
|
+
f--;
|
|
243
|
+
for (; s >= 1 && f >= 0; s--, f--)
|
|
244
|
+
if (a[s] !== c[f]) {
|
|
245
|
+
if (s !== 1 || f !== 1)
|
|
246
|
+
do
|
|
247
|
+
if (s--, f--, f < 0 || a[s] !== c[f]) {
|
|
248
|
+
var p = `
|
|
249
|
+
` + a[s].replace(" at new ", " at ");
|
|
250
|
+
return e.displayName && p.includes("<anonymous>") && (p = p.replace("<anonymous>", e.displayName)), typeof e == "function" && I.set(e, p), p;
|
|
251
|
+
}
|
|
252
|
+
while (s >= 1 && f >= 0);
|
|
253
|
+
break;
|
|
254
|
+
}
|
|
255
|
+
}
|
|
256
|
+
} finally {
|
|
257
|
+
q = !1, N.current = u, Ye(), Error.prepareStackTrace = i;
|
|
258
|
+
}
|
|
259
|
+
var P = e ? e.displayName || e.name : "", he = P ? A(P) : "";
|
|
260
|
+
return typeof e == "function" && I.set(e, he), he;
|
|
261
|
+
}
|
|
262
|
+
function We(e, r, t) {
|
|
263
|
+
return ie(e, !1);
|
|
264
|
+
}
|
|
265
|
+
function Le(e) {
|
|
266
|
+
var r = e.prototype;
|
|
267
|
+
return !!(r && r.isReactComponent);
|
|
268
|
+
}
|
|
269
|
+
function Y(e, r, t) {
|
|
270
|
+
if (e == null)
|
|
271
|
+
return "";
|
|
272
|
+
if (typeof e == "function")
|
|
273
|
+
return ie(e, Le(e));
|
|
274
|
+
if (typeof e == "string")
|
|
275
|
+
return A(e);
|
|
276
|
+
switch (e) {
|
|
277
|
+
case y:
|
|
278
|
+
return A("Suspense");
|
|
279
|
+
case d:
|
|
280
|
+
return A("SuspenseList");
|
|
281
|
+
}
|
|
282
|
+
if (typeof e == "object")
|
|
283
|
+
switch (e.$$typeof) {
|
|
284
|
+
case l:
|
|
285
|
+
return We(e.render);
|
|
286
|
+
case E:
|
|
287
|
+
return Y(e.type, r, t);
|
|
288
|
+
case g: {
|
|
289
|
+
var n = e, i = n._payload, u = n._init;
|
|
290
|
+
try {
|
|
291
|
+
return Y(u(i), r, t);
|
|
292
|
+
} catch {
|
|
293
|
+
}
|
|
294
|
+
}
|
|
295
|
+
}
|
|
296
|
+
return "";
|
|
297
|
+
}
|
|
298
|
+
var $ = Object.prototype.hasOwnProperty, ue = {}, se = T.ReactDebugCurrentFrame;
|
|
299
|
+
function W(e) {
|
|
300
|
+
if (e) {
|
|
301
|
+
var r = e._owner, t = Y(e.type, e._source, r ? r.type : null);
|
|
302
|
+
se.setExtraStackFrame(t);
|
|
303
|
+
} else
|
|
304
|
+
se.setExtraStackFrame(null);
|
|
305
|
+
}
|
|
306
|
+
function Ve(e, r, t, n, i) {
|
|
307
|
+
{
|
|
308
|
+
var u = Function.call.bind($);
|
|
309
|
+
for (var o in e)
|
|
310
|
+
if (u(e, o)) {
|
|
311
|
+
var a = void 0;
|
|
312
|
+
try {
|
|
313
|
+
if (typeof e[o] != "function") {
|
|
314
|
+
var c = Error((n || "React class") + ": " + t + " type `" + o + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof e[o] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
|
|
315
|
+
throw c.name = "Invariant Violation", c;
|
|
316
|
+
}
|
|
317
|
+
a = e[o](r, o, n, t, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
318
|
+
} catch (s) {
|
|
319
|
+
a = s;
|
|
320
|
+
}
|
|
321
|
+
a && !(a instanceof Error) && (W(i), v("%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, o, typeof a), W(null)), a instanceof Error && !(a.message in ue) && (ue[a.message] = !0, W(i), v("Failed %s type: %s", t, a.message), W(null));
|
|
322
|
+
}
|
|
323
|
+
}
|
|
324
|
+
}
|
|
325
|
+
var Me = Array.isArray;
|
|
326
|
+
function B(e) {
|
|
327
|
+
return Me(e);
|
|
328
|
+
}
|
|
329
|
+
function Ne(e) {
|
|
330
|
+
{
|
|
331
|
+
var r = typeof Symbol == "function" && Symbol.toStringTag, t = r && e[Symbol.toStringTag] || e.constructor.name || "Object";
|
|
332
|
+
return t;
|
|
333
|
+
}
|
|
334
|
+
}
|
|
335
|
+
function Ue(e) {
|
|
336
|
+
try {
|
|
337
|
+
return fe(e), !1;
|
|
338
|
+
} catch {
|
|
339
|
+
return !0;
|
|
340
|
+
}
|
|
341
|
+
}
|
|
342
|
+
function fe(e) {
|
|
343
|
+
return "" + e;
|
|
344
|
+
}
|
|
345
|
+
function le(e) {
|
|
346
|
+
if (Ue(e))
|
|
347
|
+
return v("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", Ne(e)), fe(e);
|
|
348
|
+
}
|
|
349
|
+
var ce = T.ReactCurrentOwner, qe = {
|
|
350
|
+
key: !0,
|
|
351
|
+
ref: !0,
|
|
352
|
+
__self: !0,
|
|
353
|
+
__source: !0
|
|
354
|
+
}, ve, de;
|
|
355
|
+
function Be(e) {
|
|
356
|
+
if ($.call(e, "ref")) {
|
|
357
|
+
var r = Object.getOwnPropertyDescriptor(e, "ref").get;
|
|
358
|
+
if (r && r.isReactWarning)
|
|
359
|
+
return !1;
|
|
360
|
+
}
|
|
361
|
+
return e.ref !== void 0;
|
|
362
|
+
}
|
|
363
|
+
function Je(e) {
|
|
364
|
+
if ($.call(e, "key")) {
|
|
365
|
+
var r = Object.getOwnPropertyDescriptor(e, "key").get;
|
|
366
|
+
if (r && r.isReactWarning)
|
|
367
|
+
return !1;
|
|
368
|
+
}
|
|
369
|
+
return e.key !== void 0;
|
|
370
|
+
}
|
|
371
|
+
function Ge(e, r) {
|
|
372
|
+
typeof e.ref == "string" && ce.current;
|
|
373
|
+
}
|
|
374
|
+
function ze(e, r) {
|
|
375
|
+
{
|
|
376
|
+
var t = function() {
|
|
377
|
+
ve || (ve = !0, v("%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));
|
|
378
|
+
};
|
|
379
|
+
t.isReactWarning = !0, Object.defineProperty(e, "key", {
|
|
380
|
+
get: t,
|
|
381
|
+
configurable: !0
|
|
382
|
+
});
|
|
383
|
+
}
|
|
384
|
+
}
|
|
385
|
+
function Ke(e, r) {
|
|
386
|
+
{
|
|
387
|
+
var t = function() {
|
|
388
|
+
de || (de = !0, v("%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));
|
|
389
|
+
};
|
|
390
|
+
t.isReactWarning = !0, Object.defineProperty(e, "ref", {
|
|
391
|
+
get: t,
|
|
392
|
+
configurable: !0
|
|
393
|
+
});
|
|
394
|
+
}
|
|
395
|
+
}
|
|
396
|
+
var He = function(e, r, t, n, i, u, o) {
|
|
397
|
+
var a = {
|
|
398
|
+
// This tag allows us to uniquely identify this as a React Element
|
|
399
|
+
$$typeof: C,
|
|
400
|
+
// Built-in properties that belong on the element
|
|
401
|
+
type: e,
|
|
402
|
+
key: r,
|
|
403
|
+
ref: t,
|
|
404
|
+
props: o,
|
|
405
|
+
// Record the component responsible for creating this element.
|
|
406
|
+
_owner: u
|
|
407
|
+
};
|
|
408
|
+
return a._store = {}, Object.defineProperty(a._store, "validated", {
|
|
409
|
+
configurable: !1,
|
|
410
|
+
enumerable: !1,
|
|
411
|
+
writable: !0,
|
|
412
|
+
value: !1
|
|
413
|
+
}), Object.defineProperty(a, "_self", {
|
|
414
|
+
configurable: !1,
|
|
415
|
+
enumerable: !1,
|
|
416
|
+
writable: !1,
|
|
417
|
+
value: n
|
|
418
|
+
}), Object.defineProperty(a, "_source", {
|
|
419
|
+
configurable: !1,
|
|
420
|
+
enumerable: !1,
|
|
421
|
+
writable: !1,
|
|
422
|
+
value: i
|
|
423
|
+
}), Object.freeze && (Object.freeze(a.props), Object.freeze(a)), a;
|
|
424
|
+
};
|
|
425
|
+
function Xe(e, r, t, n, i) {
|
|
426
|
+
{
|
|
427
|
+
var u, o = {}, a = null, c = null;
|
|
428
|
+
t !== void 0 && (le(t), a = "" + t), Je(r) && (le(r.key), a = "" + r.key), Be(r) && (c = r.ref, Ge(r, i));
|
|
429
|
+
for (u in r)
|
|
430
|
+
$.call(r, u) && !qe.hasOwnProperty(u) && (o[u] = r[u]);
|
|
431
|
+
if (e && e.defaultProps) {
|
|
432
|
+
var s = e.defaultProps;
|
|
433
|
+
for (u in s)
|
|
434
|
+
o[u] === void 0 && (o[u] = s[u]);
|
|
435
|
+
}
|
|
436
|
+
if (a || c) {
|
|
437
|
+
var f = typeof e == "function" ? e.displayName || e.name || "Unknown" : e;
|
|
438
|
+
a && ze(o, f), c && Ke(o, f);
|
|
439
|
+
}
|
|
440
|
+
return He(e, a, c, i, n, ce.current, o);
|
|
441
|
+
}
|
|
442
|
+
}
|
|
443
|
+
var J = T.ReactCurrentOwner, pe = T.ReactDebugCurrentFrame;
|
|
444
|
+
function O(e) {
|
|
445
|
+
if (e) {
|
|
446
|
+
var r = e._owner, t = Y(e.type, e._source, r ? r.type : null);
|
|
447
|
+
pe.setExtraStackFrame(t);
|
|
448
|
+
} else
|
|
449
|
+
pe.setExtraStackFrame(null);
|
|
450
|
+
}
|
|
451
|
+
var G;
|
|
452
|
+
G = !1;
|
|
453
|
+
function z(e) {
|
|
454
|
+
return typeof e == "object" && e !== null && e.$$typeof === C;
|
|
455
|
+
}
|
|
456
|
+
function Ee() {
|
|
457
|
+
{
|
|
458
|
+
if (J.current) {
|
|
459
|
+
var e = b(J.current.type);
|
|
460
|
+
if (e)
|
|
461
|
+
return `
|
|
462
|
+
|
|
463
|
+
Check the render method of \`` + e + "`.";
|
|
464
|
+
}
|
|
465
|
+
return "";
|
|
466
|
+
}
|
|
467
|
+
}
|
|
468
|
+
function Ze(e) {
|
|
469
|
+
return "";
|
|
470
|
+
}
|
|
471
|
+
var _e = {};
|
|
472
|
+
function Qe(e) {
|
|
473
|
+
{
|
|
474
|
+
var r = Ee();
|
|
475
|
+
if (!r) {
|
|
476
|
+
var t = typeof e == "string" ? e : e.displayName || e.name;
|
|
477
|
+
t && (r = `
|
|
478
|
+
|
|
479
|
+
Check the top-level render call using <` + t + ">.");
|
|
480
|
+
}
|
|
481
|
+
return r;
|
|
482
|
+
}
|
|
483
|
+
}
|
|
484
|
+
function Re(e, r) {
|
|
485
|
+
{
|
|
486
|
+
if (!e._store || e._store.validated || e.key != null)
|
|
487
|
+
return;
|
|
488
|
+
e._store.validated = !0;
|
|
489
|
+
var t = Qe(r);
|
|
490
|
+
if (_e[t])
|
|
491
|
+
return;
|
|
492
|
+
_e[t] = !0;
|
|
493
|
+
var n = "";
|
|
494
|
+
e && e._owner && e._owner !== J.current && (n = " It was passed a child from " + b(e._owner.type) + "."), O(e), v('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), O(null);
|
|
495
|
+
}
|
|
496
|
+
}
|
|
497
|
+
function ge(e, r) {
|
|
498
|
+
{
|
|
499
|
+
if (typeof e != "object")
|
|
500
|
+
return;
|
|
501
|
+
if (B(e))
|
|
502
|
+
for (var t = 0; t < e.length; t++) {
|
|
503
|
+
var n = e[t];
|
|
504
|
+
z(n) && Re(n, r);
|
|
505
|
+
}
|
|
506
|
+
else if (z(e))
|
|
507
|
+
e._store && (e._store.validated = !0);
|
|
508
|
+
else if (e) {
|
|
509
|
+
var i = Ce(e);
|
|
510
|
+
if (typeof i == "function" && i !== e.entries)
|
|
511
|
+
for (var u = i.call(e), o; !(o = u.next()).done; )
|
|
512
|
+
z(o.value) && Re(o.value, r);
|
|
513
|
+
}
|
|
514
|
+
}
|
|
515
|
+
}
|
|
516
|
+
function er(e) {
|
|
517
|
+
{
|
|
518
|
+
var r = e.type;
|
|
519
|
+
if (r == null || typeof r == "string")
|
|
520
|
+
return;
|
|
521
|
+
var t;
|
|
522
|
+
if (typeof r == "function")
|
|
523
|
+
t = r.propTypes;
|
|
524
|
+
else if (typeof r == "object" && (r.$$typeof === l || // Note: Memo only checks outer props here.
|
|
525
|
+
// Inner props are checked in the reconciler.
|
|
526
|
+
r.$$typeof === E))
|
|
527
|
+
t = r.propTypes;
|
|
528
|
+
else
|
|
529
|
+
return;
|
|
530
|
+
if (t) {
|
|
531
|
+
var n = b(r);
|
|
532
|
+
Ve(t, e.props, "prop", n, e);
|
|
533
|
+
} else if (r.PropTypes !== void 0 && !G) {
|
|
534
|
+
G = !0;
|
|
535
|
+
var i = b(r);
|
|
536
|
+
v("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", i || "Unknown");
|
|
537
|
+
}
|
|
538
|
+
typeof r.getDefaultProps == "function" && !r.getDefaultProps.isReactClassApproved && v("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
539
|
+
}
|
|
540
|
+
}
|
|
541
|
+
function rr(e) {
|
|
542
|
+
{
|
|
543
|
+
for (var r = Object.keys(e.props), t = 0; t < r.length; t++) {
|
|
544
|
+
var n = r[t];
|
|
545
|
+
if (n !== "children" && n !== "key") {
|
|
546
|
+
O(e), v("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", n), O(null);
|
|
547
|
+
break;
|
|
548
|
+
}
|
|
549
|
+
}
|
|
550
|
+
e.ref !== null && (O(e), v("Invalid attribute `ref` supplied to `React.Fragment`."), O(null));
|
|
551
|
+
}
|
|
552
|
+
}
|
|
553
|
+
function be(e, r, t, n, i, u) {
|
|
554
|
+
{
|
|
555
|
+
var o = Fe(e);
|
|
556
|
+
if (!o) {
|
|
557
|
+
var a = "";
|
|
558
|
+
(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.");
|
|
559
|
+
var c = Ze();
|
|
560
|
+
c ? a += c : a += Ee();
|
|
561
|
+
var s;
|
|
562
|
+
e === null ? s = "null" : B(e) ? s = "array" : e !== void 0 && e.$$typeof === C ? (s = "<" + (b(e.type) || "Unknown") + " />", a = " Did you accidentally export a JSX literal instead of a component?") : s = typeof e, v("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);
|
|
563
|
+
}
|
|
564
|
+
var f = Xe(e, r, t, i, u);
|
|
565
|
+
if (f == null)
|
|
566
|
+
return f;
|
|
567
|
+
if (o) {
|
|
568
|
+
var p = r.children;
|
|
569
|
+
if (p !== void 0)
|
|
570
|
+
if (n)
|
|
571
|
+
if (B(p)) {
|
|
572
|
+
for (var P = 0; P < p.length; P++)
|
|
573
|
+
ge(p[P], e);
|
|
574
|
+
Object.freeze && Object.freeze(p);
|
|
575
|
+
} else
|
|
576
|
+
v("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
|
|
577
|
+
else
|
|
578
|
+
ge(p, e);
|
|
579
|
+
}
|
|
580
|
+
return e === m ? rr(f) : er(f), f;
|
|
581
|
+
}
|
|
582
|
+
}
|
|
583
|
+
function tr(e, r, t) {
|
|
584
|
+
return be(e, r, t, !0);
|
|
585
|
+
}
|
|
586
|
+
function nr(e, r, t) {
|
|
587
|
+
return be(e, r, t, !1);
|
|
588
|
+
}
|
|
589
|
+
var ar = nr, or = tr;
|
|
590
|
+
j.Fragment = m, j.jsx = ar, j.jsxs = or;
|
|
591
|
+
})()), j;
|
|
592
|
+
}
|
|
593
|
+
var Te;
|
|
594
|
+
function sr() {
|
|
595
|
+
return Te || (Te = 1, process.env.NODE_ENV === "production" ? L.exports = ir() : L.exports = ur()), L.exports;
|
|
596
|
+
}
|
|
597
|
+
var lr = sr();
|
|
598
|
+
export {
|
|
599
|
+
lr as j
|
|
600
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
import { AnimationMode } from '../types/AnimationMode';
|
|
3
|
+
import { AnimationDurations } from '../types/AnimationDurations';
|
|
4
|
+
import { AnimationDimension } from '../types/AnimationDimension';
|
|
5
|
+
|
|
6
|
+
type AnimatedExpandableContainerProps = {
|
|
7
|
+
children: ReactNode;
|
|
8
|
+
isExpanded: boolean;
|
|
9
|
+
dimension?: AnimationDimension;
|
|
10
|
+
animationDurations?: AnimationDurations;
|
|
11
|
+
mode?: AnimationMode;
|
|
12
|
+
containAnimation?: boolean;
|
|
13
|
+
initial?: boolean;
|
|
14
|
+
};
|
|
15
|
+
export declare const AnimatedExpandableContainer: ({ children, isExpanded, dimension, animationDurations, mode, containAnimation, initial, }: AnimatedExpandableContainerProps) => import("react/jsx-runtime").JSX.Element;
|
|
16
|
+
export {};
|
|
17
|
+
//# sourceMappingURL=AnimatedExpandableContainer.d.ts.map
|
package/dist/layout/animated-expandable-container/components/AnimatedExpandableContainer.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AnimatedExpandableContainer.d.ts","sourceRoot":"","sources":["../../../../src/layout/animated-expandable-container/components/AnimatedExpandableContainer.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,mEAAmE,CAAC;AAE5G,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,mEAAmE,CAAC;AAC5G,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,8DAA8D,CAAC;AAKlG,OAAO,EAAE,KAAK,SAAS,EAAgC,MAAM,OAAO,CAAC;AAGrE,KAAK,gCAAgC,GAAG;IACtC,QAAQ,EAAE,SAAS,CAAC;IACpB,UAAU,EAAE,OAAO,CAAC;IACpB,SAAS,CAAC,EAAE,kBAAkB,CAAC;IAC/B,kBAAkB,CAAC,EAAE,kBAAkB,CAAC;IACxC,IAAI,CAAC,EAAE,aAAa,CAAC;IACrB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF,eAAO,MAAM,2BAA2B,GAAI,2FAQzC,gCAAgC,4CA2DlC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AnimationDimension.d.ts","sourceRoot":"","sources":["../../../../src/layout/animated-expandable-container/types/AnimationDimension.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,kBAAkB,GAAG,OAAO,GAAG,QAAQ,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AnimationDurationObject.d.ts","sourceRoot":"","sources":["../../../../src/layout/animated-expandable-container/types/AnimationDurationObject.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,uBAAuB,GAAG;IACpC,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,MAAM,CAAC;CACd,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AnimationDurations.d.ts","sourceRoot":"","sources":["../../../../src/layout/animated-expandable-container/types/AnimationDurations.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,uBAAuB,EAAE,MAAM,wEAAwE,CAAC;AAEtH,MAAM,MAAM,kBAAkB,GAAG,uBAAuB,GAAG,SAAS,CAAC"}
|