@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/index.d.ts CHANGED
@@ -640,28 +640,34 @@ declare type NumberPreservationModalClassNames = {
640
640
  icon?: string;
641
641
  };
642
642
  };
643
- /** Options section (Ja/Nee buttons) */
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 content wrapper */
650
- buttonContent?: string;
651
- /** Button label text */
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mobielnl/elements",
3
- "version": "0.8.3",
3
+ "version": "0.9.0",
4
4
  "description": "Mobiel.nl Elements - React component library for partner websites",
5
5
  "private": false,
6
6
  "type": "module",