@bigbinary/neeto-rules-frontend 2.5.29 → 2.5.31
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/de.json +1 -1
- package/app/javascript/src/translations/en.json +3 -3
- package/app/javascript/src/translations/es.json +1 -1
- package/app/javascript/src/translations/fr.json +1 -1
- package/dist/CannedResponsesPane.js +4 -7
- package/dist/CannedResponsesPane.js.map +1 -1
- package/dist/NeetoRulesForm.js +20 -9
- package/dist/NeetoRulesForm.js.map +1 -1
- package/dist/cjs/CannedResponsesPane.js +4 -7
- package/dist/cjs/CannedResponsesPane.js.map +1 -1
- package/dist/cjs/NeetoRulesForm.js +20 -9
- package/dist/cjs/NeetoRulesForm.js.map +1 -1
- package/package.json +14 -14
- package/types.d.ts +2 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-rules-frontend",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.31",
|
|
4
4
|
"description": "A repo acts as the source of truth for the new nano's structure, configs, data etc.",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"homepage": "https://github.com/bigbinary/neeto-rules-nano",
|
|
@@ -59,15 +59,15 @@
|
|
|
59
59
|
"@babel/preset-typescript": "7.26.0",
|
|
60
60
|
"@babel/runtime": "7.26.10",
|
|
61
61
|
"@bigbinary/babel-preset-neeto": "^1.0.3",
|
|
62
|
-
"@bigbinary/eslint-plugin-neeto": "1.7.
|
|
62
|
+
"@bigbinary/eslint-plugin-neeto": "1.7.6",
|
|
63
63
|
"@bigbinary/neeto-cist": "1.0.17",
|
|
64
|
-
"@bigbinary/neeto-commons-frontend": "4.13.
|
|
65
|
-
"@bigbinary/neeto-editor": "1.47.
|
|
64
|
+
"@bigbinary/neeto-commons-frontend": "4.13.75",
|
|
65
|
+
"@bigbinary/neeto-editor": "1.47.55",
|
|
66
66
|
"@bigbinary/neeto-filters-frontend": "4.3.24",
|
|
67
67
|
"@bigbinary/neeto-hotkeys": "1.0.9",
|
|
68
|
-
"@bigbinary/neeto-icons": "1.20.
|
|
69
|
-
"@bigbinary/neeto-molecules": "4.0.
|
|
70
|
-
"@bigbinary/neetoui": "8.3.
|
|
68
|
+
"@bigbinary/neeto-icons": "1.20.60",
|
|
69
|
+
"@bigbinary/neeto-molecules": "4.0.74",
|
|
70
|
+
"@bigbinary/neetoui": "8.3.37",
|
|
71
71
|
"@emotion/is-prop-valid": "1.2.0",
|
|
72
72
|
"@faker-js/faker": "8.2.0",
|
|
73
73
|
"@hello-pangea/dnd": "16.3.0",
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"@tanstack/react-query-devtools": "5.59.20",
|
|
87
87
|
"antd": "5.22.0",
|
|
88
88
|
"autoprefixer": "^10.4.5",
|
|
89
|
-
"axios": "1.
|
|
89
|
+
"axios": "1.12.0",
|
|
90
90
|
"babel-loader": "^8.2.5",
|
|
91
91
|
"babel-plugin-istanbul": "^6.1.1",
|
|
92
92
|
"babel-plugin-js-logger": "1.0.17",
|
|
@@ -178,13 +178,13 @@
|
|
|
178
178
|
"peerDependencies": {
|
|
179
179
|
"@babel/runtime": "7.26.10",
|
|
180
180
|
"@bigbinary/neeto-cist": "1.0.17",
|
|
181
|
-
"@bigbinary/neeto-commons-frontend": "4.13.
|
|
182
|
-
"@bigbinary/neeto-editor": "1.47.
|
|
181
|
+
"@bigbinary/neeto-commons-frontend": "4.13.75",
|
|
182
|
+
"@bigbinary/neeto-editor": "1.47.55",
|
|
183
183
|
"@bigbinary/neeto-filters-frontend": "4.3.24",
|
|
184
184
|
"@bigbinary/neeto-hotkeys": "1.0.9",
|
|
185
|
-
"@bigbinary/neeto-icons": "1.20.
|
|
186
|
-
"@bigbinary/neeto-molecules": "4.0.
|
|
187
|
-
"@bigbinary/neetoui": "8.3.
|
|
185
|
+
"@bigbinary/neeto-icons": "1.20.60",
|
|
186
|
+
"@bigbinary/neeto-molecules": "4.0.74",
|
|
187
|
+
"@bigbinary/neetoui": "8.3.37",
|
|
188
188
|
"@hello-pangea/dnd": "16.3.0",
|
|
189
189
|
"@honeybadger-io/js": "6.10.1",
|
|
190
190
|
"@honeybadger-io/react": "6.1.25",
|
|
@@ -193,7 +193,7 @@
|
|
|
193
193
|
"@tanstack/react-query": "5.59.20",
|
|
194
194
|
"@tanstack/react-query-devtools": "5.59.20",
|
|
195
195
|
"antd": "5.22.0",
|
|
196
|
-
"axios": "1.
|
|
196
|
+
"axios": "1.12.0",
|
|
197
197
|
"buffer": "^6.0.3",
|
|
198
198
|
"classnames": "2.5.1",
|
|
199
199
|
"crypto-browserify": "3.12.1",
|
package/types.d.ts
CHANGED
|
@@ -124,7 +124,8 @@ interface NeetoRulesProps {
|
|
|
124
124
|
handleSubmit?: () => void;
|
|
125
125
|
handleCancel?: () => void;
|
|
126
126
|
showStatusSwitch?: boolean;
|
|
127
|
-
automationRulesEndpoint
|
|
127
|
+
automationRulesEndpoint?: string;
|
|
128
|
+
isNameGenerationDisabled?: boolean;
|
|
128
129
|
}
|
|
129
130
|
|
|
130
131
|
interface RadioFieldProps extends commonInputProps, RadioProps {
|