@bigbinary/neeto-integrations-frontend 3.1.3 → 3.1.4

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 (49) hide show
  1. package/dist/Connect.js +1 -1
  2. package/dist/Daily.js +2 -2
  3. package/dist/DailyForm.js +2 -2
  4. package/dist/Demo.js +1 -1
  5. package/dist/Finish.js +1 -1
  6. package/dist/{Form-03533b81.js → Form-B8iEPtJp.js} +2 -2
  7. package/dist/{Form-03533b81.js.map → Form-B8iEPtJp.js.map} +1 -1
  8. package/dist/{Form-72ba9c44.js → Form-DCVkfnek.js} +20 -36
  9. package/dist/{Form-72ba9c44.js.map → Form-DCVkfnek.js.map} +1 -1
  10. package/dist/GoogleCalendar.js +1 -1
  11. package/dist/Twilio.js +1 -1
  12. package/dist/Zoom.js +1 -1
  13. package/dist/cjs/Connect.js +7 -13
  14. package/dist/cjs/Connect.js.map +1 -1
  15. package/dist/cjs/Daily.js +7 -15
  16. package/dist/cjs/Daily.js.map +1 -1
  17. package/dist/cjs/DailyForm.js +2 -2
  18. package/dist/cjs/Demo.js +4 -9
  19. package/dist/cjs/Demo.js.map +1 -1
  20. package/dist/cjs/DisconnectAlert.js +4 -11
  21. package/dist/cjs/DisconnectAlert.js.map +1 -1
  22. package/dist/cjs/Finish.js +8 -14
  23. package/dist/cjs/Finish.js.map +1 -1
  24. package/dist/cjs/GoogleCalendar.js +9 -20
  25. package/dist/cjs/GoogleCalendar.js.map +1 -1
  26. package/dist/cjs/Manage.js +11 -20
  27. package/dist/cjs/Manage.js.map +1 -1
  28. package/dist/cjs/Modal.js +8 -14
  29. package/dist/cjs/Modal.js.map +1 -1
  30. package/dist/cjs/Twilio.js +20 -31
  31. package/dist/cjs/Twilio.js.map +1 -1
  32. package/dist/cjs/WalkthroughModal.js +7 -14
  33. package/dist/cjs/WalkthroughModal.js.map +1 -1
  34. package/dist/cjs/ZapierForm.js +24 -40
  35. package/dist/cjs/ZapierForm.js.map +1 -1
  36. package/dist/cjs/Zoom.js +6 -13
  37. package/dist/cjs/Zoom.js.map +1 -1
  38. package/dist/cjs/index.js +3 -5
  39. package/dist/cjs/index.js.map +1 -1
  40. package/dist/{index-4bda54e6.js → index-MS1ts-9f.js} +1 -1
  41. package/dist/{index-4bda54e6.js.map → index-MS1ts-9f.js.map} +1 -1
  42. package/dist/{index-2f3a953b.js → index-dxk7jTL7.js} +1 -1
  43. package/dist/{index-2f3a953b.js.map → index-dxk7jTL7.js.map} +1 -1
  44. package/dist/index.js +3 -3
  45. package/dist/{query-62fcdf0a.js → query-D2CcgTB0.js} +2 -2
  46. package/dist/{query-62fcdf0a.js.map → query-D2CcgTB0.js.map} +1 -1
  47. package/dist/{query-4f9552ab.js → query-MCAJv0II.js} +1 -1
  48. package/dist/{query-4f9552ab.js.map → query-MCAJv0II.js.map} +1 -1
  49. package/package.json +13 -13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-integrations-frontend",
3
- "version": "3.1.3",
3
+ "version": "3.1.4",
4
4
  "description": "UI for integrations in neeto products",
5
5
  "license": "UNLICENSED",
6
6
  "homepage": "https://github.com/bigbinary/neeto-integrations-nano",
@@ -28,7 +28,7 @@
28
28
  }
29
29
  },
30
30
  "scripts": {
31
- "build": "NODE_ENV=production rollup -c --environment production",
31
+ "build": "NODE_ENV=production rollup --bundleConfigAsCjs -c --environment production",
32
32
  "build-preview": "NODE_ENV=production webpack",
33
33
  "prepare": "husky install",
34
34
  "release": "yarn build && yalc push --sig"
@@ -60,11 +60,11 @@
60
60
  "@bigbinary/babel-preset-neeto": "^1.0.3",
61
61
  "@bigbinary/eslint-plugin-neeto": "1.5.4",
62
62
  "@bigbinary/neeto-cist": "1.0.12",
63
- "@bigbinary/neeto-commons-frontend": "4.6.3",
64
- "@bigbinary/neeto-filters-frontend": "4.3.4",
65
- "@bigbinary/neeto-icons": "1.20.7",
66
- "@bigbinary/neeto-molecules": "3.7.7",
67
- "@bigbinary/neetoui": "8.2.18",
63
+ "@bigbinary/neeto-commons-frontend": "4.8.6",
64
+ "@bigbinary/neeto-filters-frontend": "4.3.5",
65
+ "@bigbinary/neeto-icons": "1.20.8",
66
+ "@bigbinary/neeto-molecules": "3.7.24",
67
+ "@bigbinary/neetoui": "8.2.25",
68
68
  "@emotion/is-prop-valid": "1.2.0",
69
69
  "@faker-js/faker": "8.2.0",
70
70
  "@honeybadger-io/js": "^6.4.1",
@@ -140,7 +140,7 @@
140
140
  "react-toastify": "8.0.2",
141
141
  "react-transition-group": "4.4.5",
142
142
  "react_ujs": "^3.1.1",
143
- "rollup": "2.79.1",
143
+ "rollup": "^4.24.0",
144
144
  "rollup-plugin-analyzer": "4.0.0",
145
145
  "rollup-plugin-cleaner": "1.0.0",
146
146
  "rollup-plugin-copy": "^3.5.0",
@@ -168,11 +168,11 @@
168
168
  "peerDependencies": {
169
169
  "@babel/runtime": "7.19.0",
170
170
  "@bigbinary/neeto-cist": "1.0.12",
171
- "@bigbinary/neeto-commons-frontend": "4.6.3",
172
- "@bigbinary/neeto-filters-frontend": "4.3.4",
173
- "@bigbinary/neeto-icons": "1.20.7",
174
- "@bigbinary/neeto-molecules": "3.7.7",
175
- "@bigbinary/neetoui": "8.2.18",
171
+ "@bigbinary/neeto-commons-frontend": "4.8.6",
172
+ "@bigbinary/neeto-filters-frontend": "4.3.5",
173
+ "@bigbinary/neeto-icons": "1.20.8",
174
+ "@bigbinary/neeto-molecules": "3.7.24",
175
+ "@bigbinary/neetoui": "8.2.25",
176
176
  "@honeybadger-io/js": "^6.4.1",
177
177
  "@honeybadger-io/react": "^6.1.3",
178
178
  "@tanstack/react-query": "5.40.0",