@elpassion/taco
Advanced tools
Comparing version 0.9.23 to 0.9.24
@@ -9,3 +9,3 @@ import { PropsWithChildren } from "react"; | ||
iconPosition?: "left" | "right"; | ||
iconButtonProps: Pick<IconButtonProps, "icon" | "iconName" | "onClick" | "aria-label">; | ||
iconButtonProps: Pick<IconButtonProps, "icon" | "iconName" | "onClick" | "aria-label" | "className">; | ||
} |
@@ -9,3 +9,3 @@ import { PropsWithChildren } from "react"; | ||
iconPosition?: "left" | "right"; | ||
iconButtonProps: Pick<IconButtonProps, "icon" | "iconName" | "onClick" | "aria-label">; | ||
iconButtonProps: Pick<IconButtonProps, "icon" | "iconName" | "onClick" | "aria-label" | "className">; | ||
} |
@@ -1919,3 +1919,3 @@ /// <reference types="react" /> | ||
iconPosition?: "left" | "right"; | ||
iconButtonProps: Pick<IconButtonProps$1, "icon" | "iconName" | "onClick" | "aria-label">; | ||
iconButtonProps: Pick<IconButtonProps$1, "icon" | "iconName" | "onClick" | "aria-label" | "className">; | ||
} | ||
@@ -1922,0 +1922,0 @@ |
{ | ||
"name": "@elpassion/taco", | ||
"version": "0.9.23", | ||
"version": "0.9.24", | ||
"main": "cjs/index.js", | ||
@@ -5,0 +5,0 @@ "module": "index.js", |
1076083