@prosperitainova/mirage-ui 1.1.7 → 1.1.9

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 { Props as ReactSelectProps } from "react-select";
3
2
  import "../../../src/theme/fonts/ProximaNova.css";
4
3
  export type SelectProps = Omit<ReactSelectProps, "onChange"> & {
@@ -5,6 +5,7 @@ export type InputTokenProps = {
5
5
  clearAll?: boolean;
6
6
  color?: string;
7
7
  bolder?: boolean;
8
+ keyDownFunction: () => void;
8
9
  };
9
10
  declare function InputToken(props: InputTokenProps): JSX.Element;
10
11
  export default InputToken;
package/dist/index.d.ts CHANGED
@@ -246,6 +246,7 @@ type InputTokenProps = {
246
246
  clearAll?: boolean;
247
247
  color?: string;
248
248
  bolder?: boolean;
249
+ keyDownFunction: () => void;
249
250
  };
250
251
  declare function InputToken(props: InputTokenProps): JSX.Element;
251
252
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prosperitainova/mirage-ui",
3
- "version": "1.1.7",
3
+ "version": "1.1.9",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "publishConfig": {