@maxio-com/react-ui-components 9.22.0 → 9.22.1

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 (586) hide show
  1. package/dist/index.esm.js +1 -1
  2. package/dist/index.js +1 -1
  3. package/dist/index.js.map +1 -1
  4. package/dist/skills/maxio-react/references/components-action-menu.md +17 -6
  5. package/dist/skills/maxio-react/references/components-avatar.md +3 -1
  6. package/dist/skills/maxio-react/references/components-breadcrumbs.md +2 -1
  7. package/dist/skills/maxio-react/references/components-buttons-button.md +18 -7
  8. package/dist/skills/maxio-react/references/components-buttons-iconbutton.md +3 -1
  9. package/dist/skills/maxio-react/references/components-card.md +13 -6
  10. package/dist/skills/maxio-react/references/components-chip.md +13 -5
  11. package/dist/skills/maxio-react/references/components-copy-to-clipboard.md +12 -3
  12. package/dist/skills/maxio-react/references/components-data-table.md +29 -13
  13. package/dist/skills/maxio-react/references/components-empty-state.md +15 -6
  14. package/dist/skills/maxio-react/references/components-flex.md +16 -8
  15. package/dist/skills/maxio-react/references/components-forms-checkbox.md +22 -9
  16. package/dist/skills/maxio-react/references/components-forms-combobox.md +23 -10
  17. package/dist/skills/maxio-react/references/components-forms-radio-group.md +16 -7
  18. package/dist/skills/maxio-react/references/components-forms-select.md +21 -9
  19. package/dist/skills/maxio-react/references/components-forms-textarea.md +10 -4
  20. package/dist/skills/maxio-react/references/components-forms-textfield.md +28 -12
  21. package/dist/skills/maxio-react/references/components-grid.md +5 -2
  22. package/dist/skills/maxio-react/references/components-icon.md +16 -7
  23. package/dist/skills/maxio-react/references/components-link.md +17 -6
  24. package/dist/skills/maxio-react/references/components-listbox.md +13 -5
  25. package/dist/skills/maxio-react/references/components-loading-spinner.md +7 -3
  26. package/dist/skills/maxio-react/references/components-logo.md +8 -4
  27. package/dist/skills/maxio-react/references/components-notifications-alert.md +6 -2
  28. package/dist/skills/maxio-react/references/components-notifications-banner.md +14 -7
  29. package/dist/skills/maxio-react/references/components-notifications-toast.md +7 -3
  30. package/dist/skills/maxio-react/references/components-pagination.md +8 -3
  31. package/dist/skills/maxio-react/references/components-popover.md +10 -3
  32. package/dist/skills/maxio-react/references/components-progressbar.md +3 -1
  33. package/dist/skills/maxio-react/references/components-segmentedcontrol.md +11 -5
  34. package/dist/skills/maxio-react/references/components-tabs.md +13 -4
  35. package/dist/skills/maxio-react/references/components-tag.md +9 -4
  36. package/dist/skills/maxio-react/references/components-tile.md +12 -5
  37. package/dist/skills/maxio-react/references/components-toggle.md +8 -4
  38. package/dist/skills/maxio-react/references/components-tooltip.md +14 -6
  39. package/dist/skills/maxio-react/references/components-typography-body.md +8 -3
  40. package/dist/skills/maxio-react/references/components-typography-code.md +5 -2
  41. package/dist/skills/maxio-react/references/components-typography-display.md +5 -2
  42. package/dist/skills/maxio-react/references/components-typography-heading.md +6 -2
  43. package/dist/skills/maxio-react/references/components-typography-label.md +5 -2
  44. package/dist/skills/maxio-react/references/deprecated-textinput.md +22 -10
  45. package/dist/skills/maxio-react/references/patterns-side-nav.md +3 -1
  46. package/dist/skills/maxio-react/references/patterns-top-bar.md +12 -4
  47. package/dist/temporary-typings/src/components/ActionList/ActionList.d.ts +5 -0
  48. package/dist/temporary-typings/src/components/ActionList/ActionList.d.ts.map +1 -0
  49. package/dist/temporary-typings/src/components/ActionList/components/ActionItem.d.ts +5 -0
  50. package/dist/temporary-typings/src/components/ActionList/components/ActionItem.d.ts.map +1 -0
  51. package/dist/temporary-typings/src/components/ActionList/components/index.d.ts +2 -0
  52. package/dist/temporary-typings/src/components/ActionList/components/index.d.ts.map +1 -0
  53. package/dist/temporary-typings/src/components/ActionList/index.d.ts +4 -0
  54. package/dist/temporary-typings/src/components/ActionList/index.d.ts.map +1 -0
  55. package/dist/temporary-typings/src/components/ActionList/types.d.ts +31 -0
  56. package/dist/temporary-typings/src/components/ActionList/types.d.ts.map +1 -0
  57. package/dist/temporary-typings/src/components/ActionList/utils.d.ts +4 -0
  58. package/dist/temporary-typings/src/components/ActionList/utils.d.ts.map +1 -0
  59. package/dist/temporary-typings/src/components/ActionMenu/components/Menu/Menu.d.ts +11 -0
  60. package/dist/temporary-typings/src/components/ActionMenu/components/Menu/Menu.d.ts.map +1 -0
  61. package/dist/temporary-typings/src/components/ActionMenu/components/Menu/index.d.ts +3 -0
  62. package/dist/temporary-typings/src/components/ActionMenu/components/Menu/index.d.ts.map +1 -0
  63. package/dist/temporary-typings/src/components/ActionMenu/components/MenuButton/MenuButton.d.ts +5 -0
  64. package/dist/temporary-typings/src/components/ActionMenu/components/MenuButton/MenuButton.d.ts.map +1 -0
  65. package/dist/temporary-typings/src/components/ActionMenu/components/MenuButton/index.d.ts +3 -0
  66. package/dist/temporary-typings/src/components/ActionMenu/components/MenuButton/index.d.ts.map +1 -0
  67. package/dist/temporary-typings/src/components/ActionMenu/components/MenuButton/types.d.ts +7 -0
  68. package/dist/temporary-typings/src/components/ActionMenu/components/MenuButton/types.d.ts.map +1 -0
  69. package/dist/temporary-typings/src/components/ActionMenu/components/MenuList/MenuList.d.ts +9 -0
  70. package/dist/temporary-typings/src/components/ActionMenu/components/MenuList/MenuList.d.ts.map +1 -0
  71. package/dist/temporary-typings/src/components/ActionMenu/components/MenuList/index.d.ts +3 -0
  72. package/dist/temporary-typings/src/components/ActionMenu/components/MenuList/index.d.ts.map +1 -0
  73. package/dist/temporary-typings/src/components/ActionMenu/contexts/MenuContext.d.ts +14 -0
  74. package/dist/temporary-typings/src/components/ActionMenu/contexts/MenuContext.d.ts.map +1 -0
  75. package/dist/temporary-typings/src/components/ActionMenu/contexts/index.d.ts +4 -0
  76. package/dist/temporary-typings/src/components/ActionMenu/contexts/index.d.ts.map +1 -0
  77. package/dist/temporary-typings/src/components/ActionMenu/hooks/index.d.ts +3 -0
  78. package/dist/temporary-typings/src/components/ActionMenu/hooks/index.d.ts.map +1 -0
  79. package/dist/temporary-typings/src/components/ActionMenu/hooks/useMenu.d.ts +2 -0
  80. package/dist/temporary-typings/src/components/ActionMenu/hooks/useMenu.d.ts.map +1 -0
  81. package/dist/temporary-typings/src/components/ActionMenu/index.d.ts +5 -0
  82. package/dist/temporary-typings/src/components/ActionMenu/index.d.ts.map +1 -0
  83. package/dist/temporary-typings/src/components/Avatar/Avatar.d.ts +5 -0
  84. package/dist/temporary-typings/src/components/Avatar/Avatar.d.ts.map +1 -0
  85. package/dist/temporary-typings/src/components/Avatar/Avatar.stories.d.ts +7 -0
  86. package/dist/temporary-typings/src/components/Avatar/Avatar.stories.d.ts.map +1 -0
  87. package/dist/temporary-typings/src/components/Avatar/Avatar.types.d.ts +6 -0
  88. package/dist/temporary-typings/src/components/Avatar/Avatar.types.d.ts.map +1 -0
  89. package/dist/temporary-typings/src/components/Avatar/index.d.ts +5 -0
  90. package/dist/temporary-typings/src/components/Avatar/index.d.ts.map +1 -0
  91. package/dist/temporary-typings/src/components/Breadcrumbs/Breadcrumbs.d.ts +5 -0
  92. package/dist/temporary-typings/src/components/Breadcrumbs/Breadcrumbs.d.ts.map +1 -0
  93. package/dist/temporary-typings/src/components/Breadcrumbs/BreadcrumbsItem.d.ts +5 -0
  94. package/dist/temporary-typings/src/components/Breadcrumbs/BreadcrumbsItem.d.ts.map +1 -0
  95. package/dist/temporary-typings/src/components/Breadcrumbs/constants.d.ts +6 -0
  96. package/dist/temporary-typings/src/components/Breadcrumbs/constants.d.ts.map +1 -0
  97. package/dist/temporary-typings/src/components/Breadcrumbs/index.d.ts +3 -0
  98. package/dist/temporary-typings/src/components/Breadcrumbs/index.d.ts.map +1 -0
  99. package/dist/temporary-typings/src/components/Breadcrumbs/types.d.ts +6 -0
  100. package/dist/temporary-typings/src/components/Breadcrumbs/types.d.ts.map +1 -0
  101. package/dist/temporary-typings/src/components/Buttons/Button/Button.d.ts +5 -0
  102. package/dist/temporary-typings/src/components/Buttons/Button/Button.d.ts.map +1 -0
  103. package/dist/temporary-typings/src/components/Buttons/Button/index.d.ts +3 -0
  104. package/dist/temporary-typings/src/components/Buttons/Button/index.d.ts.map +1 -0
  105. package/dist/temporary-typings/src/components/Buttons/Button/types.d.ts +22 -0
  106. package/dist/temporary-typings/src/components/Buttons/Button/types.d.ts.map +1 -0
  107. package/dist/temporary-typings/src/components/Buttons/IconButton/IconButton.d.ts +5 -0
  108. package/dist/temporary-typings/src/components/Buttons/IconButton/IconButton.d.ts.map +1 -0
  109. package/dist/temporary-typings/src/components/Buttons/IconButton/index.d.ts +3 -0
  110. package/dist/temporary-typings/src/components/Buttons/IconButton/index.d.ts.map +1 -0
  111. package/dist/temporary-typings/src/components/Buttons/IconButton/types.d.ts +8 -0
  112. package/dist/temporary-typings/src/components/Buttons/IconButton/types.d.ts.map +1 -0
  113. package/dist/temporary-typings/src/components/Buttons/index.d.ts +3 -0
  114. package/dist/temporary-typings/src/components/Buttons/index.d.ts.map +1 -0
  115. package/dist/temporary-typings/src/components/Card/Card.d.ts +27 -0
  116. package/dist/temporary-typings/src/components/Card/Card.d.ts.map +1 -0
  117. package/dist/temporary-typings/src/components/Card/index.d.ts +3 -0
  118. package/dist/temporary-typings/src/components/Card/index.d.ts.map +1 -0
  119. package/dist/temporary-typings/src/components/Card/types.d.ts +5 -0
  120. package/dist/temporary-typings/src/components/Card/types.d.ts.map +1 -0
  121. package/dist/temporary-typings/src/components/Chip/Chip.d.ts +5 -0
  122. package/dist/temporary-typings/src/components/Chip/Chip.d.ts.map +1 -0
  123. package/dist/temporary-typings/src/components/Chip/Chip.types.d.ts +11 -0
  124. package/dist/temporary-typings/src/components/Chip/Chip.types.d.ts.map +1 -0
  125. package/dist/temporary-typings/src/components/Chip/DismissButton/DismissButton.d.ts +5 -0
  126. package/dist/temporary-typings/src/components/Chip/DismissButton/DismissButton.d.ts.map +1 -0
  127. package/dist/temporary-typings/src/components/Chip/DismissButton/index.d.ts +2 -0
  128. package/dist/temporary-typings/src/components/Chip/DismissButton/index.d.ts.map +1 -0
  129. package/dist/temporary-typings/src/components/Chip/index.d.ts +2 -0
  130. package/dist/temporary-typings/src/components/Chip/index.d.ts.map +1 -0
  131. package/dist/temporary-typings/src/components/CopyToClipboard/CopyToClipboard.d.ts +5 -0
  132. package/dist/temporary-typings/src/components/CopyToClipboard/CopyToClipboard.d.ts.map +1 -0
  133. package/dist/temporary-typings/src/components/CopyToClipboard/CopyToClipboard.types.d.ts +18 -0
  134. package/dist/temporary-typings/src/components/CopyToClipboard/CopyToClipboard.types.d.ts.map +1 -0
  135. package/dist/temporary-typings/src/components/CopyToClipboard/index.d.ts +5 -0
  136. package/dist/temporary-typings/src/components/CopyToClipboard/index.d.ts.map +1 -0
  137. package/dist/temporary-typings/src/components/CopyToClipboard/useCopyToClipboard.d.ts +22 -0
  138. package/dist/temporary-typings/src/components/CopyToClipboard/useCopyToClipboard.d.ts.map +1 -0
  139. package/dist/temporary-typings/src/components/DataTable/DataTable.d.ts +6 -0
  140. package/dist/temporary-typings/src/components/DataTable/DataTable.d.ts.map +1 -0
  141. package/dist/temporary-typings/src/components/DataTable/DataTable.types.d.ts +62 -0
  142. package/dist/temporary-typings/src/components/DataTable/DataTable.types.d.ts.map +1 -0
  143. package/dist/temporary-typings/src/components/DataTable/components/HeaderCell/HeaderCell.d.ts +6 -0
  144. package/dist/temporary-typings/src/components/DataTable/components/HeaderCell/HeaderCell.d.ts.map +1 -0
  145. package/dist/temporary-typings/src/components/DataTable/components/HeaderCell/HeaderCell.types.d.ts +9 -0
  146. package/dist/temporary-typings/src/components/DataTable/components/HeaderCell/HeaderCell.types.d.ts.map +1 -0
  147. package/dist/temporary-typings/src/components/DataTable/components/HeaderCell/index.d.ts +3 -0
  148. package/dist/temporary-typings/src/components/DataTable/components/HeaderCell/index.d.ts.map +1 -0
  149. package/dist/temporary-typings/src/components/DataTable/components/HeaderControls/HeaderControls.d.ts +11 -0
  150. package/dist/temporary-typings/src/components/DataTable/components/HeaderControls/HeaderControls.d.ts.map +1 -0
  151. package/dist/temporary-typings/src/components/DataTable/components/HeaderControls/index.d.ts +2 -0
  152. package/dist/temporary-typings/src/components/DataTable/components/HeaderControls/index.d.ts.map +1 -0
  153. package/dist/temporary-typings/src/components/DataTable/components/RowActions/RowActions.d.ts +7 -0
  154. package/dist/temporary-typings/src/components/DataTable/components/RowActions/RowActions.d.ts.map +1 -0
  155. package/dist/temporary-typings/src/components/DataTable/components/RowActions/index.d.ts +3 -0
  156. package/dist/temporary-typings/src/components/DataTable/components/RowActions/index.d.ts.map +1 -0
  157. package/dist/temporary-typings/src/components/DataTable/components/RowControls/RowControls.d.ts +11 -0
  158. package/dist/temporary-typings/src/components/DataTable/components/RowControls/RowControls.d.ts.map +1 -0
  159. package/dist/temporary-typings/src/components/DataTable/components/RowControls/index.d.ts +2 -0
  160. package/dist/temporary-typings/src/components/DataTable/components/RowControls/index.d.ts.map +1 -0
  161. package/dist/temporary-typings/src/components/DataTable/components/RowRenderer/RowRenderer.d.ts +12 -0
  162. package/dist/temporary-typings/src/components/DataTable/components/RowRenderer/RowRenderer.d.ts.map +1 -0
  163. package/dist/temporary-typings/src/components/DataTable/components/RowRenderer/index.d.ts +2 -0
  164. package/dist/temporary-typings/src/components/DataTable/components/RowRenderer/index.d.ts.map +1 -0
  165. package/dist/temporary-typings/src/components/DataTable/components/Table/Table.d.ts +5 -0
  166. package/dist/temporary-typings/src/components/DataTable/components/Table/Table.d.ts.map +1 -0
  167. package/dist/temporary-typings/src/components/DataTable/components/Table/Table.types.d.ts +10 -0
  168. package/dist/temporary-typings/src/components/DataTable/components/Table/Table.types.d.ts.map +1 -0
  169. package/dist/temporary-typings/src/components/DataTable/components/Table/index.d.ts +2 -0
  170. package/dist/temporary-typings/src/components/DataTable/components/Table/index.d.ts.map +1 -0
  171. package/dist/temporary-typings/src/components/DataTable/components/TableBody/TableBody.d.ts +5 -0
  172. package/dist/temporary-typings/src/components/DataTable/components/TableBody/TableBody.d.ts.map +1 -0
  173. package/dist/temporary-typings/src/components/DataTable/components/TableBody/TableBody.types.d.ts +4 -0
  174. package/dist/temporary-typings/src/components/DataTable/components/TableBody/TableBody.types.d.ts.map +1 -0
  175. package/dist/temporary-typings/src/components/DataTable/components/TableBody/index.d.ts +2 -0
  176. package/dist/temporary-typings/src/components/DataTable/components/TableBody/index.d.ts.map +1 -0
  177. package/dist/temporary-typings/src/components/DataTable/components/TableCell/TableCell.d.ts +11 -0
  178. package/dist/temporary-typings/src/components/DataTable/components/TableCell/TableCell.d.ts.map +1 -0
  179. package/dist/temporary-typings/src/components/DataTable/components/TableCell/index.d.ts +2 -0
  180. package/dist/temporary-typings/src/components/DataTable/components/TableCell/index.d.ts.map +1 -0
  181. package/dist/temporary-typings/src/components/DataTable/components/TableHead/TableHead.d.ts +5 -0
  182. package/dist/temporary-typings/src/components/DataTable/components/TableHead/TableHead.d.ts.map +1 -0
  183. package/dist/temporary-typings/src/components/DataTable/components/TableHead/TableHead.types.d.ts +4 -0
  184. package/dist/temporary-typings/src/components/DataTable/components/TableHead/TableHead.types.d.ts.map +1 -0
  185. package/dist/temporary-typings/src/components/DataTable/components/TableHead/index.d.ts +2 -0
  186. package/dist/temporary-typings/src/components/DataTable/components/TableHead/index.d.ts.map +1 -0
  187. package/dist/temporary-typings/src/components/DataTable/components/TableRow/TableRow.d.ts +6 -0
  188. package/dist/temporary-typings/src/components/DataTable/components/TableRow/TableRow.d.ts.map +1 -0
  189. package/dist/temporary-typings/src/components/DataTable/components/TableRow/TableRow.types.d.ts +11 -0
  190. package/dist/temporary-typings/src/components/DataTable/components/TableRow/TableRow.types.d.ts.map +1 -0
  191. package/dist/temporary-typings/src/components/DataTable/components/TableRow/index.d.ts +2 -0
  192. package/dist/temporary-typings/src/components/DataTable/components/TableRow/index.d.ts.map +1 -0
  193. package/dist/temporary-typings/src/components/DataTable/fixtures/componentData.d.ts +26 -0
  194. package/dist/temporary-typings/src/components/DataTable/fixtures/componentData.d.ts.map +1 -0
  195. package/dist/temporary-typings/src/components/DataTable/fixtures/customRowsData.d.ts +51 -0
  196. package/dist/temporary-typings/src/components/DataTable/fixtures/customRowsData.d.ts.map +1 -0
  197. package/dist/temporary-typings/src/components/DataTable/fixtures/customerData.d.ts +51 -0
  198. package/dist/temporary-typings/src/components/DataTable/fixtures/customerData.d.ts.map +1 -0
  199. package/dist/temporary-typings/src/components/DataTable/fixtures/expandedData.d.ts +90 -0
  200. package/dist/temporary-typings/src/components/DataTable/fixtures/expandedData.d.ts.map +1 -0
  201. package/dist/temporary-typings/src/components/DataTable/fixtures/headerGroupsData.d.ts +40 -0
  202. package/dist/temporary-typings/src/components/DataTable/fixtures/headerGroupsData.d.ts.map +1 -0
  203. package/dist/temporary-typings/src/components/DataTable/hooks/useColumns.d.ts +33 -0
  204. package/dist/temporary-typings/src/components/DataTable/hooks/useColumns.d.ts.map +1 -0
  205. package/dist/temporary-typings/src/components/DataTable/hooks/useRowReordering.d.ts +38 -0
  206. package/dist/temporary-typings/src/components/DataTable/hooks/useRowReordering.d.ts.map +1 -0
  207. package/dist/temporary-typings/src/components/DataTable/index.d.ts +8 -0
  208. package/dist/temporary-typings/src/components/DataTable/index.d.ts.map +1 -0
  209. package/dist/temporary-typings/src/components/DataTable/utils/rowReorderAvailability.d.ts +17 -0
  210. package/dist/temporary-typings/src/components/DataTable/utils/rowReorderAvailability.d.ts.map +1 -0
  211. package/dist/temporary-typings/src/components/DataTable/utils/rowReordering.d.ts +17 -0
  212. package/dist/temporary-typings/src/components/DataTable/utils/rowReordering.d.ts.map +1 -0
  213. package/dist/temporary-typings/src/components/Drawer/Drawer.d.ts +5 -0
  214. package/dist/temporary-typings/src/components/Drawer/Drawer.d.ts.map +1 -0
  215. package/dist/temporary-typings/src/components/Drawer/index.d.ts +4 -0
  216. package/dist/temporary-typings/src/components/Drawer/index.d.ts.map +1 -0
  217. package/dist/temporary-typings/src/components/Drawer/types.d.ts +17 -0
  218. package/dist/temporary-typings/src/components/Drawer/types.d.ts.map +1 -0
  219. package/dist/temporary-typings/src/components/EmptyState/EmptyState.d.ts +5 -0
  220. package/dist/temporary-typings/src/components/EmptyState/EmptyState.d.ts.map +1 -0
  221. package/dist/temporary-typings/src/components/EmptyState/EmptyState.types.d.ts +10 -0
  222. package/dist/temporary-typings/src/components/EmptyState/EmptyState.types.d.ts.map +1 -0
  223. package/dist/temporary-typings/src/components/EmptyState/index.d.ts +3 -0
  224. package/dist/temporary-typings/src/components/EmptyState/index.d.ts.map +1 -0
  225. package/dist/temporary-typings/src/components/Flex/Flex.d.ts +5 -0
  226. package/dist/temporary-typings/src/components/Flex/Flex.d.ts.map +1 -0
  227. package/dist/temporary-typings/src/components/Flex/index.d.ts +2 -0
  228. package/dist/temporary-typings/src/components/Flex/index.d.ts.map +1 -0
  229. package/dist/temporary-typings/src/components/Flex/types.d.ts +19 -0
  230. package/dist/temporary-typings/src/components/Flex/types.d.ts.map +1 -0
  231. package/dist/temporary-typings/src/components/Grid/Grid.d.ts +5 -0
  232. package/dist/temporary-typings/src/components/Grid/Grid.d.ts.map +1 -0
  233. package/dist/temporary-typings/src/components/Grid/index.d.ts +3 -0
  234. package/dist/temporary-typings/src/components/Grid/index.d.ts.map +1 -0
  235. package/dist/temporary-typings/src/components/Grid/types.d.ts +35 -0
  236. package/dist/temporary-typings/src/components/Grid/types.d.ts.map +1 -0
  237. package/dist/temporary-typings/src/components/Icon/Icon.d.ts +5 -0
  238. package/dist/temporary-typings/src/components/Icon/Icon.d.ts.map +1 -0
  239. package/dist/temporary-typings/src/components/Icon/Icon.types.d.ts +9 -0
  240. package/dist/temporary-typings/src/components/Icon/Icon.types.d.ts.map +1 -0
  241. package/dist/temporary-typings/src/components/Icon/constants.d.ts +6 -0
  242. package/dist/temporary-typings/src/components/Icon/constants.d.ts.map +1 -0
  243. package/dist/temporary-typings/src/components/Icon/index.d.ts +5 -0
  244. package/dist/temporary-typings/src/components/Icon/index.d.ts.map +1 -0
  245. package/dist/temporary-typings/src/components/Link/Link.d.ts +5 -0
  246. package/dist/temporary-typings/src/components/Link/Link.d.ts.map +1 -0
  247. package/dist/temporary-typings/src/components/Link/index.d.ts +2 -0
  248. package/dist/temporary-typings/src/components/Link/index.d.ts.map +1 -0
  249. package/dist/temporary-typings/src/components/Link/types.d.ts +16 -0
  250. package/dist/temporary-typings/src/components/Link/types.d.ts.map +1 -0
  251. package/dist/temporary-typings/src/components/ListBox/ListBox.d.ts +26 -0
  252. package/dist/temporary-typings/src/components/ListBox/ListBox.d.ts.map +1 -0
  253. package/dist/temporary-typings/src/components/ListBox/index.d.ts +4 -0
  254. package/dist/temporary-typings/src/components/ListBox/index.d.ts.map +1 -0
  255. package/dist/temporary-typings/src/components/ListBox/types.d.ts +8 -0
  256. package/dist/temporary-typings/src/components/ListBox/types.d.ts.map +1 -0
  257. package/dist/temporary-typings/src/components/LoadingSpinner/LoadingSpinner.d.ts +5 -0
  258. package/dist/temporary-typings/src/components/LoadingSpinner/LoadingSpinner.d.ts.map +1 -0
  259. package/dist/temporary-typings/src/components/LoadingSpinner/index.d.ts +5 -0
  260. package/dist/temporary-typings/src/components/LoadingSpinner/index.d.ts.map +1 -0
  261. package/dist/temporary-typings/src/components/LoadingSpinner/types.d.ts +8 -0
  262. package/dist/temporary-typings/src/components/LoadingSpinner/types.d.ts.map +1 -0
  263. package/dist/temporary-typings/src/components/Logo/Logo.d.ts +5 -0
  264. package/dist/temporary-typings/src/components/Logo/Logo.d.ts.map +1 -0
  265. package/dist/temporary-typings/src/components/Logo/Logo.stories.d.ts +10 -0
  266. package/dist/temporary-typings/src/components/Logo/Logo.stories.d.ts.map +1 -0
  267. package/dist/temporary-typings/src/components/Logo/Logo.types.d.ts +7 -0
  268. package/dist/temporary-typings/src/components/Logo/Logo.types.d.ts.map +1 -0
  269. package/dist/temporary-typings/src/components/Logo/index.d.ts +5 -0
  270. package/dist/temporary-typings/src/components/Logo/index.d.ts.map +1 -0
  271. package/dist/temporary-typings/src/components/Notifications/Alert/Alert.d.ts +5 -0
  272. package/dist/temporary-typings/src/components/Notifications/Alert/Alert.d.ts.map +1 -0
  273. package/dist/temporary-typings/src/components/Notifications/Alert/Alert.types.d.ts +14 -0
  274. package/dist/temporary-typings/src/components/Notifications/Alert/Alert.types.d.ts.map +1 -0
  275. package/dist/temporary-typings/src/components/Notifications/Alert/index.d.ts +2 -0
  276. package/dist/temporary-typings/src/components/Notifications/Alert/index.d.ts.map +1 -0
  277. package/dist/temporary-typings/src/components/Notifications/Banner/Banner.d.ts +5 -0
  278. package/dist/temporary-typings/src/components/Notifications/Banner/Banner.d.ts.map +1 -0
  279. package/dist/temporary-typings/src/components/Notifications/Banner/Banner.types.d.ts +14 -0
  280. package/dist/temporary-typings/src/components/Notifications/Banner/Banner.types.d.ts.map +1 -0
  281. package/dist/temporary-typings/src/components/Notifications/Banner/index.d.ts +2 -0
  282. package/dist/temporary-typings/src/components/Notifications/Banner/index.d.ts.map +1 -0
  283. package/dist/temporary-typings/src/components/Notifications/Toast/GlobalToastProvider/GlobalToastProvider.d.ts +9 -0
  284. package/dist/temporary-typings/src/components/Notifications/Toast/GlobalToastProvider/GlobalToastProvider.d.ts.map +1 -0
  285. package/dist/temporary-typings/src/components/Notifications/Toast/GlobalToastProvider/index.d.ts +3 -0
  286. package/dist/temporary-typings/src/components/Notifications/Toast/GlobalToastProvider/index.d.ts.map +1 -0
  287. package/dist/temporary-typings/src/components/Notifications/Toast/GlobalToastProvider/types.d.ts +15 -0
  288. package/dist/temporary-typings/src/components/Notifications/Toast/GlobalToastProvider/types.d.ts.map +1 -0
  289. package/dist/temporary-typings/src/components/Notifications/Toast/Toast/Toast.d.ts +5 -0
  290. package/dist/temporary-typings/src/components/Notifications/Toast/Toast/Toast.d.ts.map +1 -0
  291. package/dist/temporary-typings/src/components/Notifications/Toast/Toast/Toast.types.d.ts +21 -0
  292. package/dist/temporary-typings/src/components/Notifications/Toast/Toast/Toast.types.d.ts.map +1 -0
  293. package/dist/temporary-typings/src/components/Notifications/Toast/Toast/index.d.ts +2 -0
  294. package/dist/temporary-typings/src/components/Notifications/Toast/Toast/index.d.ts.map +1 -0
  295. package/dist/temporary-typings/src/components/Notifications/Toast/ToastProvider/ToastProvider.d.ts +5 -0
  296. package/dist/temporary-typings/src/components/Notifications/Toast/ToastProvider/ToastProvider.d.ts.map +1 -0
  297. package/dist/temporary-typings/src/components/Notifications/Toast/ToastProvider/ToastProvider.types.d.ts +8 -0
  298. package/dist/temporary-typings/src/components/Notifications/Toast/ToastProvider/ToastProvider.types.d.ts.map +1 -0
  299. package/dist/temporary-typings/src/components/Notifications/Toast/ToastProvider/index.d.ts +2 -0
  300. package/dist/temporary-typings/src/components/Notifications/Toast/ToastProvider/index.d.ts.map +1 -0
  301. package/dist/temporary-typings/src/components/Notifications/Toast/ToastRegion/ToastRegion.d.ts +5 -0
  302. package/dist/temporary-typings/src/components/Notifications/Toast/ToastRegion/ToastRegion.d.ts.map +1 -0
  303. package/dist/temporary-typings/src/components/Notifications/Toast/ToastRegion/ToastRegion.types.d.ts +8 -0
  304. package/dist/temporary-typings/src/components/Notifications/Toast/ToastRegion/ToastRegion.types.d.ts.map +1 -0
  305. package/dist/temporary-typings/src/components/Notifications/Toast/ToastRegion/index.d.ts +2 -0
  306. package/dist/temporary-typings/src/components/Notifications/Toast/ToastRegion/index.d.ts.map +1 -0
  307. package/dist/temporary-typings/src/components/Notifications/Toast/index.d.ts +4 -0
  308. package/dist/temporary-typings/src/components/Notifications/Toast/index.d.ts.map +1 -0
  309. package/dist/temporary-typings/src/components/OverlayTrigger/OverlayTrigger.d.ts +20 -0
  310. package/dist/temporary-typings/src/components/OverlayTrigger/OverlayTrigger.d.ts.map +1 -0
  311. package/dist/temporary-typings/src/components/OverlayTrigger/constants.d.ts +2 -0
  312. package/dist/temporary-typings/src/components/OverlayTrigger/constants.d.ts.map +1 -0
  313. package/dist/temporary-typings/src/components/OverlayTrigger/index.d.ts +5 -0
  314. package/dist/temporary-typings/src/components/OverlayTrigger/index.d.ts.map +1 -0
  315. package/dist/temporary-typings/src/components/Pagination/Pagination.d.ts +5 -0
  316. package/dist/temporary-typings/src/components/Pagination/Pagination.d.ts.map +1 -0
  317. package/dist/temporary-typings/src/components/Pagination/Pagination.types.d.ts +15 -0
  318. package/dist/temporary-typings/src/components/Pagination/Pagination.types.d.ts.map +1 -0
  319. package/dist/temporary-typings/src/components/Pagination/constants.d.ts +2 -0
  320. package/dist/temporary-typings/src/components/Pagination/constants.d.ts.map +1 -0
  321. package/dist/temporary-typings/src/components/Pagination/index.d.ts +2 -0
  322. package/dist/temporary-typings/src/components/Pagination/index.d.ts.map +1 -0
  323. package/dist/temporary-typings/src/components/Popover/Popover.d.ts +5 -0
  324. package/dist/temporary-typings/src/components/Popover/Popover.d.ts.map +1 -0
  325. package/dist/temporary-typings/src/components/Popover/index.d.ts +4 -0
  326. package/dist/temporary-typings/src/components/Popover/index.d.ts.map +1 -0
  327. package/dist/temporary-typings/src/components/Popover/types.d.ts +7 -0
  328. package/dist/temporary-typings/src/components/Popover/types.d.ts.map +1 -0
  329. package/dist/temporary-typings/src/components/ProgressBar/ProgressBar.d.ts +13 -0
  330. package/dist/temporary-typings/src/components/ProgressBar/ProgressBar.d.ts.map +1 -0
  331. package/dist/temporary-typings/src/components/ProgressBar/index.d.ts +3 -0
  332. package/dist/temporary-typings/src/components/ProgressBar/index.d.ts.map +1 -0
  333. package/dist/temporary-typings/src/components/SegmentedControl/SegmentedControl.d.ts +12 -0
  334. package/dist/temporary-typings/src/components/SegmentedControl/SegmentedControl.d.ts.map +1 -0
  335. package/dist/temporary-typings/src/components/SegmentedControl/index.d.ts +3 -0
  336. package/dist/temporary-typings/src/components/SegmentedControl/index.d.ts.map +1 -0
  337. package/dist/temporary-typings/src/components/SegmentedControl/types.d.ts +10 -0
  338. package/dist/temporary-typings/src/components/SegmentedControl/types.d.ts.map +1 -0
  339. package/dist/temporary-typings/src/components/SideNav/SectionName/SectionName.d.ts +13 -0
  340. package/dist/temporary-typings/src/components/SideNav/SectionName/SectionName.d.ts.map +1 -0
  341. package/dist/temporary-typings/src/components/SideNav/SectionName/constants.d.ts +2 -0
  342. package/dist/temporary-typings/src/components/SideNav/SectionName/constants.d.ts.map +1 -0
  343. package/dist/temporary-typings/src/components/SideNav/SectionName/index.d.ts +3 -0
  344. package/dist/temporary-typings/src/components/SideNav/SectionName/index.d.ts.map +1 -0
  345. package/dist/temporary-typings/src/components/SideNav/SideNav.d.ts +6 -0
  346. package/dist/temporary-typings/src/components/SideNav/SideNav.d.ts.map +1 -0
  347. package/dist/temporary-typings/src/components/SideNav/SideNavItems/SideNavItem/SideNavItem.d.ts +7 -0
  348. package/dist/temporary-typings/src/components/SideNav/SideNavItems/SideNavItem/SideNavItem.d.ts.map +1 -0
  349. package/dist/temporary-typings/src/components/SideNav/SideNavItems/SideNavItem/SingleItem/SingleItem.d.ts +7 -0
  350. package/dist/temporary-typings/src/components/SideNav/SideNavItems/SideNavItem/SingleItem/SingleItem.d.ts.map +1 -0
  351. package/dist/temporary-typings/src/components/SideNav/SideNavItems/SideNavItem/SingleItem/index.d.ts +3 -0
  352. package/dist/temporary-typings/src/components/SideNav/SideNavItems/SideNavItem/SingleItem/index.d.ts.map +1 -0
  353. package/dist/temporary-typings/src/components/SideNav/SideNavItems/SideNavItem/index.d.ts +3 -0
  354. package/dist/temporary-typings/src/components/SideNav/SideNavItems/SideNavItem/index.d.ts.map +1 -0
  355. package/dist/temporary-typings/src/components/SideNav/SideNavItems/SideNavItems.d.ts +4 -0
  356. package/dist/temporary-typings/src/components/SideNav/SideNavItems/SideNavItems.d.ts.map +1 -0
  357. package/dist/temporary-typings/src/components/SideNav/SideNavItems/index.d.ts +3 -0
  358. package/dist/temporary-typings/src/components/SideNav/SideNavItems/index.d.ts.map +1 -0
  359. package/dist/temporary-typings/src/components/SideNav/SideNavSwitcher/SideNavSwitcher.d.ts +4 -0
  360. package/dist/temporary-typings/src/components/SideNav/SideNavSwitcher/SideNavSwitcher.d.ts.map +1 -0
  361. package/dist/temporary-typings/src/components/SideNav/SideNavSwitcher/index.d.ts +3 -0
  362. package/dist/temporary-typings/src/components/SideNav/SideNavSwitcher/index.d.ts.map +1 -0
  363. package/dist/temporary-typings/src/components/SideNav/SideNavTopItem/SideNavTopItem.d.ts +4 -0
  364. package/dist/temporary-typings/src/components/SideNav/SideNavTopItem/SideNavTopItem.d.ts.map +1 -0
  365. package/dist/temporary-typings/src/components/SideNav/SideNavTopItem/index.d.ts +2 -0
  366. package/dist/temporary-typings/src/components/SideNav/SideNavTopItem/index.d.ts.map +1 -0
  367. package/dist/temporary-typings/src/components/SideNav/contexts/SideNavContext.d.ts +5 -0
  368. package/dist/temporary-typings/src/components/SideNav/contexts/SideNavContext.d.ts.map +1 -0
  369. package/dist/temporary-typings/src/components/SideNav/contexts/index.d.ts +3 -0
  370. package/dist/temporary-typings/src/components/SideNav/contexts/index.d.ts.map +1 -0
  371. package/dist/temporary-typings/src/components/SideNav/contexts/types.d.ts +59 -0
  372. package/dist/temporary-typings/src/components/SideNav/contexts/types.d.ts.map +1 -0
  373. package/dist/temporary-typings/src/components/SideNav/contexts/utils.d.ts +5 -0
  374. package/dist/temporary-typings/src/components/SideNav/contexts/utils.d.ts.map +1 -0
  375. package/dist/temporary-typings/src/components/SideNav/index.d.ts +3 -0
  376. package/dist/temporary-typings/src/components/SideNav/index.d.ts.map +1 -0
  377. package/dist/temporary-typings/src/components/SideNav/mocks.d.ts +6 -0
  378. package/dist/temporary-typings/src/components/SideNav/mocks.d.ts.map +1 -0
  379. package/dist/temporary-typings/src/components/Tabs/Tab/Tab.d.ts +5 -0
  380. package/dist/temporary-typings/src/components/Tabs/Tab/Tab.d.ts.map +1 -0
  381. package/dist/temporary-typings/src/components/Tabs/Tab/index.d.ts +2 -0
  382. package/dist/temporary-typings/src/components/Tabs/Tab/index.d.ts.map +1 -0
  383. package/dist/temporary-typings/src/components/Tabs/Tab/types.d.ts +19 -0
  384. package/dist/temporary-typings/src/components/Tabs/Tab/types.d.ts.map +1 -0
  385. package/dist/temporary-typings/src/components/Tabs/TabList/TabList.d.ts +10 -0
  386. package/dist/temporary-typings/src/components/Tabs/TabList/TabList.d.ts.map +1 -0
  387. package/dist/temporary-typings/src/components/Tabs/TabList/index.d.ts +2 -0
  388. package/dist/temporary-typings/src/components/Tabs/TabList/index.d.ts.map +1 -0
  389. package/dist/temporary-typings/src/components/Tabs/TabList/useTabOverflow.d.ts +16 -0
  390. package/dist/temporary-typings/src/components/Tabs/TabList/useTabOverflow.d.ts.map +1 -0
  391. package/dist/temporary-typings/src/components/Tabs/TabList/utils.d.ts +7 -0
  392. package/dist/temporary-typings/src/components/Tabs/TabList/utils.d.ts.map +1 -0
  393. package/dist/temporary-typings/src/components/Tabs/TabPanel/TabPanel.d.ts +10 -0
  394. package/dist/temporary-typings/src/components/Tabs/TabPanel/TabPanel.d.ts.map +1 -0
  395. package/dist/temporary-typings/src/components/Tabs/TabPanel/index.d.ts +2 -0
  396. package/dist/temporary-typings/src/components/Tabs/TabPanel/index.d.ts.map +1 -0
  397. package/dist/temporary-typings/src/components/Tabs/TabPanels/TabPanels.d.ts +7 -0
  398. package/dist/temporary-typings/src/components/Tabs/TabPanels/TabPanels.d.ts.map +1 -0
  399. package/dist/temporary-typings/src/components/Tabs/TabPanels/index.d.ts +2 -0
  400. package/dist/temporary-typings/src/components/Tabs/TabPanels/index.d.ts.map +1 -0
  401. package/dist/temporary-typings/src/components/Tabs/Tabs/Tabs.d.ts +6 -0
  402. package/dist/temporary-typings/src/components/Tabs/Tabs/Tabs.d.ts.map +1 -0
  403. package/dist/temporary-typings/src/components/Tabs/Tabs/index.d.ts +2 -0
  404. package/dist/temporary-typings/src/components/Tabs/Tabs/index.d.ts.map +1 -0
  405. package/dist/temporary-typings/src/components/Tabs/contexts/TabsContext.d.ts +7 -0
  406. package/dist/temporary-typings/src/components/Tabs/contexts/TabsContext.d.ts.map +1 -0
  407. package/dist/temporary-typings/src/components/Tabs/contexts/index.d.ts +2 -0
  408. package/dist/temporary-typings/src/components/Tabs/contexts/index.d.ts.map +1 -0
  409. package/dist/temporary-typings/src/components/Tabs/contexts/types.d.ts +15 -0
  410. package/dist/temporary-typings/src/components/Tabs/contexts/types.d.ts.map +1 -0
  411. package/dist/temporary-typings/src/components/Tabs/index.d.ts +6 -0
  412. package/dist/temporary-typings/src/components/Tabs/index.d.ts.map +1 -0
  413. package/dist/temporary-typings/src/components/Tag/Tag.d.ts +5 -0
  414. package/dist/temporary-typings/src/components/Tag/Tag.d.ts.map +1 -0
  415. package/dist/temporary-typings/src/components/Tag/Tag.types.d.ts +14 -0
  416. package/dist/temporary-typings/src/components/Tag/Tag.types.d.ts.map +1 -0
  417. package/dist/temporary-typings/src/components/Tag/index.d.ts +2 -0
  418. package/dist/temporary-typings/src/components/Tag/index.d.ts.map +1 -0
  419. package/dist/temporary-typings/src/components/Tile/Tile.d.ts +10 -0
  420. package/dist/temporary-typings/src/components/Tile/Tile.d.ts.map +1 -0
  421. package/dist/temporary-typings/src/components/Tile/index.d.ts +2 -0
  422. package/dist/temporary-typings/src/components/Tile/index.d.ts.map +1 -0
  423. package/dist/temporary-typings/src/components/Toggle/Toggle.d.ts +16 -0
  424. package/dist/temporary-typings/src/components/Toggle/Toggle.d.ts.map +1 -0
  425. package/dist/temporary-typings/src/components/Toggle/index.d.ts +4 -0
  426. package/dist/temporary-typings/src/components/Toggle/index.d.ts.map +1 -0
  427. package/dist/temporary-typings/src/components/Tooltip/Tooltip.d.ts +11 -0
  428. package/dist/temporary-typings/src/components/Tooltip/Tooltip.d.ts.map +1 -0
  429. package/dist/temporary-typings/src/components/Tooltip/constants.d.ts +2 -0
  430. package/dist/temporary-typings/src/components/Tooltip/constants.d.ts.map +1 -0
  431. package/dist/temporary-typings/src/components/Tooltip/index.d.ts +7 -0
  432. package/dist/temporary-typings/src/components/Tooltip/index.d.ts.map +1 -0
  433. package/dist/temporary-typings/src/components/Tooltip/types.d.ts +2 -0
  434. package/dist/temporary-typings/src/components/Tooltip/types.d.ts.map +1 -0
  435. package/dist/temporary-typings/src/components/TooltipTrigger/TooltipTrigger.d.ts +13 -0
  436. package/dist/temporary-typings/src/components/TooltipTrigger/TooltipTrigger.d.ts.map +1 -0
  437. package/dist/temporary-typings/src/components/TooltipTrigger/constants.d.ts +6 -0
  438. package/dist/temporary-typings/src/components/TooltipTrigger/constants.d.ts.map +1 -0
  439. package/dist/temporary-typings/src/components/TooltipTrigger/index.d.ts +3 -0
  440. package/dist/temporary-typings/src/components/TooltipTrigger/index.d.ts.map +1 -0
  441. package/dist/temporary-typings/src/components/TooltipTrigger/utils.d.ts +4 -0
  442. package/dist/temporary-typings/src/components/TooltipTrigger/utils.d.ts.map +1 -0
  443. package/dist/temporary-typings/src/components/TopBar/TopBar.d.ts +5 -0
  444. package/dist/temporary-typings/src/components/TopBar/TopBar.d.ts.map +1 -0
  445. package/dist/temporary-typings/src/components/TopBar/index.d.ts +3 -0
  446. package/dist/temporary-typings/src/components/TopBar/index.d.ts.map +1 -0
  447. package/dist/temporary-typings/src/components/TopBar/types.d.ts +8 -0
  448. package/dist/temporary-typings/src/components/TopBar/types.d.ts.map +1 -0
  449. package/dist/temporary-typings/src/components/Typography/Body/Body.d.ts +10 -0
  450. package/dist/temporary-typings/src/components/Typography/Body/Body.d.ts.map +1 -0
  451. package/dist/temporary-typings/src/components/Typography/Body/index.d.ts +4 -0
  452. package/dist/temporary-typings/src/components/Typography/Body/index.d.ts.map +1 -0
  453. package/dist/temporary-typings/src/components/Typography/Code/Code.d.ts +8 -0
  454. package/dist/temporary-typings/src/components/Typography/Code/Code.d.ts.map +1 -0
  455. package/dist/temporary-typings/src/components/Typography/Code/index.d.ts +4 -0
  456. package/dist/temporary-typings/src/components/Typography/Code/index.d.ts.map +1 -0
  457. package/dist/temporary-typings/src/components/Typography/Display/Display.d.ts +9 -0
  458. package/dist/temporary-typings/src/components/Typography/Display/Display.d.ts.map +1 -0
  459. package/dist/temporary-typings/src/components/Typography/Display/index.d.ts +4 -0
  460. package/dist/temporary-typings/src/components/Typography/Display/index.d.ts.map +1 -0
  461. package/dist/temporary-typings/src/components/Typography/Heading/Heading.d.ts +8 -0
  462. package/dist/temporary-typings/src/components/Typography/Heading/Heading.d.ts.map +1 -0
  463. package/dist/temporary-typings/src/components/Typography/Heading/index.d.ts +4 -0
  464. package/dist/temporary-typings/src/components/Typography/Heading/index.d.ts.map +1 -0
  465. package/dist/temporary-typings/src/components/Typography/Label/Label.d.ts +9 -0
  466. package/dist/temporary-typings/src/components/Typography/Label/Label.d.ts.map +1 -0
  467. package/dist/temporary-typings/src/components/Typography/Label/index.d.ts +4 -0
  468. package/dist/temporary-typings/src/components/Typography/Label/index.d.ts.map +1 -0
  469. package/dist/temporary-typings/src/components/Typography/index.d.ts +12 -0
  470. package/dist/temporary-typings/src/components/Typography/index.d.ts.map +1 -0
  471. package/dist/temporary-typings/src/components/Typography/types.d.ts +7 -0
  472. package/dist/temporary-typings/src/components/Typography/types.d.ts.map +1 -0
  473. package/dist/temporary-typings/src/components/forms/Checkbox/Checkbox/Checkbox.d.ts +5 -0
  474. package/dist/temporary-typings/src/components/forms/Checkbox/Checkbox/Checkbox.d.ts.map +1 -0
  475. package/dist/temporary-typings/src/components/forms/Checkbox/Checkbox/InnerCheckbox/InnerCheckbox.d.ts +9 -0
  476. package/dist/temporary-typings/src/components/forms/Checkbox/Checkbox/InnerCheckbox/InnerCheckbox.d.ts.map +1 -0
  477. package/dist/temporary-typings/src/components/forms/Checkbox/Checkbox/InnerCheckbox/index.d.ts +2 -0
  478. package/dist/temporary-typings/src/components/forms/Checkbox/Checkbox/InnerCheckbox/index.d.ts.map +1 -0
  479. package/dist/temporary-typings/src/components/forms/Checkbox/Checkbox/index.d.ts +2 -0
  480. package/dist/temporary-typings/src/components/forms/Checkbox/Checkbox/index.d.ts.map +1 -0
  481. package/dist/temporary-typings/src/components/forms/Checkbox/Checkbox/types.d.ts +10 -0
  482. package/dist/temporary-typings/src/components/forms/Checkbox/Checkbox/types.d.ts.map +1 -0
  483. package/dist/temporary-typings/src/components/forms/Checkbox/CheckboxGroup/CheckboxGroup.d.ts +13 -0
  484. package/dist/temporary-typings/src/components/forms/Checkbox/CheckboxGroup/CheckboxGroup.d.ts.map +1 -0
  485. package/dist/temporary-typings/src/components/forms/Checkbox/CheckboxGroup/index.d.ts +3 -0
  486. package/dist/temporary-typings/src/components/forms/Checkbox/CheckboxGroup/index.d.ts.map +1 -0
  487. package/dist/temporary-typings/src/components/forms/Checkbox/contexts/CheckboxGroupContext.d.ts +4 -0
  488. package/dist/temporary-typings/src/components/forms/Checkbox/contexts/CheckboxGroupContext.d.ts.map +1 -0
  489. package/dist/temporary-typings/src/components/forms/Checkbox/contexts/index.d.ts +2 -0
  490. package/dist/temporary-typings/src/components/forms/Checkbox/contexts/index.d.ts.map +1 -0
  491. package/dist/temporary-typings/src/components/forms/Checkbox/index.d.ts +3 -0
  492. package/dist/temporary-typings/src/components/forms/Checkbox/index.d.ts.map +1 -0
  493. package/dist/temporary-typings/src/components/forms/ComboBox/ComboBox.d.ts +11 -0
  494. package/dist/temporary-typings/src/components/forms/ComboBox/ComboBox.d.ts.map +1 -0
  495. package/dist/temporary-typings/src/components/forms/ComboBox/index.d.ts +3 -0
  496. package/dist/temporary-typings/src/components/forms/ComboBox/index.d.ts.map +1 -0
  497. package/dist/temporary-typings/src/components/forms/ComboBox/types.d.ts +17 -0
  498. package/dist/temporary-typings/src/components/forms/ComboBox/types.d.ts.map +1 -0
  499. package/dist/temporary-typings/src/components/forms/FormErrorMessage/FormErrorMessage.d.ts +5 -0
  500. package/dist/temporary-typings/src/components/forms/FormErrorMessage/FormErrorMessage.d.ts.map +1 -0
  501. package/dist/temporary-typings/src/components/forms/FormErrorMessage/index.d.ts +2 -0
  502. package/dist/temporary-typings/src/components/forms/FormErrorMessage/index.d.ts.map +1 -0
  503. package/dist/temporary-typings/src/components/forms/FormHelperText/FormHelperText.d.ts +4 -0
  504. package/dist/temporary-typings/src/components/forms/FormHelperText/FormHelperText.d.ts.map +1 -0
  505. package/dist/temporary-typings/src/components/forms/FormHelperText/index.d.ts +2 -0
  506. package/dist/temporary-typings/src/components/forms/FormHelperText/index.d.ts.map +1 -0
  507. package/dist/temporary-typings/src/components/forms/Radio/Radio.d.ts +10 -0
  508. package/dist/temporary-typings/src/components/forms/Radio/Radio.d.ts.map +1 -0
  509. package/dist/temporary-typings/src/components/forms/Radio/RadioGroup.d.ts +15 -0
  510. package/dist/temporary-typings/src/components/forms/Radio/RadioGroup.d.ts.map +1 -0
  511. package/dist/temporary-typings/src/components/forms/Radio/contexts/RadioGroupContext.d.ts +4 -0
  512. package/dist/temporary-typings/src/components/forms/Radio/contexts/RadioGroupContext.d.ts.map +1 -0
  513. package/dist/temporary-typings/src/components/forms/Radio/contexts/index.d.ts +2 -0
  514. package/dist/temporary-typings/src/components/forms/Radio/contexts/index.d.ts.map +1 -0
  515. package/dist/temporary-typings/src/components/forms/Radio/index.d.ts +3 -0
  516. package/dist/temporary-typings/src/components/forms/Radio/index.d.ts.map +1 -0
  517. package/dist/temporary-typings/src/components/forms/Select/Select.d.ts +5 -0
  518. package/dist/temporary-typings/src/components/forms/Select/Select.d.ts.map +1 -0
  519. package/dist/temporary-typings/src/components/forms/Select/index.d.ts +2 -0
  520. package/dist/temporary-typings/src/components/forms/Select/index.d.ts.map +1 -0
  521. package/dist/temporary-typings/src/components/forms/Select/types.d.ts +17 -0
  522. package/dist/temporary-typings/src/components/forms/Select/types.d.ts.map +1 -0
  523. package/dist/temporary-typings/src/components/forms/TextArea/TextArea.d.ts +5 -0
  524. package/dist/temporary-typings/src/components/forms/TextArea/TextArea.d.ts.map +1 -0
  525. package/dist/temporary-typings/src/components/forms/TextArea/index.d.ts +3 -0
  526. package/dist/temporary-typings/src/components/forms/TextArea/index.d.ts.map +1 -0
  527. package/dist/temporary-typings/src/components/forms/TextArea/types.d.ts +11 -0
  528. package/dist/temporary-typings/src/components/forms/TextArea/types.d.ts.map +1 -0
  529. package/dist/temporary-typings/src/components/forms/TextField/TextField.d.ts +5 -0
  530. package/dist/temporary-typings/src/components/forms/TextField/TextField.d.ts.map +1 -0
  531. package/dist/temporary-typings/src/components/forms/TextField/index.d.ts +3 -0
  532. package/dist/temporary-typings/src/components/forms/TextField/index.d.ts.map +1 -0
  533. package/dist/temporary-typings/src/components/forms/TextField/types.d.ts +15 -0
  534. package/dist/temporary-typings/src/components/forms/TextField/types.d.ts.map +1 -0
  535. package/dist/temporary-typings/src/components/forms/TextInput/TextInput.d.ts +18 -0
  536. package/dist/temporary-typings/src/components/forms/TextInput/TextInput.d.ts.map +1 -0
  537. package/dist/temporary-typings/src/components/forms/TextInput/index.d.ts +3 -0
  538. package/dist/temporary-typings/src/components/forms/TextInput/index.d.ts.map +1 -0
  539. package/dist/temporary-typings/src/components/forms/index.d.ts +14 -0
  540. package/dist/temporary-typings/src/components/forms/index.d.ts.map +1 -0
  541. package/dist/temporary-typings/src/components/index.d.ts +44 -0
  542. package/dist/temporary-typings/src/components/index.d.ts.map +1 -0
  543. package/dist/temporary-typings/src/docs/html/index.d.ts +4 -0
  544. package/dist/temporary-typings/src/docs/html/index.d.ts.map +1 -0
  545. package/dist/temporary-typings/src/docs/html/normalizeHtmlForDocs.d.ts +8 -0
  546. package/dist/temporary-typings/src/docs/html/normalizeHtmlForDocs.d.ts.map +1 -0
  547. package/dist/temporary-typings/src/docs/html/renderStoryToHtml.d.ts +25 -0
  548. package/dist/temporary-typings/src/docs/html/renderStoryToHtml.d.ts.map +1 -0
  549. package/dist/temporary-typings/src/hooks/index.d.ts +5 -0
  550. package/dist/temporary-typings/src/hooks/index.d.ts.map +1 -0
  551. package/dist/temporary-typings/src/hooks/useElementResizeObserver/index.d.ts +3 -0
  552. package/dist/temporary-typings/src/hooks/useElementResizeObserver/index.d.ts.map +1 -0
  553. package/dist/temporary-typings/src/hooks/useElementResizeObserver/useElementResizeObserver.d.ts +3 -0
  554. package/dist/temporary-typings/src/hooks/useElementResizeObserver/useElementResizeObserver.d.ts.map +1 -0
  555. package/dist/temporary-typings/src/hooks/useHover/index.d.ts +3 -0
  556. package/dist/temporary-typings/src/hooks/useHover/index.d.ts.map +1 -0
  557. package/dist/temporary-typings/src/hooks/useHover/useHover.d.ts +3 -0
  558. package/dist/temporary-typings/src/hooks/useHover/useHover.d.ts.map +1 -0
  559. package/dist/temporary-typings/src/hooks/useOverlayTrigger/index.d.ts +5 -0
  560. package/dist/temporary-typings/src/hooks/useOverlayTrigger/index.d.ts.map +1 -0
  561. package/dist/temporary-typings/src/hooks/useOverlayTrigger/types.d.ts +8 -0
  562. package/dist/temporary-typings/src/hooks/useOverlayTrigger/types.d.ts.map +1 -0
  563. package/dist/temporary-typings/src/hooks/useOverlayTrigger/useOverlayTrigger.d.ts +27 -0
  564. package/dist/temporary-typings/src/hooks/useOverlayTrigger/useOverlayTrigger.d.ts.map +1 -0
  565. package/dist/temporary-typings/src/hooks/useOverlayTrigger/utils/composeInteractions.d.ts +4 -0
  566. package/dist/temporary-typings/src/hooks/useOverlayTrigger/utils/composeInteractions.d.ts.map +1 -0
  567. package/dist/temporary-typings/src/hooks/useOverlayTrigger/utils/index.d.ts +3 -0
  568. package/dist/temporary-typings/src/hooks/useOverlayTrigger/utils/index.d.ts.map +1 -0
  569. package/dist/temporary-typings/src/hooks/useWindowSize/index.d.ts +3 -0
  570. package/dist/temporary-typings/src/hooks/useWindowSize/index.d.ts.map +1 -0
  571. package/dist/temporary-typings/src/hooks/useWindowSize/useWindowSize.d.ts +5 -0
  572. package/dist/temporary-typings/src/hooks/useWindowSize/useWindowSize.d.ts.map +1 -0
  573. package/dist/temporary-typings/src/index.d.ts +4 -0
  574. package/dist/temporary-typings/src/index.d.ts.map +1 -0
  575. package/dist/temporary-typings/src/patterns/AuthLayout/AuthLayout.d.ts +5 -0
  576. package/dist/temporary-typings/src/patterns/AuthLayout/AuthLayout.d.ts.map +1 -0
  577. package/dist/temporary-typings/src/patterns/AuthLayout/AuthLayout.types.d.ts +13 -0
  578. package/dist/temporary-typings/src/patterns/AuthLayout/AuthLayout.types.d.ts.map +1 -0
  579. package/dist/temporary-typings/src/patterns/AuthLayout/index.d.ts +3 -0
  580. package/dist/temporary-typings/src/patterns/AuthLayout/index.d.ts.map +1 -0
  581. package/dist/temporary-typings/src/utils/index.d.ts +2 -0
  582. package/dist/temporary-typings/src/utils/index.d.ts.map +1 -0
  583. package/dist/temporary-typings/src/utils/utils.d.ts +3 -0
  584. package/dist/temporary-typings/src/utils/utils.d.ts.map +1 -0
  585. package/package.json +30 -31
  586. package/typings/index.d.ts +1 -44
@@ -132,7 +132,9 @@ import { Checkbox, CheckboxGroup } from "@maxio-com/react-ui-components";
132
132
 
133
133
  ### Default
134
134
 
135
- Use Checkbox for an independent yes/no choice. Provide a visible label that describes the option being selected, and use value when the checkbox belongs to a submitted form or group.
135
+ Use Checkbox for an independent yes/no choice. Provide a visible label that
136
+ describes the option being selected, and use value when the checkbox belongs
137
+ to a submitted form or group.
136
138
 
137
139
  ```tsx
138
140
  const Default = () => <Checkbox
@@ -143,7 +145,9 @@ const Default = () => <Checkbox
143
145
 
144
146
  ### Checked
145
147
 
146
- Use a checked checkbox when the option is already selected. Use defaultChecked for uncontrolled forms, or checked with onChange when product state owns the selected value.
148
+ Use a checked checkbox when the option is already selected. Use
149
+ defaultChecked for uncontrolled forms, or checked with onChange when product
150
+ state owns the selected value.
147
151
 
148
152
  ```tsx
149
153
  const Checked = () => <Checkbox
@@ -155,7 +159,9 @@ const Checked = () => <Checkbox
155
159
 
156
160
  ### Error
157
161
 
158
- Use error state when a required acknowledgement or group selection fails validation. Pair the invalid control with visible error text in the surrounding form.
162
+ Use error state when a required acknowledgement or group selection fails
163
+ validation. Pair the invalid control with visible error text in the
164
+ surrounding form.
159
165
 
160
166
  ```tsx
161
167
  const Error = () => <Checkbox
@@ -166,7 +172,8 @@ const Error = () => <Checkbox
166
172
 
167
173
  ### Indeterminate
168
174
 
169
- Use indeterminate for parent options that summarize a partially selected child list, such as selecting all visible subscriptions.
175
+ Use indeterminate for parent options that summarize a partially selected
176
+ child list, such as selecting all visible subscriptions.
170
177
 
171
178
  ```tsx
172
179
  const Indeterminate = () => <Checkbox indeterminate label="Select all subscriptions" value="all-subscriptions" />;
@@ -174,7 +181,8 @@ const Indeterminate = () => <Checkbox indeterminate label="Select all subscripti
174
181
 
175
182
  ### Disabled
176
183
 
177
- Use disabled state for options that cannot be changed in the current context. Keep the label visible so users can understand what is unavailable.
184
+ Use disabled state for options that cannot be changed in the current context.
185
+ Keep the label visible so users can understand what is unavailable.
178
186
 
179
187
  ```tsx
180
188
  const Disabled = () => <Checkbox label="Apply expired coupon" disabled value="expired-coupon" />;
@@ -182,7 +190,8 @@ const Disabled = () => <Checkbox label="Apply expired coupon" disabled value="ex
182
190
 
183
191
  ### Default Group
184
192
 
185
- Use CheckboxGroup when multiple related options share one group label, helper text, validation message, and selected value array.
193
+ Use CheckboxGroup when multiple related options share one group label, helper
194
+ text, validation message, and selected value array.
186
195
 
187
196
  ```tsx
188
197
  const DefaultGroup = (
@@ -198,7 +207,8 @@ const DefaultGroup = (
198
207
 
199
208
  ### Disabled Group
200
209
 
201
- Use a disabled group when the whole set of related choices is unavailable. The disabled state should apply consistently to every option in the group.
210
+ Use a disabled group when the whole set of related choices is unavailable.
211
+ The disabled state should apply consistently to every option in the group.
202
212
 
203
213
  ```tsx
204
214
  const DisabledGroup = (
@@ -218,7 +228,8 @@ const DisabledGroup = (
218
228
 
219
229
  ### Helper Text Group
220
230
 
221
- Use helper text to explain how the selected options affect a workflow before users make a choice.
231
+ Use helper text to explain how the selected options affect a workflow before
232
+ users make a choice.
222
233
 
223
234
  ```tsx
224
235
  const HelperTextGroup = (
@@ -238,7 +249,9 @@ const HelperTextGroup = (
238
249
 
239
250
  ### Error Group
240
251
 
241
- Use group-level error messaging when validation depends on the set of selected options. Reference the error from the group so assistive technology announces the problem once for the collection.
252
+ Use group-level error messaging when validation depends on the set of
253
+ selected options. Reference the error from the group so assistive technology
254
+ announces the problem once for the collection.
242
255
 
243
256
  ```tsx
244
257
  const ErrorGroup = (
@@ -101,7 +101,9 @@ import { ComboBox, Grid, Icon } from "@maxio-com/react-ui-components";
101
101
 
102
102
  ### Default
103
103
 
104
- Use ComboBox when users choose from a known set of values and typing helps them find the right option. Provide a visible label and use placeholder text only as an example of the expected value.
104
+ Use ComboBox when users choose from a known set of values and typing helps
105
+ them find the right option. Provide a visible label and use placeholder text
106
+ only as an example of the expected value.
105
107
 
106
108
  ```tsx
107
109
  const Default = () => <ComboBox
@@ -117,7 +119,9 @@ const Default = () => <ComboBox
117
119
 
118
120
  ### Dynamic Items
119
121
 
120
- Use dynamic items when options are loaded from typed product data. Keep each item id stable so selection state remains consistent after filtering or data refreshes.
122
+ Use dynamic items when options are loaded from typed product data. Keep each
123
+ item id stable so selection state remains consistent after filtering or data
124
+ refreshes.
121
125
 
122
126
  ```tsx
123
127
  const DynamicItems = (args) => (
@@ -129,7 +133,8 @@ const DynamicItems = (args) => (
129
133
 
130
134
  ### With Sections
131
135
 
132
- Use sections when the option set mixes statuses, categories, or other groups that help users scan the list after filtering.
136
+ Use sections when the option set mixes statuses, categories, or other groups
137
+ that help users scan the list after filtering.
133
138
 
134
139
  ```tsx
135
140
  const WithSections = () => <ComboBox label="Account" placeholder="Select account">
@@ -147,7 +152,8 @@ const WithSections = () => <ComboBox label="Account" placeholder="Select account
147
152
 
148
153
  ### With Disabled Option
149
154
 
150
- Use disabled options when seeing an unavailable value helps users understand the full choice set. Omit unavailable options when they add noise.
155
+ Use disabled options when seeing an unavailable value helps users understand
156
+ the full choice set. Omit unavailable options when they add noise.
151
157
 
152
158
  ```tsx
153
159
  const WithDisabledOption = () => <ComboBox label="Account" placeholder="Select account">
@@ -160,7 +166,8 @@ const WithDisabledOption = () => <ComboBox label="Account" placeholder="Select a
160
166
 
161
167
  ### Custom Value
162
168
 
163
- Use custom values only when typed values outside the provided options are accepted by the product flow. Validate custom text before saving it.
169
+ Use custom values only when typed values outside the provided options are
170
+ accepted by the product flow. Validate custom text before saving it.
164
171
 
165
172
  ```tsx
166
173
  const CustomValue = () => <ComboBox
@@ -176,7 +183,8 @@ const CustomValue = () => <ComboBox
176
183
 
177
184
  ### Multiple Selection
178
185
 
179
- Use multiple selection when users can assign more than one value to the same field. Provide surrounding UI that makes selected values easy to review.
186
+ Use multiple selection when users can assign more than one value to the same
187
+ field. Provide surrounding UI that makes selected values easy to review.
180
188
 
181
189
  ```tsx
182
190
  const MultipleSelection = () => <ComboBox
@@ -192,7 +200,8 @@ const MultipleSelection = () => <ComboBox
192
200
 
193
201
  ### With Icon
194
202
 
195
- Use a leading icon when the field benefits from compact visual context, such as search. Keep decorative icons hidden from the accessible name.
203
+ Use a leading icon when the field benefits from compact visual context, such
204
+ as search. Keep decorative icons hidden from the accessible name.
196
205
 
197
206
  ```tsx
198
207
  const WithIcon = () => <ComboBox
@@ -207,7 +216,8 @@ const WithIcon = () => <ComboBox
207
216
 
208
217
  ### Validation
209
218
 
210
- Use errorMessage with isInvalid so assistive technology receives invalid state and users get actionable validation feedback.
219
+ Use errorMessage with isInvalid so assistive technology receives invalid
220
+ state and users get actionable validation feedback.
211
221
 
212
222
  ```tsx
213
223
  const Validation = () => <ComboBox
@@ -223,7 +233,9 @@ const Validation = () => <ComboBox
223
233
 
224
234
  ### Sizes
225
235
 
226
- Use size to match the density and prominence of the surrounding form. Use md for most forms, sm in dense interfaces, and lg or xl only when the form row needs more emphasis.
236
+ Use size to match the density and prominence of the surrounding form. Use md
237
+ for most forms, sm in dense interfaces, and lg or xl only when the form row
238
+ needs more emphasis.
227
239
 
228
240
  ```tsx
229
241
  const Sizes = (args) => (
@@ -240,7 +252,8 @@ const Sizes = (args) => (
240
252
 
241
253
  ### Disabled
242
254
 
243
- Use disabled ComboBoxes when the value is unavailable and users cannot act on it in the current context.
255
+ Use disabled ComboBoxes when the value is unavailable and users cannot act
256
+ on it in the current context.
244
257
 
245
258
  ```tsx
246
259
  const Disabled = () => <ComboBox label="Account" placeholder="Select account" isDisabled>
@@ -4,7 +4,9 @@
4
4
 
5
5
  ### Overview
6
6
 
7
- RadioGroup presents a related set of mutually exclusive choices. Use Radio only as a child of RadioGroup so selection state, names, labels, helper text, and validation are announced consistently.
7
+ RadioGroup presents a related set of mutually exclusive choices. Use Radio
8
+ only as a child of RadioGroup so selection state, names, labels, helper text,
9
+ and validation are announced consistently.
8
10
 
9
11
  #### When to Use
10
12
 
@@ -122,7 +124,9 @@ import { Radio, RadioGroup } from "@maxio-com/react-ui-components";
122
124
 
123
125
  ### Default
124
126
 
125
- Use radio groups when all choices should stay visible and users can select exactly one value. Provide a group label and stable option values for form submission.
127
+ Use radio groups when all choices should stay visible and users can select
128
+ exactly one value. Provide a group label and stable option values for form
129
+ submission.
126
130
 
127
131
  ```tsx
128
132
  const Default = () => {
@@ -142,7 +146,8 @@ const Default = () => {
142
146
 
143
147
  ### With Helper Text
144
148
 
145
- Use helper text when users need context before choosing, such as how the selected value affects billing, access, or downstream settings.
149
+ Use helper text when users need context before choosing, such as how the
150
+ selected value affects billing, access, or downstream settings.
146
151
 
147
152
  ```tsx
148
153
  const WithHelperText = () => <RadioGroup
@@ -157,7 +162,8 @@ const WithHelperText = () => <RadioGroup
157
162
 
158
163
  ### Validation
159
164
 
160
- Use validation when a required choice is missing or the selected option is no longer available. Helper text is hidden while the error message is visible.
165
+ Use validation when a required choice is missing or the selected option is no
166
+ longer available. Helper text is hidden while the error message is visible.
161
167
 
162
168
  ```tsx
163
169
  const Validation = () => <RadioGroup
@@ -172,7 +178,8 @@ const Validation = () => <RadioGroup
172
178
 
173
179
  ### Disabled
174
180
 
175
- Use disabled groups when the choice is unavailable in the current context. Avoid disabling choices that users may need to review or copy.
181
+ Use disabled groups when the choice is unavailable in the current context.
182
+ Avoid disabling choices that users may need to review or copy.
176
183
 
177
184
  ```tsx
178
185
  const Disabled = () => <RadioGroup name="contract-term" label="Contract term" defaultValue="annual" disabled>
@@ -183,7 +190,8 @@ const Disabled = () => <RadioGroup name="contract-term" label="Contract term" de
183
190
 
184
191
  ### Indented Option
185
192
 
186
- Use indent to visually nest a radio under related content while keeping it in the same RadioGroup. Do not use indentation to create a separate group.
193
+ Use indent to visually nest a radio under related content while keeping it in
194
+ the same RadioGroup. Do not use indentation to create a separate group.
187
195
 
188
196
  ```tsx
189
197
  const IndentedOption = () => <RadioGroup name="tax-handling" label="Tax handling" defaultValue="standard">
@@ -195,7 +203,8 @@ const IndentedOption = () => <RadioGroup name="tax-handling" label="Tax handling
195
203
 
196
204
  ### Controlled
197
205
 
198
- Use controlled state when product logic needs to save, validate, transform, or share the selected value as soon as it changes.
206
+ Use controlled state when product logic needs to save, validate, transform,
207
+ or share the selected value as soon as it changes.
199
208
 
200
209
  ```tsx
201
210
  const Controlled = () => <ControlledRadioGroupExample name="invoice-delivery" label="Invoice delivery" />;
@@ -4,7 +4,9 @@
4
4
 
5
5
  ### Overview
6
6
 
7
- Select lets users choose one value from a short, known list of options. Use it for native single-selection form fields where filtering or custom option content is not needed.
7
+ Select lets users choose one value from a short, known list of options.
8
+ Use it for native single-selection form fields where filtering or custom
9
+ option content is not needed.
8
10
 
9
11
  #### When to Use
10
12
 
@@ -135,7 +137,9 @@ import { Select } from "@maxio-com/react-ui-components";
135
137
 
136
138
  ### Default
137
139
 
138
- Use Select when users choose one value from a short, known list. Provide a visible label and use controlled state when product logic needs the selected value immediately.
140
+ Use Select when users choose one value from a short, known list. Provide a
141
+ visible label and use controlled state when product logic needs the selected
142
+ value immediately.
139
143
 
140
144
  ```tsx
141
145
  const Default = () => <Select label="Plan" options={planOptions} onChange={action('onChange')} />;
@@ -143,7 +147,8 @@ const Default = () => <Select label="Plan" options={planOptions} onChange={actio
143
147
 
144
148
  ### With Helper Text
145
149
 
146
- Use helper text when users need context before choosing, such as how the selection affects billing, reporting, or another workflow.
150
+ Use helper text when users need context before choosing, such as how the
151
+ selection affects billing, reporting, or another workflow.
147
152
 
148
153
  ```tsx
149
154
  const WithHelperText = () => <Select
@@ -164,7 +169,8 @@ const WithHelperText = () => <Select
164
169
 
165
170
  ### Validation
166
171
 
167
- Use errorMessage after validation when a required selection is missing or the chosen value is no longer available.
172
+ Use errorMessage after validation when a required selection is missing or the
173
+ chosen value is no longer available.
168
174
 
169
175
  ```tsx
170
176
  const Validation = () => <Select
@@ -189,7 +195,8 @@ const Validation = () => <Select
189
195
 
190
196
  ### Disabled
191
197
 
192
- Use disabled Selects when the value is unavailable and users cannot change it in the current context.
198
+ Use disabled Selects when the value is unavailable and users cannot change it
199
+ in the current context.
193
200
 
194
201
  ```tsx
195
202
  const Disabled = () => <Select
@@ -205,7 +212,8 @@ const Disabled = () => <Select
205
212
 
206
213
  ### With Disabled Options
207
214
 
208
- Use disabled options when only specific choices are unavailable. Keep the select itself enabled when users can still choose another option.
215
+ Use disabled options when only specific choices are unavailable. Keep the
216
+ select itself enabled when users can still choose another option.
209
217
 
210
218
  ```tsx
211
219
  const WithDisabledOptions = () => <Select
@@ -230,7 +238,9 @@ const WithDisabledOptions = () => <Select
230
238
 
231
239
  ### Sizes
232
240
 
233
- Use size to match the surrounding form density. Use md for most forms, sm in compact filters, lg for prominent rows, and xl when label and helper or error text should feel integrated with the field.
241
+ Use size to match the surrounding form density. Use md for most forms, sm in
242
+ compact filters, lg for prominent rows, and xl when label and helper or error
243
+ text should feel integrated with the field.
234
244
 
235
245
  ```tsx
236
246
  const Sizes = (args) => (
@@ -244,7 +254,8 @@ const Sizes = (args) => (
244
254
 
245
255
  ### Inline
246
256
 
247
- Use inline Selects in compact toolbar or table controls where the label and field need to stay on one row.
257
+ Use inline Selects in compact toolbar or table controls where the label and
258
+ field need to stay on one row.
248
259
 
249
260
  ```tsx
250
261
  const Inline = () => <Select
@@ -269,7 +280,8 @@ const Inline = () => <Select
269
280
 
270
281
  ### Full Width
271
282
 
272
- Use fullWidth in stacked forms and responsive layouts where the field should align to the available parent width.
283
+ Use fullWidth in stacked forms and responsive layouts where the field should
284
+ align to the available parent width.
273
285
 
274
286
  ```tsx
275
287
  const FullWidth = () => <div style={{ maxWidth: '24rem' }}>
@@ -4,7 +4,9 @@
4
4
 
5
5
  ### Overview
6
6
 
7
- TextArea lets users enter or edit a longer, multi-line text value in a form. Provide a visible label whenever possible, and use helper or validation messaging to clarify the expected content.
7
+ TextArea lets users enter or edit a longer, multi-line text value in a form.
8
+ Provide a visible label whenever possible, and use helper or validation
9
+ messaging to clarify the expected content.
8
10
 
9
11
  #### When to Use
10
12
 
@@ -107,7 +109,9 @@ import { Grid, TextArea } from "@maxio-com/react-ui-components";
107
109
 
108
110
  ### Default
109
111
 
110
- Use TextArea for free-form content that may span multiple lines. Use controlled state when product logic needs the current value; use defaultValue for simple form submission.
112
+ Use TextArea for free-form content that may span multiple lines. Use
113
+ controlled state when product logic needs the current value; use
114
+ defaultValue for simple form submission.
111
115
 
112
116
  ```tsx
113
117
  const Default = () => <TextArea
@@ -118,7 +122,8 @@ const Default = () => <TextArea
118
122
 
119
123
  ### With Description
120
124
 
121
- Use description text for guidance users need before writing, such as the intended audience or a length constraint.
125
+ Use description text for guidance users need before writing, such as the
126
+ intended audience or a length constraint.
122
127
 
123
128
  ```tsx
124
129
  const WithDescription = () => <TextArea
@@ -130,7 +135,8 @@ const WithDescription = () => <TextArea
130
135
 
131
136
  ### Validation
132
137
 
133
- Use errorMessage with isInvalid so assistive technology receives invalid state and users get actionable validation feedback.
138
+ Use errorMessage with isInvalid so assistive technology receives invalid
139
+ state and users get actionable validation feedback.
134
140
 
135
141
  ```tsx
136
142
  const Validation = () => <TextArea
@@ -4,7 +4,9 @@
4
4
 
5
5
  ### Overview
6
6
 
7
- TextField lets users enter or edit a short, single-line text value in a form. Provide a visible label whenever possible, and pair helper or validation messaging with the field so users understand the expected value.
7
+ TextField lets users enter or edit a short, single-line text value in a form.
8
+ Provide a visible label whenever possible, and pair helper or validation
9
+ messaging with the field so users understand the expected value.
8
10
 
9
11
  #### When to Use
10
12
 
@@ -113,7 +115,10 @@ import { Body, Grid, Icon, IconButton, TextField } from "@maxio-com/react-ui-com
113
115
 
114
116
  ### Default
115
117
 
116
- Provide a visible label and use placeholder text only as an example of the expected value. Use controlled state when product logic needs to validate, transform, save, or share the current value; use defaultValue when the field can be read from a form submit or ref.
118
+ Provide a visible label and use placeholder text only as an example of the
119
+ expected value. Use controlled state when product logic needs to validate,
120
+ transform, save, or share the current value; use defaultValue when the field
121
+ can be read from a form submit or ref.
117
122
 
118
123
  ```tsx
119
124
  const Default = () => <TextField
@@ -124,7 +129,8 @@ const Default = () => <TextField
124
129
 
125
130
  ### With Description
126
131
 
127
- Use description text for helper content that users need before typing, such as expected format, length, or source of the value.
132
+ Use description text for helper content that users need before typing, such
133
+ as expected format, length, or source of the value.
128
134
 
129
135
  ```tsx
130
136
  const WithDescription = () => <TextField
@@ -136,7 +142,8 @@ const WithDescription = () => <TextField
136
142
 
137
143
  ### With Icon
138
144
 
139
- Use an icon when the field benefits from compact visual context. Keep the icon decorative unless it is exposed through an interactive element.
145
+ Use an icon when the field benefits from compact visual context. Keep the
146
+ icon decorative unless it is exposed through an interactive element.
140
147
 
141
148
  ```tsx
142
149
  const WithIcon = () => <TextField
@@ -148,7 +155,8 @@ const WithIcon = () => <TextField
148
155
 
149
156
  ### With Text
150
157
 
151
- Use leading or trailing text for compact units, prefixes, suffixes, or other field-level context.
158
+ Use leading or trailing text for compact units, prefixes, suffixes, or other
159
+ field-level context.
152
160
 
153
161
  ```tsx
154
162
  const WithText = () => <TextField
@@ -161,7 +169,8 @@ const WithText = () => <TextField
161
169
 
162
170
  ### Validation
163
171
 
164
- Use errorMessage with isInvalid so assistive technology receives invalid state and users get actionable validation feedback.
172
+ Use errorMessage with isInvalid so assistive technology receives invalid
173
+ state and users get actionable validation feedback.
165
174
 
166
175
  ```tsx
167
176
  const Validation = () => <TextField
@@ -175,7 +184,8 @@ const Validation = () => <TextField
175
184
 
176
185
  ### Disabled
177
186
 
178
- Use disabled fields when the value is unavailable and users cannot act on it in the current context.
187
+ Use disabled fields when the value is unavailable and users cannot act on it
188
+ in the current context.
179
189
 
180
190
  ```tsx
181
191
  const Disabled = () => <TextField label="Billing contact" placeholder="Select an account first" isDisabled />;
@@ -183,7 +193,8 @@ const Disabled = () => <TextField label="Billing contact" placeholder="Select an
183
193
 
184
194
  ### Read Only
185
195
 
186
- Use read-only fields when the value should remain selectable and readable but cannot be edited.
196
+ Use read-only fields when the value should remain selectable and readable but
197
+ cannot be edited.
187
198
 
188
199
  ```tsx
189
200
  const ReadOnly = () => <TextField label="Account ID" value="acct_12345" isReadOnly />;
@@ -191,7 +202,9 @@ const ReadOnly = () => <TextField label="Account ID" value="acct_12345" isReadOn
191
202
 
192
203
  ### Sizes
193
204
 
194
- Use size to match the density and prominence of the surrounding form. Use md for most forms, sm in dense interfaces, lg for prominent form rows, and xl when the label and helper or error text should feel integrated with the field.
205
+ Use size to match the density and prominence of the surrounding form. Use md
206
+ for most forms, sm in dense interfaces, lg for prominent form rows, and xl
207
+ when the label and helper or error text should feel integrated with the field.
195
208
 
196
209
  ```tsx
197
210
  const Sizes = (args) => (
@@ -205,7 +218,8 @@ const Sizes = (args) => (
205
218
 
206
219
  ### Full Width
207
220
 
208
- Use fullWidth in stacked forms and responsive layouts where the field should fill the available parent width.
221
+ Use fullWidth in stacked forms and responsive layouts where the field should
222
+ fill the available parent width.
209
223
 
210
224
  ```tsx
211
225
  const FullWidth = () => <TextField
@@ -217,7 +231,8 @@ const FullWidth = () => <TextField
217
231
 
218
232
  ### With Leading Element
219
233
 
220
- Use an interactive leading element when the field needs a compact action inside the input. Match the IconButton size to the input size.
234
+ Use an interactive leading element when the field needs a compact action
235
+ inside the input. Match the IconButton size to the input size.
221
236
 
222
237
  ```tsx
223
238
  const WithLeadingElement = () => <TextField
@@ -236,7 +251,8 @@ const WithLeadingElement = () => <TextField
236
251
 
237
252
  ### With Trailing Element
238
253
 
239
- Use an interactive trailing element when the field needs a compact action inside the input. Give the action its own accessible name.
254
+ Use an interactive trailing element when the field needs a compact action
255
+ inside the input. Give the action its own accessible name.
240
256
 
241
257
  ```tsx
242
258
  const WithTrailingElement = () => <TextField
@@ -4,7 +4,9 @@
4
4
 
5
5
  ### Overview
6
6
 
7
- Grid is a layout primitive for arranging child content across rows and columns. Use it for two-dimensional layouts, and apply placement props to child Grid items when content needs to span or start and end on specific tracks.
7
+ Grid is a layout primitive for arranging child content across rows and columns.
8
+ Use it for two-dimensional layouts, and apply placement props to child Grid
9
+ items when content needs to span or start and end on specific tracks.
8
10
 
9
11
  #### When to Use
10
12
 
@@ -83,7 +85,8 @@ import { Grid } from "@maxio-com/react-ui-components";
83
85
 
84
86
  ### Grid
85
87
 
86
- Use Grid for two-dimensional layouts that need explicit rows, columns, consistent gaps, or child item placement across tracks.
88
+ Use Grid for two-dimensional layouts that need explicit rows, columns,
89
+ consistent gaps, or child item placement across tracks.
87
90
 
88
91
  ```tsx
89
92
  const Default = (props) => {
@@ -4,7 +4,9 @@
4
4
 
5
5
  ### Overview
6
6
 
7
- Icon renders Maxio custom icons, approved brand icons, and supported Font Awesome fallback icons. Use icons as decorative or supporting visual cues alongside text; use IconButton when the icon itself performs an action.
7
+ Icon renders Maxio custom icons, approved brand icons, and supported Font
8
+ Awesome fallback icons. Use icons as decorative or supporting visual cues
9
+ alongside text; use IconButton when the icon itself performs an action.
8
10
 
9
11
  #### When to Use
10
12
 
@@ -116,7 +118,9 @@ import { Icon } from "@maxio-com/react-ui-components";
116
118
 
117
119
  ### Custom Maxio Icon
118
120
 
119
- Use a Maxio kit icon when a small visual cue reinforces nearby text, status, or navigation. Keep the icon decorative unless surrounding text supplies the accessible meaning.
121
+ Use a Maxio kit icon when a small visual cue reinforces nearby text, status,
122
+ or navigation. Keep the icon decorative unless surrounding text supplies the
123
+ accessible meaning.
120
124
 
121
125
  ```tsx
122
126
  const Default = () => <Icon variant="home" size="md" color="primary" />;
@@ -124,7 +128,8 @@ const Default = () => <Icon variant="home" size="md" color="primary" />;
124
128
 
125
129
  ### Colored
126
130
 
127
- Use semantic color when an icon needs to match nearby status, tone, or visual emphasis. Do not use color as the only way to communicate meaning.
131
+ Use semantic color when an icon needs to match nearby status, tone, or visual
132
+ emphasis. Do not use color as the only way to communicate meaning.
128
133
 
129
134
  ```tsx
130
135
  const Colored = () => <Icon variant="info-circle-fill" size="md" color="info" />;
@@ -132,7 +137,8 @@ const Colored = () => <Icon variant="info-circle-fill" size="md" color="info" />
132
137
 
133
138
  ### Brand Icon
134
139
 
135
- Use approved brand icons with their built-in brand colors. The color prop is intentionally ignored for brand icons.
140
+ Use approved brand icons with their built-in brand colors. The color prop is
141
+ intentionally ignored for brand icons.
136
142
 
137
143
  ```tsx
138
144
  const BrandIcon = () => <Icon variant={BRAND_ICONS[1]} size="md" />;
@@ -140,7 +146,8 @@ const BrandIcon = () => <Icon variant={BRAND_ICONS[1]} size="md" />;
140
146
 
141
147
  ### Duotone Brand Icon
142
148
 
143
- Use duotone brand icons only for brands that have an approved duotone asset. Keep the generated `fa-kit-duotone` class so Font Awesome renders both tones.
149
+ Use duotone brand icons only for brands that have an approved duotone asset.
150
+ Keep the generated `fa-kit-duotone` class so Font Awesome renders both tones.
144
151
 
145
152
  ```tsx
146
153
  const DuotoneBrandIcon = () => <Icon variant={BRAND_ICONS_DUOTONE[0]} size="md" />;
@@ -148,7 +155,8 @@ const DuotoneBrandIcon = () => <Icon variant={BRAND_ICONS_DUOTONE[0]} size="md"
148
155
 
149
156
  ### Font Awesome Icon
150
157
 
151
- Use a supported Font Awesome fallback icon only when the Maxio kit does not include an appropriate icon.
158
+ Use a supported Font Awesome fallback icon only when the Maxio kit does not
159
+ include an appropriate icon.
152
160
 
153
161
  ```tsx
154
162
  const FontAwesomeIcon = () => <Icon variant={NON_KIT_ICONS_LIST[2]} size="md" color="secondary" />;
@@ -156,7 +164,8 @@ const FontAwesomeIcon = () => <Icon variant={NON_KIT_ICONS_LIST[2]} size="md" co
156
164
 
157
165
  ### Sizes
158
166
 
159
- Use size to match the density of the surrounding UI. Most product interfaces should use the default surrounding component size rather than oversized icons.
167
+ Use size to match the density of the surrounding UI. Most product interfaces
168
+ should use the default surrounding component size rather than oversized icons.
160
169
 
161
170
  ```tsx
162
171
  const Sizes = (args) => (
@@ -4,7 +4,8 @@
4
4
 
5
5
  ### Overview
6
6
 
7
- Link navigates users to another page, route, document, or external resource.
7
+ Link navigates users to another page, route, document, or external
8
+ resource.
8
9
 
9
10
  #### When to Use
10
11
 
@@ -93,7 +94,9 @@ import { Body, Heading, Link } from "@maxio-com/react-ui-components";
93
94
 
94
95
  ### Default
95
96
 
96
- Use the default Link for standalone navigation to another page, route, or resource. The visible text should name the destination instead of describing the gesture.
97
+ Use the default Link for standalone navigation to another page, route, or
98
+ resource. The visible text should name the destination instead of describing
99
+ the gesture.
97
100
 
98
101
  ```tsx
99
102
  const Default = () => <Link underline={false} disabled={false} external={false} href="/customers">Customer profile</Link>;
@@ -101,7 +104,9 @@ const Default = () => <Link underline={false} disabled={false} external={false}
101
104
 
102
105
  ### Component
103
106
 
104
- Use Link around heading or text components when the whole text element is the navigation target. Avoid wrapping large interactive regions or nesting interactive controls inside the anchor.
107
+ Use Link around heading or text components when the whole text element is the
108
+ navigation target. Avoid wrapping large interactive regions or nesting
109
+ interactive controls inside the anchor.
105
110
 
106
111
  ```tsx
107
112
  const Component = () => <Link underline={false} disabled={false} external={false} href="#">
@@ -111,7 +116,9 @@ const Component = () => <Link underline={false} disabled={false} external={false
111
116
 
112
117
  ### Icon
113
118
 
114
- Use an icon only for standalone links where the icon reinforces destination behavior, such as opening an external resource. Do not use icon links inside sentences.
119
+ Use an icon only for standalone links where the icon reinforces destination
120
+ behavior, such as opening an external resource. Do not use icon links inside
121
+ sentences.
115
122
 
116
123
  ```tsx
117
124
  const Icon = () => <Link
@@ -124,7 +131,9 @@ const Icon = () => <Link
124
131
 
125
132
  ### Inline
126
133
 
127
- Use inline links inside body copy when the surrounding sentence supplies context. Underline inline links so they remain recognizable without relying on color alone.
134
+ Use inline links inside body copy when the surrounding sentence supplies
135
+ context. Underline inline links so they remain recognizable without relying
136
+ on color alone.
128
137
 
129
138
  ```tsx
130
139
  const Inline = () => <Body size="md">Use an{' '}
@@ -135,7 +144,9 @@ const Inline = () => <Body size="md">Use an{' '}
135
144
 
136
145
  ### Variants
137
146
 
138
- Use variants to tune link emphasis for the surrounding surface. Keep the meaning of the link in the label and choose the lowest emphasis that remains easy to find.
147
+ Use variants to tune link emphasis for the surrounding surface. Keep the
148
+ meaning of the link in the label and choose the lowest emphasis that remains
149
+ easy to find.
139
150
 
140
151
  ```tsx
141
152
  const Variants = () => <div style={{ display: 'flex', flexDirection: 'column', gap: '0.5rem' }}>