@prosperitainova/mirage-ui 1.1.163 → 1.1.165

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.ts CHANGED
@@ -108,6 +108,7 @@ type InputProps = InputHTMLAttributes<HTMLInputElement> & TextareaHTMLAttributes
108
108
  onFocus?: boolean;
109
109
  min?: string;
110
110
  max?: string;
111
+ isPercentage?: boolean;
111
112
  };
112
113
  declare const Input: (props: InputProps) => react_jsx_runtime.JSX.Element;
113
114
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prosperitainova/mirage-ui",
3
- "version": "1.1.163",
3
+ "version": "1.1.165",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "publishConfig": {