@builder.io/plugin-commercelayer 0.1.4-1 → 0.1.4
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/dist/plugin.system.js
CHANGED
|
@@ -144322,11 +144322,13 @@ 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
|
-
|
|
144325
|
+
width: '100%',
|
|
144326
144326
|
overflow: 'hidden',
|
|
144327
144327
|
textOverflow: 'ellipsis',
|
|
144328
144328
|
whiteSpace: 'nowrap',
|
|
144329
|
-
}
|
|
144329
|
+
}, title: props.resource.title !== 'untitled'
|
|
144330
|
+
? `${props.resource.title} - ${props.resource.id}`
|
|
144331
|
+
: props.resource.title }, props.resource.title !== 'untitled' ? (jsx("div", null,
|
|
144330
144332
|
props.resource.title,
|
|
144331
144333
|
" - ",
|
|
144332
144334
|
props.resource.id)) : (props.resource.title)) }))));
|
|
@@ -146881,7 +146883,7 @@ System.register(['@builder.io/sdk', '@emotion/core', '@material-ui/core', 'react
|
|
|
146881
146883
|
});
|
|
146882
146884
|
|
|
146883
146885
|
var name = "@builder.io/plugin-commercelayer";
|
|
146884
|
-
var version = "0.1.
|
|
146886
|
+
var version = "0.1.3";
|
|
146885
146887
|
var description = "Commerce Layer plugin for Builder.io";
|
|
146886
146888
|
var keywords = [
|
|
146887
146889
|
];
|
|
@@ -146923,7 +146925,7 @@ System.register(['@builder.io/sdk', '@emotion/core', '@material-ui/core', 'react
|
|
|
146923
146925
|
typescript: "^5.2.2"
|
|
146924
146926
|
};
|
|
146925
146927
|
var dependencies = {
|
|
146926
|
-
"@builder.io/plugin-tools": "
|
|
146928
|
+
"@builder.io/plugin-tools": "0.0.8"
|
|
146927
146929
|
};
|
|
146928
146930
|
var pkg = {
|
|
146929
146931
|
name: name,
|