@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.mjs
CHANGED
|
@@ -2958,8 +2958,11 @@ function TooltipOrInfotip({
|
|
|
2958
2958
|
|
|
2959
2959
|
// src/styles-inheritance/components/styles-inheritance-indicator.tsx
|
|
2960
2960
|
var disabledControls = ["box-shadow", "background-overlay", "filter", "backdrop-filter", "transform", "transition"];
|
|
2961
|
-
var StylesInheritanceIndicator = (
|
|
2962
|
-
|
|
2961
|
+
var StylesInheritanceIndicator = ({
|
|
2962
|
+
customContext
|
|
2963
|
+
}) => {
|
|
2964
|
+
const context = useBoundProp();
|
|
2965
|
+
const { path, propType } = customContext || context;
|
|
2963
2966
|
const inheritanceChain = useStylesInheritanceChain(path);
|
|
2964
2967
|
if (!path || !inheritanceChain.length) {
|
|
2965
2968
|
return null;
|