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,6 @@
|
|
|
1
|
+
export { Loader } from './loader/components/Loader';
|
|
2
|
+
export { CircularProgressBar } from './progress-bar/components/CircularProgressBar';
|
|
3
|
+
export type { ProgressBarProps, StyledBarProps, } from './progress-bar/components/ProgressBar';
|
|
4
|
+
export { ProgressBar } from './progress-bar/components/ProgressBar';
|
|
5
|
+
export { useProgressAnimation } from './progress-bar/hooks/useProgressAnimation';
|
|
6
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/feedback/index.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,MAAM,EAAE,MAAM,4BAA4B,CAAC;AACpD,OAAO,EAAE,mBAAmB,EAAE,MAAM,+CAA+C,CAAC;AACpF,YAAY,EACV,gBAAgB,EAChB,cAAc,GACf,MAAM,uCAAuC,CAAC;AAC/C,OAAO,EAAE,WAAW,EAAE,MAAM,uCAAuC,CAAC;AACpE,OAAO,EAAE,oBAAoB,EAAE,MAAM,2CAA2C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Loader.d.ts","sourceRoot":"","sources":["../../../../src/feedback/loader/components/Loader.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,WAAW,CAAC;AAoC5C,KAAK,WAAW,GAAG;IACjB,KAAK,CAAC,EAAE,UAAU,CAAC;CACpB,CAAC;AAEF,eAAO,MAAM,MAAM,GAAI,WAAW,WAAW,4CAkB5C,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
interface CircularProgressBarProps {
|
|
2
|
+
size?: number;
|
|
3
|
+
barWidth?: number;
|
|
4
|
+
barColor?: string;
|
|
5
|
+
}
|
|
6
|
+
export declare const CircularProgressBar: ({ size, barWidth, barColor, }: CircularProgressBarProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export {};
|
|
8
|
+
//# sourceMappingURL=CircularProgressBar.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CircularProgressBar.d.ts","sourceRoot":"","sources":["../../../../src/feedback/progress-bar/components/CircularProgressBar.tsx"],"names":[],"mappings":"AAGA,UAAU,wBAAwB;IAChC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,eAAO,MAAM,mBAAmB,GAAI,+BAIjC,wBAAwB,4CAyD1B,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export type ProgressBarProps = {
|
|
2
|
+
value: number;
|
|
3
|
+
className?: string;
|
|
4
|
+
barColor?: string;
|
|
5
|
+
backgroundColor?: string;
|
|
6
|
+
withBorderRadius?: boolean;
|
|
7
|
+
};
|
|
8
|
+
export type StyledBarProps = {
|
|
9
|
+
className?: string;
|
|
10
|
+
backgroundColor?: string;
|
|
11
|
+
withBorderRadius?: boolean;
|
|
12
|
+
};
|
|
13
|
+
export declare const ProgressBar: ({ value, className, barColor, backgroundColor, withBorderRadius, }: ProgressBarProps) => import("react/jsx-runtime").JSX.Element;
|
|
14
|
+
//# sourceMappingURL=ProgressBar.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ProgressBar.d.ts","sourceRoot":"","sources":["../../../../src/feedback/progress-bar/components/ProgressBar.tsx"],"names":[],"mappings":"AAIA,MAAM,MAAM,gBAAgB,GAAG;IAC7B,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC5B,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC5B,CAAC;AAyBF,eAAO,MAAM,WAAW,GAAI,oEAMzB,gBAAgB,4CAsBlB,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { AnimationPlaybackControls, ValueAnimationTransition } from 'framer-motion';
|
|
2
|
+
|
|
3
|
+
export declare const useProgressAnimation: ({ autoPlay, initialValue, finalValue, options, }: {
|
|
4
|
+
autoPlay?: boolean;
|
|
5
|
+
initialValue?: number;
|
|
6
|
+
finalValue?: number;
|
|
7
|
+
options?: ValueAnimationTransition<number>;
|
|
8
|
+
}) => {
|
|
9
|
+
animation: AnimationPlaybackControls | undefined;
|
|
10
|
+
startAnimation: () => void;
|
|
11
|
+
value: number;
|
|
12
|
+
};
|
|
13
|
+
//# sourceMappingURL=useProgressAnimation.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useProgressAnimation.d.ts","sourceRoot":"","sources":["../../../../src/feedback/progress-bar/hooks/useProgressAnimation.ts"],"names":[],"mappings":"AACA,OAAO,EAEL,KAAK,yBAAyB,EAC9B,KAAK,wBAAwB,EAC9B,MAAM,eAAe,CAAC;AAIvB,eAAO,MAAM,oBAAoB,GAAI,kDAKlC;IACD,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,OAAO,CAAC,EAAE,wBAAwB,CAAC,MAAM,CAAC,CAAC;CAC5C;;;;CAqCA,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const f=require("./Loader-DvDr98P8.cjs"),i=require("./jsx-runtime-CycUbF8Y.cjs"),c=require("framer-motion"),o=require("react"),y=require("@linaria/react"),m=require("./themeCssVariables-DswYV7vR.cjs"),g=require("date-fns"),p=require("./utils-DOUsOuwI.cjs"),j=({size:e=50,barWidth:n=5,barColor:a="currentColor"})=>{const r=c.useAnimation(),s=o.useMemo(()=>2*Math.PI*(e/2-n),[e,n]);return o.useEffect(()=>{(async()=>{const t=Math.max(5,s/10),u=[`${t} ${s-t}`,`${t*2} ${s-t*2}`,`${t*3} ${s-t*3}`,`${t*2} ${s-t*2}`,`${t} ${s-t}`];await r.start({strokeDasharray:u,rotate:[0,720],transition:{strokeDasharray:{duration:2,ease:"linear",repeat:1/0,repeatType:"loop"},rotate:{duration:2,ease:"linear",repeat:1/0,repeatType:"loop"}}})})()},[s,r]),i.jsxRuntimeExports.jsx(c.motion.svg,{width:e,height:e,animate:r,children:i.jsxRuntimeExports.jsx(c.motion.circle,{cx:e/2,cy:e/2,r:e/2-n,fill:"none",stroke:a,strokeWidth:n,strokeLinecap:"round"})})},S=()=>({backgroundColor:e})=>e??"",$=()=>({withBorderRadius:e})=>e?m.themeCssVariables.border.radius.xxl:"0",q=y.styled("div")({name:"StyledBar",class:"s10yc2xe",propsAsIs:!1,vars:{"s10yc2xe-0":[S()],"s10yc2xe-1":[$()]}}),v=()=>({barColor:e})=>e??m.themeCssVariables.font.color.primary,I=()=>({withBorderRadius:e})=>e?m.themeCssVariables.border.radius.md:"0",M=y.styled("div")({name:"StyledBarFilling",class:"ssia3jc",propsAsIs:!1,vars:{"ssia3jc-0":[v()],"ssia3jc-1":[I()]}}),_=12,b=({value:e,className:n,barColor:a,backgroundColor:r="none",withBorderRadius:s=!1})=>i.jsxRuntimeExports.jsx(q,{className:n,backgroundColor:r,withBorderRadius:s,role:"progressbar","aria-valuenow":Math.ceil(e),children:i.jsxRuntimeExports.jsx(c.motion.div,{style:{height:"100%",minWidth:e>0?_:0},animate:{width:`${Math.ceil(e)}%`},transition:{duration:.3,ease:"linear"},children:i.jsxRuntimeExports.jsx(M,{barColor:a,withBorderRadius:s})})}),A=({autoPlay:e=!0,initialValue:n=0,finalValue:a=100,options:r})=>{const[s,x]=o.useState(),[t,u]=o.useState(n),l=o.useCallback(()=>{if(p.o(s))return;const h=p.o(r?.duration)?g.millisecondsToSeconds(r.duration):void 0;x(c.animate(n,a,{...r,duration:h,onUpdate:d=>{t!==d&&(u(d),r?.onUpdate?.(d))}}))},[s,a,n,r,t]);return o.useEffect(()=>{e&&!s&&l()},[s,e,l]),{animation:s,startAnimation:l,value:t}};exports.Loader=f.Loader;exports.CircularProgressBar=j;exports.ProgressBar=b;exports.useProgressAnimation=A;
|
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
import { L as R } from "./Loader-CVqckhmU.js";
|
|
2
|
+
import { j as n } from "./jsx-runtime-R4VT8aVc.js";
|
|
3
|
+
import { useAnimation as $, motion as d, animate as g } from "framer-motion";
|
|
4
|
+
import { useMemo as j, useEffect as x, useState as f, useCallback as I } from "react";
|
|
5
|
+
import { styled as y } from "@linaria/react";
|
|
6
|
+
import { t as l } from "./themeCssVariables-CBmoYPJ3.js";
|
|
7
|
+
import { millisecondsToSeconds as S } from "date-fns";
|
|
8
|
+
import { o as u } from "./utils-BsFkjDy5.js";
|
|
9
|
+
const F = ({
|
|
10
|
+
size: r = 50,
|
|
11
|
+
barWidth: o = 5,
|
|
12
|
+
barColor: a = "currentColor"
|
|
13
|
+
}) => {
|
|
14
|
+
const s = $(), e = j(
|
|
15
|
+
() => 2 * Math.PI * (r / 2 - o),
|
|
16
|
+
[r, o]
|
|
17
|
+
);
|
|
18
|
+
return x(() => {
|
|
19
|
+
(async () => {
|
|
20
|
+
const t = Math.max(5, e / 10), i = [
|
|
21
|
+
`${t} ${e - t}`,
|
|
22
|
+
`${t * 2} ${e - t * 2}`,
|
|
23
|
+
`${t * 3} ${e - t * 3}`,
|
|
24
|
+
`${t * 2} ${e - t * 2}`,
|
|
25
|
+
`${t} ${e - t}`
|
|
26
|
+
];
|
|
27
|
+
await s.start({
|
|
28
|
+
strokeDasharray: i,
|
|
29
|
+
rotate: [0, 720],
|
|
30
|
+
transition: {
|
|
31
|
+
strokeDasharray: {
|
|
32
|
+
duration: 2,
|
|
33
|
+
ease: "linear",
|
|
34
|
+
repeat: 1 / 0,
|
|
35
|
+
repeatType: "loop"
|
|
36
|
+
},
|
|
37
|
+
rotate: {
|
|
38
|
+
duration: 2,
|
|
39
|
+
ease: "linear",
|
|
40
|
+
repeat: 1 / 0,
|
|
41
|
+
repeatType: "loop"
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
});
|
|
45
|
+
})();
|
|
46
|
+
}, [e, s]), /* @__PURE__ */ n.jsx(d.svg, { width: r, height: r, animate: s, children: /* @__PURE__ */ n.jsx(
|
|
47
|
+
d.circle,
|
|
48
|
+
{
|
|
49
|
+
cx: r / 2,
|
|
50
|
+
cy: r / 2,
|
|
51
|
+
r: r / 2 - o,
|
|
52
|
+
fill: "none",
|
|
53
|
+
stroke: a,
|
|
54
|
+
strokeWidth: o,
|
|
55
|
+
strokeLinecap: "round"
|
|
56
|
+
}
|
|
57
|
+
) });
|
|
58
|
+
}, v = () => ({
|
|
59
|
+
backgroundColor: r
|
|
60
|
+
}) => r ?? "", A = () => ({
|
|
61
|
+
withBorderRadius: r
|
|
62
|
+
}) => r ? l.border.radius.xxl : "0", _ = /* @__PURE__ */ y("div")({
|
|
63
|
+
name: "StyledBar",
|
|
64
|
+
class: "s10yc2xe",
|
|
65
|
+
propsAsIs: !1,
|
|
66
|
+
vars: {
|
|
67
|
+
"s10yc2xe-0": [v()],
|
|
68
|
+
"s10yc2xe-1": [A()]
|
|
69
|
+
}
|
|
70
|
+
}), k = () => ({
|
|
71
|
+
barColor: r
|
|
72
|
+
}) => r ?? l.font.color.primary, B = () => ({
|
|
73
|
+
withBorderRadius: r
|
|
74
|
+
}) => r ? l.border.radius.md : "0", M = /* @__PURE__ */ y("div")({
|
|
75
|
+
name: "StyledBarFilling",
|
|
76
|
+
class: "ssia3jc",
|
|
77
|
+
propsAsIs: !1,
|
|
78
|
+
vars: {
|
|
79
|
+
"ssia3jc-0": [k()],
|
|
80
|
+
"ssia3jc-1": [B()]
|
|
81
|
+
}
|
|
82
|
+
}), C = 12, U = ({
|
|
83
|
+
value: r,
|
|
84
|
+
className: o,
|
|
85
|
+
barColor: a,
|
|
86
|
+
backgroundColor: s = "none",
|
|
87
|
+
withBorderRadius: e = !1
|
|
88
|
+
}) => /* @__PURE__ */ n.jsx(_, { className: o, backgroundColor: s, withBorderRadius: e, role: "progressbar", "aria-valuenow": Math.ceil(r), children: /* @__PURE__ */ n.jsx(d.div, { style: {
|
|
89
|
+
height: "100%",
|
|
90
|
+
minWidth: r > 0 ? C : 0
|
|
91
|
+
}, animate: {
|
|
92
|
+
width: `${Math.ceil(r)}%`
|
|
93
|
+
}, transition: {
|
|
94
|
+
duration: 0.3,
|
|
95
|
+
ease: "linear"
|
|
96
|
+
}, children: /* @__PURE__ */ n.jsx(M, { barColor: a, withBorderRadius: e }) }) }), q = ({
|
|
97
|
+
autoPlay: r = !0,
|
|
98
|
+
initialValue: o = 0,
|
|
99
|
+
finalValue: a = 100,
|
|
100
|
+
options: s
|
|
101
|
+
}) => {
|
|
102
|
+
const [e, p] = f(), [t, i] = f(o), c = I(() => {
|
|
103
|
+
if (u(e)) return;
|
|
104
|
+
const h = u(s?.duration) ? S(s.duration) : void 0;
|
|
105
|
+
p(
|
|
106
|
+
g(o, a, {
|
|
107
|
+
...s,
|
|
108
|
+
duration: h,
|
|
109
|
+
onUpdate: (m) => {
|
|
110
|
+
t !== m && (i(m), s?.onUpdate?.(m));
|
|
111
|
+
}
|
|
112
|
+
})
|
|
113
|
+
);
|
|
114
|
+
}, [e, a, o, s, t]);
|
|
115
|
+
return x(() => {
|
|
116
|
+
r && !e && c();
|
|
117
|
+
}, [e, r, c]), {
|
|
118
|
+
animation: e,
|
|
119
|
+
startAnimation: c,
|
|
120
|
+
value: t
|
|
121
|
+
};
|
|
122
|
+
};
|
|
123
|
+
export {
|
|
124
|
+
F as CircularProgressBar,
|
|
125
|
+
R as Loader,
|
|
126
|
+
U as ProgressBar,
|
|
127
|
+
q as useProgressAnimation
|
|
128
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const n=require("./utils-DOUsOuwI.cjs"),c=({type:e,href:o})=>{if(e==="linkedin"){const t=o.match(/(?:https?:\/\/)?(?:www.)?linkedin.com\/(?:in|company|school)\/(.*)/);return n.o(t?.[1])?decodeURIComponent(t?.[1]):"LinkedIn"}if(e==="twitter"){const t=o.match(/(?:https?:\/\/)?(?:www.)?twitter.com\/([-a-zA-Z0-9@:%_+.~#?&//=]*)/);return n.o(t?.[1])?`@${t?.[1]}`:"@twitter"}if(e==="facebook"){const t=o.match(/(?:https?:\/\/)?(?:www.)?facebook.com\/(.+)/);return n.o(t?.[1])?decodeURIComponent(t?.[1]):"Facebook"}};exports.getDisplayValueByUrlType=c;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { o as n } from "./utils-BsFkjDy5.js";
|
|
2
|
+
const i = ({
|
|
3
|
+
type: e,
|
|
4
|
+
href: o
|
|
5
|
+
}) => {
|
|
6
|
+
if (e === "linkedin") {
|
|
7
|
+
const t = o.match(
|
|
8
|
+
/(?:https?:\/\/)?(?:www.)?linkedin.com\/(?:in|company|school)\/(.*)/
|
|
9
|
+
);
|
|
10
|
+
return n(t?.[1]) ? decodeURIComponent(t?.[1]) : "LinkedIn";
|
|
11
|
+
}
|
|
12
|
+
if (e === "twitter") {
|
|
13
|
+
const t = o.match(
|
|
14
|
+
/(?:https?:\/\/)?(?:www.)?twitter.com\/([-a-zA-Z0-9@:%_+.~#?&//=]*)/
|
|
15
|
+
);
|
|
16
|
+
return n(t?.[1]) ? `@${t?.[1]}` : "@twitter";
|
|
17
|
+
}
|
|
18
|
+
if (e === "facebook") {
|
|
19
|
+
const t = o.match(/(?:https?:\/\/)?(?:www.)?facebook.com\/(.+)/);
|
|
20
|
+
return n(t?.[1]) ? decodeURIComponent(t?.[1]) : "Facebook";
|
|
21
|
+
}
|
|
22
|
+
};
|
|
23
|
+
export {
|
|
24
|
+
i as g
|
|
25
|
+
};
|
package/dist/index.cjs
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e={};exports.default=e;
|
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA,wBAAkB"}
|
package/dist/index.mjs
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export * from './accessibility';
|
|
2
|
+
export * from './components';
|
|
3
|
+
export * from './display';
|
|
4
|
+
export * from './feedback';
|
|
5
|
+
export * from './input';
|
|
6
|
+
export * from './json-visualizer';
|
|
7
|
+
export * from './layout';
|
|
8
|
+
export * from './navigation';
|
|
9
|
+
export * from './theme';
|
|
10
|
+
export * from './theme-constants';
|
|
11
|
+
export * from './utilities';
|
|
12
|
+
//# sourceMappingURL=individual-entry.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"individual-entry.d.ts","sourceRoot":"","sources":["../src/individual-entry.ts"],"names":[],"mappings":"AAKA,cAAc,iBAAiB,CAAC;AAChC,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC;AACxB,cAAc,mBAAmB,CAAC;AAClC,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,SAAS,CAAC;AACxB,cAAc,mBAAmB,CAAC;AAClC,cAAc,aAAa,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ButtonProps } from './Button/Button';
|
|
2
|
+
import { default as React } from 'react';
|
|
3
|
+
import { MotionProps } from 'framer-motion';
|
|
4
|
+
|
|
5
|
+
export type AnimatedButtonProps = ButtonProps & Pick<MotionProps, 'animate' | 'transition'> & {
|
|
6
|
+
animatedSvg: React.ReactNode;
|
|
7
|
+
soonLabel?: string;
|
|
8
|
+
};
|
|
9
|
+
export declare const AnimatedButton: ({ className, Icon, animatedSvg, title, fullWidth, variant, inverted, size, accent, position, soon, disabled, justify, focus, onClick, to, target, dataTestId, hotkeys, ariaLabel, animate, transition, dataClickOutsideId, dataGloballyPreventClickOutside, soonLabel, }: AnimatedButtonProps) => import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
//# sourceMappingURL=AnimatedButton.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AnimatedButton.d.ts","sourceRoot":"","sources":["../../../../src/input/button/components/AnimatedButton.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,KAAK,WAAW,EAAU,MAAM,eAAe,CAAC;AACzD,OAAO,KAA8B,MAAM,OAAO,CAAC;AAMnD,OAAO,EAGL,KAAK,WAAW,EAGjB,MAAM,iBAAiB,CAAC;AAEzB,MAAM,MAAM,mBAAmB,GAAG,WAAW,GAC3C,IAAI,CAAC,WAAW,EAAE,SAAS,GAAG,YAAY,CAAC,GAAG;IAC5C,WAAW,EAAE,KAAK,CAAC,SAAS,CAAC;IAC7B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AA8YJ,eAAO,MAAM,cAAc,GAAI,0QA0B5B,mBAAmB,4CAuErB,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { ComponentProps, MouseEvent } from 'react';
|
|
2
|
+
import { MotionProps } from 'framer-motion';
|
|
3
|
+
import { LightIconButtonAccent, LightIconButtonSize } from './LightIconButton';
|
|
4
|
+
import { IconComponent } from '../../../display';
|
|
5
|
+
|
|
6
|
+
export type AnimatedLightIconButtonProps = {
|
|
7
|
+
className?: string;
|
|
8
|
+
testId?: string;
|
|
9
|
+
Icon?: IconComponent;
|
|
10
|
+
title?: string;
|
|
11
|
+
size?: LightIconButtonSize;
|
|
12
|
+
accent?: LightIconButtonAccent;
|
|
13
|
+
active?: boolean;
|
|
14
|
+
disabled?: boolean;
|
|
15
|
+
focus?: boolean;
|
|
16
|
+
onClick?: (event: MouseEvent<HTMLButtonElement>) => void;
|
|
17
|
+
} & Pick<ComponentProps<'button'>, 'aria-label' | 'title'> & Pick<MotionProps, 'animate' | 'transition'>;
|
|
18
|
+
export declare const AnimatedLightIconButton: ({ "aria-label": ariaLabel, className, testId, animate, transition, Icon, active, size, accent, disabled, focus, onClick, title, }: AnimatedLightIconButtonProps) => import("react/jsx-runtime").JSX.Element;
|
|
19
|
+
//# sourceMappingURL=AnimatedLightIconButton.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AnimatedLightIconButton.d.ts","sourceRoot":"","sources":["../../../../src/input/button/components/AnimatedLightIconButton.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,aAAa,CAAC;AACjD,OAAO,EACL,KAAK,qBAAqB,EAC1B,KAAK,mBAAmB,EACzB,MAAM,6CAA6C,CAAC;AAErD,OAAO,EAAU,KAAK,WAAW,EAAE,MAAM,eAAe,CAAC;AACzD,OAAO,EAAE,KAAK,cAAc,EAAE,KAAK,UAAU,EAAc,MAAM,OAAO,CAAC;AAEzE,MAAM,MAAM,4BAA4B,GAAG;IACzC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,aAAa,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,mBAAmB,CAAC;IAC3B,MAAM,CAAC,EAAE,qBAAqB,CAAC;IAC/B,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,UAAU,CAAC,iBAAiB,CAAC,KAAK,IAAI,CAAC;CAC1D,GAAG,IAAI,CAAC,cAAc,CAAC,QAAQ,CAAC,EAAE,YAAY,GAAG,OAAO,CAAC,GACxD,IAAI,CAAC,WAAW,EAAE,SAAS,GAAG,YAAY,CAAC,CAAC;AAwE9C,eAAO,MAAM,uBAAuB,GAAI,mIAcrC,4BAA4B,4CAyB9B,CAAC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { ClickOutsideAttributes } from '../../../../utilities/types/ClickOutsideAttributes';
|
|
3
|
+
import { IconComponent } from '../../../../display/icon/types/IconComponent';
|
|
4
|
+
|
|
5
|
+
export type ButtonSize = 'medium' | 'small';
|
|
6
|
+
export type ButtonPosition = 'standalone' | 'left' | 'middle' | 'right';
|
|
7
|
+
export type ButtonVariant = 'primary' | 'secondary' | 'tertiary';
|
|
8
|
+
export type ButtonAccent = 'default' | 'blue' | 'danger';
|
|
9
|
+
export type ButtonProps = {
|
|
10
|
+
id?: string;
|
|
11
|
+
className?: string;
|
|
12
|
+
Icon?: IconComponent;
|
|
13
|
+
title?: string;
|
|
14
|
+
fullWidth?: boolean;
|
|
15
|
+
variant?: ButtonVariant;
|
|
16
|
+
inverted?: boolean;
|
|
17
|
+
size?: ButtonSize;
|
|
18
|
+
position?: ButtonPosition;
|
|
19
|
+
accent?: ButtonAccent;
|
|
20
|
+
soon?: boolean;
|
|
21
|
+
justify?: 'center' | 'flex-start' | 'flex-end';
|
|
22
|
+
disabled?: boolean;
|
|
23
|
+
focus?: boolean;
|
|
24
|
+
onClick?: (event: React.MouseEvent<HTMLButtonElement>) => void;
|
|
25
|
+
to?: string;
|
|
26
|
+
target?: string;
|
|
27
|
+
dataTestId?: string;
|
|
28
|
+
hotkeys?: string[];
|
|
29
|
+
ariaLabel?: string;
|
|
30
|
+
isLoading?: boolean;
|
|
31
|
+
} & Pick<React.ComponentProps<'button'>, 'type'> & ClickOutsideAttributes;
|
|
32
|
+
export declare const Button: ({ className, Icon, title, id, fullWidth, variant, inverted, size, accent, position, soon, disabled, justify, focus: propFocus, onClick, to, target, dataTestId, dataClickOutsideId, dataGloballyPreventClickOutside, hotkeys, ariaLabel, type, isLoading, }: ButtonProps) => import("react/jsx-runtime").JSX.Element;
|
|
33
|
+
//# sourceMappingURL=Button.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../../../src/input/button/components/Button/Button.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,sCAAsC,CAAC;AAO1E,OAAO,EAAE,KAAK,sBAAsB,EAAE,MAAM,4CAA4C,CAAC;AACzF,OAAO,KAA4B,MAAM,OAAO,CAAC;AAKjD,MAAM,MAAM,UAAU,GAAG,QAAQ,GAAG,OAAO,CAAC;AAC5C,MAAM,MAAM,cAAc,GAAG,YAAY,GAAG,MAAM,GAAG,QAAQ,GAAG,OAAO,CAAC;AACxE,MAAM,MAAM,aAAa,GAAG,SAAS,GAAG,WAAW,GAAG,UAAU,CAAC;AACjE,MAAM,MAAM,YAAY,GAAG,SAAS,GAAG,MAAM,GAAG,QAAQ,CAAC;AAEzD,MAAM,MAAM,WAAW,GAAG;IACxB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,aAAa,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,OAAO,CAAC,EAAE,aAAa,CAAC;IACxB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,UAAU,CAAC;IAClB,QAAQ,CAAC,EAAE,cAAc,CAAC;IAC1B,MAAM,CAAC,EAAE,YAAY,CAAC;IACtB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,OAAO,CAAC,EAAE,QAAQ,GAAG,YAAY,GAAG,UAAU,CAAC;IAC/C,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,UAAU,CAAC,iBAAiB,CAAC,KAAK,IAAI,CAAC;IAC/D,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,GAAG,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,QAAQ,CAAC,EAAE,MAAM,CAAC,GAC9C,sBAAsB,CAAC;AA4ZzB,eAAO,MAAM,MAAM,GAAI,6PAyBpB,WAAW,4CAgFb,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"constant.d.ts","sourceRoot":"","sources":["../../../../../src/input/button/components/Button/constant.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,oBAAoB,MAAM,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ButtonAccent, ButtonSize, ButtonVariant } from '../../../..';
|
|
2
|
+
|
|
3
|
+
export declare const ButtonHotkeys: ({ size, accent, variant, hotkeys, }: {
|
|
4
|
+
size: ButtonSize;
|
|
5
|
+
accent: ButtonAccent;
|
|
6
|
+
variant: ButtonVariant;
|
|
7
|
+
hotkeys: string[];
|
|
8
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
//# sourceMappingURL=ButtonHotKeys.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ButtonHotKeys.d.ts","sourceRoot":"","sources":["../../../../../../src/input/button/components/Button/internal/ButtonHotKeys.tsx"],"names":[],"mappings":"AAEA,OAAO,EACL,KAAK,YAAY,EACjB,KAAK,UAAU,EACf,KAAK,aAAa,EACnB,MAAM,WAAW,CAAC;AA6CnB,eAAO,MAAM,aAAa,GAAI,qCAK3B;IACD,IAAI,EAAE,UAAU,CAAC;IACjB,MAAM,EAAE,YAAY,CAAC;IACrB,OAAO,EAAE,aAAa,CAAC;IACvB,OAAO,EAAE,MAAM,EAAE,CAAC;CACnB,4CASA,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ButtonIcon.d.ts","sourceRoot":"","sources":["../../../../../../src/input/button/components/Button/internal/ButtonIcon.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,aAAa,CAAC;AAqCjD,eAAO,MAAM,UAAU,GAAI,sBAGxB;IACD,IAAI,CAAC,EAAE,aAAa,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,4CAiBA,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ButtonSoon.d.ts","sourceRoot":"","sources":["../../../../../../src/input/button/components/Button/internal/ButtonSoon.tsx"],"names":[],"mappings":"AAQA,KAAK,eAAe,GAAG;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,eAAO,MAAM,UAAU,GAAI,WAAoB,eAAe,4CAI7D,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ButtonText.d.ts","sourceRoot":"","sources":["../../../../../../src/input/button/components/Button/internal/ButtonText.tsx"],"names":[],"mappings":"AAkDA,eAAO,MAAM,UAAU,GAAI,gCAIxB;IACD,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,OAAO,EAAE,OAAO,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,4CASA,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ButtonProps } from './Button/Button';
|
|
2
|
+
import { ReactNode } from 'react';
|
|
3
|
+
|
|
4
|
+
export type ButtonGroupProps = Partial<Pick<ButtonProps, 'variant' | 'size' | 'accent'>> & {
|
|
5
|
+
className?: string;
|
|
6
|
+
children: ReactNode[];
|
|
7
|
+
};
|
|
8
|
+
export declare const ButtonGroup: ({ className, children, variant, size, accent, }: ButtonGroupProps) => import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
//# sourceMappingURL=ButtonGroup.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ButtonGroup.d.ts","sourceRoot":"","sources":["../../../../src/input/button/components/ButtonGroup.tsx"],"names":[],"mappings":"AACA,OAAc,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAE9C,OAAO,EAAuB,KAAK,WAAW,EAAE,MAAM,iBAAiB,CAAC;AASxE,MAAM,MAAM,gBAAgB,GAAG,OAAO,CACpC,IAAI,CAAC,WAAW,EAAE,SAAS,GAAG,MAAM,GAAG,QAAQ,CAAC,CACjD,GAAG;IACF,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,SAAS,EAAE,CAAC;CACvB,CAAC;AAEF,eAAO,MAAM,WAAW,GAAI,iDAMzB,gBAAgB,4CAkClB,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { LightIconButtonProps } from './LightIconButton';
|
|
2
|
+
import { ColorSampleProps } from '../../../display';
|
|
3
|
+
|
|
4
|
+
type ColorPickerButtonProps = Pick<ColorSampleProps, 'colorName'> & Pick<LightIconButtonProps, 'onClick'> & {
|
|
5
|
+
isSelected?: boolean;
|
|
6
|
+
};
|
|
7
|
+
export declare const ColorPickerButton: ({ colorName, isSelected, onClick, }: ColorPickerButtonProps) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=ColorPickerButton.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ColorPickerButton.d.ts","sourceRoot":"","sources":["../../../../src/input/button/components/ColorPickerButton.tsx"],"names":[],"mappings":"AACA,OAAO,EAAe,KAAK,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAEjE,OAAO,EAEL,KAAK,oBAAoB,EAC1B,MAAM,6CAA6C,CAAC;AAErD,KAAK,sBAAsB,GAAG,IAAI,CAAC,gBAAgB,EAAE,WAAW,CAAC,GAC/D,IAAI,CAAC,oBAAoB,EAAE,SAAS,CAAC,GAAG;IACtC,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC;AAoBJ,eAAO,MAAM,iBAAiB,GAAI,qCAI/B,sBAAsB,4CAUxB,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { IconComponent } from '../../../display';
|
|
2
|
+
|
|
3
|
+
export type FloatingButtonSize = 'small' | 'medium';
|
|
4
|
+
export type FloatingButtonPosition = 'standalone' | 'left' | 'middle' | 'right';
|
|
5
|
+
export type FloatingButtonProps = {
|
|
6
|
+
className?: string;
|
|
7
|
+
Icon?: IconComponent;
|
|
8
|
+
title?: string;
|
|
9
|
+
size?: FloatingButtonSize;
|
|
10
|
+
position?: FloatingButtonPosition;
|
|
11
|
+
applyShadow?: boolean;
|
|
12
|
+
applyBlur?: boolean;
|
|
13
|
+
disabled?: boolean;
|
|
14
|
+
focus?: boolean;
|
|
15
|
+
to?: string;
|
|
16
|
+
};
|
|
17
|
+
export declare const FloatingButton: ({ className, Icon, title, size, position, applyBlur, applyShadow, disabled, focus, to, }: FloatingButtonProps) => import("react/jsx-runtime").JSX.Element;
|
|
18
|
+
//# sourceMappingURL=FloatingButton.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FloatingButton.d.ts","sourceRoot":"","sources":["../../../../src/input/button/components/FloatingButton.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,aAAa,CAAC;AAKjD,MAAM,MAAM,kBAAkB,GAAG,OAAO,GAAG,QAAQ,CAAC;AACpD,MAAM,MAAM,sBAAsB,GAAG,YAAY,GAAG,MAAM,GAAG,QAAQ,GAAG,OAAO,CAAC;AAEhF,MAAM,MAAM,mBAAmB,GAAG;IAChC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,aAAa,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,kBAAkB,CAAC;IAC1B,QAAQ,CAAC,EAAE,sBAAsB,CAAC;IAClC,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,EAAE,CAAC,EAAE,MAAM,CAAC;CACb,CAAC;AAmFF,eAAO,MAAM,cAAc,GAAI,0FAW5B,mBAAmB,4CAmBrB,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { FloatingButtonProps } from './FloatingButton';
|
|
2
|
+
import { default as React } from 'react';
|
|
3
|
+
|
|
4
|
+
export type FloatingButtonGroupProps = Pick<FloatingButtonProps, 'size'> & {
|
|
5
|
+
children: React.ReactElement[];
|
|
6
|
+
className?: string;
|
|
7
|
+
};
|
|
8
|
+
export declare const FloatingButtonGroup: ({ children, size, className, }: FloatingButtonGroupProps) => import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
//# sourceMappingURL=FloatingButtonGroup.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FloatingButtonGroup.d.ts","sourceRoot":"","sources":["../../../../src/input/button/components/FloatingButtonGroup.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAEL,KAAK,mBAAmB,EACzB,MAAM,kBAAkB,CAAC;AAa1B,MAAM,MAAM,wBAAwB,GAAG,IAAI,CAAC,mBAAmB,EAAE,MAAM,CAAC,GAAG;IACzE,QAAQ,EAAE,KAAK,CAAC,YAAY,EAAE,CAAC;IAC/B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,eAAO,MAAM,mBAAmB,GAAI,gCAIjC,wBAAwB,4CA6B1B,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { IconComponent } from '../../../display';
|
|
3
|
+
|
|
4
|
+
export type FloatingIconButtonSize = 'small' | 'medium';
|
|
5
|
+
export type FloatingIconButtonPosition = 'standalone' | 'left' | 'middle' | 'right';
|
|
6
|
+
export type FloatingIconButtonProps = {
|
|
7
|
+
className?: string;
|
|
8
|
+
Icon?: IconComponent;
|
|
9
|
+
size?: FloatingIconButtonSize;
|
|
10
|
+
position?: FloatingIconButtonPosition;
|
|
11
|
+
applyShadow?: boolean;
|
|
12
|
+
applyBlur?: boolean;
|
|
13
|
+
disabled?: boolean;
|
|
14
|
+
focus?: boolean;
|
|
15
|
+
onClick?: (event: React.MouseEvent<HTMLButtonElement>) => void;
|
|
16
|
+
isActive?: boolean;
|
|
17
|
+
};
|
|
18
|
+
export declare const FloatingIconButton: ({ className, Icon, size, position, applyShadow, applyBlur, disabled, focus, onClick, isActive, }: FloatingIconButtonProps) => import("react/jsx-runtime").JSX.Element;
|
|
19
|
+
//# sourceMappingURL=FloatingIconButton.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FloatingIconButton.d.ts","sourceRoot":"","sources":["../../../../src/input/button/components/FloatingIconButton.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,aAAa,CAAC;AAEjD,OAAO,KAAqB,MAAM,OAAO,CAAC;AAE1C,MAAM,MAAM,sBAAsB,GAAG,OAAO,GAAG,QAAQ,CAAC;AACxD,MAAM,MAAM,0BAA0B,GAClC,YAAY,GACZ,MAAM,GACN,QAAQ,GACR,OAAO,CAAC;AAEZ,MAAM,MAAM,uBAAuB,GAAG;IACpC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,aAAa,CAAC;IACrB,IAAI,CAAC,EAAE,sBAAsB,CAAC;IAC9B,QAAQ,CAAC,EAAE,0BAA0B,CAAC;IACtC,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,UAAU,CAAC,iBAAiB,CAAC,KAAK,IAAI,CAAC;IAC/D,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAmFF,eAAO,MAAM,kBAAkB,GAAI,kGAWhC,uBAAuB,4CAkBzB,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { FloatingIconButtonProps } from './FloatingIconButton';
|
|
2
|
+
import { MouseEvent } from 'react';
|
|
3
|
+
import { IconComponent } from '../../../display';
|
|
4
|
+
|
|
5
|
+
export type FloatingIconButtonGroupProps = Pick<FloatingIconButtonProps, 'className' | 'size'> & {
|
|
6
|
+
iconButtons: {
|
|
7
|
+
Icon: IconComponent;
|
|
8
|
+
onClick?: (event: MouseEvent<any>) => void;
|
|
9
|
+
isActive?: boolean;
|
|
10
|
+
}[];
|
|
11
|
+
};
|
|
12
|
+
export declare const FloatingIconButtonGroup: ({ iconButtons, size, className, }: FloatingIconButtonGroupProps) => import("react/jsx-runtime").JSX.Element;
|
|
13
|
+
//# sourceMappingURL=FloatingIconButtonGroup.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FloatingIconButtonGroup.d.ts","sourceRoot":"","sources":["../../../../src/input/button/components/FloatingIconButtonGroup.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,aAAa,CAAC;AACjD,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,OAAO,CAAC;AAExC,OAAO,EAGL,KAAK,uBAAuB,EAC7B,MAAM,sBAAsB,CAAC;AAe9B,MAAM,MAAM,4BAA4B,GAAG,IAAI,CAC7C,uBAAuB,EACvB,WAAW,GAAG,MAAM,CACrB,GAAG;IACF,WAAW,EAAE;QACX,IAAI,EAAE,aAAa,CAAC;QACpB,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,UAAU,CAAC,GAAG,CAAC,KAAK,IAAI,CAAC;QAC3C,QAAQ,CAAC,EAAE,OAAO,CAAC;KACpB,EAAE,CAAC;CACL,CAAC;AAEF,eAAO,MAAM,uBAAuB,GAAI,mCAIrC,4BAA4B,4CA4B9B,CAAC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { IconComponent } from '../../../display';
|
|
3
|
+
|
|
4
|
+
export type IconButtonSize = 'medium' | 'small';
|
|
5
|
+
export type IconButtonPosition = 'standalone' | 'left' | 'middle' | 'right';
|
|
6
|
+
export type IconButtonVariant = 'primary' | 'secondary' | 'tertiary';
|
|
7
|
+
export type IconButtonAccent = 'default' | 'blue' | 'danger';
|
|
8
|
+
export type IconButtonProps = {
|
|
9
|
+
className?: string;
|
|
10
|
+
Icon?: IconComponent;
|
|
11
|
+
variant?: IconButtonVariant;
|
|
12
|
+
size?: IconButtonSize;
|
|
13
|
+
position?: IconButtonPosition;
|
|
14
|
+
accent?: IconButtonAccent;
|
|
15
|
+
disabled?: boolean;
|
|
16
|
+
focus?: boolean;
|
|
17
|
+
dataTestId?: string;
|
|
18
|
+
ariaLabel?: string;
|
|
19
|
+
onClick?: (event: React.MouseEvent<HTMLButtonElement>) => void;
|
|
20
|
+
to?: string;
|
|
21
|
+
};
|
|
22
|
+
export declare const IconButton: ({ className, Icon, variant, size, accent, position, disabled, focus, dataTestId, ariaLabel, onClick, to, }: IconButtonProps) => import("react/jsx-runtime").JSX.Element;
|
|
23
|
+
//# sourceMappingURL=IconButton.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconButton.d.ts","sourceRoot":"","sources":["../../../../src/input/button/components/IconButton.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,aAAa,CAAC;AACjD,OAAO,KAA8B,MAAM,OAAO,CAAC;AAGnD,MAAM,MAAM,cAAc,GAAG,QAAQ,GAAG,OAAO,CAAC;AAChD,MAAM,MAAM,kBAAkB,GAAG,YAAY,GAAG,MAAM,GAAG,QAAQ,GAAG,OAAO,CAAC;AAC5E,MAAM,MAAM,iBAAiB,GAAG,SAAS,GAAG,WAAW,GAAG,UAAU,CAAC;AACrE,MAAM,MAAM,gBAAgB,GAAG,SAAS,GAAG,MAAM,GAAG,QAAQ,CAAC;AAE7D,MAAM,MAAM,eAAe,GAAG;IAC5B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,aAAa,CAAC;IACrB,OAAO,CAAC,EAAE,iBAAiB,CAAC;IAC5B,IAAI,CAAC,EAAE,cAAc,CAAC;IACtB,QAAQ,CAAC,EAAE,kBAAkB,CAAC;IAC9B,MAAM,CAAC,EAAE,gBAAgB,CAAC;IAC1B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,UAAU,CAAC,iBAAiB,CAAC,KAAK,IAAI,CAAC;IAC/D,EAAE,CAAC,EAAE,MAAM,CAAC;CACb,CAAC;AA+PF,eAAO,MAAM,UAAU,GAAI,4GAaxB,eAAe,4CAwCjB,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { MouseEvent } from 'react';
|
|
2
|
+
import { IconComponent } from '../../../display';
|
|
3
|
+
|
|
4
|
+
export type IconButtonGroupProps = {
|
|
5
|
+
disabled?: boolean;
|
|
6
|
+
iconButtons: {
|
|
7
|
+
Icon: IconComponent;
|
|
8
|
+
onClick?: (event: MouseEvent<any>) => void;
|
|
9
|
+
}[];
|
|
10
|
+
className?: string;
|
|
11
|
+
};
|
|
12
|
+
export declare const IconButtonGroup: ({ iconButtons, disabled, className, }: IconButtonGroupProps) => import("react/jsx-runtime").JSX.Element;
|
|
13
|
+
//# sourceMappingURL=IconButtonGroup.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconButtonGroup.d.ts","sourceRoot":"","sources":["../../../../src/input/button/components/IconButtonGroup.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,aAAa,CAAC;AACjD,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,OAAO,CAAC;AAKxC,MAAM,MAAM,oBAAoB,GAAG;IACjC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,WAAW,EAAE;QACX,IAAI,EAAE,aAAa,CAAC;QACpB,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,UAAU,CAAC,GAAG,CAAC,KAAK,IAAI,CAAC;KAC5C,EAAE,CAAC;IACJ,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAoBF,eAAO,MAAM,eAAe,GAAI,uCAI7B,oBAAoB,4CAetB,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { IconComponent } from '../../../display';
|
|
3
|
+
|
|
4
|
+
export type InsideButtonProps = {
|
|
5
|
+
className?: string;
|
|
6
|
+
Icon?: IconComponent;
|
|
7
|
+
onClick?: (event: React.MouseEvent<HTMLButtonElement>) => void;
|
|
8
|
+
disabled?: boolean;
|
|
9
|
+
};
|
|
10
|
+
export declare const InsideButton: ({ className, Icon, onClick, disabled, }: InsideButtonProps) => import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
//# sourceMappingURL=InsideButton.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InsideButton.d.ts","sourceRoot":"","sources":["../../../../src/input/button/components/InsideButton.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,aAAa,CAAC;AAEjD,OAAO,KAAqB,MAAM,OAAO,CAAC;AAE1C,MAAM,MAAM,iBAAiB,GAAG;IAC9B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,aAAa,CAAC;IACrB,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,UAAU,CAAC,iBAAiB,CAAC,KAAK,IAAI,CAAC;IAC/D,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAuBF,eAAO,MAAM,YAAY,GAAI,yCAK1B,iBAAiB,4CAQnB,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { MouseEvent } from 'react';
|
|
2
|
+
import { IconComponent } from '../../../display';
|
|
3
|
+
|
|
4
|
+
export type LightButtonAccent = 'secondary' | 'tertiary';
|
|
5
|
+
export type LightButtonProps = {
|
|
6
|
+
className?: string;
|
|
7
|
+
Icon?: IconComponent;
|
|
8
|
+
title?: string;
|
|
9
|
+
accent?: LightButtonAccent;
|
|
10
|
+
active?: boolean;
|
|
11
|
+
disabled?: boolean;
|
|
12
|
+
focus?: boolean;
|
|
13
|
+
onClick?: (event: MouseEvent<HTMLButtonElement>) => void;
|
|
14
|
+
type?: React.ComponentProps<'button'>['type'];
|
|
15
|
+
};
|
|
16
|
+
export declare const LightButton: ({ className, Icon, title, active, accent, disabled, focus, type, onClick, }: LightButtonProps) => import("react/jsx-runtime").JSX.Element;
|
|
17
|
+
//# sourceMappingURL=LightButton.d.ts.map
|