@goodhood-web/nebenan-base 1.9.0-development.5 → 1.9.0-development.50

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.
Files changed (63) hide show
  1. package/index.d.ts +4 -2
  2. package/index.js +31 -192
  3. package/index.mjs +9721 -24615
  4. package/lib/AccordionMenu/AccordionMenu.d.ts +0 -1
  5. package/lib/AccordionMenu/AccordionMenu.types.d.ts +0 -1
  6. package/lib/ComparisonTable/ComparisonTable.d.ts +0 -1
  7. package/lib/ComplaintModal/ComplaintModal.d.ts +0 -1
  8. package/lib/ConfirmDialog/ConfirmDialog.d.ts +0 -1
  9. package/lib/ConfirmDialog/ConfirmDialog.types.d.ts +0 -1
  10. package/lib/ContentCreatorTrigger/ContentCreatorTrigger.d.ts +0 -1
  11. package/lib/DesktopLayout/DesktopLayout.d.ts +0 -1
  12. package/lib/DesktopLayout/DesktopLayout.types.d.ts +0 -1
  13. package/lib/DesktopLayoutTwoColumn/DesktopLayoutTwoColumn.d.ts +0 -1
  14. package/lib/DesktopLayoutTwoColumn/DesktopLayoutTwoColumn.types.d.ts +0 -1
  15. package/lib/DesktopNavbarSearchField/DesktopNavbarSearchField.d.ts +0 -1
  16. package/lib/DesktopNavbarSearchField/DesktopNavbarSearchField.types.d.ts +2 -3
  17. package/lib/DesktopNavigationBar/DesktopNavigationBar.d.ts +0 -1
  18. package/lib/DesktopNavigationBar/DesktopNavigationBar.types.d.ts +0 -1
  19. package/lib/EmojiPicker/EmojiPicker.d.ts +0 -1
  20. package/lib/EmojiPicker/EmojiPicker.types.d.ts +0 -1
  21. package/lib/ImageGalleryTrigger/ImageGalleryTrigger.d.ts +3 -0
  22. package/lib/ImageGalleryTrigger/ImageGalleryTrigger.types.d.ts +6 -0
  23. package/lib/LayoutLoadingSpinner/assets/index.d.ts +0 -1
  24. package/lib/MainLayout/MainLayout.d.ts +0 -1
  25. package/lib/MainLayout/MainLayout.types.d.ts +0 -1
  26. package/lib/MarketplaceAggregatorCard/MarketplaceAggregatorCard.d.ts +0 -1
  27. package/lib/MarketplaceAggregatorCard/MarketplaceAggregatorCard.example.d.ts +0 -1
  28. package/lib/MarketplaceBody/MarketplaceBody.d.ts +0 -1
  29. package/lib/MarketplaceBody/MarketplaceBody.types.d.ts +0 -1
  30. package/lib/MenuLinkList/MenuLinkList.d.ts +0 -1
  31. package/lib/MenuLinkList/MenuLinkList.types.d.ts +0 -1
  32. package/lib/MobileLayout/MobileLayout.d.ts +0 -1
  33. package/lib/MobileLayout/MobileLayout.types.d.ts +0 -1
  34. package/lib/MobileLayout/components/MobileHeaderBar/MobileHeaderBar.d.ts +0 -1
  35. package/lib/MobileLayout/components/MobileHeaderBar/MobileHeaderBar.types.d.ts +0 -1
  36. package/lib/MobileLayout/utils/index.d.ts +0 -1
  37. package/lib/PointOfInterest/PointOfInterest.d.ts +0 -1
  38. package/lib/PointOfInterest/assets/index.d.ts +0 -1
  39. package/lib/PointOfInterest/components/POIPlaceholder.d.ts +0 -1
  40. package/lib/PostAuthor/PostAuthor.d.ts +0 -1
  41. package/lib/PostAuthor/PostAuthor.types.d.ts +0 -1
  42. package/lib/PostAuthor/Rating/Rating.d.ts +0 -1
  43. package/lib/Profile/Profile.d.ts +0 -1
  44. package/lib/ProfileControls/ProfileControls.d.ts +3 -0
  45. package/lib/ProfileControls/ProfileControls.types.d.ts +15 -0
  46. package/lib/ProfileControls/components/MoreMenu/MoreMenu.d.ts +7 -0
  47. package/lib/ProfileControls/components/PointOfInterestProfileTile/PointOfInterestProfileTile.d.ts +3 -0
  48. package/lib/ProfileControls/components/PointOfInterestProfileTile/PointOfInterestProfileTile.types.d.ts +7 -0
  49. package/lib/Reactions/ReactionSelection/ReactionSelection.d.ts +0 -1
  50. package/lib/Reactions/ReactionSelection/ReactionSelection.types.d.ts +0 -1
  51. package/lib/Reactions/ReactionStack/ReactionStack.d.ts +0 -1
  52. package/lib/Reactions/ReactionStack/ReactionStack.types.d.ts +0 -1
  53. package/lib/Reactions/ReactionStack/components/ReactionItem/ReactionItem.d.ts +0 -1
  54. package/lib/Reactions/ReactionStack/components/ReactionItem/ReactionItem.types.d.ts +0 -1
  55. package/lib/Reactions/ReactionStack/components/ReactionPill/ReactionPill.d.ts +0 -1
  56. package/lib/Reactions/ReactionStack/components/ReactionPill/ReactionPill.type.d.ts +0 -1
  57. package/lib/Reactions/ReactionTabList/ReactionTabList.d.ts +0 -1
  58. package/lib/Reactions/ReactionTabList/ReactionTabList.types.d.ts +0 -1
  59. package/lib/Reactions/utils.d.ts +0 -1
  60. package/lib/ResponsiveModal/ResponsiveModal.d.ts +3 -0
  61. package/lib/ResponsiveModal/ResponsiveModal.types.d.ts +9 -0
  62. package/package.json +5 -6
  63. package/style.css +1 -1
package/index.d.ts CHANGED
@@ -8,6 +8,7 @@ import { default as DesktopNavbarSearchField } from './lib/DesktopNavbarSearchFi
8
8
  import { default as DesktopNavigationBar } from './lib/DesktopNavigationBar/DesktopNavigationBar';
9
9
  import { default as EmojiPicker } from './lib/EmojiPicker/EmojiPicker';
10
10
  import { default as EmojiSearch } from './lib/EmojiPicker/EmojiSearch';
11
+ import { default as ImageGalleryTrigger } from './lib/ImageGalleryTrigger/ImageGalleryTrigger';
11
12
  import { default as LayoutLoadingSpinner } from './lib/LayoutLoadingSpinner/LayoutLoadingSpinner';
12
13
  import { default as MainLayout } from './lib/MainLayout/MainLayout';
13
14
  import { default as MarketplaceAggregatorCard } from './lib/MarketplaceAggregatorCard/MarketplaceAggregatorCard';
@@ -18,8 +19,9 @@ import { default as MobileHeaderBar } from './lib/MobileLayout/components/Mobile
18
19
  import { default as PointOfInterest } from './lib/PointOfInterest/PointOfInterest';
19
20
  import { default as PostAuthor } from './lib/PostAuthor/PostAuthor';
20
21
  import { default as Profile } from './lib/Profile/Profile';
22
+ import { default as ProfileControls } from './lib/ProfileControls/ProfileControls';
21
23
  import { default as ReactionSelection } from './lib/Reactions/ReactionSelection/ReactionSelection';
22
24
  import { Reaction, ReactionPill, ReactionStack } from './lib/Reactions/ReactionStack';
23
25
  import { default as ReactionTabList } from './lib/Reactions/ReactionTabList/ReactionTabList';
24
-
25
- export { AccordionMenu, ComparisonTable, ComplaintModal, ConfirmDialog, ContentCreatorTrigger, DesktopLayout, DesktopNavbarSearchField, DesktopNavigationBar, EmojiPicker, EmojiSearch, LayoutLoadingSpinner, MainLayout, MarketplaceBody, MarketplaceAggregatorCard, MenuLinkList, MobileHeaderBar, MobileLayout, PointOfInterest, PostAuthor, Profile, Reaction, ReactionPill, ReactionSelection, ReactionStack, ReactionTabList, };
26
+ import { default as ResponsiveModal } from './lib/ResponsiveModal/ResponsiveModal';
27
+ export { AccordionMenu, ComparisonTable, ComplaintModal, ConfirmDialog, ContentCreatorTrigger, DesktopLayout, DesktopNavbarSearchField, DesktopNavigationBar, EmojiPicker, EmojiSearch, ImageGalleryTrigger, LayoutLoadingSpinner, MainLayout, MarketplaceBody, MarketplaceAggregatorCard, MenuLinkList, MobileHeaderBar, MobileLayout, PointOfInterest, PostAuthor, Profile, Reaction, ReactionPill, ReactionSelection, ReactionStack, ReactionTabList, ResponsiveModal, ProfileControls, };