@prosperitainova/mirage-ui 1.1.80 → 1.1.83

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,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { MenuDropdownProps } from "./MenuDropdown";
2
3
  import { Story } from "@storybook/react";
3
4
  declare const MenuDropdownStories: {
@@ -43,6 +43,7 @@ export type Colors = {
43
43
  info: colortype;
44
44
  warning: colortype;
45
45
  error: colortype;
46
+ gray: colortype;
46
47
  };
47
48
  export type colortype = {
48
49
  main: string;
package/dist/index.d.ts CHANGED
@@ -494,6 +494,7 @@ type Colors = {
494
494
  info: colortype;
495
495
  warning: colortype;
496
496
  error: colortype;
497
+ gray: colortype;
497
498
  };
498
499
  type colortype = {
499
500
  main: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prosperitainova/mirage-ui",
3
- "version": "1.1.80",
3
+ "version": "1.1.83",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "publishConfig": {