torch-glare 2.5.6 → 2.6.0

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 (362) hide show
  1. package/README.md +4 -3
  2. package/dist/bin/index.js +9 -24
  3. package/dist/bin/index.js.map +1 -1
  4. package/dist/src/commands/add.d.ts +2 -2
  5. package/dist/src/commands/add.d.ts.map +1 -1
  6. package/dist/src/commands/add.js +4 -70
  7. package/dist/src/commands/add.js.map +1 -1
  8. package/dist/src/commands/hook.d.ts +5 -4
  9. package/dist/src/commands/hook.d.ts.map +1 -1
  10. package/dist/src/commands/hook.js +7 -75
  11. package/dist/src/commands/hook.js.map +1 -1
  12. package/dist/src/commands/init.js +1 -1
  13. package/dist/src/commands/init.js.map +1 -1
  14. package/dist/src/commands/layout.d.ts +5 -4
  15. package/dist/src/commands/layout.d.ts.map +1 -1
  16. package/dist/src/commands/layout.js +7 -75
  17. package/dist/src/commands/layout.js.map +1 -1
  18. package/dist/src/commands/provider.d.ts +5 -4
  19. package/dist/src/commands/provider.d.ts.map +1 -1
  20. package/dist/src/commands/provider.js +7 -75
  21. package/dist/src/commands/provider.js.map +1 -1
  22. package/dist/src/commands/update.d.ts.map +1 -1
  23. package/dist/src/commands/update.js +78 -43
  24. package/dist/src/commands/update.js.map +1 -1
  25. package/dist/src/commands/utils.d.ts +5 -4
  26. package/dist/src/commands/utils.d.ts.map +1 -1
  27. package/dist/src/commands/utils.js +7 -80
  28. package/dist/src/commands/utils.js.map +1 -1
  29. package/dist/src/shared/addFromRegistry.d.ts +16 -0
  30. package/dist/src/shared/addFromRegistry.d.ts.map +1 -0
  31. package/dist/src/shared/addFromRegistry.js +88 -0
  32. package/dist/src/shared/addFromRegistry.js.map +1 -0
  33. package/dist/src/shared/getInstallCommand.d.ts.map +1 -1
  34. package/dist/src/shared/getInstallCommand.js +5 -0
  35. package/dist/src/shared/getInstallCommand.js.map +1 -1
  36. package/dist/src/shared/installDependencies.d.ts +0 -10
  37. package/dist/src/shared/installDependencies.d.ts.map +1 -1
  38. package/dist/src/shared/installDependencies.js +0 -17
  39. package/dist/src/shared/installDependencies.js.map +1 -1
  40. package/dist/src/shared/installFromPlan.d.ts +7 -5
  41. package/dist/src/shared/installFromPlan.d.ts.map +1 -1
  42. package/dist/src/shared/installFromPlan.js +103 -36
  43. package/dist/src/shared/installFromPlan.js.map +1 -1
  44. package/dist/src/shared/loadRegistry.d.ts +12 -3
  45. package/dist/src/shared/loadRegistry.d.ts.map +1 -1
  46. package/dist/src/shared/loadRegistry.js +19 -20
  47. package/dist/src/shared/loadRegistry.js.map +1 -1
  48. package/dist/src/shared/registryClient.d.ts +19 -0
  49. package/dist/src/shared/registryClient.d.ts.map +1 -0
  50. package/dist/src/shared/registryClient.js +128 -0
  51. package/dist/src/shared/registryClient.js.map +1 -0
  52. package/dist/src/shared/resolveEntry.d.ts +10 -7
  53. package/dist/src/shared/resolveEntry.d.ts.map +1 -1
  54. package/dist/src/shared/resolveEntry.js +18 -13
  55. package/dist/src/shared/resolveEntry.js.map +1 -1
  56. package/dist/src/shared/suggestOtherCommand.d.ts +7 -1
  57. package/dist/src/shared/suggestOtherCommand.d.ts.map +1 -1
  58. package/dist/src/shared/suggestOtherCommand.js +29 -23
  59. package/dist/src/shared/suggestOtherCommand.js.map +1 -1
  60. package/dist/src/types/main.d.ts +31 -2
  61. package/dist/src/types/main.d.ts.map +1 -1
  62. package/package.json +6 -11
  63. package/apps/lib/components/ActionButton.tsx +0 -93
  64. package/apps/lib/components/ActionsGroup.tsx +0 -27
  65. package/apps/lib/components/AlertDialog.tsx +0 -204
  66. package/apps/lib/components/Avatar.tsx +0 -46
  67. package/apps/lib/components/Badge.tsx +0 -250
  68. package/apps/lib/components/BadgeField.tsx +0 -403
  69. package/apps/lib/components/Breadcrumb.tsx +0 -280
  70. package/apps/lib/components/Button.tsx +0 -325
  71. package/apps/lib/components/ButtonGroup.tsx +0 -190
  72. package/apps/lib/components/Calendar.tsx +0 -115
  73. package/apps/lib/components/Card.tsx +0 -95
  74. package/apps/lib/components/Checkbox.tsx +0 -42
  75. package/apps/lib/components/ColorPicker.tsx +0 -441
  76. package/apps/lib/components/ConclusionHeader.tsx +0 -148
  77. package/apps/lib/components/ContextMenu.tsx +0 -571
  78. package/apps/lib/components/CountBadge.tsx +0 -52
  79. package/apps/lib/components/DataTable.tsx +0 -213
  80. package/apps/lib/components/DataViews/badge.ts +0 -49
  81. package/apps/lib/components/DataViews/cell.tsx +0 -324
  82. package/apps/lib/components/DataViews/context.ts +0 -144
  83. package/apps/lib/components/DataViews/data-views.tsx +0 -395
  84. package/apps/lib/components/DataViews/filters/children.tsx +0 -98
  85. package/apps/lib/components/DataViews/filters/custom.tsx +0 -34
  86. package/apps/lib/components/DataViews/filters/filters.tsx +0 -157
  87. package/apps/lib/components/DataViews/filters/index.ts +0 -4
  88. package/apps/lib/components/DataViews/filters/labelled.tsx +0 -20
  89. package/apps/lib/components/DataViews/filters/presets.tsx +0 -65
  90. package/apps/lib/components/DataViews/filters/sync.tsx +0 -35
  91. package/apps/lib/components/DataViews/filters/values.ts +0 -173
  92. package/apps/lib/components/DataViews/header.tsx +0 -220
  93. package/apps/lib/components/DataViews/hooks/index.ts +0 -5
  94. package/apps/lib/components/DataViews/hooks/useActiveRow.ts +0 -22
  95. package/apps/lib/components/DataViews/hooks/useControllable.ts +0 -52
  96. package/apps/lib/components/DataViews/index.ts +0 -88
  97. package/apps/lib/components/DataViews/panel/columns.tsx +0 -153
  98. package/apps/lib/components/DataViews/panel/controls.tsx +0 -106
  99. package/apps/lib/components/DataViews/panel/index.ts +0 -3
  100. package/apps/lib/components/DataViews/panel/panel.tsx +0 -164
  101. package/apps/lib/components/DataViews/panel/saved-views.tsx +0 -67
  102. package/apps/lib/components/DataViews/panel/section.tsx +0 -81
  103. package/apps/lib/components/DataViews/panel/sort.tsx +0 -42
  104. package/apps/lib/components/DataViews/panel/tab.tsx +0 -31
  105. package/apps/lib/components/DataViews/slots.ts +0 -72
  106. package/apps/lib/components/DataViews/states.tsx +0 -73
  107. package/apps/lib/components/DataViews/types.ts +0 -510
  108. package/apps/lib/components/DataViews/views/board-view.tsx +0 -381
  109. package/apps/lib/components/DataViews/views/card-rows.tsx +0 -36
  110. package/apps/lib/components/DataViews/views/inbox-view.tsx +0 -260
  111. package/apps/lib/components/DataViews/views/pane-views.tsx +0 -196
  112. package/apps/lib/components/DataViews/views/table-view.tsx +0 -493
  113. package/apps/lib/components/DataViews/views/tree-view.tsx +0 -367
  114. package/apps/lib/components/DatePicker.tsx +0 -232
  115. package/apps/lib/components/Dialog.tsx +0 -116
  116. package/apps/lib/components/Divider.tsx +0 -28
  117. package/apps/lib/components/Drawer.tsx +0 -451
  118. package/apps/lib/components/DropdownMenu.tsx +0 -554
  119. package/apps/lib/components/FieldHint.tsx +0 -69
  120. package/apps/lib/components/Form.tsx +0 -182
  121. package/apps/lib/components/FormBuilder/context.ts +0 -85
  122. package/apps/lib/components/FormBuilder/field-kind.ts +0 -28
  123. package/apps/lib/components/FormBuilder/fields/ChoiceFields.tsx +0 -60
  124. package/apps/lib/components/FormBuilder/fields/ColorField.tsx +0 -59
  125. package/apps/lib/components/FormBuilder/fields/CustomField.tsx +0 -11
  126. package/apps/lib/components/FormBuilder/fields/DateField.tsx +0 -32
  127. package/apps/lib/components/FormBuilder/fields/FieldArray.tsx +0 -74
  128. package/apps/lib/components/FormBuilder/fields/FieldShell.tsx +0 -168
  129. package/apps/lib/components/FormBuilder/fields/FileField.tsx +0 -39
  130. package/apps/lib/components/FormBuilder/fields/OptionListFields.tsx +0 -132
  131. package/apps/lib/components/FormBuilder/fields/OtpField.tsx +0 -31
  132. package/apps/lib/components/FormBuilder/fields/PhoneField.tsx +0 -109
  133. package/apps/lib/components/FormBuilder/fields/RichTextEditorField.tsx +0 -31
  134. package/apps/lib/components/FormBuilder/fields/SelectField.tsx +0 -114
  135. package/apps/lib/components/FormBuilder/fields/SignatureField.tsx +0 -157
  136. package/apps/lib/components/FormBuilder/fields/SliderField.tsx +0 -67
  137. package/apps/lib/components/FormBuilder/fields/SwitchBoxField.tsx +0 -41
  138. package/apps/lib/components/FormBuilder/fields/TableField.tsx +0 -336
  139. package/apps/lib/components/FormBuilder/fields/TextField.tsx +0 -213
  140. package/apps/lib/components/FormBuilder/fields/TreeSelectField.tsx +0 -43
  141. package/apps/lib/components/FormBuilder/fields/countries.ts +0 -303
  142. package/apps/lib/components/FormBuilder/fields/index.ts +0 -25
  143. package/apps/lib/components/FormBuilder/form-builder.tsx +0 -198
  144. package/apps/lib/components/FormBuilder/index.ts +0 -31
  145. package/apps/lib/components/FormBuilder/numberFormat.ts +0 -16
  146. package/apps/lib/components/FormBuilder/submit.tsx +0 -67
  147. package/apps/lib/components/FormBuilder/types.ts +0 -316
  148. package/apps/lib/components/FormRenderer/FormDrawer.tsx +0 -250
  149. package/apps/lib/components/FormRenderer/detail.tsx +0 -256
  150. package/apps/lib/components/FormRenderer/form-renderer.tsx +0 -358
  151. package/apps/lib/components/FormRenderer/header.tsx +0 -88
  152. package/apps/lib/components/FormRenderer/index.ts +0 -17
  153. package/apps/lib/components/FormRenderer/notch-action.tsx +0 -64
  154. package/apps/lib/components/FormRenderer/section.tsx +0 -39
  155. package/apps/lib/components/FormRenderer/stepper.tsx +0 -393
  156. package/apps/lib/components/FormRenderer/types.ts +0 -115
  157. package/apps/lib/components/FormSummary.tsx +0 -282
  158. package/apps/lib/components/HeaderBar.tsx +0 -117
  159. package/apps/lib/components/ImageAttachment.tsx +0 -209
  160. package/apps/lib/components/InnerLabelField.tsx +0 -154
  161. package/apps/lib/components/Input.tsx +0 -224
  162. package/apps/lib/components/InputField.tsx +0 -147
  163. package/apps/lib/components/InputOTP.tsx +0 -84
  164. package/apps/lib/components/Label.tsx +0 -129
  165. package/apps/lib/components/LabelField.tsx +0 -76
  166. package/apps/lib/components/LabeledCheckBox.tsx +0 -51
  167. package/apps/lib/components/LabeledRadio.tsx +0 -51
  168. package/apps/lib/components/LinkButton.tsx +0 -94
  169. package/apps/lib/components/LoginButton.tsx +0 -51
  170. package/apps/lib/components/PasswordLevel.tsx +0 -58
  171. package/apps/lib/components/Popover.tsx +0 -312
  172. package/apps/lib/components/ProfileMenu.tsx +0 -85
  173. package/apps/lib/components/Radio.tsx +0 -59
  174. package/apps/lib/components/RadioCard.tsx +0 -50
  175. package/apps/lib/components/ScrollArea.tsx +0 -54
  176. package/apps/lib/components/SearchField.tsx +0 -62
  177. package/apps/lib/components/SearchableSelect.tsx +0 -318
  178. package/apps/lib/components/SearchableTable.tsx +0 -344
  179. package/apps/lib/components/SearchableTree.tsx +0 -485
  180. package/apps/lib/components/SearchableTreeDialog.tsx +0 -502
  181. package/apps/lib/components/SectionBlock.tsx +0 -168
  182. package/apps/lib/components/Select.tsx +0 -347
  183. package/apps/lib/components/SimpleSelect.tsx +0 -225
  184. package/apps/lib/components/Skeleton.tsx +0 -12
  185. package/apps/lib/components/SlideDatePicker.tsx +0 -255
  186. package/apps/lib/components/SpinLoading.tsx +0 -174
  187. package/apps/lib/components/Stepper.tsx +0 -480
  188. package/apps/lib/components/Switch.tsx +0 -82
  189. package/apps/lib/components/TabFormItem.tsx +0 -153
  190. package/apps/lib/components/TabSwitch.tsx +0 -172
  191. package/apps/lib/components/Table.tsx +0 -597
  192. package/apps/lib/components/TextEditor/ChartBlockTool.ts +0 -676
  193. package/apps/lib/components/TextEditor/RichTextField.tsx +0 -46
  194. package/apps/lib/components/TextEditor/TableDnDWrapper.ts +0 -462
  195. package/apps/lib/components/TextEditor/TextEditor.tsx +0 -1164
  196. package/apps/lib/components/TextEditor/TextEditorToolbar.tsx +0 -429
  197. package/apps/lib/components/TextEditor/editor-tools/AlignmentTune.ts +0 -70
  198. package/apps/lib/components/TextEditor/editor-tools/ColorInlineTool.ts +0 -50
  199. package/apps/lib/components/TextEditor/editor-tools/StrikethroughInlineTool.ts +0 -48
  200. package/apps/lib/components/TextEditor/editor-tools/inlineFormat.ts +0 -98
  201. package/apps/lib/components/TextEditor/editorjs.d.ts +0 -60
  202. package/apps/lib/components/TextEditor/index.ts +0 -7
  203. package/apps/lib/components/TextEditor/markdownParser.ts +0 -346
  204. package/apps/lib/components/Textarea.tsx +0 -117
  205. package/apps/lib/components/Timeline.tsx +0 -263
  206. package/apps/lib/components/Toast.tsx +0 -87
  207. package/apps/lib/components/Toggle.tsx +0 -125
  208. package/apps/lib/components/ToggleButton.tsx +0 -140
  209. package/apps/lib/components/Tooltip.tsx +0 -116
  210. package/apps/lib/components/TransparentLabel.tsx +0 -71
  211. package/apps/lib/components/TreeDropDown.tsx +0 -115
  212. package/apps/lib/components/TreeFolder/TreeFolder.tsx +0 -380
  213. package/apps/lib/components/TreeFolder/TreeFolderBreadcrumb.tsx +0 -75
  214. package/apps/lib/components/TreeFolder/TreeFolderRow.tsx +0 -354
  215. package/apps/lib/components/TreeFolder/TreeFolderStyles.tsx +0 -60
  216. package/apps/lib/components/TreeFolder/icons.tsx +0 -60
  217. package/apps/lib/components/TreeFolder/index.ts +0 -24
  218. package/apps/lib/components/TreeFolder/treeFolderUtils.ts +0 -109
  219. package/apps/lib/components/TreeFolder/types.ts +0 -77
  220. package/apps/lib/components/TreeFolder/useTreeFolderDnD.ts +0 -118
  221. package/apps/lib/hooks/useActiveTreeItem.ts +0 -61
  222. package/apps/lib/hooks/useClickOutside.ts +0 -27
  223. package/apps/lib/hooks/useDragDrop.tsx +0 -365
  224. package/apps/lib/hooks/useHtmlDir.ts +0 -31
  225. package/apps/lib/hooks/useInfiniteScroll.ts +0 -108
  226. package/apps/lib/hooks/useIsMobile.ts +0 -21
  227. package/apps/lib/hooks/useResize.ts +0 -67
  228. package/apps/lib/hooks/useTagSelection.ts +0 -300
  229. package/apps/lib/layouts/CNLayout.tsx +0 -372
  230. package/apps/lib/layouts/DataViewCard.tsx +0 -62
  231. package/apps/lib/layouts/FieldSection.tsx +0 -91
  232. package/apps/lib/layouts/TreeSubLayout.tsx +0 -173
  233. package/apps/lib/providers/ThemeProvider.tsx +0 -84
  234. package/apps/lib/registry.json +0 -1217
  235. package/apps/lib/tsconfig.json +0 -9
  236. package/apps/lib/tsconfig.tsbuildinfo +0 -1
  237. package/apps/lib/utils/cn.ts +0 -6
  238. package/apps/lib/utils/color.ts +0 -175
  239. package/apps/lib/utils/dataViews/path.ts +0 -67
  240. package/apps/lib/utils/dataViews/query.ts +0 -73
  241. package/apps/lib/utils/dataViews/types.ts +0 -187
  242. package/apps/lib/utils/dateFormat.ts +0 -108
  243. package/apps/lib/utils/resize.ts +0 -31
  244. package/apps/lib/utils/scroller.ts +0 -26
  245. package/apps/lib/utils/types.ts +0 -16
  246. package/docs/BLOCKS.md +0 -129
  247. package/docs/CHANGELOG-1.1.16.md +0 -108
  248. package/docs/Cover.png +0 -0
  249. package/docs/README.md +0 -215
  250. package/docs/components/action-button.md +0 -638
  251. package/docs/components/actions-group.md +0 -708
  252. package/docs/components/alert-dialog.md +0 -920
  253. package/docs/components/avatar.md +0 -709
  254. package/docs/components/badge-field.md +0 -738
  255. package/docs/components/badge.md +0 -301
  256. package/docs/components/breadcrumb.md +0 -930
  257. package/docs/components/button-group.md +0 -650
  258. package/docs/components/button.md +0 -639
  259. package/docs/components/calendar.md +0 -555
  260. package/docs/components/card.md +0 -622
  261. package/docs/components/chart-block-tool.md +0 -129
  262. package/docs/components/checkbox.md +0 -699
  263. package/docs/components/cn-layout.md +0 -854
  264. package/docs/components/color-picker.md +0 -101
  265. package/docs/components/conclusion-header.md +0 -80
  266. package/docs/components/context-menu.md +0 -483
  267. package/docs/components/count-badge.md +0 -560
  268. package/docs/components/data-table.md +0 -854
  269. package/docs/components/data-views/backend-response.md +0 -324
  270. package/docs/components/data-views/examples/a11y-rtl.md +0 -250
  271. package/docs/components/data-views/examples/api-orders-route.md +0 -130
  272. package/docs/components/data-views/examples/fields.md +0 -362
  273. package/docs/components/data-views/examples/filters.md +0 -307
  274. package/docs/components/data-views/examples/inbox-routing.md +0 -218
  275. package/docs/components/data-views/examples/index.md +0 -29
  276. package/docs/components/data-views/examples/overview.md +0 -244
  277. package/docs/components/data-views/examples/panel.md +0 -212
  278. package/docs/components/data-views/examples/scale.md +0 -231
  279. package/docs/components/data-views/examples/server-side.md +0 -210
  280. package/docs/components/data-views/examples/state.md +0 -250
  281. package/docs/components/data-views/examples/tree-custom.md +0 -388
  282. package/docs/components/data-views/examples/view-registry.md +0 -313
  283. package/docs/components/data-views/examples/views.md +0 -534
  284. package/docs/components/data-views/guide.md +0 -405
  285. package/docs/components/data-views/index.md +0 -1521
  286. package/docs/components/data-views/migration.md +0 -81
  287. package/docs/components/date-picker.md +0 -857
  288. package/docs/components/dialog.md +0 -929
  289. package/docs/components/divider.md +0 -766
  290. package/docs/components/drawer.md +0 -654
  291. package/docs/components/dropdown-menu.md +0 -668
  292. package/docs/components/field-hint.md +0 -898
  293. package/docs/components/field-section.md +0 -781
  294. package/docs/components/form-builder.md +0 -284
  295. package/docs/components/form-renderer.md +0 -396
  296. package/docs/components/form-summary.md +0 -138
  297. package/docs/components/form.md +0 -785
  298. package/docs/components/header-bar.md +0 -188
  299. package/docs/components/image-attachment.md +0 -906
  300. package/docs/components/inner-label-field.md +0 -819
  301. package/docs/components/input-field.md +0 -623
  302. package/docs/components/input-otp.md +0 -756
  303. package/docs/components/input.md +0 -634
  304. package/docs/components/label-field.md +0 -770
  305. package/docs/components/label.md +0 -761
  306. package/docs/components/labeled-check-box.md +0 -642
  307. package/docs/components/labeled-radio.md +0 -796
  308. package/docs/components/link-button.md +0 -685
  309. package/docs/components/login-button.md +0 -872
  310. package/docs/components/password-level.md +0 -803
  311. package/docs/components/popover.md +0 -649
  312. package/docs/components/profile-menu.md +0 -656
  313. package/docs/components/radio-card.md +0 -801
  314. package/docs/components/radio.md +0 -735
  315. package/docs/components/scroll-area.md +0 -691
  316. package/docs/components/search-field.md +0 -702
  317. package/docs/components/searchable-select.md +0 -368
  318. package/docs/components/searchable-table.md +0 -438
  319. package/docs/components/searchable-tree-dialog.md +0 -190
  320. package/docs/components/searchable-tree.md +0 -200
  321. package/docs/components/section-block.md +0 -483
  322. package/docs/components/select.md +0 -709
  323. package/docs/components/simple-select.md +0 -741
  324. package/docs/components/skeleton.md +0 -706
  325. package/docs/components/slide-date-picker.md +0 -837
  326. package/docs/components/spin-loading.md +0 -696
  327. package/docs/components/stepper.md +0 -316
  328. package/docs/components/switch.md +0 -770
  329. package/docs/components/tab-form-item.md +0 -773
  330. package/docs/components/tab-switch.md +0 -170
  331. package/docs/components/table-dnd-wrapper.md +0 -107
  332. package/docs/components/table.md +0 -1088
  333. package/docs/components/text-editor.md +0 -735
  334. package/docs/components/textarea.md +0 -681
  335. package/docs/components/timeline.md +0 -254
  336. package/docs/components/toast.md +0 -773
  337. package/docs/components/toggle-button.md +0 -643
  338. package/docs/components/toggle.md +0 -882
  339. package/docs/components/tooltip.md +0 -513
  340. package/docs/components/transparent-label.md +0 -721
  341. package/docs/components/tree-drop-down.md +0 -740
  342. package/docs/components/tree-folder.md +0 -110
  343. package/docs/components/tree-sub-layout.md +0 -707
  344. package/docs/explanation/architecture.md +0 -54
  345. package/docs/explanation/design-system.md +0 -52
  346. package/docs/how-to/form-and-list-recipes.md +0 -386
  347. package/docs/how-to/forms-with-form-builder.md +0 -472
  348. package/docs/how-to/guides.md +0 -1027
  349. package/docs/migration/changelog.md +0 -60
  350. package/docs/migration/form-builder-2.5.2.md +0 -113
  351. package/docs/reference/cli.md +0 -112
  352. package/docs/reference/components.md +0 -572
  353. package/docs/reference/hooks.md +0 -1523
  354. package/docs/reference/providers.md +0 -866
  355. package/docs/reference/tailwind-plugins.md +0 -942
  356. package/docs/reference/theme.md +0 -85
  357. package/docs/reference/types.md +0 -1016
  358. package/docs/reference/utilities.md +0 -726
  359. package/docs/tutorials/building-first-form.md +0 -846
  360. package/docs/tutorials/component-composition.md +0 -882
  361. package/docs/tutorials/getting-started.md +0 -302
  362. package/docs/tutorials/theming-basics.md +0 -785
@@ -1,597 +0,0 @@
1
- "use client";
2
- import * as React from "react";
3
- import { cn } from "../utils/cn";
4
- import { cva, VariantProps } from "class-variance-authority";
5
- import { useRef } from "react";
6
- import { Button } from "./Button";
7
- import { Checkbox } from "./Checkbox";
8
- import { useResize } from "../hooks/useResize";
9
- import { horizontalScrollerStyles } from "../utils/scroller";
10
-
11
- type TableHeadVariantsProps = VariantProps<typeof tableHeadVariants>;
12
-
13
- const Table = React.forwardRef<
14
- HTMLTableElement,
15
- React.HTMLAttributes<HTMLTableElement> & {
16
- theme?: "dark" | "light" | "default";
17
- }
18
- >(({ className, theme, ...props }, ref) => (
19
- <table
20
- data-theme={theme}
21
- ref={ref}
22
- // `overflow-visible` is the default, so the table does NOT clip or scroll itself. That is what
23
- // lets `TableHeader`'s `sticky` reach past the table to the nearest real scrollport and
24
- // actually pin — which is the whole point of it being sticky.
25
- //
26
- // The consequence is that the table is `w-auto` and unclipped, so **a wider-than-its-container
27
- // table is the container's problem**. Every table therefore needs a scrolling ancestor, or it
28
- // pushes its container — and eventually the page — wide. Two provide one:
29
- // • `TableScroller` (below), wrapping the table directly. `FormBuilder.Table` uses it.
30
- // • `SectionBlock`'s body, which is `overflow-x-auto` — so a bare `<Table>` dropped into any
31
- // section card scrolls inside the card. That covers the app's detail tabs.
32
- // `DataViews`' table view supplies its own `min-w-0 overflow-auto` scroller instead.
33
- //
34
- // A caller that wants the old self-clipping behaviour passes `overflow-hidden`
35
- // (tailwind-merge lets theirs win) and gives up the sticky header in exchange.
36
- //
37
- // `[border-collapse:separate]` is what lets the header cells keep their borders while stuck.
38
- className={cn("overflow-visible w-auto [border-collapse:separate] border-spacing-0", className)}
39
- {...props}
40
- >
41
- {props.children}
42
- </table>
43
- ));
44
- Table.displayName = "Table";
45
-
46
- const TableHeader = React.forwardRef<
47
- HTMLTableSectionElement,
48
- React.HTMLAttributes<HTMLTableSectionElement>
49
- >(({ className, ...props }, ref) => (
50
- <thead
51
- ref={ref}
52
- // The header band is one continuous bar, not a per-cell background — a background on each
53
- // `<th>` would paint over the half of the previous column's resize handle that overhangs
54
- // the boundary. That is also why `sticky` sits here rather than on the `<th>`s: per-cell
55
- // sticky would leave this background behind and let rows show through it.
56
- //
57
- // `z-20` clears the `z-10` on the resize handle and sort button inside the cells. In a table
58
- // that never scrolls vertically, `sticky` keeps the element in flow and changes nothing.
59
- //
60
- // The band's token is translucent (`#0003`), so once rows do slide under it they read through.
61
- // Making it opaque is deliberately NOT done here: it would mean naming one surface colour, and
62
- // this header paints over whatever its caller sits on — forcing a surface would visibly recolour
63
- // every table not on that one. A caller whose table actually scrolls supplies the opaque
64
- // background itself, where the surface is known; `DataViews`' table view is the worked example.
65
- className={cn(
66
- "bg-background-presentation-form-header backdrop-blur-[8px]",
67
- "sticky top-0 z-20",
68
- "shadow-[0px_4px_8px_0px_rgba(0,0,0,0.15)]",
69
- className,
70
- )}
71
- {...props}
72
- />
73
- ));
74
- TableHeader.displayName = "TableHeader";
75
-
76
- const TableBody = React.forwardRef<
77
- HTMLTableSectionElement,
78
- React.HTMLAttributes<HTMLTableSectionElement>
79
- >(({ className, ...props }, ref) => (
80
- <tbody ref={ref} className={className} {...props}>
81
- {props.children}
82
- </tbody>
83
- ));
84
- TableBody.displayName = "TableBody";
85
-
86
- const TableFooter = React.forwardRef<
87
- HTMLTableSectionElement,
88
- React.HTMLAttributes<HTMLTableSectionElement>
89
- >(({ className, ...props }, ref) => <tfoot ref={ref} className={cn(className)} {...props} />);
90
- TableFooter.displayName = "TableFooter";
91
-
92
- const TableRow = React.forwardRef<
93
- HTMLTableRowElement,
94
- React.HTMLAttributes<HTMLTableRowElement> & {
95
- state?: "delete" | "update" | "add" | "selected" | "open";
96
- }
97
- >(({ className, state = "", ...props }, ref) => (
98
- <tr
99
- ref={ref}
100
- className={cn(
101
- [
102
- "[&_button]:hover:opacity-100 hover:bg-background-presentation-table-row-hover transition-colors",
103
- {
104
- "bg-background-presentation-table-row-negative border-border-presentation-badge-red":
105
- state === "delete",
106
- },
107
- {
108
- "bg-background-presentation-table-row-information border-border-presentation-badge-navy":
109
- state === "update",
110
- },
111
- {
112
- "bg-background-presentation-table-row-success border-border-presentation-badge-green":
113
- state === "add",
114
- },
115
- {
116
- "bg-background-presentation-table-row-selected border-t border-[2px] border-border-presentation-table-selected":
117
- state === "selected",
118
- },
119
- {
120
- "bg-background-presentation-table-row-hover border-t border-[2px] border-border-presentation-table-dropdown":
121
- state === "open",
122
- },
123
- ],
124
- className,
125
- )}
126
- {...props}
127
- >
128
- {props.children}
129
- </tr>
130
- ));
131
- TableRow.displayName = "TableRow";
132
-
133
- /** Floor for a drag-resized column, so dragging past the column's own left edge can't invert it. */
134
- const MIN_COLUMN_WIDTH = 40;
135
-
136
- const TableHead = React.forwardRef<
137
- HTMLTableCellElement,
138
- React.ThHTMLAttributes<HTMLTableCellElement> &
139
- TableHeadVariantsProps &
140
- React.ButtonHTMLAttributes<HTMLButtonElement> & {
141
- sortType?: "asc" | "desc" | undefined;
142
- onSort?: () => void;
143
- /** Column name for the sort button's accessible label. */
144
- sortLabel?: string;
145
- /**
146
- * Called with the new width (px) while the column is being drag-resized. Pass it to take
147
- * **control** of the width — the header then renders `style.width` and expects you to
148
- * feed the new value back. Required whenever the table needs a definite width
149
- * (`table-layout: fixed`), because only the owner of every column width can total them.
150
- * Omit for uncontrolled resizing, where the header keeps the width itself.
151
- */
152
- onResize?: (width: number) => void;
153
- /**
154
- * Classes for the inner layout box (the flex row holding the label and sort toggle).
155
- * `className` and every other prop go to the `<th>` — reach for this only when you need
156
- * to restyle the content box itself, e.g. its typography or colour.
157
- */
158
- contentClassName?: string;
159
- isDummy?: boolean;
160
- }
161
- >(
162
- (
163
- {
164
- className,
165
- contentClassName,
166
- children,
167
- style,
168
- size = "M",
169
- disabled,
170
- sortType,
171
- onSort,
172
- sortLabel,
173
- onResize,
174
- isDummy,
175
- ...props
176
- },
177
- forwardedRef,
178
- ) => {
179
- const headRef = useRef<HTMLTableCellElement>(null);
180
- const { width, handleStartResize } = useResize(headRef as React.RefObject<HTMLElement>);
181
-
182
- const clampedWidth = width === undefined ? undefined : Math.max(width, MIN_COLUMN_WIDTH);
183
-
184
- React.useEffect(() => {
185
- if (clampedWidth !== undefined) onResize?.(clampedWidth);
186
- // `onResize` is intentionally not a dep — callers pass an inline closure, and re-firing
187
- // on every render would loop.
188
- // eslint-disable-next-line react-hooks/exhaustive-deps
189
- }, [clampedWidth]);
190
-
191
- // Combine refs using useEffect
192
- React.useEffect(() => {
193
- if (!forwardedRef) return;
194
- if (typeof forwardedRef === "function") forwardedRef(headRef.current);
195
- else forwardedRef.current = headRef.current;
196
- }, [forwardedRef]);
197
-
198
- // The width has to land on the `<th>` — that is the element the browser sizes the column
199
- // from. Written to an inner div (as it once was) it did nothing at all. When `onResize` is
200
- // given the caller owns the value and feeds it back via `style.width`; otherwise the drag
201
- // result is applied here directly.
202
- const resolvedWidth = onResize ? style?.width : (clampedWidth ?? style?.width);
203
-
204
- return (
205
- <th
206
- ref={headRef}
207
- // EVERY caller prop lands here: `className`, `style`, `aria-*` and event handlers
208
- // alike. They have to share one element — dnd-kit's `useSortable` returns `attributes`
209
- // (role/tabIndex/aria-*) and `listeners` (onKeyDown/onPointerDown) as a matched pair,
210
- // and splitting them across the <th> and the inner div left the focusable node with no
211
- // key handler. Use `contentClassName` to reach the inner box.
212
- {...props}
213
- style={{ ...style, width: resolvedWidth }}
214
- className={cn(
215
- "relative h-[44px] py-[6px] px-[4px] border-b-[2px] border-border-presentation-table-header",
216
- className,
217
- )}
218
- >
219
- <div
220
- className={cn(
221
- tableHeadVariants({ size, disabled, isDummy }),
222
- {
223
- // Only when nothing has sized the column — otherwise this floor would overflow a
224
- // column narrower than 100px.
225
- "min-w-[100px]": !isDummy && resolvedWidth === undefined,
226
- },
227
- contentClassName,
228
- )}
229
- >
230
- <div
231
- className={cn("flex min-w-0 items-center justify-between flex-1", {
232
- "justify-center": isDummy,
233
- })}
234
- >
235
- {children}
236
- {isDummy || !onSort ? null : (
237
- <SortButton onSort={onSort} sortType={sortType} label={sortLabel} />
238
- )}
239
- </div>
240
- </div>
241
- {/* The grab target, straddling the column boundary. `z-10` keeps it above the next
242
- column's content — it deliberately overhangs by half its width. The drag handlers
243
- live here, not on the icon: the icon is `opacity-0` until hover, which made the
244
- 8px-wide SVG a near-impossible thing to grab. */}
245
- <button
246
- type="button"
247
- disabled={isDummy}
248
- aria-label="Resize column"
249
- // Lets consumers exclude the grip from blanket `[&_button]` rules on a header row.
250
- data-slot="resize-handle"
251
- onMouseDown={handleStartResize}
252
- onTouchStart={handleStartResize}
253
- className={cn(
254
- "group/resize absolute top-[50%] translate-y-[-50%] z-10",
255
- "right-[-4px] rtl:left-[-4px] rtl:right-[unset]",
256
- // `absolute` already makes this the containing block for the grip icon.
257
- "flex h-[24px] w-[8px] items-center justify-center cursor-col-resize",
258
- "disabled:cursor-default",
259
- )}
260
- >
261
- <span className="h-[20px] w-[2px] rounded-full bg-border-presentation-action-primary" />
262
- <ResizeIcon
263
- className={cn("group-hover/resize:opacity-100", { "!opacity-0": isDummy })}
264
- />
265
- </button>
266
- </th>
267
- );
268
- },
269
- );
270
- TableHead.displayName = "TableHead";
271
-
272
- const TableCell = React.forwardRef<
273
- HTMLTableCellElement,
274
- React.TdHTMLAttributes<HTMLTableCellElement> & {
275
- isDummy?: boolean;
276
- childrenClassName?: string;
277
- className?: string;
278
- /**
279
- * Minimum width of the cell's content box, in px. Defaults to 200 — pass `0` when the
280
- * column width is driven by the caller (e.g. `FormBuilder.Table`'s `column.width`),
281
- * otherwise this floor silently overrides any narrower column.
282
- */
283
- minWidth?: number;
284
- /**
285
- * Fade the last 25% of the cell's content, to signal text clipped by the column width.
286
- * Defaults to `true`. Set `false` for cells holding a **control** rather than text — the
287
- * fade washes out whatever sits at the right edge (a Select's chevron, a date button).
288
- * The built-in `:has(input)` escape hatch can't catch those, since a Radix trigger is a
289
- * `<button>`, not an `<input>`.
290
- */
291
- fade?: boolean;
292
- }
293
- >(({ className, childrenClassName, isDummy, minWidth = 200, fade = true, ...props }, ref) => (
294
- <td
295
- ref={ref}
296
- className={cn(
297
- [
298
- "h-[50px] text-content-presentation-action-light-primary",
299
- "typography-body-small-regular relative",
300
- "border-r border-b border-border-presentation-table-header px-[8px] rtl:border-l rtl:border-r-0",
301
- "break-all",
302
- ],
303
- className,
304
- )}
305
- {...props}
306
- >
307
- <div
308
- style={isDummy ? undefined : { minWidth }}
309
- className={cn(
310
- "flex justify-start items-center gap-1",
311
- // This div hugs the control exactly — same height, and the control is `w-full` — so
312
- // `overflow-hidden` clips every side of a drop shadow drawn on it. Text cells still
313
- // need the crop to feed the fade gradient; control cells need the shadow to escape.
314
- fade ? "overflow-hidden" : "overflow-visible",
315
- // Never fade a dummy cell — its content is a centred checkbox or drag handle, not
316
- // clippable text.
317
- fade &&
318
- !isDummy && [
319
- "[mask-image:linear-gradient(to_right,black_0%,black_0%,black_75%,transparent_100%)]",
320
- "rtl:[mask-image:linear-gradient(to_left,black_0%,black_0%,black_75%,transparent_100%)]",
321
- "[&:has(input)]:[mask-image:none]",
322
- ],
323
- { "min-w-fit justify-center": isDummy },
324
- childrenClassName,
325
- )}
326
- >
327
- {props.children}
328
- </div>
329
- </td>
330
- ));
331
- TableCell.displayName = "TableCell";
332
-
333
- const TableCheckbox = React.forwardRef<
334
- HTMLButtonElement,
335
- React.ButtonHTMLAttributes<HTMLButtonElement> & {
336
- id: string;
337
- }
338
- // eslint-disable-next-line @typescript-eslint/no-unused-vars -- id destructured to exclude it from the props spread onto Checkbox
339
- >(({ className, id, ...props }, ref) => {
340
- return (
341
- <div className={cn(["flex items-center justify-center"], className)}>
342
- <Checkbox {...props} ref={ref} size="S" />
343
- </div>
344
- );
345
- });
346
- TableCheckbox.displayName = "TableCheckbox";
347
-
348
- /**
349
- * The full-width action bar that sits **below** a table — e.g. "+ Add New".
350
- *
351
- * Deliberately not a `<tr>`: it renders as a sibling of the table's horizontal scroll
352
- * container, so it stays put while the columns scroll sideways under it. Use
353
- * `TableFooterButton` instead when the action must scroll with the grid.
354
- */
355
- const TableEndAction = React.forwardRef<
356
- HTMLButtonElement,
357
- React.ButtonHTMLAttributes<HTMLButtonElement>
358
- >(({ className, children, ...props }, ref) => (
359
- <button
360
- ref={ref}
361
- type="button"
362
- className={cn(
363
- "flex h-[40px] w-full items-center justify-start gap-[8px] px-[8px]",
364
- // No border. Figma's Table-End-Action-1.0 has none — it rounds its own bottom corners
365
- // so it can sit flush on the card edge. A rule here is invisible against the card until
366
- // the hover fill lands behind it, at which point it reads as a hard line cutting across
367
- // the bar.
368
- "rounded-bl-[16px] rounded-br-[16px]",
369
- "typography-body-medium-semibold text-content-presentation-action-light-primary",
370
- // NB: the "acton" spelling is the token that actually exists; the correctly-spelled
371
- // `…table-action-hover` is defined nowhere and would be a dead class.
372
- "transition-[background-color,box-shadow] hover:bg-background-presentation-table-acton-hover",
373
- // Hover draws a ring rather than a border: it renders inset, so it costs no layout and
374
- // can't push the bar's 40px box around the way a border would.
375
- "hover:ring-2 hover:ring-inset hover:ring-border-presentation-table-action-hover",
376
- "outline-none focus-visible:ring-2 focus-visible:ring-inset focus-visible:ring-border-presentation-state-focus",
377
- "disabled:cursor-not-allowed disabled:opacity-50",
378
- "[&_i]:text-[20px]",
379
- className,
380
- )}
381
- {...props}
382
- >
383
- {children}
384
- </button>
385
- ));
386
- TableEndAction.displayName = "TableEndAction";
387
-
388
- /**
389
- * Horizontal scroll container for a table — the 14px scroller row from the design,
390
- * with the thin track that thickens and turns blue on hover.
391
- */
392
- const TableScroller = React.forwardRef<HTMLDivElement, React.HTMLAttributes<HTMLDivElement>>(
393
- ({ className, children, ...props }, ref) => (
394
- <div ref={ref} className={cn("w-full", horizontalScrollerStyles, className)} {...props}>
395
- {children}
396
- </div>
397
- ),
398
- );
399
- TableScroller.displayName = "TableScroller";
400
-
401
- const TableCaption = React.forwardRef<
402
- HTMLTableCaptionElement,
403
- React.HTMLAttributes<HTMLTableCaptionElement>
404
- >(({ className, ...props }, ref) => (
405
- <caption ref={ref} className={cn("mt-4 text-sm text-muted-foreground", className)} {...props} />
406
- ));
407
- TableCaption.displayName = "TableCaption";
408
-
409
- const TableFooterButton = React.forwardRef<
410
- HTMLButtonElement,
411
- React.PropsWithChildren<{
412
- className?: string;
413
- }>
414
- >(({ children, className, ...props }, ref) => {
415
- return (
416
- <TableRow className={cn("h-[40px] overflow-hidden", className)}>
417
- <TableCell
418
- className={
419
- // `h-[40px]` because the row asks for 40 and body cells default to 50 — the two sit
420
- // on different elements, so CSS would otherwise take the larger and grow the footer.
421
- "h-[40px] border-t-2 border-b-2 border-transparent hover:border-border-presentation-table-action-hover hover:bg-background-presentation-table-acton-hover"
422
- }
423
- colSpan={100}
424
- >
425
- <button
426
- ref={ref}
427
- {...props}
428
- className={cn(
429
- "overflow-hidden w-full flex items-center justify-start gap-2 typography-body-medium-semibold [&_i]:text-[20px]",
430
- className,
431
- )}
432
- >
433
- {children}
434
- </button>
435
- </TableCell>
436
- </TableRow>
437
- );
438
- });
439
- TableFooterButton.displayName = "TableFooterButton";
440
-
441
- const SubTableButton = ({
442
- isActive,
443
- className,
444
- dummy,
445
- }: {
446
- isActive?: boolean;
447
- className?: string;
448
- dummy?: boolean;
449
- }) => {
450
- return (
451
- <Button
452
- className={cn(
453
- "transition-opacity duration-200 opacity-0 border-none bg-transparent focus:bg-background-presentation-state-information-primary active:bg-background-presentation-state-information-primary",
454
- {
455
- "hover:bg-transparent hover:text-black focus:bg-transparent focus:text-black active:bg-transparent active:text-black":
456
- dummy,
457
- },
458
- className,
459
- )}
460
- variant={"PrimeStyle"}
461
- buttonType={"icon"}
462
- >
463
- <i
464
- className={cn(
465
- "ri-arrow-right-s-line",
466
- "rtl:rotate-180",
467
- "transition-transform duration-200",
468
- { "rotate-90": isActive },
469
- )}
470
- ></i>
471
- </Button>
472
- );
473
- };
474
-
475
- export {
476
- Table,
477
- TableHeader,
478
- TableBody,
479
- TableFooter,
480
- TableHead,
481
- TableRow,
482
- TableCell,
483
- TableCaption,
484
- TableCheckbox,
485
- SubTableButton,
486
- TableFooterButton,
487
- TableEndAction,
488
- TableScroller,
489
- };
490
-
491
- interface ResizeIconProps {
492
- className?: string;
493
- }
494
-
495
- /**
496
- * The grip that appears on hover. Sized to its parent button (8px wide), so it can't spill
497
- * past the grab target; the button is what deliberately straddles the column boundary.
498
- */
499
- const ResizeIcon = ({ className }: ResizeIconProps) => {
500
- return (
501
- <svg
502
- className={cn(
503
- "pointer-events-none absolute left-1/2 top-1/2 -translate-x-1/2 -translate-y-1/2",
504
- "opacity-0 transition-opacity duration-200",
505
- className,
506
- )}
507
- width="8"
508
- height="30"
509
- viewBox="0 1 8 38"
510
- fill="none"
511
- xmlns="http://www.w3.org/2000/svg"
512
- >
513
- <rect y="5" width="8" height="30" rx="3" fill="#3391FF" />
514
- <circle cx="2.75" cy="15.5" r="0.75" fill="#F9F9F9" />
515
- <circle cx="5.25" cy="15.5" r="0.75" fill="#F9F9F9" />
516
- <circle cx="2.75" cy="18.5" r="0.75" fill="#F9F9F9" />
517
- <circle cx="5.25" cy="18.5" r="0.75" fill="#F9F9F9" />
518
- <circle cx="2.75" cy="21.5" r="0.75" fill="#F9F9F9" />
519
- <circle cx="5.25" cy="21.5" r="0.75" fill="#F9F9F9" />
520
- <circle cx="2.75" cy="24.5" r="0.75" fill="#F9F9F9" />
521
- <circle cx="5.25" cy="24.5" r="0.75" fill="#F9F9F9" />
522
- </svg>
523
- );
524
- };
525
-
526
- const SortButton = ({
527
- onSort,
528
- sortType,
529
- label,
530
- }: {
531
- onSort?: () => void;
532
- sortType?: "asc" | "desc" | undefined;
533
- /** What this button sorts — without it the control is an unnamed icon. */
534
- label?: string;
535
- }) => {
536
- const next = sortType === "asc" ? "descending" : "ascending";
537
- return (
538
- // `type="button"` matters: this table renders inside a <form> (FormBuilder.Table),
539
- // where an untyped button defaults to submit.
540
- <button
541
- type="button"
542
- // `onClick`, not `onPointerDown`: a button activated from the keyboard fires
543
- // `click` only, so pointer-down made this mouse-only.
544
- onClick={onSort}
545
- aria-label={label ? `Sort by ${label} ${next}` : `Sort ${next}`}
546
- className={cn("cursor-pointer text-[16px] z-10")}
547
- >
548
- {sortType === "asc" ? (
549
- <i className="ri-arrow-up-line text-border-presentation-state-focus" />
550
- ) : sortType === "desc" ? (
551
- <i className="ri-arrow-down-line text-border-presentation-state-focus" />
552
- ) : (
553
- <i className="ri-arrow-up-down-line text-content-presentation-global-secondary" />
554
- )}
555
- </button>
556
- );
557
- };
558
-
559
- const tableHeadVariants = cva(
560
- [
561
- "text-content-presentation-global-primary",
562
- "px-[8px]",
563
- "w-full",
564
- "flex",
565
- "items-center",
566
- "justify-center",
567
- "text-start",
568
- "bg-transparent",
569
- "hover:bg-background-presentation-action-hover",
570
- "hover:text-content-presentation-global-hover",
571
- "transition-[background-color,color]",
572
- "duration-200",
573
- "rounded-[3px]",
574
- ],
575
- {
576
- variants: {
577
- size: {
578
- S: "h-[20px] min-w-[20px] typography-body-small-semibold",
579
- M: "h-[32px] min-w-[32px] typography-body-medium-semibold",
580
- },
581
- disabled: {
582
- true: [
583
- "bg-background-presentation-table-row-disabled",
584
- "cursor-not-allowed",
585
- "hover:bg-background-presentation-table-row-disabled",
586
- "hover:text-content-presentation-global-primary",
587
- ],
588
- },
589
- isDummy: {
590
- true: ["hover:bg-transparent", "hover:text-content-presentation-global-primary"],
591
- },
592
- },
593
- defaultVariants: {
594
- size: "M",
595
- },
596
- },
597
- );