@bigbinary/neeto-integrations-frontend 3.1.0 → 3.1.2

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 (90) hide show
  1. package/dist/Connect.js +99 -0
  2. package/dist/Connect.js.map +1 -0
  3. package/dist/Daily.js +38 -743
  4. package/dist/Daily.js.map +1 -1
  5. package/dist/DailyForm.js +28 -0
  6. package/dist/DailyForm.js.map +1 -0
  7. package/dist/Demo.js +95 -0
  8. package/dist/Demo.js.map +1 -0
  9. package/dist/DisconnectAlert.js +66 -0
  10. package/dist/DisconnectAlert.js.map +1 -0
  11. package/dist/Finish.js +87 -0
  12. package/dist/Finish.js.map +1 -0
  13. package/dist/Form-7001e768.js +174 -0
  14. package/dist/Form-7001e768.js.map +1 -0
  15. package/dist/Form-f0bbc792.js +211 -0
  16. package/dist/Form-f0bbc792.js.map +1 -0
  17. package/dist/GoogleCalendar.js +127 -0
  18. package/dist/GoogleCalendar.js.map +1 -0
  19. package/dist/Manage.js +164 -0
  20. package/dist/Manage.js.map +1 -0
  21. package/dist/Modal.js +84 -0
  22. package/dist/Modal.js.map +1 -0
  23. package/dist/Twilio.js +5 -108
  24. package/dist/Twilio.js.map +1 -1
  25. package/dist/WalkthroughModal.js +51 -0
  26. package/dist/WalkthroughModal.js.map +1 -0
  27. package/dist/ZapierForm.js +13 -102
  28. package/dist/ZapierForm.js.map +1 -1
  29. package/dist/Zoom.js +22 -848
  30. package/dist/Zoom.js.map +1 -1
  31. package/dist/cjs/Connect.js +106 -0
  32. package/dist/cjs/Connect.js.map +1 -0
  33. package/dist/cjs/Daily.js +158 -0
  34. package/dist/cjs/Daily.js.map +1 -0
  35. package/dist/cjs/DailyForm.js +34 -0
  36. package/dist/cjs/DailyForm.js.map +1 -0
  37. package/dist/cjs/Demo.js +102 -0
  38. package/dist/cjs/Demo.js.map +1 -0
  39. package/dist/cjs/DisconnectAlert.js +73 -0
  40. package/dist/cjs/DisconnectAlert.js.map +1 -0
  41. package/dist/cjs/Finish.js +113 -0
  42. package/dist/cjs/Finish.js.map +1 -0
  43. package/dist/cjs/GoogleCalendar.js +137 -0
  44. package/dist/cjs/GoogleCalendar.js.map +1 -0
  45. package/dist/cjs/Manage.js +174 -0
  46. package/dist/cjs/Manage.js.map +1 -0
  47. package/dist/cjs/Modal.js +92 -0
  48. package/dist/cjs/Modal.js.map +1 -0
  49. package/dist/{Twilio.cjs.js → cjs/Twilio.js} +22 -125
  50. package/dist/cjs/Twilio.js.map +1 -0
  51. package/dist/cjs/WalkthroughModal.js +60 -0
  52. package/dist/cjs/WalkthroughModal.js.map +1 -0
  53. package/dist/{ZapierForm.cjs.js → cjs/ZapierForm.js} +25 -114
  54. package/dist/cjs/ZapierForm.js.map +1 -0
  55. package/dist/cjs/Zoom.js +134 -0
  56. package/dist/cjs/Zoom.js.map +1 -0
  57. package/dist/cjs/index.js +71 -0
  58. package/dist/cjs/index.js.map +1 -0
  59. package/dist/defineProperty-e90a259c.js +43 -0
  60. package/dist/defineProperty-e90a259c.js.map +1 -0
  61. package/dist/defineProperty-f3094d6c.js +45 -0
  62. package/dist/defineProperty-f3094d6c.js.map +1 -0
  63. package/dist/index-2f3a953b.js +86 -0
  64. package/dist/index-2f3a953b.js.map +1 -0
  65. package/dist/index-4bda54e6.js +84 -0
  66. package/dist/index-4bda54e6.js.map +1 -0
  67. package/dist/index.js +51 -1453
  68. package/dist/index.js.map +1 -1
  69. package/dist/query-4f9552ab.js +21 -0
  70. package/dist/query-4f9552ab.js.map +1 -0
  71. package/dist/query-62fcdf0a.js +15 -0
  72. package/dist/query-62fcdf0a.js.map +1 -0
  73. package/dist/slicedToArray-b4278ecd.js +57 -0
  74. package/dist/slicedToArray-b4278ecd.js.map +1 -0
  75. package/dist/slicedToArray-f320d9e7.js +61 -0
  76. package/dist/slicedToArray-f320d9e7.js.map +1 -0
  77. package/package.json +18 -16
  78. package/types.d.ts +17 -0
  79. package/dist/Daily.cjs.js +0 -896
  80. package/dist/Daily.cjs.js.map +0 -1
  81. package/dist/GoogleCalender.cjs.js +0 -1065
  82. package/dist/GoogleCalender.cjs.js.map +0 -1
  83. package/dist/GoogleCalender.js +0 -1019
  84. package/dist/GoogleCalender.js.map +0 -1
  85. package/dist/Twilio.cjs.js.map +0 -1
  86. package/dist/ZapierForm.cjs.js.map +0 -1
  87. package/dist/Zoom.cjs.js +0 -995
  88. package/dist/Zoom.cjs.js.map +0 -1
  89. package/dist/index.cjs.js +0 -1524
  90. 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.1.0",
3
+ "version": "3.1.2",
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.12",
63
- "@bigbinary/neeto-cist": "1.0.11",
64
- "@bigbinary/neeto-commons-frontend": "4.3.6",
65
- "@bigbinary/neeto-filters-frontend": "4.1.1",
66
- "@bigbinary/neeto-icons": "1.20.0",
67
- "@bigbinary/neeto-molecules": "3.3.10",
68
- "@bigbinary/neetoui": "8.2.1",
61
+ "@bigbinary/eslint-plugin-neeto": "1.5.4",
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",
@@ -81,7 +81,7 @@
81
81
  "@tanstack/react-query-devtools": "5.40.0",
82
82
  "antd": "5.10.2",
83
83
  "autoprefixer": "10.4.16",
84
- "axios": "1.6.0",
84
+ "axios": "1.7.4",
85
85
  "babel-loader": "9.1.3",
86
86
  "babel-plugin-istanbul": "6.1.1",
87
87
  "babel-plugin-js-logger": "1.0.17",
@@ -136,6 +136,7 @@
136
136
  "react-dom": "18.2.0",
137
137
  "react-helmet": "6.1.0",
138
138
  "react-i18next": "13.3.1",
139
+ "react-query": "3.39.3",
139
140
  "react-router-dom": "5.3.4",
140
141
  "react-toastify": "8.2.0",
141
142
  "react-transition-group": "4.4.5",
@@ -165,16 +166,16 @@
165
166
  },
166
167
  "peerDependencies": {
167
168
  "@bigbinary/neeto-cist": "latest",
168
- "@bigbinary/neeto-commons-frontend": "4.3.6",
169
- "@bigbinary/neeto-filters-frontend": "4.1.1",
170
- "@bigbinary/neeto-icons": "1.20.0",
171
- "@bigbinary/neeto-molecules": "3.3.10",
172
- "@bigbinary/neetoui": "8.2.1",
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",
173
174
  "@honeybadger-io/js": "^6.5.3",
174
175
  "@honeybadger-io/react": "^6.1.9",
175
176
  "@tanstack/react-query": "5.40.0",
176
177
  "@tanstack/react-query-devtools": "5.40.0",
177
- "axios": "^1.6.0",
178
+ "axios": "1.7.4",
178
179
  "classnames": "^2.3.2",
179
180
  "formik": "^2.4.5",
180
181
  "i18next": "^23.6.0",
@@ -185,6 +186,7 @@
185
186
  "react-dom": "^18.2.0",
186
187
  "react-helmet": "^6.1.0",
187
188
  "react-i18next": "^13.3.1",
189
+ "react-query": "^3.39.3",
188
190
  "react-router-dom": "^5.3.4",
189
191
  "react-toastify": "^8.2.0",
190
192
  "yup": "^0.32.11",
package/types.d.ts CHANGED
@@ -116,6 +116,21 @@ interface GoogleCalenderProps {
116
116
  handleRedirect: (...args: any[]) => any;
117
117
  }
118
118
 
119
+ interface DisconnectAlertProps{
120
+ isOpen: boolean;
121
+ isDisconnecting: boolean;
122
+ title: string;
123
+ message?: string;
124
+ onClose: (...args: any[]) => any;
125
+ onDisconnect: (...args: any[]) => any;
126
+ };
127
+
128
+ interface WalkthroughModalProps {
129
+ videoUrl: string;
130
+ isOpen: boolean;
131
+ onClose: Function;
132
+ }
133
+
119
134
  export const Card: React.FC<CardProps>;
120
135
  export const Modal: React.FC<ModalProps>;
121
136
  export const Connect: React.FC<ConnectProps>;
@@ -127,3 +142,5 @@ export const Twilio: React.FC<TwilioProps>;
127
142
  export const Daily: React.FC<DailyProps>;
128
143
  export const Zoom: React.FC<ZoomProps>;
129
144
  export const GoogleCalender: React.FC<GoogleCalenderProps>;
145
+ export const DisconnectAlert: React.FC<DisconnectAlertProps>;
146
+ export const WalkthroughModal: React.FC<WalkthroughModalProps>;