@konoma-development/react-components 0.1.3 → 0.1.4

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.
@@ -7562,6 +7562,7 @@ function Input$2({
7562
7562
  textRight,
7563
7563
  centered,
7564
7564
  error,
7565
+ step,
7565
7566
  required,
7566
7567
  name,
7567
7568
  value,
@@ -7621,6 +7622,7 @@ function Input$2({
7621
7622
  radix: ".",
7622
7623
  unmask: true,
7623
7624
  ref,
7625
+ step,
7624
7626
  inputRef,
7625
7627
  placeholder,
7626
7628
  value: value?.toString(),
@@ -7653,6 +7655,7 @@ function Input$2({
7653
7655
  ref.current?.showPicker();
7654
7656
  onClick(e);
7655
7657
  },
7658
+ step,
7656
7659
  onBlur,
7657
7660
  onKeyDown,
7658
7661
  className: classesFull.join(" "),