@economic/taco 1.1.5-alpha.1 → 1.1.6

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