@bigbinary/neeto-rules-frontend 2.7.19 → 2.7.21
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/ar.json +2 -1
- package/app/javascript/src/translations/bg.json +2 -1
- package/app/javascript/src/translations/ca.json +2 -1
- package/app/javascript/src/translations/cs.json +2 -1
- package/app/javascript/src/translations/da.json +2 -1
- package/app/javascript/src/translations/de.json +2 -1
- package/app/javascript/src/translations/en.json +2 -1
- package/app/javascript/src/translations/es-MX.json +2 -1
- package/app/javascript/src/translations/es.json +2 -1
- package/app/javascript/src/translations/et.json +2 -1
- package/app/javascript/src/translations/fi.json +2 -1
- package/app/javascript/src/translations/fil.json +2 -1
- package/app/javascript/src/translations/fr.json +2 -1
- package/app/javascript/src/translations/he.json +2 -1
- package/app/javascript/src/translations/hi.json +2 -1
- package/app/javascript/src/translations/hr.json +2 -1
- package/app/javascript/src/translations/hu.json +2 -1
- package/app/javascript/src/translations/id.json +2 -1
- package/app/javascript/src/translations/it.json +2 -1
- package/app/javascript/src/translations/ja.json +2 -1
- package/app/javascript/src/translations/ko.json +2 -1
- package/app/javascript/src/translations/nl.json +2 -1
- package/app/javascript/src/translations/pl.json +2 -1
- package/app/javascript/src/translations/pt-BR.json +2 -1
- package/app/javascript/src/translations/pt.json +2 -1
- package/app/javascript/src/translations/ro.json +2 -1
- package/app/javascript/src/translations/ru.json +2 -1
- package/app/javascript/src/translations/sk.json +2 -1
- package/app/javascript/src/translations/sl.json +2 -1
- package/app/javascript/src/translations/sv.json +2 -1
- package/app/javascript/src/translations/th.json +2 -1
- package/app/javascript/src/translations/tr.json +2 -1
- package/app/javascript/src/translations/uk.json +2 -1
- package/app/javascript/src/translations/vi.json +2 -1
- package/app/javascript/src/translations/zh-CN.json +2 -1
- package/app/javascript/src/translations/zh-TW.json +2 -1
- package/dist/.ready +1 -1
- package/dist/NeetoRulesBuilder.js +79 -17
- package/dist/NeetoRulesBuilder.js.map +1 -1
- package/dist/NeetoRulesForm.js +2 -2
- package/dist/cjs/NeetoRulesBuilder.js +78 -16
- package/dist/cjs/NeetoRulesBuilder.js.map +1 -1
- package/dist/cjs/NeetoRulesForm.js +2 -2
- package/dist/cjs/index.js +2 -2
- package/dist/cjs/v2/NeetoRules.js +1 -1
- package/dist/cjs/v2/NeetoRulesBuilder.js +370 -154
- package/dist/cjs/v2/NeetoRulesBuilder.js.map +1 -1
- package/dist/cjs/v2/NeetoRulesForm.js +10 -8
- package/dist/cjs/v2/NeetoRulesForm.js.map +1 -1
- package/dist/cjs/v2/RulePreview.js +1 -1
- package/dist/cjs/v2/hooks.js +2 -2
- package/dist/cjs/v2/index.js +4 -4
- package/dist/{index-DwGEK-_1.js → index-49edM85x.js} +2 -2
- package/dist/{index-DwGEK-_1.js.map → index-49edM85x.js.map} +1 -1
- package/dist/{index-ogJeZ752.js → index-BZYwFjcS.js} +2 -2
- package/dist/{index-ogJeZ752.js.map → index-BZYwFjcS.js.map} +1 -1
- package/dist/{index-k-eGkX-R.js → index-CcbW7H2S.js} +67 -21
- package/dist/index-CcbW7H2S.js.map +1 -0
- package/dist/{index-Vt6GY_o0.js → index-Fukq1VSN.js} +69 -18
- package/dist/index-Fukq1VSN.js.map +1 -0
- package/dist/index.js +2 -2
- package/dist/keyboardShortcuts-DtnjcivY.js +96 -0
- package/dist/{keyboardShortcuts-DNOhEY8h.js.map → keyboardShortcuts-DtnjcivY.js.map} +1 -1
- package/dist/keyboardShortcuts-_OrtgF0A.js +92 -0
- package/dist/{keyboardShortcuts-SAk712q8.js.map → keyboardShortcuts-_OrtgF0A.js.map} +1 -1
- package/dist/{useCustomDataStore-CU3KpyD4.js → useCustomDataStore-CEbhXugO.js} +2 -2
- package/dist/{useCustomDataStore-CU3KpyD4.js.map → useCustomDataStore-CEbhXugO.js.map} +1 -1
- package/dist/{useCustomDataStore-D9k8F5g-.js → useCustomDataStore-DPmWkEhs.js} +2 -2
- package/dist/{useCustomDataStore-D9k8F5g-.js.map → useCustomDataStore-DPmWkEhs.js.map} +1 -1
- package/dist/{useUtilityStore-BBb39TOj.js → useUtilityStore-BVCulMEC.js} +9 -2
- package/dist/useUtilityStore-BVCulMEC.js.map +1 -0
- package/dist/{useUtilityStore-DkxAexDw.js → useUtilityStore-gtPhFvpI.js} +9 -2
- package/dist/useUtilityStore-gtPhFvpI.js.map +1 -0
- package/dist/v2/NeetoRules.js +1 -1
- package/dist/v2/NeetoRulesBuilder.js +352 -155
- package/dist/v2/NeetoRulesBuilder.js.map +1 -1
- package/dist/v2/NeetoRulesForm.js +10 -8
- package/dist/v2/NeetoRulesForm.js.map +1 -1
- package/dist/v2/RulePreview.js +1 -1
- package/dist/v2/hooks.js +2 -2
- package/dist/v2/index.js +4 -4
- package/package.json +7 -7
- package/dist/index-Vt6GY_o0.js.map +0 -1
- package/dist/index-k-eGkX-R.js.map +0 -1
- package/dist/keyboardShortcuts-DNOhEY8h.js +0 -88
- package/dist/keyboardShortcuts-SAk712q8.js +0 -92
- package/dist/useUtilityStore-BBb39TOj.js.map +0 -1
- package/dist/useUtilityStore-DkxAexDw.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-rules-frontend",
|
|
3
|
-
"version": "2.7.
|
|
3
|
+
"version": "2.7.21",
|
|
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",
|
|
@@ -70,14 +70,14 @@
|
|
|
70
70
|
"@babel/runtime": "7.29.7",
|
|
71
71
|
"@bigbinary/babel-preset-neeto": "^1.0.3",
|
|
72
72
|
"@bigbinary/eslint-plugin-neeto": "1.9.1",
|
|
73
|
-
"@bigbinary/neeto-atoms": "1.0.
|
|
73
|
+
"@bigbinary/neeto-atoms": "1.0.123",
|
|
74
74
|
"@bigbinary/neeto-cist": "1.0.17",
|
|
75
75
|
"@bigbinary/neeto-commons-frontend": "4.13.152",
|
|
76
|
-
"@bigbinary/neeto-editor": "1.47.
|
|
76
|
+
"@bigbinary/neeto-editor": "1.47.140",
|
|
77
77
|
"@bigbinary/neeto-filters-frontend": "4.3.43",
|
|
78
78
|
"@bigbinary/neeto-hotkeys": "1.0.9",
|
|
79
79
|
"@bigbinary/neeto-icons": "1.20.89",
|
|
80
|
-
"@bigbinary/neeto-molecules": "5.3.
|
|
80
|
+
"@bigbinary/neeto-molecules": "5.3.10",
|
|
81
81
|
"@bigbinary/neetoui": "8.8.3",
|
|
82
82
|
"@emotion/is-prop-valid": "1.2.0",
|
|
83
83
|
"@faker-js/faker": "8.2.0",
|
|
@@ -188,14 +188,14 @@
|
|
|
188
188
|
},
|
|
189
189
|
"peerDependencies": {
|
|
190
190
|
"@babel/runtime": "7.29.7",
|
|
191
|
-
"@bigbinary/neeto-atoms": "1.0.
|
|
191
|
+
"@bigbinary/neeto-atoms": "1.0.123",
|
|
192
192
|
"@bigbinary/neeto-cist": "1.0.17",
|
|
193
193
|
"@bigbinary/neeto-commons-frontend": "4.13.152",
|
|
194
|
-
"@bigbinary/neeto-editor": "1.47.
|
|
194
|
+
"@bigbinary/neeto-editor": "1.47.140",
|
|
195
195
|
"@bigbinary/neeto-filters-frontend": "4.3.43",
|
|
196
196
|
"@bigbinary/neeto-hotkeys": "1.0.9",
|
|
197
197
|
"@bigbinary/neeto-icons": "1.20.89",
|
|
198
|
-
"@bigbinary/neeto-molecules": "5.3.
|
|
198
|
+
"@bigbinary/neeto-molecules": "5.3.10",
|
|
199
199
|
"@bigbinary/neetoui": "8.8.3",
|
|
200
200
|
"@hello-pangea/dnd": "16.3.0",
|
|
201
201
|
"@honeybadger-io/js": "6.10.1",
|