@ankhorage/zora 2.5.2 → 2.5.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 (530) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/README.md +44 -2113
  3. package/dist/components/action-sheet/ActionSheet.d.ts +3 -0
  4. package/dist/components/action-sheet/ActionSheet.d.ts.map +1 -1
  5. package/dist/components/action-sheet/ActionSheet.js +3 -0
  6. package/dist/components/action-sheet/ActionSheet.js.map +1 -1
  7. package/dist/components/action-sheet/ActionSheetItem.d.ts +3 -0
  8. package/dist/components/action-sheet/ActionSheetItem.d.ts.map +1 -1
  9. package/dist/components/action-sheet/ActionSheetItem.js +3 -0
  10. package/dist/components/action-sheet/ActionSheetItem.js.map +1 -1
  11. package/dist/components/app-bar/AppBar.d.ts +3 -0
  12. package/dist/components/app-bar/AppBar.d.ts.map +1 -1
  13. package/dist/components/app-bar/AppBar.js +3 -0
  14. package/dist/components/app-bar/AppBar.js.map +1 -1
  15. package/dist/components/avatar/Avatar.d.ts +3 -0
  16. package/dist/components/avatar/Avatar.d.ts.map +1 -1
  17. package/dist/components/avatar/Avatar.js +3 -0
  18. package/dist/components/avatar/Avatar.js.map +1 -1
  19. package/dist/components/avatar-group/AvatarGroup.d.ts +3 -0
  20. package/dist/components/avatar-group/AvatarGroup.d.ts.map +1 -1
  21. package/dist/components/avatar-group/AvatarGroup.js +3 -0
  22. package/dist/components/avatar-group/AvatarGroup.js.map +1 -1
  23. package/dist/components/badge/Badge.d.ts +3 -0
  24. package/dist/components/badge/Badge.d.ts.map +1 -1
  25. package/dist/components/badge/Badge.js +3 -0
  26. package/dist/components/badge/Badge.js.map +1 -1
  27. package/dist/components/breadcrumbs/Breadcrumbs.d.ts +3 -0
  28. package/dist/components/breadcrumbs/Breadcrumbs.d.ts.map +1 -1
  29. package/dist/components/breadcrumbs/Breadcrumbs.js +3 -0
  30. package/dist/components/breadcrumbs/Breadcrumbs.js.map +1 -1
  31. package/dist/components/button/Button.d.ts +0 -1
  32. package/dist/components/button/Button.d.ts.map +1 -1
  33. package/dist/components/button/Button.js +0 -1
  34. package/dist/components/button/Button.js.map +1 -1
  35. package/dist/components/button-group/ButtonGroup.d.ts +3 -0
  36. package/dist/components/button-group/ButtonGroup.d.ts.map +1 -1
  37. package/dist/components/button-group/ButtonGroup.js +3 -0
  38. package/dist/components/button-group/ButtonGroup.js.map +1 -1
  39. package/dist/components/card/Card.d.ts +0 -1
  40. package/dist/components/card/Card.d.ts.map +1 -1
  41. package/dist/components/card/Card.js +0 -1
  42. package/dist/components/card/Card.js.map +1 -1
  43. package/dist/components/checkbox/Checkbox.d.ts +5 -0
  44. package/dist/components/checkbox/Checkbox.d.ts.map +1 -1
  45. package/dist/components/checkbox/Checkbox.js +5 -0
  46. package/dist/components/checkbox/Checkbox.js.map +1 -1
  47. package/dist/components/checkbox/CheckboxGroup.d.ts +3 -0
  48. package/dist/components/checkbox/CheckboxGroup.d.ts.map +1 -1
  49. package/dist/components/checkbox/CheckboxGroup.js +3 -0
  50. package/dist/components/checkbox/CheckboxGroup.js.map +1 -1
  51. package/dist/components/chip/Chip.d.ts +3 -0
  52. package/dist/components/chip/Chip.d.ts.map +1 -1
  53. package/dist/components/chip/Chip.js +3 -0
  54. package/dist/components/chip/Chip.js.map +1 -1
  55. package/dist/components/chip-group/ChipGroup.d.ts +3 -0
  56. package/dist/components/chip-group/ChipGroup.d.ts.map +1 -1
  57. package/dist/components/chip-group/ChipGroup.js +3 -0
  58. package/dist/components/chip-group/ChipGroup.js.map +1 -1
  59. package/dist/components/data-table/DataTable.d.ts +3 -0
  60. package/dist/components/data-table/DataTable.d.ts.map +1 -1
  61. package/dist/components/data-table/DataTable.js +3 -0
  62. package/dist/components/data-table/DataTable.js.map +1 -1
  63. package/dist/components/date-picker/DatePicker.d.ts +3 -0
  64. package/dist/components/date-picker/DatePicker.d.ts.map +1 -1
  65. package/dist/components/date-picker/DatePicker.js +3 -0
  66. package/dist/components/date-picker/DatePicker.js.map +1 -1
  67. package/dist/components/drawer/Drawer.d.ts +3 -0
  68. package/dist/components/drawer/Drawer.d.ts.map +1 -1
  69. package/dist/components/drawer/Drawer.js +3 -0
  70. package/dist/components/drawer/Drawer.js.map +1 -1
  71. package/dist/components/form/Form.d.ts +3 -0
  72. package/dist/components/form/Form.d.ts.map +1 -1
  73. package/dist/components/form/Form.js +3 -0
  74. package/dist/components/form/Form.js.map +1 -1
  75. package/dist/components/form/FormActions.d.ts +3 -0
  76. package/dist/components/form/FormActions.d.ts.map +1 -1
  77. package/dist/components/form/FormActions.js +3 -0
  78. package/dist/components/form/FormActions.js.map +1 -1
  79. package/dist/components/form/FormError.d.ts +3 -0
  80. package/dist/components/form/FormError.d.ts.map +1 -1
  81. package/dist/components/form/FormError.js +3 -0
  82. package/dist/components/form/FormError.js.map +1 -1
  83. package/dist/components/form/FormField.d.ts +3 -0
  84. package/dist/components/form/FormField.d.ts.map +1 -1
  85. package/dist/components/form/FormField.js +3 -0
  86. package/dist/components/form/FormField.js.map +1 -1
  87. package/dist/components/form/index.d.ts +1 -1
  88. package/dist/components/form/index.d.ts.map +1 -1
  89. package/dist/components/form/index.js.map +1 -1
  90. package/dist/components/form/useFormController.d.ts.map +1 -1
  91. package/dist/components/form/useFormController.js.map +1 -1
  92. package/dist/components/heading/Heading.d.ts +0 -1
  93. package/dist/components/heading/Heading.d.ts.map +1 -1
  94. package/dist/components/heading/Heading.js +0 -1
  95. package/dist/components/heading/Heading.js.map +1 -1
  96. package/dist/components/icon/Icon.d.ts +3 -0
  97. package/dist/components/icon/Icon.d.ts.map +1 -1
  98. package/dist/components/icon/Icon.js +3 -0
  99. package/dist/components/icon/Icon.js.map +1 -1
  100. package/dist/components/icon-button/IconButton.d.ts +3 -0
  101. package/dist/components/icon-button/IconButton.d.ts.map +1 -1
  102. package/dist/components/icon-button/IconButton.js +3 -0
  103. package/dist/components/icon-button/IconButton.js.map +1 -1
  104. package/dist/components/image/Image.d.ts +5 -0
  105. package/dist/components/image/Image.d.ts.map +1 -1
  106. package/dist/components/image/Image.js +5 -0
  107. package/dist/components/image/Image.js.map +1 -1
  108. package/dist/components/input/Input.d.ts +0 -1
  109. package/dist/components/input/Input.d.ts.map +1 -1
  110. package/dist/components/input/Input.js +0 -1
  111. package/dist/components/input/Input.js.map +1 -1
  112. package/dist/components/media-card/MediaCard.d.ts +3 -0
  113. package/dist/components/media-card/MediaCard.d.ts.map +1 -1
  114. package/dist/components/media-card/MediaCard.js +3 -0
  115. package/dist/components/media-card/MediaCard.js.map +1 -1
  116. package/dist/components/menu/DropdownMenu.d.ts +3 -0
  117. package/dist/components/menu/DropdownMenu.d.ts.map +1 -1
  118. package/dist/components/menu/DropdownMenu.js +3 -0
  119. package/dist/components/menu/DropdownMenu.js.map +1 -1
  120. package/dist/components/menu/Menu.d.ts +3 -0
  121. package/dist/components/menu/Menu.d.ts.map +1 -1
  122. package/dist/components/menu/Menu.js +3 -0
  123. package/dist/components/menu/Menu.js.map +1 -1
  124. package/dist/components/metric-card/MetricCard.d.ts +3 -0
  125. package/dist/components/metric-card/MetricCard.d.ts.map +1 -1
  126. package/dist/components/metric-card/MetricCard.js +3 -0
  127. package/dist/components/metric-card/MetricCard.js.map +1 -1
  128. package/dist/components/modal/Modal.d.ts +3 -0
  129. package/dist/components/modal/Modal.d.ts.map +1 -1
  130. package/dist/components/modal/Modal.js +3 -0
  131. package/dist/components/modal/Modal.js.map +1 -1
  132. package/dist/components/navigation-item/NavigationItem.d.ts +3 -0
  133. package/dist/components/navigation-item/NavigationItem.d.ts.map +1 -1
  134. package/dist/components/navigation-item/NavigationItem.js +3 -0
  135. package/dist/components/navigation-item/NavigationItem.js.map +1 -1
  136. package/dist/components/navigation-list/NavigationList.d.ts +3 -0
  137. package/dist/components/navigation-list/NavigationList.d.ts.map +1 -1
  138. package/dist/components/navigation-list/NavigationList.js +3 -0
  139. package/dist/components/navigation-list/NavigationList.js.map +1 -1
  140. package/dist/components/pagination/Pagination.d.ts +3 -0
  141. package/dist/components/pagination/Pagination.d.ts.map +1 -1
  142. package/dist/components/pagination/Pagination.js +3 -0
  143. package/dist/components/pagination/Pagination.js.map +1 -1
  144. package/dist/components/progress/Progress.d.ts +3 -0
  145. package/dist/components/progress/Progress.d.ts.map +1 -1
  146. package/dist/components/progress/Progress.js +3 -0
  147. package/dist/components/progress/Progress.js.map +1 -1
  148. package/dist/components/radio/Radio.d.ts +3 -0
  149. package/dist/components/radio/Radio.d.ts.map +1 -1
  150. package/dist/components/radio/Radio.js +3 -0
  151. package/dist/components/radio/Radio.js.map +1 -1
  152. package/dist/components/radio/RadioGroup.d.ts +3 -0
  153. package/dist/components/radio/RadioGroup.d.ts.map +1 -1
  154. package/dist/components/radio/RadioGroup.js +3 -0
  155. package/dist/components/radio/RadioGroup.js.map +1 -1
  156. package/dist/components/rating/Rating.d.ts +3 -0
  157. package/dist/components/rating/Rating.d.ts.map +1 -1
  158. package/dist/components/rating/Rating.js +3 -0
  159. package/dist/components/rating/Rating.js.map +1 -1
  160. package/dist/components/search-bar/SearchBar.d.ts +3 -0
  161. package/dist/components/search-bar/SearchBar.d.ts.map +1 -1
  162. package/dist/components/search-bar/SearchBar.js +3 -0
  163. package/dist/components/search-bar/SearchBar.js.map +1 -1
  164. package/dist/components/select/Select.d.ts +3 -0
  165. package/dist/components/select/Select.d.ts.map +1 -1
  166. package/dist/components/select/Select.js +3 -0
  167. package/dist/components/select/Select.js.map +1 -1
  168. package/dist/components/skeleton/Skeleton.d.ts +3 -0
  169. package/dist/components/skeleton/Skeleton.d.ts.map +1 -1
  170. package/dist/components/skeleton/Skeleton.js +3 -0
  171. package/dist/components/skeleton/Skeleton.js.map +1 -1
  172. package/dist/components/skeleton/SkeletonCard.d.ts +3 -0
  173. package/dist/components/skeleton/SkeletonCard.d.ts.map +1 -1
  174. package/dist/components/skeleton/SkeletonCard.js +3 -0
  175. package/dist/components/skeleton/SkeletonCard.js.map +1 -1
  176. package/dist/components/skeleton/SkeletonList.d.ts +5 -0
  177. package/dist/components/skeleton/SkeletonList.d.ts.map +1 -1
  178. package/dist/components/skeleton/SkeletonList.js +5 -0
  179. package/dist/components/skeleton/SkeletonList.js.map +1 -1
  180. package/dist/components/skeleton/SkeletonText.d.ts +5 -0
  181. package/dist/components/skeleton/SkeletonText.d.ts.map +1 -1
  182. package/dist/components/skeleton/SkeletonText.js +5 -0
  183. package/dist/components/skeleton/SkeletonText.js.map +1 -1
  184. package/dist/components/tabs/Tabs.d.ts +5 -0
  185. package/dist/components/tabs/Tabs.d.ts.map +1 -1
  186. package/dist/components/tabs/Tabs.js +5 -0
  187. package/dist/components/tabs/Tabs.js.map +1 -1
  188. package/dist/components/text/Text.d.ts +1 -1
  189. package/dist/components/text/Text.js +1 -1
  190. package/dist/components/text/Text.js.map +1 -1
  191. package/dist/components/textarea/Textarea.d.ts +5 -0
  192. package/dist/components/textarea/Textarea.d.ts.map +1 -1
  193. package/dist/components/textarea/Textarea.js +5 -0
  194. package/dist/components/textarea/Textarea.js.map +1 -1
  195. package/dist/components/time-picker/TimePicker.d.ts +5 -0
  196. package/dist/components/time-picker/TimePicker.d.ts.map +1 -1
  197. package/dist/components/time-picker/TimePicker.js +5 -0
  198. package/dist/components/time-picker/TimePicker.js.map +1 -1
  199. package/dist/components/toast/Toast.d.ts +5 -0
  200. package/dist/components/toast/Toast.d.ts.map +1 -1
  201. package/dist/components/toast/Toast.js +5 -0
  202. package/dist/components/toast/Toast.js.map +1 -1
  203. package/dist/components/toast/ToastProvider.d.ts +5 -0
  204. package/dist/components/toast/ToastProvider.d.ts.map +1 -1
  205. package/dist/components/toast/ToastProvider.js +5 -0
  206. package/dist/components/toast/ToastProvider.js.map +1 -1
  207. package/dist/components/toolbar/Toolbar.d.ts +5 -0
  208. package/dist/components/toolbar/Toolbar.d.ts.map +1 -1
  209. package/dist/components/toolbar/Toolbar.js +5 -0
  210. package/dist/components/toolbar/Toolbar.js.map +1 -1
  211. package/dist/components/toolbar/ToolbarAction.d.ts +5 -0
  212. package/dist/components/toolbar/ToolbarAction.d.ts.map +1 -1
  213. package/dist/components/toolbar/ToolbarAction.js +5 -0
  214. package/dist/components/toolbar/ToolbarAction.js.map +1 -1
  215. package/dist/foundation/Box.d.ts +5 -0
  216. package/dist/foundation/Box.d.ts.map +1 -1
  217. package/dist/foundation/Box.js +5 -0
  218. package/dist/foundation/Box.js.map +1 -1
  219. package/dist/foundation/Center.d.ts +5 -0
  220. package/dist/foundation/Center.d.ts.map +1 -1
  221. package/dist/foundation/Center.js +5 -0
  222. package/dist/foundation/Center.js.map +1 -1
  223. package/dist/foundation/Container.d.ts +5 -0
  224. package/dist/foundation/Container.d.ts.map +1 -1
  225. package/dist/foundation/Container.js +5 -0
  226. package/dist/foundation/Container.js.map +1 -1
  227. package/dist/foundation/Divider.d.ts +5 -0
  228. package/dist/foundation/Divider.d.ts.map +1 -1
  229. package/dist/foundation/Divider.js +5 -0
  230. package/dist/foundation/Divider.js.map +1 -1
  231. package/dist/foundation/Grid.d.ts +5 -0
  232. package/dist/foundation/Grid.d.ts.map +1 -1
  233. package/dist/foundation/Grid.js +5 -0
  234. package/dist/foundation/Grid.js.map +1 -1
  235. package/dist/foundation/Inline.d.ts +5 -0
  236. package/dist/foundation/Inline.d.ts.map +1 -1
  237. package/dist/foundation/Inline.js +5 -0
  238. package/dist/foundation/Inline.js.map +1 -1
  239. package/dist/foundation/Show.d.ts +5 -0
  240. package/dist/foundation/Show.d.ts.map +1 -1
  241. package/dist/foundation/Show.js +5 -0
  242. package/dist/foundation/Show.js.map +1 -1
  243. package/dist/foundation/Spacer.d.ts +5 -0
  244. package/dist/foundation/Spacer.d.ts.map +1 -1
  245. package/dist/foundation/Spacer.js +5 -0
  246. package/dist/foundation/Spacer.js.map +1 -1
  247. package/dist/foundation/Stack.d.ts +5 -0
  248. package/dist/foundation/Stack.d.ts.map +1 -1
  249. package/dist/foundation/Stack.js +5 -0
  250. package/dist/foundation/Stack.js.map +1 -1
  251. package/dist/foundation/Surface.d.ts +5 -0
  252. package/dist/foundation/Surface.d.ts.map +1 -1
  253. package/dist/foundation/Surface.js +5 -0
  254. package/dist/foundation/Surface.js.map +1 -1
  255. package/dist/index.d.ts +1 -1
  256. package/dist/index.d.ts.map +1 -1
  257. package/dist/index.js.map +1 -1
  258. package/dist/layout/app-shell/AppShell.d.ts +1 -1
  259. package/dist/layout/app-shell/AppShell.js +1 -1
  260. package/dist/layout/app-shell/AppShell.js.map +1 -1
  261. package/dist/layout/screen/Screen.d.ts +5 -0
  262. package/dist/layout/screen/Screen.d.ts.map +1 -1
  263. package/dist/layout/screen/Screen.js +5 -0
  264. package/dist/layout/screen/Screen.js.map +1 -1
  265. package/dist/layout/screen-section/ScreenSection.d.ts +5 -0
  266. package/dist/layout/screen-section/ScreenSection.d.ts.map +1 -1
  267. package/dist/layout/screen-section/ScreenSection.js +5 -0
  268. package/dist/layout/screen-section/ScreenSection.js.map +1 -1
  269. package/dist/layout/settings-layout/SettingsLayout.d.ts +5 -0
  270. package/dist/layout/settings-layout/SettingsLayout.d.ts.map +1 -1
  271. package/dist/layout/settings-layout/SettingsLayout.js +5 -0
  272. package/dist/layout/settings-layout/SettingsLayout.js.map +1 -1
  273. package/dist/layout/sidebar-layout/SidebarLayout.d.ts +5 -0
  274. package/dist/layout/sidebar-layout/SidebarLayout.d.ts.map +1 -1
  275. package/dist/layout/sidebar-layout/SidebarLayout.js +5 -0
  276. package/dist/layout/sidebar-layout/SidebarLayout.js.map +1 -1
  277. package/dist/layout/topbar-layout/TopbarLayout.d.ts +5 -0
  278. package/dist/layout/topbar-layout/TopbarLayout.d.ts.map +1 -1
  279. package/dist/layout/topbar-layout/TopbarLayout.js +5 -0
  280. package/dist/layout/topbar-layout/TopbarLayout.js.map +1 -1
  281. package/dist/patterns/auth/ForgotPasswordForm.d.ts +5 -0
  282. package/dist/patterns/auth/ForgotPasswordForm.d.ts.map +1 -1
  283. package/dist/patterns/auth/ForgotPasswordForm.js +5 -0
  284. package/dist/patterns/auth/ForgotPasswordForm.js.map +1 -1
  285. package/dist/patterns/auth/OtpForm.d.ts +5 -0
  286. package/dist/patterns/auth/OtpForm.d.ts.map +1 -1
  287. package/dist/patterns/auth/OtpForm.js +5 -0
  288. package/dist/patterns/auth/OtpForm.js.map +1 -1
  289. package/dist/patterns/auth/SignInForm.d.ts +5 -0
  290. package/dist/patterns/auth/SignInForm.d.ts.map +1 -1
  291. package/dist/patterns/auth/SignInForm.js +5 -0
  292. package/dist/patterns/auth/SignInForm.js.map +1 -1
  293. package/dist/patterns/auth/SignUpForm.d.ts +5 -0
  294. package/dist/patterns/auth/SignUpForm.d.ts.map +1 -1
  295. package/dist/patterns/auth/SignUpForm.js +5 -0
  296. package/dist/patterns/auth/SignUpForm.js.map +1 -1
  297. package/dist/patterns/chat-list-item/ChatListItem.d.ts +5 -0
  298. package/dist/patterns/chat-list-item/ChatListItem.d.ts.map +1 -1
  299. package/dist/patterns/chat-list-item/ChatListItem.js +5 -0
  300. package/dist/patterns/chat-list-item/ChatListItem.js.map +1 -1
  301. package/dist/patterns/collection-editor/CollectionEditor.d.ts +5 -0
  302. package/dist/patterns/collection-editor/CollectionEditor.d.ts.map +1 -1
  303. package/dist/patterns/collection-editor/CollectionEditor.js +5 -0
  304. package/dist/patterns/collection-editor/CollectionEditor.js.map +1 -1
  305. package/dist/patterns/confirm-dialog/ConfirmDialog.d.ts +5 -0
  306. package/dist/patterns/confirm-dialog/ConfirmDialog.d.ts.map +1 -1
  307. package/dist/patterns/confirm-dialog/ConfirmDialog.js +5 -0
  308. package/dist/patterns/confirm-dialog/ConfirmDialog.js.map +1 -1
  309. package/dist/patterns/disclosure-section/DisclosureSection.d.ts +5 -0
  310. package/dist/patterns/disclosure-section/DisclosureSection.d.ts.map +1 -1
  311. package/dist/patterns/disclosure-section/DisclosureSection.js +5 -0
  312. package/dist/patterns/disclosure-section/DisclosureSection.js.map +1 -1
  313. package/dist/patterns/empty-state/EmptyState.d.ts +1 -1
  314. package/dist/patterns/empty-state/EmptyState.js +1 -1
  315. package/dist/patterns/empty-state/EmptyState.js.map +1 -1
  316. package/dist/patterns/filter-bar/FilterBar.d.ts +5 -0
  317. package/dist/patterns/filter-bar/FilterBar.d.ts.map +1 -1
  318. package/dist/patterns/filter-bar/FilterBar.js +5 -0
  319. package/dist/patterns/filter-bar/FilterBar.js.map +1 -1
  320. package/dist/patterns/hero/Hero.d.ts +5 -0
  321. package/dist/patterns/hero/Hero.d.ts.map +1 -1
  322. package/dist/patterns/hero/Hero.js +5 -0
  323. package/dist/patterns/hero/Hero.js.map +1 -1
  324. package/dist/patterns/image-preview/ImagePreview.d.ts +5 -0
  325. package/dist/patterns/image-preview/ImagePreview.d.ts.map +1 -1
  326. package/dist/patterns/image-preview/ImagePreview.js +5 -0
  327. package/dist/patterns/image-preview/ImagePreview.js.map +1 -1
  328. package/dist/patterns/image-upload-field/ImageUploadField.d.ts +5 -0
  329. package/dist/patterns/image-upload-field/ImageUploadField.d.ts.map +1 -1
  330. package/dist/patterns/image-upload-field/ImageUploadField.js +5 -0
  331. package/dist/patterns/image-upload-field/ImageUploadField.js.map +1 -1
  332. package/dist/patterns/inspector-field/InspectorField.d.ts +5 -0
  333. package/dist/patterns/inspector-field/InspectorField.d.ts.map +1 -1
  334. package/dist/patterns/inspector-field/InspectorField.js +5 -0
  335. package/dist/patterns/inspector-field/InspectorField.js.map +1 -1
  336. package/dist/patterns/list/List.d.ts +5 -0
  337. package/dist/patterns/list/List.d.ts.map +1 -1
  338. package/dist/patterns/list/List.js +5 -0
  339. package/dist/patterns/list/List.js.map +1 -1
  340. package/dist/patterns/list/ListRow.d.ts +5 -0
  341. package/dist/patterns/list/ListRow.d.ts.map +1 -1
  342. package/dist/patterns/list/ListRow.js +5 -0
  343. package/dist/patterns/list/ListRow.js.map +1 -1
  344. package/dist/patterns/list/ListSection.d.ts +5 -0
  345. package/dist/patterns/list/ListSection.d.ts.map +1 -1
  346. package/dist/patterns/list/ListSection.js +5 -0
  347. package/dist/patterns/list/ListSection.js.map +1 -1
  348. package/dist/patterns/message-bubble/MessageBubble.d.ts +5 -0
  349. package/dist/patterns/message-bubble/MessageBubble.d.ts.map +1 -1
  350. package/dist/patterns/message-bubble/MessageBubble.js +5 -0
  351. package/dist/patterns/message-bubble/MessageBubble.js.map +1 -1
  352. package/dist/patterns/notice/Notice.d.ts +5 -0
  353. package/dist/patterns/notice/Notice.d.ts.map +1 -1
  354. package/dist/patterns/notice/Notice.js +5 -0
  355. package/dist/patterns/notice/Notice.js.map +1 -1
  356. package/dist/patterns/panel/Panel.d.ts +5 -0
  357. package/dist/patterns/panel/Panel.d.ts.map +1 -1
  358. package/dist/patterns/panel/Panel.js +5 -0
  359. package/dist/patterns/panel/Panel.js.map +1 -1
  360. package/dist/patterns/post-card/PostCard.d.ts +5 -0
  361. package/dist/patterns/post-card/PostCard.d.ts.map +1 -1
  362. package/dist/patterns/post-card/PostCard.js +5 -0
  363. package/dist/patterns/post-card/PostCard.js.map +1 -1
  364. package/dist/patterns/responsive-panel/ResponsivePanel.d.ts +1 -1
  365. package/dist/patterns/responsive-panel/ResponsivePanel.js +1 -1
  366. package/dist/patterns/responsive-panel/ResponsivePanel.js.map +1 -1
  367. package/dist/patterns/section-header/SectionHeader.d.ts +5 -0
  368. package/dist/patterns/section-header/SectionHeader.d.ts.map +1 -1
  369. package/dist/patterns/section-header/SectionHeader.js +5 -0
  370. package/dist/patterns/section-header/SectionHeader.js.map +1 -1
  371. package/dist/patterns/selection/SelectableItem.d.ts +5 -0
  372. package/dist/patterns/selection/SelectableItem.d.ts.map +1 -1
  373. package/dist/patterns/selection/SelectableItem.js +5 -0
  374. package/dist/patterns/selection/SelectableItem.js.map +1 -1
  375. package/dist/patterns/selection/SelectionProvider.d.ts +10 -0
  376. package/dist/patterns/selection/SelectionProvider.d.ts.map +1 -1
  377. package/dist/patterns/selection/SelectionProvider.js +10 -0
  378. package/dist/patterns/selection/SelectionProvider.js.map +1 -1
  379. package/dist/patterns/settings-row/SettingsRow.d.ts +5 -0
  380. package/dist/patterns/settings-row/SettingsRow.d.ts.map +1 -1
  381. package/dist/patterns/settings-row/SettingsRow.js +5 -0
  382. package/dist/patterns/settings-row/SettingsRow.js.map +1 -1
  383. package/dist/patterns/switch-field/SwitchField.d.ts +5 -0
  384. package/dist/patterns/switch-field/SwitchField.d.ts.map +1 -1
  385. package/dist/patterns/switch-field/SwitchField.js +5 -0
  386. package/dist/patterns/switch-field/SwitchField.js.map +1 -1
  387. package/dist/patterns/theme-composer/ThemeComposer.d.ts +5 -0
  388. package/dist/patterns/theme-composer/ThemeComposer.d.ts.map +1 -1
  389. package/dist/patterns/theme-composer/ThemeComposer.js +5 -0
  390. package/dist/patterns/theme-composer/ThemeComposer.js.map +1 -1
  391. package/dist/patterns/tile-grid/PaletteItem.d.ts +5 -0
  392. package/dist/patterns/tile-grid/PaletteItem.d.ts.map +1 -1
  393. package/dist/patterns/tile-grid/PaletteItem.js +5 -0
  394. package/dist/patterns/tile-grid/PaletteItem.js.map +1 -1
  395. package/dist/patterns/tile-grid/TileGrid.d.ts +5 -0
  396. package/dist/patterns/tile-grid/TileGrid.d.ts.map +1 -1
  397. package/dist/patterns/tile-grid/TileGrid.js +5 -0
  398. package/dist/patterns/tile-grid/TileGrid.js.map +1 -1
  399. package/dist/patterns/timeline/Timeline.d.ts +5 -0
  400. package/dist/patterns/timeline/Timeline.d.ts.map +1 -1
  401. package/dist/patterns/timeline/Timeline.js +5 -0
  402. package/dist/patterns/timeline/Timeline.js.map +1 -1
  403. package/dist/patterns/tree-view/TreeItem.d.ts +5 -0
  404. package/dist/patterns/tree-view/TreeItem.d.ts.map +1 -1
  405. package/dist/patterns/tree-view/TreeItem.js +5 -0
  406. package/dist/patterns/tree-view/TreeItem.js.map +1 -1
  407. package/dist/patterns/tree-view/TreeView.d.ts +5 -0
  408. package/dist/patterns/tree-view/TreeView.d.ts.map +1 -1
  409. package/dist/patterns/tree-view/TreeView.js +5 -0
  410. package/dist/patterns/tree-view/TreeView.js.map +1 -1
  411. package/dist/patterns/zora-drawer-content/ZoraDrawerContent.d.ts +5 -0
  412. package/dist/patterns/zora-drawer-content/ZoraDrawerContent.d.ts.map +1 -1
  413. package/dist/patterns/zora-drawer-content/ZoraDrawerContent.js +5 -0
  414. package/dist/patterns/zora-drawer-content/ZoraDrawerContent.js.map +1 -1
  415. package/dist/patterns/zora-tab-bar/ZoraTabBar.d.ts +5 -0
  416. package/dist/patterns/zora-tab-bar/ZoraTabBar.d.ts.map +1 -1
  417. package/dist/patterns/zora-tab-bar/ZoraTabBar.js +5 -0
  418. package/dist/patterns/zora-tab-bar/ZoraTabBar.js.map +1 -1
  419. package/dist/theme/ZoraProvider.d.ts +0 -1
  420. package/dist/theme/ZoraProvider.d.ts.map +1 -1
  421. package/dist/theme/ZoraProvider.js +0 -1
  422. package/dist/theme/ZoraProvider.js.map +1 -1
  423. package/package.json +2 -2
  424. package/src/components/action-sheet/ActionSheet.tsx +3 -0
  425. package/src/components/action-sheet/ActionSheetItem.tsx +3 -0
  426. package/src/components/app-bar/AppBar.tsx +3 -0
  427. package/src/components/avatar/Avatar.tsx +3 -0
  428. package/src/components/avatar-group/AvatarGroup.tsx +3 -0
  429. package/src/components/badge/Badge.tsx +3 -0
  430. package/src/components/breadcrumbs/Breadcrumbs.tsx +3 -0
  431. package/src/components/button/Button.tsx +0 -1
  432. package/src/components/button-group/ButtonGroup.tsx +3 -0
  433. package/src/components/card/Card.tsx +0 -1
  434. package/src/components/checkbox/Checkbox.tsx +5 -0
  435. package/src/components/checkbox/CheckboxGroup.tsx +3 -0
  436. package/src/components/chip/Chip.tsx +3 -0
  437. package/src/components/chip-group/ChipGroup.tsx +3 -0
  438. package/src/components/data-table/DataTable.tsx +3 -0
  439. package/src/components/date-picker/DatePicker.tsx +3 -0
  440. package/src/components/drawer/Drawer.tsx +3 -0
  441. package/src/components/form/Form.tsx +3 -0
  442. package/src/components/form/FormActions.tsx +3 -0
  443. package/src/components/form/FormError.tsx +3 -0
  444. package/src/components/form/FormField.tsx +3 -0
  445. package/src/components/form/index.ts +0 -1
  446. package/src/components/form/useFormController.ts +3 -2
  447. package/src/components/heading/Heading.tsx +0 -1
  448. package/src/components/icon/Icon.tsx +3 -0
  449. package/src/components/icon-button/IconButton.tsx +3 -0
  450. package/src/components/image/Image.tsx +5 -0
  451. package/src/components/input/Input.tsx +0 -1
  452. package/src/components/media-card/MediaCard.tsx +3 -0
  453. package/src/components/menu/DropdownMenu.tsx +3 -0
  454. package/src/components/menu/Menu.tsx +3 -0
  455. package/src/components/metric-card/MetricCard.tsx +3 -0
  456. package/src/components/modal/Modal.tsx +3 -0
  457. package/src/components/navigation-item/NavigationItem.tsx +3 -0
  458. package/src/components/navigation-list/NavigationList.tsx +3 -0
  459. package/src/components/pagination/Pagination.tsx +3 -0
  460. package/src/components/progress/Progress.tsx +3 -0
  461. package/src/components/radio/Radio.tsx +3 -0
  462. package/src/components/radio/RadioGroup.tsx +3 -0
  463. package/src/components/rating/Rating.tsx +3 -0
  464. package/src/components/search-bar/SearchBar.tsx +3 -0
  465. package/src/components/select/Select.tsx +3 -0
  466. package/src/components/skeleton/Skeleton.tsx +3 -0
  467. package/src/components/skeleton/SkeletonCard.tsx +3 -0
  468. package/src/components/skeleton/SkeletonList.tsx +5 -0
  469. package/src/components/skeleton/SkeletonText.tsx +5 -0
  470. package/src/components/tabs/Tabs.tsx +5 -0
  471. package/src/components/text/Text.tsx +1 -1
  472. package/src/components/textarea/Textarea.tsx +5 -0
  473. package/src/components/time-picker/TimePicker.tsx +5 -0
  474. package/src/components/toast/Toast.tsx +5 -0
  475. package/src/components/toast/ToastProvider.tsx +5 -0
  476. package/src/components/toolbar/Toolbar.tsx +5 -0
  477. package/src/components/toolbar/ToolbarAction.tsx +5 -0
  478. package/src/foundation/Box.tsx +5 -0
  479. package/src/foundation/Center.tsx +5 -0
  480. package/src/foundation/Container.tsx +5 -0
  481. package/src/foundation/Divider.tsx +5 -0
  482. package/src/foundation/Grid.tsx +5 -0
  483. package/src/foundation/Inline.tsx +5 -0
  484. package/src/foundation/Show.tsx +5 -0
  485. package/src/foundation/Spacer.tsx +5 -0
  486. package/src/foundation/Stack.tsx +5 -0
  487. package/src/foundation/Surface.tsx +5 -0
  488. package/src/index.ts +0 -1
  489. package/src/layout/app-shell/AppShell.tsx +1 -1
  490. package/src/layout/screen/Screen.tsx +5 -0
  491. package/src/layout/screen-section/ScreenSection.tsx +5 -0
  492. package/src/layout/settings-layout/SettingsLayout.tsx +5 -0
  493. package/src/layout/sidebar-layout/SidebarLayout.tsx +5 -0
  494. package/src/layout/topbar-layout/TopbarLayout.tsx +5 -0
  495. package/src/patterns/auth/ForgotPasswordForm.tsx +5 -0
  496. package/src/patterns/auth/OtpForm.tsx +5 -0
  497. package/src/patterns/auth/SignInForm.tsx +5 -0
  498. package/src/patterns/auth/SignUpForm.tsx +5 -0
  499. package/src/patterns/chat-list-item/ChatListItem.tsx +5 -0
  500. package/src/patterns/collection-editor/CollectionEditor.tsx +5 -0
  501. package/src/patterns/confirm-dialog/ConfirmDialog.tsx +5 -0
  502. package/src/patterns/disclosure-section/DisclosureSection.tsx +5 -0
  503. package/src/patterns/empty-state/EmptyState.tsx +1 -1
  504. package/src/patterns/filter-bar/FilterBar.tsx +5 -0
  505. package/src/patterns/hero/Hero.tsx +5 -0
  506. package/src/patterns/image-preview/ImagePreview.tsx +5 -0
  507. package/src/patterns/image-upload-field/ImageUploadField.tsx +5 -0
  508. package/src/patterns/inspector-field/InspectorField.tsx +5 -0
  509. package/src/patterns/list/List.tsx +5 -0
  510. package/src/patterns/list/ListRow.tsx +5 -0
  511. package/src/patterns/list/ListSection.tsx +5 -0
  512. package/src/patterns/message-bubble/MessageBubble.tsx +5 -0
  513. package/src/patterns/notice/Notice.tsx +5 -0
  514. package/src/patterns/panel/Panel.tsx +5 -0
  515. package/src/patterns/post-card/PostCard.tsx +5 -0
  516. package/src/patterns/responsive-panel/ResponsivePanel.tsx +1 -1
  517. package/src/patterns/section-header/SectionHeader.tsx +5 -0
  518. package/src/patterns/selection/SelectableItem.tsx +5 -0
  519. package/src/patterns/selection/SelectionProvider.tsx +10 -0
  520. package/src/patterns/settings-row/SettingsRow.tsx +5 -0
  521. package/src/patterns/switch-field/SwitchField.tsx +5 -0
  522. package/src/patterns/theme-composer/ThemeComposer.tsx +5 -0
  523. package/src/patterns/tile-grid/PaletteItem.tsx +5 -0
  524. package/src/patterns/tile-grid/TileGrid.tsx +5 -0
  525. package/src/patterns/timeline/Timeline.tsx +5 -0
  526. package/src/patterns/tree-view/TreeItem.tsx +5 -0
  527. package/src/patterns/tree-view/TreeView.tsx +5 -0
  528. package/src/patterns/zora-drawer-content/ZoraDrawerContent.tsx +5 -0
  529. package/src/patterns/zora-tab-bar/ZoraTabBar.tsx +5 -0
  530. package/src/theme/ZoraProvider.tsx +0 -1
@@ -25,4 +25,7 @@ function FormActionsInner({
25
25
  );
26
26
  }
27
27
 
28
+ /***
29
+ * Standard submit/action area for forms.
30
+ */
28
31
  export const FormActions = withZoraThemeScope(FormActionsInner);
@@ -22,4 +22,7 @@ function FormErrorInner({ themeId: _themeId, mode: _mode, error, testID }: FormE
22
22
  );
23
23
  }
24
24
 
25
+ /***
26
+ * Displays a form-level validation or submission error message.
27
+ */
25
28
  export const FormError = withZoraThemeScope(FormErrorInner);
@@ -148,4 +148,7 @@ function FormFieldInner<TName extends string = string>(props: FormFieldProps<TNa
148
148
  );
149
149
  }
150
150
 
151
+ /***
152
+ * Connects a controlled form value to a labeled input field with error handling.
153
+ */
151
154
  export const FormField = withZoraThemeScope(FormFieldInner);
@@ -10,7 +10,6 @@ export type {
10
10
  FormFieldControlProps,
11
11
  FormFieldInputType,
12
12
  FormFieldProps,
13
- FormFieldValue,
14
13
  FormProps,
15
14
  FormValidationErrors,
16
15
  FormValidationResult,
@@ -2,6 +2,7 @@ import React from 'react';
2
2
 
3
3
  import type {
4
4
  FormErrors,
5
+ FormFieldValue,
5
6
  FormValues,
6
7
  UseFormControllerOptions,
7
8
  UseFormControllerResult,
@@ -12,7 +13,7 @@ function createInitialValues<TName extends string>(
12
13
  fields: readonly { name: TName }[],
13
14
  initialValues: Partial<FormValues<TName>> | undefined,
14
15
  ): FormValues<TName> {
15
- const values = fields.reduce<Record<string, string>>((nextValues, field) => {
16
+ const values = fields.reduce<Record<string, FormFieldValue>>((nextValues, field) => {
16
17
  nextValues[field.name] = initialValues?.[field.name] ?? '';
17
18
  return nextValues;
18
19
  }, {});
@@ -62,7 +63,7 @@ export function useFormController<TName extends string = string>({
62
63
  }, [fields, values]);
63
64
 
64
65
  const setFieldValue = React.useCallback(
65
- (name: TName, value: string) => {
66
+ (name: TName, value: FormFieldValue) => {
66
67
  const nextValues = {
67
68
  ...values,
68
69
  [name]: value,
@@ -97,7 +97,6 @@ function HeadingInner({
97
97
  * `Heading` gives consumers a ZORA-owned title API with semantic levels,
98
98
  * responsive sizes, and theme-aware emphasis while preserving header semantics.
99
99
  *
100
- * @readme
101
100
  * @example Section title
102
101
  * ```tsx
103
102
  * <Heading level={2} size="xl">Account settings</Heading>
@@ -10,4 +10,7 @@ function IconInner({ themeId: _themeId, mode: _mode, ...props }: IconProps) {
10
10
  return <SurfaceIcon {...props} />;
11
11
  }
12
12
 
13
+ /***
14
+ * Renders an icon from a configured icon provider with theme-aware defaults.
15
+ */
13
16
  export const Icon = withZoraThemeScope(IconInner);
@@ -29,4 +29,7 @@ function IconButtonInner({
29
29
  );
30
30
  }
31
31
 
32
+ /***
33
+ * Icon-only button for compact actions; requires an accessible `label`.
34
+ */
32
35
  export const IconButton = withZoraThemeScope(IconButtonInner);
@@ -8,4 +8,9 @@ function ImageInner({ themeId: _themeId, mode: _mode, ...props }: ImageProps) {
8
8
  return <SurfaceImage {...props} />;
9
9
  }
10
10
 
11
+ /***
12
+ * Displays an image with cross-platform source and fit handling.
13
+ *
14
+
15
+ */
11
16
  export const Image = withZoraThemeScope(ImageInner);
@@ -68,7 +68,6 @@ function InputInner({
68
68
  * Use `Input` for single-line form controls that need ZORA styling, disabled/read-only
69
69
  * handling, and accessible trailing actions without dropping into Surface directly.
70
70
  *
71
- * @readme
72
71
  * @example Search input
73
72
  * ```tsx
74
73
  * <Input placeholder="Search" leadingIcon={{ name: 'search-outline' }} />
@@ -117,4 +117,7 @@ function MediaCardInner({
117
117
  );
118
118
  }
119
119
 
120
+ /***
121
+ * Card layout with an optional media/header region and structured content slots.
122
+ */
120
123
  export const MediaCard = withZoraThemeScope(MediaCardInner);
@@ -3,6 +3,9 @@ import React from 'react';
3
3
  import { Menu } from './Menu';
4
4
  import type { DropdownMenuProps } from './types';
5
5
 
6
+ /***
7
+ * Convenience wrapper for rendering a `Menu` as a dropdown.
8
+ */
6
9
  export function DropdownMenu(props: DropdownMenuProps) {
7
10
  return <Menu {...props} />;
8
11
  }
@@ -60,4 +60,7 @@ function MenuInner({ themeId: _themeId, mode: _mode, actions, onDismiss, ...prop
60
60
  return <SurfaceMenu {...props} actions={surfaceActions} dismiss={onDismiss} />;
61
61
  }
62
62
 
63
+ /***
64
+ * Presents a list of actions as a menu with optional icons and intent styling.
65
+ */
63
66
  export const Menu = withZoraThemeScope(MenuInner);
@@ -81,4 +81,7 @@ function MetricCardInner({
81
81
  );
82
82
  }
83
83
 
84
+ /***
85
+ * Highlights a key metric with label, value, and optional trend/actions.
86
+ */
84
87
  export const MetricCard = withZoraThemeScope(MetricCardInner);
@@ -56,4 +56,7 @@ function ModalInner({
56
56
  );
57
57
  }
58
58
 
59
+ /***
60
+ * Modal dialog surface with header/content/footer slots.
61
+ */
59
62
  export const Modal = withZoraThemeScope(ModalInner);
@@ -33,4 +33,7 @@ function NavigationItemInner({
33
33
  );
34
34
  }
35
35
 
36
+ /***
37
+ * Renders a single navigation entry with active/disabled state support.
38
+ */
36
39
  export const NavigationItem = withZoraThemeScope(NavigationItemInner);
@@ -59,4 +59,7 @@ function NavigationListInner({
59
59
  );
60
60
  }
61
61
 
62
+ /***
63
+ * Renders a navigation list from route metadata with active state mapping.
64
+ */
62
65
  export const NavigationList = withZoraThemeScope(NavigationListInner);
@@ -186,4 +186,7 @@ function PaginationInner({
186
186
  );
187
187
  }
188
188
 
189
+ /***
190
+ * Pagination control for navigating between pages of results.
191
+ */
189
192
  export const Pagination = withZoraThemeScope(PaginationInner);
@@ -47,4 +47,7 @@ function ProgressInner({
47
47
  );
48
48
  }
49
49
 
50
+ /***
51
+ * Progress indicator for determinate and indeterminate loading states.
52
+ */
50
53
  export const Progress = withZoraThemeScope(ProgressInner);
@@ -8,4 +8,7 @@ function RadioInner({ themeId: _themeId, mode: _mode, ...props }: RadioProps) {
8
8
  return <SurfaceRadio {...props} />;
9
9
  }
10
10
 
11
+ /***
12
+ * Single-choice selection control used within a radio group.
13
+ */
11
14
  export const Radio = withZoraThemeScope(RadioInner);
@@ -56,6 +56,9 @@ function RadioGroupInner<TValue extends string>({
56
56
  );
57
57
  }
58
58
 
59
+ /***
60
+ * Renders a group of radio options for selecting a single value.
61
+ */
59
62
  export const RadioGroup = withZoraThemeScope(RadioGroupInner);
60
63
 
61
64
  function RadioGroupItem<TValue extends string>({
@@ -35,4 +35,7 @@ function RatingInner({
35
35
  );
36
36
  }
37
37
 
38
+ /***
39
+ * Displays a star-based rating value with optional half steps.
40
+ */
38
41
  export const Rating = withZoraThemeScope(RatingInner);
@@ -47,4 +47,7 @@ function SearchBarInner({
47
47
  );
48
48
  }
49
49
 
50
+ /***
51
+ * Search input with leading icon and optional trailing action.
52
+ */
50
53
  export const SearchBar = withZoraThemeScope(SearchBarInner);
@@ -52,4 +52,7 @@ function SelectInner<TValue extends string = string>({
52
52
  );
53
53
  }
54
54
 
55
+ /***
56
+ * Select control for choosing a value from a list of options.
57
+ */
55
58
  export const Select = withZoraThemeScope(SelectInner);
@@ -29,4 +29,7 @@ function SkeletonInner({
29
29
  );
30
30
  }
31
31
 
32
+ /***
33
+ * Generic skeleton placeholder for loading states.
34
+ */
32
35
  export const Skeleton = withZoraThemeScope(SkeletonInner);
@@ -36,4 +36,7 @@ function SkeletonCardInner({
36
36
  );
37
37
  }
38
38
 
39
+ /***
40
+ * Skeleton placeholder that matches the structure of a `Card`.
41
+ */
39
42
  export const SkeletonCard = withZoraThemeScope(SkeletonCardInner);
@@ -49,4 +49,9 @@ function SkeletonListInner({
49
49
  return <List compact={compact} items={items} rowVariant={variant} testID={testID} />;
50
50
  }
51
51
 
52
+ /***
53
+ * Skeleton placeholder list for loading states in list views.
54
+ *
55
+
56
+ */
52
57
  export const SkeletonList = withZoraThemeScope(SkeletonListInner);
@@ -42,4 +42,9 @@ function SkeletonTextInner({
42
42
  );
43
43
  }
44
44
 
45
+ /***
46
+ * Multi-line skeleton placeholder for text content.
47
+ *
48
+
49
+ */
45
50
  export const SkeletonText = withZoraThemeScope(SkeletonTextInner);
@@ -107,4 +107,9 @@ function TabsInner<TValue extends string = string>({
107
107
  );
108
108
  }
109
109
 
110
+ /***
111
+ * Tab navigation for switching between views or content sections.
112
+ *
113
+
114
+ */
110
115
  export const Tabs = withZoraThemeScope(TabsInner);
@@ -94,7 +94,7 @@ function TextInner({
94
94
  * `Text` owns normal body, caption, label, code, and supporting-copy variants so
95
95
  * consumers do not need to import lower-level Surface typography directly.
96
96
  *
97
- * @readme
97
+
98
98
  * @example Muted supporting copy
99
99
  * ```tsx
100
100
  * <Text variant="bodySmall" emphasis="muted">Updated just now</Text>
@@ -46,4 +46,9 @@ function TextareaInner({
46
46
  );
47
47
  }
48
48
 
49
+ /***
50
+ * Multi-line text input with consistent ZORA field styling.
51
+ *
52
+
53
+ */
49
54
  export const Textarea = withZoraThemeScope(TextareaInner);
@@ -149,4 +149,9 @@ function TimePickerInner({
149
149
  );
150
150
  }
151
151
 
152
+ /***
153
+ * Time input control with wheel selection and formatted display value.
154
+ *
155
+
156
+ */
152
157
  export const TimePicker = withZoraThemeScope(TimePickerInner);
@@ -8,4 +8,9 @@ function ToastInner({ mode: _mode, themeId: _themeId, ...props }: ToastProps) {
8
8
  return <SurfaceToast {...props} />;
9
9
  }
10
10
 
11
+ /***
12
+ * Renders a toast notification message.
13
+ *
14
+
15
+ */
11
16
  export const Toast = withZoraThemeScope(ToastInner);
@@ -3,6 +3,11 @@ import React from 'react';
3
3
 
4
4
  import type { ToastProviderProps } from './types';
5
5
 
6
+ /***
7
+ * Provides toast state and rendering context for `useToast` and `Toast`.
8
+ *
9
+
10
+ */
6
11
  export function ToastProvider({ children, defaultDuration }: ToastProviderProps) {
7
12
  if (defaultDuration === undefined) {
8
13
  return <SurfaceToastProvider>{children}</SurfaceToastProvider>;
@@ -39,4 +39,9 @@ function ToolbarInner({
39
39
  );
40
40
  }
41
41
 
42
+ /***
43
+ * Horizontal toolbar surface for grouping actions and controls.
44
+ *
45
+
46
+ */
42
47
  export const Toolbar = withZoraThemeScope(ToolbarInner);
@@ -20,4 +20,9 @@ function ToolbarActionInner({
20
20
  );
21
21
  }
22
22
 
23
+ /***
24
+ * Convenience icon action for toolbars with active state styling.
25
+ *
26
+
27
+ */
23
28
  export const ToolbarAction = withZoraThemeScope(ToolbarActionInner);
@@ -10,4 +10,9 @@ function BoxInner({ themeId: _themeId, mode: _mode, ...props }: BoxProps) {
10
10
  return <SurfaceBox {...props} />;
11
11
  }
12
12
 
13
+ /***
14
+ * Base layout primitive for themed spacing, color, border, flex, and responsive props.
15
+ *
16
+
17
+ */
13
18
  export const Box = withZoraThemeScope(BoxInner);
@@ -13,4 +13,9 @@ function CenterInner({ themeId: _themeId, mode: _mode, ...props }: CenterProps)
13
13
  return <SurfaceCenter {...props} />;
14
14
  }
15
15
 
16
+ /***
17
+ * Centers children horizontally and vertically within the available space.
18
+ *
19
+
20
+ */
16
21
  export const Center = withZoraThemeScope(CenterInner);
@@ -14,4 +14,9 @@ function ContainerInner({ themeId: _themeId, mode: _mode, ...props }: ContainerP
14
14
  return <SurfaceContainer {...props} />;
15
15
  }
16
16
 
17
+ /***
18
+ * Constrains page content to semantic widths with responsive padding.
19
+ *
20
+
21
+ */
17
22
  export const Container = withZoraThemeScope(ContainerInner);
@@ -14,4 +14,9 @@ function DividerInner({ themeId: _themeId, mode: _mode, ...props }: DividerProps
14
14
  return <SurfaceDivider {...props} />;
15
15
  }
16
16
 
17
+ /***
18
+ * Renders a themed visual separator between content sections.
19
+ *
20
+
21
+ */
17
22
  export const Divider = withZoraThemeScope(DividerInner);
@@ -10,4 +10,9 @@ function GridInner({ themeId: _themeId, mode: _mode, ...props }: GridProps) {
10
10
  return <SurfaceGrid {...props} />;
11
11
  }
12
12
 
13
+ /***
14
+ * Creates responsive grid layouts for cards, tiles, and dashboard content.
15
+ *
16
+
17
+ */
13
18
  export const Grid = withZoraThemeScope(GridInner);
@@ -13,4 +13,9 @@ function InlineInner({ themeId: _themeId, mode: _mode, ...props }: InlineProps)
13
13
  return <SurfaceInline {...props} />;
14
14
  }
15
15
 
16
+ /***
17
+ * Arranges children inline with spacing and wrapping behavior.
18
+ *
19
+
20
+ */
16
21
  export const Inline = withZoraThemeScope(InlineInner);
@@ -10,4 +10,9 @@ function ShowInner({ themeId: _themeId, mode: _mode, ...props }: ShowProps) {
10
10
  return <SurfaceShow {...props} />;
11
11
  }
12
12
 
13
+ /***
14
+ * Conditionally renders children for responsive display and breakpoint-based visibility.
15
+ *
16
+
17
+ */
13
18
  export const Show = withZoraThemeScope(ShowInner);
@@ -13,4 +13,9 @@ function SpacerInner({ themeId: _themeId, mode: _mode, ...props }: SpacerProps)
13
13
  return <SurfaceSpacer {...props} />;
14
14
  }
15
15
 
16
+ /***
17
+ * Adds flexible or fixed empty space in layout compositions.
18
+ *
19
+
20
+ */
16
21
  export const Spacer = withZoraThemeScope(SpacerInner);
@@ -10,4 +10,9 @@ function StackInner({ themeId: _themeId, mode: _mode, ...props }: StackProps) {
10
10
  return <SurfaceStack {...props} />;
11
11
  }
12
12
 
13
+ /***
14
+ * Arranges layout items in one direction with theme spacing.
15
+ *
16
+
17
+ */
13
18
  export const Stack = withZoraThemeScope(StackInner);
@@ -17,4 +17,9 @@ function SurfaceInner({ themeId: _themeId, mode: _mode, ...props }: SurfaceProps
17
17
  return <SurfaceSurface {...props} />;
18
18
  }
19
19
 
20
+ /***
21
+ * Provides a semantic themed region for elevated, subtle, or bordered content.
22
+ *
23
+
24
+ */
20
25
  export const Surface = withZoraThemeScope(SurfaceInner);
package/src/index.ts CHANGED
@@ -49,7 +49,6 @@ export type {
49
49
  FormFieldControlProps,
50
50
  FormFieldInputType,
51
51
  FormFieldProps,
52
- FormFieldValue,
53
52
  FormProps,
54
53
  FormValidationErrors,
55
54
  FormValidationResult,
@@ -39,7 +39,7 @@ function AppShellInner({
39
39
  * `AppShell` provides the top-level layout frame for cross-platform apps while
40
40
  * leaving navigation, toolbars, and overlays composable through explicit slots.
41
41
  *
42
- * @readme
42
+
43
43
  * @example App frame
44
44
  * ```tsx
45
45
  * <AppShell header={<AppBar title="Dashboard" />}>...</AppShell>
@@ -39,4 +39,9 @@ function ScreenInner({
39
39
  );
40
40
  }
41
41
 
42
+ /***
43
+ * Page-level container with standard background and optional scroll behavior.
44
+ *
45
+
46
+ */
42
47
  export const Screen = withZoraThemeScope(ScreenInner);
@@ -22,4 +22,9 @@ function ScreenSectionInner({
22
22
  );
23
23
  }
24
24
 
25
+ /***
26
+ * Screen section layout with optional title, description, and actions.
27
+ *
28
+
29
+ */
25
30
  export const ScreenSection = withZoraThemeScope(ScreenSectionInner);
@@ -26,4 +26,9 @@ function SettingsLayoutInner({
26
26
  );
27
27
  }
28
28
 
29
+ /***
30
+ * Settings page layout with app bar, sidebar, and scrollable content area.
31
+ *
32
+
33
+ */
29
34
  export const SettingsLayout = withZoraThemeScope(SettingsLayoutInner);
@@ -25,4 +25,9 @@ function SidebarLayoutInner({
25
25
  );
26
26
  }
27
27
 
28
+ /***
29
+ * Responsive layout with a sidebar and main content area (and optional aside).
30
+ *
31
+
32
+ */
28
33
  export const SidebarLayout = withZoraThemeScope(SidebarLayoutInner);
@@ -21,4 +21,9 @@ function TopbarLayoutInner({
21
21
  );
22
22
  }
23
23
 
24
+ /***
25
+ * Layout that composes a top bar with optional sidebar and content.
26
+ *
27
+
28
+ */
24
29
  export const TopbarLayout = withZoraThemeScope(TopbarLayoutInner);
@@ -86,4 +86,9 @@ function ForgotPasswordFormInner({
86
86
  );
87
87
  }
88
88
 
89
+ /***
90
+ * Password reset form pattern with validation and submit actions.
91
+ *
92
+
93
+ */
89
94
  export const ForgotPasswordForm = withZoraThemeScope(ForgotPasswordFormInner);
@@ -82,4 +82,9 @@ function OtpFormInner({
82
82
  );
83
83
  }
84
84
 
85
+ /***
86
+ * One-time passcode form pattern with digit input and submit actions.
87
+ *
88
+
89
+ */
85
90
  export const OtpForm = withZoraThemeScope(OtpFormInner);
@@ -113,4 +113,9 @@ function SignInFormInner({
113
113
  );
114
114
  }
115
115
 
116
+ /***
117
+ * Sign-in form pattern with identifier and password fields.
118
+ *
119
+
120
+ */
116
121
  export const SignInForm = withZoraThemeScope(SignInFormInner);
@@ -78,4 +78,9 @@ function SignUpFormInner({
78
78
  );
79
79
  }
80
80
 
81
+ /***
82
+ * Sign-up form pattern with structured fields and validation.
83
+ *
84
+
85
+ */
81
86
  export const SignUpForm = withZoraThemeScope(SignUpFormInner);
@@ -217,4 +217,9 @@ function ChatListItemInner({
217
217
  );
218
218
  }
219
219
 
220
+ /***
221
+ * Chat-style list row with avatar, title, preview text, and unread indicators.
222
+ *
223
+
224
+ */
220
225
  export const ChatListItem = withZoraThemeScope(ChatListItemInner);
@@ -103,4 +103,9 @@ function CollectionEditorInner<TItem>({
103
103
  );
104
104
  }
105
105
 
106
+ /***
107
+ * Editor pattern for adding, removing, and reordering a collection of items.
108
+ *
109
+
110
+ */
106
111
  export const CollectionEditor = withZoraThemeScope(CollectionEditorInner);
@@ -48,4 +48,9 @@ function ConfirmDialogInner({
48
48
  );
49
49
  }
50
50
 
51
+ /***
52
+ * Confirmation dialog pattern with cancel/confirm actions.
53
+ *
54
+
55
+ */
51
56
  export const ConfirmDialog = withZoraThemeScope(ConfirmDialogInner);
@@ -63,4 +63,9 @@ function DisclosureSectionInner({
63
63
  );
64
64
  }
65
65
 
66
+ /***
67
+ * Expandable section pattern with a summary header and collapsible content.
68
+ *
69
+
70
+ */
66
71
  export const DisclosureSection = withZoraThemeScope(DisclosureSectionInner);