@goodhood-web/nebenan-base 4.4.2-development.3 → 4.5.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.
Files changed (63) hide show
  1. package/index.js +104 -101
  2. package/index.mjs +25727 -24684
  3. package/lib/Authentication/Registration/RegistrationForm/Steps/Email.d.ts +3 -0
  4. package/lib/ContentCreator/ContentCreator.d.ts +8 -2
  5. package/lib/ContentCreator/ContentCreatorForm.d.ts +3 -0
  6. package/lib/ContentCreator/{ContentCreator.types.d.ts → ContentCreatorForm.types.d.ts} +17 -4
  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 +7 -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/FormModalFields/FormCategory.d.ts +5 -2
  16. package/lib/ContentCreator/components/ContentCreatorFieldWrapper/components/ListModalField/FormModalFields/FormLocation.d.ts +5 -2
  17. package/lib/ContentCreator/components/ContentCreatorFieldWrapper/components/ListModalField/ListModalField.types.d.ts +5 -0
  18. package/lib/ContentCreator/components/ContentCreatorFieldWrapper/components/ListModalField/LocationModalField.d.ts +1 -1
  19. package/lib/ContentCreator/components/ContentCreatorFieldWrapper/components/MarketplaceFields/MarketplaceFields.d.ts +1 -1
  20. package/lib/ContentCreator/components/ContentCreatorFieldWrapper/components/MarketplaceFields/MarketplaceFields.types.d.ts +2 -0
  21. package/lib/ContentCreator/components/ContentCreatorFieldWrapper/components/PostFields/FormRichTextArea.d.ts +10 -5
  22. package/lib/ContentCreator/components/ContentCreatorFieldWrapper/components/ReachTypeField/ReachTypeField.d.ts +1 -1
  23. package/lib/ContentCreator/components/ContentCreatorFieldWrapper/components/ReachTypeField/ReachTypeFields.types.d.ts +4 -1
  24. package/lib/ContentCreator/constants.d.ts +20 -0
  25. package/lib/ContentCreator/mockedData.d.ts +4 -0
  26. package/lib/ContentCreator/network.d.ts +2 -2
  27. package/lib/ContentCreator/utils/general.d.ts +3 -1
  28. package/lib/ContentCreator/utils/payloadGenerators.d.ts +4 -4
  29. package/lib/ContentCreator/validationSchemas/commonSchemas.d.ts +1 -1
  30. package/lib/ContentCreator/validationSchemas/dynamicValidationSchema.d.ts +50 -17
  31. package/lib/ContentCreator/validationSchemas/eventSchema.d.ts +3 -3
  32. package/lib/ContentCreator/validationSchemas/marketplaceSchema.d.ts +38 -5
  33. package/lib/ContentCreator/validationSchemas/postSchema.d.ts +9 -9
  34. package/lib/Feed/FeedItem/Marketplace/MarketplaceBody/MarketplaceBody.d.ts +1 -1
  35. package/lib/Feed/FeedItem/Marketplace/MarketplaceBody/MarketplaceBody.types.d.ts +4 -0
  36. package/lib/Feed/FeedItem/Marketplace/MarketplaceDetailPage/MarketplaceDetailPage.d.ts +3 -1
  37. package/lib/Feed/FeedItem/Marketplace/MarketplaceDetailPage/MarketplaceDetailPage.types.d.ts +6 -0
  38. package/lib/Feed/FeedItem/Replies/ReplySection/network.d.ts +1 -0
  39. package/lib/Feed/FeedItem/Replies/ReplySection/utils.d.ts +1 -0
  40. package/lib/Feed/utils.d.ts +2 -1
  41. package/lib/Forms/Fields/FormPremiumFeatureSelector.d.ts +8 -0
  42. package/lib/Forms/Fields/PasswordField/PasswordField.d.ts +1 -1
  43. package/lib/Forms/Fields/PasswordField/PasswordField.types.d.ts +1 -0
  44. package/lib/Forms/Fields/PasswordField/utils.d.ts +1 -1
  45. package/lib/Forms/Fields/utils.d.ts +2 -0
  46. package/lib/PremiumFeaturePanel/PremiumFeaturePanel.d.ts +3 -0
  47. package/lib/PremiumFeaturePanel/PremiumFeaturePanel.types.d.ts +9 -0
  48. package/lib/PremiumFeaturePanel/components/PaymentChargebeeModal/PaymentChargebeeModal.d.ts +9 -0
  49. package/lib/PremiumFeaturePanel/components/PaymentModal/PaymentModal.d.ts +7 -0
  50. package/lib/PremiumFeaturePanel/components/PremiumFeatureSelector/PremiumFeatureSelector.d.ts +3 -0
  51. package/lib/PremiumFeaturePanel/components/PremiumFeatureSelector/PremiumFeatureSelector.types.d.ts +48 -0
  52. package/lib/PremiumFeaturePanel/components/PremiumFeatureSelector/components/InfoModal/InfoModal.d.ts +5 -0
  53. package/lib/PremiumFeaturePanel/components/PremiumFeatureSelector/components/InfoModal/InfoModal.types.d.ts +15 -0
  54. package/lib/PremiumFeaturePanel/components/PremiumFeatureSelector/network.d.ts +19 -0
  55. package/lib/PremiumFeaturePanel/components/PremiumFeatureSelector/utils.d.ts +3 -0
  56. package/lib/RichTextArea/RichTextArea.types.d.ts +3 -0
  57. package/lib/utils/client.d.ts +16 -0
  58. package/lib/utils/index.d.ts +2 -0
  59. package/lib/utils/server.d.ts +3 -1
  60. package/lib/utils/usePremiumFeatureCheckout.d.ts +7 -0
  61. package/lib/utils/usePremiumFeatureCheckoutCompletion.d.ts +8 -0
  62. package/package.json +3 -2
  63. 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.