@goodhood-web/nebenan-base 1.9.0-development.47 → 1.9.0-development.49

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 (62) hide show
  1. package/index.d.ts +0 -1
  2. package/index.js +24 -24
  3. package/index.mjs +854 -858
  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 +0 -1
  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 +0 -1
  22. package/lib/LayoutLoadingSpinner/assets/index.d.ts +0 -1
  23. package/lib/MainLayout/MainLayout.d.ts +0 -1
  24. package/lib/MainLayout/MainLayout.types.d.ts +0 -1
  25. package/lib/MarketplaceAggregatorCard/MarketplaceAggregatorCard.d.ts +0 -1
  26. package/lib/MarketplaceAggregatorCard/MarketplaceAggregatorCard.example.d.ts +0 -1
  27. package/lib/MarketplaceBody/MarketplaceBody.d.ts +0 -1
  28. package/lib/MarketplaceBody/MarketplaceBody.types.d.ts +0 -1
  29. package/lib/MenuLinkList/MenuLinkList.d.ts +0 -1
  30. package/lib/MenuLinkList/MenuLinkList.types.d.ts +0 -1
  31. package/lib/MobileLayout/MobileLayout.d.ts +0 -1
  32. package/lib/MobileLayout/MobileLayout.types.d.ts +0 -1
  33. package/lib/MobileLayout/components/MobileHeaderBar/MobileHeaderBar.d.ts +0 -1
  34. package/lib/MobileLayout/components/MobileHeaderBar/MobileHeaderBar.types.d.ts +0 -1
  35. package/lib/MobileLayout/utils/index.d.ts +0 -1
  36. package/lib/PointOfInterest/PointOfInterest.d.ts +0 -1
  37. package/lib/PointOfInterest/assets/index.d.ts +0 -1
  38. package/lib/PointOfInterest/components/POIPlaceholder.d.ts +0 -1
  39. package/lib/PostAuthor/PostAuthor.d.ts +0 -1
  40. package/lib/PostAuthor/PostAuthor.types.d.ts +0 -1
  41. package/lib/PostAuthor/Rating/Rating.d.ts +0 -1
  42. package/lib/Profile/Profile.d.ts +0 -1
  43. package/lib/ProfileControls/ProfileControls.d.ts +0 -1
  44. package/lib/ProfileControls/ProfileControls.types.d.ts +0 -1
  45. package/lib/ProfileControls/components/MoreMenu/MoreMenu.d.ts +0 -1
  46. package/lib/ProfileControls/components/PointOfInterestProfileTile/PointOfInterestProfileTile.d.ts +0 -1
  47. package/lib/ProfileControls/components/PointOfInterestProfileTile/PointOfInterestProfileTile.types.d.ts +0 -1
  48. package/lib/Reactions/ReactionSelection/ReactionSelection.d.ts +0 -1
  49. package/lib/Reactions/ReactionSelection/ReactionSelection.types.d.ts +0 -1
  50. package/lib/Reactions/ReactionStack/ReactionStack.d.ts +0 -1
  51. package/lib/Reactions/ReactionStack/ReactionStack.types.d.ts +0 -1
  52. package/lib/Reactions/ReactionStack/components/ReactionItem/ReactionItem.d.ts +0 -1
  53. package/lib/Reactions/ReactionStack/components/ReactionItem/ReactionItem.types.d.ts +0 -1
  54. package/lib/Reactions/ReactionStack/components/ReactionPill/ReactionPill.d.ts +0 -1
  55. package/lib/Reactions/ReactionStack/components/ReactionPill/ReactionPill.type.d.ts +0 -1
  56. package/lib/Reactions/ReactionTabList/ReactionTabList.d.ts +0 -1
  57. package/lib/Reactions/ReactionTabList/ReactionTabList.types.d.ts +0 -1
  58. package/lib/Reactions/utils.d.ts +0 -1
  59. package/lib/ResponsiveModal/ResponsiveModal.d.ts +0 -1
  60. package/lib/ResponsiveModal/ResponsiveModal.types.d.ts +0 -1
  61. package/package.json +1 -1
  62. package/style.css +1 -1
package/index.d.ts CHANGED
@@ -24,5 +24,4 @@ import { default as ReactionSelection } from './lib/Reactions/ReactionSelection/
24
24
  import { Reaction, ReactionPill, ReactionStack } from './lib/Reactions/ReactionStack';
25
25
  import { default as ReactionTabList } from './lib/Reactions/ReactionTabList/ReactionTabList';
26
26
  import { default as ResponsiveModal } from './lib/ResponsiveModal/ResponsiveModal';
27
-
28
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, };