@elementor/editor-controls 4.2.0-938 → 4.2.0-940
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 +47 -47
- package/dist/index.mjs.map +1 -1
- package/package.json +16 -16
- package/src/controls/font-family-control/font-family-control.tsx +2 -2
package/dist/index.js
CHANGED
|
@@ -4189,7 +4189,7 @@ var FontFamilyControl = createControl(
|
|
|
4189
4189
|
setValue: setFontFamily,
|
|
4190
4190
|
disabled,
|
|
4191
4191
|
placeholder
|
|
4192
|
-
} = useBoundProp(import_editor_props23.
|
|
4192
|
+
} = useBoundProp(import_editor_props23.fontFamilyPropTypeUtil);
|
|
4193
4193
|
const popoverState = (0, import_ui50.usePopupState)({ variant: "popover" });
|
|
4194
4194
|
const isShowingPlaceholder = !fontFamily && placeholder;
|
|
4195
4195
|
const mapFontSubs = (0, import_react40.useMemo)(() => {
|