@elementor/editor-editing-panel 3.33.0-252 → 3.33.0-254
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 +8 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +8 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +20 -20
- package/src/reset-style-props.tsx +8 -1
package/dist/index.mjs
CHANGED
|
@@ -6299,7 +6299,14 @@ function isEqual(a, b) {
|
|
|
6299
6299
|
|
|
6300
6300
|
// src/reset-style-props.tsx
|
|
6301
6301
|
var { registerAction } = controlActionsMenu;
|
|
6302
|
-
var REPEATERS_SUPPORTED_FOR_RESET = [
|
|
6302
|
+
var REPEATERS_SUPPORTED_FOR_RESET = [
|
|
6303
|
+
"background",
|
|
6304
|
+
"transform",
|
|
6305
|
+
"filter",
|
|
6306
|
+
"backdrop-filter",
|
|
6307
|
+
"box-shadow",
|
|
6308
|
+
"transition"
|
|
6309
|
+
];
|
|
6303
6310
|
function initResetStyleProps() {
|
|
6304
6311
|
registerAction({
|
|
6305
6312
|
id: "reset-style-value",
|