@threedddplus/logoeditor 0.0.161 → 0.0.162
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/logoeditor.cjs.development.js +6 -4
- package/dist/logoeditor.cjs.development.js.map +1 -1
- package/dist/logoeditor.cjs.production.min.js +1 -1
- package/dist/logoeditor.cjs.production.min.js.map +1 -1
- package/dist/logoeditor.esm.js +6 -4
- package/dist/logoeditor.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/logoeditor.esm.js
CHANGED
@@ -8620,7 +8620,7 @@ var Layers = function Layers(_ref) {
|
|
8620
8620
|
}, storeAllObject.map(function (item, index) {
|
8621
8621
|
return React.createElement("div", {
|
8622
8622
|
key: item.id,
|
8623
|
-
className: "!flex-row border border-[#D7D7D7] h-20 flex justify-between items-center flex-wrap md:flex-nowrap"
|
8623
|
+
className: "!flex-row border border-[#D7D7D7] h-20 flex justify-between items-center flex-wrap md:flex-nowrap w-full"
|
8624
8624
|
}, React.createElement("div", {
|
8625
8625
|
className: "border-r border-[#D7D7D7] bg-slate-200 w-20 h-20 flex items-center justify-center flex-shrink-0"
|
8626
8626
|
}, React.createElement("img", {
|
@@ -8632,11 +8632,13 @@ var Layers = function Layers(_ref) {
|
|
8632
8632
|
},
|
8633
8633
|
src: item.icon,
|
8634
8634
|
alt: "icon"
|
8635
|
-
})), React.createElement("
|
8635
|
+
})), React.createElement("div", {
|
8636
|
+
className: "flex items-center justify-center"
|
8637
|
+
}, React.createElement("button", {
|
8636
8638
|
onClick: function onClick() {
|
8637
8639
|
return deleteElement(item);
|
8638
8640
|
},
|
8639
|
-
className: "flex items-center justify-center flex-
|
8641
|
+
className: "flex items-center justify-center flex-shrink-0 w-10 h-full"
|
8640
8642
|
}, React.createElement(DeleteIcon, null)), React.createElement("div", {
|
8641
8643
|
className: "flex flex-col items-center justify-between flex-shrink-0 w-10"
|
8642
8644
|
}, React.createElement("button", {
|
@@ -8655,7 +8657,7 @@ var Layers = function Layers(_ref) {
|
|
8655
8657
|
className: "w-full h-9"
|
8656
8658
|
}, React.createElement(DownIcon, {
|
8657
8659
|
disabled: index === storeAllObject.length - 1
|
8658
|
-
}))));
|
8660
|
+
})))));
|
8659
8661
|
})), React.createElement("div", {
|
8660
8662
|
className: "flex flex-col w-full h-[10%]"
|
8661
8663
|
}, React.createElement("button", {
|