love-ui 1.2.13 → 1.2.15

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 (2892) hide show
  1. package/README.md +6 -6
  2. package/package.json +7 -37
  3. package/registry/__index__.tsx +590 -0
  4. package/registry/default/examples/accordion-controlled.tsx +56 -0
  5. package/registry/default/examples/accordion-demo.tsx +39 -0
  6. package/registry/default/examples/accordion-multiple.tsx +35 -0
  7. package/registry/default/examples/accordion-product-faq.tsx +25 -0
  8. package/registry/default/examples/accordion-single.tsx +35 -0
  9. package/registry/default/examples/alert-billing-notice.tsx +19 -0
  10. package/registry/default/examples/alert-demo.tsx +16 -0
  11. package/registry/default/examples/alert-dialog-demo.tsx +38 -0
  12. package/registry/default/examples/alert-error.tsx +19 -0
  13. package/registry/default/examples/alert-info.tsx +19 -0
  14. package/registry/default/examples/alert-success.tsx +20 -0
  15. package/registry/default/examples/alert-warning.tsx +19 -0
  16. package/registry/default/examples/alert-with-icon-action.tsx +27 -0
  17. package/registry/default/examples/alert-with-icon.tsx +19 -0
  18. package/registry/default/examples/autocomplete-async.tsx +134 -0
  19. package/registry/default/examples/autocomplete-autohighlight.tsx +44 -0
  20. package/registry/default/examples/autocomplete-demo.tsx +44 -0
  21. package/registry/default/examples/autocomplete-disabled.tsx +44 -0
  22. package/registry/default/examples/autocomplete-form.tsx +69 -0
  23. package/registry/default/examples/autocomplete-grouped.tsx +112 -0
  24. package/registry/default/examples/autocomplete-inline.tsx +44 -0
  25. package/registry/default/examples/autocomplete-lg.tsx +45 -0
  26. package/registry/default/examples/autocomplete-limit.tsx +83 -0
  27. package/registry/default/examples/autocomplete-members.tsx +38 -0
  28. package/registry/default/examples/autocomplete-sm.tsx +45 -0
  29. package/registry/default/examples/autocomplete-with-clear.tsx +45 -0
  30. package/registry/default/examples/autocomplete-with-label.tsx +52 -0
  31. package/registry/default/examples/autocomplete-with-trigger-clear.tsx +46 -0
  32. package/registry/default/examples/avatar-demo.tsx +17 -0
  33. package/registry/default/examples/avatar-fallback.tsx +9 -0
  34. package/registry/default/examples/avatar-group.tsx +33 -0
  35. package/registry/default/examples/avatar-radius.tsx +33 -0
  36. package/registry/default/examples/avatar-size.tsx +33 -0
  37. package/registry/default/examples/avatar-team-stack.tsx +27 -0
  38. package/registry/default/examples/badge-demo.tsx +5 -0
  39. package/registry/default/examples/badge-destructive.tsx +5 -0
  40. package/registry/default/examples/badge-error.tsx +5 -0
  41. package/registry/default/examples/badge-info.tsx +5 -0
  42. package/registry/default/examples/badge-lg.tsx +5 -0
  43. package/registry/default/examples/badge-outline.tsx +5 -0
  44. package/registry/default/examples/badge-release-status.tsx +16 -0
  45. package/registry/default/examples/badge-secondary.tsx +5 -0
  46. package/registry/default/examples/badge-sm.tsx +5 -0
  47. package/registry/default/examples/badge-success.tsx +5 -0
  48. package/registry/default/examples/badge-warning.tsx +5 -0
  49. package/registry/default/examples/badge-with-icon.tsx +12 -0
  50. package/registry/default/examples/badge-with-link.tsx +7 -0
  51. package/registry/default/examples/breadcrumb-compact-path.tsx +22 -0
  52. package/registry/default/examples/breadcrumb-custom-separator.tsx +34 -0
  53. package/registry/default/examples/breadcrumb-demo.tsx +60 -0
  54. package/registry/default/examples/breadcrumb-with-ellipsis.tsx +25 -0
  55. package/registry/default/examples/breadcrumb-workspace-path.tsx +28 -0
  56. package/registry/default/examples/button-command-bar.tsx +18 -0
  57. package/registry/default/examples/button-demo.tsx +5 -0
  58. package/registry/default/examples/button-destructive-outline.tsx +5 -0
  59. package/registry/default/examples/button-destructive.tsx +5 -0
  60. package/registry/default/examples/button-disabled.tsx +5 -0
  61. package/registry/default/examples/button-ghost.tsx +5 -0
  62. package/registry/default/examples/button-icon-lg.tsx +11 -0
  63. package/registry/default/examples/button-icon-sm.tsx +11 -0
  64. package/registry/default/examples/button-icon.tsx +11 -0
  65. package/registry/default/examples/button-lg.tsx +5 -0
  66. package/registry/default/examples/button-link.tsx +5 -0
  67. package/registry/default/examples/button-loading.tsx +12 -0
  68. package/registry/default/examples/button-outline.tsx +5 -0
  69. package/registry/default/examples/button-secondary.tsx +5 -0
  70. package/registry/default/examples/button-sm.tsx +5 -0
  71. package/registry/default/examples/button-with-icon.tsx +12 -0
  72. package/registry/default/examples/button-with-link.tsx +7 -0
  73. package/registry/default/examples/button-xl.tsx +5 -0
  74. package/registry/default/examples/button-xs.tsx +5 -0
  75. package/registry/default/examples/card-billing-plan.tsx +26 -0
  76. package/registry/default/examples/card-demo.tsx +71 -0
  77. package/registry/default/examples/card-metric-summary.tsx +29 -0
  78. package/registry/default/examples/card-team-member.tsx +34 -0
  79. package/registry/default/examples/checkbox-card.tsx +16 -0
  80. package/registry/default/examples/checkbox-demo.tsx +11 -0
  81. package/registry/default/examples/checkbox-disabled.tsx +11 -0
  82. package/registry/default/examples/checkbox-form.tsx +39 -0
  83. package/registry/default/examples/checkbox-group-demo.tsx +25 -0
  84. package/registry/default/examples/checkbox-group-disabled.tsx +25 -0
  85. package/registry/default/examples/checkbox-group-form.tsx +54 -0
  86. package/registry/default/examples/checkbox-group-nested-parent.tsx +90 -0
  87. package/registry/default/examples/checkbox-group-parent.tsx +38 -0
  88. package/registry/default/examples/checkbox-notification-row.tsx +17 -0
  89. package/registry/default/examples/checkbox-with-description.tsx +21 -0
  90. package/registry/default/examples/code-block-diff.tsx +42 -0
  91. package/registry/default/examples/code-block-focus.tsx +28 -0
  92. package/registry/default/examples/code-block-headless.tsx +19 -0
  93. package/registry/default/examples/code-block-highlight-line.tsx +28 -0
  94. package/registry/default/examples/code-block-highlight-word.tsx +28 -0
  95. package/registry/default/examples/code-block-no-highlighting.tsx +34 -0
  96. package/registry/default/examples/code-block-numberless.tsx +34 -0
  97. package/registry/default/examples/code-block-shared/index.tsx +2 -0
  98. package/registry/default/examples/code-block-shared.tsx +26 -0
  99. package/registry/default/examples/code-block-theme.tsx +36 -0
  100. package/registry/default/examples/code-block.tsx +34 -0
  101. package/registry/default/examples/collapsible-checklist.tsx +26 -0
  102. package/registry/default/examples/collapsible-command-help.tsx +16 -0
  103. package/registry/default/examples/collapsible-demo.tsx +31 -0
  104. package/registry/default/examples/collapsible-release-notes.tsx +21 -0
  105. package/registry/default/examples/combobox-assignee.tsx +34 -0
  106. package/registry/default/examples/combobox-autohighlight.tsx +44 -0
  107. package/registry/default/examples/combobox-demo.tsx +44 -0
  108. package/registry/default/examples/combobox-disabled.tsx +44 -0
  109. package/registry/default/examples/combobox-form.tsx +68 -0
  110. package/registry/default/examples/combobox-grouped.tsx +112 -0
  111. package/registry/default/examples/combobox-lg.tsx +45 -0
  112. package/registry/default/examples/combobox-multiple-form.tsx +94 -0
  113. package/registry/default/examples/combobox-multiple.tsx +60 -0
  114. package/registry/default/examples/combobox-sm.tsx +45 -0
  115. package/registry/default/examples/combobox-with-clear.tsx +45 -0
  116. package/registry/default/examples/combobox-with-inner-input.tsx +880 -0
  117. package/registry/default/examples/combobox-with-label.tsx +52 -0
  118. package/registry/default/examples/dialog-close-confirmation.tsx +112 -0
  119. package/registry/default/examples/dialog-demo.tsx +50 -0
  120. package/registry/default/examples/dialog-from-menu.tsx +53 -0
  121. package/registry/default/examples/dialog-invite-member.tsx +34 -0
  122. package/registry/default/examples/dialog-nested.tsx +71 -0
  123. package/registry/default/examples/empty-demo.tsx +36 -0
  124. package/registry/default/examples/empty-filtered-results.tsx +24 -0
  125. package/registry/default/examples/empty-inbox-zero.tsx +21 -0
  126. package/registry/default/examples/empty-upload-queue.tsx +24 -0
  127. package/registry/default/examples/field-autocomplete.tsx +53 -0
  128. package/registry/default/examples/field-checkbox-group.tsx +38 -0
  129. package/registry/default/examples/field-checkbox.tsx +13 -0
  130. package/registry/default/examples/field-combobox-multiple.tsx +69 -0
  131. package/registry/default/examples/field-combobox.tsx +53 -0
  132. package/registry/default/examples/field-complete-form.tsx +113 -0
  133. package/registry/default/examples/field-demo.tsx +16 -0
  134. package/registry/default/examples/field-disabled.tsx +22 -0
  135. package/registry/default/examples/field-error.tsx +16 -0
  136. package/registry/default/examples/field-number-field.tsx +27 -0
  137. package/registry/default/examples/field-password.tsx +11 -0
  138. package/registry/default/examples/field-radio.tsx +37 -0
  139. package/registry/default/examples/field-required.tsx +22 -0
  140. package/registry/default/examples/field-select.tsx +41 -0
  141. package/registry/default/examples/field-slider.tsx +16 -0
  142. package/registry/default/examples/field-switch.tsx +13 -0
  143. package/registry/default/examples/field-textarea.tsx +25 -0
  144. package/registry/default/examples/field-validity.tsx +37 -0
  145. package/registry/default/examples/fieldset-billing-address.tsx +12 -0
  146. package/registry/default/examples/fieldset-danger-zone.tsx +15 -0
  147. package/registry/default/examples/fieldset-demo.tsx +33 -0
  148. package/registry/default/examples/fieldset-notification-settings.tsx +14 -0
  149. package/registry/default/examples/form-demo.tsx +43 -0
  150. package/registry/default/examples/form-newsletter.tsx +16 -0
  151. package/registry/default/examples/form-profile-card.tsx +13 -0
  152. package/registry/default/examples/form-zod.tsx +84 -0
  153. package/registry/default/examples/form.tsx +318 -0
  154. package/registry/default/examples/frame-analytics-panel.tsx +16 -0
  155. package/registry/default/examples/frame-code-output.tsx +11 -0
  156. package/registry/default/examples/frame-demo.tsx +26 -0
  157. package/registry/default/examples/frame-device-preview.tsx +14 -0
  158. package/registry/default/examples/gooey-toast-demo.tsx +104 -0
  159. package/registry/default/examples/gooey-toast-position.tsx +36 -0
  160. package/registry/default/examples/gooey-toast-promise.tsx +31 -0
  161. package/registry/default/examples/gooey-toast-states.tsx +76 -0
  162. package/registry/default/examples/gooey-toast-with-button.tsx +34 -0
  163. package/registry/default/examples/group-demo.tsx +28 -0
  164. package/registry/default/examples/group-filter-actions.tsx +14 -0
  165. package/registry/default/examples/group-segmented-filters.tsx +12 -0
  166. package/registry/default/examples/group-toolbar-actions.tsx +14 -0
  167. package/registry/default/examples/group-with-input.tsx +23 -0
  168. package/registry/default/examples/input-demo.tsx +7 -0
  169. package/registry/default/examples/input-disabled.tsx +11 -0
  170. package/registry/default/examples/input-file.tsx +5 -0
  171. package/registry/default/examples/input-lg.tsx +11 -0
  172. package/registry/default/examples/input-search-inline.tsx +12 -0
  173. package/registry/default/examples/input-sm.tsx +11 -0
  174. package/registry/default/examples/input-with-button.tsx +15 -0
  175. package/registry/default/examples/input-with-label.tsx +19 -0
  176. package/registry/default/examples/label-password-field.tsx +11 -0
  177. package/registry/default/examples/menu-checkbox.tsx +21 -0
  178. package/registry/default/examples/menu-close-on-click.tsx +22 -0
  179. package/registry/default/examples/menu-demo.tsx +102 -0
  180. package/registry/default/examples/menu-group-labels.tsx +27 -0
  181. package/registry/default/examples/menu-hover.tsx +21 -0
  182. package/registry/default/examples/menu-link.tsx +25 -0
  183. package/registry/default/examples/menu-nested.tsx +31 -0
  184. package/registry/default/examples/menu-project-actions.tsx +17 -0
  185. package/registry/default/examples/menu-radio-group.tsx +25 -0
  186. package/registry/default/examples/meter-demo.tsx +21 -0
  187. package/registry/default/examples/meter-simple.tsx +5 -0
  188. package/registry/default/examples/meter-storage-quota.tsx +13 -0
  189. package/registry/default/examples/meter-with-formatted-value.tsx +23 -0
  190. package/registry/default/examples/meter-with-range.tsx +23 -0
  191. package/registry/default/examples/number-field-demo.tsx +19 -0
  192. package/registry/default/examples/number-field-disabled.tsx +19 -0
  193. package/registry/default/examples/number-field-form.tsx +75 -0
  194. package/registry/default/examples/number-field-lg.tsx +19 -0
  195. package/registry/default/examples/number-field-sm.tsx +19 -0
  196. package/registry/default/examples/number-field-ticket-count.tsx +19 -0
  197. package/registry/default/examples/number-field-with-formatted-value.tsx +22 -0
  198. package/registry/default/examples/number-field-with-label.tsx +26 -0
  199. package/registry/default/examples/number-field-with-range.tsx +19 -0
  200. package/registry/default/examples/number-field-with-scrub.tsx +21 -0
  201. package/registry/default/examples/number-field-with-step.tsx +31 -0
  202. package/registry/default/examples/pagination-compact.tsx +13 -0
  203. package/registry/default/examples/pagination-demo.tsx +38 -0
  204. package/registry/default/examples/pagination-mini.tsx +12 -0
  205. package/registry/default/examples/pagination-results.tsx +22 -0
  206. package/registry/default/examples/popover-account-summary.tsx +14 -0
  207. package/registry/default/examples/popover-color-swatch.tsx +20 -0
  208. package/registry/default/examples/popover-demo.tsx +41 -0
  209. package/registry/default/examples/popover-with-close.tsx +38 -0
  210. package/registry/default/examples/preview-card-demo.tsx +46 -0
  211. package/registry/default/examples/preview-card-product.tsx +18 -0
  212. package/registry/default/examples/preview-card-profile.tsx +17 -0
  213. package/registry/default/examples/preview-card-repository.tsx +19 -0
  214. package/registry/default/examples/progress-demo.tsx +20 -0
  215. package/registry/default/examples/progress-onboarding.tsx +10 -0
  216. package/registry/default/examples/progress-with-formatted-value.tsx +23 -0
  217. package/registry/default/examples/progress-with-label-value.tsx +21 -0
  218. package/registry/default/examples/radio-group-card.tsx +27 -0
  219. package/registry/default/examples/radio-group-delivery.tsx +16 -0
  220. package/registry/default/examples/radio-group-demo.tsx +18 -0
  221. package/registry/default/examples/radio-group-disabled.tsx +18 -0
  222. package/registry/default/examples/radio-group-form.tsx +50 -0
  223. package/registry/default/examples/radio-group-with-description.tsx +27 -0
  224. package/registry/default/examples/scroll-area-activity.tsx +13 -0
  225. package/registry/default/examples/scroll-area-both.tsx +24 -0
  226. package/registry/default/examples/scroll-area-demo.tsx +20 -0
  227. package/registry/default/examples/scroll-area-horizontal.tsx +18 -0
  228. package/registry/default/examples/select-demo.tsx +31 -0
  229. package/registry/default/examples/select-disabled.tsx +31 -0
  230. package/registry/default/examples/select-form.tsx +64 -0
  231. package/registry/default/examples/select-lg.tsx +31 -0
  232. package/registry/default/examples/select-multiple.tsx +54 -0
  233. package/registry/default/examples/select-sm.tsx +31 -0
  234. package/registry/default/examples/select-timezone.tsx +16 -0
  235. package/registry/default/examples/select-with-groups.tsx +56 -0
  236. package/registry/default/examples/select-without-alignment.tsx +31 -0
  237. package/registry/default/examples/separator-demo.tsx +25 -0
  238. package/registry/default/examples/separator-section-label.tsx +11 -0
  239. package/registry/default/examples/separator-timeline.tsx +13 -0
  240. package/registry/default/examples/separator-vertical-stack.tsx +13 -0
  241. package/registry/default/examples/sheet-checkout-summary.tsx +19 -0
  242. package/registry/default/examples/sheet-demo.tsx +60 -0
  243. package/registry/default/examples/sheet-position.tsx +82 -0
  244. package/registry/default/examples/sheet-profile-editor.tsx +19 -0
  245. package/registry/default/examples/skeleton-chat-list.tsx +14 -0
  246. package/registry/default/examples/skeleton-dashboard-card.tsx +15 -0
  247. package/registry/default/examples/skeleton-demo.tsx +112 -0
  248. package/registry/default/examples/skeleton-only.tsx +17 -0
  249. package/registry/default/examples/slider-demo.tsx +5 -0
  250. package/registry/default/examples/slider-form.tsx +46 -0
  251. package/registry/default/examples/slider-opacity.tsx +12 -0
  252. package/registry/default/examples/slider-range.tsx +5 -0
  253. package/registry/default/examples/slider-vertical.tsx +5 -0
  254. package/registry/default/examples/slider-with-label-value.tsx +13 -0
  255. package/registry/default/examples/switch-card.tsx +23 -0
  256. package/registry/default/examples/switch-demo.tsx +11 -0
  257. package/registry/default/examples/switch-disabled.tsx +11 -0
  258. package/registry/default/examples/switch-form.tsx +38 -0
  259. package/registry/default/examples/switch-privacy-mode.tsx +12 -0
  260. package/registry/default/examples/switch-with-description.tsx +20 -0
  261. package/registry/default/examples/table-demo.tsx +123 -0
  262. package/registry/default/examples/table-framed.tsx +132 -0
  263. package/registry/default/examples/table-invoice-list.tsx +14 -0
  264. package/registry/default/examples/table-user-roles.tsx +12 -0
  265. package/registry/default/examples/table.tsx +170 -0
  266. package/registry/default/examples/tabs-demo.tsx +28 -0
  267. package/registry/default/examples/tabs-settings.tsx +11 -0
  268. package/registry/default/examples/tabs-underline-vertical.tsx +34 -0
  269. package/registry/default/examples/tabs-underline.tsx +30 -0
  270. package/registry/default/examples/tabs-vertical.tsx +28 -0
  271. package/registry/default/examples/textarea-demo.tsx +5 -0
  272. package/registry/default/examples/textarea-disabled.tsx +5 -0
  273. package/registry/default/examples/textarea-feedback.tsx +5 -0
  274. package/registry/default/examples/textarea-form.tsx +44 -0
  275. package/registry/default/examples/textarea-lg.tsx +5 -0
  276. package/registry/default/examples/textarea-sm.tsx +5 -0
  277. package/registry/default/examples/textarea-with-label.tsx +14 -0
  278. package/registry/default/examples/toast-demo.tsx +20 -0
  279. package/registry/default/examples/toast-heights.tsx +32 -0
  280. package/registry/default/examples/toast-loading.tsx +21 -0
  281. package/registry/default/examples/toast-promise.tsx +42 -0
  282. package/registry/default/examples/toast-sync-complete.tsx +15 -0
  283. package/registry/default/examples/toast-with-action.tsx +33 -0
  284. package/registry/default/examples/toast-with-status.tsx +60 -0
  285. package/registry/default/examples/toggle-demo.tsx +5 -0
  286. package/registry/default/examples/toggle-disabled.tsx +9 -0
  287. package/registry/default/examples/toggle-group-demo.tsx +19 -0
  288. package/registry/default/examples/toggle-group-disabled.tsx +19 -0
  289. package/registry/default/examples/toggle-group-lg.tsx +19 -0
  290. package/registry/default/examples/toggle-group-multiple.tsx +19 -0
  291. package/registry/default/examples/toggle-group-outline-with-separator.tsx +25 -0
  292. package/registry/default/examples/toggle-group-outline.tsx +19 -0
  293. package/registry/default/examples/toggle-group-sm.tsx +19 -0
  294. package/registry/default/examples/toggle-group-with-disabled-item.tsx +19 -0
  295. package/registry/default/examples/toggle-icon-group.tsx +19 -0
  296. package/registry/default/examples/toggle-lg.tsx +9 -0
  297. package/registry/default/examples/toggle-outline.tsx +5 -0
  298. package/registry/default/examples/toggle-sm.tsx +9 -0
  299. package/registry/default/examples/toggle-view-mode.tsx +12 -0
  300. package/registry/default/examples/toggle-with-icon.tsx +11 -0
  301. package/registry/default/examples/toolbar-canvas-controls.tsx +17 -0
  302. package/registry/default/examples/toolbar-demo.tsx +155 -0
  303. package/registry/default/examples/toolbar-density-controls.tsx +17 -0
  304. package/registry/default/examples/toolbar-media-controls.tsx +16 -0
  305. package/registry/default/examples/tooltip-demo.tsx +17 -0
  306. package/registry/default/examples/tooltip-grouped.tsx +46 -0
  307. package/registry/default/examples/tooltip-icon-row.tsx +13 -0
  308. package/registry/default/examples/tooltip-keyboard-hints.tsx +11 -0
  309. package/registry/default/ui/accordion.tsx +66 -0
  310. package/registry/default/ui/alert-dialog.tsx +16 -0
  311. package/registry/default/ui/alert.tsx +215 -0
  312. package/registry/default/ui/autocomplete.tsx +282 -0
  313. package/registry/default/ui/avatar.tsx +46 -0
  314. package/registry/default/ui/badge.tsx +57 -0
  315. package/registry/default/ui/breadcrumb.tsx +109 -0
  316. package/registry/default/ui/button.tsx +85 -0
  317. package/registry/default/ui/card.tsx +113 -0
  318. package/registry/default/ui/checkbox-group.tsx +3 -0
  319. package/registry/default/ui/checkbox.tsx +71 -0
  320. package/registry/default/ui/collapsible.tsx +45 -0
  321. package/registry/default/ui/combobox.tsx +355 -0
  322. package/registry/default/ui/dialog.tsx +134 -0
  323. package/registry/default/ui/empty.tsx +127 -0
  324. package/registry/default/ui/field.tsx +128 -0
  325. package/registry/default/ui/fieldset.tsx +29 -0
  326. package/registry/default/ui/form.tsx +9 -0
  327. package/registry/default/ui/frame.tsx +81 -0
  328. package/registry/default/ui/group.tsx +62 -0
  329. package/registry/default/ui/input.tsx +41 -0
  330. package/registry/default/ui/label.tsx +15 -0
  331. package/registry/default/ui/menu.tsx +254 -0
  332. package/registry/default/ui/meter.tsx +67 -0
  333. package/registry/default/ui/number-field.tsx +160 -0
  334. package/registry/default/ui/pagination.tsx +147 -0
  335. package/registry/default/ui/popover.tsx +86 -0
  336. package/registry/default/ui/preview-card.tsx +55 -0
  337. package/registry/default/ui/progress.tsx +81 -0
  338. package/registry/default/ui/radio-group.tsx +36 -0
  339. package/registry/default/ui/scroll-area.tsx +62 -0
  340. package/registry/default/ui/select.tsx +187 -0
  341. package/registry/default/ui/separator.tsx +23 -0
  342. package/registry/default/ui/sheet.tsx +134 -0
  343. package/registry/default/ui/skeleton.tsx +18 -0
  344. package/registry/default/ui/slider.tsx +77 -0
  345. package/registry/default/ui/switch.tsx +27 -0
  346. package/registry/default/ui/table.tsx +127 -0
  347. package/registry/default/ui/tabs.tsx +90 -0
  348. package/registry/default/ui/textarea.tsx +35 -0
  349. package/registry/default/ui/toast.tsx +351 -0
  350. package/registry/default/ui/toggle-group.tsx +9 -0
  351. package/registry/default/ui/toggle.tsx +105 -0
  352. package/registry/default/ui/toolbar.tsx +83 -0
  353. package/registry/default/ui/tooltip.tsx +57 -0
  354. package/dist/index.d.ts +0 -4
  355. package/dist/index.js +0 -15
  356. package/dist/mcp-server.d.ts +0 -1
  357. package/dist/mcp-server.js +0 -2
  358. package/packages/announcement/index.tsx +0 -53
  359. package/packages/announcement/package.json +0 -23
  360. package/packages/announcement/tsconfig.json +0 -13
  361. package/packages/avatar-stack/index.tsx +0 -51
  362. package/packages/avatar-stack/package.json +0 -23
  363. package/packages/avatar-stack/tsconfig.json +0 -13
  364. package/packages/banner/index.tsx +0 -143
  365. package/packages/banner/package.json +0 -25
  366. package/packages/banner/tsconfig.json +0 -13
  367. package/packages/calendar/index.tsx +0 -496
  368. package/packages/calendar/package.json +0 -26
  369. package/packages/calendar/tsconfig.json +0 -13
  370. package/packages/choicebox/index.tsx +0 -113
  371. package/packages/choicebox/package.json +0 -25
  372. package/packages/choicebox/tsconfig.json +0 -13
  373. package/packages/code-block/README.md +0 -62
  374. package/packages/code-block/components.json +0 -21
  375. package/packages/code-block/package.json +0 -52
  376. package/packages/code-block/src/components/code-block/blocks/copy-with-select-package-manager.tsx +0 -146
  377. package/packages/code-block/src/components/code-block/blocks/copy-with-tabs-package-manager.tsx +0 -110
  378. package/packages/code-block/src/components/code-block/blocks/inline-code.tsx +0 -28
  379. package/packages/code-block/src/components/code-block/blocks/multi-tabs.tsx +0 -118
  380. package/packages/code-block/src/components/code-block/client/shiki.tsx +0 -139
  381. package/packages/code-block/src/components/code-block/client/sugar-high.tsx +0 -38
  382. package/packages/code-block/src/components/code-block/code-block.tsx +0 -113
  383. package/packages/code-block/src/components/code-block/copy-button.tsx +0 -59
  384. package/packages/code-block/src/components/code-block/mdx/pre-shiki.tsx +0 -42
  385. package/packages/code-block/src/components/code-block/mdx/pre-sugar-high.tsx +0 -37
  386. package/packages/code-block/src/components/ui/dropdown-menu.tsx +0 -103
  387. package/packages/code-block/src/components/ui/tabs.tsx +0 -84
  388. package/packages/code-block/src/index.ts +0 -35
  389. package/packages/code-block/src/stores/packageManager.ts +0 -24
  390. package/packages/code-block/src/styles/globals.css +0 -79
  391. package/packages/code-block/src/styles/shiki.css +0 -95
  392. package/packages/code-block/src/styles/sugar-high.css +0 -48
  393. package/packages/code-block/src/utils/cn.ts +0 -6
  394. package/packages/code-block/src/utils/copy.ts +0 -9
  395. package/packages/code-block/src/utils/react-to-text.ts +0 -34
  396. package/packages/code-block/src/utils/shiki/highlight.ts +0 -47
  397. package/packages/code-block/src/utils/sugar-high/highlight.ts +0 -12
  398. package/packages/code-block/tsconfig.json +0 -17
  399. package/packages/color-picker/index.tsx +0 -467
  400. package/packages/color-picker/package.json +0 -27
  401. package/packages/color-picker/tsconfig.json +0 -13
  402. package/packages/combobox/index.tsx +0 -309
  403. package/packages/combobox/package.json +0 -25
  404. package/packages/combobox/tsconfig.json +0 -13
  405. package/packages/comparison/index.tsx +0 -209
  406. package/packages/comparison/package.json +0 -25
  407. package/packages/comparison/tsconfig.json +0 -13
  408. package/packages/contribution-graph/index.tsx +0 -517
  409. package/packages/contribution-graph/package.json +0 -24
  410. package/packages/contribution-graph/tsconfig.json +0 -13
  411. package/packages/credit-card/index.tsx +0 -348
  412. package/packages/credit-card/package.json +0 -24
  413. package/packages/credit-card/tsconfig.json +0 -13
  414. package/packages/cursor/index.tsx +0 -62
  415. package/packages/cursor/package.json +0 -23
  416. package/packages/cursor/tsconfig.json +0 -13
  417. package/packages/deck/index.tsx +0 -297
  418. package/packages/deck/package.json +0 -26
  419. package/packages/deck/tsconfig.json +0 -13
  420. package/packages/dialog-stack/index.tsx +0 -484
  421. package/packages/dialog-stack/package.json +0 -25
  422. package/packages/dialog-stack/tsconfig.json +0 -13
  423. package/packages/dropzone/index.tsx +0 -202
  424. package/packages/dropzone/package.json +0 -25
  425. package/packages/dropzone/tsconfig.json +0 -13
  426. package/packages/editor/index.tsx +0 -1996
  427. package/packages/editor/package.json +0 -41
  428. package/packages/editor/tsconfig.json +0 -13
  429. package/packages/eslint-config/base.js +0 -32
  430. package/packages/eslint-config/next.js +0 -49
  431. package/packages/eslint-config/package.json +0 -33
  432. package/packages/eslint-config/react-internal.js +0 -39
  433. package/packages/ether/README.md +0 -39
  434. package/packages/ether/index.tsx +0 -1297
  435. package/packages/ether/package.json +0 -59
  436. package/packages/ether/tsconfig.json +0 -18
  437. package/packages/gantt/index.tsx +0 -1469
  438. package/packages/gantt/package.json +0 -31
  439. package/packages/gantt/tsconfig.json +0 -13
  440. package/packages/glimpse/index.tsx +0 -67
  441. package/packages/glimpse/package.json +0 -23
  442. package/packages/glimpse/server.tsx +0 -21
  443. package/packages/glimpse/tsconfig.json +0 -13
  444. package/packages/gooey-toast/package.json +0 -28
  445. package/packages/gooey-toast/src/gooey.tsx +0 -614
  446. package/packages/gooey-toast/src/icons.tsx +0 -68
  447. package/packages/gooey-toast/src/index.ts +0 -10
  448. package/packages/gooey-toast/src/styles.css +0 -511
  449. package/packages/gooey-toast/src/toast.tsx +0 -444
  450. package/packages/gooey-toast/src/types.ts +0 -45
  451. package/packages/gooey-toast/tsconfig.json +0 -13
  452. package/packages/gradiant-blinds/README.md +0 -39
  453. package/packages/gradiant-blinds/index.tsx +0 -390
  454. package/packages/gradiant-blinds/package.json +0 -60
  455. package/packages/gradiant-blinds/tsconfig.json +0 -18
  456. package/packages/gradient-mesh/index.tsx +0 -236
  457. package/packages/gradient-mesh/package.json +0 -62
  458. package/packages/gradient-mesh/tsconfig.json +0 -10
  459. package/packages/image-crop/index.tsx +0 -368
  460. package/packages/image-crop/package.json +0 -26
  461. package/packages/image-crop/tsconfig.json +0 -13
  462. package/packages/image-zoom/index.tsx +0 -52
  463. package/packages/image-zoom/package.json +0 -24
  464. package/packages/image-zoom/tsconfig.json +0 -13
  465. package/packages/kanban/index.tsx +0 -338
  466. package/packages/kanban/package.json +0 -27
  467. package/packages/kanban/tsconfig.json +0 -13
  468. package/packages/list/index.tsx +0 -152
  469. package/packages/list/package.json +0 -25
  470. package/packages/list/tsconfig.json +0 -13
  471. package/packages/love-ui/components.json +0 -20
  472. package/packages/love-ui/eslint.config.js +0 -4
  473. package/packages/love-ui/index.ts +0 -3
  474. package/packages/love-ui/package.json +0 -60
  475. package/packages/love-ui/postcss.config.mjs +0 -6
  476. package/packages/love-ui/src/components/code-block.tsx +0 -38
  477. package/packages/love-ui/src/components/copy-button.tsx +0 -59
  478. package/packages/love-ui/src/components/icons.tsx +0 -207
  479. package/packages/love-ui/src/components/mobile-nav.tsx +0 -123
  480. package/packages/love-ui/src/components/mode-switcher.tsx +0 -42
  481. package/packages/love-ui/src/components/page-header.tsx +0 -43
  482. package/packages/love-ui/src/components/product-label.tsx +0 -61
  483. package/packages/love-ui/src/components/products-dropdown.tsx +0 -81
  484. package/packages/love-ui/src/components/site-cta.tsx +0 -19
  485. package/packages/love-ui/src/components/site-footer.tsx +0 -13
  486. package/packages/love-ui/src/components/site-header.tsx +0 -56
  487. package/packages/love-ui/src/components/theme-provider.tsx +0 -22
  488. package/packages/love-ui/src/hooks/use-copy-to-clipboard.ts +0 -38
  489. package/packages/love-ui/src/hooks/use-media.tsx +0 -22
  490. package/packages/love-ui/src/lib/config.ts +0 -20
  491. package/packages/love-ui/src/lib/highlight-code.ts +0 -86
  492. package/packages/love-ui/src/lib/utils.ts +0 -10
  493. package/packages/love-ui/src/styles/globals.css +0 -349
  494. package/packages/love-ui/src/ui/accordion.tsx +0 -66
  495. package/packages/love-ui/src/ui/alert-dialog.tsx +0 -136
  496. package/packages/love-ui/src/ui/alert.tsx +0 -81
  497. package/packages/love-ui/src/ui/autocomplete.tsx +0 -282
  498. package/packages/love-ui/src/ui/avatar.tsx +0 -46
  499. package/packages/love-ui/src/ui/badge.tsx +0 -57
  500. package/packages/love-ui/src/ui/breadcrumb.tsx +0 -110
  501. package/packages/love-ui/src/ui/button.tsx +0 -85
  502. package/packages/love-ui/src/ui/card.tsx +0 -114
  503. package/packages/love-ui/src/ui/chart.tsx +0 -367
  504. package/packages/love-ui/src/ui/checkbox-group.tsx +0 -16
  505. package/packages/love-ui/src/ui/checkbox.tsx +0 -67
  506. package/packages/love-ui/src/ui/collapsible.tsx +0 -45
  507. package/packages/love-ui/src/ui/combobox.tsx +0 -355
  508. package/packages/love-ui/src/ui/command.tsx +0 -185
  509. package/packages/love-ui/src/ui/dialog.tsx +0 -135
  510. package/packages/love-ui/src/ui/empty.tsx +0 -128
  511. package/packages/love-ui/src/ui/field.tsx +0 -96
  512. package/packages/love-ui/src/ui/fieldset.tsx +0 -29
  513. package/packages/love-ui/src/ui/form.tsx +0 -17
  514. package/packages/love-ui/src/ui/frame.tsx +0 -82
  515. package/packages/love-ui/src/ui/group.tsx +0 -62
  516. package/packages/love-ui/src/ui/input.tsx +0 -41
  517. package/packages/love-ui/src/ui/kbd.tsx +0 -27
  518. package/packages/love-ui/src/ui/label.tsx +0 -16
  519. package/packages/love-ui/src/ui/menu.tsx +0 -255
  520. package/packages/love-ui/src/ui/meter.tsx +0 -67
  521. package/packages/love-ui/src/ui/number-field.tsx +0 -161
  522. package/packages/love-ui/src/ui/pagination.tsx +0 -136
  523. package/packages/love-ui/src/ui/popover.tsx +0 -158
  524. package/packages/love-ui/src/ui/preview-card.tsx +0 -55
  525. package/packages/love-ui/src/ui/progress.tsx +0 -81
  526. package/packages/love-ui/src/ui/radio-group.tsx +0 -36
  527. package/packages/love-ui/src/ui/scroll-area.tsx +0 -62
  528. package/packages/love-ui/src/ui/select.tsx +0 -186
  529. package/packages/love-ui/src/ui/separator.tsx +0 -23
  530. package/packages/love-ui/src/ui/sheet.tsx +0 -135
  531. package/packages/love-ui/src/ui/skeleton.tsx +0 -18
  532. package/packages/love-ui/src/ui/slider.tsx +0 -76
  533. package/packages/love-ui/src/ui/switch.tsx +0 -27
  534. package/packages/love-ui/src/ui/table.tsx +0 -127
  535. package/packages/love-ui/src/ui/tabs.tsx +0 -90
  536. package/packages/love-ui/src/ui/textarea.tsx +0 -36
  537. package/packages/love-ui/src/ui/toast.tsx +0 -169
  538. package/packages/love-ui/src/ui/toggle-group.tsx +0 -84
  539. package/packages/love-ui/src/ui/toggle.tsx +0 -45
  540. package/packages/love-ui/src/ui/toolbar.tsx +0 -83
  541. package/packages/love-ui/src/ui/tooltip.tsx +0 -57
  542. package/packages/love-ui/tsconfig.json +0 -11
  543. package/packages/love-ui/tsconfig.lint.json +0 -8
  544. package/packages/loveui-skills/SKILL.md +0 -99
  545. package/packages/loveui-skills/agents/openai.yaml +0 -11
  546. package/packages/loveui-skills/references/design-directions.md +0 -60
  547. package/packages/loveui-skills/references/mcp-catalog-workflow.md +0 -68
  548. package/packages/loveui-skills/references/page-blueprints.md +0 -76
  549. package/packages/loveui-skills/references/quality-gates.md +0 -51
  550. package/packages/marquee/index.tsx +0 -59
  551. package/packages/marquee/package.json +0 -24
  552. package/packages/marquee/tsconfig.json +0 -13
  553. package/packages/mini-calendar/index.tsx +0 -230
  554. package/packages/mini-calendar/package.json +0 -27
  555. package/packages/mini-calendar/tsconfig.json +0 -13
  556. package/packages/patterns/accordion/form/accordion-form-1.tsx +0 -83
  557. package/packages/patterns/accordion/form/accordion-form-2.tsx +0 -89
  558. package/packages/patterns/accordion/multi-level/accordion-multi-level-1.tsx +0 -83
  559. package/packages/patterns/accordion/multi-level/accordion-multi-level-2.tsx +0 -92
  560. package/packages/patterns/accordion/multi-level/accordion-multi-level-3.tsx +0 -89
  561. package/packages/patterns/accordion/multi-level/accordion-multi-level-4.tsx +0 -89
  562. package/packages/patterns/accordion/standard/accordion-standard-1.tsx +0 -43
  563. package/packages/patterns/accordion/standard/accordion-standard-2.tsx +0 -45
  564. package/packages/patterns/accordion/standard/accordion-standard-3.tsx +0 -52
  565. package/packages/patterns/accordion/standard/accordion-standard-4.tsx +0 -52
  566. package/packages/patterns/accordion/standard/accordion-standard-5.tsx +0 -59
  567. package/packages/patterns/accordion/standard/accordion-standard-6.tsx +0 -72
  568. package/packages/patterns/accordion/standard/accordion-standard-7.tsx +0 -79
  569. package/packages/patterns/accordion/subtitle/accordion-subtitle-1.tsx +0 -56
  570. package/packages/patterns/accordion/subtitle/accordion-subtitle-2.tsx +0 -66
  571. package/packages/patterns/accordion/subtitle/accordion-subtitle-3.tsx +0 -63
  572. package/packages/patterns/accordion/subtitle/accordion-subtitle-4.tsx +0 -66
  573. package/packages/patterns/accordion/tabs/accordion-tabs-1.tsx +0 -52
  574. package/packages/patterns/accordion/tabs/accordion-tabs-2.tsx +0 -43
  575. package/packages/patterns/accordion/tabs/accordion-tabs-3.tsx +0 -52
  576. package/packages/patterns/accordion/tabs/accordion-tabs-4.tsx +0 -45
  577. package/packages/patterns/alert/error/alert-error-1.tsx +0 -11
  578. package/packages/patterns/alert/error/alert-error-2.tsx +0 -14
  579. package/packages/patterns/alert/error/alert-error-3.tsx +0 -22
  580. package/packages/patterns/alert/error/alert-error-4.tsx +0 -27
  581. package/packages/patterns/alert/error/alert-error-5.tsx +0 -29
  582. package/packages/patterns/alert/info/alert-info-1.tsx +0 -11
  583. package/packages/patterns/alert/info/alert-info-2.tsx +0 -14
  584. package/packages/patterns/alert/info/alert-info-3.tsx +0 -26
  585. package/packages/patterns/alert/info/alert-info-4.tsx +0 -31
  586. package/packages/patterns/alert/info/alert-info-5.tsx +0 -34
  587. package/packages/patterns/alert/standard/alert-standard-1.tsx +0 -11
  588. package/packages/patterns/alert/standard/alert-standard-2.tsx +0 -14
  589. package/packages/patterns/alert/standard/alert-standard-3.tsx +0 -22
  590. package/packages/patterns/alert/standard/alert-standard-4.tsx +0 -27
  591. package/packages/patterns/alert/standard/alert-standard-5.tsx +0 -29
  592. package/packages/patterns/alert/success/alert-success-1.tsx +0 -11
  593. package/packages/patterns/alert/success/alert-success-2.tsx +0 -14
  594. package/packages/patterns/alert/success/alert-success-3.tsx +0 -26
  595. package/packages/patterns/alert/success/alert-success-4.tsx +0 -31
  596. package/packages/patterns/alert/success/alert-success-5.tsx +0 -33
  597. package/packages/patterns/alert/warning/alert-warning-1.tsx +0 -11
  598. package/packages/patterns/alert/warning/alert-warning-2.tsx +0 -14
  599. package/packages/patterns/alert/warning/alert-warning-3.tsx +0 -26
  600. package/packages/patterns/alert/warning/alert-warning-4.tsx +0 -32
  601. package/packages/patterns/alert/warning/alert-warning-5.tsx +0 -33
  602. package/packages/patterns/alert-dialog/confirmation/alert-dialog-confirmation-1.tsx +0 -37
  603. package/packages/patterns/alert-dialog/confirmation/alert-dialog-confirmation-2.tsx +0 -41
  604. package/packages/patterns/alert-dialog/confirmation/alert-dialog-confirmation-3.tsx +0 -43
  605. package/packages/patterns/alert-dialog/confirmation/alert-dialog-confirmation-4.tsx +0 -37
  606. package/packages/patterns/alert-dialog/confirmation/alert-dialog-confirmation-5.tsx +0 -36
  607. package/packages/patterns/alert-dialog/confirmation/alert-dialog-confirmation-6.tsx +0 -40
  608. package/packages/patterns/alert-dialog/custom-actions/alert-dialog-custom-actions-1.tsx +0 -41
  609. package/packages/patterns/alert-dialog/custom-actions/alert-dialog-custom-actions-2.tsx +0 -42
  610. package/packages/patterns/alert-dialog/custom-actions/alert-dialog-custom-actions-3.tsx +0 -41
  611. package/packages/patterns/alert-dialog/custom-actions/alert-dialog-custom-actions-4.tsx +0 -54
  612. package/packages/patterns/alert-dialog/custom-actions/alert-dialog-custom-actions-5.tsx +0 -40
  613. package/packages/patterns/alert-dialog/destructive/alert-dialog-destructive-1.tsx +0 -39
  614. package/packages/patterns/alert-dialog/destructive/alert-dialog-destructive-2.tsx +0 -43
  615. package/packages/patterns/alert-dialog/destructive/alert-dialog-destructive-3.tsx +0 -51
  616. package/packages/patterns/alert-dialog/destructive/alert-dialog-destructive-4.tsx +0 -46
  617. package/packages/patterns/alert-dialog/destructive/alert-dialog-destructive-5.tsx +0 -46
  618. package/packages/patterns/alert-dialog/destructive/alert-dialog-destructive-6.tsx +0 -46
  619. package/packages/patterns/alert-dialog/destructive/alert-dialog-destructive-7.tsx +0 -43
  620. package/packages/patterns/alert-dialog/form/alert-dialog-form-1.tsx +0 -47
  621. package/packages/patterns/alert-dialog/form/alert-dialog-form-2.tsx +0 -53
  622. package/packages/patterns/alert-dialog/form/alert-dialog-form-3.tsx +0 -64
  623. package/packages/patterns/alert-dialog/form/alert-dialog-form-4.tsx +0 -47
  624. package/packages/patterns/alert-dialog/form/alert-dialog-form-5.tsx +0 -55
  625. package/packages/patterns/alert-dialog/form/alert-dialog-form-6.tsx +0 -69
  626. package/packages/patterns/alert-dialog/form/alert-dialog-form-7.tsx +0 -73
  627. package/packages/patterns/alert-dialog/informational/alert-dialog-informational-1.tsx +0 -35
  628. package/packages/patterns/alert-dialog/informational/alert-dialog-informational-2.tsx +0 -39
  629. package/packages/patterns/alert-dialog/informational/alert-dialog-informational-3.tsx +0 -48
  630. package/packages/patterns/alert-dialog/informational/alert-dialog-informational-4.tsx +0 -41
  631. package/packages/patterns/alert-dialog/informational/alert-dialog-informational-5.tsx +0 -42
  632. package/packages/patterns/alert-dialog/informational/alert-dialog-informational-6.tsx +0 -43
  633. package/packages/patterns/alert-dialog/informational/alert-dialog-informational-7.tsx +0 -58
  634. package/packages/patterns/alert-dialog/success/alert-dialog-success-1.tsx +0 -34
  635. package/packages/patterns/alert-dialog/success/alert-dialog-success-2.tsx +0 -39
  636. package/packages/patterns/alert-dialog/success/alert-dialog-success-3.tsx +0 -39
  637. package/packages/patterns/alert-dialog/success/alert-dialog-success-4.tsx +0 -52
  638. package/packages/patterns/alert-dialog/success/alert-dialog-success-5.tsx +0 -50
  639. package/packages/patterns/alert-dialog/success/alert-dialog-success-6.tsx +0 -41
  640. package/packages/patterns/alert-dialog/success/alert-dialog-success-7.tsx +0 -44
  641. package/packages/patterns/aspect-ratio/standard/aspect-ratio-standard-1.tsx +0 -15
  642. package/packages/patterns/aspect-ratio/standard/aspect-ratio-standard-2.tsx +0 -15
  643. package/packages/patterns/aspect-ratio/standard/aspect-ratio-standard-3.tsx +0 -15
  644. package/packages/patterns/aspect-ratio/standard/aspect-ratio-standard-4.tsx +0 -15
  645. package/packages/patterns/aspect-ratio/standard/aspect-ratio-standard-5.tsx +0 -15
  646. package/packages/patterns/aspect-ratio/standard/aspect-ratio-standard-6.tsx +0 -15
  647. package/packages/patterns/aspect-ratio/standard/aspect-ratio-standard-7.tsx +0 -15
  648. package/packages/patterns/avatar/square/avatar-square-1.tsx +0 -15
  649. package/packages/patterns/avatar/square/avatar-square-2.tsx +0 -11
  650. package/packages/patterns/avatar/square/avatar-square-3.tsx +0 -14
  651. package/packages/patterns/avatar/square/avatar-square-4.tsx +0 -18
  652. package/packages/patterns/avatar/square/avatar-square-5.tsx +0 -18
  653. package/packages/patterns/avatar/square/avatar-square-6.tsx +0 -21
  654. package/packages/patterns/avatar/square/avatar-square-7.tsx +0 -20
  655. package/packages/patterns/avatar/standard/avatar-standard-1.tsx +0 -15
  656. package/packages/patterns/avatar/standard/avatar-standard-2.tsx +0 -11
  657. package/packages/patterns/avatar/standard/avatar-standard-3.tsx +0 -14
  658. package/packages/patterns/avatar/standard/avatar-standard-4.tsx +0 -18
  659. package/packages/patterns/avatar/standard/avatar-standard-5.tsx +0 -18
  660. package/packages/patterns/avatar/standard/avatar-standard-6.tsx +0 -21
  661. package/packages/patterns/avatar/standard/avatar-standard-7.tsx +0 -20
  662. package/packages/patterns/badge/destructive/badge-destructive-1.tsx +0 -7
  663. package/packages/patterns/badge/destructive/badge-destructive-2.tsx +0 -13
  664. package/packages/patterns/badge/destructive/badge-destructive-3.tsx +0 -13
  665. package/packages/patterns/badge/destructive/badge-destructive-4.tsx +0 -13
  666. package/packages/patterns/badge/destructive/badge-destructive-5.tsx +0 -14
  667. package/packages/patterns/badge/outline/badge-outline-1.tsx +0 -7
  668. package/packages/patterns/badge/outline/badge-outline-2.tsx +0 -13
  669. package/packages/patterns/badge/outline/badge-outline-3.tsx +0 -13
  670. package/packages/patterns/badge/outline/badge-outline-4.tsx +0 -13
  671. package/packages/patterns/badge/outline/badge-outline-5.tsx +0 -14
  672. package/packages/patterns/badge/secondary/badge-secondary-1.tsx +0 -7
  673. package/packages/patterns/badge/secondary/badge-secondary-2.tsx +0 -13
  674. package/packages/patterns/badge/secondary/badge-secondary-3.tsx +0 -13
  675. package/packages/patterns/badge/secondary/badge-secondary-4.tsx +0 -13
  676. package/packages/patterns/badge/secondary/badge-secondary-5.tsx +0 -14
  677. package/packages/patterns/badge/standard/badge-standard-1.tsx +0 -7
  678. package/packages/patterns/badge/standard/badge-standard-2.tsx +0 -13
  679. package/packages/patterns/badge/standard/badge-standard-3.tsx +0 -13
  680. package/packages/patterns/badge/standard/badge-standard-4.tsx +0 -13
  681. package/packages/patterns/badge/standard/badge-standard-5.tsx +0 -11
  682. package/packages/patterns/breadcrumb/home-icon/breadcrumb-home-icon-1.tsx +0 -38
  683. package/packages/patterns/breadcrumb/home-icon/breadcrumb-home-icon-2.tsx +0 -52
  684. package/packages/patterns/breadcrumb/home-icon/breadcrumb-home-icon-3.tsx +0 -42
  685. package/packages/patterns/breadcrumb/home-icon/breadcrumb-home-icon-4.tsx +0 -33
  686. package/packages/patterns/breadcrumb/home-icon/breadcrumb-home-icon-5.tsx +0 -33
  687. package/packages/patterns/breadcrumb/home-icon/breadcrumb-home-icon-6.tsx +0 -37
  688. package/packages/patterns/breadcrumb/home-icon/breadcrumb-home-icon-7.tsx +0 -49
  689. package/packages/patterns/breadcrumb/standard/breadcrumb-standard-1.tsx +0 -35
  690. package/packages/patterns/breadcrumb/standard/breadcrumb-standard-2.tsx +0 -50
  691. package/packages/patterns/breadcrumb/standard/breadcrumb-standard-3.tsx +0 -43
  692. package/packages/patterns/breadcrumb/standard/breadcrumb-standard-4.tsx +0 -30
  693. package/packages/patterns/breadcrumb/standard/breadcrumb-standard-5.tsx +0 -30
  694. package/packages/patterns/breadcrumb/standard/breadcrumb-standard-6.tsx +0 -35
  695. package/packages/patterns/breadcrumb/standard/breadcrumb-standard-7.tsx +0 -46
  696. package/packages/patterns/button/destructive/button-destructive-1.tsx +0 -7
  697. package/packages/patterns/button/destructive/button-destructive-2.tsx +0 -13
  698. package/packages/patterns/button/destructive/button-destructive-3.tsx +0 -13
  699. package/packages/patterns/button/destructive/button-destructive-4.tsx +0 -11
  700. package/packages/patterns/button/destructive/button-destructive-5.tsx +0 -13
  701. package/packages/patterns/button/destructive/button-destructive-6.tsx +0 -15
  702. package/packages/patterns/button/destructive/button-destructive-7.tsx +0 -13
  703. package/packages/patterns/button/link/button-link-1.tsx +0 -7
  704. package/packages/patterns/button/link/button-link-2.tsx +0 -13
  705. package/packages/patterns/button/link/button-link-3.tsx +0 -13
  706. package/packages/patterns/button/link/button-link-4.tsx +0 -11
  707. package/packages/patterns/button/link/button-link-5.tsx +0 -13
  708. package/packages/patterns/button/link/button-link-6.tsx +0 -15
  709. package/packages/patterns/button/link/button-link-7.tsx +0 -13
  710. package/packages/patterns/button/outline/button-outline-1.tsx +0 -7
  711. package/packages/patterns/button/outline/button-outline-2.tsx +0 -13
  712. package/packages/patterns/button/outline/button-outline-3.tsx +0 -13
  713. package/packages/patterns/button/outline/button-outline-4.tsx +0 -11
  714. package/packages/patterns/button/outline/button-outline-5.tsx +0 -13
  715. package/packages/patterns/button/outline/button-outline-6.tsx +0 -15
  716. package/packages/patterns/button/outline/button-outline-7.tsx +0 -13
  717. package/packages/patterns/button/secondary/button-secondary-1.tsx +0 -7
  718. package/packages/patterns/button/secondary/button-secondary-2.tsx +0 -13
  719. package/packages/patterns/button/secondary/button-secondary-3.tsx +0 -13
  720. package/packages/patterns/button/secondary/button-secondary-4.tsx +0 -11
  721. package/packages/patterns/button/secondary/button-secondary-5.tsx +0 -13
  722. package/packages/patterns/button/secondary/button-secondary-6.tsx +0 -15
  723. package/packages/patterns/button/secondary/button-secondary-7.tsx +0 -13
  724. package/packages/patterns/button/standard/button-standard-1.tsx +0 -7
  725. package/packages/patterns/button/standard/button-standard-2.tsx +0 -13
  726. package/packages/patterns/button/standard/button-standard-3.tsx +0 -13
  727. package/packages/patterns/button/standard/button-standard-4.tsx +0 -7
  728. package/packages/patterns/button/standard/button-standard-5.tsx +0 -13
  729. package/packages/patterns/button/standard/button-standard-6.tsx +0 -15
  730. package/packages/patterns/button/standard/button-standard-7.tsx +0 -13
  731. package/packages/patterns/button-group/actions/button-group-actions-1.tsx +0 -37
  732. package/packages/patterns/button-group/actions/button-group-actions-2.tsx +0 -44
  733. package/packages/patterns/button-group/actions/button-group-actions-3.tsx +0 -46
  734. package/packages/patterns/button-group/actions/button-group-actions-4.tsx +0 -41
  735. package/packages/patterns/button-group/advanced/button-group-advanced-1.tsx +0 -54
  736. package/packages/patterns/button-group/advanced/button-group-advanced-2.tsx +0 -49
  737. package/packages/patterns/button-group/advanced/button-group-advanced-3.tsx +0 -55
  738. package/packages/patterns/button-group/advanced/button-group-advanced-4.tsx +0 -78
  739. package/packages/patterns/button-group/badges/button-group-badges-1.tsx +0 -28
  740. package/packages/patterns/button-group/badges/button-group-badges-2.tsx +0 -32
  741. package/packages/patterns/button-group/badges/button-group-badges-3.tsx +0 -32
  742. package/packages/patterns/button-group/badges/button-group-badges-4.tsx +0 -39
  743. package/packages/patterns/button-group/display/button-group-display-1.tsx +0 -68
  744. package/packages/patterns/button-group/display/button-group-display-2.tsx +0 -67
  745. package/packages/patterns/button-group/display/button-group-display-3.tsx +0 -85
  746. package/packages/patterns/button-group/display/button-group-display-4.tsx +0 -78
  747. package/packages/patterns/button-group/forms/button-group-forms-1.tsx +0 -78
  748. package/packages/patterns/button-group/forms/button-group-forms-2.tsx +0 -78
  749. package/packages/patterns/button-group/forms/button-group-forms-3.tsx +0 -71
  750. package/packages/patterns/button-group/forms/button-group-forms-4.tsx +0 -60
  751. package/packages/patterns/button-group/interactive/button-group-interactive-1.tsx +0 -68
  752. package/packages/patterns/button-group/interactive/button-group-interactive-2.tsx +0 -79
  753. package/packages/patterns/button-group/interactive/button-group-interactive-3.tsx +0 -82
  754. package/packages/patterns/button-group/interactive/button-group-interactive-4.tsx +0 -79
  755. package/packages/patterns/button-group/media/button-group-media-1.tsx +0 -66
  756. package/packages/patterns/button-group/media/button-group-media-2.tsx +0 -62
  757. package/packages/patterns/button-group/media/button-group-media-3.tsx +0 -67
  758. package/packages/patterns/button-group/media/button-group-media-4.tsx +0 -62
  759. package/packages/patterns/button-group/navigation/button-group-navigation-1.tsx +0 -76
  760. package/packages/patterns/button-group/navigation/button-group-navigation-2.tsx +0 -70
  761. package/packages/patterns/button-group/navigation/button-group-navigation-3.tsx +0 -73
  762. package/packages/patterns/button-group/patterns/button-group-patterns-1.tsx +0 -73
  763. package/packages/patterns/button-group/patterns/button-group-patterns-2.tsx +0 -60
  764. package/packages/patterns/button-group/patterns/button-group-patterns-3.tsx +0 -79
  765. package/packages/patterns/button-group/patterns/button-group-patterns-4.tsx +0 -53
  766. package/packages/patterns/button-group/standard/button-group-standard-1.tsx +0 -32
  767. package/packages/patterns/button-group/standard/button-group-standard-2.tsx +0 -30
  768. package/packages/patterns/button-group/standard/button-group-standard-3.tsx +0 -20
  769. package/packages/patterns/button-group/standard/button-group-standard-4.tsx +0 -39
  770. package/packages/patterns/calendar/dialog/calendar-dialog-1.tsx +0 -58
  771. package/packages/patterns/calendar/dialog/calendar-dialog-2.tsx +0 -97
  772. package/packages/patterns/calendar/dialog/calendar-dialog-3.tsx +0 -78
  773. package/packages/patterns/calendar/dialog/calendar-dialog-4.tsx +0 -62
  774. package/packages/patterns/calendar/dialog/calendar-dialog-5.tsx +0 -82
  775. package/packages/patterns/calendar/dialog/calendar-dialog-6.tsx +0 -63
  776. package/packages/patterns/calendar/dialog/calendar-dialog-7.tsx +0 -59
  777. package/packages/patterns/calendar/dialog/calendar-dialog-8.tsx +0 -78
  778. package/packages/patterns/calendar/standard/calendar-standard-1.tsx +0 -40
  779. package/packages/patterns/calendar/standard/calendar-standard-2.tsx +0 -77
  780. package/packages/patterns/calendar/standard/calendar-standard-3.tsx +0 -59
  781. package/packages/patterns/calendar/standard/calendar-standard-4.tsx +0 -44
  782. package/packages/patterns/calendar/standard/calendar-standard-5.tsx +0 -65
  783. package/packages/patterns/calendar/standard/calendar-standard-6.tsx +0 -45
  784. package/packages/patterns/calendar/standard/calendar-standard-7.tsx +0 -41
  785. package/packages/patterns/calendar/standard/calendar-standard-8.tsx +0 -60
  786. package/packages/patterns/card/standard/card-standard-1.tsx +0 -29
  787. package/packages/patterns/card/standard/card-standard-2.tsx +0 -72
  788. package/packages/patterns/card/standard/card-standard-3.tsx +0 -57
  789. package/packages/patterns/card/standard/card-standard-4.tsx +0 -56
  790. package/packages/patterns/carousel/standard/carousel-standard-1.tsx +0 -35
  791. package/packages/patterns/carousel/standard/carousel-standard-2.tsx +0 -65
  792. package/packages/patterns/carousel/standard/carousel-standard-3.tsx +0 -80
  793. package/packages/patterns/carousel/standard/carousel-standard-4.tsx +0 -50
  794. package/packages/patterns/chart/area/chart-area-axes.tsx +0 -76
  795. package/packages/patterns/chart/area/chart-area-default.tsx +0 -65
  796. package/packages/patterns/chart/area/chart-area-gradient.tsx +0 -101
  797. package/packages/patterns/chart/area/chart-area-icons.tsx +0 -84
  798. package/packages/patterns/chart/area/chart-area-interactive.tsx +0 -206
  799. package/packages/patterns/chart/area/chart-area-legend.tsx +0 -81
  800. package/packages/patterns/chart/area/chart-area-linear.tsx +0 -64
  801. package/packages/patterns/chart/area/chart-area-stacked-expand.tsx +0 -92
  802. package/packages/patterns/chart/area/chart-area-stacked.tsx +0 -78
  803. package/packages/patterns/chart/area/chart-area-step.tsx +0 -67
  804. package/packages/patterns/chart/bar/chart-bar-active.tsx +0 -86
  805. package/packages/patterns/chart/bar/chart-bar-default.tsx +0 -52
  806. package/packages/patterns/chart/bar/chart-bar-horizontal.tsx +0 -60
  807. package/packages/patterns/chart/bar/chart-bar-interactive.tsx +0 -176
  808. package/packages/patterns/chart/bar/chart-bar-label-custom.tsx +0 -96
  809. package/packages/patterns/chart/bar/chart-bar-label.tsx +0 -65
  810. package/packages/patterns/chart/bar/chart-bar-mixed.tsx +0 -80
  811. package/packages/patterns/chart/bar/chart-bar-multiple.tsx +0 -57
  812. package/packages/patterns/chart/bar/chart-bar-negative.tsx +0 -52
  813. package/packages/patterns/chart/bar/chart-bar-stacked.tsx +0 -67
  814. package/packages/patterns/chart/line/chart-line-default.tsx +0 -65
  815. package/packages/patterns/chart/line/chart-line-dots-colors.tsx +0 -93
  816. package/packages/patterns/chart/line/chart-line-dots-custom.tsx +0 -83
  817. package/packages/patterns/chart/line/chart-line-dots.tsx +0 -74
  818. package/packages/patterns/chart/line/chart-line-interactive.tsx +0 -182
  819. package/packages/patterns/chart/line/chart-line-label-custom.tsx +0 -100
  820. package/packages/patterns/chart/line/chart-line-label.tsx +0 -82
  821. package/packages/patterns/chart/line/chart-line-linear.tsx +0 -65
  822. package/packages/patterns/chart/line/chart-line-multiple.tsx +0 -73
  823. package/packages/patterns/chart/line/chart-line-step.tsx +0 -65
  824. package/packages/patterns/chart/pie/chart-pie-donut-active.tsx +0 -76
  825. package/packages/patterns/chart/pie/chart-pie-donut-text.tsx +0 -101
  826. package/packages/patterns/chart/pie/chart-pie-donut.tsx +0 -70
  827. package/packages/patterns/chart/pie/chart-pie-interactive.tsx +0 -125
  828. package/packages/patterns/chart/pie/chart-pie-label-custom.tsx +0 -82
  829. package/packages/patterns/chart/pie/chart-pie-label-list.tsx +0 -74
  830. package/packages/patterns/chart/pie/chart-pie-label.tsx +0 -62
  831. package/packages/patterns/chart/pie/chart-pie-legend.tsx +0 -65
  832. package/packages/patterns/chart/pie/chart-pie-separator-none.tsx +0 -65
  833. package/packages/patterns/chart/pie/chart-pie-simple.tsx +0 -65
  834. package/packages/patterns/chart/pie/chart-pie-stacked.tsx +0 -94
  835. package/packages/patterns/chart/radar/chart-radar-default.tsx +0 -50
  836. package/packages/patterns/chart/radar/chart-radar-dots.tsx +0 -54
  837. package/packages/patterns/chart/radar/chart-radar-grid-circle-fill.tsx +0 -53
  838. package/packages/patterns/chart/radar/chart-radar-grid-circle-no-lines.tsx +0 -57
  839. package/packages/patterns/chart/radar/chart-radar-grid-circle.tsx +0 -57
  840. package/packages/patterns/chart/radar/chart-radar-grid-custom.tsx +0 -53
  841. package/packages/patterns/chart/radar/chart-radar-grid-fill.tsx +0 -53
  842. package/packages/patterns/chart/radar/chart-radar-grid-none.tsx +0 -56
  843. package/packages/patterns/chart/radar/chart-radar-icons.tsx +0 -70
  844. package/packages/patterns/chart/radar/chart-radar-label-custom.tsx +0 -95
  845. package/packages/patterns/chart/radar/chart-radar-legend.tsx +0 -67
  846. package/packages/patterns/chart/radar/chart-radar-lines-only.tsx +0 -66
  847. package/packages/patterns/chart/radar/chart-radar-multiple.tsx +0 -58
  848. package/packages/patterns/chart/radar/chart-radar-radius.tsx +0 -63
  849. package/packages/patterns/chart/radial/chart-radial-grid.tsx +0 -66
  850. package/packages/patterns/chart/radial/chart-radial-label.tsx +0 -78
  851. package/packages/patterns/chart/radial/chart-radial-shape.tsx +0 -85
  852. package/packages/patterns/chart/radial/chart-radial-simple.tsx +0 -65
  853. package/packages/patterns/chart/radial/chart-radial-stacked.tsx +0 -88
  854. package/packages/patterns/chart/radial/chart-radial-text.tsx +0 -86
  855. package/packages/patterns/chart/tooltip/chart-tooltip-advanced.tsx +0 -107
  856. package/packages/patterns/chart/tooltip/chart-tooltip-default.tsx +0 -74
  857. package/packages/patterns/chart/tooltip/chart-tooltip-formatter.tsx +0 -86
  858. package/packages/patterns/chart/tooltip/chart-tooltip-icons.tsx +0 -74
  859. package/packages/patterns/chart/tooltip/chart-tooltip-indicator-line.tsx +0 -74
  860. package/packages/patterns/chart/tooltip/chart-tooltip-indicator-none.tsx +0 -71
  861. package/packages/patterns/chart/tooltip/chart-tooltip-label-custom.tsx +0 -76
  862. package/packages/patterns/chart/tooltip/chart-tooltip-label-formatter.tsx +0 -81
  863. package/packages/patterns/chart/tooltip/chart-tooltip-label-none.tsx +0 -71
  864. package/packages/patterns/checkbox/standard/checkbox-standard-1.tsx +0 -13
  865. package/packages/patterns/checkbox/standard/checkbox-standard-11.tsx +0 -18
  866. package/packages/patterns/checkbox/standard/checkbox-standard-12.tsx +0 -22
  867. package/packages/patterns/checkbox/standard/checkbox-standard-13.tsx +0 -64
  868. package/packages/patterns/checkbox/standard/checkbox-standard-2.tsx +0 -26
  869. package/packages/patterns/checkbox/standard/checkbox-standard-3.tsx +0 -16
  870. package/packages/patterns/checkbox/standard/checkbox-standard-4.tsx +0 -23
  871. package/packages/patterns/checkbox/standard/checkbox-standard-5.tsx +0 -33
  872. package/packages/patterns/checkbox/standard/checkbox-standard-6.tsx +0 -19
  873. package/packages/patterns/checkbox/standard/checkbox-standard-7.tsx +0 -25
  874. package/packages/patterns/checkbox/standard/checkbox-standard-8.tsx +0 -25
  875. package/packages/patterns/checkbox/standard/checkbox-standard-9.tsx +0 -23
  876. package/packages/patterns/collapsible/card/collapsible-card-1.tsx +0 -26
  877. package/packages/patterns/collapsible/card/collapsible-card-2.tsx +0 -27
  878. package/packages/patterns/collapsible/card/collapsible-card-3.tsx +0 -33
  879. package/packages/patterns/collapsible/card/collapsible-card-4.tsx +0 -27
  880. package/packages/patterns/collapsible/card/collapsible-card-5.tsx +0 -24
  881. package/packages/patterns/collapsible/faq/collapsible-faq-1.tsx +0 -26
  882. package/packages/patterns/collapsible/faq/collapsible-faq-2.tsx +0 -25
  883. package/packages/patterns/collapsible/faq/collapsible-faq-3.tsx +0 -23
  884. package/packages/patterns/collapsible/faq/collapsible-faq-4.tsx +0 -26
  885. package/packages/patterns/collapsible/faq/collapsible-faq-5.tsx +0 -30
  886. package/packages/patterns/collapsible/outline/collapsible-outline-1.tsx +0 -32
  887. package/packages/patterns/collapsible/outline/collapsible-outline-2.tsx +0 -30
  888. package/packages/patterns/collapsible/outline/collapsible-outline-3.tsx +0 -25
  889. package/packages/patterns/collapsible/outline/collapsible-outline-4.tsx +0 -30
  890. package/packages/patterns/collapsible/sidebar/collapsible-sidebar-1.tsx +0 -39
  891. package/packages/patterns/collapsible/sidebar/collapsible-sidebar-2.tsx +0 -40
  892. package/packages/patterns/collapsible/sidebar/collapsible-sidebar-3.tsx +0 -35
  893. package/packages/patterns/collapsible/sidebar/collapsible-sidebar-4.tsx +0 -32
  894. package/packages/patterns/collapsible/standard/collapsible-standard-1.tsx +0 -26
  895. package/packages/patterns/collapsible/standard/collapsible-standard-2.tsx +0 -23
  896. package/packages/patterns/collapsible/standard/collapsible-standard-3.tsx +0 -28
  897. package/packages/patterns/collapsible/standard/collapsible-standard-4.tsx +0 -25
  898. package/packages/patterns/collapsible/standard/collapsible-standard-5.tsx +0 -35
  899. package/packages/patterns/combobox/custom-actions/combobox-custom-actions-1.tsx +0 -108
  900. package/packages/patterns/combobox/custom-actions/combobox-custom-actions-2.tsx +0 -95
  901. package/packages/patterns/combobox/custom-actions/combobox-custom-actions-3.tsx +0 -115
  902. package/packages/patterns/combobox/custom-actions/combobox-custom-actions-4.tsx +0 -119
  903. package/packages/patterns/combobox/custom-actions/combobox-custom-actions-5.tsx +0 -118
  904. package/packages/patterns/combobox/custom-actions/combobox-custom-actions-6.tsx +0 -88
  905. package/packages/patterns/combobox/custom-actions/combobox-custom-actions-7.tsx +0 -94
  906. package/packages/patterns/combobox/grouped/combobox-grouped-1.tsx +0 -109
  907. package/packages/patterns/combobox/grouped/combobox-grouped-2.tsx +0 -134
  908. package/packages/patterns/combobox/grouped/combobox-grouped-3.tsx +0 -97
  909. package/packages/patterns/combobox/grouped/combobox-grouped-4.tsx +0 -105
  910. package/packages/patterns/combobox/grouped/combobox-grouped-5.tsx +0 -118
  911. package/packages/patterns/combobox/grouped/combobox-grouped-6.tsx +0 -117
  912. package/packages/patterns/combobox/grouped/combobox-grouped-7.tsx +0 -116
  913. package/packages/patterns/combobox/multi-select/combobox-multi-select-1.tsx +0 -117
  914. package/packages/patterns/combobox/multi-select/combobox-multi-select-2.tsx +0 -109
  915. package/packages/patterns/combobox/multi-select/combobox-multi-select-3.tsx +0 -96
  916. package/packages/patterns/combobox/multi-select/combobox-multi-select-4.tsx +0 -83
  917. package/packages/patterns/combobox/multi-select/combobox-multi-select-5.tsx +0 -104
  918. package/packages/patterns/combobox/multi-select/combobox-multi-select-6.tsx +0 -109
  919. package/packages/patterns/combobox/multi-select/combobox-multi-select-7.tsx +0 -102
  920. package/packages/patterns/combobox/rich-content/combobox-rich-content-1.tsx +0 -114
  921. package/packages/patterns/combobox/rich-content/combobox-rich-content-2.tsx +0 -98
  922. package/packages/patterns/combobox/rich-content/combobox-rich-content-3.tsx +0 -94
  923. package/packages/patterns/combobox/rich-content/combobox-rich-content-4.tsx +0 -112
  924. package/packages/patterns/combobox/rich-content/combobox-rich-content-5.tsx +0 -102
  925. package/packages/patterns/combobox/rich-content/combobox-rich-content-6.tsx +0 -95
  926. package/packages/patterns/combobox/rich-content/combobox-rich-content-7.tsx +0 -114
  927. package/packages/patterns/combobox/standard/combobox-standard-1.tsx +0 -82
  928. package/packages/patterns/combobox/standard/combobox-standard-2.tsx +0 -82
  929. package/packages/patterns/combobox/standard/combobox-standard-3.tsx +0 -96
  930. package/packages/patterns/combobox/standard/combobox-standard-4.tsx +0 -85
  931. package/packages/patterns/combobox/standard/combobox-standard-5.tsx +0 -85
  932. package/packages/patterns/combobox/standard/combobox-standard-6.tsx +0 -81
  933. package/packages/patterns/combobox/standard/combobox-standard-7.tsx +0 -84
  934. package/packages/patterns/combobox/with-states/combobox-with-states-1.tsx +0 -91
  935. package/packages/patterns/combobox/with-states/combobox-with-states-2.tsx +0 -100
  936. package/packages/patterns/combobox/with-states/combobox-with-states-3.tsx +0 -95
  937. package/packages/patterns/combobox/with-states/combobox-with-states-4.tsx +0 -84
  938. package/packages/patterns/combobox/with-states/combobox-with-states-5.tsx +0 -89
  939. package/packages/patterns/combobox/with-states/combobox-with-states-6.tsx +0 -86
  940. package/packages/patterns/combobox/with-states/combobox-with-states-7.tsx +0 -29
  941. package/packages/patterns/command/dialog/command-dialog-1.tsx +0 -37
  942. package/packages/patterns/command/dialog/command-dialog-2.tsx +0 -72
  943. package/packages/patterns/command/dialog/command-dialog-3.tsx +0 -66
  944. package/packages/patterns/command/dialog/command-dialog-4.tsx +0 -64
  945. package/packages/patterns/command/dialog/command-dialog-5.tsx +0 -65
  946. package/packages/patterns/command/dialog/command-dialog-6.tsx +0 -68
  947. package/packages/patterns/command/dialog/command-dialog-7.tsx +0 -62
  948. package/packages/patterns/command/popover/command-popover-1.tsx +0 -39
  949. package/packages/patterns/command/popover/command-popover-2.tsx +0 -74
  950. package/packages/patterns/command/popover/command-popover-3.tsx +0 -68
  951. package/packages/patterns/command/popover/command-popover-4.tsx +0 -66
  952. package/packages/patterns/command/popover/command-popover-5.tsx +0 -67
  953. package/packages/patterns/command/popover/command-popover-6.tsx +0 -70
  954. package/packages/patterns/command/popover/command-popover-7.tsx +0 -64
  955. package/packages/patterns/command/standard/command-standard-1.tsx +0 -26
  956. package/packages/patterns/command/standard/command-standard-2.tsx +0 -61
  957. package/packages/patterns/command/standard/command-standard-3.tsx +0 -55
  958. package/packages/patterns/command/standard/command-standard-4.tsx +0 -53
  959. package/packages/patterns/command/standard/command-standard-5.tsx +0 -54
  960. package/packages/patterns/command/standard/command-standard-6.tsx +0 -57
  961. package/packages/patterns/command/standard/command-standard-7.tsx +0 -43
  962. package/packages/patterns/context-menu/canvas/context-menu-canvas-1.tsx +0 -49
  963. package/packages/patterns/context-menu/canvas/context-menu-canvas-2.tsx +0 -78
  964. package/packages/patterns/context-menu/canvas/context-menu-canvas-3.tsx +0 -44
  965. package/packages/patterns/context-menu/canvas/context-menu-canvas-4.tsx +0 -46
  966. package/packages/patterns/context-menu/canvas/context-menu-canvas-5.tsx +0 -57
  967. package/packages/patterns/context-menu/file/context-menu-file-1.tsx +0 -45
  968. package/packages/patterns/context-menu/file/context-menu-file-2.tsx +0 -47
  969. package/packages/patterns/context-menu/file/context-menu-file-3.tsx +0 -56
  970. package/packages/patterns/context-menu/file/context-menu-file-4.tsx +0 -56
  971. package/packages/patterns/context-menu/file/context-menu-file-5.tsx +0 -42
  972. package/packages/patterns/context-menu/standard/context-menu-standard-1.tsx +0 -24
  973. package/packages/patterns/context-menu/standard/context-menu-standard-2.tsx +0 -47
  974. package/packages/patterns/context-menu/standard/context-menu-standard-3.tsx +0 -44
  975. package/packages/patterns/context-menu/standard/context-menu-standard-4.tsx +0 -45
  976. package/packages/patterns/context-menu/standard/context-menu-standard-5.tsx +0 -49
  977. package/packages/patterns/context-menu/standard/context-menu-standard-6.tsx +0 -38
  978. package/packages/patterns/context-menu/standard/context-menu-standard-7.tsx +0 -79
  979. package/packages/patterns/context-menu/table/context-menu-table-1.tsx +0 -32
  980. package/packages/patterns/context-menu/table/context-menu-table-2.tsx +0 -46
  981. package/packages/patterns/context-menu/table/context-menu-table-3.tsx +0 -56
  982. package/packages/patterns/context-menu/table/context-menu-table-4.tsx +0 -49
  983. package/packages/patterns/context-menu/table/context-menu-table-5.tsx +0 -56
  984. package/packages/patterns/context-menu/text/context-menu-text-1.tsx +0 -40
  985. package/packages/patterns/context-menu/text/context-menu-text-2.tsx +0 -45
  986. package/packages/patterns/context-menu/text/context-menu-text-3.tsx +0 -54
  987. package/packages/patterns/context-menu/text/context-menu-text-4.tsx +0 -40
  988. package/packages/patterns/context-menu/text/context-menu-text-5.tsx +0 -63
  989. package/packages/patterns/data-table/advanced/data-table-advanced-1.tsx +0 -201
  990. package/packages/patterns/data-table/advanced/data-table-advanced-2.tsx +0 -212
  991. package/packages/patterns/data-table/advanced/data-table-advanced-3.tsx +0 -191
  992. package/packages/patterns/data-table/advanced/data-table-advanced-4.tsx +0 -189
  993. package/packages/patterns/data-table/standard/data-table-standard-1.tsx +0 -183
  994. package/packages/patterns/data-table/standard/data-table-standard-2.tsx +0 -180
  995. package/packages/patterns/data-table/standard/data-table-standard-3.tsx +0 -205
  996. package/packages/patterns/data-table/standard/data-table-standard-4.tsx +0 -212
  997. package/packages/patterns/date-picker/standard/date-picker-standard-1.tsx +0 -75
  998. package/packages/patterns/date-picker/standard/date-picker-standard-2.tsx +0 -103
  999. package/packages/patterns/date-picker/standard/date-picker-standard-3.tsx +0 -91
  1000. package/packages/patterns/date-picker/standard/date-picker-standard-4.tsx +0 -73
  1001. package/packages/patterns/date-picker/standard/date-picker-standard-5.tsx +0 -89
  1002. package/packages/patterns/date-picker/standard/date-picker-standard-6.tsx +0 -69
  1003. package/packages/patterns/date-picker/standard/date-picker-standard-7.tsx +0 -64
  1004. package/packages/patterns/date-picker/standard/date-picker-standard-8.tsx +0 -84
  1005. package/packages/patterns/dialog/standard/dialog-standard-1.tsx +0 -47
  1006. package/packages/patterns/dialog/standard/dialog-standard-10.tsx +0 -84
  1007. package/packages/patterns/dialog/standard/dialog-standard-11.tsx +0 -63
  1008. package/packages/patterns/dialog/standard/dialog-standard-12.tsx +0 -70
  1009. package/packages/patterns/dialog/standard/dialog-standard-13.tsx +0 -65
  1010. package/packages/patterns/dialog/standard/dialog-standard-14.tsx +0 -109
  1011. package/packages/patterns/dialog/standard/dialog-standard-15.tsx +0 -113
  1012. package/packages/patterns/dialog/standard/dialog-standard-16.tsx +0 -127
  1013. package/packages/patterns/dialog/standard/dialog-standard-17.tsx +0 -116
  1014. package/packages/patterns/dialog/standard/dialog-standard-2.tsx +0 -72
  1015. package/packages/patterns/dialog/standard/dialog-standard-3.tsx +0 -78
  1016. package/packages/patterns/dialog/standard/dialog-standard-4.tsx +0 -98
  1017. package/packages/patterns/dialog/standard/dialog-standard-5.tsx +0 -65
  1018. package/packages/patterns/dialog/standard/dialog-standard-6.tsx +0 -42
  1019. package/packages/patterns/dialog/standard/dialog-standard-7.tsx +0 -46
  1020. package/packages/patterns/dialog/standard/dialog-standard-8.tsx +0 -84
  1021. package/packages/patterns/dialog/standard/dialog-standard-9.tsx +0 -70
  1022. package/packages/patterns/drawer/bottom/drawer-bottom-1.tsx +0 -44
  1023. package/packages/patterns/drawer/bottom/drawer-bottom-2.tsx +0 -55
  1024. package/packages/patterns/drawer/bottom/drawer-bottom-3.tsx +0 -68
  1025. package/packages/patterns/drawer/bottom/drawer-bottom-4.tsx +0 -49
  1026. package/packages/patterns/drawer/bottom/drawer-bottom-5.tsx +0 -72
  1027. package/packages/patterns/drawer/bottom/drawer-bottom-6.tsx +0 -40
  1028. package/packages/patterns/drawer/bottom/drawer-bottom-7.tsx +0 -69
  1029. package/packages/patterns/drawer/left/drawer-left-1.tsx +0 -46
  1030. package/packages/patterns/drawer/left/drawer-left-2.tsx +0 -53
  1031. package/packages/patterns/drawer/left/drawer-left-3.tsx +0 -123
  1032. package/packages/patterns/drawer/left/drawer-left-4.tsx +0 -58
  1033. package/packages/patterns/drawer/left/drawer-left-5.tsx +0 -131
  1034. package/packages/patterns/drawer/right/drawer-right-1.tsx +0 -45
  1035. package/packages/patterns/drawer/right/drawer-right-2.tsx +0 -107
  1036. package/packages/patterns/drawer/right/drawer-right-3.tsx +0 -84
  1037. package/packages/patterns/drawer/right/drawer-right-4.tsx +0 -98
  1038. package/packages/patterns/drawer/right/drawer-right-5.tsx +0 -108
  1039. package/packages/patterns/drawer/top/drawer-top-1.tsx +0 -44
  1040. package/packages/patterns/drawer/top/drawer-top-2.tsx +0 -62
  1041. package/packages/patterns/drawer/top/drawer-top-3.tsx +0 -50
  1042. package/packages/patterns/drawer/top/drawer-top-4.tsx +0 -63
  1043. package/packages/patterns/drawer/top/drawer-top-5.tsx +0 -59
  1044. package/packages/patterns/dropdown-menu/actions/dropdown-menu-actions-1.tsx +0 -63
  1045. package/packages/patterns/dropdown-menu/actions/dropdown-menu-actions-2.tsx +0 -61
  1046. package/packages/patterns/dropdown-menu/actions/dropdown-menu-actions-3.tsx +0 -83
  1047. package/packages/patterns/dropdown-menu/actions/dropdown-menu-actions-4.tsx +0 -68
  1048. package/packages/patterns/dropdown-menu/actions/dropdown-menu-actions-5.tsx +0 -78
  1049. package/packages/patterns/dropdown-menu/editor/dropdown-menu-editor-1.tsx +0 -61
  1050. package/packages/patterns/dropdown-menu/editor/dropdown-menu-editor-2.tsx +0 -81
  1051. package/packages/patterns/dropdown-menu/editor/dropdown-menu-editor-3.tsx +0 -58
  1052. package/packages/patterns/dropdown-menu/editor/dropdown-menu-editor-4.tsx +0 -53
  1053. package/packages/patterns/dropdown-menu/editor/dropdown-menu-editor-5.tsx +0 -65
  1054. package/packages/patterns/dropdown-menu/profile/dropdown-menu-profile-1.tsx +0 -61
  1055. package/packages/patterns/dropdown-menu/profile/dropdown-menu-profile-2.tsx +0 -75
  1056. package/packages/patterns/dropdown-menu/profile/dropdown-menu-profile-3.tsx +0 -99
  1057. package/packages/patterns/dropdown-menu/profile/dropdown-menu-profile-4.tsx +0 -87
  1058. package/packages/patterns/dropdown-menu/profile/dropdown-menu-profile-5.tsx +0 -85
  1059. package/packages/patterns/dropdown-menu/settings/dropdown-menu-settings-1.tsx +0 -50
  1060. package/packages/patterns/dropdown-menu/settings/dropdown-menu-settings-2.tsx +0 -75
  1061. package/packages/patterns/dropdown-menu/settings/dropdown-menu-settings-3.tsx +0 -70
  1062. package/packages/patterns/dropdown-menu/settings/dropdown-menu-settings-4.tsx +0 -82
  1063. package/packages/patterns/dropdown-menu/settings/dropdown-menu-settings-5.tsx +0 -74
  1064. package/packages/patterns/dropdown-menu/standard/dropdown-menu-standard-1.tsx +0 -48
  1065. package/packages/patterns/dropdown-menu/standard/dropdown-menu-standard-2.tsx +0 -71
  1066. package/packages/patterns/dropdown-menu/standard/dropdown-menu-standard-3.tsx +0 -68
  1067. package/packages/patterns/dropdown-menu/standard/dropdown-menu-standard-4.tsx +0 -56
  1068. package/packages/patterns/dropdown-menu/standard/dropdown-menu-standard-5.tsx +0 -43
  1069. package/packages/patterns/dropdown-menu/standard/dropdown-menu-standard-6.tsx +0 -72
  1070. package/packages/patterns/dropdown-menu/standard/dropdown-menu-standard-7.tsx +0 -99
  1071. package/packages/patterns/dropdown-menu/support/dropdown-menu-support-1.tsx +0 -52
  1072. package/packages/patterns/dropdown-menu/support/dropdown-menu-support-2.tsx +0 -64
  1073. package/packages/patterns/dropdown-menu/support/dropdown-menu-support-3.tsx +0 -77
  1074. package/packages/patterns/empty/actions/empty-actions-1.tsx +0 -36
  1075. package/packages/patterns/empty/actions/empty-actions-2.tsx +0 -42
  1076. package/packages/patterns/empty/actions/empty-actions-3.tsx +0 -36
  1077. package/packages/patterns/empty/actions/empty-actions-4.tsx +0 -37
  1078. package/packages/patterns/empty/actions/empty-actions-5.tsx +0 -40
  1079. package/packages/patterns/empty/data/empty-data-1.tsx +0 -37
  1080. package/packages/patterns/empty/data/empty-data-2.tsx +0 -29
  1081. package/packages/patterns/empty/data/empty-data-3.tsx +0 -28
  1082. package/packages/patterns/empty/data/empty-data-4.tsx +0 -36
  1083. package/packages/patterns/empty/data/empty-data-5.tsx +0 -43
  1084. package/packages/patterns/empty/search/empty-search-1.tsx +0 -28
  1085. package/packages/patterns/empty/search/empty-search-2.tsx +0 -33
  1086. package/packages/patterns/empty/search/empty-search-3.tsx +0 -33
  1087. package/packages/patterns/empty/search/empty-search-4.tsx +0 -29
  1088. package/packages/patterns/empty/search/empty-search-5.tsx +0 -40
  1089. package/packages/patterns/empty/standard/empty-standard-1.tsx +0 -24
  1090. package/packages/patterns/empty/standard/empty-standard-2.tsx +0 -28
  1091. package/packages/patterns/empty/standard/empty-standard-3.tsx +0 -29
  1092. package/packages/patterns/empty/standard/empty-standard-4.tsx +0 -28
  1093. package/packages/patterns/empty/standard/empty-standard-5.tsx +0 -31
  1094. package/packages/patterns/empty/standard/empty-standard-6.tsx +0 -23
  1095. package/packages/patterns/empty/standard/empty-standard-7.tsx +0 -29
  1096. package/packages/patterns/field/advanced/field-advanced-1.tsx +0 -32
  1097. package/packages/patterns/field/advanced/field-advanced-2.tsx +0 -34
  1098. package/packages/patterns/field/advanced/field-advanced-3.tsx +0 -53
  1099. package/packages/patterns/field/advanced/field-advanced-4.tsx +0 -55
  1100. package/packages/patterns/field/advanced/field-advanced-5.tsx +0 -57
  1101. package/packages/patterns/field/advanced/field-advanced-6.tsx +0 -71
  1102. package/packages/patterns/field/advanced/field-advanced-7.tsx +0 -59
  1103. package/packages/patterns/field/basic-inputs/field-basic-inputs-1.tsx +0 -20
  1104. package/packages/patterns/field/basic-inputs/field-basic-inputs-2.tsx +0 -23
  1105. package/packages/patterns/field/basic-inputs/field-basic-inputs-3.tsx +0 -21
  1106. package/packages/patterns/field/basic-inputs/field-basic-inputs-4.tsx +0 -42
  1107. package/packages/patterns/field/basic-inputs/field-basic-inputs-5.tsx +0 -22
  1108. package/packages/patterns/field/layouts/field-layouts-1.tsx +0 -41
  1109. package/packages/patterns/field/layouts/field-layouts-2.tsx +0 -44
  1110. package/packages/patterns/field/layouts/field-layouts-3.tsx +0 -33
  1111. package/packages/patterns/field/layouts/field-layouts-4.tsx +0 -62
  1112. package/packages/patterns/field/layouts/field-layouts-5.tsx +0 -64
  1113. package/packages/patterns/field/layouts/field-layouts-6.tsx +0 -51
  1114. package/packages/patterns/field/selects/field-selects-1.tsx +0 -32
  1115. package/packages/patterns/field/selects/field-selects-2.tsx +0 -36
  1116. package/packages/patterns/field/selects/field-selects-3.tsx +0 -43
  1117. package/packages/patterns/field/selects/field-selects-4.tsx +0 -49
  1118. package/packages/patterns/field/selects/field-selects-5.tsx +0 -34
  1119. package/packages/patterns/field/selects/field-selects-6.tsx +0 -30
  1120. package/packages/patterns/field/selects/field-selects-7.tsx +0 -32
  1121. package/packages/patterns/field/text-areas/field-text-areas-1.tsx +0 -19
  1122. package/packages/patterns/field/text-areas/field-text-areas-2.tsx +0 -23
  1123. package/packages/patterns/field/text-areas/field-text-areas-3.tsx +0 -34
  1124. package/packages/patterns/field/text-areas/field-text-areas-4.tsx +0 -23
  1125. package/packages/patterns/field/text-areas/field-text-areas-5.tsx +0 -42
  1126. package/packages/patterns/field/text-areas/field-text-areas-6.tsx +0 -24
  1127. package/packages/patterns/field/toggles/field-toggles-1.tsx +0 -17
  1128. package/packages/patterns/field/toggles/field-toggles-2.tsx +0 -50
  1129. package/packages/patterns/field/toggles/field-toggles-3.tsx +0 -40
  1130. package/packages/patterns/field/toggles/field-toggles-4.tsx +0 -42
  1131. package/packages/patterns/field/toggles/field-toggles-5.tsx +0 -15
  1132. package/packages/patterns/field/toggles/field-toggles-6.tsx +0 -26
  1133. package/packages/patterns/field/toggles/field-toggles-7.tsx +0 -28
  1134. package/packages/patterns/form/advanced/form-advanced-1.tsx +0 -83
  1135. package/packages/patterns/form/advanced/form-advanced-2.tsx +0 -75
  1136. package/packages/patterns/form/advanced/form-advanced-3.tsx +0 -114
  1137. package/packages/patterns/form/advanced/form-advanced-4.tsx +0 -91
  1138. package/packages/patterns/form/advanced/form-advanced-5.tsx +0 -121
  1139. package/packages/patterns/form/advanced/form-advanced-6.tsx +0 -163
  1140. package/packages/patterns/form/advanced/form-advanced-7.tsx +0 -182
  1141. package/packages/patterns/form/basic-forms/form-basic-forms-1.tsx +0 -69
  1142. package/packages/patterns/form/basic-forms/form-basic-forms-2.tsx +0 -70
  1143. package/packages/patterns/form/basic-forms/form-basic-forms-3.tsx +0 -70
  1144. package/packages/patterns/form/basic-forms/form-basic-forms-4.tsx +0 -75
  1145. package/packages/patterns/form/basic-forms/form-basic-forms-5.tsx +0 -70
  1146. package/packages/patterns/form/basic-forms/form-basic-forms-6.tsx +0 -70
  1147. package/packages/patterns/form/basic-forms/form-basic-forms-7.tsx +0 -70
  1148. package/packages/patterns/form/layouts/form-layouts-1.tsx +0 -113
  1149. package/packages/patterns/form/layouts/form-layouts-2.tsx +0 -89
  1150. package/packages/patterns/form/layouts/form-layouts-3.tsx +0 -166
  1151. package/packages/patterns/form/layouts/form-layouts-4.tsx +0 -129
  1152. package/packages/patterns/form/layouts/form-layouts-5.tsx +0 -69
  1153. package/packages/patterns/form/layouts/form-layouts-6.tsx +0 -85
  1154. package/packages/patterns/form/layouts/form-layouts-7.tsx +0 -166
  1155. package/packages/patterns/form/multi-field/form-multi-field-1.tsx +0 -90
  1156. package/packages/patterns/form/multi-field/form-multi-field-2.tsx +0 -114
  1157. package/packages/patterns/form/multi-field/form-multi-field-3.tsx +0 -132
  1158. package/packages/patterns/form/multi-field/form-multi-field-4.tsx +0 -131
  1159. package/packages/patterns/form/multi-field/form-multi-field-5.tsx +0 -154
  1160. package/packages/patterns/form/multi-field/form-multi-field-6.tsx +0 -159
  1161. package/packages/patterns/form/multi-field/form-multi-field-7.tsx +0 -232
  1162. package/packages/patterns/form/patterns/form-patterns-1.tsx +0 -110
  1163. package/packages/patterns/form/patterns/form-patterns-2.tsx +0 -160
  1164. package/packages/patterns/form/patterns/form-patterns-3.tsx +0 -160
  1165. package/packages/patterns/form/patterns/form-patterns-4.tsx +0 -159
  1166. package/packages/patterns/form/patterns/form-patterns-5.tsx +0 -222
  1167. package/packages/patterns/form/patterns/form-patterns-6.tsx +0 -258
  1168. package/packages/patterns/form/patterns/form-patterns-7.tsx +0 -249
  1169. package/packages/patterns/form/validation/form-validation-1.tsx +0 -94
  1170. package/packages/patterns/form/validation/form-validation-2.tsx +0 -93
  1171. package/packages/patterns/form/validation/form-validation-3.tsx +0 -100
  1172. package/packages/patterns/form/validation/form-validation-4.tsx +0 -106
  1173. package/packages/patterns/form/validation/form-validation-5.tsx +0 -126
  1174. package/packages/patterns/form/validation/form-validation-6.tsx +0 -126
  1175. package/packages/patterns/form/validation/form-validation-7.tsx +0 -96
  1176. package/packages/patterns/hover-card/info/hover-card-info-1.tsx +0 -29
  1177. package/packages/patterns/hover-card/info/hover-card-info-2.tsx +0 -35
  1178. package/packages/patterns/hover-card/info/hover-card-info-3.tsx +0 -38
  1179. package/packages/patterns/hover-card/info/hover-card-info-4.tsx +0 -37
  1180. package/packages/patterns/hover-card/info/hover-card-info-5.tsx +0 -46
  1181. package/packages/patterns/hover-card/preview/hover-card-preview-1.tsx +0 -44
  1182. package/packages/patterns/hover-card/preview/hover-card-preview-2.tsx +0 -48
  1183. package/packages/patterns/hover-card/preview/hover-card-preview-3.tsx +0 -40
  1184. package/packages/patterns/hover-card/preview/hover-card-preview-4.tsx +0 -51
  1185. package/packages/patterns/hover-card/preview/hover-card-preview-5.tsx +0 -48
  1186. package/packages/patterns/hover-card/profile/hover-card-profile-1.tsx +0 -36
  1187. package/packages/patterns/hover-card/profile/hover-card-profile-2.tsx +0 -50
  1188. package/packages/patterns/hover-card/profile/hover-card-profile-3.tsx +0 -45
  1189. package/packages/patterns/hover-card/profile/hover-card-profile-4.tsx +0 -50
  1190. package/packages/patterns/hover-card/profile/hover-card-profile-5.tsx +0 -54
  1191. package/packages/patterns/hover-card/stats/hover-card-stats-1.tsx +0 -45
  1192. package/packages/patterns/hover-card/stats/hover-card-stats-2.tsx +0 -50
  1193. package/packages/patterns/hover-card/stats/hover-card-stats-3.tsx +0 -53
  1194. package/packages/patterns/hover-card/stats/hover-card-stats-4.tsx +0 -56
  1195. package/packages/patterns/hover-card/stats/hover-card-stats-5.tsx +0 -54
  1196. package/packages/patterns/input/special/input-special-1.tsx +0 -65
  1197. package/packages/patterns/input/special/input-special-2.tsx +0 -19
  1198. package/packages/patterns/input/special/input-special-3.tsx +0 -35
  1199. package/packages/patterns/input/special/input-special-4.tsx +0 -24
  1200. package/packages/patterns/input/special/input-special-5.tsx +0 -27
  1201. package/packages/patterns/input/standard/input-standard-1.tsx +0 -15
  1202. package/packages/patterns/input/standard/input-standard-2.tsx +0 -18
  1203. package/packages/patterns/input/standard/input-standard-3.tsx +0 -23
  1204. package/packages/patterns/input/standard/input-standard-4.tsx +0 -23
  1205. package/packages/patterns/input/standard/input-standard-5.tsx +0 -24
  1206. package/packages/patterns/input/standard/input-standard-6.tsx +0 -33
  1207. package/packages/patterns/input/standard/input-standard-7.tsx +0 -22
  1208. package/packages/patterns/input/types/input-types-1.tsx +0 -24
  1209. package/packages/patterns/input/types/input-types-2.tsx +0 -42
  1210. package/packages/patterns/input/types/input-types-3.tsx +0 -47
  1211. package/packages/patterns/input/types/input-types-4.tsx +0 -24
  1212. package/packages/patterns/input/types/input-types-5.tsx +0 -19
  1213. package/packages/patterns/input/types/input-types-6.tsx +0 -25
  1214. package/packages/patterns/input/types/input-types-7.tsx +0 -25
  1215. package/packages/patterns/input/validation/input-validation-1.tsx +0 -27
  1216. package/packages/patterns/input/validation/input-validation-2.tsx +0 -25
  1217. package/packages/patterns/input/validation/input-validation-3.tsx +0 -26
  1218. package/packages/patterns/input/validation/input-validation-4.tsx +0 -37
  1219. package/packages/patterns/input/validation/input-validation-5.tsx +0 -54
  1220. package/packages/patterns/input-group/ai/input-group-ai-1.tsx +0 -68
  1221. package/packages/patterns/input-group/ai/input-group-ai-2.tsx +0 -42
  1222. package/packages/patterns/input-group/ai/input-group-ai-3.tsx +0 -60
  1223. package/packages/patterns/input-group/ai/input-group-ai-4.tsx +0 -61
  1224. package/packages/patterns/input-group/buttons/input-group-buttons-1.tsx +0 -34
  1225. package/packages/patterns/input-group/buttons/input-group-buttons-2.tsx +0 -39
  1226. package/packages/patterns/input-group/buttons/input-group-buttons-3.tsx +0 -23
  1227. package/packages/patterns/input-group/buttons/input-group-buttons-4.tsx +0 -42
  1228. package/packages/patterns/input-group/custom/input-group-custom-1.tsx +0 -24
  1229. package/packages/patterns/input-group/custom/input-group-custom-2.tsx +0 -31
  1230. package/packages/patterns/input-group/custom/input-group-custom-3.tsx +0 -38
  1231. package/packages/patterns/input-group/custom/input-group-custom-4.tsx +0 -33
  1232. package/packages/patterns/input-group/dropdown/input-group-dropdown-1.tsx +0 -37
  1233. package/packages/patterns/input-group/dropdown/input-group-dropdown-2.tsx +0 -37
  1234. package/packages/patterns/input-group/dropdown/input-group-dropdown-3.tsx +0 -56
  1235. package/packages/patterns/input-group/dropdown/input-group-dropdown-4.tsx +0 -45
  1236. package/packages/patterns/input-group/icons/input-group-icons-1.tsx +0 -19
  1237. package/packages/patterns/input-group/icons/input-group-icons-2.tsx +0 -27
  1238. package/packages/patterns/input-group/icons/input-group-icons-3.tsx +0 -33
  1239. package/packages/patterns/input-group/icons/input-group-icons-4.tsx +0 -36
  1240. package/packages/patterns/input-group/label/input-group-label-1.tsx +0 -27
  1241. package/packages/patterns/input-group/label/input-group-label-2.tsx +0 -43
  1242. package/packages/patterns/input-group/label/input-group-label-3.tsx +0 -36
  1243. package/packages/patterns/input-group/label/input-group-label-4.tsx +0 -23
  1244. package/packages/patterns/input-group/spinner/input-group-spinner-1.tsx +0 -27
  1245. package/packages/patterns/input-group/spinner/input-group-spinner-2.tsx +0 -21
  1246. package/packages/patterns/input-group/spinner/input-group-spinner-3.tsx +0 -25
  1247. package/packages/patterns/input-group/spinner/input-group-spinner-4.tsx +0 -32
  1248. package/packages/patterns/input-group/text/input-group-text-1.tsx +0 -33
  1249. package/packages/patterns/input-group/text/input-group-text-2.tsx +0 -22
  1250. package/packages/patterns/input-group/text/input-group-text-3.tsx +0 -19
  1251. package/packages/patterns/input-group/text/input-group-text-4.tsx +0 -19
  1252. package/packages/patterns/input-group/textarea/input-group-textarea-1.tsx +0 -37
  1253. package/packages/patterns/input-group/textarea/input-group-textarea-2.tsx +0 -23
  1254. package/packages/patterns/input-group/textarea/input-group-textarea-3.tsx +0 -43
  1255. package/packages/patterns/input-group/textarea/input-group-textarea-4.tsx +0 -31
  1256. package/packages/patterns/input-group/tooltip/input-group-tooltip-1.tsx +0 -54
  1257. package/packages/patterns/input-group/tooltip/input-group-tooltip-2.tsx +0 -34
  1258. package/packages/patterns/input-group/tooltip/input-group-tooltip-3.tsx +0 -34
  1259. package/packages/patterns/input-otp/behavior/input-otp-behavior-1.tsx +0 -90
  1260. package/packages/patterns/input-otp/behavior/input-otp-behavior-2.tsx +0 -46
  1261. package/packages/patterns/input-otp/behavior/input-otp-behavior-3.tsx +0 -59
  1262. package/packages/patterns/input-otp/behavior/input-otp-behavior-4.tsx +0 -70
  1263. package/packages/patterns/input-otp/standard/input-otp-standard-1.tsx +0 -26
  1264. package/packages/patterns/input-otp/standard/input-otp-standard-2.tsx +0 -25
  1265. package/packages/patterns/input-otp/standard/input-otp-standard-3.tsx +0 -29
  1266. package/packages/patterns/input-otp/standard/input-otp-standard-4.tsx +0 -42
  1267. package/packages/patterns/input-otp/standard/input-otp-standard-5.tsx +0 -83
  1268. package/packages/patterns/input-otp/states/input-otp-states-1.tsx +0 -29
  1269. package/packages/patterns/input-otp/states/input-otp-states-2.tsx +0 -54
  1270. package/packages/patterns/input-otp/states/input-otp-states-3.tsx +0 -51
  1271. package/packages/patterns/input-otp/states/input-otp-states-4.tsx +0 -59
  1272. package/packages/patterns/input-otp/use-cases/input-otp-use-cases-1.tsx +0 -106
  1273. package/packages/patterns/input-otp/use-cases/input-otp-use-cases-2.tsx +0 -137
  1274. package/packages/patterns/input-otp/use-cases/input-otp-use-cases-3.tsx +0 -128
  1275. package/packages/patterns/input-otp/use-cases/input-otp-use-cases-4.tsx +0 -115
  1276. package/packages/patterns/input-otp/variants/input-otp-variants-1.tsx +0 -34
  1277. package/packages/patterns/input-otp/variants/input-otp-variants-2.tsx +0 -58
  1278. package/packages/patterns/input-otp/variants/input-otp-variants-3.tsx +0 -60
  1279. package/packages/patterns/item/interactive/item-interactive-1.tsx +0 -43
  1280. package/packages/patterns/item/interactive/item-interactive-2.tsx +0 -70
  1281. package/packages/patterns/item/layout/item-layout-1.tsx +0 -45
  1282. package/packages/patterns/item/layout/item-layout-2.tsx +0 -65
  1283. package/packages/patterns/item/layout/item-layout-3.tsx +0 -55
  1284. package/packages/patterns/item/media/item-media-1.tsx +0 -35
  1285. package/packages/patterns/item/media/item-media-2.tsx +0 -42
  1286. package/packages/patterns/item/media/item-media-3.tsx +0 -71
  1287. package/packages/patterns/item/standard/item-standard-1.tsx +0 -30
  1288. package/packages/patterns/item/standard/item-standard-2.tsx +0 -30
  1289. package/packages/patterns/kbd/arrow-keys/kbd-arrow-keys-1.tsx +0 -18
  1290. package/packages/patterns/kbd/arrow-keys/kbd-arrow-keys-2.tsx +0 -14
  1291. package/packages/patterns/kbd/arrow-keys/kbd-arrow-keys-3.tsx +0 -18
  1292. package/packages/patterns/kbd/arrow-keys/kbd-arrow-keys-4.tsx +0 -16
  1293. package/packages/patterns/kbd/function-keys/kbd-function-keys-1.tsx +0 -11
  1294. package/packages/patterns/kbd/function-keys/kbd-function-keys-2.tsx +0 -11
  1295. package/packages/patterns/kbd/function-keys/kbd-function-keys-3.tsx +0 -15
  1296. package/packages/patterns/kbd/function-keys/kbd-function-keys-4.tsx +0 -15
  1297. package/packages/patterns/kbd/function-keys/kbd-function-keys-5.tsx +0 -15
  1298. package/packages/patterns/kbd/function-keys/kbd-function-keys-6.tsx +0 -16
  1299. package/packages/patterns/kbd/platform-specific/kbd-platform-specific-1.tsx +0 -14
  1300. package/packages/patterns/kbd/platform-specific/kbd-platform-specific-2.tsx +0 -14
  1301. package/packages/patterns/kbd/platform-specific/kbd-platform-specific-3.tsx +0 -14
  1302. package/packages/patterns/kbd/platform-specific/kbd-platform-specific-4.tsx +0 -22
  1303. package/packages/patterns/kbd/platform-specific/kbd-platform-specific-5.tsx +0 -14
  1304. package/packages/patterns/kbd/pressed-state/kbd-pressed-state-1.tsx +0 -14
  1305. package/packages/patterns/kbd/pressed-state/kbd-pressed-state-2.tsx +0 -11
  1306. package/packages/patterns/kbd/pressed-state/kbd-pressed-state-3.tsx +0 -16
  1307. package/packages/patterns/kbd/pressed-state/kbd-pressed-state-4.tsx +0 -14
  1308. package/packages/patterns/kbd/pressed-state/kbd-pressed-state-5.tsx +0 -18
  1309. package/packages/patterns/kbd/sequence/kbd-sequence-1.tsx +0 -18
  1310. package/packages/patterns/kbd/sequence/kbd-sequence-2.tsx +0 -15
  1311. package/packages/patterns/kbd/sequence/kbd-sequence-3.tsx +0 -21
  1312. package/packages/patterns/kbd/sequence/kbd-sequence-4.tsx +0 -15
  1313. package/packages/patterns/kbd/shortcut/kbd-shortcut-1.tsx +0 -14
  1314. package/packages/patterns/kbd/shortcut/kbd-shortcut-2.tsx +0 -14
  1315. package/packages/patterns/kbd/shortcut/kbd-shortcut-3.tsx +0 -14
  1316. package/packages/patterns/kbd/shortcut/kbd-shortcut-4.tsx +0 -15
  1317. package/packages/patterns/kbd/shortcut/kbd-shortcut-5.tsx +0 -14
  1318. package/packages/patterns/kbd/sizes/kbd-sizes-1.tsx +0 -14
  1319. package/packages/patterns/kbd/sizes/kbd-sizes-2.tsx +0 -14
  1320. package/packages/patterns/kbd/sizes/kbd-sizes-3.tsx +0 -14
  1321. package/packages/patterns/kbd/sizes/kbd-sizes-4.tsx +0 -13
  1322. package/packages/patterns/kbd/sizes/kbd-sizes-5.tsx +0 -14
  1323. package/packages/patterns/kbd/with-icons/kbd-with-icons-1.tsx +0 -17
  1324. package/packages/patterns/kbd/with-icons/kbd-with-icons-2.tsx +0 -17
  1325. package/packages/patterns/kbd/with-icons/kbd-with-icons-3.tsx +0 -25
  1326. package/packages/patterns/kbd/with-icons/kbd-with-icons-4.tsx +0 -17
  1327. package/packages/patterns/kbd/with-icons/kbd-with-icons-5.tsx +0 -15
  1328. package/packages/patterns/label/standard/label-standard-1.tsx +0 -11
  1329. package/packages/patterns/label/standard/label-standard-2.tsx +0 -14
  1330. package/packages/patterns/label/standard/label-standard-3.tsx +0 -26
  1331. package/packages/patterns/label/standard/label-standard-4.tsx +0 -15
  1332. package/packages/patterns/label/standard/label-standard-5.tsx +0 -12
  1333. package/packages/patterns/label/standard/label-standard-6.tsx +0 -12
  1334. package/packages/patterns/label/standard/label-standard-7.tsx +0 -12
  1335. package/packages/patterns/label/standard/label-standard-8.tsx +0 -9
  1336. package/packages/patterns/menubar/standard/menubar-standard-1.tsx +0 -24
  1337. package/packages/patterns/menubar/standard/menubar-standard-10.tsx +0 -26
  1338. package/packages/patterns/menubar/standard/menubar-standard-2.tsx +0 -34
  1339. package/packages/patterns/menubar/standard/menubar-standard-3.tsx +0 -34
  1340. package/packages/patterns/menubar/standard/menubar-standard-4.tsx +0 -24
  1341. package/packages/patterns/menubar/standard/menubar-standard-5.tsx +0 -29
  1342. package/packages/patterns/menubar/standard/menubar-standard-6.tsx +0 -34
  1343. package/packages/patterns/menubar/standard/menubar-standard-7.tsx +0 -27
  1344. package/packages/patterns/menubar/standard/menubar-standard-8.tsx +0 -63
  1345. package/packages/patterns/menubar/standard/menubar-standard-9.tsx +0 -31
  1346. package/packages/patterns/navigation-menu/complex/navigation-menu-complex-1.tsx +0 -238
  1347. package/packages/patterns/navigation-menu/complex/navigation-menu-complex-2.tsx +0 -100
  1348. package/packages/patterns/navigation-menu/complex/navigation-menu-complex-3.tsx +0 -151
  1349. package/packages/patterns/navigation-menu/complex/navigation-menu-complex-4.tsx +0 -187
  1350. package/packages/patterns/navigation-menu/complex/navigation-menu-complex-5.tsx +0 -168
  1351. package/packages/patterns/navigation-menu/features/navigation-menu-features-1.tsx +0 -92
  1352. package/packages/patterns/navigation-menu/features/navigation-menu-features-2.tsx +0 -118
  1353. package/packages/patterns/navigation-menu/features/navigation-menu-features-3.tsx +0 -122
  1354. package/packages/patterns/navigation-menu/features/navigation-menu-features-4.tsx +0 -101
  1355. package/packages/patterns/navigation-menu/features/navigation-menu-features-5.tsx +0 -176
  1356. package/packages/patterns/navigation-menu/marketing/navigation-menu-marketing-1.tsx +0 -107
  1357. package/packages/patterns/navigation-menu/marketing/navigation-menu-marketing-2.tsx +0 -116
  1358. package/packages/patterns/navigation-menu/marketing/navigation-menu-marketing-3.tsx +0 -119
  1359. package/packages/patterns/navigation-menu/marketing/navigation-menu-marketing-4.tsx +0 -140
  1360. package/packages/patterns/navigation-menu/marketing/navigation-menu-marketing-5.tsx +0 -107
  1361. package/packages/patterns/navigation-menu/standard/navigation-menu-standard-1.tsx +0 -73
  1362. package/packages/patterns/navigation-menu/standard/navigation-menu-standard-2.tsx +0 -51
  1363. package/packages/patterns/navigation-menu/standard/navigation-menu-standard-3.tsx +0 -68
  1364. package/packages/patterns/navigation-menu/standard/navigation-menu-standard-4.tsx +0 -60
  1365. package/packages/patterns/navigation-menu/standard/navigation-menu-standard-5.tsx +0 -82
  1366. package/packages/patterns/package.json +0 -32
  1367. package/packages/patterns/pagination/advanced/pagination-advanced-1.tsx +0 -43
  1368. package/packages/patterns/pagination/advanced/pagination-advanced-2.tsx +0 -43
  1369. package/packages/patterns/pagination/advanced/pagination-advanced-3.tsx +0 -49
  1370. package/packages/patterns/pagination/advanced/pagination-advanced-4.tsx +0 -24
  1371. package/packages/patterns/pagination/advanced/pagination-advanced-5.tsx +0 -39
  1372. package/packages/patterns/pagination/basic/pagination-basic-1.tsx +0 -28
  1373. package/packages/patterns/pagination/basic/pagination-basic-2.tsx +0 -34
  1374. package/packages/patterns/pagination/basic/pagination-basic-3.tsx +0 -36
  1375. package/packages/patterns/pagination/basic/pagination-basic-4.tsx +0 -35
  1376. package/packages/patterns/pagination/basic/pagination-basic-5.tsx +0 -43
  1377. package/packages/patterns/pagination/navigation/pagination-navigation-1.tsx +0 -24
  1378. package/packages/patterns/pagination/navigation/pagination-navigation-2.tsx +0 -27
  1379. package/packages/patterns/pagination/navigation/pagination-navigation-3.tsx +0 -32
  1380. package/packages/patterns/pagination/navigation/pagination-navigation-4.tsx +0 -40
  1381. package/packages/patterns/pagination/sizes/pagination-sizes-1.tsx +0 -40
  1382. package/packages/patterns/pagination/sizes/pagination-sizes-2.tsx +0 -36
  1383. package/packages/patterns/pagination/sizes/pagination-sizes-3.tsx +0 -40
  1384. package/packages/patterns/pagination/sizes/pagination-sizes-4.tsx +0 -28
  1385. package/packages/patterns/pagination/sizes/pagination-sizes-5.tsx +0 -28
  1386. package/packages/patterns/popover/standard/popover-standard-1.tsx +0 -21
  1387. package/packages/patterns/popover/standard/popover-standard-10.tsx +0 -30
  1388. package/packages/patterns/popover/standard/popover-standard-11.tsx +0 -54
  1389. package/packages/patterns/popover/standard/popover-standard-12.tsx +0 -51
  1390. package/packages/patterns/popover/standard/popover-standard-13.tsx +0 -52
  1391. package/packages/patterns/popover/standard/popover-standard-14.tsx +0 -49
  1392. package/packages/patterns/popover/standard/popover-standard-15.tsx +0 -35
  1393. package/packages/patterns/popover/standard/popover-standard-2.tsx +0 -24
  1394. package/packages/patterns/popover/standard/popover-standard-3.tsx +0 -29
  1395. package/packages/patterns/popover/standard/popover-standard-4.tsx +0 -26
  1396. package/packages/patterns/popover/standard/popover-standard-5.tsx +0 -24
  1397. package/packages/patterns/popover/standard/popover-standard-6.tsx +0 -25
  1398. package/packages/patterns/popover/standard/popover-standard-7.tsx +0 -25
  1399. package/packages/patterns/popover/standard/popover-standard-8.tsx +0 -26
  1400. package/packages/patterns/popover/standard/popover-standard-9.tsx +0 -23
  1401. package/packages/patterns/progress/basic/progress-basic-1.tsx +0 -7
  1402. package/packages/patterns/progress/basic/progress-basic-2.tsx +0 -7
  1403. package/packages/patterns/progress/basic/progress-basic-3.tsx +0 -7
  1404. package/packages/patterns/progress/basic/progress-basic-4.tsx +0 -7
  1405. package/packages/patterns/progress/basic/progress-basic-5.tsx +0 -7
  1406. package/packages/patterns/progress/colored/progress-colored-1.tsx +0 -12
  1407. package/packages/patterns/progress/colored/progress-colored-2.tsx +0 -12
  1408. package/packages/patterns/progress/colored/progress-colored-3.tsx +0 -12
  1409. package/packages/patterns/progress/colored/progress-colored-4.tsx +0 -12
  1410. package/packages/patterns/progress/colored/progress-colored-5.tsx +0 -12
  1411. package/packages/patterns/progress/sizes/progress-sizes-1.tsx +0 -7
  1412. package/packages/patterns/progress/sizes/progress-sizes-2.tsx +0 -7
  1413. package/packages/patterns/progress/sizes/progress-sizes-3.tsx +0 -7
  1414. package/packages/patterns/progress/sizes/progress-sizes-4.tsx +0 -7
  1415. package/packages/patterns/progress/sizes/progress-sizes-5.tsx +0 -7
  1416. package/packages/patterns/progress/with-label/progress-with-label-1.tsx +0 -18
  1417. package/packages/patterns/progress/with-label/progress-with-label-2.tsx +0 -15
  1418. package/packages/patterns/progress/with-label/progress-with-label-3.tsx +0 -15
  1419. package/packages/patterns/progress/with-label/progress-with-label-4.tsx +0 -23
  1420. package/packages/patterns/progress/with-label/progress-with-label-5.tsx +0 -23
  1421. package/packages/patterns/radio-group/advanced/radio-group-advanced-1.tsx +0 -39
  1422. package/packages/patterns/radio-group/advanced/radio-group-advanced-2.tsx +0 -71
  1423. package/packages/patterns/radio-group/form/radio-group-form-1.tsx +0 -83
  1424. package/packages/patterns/radio-group/form/radio-group-form-2.tsx +0 -52
  1425. package/packages/patterns/radio-group/layout/radio-group-layout-1.tsx +0 -23
  1426. package/packages/patterns/radio-group/layout/radio-group-layout-2.tsx +0 -44
  1427. package/packages/patterns/radio-group/layout/radio-group-layout-3.tsx +0 -35
  1428. package/packages/patterns/radio-group/standard/radio-group-standard-1.tsx +0 -23
  1429. package/packages/patterns/radio-group/standard/radio-group-standard-2.tsx +0 -38
  1430. package/packages/patterns/scroll-area/advanced/scroll-area-advanced-1.tsx +0 -54
  1431. package/packages/patterns/scroll-area/advanced/scroll-area-advanced-2.tsx +0 -54
  1432. package/packages/patterns/scroll-area/advanced/scroll-area-advanced-3.tsx +0 -89
  1433. package/packages/patterns/scroll-area/layout/scroll-area-layout-1.tsx +0 -37
  1434. package/packages/patterns/scroll-area/layout/scroll-area-layout-2.tsx +0 -45
  1435. package/packages/patterns/scroll-area/layout/scroll-area-layout-3.tsx +0 -99
  1436. package/packages/patterns/scroll-area/standard/scroll-area-standard-1.tsx +0 -52
  1437. package/packages/patterns/scroll-area/standard/scroll-area-standard-2.tsx +0 -56
  1438. package/packages/patterns/separator/basic/separator-basic-1.tsx +0 -13
  1439. package/packages/patterns/separator/basic/separator-basic-2.tsx +0 -15
  1440. package/packages/patterns/separator/basic/separator-basic-3.tsx +0 -21
  1441. package/packages/patterns/separator/basic/separator-basic-4.tsx +0 -19
  1442. package/packages/patterns/separator/basic/separator-basic-5.tsx +0 -7
  1443. package/packages/patterns/separator/spacing/separator-spacing-1.tsx +0 -13
  1444. package/packages/patterns/separator/spacing/separator-spacing-2.tsx +0 -13
  1445. package/packages/patterns/separator/spacing/separator-spacing-3.tsx +0 -13
  1446. package/packages/patterns/separator/spacing/separator-spacing-4.tsx +0 -13
  1447. package/packages/patterns/separator/spacing/separator-spacing-5.tsx +0 -13
  1448. package/packages/patterns/separator/styled/separator-styled-1.tsx +0 -13
  1449. package/packages/patterns/separator/styled/separator-styled-2.tsx +0 -13
  1450. package/packages/patterns/separator/styled/separator-styled-3.tsx +0 -13
  1451. package/packages/patterns/separator/styled/separator-styled-4.tsx +0 -11
  1452. package/packages/patterns/separator/styled/separator-styled-5.tsx +0 -16
  1453. package/packages/patterns/separator/with-text/separator-with-text-1.tsx +0 -17
  1454. package/packages/patterns/separator/with-text/separator-with-text-2.tsx +0 -16
  1455. package/packages/patterns/separator/with-text/separator-with-text-3.tsx +0 -14
  1456. package/packages/patterns/sheet/details/sheet-details-1.tsx +0 -51
  1457. package/packages/patterns/sheet/details/sheet-details-2.tsx +0 -56
  1458. package/packages/patterns/sheet/details/sheet-details-3.tsx +0 -65
  1459. package/packages/patterns/sheet/details/sheet-details-4.tsx +0 -45
  1460. package/packages/patterns/sheet/details/sheet-details-5.tsx +0 -114
  1461. package/packages/patterns/sheet/form/sheet-form-1.tsx +0 -46
  1462. package/packages/patterns/sheet/form/sheet-form-2.tsx +0 -45
  1463. package/packages/patterns/sheet/form/sheet-form-3.tsx +0 -60
  1464. package/packages/patterns/sheet/form/sheet-form-4.tsx +0 -50
  1465. package/packages/patterns/sheet/form/sheet-form-5.tsx +0 -50
  1466. package/packages/patterns/sheet/multi-section/sheet-multi-section-1.tsx +0 -42
  1467. package/packages/patterns/sheet/multi-section/sheet-multi-section-2.tsx +0 -79
  1468. package/packages/patterns/sheet/multi-section/sheet-multi-section-3.tsx +0 -42
  1469. package/packages/patterns/sheet/multi-section/sheet-multi-section-4.tsx +0 -50
  1470. package/packages/patterns/sheet/multi-section/sheet-multi-section-5.tsx +0 -66
  1471. package/packages/patterns/sheet/navigation/sheet-navigation-1.tsx +0 -39
  1472. package/packages/patterns/sheet/navigation/sheet-navigation-2.tsx +0 -57
  1473. package/packages/patterns/sheet/navigation/sheet-navigation-3.tsx +0 -73
  1474. package/packages/patterns/sheet/navigation/sheet-navigation-4.tsx +0 -55
  1475. package/packages/patterns/sheet/navigation/sheet-navigation-5.tsx +0 -46
  1476. package/packages/patterns/sheet/settings/sheet-settings-1.tsx +0 -47
  1477. package/packages/patterns/sheet/settings/sheet-settings-2.tsx +0 -47
  1478. package/packages/patterns/sheet/settings/sheet-settings-3.tsx +0 -55
  1479. package/packages/patterns/sheet/settings/sheet-settings-4.tsx +0 -62
  1480. package/packages/patterns/sheet/settings/sheet-settings-5.tsx +0 -52
  1481. package/packages/patterns/sheet/standard/sheet-standard-1.tsx +0 -29
  1482. package/packages/patterns/sheet/standard/sheet-standard-2.tsx +0 -30
  1483. package/packages/patterns/sheet/standard/sheet-standard-3.tsx +0 -29
  1484. package/packages/patterns/sheet/standard/sheet-standard-4.tsx +0 -29
  1485. package/packages/patterns/skeleton/card/skeleton-card-1.tsx +0 -13
  1486. package/packages/patterns/skeleton/card/skeleton-card-2.tsx +0 -20
  1487. package/packages/patterns/skeleton/card/skeleton-card-3.tsx +0 -21
  1488. package/packages/patterns/skeleton/card/skeleton-card-4.tsx +0 -21
  1489. package/packages/patterns/skeleton/card/skeleton-card-5.tsx +0 -20
  1490. package/packages/patterns/skeleton/content/skeleton-content-1.tsx +0 -26
  1491. package/packages/patterns/skeleton/content/skeleton-content-2.tsx +0 -30
  1492. package/packages/patterns/skeleton/content/skeleton-content-3.tsx +0 -27
  1493. package/packages/patterns/skeleton/content/skeleton-content-4.tsx +0 -31
  1494. package/packages/patterns/skeleton/content/skeleton-content-5.tsx +0 -41
  1495. package/packages/patterns/skeleton/form/skeleton-form-1.tsx +0 -22
  1496. package/packages/patterns/skeleton/form/skeleton-form-2.tsx +0 -27
  1497. package/packages/patterns/skeleton/form/skeleton-form-3.tsx +0 -35
  1498. package/packages/patterns/skeleton/form/skeleton-form-4.tsx +0 -37
  1499. package/packages/patterns/skeleton/form/skeleton-form-5.tsx +0 -28
  1500. package/packages/patterns/skeleton/list/skeleton-list-1.tsx +0 -16
  1501. package/packages/patterns/skeleton/list/skeleton-list-2.tsx +0 -19
  1502. package/packages/patterns/skeleton/list/skeleton-list-3.tsx +0 -20
  1503. package/packages/patterns/skeleton/list/skeleton-list-4.tsx +0 -21
  1504. package/packages/patterns/skeleton/list/skeleton-list-5.tsx +0 -30
  1505. package/packages/patterns/skeleton/profile/skeleton-profile-1.tsx +0 -19
  1506. package/packages/patterns/skeleton/profile/skeleton-profile-2.tsx +0 -33
  1507. package/packages/patterns/skeleton/profile/skeleton-profile-3.tsx +0 -27
  1508. package/packages/patterns/skeleton/profile/skeleton-profile-4.tsx +0 -33
  1509. package/packages/patterns/skeleton/profile/skeleton-profile-5.tsx +0 -22
  1510. package/packages/patterns/skeleton/table/skeleton-table-1.tsx +0 -24
  1511. package/packages/patterns/skeleton/table/skeleton-table-2.tsx +0 -29
  1512. package/packages/patterns/skeleton/table/skeleton-table-3.tsx +0 -27
  1513. package/packages/patterns/skeleton/table/skeleton-table-4.tsx +0 -42
  1514. package/packages/patterns/skeleton/table/skeleton-table-5.tsx +0 -36
  1515. package/packages/patterns/slider/interactive/slider-interactive-1.tsx +0 -38
  1516. package/packages/patterns/slider/interactive/slider-interactive-2.tsx +0 -46
  1517. package/packages/patterns/slider/interactive/slider-interactive-3.tsx +0 -38
  1518. package/packages/patterns/slider/interactive/slider-interactive-4.tsx +0 -34
  1519. package/packages/patterns/slider/interactive/slider-interactive-5.tsx +0 -33
  1520. package/packages/patterns/slider/range/slider-range-1.tsx +0 -26
  1521. package/packages/patterns/slider/range/slider-range-2.tsx +0 -30
  1522. package/packages/patterns/slider/range/slider-range-3.tsx +0 -31
  1523. package/packages/patterns/slider/range/slider-range-4.tsx +0 -39
  1524. package/packages/patterns/slider/range/slider-range-5.tsx +0 -36
  1525. package/packages/patterns/slider/settings/slider-settings-1.tsx +0 -27
  1526. package/packages/patterns/slider/settings/slider-settings-2.tsx +0 -32
  1527. package/packages/patterns/slider/settings/slider-settings-3.tsx +0 -38
  1528. package/packages/patterns/slider/settings/slider-settings-4.tsx +0 -43
  1529. package/packages/patterns/slider/standard/slider-standard-1.tsx +0 -18
  1530. package/packages/patterns/slider/standard/slider-standard-2.tsx +0 -20
  1531. package/packages/patterns/slider/standard/slider-standard-3.tsx +0 -23
  1532. package/packages/patterns/slider/standard/slider-standard-4.tsx +0 -30
  1533. package/packages/patterns/slider/standard/slider-standard-5.tsx +0 -37
  1534. package/packages/patterns/slider/styled/slider-styled-1.tsx +0 -28
  1535. package/packages/patterns/slider/styled/slider-styled-2.tsx +0 -28
  1536. package/packages/patterns/slider/styled/slider-styled-3.tsx +0 -28
  1537. package/packages/patterns/slider/styled/slider-styled-4.tsx +0 -28
  1538. package/packages/patterns/slider/styled/slider-styled-5.tsx +0 -28
  1539. package/packages/patterns/slider/vertical/slider-vertical-1.tsx +0 -27
  1540. package/packages/patterns/slider/vertical/slider-vertical-2.tsx +0 -29
  1541. package/packages/patterns/slider/vertical/slider-vertical-3.tsx +0 -36
  1542. package/packages/patterns/slider/vertical/slider-vertical-4.tsx +0 -31
  1543. package/packages/patterns/slider/vertical/slider-vertical-5.tsx +0 -37
  1544. package/packages/patterns/sonner/content/sonner-content-1.tsx +0 -21
  1545. package/packages/patterns/sonner/content/sonner-content-2.tsx +0 -23
  1546. package/packages/patterns/sonner/content/sonner-content-3.tsx +0 -21
  1547. package/packages/patterns/sonner/content/sonner-content-4.tsx +0 -22
  1548. package/packages/patterns/sonner/content/sonner-content-5.tsx +0 -35
  1549. package/packages/patterns/sonner/interactive/sonner-interactive-1.tsx +0 -24
  1550. package/packages/patterns/sonner/interactive/sonner-interactive-2.tsx +0 -24
  1551. package/packages/patterns/sonner/interactive/sonner-interactive-3.tsx +0 -28
  1552. package/packages/patterns/sonner/interactive/sonner-interactive-4.tsx +0 -22
  1553. package/packages/patterns/sonner/position/sonner-position-1.tsx +0 -21
  1554. package/packages/patterns/sonner/position/sonner-position-2.tsx +0 -21
  1555. package/packages/patterns/sonner/position/sonner-position-3.tsx +0 -21
  1556. package/packages/patterns/sonner/position/sonner-position-4.tsx +0 -21
  1557. package/packages/patterns/sonner/position/sonner-position-5.tsx +0 -21
  1558. package/packages/patterns/sonner/position/sonner-position-6.tsx +0 -21
  1559. package/packages/patterns/sonner/promise/sonner-promise-1.tsx +0 -28
  1560. package/packages/patterns/sonner/promise/sonner-promise-2.tsx +0 -28
  1561. package/packages/patterns/sonner/promise/sonner-promise-3.tsx +0 -28
  1562. package/packages/patterns/sonner/promise/sonner-promise-4.tsx +0 -20
  1563. package/packages/patterns/sonner/standard/sonner-standard-1.tsx +0 -14
  1564. package/packages/patterns/sonner/standard/sonner-standard-2.tsx +0 -17
  1565. package/packages/patterns/sonner/standard/sonner-standard-3.tsx +0 -14
  1566. package/packages/patterns/sonner/standard/sonner-standard-4.tsx +0 -17
  1567. package/packages/patterns/sonner/standard/sonner-standard-5.tsx +0 -17
  1568. package/packages/patterns/spinner/applications/spinner-applications-1.tsx +0 -38
  1569. package/packages/patterns/spinner/applications/spinner-applications-2.tsx +0 -34
  1570. package/packages/patterns/spinner/applications/spinner-applications-3.tsx +0 -33
  1571. package/packages/patterns/spinner/button/spinner-button-1.tsx +0 -13
  1572. package/packages/patterns/spinner/button/spinner-button-2.tsx +0 -13
  1573. package/packages/patterns/spinner/button/spinner-button-3.tsx +0 -12
  1574. package/packages/patterns/spinner/button/spinner-button-4.tsx +0 -13
  1575. package/packages/patterns/spinner/button/spinner-button-5.tsx +0 -13
  1576. package/packages/patterns/spinner/inline/spinner-inline-1.tsx +0 -12
  1577. package/packages/patterns/spinner/inline/spinner-inline-2.tsx +0 -12
  1578. package/packages/patterns/spinner/inline/spinner-inline-3.tsx +0 -12
  1579. package/packages/patterns/spinner/inline/spinner-inline-4.tsx +0 -21
  1580. package/packages/patterns/spinner/standard/spinner-standard-1.tsx +0 -7
  1581. package/packages/patterns/spinner/standard/spinner-standard-2.tsx +0 -7
  1582. package/packages/patterns/spinner/standard/spinner-standard-3.tsx +0 -7
  1583. package/packages/patterns/spinner/standard/spinner-standard-4.tsx +0 -7
  1584. package/packages/patterns/spinner/standard/spinner-standard-5.tsx +0 -7
  1585. package/packages/patterns/switch/cards/switch-cards-1.tsx +0 -27
  1586. package/packages/patterns/switch/cards/switch-cards-2.tsx +0 -28
  1587. package/packages/patterns/switch/cards/switch-cards-3.tsx +0 -35
  1588. package/packages/patterns/switch/cards/switch-cards-4.tsx +0 -25
  1589. package/packages/patterns/switch/icons/switch-icons-1.tsx +0 -16
  1590. package/packages/patterns/switch/icons/switch-icons-2.tsx +0 -19
  1591. package/packages/patterns/switch/icons/switch-icons-3.tsx +0 -16
  1592. package/packages/patterns/switch/labeled/switch-labeled-1.tsx +0 -15
  1593. package/packages/patterns/switch/labeled/switch-labeled-2.tsx +0 -14
  1594. package/packages/patterns/switch/labeled/switch-labeled-3.tsx +0 -22
  1595. package/packages/patterns/switch/labeled/switch-labeled-4.tsx +0 -20
  1596. package/packages/patterns/switch/square/switch-square-1.tsx +0 -14
  1597. package/packages/patterns/switch/square/switch-square-2.tsx +0 -36
  1598. package/packages/patterns/switch/square/switch-square-3.tsx +0 -20
  1599. package/packages/patterns/switch/square/switch-square-4.tsx +0 -27
  1600. package/packages/patterns/switch/standard/switch-standard-1.tsx +0 -9
  1601. package/packages/patterns/switch/standard/switch-standard-2.tsx +0 -9
  1602. package/packages/patterns/switch/standard/switch-standard-3.tsx +0 -9
  1603. package/packages/patterns/switch/standard/switch-standard-4.tsx +0 -9
  1604. package/packages/patterns/table/advanced/table-advanced-1.tsx +0 -66
  1605. package/packages/patterns/table/advanced/table-advanced-2.tsx +0 -86
  1606. package/packages/patterns/table/advanced/table-advanced-3.tsx +0 -42
  1607. package/packages/patterns/table/advanced/table-advanced-4.tsx +0 -114
  1608. package/packages/patterns/table/standard/table-standard-1.tsx +0 -70
  1609. package/packages/patterns/table/standard/table-standard-2.tsx +0 -75
  1610. package/packages/patterns/table/standard/table-standard-3.tsx +0 -64
  1611. package/packages/patterns/table/standard/table-standard-4.tsx +0 -73
  1612. package/packages/patterns/tabs/advanced/tabs-advanced-1.tsx +0 -101
  1613. package/packages/patterns/tabs/advanced/tabs-advanced-2.tsx +0 -118
  1614. package/packages/patterns/tabs/advanced/tabs-advanced-3.tsx +0 -187
  1615. package/packages/patterns/tabs/content/tabs-content-1.tsx +0 -85
  1616. package/packages/patterns/tabs/content/tabs-content-2.tsx +0 -105
  1617. package/packages/patterns/tabs/content/tabs-content-3.tsx +0 -149
  1618. package/packages/patterns/tabs/layout/tabs-layout-1.tsx +0 -62
  1619. package/packages/patterns/tabs/layout/tabs-layout-2.tsx +0 -60
  1620. package/packages/patterns/tabs/layout/tabs-layout-3.tsx +0 -61
  1621. package/packages/patterns/tabs/standard/tabs-standard-1.tsx +0 -52
  1622. package/packages/patterns/tabs/standard/tabs-standard-2.tsx +0 -105
  1623. package/packages/patterns/textarea/form/textarea-form-1.tsx +0 -20
  1624. package/packages/patterns/textarea/form/textarea-form-2.tsx +0 -20
  1625. package/packages/patterns/textarea/form/textarea-form-3.tsx +0 -22
  1626. package/packages/patterns/textarea/form/textarea-form-4.tsx +0 -20
  1627. package/packages/patterns/textarea/form/textarea-form-5.tsx +0 -31
  1628. package/packages/patterns/textarea/labeled/textarea-labeled-1.tsx +0 -17
  1629. package/packages/patterns/textarea/labeled/textarea-labeled-2.tsx +0 -18
  1630. package/packages/patterns/textarea/labeled/textarea-labeled-3.tsx +0 -30
  1631. package/packages/patterns/textarea/labeled/textarea-labeled-4.tsx +0 -20
  1632. package/packages/patterns/textarea/standard/textarea-standard-1.tsx +0 -12
  1633. package/packages/patterns/textarea/standard/textarea-standard-2.tsx +0 -13
  1634. package/packages/patterns/textarea/standard/textarea-standard-3.tsx +0 -14
  1635. package/packages/patterns/textarea/standard/textarea-standard-4.tsx +0 -13
  1636. package/packages/patterns/toggle/sizes/toggle-sizes-1.tsx +0 -14
  1637. package/packages/patterns/toggle/sizes/toggle-sizes-2.tsx +0 -14
  1638. package/packages/patterns/toggle/sizes/toggle-sizes-3.tsx +0 -14
  1639. package/packages/patterns/toggle/standard/toggle-standard-1.tsx +0 -14
  1640. package/packages/patterns/toggle/standard/toggle-standard-2.tsx +0 -14
  1641. package/packages/patterns/toggle/standard/toggle-standard-3.tsx +0 -14
  1642. package/packages/patterns/toggle/standard/toggle-standard-4.tsx +0 -15
  1643. package/packages/patterns/toggle-group/sizes/toggle-group-sizes-1.tsx +0 -22
  1644. package/packages/patterns/toggle-group/sizes/toggle-group-sizes-2.tsx +0 -22
  1645. package/packages/patterns/toggle-group/sizes/toggle-group-sizes-3.tsx +0 -22
  1646. package/packages/patterns/toggle-group/standard/toggle-group-standard-1.tsx +0 -22
  1647. package/packages/patterns/toggle-group/standard/toggle-group-standard-2.tsx +0 -22
  1648. package/packages/patterns/toggle-group/standard/toggle-group-standard-3.tsx +0 -22
  1649. package/packages/patterns/toggle-group/standard/toggle-group-standard-4.tsx +0 -22
  1650. package/packages/patterns/tooltip/content/tooltip-content-1.tsx +0 -28
  1651. package/packages/patterns/tooltip/content/tooltip-content-2.tsx +0 -27
  1652. package/packages/patterns/tooltip/content/tooltip-content-3.tsx +0 -27
  1653. package/packages/patterns/tooltip/content/tooltip-content-4.tsx +0 -36
  1654. package/packages/patterns/tooltip/standard/tooltip-standard-1.tsx +0 -23
  1655. package/packages/patterns/tooltip/standard/tooltip-standard-2.tsx +0 -49
  1656. package/packages/patterns/tooltip/standard/tooltip-standard-3.tsx +0 -26
  1657. package/packages/patterns/tooltip/standard/tooltip-standard-4.tsx +0 -25
  1658. package/packages/patterns/tsconfig.json +0 -13
  1659. package/packages/pill/index.tsx +0 -166
  1660. package/packages/pill/package.json +0 -24
  1661. package/packages/pill/tsconfig.json +0 -13
  1662. package/packages/qr-code/index.tsx +0 -88
  1663. package/packages/qr-code/package.json +0 -27
  1664. package/packages/qr-code/server.tsx +0 -42
  1665. package/packages/qr-code/tsconfig.json +0 -13
  1666. package/packages/rating/index.tsx +0 -243
  1667. package/packages/rating/package.json +0 -25
  1668. package/packages/rating/tsconfig.json +0 -13
  1669. package/packages/reel/index.tsx +0 -748
  1670. package/packages/reel/package.json +0 -26
  1671. package/packages/reel/reel-controlled.tsx +0 -327
  1672. package/packages/reel/tsconfig.json +0 -13
  1673. package/packages/relative-time/index.tsx +0 -181
  1674. package/packages/relative-time/package.json +0 -24
  1675. package/packages/relative-time/tsconfig.json +0 -13
  1676. package/packages/sandbox/index.tsx +0 -251
  1677. package/packages/sandbox/package.json +0 -24
  1678. package/packages/sandbox/tsconfig.json +0 -13
  1679. package/packages/shadcn-ui/components/ui/accordion.tsx +0 -66
  1680. package/packages/shadcn-ui/components/ui/alert-dialog.tsx +0 -157
  1681. package/packages/shadcn-ui/components/ui/alert.tsx +0 -66
  1682. package/packages/shadcn-ui/components/ui/aspect-ratio.tsx +0 -11
  1683. package/packages/shadcn-ui/components/ui/avatar.tsx +0 -53
  1684. package/packages/shadcn-ui/components/ui/badge.tsx +0 -46
  1685. package/packages/shadcn-ui/components/ui/breadcrumb.tsx +0 -109
  1686. package/packages/shadcn-ui/components/ui/button-group.tsx +0 -83
  1687. package/packages/shadcn-ui/components/ui/button.tsx +0 -60
  1688. package/packages/shadcn-ui/components/ui/calendar.tsx +0 -213
  1689. package/packages/shadcn-ui/components/ui/card.tsx +0 -112
  1690. package/packages/shadcn-ui/components/ui/carousel.tsx +0 -241
  1691. package/packages/shadcn-ui/components/ui/chart.tsx +0 -357
  1692. package/packages/shadcn-ui/components/ui/checkbox.tsx +0 -32
  1693. package/packages/shadcn-ui/components/ui/collapsible.tsx +0 -33
  1694. package/packages/shadcn-ui/components/ui/command.tsx +0 -184
  1695. package/packages/shadcn-ui/components/ui/context-menu.tsx +0 -252
  1696. package/packages/shadcn-ui/components/ui/dialog.tsx +0 -143
  1697. package/packages/shadcn-ui/components/ui/drawer.tsx +0 -135
  1698. package/packages/shadcn-ui/components/ui/dropdown-menu.tsx +0 -257
  1699. package/packages/shadcn-ui/components/ui/empty.tsx +0 -104
  1700. package/packages/shadcn-ui/components/ui/field.tsx +0 -244
  1701. package/packages/shadcn-ui/components/ui/form.tsx +0 -167
  1702. package/packages/shadcn-ui/components/ui/hover-card.tsx +0 -44
  1703. package/packages/shadcn-ui/components/ui/input-group.tsx +0 -170
  1704. package/packages/shadcn-ui/components/ui/input-otp.tsx +0 -77
  1705. package/packages/shadcn-ui/components/ui/input.tsx +0 -21
  1706. package/packages/shadcn-ui/components/ui/item.tsx +0 -193
  1707. package/packages/shadcn-ui/components/ui/kbd.tsx +0 -28
  1708. package/packages/shadcn-ui/components/ui/label.tsx +0 -24
  1709. package/packages/shadcn-ui/components/ui/menubar.tsx +0 -276
  1710. package/packages/shadcn-ui/components/ui/navigation-menu.tsx +0 -168
  1711. package/packages/shadcn-ui/components/ui/pagination.tsx +0 -127
  1712. package/packages/shadcn-ui/components/ui/popover.tsx +0 -48
  1713. package/packages/shadcn-ui/components/ui/progress.tsx +0 -31
  1714. package/packages/shadcn-ui/components/ui/radio-group.tsx +0 -45
  1715. package/packages/shadcn-ui/components/ui/resizable.tsx +0 -56
  1716. package/packages/shadcn-ui/components/ui/scroll-area.tsx +0 -58
  1717. package/packages/shadcn-ui/components/ui/select.tsx +0 -187
  1718. package/packages/shadcn-ui/components/ui/separator.tsx +0 -28
  1719. package/packages/shadcn-ui/components/ui/sheet.tsx +0 -139
  1720. package/packages/shadcn-ui/components/ui/sidebar.tsx +0 -726
  1721. package/packages/shadcn-ui/components/ui/skeleton.tsx +0 -13
  1722. package/packages/shadcn-ui/components/ui/slider.tsx +0 -63
  1723. package/packages/shadcn-ui/components/ui/sonner.tsx +0 -25
  1724. package/packages/shadcn-ui/components/ui/spinner.tsx +0 -16
  1725. package/packages/shadcn-ui/components/ui/switch.tsx +0 -31
  1726. package/packages/shadcn-ui/components/ui/table.tsx +0 -116
  1727. package/packages/shadcn-ui/components/ui/tabs.tsx +0 -66
  1728. package/packages/shadcn-ui/components/ui/textarea.tsx +0 -18
  1729. package/packages/shadcn-ui/components/ui/toast.tsx +0 -128
  1730. package/packages/shadcn-ui/components/ui/toaster.tsx +0 -35
  1731. package/packages/shadcn-ui/components/ui/toggle-group.tsx +0 -73
  1732. package/packages/shadcn-ui/components/ui/toggle.tsx +0 -47
  1733. package/packages/shadcn-ui/components/ui/tooltip.tsx +0 -61
  1734. package/packages/shadcn-ui/components.json +0 -21
  1735. package/packages/shadcn-ui/hooks/use-mobile.ts +0 -19
  1736. package/packages/shadcn-ui/hooks/use-mobile.tsx +0 -19
  1737. package/packages/shadcn-ui/hooks/use-toast.ts +0 -194
  1738. package/packages/shadcn-ui/lib/utils.ts +0 -6
  1739. package/packages/shadcn-ui/package.json +0 -39
  1740. package/packages/shadcn-ui/tsconfig.json +0 -17
  1741. package/packages/shader-ripple/index.tsx +0 -303
  1742. package/packages/shader-ripple/package.json +0 -60
  1743. package/packages/shader-ripple/tsconfig.json +0 -18
  1744. package/packages/silk/README.md +0 -40
  1745. package/packages/silk/index.tsx +0 -170
  1746. package/packages/silk/package.json +0 -61
  1747. package/packages/silk/tsconfig.json +0 -18
  1748. package/packages/silk/types.d.ts +0 -23
  1749. package/packages/snippet/index.tsx +0 -123
  1750. package/packages/snippet/package.json +0 -23
  1751. package/packages/snippet/tsconfig.json +0 -13
  1752. package/packages/spinner/index.tsx +0 -271
  1753. package/packages/spinner/package.json +0 -24
  1754. package/packages/spinner/tsconfig.json +0 -13
  1755. package/packages/status/index.tsx +0 -62
  1756. package/packages/status/package.json +0 -23
  1757. package/packages/status/tsconfig.json +0 -13
  1758. package/packages/stories/index.tsx +0 -232
  1759. package/packages/stories/package.json +0 -23
  1760. package/packages/stories/tsconfig.json +0 -13
  1761. package/packages/table/index.tsx +0 -246
  1762. package/packages/table/package.json +0 -26
  1763. package/packages/table/tsconfig.json +0 -13
  1764. package/packages/tags/index.tsx +0 -221
  1765. package/packages/tags/package.json +0 -23
  1766. package/packages/tags/tsconfig.json +0 -13
  1767. package/packages/theme-switcher/index.tsx +0 -99
  1768. package/packages/theme-switcher/package.json +0 -26
  1769. package/packages/theme-switcher/tsconfig.json +0 -13
  1770. package/packages/ticker/index.tsx +0 -195
  1771. package/packages/ticker/package.json +0 -23
  1772. package/packages/ticker/tsconfig.json +0 -13
  1773. package/packages/tree/index.tsx +0 -445
  1774. package/packages/tree/package.json +0 -25
  1775. package/packages/tree/tsconfig.json +0 -13
  1776. package/packages/typescript-config/base.json +0 -27
  1777. package/packages/typescript-config/nextjs.json +0 -13
  1778. package/packages/typescript-config/package.json +0 -15
  1779. package/packages/typescript-config/react-library.json +0 -8
  1780. package/packages/typescript-config/types/minimatch/index.d.ts +0 -26
  1781. package/packages/typography/package.json +0 -26
  1782. package/packages/typography/styles.css +0 -326
  1783. package/packages/typography/tsconfig.json +0 -13
  1784. package/packages/video-player/index.tsx +0 -125
  1785. package/packages/video-player/package.json +0 -24
  1786. package/packages/video-player/tsconfig.json +0 -13
  1787. package/public/r/accordion-controlled.json +0 -20
  1788. package/public/r/accordion-demo.json +0 -19
  1789. package/public/r/accordion-multiple.json +0 -19
  1790. package/public/r/accordion-single.json +0 -19
  1791. package/public/r/accordion.json +0 -15
  1792. package/public/r/alert-demo.json +0 -19
  1793. package/public/r/alert-dialog-demo.json +0 -20
  1794. package/public/r/alert-dialog.json +0 -15
  1795. package/public/r/alert-error.json +0 -20
  1796. package/public/r/alert-info.json +0 -20
  1797. package/public/r/alert-success.json +0 -20
  1798. package/public/r/alert-warning.json +0 -20
  1799. package/public/r/alert-with-icon-action.json +0 -20
  1800. package/public/r/alert-with-icon.json +0 -19
  1801. package/public/r/alert.json +0 -32
  1802. package/public/r/announcement-tagless.json +0 -21
  1803. package/public/r/announcement-themes.json +0 -21
  1804. package/public/r/announcement.json +0 -20
  1805. package/public/r/autocomplete-async.json +0 -21
  1806. package/public/r/autocomplete-autohighlight.json +0 -20
  1807. package/public/r/autocomplete-demo.json +0 -20
  1808. package/public/r/autocomplete-disabled.json +0 -21
  1809. package/public/r/autocomplete-form.json +0 -23
  1810. package/public/r/autocomplete-grouped.json +0 -20
  1811. package/public/r/autocomplete-inline.json +0 -20
  1812. package/public/r/autocomplete-lg.json +0 -20
  1813. package/public/r/autocomplete-limit.json +0 -20
  1814. package/public/r/autocomplete-sm.json +0 -20
  1815. package/public/r/autocomplete-with-clear.json +0 -20
  1816. package/public/r/autocomplete-with-label.json +0 -21
  1817. package/public/r/autocomplete-with-trigger-clear.json +0 -20
  1818. package/public/r/autocomplete.json +0 -19
  1819. package/public/r/avatar-demo.json +0 -19
  1820. package/public/r/avatar-fallback.json +0 -19
  1821. package/public/r/avatar-group.json +0 -20
  1822. package/public/r/avatar-radius.json +0 -19
  1823. package/public/r/avatar-size.json +0 -19
  1824. package/public/r/avatar-stack-hover.json +0 -22
  1825. package/public/r/avatar-stack.json +0 -21
  1826. package/public/r/avatar.json +0 -15
  1827. package/public/r/badge-demo.json +0 -19
  1828. package/public/r/badge-destructive.json +0 -21
  1829. package/public/r/badge-error.json +0 -20
  1830. package/public/r/badge-info.json +0 -20
  1831. package/public/r/badge-lg.json +0 -19
  1832. package/public/r/badge-outline.json +0 -19
  1833. package/public/r/badge-secondary.json +0 -19
  1834. package/public/r/badge-sm.json +0 -19
  1835. package/public/r/badge-success.json +0 -20
  1836. package/public/r/badge-warning.json +0 -20
  1837. package/public/r/badge-with-icon.json +0 -19
  1838. package/public/r/badge-with-link.json +0 -19
  1839. package/public/r/badge.json +0 -35
  1840. package/public/r/banner-inset.json +0 -21
  1841. package/public/r/banner-themes.json +0 -21
  1842. package/public/r/banner.json +0 -20
  1843. package/public/r/bookmarks.json +0 -206
  1844. package/public/r/breadcrumb-custom-separator.json +0 -19
  1845. package/public/r/breadcrumb-demo.json +0 -21
  1846. package/public/r/breadcrumb.json +0 -15
  1847. package/public/r/button-demo.json +0 -19
  1848. package/public/r/button-destructive-outline.json +0 -20
  1849. package/public/r/button-destructive.json +0 -21
  1850. package/public/r/button-disabled.json +0 -20
  1851. package/public/r/button-ghost.json +0 -19
  1852. package/public/r/button-icon-lg.json +0 -19
  1853. package/public/r/button-icon-sm.json +0 -19
  1854. package/public/r/button-icon.json +0 -19
  1855. package/public/r/button-lg.json +0 -19
  1856. package/public/r/button-link.json +0 -19
  1857. package/public/r/button-loading.json +0 -20
  1858. package/public/r/button-outline.json +0 -19
  1859. package/public/r/button-secondary.json +0 -19
  1860. package/public/r/button-sm.json +0 -19
  1861. package/public/r/button-with-icon.json +0 -19
  1862. package/public/r/button-with-link.json +0 -19
  1863. package/public/r/button-xl.json +0 -19
  1864. package/public/r/button-xs.json +0 -19
  1865. package/public/r/button.json +0 -23
  1866. package/public/r/calendar-headless.json +0 -22
  1867. package/public/r/calendar-rac.json +0 -16
  1868. package/public/r/calendar.json +0 -21
  1869. package/public/r/card-demo.json +0 -28
  1870. package/public/r/card.json +0 -13
  1871. package/public/r/chart.json +0 -15
  1872. package/public/r/checkbox-card.json +0 -22
  1873. package/public/r/checkbox-demo.json +0 -21
  1874. package/public/r/checkbox-disabled.json +0 -22
  1875. package/public/r/checkbox-form.json +0 -25
  1876. package/public/r/checkbox-group-demo.json +0 -22
  1877. package/public/r/checkbox-group-disabled.json +0 -23
  1878. package/public/r/checkbox-group-form.json +0 -29
  1879. package/public/r/checkbox-group-nested-parent.json +0 -23
  1880. package/public/r/checkbox-group-parent.json +0 -23
  1881. package/public/r/checkbox-group.json +0 -15
  1882. package/public/r/checkbox-tree.json +0 -12
  1883. package/public/r/checkbox-with-description.json +0 -23
  1884. package/public/r/checkbox.json +0 -15
  1885. package/public/r/choicebox-inline.json +0 -20
  1886. package/public/r/choicebox.json +0 -20
  1887. package/public/r/code-block-diff.json +0 -21
  1888. package/public/r/code-block-focus.json +0 -20
  1889. package/public/r/code-block-headless.json +0 -21
  1890. package/public/r/code-block-highlight-line.json +0 -21
  1891. package/public/r/code-block-highlight-word.json +0 -21
  1892. package/public/r/code-block-no-highlighting.json +0 -20
  1893. package/public/r/code-block-numberless.json +0 -20
  1894. package/public/r/code-block-theme.json +0 -21
  1895. package/public/r/code-block.json +0 -20
  1896. package/public/r/codebase.json +0 -19
  1897. package/public/r/collaborative-canvas.json +0 -19
  1898. package/public/r/collapsible-demo.json +0 -19
  1899. package/public/r/collapsible.json +0 -15
  1900. package/public/r/color-picker.json +0 -21
  1901. package/public/r/colors-zinc.json +0 -61
  1902. package/public/r/combobox-autohighlight.json +0 -20
  1903. package/public/r/combobox-controlled.json +0 -21
  1904. package/public/r/combobox-create-new.json +0 -21
  1905. package/public/r/combobox-demo.json +0 -20
  1906. package/public/r/combobox-disabled.json +0 -21
  1907. package/public/r/combobox-fixed-width.json +0 -20
  1908. package/public/r/combobox-form.json +0 -24
  1909. package/public/r/combobox-grouped.json +0 -20
  1910. package/public/r/combobox-lg.json +0 -20
  1911. package/public/r/combobox-multiple-form.json +0 -25
  1912. package/public/r/combobox-multiple.json +0 -20
  1913. package/public/r/combobox-sm.json +0 -20
  1914. package/public/r/combobox-with-clear.json +0 -20
  1915. package/public/r/combobox-with-inner-input.json +0 -21
  1916. package/public/r/combobox-with-label.json +0 -21
  1917. package/public/r/combobox.json +0 -19
  1918. package/public/r/command.json +0 -18
  1919. package/public/r/comp-01.json +0 -22
  1920. package/public/r/comp-02.json +0 -23
  1921. package/public/r/comp-03.json +0 -23
  1922. package/public/r/comp-04.json +0 -23
  1923. package/public/r/comp-05.json +0 -22
  1924. package/public/r/comp-06.json +0 -23
  1925. package/public/r/comp-07.json +0 -22
  1926. package/public/r/comp-08.json +0 -23
  1927. package/public/r/comp-09.json +0 -22
  1928. package/public/r/comp-10.json +0 -22
  1929. package/public/r/comp-100.json +0 -23
  1930. package/public/r/comp-101.json +0 -23
  1931. package/public/r/comp-102.json +0 -23
  1932. package/public/r/comp-103.json +0 -23
  1933. package/public/r/comp-104.json +0 -23
  1934. package/public/r/comp-105.json +0 -23
  1935. package/public/r/comp-106.json +0 -22
  1936. package/public/r/comp-107.json +0 -22
  1937. package/public/r/comp-108.json +0 -23
  1938. package/public/r/comp-109.json +0 -22
  1939. package/public/r/comp-11.json +0 -22
  1940. package/public/r/comp-110.json +0 -22
  1941. package/public/r/comp-111.json +0 -21
  1942. package/public/r/comp-112.json +0 -21
  1943. package/public/r/comp-113.json +0 -22
  1944. package/public/r/comp-114.json +0 -23
  1945. package/public/r/comp-115.json +0 -22
  1946. package/public/r/comp-116.json +0 -22
  1947. package/public/r/comp-117.json +0 -23
  1948. package/public/r/comp-118.json +0 -23
  1949. package/public/r/comp-119.json +0 -27
  1950. package/public/r/comp-12.json +0 -22
  1951. package/public/r/comp-120.json +0 -27
  1952. package/public/r/comp-121.json +0 -27
  1953. package/public/r/comp-122.json +0 -27
  1954. package/public/r/comp-123.json +0 -22
  1955. package/public/r/comp-124.json +0 -22
  1956. package/public/r/comp-125.json +0 -31
  1957. package/public/r/comp-126.json +0 -31
  1958. package/public/r/comp-127.json +0 -21
  1959. package/public/r/comp-128.json +0 -21
  1960. package/public/r/comp-129.json +0 -24
  1961. package/public/r/comp-13.json +0 -22
  1962. package/public/r/comp-130.json +0 -23
  1963. package/public/r/comp-131.json +0 -23
  1964. package/public/r/comp-132.json +0 -23
  1965. package/public/r/comp-133.json +0 -23
  1966. package/public/r/comp-134.json +0 -23
  1967. package/public/r/comp-135.json +0 -24
  1968. package/public/r/comp-136.json +0 -23
  1969. package/public/r/comp-137.json +0 -23
  1970. package/public/r/comp-138.json +0 -25
  1971. package/public/r/comp-139.json +0 -23
  1972. package/public/r/comp-14.json +0 -22
  1973. package/public/r/comp-140.json +0 -23
  1974. package/public/r/comp-141.json +0 -23
  1975. package/public/r/comp-142.json +0 -25
  1976. package/public/r/comp-143.json +0 -23
  1977. package/public/r/comp-144.json +0 -24
  1978. package/public/r/comp-145.json +0 -24
  1979. package/public/r/comp-146.json +0 -24
  1980. package/public/r/comp-147.json +0 -24
  1981. package/public/r/comp-148.json +0 -25
  1982. package/public/r/comp-149.json +0 -24
  1983. package/public/r/comp-15.json +0 -22
  1984. package/public/r/comp-150.json +0 -21
  1985. package/public/r/comp-151.json +0 -23
  1986. package/public/r/comp-152.json +0 -23
  1987. package/public/r/comp-153.json +0 -23
  1988. package/public/r/comp-154.json +0 -23
  1989. package/public/r/comp-155.json +0 -23
  1990. package/public/r/comp-156.json +0 -25
  1991. package/public/r/comp-157.json +0 -27
  1992. package/public/r/comp-158.json +0 -24
  1993. package/public/r/comp-159.json +0 -24
  1994. package/public/r/comp-16.json +0 -22
  1995. package/public/r/comp-160.json +0 -24
  1996. package/public/r/comp-161.json +0 -24
  1997. package/public/r/comp-162.json +0 -24
  1998. package/public/r/comp-163.json +0 -28
  1999. package/public/r/comp-164.json +0 -24
  2000. package/public/r/comp-165.json +0 -24
  2001. package/public/r/comp-166.json +0 -25
  2002. package/public/r/comp-167.json +0 -24
  2003. package/public/r/comp-168.json +0 -24
  2004. package/public/r/comp-169.json +0 -23
  2005. package/public/r/comp-17.json +0 -25
  2006. package/public/r/comp-170.json +0 -25
  2007. package/public/r/comp-171.json +0 -28
  2008. package/public/r/comp-172.json +0 -23
  2009. package/public/r/comp-173.json +0 -23
  2010. package/public/r/comp-174.json +0 -23
  2011. package/public/r/comp-175.json +0 -23
  2012. package/public/r/comp-176.json +0 -23
  2013. package/public/r/comp-177.json +0 -23
  2014. package/public/r/comp-178.json +0 -23
  2015. package/public/r/comp-179.json +0 -24
  2016. package/public/r/comp-18.json +0 -25
  2017. package/public/r/comp-180.json +0 -23
  2018. package/public/r/comp-181.json +0 -25
  2019. package/public/r/comp-182.json +0 -24
  2020. package/public/r/comp-183.json +0 -25
  2021. package/public/r/comp-184.json +0 -25
  2022. package/public/r/comp-185.json +0 -24
  2023. package/public/r/comp-186.json +0 -25
  2024. package/public/r/comp-187.json +0 -25
  2025. package/public/r/comp-188.json +0 -25
  2026. package/public/r/comp-189.json +0 -23
  2027. package/public/r/comp-19.json +0 -23
  2028. package/public/r/comp-190.json +0 -23
  2029. package/public/r/comp-191.json +0 -24
  2030. package/public/r/comp-192.json +0 -23
  2031. package/public/r/comp-193.json +0 -23
  2032. package/public/r/comp-194.json +0 -24
  2033. package/public/r/comp-195.json +0 -23
  2034. package/public/r/comp-196.json +0 -24
  2035. package/public/r/comp-197.json +0 -23
  2036. package/public/r/comp-198.json +0 -23
  2037. package/public/r/comp-199.json +0 -23
  2038. package/public/r/comp-20.json +0 -23
  2039. package/public/r/comp-200.json +0 -25
  2040. package/public/r/comp-201.json +0 -22
  2041. package/public/r/comp-202.json +0 -22
  2042. package/public/r/comp-203.json +0 -23
  2043. package/public/r/comp-204.json +0 -23
  2044. package/public/r/comp-205.json +0 -23
  2045. package/public/r/comp-206.json +0 -24
  2046. package/public/r/comp-207.json +0 -23
  2047. package/public/r/comp-208.json +0 -23
  2048. package/public/r/comp-209.json +0 -23
  2049. package/public/r/comp-21.json +0 -23
  2050. package/public/r/comp-210.json +0 -24
  2051. package/public/r/comp-211.json +0 -24
  2052. package/public/r/comp-212.json +0 -23
  2053. package/public/r/comp-213.json +0 -23
  2054. package/public/r/comp-214.json +0 -23
  2055. package/public/r/comp-215.json +0 -24
  2056. package/public/r/comp-216.json +0 -22
  2057. package/public/r/comp-217.json +0 -22
  2058. package/public/r/comp-218.json +0 -25
  2059. package/public/r/comp-219.json +0 -23
  2060. package/public/r/comp-22.json +0 -23
  2061. package/public/r/comp-220.json +0 -24
  2062. package/public/r/comp-221.json +0 -23
  2063. package/public/r/comp-222.json +0 -26
  2064. package/public/r/comp-223.json +0 -26
  2065. package/public/r/comp-224.json +0 -23
  2066. package/public/r/comp-225.json +0 -24
  2067. package/public/r/comp-226.json +0 -26
  2068. package/public/r/comp-227.json +0 -26
  2069. package/public/r/comp-228.json +0 -26
  2070. package/public/r/comp-229.json +0 -30
  2071. package/public/r/comp-23.json +0 -24
  2072. package/public/r/comp-230.json +0 -30
  2073. package/public/r/comp-231.json +0 -32
  2074. package/public/r/comp-232.json +0 -31
  2075. package/public/r/comp-233.json +0 -30
  2076. package/public/r/comp-234.json +0 -28
  2077. package/public/r/comp-235.json +0 -28
  2078. package/public/r/comp-236.json +0 -24
  2079. package/public/r/comp-237.json +0 -26
  2080. package/public/r/comp-238.json +0 -26
  2081. package/public/r/comp-239.json +0 -26
  2082. package/public/r/comp-24.json +0 -23
  2083. package/public/r/comp-240.json +0 -23
  2084. package/public/r/comp-241.json +0 -24
  2085. package/public/r/comp-242.json +0 -23
  2086. package/public/r/comp-243.json +0 -23
  2087. package/public/r/comp-244.json +0 -23
  2088. package/public/r/comp-245.json +0 -23
  2089. package/public/r/comp-246.json +0 -23
  2090. package/public/r/comp-247.json +0 -23
  2091. package/public/r/comp-248.json +0 -23
  2092. package/public/r/comp-249.json +0 -24
  2093. package/public/r/comp-25.json +0 -24
  2094. package/public/r/comp-250.json +0 -25
  2095. package/public/r/comp-251.json +0 -25
  2096. package/public/r/comp-252.json +0 -25
  2097. package/public/r/comp-253.json +0 -25
  2098. package/public/r/comp-254.json +0 -35
  2099. package/public/r/comp-255.json +0 -30
  2100. package/public/r/comp-256.json +0 -25
  2101. package/public/r/comp-257.json +0 -25
  2102. package/public/r/comp-258.json +0 -32
  2103. package/public/r/comp-259.json +0 -26
  2104. package/public/r/comp-26.json +0 -24
  2105. package/public/r/comp-260.json +0 -26
  2106. package/public/r/comp-261.json +0 -24
  2107. package/public/r/comp-262.json +0 -31
  2108. package/public/r/comp-263.json +0 -25
  2109. package/public/r/comp-264.json +0 -33
  2110. package/public/r/comp-265.json +0 -32
  2111. package/public/r/comp-266.json +0 -24
  2112. package/public/r/comp-267.json +0 -19
  2113. package/public/r/comp-268.json +0 -19
  2114. package/public/r/comp-269.json +0 -19
  2115. package/public/r/comp-27.json +0 -24
  2116. package/public/r/comp-270.json +0 -19
  2117. package/public/r/comp-271.json +0 -19
  2118. package/public/r/comp-272.json +0 -19
  2119. package/public/r/comp-273.json +0 -19
  2120. package/public/r/comp-274.json +0 -19
  2121. package/public/r/comp-275.json +0 -19
  2122. package/public/r/comp-276.json +0 -19
  2123. package/public/r/comp-277.json +0 -21
  2124. package/public/r/comp-278.json +0 -21
  2125. package/public/r/comp-279.json +0 -23
  2126. package/public/r/comp-28.json +0 -24
  2127. package/public/r/comp-280.json +0 -23
  2128. package/public/r/comp-281.json +0 -23
  2129. package/public/r/comp-282.json +0 -23
  2130. package/public/r/comp-283.json +0 -23
  2131. package/public/r/comp-284.json +0 -23
  2132. package/public/r/comp-285.json +0 -23
  2133. package/public/r/comp-286.json +0 -23
  2134. package/public/r/comp-287.json +0 -24
  2135. package/public/r/comp-288.json +0 -23
  2136. package/public/r/comp-289.json +0 -24
  2137. package/public/r/comp-29.json +0 -24
  2138. package/public/r/comp-290.json +0 -24
  2139. package/public/r/comp-291.json +0 -24
  2140. package/public/r/comp-292.json +0 -24
  2141. package/public/r/comp-293.json +0 -26
  2142. package/public/r/comp-294.json +0 -24
  2143. package/public/r/comp-295.json +0 -23
  2144. package/public/r/comp-296.json +0 -23
  2145. package/public/r/comp-297.json +0 -30
  2146. package/public/r/comp-298.json +0 -26
  2147. package/public/r/comp-299.json +0 -28
  2148. package/public/r/comp-30.json +0 -23
  2149. package/public/r/comp-300.json +0 -29
  2150. package/public/r/comp-301.json +0 -24
  2151. package/public/r/comp-302.json +0 -18
  2152. package/public/r/comp-303.json +0 -18
  2153. package/public/r/comp-304.json +0 -18
  2154. package/public/r/comp-305.json +0 -21
  2155. package/public/r/comp-306.json +0 -21
  2156. package/public/r/comp-307.json +0 -21
  2157. package/public/r/comp-308.json +0 -21
  2158. package/public/r/comp-309.json +0 -21
  2159. package/public/r/comp-31.json +0 -21
  2160. package/public/r/comp-310.json +0 -23
  2161. package/public/r/comp-311.json +0 -20
  2162. package/public/r/comp-312.json +0 -21
  2163. package/public/r/comp-313.json +0 -26
  2164. package/public/r/comp-314.json +0 -26
  2165. package/public/r/comp-315.json +0 -24
  2166. package/public/r/comp-316.json +0 -25
  2167. package/public/r/comp-317.json +0 -24
  2168. package/public/r/comp-318.json +0 -24
  2169. package/public/r/comp-319.json +0 -24
  2170. package/public/r/comp-32.json +0 -21
  2171. package/public/r/comp-320.json +0 -27
  2172. package/public/r/comp-321.json +0 -28
  2173. package/public/r/comp-322.json +0 -27
  2174. package/public/r/comp-323.json +0 -30
  2175. package/public/r/comp-324.json +0 -28
  2176. package/public/r/comp-325.json +0 -29
  2177. package/public/r/comp-326.json +0 -30
  2178. package/public/r/comp-327.json +0 -30
  2179. package/public/r/comp-328.json +0 -37
  2180. package/public/r/comp-329.json +0 -38
  2181. package/public/r/comp-33.json +0 -18
  2182. package/public/r/comp-330.json +0 -27
  2183. package/public/r/comp-331.json +0 -42
  2184. package/public/r/comp-332.json +0 -25
  2185. package/public/r/comp-333.json +0 -29
  2186. package/public/r/comp-334.json +0 -22
  2187. package/public/r/comp-335.json +0 -22
  2188. package/public/r/comp-336.json +0 -22
  2189. package/public/r/comp-337.json +0 -22
  2190. package/public/r/comp-338.json +0 -22
  2191. package/public/r/comp-339.json +0 -22
  2192. package/public/r/comp-34.json +0 -27
  2193. package/public/r/comp-340.json +0 -22
  2194. package/public/r/comp-341.json +0 -22
  2195. package/public/r/comp-342.json +0 -22
  2196. package/public/r/comp-343.json +0 -22
  2197. package/public/r/comp-344.json +0 -22
  2198. package/public/r/comp-345.json +0 -22
  2199. package/public/r/comp-346.json +0 -22
  2200. package/public/r/comp-347.json +0 -22
  2201. package/public/r/comp-348.json +0 -22
  2202. package/public/r/comp-349.json +0 -22
  2203. package/public/r/comp-35.json +0 -27
  2204. package/public/r/comp-350.json +0 -22
  2205. package/public/r/comp-351.json +0 -22
  2206. package/public/r/comp-352.json +0 -24
  2207. package/public/r/comp-353.json +0 -24
  2208. package/public/r/comp-354.json +0 -23
  2209. package/public/r/comp-355.json +0 -23
  2210. package/public/r/comp-356.json +0 -23
  2211. package/public/r/comp-357.json +0 -23
  2212. package/public/r/comp-358.json +0 -23
  2213. package/public/r/comp-359.json +0 -24
  2214. package/public/r/comp-36.json +0 -26
  2215. package/public/r/comp-360.json +0 -25
  2216. package/public/r/comp-361.json +0 -23
  2217. package/public/r/comp-362.json +0 -24
  2218. package/public/r/comp-363.json +0 -27
  2219. package/public/r/comp-364.json +0 -26
  2220. package/public/r/comp-365.json +0 -24
  2221. package/public/r/comp-366.json +0 -23
  2222. package/public/r/comp-367.json +0 -23
  2223. package/public/r/comp-368.json +0 -23
  2224. package/public/r/comp-369.json +0 -23
  2225. package/public/r/comp-37.json +0 -23
  2226. package/public/r/comp-370.json +0 -23
  2227. package/public/r/comp-371.json +0 -24
  2228. package/public/r/comp-372.json +0 -24
  2229. package/public/r/comp-373.json +0 -25
  2230. package/public/r/comp-374.json +0 -26
  2231. package/public/r/comp-375.json +0 -25
  2232. package/public/r/comp-376.json +0 -26
  2233. package/public/r/comp-377.json +0 -27
  2234. package/public/r/comp-378.json +0 -24
  2235. package/public/r/comp-379.json +0 -24
  2236. package/public/r/comp-38.json +0 -23
  2237. package/public/r/comp-380.json +0 -24
  2238. package/public/r/comp-381.json +0 -26
  2239. package/public/r/comp-382.json +0 -25
  2240. package/public/r/comp-383.json +0 -26
  2241. package/public/r/comp-384.json +0 -24
  2242. package/public/r/comp-385.json +0 -24
  2243. package/public/r/comp-386.json +0 -24
  2244. package/public/r/comp-387.json +0 -28
  2245. package/public/r/comp-388.json +0 -26
  2246. package/public/r/comp-389.json +0 -24
  2247. package/public/r/comp-39.json +0 -23
  2248. package/public/r/comp-390.json +0 -23
  2249. package/public/r/comp-391.json +0 -23
  2250. package/public/r/comp-392.json +0 -23
  2251. package/public/r/comp-393.json +0 -23
  2252. package/public/r/comp-394.json +0 -24
  2253. package/public/r/comp-395.json +0 -24
  2254. package/public/r/comp-396.json +0 -24
  2255. package/public/r/comp-397.json +0 -25
  2256. package/public/r/comp-398.json +0 -26
  2257. package/public/r/comp-399.json +0 -26
  2258. package/public/r/comp-40.json +0 -23
  2259. package/public/r/comp-400.json +0 -20
  2260. package/public/r/comp-401.json +0 -19
  2261. package/public/r/comp-402.json +0 -19
  2262. package/public/r/comp-403.json +0 -19
  2263. package/public/r/comp-404.json +0 -19
  2264. package/public/r/comp-405.json +0 -19
  2265. package/public/r/comp-406.json +0 -19
  2266. package/public/r/comp-407.json +0 -19
  2267. package/public/r/comp-408.json +0 -19
  2268. package/public/r/comp-409.json +0 -22
  2269. package/public/r/comp-41.json +0 -29
  2270. package/public/r/comp-410.json +0 -22
  2271. package/public/r/comp-411.json +0 -22
  2272. package/public/r/comp-412.json +0 -19
  2273. package/public/r/comp-413.json +0 -22
  2274. package/public/r/comp-414.json +0 -22
  2275. package/public/r/comp-415.json +0 -22
  2276. package/public/r/comp-416.json +0 -23
  2277. package/public/r/comp-417.json +0 -22
  2278. package/public/r/comp-418.json +0 -23
  2279. package/public/r/comp-419.json +0 -23
  2280. package/public/r/comp-42.json +0 -30
  2281. package/public/r/comp-420.json +0 -23
  2282. package/public/r/comp-421.json +0 -23
  2283. package/public/r/comp-422.json +0 -23
  2284. package/public/r/comp-423.json +0 -24
  2285. package/public/r/comp-424.json +0 -22
  2286. package/public/r/comp-425.json +0 -23
  2287. package/public/r/comp-426.json +0 -23
  2288. package/public/r/comp-427.json +0 -23
  2289. package/public/r/comp-428.json +0 -23
  2290. package/public/r/comp-429.json +0 -23
  2291. package/public/r/comp-43.json +0 -32
  2292. package/public/r/comp-430.json +0 -23
  2293. package/public/r/comp-431.json +0 -23
  2294. package/public/r/comp-432.json +0 -23
  2295. package/public/r/comp-433.json +0 -24
  2296. package/public/r/comp-434.json +0 -24
  2297. package/public/r/comp-435.json +0 -24
  2298. package/public/r/comp-436.json +0 -24
  2299. package/public/r/comp-437.json +0 -25
  2300. package/public/r/comp-438.json +0 -23
  2301. package/public/r/comp-439.json +0 -24
  2302. package/public/r/comp-44.json +0 -25
  2303. package/public/r/comp-440.json +0 -25
  2304. package/public/r/comp-441.json +0 -25
  2305. package/public/r/comp-442.json +0 -24
  2306. package/public/r/comp-443.json +0 -24
  2307. package/public/r/comp-444.json +0 -24
  2308. package/public/r/comp-445.json +0 -24
  2309. package/public/r/comp-446.json +0 -24
  2310. package/public/r/comp-447.json +0 -25
  2311. package/public/r/comp-448.json +0 -23
  2312. package/public/r/comp-449.json +0 -23
  2313. package/public/r/comp-45.json +0 -25
  2314. package/public/r/comp-450.json +0 -23
  2315. package/public/r/comp-451.json +0 -23
  2316. package/public/r/comp-452.json +0 -23
  2317. package/public/r/comp-453.json +0 -25
  2318. package/public/r/comp-454.json +0 -22
  2319. package/public/r/comp-455.json +0 -22
  2320. package/public/r/comp-456.json +0 -22
  2321. package/public/r/comp-457.json +0 -21
  2322. package/public/r/comp-458.json +0 -22
  2323. package/public/r/comp-459.json +0 -26
  2324. package/public/r/comp-46.json +0 -26
  2325. package/public/r/comp-460.json +0 -26
  2326. package/public/r/comp-461.json +0 -27
  2327. package/public/r/comp-462.json +0 -27
  2328. package/public/r/comp-463.json +0 -30
  2329. package/public/r/comp-464.json +0 -29
  2330. package/public/r/comp-465.json +0 -29
  2331. package/public/r/comp-466.json +0 -21
  2332. package/public/r/comp-467.json +0 -23
  2333. package/public/r/comp-468.json +0 -21
  2334. package/public/r/comp-469.json +0 -21
  2335. package/public/r/comp-47.json +0 -32
  2336. package/public/r/comp-470.json +0 -21
  2337. package/public/r/comp-471.json +0 -21
  2338. package/public/r/comp-472.json +0 -23
  2339. package/public/r/comp-473.json +0 -24
  2340. package/public/r/comp-474.json +0 -22
  2341. package/public/r/comp-475.json +0 -22
  2342. package/public/r/comp-476.json +0 -21
  2343. package/public/r/comp-477.json +0 -31
  2344. package/public/r/comp-478.json +0 -36
  2345. package/public/r/comp-479.json +0 -28
  2346. package/public/r/comp-48.json +0 -32
  2347. package/public/r/comp-480.json +0 -30
  2348. package/public/r/comp-481.json +0 -34
  2349. package/public/r/comp-482.json +0 -33
  2350. package/public/r/comp-483.json +0 -37
  2351. package/public/r/comp-484.json +0 -41
  2352. package/public/r/comp-485.json +0 -43
  2353. package/public/r/comp-486.json +0 -23
  2354. package/public/r/comp-487.json +0 -26
  2355. package/public/r/comp-488.json +0 -27
  2356. package/public/r/comp-489.json +0 -28
  2357. package/public/r/comp-49.json +0 -32
  2358. package/public/r/comp-490.json +0 -23
  2359. package/public/r/comp-491.json +0 -24
  2360. package/public/r/comp-492.json +0 -25
  2361. package/public/r/comp-493.json +0 -23
  2362. package/public/r/comp-494.json +0 -23
  2363. package/public/r/comp-495.json +0 -24
  2364. package/public/r/comp-496.json +0 -23
  2365. package/public/r/comp-497.json +0 -24
  2366. package/public/r/comp-498.json +0 -24
  2367. package/public/r/comp-499.json +0 -24
  2368. package/public/r/comp-50.json +0 -32
  2369. package/public/r/comp-500.json +0 -25
  2370. package/public/r/comp-501.json +0 -25
  2371. package/public/r/comp-502.json +0 -26
  2372. package/public/r/comp-503.json +0 -27
  2373. package/public/r/comp-504.json +0 -28
  2374. package/public/r/comp-505.json +0 -28
  2375. package/public/r/comp-506.json +0 -26
  2376. package/public/r/comp-507.json +0 -27
  2377. package/public/r/comp-508.json +0 -25
  2378. package/public/r/comp-509.json +0 -25
  2379. package/public/r/comp-51.json +0 -23
  2380. package/public/r/comp-510.json +0 -24
  2381. package/public/r/comp-511.json +0 -27
  2382. package/public/r/comp-512.json +0 -27
  2383. package/public/r/comp-513.json +0 -21
  2384. package/public/r/comp-514.json +0 -21
  2385. package/public/r/comp-515.json +0 -21
  2386. package/public/r/comp-516.json +0 -22
  2387. package/public/r/comp-517.json +0 -22
  2388. package/public/r/comp-518.json +0 -21
  2389. package/public/r/comp-519.json +0 -21
  2390. package/public/r/comp-52.json +0 -23
  2391. package/public/r/comp-520.json +0 -22
  2392. package/public/r/comp-521.json +0 -22
  2393. package/public/r/comp-522.json +0 -21
  2394. package/public/r/comp-523.json +0 -21
  2395. package/public/r/comp-524.json +0 -21
  2396. package/public/r/comp-525.json +0 -21
  2397. package/public/r/comp-526.json +0 -22
  2398. package/public/r/comp-527.json +0 -23
  2399. package/public/r/comp-528.json +0 -22
  2400. package/public/r/comp-529.json +0 -22
  2401. package/public/r/comp-53.json +0 -24
  2402. package/public/r/comp-530.json +0 -22
  2403. package/public/r/comp-531.json +0 -22
  2404. package/public/r/comp-532.json +0 -22
  2405. package/public/r/comp-533.json +0 -22
  2406. package/public/r/comp-534.json +0 -22
  2407. package/public/r/comp-535.json +0 -22
  2408. package/public/r/comp-536.json +0 -22
  2409. package/public/r/comp-537.json +0 -22
  2410. package/public/r/comp-538.json +0 -22
  2411. package/public/r/comp-539.json +0 -22
  2412. package/public/r/comp-54.json +0 -26
  2413. package/public/r/comp-540.json +0 -21
  2414. package/public/r/comp-541.json +0 -21
  2415. package/public/r/comp-542.json +0 -124
  2416. package/public/r/comp-543.json +0 -29
  2417. package/public/r/comp-544.json +0 -26
  2418. package/public/r/comp-545.json +0 -29
  2419. package/public/r/comp-546.json +0 -29
  2420. package/public/r/comp-547.json +0 -29
  2421. package/public/r/comp-548.json +0 -29
  2422. package/public/r/comp-549.json +0 -29
  2423. package/public/r/comp-55.json +0 -27
  2424. package/public/r/comp-550.json +0 -29
  2425. package/public/r/comp-551.json +0 -30
  2426. package/public/r/comp-552.json +0 -29
  2427. package/public/r/comp-553.json +0 -29
  2428. package/public/r/comp-554.json +0 -36
  2429. package/public/r/comp-555.json +0 -23
  2430. package/public/r/comp-556.json +0 -23
  2431. package/public/r/comp-557.json +0 -23
  2432. package/public/r/comp-558.json +0 -23
  2433. package/public/r/comp-559.json +0 -23
  2434. package/public/r/comp-56.json +0 -26
  2435. package/public/r/comp-560.json +0 -23
  2436. package/public/r/comp-561.json +0 -25
  2437. package/public/r/comp-562.json +0 -23
  2438. package/public/r/comp-563.json +0 -23
  2439. package/public/r/comp-564.json +0 -24
  2440. package/public/r/comp-565.json +0 -20
  2441. package/public/r/comp-566.json +0 -20
  2442. package/public/r/comp-567.json +0 -20
  2443. package/public/r/comp-568.json +0 -20
  2444. package/public/r/comp-569.json +0 -20
  2445. package/public/r/comp-57.json +0 -26
  2446. package/public/r/comp-570.json +0 -20
  2447. package/public/r/comp-571.json +0 -23
  2448. package/public/r/comp-572.json +0 -23
  2449. package/public/r/comp-573.json +0 -20
  2450. package/public/r/comp-574.json +0 -22
  2451. package/public/r/comp-575.json +0 -20
  2452. package/public/r/comp-576.json +0 -21
  2453. package/public/r/comp-577.json +0 -23
  2454. package/public/r/comp-578.json +0 -28
  2455. package/public/r/comp-579.json +0 -28
  2456. package/public/r/comp-58.json +0 -25
  2457. package/public/r/comp-580.json +0 -29
  2458. package/public/r/comp-581.json +0 -45
  2459. package/public/r/comp-582.json +0 -42
  2460. package/public/r/comp-583.json +0 -41
  2461. package/public/r/comp-584.json +0 -41
  2462. package/public/r/comp-585.json +0 -41
  2463. package/public/r/comp-586.json +0 -34
  2464. package/public/r/comp-587.json +0 -29
  2465. package/public/r/comp-588.json +0 -33
  2466. package/public/r/comp-589.json +0 -37
  2467. package/public/r/comp-59.json +0 -22
  2468. package/public/r/comp-590.json +0 -40
  2469. package/public/r/comp-591.json +0 -29
  2470. package/public/r/comp-592.json +0 -41
  2471. package/public/r/comp-593.json +0 -36
  2472. package/public/r/comp-594.json +0 -33
  2473. package/public/r/comp-595.json +0 -22
  2474. package/public/r/comp-596.json +0 -26
  2475. package/public/r/comp-597.json +0 -22
  2476. package/public/r/comp-598.json +0 -22
  2477. package/public/r/comp-599.json +0 -22
  2478. package/public/r/comp-60.json +0 -23
  2479. package/public/r/comp-600.json +0 -17
  2480. package/public/r/comp-601.json +0 -20
  2481. package/public/r/comp-602.json +0 -17
  2482. package/public/r/comp-603.json +0 -20
  2483. package/public/r/comp-604.json +0 -17
  2484. package/public/r/comp-605.json +0 -17
  2485. package/public/r/comp-606.json +0 -20
  2486. package/public/r/comp-607.json +0 -20
  2487. package/public/r/comp-608.json +0 -20
  2488. package/public/r/comp-609.json +0 -20
  2489. package/public/r/comp-61.json +0 -23
  2490. package/public/r/comp-610.json +0 -23
  2491. package/public/r/comp-611.json +0 -23
  2492. package/public/r/comp-612.json +0 -17
  2493. package/public/r/comp-613.json +0 -20
  2494. package/public/r/comp-614.json +0 -17
  2495. package/public/r/comp-615.json +0 -26
  2496. package/public/r/comp-616.json +0 -26
  2497. package/public/r/comp-617.json +0 -26
  2498. package/public/r/comp-62.json +0 -23
  2499. package/public/r/comp-63.json +0 -22
  2500. package/public/r/comp-64.json +0 -23
  2501. package/public/r/comp-65.json +0 -22
  2502. package/public/r/comp-66.json +0 -22
  2503. package/public/r/comp-67.json +0 -23
  2504. package/public/r/comp-68.json +0 -24
  2505. package/public/r/comp-69.json +0 -24
  2506. package/public/r/comp-70.json +0 -24
  2507. package/public/r/comp-71.json +0 -22
  2508. package/public/r/comp-72.json +0 -21
  2509. package/public/r/comp-73.json +0 -18
  2510. package/public/r/comp-74.json +0 -27
  2511. package/public/r/comp-75.json +0 -22
  2512. package/public/r/comp-76.json +0 -23
  2513. package/public/r/comp-77.json +0 -22
  2514. package/public/r/comp-78.json +0 -21
  2515. package/public/r/comp-79.json +0 -22
  2516. package/public/r/comp-80.json +0 -21
  2517. package/public/r/comp-81.json +0 -21
  2518. package/public/r/comp-82.json +0 -22
  2519. package/public/r/comp-83.json +0 -21
  2520. package/public/r/comp-84.json +0 -21
  2521. package/public/r/comp-85.json +0 -22
  2522. package/public/r/comp-86.json +0 -22
  2523. package/public/r/comp-87.json +0 -21
  2524. package/public/r/comp-88.json +0 -22
  2525. package/public/r/comp-89.json +0 -21
  2526. package/public/r/comp-90.json +0 -22
  2527. package/public/r/comp-91.json +0 -22
  2528. package/public/r/comp-92.json +0 -22
  2529. package/public/r/comp-93.json +0 -22
  2530. package/public/r/comp-94.json +0 -24
  2531. package/public/r/comp-95.json +0 -26
  2532. package/public/r/comp-96.json +0 -21
  2533. package/public/r/comp-97.json +0 -21
  2534. package/public/r/comp-98.json +0 -22
  2535. package/public/r/comp-99.json +0 -23
  2536. package/public/r/comparison-event-handlers.json +0 -22
  2537. package/public/r/comparison-hover.json +0 -22
  2538. package/public/r/comparison.json +0 -21
  2539. package/public/r/context-menu.json +0 -16
  2540. package/public/r/contribution-graph-custom-blocks.json +0 -23
  2541. package/public/r/contribution-graph-custom-footer.json +0 -23
  2542. package/public/r/contribution-graph-custom-theme.json +0 -23
  2543. package/public/r/contribution-graph-minimal.json +0 -22
  2544. package/public/r/contribution-graph-size.json +0 -23
  2545. package/public/r/contribution-graph-tooltip.json +0 -23
  2546. package/public/r/contribution-graph.json +0 -22
  2547. package/public/r/credit-card-apple.json +0 -20
  2548. package/public/r/credit-card-back.json +0 -20
  2549. package/public/r/credit-card.json +0 -20
  2550. package/public/r/cropper.json +0 -15
  2551. package/public/r/cursor-color.json +0 -20
  2552. package/public/r/cursor-message.json +0 -20
  2553. package/public/r/cursor-name-message.json +0 -21
  2554. package/public/r/cursor-name.json +0 -20
  2555. package/public/r/cursor-only.json +0 -19
  2556. package/public/r/cursor.json +0 -20
  2557. package/public/r/dashboard-1.json +0 -263
  2558. package/public/r/dashboard-2.json +0 -264
  2559. package/public/r/dashboard-3.json +0 -225
  2560. package/public/r/datefield-rac.json +0 -15
  2561. package/public/r/deck-controlled.json +0 -22
  2562. package/public/r/deck-product-cards.json +0 -22
  2563. package/public/r/deck.json +0 -20
  2564. package/public/r/dialog-close-confirmation.json +0 -29
  2565. package/public/r/dialog-demo.json +0 -25
  2566. package/public/r/dialog-from-menu.json +0 -23
  2567. package/public/r/dialog-nested.json +0 -23
  2568. package/public/r/dialog-stack-controlled.json +0 -22
  2569. package/public/r/dialog-stack-navigation.json +0 -22
  2570. package/public/r/dialog-stack-six.json +0 -22
  2571. package/public/r/dialog-stack.json +0 -22
  2572. package/public/r/dialog.json +0 -15
  2573. package/public/r/dropdown-menu.json +0 -15
  2574. package/public/r/dropzone-accept.json +0 -20
  2575. package/public/r/dropzone-custom-empty-state.json +0 -21
  2576. package/public/r/dropzone-image-preview.json +0 -21
  2577. package/public/r/dropzone-min-max.json +0 -20
  2578. package/public/r/dropzone-multiple.json +0 -21
  2579. package/public/r/dropzone.json +0 -21
  2580. package/public/r/editor.json +0 -21
  2581. package/public/r/emails.json +0 -243
  2582. package/public/r/empty-demo.json +0 -20
  2583. package/public/r/empty.json +0 -12
  2584. package/public/r/ether.json +0 -15
  2585. package/public/r/example-app-calendar.json +0 -323
  2586. package/public/r/field-2.json +0 -19
  2587. package/public/r/field-autocomplete.json +0 -23
  2588. package/public/r/field-checkbox-group.json +0 -26
  2589. package/public/r/field-checkbox.json +0 -22
  2590. package/public/r/field-combobox-multiple.json +0 -24
  2591. package/public/r/field-combobox.json +0 -23
  2592. package/public/r/field-complete-form.json +0 -30
  2593. package/public/r/field-demo.json +0 -22
  2594. package/public/r/field-disabled.json +0 -23
  2595. package/public/r/field-error.json +0 -21
  2596. package/public/r/field-number-field.json +0 -25
  2597. package/public/r/field-radio.json +0 -26
  2598. package/public/r/field-required.json +0 -21
  2599. package/public/r/field-select.json +0 -24
  2600. package/public/r/field-slider.json +0 -24
  2601. package/public/r/field-switch.json +0 -22
  2602. package/public/r/field-textarea.json +0 -24
  2603. package/public/r/field-validity.json +0 -19
  2604. package/public/r/field.json +0 -23
  2605. package/public/r/fieldset-demo.json +0 -24
  2606. package/public/r/fieldset.json +0 -15
  2607. package/public/r/files.json +0 -195
  2608. package/public/r/form-demo.json +0 -24
  2609. package/public/r/form-zod.json +0 -29
  2610. package/public/r/form.json +0 -20
  2611. package/public/r/frame-demo.json +0 -19
  2612. package/public/r/frame.json +0 -12
  2613. package/public/r/gantt-lanes.json +0 -23
  2614. package/public/r/gantt-no-sidebar.json +0 -22
  2615. package/public/r/gantt-read-only.json +0 -22
  2616. package/public/r/gantt.json +0 -22
  2617. package/public/r/glimpse-custom.json +0 -21
  2618. package/public/r/glimpse.json +0 -20
  2619. package/public/r/gooey-toast-demo.json +0 -23
  2620. package/public/r/gooey-toast-position.json +0 -20
  2621. package/public/r/gooey-toast-promise.json +0 -20
  2622. package/public/r/gooey-toast-states.json +0 -20
  2623. package/public/r/gooey-toast-with-button.json +0 -20
  2624. package/public/r/gradient-blinds.json +0 -15
  2625. package/public/r/group-demo.json +0 -20
  2626. package/public/r/group-with-input.json +0 -21
  2627. package/public/r/group.json +0 -18
  2628. package/public/r/hero.json +0 -24
  2629. package/public/r/hover-card.json +0 -15
  2630. package/public/r/image-crop-circular.json +0 -23
  2631. package/public/r/image-crop-custom.json +0 -24
  2632. package/public/r/image-crop.json +0 -23
  2633. package/public/r/image-zoom-background.json +0 -22
  2634. package/public/r/image-zoom-margin.json +0 -21
  2635. package/public/r/image-zoom.json +0 -21
  2636. package/public/r/input-demo.json +0 -19
  2637. package/public/r/input-disabled.json +0 -20
  2638. package/public/r/input-file.json +0 -20
  2639. package/public/r/input-group.json +0 -20
  2640. package/public/r/input-lg.json +0 -19
  2641. package/public/r/input-sm.json +0 -19
  2642. package/public/r/input-with-button.json +0 -21
  2643. package/public/r/input-with-label.json +0 -21
  2644. package/public/r/input.json +0 -15
  2645. package/public/r/kanban-simple.json +0 -21
  2646. package/public/r/kanban.json +0 -21
  2647. package/public/r/kbd.json +0 -12
  2648. package/public/r/label.json +0 -15
  2649. package/public/r/leads.json +0 -271
  2650. package/public/r/list-simple.json +0 -21
  2651. package/public/r/list.json +0 -21
  2652. package/public/r/maps.json +0 -188
  2653. package/public/r/marquee-no-fade.json +0 -20
  2654. package/public/r/marquee-raw.json +0 -21
  2655. package/public/r/marquee-spacing.json +0 -21
  2656. package/public/r/marquee.json +0 -20
  2657. package/public/r/menu-checkbox.json +0 -21
  2658. package/public/r/menu-close-on-click.json +0 -20
  2659. package/public/r/menu-demo.json +0 -20
  2660. package/public/r/menu-group-labels.json +0 -21
  2661. package/public/r/menu-hover.json +0 -20
  2662. package/public/r/menu-link.json +0 -21
  2663. package/public/r/menu-nested.json +0 -20
  2664. package/public/r/menu-radio-group.json +0 -21
  2665. package/public/r/menu.json +0 -23
  2666. package/public/r/meter-demo.json +0 -19
  2667. package/public/r/meter-simple.json +0 -19
  2668. package/public/r/meter-with-formatted-value.json +0 -19
  2669. package/public/r/meter-with-range.json +0 -19
  2670. package/public/r/meter.json +0 -15
  2671. package/public/r/mini-calendar-controlled.json +0 -21
  2672. package/public/r/mini-calendar-custom.json +0 -21
  2673. package/public/r/mini-calendar-days.json +0 -20
  2674. package/public/r/mini-calendar.json +0 -20
  2675. package/public/r/multiselect.json +0 -15
  2676. package/public/r/navigation-menu.json +0 -12
  2677. package/public/r/number-field-demo.json +0 -19
  2678. package/public/r/number-field-disabled.json +0 -21
  2679. package/public/r/number-field-form.json +0 -25
  2680. package/public/r/number-field-lg.json +0 -19
  2681. package/public/r/number-field-sm.json +0 -19
  2682. package/public/r/number-field-with-formatted-value.json +0 -19
  2683. package/public/r/number-field-with-label.json +0 -24
  2684. package/public/r/number-field-with-range.json +0 -20
  2685. package/public/r/number-field-with-scrub.json +0 -19
  2686. package/public/r/number-field-with-step.json +0 -19
  2687. package/public/r/number-field.json +0 -15
  2688. package/public/r/pagination-demo.json +0 -19
  2689. package/public/r/pagination.json +0 -18
  2690. package/public/r/particle-bu-1.json +0 -22
  2691. package/public/r/particle-bu-2.json +0 -22
  2692. package/public/r/particle-bu-3.json +0 -22
  2693. package/public/r/particle-bu-4.json +0 -22
  2694. package/public/r/particle-bu-5.json +0 -22
  2695. package/public/r/particle-bu-6.json +0 -22
  2696. package/public/r/particle-bu-7.json +0 -22
  2697. package/public/r/particle-fr-1.json +0 -25
  2698. package/public/r/particle-pa-1.json +0 -19
  2699. package/public/r/particle-pa-2.json +0 -21
  2700. package/public/r/pill-avatar-group.json +0 -21
  2701. package/public/r/pill-avatar.json +0 -21
  2702. package/public/r/pill-button.json +0 -20
  2703. package/public/r/pill-delta.json +0 -21
  2704. package/public/r/pill-icon.json +0 -21
  2705. package/public/r/pill-indicator.json +0 -20
  2706. package/public/r/pill-status.json +0 -21
  2707. package/public/r/pill.json +0 -20
  2708. package/public/r/popover-demo.json +0 -27
  2709. package/public/r/popover-with-close.json +0 -21
  2710. package/public/r/popover.json +0 -15
  2711. package/public/r/preview-card-demo.json +0 -21
  2712. package/public/r/preview-card.json +0 -15
  2713. package/public/r/pricing.json +0 -24
  2714. package/public/r/progress-demo.json +0 -19
  2715. package/public/r/progress-with-formatted-value.json +0 -19
  2716. package/public/r/progress-with-label-value.json +0 -20
  2717. package/public/r/progress.json +0 -15
  2718. package/public/r/qr-code-robust.json +0 -21
  2719. package/public/r/qr-code-server.json +0 -21
  2720. package/public/r/qr-code-styling.json +0 -21
  2721. package/public/r/qr-code.json +0 -20
  2722. package/public/r/radio-group-card.json +0 -21
  2723. package/public/r/radio-group-demo.json +0 -21
  2724. package/public/r/radio-group-disabled.json +0 -21
  2725. package/public/r/radio-group-form.json +0 -27
  2726. package/public/r/radio-group-with-description.json +0 -23
  2727. package/public/r/radio-group.json +0 -15
  2728. package/public/r/rating-colors.json +0 -21
  2729. package/public/r/rating-controlled.json +0 -21
  2730. package/public/r/rating-icon.json +0 -21
  2731. package/public/r/rating-size.json +0 -20
  2732. package/public/r/rating.json +0 -20
  2733. package/public/r/reel-custom.json +0 -22
  2734. package/public/r/reel-images.json +0 -21
  2735. package/public/r/reel-minimal.json +0 -20
  2736. package/public/r/reel.json +0 -21
  2737. package/public/r/registry.json +0 -26204
  2738. package/public/r/relative-time-controlled.json +0 -21
  2739. package/public/r/relative-time-format-date.json +0 -20
  2740. package/public/r/relative-time-format-time.json +0 -20
  2741. package/public/r/relative-time.json +0 -20
  2742. package/public/r/rentals.json +0 -187
  2743. package/public/r/roadmap.json +0 -28
  2744. package/public/r/sandbox-no-file-explorer.json +0 -21
  2745. package/public/r/sandbox.json +0 -21
  2746. package/public/r/scroll-area-both.json +0 -19
  2747. package/public/r/scroll-area-demo.json +0 -19
  2748. package/public/r/scroll-area-horizontal.json +0 -19
  2749. package/public/r/scroll-area.json +0 -15
  2750. package/public/r/select-demo.json +0 -19
  2751. package/public/r/select-disabled.json +0 -20
  2752. package/public/r/select-form.json +0 -26
  2753. package/public/r/select-lg.json +0 -19
  2754. package/public/r/select-multiple.json +0 -19
  2755. package/public/r/select-native.json +0 -12
  2756. package/public/r/select-sm.json +0 -19
  2757. package/public/r/select-with-groups.json +0 -19
  2758. package/public/r/select-without-alignment.json +0 -19
  2759. package/public/r/select.json +0 -15
  2760. package/public/r/separator-demo.json +0 -19
  2761. package/public/r/separator.json +0 -15
  2762. package/public/r/sheet-demo.json +0 -23
  2763. package/public/r/sheet-position.json +0 -20
  2764. package/public/r/sheet.json +0 -18
  2765. package/public/r/sidebar-nav.json +0 -22
  2766. package/public/r/silk.json +0 -16
  2767. package/public/r/skeleton-demo.json +0 -21
  2768. package/public/r/skeleton-only.json +0 -19
  2769. package/public/r/skeleton.json +0 -24
  2770. package/public/r/slider-demo.json +0 -19
  2771. package/public/r/slider-form.json +0 -27
  2772. package/public/r/slider-range.json +0 -20
  2773. package/public/r/slider-vertical.json +0 -20
  2774. package/public/r/slider-with-label-value.json +0 -21
  2775. package/public/r/slider.json +0 -15
  2776. package/public/r/snippet-npm.json +0 -22
  2777. package/public/r/snippet.json +0 -21
  2778. package/public/r/sonner.json +0 -16
  2779. package/public/r/spinner-customization.json +0 -21
  2780. package/public/r/spinner-variants.json +0 -21
  2781. package/public/r/spinner.json +0 -20
  2782. package/public/r/stats-card.json +0 -22
  2783. package/public/r/status-custom.json +0 -21
  2784. package/public/r/status.json +0 -20
  2785. package/public/r/stepper.json +0 -15
  2786. package/public/r/stories-avatars.json +0 -21
  2787. package/public/r/stories-images.json +0 -21
  2788. package/public/r/stories.json +0 -21
  2789. package/public/r/switch-card.json +0 -22
  2790. package/public/r/switch-demo.json +0 -21
  2791. package/public/r/switch-disabled.json +0 -22
  2792. package/public/r/switch-form.json +0 -25
  2793. package/public/r/switch-with-description.json +0 -23
  2794. package/public/r/switch.json +0 -15
  2795. package/public/r/table-demo.json +0 -21
  2796. package/public/r/table-framed.json +0 -23
  2797. package/public/r/table-simple.json +0 -21
  2798. package/public/r/table.json +0 -21
  2799. package/public/r/tabs-demo.json +0 -19
  2800. package/public/r/tabs-underline-vertical.json +0 -20
  2801. package/public/r/tabs-underline.json +0 -19
  2802. package/public/r/tabs-vertical.json +0 -20
  2803. package/public/r/tabs.json +0 -15
  2804. package/public/r/tags-create.json +0 -21
  2805. package/public/r/tags-filter.json +0 -21
  2806. package/public/r/tags.json +0 -20
  2807. package/public/r/template-auth-eight.json +0 -28
  2808. package/public/r/template-auth-five.json +0 -28
  2809. package/public/r/template-auth-four.json +0 -29
  2810. package/public/r/template-auth-nine.json +0 -28
  2811. package/public/r/template-auth-one.json +0 -49
  2812. package/public/r/template-auth-seven.json +0 -29
  2813. package/public/r/template-auth-six.json +0 -28
  2814. package/public/r/template-auth-three.json +0 -49
  2815. package/public/r/template-auth-two.json +0 -44
  2816. package/public/r/template-hero-eight.json +0 -83
  2817. package/public/r/template-hero-eleven.json +0 -29
  2818. package/public/r/template-hero-five.json +0 -35
  2819. package/public/r/template-hero-four.json +0 -35
  2820. package/public/r/template-hero-fourteen.json +0 -101
  2821. package/public/r/template-hero-nine.json +0 -74
  2822. package/public/r/template-hero-one.json +0 -90
  2823. package/public/r/template-hero-seven.json +0 -83
  2824. package/public/r/template-hero-six.json +0 -83
  2825. package/public/r/template-hero-ten.json +0 -77
  2826. package/public/r/template-hero-thirteen.json +0 -101
  2827. package/public/r/template-hero-three.json +0 -35
  2828. package/public/r/template-hero-twelve.json +0 -30
  2829. package/public/r/template-hero-two.json +0 -96
  2830. package/public/r/template-logo-cloud-five.json +0 -68
  2831. package/public/r/template-logo-cloud-four.json +0 -71
  2832. package/public/r/template-logo-cloud-one.json +0 -89
  2833. package/public/r/template-logo-cloud-three.json +0 -71
  2834. package/public/r/template-logo-cloud-two.json +0 -74
  2835. package/public/r/textarea-demo.json +0 -19
  2836. package/public/r/textarea-disabled.json +0 -20
  2837. package/public/r/textarea-form.json +0 -25
  2838. package/public/r/textarea-lg.json +0 -19
  2839. package/public/r/textarea-sm.json +0 -19
  2840. package/public/r/textarea-with-label.json +0 -22
  2841. package/public/r/textarea.json +0 -15
  2842. package/public/r/theme-switcher-uncontrolled.json +0 -21
  2843. package/public/r/theme-switcher.json +0 -21
  2844. package/public/r/ticker-currency.json +0 -20
  2845. package/public/r/ticker-inline.json +0 -20
  2846. package/public/r/ticker-percent.json +0 -20
  2847. package/public/r/ticker.json +0 -20
  2848. package/public/r/timeline.json +0 -15
  2849. package/public/r/toast-demo.json +0 -20
  2850. package/public/r/toast-heights.json +0 -19
  2851. package/public/r/toast-loading.json +0 -21
  2852. package/public/r/toast-promise.json +0 -20
  2853. package/public/r/toast-with-action.json +0 -20
  2854. package/public/r/toast-with-status.json +0 -20
  2855. package/public/r/toast.json +0 -18
  2856. package/public/r/toggle-demo.json +0 -19
  2857. package/public/r/toggle-disabled.json +0 -20
  2858. package/public/r/toggle-group-demo.json +0 -20
  2859. package/public/r/toggle-group-disabled.json +0 -21
  2860. package/public/r/toggle-group-lg.json +0 -20
  2861. package/public/r/toggle-group-multiple.json +0 -20
  2862. package/public/r/toggle-group-outline-with-separator.json +0 -20
  2863. package/public/r/toggle-group-outline.json +0 -20
  2864. package/public/r/toggle-group-sm.json +0 -20
  2865. package/public/r/toggle-group-with-disabled-item.json +0 -21
  2866. package/public/r/toggle-group.json +0 -19
  2867. package/public/r/toggle-icon-group.json +0 -19
  2868. package/public/r/toggle-lg.json +0 -19
  2869. package/public/r/toggle-outline.json +0 -19
  2870. package/public/r/toggle-sm.json +0 -19
  2871. package/public/r/toggle-with-icon.json +0 -19
  2872. package/public/r/toggle.json +0 -15
  2873. package/public/r/toolbar-demo.json +0 -27
  2874. package/public/r/toolbar.json +0 -15
  2875. package/public/r/tooltip-demo.json +0 -21
  2876. package/public/r/tooltip-grouped.json +0 -22
  2877. package/public/r/tooltip.json +0 -15
  2878. package/public/r/tree-controlled.json +0 -21
  2879. package/public/r/tree-custom-icons.json +0 -21
  2880. package/public/r/tree-no-lines.json +0 -20
  2881. package/public/r/tree-simple.json +0 -20
  2882. package/public/r/tree.json +0 -20
  2883. package/public/r/typography.json +0 -21
  2884. package/public/r/ui.json +0 -57
  2885. package/public/r/use-character-limit.json +0 -12
  2886. package/public/r/use-file-upload.json +0 -12
  2887. package/public/r/use-pagination.json +0 -12
  2888. package/public/r/use-slider-with-input.json +0 -12
  2889. package/public/r/use-toast.json +0 -12
  2890. package/public/r/utils.json +0 -16
  2891. package/public/r/video-player.json +0 -21
  2892. package/tsup.config.ts +0 -11
@@ -1,1996 +0,0 @@
1
- "use client";
2
-
3
- import type { Editor, Range } from "@tiptap/core";
4
- import { mergeAttributes, Node } from "@tiptap/core";
5
- import CodeBlockLowlight from "@tiptap/extension-code-block-lowlight";
6
- import { TaskItem, TaskList } from "@tiptap/extension-list";
7
- import Subscript from "@tiptap/extension-subscript";
8
- import Superscript from "@tiptap/extension-superscript";
9
- import {
10
- Table,
11
- TableCell,
12
- TableHeader,
13
- TableRow,
14
- } from "@tiptap/extension-table";
15
- import { TextStyleKit } from "@tiptap/extension-text-style";
16
- import Typography from "@tiptap/extension-typography";
17
- import { CharacterCount, Placeholder } from "@tiptap/extensions";
18
- import type { DOMOutputSpec, Node as ProseMirrorNode } from "@tiptap/pm/model";
19
- import { PluginKey } from "@tiptap/pm/state";
20
- import {
21
- ReactRenderer,
22
- EditorProvider as TiptapEditorProvider,
23
- type EditorProviderProps as TiptapEditorProviderProps,
24
- useCurrentEditor,
25
- } from "@tiptap/react";
26
- import {
27
- BubbleMenu,
28
- type BubbleMenuProps,
29
- FloatingMenu,
30
- type FloatingMenuProps,
31
- } from "@tiptap/react/menus";
32
- import { Button } from "../ui/src/ui/button";
33
- import {
34
- Command,
35
- CommandEmpty,
36
- CommandItem,
37
- CommandList,
38
- } from "../ui/src/ui/command";
39
- import {
40
- DropdownMenu,
41
- DropdownMenuContent,
42
- DropdownMenuItem,
43
- DropdownMenuTrigger,
44
- } from "../shadcn-ui/components/ui/dropdown-menu";
45
- import {
46
- Popover,
47
- PopoverContent,
48
- PopoverTrigger,
49
- } from "../ui/src/ui/popover";
50
- import { Separator } from "../ui/src/ui/separator";
51
- import {
52
- Tooltip,
53
- TooltipContent,
54
- TooltipProvider,
55
- TooltipTrigger,
56
- } from "../ui/src/ui/tooltip";
57
- import { cn } from "@/lib/utils";
58
-
59
- export type { Editor, JSONContent } from "@tiptap/react";
60
-
61
- import StarterKit from "@tiptap/starter-kit";
62
- import Suggestion, { type SuggestionOptions } from "@tiptap/suggestion";
63
- import Fuse from "fuse.js";
64
- import { all, createLowlight } from "lowlight";
65
- import {
66
- ArrowDownIcon,
67
- ArrowLeftIcon,
68
- ArrowRightIcon,
69
- ArrowUpIcon,
70
- BoldIcon,
71
- BoltIcon,
72
- CheckIcon,
73
- CheckSquareIcon,
74
- ChevronDownIcon,
75
- CodeIcon,
76
- ColumnsIcon,
77
- EllipsisIcon,
78
- EllipsisVerticalIcon,
79
- ExternalLinkIcon,
80
- Heading1Icon,
81
- Heading2Icon,
82
- Heading3Icon,
83
- ItalicIcon,
84
- ListIcon,
85
- ListOrderedIcon,
86
- type LucideIcon,
87
- type LucideProps,
88
- RemoveFormattingIcon,
89
- RowsIcon,
90
- StrikethroughIcon,
91
- SubscriptIcon,
92
- SuperscriptIcon,
93
- TableCellsMergeIcon,
94
- TableColumnsSplitIcon,
95
- TableIcon,
96
- TextIcon,
97
- TextQuoteIcon,
98
- TrashIcon,
99
- UnderlineIcon,
100
- } from "lucide-react";
101
- import type { FormEventHandler, HTMLAttributes, ReactNode } from "react";
102
- import { useCallback, useEffect, useRef, useState } from "react";
103
- import tippy, { type Instance as TippyInstance } from "tippy.js";
104
-
105
- type SlashNodeAttrs = {
106
- id: string | null;
107
- label?: string | null;
108
- };
109
-
110
- type SlashOptions<
111
- SlashOptionSuggestionItem = unknown,
112
- Attrs = SlashNodeAttrs,
113
- > = {
114
- HTMLAttributes: Record<string, unknown>;
115
- renderText: (props: {
116
- options: SlashOptions<SlashOptionSuggestionItem, Attrs>;
117
- node: ProseMirrorNode;
118
- }) => string;
119
- renderHTML: (props: {
120
- options: SlashOptions<SlashOptionSuggestionItem, Attrs>;
121
- node: ProseMirrorNode;
122
- }) => DOMOutputSpec;
123
- deleteTriggerWithBackspace: boolean;
124
- suggestion: Omit<
125
- SuggestionOptions<SlashOptionSuggestionItem, Attrs>,
126
- "editor"
127
- >;
128
- };
129
-
130
- const SlashPluginKey = new PluginKey("slash");
131
-
132
- export type SuggestionItem = {
133
- title: string;
134
- description: string;
135
- icon: LucideIcon;
136
- searchTerms: string[];
137
- command: (props: { editor: Editor; range: Range }) => void;
138
- };
139
-
140
- export const defaultSlashSuggestions: SuggestionOptions<SuggestionItem>["items"] =
141
- () => [
142
- {
143
- title: "Text",
144
- description: "Just start typing with plain text.",
145
- searchTerms: ["p", "paragraph"],
146
- icon: TextIcon,
147
- command: ({ editor, range }) => {
148
- editor
149
- .chain()
150
- .focus()
151
- .deleteRange(range)
152
- .toggleNode("paragraph", "paragraph")
153
- .run();
154
- },
155
- },
156
- {
157
- title: "To-do List",
158
- description: "Track tasks with a to-do list.",
159
- searchTerms: ["todo", "task", "list", "check", "checkbox"],
160
- icon: CheckSquareIcon,
161
- command: ({ editor, range }) => {
162
- editor
163
- .chain()
164
- .focus()
165
- .deleteRange(range)
166
- .toggleList("taskList", "taskItem")
167
- .run();
168
- },
169
- },
170
- {
171
- title: "Heading 1",
172
- description: "Big section heading.",
173
- searchTerms: ["title", "big", "large"],
174
- icon: Heading1Icon,
175
- command: ({ editor, range }) => {
176
- editor
177
- .chain()
178
- .focus()
179
- .deleteRange(range)
180
- .setNode("heading", { level: 1 })
181
- .run();
182
- },
183
- },
184
- {
185
- title: "Heading 2",
186
- description: "Medium section heading.",
187
- searchTerms: ["subtitle", "medium"],
188
- icon: Heading2Icon,
189
- command: ({ editor, range }) => {
190
- editor
191
- .chain()
192
- .focus()
193
- .deleteRange(range)
194
- .setNode("heading", { level: 2 })
195
- .run();
196
- },
197
- },
198
- {
199
- title: "Heading 3",
200
- description: "Small section heading.",
201
- searchTerms: ["subtitle", "small"],
202
- icon: Heading3Icon,
203
- command: ({ editor, range }) => {
204
- editor
205
- .chain()
206
- .focus()
207
- .deleteRange(range)
208
- .setNode("heading", { level: 3 })
209
- .run();
210
- },
211
- },
212
- {
213
- title: "Bullet List",
214
- description: "Create a simple bullet list.",
215
- searchTerms: ["unordered", "point"],
216
- icon: ListIcon,
217
- command: ({ editor, range }) => {
218
- editor.chain().focus().deleteRange(range).toggleBulletList().run();
219
- },
220
- },
221
- {
222
- title: "Numbered List",
223
- description: "Create a list with numbering.",
224
- searchTerms: ["ordered"],
225
- icon: ListOrderedIcon,
226
- command: ({ editor, range }) => {
227
- editor.chain().focus().deleteRange(range).toggleOrderedList().run();
228
- },
229
- },
230
- {
231
- title: "Quote",
232
- description: "Capture a quote.",
233
- searchTerms: ["blockquote"],
234
- icon: TextQuoteIcon,
235
- command: ({ editor, range }) =>
236
- editor
237
- .chain()
238
- .focus()
239
- .deleteRange(range)
240
- .toggleNode("paragraph", "paragraph")
241
- .toggleBlockquote()
242
- .run(),
243
- },
244
- {
245
- title: "Code",
246
- description: "Capture a code snippet.",
247
- searchTerms: ["codeblock"],
248
- icon: CodeIcon,
249
- command: ({ editor, range }) =>
250
- editor.chain().focus().deleteRange(range).toggleCodeBlock().run(),
251
- },
252
- {
253
- title: "Table",
254
- description: "Add a table view to organize data.",
255
- searchTerms: ["table"],
256
- icon: TableIcon,
257
- command: ({ editor, range }) =>
258
- editor
259
- .chain()
260
- .focus()
261
- .deleteRange(range)
262
- .insertTable({ rows: 3, cols: 3, withHeaderRow: true })
263
- .run(),
264
- },
265
- ];
266
-
267
- const Slash = Node.create<SlashOptions>({
268
- name: "slash",
269
- priority: 101,
270
- addOptions() {
271
- return {
272
- HTMLAttributes: {},
273
- renderText({ options, node }) {
274
- return `${options.suggestion.char}${node.attrs.label ?? node.attrs.id}`;
275
- },
276
- deleteTriggerWithBackspace: false,
277
- renderHTML({ options, node }) {
278
- return [
279
- "span",
280
- mergeAttributes(this.HTMLAttributes, options.HTMLAttributes),
281
- `${options.suggestion.char}${node.attrs.label ?? node.attrs.id}`,
282
- ];
283
- },
284
- suggestion: {
285
- char: "/",
286
- pluginKey: SlashPluginKey,
287
- command: ({ editor, range, props }) => {
288
- // increase range.to by one when the next node is of type "text"
289
- // and starts with a space character
290
- const nodeAfter = editor.view.state.selection.$to.nodeAfter;
291
- const overrideSpace = nodeAfter?.text?.startsWith(" ");
292
-
293
- if (overrideSpace) {
294
- range.to += 1;
295
- }
296
-
297
- editor
298
- .chain()
299
- .focus()
300
- .insertContentAt(range, [
301
- {
302
- type: this.name,
303
- attrs: props,
304
- },
305
- {
306
- type: "text",
307
- text: " ",
308
- },
309
- ])
310
- .run();
311
-
312
- // get reference to `window` object from editor element, to support cross-frame JS usage
313
- editor.view.dom.ownerDocument.defaultView
314
- ?.getSelection()
315
- ?.collapseToEnd();
316
- },
317
- allow: ({ state, range }) => {
318
- const $from = state.doc.resolve(range.from);
319
- const type = state.schema.nodes[this.name];
320
- const allow = !!$from.parent.type.contentMatch.matchType(type);
321
-
322
- return allow;
323
- },
324
- },
325
- };
326
- },
327
-
328
- group: "inline",
329
-
330
- inline: true,
331
-
332
- selectable: false,
333
-
334
- atom: true,
335
-
336
- addAttributes() {
337
- return {
338
- id: {
339
- default: null,
340
- parseHTML: (element) => element.getAttribute("data-id"),
341
- renderHTML: (attributes) => {
342
- if (!attributes.id) {
343
- return {};
344
- }
345
-
346
- return {
347
- "data-id": attributes.id,
348
- };
349
- },
350
- },
351
-
352
- label: {
353
- default: null,
354
- parseHTML: (element) => element.getAttribute("data-label"),
355
- renderHTML: (attributes) => {
356
- if (!attributes.label) {
357
- return {};
358
- }
359
-
360
- return {
361
- "data-label": attributes.label,
362
- };
363
- },
364
- },
365
- };
366
- },
367
-
368
- parseHTML() {
369
- return [
370
- {
371
- tag: `span[data-type="${this.name}"]`,
372
- },
373
- ];
374
- },
375
-
376
- renderHTML({ node, HTMLAttributes }) {
377
- const mergedOptions = { ...this.options };
378
-
379
- mergedOptions.HTMLAttributes = mergeAttributes(
380
- { "data-type": this.name },
381
- this.options.HTMLAttributes,
382
- HTMLAttributes
383
- );
384
- const html = this.options.renderHTML({
385
- options: mergedOptions,
386
- node,
387
- });
388
-
389
- if (typeof html === "string") {
390
- return [
391
- "span",
392
- mergeAttributes(
393
- { "data-type": this.name },
394
- this.options.HTMLAttributes,
395
- HTMLAttributes
396
- ),
397
- html,
398
- ];
399
- }
400
- return html;
401
- },
402
-
403
- renderText({ node }) {
404
- return this.options.renderText({
405
- options: this.options,
406
- node,
407
- });
408
- },
409
-
410
- addKeyboardShortcuts() {
411
- return {
412
- Backspace: () =>
413
- this.editor.commands.command(({ tr, state }) => {
414
- let isMention = false;
415
- const { selection } = state;
416
- const { empty, anchor } = selection;
417
-
418
- if (!empty) {
419
- return false;
420
- }
421
-
422
- state.doc.nodesBetween(anchor - 1, anchor, (node, pos) => {
423
- if (node.type.name === this.name) {
424
- isMention = true;
425
- tr.insertText(
426
- this.options.deleteTriggerWithBackspace
427
- ? ""
428
- : this.options.suggestion.char || "",
429
- pos,
430
- pos + node.nodeSize
431
- );
432
-
433
- return false;
434
- }
435
- });
436
-
437
- return isMention;
438
- }),
439
- };
440
- },
441
-
442
- addProseMirrorPlugins() {
443
- return [
444
- Suggestion({
445
- editor: this.editor,
446
- ...this.options.suggestion,
447
- }),
448
- ];
449
- },
450
- });
451
-
452
- // Create a lowlight instance with all languages loaded
453
- const lowlight = createLowlight(all);
454
-
455
- type EditorSlashMenuProps = {
456
- items: SuggestionItem[];
457
- command: (item: SuggestionItem) => void;
458
- editor: Editor;
459
- range: Range;
460
- };
461
-
462
- const EditorSlashMenu = ({ items, editor, range }: EditorSlashMenuProps) => (
463
- <Command
464
- className="border shadow"
465
- id="slash-command"
466
- onKeyDown={(e) => {
467
- e.stopPropagation();
468
- }}
469
- >
470
- <CommandEmpty className="flex w-full items-center justify-center p-4 text-muted-foreground text-sm">
471
- <p>No results</p>
472
- </CommandEmpty>
473
- <CommandList>
474
- {items.map((item) => (
475
- <CommandItem
476
- className="flex items-center gap-3 pr-3"
477
- key={item.title}
478
- onSelect={() => item.command({ editor, range })}
479
- >
480
- <div className="flex size-9 shrink-0 items-center justify-center rounded border bg-secondary">
481
- <item.icon className="text-muted-foreground" size={16} />
482
- </div>
483
- <div className="flex flex-col">
484
- <span className="font-medium text-sm">{item.title}</span>
485
- <span className="text-muted-foreground text-xs">
486
- {item.description}
487
- </span>
488
- </div>
489
- </CommandItem>
490
- ))}
491
- </CommandList>
492
- </Command>
493
- );
494
-
495
- const handleCommandNavigation = (event: KeyboardEvent) => {
496
- if (["ArrowUp", "ArrowDown", "Enter"].includes(event.key)) {
497
- const slashCommand = document.querySelector("#slash-command");
498
-
499
- if (slashCommand) {
500
- event.preventDefault();
501
-
502
- slashCommand.dispatchEvent(
503
- new KeyboardEvent("keydown", {
504
- key: event.key,
505
- cancelable: true,
506
- bubbles: true,
507
- })
508
- );
509
-
510
- return true;
511
- }
512
- }
513
- };
514
-
515
- export type EditorProviderProps = TiptapEditorProviderProps & {
516
- className?: string;
517
- limit?: number;
518
- placeholder?: string;
519
- };
520
-
521
- export const EditorProvider = ({
522
- className,
523
- extensions,
524
- limit,
525
- placeholder,
526
- ...props
527
- }: EditorProviderProps) => {
528
- const defaultExtensions = [
529
- StarterKit.configure({
530
- codeBlock: false,
531
- bulletList: {
532
- HTMLAttributes: {
533
- class: cn("list-outside list-disc pl-4"),
534
- },
535
- },
536
- orderedList: {
537
- HTMLAttributes: {
538
- class: cn("list-outside list-decimal pl-4"),
539
- },
540
- },
541
- listItem: {
542
- HTMLAttributes: {
543
- class: cn("leading-normal"),
544
- },
545
- },
546
- blockquote: {
547
- HTMLAttributes: {
548
- class: cn("border-l border-l-2 pl-2"),
549
- },
550
- },
551
- code: {
552
- HTMLAttributes: {
553
- class: cn("rounded-md bg-muted px-1.5 py-1 font-medium font-mono"),
554
- spellcheck: "false",
555
- },
556
- },
557
- horizontalRule: {
558
- HTMLAttributes: {
559
- class: cn("mt-4 mb-6 border-muted-foreground border-t"),
560
- },
561
- },
562
- dropcursor: {
563
- color: "var(--border)",
564
- width: 4,
565
- },
566
- }),
567
- Typography,
568
- Placeholder.configure({
569
- placeholder,
570
- emptyEditorClass:
571
- "before:text-muted-foreground before:content-[attr(data-placeholder)] before:float-left before:h-0 before:pointer-events-none",
572
- }),
573
- CharacterCount.configure({
574
- limit,
575
- }),
576
- CodeBlockLowlight.configure({
577
- lowlight,
578
- HTMLAttributes: {
579
- class: cn(
580
- "rounded-md border p-4 text-sm",
581
- "bg-background text-foreground",
582
- "[&_.hljs-doctag]:text-[#d73a49] [&_.hljs-keyword]:text-[#d73a49] [&_.hljs-meta_.hljs-keyword]:text-[#d73a49] [&_.hljs-template-tag]:text-[#d73a49] [&_.hljs-template-variable]:text-[#d73a49] [&_.hljs-type]:text-[#d73a49] [&_.hljs-variable.language_]:text-[#d73a49]",
583
- "[&_.hljs-title.class_.inherited__]:text-[#6f42c1] [&_.hljs-title.class_]:text-[#6f42c1] [&_.hljs-title.function_]:text-[#6f42c1] [&_.hljs-title]:text-[#6f42c1]",
584
- "[&_.hljs-attr]:text-[#005cc5] [&_.hljs-attribute]:text-[#005cc5] [&_.hljs-literal]:text-[#005cc5] [&_.hljs-meta]:text-[#005cc5] [&_.hljs-number]:text-[#005cc5] [&_.hljs-operator]:text-[#005cc5] [&_.hljs-selector-attr]:text-[#005cc5] [&_.hljs-selector-class]:text-[#005cc5] [&_.hljs-selector-id]:text-[#005cc5] [&_.hljs-variable]:text-[#005cc5]",
585
- "[&_.hljs-meta_.hljs-string]:text-[#032f62] [&_.hljs-regexp]:text-[#032f62] [&_.hljs-string]:text-[#032f62]",
586
- "[&_.hljs-built_in]:text-[#e36209] [&_.hljs-symbol]:text-[#e36209]",
587
- "[&_.hljs-code]:text-[#6a737d] [&_.hljs-comment]:text-[#6a737d] [&_.hljs-formula]:text-[#6a737d]",
588
- "[&_.hljs-name]:text-[#22863a] [&_.hljs-quote]:text-[#22863a] [&_.hljs-selector-pseudo]:text-[#22863a] [&_.hljs-selector-tag]:text-[#22863a]",
589
- "[&_.hljs-subst]:text-[#24292e]",
590
- "[&_.hljs-section]:font-bold [&_.hljs-section]:text-[#005cc5]",
591
- "[&_.hljs-bullet]:text-[#735c0f]",
592
- "[&_.hljs-emphasis]:text-[#24292e] [&_.hljs-emphasis]:italic",
593
- "[&_.hljs-strong]:font-bold [&_.hljs-strong]:text-[#24292e]",
594
- "[&_.hljs-addition]:bg-[#f0fff4] [&_.hljs-addition]:text-[#22863a]",
595
- "[&_.hljs-deletion]:bg-[#ffeef0] [&_.hljs-deletion]:text-[#b31d28]"
596
- ),
597
- },
598
- }),
599
- Superscript,
600
- Subscript,
601
- Slash.configure({
602
- suggestion: {
603
- items: async ({ editor, query }) => {
604
- const items = await defaultSlashSuggestions({ editor, query });
605
-
606
- if (!query) {
607
- return items;
608
- }
609
-
610
- const slashFuse = new Fuse(items, {
611
- keys: ["title", "description", "searchTerms"],
612
- threshold: 0.2,
613
- minMatchCharLength: 1,
614
- });
615
-
616
- const results = slashFuse.search(query);
617
-
618
- return results.map((result) => result.item);
619
- },
620
- char: "/",
621
- render: () => {
622
- let component: ReactRenderer<EditorSlashMenuProps>;
623
- let popup: TippyInstance;
624
-
625
- return {
626
- onStart: (onStartProps) => {
627
- component = new ReactRenderer(EditorSlashMenu, {
628
- props: onStartProps,
629
- editor: onStartProps.editor,
630
- });
631
-
632
- popup = tippy(document.body, {
633
- getReferenceClientRect: () =>
634
- onStartProps.clientRect?.() || new DOMRect(),
635
- appendTo: () => document.body,
636
- content: component.element,
637
- showOnCreate: true,
638
- interactive: true,
639
- trigger: "manual",
640
- placement: "bottom-start",
641
- });
642
- },
643
-
644
- onUpdate(onUpdateProps) {
645
- component.updateProps(onUpdateProps);
646
-
647
- popup.setProps({
648
- getReferenceClientRect: () =>
649
- onUpdateProps.clientRect?.() || new DOMRect(),
650
- });
651
- },
652
-
653
- onKeyDown(onKeyDownProps) {
654
- if (onKeyDownProps.event.key === "Escape") {
655
- popup.hide();
656
- component.destroy();
657
-
658
- return true;
659
- }
660
-
661
- return handleCommandNavigation(onKeyDownProps.event) ?? false;
662
- },
663
-
664
- onExit() {
665
- popup.destroy();
666
- component.destroy();
667
- },
668
- };
669
- },
670
- },
671
- }),
672
- Table.configure({
673
- HTMLAttributes: {
674
- class: cn(
675
- "relative m-0 mx-auto my-3 w-full table-fixed border-collapse overflow-hidden rounded-none text-sm"
676
- ),
677
- },
678
- allowTableNodeSelection: true,
679
- }),
680
- TableRow.configure({
681
- HTMLAttributes: {
682
- class: cn(
683
- "relative box-border min-w-[1em] border p-1 text-start align-top"
684
- ),
685
- },
686
- }),
687
- TableCell.configure({
688
- HTMLAttributes: {
689
- class: cn(
690
- "relative box-border min-w-[1em] border p-1 text-start align-top"
691
- ),
692
- },
693
- }),
694
- TableHeader.configure({
695
- HTMLAttributes: {
696
- class: cn(
697
- "relative box-border min-w-[1em] border bg-secondary p-1 text-start align-top font-medium font-semibold text-muted-foreground"
698
- ),
699
- },
700
- }),
701
- TaskList.configure({
702
- HTMLAttributes: {
703
- // 17px = the width of the checkbox + the gap between the checkbox and the text
704
- class: "before:translate-x-[17px]",
705
- },
706
- }),
707
- TaskItem.configure({
708
- HTMLAttributes: {
709
- class: "flex items-start gap-1",
710
- },
711
- }),
712
- ];
713
-
714
- return (
715
- <TooltipProvider>
716
- <div className={cn(className, "[&_.ProseMirror-focused]:outline-none")}>
717
- <TiptapEditorProvider
718
- editorProps={{
719
- handleKeyDown: (_view, event) => {
720
- handleCommandNavigation(event);
721
- },
722
- }}
723
- extensions={[
724
- ...defaultExtensions,
725
- TextStyleKit,
726
- ...(extensions ?? []),
727
- ]}
728
- immediatelyRender={false}
729
- {...props}
730
- />
731
- </div>
732
- </TooltipProvider>
733
- );
734
- };
735
-
736
- export type EditorFloatingMenuProps = Omit<FloatingMenuProps, "editor">;
737
-
738
- export const EditorFloatingMenu = ({
739
- className,
740
- ...props
741
- }: EditorFloatingMenuProps) => {
742
- const { editor } = useCurrentEditor();
743
- return (
744
- <FloatingMenu
745
- className={cn("flex items-center bg-secondary", className)}
746
- editor={editor ?? null}
747
- {...props}
748
- />
749
- );
750
- };
751
-
752
- export type EditorBubbleMenuProps = Omit<BubbleMenuProps, "editor">;
753
-
754
- export const EditorBubbleMenu = ({
755
- className,
756
- children,
757
- ...props
758
- }: EditorBubbleMenuProps) => {
759
- const { editor } = useCurrentEditor();
760
- return (
761
- <BubbleMenu
762
- className={cn(
763
- "flex rounded-xl border bg-background p-0.5 shadow",
764
- "[&>*:first-child]:rounded-l-[9px]",
765
- "[&>*:last-child]:rounded-r-[9px]",
766
- className
767
- )}
768
- editor={editor ?? undefined}
769
- {...props}
770
- >
771
- {children && Array.isArray(children)
772
- ? children.reduce((acc: ReactNode[], child, index) => {
773
- if (index === 0) {
774
- return [child];
775
- }
776
-
777
- // biome-ignore lint/suspicious/noArrayIndexKey: "only iterator we have"
778
- acc.push(<Separator key={index} orientation="vertical" />);
779
- acc.push(child);
780
- return acc;
781
- }, [])
782
- : children}
783
- </BubbleMenu>
784
- );
785
- };
786
-
787
- type EditorButtonProps = {
788
- name: string;
789
- isActive: () => boolean;
790
- command: () => void;
791
- icon: LucideIcon | ((props: LucideProps) => ReactNode);
792
- hideName?: boolean;
793
- };
794
-
795
- const BubbleMenuButton = ({
796
- name,
797
- isActive,
798
- command,
799
- icon: Icon,
800
- hideName,
801
- }: EditorButtonProps) => (
802
- <Button
803
- className={`flex gap-4 ${hideName ? "" : "w-full"}`}
804
- onClick={() => command()}
805
- size="sm"
806
- variant="ghost"
807
- >
808
- <Icon className="shrink-0 text-muted-foreground" size={12} />
809
- {!hideName && <span className="flex-1 text-left">{name}</span>}
810
- {isActive() ? (
811
- <CheckIcon className="shrink-0 text-muted-foreground" size={12} />
812
- ) : null}
813
- </Button>
814
- );
815
-
816
- export type EditorClearFormattingProps = Pick<EditorButtonProps, "hideName">;
817
-
818
- export const EditorClearFormatting = ({
819
- hideName = true,
820
- }: EditorClearFormattingProps) => {
821
- const { editor } = useCurrentEditor();
822
-
823
- if (!editor) {
824
- return null;
825
- }
826
-
827
- return (
828
- <BubbleMenuButton
829
- command={() => editor.chain().focus().clearNodes().unsetAllMarks().run()}
830
- hideName={hideName}
831
- icon={RemoveFormattingIcon}
832
- isActive={() => false}
833
- name="Clear Formatting"
834
- />
835
- );
836
- };
837
-
838
- export type EditorNodeTextProps = Pick<EditorButtonProps, "hideName">;
839
-
840
- export const EditorNodeText = ({
841
- hideName = false,
842
- }: Pick<EditorButtonProps, "hideName">) => {
843
- const { editor } = useCurrentEditor();
844
-
845
- if (!editor) {
846
- return null;
847
- }
848
-
849
- return (
850
- <BubbleMenuButton
851
- command={() =>
852
- editor.chain().focus().toggleNode("paragraph", "paragraph").run()
853
- }
854
- hideName={hideName}
855
- // I feel like there has to be a more efficient way to do this – feel free to PR if you know how!
856
- icon={TextIcon}
857
- isActive={() =>
858
- (editor &&
859
- !editor.isActive("paragraph") &&
860
- !editor.isActive("bulletList") &&
861
- !editor.isActive("orderedList")) ??
862
- false
863
- }
864
- name="Text"
865
- />
866
- );
867
- };
868
-
869
- export type EditorNodeHeading1Props = Pick<EditorButtonProps, "hideName">;
870
-
871
- export const EditorNodeHeading1 = ({
872
- hideName = false,
873
- }: Pick<EditorButtonProps, "hideName">) => {
874
- const { editor } = useCurrentEditor();
875
-
876
- if (!editor) {
877
- return null;
878
- }
879
-
880
- return (
881
- <BubbleMenuButton
882
- command={() => editor.chain().focus().toggleHeading({ level: 1 }).run()}
883
- hideName={hideName}
884
- icon={Heading1Icon}
885
- isActive={() => editor.isActive("heading", { level: 1 }) ?? false}
886
- name="Heading 1"
887
- />
888
- );
889
- };
890
-
891
- export type EditorNodeHeading2Props = Pick<EditorButtonProps, "hideName">;
892
-
893
- export const EditorNodeHeading2 = ({
894
- hideName = false,
895
- }: Pick<EditorButtonProps, "hideName">) => {
896
- const { editor } = useCurrentEditor();
897
-
898
- if (!editor) {
899
- return null;
900
- }
901
-
902
- return (
903
- <BubbleMenuButton
904
- command={() => editor.chain().focus().toggleHeading({ level: 2 }).run()}
905
- hideName={hideName}
906
- icon={Heading2Icon}
907
- isActive={() => editor.isActive("heading", { level: 2 }) ?? false}
908
- name="Heading 2"
909
- />
910
- );
911
- };
912
-
913
- export type EditorNodeHeading3Props = Pick<EditorButtonProps, "hideName">;
914
-
915
- export const EditorNodeHeading3 = ({
916
- hideName = false,
917
- }: Pick<EditorButtonProps, "hideName">) => {
918
- const { editor } = useCurrentEditor();
919
-
920
- if (!editor) {
921
- return null;
922
- }
923
-
924
- return (
925
- <BubbleMenuButton
926
- command={() => editor.chain().focus().toggleHeading({ level: 3 }).run()}
927
- hideName={hideName}
928
- icon={Heading3Icon}
929
- isActive={() => editor.isActive("heading", { level: 3 }) ?? false}
930
- name="Heading 3"
931
- />
932
- );
933
- };
934
-
935
- export type EditorNodeBulletListProps = Pick<EditorButtonProps, "hideName">;
936
-
937
- export const EditorNodeBulletList = ({
938
- hideName = false,
939
- }: Pick<EditorButtonProps, "hideName">) => {
940
- const { editor } = useCurrentEditor();
941
-
942
- if (!editor) {
943
- return null;
944
- }
945
-
946
- return (
947
- <BubbleMenuButton
948
- command={() => editor.chain().focus().toggleBulletList().run()}
949
- hideName={hideName}
950
- icon={ListIcon}
951
- isActive={() => editor.isActive("bulletList") ?? false}
952
- name="Bullet List"
953
- />
954
- );
955
- };
956
-
957
- export type EditorNodeOrderedListProps = Pick<EditorButtonProps, "hideName">;
958
-
959
- export const EditorNodeOrderedList = ({
960
- hideName = false,
961
- }: Pick<EditorButtonProps, "hideName">) => {
962
- const { editor } = useCurrentEditor();
963
-
964
- if (!editor) {
965
- return null;
966
- }
967
-
968
- return (
969
- <BubbleMenuButton
970
- command={() => editor.chain().focus().toggleOrderedList().run()}
971
- hideName={hideName}
972
- icon={ListOrderedIcon}
973
- isActive={() => editor.isActive("orderedList") ?? false}
974
- name="Numbered List"
975
- />
976
- );
977
- };
978
-
979
- export type EditorNodeTaskListProps = Pick<EditorButtonProps, "hideName">;
980
-
981
- export const EditorNodeTaskList = ({
982
- hideName = false,
983
- }: Pick<EditorButtonProps, "hideName">) => {
984
- const { editor } = useCurrentEditor();
985
-
986
- if (!editor) {
987
- return null;
988
- }
989
-
990
- return (
991
- <BubbleMenuButton
992
- command={() =>
993
- editor.chain().focus().toggleList("taskList", "taskItem").run()
994
- }
995
- hideName={hideName}
996
- icon={CheckSquareIcon}
997
- isActive={() => editor.isActive("taskItem") ?? false}
998
- name="To-do List"
999
- />
1000
- );
1001
- };
1002
-
1003
- export type EditorNodeQuoteProps = Pick<EditorButtonProps, "hideName">;
1004
-
1005
- export const EditorNodeQuote = ({
1006
- hideName = false,
1007
- }: Pick<EditorButtonProps, "hideName">) => {
1008
- const { editor } = useCurrentEditor();
1009
-
1010
- if (!editor) {
1011
- return null;
1012
- }
1013
-
1014
- return (
1015
- <BubbleMenuButton
1016
- command={() =>
1017
- editor
1018
- .chain()
1019
- .focus()
1020
- .toggleNode("paragraph", "paragraph")
1021
- .toggleBlockquote()
1022
- .run()
1023
- }
1024
- hideName={hideName}
1025
- icon={TextQuoteIcon}
1026
- isActive={() => editor.isActive("blockquote") ?? false}
1027
- name="Quote"
1028
- />
1029
- );
1030
- };
1031
-
1032
- export type EditorNodeCodeProps = Pick<EditorButtonProps, "hideName">;
1033
-
1034
- export const EditorNodeCode = ({
1035
- hideName = false,
1036
- }: Pick<EditorButtonProps, "hideName">) => {
1037
- const { editor } = useCurrentEditor();
1038
-
1039
- if (!editor) {
1040
- return null;
1041
- }
1042
-
1043
- return (
1044
- <BubbleMenuButton
1045
- command={() => editor.chain().focus().toggleCodeBlock().run()}
1046
- hideName={hideName}
1047
- icon={CodeIcon}
1048
- isActive={() => editor.isActive("codeBlock") ?? false}
1049
- name="Code"
1050
- />
1051
- );
1052
- };
1053
-
1054
- export type EditorNodeTableProps = Pick<EditorButtonProps, "hideName">;
1055
-
1056
- export const EditorNodeTable = ({
1057
- hideName = false,
1058
- }: Pick<EditorButtonProps, "hideName">) => {
1059
- const { editor } = useCurrentEditor();
1060
-
1061
- if (!editor) {
1062
- return null;
1063
- }
1064
-
1065
- return (
1066
- <BubbleMenuButton
1067
- command={() =>
1068
- editor
1069
- .chain()
1070
- .focus()
1071
- .insertTable({ rows: 3, cols: 3, withHeaderRow: true })
1072
- .run()
1073
- }
1074
- hideName={hideName}
1075
- icon={TableIcon}
1076
- isActive={() => editor.isActive("table") ?? false}
1077
- name="Table"
1078
- />
1079
- );
1080
- };
1081
-
1082
- export type EditorSelectorProps = HTMLAttributes<HTMLDivElement> & {
1083
- open?: boolean;
1084
- onOpenChange?: (open: boolean) => void;
1085
- title: string;
1086
- };
1087
-
1088
- export const EditorSelector = ({
1089
- open,
1090
- onOpenChange,
1091
- title,
1092
- className,
1093
- children,
1094
- ...props
1095
- }: EditorSelectorProps) => {
1096
- const { editor } = useCurrentEditor();
1097
-
1098
- if (!editor) {
1099
- return null;
1100
- }
1101
-
1102
- return (
1103
- <Popover onOpenChange={onOpenChange} open={open}>
1104
- <PopoverTrigger
1105
- render={
1106
- <Button
1107
- className="gap-2 rounded-none border-none"
1108
- size="sm"
1109
- variant="ghost"
1110
- >
1111
- <span className="whitespace-nowrap text-xs">{title}</span>
1112
- <ChevronDownIcon size={12} />
1113
- </Button>
1114
- }
1115
- />
1116
- <PopoverContent
1117
- align="start"
1118
- className={cn("w-48 p-1", className)}
1119
- sideOffset={5}
1120
- {...props}
1121
- >
1122
- {children}
1123
- </PopoverContent>
1124
- </Popover>
1125
- );
1126
- };
1127
-
1128
- export type EditorFormatBoldProps = Pick<EditorButtonProps, "hideName">;
1129
-
1130
- export const EditorFormatBold = ({
1131
- hideName = false,
1132
- }: Pick<EditorButtonProps, "hideName">) => {
1133
- const { editor } = useCurrentEditor();
1134
-
1135
- if (!editor) {
1136
- return null;
1137
- }
1138
-
1139
- return (
1140
- <BubbleMenuButton
1141
- command={() => editor.chain().focus().toggleBold().run()}
1142
- hideName={hideName}
1143
- icon={BoldIcon}
1144
- isActive={() => editor.isActive("bold") ?? false}
1145
- name="Bold"
1146
- />
1147
- );
1148
- };
1149
-
1150
- export type EditorFormatItalicProps = Pick<EditorButtonProps, "hideName">;
1151
-
1152
- export const EditorFormatItalic = ({
1153
- hideName = false,
1154
- }: Pick<EditorButtonProps, "hideName">) => {
1155
- const { editor } = useCurrentEditor();
1156
-
1157
- if (!editor) {
1158
- return null;
1159
- }
1160
-
1161
- return (
1162
- <BubbleMenuButton
1163
- command={() => editor.chain().focus().toggleItalic().run()}
1164
- hideName={hideName}
1165
- icon={ItalicIcon}
1166
- isActive={() => editor.isActive("italic") ?? false}
1167
- name="Italic"
1168
- />
1169
- );
1170
- };
1171
-
1172
- export type EditorFormatStrikeProps = Pick<EditorButtonProps, "hideName">;
1173
-
1174
- export const EditorFormatStrike = ({
1175
- hideName = false,
1176
- }: Pick<EditorButtonProps, "hideName">) => {
1177
- const { editor } = useCurrentEditor();
1178
-
1179
- if (!editor) {
1180
- return null;
1181
- }
1182
-
1183
- return (
1184
- <BubbleMenuButton
1185
- command={() => editor.chain().focus().toggleStrike().run()}
1186
- hideName={hideName}
1187
- icon={StrikethroughIcon}
1188
- isActive={() => editor.isActive("strike") ?? false}
1189
- name="Strikethrough"
1190
- />
1191
- );
1192
- };
1193
-
1194
- export type EditorFormatCodeProps = Pick<EditorButtonProps, "hideName">;
1195
-
1196
- export const EditorFormatCode = ({
1197
- hideName = false,
1198
- }: Pick<EditorButtonProps, "hideName">) => {
1199
- const { editor } = useCurrentEditor();
1200
-
1201
- if (!editor) {
1202
- return null;
1203
- }
1204
-
1205
- return (
1206
- <BubbleMenuButton
1207
- command={() => editor.chain().focus().toggleCode().run()}
1208
- hideName={hideName}
1209
- icon={CodeIcon}
1210
- isActive={() => editor.isActive("code") ?? false}
1211
- name="Code"
1212
- />
1213
- );
1214
- };
1215
-
1216
- export type EditorFormatSubscriptProps = Pick<EditorButtonProps, "hideName">;
1217
-
1218
- export const EditorFormatSubscript = ({
1219
- hideName = false,
1220
- }: Pick<EditorButtonProps, "hideName">) => {
1221
- const { editor } = useCurrentEditor();
1222
-
1223
- if (!editor) {
1224
- return null;
1225
- }
1226
-
1227
- return (
1228
- <BubbleMenuButton
1229
- command={() => editor.chain().focus().toggleSubscript().run()}
1230
- hideName={hideName}
1231
- icon={SubscriptIcon}
1232
- isActive={() => editor.isActive("subscript") ?? false}
1233
- name="Subscript"
1234
- />
1235
- );
1236
- };
1237
-
1238
- export type EditorFormatSuperscriptProps = Pick<EditorButtonProps, "hideName">;
1239
-
1240
- export const EditorFormatSuperscript = ({
1241
- hideName = false,
1242
- }: Pick<EditorButtonProps, "hideName">) => {
1243
- const { editor } = useCurrentEditor();
1244
-
1245
- if (!editor) {
1246
- return null;
1247
- }
1248
-
1249
- return (
1250
- <BubbleMenuButton
1251
- command={() => editor.chain().focus().toggleSuperscript().run()}
1252
- hideName={hideName}
1253
- icon={SuperscriptIcon}
1254
- isActive={() => editor.isActive("superscript") ?? false}
1255
- name="Superscript"
1256
- />
1257
- );
1258
- };
1259
-
1260
- export type EditorFormatUnderlineProps = Pick<EditorButtonProps, "hideName">;
1261
-
1262
- export const EditorFormatUnderline = ({
1263
- hideName = false,
1264
- }: Pick<EditorButtonProps, "hideName">) => {
1265
- const { editor } = useCurrentEditor();
1266
-
1267
- if (!editor) {
1268
- return null;
1269
- }
1270
-
1271
- return (
1272
- <BubbleMenuButton
1273
- command={() => editor.chain().focus().toggleUnderline().run()}
1274
- hideName={hideName}
1275
- icon={UnderlineIcon}
1276
- isActive={() => editor.isActive("underline") ?? false}
1277
- name="Underline"
1278
- />
1279
- );
1280
- };
1281
-
1282
- export type EditorLinkSelectorProps = {
1283
- open?: boolean;
1284
- onOpenChange?: (open: boolean) => void;
1285
- };
1286
-
1287
- export const EditorLinkSelector = ({
1288
- open,
1289
- onOpenChange,
1290
- }: EditorLinkSelectorProps) => {
1291
- const [url, setUrl] = useState<string>("");
1292
- const inputReference = useRef<HTMLInputElement>(null);
1293
- const { editor } = useCurrentEditor();
1294
-
1295
- const isValidUrl = (text: string): boolean => {
1296
- try {
1297
- new URL(text);
1298
- return true;
1299
- } catch {
1300
- return false;
1301
- }
1302
- };
1303
-
1304
- const getUrlFromString = (text: string): string | null => {
1305
- if (isValidUrl(text)) {
1306
- return text;
1307
- }
1308
- try {
1309
- if (text.includes(".") && !text.includes(" ")) {
1310
- return new URL(`https://${text}`).toString();
1311
- }
1312
-
1313
- return null;
1314
- } catch {
1315
- return null;
1316
- }
1317
- };
1318
-
1319
- useEffect(() => {
1320
- inputReference.current?.focus();
1321
- }, []);
1322
-
1323
- if (!editor) {
1324
- return null;
1325
- }
1326
-
1327
- const handleSubmit: FormEventHandler<HTMLFormElement> = (event) => {
1328
- event.preventDefault();
1329
-
1330
- const href = getUrlFromString(url);
1331
-
1332
- if (href) {
1333
- editor.chain().focus().setLink({ href }).run();
1334
- onOpenChange?.(false);
1335
- }
1336
- };
1337
-
1338
- const defaultValue = (editor.getAttributes("link") as { href?: string }).href;
1339
-
1340
- return (
1341
- <Popover modal onOpenChange={onOpenChange} open={open}>
1342
- <PopoverTrigger
1343
- render={
1344
- <Button
1345
- className="gap-2 rounded-none border-none"
1346
- size="sm"
1347
- variant="ghost"
1348
- >
1349
- <ExternalLinkIcon size={12} />
1350
- <p
1351
- className={cn(
1352
- "text-xs underline decoration-text-muted underline-offset-4",
1353
- {
1354
- "text-primary": editor.isActive("link"),
1355
- }
1356
- )}
1357
- >
1358
- Link
1359
- </p>
1360
- </Button>
1361
- }
1362
- />
1363
- <PopoverContent align="start" className="w-60 p-0" sideOffset={10}>
1364
- <form className="flex p-1" onSubmit={handleSubmit}>
1365
- <input
1366
- aria-label="Link URL"
1367
- className="flex-1 bg-background p-1 text-sm outline-none"
1368
- defaultValue={defaultValue ?? ""}
1369
- onChange={(event) => setUrl(event.target.value)}
1370
- placeholder="Paste a link"
1371
- ref={inputReference}
1372
- type="text"
1373
- value={url}
1374
- />
1375
- {editor.getAttributes("link").href ? (
1376
- <Button
1377
- className="flex h-8 items-center rounded-sm p-1 text-destructive transition-all hover:bg-destructive-foreground dark:hover:bg-destructive"
1378
- onClick={() => {
1379
- editor.chain().focus().unsetLink().run();
1380
- onOpenChange?.(false);
1381
- }}
1382
- size="icon"
1383
- type="button"
1384
- variant="outline"
1385
- >
1386
- <TrashIcon size={12} />
1387
- </Button>
1388
- ) : (
1389
- <Button className="h-8" size="icon" variant="secondary">
1390
- <CheckIcon size={12} />
1391
- </Button>
1392
- )}
1393
- </form>
1394
- </PopoverContent>
1395
- </Popover>
1396
- );
1397
- };
1398
-
1399
- export type EditorTableMenuProps = {
1400
- children: ReactNode;
1401
- };
1402
-
1403
- export const EditorTableMenu = ({ children }: EditorTableMenuProps) => {
1404
- const { editor } = useCurrentEditor();
1405
-
1406
- if (!editor) {
1407
- return null;
1408
- }
1409
-
1410
- const isActive = editor.isActive("table");
1411
-
1412
- return (
1413
- <div
1414
- className={cn({
1415
- hidden: !isActive,
1416
- })}
1417
- >
1418
- {children}
1419
- </div>
1420
- );
1421
- };
1422
-
1423
- export type EditorTableGlobalMenuProps = {
1424
- children: ReactNode;
1425
- };
1426
-
1427
- export const EditorTableGlobalMenu = ({
1428
- children,
1429
- }: EditorTableGlobalMenuProps) => {
1430
- const { editor } = useCurrentEditor();
1431
- const [top, setTop] = useState(0);
1432
- const [left, setLeft] = useState(0);
1433
-
1434
- useEffect(() => {
1435
- if (!editor) {
1436
- return;
1437
- }
1438
-
1439
- editor.on("selectionUpdate", () => {
1440
- const selection = window.getSelection();
1441
-
1442
- if (!selection) {
1443
- return;
1444
- }
1445
-
1446
- const range = selection.getRangeAt(0);
1447
- let startContainer = range.startContainer as HTMLElement | string;
1448
-
1449
- if (!(startContainer instanceof HTMLElement)) {
1450
- startContainer = range.startContainer.parentElement as HTMLElement;
1451
- }
1452
-
1453
- const tableNode = startContainer.closest("table");
1454
-
1455
- if (!tableNode) {
1456
- return;
1457
- }
1458
-
1459
- const tableRect = tableNode.getBoundingClientRect();
1460
-
1461
- setTop(tableRect.top + tableRect.height);
1462
- setLeft(tableRect.left + tableRect.width / 2);
1463
- });
1464
-
1465
- return () => {
1466
- editor.off("selectionUpdate");
1467
- };
1468
- }, [editor]);
1469
-
1470
- return (
1471
- <div
1472
- className={cn(
1473
- "-translate-x-1/2 absolute flex translate-y-1/2 items-center rounded-full border bg-background shadow-xl",
1474
- {
1475
- hidden: !(left || top),
1476
- }
1477
- )}
1478
- style={{ top, left }}
1479
- >
1480
- {children}
1481
- </div>
1482
- );
1483
- };
1484
-
1485
- export type EditorTableColumnMenuProps = {
1486
- children: ReactNode;
1487
- };
1488
-
1489
- export const EditorTableColumnMenu = ({
1490
- children,
1491
- }: EditorTableColumnMenuProps) => {
1492
- const { editor } = useCurrentEditor();
1493
- const [top, setTop] = useState(0);
1494
- const [left, setLeft] = useState(0);
1495
-
1496
- useEffect(() => {
1497
- if (!editor) {
1498
- return;
1499
- }
1500
-
1501
- editor.on("selectionUpdate", () => {
1502
- const selection = window.getSelection();
1503
-
1504
- if (!selection) {
1505
- return;
1506
- }
1507
-
1508
- const range = selection.getRangeAt(0);
1509
- let startContainer = range.startContainer as HTMLElement | string;
1510
-
1511
- if (!(startContainer instanceof HTMLElement)) {
1512
- startContainer = range.startContainer.parentElement as HTMLElement;
1513
- }
1514
-
1515
- // Get the closest table cell (td or th)
1516
- const tableCell = startContainer.closest("td, th");
1517
-
1518
- if (!tableCell) {
1519
- return;
1520
- }
1521
-
1522
- const cellRect = tableCell.getBoundingClientRect();
1523
-
1524
- setTop(cellRect.top);
1525
- setLeft(cellRect.left + cellRect.width / 2);
1526
- });
1527
-
1528
- return () => {
1529
- editor.off("selectionUpdate");
1530
- };
1531
- }, [editor]);
1532
-
1533
- return (
1534
- <DropdownMenu>
1535
- <DropdownMenuTrigger
1536
- asChild
1537
- className={cn(
1538
- "-translate-x-1/2 -translate-y-1/2 absolute flex h-4 w-7 overflow-hidden rounded-md border bg-background shadow-xl",
1539
- {
1540
- hidden: !(left || top),
1541
- }
1542
- )}
1543
- style={{ top, left }}
1544
- >
1545
- <Button size="icon" variant="ghost">
1546
- <EllipsisIcon className="text-muted-foreground" size={16} />
1547
- </Button>
1548
- </DropdownMenuTrigger>
1549
- <DropdownMenuContent>{children}</DropdownMenuContent>
1550
- </DropdownMenu>
1551
- );
1552
- };
1553
-
1554
- export type EditorTableRowMenuProps = {
1555
- children: ReactNode;
1556
- };
1557
-
1558
- export const EditorTableRowMenu = ({ children }: EditorTableRowMenuProps) => {
1559
- const { editor } = useCurrentEditor();
1560
- const [top, setTop] = useState(0);
1561
- const [left, setLeft] = useState(0);
1562
-
1563
- useEffect(() => {
1564
- if (!editor) {
1565
- return;
1566
- }
1567
-
1568
- editor.on("selectionUpdate", () => {
1569
- const selection = window.getSelection();
1570
-
1571
- if (!selection) {
1572
- return;
1573
- }
1574
-
1575
- const range = selection.getRangeAt(0);
1576
- let startContainer = range.startContainer as HTMLElement | string;
1577
-
1578
- if (!(startContainer instanceof HTMLElement)) {
1579
- startContainer = range.startContainer.parentElement as HTMLElement;
1580
- }
1581
-
1582
- const tableRow = startContainer.closest("tr");
1583
-
1584
- if (!tableRow) {
1585
- return;
1586
- }
1587
-
1588
- const rowRect = tableRow.getBoundingClientRect();
1589
-
1590
- setTop(rowRect.top + rowRect.height / 2);
1591
- setLeft(rowRect.left);
1592
- });
1593
-
1594
- return () => {
1595
- editor.off("selectionUpdate");
1596
- };
1597
- }, [editor]);
1598
-
1599
- return (
1600
- <DropdownMenu>
1601
- <DropdownMenuTrigger asChild>
1602
- <Button
1603
- className={cn(
1604
- "-translate-x-1/2 -translate-y-1/2 absolute flex h-7 w-4 overflow-hidden rounded-md border bg-background shadow-xl",
1605
- {
1606
- hidden: !(left || top),
1607
- }
1608
- )}
1609
- size="icon"
1610
- style={{ top, left }}
1611
- variant="ghost"
1612
- >
1613
- <EllipsisVerticalIcon className="text-muted-foreground" size={12} />
1614
- </Button>
1615
- </DropdownMenuTrigger>
1616
- <DropdownMenuContent>{children}</DropdownMenuContent>
1617
- </DropdownMenu>
1618
- );
1619
- };
1620
-
1621
- export const EditorTableColumnBefore = () => {
1622
- const { editor } = useCurrentEditor();
1623
-
1624
- const handleClick = useCallback(() => {
1625
- if (editor) {
1626
- editor.chain().focus().addColumnBefore().run();
1627
- }
1628
- }, [editor]);
1629
-
1630
- if (!editor) {
1631
- return null;
1632
- }
1633
-
1634
- return (
1635
- <DropdownMenuItem className="flex items-center gap-2" onClick={handleClick}>
1636
- <ArrowLeftIcon className="text-muted-foreground" size={16} />
1637
- <span>Add column before</span>
1638
- </DropdownMenuItem>
1639
- );
1640
- };
1641
-
1642
- export const EditorTableColumnAfter = () => {
1643
- const { editor } = useCurrentEditor();
1644
-
1645
- const handleClick = useCallback(() => {
1646
- if (editor) {
1647
- editor.chain().focus().addColumnAfter().run();
1648
- }
1649
- }, [editor]);
1650
-
1651
- if (!editor) {
1652
- return null;
1653
- }
1654
-
1655
- return (
1656
- <DropdownMenuItem className="flex items-center gap-2" onClick={handleClick}>
1657
- <ArrowRightIcon className="text-muted-foreground" size={16} />
1658
- <span>Add column after</span>
1659
- </DropdownMenuItem>
1660
- );
1661
- };
1662
-
1663
- export const EditorTableRowBefore = () => {
1664
- const { editor } = useCurrentEditor();
1665
-
1666
- const handleClick = useCallback(() => {
1667
- if (editor) {
1668
- editor.chain().focus().addRowBefore().run();
1669
- }
1670
- }, [editor]);
1671
-
1672
- if (!editor) {
1673
- return null;
1674
- }
1675
-
1676
- return (
1677
- <DropdownMenuItem className="flex items-center gap-2" onClick={handleClick}>
1678
- <ArrowUpIcon className="text-muted-foreground" size={16} />
1679
- <span>Add row before</span>
1680
- </DropdownMenuItem>
1681
- );
1682
- };
1683
-
1684
- export const EditorTableRowAfter = () => {
1685
- const { editor } = useCurrentEditor();
1686
-
1687
- const handleClick = useCallback(() => {
1688
- if (editor) {
1689
- editor.chain().focus().addRowAfter().run();
1690
- }
1691
- }, [editor]);
1692
-
1693
- if (!editor) {
1694
- return null;
1695
- }
1696
-
1697
- return (
1698
- <DropdownMenuItem className="flex items-center gap-2" onClick={handleClick}>
1699
- <ArrowDownIcon className="text-muted-foreground" size={16} />
1700
- <span>Add row after</span>
1701
- </DropdownMenuItem>
1702
- );
1703
- };
1704
-
1705
- export const EditorTableColumnDelete = () => {
1706
- const { editor } = useCurrentEditor();
1707
-
1708
- const handleClick = useCallback(() => {
1709
- if (editor) {
1710
- editor.chain().focus().deleteColumn().run();
1711
- }
1712
- }, [editor]);
1713
-
1714
- if (!editor) {
1715
- return null;
1716
- }
1717
-
1718
- return (
1719
- <DropdownMenuItem className="flex items-center gap-2" onClick={handleClick}>
1720
- <TrashIcon className="text-destructive" size={16} />
1721
- <span>Delete column</span>
1722
- </DropdownMenuItem>
1723
- );
1724
- };
1725
-
1726
- export const EditorTableRowDelete = () => {
1727
- const { editor } = useCurrentEditor();
1728
-
1729
- const handleClick = useCallback(() => {
1730
- if (editor) {
1731
- editor.chain().focus().deleteRow().run();
1732
- }
1733
- }, [editor]);
1734
-
1735
- if (!editor) {
1736
- return null;
1737
- }
1738
-
1739
- return (
1740
- <DropdownMenuItem className="flex items-center gap-2" onClick={handleClick}>
1741
- <TrashIcon className="text-destructive" size={16} />
1742
- <span>Delete row</span>
1743
- </DropdownMenuItem>
1744
- );
1745
- };
1746
-
1747
- export const EditorTableHeaderColumnToggle = () => {
1748
- const { editor } = useCurrentEditor();
1749
-
1750
- const handleClick = useCallback(() => {
1751
- if (editor) {
1752
- editor.chain().focus().toggleHeaderColumn().run();
1753
- }
1754
- }, [editor]);
1755
-
1756
- if (!editor) {
1757
- return null;
1758
- }
1759
-
1760
- return (
1761
- <Tooltip>
1762
- <TooltipTrigger
1763
- render={
1764
- <Button
1765
- className="flex items-center gap-2 rounded-full"
1766
- onClick={handleClick}
1767
- size="icon"
1768
- variant="ghost"
1769
- >
1770
- <ColumnsIcon className="text-muted-foreground" size={16} />
1771
- </Button>
1772
- }
1773
- />
1774
- <TooltipContent>
1775
- <span>Toggle header column</span>
1776
- </TooltipContent>
1777
- </Tooltip>
1778
- );
1779
- };
1780
-
1781
- export const EditorTableHeaderRowToggle = () => {
1782
- const { editor } = useCurrentEditor();
1783
-
1784
- const handleClick = useCallback(() => {
1785
- if (editor) {
1786
- editor.chain().focus().toggleHeaderRow().run();
1787
- }
1788
- }, [editor]);
1789
-
1790
- if (!editor) {
1791
- return null;
1792
- }
1793
-
1794
- return (
1795
- <Tooltip>
1796
- <TooltipTrigger
1797
- render={
1798
- <Button
1799
- className="flex items-center gap-2 rounded-full"
1800
- onClick={handleClick}
1801
- size="icon"
1802
- variant="ghost"
1803
- >
1804
- <RowsIcon className="text-muted-foreground" size={16} />
1805
- </Button>
1806
- }
1807
- />
1808
- <TooltipContent>
1809
- <span>Toggle header row</span>
1810
- </TooltipContent>
1811
- </Tooltip>
1812
- );
1813
- };
1814
-
1815
- export const EditorTableDelete = () => {
1816
- const { editor } = useCurrentEditor();
1817
-
1818
- const handleClick = useCallback(() => {
1819
- if (editor) {
1820
- editor.chain().focus().deleteTable().run();
1821
- }
1822
- }, [editor]);
1823
-
1824
- if (!editor) {
1825
- return null;
1826
- }
1827
-
1828
- return (
1829
- <Tooltip>
1830
- <TooltipTrigger
1831
- render={
1832
- <Button
1833
- className="flex items-center gap-2 rounded-full"
1834
- onClick={handleClick}
1835
- size="icon"
1836
- variant="ghost"
1837
- >
1838
- <TrashIcon className="text-destructive" size={16} />
1839
- </Button>
1840
- }
1841
- />
1842
- <TooltipContent>
1843
- <span>Delete table</span>
1844
- </TooltipContent>
1845
- </Tooltip>
1846
- );
1847
- };
1848
-
1849
- export const EditorTableMergeCells = () => {
1850
- const { editor } = useCurrentEditor();
1851
-
1852
- const handleClick = useCallback(() => {
1853
- if (editor) {
1854
- editor.chain().focus().mergeCells().run();
1855
- }
1856
- }, [editor]);
1857
-
1858
- if (!editor) {
1859
- return null;
1860
- }
1861
-
1862
- return (
1863
- <Tooltip>
1864
- <TooltipTrigger
1865
- render={
1866
- <Button
1867
- className="flex items-center gap-2 rounded-full"
1868
- onClick={handleClick}
1869
- size="icon"
1870
- variant="ghost"
1871
- >
1872
- <TableCellsMergeIcon className="text-muted-foreground" size={16} />
1873
- </Button>
1874
- }
1875
- />
1876
- <TooltipContent>
1877
- <span>Merge cells</span>
1878
- </TooltipContent>
1879
- </Tooltip>
1880
- );
1881
- };
1882
-
1883
- export const EditorTableSplitCell = () => {
1884
- const { editor } = useCurrentEditor();
1885
-
1886
- const handleClick = useCallback(() => {
1887
- if (editor) {
1888
- editor.chain().focus().splitCell().run();
1889
- }
1890
- }, [editor]);
1891
-
1892
- if (!editor) {
1893
- return null;
1894
- }
1895
-
1896
- return (
1897
- <Tooltip>
1898
- <TooltipTrigger
1899
- render={
1900
- <Button
1901
- className="flex items-center gap-2 rounded-full"
1902
- onClick={handleClick}
1903
- size="icon"
1904
- variant="ghost"
1905
- >
1906
- <TableColumnsSplitIcon className="text-muted-foreground" size={16} />
1907
- </Button>
1908
- }
1909
- />
1910
- <TooltipContent>
1911
- <span>Split cell</span>
1912
- </TooltipContent>
1913
- </Tooltip>
1914
- );
1915
- };
1916
-
1917
- export const EditorTableFix = () => {
1918
- const { editor } = useCurrentEditor();
1919
-
1920
- const handleClick = useCallback(() => {
1921
- if (editor) {
1922
- editor.chain().focus().fixTables().run();
1923
- }
1924
- }, [editor]);
1925
-
1926
- if (!editor) {
1927
- return null;
1928
- }
1929
-
1930
- return (
1931
- <Tooltip>
1932
- <TooltipTrigger
1933
- render={
1934
- <Button
1935
- className="flex items-center gap-2 rounded-full"
1936
- onClick={handleClick}
1937
- size="icon"
1938
- variant="ghost"
1939
- >
1940
- <BoltIcon className="text-muted-foreground" size={16} />
1941
- </Button>
1942
- }
1943
- />
1944
- <TooltipContent>
1945
- <span>Fix table</span>
1946
- </TooltipContent>
1947
- </Tooltip>
1948
- );
1949
- };
1950
-
1951
- export type EditorCharacterCountProps = {
1952
- children: ReactNode;
1953
- className?: string;
1954
- };
1955
-
1956
- export const EditorCharacterCount = {
1957
- Characters({ children, className }: EditorCharacterCountProps) {
1958
- const { editor } = useCurrentEditor();
1959
-
1960
- if (!editor) {
1961
- return null;
1962
- }
1963
-
1964
- return (
1965
- <div
1966
- className={cn(
1967
- "absolute right-4 bottom-4 rounded-md border bg-background p-2 text-muted-foreground text-sm shadow",
1968
- className
1969
- )}
1970
- >
1971
- {children}
1972
- {editor.storage.characterCount.characters()}
1973
- </div>
1974
- );
1975
- },
1976
-
1977
- Words({ children, className }: EditorCharacterCountProps) {
1978
- const { editor } = useCurrentEditor();
1979
-
1980
- if (!editor) {
1981
- return null;
1982
- }
1983
-
1984
- return (
1985
- <div
1986
- className={cn(
1987
- "absolute right-4 bottom-4 rounded-md border bg-background p-2 text-muted-foreground text-sm shadow",
1988
- className
1989
- )}
1990
- >
1991
- {children}
1992
- {editor.storage.characterCount.words()}
1993
- </div>
1994
- );
1995
- },
1996
- };