@momentum-design/components 0.84.3 → 0.84.4

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 (182) hide show
  1. package/README.md +8 -3
  2. package/dist/browser/index.js +2233 -2291
  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.js +28 -29
  54. package/dist/components/dialog/dialog.styles.js +10 -12
  55. package/dist/components/divider/divider.component.js +6 -8
  56. package/dist/components/divider/divider.constants.d.ts +1 -1
  57. package/dist/components/divider/divider.constants.js +1 -1
  58. package/dist/components/divider/divider.styles.js +5 -20
  59. package/dist/components/filterchip/filterchip.styles.js +4 -2
  60. package/dist/components/formfieldgroup/formfieldgroup.component.js +1 -4
  61. package/dist/components/formfieldgroup/formfieldgroup.styles.js +1 -2
  62. package/dist/components/formfieldwrapper/formfieldwrapper.component.js +19 -17
  63. package/dist/components/formfieldwrapper/formfieldwrapper.styles.js +2 -1
  64. package/dist/components/formfieldwrapper/formfieldwrapper.subcomponent.js +4 -4
  65. package/dist/components/icon/icon.component.js +7 -7
  66. package/dist/components/icon/icon.utils.d.ts +1 -1
  67. package/dist/components/icon/icon.utils.js +7 -7
  68. package/dist/components/iconprovider/iconprovider.component.js +7 -7
  69. package/dist/components/input/input.component.d.ts +5 -5
  70. package/dist/components/input/input.component.js +64 -62
  71. package/dist/components/input/input.styles.js +128 -117
  72. package/dist/components/inputchip/inputchip.component.js +14 -19
  73. package/dist/components/inputchip/inputchip.styles.js +5 -3
  74. package/dist/components/link/link.component.d.ts +1 -1
  75. package/dist/components/link/link.component.js +4 -8
  76. package/dist/components/link/link.constants.d.ts +1 -1
  77. package/dist/components/link/link.constants.js +1 -1
  78. package/dist/components/link/link.styles.js +12 -12
  79. package/dist/components/linksimple/linksimple.component.js +2 -4
  80. package/dist/components/linksimple/linksimple.styles.js +59 -57
  81. package/dist/components/list/list.component.js +12 -9
  82. package/dist/components/listitem/listitem.component.js +15 -11
  83. package/dist/components/listitem/listitem.styles.js +11 -6
  84. package/dist/components/marker/marker.component.js +1 -1
  85. package/dist/components/marker/marker.styles.js +2 -2
  86. package/dist/components/menubar/menubar.component.d.ts +19 -19
  87. package/dist/components/menubar/menubar.component.js +19 -19
  88. package/dist/components/menuitem/menuitem.component.js +15 -15
  89. package/dist/components/menuitem/menuitem.styles.js +3 -2
  90. package/dist/components/menuitemcheckbox/menuitemcheckbox.component.d.ts +1 -1
  91. package/dist/components/menuitemcheckbox/menuitemcheckbox.component.js +4 -11
  92. package/dist/components/menuitemradio/menuitemradio.component.js +1 -1
  93. package/dist/components/menupopover/menupopover.component.js +11 -11
  94. package/dist/components/menupopover/menupopover.utils.d.ts +1 -1
  95. package/dist/components/menupopover/menupopover.utils.js +3 -8
  96. package/dist/components/navitem/navitem.component.js +11 -19
  97. package/dist/components/navitem/navitem.styles.js +147 -143
  98. package/dist/components/navitemlist/navitemlist.component.js +2 -2
  99. package/dist/components/optgroup/optgroup.component.js +12 -9
  100. package/dist/components/option/option.component.js +11 -11
  101. package/dist/components/option/option.styles.js +1 -1
  102. package/dist/components/popover/popover.component.js +4 -4
  103. package/dist/components/popover/popover.stack.js +1 -1
  104. package/dist/components/popover/popover.styles.js +0 -1
  105. package/dist/components/popover/popover.utils.js +3 -4
  106. package/dist/components/presence/presence.component.d.ts +4 -4
  107. package/dist/components/presence/presence.component.js +4 -4
  108. package/dist/components/progressbar/progressbar.component.js +3 -4
  109. package/dist/components/progressbar/progressbar.styles.js +77 -71
  110. package/dist/components/progressspinner/progressspiner.utils.js +4 -4
  111. package/dist/components/progressspinner/progressspinner.component.js +38 -37
  112. package/dist/components/progressspinner/progressspinner.styles.js +1 -1
  113. package/dist/components/radio/radio.component.d.ts +41 -41
  114. package/dist/components/radio/radio.component.js +84 -83
  115. package/dist/components/radio/radio.styles.js +77 -75
  116. package/dist/components/radiogroup/radiogroup.component.js +1 -1
  117. package/dist/components/screenreaderannouncer/screenreaderannouncer.component.js +2 -2
  118. package/dist/components/screenreaderannouncer/screenreaderannouncer.styles.js +8 -6
  119. package/dist/components/searchfield/searchfield.component.js +23 -17
  120. package/dist/components/searchfield/searchfield.styles.js +11 -13
  121. package/dist/components/select/select.component.js +20 -23
  122. package/dist/components/select/select.styles.js +9 -9
  123. package/dist/components/sidenavigation/sidenavigation.component.d.ts +6 -6
  124. package/dist/components/sidenavigation/sidenavigation.component.js +39 -29
  125. package/dist/components/sidenavigation/sidenavigation.context.js +5 -5
  126. package/dist/components/sidenavigation/sidenavigation.styles.js +53 -53
  127. package/dist/components/skeleton/skeleton.component.js +1 -4
  128. package/dist/components/skeleton/skeleton.constants.d.ts +1 -1
  129. package/dist/components/skeleton/skeleton.constants.js +1 -1
  130. package/dist/components/skeleton/skeleton.styles.js +4 -4
  131. package/dist/components/spinner/spinner.component.d.ts +7 -7
  132. package/dist/components/spinner/spinner.component.js +9 -9
  133. package/dist/components/spinner/spinner.styles.js +58 -53
  134. package/dist/components/staticcheckbox/staticcheckbox.component.js +10 -8
  135. package/dist/components/staticcheckbox/staticcheckbox.styles.js +52 -51
  136. package/dist/components/staticradio/staticradio.component.d.ts +8 -8
  137. package/dist/components/staticradio/staticradio.component.js +10 -11
  138. package/dist/components/staticradio/staticradio.styles.js +77 -75
  139. package/dist/components/statictoggle/statictoggle.component.d.ts +3 -3
  140. package/dist/components/statictoggle/statictoggle.component.js +3 -3
  141. package/dist/components/statictoggle/statictoggle.styles.js +71 -68
  142. package/dist/components/tab/tab.component.d.ts +1 -1
  143. package/dist/components/tab/tab.component.js +2 -2
  144. package/dist/components/tab/tab.styles.js +247 -245
  145. package/dist/components/tablist/tablist.component.js +11 -15
  146. package/dist/components/tablist/tablist.styles.js +27 -25
  147. package/dist/components/tablist/tablist.types.d.ts +1 -1
  148. package/dist/components/tablist/tablist.utils.js +4 -4
  149. package/dist/components/text/fonts.styles.js +49 -49
  150. package/dist/components/text/text.component.js +21 -11
  151. package/dist/components/text/text.types.d.ts +1 -1
  152. package/dist/components/textarea/textarea.component.d.ts +31 -31
  153. package/dist/components/textarea/textarea.component.js +54 -61
  154. package/dist/components/textarea/textarea.styles.js +123 -122
  155. package/dist/components/themeprovider/themeprovider.component.js +1 -1
  156. package/dist/components/themeprovider/themeprovider.styles.js +4 -4
  157. package/dist/components/toggle/toggle.component.d.ts +35 -35
  158. package/dist/components/toggle/toggle.component.js +62 -63
  159. package/dist/components/toggle/toggle.styles.js +77 -69
  160. package/dist/components/toggletip/toggletip.component.d.ts +7 -7
  161. package/dist/components/toggletip/toggletip.component.js +3 -2
  162. package/dist/components/tooltip/tooltip.component.js +1 -1
  163. package/dist/components/tooltip/tooltip.styles.js +0 -1
  164. package/dist/components/virtualizedlist/virtualizedlist.component.js +6 -14
  165. package/dist/components/virtualizedlist/virtualizedlist.helper.test.d.ts +1 -1
  166. package/dist/components/virtualizedlist/virtualizedlist.helper.test.js +14 -11
  167. package/dist/components/virtualizedlist/virtualizedlist.styles.js +4 -4
  168. package/dist/custom-elements.json +514 -514
  169. package/dist/index.js +1 -0
  170. package/dist/models/component/index.d.ts +1 -1
  171. package/dist/models/index.d.ts +2 -2
  172. package/dist/models/index.js +1 -1
  173. package/dist/react/index.d.ts +4 -4
  174. package/dist/react/index.js +4 -4
  175. package/dist/utils/mixins/ButtonComponentMixin.js +10 -10
  176. package/dist/utils/mixins/CardAndDialogFooterMixin.js +21 -22
  177. package/dist/utils/mixins/FocusTrapMixin.js +12 -12
  178. package/dist/utils/mixins/IconNameMixin.d.ts +1 -1
  179. package/dist/utils/mixins/MenuMixin.js +23 -23
  180. package/dist/utils/mixins/PreventScrollMixin.d.ts +1 -1
  181. package/dist/utils/styles/index.js +12 -12
  182. 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
  },
@@ -10476,298 +10476,52 @@
10476
10476
  },
10477
10477
  {
10478
10478
  "kind": "javascript-module",
10479
- "path": "components/divider/divider.component.js",
10479
+ "path": "components/filterchip/filterchip.component.js",
10480
10480
  "declarations": [
10481
10481
  {
10482
10482
  "kind": "class",
10483
- "description": "`mdc-divider` is a component that provides a line to separate and organize content.\nIt can also include a button or text positioned centrally, allowing users to interact with the layout.\n\n**Divider Orientation:**\n- **Horizontal**: A thin, horizontal line.\n- **Vertical**: A thin, vertical line.\n\n**Divider Variants:**\n- **solid**: Solid line.\n- **gradient**: Gradient Line.\n\n**Divider Types:**\n- The type of divider is inferred based on the kind of slot present.\n - **Primary**: A simple horizontal or vertical divider.\n - **Text**: A horizontal divider with a text label in the center.\n - **Grabber Button**: A horizontal or vertical divider with a styled button in the center.\n\n**Accessibility:**\n- When the slot is replaced by an `mdc-button`:\n - `aria-label` should be passed to the `mdc-button`.\n - `aria-expanded` should be passed to the `mdc-button`.\n\n**Notes:**\n- If the slot is replaced by an invalid tag name or contains multiple elements,\n the divider defaults to the **Primary** type.\n- To override the styles of the divider, use the provided CSS custom properties.",
10484
- "name": "Divider",
10485
- "cssProperties": [
10483
+ "description": "mdc-filterchip component is an interactive chip that consumers can use to select or deselect.\nThey can be found with lists or tables as quick filters.\n\nThis component is built on top of the mdc-chip component.",
10484
+ "name": "FilterChip",
10485
+ "members": [
10486
10486
  {
10487
- "description": "background color of the divider",
10488
- "name": "--mdc-divider-background-color"
10487
+ "kind": "field",
10488
+ "name": "selected",
10489
+ "type": {
10490
+ "text": "boolean"
10491
+ },
10492
+ "default": "false",
10493
+ "description": "The selected state of the filterchip.",
10494
+ "attribute": "selected",
10495
+ "reflects": true
10489
10496
  },
10490
10497
  {
10491
- "description": "width of the divider",
10492
- "name": "--mdc-divider-width"
10498
+ "kind": "method",
10499
+ "name": "setSelected",
10500
+ "privacy": "private",
10501
+ "parameters": [
10502
+ {
10503
+ "name": "selected",
10504
+ "type": {
10505
+ "text": "boolean"
10506
+ },
10507
+ "description": "The selected state of the filterchip."
10508
+ }
10509
+ ],
10510
+ "description": "Sets the selected state of the filterchip along with the icon.\naria-pressed attribute is also set to true or false."
10493
10511
  },
10494
10512
  {
10495
- "description": "gradient of the horizontal divider",
10496
- "name": "--mdc-divider-horizontal-gradient"
10497
- },
10498
- {
10499
- "description": "gradient of the vertical divider",
10500
- "name": "--mdc-divider-vertical-gradient"
10501
- },
10502
- {
10503
- "description": "font size of label in the text divider",
10504
- "name": "--mdc-divider-text-size"
10505
- },
10506
- {
10507
- "description": "font color of label in the text divider",
10508
- "name": "--mdc-divider-text-color"
10509
- },
10510
- {
10511
- "description": "left and right margin of label in the text divider",
10512
- "name": "--mdc-divider-text-margin"
10513
- },
10514
- {
10515
- "description": "line height of label in the text divider",
10516
- "name": "--mdc-divider-text-line-height"
10517
- },
10518
- {
10519
- "description": "background color of the grabber button in rest state",
10520
- "name": "--mdc-divider-grabber-button-background-color-normal"
10521
- },
10522
- {
10523
- "description": "background color of the grabber button in hover state",
10524
- "name": "--mdc-divider-grabber-button-background-color-hover"
10525
- },
10526
- {
10527
- "description": "background color of the grabber button in pressed state",
10528
- "name": "--mdc-divider-grabber-button-background-color-pressed"
10529
- },
10530
- {
10531
- "description": "border color of the grabber button",
10532
- "name": "--mdc-divider-grabber-button-border-color"
10533
- },
10534
- {
10535
- "description": "border radius of the grabber button",
10536
- "name": "--mdc-divider-grabber-button-border-radius"
10537
- }
10538
- ],
10539
- "members": [
10540
- {
10541
- "kind": "field",
10542
- "name": "orientation",
10543
- "type": {
10544
- "text": "DividerOrientation"
10545
- },
10546
- "description": "Two orientations of divider\n- **horizontal**: A thin, horizontal line with 0.0625rem width.\n- **vertical**: A thin, vertical line with 0.0625rem width.\n\nNote: We do not support \"Vertical Text Divider\" as of now.",
10547
- "default": "horizontal",
10548
- "attribute": "orientation",
10549
- "reflects": true
10550
- },
10551
- {
10552
- "kind": "field",
10553
- "name": "variant",
10554
- "type": {
10555
- "text": "DividerVariant"
10556
- },
10557
- "description": "Two variants of divider\n- **solid**: Solid line.\n- **gradient**: Gradient Line that fades on either sides of the divider.",
10558
- "default": "solid",
10559
- "attribute": "variant",
10560
- "reflects": true
10561
- },
10562
- {
10563
- "kind": "field",
10564
- "name": "arrowDirection",
10565
- "type": {
10566
- "text": "Directions"
10567
- },
10568
- "description": "Direction of the arrow icon, if applicable.\n- **positive**\n- **negative**\n\nNote: Positive and Negative directions are defined based on Cartesian plane.",
10569
- "default": "'negative'",
10570
- "attribute": "arrow-direction",
10571
- "reflects": true
10572
- },
10573
- {
10574
- "kind": "field",
10575
- "name": "buttonPosition",
10576
- "type": {
10577
- "text": "Directions"
10578
- },
10579
- "description": "Position of the button, if applicable.\n- **positive**\n- **negative**\n\nNote: Positive and Negative directions are defined based on Cartesian plane.",
10580
- "default": "'negative'",
10581
- "attribute": "button-position",
10582
- "reflects": true
10583
- },
10584
- {
10585
- "kind": "method",
10586
- "name": "setVariant",
10587
- "privacy": "private",
10588
- "parameters": [
10589
- {
10590
- "name": "variant",
10591
- "type": {
10592
- "text": "DividerVariant"
10593
- },
10594
- "description": "The variant to set."
10595
- }
10596
- ],
10597
- "description": "Sets the variant attribute for the divider component.\nIf the provided variant is not included in the DIVIDER_VARIANT,\nit defaults to the value specified in DEFAULTS.VARIANT."
10598
- },
10599
- {
10600
- "kind": "method",
10601
- "name": "setOrientation",
10602
- "privacy": "private",
10603
- "parameters": [
10604
- {
10605
- "name": "orientation",
10606
- "type": {
10607
- "text": "DividerOrientation"
10608
- },
10609
- "description": "The orientation to set."
10610
- }
10611
- ],
10612
- "description": "Sets the orientation attribute for the divider component.\nIf the provided orientation is not included in the DIVIDER_ORIENTATION,\nit defaults to the value specified in DEFAULTS.ORIENTATION."
10613
- },
10614
- {
10615
- "kind": "method",
10616
- "name": "ensureValidDirections",
10617
- "privacy": "private",
10618
- "description": "Sets the buttonPosition and arrowDirection attribute for the divider component.\nIf the provided buttonPosition and arrowDirection are not included in the DIRECTIONS,\nit defaults to the value specified in DIRECTIONS based on the ORIENTATION.",
10619
- "parameters": [
10620
- {
10621
- "description": "The buttonPosition to set.",
10622
- "name": "buttonPosition"
10623
- },
10624
- {
10625
- "description": "The arrowDirection to set.",
10626
- "name": "arrowDirection"
10627
- }
10628
- ]
10629
- },
10630
- {
10631
- "kind": "method",
10632
- "name": "setGrabberButton",
10633
- "privacy": "private",
10634
- "return": {
10635
- "type": {
10636
- "text": "void"
10637
- }
10638
- },
10639
- "description": "Configures the grabber button within the divider.\n\n- Sets the `prefix-icon` attribute for the grabber button based\non the `arrow-direction` and `orientation` properties.\n\nThis method updates the DOM element dynamically if a grabber button is present."
10640
- },
10641
- {
10642
- "kind": "method",
10643
- "name": "getArrowIcon",
10644
- "privacy": "private",
10645
- "return": {
10646
- "type": {
10647
- "text": ""
10648
- }
10649
- },
10650
- "description": "Determines the arrow icon based on the consumer-defined `arrowDirection`."
10651
- },
10652
- {
10653
- "kind": "method",
10654
- "name": "inferDividerType",
10655
- "privacy": "private",
10656
- "description": "Infers the type of divider based on the kind of slot present.",
10657
- "parameters": [
10658
- {
10659
- "description": "default slot of divider",
10660
- "name": "slot"
10661
- }
10662
- ]
10663
- }
10664
- ],
10665
- "attributes": [
10666
- {
10667
- "name": "orientation",
10668
- "type": {
10669
- "text": "DividerOrientation"
10670
- },
10671
- "description": "Two orientations of divider\n- **horizontal**: A thin, horizontal line with 0.0625rem width.\n- **vertical**: A thin, vertical line with 0.0625rem width.\n\nNote: We do not support \"Vertical Text Divider\" as of now.",
10672
- "default": "horizontal",
10673
- "fieldName": "orientation"
10674
- },
10675
- {
10676
- "name": "variant",
10677
- "type": {
10678
- "text": "DividerVariant"
10679
- },
10680
- "description": "Two variants of divider\n- **solid**: Solid line.\n- **gradient**: Gradient Line that fades on either sides of the divider.",
10681
- "default": "solid",
10682
- "fieldName": "variant"
10683
- },
10684
- {
10685
- "name": "arrow-direction",
10686
- "type": {
10687
- "text": "Directions"
10688
- },
10689
- "description": "Direction of the arrow icon, if applicable.\n- **positive**\n- **negative**\n\nNote: Positive and Negative directions are defined based on Cartesian plane.",
10690
- "default": "'negative'",
10691
- "fieldName": "arrowDirection"
10692
- },
10693
- {
10694
- "name": "button-position",
10695
- "type": {
10696
- "text": "Directions"
10697
- },
10698
- "description": "Position of the button, if applicable.\n- **positive**\n- **negative**\n\nNote: Positive and Negative directions are defined based on Cartesian plane.",
10699
- "default": "'negative'",
10700
- "fieldName": "buttonPosition"
10701
- }
10702
- ],
10703
- "superclass": {
10704
- "name": "Component",
10705
- "module": "/src/models"
10706
- },
10707
- "tagName": "mdc-divider",
10708
- "jsDoc": "/**\n * `mdc-divider` is a component that provides a line to separate and organize content.\n * It can also include a button or text positioned centrally, allowing users to interact with the layout.\n *\n * **Divider Orientation:**\n * - **Horizontal**: A thin, horizontal line.\n * - **Vertical**: A thin, vertical line.\n *\n * **Divider Variants:**\n * - **solid**: Solid line.\n * - **gradient**: Gradient Line.\n *\n * **Divider Types:**\n * - The type of divider is inferred based on the kind of slot present.\n * - **Primary**: A simple horizontal or vertical divider.\n * - **Text**: A horizontal divider with a text label in the center.\n * - **Grabber Button**: A horizontal or vertical divider with a styled button in the center.\n *\n * **Accessibility:**\n * - When the slot is replaced by an `mdc-button`:\n * - `aria-label` should be passed to the `mdc-button`.\n * - `aria-expanded` should be passed to the `mdc-button`.\n *\n * **Notes:**\n * - If the slot is replaced by an invalid tag name or contains multiple elements,\n * the divider defaults to the **Primary** type.\n * - To override the styles of the divider, use the provided CSS custom properties.\n *\n * @tagname mdc-divider\n *\n * @cssproperty --mdc-divider-background-color - background color of the divider\n * @cssproperty --mdc-divider-width - width of the divider\n * @cssproperty --mdc-divider-horizontal-gradient - gradient of the horizontal divider\n * @cssproperty --mdc-divider-vertical-gradient - gradient of the vertical divider\n * @cssproperty --mdc-divider-text-size - font size of label in the text divider\n * @cssproperty --mdc-divider-text-color - font color of label in the text divider\n * @cssproperty --mdc-divider-text-margin - left and right margin of label in the text divider\n * @cssproperty --mdc-divider-text-line-height - line height of label in the text divider\n * @cssproperty --mdc-divider-grabber-button-background-color-normal - background color of the grabber button\n * in rest state\n * @cssproperty --mdc-divider-grabber-button-background-color-hover - background color of the grabber button\n * in hover state\n * @cssproperty --mdc-divider-grabber-button-background-color-pressed - background color of the grabber button\n * in pressed state\n * @cssproperty --mdc-divider-grabber-button-border-color - border color of the grabber button\n * @cssproperty --mdc-divider-grabber-button-border-radius - border radius of the grabber button\n */",
10709
- "customElement": true
10710
- }
10711
- ],
10712
- "exports": [
10713
- {
10714
- "kind": "js",
10715
- "name": "default",
10716
- "declaration": {
10717
- "name": "Divider",
10718
- "module": "components/divider/divider.component.js"
10719
- }
10720
- }
10721
- ]
10722
- },
10723
- {
10724
- "kind": "javascript-module",
10725
- "path": "components/filterchip/filterchip.component.js",
10726
- "declarations": [
10727
- {
10728
- "kind": "class",
10729
- "description": "mdc-filterchip component is an interactive chip that consumers can use to select or deselect.\nThey can be found with lists or tables as quick filters.\n\nThis component is built on top of the mdc-chip component.",
10730
- "name": "FilterChip",
10731
- "members": [
10732
- {
10733
- "kind": "field",
10734
- "name": "selected",
10735
- "type": {
10736
- "text": "boolean"
10737
- },
10738
- "default": "false",
10739
- "description": "The selected state of the filterchip.",
10740
- "attribute": "selected",
10741
- "reflects": true
10742
- },
10743
- {
10744
- "kind": "method",
10745
- "name": "setSelected",
10746
- "privacy": "private",
10747
- "parameters": [
10748
- {
10749
- "name": "selected",
10750
- "type": {
10751
- "text": "boolean"
10752
- },
10753
- "description": "The selected state of the filterchip."
10754
- }
10755
- ],
10756
- "description": "Sets the selected state of the filterchip along with the icon.\naria-pressed attribute is also set to true or false."
10757
- },
10758
- {
10759
- "kind": "method",
10760
- "name": "executeAction",
10761
- "privacy": "protected",
10762
- "inheritedFrom": {
10763
- "name": "Buttonsimple",
10764
- "module": "components/buttonsimple/buttonsimple.component.js"
10765
- },
10766
- "return": {
10767
- "type": {
10768
- "text": "void"
10769
- }
10770
- }
10513
+ "kind": "method",
10514
+ "name": "executeAction",
10515
+ "privacy": "protected",
10516
+ "inheritedFrom": {
10517
+ "name": "Buttonsimple",
10518
+ "module": "components/buttonsimple/buttonsimple.component.js"
10519
+ },
10520
+ "return": {
10521
+ "type": {
10522
+ "text": "void"
10523
+ }
10524
+ }
10771
10525
  },
10772
10526
  {
10773
10527
  "kind": "field",
@@ -11329,7 +11083,253 @@
11329
11083
  "module": "src/components/buttonsimple/buttonsimple.component.ts"
11330
11084
  }
11331
11085
  }
11332
- ]
11086
+ ]
11087
+ }
11088
+ ],
11089
+ "exports": [
11090
+ {
11091
+ "kind": "js",
11092
+ "name": "default",
11093
+ "declaration": {
11094
+ "name": "FilterChip",
11095
+ "module": "components/filterchip/filterchip.component.js"
11096
+ }
11097
+ }
11098
+ ]
11099
+ },
11100
+ {
11101
+ "kind": "javascript-module",
11102
+ "path": "components/divider/divider.component.js",
11103
+ "declarations": [
11104
+ {
11105
+ "kind": "class",
11106
+ "description": "`mdc-divider` is a component that provides a line to separate and organize content.\nIt can also include a button or text positioned centrally, allowing users to interact with the layout.\n\n**Divider Orientation:**\n- **Horizontal**: A thin, horizontal line.\n- **Vertical**: A thin, vertical line.\n\n**Divider Variants:**\n- **solid**: Solid line.\n- **gradient**: Gradient Line.\n\n**Divider Types:**\n- The type of divider is inferred based on the kind of slot present.\n - **Primary**: A simple horizontal or vertical divider.\n - **Text**: A horizontal divider with a text label in the center.\n - **Grabber Button**: A horizontal or vertical divider with a styled button in the center.\n\n**Accessibility:**\n- When the slot is replaced by an `mdc-button`:\n - `aria-label` should be passed to the `mdc-button`.\n - `aria-expanded` should be passed to the `mdc-button`.\n\n**Notes:**\n- If the slot is replaced by an invalid tag name or contains multiple elements,\n the divider defaults to the **Primary** type.\n- To override the styles of the divider, use the provided CSS custom properties.",
11107
+ "name": "Divider",
11108
+ "cssProperties": [
11109
+ {
11110
+ "description": "background color of the divider",
11111
+ "name": "--mdc-divider-background-color"
11112
+ },
11113
+ {
11114
+ "description": "width of the divider",
11115
+ "name": "--mdc-divider-width"
11116
+ },
11117
+ {
11118
+ "description": "gradient of the horizontal divider",
11119
+ "name": "--mdc-divider-horizontal-gradient"
11120
+ },
11121
+ {
11122
+ "description": "gradient of the vertical divider",
11123
+ "name": "--mdc-divider-vertical-gradient"
11124
+ },
11125
+ {
11126
+ "description": "font size of label in the text divider",
11127
+ "name": "--mdc-divider-text-size"
11128
+ },
11129
+ {
11130
+ "description": "font color of label in the text divider",
11131
+ "name": "--mdc-divider-text-color"
11132
+ },
11133
+ {
11134
+ "description": "left and right margin of label in the text divider",
11135
+ "name": "--mdc-divider-text-margin"
11136
+ },
11137
+ {
11138
+ "description": "line height of label in the text divider",
11139
+ "name": "--mdc-divider-text-line-height"
11140
+ },
11141
+ {
11142
+ "description": "background color of the grabber button in rest state",
11143
+ "name": "--mdc-divider-grabber-button-background-color-normal"
11144
+ },
11145
+ {
11146
+ "description": "background color of the grabber button in hover state",
11147
+ "name": "--mdc-divider-grabber-button-background-color-hover"
11148
+ },
11149
+ {
11150
+ "description": "background color of the grabber button in pressed state",
11151
+ "name": "--mdc-divider-grabber-button-background-color-pressed"
11152
+ },
11153
+ {
11154
+ "description": "border color of the grabber button",
11155
+ "name": "--mdc-divider-grabber-button-border-color"
11156
+ },
11157
+ {
11158
+ "description": "border radius of the grabber button",
11159
+ "name": "--mdc-divider-grabber-button-border-radius"
11160
+ }
11161
+ ],
11162
+ "members": [
11163
+ {
11164
+ "kind": "field",
11165
+ "name": "orientation",
11166
+ "type": {
11167
+ "text": "DividerOrientation"
11168
+ },
11169
+ "description": "Two orientations of divider\n- **horizontal**: A thin, horizontal line with 0.0625rem width.\n- **vertical**: A thin, vertical line with 0.0625rem width.\n\nNote: We do not support \"Vertical Text Divider\" as of now.",
11170
+ "default": "horizontal",
11171
+ "attribute": "orientation",
11172
+ "reflects": true
11173
+ },
11174
+ {
11175
+ "kind": "field",
11176
+ "name": "variant",
11177
+ "type": {
11178
+ "text": "DividerVariant"
11179
+ },
11180
+ "description": "Two variants of divider\n- **solid**: Solid line.\n- **gradient**: Gradient Line that fades on either sides of the divider.",
11181
+ "default": "solid",
11182
+ "attribute": "variant",
11183
+ "reflects": true
11184
+ },
11185
+ {
11186
+ "kind": "field",
11187
+ "name": "arrowDirection",
11188
+ "type": {
11189
+ "text": "Directions"
11190
+ },
11191
+ "description": "Direction of the arrow icon, if applicable.\n- **positive**\n- **negative**\n\nNote: Positive and Negative directions are defined based on Cartesian plane.",
11192
+ "default": "'negative'",
11193
+ "attribute": "arrow-direction",
11194
+ "reflects": true
11195
+ },
11196
+ {
11197
+ "kind": "field",
11198
+ "name": "buttonPosition",
11199
+ "type": {
11200
+ "text": "Directions"
11201
+ },
11202
+ "description": "Position of the button, if applicable.\n- **positive**\n- **negative**\n\nNote: Positive and Negative directions are defined based on Cartesian plane.",
11203
+ "default": "'negative'",
11204
+ "attribute": "button-position",
11205
+ "reflects": true
11206
+ },
11207
+ {
11208
+ "kind": "method",
11209
+ "name": "setVariant",
11210
+ "privacy": "private",
11211
+ "parameters": [
11212
+ {
11213
+ "name": "variant",
11214
+ "type": {
11215
+ "text": "DividerVariant"
11216
+ },
11217
+ "description": "The variant to set."
11218
+ }
11219
+ ],
11220
+ "description": "Sets the variant attribute for the divider component.\nIf the provided variant is not included in the DIVIDER_VARIANT,\nit defaults to the value specified in DEFAULTS.VARIANT."
11221
+ },
11222
+ {
11223
+ "kind": "method",
11224
+ "name": "setOrientation",
11225
+ "privacy": "private",
11226
+ "parameters": [
11227
+ {
11228
+ "name": "orientation",
11229
+ "type": {
11230
+ "text": "DividerOrientation"
11231
+ },
11232
+ "description": "The orientation to set."
11233
+ }
11234
+ ],
11235
+ "description": "Sets the orientation attribute for the divider component.\nIf the provided orientation is not included in the DIVIDER_ORIENTATION,\nit defaults to the value specified in DEFAULTS.ORIENTATION."
11236
+ },
11237
+ {
11238
+ "kind": "method",
11239
+ "name": "ensureValidDirections",
11240
+ "privacy": "private",
11241
+ "description": "Sets the buttonPosition and arrowDirection attribute for the divider component.\nIf the provided buttonPosition and arrowDirection are not included in the DIRECTIONS,\nit defaults to the value specified in DIRECTIONS based on the ORIENTATION.",
11242
+ "parameters": [
11243
+ {
11244
+ "description": "The buttonPosition to set.",
11245
+ "name": "buttonPosition"
11246
+ },
11247
+ {
11248
+ "description": "The arrowDirection to set.",
11249
+ "name": "arrowDirection"
11250
+ }
11251
+ ]
11252
+ },
11253
+ {
11254
+ "kind": "method",
11255
+ "name": "setGrabberButton",
11256
+ "privacy": "private",
11257
+ "return": {
11258
+ "type": {
11259
+ "text": "void"
11260
+ }
11261
+ },
11262
+ "description": "Configures the grabber button within the divider.\n\n- Sets the `prefix-icon` attribute for the grabber button based\non the `arrow-direction` and `orientation` properties.\n\nThis method updates the DOM element dynamically if a grabber button is present."
11263
+ },
11264
+ {
11265
+ "kind": "method",
11266
+ "name": "getArrowIcon",
11267
+ "privacy": "private",
11268
+ "return": {
11269
+ "type": {
11270
+ "text": ""
11271
+ }
11272
+ },
11273
+ "description": "Determines the arrow icon based on the consumer-defined `arrowDirection`."
11274
+ },
11275
+ {
11276
+ "kind": "method",
11277
+ "name": "inferDividerType",
11278
+ "privacy": "private",
11279
+ "description": "Infers the type of divider based on the kind of slot present.",
11280
+ "parameters": [
11281
+ {
11282
+ "description": "default slot of divider",
11283
+ "name": "slot"
11284
+ }
11285
+ ]
11286
+ }
11287
+ ],
11288
+ "attributes": [
11289
+ {
11290
+ "name": "orientation",
11291
+ "type": {
11292
+ "text": "DividerOrientation"
11293
+ },
11294
+ "description": "Two orientations of divider\n- **horizontal**: A thin, horizontal line with 0.0625rem width.\n- **vertical**: A thin, vertical line with 0.0625rem width.\n\nNote: We do not support \"Vertical Text Divider\" as of now.",
11295
+ "default": "horizontal",
11296
+ "fieldName": "orientation"
11297
+ },
11298
+ {
11299
+ "name": "variant",
11300
+ "type": {
11301
+ "text": "DividerVariant"
11302
+ },
11303
+ "description": "Two variants of divider\n- **solid**: Solid line.\n- **gradient**: Gradient Line that fades on either sides of the divider.",
11304
+ "default": "solid",
11305
+ "fieldName": "variant"
11306
+ },
11307
+ {
11308
+ "name": "arrow-direction",
11309
+ "type": {
11310
+ "text": "Directions"
11311
+ },
11312
+ "description": "Direction of the arrow icon, if applicable.\n- **positive**\n- **negative**\n\nNote: Positive and Negative directions are defined based on Cartesian plane.",
11313
+ "default": "'negative'",
11314
+ "fieldName": "arrowDirection"
11315
+ },
11316
+ {
11317
+ "name": "button-position",
11318
+ "type": {
11319
+ "text": "Directions"
11320
+ },
11321
+ "description": "Position of the button, if applicable.\n- **positive**\n- **negative**\n\nNote: Positive and Negative directions are defined based on Cartesian plane.",
11322
+ "default": "'negative'",
11323
+ "fieldName": "buttonPosition"
11324
+ }
11325
+ ],
11326
+ "superclass": {
11327
+ "name": "Component",
11328
+ "module": "/src/models"
11329
+ },
11330
+ "tagName": "mdc-divider",
11331
+ "jsDoc": "/**\n * `mdc-divider` is a component that provides a line to separate and organize content.\n * It can also include a button or text positioned centrally, allowing users to interact with the layout.\n *\n * **Divider Orientation:**\n * - **Horizontal**: A thin, horizontal line.\n * - **Vertical**: A thin, vertical line.\n *\n * **Divider Variants:**\n * - **solid**: Solid line.\n * - **gradient**: Gradient Line.\n *\n * **Divider Types:**\n * - The type of divider is inferred based on the kind of slot present.\n * - **Primary**: A simple horizontal or vertical divider.\n * - **Text**: A horizontal divider with a text label in the center.\n * - **Grabber Button**: A horizontal or vertical divider with a styled button in the center.\n *\n * **Accessibility:**\n * - When the slot is replaced by an `mdc-button`:\n * - `aria-label` should be passed to the `mdc-button`.\n * - `aria-expanded` should be passed to the `mdc-button`.\n *\n * **Notes:**\n * - If the slot is replaced by an invalid tag name or contains multiple elements,\n * the divider defaults to the **Primary** type.\n * - To override the styles of the divider, use the provided CSS custom properties.\n *\n * @tagname mdc-divider\n *\n * @cssproperty --mdc-divider-background-color - background color of the divider\n * @cssproperty --mdc-divider-width - width of the divider\n * @cssproperty --mdc-divider-horizontal-gradient - gradient of the horizontal divider\n * @cssproperty --mdc-divider-vertical-gradient - gradient of the vertical divider\n * @cssproperty --mdc-divider-text-size - font size of label in the text divider\n * @cssproperty --mdc-divider-text-color - font color of label in the text divider\n * @cssproperty --mdc-divider-text-margin - left and right margin of label in the text divider\n * @cssproperty --mdc-divider-text-line-height - line height of label in the text divider\n * @cssproperty --mdc-divider-grabber-button-background-color-normal - background color of the grabber button\n * in rest state\n * @cssproperty --mdc-divider-grabber-button-background-color-hover - background color of the grabber button\n * in hover state\n * @cssproperty --mdc-divider-grabber-button-background-color-pressed - background color of the grabber button\n * in pressed state\n * @cssproperty --mdc-divider-grabber-button-border-color - border color of the grabber button\n * @cssproperty --mdc-divider-grabber-button-border-radius - border radius of the grabber button\n */",
11332
+ "customElement": true
11333
11333
  }
11334
11334
  ],
11335
11335
  "exports": [
@@ -11337,8 +11337,8 @@
11337
11337
  "kind": "js",
11338
11338
  "name": "default",
11339
11339
  "declaration": {
11340
- "name": "FilterChip",
11341
- "module": "components/filterchip/filterchip.component.js"
11340
+ "name": "Divider",
11341
+ "module": "components/divider/divider.component.js"
11342
11342
  }
11343
11343
  }
11344
11344
  ]
@@ -15756,7 +15756,7 @@
15756
15756
  "module": "/src/models"
15757
15757
  },
15758
15758
  "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 */",
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 */",
15760
15760
  "customElement": true,
15761
15761
  "attributes": [
15762
15762
  {
@@ -15788,41 +15788,13 @@
15788
15788
  },
15789
15789
  {
15790
15790
  "kind": "javascript-module",
15791
- "path": "components/menuitemradio/menuitemradio.component.js",
15791
+ "path": "components/menuitem/menuitem.component.js",
15792
15792
  "declarations": [
15793
15793
  {
15794
15794
  "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",
15795
+ "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.",
15796
+ "name": "MenuItem",
15797
15797
  "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
15798
  {
15827
15799
  "kind": "field",
15828
15800
  "name": "arrowPosition",
@@ -15831,11 +15803,7 @@
15831
15803
  },
15832
15804
  "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
15805
  "attribute": "arrow-position",
15834
- "reflects": true,
15835
- "inheritedFrom": {
15836
- "name": "MenuItem",
15837
- "module": "components/menuitem/menuitem.component.js"
15838
- }
15806
+ "reflects": true
15839
15807
  },
15840
15808
  {
15841
15809
  "kind": "field",
@@ -15845,11 +15813,7 @@
15845
15813
  },
15846
15814
  "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
15815
  "attribute": "arrow-direction",
15848
- "reflects": true,
15849
- "inheritedFrom": {
15850
- "name": "MenuItem",
15851
- "module": "components/menuitem/menuitem.component.js"
15852
- }
15816
+ "reflects": true
15853
15817
  },
15854
15818
  {
15855
15819
  "kind": "method",
@@ -15893,11 +15857,7 @@
15893
15857
  "description": "The keyboard event that triggered the action."
15894
15858
  }
15895
15859
  ],
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
- }
15860
+ "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
15861
  },
15902
15862
  {
15903
15863
  "kind": "method",
@@ -16218,12 +16178,7 @@
16218
16178
  ],
16219
16179
  "events": [
16220
16180
  {
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.",
16181
+ "description": "(React: onClick) This event is dispatched when the menuitem is clicked.",
16227
16182
  "name": "click",
16228
16183
  "reactName": "onClick",
16229
16184
  "inheritedFrom": {
@@ -16231,15 +16186,6 @@
16231
16186
  "module": "src/components/listitem/listitem.component.ts"
16232
16187
  }
16233
16188
  },
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
16189
  {
16244
16190
  "description": "(React: onKeyDown) This event is dispatched when a key is pressed down on the menuitem.",
16245
16191
  "name": "keydown",
@@ -16257,38 +16203,25 @@
16257
16203
  "name": "ListItem",
16258
16204
  "module": "src/components/listitem/listitem.component.ts"
16259
16205
  }
16206
+ },
16207
+ {
16208
+ "description": "(React: onFocus) This event is dispatched when the menuitem receives focus.",
16209
+ "name": "focus",
16210
+ "reactName": "onFocus",
16211
+ "inheritedFrom": {
16212
+ "name": "ListItem",
16213
+ "module": "src/components/listitem/listitem.component.ts"
16214
+ }
16260
16215
  }
16261
16216
  ],
16262
16217
  "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
16218
  {
16282
16219
  "name": "arrow-position",
16283
16220
  "type": {
16284
16221
  "text": "ArrowPositions | undefined"
16285
16222
  },
16286
16223
  "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
- }
16224
+ "fieldName": "arrowPosition"
16292
16225
  },
16293
16226
  {
16294
16227
  "name": "arrow-direction",
@@ -16296,11 +16229,7 @@
16296
16229
  "text": "ArrowDirections | undefined"
16297
16230
  },
16298
16231
  "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
- }
16232
+ "fieldName": "arrowDirection"
16304
16233
  },
16305
16234
  {
16306
16235
  "name": "disabled",
@@ -16428,11 +16357,11 @@
16428
16357
  }
16429
16358
  ],
16430
16359
  "superclass": {
16431
- "name": "MenuItem",
16432
- "module": "/src/components/menuitem/menuitem.component"
16360
+ "name": "ListItem",
16361
+ "module": "/src/components/listitem/listitem.component"
16433
16362
  },
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 */",
16363
+ "tagName": "mdc-menuitem",
16364
+ "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
16365
  "customElement": true,
16437
16366
  "slots": [
16438
16367
  {
@@ -16565,8 +16494,8 @@
16565
16494
  "kind": "js",
16566
16495
  "name": "default",
16567
16496
  "declaration": {
16568
- "name": "MenuItemRadio",
16569
- "module": "components/menuitemradio/menuitemradio.component.js"
16497
+ "name": "MenuItem",
16498
+ "module": "components/menuitem/menuitem.component.js"
16570
16499
  }
16571
16500
  }
16572
16501
  ]
@@ -17395,13 +17324,41 @@
17395
17324
  },
17396
17325
  {
17397
17326
  "kind": "javascript-module",
17398
- "path": "components/menuitem/menuitem.component.js",
17327
+ "path": "components/menuitemradio/menuitemradio.component.js",
17399
17328
  "declarations": [
17400
17329
  {
17401
17330
  "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",
17331
+ "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`.",
17332
+ "name": "MenuItemRadio",
17404
17333
  "members": [
17334
+ {
17335
+ "kind": "field",
17336
+ "name": "ariaChecked",
17337
+ "type": {
17338
+ "text": "AriaCheckedStates"
17339
+ },
17340
+ "description": "The aria-checked attribute is used to indicate that the menuitemradio is checked or not.",
17341
+ "default": "'false'",
17342
+ "attribute": "aria-checked",
17343
+ "reflects": true
17344
+ },
17345
+ {
17346
+ "kind": "field",
17347
+ "name": "name",
17348
+ "type": {
17349
+ "text": "string"
17350
+ },
17351
+ "default": "''",
17352
+ "description": "The name attribute is used to group radio items within the same menu container.",
17353
+ "attribute": "name",
17354
+ "reflects": true
17355
+ },
17356
+ {
17357
+ "kind": "field",
17358
+ "name": "menuitemradioHandleClick",
17359
+ "privacy": "private",
17360
+ "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`."
17361
+ },
17405
17362
  {
17406
17363
  "kind": "field",
17407
17364
  "name": "arrowPosition",
@@ -17410,7 +17367,11 @@
17410
17367
  },
17411
17368
  "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
17369
  "attribute": "arrow-position",
17413
- "reflects": true
17370
+ "reflects": true,
17371
+ "inheritedFrom": {
17372
+ "name": "MenuItem",
17373
+ "module": "components/menuitem/menuitem.component.js"
17374
+ }
17414
17375
  },
17415
17376
  {
17416
17377
  "kind": "field",
@@ -17420,7 +17381,11 @@
17420
17381
  },
17421
17382
  "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
17383
  "attribute": "arrow-direction",
17423
- "reflects": true
17384
+ "reflects": true,
17385
+ "inheritedFrom": {
17386
+ "name": "MenuItem",
17387
+ "module": "components/menuitem/menuitem.component.js"
17388
+ }
17424
17389
  },
17425
17390
  {
17426
17391
  "kind": "method",
@@ -17464,7 +17429,11 @@
17464
17429
  "description": "The keyboard event that triggered the action."
17465
17430
  }
17466
17431
  ],
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."
17432
+ "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.",
17433
+ "inheritedFrom": {
17434
+ "name": "MenuItem",
17435
+ "module": "components/menuitem/menuitem.component.js"
17436
+ }
17468
17437
  },
17469
17438
  {
17470
17439
  "kind": "method",
@@ -17785,7 +17754,12 @@
17785
17754
  ],
17786
17755
  "events": [
17787
17756
  {
17788
- "description": "(React: onClick) This event is dispatched when the menuitem is clicked.",
17757
+ "description": "(React: onChange) This event is dispatched when the menuitemradio changes.",
17758
+ "name": "change",
17759
+ "reactName": "onChange"
17760
+ },
17761
+ {
17762
+ "description": "(React: onClick) This event is dispatched when the menuitemradio is clicked.",
17789
17763
  "name": "click",
17790
17764
  "reactName": "onClick",
17791
17765
  "inheritedFrom": {
@@ -17794,27 +17768,27 @@
17794
17768
  }
17795
17769
  },
17796
17770
  {
17797
- "description": "(React: onKeyDown) This event is dispatched when a key is pressed down on the menuitem.",
17798
- "name": "keydown",
17799
- "reactName": "onKeyDown",
17771
+ "description": "(React: onFocus) This event is dispatched when the menuitemradio receives focus.",
17772
+ "name": "focus",
17773
+ "reactName": "onFocus",
17800
17774
  "inheritedFrom": {
17801
17775
  "name": "ListItem",
17802
17776
  "module": "src/components/listitem/listitem.component.ts"
17803
17777
  }
17804
17778
  },
17805
17779
  {
17806
- "description": "(React: onKeyUp) This event is dispatched when a key is released on the menuitem.",
17807
- "name": "keyup",
17808
- "reactName": "onKeyUp",
17780
+ "description": "(React: onKeyDown) This event is dispatched when a key is pressed down on the menuitem.",
17781
+ "name": "keydown",
17782
+ "reactName": "onKeyDown",
17809
17783
  "inheritedFrom": {
17810
17784
  "name": "ListItem",
17811
17785
  "module": "src/components/listitem/listitem.component.ts"
17812
17786
  }
17813
17787
  },
17814
17788
  {
17815
- "description": "(React: onFocus) This event is dispatched when the menuitem receives focus.",
17816
- "name": "focus",
17817
- "reactName": "onFocus",
17789
+ "description": "(React: onKeyUp) This event is dispatched when a key is released on the menuitem.",
17790
+ "name": "keyup",
17791
+ "reactName": "onKeyUp",
17818
17792
  "inheritedFrom": {
17819
17793
  "name": "ListItem",
17820
17794
  "module": "src/components/listitem/listitem.component.ts"
@@ -17822,13 +17796,35 @@
17822
17796
  }
17823
17797
  ],
17824
17798
  "attributes": [
17799
+ {
17800
+ "name": "aria-checked",
17801
+ "type": {
17802
+ "text": "AriaCheckedStates"
17803
+ },
17804
+ "description": "The aria-checked attribute is used to indicate that the menuitemradio is checked or not.",
17805
+ "default": "'false'",
17806
+ "fieldName": "ariaChecked"
17807
+ },
17808
+ {
17809
+ "name": "name",
17810
+ "type": {
17811
+ "text": "string"
17812
+ },
17813
+ "default": "''",
17814
+ "description": "The name attribute is used to group radio items within the same menu container.",
17815
+ "fieldName": "name"
17816
+ },
17825
17817
  {
17826
17818
  "name": "arrow-position",
17827
17819
  "type": {
17828
17820
  "text": "ArrowPositions | undefined"
17829
17821
  },
17830
17822
  "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"
17823
+ "fieldName": "arrowPosition",
17824
+ "inheritedFrom": {
17825
+ "name": "MenuItem",
17826
+ "module": "src/components/menuitem/menuitem.component.ts"
17827
+ }
17832
17828
  },
17833
17829
  {
17834
17830
  "name": "arrow-direction",
@@ -17836,7 +17832,11 @@
17836
17832
  "text": "ArrowDirections | undefined"
17837
17833
  },
17838
17834
  "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"
17835
+ "fieldName": "arrowDirection",
17836
+ "inheritedFrom": {
17837
+ "name": "MenuItem",
17838
+ "module": "src/components/menuitem/menuitem.component.ts"
17839
+ }
17840
17840
  },
17841
17841
  {
17842
17842
  "name": "disabled",
@@ -17964,11 +17964,11 @@
17964
17964
  }
17965
17965
  ],
17966
17966
  "superclass": {
17967
- "name": "ListItem",
17968
- "module": "/src/components/listitem/listitem.component"
17967
+ "name": "MenuItem",
17968
+ "module": "/src/components/menuitem/menuitem.component"
17969
17969
  },
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 */",
17970
+ "tagName": "mdc-menuitemradio",
17971
+ "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
17972
  "customElement": true,
17973
17973
  "slots": [
17974
17974
  {
@@ -18101,8 +18101,8 @@
18101
18101
  "kind": "js",
18102
18102
  "name": "default",
18103
18103
  "declaration": {
18104
- "name": "MenuItem",
18105
- "module": "components/menuitem/menuitem.component.js"
18104
+ "name": "MenuItemRadio",
18105
+ "module": "components/menuitemradio/menuitemradio.component.js"
18106
18106
  }
18107
18107
  }
18108
18108
  ]