@elementor/editor-components 3.35.0-466 → 3.35.0-467
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 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +10 -10
- package/dist/index.mjs.map +1 -1
- package/package.json +22 -22
- package/src/components/component-panel-header/component-badge.tsx +11 -9
package/dist/index.js
CHANGED
|
@@ -2004,16 +2004,16 @@ var ComponentsBadge = React9.forwardRef(({ overridablePropsCount, onClick }, ref
|
|
|
2004
2004
|
anchorOrigin: { vertical: "top", horizontal: "right" },
|
|
2005
2005
|
badgeContent: /* @__PURE__ */ React9.createElement(import_ui9.Box, { sx: { animation: !isFirstExposedProperty ? `${slideUp} 300ms ease-out` : "none" } }, overridablePropsCount)
|
|
2006
2006
|
},
|
|
2007
|
-
/* @__PURE__ */ React9.createElement(
|
|
2007
|
+
/* @__PURE__ */ React9.createElement(import_ui9.Tooltip, { title: (0, import_i18n12.__)("Component properties", "elementor") }, /* @__PURE__ */ React9.createElement(
|
|
2008
2008
|
import_ui9.ToggleButton,
|
|
2009
2009
|
{
|
|
2010
2010
|
value: "exposed properties",
|
|
2011
2011
|
size: "tiny",
|
|
2012
2012
|
onClick,
|
|
2013
|
-
"aria-label": (0, import_i18n12.__)("
|
|
2013
|
+
"aria-label": (0, import_i18n12.__)("Component properties", "elementor")
|
|
2014
2014
|
},
|
|
2015
2015
|
/* @__PURE__ */ React9.createElement(import_icons6.ComponentPropListIcon, { fontSize: "tiny" })
|
|
2016
|
-
)
|
|
2016
|
+
))
|
|
2017
2017
|
);
|
|
2018
2018
|
});
|
|
2019
2019
|
var StyledBadge = (0, import_ui9.styled)(import_ui9.Badge, { shouldForwardProp: (prop) => prop !== "animate" })(
|