@elementor/editor-editing-panel 4.0.0-509 → 4.0.0-511
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.d.mts +3 -5
- package/dist/index.d.ts +3 -5
- package/dist/index.js +158 -200
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +125 -166
- package/dist/index.mjs.map +1 -1
- package/package.json +20 -20
- package/src/components/style-sections/typography-section/font-family-field.tsx +1 -2
- package/src/index.ts +0 -1
- package/src/components/style-sections/typography-section/hooks/use-font-families.ts +0 -51
package/dist/index.d.mts
CHANGED
|
@@ -8,9 +8,9 @@ import { PropKey, PropTypeUtil, PropsSchema, ObjectPropType } from '@elementor/e
|
|
|
8
8
|
import * as _emotion_styled from '@emotion/styled';
|
|
9
9
|
import * as _mui_system from '@mui/system';
|
|
10
10
|
import { Theme, ChipProps } from '@elementor/ui';
|
|
11
|
-
import * as _elementor_editor_controls from '@elementor/editor-controls';
|
|
12
|
-
import { FontCategory, ControlComponent, AdornmentComponent } from '@elementor/editor-controls';
|
|
13
11
|
import { StylesProvider } from '@elementor/editor-styles-repository';
|
|
12
|
+
import * as _elementor_editor_controls from '@elementor/editor-controls';
|
|
13
|
+
import { ControlComponent, AdornmentComponent } from '@elementor/editor-controls';
|
|
14
14
|
import * as _elementor_menus from '@elementor/menus';
|
|
15
15
|
import { PopoverAction } from '@elementor/editor-ui';
|
|
16
16
|
import * as _mui_material from '@mui/material';
|
|
@@ -67,8 +67,6 @@ declare const StyleIndicator: _emotion_styled.StyledComponent<_mui_system.MUISty
|
|
|
67
67
|
getColor?: ((theme: Theme) => string) | null;
|
|
68
68
|
}), react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
69
69
|
|
|
70
|
-
declare const useFontFamilies: () => FontCategory[];
|
|
71
|
-
|
|
72
70
|
declare const injectIntoStyleTab: (args: _elementor_locations.InjectArgs<object>) => void;
|
|
73
71
|
|
|
74
72
|
type SectionType = {
|
|
@@ -1385,4 +1383,4 @@ type TagInstance = {
|
|
|
1385
1383
|
};
|
|
1386
1384
|
};
|
|
1387
1385
|
|
|
1388
|
-
export { Control as BaseControl, type ControlType, CustomCssIndicator, type DynamicTag, type DynamicTags, type DynamicTagsManager, ElementProvider, FIELD_TYPE, HISTORY_DEBOUNCE_WAIT, SectionContent, SettingsControl, SettingsField, StyleIndicator, StyleTabSection, StylesProviderCannotUpdatePropsError, type ValidationEvent, type ValidationResult, controlActionsMenu, controlsRegistry, createTopLevelObjectType, doApplyClasses, doGetAppliedClasses, doUnapplyClass, getControlReplacements, getFieldIndicators, getSubtitle, getTitle, init, injectIntoClassSelectorActions, injectIntoCssClassConvert, injectIntoPanelHeaderTop, injectIntoStyleTab, registerControlReplacement, registerEditingPanelReplacement, registerFieldIndicator, registerStyleProviderToColors, setLicenseConfig, stylesInheritanceTransformersRegistry, useClassesProp, useCustomCss, useElement,
|
|
1386
|
+
export { Control as BaseControl, type ControlType, CustomCssIndicator, type DynamicTag, type DynamicTags, type DynamicTagsManager, ElementProvider, FIELD_TYPE, HISTORY_DEBOUNCE_WAIT, SectionContent, SettingsControl, SettingsField, StyleIndicator, StyleTabSection, StylesProviderCannotUpdatePropsError, type ValidationEvent, type ValidationResult, controlActionsMenu, controlsRegistry, createTopLevelObjectType, doApplyClasses, doGetAppliedClasses, doUnapplyClass, getControlReplacements, getFieldIndicators, getSubtitle, getTitle, init, injectIntoClassSelectorActions, injectIntoCssClassConvert, injectIntoPanelHeaderTop, injectIntoStyleTab, registerControlReplacement, registerEditingPanelReplacement, registerFieldIndicator, registerStyleProviderToColors, setLicenseConfig, stylesInheritanceTransformersRegistry, useClassesProp, useCustomCss, useElement, usePanelActions, usePanelStatus, useStateByElement, useStyle, useStylesRerender };
|
package/dist/index.d.ts
CHANGED
|
@@ -8,9 +8,9 @@ import { PropKey, PropTypeUtil, PropsSchema, ObjectPropType } from '@elementor/e
|
|
|
8
8
|
import * as _emotion_styled from '@emotion/styled';
|
|
9
9
|
import * as _mui_system from '@mui/system';
|
|
10
10
|
import { Theme, ChipProps } from '@elementor/ui';
|
|
11
|
-
import * as _elementor_editor_controls from '@elementor/editor-controls';
|
|
12
|
-
import { FontCategory, ControlComponent, AdornmentComponent } from '@elementor/editor-controls';
|
|
13
11
|
import { StylesProvider } from '@elementor/editor-styles-repository';
|
|
12
|
+
import * as _elementor_editor_controls from '@elementor/editor-controls';
|
|
13
|
+
import { ControlComponent, AdornmentComponent } from '@elementor/editor-controls';
|
|
14
14
|
import * as _elementor_menus from '@elementor/menus';
|
|
15
15
|
import { PopoverAction } from '@elementor/editor-ui';
|
|
16
16
|
import * as _mui_material from '@mui/material';
|
|
@@ -67,8 +67,6 @@ declare const StyleIndicator: _emotion_styled.StyledComponent<_mui_system.MUISty
|
|
|
67
67
|
getColor?: ((theme: Theme) => string) | null;
|
|
68
68
|
}), react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
69
69
|
|
|
70
|
-
declare const useFontFamilies: () => FontCategory[];
|
|
71
|
-
|
|
72
70
|
declare const injectIntoStyleTab: (args: _elementor_locations.InjectArgs<object>) => void;
|
|
73
71
|
|
|
74
72
|
type SectionType = {
|
|
@@ -1385,4 +1383,4 @@ type TagInstance = {
|
|
|
1385
1383
|
};
|
|
1386
1384
|
};
|
|
1387
1385
|
|
|
1388
|
-
export { Control as BaseControl, type ControlType, CustomCssIndicator, type DynamicTag, type DynamicTags, type DynamicTagsManager, ElementProvider, FIELD_TYPE, HISTORY_DEBOUNCE_WAIT, SectionContent, SettingsControl, SettingsField, StyleIndicator, StyleTabSection, StylesProviderCannotUpdatePropsError, type ValidationEvent, type ValidationResult, controlActionsMenu, controlsRegistry, createTopLevelObjectType, doApplyClasses, doGetAppliedClasses, doUnapplyClass, getControlReplacements, getFieldIndicators, getSubtitle, getTitle, init, injectIntoClassSelectorActions, injectIntoCssClassConvert, injectIntoPanelHeaderTop, injectIntoStyleTab, registerControlReplacement, registerEditingPanelReplacement, registerFieldIndicator, registerStyleProviderToColors, setLicenseConfig, stylesInheritanceTransformersRegistry, useClassesProp, useCustomCss, useElement,
|
|
1386
|
+
export { Control as BaseControl, type ControlType, CustomCssIndicator, type DynamicTag, type DynamicTags, type DynamicTagsManager, ElementProvider, FIELD_TYPE, HISTORY_DEBOUNCE_WAIT, SectionContent, SettingsControl, SettingsField, StyleIndicator, StyleTabSection, StylesProviderCannotUpdatePropsError, type ValidationEvent, type ValidationResult, controlActionsMenu, controlsRegistry, createTopLevelObjectType, doApplyClasses, doGetAppliedClasses, doUnapplyClass, getControlReplacements, getFieldIndicators, getSubtitle, getTitle, init, injectIntoClassSelectorActions, injectIntoCssClassConvert, injectIntoPanelHeaderTop, injectIntoStyleTab, registerControlReplacement, registerEditingPanelReplacement, registerFieldIndicator, registerStyleProviderToColors, setLicenseConfig, stylesInheritanceTransformersRegistry, useClassesProp, useCustomCss, useElement, usePanelActions, usePanelStatus, useStateByElement, useStyle, useStylesRerender };
|