@prosperitainova/mirage-ui 1.0.51 → 1.0.53

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,7 +16,7 @@ export type InputCurrencyProps = InputHTMLAttributes<HTMLInputElement> & Textare
16
16
  onChange?: (e: any) => void;
17
17
  maxLength?: number;
18
18
  fontSize?: "normal" | "large";
19
- prefix?: string;
19
+ isPercentage?: boolean;
20
20
  };
21
21
  declare const InputCurrency: (props: InputCurrencyProps) => JSX.Element;
22
22
  export default InputCurrency;
@@ -1,5 +1,4 @@
1
1
  import React, { HTMLAttributes } from "react";
2
- import "../../../src/theme/fonts/ProximaNova.css";
3
2
  import "bootstrap/dist/css/bootstrap.min.css";
4
3
  export type OptionsProps = {
5
4
  title: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { Story } from "@storybook/react";
2
3
  import { RadioGroupProps } from "./RadioGroup";
3
4
  declare const RadioGroupStories: {
package/dist/index.d.ts CHANGED
@@ -270,7 +270,7 @@ type InputCurrencyProps = InputHTMLAttributes<HTMLInputElement> & TextareaHTMLAt
270
270
  onChange?: (e: any) => void;
271
271
  maxLength?: number;
272
272
  fontSize?: "normal" | "large";
273
- prefix?: string;
273
+ isPercentage?: boolean;
274
274
  };
275
275
  declare const InputCurrency: (props: InputCurrencyProps) => JSX.Element;
276
276
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prosperitainova/mirage-ui",
3
- "version": "1.0.51",
3
+ "version": "1.0.53",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "publishConfig": {