@elementor/editor-global-classes 4.1.0-708 → 4.1.0-709
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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +20 -20
- package/src/components/class-manager/class-item.tsx +9 -6
package/dist/index.mjs
CHANGED
|
@@ -1259,7 +1259,7 @@ 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 { DotsVerticalIcon } from "@elementor/icons";
|
|
1262
|
+
import { DotsVerticalIcon, RefreshIcon, RefreshOffIcon } from "@elementor/icons";
|
|
1263
1263
|
import {
|
|
1264
1264
|
bindMenu,
|
|
1265
1265
|
bindTrigger as bindTrigger2,
|
|
@@ -1762,7 +1762,7 @@ var ClassItem = ({
|
|
|
1762
1762
|
onToggleSync(id2, !syncToV3);
|
|
1763
1763
|
}
|
|
1764
1764
|
},
|
|
1765
|
-
/* @__PURE__ */ React15.createElement(Typography6, { variant: "caption", sx: { color: "text.primary" } }, syncToV3 ? __11("Stop syncing to Global Fonts", "elementor") : __11("Sync to Global Fonts", "elementor"))
|
|
1765
|
+
/* @__PURE__ */ React15.createElement(Stack6, { direction: "row", alignItems: "center", gap: 1 }, syncToV3 ? /* @__PURE__ */ React15.createElement(RefreshOffIcon, { fontSize: "tiny" }) : /* @__PURE__ */ React15.createElement(RefreshIcon, { fontSize: "tiny" }), /* @__PURE__ */ React15.createElement(Typography6, { variant: "caption", sx: { color: "text.primary" } }, syncToV3 ? __11("Stop syncing to Global Fonts", "elementor") : __11("Sync to Global Fonts", "elementor")))
|
|
1766
1766
|
),
|
|
1767
1767
|
/* @__PURE__ */ React15.createElement(
|
|
1768
1768
|
MenuListItem,
|