@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.
- package/dist/index.d.ts +4 -0
- 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.
|
|
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": "
|
|
35
|
+
"gitHead": "c43b9e0ea4ad97fde6cc3d088c32374ff34c6495"
|
|
36
36
|
}
|