@ketvietlab/ketsuite 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1802) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +19 -0
  3. package/dist/index.d.ts +119 -0
  4. package/dist/index.d.ts.map +1 -0
  5. package/dist/index.js +118 -0
  6. package/dist/index.js.map +1 -0
  7. package/dist/modules/account/functions.d.ts +14 -0
  8. package/dist/modules/account/functions.d.ts.map +1 -0
  9. package/dist/modules/account/functions.js +1038 -0
  10. package/dist/modules/account/functions.js.map +1 -0
  11. package/dist/modules/account/index.d.ts +5 -0
  12. package/dist/modules/account/index.d.ts.map +1 -0
  13. package/dist/modules/account/index.js +31 -0
  14. package/dist/modules/account/index.js.map +1 -0
  15. package/dist/modules/account/models.d.ts +3 -0
  16. package/dist/modules/account/models.d.ts.map +1 -0
  17. package/dist/modules/account/models.js +151 -0
  18. package/dist/modules/account/models.js.map +1 -0
  19. package/dist/modules/account/relations.d.ts +3 -0
  20. package/dist/modules/account/relations.d.ts.map +1 -0
  21. package/dist/modules/account/relations.js +35 -0
  22. package/dist/modules/account/relations.js.map +1 -0
  23. package/dist/modules/account/setup.d.ts +4 -0
  24. package/dist/modules/account/setup.d.ts.map +1 -0
  25. package/dist/modules/account/setup.js +179 -0
  26. package/dist/modules/account/setup.js.map +1 -0
  27. package/dist/modules/account/tt99.d.ts +30 -0
  28. package/dist/modules/account/tt99.d.ts.map +1 -0
  29. package/dist/modules/account/tt99.js +1661 -0
  30. package/dist/modules/account/tt99.js.map +1 -0
  31. package/dist/modules/account_activity_backend/index.d.ts +5 -0
  32. package/dist/modules/account_activity_backend/index.d.ts.map +1 -0
  33. package/dist/modules/account_activity_backend/index.js +27 -0
  34. package/dist/modules/account_activity_backend/index.js.map +1 -0
  35. package/dist/modules/account_backend/accounting-overview-screen.d.ts +18 -0
  36. package/dist/modules/account_backend/accounting-overview-screen.d.ts.map +1 -0
  37. package/dist/modules/account_backend/accounting-overview-screen.js +104 -0
  38. package/dist/modules/account_backend/accounting-overview-screen.js.map +1 -0
  39. package/dist/modules/account_backend/accounts-screen.d.ts +13 -0
  40. package/dist/modules/account_backend/accounts-screen.d.ts.map +1 -0
  41. package/dist/modules/account_backend/accounts-screen.js +49 -0
  42. package/dist/modules/account_backend/accounts-screen.js.map +1 -0
  43. package/dist/modules/account_backend/customer-invoices-screen.d.ts +14 -0
  44. package/dist/modules/account_backend/customer-invoices-screen.d.ts.map +1 -0
  45. package/dist/modules/account_backend/customer-invoices-screen.js +63 -0
  46. package/dist/modules/account_backend/customer-invoices-screen.js.map +1 -0
  47. package/dist/modules/account_backend/general-ledger-screen.d.ts +13 -0
  48. package/dist/modules/account_backend/general-ledger-screen.d.ts.map +1 -0
  49. package/dist/modules/account_backend/general-ledger-screen.js +56 -0
  50. package/dist/modules/account_backend/general-ledger-screen.js.map +1 -0
  51. package/dist/modules/account_backend/index.d.ts +3 -0
  52. package/dist/modules/account_backend/index.d.ts.map +1 -0
  53. package/dist/modules/account_backend/index.js +1516 -0
  54. package/dist/modules/account_backend/index.js.map +1 -0
  55. package/dist/modules/account_backend/journal-entries-screen.d.ts +14 -0
  56. package/dist/modules/account_backend/journal-entries-screen.d.ts.map +1 -0
  57. package/dist/modules/account_backend/journal-entries-screen.js +45 -0
  58. package/dist/modules/account_backend/journal-entries-screen.js.map +1 -0
  59. package/dist/modules/account_backend/journals-screen.d.ts +14 -0
  60. package/dist/modules/account_backend/journals-screen.d.ts.map +1 -0
  61. package/dist/modules/account_backend/journals-screen.js +53 -0
  62. package/dist/modules/account_backend/journals-screen.js.map +1 -0
  63. package/dist/modules/account_backend/move-detail-screen.d.ts +10 -0
  64. package/dist/modules/account_backend/move-detail-screen.d.ts.map +1 -0
  65. package/dist/modules/account_backend/move-detail-screen.js +100 -0
  66. package/dist/modules/account_backend/move-detail-screen.js.map +1 -0
  67. package/dist/modules/account_backend/partner-ledger-screen.d.ts +14 -0
  68. package/dist/modules/account_backend/partner-ledger-screen.d.ts.map +1 -0
  69. package/dist/modules/account_backend/partner-ledger-screen.js +69 -0
  70. package/dist/modules/account_backend/partner-ledger-screen.js.map +1 -0
  71. package/dist/modules/account_backend/payment-terms-screen.d.ts +14 -0
  72. package/dist/modules/account_backend/payment-terms-screen.d.ts.map +1 -0
  73. package/dist/modules/account_backend/payment-terms-screen.js +40 -0
  74. package/dist/modules/account_backend/payment-terms-screen.js.map +1 -0
  75. package/dist/modules/account_backend/payments-screen.d.ts +14 -0
  76. package/dist/modules/account_backend/payments-screen.d.ts.map +1 -0
  77. package/dist/modules/account_backend/payments-screen.js +54 -0
  78. package/dist/modules/account_backend/payments-screen.js.map +1 -0
  79. package/dist/modules/account_backend/screens.d.ts +7 -0
  80. package/dist/modules/account_backend/screens.d.ts.map +1 -0
  81. package/dist/modules/account_backend/screens.js +7 -0
  82. package/dist/modules/account_backend/screens.js.map +1 -0
  83. package/dist/modules/account_backend/taxes-screen.d.ts +15 -0
  84. package/dist/modules/account_backend/taxes-screen.d.ts.map +1 -0
  85. package/dist/modules/account_backend/taxes-screen.js +73 -0
  86. package/dist/modules/account_backend/taxes-screen.js.map +1 -0
  87. package/dist/modules/account_backend/trial-balance-screen.d.ts +13 -0
  88. package/dist/modules/account_backend/trial-balance-screen.d.ts.map +1 -0
  89. package/dist/modules/account_backend/trial-balance-screen.js +62 -0
  90. package/dist/modules/account_backend/trial-balance-screen.js.map +1 -0
  91. package/dist/modules/account_backend/vendor-bills-screen.d.ts +14 -0
  92. package/dist/modules/account_backend/vendor-bills-screen.d.ts.map +1 -0
  93. package/dist/modules/account_backend/vendor-bills-screen.js +59 -0
  94. package/dist/modules/account_backend/vendor-bills-screen.js.map +1 -0
  95. package/dist/modules/account_mail_backend/index.d.ts +5 -0
  96. package/dist/modules/account_mail_backend/index.d.ts.map +1 -0
  97. package/dist/modules/account_mail_backend/index.js +28 -0
  98. package/dist/modules/account_mail_backend/index.js.map +1 -0
  99. package/dist/modules/account_partner/functions.d.ts +3 -0
  100. package/dist/modules/account_partner/functions.d.ts.map +1 -0
  101. package/dist/modules/account_partner/functions.js +85 -0
  102. package/dist/modules/account_partner/functions.js.map +1 -0
  103. package/dist/modules/account_partner/index.d.ts +3 -0
  104. package/dist/modules/account_partner/index.d.ts.map +1 -0
  105. package/dist/modules/account_partner/index.js +48 -0
  106. package/dist/modules/account_partner/index.js.map +1 -0
  107. package/dist/modules/account_partner_backend/index.d.ts +4 -0
  108. package/dist/modules/account_partner_backend/index.d.ts.map +1 -0
  109. package/dist/modules/account_partner_backend/index.js +49 -0
  110. package/dist/modules/account_partner_backend/index.js.map +1 -0
  111. package/dist/modules/account_partner_backend/routes.d.ts +3 -0
  112. package/dist/modules/account_partner_backend/routes.d.ts.map +1 -0
  113. package/dist/modules/account_partner_backend/routes.js +69 -0
  114. package/dist/modules/account_partner_backend/routes.js.map +1 -0
  115. package/dist/modules/account_partner_backend/screens.d.ts +16 -0
  116. package/dist/modules/account_partner_backend/screens.d.ts.map +1 -0
  117. package/dist/modules/account_partner_backend/screens.js +26 -0
  118. package/dist/modules/account_partner_backend/screens.js.map +1 -0
  119. package/dist/modules/activity/functions.d.ts +3 -0
  120. package/dist/modules/activity/functions.d.ts.map +1 -0
  121. package/dist/modules/activity/functions.js +250 -0
  122. package/dist/modules/activity/functions.js.map +1 -0
  123. package/dist/modules/activity/index.d.ts +9 -0
  124. package/dist/modules/activity/index.d.ts.map +1 -0
  125. package/dist/modules/activity/index.js +33 -0
  126. package/dist/modules/activity/index.js.map +1 -0
  127. package/dist/modules/activity/models.d.ts +3 -0
  128. package/dist/modules/activity/models.d.ts.map +1 -0
  129. package/dist/modules/activity/models.js +81 -0
  130. package/dist/modules/activity/models.js.map +1 -0
  131. package/dist/modules/activity/operations.d.ts +39 -0
  132. package/dist/modules/activity/operations.d.ts.map +1 -0
  133. package/dist/modules/activity/operations.js +226 -0
  134. package/dist/modules/activity/operations.js.map +1 -0
  135. package/dist/modules/activity/relations.d.ts +3 -0
  136. package/dist/modules/activity/relations.d.ts.map +1 -0
  137. package/dist/modules/activity/relations.js +24 -0
  138. package/dist/modules/activity/relations.js.map +1 -0
  139. package/dist/modules/activity/target.d.ts +4 -0
  140. package/dist/modules/activity/target.d.ts.map +1 -0
  141. package/dist/modules/activity/target.js +149 -0
  142. package/dist/modules/activity/target.js.map +1 -0
  143. package/dist/modules/activity/types.d.ts +9 -0
  144. package/dist/modules/activity/types.d.ts.map +1 -0
  145. package/dist/modules/activity/types.js +5 -0
  146. package/dist/modules/activity/types.js.map +1 -0
  147. package/dist/modules/activity_backend/index.d.ts +5 -0
  148. package/dist/modules/activity_backend/index.d.ts.map +1 -0
  149. package/dist/modules/activity_backend/index.js +80 -0
  150. package/dist/modules/activity_backend/index.js.map +1 -0
  151. package/dist/modules/activity_backend/islands.d.ts +3 -0
  152. package/dist/modules/activity_backend/islands.d.ts.map +1 -0
  153. package/dist/modules/activity_backend/islands.js +20 -0
  154. package/dist/modules/activity_backend/islands.js.map +1 -0
  155. package/dist/modules/activity_backend/routes.d.ts +5 -0
  156. package/dist/modules/activity_backend/routes.d.ts.map +1 -0
  157. package/dist/modules/activity_backend/routes.js +53 -0
  158. package/dist/modules/activity_backend/routes.js.map +1 -0
  159. package/dist/modules/activity_backend/screens.d.ts +5 -0
  160. package/dist/modules/activity_backend/screens.d.ts.map +1 -0
  161. package/dist/modules/activity_backend/screens.js +52 -0
  162. package/dist/modules/activity_backend/screens.js.map +1 -0
  163. package/dist/modules/address/data/VN/NOTICE.md +15 -0
  164. package/dist/modules/address/data/VN/catalogs/2025-07-01/divisions/0001.json +8002 -0
  165. package/dist/modules/address/data/VN/catalogs/2025-07-01/divisions/0002.json +8002 -0
  166. package/dist/modules/address/data/VN/catalogs/2025-07-01/divisions/0003.json +8002 -0
  167. package/dist/modules/address/data/VN/catalogs/2025-07-01/divisions/0004.json +2842 -0
  168. package/dist/modules/address/data/VN/catalogs/2025-07-01/manifest.json +77 -0
  169. package/dist/modules/address/data/VN/catalogs/2025-07-01/policy.json +49 -0
  170. package/dist/modules/address/data/countries.json +11 -0
  171. package/dist/modules/address/data/index.json +14 -0
  172. package/dist/modules/address/format.d.ts +37 -0
  173. package/dist/modules/address/format.d.ts.map +1 -0
  174. package/dist/modules/address/format.js +146 -0
  175. package/dist/modules/address/format.js.map +1 -0
  176. package/dist/modules/address/functions.d.ts +3 -0
  177. package/dist/modules/address/functions.d.ts.map +1 -0
  178. package/dist/modules/address/functions.js +320 -0
  179. package/dist/modules/address/functions.js.map +1 -0
  180. package/dist/modules/address/index.d.ts +6 -0
  181. package/dist/modules/address/index.d.ts.map +1 -0
  182. package/dist/modules/address/index.js +20 -0
  183. package/dist/modules/address/index.js.map +1 -0
  184. package/dist/modules/address/loader.d.ts +74 -0
  185. package/dist/modules/address/loader.d.ts.map +1 -0
  186. package/dist/modules/address/loader.js +144 -0
  187. package/dist/modules/address/loader.js.map +1 -0
  188. package/dist/modules/address/messages.d.ts +51 -0
  189. package/dist/modules/address/messages.d.ts.map +1 -0
  190. package/dist/modules/address/messages.js +51 -0
  191. package/dist/modules/address/messages.js.map +1 -0
  192. package/dist/modules/address/models.d.ts +8 -0
  193. package/dist/modules/address/models.d.ts.map +1 -0
  194. package/dist/modules/address/models.js +98 -0
  195. package/dist/modules/address/models.js.map +1 -0
  196. package/dist/modules/address/relations.d.ts +3 -0
  197. package/dist/modules/address/relations.d.ts.map +1 -0
  198. package/dist/modules/address/relations.js +22 -0
  199. package/dist/modules/address/relations.js.map +1 -0
  200. package/dist/modules/address_backend/index.d.ts +4 -0
  201. package/dist/modules/address_backend/index.d.ts.map +1 -0
  202. package/dist/modules/address_backend/index.js +90 -0
  203. package/dist/modules/address_backend/index.js.map +1 -0
  204. package/dist/modules/address_backend/routes.d.ts +3 -0
  205. package/dist/modules/address_backend/routes.d.ts.map +1 -0
  206. package/dist/modules/address_backend/routes.js +87 -0
  207. package/dist/modules/address_backend/routes.js.map +1 -0
  208. package/dist/modules/address_backend/screens.d.ts +31 -0
  209. package/dist/modules/address_backend/screens.d.ts.map +1 -0
  210. package/dist/modules/address_backend/screens.js +147 -0
  211. package/dist/modules/address_backend/screens.js.map +1 -0
  212. package/dist/modules/attendance/functions.d.ts +3 -0
  213. package/dist/modules/attendance/functions.d.ts.map +1 -0
  214. package/dist/modules/attendance/functions.js +750 -0
  215. package/dist/modules/attendance/functions.js.map +1 -0
  216. package/dist/modules/attendance/index.d.ts +5 -0
  217. package/dist/modules/attendance/index.d.ts.map +1 -0
  218. package/dist/modules/attendance/index.js +20 -0
  219. package/dist/modules/attendance/index.js.map +1 -0
  220. package/dist/modules/attendance/messages.d.ts +41 -0
  221. package/dist/modules/attendance/messages.d.ts.map +1 -0
  222. package/dist/modules/attendance/messages.js +41 -0
  223. package/dist/modules/attendance/messages.js.map +1 -0
  224. package/dist/modules/attendance/models.d.ts +3 -0
  225. package/dist/modules/attendance/models.d.ts.map +1 -0
  226. package/dist/modules/attendance/models.js +158 -0
  227. package/dist/modules/attendance/models.js.map +1 -0
  228. package/dist/modules/attendance/relations.d.ts +3 -0
  229. package/dist/modules/attendance/relations.d.ts.map +1 -0
  230. package/dist/modules/attendance/relations.js +12 -0
  231. package/dist/modules/attendance/relations.js.map +1 -0
  232. package/dist/modules/attendance/types.d.ts +9 -0
  233. package/dist/modules/attendance/types.d.ts.map +1 -0
  234. package/dist/modules/attendance/types.js +5 -0
  235. package/dist/modules/attendance/types.js.map +1 -0
  236. package/dist/modules/attendance_backend/index.d.ts +4 -0
  237. package/dist/modules/attendance_backend/index.d.ts.map +1 -0
  238. package/dist/modules/attendance_backend/index.js +182 -0
  239. package/dist/modules/attendance_backend/index.js.map +1 -0
  240. package/dist/modules/attendance_backend/qr.d.ts +2 -0
  241. package/dist/modules/attendance_backend/qr.d.ts.map +1 -0
  242. package/dist/modules/attendance_backend/qr.js +120 -0
  243. package/dist/modules/attendance_backend/qr.js.map +1 -0
  244. package/dist/modules/attendance_backend/routes.d.ts +3 -0
  245. package/dist/modules/attendance_backend/routes.d.ts.map +1 -0
  246. package/dist/modules/attendance_backend/routes.js +131 -0
  247. package/dist/modules/attendance_backend/routes.js.map +1 -0
  248. package/dist/modules/attendance_backend/screens.d.ts +10 -0
  249. package/dist/modules/attendance_backend/screens.d.ts.map +1 -0
  250. package/dist/modules/attendance_backend/screens.js +227 -0
  251. package/dist/modules/attendance_backend/screens.js.map +1 -0
  252. package/dist/modules/backend/catalogue.d.ts +10 -0
  253. package/dist/modules/backend/catalogue.d.ts.map +1 -0
  254. package/dist/modules/backend/catalogue.js +615 -0
  255. package/dist/modules/backend/catalogue.js.map +1 -0
  256. package/dist/modules/backend/design/HANDOFF.md +356 -0
  257. package/dist/modules/backend/design/admin.css +4229 -0
  258. package/dist/modules/backend/design/client/relation-select-view.d.mts +5 -0
  259. package/dist/modules/backend/design/client/relation-select-view.d.mts.map +1 -0
  260. package/dist/modules/backend/design/client/relation-select-view.mjs +335 -0
  261. package/dist/modules/backend/design/client/relation-select-view.mjs.map +1 -0
  262. package/dist/modules/backend/design/client/relation-select.d.mts +5 -0
  263. package/dist/modules/backend/design/client/relation-select.d.mts.map +1 -0
  264. package/dist/modules/backend/design/client/relation-select.mjs +7 -0
  265. package/dist/modules/backend/design/client/relation-select.mjs.map +1 -0
  266. package/dist/modules/backend/design/fixtures/product-back.svg +11 -0
  267. package/dist/modules/backend/design/fixtures/product-front.svg +9 -0
  268. package/dist/modules/backend/design/screenshots/apps-desktop-dark.png +0 -0
  269. package/dist/modules/backend/design/screenshots/list-mobile-dark.png +0 -0
  270. package/dist/modules/backend/design/screenshots/product-list-favorites-desktop-en.png +0 -0
  271. package/dist/modules/backend/design/screenshots/product-list-filter-desktop-en.png +0 -0
  272. package/dist/modules/backend/design/screenshots/product-list-filter-mobile-en.png +0 -0
  273. package/dist/modules/backend/design/screenshots/product-list-grouped-desktop.png +0 -0
  274. package/dist/modules/backend/design/screenshots/product-list-grouped-mobile.png +0 -0
  275. package/dist/modules/backend/design/tokens.css +132 -0
  276. package/dist/modules/backend/forms.d.ts +7 -0
  277. package/dist/modules/backend/forms.d.ts.map +1 -0
  278. package/dist/modules/backend/forms.js +25 -0
  279. package/dist/modules/backend/forms.js.map +1 -0
  280. package/dist/modules/backend/index.d.ts +24 -0
  281. package/dist/modules/backend/index.d.ts.map +1 -0
  282. package/dist/modules/backend/index.js +61 -0
  283. package/dist/modules/backend/index.js.map +1 -0
  284. package/dist/modules/backend/islands.d.ts +3 -0
  285. package/dist/modules/backend/islands.d.ts.map +1 -0
  286. package/dist/modules/backend/islands.js +13 -0
  287. package/dist/modules/backend/islands.js.map +1 -0
  288. package/dist/modules/backend/joints.d.ts +13 -0
  289. package/dist/modules/backend/joints.d.ts.map +1 -0
  290. package/dist/modules/backend/joints.js +33 -0
  291. package/dist/modules/backend/joints.js.map +1 -0
  292. package/dist/modules/backend/menus.d.ts +3 -0
  293. package/dist/modules/backend/menus.d.ts.map +1 -0
  294. package/dist/modules/backend/menus.js +25 -0
  295. package/dist/modules/backend/menus.js.map +1 -0
  296. package/dist/modules/backend/messages.d.ts +11 -0
  297. package/dist/modules/backend/messages.d.ts.map +1 -0
  298. package/dist/modules/backend/messages.js +161 -0
  299. package/dist/modules/backend/messages.js.map +1 -0
  300. package/dist/modules/backend/paging.d.ts +22 -0
  301. package/dist/modules/backend/paging.d.ts.map +1 -0
  302. package/dist/modules/backend/paging.js +56 -0
  303. package/dist/modules/backend/paging.js.map +1 -0
  304. package/dist/modules/backend/relation-select.d.ts +63 -0
  305. package/dist/modules/backend/relation-select.d.ts.map +1 -0
  306. package/dist/modules/backend/relation-select.js +20 -0
  307. package/dist/modules/backend/relation-select.js.map +1 -0
  308. package/dist/modules/backend/routes.d.ts +10 -0
  309. package/dist/modules/backend/routes.d.ts.map +1 -0
  310. package/dist/modules/backend/routes.js +123 -0
  311. package/dist/modules/backend/routes.js.map +1 -0
  312. package/dist/modules/backend/saved-searches.d.ts +4 -0
  313. package/dist/modules/backend/saved-searches.d.ts.map +1 -0
  314. package/dist/modules/backend/saved-searches.js +138 -0
  315. package/dist/modules/backend/saved-searches.js.map +1 -0
  316. package/dist/modules/backend/screens.d.ts +37 -0
  317. package/dist/modules/backend/screens.d.ts.map +1 -0
  318. package/dist/modules/backend/screens.js +107 -0
  319. package/dist/modules/backend/screens.js.map +1 -0
  320. package/dist/modules/calendar/functions.d.ts +3 -0
  321. package/dist/modules/calendar/functions.d.ts.map +1 -0
  322. package/dist/modules/calendar/functions.js +259 -0
  323. package/dist/modules/calendar/functions.js.map +1 -0
  324. package/dist/modules/calendar/index.d.ts +9 -0
  325. package/dist/modules/calendar/index.d.ts.map +1 -0
  326. package/dist/modules/calendar/index.js +36 -0
  327. package/dist/modules/calendar/index.js.map +1 -0
  328. package/dist/modules/calendar/jobs.d.ts +3 -0
  329. package/dist/modules/calendar/jobs.d.ts.map +1 -0
  330. package/dist/modules/calendar/jobs.js +57 -0
  331. package/dist/modules/calendar/jobs.js.map +1 -0
  332. package/dist/modules/calendar/models.d.ts +3 -0
  333. package/dist/modules/calendar/models.d.ts.map +1 -0
  334. package/dist/modules/calendar/models.js +90 -0
  335. package/dist/modules/calendar/models.js.map +1 -0
  336. package/dist/modules/calendar/operations.d.ts +45 -0
  337. package/dist/modules/calendar/operations.d.ts.map +1 -0
  338. package/dist/modules/calendar/operations.js +280 -0
  339. package/dist/modules/calendar/operations.js.map +1 -0
  340. package/dist/modules/calendar/recurrence.d.ts +28 -0
  341. package/dist/modules/calendar/recurrence.d.ts.map +1 -0
  342. package/dist/modules/calendar/recurrence.js +175 -0
  343. package/dist/modules/calendar/recurrence.js.map +1 -0
  344. package/dist/modules/calendar/relations.d.ts +3 -0
  345. package/dist/modules/calendar/relations.d.ts.map +1 -0
  346. package/dist/modules/calendar/relations.js +22 -0
  347. package/dist/modules/calendar/relations.js.map +1 -0
  348. package/dist/modules/calendar/types.d.ts +10 -0
  349. package/dist/modules/calendar/types.d.ts.map +1 -0
  350. package/dist/modules/calendar/types.js +6 -0
  351. package/dist/modules/calendar/types.js.map +1 -0
  352. package/dist/modules/calendar_activity/index.d.ts +6 -0
  353. package/dist/modules/calendar_activity/index.d.ts.map +1 -0
  354. package/dist/modules/calendar_activity/index.js +250 -0
  355. package/dist/modules/calendar_activity/index.js.map +1 -0
  356. package/dist/modules/calendar_backend/index.d.ts +5 -0
  357. package/dist/modules/calendar_backend/index.d.ts.map +1 -0
  358. package/dist/modules/calendar_backend/index.js +47 -0
  359. package/dist/modules/calendar_backend/index.js.map +1 -0
  360. package/dist/modules/calendar_backend/islands.d.ts +3 -0
  361. package/dist/modules/calendar_backend/islands.d.ts.map +1 -0
  362. package/dist/modules/calendar_backend/islands.js +12 -0
  363. package/dist/modules/calendar_backend/islands.js.map +1 -0
  364. package/dist/modules/calendar_backend/routes.d.ts +3 -0
  365. package/dist/modules/calendar_backend/routes.d.ts.map +1 -0
  366. package/dist/modules/calendar_backend/routes.js +43 -0
  367. package/dist/modules/calendar_backend/routes.js.map +1 -0
  368. package/dist/modules/calendar_backend/screens.d.ts +5 -0
  369. package/dist/modules/calendar_backend/screens.d.ts.map +1 -0
  370. package/dist/modules/calendar_backend/screens.js +4 -0
  371. package/dist/modules/calendar_backend/screens.js.map +1 -0
  372. package/dist/modules/calendar_mail_transport/index.d.ts +6 -0
  373. package/dist/modules/calendar_mail_transport/index.d.ts.map +1 -0
  374. package/dist/modules/calendar_mail_transport/index.js +138 -0
  375. package/dist/modules/calendar_mail_transport/index.js.map +1 -0
  376. package/dist/modules/catalog/index.d.ts +3 -0
  377. package/dist/modules/catalog/index.d.ts.map +1 -0
  378. package/dist/modules/catalog/index.js +68 -0
  379. package/dist/modules/catalog/index.js.map +1 -0
  380. package/dist/modules/checkout/index.d.ts +3 -0
  381. package/dist/modules/checkout/index.d.ts.map +1 -0
  382. package/dist/modules/checkout/index.js +50 -0
  383. package/dist/modules/checkout/index.js.map +1 -0
  384. package/dist/modules/company/functions.d.ts +3 -0
  385. package/dist/modules/company/functions.d.ts.map +1 -0
  386. package/dist/modules/company/functions.js +337 -0
  387. package/dist/modules/company/functions.js.map +1 -0
  388. package/dist/modules/company/index.d.ts +3 -0
  389. package/dist/modules/company/index.d.ts.map +1 -0
  390. package/dist/modules/company/index.js +23 -0
  391. package/dist/modules/company/index.js.map +1 -0
  392. package/dist/modules/company/messages.d.ts +63 -0
  393. package/dist/modules/company/messages.d.ts.map +1 -0
  394. package/dist/modules/company/messages.js +63 -0
  395. package/dist/modules/company/messages.js.map +1 -0
  396. package/dist/modules/company/models.d.ts +19 -0
  397. package/dist/modules/company/models.d.ts.map +1 -0
  398. package/dist/modules/company/models.js +61 -0
  399. package/dist/modules/company/models.js.map +1 -0
  400. package/dist/modules/company/relations.d.ts +3 -0
  401. package/dist/modules/company/relations.d.ts.map +1 -0
  402. package/dist/modules/company/relations.js +14 -0
  403. package/dist/modules/company/relations.js.map +1 -0
  404. package/dist/modules/company_backend/index.d.ts +5 -0
  405. package/dist/modules/company_backend/index.d.ts.map +1 -0
  406. package/dist/modules/company_backend/index.js +136 -0
  407. package/dist/modules/company_backend/index.js.map +1 -0
  408. package/dist/modules/company_backend/menus.d.ts +3 -0
  409. package/dist/modules/company_backend/menus.d.ts.map +1 -0
  410. package/dist/modules/company_backend/menus.js +17 -0
  411. package/dist/modules/company_backend/menus.js.map +1 -0
  412. package/dist/modules/company_backend/routes.d.ts +3 -0
  413. package/dist/modules/company_backend/routes.d.ts.map +1 -0
  414. package/dist/modules/company_backend/routes.js +269 -0
  415. package/dist/modules/company_backend/routes.js.map +1 -0
  416. package/dist/modules/company_backend/screens.d.ts +62 -0
  417. package/dist/modules/company_backend/screens.d.ts.map +1 -0
  418. package/dist/modules/company_backend/screens.js +268 -0
  419. package/dist/modules/company_backend/screens.js.map +1 -0
  420. package/dist/modules/crm/functions.d.ts +5 -0
  421. package/dist/modules/crm/functions.d.ts.map +1 -0
  422. package/dist/modules/crm/functions.js +840 -0
  423. package/dist/modules/crm/functions.js.map +1 -0
  424. package/dist/modules/crm/index.d.ts +6 -0
  425. package/dist/modules/crm/index.d.ts.map +1 -0
  426. package/dist/modules/crm/index.js +22 -0
  427. package/dist/modules/crm/index.js.map +1 -0
  428. package/dist/modules/crm/jobs.d.ts +4 -0
  429. package/dist/modules/crm/jobs.d.ts.map +1 -0
  430. package/dist/modules/crm/jobs.js +3 -0
  431. package/dist/modules/crm/jobs.js.map +1 -0
  432. package/dist/modules/crm/messages.d.ts +37 -0
  433. package/dist/modules/crm/messages.d.ts.map +1 -0
  434. package/dist/modules/crm/messages.js +68 -0
  435. package/dist/modules/crm/messages.js.map +1 -0
  436. package/dist/modules/crm/models.d.ts +3 -0
  437. package/dist/modules/crm/models.d.ts.map +1 -0
  438. package/dist/modules/crm/models.js +215 -0
  439. package/dist/modules/crm/models.js.map +1 -0
  440. package/dist/modules/crm/operations.d.ts +121 -0
  441. package/dist/modules/crm/operations.d.ts.map +1 -0
  442. package/dist/modules/crm/operations.js +744 -0
  443. package/dist/modules/crm/operations.js.map +1 -0
  444. package/dist/modules/crm/search.d.ts +67 -0
  445. package/dist/modules/crm/search.d.ts.map +1 -0
  446. package/dist/modules/crm/search.js +89 -0
  447. package/dist/modules/crm/search.js.map +1 -0
  448. package/dist/modules/crm/types.d.ts +10 -0
  449. package/dist/modules/crm/types.d.ts.map +1 -0
  450. package/dist/modules/crm/types.js +6 -0
  451. package/dist/modules/crm/types.js.map +1 -0
  452. package/dist/modules/crm_backend/client/crm-kanban-view.d.mts +8 -0
  453. package/dist/modules/crm_backend/client/crm-kanban-view.d.mts.map +1 -0
  454. package/dist/modules/crm_backend/client/crm-kanban-view.mjs +129 -0
  455. package/dist/modules/crm_backend/client/crm-kanban-view.mjs.map +1 -0
  456. package/dist/modules/crm_backend/client/crm-kanban.d.mts +3 -0
  457. package/dist/modules/crm_backend/client/crm-kanban.d.mts.map +1 -0
  458. package/dist/modules/crm_backend/client/crm-kanban.mjs +7 -0
  459. package/dist/modules/crm_backend/client/crm-kanban.mjs.map +1 -0
  460. package/dist/modules/crm_backend/client/crm.css +69 -0
  461. package/dist/modules/crm_backend/index.d.ts +4 -0
  462. package/dist/modules/crm_backend/index.d.ts.map +1 -0
  463. package/dist/modules/crm_backend/index.js +54 -0
  464. package/dist/modules/crm_backend/index.js.map +1 -0
  465. package/dist/modules/crm_backend/islands.d.ts +9 -0
  466. package/dist/modules/crm_backend/islands.d.ts.map +1 -0
  467. package/dist/modules/crm_backend/islands.js +13 -0
  468. package/dist/modules/crm_backend/islands.js.map +1 -0
  469. package/dist/modules/crm_backend/list-search.d.ts +21 -0
  470. package/dist/modules/crm_backend/list-search.d.ts.map +1 -0
  471. package/dist/modules/crm_backend/list-search.js +220 -0
  472. package/dist/modules/crm_backend/list-search.js.map +1 -0
  473. package/dist/modules/crm_backend/messages.d.ts +183 -0
  474. package/dist/modules/crm_backend/messages.d.ts.map +1 -0
  475. package/dist/modules/crm_backend/messages.js +182 -0
  476. package/dist/modules/crm_backend/messages.js.map +1 -0
  477. package/dist/modules/crm_backend/routes.d.ts +3 -0
  478. package/dist/modules/crm_backend/routes.d.ts.map +1 -0
  479. package/dist/modules/crm_backend/routes.js +520 -0
  480. package/dist/modules/crm_backend/routes.js.map +1 -0
  481. package/dist/modules/crm_backend/screens.d.ts +32 -0
  482. package/dist/modules/crm_backend/screens.d.ts.map +1 -0
  483. package/dist/modules/crm_backend/screens.js +405 -0
  484. package/dist/modules/crm_backend/screens.js.map +1 -0
  485. package/dist/modules/crm_sale/index.d.ts +4 -0
  486. package/dist/modules/crm_sale/index.d.ts.map +1 -0
  487. package/dist/modules/crm_sale/index.js +18 -0
  488. package/dist/modules/crm_sale/index.js.map +1 -0
  489. package/dist/modules/crm_sale/messages.d.ts +10 -0
  490. package/dist/modules/crm_sale/messages.d.ts.map +1 -0
  491. package/dist/modules/crm_sale/messages.js +14 -0
  492. package/dist/modules/crm_sale/messages.js.map +1 -0
  493. package/dist/modules/crm_sale/models.d.ts +3 -0
  494. package/dist/modules/crm_sale/models.d.ts.map +1 -0
  495. package/dist/modules/crm_sale/models.js +16 -0
  496. package/dist/modules/crm_sale/models.js.map +1 -0
  497. package/dist/modules/crm_sale/sale-functions.d.ts +15 -0
  498. package/dist/modules/crm_sale/sale-functions.d.ts.map +1 -0
  499. package/dist/modules/crm_sale/sale-functions.js +139 -0
  500. package/dist/modules/crm_sale/sale-functions.js.map +1 -0
  501. package/dist/modules/crm_website/functions.d.ts +3 -0
  502. package/dist/modules/crm_website/functions.d.ts.map +1 -0
  503. package/dist/modules/crm_website/functions.js +65 -0
  504. package/dist/modules/crm_website/functions.js.map +1 -0
  505. package/dist/modules/crm_website/index.d.ts +3 -0
  506. package/dist/modules/crm_website/index.d.ts.map +1 -0
  507. package/dist/modules/crm_website/index.js +19 -0
  508. package/dist/modules/crm_website/index.js.map +1 -0
  509. package/dist/modules/crm_website/messages.d.ts +20 -0
  510. package/dist/modules/crm_website/messages.d.ts.map +1 -0
  511. package/dist/modules/crm_website/messages.js +34 -0
  512. package/dist/modules/crm_website/messages.js.map +1 -0
  513. package/dist/modules/crm_website/models.d.ts +3 -0
  514. package/dist/modules/crm_website/models.d.ts.map +1 -0
  515. package/dist/modules/crm_website/models.js +15 -0
  516. package/dist/modules/crm_website/models.js.map +1 -0
  517. package/dist/modules/crm_website/routes.d.ts +3 -0
  518. package/dist/modules/crm_website/routes.d.ts.map +1 -0
  519. package/dist/modules/crm_website/routes.js +71 -0
  520. package/dist/modules/crm_website/routes.js.map +1 -0
  521. package/dist/modules/crm_website/screens.d.ts +5 -0
  522. package/dist/modules/crm_website/screens.d.ts.map +1 -0
  523. package/dist/modules/crm_website/screens.js +15 -0
  524. package/dist/modules/crm_website/screens.js.map +1 -0
  525. package/dist/modules/hospitality_core/calendar.d.ts +9 -0
  526. package/dist/modules/hospitality_core/calendar.d.ts.map +1 -0
  527. package/dist/modules/hospitality_core/calendar.js +41 -0
  528. package/dist/modules/hospitality_core/calendar.js.map +1 -0
  529. package/dist/modules/hospitality_core/content.d.ts +13 -0
  530. package/dist/modules/hospitality_core/content.d.ts.map +1 -0
  531. package/dist/modules/hospitality_core/content.js +345 -0
  532. package/dist/modules/hospitality_core/content.js.map +1 -0
  533. package/dist/modules/hospitality_core/functions.d.ts +3 -0
  534. package/dist/modules/hospitality_core/functions.d.ts.map +1 -0
  535. package/dist/modules/hospitality_core/functions.js +1558 -0
  536. package/dist/modules/hospitality_core/functions.js.map +1 -0
  537. package/dist/modules/hospitality_core/housekeeping.d.ts +3 -0
  538. package/dist/modules/hospitality_core/housekeeping.d.ts.map +1 -0
  539. package/dist/modules/hospitality_core/housekeeping.js +352 -0
  540. package/dist/modules/hospitality_core/housekeeping.js.map +1 -0
  541. package/dist/modules/hospitality_core/index.d.ts +5 -0
  542. package/dist/modules/hospitality_core/index.d.ts.map +1 -0
  543. package/dist/modules/hospitality_core/index.js +41 -0
  544. package/dist/modules/hospitality_core/index.js.map +1 -0
  545. package/dist/modules/hospitality_core/inventory.d.ts +40 -0
  546. package/dist/modules/hospitality_core/inventory.d.ts.map +1 -0
  547. package/dist/modules/hospitality_core/inventory.js +627 -0
  548. package/dist/modules/hospitality_core/inventory.js.map +1 -0
  549. package/dist/modules/hospitality_core/menus.d.ts +3 -0
  550. package/dist/modules/hospitality_core/menus.d.ts.map +1 -0
  551. package/dist/modules/hospitality_core/menus.js +134 -0
  552. package/dist/modules/hospitality_core/menus.js.map +1 -0
  553. package/dist/modules/hospitality_core/messages.d.ts +3 -0
  554. package/dist/modules/hospitality_core/messages.d.ts.map +1 -0
  555. package/dist/modules/hospitality_core/messages.js +2011 -0
  556. package/dist/modules/hospitality_core/messages.js.map +1 -0
  557. package/dist/modules/hospitality_core/models.d.ts +10 -0
  558. package/dist/modules/hospitality_core/models.d.ts.map +1 -0
  559. package/dist/modules/hospitality_core/models.js +657 -0
  560. package/dist/modules/hospitality_core/models.js.map +1 -0
  561. package/dist/modules/hospitality_core/night-audit.d.ts +26 -0
  562. package/dist/modules/hospitality_core/night-audit.d.ts.map +1 -0
  563. package/dist/modules/hospitality_core/night-audit.js +381 -0
  564. package/dist/modules/hospitality_core/night-audit.js.map +1 -0
  565. package/dist/modules/hospitality_core/operations.d.ts +3 -0
  566. package/dist/modules/hospitality_core/operations.d.ts.map +1 -0
  567. package/dist/modules/hospitality_core/operations.js +1562 -0
  568. package/dist/modules/hospitality_core/operations.js.map +1 -0
  569. package/dist/modules/hospitality_core/relations.d.ts +3 -0
  570. package/dist/modules/hospitality_core/relations.d.ts.map +1 -0
  571. package/dist/modules/hospitality_core/relations.js +175 -0
  572. package/dist/modules/hospitality_core/relations.js.map +1 -0
  573. package/dist/modules/hospitality_core/routes.d.ts +3 -0
  574. package/dist/modules/hospitality_core/routes.d.ts.map +1 -0
  575. package/dist/modules/hospitality_core/routes.js +1556 -0
  576. package/dist/modules/hospitality_core/routes.js.map +1 -0
  577. package/dist/modules/hospitality_core/screens.d.ts +763 -0
  578. package/dist/modules/hospitality_core/screens.d.ts.map +1 -0
  579. package/dist/modules/hospitality_core/screens.js +4138 -0
  580. package/dist/modules/hospitality_core/screens.js.map +1 -0
  581. package/dist/modules/hospitality_core/services.d.ts +9 -0
  582. package/dist/modules/hospitality_core/services.d.ts.map +1 -0
  583. package/dist/modules/hospitality_core/services.js +586 -0
  584. package/dist/modules/hospitality_core/services.js.map +1 -0
  585. package/dist/modules/hospitality_core/stay-notices.d.ts +11 -0
  586. package/dist/modules/hospitality_core/stay-notices.d.ts.map +1 -0
  587. package/dist/modules/hospitality_core/stay-notices.js +338 -0
  588. package/dist/modules/hospitality_core/stay-notices.js.map +1 -0
  589. package/dist/modules/hospitality_core/types.d.ts +61 -0
  590. package/dist/modules/hospitality_core/types.d.ts.map +1 -0
  591. package/dist/modules/hospitality_core/types.js +65 -0
  592. package/dist/modules/hospitality_core/types.js.map +1 -0
  593. package/dist/modules/hr/functions.d.ts +3 -0
  594. package/dist/modules/hr/functions.d.ts.map +1 -0
  595. package/dist/modules/hr/functions.js +711 -0
  596. package/dist/modules/hr/functions.js.map +1 -0
  597. package/dist/modules/hr/index.d.ts +5 -0
  598. package/dist/modules/hr/index.d.ts.map +1 -0
  599. package/dist/modules/hr/index.js +20 -0
  600. package/dist/modules/hr/index.js.map +1 -0
  601. package/dist/modules/hr/messages.d.ts +45 -0
  602. package/dist/modules/hr/messages.d.ts.map +1 -0
  603. package/dist/modules/hr/messages.js +45 -0
  604. package/dist/modules/hr/messages.js.map +1 -0
  605. package/dist/modules/hr/models.d.ts +3 -0
  606. package/dist/modules/hr/models.d.ts.map +1 -0
  607. package/dist/modules/hr/models.js +166 -0
  608. package/dist/modules/hr/models.js.map +1 -0
  609. package/dist/modules/hr/relations.d.ts +3 -0
  610. package/dist/modules/hr/relations.d.ts.map +1 -0
  611. package/dist/modules/hr/relations.js +19 -0
  612. package/dist/modules/hr/relations.js.map +1 -0
  613. package/dist/modules/hr/types.d.ts +9 -0
  614. package/dist/modules/hr/types.d.ts.map +1 -0
  615. package/dist/modules/hr/types.js +5 -0
  616. package/dist/modules/hr/types.js.map +1 -0
  617. package/dist/modules/hr_backend/index.d.ts +4 -0
  618. package/dist/modules/hr_backend/index.d.ts.map +1 -0
  619. package/dist/modules/hr_backend/index.js +142 -0
  620. package/dist/modules/hr_backend/index.js.map +1 -0
  621. package/dist/modules/hr_backend/routes.d.ts +3 -0
  622. package/dist/modules/hr_backend/routes.d.ts.map +1 -0
  623. package/dist/modules/hr_backend/routes.js +83 -0
  624. package/dist/modules/hr_backend/routes.js.map +1 -0
  625. package/dist/modules/hr_backend/screens.d.ts +9 -0
  626. package/dist/modules/hr_backend/screens.d.ts.map +1 -0
  627. package/dist/modules/hr_backend/screens.js +144 -0
  628. package/dist/modules/hr_backend/screens.js.map +1 -0
  629. package/dist/modules/inventory/index.d.ts +3 -0
  630. package/dist/modules/inventory/index.d.ts.map +1 -0
  631. package/dist/modules/inventory/index.js +31 -0
  632. package/dist/modules/inventory/index.js.map +1 -0
  633. package/dist/modules/loyalty/admin-functions.d.ts +3 -0
  634. package/dist/modules/loyalty/admin-functions.d.ts.map +1 -0
  635. package/dist/modules/loyalty/admin-functions.js +692 -0
  636. package/dist/modules/loyalty/admin-functions.js.map +1 -0
  637. package/dist/modules/loyalty/engine.d.ts +31 -0
  638. package/dist/modules/loyalty/engine.d.ts.map +1 -0
  639. package/dist/modules/loyalty/engine.js +412 -0
  640. package/dist/modules/loyalty/engine.js.map +1 -0
  641. package/dist/modules/loyalty/index.d.ts +5 -0
  642. package/dist/modules/loyalty/index.d.ts.map +1 -0
  643. package/dist/modules/loyalty/index.js +24 -0
  644. package/dist/modules/loyalty/index.js.map +1 -0
  645. package/dist/modules/loyalty/jobs.d.ts +4 -0
  646. package/dist/modules/loyalty/jobs.d.ts.map +1 -0
  647. package/dist/modules/loyalty/jobs.js +103 -0
  648. package/dist/modules/loyalty/jobs.js.map +1 -0
  649. package/dist/modules/loyalty/ledger.d.ts +48 -0
  650. package/dist/modules/loyalty/ledger.d.ts.map +1 -0
  651. package/dist/modules/loyalty/ledger.js +164 -0
  652. package/dist/modules/loyalty/ledger.js.map +1 -0
  653. package/dist/modules/loyalty/membership-functions.d.ts +4 -0
  654. package/dist/modules/loyalty/membership-functions.d.ts.map +1 -0
  655. package/dist/modules/loyalty/membership-functions.js +163 -0
  656. package/dist/modules/loyalty/membership-functions.js.map +1 -0
  657. package/dist/modules/loyalty/messages.d.ts +119 -0
  658. package/dist/modules/loyalty/messages.d.ts.map +1 -0
  659. package/dist/modules/loyalty/messages.js +119 -0
  660. package/dist/modules/loyalty/messages.js.map +1 -0
  661. package/dist/modules/loyalty/models.d.ts +3 -0
  662. package/dist/modules/loyalty/models.d.ts.map +1 -0
  663. package/dist/modules/loyalty/models.js +259 -0
  664. package/dist/modules/loyalty/models.js.map +1 -0
  665. package/dist/modules/loyalty/order-functions.d.ts +3 -0
  666. package/dist/modules/loyalty/order-functions.d.ts.map +1 -0
  667. package/dist/modules/loyalty/order-functions.js +656 -0
  668. package/dist/modules/loyalty/order-functions.js.map +1 -0
  669. package/dist/modules/loyalty/relations.d.ts +3 -0
  670. package/dist/modules/loyalty/relations.d.ts.map +1 -0
  671. package/dist/modules/loyalty/relations.js +19 -0
  672. package/dist/modules/loyalty/relations.js.map +1 -0
  673. package/dist/modules/loyalty/types.d.ts +83 -0
  674. package/dist/modules/loyalty/types.d.ts.map +1 -0
  675. package/dist/modules/loyalty/types.js +23 -0
  676. package/dist/modules/loyalty/types.js.map +1 -0
  677. package/dist/modules/loyalty_backend/index.d.ts +3 -0
  678. package/dist/modules/loyalty_backend/index.d.ts.map +1 -0
  679. package/dist/modules/loyalty_backend/index.js +636 -0
  680. package/dist/modules/loyalty_backend/index.js.map +1 -0
  681. package/dist/modules/loyalty_backend/messages.d.ts +162 -0
  682. package/dist/modules/loyalty_backend/messages.d.ts.map +1 -0
  683. package/dist/modules/loyalty_backend/messages.js +318 -0
  684. package/dist/modules/loyalty_backend/messages.js.map +1 -0
  685. package/dist/modules/loyalty_backend/screens.d.ts +33 -0
  686. package/dist/modules/loyalty_backend/screens.d.ts.map +1 -0
  687. package/dist/modules/loyalty_backend/screens.js +562 -0
  688. package/dist/modules/loyalty_backend/screens.js.map +1 -0
  689. package/dist/modules/loyalty_pos/functions.d.ts +19 -0
  690. package/dist/modules/loyalty_pos/functions.d.ts.map +1 -0
  691. package/dist/modules/loyalty_pos/functions.js +274 -0
  692. package/dist/modules/loyalty_pos/functions.js.map +1 -0
  693. package/dist/modules/loyalty_pos/index.d.ts +3 -0
  694. package/dist/modules/loyalty_pos/index.d.ts.map +1 -0
  695. package/dist/modules/loyalty_pos/index.js +45 -0
  696. package/dist/modules/loyalty_pos/index.js.map +1 -0
  697. package/dist/modules/loyalty_sale/functions.d.ts +19 -0
  698. package/dist/modules/loyalty_sale/functions.d.ts.map +1 -0
  699. package/dist/modules/loyalty_sale/functions.js +275 -0
  700. package/dist/modules/loyalty_sale/functions.js.map +1 -0
  701. package/dist/modules/loyalty_sale/index.d.ts +3 -0
  702. package/dist/modules/loyalty_sale/index.d.ts.map +1 -0
  703. package/dist/modules/loyalty_sale/index.js +45 -0
  704. package/dist/modules/loyalty_sale/index.js.map +1 -0
  705. package/dist/modules/mail/functions.d.ts +3 -0
  706. package/dist/modules/mail/functions.d.ts.map +1 -0
  707. package/dist/modules/mail/functions.js +129 -0
  708. package/dist/modules/mail/functions.js.map +1 -0
  709. package/dist/modules/mail/index.d.ts +9 -0
  710. package/dist/modules/mail/index.d.ts.map +1 -0
  711. package/dist/modules/mail/index.js +22 -0
  712. package/dist/modules/mail/index.js.map +1 -0
  713. package/dist/modules/mail/messages.d.ts +13 -0
  714. package/dist/modules/mail/messages.d.ts.map +1 -0
  715. package/dist/modules/mail/messages.js +13 -0
  716. package/dist/modules/mail/messages.js.map +1 -0
  717. package/dist/modules/mail/models.d.ts +3 -0
  718. package/dist/modules/mail/models.d.ts.map +1 -0
  719. package/dist/modules/mail/models.js +124 -0
  720. package/dist/modules/mail/models.js.map +1 -0
  721. package/dist/modules/mail/operations.d.ts +60 -0
  722. package/dist/modules/mail/operations.d.ts.map +1 -0
  723. package/dist/modules/mail/operations.js +249 -0
  724. package/dist/modules/mail/operations.js.map +1 -0
  725. package/dist/modules/mail/relations.d.ts +3 -0
  726. package/dist/modules/mail/relations.d.ts.map +1 -0
  727. package/dist/modules/mail/relations.js +41 -0
  728. package/dist/modules/mail/relations.js.map +1 -0
  729. package/dist/modules/mail/target.d.ts +16 -0
  730. package/dist/modules/mail/target.d.ts.map +1 -0
  731. package/dist/modules/mail/target.js +245 -0
  732. package/dist/modules/mail/target.js.map +1 -0
  733. package/dist/modules/mail/types.d.ts +7 -0
  734. package/dist/modules/mail/types.d.ts.map +1 -0
  735. package/dist/modules/mail/types.js +4 -0
  736. package/dist/modules/mail/types.js.map +1 -0
  737. package/dist/modules/mail_backend/index.d.ts +5 -0
  738. package/dist/modules/mail_backend/index.d.ts.map +1 -0
  739. package/dist/modules/mail_backend/index.js +56 -0
  740. package/dist/modules/mail_backend/index.js.map +1 -0
  741. package/dist/modules/mail_backend/islands.d.ts +3 -0
  742. package/dist/modules/mail_backend/islands.d.ts.map +1 -0
  743. package/dist/modules/mail_backend/islands.js +20 -0
  744. package/dist/modules/mail_backend/islands.js.map +1 -0
  745. package/dist/modules/mail_backend/routes.d.ts +5 -0
  746. package/dist/modules/mail_backend/routes.d.ts.map +1 -0
  747. package/dist/modules/mail_backend/routes.js +37 -0
  748. package/dist/modules/mail_backend/routes.js.map +1 -0
  749. package/dist/modules/mail_backend/screens.d.ts +5 -0
  750. package/dist/modules/mail_backend/screens.d.ts.map +1 -0
  751. package/dist/modules/mail_backend/screens.js +11 -0
  752. package/dist/modules/mail_backend/screens.js.map +1 -0
  753. package/dist/modules/mail_inbound/functions.d.ts +27 -0
  754. package/dist/modules/mail_inbound/functions.d.ts.map +1 -0
  755. package/dist/modules/mail_inbound/functions.js +178 -0
  756. package/dist/modules/mail_inbound/functions.js.map +1 -0
  757. package/dist/modules/mail_inbound/index.d.ts +10 -0
  758. package/dist/modules/mail_inbound/index.d.ts.map +1 -0
  759. package/dist/modules/mail_inbound/index.js +38 -0
  760. package/dist/modules/mail_inbound/index.js.map +1 -0
  761. package/dist/modules/mail_inbound/jobs.d.ts +3 -0
  762. package/dist/modules/mail_inbound/jobs.d.ts.map +1 -0
  763. package/dist/modules/mail_inbound/jobs.js +29 -0
  764. package/dist/modules/mail_inbound/jobs.js.map +1 -0
  765. package/dist/modules/mail_inbound/models.d.ts +3 -0
  766. package/dist/modules/mail_inbound/models.d.ts.map +1 -0
  767. package/dist/modules/mail_inbound/models.js +68 -0
  768. package/dist/modules/mail_inbound/models.js.map +1 -0
  769. package/dist/modules/mail_inbound/operations.d.ts +17 -0
  770. package/dist/modules/mail_inbound/operations.d.ts.map +1 -0
  771. package/dist/modules/mail_inbound/operations.js +273 -0
  772. package/dist/modules/mail_inbound/operations.js.map +1 -0
  773. package/dist/modules/mail_inbound/relations.d.ts +3 -0
  774. package/dist/modules/mail_inbound/relations.d.ts.map +1 -0
  775. package/dist/modules/mail_inbound/relations.js +19 -0
  776. package/dist/modules/mail_inbound/relations.js.map +1 -0
  777. package/dist/modules/mail_inbound/routes.d.ts +4 -0
  778. package/dist/modules/mail_inbound/routes.d.ts.map +1 -0
  779. package/dist/modules/mail_inbound/routes.js +156 -0
  780. package/dist/modules/mail_inbound/routes.js.map +1 -0
  781. package/dist/modules/mail_inbound/types.d.ts +37 -0
  782. package/dist/modules/mail_inbound/types.d.ts.map +1 -0
  783. package/dist/modules/mail_inbound/types.js +3 -0
  784. package/dist/modules/mail_inbound/types.js.map +1 -0
  785. package/dist/modules/mail_inbound_backend/index.d.ts +5 -0
  786. package/dist/modules/mail_inbound_backend/index.d.ts.map +1 -0
  787. package/dist/modules/mail_inbound_backend/index.js +59 -0
  788. package/dist/modules/mail_inbound_backend/index.js.map +1 -0
  789. package/dist/modules/mail_inbound_backend/routes.d.ts +5 -0
  790. package/dist/modules/mail_inbound_backend/routes.d.ts.map +1 -0
  791. package/dist/modules/mail_inbound_backend/routes.js +31 -0
  792. package/dist/modules/mail_inbound_backend/routes.js.map +1 -0
  793. package/dist/modules/mail_inbound_backend/screens.d.ts +5 -0
  794. package/dist/modules/mail_inbound_backend/screens.d.ts.map +1 -0
  795. package/dist/modules/mail_inbound_backend/screens.js +25 -0
  796. package/dist/modules/mail_inbound_backend/screens.js.map +1 -0
  797. package/dist/modules/mail_transport/functions.d.ts +3 -0
  798. package/dist/modules/mail_transport/functions.d.ts.map +1 -0
  799. package/dist/modules/mail_transport/functions.js +280 -0
  800. package/dist/modules/mail_transport/functions.js.map +1 -0
  801. package/dist/modules/mail_transport/index.d.ts +11 -0
  802. package/dist/modules/mail_transport/index.d.ts.map +1 -0
  803. package/dist/modules/mail_transport/index.js +37 -0
  804. package/dist/modules/mail_transport/index.js.map +1 -0
  805. package/dist/modules/mail_transport/jobs.d.ts +3 -0
  806. package/dist/modules/mail_transport/jobs.d.ts.map +1 -0
  807. package/dist/modules/mail_transport/jobs.js +79 -0
  808. package/dist/modules/mail_transport/jobs.js.map +1 -0
  809. package/dist/modules/mail_transport/models.d.ts +3 -0
  810. package/dist/modules/mail_transport/models.d.ts.map +1 -0
  811. package/dist/modules/mail_transport/models.js +88 -0
  812. package/dist/modules/mail_transport/models.js.map +1 -0
  813. package/dist/modules/mail_transport/operations.d.ts +16 -0
  814. package/dist/modules/mail_transport/operations.d.ts.map +1 -0
  815. package/dist/modules/mail_transport/operations.js +122 -0
  816. package/dist/modules/mail_transport/operations.js.map +1 -0
  817. package/dist/modules/mail_transport/relations.d.ts +3 -0
  818. package/dist/modules/mail_transport/relations.d.ts.map +1 -0
  819. package/dist/modules/mail_transport/relations.js +19 -0
  820. package/dist/modules/mail_transport/relations.js.map +1 -0
  821. package/dist/modules/mail_transport/target.d.ts +8 -0
  822. package/dist/modules/mail_transport/target.d.ts.map +1 -0
  823. package/dist/modules/mail_transport/target.js +43 -0
  824. package/dist/modules/mail_transport/target.js.map +1 -0
  825. package/dist/modules/mail_transport/template.d.ts +4 -0
  826. package/dist/modules/mail_transport/template.d.ts.map +1 -0
  827. package/dist/modules/mail_transport/template.js +52 -0
  828. package/dist/modules/mail_transport/template.js.map +1 -0
  829. package/dist/modules/mail_transport/types.d.ts +9 -0
  830. package/dist/modules/mail_transport/types.d.ts.map +1 -0
  831. package/dist/modules/mail_transport/types.js +3 -0
  832. package/dist/modules/mail_transport/types.js.map +1 -0
  833. package/dist/modules/mail_transport_backend/index.d.ts +5 -0
  834. package/dist/modules/mail_transport_backend/index.d.ts.map +1 -0
  835. package/dist/modules/mail_transport_backend/index.js +69 -0
  836. package/dist/modules/mail_transport_backend/index.js.map +1 -0
  837. package/dist/modules/mail_transport_backend/routes.d.ts +5 -0
  838. package/dist/modules/mail_transport_backend/routes.d.ts.map +1 -0
  839. package/dist/modules/mail_transport_backend/routes.js +42 -0
  840. package/dist/modules/mail_transport_backend/routes.js.map +1 -0
  841. package/dist/modules/mail_transport_backend/screens.d.ts +5 -0
  842. package/dist/modules/mail_transport_backend/screens.d.ts.map +1 -0
  843. package/dist/modules/mail_transport_backend/screens.js +35 -0
  844. package/dist/modules/mail_transport_backend/screens.js.map +1 -0
  845. package/dist/modules/oauth/functions.d.ts +3 -0
  846. package/dist/modules/oauth/functions.d.ts.map +1 -0
  847. package/dist/modules/oauth/functions.js +817 -0
  848. package/dist/modules/oauth/functions.js.map +1 -0
  849. package/dist/modules/oauth/index.d.ts +4 -0
  850. package/dist/modules/oauth/index.d.ts.map +1 -0
  851. package/dist/modules/oauth/index.js +22 -0
  852. package/dist/modules/oauth/index.js.map +1 -0
  853. package/dist/modules/oauth/messages.d.ts +129 -0
  854. package/dist/modules/oauth/messages.d.ts.map +1 -0
  855. package/dist/modules/oauth/messages.js +129 -0
  856. package/dist/modules/oauth/messages.js.map +1 -0
  857. package/dist/modules/oauth/models.d.ts +4 -0
  858. package/dist/modules/oauth/models.d.ts.map +1 -0
  859. package/dist/modules/oauth/models.js +83 -0
  860. package/dist/modules/oauth/models.js.map +1 -0
  861. package/dist/modules/oauth/protocol.d.ts +54 -0
  862. package/dist/modules/oauth/protocol.d.ts.map +1 -0
  863. package/dist/modules/oauth/protocol.js +309 -0
  864. package/dist/modules/oauth/protocol.js.map +1 -0
  865. package/dist/modules/oauth/relations.d.ts +3 -0
  866. package/dist/modules/oauth/relations.d.ts.map +1 -0
  867. package/dist/modules/oauth/relations.js +18 -0
  868. package/dist/modules/oauth/relations.js.map +1 -0
  869. package/dist/modules/oauth/routes.d.ts +3 -0
  870. package/dist/modules/oauth/routes.d.ts.map +1 -0
  871. package/dist/modules/oauth/routes.js +185 -0
  872. package/dist/modules/oauth/routes.js.map +1 -0
  873. package/dist/modules/oauth_backend/index.d.ts +4 -0
  874. package/dist/modules/oauth_backend/index.d.ts.map +1 -0
  875. package/dist/modules/oauth_backend/index.js +23 -0
  876. package/dist/modules/oauth_backend/index.js.map +1 -0
  877. package/dist/modules/oauth_backend/menus.d.ts +3 -0
  878. package/dist/modules/oauth_backend/menus.d.ts.map +1 -0
  879. package/dist/modules/oauth_backend/menus.js +17 -0
  880. package/dist/modules/oauth_backend/menus.js.map +1 -0
  881. package/dist/modules/oauth_backend/messages.d.ts +169 -0
  882. package/dist/modules/oauth_backend/messages.d.ts.map +1 -0
  883. package/dist/modules/oauth_backend/messages.js +169 -0
  884. package/dist/modules/oauth_backend/messages.js.map +1 -0
  885. package/dist/modules/oauth_backend/routes.d.ts +3 -0
  886. package/dist/modules/oauth_backend/routes.d.ts.map +1 -0
  887. package/dist/modules/oauth_backend/routes.js +231 -0
  888. package/dist/modules/oauth_backend/routes.js.map +1 -0
  889. package/dist/modules/oauth_backend/screens.d.ts +66 -0
  890. package/dist/modules/oauth_backend/screens.d.ts.map +1 -0
  891. package/dist/modules/oauth_backend/screens.js +323 -0
  892. package/dist/modules/oauth_backend/screens.js.map +1 -0
  893. package/dist/modules/odoo_collaboration_import/functions.d.ts +3 -0
  894. package/dist/modules/odoo_collaboration_import/functions.d.ts.map +1 -0
  895. package/dist/modules/odoo_collaboration_import/functions.js +128 -0
  896. package/dist/modules/odoo_collaboration_import/functions.js.map +1 -0
  897. package/dist/modules/odoo_collaboration_import/index.d.ts +6 -0
  898. package/dist/modules/odoo_collaboration_import/index.d.ts.map +1 -0
  899. package/dist/modules/odoo_collaboration_import/index.js +31 -0
  900. package/dist/modules/odoo_collaboration_import/index.js.map +1 -0
  901. package/dist/modules/odoo_collaboration_import/models.d.ts +3 -0
  902. package/dist/modules/odoo_collaboration_import/models.d.ts.map +1 -0
  903. package/dist/modules/odoo_collaboration_import/models.js +76 -0
  904. package/dist/modules/odoo_collaboration_import/models.js.map +1 -0
  905. package/dist/modules/odoo_collaboration_import/operations.d.ts +14 -0
  906. package/dist/modules/odoo_collaboration_import/operations.d.ts.map +1 -0
  907. package/dist/modules/odoo_collaboration_import/operations.js +1139 -0
  908. package/dist/modules/odoo_collaboration_import/operations.js.map +1 -0
  909. package/dist/modules/odoo_collaboration_import/relations.d.ts +3 -0
  910. package/dist/modules/odoo_collaboration_import/relations.d.ts.map +1 -0
  911. package/dist/modules/odoo_collaboration_import/relations.js +19 -0
  912. package/dist/modules/odoo_collaboration_import/relations.js.map +1 -0
  913. package/dist/modules/odoo_collaboration_import/types.d.ts +58 -0
  914. package/dist/modules/odoo_collaboration_import/types.d.ts.map +1 -0
  915. package/dist/modules/odoo_collaboration_import/types.js +2 -0
  916. package/dist/modules/odoo_collaboration_import/types.js.map +1 -0
  917. package/dist/modules/partner/functions.d.ts +5 -0
  918. package/dist/modules/partner/functions.d.ts.map +1 -0
  919. package/dist/modules/partner/functions.js +563 -0
  920. package/dist/modules/partner/functions.js.map +1 -0
  921. package/dist/modules/partner/index.d.ts +5 -0
  922. package/dist/modules/partner/index.d.ts.map +1 -0
  923. package/dist/modules/partner/index.js +23 -0
  924. package/dist/modules/partner/index.js.map +1 -0
  925. package/dist/modules/partner/messages.d.ts +55 -0
  926. package/dist/modules/partner/messages.d.ts.map +1 -0
  927. package/dist/modules/partner/messages.js +55 -0
  928. package/dist/modules/partner/messages.js.map +1 -0
  929. package/dist/modules/partner/models.d.ts +23 -0
  930. package/dist/modules/partner/models.d.ts.map +1 -0
  931. package/dist/modules/partner/models.js +124 -0
  932. package/dist/modules/partner/models.js.map +1 -0
  933. package/dist/modules/partner/relations.d.ts +4 -0
  934. package/dist/modules/partner/relations.d.ts.map +1 -0
  935. package/dist/modules/partner/relations.js +35 -0
  936. package/dist/modules/partner/relations.js.map +1 -0
  937. package/dist/modules/partner/types.d.ts +17 -0
  938. package/dist/modules/partner/types.d.ts.map +1 -0
  939. package/dist/modules/partner/types.js +14 -0
  940. package/dist/modules/partner/types.js.map +1 -0
  941. package/dist/modules/partner/views.d.ts +4 -0
  942. package/dist/modules/partner/views.d.ts.map +1 -0
  943. package/dist/modules/partner/views.js +19 -0
  944. package/dist/modules/partner/views.js.map +1 -0
  945. package/dist/modules/partner_backend/client/address-view.d.mts +5 -0
  946. package/dist/modules/partner_backend/client/address-view.d.mts.map +1 -0
  947. package/dist/modules/partner_backend/client/address-view.mjs +193 -0
  948. package/dist/modules/partner_backend/client/address-view.mjs.map +1 -0
  949. package/dist/modules/partner_backend/client/address.css +12 -0
  950. package/dist/modules/partner_backend/client/address.d.mts +5 -0
  951. package/dist/modules/partner_backend/client/address.d.mts.map +1 -0
  952. package/dist/modules/partner_backend/client/address.mjs +7 -0
  953. package/dist/modules/partner_backend/client/address.mjs.map +1 -0
  954. package/dist/modules/partner_backend/index.d.ts +5 -0
  955. package/dist/modules/partner_backend/index.d.ts.map +1 -0
  956. package/dist/modules/partner_backend/index.js +178 -0
  957. package/dist/modules/partner_backend/index.js.map +1 -0
  958. package/dist/modules/partner_backend/islands.d.ts +3 -0
  959. package/dist/modules/partner_backend/islands.d.ts.map +1 -0
  960. package/dist/modules/partner_backend/islands.js +23 -0
  961. package/dist/modules/partner_backend/islands.js.map +1 -0
  962. package/dist/modules/partner_backend/menus.d.ts +3 -0
  963. package/dist/modules/partner_backend/menus.d.ts.map +1 -0
  964. package/dist/modules/partner_backend/menus.js +11 -0
  965. package/dist/modules/partner_backend/menus.js.map +1 -0
  966. package/dist/modules/partner_backend/relation-control.d.ts +22 -0
  967. package/dist/modules/partner_backend/relation-control.d.ts.map +1 -0
  968. package/dist/modules/partner_backend/relation-control.js +46 -0
  969. package/dist/modules/partner_backend/relation-control.js.map +1 -0
  970. package/dist/modules/partner_backend/routes.d.ts +3 -0
  971. package/dist/modules/partner_backend/routes.d.ts.map +1 -0
  972. package/dist/modules/partner_backend/routes.js +300 -0
  973. package/dist/modules/partner_backend/routes.js.map +1 -0
  974. package/dist/modules/partner_backend/screens.d.ts +53 -0
  975. package/dist/modules/partner_backend/screens.d.ts.map +1 -0
  976. package/dist/modules/partner_backend/screens.js +169 -0
  977. package/dist/modules/partner_backend/screens.js.map +1 -0
  978. package/dist/modules/pos/functions.d.ts +6 -0
  979. package/dist/modules/pos/functions.d.ts.map +1 -0
  980. package/dist/modules/pos/functions.js +953 -0
  981. package/dist/modules/pos/functions.js.map +1 -0
  982. package/dist/modules/pos/index.d.ts +4 -0
  983. package/dist/modules/pos/index.d.ts.map +1 -0
  984. package/dist/modules/pos/index.js +34 -0
  985. package/dist/modules/pos/index.js.map +1 -0
  986. package/dist/modules/pos/models.d.ts +3 -0
  987. package/dist/modules/pos/models.d.ts.map +1 -0
  988. package/dist/modules/pos/models.js +107 -0
  989. package/dist/modules/pos/models.js.map +1 -0
  990. package/dist/modules/pos/relations.d.ts +3 -0
  991. package/dist/modules/pos/relations.d.ts.map +1 -0
  992. package/dist/modules/pos/relations.js +37 -0
  993. package/dist/modules/pos/relations.js.map +1 -0
  994. package/dist/modules/pos_backend/index.d.ts +3 -0
  995. package/dist/modules/pos_backend/index.d.ts.map +1 -0
  996. package/dist/modules/pos_backend/index.js +654 -0
  997. package/dist/modules/pos_backend/index.js.map +1 -0
  998. package/dist/modules/pos_backend/screens.d.ts +15 -0
  999. package/dist/modules/pos_backend/screens.d.ts.map +1 -0
  1000. package/dist/modules/pos_backend/screens.js +320 -0
  1001. package/dist/modules/pos_backend/screens.js.map +1 -0
  1002. package/dist/modules/pricing/functions.d.ts +6 -0
  1003. package/dist/modules/pricing/functions.d.ts.map +1 -0
  1004. package/dist/modules/pricing/functions.js +318 -0
  1005. package/dist/modules/pricing/functions.js.map +1 -0
  1006. package/dist/modules/pricing/index.d.ts +4 -0
  1007. package/dist/modules/pricing/index.d.ts.map +1 -0
  1008. package/dist/modules/pricing/index.js +30 -0
  1009. package/dist/modules/pricing/index.js.map +1 -0
  1010. package/dist/modules/pricing/models.d.ts +3 -0
  1011. package/dist/modules/pricing/models.d.ts.map +1 -0
  1012. package/dist/modules/pricing/models.js +34 -0
  1013. package/dist/modules/pricing/models.js.map +1 -0
  1014. package/dist/modules/pricing/relations.d.ts +3 -0
  1015. package/dist/modules/pricing/relations.d.ts.map +1 -0
  1016. package/dist/modules/pricing/relations.js +11 -0
  1017. package/dist/modules/pricing/relations.js.map +1 -0
  1018. package/dist/modules/pricing_backend/index.d.ts +3 -0
  1019. package/dist/modules/pricing_backend/index.d.ts.map +1 -0
  1020. package/dist/modules/pricing_backend/index.js +241 -0
  1021. package/dist/modules/pricing_backend/index.js.map +1 -0
  1022. package/dist/modules/pricing_backend/screens.d.ts +13 -0
  1023. package/dist/modules/pricing_backend/screens.d.ts.map +1 -0
  1024. package/dist/modules/pricing_backend/screens.js +182 -0
  1025. package/dist/modules/pricing_backend/screens.js.map +1 -0
  1026. package/dist/modules/product/functions.d.ts +3 -0
  1027. package/dist/modules/product/functions.d.ts.map +1 -0
  1028. package/dist/modules/product/functions.js +627 -0
  1029. package/dist/modules/product/functions.js.map +1 -0
  1030. package/dist/modules/product/index.d.ts +6 -0
  1031. package/dist/modules/product/index.d.ts.map +1 -0
  1032. package/dist/modules/product/index.js +24 -0
  1033. package/dist/modules/product/index.js.map +1 -0
  1034. package/dist/modules/product/messages.d.ts +3 -0
  1035. package/dist/modules/product/messages.d.ts.map +1 -0
  1036. package/dist/modules/product/messages.js +19 -0
  1037. package/dist/modules/product/messages.js.map +1 -0
  1038. package/dist/modules/product/models.d.ts +11 -0
  1039. package/dist/modules/product/models.d.ts.map +1 -0
  1040. package/dist/modules/product/models.js +116 -0
  1041. package/dist/modules/product/models.js.map +1 -0
  1042. package/dist/modules/product/relations.d.ts +8 -0
  1043. package/dist/modules/product/relations.d.ts.map +1 -0
  1044. package/dist/modules/product/relations.js +53 -0
  1045. package/dist/modules/product/relations.js.map +1 -0
  1046. package/dist/modules/product/search.d.ts +73 -0
  1047. package/dist/modules/product/search.d.ts.map +1 -0
  1048. package/dist/modules/product/search.js +66 -0
  1049. package/dist/modules/product/search.js.map +1 -0
  1050. package/dist/modules/product/types.d.ts +14 -0
  1051. package/dist/modules/product/types.d.ts.map +1 -0
  1052. package/dist/modules/product/types.js +2 -0
  1053. package/dist/modules/product/types.js.map +1 -0
  1054. package/dist/modules/product/views.d.ts +4 -0
  1055. package/dist/modules/product/views.d.ts.map +1 -0
  1056. package/dist/modules/product/views.js +7 -0
  1057. package/dist/modules/product/views.js.map +1 -0
  1058. package/dist/modules/product_activity_backend/index.d.ts +5 -0
  1059. package/dist/modules/product_activity_backend/index.d.ts.map +1 -0
  1060. package/dist/modules/product_activity_backend/index.js +29 -0
  1061. package/dist/modules/product_activity_backend/index.js.map +1 -0
  1062. package/dist/modules/product_backend/attributes-screen.d.ts +7 -0
  1063. package/dist/modules/product_backend/attributes-screen.d.ts.map +1 -0
  1064. package/dist/modules/product_backend/attributes-screen.js +76 -0
  1065. package/dist/modules/product_backend/attributes-screen.js.map +1 -0
  1066. package/dist/modules/product_backend/client/editor-view.d.mts +5 -0
  1067. package/dist/modules/product_backend/client/editor-view.d.mts.map +1 -0
  1068. package/dist/modules/product_backend/client/editor-view.mjs +141 -0
  1069. package/dist/modules/product_backend/client/editor-view.mjs.map +1 -0
  1070. package/dist/modules/product_backend/client/product.d.mts +6 -0
  1071. package/dist/modules/product_backend/client/product.d.mts.map +1 -0
  1072. package/dist/modules/product_backend/client/product.mjs +8 -0
  1073. package/dist/modules/product_backend/client/product.mjs.map +1 -0
  1074. package/dist/modules/product_backend/create-screen.d.ts +12 -0
  1075. package/dist/modules/product_backend/create-screen.d.ts.map +1 -0
  1076. package/dist/modules/product_backend/create-screen.js +83 -0
  1077. package/dist/modules/product_backend/create-screen.js.map +1 -0
  1078. package/dist/modules/product_backend/index.d.ts +20 -0
  1079. package/dist/modules/product_backend/index.d.ts.map +1 -0
  1080. package/dist/modules/product_backend/index.js +287 -0
  1081. package/dist/modules/product_backend/index.js.map +1 -0
  1082. package/dist/modules/product_backend/islands.d.ts +3 -0
  1083. package/dist/modules/product_backend/islands.d.ts.map +1 -0
  1084. package/dist/modules/product_backend/islands.js +13 -0
  1085. package/dist/modules/product_backend/islands.js.map +1 -0
  1086. package/dist/modules/product_backend/menus.d.ts +3 -0
  1087. package/dist/modules/product_backend/menus.d.ts.map +1 -0
  1088. package/dist/modules/product_backend/menus.js +25 -0
  1089. package/dist/modules/product_backend/menus.js.map +1 -0
  1090. package/dist/modules/product_backend/routes.d.ts +14 -0
  1091. package/dist/modules/product_backend/routes.d.ts.map +1 -0
  1092. package/dist/modules/product_backend/routes.js +990 -0
  1093. package/dist/modules/product_backend/routes.js.map +1 -0
  1094. package/dist/modules/product_backend/screens.d.ts +68 -0
  1095. package/dist/modules/product_backend/screens.d.ts.map +1 -0
  1096. package/dist/modules/product_backend/screens.js +388 -0
  1097. package/dist/modules/product_backend/screens.js.map +1 -0
  1098. package/dist/modules/product_mail_backend/index.d.ts +5 -0
  1099. package/dist/modules/product_mail_backend/index.d.ts.map +1 -0
  1100. package/dist/modules/product_mail_backend/index.js +30 -0
  1101. package/dist/modules/product_mail_backend/index.js.map +1 -0
  1102. package/dist/modules/product_media/functions.d.ts +3 -0
  1103. package/dist/modules/product_media/functions.d.ts.map +1 -0
  1104. package/dist/modules/product_media/functions.js +183 -0
  1105. package/dist/modules/product_media/functions.js.map +1 -0
  1106. package/dist/modules/product_media/index.d.ts +3 -0
  1107. package/dist/modules/product_media/index.d.ts.map +1 -0
  1108. package/dist/modules/product_media/index.js +29 -0
  1109. package/dist/modules/product_media/index.js.map +1 -0
  1110. package/dist/modules/product_media/models.d.ts +4 -0
  1111. package/dist/modules/product_media/models.d.ts.map +1 -0
  1112. package/dist/modules/product_media/models.js +24 -0
  1113. package/dist/modules/product_media/models.js.map +1 -0
  1114. package/dist/modules/product_media/relations.d.ts +3 -0
  1115. package/dist/modules/product_media/relations.d.ts.map +1 -0
  1116. package/dist/modules/product_media/relations.js +8 -0
  1117. package/dist/modules/product_media/relations.js.map +1 -0
  1118. package/dist/modules/product_variant_activity_backend/index.d.ts +5 -0
  1119. package/dist/modules/product_variant_activity_backend/index.d.ts.map +1 -0
  1120. package/dist/modules/product_variant_activity_backend/index.js +29 -0
  1121. package/dist/modules/product_variant_activity_backend/index.js.map +1 -0
  1122. package/dist/modules/product_variant_mail_backend/index.d.ts +5 -0
  1123. package/dist/modules/product_variant_mail_backend/index.d.ts.map +1 -0
  1124. package/dist/modules/product_variant_mail_backend/index.js +30 -0
  1125. package/dist/modules/product_variant_mail_backend/index.js.map +1 -0
  1126. package/dist/modules/purchase/functions.d.ts +6 -0
  1127. package/dist/modules/purchase/functions.d.ts.map +1 -0
  1128. package/dist/modules/purchase/functions.js +743 -0
  1129. package/dist/modules/purchase/functions.js.map +1 -0
  1130. package/dist/modules/purchase/index.d.ts +4 -0
  1131. package/dist/modules/purchase/index.d.ts.map +1 -0
  1132. package/dist/modules/purchase/index.js +35 -0
  1133. package/dist/modules/purchase/index.js.map +1 -0
  1134. package/dist/modules/purchase/models.d.ts +3 -0
  1135. package/dist/modules/purchase/models.d.ts.map +1 -0
  1136. package/dist/modules/purchase/models.js +68 -0
  1137. package/dist/modules/purchase/models.js.map +1 -0
  1138. package/dist/modules/purchase/relations.d.ts +3 -0
  1139. package/dist/modules/purchase/relations.d.ts.map +1 -0
  1140. package/dist/modules/purchase/relations.js +20 -0
  1141. package/dist/modules/purchase/relations.js.map +1 -0
  1142. package/dist/modules/purchase_backend/index.d.ts +3 -0
  1143. package/dist/modules/purchase_backend/index.d.ts.map +1 -0
  1144. package/dist/modules/purchase_backend/index.js +615 -0
  1145. package/dist/modules/purchase_backend/index.js.map +1 -0
  1146. package/dist/modules/purchase_backend/screens.d.ts +29 -0
  1147. package/dist/modules/purchase_backend/screens.d.ts.map +1 -0
  1148. package/dist/modules/purchase_backend/screens.js +324 -0
  1149. package/dist/modules/purchase_backend/screens.js.map +1 -0
  1150. package/dist/modules/sale/functions.d.ts +6 -0
  1151. package/dist/modules/sale/functions.d.ts.map +1 -0
  1152. package/dist/modules/sale/functions.js +611 -0
  1153. package/dist/modules/sale/functions.js.map +1 -0
  1154. package/dist/modules/sale/index.d.ts +4 -0
  1155. package/dist/modules/sale/index.d.ts.map +1 -0
  1156. package/dist/modules/sale/index.js +35 -0
  1157. package/dist/modules/sale/index.js.map +1 -0
  1158. package/dist/modules/sale/models.d.ts +3 -0
  1159. package/dist/modules/sale/models.d.ts.map +1 -0
  1160. package/dist/modules/sale/models.js +46 -0
  1161. package/dist/modules/sale/models.js.map +1 -0
  1162. package/dist/modules/sale/relations.d.ts +3 -0
  1163. package/dist/modules/sale/relations.d.ts.map +1 -0
  1164. package/dist/modules/sale/relations.js +16 -0
  1165. package/dist/modules/sale/relations.js.map +1 -0
  1166. package/dist/modules/sale_activity_backend/index.d.ts +5 -0
  1167. package/dist/modules/sale_activity_backend/index.d.ts.map +1 -0
  1168. package/dist/modules/sale_activity_backend/index.js +29 -0
  1169. package/dist/modules/sale_activity_backend/index.js.map +1 -0
  1170. package/dist/modules/sale_backend/client/editor-view.d.mts +5 -0
  1171. package/dist/modules/sale_backend/client/editor-view.d.mts.map +1 -0
  1172. package/dist/modules/sale_backend/client/editor-view.mjs +132 -0
  1173. package/dist/modules/sale_backend/client/editor-view.mjs.map +1 -0
  1174. package/dist/modules/sale_backend/client/sale.d.mts +6 -0
  1175. package/dist/modules/sale_backend/client/sale.d.mts.map +1 -0
  1176. package/dist/modules/sale_backend/client/sale.mjs +8 -0
  1177. package/dist/modules/sale_backend/client/sale.mjs.map +1 -0
  1178. package/dist/modules/sale_backend/index.d.ts +3 -0
  1179. package/dist/modules/sale_backend/index.d.ts.map +1 -0
  1180. package/dist/modules/sale_backend/index.js +681 -0
  1181. package/dist/modules/sale_backend/index.js.map +1 -0
  1182. package/dist/modules/sale_backend/invoicing-policies-screen.d.ts +14 -0
  1183. package/dist/modules/sale_backend/invoicing-policies-screen.d.ts.map +1 -0
  1184. package/dist/modules/sale_backend/invoicing-policies-screen.js +36 -0
  1185. package/dist/modules/sale_backend/invoicing-policies-screen.js.map +1 -0
  1186. package/dist/modules/sale_backend/islands.d.ts +3 -0
  1187. package/dist/modules/sale_backend/islands.d.ts.map +1 -0
  1188. package/dist/modules/sale_backend/islands.js +13 -0
  1189. package/dist/modules/sale_backend/islands.js.map +1 -0
  1190. package/dist/modules/sale_backend/order-detail-screen.d.ts +18 -0
  1191. package/dist/modules/sale_backend/order-detail-screen.d.ts.map +1 -0
  1192. package/dist/modules/sale_backend/order-detail-screen.js +217 -0
  1193. package/dist/modules/sale_backend/order-detail-screen.js.map +1 -0
  1194. package/dist/modules/sale_backend/quotations-screen.d.ts +15 -0
  1195. package/dist/modules/sale_backend/quotations-screen.d.ts.map +1 -0
  1196. package/dist/modules/sale_backend/quotations-screen.js +64 -0
  1197. package/dist/modules/sale_backend/quotations-screen.js.map +1 -0
  1198. package/dist/modules/sale_backend/sales-orders-screen.d.ts +12 -0
  1199. package/dist/modules/sale_backend/sales-orders-screen.d.ts.map +1 -0
  1200. package/dist/modules/sale_backend/sales-orders-screen.js +65 -0
  1201. package/dist/modules/sale_backend/sales-orders-screen.js.map +1 -0
  1202. package/dist/modules/sale_backend/screens.d.ts +23 -0
  1203. package/dist/modules/sale_backend/screens.d.ts.map +1 -0
  1204. package/dist/modules/sale_backend/screens.js +275 -0
  1205. package/dist/modules/sale_backend/screens.js.map +1 -0
  1206. package/dist/modules/sale_mail_backend/index.d.ts +5 -0
  1207. package/dist/modules/sale_mail_backend/index.d.ts.map +1 -0
  1208. package/dist/modules/sale_mail_backend/index.js +30 -0
  1209. package/dist/modules/sale_mail_backend/index.js.map +1 -0
  1210. package/dist/modules/stock/functions.d.ts +10 -0
  1211. package/dist/modules/stock/functions.d.ts.map +1 -0
  1212. package/dist/modules/stock/functions.js +1523 -0
  1213. package/dist/modules/stock/functions.js.map +1 -0
  1214. package/dist/modules/stock/index.d.ts +5 -0
  1215. package/dist/modules/stock/index.d.ts.map +1 -0
  1216. package/dist/modules/stock/index.js +35 -0
  1217. package/dist/modules/stock/index.js.map +1 -0
  1218. package/dist/modules/stock/models.d.ts +3 -0
  1219. package/dist/modules/stock/models.d.ts.map +1 -0
  1220. package/dist/modules/stock/models.js +185 -0
  1221. package/dist/modules/stock/models.js.map +1 -0
  1222. package/dist/modules/stock/relations.d.ts +3 -0
  1223. package/dist/modules/stock/relations.d.ts.map +1 -0
  1224. package/dist/modules/stock/relations.js +40 -0
  1225. package/dist/modules/stock/relations.js.map +1 -0
  1226. package/dist/modules/stock/routing.d.ts +7 -0
  1227. package/dist/modules/stock/routing.d.ts.map +1 -0
  1228. package/dist/modules/stock/routing.js +527 -0
  1229. package/dist/modules/stock/routing.js.map +1 -0
  1230. package/dist/modules/stock_activity_backend/index.d.ts +5 -0
  1231. package/dist/modules/stock_activity_backend/index.d.ts.map +1 -0
  1232. package/dist/modules/stock_activity_backend/index.js +29 -0
  1233. package/dist/modules/stock_activity_backend/index.js.map +1 -0
  1234. package/dist/modules/stock_backend/client/editor-view.d.mts +5 -0
  1235. package/dist/modules/stock_backend/client/editor-view.d.mts.map +1 -0
  1236. package/dist/modules/stock_backend/client/editor-view.mjs +147 -0
  1237. package/dist/modules/stock_backend/client/editor-view.mjs.map +1 -0
  1238. package/dist/modules/stock_backend/client/stock.d.mts +6 -0
  1239. package/dist/modules/stock_backend/client/stock.d.mts.map +1 -0
  1240. package/dist/modules/stock_backend/client/stock.mjs +8 -0
  1241. package/dist/modules/stock_backend/client/stock.mjs.map +1 -0
  1242. package/dist/modules/stock_backend/forecast-screen.d.ts +28 -0
  1243. package/dist/modules/stock_backend/forecast-screen.d.ts.map +1 -0
  1244. package/dist/modules/stock_backend/forecast-screen.js +108 -0
  1245. package/dist/modules/stock_backend/forecast-screen.js.map +1 -0
  1246. package/dist/modules/stock_backend/index.d.ts +3 -0
  1247. package/dist/modules/stock_backend/index.d.ts.map +1 -0
  1248. package/dist/modules/stock_backend/index.js +880 -0
  1249. package/dist/modules/stock_backend/index.js.map +1 -0
  1250. package/dist/modules/stock_backend/inventory-screen.d.ts +27 -0
  1251. package/dist/modules/stock_backend/inventory-screen.d.ts.map +1 -0
  1252. package/dist/modules/stock_backend/inventory-screen.js +141 -0
  1253. package/dist/modules/stock_backend/inventory-screen.js.map +1 -0
  1254. package/dist/modules/stock_backend/islands.d.ts +3 -0
  1255. package/dist/modules/stock_backend/islands.d.ts.map +1 -0
  1256. package/dist/modules/stock_backend/islands.js +13 -0
  1257. package/dist/modules/stock_backend/islands.js.map +1 -0
  1258. package/dist/modules/stock_backend/locations-screen.d.ts +18 -0
  1259. package/dist/modules/stock_backend/locations-screen.d.ts.map +1 -0
  1260. package/dist/modules/stock_backend/locations-screen.js +92 -0
  1261. package/dist/modules/stock_backend/locations-screen.js.map +1 -0
  1262. package/dist/modules/stock_backend/lot-screen.d.ts +30 -0
  1263. package/dist/modules/stock_backend/lot-screen.d.ts.map +1 -0
  1264. package/dist/modules/stock_backend/lot-screen.js +86 -0
  1265. package/dist/modules/stock_backend/lot-screen.js.map +1 -0
  1266. package/dist/modules/stock_backend/lots-screen.d.ts +21 -0
  1267. package/dist/modules/stock_backend/lots-screen.d.ts.map +1 -0
  1268. package/dist/modules/stock_backend/lots-screen.js +79 -0
  1269. package/dist/modules/stock_backend/lots-screen.js.map +1 -0
  1270. package/dist/modules/stock_backend/picking-types-screen.d.ts +21 -0
  1271. package/dist/modules/stock_backend/picking-types-screen.d.ts.map +1 -0
  1272. package/dist/modules/stock_backend/picking-types-screen.js +110 -0
  1273. package/dist/modules/stock_backend/picking-types-screen.js.map +1 -0
  1274. package/dist/modules/stock_backend/replenishment-screen.d.ts +29 -0
  1275. package/dist/modules/stock_backend/replenishment-screen.d.ts.map +1 -0
  1276. package/dist/modules/stock_backend/replenishment-screen.js +131 -0
  1277. package/dist/modules/stock_backend/replenishment-screen.js.map +1 -0
  1278. package/dist/modules/stock_backend/routes.d.ts +3 -0
  1279. package/dist/modules/stock_backend/routes.d.ts.map +1 -0
  1280. package/dist/modules/stock_backend/routes.js +950 -0
  1281. package/dist/modules/stock_backend/routes.js.map +1 -0
  1282. package/dist/modules/stock_backend/screens.d.ts +14 -0
  1283. package/dist/modules/stock_backend/screens.d.ts.map +1 -0
  1284. package/dist/modules/stock_backend/screens.js +40 -0
  1285. package/dist/modules/stock_backend/screens.js.map +1 -0
  1286. package/dist/modules/stock_backend/stock-route-screen.d.ts +30 -0
  1287. package/dist/modules/stock_backend/stock-route-screen.d.ts.map +1 -0
  1288. package/dist/modules/stock_backend/stock-route-screen.js +129 -0
  1289. package/dist/modules/stock_backend/stock-route-screen.js.map +1 -0
  1290. package/dist/modules/stock_backend/stock-routes-screen.d.ts +17 -0
  1291. package/dist/modules/stock_backend/stock-routes-screen.d.ts.map +1 -0
  1292. package/dist/modules/stock_backend/stock-routes-screen.js +60 -0
  1293. package/dist/modules/stock_backend/stock-routes-screen.js.map +1 -0
  1294. package/dist/modules/stock_backend/transfer-screen.d.ts +26 -0
  1295. package/dist/modules/stock_backend/transfer-screen.d.ts.map +1 -0
  1296. package/dist/modules/stock_backend/transfer-screen.js +95 -0
  1297. package/dist/modules/stock_backend/transfer-screen.js.map +1 -0
  1298. package/dist/modules/stock_backend/transfers-screen.d.ts +21 -0
  1299. package/dist/modules/stock_backend/transfers-screen.d.ts.map +1 -0
  1300. package/dist/modules/stock_backend/transfers-screen.js +88 -0
  1301. package/dist/modules/stock_backend/transfers-screen.js.map +1 -0
  1302. package/dist/modules/stock_backend/warehouses-screen.d.ts +17 -0
  1303. package/dist/modules/stock_backend/warehouses-screen.d.ts.map +1 -0
  1304. package/dist/modules/stock_backend/warehouses-screen.js +96 -0
  1305. package/dist/modules/stock_backend/warehouses-screen.js.map +1 -0
  1306. package/dist/modules/stock_lot_activity_backend/index.d.ts +5 -0
  1307. package/dist/modules/stock_lot_activity_backend/index.d.ts.map +1 -0
  1308. package/dist/modules/stock_lot_activity_backend/index.js +29 -0
  1309. package/dist/modules/stock_lot_activity_backend/index.js.map +1 -0
  1310. package/dist/modules/stock_lot_mail_backend/index.d.ts +5 -0
  1311. package/dist/modules/stock_lot_mail_backend/index.d.ts.map +1 -0
  1312. package/dist/modules/stock_lot_mail_backend/index.js +30 -0
  1313. package/dist/modules/stock_lot_mail_backend/index.js.map +1 -0
  1314. package/dist/modules/stock_mail_backend/index.d.ts +5 -0
  1315. package/dist/modules/stock_mail_backend/index.d.ts.map +1 -0
  1316. package/dist/modules/stock_mail_backend/index.js +30 -0
  1317. package/dist/modules/stock_mail_backend/index.js.map +1 -0
  1318. package/dist/modules/stock_mail_inbound/index.d.ts +6 -0
  1319. package/dist/modules/stock_mail_inbound/index.d.ts.map +1 -0
  1320. package/dist/modules/stock_mail_inbound/index.js +104 -0
  1321. package/dist/modules/stock_mail_inbound/index.js.map +1 -0
  1322. package/dist/modules/storage/functions.d.ts +3 -0
  1323. package/dist/modules/storage/functions.d.ts.map +1 -0
  1324. package/dist/modules/storage/functions.js +129 -0
  1325. package/dist/modules/storage/functions.js.map +1 -0
  1326. package/dist/modules/storage/index.d.ts +3 -0
  1327. package/dist/modules/storage/index.d.ts.map +1 -0
  1328. package/dist/modules/storage/index.js +31 -0
  1329. package/dist/modules/storage/index.js.map +1 -0
  1330. package/dist/modules/storage/jobs.d.ts +3 -0
  1331. package/dist/modules/storage/jobs.d.ts.map +1 -0
  1332. package/dist/modules/storage/jobs.js +37 -0
  1333. package/dist/modules/storage/jobs.js.map +1 -0
  1334. package/dist/modules/storage/models.d.ts +3 -0
  1335. package/dist/modules/storage/models.d.ts.map +1 -0
  1336. package/dist/modules/storage/models.js +23 -0
  1337. package/dist/modules/storage/models.js.map +1 -0
  1338. package/dist/modules/storage/routes.d.ts +27 -0
  1339. package/dist/modules/storage/routes.d.ts.map +1 -0
  1340. package/dist/modules/storage/routes.js +180 -0
  1341. package/dist/modules/storage/routes.js.map +1 -0
  1342. package/dist/modules/uom/convert.d.ts +52 -0
  1343. package/dist/modules/uom/convert.d.ts.map +1 -0
  1344. package/dist/modules/uom/convert.js +76 -0
  1345. package/dist/modules/uom/convert.js.map +1 -0
  1346. package/dist/modules/uom/functions.d.ts +5 -0
  1347. package/dist/modules/uom/functions.d.ts.map +1 -0
  1348. package/dist/modules/uom/functions.js +235 -0
  1349. package/dist/modules/uom/functions.js.map +1 -0
  1350. package/dist/modules/uom/index.d.ts +5 -0
  1351. package/dist/modules/uom/index.d.ts.map +1 -0
  1352. package/dist/modules/uom/index.js +19 -0
  1353. package/dist/modules/uom/index.js.map +1 -0
  1354. package/dist/modules/uom/messages.d.ts +3 -0
  1355. package/dist/modules/uom/messages.d.ts.map +1 -0
  1356. package/dist/modules/uom/messages.js +19 -0
  1357. package/dist/modules/uom/messages.js.map +1 -0
  1358. package/dist/modules/uom/models.d.ts +4 -0
  1359. package/dist/modules/uom/models.d.ts.map +1 -0
  1360. package/dist/modules/uom/models.js +34 -0
  1361. package/dist/modules/uom/models.js.map +1 -0
  1362. package/dist/modules/uom/relations.d.ts +3 -0
  1363. package/dist/modules/uom/relations.d.ts.map +1 -0
  1364. package/dist/modules/uom/relations.js +7 -0
  1365. package/dist/modules/uom/relations.js.map +1 -0
  1366. package/dist/modules/user/functions.d.ts +8 -0
  1367. package/dist/modules/user/functions.d.ts.map +1 -0
  1368. package/dist/modules/user/functions.js +1094 -0
  1369. package/dist/modules/user/functions.js.map +1 -0
  1370. package/dist/modules/user/index.d.ts +8 -0
  1371. package/dist/modules/user/index.d.ts.map +1 -0
  1372. package/dist/modules/user/index.js +34 -0
  1373. package/dist/modules/user/index.js.map +1 -0
  1374. package/dist/modules/user/login.d.ts +28 -0
  1375. package/dist/modules/user/login.d.ts.map +1 -0
  1376. package/dist/modules/user/login.js +46 -0
  1377. package/dist/modules/user/login.js.map +1 -0
  1378. package/dist/modules/user/messages.d.ts +115 -0
  1379. package/dist/modules/user/messages.d.ts.map +1 -0
  1380. package/dist/modules/user/messages.js +115 -0
  1381. package/dist/modules/user/messages.js.map +1 -0
  1382. package/dist/modules/user/models.d.ts +16 -0
  1383. package/dist/modules/user/models.d.ts.map +1 -0
  1384. package/dist/modules/user/models.js +168 -0
  1385. package/dist/modules/user/models.js.map +1 -0
  1386. package/dist/modules/user/password.d.ts +11 -0
  1387. package/dist/modules/user/password.d.ts.map +1 -0
  1388. package/dist/modules/user/password.js +74 -0
  1389. package/dist/modules/user/password.js.map +1 -0
  1390. package/dist/modules/user/relations.d.ts +3 -0
  1391. package/dist/modules/user/relations.d.ts.map +1 -0
  1392. package/dist/modules/user/relations.js +31 -0
  1393. package/dist/modules/user/relations.js.map +1 -0
  1394. package/dist/modules/user/roles.d.ts +12 -0
  1395. package/dist/modules/user/roles.d.ts.map +1 -0
  1396. package/dist/modules/user/roles.js +254 -0
  1397. package/dist/modules/user/roles.js.map +1 -0
  1398. package/dist/modules/user/routes.d.ts +3 -0
  1399. package/dist/modules/user/routes.d.ts.map +1 -0
  1400. package/dist/modules/user/routes.js +244 -0
  1401. package/dist/modules/user/routes.js.map +1 -0
  1402. package/dist/modules/user/session-context.d.ts +10 -0
  1403. package/dist/modules/user/session-context.d.ts.map +1 -0
  1404. package/dist/modules/user/session-context.js +31 -0
  1405. package/dist/modules/user/session-context.js.map +1 -0
  1406. package/dist/modules/user_backend/index.d.ts +5 -0
  1407. package/dist/modules/user_backend/index.d.ts.map +1 -0
  1408. package/dist/modules/user_backend/index.js +24 -0
  1409. package/dist/modules/user_backend/index.js.map +1 -0
  1410. package/dist/modules/user_backend/menus.d.ts +3 -0
  1411. package/dist/modules/user_backend/menus.d.ts.map +1 -0
  1412. package/dist/modules/user_backend/menus.js +24 -0
  1413. package/dist/modules/user_backend/menus.js.map +1 -0
  1414. package/dist/modules/user_backend/messages.d.ts +189 -0
  1415. package/dist/modules/user_backend/messages.d.ts.map +1 -0
  1416. package/dist/modules/user_backend/messages.js +189 -0
  1417. package/dist/modules/user_backend/messages.js.map +1 -0
  1418. package/dist/modules/user_backend/routes.d.ts +3 -0
  1419. package/dist/modules/user_backend/routes.d.ts.map +1 -0
  1420. package/dist/modules/user_backend/routes.js +474 -0
  1421. package/dist/modules/user_backend/routes.js.map +1 -0
  1422. package/dist/modules/user_backend/screens.d.ts +70 -0
  1423. package/dist/modules/user_backend/screens.d.ts.map +1 -0
  1424. package/dist/modules/user_backend/screens.js +308 -0
  1425. package/dist/modules/user_backend/screens.js.map +1 -0
  1426. package/dist/modules/website/access.d.ts +15 -0
  1427. package/dist/modules/website/access.d.ts.map +1 -0
  1428. package/dist/modules/website/access.js +39 -0
  1429. package/dist/modules/website/access.js.map +1 -0
  1430. package/dist/modules/website/cms.d.ts +3 -0
  1431. package/dist/modules/website/cms.d.ts.map +1 -0
  1432. package/dist/modules/website/cms.js +1142 -0
  1433. package/dist/modules/website/cms.js.map +1 -0
  1434. package/dist/modules/website/content-types.d.ts +4 -0
  1435. package/dist/modules/website/content-types.d.ts.map +1 -0
  1436. package/dist/modules/website/content-types.js +30 -0
  1437. package/dist/modules/website/content-types.js.map +1 -0
  1438. package/dist/modules/website/customer-password.d.ts +4 -0
  1439. package/dist/modules/website/customer-password.d.ts.map +1 -0
  1440. package/dist/modules/website/customer-password.js +51 -0
  1441. package/dist/modules/website/customer-password.js.map +1 -0
  1442. package/dist/modules/website/customer-routes.d.ts +3 -0
  1443. package/dist/modules/website/customer-routes.d.ts.map +1 -0
  1444. package/dist/modules/website/customer-routes.js +322 -0
  1445. package/dist/modules/website/customer-routes.js.map +1 -0
  1446. package/dist/modules/website/customer.d.ts +5 -0
  1447. package/dist/modules/website/customer.d.ts.map +1 -0
  1448. package/dist/modules/website/customer.js +442 -0
  1449. package/dist/modules/website/customer.js.map +1 -0
  1450. package/dist/modules/website/functions.d.ts +3 -0
  1451. package/dist/modules/website/functions.d.ts.map +1 -0
  1452. package/dist/modules/website/functions.js +96 -0
  1453. package/dist/modules/website/functions.js.map +1 -0
  1454. package/dist/modules/website/index.d.ts +4 -0
  1455. package/dist/modules/website/index.d.ts.map +1 -0
  1456. package/dist/modules/website/index.js +152 -0
  1457. package/dist/modules/website/index.js.map +1 -0
  1458. package/dist/modules/website/jobs.d.ts +3 -0
  1459. package/dist/modules/website/jobs.d.ts.map +1 -0
  1460. package/dist/modules/website/jobs.js +25 -0
  1461. package/dist/modules/website/jobs.js.map +1 -0
  1462. package/dist/modules/website/joints.d.ts +4 -0
  1463. package/dist/modules/website/joints.d.ts.map +1 -0
  1464. package/dist/modules/website/joints.js +7 -0
  1465. package/dist/modules/website/joints.js.map +1 -0
  1466. package/dist/modules/website/models.d.ts +8 -0
  1467. package/dist/modules/website/models.d.ts.map +1 -0
  1468. package/dist/modules/website/models.js +260 -0
  1469. package/dist/modules/website/models.js.map +1 -0
  1470. package/dist/modules/website/sections.d.ts +8 -0
  1471. package/dist/modules/website/sections.d.ts.map +1 -0
  1472. package/dist/modules/website/sections.js +16 -0
  1473. package/dist/modules/website/sections.js.map +1 -0
  1474. package/dist/modules/website/tokens.d.ts +2 -0
  1475. package/dist/modules/website/tokens.d.ts.map +1 -0
  1476. package/dist/modules/website/tokens.js +5 -0
  1477. package/dist/modules/website/tokens.js.map +1 -0
  1478. package/dist/modules/website/types.d.ts +6 -0
  1479. package/dist/modules/website/types.d.ts.map +1 -0
  1480. package/dist/modules/website/types.js +2 -0
  1481. package/dist/modules/website/types.js.map +1 -0
  1482. package/dist/modules/website/views.d.ts +4 -0
  1483. package/dist/modules/website/views.d.ts.map +1 -0
  1484. package/dist/modules/website/views.js +5 -0
  1485. package/dist/modules/website/views.js.map +1 -0
  1486. package/dist/modules/website_backend/index.d.ts +3 -0
  1487. package/dist/modules/website_backend/index.d.ts.map +1 -0
  1488. package/dist/modules/website_backend/index.js +290 -0
  1489. package/dist/modules/website_backend/index.js.map +1 -0
  1490. package/dist/modules/website_backend/menus.d.ts +3 -0
  1491. package/dist/modules/website_backend/menus.d.ts.map +1 -0
  1492. package/dist/modules/website_backend/menus.js +54 -0
  1493. package/dist/modules/website_backend/menus.js.map +1 -0
  1494. package/dist/modules/website_backend/routes.d.ts +3 -0
  1495. package/dist/modules/website_backend/routes.d.ts.map +1 -0
  1496. package/dist/modules/website_backend/routes.js +625 -0
  1497. package/dist/modules/website_backend/routes.js.map +1 -0
  1498. package/dist/modules/website_backend/screens.d.ts +114 -0
  1499. package/dist/modules/website_backend/screens.d.ts.map +1 -0
  1500. package/dist/modules/website_backend/screens.js +625 -0
  1501. package/dist/modules/website_backend/screens.js.map +1 -0
  1502. package/dist/modules/website_form/functions.d.ts +3 -0
  1503. package/dist/modules/website_form/functions.d.ts.map +1 -0
  1504. package/dist/modules/website_form/functions.js +305 -0
  1505. package/dist/modules/website_form/functions.js.map +1 -0
  1506. package/dist/modules/website_form/index.d.ts +3 -0
  1507. package/dist/modules/website_form/index.d.ts.map +1 -0
  1508. package/dist/modules/website_form/index.js +72 -0
  1509. package/dist/modules/website_form/index.js.map +1 -0
  1510. package/dist/modules/website_form/models.d.ts +3 -0
  1511. package/dist/modules/website_form/models.d.ts.map +1 -0
  1512. package/dist/modules/website_form/models.js +46 -0
  1513. package/dist/modules/website_form/models.js.map +1 -0
  1514. package/dist/modules/website_form/routes.d.ts +3 -0
  1515. package/dist/modules/website_form/routes.d.ts.map +1 -0
  1516. package/dist/modules/website_form/routes.js +74 -0
  1517. package/dist/modules/website_form/routes.js.map +1 -0
  1518. package/dist/modules/website_form/sections.d.ts +3 -0
  1519. package/dist/modules/website_form/sections.d.ts.map +1 -0
  1520. package/dist/modules/website_form/sections.js +7 -0
  1521. package/dist/modules/website_form/sections.js.map +1 -0
  1522. package/dist/modules/website_hospitality/content-types.d.ts +3 -0
  1523. package/dist/modules/website_hospitality/content-types.d.ts.map +1 -0
  1524. package/dist/modules/website_hospitality/content-types.js +9 -0
  1525. package/dist/modules/website_hospitality/content-types.js.map +1 -0
  1526. package/dist/modules/website_hospitality/functions.d.ts +3 -0
  1527. package/dist/modules/website_hospitality/functions.d.ts.map +1 -0
  1528. package/dist/modules/website_hospitality/functions.js +296 -0
  1529. package/dist/modules/website_hospitality/functions.js.map +1 -0
  1530. package/dist/modules/website_hospitality/index.d.ts +3 -0
  1531. package/dist/modules/website_hospitality/index.d.ts.map +1 -0
  1532. package/dist/modules/website_hospitality/index.js +67 -0
  1533. package/dist/modules/website_hospitality/index.js.map +1 -0
  1534. package/dist/modules/website_hospitality/models.d.ts +3 -0
  1535. package/dist/modules/website_hospitality/models.d.ts.map +1 -0
  1536. package/dist/modules/website_hospitality/models.js +49 -0
  1537. package/dist/modules/website_hospitality/models.js.map +1 -0
  1538. package/dist/modules/website_hospitality/routes.d.ts +3 -0
  1539. package/dist/modules/website_hospitality/routes.d.ts.map +1 -0
  1540. package/dist/modules/website_hospitality/routes.js +78 -0
  1541. package/dist/modules/website_hospitality/routes.js.map +1 -0
  1542. package/dist/modules/website_hospitality/sections.d.ts +3 -0
  1543. package/dist/modules/website_hospitality/sections.d.ts.map +1 -0
  1544. package/dist/modules/website_hospitality/sections.js +11 -0
  1545. package/dist/modules/website_hospitality/sections.js.map +1 -0
  1546. package/dist/modules/website_menu/functions.d.ts +3 -0
  1547. package/dist/modules/website_menu/functions.d.ts.map +1 -0
  1548. package/dist/modules/website_menu/functions.js +79 -0
  1549. package/dist/modules/website_menu/functions.js.map +1 -0
  1550. package/dist/modules/website_menu/index.d.ts +3 -0
  1551. package/dist/modules/website_menu/index.d.ts.map +1 -0
  1552. package/dist/modules/website_menu/index.js +31 -0
  1553. package/dist/modules/website_menu/index.js.map +1 -0
  1554. package/dist/modules/website_menu/models.d.ts +3 -0
  1555. package/dist/modules/website_menu/models.d.ts.map +1 -0
  1556. package/dist/modules/website_menu/models.js +15 -0
  1557. package/dist/modules/website_menu/models.js.map +1 -0
  1558. package/dist/modules/website_menu/sections.d.ts +3 -0
  1559. package/dist/modules/website_menu/sections.d.ts.map +1 -0
  1560. package/dist/modules/website_menu/sections.js +4 -0
  1561. package/dist/modules/website_menu/sections.js.map +1 -0
  1562. package/dist/modules/website_menu/views.d.ts +3 -0
  1563. package/dist/modules/website_menu/views.d.ts.map +1 -0
  1564. package/dist/modules/website_menu/views.js +4 -0
  1565. package/dist/modules/website_menu/views.js.map +1 -0
  1566. package/dist/modules/website_retail/content-types.d.ts +3 -0
  1567. package/dist/modules/website_retail/content-types.d.ts.map +1 -0
  1568. package/dist/modules/website_retail/content-types.js +10 -0
  1569. package/dist/modules/website_retail/content-types.js.map +1 -0
  1570. package/dist/modules/website_retail/functions.d.ts +3 -0
  1571. package/dist/modules/website_retail/functions.d.ts.map +1 -0
  1572. package/dist/modules/website_retail/functions.js +321 -0
  1573. package/dist/modules/website_retail/functions.js.map +1 -0
  1574. package/dist/modules/website_retail/index.d.ts +3 -0
  1575. package/dist/modules/website_retail/index.d.ts.map +1 -0
  1576. package/dist/modules/website_retail/index.js +63 -0
  1577. package/dist/modules/website_retail/index.js.map +1 -0
  1578. package/dist/modules/website_retail/models.d.ts +3 -0
  1579. package/dist/modules/website_retail/models.d.ts.map +1 -0
  1580. package/dist/modules/website_retail/models.js +50 -0
  1581. package/dist/modules/website_retail/models.js.map +1 -0
  1582. package/dist/modules/website_retail/sections.d.ts +3 -0
  1583. package/dist/modules/website_retail/sections.d.ts.map +1 -0
  1584. package/dist/modules/website_retail/sections.js +11 -0
  1585. package/dist/modules/website_retail/sections.js.map +1 -0
  1586. package/dist/modules/website_search/client/search.d.mts +6 -0
  1587. package/dist/modules/website_search/client/search.d.mts.map +1 -0
  1588. package/dist/modules/website_search/client/search.mjs +25 -0
  1589. package/dist/modules/website_search/client/search.mjs.map +1 -0
  1590. package/dist/modules/website_search/fills.d.ts +3 -0
  1591. package/dist/modules/website_search/fills.d.ts.map +1 -0
  1592. package/dist/modules/website_search/fills.js +5 -0
  1593. package/dist/modules/website_search/fills.js.map +1 -0
  1594. package/dist/modules/website_search/index.d.ts +3 -0
  1595. package/dist/modules/website_search/index.d.ts.map +1 -0
  1596. package/dist/modules/website_search/index.js +28 -0
  1597. package/dist/modules/website_search/index.js.map +1 -0
  1598. package/dist/modules/website_search/islands.d.ts +7 -0
  1599. package/dist/modules/website_search/islands.d.ts.map +1 -0
  1600. package/dist/modules/website_search/islands.js +23 -0
  1601. package/dist/modules/website_search/islands.js.map +1 -0
  1602. package/dist/modules/website_seo/extend.d.ts +7 -0
  1603. package/dist/modules/website_seo/extend.d.ts.map +1 -0
  1604. package/dist/modules/website_seo/extend.js +20 -0
  1605. package/dist/modules/website_seo/extend.js.map +1 -0
  1606. package/dist/modules/website_seo/fills.d.ts +3 -0
  1607. package/dist/modules/website_seo/fills.d.ts.map +1 -0
  1608. package/dist/modules/website_seo/fills.js +8 -0
  1609. package/dist/modules/website_seo/fills.js.map +1 -0
  1610. package/dist/modules/website_seo/index.d.ts +3 -0
  1611. package/dist/modules/website_seo/index.d.ts.map +1 -0
  1612. package/dist/modules/website_seo/index.js +30 -0
  1613. package/dist/modules/website_seo/index.js.map +1 -0
  1614. package/dist/modules/website_seo/views.d.ts +3 -0
  1615. package/dist/modules/website_seo/views.d.ts.map +1 -0
  1616. package/dist/modules/website_seo/views.js +5 -0
  1617. package/dist/modules/website_seo/views.js.map +1 -0
  1618. package/dist/themes/default/index.d.ts +3 -0
  1619. package/dist/themes/default/index.d.ts.map +1 -0
  1620. package/dist/themes/default/index.js +16 -0
  1621. package/dist/themes/default/index.js.map +1 -0
  1622. package/dist/themes/default/templates/layout.ktl +7 -0
  1623. package/dist/themes/default/templates/product.detail.ktl +10 -0
  1624. package/dist/themes/default/templates/product.related_row.ktl +1 -0
  1625. package/dist/themes/hospitality/assets/theme.css +109 -0
  1626. package/dist/themes/hospitality/index.d.ts +3 -0
  1627. package/dist/themes/hospitality/index.d.ts.map +1 -0
  1628. package/dist/themes/hospitality/index.js +26 -0
  1629. package/dist/themes/hospitality/index.js.map +1 -0
  1630. package/dist/themes/hospitality/templates/layout.ktl +17 -0
  1631. package/dist/themes/hospitality/templates/menu.item.ktl +1 -0
  1632. package/dist/themes/hospitality/templates/menu.primary.ktl +1 -0
  1633. package/dist/themes/hospitality/templates/website.hero.ktl +6 -0
  1634. package/dist/themes/hospitality/templates/website.page.ktl +1 -0
  1635. package/dist/themes/hospitality/templates/website.rich_text.ktl +3 -0
  1636. package/dist/themes/hospitality/templates/website_form.form.ktl +1 -0
  1637. package/dist/themes/hospitality/templates/website_hospitality.booking.ktl +1 -0
  1638. package/dist/themes/hospitality/templates/website_hospitality.stays.ktl +1 -0
  1639. package/dist/themes/hospitality/tokens.d.ts +2 -0
  1640. package/dist/themes/hospitality/tokens.d.ts.map +1 -0
  1641. package/dist/themes/hospitality/tokens.js +9 -0
  1642. package/dist/themes/hospitality/tokens.js.map +1 -0
  1643. package/dist/themes/paper/index.d.ts +9 -0
  1644. package/dist/themes/paper/index.d.ts.map +1 -0
  1645. package/dist/themes/paper/index.js +30 -0
  1646. package/dist/themes/paper/index.js.map +1 -0
  1647. package/dist/themes/paper/templates/layout.ktl +14 -0
  1648. package/dist/themes/paper/templates/menu.item.ktl +3 -0
  1649. package/dist/themes/paper/templates/menu.primary.ktl +3 -0
  1650. package/dist/themes/paper/templates/website.hero.ktl +6 -0
  1651. package/dist/themes/paper/templates/website.page.ktl +2 -0
  1652. package/dist/themes/paper/templates/website.rich_text.ktl +4 -0
  1653. package/dist/themes/paper/tokens.d.ts +2 -0
  1654. package/dist/themes/paper/tokens.d.ts.map +1 -0
  1655. package/dist/themes/paper/tokens.js +11 -0
  1656. package/dist/themes/paper/tokens.js.map +1 -0
  1657. package/dist/themes/retail/assets/theme.css +114 -0
  1658. package/dist/themes/retail/index.d.ts +3 -0
  1659. package/dist/themes/retail/index.d.ts.map +1 -0
  1660. package/dist/themes/retail/index.js +26 -0
  1661. package/dist/themes/retail/index.js.map +1 -0
  1662. package/dist/themes/retail/templates/layout.ktl +5 -0
  1663. package/dist/themes/retail/templates/menu.item.ktl +1 -0
  1664. package/dist/themes/retail/templates/menu.primary.ktl +1 -0
  1665. package/dist/themes/retail/templates/website.hero.ktl +1 -0
  1666. package/dist/themes/retail/templates/website.page.ktl +1 -0
  1667. package/dist/themes/retail/templates/website.rich_text.ktl +1 -0
  1668. package/dist/themes/retail/templates/website_form.form.ktl +1 -0
  1669. package/dist/themes/retail/templates/website_retail.cart.ktl +1 -0
  1670. package/dist/themes/retail/templates/website_retail.products.ktl +1 -0
  1671. package/dist/themes/retail/tokens.d.ts +2 -0
  1672. package/dist/themes/retail/tokens.d.ts.map +1 -0
  1673. package/dist/themes/retail/tokens.js +9 -0
  1674. package/dist/themes/retail/tokens.js.map +1 -0
  1675. package/dist/ui/actions.d.ts +38 -0
  1676. package/dist/ui/actions.d.ts.map +1 -0
  1677. package/dist/ui/actions.js +20 -0
  1678. package/dist/ui/actions.js.map +1 -0
  1679. package/dist/ui/activity.d.ts +4 -0
  1680. package/dist/ui/activity.d.ts.map +1 -0
  1681. package/dist/ui/activity.js +73 -0
  1682. package/dist/ui/activity.js.map +1 -0
  1683. package/dist/ui/attachments.d.ts +18 -0
  1684. package/dist/ui/attachments.d.ts.map +1 -0
  1685. package/dist/ui/attachments.js +15 -0
  1686. package/dist/ui/attachments.js.map +1 -0
  1687. package/dist/ui/auth.d.ts +9 -0
  1688. package/dist/ui/auth.d.ts.map +1 -0
  1689. package/dist/ui/auth.js +44 -0
  1690. package/dist/ui/auth.js.map +1 -0
  1691. package/dist/ui/calendar.d.ts +4 -0
  1692. package/dist/ui/calendar.d.ts.map +1 -0
  1693. package/dist/ui/calendar.js +51 -0
  1694. package/dist/ui/calendar.js.map +1 -0
  1695. package/dist/ui/chrome.d.ts +66 -0
  1696. package/dist/ui/chrome.d.ts.map +1 -0
  1697. package/dist/ui/chrome.js +39 -0
  1698. package/dist/ui/chrome.js.map +1 -0
  1699. package/dist/ui/client/activity-view.d.mts +12 -0
  1700. package/dist/ui/client/activity-view.d.mts.map +1 -0
  1701. package/dist/ui/client/activity-view.mjs +393 -0
  1702. package/dist/ui/client/activity-view.mjs.map +1 -0
  1703. package/dist/ui/client/activity.css +269 -0
  1704. package/dist/ui/client/activity.d.mts +11 -0
  1705. package/dist/ui/client/activity.d.mts.map +1 -0
  1706. package/dist/ui/client/activity.mjs +10 -0
  1707. package/dist/ui/client/activity.mjs.map +1 -0
  1708. package/dist/ui/client/calendar-view.d.mts +5 -0
  1709. package/dist/ui/client/calendar-view.d.mts.map +1 -0
  1710. package/dist/ui/client/calendar-view.mjs +266 -0
  1711. package/dist/ui/client/calendar-view.mjs.map +1 -0
  1712. package/dist/ui/client/calendar.css +170 -0
  1713. package/dist/ui/client/calendar.d.mts +6 -0
  1714. package/dist/ui/client/calendar.d.mts.map +1 -0
  1715. package/dist/ui/client/calendar.mjs +6 -0
  1716. package/dist/ui/client/calendar.mjs.map +1 -0
  1717. package/dist/ui/client/mail-view.d.mts +9 -0
  1718. package/dist/ui/client/mail-view.d.mts.map +1 -0
  1719. package/dist/ui/client/mail-view.mjs +350 -0
  1720. package/dist/ui/client/mail-view.mjs.map +1 -0
  1721. package/dist/ui/client/mail.css +230 -0
  1722. package/dist/ui/client/mail.d.mts +11 -0
  1723. package/dist/ui/client/mail.d.mts.map +1 -0
  1724. package/dist/ui/client/mail.mjs +10 -0
  1725. package/dist/ui/client/mail.mjs.map +1 -0
  1726. package/dist/ui/data.d.ts +25 -0
  1727. package/dist/ui/data.d.ts.map +1 -0
  1728. package/dist/ui/data.js +23 -0
  1729. package/dist/ui/data.js.map +1 -0
  1730. package/dist/ui/date-picker.d.ts +36 -0
  1731. package/dist/ui/date-picker.d.ts.map +1 -0
  1732. package/dist/ui/date-picker.js +40 -0
  1733. package/dist/ui/date-picker.js.map +1 -0
  1734. package/dist/ui/form.d.ts +67 -0
  1735. package/dist/ui/form.d.ts.map +1 -0
  1736. package/dist/ui/form.js +75 -0
  1737. package/dist/ui/form.js.map +1 -0
  1738. package/dist/ui/format.d.ts +4 -0
  1739. package/dist/ui/format.d.ts.map +1 -0
  1740. package/dist/ui/format.js +33 -0
  1741. package/dist/ui/format.js.map +1 -0
  1742. package/dist/ui/hooks.d.ts +5 -0
  1743. package/dist/ui/hooks.d.ts.map +1 -0
  1744. package/dist/ui/hooks.js +82 -0
  1745. package/dist/ui/hooks.js.map +1 -0
  1746. package/dist/ui/icons.d.ts +12 -0
  1747. package/dist/ui/icons.d.ts.map +1 -0
  1748. package/dist/ui/icons.js +76 -0
  1749. package/dist/ui/icons.js.map +1 -0
  1750. package/dist/ui/index.d.ts +39 -0
  1751. package/dist/ui/index.d.ts.map +1 -0
  1752. package/dist/ui/index.js +39 -0
  1753. package/dist/ui/index.js.map +1 -0
  1754. package/dist/ui/layout.d.ts +80 -0
  1755. package/dist/ui/layout.d.ts.map +1 -0
  1756. package/dist/ui/layout.js +86 -0
  1757. package/dist/ui/layout.js.map +1 -0
  1758. package/dist/ui/mail.d.ts +5 -0
  1759. package/dist/ui/mail.d.ts.map +1 -0
  1760. package/dist/ui/mail.js +69 -0
  1761. package/dist/ui/mail.js.map +1 -0
  1762. package/dist/ui/media.d.ts +42 -0
  1763. package/dist/ui/media.d.ts.map +1 -0
  1764. package/dist/ui/media.js +48 -0
  1765. package/dist/ui/media.js.map +1 -0
  1766. package/dist/ui/modal.d.ts +9 -0
  1767. package/dist/ui/modal.d.ts.map +1 -0
  1768. package/dist/ui/modal.js +13 -0
  1769. package/dist/ui/modal.js.map +1 -0
  1770. package/dist/ui/nav.d.ts +34 -0
  1771. package/dist/ui/nav.d.ts.map +1 -0
  1772. package/dist/ui/nav.js +77 -0
  1773. package/dist/ui/nav.js.map +1 -0
  1774. package/dist/ui/navigation.d.ts +22 -0
  1775. package/dist/ui/navigation.d.ts.map +1 -0
  1776. package/dist/ui/navigation.js +9 -0
  1777. package/dist/ui/navigation.js.map +1 -0
  1778. package/dist/ui/primitives.d.ts +61 -0
  1779. package/dist/ui/primitives.d.ts.map +1 -0
  1780. package/dist/ui/primitives.js +74 -0
  1781. package/dist/ui/primitives.js.map +1 -0
  1782. package/dist/ui/record.d.ts +44 -0
  1783. package/dist/ui/record.d.ts.map +1 -0
  1784. package/dist/ui/record.js +39 -0
  1785. package/dist/ui/record.js.map +1 -0
  1786. package/dist/ui/schedule.d.ts +34 -0
  1787. package/dist/ui/schedule.d.ts.map +1 -0
  1788. package/dist/ui/schedule.js +39 -0
  1789. package/dist/ui/schedule.js.map +1 -0
  1790. package/dist/ui/state.d.ts +19 -0
  1791. package/dist/ui/state.d.ts.map +1 -0
  1792. package/dist/ui/state.js +34 -0
  1793. package/dist/ui/state.js.map +1 -0
  1794. package/dist/ui/surfaces.d.ts +38 -0
  1795. package/dist/ui/surfaces.d.ts.map +1 -0
  1796. package/dist/ui/surfaces.js +36 -0
  1797. package/dist/ui/surfaces.js.map +1 -0
  1798. package/dist/ui/table.d.ts +48 -0
  1799. package/dist/ui/table.d.ts.map +1 -0
  1800. package/dist/ui/table.js +53 -0
  1801. package/dist/ui/table.js.map +1 -0
  1802. package/package.json +57 -0
@@ -0,0 +1,4229 @@
1
+ /* ─────────────────────────────────────────────────────────────────────────────
2
+ KetSuite backend — enterprise-dense application styling.
3
+
4
+ The [data-ui] attributes are the stable interface. Rules stay intentionally
5
+ shallow so ket.user can override them without specificity fights.
6
+ ───────────────────────────────────────────────────────────────────────────── */
7
+
8
+ /* The stable hook inventory is generated beside the components in
9
+ packages/ketsuite/src/ui/* and locked by test/backend-ui.test.ts. Keeping a
10
+ second hand-written list here was the drift this kit was created to remove. */
11
+
12
+ @layer ket.app {
13
+ :where(*, *::before, *::after) {
14
+ box-sizing: border-box;
15
+ }
16
+
17
+ :where([hidden]) {
18
+ display: none !important;
19
+ }
20
+
21
+ :where(html) {
22
+ min-block-size: 100%;
23
+ background: var(--admin-bg);
24
+ font-family: var(--admin-font);
25
+ -webkit-font-smoothing: antialiased;
26
+ text-rendering: optimizeLegibility;
27
+ }
28
+
29
+ :where(body) {
30
+ min-block-size: 100%;
31
+ margin: 0;
32
+ background: var(--admin-bg);
33
+ color: var(--admin-ink);
34
+ font-family: inherit;
35
+ font-size: var(--admin-size-base);
36
+ line-height: 1.45;
37
+ }
38
+
39
+ :where(button, input, select, textarea) {
40
+ color: inherit;
41
+ font: inherit;
42
+ }
43
+
44
+ :where(button, a) {
45
+ -webkit-tap-highlight-color: transparent;
46
+ }
47
+
48
+ :where(a) {
49
+ color: inherit;
50
+ }
51
+
52
+ :where(button, [href], input, select, textarea, summary):focus-visible {
53
+ outline: 2px solid var(--admin-focus-border);
54
+ outline-offset: 2px;
55
+ }
56
+
57
+ ::selection {
58
+ background: var(--admin-accent-line);
59
+ color: var(--admin-ink);
60
+ }
61
+
62
+ * {
63
+ scrollbar-color: var(--admin-line-strong) transparent;
64
+ scrollbar-width: thin;
65
+ }
66
+
67
+ /* ── Application shell ─────────────────────────────────────────────────── */
68
+
69
+ [data-ui="shell"] {
70
+ display: grid;
71
+ grid-template-columns: var(--admin-sidebar-width) minmax(0, 1fr);
72
+ min-inline-size: 0;
73
+ background: var(--admin-bg);
74
+ }
75
+
76
+ body > [data-ui="shell"] {
77
+ min-block-size: 100dvh;
78
+ }
79
+
80
+ /* ── Sidebar ───────────────────────────────────────────────────────────────
81
+ Ported from vidoo_backend_theme, so the framework and the Odoo deployment
82
+ look like one product: 228px, a quiet tinted ground, and one column that
83
+ carries the brand, a menu search, the apps, the open app's menu, and the
84
+ systray at the foot. There is no application bar across the top — the row
85
+ above the content is the control panel, and it belongs to the view. */
86
+
87
+ [data-ui="sidebar"] {
88
+ z-index: 20;
89
+ display: flex;
90
+ min-inline-size: 0;
91
+ flex-direction: column;
92
+ overflow: hidden;
93
+ padding: 0;
94
+ background: var(--admin-bg);
95
+ border-inline-end: 1px solid var(--admin-line);
96
+ white-space: nowrap;
97
+ }
98
+
99
+ [data-ui="sidebar-main"] {
100
+ display: flex;
101
+ min-block-size: 0;
102
+ min-inline-size: 0;
103
+ flex: 1 1 auto;
104
+ flex-direction: column;
105
+ overflow: hidden;
106
+ }
107
+
108
+ [data-ui="sidebar-header"] {
109
+ flex-shrink: 0;
110
+ padding: 0.75rem 0.75rem 0.5rem;
111
+ }
112
+
113
+ [data-ui="sidebar-brand"] {
114
+ display: flex;
115
+ inline-size: 100%;
116
+ align-items: center;
117
+ gap: 0.375rem;
118
+ padding: 0.375rem 0.5rem;
119
+ border-radius: var(--admin-radius-sm);
120
+ color: var(--admin-ink);
121
+ font-size: 0.875rem;
122
+ font-weight: 600;
123
+ text-decoration: none;
124
+ transition: background-color var(--admin-motion-fast);
125
+ }
126
+
127
+ [data-ui="sidebar-brand"]:hover {
128
+ background: var(--admin-surface);
129
+ }
130
+
131
+ [data-ui="sidebar-brand-name"] {
132
+ overflow: hidden;
133
+ min-inline-size: 0;
134
+ flex: 1 1 auto;
135
+ text-overflow: ellipsis;
136
+ }
137
+
138
+ [data-ui="sidebar-brand-chevron"] {
139
+ display: grid;
140
+ inline-size: 0.75rem;
141
+ block-size: 0.75rem;
142
+ flex-shrink: 0;
143
+ place-items: center;
144
+ color: var(--admin-ink-muted);
145
+ }
146
+
147
+ /* The menu search, not the record search. This one narrows the sidebar; the
148
+ one in the control panel narrows the list. Both are GET forms. */
149
+ [data-ui="sidebar-search"] {
150
+ position: relative;
151
+ flex-shrink: 0;
152
+ margin: 0 0.75rem 0.625rem;
153
+ }
154
+
155
+ [data-ui="sidebar-search-icon"] {
156
+ position: absolute;
157
+ inset-inline-start: 0.625rem;
158
+ inset-block-start: 50%;
159
+ display: grid;
160
+ inline-size: 0.75rem;
161
+ block-size: 0.75rem;
162
+ place-items: center;
163
+ color: var(--admin-ink-muted);
164
+ pointer-events: none;
165
+ transform: translateY(-50%);
166
+ }
167
+
168
+ [data-ui="sidebar-search-input"] {
169
+ inline-size: 100%;
170
+ padding: 0.4375rem 0.625rem 0.4375rem 1.875rem;
171
+ border: 1px solid var(--admin-line);
172
+ border-radius: var(--admin-radius-sm);
173
+ background: var(--admin-surface);
174
+ color: var(--admin-ink);
175
+ font: inherit;
176
+ font-size: 0.8125rem;
177
+ line-height: 1.3;
178
+ outline: none;
179
+ transition:
180
+ border-color var(--admin-motion-fast),
181
+ box-shadow var(--admin-motion-fast);
182
+ }
183
+
184
+ [data-ui="sidebar-search-input"]::placeholder {
185
+ color: var(--admin-ink-muted);
186
+ }
187
+
188
+ [data-ui="sidebar-search-input"]:focus {
189
+ border-color: var(--admin-focus-border);
190
+ box-shadow: 0 0 0 3px var(--admin-focus-ring);
191
+ }
192
+
193
+ /* The scroll lives here, not on the sidebar: the brand, the search and the
194
+ foot stay put while forty menu entries move under them. */
195
+ [data-ui="sidebar-nav"] {
196
+ flex: 1 1 auto;
197
+ padding: 0 0.5rem 0.75rem;
198
+ overflow-x: hidden;
199
+ overflow-y: auto;
200
+ scrollbar-width: none;
201
+ }
202
+
203
+ [data-ui="sidebar-nav"]::-webkit-scrollbar {
204
+ display: none;
205
+ }
206
+
207
+ [data-ui="sidebar-section-label"] {
208
+ margin: 0.875rem 0.5rem 0.375rem;
209
+ color: var(--admin-ink-secondary);
210
+ font-size: 0.6875rem;
211
+ font-weight: 600;
212
+ letter-spacing: 0.06em;
213
+ line-height: 1.2;
214
+ text-transform: uppercase;
215
+ }
216
+
217
+ [data-ui="sidebar-section-label"]:first-child {
218
+ margin-block-start: 0;
219
+ }
220
+
221
+ [data-ui="sidebar-section-label"][data-scope="app"] {
222
+ margin-block-start: 1.125rem;
223
+ padding-block-start: 0.75rem;
224
+ border-block-start: 1px solid var(--admin-line);
225
+ }
226
+
227
+ [data-ui="sidebar-empty"] {
228
+ margin: 0.5rem;
229
+ color: var(--admin-ink-muted);
230
+ font-size: 0.75rem;
231
+ white-space: normal;
232
+ }
233
+
234
+ [data-ui="app-list"],
235
+ [data-ui="menu"],
236
+ [data-ui="menu-section-children"] {
237
+ margin: 0;
238
+ padding: 0;
239
+ list-style: none;
240
+ }
241
+
242
+ [data-ui="app-entry"],
243
+ [data-ui="menu-item"] {
244
+ display: flex;
245
+ min-inline-size: 0;
246
+ align-items: center;
247
+ gap: 0.5rem;
248
+ padding: 0.3125rem 0.5rem;
249
+ border-radius: var(--admin-radius-sm);
250
+ color: var(--admin-ink);
251
+ font-size: 0.8125rem;
252
+ font-weight: 500;
253
+ line-height: 1.35;
254
+ text-decoration: none;
255
+ transition:
256
+ background-color var(--admin-motion-fast),
257
+ color var(--admin-motion-fast);
258
+ }
259
+
260
+ [data-ui="app-entry"]:hover,
261
+ [data-ui="menu-item"]:hover {
262
+ background: var(--admin-surface);
263
+ }
264
+
265
+ [data-ui="app-entry"][data-active="true"],
266
+ [data-ui="menu-item"][data-active="true"] {
267
+ background: var(--admin-accent-soft);
268
+ color: var(--admin-accent-text);
269
+ font-weight: 600;
270
+ }
271
+
272
+ [data-ui="app-icon"] {
273
+ display: grid;
274
+ inline-size: 1.125rem;
275
+ block-size: 1.125rem;
276
+ flex-shrink: 0;
277
+ place-items: center;
278
+ color: var(--admin-ink-secondary);
279
+ }
280
+
281
+ [data-ui="menu-icon"] {
282
+ display: grid;
283
+ inline-size: 1rem;
284
+ block-size: 1rem;
285
+ flex-shrink: 0;
286
+ place-items: center;
287
+ color: var(--admin-ink-secondary);
288
+ }
289
+
290
+ [data-ui="app-entry"][data-active="true"] [data-ui="app-icon"] {
291
+ color: var(--admin-focus-border);
292
+ }
293
+
294
+ [data-ui="app-monogram"] {
295
+ display: grid;
296
+ inline-size: 1.125rem;
297
+ block-size: 1.125rem;
298
+ place-items: center;
299
+ border-radius: var(--admin-radius-xs);
300
+ background: var(--admin-surface-hover);
301
+ font-size: 0.625rem;
302
+ font-weight: 700;
303
+ }
304
+
305
+ [data-ui="app-name"],
306
+ [data-ui="menu-label"] {
307
+ overflow: hidden;
308
+ min-inline-size: 0;
309
+ flex: 1 1 auto;
310
+ text-overflow: ellipsis;
311
+ }
312
+
313
+ [data-ui="icon"] {
314
+ display: block;
315
+ inline-size: 1em;
316
+ block-size: 1em;
317
+ }
318
+
319
+ [data-ui="app-icon"] > [data-ui="icon"],
320
+ [data-ui="menu-icon"] > [data-ui="icon"],
321
+ [data-ui="sidebar-brand-chevron"] > [data-ui="icon"],
322
+ [data-ui="sidebar-search-icon"] > [data-ui="icon"],
323
+ [data-ui="menu-section-chevron"] > [data-ui="icon"],
324
+ [data-ui="chrome-search-icon"] > [data-ui="icon"],
325
+ [data-ui="indicator-icon"] > [data-ui="icon"],
326
+ [data-ui="pager-step"] > [data-ui="icon"],
327
+ [data-ui="view-kind"] > [data-ui="icon"],
328
+ [data-ui="facet-remove"] > [data-ui="icon"],
329
+ [data-ui="col-config-open"] > [data-ui="icon"] {
330
+ inline-size: 100%;
331
+ block-size: 100%;
332
+ }
333
+
334
+ [data-ui="pager-step"] > [data-ui="icon"],
335
+ [data-ui="view-kind"] > [data-ui="icon"],
336
+ [data-ui="col-config-open"] > [data-ui="icon"] {
337
+ inline-size: 0.875rem;
338
+ block-size: 0.875rem;
339
+ }
340
+
341
+ [data-ui="chrome-search-icon"] {
342
+ display: grid;
343
+ inline-size: 0.8125rem;
344
+ block-size: 0.8125rem;
345
+ flex-shrink: 0;
346
+ place-items: center;
347
+ color: var(--admin-ink-muted);
348
+ }
349
+
350
+ [data-ui="chrome-create"] > [data-ui="icon"] {
351
+ inline-size: 0.875rem;
352
+ block-size: 0.875rem;
353
+ margin-inline-end: 0.25rem;
354
+ }
355
+
356
+ [data-ui="indicator-icon"] {
357
+ display: grid;
358
+ inline-size: 1rem;
359
+ block-size: 1rem;
360
+ place-items: center;
361
+ }
362
+
363
+ /* ── The open app's menu ───────────────────────────────────────────────── */
364
+
365
+ [data-ui="menu-item-wrap"] {
366
+ display: block;
367
+ }
368
+
369
+ [data-ui="menu-section-title"] {
370
+ display: flex;
371
+ inline-size: 100%;
372
+ align-items: center;
373
+ gap: 0.375rem;
374
+ padding: 0.375rem 0.5rem 0.25rem;
375
+ margin-block-start: 0.125rem;
376
+ border-radius: var(--admin-radius-sm);
377
+ cursor: pointer;
378
+ list-style: none;
379
+ transition: background-color var(--admin-motion-fast);
380
+ }
381
+
382
+ [data-ui="menu-section-title"]:hover {
383
+ background: var(--admin-surface);
384
+ }
385
+
386
+ [data-ui="menu-section-title"]::-webkit-details-marker {
387
+ display: none;
388
+ }
389
+
390
+ [data-ui="menu-section-chevron"] {
391
+ display: grid;
392
+ inline-size: 0.625rem;
393
+ block-size: 0.625rem;
394
+ flex-shrink: 0;
395
+ place-items: center;
396
+ color: var(--admin-ink-secondary);
397
+ transition: transform var(--admin-motion-fast);
398
+ }
399
+
400
+ [data-ui="menu-section"][open] > [data-ui="menu-section-title"] [data-ui="menu-section-chevron"] {
401
+ transform: rotate(90deg);
402
+ }
403
+
404
+ [data-ui="menu-section-text"] {
405
+ overflow: hidden;
406
+ color: var(--admin-ink-secondary);
407
+ font-size: 0.6875rem;
408
+ font-weight: 600;
409
+ letter-spacing: 0.05em;
410
+ text-overflow: ellipsis;
411
+ text-transform: uppercase;
412
+ }
413
+
414
+ /* A rule down the side, so depth is legible without counting indents. */
415
+ [data-ui="menu-section-children"] {
416
+ margin-inline-start: 1rem;
417
+ padding-inline-start: 0.75rem;
418
+ border-inline-start: 1px solid var(--admin-line);
419
+ }
420
+
421
+ [data-ui="menu-item-wrap"][data-depth="1"] > * > [data-ui="menu-section-children"],
422
+ [data-ui="menu-item-wrap"][data-depth="2"] > * > [data-ui="menu-section-children"] {
423
+ margin-inline-start: 0.75rem;
424
+ }
425
+
426
+ [data-ui="menu-dot"] {
427
+ inline-size: 0.25rem;
428
+ block-size: 0.25rem;
429
+ flex-shrink: 0;
430
+ border-radius: 50%;
431
+ background: var(--admin-ink-muted);
432
+ }
433
+
434
+ [data-ui="menu-item"][data-active="true"] [data-ui="menu-dot"] {
435
+ background: var(--admin-focus-border);
436
+ }
437
+
438
+ [data-ui="menu-item"][data-active="true"] [data-ui="menu-icon"] {
439
+ color: var(--admin-focus-border);
440
+ }
441
+
442
+ /* ── List chrome ───────────────────────────────────────────────────────────
443
+ The row above a list: what you can add, where you are, what you filtered on,
444
+ which slice you are looking at, and how you want to look at it. Every one of
445
+ them is a link or a form — no client state, so the back button works. */
446
+
447
+ [data-ui="chrome-lead"],
448
+ [data-ui="chrome-tail"] {
449
+ display: flex;
450
+ min-inline-size: 0;
451
+ align-items: center;
452
+ gap: var(--admin-gap-sm);
453
+ }
454
+
455
+ [data-ui="chrome-lead"] {
456
+ flex: 0 1 auto;
457
+ }
458
+
459
+ [data-ui="chrome-tail"] {
460
+ flex: 0 0 auto;
461
+ }
462
+
463
+ [data-ui="chrome-create"] {
464
+ display: inline-flex;
465
+ min-block-size: var(--admin-control-height);
466
+ align-items: center;
467
+ padding-inline: 0.75rem;
468
+ border: 1px solid transparent;
469
+ border-radius: var(--admin-radius-sm);
470
+ background: var(--admin-accent);
471
+ color: var(--admin-accent-ink);
472
+ font-size: 0.8125rem;
473
+ font-weight: 600;
474
+ text-decoration: none;
475
+ }
476
+
477
+ [data-ui="crumbs"] {
478
+ display: flex;
479
+ min-inline-size: 0;
480
+ flex-wrap: wrap;
481
+ align-items: center;
482
+ gap: var(--admin-gap-xs);
483
+ }
484
+
485
+ [data-ui="crumb"] {
486
+ color: var(--admin-ink-secondary);
487
+ font-size: 0.8125rem;
488
+ text-decoration: none;
489
+ }
490
+
491
+ [data-ui="crumb"][aria-current="page"] {
492
+ color: var(--admin-ink);
493
+ font-weight: 600;
494
+ }
495
+
496
+ /* The separator is CSS, so the markup stays a plain list of names. */
497
+ [data-ui="crumb"] + [data-ui="crumb"]::before {
498
+ margin-inline-end: var(--admin-gap-xs);
499
+ color: var(--admin-ink-muted);
500
+ content: "/";
501
+ }
502
+
503
+ [data-ui="chrome-search"] {
504
+ display: flex;
505
+ inline-size: min(100%, 32rem);
506
+ margin-inline: auto;
507
+ min-inline-size: 0;
508
+ flex-wrap: wrap;
509
+ align-items: center;
510
+ gap: var(--admin-gap-xs);
511
+ min-block-size: var(--admin-control-height);
512
+ padding-inline: 0.5rem;
513
+ border: 1px solid var(--admin-line-strong);
514
+ border-radius: var(--admin-radius-sm);
515
+ background: var(--admin-surface);
516
+ }
517
+
518
+ [data-ui="chrome-search"]:focus-within {
519
+ border-color: var(--admin-focus-border);
520
+ box-shadow: 0 0 0 3px var(--admin-focus-ring);
521
+ }
522
+
523
+ [data-ui="chrome-search-input"] {
524
+ flex: 1 1 8rem;
525
+ min-inline-size: 6rem;
526
+ border: 0;
527
+ background: none;
528
+ color: var(--admin-ink);
529
+ font: inherit;
530
+ font-size: 0.8125rem;
531
+ outline: none;
532
+ }
533
+
534
+ /* A facet is what you filtered on, and the × is how you undo it. Both visible:
535
+ a filter you cannot see is a list that is lying about how much it has. */
536
+ [data-ui="facet"] {
537
+ display: inline-flex;
538
+ align-items: center;
539
+ gap: var(--admin-gap-xs);
540
+ padding: 0.125rem 0.25rem 0.125rem 0.5rem;
541
+ border-radius: var(--admin-radius-sm);
542
+ background: var(--admin-accent-soft);
543
+ color: var(--admin-accent-text);
544
+ font-size: 0.75rem;
545
+ font-weight: 600;
546
+ }
547
+
548
+ [data-ui="facet-remove"] {
549
+ display: grid;
550
+ inline-size: 1rem;
551
+ block-size: 1rem;
552
+ place-items: center;
553
+ border-radius: var(--admin-radius-sm);
554
+ color: inherit;
555
+ line-height: 1;
556
+ text-decoration: none;
557
+ }
558
+
559
+ [data-ui="search-menu"] {
560
+ position: relative;
561
+ flex: 0 0 auto;
562
+ }
563
+
564
+ [data-ui="search-menu-open"] {
565
+ display: inline-flex;
566
+ min-block-size: 1.75rem;
567
+ align-items: center;
568
+ gap: 0.25rem;
569
+ padding-inline: 0.5rem;
570
+ border-radius: var(--admin-radius-sm);
571
+ color: var(--admin-ink-secondary);
572
+ cursor: pointer;
573
+ font-size: 0.75rem;
574
+ font-weight: 600;
575
+ list-style: none;
576
+ }
577
+
578
+ [data-ui="search-menu-open"]::-webkit-details-marker {
579
+ display: none;
580
+ }
581
+
582
+ [data-ui="search-menu-open"] > [data-ui="icon"] {
583
+ inline-size: 0.75rem;
584
+ block-size: 0.75rem;
585
+ }
586
+
587
+ [data-ui="search-menu-content"] {
588
+ position: absolute;
589
+ z-index: 20;
590
+ inset-block-start: calc(100% + 0.375rem);
591
+ inset-inline-end: 0;
592
+ display: grid;
593
+ min-inline-size: 14rem;
594
+ max-block-size: 24rem;
595
+ padding: 0.375rem;
596
+ overflow: auto;
597
+ border: 1px solid var(--admin-line-strong);
598
+ border-radius: var(--admin-radius-sm);
599
+ background: var(--admin-surface);
600
+ box-shadow: var(--admin-shadow-float);
601
+ }
602
+
603
+ [data-ui="search-menu-item"] {
604
+ display: flex;
605
+ min-block-size: 2rem;
606
+ align-items: center;
607
+ gap: 0.5rem;
608
+ padding: 0.375rem 0.5rem;
609
+ border-radius: var(--admin-radius-sm);
610
+ color: var(--admin-ink);
611
+ font-size: 0.8125rem;
612
+ text-decoration: none;
613
+ }
614
+
615
+ a[data-ui="search-menu-item"]:hover,
616
+ a[data-ui="search-menu-item"][data-active="true"] {
617
+ background: var(--admin-accent-soft);
618
+ }
619
+
620
+ [data-ui="search-menu-item"][data-nested="true"] {
621
+ display: grid;
622
+ block-size: auto;
623
+ color: var(--admin-ink-secondary);
624
+ font-size: 0.75rem;
625
+ font-weight: 700;
626
+ }
627
+
628
+ [data-ui="custom-filter"] {
629
+ display: grid;
630
+ gap: 0.375rem;
631
+ margin: 0.375rem 0 0;
632
+ padding: 0.5rem 0 0;
633
+ border: 0;
634
+ border-block-start: 1px solid var(--admin-line);
635
+ }
636
+
637
+ [data-ui="custom-filter"] select,
638
+ [data-ui="custom-filter"] input,
639
+ [data-ui="custom-filter"] button {
640
+ min-block-size: 2rem;
641
+ border: 1px solid var(--admin-line-strong);
642
+ border-radius: var(--admin-radius-sm);
643
+ background: var(--admin-surface);
644
+ color: var(--admin-ink);
645
+ font: inherit;
646
+ }
647
+
648
+ [data-ui="custom-filter"] button {
649
+ background: var(--admin-accent);
650
+ color: var(--admin-accent-ink);
651
+ cursor: pointer;
652
+ }
653
+
654
+ [data-ui="pager"] {
655
+ display: inline-flex;
656
+ align-items: center;
657
+ gap: var(--admin-gap-xs);
658
+ color: var(--admin-ink-secondary);
659
+ font-size: 0.75rem;
660
+ font-variant-numeric: tabular-nums;
661
+ }
662
+
663
+ [data-ui="pager-step"] {
664
+ display: grid;
665
+ inline-size: var(--admin-control-height);
666
+ block-size: var(--admin-control-height);
667
+ place-items: center;
668
+ border: 1px solid var(--admin-line-strong);
669
+ border-radius: var(--admin-radius-sm);
670
+ color: var(--admin-ink);
671
+ font-size: 0.875rem;
672
+ line-height: 1;
673
+ text-decoration: none;
674
+ }
675
+
676
+ /* An arrow with nowhere to go stays put and says so, rather than disappearing —
677
+ a toolbar that changes width as you page is a toolbar you cannot aim at. */
678
+ [data-ui="pager-step"][aria-disabled="true"] {
679
+ border-color: var(--admin-line);
680
+ color: var(--admin-ink-muted);
681
+ cursor: default;
682
+ }
683
+
684
+ [data-ui="group-pager"] > td {
685
+ text-align: end;
686
+ }
687
+
688
+ [data-ui="group-pager"] > td > span,
689
+ [data-ui="group-pager"] > td > a {
690
+ display: inline-grid;
691
+ min-inline-size: 2rem;
692
+ min-block-size: 2rem;
693
+ place-items: center;
694
+ color: var(--admin-ink-secondary);
695
+ text-decoration: none;
696
+ }
697
+
698
+ [data-ui="group-pager"] > td > span:first-child {
699
+ display: inline;
700
+ margin-inline-end: var(--admin-gap-xs);
701
+ font-size: 0.75rem;
702
+ }
703
+
704
+ [data-ui="view-switch"] {
705
+ display: inline-flex;
706
+ border: 1px solid var(--admin-line-strong);
707
+ border-radius: var(--admin-radius-sm);
708
+ overflow: hidden;
709
+ }
710
+
711
+ [data-ui="view-kind"] {
712
+ display: grid;
713
+ inline-size: var(--admin-control-height);
714
+ block-size: var(--admin-control-height);
715
+ place-items: center;
716
+ color: var(--admin-ink-secondary);
717
+ font-size: 0.8125rem;
718
+ line-height: 1;
719
+ text-decoration: none;
720
+ }
721
+
722
+ [data-ui="view-kind"] + [data-ui="view-kind"] {
723
+ border-inline-start: 1px solid var(--admin-line-strong);
724
+ }
725
+
726
+ [data-ui="view-kind"][data-active="true"] {
727
+ background: var(--admin-accent-soft);
728
+ color: var(--admin-accent-text);
729
+ }
730
+
731
+ /* ── Kanban ───────────────────────────────────────────────────────────────── */
732
+
733
+ [data-ui="kanban"] {
734
+ display: grid;
735
+ gap: var(--admin-gap-sm);
736
+ grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
737
+ }
738
+
739
+ [data-ui="kanban-card"] {
740
+ display: flex;
741
+ flex-direction: column;
742
+ gap: var(--admin-gap-xs);
743
+ padding: var(--admin-gap-sm);
744
+ border: 1px solid var(--admin-line);
745
+ border-radius: var(--admin-radius);
746
+ background: var(--admin-surface);
747
+ }
748
+
749
+ [data-ui="kanban-title"] {
750
+ margin: 0;
751
+ color: var(--admin-ink);
752
+ font-size: 0.875rem;
753
+ font-weight: 600;
754
+ }
755
+
756
+ [data-ui="kanban-meta"] {
757
+ display: flex;
758
+ flex-wrap: wrap;
759
+ align-items: center;
760
+ gap: var(--admin-gap-xs);
761
+ }
762
+
763
+ [data-ui="kanban-note"] {
764
+ margin: 0;
765
+ color: var(--admin-ink-secondary);
766
+ font-size: 0.75rem;
767
+ }
768
+
769
+ [data-ui="main"] {
770
+ min-inline-size: 0;
771
+ }
772
+
773
+ [data-ui="topbar"] {
774
+ z-index: 10;
775
+ display: flex;
776
+ min-block-size: var(--admin-topbar-height);
777
+ align-items: center;
778
+ gap: var(--admin-gap);
779
+ padding-inline: var(--admin-gap);
780
+ background: color-mix(in srgb, var(--admin-surface) 94%, transparent);
781
+ border-block-end: 1px solid var(--admin-line);
782
+ backdrop-filter: blur(10px);
783
+ }
784
+
785
+ body > [data-ui="shell"] [data-ui="topbar"] {
786
+ position: sticky;
787
+ inset-block-start: 0;
788
+ }
789
+
790
+ [data-ui="context-switcher"] {
791
+ display: flex;
792
+ min-inline-size: 0;
793
+ max-inline-size: min(24rem, 42vw);
794
+ flex-direction: column;
795
+ margin-inline-start: auto;
796
+ padding: 0.375rem 0.625rem;
797
+ border: 1px solid var(--admin-line-strong);
798
+ border-radius: var(--admin-radius-sm);
799
+ background: var(--admin-surface);
800
+ color: var(--admin-ink);
801
+ text-align: end;
802
+ text-decoration: none;
803
+ transition:
804
+ border-color var(--admin-motion-fast),
805
+ background-color var(--admin-motion-fast);
806
+ }
807
+
808
+ [data-ui="context-switcher"]:hover,
809
+ [data-ui="context-switcher"]:focus-visible {
810
+ border-color: var(--admin-accent-line);
811
+ background: var(--admin-accent-soft);
812
+ }
813
+
814
+ [data-ui="context-company"],
815
+ [data-ui="context-branch"] {
816
+ overflow: hidden;
817
+ text-overflow: ellipsis;
818
+ white-space: nowrap;
819
+ }
820
+
821
+ [data-ui="context-company"] {
822
+ font-size: var(--admin-size-sm);
823
+ font-weight: 650;
824
+ }
825
+
826
+ [data-ui="context-branch"] {
827
+ color: var(--admin-ink-muted);
828
+ font-size: var(--admin-size-xs);
829
+ }
830
+
831
+ [data-ui="title"] {
832
+ margin: 0;
833
+ flex: 0 0 auto;
834
+ white-space: nowrap;
835
+ color: var(--admin-ink);
836
+ font-size: var(--admin-size-lg);
837
+ font-weight: 700;
838
+ letter-spacing: -0.015em;
839
+ line-height: 1.25;
840
+ }
841
+
842
+ [data-ui="content"] {
843
+ inline-size: 100%;
844
+ min-inline-size: 0;
845
+ padding: var(--admin-gap) var(--admin-gap) var(--admin-gap-lg);
846
+ overflow-x: auto;
847
+ }
848
+
849
+ /* Screens that are reading rather than scanning keep their measure. */
850
+ [data-ui="content"]:has([data-ui="app-groups"]),
851
+ [data-ui="content"]:has([data-ui="tokens"]) {
852
+ inline-size: min(100%, var(--admin-page-max));
853
+ margin-inline: auto;
854
+ }
855
+
856
+ /* A list runs to both edges of the pane and starts directly under the bar:
857
+ the border, the radius and the drop shadow were drawing a card around
858
+ something that is not a card. */
859
+ [data-ui="content"]:has([data-ui="table-scroll"]):not(:has([data-ui="record-workspace"])) {
860
+ padding: 0;
861
+ }
862
+
863
+ [data-ui="content"]:has([data-ui="table-scroll"]):not(:has([data-ui="record-workspace"]))
864
+ [data-ui="table-scroll"] {
865
+ border-radius: 0;
866
+ border-block-start: 0;
867
+ border-inline: 0;
868
+ box-shadow: none;
869
+ }
870
+
871
+ /* ── App registry ──────────────────────────────────────────────────────── */
872
+
873
+ [data-ui="app-groups"] {
874
+ display: grid;
875
+ gap: 1.375rem;
876
+ }
877
+
878
+ [data-ui="app-group"] {
879
+ display: grid;
880
+ min-inline-size: 0;
881
+ gap: var(--admin-gap-sm);
882
+ }
883
+
884
+ [data-ui="group-title"] {
885
+ margin: 0;
886
+ color: var(--admin-ink-secondary);
887
+ font-size: var(--admin-size-xs);
888
+ font-weight: 700;
889
+ letter-spacing: 0.075em;
890
+ line-height: 1.4;
891
+ text-transform: uppercase;
892
+ }
893
+
894
+ [data-ui="app-grid"] {
895
+ display: grid;
896
+ grid-template-columns: repeat(auto-fill, minmax(min(16rem, 100%), 1fr));
897
+ gap: var(--admin-gap);
898
+ }
899
+
900
+ [data-ui="app-card"] {
901
+ position: relative;
902
+ display: grid;
903
+ min-inline-size: 0;
904
+ min-block-size: 10rem;
905
+ grid-template-rows: auto auto 1fr auto;
906
+ padding: var(--admin-gap-md);
907
+ overflow: hidden;
908
+ border: 1px solid var(--admin-line);
909
+ border-block-start: 2px solid var(--admin-line-strong);
910
+ border-radius: var(--admin-radius);
911
+ background: var(--admin-surface);
912
+ box-shadow: var(--admin-shadow-card);
913
+ }
914
+
915
+ [data-ui="app-card"][data-state="installed"] {
916
+ border-block-start-color: var(--admin-accent);
917
+ }
918
+
919
+ [data-ui="app-title"] {
920
+ min-inline-size: 0;
921
+ margin: 0;
922
+ color: var(--admin-ink);
923
+ font-size: 0.9375rem;
924
+ font-weight: 700;
925
+ letter-spacing: -0.01em;
926
+ line-height: 1.35;
927
+ overflow-wrap: anywhere;
928
+ }
929
+
930
+ [data-ui="app-summary"] {
931
+ min-inline-size: 0;
932
+ margin: 0.25rem 0 0;
933
+ color: var(--admin-ink-secondary);
934
+ font-size: 0.8125rem;
935
+ line-height: 1.45;
936
+ overflow-wrap: anywhere;
937
+ }
938
+
939
+ [data-ui="app-meta"] {
940
+ display: grid;
941
+ min-inline-size: 0;
942
+ grid-template-columns: max-content minmax(0, 1fr);
943
+ align-content: start;
944
+ gap: 0.1875rem var(--admin-gap-sm);
945
+ margin: var(--admin-gap) 0 0;
946
+ color: var(--admin-ink-muted);
947
+ font-size: var(--admin-size-sm);
948
+ line-height: 1.35;
949
+ }
950
+
951
+ [data-ui="app-meta"] dt {
952
+ color: var(--admin-ink-secondary);
953
+ font-weight: 600;
954
+ }
955
+
956
+ [data-ui="app-meta"] dd {
957
+ min-inline-size: 0;
958
+ margin: 0;
959
+ overflow-wrap: anywhere;
960
+ }
961
+
962
+ [data-ui="app-meta-value"][data-kind="dependents"] {
963
+ color: var(--admin-ink-secondary);
964
+ font-weight: 600;
965
+ }
966
+
967
+ [data-ui="app-actions"] {
968
+ display: flex;
969
+ align-items: center;
970
+ justify-content: flex-end;
971
+ margin-block-start: var(--admin-gap);
972
+ padding-block-start: var(--admin-gap);
973
+ border-block-start: 1px solid var(--admin-line);
974
+ }
975
+
976
+ [data-ui="app-action"] {
977
+ /* A button and a link both wear this. The rule was written for the button, so
978
+ an anchor got the border and none of the shape: min-block-size does nothing
979
+ to an inline box, and the browser kept its underline. Now it fits either. */
980
+ display: inline-flex;
981
+ align-items: center;
982
+ justify-content: center;
983
+ text-decoration: none;
984
+ min-block-size: var(--admin-control-height);
985
+ padding-inline: 0.75rem;
986
+ border: 1px solid var(--admin-line-strong);
987
+ border-radius: var(--admin-radius-sm);
988
+ background: var(--admin-surface);
989
+ color: var(--admin-ink-secondary);
990
+ cursor: pointer;
991
+ font-size: 0.8125rem;
992
+ font-weight: 600;
993
+ line-height: 1;
994
+ transition:
995
+ background-color var(--admin-motion-fast),
996
+ border-color var(--admin-motion-fast),
997
+ color var(--admin-motion-fast),
998
+ transform var(--admin-motion-fast);
999
+ }
1000
+
1001
+ [data-ui="app-action"][data-action="install"] {
1002
+ border-color: var(--admin-accent);
1003
+ background: var(--admin-accent);
1004
+ color: var(--admin-accent-ink);
1005
+ }
1006
+
1007
+ [data-ui="app-action"]:active:not(:disabled) {
1008
+ transform: translateY(1px);
1009
+ }
1010
+
1011
+ [data-ui="app-action"]:disabled {
1012
+ border-color: var(--admin-line);
1013
+ background: var(--admin-surface-subtle);
1014
+ color: var(--admin-ink-disabled);
1015
+ cursor: not-allowed;
1016
+ opacity: 0.8;
1017
+ transform: none;
1018
+ }
1019
+
1020
+ /* ── Data list ────────────────────────────────────────────────────────── */
1021
+
1022
+ /* ── Data table ────────────────────────────────────────────────────────────
1023
+ One table, drawn the same way everywhere: columns arrive as data, so the row
1024
+ height, the header and the overflow behaviour are decided here once and no
1025
+ module gets to disagree.
1026
+
1027
+ The scroll box is the important part. A wide list must scroll inside itself,
1028
+ because a page that scrolls sideways takes the sidebar with it. */
1029
+
1030
+ [data-ui="table-scroll"] {
1031
+ overflow-x: auto;
1032
+ border: 1px solid var(--admin-line);
1033
+ border-radius: var(--admin-radius);
1034
+ background: var(--admin-surface);
1035
+ box-shadow: var(--admin-shadow-card);
1036
+ }
1037
+
1038
+ [data-ui="table"] {
1039
+ inline-size: 100%;
1040
+ border-spacing: 0;
1041
+ background: var(--admin-surface);
1042
+ /* auto, not fixed: a name column and a status column do not want the same
1043
+ share of the width, and nothing here knows which is which. */
1044
+ table-layout: auto;
1045
+ }
1046
+
1047
+ [data-ui="table"] th {
1048
+ position: sticky;
1049
+ z-index: 1;
1050
+ inset-block-start: 0;
1051
+ block-size: 2rem;
1052
+ padding: 0 var(--admin-gap);
1053
+ background: var(--admin-surface-subtle);
1054
+ border-block-end: 1px solid var(--admin-line);
1055
+ color: var(--admin-ink-secondary);
1056
+ font-size: var(--admin-size-xs);
1057
+ font-weight: 700;
1058
+ letter-spacing: 0.055em;
1059
+ line-height: 1.2;
1060
+ text-align: start;
1061
+ text-transform: uppercase;
1062
+ white-space: nowrap;
1063
+ }
1064
+
1065
+ [data-ui="row"] {
1066
+ block-size: var(--admin-row-height);
1067
+ }
1068
+
1069
+ [data-ui="group-row"] td {
1070
+ padding: 0;
1071
+ border-block-end: 1px solid var(--admin-line);
1072
+ background: var(--admin-surface-subtle);
1073
+ }
1074
+
1075
+ [data-ui="group-link"] {
1076
+ display: flex;
1077
+ min-block-size: var(--admin-row-height);
1078
+ align-items: center;
1079
+ gap: 0.5rem;
1080
+ padding-inline: var(--admin-gap);
1081
+ color: var(--admin-ink);
1082
+ font-size: 0.8125rem;
1083
+ font-weight: 650;
1084
+ text-decoration: none;
1085
+ }
1086
+
1087
+ [data-ui="group-indent"] {
1088
+ inline-size: calc(var(--group-depth) * 1rem);
1089
+ flex: 0 0 auto;
1090
+ }
1091
+
1092
+ [data-ui="group-link"] > [data-ui="icon"] {
1093
+ inline-size: 0.875rem;
1094
+ block-size: 0.875rem;
1095
+ }
1096
+
1097
+ [data-ui="group-count"] {
1098
+ min-inline-size: 1.5rem;
1099
+ margin-inline-start: auto;
1100
+ padding: 0.125rem 0.375rem;
1101
+ border-radius: 999px;
1102
+ background: var(--admin-surface-hover);
1103
+ color: var(--admin-ink-secondary);
1104
+ font-size: 0.75rem;
1105
+ font-variant-numeric: tabular-nums;
1106
+ text-align: center;
1107
+ }
1108
+
1109
+ [data-ui="row"]:last-child td {
1110
+ border-block-end: 0;
1111
+ }
1112
+
1113
+ [data-ui="row"] td {
1114
+ padding: 0.375rem var(--admin-gap);
1115
+ border-block-end: 1px solid var(--admin-line);
1116
+ color: var(--admin-ink-secondary);
1117
+ font-size: 0.8125rem;
1118
+ line-height: 1.35;
1119
+ text-align: start;
1120
+ vertical-align: middle;
1121
+ transition: background-color var(--admin-motion-fast);
1122
+ }
1123
+
1124
+ /* The first column is what you are looking for; everything else qualifies it. */
1125
+ [data-ui="row"] td:first-child {
1126
+ color: var(--admin-ink);
1127
+ font-weight: 500;
1128
+ }
1129
+
1130
+ [data-ui="row-link"] {
1131
+ color: inherit;
1132
+ text-underline-offset: 0.14em;
1133
+ }
1134
+
1135
+ [data-ui="cell"] code {
1136
+ color: var(--admin-ink);
1137
+ font-family: var(--admin-font-mono);
1138
+ font-size: var(--admin-size-sm);
1139
+ font-variant-numeric: tabular-nums;
1140
+ overflow-wrap: anywhere;
1141
+ }
1142
+
1143
+ /* Numbers line up on the right, everywhere, so a column can be read down. */
1144
+ [data-ui="table"] [data-align="end"] {
1145
+ text-align: end;
1146
+ font-variant-numeric: tabular-nums;
1147
+ }
1148
+
1149
+ [data-ui="col-actions"],
1150
+ [data-ui="cell-actions"] {
1151
+ inline-size: var(--admin-control-height);
1152
+ }
1153
+
1154
+ /* ── Choosing columns ──────────────────────────────────────────────────────
1155
+ A <details> and a list of links. Not checkboxes in a form: a checkbox needs
1156
+ a handler to mean anything, and a handler is client state (D43). Each entry
1157
+ is the same list with one more column, or one fewer. */
1158
+
1159
+ [data-ui="col-config"] {
1160
+ position: relative;
1161
+ }
1162
+
1163
+ [data-ui="col-config-open"] {
1164
+ display: grid;
1165
+ inline-size: var(--admin-control-height);
1166
+ block-size: var(--admin-control-height);
1167
+ place-items: center;
1168
+ border-radius: var(--admin-radius-sm);
1169
+ color: var(--admin-ink-secondary);
1170
+ cursor: pointer;
1171
+ font-size: 0.75rem;
1172
+ line-height: 1;
1173
+ list-style: none;
1174
+ }
1175
+
1176
+ [data-ui="col-config-open"]::-webkit-details-marker {
1177
+ display: none;
1178
+ }
1179
+
1180
+ [data-ui="col-config-menu"] {
1181
+ position: absolute;
1182
+ z-index: 30;
1183
+ inset-block-start: calc(100% + 0.25rem);
1184
+ inset-inline-end: 0;
1185
+ display: flex;
1186
+ min-inline-size: 10rem;
1187
+ flex-direction: column;
1188
+ padding: 0.25rem;
1189
+ border: 1px solid var(--admin-line-strong);
1190
+ border-radius: var(--admin-radius-sm);
1191
+ background: var(--admin-surface);
1192
+ box-shadow: var(--admin-shadow-card);
1193
+ }
1194
+
1195
+ [data-ui="col-toggle"] {
1196
+ display: flex;
1197
+ min-block-size: 1.75rem;
1198
+ align-items: center;
1199
+ gap: var(--admin-gap-xs);
1200
+ padding-inline: 0.375rem;
1201
+ border-radius: var(--admin-radius-sm);
1202
+ color: var(--admin-ink-secondary);
1203
+ font-size: 0.8125rem;
1204
+ text-decoration: none;
1205
+ text-transform: none;
1206
+ letter-spacing: normal;
1207
+ white-space: nowrap;
1208
+ }
1209
+
1210
+ [data-ui="col-toggle"][data-on="true"] {
1211
+ color: var(--admin-ink);
1212
+ font-weight: 600;
1213
+ }
1214
+
1215
+ [data-ui="col-toggle-mark"] {
1216
+ inline-size: 0.75rem;
1217
+ flex: 0 0 auto;
1218
+ color: var(--admin-accent-text);
1219
+ }
1220
+
1221
+ /* ── Status ────────────────────────────────────────────────────────────────
1222
+ The tone is named for what it means, not for what it looks like. A design
1223
+ team that wants "draft" amber changes one rule and every draft follows. */
1224
+
1225
+ [data-ui="badge"] {
1226
+ display: inline-flex;
1227
+ min-block-size: 1.375rem;
1228
+ align-items: center;
1229
+ gap: 0.3125rem;
1230
+ padding-inline: 0.4375rem;
1231
+ border-radius: var(--admin-radius-sm);
1232
+ font-size: var(--admin-size-xs);
1233
+ font-weight: 600;
1234
+ line-height: 1.2;
1235
+ white-space: nowrap;
1236
+ }
1237
+
1238
+ [data-ui="badge"]::before {
1239
+ inline-size: 0.375rem;
1240
+ block-size: 0.375rem;
1241
+ flex: 0 0 auto;
1242
+ border-radius: 50%;
1243
+ background: currentColor;
1244
+ content: "";
1245
+ }
1246
+
1247
+ [data-ui="badge"][data-tone="neutral"] {
1248
+ background: var(--admin-neutral-soft);
1249
+ color: var(--admin-neutral);
1250
+ }
1251
+
1252
+ [data-ui="badge"][data-tone="info"] {
1253
+ background: var(--admin-accent-soft);
1254
+ color: var(--admin-accent-text);
1255
+ }
1256
+
1257
+ [data-ui="badge"][data-tone="positive"] {
1258
+ background: var(--admin-success-soft);
1259
+ color: var(--admin-success);
1260
+ }
1261
+
1262
+ [data-ui="badge"][data-tone="warning"] {
1263
+ background: var(--admin-warning-soft);
1264
+ color: var(--admin-warning);
1265
+ }
1266
+
1267
+ [data-ui="badge"][data-tone="danger"] {
1268
+ background: var(--admin-danger-soft);
1269
+ color: var(--admin-danger);
1270
+ }
1271
+
1272
+ [data-ui="qr-code"] {
1273
+ display: block;
1274
+ max-inline-size: 100%;
1275
+ block-size: auto;
1276
+ image-rendering: pixelated;
1277
+ }
1278
+
1279
+ /* ── People ────────────────────────────────────────────────────────────────
1280
+ Initials, not a photograph: nothing stores one yet, and a broken image in
1281
+ every row is worse than no image. This stays as the fallback either way. */
1282
+
1283
+ [data-ui="person"] {
1284
+ display: inline-flex;
1285
+ min-inline-size: 0;
1286
+ align-items: center;
1287
+ gap: var(--admin-gap-xs);
1288
+ }
1289
+
1290
+ [data-ui="person-name"] {
1291
+ overflow: hidden;
1292
+ text-overflow: ellipsis;
1293
+ white-space: nowrap;
1294
+ }
1295
+
1296
+ [data-ui="avatar"] {
1297
+ display: grid;
1298
+ inline-size: 1.5rem;
1299
+ block-size: 1.5rem;
1300
+ flex: 0 0 auto;
1301
+ place-items: center;
1302
+ border-radius: 50%;
1303
+ background: var(--admin-accent-soft);
1304
+ color: var(--admin-accent-text);
1305
+ font-size: 0.625rem;
1306
+ font-weight: 700;
1307
+ letter-spacing: 0.02em;
1308
+ line-height: 1;
1309
+ }
1310
+
1311
+ /* ── Settings token list ──────────────────────────────────────────────── */
1312
+
1313
+ [data-ui="tokens"] {
1314
+ display: grid;
1315
+ gap: var(--admin-gap-sm);
1316
+ }
1317
+
1318
+ [data-ui="token-list"] {
1319
+ margin: 0;
1320
+ overflow: hidden;
1321
+ border: 1px solid var(--admin-line);
1322
+ border-radius: var(--admin-radius);
1323
+ background: var(--admin-surface);
1324
+ box-shadow: var(--admin-shadow-card);
1325
+ }
1326
+
1327
+ [data-ui="token"] {
1328
+ display: grid;
1329
+ min-block-size: 2.5rem;
1330
+ grid-template-columns: minmax(12rem, 0.8fr) minmax(0, 1.2fr);
1331
+ align-items: center;
1332
+ border-block-end: 1px solid var(--admin-line);
1333
+ }
1334
+
1335
+ [data-ui="token"]:last-child {
1336
+ border-block-end: 0;
1337
+ }
1338
+
1339
+ [data-ui="token-name"],
1340
+ [data-ui="token-value"] {
1341
+ min-inline-size: 0;
1342
+ margin: 0;
1343
+ padding: 0.625rem var(--admin-gap);
1344
+ overflow-wrap: anywhere;
1345
+ }
1346
+
1347
+ [data-ui="token-name"] {
1348
+ color: var(--admin-ink);
1349
+ font-family: var(--admin-font-mono);
1350
+ font-size: var(--admin-size-sm);
1351
+ font-weight: 600;
1352
+ }
1353
+
1354
+ [data-ui="token-value"] {
1355
+ border-inline-start: 1px solid var(--admin-line);
1356
+ color: var(--admin-ink-secondary);
1357
+ font-family: var(--admin-font-mono);
1358
+ font-size: var(--admin-size-sm);
1359
+ font-variant-numeric: tabular-nums;
1360
+ }
1361
+
1362
+ /* ── Feedback states ──────────────────────────────────────────────────── */
1363
+
1364
+ [data-ui="empty"] {
1365
+ display: grid;
1366
+ max-inline-size: 38rem;
1367
+ justify-items: start;
1368
+ gap: var(--admin-gap-xs);
1369
+ margin: var(--admin-gap-md) auto;
1370
+ padding: var(--admin-gap-md);
1371
+ border: 1px dashed var(--admin-line-strong);
1372
+ border-radius: var(--admin-radius);
1373
+ background: var(--admin-surface);
1374
+ }
1375
+
1376
+ [data-ui="empty-message"],
1377
+ [data-ui="empty-hint"],
1378
+ [data-ui="error-code"],
1379
+ [data-ui="error-message"],
1380
+ [data-ui="error-hint"] {
1381
+ margin: 0;
1382
+ }
1383
+
1384
+ [data-ui="empty-message"] {
1385
+ color: var(--admin-ink);
1386
+ font-size: var(--admin-size-base);
1387
+ font-weight: 700;
1388
+ }
1389
+
1390
+ [data-ui="empty-hint"] {
1391
+ color: var(--admin-ink-secondary);
1392
+ font-size: 0.8125rem;
1393
+ }
1394
+
1395
+ [data-ui="error"] {
1396
+ display: grid;
1397
+ max-inline-size: 48rem;
1398
+ gap: var(--admin-gap-xs);
1399
+ margin: var(--admin-gap-md) auto;
1400
+ padding: var(--admin-gap-md);
1401
+ border: 1px solid var(--admin-danger-line);
1402
+ border-inline-start: 3px solid var(--admin-danger);
1403
+ border-radius: var(--admin-radius);
1404
+ background: var(--admin-danger-soft);
1405
+ color: var(--admin-status-fixed-ink);
1406
+ }
1407
+
1408
+ [data-ui="error-code"] {
1409
+ color: var(--admin-danger);
1410
+ font-family: var(--admin-font-mono);
1411
+ font-size: var(--admin-size-xs);
1412
+ font-weight: 700;
1413
+ letter-spacing: 0.035em;
1414
+ }
1415
+
1416
+ [data-ui="error-message"] {
1417
+ font-size: 0.8125rem;
1418
+ font-weight: 600;
1419
+ }
1420
+
1421
+ [data-ui="error-hint"] {
1422
+ margin-block-start: var(--admin-gap-xs);
1423
+ padding-block-start: var(--admin-gap-sm);
1424
+ border-block-start: 1px solid var(--admin-danger-line);
1425
+ color: var(--admin-status-fixed-ink-secondary);
1426
+ font-size: 0.8125rem;
1427
+ }
1428
+
1429
+ /* ── Design catalogue ─────────────────────────────────────────────────── */
1430
+
1431
+ [data-ui="catalogue"] {
1432
+ inline-size: min(100%, 108rem);
1433
+ margin-inline: auto;
1434
+ padding: var(--admin-gap-lg);
1435
+ }
1436
+
1437
+ [data-ui="catalogue-nav"] {
1438
+ position: sticky;
1439
+ inset-block-start: 0;
1440
+ z-index: 50;
1441
+ display: flex;
1442
+ flex-wrap: wrap;
1443
+ gap: var(--admin-gap-xs);
1444
+ margin: calc(var(--admin-gap-lg) * -1) calc(var(--admin-gap-lg) * -1) var(--admin-gap-xl);
1445
+ padding: var(--admin-gap) var(--admin-gap-lg);
1446
+ background: color-mix(in srgb, var(--admin-bg) 94%, transparent);
1447
+ border-block-end: 1px solid var(--admin-line);
1448
+ backdrop-filter: blur(12px);
1449
+ }
1450
+
1451
+ [data-ui="catalogue-nav"] a {
1452
+ block-size: var(--admin-control-height);
1453
+ padding-inline: 0.5rem;
1454
+ border: 1px solid var(--admin-line);
1455
+ border-radius: var(--admin-radius-sm);
1456
+ background: var(--admin-surface);
1457
+ color: var(--admin-ink-secondary);
1458
+ font-size: var(--admin-size-sm);
1459
+ font-weight: 600;
1460
+ line-height: 1.25;
1461
+ text-decoration: none;
1462
+ }
1463
+
1464
+ [data-ui="catalogue-case"] {
1465
+ display: grid;
1466
+ gap: var(--admin-gap);
1467
+ margin-block-end: 3rem;
1468
+ scroll-margin-block-start: 5rem;
1469
+ }
1470
+
1471
+ [data-ui="catalogue-head"] {
1472
+ display: grid;
1473
+ gap: var(--admin-gap-xs);
1474
+ }
1475
+
1476
+ [data-ui="catalogue-head"] h2,
1477
+ [data-ui="catalogue-head"] p {
1478
+ margin: 0;
1479
+ }
1480
+
1481
+ [data-ui="catalogue-head"] h2 {
1482
+ color: var(--admin-ink);
1483
+ font-size: var(--admin-size-md);
1484
+ font-weight: 700;
1485
+ letter-spacing: -0.01em;
1486
+ }
1487
+
1488
+ [data-ui="catalogue-head"] p {
1489
+ color: var(--admin-ink-secondary);
1490
+ font-size: 0.8125rem;
1491
+ }
1492
+
1493
+ [data-ui="catalogue-frame"] {
1494
+ min-inline-size: 0;
1495
+ max-block-size: 46rem;
1496
+ overflow: auto;
1497
+ border: 1px solid var(--admin-line-strong);
1498
+ border-radius: var(--admin-radius-lg);
1499
+ background: var(--admin-bg);
1500
+ box-shadow: var(--admin-shadow-card);
1501
+ }
1502
+
1503
+ [data-ui="catalogue-frame"] > [data-ui="shell"] {
1504
+ min-inline-size: 50rem;
1505
+ min-block-size: 26rem;
1506
+ }
1507
+
1508
+ [data-ui="catalogue-frame"] > :is([data-ui="empty"], [data-ui="error"]) {
1509
+ margin-block: 3rem;
1510
+ }
1511
+
1512
+ /* ── Pointer states ───────────────────────────────────────────────────── */
1513
+
1514
+ @media (hover: hover) {
1515
+ [data-ui="nav-item"]:hover {
1516
+ background: var(--admin-surface);
1517
+ color: var(--admin-ink);
1518
+ }
1519
+
1520
+ [data-ui="nav-item"][data-active="true"]:hover {
1521
+ background: var(--admin-accent-soft);
1522
+ color: var(--admin-accent-text);
1523
+ }
1524
+
1525
+ [data-ui="app-action"]:hover:not(:disabled) {
1526
+ border-color: var(--admin-line-strong);
1527
+ background: var(--admin-surface-hover);
1528
+ color: var(--admin-ink);
1529
+ }
1530
+
1531
+ [data-ui="app-action"][data-action="install"]:hover:not(:disabled) {
1532
+ border-color: var(--admin-accent-hover);
1533
+ background: var(--admin-accent-hover);
1534
+ color: var(--admin-accent-ink);
1535
+ }
1536
+
1537
+ [data-ui="row"]:hover td {
1538
+ background: var(--admin-surface-hover);
1539
+ }
1540
+
1541
+ [data-ui="catalogue-nav"] a:hover {
1542
+ border-color: var(--admin-accent-line);
1543
+ background: var(--admin-accent-soft);
1544
+ color: var(--admin-accent-text);
1545
+ }
1546
+ }
1547
+
1548
+ /* ── Responsive composition ───────────────────────────────────────────── */
1549
+
1550
+ @media (max-width: 63.9375rem) {
1551
+ [data-ui="content"] {
1552
+ padding-inline: var(--admin-gap-md);
1553
+ }
1554
+
1555
+ [data-ui="topbar"] {
1556
+ padding-inline: var(--admin-gap-md);
1557
+ }
1558
+
1559
+ [data-ui="table"] {
1560
+ min-inline-size: 100%;
1561
+ }
1562
+ }
1563
+
1564
+ @media (max-width: 47.9375rem) {
1565
+ :root {
1566
+ --admin-topbar-height: 3.25rem;
1567
+ }
1568
+
1569
+ [data-ui="shell"] {
1570
+ display: block;
1571
+ }
1572
+
1573
+ [data-ui="sidebar"],
1574
+ body > [data-ui="shell"] > [data-ui="sidebar"] {
1575
+ position: sticky;
1576
+ inset-block-start: 0;
1577
+ z-index: 30;
1578
+ display: flex;
1579
+ inline-size: 100%;
1580
+ block-size: auto;
1581
+ flex-direction: row;
1582
+ align-items: center;
1583
+ gap: var(--admin-gap-sm);
1584
+ min-block-size: var(--admin-topbar-height);
1585
+ padding: var(--admin-gap-xs) var(--admin-gap-sm);
1586
+ overflow: hidden;
1587
+ background: var(--admin-surface);
1588
+ border-inline-end: 0;
1589
+ border-block-end: 1px solid var(--admin-line);
1590
+ }
1591
+
1592
+ [data-ui="sidebar-header"] {
1593
+ min-inline-size: 0;
1594
+ flex: 1 1 auto;
1595
+ padding: 0;
1596
+ }
1597
+
1598
+ [data-ui="sidebar-brand"] {
1599
+ min-block-size: 2.75rem;
1600
+ padding-inline: var(--admin-gap-sm);
1601
+ }
1602
+
1603
+ [data-ui="sidebar-search"],
1604
+ [data-ui="sidebar-nav"] {
1605
+ display: none;
1606
+ }
1607
+
1608
+ [data-ui="sidebar-foot"] {
1609
+ flex: 0 0 auto;
1610
+ flex-direction: row;
1611
+ align-items: center;
1612
+ gap: var(--admin-gap-xs);
1613
+ margin: 0;
1614
+ padding: 0;
1615
+ border: 0;
1616
+ }
1617
+
1618
+ [data-ui="indicators"] {
1619
+ padding: 0;
1620
+ }
1621
+
1622
+ [data-ui="viewer"] {
1623
+ padding: 0;
1624
+ }
1625
+
1626
+ [data-ui="viewer-who"] {
1627
+ display: none;
1628
+ }
1629
+
1630
+ [data-ui="nav-item"] {
1631
+ min-block-size: 2.75rem;
1632
+ flex: 0 0 auto;
1633
+ padding-inline: 0.625rem;
1634
+ white-space: nowrap;
1635
+ }
1636
+
1637
+ [data-ui="nav-item"][data-active="true"] {
1638
+ box-shadow: inset 0 -2px 0 var(--admin-accent);
1639
+ }
1640
+
1641
+ body > [data-ui="shell"] [data-ui="topbar"] {
1642
+ position: static;
1643
+ flex-wrap: wrap;
1644
+ min-block-size: var(--admin-topbar-height);
1645
+ padding: var(--admin-gap-sm) var(--admin-gap);
1646
+ }
1647
+
1648
+ [data-ui="chrome-lead"] {
1649
+ min-inline-size: 0;
1650
+ flex: 1 1 auto;
1651
+ }
1652
+
1653
+ [data-ui="title"] {
1654
+ overflow: hidden;
1655
+ min-inline-size: 0;
1656
+ text-overflow: ellipsis;
1657
+ }
1658
+
1659
+ [data-ui="chrome-search"] {
1660
+ order: 3;
1661
+ inline-size: 100%;
1662
+ min-block-size: 2.75rem;
1663
+ flex: 1 0 100%;
1664
+ margin: 0;
1665
+ }
1666
+
1667
+ [data-ui="chrome-tail"] {
1668
+ margin-inline-start: auto;
1669
+ }
1670
+
1671
+ [data-ui="chrome-create"],
1672
+ [data-ui="pager-step"],
1673
+ [data-ui="view-kind"] {
1674
+ min-block-size: 2.75rem;
1675
+ }
1676
+
1677
+ [data-ui="pager-step"],
1678
+ [data-ui="view-kind"] {
1679
+ inline-size: 2.75rem;
1680
+ block-size: 2.75rem;
1681
+ }
1682
+
1683
+ [data-ui="content"] {
1684
+ padding: var(--admin-gap) var(--admin-gap) var(--admin-gap-lg);
1685
+ }
1686
+
1687
+ [data-ui="app-grid"] {
1688
+ grid-template-columns: repeat(auto-fill, minmax(min(15rem, 100%), 1fr));
1689
+ }
1690
+
1691
+ [data-ui="app-action"] {
1692
+ min-block-size: 2.75rem;
1693
+ padding-inline: var(--admin-gap-md);
1694
+ }
1695
+
1696
+ [data-ui="token"] {
1697
+ grid-template-columns: 1fr;
1698
+ }
1699
+
1700
+ [data-ui="token-value"] {
1701
+ padding-block-start: 0;
1702
+ border-inline-start: 0;
1703
+ }
1704
+
1705
+ [data-ui="catalogue"] {
1706
+ padding: var(--admin-gap);
1707
+ }
1708
+
1709
+ [data-ui="catalogue-nav"] {
1710
+ margin: calc(var(--admin-gap) * -1) calc(var(--admin-gap) * -1) var(--admin-gap-lg);
1711
+ padding: var(--admin-gap);
1712
+ flex-wrap: nowrap;
1713
+ overflow-x: auto;
1714
+ }
1715
+ }
1716
+
1717
+ @media (max-width: 29.9375rem) {
1718
+ [data-ui="app-grid"] {
1719
+ grid-template-columns: 1fr;
1720
+ }
1721
+
1722
+ [data-ui="app-card"] {
1723
+ min-block-size: 9.5rem;
1724
+ padding: var(--admin-gap);
1725
+ }
1726
+
1727
+ [data-ui="empty"] {
1728
+ margin-block: var(--admin-gap-md);
1729
+ padding: var(--admin-gap-md);
1730
+ }
1731
+ }
1732
+
1733
+ @media (prefers-reduced-motion: reduce) {
1734
+ *,
1735
+ *::before,
1736
+ *::after {
1737
+ scroll-behavior: auto;
1738
+ transition-duration: 0.01ms;
1739
+ }
1740
+ }
1741
+
1742
+ @media print {
1743
+ [data-ui="sidebar"],
1744
+ [data-ui="catalogue-nav"] {
1745
+ display: none;
1746
+ }
1747
+
1748
+ [data-ui="shell"] {
1749
+ display: block;
1750
+ }
1751
+
1752
+ [data-ui="topbar"] {
1753
+ position: static;
1754
+ }
1755
+
1756
+ [data-ui="content"] {
1757
+ padding: 0;
1758
+ }
1759
+ }
1760
+ }
1761
+
1762
+ /* The compact shell is two useful rows: identity/search, then a horizontally
1763
+ scrollable menu for the current app. The old responsive rules changed the
1764
+ sidebar to a row but left its flexing navigation at desktop height, producing
1765
+ more than 500px of empty space above every mobile screen. */
1766
+ @media (max-width: 47.9375rem) {
1767
+ [data-ui="sidebar-main"] {
1768
+ display: contents;
1769
+ }
1770
+
1771
+ [data-ui="sidebar"],
1772
+ body > [data-ui="shell"] > [data-ui="sidebar"] {
1773
+ display: grid;
1774
+ grid-template-columns: auto minmax(8rem, 1fr);
1775
+ align-items: center;
1776
+ gap: var(--admin-gap-sm);
1777
+ block-size: auto;
1778
+ padding: var(--admin-gap-sm);
1779
+ }
1780
+ [data-ui="sidebar-header"] {
1781
+ padding: 0;
1782
+ }
1783
+ [data-ui="sidebar-search"] {
1784
+ margin: 0;
1785
+ }
1786
+ [data-ui="sidebar-nav"] {
1787
+ display: block;
1788
+ grid-column: 1 / -1;
1789
+ padding: 0;
1790
+ overflow-x: auto;
1791
+ overflow-y: hidden;
1792
+ }
1793
+ [data-ui="sidebar-section-label"],
1794
+ [data-ui="app-list"],
1795
+ [data-ui="menu-section-title"],
1796
+ [data-ui="sidebar-foot"] {
1797
+ display: none;
1798
+ }
1799
+ [data-ui="menu"] {
1800
+ display: flex;
1801
+ inline-size: max-content;
1802
+ gap: var(--admin-gap-xs);
1803
+ }
1804
+ [data-ui="menu-item-wrap"],
1805
+ [data-ui="menu-section"] {
1806
+ display: block;
1807
+ }
1808
+ [data-ui="menu-section-children"] {
1809
+ display: flex;
1810
+ inline-size: max-content;
1811
+ gap: var(--admin-gap-xs);
1812
+ margin: 0;
1813
+ padding: 0;
1814
+ border: 0;
1815
+ }
1816
+ [data-ui="menu-item"] {
1817
+ min-block-size: 2.5rem;
1818
+ padding-inline: var(--admin-gap);
1819
+ }
1820
+ [data-ui="menu-dot"] {
1821
+ display: none;
1822
+ }
1823
+
1824
+ /* A list remains a readable list on a narrow screen. Let its own scroll box
1825
+ carry the width instead of squeezing identifiers into one-character lines. */
1826
+ [data-ui="table"] {
1827
+ inline-size: max-content;
1828
+ min-inline-size: 100%;
1829
+ }
1830
+ [data-ui="row"] td,
1831
+ [data-ui="cell"] code {
1832
+ overflow-wrap: normal;
1833
+ white-space: nowrap;
1834
+ }
1835
+ }
1836
+
1837
+ /* ─────────────────────────────────────────────────────────────────────────────
1838
+ Sign-in, and the identity strip in the topbar.
1839
+
1840
+ Written against the same tokens as everything above, because the sign-in page
1841
+ is the first screen anyone sees and a first screen that does not look like the
1842
+ rest teaches the wrong thing about the rest.
1843
+
1844
+ The form is centred rather than full-width: at 1600px a login stretched across
1845
+ the viewport reads as an error state.
1846
+ ───────────────────────────────────────────────────────────────────────────── */
1847
+
1848
+ @layer ket.app {
1849
+ [data-ui="login"] {
1850
+ display: grid;
1851
+ min-block-size: 100dvh;
1852
+ place-items: center;
1853
+ padding: var(--admin-gap-lg);
1854
+ background: var(--admin-bg);
1855
+ }
1856
+
1857
+ [data-ui="login-form"] {
1858
+ display: grid;
1859
+ inline-size: min(24rem, 100%);
1860
+ gap: var(--admin-gap-md);
1861
+ padding: var(--admin-gap-xl);
1862
+ border: 1px solid var(--admin-line);
1863
+ border-block-start: 2px solid var(--admin-accent);
1864
+ border-radius: var(--admin-radius-lg);
1865
+ background: var(--admin-surface);
1866
+ box-shadow: var(--admin-shadow-float);
1867
+ }
1868
+
1869
+ [data-ui="login-title"] {
1870
+ margin: 0;
1871
+ color: var(--admin-ink);
1872
+ font-size: var(--admin-size-xl);
1873
+ font-weight: 700;
1874
+ letter-spacing: -0.02em;
1875
+ line-height: 1.2;
1876
+ }
1877
+
1878
+ /* role="alert", so it is announced as well as seen. */
1879
+ [data-ui="login-error"] {
1880
+ margin: 0;
1881
+ padding: var(--admin-gap-sm) var(--admin-gap-md);
1882
+ border: 1px solid var(--admin-danger-line);
1883
+ border-radius: var(--admin-radius-sm);
1884
+ background: var(--admin-danger-soft);
1885
+ color: var(--admin-danger-strong);
1886
+ font-size: var(--admin-size-sm);
1887
+ line-height: 1.4;
1888
+ }
1889
+
1890
+ /* A field is a label wrapping its input, so the whole thing is a click target. */
1891
+ [data-ui="field"] {
1892
+ display: grid;
1893
+ gap: var(--admin-gap-xs);
1894
+ }
1895
+
1896
+ [data-ui="field-label"] {
1897
+ color: var(--admin-ink-secondary);
1898
+ font-size: var(--admin-size-sm);
1899
+ font-weight: 500;
1900
+ }
1901
+
1902
+ [data-ui="field-input"] {
1903
+ min-block-size: var(--admin-control-height);
1904
+ padding-inline: 0.625rem;
1905
+ border: 1px solid var(--admin-line-strong);
1906
+ border-radius: var(--admin-radius-sm);
1907
+ background: var(--admin-bg);
1908
+ color: var(--admin-ink);
1909
+ font: inherit;
1910
+ font-size: var(--admin-size-base);
1911
+ transition:
1912
+ border-color var(--admin-motion-fast),
1913
+ box-shadow var(--admin-motion-fast);
1914
+ }
1915
+
1916
+ [data-ui="field-input"]:focus-visible {
1917
+ border-color: var(--admin-focus-border);
1918
+ box-shadow: 0 0 0 3px var(--admin-focus-ring);
1919
+ outline: none;
1920
+ }
1921
+
1922
+ [data-ui="login-submit"] {
1923
+ min-block-size: var(--admin-control-height);
1924
+ border: 1px solid var(--admin-accent);
1925
+ border-radius: var(--admin-radius-sm);
1926
+ background: var(--admin-accent);
1927
+ color: var(--admin-accent-ink);
1928
+ font: inherit;
1929
+ font-size: var(--admin-size-base);
1930
+ font-weight: 600;
1931
+ cursor: pointer;
1932
+ transition: background-color var(--admin-motion-fast);
1933
+ }
1934
+
1935
+ [data-ui="login-submit"]:hover {
1936
+ background: var(--admin-accent-hover);
1937
+ }
1938
+
1939
+ [data-ui="login-providers"] {
1940
+ display: grid;
1941
+ gap: var(--admin-gap-sm);
1942
+ }
1943
+
1944
+ [data-ui="login-divider"] {
1945
+ display: flex;
1946
+ align-items: center;
1947
+ gap: var(--admin-gap-sm);
1948
+ color: var(--admin-ink-muted);
1949
+ font-size: var(--admin-size-xs);
1950
+ text-transform: uppercase;
1951
+ }
1952
+
1953
+ [data-ui="login-divider"]::before,
1954
+ [data-ui="login-divider"]::after {
1955
+ block-size: 1px;
1956
+ flex: 1;
1957
+ background: var(--admin-line);
1958
+ content: "";
1959
+ }
1960
+
1961
+ [data-ui="login-provider"] {
1962
+ display: grid;
1963
+ min-block-size: var(--admin-control-height);
1964
+ padding-inline: 0.75rem;
1965
+ place-items: center;
1966
+ border: 1px solid var(--admin-line-strong);
1967
+ border-radius: var(--admin-radius-sm);
1968
+ background: var(--admin-bg);
1969
+ color: var(--admin-ink);
1970
+ font-size: var(--admin-size-base);
1971
+ font-weight: 600;
1972
+ text-align: center;
1973
+ text-decoration: none;
1974
+ transition:
1975
+ border-color var(--admin-motion-fast),
1976
+ background-color var(--admin-motion-fast);
1977
+ }
1978
+
1979
+ [data-ui="login-provider"]:hover {
1980
+ border-color: var(--admin-accent);
1981
+ background: var(--admin-accent-soft);
1982
+ }
1983
+
1984
+ [data-ui="login-locales"] {
1985
+ display: flex;
1986
+ margin: 0;
1987
+ gap: var(--admin-gap-sm);
1988
+ justify-content: center;
1989
+ font-size: var(--admin-size-xs);
1990
+ }
1991
+
1992
+ [data-ui="login-locale"] {
1993
+ color: var(--admin-ink-muted);
1994
+ text-decoration: none;
1995
+ }
1996
+
1997
+ [data-ui="login-locale"][data-active="true"] {
1998
+ color: var(--admin-accent-text);
1999
+ font-weight: 600;
2000
+ }
2001
+
2002
+ /* ── KétViệt sidebar systray ──────────────────────────────────────────────── */
2003
+
2004
+ /* The old KétViệt footer had one compact operational row, then Settings below
2005
+ a divider. KetSuite keeps that composition while the avatar opens a native
2006
+ account menu, so sign-out remains available without another permanent icon. */
2007
+ [data-ui="sidebar-foot"] {
2008
+ display: flex;
2009
+ position: relative;
2010
+ min-inline-size: 0;
2011
+ flex-direction: column;
2012
+ gap: var(--admin-gap-xs);
2013
+ margin-block-start: auto;
2014
+ padding: var(--admin-gap-sm) 0.625rem var(--admin-gap);
2015
+ border-block-start: 1px solid var(--admin-line);
2016
+ }
2017
+
2018
+ [data-ui="sidebar-tools"] {
2019
+ display: flex;
2020
+ min-inline-size: 0;
2021
+ min-block-size: var(--admin-control-height);
2022
+ align-items: center;
2023
+ gap: var(--admin-gap-xs);
2024
+ padding: 0 0.125rem var(--admin-gap-sm);
2025
+ border-block-end: 1px solid var(--admin-line);
2026
+ }
2027
+
2028
+ [data-ui="indicators"] {
2029
+ display: flex;
2030
+ min-inline-size: 0;
2031
+ align-items: center;
2032
+ gap: var(--admin-gap-xs);
2033
+ }
2034
+
2035
+ [data-ui="indicators"] > ket-island[data-island="mail.inbox-indicator"],
2036
+ [data-ui="indicator"][data-kind="message"] {
2037
+ order: 1;
2038
+ }
2039
+
2040
+ [data-ui="indicators"] > ket-island[data-island="activity.indicator"],
2041
+ [data-ui="indicator"][data-kind="activity"] {
2042
+ order: 2;
2043
+ }
2044
+
2045
+ [data-ui="indicator"] {
2046
+ display: inline-flex;
2047
+ min-inline-size: var(--admin-control-height);
2048
+ block-size: var(--admin-control-height);
2049
+ align-items: center;
2050
+ justify-content: center;
2051
+ gap: 0.375rem;
2052
+ padding-inline: var(--admin-gap-sm);
2053
+ border: 1px solid var(--admin-line-strong);
2054
+ border-radius: var(--admin-radius-sm);
2055
+ background: var(--admin-surface);
2056
+ color: var(--admin-ink-secondary);
2057
+ font-size: var(--admin-size-sm);
2058
+ line-height: 1;
2059
+ text-decoration: none;
2060
+ transition:
2061
+ border-color var(--admin-motion-fast),
2062
+ background-color var(--admin-motion-fast),
2063
+ color var(--admin-motion-fast);
2064
+ }
2065
+
2066
+ [data-ui="indicator"]:hover {
2067
+ border-color: var(--admin-ink-muted);
2068
+ background: var(--admin-surface-hover);
2069
+ color: var(--admin-ink);
2070
+ }
2071
+
2072
+ [data-ui="indicator-icon"] {
2073
+ display: grid;
2074
+ inline-size: 0.875rem;
2075
+ block-size: 0.875rem;
2076
+ flex: 0 0 auto;
2077
+ place-items: center;
2078
+ }
2079
+
2080
+ [data-ui="indicator-count"] {
2081
+ min-inline-size: 0.75rem;
2082
+ color: var(--admin-ink);
2083
+ font-size: var(--admin-size-sm);
2084
+ font-weight: 700;
2085
+ font-variant-numeric: tabular-nums;
2086
+ line-height: 1;
2087
+ text-align: center;
2088
+ }
2089
+
2090
+ [data-ui="viewer-company-indicator"] {
2091
+ display: grid;
2092
+ inline-size: var(--admin-control-height);
2093
+ block-size: var(--admin-control-height);
2094
+ flex: 0 0 auto;
2095
+ place-items: center;
2096
+ color: var(--admin-ink-muted);
2097
+ }
2098
+
2099
+ [data-ui="viewer-company-indicator"] > [data-ui="icon"] {
2100
+ inline-size: 0.875rem;
2101
+ block-size: 0.875rem;
2102
+ }
2103
+
2104
+ [data-ui="viewer"] {
2105
+ position: relative;
2106
+ min-inline-size: 0;
2107
+ margin-inline-start: auto;
2108
+ }
2109
+
2110
+ [data-ui="viewer-trigger"] {
2111
+ position: relative;
2112
+ display: grid;
2113
+ inline-size: var(--admin-control-height);
2114
+ block-size: var(--admin-control-height);
2115
+ place-items: center;
2116
+ border-radius: var(--admin-radius-sm);
2117
+ cursor: pointer;
2118
+ list-style: none;
2119
+ }
2120
+
2121
+ [data-ui="viewer-trigger"]::-webkit-details-marker {
2122
+ display: none;
2123
+ }
2124
+
2125
+ [data-ui="viewer-trigger"] > [data-ui="avatar"] {
2126
+ inline-size: var(--admin-control-height);
2127
+ block-size: var(--admin-control-height);
2128
+ border-radius: var(--admin-radius-sm);
2129
+ background: var(--admin-success-icon);
2130
+ color: #fff;
2131
+ font-size: var(--admin-size-base);
2132
+ font-weight: 500;
2133
+ }
2134
+
2135
+ [data-ui="viewer-presence"] {
2136
+ position: absolute;
2137
+ inset-inline-end: -0.125rem;
2138
+ inset-block-end: -0.125rem;
2139
+ inline-size: 0.625rem;
2140
+ block-size: 0.625rem;
2141
+ border-radius: 50%;
2142
+ background: var(--admin-success);
2143
+ box-shadow: 0 0 0 2px var(--admin-bg);
2144
+ }
2145
+
2146
+ [data-ui="viewer-menu"] {
2147
+ position: absolute;
2148
+ inset-inline-end: 0;
2149
+ inset-block-end: calc(100% + var(--admin-gap-sm));
2150
+ z-index: 40;
2151
+ display: grid;
2152
+ inline-size: 12rem;
2153
+ gap: var(--admin-gap-sm);
2154
+ padding: var(--admin-gap-sm);
2155
+ border: 1px solid var(--admin-line-strong);
2156
+ border-radius: var(--admin-radius);
2157
+ background: var(--admin-surface);
2158
+ box-shadow: var(--admin-shadow-float);
2159
+ }
2160
+
2161
+ [data-ui="viewer-who"] {
2162
+ display: flex;
2163
+ min-inline-size: 0;
2164
+ flex: 1 1 auto;
2165
+ flex-direction: column;
2166
+ }
2167
+
2168
+ [data-ui="viewer-name"] {
2169
+ overflow: hidden;
2170
+ color: var(--admin-ink-secondary);
2171
+ font-size: var(--admin-size-sm);
2172
+ font-weight: 500;
2173
+ text-overflow: ellipsis;
2174
+ white-space: nowrap;
2175
+ }
2176
+
2177
+ /* Only rendered when the account belongs to more than one company, so it is
2178
+ always meaningful when it is there. */
2179
+ [data-ui="viewer-company"] {
2180
+ overflow: hidden;
2181
+ padding: 0.125rem 0.5rem;
2182
+ border: 1px solid var(--admin-accent-line);
2183
+ border-radius: var(--admin-radius-xs);
2184
+ background: var(--admin-accent-soft);
2185
+ color: var(--admin-accent-text);
2186
+ font-size: var(--admin-size-xs);
2187
+ font-weight: 600;
2188
+ text-overflow: ellipsis;
2189
+ white-space: nowrap;
2190
+ }
2191
+
2192
+ [data-ui="signout"] {
2193
+ display: block;
2194
+ }
2195
+
2196
+ [data-ui="signout-button"] {
2197
+ display: flex;
2198
+ inline-size: 100%;
2199
+ min-block-size: 2.25rem;
2200
+ align-items: center;
2201
+ gap: var(--admin-gap-sm);
2202
+ padding-inline: var(--admin-gap-sm);
2203
+ border: 0;
2204
+ border-radius: var(--admin-radius-sm);
2205
+ background: transparent;
2206
+ color: var(--admin-ink-secondary);
2207
+ font: inherit;
2208
+ font-size: var(--admin-size-sm);
2209
+ text-align: start;
2210
+ cursor: pointer;
2211
+ transition:
2212
+ background-color var(--admin-motion-fast),
2213
+ color var(--admin-motion-fast);
2214
+ }
2215
+
2216
+ [data-ui="signout-button"]:hover {
2217
+ background: var(--admin-surface-hover);
2218
+ color: var(--admin-ink);
2219
+ }
2220
+
2221
+ [data-ui="signout-button"] > [data-ui="icon"] {
2222
+ inline-size: 1rem;
2223
+ block-size: 1rem;
2224
+ }
2225
+
2226
+ [data-ui="signout-label"] {
2227
+ min-inline-size: 0;
2228
+ }
2229
+
2230
+ [data-ui="sidebar-settings"] {
2231
+ display: flex;
2232
+ min-block-size: 2rem;
2233
+ align-items: center;
2234
+ padding-inline: var(--admin-gap-sm);
2235
+ border-radius: var(--admin-radius-sm);
2236
+ color: var(--admin-ink-muted);
2237
+ font-size: var(--admin-size-sm);
2238
+ font-weight: 500;
2239
+ text-decoration: none;
2240
+ transition:
2241
+ background-color var(--admin-motion-fast),
2242
+ color var(--admin-motion-fast);
2243
+ }
2244
+
2245
+ [data-ui="sidebar-settings"]:hover {
2246
+ background: var(--admin-surface-hover);
2247
+ color: var(--admin-ink);
2248
+ }
2249
+
2250
+ /* Named in the screen contract but never given a rule, so it inherited nothing
2251
+ and sat flush against its sibling. */
2252
+ [data-ui="app-meta-value"][data-kind="depends"] {
2253
+ color: var(--admin-ink-muted);
2254
+ font-size: var(--admin-size-xs);
2255
+ }
2256
+ }
2257
+
2258
+ /* ── KetSuite UI kit foundations ────────────────────────────────────────────
2259
+ These rules mirror docs/design-system in kingfruit: operational density,
2260
+ warm neutrals, one decisive primary action, explicit state and 44px compact
2261
+ touch targets. They intentionally add no palette, radius or shadow. */
2262
+
2263
+ @layer ket.app {
2264
+ [data-ui="stack"] {
2265
+ display: grid;
2266
+ min-inline-size: 0;
2267
+ grid-template-columns: minmax(0, 1fr);
2268
+ gap: var(--admin-gap-sm);
2269
+ }
2270
+ [data-ui="stack"][data-gap="compact"] {
2271
+ gap: var(--admin-gap-xs);
2272
+ }
2273
+ [data-ui="stack"][data-gap="loose"] {
2274
+ gap: var(--admin-gap-md);
2275
+ }
2276
+
2277
+ [data-ui="inline"] {
2278
+ display: inline-flex;
2279
+ min-inline-size: 0;
2280
+ flex-wrap: wrap;
2281
+ align-items: center;
2282
+ gap: var(--admin-gap-xs);
2283
+ }
2284
+
2285
+ [data-ui="code"] {
2286
+ color: var(--admin-ink);
2287
+ font-family: var(--admin-font-mono);
2288
+ font-size: var(--admin-size-sm);
2289
+ font-variant-numeric: tabular-nums;
2290
+ overflow-wrap: anywhere;
2291
+ }
2292
+
2293
+ /* Action hierarchy. Primary is brand-600, not brand-500: normal-size white
2294
+ labels need the stronger token to meet AA. */
2295
+ :where([data-ui="action"], [data-control="action"]) {
2296
+ display: inline-flex;
2297
+ min-block-size: var(--admin-control-height);
2298
+ align-items: center;
2299
+ justify-content: center;
2300
+ gap: var(--admin-gap-xs);
2301
+ padding-inline: 0.625rem;
2302
+ border: 1px solid var(--admin-line-strong);
2303
+ border-radius: var(--admin-radius-sm);
2304
+ background: var(--admin-surface);
2305
+ color: var(--admin-ink-secondary);
2306
+ font-size: 0.8125rem;
2307
+ font-weight: 600;
2308
+ line-height: 1;
2309
+ text-decoration: none;
2310
+ cursor: pointer;
2311
+ transition:
2312
+ background-color var(--admin-motion-fast),
2313
+ border-color var(--admin-motion-fast),
2314
+ color var(--admin-motion-fast),
2315
+ transform var(--admin-motion-fast);
2316
+ }
2317
+
2318
+ :where([data-ui="action"], [data-control="action"])[data-size="compact"] {
2319
+ min-block-size: var(--admin-control-height);
2320
+ padding-inline: 0.5rem;
2321
+ border-radius: var(--admin-radius-sm);
2322
+ font-size: 0.8125rem;
2323
+ }
2324
+
2325
+ :where([data-ui="action"], [data-control="action"])[data-size="prominent"] {
2326
+ min-block-size: var(--admin-control-height);
2327
+ padding-inline: var(--admin-gap);
2328
+ font-size: 0.8125rem;
2329
+ }
2330
+
2331
+ :where([data-ui="action"], [data-control="action"])[data-variant="primary"] {
2332
+ border-color: var(--admin-accent);
2333
+ background: var(--admin-accent);
2334
+ color: var(--admin-accent-ink);
2335
+ }
2336
+
2337
+ :where([data-ui="action"], [data-control="action"])[data-variant="tertiary"] {
2338
+ border-color: transparent;
2339
+ background: transparent;
2340
+ }
2341
+
2342
+ :where([data-ui="action"], [data-control="action"])[data-variant="destructive"] {
2343
+ border-color: var(--admin-danger-line);
2344
+ background: var(--admin-danger-soft);
2345
+ color: var(--admin-danger-strong);
2346
+ }
2347
+
2348
+ :where([data-ui="action"], [data-control="action"])[data-icon-only="true"] {
2349
+ inline-size: var(--admin-control-height);
2350
+ padding: 0;
2351
+ }
2352
+
2353
+ :where([data-ui="action"], [data-control="action"])[data-icon-only="true"][data-size="compact"] {
2354
+ min-block-size: var(--admin-control-height);
2355
+ inline-size: var(--admin-control-height);
2356
+ }
2357
+
2358
+ :where([data-ui="action"], [data-control="action"]):is(:disabled, [aria-disabled="true"]) {
2359
+ border-color: var(--admin-line);
2360
+ background: var(--admin-surface-subtle);
2361
+ color: var(--admin-ink-disabled);
2362
+ cursor: not-allowed;
2363
+ opacity: 0.82;
2364
+ }
2365
+
2366
+ :where([data-ui="action"], [data-control="action"]):active:not(:disabled, [aria-disabled="true"]) {
2367
+ transform: translateY(1px);
2368
+ }
2369
+ [data-ui="action-icon"] {
2370
+ display: grid;
2371
+ inline-size: 0.875rem;
2372
+ block-size: 0.875rem;
2373
+ place-items: center;
2374
+ }
2375
+ [data-ui="action-spinner"] {
2376
+ inline-size: 1rem;
2377
+ block-size: 1rem;
2378
+ border: 2px solid currentColor;
2379
+ border-inline-end-color: transparent;
2380
+ border-radius: 50%;
2381
+ animation: ket-action-spin 700ms linear infinite;
2382
+ }
2383
+ [data-ui="action-group"] {
2384
+ display: flex;
2385
+ flex-wrap: wrap;
2386
+ align-items: center;
2387
+ gap: var(--admin-gap-xs);
2388
+ }
2389
+ @keyframes ket-action-spin {
2390
+ to {
2391
+ transform: rotate(1turn);
2392
+ }
2393
+ }
2394
+
2395
+ /* Operational schedule: a real grid rather than a decorative calendar. The
2396
+ label column remains readable while the date range scrolls horizontally. */
2397
+ [data-ui="schedule-scroll"] {
2398
+ max-inline-size: 100%;
2399
+ overflow-x: auto;
2400
+ border: 1px solid var(--admin-line);
2401
+ border-radius: var(--admin-radius);
2402
+ background: var(--admin-surface);
2403
+ }
2404
+ [data-ui="schedule"] {
2405
+ position: relative;
2406
+ inline-size: 100%;
2407
+ }
2408
+ [data-ui="schedule-head"],
2409
+ [data-ui="schedule-row"] {
2410
+ position: relative;
2411
+ display: grid;
2412
+ min-block-size: 2.75rem;
2413
+ }
2414
+ [data-ui="schedule-head"] {
2415
+ position: sticky;
2416
+ z-index: 4;
2417
+ inset-block-start: 0;
2418
+ background: var(--admin-surface-subtle);
2419
+ border-block-end: 1px solid var(--admin-line-strong);
2420
+ }
2421
+ [data-ui="schedule-row"] {
2422
+ border-block-end: 1px solid var(--admin-line);
2423
+ }
2424
+ [data-ui="schedule-row"]:last-child {
2425
+ border-block-end: 0;
2426
+ }
2427
+ [data-ui="schedule-corner"],
2428
+ [data-ui="schedule-row-label"] {
2429
+ position: sticky;
2430
+ z-index: 3;
2431
+ inset-inline-start: 0;
2432
+ display: flex;
2433
+ min-inline-size: 0;
2434
+ flex-direction: column;
2435
+ justify-content: center;
2436
+ padding: var(--admin-gap-sm) var(--admin-gap);
2437
+ background: var(--admin-surface);
2438
+ border-inline-end: 1px solid var(--admin-line-strong);
2439
+ }
2440
+ [data-ui="schedule-corner"] {
2441
+ z-index: 5;
2442
+ background: var(--admin-surface-subtle);
2443
+ color: var(--admin-ink-muted);
2444
+ font-size: var(--admin-size-xs);
2445
+ font-weight: 700;
2446
+ letter-spacing: 0.055em;
2447
+ text-transform: uppercase;
2448
+ }
2449
+ [data-ui="schedule-day"] {
2450
+ display: flex;
2451
+ flex-direction: column;
2452
+ align-items: center;
2453
+ justify-content: center;
2454
+ border-inline-end: 1px solid var(--admin-line);
2455
+ color: var(--admin-ink-secondary);
2456
+ }
2457
+ [data-ui="schedule-day"][data-today="true"] {
2458
+ background: var(--admin-accent-soft);
2459
+ color: var(--admin-accent-text);
2460
+ }
2461
+ [data-ui="schedule-day-label"],
2462
+ [data-ui="schedule-row-name"] {
2463
+ font-size: var(--admin-size-sm);
2464
+ font-weight: 650;
2465
+ }
2466
+ [data-ui="schedule-day-detail"],
2467
+ [data-ui="schedule-row-detail"] {
2468
+ overflow: hidden;
2469
+ color: var(--admin-ink-muted);
2470
+ font-size: var(--admin-size-xs);
2471
+ text-overflow: ellipsis;
2472
+ white-space: nowrap;
2473
+ }
2474
+ [data-ui="schedule-cell"] {
2475
+ grid-row: 1;
2476
+ border-inline-end: 1px solid var(--admin-line);
2477
+ }
2478
+ [data-ui="schedule-cell"][data-today="true"] {
2479
+ background: color-mix(in srgb, var(--admin-accent-soft) 48%, transparent);
2480
+ }
2481
+ [data-ui="schedule-event"] {
2482
+ z-index: 2;
2483
+ grid-row: 1;
2484
+ align-self: center;
2485
+ display: flex;
2486
+ min-inline-size: 0;
2487
+ block-size: 2.25rem;
2488
+ flex-direction: column;
2489
+ justify-content: center;
2490
+ margin-inline: 0.2rem;
2491
+ padding-inline: var(--admin-gap-sm);
2492
+ overflow: hidden;
2493
+ border: 1px solid var(--admin-line-strong);
2494
+ border-radius: var(--admin-radius-sm);
2495
+ background: var(--admin-surface);
2496
+ color: var(--admin-ink-secondary);
2497
+ }
2498
+ [data-ui="schedule-event"][data-tone="neutral"] {
2499
+ background: var(--admin-neutral-soft);
2500
+ color: var(--admin-neutral);
2501
+ }
2502
+ [data-ui="schedule-event"][data-tone="positive"] {
2503
+ border-color: var(--admin-success-icon);
2504
+ background: var(--admin-success-soft);
2505
+ color: var(--admin-success);
2506
+ }
2507
+ [data-ui="schedule-event"][data-tone="info"] {
2508
+ border-color: var(--admin-accent-line);
2509
+ background: var(--admin-accent-soft);
2510
+ color: var(--admin-accent-text);
2511
+ }
2512
+ [data-ui="schedule-event"][data-tone="warning"] {
2513
+ border-color: var(--admin-warning-icon);
2514
+ background: var(--admin-warning-soft);
2515
+ color: var(--admin-warning);
2516
+ }
2517
+ [data-ui="schedule-event"][data-tone="danger"] {
2518
+ border-color: var(--admin-danger-line);
2519
+ background: var(--admin-danger-soft);
2520
+ color: var(--admin-danger);
2521
+ }
2522
+ [data-ui="schedule-event-title"],
2523
+ [data-ui="schedule-event-detail"] {
2524
+ overflow: hidden;
2525
+ text-overflow: ellipsis;
2526
+ white-space: nowrap;
2527
+ }
2528
+ [data-ui="schedule-event-title"] {
2529
+ font-size: var(--admin-size-xs);
2530
+ }
2531
+ [data-ui="schedule-event-detail"] {
2532
+ font-size: 0.6875rem;
2533
+ opacity: 0.82;
2534
+ }
2535
+
2536
+ [data-ui="tag"] {
2537
+ display: inline-flex;
2538
+ min-block-size: 1.625rem;
2539
+ align-items: center;
2540
+ gap: var(--admin-gap-xs);
2541
+ padding-inline: var(--admin-gap-sm);
2542
+ border: 1px solid var(--admin-line);
2543
+ border-radius: var(--admin-radius-sm);
2544
+ background: var(--admin-surface-subtle);
2545
+ color: var(--admin-ink-secondary);
2546
+ font-size: var(--admin-size-sm);
2547
+ font-weight: 600;
2548
+ }
2549
+
2550
+ [data-ui="tag-remove"] {
2551
+ color: inherit;
2552
+ font-size: var(--admin-size-md);
2553
+ line-height: 1;
2554
+ text-decoration: none;
2555
+ }
2556
+ [data-ui="count-badge"] {
2557
+ display: inline-grid;
2558
+ min-inline-size: 1.25rem;
2559
+ min-block-size: 1.25rem;
2560
+ place-items: center;
2561
+ padding-inline: 0.3125rem;
2562
+ border-radius: 9999px;
2563
+ background: var(--admin-accent-soft);
2564
+ color: var(--admin-accent-text);
2565
+ font-size: 0.625rem;
2566
+ font-weight: 700;
2567
+ font-variant-numeric: tabular-nums;
2568
+ }
2569
+
2570
+ /* Dense record workspace: identity and cross-record facts stay above the
2571
+ fold, while collaboration remains visible beside the active business tab. */
2572
+ [data-ui="record-workspace"] {
2573
+ display: grid;
2574
+ min-inline-size: 0;
2575
+ grid-template-columns: minmax(0, 1fr) minmax(18rem, 22rem);
2576
+ align-items: start;
2577
+ gap: var(--admin-gap);
2578
+ }
2579
+ [data-ui="record-workspace"][data-has-aside="false"] {
2580
+ grid-template-columns: minmax(0, 1fr);
2581
+ }
2582
+ /* `framed` gives legacy list/form screens the accounting workspace. Rich
2583
+ screens already render their own RecordWorkspace; flatten only the generic
2584
+ wrapper in that case so no duplicate card or heading appears. */
2585
+ [data-ui="record-workspace"][data-page-frame="true"]:has(
2586
+ > [data-ui="record-sheet"] > [data-ui="record-body"] > [data-ui="record-workspace"]
2587
+ ),
2588
+ [data-ui="record-workspace"][data-page-frame="true"]:has(
2589
+ > [data-ui="record-sheet"] > [data-ui="record-body"] > [data-ui="record-workspace"]
2590
+ )
2591
+ > [data-ui="record-sheet"],
2592
+ [data-ui="record-workspace"][data-page-frame="true"]:has(
2593
+ > [data-ui="record-sheet"] > [data-ui="record-body"] > [data-ui="record-workspace"]
2594
+ )
2595
+ > [data-ui="record-sheet"]
2596
+ > [data-ui="record-body"] {
2597
+ display: contents;
2598
+ }
2599
+ [data-ui="record-workspace"][data-page-frame="true"]:has(
2600
+ > [data-ui="record-sheet"] > [data-ui="record-body"] > [data-ui="record-workspace"]
2601
+ )
2602
+ > [data-ui="record-sheet"]
2603
+ > [data-ui="record-header"] {
2604
+ display: none;
2605
+ }
2606
+ [data-ui="record-sheet"] {
2607
+ min-inline-size: 0;
2608
+ overflow: hidden;
2609
+ border: 1px solid var(--admin-line);
2610
+ border-radius: var(--admin-radius);
2611
+ background: var(--admin-surface);
2612
+ box-shadow: var(--admin-shadow-card);
2613
+ }
2614
+ [data-ui="record-header"] {
2615
+ display: flex;
2616
+ min-inline-size: 0;
2617
+ flex-wrap: wrap;
2618
+ align-items: stretch;
2619
+ justify-content: space-between;
2620
+ gap: var(--admin-gap-md);
2621
+ padding: var(--admin-gap-md);
2622
+ border-block-end: 1px solid var(--admin-line);
2623
+ }
2624
+ [data-ui="record-identity"] {
2625
+ display: grid;
2626
+ min-inline-size: 0;
2627
+ flex: 1 1 auto;
2628
+ grid-template-columns: 4.5rem minmax(0, 1fr);
2629
+ align-items: center;
2630
+ gap: var(--admin-gap);
2631
+ }
2632
+ [data-ui="record-thumbnail"] {
2633
+ display: grid;
2634
+ inline-size: 4.5rem;
2635
+ aspect-ratio: 1;
2636
+ overflow: hidden;
2637
+ place-items: center;
2638
+ border: 1px solid var(--admin-line);
2639
+ border-radius: var(--admin-radius);
2640
+ background: var(--admin-surface-subtle);
2641
+ color: var(--admin-ink-muted);
2642
+ }
2643
+ [data-ui="record-thumbnail"] > img {
2644
+ display: block;
2645
+ inline-size: 100%;
2646
+ block-size: 100%;
2647
+ object-fit: cover;
2648
+ }
2649
+ [data-ui="record-thumbnail"] > [data-ui="icon"] {
2650
+ inline-size: 1.5rem;
2651
+ block-size: 1.5rem;
2652
+ }
2653
+ [data-ui="record-kicker"],
2654
+ [data-ui="record-heading"],
2655
+ [data-ui="record-subtitle"] {
2656
+ margin: 0;
2657
+ }
2658
+ [data-ui="record-kicker"] {
2659
+ color: var(--admin-ink-secondary);
2660
+ font-size: var(--admin-size-xs);
2661
+ font-weight: 700;
2662
+ letter-spacing: 0.06em;
2663
+ text-transform: uppercase;
2664
+ }
2665
+ [data-ui="record-heading"] {
2666
+ overflow-wrap: anywhere;
2667
+ color: var(--admin-ink);
2668
+ font-size: clamp(1.25rem, 2vw, 1.75rem);
2669
+ font-weight: 650;
2670
+ letter-spacing: -0.025em;
2671
+ line-height: 1.15;
2672
+ }
2673
+ [data-ui="record-subtitle"] {
2674
+ margin-block-start: var(--admin-gap-xs);
2675
+ color: var(--admin-ink-secondary);
2676
+ font-size: var(--admin-size-sm);
2677
+ }
2678
+ [data-ui="record-badges"] {
2679
+ display: flex;
2680
+ min-inline-size: 0;
2681
+ flex: 1 0 100%;
2682
+ flex-wrap: nowrap;
2683
+ align-items: center;
2684
+ gap: var(--admin-gap);
2685
+ padding-inline-start: calc(4.5rem + var(--admin-gap));
2686
+ overflow-x: auto;
2687
+ }
2688
+ [data-ui="record-toggle"] {
2689
+ display: inline-flex;
2690
+ min-block-size: 1.5rem;
2691
+ align-items: center;
2692
+ gap: var(--admin-gap-xs);
2693
+ color: var(--admin-ink-secondary);
2694
+ font-size: var(--admin-size-sm);
2695
+ font-weight: 600;
2696
+ line-height: 1;
2697
+ white-space: nowrap;
2698
+ cursor: pointer;
2699
+ }
2700
+ [data-ui="record-toggle"][data-disabled="true"] {
2701
+ cursor: default;
2702
+ }
2703
+ [data-ui="record-toggle-input"] {
2704
+ inline-size: 0.875rem;
2705
+ block-size: 0.875rem;
2706
+ margin: 0;
2707
+ accent-color: var(--admin-focus-border);
2708
+ }
2709
+ [data-ui="record-toggle-input"]:focus-visible {
2710
+ outline: 2px solid var(--admin-focus-border);
2711
+ outline-offset: 2px;
2712
+ }
2713
+ [data-ui="record-toggle-input"]:disabled {
2714
+ opacity: 0.8;
2715
+ }
2716
+ [data-ui="record-toggle-label"] {
2717
+ line-height: 1.2;
2718
+ }
2719
+ [data-ui="record-facts"] {
2720
+ display: flex;
2721
+ min-inline-size: 0;
2722
+ flex: 0 1 auto;
2723
+ align-items: stretch;
2724
+ border: 1px solid var(--admin-line);
2725
+ border-radius: var(--admin-radius-sm);
2726
+ background: var(--admin-surface-subtle);
2727
+ }
2728
+ [data-ui="record-fact"] {
2729
+ display: grid;
2730
+ min-inline-size: 5rem;
2731
+ align-content: center;
2732
+ justify-items: center;
2733
+ gap: 0.0625rem;
2734
+ padding: var(--admin-gap-sm) var(--admin-gap);
2735
+ color: var(--admin-ink);
2736
+ text-align: center;
2737
+ text-decoration: none;
2738
+ }
2739
+ [data-ui="record-fact"] + [data-ui="record-fact"] {
2740
+ border-inline-start: 1px solid var(--admin-line);
2741
+ }
2742
+ [data-ui="record-fact-value"] {
2743
+ max-inline-size: 9rem;
2744
+ overflow: hidden;
2745
+ font-size: var(--admin-size-md);
2746
+ font-variant-numeric: tabular-nums;
2747
+ line-height: 1.15;
2748
+ text-overflow: ellipsis;
2749
+ white-space: nowrap;
2750
+ }
2751
+ [data-ui="record-fact-label"] {
2752
+ color: var(--admin-ink-muted);
2753
+ font-size: var(--admin-size-xs);
2754
+ white-space: nowrap;
2755
+ }
2756
+ a[data-ui="record-fact"]:hover {
2757
+ background: var(--admin-surface-hover);
2758
+ color: var(--admin-accent-text);
2759
+ }
2760
+ [data-ui="record-navigation"] {
2761
+ min-inline-size: 0;
2762
+ padding-inline: var(--admin-gap);
2763
+ }
2764
+ [data-ui="record-navigation"] [data-ui="tabs"] {
2765
+ border-block-end: 0;
2766
+ }
2767
+ [data-ui="record-controller"]:has(> ket-island:not([hidden]) > :not([hidden])) {
2768
+ padding: var(--admin-gap-sm) var(--admin-gap-md) 0;
2769
+ border-block-start: 1px solid var(--admin-line);
2770
+ }
2771
+ [data-ui="record-controller"] > ket-island {
2772
+ display: contents;
2773
+ }
2774
+ [data-ui="record-body"] {
2775
+ min-inline-size: 0;
2776
+ padding: var(--admin-gap-md);
2777
+ border-block-start: 1px solid var(--admin-line);
2778
+ }
2779
+ [data-ui="record-aside"] {
2780
+ position: sticky;
2781
+ inset-block-start: calc(var(--admin-topbar-height) + var(--admin-gap));
2782
+ display: grid;
2783
+ min-inline-size: 0;
2784
+ max-block-size: calc(100dvh - var(--admin-topbar-height) - 2 * var(--admin-gap));
2785
+ align-content: start;
2786
+ gap: var(--admin-gap);
2787
+ overflow-y: auto;
2788
+ }
2789
+ [data-ui="record-aside"] :is([data-ui="chatter"], [data-ui="activity-record"]) {
2790
+ max-inline-size: none;
2791
+ padding: var(--admin-gap);
2792
+ box-shadow: none;
2793
+ }
2794
+ @media (min-width: 96rem) {
2795
+ [data-ui="record-workspace"][data-has-aside="true"] {
2796
+ grid-template-columns: minmax(0, 2fr) minmax(32rem, 1fr);
2797
+ }
2798
+ }
2799
+ @media (max-width: 72rem) {
2800
+ [data-ui="record-workspace"] {
2801
+ grid-template-columns: minmax(0, 1fr);
2802
+ }
2803
+ [data-ui="record-aside"] {
2804
+ position: static;
2805
+ max-block-size: none;
2806
+ overflow: visible;
2807
+ }
2808
+ }
2809
+ @media (max-width: 47.9375rem) {
2810
+ [data-ui="record-header"] {
2811
+ flex-direction: column;
2812
+ padding: var(--admin-gap);
2813
+ }
2814
+ [data-ui="record-identity"] {
2815
+ grid-template-columns: 3.75rem minmax(0, 1fr);
2816
+ }
2817
+ [data-ui="record-thumbnail"] {
2818
+ inline-size: 3.75rem;
2819
+ }
2820
+ [data-ui="record-heading"] {
2821
+ font-size: 1.25rem;
2822
+ }
2823
+ [data-ui="record-facts"] {
2824
+ inline-size: 100%;
2825
+ overflow-x: auto;
2826
+ }
2827
+ [data-ui="record-fact"] {
2828
+ min-inline-size: 5.5rem;
2829
+ flex: 1 0 auto;
2830
+ }
2831
+ [data-ui="record-badges"] {
2832
+ gap: var(--admin-gap-sm);
2833
+ padding-inline-start: 0;
2834
+ }
2835
+ [data-ui="record-toggle"] {
2836
+ font-size: var(--admin-size-xs);
2837
+ }
2838
+ [data-ui="record-navigation"] {
2839
+ padding-inline: var(--admin-gap-sm);
2840
+ }
2841
+ [data-ui="record-navigation"] [data-ui="tabs"] {
2842
+ display: grid;
2843
+ grid-template-columns: repeat(2, minmax(0, 1fr));
2844
+ overflow: visible;
2845
+ }
2846
+ [data-ui="record-navigation"] [data-ui="tabs"]:has(> [data-ui="tab"]:nth-child(3)) {
2847
+ grid-template-columns: repeat(3, minmax(0, 1fr));
2848
+ }
2849
+ [data-ui="record-navigation"] [data-ui="tab"] {
2850
+ gap: 0;
2851
+ justify-content: center;
2852
+ padding-inline: var(--admin-gap-xs);
2853
+ font-size: var(--admin-size-xs);
2854
+ line-height: 1.15;
2855
+ text-align: center;
2856
+ white-space: normal;
2857
+ }
2858
+ [data-ui="record-navigation"] [data-ui="tab"] > span {
2859
+ display: none;
2860
+ }
2861
+ [data-ui="record-body"] {
2862
+ padding: var(--admin-gap);
2863
+ }
2864
+ }
2865
+
2866
+ /* Page hierarchy and surfaces. */
2867
+ [data-ui="section"] {
2868
+ display: grid;
2869
+ gap: var(--admin-gap-sm);
2870
+ min-inline-size: 0;
2871
+ }
2872
+ [data-ui="section-head"] {
2873
+ display: flex;
2874
+ align-items: flex-start;
2875
+ justify-content: space-between;
2876
+ gap: var(--admin-gap);
2877
+ }
2878
+ [data-ui="section-eyebrow"],
2879
+ [data-ui="section-title"],
2880
+ [data-ui="section-description"] {
2881
+ margin: 0;
2882
+ }
2883
+ [data-ui="section-eyebrow"] {
2884
+ color: var(--admin-ink-secondary);
2885
+ font-size: var(--admin-size-xs);
2886
+ font-weight: 700;
2887
+ letter-spacing: 0.075em;
2888
+ text-transform: uppercase;
2889
+ }
2890
+ [data-ui="section-title"] {
2891
+ color: var(--admin-ink);
2892
+ font-size: var(--admin-size-md);
2893
+ line-height: 1.35;
2894
+ }
2895
+ [data-ui="section-description"] {
2896
+ margin-block-start: var(--admin-gap-xs);
2897
+ color: var(--admin-ink-secondary);
2898
+ font-size: var(--admin-size-sm);
2899
+ }
2900
+ [data-ui="section-actions"] {
2901
+ flex: 0 0 auto;
2902
+ }
2903
+ [data-ui="section-body"] {
2904
+ min-inline-size: 0;
2905
+ }
2906
+
2907
+ [data-ui="surface"] {
2908
+ min-inline-size: 0;
2909
+ border: 1px solid var(--admin-line);
2910
+ border-radius: var(--admin-radius);
2911
+ background: var(--admin-surface);
2912
+ box-shadow: var(--admin-shadow-card);
2913
+ }
2914
+ [data-ui="surface"][data-tone="subtle"] {
2915
+ background: var(--admin-surface-subtle);
2916
+ box-shadow: none;
2917
+ }
2918
+ [data-ui="surface"][data-padding="compact"] {
2919
+ padding: var(--admin-gap);
2920
+ }
2921
+ [data-ui="surface"][data-padding="default"] {
2922
+ padding: var(--admin-gap-md);
2923
+ }
2924
+ [data-ui="surface"][data-padding="none"] {
2925
+ padding: 0;
2926
+ }
2927
+
2928
+ /* Durable record attachments. The upload stays compact, while long file
2929
+ names wrap inside the panel instead of widening the page. */
2930
+ [data-ui="attachments"] {
2931
+ display: grid;
2932
+ min-inline-size: 0;
2933
+ gap: var(--admin-gap);
2934
+ }
2935
+ [data-ui="attachment-list"] {
2936
+ display: grid;
2937
+ min-inline-size: 0;
2938
+ gap: 0;
2939
+ margin: 0;
2940
+ padding: 0;
2941
+ overflow: hidden;
2942
+ border: 1px solid var(--admin-line);
2943
+ border-radius: var(--admin-radius);
2944
+ background: var(--admin-surface);
2945
+ list-style: none;
2946
+ }
2947
+ [data-ui="attachment-item"] {
2948
+ display: flex;
2949
+ min-inline-size: 0;
2950
+ align-items: center;
2951
+ justify-content: space-between;
2952
+ gap: var(--admin-gap);
2953
+ padding: var(--admin-gap-sm) var(--admin-gap);
2954
+ }
2955
+ [data-ui="attachment-item"] + [data-ui="attachment-item"] {
2956
+ border-block-start: 1px solid var(--admin-line);
2957
+ }
2958
+ [data-ui="attachment-link"] {
2959
+ min-inline-size: 0;
2960
+ overflow-wrap: anywhere;
2961
+ color: var(--admin-accent-text);
2962
+ font-size: 0.8125rem;
2963
+ font-weight: 600;
2964
+ text-decoration: none;
2965
+ }
2966
+ [data-ui="attachment-meta"] {
2967
+ flex: 0 0 auto;
2968
+ color: var(--admin-ink-secondary);
2969
+ font-size: var(--admin-size-xs);
2970
+ white-space: nowrap;
2971
+ }
2972
+ [data-ui="attachment-upload"] {
2973
+ display: flex;
2974
+ min-inline-size: 0;
2975
+ flex-wrap: wrap;
2976
+ align-items: end;
2977
+ gap: var(--admin-gap-sm);
2978
+ }
2979
+ [data-ui="attachment-upload"] > label {
2980
+ display: grid;
2981
+ min-inline-size: min(18rem, 100%);
2982
+ flex: 1 1 18rem;
2983
+ gap: var(--admin-gap-xs);
2984
+ color: var(--admin-ink-secondary);
2985
+ font-size: var(--admin-size-sm);
2986
+ font-weight: 600;
2987
+ }
2988
+ [data-ui="attachment-input"] {
2989
+ inline-size: 100%;
2990
+ min-block-size: var(--admin-control-height);
2991
+ min-inline-size: 0;
2992
+ color: var(--admin-ink);
2993
+ font: inherit;
2994
+ }
2995
+
2996
+ /* Relational selectors keep the short path compact and put full CRUD in the
2997
+ modal. The footer action remains visible even when the relation is empty. */
2998
+ [data-ui="relation-select"] {
2999
+ position: relative;
3000
+ inline-size: 100%;
3001
+ min-inline-size: 0;
3002
+ }
3003
+ [data-ui="relation-native"] {
3004
+ position: absolute;
3005
+ inset-block-end: 0;
3006
+ inset-inline-start: 0;
3007
+ inline-size: 1px;
3008
+ block-size: 1px;
3009
+ opacity: 0;
3010
+ pointer-events: none;
3011
+ }
3012
+ [data-ui="relation-trigger"] {
3013
+ display: flex;
3014
+ inline-size: 100%;
3015
+ min-inline-size: 0;
3016
+ min-block-size: var(--admin-control-height);
3017
+ align-items: center;
3018
+ justify-content: space-between;
3019
+ gap: var(--admin-gap-sm);
3020
+ padding: 0.25rem 0.5rem;
3021
+ border: 1px solid var(--admin-line-strong);
3022
+ border-radius: var(--admin-radius-sm);
3023
+ background: var(--admin-surface);
3024
+ color: var(--admin-ink);
3025
+ font: inherit;
3026
+ text-align: start;
3027
+ cursor: pointer;
3028
+ }
3029
+ [data-ui="relation-trigger"][data-empty="true"] {
3030
+ color: var(--admin-ink-muted);
3031
+ }
3032
+ [data-ui="relation-trigger"]:focus-visible {
3033
+ border-color: var(--admin-focus-border);
3034
+ box-shadow: 0 0 0 3px var(--admin-focus-ring);
3035
+ outline: none;
3036
+ }
3037
+ [data-ui="relation-value"] {
3038
+ min-inline-size: 0;
3039
+ overflow: hidden;
3040
+ text-overflow: ellipsis;
3041
+ white-space: nowrap;
3042
+ }
3043
+ [data-ui="relation-menu"] {
3044
+ position: absolute;
3045
+ inset-block-start: calc(100% + 0.25rem);
3046
+ inset-inline: 0;
3047
+ z-index: 40;
3048
+ display: grid;
3049
+ min-inline-size: min(22rem, calc(100vw - 2rem));
3050
+ overflow: hidden;
3051
+ border: 1px solid var(--admin-line-strong);
3052
+ border-radius: var(--admin-radius-sm);
3053
+ background: var(--admin-surface);
3054
+ box-shadow: var(--admin-shadow-float);
3055
+ }
3056
+ [data-ui="relation-search"] {
3057
+ inline-size: calc(100% - var(--admin-gap-sm) * 2);
3058
+ min-block-size: var(--admin-control-height);
3059
+ margin: var(--admin-gap-sm);
3060
+ padding: 0.25rem 0.5rem;
3061
+ border: 1px solid var(--admin-line);
3062
+ border-radius: var(--admin-radius-sm);
3063
+ background: var(--admin-surface);
3064
+ color: var(--admin-ink);
3065
+ font: inherit;
3066
+ }
3067
+ [data-ui="relation-options"] {
3068
+ display: grid;
3069
+ max-block-size: 16rem;
3070
+ overflow: auto;
3071
+ }
3072
+ [data-ui="relation-option"] {
3073
+ display: grid;
3074
+ min-block-size: var(--admin-control-height);
3075
+ padding: 0.375rem 0.625rem;
3076
+ border: 0;
3077
+ background: transparent;
3078
+ color: var(--admin-ink);
3079
+ font: inherit;
3080
+ text-align: start;
3081
+ cursor: pointer;
3082
+ }
3083
+ [data-ui="relation-option"]:is(:hover, :focus-visible),
3084
+ [data-ui="relation-option"][aria-selected="true"] {
3085
+ background: var(--admin-accent-soft);
3086
+ outline: none;
3087
+ }
3088
+ [data-ui="relation-option"] small {
3089
+ color: var(--admin-ink-muted);
3090
+ }
3091
+ [data-ui="relation-footer"] {
3092
+ display: flex;
3093
+ justify-content: flex-start;
3094
+ padding: var(--admin-gap-xs) var(--admin-gap-sm);
3095
+ border-block-start: 1px solid var(--admin-line);
3096
+ }
3097
+ [data-ui="relation-dialog-toolbar"] {
3098
+ display: flex;
3099
+ align-items: center;
3100
+ gap: var(--admin-gap-sm);
3101
+ margin-block-end: var(--admin-gap);
3102
+ }
3103
+ [data-ui="relation-dialog-toolbar"] [data-ui="form-control"] {
3104
+ flex: 1 1 auto;
3105
+ }
3106
+ [data-ui="relation-dialog-list"] {
3107
+ display: grid;
3108
+ margin: 0;
3109
+ padding: 0;
3110
+ border-block-start: 1px solid var(--admin-line);
3111
+ list-style: none;
3112
+ }
3113
+ [data-ui="relation-dialog-row"] {
3114
+ display: grid;
3115
+ min-inline-size: 0;
3116
+ grid-template-columns: minmax(0, 1fr) auto;
3117
+ align-items: center;
3118
+ gap: var(--admin-gap-sm);
3119
+ padding: var(--admin-gap-sm) 0;
3120
+ border-block-end: 1px solid var(--admin-line);
3121
+ }
3122
+ [data-ui="relation-dialog-main"] {
3123
+ display: grid;
3124
+ min-inline-size: 0;
3125
+ gap: 0.125rem;
3126
+ padding: 0;
3127
+ border: 0;
3128
+ background: transparent;
3129
+ color: var(--admin-ink);
3130
+ font: inherit;
3131
+ text-align: start;
3132
+ cursor: pointer;
3133
+ }
3134
+ [data-ui="relation-dialog-main"]:focus-visible {
3135
+ outline: 2px solid var(--admin-focus-border);
3136
+ outline-offset: 2px;
3137
+ }
3138
+ [data-ui="relation-dialog-meta"] {
3139
+ overflow: hidden;
3140
+ color: var(--admin-ink-muted);
3141
+ text-overflow: ellipsis;
3142
+ white-space: nowrap;
3143
+ }
3144
+ [data-ui="relation-dialog-actions"] {
3145
+ display: flex;
3146
+ flex-wrap: wrap;
3147
+ justify-content: flex-end;
3148
+ gap: var(--admin-gap-xs);
3149
+ }
3150
+ [data-ui="relation-editor"] {
3151
+ display: grid;
3152
+ gap: var(--admin-gap);
3153
+ margin-block-end: var(--admin-gap);
3154
+ padding: var(--admin-gap);
3155
+ border: 1px solid var(--admin-line);
3156
+ border-radius: var(--admin-radius-sm);
3157
+ background: var(--admin-surface-subtle);
3158
+ }
3159
+ [data-ui="relation-empty"] {
3160
+ margin: 0;
3161
+ padding: var(--admin-gap);
3162
+ color: var(--admin-ink-muted);
3163
+ text-align: center;
3164
+ }
3165
+ [data-ui="modal-sheet"][data-size="large"] {
3166
+ inline-size: min(56rem, calc(100vw - var(--admin-gap-lg)));
3167
+ }
3168
+ [data-ui="modal-layer"][data-presentation="dialog"] {
3169
+ place-items: center;
3170
+ padding: var(--admin-gap-lg);
3171
+ }
3172
+ [data-ui="modal-layer"][data-presentation="dialog"] [data-ui="modal-sheet"] {
3173
+ inline-size: min(56rem, 100%);
3174
+ block-size: auto;
3175
+ max-block-size: calc(100dvh - var(--admin-gap-lg) * 2);
3176
+ border: 1px solid var(--admin-line-strong);
3177
+ border-radius: var(--admin-radius-lg);
3178
+ overflow: hidden;
3179
+ }
3180
+
3181
+ /* URL-addressable modal workspace. The backdrop is a real close link and
3182
+ the sheet owns its scroll, so the document never grows horizontally. */
3183
+ [data-ui="modal-layer"] {
3184
+ position: fixed;
3185
+ inset: 0;
3186
+ z-index: 100;
3187
+ display: grid;
3188
+ min-inline-size: 0;
3189
+ justify-items: end;
3190
+ }
3191
+ [data-ui="modal-backdrop"] {
3192
+ position: absolute;
3193
+ inset: 0;
3194
+ display: block;
3195
+ background: color-mix(in srgb, #000 36%, transparent);
3196
+ text-decoration: none;
3197
+ }
3198
+ button[data-ui="modal-backdrop"] {
3199
+ padding: 0;
3200
+ border: 0;
3201
+ cursor: pointer;
3202
+ }
3203
+ [data-ui="modal-backdrop"] > span {
3204
+ position: absolute;
3205
+ inline-size: 1px;
3206
+ block-size: 1px;
3207
+ overflow: hidden;
3208
+ clip-path: inset(50%);
3209
+ white-space: nowrap;
3210
+ }
3211
+ [data-ui="modal-sheet"] {
3212
+ position: relative;
3213
+ z-index: 1;
3214
+ display: grid;
3215
+ inline-size: min(34rem, calc(100vw - var(--admin-gap-lg)));
3216
+ max-inline-size: 100%;
3217
+ block-size: 100dvh;
3218
+ min-inline-size: 0;
3219
+ grid-template-rows: auto minmax(0, 1fr);
3220
+ border-inline-start: 1px solid var(--admin-line-strong);
3221
+ background: var(--admin-surface);
3222
+ box-shadow: var(--admin-shadow-float);
3223
+ }
3224
+ [data-ui="modal-head"] {
3225
+ display: flex;
3226
+ min-inline-size: 0;
3227
+ align-items: center;
3228
+ justify-content: space-between;
3229
+ gap: var(--admin-gap);
3230
+ padding: var(--admin-gap) var(--admin-gap-md);
3231
+ border-block-end: 1px solid var(--admin-line);
3232
+ }
3233
+ [data-ui="modal-title"] {
3234
+ min-inline-size: 0;
3235
+ margin: 0;
3236
+ overflow: hidden;
3237
+ color: var(--admin-ink);
3238
+ font-size: var(--admin-size-md);
3239
+ line-height: 1.35;
3240
+ text-overflow: ellipsis;
3241
+ white-space: nowrap;
3242
+ }
3243
+ [data-ui="modal-close"] {
3244
+ display: grid;
3245
+ inline-size: 2.75rem;
3246
+ block-size: 2.75rem;
3247
+ flex: 0 0 auto;
3248
+ place-items: center;
3249
+ border: 1px solid var(--admin-line);
3250
+ border-radius: var(--admin-radius-sm);
3251
+ color: var(--admin-ink-secondary);
3252
+ text-decoration: none;
3253
+ }
3254
+ [data-ui="modal-body"] {
3255
+ min-inline-size: 0;
3256
+ overflow: auto;
3257
+ padding: var(--admin-gap-md);
3258
+ overscroll-behavior: contain;
3259
+ }
3260
+
3261
+ [data-ui="media"] {
3262
+ display: grid;
3263
+ min-inline-size: 0;
3264
+ max-inline-size: 44rem;
3265
+ grid-template-columns: minmax(14rem, 24rem) minmax(10rem, 18rem);
3266
+ align-items: start;
3267
+ gap: var(--admin-gap);
3268
+ }
3269
+ [data-ui="media-primary"] {
3270
+ display: block;
3271
+ inline-size: 100%;
3272
+ aspect-ratio: 1;
3273
+ border: 1px solid var(--admin-line);
3274
+ border-radius: var(--admin-radius-lg);
3275
+ object-fit: contain;
3276
+ background: var(--admin-surface-subtle);
3277
+ }
3278
+ [data-ui="media-placeholder"] {
3279
+ display: grid;
3280
+ grid-column: 1 / -1;
3281
+ min-block-size: 10rem;
3282
+ place-items: center;
3283
+ padding: var(--admin-gap-md);
3284
+ border: 1px dashed var(--admin-line);
3285
+ border-radius: var(--admin-radius-lg);
3286
+ color: var(--admin-ink-secondary);
3287
+ text-align: center;
3288
+ }
3289
+ [data-ui="media-gallery"] {
3290
+ display: grid;
3291
+ grid-template-columns: repeat(auto-fill, minmax(min(7rem, 100%), 1fr));
3292
+ gap: var(--admin-gap-sm);
3293
+ }
3294
+ [data-ui="media-item"] {
3295
+ display: grid;
3296
+ inline-size: 100%;
3297
+ gap: var(--admin-gap-xs);
3298
+ padding: var(--admin-gap-xs);
3299
+ border: 1px solid var(--admin-line);
3300
+ border-radius: var(--admin-radius);
3301
+ background: var(--admin-surface);
3302
+ }
3303
+ [data-ui="media-item"][data-primary="true"] {
3304
+ border-color: var(--admin-accent-line);
3305
+ box-shadow: 0 0 0 2px var(--admin-focus-ring);
3306
+ }
3307
+ [data-ui="media-item"] > img {
3308
+ display: block;
3309
+ inline-size: 100%;
3310
+ aspect-ratio: 1;
3311
+ border-radius: calc(var(--admin-radius) - var(--admin-gap-xs));
3312
+ object-fit: cover;
3313
+ }
3314
+ [data-ui="media-item-actions"] {
3315
+ display: flex;
3316
+ flex-wrap: wrap;
3317
+ align-items: center;
3318
+ gap: var(--admin-gap-xs);
3319
+ }
3320
+ [data-ui="media-item-actions"] > form {
3321
+ display: inline-flex;
3322
+ }
3323
+ [data-ui="media-actions"] {
3324
+ display: flex;
3325
+ grid-column: 1 / -1;
3326
+ flex-wrap: wrap;
3327
+ gap: var(--admin-gap-sm);
3328
+ }
3329
+ [data-ui="media-upload"] {
3330
+ display: flex;
3331
+ flex-wrap: wrap;
3332
+ align-items: end;
3333
+ gap: var(--admin-gap-sm);
3334
+ }
3335
+ [data-ui="media-file-label"] {
3336
+ display: inline-flex;
3337
+ block-size: var(--admin-control-height);
3338
+ min-block-size: var(--admin-control-height);
3339
+ align-items: center;
3340
+ justify-content: center;
3341
+ padding-inline: 0.625rem;
3342
+ border: 1px solid var(--admin-line-strong);
3343
+ border-radius: var(--admin-radius-sm);
3344
+ background: var(--admin-surface);
3345
+ color: var(--admin-ink-secondary);
3346
+ cursor: pointer;
3347
+ font-size: 0.8125rem;
3348
+ font-weight: 600;
3349
+ line-height: 1;
3350
+ }
3351
+ [data-ui="media-file-label"]:focus-within {
3352
+ outline: 2px solid var(--admin-focus-border);
3353
+ outline-offset: 2px;
3354
+ }
3355
+ [data-ui="media-file-input"] {
3356
+ position: absolute;
3357
+ inline-size: 1px;
3358
+ block-size: 1px;
3359
+ margin: -1px;
3360
+ padding: 0;
3361
+ border: 0;
3362
+ clip-path: inset(50%);
3363
+ overflow: hidden;
3364
+ white-space: nowrap;
3365
+ }
3366
+ [data-ui="media-extension"] {
3367
+ min-inline-size: 0;
3368
+ grid-column: 1 / -1;
3369
+ }
3370
+
3371
+ [data-ui="media"] > :is([data-ui="loading"], [data-ui="error"]) {
3372
+ grid-column: 1 / -1;
3373
+ }
3374
+
3375
+ [data-ui="record-form"] {
3376
+ display: grid;
3377
+ min-inline-size: 0;
3378
+ gap: var(--admin-gap);
3379
+ }
3380
+ [data-ui="form-cluster"] {
3381
+ display: flex;
3382
+ inline-size: 100%;
3383
+ min-inline-size: 0;
3384
+ flex-wrap: wrap;
3385
+ align-items: end;
3386
+ justify-content: flex-end;
3387
+ gap: var(--admin-gap-sm);
3388
+ }
3389
+ [data-ui="record-form"][data-layout="actions"] {
3390
+ display: block;
3391
+ }
3392
+ [data-ui="record-form"][data-layout="inline"] {
3393
+ display: grid;
3394
+ min-inline-size: min(100%, 14rem);
3395
+ max-inline-size: 22rem;
3396
+ flex: 0 1 22rem;
3397
+ grid-template-columns: minmax(9rem, 1fr) auto;
3398
+ align-items: end;
3399
+ gap: var(--admin-gap-sm);
3400
+ }
3401
+ [data-ui="record-form"][data-layout="inline"][data-has-fields="false"] {
3402
+ display: inline-flex;
3403
+ min-inline-size: auto;
3404
+ max-inline-size: none;
3405
+ flex: 0 0 auto;
3406
+ }
3407
+ [data-ui="record-form"][data-layout="inline"] > [data-ui="form-grid"] {
3408
+ display: block;
3409
+ }
3410
+ [data-ui="record-form"][data-layout="inline"] > [data-ui="form-grid"]:empty {
3411
+ display: none;
3412
+ }
3413
+ [data-ui="record-form"][data-layout="inline"] > [data-ui="form-actions"] {
3414
+ grid-column: 2;
3415
+ align-self: end;
3416
+ }
3417
+ [data-ui="form-grid"] {
3418
+ display: grid;
3419
+ grid-template-columns: repeat(2, minmax(0, 1fr));
3420
+ gap: var(--admin-gap-sm) var(--admin-gap-lg);
3421
+ }
3422
+ [data-ui="form-field"] {
3423
+ display: grid;
3424
+ min-inline-size: 0;
3425
+ min-block-size: var(--admin-control-height);
3426
+ gap: 0.125rem;
3427
+ }
3428
+ [data-ui="form-field"][data-span="full"] {
3429
+ grid-column: 1 / -1;
3430
+ }
3431
+ [data-ui="form-label"] {
3432
+ color: var(--admin-ink);
3433
+ font-size: var(--admin-size-sm);
3434
+ font-weight: 600;
3435
+ }
3436
+ [data-ui="form-required"] {
3437
+ color: var(--admin-danger);
3438
+ font-weight: 700;
3439
+ }
3440
+ [data-ui="form-control"] {
3441
+ inline-size: 100%;
3442
+ min-block-size: var(--admin-control-height);
3443
+ min-inline-size: 0;
3444
+ padding: 0.25rem 0.5rem;
3445
+ border: 1px solid var(--admin-line);
3446
+ border-radius: var(--admin-radius-sm);
3447
+ color: var(--admin-ink);
3448
+ background: var(--admin-surface);
3449
+ font: inherit;
3450
+ font-size: 0.8125rem;
3451
+ line-height: 1.3;
3452
+ transition:
3453
+ border-color var(--admin-motion-fast),
3454
+ box-shadow var(--admin-motion-fast);
3455
+ }
3456
+ :is(input, select)[data-ui="form-control"]:not([type="checkbox"]) {
3457
+ block-size: var(--admin-control-height);
3458
+ }
3459
+ [data-ui="form-control"]:focus-visible {
3460
+ border-color: var(--admin-focus-border);
3461
+ box-shadow: 0 0 0 3px var(--admin-focus-ring);
3462
+ outline: none;
3463
+ }
3464
+ [data-ui="form-control"]:disabled {
3465
+ border-color: var(--admin-line);
3466
+ background: var(--admin-surface-subtle);
3467
+ color: var(--admin-ink-disabled);
3468
+ cursor: not-allowed;
3469
+ }
3470
+ [data-ui="form-field"][data-invalid="true"] [data-ui="form-control"] {
3471
+ border-color: var(--admin-danger);
3472
+ }
3473
+ textarea[data-ui="form-control"] {
3474
+ min-block-size: 5rem;
3475
+ resize: vertical;
3476
+ }
3477
+ input[type="checkbox"][data-ui="form-control"] {
3478
+ inline-size: 1rem;
3479
+ min-block-size: 1rem;
3480
+ padding: 0;
3481
+ accent-color: var(--admin-focus-border);
3482
+ }
3483
+ [data-ui="form-field"][data-kind="checkbox"] {
3484
+ grid-template-columns: 1rem minmax(0, 1fr);
3485
+ align-content: start;
3486
+ align-items: start;
3487
+ column-gap: var(--admin-gap-sm);
3488
+ }
3489
+ [data-ui="form-field"][data-kind="checkbox"] [data-ui="form-control"] {
3490
+ grid-column: 1;
3491
+ grid-row: 1;
3492
+ margin-block-start: 0.0625rem;
3493
+ }
3494
+ [data-ui="form-field"][data-kind="checkbox"]
3495
+ :is([data-ui="form-label"], [data-ui="form-help"], [data-ui="form-error"]) {
3496
+ grid-column: 2;
3497
+ }
3498
+ [data-ui="form-options"] {
3499
+ display: flex;
3500
+ min-inline-size: 0;
3501
+ flex-wrap: wrap;
3502
+ align-items: center;
3503
+ gap: var(--admin-gap);
3504
+ }
3505
+ [data-ui="form-option"] {
3506
+ display: inline-flex;
3507
+ align-items: center;
3508
+ gap: var(--admin-gap-xs);
3509
+ color: var(--admin-ink-secondary);
3510
+ font-size: var(--admin-size-sm);
3511
+ font-weight: 600;
3512
+ cursor: pointer;
3513
+ }
3514
+ [data-ui="form-option-input"] {
3515
+ inline-size: 1rem;
3516
+ block-size: 1rem;
3517
+ margin: 0;
3518
+ accent-color: var(--admin-focus-border);
3519
+ }
3520
+ [data-ui="form-option-input"]:disabled {
3521
+ opacity: 0.8;
3522
+ cursor: not-allowed;
3523
+ }
3524
+ [data-ui="form-help"] {
3525
+ color: var(--admin-ink-secondary);
3526
+ font-size: var(--admin-size-xs);
3527
+ }
3528
+ [data-ui="form-error"] {
3529
+ color: var(--admin-danger-strong);
3530
+ font-size: var(--admin-size-sm);
3531
+ font-weight: 600;
3532
+ }
3533
+
3534
+ [data-ui="date-picker"] {
3535
+ display: grid;
3536
+ grid-template-columns: minmax(0, 1fr) auto;
3537
+ align-items: end;
3538
+ gap: var(--admin-gap-sm);
3539
+ min-inline-size: 0;
3540
+ }
3541
+ [data-ui="date-picker"] fieldset {
3542
+ display: grid;
3543
+ min-inline-size: 0;
3544
+ margin: 0;
3545
+ padding: 0;
3546
+ border: 0;
3547
+ gap: var(--admin-gap-sm);
3548
+ }
3549
+ [data-ui="date-picker-label"] {
3550
+ padding: 0;
3551
+ color: var(--admin-ink);
3552
+ font-size: var(--admin-size-sm);
3553
+ font-weight: 700;
3554
+ }
3555
+ [data-ui="date-picker-fields"] {
3556
+ display: grid;
3557
+ grid-template-columns: repeat(2, minmax(10rem, 1fr));
3558
+ gap: var(--admin-gap-sm);
3559
+ }
3560
+ [data-ui="date-picker"][data-range="false"] [data-ui="date-picker-fields"] {
3561
+ grid-template-columns: minmax(10rem, 18rem);
3562
+ }
3563
+ [data-ui="date-picker-field"] {
3564
+ display: grid;
3565
+ min-inline-size: 0;
3566
+ grid-template-columns: minmax(4.5rem, 6rem) minmax(0, 1fr);
3567
+ align-items: center;
3568
+ gap: 0.125rem var(--admin-gap-sm);
3569
+ }
3570
+ [data-ui="date-picker-field-label"] {
3571
+ grid-column: 1;
3572
+ color: var(--admin-ink-secondary);
3573
+ font-size: var(--admin-size-xs);
3574
+ font-weight: 600;
3575
+ }
3576
+ [data-ui="date-picker-required"] {
3577
+ color: var(--admin-danger);
3578
+ font-weight: 700;
3579
+ }
3580
+ [data-ui="date-picker-control-wrap"] {
3581
+ position: relative;
3582
+ display: grid;
3583
+ align-items: center;
3584
+ min-inline-size: 0;
3585
+ grid-column: 2;
3586
+ }
3587
+ [data-ui="date-picker-icon"] {
3588
+ position: absolute;
3589
+ inset-inline-start: var(--admin-gap-sm);
3590
+ z-index: 1;
3591
+ display: inline-grid;
3592
+ inline-size: 0.75rem;
3593
+ block-size: 0.75rem;
3594
+ place-items: center;
3595
+ color: var(--admin-ink-muted);
3596
+ pointer-events: none;
3597
+ }
3598
+ [data-ui="date-picker-control"] {
3599
+ inline-size: 100%;
3600
+ block-size: var(--admin-control-height);
3601
+ min-block-size: var(--admin-control-height);
3602
+ min-inline-size: 0;
3603
+ padding: 0.25rem 0.5rem 0.25rem 1.75rem;
3604
+ border: 1px solid var(--admin-line);
3605
+ border-radius: var(--admin-radius-sm);
3606
+ color: var(--admin-ink);
3607
+ background: var(--admin-surface);
3608
+ font: inherit;
3609
+ font-size: 0.8125rem;
3610
+ line-height: 1.3;
3611
+ color-scheme: light dark;
3612
+ transition:
3613
+ border-color var(--admin-motion-fast),
3614
+ box-shadow var(--admin-motion-fast);
3615
+ }
3616
+ [data-ui="date-picker-control"]:focus-visible {
3617
+ border-color: var(--admin-focus-border);
3618
+ box-shadow: 0 0 0 3px var(--admin-focus-ring);
3619
+ outline: none;
3620
+ }
3621
+ [data-ui="date-picker-control"]:disabled {
3622
+ background: var(--admin-surface-subtle);
3623
+ color: var(--admin-ink-disabled);
3624
+ cursor: not-allowed;
3625
+ }
3626
+ [data-ui="date-picker-field"][data-invalid="true"] [data-ui="date-picker-control"] {
3627
+ border-color: var(--admin-danger);
3628
+ }
3629
+ [data-ui="date-picker-help"] {
3630
+ grid-column: 2;
3631
+ color: var(--admin-ink-secondary);
3632
+ font-size: var(--admin-size-xs);
3633
+ }
3634
+ [data-ui="date-picker-error"] {
3635
+ grid-column: 2;
3636
+ color: var(--admin-danger-strong);
3637
+ font-size: var(--admin-size-sm);
3638
+ font-weight: 600;
3639
+ }
3640
+ [data-ui="date-picker-actions"] {
3641
+ padding-block-end: 0.0625rem;
3642
+ }
3643
+ [data-ui="form-errors"] {
3644
+ margin: 0;
3645
+ padding: var(--admin-gap-sm) var(--admin-gap);
3646
+ border: 1px solid var(--admin-danger-line);
3647
+ border-inline-start: 3px solid var(--admin-danger);
3648
+ border-radius: var(--admin-radius-sm);
3649
+ background: var(--admin-danger-soft);
3650
+ color: var(--admin-status-fixed-ink);
3651
+ font-size: var(--admin-size-sm);
3652
+ }
3653
+ [data-ui="form-actions"] {
3654
+ display: flex;
3655
+ justify-content: flex-end;
3656
+ }
3657
+
3658
+ /* Record forms use the label/value rhythm of operational ERP screens.
3659
+ Labels stay scannable in a narrow rail while controls consume the remaining
3660
+ measure. Narrow screens return to the simpler stacked field. */
3661
+ [data-ui="record-form"][data-layout="default"]
3662
+ > [data-ui="form-grid"]
3663
+ > [data-ui="form-field"]:not([data-kind="checkbox"]) {
3664
+ grid-template-columns: minmax(7rem, 9rem) minmax(0, 1fr);
3665
+ align-items: center;
3666
+ column-gap: var(--admin-gap);
3667
+ }
3668
+
3669
+ [data-ui="record-form"][data-layout="default"]
3670
+ > [data-ui="form-grid"]
3671
+ > [data-ui="form-field"]:not([data-kind="checkbox"])
3672
+ > [data-ui="form-label"] {
3673
+ grid-column: 1;
3674
+ align-self: center;
3675
+ }
3676
+
3677
+ [data-ui="record-form"][data-layout="default"]
3678
+ > [data-ui="form-grid"]
3679
+ > [data-ui="form-field"]:not([data-kind="checkbox"])
3680
+ > :is([data-ui="form-control"], [data-ui="form-options"], [data-ui="form-help"], [data-ui="form-error"]) {
3681
+ grid-column: 2;
3682
+ }
3683
+
3684
+ [data-ui="record-form"][data-layout="default"]
3685
+ > [data-ui="form-grid"]
3686
+ > [data-ui="form-field"][data-kind="textarea"] {
3687
+ align-items: start;
3688
+ }
3689
+
3690
+ [data-ui="record-form"][data-layout="default"]
3691
+ > [data-ui="form-grid"]
3692
+ > [data-ui="form-field"][data-kind="textarea"]
3693
+ > [data-ui="form-label"] {
3694
+ margin-block-start: 0.375rem;
3695
+ }
3696
+
3697
+ @media (max-width: 42rem) {
3698
+ [data-ui="date-picker"] {
3699
+ grid-template-columns: minmax(0, 1fr);
3700
+ align-items: stretch;
3701
+ }
3702
+ [data-ui="date-picker-fields"],
3703
+ [data-ui="date-picker"][data-range="false"] [data-ui="date-picker-fields"] {
3704
+ grid-template-columns: minmax(0, 1fr);
3705
+ }
3706
+ [data-ui="date-picker-actions"],
3707
+ [data-ui="date-picker-actions"] [data-ui="action-group"] {
3708
+ inline-size: 100%;
3709
+ }
3710
+ [data-ui="date-picker-actions"] [data-ui="action"] {
3711
+ flex: 1 1 8rem;
3712
+ }
3713
+ [data-ui="media"] {
3714
+ max-inline-size: none;
3715
+ grid-template-columns: minmax(0, 1fr);
3716
+ }
3717
+ [data-ui="media-gallery"],
3718
+ [data-ui="media-actions"],
3719
+ [data-ui="media-extension"],
3720
+ [data-ui="media"] > :is([data-ui="loading"], [data-ui="error"]) {
3721
+ grid-column: 1;
3722
+ }
3723
+ [data-ui="form-grid"] {
3724
+ grid-template-columns: minmax(0, 1fr);
3725
+ }
3726
+ [data-ui="form-field"][data-span="full"] {
3727
+ grid-column: auto;
3728
+ }
3729
+ [data-ui="record-form"][data-layout="default"]
3730
+ > [data-ui="form-grid"]
3731
+ > [data-ui="form-field"]:not([data-kind="checkbox"]) {
3732
+ grid-template-columns: minmax(0, 1fr);
3733
+ align-items: stretch;
3734
+ }
3735
+ [data-ui="record-form"][data-layout="default"]
3736
+ > [data-ui="form-grid"]
3737
+ > [data-ui="form-field"]:not([data-kind="checkbox"])
3738
+ > :is(
3739
+ [data-ui="form-label"],
3740
+ [data-ui="form-control"],
3741
+ [data-ui="form-options"],
3742
+ [data-ui="form-help"],
3743
+ [data-ui="form-error"]
3744
+ ) {
3745
+ grid-column: 1;
3746
+ }
3747
+ [data-ui="record-form"][data-layout="default"]
3748
+ > [data-ui="form-grid"]
3749
+ > [data-ui="form-field"][data-kind="textarea"]
3750
+ > [data-ui="form-label"] {
3751
+ margin-block-start: 0;
3752
+ }
3753
+ [data-ui="form-actions"],
3754
+ [data-ui="form-actions"] [data-ui="action-group"] {
3755
+ inline-size: 100%;
3756
+ }
3757
+ [data-ui="form-actions"] [data-ui="action"] {
3758
+ flex: 1 1 10rem;
3759
+ }
3760
+ [data-ui="form-cluster"] {
3761
+ align-items: stretch;
3762
+ }
3763
+ [data-ui="record-form"][data-layout="inline"] {
3764
+ min-inline-size: 100%;
3765
+ max-inline-size: none;
3766
+ flex-basis: 100%;
3767
+ }
3768
+ [data-ui="record-form"][data-layout="inline"][data-has-fields="false"] {
3769
+ min-inline-size: 100%;
3770
+ }
3771
+ [data-ui="relation-menu"] {
3772
+ position: fixed;
3773
+ inset: auto var(--admin-gap-sm) var(--admin-gap-sm);
3774
+ max-block-size: min(28rem, calc(100dvh - var(--admin-gap-lg)));
3775
+ }
3776
+ [data-ui="relation-options"] {
3777
+ max-block-size: min(18rem, 45dvh);
3778
+ }
3779
+ [data-ui="relation-dialog-toolbar"],
3780
+ [data-ui="relation-dialog-row"] {
3781
+ grid-template-columns: minmax(0, 1fr);
3782
+ }
3783
+ [data-ui="relation-dialog-toolbar"] {
3784
+ display: grid;
3785
+ grid-template-columns: minmax(0, 1fr) auto;
3786
+ }
3787
+ [data-ui="relation-dialog-row"] {
3788
+ align-items: stretch;
3789
+ }
3790
+ [data-ui="relation-dialog-actions"] {
3791
+ justify-content: flex-end;
3792
+ }
3793
+ [data-ui="relation-dialog-actions"] [data-ui="action"] {
3794
+ flex: 0 0 auto;
3795
+ }
3796
+ [data-ui="modal-layer"][data-presentation="dialog"] {
3797
+ padding: 0;
3798
+ }
3799
+ [data-ui="modal-layer"][data-presentation="dialog"] [data-ui="modal-sheet"] {
3800
+ inline-size: 100%;
3801
+ block-size: 100dvh;
3802
+ max-block-size: 100dvh;
3803
+ border: 0;
3804
+ border-radius: 0;
3805
+ }
3806
+ }
3807
+
3808
+ [data-ui="card-grid"] {
3809
+ display: grid;
3810
+ grid-template-columns: repeat(auto-fill, minmax(min(17rem, 100%), 1fr));
3811
+ gap: var(--admin-gap);
3812
+ }
3813
+ [data-ui="content-card"] {
3814
+ display: grid;
3815
+ min-inline-size: 0;
3816
+ gap: var(--admin-gap);
3817
+ padding: var(--admin-gap);
3818
+ border: 1px solid var(--admin-line);
3819
+ border-radius: var(--admin-radius);
3820
+ background: var(--admin-surface);
3821
+ box-shadow: var(--admin-shadow-card);
3822
+ }
3823
+ [data-ui="card-head"] {
3824
+ display: grid;
3825
+ min-inline-size: 0;
3826
+ gap: var(--admin-gap-xs);
3827
+ }
3828
+ [data-ui="content-card"][data-selected="true"] {
3829
+ border-color: var(--admin-accent-line);
3830
+ box-shadow: 0 0 0 2px var(--admin-focus-ring);
3831
+ }
3832
+ [data-ui="card-title"],
3833
+ [data-ui="card-summary"] {
3834
+ margin: 0;
3835
+ }
3836
+ [data-ui="card-title"] {
3837
+ color: var(--admin-ink);
3838
+ font-size: var(--admin-size-base);
3839
+ line-height: 1.35;
3840
+ }
3841
+ [data-ui="card-title"] a {
3842
+ color: inherit;
3843
+ text-decoration: none;
3844
+ }
3845
+ [data-ui="card-summary"],
3846
+ [data-ui="card-meta"] {
3847
+ color: var(--admin-ink-secondary);
3848
+ font-size: 0.8125rem;
3849
+ }
3850
+ [data-ui="card-body"] {
3851
+ min-inline-size: 0;
3852
+ color: var(--admin-ink);
3853
+ }
3854
+ [data-ui="card-actions"] {
3855
+ display: flex;
3856
+ flex-wrap: wrap;
3857
+ justify-content: flex-end;
3858
+ gap: var(--admin-gap-sm);
3859
+ padding-block-start: var(--admin-gap);
3860
+ border-block-start: 1px solid var(--admin-line);
3861
+ }
3862
+
3863
+ [data-ui="metric"] {
3864
+ display: grid;
3865
+ min-inline-size: 0;
3866
+ gap: var(--admin-gap-xs);
3867
+ padding: var(--admin-gap);
3868
+ border: 1px solid var(--admin-line);
3869
+ border-radius: var(--admin-radius);
3870
+ background: var(--admin-surface);
3871
+ }
3872
+ [data-ui="card-grid"]:has(> [data-ui="metric"]) {
3873
+ grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
3874
+ }
3875
+ [data-ui="metric-label"],
3876
+ [data-ui="metric-value"],
3877
+ [data-ui="metric-detail"] {
3878
+ margin: 0;
3879
+ }
3880
+ [data-ui="metric-label"] {
3881
+ color: var(--admin-ink-secondary);
3882
+ font-size: var(--admin-size-sm);
3883
+ font-weight: 600;
3884
+ }
3885
+ [data-ui="metric-value"] {
3886
+ color: var(--admin-ink);
3887
+ font-size: var(--admin-size-xl);
3888
+ font-weight: 700;
3889
+ font-variant-numeric: tabular-nums;
3890
+ line-height: 1.25;
3891
+ }
3892
+ @media (max-width: 29.9375rem) {
3893
+ [data-ui="metric"][data-tone="night-audit-amount"] [data-ui="metric-value"] {
3894
+ font-size: var(--admin-size-lg);
3895
+ overflow-wrap: anywhere;
3896
+ }
3897
+ }
3898
+ [data-ui="metric-detail"] {
3899
+ color: var(--admin-ink-secondary);
3900
+ font-size: var(--admin-size-sm);
3901
+ }
3902
+
3903
+ /* Secondary navigation for deep records. */
3904
+ [data-ui="breadcrumbs"] ol {
3905
+ display: flex;
3906
+ min-inline-size: 0;
3907
+ flex-wrap: wrap;
3908
+ align-items: center;
3909
+ gap: var(--admin-gap-xs);
3910
+ margin: 0;
3911
+ padding: 0;
3912
+ list-style: none;
3913
+ }
3914
+ [data-ui="breadcrumb"] {
3915
+ display: inline-flex;
3916
+ min-inline-size: 0;
3917
+ align-items: center;
3918
+ gap: var(--admin-gap-xs);
3919
+ color: var(--admin-ink-secondary);
3920
+ font-size: var(--admin-size-sm);
3921
+ }
3922
+ [data-ui="breadcrumb"]:not(:last-child)::after {
3923
+ color: var(--admin-ink-muted);
3924
+ content: "/";
3925
+ }
3926
+ [data-ui="breadcrumb"] a {
3927
+ color: inherit;
3928
+ }
3929
+ [data-ui="breadcrumb"] [aria-current="page"] {
3930
+ color: var(--admin-ink);
3931
+ font-weight: 600;
3932
+ }
3933
+ [data-ui="tabs"] {
3934
+ display: flex;
3935
+ min-inline-size: 0;
3936
+ gap: var(--admin-gap-xs);
3937
+ overflow-x: auto;
3938
+ border-block-end: 1px solid var(--admin-line);
3939
+ }
3940
+ [data-ui="tab"] {
3941
+ display: inline-flex;
3942
+ min-block-size: var(--admin-control-height);
3943
+ flex: 0 0 auto;
3944
+ align-items: center;
3945
+ gap: var(--admin-gap-xs);
3946
+ padding-block-start: 0.25rem;
3947
+ padding-inline: var(--admin-gap);
3948
+ border-block-end: 2px solid transparent;
3949
+ color: var(--admin-ink-secondary);
3950
+ font-size: 0.8125rem;
3951
+ font-weight: 600;
3952
+ text-decoration: none;
3953
+ }
3954
+ [data-ui="tab"][data-active="true"] {
3955
+ border-block-end-color: var(--admin-accent);
3956
+ color: var(--admin-accent-text);
3957
+ }
3958
+
3959
+ /* Compact operational records for mobile and narrow side panels. */
3960
+ [data-ui="record-list"] {
3961
+ margin: 0;
3962
+ padding: 0;
3963
+ overflow: hidden;
3964
+ border: 1px solid var(--admin-line);
3965
+ border-radius: var(--admin-radius);
3966
+ background: var(--admin-surface);
3967
+ list-style: none;
3968
+ }
3969
+ [data-ui="record-row"] + [data-ui="record-row"] {
3970
+ border-block-start: 1px solid var(--admin-line);
3971
+ }
3972
+ [data-ui="record-row"] > a {
3973
+ display: flex;
3974
+ min-block-size: 3rem;
3975
+ align-items: center;
3976
+ justify-content: space-between;
3977
+ gap: var(--admin-gap);
3978
+ padding: var(--admin-gap-sm) var(--admin-gap);
3979
+ color: inherit;
3980
+ text-decoration: none;
3981
+ }
3982
+ [data-ui="record-copy"] {
3983
+ display: flex;
3984
+ min-inline-size: 0;
3985
+ flex: 1 1 auto;
3986
+ flex-direction: column;
3987
+ }
3988
+ [data-ui="record-title"] {
3989
+ overflow: hidden;
3990
+ color: var(--admin-ink);
3991
+ font-size: 0.8125rem;
3992
+ font-weight: 600;
3993
+ text-overflow: ellipsis;
3994
+ white-space: nowrap;
3995
+ }
3996
+ [data-ui="record-summary"] {
3997
+ overflow: hidden;
3998
+ color: var(--admin-ink-secondary);
3999
+ font-size: var(--admin-size-sm);
4000
+ text-overflow: ellipsis;
4001
+ white-space: nowrap;
4002
+ }
4003
+ [data-ui="record-value"] {
4004
+ flex: 0 0 auto;
4005
+ color: var(--admin-ink);
4006
+ font-size: 0.8125rem;
4007
+ font-weight: 600;
4008
+ font-variant-numeric: tabular-nums;
4009
+ }
4010
+
4011
+ /* Inline feedback and loading. */
4012
+ [data-ui="notice"] {
4013
+ display: grid;
4014
+ grid-template-columns: auto minmax(0, 1fr) auto;
4015
+ align-items: start;
4016
+ gap: var(--admin-gap-sm);
4017
+ padding: var(--admin-gap-sm);
4018
+ border: 1px solid var(--admin-accent-line);
4019
+ border-inline-start: 3px solid var(--admin-accent);
4020
+ border-radius: var(--admin-radius);
4021
+ background: var(--admin-accent-soft);
4022
+ color: var(--admin-ink);
4023
+ }
4024
+ [data-ui="notice"][data-tone="positive"] {
4025
+ border-color: var(--admin-success-icon);
4026
+ background: var(--admin-success-soft);
4027
+ }
4028
+ [data-ui="notice"][data-tone="warning"] {
4029
+ border-color: var(--admin-warning-icon);
4030
+ background: var(--admin-warning-soft);
4031
+ }
4032
+ [data-ui="notice"][data-tone="danger"] {
4033
+ border-color: var(--admin-danger-line);
4034
+ border-inline-start-color: var(--admin-danger);
4035
+ background: var(--admin-danger-soft);
4036
+ }
4037
+ [data-ui="notice"][data-tone="positive"],
4038
+ [data-ui="notice"][data-tone="warning"],
4039
+ [data-ui="notice"][data-tone="danger"] {
4040
+ color: var(--admin-status-fixed-ink);
4041
+ }
4042
+ [data-ui="notice-icon"] {
4043
+ display: grid;
4044
+ inline-size: 1.25rem;
4045
+ block-size: 1.25rem;
4046
+ place-items: center;
4047
+ }
4048
+ [data-ui="notice-copy"] {
4049
+ min-inline-size: 0;
4050
+ }
4051
+ [data-ui="notice-title"],
4052
+ [data-ui="notice-message"] {
4053
+ margin: 0;
4054
+ }
4055
+ [data-ui="notice-title"] {
4056
+ font-size: 0.8125rem;
4057
+ font-weight: 700;
4058
+ }
4059
+ [data-ui="notice-message"] {
4060
+ margin-block-start: 0.125rem;
4061
+ color: var(--admin-ink-secondary);
4062
+ font-size: 0.8125rem;
4063
+ }
4064
+ [data-ui="notice"][data-tone="positive"] [data-ui="notice-message"],
4065
+ [data-ui="notice"][data-tone="warning"] [data-ui="notice-message"],
4066
+ [data-ui="notice"][data-tone="danger"] [data-ui="notice-message"] {
4067
+ color: var(--admin-status-fixed-ink-secondary);
4068
+ }
4069
+ [data-ui="notice-actions"],
4070
+ [data-ui="empty-actions"] {
4071
+ display: flex;
4072
+ flex-wrap: wrap;
4073
+ gap: var(--admin-gap-sm);
4074
+ }
4075
+
4076
+ [data-ui="loading"] {
4077
+ display: grid;
4078
+ max-inline-size: 42rem;
4079
+ gap: var(--admin-gap);
4080
+ padding: var(--admin-gap-md);
4081
+ }
4082
+ [data-ui="loading-label"] {
4083
+ color: var(--admin-ink-secondary);
4084
+ font-size: 0.8125rem;
4085
+ font-weight: 600;
4086
+ }
4087
+ [data-ui="skeleton"] {
4088
+ display: grid;
4089
+ gap: var(--admin-gap-sm);
4090
+ }
4091
+ [data-ui="skeleton-line"] {
4092
+ display: block;
4093
+ block-size: 0.75rem;
4094
+ border-radius: var(--admin-radius-xs);
4095
+ background: var(--admin-surface-subtle);
4096
+ }
4097
+ [data-ui="skeleton-line"]:nth-child(2n) {
4098
+ inline-size: 82%;
4099
+ }
4100
+ [data-ui="skeleton-line"]:nth-child(3n) {
4101
+ inline-size: 64%;
4102
+ }
4103
+
4104
+ [data-ui="table-caption"] {
4105
+ padding: var(--admin-gap);
4106
+ color: var(--admin-ink);
4107
+ font-size: 0.8125rem;
4108
+ font-weight: 700;
4109
+ text-align: start;
4110
+ }
4111
+ [data-ui="sort-link"] {
4112
+ display: inline-flex;
4113
+ align-items: center;
4114
+ gap: var(--admin-gap-xs);
4115
+ color: inherit;
4116
+ text-decoration: none;
4117
+ }
4118
+ [data-ui="sort-icon"] {
4119
+ display: grid;
4120
+ inline-size: 0.75rem;
4121
+ block-size: 0.75rem;
4122
+ place-items: center;
4123
+ color: var(--admin-accent-text);
4124
+ }
4125
+ [data-ui="action-label"],
4126
+ [data-ui="col"],
4127
+ [data-ui="facet-label"] {
4128
+ overflow: hidden;
4129
+ text-overflow: ellipsis;
4130
+ white-space: nowrap;
4131
+ }
4132
+ [data-ui="empty-icon"] {
4133
+ display: grid;
4134
+ inline-size: 2.5rem;
4135
+ block-size: 2.5rem;
4136
+ place-items: center;
4137
+ color: var(--admin-ink-muted);
4138
+ }
4139
+ [data-ui="kanban-actions"] {
4140
+ display: flex;
4141
+ flex-wrap: wrap;
4142
+ gap: var(--admin-gap-sm);
4143
+ margin-block-start: auto;
4144
+ }
4145
+ [data-ui="pager-range"] {
4146
+ font-variant-numeric: tabular-nums;
4147
+ white-space: nowrap;
4148
+ }
4149
+
4150
+ @media (hover: hover) {
4151
+ :where([data-ui="action"], [data-control="action"]):hover:not(:disabled, [aria-disabled="true"]),
4152
+ [data-ui="record-row"] > a:hover {
4153
+ border-color: var(--admin-line-strong);
4154
+ background: var(--admin-surface-hover);
4155
+ color: var(--admin-ink);
4156
+ }
4157
+ :where([data-ui="action"], [data-control="action"])[data-variant="primary"]:hover:not(:disabled) {
4158
+ border-color: var(--admin-accent-hover);
4159
+ background: var(--admin-accent-hover);
4160
+ color: var(--admin-accent-ink);
4161
+ }
4162
+ :where([data-ui="action"], [data-control="action"])[data-variant="destructive"]:hover:not(:disabled) {
4163
+ border-color: var(--admin-danger);
4164
+ background: var(--admin-danger);
4165
+ color: #fff;
4166
+ }
4167
+ [data-ui="content-card"][data-interactive="true"]:hover {
4168
+ border-color: var(--admin-accent-line);
4169
+ box-shadow: var(--admin-shadow-float);
4170
+ transform: translateY(-2px);
4171
+ }
4172
+ }
4173
+
4174
+ @media (max-width: 47.9375rem) {
4175
+ :where([data-ui="action"], [data-control="action"])[data-size] {
4176
+ min-block-size: 2.75rem;
4177
+ }
4178
+ [data-ui="modal-layer"][data-presentation="dialog"]
4179
+ [data-ui="relation-dialog-actions"]
4180
+ [data-ui="action"][data-size="compact"] {
4181
+ min-block-size: var(--admin-control-height);
4182
+ }
4183
+ :where([data-ui="action"], [data-control="action"])[data-icon-only="true"][data-size] {
4184
+ inline-size: 2.75rem;
4185
+ }
4186
+ [data-ui="section-head"],
4187
+ [data-ui="notice"] {
4188
+ grid-template-columns: 1fr;
4189
+ flex-direction: column;
4190
+ }
4191
+ [data-ui="section-actions"],
4192
+ [data-ui="notice-actions"] {
4193
+ inline-size: 100%;
4194
+ }
4195
+ [data-ui="surface"][data-padding="default"] {
4196
+ padding: var(--admin-gap-md);
4197
+ }
4198
+ [data-ui="card-grid"] {
4199
+ grid-template-columns: 1fr;
4200
+ }
4201
+ [data-ui="attachment-item"] {
4202
+ align-items: flex-start;
4203
+ flex-direction: column;
4204
+ gap: var(--admin-gap-xs);
4205
+ }
4206
+ [data-ui="modal-sheet"] {
4207
+ inline-size: 100%;
4208
+ border-inline-start: 0;
4209
+ }
4210
+ [data-ui="table"] [data-priority="tertiary"] {
4211
+ display: none;
4212
+ }
4213
+ }
4214
+
4215
+ @media (prefers-reduced-motion: reduce) {
4216
+ [data-ui="action-spinner"] {
4217
+ animation: none;
4218
+ }
4219
+ [data-ui="content-card"] {
4220
+ transform: none !important;
4221
+ }
4222
+ }
4223
+ }
4224
+
4225
+ @media (max-width: 47.9375rem) {
4226
+ [data-ui="sidebar-foot"] {
4227
+ display: none;
4228
+ }
4229
+ }