RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
@pronto-tools-and-more/components
Versions diffs
8.8.0 → 8.10.0
@pronto-tools-and-more/components 8.8.0 → 8.10.0
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
package/dist/parts/Button/Button.d.ts
+2
-1
package/package.json
+1
-1
package/dist/parts/Button/Button.d.ts
CHANGED
Viewed
@@ -1,4 +1,5 @@
1
-
export declare const Button: ({ message, to }: {
1
+
export declare const Button: ({ message, to
,
className,
}: {
2
2
message: string;
3
3
to: string;
4
+
className?: string;
4
5
}) => import("react").JSX.Element;
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@pronto-tools-and-more/components",
3
-
"version": "8.
8
.0",
3
+
"version": "8.
10
.0",
4
4
"description": "",
5
5
"main": "dist/main.js",
6
6
"types": "dist/main.d.ts",