@elementor/editor-editing-panel 3.33.0-247 → 3.33.0-248

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