@elementor/editor-editing-panel 4.1.0-743 → 4.1.0-745
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
|
@@ -3964,11 +3964,11 @@ var POSITION_DEPENDENT_PROP_NAMES = [
|
|
|
3964
3964
|
"z-index"
|
|
3965
3965
|
];
|
|
3966
3966
|
var CLEARED_POSITION_DEPENDENT_VALUES = {
|
|
3967
|
-
"inset-block-start":
|
|
3968
|
-
"inset-block-end":
|
|
3969
|
-
"inset-inline-start":
|
|
3970
|
-
"inset-inline-end":
|
|
3971
|
-
"z-index":
|
|
3967
|
+
"inset-block-start": null,
|
|
3968
|
+
"inset-block-end": null,
|
|
3969
|
+
"inset-inline-start": null,
|
|
3970
|
+
"inset-inline-end": null,
|
|
3971
|
+
"z-index": null
|
|
3972
3972
|
};
|
|
3973
3973
|
var PositionSection = () => {
|
|
3974
3974
|
const { value: positionValue } = useStylesField("position", {
|