@elementor/editor-global-classes 4.1.0-696 → 4.1.0-698
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 +11 -12
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +20 -20
- package/src/components/class-manager/class-item.tsx +1 -2
package/dist/index.mjs
CHANGED
|
@@ -1259,7 +1259,6 @@ import * as React15 from "react";
|
|
|
1259
1259
|
import { useRef, useState as useState4 } from "react";
|
|
1260
1260
|
import { validateStyleLabel } from "@elementor/editor-styles-repository";
|
|
1261
1261
|
import { EditableField, EllipsisWithTooltip as EllipsisWithTooltip3, MenuListItem, useEditable, WarningInfotip } from "@elementor/editor-ui";
|
|
1262
|
-
import { isExperimentActive as isExperimentActive2 } from "@elementor/editor-v1-adapters";
|
|
1263
1262
|
import { DotsVerticalIcon } from "@elementor/icons";
|
|
1264
1263
|
import {
|
|
1265
1264
|
bindMenu,
|
|
@@ -1755,7 +1754,7 @@ var ClassItem = ({
|
|
|
1755
1754
|
},
|
|
1756
1755
|
/* @__PURE__ */ React15.createElement(Typography6, { variant: "caption", sx: { color: "text.primary" } }, __11("Rename", "elementor"))
|
|
1757
1756
|
),
|
|
1758
|
-
|
|
1757
|
+
onToggleSync && /* @__PURE__ */ React15.createElement(
|
|
1759
1758
|
MenuListItem,
|
|
1760
1759
|
{
|
|
1761
1760
|
onClick: () => {
|