@depay/widgets 7.13.0 → 7.13.1

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/esm/index.js CHANGED
@@ -20368,7 +20368,6 @@ var ChangeAmountDialog = (function (props) {
20368
20368
  className: "Input FontSizeXXL TextAlignCenter",
20369
20369
  type: "number",
20370
20370
  name: "amount",
20371
- autoFocus: true,
20372
20371
  value: parseFloat(inputAmount),
20373
20372
  onChange: function onChange(event) {
20374
20373
  changeAmount(event.target.value);