@economic/taco 0.0.33-alpha.6 → 1.0.0-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (416) hide show
  1. package/README.md +84 -84
  2. package/dist/components/Icon/components/{Minus.d.ts → CircleClose.d.ts} +0 -0
  3. package/dist/components/Icon/components/{PlusCircle.d.ts → CircleMinus.d.ts} +0 -0
  4. package/dist/components/Icon/components/{TickCircle.d.ts → CirclePlus.d.ts} +0 -0
  5. package/dist/components/Icon/components/CircleTick.d.ts +3 -0
  6. package/dist/components/Icon/components/index.d.ts +1 -1
  7. package/dist/components/Input/Input.d.ts +1 -1
  8. package/dist/components/Menu/Menu.d.ts +2 -2
  9. package/dist/components/Menu/components/Item.d.ts +1 -1
  10. package/dist/components/Menu/components/Link.d.ts +1 -1
  11. package/dist/esm/components/Accordion/Accordion.js.map +1 -1
  12. package/dist/esm/components/Backdrop/Backdrop.js.map +1 -1
  13. package/dist/esm/components/Badge/Badge.js.map +1 -1
  14. package/dist/esm/components/Banner/Banner.js +5 -7
  15. package/dist/esm/components/Banner/Banner.js.map +1 -1
  16. package/dist/esm/components/Banner/util.js +1 -1
  17. package/dist/esm/components/Banner/util.js.map +1 -1
  18. package/dist/esm/components/Button/Button.js.map +1 -1
  19. package/dist/esm/components/Button/util.js +23 -18
  20. package/dist/esm/components/Button/util.js.map +1 -1
  21. package/dist/esm/components/Calendar/Calendar.js.map +1 -1
  22. package/dist/esm/components/Checkbox/Checkbox.js +18 -15
  23. package/dist/esm/components/Checkbox/Checkbox.js.map +1 -1
  24. package/dist/esm/components/Combobox/Combobox.js.map +1 -1
  25. package/dist/esm/components/Combobox/useCombobox.js +87 -67
  26. package/dist/esm/components/Combobox/useCombobox.js.map +1 -1
  27. package/dist/esm/components/Datepicker/Datepicker.js +52 -48
  28. package/dist/esm/components/Datepicker/Datepicker.js.map +1 -1
  29. package/dist/esm/components/Datepicker/useDatepicker.js +34 -27
  30. package/dist/esm/components/Datepicker/useDatepicker.js.map +1 -1
  31. package/dist/esm/components/Dialog/Context.js +4 -4
  32. package/dist/esm/components/Dialog/Context.js.map +1 -1
  33. package/dist/esm/components/Dialog/Dialog.js +58 -39
  34. package/dist/esm/components/Dialog/Dialog.js.map +1 -1
  35. package/dist/esm/components/Dialog/components/Content.js +44 -39
  36. package/dist/esm/components/Dialog/components/Content.js.map +1 -1
  37. package/dist/esm/components/Dialog/components/Drawer.js +3 -3
  38. package/dist/esm/components/Dialog/components/Drawer.js.map +1 -1
  39. package/dist/esm/components/Dialog/components/Extra.js +2 -2
  40. package/dist/esm/components/Dialog/components/Extra.js.map +1 -1
  41. package/dist/esm/components/Dialog/components/Trigger.js +2 -2
  42. package/dist/esm/components/Dialog/components/Trigger.js.map +1 -1
  43. package/dist/esm/components/Field/Field.js +12 -10
  44. package/dist/esm/components/Field/Field.js.map +1 -1
  45. package/dist/esm/components/Form/Form.js +8 -6
  46. package/dist/esm/components/Form/Form.js.map +1 -1
  47. package/dist/esm/components/Group/Group.js +8 -6
  48. package/dist/esm/components/Group/Group.js.map +1 -1
  49. package/dist/esm/components/Hanger/Hanger.js +33 -25
  50. package/dist/esm/components/Hanger/Hanger.js.map +1 -1
  51. package/dist/esm/components/Icon/Icon.js +8 -7
  52. package/dist/esm/components/Icon/Icon.js.map +1 -1
  53. package/dist/esm/components/Icon/components/AccountPreview.js.map +1 -1
  54. package/dist/esm/components/Icon/components/Accounting.js.map +1 -1
  55. package/dist/esm/components/Icon/components/AccountingYear.js.map +1 -1
  56. package/dist/esm/components/Icon/components/AccountingYearCancel.js.map +1 -1
  57. package/dist/esm/components/Icon/components/ArrowBottom.js.map +1 -1
  58. package/dist/esm/components/Icon/components/ArrowDown.js.map +1 -1
  59. package/dist/esm/components/Icon/components/ArrowEnd.js.map +1 -1
  60. package/dist/esm/components/Icon/components/ArrowLeft.js.map +1 -1
  61. package/dist/esm/components/Icon/components/ArrowRight.js.map +1 -1
  62. package/dist/esm/components/Icon/components/ArrowStart.js.map +1 -1
  63. package/dist/esm/components/Icon/components/ArrowTop.js.map +1 -1
  64. package/dist/esm/components/Icon/components/ArrowUp.js.map +1 -1
  65. package/dist/esm/components/Icon/components/Attach.js.map +1 -1
  66. package/dist/esm/components/Icon/components/AttachAuto.js.map +1 -1
  67. package/dist/esm/components/Icon/components/AttachCancel.js.map +1 -1
  68. package/dist/esm/components/Icon/components/Autotext.js.map +1 -1
  69. package/dist/esm/components/Icon/components/AutotextInsert.js.map +1 -1
  70. package/dist/esm/components/Icon/components/Basic.js.map +1 -1
  71. package/dist/esm/components/Icon/components/BasicTabs.js.map +1 -1
  72. package/dist/esm/components/Icon/components/BellSolid.js.map +1 -1
  73. package/dist/esm/components/Icon/components/Book.js.map +1 -1
  74. package/dist/esm/components/Icon/components/Booking.js.map +1 -1
  75. package/dist/esm/components/Icon/components/Budget.js.map +1 -1
  76. package/dist/esm/components/Icon/components/Calendar.js.map +1 -1
  77. package/dist/esm/components/Icon/components/CashAccount.js.map +1 -1
  78. package/dist/esm/components/Icon/components/CashReports.js.map +1 -1
  79. package/dist/esm/components/Icon/components/Chat.js.map +1 -1
  80. package/dist/esm/components/Icon/components/ChatSolid.js.map +1 -1
  81. package/dist/esm/components/Icon/components/ChevronDown.js.map +1 -1
  82. package/dist/esm/components/Icon/components/ChevronDownDouble.js.map +1 -1
  83. package/dist/esm/components/Icon/components/ChevronDownSolid.js.map +1 -1
  84. package/dist/esm/components/Icon/components/ChevronLeft.js.map +1 -1
  85. package/dist/esm/components/Icon/components/ChevronLeftDouble.js.map +1 -1
  86. package/dist/esm/components/Icon/components/ChevronRight.js.map +1 -1
  87. package/dist/esm/components/Icon/components/ChevronRightDouble.js.map +1 -1
  88. package/dist/esm/components/Icon/components/ChevronUp.js.map +1 -1
  89. package/dist/esm/components/Icon/components/ChevronUpDouble.js.map +1 -1
  90. package/dist/esm/components/Icon/components/ChevronUpSolid.js.map +1 -1
  91. package/dist/esm/components/Icon/components/CircleClose.js +19 -0
  92. package/dist/esm/components/Icon/components/CircleClose.js.map +1 -0
  93. package/dist/esm/components/Icon/components/{Minus.js → CircleMinus.js} +4 -4
  94. package/dist/esm/components/Icon/components/CircleMinus.js.map +1 -0
  95. package/dist/esm/components/Icon/components/{PlusCircle.js → CirclePlus.js} +4 -4
  96. package/dist/esm/components/Icon/components/CirclePlus.js.map +1 -0
  97. package/dist/esm/components/Icon/components/{TickCircle.js → CircleTick.js} +4 -4
  98. package/dist/esm/components/Icon/components/CircleTick.js.map +1 -0
  99. package/dist/esm/components/Icon/components/Clamp.js.map +1 -1
  100. package/dist/esm/components/Icon/components/ClampOpen.js.map +1 -1
  101. package/dist/esm/components/Icon/components/Close.js.map +1 -1
  102. package/dist/esm/components/Icon/components/ConnectionEnable.js.map +1 -1
  103. package/dist/esm/components/Icon/components/ConnectionRevoke.js.map +1 -1
  104. package/dist/esm/components/Icon/components/Contacts.js.map +1 -1
  105. package/dist/esm/components/Icon/components/Copy.js.map +1 -1
  106. package/dist/esm/components/Icon/components/Courses.js.map +1 -1
  107. package/dist/esm/components/Icon/components/Credit.js.map +1 -1
  108. package/dist/esm/components/Icon/components/Delete.js.map +1 -1
  109. package/dist/esm/components/Icon/components/DeletePermanently.js.map +1 -1
  110. package/dist/esm/components/Icon/components/Depecriate.js.map +1 -1
  111. package/dist/esm/components/Icon/components/Developer.js.map +1 -1
  112. package/dist/esm/components/Icon/components/DistributionTemplate.js.map +1 -1
  113. package/dist/esm/components/Icon/components/Document.js.map +1 -1
  114. package/dist/esm/components/Icon/components/DocumentApprove.js.map +1 -1
  115. package/dist/esm/components/Icon/components/DocumentCreateEntry.js.map +1 -1
  116. package/dist/esm/components/Icon/components/DocumentCut.js.map +1 -1
  117. package/dist/esm/components/Icon/components/DocumentError.js.map +1 -1
  118. package/dist/esm/components/Icon/components/DocumentIsolatePage.js.map +1 -1
  119. package/dist/esm/components/Icon/components/DocumentMerge.js.map +1 -1
  120. package/dist/esm/components/Icon/components/DocumentMove.js.map +1 -1
  121. package/dist/esm/components/Icon/components/DocumentPreview.js.map +1 -1
  122. package/dist/esm/components/Icon/components/DocumentReceived.js.map +1 -1
  123. package/dist/esm/components/Icon/components/DocumentRejectedRequest.js.map +1 -1
  124. package/dist/esm/components/Icon/components/DocumentSplit.js.map +1 -1
  125. package/dist/esm/components/Icon/components/DocumentTime.js.map +1 -1
  126. package/dist/esm/components/Icon/components/Download.js.map +1 -1
  127. package/dist/esm/components/Icon/components/Drag.js.map +1 -1
  128. package/dist/esm/components/Icon/components/ECopedia.js.map +1 -1
  129. package/dist/esm/components/Icon/components/ESignature.js.map +1 -1
  130. package/dist/esm/components/Icon/components/Edit.js.map +1 -1
  131. package/dist/esm/components/Icon/components/EllipsisHorizontal.js.map +1 -1
  132. package/dist/esm/components/Icon/components/EllipsisVertical.js.map +1 -1
  133. package/dist/esm/components/Icon/components/EntriesOnAccount.js.map +1 -1
  134. package/dist/esm/components/Icon/components/EntriesOpen.js.map +1 -1
  135. package/dist/esm/components/Icon/components/EntriesWarning.js.map +1 -1
  136. package/dist/esm/components/Icon/components/EntryTypeCustomerInvoice.js.map +1 -1
  137. package/dist/esm/components/Icon/components/EntryTypeCustomerPayment.js.map +1 -1
  138. package/dist/esm/components/Icon/components/EntryTypeJournalEntry.js.map +1 -1
  139. package/dist/esm/components/Icon/components/EntryTypeManualCustomerInvoice.js.map +1 -1
  140. package/dist/esm/components/Icon/components/EntryTypeSupplierInvoice.js.map +1 -1
  141. package/dist/esm/components/Icon/components/EntryTypeSupplierPayment.js.map +1 -1
  142. package/dist/esm/components/Icon/components/Envelope.js.map +1 -1
  143. package/dist/esm/components/Icon/components/EnvelopeApproved.js.map +1 -1
  144. package/dist/esm/components/Icon/components/ExpandView.js.map +1 -1
  145. package/dist/esm/components/Icon/components/Expenses.js.map +1 -1
  146. package/dist/esm/components/Icon/components/Export.js.map +1 -1
  147. package/dist/esm/components/Icon/components/ExportToExcel.js.map +1 -1
  148. package/dist/esm/components/Icon/components/ExportToPdf.js.map +1 -1
  149. package/dist/esm/components/Icon/components/Filter.js.map +1 -1
  150. package/dist/esm/components/Icon/components/FilterSolid.js.map +1 -1
  151. package/dist/esm/components/Icon/components/GraphSolid.js.map +1 -1
  152. package/dist/esm/components/Icon/components/Hash.js.map +1 -1
  153. package/dist/esm/components/Icon/components/Home.js.map +1 -1
  154. package/dist/esm/components/Icon/components/Images.js.map +1 -1
  155. package/dist/esm/components/Icon/components/Import.js.map +1 -1
  156. package/dist/esm/components/Icon/components/Inbox.js.map +1 -1
  157. package/dist/esm/components/Icon/components/InboxEinvoicing.js.map +1 -1
  158. package/dist/esm/components/Icon/components/InboxScanning.js.map +1 -1
  159. package/dist/esm/components/Icon/components/InboxSmart.js.map +1 -1
  160. package/dist/esm/components/Icon/components/Info.js.map +1 -1
  161. package/dist/esm/components/Icon/components/Inventory.js.map +1 -1
  162. package/dist/esm/components/Icon/components/InventoryMatrix.js.map +1 -1
  163. package/dist/esm/components/Icon/components/JournalPro.js.map +1 -1
  164. package/dist/esm/components/Icon/components/Layout.js.map +1 -1
  165. package/dist/esm/components/Icon/components/LayoutBoth.js.map +1 -1
  166. package/dist/esm/components/Icon/components/LayoutFirst.js.map +1 -1
  167. package/dist/esm/components/Icon/components/LayoutLast.js.map +1 -1
  168. package/dist/esm/components/Icon/components/LayoutNone.js.map +1 -1
  169. package/dist/esm/components/Icon/components/LedgerCard.js.map +1 -1
  170. package/dist/esm/components/Icon/components/LedgerCardCustomerReminder.js.map +1 -1
  171. package/dist/esm/components/Icon/components/LedgerCardManualCustomerInvoice.js.map +1 -1
  172. package/dist/esm/components/Icon/components/LedgerCardObsoleteStock.js.map +1 -1
  173. package/dist/esm/components/Icon/components/LedgerCardOpeningEntry.js.map +1 -1
  174. package/dist/esm/components/Icon/components/LedgerCardReservedEntry.js.map +1 -1
  175. package/dist/esm/components/Icon/components/LedgerCardShrinkagePilferage.js.map +1 -1
  176. package/dist/esm/components/Icon/components/LedgerCardStockAdjustment.js.map +1 -1
  177. package/dist/esm/components/Icon/components/LedgerCardTransferredOpeningEntry.js.map +1 -1
  178. package/dist/esm/components/Icon/components/Lightbulb.js.map +1 -1
  179. package/dist/esm/components/Icon/components/Line.js.map +1 -1
  180. package/dist/esm/components/Icon/components/List.js.map +1 -1
  181. package/dist/esm/components/Icon/components/ListBulleted.js.map +1 -1
  182. package/dist/esm/components/Icon/components/ListSearch.js.map +1 -1
  183. package/dist/esm/components/Icon/components/LockOpen.js.map +1 -1
  184. package/dist/esm/components/Icon/components/Log.js.map +1 -1
  185. package/dist/esm/components/Icon/components/Market.js.map +1 -1
  186. package/dist/esm/components/Icon/components/MatchAmount.js.map +1 -1
  187. package/dist/esm/components/Icon/components/MatchEntries.js.map +1 -1
  188. package/dist/esm/components/Icon/components/Mileage.js.map +1 -1
  189. package/dist/esm/components/Icon/components/ModalResize.js.map +1 -1
  190. package/dist/esm/components/Icon/components/ModalShrink.js.map +1 -1
  191. package/dist/esm/components/Icon/components/More.js.map +1 -1
  192. package/dist/esm/components/Icon/components/MoreSolid.js.map +1 -1
  193. package/dist/esm/components/Icon/components/Move.js.map +1 -1
  194. package/dist/esm/components/Icon/components/NavigationList.js.map +1 -1
  195. package/dist/esm/components/Icon/components/Note.js.map +1 -1
  196. package/dist/esm/components/Icon/components/NoteFollowUp.js.map +1 -1
  197. package/dist/esm/components/Icon/components/NoteRead.js.map +1 -1
  198. package/dist/esm/components/Icon/components/PartnerApi.js.map +1 -1
  199. package/dist/esm/components/Icon/components/Period.js.map +1 -1
  200. package/dist/esm/components/Icon/components/PersonChange.js.map +1 -1
  201. package/dist/esm/components/Icon/components/PersonMinus.js.map +1 -1
  202. package/dist/esm/components/Icon/components/PersonPlus.js.map +1 -1
  203. package/dist/esm/components/Icon/components/PersonTick.js.map +1 -1
  204. package/dist/esm/components/Icon/components/Play.js.map +1 -1
  205. package/dist/esm/components/Icon/components/PlusMinus.js.map +1 -1
  206. package/dist/esm/components/Icon/components/Print.js.map +1 -1
  207. package/dist/esm/components/Icon/components/ProcessPayment.js.map +1 -1
  208. package/dist/esm/components/Icon/components/ProductLedgerCard.js.map +1 -1
  209. package/dist/esm/components/Icon/components/ProjectCards.js.map +1 -1
  210. package/dist/esm/components/Icon/components/Projects.js.map +1 -1
  211. package/dist/esm/components/Icon/components/Quicklinks.js.map +1 -1
  212. package/dist/esm/components/Icon/components/RatingBankruptcy.js.map +1 -1
  213. package/dist/esm/components/Icon/components/RatingPaymentProblems.js.map +1 -1
  214. package/dist/esm/components/Icon/components/Reconciled.js.map +1 -1
  215. package/dist/esm/components/Icon/components/Refresh.js.map +1 -1
  216. package/dist/esm/components/Icon/components/Report.js.map +1 -1
  217. package/dist/esm/components/Icon/components/ReportSolid.js.map +1 -1
  218. package/dist/esm/components/Icon/components/Restore.js.map +1 -1
  219. package/dist/esm/components/Icon/components/RotateLeft.js.map +1 -1
  220. package/dist/esm/components/Icon/components/RotateRight.js.map +1 -1
  221. package/dist/esm/components/Icon/components/Sales.js.map +1 -1
  222. package/dist/esm/components/Icon/components/Search.js.map +1 -1
  223. package/dist/esm/components/Icon/components/SearchBold.js.map +1 -1
  224. package/dist/esm/components/Icon/components/Secure.js.map +1 -1
  225. package/dist/esm/components/Icon/components/SecureTick.js.map +1 -1
  226. package/dist/esm/components/Icon/components/Settings.js.map +1 -1
  227. package/dist/esm/components/Icon/components/SettingsSolid.js.map +1 -1
  228. package/dist/esm/components/Icon/components/Shortcuts.js.map +1 -1
  229. package/dist/esm/components/Icon/components/ShowAll.js.map +1 -1
  230. package/dist/esm/components/Icon/components/ShowLess.js.map +1 -1
  231. package/dist/esm/components/Icon/components/ShowMore.js.map +1 -1
  232. package/dist/esm/components/Icon/components/ShowTemplate.js.map +1 -1
  233. package/dist/esm/components/Icon/components/Sliders.js.map +1 -1
  234. package/dist/esm/components/Icon/components/Smartpay.js.map +1 -1
  235. package/dist/esm/components/Icon/components/SortBy.js.map +1 -1
  236. package/dist/esm/components/Icon/components/Spinner.js.map +1 -1
  237. package/dist/esm/components/Icon/components/Star.js.map +1 -1
  238. package/dist/esm/components/Icon/components/StarSolid.js.map +1 -1
  239. package/dist/esm/components/Icon/components/Subscriptions.js.map +1 -1
  240. package/dist/esm/components/Icon/components/SystemEntries.js.map +1 -1
  241. package/dist/esm/components/Icon/components/Tag.js.map +1 -1
  242. package/dist/esm/components/Icon/components/TemplateOverride.js.map +1 -1
  243. package/dist/esm/components/Icon/components/Templates.js.map +1 -1
  244. package/dist/esm/components/Icon/components/ThumbBoth.js.map +1 -1
  245. package/dist/esm/components/Icon/components/ThumbDown.js.map +1 -1
  246. package/dist/esm/components/Icon/components/ThumbDownSolid.js.map +1 -1
  247. package/dist/esm/components/Icon/components/ThumbUp.js.map +1 -1
  248. package/dist/esm/components/Icon/components/ThumbUpSolid.js.map +1 -1
  249. package/dist/esm/components/Icon/components/Tick.js.map +1 -1
  250. package/dist/esm/components/Icon/components/Time.js.map +1 -1
  251. package/dist/esm/components/Icon/components/Transfer.js.map +1 -1
  252. package/dist/esm/components/Icon/components/TransferCancel.js.map +1 -1
  253. package/dist/esm/components/Icon/components/TransferLocked.js.map +1 -1
  254. package/dist/esm/components/Icon/components/Undock.js.map +1 -1
  255. package/dist/esm/components/Icon/components/Unreconciled.js.map +1 -1
  256. package/dist/esm/components/Icon/components/Warning.js.map +1 -1
  257. package/dist/esm/components/Icon/components/Webshop.js.map +1 -1
  258. package/dist/esm/components/Icon/components/Website.js.map +1 -1
  259. package/dist/esm/components/Icon/components/Workflow.js.map +1 -1
  260. package/dist/esm/components/Icon/components/Zoom.js.map +1 -1
  261. package/dist/esm/components/Icon/components/index.js +12 -10
  262. package/dist/esm/components/Icon/components/index.js.map +1 -1
  263. package/dist/esm/components/IconButton/IconButton.js +11 -9
  264. package/dist/esm/components/IconButton/IconButton.js.map +1 -1
  265. package/dist/esm/components/Input/Input.js +25 -27
  266. package/dist/esm/components/Input/Input.js.map +1 -1
  267. package/dist/esm/components/Input/util.js +2 -2
  268. package/dist/esm/components/Input/util.js.map +1 -1
  269. package/dist/esm/components/Listbox/Listbox.js +25 -24
  270. package/dist/esm/components/Listbox/Listbox.js.map +1 -1
  271. package/dist/esm/components/Listbox/ScrollableList.js +83 -64
  272. package/dist/esm/components/Listbox/ScrollableList.js.map +1 -1
  273. package/dist/esm/components/Listbox/useListbox.js +60 -51
  274. package/dist/esm/components/Listbox/useListbox.js.map +1 -1
  275. package/dist/esm/components/Listbox/useMultiListbox.js +91 -64
  276. package/dist/esm/components/Listbox/useMultiListbox.js.map +1 -1
  277. package/dist/esm/components/Listbox/useTypeahead.js +9 -10
  278. package/dist/esm/components/Listbox/useTypeahead.js.map +1 -1
  279. package/dist/esm/components/Listbox/util.js +85 -48
  280. package/dist/esm/components/Listbox/util.js.map +1 -1
  281. package/dist/esm/components/Menu/Context.js +2 -2
  282. package/dist/esm/components/Menu/Context.js.map +1 -1
  283. package/dist/esm/components/Menu/Menu.js +43 -20
  284. package/dist/esm/components/Menu/Menu.js.map +1 -1
  285. package/dist/esm/components/Menu/components/Checkbox.js +9 -8
  286. package/dist/esm/components/Menu/components/Checkbox.js.map +1 -1
  287. package/dist/esm/components/Menu/components/Content.js +13 -10
  288. package/dist/esm/components/Menu/components/Content.js.map +1 -1
  289. package/dist/esm/components/Menu/components/Header.js +4 -4
  290. package/dist/esm/components/Menu/components/Header.js.map +1 -1
  291. package/dist/esm/components/Menu/components/Item.js +35 -34
  292. package/dist/esm/components/Menu/components/Item.js.map +1 -1
  293. package/dist/esm/components/Menu/components/Link.js +11 -10
  294. package/dist/esm/components/Menu/components/Link.js.map +1 -1
  295. package/dist/esm/components/Menu/components/RadioGroup.js +18 -16
  296. package/dist/esm/components/Menu/components/RadioGroup.js.map +1 -1
  297. package/dist/esm/components/Menu/components/Separator.js +4 -4
  298. package/dist/esm/components/Menu/components/Separator.js.map +1 -1
  299. package/dist/esm/components/Menu/components/Trigger.js +5 -5
  300. package/dist/esm/components/Menu/components/Trigger.js.map +1 -1
  301. package/dist/esm/components/Navigation/Navigation.js +44 -35
  302. package/dist/esm/components/Navigation/Navigation.js.map +1 -1
  303. package/dist/esm/components/Pagination/PageNumbers.js +28 -23
  304. package/dist/esm/components/Pagination/PageNumbers.js.map +1 -1
  305. package/dist/esm/components/Pagination/Pagination.js +56 -39
  306. package/dist/esm/components/Pagination/Pagination.js.map +1 -1
  307. package/dist/esm/components/Pagination/usePagination.js +21 -7
  308. package/dist/esm/components/Pagination/usePagination.js.map +1 -1
  309. package/dist/esm/components/Pagination/usePaginationShortcuts.js +9 -9
  310. package/dist/esm/components/Pagination/usePaginationShortcuts.js.map +1 -1
  311. package/dist/esm/components/Popover/Popover.js +34 -29
  312. package/dist/esm/components/Popover/Popover.js.map +1 -1
  313. package/dist/esm/components/Popover/Primitives.js +8 -7
  314. package/dist/esm/components/Popover/Primitives.js.map +1 -1
  315. package/dist/esm/components/Progress/Progress.js +15 -11
  316. package/dist/esm/components/Progress/Progress.js.map +1 -1
  317. package/dist/esm/components/Provider/Provider.js +18 -13
  318. package/dist/esm/components/Provider/Provider.js.map +1 -1
  319. package/dist/esm/components/RadioGroup/RadioGroup.js +57 -45
  320. package/dist/esm/components/RadioGroup/RadioGroup.js.map +1 -1
  321. package/dist/esm/components/SearchInput/SearchInput.js +11 -10
  322. package/dist/esm/components/SearchInput/SearchInput.js.map +1 -1
  323. package/dist/esm/components/Select/Select.js +31 -30
  324. package/dist/esm/components/Select/Select.js.map +1 -1
  325. package/dist/esm/components/Select/useSelect.js +82 -64
  326. package/dist/esm/components/Select/useSelect.js.map +1 -1
  327. package/dist/esm/components/Spinner/Spinner.js +19 -12
  328. package/dist/esm/components/Spinner/Spinner.js.map +1 -1
  329. package/dist/esm/components/Switch/Switch.js +10 -9
  330. package/dist/esm/components/Switch/Switch.js.map +1 -1
  331. package/dist/esm/components/Table/components/BaseTable.js +30 -23
  332. package/dist/esm/components/Table/components/BaseTable.js.map +1 -1
  333. package/dist/esm/components/Table/components/PaginatedTable.js +7 -3
  334. package/dist/esm/components/Table/components/PaginatedTable.js.map +1 -1
  335. package/dist/esm/components/Table/components/Table.js +25 -18
  336. package/dist/esm/components/Table/components/Table.js.map +1 -1
  337. package/dist/esm/components/Table/components/WindowedTable.js +104 -88
  338. package/dist/esm/components/Table/components/WindowedTable.js.map +1 -1
  339. package/dist/esm/components/Table/hooks/plugins/useRowActions.js +146 -122
  340. package/dist/esm/components/Table/hooks/plugins/useRowActions.js.map +1 -1
  341. package/dist/esm/components/Table/hooks/plugins/useRowDraggable.js +61 -57
  342. package/dist/esm/components/Table/hooks/plugins/useRowDraggable.js.map +1 -1
  343. package/dist/esm/components/Table/hooks/plugins/useRowEditing.js +36 -39
  344. package/dist/esm/components/Table/hooks/plugins/useRowEditing.js.map +1 -1
  345. package/dist/esm/components/Table/hooks/plugins/useRowSelect.js +90 -80
  346. package/dist/esm/components/Table/hooks/plugins/useRowSelect.js.map +1 -1
  347. package/dist/esm/components/Table/hooks/useRowCreation.js +64 -29
  348. package/dist/esm/components/Table/hooks/useRowCreation.js.map +1 -1
  349. package/dist/esm/components/Table/hooks/useTable.js +141 -119
  350. package/dist/esm/components/Table/hooks/useTable.js.map +1 -1
  351. package/dist/esm/components/Table/hooks/useTableKeyboardNavigation.js +15 -12
  352. package/dist/esm/components/Table/hooks/useTableKeyboardNavigation.js.map +1 -1
  353. package/dist/esm/components/Table/util/renderColumn.js +10 -10
  354. package/dist/esm/components/Table/util/renderColumn.js.map +1 -1
  355. package/dist/esm/components/Table/util/renderRow.js +46 -37
  356. package/dist/esm/components/Table/util/renderRow.js.map +1 -1
  357. package/dist/esm/components/Table/util/rowIndexPath.js +16 -14
  358. package/dist/esm/components/Table/util/rowIndexPath.js.map +1 -1
  359. package/dist/esm/components/Table/util/sortTypes.js +31 -23
  360. package/dist/esm/components/Table/util/sortTypes.js.map +1 -1
  361. package/dist/esm/components/Table/util.js +41 -29
  362. package/dist/esm/components/Table/util.js.map +1 -1
  363. package/dist/esm/components/Tabs/Tabs.js +27 -25
  364. package/dist/esm/components/Tabs/Tabs.js.map +1 -1
  365. package/dist/esm/components/Textarea/Textarea.js +9 -11
  366. package/dist/esm/components/Textarea/Textarea.js.map +1 -1
  367. package/dist/esm/components/Toast/Toast.js +21 -20
  368. package/dist/esm/components/Toast/Toast.js.map +1 -1
  369. package/dist/esm/components/Toast/Toaster.js +118 -88
  370. package/dist/esm/components/Toast/Toaster.js.map +1 -1
  371. package/dist/esm/components/Toast/util.js +2 -2
  372. package/dist/esm/components/Toast/util.js.map +1 -1
  373. package/dist/esm/components/Tooltip/Tooltip.js +8 -7
  374. package/dist/esm/components/Tooltip/Tooltip.js.map +1 -1
  375. package/dist/esm/components/Tour/Tour.js +50 -44
  376. package/dist/esm/components/Tour/Tour.js.map +1 -1
  377. package/dist/esm/components/Treeview/Treeview.js +36 -26
  378. package/dist/esm/components/Treeview/Treeview.js.map +1 -1
  379. package/dist/esm/components/VisuallyHidden/VisuallyHidden.js +1 -1
  380. package/dist/esm/components/VisuallyHidden/VisuallyHidden.js.map +1 -1
  381. package/dist/esm/index.css +665 -665
  382. package/dist/esm/index.js +1 -1
  383. package/dist/esm/primitives/Button.js +13 -9
  384. package/dist/esm/primitives/Button.js.map +1 -1
  385. package/dist/esm/utils/date.js.map +1 -1
  386. package/dist/esm/utils/hooks/useBoundingClientRectListener.js.map +1 -1
  387. package/dist/esm/utils/hooks/useDraggable.js +18 -16
  388. package/dist/esm/utils/hooks/useDraggable.js.map +1 -1
  389. package/dist/esm/utils/hooks/useDropTarget.js +10 -7
  390. package/dist/esm/utils/hooks/useDropTarget.js.map +1 -1
  391. package/dist/esm/utils/hooks/useListKeyboardNavigation.js.map +1 -1
  392. package/dist/esm/utils/hooks/useListScrollTo.js.map +1 -1
  393. package/dist/esm/utils/hooks/useOnClickOutside.js.map +1 -1
  394. package/dist/esm/utils/hooks/useProxiedRef.js +3 -3
  395. package/dist/esm/utils/hooks/useProxiedRef.js.map +1 -1
  396. package/dist/esm/utils/hooks/useTimer.js +17 -9
  397. package/dist/esm/utils/hooks/useTimer.js.map +1 -1
  398. package/dist/esm/utils/input.js +11 -7
  399. package/dist/esm/utils/input.js.map +1 -1
  400. package/dist/esm/utils/mergeRefs.js +2 -2
  401. package/dist/esm/utils/mergeRefs.js.map +1 -1
  402. package/dist/esm/utils/taillwind.js +2 -2
  403. package/dist/esm/utils/taillwind.js.map +1 -1
  404. package/dist/index.css +665 -665
  405. package/dist/taco.cjs.development.js +2717 -2214
  406. package/dist/taco.cjs.development.js.map +1 -1
  407. package/dist/taco.cjs.production.min.js +1 -1
  408. package/dist/taco.cjs.production.min.js.map +1 -1
  409. package/dist/utils/tailwind.d.ts +1 -1
  410. package/package.json +2 -3
  411. package/plugins/tailwindcss-aria-attributes.js +73 -73
  412. package/tailwind.config.js +297 -297
  413. package/types.json +16 -12
  414. package/dist/esm/components/Icon/components/Minus.js.map +0 -1
  415. package/dist/esm/components/Icon/components/PlusCircle.js.map +0 -1
  416. package/dist/esm/components/Icon/components/TickCircle.js.map +0 -1
package/dist/index.css CHANGED
@@ -1,665 +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-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 -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 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
- }
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 -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 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 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 > [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
+ }