@prosperitainova/mirage-ui 1.0.53 → 1.0.55

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.
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import "../../../src/theme/fonts/ProximaNova.css";
3
2
  type ItemsProps = {
4
3
  label: string;
@@ -10,6 +10,7 @@ export type InputProps = InputHTMLAttributes<HTMLInputElement> & TextareaHTMLAtt
10
10
  newPasswordLevel?: string;
11
11
  search?: boolean;
12
12
  mask?: string;
13
+ maskChar?: string | null;
13
14
  };
14
15
  declare const Input: (props: InputProps) => JSX.Element;
15
16
  export default Input;
package/dist/index.d.ts CHANGED
@@ -81,6 +81,7 @@ type InputProps = InputHTMLAttributes<HTMLInputElement> & TextareaHTMLAttributes
81
81
  newPasswordLevel?: string;
82
82
  search?: boolean;
83
83
  mask?: string;
84
+ maskChar?: string | null;
84
85
  };
85
86
  declare const Input: (props: InputProps) => JSX.Element;
86
87
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prosperitainova/mirage-ui",
3
- "version": "1.0.53",
3
+ "version": "1.0.55",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "publishConfig": {