@kodiak-finance/orderly-ui 2.8.0 → 2.8.2

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.d.mts CHANGED
@@ -2993,7 +2993,7 @@ interface BaseInputProps<T = string> extends Omit<InputHTMLAttributes<HTMLInputE
2993
2993
  fixClassName?: string;
2994
2994
  helpText?: string;
2995
2995
  loading?: boolean;
2996
- inputMode?: "decimal" | "numeric" | "amount";
2996
+ inputMode?: "decimal" | "numeric";
2997
2997
  containerClassName?: string;
2998
2998
  formatters?: InputFormatter[];
2999
2999
  onValueChange?: (value: T) => void;
package/dist/index.d.ts CHANGED
@@ -2993,7 +2993,7 @@ interface BaseInputProps<T = string> extends Omit<InputHTMLAttributes<HTMLInputE
2993
2993
  fixClassName?: string;
2994
2994
  helpText?: string;
2995
2995
  loading?: boolean;
2996
- inputMode?: "decimal" | "numeric" | "amount";
2996
+ inputMode?: "decimal" | "numeric";
2997
2997
  containerClassName?: string;
2998
2998
  formatters?: InputFormatter[];
2999
2999
  onValueChange?: (value: T) => void;