@builder.io/plugin-commercelayer 0.1.4 → 0.1.5-0

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.
@@ -144327,11 +144327,11 @@ System.register(['@builder.io/sdk', '@emotion/core', '@material-ui/core', 'react
144327
144327
  textOverflow: 'ellipsis',
144328
144328
  whiteSpace: 'nowrap',
144329
144329
  }, title: props.resource.title !== 'untitled'
144330
- ? `${props.resource.title} - ${props.resource.id}`
144330
+ ? `${props.resource.title} - ${props.resource.handle || props.resource.id}`
144331
144331
  : props.resource.title }, props.resource.title !== 'untitled' ? (jsx("div", null,
144332
144332
  props.resource.title,
144333
144333
  " - ",
144334
- props.resource.id)) : (props.resource.title)) }))));
144334
+ props.resource.handle || props.resource.id)) : (props.resource.title)) }))));
144335
144335
  const ResourcePicker = props => {
144336
144336
  const store = useLocalStore(() => ({
144337
144337
  searchInputText: '',
@@ -146883,7 +146883,7 @@ System.register(['@builder.io/sdk', '@emotion/core', '@material-ui/core', 'react
146883
146883
  });
146884
146884
 
146885
146885
  var name = "@builder.io/plugin-commercelayer";
146886
- var version = "0.1.3";
146886
+ var version = "0.1.4";
146887
146887
  var description = "Commerce Layer plugin for Builder.io";
146888
146888
  var keywords = [
146889
146889
  ];
@@ -146925,7 +146925,7 @@ System.register(['@builder.io/sdk', '@emotion/core', '@material-ui/core', 'react
146925
146925
  typescript: "^5.2.2"
146926
146926
  };
146927
146927
  var dependencies = {
146928
- "@builder.io/plugin-tools": "0.0.8"
146928
+ "@builder.io/plugin-tools": "0.0.9-1"
146929
146929
  };
146930
146930
  var pkg = {
146931
146931
  name: name,