@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 CHANGED
@@ -4189,7 +4189,7 @@ var FontFamilyControl = createControl(
4189
4189
  setValue: setFontFamily,
4190
4190
  disabled,
4191
4191
  placeholder
4192
- } = useBoundProp(import_editor_props23.stringPropTypeUtil);
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)(() => {