torch-glare 2.5.5 → 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 (359) 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 -338
  69. package/apps/lib/components/Breadcrumb.tsx +0 -280
  70. package/apps/lib/components/Button.tsx +0 -317
  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 -383
  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 -84
  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 -63
  106. package/apps/lib/components/DataViews/states.tsx +0 -38
  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 -420
  118. package/apps/lib/components/DropdownMenu.tsx +0 -540
  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 -73
  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 -163
  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 -91
  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 -47
  147. package/apps/lib/components/FormBuilder/types.ts +0 -311
  148. package/apps/lib/components/FormRenderer/FormDrawer.tsx +0 -128
  149. package/apps/lib/components/FormRenderer/detail.tsx +0 -207
  150. package/apps/lib/components/FormRenderer/form-renderer.tsx +0 -297
  151. package/apps/lib/components/FormRenderer/header.tsx +0 -88
  152. package/apps/lib/components/FormRenderer/index.ts +0 -15
  153. package/apps/lib/components/FormRenderer/section.tsx +0 -39
  154. package/apps/lib/components/FormRenderer/stepper.tsx +0 -339
  155. package/apps/lib/components/FormRenderer/types.ts +0 -78
  156. package/apps/lib/components/FormSummary.tsx +0 -282
  157. package/apps/lib/components/HeaderBar.tsx +0 -117
  158. package/apps/lib/components/ImageAttachment.tsx +0 -209
  159. package/apps/lib/components/InnerLabelField.tsx +0 -154
  160. package/apps/lib/components/Input.tsx +0 -224
  161. package/apps/lib/components/InputField.tsx +0 -147
  162. package/apps/lib/components/InputOTP.tsx +0 -84
  163. package/apps/lib/components/Label.tsx +0 -129
  164. package/apps/lib/components/LabelField.tsx +0 -76
  165. package/apps/lib/components/LabeledCheckBox.tsx +0 -51
  166. package/apps/lib/components/LabeledRadio.tsx +0 -51
  167. package/apps/lib/components/LinkButton.tsx +0 -94
  168. package/apps/lib/components/LoginButton.tsx +0 -51
  169. package/apps/lib/components/PasswordLevel.tsx +0 -58
  170. package/apps/lib/components/Popover.tsx +0 -312
  171. package/apps/lib/components/ProfileMenu.tsx +0 -85
  172. package/apps/lib/components/Radio.tsx +0 -59
  173. package/apps/lib/components/RadioCard.tsx +0 -50
  174. package/apps/lib/components/ScrollArea.tsx +0 -54
  175. package/apps/lib/components/SearchField.tsx +0 -62
  176. package/apps/lib/components/SearchableSelect.tsx +0 -318
  177. package/apps/lib/components/SearchableTable.tsx +0 -344
  178. package/apps/lib/components/SearchableTree.tsx +0 -485
  179. package/apps/lib/components/SearchableTreeDialog.tsx +0 -502
  180. package/apps/lib/components/SectionBlock.tsx +0 -147
  181. package/apps/lib/components/Select.tsx +0 -347
  182. package/apps/lib/components/SimpleSelect.tsx +0 -225
  183. package/apps/lib/components/Skeleton.tsx +0 -12
  184. package/apps/lib/components/SlideDatePicker.tsx +0 -253
  185. package/apps/lib/components/SpinLoading.tsx +0 -174
  186. package/apps/lib/components/Stepper.tsx +0 -480
  187. package/apps/lib/components/Switch.tsx +0 -82
  188. package/apps/lib/components/TabFormItem.tsx +0 -153
  189. package/apps/lib/components/TabSwitch.tsx +0 -172
  190. package/apps/lib/components/Table.tsx +0 -610
  191. package/apps/lib/components/TextEditor/ChartBlockTool.ts +0 -676
  192. package/apps/lib/components/TextEditor/RichTextField.tsx +0 -46
  193. package/apps/lib/components/TextEditor/TableDnDWrapper.ts +0 -462
  194. package/apps/lib/components/TextEditor/TextEditor.tsx +0 -1164
  195. package/apps/lib/components/TextEditor/TextEditorToolbar.tsx +0 -429
  196. package/apps/lib/components/TextEditor/editor-tools/AlignmentTune.ts +0 -70
  197. package/apps/lib/components/TextEditor/editor-tools/ColorInlineTool.ts +0 -50
  198. package/apps/lib/components/TextEditor/editor-tools/StrikethroughInlineTool.ts +0 -48
  199. package/apps/lib/components/TextEditor/editor-tools/inlineFormat.ts +0 -98
  200. package/apps/lib/components/TextEditor/editorjs.d.ts +0 -60
  201. package/apps/lib/components/TextEditor/index.ts +0 -7
  202. package/apps/lib/components/TextEditor/markdownParser.ts +0 -346
  203. package/apps/lib/components/Textarea.tsx +0 -117
  204. package/apps/lib/components/Timeline.tsx +0 -263
  205. package/apps/lib/components/Toast.tsx +0 -87
  206. package/apps/lib/components/Toggle.tsx +0 -125
  207. package/apps/lib/components/ToggleButton.tsx +0 -140
  208. package/apps/lib/components/Tooltip.tsx +0 -116
  209. package/apps/lib/components/TransparentLabel.tsx +0 -71
  210. package/apps/lib/components/TreeDropDown.tsx +0 -115
  211. package/apps/lib/components/TreeFolder/TreeFolder.tsx +0 -380
  212. package/apps/lib/components/TreeFolder/TreeFolderBreadcrumb.tsx +0 -75
  213. package/apps/lib/components/TreeFolder/TreeFolderRow.tsx +0 -354
  214. package/apps/lib/components/TreeFolder/TreeFolderStyles.tsx +0 -60
  215. package/apps/lib/components/TreeFolder/icons.tsx +0 -60
  216. package/apps/lib/components/TreeFolder/index.ts +0 -24
  217. package/apps/lib/components/TreeFolder/treeFolderUtils.ts +0 -109
  218. package/apps/lib/components/TreeFolder/types.ts +0 -77
  219. package/apps/lib/components/TreeFolder/useTreeFolderDnD.ts +0 -118
  220. package/apps/lib/hooks/useActiveTreeItem.ts +0 -58
  221. package/apps/lib/hooks/useClickOutside.ts +0 -27
  222. package/apps/lib/hooks/useDragDrop.tsx +0 -365
  223. package/apps/lib/hooks/useInfiniteScroll.ts +0 -108
  224. package/apps/lib/hooks/useIsMobile.ts +0 -21
  225. package/apps/lib/hooks/useResize.ts +0 -67
  226. package/apps/lib/hooks/useTagSelection.ts +0 -214
  227. package/apps/lib/layouts/CNLayout.tsx +0 -372
  228. package/apps/lib/layouts/DataViewCard.tsx +0 -62
  229. package/apps/lib/layouts/FieldSection.tsx +0 -91
  230. package/apps/lib/layouts/TreeSubLayout.tsx +0 -173
  231. package/apps/lib/providers/ThemeProvider.tsx +0 -84
  232. package/apps/lib/registry.json +0 -1201
  233. package/apps/lib/tsconfig.json +0 -9
  234. package/apps/lib/tsconfig.tsbuildinfo +0 -1
  235. package/apps/lib/utils/cn.ts +0 -6
  236. package/apps/lib/utils/color.ts +0 -175
  237. package/apps/lib/utils/dataViews/path.ts +0 -67
  238. package/apps/lib/utils/dataViews/query.ts +0 -73
  239. package/apps/lib/utils/dataViews/types.ts +0 -187
  240. package/apps/lib/utils/dateFormat.ts +0 -108
  241. package/apps/lib/utils/resize.ts +0 -31
  242. package/apps/lib/utils/types.ts +0 -16
  243. package/docs/BLOCKS.md +0 -129
  244. package/docs/CHANGELOG-1.1.16.md +0 -108
  245. package/docs/Cover.png +0 -0
  246. package/docs/README.md +0 -215
  247. package/docs/components/action-button.md +0 -638
  248. package/docs/components/actions-group.md +0 -708
  249. package/docs/components/alert-dialog.md +0 -920
  250. package/docs/components/avatar.md +0 -709
  251. package/docs/components/badge-field.md +0 -712
  252. package/docs/components/badge.md +0 -301
  253. package/docs/components/breadcrumb.md +0 -930
  254. package/docs/components/button-group.md +0 -650
  255. package/docs/components/button.md +0 -639
  256. package/docs/components/calendar.md +0 -555
  257. package/docs/components/card.md +0 -622
  258. package/docs/components/chart-block-tool.md +0 -129
  259. package/docs/components/checkbox.md +0 -699
  260. package/docs/components/cn-layout.md +0 -854
  261. package/docs/components/color-picker.md +0 -101
  262. package/docs/components/conclusion-header.md +0 -80
  263. package/docs/components/context-menu.md +0 -483
  264. package/docs/components/count-badge.md +0 -560
  265. package/docs/components/data-table.md +0 -854
  266. package/docs/components/data-views/backend-response.md +0 -324
  267. package/docs/components/data-views/examples/a11y-rtl.md +0 -250
  268. package/docs/components/data-views/examples/api-orders-route.md +0 -130
  269. package/docs/components/data-views/examples/fields.md +0 -362
  270. package/docs/components/data-views/examples/filters.md +0 -307
  271. package/docs/components/data-views/examples/inbox-routing.md +0 -218
  272. package/docs/components/data-views/examples/index.md +0 -29
  273. package/docs/components/data-views/examples/overview.md +0 -244
  274. package/docs/components/data-views/examples/panel.md +0 -212
  275. package/docs/components/data-views/examples/scale.md +0 -231
  276. package/docs/components/data-views/examples/server-side.md +0 -210
  277. package/docs/components/data-views/examples/state.md +0 -250
  278. package/docs/components/data-views/examples/tree-custom.md +0 -388
  279. package/docs/components/data-views/examples/view-registry.md +0 -313
  280. package/docs/components/data-views/examples/views.md +0 -534
  281. package/docs/components/data-views/guide.md +0 -405
  282. package/docs/components/data-views/index.md +0 -1495
  283. package/docs/components/data-views/migration.md +0 -79
  284. package/docs/components/date-picker.md +0 -857
  285. package/docs/components/dialog.md +0 -929
  286. package/docs/components/divider.md +0 -766
  287. package/docs/components/drawer.md +0 -654
  288. package/docs/components/dropdown-menu.md +0 -668
  289. package/docs/components/field-hint.md +0 -898
  290. package/docs/components/field-section.md +0 -781
  291. package/docs/components/form-builder.md +0 -276
  292. package/docs/components/form-renderer.md +0 -326
  293. package/docs/components/form-summary.md +0 -138
  294. package/docs/components/form.md +0 -785
  295. package/docs/components/header-bar.md +0 -188
  296. package/docs/components/image-attachment.md +0 -906
  297. package/docs/components/inner-label-field.md +0 -819
  298. package/docs/components/input-field.md +0 -623
  299. package/docs/components/input-otp.md +0 -756
  300. package/docs/components/input.md +0 -634
  301. package/docs/components/label-field.md +0 -770
  302. package/docs/components/label.md +0 -761
  303. package/docs/components/labeled-check-box.md +0 -642
  304. package/docs/components/labeled-radio.md +0 -796
  305. package/docs/components/link-button.md +0 -685
  306. package/docs/components/login-button.md +0 -872
  307. package/docs/components/password-level.md +0 -803
  308. package/docs/components/popover.md +0 -649
  309. package/docs/components/profile-menu.md +0 -656
  310. package/docs/components/radio-card.md +0 -801
  311. package/docs/components/radio.md +0 -735
  312. package/docs/components/scroll-area.md +0 -691
  313. package/docs/components/search-field.md +0 -702
  314. package/docs/components/searchable-select.md +0 -368
  315. package/docs/components/searchable-table.md +0 -438
  316. package/docs/components/searchable-tree-dialog.md +0 -190
  317. package/docs/components/searchable-tree.md +0 -200
  318. package/docs/components/section-block.md +0 -477
  319. package/docs/components/select.md +0 -709
  320. package/docs/components/simple-select.md +0 -741
  321. package/docs/components/skeleton.md +0 -706
  322. package/docs/components/slide-date-picker.md +0 -837
  323. package/docs/components/spin-loading.md +0 -696
  324. package/docs/components/stepper.md +0 -316
  325. package/docs/components/switch.md +0 -770
  326. package/docs/components/tab-form-item.md +0 -773
  327. package/docs/components/tab-switch.md +0 -170
  328. package/docs/components/table-dnd-wrapper.md +0 -107
  329. package/docs/components/table.md +0 -1088
  330. package/docs/components/text-editor.md +0 -735
  331. package/docs/components/textarea.md +0 -681
  332. package/docs/components/timeline.md +0 -254
  333. package/docs/components/toast.md +0 -773
  334. package/docs/components/toggle-button.md +0 -643
  335. package/docs/components/toggle.md +0 -882
  336. package/docs/components/tooltip.md +0 -513
  337. package/docs/components/transparent-label.md +0 -721
  338. package/docs/components/tree-drop-down.md +0 -740
  339. package/docs/components/tree-folder.md +0 -110
  340. package/docs/components/tree-sub-layout.md +0 -707
  341. package/docs/explanation/architecture.md +0 -54
  342. package/docs/explanation/design-system.md +0 -52
  343. package/docs/how-to/form-and-list-recipes.md +0 -386
  344. package/docs/how-to/forms-with-form-builder.md +0 -472
  345. package/docs/how-to/guides.md +0 -1027
  346. package/docs/migration/changelog.md +0 -54
  347. package/docs/migration/form-builder-2.5.2.md +0 -113
  348. package/docs/reference/cli.md +0 -112
  349. package/docs/reference/components.md +0 -572
  350. package/docs/reference/hooks.md +0 -1500
  351. package/docs/reference/providers.md +0 -866
  352. package/docs/reference/tailwind-plugins.md +0 -942
  353. package/docs/reference/theme.md +0 -85
  354. package/docs/reference/types.md +0 -1016
  355. package/docs/reference/utilities.md +0 -704
  356. package/docs/tutorials/building-first-form.md +0 -846
  357. package/docs/tutorials/component-composition.md +0 -882
  358. package/docs/tutorials/getting-started.md +0 -302
  359. package/docs/tutorials/theming-basics.md +0 -785
@@ -1,250 +0,0 @@
1
- import { ReactNode, HTMLAttributes } from "react";
2
- import { cva, VariantProps } from "class-variance-authority";
3
- import { cn } from "../utils/cn";
4
- import { Themes } from "../utils/types";
5
-
6
- const SOLID_TEXT =
7
- "text-content-presentation-global-primary-light [&_i]:text-content-presentation-global-primary-light";
8
-
9
- const solidCompoundVariants = [
10
- {
11
- badgeStyle: "solid" as const,
12
- color: "gray" as const,
13
- className: `bg-background-presentation-badge-gray-solid ${SOLID_TEXT}`,
14
- },
15
- {
16
- badgeStyle: "solid" as const,
17
- color: "slate" as const,
18
- className: `bg-background-presentation-badge-slate-solid ${SOLID_TEXT}`,
19
- },
20
- {
21
- badgeStyle: "solid" as const,
22
- color: "red" as const,
23
- className: `bg-background-presentation-badge-red-solid ${SOLID_TEXT}`,
24
- },
25
- {
26
- badgeStyle: "solid" as const,
27
- color: "orange" as const,
28
- className: `bg-background-presentation-badge-orange-solid ${SOLID_TEXT}`,
29
- },
30
- {
31
- badgeStyle: "solid" as const,
32
- color: "yellow" as const,
33
- className: `bg-background-presentation-badge-yellow-solid ${SOLID_TEXT}`,
34
- },
35
- {
36
- badgeStyle: "solid" as const,
37
- color: "green" as const,
38
- className: `bg-background-presentation-badge-green-solid ${SOLID_TEXT}`,
39
- },
40
- {
41
- badgeStyle: "solid" as const,
42
- color: "ocean" as const,
43
- className: `bg-background-presentation-badge-ocean-solid ${SOLID_TEXT}`,
44
- },
45
- {
46
- badgeStyle: "solid" as const,
47
- color: "blue" as const,
48
- className: `bg-background-presentation-badge-blue-solid ${SOLID_TEXT}`,
49
- },
50
- {
51
- badgeStyle: "solid" as const,
52
- color: "purple" as const,
53
- className: `bg-background-presentation-badge-purple-solid ${SOLID_TEXT}`,
54
- },
55
- {
56
- badgeStyle: "solid" as const,
57
- color: "rose" as const,
58
- className: `bg-background-presentation-badge-rose-solid ${SOLID_TEXT}`,
59
- },
60
- ];
61
-
62
- const SUBTLE_TEXT =
63
- "text-content-presentation-global-subtle [&>div]:mix-blend-luminosity [&_i]:text-content-presentation-global-subtle [&_i]:mix-blend-luminosity [&>button]:mix-blend-luminosity";
64
-
65
- const subtleCompoundVariants = [
66
- {
67
- badgeStyle: "subtle" as const,
68
- color: "gray" as const,
69
- className: `bg-background-presentation-badge-gray-subtle ${SUBTLE_TEXT}`,
70
- },
71
- {
72
- badgeStyle: "subtle" as const,
73
- color: "slate" as const,
74
- className: `bg-background-presentation-badge-slate-subtle ${SUBTLE_TEXT}`,
75
- },
76
- {
77
- badgeStyle: "subtle" as const,
78
- color: "red" as const,
79
- className: `bg-background-presentation-badge-red-subtle ${SUBTLE_TEXT}`,
80
- },
81
- {
82
- badgeStyle: "subtle" as const,
83
- color: "orange" as const,
84
- className: `bg-background-presentation-badge-orange-subtle ${SUBTLE_TEXT}`,
85
- },
86
- {
87
- badgeStyle: "subtle" as const,
88
- color: "yellow" as const,
89
- className: `bg-background-presentation-badge-yellow-subtle ${SUBTLE_TEXT}`,
90
- },
91
- {
92
- badgeStyle: "subtle" as const,
93
- color: "green" as const,
94
- className: `bg-background-presentation-badge-green-subtle ${SUBTLE_TEXT}`,
95
- },
96
- {
97
- badgeStyle: "subtle" as const,
98
- color: "ocean" as const,
99
- className: `bg-background-presentation-badge-ocean-subtle ${SUBTLE_TEXT}`,
100
- },
101
- {
102
- badgeStyle: "subtle" as const,
103
- color: "blue" as const,
104
- className: `bg-background-presentation-badge-blue-subtle ${SUBTLE_TEXT}`,
105
- },
106
- {
107
- badgeStyle: "subtle" as const,
108
- color: "purple" as const,
109
- className: `bg-background-presentation-badge-purple-subtle ${SUBTLE_TEXT}`,
110
- },
111
- {
112
- badgeStyle: "subtle" as const,
113
- color: "rose" as const,
114
- className: `bg-background-presentation-badge-rose-subtle ${SUBTLE_TEXT}`,
115
- },
116
- ];
117
-
118
- export const badgeStyles = cva(
119
- [
120
- "inline-flex items-center justify-center w-fit",
121
- // `radius/md` (6px), read off the Badge master component in Figma. Note the badge instances
122
- // nested inside InnerLabelField render at `radius/lg` — that is an instance override, not the
123
- // component's own value, and reading it as the spec is how this briefly shipped as 8px.
124
- "rounded-radius-md",
125
- "transition-all duration-200 ease-in-out",
126
- "whitespace-nowrap",
127
- "[&_i]:!leading-none",
128
- // The subtle variants blend their label/icon with `mix-blend-luminosity`.
129
- // `isolate` opens a new stacking context so that blend only composites
130
- // against the badge's own background — not against arbitrary page layers
131
- // behind it (semi-transparent rows, gradients, masks), which otherwise
132
- // ghosts/double-strokes the text in "random" places.
133
- "isolate",
134
- ],
135
- {
136
- variants: {
137
- badgeStyle: {
138
- solid: "",
139
- subtle: "",
140
- },
141
- color: {
142
- gray: "",
143
- slate: "",
144
- red: "",
145
- orange: "",
146
- yellow: "",
147
- green: "",
148
- ocean: "",
149
- blue: "",
150
- purple: "",
151
- rose: "",
152
- },
153
- size: {
154
- XS: "h-[18px] px-[6px] py-0 [&_i]:text-[12px] [&>div]:typography-body-small-medium",
155
- S: "h-[22px] px-[6px] py-[2px] [&_i]:text-[12px] [&>div]:typography-body-small-medium",
156
- M: "h-[26px] px-[8px] py-[2px] [&_i]:text-[16px] [&>div]:typography-body-medium-medium",
157
- },
158
- },
159
- compoundVariants: [...solidCompoundVariants, ...subtleCompoundVariants],
160
- defaultVariants: {
161
- badgeStyle: "subtle",
162
- color: "gray",
163
- size: "S",
164
- },
165
- },
166
- );
167
-
168
- interface BadgeProps
169
- extends Omit<HTMLAttributes<HTMLSpanElement>, "color">, VariantProps<typeof badgeStyles> {
170
- label?: string;
171
- badgeIcon?: ReactNode;
172
- showIcon?: boolean;
173
- isClosable?: boolean;
174
- onClose?: () => void;
175
- theme?: Themes;
176
- className?: string;
177
- }
178
-
179
- export const Badge: React.FC<BadgeProps> = ({
180
- label,
181
- badgeIcon,
182
- showIcon = true,
183
- isClosable,
184
- onClose,
185
- theme,
186
- badgeStyle,
187
- color,
188
- size,
189
- className,
190
- ...props
191
- }) => {
192
- return (
193
- <span
194
- {...props}
195
- data-theme={theme}
196
- className={cn(
197
- badgeStyles({ badgeStyle, color, size }),
198
- { "cursor-default": isClosable },
199
- className,
200
- )}
201
- >
202
- {showIcon && (
203
- <div className="flex items-center justify-center">
204
- {badgeIcon ?? <i className="ri-circle-fill !text-[8px]" />}
205
- </div>
206
- )}
207
-
208
- {label && <div className="px-[3px]">{label}</div>}
209
-
210
- {isClosable && (
211
- <button
212
- type="button"
213
- onClick={onClose}
214
- onKeyDown={(e) => {
215
- if (e.key === "Enter" || e.key === " ") {
216
- e.preventDefault();
217
- onClose?.();
218
- }
219
- }}
220
- className={cn(
221
- "rounded-radius-sm",
222
- "flex items-center justify-center cursor-pointer",
223
- "hover:bg-background-presentation-action-secondary",
224
- "transition-colors duration-150",
225
- size === "M"
226
- ? "w-[16px] h-[16px]"
227
- : size === "S"
228
- ? "w-[14px] h-[14px]"
229
- : "w-[12px] h-[12px]",
230
- )}
231
- aria-label="Remove badge"
232
- >
233
- <svg
234
- xmlns="http://www.w3.org/2000/svg"
235
- width="100%"
236
- height="100%"
237
- viewBox="0 0 12 12"
238
- fill="none"
239
- aria-hidden="true"
240
- >
241
- <path
242
- d="M6.00002 5.33336L8.33334 3L9 3.66667L6.66668 6.00002L9 8.33334L8.33334 9L6.00002 6.66668L3.66667 9L3 8.33334L5.33336 6.00002L3 3.66667L3.66667 3L6.00002 5.33336Z"
243
- fill="currentColor"
244
- />
245
- </svg>
246
- </button>
247
- )}
248
- </span>
249
- );
250
- };
@@ -1,338 +0,0 @@
1
- "use client";
2
- import {
3
- forwardRef,
4
- InputHTMLAttributes,
5
- ReactNode,
6
- useRef,
7
- useState,
8
- ChangeEvent,
9
- FocusEvent,
10
- } from "react";
11
- import { cn } from "../utils/cn";
12
- import { ToolTipSide } from "./Tooltip";
13
- import { Popover, PopoverContent, PopoverTrigger } from "./Popover";
14
- import { Themes } from "../utils/types";
15
- import { Icon, Input, Group, Trilling } from "./Input";
16
- import { useClickOutside } from "../hooks/useClickOutside";
17
- import { Badge, badgeStyles } from "./Badge";
18
- import { Tag, useTagSelection } from "../hooks/useTagSelection";
19
- import { cva, type VariantProps } from "class-variance-authority";
20
-
21
- interface Props extends Omit<InputHTMLAttributes<HTMLInputElement>, "size" | "variant"> {
22
- size?: "XS" | "S" | "M"; // this is used to change the size style of the component
23
- variant?: "SystemStyle" | "PresentationStyle";
24
- icon?: ReactNode; // to add left side icon if you pass it
25
- /** Marks the field invalid: any non-undefined value turns on the negative border. */
26
- errorMessage?: string;
27
- onTable?: boolean; // to change the border style of the component when it is on table
28
- /**
29
- * @deprecated Ignored. The error tooltip was removed — an invalid field is shown by its negative
30
- * border alone. Kept so existing call sites keep compiling; it will go in a future major.
31
- */
32
- toolTipSide?: ToolTipSide;
33
- label?: string;
34
- required?: boolean;
35
- theme?: Themes;
36
- actionButton?: ReactNode;
37
- tags: Tag[];
38
- onValueChange?: (tags: Tag[]) => void;
39
- addLabel?: string;
40
- }
41
-
42
- export const BadgeField = forwardRef<HTMLInputElement, Props>(
43
- ({
44
- size = "M",
45
- // eslint-disable-next-line @typescript-eslint/no-unused-vars -- excluded from {...props} spread
46
- label,
47
- // eslint-disable-next-line @typescript-eslint/no-unused-vars -- excluded from {...props} spread
48
- required,
49
- icon,
50
- errorMessage,
51
- onTable,
52
- variant = "PresentationStyle",
53
- // eslint-disable-next-line @typescript-eslint/no-unused-vars -- deprecated no-op, destructured to keep it out of the {...props} spread
54
- toolTipSide,
55
- className,
56
- actionButton,
57
- theme,
58
- tags,
59
- addLabel = "add",
60
- dir,
61
- // eslint-disable-next-line @typescript-eslint/no-unused-vars -- excluded from {...props} spread
62
- children,
63
- onValueChange,
64
- ...props
65
- }) => {
66
- const [dropDownListWidth, setDropDownListWidth] = useState(0);
67
- const popoverContentRef = useRef<HTMLDivElement>(null);
68
- const inputRef = useRef<HTMLInputElement | null>(null);
69
- // this is used to close the popover when the user clicks outside the input group
70
- const inputGroupRef = useClickOutside<HTMLDivElement>((e) => {
71
- if (
72
- !inputGroupRef?.current?.contains(e?.target as Node) &&
73
- !popoverContentRef?.current?.contains(e?.target as Node)
74
- )
75
- setIsPopoverOpen(false);
76
- else setIsPopoverOpen(true);
77
- });
78
-
79
- // this is used to handle the tag selection and the search and filter and keyboard navigation functionality
80
- const {
81
- selectedTagsStack,
82
- handleSelectTag,
83
- handleUnselectTag,
84
- handleKeyDown,
85
- setFocusedTagIndex,
86
- filterTagsBySearch,
87
- filteredTags,
88
- focusedTagIndex,
89
- focusedPopoverIndex,
90
- isPopoverOpen,
91
- setIsPopoverOpen,
92
- searchTags,
93
- } = useTagSelection({
94
- Tags: tags,
95
- onTagsChange: (e) => {
96
- // Native onChange keeps the event-shaped API (Tag[] in target.value)
97
- // for react-hook-form / Controller; onValueChange is the typed, direct
98
- // callback consumers and the docs use.
99
- props.onChange?.({
100
- target: {
101
- value: e,
102
- },
103
- } as unknown as ChangeEvent<HTMLInputElement>);
104
- onValueChange?.(e);
105
- },
106
- inputRef,
107
- });
108
-
109
- return (
110
- <Popover open={isPopoverOpen}>
111
- <PopoverTrigger asChild>
112
- <Group
113
- dir={dir}
114
- error={errorMessage !== undefined}
115
- onTable={onTable}
116
- data-theme={theme}
117
- variant={variant}
118
- tabIndex={isPopoverOpen ? 0 : -1}
119
- onKeyDown={handleKeyDown}
120
- size={size === "XS" ? "S" : size}
121
- ref={inputGroupRef}
122
- onFocus={(e: FocusEvent<HTMLDivElement>) => {
123
- setDropDownListWidth(e.currentTarget.offsetWidth);
124
- }}
125
- className={cn(
126
- "flex gap-1 flex-row w-full relative p-1 flex-nowrap overflow-hidden justify-end items-center",
127
- {
128
- "flex-wrap justify-start": isPopoverOpen,
129
- "h-fit": isPopoverOpen,
130
- },
131
- className,
132
- )}
133
- >
134
- {icon && <Icon>{icon}</Icon>}
135
-
136
- {selectedTagsStack.map((tag, index) => (
137
- <Badge
138
- key={tag.id}
139
- size={size}
140
- color={tag.variant as VariantProps<typeof badgeStyles>["color"]}
141
- label={tag.name}
142
- isClosable={true}
143
- onClose={() => handleUnselectTag(tag.id)}
144
- className={focusedTagIndex === index ? "ring-2 ring-blue-500" : ""}
145
- tabIndex={focusedTagIndex === index ? 0 : -1}
146
- />
147
- ))}
148
-
149
- <Input
150
- {...props}
151
- value={searchTags}
152
- onChange={(e) => {
153
- filterTagsBySearch(e.target.value);
154
- }}
155
- onFocus={(e) => {
156
- props.onFocus?.(e);
157
- setFocusedTagIndex(null);
158
- setIsPopoverOpen(true);
159
- }}
160
- ref={inputRef}
161
- className={cn(
162
- "min-w-[100px] w-full", // Added w-full to Input
163
- {
164
- "!h-[18px]": size === "XS",
165
- "!h-[22px]": size === "S",
166
- "!h-[24px]": size === "M",
167
- },
168
- )}
169
- />
170
- {actionButton && (
171
- <Trilling className="py-0">
172
- {/* Keep the ActionButton right aligned */}
173
- {actionButton}
174
- </Trilling>
175
- )}
176
- </Group>
177
- </PopoverTrigger>
178
-
179
- <PopoverContent
180
- dir={dir}
181
- data-theme={theme}
182
- ref={popoverContentRef}
183
- style={{ width: dropDownListWidth }}
184
- variant={variant}
185
- onKeyDown={handleKeyDown}
186
- className={cn(
187
- menuContentContinerStyles({ variant: "PresentationStyle" }),
188
- "p-1 rounded-[17px]",
189
- )}
190
-
191
- // Reuse the DropdownMenu surface so the list matches the menu design.
192
- >
193
- <div className={cn(menuContentStyles({ variant: "PresentationStyle" }), "p-0")}>
194
- {filteredTags.length > 0 ? (
195
- filteredTags.map((tag, index) => (
196
- <button
197
- type="button"
198
- key={tag.id}
199
- onClick={() => handleSelectTag(tag.id)}
200
- data-highlighted={focusedPopoverIndex === index ? "" : undefined}
201
- tabIndex={focusedPopoverIndex === index ? 0 : -1}
202
- className={cn(
203
- MenuItemStyles({ variant: "Default", size: "M" }),
204
- "w-full p-1 shrink-0 h-fit",
205
- )}
206
- >
207
- <div className="flex items-center justify-between w-full">
208
- <Badge
209
- size={size}
210
- badgeStyle={"solid"}
211
- color={tag.variant as VariantProps<typeof badgeStyles>["color"]}
212
- label={tag.name}
213
- />
214
-
215
- <div className="flex group-hover:opacity-100 opacity-0 px-[4px] py-[2px] items-center rounded-[6px] bg-white-50">
216
- <svg
217
- xmlns="http://www.w3.org/2000/svg"
218
- width="12"
219
- height="12"
220
- viewBox="0 0 12 12"
221
- className="rtl:rotate-180"
222
- fill="none"
223
- >
224
- <path
225
- d="M3.91422 5.49995H10V6.49995H3.91422L6.5962 9.1819L5.8891 9.889L2 5.99995L5.8891 2.11084L6.5962 2.81794L3.91422 5.49995Z"
226
- fill="black"
227
- />
228
- </svg>
229
- <p className="text-black-1000 text-end text-[12px] font-[510] leading-[148%]">
230
- {addLabel}
231
- </p>
232
- </div>
233
- </div>
234
- </button>
235
- ))
236
- ) : (
237
- <div className="px-3 py-2 typography-body-small-regular text-white-alpha-75">
238
- {tags.length === 0 ? "All tags selected" : "No matching tags found"}
239
- </div>
240
- )}{" "}
241
- </div>
242
- </PopoverContent>
243
- </Popover>
244
- );
245
- },
246
- );
247
- BadgeField.displayName = "BadgeField";
248
-
249
- // Local copies of the menu surface styles so the dropdown list matches the
250
- // DropdownMenu/ContextMenu design (self-contained — no shared module).
251
- const menuContentStyles = cva(
252
- [
253
- "rounded-[10px]",
254
- "min-w-[240px]",
255
- "outline-none",
256
- "overflow-scroll",
257
- "data-[state=open]:animate-in",
258
- "data-[state=open]:fade-in-0",
259
- "overflow-x-hidden",
260
- "scrollbar-hide",
261
- "flex gap-[1px] flex-col",
262
- ],
263
- {
264
- variants: {
265
- variant: {
266
- PresentationStyle: [],
267
- },
268
- defaultVariants: {
269
- variant: "PresentationStyle",
270
- },
271
- },
272
- },
273
- );
274
- const menuContentContinerStyles = cva(
275
- [
276
- "rounded-[14px]",
277
- "min-w-[240px]",
278
- "outline-none",
279
- "overflow-scroll",
280
- "data-[state=open]:animate-in",
281
- "data-[state=open]:fade-in-0",
282
- "overflow-x-hidden",
283
- "scrollbar-hide",
284
- "backdrop-blur-[21px]",
285
- "flex gap-1 flex-col",
286
- ],
287
- {
288
- variants: {
289
- variant: {
290
- PresentationStyle: [
291
- "bg-[rgba(61,64,69,0.72)]",
292
- "shadow-[0_0_32px_2px_rgba(0,0,0,0.20),0_0_48px_2px_rgba(0,0,0,0.05)]",
293
- ],
294
- },
295
- defaultVariants: {
296
- variant: "PresentationStyle",
297
- },
298
- },
299
- },
300
- );
301
-
302
- const MenuItemStyles = cva(
303
- [
304
- "text-content-presentation-global-primary-light typography-body-medium-regular",
305
- "outline-none",
306
- "border",
307
- "border-transparent",
308
- "flex",
309
- "items-center",
310
- "justify-start",
311
- "text-overflow",
312
- "overflow-hidden",
313
- "transition-all",
314
- "bg-[rgba(184,192,204,0.36)]",
315
- "ease-in-out",
316
- "duration-300",
317
- "flex",
318
- "p-1",
319
- "w-full",
320
- "items-center ",
321
- "group",
322
- ],
323
- {
324
- variants: {
325
- variant: {
326
- Default: ["hover:bg-[rgba(184,192,204,0.50)] "],
327
- },
328
- size: {
329
- S: ["typography-body-small-regular", "h-[24px]"],
330
- M: ["typography-body-medium-regular", "h-[32px]"],
331
- },
332
- defaultVariants: {
333
- variant: "Default",
334
- size: "M",
335
- },
336
- },
337
- },
338
- );