@momentum-design/components 0.84.3 → 0.84.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (185) hide show
  1. package/README.md +8 -3
  2. package/dist/browser/index.js +2241 -2299
  3. package/dist/browser/index.js.map +4 -4
  4. package/dist/components/alertchip/alertchip.component.d.ts +1 -1
  5. package/dist/components/alertchip/alertchip.component.js +2 -2
  6. package/dist/components/alertchip/alertchip.styles.js +22 -23
  7. package/dist/components/alertchip/alertchip.types.d.ts +1 -1
  8. package/dist/components/animation/animation.component.js +1 -1
  9. package/dist/components/animation/animation.styles.js +8 -5
  10. package/dist/components/appheader/appheader.component.js +12 -13
  11. package/dist/components/appheader/appheader.styles.js +0 -1
  12. package/dist/components/avatar/avatar.component.js +3 -16
  13. package/dist/components/avatar/avatar.constants.d.ts +1 -1
  14. package/dist/components/avatar/avatar.constants.js +1 -1
  15. package/dist/components/avatar/avatar.styles.js +129 -122
  16. package/dist/components/avatar/avatar.types.d.ts +1 -1
  17. package/dist/components/avatar/avatar.utils.d.ts +1 -1
  18. package/dist/components/avatar/avatar.utils.js +1 -1
  19. package/dist/components/avatarbutton/avatarbutton.component.d.ts +2 -2
  20. package/dist/components/avatarbutton/avatarbutton.component.js +2 -2
  21. package/dist/components/avatarbutton/avatarbutton.styles.js +34 -30
  22. package/dist/components/badge/badge.styles.js +9 -7
  23. package/dist/components/brandvisual/brandvisual.component.js +4 -4
  24. package/dist/components/bullet/bullet.component.d.ts +1 -1
  25. package/dist/components/bullet/bullet.component.js +2 -2
  26. package/dist/components/bullet/bullet.styles.js +3 -3
  27. package/dist/components/button/button.component.js +10 -4
  28. package/dist/components/button/button.utils.js +1 -1
  29. package/dist/components/buttongroup/buttongroup.component.js +1 -1
  30. package/dist/components/buttongroup/buttongroup.styles.js +68 -68
  31. package/dist/components/buttonlink/buttonlink.component.d.ts +5 -5
  32. package/dist/components/buttonlink/buttonlink.component.js +9 -9
  33. package/dist/components/buttonsimple/buttonsimple.component.js +2 -2
  34. package/dist/components/buttonsimple/buttonsimple.constants.d.ts +1 -1
  35. package/dist/components/buttonsimple/buttonsimple.constants.js +1 -1
  36. package/dist/components/buttonsimple/buttonsimple.styles.js +62 -57
  37. package/dist/components/card/card.component.d.ts +6 -6
  38. package/dist/components/card/card.component.js +15 -16
  39. package/dist/components/card/card.styles.js +24 -22
  40. package/dist/components/cardbutton/cardbutton.component.js +9 -12
  41. package/dist/components/cardbutton/cardbutton.styles.js +1 -1
  42. package/dist/components/cardcheckbox/cardcheckbox.component.d.ts +6 -6
  43. package/dist/components/cardcheckbox/cardcheckbox.component.js +30 -29
  44. package/dist/components/cardcheckbox/cardcheckbox.styles.js +10 -10
  45. package/dist/components/cardradio/cardradio.component.d.ts +12 -12
  46. package/dist/components/cardradio/cardradio.component.js +27 -30
  47. package/dist/components/cardradio/cardradio.styles.js +8 -8
  48. package/dist/components/checkbox/checkbox.component.js +7 -9
  49. package/dist/components/checkbox/checkbox.styles.js +62 -60
  50. package/dist/components/chip/chip.component.d.ts +1 -1
  51. package/dist/components/chip/chip.component.js +6 -11
  52. package/dist/components/chip/chip.styles.js +4 -2
  53. package/dist/components/dialog/dialog.component.d.ts +7 -2
  54. package/dist/components/dialog/dialog.component.js +43 -33
  55. package/dist/components/dialog/dialog.constants.d.ts +1 -0
  56. package/dist/components/dialog/dialog.constants.js +1 -0
  57. package/dist/components/dialog/dialog.styles.js +10 -12
  58. package/dist/components/divider/divider.component.js +6 -8
  59. package/dist/components/divider/divider.constants.d.ts +1 -1
  60. package/dist/components/divider/divider.constants.js +1 -1
  61. package/dist/components/divider/divider.styles.js +5 -20
  62. package/dist/components/filterchip/filterchip.styles.js +4 -2
  63. package/dist/components/formfieldgroup/formfieldgroup.component.js +1 -4
  64. package/dist/components/formfieldgroup/formfieldgroup.styles.js +1 -2
  65. package/dist/components/formfieldwrapper/formfieldwrapper.component.js +19 -17
  66. package/dist/components/formfieldwrapper/formfieldwrapper.styles.js +2 -1
  67. package/dist/components/formfieldwrapper/formfieldwrapper.subcomponent.js +4 -4
  68. package/dist/components/icon/icon.component.js +7 -7
  69. package/dist/components/icon/icon.utils.d.ts +1 -1
  70. package/dist/components/icon/icon.utils.js +7 -7
  71. package/dist/components/iconprovider/iconprovider.component.js +7 -7
  72. package/dist/components/input/input.component.d.ts +5 -5
  73. package/dist/components/input/input.component.js +64 -62
  74. package/dist/components/input/input.styles.js +128 -117
  75. package/dist/components/inputchip/inputchip.component.js +14 -19
  76. package/dist/components/inputchip/inputchip.styles.js +5 -3
  77. package/dist/components/link/link.component.d.ts +1 -1
  78. package/dist/components/link/link.component.js +4 -8
  79. package/dist/components/link/link.constants.d.ts +1 -1
  80. package/dist/components/link/link.constants.js +1 -1
  81. package/dist/components/link/link.styles.js +12 -12
  82. package/dist/components/linksimple/linksimple.component.js +2 -4
  83. package/dist/components/linksimple/linksimple.styles.js +59 -57
  84. package/dist/components/list/list.component.js +12 -9
  85. package/dist/components/listitem/listitem.component.js +15 -11
  86. package/dist/components/listitem/listitem.styles.js +11 -6
  87. package/dist/components/marker/marker.component.js +1 -1
  88. package/dist/components/marker/marker.styles.js +2 -2
  89. package/dist/components/menubar/menubar.component.d.ts +19 -19
  90. package/dist/components/menubar/menubar.component.js +19 -19
  91. package/dist/components/menuitem/menuitem.component.js +15 -15
  92. package/dist/components/menuitem/menuitem.styles.js +3 -2
  93. package/dist/components/menuitemcheckbox/menuitemcheckbox.component.d.ts +1 -1
  94. package/dist/components/menuitemcheckbox/menuitemcheckbox.component.js +4 -11
  95. package/dist/components/menuitemradio/menuitemradio.component.js +1 -1
  96. package/dist/components/menupopover/menupopover.component.js +11 -11
  97. package/dist/components/menupopover/menupopover.utils.d.ts +1 -1
  98. package/dist/components/menupopover/menupopover.utils.js +3 -8
  99. package/dist/components/navitem/navitem.component.js +11 -19
  100. package/dist/components/navitem/navitem.styles.js +147 -143
  101. package/dist/components/navitemlist/navitemlist.component.js +2 -2
  102. package/dist/components/optgroup/optgroup.component.js +12 -9
  103. package/dist/components/option/option.component.js +11 -11
  104. package/dist/components/option/option.styles.js +1 -1
  105. package/dist/components/popover/popover.component.js +4 -4
  106. package/dist/components/popover/popover.stack.js +1 -1
  107. package/dist/components/popover/popover.styles.js +0 -1
  108. package/dist/components/popover/popover.utils.js +3 -4
  109. package/dist/components/presence/presence.component.d.ts +4 -4
  110. package/dist/components/presence/presence.component.js +4 -4
  111. package/dist/components/progressbar/progressbar.component.js +3 -4
  112. package/dist/components/progressbar/progressbar.styles.js +77 -71
  113. package/dist/components/progressspinner/progressspiner.utils.js +4 -4
  114. package/dist/components/progressspinner/progressspinner.component.js +38 -37
  115. package/dist/components/progressspinner/progressspinner.styles.js +1 -1
  116. package/dist/components/radio/radio.component.d.ts +41 -41
  117. package/dist/components/radio/radio.component.js +84 -83
  118. package/dist/components/radio/radio.styles.js +77 -75
  119. package/dist/components/radiogroup/radiogroup.component.js +1 -1
  120. package/dist/components/screenreaderannouncer/screenreaderannouncer.component.js +2 -2
  121. package/dist/components/screenreaderannouncer/screenreaderannouncer.styles.js +8 -6
  122. package/dist/components/searchfield/searchfield.component.js +23 -17
  123. package/dist/components/searchfield/searchfield.styles.js +11 -13
  124. package/dist/components/select/select.component.js +20 -23
  125. package/dist/components/select/select.styles.js +9 -9
  126. package/dist/components/sidenavigation/sidenavigation.component.d.ts +6 -6
  127. package/dist/components/sidenavigation/sidenavigation.component.js +39 -29
  128. package/dist/components/sidenavigation/sidenavigation.context.js +5 -5
  129. package/dist/components/sidenavigation/sidenavigation.styles.js +53 -53
  130. package/dist/components/skeleton/skeleton.component.js +1 -4
  131. package/dist/components/skeleton/skeleton.constants.d.ts +1 -1
  132. package/dist/components/skeleton/skeleton.constants.js +1 -1
  133. package/dist/components/skeleton/skeleton.styles.js +4 -4
  134. package/dist/components/spinner/spinner.component.d.ts +7 -7
  135. package/dist/components/spinner/spinner.component.js +9 -9
  136. package/dist/components/spinner/spinner.styles.js +58 -53
  137. package/dist/components/staticcheckbox/staticcheckbox.component.js +10 -8
  138. package/dist/components/staticcheckbox/staticcheckbox.styles.js +52 -51
  139. package/dist/components/staticradio/staticradio.component.d.ts +8 -8
  140. package/dist/components/staticradio/staticradio.component.js +10 -11
  141. package/dist/components/staticradio/staticradio.styles.js +77 -75
  142. package/dist/components/statictoggle/statictoggle.component.d.ts +3 -3
  143. package/dist/components/statictoggle/statictoggle.component.js +3 -3
  144. package/dist/components/statictoggle/statictoggle.styles.js +71 -68
  145. package/dist/components/tab/tab.component.d.ts +1 -1
  146. package/dist/components/tab/tab.component.js +2 -2
  147. package/dist/components/tab/tab.styles.js +247 -245
  148. package/dist/components/tablist/tablist.component.js +11 -15
  149. package/dist/components/tablist/tablist.styles.js +27 -25
  150. package/dist/components/tablist/tablist.types.d.ts +1 -1
  151. package/dist/components/tablist/tablist.utils.js +4 -4
  152. package/dist/components/text/fonts.styles.js +49 -49
  153. package/dist/components/text/text.component.js +21 -11
  154. package/dist/components/text/text.types.d.ts +1 -1
  155. package/dist/components/textarea/textarea.component.d.ts +31 -31
  156. package/dist/components/textarea/textarea.component.js +54 -61
  157. package/dist/components/textarea/textarea.styles.js +123 -122
  158. package/dist/components/themeprovider/themeprovider.component.js +1 -1
  159. package/dist/components/themeprovider/themeprovider.styles.js +4 -4
  160. package/dist/components/toggle/toggle.component.d.ts +35 -35
  161. package/dist/components/toggle/toggle.component.js +62 -63
  162. package/dist/components/toggle/toggle.styles.js +77 -69
  163. package/dist/components/toggletip/toggletip.component.d.ts +7 -7
  164. package/dist/components/toggletip/toggletip.component.js +3 -2
  165. package/dist/components/tooltip/tooltip.component.js +1 -1
  166. package/dist/components/tooltip/tooltip.styles.js +0 -1
  167. package/dist/components/virtualizedlist/virtualizedlist.component.js +6 -14
  168. package/dist/components/virtualizedlist/virtualizedlist.helper.test.d.ts +1 -1
  169. package/dist/components/virtualizedlist/virtualizedlist.helper.test.js +14 -11
  170. package/dist/components/virtualizedlist/virtualizedlist.styles.js +4 -4
  171. package/dist/custom-elements.json +239 -228
  172. package/dist/index.js +1 -0
  173. package/dist/models/component/index.d.ts +1 -1
  174. package/dist/models/index.d.ts +2 -2
  175. package/dist/models/index.js +1 -1
  176. package/dist/react/index.d.ts +3 -3
  177. package/dist/react/index.js +3 -3
  178. package/dist/utils/mixins/ButtonComponentMixin.js +10 -10
  179. package/dist/utils/mixins/CardAndDialogFooterMixin.js +21 -22
  180. package/dist/utils/mixins/FocusTrapMixin.js +15 -12
  181. package/dist/utils/mixins/IconNameMixin.d.ts +1 -1
  182. package/dist/utils/mixins/MenuMixin.js +23 -23
  183. package/dist/utils/mixins/PreventScrollMixin.d.ts +1 -1
  184. package/dist/utils/styles/index.js +12 -12
  185. package/package.json +1 -1
@@ -1707,110 +1707,6 @@
1707
1707
  }
1708
1708
  ]
1709
1709
  },
1710
- {
1711
- "kind": "javascript-module",
1712
- "path": "components/brandvisual/brandvisual.component.js",
1713
- "declarations": [
1714
- {
1715
- "kind": "class",
1716
- "description": "The `mdc-brandvisual` component is responsible for rendering logos dynamically & ensures they are\ndisplayed correctly within applications.\n\nFeatures:\n- Dynamically loads brandvisuals based on the `name` attribute.\n- Emits a `load` event when the brandvisual is successfully fetched.\n- Emits an `error` event when the brandvisual import fails.\n- Supports accessibility best practices.\n- Used for brand representation within the design system.",
1717
- "name": "Brandvisual",
1718
- "members": [
1719
- {
1720
- "kind": "field",
1721
- "name": "brandVisualData",
1722
- "type": {
1723
- "text": "HTMLElement | undefined"
1724
- },
1725
- "privacy": "private"
1726
- },
1727
- {
1728
- "kind": "field",
1729
- "name": "name",
1730
- "type": {
1731
- "text": "BrandVisualNames | undefined"
1732
- },
1733
- "description": "Name of the brandVisual (= filename)",
1734
- "attribute": "name",
1735
- "reflects": true
1736
- },
1737
- {
1738
- "kind": "method",
1739
- "name": "getBrandVisualData",
1740
- "privacy": "private"
1741
- },
1742
- {
1743
- "kind": "method",
1744
- "name": "handleBrandVisualLoadedSuccess",
1745
- "privacy": "private",
1746
- "parameters": [
1747
- {
1748
- "name": "brandVisualHtml",
1749
- "type": {
1750
- "text": "HTMLElement"
1751
- },
1752
- "description": "The brandvisual html element which has been fetched from the brandvisual provider."
1753
- }
1754
- ],
1755
- "description": "Sets the brandVisualData state to the fetched brandvisual.\nDispatches a 'load' event on the component once the brandvisual has been successfully loaded."
1756
- },
1757
- {
1758
- "kind": "method",
1759
- "name": "handleBrandVisualLoadedFailure",
1760
- "privacy": "private",
1761
- "parameters": [
1762
- {
1763
- "name": "error",
1764
- "type": {
1765
- "text": "unknown"
1766
- }
1767
- }
1768
- ],
1769
- "description": "Dispatches an 'error' event on the component when the brandvisual import has failed.\nThis event bubbles and is cancelable.\nThe error detail is set to the error object."
1770
- }
1771
- ],
1772
- "events": [
1773
- {
1774
- "description": "(React: onLoad) This event is dispatched when the brandvisual has been successfully loaded.",
1775
- "name": "load",
1776
- "reactName": "onLoad"
1777
- },
1778
- {
1779
- "description": "(React: onError) This event is dispatched when the brandvisual fetching has failed.",
1780
- "name": "error",
1781
- "reactName": "onError"
1782
- }
1783
- ],
1784
- "attributes": [
1785
- {
1786
- "name": "name",
1787
- "type": {
1788
- "text": "BrandVisualNames | undefined"
1789
- },
1790
- "description": "Name of the brandVisual (= filename)",
1791
- "fieldName": "name"
1792
- }
1793
- ],
1794
- "superclass": {
1795
- "name": "Component",
1796
- "module": "/src/models"
1797
- },
1798
- "tagName": "mdc-brandvisual",
1799
- "jsDoc": "/**\n * The `mdc-brandvisual` component is responsible for rendering logos dynamically & ensures they are\n * displayed correctly within applications.\n *\n * Features:\n * - Dynamically loads brandvisuals based on the `name` attribute.\n * - Emits a `load` event when the brandvisual is successfully fetched.\n * - Emits an `error` event when the brandvisual import fails.\n * - Supports accessibility best practices.\n * - Used for brand representation within the design system.\n *\n * @tagname mdc-brandvisual\n *\n * @event load - (React: onLoad) This event is dispatched when the brandvisual has been successfully loaded.\n * @event error - (React: onError) This event is dispatched when the brandvisual fetching has failed.\n *\n */",
1800
- "customElement": true
1801
- }
1802
- ],
1803
- "exports": [
1804
- {
1805
- "kind": "js",
1806
- "name": "default",
1807
- "declaration": {
1808
- "name": "Brandvisual",
1809
- "module": "components/brandvisual/brandvisual.component.js"
1810
- }
1811
- }
1812
- ]
1813
- },
1814
1710
  {
1815
1711
  "kind": "javascript-module",
1816
1712
  "path": "components/badge/badge.component.js",
@@ -2132,6 +2028,110 @@
2132
2028
  }
2133
2029
  ]
2134
2030
  },
2031
+ {
2032
+ "kind": "javascript-module",
2033
+ "path": "components/brandvisual/brandvisual.component.js",
2034
+ "declarations": [
2035
+ {
2036
+ "kind": "class",
2037
+ "description": "The `mdc-brandvisual` component is responsible for rendering logos dynamically & ensures they are\ndisplayed correctly within applications.\n\nFeatures:\n- Dynamically loads brandvisuals based on the `name` attribute.\n- Emits a `load` event when the brandvisual is successfully fetched.\n- Emits an `error` event when the brandvisual import fails.\n- Supports accessibility best practices.\n- Used for brand representation within the design system.",
2038
+ "name": "Brandvisual",
2039
+ "members": [
2040
+ {
2041
+ "kind": "field",
2042
+ "name": "brandVisualData",
2043
+ "type": {
2044
+ "text": "HTMLElement | undefined"
2045
+ },
2046
+ "privacy": "private"
2047
+ },
2048
+ {
2049
+ "kind": "field",
2050
+ "name": "name",
2051
+ "type": {
2052
+ "text": "BrandVisualNames | undefined"
2053
+ },
2054
+ "description": "Name of the brandVisual (= filename)",
2055
+ "attribute": "name",
2056
+ "reflects": true
2057
+ },
2058
+ {
2059
+ "kind": "method",
2060
+ "name": "getBrandVisualData",
2061
+ "privacy": "private"
2062
+ },
2063
+ {
2064
+ "kind": "method",
2065
+ "name": "handleBrandVisualLoadedSuccess",
2066
+ "privacy": "private",
2067
+ "parameters": [
2068
+ {
2069
+ "name": "brandVisualHtml",
2070
+ "type": {
2071
+ "text": "HTMLElement"
2072
+ },
2073
+ "description": "The brandvisual html element which has been fetched from the brandvisual provider."
2074
+ }
2075
+ ],
2076
+ "description": "Sets the brandVisualData state to the fetched brandvisual.\nDispatches a 'load' event on the component once the brandvisual has been successfully loaded."
2077
+ },
2078
+ {
2079
+ "kind": "method",
2080
+ "name": "handleBrandVisualLoadedFailure",
2081
+ "privacy": "private",
2082
+ "parameters": [
2083
+ {
2084
+ "name": "error",
2085
+ "type": {
2086
+ "text": "unknown"
2087
+ }
2088
+ }
2089
+ ],
2090
+ "description": "Dispatches an 'error' event on the component when the brandvisual import has failed.\nThis event bubbles and is cancelable.\nThe error detail is set to the error object."
2091
+ }
2092
+ ],
2093
+ "events": [
2094
+ {
2095
+ "description": "(React: onLoad) This event is dispatched when the brandvisual has been successfully loaded.",
2096
+ "name": "load",
2097
+ "reactName": "onLoad"
2098
+ },
2099
+ {
2100
+ "description": "(React: onError) This event is dispatched when the brandvisual fetching has failed.",
2101
+ "name": "error",
2102
+ "reactName": "onError"
2103
+ }
2104
+ ],
2105
+ "attributes": [
2106
+ {
2107
+ "name": "name",
2108
+ "type": {
2109
+ "text": "BrandVisualNames | undefined"
2110
+ },
2111
+ "description": "Name of the brandVisual (= filename)",
2112
+ "fieldName": "name"
2113
+ }
2114
+ ],
2115
+ "superclass": {
2116
+ "name": "Component",
2117
+ "module": "/src/models"
2118
+ },
2119
+ "tagName": "mdc-brandvisual",
2120
+ "jsDoc": "/**\n * The `mdc-brandvisual` component is responsible for rendering logos dynamically & ensures they are\n * displayed correctly within applications.\n *\n * Features:\n * - Dynamically loads brandvisuals based on the `name` attribute.\n * - Emits a `load` event when the brandvisual is successfully fetched.\n * - Emits an `error` event when the brandvisual import fails.\n * - Supports accessibility best practices.\n * - Used for brand representation within the design system.\n *\n * @tagname mdc-brandvisual\n *\n * @event load - (React: onLoad) This event is dispatched when the brandvisual has been successfully loaded.\n * @event error - (React: onError) This event is dispatched when the brandvisual fetching has failed.\n *\n */",
2121
+ "customElement": true
2122
+ }
2123
+ ],
2124
+ "exports": [
2125
+ {
2126
+ "kind": "js",
2127
+ "name": "default",
2128
+ "declaration": {
2129
+ "name": "Brandvisual",
2130
+ "module": "components/brandvisual/brandvisual.component.js"
2131
+ }
2132
+ }
2133
+ ]
2134
+ },
2135
2135
  {
2136
2136
  "kind": "javascript-module",
2137
2137
  "path": "components/bullet/bullet.component.js",
@@ -2188,7 +2188,7 @@
2188
2188
  "module": "/src/models"
2189
2189
  },
2190
2190
  "tagName": "mdc-bullet",
2191
- "jsDoc": "/**\n * Bullet component, which is a visual marker\n * and be used to organize and present items in a list format.\n *\n * @tagname mdc-bullet\n *\n * @cssproperty --mdc-bullet-background-color - background color of the bullet\n * @cssproperty --mdc-bullet-size-small - small size value of the bullet\n * @cssproperty --mdc-bullet-size-medium - medium size value of the bullet\n * @cssproperty --mdc-bullet-size-large - large size value of the bullet\n*/",
2191
+ "jsDoc": "/**\n * Bullet component, which is a visual marker\n * and be used to organize and present items in a list format.\n *\n * @tagname mdc-bullet\n *\n * @cssproperty --mdc-bullet-background-color - background color of the bullet\n * @cssproperty --mdc-bullet-size-small - small size value of the bullet\n * @cssproperty --mdc-bullet-size-medium - medium size value of the bullet\n * @cssproperty --mdc-bullet-size-large - large size value of the bullet\n */",
2192
2192
  "customElement": true
2193
2193
  }
2194
2194
  ],
@@ -3045,7 +3045,7 @@
3045
3045
  "type": {
3046
3046
  "text": "PillButtonSize | IconButtonSize"
3047
3047
  },
3048
- "description": "ButtonLink sizing is based on the buttonlink type.\n - **Pill buttonlink**: 40, 32, 28, 24.\n - **Icon buttonlink**: 64, 52, 40, 32, 28, 24.\n - Tertiary icon buttonlink can also be 20.",
3048
+ "description": "ButtonLink sizing is based on the buttonlink type.\n- **Pill buttonlink**: 40, 32, 28, 24.\n- **Icon buttonlink**: 64, 52, 40, 32, 28, 24.\n- Tertiary icon buttonlink can also be 20.",
3049
3049
  "default": "32",
3050
3050
  "attribute": "size",
3051
3051
  "reflects": true
@@ -3390,7 +3390,7 @@
3390
3390
  "type": {
3391
3391
  "text": "PillButtonSize | IconButtonSize"
3392
3392
  },
3393
- "description": "ButtonLink sizing is based on the buttonlink type.\n - **Pill buttonlink**: 40, 32, 28, 24.\n - **Icon buttonlink**: 64, 52, 40, 32, 28, 24.\n - Tertiary icon buttonlink can also be 20.",
3393
+ "description": "ButtonLink sizing is based on the buttonlink type.\n- **Pill buttonlink**: 40, 32, 28, 24.\n- **Icon buttonlink**: 64, 52, 40, 32, 28, 24.\n- Tertiary icon buttonlink can also be 20.",
3394
3394
  "default": "32",
3395
3395
  "fieldName": "size"
3396
3396
  },
@@ -9671,8 +9671,10 @@
9671
9671
  "text": "boolean"
9672
9672
  },
9673
9673
  "privacy": "protected",
9674
- "description": "For now FocusTrap is always true as the dialog is a modal component only.\nThis means it will always trap focus within the dialog when it is open.",
9674
+ "description": "Determines whether the focus trap is enabled.\nIf true, focus will be restricted to the content within this component.\n\nNOTE: this should only be disabled in rare cases! By default a Modal Dialog\nshould trap focus always.",
9675
9675
  "default": "true",
9676
+ "attribute": "focus-trap",
9677
+ "reflects": true,
9676
9678
  "inheritedFrom": {
9677
9679
  "name": "FocusTrapMixin",
9678
9680
  "module": "utils/mixins/FocusTrapMixin.js"
@@ -10426,6 +10428,15 @@
10426
10428
  "default": "false",
10427
10429
  "fieldName": "disableAriaHasPopup"
10428
10430
  },
10431
+ {
10432
+ "name": "focus-trap",
10433
+ "type": {
10434
+ "text": "boolean"
10435
+ },
10436
+ "description": "Determines whether the focus trap is enabled.\nIf true, focus will be restricted to the content within this component.\n\nNOTE: this should only be disabled in rare cases! By default a Modal Dialog\nshould trap focus always.",
10437
+ "default": "true",
10438
+ "fieldName": "focusTrap"
10439
+ },
10429
10440
  {
10430
10441
  "name": "should-focus-trap-wrap",
10431
10442
  "type": {
@@ -15756,7 +15767,7 @@
15756
15767
  "module": "/src/models"
15757
15768
  },
15758
15769
  "tagName": "mdc-menubar",
15759
- "jsDoc": "/**\n * Menubar is a navigational menu component that provides a horizontal (default) or vertical fixed list of menu items,\n * with support for nested submenus and keyboard navigation. It serves as a container\n * for menu items and manages their interaction patterns, including:\n * - Keyboard navigation (arrow keys, Home, End)\n * - Menu item activation (Enter/Space)\n * - Submenu toggling (Right/Left arrow keys)\n * - Focus management\n * - Support for both horizontal and vertical orientations\n * - Integration with MenuPopover for nested menus\n *\n * A menubar will contain a set of menu items and their associated popovers.\n * Each menu item can have a popover for nested menus.\n *\n * The component automatically handles ARIA attributes and follows WAI-ARIA menu design patterns.\n * It works in conjunction with `mdc-menuitem` and `mdc-menupopover` to create accessible menu structures.\n *\n * @tagname mdc-menubar\n * @slot default - Contains the menu items and their associated popovers\n */",
15770
+ "jsDoc": "/**\n * Menubar is a navigational menu component that provides a horizontal (default) or vertical fixed list of menu items,\n * with support for nested submenus and keyboard navigation. It serves as a container\n * for menu items and manages their interaction patterns, including:\n * - Keyboard navigation (arrow keys, Home, End)\n * - Menu item activation (Enter/Space)\n * - Submenu toggling (Right/Left arrow keys)\n * - Focus management\n * - Support for both horizontal and vertical orientations\n * - Integration with MenuPopover for nested menus\n *\n * A menubar will contain a set of menu items and their associated popovers.\n * Each menu item can have a popover for nested menus.\n *\n * The component automatically handles ARIA attributes and follows WAI-ARIA menu design patterns.\n * It works in conjunction with `mdc-menuitem` and `mdc-menupopover` to create accessible menu structures.\n *\n * @tagname mdc-menubar\n * @slot default - Contains the menu items and their associated popovers\n */",
15760
15771
  "customElement": true,
15761
15772
  "attributes": [
15762
15773
  {
@@ -15788,41 +15799,13 @@
15788
15799
  },
15789
15800
  {
15790
15801
  "kind": "javascript-module",
15791
- "path": "components/menuitemradio/menuitemradio.component.js",
15802
+ "path": "components/menuitem/menuitem.component.js",
15792
15803
  "declarations": [
15793
15804
  {
15794
15805
  "kind": "class",
15795
- "description": "A menuitemradio component is a checkable menuitem that is used in a menu.\nA menuitemradio should be checked only one at a time. <br/>\nThere should be no focusable descendants inside this menuitemradio component.\n\nThe `aria-checked` menuitemradio attribute is used to indicate that the menuitemradio is checked or not.\n\nIf you want more than one item in a group to be checked, consider using menuitemcheckbox component.\n\nIf a menuitemradio is disabled, then the `aria-disabled` attribute is set to `true`.",
15796
- "name": "MenuItemRadio",
15806
+ "description": "menuitem component is inherited by listitem component with the role set `menuitem`.<br/>\nA menu item can contain an icon on the leading or trailing side.\n\nThe leading and trailing slots can be used to display controls and text.<br/>\nBased on the leading/trailing slot, the position of the controls and text can be adjusted.\n\nPlease use mdc-menu as a parent element even when there is only menuitem for a11y purpose.",
15807
+ "name": "MenuItem",
15797
15808
  "members": [
15798
- {
15799
- "kind": "field",
15800
- "name": "ariaChecked",
15801
- "type": {
15802
- "text": "AriaCheckedStates"
15803
- },
15804
- "description": "The aria-checked attribute is used to indicate that the menuitemradio is checked or not.",
15805
- "default": "'false'",
15806
- "attribute": "aria-checked",
15807
- "reflects": true
15808
- },
15809
- {
15810
- "kind": "field",
15811
- "name": "name",
15812
- "type": {
15813
- "text": "string"
15814
- },
15815
- "default": "''",
15816
- "description": "The name attribute is used to group radio items within the same menu container.",
15817
- "attribute": "name",
15818
- "reflects": true
15819
- },
15820
- {
15821
- "kind": "field",
15822
- "name": "menuitemradioHandleClick",
15823
- "privacy": "private",
15824
- "description": "Handles click events to set checked state and uncheck siblings in the same group and container.\nIf the menuitemradio is not checked, it sets its aria-checked state to `true`\nand sets all other menuitemradio elements of the same group with aria-checked state to `false`."
15825
- },
15826
15809
  {
15827
15810
  "kind": "field",
15828
15811
  "name": "arrowPosition",
@@ -15831,11 +15814,7 @@
15831
15814
  },
15832
15815
  "description": "Defines where the arrow icon will appear.\n- `'leading'`: Icon appears on the leading edge (start).\n- `'trailing'`: Icon appears on the trailing edge (end).\n\nIf not set, no arrow is displayed.",
15833
15816
  "attribute": "arrow-position",
15834
- "reflects": true,
15835
- "inheritedFrom": {
15836
- "name": "MenuItem",
15837
- "module": "components/menuitem/menuitem.component.js"
15838
- }
15817
+ "reflects": true
15839
15818
  },
15840
15819
  {
15841
15820
  "kind": "field",
@@ -15845,11 +15824,7 @@
15845
15824
  },
15846
15825
  "description": "Defines the direction the arrow icon points.\n- `'positive'`: Arrow points toward the trailing side.\n- `'negative'`: Arrow points toward the leading side.",
15847
15826
  "attribute": "arrow-direction",
15848
- "reflects": true,
15849
- "inheritedFrom": {
15850
- "name": "MenuItem",
15851
- "module": "components/menuitem/menuitem.component.js"
15852
- }
15827
+ "reflects": true
15853
15828
  },
15854
15829
  {
15855
15830
  "kind": "method",
@@ -15893,11 +15868,7 @@
15893
15868
  "description": "The keyboard event that triggered the action."
15894
15869
  }
15895
15870
  ],
15896
- "description": "Handles the keyup event for the menu item.\nIf the Space key is released, it triggers a click event on the menu item.\nThis allows keyboard users to activate the menu item using the Space key.\nIt also prevents the default action of the Space key to avoid scrolling the page.",
15897
- "inheritedFrom": {
15898
- "name": "MenuItem",
15899
- "module": "components/menuitem/menuitem.component.js"
15900
- }
15871
+ "description": "Handles the keyup event for the menu item.\nIf the Space key is released, it triggers a click event on the menu item.\nThis allows keyboard users to activate the menu item using the Space key.\nIt also prevents the default action of the Space key to avoid scrolling the page."
15901
15872
  },
15902
15873
  {
15903
15874
  "kind": "method",
@@ -16218,12 +16189,7 @@
16218
16189
  ],
16219
16190
  "events": [
16220
16191
  {
16221
- "description": "(React: onChange) This event is dispatched when the menuitemradio changes.",
16222
- "name": "change",
16223
- "reactName": "onChange"
16224
- },
16225
- {
16226
- "description": "(React: onClick) This event is dispatched when the menuitemradio is clicked.",
16192
+ "description": "(React: onClick) This event is dispatched when the menuitem is clicked.",
16227
16193
  "name": "click",
16228
16194
  "reactName": "onClick",
16229
16195
  "inheritedFrom": {
@@ -16231,15 +16197,6 @@
16231
16197
  "module": "src/components/listitem/listitem.component.ts"
16232
16198
  }
16233
16199
  },
16234
- {
16235
- "description": "(React: onFocus) This event is dispatched when the menuitemradio receives focus.",
16236
- "name": "focus",
16237
- "reactName": "onFocus",
16238
- "inheritedFrom": {
16239
- "name": "ListItem",
16240
- "module": "src/components/listitem/listitem.component.ts"
16241
- }
16242
- },
16243
16200
  {
16244
16201
  "description": "(React: onKeyDown) This event is dispatched when a key is pressed down on the menuitem.",
16245
16202
  "name": "keydown",
@@ -16257,38 +16214,25 @@
16257
16214
  "name": "ListItem",
16258
16215
  "module": "src/components/listitem/listitem.component.ts"
16259
16216
  }
16217
+ },
16218
+ {
16219
+ "description": "(React: onFocus) This event is dispatched when the menuitem receives focus.",
16220
+ "name": "focus",
16221
+ "reactName": "onFocus",
16222
+ "inheritedFrom": {
16223
+ "name": "ListItem",
16224
+ "module": "src/components/listitem/listitem.component.ts"
16225
+ }
16260
16226
  }
16261
16227
  ],
16262
16228
  "attributes": [
16263
- {
16264
- "name": "aria-checked",
16265
- "type": {
16266
- "text": "AriaCheckedStates"
16267
- },
16268
- "description": "The aria-checked attribute is used to indicate that the menuitemradio is checked or not.",
16269
- "default": "'false'",
16270
- "fieldName": "ariaChecked"
16271
- },
16272
- {
16273
- "name": "name",
16274
- "type": {
16275
- "text": "string"
16276
- },
16277
- "default": "''",
16278
- "description": "The name attribute is used to group radio items within the same menu container.",
16279
- "fieldName": "name"
16280
- },
16281
16229
  {
16282
16230
  "name": "arrow-position",
16283
16231
  "type": {
16284
16232
  "text": "ArrowPositions | undefined"
16285
16233
  },
16286
16234
  "description": "Defines where the arrow icon will appear.\n- `'leading'`: Icon appears on the leading edge (start).\n- `'trailing'`: Icon appears on the trailing edge (end).\n\nIf not set, no arrow is displayed.",
16287
- "fieldName": "arrowPosition",
16288
- "inheritedFrom": {
16289
- "name": "MenuItem",
16290
- "module": "src/components/menuitem/menuitem.component.ts"
16291
- }
16235
+ "fieldName": "arrowPosition"
16292
16236
  },
16293
16237
  {
16294
16238
  "name": "arrow-direction",
@@ -16296,11 +16240,7 @@
16296
16240
  "text": "ArrowDirections | undefined"
16297
16241
  },
16298
16242
  "description": "Defines the direction the arrow icon points.\n- `'positive'`: Arrow points toward the trailing side.\n- `'negative'`: Arrow points toward the leading side.",
16299
- "fieldName": "arrowDirection",
16300
- "inheritedFrom": {
16301
- "name": "MenuItem",
16302
- "module": "src/components/menuitem/menuitem.component.ts"
16303
- }
16243
+ "fieldName": "arrowDirection"
16304
16244
  },
16305
16245
  {
16306
16246
  "name": "disabled",
@@ -16428,11 +16368,11 @@
16428
16368
  }
16429
16369
  ],
16430
16370
  "superclass": {
16431
- "name": "MenuItem",
16432
- "module": "/src/components/menuitem/menuitem.component"
16371
+ "name": "ListItem",
16372
+ "module": "/src/components/listitem/listitem.component"
16433
16373
  },
16434
- "tagName": "mdc-menuitemradio",
16435
- "jsDoc": "/**\n * A menuitemradio component is a checkable menuitem that is used in a menu.\n * A menuitemradio should be checked only one at a time. <br/>\n * There should be no focusable descendants inside this menuitemradio component.\n *\n * The `aria-checked` menuitemradio attribute is used to indicate that the menuitemradio is checked or not.\n *\n * If you want more than one item in a group to be checked, consider using menuitemcheckbox component.\n *\n * If a menuitemradio is disabled, then the `aria-disabled` attribute is set to `true`.\n *\n * @dependency mdc-staticradio\n * @dependency mdc-text\n *\n * @tagname mdc-menuitemradio\n *\n * @event change - (React: onChange) This event is dispatched when the menuitemradio changes.\n * @event click - (React: onClick) This event is dispatched when the menuitemradio is clicked.\n * @event focus - (React: onFocus) This event is dispatched when the menuitemradio receives focus.\n */",
16374
+ "tagName": "mdc-menuitem",
16375
+ "jsDoc": "/**\n * menuitem component is inherited by listitem component with the role set `menuitem`.<br/>\n * A menu item can contain an icon on the leading or trailing side.\n *\n * The leading and trailing slots can be used to display controls and text.<br/>\n * Based on the leading/trailing slot, the position of the controls and text can be adjusted.\n *\n * Please use mdc-menu as a parent element even when there is only menuitem for a11y purpose.\n *\n * @dependency mdc-text\n * @dependency mdc-icon\n * @dependency mdc-tooltip\n *\n * @tagname mdc-menuitem\n *\n * @event click - (React: onClick) This event is dispatched when the menuitem is clicked.\n * @event keydown - (React: onKeyDown) This event is dispatched when a key is pressed down on the menuitem.\n * @event keyup - (React: onKeyUp) This event is dispatched when a key is released on the menuitem.\n * @event focus - (React: onFocus) This event is dispatched when the menuitem receives focus.\n */",
16436
16376
  "customElement": true,
16437
16377
  "slots": [
16438
16378
  {
@@ -16565,8 +16505,8 @@
16565
16505
  "kind": "js",
16566
16506
  "name": "default",
16567
16507
  "declaration": {
16568
- "name": "MenuItemRadio",
16569
- "module": "components/menuitemradio/menuitemradio.component.js"
16508
+ "name": "MenuItem",
16509
+ "module": "components/menuitem/menuitem.component.js"
16570
16510
  }
16571
16511
  }
16572
16512
  ]
@@ -17395,13 +17335,41 @@
17395
17335
  },
17396
17336
  {
17397
17337
  "kind": "javascript-module",
17398
- "path": "components/menuitem/menuitem.component.js",
17338
+ "path": "components/menuitemradio/menuitemradio.component.js",
17399
17339
  "declarations": [
17400
17340
  {
17401
17341
  "kind": "class",
17402
- "description": "menuitem component is inherited by listitem component with the role set `menuitem`.<br/>\nA menu item can contain an icon on the leading or trailing side.\n\nThe leading and trailing slots can be used to display controls and text.<br/>\nBased on the leading/trailing slot, the position of the controls and text can be adjusted.\n\nPlease use mdc-menu as a parent element even when there is only menuitem for a11y purpose.",
17403
- "name": "MenuItem",
17342
+ "description": "A menuitemradio component is a checkable menuitem that is used in a menu.\nA menuitemradio should be checked only one at a time. <br/>\nThere should be no focusable descendants inside this menuitemradio component.\n\nThe `aria-checked` menuitemradio attribute is used to indicate that the menuitemradio is checked or not.\n\nIf you want more than one item in a group to be checked, consider using menuitemcheckbox component.\n\nIf a menuitemradio is disabled, then the `aria-disabled` attribute is set to `true`.",
17343
+ "name": "MenuItemRadio",
17404
17344
  "members": [
17345
+ {
17346
+ "kind": "field",
17347
+ "name": "ariaChecked",
17348
+ "type": {
17349
+ "text": "AriaCheckedStates"
17350
+ },
17351
+ "description": "The aria-checked attribute is used to indicate that the menuitemradio is checked or not.",
17352
+ "default": "'false'",
17353
+ "attribute": "aria-checked",
17354
+ "reflects": true
17355
+ },
17356
+ {
17357
+ "kind": "field",
17358
+ "name": "name",
17359
+ "type": {
17360
+ "text": "string"
17361
+ },
17362
+ "default": "''",
17363
+ "description": "The name attribute is used to group radio items within the same menu container.",
17364
+ "attribute": "name",
17365
+ "reflects": true
17366
+ },
17367
+ {
17368
+ "kind": "field",
17369
+ "name": "menuitemradioHandleClick",
17370
+ "privacy": "private",
17371
+ "description": "Handles click events to set checked state and uncheck siblings in the same group and container.\nIf the menuitemradio is not checked, it sets its aria-checked state to `true`\nand sets all other menuitemradio elements of the same group with aria-checked state to `false`."
17372
+ },
17405
17373
  {
17406
17374
  "kind": "field",
17407
17375
  "name": "arrowPosition",
@@ -17410,7 +17378,11 @@
17410
17378
  },
17411
17379
  "description": "Defines where the arrow icon will appear.\n- `'leading'`: Icon appears on the leading edge (start).\n- `'trailing'`: Icon appears on the trailing edge (end).\n\nIf not set, no arrow is displayed.",
17412
17380
  "attribute": "arrow-position",
17413
- "reflects": true
17381
+ "reflects": true,
17382
+ "inheritedFrom": {
17383
+ "name": "MenuItem",
17384
+ "module": "components/menuitem/menuitem.component.js"
17385
+ }
17414
17386
  },
17415
17387
  {
17416
17388
  "kind": "field",
@@ -17420,7 +17392,11 @@
17420
17392
  },
17421
17393
  "description": "Defines the direction the arrow icon points.\n- `'positive'`: Arrow points toward the trailing side.\n- `'negative'`: Arrow points toward the leading side.",
17422
17394
  "attribute": "arrow-direction",
17423
- "reflects": true
17395
+ "reflects": true,
17396
+ "inheritedFrom": {
17397
+ "name": "MenuItem",
17398
+ "module": "components/menuitem/menuitem.component.js"
17399
+ }
17424
17400
  },
17425
17401
  {
17426
17402
  "kind": "method",
@@ -17464,7 +17440,11 @@
17464
17440
  "description": "The keyboard event that triggered the action."
17465
17441
  }
17466
17442
  ],
17467
- "description": "Handles the keyup event for the menu item.\nIf the Space key is released, it triggers a click event on the menu item.\nThis allows keyboard users to activate the menu item using the Space key.\nIt also prevents the default action of the Space key to avoid scrolling the page."
17443
+ "description": "Handles the keyup event for the menu item.\nIf the Space key is released, it triggers a click event on the menu item.\nThis allows keyboard users to activate the menu item using the Space key.\nIt also prevents the default action of the Space key to avoid scrolling the page.",
17444
+ "inheritedFrom": {
17445
+ "name": "MenuItem",
17446
+ "module": "components/menuitem/menuitem.component.js"
17447
+ }
17468
17448
  },
17469
17449
  {
17470
17450
  "kind": "method",
@@ -17785,7 +17765,12 @@
17785
17765
  ],
17786
17766
  "events": [
17787
17767
  {
17788
- "description": "(React: onClick) This event is dispatched when the menuitem is clicked.",
17768
+ "description": "(React: onChange) This event is dispatched when the menuitemradio changes.",
17769
+ "name": "change",
17770
+ "reactName": "onChange"
17771
+ },
17772
+ {
17773
+ "description": "(React: onClick) This event is dispatched when the menuitemradio is clicked.",
17789
17774
  "name": "click",
17790
17775
  "reactName": "onClick",
17791
17776
  "inheritedFrom": {
@@ -17794,27 +17779,27 @@
17794
17779
  }
17795
17780
  },
17796
17781
  {
17797
- "description": "(React: onKeyDown) This event is dispatched when a key is pressed down on the menuitem.",
17798
- "name": "keydown",
17799
- "reactName": "onKeyDown",
17782
+ "description": "(React: onFocus) This event is dispatched when the menuitemradio receives focus.",
17783
+ "name": "focus",
17784
+ "reactName": "onFocus",
17800
17785
  "inheritedFrom": {
17801
17786
  "name": "ListItem",
17802
17787
  "module": "src/components/listitem/listitem.component.ts"
17803
17788
  }
17804
17789
  },
17805
17790
  {
17806
- "description": "(React: onKeyUp) This event is dispatched when a key is released on the menuitem.",
17807
- "name": "keyup",
17808
- "reactName": "onKeyUp",
17791
+ "description": "(React: onKeyDown) This event is dispatched when a key is pressed down on the menuitem.",
17792
+ "name": "keydown",
17793
+ "reactName": "onKeyDown",
17809
17794
  "inheritedFrom": {
17810
17795
  "name": "ListItem",
17811
17796
  "module": "src/components/listitem/listitem.component.ts"
17812
17797
  }
17813
17798
  },
17814
17799
  {
17815
- "description": "(React: onFocus) This event is dispatched when the menuitem receives focus.",
17816
- "name": "focus",
17817
- "reactName": "onFocus",
17800
+ "description": "(React: onKeyUp) This event is dispatched when a key is released on the menuitem.",
17801
+ "name": "keyup",
17802
+ "reactName": "onKeyUp",
17818
17803
  "inheritedFrom": {
17819
17804
  "name": "ListItem",
17820
17805
  "module": "src/components/listitem/listitem.component.ts"
@@ -17822,13 +17807,35 @@
17822
17807
  }
17823
17808
  ],
17824
17809
  "attributes": [
17810
+ {
17811
+ "name": "aria-checked",
17812
+ "type": {
17813
+ "text": "AriaCheckedStates"
17814
+ },
17815
+ "description": "The aria-checked attribute is used to indicate that the menuitemradio is checked or not.",
17816
+ "default": "'false'",
17817
+ "fieldName": "ariaChecked"
17818
+ },
17819
+ {
17820
+ "name": "name",
17821
+ "type": {
17822
+ "text": "string"
17823
+ },
17824
+ "default": "''",
17825
+ "description": "The name attribute is used to group radio items within the same menu container.",
17826
+ "fieldName": "name"
17827
+ },
17825
17828
  {
17826
17829
  "name": "arrow-position",
17827
17830
  "type": {
17828
17831
  "text": "ArrowPositions | undefined"
17829
17832
  },
17830
17833
  "description": "Defines where the arrow icon will appear.\n- `'leading'`: Icon appears on the leading edge (start).\n- `'trailing'`: Icon appears on the trailing edge (end).\n\nIf not set, no arrow is displayed.",
17831
- "fieldName": "arrowPosition"
17834
+ "fieldName": "arrowPosition",
17835
+ "inheritedFrom": {
17836
+ "name": "MenuItem",
17837
+ "module": "src/components/menuitem/menuitem.component.ts"
17838
+ }
17832
17839
  },
17833
17840
  {
17834
17841
  "name": "arrow-direction",
@@ -17836,7 +17843,11 @@
17836
17843
  "text": "ArrowDirections | undefined"
17837
17844
  },
17838
17845
  "description": "Defines the direction the arrow icon points.\n- `'positive'`: Arrow points toward the trailing side.\n- `'negative'`: Arrow points toward the leading side.",
17839
- "fieldName": "arrowDirection"
17846
+ "fieldName": "arrowDirection",
17847
+ "inheritedFrom": {
17848
+ "name": "MenuItem",
17849
+ "module": "src/components/menuitem/menuitem.component.ts"
17850
+ }
17840
17851
  },
17841
17852
  {
17842
17853
  "name": "disabled",
@@ -17964,11 +17975,11 @@
17964
17975
  }
17965
17976
  ],
17966
17977
  "superclass": {
17967
- "name": "ListItem",
17968
- "module": "/src/components/listitem/listitem.component"
17978
+ "name": "MenuItem",
17979
+ "module": "/src/components/menuitem/menuitem.component"
17969
17980
  },
17970
- "tagName": "mdc-menuitem",
17971
- "jsDoc": "/**\n * menuitem component is inherited by listitem component with the role set `menuitem`.<br/>\n * A menu item can contain an icon on the leading or trailing side.\n *\n * The leading and trailing slots can be used to display controls and text.<br/>\n * Based on the leading/trailing slot, the position of the controls and text can be adjusted.\n *\n * Please use mdc-menu as a parent element even when there is only menuitem for a11y purpose.\n *\n * @dependency mdc-text\n * @dependency mdc-icon\n * @dependency mdc-tooltip\n *\n * @tagname mdc-menuitem\n *\n * @event click - (React: onClick) This event is dispatched when the menuitem is clicked.\n * @event keydown - (React: onKeyDown) This event is dispatched when a key is pressed down on the menuitem.\n * @event keyup - (React: onKeyUp) This event is dispatched when a key is released on the menuitem.\n * @event focus - (React: onFocus) This event is dispatched when the menuitem receives focus.\n */",
17981
+ "tagName": "mdc-menuitemradio",
17982
+ "jsDoc": "/**\n * A menuitemradio component is a checkable menuitem that is used in a menu.\n * A menuitemradio should be checked only one at a time. <br/>\n * There should be no focusable descendants inside this menuitemradio component.\n *\n * The `aria-checked` menuitemradio attribute is used to indicate that the menuitemradio is checked or not.\n *\n * If you want more than one item in a group to be checked, consider using menuitemcheckbox component.\n *\n * If a menuitemradio is disabled, then the `aria-disabled` attribute is set to `true`.\n *\n * @dependency mdc-staticradio\n * @dependency mdc-text\n *\n * @tagname mdc-menuitemradio\n *\n * @event change - (React: onChange) This event is dispatched when the menuitemradio changes.\n * @event click - (React: onClick) This event is dispatched when the menuitemradio is clicked.\n * @event focus - (React: onFocus) This event is dispatched when the menuitemradio receives focus.\n */",
17972
17983
  "customElement": true,
17973
17984
  "slots": [
17974
17985
  {
@@ -18101,8 +18112,8 @@
18101
18112
  "kind": "js",
18102
18113
  "name": "default",
18103
18114
  "declaration": {
18104
- "name": "MenuItem",
18105
- "module": "components/menuitem/menuitem.component.js"
18115
+ "name": "MenuItemRadio",
18116
+ "module": "components/menuitemradio/menuitemradio.component.js"
18106
18117
  }
18107
18118
  }
18108
18119
  ]