@bigbinary/neeto-integrations-frontend 3.1.3 → 3.1.5
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/app/javascript/src/translations/en.json +0 -2
- package/dist/Connect.js +1 -1
- package/dist/Daily.js +2 -2
- package/dist/DailyForm.js +2 -2
- package/dist/Demo.js +1 -1
- package/dist/Finish.js +1 -1
- package/dist/{Form-03533b81.js → Form-B8iEPtJp.js} +2 -2
- package/dist/{Form-03533b81.js.map → Form-B8iEPtJp.js.map} +1 -1
- package/dist/{Form-72ba9c44.js → Form-DCVkfnek.js} +20 -36
- package/dist/{Form-72ba9c44.js.map → Form-DCVkfnek.js.map} +1 -1
- package/dist/GoogleCalendar.js +1 -1
- package/dist/Twilio.js +1 -1
- package/dist/Zoom.js +1 -1
- package/dist/cjs/Connect.js +7 -13
- package/dist/cjs/Connect.js.map +1 -1
- package/dist/cjs/Daily.js +7 -15
- package/dist/cjs/Daily.js.map +1 -1
- package/dist/cjs/DailyForm.js +2 -2
- package/dist/cjs/Demo.js +4 -9
- package/dist/cjs/Demo.js.map +1 -1
- package/dist/cjs/DisconnectAlert.js +4 -11
- package/dist/cjs/DisconnectAlert.js.map +1 -1
- package/dist/cjs/Finish.js +8 -14
- package/dist/cjs/Finish.js.map +1 -1
- package/dist/cjs/GoogleCalendar.js +9 -20
- package/dist/cjs/GoogleCalendar.js.map +1 -1
- package/dist/cjs/Manage.js +11 -20
- package/dist/cjs/Manage.js.map +1 -1
- package/dist/cjs/Modal.js +8 -14
- package/dist/cjs/Modal.js.map +1 -1
- package/dist/cjs/Twilio.js +20 -31
- package/dist/cjs/Twilio.js.map +1 -1
- package/dist/cjs/WalkthroughModal.js +7 -14
- package/dist/cjs/WalkthroughModal.js.map +1 -1
- package/dist/cjs/ZapierForm.js +24 -40
- package/dist/cjs/ZapierForm.js.map +1 -1
- package/dist/cjs/Zoom.js +6 -13
- package/dist/cjs/Zoom.js.map +1 -1
- package/dist/cjs/index.js +3 -5
- package/dist/cjs/index.js.map +1 -1
- package/dist/{index-4bda54e6.js → index-MS1ts-9f.js} +1 -1
- package/dist/{index-4bda54e6.js.map → index-MS1ts-9f.js.map} +1 -1
- package/dist/{index-2f3a953b.js → index-dxk7jTL7.js} +1 -1
- package/dist/{index-2f3a953b.js.map → index-dxk7jTL7.js.map} +1 -1
- package/dist/index.js +3 -3
- package/dist/{query-62fcdf0a.js → query-D2CcgTB0.js} +2 -2
- package/dist/{query-62fcdf0a.js.map → query-D2CcgTB0.js.map} +1 -1
- package/dist/{query-4f9552ab.js → query-MCAJv0II.js} +1 -1
- package/dist/{query-4f9552ab.js.map → query-MCAJv0II.js.map} +1 -1
- package/package.json +17 -16
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.5",
|
|
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"
|
|
@@ -58,13 +58,13 @@
|
|
|
58
58
|
"@babel/preset-typescript": "^7.18.6",
|
|
59
59
|
"@babel/runtime": "7.19.0",
|
|
60
60
|
"@bigbinary/babel-preset-neeto": "^1.0.3",
|
|
61
|
-
"@bigbinary/eslint-plugin-neeto": "1.5.
|
|
62
|
-
"@bigbinary/neeto-cist": "1.0.
|
|
63
|
-
"@bigbinary/neeto-commons-frontend": "4.
|
|
64
|
-
"@bigbinary/neeto-filters-frontend": "4.3.
|
|
65
|
-
"@bigbinary/neeto-icons": "1.20.
|
|
66
|
-
"@bigbinary/neeto-molecules": "3.7.
|
|
67
|
-
"@bigbinary/neetoui": "8.2.
|
|
61
|
+
"@bigbinary/eslint-plugin-neeto": "1.5.5",
|
|
62
|
+
"@bigbinary/neeto-cist": "1.0.13",
|
|
63
|
+
"@bigbinary/neeto-commons-frontend": "4.10.0",
|
|
64
|
+
"@bigbinary/neeto-filters-frontend": "4.3.6",
|
|
65
|
+
"@bigbinary/neeto-icons": "1.20.9",
|
|
66
|
+
"@bigbinary/neeto-molecules": "3.7.29",
|
|
67
|
+
"@bigbinary/neetoui": "8.2.28",
|
|
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",
|
|
@@ -85,6 +85,7 @@
|
|
|
85
85
|
"babel-plugin-istanbul": "^6.1.1",
|
|
86
86
|
"babel-plugin-js-logger": "1.0.17",
|
|
87
87
|
"babel-plugin-macros": "3.1.0",
|
|
88
|
+
"babel-plugin-module-resolver": "^5.0.0",
|
|
88
89
|
"babel-plugin-preval": "^5.1.0",
|
|
89
90
|
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
|
|
90
91
|
"babel-preset-react": "6.24.1",
|
|
@@ -140,7 +141,7 @@
|
|
|
140
141
|
"react-toastify": "8.0.2",
|
|
141
142
|
"react-transition-group": "4.4.5",
|
|
142
143
|
"react_ujs": "^3.1.1",
|
|
143
|
-
"rollup": "
|
|
144
|
+
"rollup": "^4.24.0",
|
|
144
145
|
"rollup-plugin-analyzer": "4.0.0",
|
|
145
146
|
"rollup-plugin-cleaner": "1.0.0",
|
|
146
147
|
"rollup-plugin-copy": "^3.5.0",
|
|
@@ -167,12 +168,12 @@
|
|
|
167
168
|
},
|
|
168
169
|
"peerDependencies": {
|
|
169
170
|
"@babel/runtime": "7.19.0",
|
|
170
|
-
"@bigbinary/neeto-cist": "1.0.
|
|
171
|
-
"@bigbinary/neeto-commons-frontend": "4.
|
|
172
|
-
"@bigbinary/neeto-filters-frontend": "4.3.
|
|
173
|
-
"@bigbinary/neeto-icons": "1.20.
|
|
174
|
-
"@bigbinary/neeto-molecules": "3.7.
|
|
175
|
-
"@bigbinary/neetoui": "8.2.
|
|
171
|
+
"@bigbinary/neeto-cist": "1.0.13",
|
|
172
|
+
"@bigbinary/neeto-commons-frontend": "4.10.0",
|
|
173
|
+
"@bigbinary/neeto-filters-frontend": "4.3.6",
|
|
174
|
+
"@bigbinary/neeto-icons": "1.20.9",
|
|
175
|
+
"@bigbinary/neeto-molecules": "3.7.29",
|
|
176
|
+
"@bigbinary/neetoui": "8.2.28",
|
|
176
177
|
"@honeybadger-io/js": "^6.4.1",
|
|
177
178
|
"@honeybadger-io/react": "^6.1.3",
|
|
178
179
|
"@tanstack/react-query": "5.40.0",
|