@prosperitainova/mirage-ui 1.0.46 → 1.0.47

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.
@@ -10,7 +10,6 @@ export type DropdownOptions = {
10
10
  onClick?: (value: string) => void;
11
11
  };
12
12
  export type ButtonMoreDetailsProps = ButtonHTMLAttributes<HTMLButtonElement> & {
13
- onClick?: () => void;
14
13
  icon?: string;
15
14
  value?: string;
16
15
  options?: DropdownOptions[];
@@ -4,7 +4,6 @@ import { Story } from "@storybook/react";
4
4
  declare const ButtonMoreDetailsStories: {
5
5
  title: string;
6
6
  component: (props: React.ButtonHTMLAttributes<HTMLButtonElement> & {
7
- onClick?: (() => void) | undefined;
8
7
  icon?: string | undefined;
9
8
  value?: string | undefined;
10
9
  options?: import("./ButtonMoreDetails").DropdownOptions[] | undefined;
package/dist/index.d.ts CHANGED
@@ -321,7 +321,6 @@ type DropdownOptions = {
321
321
  onClick?: (value: string) => void;
322
322
  };
323
323
  type ButtonMoreDetailsProps = ButtonHTMLAttributes<HTMLButtonElement> & {
324
- onClick?: () => void;
325
324
  icon?: string;
326
325
  value?: string;
327
326
  options?: DropdownOptions[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prosperitainova/mirage-ui",
3
- "version": "1.0.46",
3
+ "version": "1.0.47",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "publishConfig": {