design-system-silkhaus 2.3.0-beta.travel-list.20 → 2.3.0-beta.travel-list.22
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.cjs +33 -33
- package/dist/index.d.ts +2 -2
- package/dist/index.js +4328 -4283
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -143,11 +143,11 @@ export declare interface ButtonProps extends default_2.ButtonHTMLAttributes<HTML
|
|
|
143
143
|
* classes to apply on the outer most container which contains
|
|
144
144
|
* the button and the helper text
|
|
145
145
|
*/
|
|
146
|
-
|
|
146
|
+
className?: string;
|
|
147
147
|
/**
|
|
148
148
|
* classes to apply on button element
|
|
149
149
|
*/
|
|
150
|
-
|
|
150
|
+
buttonClassName?: string;
|
|
151
151
|
/**
|
|
152
152
|
* classes to apply on the helper text
|
|
153
153
|
*/
|