@kodiak-finance/orderly-ui 2.8.1 → 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.css.map +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
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"
|
|
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"
|
|
2996
|
+
inputMode?: "decimal" | "numeric";
|
|
2997
2997
|
containerClassName?: string;
|
|
2998
2998
|
formatters?: InputFormatter[];
|
|
2999
2999
|
onValueChange?: (value: T) => void;
|