@veevarts/design-system 1.8.0-dev.3 → 1.8.0-dev.5
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 +8 -8
- package/dist/index.js +537 -534
- package/dist/patterns/DonationAmounts/types.d.ts +5 -0
- package/package.json +1 -1
|
@@ -144,6 +144,11 @@ export interface DonationAmountsProps {
|
|
|
144
144
|
* @default 'bordered'
|
|
145
145
|
*/
|
|
146
146
|
inputVariant?: 'flat' | 'bordered' | 'faded' | 'underlined';
|
|
147
|
+
/**
|
|
148
|
+
* Size of the custom amount input and add button
|
|
149
|
+
* @default 'md'
|
|
150
|
+
*/
|
|
151
|
+
size?: 'sm' | 'md' | 'lg';
|
|
147
152
|
/**
|
|
148
153
|
* Additional CSS classes
|
|
149
154
|
*/
|