@elementor/editor-components 3.35.0-329 → 3.35.0-331
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 +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +8 -8
- package/dist/index.mjs.map +1 -1
- package/package.json +21 -21
- package/src/components/component-panel-header/component-badge.tsx +2 -2
- package/src/components/component-panel-header/component-panel-header.tsx +4 -4
package/dist/index.js
CHANGED
|
@@ -352,7 +352,7 @@ var ComponentsBadge = ({ overridesCount }) => {
|
|
|
352
352
|
anchorOrigin: { vertical: "top", horizontal: "right" },
|
|
353
353
|
badgeContent: /* @__PURE__ */ React.createElement(import_ui.Box, { sx: { animation: !isFirstOverride ? `${slideUp} 300ms ease-out` : "none" } }, overridesCount)
|
|
354
354
|
},
|
|
355
|
-
/* @__PURE__ */ React.createElement(import_ui.ToggleButton, { value: "overrides", size: "tiny", "aria-label": (0, import_i18n.__)("View overrides", "elementor") }, /* @__PURE__ */ React.createElement(import_icons.
|
|
355
|
+
/* @__PURE__ */ React.createElement(import_ui.ToggleButton, { value: "overrides", size: "tiny", "aria-label": (0, import_i18n.__)("View overrides", "elementor") }, /* @__PURE__ */ React.createElement(import_icons.ComponentPropListIcon, { fontSize: "tiny" }))
|
|
356
356
|
);
|
|
357
357
|
};
|
|
358
358
|
var StyledBadge = (0, import_ui.styled)(import_ui.Badge, { shouldForwardProp: (prop) => prop !== "animate" })(
|
|
@@ -413,7 +413,7 @@ var ComponentPanelHeader = () => {
|
|
|
413
413
|
justifyContent: "space-between",
|
|
414
414
|
sx: { height: 48, pl: 1.5, pr: 2, py: 1 }
|
|
415
415
|
},
|
|
416
|
-
/* @__PURE__ */ React2.createElement(import_ui2.Stack, { direction: "row", alignItems: "center"
|
|
416
|
+
/* @__PURE__ */ React2.createElement(import_ui2.Stack, { direction: "row", alignItems: "center" }, /* @__PURE__ */ React2.createElement(import_ui2.Tooltip, { title: (0, import_i18n2.__)("Back", "elementor") }, /* @__PURE__ */ React2.createElement(import_ui2.IconButton, { size: "tiny", onClick: onBack, "aria-label": (0, import_i18n2.__)("Back", "elementor") }, /* @__PURE__ */ React2.createElement(import_icons2.ArrowLeftIcon, { fontSize: "tiny" }))), /* @__PURE__ */ React2.createElement(import_ui2.Stack, { direction: "row", alignItems: "center", gap: 0.5 }, /* @__PURE__ */ React2.createElement(import_icons2.ComponentsFilledIcon, { fontSize: "tiny", stroke: "currentColor" }), /* @__PURE__ */ React2.createElement(import_ui2.Typography, { variant: "caption", sx: { fontWeight: 500 } }, componentName))),
|
|
417
417
|
/* @__PURE__ */ React2.createElement(ComponentsBadge, { overridesCount })
|
|
418
418
|
), /* @__PURE__ */ React2.createElement(import_ui2.Divider, null));
|
|
419
419
|
};
|