@prosperitainova/mirage-ui 1.0.83 → 1.0.85

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.
@@ -3,6 +3,8 @@ export type InputTokenProps = {
3
3
  inputsNumber?: number;
4
4
  onInputChange?: (value: string) => void;
5
5
  clearAll?: boolean;
6
+ color?: string;
7
+ bolder?: boolean;
6
8
  };
7
- declare function InputToken({ inputsNumber: numberOfInputs, onInputChange, clearAll, }: InputTokenProps): JSX.Element;
9
+ declare function InputToken(props: InputTokenProps): JSX.Element;
8
10
  export default InputToken;
package/dist/index.d.ts CHANGED
@@ -244,8 +244,10 @@ type InputTokenProps = {
244
244
  inputsNumber?: number;
245
245
  onInputChange?: (value: string) => void;
246
246
  clearAll?: boolean;
247
+ color?: string;
248
+ bolder?: boolean;
247
249
  };
248
- declare function InputToken({ inputsNumber: numberOfInputs, onInputChange, clearAll, }: InputTokenProps): JSX.Element;
250
+ declare function InputToken(props: InputTokenProps): JSX.Element;
249
251
 
250
252
  type TableColumn<T = any> = {
251
253
  label: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prosperitainova/mirage-ui",
3
- "version": "1.0.83",
3
+ "version": "1.0.85",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "publishConfig": {