design-system-silkhaus 2.4.0 → 2.4.2
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 +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.js +1242 -1236
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -484,8 +484,10 @@ export declare interface PaymentRadioInputProps {
|
|
|
484
484
|
label: string | default_2.ReactNode;
|
|
485
485
|
price: string | default_2.ReactNode;
|
|
486
486
|
description?: string | default_2.ReactNode;
|
|
487
|
+
descriptionRight?: string | default_2.ReactNode;
|
|
487
488
|
checked?: boolean;
|
|
488
489
|
selectionContent?: default_2.ReactNode;
|
|
490
|
+
showDescription?: boolean;
|
|
489
491
|
className?: string;
|
|
490
492
|
onChange: (id: string) => void;
|
|
491
493
|
}
|