@elementor/editor-editing-panel 4.1.0-744 → 4.1.0-746
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
|
@@ -4029,11 +4029,11 @@ var POSITION_DEPENDENT_PROP_NAMES = [
|
|
|
4029
4029
|
"z-index"
|
|
4030
4030
|
];
|
|
4031
4031
|
var CLEARED_POSITION_DEPENDENT_VALUES = {
|
|
4032
|
-
"inset-block-start":
|
|
4033
|
-
"inset-block-end":
|
|
4034
|
-
"inset-inline-start":
|
|
4035
|
-
"inset-inline-end":
|
|
4036
|
-
"z-index":
|
|
4032
|
+
"inset-block-start": null,
|
|
4033
|
+
"inset-block-end": null,
|
|
4034
|
+
"inset-inline-start": null,
|
|
4035
|
+
"inset-inline-end": null,
|
|
4036
|
+
"z-index": null
|
|
4037
4037
|
};
|
|
4038
4038
|
var PositionSection = () => {
|
|
4039
4039
|
const { value: positionValue } = useStylesField("position", {
|