@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.
- package/dist/Connect.js +99 -0
- package/dist/Connect.js.map +1 -0
- package/dist/Daily.js +38 -743
- package/dist/Daily.js.map +1 -1
- package/dist/DailyForm.js +28 -0
- package/dist/DailyForm.js.map +1 -0
- package/dist/Demo.js +95 -0
- package/dist/Demo.js.map +1 -0
- package/dist/DisconnectAlert.js +66 -0
- package/dist/DisconnectAlert.js.map +1 -0
- package/dist/Finish.js +87 -0
- package/dist/Finish.js.map +1 -0
- package/dist/Form-7001e768.js +174 -0
- package/dist/Form-7001e768.js.map +1 -0
- package/dist/Form-f0bbc792.js +211 -0
- package/dist/Form-f0bbc792.js.map +1 -0
- package/dist/GoogleCalendar.js +127 -0
- package/dist/GoogleCalendar.js.map +1 -0
- package/dist/Manage.js +164 -0
- package/dist/Manage.js.map +1 -0
- package/dist/Modal.js +84 -0
- package/dist/Modal.js.map +1 -0
- package/dist/Twilio.js +5 -108
- package/dist/Twilio.js.map +1 -1
- package/dist/WalkthroughModal.js +51 -0
- package/dist/WalkthroughModal.js.map +1 -0
- package/dist/ZapierForm.js +13 -102
- package/dist/ZapierForm.js.map +1 -1
- package/dist/Zoom.js +22 -848
- package/dist/Zoom.js.map +1 -1
- package/dist/cjs/Connect.js +106 -0
- package/dist/cjs/Connect.js.map +1 -0
- package/dist/cjs/Daily.js +158 -0
- package/dist/cjs/Daily.js.map +1 -0
- package/dist/cjs/DailyForm.js +34 -0
- package/dist/cjs/DailyForm.js.map +1 -0
- package/dist/cjs/Demo.js +102 -0
- package/dist/cjs/Demo.js.map +1 -0
- package/dist/cjs/DisconnectAlert.js +73 -0
- package/dist/cjs/DisconnectAlert.js.map +1 -0
- package/dist/cjs/Finish.js +113 -0
- package/dist/cjs/Finish.js.map +1 -0
- package/dist/cjs/GoogleCalendar.js +137 -0
- package/dist/cjs/GoogleCalendar.js.map +1 -0
- package/dist/cjs/Manage.js +174 -0
- package/dist/cjs/Manage.js.map +1 -0
- package/dist/cjs/Modal.js +92 -0
- package/dist/cjs/Modal.js.map +1 -0
- package/dist/{Twilio.cjs.js → cjs/Twilio.js} +22 -125
- package/dist/cjs/Twilio.js.map +1 -0
- package/dist/cjs/WalkthroughModal.js +60 -0
- package/dist/cjs/WalkthroughModal.js.map +1 -0
- package/dist/{ZapierForm.cjs.js → cjs/ZapierForm.js} +25 -114
- package/dist/cjs/ZapierForm.js.map +1 -0
- package/dist/cjs/Zoom.js +134 -0
- package/dist/cjs/Zoom.js.map +1 -0
- package/dist/cjs/index.js +71 -0
- package/dist/cjs/index.js.map +1 -0
- package/dist/defineProperty-e90a259c.js +43 -0
- package/dist/defineProperty-e90a259c.js.map +1 -0
- package/dist/defineProperty-f3094d6c.js +45 -0
- package/dist/defineProperty-f3094d6c.js.map +1 -0
- package/dist/index-2f3a953b.js +86 -0
- package/dist/index-2f3a953b.js.map +1 -0
- package/dist/index-4bda54e6.js +84 -0
- package/dist/index-4bda54e6.js.map +1 -0
- package/dist/index.js +51 -1453
- package/dist/index.js.map +1 -1
- package/dist/query-4f9552ab.js +21 -0
- package/dist/query-4f9552ab.js.map +1 -0
- package/dist/query-62fcdf0a.js +15 -0
- package/dist/query-62fcdf0a.js.map +1 -0
- package/dist/slicedToArray-b4278ecd.js +57 -0
- package/dist/slicedToArray-b4278ecd.js.map +1 -0
- package/dist/slicedToArray-f320d9e7.js +61 -0
- package/dist/slicedToArray-f320d9e7.js.map +1 -0
- package/package.json +18 -16
- package/types.d.ts +17 -0
- package/dist/Daily.cjs.js +0 -896
- package/dist/Daily.cjs.js.map +0 -1
- package/dist/GoogleCalender.cjs.js +0 -1065
- package/dist/GoogleCalender.cjs.js.map +0 -1
- package/dist/GoogleCalender.js +0 -1019
- package/dist/GoogleCalender.js.map +0 -1
- package/dist/Twilio.cjs.js.map +0 -1
- package/dist/ZapierForm.cjs.js.map +0 -1
- package/dist/Zoom.cjs.js +0 -995
- package/dist/Zoom.cjs.js.map +0 -1
- package/dist/index.cjs.js +0 -1524
- 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.
|
|
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.
|
|
62
|
-
"@bigbinary/neeto-audit-frontend": "2.0.
|
|
63
|
-
"@bigbinary/neeto-cist": "1.0.
|
|
64
|
-
"@bigbinary/neeto-commons-frontend": "4.
|
|
65
|
-
"@bigbinary/neeto-filters-frontend": "4.
|
|
66
|
-
"@bigbinary/neeto-icons": "1.20.
|
|
67
|
-
"@bigbinary/neeto-molecules": "3.
|
|
68
|
-
"@bigbinary/neetoui": "8.2.
|
|
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.
|
|
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.
|
|
169
|
-
"@bigbinary/neeto-filters-frontend": "4.
|
|
170
|
-
"@bigbinary/neeto-icons": "1.20.
|
|
171
|
-
"@bigbinary/neeto-molecules": "3.
|
|
172
|
-
"@bigbinary/neetoui": "8.2.
|
|
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": "
|
|
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>;
|