@builder.io/plugin-commercelayer 0.1.3-1 → 0.1.4-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.
@@ -144322,7 +144322,7 @@ System.register(['@builder.io/sdk', '@emotion/core', '@material-ui/core', 'react
144322
144322
  props.resource.image && (jsx(ListItemAvatar, null,
144323
144323
  jsx(Avatar, { css: { borderRadius: 4 }, src: props.resource.image.src }))),
144324
144324
  jsx(ListItemText, { primary: jsx("div", { css: {
144325
- maxWidth: 400,
144325
+ width: '100%',
144326
144326
  overflow: 'hidden',
144327
144327
  textOverflow: 'ellipsis',
144328
144328
  whiteSpace: 'nowrap',
@@ -146881,7 +146881,7 @@ System.register(['@builder.io/sdk', '@emotion/core', '@material-ui/core', 'react
146881
146881
  });
146882
146882
 
146883
146883
  var name = "@builder.io/plugin-commercelayer";
146884
- var version = "0.1.3-0";
146884
+ var version = "0.1.3";
146885
146885
  var description = "Commerce Layer plugin for Builder.io";
146886
146886
  var keywords = [
146887
146887
  ];
@@ -146923,7 +146923,7 @@ System.register(['@builder.io/sdk', '@emotion/core', '@material-ui/core', 'react
146923
146923
  typescript: "^5.2.2"
146924
146924
  };
146925
146925
  var dependencies = {
146926
- "@builder.io/plugin-tools": "^0.0.6"
146926
+ "@builder.io/plugin-tools": "0.0.7-0"
146927
146927
  };
146928
146928
  var pkg = {
146929
146929
  name: name,