@versini/ui-types 3.0.2 → 3.0.3

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
@@ -125,6 +125,10 @@ declare namespace ButtonIconTypes {
125
125
  * Option to make the Button transparent.
126
126
  */
127
127
  noBackground?: boolean;
128
+ /**
129
+ * The variant style of the Button.
130
+ */
131
+ variant?: "primary" | "secondary" | "danger" | "selected";
128
132
  } & CommonButtonProps &
129
133
  React.ButtonHTMLAttributes<HTMLButtonElement>;
130
134
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-types",
3
- "version": "3.0.2",
3
+ "version": "3.0.3",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -32,5 +32,5 @@
32
32
  "react": "^18.3.1 || ^19.0.0",
33
33
  "react-dom": "^18.3.1 || ^19.0.0"
34
34
  },
35
- "gitHead": "e9e5493a53a6925c3afb446b3d96f041ca7aabae"
35
+ "gitHead": "c43b9e0ea4ad97fde6cc3d088c32374ff34c6495"
36
36
  }