@elementor/editor-editing-panel 1.29.0 → 1.29.2
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/CHANGELOG.md +12 -0
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/components/css-classes/css-class-item.tsx +1 -0
- package/src/components/css-classes/css-class-selector.tsx +1 -1
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -515,6 +515,7 @@ function CssClassItem({
|
|
|
515
515
|
},
|
|
516
516
|
"aria-pressed": isActive,
|
|
517
517
|
sx: (theme) => ({
|
|
518
|
+
lineHeight: 1,
|
|
518
519
|
cursor: isActive && allowRename && !isShowingState ? "text" : "pointer",
|
|
519
520
|
borderRadius: `${theme.shape.borderRadius * 0.75}px`,
|
|
520
521
|
"&.Mui-focusVisible": {
|
|
@@ -587,7 +588,7 @@ function CssClassSelector() {
|
|
|
587
588
|
{
|
|
588
589
|
id: ID,
|
|
589
590
|
size: "tiny",
|
|
590
|
-
placeholder: showPlaceholder ? (0, import_i18n3.__)("Type
|
|
591
|
+
placeholder: showPlaceholder ? (0, import_i18n3.__)("Type class name", "elementor") : void 0,
|
|
591
592
|
options: options13,
|
|
592
593
|
selected: applied,
|
|
593
594
|
onSelect: handleApply,
|