lua-cli 3.5.0-beta.1 → 3.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (520) hide show
  1. package/README.md +0 -2
  2. package/dist/api/agent.api.service.d.ts +3 -6
  3. package/dist/api/agent.api.service.d.ts.map +1 -0
  4. package/dist/api/agent.api.service.js.map +1 -1
  5. package/dist/api/auth.api.service.d.ts +1 -0
  6. package/dist/api/auth.api.service.d.ts.map +1 -0
  7. package/dist/api/backup.api.service.d.ts +10 -12
  8. package/dist/api/backup.api.service.d.ts.map +1 -0
  9. package/dist/api/backup.api.service.js +11 -11
  10. package/dist/api/backup.api.service.js.map +1 -1
  11. package/dist/api/basket.api.service.d.ts +1 -0
  12. package/dist/api/basket.api.service.d.ts.map +1 -0
  13. package/dist/api/cdn.api.service.d.ts +1 -0
  14. package/dist/api/cdn.api.service.d.ts.map +1 -0
  15. package/dist/api/cdn.api.service.js.map +1 -1
  16. package/dist/api/chat.api.service.d.ts +1 -0
  17. package/dist/api/chat.api.service.d.ts.map +1 -0
  18. package/dist/api/credentials.d.ts +1 -0
  19. package/dist/api/credentials.d.ts.map +1 -0
  20. package/dist/api/custom.data.api.service.d.ts +1 -0
  21. package/dist/api/custom.data.api.service.d.ts.map +1 -0
  22. package/dist/api/developer.api.service.d.ts +1 -0
  23. package/dist/api/developer.api.service.d.ts.map +1 -0
  24. package/dist/api/http.client.d.ts +1 -0
  25. package/dist/api/http.client.d.ts.map +1 -0
  26. package/dist/api/http.client.js +5 -1
  27. package/dist/api/http.client.js.map +1 -1
  28. package/dist/api/job.api.service.d.ts +1 -0
  29. package/dist/api/job.api.service.d.ts.map +1 -0
  30. package/dist/api/lazy-instances.d.ts +1 -0
  31. package/dist/api/lazy-instances.d.ts.map +1 -0
  32. package/dist/api/logs.api.service.d.ts +1 -0
  33. package/dist/api/logs.api.service.d.ts.map +1 -0
  34. package/dist/api/marketplace.api.service.d.ts +1 -0
  35. package/dist/api/marketplace.api.service.d.ts.map +1 -0
  36. package/dist/api/order.api.service.d.ts +1 -0
  37. package/dist/api/order.api.service.d.ts.map +1 -0
  38. package/dist/api/persona.api.service.d.ts +1 -0
  39. package/dist/api/persona.api.service.d.ts.map +1 -0
  40. package/dist/api/postprocessor.api.service.d.ts +1 -0
  41. package/dist/api/postprocessor.api.service.d.ts.map +1 -0
  42. package/dist/api/preprocessor.api.service.d.ts +1 -0
  43. package/dist/api/preprocessor.api.service.d.ts.map +1 -0
  44. package/dist/api/products.api.service.d.ts +1 -0
  45. package/dist/api/products.api.service.d.ts.map +1 -0
  46. package/dist/api/resource.api.service.d.ts +1 -0
  47. package/dist/api/resource.api.service.d.ts.map +1 -0
  48. package/dist/api/skills.api.service.d.ts +1 -0
  49. package/dist/api/skills.api.service.d.ts.map +1 -0
  50. package/dist/api/tool.api.service.d.ts +1 -0
  51. package/dist/api/tool.api.service.d.ts.map +1 -0
  52. package/dist/api/unifiedto.api.service.d.ts +31 -2
  53. package/dist/api/unifiedto.api.service.d.ts.map +1 -0
  54. package/dist/api/unifiedto.api.service.js +17 -2
  55. package/dist/api/unifiedto.api.service.js.map +1 -1
  56. package/dist/api/user.data.api.service.d.ts +1 -0
  57. package/dist/api/user.data.api.service.d.ts.map +1 -0
  58. package/dist/api/webhook.api.service.d.ts +1 -0
  59. package/dist/api/webhook.api.service.d.ts.map +1 -0
  60. package/dist/api/whatsapp-templates.api.service.d.ts +1 -0
  61. package/dist/api/whatsapp-templates.api.service.d.ts.map +1 -0
  62. package/dist/api-exports.d.ts +3 -2
  63. package/dist/api-exports.d.ts.map +1 -0
  64. package/dist/api-exports.js.map +1 -1
  65. package/dist/cli/command-definitions.d.ts +1 -0
  66. package/dist/cli/command-definitions.d.ts.map +1 -0
  67. package/dist/cli/command-definitions.js +26 -3
  68. package/dist/cli/command-definitions.js.map +1 -1
  69. package/dist/commands/admin.d.ts +1 -0
  70. package/dist/commands/admin.d.ts.map +1 -0
  71. package/dist/commands/admin.js +2 -0
  72. package/dist/commands/admin.js.map +1 -1
  73. package/dist/commands/agents.d.ts +1 -0
  74. package/dist/commands/agents.d.ts.map +1 -0
  75. package/dist/commands/agents.js +7 -0
  76. package/dist/commands/agents.js.map +1 -1
  77. package/dist/commands/apiKey.d.ts +1 -0
  78. package/dist/commands/apiKey.d.ts.map +1 -0
  79. package/dist/commands/apiKey.js +4 -0
  80. package/dist/commands/apiKey.js.map +1 -1
  81. package/dist/commands/channels.d.ts +1 -0
  82. package/dist/commands/channels.d.ts.map +1 -0
  83. package/dist/commands/channels.js +69 -34
  84. package/dist/commands/channels.js.map +1 -1
  85. package/dist/commands/chat.d.ts +1 -0
  86. package/dist/commands/chat.d.ts.map +1 -0
  87. package/dist/commands/chat.js +8 -0
  88. package/dist/commands/chat.js.map +1 -1
  89. package/dist/commands/chatClear.d.ts +1 -0
  90. package/dist/commands/chatClear.d.ts.map +1 -0
  91. package/dist/commands/chatClear.js +2 -0
  92. package/dist/commands/chatClear.js.map +1 -1
  93. package/dist/commands/compile.d.ts +1 -1
  94. package/dist/commands/compile.d.ts.map +1 -0
  95. package/dist/commands/compile.js +35 -11
  96. package/dist/commands/compile.js.map +1 -1
  97. package/dist/commands/completion.d.ts +1 -0
  98. package/dist/commands/completion.d.ts.map +1 -0
  99. package/dist/commands/completion.js +2 -0
  100. package/dist/commands/completion.js.map +1 -1
  101. package/dist/commands/configure.d.ts +1 -0
  102. package/dist/commands/configure.d.ts.map +1 -0
  103. package/dist/commands/configure.js +25 -15
  104. package/dist/commands/configure.js.map +1 -1
  105. package/dist/commands/deploy.d.ts +1 -0
  106. package/dist/commands/deploy.d.ts.map +1 -0
  107. package/dist/commands/deploy.js +11 -0
  108. package/dist/commands/deploy.js.map +1 -1
  109. package/dist/commands/destroy.d.ts +1 -0
  110. package/dist/commands/destroy.d.ts.map +1 -0
  111. package/dist/commands/destroy.js +6 -1
  112. package/dist/commands/destroy.js.map +1 -1
  113. package/dist/commands/dev.d.ts +1 -0
  114. package/dist/commands/dev.d.ts.map +1 -0
  115. package/dist/commands/dev.js +9 -0
  116. package/dist/commands/dev.js.map +1 -1
  117. package/dist/commands/docs.d.ts +1 -0
  118. package/dist/commands/docs.d.ts.map +1 -0
  119. package/dist/commands/docs.js +2 -0
  120. package/dist/commands/docs.js.map +1 -1
  121. package/dist/commands/env.d.ts +1 -0
  122. package/dist/commands/env.d.ts.map +1 -0
  123. package/dist/commands/env.js +6 -0
  124. package/dist/commands/env.js.map +1 -1
  125. package/dist/commands/evals.d.ts +1 -0
  126. package/dist/commands/evals.d.ts.map +1 -0
  127. package/dist/commands/evals.js +2 -0
  128. package/dist/commands/evals.js.map +1 -1
  129. package/dist/commands/features.d.ts +1 -0
  130. package/dist/commands/features.d.ts.map +1 -0
  131. package/dist/commands/features.js +6 -0
  132. package/dist/commands/features.js.map +1 -1
  133. package/dist/commands/index.d.ts +3 -0
  134. package/dist/commands/index.d.ts.map +1 -0
  135. package/dist/commands/index.js +2 -0
  136. package/dist/commands/index.js.map +1 -1
  137. package/dist/commands/init.d.ts +1 -0
  138. package/dist/commands/init.d.ts.map +1 -0
  139. package/dist/commands/init.js +11 -0
  140. package/dist/commands/init.js.map +1 -1
  141. package/dist/commands/integrations.d.ts +1 -0
  142. package/dist/commands/integrations.d.ts.map +1 -0
  143. package/dist/commands/integrations.js +128 -251
  144. package/dist/commands/integrations.js.map +1 -1
  145. package/dist/commands/jobs.d.ts +1 -0
  146. package/dist/commands/jobs.d.ts.map +1 -0
  147. package/dist/commands/jobs.js +6 -0
  148. package/dist/commands/jobs.js.map +1 -1
  149. package/dist/commands/logs.d.ts +1 -0
  150. package/dist/commands/logs.d.ts.map +1 -0
  151. package/dist/commands/logs.js +7 -0
  152. package/dist/commands/logs.js.map +1 -1
  153. package/dist/commands/marketplace.d.ts +1 -0
  154. package/dist/commands/marketplace.d.ts.map +1 -0
  155. package/dist/commands/marketplace.js +6 -0
  156. package/dist/commands/marketplace.js.map +1 -1
  157. package/dist/commands/mcp.d.ts +1 -0
  158. package/dist/commands/mcp.d.ts.map +1 -0
  159. package/dist/commands/mcp.js +6 -0
  160. package/dist/commands/mcp.js.map +1 -1
  161. package/dist/commands/persona.d.ts +1 -0
  162. package/dist/commands/persona.d.ts.map +1 -0
  163. package/dist/commands/persona.js +7 -0
  164. package/dist/commands/persona.js.map +1 -1
  165. package/dist/commands/postprocessors.d.ts +1 -0
  166. package/dist/commands/postprocessors.d.ts.map +1 -0
  167. package/dist/commands/postprocessors.js +6 -0
  168. package/dist/commands/postprocessors.js.map +1 -1
  169. package/dist/commands/preprocessors.d.ts +1 -0
  170. package/dist/commands/preprocessors.d.ts.map +1 -0
  171. package/dist/commands/preprocessors.js +6 -0
  172. package/dist/commands/preprocessors.js.map +1 -1
  173. package/dist/commands/production.d.ts +1 -0
  174. package/dist/commands/production.d.ts.map +1 -0
  175. package/dist/commands/production.js +5 -0
  176. package/dist/commands/production.js.map +1 -1
  177. package/dist/commands/push.d.ts +6 -13
  178. package/dist/commands/push.d.ts.map +1 -0
  179. package/dist/commands/push.js +145 -68
  180. package/dist/commands/push.js.map +1 -1
  181. package/dist/commands/pushBackup.d.ts +4 -2
  182. package/dist/commands/pushBackup.d.ts.map +1 -0
  183. package/dist/commands/pushBackup.js +21 -20
  184. package/dist/commands/pushBackup.js.map +1 -1
  185. package/dist/commands/resources.d.ts +1 -0
  186. package/dist/commands/resources.d.ts.map +1 -0
  187. package/dist/commands/resources.js +6 -0
  188. package/dist/commands/resources.js.map +1 -1
  189. package/dist/commands/skills.d.ts +1 -0
  190. package/dist/commands/skills.d.ts.map +1 -0
  191. package/dist/commands/skills.js +4 -0
  192. package/dist/commands/skills.js.map +1 -1
  193. package/dist/commands/sync.d.ts +1 -0
  194. package/dist/commands/sync.d.ts.map +1 -0
  195. package/dist/commands/sync.js +128 -81
  196. package/dist/commands/sync.js.map +1 -1
  197. package/dist/commands/telemetry.d.ts +6 -0
  198. package/dist/commands/telemetry.d.ts.map +1 -0
  199. package/dist/commands/telemetry.js +38 -0
  200. package/dist/commands/telemetry.js.map +1 -0
  201. package/dist/commands/test.d.ts +1 -0
  202. package/dist/commands/test.d.ts.map +1 -0
  203. package/dist/commands/test.js +7 -0
  204. package/dist/commands/test.js.map +1 -1
  205. package/dist/commands/update.d.ts +14 -0
  206. package/dist/commands/update.d.ts.map +1 -0
  207. package/dist/commands/update.js +85 -0
  208. package/dist/commands/update.js.map +1 -0
  209. package/dist/commands/webhooks.d.ts +1 -0
  210. package/dist/commands/webhooks.d.ts.map +1 -0
  211. package/dist/commands/webhooks.js +6 -0
  212. package/dist/commands/webhooks.js.map +1 -1
  213. package/dist/compiler/agent-traverser.d.ts +30 -28
  214. package/dist/compiler/agent-traverser.d.ts.map +1 -0
  215. package/dist/compiler/agent-traverser.js +62 -54
  216. package/dist/compiler/agent-traverser.js.map +1 -1
  217. package/dist/compiler/bundler.d.ts +2 -1
  218. package/dist/compiler/bundler.d.ts.map +1 -0
  219. package/dist/compiler/bundler.js +2 -1
  220. package/dist/compiler/bundler.js.map +1 -1
  221. package/dist/compiler/compiler.d.ts +1 -2
  222. package/dist/compiler/compiler.d.ts.map +1 -0
  223. package/dist/compiler/compiler.js +11 -24
  224. package/dist/compiler/compiler.js.map +1 -1
  225. package/dist/compiler/index.d.ts +5 -3
  226. package/dist/compiler/index.d.ts.map +1 -0
  227. package/dist/compiler/index.js +3 -2
  228. package/dist/compiler/index.js.map +1 -1
  229. package/dist/compiler/plugins/agent.plugin.d.ts +48 -0
  230. package/dist/compiler/plugins/agent.plugin.d.ts.map +1 -0
  231. package/dist/compiler/plugins/agent.plugin.js +123 -0
  232. package/dist/compiler/plugins/agent.plugin.js.map +1 -0
  233. package/dist/compiler/plugins/base.d.ts +25 -4
  234. package/dist/compiler/plugins/base.d.ts.map +1 -0
  235. package/dist/compiler/plugins/base.js +37 -1
  236. package/dist/compiler/plugins/base.js.map +1 -1
  237. package/dist/compiler/plugins/job.plugin.d.ts +3 -2
  238. package/dist/compiler/plugins/job.plugin.d.ts.map +1 -0
  239. package/dist/compiler/plugins/job.plugin.js +20 -68
  240. package/dist/compiler/plugins/job.plugin.js.map +1 -1
  241. package/dist/compiler/plugins/mcp-server.plugin.d.ts +4 -16
  242. package/dist/compiler/plugins/mcp-server.plugin.d.ts.map +1 -0
  243. package/dist/compiler/plugins/mcp-server.plugin.js +27 -112
  244. package/dist/compiler/plugins/mcp-server.plugin.js.map +1 -1
  245. package/dist/compiler/plugins/postprocessor.plugin.d.ts +3 -2
  246. package/dist/compiler/plugins/postprocessor.plugin.d.ts.map +1 -0
  247. package/dist/compiler/plugins/postprocessor.plugin.js +2 -11
  248. package/dist/compiler/plugins/postprocessor.plugin.js.map +1 -1
  249. package/dist/compiler/plugins/preprocessor.plugin.d.ts +3 -2
  250. package/dist/compiler/plugins/preprocessor.plugin.d.ts.map +1 -0
  251. package/dist/compiler/plugins/preprocessor.plugin.js +5 -18
  252. package/dist/compiler/plugins/preprocessor.plugin.js.map +1 -1
  253. package/dist/compiler/plugins/processor-base.d.ts +1 -0
  254. package/dist/compiler/plugins/processor-base.d.ts.map +1 -0
  255. package/dist/compiler/plugins/processor-base.js +2 -9
  256. package/dist/compiler/plugins/processor-base.js.map +1 -1
  257. package/dist/compiler/plugins/registry.d.ts +1 -0
  258. package/dist/compiler/plugins/registry.d.ts.map +1 -0
  259. package/dist/compiler/plugins/registry.js +2 -0
  260. package/dist/compiler/plugins/registry.js.map +1 -1
  261. package/dist/compiler/plugins/skill.plugin.d.ts +4 -3
  262. package/dist/compiler/plugins/skill.plugin.d.ts.map +1 -0
  263. package/dist/compiler/plugins/skill.plugin.js +44 -41
  264. package/dist/compiler/plugins/skill.plugin.js.map +1 -1
  265. package/dist/compiler/plugins/tool.plugin.d.ts +4 -2
  266. package/dist/compiler/plugins/tool.plugin.d.ts.map +1 -0
  267. package/dist/compiler/plugins/tool.plugin.js +10 -31
  268. package/dist/compiler/plugins/tool.plugin.js.map +1 -1
  269. package/dist/compiler/plugins/webhook.plugin.d.ts +3 -2
  270. package/dist/compiler/plugins/webhook.plugin.d.ts.map +1 -0
  271. package/dist/compiler/plugins/webhook.plugin.js +12 -24
  272. package/dist/compiler/plugins/webhook.plugin.js.map +1 -1
  273. package/dist/compiler/source-writer.d.ts +10 -0
  274. package/dist/compiler/source-writer.d.ts.map +1 -0
  275. package/dist/compiler/source-writer.js +11 -0
  276. package/dist/compiler/source-writer.js.map +1 -1
  277. package/dist/compiler/types.d.ts +32 -14
  278. package/dist/compiler/types.d.ts.map +1 -0
  279. package/dist/compiler/types.js +8 -0
  280. package/dist/compiler/types.js.map +1 -1
  281. package/dist/compiler/utils/ast-helpers.d.ts +70 -17
  282. package/dist/compiler/utils/ast-helpers.d.ts.map +1 -0
  283. package/dist/compiler/utils/ast-helpers.js +250 -61
  284. package/dist/compiler/utils/ast-helpers.js.map +1 -1
  285. package/dist/compiler/utils/common.d.ts +1 -0
  286. package/dist/compiler/utils/common.d.ts.map +1 -0
  287. package/dist/compiler/utils/file-discovery.d.ts +1 -0
  288. package/dist/compiler/utils/file-discovery.d.ts.map +1 -0
  289. package/dist/compiler/utils/path-resolver.d.ts +1 -0
  290. package/dist/compiler/utils/path-resolver.d.ts.map +1 -0
  291. package/dist/compiler/utils/schema-converter.d.ts +1 -0
  292. package/dist/compiler/utils/schema-converter.d.ts.map +1 -0
  293. package/dist/config/compile.constants.d.ts +27 -0
  294. package/dist/config/compile.constants.d.ts.map +1 -0
  295. package/dist/config/compile.constants.js +44 -0
  296. package/dist/config/compile.constants.js.map +1 -1
  297. package/dist/config/constants.d.ts +21 -0
  298. package/dist/config/constants.d.ts.map +1 -0
  299. package/dist/config/constants.js +31 -0
  300. package/dist/config/constants.js.map +1 -1
  301. package/dist/config/dev.constants.d.ts +1 -0
  302. package/dist/config/dev.constants.d.ts.map +1 -0
  303. package/dist/errors/auth.error.d.ts +1 -0
  304. package/dist/errors/auth.error.d.ts.map +1 -0
  305. package/dist/errors/index.d.ts +1 -0
  306. package/dist/errors/index.d.ts.map +1 -0
  307. package/dist/index.d.ts +1 -0
  308. package/dist/index.d.ts.map +1 -0
  309. package/dist/index.js +22 -20
  310. package/dist/index.js.map +1 -1
  311. package/dist/instances/basket.instance.d.ts +1 -0
  312. package/dist/instances/basket.instance.d.ts.map +1 -0
  313. package/dist/instances/data.entry.instance.d.ts +1 -0
  314. package/dist/instances/data.entry.instance.d.ts.map +1 -0
  315. package/dist/instances/job.instance.d.ts +1 -0
  316. package/dist/instances/job.instance.d.ts.map +1 -0
  317. package/dist/instances/order.instance.d.ts +1 -0
  318. package/dist/instances/order.instance.d.ts.map +1 -0
  319. package/dist/instances/product.instance.d.ts +1 -0
  320. package/dist/instances/product.instance.d.ts.map +1 -0
  321. package/dist/instances/product.pagination.instance.d.ts +1 -0
  322. package/dist/instances/product.pagination.instance.d.ts.map +1 -0
  323. package/dist/instances/product.search.instance.d.ts +1 -0
  324. package/dist/instances/product.search.instance.d.ts.map +1 -0
  325. package/dist/instances/user.instance.d.ts +1 -0
  326. package/dist/instances/user.instance.d.ts.map +1 -0
  327. package/dist/interfaces/admin.d.ts +1 -0
  328. package/dist/interfaces/admin.d.ts.map +1 -0
  329. package/dist/interfaces/agent.d.ts +36 -5
  330. package/dist/interfaces/agent.d.ts.map +1 -0
  331. package/dist/interfaces/backup.d.ts +1 -25
  332. package/dist/interfaces/backup.d.ts.map +1 -0
  333. package/dist/interfaces/baskets.d.ts +1 -0
  334. package/dist/interfaces/baskets.d.ts.map +1 -0
  335. package/dist/interfaces/cdn.d.ts +1 -0
  336. package/dist/interfaces/cdn.d.ts.map +1 -0
  337. package/dist/interfaces/chat.d.ts +1 -0
  338. package/dist/interfaces/chat.d.ts.map +1 -0
  339. package/dist/interfaces/common.d.ts +1 -0
  340. package/dist/interfaces/common.d.ts.map +1 -0
  341. package/dist/interfaces/custom.data.d.ts +1 -0
  342. package/dist/interfaces/custom.data.d.ts.map +1 -0
  343. package/dist/interfaces/deploy.d.ts +1 -0
  344. package/dist/interfaces/deploy.d.ts.map +1 -0
  345. package/dist/interfaces/dev.d.ts +1 -0
  346. package/dist/interfaces/dev.d.ts.map +1 -0
  347. package/dist/interfaces/index.d.ts +1 -0
  348. package/dist/interfaces/index.d.ts.map +1 -0
  349. package/dist/interfaces/init.d.ts +1 -0
  350. package/dist/interfaces/init.d.ts.map +1 -0
  351. package/dist/interfaces/jobs.d.ts +1 -0
  352. package/dist/interfaces/jobs.d.ts.map +1 -0
  353. package/dist/interfaces/logs.d.ts +1 -0
  354. package/dist/interfaces/logs.d.ts.map +1 -0
  355. package/dist/interfaces/lua.d.ts +1 -0
  356. package/dist/interfaces/lua.d.ts.map +1 -0
  357. package/dist/interfaces/marketplace.d.ts +1 -0
  358. package/dist/interfaces/marketplace.d.ts.map +1 -0
  359. package/dist/interfaces/mcp.d.ts +1 -0
  360. package/dist/interfaces/mcp.d.ts.map +1 -0
  361. package/dist/interfaces/message.d.ts +1 -0
  362. package/dist/interfaces/message.d.ts.map +1 -0
  363. package/dist/interfaces/orders.d.ts +1 -0
  364. package/dist/interfaces/orders.d.ts.map +1 -0
  365. package/dist/interfaces/persona.d.ts +1 -0
  366. package/dist/interfaces/persona.d.ts.map +1 -0
  367. package/dist/interfaces/postprocessors.d.ts +1 -0
  368. package/dist/interfaces/postprocessors.d.ts.map +1 -0
  369. package/dist/interfaces/preprocessors.d.ts +1 -0
  370. package/dist/interfaces/preprocessors.d.ts.map +1 -0
  371. package/dist/interfaces/product.d.ts +1 -0
  372. package/dist/interfaces/product.d.ts.map +1 -0
  373. package/dist/interfaces/push.d.ts +1 -0
  374. package/dist/interfaces/push.d.ts.map +1 -0
  375. package/dist/interfaces/skills.d.ts +1 -0
  376. package/dist/interfaces/skills.d.ts.map +1 -0
  377. package/dist/interfaces/test.d.ts +1 -0
  378. package/dist/interfaces/test.d.ts.map +1 -0
  379. package/dist/interfaces/unifiedto.d.ts +27 -0
  380. package/dist/interfaces/unifiedto.d.ts.map +1 -0
  381. package/dist/interfaces/user.d.ts +1 -0
  382. package/dist/interfaces/user.d.ts.map +1 -0
  383. package/dist/interfaces/webhooks.d.ts +1 -0
  384. package/dist/interfaces/webhooks.d.ts.map +1 -0
  385. package/dist/interfaces/whatsapp-templates.d.ts +1 -0
  386. package/dist/interfaces/whatsapp-templates.d.ts.map +1 -0
  387. package/dist/primitives/agent.handler.d.ts +61 -0
  388. package/dist/primitives/agent.handler.d.ts.map +1 -0
  389. package/dist/primitives/agent.handler.js +142 -0
  390. package/dist/primitives/agent.handler.js.map +1 -0
  391. package/dist/primitives/base.handler.d.ts +46 -6
  392. package/dist/primitives/base.handler.d.ts.map +1 -0
  393. package/dist/primitives/base.handler.js +121 -17
  394. package/dist/primitives/base.handler.js.map +1 -1
  395. package/dist/primitives/index.d.ts +5 -5
  396. package/dist/primitives/index.d.ts.map +1 -0
  397. package/dist/primitives/index.js +7 -17
  398. package/dist/primitives/index.js.map +1 -1
  399. package/dist/primitives/job.handler.d.ts +1 -5
  400. package/dist/primitives/job.handler.d.ts.map +1 -0
  401. package/dist/primitives/job.handler.js +1 -15
  402. package/dist/primitives/job.handler.js.map +1 -1
  403. package/dist/primitives/mcp-server.handler.d.ts +5 -1
  404. package/dist/primitives/mcp-server.handler.d.ts.map +1 -0
  405. package/dist/primitives/mcp-server.handler.js +26 -6
  406. package/dist/primitives/mcp-server.handler.js.map +1 -1
  407. package/dist/primitives/postprocessor.handler.d.ts +1 -11
  408. package/dist/primitives/postprocessor.handler.d.ts.map +1 -0
  409. package/dist/primitives/postprocessor.handler.js +1 -24
  410. package/dist/primitives/postprocessor.handler.js.map +1 -1
  411. package/dist/primitives/preprocessor.handler.d.ts +1 -11
  412. package/dist/primitives/preprocessor.handler.d.ts.map +1 -0
  413. package/dist/primitives/preprocessor.handler.js +1 -24
  414. package/dist/primitives/preprocessor.handler.js.map +1 -1
  415. package/dist/primitives/skill.handler.d.ts +4 -1
  416. package/dist/primitives/skill.handler.d.ts.map +1 -0
  417. package/dist/primitives/skill.handler.js +10 -29
  418. package/dist/primitives/skill.handler.js.map +1 -1
  419. package/dist/primitives/types.d.ts +19 -0
  420. package/dist/primitives/types.d.ts.map +1 -0
  421. package/dist/primitives/types.js.map +1 -1
  422. package/dist/primitives/webhook.handler.d.ts +1 -5
  423. package/dist/primitives/webhook.handler.d.ts.map +1 -0
  424. package/dist/primitives/webhook.handler.js +1 -15
  425. package/dist/primitives/webhook.handler.js.map +1 -1
  426. package/dist/services/analytics.d.ts +51 -0
  427. package/dist/services/analytics.d.ts.map +1 -0
  428. package/dist/services/analytics.js +293 -0
  429. package/dist/services/analytics.js.map +1 -0
  430. package/dist/services/auth.d.ts +1 -0
  431. package/dist/services/auth.d.ts.map +1 -0
  432. package/dist/services/sandbox.service.d.ts +1 -0
  433. package/dist/services/sandbox.service.d.ts.map +1 -0
  434. package/dist/types/api-contracts.d.ts +1 -0
  435. package/dist/types/api-contracts.d.ts.map +1 -0
  436. package/dist/types/index.d.ts +2 -1
  437. package/dist/types/index.d.ts.map +1 -0
  438. package/dist/types/skill.d.ts +28 -0
  439. package/dist/types/skill.d.ts.map +1 -0
  440. package/dist/types/skill.js +5 -0
  441. package/dist/types/skill.js.map +1 -1
  442. package/dist/types/tool-validation.d.ts +1 -0
  443. package/dist/types/tool-validation.d.ts.map +1 -0
  444. package/dist/types/yaml.types.d.ts +1 -0
  445. package/dist/types/yaml.types.d.ts.map +1 -0
  446. package/dist/utils/artifact-loader.d.ts +5 -10
  447. package/dist/utils/artifact-loader.d.ts.map +1 -0
  448. package/dist/utils/artifact-loader.js +17 -16
  449. package/dist/utils/artifact-loader.js.map +1 -1
  450. package/dist/utils/auth-flows.d.ts +1 -0
  451. package/dist/utils/auth-flows.d.ts.map +1 -0
  452. package/dist/utils/backup-helpers.d.ts +10 -7
  453. package/dist/utils/backup-helpers.d.ts.map +1 -0
  454. package/dist/utils/backup-helpers.js +54 -22
  455. package/dist/utils/backup-helpers.js.map +1 -1
  456. package/dist/utils/cli.d.ts +3 -1
  457. package/dist/utils/cli.d.ts.map +1 -0
  458. package/dist/utils/cli.js +74 -6
  459. package/dist/utils/cli.js.map +1 -1
  460. package/dist/utils/command-utils.d.ts +13 -10
  461. package/dist/utils/command-utils.d.ts.map +1 -0
  462. package/dist/utils/command-utils.js +19 -17
  463. package/dist/utils/command-utils.js.map +1 -1
  464. package/dist/utils/deploy-helpers.d.ts +1 -0
  465. package/dist/utils/deploy-helpers.d.ts.map +1 -0
  466. package/dist/utils/dev-api.d.ts +1 -0
  467. package/dist/utils/dev-api.d.ts.map +1 -0
  468. package/dist/utils/dev-server.d.ts +1 -0
  469. package/dist/utils/dev-server.d.ts.map +1 -0
  470. package/dist/utils/dev-watcher.d.ts +1 -0
  471. package/dist/utils/dev-watcher.d.ts.map +1 -0
  472. package/dist/utils/env-loader.utils.d.ts +1 -0
  473. package/dist/utils/env-loader.utils.d.ts.map +1 -0
  474. package/dist/utils/files.d.ts +11 -0
  475. package/dist/utils/files.d.ts.map +1 -0
  476. package/dist/utils/files.js +34 -0
  477. package/dist/utils/files.js.map +1 -1
  478. package/dist/utils/init-agent.d.ts +1 -0
  479. package/dist/utils/init-agent.d.ts.map +1 -0
  480. package/dist/utils/init-helpers.d.ts +1 -0
  481. package/dist/utils/init-helpers.d.ts.map +1 -0
  482. package/dist/utils/init-prompts.d.ts +1 -0
  483. package/dist/utils/init-prompts.d.ts.map +1 -0
  484. package/dist/utils/prompt-handler.d.ts +1 -0
  485. package/dist/utils/prompt-handler.d.ts.map +1 -0
  486. package/dist/utils/sandbox-storage.d.ts +1 -0
  487. package/dist/utils/sandbox-storage.d.ts.map +1 -0
  488. package/dist/utils/sandbox.d.ts +1 -0
  489. package/dist/utils/sandbox.d.ts.map +1 -0
  490. package/dist/utils/sandbox.js +3 -20
  491. package/dist/utils/sandbox.js.map +1 -1
  492. package/dist/utils/semver.d.ts +1 -0
  493. package/dist/utils/semver.d.ts.map +1 -0
  494. package/dist/utils/sync-display.d.ts +2 -0
  495. package/dist/utils/sync-display.d.ts.map +1 -0
  496. package/dist/utils/sync-display.js +8 -0
  497. package/dist/utils/sync-display.js.map +1 -1
  498. package/dist/utils/sync-fetch.d.ts +8 -0
  499. package/dist/utils/sync-fetch.d.ts.map +1 -0
  500. package/dist/utils/sync-fetch.js +23 -3
  501. package/dist/utils/sync-fetch.js.map +1 -1
  502. package/dist/utils/sync-helpers.d.ts +3 -2
  503. package/dist/utils/sync-helpers.d.ts.map +1 -0
  504. package/dist/utils/sync-helpers.js +2 -2
  505. package/dist/utils/sync-helpers.js.map +1 -1
  506. package/dist/utils/version-check.d.ts +37 -0
  507. package/dist/utils/version-check.d.ts.map +1 -0
  508. package/dist/utils/version-check.js +117 -0
  509. package/dist/utils/version-check.js.map +1 -0
  510. package/dist/web/app.css +401 -2172
  511. package/dist/web/app.js +105 -93
  512. package/docs/API_REFERENCE.md +0 -3
  513. package/docs/CLI_REFERENCE.md +1 -4
  514. package/docs/GETTING_STARTED.md +1 -4
  515. package/docs/README.md +3 -3
  516. package/docs/api/LuaAgent.md +29 -6
  517. package/package.json +17 -12
  518. package/template/.gitignore +21 -0
  519. package/template/package.json +1 -1
  520. package/template/package-lock.json +0 -7895
package/dist/web/app.css CHANGED
@@ -1,5 +1,6 @@
1
1
  /*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
2
- @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Onest:wght@400;500;600;700&display=swap') layer(base);
2
+ @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Onest:wght@400;500;600;700&display=swap')
3
+ layer(base);
3
4
  @layer properties;
4
5
  #lua-root .rdp-root {
5
6
  --rdp-accent-color: blue;
@@ -359,134 +360,243 @@
359
360
  #lua-root .rdp-caption_before_exit {
360
361
  animation: rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards;
361
362
  }
362
- @layer theme, base, components, utilities;
363
- @layer theme {
364
- #lua-root, #lua-root :host {
365
- --lua-font-sans: Inter, sans-serif;
366
- --lua-font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
363
+ @layer base {
364
+ #lua-root {
365
+ --background: 220 13% 98%;
366
+ --foreground: 222 47% 11%;
367
+ --surface: 0 0% 100%;
368
+ --surface-foreground: 222 47% 11%;
369
+ --elevated: 0 0% 100%;
370
+ --elevated-foreground: 222 47% 11%;
371
+ --default: 0 0% 0%;
372
+ --default-foreground: 0 0% 100%;
373
+ --default-hover: 0 0% 10%;
374
+ --default-active: 0 0% 10%;
375
+ --primary: 221 83% 53%;
376
+ --primary-foreground: 0 0% 100%;
377
+ --primary-hover: 221 83% 45%;
378
+ --primary-active: 221 77% 40%;
379
+ --secondary: 220 13% 95%;
380
+ --secondary-foreground: 222 47% 11%;
381
+ --secondary-hover: 220 13% 91%;
382
+ --secondary-active: 220 13% 82%;
383
+ --muted: 220 13% 95%;
384
+ --muted-foreground: 215 16% 47%;
385
+ --accent: 221 83% 53%;
386
+ --accent-foreground: 0 0% 100%;
387
+ --accent-subtle: 214 100% 97%;
388
+ --accent-subtle-foreground: 213 97% 27%;
389
+ --accent-subtle-hover: 214 100% 92%;
390
+ --destructive: 0 84% 60%;
391
+ --destructive-foreground: 0 0% 100%;
392
+ --destructive-hover: 0 72% 51%;
393
+ --destructive-active: 0 74% 42%;
394
+ --success: 142 71% 45%;
395
+ --success-foreground: 0 0% 100%;
396
+ --success-hover: 142 76% 36%;
397
+ --warning: 38 92% 50%;
398
+ --warning-foreground: 0 0% 100%;
399
+ --warning-hover: 43 96% 56%;
400
+ --info: 217 91% 60%;
401
+ --info-foreground: 0 0% 100%;
402
+ --info-hover: 213 97% 70%;
403
+ --border: 220 13% 87%;
404
+ --input: 220 13% 87%;
405
+ --ring: 221 83% 53%;
406
+ --border-primary: 221 83% 53%;
407
+ --border-secondary: 220 13% 87%;
408
+ --border-destructive: 0 84% 60%;
409
+ --border-success: 142 71% 45%;
410
+ --border-warning: 38 92% 50%;
411
+ --border-info: 217 91% 60%;
412
+ }
413
+ }
414
+ #lua-root, #lua-root :host {
415
+ --lua-color-background: hsl(var(--background));
416
+ --lua-color-foreground: hsl(var(--foreground));
417
+ --lua-color-primary: hsl(var(--primary));
418
+ --lua-font-sans: Inter, sans-serif;
419
+ --lua-font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
367
420
  "Courier New", monospace;
368
- --lua-color-red-50: oklch(97.1% 0.013 17.38);
369
- --lua-color-red-100: oklch(93.6% 0.032 17.717);
370
- --lua-color-red-200: oklch(88.5% 0.062 18.334);
371
- --lua-color-red-400: oklch(70.4% 0.191 22.216);
372
- --lua-color-red-500: oklch(63.7% 0.237 25.331);
373
- --lua-color-red-600: oklch(57.7% 0.245 27.325);
374
- --lua-color-red-700: oklch(50.5% 0.213 27.518);
375
- --lua-color-red-800: oklch(44.4% 0.177 26.899);
376
- --lua-color-amber-500: oklch(76.9% 0.188 70.08);
377
- --lua-color-amber-600: oklch(66.6% 0.179 58.318);
378
- --lua-color-yellow-50: oklch(98.7% 0.026 102.212);
379
- --lua-color-yellow-100: oklch(97.3% 0.071 103.193);
380
- --lua-color-yellow-200: oklch(94.5% 0.129 101.54);
381
- --lua-color-yellow-600: oklch(68.1% 0.162 75.834);
382
- --lua-color-yellow-700: oklch(55.4% 0.135 66.442);
383
- --lua-color-yellow-800: oklch(47.6% 0.114 61.907);
384
- --lua-color-green-50: oklch(98.2% 0.018 155.826);
385
- --lua-color-green-100: oklch(96.2% 0.044 156.743);
386
- --lua-color-green-200: oklch(92.5% 0.084 155.995);
387
- --lua-color-green-500: oklch(72.3% 0.219 149.579);
388
- --lua-color-green-600: oklch(62.7% 0.194 149.214);
389
- --lua-color-green-700: oklch(52.7% 0.154 150.069);
390
- --lua-color-green-800: oklch(44.8% 0.119 151.328);
391
- --lua-color-blue-50: oklch(97% 0.014 254.604);
392
- --lua-color-blue-100: oklch(93.2% 0.032 255.585);
393
- --lua-color-blue-200: oklch(88.2% 0.059 254.128);
394
- --lua-color-blue-400: oklch(70.7% 0.165 254.624);
395
- --lua-color-blue-500: oklch(62.3% 0.214 259.815);
396
- --lua-color-blue-600: oklch(54.6% 0.245 262.881);
397
- --lua-color-blue-700: oklch(48.8% 0.243 264.376);
398
- --lua-color-blue-800: oklch(42.4% 0.199 265.638);
399
- --lua-color-gray-50: oklch(98.5% 0.002 247.839);
400
- --lua-color-gray-100: oklch(96.7% 0.003 264.542);
401
- --lua-color-gray-200: oklch(92.8% 0.006 264.531);
402
- --lua-color-gray-300: oklch(87.2% 0.01 258.338);
403
- --lua-color-gray-400: oklch(70.7% 0.022 261.325);
404
- --lua-color-gray-500: oklch(55.1% 0.027 264.364);
405
- --lua-color-gray-600: oklch(44.6% 0.03 256.802);
406
- --lua-color-gray-700: oklch(37.3% 0.034 259.733);
407
- --lua-color-gray-800: oklch(27.8% 0.033 256.848);
408
- --lua-color-gray-900: oklch(21% 0.034 264.665);
409
- --lua-color-neutral-200: #EBEBEB;
410
- --lua-color-neutral-600: #E5E7EB;
411
- --lua-color-black: #000000;
412
- --lua-color-white: #fff;
413
- --lua-spacing: 4px;
414
- --lua-container-xs: 20rem;
415
- --lua-container-sm: 24rem;
416
- --lua-container-md: 28rem;
417
- --lua-container-lg: 32rem;
418
- --lua-container-2xl: 42rem;
419
- --lua-container-4xl: 56rem;
420
- --lua-container-5xl: 64rem;
421
- --lua-text-xs: 12px;
422
- --lua-text-xs--line-height: calc(1 / 0.75);
423
- --lua-text-sm: 14px;
424
- --lua-text-sm--line-height: calc(1.25 / 0.875);
425
- --lua-text-base: 16px;
426
- --lua-text-base--line-height: calc(1.5 / 1);
427
- --lua-text-lg: 1.125rem;
428
- --lua-text-lg--line-height: calc(1.75 / 1.125);
429
- --lua-text-xl: 1.25rem;
430
- --lua-text-xl--line-height: calc(1.75 / 1.25);
431
- --lua-text-2xl: 1.5rem;
432
- --lua-text-2xl--line-height: calc(2 / 1.5);
433
- --lua-text-3xl: 1.875rem;
434
- --lua-text-3xl--line-height: calc(2.25 / 1.875);
435
- --lua-text-4xl: 2.25rem;
436
- --lua-text-4xl--line-height: calc(2.5 / 2.25);
437
- --lua-font-weight-normal: 400;
438
- --lua-font-weight-medium: 500;
439
- --lua-font-weight-semibold: 600;
440
- --lua-font-weight-bold: 700;
441
- --lua-tracking-tight: -0.025em;
442
- --lua-tracking-wide: 0.025em;
443
- --lua-tracking-widest: 0.1em;
444
- --lua-leading-tight: 1.25;
445
- --lua-leading-snug: 1.375;
446
- --lua-leading-normal: 1.5;
447
- --lua-leading-relaxed: 1.625;
448
- --lua-radius-sm: calc(var(--radius) - 4px);
449
- --lua-radius-md: 6px;
450
- --lua-radius-lg: 8px;
451
- --lua-radius-xl: 12px;
452
- --lua-radius-2xl: 16px;
453
- --lua-ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
454
- --lua-animate-spin: spin 1s linear infinite;
455
- --lua-blur-sm: 8px;
456
- --lua-default-transition-duration: 150ms;
457
- --lua-default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
458
- --lua-default-font-family: var(--lua-font-sans);
459
- --lua-default-mono-font-family: var(--lua-font-mono);
460
- --lua-font-heading: Onest, sans-serif;
461
- --lua-font-onest: Onest, sans-serif;
462
- --lua-color-background: hsl(var(--background));
463
- --lua-color-foreground: hsl(var(--foreground));
464
- --lua-color-card: hsl(var(--card));
465
- --lua-color-card-foreground: hsl(var(--card-foreground));
466
- --lua-color-popover: hsl(var(--popover));
467
- --lua-color-popover-foreground: hsl(var(--popover-foreground));
468
- --lua-color-primary: hsl(var(--primary));
469
- --lua-color-primary-foreground: hsl(var(--primary-foreground));
470
- --lua-color-primary-hover: hsl(var(--primary-hover));
471
- --lua-color-primary-active: hsl(var(--primary-active));
472
- --lua-color-secondary: hsl(var(--secondary));
473
- --lua-color-secondary-foreground: hsl(var(--secondary-foreground));
474
- --lua-color-secondary-hover: hsl(var(--secondary-hover));
475
- --lua-color-secondary-active: hsl(var(--secondary-active));
476
- --lua-color-muted: hsl(var(--muted));
477
- --lua-color-muted-foreground: hsl(var(--muted-foreground));
478
- --lua-color-accent: hsl(var(--accent));
479
- --lua-color-accent-foreground: hsl(var(--accent-foreground));
480
- --lua-color-destructive: hsl(var(--destructive));
481
- --lua-color-destructive-foreground: hsl(var(--destructive-foreground));
482
- --lua-color-destructive-hover: hsl(var(--destructive-hover));
483
- --lua-color-destructive-active: hsl(var(--destructive-active));
484
- --lua-color-black-hover: #333333;
485
- --lua-color-border: hsl(var(--border));
486
- --lua-color-input: hsl(var(--input));
487
- --lua-color-ring: hsl(var(--ring));
421
+ --lua-color-red-50: oklch(97.1% 0.013 17.38);
422
+ --lua-color-red-100: oklch(93.6% 0.032 17.717);
423
+ --lua-color-red-200: oklch(88.5% 0.062 18.334);
424
+ --lua-color-red-500: oklch(63.7% 0.237 25.331);
425
+ --lua-color-red-600: oklch(57.7% 0.245 27.325);
426
+ --lua-color-red-700: oklch(50.5% 0.213 27.518);
427
+ --lua-color-red-800: oklch(44.4% 0.177 26.899);
428
+ --lua-color-yellow-50: oklch(98.7% 0.026 102.212);
429
+ --lua-color-yellow-100: oklch(97.3% 0.071 103.193);
430
+ --lua-color-yellow-200: oklch(94.5% 0.129 101.54);
431
+ --lua-color-yellow-600: oklch(68.1% 0.162 75.834);
432
+ --lua-color-yellow-700: oklch(55.4% 0.135 66.442);
433
+ --lua-color-yellow-800: oklch(47.6% 0.114 61.907);
434
+ --lua-color-green-50: oklch(98.2% 0.018 155.826);
435
+ --lua-color-green-100: oklch(96.2% 0.044 156.743);
436
+ --lua-color-green-200: oklch(92.5% 0.084 155.995);
437
+ --lua-color-green-600: oklch(62.7% 0.194 149.214);
438
+ --lua-color-green-700: oklch(52.7% 0.154 150.069);
439
+ --lua-color-green-800: oklch(44.8% 0.119 151.328);
440
+ --lua-color-blue-50: oklch(97% 0.014 254.604);
441
+ --lua-color-blue-100: oklch(93.2% 0.032 255.585);
442
+ --lua-color-blue-200: oklch(88.2% 0.059 254.128);
443
+ --lua-color-blue-500: oklch(62.3% 0.214 259.815);
444
+ --lua-color-blue-600: oklch(54.6% 0.245 262.881);
445
+ --lua-color-blue-700: oklch(48.8% 0.243 264.376);
446
+ --lua-color-blue-800: oklch(42.4% 0.199 265.638);
447
+ --lua-color-gray-50: oklch(98.5% 0.002 247.839);
448
+ --lua-color-gray-100: oklch(96.7% 0.003 264.542);
449
+ --lua-color-gray-200: oklch(92.8% 0.006 264.531);
450
+ --lua-color-gray-300: oklch(87.2% 0.01 258.338);
451
+ --lua-color-gray-400: oklch(70.7% 0.022 261.325);
452
+ --lua-color-gray-500: oklch(55.1% 0.027 264.364);
453
+ --lua-color-gray-600: oklch(44.6% 0.03 256.802);
454
+ --lua-color-gray-700: oklch(37.3% 0.034 259.733);
455
+ --lua-color-gray-800: oklch(27.8% 0.033 256.848);
456
+ --lua-color-gray-900: oklch(21% 0.034 264.665);
457
+ --lua-color-neutral-200: #ebebeb;
458
+ --lua-color-neutral-600: #e5e7eb;
459
+ --lua-color-black: #000000;
460
+ --lua-color-white: #fff;
461
+ --lua-spacing: 4px;
462
+ --lua-container-md: 28rem;
463
+ --lua-container-lg: 32rem;
464
+ --lua-container-2xl: 42rem;
465
+ --lua-container-4xl: 56rem;
466
+ --lua-text-xs: 12px;
467
+ --lua-text-xs--line-height: calc(1 / 0.75);
468
+ --lua-text-sm: 14px;
469
+ --lua-text-sm--line-height: calc(1.25 / 0.875);
470
+ --lua-text-base: 16px;
471
+ --lua-text-base--line-height: calc(1.5 / 1);
472
+ --lua-text-lg: 1.125rem;
473
+ --lua-text-lg--line-height: calc(1.75 / 1.125);
474
+ --lua-text-xl: 1.25rem;
475
+ --lua-text-xl--line-height: calc(1.75 / 1.25);
476
+ --lua-text-2xl: 1.5rem;
477
+ --lua-text-2xl--line-height: calc(2 / 1.5);
478
+ --lua-text-3xl: 1.875rem;
479
+ --lua-text-3xl--line-height: calc(2.25 / 1.875);
480
+ --lua-text-4xl: 2.25rem;
481
+ --lua-text-4xl--line-height: calc(2.5 / 2.25);
482
+ --lua-font-weight-normal: 400;
483
+ --lua-font-weight-medium: 500;
484
+ --lua-font-weight-semibold: 600;
485
+ --lua-font-weight-bold: 700;
486
+ --lua-tracking-wide: 0.025em;
487
+ --lua-leading-relaxed: 1.625;
488
+ --lua-radius-sm: calc(var(--radius) - 4px);
489
+ --lua-radius-md: 6px;
490
+ --lua-radius-lg: 8px;
491
+ --lua-radius-xl: 12px;
492
+ --lua-radius-2xl: 16px;
493
+ --lua-animate-spin: spin 1s linear infinite;
494
+ --lua-default-transition-duration: 150ms;
495
+ --lua-default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
496
+ --lua-default-font-family: var(--lua-font-sans);
497
+ --lua-default-mono-font-family: var(--lua-font-mono);
498
+ --lua-font-heading: Onest, sans-serif;
499
+ --lua-font-onest: Onest, sans-serif;
500
+ --lua-color-black-hover: #333333;
501
+ }
502
+ @media (prefers-color-scheme: dark) {
503
+ #lua-root {
504
+ --background: 220 13% 9%;
505
+ --foreground: 210 20% 98%;
506
+ --surface: 220 13% 13%;
507
+ --surface-foreground: 210 20% 98%;
508
+ --elevated: 220 13% 16%;
509
+ --elevated-foreground: 210 20% 98%;
510
+ --default: 215 25% 35%;
511
+ --default-foreground: 210 20% 98%;
512
+ --default-hover: 217 19% 40%;
513
+ --default-active: 215 25% 30%;
514
+ --primary: 217 91% 60%;
515
+ --primary-foreground: 210 20% 98%;
516
+ --primary-hover: 213 97% 70%;
517
+ --primary-active: 221 83% 53%;
518
+ --secondary: 220 13% 16%;
519
+ --secondary-foreground: 210 20% 95%;
520
+ --secondary-hover: 215 25% 27%;
521
+ --secondary-active: 215 28% 17%;
522
+ --muted: 220 13% 16%;
523
+ --muted-foreground: 220 9% 65%;
524
+ --accent: 220 13% 20%;
525
+ --accent-foreground: 210 20% 98%;
526
+ --accent-subtle: 215 25% 27%;
527
+ --accent-subtle-foreground: 213 94% 68%;
528
+ --accent-subtle-hover: 217 19% 35%;
529
+ --destructive: 0 84% 60%;
530
+ --destructive-foreground: 0 0% 98%;
531
+ --destructive-hover: 0 91% 71%;
532
+ --destructive-active: 0 72% 51%;
533
+ --success: 142 71% 45%;
534
+ --success-foreground: 0 0% 100%;
535
+ --success-hover: 142 69% 58%;
536
+ --warning: 38 92% 50%;
537
+ --warning-foreground: 222 47% 11%;
538
+ --warning-hover: 43 96% 56%;
539
+ --info: 213 97% 70%;
540
+ --info-foreground: 222 47% 11%;
541
+ --info-hover: 217 91% 60%;
542
+ --border: 220 13% 24%;
543
+ --input: 220 13% 24%;
544
+ --ring: 217 70% 60%;
545
+ --border-primary: 217 91% 60%;
546
+ --border-secondary: 220 13% 24%;
547
+ --border-destructive: 0 84% 60%;
548
+ --border-success: 142 71% 45%;
549
+ --border-warning: 38 92% 50%;
550
+ --border-info: 213 97% 70%;
488
551
  }
489
552
  }
553
+ #lua-root .rdp-root {
554
+ --rdp-background-color: hsl(var(--surface));
555
+ --rdp-accent-color: hsl(var(--foreground));
556
+ --rdp-accent-background-color: hsl(var(--secondary));
557
+ --rdp-range_middle-background-color: hsl(var(--muted));
558
+ --rdp-range_middle-color: hsl(var(--foreground));
559
+ --rdp-range_start-date-background-color: transparent;
560
+ --rdp-range_start-color: hsl(var(--foreground));
561
+ --rdp-range_end-date-background-color: transparent;
562
+ --rdp-range_end-color: hsl(var(--foreground));
563
+ --rdp-range_start-background: transparent;
564
+ --rdp-range_end-background: transparent;
565
+ --rdp-today-color: hsl(var(--foreground));
566
+ }
567
+ #lua-root .rdp-root .rdp-range_start .rdp-day_button, #lua-root .rdp-root .rdp-range_end .rdp-day_button {
568
+ background-color: transparent !important;
569
+ color: hsl(var(--foreground)) !important;
570
+ border: 1px solid hsl(var(--foreground)) !important;
571
+ }
572
+ #lua-root [data-theme='dark'] .rdp-root {
573
+ --rdp-background-color: hsl(var(--surface));
574
+ --rdp-accent-color: hsl(var(--foreground));
575
+ --rdp-accent-background-color: hsl(var(--secondary));
576
+ --rdp-range_middle-background-color: hsl(var(--muted));
577
+ --rdp-range_middle-color: hsl(var(--foreground));
578
+ --rdp-range_start-date-background-color: transparent;
579
+ --rdp-range_start-color: white;
580
+ --rdp-range_end-date-background-color: transparent;
581
+ --rdp-range_end-color: white;
582
+ --rdp-range_start-background: transparent;
583
+ --rdp-range_end-background: transparent;
584
+ --rdp-today-color: hsl(var(--foreground));
585
+ }
586
+ #lua-root [data-theme='dark'] .rdp-root .rdp-range_start .rdp-day_button, #lua-root [data-theme='dark'] .rdp-root .rdp-range_end .rdp-day_button {
587
+ background-color: transparent !important;
588
+ color: white !important;
589
+ border: 1px solid white !important;
590
+ }
591
+ @media (prefers-color-scheme: dark) {
592
+ #lua-root .rdp-root .rdp-range_start .rdp-day_button, #lua-root .rdp-root .rdp-range_end .rdp-day_button {
593
+ background-color: transparent !important;
594
+ color: white !important;
595
+ border: 1px solid white !important;
596
+ }
597
+ }
598
+ @layer theme, base, components, utilities;
599
+ @layer theme;
490
600
  @layer base {
491
601
  #lua-root *, #lua-root ::after, #lua-root ::before, #lua-root ::backdrop, #lua-root ::file-selector-button {
492
602
  box-sizing: border-box;
@@ -652,20 +762,6 @@
652
762
  #lua-root .lua\:pointer-events-none {
653
763
  pointer-events: none;
654
764
  }
655
- #lua-root .lua\:invisible {
656
- visibility: hidden;
657
- }
658
- #lua-root .lua\:sr-only {
659
- position: absolute;
660
- width: 1px;
661
- height: 1px;
662
- padding: 0;
663
- margin: -1px;
664
- overflow: hidden;
665
- clip-path: inset(50%);
666
- white-space: nowrap;
667
- border-width: 0;
668
- }
669
765
  #lua-root .lua\:absolute {
670
766
  position: absolute;
671
767
  }
@@ -681,78 +777,30 @@
681
777
  #lua-root .lua\:inset-0 {
682
778
  inset: calc(var(--lua-spacing) * 0);
683
779
  }
684
- #lua-root .lua\:inset-x-0 {
685
- inset-inline: calc(var(--lua-spacing) * 0);
686
- }
687
- #lua-root .lua\:inset-y-0 {
688
- inset-block: calc(var(--lua-spacing) * 0);
689
- }
690
- #lua-root .lua\:-top-12 {
691
- top: calc(var(--lua-spacing) * -12);
692
- }
693
- #lua-root .lua\:top-0 {
694
- top: calc(var(--lua-spacing) * 0);
695
- }
696
780
  #lua-root .lua\:top-1\/2 {
697
781
  top: calc(1/2 * 100%);
698
782
  }
699
- #lua-root .lua\:top-4 {
700
- top: calc(var(--lua-spacing) * 4);
701
- }
702
- #lua-root .lua\:-right-12 {
703
- right: calc(var(--lua-spacing) * -12);
704
- }
705
783
  #lua-root .lua\:right-0 {
706
784
  right: calc(var(--lua-spacing) * 0);
707
785
  }
708
- #lua-root .lua\:right-3 {
709
- right: calc(var(--lua-spacing) * 3);
710
- }
711
- #lua-root .lua\:right-4 {
712
- right: calc(var(--lua-spacing) * 4);
713
- }
714
- #lua-root .lua\:-bottom-12 {
715
- bottom: calc(var(--lua-spacing) * -12);
716
- }
717
786
  #lua-root .lua\:bottom-0 {
718
787
  bottom: calc(var(--lua-spacing) * 0);
719
788
  }
720
- #lua-root .lua\:-left-12 {
721
- left: calc(var(--lua-spacing) * -12);
722
- }
723
789
  #lua-root .lua\:left-0 {
724
790
  left: calc(var(--lua-spacing) * 0);
725
791
  }
726
- #lua-root .lua\:left-1\/2 {
727
- left: calc(1/2 * 100%);
728
- }
729
- #lua-root .lua\:left-2 {
730
- left: calc(var(--lua-spacing) * 2);
731
- }
732
792
  #lua-root .lua\:left-3 {
733
793
  left: calc(var(--lua-spacing) * 3);
734
794
  }
735
- #lua-root .lua\:z-10 {
736
- z-index: 10;
737
- }
738
795
  #lua-root .lua\:z-50 {
739
796
  z-index: 50;
740
797
  }
741
- #lua-root .lua\:col-span-3 {
742
- grid-column: span 3 / span 3;
743
- }
744
798
  #lua-root .lua\:m-0 {
745
799
  margin: calc(var(--lua-spacing) * 0);
746
800
  }
747
801
  #lua-root .lua\:m-4 {
748
802
  margin: calc(var(--lua-spacing) * 4);
749
803
  }
750
- #lua-root .lua\:-mx-1 {
751
- margin-inline: calc(var(--lua-spacing) * -1);
752
- }
753
- #lua-root .lua\:-mx-2 {
754
- margin-inline: calc(var(--lua-spacing) * -2);
755
- }
756
804
  #lua-root .lua\:-mx-4 {
757
805
  margin-inline: calc(var(--lua-spacing) * -4);
758
806
  }
@@ -762,21 +810,12 @@
762
810
  #lua-root .lua\:mx-auto {
763
811
  margin-inline: auto;
764
812
  }
765
- #lua-root .lua\:-my-2 {
766
- margin-block: calc(var(--lua-spacing) * -2);
767
- }
768
- #lua-root .lua\:my-1 {
769
- margin-block: calc(var(--lua-spacing) * 1);
770
- }
771
813
  #lua-root .lua\:mt-0 {
772
814
  margin-top: calc(var(--lua-spacing) * 0);
773
815
  }
774
816
  #lua-root .lua\:mt-1 {
775
817
  margin-top: calc(var(--lua-spacing) * 1);
776
818
  }
777
- #lua-root .lua\:mt-2 {
778
- margin-top: calc(var(--lua-spacing) * 2);
779
- }
780
819
  #lua-root .lua\:mt-3 {
781
820
  margin-top: calc(var(--lua-spacing) * 3);
782
821
  }
@@ -816,15 +855,6 @@
816
855
  #lua-root .lua\:ml-4 {
817
856
  margin-left: calc(var(--lua-spacing) * 4);
818
857
  }
819
- #lua-root .lua\:ml-auto {
820
- margin-left: auto;
821
- }
822
- #lua-root .lua\:line-clamp-1 {
823
- overflow: hidden;
824
- display: -webkit-box;
825
- -webkit-box-orient: vertical;
826
- -webkit-line-clamp: 1;
827
- }
828
858
  #lua-root .lua\:line-clamp-2 {
829
859
  overflow: hidden;
830
860
  display: -webkit-box;
@@ -846,36 +876,14 @@
846
876
  #lua-root .lua\:inline-flex {
847
877
  display: inline-flex;
848
878
  }
849
- #lua-root .lua\:aspect-square {
850
- aspect-ratio: 1 / 1;
851
- }
852
- #lua-root .lua\:size-3 {
853
- width: calc(var(--lua-spacing) * 3);
854
- height: calc(var(--lua-spacing) * 3);
855
- }
856
879
  #lua-root .lua\:size-4 {
857
880
  width: calc(var(--lua-spacing) * 4);
858
881
  height: calc(var(--lua-spacing) * 4);
859
882
  }
860
- #lua-root .lua\:size-7 {
861
- width: calc(var(--lua-spacing) * 7);
862
- height: calc(var(--lua-spacing) * 7);
863
- }
864
883
  #lua-root .lua\:size-10 {
865
884
  width: calc(var(--lua-spacing) * 10);
866
885
  height: calc(var(--lua-spacing) * 10);
867
886
  }
868
- #lua-root .lua\:size-12 {
869
- width: calc(var(--lua-spacing) * 12);
870
- height: calc(var(--lua-spacing) * 12);
871
- }
872
- #lua-root .lua\:size-\[--cell-size\] {
873
- width: --cell-size;
874
- height: --cell-size;
875
- }
876
- #lua-root .lua\:h-2 {
877
- height: calc(var(--lua-spacing) * 2);
878
- }
879
887
  #lua-root .lua\:h-4 {
880
888
  height: calc(var(--lua-spacing) * 4);
881
889
  }
@@ -885,54 +893,30 @@
885
893
  #lua-root .lua\:h-6 {
886
894
  height: calc(var(--lua-spacing) * 6);
887
895
  }
888
- #lua-root .lua\:h-7 {
889
- height: calc(var(--lua-spacing) * 7);
890
- }
891
896
  #lua-root .lua\:h-8 {
892
897
  height: calc(var(--lua-spacing) * 8);
893
898
  }
894
899
  #lua-root .lua\:h-10 {
895
900
  height: calc(var(--lua-spacing) * 10);
896
901
  }
897
- #lua-root .lua\:h-11 {
898
- height: calc(var(--lua-spacing) * 11);
899
- }
900
902
  #lua-root .lua\:h-12 {
901
903
  height: calc(var(--lua-spacing) * 12);
902
904
  }
903
905
  #lua-root .lua\:h-48 {
904
906
  height: calc(var(--lua-spacing) * 48);
905
907
  }
906
- #lua-root .lua\:h-\[--cell-size\] {
907
- height: --cell-size;
908
- }
909
908
  #lua-root .lua\:h-auto {
910
909
  height: auto;
911
910
  }
912
911
  #lua-root .lua\:h-full {
913
912
  height: 100%;
914
913
  }
915
- #lua-root .lua\:h-px {
916
- height: 1px;
917
- }
918
- #lua-root .lua\:max-h-64 {
919
- max-height: calc(var(--lua-spacing) * 64);
920
- }
921
914
  #lua-root .lua\:max-h-96 {
922
915
  max-height: calc(var(--lua-spacing) * 96);
923
916
  }
924
917
  #lua-root .lua\:max-h-full {
925
918
  max-height: 100%;
926
919
  }
927
- #lua-root .lua\:min-h-0 {
928
- min-height: calc(var(--lua-spacing) * 0);
929
- }
930
- #lua-root .lua\:min-h-6 {
931
- min-height: calc(var(--lua-spacing) * 6);
932
- }
933
- #lua-root .lua\:min-h-16 {
934
- min-height: calc(var(--lua-spacing) * 16);
935
- }
936
920
  #lua-root .lua\:min-h-48 {
937
921
  min-height: calc(var(--lua-spacing) * 48);
938
922
  }
@@ -945,45 +929,18 @@
945
929
  #lua-root .lua\:w-1 {
946
930
  width: calc(var(--lua-spacing) * 1);
947
931
  }
948
- #lua-root .lua\:w-3 {
949
- width: calc(var(--lua-spacing) * 3);
950
- }
951
- #lua-root .lua\:w-3\/4 {
952
- width: calc(3/4 * 100%);
953
- }
954
932
  #lua-root .lua\:w-4 {
955
933
  width: calc(var(--lua-spacing) * 4);
956
934
  }
957
935
  #lua-root .lua\:w-5 {
958
936
  width: calc(var(--lua-spacing) * 5);
959
937
  }
960
- #lua-root .lua\:w-7 {
961
- width: calc(var(--lua-spacing) * 7);
962
- }
963
938
  #lua-root .lua\:w-8 {
964
939
  width: calc(var(--lua-spacing) * 8);
965
940
  }
966
- #lua-root .lua\:w-9 {
967
- width: calc(var(--lua-spacing) * 9);
968
- }
969
- #lua-root .lua\:w-10 {
970
- width: calc(var(--lua-spacing) * 10);
971
- }
972
941
  #lua-root .lua\:w-12 {
973
942
  width: calc(var(--lua-spacing) * 12);
974
943
  }
975
- #lua-root .lua\:w-80 {
976
- width: calc(var(--lua-spacing) * 80);
977
- }
978
- #lua-root .lua\:w-\[--cell-size\] {
979
- width: --cell-size;
980
- }
981
- #lua-root .lua\:w-\[var\(--radix-dropdown-menu-trigger-width\)\] {
982
- width: var(--radix-dropdown-menu-trigger-width);
983
- }
984
- #lua-root .lua\:w-auto {
985
- width: auto;
986
- }
987
944
  #lua-root .lua\:w-fit {
988
945
  width: -moz-fit-content;
989
946
  width: fit-content;
@@ -991,18 +948,12 @@
991
948
  #lua-root .lua\:w-full {
992
949
  width: 100%;
993
950
  }
994
- #lua-root .lua\:w-px {
995
- width: 1px;
996
- }
997
951
  #lua-root .lua\:max-w-2xl {
998
952
  max-width: var(--lua-container-2xl);
999
953
  }
1000
954
  #lua-root .lua\:max-w-4xl {
1001
955
  max-width: var(--lua-container-4xl);
1002
956
  }
1003
- #lua-root .lua\:max-w-5xl {
1004
- max-width: var(--lua-container-5xl);
1005
- }
1006
957
  #lua-root .lua\:max-w-full {
1007
958
  max-width: 100%;
1008
959
  }
@@ -1012,9 +963,6 @@
1012
963
  #lua-root .lua\:max-w-md {
1013
964
  max-width: var(--lua-container-md);
1014
965
  }
1015
- #lua-root .lua\:max-w-xs {
1016
- max-width: var(--lua-container-xs);
1017
- }
1018
966
  #lua-root .lua\:min-w-0 {
1019
967
  min-width: calc(var(--lua-spacing) * 0);
1020
968
  }
@@ -1024,9 +972,6 @@
1024
972
  #lua-root .lua\:min-w-24 {
1025
973
  min-width: calc(var(--lua-spacing) * 24);
1026
974
  }
1027
- #lua-root .lua\:min-w-32 {
1028
- min-width: calc(var(--lua-spacing) * 32);
1029
- }
1030
975
  #lua-root .lua\:min-w-\[80px\] {
1031
976
  min-width: 80px;
1032
977
  }
@@ -1036,24 +981,12 @@
1036
981
  #lua-root .lua\:flex-1 {
1037
982
  flex: 1;
1038
983
  }
1039
- #lua-root .lua\:flex-none {
1040
- flex: none;
1041
- }
1042
984
  #lua-root .lua\:flex-shrink-0 {
1043
985
  flex-shrink: 0;
1044
986
  }
1045
987
  #lua-root .lua\:shrink-0 {
1046
988
  flex-shrink: 0;
1047
989
  }
1048
- #lua-root .lua\:grow {
1049
- flex-grow: 1;
1050
- }
1051
- #lua-root .lua\:caption-bottom {
1052
- caption-side: bottom;
1053
- }
1054
- #lua-root .lua\:border-collapse {
1055
- border-collapse: collapse;
1056
- }
1057
990
  #lua-root .lua\:-translate-x-1\/2 {
1058
991
  --tw-translate-x: calc(calc(1/2 * 100%) * -1);
1059
992
  translate: var(--tw-translate-x) var(--tw-translate-y);
@@ -1065,9 +998,6 @@
1065
998
  #lua-root .lua\:rotate-90 {
1066
999
  rotate: 90deg;
1067
1000
  }
1068
- #lua-root .lua\:rotate-270 {
1069
- rotate: 270deg;
1070
- }
1071
1001
  #lua-root .lua\:transform {
1072
1002
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
1073
1003
  }
@@ -1077,48 +1007,21 @@
1077
1007
  #lua-root .lua\:cursor-col-resize {
1078
1008
  cursor: col-resize;
1079
1009
  }
1080
- #lua-root .lua\:cursor-default {
1081
- cursor: default;
1082
- }
1083
1010
  #lua-root .lua\:cursor-not-allowed {
1084
1011
  cursor: not-allowed;
1085
1012
  }
1086
1013
  #lua-root .lua\:cursor-pointer {
1087
1014
  cursor: pointer;
1088
1015
  }
1089
- #lua-root .lua\:touch-none {
1090
- touch-action: none;
1091
- }
1092
- #lua-root .lua\:resize {
1093
- resize: both;
1094
- }
1095
- #lua-root .lua\:resize-none {
1096
- resize: none;
1097
- }
1098
- #lua-root .lua\:resize-x {
1099
- resize: horizontal;
1100
- }
1101
- #lua-root .lua\:resize-y {
1102
- resize: vertical;
1103
- }
1104
1016
  #lua-root .lua\:grid-cols-1 {
1105
1017
  grid-template-columns: repeat(1, minmax(0, 1fr));
1106
1018
  }
1107
1019
  #lua-root .lua\:grid-cols-2 {
1108
1020
  grid-template-columns: repeat(2, minmax(0, 1fr));
1109
1021
  }
1110
- #lua-root .lua\:grid-cols-4 {
1111
- grid-template-columns: repeat(4, minmax(0, 1fr));
1112
- }
1113
1022
  #lua-root .lua\:flex-col {
1114
1023
  flex-direction: column;
1115
1024
  }
1116
- #lua-root .lua\:flex-col-reverse {
1117
- flex-direction: column-reverse;
1118
- }
1119
- #lua-root .lua\:flex-row {
1120
- flex-direction: row;
1121
- }
1122
1025
  #lua-root .lua\:flex-wrap {
1123
1026
  flex-wrap: wrap;
1124
1027
  }
@@ -1241,9 +1144,6 @@
1241
1144
  #lua-root .lua\:overflow-x-auto {
1242
1145
  overflow-x: auto;
1243
1146
  }
1244
- #lua-root .lua\:overflow-x-hidden {
1245
- overflow-x: hidden;
1246
- }
1247
1147
  #lua-root .lua\:overflow-y-auto {
1248
1148
  overflow-y: auto;
1249
1149
  }
@@ -1265,12 +1165,6 @@
1265
1165
  #lua-root .lua\:rounded-none {
1266
1166
  border-radius: 0;
1267
1167
  }
1268
- #lua-root .lua\:rounded-sm {
1269
- border-radius: var(--lua-radius-sm);
1270
- }
1271
- #lua-root .lua\:rounded-xl {
1272
- border-radius: var(--lua-radius-xl);
1273
- }
1274
1168
  #lua-root .lua\:rounded-b-lg {
1275
1169
  border-bottom-right-radius: var(--lua-radius-lg);
1276
1170
  border-bottom-left-radius: var(--lua-radius-lg);
@@ -1283,18 +1177,10 @@
1283
1177
  border-style: var(--tw-border-style);
1284
1178
  border-width: 0px;
1285
1179
  }
1286
- #lua-root .lua\:border-2 {
1287
- border-style: var(--tw-border-style);
1288
- border-width: 2px;
1289
- }
1290
1180
  #lua-root .lua\:border-t {
1291
1181
  border-top-style: var(--tw-border-style);
1292
1182
  border-top-width: 1px;
1293
1183
  }
1294
- #lua-root .lua\:border-r {
1295
- border-right-style: var(--tw-border-style);
1296
- border-right-width: 1px;
1297
- }
1298
1184
  #lua-root .lua\:border-b {
1299
1185
  border-bottom-style: var(--tw-border-style);
1300
1186
  border-bottom-width: 1px;
@@ -1307,21 +1193,12 @@
1307
1193
  border-left-style: var(--tw-border-style);
1308
1194
  border-left-width: 4px;
1309
1195
  }
1310
- #lua-root .lua\:border-background {
1311
- border-color: var(--lua-color-background);
1312
- }
1313
1196
  #lua-root .lua\:border-blue-200 {
1314
1197
  border-color: var(--lua-color-blue-200);
1315
1198
  }
1316
1199
  #lua-root .lua\:border-blue-500 {
1317
1200
  border-color: var(--lua-color-blue-500);
1318
1201
  }
1319
- #lua-root .lua\:border-border {
1320
- border-color: var(--lua-color-border);
1321
- }
1322
- #lua-root .lua\:border-destructive {
1323
- border-color: var(--lua-color-destructive);
1324
- }
1325
1202
  #lua-root .lua\:border-gray-200 {
1326
1203
  border-color: var(--lua-color-gray-200);
1327
1204
  }
@@ -1331,21 +1208,9 @@
1331
1208
  #lua-root .lua\:border-green-200 {
1332
1209
  border-color: var(--lua-color-green-200);
1333
1210
  }
1334
- #lua-root .lua\:border-green-500 {
1335
- border-color: var(--lua-color-green-500);
1336
- }
1337
- #lua-root .lua\:border-input {
1338
- border-color: var(--lua-color-input);
1339
- }
1340
- #lua-root .lua\:border-primary {
1341
- border-color: var(--lua-color-primary);
1342
- }
1343
1211
  #lua-root .lua\:border-red-200 {
1344
1212
  border-color: var(--lua-color-red-200);
1345
1213
  }
1346
- #lua-root .lua\:border-red-600 {
1347
- border-color: var(--lua-color-red-600);
1348
- }
1349
1214
  #lua-root .lua\:border-transparent {
1350
1215
  border-color: transparent;
1351
1216
  }
@@ -1355,12 +1220,6 @@
1355
1220
  #lua-root .lua\:border-l-blue-500 {
1356
1221
  border-left-color: var(--lua-color-blue-500);
1357
1222
  }
1358
- #lua-root .lua\:bg-accent {
1359
- background-color: var(--lua-color-accent);
1360
- }
1361
- #lua-root .lua\:bg-background {
1362
- background-color: var(--lua-color-background);
1363
- }
1364
1223
  #lua-root .lua\:bg-black {
1365
1224
  background-color: var(--lua-color-black);
1366
1225
  }
@@ -1370,18 +1229,6 @@
1370
1229
  background-color: color-mix(in oklab, var(--lua-color-black) 30%, transparent);
1371
1230
  }
1372
1231
  }
1373
- #lua-root .lua\:bg-black\/50 {
1374
- background-color: var(--lua-color-black);
1375
- @supports (color: color-mix(in lab, red, red)) {
1376
- background-color: color-mix(in oklab, var(--lua-color-black) 50%, transparent);
1377
- }
1378
- }
1379
- #lua-root .lua\:bg-black\/80 {
1380
- background-color: var(--lua-color-black);
1381
- @supports (color: color-mix(in lab, red, red)) {
1382
- background-color: color-mix(in oklab, var(--lua-color-black) 80%, transparent);
1383
- }
1384
- }
1385
1232
  #lua-root .lua\:bg-blue-50 {
1386
1233
  background-color: var(--lua-color-blue-50);
1387
1234
  }
@@ -1394,24 +1241,6 @@
1394
1241
  #lua-root .lua\:bg-blue-600 {
1395
1242
  background-color: var(--lua-color-blue-600);
1396
1243
  }
1397
- #lua-root .lua\:bg-border {
1398
- background-color: var(--lua-color-border);
1399
- }
1400
- #lua-root .lua\:bg-card {
1401
- background-color: var(--lua-color-card);
1402
- }
1403
- #lua-root .lua\:bg-destructive {
1404
- background-color: var(--lua-color-destructive);
1405
- }
1406
- #lua-root .lua\:bg-destructive-active {
1407
- background-color: var(--lua-color-destructive-active);
1408
- }
1409
- #lua-root .lua\:bg-destructive-hover {
1410
- background-color: var(--lua-color-destructive-hover);
1411
- }
1412
- #lua-root .lua\:bg-foreground {
1413
- background-color: var(--lua-color-foreground);
1414
- }
1415
1244
  #lua-root .lua\:bg-gray-50 {
1416
1245
  background-color: var(--lua-color-gray-50);
1417
1246
  }
@@ -1430,21 +1259,6 @@
1430
1259
  #lua-root .lua\:bg-green-100 {
1431
1260
  background-color: var(--lua-color-green-100);
1432
1261
  }
1433
- #lua-root .lua\:bg-muted {
1434
- background-color: var(--lua-color-muted);
1435
- }
1436
- #lua-root .lua\:bg-popover {
1437
- background-color: var(--lua-color-popover);
1438
- }
1439
- #lua-root .lua\:bg-primary {
1440
- background-color: var(--lua-color-primary);
1441
- }
1442
- #lua-root .lua\:bg-primary-active {
1443
- background-color: var(--lua-color-primary-active);
1444
- }
1445
- #lua-root .lua\:bg-primary-hover {
1446
- background-color: var(--lua-color-primary-hover);
1447
- }
1448
1262
  #lua-root .lua\:bg-red-50 {
1449
1263
  background-color: var(--lua-color-red-50);
1450
1264
  }
@@ -1454,15 +1268,6 @@
1454
1268
  #lua-root .lua\:bg-red-600 {
1455
1269
  background-color: var(--lua-color-red-600);
1456
1270
  }
1457
- #lua-root .lua\:bg-secondary {
1458
- background-color: var(--lua-color-secondary);
1459
- }
1460
- #lua-root .lua\:bg-secondary-active {
1461
- background-color: var(--lua-color-secondary-active);
1462
- }
1463
- #lua-root .lua\:bg-secondary-hover {
1464
- background-color: var(--lua-color-secondary-hover);
1465
- }
1466
1271
  #lua-root .lua\:bg-transparent {
1467
1272
  background-color: transparent;
1468
1273
  }
@@ -1475,24 +1280,9 @@
1475
1280
  #lua-root .lua\:bg-yellow-100 {
1476
1281
  background-color: var(--lua-color-yellow-100);
1477
1282
  }
1478
- #lua-root .lua\:fill-current {
1479
- fill: currentcolor;
1480
- }
1481
- #lua-root .lua\:fill-popover {
1482
- fill: var(--lua-color-popover);
1483
- }
1484
- #lua-root .lua\:stroke-border {
1485
- stroke: var(--lua-color-border);
1486
- }
1487
1283
  #lua-root .lua\:p-0 {
1488
1284
  padding: calc(var(--lua-spacing) * 0);
1489
1285
  }
1490
- #lua-root .lua\:p-1 {
1491
- padding: calc(var(--lua-spacing) * 1);
1492
- }
1493
- #lua-root .lua\:p-1\.5 {
1494
- padding: calc(var(--lua-spacing) * 1.5);
1495
- }
1496
1286
  #lua-root .lua\:p-2 {
1497
1287
  padding: calc(var(--lua-spacing) * 2);
1498
1288
  }
@@ -1511,9 +1301,6 @@
1511
1301
  #lua-root .lua\:p-8 {
1512
1302
  padding: calc(var(--lua-spacing) * 8);
1513
1303
  }
1514
- #lua-root .lua\:px-0 {
1515
- padding-inline: calc(var(--lua-spacing) * 0);
1516
- }
1517
1304
  #lua-root .lua\:px-1 {
1518
1305
  padding-inline: calc(var(--lua-spacing) * 1);
1519
1306
  }
@@ -1532,15 +1319,6 @@
1532
1319
  #lua-root .lua\:px-6 {
1533
1320
  padding-inline: calc(var(--lua-spacing) * 6);
1534
1321
  }
1535
- #lua-root .lua\:px-16 {
1536
- padding-inline: calc(var(--lua-spacing) * 16);
1537
- }
1538
- #lua-root .lua\:px-\[--cell-size\] {
1539
- padding-inline: --cell-size;
1540
- }
1541
- #lua-root .lua\:py-0\.5 {
1542
- padding-block: calc(var(--lua-spacing) * 0.5);
1543
- }
1544
1322
  #lua-root .lua\:py-1 {
1545
1323
  padding-block: calc(var(--lua-spacing) * 1);
1546
1324
  }
@@ -1571,30 +1349,12 @@
1571
1349
  #lua-root .lua\:pt-4 {
1572
1350
  padding-top: calc(var(--lua-spacing) * 4);
1573
1351
  }
1574
- #lua-root .lua\:pr-1 {
1575
- padding-right: calc(var(--lua-spacing) * 1);
1576
- }
1577
- #lua-root .lua\:pr-2 {
1578
- padding-right: calc(var(--lua-spacing) * 2);
1579
- }
1580
- #lua-root .lua\:pr-10 {
1581
- padding-right: calc(var(--lua-spacing) * 10);
1582
- }
1583
- #lua-root .lua\:pr-12 {
1584
- padding-right: calc(var(--lua-spacing) * 12);
1585
- }
1586
1352
  #lua-root .lua\:pb-6 {
1587
1353
  padding-bottom: calc(var(--lua-spacing) * 6);
1588
1354
  }
1589
1355
  #lua-root .lua\:pb-24 {
1590
1356
  padding-bottom: calc(var(--lua-spacing) * 24);
1591
1357
  }
1592
- #lua-root .lua\:pl-2 {
1593
- padding-left: calc(var(--lua-spacing) * 2);
1594
- }
1595
- #lua-root .lua\:pl-8 {
1596
- padding-left: calc(var(--lua-spacing) * 8);
1597
- }
1598
1358
  #lua-root .lua\:pl-10 {
1599
1359
  padding-left: calc(var(--lua-spacing) * 10);
1600
1360
  }
@@ -1604,18 +1364,12 @@
1604
1364
  #lua-root .lua\:text-left {
1605
1365
  text-align: left;
1606
1366
  }
1607
- #lua-root .lua\:align-middle {
1608
- vertical-align: middle;
1609
- }
1610
1367
  #lua-root .lua\:font-mono {
1611
1368
  font-family: var(--lua-font-mono);
1612
1369
  }
1613
1370
  #lua-root .lua\:font-onest {
1614
1371
  font-family: var(--lua-font-onest);
1615
1372
  }
1616
- #lua-root .lua\:font-sans {
1617
- font-family: var(--lua-font-sans);
1618
- }
1619
1373
  #lua-root .lua\:text-2xl {
1620
1374
  font-size: var(--lua-text-2xl);
1621
1375
  line-height: var(--tw-leading, var(--lua-text-2xl--line-height));
@@ -1659,26 +1413,10 @@
1659
1413
  --tw-leading: calc(var(--lua-spacing) * 6);
1660
1414
  line-height: calc(var(--lua-spacing) * 6);
1661
1415
  }
1662
- #lua-root .lua\:leading-none {
1663
- --tw-leading: 1;
1664
- line-height: 1;
1665
- }
1666
- #lua-root .lua\:leading-normal {
1667
- --tw-leading: var(--lua-leading-normal);
1668
- line-height: var(--lua-leading-normal);
1669
- }
1670
1416
  #lua-root .lua\:leading-relaxed {
1671
1417
  --tw-leading: var(--lua-leading-relaxed);
1672
1418
  line-height: var(--lua-leading-relaxed);
1673
1419
  }
1674
- #lua-root .lua\:leading-snug {
1675
- --tw-leading: var(--lua-leading-snug);
1676
- line-height: var(--lua-leading-snug);
1677
- }
1678
- #lua-root .lua\:leading-tight {
1679
- --tw-leading: var(--lua-leading-tight);
1680
- line-height: var(--lua-leading-tight);
1681
- }
1682
1420
  #lua-root .lua\:font-bold {
1683
1421
  --tw-font-weight: var(--lua-font-weight-bold);
1684
1422
  font-weight: var(--lua-font-weight-bold);
@@ -1695,18 +1433,10 @@
1695
1433
  --tw-font-weight: var(--lua-font-weight-semibold);
1696
1434
  font-weight: var(--lua-font-weight-semibold);
1697
1435
  }
1698
- #lua-root .lua\:tracking-tight {
1699
- --tw-tracking: var(--lua-tracking-tight);
1700
- letter-spacing: var(--lua-tracking-tight);
1701
- }
1702
1436
  #lua-root .lua\:tracking-wide {
1703
1437
  --tw-tracking: var(--lua-tracking-wide);
1704
1438
  letter-spacing: var(--lua-tracking-wide);
1705
1439
  }
1706
- #lua-root .lua\:tracking-widest {
1707
- --tw-tracking: var(--lua-tracking-widest);
1708
- letter-spacing: var(--lua-tracking-widest);
1709
- }
1710
1440
  #lua-root .lua\:break-words {
1711
1441
  overflow-wrap: break-word;
1712
1442
  }
@@ -1719,9 +1449,6 @@
1719
1449
  #lua-root .lua\:whitespace-pre-wrap {
1720
1450
  white-space: pre-wrap;
1721
1451
  }
1722
- #lua-root .lua\:text-accent-foreground {
1723
- color: var(--lua-color-accent-foreground);
1724
- }
1725
1452
  #lua-root .lua\:text-blue-500 {
1726
1453
  color: var(--lua-color-blue-500);
1727
1454
  }
@@ -1734,21 +1461,6 @@
1734
1461
  #lua-root .lua\:text-blue-800 {
1735
1462
  color: var(--lua-color-blue-800);
1736
1463
  }
1737
- #lua-root .lua\:text-card-foreground {
1738
- color: var(--lua-color-card-foreground);
1739
- }
1740
- #lua-root .lua\:text-current {
1741
- color: currentcolor;
1742
- }
1743
- #lua-root .lua\:text-destructive {
1744
- color: var(--lua-color-destructive);
1745
- }
1746
- #lua-root .lua\:text-destructive-foreground {
1747
- color: var(--lua-color-destructive-foreground);
1748
- }
1749
- #lua-root .lua\:text-foreground {
1750
- color: var(--lua-color-foreground);
1751
- }
1752
1464
  #lua-root .lua\:text-gray-400 {
1753
1465
  color: var(--lua-color-gray-400);
1754
1466
  }
@@ -1776,18 +1488,6 @@
1776
1488
  #lua-root .lua\:text-green-800 {
1777
1489
  color: var(--lua-color-green-800);
1778
1490
  }
1779
- #lua-root .lua\:text-muted-foreground {
1780
- color: var(--lua-color-muted-foreground);
1781
- }
1782
- #lua-root .lua\:text-popover-foreground {
1783
- color: var(--lua-color-popover-foreground);
1784
- }
1785
- #lua-root .lua\:text-primary {
1786
- color: var(--lua-color-primary);
1787
- }
1788
- #lua-root .lua\:text-primary-foreground {
1789
- color: var(--lua-color-primary-foreground);
1790
- }
1791
1491
  #lua-root .lua\:text-red-500 {
1792
1492
  color: var(--lua-color-red-500);
1793
1493
  }
@@ -1800,9 +1500,6 @@
1800
1500
  #lua-root .lua\:text-red-800 {
1801
1501
  color: var(--lua-color-red-800);
1802
1502
  }
1803
- #lua-root .lua\:text-secondary-foreground {
1804
- color: var(--lua-color-secondary-foreground);
1805
- }
1806
1503
  #lua-root .lua\:text-transparent {
1807
1504
  color: transparent;
1808
1505
  }
@@ -1824,24 +1521,12 @@
1824
1521
  #lua-root .lua\:italic {
1825
1522
  font-style: italic;
1826
1523
  }
1827
- #lua-root .lua\:no-underline {
1828
- text-decoration-line: none;
1829
- }
1830
1524
  #lua-root .lua\:caret-black {
1831
1525
  caret-color: var(--lua-color-black);
1832
1526
  }
1833
1527
  #lua-root .lua\:opacity-0 {
1834
1528
  opacity: 0%;
1835
1529
  }
1836
- #lua-root .lua\:opacity-50 {
1837
- opacity: 50%;
1838
- }
1839
- #lua-root .lua\:opacity-60 {
1840
- opacity: 60%;
1841
- }
1842
- #lua-root .lua\:opacity-70 {
1843
- opacity: 70%;
1844
- }
1845
1530
  #lua-root .lua\:opacity-80 {
1846
1531
  opacity: 80%;
1847
1532
  }
@@ -1861,43 +1546,6 @@
1861
1546
  --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
1862
1547
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1863
1548
  }
1864
- #lua-root .lua\:shadow-xs {
1865
- --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
1866
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1867
- }
1868
- #lua-root .lua\:ring-0 {
1869
- --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1870
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1871
- }
1872
- #lua-root .lua\:ring-2 {
1873
- --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1874
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1875
- }
1876
- #lua-root .lua\:ring-ring {
1877
- --tw-ring-color: var(--lua-color-ring);
1878
- }
1879
- #lua-root .lua\:ring-offset-2 {
1880
- --tw-ring-offset-width: 2px;
1881
- --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1882
- }
1883
- #lua-root .lua\:ring-offset-background {
1884
- --tw-ring-offset-color: var(--lua-color-background);
1885
- }
1886
- #lua-root .lua\:ring-offset-white {
1887
- --tw-ring-offset-color: var(--lua-color-white);
1888
- }
1889
- #lua-root .lua\:outline-hidden {
1890
- --tw-outline-style: none;
1891
- outline-style: none;
1892
- @media (forced-colors: active) {
1893
- outline: 2px solid transparent;
1894
- outline-offset: 2px;
1895
- }
1896
- }
1897
- #lua-root .lua\:backdrop-blur-sm {
1898
- --tw-backdrop-blur: blur(var(--lua-blur-sm));
1899
- backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
1900
- }
1901
1549
  #lua-root .lua\:transition {
1902
1550
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
1903
1551
  transition-timing-function: var(--tw-ease, var(--lua-default-transition-timing-function));
@@ -1933,114 +1581,15 @@
1933
1581
  transition-timing-function: var(--tw-ease, var(--lua-default-transition-timing-function));
1934
1582
  transition-duration: var(--tw-duration, var(--lua-default-transition-duration));
1935
1583
  }
1936
- #lua-root .lua\:transition-none {
1937
- transition-property: none;
1938
- }
1939
1584
  #lua-root .lua\:duration-200 {
1940
1585
  --tw-duration: 200ms;
1941
1586
  transition-duration: 200ms;
1942
1587
  }
1943
- #lua-root .lua\:duration-1000 {
1944
- --tw-duration: 1000ms;
1945
- transition-duration: 1000ms;
1946
- }
1947
- #lua-root .lua\:ease-in-out {
1948
- --tw-ease: var(--lua-ease-in-out);
1949
- transition-timing-function: var(--lua-ease-in-out);
1950
- }
1951
- #lua-root .lua\:select-none {
1952
- -webkit-user-select: none;
1953
- -moz-user-select: none;
1954
- user-select: none;
1955
- }
1956
1588
  #lua-root .lua\:select-text {
1957
1589
  -webkit-user-select: text;
1958
1590
  -moz-user-select: text;
1959
1591
  user-select: text;
1960
1592
  }
1961
- #lua-root .lua\:peer-disabled\:cursor-not-allowed {
1962
- &:is(:where(.lua\:peer):disabled ~ *) {
1963
- cursor: not-allowed;
1964
- }
1965
- }
1966
- #lua-root .lua\:peer-disabled\:opacity-70 {
1967
- &:is(:where(.lua\:peer):disabled ~ *) {
1968
- opacity: 70%;
1969
- }
1970
- }
1971
- #lua-root .lua\:file\:border-0 {
1972
- &::file-selector-button {
1973
- border-style: var(--tw-border-style);
1974
- border-width: 0px;
1975
- }
1976
- }
1977
- #lua-root .lua\:file\:bg-transparent {
1978
- &::file-selector-button {
1979
- background-color: transparent;
1980
- }
1981
- }
1982
- #lua-root .lua\:file\:text-sm {
1983
- &::file-selector-button {
1984
- font-size: var(--lua-text-sm);
1985
- line-height: var(--tw-leading, var(--lua-text-sm--line-height));
1986
- }
1987
- }
1988
- #lua-root .lua\:file\:font-medium {
1989
- &::file-selector-button {
1990
- --tw-font-weight: var(--lua-font-weight-medium);
1991
- font-weight: var(--lua-font-weight-medium);
1992
- }
1993
- }
1994
- #lua-root .lua\:file\:text-foreground {
1995
- &::file-selector-button {
1996
- color: var(--lua-color-foreground);
1997
- }
1998
- }
1999
- #lua-root .lua\:placeholder\:text-muted-foreground {
2000
- &::-moz-placeholder {
2001
- color: var(--lua-color-muted-foreground);
2002
- }
2003
- &::placeholder {
2004
- color: var(--lua-color-muted-foreground);
2005
- }
2006
- }
2007
- #lua-root .lua\:before\:float-left {
2008
- &::before {
2009
- content: var(--tw-content);
2010
- float: left;
2011
- }
2012
- }
2013
- #lua-root .lua\:before\:mr-4 {
2014
- &::before {
2015
- content: var(--tw-content);
2016
- margin-right: calc(var(--lua-spacing) * 4);
2017
- }
2018
- }
2019
- #lua-root .lua\:before\:min-w-\[100px\] {
2020
- &::before {
2021
- content: var(--tw-content);
2022
- min-width: 100px;
2023
- }
2024
- }
2025
- #lua-root .lua\:before\:font-normal {
2026
- &::before {
2027
- content: var(--tw-content);
2028
- --tw-font-weight: var(--lua-font-weight-normal);
2029
- font-weight: var(--lua-font-weight-normal);
2030
- }
2031
- }
2032
- #lua-root .lua\:before\:text-foreground {
2033
- &::before {
2034
- content: var(--tw-content);
2035
- color: var(--lua-color-foreground);
2036
- }
2037
- }
2038
- #lua-root .lua\:before\:content-\[attr\(data-label\)\] {
2039
- &::before {
2040
- --tw-content: attr(data-label);
2041
- content: var(--tw-content);
2042
- }
2043
- }
2044
1593
  #lua-root .lua\:after\:absolute {
2045
1594
  &::after {
2046
1595
  content: var(--tw-content);
@@ -2077,51 +1626,6 @@
2077
1626
  content: var(--tw-content);
2078
1627
  }
2079
1628
  }
2080
- #lua-root .lua\:first\:rounded-l-md {
2081
- &:first-child {
2082
- border-top-left-radius: var(--lua-radius-md);
2083
- border-bottom-left-radius: var(--lua-radius-md);
2084
- }
2085
- }
2086
- #lua-root .lua\:last\:rounded-r-md {
2087
- &:last-child {
2088
- border-top-right-radius: var(--lua-radius-md);
2089
- border-bottom-right-radius: var(--lua-radius-md);
2090
- }
2091
- }
2092
- #lua-root .lua\:last\:border-b-0 {
2093
- &:last-child {
2094
- border-bottom-style: var(--tw-border-style);
2095
- border-bottom-width: 0px;
2096
- }
2097
- }
2098
- #lua-root .lua\:focus-within\:z-10 {
2099
- &:focus-within {
2100
- z-index: 10;
2101
- }
2102
- }
2103
- #lua-root .lua\:focus-within\:ring-2 {
2104
- &:focus-within {
2105
- --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2106
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2107
- }
2108
- }
2109
- #lua-root .lua\:focus-within\:ring-ring {
2110
- &:focus-within {
2111
- --tw-ring-color: var(--lua-color-ring);
2112
- }
2113
- }
2114
- #lua-root .lua\:focus-within\:ring-offset-2 {
2115
- &:focus-within {
2116
- --tw-ring-offset-width: 2px;
2117
- --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
2118
- }
2119
- }
2120
- #lua-root .lua\:focus-within\:ring-offset-background {
2121
- &:focus-within {
2122
- --tw-ring-offset-color: var(--lua-color-background);
2123
- }
2124
- }
2125
1629
  #lua-root .lua\:hover\:-translate-y-0\.5 {
2126
1630
  &:hover {
2127
1631
  @media (hover: hover) {
@@ -2130,16 +1634,6 @@
2130
1634
  }
2131
1635
  }
2132
1636
  }
2133
- #lua-root .lua\:hover\:scale-105 {
2134
- &:hover {
2135
- @media (hover: hover) {
2136
- --tw-scale-x: 105%;
2137
- --tw-scale-y: 105%;
2138
- --tw-scale-z: 105%;
2139
- scale: var(--tw-scale-x) var(--tw-scale-y);
2140
- }
2141
- }
2142
- }
2143
1637
  #lua-root .lua\:hover\:border-gray-300 {
2144
1638
  &:hover {
2145
1639
  @media (hover: hover) {
@@ -2147,27 +1641,10 @@
2147
1641
  }
2148
1642
  }
2149
1643
  }
2150
- #lua-root .lua\:hover\:border-primary {
1644
+ #lua-root .lua\:hover\:bg-black-hover {
2151
1645
  &:hover {
2152
1646
  @media (hover: hover) {
2153
- border-color: var(--lua-color-primary);
2154
- }
2155
- }
2156
- }
2157
- #lua-root .lua\:hover\:bg-black-hover {
2158
- &:hover {
2159
- @media (hover: hover) {
2160
- background-color: var(--lua-color-black-hover);
2161
- }
2162
- }
2163
- }
2164
- #lua-root .lua\:hover\:bg-black\/70 {
2165
- &:hover {
2166
- @media (hover: hover) {
2167
- background-color: var(--lua-color-black);
2168
- @supports (color: color-mix(in lab, red, red)) {
2169
- background-color: color-mix(in oklab, var(--lua-color-black) 70%, transparent);
2170
- }
1647
+ background-color: var(--lua-color-black-hover);
2171
1648
  }
2172
1649
  }
2173
1650
  }
@@ -2178,13 +1655,6 @@
2178
1655
  }
2179
1656
  }
2180
1657
  }
2181
- #lua-root .lua\:hover\:bg-blue-600 {
2182
- &:hover {
2183
- @media (hover: hover) {
2184
- background-color: var(--lua-color-blue-600);
2185
- }
2186
- }
2187
- }
2188
1658
  #lua-root .lua\:hover\:bg-blue-700 {
2189
1659
  &:hover {
2190
1660
  @media (hover: hover) {
@@ -2192,20 +1662,6 @@
2192
1662
  }
2193
1663
  }
2194
1664
  }
2195
- #lua-root .lua\:hover\:bg-destructive-hover {
2196
- &:hover {
2197
- @media (hover: hover) {
2198
- background-color: var(--lua-color-destructive-hover);
2199
- }
2200
- }
2201
- }
2202
- #lua-root .lua\:hover\:bg-muted {
2203
- &:hover {
2204
- @media (hover: hover) {
2205
- background-color: var(--lua-color-muted);
2206
- }
2207
- }
2208
- }
2209
1665
  #lua-root .lua\:hover\:bg-neutral-200 {
2210
1666
  &:hover {
2211
1667
  @media (hover: hover) {
@@ -2213,1341 +1669,236 @@
2213
1669
  }
2214
1670
  }
2215
1671
  }
2216
- #lua-root .lua\:hover\:bg-primary {
2217
- &:hover {
2218
- @media (hover: hover) {
2219
- background-color: var(--lua-color-primary);
2220
- }
2221
- }
2222
- }
2223
- #lua-root .lua\:hover\:bg-primary-hover {
2224
- &:hover {
2225
- @media (hover: hover) {
2226
- background-color: var(--lua-color-primary-hover);
2227
- }
2228
- }
2229
- }
2230
1672
  #lua-root .lua\:hover\:bg-red-700 {
2231
1673
  &:hover {
2232
- @media (hover: hover) {
2233
- background-color: var(--lua-color-red-700);
2234
- }
2235
- }
2236
- }
2237
- #lua-root .lua\:hover\:bg-secondary {
2238
- &:hover {
2239
- @media (hover: hover) {
2240
- background-color: var(--lua-color-secondary);
2241
- }
2242
- }
2243
- }
2244
- #lua-root .lua\:hover\:bg-secondary-hover {
2245
- &:hover {
2246
- @media (hover: hover) {
2247
- background-color: var(--lua-color-secondary-hover);
2248
- }
2249
- }
2250
- }
2251
- #lua-root .lua\:hover\:text-gray-300 {
2252
- &:hover {
2253
- @media (hover: hover) {
2254
- color: var(--lua-color-gray-300);
2255
- }
2256
- }
2257
- }
2258
- #lua-root .lua\:hover\:text-gray-900 {
2259
- &:hover {
2260
- @media (hover: hover) {
2261
- color: var(--lua-color-gray-900);
2262
- }
2263
- }
2264
- }
2265
- #lua-root .lua\:hover\:text-primary-foreground {
2266
- &:hover {
2267
- @media (hover: hover) {
2268
- color: var(--lua-color-primary-foreground);
2269
- }
2270
- }
2271
- }
2272
- #lua-root .lua\:hover\:text-white {
2273
- &:hover {
2274
- @media (hover: hover) {
2275
- color: var(--lua-color-white);
2276
- }
2277
- }
2278
- }
2279
- #lua-root .lua\:hover\:opacity-100 {
2280
- &:hover {
2281
- @media (hover: hover) {
2282
- opacity: 100%;
2283
- }
2284
- }
2285
- }
2286
- #lua-root .lua\:hover\:shadow-md {
2287
- &:hover {
2288
- @media (hover: hover) {
2289
- --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
2290
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2291
- }
2292
- }
2293
- }
2294
- #lua-root .lua\:hover\:shadow-sm {
2295
- &:hover {
2296
- @media (hover: hover) {
2297
- --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
2298
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2299
- }
2300
- }
2301
- }
2302
- #lua-root .lua\:hover\:shadow-xl {
2303
- &:hover {
2304
- @media (hover: hover) {
2305
- --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
2306
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2307
- }
2308
- }
2309
- }
2310
- #lua-root .lua\:focus\:border-transparent {
2311
- &:focus {
2312
- border-color: transparent;
2313
- }
2314
- }
2315
- #lua-root .lua\:focus\:bg-gray-100 {
2316
- &:focus {
2317
- background-color: var(--lua-color-gray-100);
2318
- }
2319
- }
2320
- #lua-root .lua\:focus\:bg-secondary {
2321
- &:focus {
2322
- background-color: var(--lua-color-secondary);
2323
- }
2324
- }
2325
- #lua-root .lua\:focus\:text-foreground {
2326
- &:focus {
2327
- color: var(--lua-color-foreground);
2328
- }
2329
- }
2330
- #lua-root .lua\:focus\:text-gray-900 {
2331
- &:focus {
2332
- color: var(--lua-color-gray-900);
2333
- }
2334
- }
2335
- #lua-root .lua\:focus\:ring-2 {
2336
- &:focus {
2337
- --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2338
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2339
- }
2340
- }
2341
- #lua-root .lua\:focus\:ring-blue-500 {
2342
- &:focus {
2343
- --tw-ring-color: var(--lua-color-blue-500);
2344
- }
2345
- }
2346
- #lua-root .lua\:focus\:ring-ring {
2347
- &:focus {
2348
- --tw-ring-color: var(--lua-color-ring);
2349
- }
2350
- }
2351
- #lua-root .lua\:focus\:ring-offset-2 {
2352
- &:focus {
2353
- --tw-ring-offset-width: 2px;
2354
- --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
2355
- }
2356
- }
2357
- #lua-root .lua\:focus\:outline-hidden {
2358
- &:focus {
2359
- --tw-outline-style: none;
2360
- outline-style: none;
2361
- @media (forced-colors: active) {
2362
- outline: 2px solid transparent;
2363
- outline-offset: 2px;
2364
- }
2365
- }
2366
- }
2367
- #lua-root .lua\:focus\:outline-none {
2368
- &:focus {
2369
- --tw-outline-style: none;
2370
- outline-style: none;
2371
- }
2372
- }
2373
- #lua-root .lua\:focus-visible\:border-blue-600 {
2374
- &:focus-visible {
2375
- border-color: var(--lua-color-blue-600);
2376
- }
2377
- }
2378
- #lua-root .lua\:focus-visible\:bg-black {
2379
- &:focus-visible {
2380
- background-color: var(--lua-color-black);
2381
- }
2382
- }
2383
- #lua-root .lua\:focus-visible\:bg-blue-600 {
2384
- &:focus-visible {
2385
- background-color: var(--lua-color-blue-600);
2386
- }
2387
- }
2388
- #lua-root .lua\:focus-visible\:bg-red-600 {
2389
- &:focus-visible {
2390
- background-color: var(--lua-color-red-600);
2391
- }
2392
- }
2393
- #lua-root .lua\:focus-visible\:bg-white {
2394
- &:focus-visible {
2395
- background-color: var(--lua-color-white);
2396
- }
2397
- }
2398
- #lua-root .lua\:focus-visible\:ring-2 {
2399
- &:focus-visible {
2400
- --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2401
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2402
- }
2403
- }
2404
- #lua-root .lua\:focus-visible\:ring-black {
2405
- &:focus-visible {
2406
- --tw-ring-color: var(--lua-color-black);
2407
- }
2408
- }
2409
- #lua-root .lua\:focus-visible\:ring-blue-600 {
2410
- &:focus-visible {
2411
- --tw-ring-color: var(--lua-color-blue-600);
2412
- }
2413
- }
2414
- #lua-root .lua\:focus-visible\:ring-blue-600\/50 {
2415
- &:focus-visible {
2416
- --tw-ring-color: var(--lua-color-blue-600);
2417
- @supports (color: color-mix(in lab, red, red)) {
2418
- --tw-ring-color: color-mix(in oklab, var(--lua-color-blue-600) 50%, transparent);
2419
- }
2420
- }
2421
- }
2422
- #lua-root .lua\:focus-visible\:ring-destructive {
2423
- &:focus-visible {
2424
- --tw-ring-color: var(--lua-color-destructive);
2425
- }
2426
- }
2427
- #lua-root .lua\:focus-visible\:ring-red-600 {
2428
- &:focus-visible {
2429
- --tw-ring-color: var(--lua-color-red-600);
2430
- }
2431
- }
2432
- #lua-root .lua\:focus-visible\:ring-ring {
2433
- &:focus-visible {
2434
- --tw-ring-color: var(--lua-color-ring);
2435
- }
2436
- }
2437
- #lua-root .lua\:focus-visible\:ring-offset-2 {
2438
- &:focus-visible {
2439
- --tw-ring-offset-width: 2px;
2440
- --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
2441
- }
2442
- }
2443
- #lua-root .lua\:focus-visible\:ring-offset-background {
2444
- &:focus-visible {
2445
- --tw-ring-offset-color: var(--lua-color-background);
2446
- }
2447
- }
2448
- #lua-root .lua\:focus-visible\:ring-offset-white {
2449
- &:focus-visible {
2450
- --tw-ring-offset-color: var(--lua-color-white);
2451
- }
2452
- }
2453
- #lua-root .lua\:focus-visible\:outline-hidden {
2454
- &:focus-visible {
2455
- --tw-outline-style: none;
2456
- outline-style: none;
2457
- @media (forced-colors: active) {
2458
- outline: 2px solid transparent;
2459
- outline-offset: 2px;
2460
- }
2461
- }
2462
- }
2463
- #lua-root .lua\:focus-visible\:outline-none {
2464
- &:focus-visible {
2465
- --tw-outline-style: none;
2466
- outline-style: none;
2467
- }
2468
- }
2469
- #lua-root .lua\:active\:scale-95 {
2470
- &:active {
2471
- --tw-scale-x: 95%;
2472
- --tw-scale-y: 95%;
2473
- --tw-scale-z: 95%;
2474
- scale: var(--tw-scale-x) var(--tw-scale-y);
2475
- }
2476
- }
2477
- #lua-root .lua\:active\:border-primary-hover {
2478
- &:active {
2479
- border-color: var(--lua-color-primary-hover);
2480
- }
2481
- }
2482
- #lua-root .lua\:active\:bg-black-hover {
2483
- &:active {
2484
- background-color: var(--lua-color-black-hover);
2485
- }
2486
- }
2487
- #lua-root .lua\:active\:bg-blue-800 {
2488
- &:active {
2489
- background-color: var(--lua-color-blue-800);
2490
- }
2491
- }
2492
- #lua-root .lua\:active\:bg-destructive-active {
2493
- &:active {
2494
- background-color: var(--lua-color-destructive-active);
2495
- }
2496
- }
2497
- #lua-root .lua\:active\:bg-neutral-600 {
2498
- &:active {
2499
- background-color: var(--lua-color-neutral-600);
2500
- }
2501
- }
2502
- #lua-root .lua\:active\:bg-primary-active {
2503
- &:active {
2504
- background-color: var(--lua-color-primary-active);
2505
- }
2506
- }
2507
- #lua-root .lua\:active\:bg-primary-hover {
2508
- &:active {
2509
- background-color: var(--lua-color-primary-hover);
2510
- }
2511
- }
2512
- #lua-root .lua\:active\:bg-red-800 {
2513
- &:active {
2514
- background-color: var(--lua-color-red-800);
2515
- }
2516
- }
2517
- #lua-root .lua\:active\:bg-secondary {
2518
- &:active {
2519
- background-color: var(--lua-color-secondary);
2520
- }
2521
- }
2522
- #lua-root .lua\:active\:bg-secondary-active {
2523
- &:active {
2524
- background-color: var(--lua-color-secondary-active);
2525
- }
2526
- }
2527
- #lua-root .lua\:active\:bg-secondary-hover {
2528
- &:active {
2529
- background-color: var(--lua-color-secondary-hover);
2530
- }
2531
- }
2532
- #lua-root .lua\:active\:text-white {
2533
- &:active {
2534
- color: var(--lua-color-white);
2535
- }
2536
- }
2537
- #lua-root .lua\:disabled\:pointer-events-none {
2538
- &:disabled {
2539
- pointer-events: none;
2540
- }
2541
- }
2542
- #lua-root .lua\:disabled\:cursor-not-allowed {
2543
- &:disabled {
2544
- cursor: not-allowed;
2545
- }
2546
- }
2547
- #lua-root .lua\:disabled\:border-transparent {
2548
- &:disabled {
2549
- border-color: transparent;
2550
- }
2551
- }
2552
- #lua-root .lua\:disabled\:bg-black\/4 {
2553
- &:disabled {
2554
- background-color: var(--lua-color-black);
2555
- @supports (color: color-mix(in lab, red, red)) {
2556
- background-color: color-mix(in oklab, var(--lua-color-black) 4%, transparent);
2557
- }
2558
- }
2559
- }
2560
- #lua-root .lua\:disabled\:bg-muted {
2561
- &:disabled {
2562
- background-color: var(--lua-color-muted);
2563
- }
2564
- }
2565
- #lua-root .lua\:disabled\:text-black\/16 {
2566
- &:disabled {
2567
- color: var(--lua-color-black);
2568
- @supports (color: color-mix(in lab, red, red)) {
2569
- color: color-mix(in oklab, var(--lua-color-black) 16%, transparent);
2570
- }
2571
- }
2572
- }
2573
- #lua-root .lua\:disabled\:opacity-50 {
2574
- &:disabled {
2575
- opacity: 50%;
2576
- }
2577
- }
2578
- #lua-root .lua\:has-disabled\:opacity-50 {
2579
- &:has(*:disabled) {
2580
- opacity: 50%;
2581
- }
2582
- }
2583
- #lua-root .lua\:aria-selected\:text-muted-foreground {
2584
- &[aria-selected="true"] {
2585
- color: var(--lua-color-muted-foreground);
2586
- }
2587
- }
2588
- #lua-root .lua\:aria-\[invalid\=true\]\:border-destructive {
2589
- &[aria-invalid="true"] {
2590
- border-color: var(--lua-color-destructive);
2591
- }
2592
- }
2593
- #lua-root .lua\:data-disabled\:pointer-events-none {
2594
- &[data-disabled] {
2595
- pointer-events: none;
2596
- }
2597
- }
2598
- #lua-root .lua\:data-disabled\:opacity-50 {
2599
- &[data-disabled] {
2600
- opacity: 50%;
2601
- }
2602
- }
2603
- #lua-root .lua\:data-\[state\=active\]\:-mb-px {
2604
- &[data-state="active"] {
2605
- margin-bottom: -1px;
2606
- }
2607
- }
2608
- #lua-root .lua\:data-\[state\=active\]\:border-b-2 {
2609
- &[data-state="active"] {
2610
- border-bottom-style: var(--tw-border-style);
2611
- border-bottom-width: 2px;
2612
- }
2613
- }
2614
- #lua-root .lua\:data-\[state\=active\]\:border-blue-600 {
2615
- &[data-state="active"] {
2616
- border-color: var(--lua-color-blue-600);
2617
- }
2618
- }
2619
- #lua-root .lua\:data-\[state\=active\]\:bg-white {
2620
- &[data-state="active"] {
2621
- background-color: var(--lua-color-white);
2622
- }
2623
- }
2624
- #lua-root .lua\:data-\[state\=active\]\:text-blue-600 {
2625
- &[data-state="active"] {
2626
- color: var(--lua-color-blue-600);
2627
- }
2628
- }
2629
- #lua-root .lua\:data-\[state\=active\]\:shadow-sm {
2630
- &[data-state="active"] {
2631
- --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
2632
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2633
- }
2634
- }
2635
- #lua-root .lua\:data-\[state\=checked\]\:translate-x-4 {
2636
- &[data-state="checked"] {
2637
- --tw-translate-x: calc(var(--lua-spacing) * 4);
2638
- translate: var(--tw-translate-x) var(--tw-translate-y);
2639
- }
2640
- }
2641
- #lua-root .lua\:data-\[state\=checked\]\:border-primary {
2642
- &[data-state="checked"] {
2643
- border-color: var(--lua-color-primary);
2644
- }
2645
- }
2646
- #lua-root .lua\:data-\[state\=checked\]\:bg-primary {
2647
- &[data-state="checked"] {
2648
- background-color: var(--lua-color-primary);
2649
- }
2650
- }
2651
- #lua-root .lua\:data-\[state\=checked\]\:text-primary-foreground {
2652
- &[data-state="checked"] {
2653
- color: var(--lua-color-primary-foreground);
2654
- }
2655
- }
2656
- #lua-root .lua\:data-\[state\=closed\]\:duration-300 {
2657
- &[data-state="closed"] {
2658
- --tw-duration: 300ms;
2659
- transition-duration: 300ms;
2660
- }
2661
- }
2662
- #lua-root .lua\:data-\[state\=inactive\]\:hidden {
2663
- &[data-state="inactive"] {
2664
- display: none;
2665
- }
2666
- }
2667
- #lua-root .lua\:data-\[state\=open\]\:bg-gray-100 {
2668
- &[data-state="open"] {
2669
- background-color: var(--lua-color-gray-100);
2670
- }
2671
- }
2672
- #lua-root .lua\:data-\[state\=open\]\:bg-secondary {
2673
- &[data-state="open"] {
2674
- background-color: var(--lua-color-secondary);
2675
- }
2676
- }
2677
- #lua-root .lua\:data-\[state\=open\]\:duration-500 {
2678
- &[data-state="open"] {
2679
- --tw-duration: 500ms;
2680
- transition-duration: 500ms;
2681
- }
2682
- }
2683
- #lua-root .lua\:data-\[state\=unchecked\]\:translate-x-0 {
2684
- &[data-state="unchecked"] {
2685
- --tw-translate-x: calc(var(--lua-spacing) * 0);
2686
- translate: var(--tw-translate-x) var(--tw-translate-y);
2687
- }
2688
- }
2689
- #lua-root .lua\:data-\[state\=unchecked\]\:bg-secondary {
2690
- &[data-state="unchecked"] {
2691
- background-color: var(--lua-color-secondary);
2692
- }
2693
- }
2694
- #lua-root .lua\:sm\:mx-5 {
2695
- @media (width >= 40rem) {
2696
- margin-inline: calc(var(--lua-spacing) * 5);
2697
- }
2698
- }
2699
- #lua-root .lua\:sm\:inline {
2700
- @media (width >= 40rem) {
2701
- display: inline;
2702
- }
2703
- }
2704
- #lua-root .lua\:sm\:max-w-\[425px\] {
2705
- @media (width >= 40rem) {
2706
- max-width: 425px;
2707
- }
2708
- }
2709
- #lua-root .lua\:sm\:max-w-\[500px\] {
2710
- @media (width >= 40rem) {
2711
- max-width: 500px;
2712
- }
2713
- }
2714
- #lua-root .lua\:sm\:max-w-md {
2715
- @media (width >= 40rem) {
2716
- max-width: var(--lua-container-md);
2717
- }
2718
- }
2719
- #lua-root .lua\:sm\:max-w-sm {
2720
- @media (width >= 40rem) {
2721
- max-width: var(--lua-container-sm);
2722
- }
2723
- }
2724
- #lua-root .lua\:sm\:grid-cols-2 {
2725
- @media (width >= 40rem) {
2726
- grid-template-columns: repeat(2, minmax(0, 1fr));
2727
- }
2728
- }
2729
- #lua-root .lua\:sm\:flex-row {
2730
- @media (width >= 40rem) {
2731
- flex-direction: row;
2732
- }
2733
- }
2734
- #lua-root .lua\:sm\:justify-end {
2735
- @media (width >= 40rem) {
2736
- justify-content: flex-end;
2737
- }
2738
- }
2739
- #lua-root .lua\:sm\:space-x-2 {
2740
- @media (width >= 40rem) {
2741
- #lua-root :where(& > :not(:last-child)) {
2742
- --tw-space-x-reverse: 0;
2743
- margin-inline-start: calc(calc(var(--lua-spacing) * 2) * var(--tw-space-x-reverse));
2744
- margin-inline-end: calc(calc(var(--lua-spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
2745
- }
2746
- }
2747
- }
2748
- #lua-root .lua\:sm\:rounded-lg {
2749
- @media (width >= 40rem) {
2750
- border-radius: var(--lua-radius-lg);
2751
- }
2752
- }
2753
- #lua-root .lua\:sm\:text-left {
2754
- @media (width >= 40rem) {
2755
- text-align: left;
2756
- }
2757
- }
2758
- #lua-root .lua\:md\:mt-0 {
2759
- @media (width >= 48rem) {
2760
- margin-top: calc(var(--lua-spacing) * 0);
2761
- }
2762
- }
2763
- #lua-root .lua\:md\:mb-0 {
2764
- @media (width >= 48rem) {
2765
- margin-bottom: calc(var(--lua-spacing) * 0);
2766
- }
2767
- }
2768
- #lua-root .lua\:md\:table {
2769
- @media (width >= 48rem) {
2770
- display: table;
2771
- }
2772
- }
2773
- #lua-root .lua\:md\:table-cell {
2774
- @media (width >= 48rem) {
2775
- display: table-cell;
2776
- }
2777
- }
2778
- #lua-root .lua\:md\:table-footer-group {
2779
- @media (width >= 48rem) {
2780
- display: table-footer-group;
2781
- }
2782
- }
2783
- #lua-root .lua\:md\:table-header-group {
2784
- @media (width >= 48rem) {
2785
- display: table-header-group;
2786
- }
2787
- }
2788
- #lua-root .lua\:md\:table-row {
2789
- @media (width >= 48rem) {
2790
- display: table-row;
2791
- }
2792
- }
2793
- #lua-root .lua\:md\:table-row-group {
2794
- @media (width >= 48rem) {
2795
- display: table-row-group;
2796
- }
2797
- }
2798
- #lua-root .lua\:md\:grid-cols-2 {
2799
- @media (width >= 48rem) {
2800
- grid-template-columns: repeat(2, minmax(0, 1fr));
2801
- }
2802
- }
2803
- #lua-root .lua\:md\:flex-row {
2804
- @media (width >= 48rem) {
2805
- flex-direction: row;
2806
- }
2807
- }
2808
- #lua-root .lua\:md\:space-y-0 {
2809
- @media (width >= 48rem) {
2810
- #lua-root :where(& > :not(:last-child)) {
2811
- --tw-space-y-reverse: 0;
2812
- margin-block-start: calc(calc(var(--lua-spacing) * 0) * var(--tw-space-y-reverse));
2813
- margin-block-end: calc(calc(var(--lua-spacing) * 0) * calc(1 - var(--tw-space-y-reverse)));
2814
- }
2815
- }
2816
- }
2817
- #lua-root .lua\:md\:rounded-none {
2818
- @media (width >= 48rem) {
2819
- border-radius: 0;
2820
- }
2821
- }
2822
- #lua-root .lua\:md\:border-0 {
2823
- @media (width >= 48rem) {
2824
- border-style: var(--tw-border-style);
2825
- border-width: 0px;
2826
- }
2827
- }
2828
- #lua-root .lua\:md\:border-1 {
2829
- @media (width >= 48rem) {
2830
- border-style: var(--tw-border-style);
2831
- border-width: 1px;
2832
- }
2833
- }
2834
- #lua-root .lua\:md\:border-b {
2835
- @media (width >= 48rem) {
2836
- border-bottom-style: var(--tw-border-style);
2837
- border-bottom-width: 1px;
2838
- }
2839
- }
2840
- #lua-root .lua\:md\:border-b-0 {
2841
- @media (width >= 48rem) {
2842
- border-bottom-style: var(--tw-border-style);
2843
- border-bottom-width: 0px;
2844
- }
2845
- }
2846
- #lua-root .lua\:md\:border-border {
2847
- @media (width >= 48rem) {
2848
- border-color: var(--lua-color-border);
2849
- }
2850
- }
2851
- #lua-root .lua\:md\:bg-transparent {
2852
- @media (width >= 48rem) {
2853
- background-color: transparent;
2854
- }
2855
- }
2856
- #lua-root .lua\:md\:p-0 {
2857
- @media (width >= 48rem) {
2858
- padding: calc(var(--lua-spacing) * 0);
2859
- }
2860
- }
2861
- #lua-root .lua\:md\:px-4 {
2862
- @media (width >= 48rem) {
2863
- padding-inline: calc(var(--lua-spacing) * 4);
2864
- }
2865
- }
2866
- #lua-root .lua\:md\:text-left {
2867
- @media (width >= 48rem) {
2868
- text-align: left;
2869
- }
2870
- }
2871
- #lua-root .lua\:md\:align-middle {
2872
- @media (width >= 48rem) {
2873
- vertical-align: middle;
2874
- }
2875
- }
2876
- #lua-root .lua\:md\:text-sm {
2877
- @media (width >= 48rem) {
2878
- font-size: var(--lua-text-sm);
2879
- line-height: var(--tw-leading, var(--lua-text-sm--line-height));
2880
- }
2881
- }
2882
- #lua-root .lua\:md\:whitespace-nowrap {
2883
- @media (width >= 48rem) {
2884
- white-space: nowrap;
2885
- }
2886
- }
2887
- #lua-root .lua\:md\:shadow-none {
2888
- @media (width >= 48rem) {
2889
- --tw-shadow: 0 0 #0000;
2890
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2891
- }
2892
- }
2893
- #lua-root .lua\:md\:before\:content-none {
2894
- @media (width >= 48rem) {
2895
- #lua-root &::before {
2896
- content: var(--tw-content);
2897
- --tw-content: none;
2898
- content: none;
2899
- }
2900
- }
2901
- }
2902
- #lua-root .lua\:md\:hover\:bg-muted {
2903
- @media (width >= 48rem) {
2904
- #lua-root &:hover {
2905
- @media (hover: hover) {
2906
- background-color: var(--lua-color-muted);
2907
- }
2908
- }
2909
- }
2910
- }
2911
- #lua-root .lua\:md\:data-\[state\=selected\]\:bg-secondary {
2912
- @media (width >= 48rem) {
2913
- #lua-root &[data-state="selected"] {
2914
- background-color: var(--lua-color-secondary);
2915
- }
2916
- }
2917
- }
2918
- #lua-root .lua\:lg\:h-full {
2919
- @media (width >= 64rem) {
2920
- height: 100%;
2921
- }
2922
- }
2923
- #lua-root .lua\:lg\:max-h-none {
2924
- @media (width >= 64rem) {
2925
- max-height: none;
2926
- }
2927
- }
2928
- #lua-root .lua\:lg\:grid-cols-3 {
2929
- @media (width >= 64rem) {
2930
- grid-template-columns: repeat(3, minmax(0, 1fr));
2931
- }
2932
- }
2933
- #lua-root .lua\:lg\:flex-row {
2934
- @media (width >= 64rem) {
2935
- flex-direction: row;
2936
- }
2937
- }
2938
- #lua-root .lua\:lg\:border-t-0 {
2939
- @media (width >= 64rem) {
2940
- border-top-style: var(--tw-border-style);
2941
- border-top-width: 0px;
2942
- }
2943
- }
2944
- #lua-root .lua\:lg\:border-r {
2945
- @media (width >= 64rem) {
2946
- border-right-style: var(--tw-border-style);
2947
- border-right-width: 1px;
2948
- }
2949
- }
2950
- #lua-root .lua\:lg\:border-r-2 {
2951
- @media (width >= 64rem) {
2952
- border-right-style: var(--tw-border-style);
2953
- border-right-width: 2px;
2954
- }
2955
- }
2956
- #lua-root .lua\:dark\:border-blue-400 {
2957
- @media (prefers-color-scheme: dark) {
2958
- border-color: var(--lua-color-blue-400);
2959
- }
2960
- }
2961
- #lua-root .lua\:dark\:border-blue-600 {
2962
- @media (prefers-color-scheme: dark) {
2963
- border-color: var(--lua-color-blue-600);
2964
- }
2965
- }
2966
- #lua-root .lua\:dark\:border-blue-700 {
2967
- @media (prefers-color-scheme: dark) {
2968
- border-color: var(--lua-color-blue-700);
2969
- }
2970
- }
2971
- #lua-root .lua\:dark\:border-gray-600 {
2972
- @media (prefers-color-scheme: dark) {
2973
- border-color: var(--lua-color-gray-600);
2974
- }
2975
- }
2976
- #lua-root .lua\:dark\:border-gray-700 {
2977
- @media (prefers-color-scheme: dark) {
2978
- border-color: var(--lua-color-gray-700);
2979
- }
2980
- }
2981
- #lua-root .lua\:dark\:bg-amber-500 {
2982
- @media (prefers-color-scheme: dark) {
2983
- background-color: var(--lua-color-amber-500);
2984
- }
2985
- }
2986
- #lua-root .lua\:dark\:bg-amber-600 {
2987
- @media (prefers-color-scheme: dark) {
2988
- background-color: var(--lua-color-amber-600);
2989
- }
2990
- }
2991
- #lua-root .lua\:dark\:bg-blue-500 {
2992
- @media (prefers-color-scheme: dark) {
2993
- background-color: var(--lua-color-blue-500);
2994
- }
2995
- }
2996
- #lua-root .lua\:dark\:bg-blue-600 {
2997
- @media (prefers-color-scheme: dark) {
2998
- background-color: var(--lua-color-blue-600);
2999
- }
3000
- }
3001
- #lua-root .lua\:dark\:bg-blue-700 {
3002
- @media (prefers-color-scheme: dark) {
3003
- background-color: var(--lua-color-blue-700);
3004
- }
3005
- }
3006
- #lua-root .lua\:dark\:bg-gray-50 {
3007
- @media (prefers-color-scheme: dark) {
3008
- background-color: var(--lua-color-gray-50);
3009
- }
3010
- }
3011
- #lua-root .lua\:dark\:bg-gray-100 {
3012
- @media (prefers-color-scheme: dark) {
3013
- background-color: var(--lua-color-gray-100);
3014
- }
3015
- }
3016
- #lua-root .lua\:dark\:bg-gray-200 {
3017
- @media (prefers-color-scheme: dark) {
3018
- background-color: var(--lua-color-gray-200);
3019
- }
3020
- }
3021
- #lua-root .lua\:dark\:bg-gray-600 {
3022
- @media (prefers-color-scheme: dark) {
3023
- background-color: var(--lua-color-gray-600);
3024
- }
3025
- }
3026
- #lua-root .lua\:dark\:bg-gray-700 {
3027
- @media (prefers-color-scheme: dark) {
3028
- background-color: var(--lua-color-gray-700);
3029
- }
3030
- }
3031
- #lua-root .lua\:dark\:bg-gray-800 {
3032
- @media (prefers-color-scheme: dark) {
3033
- background-color: var(--lua-color-gray-800);
3034
- }
3035
- }
3036
- #lua-root .lua\:dark\:bg-gray-900 {
3037
- @media (prefers-color-scheme: dark) {
3038
- background-color: var(--lua-color-gray-900);
3039
- }
3040
- }
3041
- #lua-root .lua\:dark\:bg-green-500 {
3042
- @media (prefers-color-scheme: dark) {
3043
- background-color: var(--lua-color-green-500);
3044
- }
3045
- }
3046
- #lua-root .lua\:dark\:bg-green-600 {
3047
- @media (prefers-color-scheme: dark) {
3048
- background-color: var(--lua-color-green-600);
3049
- }
3050
- }
3051
- #lua-root .lua\:dark\:bg-red-500 {
3052
- @media (prefers-color-scheme: dark) {
3053
- background-color: var(--lua-color-red-500);
3054
- }
3055
- }
3056
- #lua-root .lua\:dark\:bg-red-600 {
3057
- @media (prefers-color-scheme: dark) {
3058
- background-color: var(--lua-color-red-600);
3059
- }
3060
- }
3061
- #lua-root .lua\:dark\:bg-red-700 {
3062
- @media (prefers-color-scheme: dark) {
3063
- background-color: var(--lua-color-red-700);
3064
- }
3065
- }
3066
- #lua-root .lua\:dark\:text-blue-400 {
3067
- @media (prefers-color-scheme: dark) {
3068
- color: var(--lua-color-blue-400);
3069
- }
3070
- }
3071
- #lua-root .lua\:dark\:text-gray-100 {
3072
- @media (prefers-color-scheme: dark) {
3073
- color: var(--lua-color-gray-100);
3074
- }
3075
- }
3076
- #lua-root .lua\:dark\:text-gray-200 {
3077
- @media (prefers-color-scheme: dark) {
3078
- color: var(--lua-color-gray-200);
3079
- }
3080
- }
3081
- #lua-root .lua\:dark\:text-gray-400 {
3082
- @media (prefers-color-scheme: dark) {
3083
- color: var(--lua-color-gray-400);
3084
- }
3085
- }
3086
- #lua-root .lua\:dark\:text-gray-900 {
3087
- @media (prefers-color-scheme: dark) {
3088
- color: var(--lua-color-gray-900);
3089
- }
3090
- }
3091
- #lua-root .lua\:dark\:hover\:border-blue-600 {
3092
- @media (prefers-color-scheme: dark) {
3093
- #lua-root &:hover {
3094
- @media (hover: hover) {
3095
- border-color: var(--lua-color-blue-600);
3096
- }
3097
- }
3098
- }
3099
- }
3100
- #lua-root .lua\:dark\:hover\:bg-amber-500 {
3101
- @media (prefers-color-scheme: dark) {
3102
- #lua-root &:hover {
3103
- @media (hover: hover) {
3104
- background-color: var(--lua-color-amber-500);
3105
- }
3106
- }
3107
- }
3108
- }
3109
- #lua-root .lua\:dark\:hover\:bg-blue-500 {
3110
- @media (prefers-color-scheme: dark) {
3111
- #lua-root &:hover {
3112
- @media (hover: hover) {
3113
- background-color: var(--lua-color-blue-500);
3114
- }
3115
- }
3116
- }
3117
- }
3118
- #lua-root .lua\:dark\:hover\:bg-blue-600 {
3119
- @media (prefers-color-scheme: dark) {
3120
- #lua-root &:hover {
3121
- @media (hover: hover) {
3122
- background-color: var(--lua-color-blue-600);
3123
- }
3124
- }
3125
- }
3126
- }
3127
- #lua-root .lua\:dark\:hover\:bg-gray-50 {
3128
- @media (prefers-color-scheme: dark) {
3129
- #lua-root &:hover {
3130
- @media (hover: hover) {
3131
- background-color: var(--lua-color-gray-50);
3132
- }
3133
- }
3134
- }
3135
- }
3136
- #lua-root .lua\:dark\:hover\:bg-gray-600 {
3137
- @media (prefers-color-scheme: dark) {
3138
- #lua-root &:hover {
3139
- @media (hover: hover) {
3140
- background-color: var(--lua-color-gray-600);
3141
- }
3142
- }
3143
- }
3144
- }
3145
- #lua-root .lua\:dark\:hover\:bg-gray-700 {
3146
- @media (prefers-color-scheme: dark) {
3147
- #lua-root &:hover {
3148
- @media (hover: hover) {
3149
- background-color: var(--lua-color-gray-700);
3150
- }
3151
- }
3152
- }
3153
- }
3154
- #lua-root .lua\:dark\:hover\:bg-gray-800 {
3155
- @media (prefers-color-scheme: dark) {
3156
- #lua-root &:hover {
3157
- @media (hover: hover) {
3158
- background-color: var(--lua-color-gray-800);
3159
- }
3160
- }
3161
- }
3162
- }
3163
- #lua-root .lua\:dark\:hover\:bg-green-500 {
3164
- @media (prefers-color-scheme: dark) {
3165
- #lua-root &:hover {
3166
- @media (hover: hover) {
3167
- background-color: var(--lua-color-green-500);
3168
- }
3169
- }
3170
- }
3171
- }
3172
- #lua-root .lua\:dark\:hover\:bg-red-500 {
3173
- @media (prefers-color-scheme: dark) {
3174
- #lua-root &:hover {
3175
- @media (hover: hover) {
3176
- background-color: var(--lua-color-red-500);
3177
- }
3178
- }
3179
- }
3180
- }
3181
- #lua-root .lua\:dark\:hover\:text-white {
3182
- @media (prefers-color-scheme: dark) {
3183
- #lua-root &:hover {
3184
- @media (hover: hover) {
3185
- color: var(--lua-color-white);
3186
- }
3187
- }
3188
- }
3189
- }
3190
- #lua-root .lua\:dark\:focus-visible\:border-gray-600 {
3191
- @media (prefers-color-scheme: dark) {
3192
- #lua-root &:focus-visible {
3193
- border-color: var(--lua-color-gray-600);
3194
- }
3195
- }
3196
- }
3197
- #lua-root .lua\:dark\:focus-visible\:bg-blue-600 {
3198
- @media (prefers-color-scheme: dark) {
3199
- #lua-root &:focus-visible {
3200
- background-color: var(--lua-color-blue-600);
3201
- }
3202
- }
3203
- }
3204
- #lua-root .lua\:dark\:focus-visible\:bg-gray-100 {
3205
- @media (prefers-color-scheme: dark) {
3206
- #lua-root &:focus-visible {
3207
- background-color: var(--lua-color-gray-100);
3208
- }
3209
- }
3210
- }
3211
- #lua-root .lua\:dark\:focus-visible\:bg-gray-800 {
3212
- @media (prefers-color-scheme: dark) {
3213
- #lua-root &:focus-visible {
3214
- background-color: var(--lua-color-gray-800);
3215
- }
3216
- }
3217
- }
3218
- #lua-root .lua\:dark\:focus-visible\:bg-gray-900 {
3219
- @media (prefers-color-scheme: dark) {
3220
- #lua-root &:focus-visible {
3221
- background-color: var(--lua-color-gray-900);
3222
- }
3223
- }
3224
- }
3225
- #lua-root .lua\:dark\:focus-visible\:bg-red-600 {
3226
- @media (prefers-color-scheme: dark) {
3227
- #lua-root &:focus-visible {
3228
- background-color: var(--lua-color-red-600);
3229
- }
3230
- }
3231
- }
3232
- #lua-root .lua\:dark\:focus-visible\:ring-blue-400 {
3233
- @media (prefers-color-scheme: dark) {
3234
- #lua-root &:focus-visible {
3235
- --tw-ring-color: var(--lua-color-blue-400);
3236
- }
3237
- }
3238
- }
3239
- #lua-root .lua\:dark\:focus-visible\:ring-gray-300 {
3240
- @media (prefers-color-scheme: dark) {
3241
- #lua-root &:focus-visible {
3242
- --tw-ring-color: var(--lua-color-gray-300);
1674
+ @media (hover: hover) {
1675
+ background-color: var(--lua-color-red-700);
3243
1676
  }
3244
1677
  }
3245
1678
  }
3246
- #lua-root .lua\:dark\:focus-visible\:ring-gray-400 {
3247
- @media (prefers-color-scheme: dark) {
3248
- #lua-root &:focus-visible {
3249
- --tw-ring-color: var(--lua-color-gray-400);
1679
+ #lua-root .lua\:hover\:text-gray-300 {
1680
+ &:hover {
1681
+ @media (hover: hover) {
1682
+ color: var(--lua-color-gray-300);
3250
1683
  }
3251
1684
  }
3252
1685
  }
3253
- #lua-root .lua\:dark\:focus-visible\:ring-red-400 {
3254
- @media (prefers-color-scheme: dark) {
3255
- #lua-root &:focus-visible {
3256
- --tw-ring-color: var(--lua-color-red-400);
1686
+ #lua-root .lua\:hover\:text-gray-900 {
1687
+ &:hover {
1688
+ @media (hover: hover) {
1689
+ color: var(--lua-color-gray-900);
3257
1690
  }
3258
1691
  }
3259
1692
  }
3260
- #lua-root .lua\:dark\:active\:border-blue-700 {
3261
- @media (prefers-color-scheme: dark) {
3262
- #lua-root &:active {
3263
- border-color: var(--lua-color-blue-700);
1693
+ #lua-root .lua\:hover\:shadow-md {
1694
+ &:hover {
1695
+ @media (hover: hover) {
1696
+ --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
1697
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
3264
1698
  }
3265
1699
  }
3266
1700
  }
3267
- #lua-root .lua\:dark\:active\:bg-blue-700 {
3268
- @media (prefers-color-scheme: dark) {
3269
- #lua-root &:active {
3270
- background-color: var(--lua-color-blue-700);
1701
+ #lua-root .lua\:hover\:shadow-sm {
1702
+ &:hover {
1703
+ @media (hover: hover) {
1704
+ --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
1705
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
3271
1706
  }
3272
1707
  }
3273
1708
  }
3274
- #lua-root .lua\:dark\:active\:bg-gray-200 {
3275
- @media (prefers-color-scheme: dark) {
3276
- #lua-root &:active {
3277
- background-color: var(--lua-color-gray-200);
3278
- }
1709
+ #lua-root .lua\:focus\:border-transparent {
1710
+ &:focus {
1711
+ border-color: transparent;
3279
1712
  }
3280
1713
  }
3281
- #lua-root .lua\:dark\:active\:bg-gray-600 {
3282
- @media (prefers-color-scheme: dark) {
3283
- #lua-root &:active {
3284
- background-color: var(--lua-color-gray-600);
3285
- }
1714
+ #lua-root .lua\:focus\:ring-2 {
1715
+ &:focus {
1716
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1717
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
3286
1718
  }
3287
1719
  }
3288
- #lua-root .lua\:dark\:active\:bg-gray-700 {
3289
- @media (prefers-color-scheme: dark) {
3290
- #lua-root &:active {
3291
- background-color: var(--lua-color-gray-700);
3292
- }
1720
+ #lua-root .lua\:focus\:ring-blue-500 {
1721
+ &:focus {
1722
+ --tw-ring-color: var(--lua-color-blue-500);
3293
1723
  }
3294
1724
  }
3295
- #lua-root .lua\:dark\:active\:bg-red-700 {
3296
- @media (prefers-color-scheme: dark) {
3297
- #lua-root &:active {
3298
- background-color: var(--lua-color-red-700);
3299
- }
1725
+ #lua-root .lua\:focus\:outline-none {
1726
+ &:focus {
1727
+ --tw-outline-style: none;
1728
+ outline-style: none;
3300
1729
  }
3301
1730
  }
3302
- #lua-root .lua\:dark\:disabled\:bg-white\/5 {
3303
- @media (prefers-color-scheme: dark) {
3304
- #lua-root &:disabled {
3305
- background-color: var(--lua-color-white);
3306
- @supports (color: color-mix(in lab, red, red)) {
3307
- background-color: color-mix(in oklab, var(--lua-color-white) 5%, transparent);
3308
- }
3309
- }
1731
+ #lua-root .lua\:focus-visible\:border-blue-600 {
1732
+ &:focus-visible {
1733
+ border-color: var(--lua-color-blue-600);
3310
1734
  }
3311
1735
  }
3312
- #lua-root .lua\:dark\:disabled\:text-white\/30 {
3313
- @media (prefers-color-scheme: dark) {
3314
- #lua-root &:disabled {
3315
- color: var(--lua-color-white);
3316
- @supports (color: color-mix(in lab, red, red)) {
3317
- color: color-mix(in oklab, var(--lua-color-white) 30%, transparent);
3318
- }
3319
- }
1736
+ #lua-root .lua\:focus-visible\:bg-black {
1737
+ &:focus-visible {
1738
+ background-color: var(--lua-color-black);
3320
1739
  }
3321
1740
  }
3322
- #lua-root .lua\:\[\&_svg\]\:pointer-events-none {
3323
- & svg {
3324
- pointer-events: none;
1741
+ #lua-root .lua\:focus-visible\:bg-blue-600 {
1742
+ &:focus-visible {
1743
+ background-color: var(--lua-color-blue-600);
3325
1744
  }
3326
1745
  }
3327
- #lua-root .lua\:\[\&_svg\]\:size-4 {
3328
- & svg {
3329
- width: calc(var(--lua-spacing) * 4);
3330
- height: calc(var(--lua-spacing) * 4);
1746
+ #lua-root .lua\:focus-visible\:bg-red-600 {
1747
+ &:focus-visible {
1748
+ background-color: var(--lua-color-red-600);
3331
1749
  }
3332
1750
  }
3333
- #lua-root .lua\:\[\&_svg\]\:shrink-0 {
3334
- & svg {
3335
- flex-shrink: 0;
1751
+ #lua-root .lua\:focus-visible\:bg-white {
1752
+ &:focus-visible {
1753
+ background-color: var(--lua-color-white);
3336
1754
  }
3337
1755
  }
3338
- #lua-root .lua\:\[\&_tr\]\:border-none {
3339
- & tr {
3340
- --tw-border-style: none;
3341
- border-style: none;
1756
+ #lua-root .lua\:focus-visible\:ring-2 {
1757
+ &:focus-visible {
1758
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1759
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
3342
1760
  }
3343
1761
  }
3344
- #lua-root .lua\:\[\&_tr\:last-child\]\:border-0 {
3345
- & tr:last-child {
3346
- border-style: var(--tw-border-style);
3347
- border-width: 0px;
1762
+ #lua-root .lua\:focus-visible\:ring-black {
1763
+ &:focus-visible {
1764
+ --tw-ring-color: var(--lua-color-black);
3348
1765
  }
3349
1766
  }
3350
- #lua-root .lua\:\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0 {
3351
- &:has([role=checkbox]) {
3352
- padding-right: calc(var(--lua-spacing) * 0);
1767
+ #lua-root .lua\:focus-visible\:ring-blue-600 {
1768
+ &:focus-visible {
1769
+ --tw-ring-color: var(--lua-color-blue-600);
3353
1770
  }
3354
1771
  }
3355
- #lua-root .lua\:rtl\:\*\*\:\[\.rdp-button\\\\_next\>svg\]\:rotate-180 {
3356
- &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
3357
- :is(& *) {
3358
- &:is(.rdp-button\_next>svg) {
3359
- rotate: 180deg;
3360
- }
1772
+ #lua-root .lua\:focus-visible\:ring-blue-600\/50 {
1773
+ &:focus-visible {
1774
+ --tw-ring-color: var(--lua-color-blue-600);
1775
+ @supports (color: color-mix(in lab, red, red)) {
1776
+ --tw-ring-color: color-mix(in oklab, var(--lua-color-blue-600) 50%, transparent);
3361
1777
  }
3362
1778
  }
3363
1779
  }
3364
- #lua-root .lua\:rtl\:\*\*\:\[\.rdp-button\\\\_previous\>svg\]\:rotate-180 {
3365
- &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
3366
- :is(& *) {
3367
- &:is(.rdp-button\_previous>svg) {
3368
- rotate: 180deg;
3369
- }
3370
- }
1780
+ #lua-root .lua\:focus-visible\:ring-red-600 {
1781
+ &:focus-visible {
1782
+ --tw-ring-color: var(--lua-color-red-600);
3371
1783
  }
3372
1784
  }
3373
- #lua-root .lua\:rtl\:\*\*\:\[\.rdp-button\\_next\>svg\]\:rotate-180 {
3374
- &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
3375
- :is(& *) {
3376
- &:is(.rdp-button_next>svg) {
3377
- rotate: 180deg;
3378
- }
3379
- }
1785
+ #lua-root .lua\:focus-visible\:ring-offset-2 {
1786
+ &:focus-visible {
1787
+ --tw-ring-offset-width: 2px;
1788
+ --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
3380
1789
  }
3381
1790
  }
3382
- #lua-root .lua\:rtl\:\*\*\:\[\.rdp-button\\_previous\>svg\]\:rotate-180 {
3383
- &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
3384
- :is(& *) {
3385
- &:is(.rdp-button_previous>svg) {
3386
- rotate: 180deg;
3387
- }
3388
- }
1791
+ #lua-root .lua\:focus-visible\:ring-offset-white {
1792
+ &:focus-visible {
1793
+ --tw-ring-offset-color: var(--lua-color-white);
3389
1794
  }
3390
1795
  }
3391
- #lua-root .lua\:\[\&\>\[role\=checkbox\]\]\:translate-y-\[2px\] {
3392
- &>[role=checkbox] {
3393
- --tw-translate-y: 2px;
3394
- translate: var(--tw-translate-x) var(--tw-translate-y);
1796
+ #lua-root .lua\:focus-visible\:outline-hidden {
1797
+ &:focus-visible {
1798
+ --tw-outline-style: none;
1799
+ outline-style: none;
1800
+ @media (forced-colors: active) {
1801
+ outline: 2px solid transparent;
1802
+ outline-offset: 2px;
1803
+ }
3395
1804
  }
3396
1805
  }
3397
- #lua-root .lua\:\[\&\>span\]\:line-clamp-1 {
3398
- &>span {
3399
- overflow: hidden;
3400
- display: -webkit-box;
3401
- -webkit-box-orient: vertical;
3402
- -webkit-line-clamp: 1;
1806
+ #lua-root .lua\:active\:bg-black-hover {
1807
+ &:active {
1808
+ background-color: var(--lua-color-black-hover);
3403
1809
  }
3404
1810
  }
3405
- #lua-root .lua\:\[\&\>svg\]\:pointer-events-none {
3406
- &>svg {
3407
- pointer-events: none;
1811
+ #lua-root .lua\:active\:bg-blue-800 {
1812
+ &:active {
1813
+ background-color: var(--lua-color-blue-800);
3408
1814
  }
3409
1815
  }
3410
- #lua-root .lua\:\[\&\>svg\]\:size-3 {
3411
- &>svg {
3412
- width: calc(var(--lua-spacing) * 3);
3413
- height: calc(var(--lua-spacing) * 3);
1816
+ #lua-root .lua\:active\:bg-neutral-600 {
1817
+ &:active {
1818
+ background-color: var(--lua-color-neutral-600);
3414
1819
  }
3415
1820
  }
3416
- #lua-root .lua\:\[\&\>svg\]\:size-4 {
3417
- &>svg {
3418
- width: calc(var(--lua-spacing) * 4);
3419
- height: calc(var(--lua-spacing) * 4);
1821
+ #lua-root .lua\:active\:bg-red-800 {
1822
+ &:active {
1823
+ background-color: var(--lua-color-red-800);
3420
1824
  }
3421
1825
  }
3422
- #lua-root .lua\:\[\&\>svg\]\:shrink-0 {
3423
- &>svg {
3424
- flex-shrink: 0;
1826
+ #lua-root .lua\:disabled\:pointer-events-none {
1827
+ &:disabled {
1828
+ pointer-events: none;
3425
1829
  }
3426
1830
  }
3427
- #lua-root .lua\:\[\&\>svg\]\:text-muted-foreground {
3428
- &>svg {
3429
- color: var(--lua-color-muted-foreground);
1831
+ #lua-root .lua\:disabled\:border-transparent {
1832
+ &:disabled {
1833
+ border-color: transparent;
3430
1834
  }
3431
1835
  }
3432
- #lua-root .lua\:\[\&\>tr\]\:last\:border-b-0 {
3433
- &>tr {
3434
- &:last-child {
3435
- border-bottom-style: var(--tw-border-style);
3436
- border-bottom-width: 0px;
1836
+ #lua-root .lua\:disabled\:bg-black\/4 {
1837
+ &:disabled {
1838
+ background-color: var(--lua-color-black);
1839
+ @supports (color: color-mix(in lab, red, red)) {
1840
+ background-color: color-mix(in oklab, var(--lua-color-black) 4%, transparent);
3437
1841
  }
3438
1842
  }
3439
1843
  }
3440
- #lua-root .lua\:\[a\&\]\:hover\:bg-destructive-hover {
3441
- a& {
3442
- &:hover {
3443
- @media (hover: hover) {
3444
- background-color: var(--lua-color-destructive-hover);
3445
- }
1844
+ #lua-root .lua\:disabled\:text-black\/16 {
1845
+ &:disabled {
1846
+ color: var(--lua-color-black);
1847
+ @supports (color: color-mix(in lab, red, red)) {
1848
+ color: color-mix(in oklab, var(--lua-color-black) 16%, transparent);
3446
1849
  }
3447
1850
  }
3448
1851
  }
3449
- #lua-root .lua\:\[a\&\]\:hover\:bg-primary-hover {
3450
- a& {
3451
- &:hover {
3452
- @media (hover: hover) {
3453
- background-color: var(--lua-color-primary-hover);
3454
- }
3455
- }
1852
+ #lua-root .lua\:data-\[state\=active\]\:-mb-px {
1853
+ &[data-state="active"] {
1854
+ margin-bottom: -1px;
3456
1855
  }
3457
1856
  }
3458
- #lua-root .lua\:\[a\&\]\:hover\:bg-secondary {
3459
- a& {
3460
- &:hover {
3461
- @media (hover: hover) {
3462
- background-color: var(--lua-color-secondary);
3463
- }
3464
- }
1857
+ #lua-root .lua\:data-\[state\=active\]\:border-b-2 {
1858
+ &[data-state="active"] {
1859
+ border-bottom-style: var(--tw-border-style);
1860
+ border-bottom-width: 2px;
3465
1861
  }
3466
1862
  }
3467
- #lua-root .lua\:\[a\&\]\:hover\:bg-secondary-hover {
3468
- a& {
3469
- &:hover {
3470
- @media (hover: hover) {
3471
- background-color: var(--lua-color-secondary-hover);
3472
- }
3473
- }
1863
+ #lua-root .lua\:data-\[state\=active\]\:border-blue-600 {
1864
+ &[data-state="active"] {
1865
+ border-color: var(--lua-color-blue-600);
3474
1866
  }
3475
1867
  }
3476
- #lua-root .lua\:\[a\&\]\:dark\:hover\:bg-amber-500 {
3477
- a& {
3478
- @media (prefers-color-scheme: dark) {
3479
- #lua-root &:hover {
3480
- @media (hover: hover) {
3481
- background-color: var(--lua-color-amber-500);
3482
- }
3483
- }
3484
- }
1868
+ #lua-root .lua\:data-\[state\=active\]\:bg-white {
1869
+ &[data-state="active"] {
1870
+ background-color: var(--lua-color-white);
3485
1871
  }
3486
1872
  }
3487
- #lua-root .lua\:\[a\&\]\:dark\:hover\:bg-blue-500 {
3488
- a& {
3489
- @media (prefers-color-scheme: dark) {
3490
- #lua-root &:hover {
3491
- @media (hover: hover) {
3492
- background-color: var(--lua-color-blue-500);
3493
- }
3494
- }
3495
- }
1873
+ #lua-root .lua\:data-\[state\=active\]\:text-blue-600 {
1874
+ &[data-state="active"] {
1875
+ color: var(--lua-color-blue-600);
3496
1876
  }
3497
1877
  }
3498
- #lua-root .lua\:\[a\&\]\:dark\:hover\:bg-gray-50 {
3499
- a& {
3500
- @media (prefers-color-scheme: dark) {
3501
- #lua-root &:hover {
3502
- @media (hover: hover) {
3503
- background-color: var(--lua-color-gray-50);
3504
- }
3505
- }
3506
- }
1878
+ #lua-root .lua\:data-\[state\=active\]\:shadow-sm {
1879
+ &[data-state="active"] {
1880
+ --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
1881
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
3507
1882
  }
3508
1883
  }
3509
- #lua-root .lua\:\[a\&\]\:dark\:hover\:bg-gray-700 {
3510
- a& {
3511
- @media (prefers-color-scheme: dark) {
3512
- #lua-root &:hover {
3513
- @media (hover: hover) {
3514
- background-color: var(--lua-color-gray-700);
3515
- }
3516
- }
3517
- }
1884
+ #lua-root .lua\:data-\[state\=inactive\]\:hidden {
1885
+ &[data-state="inactive"] {
1886
+ display: none;
3518
1887
  }
3519
1888
  }
3520
- #lua-root .lua\:\[a\&\]\:dark\:hover\:bg-gray-800 {
3521
- a& {
3522
- @media (prefers-color-scheme: dark) {
3523
- #lua-root &:hover {
3524
- @media (hover: hover) {
3525
- background-color: var(--lua-color-gray-800);
3526
- }
3527
- }
3528
- }
1889
+ #lua-root .lua\:sm\:mx-5 {
1890
+ @media (width >= 40rem) {
1891
+ margin-inline: calc(var(--lua-spacing) * 5);
3529
1892
  }
3530
1893
  }
3531
- #lua-root .lua\:\[a\&\]\:dark\:hover\:bg-green-500 {
3532
- a& {
3533
- @media (prefers-color-scheme: dark) {
3534
- #lua-root &:hover {
3535
- @media (hover: hover) {
3536
- background-color: var(--lua-color-green-500);
3537
- }
3538
- }
3539
- }
1894
+ #lua-root .lua\:sm\:grid-cols-2 {
1895
+ @media (width >= 40rem) {
1896
+ grid-template-columns: repeat(2, minmax(0, 1fr));
3540
1897
  }
3541
1898
  }
3542
- #lua-root .lua\:\[a\&\]\:dark\:hover\:bg-red-500 {
3543
- a& {
3544
- @media (prefers-color-scheme: dark) {
3545
- #lua-root &:hover {
3546
- @media (hover: hover) {
3547
- background-color: var(--lua-color-red-500);
3548
- }
3549
- }
3550
- }
1899
+ #lua-root .lua\:lg\:grid-cols-3 {
1900
+ @media (width >= 64rem) {
1901
+ grid-template-columns: repeat(3, minmax(0, 1fr));
3551
1902
  }
3552
1903
  }
3553
1904
  }
@@ -3558,74 +1909,20 @@
3558
1909
  }
3559
1910
  @layer base {
3560
1911
  #lua-root {
3561
- --background: 0 0% 100%;
3562
1912
  --foreground: 240 10% 3.9%;
3563
- --card: 0 0% 100%;
3564
- --card-foreground: 240 10% 3.9%;
3565
- --popover: 0 0% 100%;
3566
- --popover-foreground: 240 10% 3.9%;
3567
- --primary: 218 100% 59%;
3568
- --primary-foreground: 0 0% 100%;
3569
- --primary-hover: 218 91% 56%;
3570
- --primary-active: 218 85% 52%;
3571
- --secondary: 240 4.8% 95.9%;
3572
- --secondary-foreground: 240 5.9% 10%;
3573
- --secondary-hover: 240 4.8% 90%;
3574
- --secondary-active: 240 4.8% 85%;
3575
- --muted: 240 4.8% 95.9%;
3576
- --muted-foreground: 240 3.8% 46.1%;
3577
- --accent: 240 4.8% 95.9%;
3578
- --accent-foreground: 240 5.9% 10%;
3579
- --destructive: 351 100% 45%;
3580
- --destructive-foreground: 0 0% 100%;
3581
- --destructive-hover: 351 100% 40%;
3582
- --destructive-active: 351 100% 37%;
3583
- --border: 240 5.9% 90%;
3584
- --input: 240 5.9% 90%;
3585
- --ring: 240 5.9% 10%;
3586
- --chart-1: 12 76% 61%;
3587
- --chart-2: 173 58% 39%;
3588
- --chart-3: 197 37% 24%;
3589
- --chart-4: 43 74% 66%;
3590
- --chart-5: 27 87% 67%;
3591
- --radius: 0.5rem;
1913
+ }
1914
+ @media (prefers-color-scheme: dark) {
1915
+ #lua-root {
1916
+ --foreground: 240 10% 3.9%;
1917
+ }
3592
1918
  }
3593
1919
  #lua-root .dark {
3594
- --background: 240 10% 3.9%;
3595
1920
  --foreground: 0 0% 98%;
3596
- --card: 240 10% 3.9%;
3597
- --card-foreground: 0 0% 98%;
3598
- --popover: 240 10% 3.9%;
3599
- --popover-foreground: 0 0% 98%;
3600
- --primary: 218 100% 59%;
3601
- --primary-foreground: 0 0% 100%;
3602
- --primary-hover: 218 91% 56%;
3603
- --primary-active: 218 85% 52%;
3604
- --secondary: 240 3.7% 15.9%;
3605
- --secondary-foreground: 0 0% 98%;
3606
- --secondary-hover: 240 3.7% 20%;
3607
- --secondary-active: 240 3.7% 25%;
3608
- --muted: 240 3.7% 15.9%;
3609
- --muted-foreground: 240 5% 64.9%;
3610
- --accent: 240 3.7% 15.9%;
3611
- --accent-foreground: 0 0% 98%;
3612
- --destructive: 351 100% 45%;
3613
- --destructive-foreground: 0 0% 100%;
3614
- --destructive-hover: 351 100% 40%;
3615
- --destructive-active: 351 100% 37%;
3616
- --border: 240 3.7% 15.9%;
3617
- --input: 240 3.7% 15.9%;
3618
- --ring: 240 4.9% 83.9%;
3619
- --chart-1: 220 70% 50%;
3620
- --chart-2: 160 60% 45%;
3621
- --chart-3: 30 80% 55%;
3622
- --chart-4: 280 65% 60%;
3623
- --chart-5: 340 75% 55%;
3624
1921
  }
3625
1922
  }
3626
1923
  @layer base {
3627
1924
  #lua-root * {
3628
- border-color: var(--lua-color-border);
1925
+ border-color: hsl(var(--border));
3629
1926
  }
3630
1927
  #lua-root {
3631
1928
  background-color: var(--lua-color-background);
@@ -3663,7 +1960,7 @@
3663
1960
  outline-offset: 2px;
3664
1961
  }
3665
1962
  &:focus-visible {
3666
- outline-color: var(--lua-color-ring);
1963
+ outline-color: hsl(var(--ring));
3667
1964
  }
3668
1965
  text-decoration-thickness: 1px;
3669
1966
  }
@@ -3784,46 +2081,46 @@
3784
2081
  #lua-root .lua\:slide-out-to-right {
3785
2082
  animation: slide-out-to-right 0.3s ease-out;
3786
2083
  }
3787
- #lua-root .lua\:data-\[state\=open\]\:animate-in[data-state="open"] {
2084
+ #lua-root .lua\:data-\[state\=open\]\:animate-in[data-state='open'] {
3788
2085
  animation: fade-in 0.2s ease-out;
3789
2086
  }
3790
- #lua-root .lua\:data-\[state\=closed\]\:animate-out[data-state="closed"] {
2087
+ #lua-root .lua\:data-\[state\=closed\]\:animate-out[data-state='closed'] {
3791
2088
  animation: fade-out 0.2s ease-out;
3792
2089
  }
3793
- #lua-root .lua\:data-\[state\=open\]\:fade-in-0[data-state="open"] {
2090
+ #lua-root .lua\:data-\[state\=open\]\:fade-in-0[data-state='open'] {
3794
2091
  animation: fade-in 0.2s ease-out;
3795
2092
  }
3796
- #lua-root .lua\:data-\[state\=closed\]\:fade-out-0[data-state="closed"] {
2093
+ #lua-root .lua\:data-\[state\=closed\]\:fade-out-0[data-state='closed'] {
3797
2094
  animation: fade-out 0.2s ease-out;
3798
2095
  }
3799
- #lua-root .lua\:data-\[state\=open\]\:slide-in-from-top[data-state="open"] {
2096
+ #lua-root .lua\:data-\[state\=open\]\:slide-in-from-top[data-state='open'] {
3800
2097
  animation: slide-in-from-top 0.3s ease-out;
3801
2098
  }
3802
- #lua-root .lua\:data-\[state\=closed\]\:slide-out-to-top[data-state="closed"] {
2099
+ #lua-root .lua\:data-\[state\=closed\]\:slide-out-to-top[data-state='closed'] {
3803
2100
  animation: slide-out-to-top 0.3s ease-out;
3804
2101
  }
3805
- #lua-root .lua\:data-\[state\=open\]\:slide-in-from-bottom[data-state="open"] {
2102
+ #lua-root .lua\:data-\[state\=open\]\:slide-in-from-bottom[data-state='open'] {
3806
2103
  animation: slide-in-from-bottom 0.3s ease-out;
3807
2104
  }
3808
- #lua-root .lua\:data-\[state\=closed\]\:slide-out-to-bottom[data-state="closed"] {
2105
+ #lua-root .lua\:data-\[state\=closed\]\:slide-out-to-bottom[data-state='closed'] {
3809
2106
  animation: slide-out-to-bottom 0.3s ease-out;
3810
2107
  }
3811
- #lua-root .lua\:data-\[state\=open\]\:slide-in-from-left[data-state="open"] {
2108
+ #lua-root .lua\:data-\[state\=open\]\:slide-in-from-left[data-state='open'] {
3812
2109
  animation: slide-in-from-left 0.3s ease-out;
3813
2110
  }
3814
- #lua-root .lua\:data-\[state\=closed\]\:slide-out-to-left[data-state="closed"] {
2111
+ #lua-root .lua\:data-\[state\=closed\]\:slide-out-to-left[data-state='closed'] {
3815
2112
  animation: slide-out-to-left 0.3s ease-out;
3816
2113
  }
3817
- #lua-root .lua\:data-\[state\=open\]\:slide-in-from-right[data-state="open"] {
2114
+ #lua-root .lua\:data-\[state\=open\]\:slide-in-from-right[data-state='open'] {
3818
2115
  animation: slide-in-from-right 0.3s ease-out;
3819
2116
  }
3820
- #lua-root .lua\:data-\[state\=closed\]\:slide-out-to-right[data-state="closed"] {
2117
+ #lua-root .lua\:data-\[state\=closed\]\:slide-out-to-right[data-state='closed'] {
3821
2118
  animation: slide-out-to-right 0.3s ease-out;
3822
2119
  }
3823
- #lua-root .lua\:data-\[state\=open\]\:duration-500[data-state="open"] {
2120
+ #lua-root .lua\:data-\[state\=open\]\:duration-500[data-state='open'] {
3824
2121
  animation-duration: 500ms;
3825
2122
  }
3826
- #lua-root .lua\:data-\[state\=closed\]\:duration-300[data-state="closed"] {
2123
+ #lua-root .lua\:data-\[state\=closed\]\:duration-300[data-state='closed'] {
3827
2124
  animation-duration: 300ms;
3828
2125
  }
3829
2126
  @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Onest:wght@400;500;600;700&display=swap');
@@ -4186,70 +2483,15 @@
4186
2483
  inherits: false;
4187
2484
  initial-value: 0 0 #0000;
4188
2485
  }
4189
- @property --tw-backdrop-blur {
4190
- syntax: "*";
4191
- inherits: false;
4192
- }
4193
- @property --tw-backdrop-brightness {
4194
- syntax: "*";
4195
- inherits: false;
4196
- }
4197
- @property --tw-backdrop-contrast {
4198
- syntax: "*";
4199
- inherits: false;
4200
- }
4201
- @property --tw-backdrop-grayscale {
4202
- syntax: "*";
4203
- inherits: false;
4204
- }
4205
- @property --tw-backdrop-hue-rotate {
4206
- syntax: "*";
4207
- inherits: false;
4208
- }
4209
- @property --tw-backdrop-invert {
4210
- syntax: "*";
4211
- inherits: false;
4212
- }
4213
- @property --tw-backdrop-opacity {
4214
- syntax: "*";
4215
- inherits: false;
4216
- }
4217
- @property --tw-backdrop-saturate {
4218
- syntax: "*";
4219
- inherits: false;
4220
- }
4221
- @property --tw-backdrop-sepia {
4222
- syntax: "*";
4223
- inherits: false;
4224
- }
4225
2486
  @property --tw-duration {
4226
2487
  syntax: "*";
4227
2488
  inherits: false;
4228
2489
  }
4229
- @property --tw-ease {
4230
- syntax: "*";
4231
- inherits: false;
4232
- }
4233
2490
  @property --tw-content {
4234
2491
  syntax: "*";
4235
2492
  initial-value: "";
4236
2493
  inherits: false;
4237
2494
  }
4238
- @property --tw-scale-x {
4239
- syntax: "*";
4240
- inherits: false;
4241
- initial-value: 1;
4242
- }
4243
- @property --tw-scale-y {
4244
- syntax: "*";
4245
- inherits: false;
4246
- initial-value: 1;
4247
- }
4248
- @property --tw-scale-z {
4249
- syntax: "*";
4250
- inherits: false;
4251
- initial-value: 1;
4252
- }
4253
2495
  @property --tw-outline-style {
4254
2496
  syntax: "*";
4255
2497
  inherits: false;
@@ -4297,21 +2539,8 @@
4297
2539
  --tw-ring-offset-width: 0px;
4298
2540
  --tw-ring-offset-color: #fff;
4299
2541
  --tw-ring-offset-shadow: 0 0 #0000;
4300
- --tw-backdrop-blur: initial;
4301
- --tw-backdrop-brightness: initial;
4302
- --tw-backdrop-contrast: initial;
4303
- --tw-backdrop-grayscale: initial;
4304
- --tw-backdrop-hue-rotate: initial;
4305
- --tw-backdrop-invert: initial;
4306
- --tw-backdrop-opacity: initial;
4307
- --tw-backdrop-saturate: initial;
4308
- --tw-backdrop-sepia: initial;
4309
2542
  --tw-duration: initial;
4310
- --tw-ease: initial;
4311
2543
  --tw-content: "";
4312
- --tw-scale-x: 1;
4313
- --tw-scale-y: 1;
4314
- --tw-scale-z: 1;
4315
2544
  --tw-outline-style: solid;
4316
2545
  --tw-scroll-snap-strictness: proximity;
4317
2546
  }