@bigbinary/neeto-rules-frontend 2.5.29 → 2.5.30

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-rules-frontend",
3
- "version": "2.5.29",
3
+ "version": "2.5.30",
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",
@@ -62,12 +62,12 @@
62
62
  "@bigbinary/eslint-plugin-neeto": "1.7.4",
63
63
  "@bigbinary/neeto-cist": "1.0.17",
64
64
  "@bigbinary/neeto-commons-frontend": "4.13.67",
65
- "@bigbinary/neeto-editor": "1.47.45",
65
+ "@bigbinary/neeto-editor": "1.47.47",
66
66
  "@bigbinary/neeto-filters-frontend": "4.3.24",
67
67
  "@bigbinary/neeto-hotkeys": "1.0.9",
68
68
  "@bigbinary/neeto-icons": "1.20.55",
69
- "@bigbinary/neeto-molecules": "4.0.43",
70
- "@bigbinary/neetoui": "8.3.28",
69
+ "@bigbinary/neeto-molecules": "4.0.45",
70
+ "@bigbinary/neetoui": "8.3.30",
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",
@@ -179,12 +179,12 @@
179
179
  "@babel/runtime": "7.26.10",
180
180
  "@bigbinary/neeto-cist": "1.0.17",
181
181
  "@bigbinary/neeto-commons-frontend": "4.13.67",
182
- "@bigbinary/neeto-editor": "1.47.45",
182
+ "@bigbinary/neeto-editor": "1.47.47",
183
183
  "@bigbinary/neeto-filters-frontend": "4.3.24",
184
184
  "@bigbinary/neeto-hotkeys": "1.0.9",
185
185
  "@bigbinary/neeto-icons": "1.20.55",
186
- "@bigbinary/neeto-molecules": "4.0.43",
187
- "@bigbinary/neetoui": "8.3.28",
186
+ "@bigbinary/neeto-molecules": "4.0.45",
187
+ "@bigbinary/neetoui": "8.3.30",
188
188
  "@hello-pangea/dnd": "16.3.0",
189
189
  "@honeybadger-io/js": "6.10.1",
190
190
  "@honeybadger-io/react": "6.1.25",
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: string;
127
+ automationRulesEndpoint?: string;
128
+ isNameGenerationDisabled?: boolean;
128
129
  }
129
130
 
130
131
  interface RadioFieldProps extends commonInputProps, RadioProps {