@mobielnl/elements 0.8.3 → 0.9.0
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/elements.css +1 -1
- package/dist/elements.js +1 -1
- package/dist/elements.umd.cjs +55 -55
- package/dist/{index-CaENokp7.js → index-DGwXRCKf.js} +1 -1
- package/dist/{index-BwWNcT1C.js → index-D_h35XTR.js} +4059 -4148
- package/dist/index.d.ts +15 -9
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -640,28 +640,34 @@ declare type NumberPreservationModalClassNames = {
|
|
|
640
640
|
icon?: string;
|
|
641
641
|
};
|
|
642
642
|
};
|
|
643
|
-
/** Options section
|
|
643
|
+
/** Options section
|
|
644
|
+
* @example 'Ja' 'Huidig 06-nummer'
|
|
645
|
+
* @example 'Nee' 'Nieuw 06-nummer' */
|
|
644
646
|
options?: {
|
|
645
647
|
/** Container for the option buttons */
|
|
646
648
|
container?: string;
|
|
647
649
|
/** Option button styling */
|
|
648
650
|
button?: string;
|
|
649
|
-
/** Button
|
|
650
|
-
|
|
651
|
-
|
|
651
|
+
/** Button label text
|
|
652
|
+
* @example 'Ja'
|
|
653
|
+
* @example 'Nee' */
|
|
652
654
|
buttonLabel?: string;
|
|
653
|
-
/** Button description text
|
|
655
|
+
/** Button description text
|
|
656
|
+
* @example 'Huidig 06-nummer'
|
|
657
|
+
* @example 'Nieuw 06-nummer' */
|
|
654
658
|
buttonDescription?: string;
|
|
655
|
-
/** Button icon styling */
|
|
656
|
-
buttonIcon?: string;
|
|
657
659
|
};
|
|
658
|
-
/** Radio group for subscription type selection
|
|
660
|
+
/** Radio group for subscription type selection
|
|
661
|
+
* @example 'Abonnement'
|
|
662
|
+
* @example 'Prepaid' */
|
|
659
663
|
radioGroup?: {
|
|
660
664
|
/** Radio group base styling */
|
|
661
665
|
base?: string;
|
|
662
666
|
/** Radio group wrapper styling */
|
|
663
667
|
wrapper?: string;
|
|
664
|
-
/** Radio group label styling
|
|
668
|
+
/** Radio group label styling
|
|
669
|
+
* @example 'Abonnement'
|
|
670
|
+
* @example 'Prepaid' */
|
|
665
671
|
label?: string;
|
|
666
672
|
/** Radio group description styling */
|
|
667
673
|
description?: string;
|