@versini/ui-types 4.1.0 → 4.2.0

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +4 -0
  2. package/package.json +2 -2
package/dist/index.d.ts CHANGED
@@ -162,6 +162,10 @@ declare namespace ButtonIconTypes {
162
162
  * The variant style of the Button.
163
163
  */
164
164
  variant?: "primary" | "secondary" | "danger" | "selected";
165
+ /**
166
+ * The extra class name to pass to the icon itself.
167
+ */
168
+ iconClassName?: string;
165
169
  } & CommonButtonProps &
166
170
  React.ButtonHTMLAttributes<HTMLButtonElement>;
167
171
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-types",
3
- "version": "4.1.0",
3
+ "version": "4.2.0",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -35,5 +35,5 @@
35
35
  "devDependencies": {
36
36
  "@floating-ui/react": "0.27.3"
37
37
  },
38
- "gitHead": "62e5ad9aef3842ebba9e968c0cde595e6fd81544"
38
+ "gitHead": "2be4fd5fe7dd74804533efdedcc6cfa4023a739a"
39
39
  }