@momentum-design/components 0.129.21 → 0.129.23

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.
Files changed (34) hide show
  1. package/dist/browser/index.js +49 -46
  2. package/dist/browser/index.js.map +2 -2
  3. package/dist/components/buttonsimple/buttonsimple.component.d.ts +1 -1
  4. package/dist/components/card/card.component.d.ts +13 -23
  5. package/dist/components/card/card.component.js +13 -23
  6. package/dist/components/cardbutton/cardbutton.component.d.ts +13 -9
  7. package/dist/components/cardbutton/cardbutton.component.js +13 -9
  8. package/dist/components/cardcheckbox/cardcheckbox.component.d.ts +21 -15
  9. package/dist/components/cardcheckbox/cardcheckbox.component.js +21 -15
  10. package/dist/components/cardradio/cardradio.component.d.ts +21 -15
  11. package/dist/components/cardradio/cardradio.component.js +21 -15
  12. package/dist/components/formfieldwrapper/formfieldwrapper.component.d.ts +5 -3
  13. package/dist/components/formfieldwrapper/formfieldwrapper.component.js +4 -2
  14. package/dist/components/statictoggle/statictoggle.component.d.ts +24 -23
  15. package/dist/components/statictoggle/statictoggle.component.js +24 -23
  16. package/dist/components/statictoggle/statictoggle.styles.js +37 -37
  17. package/dist/components/toggle/toggle.component.d.ts +30 -19
  18. package/dist/components/toggle/toggle.component.js +30 -19
  19. package/dist/components/toggle/toggle.styles.js +12 -9
  20. package/dist/custom-elements.json +272 -356
  21. package/dist/react/card/index.d.ts +13 -23
  22. package/dist/react/card/index.js +13 -23
  23. package/dist/react/cardbutton/index.d.ts +13 -9
  24. package/dist/react/cardbutton/index.js +13 -9
  25. package/dist/react/cardcheckbox/index.d.ts +18 -14
  26. package/dist/react/cardcheckbox/index.js +18 -14
  27. package/dist/react/cardradio/index.d.ts +19 -14
  28. package/dist/react/cardradio/index.js +19 -14
  29. package/dist/react/statictoggle/index.d.ts +13 -15
  30. package/dist/react/statictoggle/index.js +13 -15
  31. package/dist/react/toggle/index.d.ts +18 -15
  32. package/dist/react/toggle/index.js +18 -15
  33. package/dist/utils/mixins/CardComponentMixin.js +7 -2
  34. package/package.json +1 -1
@@ -1095,7 +1095,7 @@
1095
1095
  "text": "string | undefined"
1096
1096
  },
1097
1097
  "description": "This property defines the ARIA state key, which will be toggled when the\nButton is set to `active`.\nThe default value is 'aria-pressed', which is commonly used for toggle buttons.\n\nConsumers can override this property to use a different ARIA state key if needed.\nIn case multiple aria attributes should be toggled, they can be passed in as\na comma separated string.\nFor example: `aria-pressed,aria-expanded`",
1098
- "default": "'aria-pressed' (when)",
1098
+ "default": "'aria-pressed'",
1099
1099
  "attribute": "ariaStateKey",
1100
1100
  "reflects": true,
1101
1101
  "inheritedFrom": {
@@ -1581,7 +1581,7 @@
1581
1581
  "text": "string | undefined"
1582
1582
  },
1583
1583
  "description": "This property defines the ARIA state key, which will be toggled when the\nButton is set to `active`.\nThe default value is 'aria-pressed', which is commonly used for toggle buttons.\n\nConsumers can override this property to use a different ARIA state key if needed.\nIn case multiple aria attributes should be toggled, they can be passed in as\na comma separated string.\nFor example: `aria-pressed,aria-expanded`",
1584
- "default": "'aria-pressed' (when)",
1584
+ "default": "'aria-pressed'",
1585
1585
  "fieldName": "ariaStateKey",
1586
1586
  "inheritedFrom": {
1587
1587
  "name": "Buttonsimple",
@@ -3708,7 +3708,7 @@
3708
3708
  "text": "string | undefined"
3709
3709
  },
3710
3710
  "description": "This property defines the ARIA state key, which will be toggled when the\nButton is set to `active`.\nThe default value is 'aria-pressed', which is commonly used for toggle buttons.\n\nConsumers can override this property to use a different ARIA state key if needed.\nIn case multiple aria attributes should be toggled, they can be passed in as\na comma separated string.\nFor example: `aria-pressed,aria-expanded`",
3711
- "default": "'aria-pressed' (when)",
3711
+ "default": "'aria-pressed'",
3712
3712
  "attribute": "ariaStateKey",
3713
3713
  "reflects": true,
3714
3714
  "inheritedFrom": {
@@ -4306,7 +4306,7 @@
4306
4306
  "text": "string | undefined"
4307
4307
  },
4308
4308
  "description": "This property defines the ARIA state key, which will be toggled when the\nButton is set to `active`.\nThe default value is 'aria-pressed', which is commonly used for toggle buttons.\n\nConsumers can override this property to use a different ARIA state key if needed.\nIn case multiple aria attributes should be toggled, they can be passed in as\na comma separated string.\nFor example: `aria-pressed,aria-expanded`",
4309
- "default": "'aria-pressed' (when)",
4309
+ "default": "'aria-pressed'",
4310
4310
  "fieldName": "ariaStateKey",
4311
4311
  "inheritedFrom": {
4312
4312
  "name": "Buttonsimple",
@@ -5256,7 +5256,7 @@
5256
5256
  "text": "string | undefined"
5257
5257
  },
5258
5258
  "description": "This property defines the ARIA state key, which will be toggled when the\nButton is set to `active`.\nThe default value is 'aria-pressed', which is commonly used for toggle buttons.\n\nConsumers can override this property to use a different ARIA state key if needed.\nIn case multiple aria attributes should be toggled, they can be passed in as\na comma separated string.\nFor example: `aria-pressed,aria-expanded`",
5259
- "default": "'aria-pressed' (when)",
5259
+ "default": "'aria-pressed'",
5260
5260
  "attribute": "ariaStateKey",
5261
5261
  "reflects": true,
5262
5262
  "inheritedFrom": {
@@ -5857,7 +5857,7 @@
5857
5857
  "text": "string | undefined"
5858
5858
  },
5859
5859
  "description": "This property defines the ARIA state key, which will be toggled when the\nButton is set to `active`.\nThe default value is 'aria-pressed', which is commonly used for toggle buttons.\n\nConsumers can override this property to use a different ARIA state key if needed.\nIn case multiple aria attributes should be toggled, they can be passed in as\na comma separated string.\nFor example: `aria-pressed,aria-expanded`",
5860
- "default": "'aria-pressed' (when)",
5860
+ "default": "'aria-pressed'",
5861
5861
  "fieldName": "ariaStateKey",
5862
5862
  "inheritedFrom": {
5863
5863
  "name": "Buttonsimple",
@@ -6971,7 +6971,7 @@
6971
6971
  "text": "string | undefined"
6972
6972
  },
6973
6973
  "description": "This property defines the ARIA state key, which will be toggled when the\nButton is set to `active`.\nThe default value is 'aria-pressed', which is commonly used for toggle buttons.\n\nConsumers can override this property to use a different ARIA state key if needed.\nIn case multiple aria attributes should be toggled, they can be passed in as\na comma separated string.\nFor example: `aria-pressed,aria-expanded`",
6974
- "default": "'aria-pressed' (when)",
6974
+ "default": "'aria-pressed'",
6975
6975
  "attribute": "ariaStateKey",
6976
6976
  "reflects": true
6977
6977
  },
@@ -7264,7 +7264,7 @@
7264
7264
  "text": "string | undefined"
7265
7265
  },
7266
7266
  "description": "This property defines the ARIA state key, which will be toggled when the\nButton is set to `active`.\nThe default value is 'aria-pressed', which is commonly used for toggle buttons.\n\nConsumers can override this property to use a different ARIA state key if needed.\nIn case multiple aria attributes should be toggled, they can be passed in as\na comma separated string.\nFor example: `aria-pressed,aria-expanded`",
7267
- "default": "'aria-pressed' (when)",
7267
+ "default": "'aria-pressed'",
7268
7268
  "fieldName": "ariaStateKey"
7269
7269
  },
7270
7270
  {
@@ -7372,7 +7372,7 @@
7372
7372
  "declarations": [
7373
7373
  {
7374
7374
  "kind": "class",
7375
- "description": "The card component allows users to organize information in a structured and tangible\nformat that is visually appealing. `mdc-card` is a static component that supports\nthe following features:\n- Image\n- Header\n - Icon\n - Title\n - Subtitle\n- Body\n\nThe card can either be vertically or horizontally oriented. The vertical card has a min-width of 20rem and the horizontal card has a min-width of 40rem.\n\nThere are 2 variants for the card that represent the border styling - 'border' and 'ghost'.\n\nTo make this card interactive, use the following slots:\n- `icon-button`: This slot supports action icon buttons in the header section (maximum of 3 buttons).\n- `footer-link`: This slot is for passing `mdc-link` component within the footer section.\n- `footer-button-primary`: This slot is for passing primary variant of `mdc-button` component within the footer section.\n- `footer-button-secondary`: This slot is for passing secondary variant of `mdc-button` component\nwithin the footer section.\n\nInteractive card additionally supports 'promotional' variant that represents the border styling - 'promotional'.",
7375
+ "description": "The card component allows users to organize information in a structured and tangible\nformat that is visually appealing. `mdc-card` is a static component.\n\n## Card Structure\n- **Image**: Optional visual content at the top\n- **Header**: Contains icon, title, subtitle, and action buttons\n- **Body**: Main text content area\n- **Footer**: Optional footer with links and buttons\n\n## Features\n- Supports two orientations (vertical and horizontal) and three visual variants (border, ghost, and promotional).\n- Can be made interactive by adding elements to slots like `icon-button`, `footer-link`, and footer buttons.",
7376
7376
  "name": "Card",
7377
7377
  "cssProperties": [
7378
7378
  {
@@ -7439,6 +7439,10 @@
7439
7439
  "description": "This slot is for passing the content after the body",
7440
7440
  "name": "after-body"
7441
7441
  },
7442
+ {
7443
+ "description": "This slot supports action icon buttons in the header section (maximum of 3 buttons)",
7444
+ "name": "icon-button"
7445
+ },
7442
7446
  {
7443
7447
  "description": "This slot is for passing `mdc-link` component within the footer section.",
7444
7448
  "name": "footer-link"
@@ -7522,7 +7526,7 @@
7522
7526
  "type": {
7523
7527
  "text": "CardOrientation"
7524
7528
  },
7525
- "description": "The orientation of the card. It can either be set to 'vertical' or 'horizontal'",
7529
+ "description": "The orientation of the card.\n- `vertical`: Card in vertical layout with min-width of 20rem (default)\n- `horizontal`: Card in horizontal layout with min-width of 40rem",
7526
7530
  "default": "'vertical'",
7527
7531
  "attribute": "orientation",
7528
7532
  "reflects": true,
@@ -7653,7 +7657,7 @@
7653
7657
  "type": {
7654
7658
  "text": "CardVariant"
7655
7659
  },
7656
- "description": "The variant of the card. It can either be set to 'border' or 'ghost'",
7660
+ "description": "The variant of the card that represents the border styling.\n- `border`: Card with border (default)\n- `ghost`: Card without border\n- `promotional`: Card with promotional styling",
7657
7661
  "default": "'border'",
7658
7662
  "attribute": "variant",
7659
7663
  "reflects": true,
@@ -7678,7 +7682,7 @@
7678
7682
  "module": "/src/models"
7679
7683
  },
7680
7684
  "tagName": "mdc-card",
7681
- "jsDoc": "/**\n * The card component allows users to organize information in a structured and tangible\n * format that is visually appealing. `mdc-card` is a static component that supports\n * the following features:\n * - Image\n * - Header\n * - Icon\n * - Title\n * - Subtitle\n * - Body\n *\n * The card can either be vertically or horizontally oriented. The vertical card has a min-width of 20rem and the horizontal card has a min-width of 40rem.\n *\n * There are 2 variants for the card that represent the border styling - 'border' and 'ghost'.\n *\n * To make this card interactive, use the following slots:\n * - `icon-button`: This slot supports action icon buttons in the header section (maximum of 3 buttons).\n * - `footer-link`: This slot is for passing `mdc-link` component within the footer section.\n * - `footer-button-primary`: This slot is for passing primary variant of `mdc-button` component within the footer section.\n * - `footer-button-secondary`: This slot is for passing secondary variant of `mdc-button` component\n * within the footer section.\n *\n * Interactive card additionally supports 'promotional' variant that represents the border styling - 'promotional'.\n *\n * @slot image - This slot is for overriding the image content of the card\n * @slot before-body - This slot is for passing the content before the body\n * @slot body - This slot is for passing the text content for the card\n * @slot after-body - This slot is for passing the content after the body\n * @slot footer-link - This slot is for passing `mdc-link` component within the footer section.\n * @slot footer-button-primary - This slot is for passing primary variant of\n * `mdc-button` component within the footer section.\n * @slot footer-button-secondary - This slot is for passing secondary variant of `mdc-button` component\n * within the footer section.\n * @slot footer - This slot is for passing custom footer content. Only use this if really needed,\n * using the footer-link and footer-button slots is preferred.\n *\n * @csspart header - The header part of the card\n * @csspart icon - The icon part of the card header\n * @csspart body - The body part of the card\n * @csspart image - The image part of the card\n * @csspart footer - The footer part of the card\n * @csspart footer-link - The link part of the card footer\n * @csspart footer-button-primary - The primary button part of the card footer\n * @csspart footer-button-secondary - The secondary button part of the card footer\n * @csspart icon-button - The icon button part of the card header\n * @csspart text - The text part of the card\n *\n * @tagname mdc-card\n *\n * @dependency mdc-icon\n * @dependency mdc-text\n *\n * @cssproperty --mdc-card-width - The width of the card\n *\n */",
7685
+ "jsDoc": "/**\n * The card component allows users to organize information in a structured and tangible\n * format that is visually appealing. `mdc-card` is a static component.\n * \n * ## Card Structure\n * - **Image**: Optional visual content at the top\n * - **Header**: Contains icon, title, subtitle, and action buttons\n * - **Body**: Main text content area\n * - **Footer**: Optional footer with links and buttons\n *\n * ## Features\n * - Supports two orientations (vertical and horizontal) and three visual variants (border, ghost, and promotional).\n * - Can be made interactive by adding elements to slots like `icon-button`, `footer-link`, and footer buttons.\n *\n * @tagname mdc-card\n *\n * @dependency mdc-icon\n * @dependency mdc-text\n *\n * @slot image - This slot is for overriding the image content of the card\n * @slot before-body - This slot is for passing the content before the body\n * @slot body - This slot is for passing the text content for the card\n * @slot after-body - This slot is for passing the content after the body\n * @slot icon-button - This slot supports action icon buttons in the header section (maximum of 3 buttons)\n * @slot footer-link - This slot is for passing `mdc-link` component within the footer section.\n * @slot footer-button-primary - This slot is for passing primary variant of\n * `mdc-button` component within the footer section.\n * @slot footer-button-secondary - This slot is for passing secondary variant of `mdc-button` component\n * within the footer section.\n * @slot footer - This slot is for passing custom footer content. Only use this if really needed,\n * using the footer-link and footer-button slots is preferred.\n *\n * @csspart header - The header part of the card\n * @csspart icon - The icon part of the card header\n * @csspart body - The body part of the card\n * @csspart image - The image part of the card\n * @csspart footer - The footer part of the card\n * @csspart footer-link - The link part of the card footer\n * @csspart footer-button-primary - The primary button part of the card footer\n * @csspart footer-button-secondary - The secondary button part of the card footer\n * @csspart icon-button - The icon button part of the card header\n * @csspart text - The text part of the card\n *\n * @cssproperty --mdc-card-width - The width of the card\n */",
7682
7686
  "customElement": true,
7683
7687
  "attributes": [
7684
7688
  {
@@ -7738,7 +7742,7 @@
7738
7742
  "type": {
7739
7743
  "text": "CardVariant"
7740
7744
  },
7741
- "description": "The variant of the card. It can either be set to 'border' or 'ghost'",
7745
+ "description": "The variant of the card that represents the border styling.\n- `border`: Card with border (default)\n- `ghost`: Card without border\n- `promotional`: Card with promotional styling",
7742
7746
  "default": "'border'",
7743
7747
  "fieldName": "variant",
7744
7748
  "inheritedFrom": {
@@ -7751,7 +7755,7 @@
7751
7755
  "type": {
7752
7756
  "text": "CardOrientation"
7753
7757
  },
7754
- "description": "The orientation of the card. It can either be set to 'vertical' or 'horizontal'",
7758
+ "description": "The orientation of the card.\n- `vertical`: Card in vertical layout with min-width of 20rem (default)\n- `horizontal`: Card in horizontal layout with min-width of 40rem",
7755
7759
  "default": "'vertical'",
7756
7760
  "fieldName": "orientation",
7757
7761
  "inheritedFrom": {
@@ -7817,7 +7821,7 @@
7817
7821
  "declarations": [
7818
7822
  {
7819
7823
  "kind": "class",
7820
- "description": "cardbutton component looks like a card and behaves as a button component.\n\n**Note**: This is a single selection card i.e. interacting anywhere on the card would trigger the click event.\nMake sure to pass only non-interactable elements within the slots.",
7824
+ "description": "cardbutton component looks like a card and behaves as a button component.\n\n## Features\n- Supports two orientations (vertical and horizontal) and three visual variants (border, ghost, and promotional).\n- Interacting anywhere on the card triggers the click event.\n- Use `name` and `value` attributes when using within forms.\n\n**Note**: Only pass non-interactable elements within the slots to avoid nested interactive elements.",
7821
7825
  "name": "CardButton",
7822
7826
  "cssProperties": [
7823
7827
  {
@@ -7956,7 +7960,7 @@
7956
7960
  "text": "string | undefined"
7957
7961
  },
7958
7962
  "description": "This property defines the ARIA state key, which will be toggled when the\nButton is set to `active`.\nThe default value is 'aria-pressed', which is commonly used for toggle buttons.\n\nConsumers can override this property to use a different ARIA state key if needed.\nIn case multiple aria attributes should be toggled, they can be passed in as\na comma separated string.\nFor example: `aria-pressed,aria-expanded`",
7959
- "default": "'aria-pressed' (when)",
7963
+ "default": "'aria-pressed'",
7960
7964
  "attribute": "ariaStateKey",
7961
7965
  "reflects": true,
7962
7966
  "inheritedFrom": {
@@ -8130,7 +8134,7 @@
8130
8134
  "type": {
8131
8135
  "text": "CardOrientation"
8132
8136
  },
8133
- "description": "The orientation of the card. It can either be set to 'vertical' or 'horizontal'",
8137
+ "description": "The orientation of the card.\n- `vertical`: Card in vertical layout with min-width of 20rem (default)\n- `horizontal`: Card in horizontal layout with min-width of 40rem",
8134
8138
  "default": "'vertical'",
8135
8139
  "attribute": "orientation",
8136
8140
  "reflects": true,
@@ -8424,7 +8428,7 @@
8424
8428
  "type": {
8425
8429
  "text": "CardVariant"
8426
8430
  },
8427
- "description": "The variant of the card. It can either be set to 'border' or 'ghost'",
8431
+ "description": "The variant of the card that represents the border styling.\n- `border`: Card with border (default)\n- `ghost`: Card without border\n- `promotional`: Card with promotional styling",
8428
8432
  "default": "'border'",
8429
8433
  "attribute": "variant",
8430
8434
  "reflects": true,
@@ -8483,7 +8487,7 @@
8483
8487
  "module": "/src/components/buttonsimple/buttonsimple.component"
8484
8488
  },
8485
8489
  "tagName": "mdc-cardbutton",
8486
- "jsDoc": "/**\n * cardbutton component looks like a card and behaves as a button component.\n *\n * **Note**: This is a single selection card i.e. interacting anywhere on the card would trigger the click event.\n * Make sure to pass only non-interactable elements within the slots.\n *\n * @tagname mdc-cardbutton\n *\n * @dependency mdc-icon\n * @dependency mdc-text\n *\n * @event click - (React: onClick) Event that gets dispatched when the card is clicked.\n * @event keydown - (React: onKeyDown) This event is dispatched when a key is pressed down on the card.\n * It fires the click event when enter key is used.\n * @event keyup - (React: onKeyUp) This event is dispatched when a key is released on the card.\n * It fires the click event when space key is used.\n * @event focus - (React: onFocus) Event that gets dispatched when the card receives focus.\n *\n * @slot image - This slot is for overriding the image content of the card\n * @slot before-body - This slot is for passing the content before the body\n * @slot body - This slot is for passing the text content for the card\n * @slot after-body - This slot is for passing the content after the body\n * @slot footer-link - This slot is for passing `mdc-link` component within the footer section.\n * @slot footer-button-primary - This slot is for passing primary variant of `mdc-button` component within the footer section.\n *\n * @csspart header - The header part of the card\n * @csspart icon - The icon part of the card header\n * @csspart body - The body part of the card\n * @csspart image - The image part of the card\n * @csspart footer - The footer part of the card\n * @csspart footer-link - The link part of the card footer\n * @csspart footer-button-primary - The primary button part of the card footer\n * @csspart footer-button-secondary - The secondary button part of the card footer\n * @csspart icon-button - The icon button part of the card header\n * @csspart text - The text part of the card\n *\n * @cssproperty --mdc-card-width - The width of the card\n */",
8490
+ "jsDoc": "/**\n * cardbutton component looks like a card and behaves as a button component.\n *\n * ## Features\n * - Supports two orientations (vertical and horizontal) and three visual variants (border, ghost, and promotional).\n * - Interacting anywhere on the card triggers the click event.\n * - Use `name` and `value` attributes when using within forms.\n *\n * **Note**: Only pass non-interactable elements within the slots to avoid nested interactive elements.\n *\n * @tagname mdc-cardbutton\n *\n * @dependency mdc-icon\n * @dependency mdc-text\n *\n * @slot image - This slot is for overriding the image content of the card\n * @slot before-body - This slot is for passing the content before the body\n * @slot body - This slot is for passing the text content for the card\n * @slot after-body - This slot is for passing the content after the body\n * @slot footer-link - This slot is for passing `mdc-link` component within the footer section.\n * @slot footer-button-primary - This slot is for passing primary variant of `mdc-button` component within the footer section.\n *\n * @event click - (React: onClick) Event that gets dispatched when the card is clicked.\n * @event keydown - (React: onKeyDown) This event is dispatched when a key is pressed down on the card.\n * It fires the click event when enter key is used.\n * @event keyup - (React: onKeyUp) This event is dispatched when a key is released on the card.\n * It fires the click event when space key is used.\n * @event focus - (React: onFocus) Event that gets dispatched when the card receives focus.\n *\n * @csspart header - The header part of the card\n * @csspart icon - The icon part of the card header\n * @csspart body - The body part of the card\n * @csspart image - The image part of the card\n * @csspart footer - The footer part of the card\n * @csspart footer-link - The link part of the card footer\n * @csspart footer-button-primary - The primary button part of the card footer\n * @csspart footer-button-secondary - The secondary button part of the card footer\n * @csspart icon-button - The icon button part of the card header\n * @csspart text - The text part of the card\n *\n * @cssproperty --mdc-card-width - The width of the card\n */",
8487
8491
  "customElement": true,
8488
8492
  "attributes": [
8489
8493
  {
@@ -8543,7 +8547,7 @@
8543
8547
  "type": {
8544
8548
  "text": "CardVariant"
8545
8549
  },
8546
- "description": "The variant of the card. It can either be set to 'border' or 'ghost'",
8550
+ "description": "The variant of the card that represents the border styling.\n- `border`: Card with border (default)\n- `ghost`: Card without border\n- `promotional`: Card with promotional styling",
8547
8551
  "default": "'border'",
8548
8552
  "fieldName": "variant",
8549
8553
  "inheritedFrom": {
@@ -8556,7 +8560,7 @@
8556
8560
  "type": {
8557
8561
  "text": "CardOrientation"
8558
8562
  },
8559
- "description": "The orientation of the card. It can either be set to 'vertical' or 'horizontal'",
8563
+ "description": "The orientation of the card.\n- `vertical`: Card in vertical layout with min-width of 20rem (default)\n- `horizontal`: Card in horizontal layout with min-width of 40rem",
8560
8564
  "default": "'vertical'",
8561
8565
  "fieldName": "orientation",
8562
8566
  "inheritedFrom": {
@@ -8699,7 +8703,7 @@
8699
8703
  "text": "string | undefined"
8700
8704
  },
8701
8705
  "description": "This property defines the ARIA state key, which will be toggled when the\nButton is set to `active`.\nThe default value is 'aria-pressed', which is commonly used for toggle buttons.\n\nConsumers can override this property to use a different ARIA state key if needed.\nIn case multiple aria attributes should be toggled, they can be passed in as\na comma separated string.\nFor example: `aria-pressed,aria-expanded`",
8702
- "default": "'aria-pressed' (when)",
8706
+ "default": "'aria-pressed'",
8703
8707
  "fieldName": "ariaStateKey",
8704
8708
  "inheritedFrom": {
8705
8709
  "name": "Buttonsimple",
@@ -8763,7 +8767,7 @@
8763
8767
  "declarations": [
8764
8768
  {
8765
8769
  "kind": "class",
8766
- "description": "cardcheckbox component extends `mdc-card` and supports checkbox selection interaction addtionally.\n\nWhile using this component within a form or group of cards, make sure cards are in a role = \"checkbox-group\".\nThis card would have events for selected and unselected (similar to checkbox)\n\n**Note**: This is a single selection card i.e. interacting anywhere on the card would toggle the checked state.\nMake sure to pass only non-interactable elements within the slots.\n\nMake sure to pass the `card-title` mandatorily for this card.",
8770
+ "description": "cardcheckbox component extends `mdc-card` and supports checkbox selection interaction.\nMultiple cards can be checked simultaneously.\n\n## Features\n- Supports two orientations (vertical and horizontal), three visual variants (border, ghost, and promotional), and two selection types (check icon or checkbox component).\n- Interacting anywhere on the card toggles the checked state and dispatches a `change` event.\n- Card has `role=\"checkbox\"` and manages `aria-checked` and `aria-disabled` attributes automatically.\n\n## Usage\n- The `card-title` attribute is required.\n- When using within a form or group, wrap cards in a container with `role=\"group\"` and provide an `aria-label`.\n\n**Note**: Only pass non-interactable elements within the slots to avoid nested interactive elements.",
8767
8771
  "name": "CardCheckbox",
8768
8772
  "cssProperties": [
8769
8773
  {
@@ -8918,6 +8922,14 @@
8918
8922
  "module": "src/components/card/card.component.ts"
8919
8923
  }
8920
8924
  },
8925
+ {
8926
+ "description": "This slot supports action icon buttons in the header section (maximum of 3 buttons)",
8927
+ "name": "icon-button",
8928
+ "inheritedFrom": {
8929
+ "name": "Card",
8930
+ "module": "src/components/card/card.component.ts"
8931
+ }
8932
+ },
8921
8933
  {
8922
8934
  "description": "This slot is for passing secondary variant of `mdc-button` component within the footer section.",
8923
8935
  "name": "footer-button-secondary",
@@ -9027,7 +9039,7 @@
9027
9039
  "type": {
9028
9040
  "text": "CardOrientation"
9029
9041
  },
9030
- "description": "The orientation of the card. It can either be set to 'vertical' or 'horizontal'",
9042
+ "description": "The orientation of the card.\n- `vertical`: Card in vertical layout with min-width of 20rem (default)\n- `horizontal`: Card in horizontal layout with min-width of 40rem",
9031
9043
  "default": "'vertical'",
9032
9044
  "attribute": "orientation",
9033
9045
  "reflects": true,
@@ -9128,7 +9140,7 @@
9128
9140
  "type": {
9129
9141
  "text": "SelectionType"
9130
9142
  },
9131
- "description": "The selection type of the card. It can either be set to 'check' or 'checkbox'",
9143
+ "description": "The selection type of the card that determines the visual indicator.\n- `check`: Shows a check icon when selected\n- `checkbox`: Shows a checkbox component when selected or unselected",
9132
9144
  "default": "'check'",
9133
9145
  "attribute": "selection-type",
9134
9146
  "reflects": true
@@ -9235,7 +9247,7 @@
9235
9247
  "type": {
9236
9248
  "text": "CardVariant"
9237
9249
  },
9238
- "description": "The variant of the card. It can either be set to 'border' or 'ghost'",
9250
+ "description": "The variant of the card that represents the border styling.\n- `border`: Card with border (default)\n- `ghost`: Card without border\n- `promotional`: Card with promotional styling",
9239
9251
  "default": "'border'",
9240
9252
  "attribute": "variant",
9241
9253
  "reflects": true,
@@ -9290,7 +9302,7 @@
9290
9302
  "type": {
9291
9303
  "text": "SelectionType"
9292
9304
  },
9293
- "description": "The selection type of the card. It can either be set to 'check' or 'checkbox'",
9305
+ "description": "The selection type of the card that determines the visual indicator.\n- `check`: Shows a check icon when selected\n- `checkbox`: Shows a checkbox component when selected or unselected",
9294
9306
  "default": "'check'",
9295
9307
  "fieldName": "selectionType"
9296
9308
  },
@@ -9377,7 +9389,7 @@
9377
9389
  "type": {
9378
9390
  "text": "CardVariant"
9379
9391
  },
9380
- "description": "The variant of the card. It can either be set to 'border' or 'ghost'",
9392
+ "description": "The variant of the card that represents the border styling.\n- `border`: Card with border (default)\n- `ghost`: Card without border\n- `promotional`: Card with promotional styling",
9381
9393
  "default": "'border'",
9382
9394
  "fieldName": "variant",
9383
9395
  "inheritedFrom": {
@@ -9390,7 +9402,7 @@
9390
9402
  "type": {
9391
9403
  "text": "CardOrientation"
9392
9404
  },
9393
- "description": "The orientation of the card. It can either be set to 'vertical' or 'horizontal'",
9405
+ "description": "The orientation of the card.\n- `vertical`: Card in vertical layout with min-width of 20rem (default)\n- `horizontal`: Card in horizontal layout with min-width of 40rem",
9394
9406
  "default": "'vertical'",
9395
9407
  "fieldName": "orientation",
9396
9408
  "inheritedFrom": {
@@ -9452,7 +9464,7 @@
9452
9464
  "module": "/src/components/card/card.component"
9453
9465
  },
9454
9466
  "tagName": "mdc-cardcheckbox",
9455
- "jsDoc": "/**\n * cardcheckbox component extends `mdc-card` and supports checkbox selection interaction addtionally.\n *\n * While using this component within a form or group of cards, make sure cards are in a role = \"checkbox-group\".\n * This card would have events for selected and unselected (similar to checkbox)\n *\n * **Note**: This is a single selection card i.e. interacting anywhere on the card would toggle the checked state.\n * Make sure to pass only non-interactable elements within the slots.\n *\n * Make sure to pass the `card-title` mandatorily for this card.\n *\n * @tagname mdc-cardcheckbox\n *\n * @dependency mdc-icon\n * @dependency mdc-staticcheckbox\n * @dependency mdc-text\n *\n * @slot before-body - This slot is for passing the content before the body\n * @slot body - This slot is for passing the text content for the card\n * @slot after-body - This slot is for passing the content after the body\n * @slot footer-link - This slot is for passing `mdc-link` component within the footer section.\n * @slot footer-button-primary - This slot is for passing primary variant of `mdc-button` component within the footer section.\n *\n * @csspart header - The header part of the card\n * @csspart icon - The icon part of the card header\n * @csspart body - The body part of the card\n * @csspart image - The image part of the card\n * @csspart footer - The footer part of the card\n * @csspart footer-link - The link part of the card footer\n * @csspart footer-button-primary - The primary button part of the card footer\n * @csspart footer-button-secondary - The secondary button part of the card footer\n * @csspart icon-button - The icon button part of the card header\n * @csspart text - The text part of the card\n * @csspart check - The check part of the card\n * @csspart check-icon - The check icon part of the card\n * @csspart check-icon-button - The check icon button part of the card\n *\n * @cssproperty --mdc-card-width - The width of the card\n *\n * @event click - (React: onClick) Event that gets dispatched when the card is clicked. It toggles the checked state.\n * @event keydown - (React: onKeyDown) This event is dispatched when a key is pressed down on the card.\n * It toggles the checked state when enter key is used.\n * @event keyup - (React: onKeyUp) This event is dispatched when a key is released on the card.\n * It toggles the checked state when space key is used.\n * @event focus - (React: onFocus) Event that gets dispatched when the card receives focus.\n * @event change - (React: onChange) Event that gets dispatched when the card's checked state changes.\n */",
9467
+ "jsDoc": "/**\n * cardcheckbox component extends `mdc-card` and supports checkbox selection interaction.\n * Multiple cards can be checked simultaneously.\n *\n * ## Features\n * - Supports two orientations (vertical and horizontal), three visual variants (border, ghost, and promotional), and two selection types (check icon or checkbox component).\n * - Interacting anywhere on the card toggles the checked state and dispatches a `change` event.\n * - Card has `role=\"checkbox\"` and manages `aria-checked` and `aria-disabled` attributes automatically.\n *\n * ## Usage\n * - The `card-title` attribute is required.\n * - When using within a form or group, wrap cards in a container with `role=\"group\"` and provide an `aria-label`.\n *\n * **Note**: Only pass non-interactable elements within the slots to avoid nested interactive elements.\n *\n * @tagname mdc-cardcheckbox\n *\n * @dependency mdc-icon\n * @dependency mdc-staticcheckbox\n * @dependency mdc-text\n *\n * @slot before-body - This slot is for passing the content before the body\n * @slot body - This slot is for passing the text content for the card\n * @slot after-body - This slot is for passing the content after the body\n * @slot footer-link - This slot is for passing `mdc-link` component within the footer section.\n * @slot footer-button-primary - This slot is for passing primary variant of `mdc-button` component within the footer section.\n *\n * @event click - (React: onClick) Event that gets dispatched when the card is clicked. It toggles the checked state.\n * @event keydown - (React: onKeyDown) This event is dispatched when a key is pressed down on the card.\n * It toggles the checked state when enter key is used.\n * @event keyup - (React: onKeyUp) This event is dispatched when a key is released on the card.\n * It toggles the checked state when space key is used.\n * @event focus - (React: onFocus) Event that gets dispatched when the card receives focus.\n * @event change - (React: onChange) Event that gets dispatched when the card's checked state changes.\n *\n * @csspart header - The header part of the card\n * @csspart icon - The icon part of the card header\n * @csspart body - The body part of the card\n * @csspart image - The image part of the card\n * @csspart footer - The footer part of the card\n * @csspart footer-link - The link part of the card footer\n * @csspart footer-button-primary - The primary button part of the card footer\n * @csspart footer-button-secondary - The secondary button part of the card footer\n * @csspart icon-button - The icon button part of the card header\n * @csspart text - The text part of the card\n * @csspart check - The check part of the card\n * @csspart check-icon - The check icon part of the card\n * @csspart check-icon-button - The check icon button part of the card\n *\n * @cssproperty --mdc-card-width - The width of the card\n */",
9456
9468
  "customElement": true
9457
9469
  }
9458
9470
  ],
@@ -9473,7 +9485,7 @@
9473
9485
  "declarations": [
9474
9486
  {
9475
9487
  "kind": "class",
9476
- "description": "cardradio component extends `mdc-card` and supports radio selection interaction addtionally.\n\nWhile using this component within a form or group of cards, make sure cards are in a role = \"radio-group\".\nThis card would have events for selected and unselected (similar to radio)\n\n**Note**: This is a single selection card i.e. interacting anywhere on the card would toggle the checked state.\nMake sure to pass only non-interactable elements within the slots.\n\nMake sure to pass the `card-title` mandatorily for this card.",
9488
+ "description": "cardradio component extends `mdc-card` and supports radio selection interaction.\nOnly one card can be selected at a time within the same group (defined by `name` attribute).\n\n## Features\n- Supports two orientations (vertical and horizontal) and three visual variants (border, ghost, and promotional).\n- Selecting a card automatically unselects other cards in the same group and dispatches a `change` event.\n- Supports keyboard navigation with arrow keys to move between cards in the same group.\n- Card has `role=\"radio\"` and manages `aria-checked` and `aria-disabled` attributes automatically.\n\n## Usage\n- Both `card-title` and `name` attributes are required.\n- When using within a form or group, wrap cards in a container with `role=\"radiogroup\"` and provide an `aria-label`.\n\n**Note**: Only pass non-interactable elements within the slots to avoid nested interactive elements.",
9477
9489
  "name": "CardRadio",
9478
9490
  "cssProperties": [
9479
9491
  {
@@ -9628,6 +9640,14 @@
9628
9640
  "module": "src/components/card/card.component.ts"
9629
9641
  }
9630
9642
  },
9643
+ {
9644
+ "description": "This slot supports action icon buttons in the header section (maximum of 3 buttons)",
9645
+ "name": "icon-button",
9646
+ "inheritedFrom": {
9647
+ "name": "Card",
9648
+ "module": "src/components/card/card.component.ts"
9649
+ }
9650
+ },
9631
9651
  {
9632
9652
  "description": "This slot is for passing secondary variant of `mdc-button` component within the footer section.",
9633
9653
  "name": "footer-button-secondary",
@@ -9749,7 +9769,7 @@
9749
9769
  "text": "string"
9750
9770
  },
9751
9771
  "default": "''",
9752
- "description": "The name of the radio.",
9772
+ "description": "The name of the radio group. Cards with the same name are grouped together,\nensuring only one card in the group can be selected at a time.",
9753
9773
  "attribute": "name"
9754
9774
  },
9755
9775
  {
@@ -9758,7 +9778,7 @@
9758
9778
  "type": {
9759
9779
  "text": "CardOrientation"
9760
9780
  },
9761
- "description": "The orientation of the card. It can either be set to 'vertical' or 'horizontal'",
9781
+ "description": "The orientation of the card.\n- `vertical`: Card in vertical layout with min-width of 20rem (default)\n- `horizontal`: Card in horizontal layout with min-width of 40rem",
9762
9782
  "default": "'vertical'",
9763
9783
  "attribute": "orientation",
9764
9784
  "reflects": true,
@@ -9990,7 +10010,7 @@
9990
10010
  "type": {
9991
10011
  "text": "CardVariant"
9992
10012
  },
9993
- "description": "The variant of the card. It can either be set to 'border' or 'ghost'",
10013
+ "description": "The variant of the card that represents the border styling.\n- `border`: Card with border (default)\n- `ghost`: Card without border\n- `promotional`: Card with promotional styling",
9994
10014
  "default": "'border'",
9995
10015
  "attribute": "variant",
9996
10016
  "reflects": true,
@@ -10010,17 +10030,17 @@
10010
10030
  "reactName": "onChange"
10011
10031
  },
10012
10032
  {
10013
- "description": "(React: onClick) Event that gets dispatched when the card is clicked. It toggles the checked state.",
10033
+ "description": "(React: onClick) Event that gets dispatched when the card is clicked. It selects the card and unselects others in the same group.",
10014
10034
  "name": "click",
10015
10035
  "reactName": "onClick"
10016
10036
  },
10017
10037
  {
10018
- "description": "(React: onKeyDown) This event is dispatched when a key is pressed down on the card. It toggles the checked state when enter key is used.",
10038
+ "description": "(React: onKeyDown) This event is dispatched when a key is pressed down on the card. It selects the card when enter key or arrow keys are used.",
10019
10039
  "name": "keydown",
10020
10040
  "reactName": "onKeyDown"
10021
10041
  },
10022
10042
  {
10023
- "description": "(React: onKeyUp) This event is dispatched when a key is released on the card. It toggles the checked state when space key is used.",
10043
+ "description": "(React: onKeyUp) This event is dispatched when a key is released on the card. It selects the card when space key is used.",
10024
10044
  "name": "keyup",
10025
10045
  "reactName": "onKeyUp"
10026
10046
  },
@@ -10046,7 +10066,7 @@
10046
10066
  "text": "string"
10047
10067
  },
10048
10068
  "default": "''",
10049
- "description": "The name of the radio.",
10069
+ "description": "The name of the radio group. Cards with the same name are grouped together,\nensuring only one card in the group can be selected at a time.",
10050
10070
  "fieldName": "name"
10051
10071
  },
10052
10072
  {
@@ -10132,7 +10152,7 @@
10132
10152
  "type": {
10133
10153
  "text": "CardVariant"
10134
10154
  },
10135
- "description": "The variant of the card. It can either be set to 'border' or 'ghost'",
10155
+ "description": "The variant of the card that represents the border styling.\n- `border`: Card with border (default)\n- `ghost`: Card without border\n- `promotional`: Card with promotional styling",
10136
10156
  "default": "'border'",
10137
10157
  "fieldName": "variant",
10138
10158
  "inheritedFrom": {
@@ -10145,7 +10165,7 @@
10145
10165
  "type": {
10146
10166
  "text": "CardOrientation"
10147
10167
  },
10148
- "description": "The orientation of the card. It can either be set to 'vertical' or 'horizontal'",
10168
+ "description": "The orientation of the card.\n- `vertical`: Card in vertical layout with min-width of 20rem (default)\n- `horizontal`: Card in horizontal layout with min-width of 40rem",
10149
10169
  "default": "'vertical'",
10150
10170
  "fieldName": "orientation",
10151
10171
  "inheritedFrom": {
@@ -10207,7 +10227,7 @@
10207
10227
  "module": "/src/components/card/card.component"
10208
10228
  },
10209
10229
  "tagName": "mdc-cardradio",
10210
- "jsDoc": "/**\n * cardradio component extends `mdc-card` and supports radio selection interaction addtionally.\n *\n * While using this component within a form or group of cards, make sure cards are in a role = \"radio-group\".\n * This card would have events for selected and unselected (similar to radio)\n *\n * **Note**: This is a single selection card i.e. interacting anywhere on the card would toggle the checked state.\n * Make sure to pass only non-interactable elements within the slots.\n *\n * Make sure to pass the `card-title` mandatorily for this card.\n *\n * @tagname mdc-cardradio\n *\n * @dependency mdc-icon\n * @dependency mdc-staticradio\n * @dependency mdc-text\n *\n * @slot before-body - This slot is for passing the content before the body\n * @slot body - This slot is for passing the text content for the card\n * @slot after-body - This slot is for passing the content after the body\n * @slot footer-link - This slot is for passing `mdc-link` component within the footer section.\n * @slot footer-button-primary - This slot is for passing primary variant of `mdc-button` component within the footer section.\n *\n * @csspart header - The header part of the card\n * @csspart icon - The icon part of the card header\n * @csspart body - The body part of the card\n * @csspart image - The image part of the card\n * @csspart footer - The footer part of the card\n * @csspart footer-link - The link part of the card footer\n * @csspart footer-button-primary - The primary button part of the card footer\n * @csspart footer-button-secondary - The secondary button part of the card footer\n * @csspart icon-button - The icon button part of the card header\n * @csspart text - The text part of the card\n * @csspart check - The check part of the card\n * @csspart check-icon - The check icon part of the card\n * @csspart check-icon-button - The check icon button part of the card\n *\n * @cssproperty --mdc-card-width - The width of the card\n *\n * @event click - (React: onClick) Event that gets dispatched when the card is clicked. It toggles the checked state.\n * @event keydown - (React: onKeyDown) This event is dispatched when a key is pressed down on the card.\n * It toggles the checked state when enter key is used.\n * @event keyup - (React: onKeyUp) This event is dispatched when a key is released on the card.\n * It toggles the checked state when space key is used.\n * @event focus - (React: onFocus) Event that gets dispatched when the card receives focus.\n * @event change - (React: onChange) Event that gets dispatched when the card's checked state changes.\n */",
10230
+ "jsDoc": "/**\n * cardradio component extends `mdc-card` and supports radio selection interaction.\n * Only one card can be selected at a time within the same group (defined by `name` attribute).\n *\n * ## Features\n * - Supports two orientations (vertical and horizontal) and three visual variants (border, ghost, and promotional).\n * - Selecting a card automatically unselects other cards in the same group and dispatches a `change` event.\n * - Supports keyboard navigation with arrow keys to move between cards in the same group.\n * - Card has `role=\"radio\"` and manages `aria-checked` and `aria-disabled` attributes automatically.\n *\n * ## Usage\n * - Both `card-title` and `name` attributes are required.\n * - When using within a form or group, wrap cards in a container with `role=\"radiogroup\"` and provide an `aria-label`.\n *\n * **Note**: Only pass non-interactable elements within the slots to avoid nested interactive elements.\n *\n * @tagname mdc-cardradio\n *\n * @dependency mdc-icon\n * @dependency mdc-staticradio\n * @dependency mdc-text\n *\n * @slot before-body - This slot is for passing the content before the body\n * @slot body - This slot is for passing the text content for the card\n * @slot after-body - This slot is for passing the content after the body\n * @slot footer-link - This slot is for passing `mdc-link` component within the footer section.\n * @slot footer-button-primary - This slot is for passing primary variant of `mdc-button` component within the footer section.\n *\n * @event click - (React: onClick) Event that gets dispatched when the card is clicked. It selects the card and unselects others in the same group.\n * @event keydown - (React: onKeyDown) This event is dispatched when a key is pressed down on the card.\n * It selects the card when enter key or arrow keys are used.\n * @event keyup - (React: onKeyUp) This event is dispatched when a key is released on the card.\n * It selects the card when space key is used.\n * @event focus - (React: onFocus) Event that gets dispatched when the card receives focus.\n * @event change - (React: onChange) Event that gets dispatched when the card's checked state changes.\n *\n * @csspart header - The header part of the card\n * @csspart icon - The icon part of the card header\n * @csspart body - The body part of the card\n * @csspart image - The image part of the card\n * @csspart footer - The footer part of the card\n * @csspart footer-link - The link part of the card footer\n * @csspart footer-button-primary - The primary button part of the card footer\n * @csspart footer-button-secondary - The secondary button part of the card footer\n * @csspart icon-button - The icon button part of the card header\n * @csspart text - The text part of the card\n * @csspart check - The check part of the card\n * @csspart check-icon - The check icon part of the card\n * @csspart check-icon-button - The check icon button part of the card\n *\n * @cssproperty --mdc-card-width - The width of the card\n */",
10211
10231
  "customElement": true
10212
10232
  }
10213
10233
  ],
@@ -10815,7 +10835,7 @@
10815
10835
  "type": {
10816
10836
  "text": "PopoverPlacement"
10817
10837
  },
10818
- "description": "The placement of the toggletip that is displayed when the info icon is hovered.",
10838
+ "description": "The placement of the toggletip that is displayed when the info icon is clicked or pressed.",
10819
10839
  "default": "'top'",
10820
10840
  "attribute": "toggletip-placement",
10821
10841
  "reflects": true,
@@ -10830,7 +10850,7 @@
10830
10850
  "type": {
10831
10851
  "text": "PopoverStrategy"
10832
10852
  },
10833
- "description": "The strategy of the toggletip that is displayed when the info icon is hovered.",
10853
+ "description": "The positioning strategy for the toggletip.\n- **absolute**: Positioned relative to the nearest positioned ancestor.\n- **fixed**: Positioned relative to the viewport.",
10834
10854
  "default": "'absolute'",
10835
10855
  "attribute": "toggletip-strategy",
10836
10856
  "reflects": true,
@@ -10845,7 +10865,7 @@
10845
10865
  "type": {
10846
10866
  "text": "string | undefined"
10847
10867
  },
10848
- "description": "The toggletip text that is displayed when the label is hovered.\nIt is used to provide additional information about the label.",
10868
+ "description": "The toggletip text that is displayed when the info icon is clicked or pressed.\nIt is used to provide additional information about the label.",
10849
10869
  "attribute": "toggletip-text",
10850
10870
  "reflects": true,
10851
10871
  "inheritedFrom": {
@@ -11081,7 +11101,7 @@
11081
11101
  "type": {
11082
11102
  "text": "string | undefined"
11083
11103
  },
11084
- "description": "The toggletip text that is displayed when the label is hovered.\nIt is used to provide additional information about the label.",
11104
+ "description": "The toggletip text that is displayed when the info icon is clicked or pressed.\nIt is used to provide additional information about the label.",
11085
11105
  "fieldName": "toggletipText",
11086
11106
  "inheritedFrom": {
11087
11107
  "name": "FormfieldWrapper",
@@ -11093,7 +11113,7 @@
11093
11113
  "type": {
11094
11114
  "text": "PopoverPlacement"
11095
11115
  },
11096
- "description": "The placement of the toggletip that is displayed when the info icon is hovered.",
11116
+ "description": "The placement of the toggletip that is displayed when the info icon is clicked or pressed.",
11097
11117
  "default": "'top'",
11098
11118
  "fieldName": "toggletipPlacement",
11099
11119
  "inheritedFrom": {
@@ -11106,7 +11126,7 @@
11106
11126
  "type": {
11107
11127
  "text": "PopoverStrategy"
11108
11128
  },
11109
- "description": "The strategy of the toggletip that is displayed when the info icon is hovered.",
11129
+ "description": "The positioning strategy for the toggletip.\n- **absolute**: Positioned relative to the nearest positioned ancestor.\n- **fixed**: Positioned relative to the viewport.",
11110
11130
  "default": "'absolute'",
11111
11131
  "fieldName": "toggletipStrategy",
11112
11132
  "inheritedFrom": {
@@ -11270,7 +11290,7 @@
11270
11290
  "text": "string | undefined"
11271
11291
  },
11272
11292
  "description": "This property defines the ARIA state key, which will be toggled when the\nButton is set to `active`.\nThe default value is 'aria-pressed', which is commonly used for toggle buttons.\n\nConsumers can override this property to use a different ARIA state key if needed.\nIn case multiple aria attributes should be toggled, they can be passed in as\na comma separated string.\nFor example: `aria-pressed,aria-expanded`",
11273
- "default": "'aria-pressed' (when)",
11293
+ "default": "'aria-pressed'",
11274
11294
  "attribute": "ariaStateKey",
11275
11295
  "reflects": true,
11276
11296
  "inheritedFrom": {
@@ -11769,7 +11789,7 @@
11769
11789
  "text": "string | undefined"
11770
11790
  },
11771
11791
  "description": "This property defines the ARIA state key, which will be toggled when the\nButton is set to `active`.\nThe default value is 'aria-pressed', which is commonly used for toggle buttons.\n\nConsumers can override this property to use a different ARIA state key if needed.\nIn case multiple aria attributes should be toggled, they can be passed in as\na comma separated string.\nFor example: `aria-pressed,aria-expanded`",
11772
- "default": "'aria-pressed' (when)",
11792
+ "default": "'aria-pressed'",
11773
11793
  "fieldName": "ariaStateKey",
11774
11794
  "inheritedFrom": {
11775
11795
  "name": "Buttonsimple",
@@ -14727,7 +14747,7 @@
14727
14747
  "type": {
14728
14748
  "text": "PopoverPlacement"
14729
14749
  },
14730
- "description": "The placement of the toggletip that is displayed when the info icon is hovered.",
14750
+ "description": "The placement of the toggletip that is displayed when the info icon is clicked or pressed.",
14731
14751
  "default": "'top'",
14732
14752
  "attribute": "toggletip-placement",
14733
14753
  "reflects": true,
@@ -14742,7 +14762,7 @@
14742
14762
  "type": {
14743
14763
  "text": "PopoverStrategy"
14744
14764
  },
14745
- "description": "The strategy of the toggletip that is displayed when the info icon is hovered.",
14765
+ "description": "The positioning strategy for the toggletip.\n- **absolute**: Positioned relative to the nearest positioned ancestor.\n- **fixed**: Positioned relative to the viewport.",
14746
14766
  "default": "'absolute'",
14747
14767
  "attribute": "toggletip-strategy",
14748
14768
  "reflects": true,
@@ -14757,7 +14777,7 @@
14757
14777
  "type": {
14758
14778
  "text": "string | undefined"
14759
14779
  },
14760
- "description": "The toggletip text that is displayed when the label is hovered.\nIt is used to provide additional information about the label.",
14780
+ "description": "The toggletip text that is displayed when the info icon is clicked or pressed.\nIt is used to provide additional information about the label.",
14761
14781
  "attribute": "toggletip-text",
14762
14782
  "reflects": true,
14763
14783
  "inheritedFrom": {
@@ -15132,7 +15152,7 @@
15132
15152
  "type": {
15133
15153
  "text": "string | undefined"
15134
15154
  },
15135
- "description": "The toggletip text that is displayed when the label is hovered.\nIt is used to provide additional information about the label.",
15155
+ "description": "The toggletip text that is displayed when the info icon is clicked or pressed.\nIt is used to provide additional information about the label.",
15136
15156
  "fieldName": "toggletipText",
15137
15157
  "inheritedFrom": {
15138
15158
  "name": "FormfieldWrapper",
@@ -15144,7 +15164,7 @@
15144
15164
  "type": {
15145
15165
  "text": "PopoverPlacement"
15146
15166
  },
15147
- "description": "The placement of the toggletip that is displayed when the info icon is hovered.",
15167
+ "description": "The placement of the toggletip that is displayed when the info icon is clicked or pressed.",
15148
15168
  "default": "'top'",
15149
15169
  "fieldName": "toggletipPlacement",
15150
15170
  "inheritedFrom": {
@@ -15157,7 +15177,7 @@
15157
15177
  "type": {
15158
15178
  "text": "PopoverStrategy"
15159
15179
  },
15160
- "description": "The strategy of the toggletip that is displayed when the info icon is hovered.",
15180
+ "description": "The positioning strategy for the toggletip.\n- **absolute**: Positioned relative to the nearest positioned ancestor.\n- **fixed**: Positioned relative to the viewport.",
15161
15181
  "default": "'absolute'",
15162
15182
  "fieldName": "toggletipStrategy",
15163
15183
  "inheritedFrom": {
@@ -16768,7 +16788,7 @@
16768
16788
  "text": "string | undefined"
16769
16789
  },
16770
16790
  "description": "This property defines the ARIA state key, which will be toggled when the\nButton is set to `active`.\nThe default value is 'aria-pressed', which is commonly used for toggle buttons.\n\nConsumers can override this property to use a different ARIA state key if needed.\nIn case multiple aria attributes should be toggled, they can be passed in as\na comma separated string.\nFor example: `aria-pressed,aria-expanded`",
16771
- "default": "'aria-pressed' (when)",
16791
+ "default": "'aria-pressed'",
16772
16792
  "attribute": "ariaStateKey",
16773
16793
  "reflects": true,
16774
16794
  "inheritedFrom": {
@@ -17327,7 +17347,7 @@
17327
17347
  "text": "string | undefined"
17328
17348
  },
17329
17349
  "description": "This property defines the ARIA state key, which will be toggled when the\nButton is set to `active`.\nThe default value is 'aria-pressed', which is commonly used for toggle buttons.\n\nConsumers can override this property to use a different ARIA state key if needed.\nIn case multiple aria attributes should be toggled, they can be passed in as\na comma separated string.\nFor example: `aria-pressed,aria-expanded`",
17330
- "default": "'aria-pressed' (when)",
17350
+ "default": "'aria-pressed'",
17331
17351
  "fieldName": "ariaStateKey",
17332
17352
  "inheritedFrom": {
17333
17353
  "name": "Buttonsimple",
@@ -17810,7 +17830,7 @@
17810
17830
  "type": {
17811
17831
  "text": "PopoverPlacement"
17812
17832
  },
17813
- "description": "The placement of the toggletip that is displayed when the info icon is hovered.",
17833
+ "description": "The placement of the toggletip that is displayed when the info icon is clicked or pressed.",
17814
17834
  "default": "'top'",
17815
17835
  "attribute": "toggletip-placement",
17816
17836
  "reflects": true,
@@ -17825,7 +17845,7 @@
17825
17845
  "type": {
17826
17846
  "text": "PopoverStrategy"
17827
17847
  },
17828
- "description": "The strategy of the toggletip that is displayed when the info icon is hovered.",
17848
+ "description": "The positioning strategy for the toggletip.\n- **absolute**: Positioned relative to the nearest positioned ancestor.\n- **fixed**: Positioned relative to the viewport.",
17829
17849
  "default": "'absolute'",
17830
17850
  "attribute": "toggletip-strategy",
17831
17851
  "reflects": true,
@@ -17840,7 +17860,7 @@
17840
17860
  "type": {
17841
17861
  "text": "string | undefined"
17842
17862
  },
17843
- "description": "The toggletip text that is displayed when the label is hovered.\nIt is used to provide additional information about the label.",
17863
+ "description": "The toggletip text that is displayed when the info icon is clicked or pressed.\nIt is used to provide additional information about the label.",
17844
17864
  "attribute": "toggletip-text",
17845
17865
  "reflects": true,
17846
17866
  "inheritedFrom": {
@@ -17944,7 +17964,7 @@
17944
17964
  "type": {
17945
17965
  "text": "string | undefined"
17946
17966
  },
17947
- "description": "The toggletip text that is displayed when the label is hovered.\nIt is used to provide additional information about the label.",
17967
+ "description": "The toggletip text that is displayed when the info icon is clicked or pressed.\nIt is used to provide additional information about the label.",
17948
17968
  "fieldName": "toggletipText",
17949
17969
  "inheritedFrom": {
17950
17970
  "name": "FormfieldWrapper",
@@ -17956,7 +17976,7 @@
17956
17976
  "type": {
17957
17977
  "text": "PopoverPlacement"
17958
17978
  },
17959
- "description": "The placement of the toggletip that is displayed when the info icon is hovered.",
17979
+ "description": "The placement of the toggletip that is displayed when the info icon is clicked or pressed.",
17960
17980
  "default": "'top'",
17961
17981
  "fieldName": "toggletipPlacement",
17962
17982
  "inheritedFrom": {
@@ -17969,7 +17989,7 @@
17969
17989
  "type": {
17970
17990
  "text": "PopoverStrategy"
17971
17991
  },
17972
- "description": "The strategy of the toggletip that is displayed when the info icon is hovered.",
17992
+ "description": "The positioning strategy for the toggletip.\n- **absolute**: Positioned relative to the nearest positioned ancestor.\n- **fixed**: Positioned relative to the viewport.",
17973
17993
  "default": "'absolute'",
17974
17994
  "fieldName": "toggletipStrategy",
17975
17995
  "inheritedFrom": {
@@ -18278,7 +18298,7 @@
18278
18298
  "type": {
18279
18299
  "text": "PopoverPlacement"
18280
18300
  },
18281
- "description": "The placement of the toggletip that is displayed when the info icon is hovered.",
18301
+ "description": "The placement of the toggletip that is displayed when the info icon is clicked or pressed.",
18282
18302
  "default": "'top'",
18283
18303
  "attribute": "toggletip-placement",
18284
18304
  "reflects": true
@@ -18289,7 +18309,7 @@
18289
18309
  "type": {
18290
18310
  "text": "PopoverStrategy"
18291
18311
  },
18292
- "description": "The strategy of the toggletip that is displayed when the info icon is hovered.",
18312
+ "description": "The positioning strategy for the toggletip.\n- **absolute**: Positioned relative to the nearest positioned ancestor.\n- **fixed**: Positioned relative to the viewport.",
18293
18313
  "default": "'absolute'",
18294
18314
  "attribute": "toggletip-strategy",
18295
18315
  "reflects": true
@@ -18300,7 +18320,7 @@
18300
18320
  "type": {
18301
18321
  "text": "string | undefined"
18302
18322
  },
18303
- "description": "The toggletip text that is displayed when the label is hovered.\nIt is used to provide additional information about the label.",
18323
+ "description": "The toggletip text that is displayed when the info icon is clicked or pressed.\nIt is used to provide additional information about the label.",
18304
18324
  "attribute": "toggletip-text",
18305
18325
  "reflects": true
18306
18326
  }
@@ -18345,7 +18365,7 @@
18345
18365
  "type": {
18346
18366
  "text": "string | undefined"
18347
18367
  },
18348
- "description": "The toggletip text that is displayed when the label is hovered.\nIt is used to provide additional information about the label.",
18368
+ "description": "The toggletip text that is displayed when the info icon is clicked or pressed.\nIt is used to provide additional information about the label.",
18349
18369
  "fieldName": "toggletipText"
18350
18370
  },
18351
18371
  {
@@ -18353,7 +18373,7 @@
18353
18373
  "type": {
18354
18374
  "text": "PopoverPlacement"
18355
18375
  },
18356
- "description": "The placement of the toggletip that is displayed when the info icon is hovered.",
18376
+ "description": "The placement of the toggletip that is displayed when the info icon is clicked or pressed.",
18357
18377
  "default": "'top'",
18358
18378
  "fieldName": "toggletipPlacement"
18359
18379
  },
@@ -18362,7 +18382,7 @@
18362
18382
  "type": {
18363
18383
  "text": "PopoverStrategy"
18364
18384
  },
18365
- "description": "The strategy of the toggletip that is displayed when the info icon is hovered.",
18385
+ "description": "The positioning strategy for the toggletip.\n- **absolute**: Positioned relative to the nearest positioned ancestor.\n- **fixed**: Positioned relative to the viewport.",
18366
18386
  "default": "'absolute'",
18367
18387
  "fieldName": "toggletipStrategy"
18368
18388
  },
@@ -19941,7 +19961,7 @@
19941
19961
  "type": {
19942
19962
  "text": "PopoverPlacement"
19943
19963
  },
19944
- "description": "The placement of the toggletip that is displayed when the info icon is hovered.",
19964
+ "description": "The placement of the toggletip that is displayed when the info icon is clicked or pressed.",
19945
19965
  "default": "'top'",
19946
19966
  "attribute": "toggletip-placement",
19947
19967
  "reflects": true,
@@ -19956,7 +19976,7 @@
19956
19976
  "type": {
19957
19977
  "text": "PopoverStrategy"
19958
19978
  },
19959
- "description": "The strategy of the toggletip that is displayed when the info icon is hovered.",
19979
+ "description": "The positioning strategy for the toggletip.\n- **absolute**: Positioned relative to the nearest positioned ancestor.\n- **fixed**: Positioned relative to the viewport.",
19960
19980
  "default": "'absolute'",
19961
19981
  "attribute": "toggletip-strategy",
19962
19982
  "reflects": true,
@@ -19971,7 +19991,7 @@
19971
19991
  "type": {
19972
19992
  "text": "string | undefined"
19973
19993
  },
19974
- "description": "The toggletip text that is displayed when the label is hovered.\nIt is used to provide additional information about the label.",
19994
+ "description": "The toggletip text that is displayed when the info icon is clicked or pressed.\nIt is used to provide additional information about the label.",
19975
19995
  "attribute": "toggletip-text",
19976
19996
  "reflects": true,
19977
19997
  "inheritedFrom": {
@@ -20338,7 +20358,7 @@
20338
20358
  "type": {
20339
20359
  "text": "string | undefined"
20340
20360
  },
20341
- "description": "The toggletip text that is displayed when the label is hovered.\nIt is used to provide additional information about the label.",
20361
+ "description": "The toggletip text that is displayed when the info icon is clicked or pressed.\nIt is used to provide additional information about the label.",
20342
20362
  "fieldName": "toggletipText",
20343
20363
  "inheritedFrom": {
20344
20364
  "name": "FormfieldWrapper",
@@ -20350,7 +20370,7 @@
20350
20370
  "type": {
20351
20371
  "text": "PopoverPlacement"
20352
20372
  },
20353
- "description": "The placement of the toggletip that is displayed when the info icon is hovered.",
20373
+ "description": "The placement of the toggletip that is displayed when the info icon is clicked or pressed.",
20354
20374
  "default": "'top'",
20355
20375
  "fieldName": "toggletipPlacement",
20356
20376
  "inheritedFrom": {
@@ -20363,7 +20383,7 @@
20363
20383
  "type": {
20364
20384
  "text": "PopoverStrategy"
20365
20385
  },
20366
- "description": "The strategy of the toggletip that is displayed when the info icon is hovered.",
20386
+ "description": "The positioning strategy for the toggletip.\n- **absolute**: Positioned relative to the nearest positioned ancestor.\n- **fixed**: Positioned relative to the viewport.",
20367
20387
  "default": "'absolute'",
20368
20388
  "fieldName": "toggletipStrategy",
20369
20389
  "inheritedFrom": {
@@ -21362,7 +21382,7 @@
21362
21382
  "text": "string | undefined"
21363
21383
  },
21364
21384
  "description": "This property defines the ARIA state key, which will be toggled when the\nButton is set to `active`.\nThe default value is 'aria-pressed', which is commonly used for toggle buttons.\n\nConsumers can override this property to use a different ARIA state key if needed.\nIn case multiple aria attributes should be toggled, they can be passed in as\na comma separated string.\nFor example: `aria-pressed,aria-expanded`",
21365
- "default": "'aria-pressed' (when)",
21385
+ "default": "'aria-pressed'",
21366
21386
  "attribute": "ariaStateKey",
21367
21387
  "reflects": true,
21368
21388
  "inheritedFrom": {
@@ -21856,7 +21876,7 @@
21856
21876
  "text": "string | undefined"
21857
21877
  },
21858
21878
  "description": "This property defines the ARIA state key, which will be toggled when the\nButton is set to `active`.\nThe default value is 'aria-pressed', which is commonly used for toggle buttons.\n\nConsumers can override this property to use a different ARIA state key if needed.\nIn case multiple aria attributes should be toggled, they can be passed in as\na comma separated string.\nFor example: `aria-pressed,aria-expanded`",
21859
- "default": "'aria-pressed' (when)",
21879
+ "default": "'aria-pressed'",
21860
21880
  "fieldName": "ariaStateKey",
21861
21881
  "inheritedFrom": {
21862
21882
  "name": "Buttonsimple",
@@ -32979,7 +32999,7 @@
32979
32999
  "type": {
32980
33000
  "text": "PopoverPlacement"
32981
33001
  },
32982
- "description": "The placement of the toggletip that is displayed when the info icon is hovered.",
33002
+ "description": "The placement of the toggletip that is displayed when the info icon is clicked or pressed.",
32983
33003
  "default": "'top'",
32984
33004
  "attribute": "toggletip-placement",
32985
33005
  "reflects": true,
@@ -32994,7 +33014,7 @@
32994
33014
  "type": {
32995
33015
  "text": "PopoverStrategy"
32996
33016
  },
32997
- "description": "The strategy of the toggletip that is displayed when the info icon is hovered.",
33017
+ "description": "The positioning strategy for the toggletip.\n- **absolute**: Positioned relative to the nearest positioned ancestor.\n- **fixed**: Positioned relative to the viewport.",
32998
33018
  "default": "'absolute'",
32999
33019
  "attribute": "toggletip-strategy",
33000
33020
  "reflects": true,
@@ -33009,7 +33029,7 @@
33009
33029
  "type": {
33010
33030
  "text": "string | undefined"
33011
33031
  },
33012
- "description": "The toggletip text that is displayed when the label is hovered.\nIt is used to provide additional information about the label.",
33032
+ "description": "The toggletip text that is displayed when the info icon is clicked or pressed.\nIt is used to provide additional information about the label.",
33013
33033
  "attribute": "toggletip-text",
33014
33034
  "reflects": true,
33015
33035
  "inheritedFrom": {
@@ -33482,7 +33502,7 @@
33482
33502
  "type": {
33483
33503
  "text": "string | undefined"
33484
33504
  },
33485
- "description": "The toggletip text that is displayed when the label is hovered.\nIt is used to provide additional information about the label.",
33505
+ "description": "The toggletip text that is displayed when the info icon is clicked or pressed.\nIt is used to provide additional information about the label.",
33486
33506
  "fieldName": "toggletipText",
33487
33507
  "inheritedFrom": {
33488
33508
  "name": "FormfieldWrapper",
@@ -33494,7 +33514,7 @@
33494
33514
  "type": {
33495
33515
  "text": "PopoverPlacement"
33496
33516
  },
33497
- "description": "The placement of the toggletip that is displayed when the info icon is hovered.",
33517
+ "description": "The placement of the toggletip that is displayed when the info icon is clicked or pressed.",
33498
33518
  "default": "'top'",
33499
33519
  "fieldName": "toggletipPlacement",
33500
33520
  "inheritedFrom": {
@@ -33507,7 +33527,7 @@
33507
33527
  "type": {
33508
33528
  "text": "PopoverStrategy"
33509
33529
  },
33510
- "description": "The strategy of the toggletip that is displayed when the info icon is hovered.",
33530
+ "description": "The positioning strategy for the toggletip.\n- **absolute**: Positioned relative to the nearest positioned ancestor.\n- **fixed**: Positioned relative to the viewport.",
33511
33531
  "default": "'absolute'",
33512
33532
  "fieldName": "toggletipStrategy",
33513
33533
  "inheritedFrom": {
@@ -35833,7 +35853,7 @@
35833
35853
  "type": {
35834
35854
  "text": "PopoverPlacement"
35835
35855
  },
35836
- "description": "The placement of the toggletip that is displayed when the info icon is hovered.",
35856
+ "description": "The placement of the toggletip that is displayed when the info icon is clicked or pressed.",
35837
35857
  "default": "'top'",
35838
35858
  "attribute": "toggletip-placement",
35839
35859
  "reflects": true,
@@ -35848,7 +35868,7 @@
35848
35868
  "type": {
35849
35869
  "text": "PopoverStrategy"
35850
35870
  },
35851
- "description": "The strategy of the toggletip that is displayed when the info icon is hovered.",
35871
+ "description": "The positioning strategy for the toggletip.\n- **absolute**: Positioned relative to the nearest positioned ancestor.\n- **fixed**: Positioned relative to the viewport.",
35852
35872
  "default": "'absolute'",
35853
35873
  "attribute": "toggletip-strategy",
35854
35874
  "reflects": true,
@@ -35863,7 +35883,7 @@
35863
35883
  "type": {
35864
35884
  "text": "string | undefined"
35865
35885
  },
35866
- "description": "The toggletip text that is displayed when the label is hovered.\nIt is used to provide additional information about the label.",
35886
+ "description": "The toggletip text that is displayed when the info icon is clicked or pressed.\nIt is used to provide additional information about the label.",
35867
35887
  "attribute": "toggletip-text",
35868
35888
  "reflects": true,
35869
35889
  "inheritedFrom": {
@@ -36003,7 +36023,7 @@
36003
36023
  "type": {
36004
36024
  "text": "string | undefined"
36005
36025
  },
36006
- "description": "The toggletip text that is displayed when the label is hovered.\nIt is used to provide additional information about the label.",
36026
+ "description": "The toggletip text that is displayed when the info icon is clicked or pressed.\nIt is used to provide additional information about the label.",
36007
36027
  "fieldName": "toggletipText",
36008
36028
  "inheritedFrom": {
36009
36029
  "name": "FormfieldWrapper",
@@ -36015,7 +36035,7 @@
36015
36035
  "type": {
36016
36036
  "text": "PopoverPlacement"
36017
36037
  },
36018
- "description": "The placement of the toggletip that is displayed when the info icon is hovered.",
36038
+ "description": "The placement of the toggletip that is displayed when the info icon is clicked or pressed.",
36019
36039
  "default": "'top'",
36020
36040
  "fieldName": "toggletipPlacement",
36021
36041
  "inheritedFrom": {
@@ -36028,7 +36048,7 @@
36028
36048
  "type": {
36029
36049
  "text": "PopoverStrategy"
36030
36050
  },
36031
- "description": "The strategy of the toggletip that is displayed when the info icon is hovered.",
36051
+ "description": "The positioning strategy for the toggletip.\n- **absolute**: Positioned relative to the nearest positioned ancestor.\n- **fixed**: Positioned relative to the viewport.",
36032
36052
  "default": "'absolute'",
36033
36053
  "fieldName": "toggletipStrategy",
36034
36054
  "inheritedFrom": {
@@ -36595,7 +36615,7 @@
36595
36615
  "type": {
36596
36616
  "text": "PopoverPlacement"
36597
36617
  },
36598
- "description": "The placement of the toggletip that is displayed when the info icon is hovered.",
36618
+ "description": "The placement of the toggletip that is displayed when the info icon is clicked or pressed.",
36599
36619
  "default": "'top'",
36600
36620
  "attribute": "toggletip-placement",
36601
36621
  "reflects": true,
@@ -36610,7 +36630,7 @@
36610
36630
  "type": {
36611
36631
  "text": "PopoverStrategy"
36612
36632
  },
36613
- "description": "The strategy of the toggletip that is displayed when the info icon is hovered.",
36633
+ "description": "The positioning strategy for the toggletip.\n- **absolute**: Positioned relative to the nearest positioned ancestor.\n- **fixed**: Positioned relative to the viewport.",
36614
36634
  "default": "'absolute'",
36615
36635
  "attribute": "toggletip-strategy",
36616
36636
  "reflects": true,
@@ -36625,7 +36645,7 @@
36625
36645
  "type": {
36626
36646
  "text": "string | undefined"
36627
36647
  },
36628
- "description": "The toggletip text that is displayed when the label is hovered.\nIt is used to provide additional information about the label.",
36648
+ "description": "The toggletip text that is displayed when the info icon is clicked or pressed.\nIt is used to provide additional information about the label.",
36629
36649
  "attribute": "toggletip-text",
36630
36650
  "reflects": true,
36631
36651
  "inheritedFrom": {
@@ -36792,7 +36812,7 @@
36792
36812
  "type": {
36793
36813
  "text": "string | undefined"
36794
36814
  },
36795
- "description": "The toggletip text that is displayed when the label is hovered.\nIt is used to provide additional information about the label.",
36815
+ "description": "The toggletip text that is displayed when the info icon is clicked or pressed.\nIt is used to provide additional information about the label.",
36796
36816
  "fieldName": "toggletipText",
36797
36817
  "inheritedFrom": {
36798
36818
  "name": "FormfieldWrapper",
@@ -36804,7 +36824,7 @@
36804
36824
  "type": {
36805
36825
  "text": "PopoverPlacement"
36806
36826
  },
36807
- "description": "The placement of the toggletip that is displayed when the info icon is hovered.",
36827
+ "description": "The placement of the toggletip that is displayed when the info icon is clicked or pressed.",
36808
36828
  "default": "'top'",
36809
36829
  "fieldName": "toggletipPlacement",
36810
36830
  "inheritedFrom": {
@@ -36817,7 +36837,7 @@
36817
36837
  "type": {
36818
36838
  "text": "PopoverStrategy"
36819
36839
  },
36820
- "description": "The strategy of the toggletip that is displayed when the info icon is hovered.",
36840
+ "description": "The positioning strategy for the toggletip.\n- **absolute**: Positioned relative to the nearest positioned ancestor.\n- **fixed**: Positioned relative to the viewport.",
36821
36841
  "default": "'absolute'",
36822
36842
  "fieldName": "toggletipStrategy",
36823
36843
  "inheritedFrom": {
@@ -37451,7 +37471,7 @@
37451
37471
  "type": {
37452
37472
  "text": "PopoverPlacement"
37453
37473
  },
37454
- "description": "The placement of the toggletip that is displayed when the info icon is hovered.",
37474
+ "description": "The placement of the toggletip that is displayed when the info icon is clicked or pressed.",
37455
37475
  "default": "'top'",
37456
37476
  "attribute": "toggletip-placement",
37457
37477
  "reflects": true,
@@ -37466,7 +37486,7 @@
37466
37486
  "type": {
37467
37487
  "text": "PopoverStrategy"
37468
37488
  },
37469
- "description": "The strategy of the toggletip that is displayed when the info icon is hovered.",
37489
+ "description": "The positioning strategy for the toggletip.\n- **absolute**: Positioned relative to the nearest positioned ancestor.\n- **fixed**: Positioned relative to the viewport.",
37470
37490
  "default": "'absolute'",
37471
37491
  "attribute": "toggletip-strategy",
37472
37492
  "reflects": true,
@@ -37481,7 +37501,7 @@
37481
37501
  "type": {
37482
37502
  "text": "string | undefined"
37483
37503
  },
37484
- "description": "The toggletip text that is displayed when the label is hovered.\nIt is used to provide additional information about the label.",
37504
+ "description": "The toggletip text that is displayed when the info icon is clicked or pressed.\nIt is used to provide additional information about the label.",
37485
37505
  "attribute": "toggletip-text",
37486
37506
  "reflects": true,
37487
37507
  "inheritedFrom": {
@@ -37730,7 +37750,7 @@
37730
37750
  "type": {
37731
37751
  "text": "string | undefined"
37732
37752
  },
37733
- "description": "The toggletip text that is displayed when the label is hovered.\nIt is used to provide additional information about the label.",
37753
+ "description": "The toggletip text that is displayed when the info icon is clicked or pressed.\nIt is used to provide additional information about the label.",
37734
37754
  "fieldName": "toggletipText",
37735
37755
  "inheritedFrom": {
37736
37756
  "name": "FormfieldWrapper",
@@ -37742,7 +37762,7 @@
37742
37762
  "type": {
37743
37763
  "text": "PopoverPlacement"
37744
37764
  },
37745
- "description": "The placement of the toggletip that is displayed when the info icon is hovered.",
37765
+ "description": "The placement of the toggletip that is displayed when the info icon is clicked or pressed.",
37746
37766
  "default": "'top'",
37747
37767
  "fieldName": "toggletipPlacement",
37748
37768
  "inheritedFrom": {
@@ -37755,7 +37775,7 @@
37755
37775
  "type": {
37756
37776
  "text": "PopoverStrategy"
37757
37777
  },
37758
- "description": "The strategy of the toggletip that is displayed when the info icon is hovered.",
37778
+ "description": "The positioning strategy for the toggletip.\n- **absolute**: Positioned relative to the nearest positioned ancestor.\n- **fixed**: Positioned relative to the viewport.",
37759
37779
  "default": "'absolute'",
37760
37780
  "fieldName": "toggletipStrategy",
37761
37781
  "inheritedFrom": {
@@ -38180,7 +38200,7 @@
38180
38200
  "type": {
38181
38201
  "text": "PopoverPlacement"
38182
38202
  },
38183
- "description": "The placement of the toggletip that is displayed when the info icon is hovered.",
38203
+ "description": "The placement of the toggletip that is displayed when the info icon is clicked or pressed.",
38184
38204
  "default": "'top'",
38185
38205
  "attribute": "toggletip-placement",
38186
38206
  "reflects": true,
@@ -38195,7 +38215,7 @@
38195
38215
  "type": {
38196
38216
  "text": "PopoverStrategy"
38197
38217
  },
38198
- "description": "The strategy of the toggletip that is displayed when the info icon is hovered.",
38218
+ "description": "The positioning strategy for the toggletip.\n- **absolute**: Positioned relative to the nearest positioned ancestor.\n- **fixed**: Positioned relative to the viewport.",
38199
38219
  "default": "'absolute'",
38200
38220
  "attribute": "toggletip-strategy",
38201
38221
  "reflects": true,
@@ -38210,7 +38230,7 @@
38210
38230
  "type": {
38211
38231
  "text": "string | undefined"
38212
38232
  },
38213
- "description": "The toggletip text that is displayed when the label is hovered.\nIt is used to provide additional information about the label.",
38233
+ "description": "The toggletip text that is displayed when the info icon is clicked or pressed.\nIt is used to provide additional information about the label.",
38214
38234
  "attribute": "toggletip-text",
38215
38235
  "reflects": true,
38216
38236
  "inheritedFrom": {
@@ -38310,7 +38330,7 @@
38310
38330
  "type": {
38311
38331
  "text": "string | undefined"
38312
38332
  },
38313
- "description": "The toggletip text that is displayed when the label is hovered.\nIt is used to provide additional information about the label.",
38333
+ "description": "The toggletip text that is displayed when the info icon is clicked or pressed.\nIt is used to provide additional information about the label.",
38314
38334
  "fieldName": "toggletipText",
38315
38335
  "inheritedFrom": {
38316
38336
  "name": "FormfieldWrapper",
@@ -38322,7 +38342,7 @@
38322
38342
  "type": {
38323
38343
  "text": "PopoverPlacement"
38324
38344
  },
38325
- "description": "The placement of the toggletip that is displayed when the info icon is hovered.",
38345
+ "description": "The placement of the toggletip that is displayed when the info icon is clicked or pressed.",
38326
38346
  "default": "'top'",
38327
38347
  "fieldName": "toggletipPlacement",
38328
38348
  "inheritedFrom": {
@@ -38335,7 +38355,7 @@
38335
38355
  "type": {
38336
38356
  "text": "PopoverStrategy"
38337
38357
  },
38338
- "description": "The strategy of the toggletip that is displayed when the info icon is hovered.",
38358
+ "description": "The positioning strategy for the toggletip.\n- **absolute**: Positioned relative to the nearest positioned ancestor.\n- **fixed**: Positioned relative to the viewport.",
38339
38359
  "default": "'absolute'",
38340
38360
  "fieldName": "toggletipStrategy",
38341
38361
  "inheritedFrom": {
@@ -39713,7 +39733,7 @@
39713
39733
  "type": {
39714
39734
  "text": "PopoverPlacement"
39715
39735
  },
39716
- "description": "The placement of the toggletip that is displayed when the info icon is hovered.",
39736
+ "description": "The placement of the toggletip that is displayed when the info icon is clicked or pressed.",
39717
39737
  "default": "'top'",
39718
39738
  "attribute": "toggletip-placement",
39719
39739
  "reflects": true,
@@ -39728,7 +39748,7 @@
39728
39748
  "type": {
39729
39749
  "text": "PopoverStrategy"
39730
39750
  },
39731
- "description": "The strategy of the toggletip that is displayed when the info icon is hovered.",
39751
+ "description": "The positioning strategy for the toggletip.\n- **absolute**: Positioned relative to the nearest positioned ancestor.\n- **fixed**: Positioned relative to the viewport.",
39732
39752
  "default": "'absolute'",
39733
39753
  "attribute": "toggletip-strategy",
39734
39754
  "reflects": true,
@@ -39743,7 +39763,7 @@
39743
39763
  "type": {
39744
39764
  "text": "string | undefined"
39745
39765
  },
39746
- "description": "The toggletip text that is displayed when the label is hovered.\nIt is used to provide additional information about the label.",
39766
+ "description": "The toggletip text that is displayed when the info icon is clicked or pressed.\nIt is used to provide additional information about the label.",
39747
39767
  "attribute": "toggletip-text",
39748
39768
  "reflects": true,
39749
39769
  "inheritedFrom": {
@@ -40205,7 +40225,7 @@
40205
40225
  "type": {
40206
40226
  "text": "string | undefined"
40207
40227
  },
40208
- "description": "The toggletip text that is displayed when the label is hovered.\nIt is used to provide additional information about the label.",
40228
+ "description": "The toggletip text that is displayed when the info icon is clicked or pressed.\nIt is used to provide additional information about the label.",
40209
40229
  "fieldName": "toggletipText",
40210
40230
  "inheritedFrom": {
40211
40231
  "name": "FormfieldWrapper",
@@ -40217,7 +40237,7 @@
40217
40237
  "type": {
40218
40238
  "text": "PopoverPlacement"
40219
40239
  },
40220
- "description": "The placement of the toggletip that is displayed when the info icon is hovered.",
40240
+ "description": "The placement of the toggletip that is displayed when the info icon is clicked or pressed.",
40221
40241
  "default": "'top'",
40222
40242
  "fieldName": "toggletipPlacement",
40223
40243
  "inheritedFrom": {
@@ -40230,7 +40250,7 @@
40230
40250
  "type": {
40231
40251
  "text": "PopoverStrategy"
40232
40252
  },
40233
- "description": "The strategy of the toggletip that is displayed when the info icon is hovered.",
40253
+ "description": "The positioning strategy for the toggletip.\n- **absolute**: Positioned relative to the nearest positioned ancestor.\n- **fixed**: Positioned relative to the viewport.",
40234
40254
  "default": "'absolute'",
40235
40255
  "fieldName": "toggletipStrategy",
40236
40256
  "inheritedFrom": {
@@ -41247,7 +41267,7 @@
41247
41267
  "type": {
41248
41268
  "text": "PopoverPlacement"
41249
41269
  },
41250
- "description": "The placement of the toggletip that is displayed when the info icon is hovered.",
41270
+ "description": "The placement of the toggletip that is displayed when the info icon is clicked or pressed.",
41251
41271
  "default": "'top'",
41252
41272
  "attribute": "toggletip-placement",
41253
41273
  "reflects": true,
@@ -41262,7 +41282,7 @@
41262
41282
  "type": {
41263
41283
  "text": "PopoverStrategy"
41264
41284
  },
41265
- "description": "The strategy of the toggletip that is displayed when the info icon is hovered.",
41285
+ "description": "The positioning strategy for the toggletip.\n- **absolute**: Positioned relative to the nearest positioned ancestor.\n- **fixed**: Positioned relative to the viewport.",
41266
41286
  "default": "'absolute'",
41267
41287
  "attribute": "toggletip-strategy",
41268
41288
  "reflects": true,
@@ -41277,7 +41297,7 @@
41277
41297
  "type": {
41278
41298
  "text": "string | undefined"
41279
41299
  },
41280
- "description": "The toggletip text that is displayed when the label is hovered.\nIt is used to provide additional information about the label.",
41300
+ "description": "The toggletip text that is displayed when the info icon is clicked or pressed.\nIt is used to provide additional information about the label.",
41281
41301
  "attribute": "toggletip-text",
41282
41302
  "reflects": true,
41283
41303
  "inheritedFrom": {
@@ -41777,7 +41797,7 @@
41777
41797
  "type": {
41778
41798
  "text": "string | undefined"
41779
41799
  },
41780
- "description": "The toggletip text that is displayed when the label is hovered.\nIt is used to provide additional information about the label.",
41800
+ "description": "The toggletip text that is displayed when the info icon is clicked or pressed.\nIt is used to provide additional information about the label.",
41781
41801
  "fieldName": "toggletipText",
41782
41802
  "inheritedFrom": {
41783
41803
  "name": "FormfieldWrapper",
@@ -41789,7 +41809,7 @@
41789
41809
  "type": {
41790
41810
  "text": "PopoverPlacement"
41791
41811
  },
41792
- "description": "The placement of the toggletip that is displayed when the info icon is hovered.",
41812
+ "description": "The placement of the toggletip that is displayed when the info icon is clicked or pressed.",
41793
41813
  "default": "'top'",
41794
41814
  "fieldName": "toggletipPlacement",
41795
41815
  "inheritedFrom": {
@@ -41802,7 +41822,7 @@
41802
41822
  "type": {
41803
41823
  "text": "PopoverStrategy"
41804
41824
  },
41805
- "description": "The strategy of the toggletip that is displayed when the info icon is hovered.",
41825
+ "description": "The positioning strategy for the toggletip.\n- **absolute**: Positioned relative to the nearest positioned ancestor.\n- **fixed**: Positioned relative to the viewport.",
41806
41826
  "default": "'absolute'",
41807
41827
  "fieldName": "toggletipStrategy",
41808
41828
  "inheritedFrom": {
@@ -42831,7 +42851,7 @@
42831
42851
  "type": {
42832
42852
  "text": "PopoverPlacement"
42833
42853
  },
42834
- "description": "The placement of the toggletip that is displayed when the info icon is hovered.",
42854
+ "description": "The placement of the toggletip that is displayed when the info icon is clicked or pressed.",
42835
42855
  "default": "'top'",
42836
42856
  "attribute": "toggletip-placement",
42837
42857
  "reflects": true,
@@ -42846,7 +42866,7 @@
42846
42866
  "type": {
42847
42867
  "text": "PopoverStrategy"
42848
42868
  },
42849
- "description": "The strategy of the toggletip that is displayed when the info icon is hovered.",
42869
+ "description": "The positioning strategy for the toggletip.\n- **absolute**: Positioned relative to the nearest positioned ancestor.\n- **fixed**: Positioned relative to the viewport.",
42850
42870
  "default": "'absolute'",
42851
42871
  "attribute": "toggletip-strategy",
42852
42872
  "reflects": true,
@@ -42861,7 +42881,7 @@
42861
42881
  "type": {
42862
42882
  "text": "string | undefined"
42863
42883
  },
42864
- "description": "The toggletip text that is displayed when the label is hovered.\nIt is used to provide additional information about the label.",
42884
+ "description": "The toggletip text that is displayed when the info icon is clicked or pressed.\nIt is used to provide additional information about the label.",
42865
42885
  "attribute": "toggletip-text",
42866
42886
  "reflects": true,
42867
42887
  "inheritedFrom": {
@@ -43167,7 +43187,7 @@
43167
43187
  "type": {
43168
43188
  "text": "string | undefined"
43169
43189
  },
43170
- "description": "The toggletip text that is displayed when the label is hovered.\nIt is used to provide additional information about the label.",
43190
+ "description": "The toggletip text that is displayed when the info icon is clicked or pressed.\nIt is used to provide additional information about the label.",
43171
43191
  "fieldName": "toggletipText",
43172
43192
  "inheritedFrom": {
43173
43193
  "name": "FormfieldWrapper",
@@ -43179,7 +43199,7 @@
43179
43199
  "type": {
43180
43200
  "text": "PopoverPlacement"
43181
43201
  },
43182
- "description": "The placement of the toggletip that is displayed when the info icon is hovered.",
43202
+ "description": "The placement of the toggletip that is displayed when the info icon is clicked or pressed.",
43183
43203
  "default": "'top'",
43184
43204
  "fieldName": "toggletipPlacement",
43185
43205
  "inheritedFrom": {
@@ -43192,7 +43212,7 @@
43192
43212
  "type": {
43193
43213
  "text": "PopoverStrategy"
43194
43214
  },
43195
- "description": "The strategy of the toggletip that is displayed when the info icon is hovered.",
43215
+ "description": "The positioning strategy for the toggletip.\n- **absolute**: Positioned relative to the nearest positioned ancestor.\n- **fixed**: Positioned relative to the viewport.",
43196
43216
  "default": "'absolute'",
43197
43217
  "fieldName": "toggletipStrategy",
43198
43218
  "inheritedFrom": {
@@ -45118,55 +45138,51 @@
45118
45138
  "declarations": [
45119
45139
  {
45120
45140
  "kind": "class",
45121
- "description": "This is a decorative component that is styled to look as a toggle. <br/>\nIt has 5 properties - checked, size, disabled, readonly and soft-disabled. <br/>\nWe are using the same styling that has been created for the `mdc-toggle` component.",
45141
+ "description": "The StaticToggle is a decorative component that visually represents a toggle switch without interactive functionality.\nIt is primarily used for display purposes or as a building block within custom interactive components.\nThis component shares the same visual styling as the interactive `mdc-toggle` component.",
45122
45142
  "name": "StaticToggle",
45123
45143
  "cssProperties": [
45124
45144
  {
45125
- "description": "The width of the toggle",
45126
- "name": "--mdc-toggle-width"
45145
+ "description": "The width of the static toggle.",
45146
+ "name": "--mdc-statictoggle-width"
45127
45147
  },
45128
45148
  {
45129
- "description": "The height of the toggle",
45130
- "name": "--mdc-toggle-height"
45149
+ "description": "The height of the static toggle.",
45150
+ "name": "--mdc-statictoggle-height"
45131
45151
  },
45132
45152
  {
45133
- "description": "The border radius of the toggle",
45134
- "name": "--mdc-toggle-border-radius"
45153
+ "description": "The border radius of the static toggle.",
45154
+ "name": "--mdc-statictoggle-border-radius"
45135
45155
  },
45136
45156
  {
45137
- "description": "The border color of the toggle",
45138
- "name": "--mdc-toggle-border-color"
45157
+ "description": "The border color of the static toggle.",
45158
+ "name": "--mdc-statictoggle-border-color"
45139
45159
  },
45140
45160
  {
45141
- "description": "The background color of the toggle",
45142
- "name": "--mdc-toggle-background-color"
45161
+ "description": "The background color of the static toggle.",
45162
+ "name": "--mdc-statictoggle-background-color"
45143
45163
  },
45144
45164
  {
45145
- "description": "The icon color of the toggle",
45146
- "name": "--mdc-toggle-icon-color"
45165
+ "description": "The icon color of the static toggle.",
45166
+ "name": "--mdc-statictoggle-icon-color"
45147
45167
  },
45148
45168
  {
45149
- "description": "The icon background color of the toggle",
45150
- "name": "--mdc-toggle-icon-background-color"
45169
+ "description": "The icon background color of the static toggle.",
45170
+ "name": "--mdc-statictoggle-icon-background-color"
45151
45171
  }
45152
45172
  ],
45153
45173
  "cssParts": [
45154
45174
  {
45155
- "description": "The slider part of the toggle",
45175
+ "description": "The slider part of the toggle.",
45156
45176
  "name": "slider"
45157
45177
  },
45158
45178
  {
45159
- "description": "The icon part of the toggle",
45179
+ "description": "The icon part of the toggle.",
45160
45180
  "name": "toggle-icon"
45161
45181
  }
45162
45182
  ],
45163
45183
  "slots": [
45164
45184
  {
45165
- "description": "This is a default/unnamed slot",
45166
- "name": "default"
45167
- },
45168
- {
45169
- "description": "Default slot for adding label text.",
45185
+ "description": "Default slot for slotted content (typically used by parent `mdc-toggle` for the checkbox input).",
45170
45186
  "name": ""
45171
45187
  }
45172
45188
  ],
@@ -45178,7 +45194,7 @@
45178
45194
  "text": "boolean"
45179
45195
  },
45180
45196
  "default": "false",
45181
- "description": "Determines whether the toggle is active or inactive.",
45197
+ "description": "Controls the visual state of the toggle.\nWhen true, the toggle appears in the \"on\" or \"active\" state.\nWhen false, the toggle appears in the \"off\" or \"inactive\" state.",
45182
45198
  "attribute": "checked",
45183
45199
  "reflects": true
45184
45200
  },
@@ -45204,7 +45220,7 @@
45204
45220
  "text": "boolean"
45205
45221
  },
45206
45222
  "default": "false",
45207
- "description": "Determines whether the toggle is read-only.",
45223
+ "description": "When true, the toggle appears in a read-only visual state.\nThis is a decorative property that changes the visual appearance only.",
45208
45224
  "attribute": "readonly",
45209
45225
  "reflects": true
45210
45226
  },
@@ -45214,7 +45230,7 @@
45214
45230
  "type": {
45215
45231
  "text": "ToggleSize"
45216
45232
  },
45217
- "description": "Determines toggle size in rem (height is specified here).\n- **Default**: 1.5\n- **Compact**: 1",
45233
+ "description": "Specifies the size of the toggle component.\n- **default**: Standard size with 1.5rem height\n- **compact**: Smaller size with 1rem height",
45218
45234
  "default": "default",
45219
45235
  "attribute": "size",
45220
45236
  "reflects": true
@@ -45226,7 +45242,7 @@
45226
45242
  "text": "boolean"
45227
45243
  },
45228
45244
  "default": "false",
45229
- "description": "Determines whether the toggle is soft-disabled.",
45245
+ "description": "When true, the toggle appears in a soft-disabled visual state.\nSoft-disabled elements maintain visual presence but appear non-interactive.\nThis is a decorative property that changes the visual appearance only.",
45230
45246
  "attribute": "soft-disabled",
45231
45247
  "reflects": true
45232
45248
  }
@@ -45238,7 +45254,7 @@
45238
45254
  "text": "boolean"
45239
45255
  },
45240
45256
  "default": "false",
45241
- "description": "Determines whether the toggle is active or inactive.",
45257
+ "description": "Controls the visual state of the toggle.\nWhen true, the toggle appears in the \"on\" or \"active\" state.\nWhen false, the toggle appears in the \"off\" or \"inactive\" state.",
45242
45258
  "fieldName": "checked"
45243
45259
  },
45244
45260
  {
@@ -45246,7 +45262,7 @@
45246
45262
  "type": {
45247
45263
  "text": "ToggleSize"
45248
45264
  },
45249
- "description": "Determines toggle size in rem (height is specified here).\n- **Default**: 1.5\n- **Compact**: 1",
45265
+ "description": "Specifies the size of the toggle component.\n- **default**: Standard size with 1.5rem height\n- **compact**: Smaller size with 1rem height",
45250
45266
  "default": "default",
45251
45267
  "fieldName": "size"
45252
45268
  },
@@ -45256,7 +45272,7 @@
45256
45272
  "text": "boolean"
45257
45273
  },
45258
45274
  "default": "false",
45259
- "description": "Determines whether the toggle is read-only.",
45275
+ "description": "When true, the toggle appears in a read-only visual state.\nThis is a decorative property that changes the visual appearance only.",
45260
45276
  "fieldName": "readonly"
45261
45277
  },
45262
45278
  {
@@ -45265,7 +45281,7 @@
45265
45281
  "text": "boolean"
45266
45282
  },
45267
45283
  "default": "false",
45268
- "description": "Determines whether the toggle is soft-disabled.",
45284
+ "description": "When true, the toggle appears in a soft-disabled visual state.\nSoft-disabled elements maintain visual presence but appear non-interactive.\nThis is a decorative property that changes the visual appearance only.",
45269
45285
  "fieldName": "softDisabled"
45270
45286
  },
45271
45287
  {
@@ -45293,7 +45309,7 @@
45293
45309
  "module": "/src/models"
45294
45310
  },
45295
45311
  "tagName": "mdc-statictoggle",
45296
- "jsDoc": "/**\n * This is a decorative component that is styled to look as a toggle. <br/>\n * It has 5 properties - checked, size, disabled, readonly and soft-disabled. <br/>\n * We are using the same styling that has been created for the `mdc-toggle` component.\n *\n * @dependency mdc-icon\n *\n * @tagname mdc-statictoggle\n *\n * @slot default - This is a default/unnamed slot\n *\n * @cssproperty --mdc-toggle-width - The width of the toggle\n * @cssproperty --mdc-toggle-height - The height of the toggle\n * @cssproperty --mdc-toggle-border-radius - The border radius of the toggle\n * @cssproperty --mdc-toggle-border-color - The border color of the toggle\n * @cssproperty --mdc-toggle-background-color - The background color of the toggle\n * @cssproperty --mdc-toggle-icon-color - The icon color of the toggle\n * @cssproperty --mdc-toggle-icon-background-color - The icon background color of the toggle\n *\n * @csspart slider - The slider part of the toggle\n * @csspart toggle-icon - The icon part of the toggle\n *\n * @slot - Default slot for adding label text.\n */",
45312
+ "jsDoc": "/**\n * The StaticToggle is a decorative component that visually represents a toggle switch without interactive functionality.\n * It is primarily used for display purposes or as a building block within custom interactive components.\n * This component shares the same visual styling as the interactive `mdc-toggle` component.\n *\n * @dependency mdc-icon\n *\n * @tagname mdc-statictoggle\n *\n * @slot - Default slot for slotted content (typically used by parent `mdc-toggle` for the checkbox input).\n *\n * @cssproperty --mdc-statictoggle-width - The width of the static toggle.\n * @cssproperty --mdc-statictoggle-height - The height of the static toggle.\n * @cssproperty --mdc-statictoggle-border-radius - The border radius of the static toggle.\n * @cssproperty --mdc-statictoggle-border-color - The border color of the static toggle.\n * @cssproperty --mdc-statictoggle-background-color - The background color of the static toggle.\n * @cssproperty --mdc-statictoggle-icon-color - The icon color of the static toggle.\n * @cssproperty --mdc-statictoggle-icon-background-color - The icon background color of the static toggle.\n *\n * @csspart slider - The slider part of the toggle.\n * @csspart toggle-icon - The icon part of the toggle.\n */",
45297
45313
  "customElement": true
45298
45314
  }
45299
45315
  ],
@@ -45925,7 +45941,7 @@
45925
45941
  "text": "string | undefined"
45926
45942
  },
45927
45943
  "description": "This property defines the ARIA state key, which will be toggled when the\nButton is set to `active`.\nThe default value is 'aria-pressed', which is commonly used for toggle buttons.\n\nConsumers can override this property to use a different ARIA state key if needed.\nIn case multiple aria attributes should be toggled, they can be passed in as\na comma separated string.\nFor example: `aria-pressed,aria-expanded`",
45928
- "default": "'aria-pressed' (when)",
45944
+ "default": "'aria-pressed'",
45929
45945
  "attribute": "ariaStateKey",
45930
45946
  "reflects": true,
45931
45947
  "inheritedFrom": {
@@ -46488,7 +46504,7 @@
46488
46504
  "text": "string | undefined"
46489
46505
  },
46490
46506
  "description": "This property defines the ARIA state key, which will be toggled when the\nButton is set to `active`.\nThe default value is 'aria-pressed', which is commonly used for toggle buttons.\n\nConsumers can override this property to use a different ARIA state key if needed.\nIn case multiple aria attributes should be toggled, they can be passed in as\na comma separated string.\nFor example: `aria-pressed,aria-expanded`",
46491
- "default": "'aria-pressed' (when)",
46507
+ "default": "'aria-pressed'",
46492
46508
  "fieldName": "ariaStateKey",
46493
46509
  "inheritedFrom": {
46494
46510
  "name": "Buttonsimple",
@@ -47506,7 +47522,7 @@
47506
47522
  "type": {
47507
47523
  "text": "PopoverPlacement"
47508
47524
  },
47509
- "description": "The placement of the toggletip that is displayed when the info icon is hovered.",
47525
+ "description": "The placement of the toggletip that is displayed when the info icon is clicked or pressed.",
47510
47526
  "default": "'top'",
47511
47527
  "attribute": "toggletip-placement",
47512
47528
  "reflects": true,
@@ -47521,7 +47537,7 @@
47521
47537
  "type": {
47522
47538
  "text": "PopoverStrategy"
47523
47539
  },
47524
- "description": "The strategy of the toggletip that is displayed when the info icon is hovered.",
47540
+ "description": "The positioning strategy for the toggletip.\n- **absolute**: Positioned relative to the nearest positioned ancestor.\n- **fixed**: Positioned relative to the viewport.",
47525
47541
  "default": "'absolute'",
47526
47542
  "attribute": "toggletip-strategy",
47527
47543
  "reflects": true,
@@ -47536,7 +47552,7 @@
47536
47552
  "type": {
47537
47553
  "text": "string | undefined"
47538
47554
  },
47539
- "description": "The toggletip text that is displayed when the label is hovered.\nIt is used to provide additional information about the label.",
47555
+ "description": "The toggletip text that is displayed when the info icon is clicked or pressed.\nIt is used to provide additional information about the label.",
47540
47556
  "attribute": "toggletip-text",
47541
47557
  "reflects": true,
47542
47558
  "inheritedFrom": {
@@ -47895,7 +47911,7 @@
47895
47911
  "type": {
47896
47912
  "text": "string | undefined"
47897
47913
  },
47898
- "description": "The toggletip text that is displayed when the label is hovered.\nIt is used to provide additional information about the label.",
47914
+ "description": "The toggletip text that is displayed when the info icon is clicked or pressed.\nIt is used to provide additional information about the label.",
47899
47915
  "fieldName": "toggletipText",
47900
47916
  "inheritedFrom": {
47901
47917
  "name": "FormfieldWrapper",
@@ -47907,7 +47923,7 @@
47907
47923
  "type": {
47908
47924
  "text": "PopoverPlacement"
47909
47925
  },
47910
- "description": "The placement of the toggletip that is displayed when the info icon is hovered.",
47926
+ "description": "The placement of the toggletip that is displayed when the info icon is clicked or pressed.",
47911
47927
  "default": "'top'",
47912
47928
  "fieldName": "toggletipPlacement",
47913
47929
  "inheritedFrom": {
@@ -47920,7 +47936,7 @@
47920
47936
  "type": {
47921
47937
  "text": "PopoverStrategy"
47922
47938
  },
47923
- "description": "The strategy of the toggletip that is displayed when the info icon is hovered.",
47939
+ "description": "The positioning strategy for the toggletip.\n- **absolute**: Positioned relative to the nearest positioned ancestor.\n- **fixed**: Positioned relative to the viewport.",
47924
47940
  "default": "'absolute'",
47925
47941
  "fieldName": "toggletipStrategy",
47926
47942
  "inheritedFrom": {
@@ -48507,110 +48523,8 @@
48507
48523
  "declarations": [
48508
48524
  {
48509
48525
  "kind": "class",
48510
- "description": "Toggle Component is an interactive control used to switch between two mutually exclusive options,\nsuch as On/Off, Active/Inactive. These are commonly used in settings panels, forms, and preference selections\nwhere users need to enable or disable a feature.\nIt contains an optional label and an optional helper text.\n\nTo create a group of toggles, use the FormFieldGroup component.\n\nNote: It internally renders a checkbox styled as a toggle switch.",
48526
+ "description": "The Toggle component is an interactive control used to switch between two mutually exclusive states,\nsuch as On/Off or Active/Inactive. It is commonly used in settings panels, forms, and preference selections\nwhere users need to enable or disable a feature.\n\nTo create a group of toggles, use the `mdc-formfieldgroup` component.\n\n**Note:** This component internally renders a native checkbox input element styled as a toggle switch.\n\n## When to use\nUse toggles for binary choices where the change takes effect immediately, such as enabling/disabling settings or features.\n\n## Accessibility\n- Provide clear labels that describe what the toggle controls\n- Use `data-aria-label` when a visual label is not present\n- Keyboard navigation: Space to toggle, Tab to navigate, Enter to submit form\n\n## Styling\nUse the `static-toggle` part to apply custom styles to the toggle switch visual element.\nThis part exposes the underlying [StaticToggle](?path=/docs/components-decorator-statictoggle--docs) component for advanced styling.",
48511
48527
  "name": "Toggle",
48512
- "cssProperties": [
48513
- {
48514
- "description": "The width of the toggle",
48515
- "name": "--mdc-toggle-width"
48516
- },
48517
- {
48518
- "description": "The height of the toggle",
48519
- "name": "--mdc-toggle-height"
48520
- },
48521
- {
48522
- "description": "The border radius of the toggle",
48523
- "name": "--mdc-toggle-border-radius"
48524
- },
48525
- {
48526
- "description": "The border color of the toggle",
48527
- "name": "--mdc-toggle-border-color"
48528
- },
48529
- {
48530
- "description": "The background color of the toggle",
48531
- "name": "--mdc-toggle-background-color"
48532
- },
48533
- {
48534
- "description": "The icon color of the toggle",
48535
- "name": "--mdc-toggle-icon-color"
48536
- },
48537
- {
48538
- "description": "The icon background color of the toggle",
48539
- "name": "--mdc-toggle-icon-background-color"
48540
- },
48541
- {
48542
- "description": "Font size for the label text.",
48543
- "name": "--mdc-label-font-size",
48544
- "inheritedFrom": {
48545
- "name": "FormfieldWrapper",
48546
- "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
48547
- }
48548
- },
48549
- {
48550
- "description": "Font weight for the label text.",
48551
- "name": "--mdc-label-font-weight",
48552
- "inheritedFrom": {
48553
- "name": "FormfieldWrapper",
48554
- "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
48555
- }
48556
- },
48557
- {
48558
- "description": "Line height for the label text.",
48559
- "name": "--mdc-label-line-height",
48560
- "inheritedFrom": {
48561
- "name": "FormfieldWrapper",
48562
- "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
48563
- }
48564
- },
48565
- {
48566
- "description": "Color for the label text.",
48567
- "name": "--mdc-label-color",
48568
- "inheritedFrom": {
48569
- "name": "FormfieldWrapper",
48570
- "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
48571
- }
48572
- },
48573
- {
48574
- "description": "Font size for the help text.",
48575
- "name": "--mdc-help-text-font-size",
48576
- "inheritedFrom": {
48577
- "name": "FormfieldWrapper",
48578
- "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
48579
- }
48580
- },
48581
- {
48582
- "description": "Font weight for the help text.",
48583
- "name": "--mdc-help-text-font-weight",
48584
- "inheritedFrom": {
48585
- "name": "FormfieldWrapper",
48586
- "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
48587
- }
48588
- },
48589
- {
48590
- "description": "Line height for the help text.",
48591
- "name": "--mdc-help-text-line-height",
48592
- "inheritedFrom": {
48593
- "name": "FormfieldWrapper",
48594
- "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
48595
- }
48596
- },
48597
- {
48598
- "description": "Color for the help text.",
48599
- "name": "--mdc-help-text-color",
48600
- "inheritedFrom": {
48601
- "name": "FormfieldWrapper",
48602
- "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
48603
- }
48604
- },
48605
- {
48606
- "description": "Color for the required indicator text.",
48607
- "name": "--mdc-required-indicator-color",
48608
- "inheritedFrom": {
48609
- "name": "FormfieldWrapper",
48610
- "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
48611
- }
48612
- }
48613
- ],
48614
48528
  "cssParts": [
48615
48529
  {
48616
48530
  "description": "The label element.",
@@ -48677,11 +48591,11 @@
48677
48591
  }
48678
48592
  },
48679
48593
  {
48680
- "description": "The static-toggle element that wraps the toggle input.",
48594
+ "description": "The statictoggle that provides the visual toggle switch appearance.",
48681
48595
  "name": "static-toggle"
48682
48596
  },
48683
48597
  {
48684
- "description": "The native checkbox input element styled as a toggle switch.",
48598
+ "description": "The native checkbox input element that provides the interactive functionality.",
48685
48599
  "name": "toggle-input"
48686
48600
  }
48687
48601
  ],
@@ -48708,7 +48622,7 @@
48708
48622
  "text": "boolean"
48709
48623
  },
48710
48624
  "default": "false",
48711
- "description": "Determines whether the toggle is active or inactive.",
48625
+ "description": "Controls the state of the toggle switch.\nWhen true, the toggle is in the \"on\" or \"active\" state.\nWhen false, the toggle is in the \"off\" or \"inactive\" state.",
48712
48626
  "attribute": "checked",
48713
48627
  "reflects": true
48714
48628
  },
@@ -48755,40 +48669,6 @@
48755
48669
  "module": "components/formfieldwrapper/formfieldwrapper.component.js"
48756
48670
  }
48757
48671
  },
48758
- {
48759
- "kind": "method",
48760
- "name": "handleChange",
48761
- "privacy": "private",
48762
- "parameters": [
48763
- {
48764
- "name": "event",
48765
- "type": {
48766
- "text": "Event"
48767
- }
48768
- }
48769
- ],
48770
- "description": "Toggles the state of the toggle element.\nand dispatch the new change event."
48771
- },
48772
- {
48773
- "kind": "method",
48774
- "name": "handleKeyDown",
48775
- "privacy": "private",
48776
- "return": {
48777
- "type": {
48778
- "text": "void"
48779
- }
48780
- },
48781
- "parameters": [
48782
- {
48783
- "name": "event",
48784
- "type": {
48785
- "text": "KeyboardEvent"
48786
- },
48787
- "description": "The keyboard event."
48788
- }
48789
- ],
48790
- "description": "Handles the keydown event on the toggle element.\nWhen the user presses Enter, the form is submitted."
48791
- },
48792
48672
  {
48793
48673
  "kind": "field",
48794
48674
  "name": "helpText",
@@ -48846,12 +48726,6 @@
48846
48726
  "module": "components/formfieldwrapper/formfieldwrapper.component.js"
48847
48727
  }
48848
48728
  },
48849
- {
48850
- "kind": "method",
48851
- "name": "manageRequired",
48852
- "privacy": "private",
48853
- "description": "Manages the required state of the checkbox.\nIf the checkbox is not checked and the required property is set, then the checkbox is invalid.\nIf the validationMessage is set, it will be used as the custom validity message.\nIf the validationMessage is not set, it will clear the custom validity message."
48854
- },
48855
48729
  {
48856
48730
  "kind": "field",
48857
48731
  "name": "name",
@@ -48980,27 +48854,6 @@
48980
48854
  "module": "components/formfieldwrapper/formfieldwrapper.component.js"
48981
48855
  }
48982
48856
  },
48983
- {
48984
- "kind": "method",
48985
- "name": "setFormValue",
48986
- "privacy": "private",
48987
- "description": "Updates the form value to reflect the current state of the toggle.\nIf toggle is switched on, the value is set to either the user-provided value or 'isActive' if no value is provided.\nIf toggle is switched off, the value is set to null."
48988
- },
48989
- {
48990
- "kind": "method",
48991
- "name": "setToggleSize",
48992
- "privacy": "private",
48993
- "parameters": [
48994
- {
48995
- "name": "size",
48996
- "type": {
48997
- "text": "ToggleSize"
48998
- },
48999
- "description": "The size to set."
49000
- }
49001
- ],
49002
- "description": "Sets the size attribute for the toggle component.\nIf the provided size is not included in the TOGGLE_SIZE,\nit defaults to the value specified in DEFAULTS.SIZE."
49003
- },
49004
48857
  {
49005
48858
  "kind": "method",
49006
48859
  "name": "setValidity",
@@ -49021,7 +48874,7 @@
49021
48874
  "type": {
49022
48875
  "text": "ToggleSize"
49023
48876
  },
49024
- "description": "Determines toggle size in rem (height is specified here).\n- **Default**: 1.5\n- **Compact**: 1",
48877
+ "description": "Specifies the size of the toggle component.\n- **default**: Standard size with 1.5rem height - suitable for most use cases\n- **compact**: Smaller size with 1rem height - ideal for space-constrained layouts",
49025
48878
  "default": "default",
49026
48879
  "attribute": "size",
49027
48880
  "reflects": true
@@ -49041,24 +48894,13 @@
49041
48894
  "module": "components/formfieldwrapper/formfieldwrapper.component.js"
49042
48895
  }
49043
48896
  },
49044
- {
49045
- "kind": "method",
49046
- "name": "toggleState",
49047
- "privacy": "private",
49048
- "return": {
49049
- "type": {
49050
- "text": "void"
49051
- }
49052
- },
49053
- "description": "Toggles the state of the toggle element.\nIf the element is not disabled, soft-disabled, or readonly, then the checked property is toggled."
49054
- },
49055
48897
  {
49056
48898
  "kind": "field",
49057
48899
  "name": "toggletipPlacement",
49058
48900
  "type": {
49059
48901
  "text": "PopoverPlacement"
49060
48902
  },
49061
- "description": "The placement of the toggletip that is displayed when the info icon is hovered.",
48903
+ "description": "The placement of the toggletip that is displayed when the info icon is clicked or pressed.",
49062
48904
  "default": "'top'",
49063
48905
  "attribute": "toggletip-placement",
49064
48906
  "reflects": true,
@@ -49073,7 +48915,7 @@
49073
48915
  "type": {
49074
48916
  "text": "PopoverStrategy"
49075
48917
  },
49076
- "description": "The strategy of the toggletip that is displayed when the info icon is hovered.",
48918
+ "description": "The positioning strategy for the toggletip.\n- **absolute**: Positioned relative to the nearest positioned ancestor.\n- **fixed**: Positioned relative to the viewport.",
49077
48919
  "default": "'absolute'",
49078
48920
  "attribute": "toggletip-strategy",
49079
48921
  "reflects": true,
@@ -49088,7 +48930,7 @@
49088
48930
  "type": {
49089
48931
  "text": "string | undefined"
49090
48932
  },
49091
- "description": "The toggletip text that is displayed when the label is hovered.\nIt is used to provide additional information about the label.",
48933
+ "description": "The toggletip text that is displayed when the info icon is clicked or pressed.\nIt is used to provide additional information about the label.",
49092
48934
  "attribute": "toggletip-text",
49093
48935
  "reflects": true,
49094
48936
  "inheritedFrom": {
@@ -49171,7 +49013,7 @@
49171
49013
  "text": "boolean"
49172
49014
  },
49173
49015
  "default": "false",
49174
- "description": "Determines whether the toggle is active or inactive.",
49016
+ "description": "Controls the state of the toggle switch.\nWhen true, the toggle is in the \"on\" or \"active\" state.\nWhen false, the toggle is in the \"off\" or \"inactive\" state.",
49175
49017
  "fieldName": "checked"
49176
49018
  },
49177
49019
  {
@@ -49179,7 +49021,7 @@
49179
49021
  "type": {
49180
49022
  "text": "ToggleSize"
49181
49023
  },
49182
- "description": "Determines toggle size in rem (height is specified here).\n- **Default**: 1.5\n- **Compact**: 1",
49024
+ "description": "Specifies the size of the toggle component.\n- **default**: Standard size with 1.5rem height - suitable for most use cases\n- **compact**: Smaller size with 1rem height - ideal for space-constrained layouts",
49183
49025
  "default": "default",
49184
49026
  "fieldName": "size"
49185
49027
  },
@@ -49315,7 +49157,7 @@
49315
49157
  "type": {
49316
49158
  "text": "string | undefined"
49317
49159
  },
49318
- "description": "The toggletip text that is displayed when the label is hovered.\nIt is used to provide additional information about the label.",
49160
+ "description": "The toggletip text that is displayed when the info icon is clicked or pressed.\nIt is used to provide additional information about the label.",
49319
49161
  "fieldName": "toggletipText",
49320
49162
  "inheritedFrom": {
49321
49163
  "name": "FormfieldWrapper",
@@ -49327,7 +49169,7 @@
49327
49169
  "type": {
49328
49170
  "text": "PopoverPlacement"
49329
49171
  },
49330
- "description": "The placement of the toggletip that is displayed when the info icon is hovered.",
49172
+ "description": "The placement of the toggletip that is displayed when the info icon is clicked or pressed.",
49331
49173
  "default": "'top'",
49332
49174
  "fieldName": "toggletipPlacement",
49333
49175
  "inheritedFrom": {
@@ -49340,7 +49182,7 @@
49340
49182
  "type": {
49341
49183
  "text": "PopoverStrategy"
49342
49184
  },
49343
- "description": "The strategy of the toggletip that is displayed when the info icon is hovered.",
49185
+ "description": "The positioning strategy for the toggletip.\n- **absolute**: Positioned relative to the nearest positioned ancestor.\n- **fixed**: Positioned relative to the viewport.",
49344
49186
  "default": "'absolute'",
49345
49187
  "fieldName": "toggletipStrategy",
49346
49188
  "inheritedFrom": {
@@ -49406,7 +49248,7 @@
49406
49248
  "module": "/src/components/formfieldwrapper"
49407
49249
  },
49408
49250
  "tagName": "mdc-toggle",
49409
- "jsDoc": "/**\n * Toggle Component is an interactive control used to switch between two mutually exclusive options,\n * such as On/Off, Active/Inactive. These are commonly used in settings panels, forms, and preference selections\n * where users need to enable or disable a feature.\n * It contains an optional label and an optional helper text.\n *\n * To create a group of toggles, use the FormFieldGroup component.\n *\n * Note: It internally renders a checkbox styled as a toggle switch.\n *\n * @dependency mdc-button\n * @dependency mdc-icon\n * @dependency mdc-statictoggle\n * @dependency mdc-text\n * @dependency mdc-toggletip\n *\n * @tagname mdc-toggle\n *\n * @event change - (React: onChange) Event that gets dispatched when the toggle state changes.\n * @event focus - (React: onFocus) Event that gets dispatched when the toggle receives focus.\n *\n * @cssproperty --mdc-toggle-width - The width of the toggle\n * @cssproperty --mdc-toggle-height - The height of the toggle\n * @cssproperty --mdc-toggle-border-radius - The border radius of the toggle\n * @cssproperty --mdc-toggle-border-color - The border color of the toggle\n * @cssproperty --mdc-toggle-background-color - The background color of the toggle\n * @cssproperty --mdc-toggle-icon-color - The icon color of the toggle\n * @cssproperty --mdc-toggle-icon-background-color - The icon background color of the toggle\n *\n * @csspart label - The label element.\n * @csspart label-text - The container for the label and required indicator elements.\n * @csspart required-indicator - The required indicator element that is displayed next to the label when the `required` property is set to true.\n * @csspart info-icon-btn - The info icon button element that is displayed next to the label when the `toggletip-text` property is set.\n * @csspart label-toggletip - The toggletip element that is displayed when the info icon button is clicked.\n * @csspart help-text - The helper/validation text element.\n * @csspart helper-icon - The helper/validation icon element that is displayed next to the helper/validation text.\n * @csspart help-text-container - The container for the helper/validation icon and text elements.\n * @csspart static-toggle - The static-toggle element that wraps the toggle input.\n * @csspart toggle-input - The native checkbox input element styled as a toggle switch.\n */",
49251
+ "jsDoc": "/**\n * The Toggle component is an interactive control used to switch between two mutually exclusive states,\n * such as On/Off or Active/Inactive. It is commonly used in settings panels, forms, and preference selections\n * where users need to enable or disable a feature.\n *\n * To create a group of toggles, use the `mdc-formfieldgroup` component.\n *\n * **Note:** This component internally renders a native checkbox input element styled as a toggle switch.\n *\n * ## When to use\n * Use toggles for binary choices where the change takes effect immediately, such as enabling/disabling settings or features.\n *\n * ## Accessibility\n * - Provide clear labels that describe what the toggle controls\n * - Use `data-aria-label` when a visual label is not present\n * - Keyboard navigation: Space to toggle, Tab to navigate, Enter to submit form\n *\n * ## Styling\n * Use the `static-toggle` part to apply custom styles to the toggle switch visual element.\n * This part exposes the underlying [StaticToggle](?path=/docs/components-decorator-statictoggle--docs) component for advanced styling.\n *\n * @dependency mdc-button\n * @dependency mdc-icon\n * @dependency mdc-statictoggle\n * @dependency mdc-text\n * @dependency mdc-toggletip\n *\n * @tagname mdc-toggle\n *\n * @event change - (React: onChange) Event that gets dispatched when the toggle state changes.\n * @event focus - (React: onFocus) Event that gets dispatched when the toggle receives focus.\n *\n * @csspart label - The label element.\n * @csspart label-text - The container for the label and required indicator elements.\n * @csspart required-indicator - The required indicator element that is displayed next to the label when the `required` property is set to true.\n * @csspart info-icon-btn - The info icon button element that is displayed next to the label when the `toggletip-text` property is set.\n * @csspart label-toggletip - The toggletip element that is displayed when the info icon button is clicked.\n * @csspart help-text - The helper/validation text element.\n * @csspart helper-icon - The helper/validation icon element that is displayed next to the helper/validation text.\n * @csspart help-text-container - The container for the helper/validation icon and text elements.\n * @csspart static-toggle - The statictoggle that provides the visual toggle switch appearance.\n * @csspart toggle-input - The native checkbox input element that provides the interactive functionality.\n */",
49410
49252
  "customElement": true,
49411
49253
  "slots": [
49412
49254
  {
@@ -49441,6 +49283,80 @@
49441
49283
  "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
49442
49284
  }
49443
49285
  }
49286
+ ],
49287
+ "cssProperties": [
49288
+ {
49289
+ "description": "Font size for the label text.",
49290
+ "name": "--mdc-label-font-size",
49291
+ "inheritedFrom": {
49292
+ "name": "FormfieldWrapper",
49293
+ "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
49294
+ }
49295
+ },
49296
+ {
49297
+ "description": "Font weight for the label text.",
49298
+ "name": "--mdc-label-font-weight",
49299
+ "inheritedFrom": {
49300
+ "name": "FormfieldWrapper",
49301
+ "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
49302
+ }
49303
+ },
49304
+ {
49305
+ "description": "Line height for the label text.",
49306
+ "name": "--mdc-label-line-height",
49307
+ "inheritedFrom": {
49308
+ "name": "FormfieldWrapper",
49309
+ "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
49310
+ }
49311
+ },
49312
+ {
49313
+ "description": "Color for the label text.",
49314
+ "name": "--mdc-label-color",
49315
+ "inheritedFrom": {
49316
+ "name": "FormfieldWrapper",
49317
+ "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
49318
+ }
49319
+ },
49320
+ {
49321
+ "description": "Font size for the help text.",
49322
+ "name": "--mdc-help-text-font-size",
49323
+ "inheritedFrom": {
49324
+ "name": "FormfieldWrapper",
49325
+ "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
49326
+ }
49327
+ },
49328
+ {
49329
+ "description": "Font weight for the help text.",
49330
+ "name": "--mdc-help-text-font-weight",
49331
+ "inheritedFrom": {
49332
+ "name": "FormfieldWrapper",
49333
+ "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
49334
+ }
49335
+ },
49336
+ {
49337
+ "description": "Line height for the help text.",
49338
+ "name": "--mdc-help-text-line-height",
49339
+ "inheritedFrom": {
49340
+ "name": "FormfieldWrapper",
49341
+ "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
49342
+ }
49343
+ },
49344
+ {
49345
+ "description": "Color for the help text.",
49346
+ "name": "--mdc-help-text-color",
49347
+ "inheritedFrom": {
49348
+ "name": "FormfieldWrapper",
49349
+ "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
49350
+ }
49351
+ },
49352
+ {
49353
+ "description": "Color for the required indicator text.",
49354
+ "name": "--mdc-required-indicator-color",
49355
+ "inheritedFrom": {
49356
+ "name": "FormfieldWrapper",
49357
+ "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
49358
+ }
49359
+ }
49444
49360
  ]
49445
49361
  }
49446
49362
  ],
@@ -55203,7 +55119,7 @@
55203
55119
  "type": {
55204
55120
  "text": "CardOrientation"
55205
55121
  },
55206
- "description": "The orientation of the card. It can either be set to 'vertical' or 'horizontal'",
55122
+ "description": "The orientation of the card.\n- `vertical`: Card in vertical layout with min-width of 20rem (default)\n- `horizontal`: Card in horizontal layout with min-width of 40rem",
55207
55123
  "default": "'vertical'",
55208
55124
  "attribute": "orientation",
55209
55125
  "reflects": true
@@ -55280,7 +55196,7 @@
55280
55196
  "type": {
55281
55197
  "text": "CardVariant"
55282
55198
  },
55283
- "description": "The variant of the card. It can either be set to 'border' or 'ghost'",
55199
+ "description": "The variant of the card that represents the border styling.\n- `border`: Card with border (default)\n- `ghost`: Card without border\n- `promotional`: Card with promotional styling",
55284
55200
  "default": "'border'",
55285
55201
  "attribute": "variant",
55286
55202
  "reflects": true
@@ -55328,7 +55244,7 @@
55328
55244
  "type": {
55329
55245
  "text": "CardVariant"
55330
55246
  },
55331
- "description": "The variant of the card. It can either be set to 'border' or 'ghost'",
55247
+ "description": "The variant of the card that represents the border styling.\n- `border`: Card with border (default)\n- `ghost`: Card without border\n- `promotional`: Card with promotional styling",
55332
55248
  "default": "'border'",
55333
55249
  "fieldName": "variant"
55334
55250
  },
@@ -55337,7 +55253,7 @@
55337
55253
  "type": {
55338
55254
  "text": "CardOrientation"
55339
55255
  },
55340
- "description": "The orientation of the card. It can either be set to 'vertical' or 'horizontal'",
55256
+ "description": "The orientation of the card.\n- `vertical`: Card in vertical layout with min-width of 20rem (default)\n- `horizontal`: Card in horizontal layout with min-width of 40rem",
55341
55257
  "default": "'vertical'",
55342
55258
  "fieldName": "orientation"
55343
55259
  },