@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 CHANGED
@@ -1116,9 +1116,7 @@ var VariablesManagerTable = ({
1116
1116
  isDragged,
1117
1117
  dropPosition,
1118
1118
  setTriggerRef,
1119
- isDragOverlay,
1120
- isSorting,
1121
- index
1119
+ isSorting
1122
1120
  }) => {
1123
1121
  const showIndicationBefore = showDropIndication && dropPosition === "before";
1124
1122
  const showIndicationAfter = showDropIndication && dropPosition === "after";
@@ -1150,8 +1148,7 @@ var VariablesManagerTable = ({
1150
1148
  }
1151
1149
  }
1152
1150
  },
1153
- style: { ...itemStyle, ...triggerStyle },
1154
- disableDivider: isDragOverlay || index === rows.length - 1
1151
+ style: { ...itemStyle, ...triggerStyle }
1155
1152
  },
1156
1153
  /* @__PURE__ */ React9.createElement(VariableTableCell, { noPadding: true, width: 10, maxWidth: 10 }, /* @__PURE__ */ React9.createElement(
1157
1154
  import_ui9.IconButton,
@@ -1364,8 +1361,7 @@ function VariablesManagerPanel() {
1364
1361
  autoEditVariableId,
1365
1362
  onAutoEditComplete: handleAutoEditComplete
1366
1363
  }
1367
- ),
1368
- /* @__PURE__ */ React10.createElement(import_ui10.Divider, { sx: { width: "100%" } })
1364
+ )
1369
1365
  ), /* @__PURE__ */ React10.createElement(import_editor_panels.PanelFooter, null, /* @__PURE__ */ React10.createElement(
1370
1366
  import_ui10.Button,
1371
1367
  {