@bigbinary/neeto-molecules 1.3.5 → 1.3.7

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 (42) hide show
  1. package/dist/Breadcrumbs.js +1 -1
  2. package/dist/CalendarView.js +1 -1
  3. package/dist/Codeblock.js +9 -3
  4. package/dist/Codeblock.js.map +1 -1
  5. package/dist/Container.js +1 -1
  6. package/dist/CustomDomainDashboard.js +9 -6
  7. package/dist/CustomDomainDashboard.js.map +1 -1
  8. package/dist/DateRangeFilter.js +3 -3
  9. package/dist/DateRangeFilter.js.map +1 -1
  10. package/dist/EmailForm.js +3 -3
  11. package/dist/EmailForm.js.map +1 -1
  12. package/dist/EmailPreview.js +3 -3
  13. package/dist/EmailPreview.js.map +1 -1
  14. package/dist/Header.js +5 -3
  15. package/dist/Header.js.map +1 -1
  16. package/dist/IntegrationWalkthroughModal.js +2 -2
  17. package/dist/IntegrationWalkthroughModal.js.map +1 -1
  18. package/dist/IpRestriction.js +23 -10
  19. package/dist/IpRestriction.js.map +1 -1
  20. package/dist/LoginPage.js +16 -14
  21. package/dist/LoginPage.js.map +1 -1
  22. package/dist/NavigationHeader.js +1 -1
  23. package/dist/NeetoWidget.js +2 -2
  24. package/dist/NeetoWidget.js.map +1 -1
  25. package/dist/PublishYourItem.js +3 -3
  26. package/dist/PublishYourItem.js.map +1 -1
  27. package/dist/Rename.js +1 -1
  28. package/dist/Schedule.js +26 -23
  29. package/dist/Schedule.js.map +1 -1
  30. package/dist/Security.js +6 -4
  31. package/dist/Security.js.map +1 -1
  32. package/dist/ShareViaEmail.js +3 -3
  33. package/dist/ShareViaEmail.js.map +1 -1
  34. package/dist/Sidebar.js +11 -2
  35. package/dist/Sidebar.js.map +1 -1
  36. package/dist/SubHeader.js +1 -1
  37. package/dist/Taxonomy.js +7 -5
  38. package/dist/Taxonomy.js.map +1 -1
  39. package/package.json +2 -1
  40. package/types/EmailForm.d.ts +1 -1
  41. package/types/PhoneNumber.d.ts +3 -1
  42. package/types/SuffixedInput.d.ts +16 -19
@@ -1263,11 +1263,11 @@ var EmailPreview = withT(function (_ref) {
1263
1263
  }) : /*#__PURE__*/React.createElement("div", {
1264
1264
  className: "space-y-4"
1265
1265
  }, /*#__PURE__*/React.createElement("div", {
1266
- className: "neeto-ui-bg-gray-300 neeto-ui-rounded-full h-2 w-80 max-w-full"
1266
+ className: "neeto-ui-bg-gray-300 neeto-ui-rounded-full h-2 w-48 max-w-full md:w-80"
1267
1267
  }), /*#__PURE__*/React.createElement("div", {
1268
- className: "neeto-ui-bg-gray-300 neeto-ui-rounded-full h-2 w-72 max-w-full"
1268
+ className: "neeto-ui-bg-gray-300 neeto-ui-rounded-full h-2 w-40 max-w-full md:w-72"
1269
1269
  }), /*#__PURE__*/React.createElement("div", {
1270
- className: "neeto-ui-bg-gray-300 neeto-ui-rounded-full h-2 w-80 max-w-full"
1270
+ className: "neeto-ui-bg-gray-300 neeto-ui-rounded-full h-2 w-48 max-w-full md:w-80"
1271
1271
  })), actionButtonText && /*#__PURE__*/React.createElement("div", {
1272
1272
  className: "mt-6 flex w-full items-center justify-center"
1273
1273
  }, /*#__PURE__*/React.createElement(Button, {