@prosperitainova/mirage-ui 1.0.92 → 1.0.94

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.
@@ -18,7 +18,7 @@ export type InputCurrencyProps = InputHTMLAttributes<HTMLInputElement> & Textare
18
18
  fontSize?: "normal" | "large";
19
19
  name?: string;
20
20
  inputSize?: "normal" | "large";
21
- isPercentage: boolean;
21
+ isPercentage?: boolean;
22
22
  };
23
23
  declare const InputCurrency: (props: InputCurrencyProps) => JSX.Element;
24
24
  export default InputCurrency;
@@ -1,2 +1 @@
1
1
  export declare const handleCurrencyInput: (string: string, noLeadingZeros?: boolean, thousandSeparator?: string, decimalSeparator?: string) => string;
2
- export declare const handlePercentageInput: (string: string, maxValue?: number, decimalSeparator?: string) => string;
package/dist/index.d.ts CHANGED
@@ -280,7 +280,7 @@ type InputCurrencyProps = InputHTMLAttributes<HTMLInputElement> & TextareaHTMLAt
280
280
  fontSize?: "normal" | "large";
281
281
  name?: string;
282
282
  inputSize?: "normal" | "large";
283
- isPercentage: boolean;
283
+ isPercentage?: boolean;
284
284
  };
285
285
  declare const InputCurrency: (props: InputCurrencyProps) => JSX.Element;
286
286
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prosperitainova/mirage-ui",
3
- "version": "1.0.92",
3
+ "version": "1.0.94",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "publishConfig": {