@goodhood-web/nebenan-base 3.6.0-development.1 → 3.6.0-development.10
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/index.d.ts +5 -1
- package/index.js +116 -104
- package/index.mjs +26133 -18111
- package/lib/Authentication/LoginForm/LoginForm.d.ts +1 -1
- package/lib/Authentication/LoginForm/LoginForm.types.d.ts +1 -0
- package/lib/Authentication/PasswordForgotten/PasswordForgotten.d.ts +3 -1
- package/lib/Authentication/PasswordReset/PasswordReset.d.ts +2 -2
- package/lib/Authentication/components/AuthenticationCard/AuthenticationCard.d.ts +1 -1
- package/lib/Authentication/components/AuthenticationCard/AuthenticationCard.types.d.ts +1 -0
- package/lib/Authentication/components/DynamicScreen/DynamicScreen.d.ts +1 -1
- package/lib/Authentication/components/DynamicScreen/DynamicScreen.types.d.ts +1 -1
- package/lib/Authentication/components/ScreenCard/ScreenCard.d.ts +1 -1
- package/lib/Authentication/components/ScreenCard/ScreenCard.types.d.ts +5 -2
- package/lib/Authentication/store/auth.d.ts +3 -0
- package/lib/Feed/FeedItem/Marketplace/InteractiveElements/InteractiveCardHeader.d.ts +1 -4
- package/lib/Feed/FeedItem/Marketplace/MarketplaceMoreOptions/ComplaintModalComponent/ComplaintModalComponent.d.ts +3 -5
- package/lib/Feed/FeedItem/Marketplace/MarketplaceMoreOptions/MarketplaceMoreOptions.d.ts +1 -1
- package/lib/Feed/FeedItem/Marketplace/MarketplaceMoreOptions/MarketplaceMoreOptions.types.d.ts +0 -4
- package/lib/Forms/Fields/PasswordField/PasswordField.types.d.ts +0 -1
- package/lib/MultiImageCropper/MultiImageCropper.d.ts +3 -0
- package/lib/MultiImageCropper/MultiImageCropper.types.d.ts +14 -0
- package/lib/MultiImageCropper/components/ImageCropperPanel/ImageCropperPanel.d.ts +13 -0
- package/lib/MultiImageCropper/components/ImageThumbnailGrid/ImageThumbnailGrid.d.ts +12 -0
- package/lib/MultiImageCropper/hooks/useImageLoader.d.ts +5 -0
- package/lib/MultiImageCropper/util.d.ts +3 -0
- package/lib/RichTextArea/ImageUpload/ImageUpload.d.ts +7 -0
- package/lib/RichTextArea/ImagesPreview/ImagesPreview.d.ts +7 -0
- package/lib/RichTextArea/RichTextArea.d.ts +2 -0
- package/lib/RichTextArea/RichTextArea.types.d.ts +62 -0
- package/lib/RichTextArea/components/POI/POIPreview.d.ts +7 -0
- package/lib/RichTextArea/components/POI/POIRecommendation.d.ts +3 -0
- package/lib/RichTextArea/components/POI/POIRecommendation.types.d.ts +11 -0
- package/lib/RichTextArea/components/POI/components/SheetComponents/SheetComponents.d.ts +4 -0
- package/lib/RichTextArea/components/POI/components/SheetComponents/SheetComponents.types.d.ts +21 -0
- package/lib/RichTextArea/components/POI/components/Suggestions/Suggestions.d.ts +3 -0
- package/lib/RichTextArea/components/POI/components/Suggestions/Suggestions.types.d.ts +10 -0
- package/lib/RichTextArea/components/POI/network.d.ts +3 -0
- package/lib/RichTextArea/components/POI/useBusinessProfile.d.ts +5 -0
- package/lib/RichTextArea/components/POI/utils.d.ts +10 -0
- package/lib/RichTextArea/constants.d.ts +11 -0
- package/lib/RichTextArea/lexical/LexicalImagesPreview.d.ts +7 -0
- package/lib/RichTextArea/lexical/nodes/MentionNode.d.ts +29 -0
- package/lib/RichTextArea/lexical/plugins/CharacterLimitPlugin.d.ts +6 -0
- package/lib/RichTextArea/lexical/plugins/LinkPlugin.d.ts +1 -0
- package/lib/RichTextArea/lexical/plugins/MentionPlugin.d.ts +7 -0
- package/lib/RichTextArea/lexical/plugins/ValueConverterPlugin.d.ts +7 -0
- package/lib/RichTextArea/lexical/utils.d.ts +14 -0
- package/lib/RichTextArea/useImageUpload.d.ts +11 -0
- package/lib/RichTextArea/useUrlMetaData.d.ts +15 -0
- package/lib/RichTextArea/utils.d.ts +3 -0
- package/package.json +1 -1
- package/style.css +1 -1
package/index.d.ts
CHANGED
|
@@ -47,6 +47,10 @@ import { default as ReactionSelection } from './lib/Reactions/ReactionSelection/
|
|
|
47
47
|
import { Reaction, ReactionPill, ReactionStack } from './lib/Reactions/ReactionStack';
|
|
48
48
|
import { default as ReactionTabList } from './lib/Reactions/ReactionTabList/ReactionTabList';
|
|
49
49
|
import { default as ResponsiveModal } from './lib/ResponsiveModal/ResponsiveModal';
|
|
50
|
+
import { default as RichTextArea } from './lib/RichTextArea/RichTextArea';
|
|
50
51
|
import { default as ThankYouCard } from './lib/ThankYouCard/ThankYouCard';
|
|
51
52
|
export * from './lib/Forms';
|
|
52
|
-
export {
|
|
53
|
+
export type { RichTextAreaValueType, CoreV3PostInput, ImageFile, } from './lib/RichTextArea/RichTextArea.types';
|
|
54
|
+
export { toCoreV3Format } from './lib/RichTextArea/RichTextArea.types';
|
|
55
|
+
export { useImageUpload } from './lib/RichTextArea/useImageUpload';
|
|
56
|
+
export { AccordionMenu, LoginForm, ChristmasGarland, ComparisonTable, ComplaintModal, ConfirmDialog, ContentCreatorTrigger, DynamicScreen, DesktopLayout, DesktopNavbarSearchField, DesktopNavigationBar, Registration, EmojiPicker, PasswordForgotten, PasswordReset, EmojiSearch, Gallery, Grid, GridFeed, GridItem, HtmlContent, ImageAttachment, ImageCropper, ImageGalleryTrigger, LayoutLoadingSpinner, LinkAttachment, MainLayout, MarkdownRichText, MarketplaceAggregatorCard, MarketplaceDetailPage, MarketplaceItemCardless, MarketplaceMoreOptions, MenuLinkList, MobileHeaderBar, MobileLayout, ModalGallery, NPEAggregator, PointOfInterest, PostAuthor, PostInfo, Profile, ProfileControls, Quote, Reaction, ReactionPill, ReactionSelection, ReactionStack, ReactionTabList, ResponsiveModal, RichTextArea, ThankYouCard, GridFeedAggregator, FeedRouterProvider };
|