@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.js
CHANGED
|
@@ -6177,7 +6177,14 @@ function isEqual(a, b) {
|
|
|
6177
6177
|
|
|
6178
6178
|
// src/reset-style-props.tsx
|
|
6179
6179
|
var { registerAction } = controlActionsMenu;
|
|
6180
|
-
var REPEATERS_SUPPORTED_FOR_RESET = [
|
|
6180
|
+
var REPEATERS_SUPPORTED_FOR_RESET = [
|
|
6181
|
+
"background",
|
|
6182
|
+
"transform",
|
|
6183
|
+
"filter",
|
|
6184
|
+
"backdrop-filter",
|
|
6185
|
+
"box-shadow",
|
|
6186
|
+
"transition"
|
|
6187
|
+
];
|
|
6181
6188
|
function initResetStyleProps() {
|
|
6182
6189
|
registerAction({
|
|
6183
6190
|
id: "reset-style-value",
|