@bigbinary/neeto-integrations-frontend 3.0.0 → 3.1.1

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 (82) hide show
  1. package/app/javascript/src/translations/en.json +1 -1
  2. package/dist/Connect.js +99 -0
  3. package/dist/Connect.js.map +1 -0
  4. package/dist/Daily.js +37 -793
  5. package/dist/Daily.js.map +1 -1
  6. package/dist/DailyForm.js +25 -0
  7. package/dist/DailyForm.js.map +1 -0
  8. package/dist/Demo.js +95 -0
  9. package/dist/Demo.js.map +1 -0
  10. package/dist/Finish.js +87 -0
  11. package/dist/Finish.js.map +1 -0
  12. package/dist/Form-394c378d.js +174 -0
  13. package/dist/Form-394c378d.js.map +1 -0
  14. package/dist/Form-f7cb1a3b.js +212 -0
  15. package/dist/Form-f7cb1a3b.js.map +1 -0
  16. package/dist/GoogleCalendar.js +127 -0
  17. package/dist/GoogleCalendar.js.map +1 -0
  18. package/dist/Manage.js +162 -0
  19. package/dist/Manage.js.map +1 -0
  20. package/dist/Modal.js +84 -0
  21. package/dist/Modal.js.map +1 -0
  22. package/dist/Twilio.js +5 -108
  23. package/dist/Twilio.js.map +1 -1
  24. package/dist/ZapierForm.js +14 -103
  25. package/dist/ZapierForm.js.map +1 -1
  26. package/dist/Zoom.js +21 -897
  27. package/dist/Zoom.js.map +1 -1
  28. package/dist/cjs/Connect.js +106 -0
  29. package/dist/cjs/Connect.js.map +1 -0
  30. package/dist/cjs/Daily.js +155 -0
  31. package/dist/cjs/Daily.js.map +1 -0
  32. package/dist/cjs/DailyForm.js +31 -0
  33. package/dist/cjs/DailyForm.js.map +1 -0
  34. package/dist/cjs/Demo.js +102 -0
  35. package/dist/cjs/Demo.js.map +1 -0
  36. package/dist/cjs/Finish.js +113 -0
  37. package/dist/cjs/Finish.js.map +1 -0
  38. package/dist/cjs/GoogleCalendar.js +137 -0
  39. package/dist/cjs/GoogleCalendar.js.map +1 -0
  40. package/dist/cjs/Manage.js +173 -0
  41. package/dist/cjs/Manage.js.map +1 -0
  42. package/dist/cjs/Modal.js +92 -0
  43. package/dist/cjs/Modal.js.map +1 -0
  44. package/dist/{Twilio.cjs.js → cjs/Twilio.js} +22 -125
  45. package/dist/cjs/Twilio.js.map +1 -0
  46. package/dist/{ZapierForm.cjs.js → cjs/ZapierForm.js} +25 -114
  47. package/dist/cjs/ZapierForm.js.map +1 -0
  48. package/dist/cjs/Zoom.js +132 -0
  49. package/dist/cjs/Zoom.js.map +1 -0
  50. package/dist/cjs/index.js +67 -0
  51. package/dist/cjs/index.js.map +1 -0
  52. package/dist/defineProperty-e90a259c.js +43 -0
  53. package/dist/defineProperty-e90a259c.js.map +1 -0
  54. package/dist/defineProperty-f3094d6c.js +45 -0
  55. package/dist/defineProperty-f3094d6c.js.map +1 -0
  56. package/dist/index-2f3a953b.js +86 -0
  57. package/dist/index-2f3a953b.js.map +1 -0
  58. package/dist/index-4bda54e6.js +84 -0
  59. package/dist/index-4bda54e6.js.map +1 -0
  60. package/dist/index.js +49 -1501
  61. package/dist/index.js.map +1 -1
  62. package/dist/query-4f9552ab.js +21 -0
  63. package/dist/query-4f9552ab.js.map +1 -0
  64. package/dist/query-62fcdf0a.js +15 -0
  65. package/dist/query-62fcdf0a.js.map +1 -0
  66. package/dist/slicedToArray-b4278ecd.js +57 -0
  67. package/dist/slicedToArray-b4278ecd.js.map +1 -0
  68. package/dist/slicedToArray-f320d9e7.js +61 -0
  69. package/dist/slicedToArray-f320d9e7.js.map +1 -0
  70. package/package.json +20 -16
  71. package/dist/Daily.cjs.js +0 -945
  72. package/dist/Daily.cjs.js.map +0 -1
  73. package/dist/GoogleCalender.cjs.js +0 -1114
  74. package/dist/GoogleCalender.cjs.js.map +0 -1
  75. package/dist/GoogleCalender.js +0 -1067
  76. package/dist/GoogleCalender.js.map +0 -1
  77. package/dist/Twilio.cjs.js.map +0 -1
  78. package/dist/ZapierForm.cjs.js.map +0 -1
  79. package/dist/Zoom.cjs.js +0 -1044
  80. package/dist/Zoom.cjs.js.map +0 -1
  81. package/dist/index.cjs.js +0 -1573
  82. package/dist/index.cjs.js.map +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-integrations-frontend",
3
- "version": "3.0.0",
3
+ "version": "3.1.1",
4
4
  "description": "UI for integrations in neeto products",
5
5
  "license": "UNLICENSED",
6
6
  "homepage": "https://github.com/bigbinary/neeto-integrations-nano",
@@ -58,14 +58,14 @@
58
58
  "@babel/preset-typescript": "7.23.2",
59
59
  "@babel/runtime": "7.23.2",
60
60
  "@bigbinary/babel-preset-neeto": "1.0.6",
61
- "@bigbinary/eslint-plugin-neeto": "1.5.2",
62
- "@bigbinary/neeto-audit-frontend": "2.0.11",
63
- "@bigbinary/neeto-cist": "1.0.10",
64
- "@bigbinary/neeto-commons-frontend": "3.6.0",
65
- "@bigbinary/neeto-filters-frontend": "3.3.5",
66
- "@bigbinary/neeto-icons": "1.19.0",
67
- "@bigbinary/neeto-molecules": "2.0.4",
68
- "@bigbinary/neetoui": "6.5.13",
61
+ "@bigbinary/eslint-plugin-neeto": "1.5.3",
62
+ "@bigbinary/neeto-audit-frontend": "2.0.14",
63
+ "@bigbinary/neeto-cist": "1.0.12",
64
+ "@bigbinary/neeto-commons-frontend": "4.4.6",
65
+ "@bigbinary/neeto-filters-frontend": "4.3.4",
66
+ "@bigbinary/neeto-icons": "1.20.5",
67
+ "@bigbinary/neeto-molecules": "3.5.2",
68
+ "@bigbinary/neetoui": "8.2.14",
69
69
  "@emotion/is-prop-valid": "1.2.0",
70
70
  "@faker-js/faker": "8.2.0",
71
71
  "@honeybadger-io/js": "6.5.3",
@@ -78,9 +78,10 @@
78
78
  "@rollup/plugin-replace": "5.0.4",
79
79
  "@svgr/rollup": "8.1.0",
80
80
  "@tanstack/react-query": "5.40.0",
81
+ "@tanstack/react-query-devtools": "5.40.0",
81
82
  "antd": "5.10.2",
82
83
  "autoprefixer": "10.4.16",
83
- "axios": "1.6.0",
84
+ "axios": "1.7.4",
84
85
  "babel-loader": "9.1.3",
85
86
  "babel-plugin-istanbul": "6.1.1",
86
87
  "babel-plugin-js-logger": "1.0.17",
@@ -135,6 +136,7 @@
135
136
  "react-dom": "18.2.0",
136
137
  "react-helmet": "6.1.0",
137
138
  "react-i18next": "13.3.1",
139
+ "react-query": "3.39.3",
138
140
  "react-router-dom": "5.3.4",
139
141
  "react-toastify": "8.2.0",
140
142
  "react-transition-group": "4.4.5",
@@ -164,15 +166,16 @@
164
166
  },
165
167
  "peerDependencies": {
166
168
  "@bigbinary/neeto-cist": "latest",
167
- "@bigbinary/neeto-commons-frontend": "3.6.0",
168
- "@bigbinary/neeto-filters-frontend": "3.3.5",
169
- "@bigbinary/neeto-icons": "1.19.0",
170
- "@bigbinary/neeto-molecules": "2.0.4",
171
- "@bigbinary/neetoui": "6.5.13",
169
+ "@bigbinary/neeto-commons-frontend": "4.4.6",
170
+ "@bigbinary/neeto-filters-frontend": "4.3.4",
171
+ "@bigbinary/neeto-icons": "1.20.5",
172
+ "@bigbinary/neeto-molecules": "3.5.2",
173
+ "@bigbinary/neetoui": "8.2.14",
172
174
  "@honeybadger-io/js": "^6.5.3",
173
175
  "@honeybadger-io/react": "^6.1.9",
174
176
  "@tanstack/react-query": "5.40.0",
175
- "axios": "^1.6.0",
177
+ "@tanstack/react-query-devtools": "5.40.0",
178
+ "axios": "1.7.4",
176
179
  "classnames": "^2.3.2",
177
180
  "formik": "^2.4.5",
178
181
  "i18next": "^23.6.0",
@@ -183,6 +186,7 @@
183
186
  "react-dom": "^18.2.0",
184
187
  "react-helmet": "^6.1.0",
185
188
  "react-i18next": "^13.3.1",
189
+ "react-query": "^3.39.3",
186
190
  "react-router-dom": "^5.3.4",
187
191
  "react-toastify": "^8.2.0",
188
192
  "yup": "^0.32.11",