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,571 +0,0 @@
1
- "use client";
2
-
3
- import { cva, VariantProps } from "class-variance-authority";
4
- import * as React from "react";
5
- import * as ContextMenuPrimitive from "@radix-ui/react-context-menu";
6
- import { cn } from "../utils/cn";
7
- import { Themes } from "../utils/types";
8
-
9
- /**
10
- * ContextMenu — a right-click (or long-press) menu.
11
- *
12
- * Same surface as DropdownMenu (items, groups, the boxed look, auto-grouping),
13
- * built on @radix-ui/react-context-menu so it opens at the pointer on
14
- * right-click instead of anchoring to a clicked trigger button. The styling and
15
- * auto-group logic are kept self-contained here (mirrored in DropdownMenu).
16
- */
17
-
18
- interface ContextMenuContentProps {
19
- variant?: "PresentationStyle";
20
- className?: string;
21
- theme?: Themes;
22
- }
23
-
24
- // A second right-click while the menu is open should simply close it. Radix
25
- // would otherwise keep it open (re-anchoring is unreliable), so we make the Root
26
- // controlled, track `open` in context, and let the Trigger close + swallow the
27
- // event on re-click.
28
- const ContextMenuOpenContext = React.createContext<{
29
- open: boolean;
30
- setOpen: (open: boolean) => void;
31
- } | null>(null);
32
-
33
- const ContextMenu = ({
34
- open: openProp,
35
- onOpenChange,
36
- children,
37
- ...props
38
- }: React.ComponentPropsWithoutRef<typeof ContextMenuPrimitive.Root>) => {
39
- const [open, setOpenState] = React.useState(false);
40
- const isControlled = openProp !== undefined;
41
- const actualOpen = isControlled ? openProp : open;
42
-
43
- const setOpen = React.useCallback(
44
- (next: boolean) => {
45
- if (!isControlled) setOpenState(next);
46
- onOpenChange?.(next);
47
- },
48
- [isControlled, onOpenChange],
49
- );
50
-
51
- return (
52
- <ContextMenuOpenContext.Provider value={{ open: actualOpen, setOpen }}>
53
- <ContextMenuPrimitive.Root open={actualOpen} onOpenChange={setOpen} {...props}>
54
- {children}
55
- </ContextMenuPrimitive.Root>
56
- </ContextMenuOpenContext.Provider>
57
- );
58
- };
59
- ContextMenu.displayName = "ContextMenu";
60
-
61
- // The right-click zone. Wrap it around the target the menu should open from.
62
- const ContextMenuTrigger = React.forwardRef<
63
- React.ElementRef<typeof ContextMenuPrimitive.Trigger>,
64
- React.ComponentPropsWithoutRef<typeof ContextMenuPrimitive.Trigger>
65
- >(({ onContextMenuCapture, ...props }, ref) => {
66
- const ctx = React.useContext(ContextMenuOpenContext);
67
-
68
- return (
69
- <ContextMenuPrimitive.Trigger
70
- ref={ref}
71
- // Capture phase runs before Radix's bubble-phase open handler. If the menu
72
- // is already open, close it and swallow the event so Radix doesn't reopen
73
- // it — a second right-click just dismisses the menu.
74
- onContextMenuCapture={(event) => {
75
- onContextMenuCapture?.(event);
76
- if (ctx?.open) {
77
- event.preventDefault();
78
- event.stopPropagation();
79
- ctx.setOpen(false);
80
- }
81
- }}
82
- {...props}
83
- />
84
- );
85
- });
86
- ContextMenuTrigger.displayName = ContextMenuPrimitive.Trigger.displayName;
87
-
88
- const ContextMenuPortal = ContextMenuPrimitive.Portal;
89
-
90
- const ContextMenuSub = ContextMenuPrimitive.Sub;
91
-
92
- const ContextMenuGroup = React.forwardRef<
93
- React.ElementRef<typeof ContextMenuPrimitive.Group>,
94
- React.ComponentPropsWithoutRef<typeof ContextMenuPrimitive.Group> &
95
- VariantProps<typeof menuGroupStyles>
96
- >(({ className, variant = "Boxed", ...props }, ref) => (
97
- <ContextMenuPrimitive.Group
98
- ref={ref}
99
- className={cn(menuGroupStyles({ variant }), className)}
100
- {...props}
101
- />
102
- ));
103
- ContextMenuGroup.displayName = ContextMenuPrimitive.Group.displayName;
104
-
105
- const ContextMenuRadioGroup = React.forwardRef<
106
- React.ElementRef<typeof ContextMenuPrimitive.RadioGroup>,
107
- React.ComponentPropsWithoutRef<typeof ContextMenuPrimitive.RadioGroup> &
108
- VariantProps<typeof menuGroupStyles>
109
- >(({ className, variant = "Boxed", ...props }, ref) => (
110
- <ContextMenuPrimitive.RadioGroup
111
- ref={ref}
112
- className={cn(menuGroupStyles({ variant }), className)}
113
- {...props}
114
- />
115
- ));
116
- ContextMenuRadioGroup.displayName = ContextMenuPrimitive.RadioGroup.displayName;
117
-
118
- const ContextMenuContent = React.forwardRef<
119
- React.ElementRef<typeof ContextMenuPrimitive.Content>,
120
- React.ComponentPropsWithoutRef<typeof ContextMenuPrimitive.Content> &
121
- ContextMenuContentProps & { autoGroup?: boolean; maxHeight?: number }
122
- >(
123
- (
124
- {
125
- theme,
126
- className,
127
- variant = "PresentationStyle",
128
- autoGroup = true,
129
- collisionPadding = 8,
130
- maxHeight = 320,
131
- style,
132
- children,
133
- ...props
134
- },
135
- ref,
136
- ) => (
137
- <ContextMenuPrimitive.Portal>
138
- <ContextMenuPrimitive.Content
139
- data-theme={theme}
140
- ref={ref}
141
- collisionPadding={collisionPadding}
142
- // Cap at maxHeight, but never exceed the space Radix has after collision handling. The
143
- // `100vh` fallback is load-bearing: an undefined var invalidates the whole `min()`, so
144
- // `max-height` would resolve to `none` and the panel — which no longer scrolls itself —
145
- // would grow unbounded with its rows clipped and unreachable.
146
- style={{
147
- maxHeight: `min(${maxHeight}px, var(--radix-context-menu-content-available-height, 100vh))`,
148
- ...style,
149
- }}
150
- className={cn(menuContentStyles({ variant }), className)}
151
- {...props}
152
- >
153
- {/* Dedicated scroll viewport, matching Select's: the cap lives on the panel above, this
154
- fills what is left and scrolls. `min-h-0` is what makes it work — a flex item will not
155
- shrink below its content, so without it the list grows past the panel and the panel's
156
- `overflow-hidden` just clips the rows with no scrollbar.
157
-
158
- `gap-1` is re-declared here because `autoGroupChildren` emits several siblings (a group,
159
- a label, a separator…) and this is now the element they are siblings within. */}
160
- <div className="flex flex-col gap-1 flex-1 min-h-0 overflow-y-auto overflow-x-hidden rounded-[10px] scrollbar-hide">
161
- {autoGroup ? autoGroupChildren(children) : children}
162
- </div>
163
- </ContextMenuPrimitive.Content>
164
- </ContextMenuPrimitive.Portal>
165
- ),
166
- );
167
- ContextMenuContent.displayName = ContextMenuPrimitive.Content.displayName;
168
-
169
- const ContextMenuSubTrigger = React.forwardRef<
170
- React.ElementRef<typeof ContextMenuPrimitive.SubTrigger>,
171
- React.ComponentPropsWithoutRef<typeof ContextMenuPrimitive.SubTrigger> & {
172
- inset?: boolean;
173
- } & VariantProps<typeof MenuItemStyles>
174
- // eslint-disable-next-line @typescript-eslint/no-unused-vars -- inset destructured to exclude it from spread
175
- >(({ className, inset, children, variant = "Default", size = "M", ...props }, ref) => (
176
- <ContextMenuPrimitive.SubTrigger
177
- ref={ref}
178
- className={cn(MenuItemStyles({ variant, size }), "justify-between", className)}
179
- {...props}
180
- >
181
- <div className="justify-between">
182
- <div className="flex gap-2">{children}</div>
183
- <i className="ri-arrow-right-s-line text-[16px] rtl:rotate-180"></i>
184
- </div>
185
- </ContextMenuPrimitive.SubTrigger>
186
- ));
187
- ContextMenuSubTrigger.displayName = ContextMenuPrimitive.SubTrigger.displayName;
188
-
189
- const ContextMenuSubContent = React.forwardRef<
190
- React.ElementRef<typeof ContextMenuPrimitive.SubContent>,
191
- React.ComponentPropsWithoutRef<typeof ContextMenuPrimitive.SubContent> & {
192
- variant?: "PresentationStyle";
193
- autoGroup?: boolean;
194
- maxHeight?: number;
195
- }
196
- >(
197
- (
198
- {
199
- className,
200
- variant = "PresentationStyle",
201
- autoGroup = true,
202
- collisionPadding = 8,
203
- maxHeight = 320,
204
- // Destructured out of `{...props}` so the spread below cannot clobber the cap. Radix
205
- // re-publishes the namespaced available-height var on SubContent, so the same expression
206
- // Content uses works here unchanged.
207
- style,
208
- children,
209
- ...props
210
- },
211
- ref,
212
- ) => (
213
- <ContextMenuPrimitive.Portal>
214
- <ContextMenuPrimitive.SubContent
215
- ref={ref}
216
- collisionPadding={collisionPadding}
217
- style={{
218
- maxHeight: `min(${maxHeight}px, var(--radix-context-menu-content-available-height, 100vh))`,
219
- ...style,
220
- }}
221
- className={cn(menuContentStyles({ variant }), className)}
222
- {...props}
223
- >
224
- {/* Same panel-clips / viewport-scrolls split as Content. A submenu is a peer surface, so it
225
- shares the 320px default rather than getting a smaller one of its own. */}
226
- <div className="flex flex-col gap-1 flex-1 min-h-0 overflow-y-auto overflow-x-hidden rounded-[10px] scrollbar-hide">
227
- {autoGroup ? autoGroupChildren(children) : children}
228
- </div>
229
- </ContextMenuPrimitive.SubContent>
230
- </ContextMenuPrimitive.Portal>
231
- ),
232
- );
233
- ContextMenuSubContent.displayName = ContextMenuPrimitive.SubContent.displayName;
234
-
235
- const ContextMenuItem = React.forwardRef<
236
- React.ElementRef<typeof ContextMenuPrimitive.Item>,
237
- React.ComponentPropsWithoutRef<typeof ContextMenuPrimitive.Item> & {
238
- inset?: boolean;
239
- } & VariantProps<typeof MenuItemStyles>
240
- // eslint-disable-next-line @typescript-eslint/no-unused-vars -- inset destructured to exclude it from spread
241
- >(({ className, inset, children, variant = "Default", size = "M", active, ...props }, ref) => (
242
- <ContextMenuPrimitive.Item
243
- {...props}
244
- ref={ref}
245
- className={cn(MenuItemStyles({ variant, size, active }), className)}
246
- >
247
- <div>{children}</div>
248
- </ContextMenuPrimitive.Item>
249
- ));
250
- ContextMenuItem.displayName = ContextMenuPrimitive.Item.displayName;
251
-
252
- const ContextMenuCheckboxItem = React.forwardRef<
253
- React.ElementRef<typeof ContextMenuPrimitive.CheckboxItem>,
254
- React.ComponentPropsWithoutRef<typeof ContextMenuPrimitive.CheckboxItem> &
255
- VariantProps<typeof MenuItemStyles>
256
- >(({ className, children, checked, variant = "Default", size = "M", onSelect, ...props }, ref) => (
257
- <ContextMenuPrimitive.CheckboxItem
258
- ref={ref}
259
- className={cn(MenuItemStyles({ variant, size }), "relative", className)}
260
- checked={checked}
261
- // Keep the menu open when toggling; preventDefault stops Radix's auto-close.
262
- onSelect={(event) => {
263
- event.preventDefault();
264
- onSelect?.(event);
265
- }}
266
- {...props}
267
- >
268
- <div className="relative flex items-center">
269
- <span className="h-full flex items-center justify-center">
270
- {/* Unchecked box; hidden once the item is checked. */}
271
- <div className="flex justify-center items-center h-full [[data-state=checked]_&]:hidden">
272
- <div className="w-[16px] h-[16px] rounded-[3px] border border-white-alpha-40 bg-black-alpha-15 group-hover:border-white-700 group-hover:bg-black-alpha-075"></div>
273
- </div>
274
-
275
- {/* Checked indicator only renders when checked. */}
276
- <ContextMenuPrimitive.ItemIndicator>
277
- <div className="bg-blue-sparkle-600 flex justify-center items-center w-[16px] h-[16px] rounded-[3px]">
278
- <svg
279
- xmlns="http://www.w3.org/2000/svg"
280
- width="14"
281
- height="14"
282
- viewBox="0 0 14 14"
283
- fill="none"
284
- >
285
- <path
286
- d="M5.8339 8.84977L11.1961 3.48755L12.0211 4.3125L5.8339 10.4997L2.12158 6.7874L2.94654 5.96245L5.8339 8.84977Z"
287
- fill="#F9F9F9"
288
- />
289
- </svg>
290
- </div>
291
- </ContextMenuPrimitive.ItemIndicator>
292
- </span>{" "}
293
- {children}
294
- </div>
295
- </ContextMenuPrimitive.CheckboxItem>
296
- ));
297
- ContextMenuCheckboxItem.displayName = ContextMenuPrimitive.CheckboxItem.displayName;
298
-
299
- const ContextMenuRadioItem = React.forwardRef<
300
- React.ElementRef<typeof ContextMenuPrimitive.RadioItem>,
301
- React.ComponentPropsWithoutRef<typeof ContextMenuPrimitive.RadioItem> &
302
- VariantProps<typeof MenuItemStyles>
303
- >(({ className, children, variant = "Default", size = "M", onSelect, ...props }, ref) => (
304
- <ContextMenuPrimitive.RadioItem
305
- ref={ref}
306
- className={cn(MenuItemStyles({ variant, size }), "relative", className)}
307
- // Keep the menu open when selecting; preventDefault stops Radix's auto-close.
308
- onSelect={(event) => {
309
- event.preventDefault();
310
- onSelect?.(event);
311
- }}
312
- {...props}
313
- >
314
- <div className="relative flex items-center">
315
- <span className="h-full left-2 flex h-3.5 w-3.5 items-center justify-center">
316
- {/* Unselected dot; hidden once the item is selected. */}
317
- <div className="flex justify-center items-center h-full [[data-state=checked]_&]:hidden">
318
- <div className="w-[14px] h-[14px] rounded-[100px] border border-white-alpha-40 bg-black-alpha-15 group-hover:border-white-700 group-hover:bg-black-alpha-075"></div>
319
- </div>
320
- <ContextMenuPrimitive.ItemIndicator>
321
- <svg
322
- xmlns="http://www.w3.org/2000/svg"
323
- width="14"
324
- height="16"
325
- viewBox="0 0 14 14"
326
- fill="none"
327
- >
328
- <rect width="14" height="14" rx="7" fill="#005ECC" />
329
- <rect x="5" y="5" width="4" height="4" rx="2" fill="white" />
330
- </svg>
331
- </ContextMenuPrimitive.ItemIndicator>
332
- </span>
333
- {children}
334
- </div>
335
- </ContextMenuPrimitive.RadioItem>
336
- ));
337
- ContextMenuRadioItem.displayName = ContextMenuPrimitive.RadioItem.displayName;
338
-
339
- // Item types that should be boxed together when sitting loose in the menu.
340
- // ContextMenuSub is included because its trigger renders as an inline row.
341
- const GROUPABLE_TYPES = [
342
- ContextMenuItem,
343
- ContextMenuCheckboxItem,
344
- ContextMenuRadioItem,
345
- ContextMenuSub,
346
- ] as const;
347
-
348
- const isGroupable = (child: React.ReactNode): child is React.ReactElement =>
349
- React.isValidElement(child) &&
350
- (GROUPABLE_TYPES as readonly React.ElementType[]).includes(child.type as React.ElementType);
351
-
352
- // Wraps consecutive runs of loose items in a Boxed ContextMenuGroup so items
353
- // render inside a container even when the consumer doesn't write one. Labels,
354
- // separators and explicit groups act as boundaries and pass through unchanged.
355
- function autoGroupChildren(children: React.ReactNode): React.ReactNode {
356
- const out: React.ReactNode[] = [];
357
- let run: React.ReactElement[] = [];
358
-
359
- const flush = (key: string) => {
360
- if (run.length === 0) return;
361
- out.push(
362
- <ContextMenuGroup key={key} variant="Boxed">
363
- {run}
364
- </ContextMenuGroup>,
365
- );
366
- run = [];
367
- };
368
-
369
- React.Children.toArray(children).forEach((child, index) => {
370
- if (isGroupable(child)) {
371
- run.push(child);
372
- } else {
373
- flush(`auto-group-${index}`);
374
- out.push(child);
375
- }
376
- });
377
- flush("auto-group-last");
378
-
379
- return out;
380
- }
381
-
382
- const ContextMenuLabel = React.forwardRef<
383
- React.ElementRef<typeof ContextMenuPrimitive.Label>,
384
- React.ComponentPropsWithoutRef<typeof ContextMenuPrimitive.Label> & {
385
- inset?: boolean;
386
- }
387
- // eslint-disable-next-line @typescript-eslint/no-unused-vars -- inset destructured to exclude it from spread
388
- >(({ className, inset, ...props }, ref) => (
389
- <ContextMenuPrimitive.Label
390
- ref={ref}
391
- className={cn(
392
- "text-content-presentation-global-primary-light typography-body-small-medium px-[12px] pt-1 flex justify-start items-center",
393
- className,
394
- )}
395
- {...props}
396
- />
397
- ));
398
- ContextMenuLabel.displayName = ContextMenuPrimitive.Label.displayName;
399
-
400
- const ContextMenuShortcut = ({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>) => (
401
- <span
402
- className={cn("ml-auto ltr:ml-0 rtl:mr-auto text-xs tracking-widest opacity-60", className)}
403
- {...props}
404
- />
405
- );
406
- ContextMenuShortcut.displayName = "ContextMenuShortcut";
407
-
408
- export {
409
- ContextMenu,
410
- ContextMenuTrigger,
411
- ContextMenuContent,
412
- ContextMenuItem,
413
- ContextMenuGroup,
414
- ContextMenuPortal,
415
- ContextMenuSub,
416
- ContextMenuSubTrigger,
417
- ContextMenuSubContent,
418
- ContextMenuRadioGroup,
419
- ContextMenuCheckboxItem,
420
- ContextMenuRadioItem,
421
- ContextMenuLabel,
422
- ContextMenuShortcut,
423
- };
424
-
425
- const MenuItemStyles = cva(
426
- [
427
- "text-content-presentation-global-primary-light typography-body-medium-regular",
428
- "outline-none",
429
- "border",
430
- "border-transparent",
431
- "flex",
432
- "shrink-0", // keep full row height so the menu scrolls instead of squishing
433
- "items-center",
434
- "justify-start",
435
- "text-overflow",
436
- "overflow-hidden",
437
- "p-[2px]",
438
- "transition-all",
439
- "bg-[rgba(184,192,204,0.36)]",
440
- "ease-in-out",
441
- "duration-300",
442
- "[&>div]:flex",
443
- "[&>div]:px-[12px]",
444
- "[&>div]:py-[4px]",
445
- "[&>div]:gap-2",
446
- "[&>div]:w-full",
447
- "[&>div]:rounded-[8px]",
448
- "[&>div]:items-center ",
449
- "group",
450
- ],
451
- {
452
- variants: {
453
- variant: {
454
- Default: [
455
- "text-content-presentation-global-primary-light",
456
- "[&>div]:hover:bg-white-50 [&>div]:hover:shadow-[0_0_16px_0_rgba(0,0,0,0.36)]",
457
- "[&>div]:hover:text-black-1000",
458
- "[&[data-highlighted]>div]:bg-white-alpha-75",
459
- "[&[data-highlighted]>div]:text-black-1000",
460
- "[&[data-disabled]>div]:text-content-presentation-global-primary-light",
461
- "[&[data-disabled]>div]:opacity-50",
462
- // Disabled items are pointer-events:none by default (Radix), so
463
- // re-enable them to allow hover styling without making them selectable.
464
- "[&[data-disabled]]:pointer-events-auto",
465
- "[&[data-disabled]>div]:hover:text-content-presentation-global-primary-light",
466
- "[&[data-disabled]>div]:hover:bg-transparent",
467
- "[&[data-disabled]>div]:hover:shadow-none",
468
- ],
469
- info: [
470
- "text-blue-sparkle-200",
471
- "[&>div]:hover:bg-white-50 [&>div]:hover:shadow-[0_0_16px_0_rgba(0,0,0,0.36)]",
472
- "[&>div]:hover:text-blue-sparkle-700",
473
- "[&[data-highlighted]>div]:bg-white-alpha-75",
474
- "[&[data-highlighted]>div]:text-blue-sparkle-700",
475
- "[&[data-disabled]>div]:text-content-presentation-global-primary-light",
476
- "[&[data-disabled]>div]:opacity-50",
477
- "[&[data-disabled]]:pointer-events-auto",
478
- "[&[data-disabled]>div]:hover:text-content-presentation-global-primary-light",
479
- "[&[data-disabled]>div]:hover:bg-transparent",
480
- "[&[data-disabled]>div]:hover:shadow-none",
481
- ],
482
- Negative: [
483
- "text-medium-red-200",
484
- "[&>div]:hover:bg-white-50 [&>div]:hover:shadow-[0_0_16px_0_rgba(0,0,0,0.36)]",
485
- "[&>div]:hover:text-medium-red-600",
486
- "[&[data-highlighted]>div]:bg-white-alpha-75",
487
- "[&[data-highlighted]>div]:text-medium-red-600",
488
- "[&[data-disabled]>div]:text-content-presentation-global-primary-light",
489
- "[&[data-disabled]>div]:opacity-50",
490
- "[&[data-disabled]]:pointer-events-auto",
491
- "[&[data-disabled]>div]:hover:text-content-presentation-global-primary-light",
492
- "[&[data-disabled]>div]:hover:bg-transparent",
493
- "[&[data-disabled]>div]:hover:shadow-none",
494
- ],
495
- },
496
- size: {
497
- S: ["typography-body-small-regular", "h-[24px]"],
498
- M: ["typography-body-medium-regular", "h-[32px]"],
499
- },
500
- active: {
501
- true: [
502
- "bg-background-presentation-action-selected",
503
- "text-content-presentation-action-light-primary",
504
- ],
505
- },
506
- defaultVariants: {
507
- variant: "Default",
508
- size: "M",
509
- active: false,
510
- },
511
- },
512
- compoundVariants: [
513
- {
514
- active: true,
515
- variant: "info",
516
- className: ["text-content-presentation-state-negative"],
517
- },
518
- ],
519
- },
520
- );
521
-
522
- const menuContentStyles = cva(
523
- [
524
- "p-1",
525
- "rounded-[14px]",
526
- "min-w-[240px]",
527
- "outline-none",
528
- // The panel clips; the inner viewport below owns scrolling. Height is capped inline on the
529
- // Content element from `min(maxHeight, available-height)` — no `max-h-*` class here on
530
- // purpose, so the inline value governs.
531
- "overflow-hidden",
532
- // Only animate the OPEN (enter) state. An exit animation on [data-state=closed]
533
- // holds the old DOM node during close, which breaks close/reposition on a
534
- // second right-click (Radix issue #2572).
535
- "data-[state=open]:animate-in",
536
- "data-[state=open]:fade-in-0",
537
- "backdrop-blur-[21px]",
538
- // No `gap` here: the panel has exactly one child (the scroll viewport), so a gap between
539
- // siblings has nothing to act on. The 4px between groups/labels lives on that viewport.
540
- "flex flex-col",
541
- ],
542
- {
543
- variants: {
544
- variant: {
545
- PresentationStyle: [
546
- "bg-[rgba(61,64,69,0.72)]",
547
- "shadow-[0_0_32px_2px_rgba(0,0,0,0.20),0_0_48px_2px_rgba(0,0,0,0.05)]",
548
- ],
549
- },
550
- },
551
- // Was nested inside `variants`, where cva reads it as a variant group named
552
- // "defaultVariants" and no default is ever applied. `menuGroupStyles` below has it right.
553
- defaultVariants: {
554
- variant: "PresentationStyle",
555
- },
556
- },
557
- );
558
-
559
- const menuGroupStyles = cva(["flex", "flex-col", "shrink-0"], {
560
- variants: {
561
- variant: {
562
- // Visually contains its items in a bordered card.
563
- Boxed: ["gap-[1px]", "rounded-[10px]", "bg-bldue-500", "overflow-hidden"],
564
- // No container — semantic grouping only (Radix default behavior).
565
- Plain: [],
566
- },
567
- },
568
- defaultVariants: {
569
- variant: "Boxed",
570
- },
571
- });
@@ -1,52 +0,0 @@
1
- import React, { HTMLAttributes } from "react";
2
- import { cva, type VariantProps } from "class-variance-authority";
3
- import { cn } from "../utils/cn";
4
- import { Themes } from "../utils/types";
5
-
6
- // Glare counter base styles
7
- export const glareCounterStyles = cva(
8
- [
9
- "flex justify-center items-center",
10
- "w-[14px] h-[14px]",
11
- "rounded-full",
12
- "border border-background-system-body-primary",
13
- "bg-background-system-state-negative",
14
- "text-[8px]",
15
- "text-white",
16
- "overflow-hidden",
17
- "h-[15px] w-[15px]",
18
- ],
19
- {
20
- variants: {
21
- variant: {
22
- default: "bg-background-system-state-negative",
23
- },
24
- },
25
- defaultVariants: {
26
- variant: "default",
27
- },
28
- },
29
- );
30
-
31
- // Extracting the types of the variants used in glareCounterStyles
32
- export type GlareCounterStylesProps = VariantProps<typeof glareCounterStyles>;
33
-
34
- interface Props extends HTMLAttributes<HTMLDivElement>, GlareCounterStylesProps {
35
- label: number; // label of the counter it should be a number
36
- theme?: Themes;
37
- className?: string;
38
- }
39
-
40
- export const CountBadge: React.FC<Props> = ({ theme, label, variant, className, ...props }) => {
41
- return (
42
- <section
43
- {...props}
44
- data-theme={theme}
45
- className={cn(glareCounterStyles({ variant }), className)}
46
- >
47
- <p>{label}</p>
48
- </section>
49
- );
50
- };
51
-
52
- export default CountBadge;