@prosperitainova/mirage-ui 1.1.90 → 1.1.92

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 { ButtonProps } from "./Button";
3
2
  import { Story } from "@storybook/react";
4
3
  declare const ButtonStories: {
@@ -15,6 +15,7 @@ export type ButtonDropdownProps = ButtonHTMLAttributes<HTMLButtonElement> & {
15
15
  type?: string;
16
16
  double?: boolean;
17
17
  options?: DropdownOptions[];
18
+ iconColorFilter?: string;
18
19
  };
19
20
  declare const ButtonDropdown: (props: ButtonDropdownProps) => JSX.Element;
20
21
  export default ButtonDropdown;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { ButtonDropdownProps } from "./ButtonDropdown";
3
2
  import { Story } from "@storybook/react";
4
3
  declare const ButtonStories: {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { DropzoneProps as DropzoneRootProps } from "react-dropzone";
3
2
  import "../../../src/theme/fonts/ProximaNova.css";
4
3
  interface DropzoneRootPropsLite extends Omit<DropzoneRootProps, "onDrop"> {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { DropzoneProps } from "./Dropzone";
3
2
  import { Story } from "@storybook/react";
4
3
  declare const DropzoneStories: {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { Story } from "@storybook/react";
3
2
  declare const SideBarStories: {
4
3
  title: string;
@@ -0,0 +1,3 @@
1
+ import { AppTheme } from "./types";
2
+ declare const theme: AppTheme;
3
+ export default theme;
package/dist/index.d.ts CHANGED
@@ -55,6 +55,7 @@ type ButtonDropdownProps = ButtonHTMLAttributes<HTMLButtonElement> & {
55
55
  type?: string;
56
56
  double?: boolean;
57
57
  options?: DropdownOptions$1[];
58
+ iconColorFilter?: string;
58
59
  };
59
60
  declare const ButtonDropdown: (props: ButtonDropdownProps) => JSX.Element;
60
61
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prosperitainova/mirage-ui",
3
- "version": "1.1.90",
3
+ "version": "1.1.92",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "publishConfig": {