@elementor/editor-editing-panel 3.32.0-87 → 3.32.0-89
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
|
@@ -2914,8 +2914,11 @@ function TooltipOrInfotip({
|
|
|
2914
2914
|
|
|
2915
2915
|
// src/styles-inheritance/components/styles-inheritance-indicator.tsx
|
|
2916
2916
|
var disabledControls = ["box-shadow", "background-overlay", "filter", "backdrop-filter", "transform", "transition"];
|
|
2917
|
-
var StylesInheritanceIndicator = (
|
|
2918
|
-
|
|
2917
|
+
var StylesInheritanceIndicator = ({
|
|
2918
|
+
customContext
|
|
2919
|
+
}) => {
|
|
2920
|
+
const context = (0, import_editor_controls7.useBoundProp)();
|
|
2921
|
+
const { path, propType } = customContext || context;
|
|
2919
2922
|
const inheritanceChain = useStylesInheritanceChain(path);
|
|
2920
2923
|
if (!path || !inheritanceChain.length) {
|
|
2921
2924
|
return null;
|