@elementor/editor-controls 4.0.0-517 → 4.0.0-519

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
@@ -2066,6 +2066,7 @@ var DropShadowItemContent = ({ anchorEl }) => {
2066
2066
  {
2067
2067
  anchorRef: rowRefs[item.rowIndex],
2068
2068
  enablePropTypeUnits: true,
2069
+ min: item.bind === "blur" ? 0 : -Number.MAX_SAFE_INTEGER,
2069
2070
  defaultUnit: "px"
2070
2071
  }
2071
2072
  ))))));