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,22 @@
|
|
|
1
|
+
import { M as r } from "./MainColorNames-syigy4-h.js";
|
|
2
|
+
const l = (t) => {
|
|
3
|
+
let o = 0;
|
|
4
|
+
for (let n = 0; n < t.length; n++)
|
|
5
|
+
o = t.charCodeAt(n) + ((o << 5) - o);
|
|
6
|
+
const e = Math.abs(o) % r.length;
|
|
7
|
+
return r[e];
|
|
8
|
+
}, i = ({
|
|
9
|
+
string: t,
|
|
10
|
+
variant: o = 9,
|
|
11
|
+
theme: e
|
|
12
|
+
}) => {
|
|
13
|
+
if (o < 1 || o > 12)
|
|
14
|
+
throw new Error("Variant must be between 1 and 12");
|
|
15
|
+
const a = `${l(t)}${o}`;
|
|
16
|
+
return e.color[a];
|
|
17
|
+
}, c = () => window.location.hostname === "localhost" || window.location.hostname === "127.0.0.1" ? "http://localhost:3000" : `${window.location.protocol}//${window.location.hostname}${window.location.port ? `:${window.location.port}` : ""}`, w = window._env_?.REACT_APP_SERVER_BASE_URL || c();
|
|
18
|
+
export {
|
|
19
|
+
w as R,
|
|
20
|
+
l as a,
|
|
21
|
+
i as s
|
|
22
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const r=require("./MainColorNames-I8OTbUOe.cjs"),l=t=>{let o=0;for(let n=0;n<t.length;n++)o=t.charCodeAt(n)+((o<<5)-o);const e=Math.abs(o)%r.MAIN_COLOR_NAMES.length;return r.MAIN_COLOR_NAMES[e]},c=({string:t,variant:o=9,theme:e})=>{if(o<1||o>12)throw new Error("Variant must be between 1 and 12");const i=`${l(t)}${o}`;return e.color[i]},s=()=>window.location.hostname==="localhost"||window.location.hostname==="127.0.0.1"?"http://localhost:3000":`${window.location.protocol}//${window.location.hostname}${window.location.port?`:${window.location.port}`:""}`,a=window._env_?.REACT_APP_SERVER_BASE_URL||s();exports.REACT_APP_SERVER_BASE_URL=a;exports.stringToThemeColor=l;exports.stringToThemeColorP3String=c;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";exports.MOBILE_VIEWPORT=768;
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { forwardRef as u, createElement as e } from "react";
|
|
2
|
+
var k = {
|
|
3
|
+
outline: {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
width: 24,
|
|
6
|
+
height: 24,
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
fill: "none",
|
|
9
|
+
stroke: "currentColor",
|
|
10
|
+
strokeWidth: 2,
|
|
11
|
+
strokeLinecap: "round",
|
|
12
|
+
strokeLinejoin: "round"
|
|
13
|
+
},
|
|
14
|
+
filled: {
|
|
15
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16
|
+
width: 24,
|
|
17
|
+
height: 24,
|
|
18
|
+
viewBox: "0 0 24 24",
|
|
19
|
+
fill: "currentColor",
|
|
20
|
+
stroke: "none"
|
|
21
|
+
}
|
|
22
|
+
};
|
|
23
|
+
const v = (i, s, a, l) => {
|
|
24
|
+
const o = u(
|
|
25
|
+
({ color: w = "currentColor", size: r = 24, stroke: c = 2, title: n, className: h, children: t, ...m }, d) => e(
|
|
26
|
+
"svg",
|
|
27
|
+
{
|
|
28
|
+
ref: d,
|
|
29
|
+
...k[i],
|
|
30
|
+
width: r,
|
|
31
|
+
height: r,
|
|
32
|
+
className: ["tabler-icon", `tabler-icon-${s}`, h].join(" "),
|
|
33
|
+
strokeWidth: c,
|
|
34
|
+
stroke: w,
|
|
35
|
+
...m
|
|
36
|
+
},
|
|
37
|
+
[
|
|
38
|
+
n && e("title", { key: "svg-title" }, n),
|
|
39
|
+
...l.map(([g, p]) => e(g, p)),
|
|
40
|
+
...Array.isArray(t) ? t : [t]
|
|
41
|
+
]
|
|
42
|
+
)
|
|
43
|
+
);
|
|
44
|
+
return o.displayName = `${a}`, o;
|
|
45
|
+
};
|
|
46
|
+
export {
|
|
47
|
+
v as c
|
|
48
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("react");var k={outline:{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"},filled:{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"currentColor",stroke:"none"}};const p=(i,s,a,l)=>{const r=e.forwardRef(({color:c="currentColor",size:o=24,stroke:w=2,title:n,className:h,children:t,...m},u)=>e.createElement("svg",{ref:u,...k[i],width:o,height:o,className:["tabler-icon",`tabler-icon-${s}`,h].join(" "),strokeWidth:w,stroke:c,...m},[n&&e.createElement("title",{key:"svg-title"},n),...l.map(([d,g])=>e.createElement(d,g)),...Array.isArray(t)?t:[t]]));return r.displayName=`${a}`,r};exports.createReactComponent=p;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { Nullable } from 'nogbase-shared/types';
|
|
2
|
+
import { IconComponent } from '../../icon/types/IconComponent';
|
|
3
|
+
import { AvatarType } from '../types/AvatarType';
|
|
4
|
+
import { AvatarSize } from '../types/AvatarSize';
|
|
5
|
+
|
|
6
|
+
export type AvatarProps = {
|
|
7
|
+
avatarUrl?: string | null;
|
|
8
|
+
className?: string;
|
|
9
|
+
size?: AvatarSize;
|
|
10
|
+
placeholder: string | undefined;
|
|
11
|
+
placeholderColorSeed?: string;
|
|
12
|
+
Icon?: IconComponent;
|
|
13
|
+
iconColor?: string;
|
|
14
|
+
type?: Nullable<AvatarType>;
|
|
15
|
+
color?: string;
|
|
16
|
+
backgroundColor?: string;
|
|
17
|
+
borderColor?: string;
|
|
18
|
+
onClick?: () => void;
|
|
19
|
+
};
|
|
20
|
+
export declare const Avatar: ({ avatarUrl, size, placeholder, placeholderColorSeed, Icon, iconColor, onClick, type, color, backgroundColor, borderColor, }: AvatarProps) => import("react/jsx-runtime").JSX.Element;
|
|
21
|
+
//# sourceMappingURL=Avatar.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Avatar.d.ts","sourceRoot":"","sources":["../../../../src/display/avatar/components/Avatar.tsx"],"names":[],"mappings":"AAOA,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,qCAAqC,CAAC;AACtE,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,qCAAqC,CAAC;AACtE,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,sCAAsC,CAAC;AAI1E,OAAO,EAAE,KAAK,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAqDrD,MAAM,MAAM,WAAW,GAAG;IACxB,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,UAAU,CAAC;IAClB,WAAW,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,IAAI,CAAC,EAAE,aAAa,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,QAAQ,CAAC,UAAU,CAAC,CAAC;IAC5B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,MAAM,GAAI,8HAYpB,WAAW,4CAyFb,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AvatarGroup.d.ts","sourceRoot":"","sources":["../../../../src/display/avatar/components/AvatarGroup.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,MAAM,MAAM,gBAAgB,GAAG;IAC7B,OAAO,EAAE,SAAS,EAAE,CAAC;CACtB,CAAC;AAiBF,eAAO,MAAM,WAAW,GAAI,aAAa,gBAAgB,mDAUxD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"invalidAvatarUrlsAtomV2.d.ts","sourceRoot":"","sources":["../../../../../src/display/avatar/components/states/invalidAvatarUrlsAtomV2.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,uBAAuB;;CAAqB,CAAC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
export declare const AVATAR_PROPERTIES_BY_SIZE: {
|
|
2
|
+
xl: {
|
|
3
|
+
fontSize: string;
|
|
4
|
+
width: string;
|
|
5
|
+
};
|
|
6
|
+
lg: {
|
|
7
|
+
fontSize: string;
|
|
8
|
+
width: string;
|
|
9
|
+
};
|
|
10
|
+
md: {
|
|
11
|
+
fontSize: string;
|
|
12
|
+
width: string;
|
|
13
|
+
};
|
|
14
|
+
sm: {
|
|
15
|
+
fontSize: string;
|
|
16
|
+
width: string;
|
|
17
|
+
};
|
|
18
|
+
xs: {
|
|
19
|
+
fontSize: string;
|
|
20
|
+
width: string;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
//# sourceMappingURL=AvatarPropertiesBySize.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AvatarPropertiesBySize.d.ts","sourceRoot":"","sources":["../../../../src/display/avatar/constants/AvatarPropertiesBySize.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;CAqBrC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AvatarSize.d.ts","sourceRoot":"","sources":["../../../../src/display/avatar/types/AvatarSize.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,UAAU,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AvatarType.d.ts","sourceRoot":"","sources":["../../../../src/display/avatar/types/AvatarType.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,UAAU,GAAG,SAAS,GAAG,SAAS,GAAG,MAAM,GAAG,KAAK,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export type BannerColor = 'blue' | 'danger';
|
|
2
|
+
export type BannerVariant = 'primary' | 'secondary';
|
|
3
|
+
type BannerProps = {
|
|
4
|
+
color?: BannerColor;
|
|
5
|
+
variant?: BannerVariant;
|
|
6
|
+
className?: string;
|
|
7
|
+
children: React.ReactNode;
|
|
8
|
+
} & React.HTMLAttributes<HTMLDivElement>;
|
|
9
|
+
export declare const Banner: ({ color, variant, className, children, }: BannerProps) => import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
export {};
|
|
11
|
+
//# sourceMappingURL=Banner.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Banner.d.ts","sourceRoot":"","sources":["../../../../src/display/banner/components/Banner.tsx"],"names":[],"mappings":"AA0CA,MAAM,MAAM,WAAW,GAAG,MAAM,GAAG,QAAQ,CAAC;AAE5C,MAAM,MAAM,aAAa,GAAG,SAAS,GAAG,WAAW,CAAC;AAEpD,KAAK,WAAW,GAAG;IACjB,KAAK,CAAC,EAAE,WAAW,CAAC;IACpB,OAAO,CAAC,EAAE,aAAa,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B,GAAG,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC;AAEzC,eAAO,MAAM,MAAM,GAAI,0CAKpB,WAAW,4CAUb,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { BannerColor } from './Banner';
|
|
2
|
+
import { IconComponent } from '../../icon/types/IconComponent';
|
|
3
|
+
|
|
4
|
+
type InlineBannerProps = {
|
|
5
|
+
color?: BannerColor;
|
|
6
|
+
message: string;
|
|
7
|
+
button?: {
|
|
8
|
+
title?: string;
|
|
9
|
+
onClick?: () => void;
|
|
10
|
+
hidden?: boolean;
|
|
11
|
+
};
|
|
12
|
+
LeftIcon?: IconComponent;
|
|
13
|
+
} & React.HTMLAttributes<HTMLDivElement>;
|
|
14
|
+
export declare const InlineBanner: ({ color, message, button, LeftIcon, }: InlineBannerProps) => import("react/jsx-runtime").JSX.Element;
|
|
15
|
+
export {};
|
|
16
|
+
//# sourceMappingURL=InlineBanner.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InlineBanner.d.ts","sourceRoot":"","sources":["../../../../src/display/banner/components/InlineBanner.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,sCAAsC,CAAC;AAE1E,OAAO,EAAU,KAAK,WAAW,EAAE,MAAM,UAAU,CAAC;AAkBpD,KAAK,iBAAiB,GAAG;IACvB,KAAK,CAAC,EAAE,WAAW,CAAC;IACpB,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE;QACP,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;QACrB,MAAM,CAAC,EAAE,OAAO,CAAC;KAClB,CAAC;IACF,QAAQ,CAAC,EAAE,aAAa,CAAC;CAC1B,GAAG,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC;AAEzC,eAAO,MAAM,YAAY,GAAI,uCAK1B,iBAAiB,4CAoBnB,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export type SidePanelInformationBannerProps = {
|
|
2
|
+
message: string;
|
|
3
|
+
className?: string;
|
|
4
|
+
variant?: 'default' | 'warning';
|
|
5
|
+
tooltipMessage?: string;
|
|
6
|
+
};
|
|
7
|
+
export declare const SidePanelInformationBanner: ({ message, className, variant, tooltipMessage, }: SidePanelInformationBannerProps) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
//# sourceMappingURL=SidePanelInformationBanner.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SidePanelInformationBanner.d.ts","sourceRoot":"","sources":["../../../../src/display/banner/components/SidePanelInformationBanner.tsx"],"names":[],"mappings":"AA0CA,MAAM,MAAM,+BAA+B,GAAG;IAC5C,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,SAAS,GAAG,SAAS,CAAC;IAChC,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB,CAAC;AAEF,eAAO,MAAM,0BAA0B,GAAI,kDAKxC,+BAA+B,4CAyBjC,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { IconComponent } from '../icon/types/IconComponent';
|
|
2
|
+
|
|
3
|
+
export type CalloutVariant = 'info' | 'warning' | 'error' | 'neutral' | 'success';
|
|
4
|
+
export type CalloutProps = {
|
|
5
|
+
variant: CalloutVariant;
|
|
6
|
+
title: string;
|
|
7
|
+
description: string;
|
|
8
|
+
Icon?: IconComponent;
|
|
9
|
+
action?: {
|
|
10
|
+
label: string;
|
|
11
|
+
onClick: () => void;
|
|
12
|
+
};
|
|
13
|
+
isClosable?: boolean;
|
|
14
|
+
onClose?: () => void;
|
|
15
|
+
};
|
|
16
|
+
export declare const Callout: ({ variant, title, description, Icon, action, isClosable, onClose, }: CalloutProps) => import("react/jsx-runtime").JSX.Element | null;
|
|
17
|
+
//# sourceMappingURL=Callout.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Callout.d.ts","sourceRoot":"","sources":["../../../src/display/callout/Callout.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,sCAAsC,CAAC;AAM1E,MAAM,MAAM,cAAc,GACtB,MAAM,GACN,SAAS,GACT,OAAO,GACP,SAAS,GACT,SAAS,CAAC;AA2Gd,MAAM,MAAM,YAAY,GAAG;IACzB,OAAO,EAAE,cAAc,CAAC;IACxB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,IAAI,CAAC,EAAE,aAAa,CAAC;IACrB,MAAM,CAAC,EAAE;QACP,KAAK,EAAE,MAAM,CAAC;QACd,OAAO,EAAE,MAAM,IAAI,CAAC;KACrB,CAAC;IACF,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAI,qEAQrB,YAAY,mDA8Cd,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { motion } from 'framer-motion';
|
|
2
|
+
|
|
3
|
+
export type AnimatedCheckmarkProps = React.ComponentProps<typeof motion.path> & {
|
|
4
|
+
isAnimating?: boolean;
|
|
5
|
+
color?: string;
|
|
6
|
+
duration?: number;
|
|
7
|
+
size?: number;
|
|
8
|
+
};
|
|
9
|
+
export declare const AnimatedCheckmark: ({ isAnimating, color, duration, size, }: AnimatedCheckmarkProps) => import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
//# sourceMappingURL=AnimatedCheckmark.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AnimatedCheckmark.d.ts","sourceRoot":"","sources":["../../../../src/display/checkmark/components/AnimatedCheckmark.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAIvC,MAAM,MAAM,sBAAsB,GAAG,KAAK,CAAC,cAAc,CACvD,OAAO,MAAM,CAAC,IAAI,CACnB,GAAG;IACF,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,eAAO,MAAM,iBAAiB,GAAI,yCAK/B,sBAAsB,4CAuBxB,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
|
|
3
|
+
export type CheckmarkProps = React.ComponentPropsWithoutRef<'div'> & {
|
|
4
|
+
className?: string;
|
|
5
|
+
};
|
|
6
|
+
export declare const Checkmark: ({ className }: CheckmarkProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
//# sourceMappingURL=Checkmark.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Checkmark.d.ts","sourceRoot":"","sources":["../../../../src/display/checkmark/components/Checkmark.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAiB1C,MAAM,MAAM,cAAc,GAAG,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,GAAG;IACnE,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,eAAO,MAAM,SAAS,GAAI,eAAe,cAAc,4CAQtD,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { ThemeColor } from '../../../theme';
|
|
2
|
+
|
|
3
|
+
export type ColorSampleVariant = 'circle' | 'default' | 'pipeline';
|
|
4
|
+
type StyledColorSampleProps = {
|
|
5
|
+
colorName: ThemeColor;
|
|
6
|
+
color?: string;
|
|
7
|
+
variant?: ColorSampleVariant;
|
|
8
|
+
};
|
|
9
|
+
export type ColorSampleProps = StyledColorSampleProps & {
|
|
10
|
+
className?: string;
|
|
11
|
+
};
|
|
12
|
+
export declare const ColorSample: ({ colorName, color, variant, className, }: ColorSampleProps) => import("react/jsx-runtime").JSX.Element;
|
|
13
|
+
export {};
|
|
14
|
+
//# sourceMappingURL=ColorSample.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ColorSample.d.ts","sourceRoot":"","sources":["../../../../src/display/color/components/ColorSample.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,WAAW,CAAC;AAI5C,MAAM,MAAM,kBAAkB,GAAG,QAAQ,GAAG,SAAS,GAAG,UAAU,CAAC;AAEnE,KAAK,sBAAsB,GAAG;IAC5B,SAAS,EAAE,UAAU,CAAC;IACtB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,kBAAkB,CAAC;CAC9B,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG,sBAAsB,GAAG;IACtD,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AA6CF,eAAO,MAAM,WAAW,GAAI,2CAKzB,gBAAgB,4CASlB,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ReactElement } from 'react';
|
|
2
|
+
|
|
3
|
+
type CommandBlockProps = {
|
|
4
|
+
commands: string[];
|
|
5
|
+
button?: ReactElement;
|
|
6
|
+
};
|
|
7
|
+
export declare const CommandBlock: ({ commands, button }: CommandBlockProps) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=CommandBlock.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CommandBlock.d.ts","sourceRoot":"","sources":["../../../../src/display/command-block/components/CommandBlock.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,OAAO,CAAC;AAiC1C,KAAK,iBAAiB,GAAG;IACvB,QAAQ,EAAE,MAAM,EAAE,CAAC;IACnB,MAAM,CAAC,EAAE,YAAY,CAAC;CACvB,CAAC;AAEF,eAAO,MAAM,YAAY,GAAI,sBAAsB,iBAAiB,4CAgBnE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LinkifiedText.d.ts","sourceRoot":"","sources":["../../../src/display/components/LinkifiedText.tsx"],"names":[],"mappings":"AAeA,KAAK,kBAAkB,GAAG;IACxB,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,eAAO,MAAM,aAAa,GAAI,UAAU,kBAAkB,mDAwBzD,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { IconComponentProps } from '../types/IconComponent';
|
|
2
|
+
|
|
3
|
+
export type IconProps = IconComponentProps & {
|
|
4
|
+
name: string;
|
|
5
|
+
};
|
|
6
|
+
export declare const Icon: ({ name, className, style, size, stroke, color, }: IconProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
//# sourceMappingURL=Icon.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Icon.d.ts","sourceRoot":"","sources":["../../../../src/display/icon/components/Icon.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAE/E,MAAM,MAAM,SAAS,GAAG,kBAAkB,GAAG;IAC3C,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,eAAO,MAAM,IAAI,GAAI,kDAOlB,SAAS,4CAcX,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { IconComponentProps } from '../types/IconComponent';
|
|
2
|
+
|
|
3
|
+
type IconAddressBookProps = Pick<IconComponentProps, 'size' | 'stroke' | 'color'>;
|
|
4
|
+
export declare const IconAddressBook: (props: IconAddressBookProps) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export {};
|
|
6
|
+
//# sourceMappingURL=IconAddressBook.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconAddressBook.d.ts","sourceRoot":"","sources":["../../../../src/display/icon/components/IconAddressBook.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAG/E,KAAK,oBAAoB,GAAG,IAAI,CAC9B,kBAAkB,EAClB,MAAM,GAAG,QAAQ,GAAG,OAAO,CAC5B,CAAC;AAEF,eAAO,MAAM,eAAe,GAAI,OAAO,oBAAoB,4CAa1D,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { IconComponentProps } from '../types/IconComponent';
|
|
2
|
+
|
|
3
|
+
type IconBrandAnthropicProps = Pick<IconComponentProps, 'size'>;
|
|
4
|
+
export declare const IconBrandAnthropic: (props: IconBrandAnthropicProps) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export {};
|
|
6
|
+
//# sourceMappingURL=IconBrandAnthropic.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconBrandAnthropic.d.ts","sourceRoot":"","sources":["../../../../src/display/icon/components/IconBrandAnthropic.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAG/E,KAAK,uBAAuB,GAAG,IAAI,CAAC,kBAAkB,EAAE,MAAM,CAAC,CAAC;AAEhE,eAAO,MAAM,kBAAkB,GAAI,OAAO,uBAAuB,4CAKhE,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { IconComponentProps } from '../types/IconComponent';
|
|
2
|
+
|
|
3
|
+
type IconBrandGeminiProps = Pick<IconComponentProps, 'size'>;
|
|
4
|
+
export declare const IconBrandGemini: (props: IconBrandGeminiProps) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export {};
|
|
6
|
+
//# sourceMappingURL=IconBrandGemini.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconBrandGemini.d.ts","sourceRoot":"","sources":["../../../../src/display/icon/components/IconBrandGemini.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAG/E,KAAK,oBAAoB,GAAG,IAAI,CAAC,kBAAkB,EAAE,MAAM,CAAC,CAAC;AAE7D,eAAO,MAAM,eAAe,GAAI,OAAO,oBAAoB,4CAK1D,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { IconComponentProps } from '../types/IconComponent';
|
|
2
|
+
|
|
3
|
+
type IconBrandGroqProps = Pick<IconComponentProps, 'size'>;
|
|
4
|
+
export declare const IconBrandGroq: (props: IconBrandGroqProps) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export {};
|
|
6
|
+
//# sourceMappingURL=IconBrandGroq.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconBrandGroq.d.ts","sourceRoot":"","sources":["../../../../src/display/icon/components/IconBrandGroq.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAG/E,KAAK,kBAAkB,GAAG,IAAI,CAAC,kBAAkB,EAAE,MAAM,CAAC,CAAC;AAE3D,eAAO,MAAM,aAAa,GAAI,OAAO,kBAAkB,4CAKtD,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { IconComponentProps } from '../types/IconComponent';
|
|
2
|
+
|
|
3
|
+
type IconBrandMistralProps = Pick<IconComponentProps, 'size'>;
|
|
4
|
+
export declare const IconBrandMistral: (props: IconBrandMistralProps) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export {};
|
|
6
|
+
//# sourceMappingURL=IconBrandMistral.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconBrandMistral.d.ts","sourceRoot":"","sources":["../../../../src/display/icon/components/IconBrandMistral.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAG/E,KAAK,qBAAqB,GAAG,IAAI,CAAC,kBAAkB,EAAE,MAAM,CAAC,CAAC;AAE9D,eAAO,MAAM,gBAAgB,GAAI,OAAO,qBAAqB,4CAK5D,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { IconComponentProps } from '../types/IconComponent';
|
|
2
|
+
|
|
3
|
+
type IconBrandXaiProps = Pick<IconComponentProps, 'size' | 'color'>;
|
|
4
|
+
export declare const IconBrandXai: (props: IconBrandXaiProps) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export {};
|
|
6
|
+
//# sourceMappingURL=IconBrandXai.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconBrandXai.d.ts","sourceRoot":"","sources":["../../../../src/display/icon/components/IconBrandXai.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAG/E,KAAK,iBAAiB,GAAG,IAAI,CAAC,kBAAkB,EAAE,MAAM,GAAG,OAAO,CAAC,CAAC;AAEpE,eAAO,MAAM,YAAY,GAAI,OAAO,iBAAiB,4CAWpD,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { IconComponentProps } from '../types/IconComponent';
|
|
2
|
+
|
|
3
|
+
type IconChartBarHorizontalProps = Pick<IconComponentProps, 'size' | 'stroke' | 'color'>;
|
|
4
|
+
export declare const IconChartBarHorizontal: (props: IconChartBarHorizontalProps) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export {};
|
|
6
|
+
//# sourceMappingURL=IconChartBarHorizontal.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconChartBarHorizontal.d.ts","sourceRoot":"","sources":["../../../../src/display/icon/components/IconChartBarHorizontal.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAQ/E,KAAK,2BAA2B,GAAG,IAAI,CACrC,kBAAkB,EAClB,MAAM,GAAG,QAAQ,GAAG,OAAO,CAC5B,CAAC;AAEF,eAAO,MAAM,sBAAsB,GAAI,OAAO,2BAA2B,4CAUxE,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { IconComponentProps } from '../types/IconComponent';
|
|
2
|
+
|
|
3
|
+
type IconGmailProps = Pick<IconComponentProps, 'size'>;
|
|
4
|
+
export declare const IconGmail: (props: IconGmailProps) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export {};
|
|
6
|
+
//# sourceMappingURL=IconGmail.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconGmail.d.ts","sourceRoot":"","sources":["../../../../src/display/icon/components/IconGmail.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAG/E,KAAK,cAAc,GAAG,IAAI,CAAC,kBAAkB,EAAE,MAAM,CAAC,CAAC;AAEvD,eAAO,MAAM,SAAS,GAAI,OAAO,cAAc,4CAK9C,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { IconComponentProps } from '../types/IconComponent';
|
|
2
|
+
|
|
3
|
+
type IconGoogleProps = Pick<IconComponentProps, 'size'>;
|
|
4
|
+
export declare const IconGoogle: (props: IconGoogleProps) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export {};
|
|
6
|
+
//# sourceMappingURL=IconGoogle.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconGoogle.d.ts","sourceRoot":"","sources":["../../../../src/display/icon/components/IconGoogle.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAG/E,KAAK,eAAe,GAAG,IAAI,CAAC,kBAAkB,EAAE,MAAM,CAAC,CAAC;AAExD,eAAO,MAAM,UAAU,GAAI,OAAO,eAAe,4CAKhD,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { IconComponentProps } from '../types/IconComponent';
|
|
2
|
+
|
|
3
|
+
type IconGoogleCalendarProps = Pick<IconComponentProps, 'size'>;
|
|
4
|
+
export declare const IconGoogleCalendar: (props: IconGoogleCalendarProps) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export {};
|
|
6
|
+
//# sourceMappingURL=IconGoogleCalendar.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconGoogleCalendar.d.ts","sourceRoot":"","sources":["../../../../src/display/icon/components/IconGoogleCalendar.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAG/E,KAAK,uBAAuB,GAAG,IAAI,CAAC,kBAAkB,EAAE,MAAM,CAAC,CAAC;AAEhE,eAAO,MAAM,kBAAkB,GAAI,OAAO,uBAAuB,4CAKhE,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { IconComponentProps } from '../types/IconComponent';
|
|
2
|
+
|
|
3
|
+
type IconLockCustomProps = Pick<IconComponentProps, 'size'>;
|
|
4
|
+
export declare const IconLockCustom: (props: IconLockCustomProps) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export {};
|
|
6
|
+
//# sourceMappingURL=IconLock.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconLock.d.ts","sourceRoot":"","sources":["../../../../src/display/icon/components/IconLock.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAG/E,KAAK,mBAAmB,GAAG,IAAI,CAAC,kBAAkB,EAAE,MAAM,CAAC,CAAC;AAE5D,eAAO,MAAM,cAAc,GAAI,OAAO,mBAAmB,4CAKxD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconMicrosoft.d.ts","sourceRoot":"","sources":["../../../../src/display/icon/components/IconMicrosoft.tsx"],"names":[],"mappings":"AAKA,UAAU,kBAAkB;IAC1B,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CACxB;AAED,eAAO,MAAM,aAAa,GAAI,OAAO,kBAAkB,4CAKtD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconMicrosoftCalendar.d.ts","sourceRoot":"","sources":["../../../../src/display/icon/components/IconMicrosoftCalendar.tsx"],"names":[],"mappings":"AAKA,UAAU,0BAA0B;IAClC,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CACxB;AAED,eAAO,MAAM,qBAAqB,GAAI,OAAO,0BAA0B,4CAKtE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconMicrosoftOutlook.d.ts","sourceRoot":"","sources":["../../../../src/display/icon/components/IconMicrosoftOutlook.tsx"],"names":[],"mappings":"AAKA,UAAU,yBAAyB;IACjC,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CACxB;AAED,eAAO,MAAM,oBAAoB,GAAI,OAAO,yBAAyB,4CAKpE,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { IconComponentProps } from '../types/IconComponent';
|
|
2
|
+
|
|
3
|
+
type IconModelClaudeProps = Pick<IconComponentProps, 'size'>;
|
|
4
|
+
export declare const IconModelClaude: (props: IconModelClaudeProps) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export {};
|
|
6
|
+
//# sourceMappingURL=IconModelClaude.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconModelClaude.d.ts","sourceRoot":"","sources":["../../../../src/display/icon/components/IconModelClaude.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAG/E,KAAK,oBAAoB,GAAG,IAAI,CAAC,kBAAkB,EAAE,MAAM,CAAC,CAAC;AAE7D,eAAO,MAAM,eAAe,GAAI,OAAO,oBAAoB,4CAK1D,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { IconComponentProps } from '../types/IconComponent';
|
|
2
|
+
|
|
3
|
+
type IconNogbaseStarProps = Pick<IconComponentProps, 'size' | 'stroke'>;
|
|
4
|
+
export declare const IconNogbaseStar: (props: IconNogbaseStarProps) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export {};
|
|
6
|
+
//# sourceMappingURL=IconNogbaseStar.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconNogbaseStar.d.ts","sourceRoot":"","sources":["../../../../src/display/icon/components/IconNogbaseStar.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAG/E,KAAK,oBAAoB,GAAG,IAAI,CAAC,kBAAkB,EAAE,MAAM,GAAG,QAAQ,CAAC,CAAC;AAExE,eAAO,MAAM,eAAe,GAAI,OAAO,oBAAoB,4CAM1D,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { IconComponentProps } from '../types/IconComponent';
|
|
2
|
+
|
|
3
|
+
type IconNogbaseStarFilledProps = Pick<IconComponentProps, 'size' | 'stroke'>;
|
|
4
|
+
export declare const IconNogbaseStarFilled: (props: IconNogbaseStarFilledProps) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export {};
|
|
6
|
+
//# sourceMappingURL=IconNogbaseStarFilled.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconNogbaseStarFilled.d.ts","sourceRoot":"","sources":["../../../../src/display/icon/components/IconNogbaseStarFilled.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAG/E,KAAK,0BAA0B,GAAG,IAAI,CAAC,kBAAkB,EAAE,MAAM,GAAG,QAAQ,CAAC,CAAC;AAE9E,eAAO,MAAM,qBAAqB,GAAI,OAAO,0BAA0B,4CAQtE,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { IconComponentProps } from '../types/IconComponent';
|
|
2
|
+
|
|
3
|
+
type IconProviderOpenaiProps = Pick<IconComponentProps, 'size' | 'color'>;
|
|
4
|
+
export declare const IconProviderOpenai: (props: IconProviderOpenaiProps) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export {};
|
|
6
|
+
//# sourceMappingURL=IconProviderOpenai.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconProviderOpenai.d.ts","sourceRoot":"","sources":["../../../../src/display/icon/components/IconProviderOpenai.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAG/E,KAAK,uBAAuB,GAAG,IAAI,CAAC,kBAAkB,EAAE,MAAM,GAAG,OAAO,CAAC,CAAC;AAE1E,eAAO,MAAM,kBAAkB,GAAI,OAAO,uBAAuB,4CAWhE,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { IconComponentProps } from '../types/IconComponent';
|
|
2
|
+
|
|
3
|
+
type IconRelationManyToOneProps = Pick<IconComponentProps, 'size' | 'stroke'>;
|
|
4
|
+
export declare const IconRelationManyToOne: (props: IconRelationManyToOneProps) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export {};
|
|
6
|
+
//# sourceMappingURL=IconRelationManyToOne.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconRelationManyToOne.d.ts","sourceRoot":"","sources":["../../../../src/display/icon/components/IconRelationManyToOne.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAG/E,KAAK,0BAA0B,GAAG,IAAI,CAAC,kBAAkB,EAAE,MAAM,GAAG,QAAQ,CAAC,CAAC;AAE9E,eAAO,MAAM,qBAAqB,GAAI,OAAO,0BAA0B,4CAQtE,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { IconComponentProps } from '../types/IconComponent';
|
|
2
|
+
|
|
3
|
+
type IconTrashXOffProps = Pick<IconComponentProps, 'size' | 'stroke'>;
|
|
4
|
+
export declare const IconTrashXOff: (props: IconTrashXOffProps) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export {};
|
|
6
|
+
//# sourceMappingURL=IconTrashXOff.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconTrashXOff.d.ts","sourceRoot":"","sources":["../../../../src/display/icon/components/IconTrashXOff.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAG/E,KAAK,kBAAkB,GAAG,IAAI,CAAC,kBAAkB,EAAE,MAAM,GAAG,QAAQ,CAAC,CAAC;AAEtE,eAAO,MAAM,aAAa,GAAI,OAAO,kBAAkB,4CAMtD,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { IconComponentProps } from '../types/IconComponent';
|
|
2
|
+
|
|
3
|
+
type IllustrationIconArrayProps = Pick<IconComponentProps, 'size'>;
|
|
4
|
+
export declare const IllustrationIconArray: (props: IllustrationIconArrayProps) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export {};
|
|
6
|
+
//# sourceMappingURL=IllustrationIconArray.d.ts.map
|