@tolle_/tolle-ui 18.2.28 → 18.2.30

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 (279) hide show
  1. package/esm2022/lib/accordion-item.component.mjs +5 -11
  2. package/esm2022/lib/accordion.component.mjs +4 -9
  3. package/esm2022/lib/alert-dialog-dynamic.component.mjs +5 -10
  4. package/esm2022/lib/alert-dialog.component.mjs +44 -59
  5. package/esm2022/lib/alert.component.mjs +5 -11
  6. package/esm2022/lib/aspect-ratio.component.mjs +119 -0
  7. package/esm2022/lib/attachment.component.mjs +334 -0
  8. package/esm2022/lib/avatar-fallback.component.mjs +3 -3
  9. package/esm2022/lib/avatar.component.mjs +4 -9
  10. package/esm2022/lib/badge.component.mjs +4 -9
  11. package/esm2022/lib/breadcrumb-item.component.mjs +3 -3
  12. package/esm2022/lib/breadcrumb-link.component.mjs +3 -3
  13. package/esm2022/lib/breadcrumb-separator.component.mjs +3 -3
  14. package/esm2022/lib/breadcrumb.component.mjs +3 -3
  15. package/esm2022/lib/bubble.component.mjs +301 -0
  16. package/esm2022/lib/button.component.mjs +5 -11
  17. package/esm2022/lib/calendar.component.mjs +5 -11
  18. package/esm2022/lib/card.component.mjs +14 -43
  19. package/esm2022/lib/carousel/carousel.component.mjs +5 -12
  20. package/esm2022/lib/chain-of-thought.component.mjs +380 -0
  21. package/esm2022/lib/chart-pie.component.mjs +386 -0
  22. package/esm2022/lib/chart.component.mjs +1146 -0
  23. package/esm2022/lib/chart.service.mjs +555 -0
  24. package/esm2022/lib/checkbox.component.mjs +5 -11
  25. package/esm2022/lib/checkpoint.component.mjs +134 -0
  26. package/esm2022/lib/collapsible.component.mjs +4 -11
  27. package/esm2022/lib/combobox.component.mjs +372 -0
  28. package/esm2022/lib/command-dialog.component.mjs +164 -0
  29. package/esm2022/lib/command.component.mjs +514 -0
  30. package/esm2022/lib/command.service.mjs +130 -0
  31. package/esm2022/lib/confirmation.component.mjs +219 -0
  32. package/esm2022/lib/context-menu-trigger.directive.mjs +36 -0
  33. package/esm2022/lib/context-menu.component.mjs +460 -0
  34. package/esm2022/lib/context-menu.service.mjs +121 -0
  35. package/esm2022/lib/context.component.mjs +377 -0
  36. package/esm2022/lib/conversation.component.mjs +442 -0
  37. package/esm2022/lib/country-selector.component.mjs +5 -11
  38. package/esm2022/lib/data-table.component.mjs +63 -12
  39. package/esm2022/lib/date-picker.component.mjs +251 -198
  40. package/esm2022/lib/date-range-picker.component.mjs +224 -116
  41. package/esm2022/lib/date-time-picker.component.mjs +506 -0
  42. package/esm2022/lib/direction.component.mjs +79 -0
  43. package/esm2022/lib/dropdown-item.component.mjs +3 -3
  44. package/esm2022/lib/dropdown-label.component.mjs +3 -3
  45. package/esm2022/lib/dropdown-menu.component.mjs +3 -3
  46. package/esm2022/lib/dropdown-separator.component.mjs +3 -3
  47. package/esm2022/lib/dropdown-trigger.directive.mjs +6 -4
  48. package/esm2022/lib/empty-state.component.mjs +4 -9
  49. package/esm2022/lib/field.component.mjs +394 -0
  50. package/esm2022/lib/hover-card.component.mjs +6 -16
  51. package/esm2022/lib/inline-citation.component.mjs +263 -0
  52. package/esm2022/lib/input-group.component.mjs +418 -0
  53. package/esm2022/lib/input.component.mjs +5 -11
  54. package/esm2022/lib/item.component.mjs +243 -0
  55. package/esm2022/lib/kbd.component.mjs +82 -0
  56. package/esm2022/lib/label.component.mjs +4 -9
  57. package/esm2022/lib/marker.component.mjs +135 -0
  58. package/esm2022/lib/masked-input.component.mjs +5 -11
  59. package/esm2022/lib/menubar.component.mjs +683 -0
  60. package/esm2022/lib/message-scroller.component.mjs +353 -0
  61. package/esm2022/lib/message-scroller.service.mjs +157 -0
  62. package/esm2022/lib/message.component.mjs +228 -0
  63. package/esm2022/lib/model-selector.component.mjs +310 -0
  64. package/esm2022/lib/multi-select.component.mjs +155 -72
  65. package/esm2022/lib/native-select.component.mjs +201 -0
  66. package/esm2022/lib/navigation-menu.component.mjs +642 -0
  67. package/esm2022/lib/otp-group.component.mjs +3 -3
  68. package/esm2022/lib/otp-slot.component.mjs +4 -9
  69. package/esm2022/lib/otp.component.mjs +5 -11
  70. package/esm2022/lib/pagination.component.mjs +7 -10
  71. package/esm2022/lib/plan.component.mjs +335 -0
  72. package/esm2022/lib/popover-content.component.mjs +4 -9
  73. package/esm2022/lib/popover.component.mjs +15 -13
  74. package/esm2022/lib/progress.component.mjs +4 -9
  75. package/esm2022/lib/prompt-input.component.mjs +526 -0
  76. package/esm2022/lib/queue.component.mjs +280 -0
  77. package/esm2022/lib/radio-group.component.mjs +6 -13
  78. package/esm2022/lib/radio-item.component.mjs +4 -9
  79. package/esm2022/lib/range-calendar.component.mjs +5 -11
  80. package/esm2022/lib/reasoning.component.mjs +335 -0
  81. package/esm2022/lib/resizable.component.mjs +219 -0
  82. package/esm2022/lib/segment.component.mjs +17 -7
  83. package/esm2022/lib/select-group.component.mjs +4 -8
  84. package/esm2022/lib/select-item.component.mjs +4 -9
  85. package/esm2022/lib/select-separator.component.mjs +4 -8
  86. package/esm2022/lib/select.component.mjs +133 -49
  87. package/esm2022/lib/separator.component.mjs +4 -9
  88. package/esm2022/lib/sheet.component.mjs +38 -56
  89. package/esm2022/lib/shimmer.component.mjs +84 -0
  90. package/esm2022/lib/sidebar.component.mjs +11 -1
  91. package/esm2022/lib/skeleton.component.mjs +4 -9
  92. package/esm2022/lib/sources.component.mjs +452 -0
  93. package/esm2022/lib/spinner.component.mjs +68 -0
  94. package/esm2022/lib/suggestion.component.mjs +207 -0
  95. package/esm2022/lib/switch.component.mjs +5 -11
  96. package/esm2022/lib/table.component.mjs +213 -0
  97. package/esm2022/lib/tabs.component.mjs +4 -11
  98. package/esm2022/lib/tag-input.component.mjs +5 -11
  99. package/esm2022/lib/task.component.mjs +359 -0
  100. package/esm2022/lib/textarea.component.mjs +5 -11
  101. package/esm2022/lib/theme.service.mjs +17 -6
  102. package/esm2022/lib/time-picker.component.mjs +923 -0
  103. package/esm2022/lib/toast.service.mjs +3 -2
  104. package/esm2022/lib/toaster.component.mjs +76 -39
  105. package/esm2022/lib/toggle-group.component.mjs +4 -9
  106. package/esm2022/lib/toggle.component.mjs +5 -11
  107. package/esm2022/lib/tool.component.mjs +462 -0
  108. package/esm2022/lib/typography.component.mjs +83 -0
  109. package/esm2022/lib/utils/color.mjs +140 -19
  110. package/esm2022/public-api.mjs +61 -1
  111. package/fesm2022/tolle-ui.mjs +16457 -1024
  112. package/fesm2022/tolle-ui.mjs.map +1 -1
  113. package/lib/alert-dialog.component.d.ts +10 -2
  114. package/lib/aspect-ratio.component.d.ts +20 -0
  115. package/lib/attachment.component.d.ts +101 -0
  116. package/lib/bubble.component.d.ts +112 -0
  117. package/lib/chain-of-thought.component.d.ts +166 -0
  118. package/lib/chart-pie.component.d.ts +108 -0
  119. package/lib/chart.component.d.ts +369 -0
  120. package/lib/chart.service.d.ts +222 -0
  121. package/lib/checkpoint.component.d.ts +51 -0
  122. package/lib/combobox.component.d.ts +90 -0
  123. package/lib/command-dialog.component.d.ts +53 -0
  124. package/lib/command.component.d.ts +189 -0
  125. package/lib/command.service.d.ts +67 -0
  126. package/lib/confirmation.component.d.ts +70 -0
  127. package/lib/context-menu-trigger.directive.d.ts +12 -0
  128. package/lib/context-menu.component.d.ts +41 -0
  129. package/lib/context-menu.service.d.ts +38 -0
  130. package/lib/context.component.d.ts +134 -0
  131. package/lib/conversation.component.d.ts +165 -0
  132. package/lib/data-table.component.d.ts +27 -1
  133. package/lib/date-picker.component.d.ts +72 -11
  134. package/lib/date-range-picker.component.d.ts +63 -6
  135. package/lib/date-time-picker.component.d.ts +119 -0
  136. package/lib/direction.component.d.ts +45 -0
  137. package/lib/field.component.d.ts +201 -0
  138. package/lib/inline-citation.component.d.ts +103 -0
  139. package/lib/input-group.component.d.ts +150 -0
  140. package/lib/item.component.d.ts +154 -0
  141. package/lib/kbd.component.d.ts +50 -0
  142. package/lib/marker.component.d.ts +58 -0
  143. package/lib/menubar.component.d.ts +247 -0
  144. package/lib/message-scroller.component.d.ts +159 -0
  145. package/lib/message-scroller.service.d.ts +73 -0
  146. package/lib/message.component.d.ts +128 -0
  147. package/lib/model-selector.component.d.ts +103 -0
  148. package/lib/multi-select.component.d.ts +66 -14
  149. package/lib/native-select.component.d.ts +57 -0
  150. package/lib/navigation-menu.component.d.ts +230 -0
  151. package/lib/plan.component.d.ts +120 -0
  152. package/lib/popover.component.d.ts +1 -0
  153. package/lib/prompt-input.component.d.ts +194 -0
  154. package/lib/queue.component.d.ts +106 -0
  155. package/lib/reasoning.component.d.ts +127 -0
  156. package/lib/resizable.component.d.ts +43 -0
  157. package/lib/segment.component.d.ts +13 -3
  158. package/lib/select.component.d.ts +37 -5
  159. package/lib/sheet.component.d.ts +3 -0
  160. package/lib/shimmer.component.d.ts +38 -0
  161. package/lib/sidebar.component.d.ts +2 -0
  162. package/lib/sources.component.d.ts +156 -0
  163. package/lib/spinner.component.d.ts +29 -0
  164. package/lib/suggestion.component.d.ts +96 -0
  165. package/lib/table.component.d.ts +106 -0
  166. package/lib/task.component.d.ts +151 -0
  167. package/lib/theme.service.d.ts +9 -0
  168. package/lib/time-picker.component.d.ts +243 -0
  169. package/lib/toast.service.d.ts +3 -1
  170. package/lib/toaster.component.d.ts +26 -9
  171. package/lib/tool.component.d.ts +158 -0
  172. package/lib/typography.component.d.ts +32 -0
  173. package/lib/utils/color.d.ts +19 -5
  174. package/package.json +1 -1
  175. package/public-api.d.ts +50 -0
  176. package/registry/docs-content.json +8497 -1553
  177. package/registry/llms-full.txt +2679 -318
  178. package/registry/llms.txt +43 -4
  179. package/registry/manifest.json +9093 -1739
  180. package/registry/r/accordion-item.json +1 -1
  181. package/registry/r/accordion.json +1 -1
  182. package/registry/r/alert-dialog-dynamic.json +1 -1
  183. package/registry/r/alert-dialog.json +1 -1
  184. package/registry/r/alert.json +1 -1
  185. package/registry/r/attachment.json +23 -0
  186. package/registry/r/avatar-fallback.json +1 -1
  187. package/registry/r/avatar.json +1 -1
  188. package/registry/r/badge.json +1 -1
  189. package/registry/r/breadcrumb-item.json +1 -1
  190. package/registry/r/breadcrumb-link.json +1 -1
  191. package/registry/r/breadcrumb-separator.json +1 -1
  192. package/registry/r/breadcrumb.json +1 -1
  193. package/registry/r/bubble.json +23 -0
  194. package/registry/r/button.json +1 -1
  195. package/registry/r/calendar.json +1 -1
  196. package/registry/r/card.json +1 -1
  197. package/registry/r/carousel.json +1 -1
  198. package/registry/r/chain-of-thought.json +23 -0
  199. package/registry/r/chart-pie.json +30 -0
  200. package/registry/r/chart.json +28 -0
  201. package/registry/r/checkbox.json +1 -1
  202. package/registry/r/checkpoint.json +23 -0
  203. package/registry/r/collapsible.json +1 -1
  204. package/registry/r/combobox.json +31 -0
  205. package/registry/r/command-dialog.json +21 -0
  206. package/registry/r/command.json +26 -0
  207. package/registry/r/confirmation.json +23 -0
  208. package/registry/r/context.json +26 -0
  209. package/registry/r/conversation.json +23 -0
  210. package/registry/r/country-selector.json +1 -1
  211. package/registry/r/data-table.json +1 -1
  212. package/registry/r/date-picker.json +4 -4
  213. package/registry/r/date-range-picker.json +3 -3
  214. package/registry/r/date-time-picker.json +28 -0
  215. package/registry/r/direction.json +16 -0
  216. package/registry/r/dropdown-item.json +1 -1
  217. package/registry/r/dropdown-label.json +1 -1
  218. package/registry/r/dropdown-menu.json +1 -1
  219. package/registry/r/dropdown-separator.json +1 -1
  220. package/registry/r/dropdown-trigger.json +1 -1
  221. package/registry/r/empty-state.json +1 -1
  222. package/registry/r/field.json +23 -0
  223. package/registry/r/hover-card.json +1 -1
  224. package/registry/r/inline-citation.json +26 -0
  225. package/registry/r/input-group.json +23 -0
  226. package/registry/r/input.json +1 -1
  227. package/registry/r/item.json +23 -0
  228. package/registry/r/kbd.json +23 -0
  229. package/registry/r/label.json +1 -1
  230. package/registry/r/marker.json +23 -0
  231. package/registry/r/masked-input.json +1 -1
  232. package/registry/r/menubar.json +24 -0
  233. package/registry/r/message-scroller.json +26 -0
  234. package/registry/r/message.json +23 -0
  235. package/registry/r/model-selector.json +32 -0
  236. package/registry/r/multi-select.json +2 -2
  237. package/registry/r/native-select.json +23 -0
  238. package/registry/r/navigation-menu.json +24 -0
  239. package/registry/r/otp-group.json +1 -1
  240. package/registry/r/otp-slot.json +1 -1
  241. package/registry/r/otp.json +1 -1
  242. package/registry/r/pagination.json +3 -2
  243. package/registry/r/plan.json +23 -0
  244. package/registry/r/popover-content.json +1 -1
  245. package/registry/r/popover.json +1 -1
  246. package/registry/r/progress.json +1 -1
  247. package/registry/r/prompt-input.json +23 -0
  248. package/registry/r/queue.json +23 -0
  249. package/registry/r/radio-group.json +1 -1
  250. package/registry/r/radio-item.json +1 -1
  251. package/registry/r/range-calendar.json +1 -1
  252. package/registry/r/reasoning.json +23 -0
  253. package/registry/r/segment.json +1 -1
  254. package/registry/r/select-group.json +1 -1
  255. package/registry/r/select-item.json +1 -1
  256. package/registry/r/select-separator.json +1 -1
  257. package/registry/r/select.json +4 -3
  258. package/registry/r/separator.json +1 -1
  259. package/registry/r/sheet.json +1 -1
  260. package/registry/r/shimmer.json +23 -0
  261. package/registry/r/sidebar.json +1 -1
  262. package/registry/r/skeleton.json +1 -1
  263. package/registry/r/sources.json +23 -0
  264. package/registry/r/spinner.json +23 -0
  265. package/registry/r/suggestion.json +23 -0
  266. package/registry/r/switch.json +1 -1
  267. package/registry/r/table.json +21 -0
  268. package/registry/r/tabs.json +1 -1
  269. package/registry/r/tag-input.json +1 -1
  270. package/registry/r/task.json +23 -0
  271. package/registry/r/textarea.json +1 -1
  272. package/registry/r/time-picker.json +24 -0
  273. package/registry/r/toaster.json +2 -2
  274. package/registry/r/toggle-group.json +1 -1
  275. package/registry/r/toggle.json +1 -1
  276. package/registry/r/tool.json +23 -0
  277. package/registry/r/typography.json +23 -0
  278. package/registry/registry.json +915 -22
  279. package/theme.css +109 -8
package/registry/llms.txt CHANGED
@@ -10,6 +10,7 @@
10
10
  - [Alert Dialog](r/alert-dialog.json): Alert Dialog component.
11
11
  - [Alert Dialog Dynamic](r/alert-dialog-dynamic.json): Alert Dialog Dynamic component.
12
12
  - [Aspect Ratio](r/aspect-ratio.json): Aspect Ratio component.
13
+ - [Attachment](r/attachment.json): Attachment component with state and size options.
13
14
  - [Avatar](r/avatar.json): Avatar component with shape and size options.
14
15
  - [Avatar Fallback](r/avatar-fallback.json): Avatar Fallback component.
15
16
  - [Badge](r/badge.json): Badge component with variant and size options.
@@ -17,66 +18,104 @@
17
18
  - [Breadcrumb Item](r/breadcrumb-item.json): Breadcrumb Item component.
18
19
  - [Breadcrumb Link](r/breadcrumb-link.json): Breadcrumb Link component.
19
20
  - [Breadcrumb Separator](r/breadcrumb-separator.json): Breadcrumb Separator component.
21
+ - [Bubble](r/bubble.json): Bubble component with variant and align and size options.
20
22
  - [Button](r/button.json): Button component with variant and size and busy options.
21
23
  - [Button Group](r/button-group.json): Button Group component.
22
24
  - [Calendar](r/calendar.json): Calendar component.
23
25
  - [Card](r/card.json): Card component.
24
26
  - [Carousel](r/carousel.json): Carousel component.
27
+ - [Chain Of Thought](r/chain-of-thought.json): Chain Of Thought component with size options.
28
+ - [Chart](r/chart.json): Chart component with variant and density options.
29
+ - [Chart Pie](r/chart-pie.json): Chart Pie component with variant options.
25
30
  - [Checkbox](r/checkbox.json): Checkbox component with size and checked options.
31
+ - [Checkpoint](r/checkpoint.json): Checkpoint component with active and size options.
26
32
  - [Collapsible](r/collapsible.json): Collapsible component.
33
+ - [Combobox](r/combobox.json): Combobox component with size and invalid options.
34
+ - [Command](r/command.json): Command component.
35
+ - [Command Dialog](r/command-dialog.json): Command Dialog component.
36
+ - [Confirmation](r/confirmation.json): Confirmation component.
37
+ - [Context](r/context.json): Context component.
27
38
  - [Context Menu](r/context-menu.json): Context Menu component.
28
39
  - [Context Menu Trigger](r/context-menu-trigger.json): Context Menu Trigger component.
40
+ - [Conversation](r/conversation.json): Conversation component with size options.
29
41
  - [Country Selector](r/country-selector.json): Country Selector component.
30
42
  - [Data Table](r/data-table.json): Data Table component.
31
- - [Date Picker](r/date-picker.json): Date Picker component.
32
- - [Date Range Picker](r/date-range-picker.json): Date Range Picker component.
43
+ - [Date Picker](r/date-picker.json): Date Picker component with size and invalid options.
44
+ - [Date Range Picker](r/date-range-picker.json): Date Range Picker component with size and invalid options.
45
+ - [Date Time Picker](r/date-time-picker.json): Date Time Picker component with size and invalid options.
46
+ - [Direction](r/direction.json): Direction component.
33
47
  - [Dropdown Item](r/dropdown-item.json): Dropdown Item component.
34
48
  - [Dropdown Label](r/dropdown-label.json): Dropdown Label component.
35
49
  - [Dropdown Menu](r/dropdown-menu.json): Dropdown Menu component.
36
50
  - [Dropdown Separator](r/dropdown-separator.json): Dropdown Separator component.
37
51
  - [Dropdown Trigger](r/dropdown-trigger.json): Dropdown Trigger component.
38
52
  - [Empty State](r/empty-state.json): Empty State component with variant options.
53
+ - [Field](r/field.json): Field component with orientation options.
39
54
  - [Hover Card](r/hover-card.json): Hover Card component.
55
+ - [Inline Citation](r/inline-citation.json): Inline Citation component with variant and size options.
40
56
  - [Input](r/input.json): Input component.
57
+ - [Input Group](r/input-group.json): Input Group component with size and invalid and stacked options.
58
+ - [Item](r/item.json): Item component with variant and size options.
59
+ - [Kbd](r/kbd.json): Kbd component with size and variant options.
41
60
  - [Label](r/label.json): Label component.
61
+ - [Marker](r/marker.json): Marker component with variant options.
42
62
  - [Masked Input](r/masked-input.json): Masked Input component.
63
+ - [Menubar](r/menubar.json): Menubar component with size options.
64
+ - [Message](r/message.json): Message component with align and size options.
65
+ - [Message Scroller](r/message-scroller.json): Message Scroller component.
43
66
  - [Modal](r/modal.json): Modal component.
44
- - [Multi Select](r/multi-select.json): Multi Select component.
67
+ - [Model Selector](r/model-selector.json): Model Selector component with size and variant options.
68
+ - [Multi Select](r/multi-select.json): Multi Select component with size and error and disabled options.
69
+ - [Native Select](r/native-select.json): Native Select component with size and invalid options.
70
+ - [Navigation Menu](r/navigation-menu.json): Navigation Menu component with align options.
45
71
  - [Otp](r/otp.json): Otp component.
46
72
  - [Otp Group](r/otp-group.json): Otp Group component.
47
73
  - [Otp Slot](r/otp-slot.json): Otp Slot component.
48
74
  - [Pagination](r/pagination.json): Pagination component.
49
75
  - [Phone Number Input](r/phone-number-input.json): Phone Number Input component.
76
+ - [Plan](r/plan.json): Plan component with size options.
50
77
  - [Popover](r/popover.json): Popover component.
51
78
  - [Popover Content](r/popover-content.json): Popover Content component.
52
79
  - [Progress](r/progress.json): Progress component.
80
+ - [Prompt Input](r/prompt-input.json): Prompt Input component with status and size options.
81
+ - [Queue](r/queue.json): Queue component with size options.
53
82
  - [Radio Group](r/radio-group.json): Radio Group component.
54
83
  - [Radio Item](r/radio-item.json): Radio Item component.
55
84
  - [Range Calendar](r/range-calendar.json): Range Calendar component.
85
+ - [Reasoning](r/reasoning.json): Reasoning component with size options.
56
86
  - [Resizable](r/resizable.json): Resizable component.
57
87
  - [Resizable Panel](r/resizable-panel.json): Resizable Panel component.
58
88
  - [Resizable Panel Item](r/resizable-panel-item.json): Resizable Panel Item component.
59
89
  - [Scroll Area](r/scroll-area.json): Scroll Area component.
60
90
  - [Segment](r/segment.json): Segment component.
61
- - [Select](r/select.json): Select component.
91
+ - [Select](r/select.json): Select component with size and disabled and readonly options.
62
92
  - [Select Group](r/select-group.json): Select Group component.
63
93
  - [Select Item](r/select-item.json): Select Item component.
64
94
  - [Select Separator](r/select-separator.json): Select Separator component.
65
95
  - [Separator](r/separator.json): Separator component.
66
96
  - [Sheet](r/sheet.json): Sheet component.
67
97
  - [Sheet Wrapper](r/sheet-wrapper.json): Sheet Wrapper component.
98
+ - [Shimmer](r/shimmer.json): Shimmer component with size and active options.
68
99
  - [Sidebar](r/sidebar.json): Sidebar component.
69
100
  - [Skeleton](r/skeleton.json): Skeleton component with variant options.
70
101
  - [Slider](r/slider.json): Slider component.
102
+ - [Sources](r/sources.json): Sources component with variant options.
103
+ - [Spinner](r/spinner.json): Spinner component with size and variant options.
104
+ - [Suggestion](r/suggestion.json): Suggestion component with variant and size options.
71
105
  - [Switch](r/switch.json): Switch component with size and checked options.
106
+ - [Table](r/table.json): Table component.
72
107
  - [Tabs](r/tabs.json): Tabs component.
73
108
  - [Tag Input](r/tag-input.json): Tag Input component.
109
+ - [Task](r/task.json): Task component.
74
110
  - [Textarea](r/textarea.json): Textarea component.
111
+ - [Time Picker](r/time-picker.json): Time Picker component with size and invalid options.
75
112
  - [Toaster](r/toaster.json): Toaster component.
76
113
  - [Toggle](r/toggle.json): Toggle component with variant and size options.
77
114
  - [Toggle Group](r/toggle-group.json): Toggle Group component.
78
115
  - [Tolle Cell](r/tolle-cell.json): Tolle Cell component.
116
+ - [Tool](r/tool.json): Tool component.
79
117
  - [Tooltip](r/tooltip.json): Tooltip component.
118
+ - [Typography](r/typography.json): Typography component with variant options.
80
119
 
81
120
  ## Reference
82
121