@elementor/editor-variables 3.33.0-131 → 3.33.0-133
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/index.js +3 -7
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -7
- package/dist/index.mjs.map +1 -1
- package/package.json +13 -13
- package/src/components/variables-manager/variables-manager-panel.tsx +0 -1
- package/src/components/variables-manager/variables-manager-table.tsx +0 -3
package/dist/index.mjs
CHANGED
|
@@ -1103,9 +1103,7 @@ var VariablesManagerTable = ({
|
|
|
1103
1103
|
isDragged,
|
|
1104
1104
|
dropPosition,
|
|
1105
1105
|
setTriggerRef,
|
|
1106
|
-
|
|
1107
|
-
isSorting,
|
|
1108
|
-
index
|
|
1106
|
+
isSorting
|
|
1109
1107
|
}) => {
|
|
1110
1108
|
const showIndicationBefore = showDropIndication && dropPosition === "before";
|
|
1111
1109
|
const showIndicationAfter = showDropIndication && dropPosition === "after";
|
|
@@ -1137,8 +1135,7 @@ var VariablesManagerTable = ({
|
|
|
1137
1135
|
}
|
|
1138
1136
|
}
|
|
1139
1137
|
},
|
|
1140
|
-
style: { ...itemStyle, ...triggerStyle }
|
|
1141
|
-
disableDivider: isDragOverlay || index === rows.length - 1
|
|
1138
|
+
style: { ...itemStyle, ...triggerStyle }
|
|
1142
1139
|
},
|
|
1143
1140
|
/* @__PURE__ */ React9.createElement(VariableTableCell, { noPadding: true, width: 10, maxWidth: 10 }, /* @__PURE__ */ React9.createElement(
|
|
1144
1141
|
IconButton3,
|
|
@@ -1351,8 +1348,7 @@ function VariablesManagerPanel() {
|
|
|
1351
1348
|
autoEditVariableId,
|
|
1352
1349
|
onAutoEditComplete: handleAutoEditComplete
|
|
1353
1350
|
}
|
|
1354
|
-
)
|
|
1355
|
-
/* @__PURE__ */ React10.createElement(Divider, { sx: { width: "100%" } })
|
|
1351
|
+
)
|
|
1356
1352
|
), /* @__PURE__ */ React10.createElement(PanelFooter, null, /* @__PURE__ */ React10.createElement(
|
|
1357
1353
|
Button2,
|
|
1358
1354
|
{
|