@economic/taco 0.0.29-alpha.0 → 0.0.31-alpha.1

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 (369) hide show
  1. package/README.md +84 -84
  2. package/dist/components/Datepicker/Datepicker.d.ts +1 -1
  3. package/dist/components/SearchInput/SearchInput.d.ts +1 -1
  4. package/dist/esm/components/Accordion/Accordion.js.map +1 -1
  5. package/dist/esm/components/Backdrop/Backdrop.js.map +1 -1
  6. package/dist/esm/components/Badge/Badge.js.map +1 -1
  7. package/dist/esm/components/Banner/Banner.js.map +1 -1
  8. package/dist/esm/components/Banner/util.js +1 -1
  9. package/dist/esm/components/Banner/util.js.map +1 -1
  10. package/dist/esm/components/Button/Button.js.map +1 -1
  11. package/dist/esm/components/Button/util.js +19 -24
  12. package/dist/esm/components/Button/util.js.map +1 -1
  13. package/dist/esm/components/Calendar/Calendar.js.map +1 -1
  14. package/dist/esm/components/Checkbox/Checkbox.js.map +1 -1
  15. package/dist/esm/components/Combobox/Combobox.js.map +1 -1
  16. package/dist/esm/components/Combobox/useCombobox.js +67 -87
  17. package/dist/esm/components/Combobox/useCombobox.js.map +1 -1
  18. package/dist/esm/components/Datepicker/Datepicker.js.map +1 -1
  19. package/dist/esm/components/Datepicker/useDatepicker.js +27 -34
  20. package/dist/esm/components/Datepicker/useDatepicker.js.map +1 -1
  21. package/dist/esm/components/Dialog/Context.js +4 -4
  22. package/dist/esm/components/Dialog/Context.js.map +1 -1
  23. package/dist/esm/components/Dialog/Dialog.js.map +1 -1
  24. package/dist/esm/components/Dialog/components/Content.js +39 -44
  25. package/dist/esm/components/Dialog/components/Content.js.map +1 -1
  26. package/dist/esm/components/Dialog/components/Drawer.js +3 -3
  27. package/dist/esm/components/Dialog/components/Drawer.js.map +1 -1
  28. package/dist/esm/components/Dialog/components/Extra.js +2 -2
  29. package/dist/esm/components/Dialog/components/Extra.js.map +1 -1
  30. package/dist/esm/components/Dialog/components/Trigger.js +2 -2
  31. package/dist/esm/components/Dialog/components/Trigger.js.map +1 -1
  32. package/dist/esm/components/Field/Field.js.map +1 -1
  33. package/dist/esm/components/Form/Form.js.map +1 -1
  34. package/dist/esm/components/Group/Group.js.map +1 -1
  35. package/dist/esm/components/Hanger/Hanger.js.map +1 -1
  36. package/dist/esm/components/Icon/Icon.js.map +1 -1
  37. package/dist/esm/components/Icon/components/AccountPreview.js.map +1 -1
  38. package/dist/esm/components/Icon/components/Accounting.js.map +1 -1
  39. package/dist/esm/components/Icon/components/AccountingYear.js.map +1 -1
  40. package/dist/esm/components/Icon/components/AccountingYearCancel.js.map +1 -1
  41. package/dist/esm/components/Icon/components/ArrowBottom.js.map +1 -1
  42. package/dist/esm/components/Icon/components/ArrowDown.js.map +1 -1
  43. package/dist/esm/components/Icon/components/ArrowEnd.js.map +1 -1
  44. package/dist/esm/components/Icon/components/ArrowLeft.js.map +1 -1
  45. package/dist/esm/components/Icon/components/ArrowRight.js.map +1 -1
  46. package/dist/esm/components/Icon/components/ArrowStart.js.map +1 -1
  47. package/dist/esm/components/Icon/components/ArrowTop.js.map +1 -1
  48. package/dist/esm/components/Icon/components/ArrowUp.js.map +1 -1
  49. package/dist/esm/components/Icon/components/Attach.js.map +1 -1
  50. package/dist/esm/components/Icon/components/AttachAuto.js.map +1 -1
  51. package/dist/esm/components/Icon/components/AttachCancel.js.map +1 -1
  52. package/dist/esm/components/Icon/components/Autotext.js.map +1 -1
  53. package/dist/esm/components/Icon/components/AutotextInsert.js.map +1 -1
  54. package/dist/esm/components/Icon/components/Basic.js.map +1 -1
  55. package/dist/esm/components/Icon/components/BasicTabs.js.map +1 -1
  56. package/dist/esm/components/Icon/components/BellSolid.js.map +1 -1
  57. package/dist/esm/components/Icon/components/Book.js.map +1 -1
  58. package/dist/esm/components/Icon/components/Booking.js.map +1 -1
  59. package/dist/esm/components/Icon/components/Budget.js.map +1 -1
  60. package/dist/esm/components/Icon/components/Calendar.js.map +1 -1
  61. package/dist/esm/components/Icon/components/CashAccount.js.map +1 -1
  62. package/dist/esm/components/Icon/components/CashReports.js.map +1 -1
  63. package/dist/esm/components/Icon/components/Chat.js.map +1 -1
  64. package/dist/esm/components/Icon/components/ChatSolid.js.map +1 -1
  65. package/dist/esm/components/Icon/components/ChevronDown.js.map +1 -1
  66. package/dist/esm/components/Icon/components/ChevronDownDouble.js.map +1 -1
  67. package/dist/esm/components/Icon/components/ChevronDownSolid.js.map +1 -1
  68. package/dist/esm/components/Icon/components/ChevronLeft.js.map +1 -1
  69. package/dist/esm/components/Icon/components/ChevronLeftDouble.js.map +1 -1
  70. package/dist/esm/components/Icon/components/ChevronRight.js.map +1 -1
  71. package/dist/esm/components/Icon/components/ChevronRightDouble.js.map +1 -1
  72. package/dist/esm/components/Icon/components/ChevronUp.js.map +1 -1
  73. package/dist/esm/components/Icon/components/ChevronUpDouble.js.map +1 -1
  74. package/dist/esm/components/Icon/components/ChevronUpSolid.js.map +1 -1
  75. package/dist/esm/components/Icon/components/Clamp.js.map +1 -1
  76. package/dist/esm/components/Icon/components/ClampOpen.js.map +1 -1
  77. package/dist/esm/components/Icon/components/Close.js.map +1 -1
  78. package/dist/esm/components/Icon/components/ConnectionEnable.js.map +1 -1
  79. package/dist/esm/components/Icon/components/ConnectionRevoke.js.map +1 -1
  80. package/dist/esm/components/Icon/components/Contacts.js.map +1 -1
  81. package/dist/esm/components/Icon/components/Copy.js.map +1 -1
  82. package/dist/esm/components/Icon/components/Courses.js.map +1 -1
  83. package/dist/esm/components/Icon/components/Credit.js.map +1 -1
  84. package/dist/esm/components/Icon/components/Delete.js.map +1 -1
  85. package/dist/esm/components/Icon/components/DeletePermanently.js.map +1 -1
  86. package/dist/esm/components/Icon/components/Depecriate.js.map +1 -1
  87. package/dist/esm/components/Icon/components/Developer.js.map +1 -1
  88. package/dist/esm/components/Icon/components/DistributionTemplate.js.map +1 -1
  89. package/dist/esm/components/Icon/components/Document.js.map +1 -1
  90. package/dist/esm/components/Icon/components/DocumentApprove.js.map +1 -1
  91. package/dist/esm/components/Icon/components/DocumentCreateEntry.js.map +1 -1
  92. package/dist/esm/components/Icon/components/DocumentCut.js.map +1 -1
  93. package/dist/esm/components/Icon/components/DocumentError.js.map +1 -1
  94. package/dist/esm/components/Icon/components/DocumentIsolatePage.js.map +1 -1
  95. package/dist/esm/components/Icon/components/DocumentMerge.js.map +1 -1
  96. package/dist/esm/components/Icon/components/DocumentMove.js.map +1 -1
  97. package/dist/esm/components/Icon/components/DocumentPreview.js.map +1 -1
  98. package/dist/esm/components/Icon/components/DocumentReceived.js.map +1 -1
  99. package/dist/esm/components/Icon/components/DocumentRejectedRequest.js.map +1 -1
  100. package/dist/esm/components/Icon/components/DocumentSplit.js.map +1 -1
  101. package/dist/esm/components/Icon/components/DocumentTime.js.map +1 -1
  102. package/dist/esm/components/Icon/components/Download.js.map +1 -1
  103. package/dist/esm/components/Icon/components/Drag.js.map +1 -1
  104. package/dist/esm/components/Icon/components/ECopedia.js.map +1 -1
  105. package/dist/esm/components/Icon/components/ESignature.js.map +1 -1
  106. package/dist/esm/components/Icon/components/Edit.js.map +1 -1
  107. package/dist/esm/components/Icon/components/EllipsisHorizontal.js.map +1 -1
  108. package/dist/esm/components/Icon/components/EllipsisVertical.js.map +1 -1
  109. package/dist/esm/components/Icon/components/EntriesOnAccount.js.map +1 -1
  110. package/dist/esm/components/Icon/components/EntriesOpen.js.map +1 -1
  111. package/dist/esm/components/Icon/components/EntriesWarning.js.map +1 -1
  112. package/dist/esm/components/Icon/components/EntryTypeCustomerInvoice.js.map +1 -1
  113. package/dist/esm/components/Icon/components/EntryTypeCustomerPayment.js.map +1 -1
  114. package/dist/esm/components/Icon/components/EntryTypeJournalEntry.js.map +1 -1
  115. package/dist/esm/components/Icon/components/EntryTypeManualCustomerInvoice.js.map +1 -1
  116. package/dist/esm/components/Icon/components/EntryTypeSupplierInvoice.js.map +1 -1
  117. package/dist/esm/components/Icon/components/EntryTypeSupplierPayment.js.map +1 -1
  118. package/dist/esm/components/Icon/components/Envelope.js.map +1 -1
  119. package/dist/esm/components/Icon/components/EnvelopeApproved.js.map +1 -1
  120. package/dist/esm/components/Icon/components/ExpandView.js.map +1 -1
  121. package/dist/esm/components/Icon/components/Expenses.js.map +1 -1
  122. package/dist/esm/components/Icon/components/Export.js.map +1 -1
  123. package/dist/esm/components/Icon/components/ExportToExcel.js.map +1 -1
  124. package/dist/esm/components/Icon/components/ExportToPdf.js.map +1 -1
  125. package/dist/esm/components/Icon/components/Filter.js.map +1 -1
  126. package/dist/esm/components/Icon/components/FilterSolid.js.map +1 -1
  127. package/dist/esm/components/Icon/components/GraphSolid.js.map +1 -1
  128. package/dist/esm/components/Icon/components/Hash.js.map +1 -1
  129. package/dist/esm/components/Icon/components/Home.js.map +1 -1
  130. package/dist/esm/components/Icon/components/Images.js.map +1 -1
  131. package/dist/esm/components/Icon/components/Import.js.map +1 -1
  132. package/dist/esm/components/Icon/components/Inbox.js.map +1 -1
  133. package/dist/esm/components/Icon/components/InboxEinvoicing.js.map +1 -1
  134. package/dist/esm/components/Icon/components/InboxScanning.js.map +1 -1
  135. package/dist/esm/components/Icon/components/InboxSmart.js.map +1 -1
  136. package/dist/esm/components/Icon/components/Info.js.map +1 -1
  137. package/dist/esm/components/Icon/components/Inventory.js.map +1 -1
  138. package/dist/esm/components/Icon/components/InventoryMatrix.js.map +1 -1
  139. package/dist/esm/components/Icon/components/JournalPro.js.map +1 -1
  140. package/dist/esm/components/Icon/components/Layout.js.map +1 -1
  141. package/dist/esm/components/Icon/components/LayoutBoth.js.map +1 -1
  142. package/dist/esm/components/Icon/components/LayoutFirst.js.map +1 -1
  143. package/dist/esm/components/Icon/components/LayoutLast.js.map +1 -1
  144. package/dist/esm/components/Icon/components/LayoutNone.js.map +1 -1
  145. package/dist/esm/components/Icon/components/LedgerCard.js.map +1 -1
  146. package/dist/esm/components/Icon/components/LedgerCardCustomerReminder.js.map +1 -1
  147. package/dist/esm/components/Icon/components/LedgerCardManualCustomerInvoice.js.map +1 -1
  148. package/dist/esm/components/Icon/components/LedgerCardObsoleteStock.js.map +1 -1
  149. package/dist/esm/components/Icon/components/LedgerCardOpeningEntry.js.map +1 -1
  150. package/dist/esm/components/Icon/components/LedgerCardReservedEntry.js.map +1 -1
  151. package/dist/esm/components/Icon/components/LedgerCardShrinkagePilferage.js.map +1 -1
  152. package/dist/esm/components/Icon/components/LedgerCardStockAdjustment.js.map +1 -1
  153. package/dist/esm/components/Icon/components/LedgerCardTransferredOpeningEntry.js.map +1 -1
  154. package/dist/esm/components/Icon/components/Lightbulb.js.map +1 -1
  155. package/dist/esm/components/Icon/components/Line.js.map +1 -1
  156. package/dist/esm/components/Icon/components/List.js.map +1 -1
  157. package/dist/esm/components/Icon/components/ListBulleted.js.map +1 -1
  158. package/dist/esm/components/Icon/components/ListSearch.js.map +1 -1
  159. package/dist/esm/components/Icon/components/LockOpen.js.map +1 -1
  160. package/dist/esm/components/Icon/components/Log.js.map +1 -1
  161. package/dist/esm/components/Icon/components/Market.js.map +1 -1
  162. package/dist/esm/components/Icon/components/MatchAmount.js.map +1 -1
  163. package/dist/esm/components/Icon/components/MatchEntries.js.map +1 -1
  164. package/dist/esm/components/Icon/components/Mileage.js.map +1 -1
  165. package/dist/esm/components/Icon/components/Minus.js.map +1 -1
  166. package/dist/esm/components/Icon/components/ModalResize.js.map +1 -1
  167. package/dist/esm/components/Icon/components/ModalShrink.js.map +1 -1
  168. package/dist/esm/components/Icon/components/More.js.map +1 -1
  169. package/dist/esm/components/Icon/components/MoreSolid.js.map +1 -1
  170. package/dist/esm/components/Icon/components/Move.js.map +1 -1
  171. package/dist/esm/components/Icon/components/NavigationList.js.map +1 -1
  172. package/dist/esm/components/Icon/components/Note.js.map +1 -1
  173. package/dist/esm/components/Icon/components/NoteFollowUp.js.map +1 -1
  174. package/dist/esm/components/Icon/components/NoteRead.js.map +1 -1
  175. package/dist/esm/components/Icon/components/PartnerApi.js.map +1 -1
  176. package/dist/esm/components/Icon/components/Period.js.map +1 -1
  177. package/dist/esm/components/Icon/components/PersonChange.js.map +1 -1
  178. package/dist/esm/components/Icon/components/PersonMinus.js.map +1 -1
  179. package/dist/esm/components/Icon/components/PersonPlus.js.map +1 -1
  180. package/dist/esm/components/Icon/components/PersonTick.js.map +1 -1
  181. package/dist/esm/components/Icon/components/Play.js.map +1 -1
  182. package/dist/esm/components/Icon/components/PlusCircle.js.map +1 -1
  183. package/dist/esm/components/Icon/components/PlusMinus.js.map +1 -1
  184. package/dist/esm/components/Icon/components/Print.js.map +1 -1
  185. package/dist/esm/components/Icon/components/ProcessPayment.js.map +1 -1
  186. package/dist/esm/components/Icon/components/ProductLedgerCard.js.map +1 -1
  187. package/dist/esm/components/Icon/components/ProjectCards.js.map +1 -1
  188. package/dist/esm/components/Icon/components/Projects.js.map +1 -1
  189. package/dist/esm/components/Icon/components/Quicklinks.js.map +1 -1
  190. package/dist/esm/components/Icon/components/RatingBankruptcy.js.map +1 -1
  191. package/dist/esm/components/Icon/components/RatingPaymentProblems.js.map +1 -1
  192. package/dist/esm/components/Icon/components/Reconciled.js.map +1 -1
  193. package/dist/esm/components/Icon/components/Refresh.js.map +1 -1
  194. package/dist/esm/components/Icon/components/Report.js.map +1 -1
  195. package/dist/esm/components/Icon/components/ReportSolid.js.map +1 -1
  196. package/dist/esm/components/Icon/components/Restore.js.map +1 -1
  197. package/dist/esm/components/Icon/components/RotateLeft.js.map +1 -1
  198. package/dist/esm/components/Icon/components/RotateRight.js.map +1 -1
  199. package/dist/esm/components/Icon/components/Sales.js.map +1 -1
  200. package/dist/esm/components/Icon/components/Search.js.map +1 -1
  201. package/dist/esm/components/Icon/components/SearchBold.js.map +1 -1
  202. package/dist/esm/components/Icon/components/Secure.js.map +1 -1
  203. package/dist/esm/components/Icon/components/SecureTick.js.map +1 -1
  204. package/dist/esm/components/Icon/components/Settings.js.map +1 -1
  205. package/dist/esm/components/Icon/components/SettingsSolid.js.map +1 -1
  206. package/dist/esm/components/Icon/components/Shortcuts.js.map +1 -1
  207. package/dist/esm/components/Icon/components/ShowAll.js.map +1 -1
  208. package/dist/esm/components/Icon/components/ShowLess.js.map +1 -1
  209. package/dist/esm/components/Icon/components/ShowMore.js.map +1 -1
  210. package/dist/esm/components/Icon/components/ShowTemplate.js.map +1 -1
  211. package/dist/esm/components/Icon/components/Sliders.js.map +1 -1
  212. package/dist/esm/components/Icon/components/Smartpay.js.map +1 -1
  213. package/dist/esm/components/Icon/components/SortBy.js.map +1 -1
  214. package/dist/esm/components/Icon/components/Spinner.js.map +1 -1
  215. package/dist/esm/components/Icon/components/Star.js.map +1 -1
  216. package/dist/esm/components/Icon/components/StarSolid.js.map +1 -1
  217. package/dist/esm/components/Icon/components/Subscriptions.js.map +1 -1
  218. package/dist/esm/components/Icon/components/SystemEntries.js.map +1 -1
  219. package/dist/esm/components/Icon/components/Tag.js.map +1 -1
  220. package/dist/esm/components/Icon/components/TemplateOverride.js.map +1 -1
  221. package/dist/esm/components/Icon/components/Templates.js.map +1 -1
  222. package/dist/esm/components/Icon/components/ThumbBoth.js.map +1 -1
  223. package/dist/esm/components/Icon/components/ThumbDown.js.map +1 -1
  224. package/dist/esm/components/Icon/components/ThumbDownSolid.js.map +1 -1
  225. package/dist/esm/components/Icon/components/ThumbUp.js.map +1 -1
  226. package/dist/esm/components/Icon/components/ThumbUpSolid.js.map +1 -1
  227. package/dist/esm/components/Icon/components/Tick.js.map +1 -1
  228. package/dist/esm/components/Icon/components/TickCircle.js.map +1 -1
  229. package/dist/esm/components/Icon/components/Time.js.map +1 -1
  230. package/dist/esm/components/Icon/components/Transfer.js.map +1 -1
  231. package/dist/esm/components/Icon/components/TransferCancel.js.map +1 -1
  232. package/dist/esm/components/Icon/components/TransferLocked.js.map +1 -1
  233. package/dist/esm/components/Icon/components/Undock.js.map +1 -1
  234. package/dist/esm/components/Icon/components/Unreconciled.js.map +1 -1
  235. package/dist/esm/components/Icon/components/Warning.js.map +1 -1
  236. package/dist/esm/components/Icon/components/Webshop.js.map +1 -1
  237. package/dist/esm/components/Icon/components/Website.js.map +1 -1
  238. package/dist/esm/components/Icon/components/Workflow.js.map +1 -1
  239. package/dist/esm/components/Icon/components/Zoom.js.map +1 -1
  240. package/dist/esm/components/Icon/components/index.js +4 -4
  241. package/dist/esm/components/Icon/components/index.js.map +1 -1
  242. package/dist/esm/components/IconButton/IconButton.js.map +1 -1
  243. package/dist/esm/components/Input/Input.js.map +1 -1
  244. package/dist/esm/components/Input/util.js +2 -2
  245. package/dist/esm/components/Input/util.js.map +1 -1
  246. package/dist/esm/components/Listbox/Listbox.js.map +1 -1
  247. package/dist/esm/components/Listbox/ScrollableList.js +64 -83
  248. package/dist/esm/components/Listbox/ScrollableList.js.map +1 -1
  249. package/dist/esm/components/Listbox/useListbox.js +51 -60
  250. package/dist/esm/components/Listbox/useListbox.js.map +1 -1
  251. package/dist/esm/components/Listbox/useMultiListbox.js +63 -91
  252. package/dist/esm/components/Listbox/useMultiListbox.js.map +1 -1
  253. package/dist/esm/components/Listbox/useTypeahead.js +10 -9
  254. package/dist/esm/components/Listbox/useTypeahead.js.map +1 -1
  255. package/dist/esm/components/Listbox/util.js +48 -84
  256. package/dist/esm/components/Listbox/util.js.map +1 -1
  257. package/dist/esm/components/Menu/Context.js +2 -2
  258. package/dist/esm/components/Menu/Context.js.map +1 -1
  259. package/dist/esm/components/Menu/Menu.js.map +1 -1
  260. package/dist/esm/components/Menu/components/Checkbox.js +8 -9
  261. package/dist/esm/components/Menu/components/Checkbox.js.map +1 -1
  262. package/dist/esm/components/Menu/components/Content.js +10 -13
  263. package/dist/esm/components/Menu/components/Content.js.map +1 -1
  264. package/dist/esm/components/Menu/components/Header.js +4 -4
  265. package/dist/esm/components/Menu/components/Header.js.map +1 -1
  266. package/dist/esm/components/Menu/components/Item.js +39 -40
  267. package/dist/esm/components/Menu/components/Item.js.map +1 -1
  268. package/dist/esm/components/Menu/components/Link.js +10 -11
  269. package/dist/esm/components/Menu/components/Link.js.map +1 -1
  270. package/dist/esm/components/Menu/components/RadioGroup.js +16 -18
  271. package/dist/esm/components/Menu/components/RadioGroup.js.map +1 -1
  272. package/dist/esm/components/Menu/components/Separator.js +4 -4
  273. package/dist/esm/components/Menu/components/Separator.js.map +1 -1
  274. package/dist/esm/components/Menu/components/Trigger.js +5 -5
  275. package/dist/esm/components/Menu/components/Trigger.js.map +1 -1
  276. package/dist/esm/components/Navigation/Navigation.js.map +1 -1
  277. package/dist/esm/components/Pagination/PageNumbers.js +23 -28
  278. package/dist/esm/components/Pagination/PageNumbers.js.map +1 -1
  279. package/dist/esm/components/Pagination/Pagination.js.map +1 -1
  280. package/dist/esm/components/Pagination/usePagination.js +7 -21
  281. package/dist/esm/components/Pagination/usePagination.js.map +1 -1
  282. package/dist/esm/components/Pagination/usePaginationShortcuts.js +9 -9
  283. package/dist/esm/components/Pagination/usePaginationShortcuts.js.map +1 -1
  284. package/dist/esm/components/Popover/Popover.js.map +1 -1
  285. package/dist/esm/components/Popover/Primitives.js +7 -8
  286. package/dist/esm/components/Popover/Primitives.js.map +1 -1
  287. package/dist/esm/components/Progress/Progress.js.map +1 -1
  288. package/dist/esm/components/Provider/Provider.js.map +1 -1
  289. package/dist/esm/components/RadioGroup/RadioGroup.js.map +1 -1
  290. package/dist/esm/components/SearchInput/SearchInput.js.map +1 -1
  291. package/dist/esm/components/Select/Select.js.map +1 -1
  292. package/dist/esm/components/Select/useSelect.js +64 -85
  293. package/dist/esm/components/Select/useSelect.js.map +1 -1
  294. package/dist/esm/components/Spinner/Spinner.js.map +1 -1
  295. package/dist/esm/components/Switch/Switch.js.map +1 -1
  296. package/dist/esm/components/Table/components/BaseTable.js +23 -30
  297. package/dist/esm/components/Table/components/BaseTable.js.map +1 -1
  298. package/dist/esm/components/Table/components/PaginatedTable.js +3 -7
  299. package/dist/esm/components/Table/components/PaginatedTable.js.map +1 -1
  300. package/dist/esm/components/Table/components/Table.js +18 -25
  301. package/dist/esm/components/Table/components/Table.js.map +1 -1
  302. package/dist/esm/components/Table/components/WindowedTable.js +88 -104
  303. package/dist/esm/components/Table/components/WindowedTable.js.map +1 -1
  304. package/dist/esm/components/Table/hooks/plugins/useRowActions.js +122 -146
  305. package/dist/esm/components/Table/hooks/plugins/useRowActions.js.map +1 -1
  306. package/dist/esm/components/Table/hooks/plugins/useRowDraggable.js +57 -61
  307. package/dist/esm/components/Table/hooks/plugins/useRowDraggable.js.map +1 -1
  308. package/dist/esm/components/Table/hooks/plugins/useRowEditing.js +39 -36
  309. package/dist/esm/components/Table/hooks/plugins/useRowEditing.js.map +1 -1
  310. package/dist/esm/components/Table/hooks/plugins/useRowSelect.js +80 -90
  311. package/dist/esm/components/Table/hooks/plugins/useRowSelect.js.map +1 -1
  312. package/dist/esm/components/Table/hooks/useRowCreation.js +29 -64
  313. package/dist/esm/components/Table/hooks/useRowCreation.js.map +1 -1
  314. package/dist/esm/components/Table/hooks/useTable.js +119 -141
  315. package/dist/esm/components/Table/hooks/useTable.js.map +1 -1
  316. package/dist/esm/components/Table/hooks/useTableKeyboardNavigation.js +12 -15
  317. package/dist/esm/components/Table/hooks/useTableKeyboardNavigation.js.map +1 -1
  318. package/dist/esm/components/Table/util/renderColumn.js +10 -10
  319. package/dist/esm/components/Table/util/renderColumn.js.map +1 -1
  320. package/dist/esm/components/Table/util/renderRow.js +37 -46
  321. package/dist/esm/components/Table/util/renderRow.js.map +1 -1
  322. package/dist/esm/components/Table/util/rowIndexPath.js +14 -16
  323. package/dist/esm/components/Table/util/rowIndexPath.js.map +1 -1
  324. package/dist/esm/components/Table/util/sortTypes.js +23 -31
  325. package/dist/esm/components/Table/util/sortTypes.js.map +1 -1
  326. package/dist/esm/components/Table/util.js +29 -41
  327. package/dist/esm/components/Table/util.js.map +1 -1
  328. package/dist/esm/components/Tabs/Tabs.js.map +1 -1
  329. package/dist/esm/components/Textarea/Textarea.js.map +1 -1
  330. package/dist/esm/components/Toast/Toast.js +20 -21
  331. package/dist/esm/components/Toast/Toast.js.map +1 -1
  332. package/dist/esm/components/Toast/Toaster.js.map +1 -1
  333. package/dist/esm/components/Toast/util.js +2 -2
  334. package/dist/esm/components/Toast/util.js.map +1 -1
  335. package/dist/esm/components/Tooltip/Tooltip.js.map +1 -1
  336. package/dist/esm/components/Tour/Tour.js.map +1 -1
  337. package/dist/esm/components/Treeview/Treeview.js.map +1 -1
  338. package/dist/esm/components/VisuallyHidden/VisuallyHidden.js.map +1 -1
  339. package/dist/esm/index.css +665 -662
  340. package/dist/esm/index.js +1 -1
  341. package/dist/esm/primitives/Button.js +9 -13
  342. package/dist/esm/primitives/Button.js.map +1 -1
  343. package/dist/esm/utils/date.js.map +1 -1
  344. package/dist/esm/utils/hooks/useBoundingClientRectListener.js.map +1 -1
  345. package/dist/esm/utils/hooks/useDraggable.js +16 -18
  346. package/dist/esm/utils/hooks/useDraggable.js.map +1 -1
  347. package/dist/esm/utils/hooks/useDropTarget.js +7 -10
  348. package/dist/esm/utils/hooks/useDropTarget.js.map +1 -1
  349. package/dist/esm/utils/hooks/useListKeyboardNavigation.js.map +1 -1
  350. package/dist/esm/utils/hooks/useListScrollTo.js.map +1 -1
  351. package/dist/esm/utils/hooks/useOnClickOutside.js.map +1 -1
  352. package/dist/esm/utils/hooks/useProxiedRef.js +3 -3
  353. package/dist/esm/utils/hooks/useProxiedRef.js.map +1 -1
  354. package/dist/esm/utils/hooks/useTimer.js +9 -17
  355. package/dist/esm/utils/hooks/useTimer.js.map +1 -1
  356. package/dist/esm/utils/input.js +7 -11
  357. package/dist/esm/utils/input.js.map +1 -1
  358. package/dist/esm/utils/mergeRefs.js +2 -2
  359. package/dist/esm/utils/mergeRefs.js.map +1 -1
  360. package/dist/esm/utils/taillwind.js +2 -2
  361. package/dist/esm/utils/taillwind.js.map +1 -1
  362. package/dist/index.css +665 -662
  363. package/dist/taco.cjs.development.js +1497 -1828
  364. package/dist/taco.cjs.development.js.map +1 -1
  365. package/dist/taco.cjs.production.min.js +1 -1
  366. package/dist/taco.cjs.production.min.js.map +1 -1
  367. package/package.json +3 -3
  368. package/plugins/tailwindcss-aria-attributes.js +73 -73
  369. package/tailwind.config.js +297 -297
package/dist/index.css CHANGED
@@ -1,662 +1,665 @@
1
- @tailwind base;
2
- @tailwind components;
3
- @tailwind utilities;
4
-
5
- @layer base {
6
- *,
7
- *::before,
8
- *::after {
9
- box-sizing: border-box;
10
- }
11
-
12
- html {
13
- @apply font-display h-screen;
14
- -moz-osx-font-smoothing: grayscale;
15
- -webkit-font-smoothing: antialiased;
16
- }
17
-
18
- body {
19
- @apply h-screen bg-white text-sm leading-relaxed text-black;
20
- }
21
-
22
- blockquote,
23
- dl,
24
- dd,
25
- hr,
26
- figure,
27
- p,
28
- pre,
29
- ol,
30
- ul,
31
- h1,
32
- h2,
33
- h3,
34
- h4,
35
- h5,
36
- h6 {
37
- max-width: 100ch;
38
- }
39
-
40
- blockquote,
41
- dl,
42
- dd,
43
- hr,
44
- figure,
45
- p,
46
- pre,
47
- ol,
48
- ul {
49
- @apply mb-10;
50
- }
51
-
52
- ol ol,
53
- ul ul,
54
- ol ul,
55
- ul ol {
56
- @apply mb-0;
57
- }
58
-
59
- ul.list-disc,
60
- ul.list-decimal,
61
- ul.list-circle,
62
- ol.list-disc,
63
- ol.list-decimal,
64
- ol.list-circle {
65
- @apply pl-4;
66
- }
67
-
68
- dt {
69
- @apply font-bold;
70
- }
71
-
72
- blockquote {
73
- @apply pl-8;
74
- }
75
-
76
- hr {
77
- @apply bg-grey-light my-5 flex h-px border-none;
78
- }
79
-
80
- h1,
81
- h2,
82
- h3,
83
- h4,
84
- h5,
85
- h6 {
86
- @apply font-normal;
87
- }
88
-
89
- h1 {
90
- @apply mb-6 text-3xl;
91
- }
92
-
93
- h2 {
94
- @apply mb-2 text-2xl;
95
- }
96
-
97
- h3 {
98
- @apply mb-2 text-xl;
99
- }
100
-
101
- h4 {
102
- @apply mb-1 text-base font-bold;
103
- }
104
-
105
- h5,
106
- h6 {
107
- @apply mb-1 font-bold;
108
- }
109
-
110
- b,
111
- strong {
112
- @apply font-bold;
113
- }
114
-
115
- a {
116
- @apply text-blue no-underline;
117
- }
118
-
119
- a:hover,
120
- a:focus {
121
- @apply text-blue-light;
122
- }
123
-
124
- a:active {
125
- @apply text-blue-dark;
126
- }
127
-
128
- button::-moz-focus-inner {
129
- @apply border-none;
130
- }
131
-
132
- input[type='search']::-webkit-search-decoration,
133
- input[type='search']::-webkit-search-cancel-button,
134
- input[type='search']::-webkit-search-results-button,
135
- input[type='search']::-webkit-search-results-decoration {
136
- -webkit-appearance: none;
137
- }
138
-
139
- table.yt-table {
140
- @apply focus:yt-focus flex flex-col focus:rounded-sm;
141
- }
142
- table.yt-table thead.yt-table__head tr.yt-table__row {
143
- @apply border-grey-light flex h-auto min-h-[2.5rem] w-full select-none border-t-0 border-b-2 font-bold;
144
- }
145
-
146
- table.yt-table thead.yt-table__head tr.yt-table__row th.yt-table__cell {
147
- @apply text-grey-darkest flex flex-1 justify-center truncate p-2 text-center align-middle hover:text-black;
148
- }
149
-
150
- table.yt-table tbody.yt-table__body tr.yt-table__row {
151
- @apply border-grey-light hover:bg-grey-light flex min-h-[2.5rem] border-b;
152
- }
153
-
154
- table.yt-table tbody.yt-table__body tr.yt-table__row td.yt-table__cell {
155
- @apply flex-1 truncate p-2 text-center align-middle;
156
- }
157
-
158
- [data-radix-portal][aria-hidden] [data-taco='menu'],
159
- [data-radix-portal][aria-hidden] [data-taco='hanger'] {
160
- display: none;
161
- opacity: 0;
162
- }
163
-
164
- @keyframes fade-in {
165
- from {
166
- @apply opacity-0;
167
- }
168
- to {
169
- @apply opacity-100;
170
- }
171
- }
172
- }
173
-
174
- [data-taco='badge'] > [data-taco='spinner'] {
175
- @apply h-3 w-3 ml-2;
176
- }
177
-
178
- [data-taco='badge'] > [data-taco='spinner'] svg circle {
179
- stroke-width: 15px;
180
- }
181
-
182
- [data-taco='badge'] > * {
183
- @apply max-h-full p-0;
184
- }
185
-
186
- [data-taco='button'] > [data-taco='icon'] {
187
- @apply pointer-events-none -ml-2 mr-1 -mt-2 -mb-2 inline p-px;
188
- }
189
-
190
- [data-taco='button'] > span + [data-taco='icon'] {
191
- @apply ml-1 -mr-2;
192
- }
193
-
194
- [data-taco='spinner'] svg circle {
195
- @apply flex;
196
- fill: transparent;
197
- stroke-width: 10px;
198
- animation: spinnerAnimation 1.5s cubic-bezier(0.46, 0.03, 0.52, 0.96) infinite both;
199
- transform-origin: 50% 50%;
200
- stroke-linecap: round;
201
- stroke-dasharray: 282.743343;
202
- stroke-dashoffset: 67.85840232;
203
- stroke: theme('colors.blue.DEFAULT');
204
- }
205
-
206
- @keyframes spinnerAnimation {
207
- 0% {
208
- stroke-dashoffset: 237.50440812;
209
- transform: rotate(0);
210
- }
211
- 50% {
212
- stroke-dashoffset: 67.85840232;
213
- transform: rotate(45deg);
214
- }
215
- 100% {
216
- stroke-dashoffset: 237.50440812;
217
- transform: rotate(1turn);
218
- }
219
- }
220
-
221
- @keyframes spinnerRotation {
222
- 0% {
223
- transform: rotate(0deg);
224
- }
225
- 100% {
226
- transform: rotate(1turn);
227
- }
228
- }
229
-
230
- .yt-grey-solid [data-taco='spinner'] svg circle,
231
- .yt-yellow-solid [data-taco='spinner'] svg circle {
232
- stroke: theme('colors.grey.darkest');
233
- }
234
-
235
- .yt-blue-solid [data-taco='spinner'] svg circle,
236
- .yt-green-solid [data-taco='spinner'] svg circle,
237
- .yt-red-solid [data-taco='spinner'] svg circle {
238
- stroke: theme('colors.white');
239
- }
240
-
241
- .yt-blue-inverted svg circle {
242
- stroke: theme('colors.blue.DEFAULT');
243
- }
244
-
245
- .yt-yellow-inverted svg circle {
246
- stroke: theme('colors.yellow.DEFAULT');
247
- }
248
-
249
- .yt-red-inverted svg circle {
250
- stroke: theme('colors.red.DEFAULT');
251
- }
252
-
253
- .yt-green-inverted svg circle {
254
- stroke: theme('colors.green.DEFAULT');
255
- }
256
-
257
- .yt-grey-inverted svg circle {
258
- stroke: theme('colors.grey.darkest');
259
- }
260
-
261
- [data-taco='toast'] > div [data-taco='button'] {
262
- @apply -mt-px py-0 px-2;
263
- }
264
-
265
- [data-taco='calendar'] .DayPicker-wrapper {
266
- @apply relative select-none flex-row;
267
- }
268
-
269
- [data-taco='calendar'] .DayPicker-Months {
270
- @apply flex flex-wrap justify-center;
271
- }
272
-
273
- [data-taco='calendar'] .DayPicker-Month {
274
- @apply m-0 flex border-collapse select-none flex-col;
275
- }
276
-
277
- [data-taco='calendar'] .DayPicker-Weekdays {
278
- @apply mt-2 flex;
279
- }
280
-
281
- [data-taco='calendar'] .DayPicker-WeekdaysRow {
282
- @apply mb-2 flex w-full justify-between;
283
- }
284
-
285
- [data-taco='calendar'] .DayPicker-Weekday {
286
- @apply text-grey-darkest flex-grow text-center uppercase;
287
- }
288
-
289
- [data-taco='calendar'] .DayPicker-Weekday abbr[title] {
290
- @apply no-underline;
291
- }
292
-
293
- [data-taco='calendar'] .DayPicker-Body {
294
- @apply flex flex-col;
295
- }
296
-
297
- [data-taco='calendar'] .DayPicker-Week {
298
- @apply flex w-full justify-between;
299
- }
300
-
301
- [data-taco='calendar'] .DayPicker-Day {
302
- @apply flex h-10 w-10 cursor-pointer items-center justify-center rounded-full;
303
- }
304
-
305
- [data-taco='calendar'] .DayPicker--interactionDisabled .DayPicker-Day {
306
- @apply cursor-default;
307
- }
308
-
309
- [data-taco='calendar'] .DayPicker-Footer {
310
- @apply pt-2 text-center;
311
- }
312
-
313
- [data-taco='calendar'] .DayPicker-TodayButton {
314
- @apply text-blue cursor-pointer border-none bg-transparent text-xs;
315
- }
316
-
317
- [data-taco='calendar'] .DayPicker-TodayButton:hover {
318
- @apply text-blue-light;
319
- }
320
-
321
- /* Default modifiers */
322
-
323
- [data-taco='calendar'] .DayPicker-Day--today {
324
- @apply text-blue font-bold;
325
- }
326
-
327
- [data-taco='calendar'] .DayPicker-Day--outside {
328
- @apply text-grey-dark cursor-default;
329
- }
330
-
331
- [data-taco='calendar'] .DayPicker-Day--disabled {
332
- @apply text-grey-dark pointer-events-none w-4 cursor-default;
333
- }
334
-
335
- [data-taco='calendar'] .DayPicker-Day--disabled > span.dot {
336
- @apply bg-grey inline-block rounded-full p-2;
337
- }
338
-
339
- [data-taco='calendar'] .icon:hover,
340
- [data-taco='calendar']:not(.DayPicker--interactionDisabled)
341
- .DayPicker-Day:not(.DayPicker-Day--disabled):not(.DayPicker-Day--selected):not(.DayPicker-Day--outside):hover,
342
- [data-taco='calendar'] .DayPicker-Day--highlighted,
343
- [data-taco='calendar'] .DayPicker-Day--selected {
344
- @apply bg-grey-light text-black;
345
- }
346
-
347
- [data-taco='calendar'] .calendar-caption {
348
- @apply font-semibold;
349
- }
350
-
351
- [data-taco='scrollable-list'].yt-list--multiselect li:first-child {
352
- @apply border-grey-light border-b-2 pl-4; /* Listbox max-height is dependant on this border-bottom-width value! */
353
- }
354
-
355
- [data-taco='scrollable-list'] li > [data-taco='icon'] {
356
- @apply mr-2;
357
- }
358
-
359
- [data-taco='scrollable-list']:not([readonly]) li:hover {
360
- @apply wcag-blue-light;
361
- }
362
-
363
- [data-taco='scrollable-list']:not([readonly]) li:hover [data-taco='icon'] {
364
- @apply wcag-blue-light;
365
- }
366
-
367
- [data-taco='scrollable-list'] li:focus,
368
- [data-taco='scrollable-list']:not(.yt-list--multiselect) li[aria-selected='true'],
369
- [data-taco='scrollable-list'] li[data-focused='true'] {
370
- @apply wcag-blue;
371
- }
372
-
373
- [data-taco='scrollable-list'] li:focus [data-taco='icon'],
374
- [data-taco='scrollable-list']:not(.yt-list--multiselect) li[aria-selected='true'] [data-taco='icon'],
375
- [data-taco='scrollable-list'] li[data-focused='true'] [data-taco='icon'] {
376
- @apply wcag-blue;
377
- }
378
-
379
- [data-taco='scrollable-list'][readonly] li {
380
- @apply cursor-not-allowed;
381
- }
382
-
383
- [data-taco='scrollable-list'] li[disabled],
384
- [data-taco='scrollable-list'][disabled] li[aria-selected='true'] {
385
- @apply cursor-not-allowed text-black text-opacity-25;
386
- }
387
-
388
- [data-taco='scrollable-list'] li.yt-list__empty,
389
- [data-taco='scrollable-list'] li.yt-list__empty:hover,
390
- [data-taco='scrollable-list'] li.yt-list__empty:focus {
391
- @apply text-grey-darkest overflow-hidden bg-white italic;
392
- }
393
-
394
- [data-taco='scrollable-list'] li.yt-list__empty [data-taco='spinner'] {
395
- @apply mr-2 mt-2 h-5 w-5 opacity-75;
396
- }
397
-
398
- [data-taco='combobox'] [role='dialog'] {
399
- @apply z-50;
400
- }
401
-
402
- [data-taco='combobox'] > [aria-expanded='true'] + [role='dialog'] > ul,
403
- [data-taco='combobox'] > [aria-expanded='true'] + [role='dialog'] > ul:hover {
404
- @apply border-blue;
405
- }
406
-
407
- .yt-dialog__drag::before,
408
- .yt-dialog__drag::after {
409
- @apply bg-grey-dark absolute rounded;
410
- content: '';
411
- left: theme('spacing.1');
412
- height: 2px;
413
- width: calc(100% - (2 * theme('spacing.1')));
414
- }
415
-
416
- .yt-dialog__drag::before {
417
- top: 3px;
418
- }
419
-
420
- .yt-dialog__drag::after {
421
- bottom: 3px;
422
- }
423
-
424
- /* label inside label is invalid html, but the client is littered with it */
425
- [data-taco='label'] [data-taco='label'] {
426
- min-height: 0;
427
- }
428
-
429
- .yt-form > [data-taco='button'] {
430
- @apply mr-3;
431
- }
432
-
433
- .yt-form.yt-form--horizontal > * {
434
- @apply mr-3 inline-flex;
435
- }
436
-
437
- .yt-form.yt-form--horizontal > *:last-child {
438
- @apply mr-0;
439
- }
440
-
441
- .yt-form.yt-form--horizontal > [data-taco='button'] {
442
- @apply mt-6;
443
- }
444
-
445
- [data-taco='group'] > [data-taco='badge'] + [data-taco='badge'] {
446
- @apply ml-1;
447
- }
448
-
449
- [data-taco='group'] > *:not(:first-child):not([data-taco='hanger']) {
450
- @apply ml-2;
451
- }
452
-
453
- [data-taco='hanger'] a {
454
- @apply text-grey underline;
455
- }
456
-
457
- [data-taco='hanger'] > *:last-child {
458
- @apply mb-0;
459
- }
460
-
461
- .yt-navigation__item a,
462
- .yt-navigation__item .yt-navigation__item__postfix {
463
- @apply text-black;
464
- }
465
-
466
- .yt-navigation__item .yt-navigation__item__prefix [data-taco='icon'] {
467
- @apply -mt-1 -mb-1 text-xs;
468
- margin-left: -0.375rem;
469
- margin-right: 0.15rem;
470
- }
471
-
472
- .yt-navigation__item:hover,
473
- .yt-navigation__item:hover a,
474
- .yt-navigation__item:hover .yt-navigation__item__postfix,
475
- .yt-navigation__item--active,
476
- .yt-navigation__item--active a,
477
- .yt-navigation__item--active .yt-navigation__item__postfix {
478
- @apply text-blue;
479
- }
480
-
481
- .yt-navigation__item--dropping,
482
- .yt-navigation__item--dropping a,
483
- .yt-navigation__item--dropping .yt-navigation__item__postfix {
484
- @apply text-white;
485
- }
486
-
487
- .yt-navigation__item:hover .yt-navigation__item__postfix [data-taco='badge']:not(.h-2),
488
- .yt-navigation__item--active .yt-navigation__item__postfix [data-taco='badge']:not(.h-2) {
489
- @apply yt-blue-inverted;
490
- }
491
-
492
- .yt-navigation__item--dropping > * {
493
- @apply pointer-events-none;
494
- }
495
-
496
- .yt-navigation__item--dropping .yt-navigation__item__postfix [data-taco='badge'] {
497
- @apply border-white text-white;
498
- }
499
-
500
- .yt-toast:hover [data-taco='progress-bar'] {
501
- animation-play-state: paused;
502
- }
503
-
504
- @keyframes progress {
505
- from {
506
- width: 100%;
507
- }
508
- to {
509
- width: 0%;
510
- }
511
- }
512
-
513
- @keyframes progress-indeterminate {
514
- 0% {
515
- margin-left: 0px;
516
- margin-right: 100%;
517
- }
518
- 50% {
519
- margin-left: 25%;
520
- margin-right: 0%;
521
- }
522
- 100% {
523
- margin-left: 100%;
524
- margin-right: 0;
525
- }
526
- }
527
-
528
- /* rows */
529
- .yt-table__row {
530
- @apply border-grey-light flex border-b;
531
- min-height: 2.5rem;
532
- }
533
-
534
- /* cells */
535
- .yt-table__cell > [data-taco='button'],
536
- .yt-table__cell > [data-taco='icon-button'] {
537
- @apply -mt-1 -mb-1 flex;
538
- }
539
-
540
- .yt-table__row.yt-table__row--dragging .yt-table__cell.yt-table__cell--draggable [data-taco='icon'] {
541
- @apply text-white;
542
- }
543
-
544
- .yt-table__cell.yt-table__cell--draggable [data-taco='icon']:active {
545
- @apply cursor-grabbing;
546
- }
547
-
548
- .yt-table__row:hover .yt-table__cell.yt-table__cell--draggable [data-taco='icon'] {
549
- @apply visible;
550
- }
551
-
552
- /* head */
553
- .yt-table__head .yt-table__row {
554
- @apply h-auto w-full select-none border-t-0 border-b-2 font-bold;
555
- }
556
-
557
- .yt-table__head .yt-table__head__group {
558
- @apply flex flex-1 flex-wrap;
559
- }
560
-
561
- .yt-table__head .yt-table__head__group .yt-table__cell.yt-table__cell__group {
562
- @apply border-grey-light border-b;
563
- flex-basis: 100%;
564
- }
565
-
566
- .yt-table__head .yt-table__head__group + .yt-table__head__group {
567
- @apply border-grey-light border-l;
568
- }
569
-
570
- .yt-table__head .yt-table__cell > [data-taco='icon'] {
571
- @apply flex-shrink-0;
572
- }
573
-
574
- .yt-table__head .yt-table__cell.yt-table__cell__group + .yt-table__cell__group {
575
- @apply border-grey-light border-l-2;
576
- }
577
-
578
- .yt-table.yt-table--windowed.table-with-scrollbar .yt-table__head {
579
- padding-right: 14px;
580
- }
581
-
582
- /* body */
583
-
584
- .yt-table__body .yt-table__row:first-child {
585
- @apply border-t-0;
586
- }
587
-
588
- .yt-table__body .yt-table__row.yt-table__row--clickable:hover,
589
- .yt-table__body .yt-table__row.yt-table__row--clickable.yt-table__row--active:hover {
590
- @apply cursor-pointer;
591
- }
592
-
593
- .yt-table__body .yt-table__row.yt-table__row__unselectable:hover,
594
- .yt-table__body .yt-table__row.yt-table__row__unselectable.yt-table__row--active:hover {
595
- @apply cursor-default;
596
- }
597
-
598
- .yt-table__body .yt-table__row.yt-table__row--active {
599
- @apply bg-grey-light;
600
- }
601
-
602
- .yt-table__body .yt-table__row.yt-table__row--dragging,
603
- .yt-table__body .yt-table__row.yt-table__row--dragging:hover {
604
- @apply bg-blue text-white;
605
- }
606
-
607
- /* edit */
608
- .yt-table__body .yt-table__row.yt-table__row--editing {
609
- @apply border-grey border-t;
610
- }
611
-
612
- .yt-table__body .yt-table__row.yt-table__row--editing,
613
- .yt-table__body .yt-table__row.yt-table__row--editing:hover {
614
- @apply wcag-grey-lightest;
615
- }
616
-
617
- .yt-table__body .yt-table__row.yt-table__row--editing .yt-table__cell {
618
- @apply overflow-visible;
619
- overflow-wrap: normal;
620
- }
621
-
622
- .yt-table__cell [data-taco='label'] {
623
- @apply -my-2 pb-0 text-transparent;
624
- min-height: theme('spacing.10');
625
- }
626
-
627
- .yt-table__cell [data-taco='label'] > *:not([data-taco='label']__message) {
628
- @apply mt-1;
629
- }
630
-
631
- .yt-table__body .yt-table__row.yt-table__row--editing .yt-table__cell [data-taco='label'] > *:not([data-taco='label']__message) {
632
- @apply -mt-5;
633
- }
634
-
635
- .yt-table__cell [data-taco='label'] > [data-taco='label']__message {
636
- @apply mb-1;
637
- }
638
-
639
- /* drag */
640
- #yt-table__drag__placeholder {
641
- @apply bg-blue flex w-3/12 rounded p-4 font-bold text-white;
642
- }
643
-
644
- .yt-tabs .yt-tab__list[aria-orientation='vertical'] {
645
- @apply m-0 mr-4 flex-col border-0 border-r;
646
- }
647
-
648
- .yt-tabs .yt-tab__list .yt-tab[aria-selected='true'] {
649
- @apply border-blue text-black;
650
- }
651
-
652
- .yt-tabs.yt-tabs--vertical .yt-tab__list {
653
- @apply flex-initial;
654
- }
655
-
656
- .yt-tabs.yt-tabs--vertical .yt-tab__panel {
657
- @apply flex-grow;
658
- }
659
-
660
- .yt-tabs .yt-tab__list[aria-orientation='vertical'] .yt-tab {
661
- @apply rounded-none rounded-l border-0 border-r-2;
662
- }
1
+ @tailwind base;
2
+ @tailwind components;
3
+ @tailwind utilities;
4
+
5
+ @layer base {
6
+ *,
7
+ *::before,
8
+ *::after {
9
+ box-sizing: border-box;
10
+ }
11
+
12
+ html {
13
+ @apply font-display h-screen;
14
+ -moz-osx-font-smoothing: grayscale;
15
+ -webkit-font-smoothing: antialiased;
16
+ }
17
+
18
+ body {
19
+ @apply h-screen bg-white text-sm leading-5 text-black;
20
+ }
21
+
22
+ blockquote,
23
+ dl,
24
+ dd,
25
+ hr,
26
+ figure,
27
+ p,
28
+ pre,
29
+ ol,
30
+ ul,
31
+ h1,
32
+ h2,
33
+ h3,
34
+ h4,
35
+ h5,
36
+ h6 {
37
+ max-width: 100ch;
38
+ }
39
+
40
+ blockquote,
41
+ dl,
42
+ dd,
43
+ hr,
44
+ figure,
45
+ p,
46
+ pre,
47
+ ol,
48
+ ul {
49
+ @apply mb-12;
50
+ }
51
+
52
+ ol ol,
53
+ ul ul,
54
+ ol ul,
55
+ ul ol {
56
+ @apply mb-0;
57
+ }
58
+
59
+ ul.list-disc,
60
+ ul.list-decimal,
61
+ ul.list-circle,
62
+ ol.list-disc,
63
+ ol.list-decimal,
64
+ ol.list-circle {
65
+ @apply pl-4;
66
+ }
67
+
68
+ dt {
69
+ @apply font-bold;
70
+ }
71
+
72
+ blockquote {
73
+ @apply pl-8;
74
+ }
75
+
76
+ hr {
77
+ @apply bg-grey-light my-5 flex h-px border-none;
78
+ }
79
+
80
+ h1,
81
+ h2,
82
+ h3,
83
+ h4,
84
+ h5,
85
+ h6 {
86
+ @apply font-normal;
87
+ }
88
+
89
+ h1 {
90
+ @apply mb-5 text-3xl;
91
+ }
92
+
93
+ h2 {
94
+ @apply mb-2 text-2xl;
95
+ }
96
+
97
+ h3 {
98
+ @apply mb-2 text-xl;
99
+ }
100
+
101
+ h4 {
102
+ @apply mb-1 text-base font-bold;
103
+ }
104
+
105
+ h5 {
106
+ @apply mb-1 text-sm font-bold;
107
+ }
108
+
109
+ h6 {
110
+ @apply mb-1 text-xs font-bold;
111
+ }
112
+
113
+ b,
114
+ strong {
115
+ @apply font-bold;
116
+ }
117
+
118
+ a {
119
+ @apply text-blue no-underline;
120
+ }
121
+
122
+ a:hover,
123
+ a:focus {
124
+ @apply text-blue-light;
125
+ }
126
+
127
+ a:active {
128
+ @apply text-blue-dark;
129
+ }
130
+
131
+ button::-moz-focus-inner {
132
+ @apply border-none;
133
+ }
134
+
135
+ input[type='search']::-webkit-search-decoration,
136
+ input[type='search']::-webkit-search-cancel-button,
137
+ input[type='search']::-webkit-search-results-button,
138
+ input[type='search']::-webkit-search-results-decoration {
139
+ -webkit-appearance: none;
140
+ }
141
+
142
+ table.yt-table {
143
+ @apply focus:yt-focus flex flex-col focus:rounded-sm;
144
+ }
145
+ table.yt-table thead.yt-table__head tr.yt-table__row {
146
+ @apply border-grey-light flex h-auto min-h-[2.5rem] w-full select-none border-t-0 border-b-2 font-bold;
147
+ }
148
+
149
+ table.yt-table thead.yt-table__head tr.yt-table__row th.yt-table__cell {
150
+ @apply text-grey-darkest flex flex-1 justify-center truncate p-2 text-center align-middle hover:text-black;
151
+ }
152
+
153
+ table.yt-table tbody.yt-table__body tr.yt-table__row {
154
+ @apply border-grey-light hover:bg-grey-light flex min-h-[2.5rem] border-b;
155
+ }
156
+
157
+ table.yt-table tbody.yt-table__body tr.yt-table__row td.yt-table__cell {
158
+ @apply flex-1 truncate p-2 text-center align-middle;
159
+ }
160
+
161
+ [data-radix-portal][aria-hidden] [data-taco='menu'],
162
+ [data-radix-portal][aria-hidden] [data-taco='hanger'] {
163
+ display: none;
164
+ opacity: 0;
165
+ }
166
+
167
+ @keyframes fade-in {
168
+ from {
169
+ @apply opacity-0;
170
+ }
171
+ to {
172
+ @apply opacity-100;
173
+ }
174
+ }
175
+ }
176
+
177
+ [data-taco='badge'] > [data-taco='spinner'] {
178
+ @apply h-3 w-3 ml-2;
179
+ }
180
+
181
+ [data-taco='badge'] > [data-taco='spinner'] svg circle {
182
+ stroke-width: 15px;
183
+ }
184
+
185
+ [data-taco='badge'] > * {
186
+ @apply max-h-full p-0;
187
+ }
188
+
189
+ [data-taco='button'] > [data-taco='icon'] {
190
+ @apply pointer-events-none -ml-2 mr-1 -mt-2 -mb-2 inline p-px;
191
+ }
192
+
193
+ [data-taco='button'] > span + [data-taco='icon'] {
194
+ @apply ml-1 -mr-2;
195
+ }
196
+
197
+ [data-taco='spinner'] svg circle {
198
+ @apply flex;
199
+ fill: transparent;
200
+ stroke-width: 10px;
201
+ animation: spinnerAnimation 1.5s cubic-bezier(0.46, 0.03, 0.52, 0.96) infinite both;
202
+ transform-origin: 50% 50%;
203
+ stroke-linecap: round;
204
+ stroke-dasharray: 282.743343;
205
+ stroke-dashoffset: 67.85840232;
206
+ stroke: theme('colors.blue.DEFAULT');
207
+ }
208
+
209
+ @keyframes spinnerAnimation {
210
+ 0% {
211
+ stroke-dashoffset: 237.50440812;
212
+ transform: rotate(0);
213
+ }
214
+ 50% {
215
+ stroke-dashoffset: 67.85840232;
216
+ transform: rotate(45deg);
217
+ }
218
+ 100% {
219
+ stroke-dashoffset: 237.50440812;
220
+ transform: rotate(1turn);
221
+ }
222
+ }
223
+
224
+ @keyframes spinnerRotation {
225
+ 0% {
226
+ transform: rotate(0deg);
227
+ }
228
+ 100% {
229
+ transform: rotate(1turn);
230
+ }
231
+ }
232
+
233
+ .yt-grey-solid [data-taco='spinner'] svg circle,
234
+ .yt-yellow-solid [data-taco='spinner'] svg circle {
235
+ stroke: theme('colors.grey.darkest');
236
+ }
237
+
238
+ .yt-blue-solid [data-taco='spinner'] svg circle,
239
+ .yt-green-solid [data-taco='spinner'] svg circle,
240
+ .yt-red-solid [data-taco='spinner'] svg circle {
241
+ stroke: theme('colors.white');
242
+ }
243
+
244
+ .yt-blue-inverted svg circle {
245
+ stroke: theme('colors.blue.DEFAULT');
246
+ }
247
+
248
+ .yt-yellow-inverted svg circle {
249
+ stroke: theme('colors.yellow.DEFAULT');
250
+ }
251
+
252
+ .yt-red-inverted svg circle {
253
+ stroke: theme('colors.red.DEFAULT');
254
+ }
255
+
256
+ .yt-green-inverted svg circle {
257
+ stroke: theme('colors.green.DEFAULT');
258
+ }
259
+
260
+ .yt-grey-inverted svg circle {
261
+ stroke: theme('colors.grey.darkest');
262
+ }
263
+
264
+ [data-taco='toast'] > div [data-taco='button'] {
265
+ @apply -mt-px py-0 px-2;
266
+ }
267
+
268
+ [data-taco='calendar'] .DayPicker-wrapper {
269
+ @apply relative select-none flex-row;
270
+ }
271
+
272
+ [data-taco='calendar'] .DayPicker-Months {
273
+ @apply flex flex-wrap justify-center;
274
+ }
275
+
276
+ [data-taco='calendar'] .DayPicker-Month {
277
+ @apply m-0 flex border-collapse select-none flex-col;
278
+ }
279
+
280
+ [data-taco='calendar'] .DayPicker-Weekdays {
281
+ @apply mt-2 flex;
282
+ }
283
+
284
+ [data-taco='calendar'] .DayPicker-WeekdaysRow {
285
+ @apply mb-2 flex w-full justify-between;
286
+ }
287
+
288
+ [data-taco='calendar'] .DayPicker-Weekday {
289
+ @apply text-grey-darkest flex-grow text-center uppercase;
290
+ }
291
+
292
+ [data-taco='calendar'] .DayPicker-Weekday abbr[title] {
293
+ @apply no-underline;
294
+ }
295
+
296
+ [data-taco='calendar'] .DayPicker-Body {
297
+ @apply flex flex-col;
298
+ }
299
+
300
+ [data-taco='calendar'] .DayPicker-Week {
301
+ @apply flex w-full justify-between;
302
+ }
303
+
304
+ [data-taco='calendar'] .DayPicker-Day {
305
+ @apply flex h-10 w-10 cursor-pointer items-center justify-center rounded-full;
306
+ }
307
+
308
+ [data-taco='calendar'] .DayPicker--interactionDisabled .DayPicker-Day {
309
+ @apply cursor-default;
310
+ }
311
+
312
+ [data-taco='calendar'] .DayPicker-Footer {
313
+ @apply pt-2 text-center;
314
+ }
315
+
316
+ [data-taco='calendar'] .DayPicker-TodayButton {
317
+ @apply text-blue cursor-pointer border-none bg-transparent text-xs;
318
+ }
319
+
320
+ [data-taco='calendar'] .DayPicker-TodayButton:hover {
321
+ @apply text-blue-light;
322
+ }
323
+
324
+ /* Default modifiers */
325
+
326
+ [data-taco='calendar'] .DayPicker-Day--today {
327
+ @apply text-blue font-bold;
328
+ }
329
+
330
+ [data-taco='calendar'] .DayPicker-Day--outside {
331
+ @apply text-grey-dark cursor-default;
332
+ }
333
+
334
+ [data-taco='calendar'] .DayPicker-Day--disabled {
335
+ @apply text-grey-dark pointer-events-none w-4 cursor-default;
336
+ }
337
+
338
+ [data-taco='calendar'] .DayPicker-Day--disabled > span.dot {
339
+ @apply bg-grey inline-block rounded-full p-2;
340
+ }
341
+
342
+ [data-taco='calendar'] .icon:hover,
343
+ [data-taco='calendar']:not(.DayPicker--interactionDisabled)
344
+ .DayPicker-Day:not(.DayPicker-Day--disabled):not(.DayPicker-Day--selected):not(.DayPicker-Day--outside):hover,
345
+ [data-taco='calendar'] .DayPicker-Day--highlighted,
346
+ [data-taco='calendar'] .DayPicker-Day--selected {
347
+ @apply bg-grey-light text-black;
348
+ }
349
+
350
+ [data-taco='calendar'] .calendar-caption {
351
+ @apply font-semibold;
352
+ }
353
+
354
+ [data-taco='scrollable-list'].yt-list--multiselect li:first-child {
355
+ @apply border-grey-light border-b-2 pl-4; /* Listbox max-height is dependant on this border-bottom-width value! */
356
+ }
357
+
358
+ [data-taco='scrollable-list'] li > [data-taco='icon'] {
359
+ @apply mr-2;
360
+ }
361
+
362
+ [data-taco='scrollable-list']:not([readonly]) li:hover {
363
+ @apply wcag-blue-light;
364
+ }
365
+
366
+ [data-taco='scrollable-list']:not([readonly]) li:hover [data-taco='icon'] {
367
+ @apply wcag-blue-light;
368
+ }
369
+
370
+ [data-taco='scrollable-list'] li:focus,
371
+ [data-taco='scrollable-list']:not(.yt-list--multiselect) li[aria-selected='true'],
372
+ [data-taco='scrollable-list'] li[data-focused='true'] {
373
+ @apply wcag-blue;
374
+ }
375
+
376
+ [data-taco='scrollable-list'] li:focus [data-taco='icon'],
377
+ [data-taco='scrollable-list']:not(.yt-list--multiselect) li[aria-selected='true'] [data-taco='icon'],
378
+ [data-taco='scrollable-list'] li[data-focused='true'] [data-taco='icon'] {
379
+ @apply wcag-blue;
380
+ }
381
+
382
+ [data-taco='scrollable-list'][readonly] li {
383
+ @apply cursor-not-allowed;
384
+ }
385
+
386
+ [data-taco='scrollable-list'] li[disabled],
387
+ [data-taco='scrollable-list'][disabled] li[aria-selected='true'] {
388
+ @apply cursor-not-allowed text-black text-opacity-25;
389
+ }
390
+
391
+ [data-taco='scrollable-list'] li.yt-list__empty,
392
+ [data-taco='scrollable-list'] li.yt-list__empty:hover,
393
+ [data-taco='scrollable-list'] li.yt-list__empty:focus {
394
+ @apply text-grey-darkest overflow-hidden bg-white italic;
395
+ }
396
+
397
+ [data-taco='scrollable-list'] li.yt-list__empty [data-taco='spinner'] {
398
+ @apply mr-2 mt-2 h-5 w-5 opacity-75;
399
+ }
400
+
401
+ [data-taco='combobox'] [role='dialog'] {
402
+ @apply z-50;
403
+ }
404
+
405
+ [data-taco='combobox'] > [aria-expanded='true'] + [role='dialog'] > ul,
406
+ [data-taco='combobox'] > [aria-expanded='true'] + [role='dialog'] > ul:hover {
407
+ @apply border-blue;
408
+ }
409
+
410
+ .yt-dialog__drag::before,
411
+ .yt-dialog__drag::after {
412
+ @apply bg-grey-dark absolute rounded;
413
+ content: '';
414
+ left: theme('spacing.1');
415
+ height: 2px;
416
+ width: calc(100% - (2 * theme('spacing.1')));
417
+ }
418
+
419
+ .yt-dialog__drag::before {
420
+ top: 3px;
421
+ }
422
+
423
+ .yt-dialog__drag::after {
424
+ bottom: 3px;
425
+ }
426
+
427
+ /* label inside label is invalid html, but the client is littered with it */
428
+ [data-taco='label'] [data-taco='label'] {
429
+ min-height: 0;
430
+ }
431
+
432
+ .yt-form > [data-taco='button'] {
433
+ @apply mr-3;
434
+ }
435
+
436
+ .yt-form.yt-form--horizontal > * {
437
+ @apply mr-3 inline-flex;
438
+ }
439
+
440
+ .yt-form.yt-form--horizontal > *:last-child {
441
+ @apply mr-0;
442
+ }
443
+
444
+ .yt-form.yt-form--horizontal > [data-taco='button'] {
445
+ @apply mt-6;
446
+ }
447
+
448
+ [data-taco='group'] > [data-taco='badge'] + [data-taco='badge'] {
449
+ @apply ml-1;
450
+ }
451
+
452
+ [data-taco='group'] > *:not(:first-child):not([data-taco='hanger']) {
453
+ @apply ml-2;
454
+ }
455
+
456
+ [data-taco='hanger'] a {
457
+ @apply text-grey underline;
458
+ }
459
+
460
+ [data-taco='hanger'] > *:last-child {
461
+ @apply mb-0;
462
+ }
463
+
464
+ .yt-navigation__item a,
465
+ .yt-navigation__item .yt-navigation__item__postfix {
466
+ @apply text-black;
467
+ }
468
+
469
+ .yt-navigation__item .yt-navigation__item__prefix [data-taco='icon'] {
470
+ @apply -mt-1 -mb-1 text-xs;
471
+ margin-left: -0.375rem;
472
+ margin-right: 0.15rem;
473
+ }
474
+
475
+ .yt-navigation__item:hover,
476
+ .yt-navigation__item:hover a,
477
+ .yt-navigation__item:hover .yt-navigation__item__postfix,
478
+ .yt-navigation__item--active,
479
+ .yt-navigation__item--active a,
480
+ .yt-navigation__item--active .yt-navigation__item__postfix {
481
+ @apply text-blue;
482
+ }
483
+
484
+ .yt-navigation__item--dropping,
485
+ .yt-navigation__item--dropping a,
486
+ .yt-navigation__item--dropping .yt-navigation__item__postfix {
487
+ @apply text-white;
488
+ }
489
+
490
+ .yt-navigation__item:hover .yt-navigation__item__postfix [data-taco='badge']:not(.h-2),
491
+ .yt-navigation__item--active .yt-navigation__item__postfix [data-taco='badge']:not(.h-2) {
492
+ @apply yt-blue-inverted;
493
+ }
494
+
495
+ .yt-navigation__item--dropping > * {
496
+ @apply pointer-events-none;
497
+ }
498
+
499
+ .yt-navigation__item--dropping .yt-navigation__item__postfix [data-taco='badge'] {
500
+ @apply border-white text-white;
501
+ }
502
+
503
+ .yt-toast:hover [data-taco='progress-bar'] {
504
+ animation-play-state: paused;
505
+ }
506
+
507
+ @keyframes progress {
508
+ from {
509
+ width: 100%;
510
+ }
511
+ to {
512
+ width: 0%;
513
+ }
514
+ }
515
+
516
+ @keyframes progress-indeterminate {
517
+ 0% {
518
+ margin-left: 0px;
519
+ margin-right: 100%;
520
+ }
521
+ 50% {
522
+ margin-left: 25%;
523
+ margin-right: 0%;
524
+ }
525
+ 100% {
526
+ margin-left: 100%;
527
+ margin-right: 0;
528
+ }
529
+ }
530
+
531
+ /* rows */
532
+ .yt-table__row {
533
+ @apply border-grey-light flex border-b;
534
+ min-height: 2.5rem;
535
+ }
536
+
537
+ /* cells */
538
+ .yt-table__cell > [data-taco='button'],
539
+ .yt-table__cell > [data-taco='icon-button'] {
540
+ @apply -mt-1 -mb-1 flex;
541
+ }
542
+
543
+ .yt-table__row.yt-table__row--dragging .yt-table__cell.yt-table__cell--draggable [data-taco='icon'] {
544
+ @apply text-white;
545
+ }
546
+
547
+ .yt-table__cell.yt-table__cell--draggable [data-taco='icon']:active {
548
+ @apply cursor-grabbing;
549
+ }
550
+
551
+ .yt-table__row:hover .yt-table__cell.yt-table__cell--draggable [data-taco='icon'] {
552
+ @apply visible;
553
+ }
554
+
555
+ /* head */
556
+ .yt-table__head .yt-table__row {
557
+ @apply h-auto w-full select-none border-t-0 border-b-2 font-bold;
558
+ }
559
+
560
+ .yt-table__head .yt-table__head__group {
561
+ @apply flex flex-1 flex-wrap;
562
+ }
563
+
564
+ .yt-table__head .yt-table__head__group .yt-table__cell.yt-table__cell__group {
565
+ @apply border-grey-light border-b;
566
+ flex-basis: 100%;
567
+ }
568
+
569
+ .yt-table__head .yt-table__head__group + .yt-table__head__group {
570
+ @apply border-grey-light border-l;
571
+ }
572
+
573
+ .yt-table__head .yt-table__cell > [data-taco='icon'] {
574
+ @apply flex-shrink-0;
575
+ }
576
+
577
+ .yt-table__head .yt-table__cell.yt-table__cell__group + .yt-table__cell__group {
578
+ @apply border-grey-light border-l-2;
579
+ }
580
+
581
+ .yt-table.yt-table--windowed.table-with-scrollbar .yt-table__head {
582
+ padding-right: 14px;
583
+ }
584
+
585
+ /* body */
586
+
587
+ .yt-table__body .yt-table__row:first-child {
588
+ @apply border-t-0;
589
+ }
590
+
591
+ .yt-table__body .yt-table__row.yt-table__row--clickable:hover,
592
+ .yt-table__body .yt-table__row.yt-table__row--clickable.yt-table__row--active:hover {
593
+ @apply cursor-pointer;
594
+ }
595
+
596
+ .yt-table__body .yt-table__row.yt-table__row__unselectable:hover,
597
+ .yt-table__body .yt-table__row.yt-table__row__unselectable.yt-table__row--active:hover {
598
+ @apply cursor-default;
599
+ }
600
+
601
+ .yt-table__body .yt-table__row.yt-table__row--active {
602
+ @apply bg-grey-light;
603
+ }
604
+
605
+ .yt-table__body .yt-table__row.yt-table__row--dragging,
606
+ .yt-table__body .yt-table__row.yt-table__row--dragging:hover {
607
+ @apply bg-blue text-white;
608
+ }
609
+
610
+ /* edit */
611
+ .yt-table__body .yt-table__row.yt-table__row--editing {
612
+ @apply border-grey border-t;
613
+ }
614
+
615
+ .yt-table__body .yt-table__row.yt-table__row--editing,
616
+ .yt-table__body .yt-table__row.yt-table__row--editing:hover {
617
+ @apply wcag-grey-lightest;
618
+ }
619
+
620
+ .yt-table__body .yt-table__row.yt-table__row--editing .yt-table__cell {
621
+ @apply overflow-visible;
622
+ overflow-wrap: normal;
623
+ }
624
+
625
+ .yt-table__cell [data-taco='label'] {
626
+ @apply -my-2 pb-0 text-transparent;
627
+ min-height: theme('spacing.10');
628
+ }
629
+
630
+ .yt-table__cell [data-taco='label'] > *:not([data-taco='label']__message) {
631
+ @apply mt-1;
632
+ }
633
+
634
+ .yt-table__body .yt-table__row.yt-table__row--editing .yt-table__cell [data-taco='label'] > *:not([data-taco='label']__message) {
635
+ @apply -mt-5;
636
+ }
637
+
638
+ .yt-table__cell [data-taco='label'] > [data-taco='label']__message {
639
+ @apply mb-1;
640
+ }
641
+
642
+ /* drag */
643
+ #yt-table__drag__placeholder {
644
+ @apply bg-blue flex w-3/12 rounded p-4 font-bold text-white;
645
+ }
646
+
647
+ .yt-tabs .yt-tab__list[aria-orientation='vertical'] {
648
+ @apply m-0 mr-4 flex-col border-0 border-r;
649
+ }
650
+
651
+ .yt-tabs .yt-tab__list .yt-tab[aria-selected='true'] {
652
+ @apply border-blue text-black;
653
+ }
654
+
655
+ .yt-tabs.yt-tabs--vertical .yt-tab__list {
656
+ @apply flex-initial;
657
+ }
658
+
659
+ .yt-tabs.yt-tabs--vertical .yt-tab__panel {
660
+ @apply flex-grow;
661
+ }
662
+
663
+ .yt-tabs .yt-tab__list[aria-orientation='vertical'] .yt-tab {
664
+ @apply rounded-none rounded-l border-0 border-r-2;
665
+ }