@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.mjs
CHANGED
|
@@ -3585,7 +3585,7 @@ var FontField = ({ value, onChange, onValidationChange }) => {
|
|
|
3585
3585
|
onItemChange: handleFontFamilyChange,
|
|
3586
3586
|
onClose: fontPopoverState.close,
|
|
3587
3587
|
sectionWidth,
|
|
3588
|
-
title: __24("Font
|
|
3588
|
+
title: __24("Font family", "elementor"),
|
|
3589
3589
|
itemStyle: (item) => ({ fontFamily: item.value }),
|
|
3590
3590
|
onDebounce: enqueueFont2,
|
|
3591
3591
|
icon: TextIcon
|