@elementor/editor-editing-panel 3.33.0-116 → 3.33.0-117
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 +1 -3
- package/dist/index.d.ts +1 -3
- package/dist/index.js +879 -934
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +708 -762
- package/dist/index.mjs.map +1 -1
- package/package.json +19 -19
- package/src/components/style-tab.tsx +0 -14
- package/src/index.ts +0 -1
- package/src/components/custom-css-field.tsx +0 -20
- package/src/components/custom-css.tsx +0 -36
package/dist/index.d.mts
CHANGED
|
@@ -45,8 +45,6 @@ type SectionContentProps = PropsWithChildren<{
|
|
|
45
45
|
}>;
|
|
46
46
|
declare const SectionContent: FC<SectionContentProps>;
|
|
47
47
|
|
|
48
|
-
declare const CustomCss: () => React$1.JSX.Element;
|
|
49
|
-
|
|
50
48
|
declare const useFontFamilies: () => FontCategory[];
|
|
51
49
|
|
|
52
50
|
declare const useCustomCss: () => {
|
|
@@ -1065,4 +1063,4 @@ declare const getSubtitle: ({ provider, styleId, propDisplayName, elementId }: S
|
|
|
1065
1063
|
|
|
1066
1064
|
declare const CustomCssIndicator: () => React$1.JSX.Element | null;
|
|
1067
1065
|
|
|
1068
|
-
export {
|
|
1066
|
+
export { CustomCssIndicator, HISTORY_DEBOUNCE_WAIT, type PopoverActionProps, PopoverBody, SectionContent, StyleIndicator, StyleTabSection, StylesProviderCannotUpdatePropsError, type ValidationEvent, type ValidationResult, controlActionsMenu, controlsRegistry, getSubtitle, getTitle, init, injectIntoClassSelectorActions, injectIntoCssClassConvert, injectIntoStyleTab, registerControlReplacement, registerStyleProviderToColors, stylesInheritanceTransformersRegistry, useClassesProp, useCustomCss, useElement, useFontFamilies, usePanelActions, usePanelStatus, useSectionWidth, useStyle, useStylesRerender };
|
package/dist/index.d.ts
CHANGED
|
@@ -45,8 +45,6 @@ type SectionContentProps = PropsWithChildren<{
|
|
|
45
45
|
}>;
|
|
46
46
|
declare const SectionContent: FC<SectionContentProps>;
|
|
47
47
|
|
|
48
|
-
declare const CustomCss: () => React$1.JSX.Element;
|
|
49
|
-
|
|
50
48
|
declare const useFontFamilies: () => FontCategory[];
|
|
51
49
|
|
|
52
50
|
declare const useCustomCss: () => {
|
|
@@ -1065,4 +1063,4 @@ declare const getSubtitle: ({ provider, styleId, propDisplayName, elementId }: S
|
|
|
1065
1063
|
|
|
1066
1064
|
declare const CustomCssIndicator: () => React$1.JSX.Element | null;
|
|
1067
1065
|
|
|
1068
|
-
export {
|
|
1066
|
+
export { CustomCssIndicator, HISTORY_DEBOUNCE_WAIT, type PopoverActionProps, PopoverBody, SectionContent, StyleIndicator, StyleTabSection, StylesProviderCannotUpdatePropsError, type ValidationEvent, type ValidationResult, controlActionsMenu, controlsRegistry, getSubtitle, getTitle, init, injectIntoClassSelectorActions, injectIntoCssClassConvert, injectIntoStyleTab, registerControlReplacement, registerStyleProviderToColors, stylesInheritanceTransformersRegistry, useClassesProp, useCustomCss, useElement, useFontFamilies, usePanelActions, usePanelStatus, useSectionWidth, useStyle, useStylesRerender };
|