@mparticle/aquarium 1.19.3 → 1.19.4-chore-better-types.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/aquarium.js CHANGED
@@ -500,6 +500,7 @@ const u6 = (e) => {
500
500
  disabled: e.disabled,
501
501
  className: n,
502
502
  value: e.value,
503
+ autoFocus: e.autoFocus,
503
504
  placeholder: e.placeholder,
504
505
  max: e.max,
505
506
  min: e.min,