@goodhood-web/nebenan-base 4.5.0-development.3 → 4.5.0-development.31

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 (64) hide show
  1. package/index.js +97 -95
  2. package/index.mjs +23712 -23360
  3. package/lib/Authentication/Registration/RegistrationForm/Steps/Email.d.ts +3 -0
  4. package/lib/ContentCreator/ContentCreator.d.ts +1 -1
  5. package/lib/ContentCreator/ContentCreatorForm.d.ts +2 -2
  6. package/lib/ContentCreator/ContentCreatorForm.types.d.ts +32 -5
  7. package/lib/ContentCreator/components/ContentCreatorFieldWrapper/ContentCreatorFieldsWrapper.d.ts +2 -2
  8. package/lib/ContentCreator/components/ContentCreatorFieldWrapper/components/ContentFieldsSheet/ContentFieldsSheet.d.ts +3 -3
  9. package/lib/ContentCreator/components/ContentCreatorFieldWrapper/components/ContentFieldsSheet/ContentFieldsSheet.types.d.ts +10 -0
  10. package/lib/ContentCreator/components/ContentCreatorFieldWrapper/components/ContentTypeField/ContentTypeField.d.ts +1 -1
  11. package/lib/ContentCreator/components/ContentCreatorFieldWrapper/components/ContentTypeField/ContentTypeField.types.d.ts +1 -0
  12. package/lib/ContentCreator/components/ContentCreatorFieldWrapper/components/EventFields/EventFields.d.ts +1 -1
  13. package/lib/ContentCreator/components/ContentCreatorFieldWrapper/components/EventFields/EventFields.types.d.ts +2 -0
  14. package/lib/ContentCreator/components/ContentCreatorFieldWrapper/components/ListModalField/CategoryModalField.d.ts +1 -1
  15. package/lib/ContentCreator/components/ContentCreatorFieldWrapper/components/ListModalField/DropdownButton.d.ts +1 -1
  16. package/lib/ContentCreator/components/ContentCreatorFieldWrapper/components/ListModalField/FormModalFields/FormCategory.d.ts +5 -2
  17. package/lib/ContentCreator/components/ContentCreatorFieldWrapper/components/ListModalField/FormModalFields/FormLocation.d.ts +5 -2
  18. package/lib/ContentCreator/components/ContentCreatorFieldWrapper/components/ListModalField/ListModalField.types.d.ts +6 -0
  19. package/lib/ContentCreator/components/ContentCreatorFieldWrapper/components/ListModalField/LocationModalField.d.ts +1 -1
  20. package/lib/ContentCreator/components/ContentCreatorFieldWrapper/components/MarketplaceFields/FormMarketplaceImageCropper.d.ts +2 -1
  21. package/lib/ContentCreator/components/ContentCreatorFieldWrapper/components/MarketplaceFields/MarketplaceFields.d.ts +1 -1
  22. package/lib/ContentCreator/components/ContentCreatorFieldWrapper/components/MarketplaceFields/MarketplaceFields.types.d.ts +1 -0
  23. package/lib/ContentCreator/components/ContentCreatorFieldWrapper/components/PostFields/FormRichTextArea.d.ts +9 -5
  24. package/lib/ContentCreator/components/ContentCreatorFieldWrapper/components/PostFields/PostFields.d.ts +1 -1
  25. package/lib/ContentCreator/components/ContentCreatorFieldWrapper/components/PostFields/PostFields.types.d.ts +5 -0
  26. package/lib/ContentCreator/components/ContentCreatorFieldWrapper/components/ReachTypeField/ReachTypeField.d.ts +1 -1
  27. package/lib/ContentCreator/components/ContentCreatorFieldWrapper/components/ReachTypeField/ReachTypeFields.types.d.ts +4 -1
  28. package/lib/ContentCreator/constants.d.ts +0 -84
  29. package/lib/ContentCreator/mockedData.d.ts +4 -0
  30. package/lib/ContentCreator/network.d.ts +3 -3
  31. package/lib/ContentCreator/utils/general.d.ts +0 -2
  32. package/lib/ContentCreator/utils/images.d.ts +1 -0
  33. package/lib/ContentCreator/utils/payloadGenerators.d.ts +5 -4
  34. package/lib/ContentCreator/validationSchemas/commonSchemas.d.ts +2 -2
  35. package/lib/ContentCreator/validationSchemas/dynamicValidationSchema.d.ts +17 -17
  36. package/lib/ContentCreator/validationSchemas/eventSchema.d.ts +3 -3
  37. package/lib/ContentCreator/validationSchemas/marketplaceSchema.d.ts +5 -5
  38. package/lib/ContentCreator/validationSchemas/postSchema.d.ts +9 -9
  39. package/lib/Feed/FeedItem/Marketplace/MarketplaceBody/MarketplaceBody.d.ts +1 -1
  40. package/lib/Feed/FeedItem/Marketplace/MarketplaceBody/MarketplaceBody.types.d.ts +1 -0
  41. package/lib/Feed/FeedItem/Marketplace/MarketplaceDetailPage/MarketplaceDetailPage.d.ts +3 -1
  42. package/lib/Feed/FeedItem/Marketplace/MarketplaceDetailPage/MarketplaceDetailPage.types.d.ts +1 -0
  43. package/lib/Feed/FeedItem/Replies/ReplySection/network.d.ts +1 -0
  44. package/lib/Feed/FeedItem/Replies/ReplySection/utils.d.ts +1 -0
  45. package/lib/Feed/utils.d.ts +1 -0
  46. package/lib/Forms/Fields/PasswordField/PasswordField.d.ts +1 -1
  47. package/lib/Forms/Fields/PasswordField/PasswordField.types.d.ts +1 -0
  48. package/lib/Forms/Fields/PasswordField/utils.d.ts +1 -1
  49. package/lib/Forms/Fields/utils.d.ts +2 -0
  50. package/lib/MarketplaceImageCropper/MarketplaceImageCropper.d.ts +1 -1
  51. package/lib/MarketplaceImageCropper/MarketplaceImageCropper.types.d.ts +1 -0
  52. package/lib/MarketplaceImageCropper/components/ImageThumbnailGrid/ImageThumbnailGrid.d.ts +2 -1
  53. package/lib/MultiImageCropper/components/ImageCropperPanel/ImageCropperPanel.d.ts +1 -1
  54. package/lib/PremiumFeaturePanel/PremiumFeaturePanel.d.ts +1 -1
  55. package/lib/PremiumFeaturePanel/PremiumFeaturePanel.types.d.ts +2 -0
  56. package/lib/RichTextArea/RichTextArea.types.d.ts +5 -0
  57. package/lib/RichTextArea/components/POI/POIRecommendation.types.d.ts +1 -0
  58. package/lib/RichTextArea/lexical/plugins/MentionPlugin.d.ts +2 -1
  59. package/lib/RichTextArea/lexical/utils.d.ts +1 -1
  60. package/lib/SearchableList/SearchableList.d.ts +1 -1
  61. package/lib/SearchableList/SearchableList.types.d.ts +1 -0
  62. package/lib/SearchableList/components/SearchInput/SearchInput.types.d.ts +1 -0
  63. package/package.json +4 -2
  64. package/style.css +1 -1

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.