@goodhood-web/nebenan-base 4.2.0 → 4.3.0-development.1
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 +3 -1
- package/index.js +104 -91
- package/index.mjs +13162 -12821
- package/lib/AttendeesModal/AttendeesModal.d.ts +3 -0
- package/lib/AttendeesModal/AttendeesModal.types.d.ts +4 -0
- package/lib/AttendeesModal/components/AttendeesList/AttendeesList.d.ts +3 -0
- package/lib/AttendeesModal/components/AttendeesList/AttendeesList.types.d.ts +8 -0
- package/lib/AttendeesModal/components/index.d.ts +2 -0
- package/lib/AttendeesModal/network.d.ts +4 -0
- package/lib/AttendeesModal/utils.d.ts +11 -0
- package/lib/Authentication/Registration/RegistrationForm/network.d.ts +1 -1
- package/lib/Authentication/Registration/utils.d.ts +1 -1
- package/lib/ContentCreator/validationSchemas/dynamicValidationSchema.d.ts +10 -10
- package/lib/ContentCreator/validationSchemas/eventSchema.d.ts +2 -2
- package/lib/ContentCreator/validationSchemas/marketplaceSchema.d.ts +2 -2
- package/lib/ContentCreator/validationSchemas/postSchema.d.ts +2 -2
- package/lib/ContentCreator/validationSchemas/recommendationSchema.d.ts +2 -2
- package/lib/ContentCreator/validationSchemas/searchSchema.d.ts +2 -2
- package/lib/Feed/FeedItem/Replies/ReplyReactions/network.d.ts +1 -0
- package/lib/Forms/DynamicForm/DynamicForm.d.ts +10 -3
- package/lib/Forms/DynamicForm/StandaloneDynamicForm.d.ts +19 -0
- package/lib/Forms/Form/utils/parseApiErrors.d.ts +2 -2
- package/lib/Forms/Wizard/Wizard.d.ts +1 -1
- package/lib/Forms/Wizard/WizardContext.d.ts +4 -0
- package/lib/Forms/index.d.ts +2 -1
- package/lib/InviteModal/InviteModal.d.ts +3 -0
- package/lib/InviteModal/InviteModal.types.d.ts +3 -0
- package/lib/InviteModal/components/InviteeList/InviteeList.d.ts +3 -0
- package/lib/InviteModal/components/InviteeList/InviteeList.types.d.ts +10 -0
- package/lib/InviteModal/components/InviteeList/netwrok.d.ts +1 -0
- package/lib/InviteModal/components/index.d.ts +2 -0
- package/lib/InviteModal/network.d.ts +4 -0
- package/lib/InviteModal/utils.d.ts +9 -0
- package/lib/RichTextArea/components/POI/components/Intro/Intro.d.ts +4 -0
- package/lib/RichTextArea/components/POI/components/Suggestions/Suggestions.d.ts +1 -1
- package/lib/RichTextArea/components/POI/components/Suggestions/Suggestions.types.d.ts +1 -0
- package/lib/SearchableList/SearchableList.d.ts +3 -0
- package/lib/SearchableList/SearchableList.types.d.ts +16 -0
- package/lib/SearchableList/components/Content/Content.d.ts +3 -0
- package/lib/SearchableList/components/Content/Content.types.d.ts +10 -0
- package/lib/SearchableList/components/Footer/Footer.d.ts +3 -0
- package/lib/SearchableList/components/Footer/Footer.types.d.ts +3 -0
- package/lib/SearchableList/components/Header/Header.d.ts +3 -0
- package/lib/SearchableList/components/Header/Header.types.d.ts +11 -0
- package/lib/SearchableList/components/Label/Label.d.ts +4 -0
- package/lib/SearchableList/components/SearchInput/SearchInput.d.ts +3 -0
- package/lib/SearchableList/components/SearchInput/SearchInput.types.d.ts +11 -0
- package/lib/utils/client.d.ts +5 -0
- package/package.json +1 -1
- package/style.css +1 -1
- /package/lib/RichTextArea/components/POI/components/{SheetComponents → SheetComponents copy}/SheetComponents.d.ts +0 -0
- /package/lib/RichTextArea/components/POI/components/{SheetComponents → SheetComponents copy}/SheetComponents.types.d.ts +0 -0
package/index.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { default as AccordionMenu } from './lib/AccordionMenu/AccordionMenu';
|
|
2
2
|
import { default as LinkAttachment } from './lib/Attachments/LinkAttachment/LinkAttachment';
|
|
3
|
+
import { default as AttendeesModal } from './lib/AttendeesModal/AttendeesModal';
|
|
3
4
|
import { default as LoginForm } from './lib/Authentication/LoginForm/LoginForm';
|
|
4
5
|
import { default as PasswordForgotten } from './lib/Authentication/PasswordForgotten/PasswordForgotten';
|
|
5
6
|
import { default as PasswordReset } from './lib/Authentication/PasswordReset/PasswordReset';
|
|
@@ -35,6 +36,7 @@ import { default as HtmlContent } from './lib/HtmlContent/HtmlContent';
|
|
|
35
36
|
import { default as ImageAttachment } from './lib/ImageAttachment/ImageAttachment';
|
|
36
37
|
import { default as ImageCropper } from './lib/ImageCropper/ImageCropper';
|
|
37
38
|
import { default as ImageGalleryTrigger } from './lib/ImageGalleryTrigger/ImageGalleryTrigger';
|
|
39
|
+
import { default as InviteModal } from './lib/InviteModal/InviteModal';
|
|
38
40
|
import { default as LayoutLoadingSpinner } from './lib/LayoutLoadingSpinner/LayoutLoadingSpinner';
|
|
39
41
|
import { default as MainLayout } from './lib/MainLayout/MainLayout';
|
|
40
42
|
import { default as MarkdownRichText } from './lib/MarkdownRichText/MarkdownRichText';
|
|
@@ -62,4 +64,4 @@ export type { Prompt, PromptCardProps, PromptColor, } from './lib/PromptCard/Pro
|
|
|
62
64
|
export { toCoreV3Format } from './lib/RichTextArea/RichTextArea.types';
|
|
63
65
|
export type { CoreV3PostInput, ImageFile, RichTextAreaValueType, } from './lib/RichTextArea/RichTextArea.types';
|
|
64
66
|
export { useImageUpload } from './lib/RichTextArea/useImageUpload';
|
|
65
|
-
export { AccordionMenu, ChristmasGarland, ComparisonTable, ComplaintModal, ConfirmDialog, ContentCreatorTrigger, DesktopLayout, DesktopNavbarSearchField, DesktopNavigationBar, DynamicScreen, EmojiPicker, EmojiSearch, FeedEmptyStateCard, FeedRouterProvider, Gallery, Feed, LazyFeed, MarketplaceFeedPage, Grid, GridItem, HtmlContent, ImageAttachment, ImageCropper, ImageGalleryTrigger, LayoutLoadingSpinner, LinkAttachment, LoginForm, MainLayout, MarkdownRichText, MarketplaceAbTestProvider, MarketplaceAggregatorCard, MarketplaceDetailPage, MarketplaceHighlightVariant, MarketplaceImageCropper, MarketplaceItemCardless, MarketplaceMoreOptions, MenuLinkList, MobileHeaderBar, MobileLayout, ModalGallery, NPEAggregator, PasswordForgotten, PasswordReset, PointOfInterest, PostAuthor, PostInfo, Profile, ProfileControls, Quote, Reaction, ReactionPill, ReactionSelection, ReactionStack, ReactionTabList,
|
|
67
|
+
export { AccordionMenu, ChristmasGarland, ComparisonTable, ComplaintModal, ConfirmDialog, ContentCreatorTrigger, DesktopLayout, DesktopNavbarSearchField, DesktopNavigationBar, InviteModal, AttendeesModal, Registration, DynamicScreen, EmojiPicker, EmojiSearch, FeedEmptyStateCard, FeedRouterProvider, Gallery, Feed, LazyFeed, MarketplaceFeedPage, Grid, GridItem, HtmlContent, ImageAttachment, ImageCropper, ImageGalleryTrigger, LayoutLoadingSpinner, LinkAttachment, LoginForm, MainLayout, MarkdownRichText, MarketplaceAbTestProvider, MarketplaceAggregatorCard, MarketplaceDetailPage, MarketplaceHighlightVariant, MarketplaceImageCropper, MarketplaceItemCardless, MarketplaceMoreOptions, MenuLinkList, MobileHeaderBar, MobileLayout, ModalGallery, NPEAggregator, PasswordForgotten, PasswordReset, PointOfInterest, PostAuthor, PostInfo, Profile, ProfileControls, Quote, Reaction, ReactionPill, ReactionSelection, ReactionStack, ReactionTabList, ResponsiveModal, RichTextArea, ThankYouCard, ContentCreator, PromptCard, useMarketplaceAbTest, };
|