@evoke-platform/ui-components 1.4.0-testing.14 → 1.4.0-testing.15

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.
@@ -102,7 +102,7 @@ const PropertyTree = ({ fetchObject, handleTreePropertySelect, rootObject, value
102
102
  }
103
103
  };
104
104
  return (React.createElement(Autocomplete, { "aria-label": "Property Selector", value: value, fullWidth: true, sx: {
105
- width: '33%',
105
+ width: '37%',
106
106
  }, disableClearable: true, options: propertyOptions.map((property) => {
107
107
  return {
108
108
  label: objectPropertyNamePathMap[property.id],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@evoke-platform/ui-components",
3
- "version": "1.4.0-testing.14",
3
+ "version": "1.4.0-testing.15",
4
4
  "description": "",
5
5
  "main": "dist/published/index.js",
6
6
  "module": "dist/published/index.js",