@elementor/editor-variables 3.33.0-187 → 3.33.0-189
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 +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +14 -14
- package/src/components/fields/font-field.tsx +1 -1
package/dist/index.js
CHANGED
|
@@ -3578,7 +3578,7 @@ var FontField = ({ value, onChange, onValidationChange }) => {
|
|
|
3578
3578
|
onItemChange: handleFontFamilyChange,
|
|
3579
3579
|
onClose: fontPopoverState.close,
|
|
3580
3580
|
sectionWidth,
|
|
3581
|
-
title: (0, import_i18n24.__)("Font
|
|
3581
|
+
title: (0, import_i18n24.__)("Font family", "elementor"),
|
|
3582
3582
|
itemStyle: (item) => ({ fontFamily: item.value }),
|
|
3583
3583
|
onDebounce: import_editor_controls12.enqueueFont,
|
|
3584
3584
|
icon: import_icons16.TextIcon
|