@prosperitainova/mirage-ui 1.0.65 → 1.0.67

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.
@@ -16,6 +16,7 @@ export type InputCurrencyProps = InputHTMLAttributes<HTMLInputElement> & Textare
16
16
  onChange?: (e: any) => void;
17
17
  maxLength?: number;
18
18
  fontSize?: "normal" | "large";
19
+ name?: string;
19
20
  };
20
21
  declare const InputCurrency: (props: InputCurrencyProps) => JSX.Element;
21
22
  export default InputCurrency;
package/dist/index.d.ts CHANGED
@@ -273,6 +273,7 @@ type InputCurrencyProps = InputHTMLAttributes<HTMLInputElement> & TextareaHTMLAt
273
273
  onChange?: (e: any) => void;
274
274
  maxLength?: number;
275
275
  fontSize?: "normal" | "large";
276
+ name?: string;
276
277
  };
277
278
  declare const InputCurrency: (props: InputCurrencyProps) => JSX.Element;
278
279
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prosperitainova/mirage-ui",
3
- "version": "1.0.65",
3
+ "version": "1.0.67",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "publishConfig": {