@evoke-platform/ui-components 1.10.0-testing.7 → 1.10.0-testing.8

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.
@@ -784,6 +784,7 @@ formComponents, allCriteriaInputs, instance, objectPropertyInputProps, associate
784
784
  item.autoSave = autoSave;
785
785
  item.apiServices = objectPropertyInputProps?.apiServices;
786
786
  item.user = objectPropertyInputProps?.user;
787
+ item.setSnackbarError = objectPropertyInputProps?.setSnackbarError;
787
788
  item.defaultPages = defaultPages;
788
789
  item.navigateTo = navigateTo;
789
790
  item.allCriteriaInputs = allCriteriaInputs;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@evoke-platform/ui-components",
3
- "version": "1.10.0-testing.7",
3
+ "version": "1.10.0-testing.8",
4
4
  "description": "",
5
5
  "main": "dist/published/index.js",
6
6
  "module": "dist/published/index.js",