@aithe/aithe-ui 26.2.2 → 26.2.3

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 (1084) hide show
  1. package/README.md +210 -104
  2. package/dist/apps/admin/AGENTS.md +35 -0
  3. package/dist/apps/admin/app.d.ts +9 -0
  4. package/dist/apps/admin/app.d.ts.map +1 -0
  5. package/dist/apps/admin/components/admin-app.d.ts +26 -0
  6. package/dist/apps/admin/components/admin-app.d.ts.map +1 -0
  7. package/dist/apps/admin/components/admin-layout.d.ts +30 -0
  8. package/dist/apps/admin/components/admin-layout.d.ts.map +1 -0
  9. package/dist/apps/admin/datahub/auth.d.ts +21 -0
  10. package/dist/apps/admin/datahub/auth.d.ts.map +1 -0
  11. package/dist/apps/admin/datahub/dashboard.d.ts +16 -0
  12. package/dist/apps/admin/datahub/dashboard.d.ts.map +1 -0
  13. package/dist/apps/admin/datahub/index.d.ts +4 -0
  14. package/dist/apps/admin/datahub/index.d.ts.map +1 -0
  15. package/dist/apps/admin/datahub/menu.d.ts +11 -0
  16. package/dist/apps/admin/datahub/menu.d.ts.map +1 -0
  17. package/dist/apps/admin/datahub/mock/auth.d.ts +10 -0
  18. package/dist/apps/admin/datahub/mock/auth.d.ts.map +1 -0
  19. package/dist/apps/admin/datahub/mock/dashboard.d.ts +11 -0
  20. package/dist/apps/admin/datahub/mock/dashboard.d.ts.map +1 -0
  21. package/dist/apps/admin/datahub/mock/menu.d.ts +26 -0
  22. package/dist/apps/admin/datahub/mock/menu.d.ts.map +1 -0
  23. package/dist/apps/admin/i18n/de-DE.d.ts +6 -0
  24. package/dist/apps/admin/i18n/de-DE.d.ts.map +1 -0
  25. package/dist/apps/admin/i18n/en-US.d.ts +6 -0
  26. package/dist/apps/admin/i18n/en-US.d.ts.map +1 -0
  27. package/dist/apps/admin/i18n/es-ES.d.ts +6 -0
  28. package/dist/apps/admin/i18n/es-ES.d.ts.map +1 -0
  29. package/dist/apps/admin/i18n/fr-FR.d.ts +6 -0
  30. package/dist/apps/admin/i18n/fr-FR.d.ts.map +1 -0
  31. package/dist/apps/admin/i18n/index.d.ts +2 -0
  32. package/dist/apps/admin/i18n/index.d.ts.map +1 -0
  33. package/dist/apps/admin/i18n/ja-JP.d.ts +6 -0
  34. package/dist/apps/admin/i18n/ja-JP.d.ts.map +1 -0
  35. package/dist/apps/admin/i18n/ko-KR.d.ts +6 -0
  36. package/dist/apps/admin/i18n/ko-KR.d.ts.map +1 -0
  37. package/dist/apps/admin/i18n/pt-BR.d.ts +6 -0
  38. package/dist/apps/admin/i18n/pt-BR.d.ts.map +1 -0
  39. package/dist/apps/admin/i18n/zh-CN.d.ts +6 -0
  40. package/dist/apps/admin/i18n/zh-CN.d.ts.map +1 -0
  41. package/dist/apps/admin/i18n/zh-HK.d.ts +6 -0
  42. package/dist/apps/admin/i18n/zh-HK.d.ts.map +1 -0
  43. package/dist/apps/admin/i18n/zh-TW.d.ts +6 -0
  44. package/dist/apps/admin/i18n/zh-TW.d.ts.map +1 -0
  45. package/dist/apps/admin/pages/dashboard-page.d.ts +32 -0
  46. package/dist/apps/admin/pages/dashboard-page.d.ts.map +1 -0
  47. package/dist/apps/admin/pages/login-page.d.ts +25 -0
  48. package/dist/apps/admin/pages/login-page.d.ts.map +1 -0
  49. package/dist/apps/admin/pages/not-found-page.d.ts +14 -0
  50. package/dist/apps/admin/pages/not-found-page.d.ts.map +1 -0
  51. package/dist/apps/admin/pages/role-page.d.ts +14 -0
  52. package/dist/apps/admin/pages/role-page.d.ts.map +1 -0
  53. package/dist/apps/admin/pages/settings-page.d.ts +14 -0
  54. package/dist/apps/admin/pages/settings-page.d.ts.map +1 -0
  55. package/dist/apps/admin/pages/user-page.d.ts +14 -0
  56. package/dist/apps/admin/pages/user-page.d.ts.map +1 -0
  57. package/dist/apps/admin/router/index.d.ts +6 -0
  58. package/dist/apps/admin/router/index.d.ts.map +1 -0
  59. package/dist/apps/admin/standalone.d.ts.map +1 -0
  60. package/dist/apps/admin/store/auth.d.ts +21 -0
  61. package/dist/apps/admin/store/auth.d.ts.map +1 -0
  62. package/dist/apps/api/AGENTS.md +30 -0
  63. package/dist/apps/api/app.d.ts +3 -7
  64. package/dist/apps/api/app.d.ts.map +1 -1
  65. package/dist/apps/api/demo-data.d.ts +1 -1
  66. package/dist/apps/api/demo-data.d.ts.map +1 -1
  67. package/dist/apps/api/docs-viewer.d.ts +6 -3
  68. package/dist/apps/api/docs-viewer.d.ts.map +1 -1
  69. package/dist/apps/api/i18n/de-DE.d.ts +6 -0
  70. package/dist/apps/api/i18n/de-DE.d.ts.map +1 -0
  71. package/dist/apps/api/i18n/en-US.d.ts +1 -2
  72. package/dist/apps/api/i18n/en-US.d.ts.map +1 -1
  73. package/dist/apps/api/i18n/es-ES.d.ts +6 -0
  74. package/dist/apps/api/i18n/es-ES.d.ts.map +1 -0
  75. package/dist/apps/api/i18n/fr-FR.d.ts +6 -0
  76. package/dist/apps/api/i18n/fr-FR.d.ts.map +1 -0
  77. package/dist/apps/api/i18n/index.d.ts.map +1 -1
  78. package/dist/apps/api/i18n/ja-JP.d.ts +6 -0
  79. package/dist/apps/api/i18n/ja-JP.d.ts.map +1 -0
  80. package/dist/apps/api/i18n/ko-KR.d.ts +6 -0
  81. package/dist/apps/api/i18n/ko-KR.d.ts.map +1 -0
  82. package/dist/apps/api/i18n/pt-BR.d.ts +6 -0
  83. package/dist/apps/api/i18n/pt-BR.d.ts.map +1 -0
  84. package/dist/apps/api/i18n/zh-CN.d.ts +1 -2
  85. package/dist/apps/api/i18n/zh-CN.d.ts.map +1 -1
  86. package/dist/apps/api/i18n/zh-HK.d.ts +6 -0
  87. package/dist/apps/api/i18n/zh-HK.d.ts.map +1 -0
  88. package/dist/apps/api/i18n/zh-TW.d.ts +6 -0
  89. package/dist/apps/api/i18n/zh-TW.d.ts.map +1 -0
  90. package/dist/apps/api/pages/docs.d.ts.map +1 -1
  91. package/dist/apps/api/standalone.d.ts.map +1 -1
  92. package/dist/apps/demo/AGENTS.md +48 -0
  93. package/dist/apps/demo/app.d.ts +4 -7
  94. package/dist/apps/demo/app.d.ts.map +1 -1
  95. package/dist/apps/demo/editor.d.ts +6 -1
  96. package/dist/apps/demo/editor.d.ts.map +1 -1
  97. package/dist/apps/demo/helpers.d.ts.map +1 -1
  98. package/dist/apps/demo/i18n/de-DE.d.ts +6 -0
  99. package/dist/apps/demo/i18n/de-DE.d.ts.map +1 -0
  100. package/dist/apps/demo/i18n/en-US.d.ts +1 -2
  101. package/dist/apps/demo/i18n/en-US.d.ts.map +1 -1
  102. package/dist/apps/demo/i18n/es-ES.d.ts +6 -0
  103. package/dist/apps/demo/i18n/es-ES.d.ts.map +1 -0
  104. package/dist/apps/demo/i18n/fr-FR.d.ts +6 -0
  105. package/dist/apps/demo/i18n/fr-FR.d.ts.map +1 -0
  106. package/dist/apps/demo/i18n/index.d.ts.map +1 -1
  107. package/dist/apps/demo/i18n/ja-JP.d.ts +6 -0
  108. package/dist/apps/demo/i18n/ja-JP.d.ts.map +1 -0
  109. package/dist/apps/demo/i18n/ko-KR.d.ts +6 -0
  110. package/dist/apps/demo/i18n/ko-KR.d.ts.map +1 -0
  111. package/dist/apps/demo/i18n/pt-BR.d.ts +6 -0
  112. package/dist/apps/demo/i18n/pt-BR.d.ts.map +1 -0
  113. package/dist/apps/demo/i18n/zh-CN.d.ts +1 -2
  114. package/dist/apps/demo/i18n/zh-CN.d.ts.map +1 -1
  115. package/dist/apps/demo/i18n/zh-HK.d.ts +6 -0
  116. package/dist/apps/demo/i18n/zh-HK.d.ts.map +1 -0
  117. package/dist/apps/demo/i18n/zh-TW.d.ts +6 -0
  118. package/dist/apps/demo/i18n/zh-TW.d.ts.map +1 -0
  119. package/dist/apps/demo/pages/autoform.d.ts +3 -0
  120. package/dist/apps/demo/pages/autoform.d.ts.map +1 -0
  121. package/dist/apps/demo/pages/basic.d.ts.map +1 -1
  122. package/dist/apps/demo/pages/code.d.ts +3 -0
  123. package/dist/apps/demo/pages/code.d.ts.map +1 -0
  124. package/dist/apps/demo/pages/container.d.ts.map +1 -1
  125. package/dist/apps/demo/pages/dashboard.d.ts +3 -0
  126. package/dist/apps/demo/pages/dashboard.d.ts.map +1 -0
  127. package/dist/apps/demo/pages/data.d.ts.map +1 -1
  128. package/dist/apps/demo/pages/display.d.ts.map +1 -1
  129. package/dist/apps/demo/pages/feedback.d.ts.map +1 -1
  130. package/dist/apps/demo/pages/form.d.ts.map +1 -1
  131. package/dist/apps/demo/pages/layout.d.ts.map +1 -1
  132. package/dist/apps/demo/pages/navigation.d.ts.map +1 -1
  133. package/dist/apps/demo/pages/progress.d.ts.map +1 -1
  134. package/dist/apps/demo/pages/theme.d.ts.map +1 -1
  135. package/dist/apps/demo/standalone.d.ts.map +1 -1
  136. package/dist/components/basic/AGENTS.md +34 -0
  137. package/dist/components/basic/avatar.d.ts +39 -2
  138. package/dist/components/basic/avatar.d.ts.map +1 -1
  139. package/dist/components/basic/badge.d.ts +21 -2
  140. package/dist/components/basic/badge.d.ts.map +1 -1
  141. package/dist/components/basic/button-group.d.ts +14 -2
  142. package/dist/components/basic/button-group.d.ts.map +1 -1
  143. package/dist/components/basic/button.d.ts +43 -1
  144. package/dist/components/basic/button.d.ts.map +1 -1
  145. package/dist/components/basic/card.d.ts +27 -7
  146. package/dist/components/basic/card.d.ts.map +1 -1
  147. package/dist/components/basic/chip.d.ts +17 -4
  148. package/dist/components/basic/chip.d.ts.map +1 -1
  149. package/dist/components/basic/divider.d.ts +14 -0
  150. package/dist/components/basic/divider.d.ts.map +1 -1
  151. package/dist/components/basic/empty.d.ts +11 -2
  152. package/dist/components/basic/empty.d.ts.map +1 -1
  153. package/dist/components/basic/icon.d.ts +81 -2
  154. package/dist/components/basic/icon.d.ts.map +1 -1
  155. package/dist/components/basic/input.d.ts +36 -7
  156. package/dist/components/basic/input.d.ts.map +1 -1
  157. package/dist/components/basic/tag.d.ts +22 -2
  158. package/dist/components/basic/tag.d.ts.map +1 -1
  159. package/dist/components/basic/textarea.d.ts +21 -5
  160. package/dist/components/basic/textarea.d.ts.map +1 -1
  161. package/dist/components/container/AGENTS.md +23 -0
  162. package/dist/components/container/callout.d.ts +14 -2
  163. package/dist/components/container/callout.d.ts.map +1 -1
  164. package/dist/components/container/details.d.ts +19 -3
  165. package/dist/components/container/details.d.ts.map +1 -1
  166. package/dist/components/container/scroller.d.ts +19 -3
  167. package/dist/components/container/scroller.d.ts.map +1 -1
  168. package/dist/components/container/split-panel.d.ts +23 -5
  169. package/dist/components/container/split-panel.d.ts.map +1 -1
  170. package/dist/components/data/AGENTS.md +34 -0
  171. package/dist/components/data/dropdown.d.ts +56 -0
  172. package/dist/components/data/dropdown.d.ts.map +1 -0
  173. package/dist/components/data/metrics-group.d.ts +110 -0
  174. package/dist/components/data/metrics-group.d.ts.map +1 -0
  175. package/dist/components/data/metrics.d.ts +120 -0
  176. package/dist/components/data/metrics.d.ts.map +1 -0
  177. package/dist/components/data/pagination.d.ts +14 -2
  178. package/dist/components/data/pagination.d.ts.map +1 -1
  179. package/dist/components/data/tab-pane.d.ts +23 -1
  180. package/dist/components/data/tab-pane.d.ts.map +1 -1
  181. package/dist/components/data/table-column.d.ts +46 -0
  182. package/dist/components/data/table-column.d.ts.map +1 -0
  183. package/dist/components/data/table.d.ts +60 -2
  184. package/dist/components/data/table.d.ts.map +1 -1
  185. package/dist/components/data/tabs.d.ts +24 -3
  186. package/dist/components/data/tabs.d.ts.map +1 -1
  187. package/dist/components/data/timeline-item.d.ts +24 -0
  188. package/dist/components/data/timeline-item.d.ts.map +1 -0
  189. package/dist/components/data/timeline.d.ts +49 -0
  190. package/dist/components/data/timeline.d.ts.map +1 -0
  191. package/dist/components/data/tree-menu.d.ts +63 -0
  192. package/dist/components/data/tree-menu.d.ts.map +1 -0
  193. package/dist/components/data/tree.d.ts +29 -2
  194. package/dist/components/data/tree.d.ts.map +1 -1
  195. package/dist/components/display/AGENTS.md +28 -0
  196. package/dist/components/display/animated-image.d.ts +14 -2
  197. package/dist/components/display/animated-image.d.ts.map +1 -1
  198. package/dist/components/display/carousel.d.ts +21 -3
  199. package/dist/components/display/carousel.d.ts.map +1 -1
  200. package/dist/components/display/code-editor.d.ts +246 -0
  201. package/dist/components/display/code-editor.d.ts.map +1 -0
  202. package/dist/components/display/comparison.d.ts +14 -2
  203. package/dist/components/display/comparison.d.ts.map +1 -1
  204. package/dist/components/display/label.d.ts +55 -0
  205. package/dist/components/display/label.d.ts.map +1 -0
  206. package/dist/components/display/markdown-editor.d.ts +134 -0
  207. package/dist/components/display/markdown-editor.d.ts.map +1 -0
  208. package/dist/components/display/markdown.d.ts +53 -3
  209. package/dist/components/display/markdown.d.ts.map +1 -1
  210. package/dist/components/feedback/AGENTS.md +30 -0
  211. package/dist/components/feedback/alert.d.ts +20 -3
  212. package/dist/components/feedback/alert.d.ts.map +1 -1
  213. package/dist/components/feedback/dialog.d.ts +27 -5
  214. package/dist/components/feedback/dialog.d.ts.map +1 -1
  215. package/dist/components/feedback/drawer.d.ts +36 -6
  216. package/dist/components/feedback/drawer.d.ts.map +1 -1
  217. package/dist/components/feedback/loading.d.ts +16 -2
  218. package/dist/components/feedback/loading.d.ts.map +1 -1
  219. package/dist/components/feedback/modal.d.ts +36 -6
  220. package/dist/components/feedback/modal.d.ts.map +1 -1
  221. package/dist/components/feedback/notification.d.ts +18 -3
  222. package/dist/components/feedback/notification.d.ts.map +1 -1
  223. package/dist/components/feedback/popover.d.ts +23 -4
  224. package/dist/components/feedback/popover.d.ts.map +1 -1
  225. package/dist/components/feedback/toast.d.ts +19 -2
  226. package/dist/components/feedback/toast.d.ts.map +1 -1
  227. package/dist/components/feedback/tooltip.d.ts +27 -4
  228. package/dist/components/feedback/tooltip.d.ts.map +1 -1
  229. package/dist/components/form/AGENTS.md +39 -0
  230. package/dist/components/form/autoform-item.d.ts +142 -0
  231. package/dist/components/form/autoform-item.d.ts.map +1 -0
  232. package/dist/components/form/autoform.d.ts +90 -0
  233. package/dist/components/form/autoform.d.ts.map +1 -0
  234. package/dist/components/form/checkbox-group.d.ts +24 -3
  235. package/dist/components/form/checkbox-group.d.ts.map +1 -1
  236. package/dist/components/form/checkbox.d.ts +22 -2
  237. package/dist/components/form/checkbox.d.ts.map +1 -1
  238. package/dist/components/form/color-picker.d.ts +19 -4
  239. package/dist/components/form/color-picker.d.ts.map +1 -1
  240. package/dist/components/form/combobox.d.ts +26 -3
  241. package/dist/components/form/combobox.d.ts.map +1 -1
  242. package/dist/components/form/date-picker.d.ts +16 -1
  243. package/dist/components/form/date-picker.d.ts.map +1 -1
  244. package/dist/components/form/form-item.d.ts +20 -1
  245. package/dist/components/form/form-item.d.ts.map +1 -1
  246. package/dist/components/form/form.d.ts +22 -3
  247. package/dist/components/form/form.d.ts.map +1 -1
  248. package/dist/components/form/radio-group.d.ts +23 -3
  249. package/dist/components/form/radio-group.d.ts.map +1 -1
  250. package/dist/components/form/radio.d.ts +19 -1
  251. package/dist/components/form/radio.d.ts.map +1 -1
  252. package/dist/components/form/rate.d.ts +14 -1
  253. package/dist/components/form/rate.d.ts.map +1 -1
  254. package/dist/components/form/select.d.ts +47 -8
  255. package/dist/components/form/select.d.ts.map +1 -1
  256. package/dist/components/form/slider.d.ts +17 -1
  257. package/dist/components/form/slider.d.ts.map +1 -1
  258. package/dist/components/form/switch.d.ts +16 -3
  259. package/dist/components/form/switch.d.ts.map +1 -1
  260. package/dist/components/form/time-picker.d.ts +14 -1
  261. package/dist/components/form/time-picker.d.ts.map +1 -1
  262. package/dist/components/form/transfer.d.ts +20 -2
  263. package/dist/components/form/transfer.d.ts.map +1 -1
  264. package/dist/components/form/upload.d.ts +20 -2
  265. package/dist/components/form/upload.d.ts.map +1 -1
  266. package/dist/components/framework/AGENTS.md +27 -0
  267. package/dist/components/framework/body.d.ts +62 -0
  268. package/dist/components/framework/body.d.ts.map +1 -0
  269. package/dist/components/framework/dashboard-panel.d.ts +123 -0
  270. package/dist/components/framework/dashboard-panel.d.ts.map +1 -0
  271. package/dist/components/framework/dashboard.d.ts +182 -0
  272. package/dist/components/framework/dashboard.d.ts.map +1 -0
  273. package/dist/components/framework/header.d.ts +42 -0
  274. package/dist/components/framework/header.d.ts.map +1 -0
  275. package/dist/components/framework/log-panel.d.ts +32 -0
  276. package/dist/components/framework/log-panel.d.ts.map +1 -0
  277. package/dist/components/framework/page.d.ts +46 -0
  278. package/dist/components/framework/page.d.ts.map +1 -0
  279. package/dist/components/framework/sidebar.d.ts +98 -0
  280. package/dist/components/framework/sidebar.d.ts.map +1 -0
  281. package/dist/components/layout/AGENTS.md +27 -0
  282. package/dist/components/layout/affix.d.ts +15 -3
  283. package/dist/components/layout/affix.d.ts.map +1 -1
  284. package/dist/components/layout/col.d.ts +16 -1
  285. package/dist/components/layout/col.d.ts.map +1 -1
  286. package/dist/components/layout/collapse-item.d.ts +20 -4
  287. package/dist/components/layout/collapse-item.d.ts.map +1 -1
  288. package/dist/components/layout/collapse.d.ts +17 -4
  289. package/dist/components/layout/collapse.d.ts.map +1 -1
  290. package/dist/components/layout/container.d.ts +16 -1
  291. package/dist/components/layout/container.d.ts.map +1 -1
  292. package/dist/components/layout/flex.d.ts +17 -1
  293. package/dist/components/layout/flex.d.ts.map +1 -1
  294. package/dist/components/layout/row.d.ts +15 -1
  295. package/dist/components/layout/row.d.ts.map +1 -1
  296. package/dist/components/layout/space.d.ts +15 -1
  297. package/dist/components/layout/space.d.ts.map +1 -1
  298. package/dist/components/navigation/AGENTS.md +26 -0
  299. package/dist/components/navigation/back-top.d.ts +13 -4
  300. package/dist/components/navigation/back-top.d.ts.map +1 -1
  301. package/dist/components/navigation/breadcrumb-item.d.ts +15 -0
  302. package/dist/components/navigation/breadcrumb-item.d.ts.map +1 -1
  303. package/dist/components/navigation/breadcrumb.d.ts +17 -2
  304. package/dist/components/navigation/breadcrumb.d.ts.map +1 -1
  305. package/dist/components/navigation/dropdown.d.ts +56 -0
  306. package/dist/components/navigation/dropdown.d.ts.map +1 -0
  307. package/dist/components/navigation/menu-item.d.ts +27 -4
  308. package/dist/components/navigation/menu-item.d.ts.map +1 -1
  309. package/dist/components/navigation/menu.d.ts +21 -4
  310. package/dist/components/navigation/menu.d.ts.map +1 -1
  311. package/dist/components/navigation/steps.d.ts +19 -2
  312. package/dist/components/navigation/steps.d.ts.map +1 -1
  313. package/dist/components/navigation/sub-menu.d.ts +27 -3
  314. package/dist/components/navigation/sub-menu.d.ts.map +1 -1
  315. package/dist/components/progress/AGENTS.md +24 -0
  316. package/dist/components/progress/progress-bar.d.ts +11 -2
  317. package/dist/components/progress/progress-bar.d.ts.map +1 -1
  318. package/dist/components/progress/progress-ring.d.ts +12 -2
  319. package/dist/components/progress/progress-ring.d.ts.map +1 -1
  320. package/dist/components/progress/skeleton.d.ts +17 -2
  321. package/dist/components/progress/skeleton.d.ts.map +1 -1
  322. package/dist/components/progress/spinner.d.ts +11 -2
  323. package/dist/components/progress/spinner.d.ts.map +1 -1
  324. package/dist/components/theme/AGENTS.md +27 -0
  325. package/dist/components/theme/locale-switch.d.ts +37 -0
  326. package/dist/components/theme/locale-switch.d.ts.map +1 -0
  327. package/dist/components/theme/shadow-picker.d.ts +28 -0
  328. package/dist/components/theme/shadow-picker.d.ts.map +1 -0
  329. package/dist/components/theme/shape-picker.d.ts +28 -0
  330. package/dist/components/theme/shape-picker.d.ts.map +1 -0
  331. package/dist/components/theme/theme-picker.d.ts +43 -0
  332. package/dist/components/theme/theme-picker.d.ts.map +1 -0
  333. package/dist/components/theme/theme-preview.d.ts +39 -0
  334. package/dist/components/theme/theme-preview.d.ts.map +1 -0
  335. package/dist/components/theme/theme-switch.d.ts +34 -0
  336. package/dist/components/theme/theme-switch.d.ts.map +1 -0
  337. package/dist/components/theme/typo-picker.d.ts +28 -0
  338. package/dist/components/theme/typo-picker.d.ts.map +1 -0
  339. package/dist/core/AGENTS.md +38 -0
  340. package/dist/core/aithe-element.d.ts +62 -1
  341. package/dist/core/aithe-element.d.ts.map +1 -1
  342. package/dist/core/aithe-widget.d.ts +20 -0
  343. package/dist/core/aithe-widget.d.ts.map +1 -0
  344. package/dist/core/anchored-overlay.d.ts +26 -0
  345. package/dist/core/anchored-overlay.d.ts.map +1 -1
  346. package/dist/core/autoform/autoform.d.ts +95 -0
  347. package/dist/core/autoform/autoform.d.ts.map +1 -0
  348. package/dist/core/autoform/condition.d.ts +45 -0
  349. package/dist/core/autoform/condition.d.ts.map +1 -0
  350. package/dist/core/autoform/index.d.ts +11 -0
  351. package/dist/core/autoform/index.d.ts.map +1 -0
  352. package/dist/core/autoform/types.d.ts +44 -0
  353. package/dist/core/autoform/types.d.ts.map +1 -0
  354. package/dist/core/datahub/config/strategy.d.ts +25 -0
  355. package/dist/core/datahub/config/strategy.d.ts.map +1 -0
  356. package/dist/core/datahub/core/adapter/fetch-adapter.d.ts +39 -0
  357. package/dist/core/datahub/core/adapter/fetch-adapter.d.ts.map +1 -0
  358. package/dist/core/datahub/core/adapter/index.d.ts +8 -0
  359. package/dist/core/datahub/core/adapter/index.d.ts.map +1 -0
  360. package/dist/core/datahub/core/adapter/mock-adapter.d.ts +31 -0
  361. package/dist/core/datahub/core/adapter/mock-adapter.d.ts.map +1 -0
  362. package/dist/core/datahub/core/api-styles.d.ts +25 -0
  363. package/dist/core/datahub/core/api-styles.d.ts.map +1 -0
  364. package/dist/core/datahub/core/datahub-core.d.ts +166 -0
  365. package/dist/core/datahub/core/datahub-core.d.ts.map +1 -0
  366. package/dist/core/datahub/core/index.d.ts +8 -0
  367. package/dist/core/datahub/core/index.d.ts.map +1 -0
  368. package/dist/core/datahub/index.d.ts +47 -0
  369. package/dist/core/datahub/index.d.ts.map +1 -0
  370. package/dist/core/datahub/types.d.ts +226 -0
  371. package/dist/core/datahub/types.d.ts.map +1 -0
  372. package/dist/core/datahub/utils/cache.d.ts +35 -0
  373. package/dist/core/datahub/utils/cache.d.ts.map +1 -0
  374. package/dist/core/datahub/utils/common.d.ts +21 -0
  375. package/dist/core/datahub/utils/common.d.ts.map +1 -0
  376. package/dist/core/datahub/utils/dedup.d.ts +28 -0
  377. package/dist/core/datahub/utils/dedup.d.ts.map +1 -0
  378. package/dist/core/datahub/utils/idempotent.d.ts +31 -0
  379. package/dist/core/datahub/utils/idempotent.d.ts.map +1 -0
  380. package/dist/core/datahub/utils/is-query.d.ts +39 -0
  381. package/dist/core/datahub/utils/is-query.d.ts.map +1 -0
  382. package/dist/core/datahub/utils/loading.d.ts +50 -0
  383. package/dist/core/datahub/utils/loading.d.ts.map +1 -0
  384. package/dist/core/floating.d.ts +31 -0
  385. package/dist/core/floating.d.ts.map +1 -1
  386. package/dist/core/highlight/index.d.ts +44 -0
  387. package/dist/core/highlight/index.d.ts.map +1 -0
  388. package/dist/core/highlight/lang-bash.d.ts +2 -0
  389. package/dist/core/highlight/lang-bash.d.ts.map +1 -0
  390. package/dist/core/highlight/lang-c.d.ts +2 -0
  391. package/dist/core/highlight/lang-c.d.ts.map +1 -0
  392. package/dist/core/highlight/lang-cmake.d.ts +2 -0
  393. package/dist/core/highlight/lang-cmake.d.ts.map +1 -0
  394. package/dist/core/highlight/lang-cpp.d.ts +2 -0
  395. package/dist/core/highlight/lang-cpp.d.ts.map +1 -0
  396. package/dist/core/highlight/lang-css.d.ts +2 -0
  397. package/dist/core/highlight/lang-css.d.ts.map +1 -0
  398. package/dist/core/highlight/lang-dart.d.ts +2 -0
  399. package/dist/core/highlight/lang-dart.d.ts.map +1 -0
  400. package/dist/core/highlight/lang-dockerfile.d.ts +2 -0
  401. package/dist/core/highlight/lang-dockerfile.d.ts.map +1 -0
  402. package/dist/core/highlight/lang-fsharp.d.ts +2 -0
  403. package/dist/core/highlight/lang-fsharp.d.ts.map +1 -0
  404. package/dist/core/highlight/lang-go.d.ts +2 -0
  405. package/dist/core/highlight/lang-go.d.ts.map +1 -0
  406. package/dist/core/highlight/lang-html.d.ts +2 -0
  407. package/dist/core/highlight/lang-html.d.ts.map +1 -0
  408. package/dist/core/highlight/lang-java.d.ts +2 -0
  409. package/dist/core/highlight/lang-java.d.ts.map +1 -0
  410. package/dist/core/highlight/lang-javascript.d.ts +2 -0
  411. package/dist/core/highlight/lang-javascript.d.ts.map +1 -0
  412. package/dist/core/highlight/lang-json.d.ts +2 -0
  413. package/dist/core/highlight/lang-json.d.ts.map +1 -0
  414. package/dist/core/highlight/lang-jsonline.d.ts +2 -0
  415. package/dist/core/highlight/lang-jsonline.d.ts.map +1 -0
  416. package/dist/core/highlight/lang-jsx.d.ts +2 -0
  417. package/dist/core/highlight/lang-jsx.d.ts.map +1 -0
  418. package/dist/core/highlight/lang-kotlin.d.ts +2 -0
  419. package/dist/core/highlight/lang-kotlin.d.ts.map +1 -0
  420. package/dist/core/highlight/lang-latex.d.ts +2 -0
  421. package/dist/core/highlight/lang-latex.d.ts.map +1 -0
  422. package/dist/core/highlight/lang-lua.d.ts +2 -0
  423. package/dist/core/highlight/lang-lua.d.ts.map +1 -0
  424. package/dist/core/highlight/lang-makefile.d.ts +2 -0
  425. package/dist/core/highlight/lang-makefile.d.ts.map +1 -0
  426. package/dist/core/highlight/lang-markdown.d.ts +2 -0
  427. package/dist/core/highlight/lang-markdown.d.ts.map +1 -0
  428. package/dist/core/highlight/lang-objectivec.d.ts +2 -0
  429. package/dist/core/highlight/lang-objectivec.d.ts.map +1 -0
  430. package/dist/core/highlight/lang-perl.d.ts +2 -0
  431. package/dist/core/highlight/lang-perl.d.ts.map +1 -0
  432. package/dist/core/highlight/lang-powershell.d.ts +2 -0
  433. package/dist/core/highlight/lang-powershell.d.ts.map +1 -0
  434. package/dist/core/highlight/lang-python.d.ts +2 -0
  435. package/dist/core/highlight/lang-python.d.ts.map +1 -0
  436. package/dist/core/highlight/lang-r.d.ts +2 -0
  437. package/dist/core/highlight/lang-r.d.ts.map +1 -0
  438. package/dist/core/highlight/lang-ruby.d.ts +2 -0
  439. package/dist/core/highlight/lang-ruby.d.ts.map +1 -0
  440. package/dist/core/highlight/lang-rust.d.ts +2 -0
  441. package/dist/core/highlight/lang-rust.d.ts.map +1 -0
  442. package/dist/core/highlight/lang-scala.d.ts +2 -0
  443. package/dist/core/highlight/lang-scala.d.ts.map +1 -0
  444. package/dist/core/highlight/lang-sql.d.ts +2 -0
  445. package/dist/core/highlight/lang-sql.d.ts.map +1 -0
  446. package/dist/core/highlight/lang-svelte.d.ts +2 -0
  447. package/dist/core/highlight/lang-svelte.d.ts.map +1 -0
  448. package/dist/core/highlight/lang-swift.d.ts +2 -0
  449. package/dist/core/highlight/lang-swift.d.ts.map +1 -0
  450. package/dist/core/highlight/lang-tsx.d.ts +2 -0
  451. package/dist/core/highlight/lang-tsx.d.ts.map +1 -0
  452. package/dist/core/highlight/lang-typescript.d.ts +2 -0
  453. package/dist/core/highlight/lang-typescript.d.ts.map +1 -0
  454. package/dist/core/highlight/lang-vue.d.ts +2 -0
  455. package/dist/core/highlight/lang-vue.d.ts.map +1 -0
  456. package/dist/core/highlight/lang-wasm.d.ts +2 -0
  457. package/dist/core/highlight/lang-wasm.d.ts.map +1 -0
  458. package/dist/core/highlight/lang-xml.d.ts +2 -0
  459. package/dist/core/highlight/lang-xml.d.ts.map +1 -0
  460. package/dist/core/highlight/lang-yaml.d.ts +2 -0
  461. package/dist/core/highlight/lang-yaml.d.ts.map +1 -0
  462. package/dist/core/highlight/registry.d.ts +22 -0
  463. package/dist/core/highlight/registry.d.ts.map +1 -0
  464. package/dist/core/logger/LoggerCore.d.ts +186 -0
  465. package/dist/core/logger/LoggerCore.d.ts.map +1 -0
  466. package/dist/core/logger/index.d.ts +12 -0
  467. package/dist/core/logger/index.d.ts.map +1 -0
  468. package/dist/core/logger/types.d.ts +106 -0
  469. package/dist/core/logger/types.d.ts.map +1 -0
  470. package/dist/core/markdown/index.d.ts +22 -0
  471. package/dist/core/markdown/index.d.ts.map +1 -0
  472. package/dist/core/markdown/parser.d.ts +67 -0
  473. package/dist/core/markdown/parser.d.ts.map +1 -0
  474. package/dist/core/markdown/plugins.d.ts +113 -0
  475. package/dist/core/markdown/plugins.d.ts.map +1 -0
  476. package/dist/core/markdown/types.d.ts +150 -0
  477. package/dist/core/markdown/types.d.ts.map +1 -0
  478. package/dist/core/router/index.d.ts +113 -0
  479. package/dist/core/router/index.d.ts.map +1 -0
  480. package/dist/core/styles.d.ts +11 -2
  481. package/dist/core/styles.d.ts.map +1 -1
  482. package/dist/core/types.d.ts +104 -14
  483. package/dist/core/types.d.ts.map +1 -1
  484. package/dist/index.d.ts +37 -7
  485. package/dist/index.d.ts.map +1 -1
  486. package/dist/index.js +14831 -5244
  487. package/dist/index.js.map +1 -1
  488. package/dist/index.umd.js +6252 -2837
  489. package/dist/index.umd.js.map +1 -1
  490. package/dist/styles/AGENTS.md +36 -0
  491. package/dist/styles/aithe-ui.d.ts +90 -0
  492. package/dist/styles/aithe-ui.d.ts.map +1 -0
  493. package/dist/styles/global.css.d.ts +3 -1
  494. package/dist/styles/global.css.d.ts.map +1 -1
  495. package/dist/styles/i18n/index.d.ts +66 -0
  496. package/dist/styles/i18n/index.d.ts.map +1 -0
  497. package/dist/styles/i18n/locales/de-DE.d.ts +6 -0
  498. package/dist/styles/i18n/locales/de-DE.d.ts.map +1 -0
  499. package/dist/styles/i18n/locales/en-US.d.ts +6 -0
  500. package/dist/styles/i18n/locales/en-US.d.ts.map +1 -0
  501. package/dist/styles/i18n/locales/es-ES.d.ts +6 -0
  502. package/dist/styles/i18n/locales/es-ES.d.ts.map +1 -0
  503. package/dist/styles/i18n/locales/fr-FR.d.ts +6 -0
  504. package/dist/styles/i18n/locales/fr-FR.d.ts.map +1 -0
  505. package/dist/styles/i18n/locales/index.d.ts +15 -0
  506. package/dist/styles/i18n/locales/index.d.ts.map +1 -0
  507. package/dist/styles/i18n/locales/ja-JP.d.ts +6 -0
  508. package/dist/styles/i18n/locales/ja-JP.d.ts.map +1 -0
  509. package/dist/styles/i18n/locales/ko-KR.d.ts +6 -0
  510. package/dist/styles/i18n/locales/ko-KR.d.ts.map +1 -0
  511. package/dist/styles/i18n/locales/pt-BR.d.ts +6 -0
  512. package/dist/styles/i18n/locales/pt-BR.d.ts.map +1 -0
  513. package/dist/styles/i18n/locales/zh-CN.d.ts +6 -0
  514. package/dist/styles/i18n/locales/zh-CN.d.ts.map +1 -0
  515. package/dist/styles/i18n/locales/zh-HK.d.ts +6 -0
  516. package/dist/styles/i18n/locales/zh-HK.d.ts.map +1 -0
  517. package/dist/styles/i18n/locales/zh-TW.d.ts +6 -0
  518. package/dist/styles/i18n/locales/zh-TW.d.ts.map +1 -0
  519. package/dist/styles/layout/index.d.ts +44 -0
  520. package/dist/styles/layout/index.d.ts.map +1 -0
  521. package/dist/styles/mixins.d.ts +4 -0
  522. package/dist/styles/mixins.d.ts.map +1 -1
  523. package/dist/styles/shadow/cyber.d.ts +9 -0
  524. package/dist/styles/shadow/cyber.d.ts.map +1 -0
  525. package/dist/styles/shadow/deep.d.ts +9 -0
  526. package/dist/styles/shadow/deep.d.ts.map +1 -0
  527. package/dist/styles/shadow/diffuse.d.ts +9 -0
  528. package/dist/styles/shadow/diffuse.d.ts.map +1 -0
  529. package/dist/styles/shadow/flat.d.ts +9 -0
  530. package/dist/styles/shadow/flat.d.ts.map +1 -0
  531. package/dist/styles/shadow/glassmorphism.d.ts +9 -0
  532. package/dist/styles/shadow/glassmorphism.d.ts.map +1 -0
  533. package/dist/styles/shadow/index.d.ts +30 -0
  534. package/dist/styles/shadow/index.d.ts.map +1 -0
  535. package/dist/styles/shadow/neumorphism.d.ts +11 -0
  536. package/dist/styles/shadow/neumorphism.d.ts.map +1 -0
  537. package/dist/styles/shadow/retro.d.ts +9 -0
  538. package/dist/styles/shadow/retro.d.ts.map +1 -0
  539. package/dist/styles/shadow/sharp-business.d.ts +9 -0
  540. package/dist/styles/shadow/sharp-business.d.ts.map +1 -0
  541. package/dist/styles/shadow/skeuomorphic.d.ts +11 -0
  542. package/dist/styles/shadow/skeuomorphic.d.ts.map +1 -0
  543. package/dist/styles/shape/chamfer.d.ts +9 -0
  544. package/dist/styles/shape/chamfer.d.ts.map +1 -0
  545. package/dist/styles/shape/circle.d.ts +9 -0
  546. package/dist/styles/shape/circle.d.ts.map +1 -0
  547. package/dist/styles/shape/index.d.ts +66 -0
  548. package/dist/styles/shape/index.d.ts.map +1 -0
  549. package/dist/styles/shape/organic.d.ts +9 -0
  550. package/dist/styles/shape/organic.d.ts.map +1 -0
  551. package/dist/styles/shape/pill.d.ts +9 -0
  552. package/dist/styles/shape/pill.d.ts.map +1 -0
  553. package/dist/styles/shape/rounded.d.ts +11 -0
  554. package/dist/styles/shape/rounded.d.ts.map +1 -0
  555. package/dist/styles/shape/rounder.d.ts +9 -0
  556. package/dist/styles/shape/rounder.d.ts.map +1 -0
  557. package/dist/styles/shape/sharp.d.ts +9 -0
  558. package/dist/styles/shape/sharp.d.ts.map +1 -0
  559. package/dist/styles/shape/smooth.d.ts +9 -0
  560. package/dist/styles/shape/smooth.d.ts.map +1 -0
  561. package/dist/styles/theme/aliyun.d.ts +10 -0
  562. package/dist/styles/theme/aliyun.d.ts.map +1 -0
  563. package/dist/styles/theme/amber.d.ts +9 -0
  564. package/dist/styles/theme/amber.d.ts.map +1 -0
  565. package/dist/styles/theme/blue.d.ts +8 -1
  566. package/dist/styles/theme/blue.d.ts.map +1 -1
  567. package/dist/styles/theme/charcoal.d.ts +9 -0
  568. package/dist/styles/theme/charcoal.d.ts.map +1 -0
  569. package/dist/styles/theme/cyan.d.ts +9 -0
  570. package/dist/styles/theme/cyan.d.ts.map +1 -0
  571. package/dist/styles/theme/dark.d.ts +8 -1
  572. package/dist/styles/theme/dark.d.ts.map +1 -1
  573. package/dist/styles/theme/ebony.d.ts +9 -0
  574. package/dist/styles/theme/ebony.d.ts.map +1 -0
  575. package/dist/styles/theme/festive.d.ts +9 -0
  576. package/dist/styles/theme/festive.d.ts.map +1 -0
  577. package/dist/styles/theme/graphite.d.ts +9 -0
  578. package/dist/styles/theme/graphite.d.ts.map +1 -0
  579. package/dist/styles/theme/gray.d.ts +8 -1
  580. package/dist/styles/theme/gray.d.ts.map +1 -1
  581. package/dist/styles/theme/huawei.d.ts +10 -0
  582. package/dist/styles/theme/huawei.d.ts.map +1 -0
  583. package/dist/styles/theme/index.d.ts +85 -0
  584. package/dist/styles/theme/index.d.ts.map +1 -0
  585. package/dist/styles/theme/indigo.d.ts +9 -0
  586. package/dist/styles/theme/indigo.d.ts.map +1 -0
  587. package/dist/styles/theme/ink.d.ts +9 -0
  588. package/dist/styles/theme/ink.d.ts.map +1 -0
  589. package/dist/styles/theme/light.d.ts +8 -1
  590. package/dist/styles/theme/light.d.ts.map +1 -1
  591. package/dist/styles/theme/midnight.d.ts +9 -0
  592. package/dist/styles/theme/midnight.d.ts.map +1 -0
  593. package/dist/styles/theme/navy.d.ts +9 -0
  594. package/dist/styles/theme/navy.d.ts.map +1 -0
  595. package/dist/styles/theme/obsidian.d.ts +9 -0
  596. package/dist/styles/theme/obsidian.d.ts.map +1 -0
  597. package/dist/styles/theme/onyx.d.ts +9 -0
  598. package/dist/styles/theme/onyx.d.ts.map +1 -0
  599. package/dist/styles/theme/orange.d.ts +9 -0
  600. package/dist/styles/theme/orange.d.ts.map +1 -0
  601. package/dist/styles/theme/pink.d.ts +9 -0
  602. package/dist/styles/theme/pink.d.ts.map +1 -0
  603. package/dist/styles/theme/purple.d.ts +9 -0
  604. package/dist/styles/theme/purple.d.ts.map +1 -0
  605. package/dist/styles/theme/raisin.d.ts +9 -0
  606. package/dist/styles/theme/raisin.d.ts.map +1 -0
  607. package/dist/styles/theme/slate.d.ts +9 -0
  608. package/dist/styles/theme/slate.d.ts.map +1 -0
  609. package/dist/styles/theme/teal.d.ts +9 -0
  610. package/dist/styles/theme/teal.d.ts.map +1 -0
  611. package/dist/styles/theme/tianyi.d.ts +10 -0
  612. package/dist/styles/theme/tianyi.d.ts.map +1 -0
  613. package/dist/styles/types.d.ts +56 -0
  614. package/dist/styles/types.d.ts.map +1 -0
  615. package/dist/styles/typo/business.d.ts +2 -0
  616. package/dist/styles/typo/business.d.ts.map +1 -0
  617. package/dist/styles/typo/compact.d.ts +2 -0
  618. package/dist/styles/typo/compact.d.ts.map +1 -0
  619. package/dist/styles/typo/index.d.ts +22 -0
  620. package/dist/styles/typo/index.d.ts.map +1 -0
  621. package/dist/styles/typo/luxury.d.ts +2 -0
  622. package/dist/styles/typo/luxury.d.ts.map +1 -0
  623. package/dist/styles/typo/minimal.d.ts +2 -0
  624. package/dist/styles/typo/minimal.d.ts.map +1 -0
  625. package/dist/types/AGENTS.md +25 -0
  626. package/dist/types/index.d.ts +1 -2
  627. package/dist/types/index.d.ts.map +1 -1
  628. package/dist/utils/AGENTS.md +28 -0
  629. package/dist/utils/dom.d.ts +22 -0
  630. package/dist/utils/dom.d.ts.map +1 -1
  631. package/dist/utils/events.d.ts +11 -1
  632. package/dist/utils/events.d.ts.map +1 -1
  633. package/dist/utils/icon.d.ts +16 -0
  634. package/dist/utils/icon.d.ts.map +1 -0
  635. package/dist/utils/index.d.ts +1 -2
  636. package/dist/utils/index.d.ts.map +1 -1
  637. package/dist/utils/utils.d.ts +47 -0
  638. package/dist/utils/utils.d.ts.map +1 -0
  639. package/dist/utils/validation.d.ts +26 -0
  640. package/dist/utils/validation.d.ts.map +1 -1
  641. package/docs/api/AGENTS.md +61 -0
  642. package/docs/api/basic/avatar.md +22 -2
  643. package/docs/api/basic/button.md +46 -21
  644. package/docs/api/basic/icon.md +64 -8
  645. package/docs/api/data/dropdown.md +73 -0
  646. package/docs/api/data/metrics-group.md +120 -0
  647. package/docs/api/data/metrics.md +153 -0
  648. package/docs/api/data/table-column.md +2 -2
  649. package/docs/api/data/table.md +2 -2
  650. package/docs/api/data/timeline.md +4 -4
  651. package/docs/api/data/tree-menu.md +58 -19
  652. package/docs/api/data/tree.md +41 -24
  653. package/docs/api/display/code-editor.md +275 -0
  654. package/docs/api/display/label.md +85 -0
  655. package/docs/api/display/markdown-editor.md +110 -0
  656. package/docs/api/display/markdown.md +72 -14
  657. package/docs/api/form/autoform.md +268 -0
  658. package/docs/api/form/combobox.md +2 -2
  659. package/docs/api/form/select.md +2 -2
  660. package/docs/api/form/switch.md +2 -2
  661. package/docs/api/framework/body.md +72 -0
  662. package/docs/api/framework/dashboard-panel.md +127 -0
  663. package/docs/api/framework/dashboard.md +140 -0
  664. package/docs/api/framework/header.md +112 -0
  665. package/docs/api/framework/page.md +144 -0
  666. package/docs/api/framework/sidebar.md +180 -0
  667. package/docs/api/navigation/menu-item.md +24 -16
  668. package/docs/api/navigation/sub-menu.md +29 -18
  669. package/docs/api/summary.md +133 -95
  670. package/docs/api/theme/locale-switch.md +65 -11
  671. package/docs/api/theme/shadow-picker.md +103 -0
  672. package/docs/api/theme/shape-picker.md +94 -0
  673. package/docs/api/theme/theme-picker.md +32 -14
  674. package/docs/api/theme/theme-preview.md +58 -11
  675. package/docs/api/theme/theme-switch.md +93 -0
  676. package/docs/api/theme/typo-picker.md +238 -0
  677. package/docs/api/utils/icon.md +192 -0
  678. package/docs/autoform.md +327 -0
  679. package/docs/changelog/AGENTS.md +23 -0
  680. package/docs/changelog/CHANGELOG.md +86 -1
  681. package/docs/changelog/VERSION_26.2.3.md +877 -0
  682. package/docs/datahub.md +832 -0
  683. package/docs/framework-integration.md +168 -20
  684. package/docs/guide.md +770 -7
  685. package/docs/highlight.md +363 -0
  686. package/docs/i18n.md +147 -81
  687. package/docs/issue/AGENTS.md +22 -0
  688. package/docs/issue/issue_26.2.3.1.md +45 -0
  689. package/docs/issue/issue_26.2.3.10.md +81 -0
  690. package/docs/issue/issue_26.2.3.11.md +87 -0
  691. package/docs/issue/issue_26.2.3.12.md +100 -0
  692. package/docs/issue/issue_26.2.3.13.md +72 -0
  693. package/docs/issue/issue_26.2.3.14.md +130 -0
  694. package/docs/issue/issue_26.2.3.15.md +208 -0
  695. package/docs/issue/issue_26.2.3.16.md +88 -0
  696. package/docs/issue/issue_26.2.3.2.md +83 -0
  697. package/docs/issue/issue_26.2.3.3.md +131 -0
  698. package/docs/issue/issue_26.2.3.4.md +24 -0
  699. package/docs/issue/issue_26.2.3.5.md +54 -0
  700. package/docs/issue/issue_26.2.3.6.md +84 -0
  701. package/docs/issue/issue_26.2.3.7.md +61 -0
  702. package/docs/issue/issue_26.2.3.8.md +90 -0
  703. package/docs/issue/issue_26.2.3.9.md +76 -0
  704. package/docs/markdown.md +432 -0
  705. package/docs/quickstart.md +162 -28
  706. package/docs/theming.md +421 -32
  707. package/package.json +13 -10
  708. package/dist/apps/api/index.html +0 -13
  709. package/dist/apps/demo/i18n/en.d.ts +0 -3
  710. package/dist/apps/demo/i18n/en.d.ts.map +0 -1
  711. package/dist/apps/demo/i18n/zh.d.ts +0 -3
  712. package/dist/apps/demo/i18n/zh.d.ts.map +0 -1
  713. package/dist/apps/demo/index.html +0 -13
  714. package/dist/base/aithe-element.d.ts +0 -29
  715. package/dist/base/aithe-element.d.ts.map +0 -1
  716. package/dist/components/avatar/avatar.d.ts +0 -13
  717. package/dist/components/avatar/avatar.d.ts.map +0 -1
  718. package/dist/components/badge/badge.d.ts +0 -14
  719. package/dist/components/badge/badge.d.ts.map +0 -1
  720. package/dist/components/breadcrumb/breadcrumb-item.d.ts +0 -11
  721. package/dist/components/breadcrumb/breadcrumb-item.d.ts.map +0 -1
  722. package/dist/components/breadcrumb/breadcrumb.d.ts +0 -9
  723. package/dist/components/breadcrumb/breadcrumb.d.ts.map +0 -1
  724. package/dist/components/button/button.d.ts +0 -13
  725. package/dist/components/button/button.d.ts.map +0 -1
  726. package/dist/components/card/card.d.ts +0 -18
  727. package/dist/components/card/card.d.ts.map +0 -1
  728. package/dist/components/checkbox/checkbox-group.d.ts +0 -17
  729. package/dist/components/checkbox/checkbox-group.d.ts.map +0 -1
  730. package/dist/components/checkbox/checkbox.d.ts +0 -15
  731. package/dist/components/checkbox/checkbox.d.ts.map +0 -1
  732. package/dist/components/data/tab-group.d.ts +0 -8
  733. package/dist/components/data/tab-group.d.ts.map +0 -1
  734. package/dist/components/divider/divider.d.ts +0 -9
  735. package/dist/components/divider/divider.d.ts.map +0 -1
  736. package/dist/components/drawer/drawer.d.ts +0 -29
  737. package/dist/components/drawer/drawer.d.ts.map +0 -1
  738. package/dist/components/dropdown/dropdown.d.ts +0 -34
  739. package/dist/components/dropdown/dropdown.d.ts.map +0 -1
  740. package/dist/components/feedback/dropdown.d.ts +0 -34
  741. package/dist/components/feedback/dropdown.d.ts.map +0 -1
  742. package/dist/components/input/input.d.ts +0 -28
  743. package/dist/components/input/input.d.ts.map +0 -1
  744. package/dist/components/layout/page-container.d.ts +0 -11
  745. package/dist/components/layout/page-container.d.ts.map +0 -1
  746. package/dist/components/layout/page.d.ts +0 -8
  747. package/dist/components/layout/page.d.ts.map +0 -1
  748. package/dist/components/layout/timeline-item.d.ts +0 -12
  749. package/dist/components/layout/timeline-item.d.ts.map +0 -1
  750. package/dist/components/layout/timeline.d.ts +0 -12
  751. package/dist/components/layout/timeline.d.ts.map +0 -1
  752. package/dist/components/modal/modal.d.ts +0 -28
  753. package/dist/components/modal/modal.d.ts.map +0 -1
  754. package/dist/components/popover/popover.d.ts +0 -16
  755. package/dist/components/popover/popover.d.ts.map +0 -1
  756. package/dist/components/radio/radio-group.d.ts +0 -15
  757. package/dist/components/radio/radio-group.d.ts.map +0 -1
  758. package/dist/components/radio/radio.d.ts +0 -12
  759. package/dist/components/radio/radio.d.ts.map +0 -1
  760. package/dist/components/select/select.d.ts +0 -35
  761. package/dist/components/select/select.d.ts.map +0 -1
  762. package/dist/components/switch/switch.d.ts +0 -12
  763. package/dist/components/switch/switch.d.ts.map +0 -1
  764. package/dist/components/table/table.d.ts +0 -30
  765. package/dist/components/table/table.d.ts.map +0 -1
  766. package/dist/components/tabs/tab-pane.d.ts +0 -11
  767. package/dist/components/tabs/tab-pane.d.ts.map +0 -1
  768. package/dist/components/tabs/tabs.d.ts +0 -15
  769. package/dist/components/tabs/tabs.d.ts.map +0 -1
  770. package/dist/components/tag/tag.d.ts +0 -14
  771. package/dist/components/tag/tag.d.ts.map +0 -1
  772. package/dist/components/tooltip/tooltip.d.ts +0 -18
  773. package/dist/components/tooltip/tooltip.d.ts.map +0 -1
  774. package/dist/core/utils.d.ts +0 -6
  775. package/dist/core/utils.d.ts.map +0 -1
  776. package/dist/demo/app.d.ts +0 -19
  777. package/dist/demo/app.d.ts.map +0 -1
  778. package/dist/demo/editor.d.ts +0 -28
  779. package/dist/demo/editor.d.ts.map +0 -1
  780. package/dist/demo/helpers.d.ts +0 -2
  781. package/dist/demo/helpers.d.ts.map +0 -1
  782. package/dist/demo/pages/basic.d.ts +0 -3
  783. package/dist/demo/pages/basic.d.ts.map +0 -1
  784. package/dist/demo/pages/container.d.ts +0 -3
  785. package/dist/demo/pages/container.d.ts.map +0 -1
  786. package/dist/demo/pages/data.d.ts +0 -3
  787. package/dist/demo/pages/data.d.ts.map +0 -1
  788. package/dist/demo/pages/display.d.ts +0 -3
  789. package/dist/demo/pages/display.d.ts.map +0 -1
  790. package/dist/demo/pages/feedback.d.ts +0 -3
  791. package/dist/demo/pages/feedback.d.ts.map +0 -1
  792. package/dist/demo/pages/form.d.ts +0 -3
  793. package/dist/demo/pages/form.d.ts.map +0 -1
  794. package/dist/demo/pages/layout.d.ts +0 -3
  795. package/dist/demo/pages/layout.d.ts.map +0 -1
  796. package/dist/demo/pages/navigation.d.ts +0 -3
  797. package/dist/demo/pages/navigation.d.ts.map +0 -1
  798. package/dist/demo/pages/progress.d.ts +0 -3
  799. package/dist/demo/pages/progress.d.ts.map +0 -1
  800. package/dist/demo/standalone.d.ts.map +0 -1
  801. package/dist/demo-page.d.ts +0 -2
  802. package/dist/demo-page.d.ts.map +0 -1
  803. package/dist/demo.d.ts +0 -2
  804. package/dist/demo.d.ts.map +0 -1
  805. package/dist/global.d.ts +0 -5
  806. package/dist/global.d.ts.map +0 -1
  807. package/dist/index-jd7NIlfT.js +0 -9798
  808. package/dist/index-jd7NIlfT.js.map +0 -1
  809. package/dist/index2.js +0 -9892
  810. package/dist/index2.js.map +0 -1
  811. package/dist/src/base/aithe-element.d.ts +0 -59
  812. package/dist/src/base/aithe-element.d.ts.map +0 -1
  813. package/dist/src/components/basic/avatar.d.ts +0 -31
  814. package/dist/src/components/basic/avatar.d.ts.map +0 -1
  815. package/dist/src/components/basic/badge.d.ts +0 -33
  816. package/dist/src/components/basic/badge.d.ts.map +0 -1
  817. package/dist/src/components/basic/button-group.d.ts +0 -23
  818. package/dist/src/components/basic/button-group.d.ts.map +0 -1
  819. package/dist/src/components/basic/button.d.ts +0 -44
  820. package/dist/src/components/basic/button.d.ts.map +0 -1
  821. package/dist/src/components/basic/card.d.ts +0 -38
  822. package/dist/src/components/basic/card.d.ts.map +0 -1
  823. package/dist/src/components/basic/chip.d.ts +0 -26
  824. package/dist/src/components/basic/chip.d.ts.map +0 -1
  825. package/dist/src/components/basic/divider.d.ts +0 -23
  826. package/dist/src/components/basic/divider.d.ts.map +0 -1
  827. package/dist/src/components/basic/empty.d.ts +0 -21
  828. package/dist/src/components/basic/empty.d.ts.map +0 -1
  829. package/dist/src/components/basic/icon.d.ts +0 -60
  830. package/dist/src/components/basic/icon.d.ts.map +0 -1
  831. package/dist/src/components/basic/input.d.ts +0 -57
  832. package/dist/src/components/basic/input.d.ts.map +0 -1
  833. package/dist/src/components/basic/tag.d.ts +0 -34
  834. package/dist/src/components/basic/tag.d.ts.map +0 -1
  835. package/dist/src/components/basic/textarea.d.ts +0 -34
  836. package/dist/src/components/basic/textarea.d.ts.map +0 -1
  837. package/dist/src/components/container/callout.d.ts +0 -23
  838. package/dist/src/components/container/callout.d.ts.map +0 -1
  839. package/dist/src/components/container/details.d.ts +0 -29
  840. package/dist/src/components/container/details.d.ts.map +0 -1
  841. package/dist/src/components/container/scroller.d.ts +0 -32
  842. package/dist/src/components/container/scroller.d.ts.map +0 -1
  843. package/dist/src/components/container/split-panel.d.ts +0 -38
  844. package/dist/src/components/container/split-panel.d.ts.map +0 -1
  845. package/dist/src/components/data/pagination.d.ts +0 -27
  846. package/dist/src/components/data/pagination.d.ts.map +0 -1
  847. package/dist/src/components/data/tab-pane.d.ts +0 -33
  848. package/dist/src/components/data/tab-pane.d.ts.map +0 -1
  849. package/dist/src/components/data/table-column.d.ts +0 -46
  850. package/dist/src/components/data/table-column.d.ts.map +0 -1
  851. package/dist/src/components/data/table.d.ts +0 -88
  852. package/dist/src/components/data/table.d.ts.map +0 -1
  853. package/dist/src/components/data/tabs.d.ts +0 -38
  854. package/dist/src/components/data/tabs.d.ts.map +0 -1
  855. package/dist/src/components/data/timeline-item.d.ts +0 -24
  856. package/dist/src/components/data/timeline-item.d.ts.map +0 -1
  857. package/dist/src/components/data/timeline.d.ts +0 -49
  858. package/dist/src/components/data/timeline.d.ts.map +0 -1
  859. package/dist/src/components/data/tree-menu.d.ts +0 -43
  860. package/dist/src/components/data/tree-menu.d.ts.map +0 -1
  861. package/dist/src/components/data/tree.d.ts +0 -45
  862. package/dist/src/components/data/tree.d.ts.map +0 -1
  863. package/dist/src/components/display/animated-image.d.ts +0 -25
  864. package/dist/src/components/display/animated-image.d.ts.map +0 -1
  865. package/dist/src/components/display/carousel.d.ts +0 -41
  866. package/dist/src/components/display/carousel.d.ts.map +0 -1
  867. package/dist/src/components/display/comparison.d.ts +0 -24
  868. package/dist/src/components/display/comparison.d.ts.map +0 -1
  869. package/dist/src/components/display/markdown.d.ts +0 -19
  870. package/dist/src/components/display/markdown.d.ts.map +0 -1
  871. package/dist/src/components/feedback/alert.d.ts +0 -32
  872. package/dist/src/components/feedback/alert.d.ts.map +0 -1
  873. package/dist/src/components/feedback/dialog.d.ts +0 -42
  874. package/dist/src/components/feedback/dialog.d.ts.map +0 -1
  875. package/dist/src/components/feedback/drawer.d.ts +0 -59
  876. package/dist/src/components/feedback/drawer.d.ts.map +0 -1
  877. package/dist/src/components/feedback/dropdown.d.ts +0 -70
  878. package/dist/src/components/feedback/dropdown.d.ts.map +0 -1
  879. package/dist/src/components/feedback/loading.d.ts +0 -27
  880. package/dist/src/components/feedback/loading.d.ts.map +0 -1
  881. package/dist/src/components/feedback/modal.d.ts +0 -58
  882. package/dist/src/components/feedback/modal.d.ts.map +0 -1
  883. package/dist/src/components/feedback/notification.d.ts +0 -35
  884. package/dist/src/components/feedback/notification.d.ts.map +0 -1
  885. package/dist/src/components/feedback/popover.d.ts +0 -35
  886. package/dist/src/components/feedback/popover.d.ts.map +0 -1
  887. package/dist/src/components/feedback/toast.d.ts +0 -35
  888. package/dist/src/components/feedback/toast.d.ts.map +0 -1
  889. package/dist/src/components/feedback/tooltip.d.ts +0 -41
  890. package/dist/src/components/feedback/tooltip.d.ts.map +0 -1
  891. package/dist/src/components/form/checkbox-group.d.ts +0 -38
  892. package/dist/src/components/form/checkbox-group.d.ts.map +0 -1
  893. package/dist/src/components/form/checkbox.d.ts +0 -35
  894. package/dist/src/components/form/checkbox.d.ts.map +0 -1
  895. package/dist/src/components/form/color-picker.d.ts +0 -32
  896. package/dist/src/components/form/color-picker.d.ts.map +0 -1
  897. package/dist/src/components/form/combobox.d.ts +0 -45
  898. package/dist/src/components/form/combobox.d.ts.map +0 -1
  899. package/dist/src/components/form/date-picker.d.ts +0 -30
  900. package/dist/src/components/form/date-picker.d.ts.map +0 -1
  901. package/dist/src/components/form/form-item.d.ts +0 -34
  902. package/dist/src/components/form/form-item.d.ts.map +0 -1
  903. package/dist/src/components/form/form.d.ts +0 -32
  904. package/dist/src/components/form/form.d.ts.map +0 -1
  905. package/dist/src/components/form/radio-group.d.ts +0 -34
  906. package/dist/src/components/form/radio-group.d.ts.map +0 -1
  907. package/dist/src/components/form/radio.d.ts +0 -30
  908. package/dist/src/components/form/radio.d.ts.map +0 -1
  909. package/dist/src/components/form/rate.d.ts +0 -27
  910. package/dist/src/components/form/rate.d.ts.map +0 -1
  911. package/dist/src/components/form/select.d.ts +0 -74
  912. package/dist/src/components/form/select.d.ts.map +0 -1
  913. package/dist/src/components/form/slider.d.ts +0 -33
  914. package/dist/src/components/form/slider.d.ts.map +0 -1
  915. package/dist/src/components/form/switch.d.ts +0 -28
  916. package/dist/src/components/form/switch.d.ts.map +0 -1
  917. package/dist/src/components/form/time-picker.d.ts +0 -26
  918. package/dist/src/components/form/time-picker.d.ts.map +0 -1
  919. package/dist/src/components/form/transfer.d.ts +0 -42
  920. package/dist/src/components/form/transfer.d.ts.map +0 -1
  921. package/dist/src/components/form/upload.d.ts +0 -34
  922. package/dist/src/components/form/upload.d.ts.map +0 -1
  923. package/dist/src/components/layout/affix.d.ts +0 -35
  924. package/dist/src/components/layout/affix.d.ts.map +0 -1
  925. package/dist/src/components/layout/col.d.ts +0 -32
  926. package/dist/src/components/layout/col.d.ts.map +0 -1
  927. package/dist/src/components/layout/collapse-item.d.ts +0 -31
  928. package/dist/src/components/layout/collapse-item.d.ts.map +0 -1
  929. package/dist/src/components/layout/collapse.d.ts +0 -31
  930. package/dist/src/components/layout/collapse.d.ts.map +0 -1
  931. package/dist/src/components/layout/container.d.ts +0 -30
  932. package/dist/src/components/layout/container.d.ts.map +0 -1
  933. package/dist/src/components/layout/flex.d.ts +0 -31
  934. package/dist/src/components/layout/flex.d.ts.map +0 -1
  935. package/dist/src/components/layout/page-container.d.ts +0 -22
  936. package/dist/src/components/layout/page-container.d.ts.map +0 -1
  937. package/dist/src/components/layout/page.d.ts +0 -26
  938. package/dist/src/components/layout/page.d.ts.map +0 -1
  939. package/dist/src/components/layout/row.d.ts +0 -27
  940. package/dist/src/components/layout/row.d.ts.map +0 -1
  941. package/dist/src/components/layout/space.d.ts +0 -27
  942. package/dist/src/components/layout/space.d.ts.map +0 -1
  943. package/dist/src/components/layout/timeline-item.d.ts +0 -24
  944. package/dist/src/components/layout/timeline-item.d.ts.map +0 -1
  945. package/dist/src/components/layout/timeline.d.ts +0 -49
  946. package/dist/src/components/layout/timeline.d.ts.map +0 -1
  947. package/dist/src/components/navigation/back-top.d.ts +0 -30
  948. package/dist/src/components/navigation/back-top.d.ts.map +0 -1
  949. package/dist/src/components/navigation/breadcrumb-item.d.ts +0 -26
  950. package/dist/src/components/navigation/breadcrumb-item.d.ts.map +0 -1
  951. package/dist/src/components/navigation/breadcrumb.d.ts +0 -24
  952. package/dist/src/components/navigation/breadcrumb.d.ts.map +0 -1
  953. package/dist/src/components/navigation/dropdown.d.ts +0 -70
  954. package/dist/src/components/navigation/dropdown.d.ts.map +0 -1
  955. package/dist/src/components/navigation/menu-item.d.ts +0 -33
  956. package/dist/src/components/navigation/menu-item.d.ts.map +0 -1
  957. package/dist/src/components/navigation/menu.d.ts +0 -35
  958. package/dist/src/components/navigation/menu.d.ts.map +0 -1
  959. package/dist/src/components/navigation/steps.d.ts +0 -31
  960. package/dist/src/components/navigation/steps.d.ts.map +0 -1
  961. package/dist/src/components/navigation/sub-menu.d.ts +0 -37
  962. package/dist/src/components/navigation/sub-menu.d.ts.map +0 -1
  963. package/dist/src/components/navigation/theme-picker.d.ts +0 -27
  964. package/dist/src/components/navigation/theme-picker.d.ts.map +0 -1
  965. package/dist/src/components/progress/progress-bar.d.ts +0 -21
  966. package/dist/src/components/progress/progress-bar.d.ts.map +0 -1
  967. package/dist/src/components/progress/progress-ring.d.ts +0 -23
  968. package/dist/src/components/progress/progress-ring.d.ts.map +0 -1
  969. package/dist/src/components/progress/skeleton.d.ts +0 -28
  970. package/dist/src/components/progress/skeleton.d.ts.map +0 -1
  971. package/dist/src/components/progress/spinner.d.ts +0 -21
  972. package/dist/src/components/progress/spinner.d.ts.map +0 -1
  973. package/dist/src/components/theme/locale-switch.d.ts +0 -24
  974. package/dist/src/components/theme/locale-switch.d.ts.map +0 -1
  975. package/dist/src/components/theme/theme-picker.d.ts +0 -43
  976. package/dist/src/components/theme/theme-picker.d.ts.map +0 -1
  977. package/dist/src/components/theme/theme-preview.d.ts +0 -29
  978. package/dist/src/components/theme/theme-preview.d.ts.map +0 -1
  979. package/dist/src/core/aithe-element.d.ts +0 -2
  980. package/dist/src/core/aithe-element.d.ts.map +0 -1
  981. package/dist/src/core/anchored-overlay.d.ts +0 -43
  982. package/dist/src/core/anchored-overlay.d.ts.map +0 -1
  983. package/dist/src/core/floating.d.ts +0 -43
  984. package/dist/src/core/floating.d.ts.map +0 -1
  985. package/dist/src/core/i18n/index.d.ts +0 -125
  986. package/dist/src/core/i18n/index.d.ts.map +0 -1
  987. package/dist/src/core/i18n/locales/en-US.d.ts +0 -7
  988. package/dist/src/core/i18n/locales/en-US.d.ts.map +0 -1
  989. package/dist/src/core/i18n/locales/en.d.ts +0 -3
  990. package/dist/src/core/i18n/locales/en.d.ts.map +0 -1
  991. package/dist/src/core/i18n/locales/index.d.ts +0 -7
  992. package/dist/src/core/i18n/locales/index.d.ts.map +0 -1
  993. package/dist/src/core/i18n/locales/zh-CN.d.ts +0 -7
  994. package/dist/src/core/i18n/locales/zh-CN.d.ts.map +0 -1
  995. package/dist/src/core/i18n/locales/zh.d.ts +0 -3
  996. package/dist/src/core/i18n/locales/zh.d.ts.map +0 -1
  997. package/dist/src/core/styles.d.ts +0 -17
  998. package/dist/src/core/styles.d.ts.map +0 -1
  999. package/dist/src/core/types.d.ts +0 -127
  1000. package/dist/src/core/types.d.ts.map +0 -1
  1001. package/dist/src/core/utils.d.ts +0 -44
  1002. package/dist/src/core/utils.d.ts.map +0 -1
  1003. package/dist/src/global.d.ts +0 -25
  1004. package/dist/src/global.d.ts.map +0 -1
  1005. package/dist/src/index.d.ts +0 -86
  1006. package/dist/src/index.d.ts.map +0 -1
  1007. package/dist/src/styles/global.css.d.ts +0 -5
  1008. package/dist/src/styles/global.css.d.ts.map +0 -1
  1009. package/dist/src/styles/mixins.d.ts +0 -9
  1010. package/dist/src/styles/mixins.d.ts.map +0 -1
  1011. package/dist/src/styles/theme/amber.d.ts +0 -3
  1012. package/dist/src/styles/theme/amber.d.ts.map +0 -1
  1013. package/dist/src/styles/theme/blue.d.ts +0 -3
  1014. package/dist/src/styles/theme/blue.d.ts.map +0 -1
  1015. package/dist/src/styles/theme/charcoal.d.ts +0 -3
  1016. package/dist/src/styles/theme/charcoal.d.ts.map +0 -1
  1017. package/dist/src/styles/theme/cyan.d.ts +0 -3
  1018. package/dist/src/styles/theme/cyan.d.ts.map +0 -1
  1019. package/dist/src/styles/theme/dark.d.ts +0 -3
  1020. package/dist/src/styles/theme/dark.d.ts.map +0 -1
  1021. package/dist/src/styles/theme/ebony.d.ts +0 -3
  1022. package/dist/src/styles/theme/ebony.d.ts.map +0 -1
  1023. package/dist/src/styles/theme/festive.d.ts +0 -3
  1024. package/dist/src/styles/theme/festive.d.ts.map +0 -1
  1025. package/dist/src/styles/theme/graphite.d.ts +0 -3
  1026. package/dist/src/styles/theme/graphite.d.ts.map +0 -1
  1027. package/dist/src/styles/theme/gray.d.ts +0 -3
  1028. package/dist/src/styles/theme/gray.d.ts.map +0 -1
  1029. package/dist/src/styles/theme/indigo.d.ts +0 -3
  1030. package/dist/src/styles/theme/indigo.d.ts.map +0 -1
  1031. package/dist/src/styles/theme/ink.d.ts +0 -3
  1032. package/dist/src/styles/theme/ink.d.ts.map +0 -1
  1033. package/dist/src/styles/theme/light.d.ts +0 -3
  1034. package/dist/src/styles/theme/light.d.ts.map +0 -1
  1035. package/dist/src/styles/theme/midnight.d.ts +0 -3
  1036. package/dist/src/styles/theme/midnight.d.ts.map +0 -1
  1037. package/dist/src/styles/theme/navy.d.ts +0 -3
  1038. package/dist/src/styles/theme/navy.d.ts.map +0 -1
  1039. package/dist/src/styles/theme/obsidian.d.ts +0 -3
  1040. package/dist/src/styles/theme/obsidian.d.ts.map +0 -1
  1041. package/dist/src/styles/theme/onyx.d.ts +0 -3
  1042. package/dist/src/styles/theme/onyx.d.ts.map +0 -1
  1043. package/dist/src/styles/theme/orange.d.ts +0 -3
  1044. package/dist/src/styles/theme/orange.d.ts.map +0 -1
  1045. package/dist/src/styles/theme/pink.d.ts +0 -3
  1046. package/dist/src/styles/theme/pink.d.ts.map +0 -1
  1047. package/dist/src/styles/theme/purple.d.ts +0 -3
  1048. package/dist/src/styles/theme/purple.d.ts.map +0 -1
  1049. package/dist/src/styles/theme/raisin.d.ts +0 -3
  1050. package/dist/src/styles/theme/raisin.d.ts.map +0 -1
  1051. package/dist/src/styles/theme/slate.d.ts +0 -3
  1052. package/dist/src/styles/theme/slate.d.ts.map +0 -1
  1053. package/dist/src/styles/theme/teal.d.ts +0 -3
  1054. package/dist/src/styles/theme/teal.d.ts.map +0 -1
  1055. package/dist/src/styles/theme.d.ts +0 -11
  1056. package/dist/src/styles/theme.d.ts.map +0 -1
  1057. package/dist/src/types/component.d.ts +0 -11
  1058. package/dist/src/types/component.d.ts.map +0 -1
  1059. package/dist/src/types/index.d.ts +0 -4
  1060. package/dist/src/types/index.d.ts.map +0 -1
  1061. package/dist/src/types/theme.d.ts +0 -17
  1062. package/dist/src/types/theme.d.ts.map +0 -1
  1063. package/dist/src/utils/dom.d.ts +0 -26
  1064. package/dist/src/utils/dom.d.ts.map +0 -1
  1065. package/dist/src/utils/events.d.ts +0 -11
  1066. package/dist/src/utils/events.d.ts.map +0 -1
  1067. package/dist/src/utils/index.d.ts +0 -6
  1068. package/dist/src/utils/index.d.ts.map +0 -1
  1069. package/dist/src/utils/theme.d.ts +0 -46
  1070. package/dist/src/utils/theme.d.ts.map +0 -1
  1071. package/dist/src/utils/validation.d.ts +0 -30
  1072. package/dist/src/utils/validation.d.ts.map +0 -1
  1073. package/dist/styles/theme.d.ts +0 -3
  1074. package/dist/styles/theme.d.ts.map +0 -1
  1075. package/dist/types/component.d.ts +0 -11
  1076. package/dist/types/component.d.ts.map +0 -1
  1077. package/dist/types/theme.d.ts +0 -17
  1078. package/dist/types/theme.d.ts.map +0 -1
  1079. package/dist/utils/theme.d.ts +0 -9
  1080. package/dist/utils/theme.d.ts.map +0 -1
  1081. package/docs/api/layout/page-container.md +0 -31
  1082. package/docs/api/layout/page.md +0 -35
  1083. package/docs/api/navigation/dropdown.md +0 -50
  1084. /package/dist/{demo → apps/admin}/standalone.d.ts +0 -0
@@ -0,0 +1,85 @@
1
+ import type { AitheBuiltinTheme, AitheThemeName } from '../types';
2
+ import type { AitheTreeNodeMeta } from '../../core/types';
3
+ /** Default theme name. 默认主题名称。 */
4
+ export declare const AITHE_DEFAULT_THEME: AitheThemeName;
5
+ /** localStorage key for persisting the selected theme. 用于持久化所选主题的 localStorage 键名。 */
6
+ export declare const AITHE_THEME_STORAGE_KEY = "aithe-ui-theme";
7
+ /** Concatenated CSS text for all built-in themes and global tokens. 所有内置主题和全局 token 的拼接 CSS 文本。 */
8
+ export declare const aitheThemeText = "\n\n.aithe-theme-light,\n[data-aithe-theme='light'],\n:root {\n color-scheme: light;\n --aithe-primary-1: #f2f7ff;\n --aithe-primary-2: #e3efff;\n --aithe-primary-3: #c8deff;\n --aithe-primary-4: #9ec5ff;\n --aithe-primary-5: #74aaff;\n --aithe-primary-6: #4d8dff;\n --aithe-primary-7: #326fe1;\n --aithe-primary-8: #2859b5;\n --aithe-primary-9: #22488f;\n --aithe-primary-10: #1d3970;\n --aithe-success-1: #effcf6;\n --aithe-success-2: #d9f5e6;\n --aithe-success-3: #b7ebcf;\n --aithe-success-4: #84d9ae;\n --aithe-success-5: #52c48a;\n --aithe-success-6: #2eae70;\n --aithe-success-7: #1f915d;\n --aithe-success-8: #1b754e;\n --aithe-success-9: #185e40;\n --aithe-success-10: #144b34;\n --aithe-warning-1: #fff8e8;\n --aithe-warning-2: #ffefc7;\n --aithe-warning-3: #ffe08c;\n --aithe-warning-4: #ffcc59;\n --aithe-warning-5: #f6b73a;\n --aithe-warning-6: #dd9621;\n --aithe-warning-7: #b97516;\n --aithe-warning-8: #955b14;\n --aithe-warning-9: #754712;\n --aithe-warning-10: #5c390f;\n --aithe-danger-1: #fff1f2;\n --aithe-danger-2: #ffe0e4;\n --aithe-danger-3: #ffc4cb;\n --aithe-danger-4: #ff9ca8;\n --aithe-danger-5: #ff7283;\n --aithe-danger-6: #f04f64;\n --aithe-danger-7: #cf3950;\n --aithe-danger-8: #ab3144;\n --aithe-danger-9: #882c3a;\n --aithe-danger-10: #6d2630;\n --aithe-neutral-1: #f7f8fb;\n --aithe-neutral-2: #eef1f6;\n --aithe-neutral-3: #e1e6ef;\n --aithe-neutral-4: #c9d1df;\n --aithe-neutral-5: #aeb8cb;\n --aithe-neutral-6: #8f9ab0;\n --aithe-neutral-7: #6d788f;\n --aithe-neutral-8: #4d576b;\n --aithe-neutral-9: #2f3747;\n --aithe-neutral-10: #151a22;\n --aithe-color-bg: #f2f5fa;\n --aithe-color-bg-subtle: linear-gradient(180deg, #f7faff 0%, #eef2f8 100%);\n --aithe-color-surface: rgba(255, 255, 255, 0.85);\n --aithe-color-surface-elevated: rgba(255, 255, 255, 0.98);\n --aithe-color-surface-muted: #e8ecf4;\n --aithe-color-border: rgba(76, 94, 132, 0.20);\n --aithe-color-border-strong: rgba(52, 66, 96, 0.30);\n --aithe-color-text: #0e1628;\n --aithe-color-text-muted: #3d4a66;\n --aithe-color-text-subtle: #6a7a94;\n --aithe-color-overlay: rgba(11, 17, 29, 0.54);\n --aithe-color-selection: rgba(77, 141, 255, 0.18);\n --aithe-color-focus-ring: rgba(77, 141, 255, 0.38);\n --aithe-color-text-on-primary: #ffffff;\n --aithe-code-keyword: #a626a4;\n --aithe-code-boolean: #986801;\n --aithe-code-builtin: #4078f2;\n --aithe-code-number: #986801;\n --aithe-code-string: #50a14f;\n --aithe-code-function: #4078f2;\n --aithe-code-type: #c18401;\n --aithe-code-preprocessor: #a626a4;\n --aithe-code-tag: #e45649;\n --aithe-code-attr: #986801;\n --aithe-code-key: #e45649;\n --aithe-code-punctuation: #5c6bc0;\n --aithe-code-entity: #986801;\n --aithe-code-comment: #a0a1a7;\n --aithe-code-doctype: #a0a1a7;\n --aithe-code-placeholder: #a0a1a7;\n}\n\n\n.aithe-theme-dark,\n[data-aithe-theme='dark'] {\n color-scheme: dark;\n --aithe-primary-1: #edf4ff;\n --aithe-primary-2: #d7e5ff;\n --aithe-primary-3: #b8d2ff;\n --aithe-primary-4: #8ab3ff;\n --aithe-primary-5: #6092ff;\n --aithe-primary-6: #4a7dff;\n --aithe-primary-7: #3d68e0;\n --aithe-primary-8: #3555b6;\n --aithe-primary-9: #2f478f;\n --aithe-primary-10: #28396f;\n --aithe-success-1: #edfcf6;\n --aithe-success-2: #c9f5e0;\n --aithe-success-3: #9cecc4;\n --aithe-success-4: #6cd8a2;\n --aithe-success-5: #44c084;\n --aithe-success-6: #2ea86c;\n --aithe-success-7: #228c58;\n --aithe-success-8: #1a7046;\n --aithe-success-9: #145a38;\n --aithe-success-10: #10482e;\n --aithe-warning-1: #fff9eb;\n --aithe-warning-2: #ffefc4;\n --aithe-warning-3: #ffde8e;\n --aithe-warning-4: #ffc95a;\n --aithe-warning-5: #f0b03e;\n --aithe-warning-6: #d08e26;\n --aithe-warning-7: #ac701a;\n --aithe-warning-8: #8a5816;\n --aithe-warning-9: #6e4614;\n --aithe-warning-10: #583610;\n --aithe-danger-1: #fff1f4;\n --aithe-danger-2: #ffdce2;\n --aithe-danger-3: #ffbcc8;\n --aithe-danger-4: #ff92a4;\n --aithe-danger-5: #f86c83;\n --aithe-danger-6: #df526b;\n --aithe-danger-7: #be4159;\n --aithe-danger-8: #99354a;\n --aithe-danger-9: #7a2d3d;\n --aithe-danger-10: #612634;\n --aithe-neutral-1: #f5f7fb;\n --aithe-neutral-2: #dfe5ef;\n --aithe-neutral-3: #c7d0de;\n --aithe-neutral-4: #aab6c9;\n --aithe-neutral-5: #8997b0;\n --aithe-neutral-6: #6d7a92;\n --aithe-neutral-7: #536077;\n --aithe-neutral-8: #3b465a;\n --aithe-neutral-9: #242d3d;\n --aithe-neutral-10: #121925;\n --aithe-color-bg: #0c1018;\n --aithe-color-bg-subtle: radial-gradient(circle at top, rgba(55, 87, 151, 0.22) 0%, rgba(12, 16, 24, 1) 58%);\n --aithe-color-surface: rgba(17, 24, 39, 0.82);\n --aithe-color-surface-elevated: rgba(19, 27, 44, 0.96);\n --aithe-color-surface-muted: #151c2b;\n --aithe-color-border: rgba(172, 188, 217, 0.16);\n --aithe-color-border-strong: rgba(183, 198, 228, 0.24);\n --aithe-color-text: #f0f5ff;\n --aithe-color-text-muted: #a8b5cc;\n --aithe-color-text-subtle: #8894ab;\n --aithe-color-overlay: rgba(1, 4, 11, 0.68);\n --aithe-color-selection: rgba(116, 170, 255, 0.24);\n --aithe-color-focus-ring: rgba(116, 170, 255, 0.42);\n --aithe-shadow-1: 0 8px 18px rgba(0, 0, 0, 0.20);\n --aithe-shadow-2: 0 14px 34px rgba(0, 0, 0, 0.26);\n --aithe-shadow-3: 0 20px 44px rgba(0, 0, 0, 0.32);\n --aithe-shadow-4: 0 24px 56px rgba(0, 0, 0, 0.38);\n --aithe-shadow-5: 0 30px 72px rgba(0, 0, 0, 0.44);\n --aithe-color-text-on-primary: #ffffff;\n --aithe-code-keyword: #c678dd;\n --aithe-code-boolean: #d19a66;\n --aithe-code-builtin: #e5c07b;\n --aithe-code-number: #d19a66;\n --aithe-code-string: #98c379;\n --aithe-code-function: #61afef;\n --aithe-code-type: #e5c07b;\n --aithe-code-preprocessor: #c678dd;\n --aithe-code-tag: #e06c75;\n --aithe-code-attr: #d19a66;\n --aithe-code-key: #e06c75;\n --aithe-code-punctuation: #89ddff;\n --aithe-code-entity: #d19a66;\n --aithe-code-comment: #5c6370;\n --aithe-code-doctype: #5c6370;\n --aithe-code-placeholder: #5c6370;\n}\n\n\n.aithe-theme-gray,\n[data-aithe-theme='gray'] {\n color-scheme: light;\n --aithe-primary-1: #f4f6fb;\n --aithe-primary-2: #e8edf6;\n --aithe-primary-3: #d4dce9;\n --aithe-primary-4: #b8c3d8;\n --aithe-primary-5: #96a4c0;\n --aithe-primary-6: #7485a4;\n --aithe-primary-7: #5e708d;\n --aithe-primary-8: #4d5d76;\n --aithe-primary-9: #404d61;\n --aithe-primary-10: #313a48;\n --aithe-success-1: #eff7f3;\n --aithe-success-2: #dcefe4;\n --aithe-success-3: #badfc9;\n --aithe-success-4: #97cfac;\n --aithe-success-5: #73bd90;\n --aithe-success-6: #5aa277;\n --aithe-success-7: #4a8461;\n --aithe-success-8: #3d6950;\n --aithe-success-9: #335543;\n --aithe-success-10: #294437;\n --aithe-warning-1: #f9f4ea;\n --aithe-warning-2: #f3e8cf;\n --aithe-warning-3: #e8d3a3;\n --aithe-warning-4: #dbbb79;\n --aithe-warning-5: #c7a05b;\n --aithe-warning-6: #ab8442;\n --aithe-warning-7: #8d6a33;\n --aithe-warning-8: #72532a;\n --aithe-warning-9: #5b4324;\n --aithe-warning-10: #49371f;\n --aithe-danger-1: #faf1f2;\n --aithe-danger-2: #f2dfe2;\n --aithe-danger-3: #e8c3c9;\n --aithe-danger-4: #dba0a9;\n --aithe-danger-5: #c97d88;\n --aithe-danger-6: #b0626d;\n --aithe-danger-7: #924f59;\n --aithe-danger-8: #764149;\n --aithe-danger-9: #60363d;\n --aithe-danger-10: #4d2c31;\n --aithe-neutral-1: #fafbfc;\n --aithe-neutral-2: #f0f2f5;\n --aithe-neutral-3: #dfe4ea;\n --aithe-neutral-4: #c8d0db;\n --aithe-neutral-5: #adb7c6;\n --aithe-neutral-6: #8f99aa;\n --aithe-neutral-7: #717b8d;\n --aithe-neutral-8: #566070;\n --aithe-neutral-9: #3d4654;\n --aithe-neutral-10: #252d36;\n --aithe-color-bg: #f1f3f6;\n --aithe-color-bg-subtle: linear-gradient(180deg, #f6f8fa 0%, #edf0f4 100%);\n --aithe-color-surface: rgba(255, 255, 255, 0.84);\n --aithe-color-surface-elevated: rgba(255, 255, 255, 0.96);\n --aithe-color-surface-muted: #e8ecf2;\n --aithe-color-border: rgba(76, 84, 98, 0.18);\n --aithe-color-border-strong: rgba(55, 62, 72, 0.28);\n --aithe-color-text: #1a202c;\n --aithe-color-text-muted: #4a5468;\n --aithe-color-text-subtle: #788298;\n --aithe-color-overlay: rgba(28, 31, 37, 0.48);\n --aithe-color-selection: rgba(116, 133, 164, 0.20);\n --aithe-color-focus-ring: rgba(116, 133, 164, 0.36);\n --aithe-color-text-on-primary: #ffffff;\n --aithe-code-keyword: #6b7280;\n --aithe-code-boolean: #78716c;\n --aithe-code-builtin: #64748b;\n --aithe-code-number: #78716c;\n --aithe-code-string: #4b5563;\n --aithe-code-function: #64748b;\n --aithe-code-type: #57534e;\n --aithe-code-preprocessor: #6b7280;\n --aithe-code-tag: #6b7280;\n --aithe-code-attr: #78716c;\n --aithe-code-key: #6b7280;\n --aithe-code-punctuation: #5c6bc0;\n --aithe-code-entity: #78716c;\n --aithe-code-comment: #788298;\n --aithe-code-doctype: #788298;\n --aithe-code-placeholder: #788298;\n}\n\n\n.aithe-theme-blue,\n[data-aithe-theme='blue'] {\n color-scheme: light;\n --aithe-primary-1: #eaf3ff;\n --aithe-primary-2: #d2e4ff;\n --aithe-primary-3: #aacbff;\n --aithe-primary-4: #79acff;\n --aithe-primary-5: #518fff;\n --aithe-primary-6: #2c73f6;\n --aithe-primary-7: #245dd0;\n --aithe-primary-8: #234ca6;\n --aithe-primary-9: #213f81;\n --aithe-primary-10: #1f3365;\n --aithe-success-1: #effcf7;\n --aithe-success-2: #d2f5e4;\n --aithe-success-3: #afead0;\n --aithe-success-4: #7fd5af;\n --aithe-success-5: #59bd92;\n --aithe-success-6: #3aa478;\n --aithe-success-7: #2d8964;\n --aithe-success-8: #266f53;\n --aithe-success-9: #215a45;\n --aithe-success-10: #1b4938;\n --aithe-warning-1: #fff8e9;\n --aithe-warning-2: #ffefc7;\n --aithe-warning-3: #ffdd90;\n --aithe-warning-4: #ffc45c;\n --aithe-warning-5: #f2aa3d;\n --aithe-warning-6: #d38b25;\n --aithe-warning-7: #af6e1b;\n --aithe-warning-8: #8e5718;\n --aithe-warning-9: #724618;\n --aithe-warning-10: #5b3815;\n --aithe-danger-1: #fff0f3;\n --aithe-danger-2: #ffdbe2;\n --aithe-danger-3: #ffbbc8;\n --aithe-danger-4: #ff8fa1;\n --aithe-danger-5: #f66a80;\n --aithe-danger-6: #de5069;\n --aithe-danger-7: #bd3f56;\n --aithe-danger-8: #99354a;\n --aithe-danger-9: #7c2f3f;\n --aithe-danger-10: #632837;\n --aithe-neutral-1: #f4f7fc;\n --aithe-neutral-2: #e8edf6;\n --aithe-neutral-3: #d3dcf0;\n --aithe-neutral-4: #b5c3e2;\n --aithe-neutral-5: #95a5cf;\n --aithe-neutral-6: #7688b8;\n --aithe-neutral-7: #5a6d9e;\n --aithe-neutral-8: #425580;\n --aithe-neutral-9: #2c3d5e;\n --aithe-neutral-10: #1a2740;\n --aithe-color-bg: #eef3fc;\n --aithe-color-bg-subtle: linear-gradient(180deg, #f4f9ff 0%, #e6edf8 100%);\n --aithe-color-surface: rgba(255, 255, 255, 0.86);\n --aithe-color-surface-elevated: rgba(255, 255, 255, 0.98);\n --aithe-color-surface-muted: #e0e8f6;\n --aithe-color-border: rgba(44, 115, 246, 0.18);\n --aithe-color-border-strong: rgba(44, 115, 246, 0.30);\n --aithe-color-text: #0e1628;\n --aithe-color-text-muted: #3a4e72;\n --aithe-color-text-subtle: #6a7e9e;\n --aithe-color-overlay: rgba(9, 17, 31, 0.48);\n --aithe-color-selection: rgba(44, 115, 246, 0.18);\n --aithe-color-focus-ring: rgba(44, 115, 246, 0.38);\n --aithe-color-text-on-primary: #ffffff;\n --aithe-code-keyword: #7c3aed;\n --aithe-code-boolean: #b45309;\n --aithe-code-builtin: #2563eb;\n --aithe-code-number: #b45309;\n --aithe-code-string: #15803d;\n --aithe-code-function: #2563eb;\n --aithe-code-type: #a16207;\n --aithe-code-preprocessor: #7c3aed;\n --aithe-code-tag: #dc2626;\n --aithe-code-attr: #b45309;\n --aithe-code-key: #dc2626;\n --aithe-code-punctuation: #5c6bc0;\n --aithe-code-entity: #b45309;\n --aithe-code-comment: #94a3b8;\n --aithe-code-doctype: #94a3b8;\n --aithe-code-placeholder: #94a3b8;\n}\n\n\n.aithe-theme-festive,\n[data-aithe-theme='festive'] {\n color-scheme: light;\n --aithe-primary-1: #fff5f5;\n --aithe-primary-2: #ffe8e6;\n --aithe-primary-3: #ffd4cf;\n --aithe-primary-4: #ffb3aa;\n --aithe-primary-5: #ff8c80;\n --aithe-primary-6: #f5313d;\n --aithe-primary-7: #d91a2a;\n --aithe-primary-8: #b51020;\n --aithe-primary-9: #8e0a18;\n --aithe-primary-10: #660612;\n --aithe-success-1: #f4fce8;\n --aithe-success-2: #e2f5c8;\n --aithe-success-3: #c5eca0;\n --aithe-success-4: #9ede6a;\n --aithe-success-5: #7acd42;\n --aithe-success-6: #5cb32a;\n --aithe-success-7: #46941e;\n --aithe-success-8: #367618;\n --aithe-success-9: #2a5c14;\n --aithe-success-10: #1f4410;\n --aithe-warning-1: #fffbf0;\n --aithe-warning-2: #fff1cc;\n --aithe-warning-3: #ffe4a0;\n --aithe-warning-4: #ffd470;\n --aithe-warning-5: #f5c242;\n --aithe-warning-6: #d4a017;\n --aithe-warning-7: #b8860b;\n --aithe-warning-8: #8c6d0f;\n --aithe-warning-9: #6b4f0a;\n --aithe-warning-10: #493506;\n --aithe-danger-1: #fff1f0;\n --aithe-danger-2: #ffccc7;\n --aithe-danger-3: #ffa39e;\n --aithe-danger-4: #ff7875;\n --aithe-danger-5: #ff4d4f;\n --aithe-danger-6: #d91a2a;\n --aithe-danger-7: #b51020;\n --aithe-danger-8: #8e0a18;\n --aithe-danger-9: #660612;\n --aithe-danger-10: #44040c;\n --aithe-neutral-1: #fdfbfa;\n --aithe-neutral-2: #f8f3f1;\n --aithe-neutral-3: #efe6e2;\n --aithe-neutral-4: #ddd0c8;\n --aithe-neutral-5: #c4b2a6;\n --aithe-neutral-6: #a89486;\n --aithe-neutral-7: #8a766a;\n --aithe-neutral-8: #665850;\n --aithe-neutral-9: #423a36;\n --aithe-neutral-10: #221e1c;\n --aithe-color-bg: #fef8f5;\n --aithe-color-bg-subtle: linear-gradient(180deg, #fffbf9 0%, #fef3ed 100%);\n --aithe-color-surface: rgba(255, 253, 251, 0.90);\n --aithe-color-surface-elevated: rgba(255, 255, 255, 0.98);\n --aithe-color-surface-muted: #f8ede6;\n --aithe-color-border: rgba(180, 80, 50, 0.16);\n --aithe-color-border-strong: rgba(160, 60, 35, 0.26);\n --aithe-color-text: #2c1014;\n --aithe-color-text-muted: #6e3a3a;\n --aithe-color-text-subtle: #9a6e68;\n --aithe-color-overlay: rgba(36, 8, 8, 0.48);\n --aithe-color-selection: rgba(245, 49, 61, 0.14);\n --aithe-color-focus-ring: rgba(245, 49, 61, 0.34);\n --aithe-color-text-on-primary: #ffffff;\n --aithe-code-keyword: #9333ea;\n --aithe-code-boolean: #c2410c;\n --aithe-code-builtin: #dc2626;\n --aithe-code-number: #c2410c;\n --aithe-code-string: #16a34a;\n --aithe-code-function: #dc2626;\n --aithe-code-type: #b45309;\n --aithe-code-preprocessor: #9333ea;\n --aithe-code-tag: #be123c;\n --aithe-code-attr: #c2410c;\n --aithe-code-key: #be123c;\n --aithe-code-punctuation: #6a5acd;\n --aithe-code-entity: #c2410c;\n --aithe-code-comment: #a8a29e;\n --aithe-code-doctype: #a8a29e;\n --aithe-code-placeholder: #a8a29e;\n}\n\n\n.aithe-theme-orange,\n[data-aithe-theme='orange'] {\n color-scheme: light;\n --aithe-primary-1: #fff7e6;\n --aithe-primary-2: #ffe8c1;\n --aithe-primary-3: #ffd591;\n --aithe-primary-4: #ffba5c;\n --aithe-primary-5: #ff9c2e;\n --aithe-primary-6: #e87a18;\n --aithe-primary-7: #c45e0a;\n --aithe-primary-8: #9e4808;\n --aithe-primary-9: #7a3606;\n --aithe-primary-10: #562504;\n --aithe-success-1: #f0faf2;\n --aithe-success-2: #d8f0dc;\n --aithe-success-3: #b3e2bb;\n --aithe-success-4: #7dce8c;\n --aithe-success-5: #4db866;\n --aithe-success-6: #2f9e4a;\n --aithe-success-7: #1f8138;\n --aithe-success-8: #18652e;\n --aithe-success-9: #124e24;\n --aithe-success-10: #0c381a;\n --aithe-warning-1: #fffbe6;\n --aithe-warning-2: #fff3c4;\n --aithe-warning-3: #ffe78a;\n --aithe-warning-4: #ffd84d;\n --aithe-warning-5: #f0c020;\n --aithe-warning-6: #c89e14;\n --aithe-warning-7: #a47e0e;\n --aithe-warning-8: #7f610a;\n --aithe-warning-9: #5c4608;\n --aithe-warning-10: #3d2f05;\n --aithe-danger-1: #fff1f0;\n --aithe-danger-2: #ffddd9;\n --aithe-danger-3: #ffc0b8;\n --aithe-danger-4: #ff9a8e;\n --aithe-danger-5: #f07068;\n --aithe-danger-6: #d44844;\n --aithe-danger-7: #b02e2c;\n --aithe-danger-8: #8c201e;\n --aithe-danger-9: #6a1616;\n --aithe-danger-10: #4a0e0e;\n --aithe-neutral-1: #faf9f7;\n --aithe-neutral-2: #f2efeb;\n --aithe-neutral-3: #e6e0d8;\n --aithe-neutral-4: #d0c7ba;\n --aithe-neutral-5: #b3a794;\n --aithe-neutral-6: #948774;\n --aithe-neutral-7: #746a5c;\n --aithe-neutral-8: #544c42;\n --aithe-neutral-9: #36302a;\n --aithe-neutral-10: #1c1814;\n --aithe-color-bg: #faf2e8;\n --aithe-color-bg-subtle: linear-gradient(180deg, #fef7ee 0%, #f5ecde 100%);\n --aithe-color-surface: rgba(255, 252, 248, 0.88);\n --aithe-color-surface-elevated: rgba(255, 255, 255, 0.98);\n --aithe-color-surface-muted: #f0e6d8;\n --aithe-color-border: rgba(160, 110, 50, 0.18);\n --aithe-color-border-strong: rgba(140, 85, 30, 0.28);\n --aithe-color-text: #261a0e;\n --aithe-color-text-muted: #62482e;\n --aithe-color-text-subtle: #927856;\n --aithe-color-overlay: rgba(30, 18, 5, 0.48);\n --aithe-color-selection: rgba(232, 122, 24, 0.16);\n --aithe-color-focus-ring: rgba(232, 122, 24, 0.36);\n --aithe-color-text-on-primary: #ffffff;\n --aithe-code-keyword: #9333ea;\n --aithe-code-boolean: #b45309;\n --aithe-code-builtin: #c2410c;\n --aithe-code-number: #b45309;\n --aithe-code-string: #15803d;\n --aithe-code-function: #c2410c;\n --aithe-code-type: #a16207;\n --aithe-code-preprocessor: #9333ea;\n --aithe-code-tag: #dc2626;\n --aithe-code-attr: #b45309;\n --aithe-code-key: #dc2626;\n --aithe-code-punctuation: #5c6bc0;\n --aithe-code-entity: #b45309;\n --aithe-code-comment: #a8a29e;\n --aithe-code-doctype: #a8a29e;\n --aithe-code-placeholder: #a8a29e;\n}\n\n\n.aithe-theme-purple,\n[data-aithe-theme='purple'] {\n color-scheme: light;\n --aithe-primary-1: #f5f0ff;\n --aithe-primary-2: #e8dbff;\n --aithe-primary-3: #d3bfff;\n --aithe-primary-4: #b899ff;\n --aithe-primary-5: #9b6ff5;\n --aithe-primary-6: #7c4de0;\n --aithe-primary-7: #6334c0;\n --aithe-primary-8: #4e259e;\n --aithe-primary-9: #3b1a7a;\n --aithe-primary-10: #281056;\n --aithe-success-1: #f0faf4;\n --aithe-success-2: #d6f0e0;\n --aithe-success-3: #aee0be;\n --aithe-success-4: #78cc96;\n --aithe-success-5: #4db872;\n --aithe-success-6: #2f9e56;\n --aithe-success-7: #1f8040;\n --aithe-success-8: #186432;\n --aithe-success-9: #124c26;\n --aithe-success-10: #0c361a;\n --aithe-warning-1: #fff9f0;\n --aithe-warning-2: #ffefcc;\n --aithe-warning-3: #ffe0a0;\n --aithe-warning-4: #ffcc6a;\n --aithe-warning-5: #f0b030;\n --aithe-warning-6: #c89018;\n --aithe-warning-7: #a07010;\n --aithe-warning-8: #7a550c;\n --aithe-warning-9: #563e08;\n --aithe-warning-10: #3a2a05;\n --aithe-danger-1: #fff2f4;\n --aithe-danger-2: #ffdde3;\n --aithe-danger-3: #ffc0cc;\n --aithe-danger-4: #ff96aa;\n --aithe-danger-5: #f06888;\n --aithe-danger-6: #d44068;\n --aithe-danger-7: #b02450;\n --aithe-danger-8: #8c183e;\n --aithe-danger-9: #6a1030;\n --aithe-danger-10: #480a20;\n --aithe-neutral-1: #f8f7fa;\n --aithe-neutral-2: #eeeef4;\n --aithe-neutral-3: #dddde8;\n --aithe-neutral-4: #c4c3d4;\n --aithe-neutral-5: #a8a6bc;\n --aithe-neutral-6: #8a88a0;\n --aithe-neutral-7: #6c6a82;\n --aithe-neutral-8: #504e64;\n --aithe-neutral-9: #343246;\n --aithe-neutral-10: #1a1926;\n --aithe-color-bg: #eeeaf6;\n --aithe-color-bg-subtle: linear-gradient(180deg, #f5f0fc 0%, #e6e0f2 100%);\n --aithe-color-surface: rgba(252, 250, 255, 0.88);\n --aithe-color-surface-elevated: rgba(255, 255, 255, 0.98);\n --aithe-color-surface-muted: #e4def0;\n --aithe-color-border: rgba(100, 70, 160, 0.18);\n --aithe-color-border-strong: rgba(80, 50, 140, 0.28);\n --aithe-color-text: #1a0e2e;\n --aithe-color-text-muted: #4a306e;\n --aithe-color-text-subtle: #7a609e;\n --aithe-color-overlay: rgba(18, 10, 36, 0.48);\n --aithe-color-selection: rgba(124, 77, 224, 0.16);\n --aithe-color-focus-ring: rgba(124, 77, 224, 0.36);\n --aithe-color-text-on-primary: #ffffff;\n --aithe-code-keyword: #7c3aed;\n --aithe-code-boolean: #b45309;\n --aithe-code-builtin: #6d28d9;\n --aithe-code-number: #b45309;\n --aithe-code-string: #15803d;\n --aithe-code-function: #6d28d9;\n --aithe-code-type: #a16207;\n --aithe-code-preprocessor: #7c3aed;\n --aithe-code-tag: #be185d;\n --aithe-code-attr: #b45309;\n --aithe-code-key: #be185d;\n --aithe-code-punctuation: #7c4dff;\n --aithe-code-entity: #b45309;\n --aithe-code-comment: #8b8aa0;\n --aithe-code-doctype: #8b8aa0;\n --aithe-code-placeholder: #8b8aa0;\n}\n\n\n.aithe-theme-pink,\n[data-aithe-theme='pink'] {\n color-scheme: light;\n --aithe-primary-1: #fff0f6;\n --aithe-primary-2: #ffdce8;\n --aithe-primary-3: #ffc0d6;\n --aithe-primary-4: #ff9ebe;\n --aithe-primary-5: #f574a8;\n --aithe-primary-6: #e04d8a;\n --aithe-primary-7: #c03070;\n --aithe-primary-8: #9e1e5a;\n --aithe-primary-9: #7a1246;\n --aithe-primary-10: #560a32;\n --aithe-success-1: #f0faf4;\n --aithe-success-2: #d6f0e0;\n --aithe-success-3: #aee0be;\n --aithe-success-4: #78cc96;\n --aithe-success-5: #4db872;\n --aithe-success-6: #2f9e56;\n --aithe-success-7: #1f8040;\n --aithe-success-8: #186432;\n --aithe-success-9: #124c26;\n --aithe-success-10: #0c361a;\n --aithe-warning-1: #fff9f0;\n --aithe-warning-2: #ffefcc;\n --aithe-warning-3: #ffe0a0;\n --aithe-warning-4: #ffcc6a;\n --aithe-warning-5: #f0b030;\n --aithe-warning-6: #c89018;\n --aithe-warning-7: #a07010;\n --aithe-warning-8: #7a550c;\n --aithe-warning-9: #563e08;\n --aithe-warning-10: #3a2a05;\n --aithe-danger-1: #fff2f4;\n --aithe-danger-2: #ffdde3;\n --aithe-danger-3: #ffc0cc;\n --aithe-danger-4: #ff96aa;\n --aithe-danger-5: #f06888;\n --aithe-danger-6: #d44068;\n --aithe-danger-7: #b02450;\n --aithe-danger-8: #8c183e;\n --aithe-danger-9: #6a1030;\n --aithe-danger-10: #480a20;\n --aithe-neutral-1: #faf8f9;\n --aithe-neutral-2: #f2eef0;\n --aithe-neutral-3: #e4dce0;\n --aithe-neutral-4: #cec0c8;\n --aithe-neutral-5: #b0a0aa;\n --aithe-neutral-6: #92828e;\n --aithe-neutral-7: #746474;\n --aithe-neutral-8: #564858;\n --aithe-neutral-9: #382e3a;\n --aithe-neutral-10: #1c161e;\n --aithe-color-bg: #faf0f4;\n --aithe-color-bg-subtle: linear-gradient(180deg, #fef6f9 0%, #f5e8ef 100%);\n --aithe-color-surface: rgba(255, 250, 252, 0.88);\n --aithe-color-surface-elevated: rgba(255, 255, 255, 0.98);\n --aithe-color-surface-muted: #f0e2ea;\n --aithe-color-border: rgba(160, 60, 100, 0.18);\n --aithe-color-border-strong: rgba(140, 40, 80, 0.28);\n --aithe-color-text: #2a0e1c;\n --aithe-color-text-muted: #643052;\n --aithe-color-text-subtle: #946282;\n --aithe-color-overlay: rgba(30, 10, 20, 0.48);\n --aithe-color-selection: rgba(224, 77, 138, 0.16);\n --aithe-color-focus-ring: rgba(224, 77, 138, 0.36);\n --aithe-color-text-on-primary: #ffffff;\n --aithe-code-keyword: #7c3aed;\n --aithe-code-boolean: #b45309;\n --aithe-code-builtin: #db2777;\n --aithe-code-number: #b45309;\n --aithe-code-string: #15803d;\n --aithe-code-function: #db2777;\n --aithe-code-type: #a16207;\n --aithe-code-preprocessor: #7c3aed;\n --aithe-code-tag: #be123c;\n --aithe-code-attr: #b45309;\n --aithe-code-key: #be123c;\n --aithe-code-punctuation: #7c4dff;\n --aithe-code-entity: #b45309;\n --aithe-code-comment: #92828e;\n --aithe-code-doctype: #92828e;\n --aithe-code-placeholder: #92828e;\n}\n\n\n.aithe-theme-teal,\n[data-aithe-theme='teal'] {\n color-scheme: light;\n --aithe-primary-1: #e6fffb;\n --aithe-primary-2: #b5f5ec;\n --aithe-primary-3: #87e8de;\n --aithe-primary-4: #5cdbd3;\n --aithe-primary-5: #36cfc9;\n --aithe-primary-6: #13a8a8;\n --aithe-primary-7: #088a8a;\n --aithe-primary-8: #006d6d;\n --aithe-primary-9: #005252;\n --aithe-primary-10: #003a3a;\n --aithe-success-1: #f0faf4;\n --aithe-success-2: #d6f0e0;\n --aithe-success-3: #aee0be;\n --aithe-success-4: #78cc96;\n --aithe-success-5: #4db872;\n --aithe-success-6: #2f9e56;\n --aithe-success-7: #1f8040;\n --aithe-success-8: #186432;\n --aithe-success-9: #124c26;\n --aithe-success-10: #0c361a;\n --aithe-warning-1: #fffbe6;\n --aithe-warning-2: #fff3c4;\n --aithe-warning-3: #ffe78a;\n --aithe-warning-4: #ffd84d;\n --aithe-warning-5: #f0c020;\n --aithe-warning-6: #c89e14;\n --aithe-warning-7: #a47e0e;\n --aithe-warning-8: #7f610a;\n --aithe-warning-9: #5c4608;\n --aithe-warning-10: #3d2f05;\n --aithe-danger-1: #fff1f0;\n --aithe-danger-2: #ffddd9;\n --aithe-danger-3: #ffc0b8;\n --aithe-danger-4: #ff9a8e;\n --aithe-danger-5: #f07068;\n --aithe-danger-6: #d44844;\n --aithe-danger-7: #b02e2c;\n --aithe-danger-8: #8c201e;\n --aithe-danger-9: #6a1616;\n --aithe-danger-10: #4a0e0e;\n --aithe-neutral-1: #f7faf9;\n --aithe-neutral-2: #ecf2f0;\n --aithe-neutral-3: #d8e6e2;\n --aithe-neutral-4: #bad0ca;\n --aithe-neutral-5: #9ab4ac;\n --aithe-neutral-6: #7c968e;\n --aithe-neutral-7: #5e7872;\n --aithe-neutral-8: #425a56;\n --aithe-neutral-9: #2a3e3a;\n --aithe-neutral-10: #162624;\n --aithe-color-bg: #ecf6f3;\n --aithe-color-bg-subtle: linear-gradient(180deg, #f0faf8 0%, #e4f2ee 100%);\n --aithe-color-surface: rgba(248, 254, 252, 0.88);\n --aithe-color-surface-elevated: rgba(255, 255, 255, 0.98);\n --aithe-color-surface-muted: #dceee8;\n --aithe-color-border: rgba(40, 120, 110, 0.18);\n --aithe-color-border-strong: rgba(30, 100, 90, 0.28);\n --aithe-color-text: #0a2622;\n --aithe-color-text-muted: #265a52;\n --aithe-color-text-subtle: #568a82;\n --aithe-color-overlay: rgba(5, 24, 22, 0.48);\n --aithe-color-selection: rgba(19, 168, 168, 0.16);\n --aithe-color-focus-ring: rgba(19, 168, 168, 0.36);\n --aithe-color-text-on-primary: #ffffff;\n --aithe-code-keyword: #7c3aed;\n --aithe-code-boolean: #b45309;\n --aithe-code-builtin: #0d9488;\n --aithe-code-number: #b45309;\n --aithe-code-string: #15803d;\n --aithe-code-function: #0d9488;\n --aithe-code-type: #a16207;\n --aithe-code-preprocessor: #7c3aed;\n --aithe-code-tag: #dc2626;\n --aithe-code-attr: #b45309;\n --aithe-code-key: #dc2626;\n --aithe-code-punctuation: #00897b;\n --aithe-code-entity: #b45309;\n --aithe-code-comment: #5e7872;\n --aithe-code-doctype: #5e7872;\n --aithe-code-placeholder: #5e7872;\n}\n\n\n.aithe-theme-indigo,\n[data-aithe-theme='indigo'] {\n color-scheme: light;\n --aithe-primary-1: #f0f0ff;\n --aithe-primary-2: #ddd8ff;\n --aithe-primary-3: #c0b8ff;\n --aithe-primary-4: #9e90ff;\n --aithe-primary-5: #7a68f0;\n --aithe-primary-6: #5c48d6;\n --aithe-primary-7: #4634b0;\n --aithe-primary-8: #34268a;\n --aithe-primary-9: #261a66;\n --aithe-primary-10: #1a1048;\n --aithe-success-1: #f0faf4;\n --aithe-success-2: #d6f0e0;\n --aithe-success-3: #aee0be;\n --aithe-success-4: #78cc96;\n --aithe-success-5: #4db872;\n --aithe-success-6: #2f9e56;\n --aithe-success-7: #1f8040;\n --aithe-success-8: #186432;\n --aithe-success-9: #124c26;\n --aithe-success-10: #0c361a;\n --aithe-warning-1: #fff9f0;\n --aithe-warning-2: #ffefcc;\n --aithe-warning-3: #ffe0a0;\n --aithe-warning-4: #ffcc6a;\n --aithe-warning-5: #f0b030;\n --aithe-warning-6: #c89018;\n --aithe-warning-7: #a07010;\n --aithe-warning-8: #7a550c;\n --aithe-warning-9: #563e08;\n --aithe-warning-10: #3a2a05;\n --aithe-danger-1: #fff2f4;\n --aithe-danger-2: #ffdde3;\n --aithe-danger-3: #ffc0cc;\n --aithe-danger-4: #ff96aa;\n --aithe-danger-5: #f06888;\n --aithe-danger-6: #d44068;\n --aithe-danger-7: #b02450;\n --aithe-danger-8: #8c183e;\n --aithe-danger-9: #6a1030;\n --aithe-danger-10: #480a20;\n --aithe-neutral-1: #f7f7fa;\n --aithe-neutral-2: #ededf2;\n --aithe-neutral-3: #d8d8e4;\n --aithe-neutral-4: #bcbcd0;\n --aithe-neutral-5: #9e9eb6;\n --aithe-neutral-6: #80809c;\n --aithe-neutral-7: #626280;\n --aithe-neutral-8: #484862;\n --aithe-neutral-9: #303044;\n --aithe-neutral-10: #18182a;\n --aithe-color-bg: #f0eef8;\n --aithe-color-bg-subtle: linear-gradient(180deg, #f6f4fc 0%, #e8e6f4 100%);\n --aithe-color-surface: rgba(250, 249, 255, 0.88);\n --aithe-color-surface-elevated: rgba(255, 255, 255, 0.98);\n --aithe-color-surface-muted: #e2e0f0;\n --aithe-color-border: rgba(70, 50, 160, 0.18);\n --aithe-color-border-strong: rgba(55, 35, 140, 0.28);\n --aithe-color-text: #120e2a;\n --aithe-color-text-muted: #382e68;\n --aithe-color-text-subtle: #685ea0;\n --aithe-color-overlay: rgba(10, 6, 30, 0.48);\n --aithe-color-selection: rgba(92, 72, 214, 0.16);\n --aithe-color-focus-ring: rgba(92, 72, 214, 0.36);\n --aithe-color-text-on-primary: #ffffff;\n --aithe-code-keyword: #7c3aed;\n --aithe-code-boolean: #b45309;\n --aithe-code-builtin: #4f46e5;\n --aithe-code-number: #b45309;\n --aithe-code-string: #15803d;\n --aithe-code-function: #4f46e5;\n --aithe-code-type: #a16207;\n --aithe-code-preprocessor: #7c3aed;\n --aithe-code-tag: #be185d;\n --aithe-code-attr: #b45309;\n --aithe-code-key: #be185d;\n --aithe-code-punctuation: #7c4dff;\n --aithe-code-entity: #b45309;\n --aithe-code-comment: #80809c;\n --aithe-code-doctype: #80809c;\n --aithe-code-placeholder: #80809c;\n}\n\n\n.aithe-theme-cyan,\n[data-aithe-theme='cyan'] {\n color-scheme: light;\n --aithe-primary-1: #e6fffe;\n --aithe-primary-2: #b5f5f2;\n --aithe-primary-3: #87e8e4;\n --aithe-primary-4: #5cdbd8;\n --aithe-primary-5: #36cfc9;\n --aithe-primary-6: #0ebfc7;\n --aithe-primary-7: #009da5;\n --aithe-primary-8: #007a82;\n --aithe-primary-9: #005a62;\n --aithe-primary-10: #003e44;\n --aithe-success-1: #edfaf6;\n --aithe-success-2: #cdf5e8;\n --aithe-success-3: #a0ebd0;\n --aithe-success-4: #6cdbb2;\n --aithe-success-5: #40c894;\n --aithe-success-6: #26ae78;\n --aithe-success-7: #1d8f62;\n --aithe-success-8: #19724f;\n --aithe-success-9: #165b40;\n --aithe-success-10: #114733;\n --aithe-warning-1: #fffbe6;\n --aithe-warning-2: #fff3c4;\n --aithe-warning-3: #ffe78a;\n --aithe-warning-4: #ffd84d;\n --aithe-warning-5: #f0c020;\n --aithe-warning-6: #c89e14;\n --aithe-warning-7: #a47e0e;\n --aithe-warning-8: #7f610a;\n --aithe-warning-9: #5c4608;\n --aithe-warning-10: #3d2f05;\n --aithe-danger-1: #fff0f2;\n --aithe-danger-2: #ffdbdf;\n --aithe-danger-3: #ffbac2;\n --aithe-danger-4: #ff929e;\n --aithe-danger-5: #f06a7a;\n --aithe-danger-6: #d44c5e;\n --aithe-danger-7: #b03446;\n --aithe-danger-8: #8c2436;\n --aithe-danger-9: #6a1a2a;\n --aithe-danger-10: #4a101e;\n --aithe-neutral-1: #f6fafb;\n --aithe-neutral-2: #eaf2f4;\n --aithe-neutral-3: #d4e4e8;\n --aithe-neutral-4: #b4ccd4;\n --aithe-neutral-5: #92b0ba;\n --aithe-neutral-6: #74949e;\n --aithe-neutral-7: #587882;\n --aithe-neutral-8: #3e5c66;\n --aithe-neutral-9: #284048;\n --aithe-neutral-10: #14282e;\n --aithe-color-bg: #ecf7f8;\n --aithe-color-bg-subtle: linear-gradient(180deg, #f2fbfc 0%, #e4f2f4 100%);\n --aithe-color-surface: rgba(248, 254, 255, 0.86);\n --aithe-color-surface-elevated: rgba(255, 255, 255, 0.98);\n --aithe-color-surface-muted: #d8edf0;\n --aithe-color-border: rgba(30, 130, 150, 0.18);\n --aithe-color-border-strong: rgba(20, 110, 130, 0.28);\n --aithe-color-text: #0a1e24;\n --aithe-color-text-muted: #26525e;\n --aithe-color-text-subtle: #56828e;\n --aithe-color-overlay: rgba(4, 20, 24, 0.48);\n --aithe-color-selection: rgba(14, 191, 199, 0.16);\n --aithe-color-focus-ring: rgba(14, 191, 199, 0.36);\n --aithe-color-text-on-primary: #1a1a2e;\n --aithe-code-keyword: #7c3aed;\n --aithe-code-boolean: #b45309;\n --aithe-code-builtin: #0891b2;\n --aithe-code-number: #b45309;\n --aithe-code-string: #15803d;\n --aithe-code-function: #0891b2;\n --aithe-code-type: #a16207;\n --aithe-code-preprocessor: #7c3aed;\n --aithe-code-tag: #dc2626;\n --aithe-code-attr: #b45309;\n --aithe-code-key: #dc2626;\n --aithe-code-punctuation: #0097a7;\n --aithe-code-entity: #b45309;\n --aithe-code-comment: #587882;\n --aithe-code-doctype: #587882;\n --aithe-code-placeholder: #587882;\n}\n\n\n.aithe-theme-amber,\n[data-aithe-theme='amber'] {\n color-scheme: light;\n --aithe-primary-1: #fffbe6;\n --aithe-primary-2: #fff3c4;\n --aithe-primary-3: #ffe78a;\n --aithe-primary-4: #ffd84d;\n --aithe-primary-5: #f0c020;\n --aithe-primary-6: #d4a010;\n --aithe-primary-7: #b08008;\n --aithe-primary-8: #8c6206;\n --aithe-primary-9: #6a4a04;\n --aithe-primary-10: #483202;\n --aithe-success-1: #f2faf1;\n --aithe-success-2: #daf0d6;\n --aithe-success-3: #b6e0ae;\n --aithe-success-4: #84cc78;\n --aithe-success-5: #5ab84e;\n --aithe-success-6: #3a9e32;\n --aithe-success-7: #2c8028;\n --aithe-success-8: #236421;\n --aithe-success-9: #1b4c1a;\n --aithe-success-10: #143613;\n --aithe-warning-1: #fff9f0;\n --aithe-warning-2: #ffefcc;\n --aithe-warning-3: #ffe0a0;\n --aithe-warning-4: #ffcc6a;\n --aithe-warning-5: #f0b030;\n --aithe-warning-6: #c89018;\n --aithe-warning-7: #a07010;\n --aithe-warning-8: #7a550c;\n --aithe-warning-9: #563e08;\n --aithe-warning-10: #3a2a05;\n --aithe-danger-1: #fff1f0;\n --aithe-danger-2: #ffddd9;\n --aithe-danger-3: #ffc0b8;\n --aithe-danger-4: #ff9a8e;\n --aithe-danger-5: #f07068;\n --aithe-danger-6: #d44844;\n --aithe-danger-7: #b02e2c;\n --aithe-danger-8: #8c201e;\n --aithe-danger-9: #6a1616;\n --aithe-danger-10: #4a0e0e;\n --aithe-neutral-1: #faf9f5;\n --aithe-neutral-2: #f2efe6;\n --aithe-neutral-3: #e4ded2;\n --aithe-neutral-4: #cec4b2;\n --aithe-neutral-5: #b0a48e;\n --aithe-neutral-6: #928872;\n --aithe-neutral-7: #746c5c;\n --aithe-neutral-8: #565044;\n --aithe-neutral-9: #38342c;\n --aithe-neutral-10: #1c1a14;\n --aithe-color-bg: #fdfaf2;\n --aithe-color-bg-subtle: linear-gradient(180deg, #fffdf6 0%, #faf4e6 100%);\n --aithe-color-surface: rgba(255, 254, 248, 0.86);\n --aithe-color-surface-elevated: rgba(255, 255, 255, 0.98);\n --aithe-color-surface-muted: #f2ead8;\n --aithe-color-border: rgba(140, 100, 30, 0.18);\n --aithe-color-border-strong: rgba(120, 80, 20, 0.28);\n --aithe-color-text: #2a2210;\n --aithe-color-text-muted: #6e5a2e;\n --aithe-color-text-subtle: #9e8a5a;\n --aithe-color-overlay: rgba(24, 18, 4, 0.48);\n --aithe-color-selection: rgba(212, 160, 16, 0.16);\n --aithe-color-focus-ring: rgba(212, 160, 16, 0.36);\n --aithe-color-text-on-primary: #ffffff;\n --aithe-code-keyword: #7c3aed;\n --aithe-code-boolean: #92400e;\n --aithe-code-builtin: #b45309;\n --aithe-code-number: #92400e;\n --aithe-code-string: #15803d;\n --aithe-code-function: #b45309;\n --aithe-code-type: #78350f;\n --aithe-code-preprocessor: #7c3aed;\n --aithe-code-tag: #dc2626;\n --aithe-code-attr: #92400e;\n --aithe-code-key: #dc2626;\n --aithe-code-punctuation: #5c6bc0;\n --aithe-code-entity: #92400e;\n --aithe-code-comment: #746c5c;\n --aithe-code-doctype: #746c5c;\n --aithe-code-placeholder: #746c5c;\n}\n\n\n.aithe-theme-charcoal,\n[data-aithe-theme='charcoal'] {\n color-scheme: dark;\n --aithe-primary-1: #f2f0ff;\n --aithe-primary-2: #ddd8ff;\n --aithe-primary-3: #c0b8ff;\n --aithe-primary-4: #9e90ff;\n --aithe-primary-5: #7e6ef0;\n --aithe-primary-6: #6454d4;\n --aithe-primary-7: #5040ae;\n --aithe-primary-8: #3e308c;\n --aithe-primary-9: #30246c;\n --aithe-primary-10: #241a50;\n --aithe-success-1: #f0fcee;\n --aithe-success-2: #d2f5cc;\n --aithe-success-3: #aeeaa0;\n --aithe-success-4: #80da6e;\n --aithe-success-5: #5ac648;\n --aithe-success-6: #3eae30;\n --aithe-success-7: #2e9024;\n --aithe-success-8: #22721c;\n --aithe-success-9: #1a5a16;\n --aithe-success-10: #144610;\n --aithe-warning-1: #fff9eb;\n --aithe-warning-2: #fff0c4;\n --aithe-warning-3: #ffe08e;\n --aithe-warning-4: #ffcc5a;\n --aithe-warning-5: #f0b43e;\n --aithe-warning-6: #d09426;\n --aithe-warning-7: #ac761a;\n --aithe-warning-8: #8a5c16;\n --aithe-warning-9: #6e4a14;\n --aithe-warning-10: #583810;\n --aithe-danger-1: #fff1f0;\n --aithe-danger-2: #ffddd9;\n --aithe-danger-3: #ffc0b8;\n --aithe-danger-4: #ff9a8e;\n --aithe-danger-5: #f07068;\n --aithe-danger-6: #d44844;\n --aithe-danger-7: #b02e2c;\n --aithe-danger-8: #8c201e;\n --aithe-danger-9: #6a1616;\n --aithe-danger-10: #4a0e0e;\n --aithe-neutral-1: #f0eeec;\n --aithe-neutral-2: #d6d2ce;\n --aithe-neutral-3: #b4aea8;\n --aithe-neutral-4: #928a82;\n --aithe-neutral-5: #746c64;\n --aithe-neutral-6: #5a544c;\n --aithe-neutral-7: #423e38;\n --aithe-neutral-8: #302c28;\n --aithe-neutral-9: #201e1a;\n --aithe-neutral-10: #121110;\n --aithe-color-bg: #181614;\n --aithe-color-bg-subtle: radial-gradient(circle at top, rgba(100, 80, 60, 0.16) 0%, rgba(24, 22, 20, 1) 55%);\n --aithe-color-surface: rgba(28, 26, 24, 0.84);\n --aithe-color-surface-elevated: rgba(36, 34, 30, 0.96);\n --aithe-color-surface-muted: #222018;\n --aithe-color-border: rgba(180, 160, 140, 0.17);\n --aithe-color-border-strong: rgba(200, 180, 160, 0.25);\n --aithe-color-text: #f0ece8;\n --aithe-color-text-muted: #a8a096;\n --aithe-color-text-subtle: #847c74;\n --aithe-color-overlay: rgba(8, 6, 4, 0.66);\n --aithe-color-selection: rgba(100, 84, 212, 0.22);\n --aithe-color-focus-ring: rgba(100, 84, 212, 0.40);\n --aithe-shadow-1: 0 8px 18px rgba(0, 0, 0, 0.24);\n --aithe-shadow-2: 0 14px 34px rgba(0, 0, 0, 0.30);\n --aithe-shadow-3: 0 20px 44px rgba(0, 0, 0, 0.36);\n --aithe-shadow-4: 0 24px 56px rgba(0, 0, 0, 0.42);\n --aithe-shadow-5: 0 30px 72px rgba(0, 0, 0, 0.48);\n --aithe-color-text-on-primary: #ffffff;\n --aithe-code-keyword: #c678dd;\n --aithe-code-boolean: #d19a66;\n --aithe-code-builtin: #e5c07b;\n --aithe-code-number: #d19a66;\n --aithe-code-string: #98c379;\n --aithe-code-function: #61afef;\n --aithe-code-type: #e5c07b;\n --aithe-code-preprocessor: #c678dd;\n --aithe-code-tag: #e06c75;\n --aithe-code-attr: #d19a66;\n --aithe-code-key: #e06c75;\n --aithe-code-punctuation: #89ddff;\n --aithe-code-entity: #d19a66;\n --aithe-code-comment: #5a544c;\n --aithe-code-doctype: #5a544c;\n --aithe-code-placeholder: #5a544c;\n}\n\n\n.aithe-theme-ebony,\n[data-aithe-theme='ebony'] {\n color-scheme: dark;\n --aithe-primary-1: #f4f0f8;\n --aithe-primary-2: #e0d8f0;\n --aithe-primary-3: #c4b4e0;\n --aithe-primary-4: #a48cc8;\n --aithe-primary-5: #8468b0;\n --aithe-primary-6: #6a5094;\n --aithe-primary-7: #544078;\n --aithe-primary-8: #403260;\n --aithe-primary-9: #30264a;\n --aithe-primary-10: #221c38;\n --aithe-success-1: #f0fcee;\n --aithe-success-2: #d2f5cc;\n --aithe-success-3: #aeeaa0;\n --aithe-success-4: #80da6e;\n --aithe-success-5: #5ac648;\n --aithe-success-6: #3eae30;\n --aithe-success-7: #2e9024;\n --aithe-success-8: #22721c;\n --aithe-success-9: #1a5a16;\n --aithe-success-10: #144610;\n --aithe-warning-1: #fff9eb;\n --aithe-warning-2: #fff0c4;\n --aithe-warning-3: #ffe08e;\n --aithe-warning-4: #ffcc5a;\n --aithe-warning-5: #f0b43e;\n --aithe-warning-6: #d09426;\n --aithe-warning-7: #ac761a;\n --aithe-warning-8: #8a5c16;\n --aithe-warning-9: #6e4a14;\n --aithe-warning-10: #583810;\n --aithe-danger-1: #fff1f0;\n --aithe-danger-2: #ffddd9;\n --aithe-danger-3: #ffc0b8;\n --aithe-danger-4: #ff9a8e;\n --aithe-danger-5: #f07068;\n --aithe-danger-6: #d44844;\n --aithe-danger-7: #b02e2c;\n --aithe-danger-8: #8c201e;\n --aithe-danger-9: #6a1616;\n --aithe-danger-10: #4a0e0e;\n --aithe-neutral-1: #f0ece8;\n --aithe-neutral-2: #d4ccc4;\n --aithe-neutral-3: #b0a498;\n --aithe-neutral-4: #8c7e72;\n --aithe-neutral-5: #6e6258;\n --aithe-neutral-6: #544c44;\n --aithe-neutral-7: #3e3832;\n --aithe-neutral-8: #2c2822;\n --aithe-neutral-9: #1c1a16;\n --aithe-neutral-10: #0e0c0a;\n --aithe-color-bg: #0c0a08;\n --aithe-color-bg-subtle: radial-gradient(circle at top, rgba(90, 60, 100, 0.14) 0%, rgba(12, 10, 8, 1) 55%);\n --aithe-color-surface: rgba(16, 14, 12, 0.86);\n --aithe-color-surface-elevated: rgba(22, 20, 18, 0.96);\n --aithe-color-surface-muted: #181614;\n --aithe-color-border: rgba(160, 140, 130, 0.17);\n --aithe-color-border-strong: rgba(180, 160, 150, 0.25);\n --aithe-color-text: #ece6e0;\n --aithe-color-text-muted: #a09080;\n --aithe-color-text-subtle: #786c60;\n --aithe-color-overlay: rgba(4, 2, 0, 0.70);\n --aithe-color-selection: rgba(106, 80, 148, 0.20);\n --aithe-color-focus-ring: rgba(106, 80, 148, 0.38);\n --aithe-shadow-1: 0 8px 18px rgba(0, 0, 0, 0.28);\n --aithe-shadow-2: 0 14px 34px rgba(0, 0, 0, 0.34);\n --aithe-shadow-3: 0 20px 44px rgba(0, 0, 0, 0.40);\n --aithe-shadow-4: 0 24px 56px rgba(0, 0, 0, 0.46);\n --aithe-shadow-5: 0 30px 72px rgba(0, 0, 0, 0.52);\n --aithe-color-text-on-primary: #ffffff;\n --aithe-code-keyword: #c678dd;\n --aithe-code-boolean: #d19a66;\n --aithe-code-builtin: #a48cc8;\n --aithe-code-number: #d19a66;\n --aithe-code-string: #98c379;\n --aithe-code-function: #61afef;\n --aithe-code-type: #e5c07b;\n --aithe-code-preprocessor: #c678dd;\n --aithe-code-tag: #e06c75;\n --aithe-code-attr: #d19a66;\n --aithe-code-key: #e06c75;\n --aithe-code-punctuation: #89ddff;\n --aithe-code-entity: #d19a66;\n --aithe-code-comment: #3e3832;\n --aithe-code-doctype: #3e3832;\n --aithe-code-placeholder: #3e3832;\n}\n\n\n.aithe-theme-graphite,\n[data-aithe-theme='graphite'] {\n color-scheme: dark;\n --aithe-primary-1: #f0f2f8;\n --aithe-primary-2: #d6dcf0;\n --aithe-primary-3: #b0bce4;\n --aithe-primary-4: #8498d4;\n --aithe-primary-5: #6278c0;\n --aithe-primary-6: #4c60a6;\n --aithe-primary-7: #3c4e88;\n --aithe-primary-8: #2e3e6c;\n --aithe-primary-9: #223054;\n --aithe-primary-10: #182240;\n --aithe-success-1: #edfcf6;\n --aithe-success-2: #c9f5e0;\n --aithe-success-3: #9cecc4;\n --aithe-success-4: #6cd8a2;\n --aithe-success-5: #44c084;\n --aithe-success-6: #2ea86c;\n --aithe-success-7: #228c58;\n --aithe-success-8: #1a7046;\n --aithe-success-9: #145a38;\n --aithe-success-10: #10482e;\n --aithe-warning-1: #fff9eb;\n --aithe-warning-2: #ffefc4;\n --aithe-warning-3: #ffde8e;\n --aithe-warning-4: #ffc95a;\n --aithe-warning-5: #f0b03e;\n --aithe-warning-6: #d08e26;\n --aithe-warning-7: #ac701a;\n --aithe-warning-8: #8a5816;\n --aithe-warning-9: #6e4614;\n --aithe-warning-10: #583610;\n --aithe-danger-1: #fff1f4;\n --aithe-danger-2: #ffdce2;\n --aithe-danger-3: #ffbcc8;\n --aithe-danger-4: #ff92a4;\n --aithe-danger-5: #f86c83;\n --aithe-danger-6: #df526b;\n --aithe-danger-7: #be4159;\n --aithe-danger-8: #99354a;\n --aithe-danger-9: #7a2d3d;\n --aithe-danger-10: #612634;\n --aithe-neutral-1: #eef0f4;\n --aithe-neutral-2: #d2d6de;\n --aithe-neutral-3: #b0b6c4;\n --aithe-neutral-4: #8c94a8;\n --aithe-neutral-5: #6c748c;\n --aithe-neutral-6: #525a72;\n --aithe-neutral-7: #3c445a;\n --aithe-neutral-8: #2a3044;\n --aithe-neutral-9: #1c2034;\n --aithe-neutral-10: #101424;\n --aithe-color-bg: #12141a;\n --aithe-color-bg-subtle: radial-gradient(circle at top, rgba(80, 90, 130, 0.14) 0%, rgba(18, 20, 26, 1) 55%);\n --aithe-color-surface: rgba(20, 22, 28, 0.84);\n --aithe-color-surface-elevated: rgba(26, 30, 38, 0.96);\n --aithe-color-surface-muted: #1c1e26;\n --aithe-color-border: rgba(150, 160, 190, 0.17);\n --aithe-color-border-strong: rgba(170, 180, 210, 0.25);\n --aithe-color-text: #e8eaf4;\n --aithe-color-text-muted: #989eb0;\n --aithe-color-text-subtle: #727a90;\n --aithe-color-overlay: rgba(4, 4, 10, 0.66);\n --aithe-color-selection: rgba(76, 96, 166, 0.22);\n --aithe-color-focus-ring: rgba(76, 96, 166, 0.40);\n --aithe-shadow-1: 0 8px 18px rgba(0, 0, 0, 0.24);\n --aithe-shadow-2: 0 14px 34px rgba(0, 0, 0, 0.30);\n --aithe-shadow-3: 0 20px 44px rgba(0, 0, 0, 0.36);\n --aithe-shadow-4: 0 24px 56px rgba(0, 0, 0, 0.42);\n --aithe-shadow-5: 0 30px 72px rgba(0, 0, 0, 0.48);\n --aithe-color-text-on-primary: #ffffff;\n --aithe-code-keyword: #c678dd;\n --aithe-code-boolean: #d19a66;\n --aithe-code-builtin: #61afef;\n --aithe-code-number: #d19a66;\n --aithe-code-string: #98c379;\n --aithe-code-function: #61afef;\n --aithe-code-type: #e5c07b;\n --aithe-code-preprocessor: #c678dd;\n --aithe-code-tag: #e06c75;\n --aithe-code-attr: #d19a66;\n --aithe-code-key: #e06c75;\n --aithe-code-punctuation: #89ddff;\n --aithe-code-entity: #d19a66;\n --aithe-code-comment: #3c445a;\n --aithe-code-doctype: #3c445a;\n --aithe-code-placeholder: #3c445a;\n}\n\n\n.aithe-theme-ink,\n[data-aithe-theme='ink'] {\n color-scheme: dark;\n --aithe-primary-1: #f2f0ff;\n --aithe-primary-2: #ddd8ff;\n --aithe-primary-3: #c0b8ff;\n --aithe-primary-4: #9e90ff;\n --aithe-primary-5: #7e6ef0;\n --aithe-primary-6: #6454d4;\n --aithe-primary-7: #5040ae;\n --aithe-primary-8: #3e308c;\n --aithe-primary-9: #30246c;\n --aithe-primary-10: #241a50;\n --aithe-success-1: #edfcf8;\n --aithe-success-2: #c9f5e8;\n --aithe-success-3: #9cecd4;\n --aithe-success-4: #6cd8b8;\n --aithe-success-5: #44c09e;\n --aithe-success-6: #2ea882;\n --aithe-success-7: #228c6c;\n --aithe-success-8: #1a7056;\n --aithe-success-9: #145a46;\n --aithe-success-10: #104838;\n --aithe-warning-1: #fff9eb;\n --aithe-warning-2: #ffefc4;\n --aithe-warning-3: #ffde8e;\n --aithe-warning-4: #ffc95a;\n --aithe-warning-5: #f0b03e;\n --aithe-warning-6: #d08e26;\n --aithe-warning-7: #ac701a;\n --aithe-warning-8: #8a5816;\n --aithe-warning-9: #6e4614;\n --aithe-warning-10: #583610;\n --aithe-danger-1: #fff0f6;\n --aithe-danger-2: #ffdae8;\n --aithe-danger-3: #ffb8d0;\n --aithe-danger-4: #ff8eb4;\n --aithe-danger-5: #f06896;\n --aithe-danger-6: #d44c7a;\n --aithe-danger-7: #b03460;\n --aithe-danger-8: #8c244c;\n --aithe-danger-9: #6e1a3a;\n --aithe-danger-10: #52122c;\n --aithe-neutral-1: #eeeef6;\n --aithe-neutral-2: #d0d0e0;\n --aithe-neutral-3: #aaaac0;\n --aithe-neutral-4: #8484a0;\n --aithe-neutral-5: #646480;\n --aithe-neutral-6: #4a4a64;\n --aithe-neutral-7: #363650;\n --aithe-neutral-8: #26263c;\n --aithe-neutral-9: #18182c;\n --aithe-neutral-10: #0c0c1c;\n --aithe-color-bg: #0e0c18;\n --aithe-color-bg-subtle: radial-gradient(circle at top, rgba(80, 60, 140, 0.16) 0%, rgba(14, 12, 24, 1) 55%);\n --aithe-color-surface: rgba(18, 16, 28, 0.84);\n --aithe-color-surface-elevated: rgba(24, 22, 38, 0.96);\n --aithe-color-surface-muted: #16142a;\n --aithe-color-border: rgba(150, 140, 200, 0.17);\n --aithe-color-border-strong: rgba(170, 160, 220, 0.25);\n --aithe-color-text: #eae8f8;\n --aithe-color-text-muted: #9c98b8;\n --aithe-color-text-subtle: #747098;\n --aithe-color-overlay: rgba(4, 2, 10, 0.68);\n --aithe-color-selection: rgba(100, 84, 212, 0.22);\n --aithe-color-focus-ring: rgba(100, 84, 212, 0.40);\n --aithe-shadow-1: 0 8px 18px rgba(0, 0, 0, 0.26);\n --aithe-shadow-2: 0 14px 34px rgba(0, 0, 0, 0.32);\n --aithe-shadow-3: 0 20px 44px rgba(0, 0, 0, 0.38);\n --aithe-shadow-4: 0 24px 56px rgba(0, 0, 0, 0.44);\n --aithe-shadow-5: 0 30px 72px rgba(0, 0, 0, 0.50);\n --aithe-color-text-on-primary: #ffffff;\n --aithe-code-keyword: #c678dd;\n --aithe-code-boolean: #d19a66;\n --aithe-code-builtin: #9e90ff;\n --aithe-code-number: #d19a66;\n --aithe-code-string: #98c379;\n --aithe-code-function: #61afef;\n --aithe-code-type: #e5c07b;\n --aithe-code-preprocessor: #c678dd;\n --aithe-code-tag: #e06c75;\n --aithe-code-attr: #d19a66;\n --aithe-code-key: #e06c75;\n --aithe-code-punctuation: #89ddff;\n --aithe-code-entity: #d19a66;\n --aithe-code-comment: #363650;\n --aithe-code-doctype: #363650;\n --aithe-code-placeholder: #363650;\n}\n\n\n.aithe-theme-midnight,\n[data-aithe-theme='midnight'] {\n color-scheme: dark;\n --aithe-primary-1: #edf2ff;\n --aithe-primary-2: #d4e0ff;\n --aithe-primary-3: #afc6ff;\n --aithe-primary-4: #84a8ff;\n --aithe-primary-5: #5c8af5;\n --aithe-primary-6: #4070e0;\n --aithe-primary-7: #3458b8;\n --aithe-primary-8: #2a4494;\n --aithe-primary-9: #223472;\n --aithe-primary-10: #1a2654;\n --aithe-success-1: #edfcf6;\n --aithe-success-2: #c9f5e0;\n --aithe-success-3: #9cecc4;\n --aithe-success-4: #6cd8a2;\n --aithe-success-5: #44c084;\n --aithe-success-6: #2ea86c;\n --aithe-success-7: #228c58;\n --aithe-success-8: #1a7046;\n --aithe-success-9: #145a38;\n --aithe-success-10: #10482e;\n --aithe-warning-1: #fff9eb;\n --aithe-warning-2: #ffefc4;\n --aithe-warning-3: #ffde8e;\n --aithe-warning-4: #ffc95a;\n --aithe-warning-5: #f0b03e;\n --aithe-warning-6: #d08e26;\n --aithe-warning-7: #ac701a;\n --aithe-warning-8: #8a5816;\n --aithe-warning-9: #6e4614;\n --aithe-warning-10: #583610;\n --aithe-danger-1: #fff1f4;\n --aithe-danger-2: #ffdce2;\n --aithe-danger-3: #ffbcc8;\n --aithe-danger-4: #ff92a4;\n --aithe-danger-5: #f86c83;\n --aithe-danger-6: #df526b;\n --aithe-danger-7: #be4159;\n --aithe-danger-8: #99354a;\n --aithe-danger-9: #7a2d3d;\n --aithe-danger-10: #612634;\n --aithe-neutral-1: #eef0f8;\n --aithe-neutral-2: #d2d8e8;\n --aithe-neutral-3: #aeb8ce;\n --aithe-neutral-4: #8a96b2;\n --aithe-neutral-5: #6a7894;\n --aithe-neutral-6: #4e5c76;\n --aithe-neutral-7: #384460;\n --aithe-neutral-8: #26304c;\n --aithe-neutral-9: #18203a;\n --aithe-neutral-10: #0e1428;\n --aithe-color-bg: #0a0e1c;\n --aithe-color-bg-subtle: radial-gradient(circle at top, rgba(50, 80, 160, 0.20) 0%, rgba(10, 14, 28, 1) 55%);\n --aithe-color-surface: rgba(14, 20, 36, 0.84);\n --aithe-color-surface-elevated: rgba(18, 26, 48, 0.96);\n --aithe-color-surface-muted: #121828;\n --aithe-color-border: rgba(140, 170, 230, 0.17);\n --aithe-color-border-strong: rgba(160, 190, 245, 0.25);\n --aithe-color-text: #eaf0fc;\n --aithe-color-text-muted: #98a8c6;\n --aithe-color-text-subtle: #6e82a6;\n --aithe-color-overlay: rgba(2, 4, 12, 0.68);\n --aithe-color-selection: rgba(64, 112, 224, 0.22);\n --aithe-color-focus-ring: rgba(64, 112, 224, 0.40);\n --aithe-shadow-1: 0 8px 18px rgba(0, 0, 0, 0.26);\n --aithe-shadow-2: 0 14px 34px rgba(0, 0, 0, 0.32);\n --aithe-shadow-3: 0 20px 44px rgba(0, 0, 0, 0.38);\n --aithe-shadow-4: 0 24px 56px rgba(0, 0, 0, 0.44);\n --aithe-shadow-5: 0 30px 72px rgba(0, 0, 0, 0.50);\n --aithe-color-text-on-primary: #ffffff;\n --aithe-code-keyword: #c678dd;\n --aithe-code-boolean: #d19a66;\n --aithe-code-builtin: #61afef;\n --aithe-code-number: #d19a66;\n --aithe-code-string: #98c379;\n --aithe-code-function: #61afef;\n --aithe-code-type: #e5c07b;\n --aithe-code-preprocessor: #c678dd;\n --aithe-code-tag: #e06c75;\n --aithe-code-attr: #d19a66;\n --aithe-code-key: #e06c75;\n --aithe-code-punctuation: #89ddff;\n --aithe-code-entity: #d19a66;\n --aithe-code-comment: #384460;\n --aithe-code-doctype: #384460;\n --aithe-code-placeholder: #384460;\n}\n\n\n.aithe-theme-navy,\n[data-aithe-theme='navy'] {\n color-scheme: dark;\n --aithe-primary-1: #ecf0ff;\n --aithe-primary-2: #d0dcff;\n --aithe-primary-3: #a8c0ff;\n --aithe-primary-4: #789ef5;\n --aithe-primary-5: #5880e0;\n --aithe-primary-6: #4066c0;\n --aithe-primary-7: #3450a0;\n --aithe-primary-8: #283e80;\n --aithe-primary-9: #1e3062;\n --aithe-primary-10: #162448;\n --aithe-success-1: #edfcf6;\n --aithe-success-2: #c9f5e0;\n --aithe-success-3: #9cecc4;\n --aithe-success-4: #6cd8a2;\n --aithe-success-5: #44c084;\n --aithe-success-6: #2ea86c;\n --aithe-success-7: #228c58;\n --aithe-success-8: #1a7046;\n --aithe-success-9: #145a38;\n --aithe-success-10: #10482e;\n --aithe-warning-1: #fff9eb;\n --aithe-warning-2: #ffefc4;\n --aithe-warning-3: #ffde8e;\n --aithe-warning-4: #ffc95a;\n --aithe-warning-5: #f0b03e;\n --aithe-warning-6: #d08e26;\n --aithe-warning-7: #ac701a;\n --aithe-warning-8: #8a5816;\n --aithe-warning-9: #6e4614;\n --aithe-warning-10: #583610;\n --aithe-danger-1: #fff1f4;\n --aithe-danger-2: #ffdce2;\n --aithe-danger-3: #ffbcc8;\n --aithe-danger-4: #ff92a4;\n --aithe-danger-5: #f86c83;\n --aithe-danger-6: #df526b;\n --aithe-danger-7: #be4159;\n --aithe-danger-8: #99354a;\n --aithe-danger-9: #7a2d3d;\n --aithe-danger-10: #612634;\n --aithe-neutral-1: #e8ecf8;\n --aithe-neutral-2: #c8d0e4;\n --aithe-neutral-3: #9eaac8;\n --aithe-neutral-4: #7484a8;\n --aithe-neutral-5: #566488;\n --aithe-neutral-6: #3e4c6c;\n --aithe-neutral-7: #2c3854;\n --aithe-neutral-8: #1e2840;\n --aithe-neutral-9: #141c30;\n --aithe-neutral-10: #0a1020;\n --aithe-color-bg: #080c18;\n --aithe-color-bg-subtle: radial-gradient(circle at top, rgba(40, 70, 150, 0.18) 0%, rgba(8, 12, 24, 1) 55%);\n --aithe-color-surface: rgba(12, 16, 28, 0.84);\n --aithe-color-surface-elevated: rgba(16, 22, 40, 0.96);\n --aithe-color-surface-muted: #101628;\n --aithe-color-border: rgba(120, 150, 220, 0.17);\n --aithe-color-border-strong: rgba(140, 170, 240, 0.25);\n --aithe-color-text: #e6eefc;\n --aithe-color-text-muted: #90a0c0;\n --aithe-color-text-subtle: #6878a0;\n --aithe-color-overlay: rgba(2, 4, 10, 0.68);\n --aithe-color-selection: rgba(64, 102, 192, 0.22);\n --aithe-color-focus-ring: rgba(64, 102, 192, 0.40);\n --aithe-shadow-1: 0 8px 18px rgba(0, 0, 0, 0.26);\n --aithe-shadow-2: 0 14px 34px rgba(0, 0, 0, 0.32);\n --aithe-shadow-3: 0 20px 44px rgba(0, 0, 0, 0.38);\n --aithe-shadow-4: 0 24px 56px rgba(0, 0, 0, 0.44);\n --aithe-shadow-5: 0 30px 72px rgba(0, 0, 0, 0.50);\n --aithe-color-text-on-primary: #ffffff;\n --aithe-code-keyword: #c678dd;\n --aithe-code-boolean: #d19a66;\n --aithe-code-builtin: #789ef5;\n --aithe-code-number: #d19a66;\n --aithe-code-string: #98c379;\n --aithe-code-function: #61afef;\n --aithe-code-type: #e5c07b;\n --aithe-code-preprocessor: #c678dd;\n --aithe-code-tag: #e06c75;\n --aithe-code-attr: #d19a66;\n --aithe-code-key: #e06c75;\n --aithe-code-punctuation: #89ddff;\n --aithe-code-entity: #d19a66;\n --aithe-code-comment: #2c3854;\n --aithe-code-doctype: #2c3854;\n --aithe-code-placeholder: #2c3854;\n}\n\n\n.aithe-theme-obsidian,\n[data-aithe-theme='obsidian'] {\n color-scheme: dark;\n --aithe-primary-1: #f0f4ff;\n --aithe-primary-2: #d8e2ff;\n --aithe-primary-3: #b4c8ff;\n --aithe-primary-4: #88a8ff;\n --aithe-primary-5: #6288f0;\n --aithe-primary-6: #4c6cd4;\n --aithe-primary-7: #3c54ae;\n --aithe-primary-8: #2e408a;\n --aithe-primary-9: #223068;\n --aithe-primary-10: #18224c;\n --aithe-success-1: #edfcf6;\n --aithe-success-2: #c9f5e0;\n --aithe-success-3: #9cecc4;\n --aithe-success-4: #6cd8a2;\n --aithe-success-5: #44c084;\n --aithe-success-6: #2ea86c;\n --aithe-success-7: #228c58;\n --aithe-success-8: #1a7046;\n --aithe-success-9: #145a38;\n --aithe-success-10: #10482e;\n --aithe-warning-1: #fff9eb;\n --aithe-warning-2: #ffefc4;\n --aithe-warning-3: #ffde8e;\n --aithe-warning-4: #ffc95a;\n --aithe-warning-5: #f0b03e;\n --aithe-warning-6: #d08e26;\n --aithe-warning-7: #ac701a;\n --aithe-warning-8: #8a5816;\n --aithe-warning-9: #6e4614;\n --aithe-warning-10: #583610;\n --aithe-danger-1: #fff1f4;\n --aithe-danger-2: #ffdce2;\n --aithe-danger-3: #ffbcc8;\n --aithe-danger-4: #ff92a4;\n --aithe-danger-5: #f86c83;\n --aithe-danger-6: #df526b;\n --aithe-danger-7: #be4159;\n --aithe-danger-8: #99354a;\n --aithe-danger-9: #7a2d3d;\n --aithe-danger-10: #612634;\n --aithe-neutral-1: #eef0f4;\n --aithe-neutral-2: #d0d4dc;\n --aithe-neutral-3: #a8aec0;\n --aithe-neutral-4: #828a9e;\n --aithe-neutral-5: #606880;\n --aithe-neutral-6: #464e64;\n --aithe-neutral-7: #323a50;\n --aithe-neutral-8: #22283c;\n --aithe-neutral-9: #161a2c;\n --aithe-neutral-10: #0c0e1a;\n --aithe-color-bg: #080a12;\n --aithe-color-bg-subtle: radial-gradient(circle at top, rgba(60, 70, 120, 0.14) 0%, rgba(8, 10, 18, 1) 55%);\n --aithe-color-surface: rgba(12, 14, 22, 0.86);\n --aithe-color-surface-elevated: rgba(16, 20, 32, 0.96);\n --aithe-color-surface-muted: #10121c;\n --aithe-color-border: rgba(130, 150, 200, 0.16);\n --aithe-color-border-strong: rgba(150, 170, 220, 0.24);\n --aithe-color-text: #e6eaf6;\n --aithe-color-text-muted: #9098b0;\n --aithe-color-text-subtle: #687088;\n --aithe-color-overlay: rgba(2, 2, 8, 0.70);\n --aithe-color-selection: rgba(76, 108, 212, 0.20);\n --aithe-color-focus-ring: rgba(76, 108, 212, 0.38);\n --aithe-shadow-1: 0 8px 18px rgba(0, 0, 0, 0.30);\n --aithe-shadow-2: 0 14px 34px rgba(0, 0, 0, 0.36);\n --aithe-shadow-3: 0 20px 44px rgba(0, 0, 0, 0.42);\n --aithe-shadow-4: 0 24px 56px rgba(0, 0, 0, 0.48);\n --aithe-shadow-5: 0 30px 72px rgba(0, 0, 0, 0.54);\n --aithe-color-text-on-primary: #ffffff;\n --aithe-code-keyword: #c678dd;\n --aithe-code-boolean: #d19a66;\n --aithe-code-builtin: #61afef;\n --aithe-code-number: #d19a66;\n --aithe-code-string: #98c379;\n --aithe-code-function: #61afef;\n --aithe-code-type: #e5c07b;\n --aithe-code-preprocessor: #c678dd;\n --aithe-code-tag: #e06c75;\n --aithe-code-attr: #d19a66;\n --aithe-code-key: #e06c75;\n --aithe-code-punctuation: #89ddff;\n --aithe-code-entity: #d19a66;\n --aithe-code-comment: #323a50;\n --aithe-code-doctype: #323a50;\n --aithe-code-placeholder: #323a50;\n}\n\n\n.aithe-theme-onyx,\n[data-aithe-theme='onyx'] {\n color-scheme: dark;\n --aithe-primary-1: #f0f2f6;\n --aithe-primary-2: #d8dce8;\n --aithe-primary-3: #b4bcd0;\n --aithe-primary-4: #8c98b8;\n --aithe-primary-5: #6878a0;\n --aithe-primary-6: #506088;\n --aithe-primary-7: #3e4e70;\n --aithe-primary-8: #2e3e5a;\n --aithe-primary-9: #223046;\n --aithe-primary-10: #182234;\n --aithe-success-1: #edfcf6;\n --aithe-success-2: #c9f5e0;\n --aithe-success-3: #9cecc4;\n --aithe-success-4: #6cd8a2;\n --aithe-success-5: #44c084;\n --aithe-success-6: #2ea86c;\n --aithe-success-7: #228c58;\n --aithe-success-8: #1a7046;\n --aithe-success-9: #145a38;\n --aithe-success-10: #10482e;\n --aithe-warning-1: #fff9eb;\n --aithe-warning-2: #ffefc4;\n --aithe-warning-3: #ffde8e;\n --aithe-warning-4: #ffc95a;\n --aithe-warning-5: #f0b03e;\n --aithe-warning-6: #d08e26;\n --aithe-warning-7: #ac701a;\n --aithe-warning-8: #8a5816;\n --aithe-warning-9: #6e4614;\n --aithe-warning-10: #583610;\n --aithe-danger-1: #fff1f4;\n --aithe-danger-2: #ffdce2;\n --aithe-danger-3: #ffbcc8;\n --aithe-danger-4: #ff92a4;\n --aithe-danger-5: #f86c83;\n --aithe-danger-6: #df526b;\n --aithe-danger-7: #be4159;\n --aithe-danger-8: #99354a;\n --aithe-danger-9: #7a2d3d;\n --aithe-danger-10: #612634;\n --aithe-neutral-1: #eceef2;\n --aithe-neutral-2: #ccd0d8;\n --aithe-neutral-3: #a4aab8;\n --aithe-neutral-4: #808898;\n --aithe-neutral-5: #606878;\n --aithe-neutral-6: #484e5e;\n --aithe-neutral-7: #343a48;\n --aithe-neutral-8: #242834;\n --aithe-neutral-9: #161a24;\n --aithe-neutral-10: #0a0c14;\n --aithe-color-bg: #06070a;\n --aithe-color-bg-subtle: radial-gradient(circle at top, rgba(50, 56, 80, 0.12) 0%, rgba(6, 7, 10, 1) 55%);\n --aithe-color-surface: rgba(10, 12, 18, 0.88);\n --aithe-color-surface-elevated: rgba(14, 16, 24, 0.96);\n --aithe-color-surface-muted: #0e1018;\n --aithe-color-border: rgba(120, 130, 170, 0.16);\n --aithe-color-border-strong: rgba(140, 150, 190, 0.24);\n --aithe-color-text: #e2e6f2;\n --aithe-color-text-muted: #8c94a8;\n --aithe-color-text-subtle: #646c80;\n --aithe-color-overlay: rgba(0, 0, 4, 0.72);\n --aithe-color-selection: rgba(80, 96, 136, 0.20);\n --aithe-color-focus-ring: rgba(80, 96, 136, 0.38);\n --aithe-shadow-1: 0 8px 18px rgba(0, 0, 0, 0.32);\n --aithe-shadow-2: 0 14px 34px rgba(0, 0, 0, 0.38);\n --aithe-shadow-3: 0 20px 44px rgba(0, 0, 0, 0.44);\n --aithe-shadow-4: 0 24px 56px rgba(0, 0, 0, 0.50);\n --aithe-shadow-5: 0 30px 72px rgba(0, 0, 0, 0.56);\n --aithe-color-text-on-primary: #ffffff;\n --aithe-code-keyword: #c678dd;\n --aithe-code-boolean: #d19a66;\n --aithe-code-builtin: #61afef;\n --aithe-code-number: #d19a66;\n --aithe-code-string: #98c379;\n --aithe-code-function: #61afef;\n --aithe-code-type: #e5c07b;\n --aithe-code-preprocessor: #c678dd;\n --aithe-code-tag: #e06c75;\n --aithe-code-attr: #d19a66;\n --aithe-code-key: #e06c75;\n --aithe-code-punctuation: #89ddff;\n --aithe-code-entity: #d19a66;\n --aithe-code-comment: #343a48;\n --aithe-code-doctype: #343a48;\n --aithe-code-placeholder: #343a48;\n}\n\n\n.aithe-theme-raisin,\n[data-aithe-theme='raisin'] {\n color-scheme: dark;\n --aithe-primary-1: #f4f0ff;\n --aithe-primary-2: #e0d8ff;\n --aithe-primary-3: #c4b4ff;\n --aithe-primary-4: #a48cf5;\n --aithe-primary-5: #8868e0;\n --aithe-primary-6: #6e50c0;\n --aithe-primary-7: #583ca0;\n --aithe-primary-8: #442e80;\n --aithe-primary-9: #342264;\n --aithe-primary-10: #26184a;\n --aithe-success-1: #edfcf8;\n --aithe-success-2: #c9f5e8;\n --aithe-success-3: #9cecd4;\n --aithe-success-4: #6cd8b8;\n --aithe-success-5: #44c09e;\n --aithe-success-6: #2ea882;\n --aithe-success-7: #228c6c;\n --aithe-success-8: #1a7056;\n --aithe-success-9: #145a46;\n --aithe-success-10: #104838;\n --aithe-warning-1: #fff9eb;\n --aithe-warning-2: #ffefc4;\n --aithe-warning-3: #ffde8e;\n --aithe-warning-4: #ffc95a;\n --aithe-warning-5: #f0b03e;\n --aithe-warning-6: #d08e26;\n --aithe-warning-7: #ac701a;\n --aithe-warning-8: #8a5816;\n --aithe-warning-9: #6e4614;\n --aithe-warning-10: #583610;\n --aithe-danger-1: #fff0f6;\n --aithe-danger-2: #ffdae8;\n --aithe-danger-3: #ffb8d0;\n --aithe-danger-4: #ff8eb4;\n --aithe-danger-5: #f06896;\n --aithe-danger-6: #d44c7a;\n --aithe-danger-7: #b03460;\n --aithe-danger-8: #8c244c;\n --aithe-danger-9: #6e1a3a;\n --aithe-danger-10: #52122c;\n --aithe-neutral-1: #eeeef6;\n --aithe-neutral-2: #d0cee0;\n --aithe-neutral-3: #aaa8c0;\n --aithe-neutral-4: #8680a0;\n --aithe-neutral-5: #666080;\n --aithe-neutral-6: #4e4868;\n --aithe-neutral-7: #3a3452;\n --aithe-neutral-8: #2a263e;\n --aithe-neutral-9: #1c1a2e;\n --aithe-neutral-10: #0e0c1e;\n --aithe-color-bg: #0e0a18;\n --aithe-color-bg-subtle: radial-gradient(circle at top, rgba(90, 50, 140, 0.18) 0%, rgba(14, 10, 24, 1) 55%);\n --aithe-color-surface: rgba(16, 12, 24, 0.84);\n --aithe-color-surface-elevated: rgba(22, 18, 34, 0.96);\n --aithe-color-surface-muted: #18142a;\n --aithe-color-border: rgba(150, 130, 200, 0.17);\n --aithe-color-border-strong: rgba(170, 150, 220, 0.25);\n --aithe-color-text: #eae4f8;\n --aithe-color-text-muted: #9c90b8;\n --aithe-color-text-subtle: #746898;\n --aithe-color-overlay: rgba(4, 2, 8, 0.68);\n --aithe-color-selection: rgba(110, 80, 192, 0.22);\n --aithe-color-focus-ring: rgba(110, 80, 192, 0.40);\n --aithe-shadow-1: 0 8px 18px rgba(0, 0, 0, 0.26);\n --aithe-shadow-2: 0 14px 34px rgba(0, 0, 0, 0.32);\n --aithe-shadow-3: 0 20px 44px rgba(0, 0, 0, 0.38);\n --aithe-shadow-4: 0 24px 56px rgba(0, 0, 0, 0.44);\n --aithe-shadow-5: 0 30px 72px rgba(0, 0, 0, 0.50);\n --aithe-color-text-on-primary: #ffffff;\n --aithe-code-keyword: #c678dd;\n --aithe-code-boolean: #d19a66;\n --aithe-code-builtin: #a48cf5;\n --aithe-code-number: #d19a66;\n --aithe-code-string: #98c379;\n --aithe-code-function: #61afef;\n --aithe-code-type: #e5c07b;\n --aithe-code-preprocessor: #c678dd;\n --aithe-code-tag: #e06c75;\n --aithe-code-attr: #d19a66;\n --aithe-code-key: #e06c75;\n --aithe-code-punctuation: #89ddff;\n --aithe-code-entity: #d19a66;\n --aithe-code-comment: #3a3452;\n --aithe-code-doctype: #3a3452;\n --aithe-code-placeholder: #3a3452;\n}\n\n\n.aithe-theme-slate,\n[data-aithe-theme='slate'] {\n color-scheme: dark;\n --aithe-primary-1: #f0f4ff;\n --aithe-primary-2: #d9e4ff;\n --aithe-primary-3: #b8ccff;\n --aithe-primary-4: #8eaaff;\n --aithe-primary-5: #6b8cf5;\n --aithe-primary-6: #5470e0;\n --aithe-primary-7: #4358b8;\n --aithe-primary-8: #364590;\n --aithe-primary-9: #2b3670;\n --aithe-primary-10: #212954;\n --aithe-success-1: #edfcf6;\n --aithe-success-2: #c9f5e0;\n --aithe-success-3: #9cecc4;\n --aithe-success-4: #6cd8a2;\n --aithe-success-5: #44c084;\n --aithe-success-6: #2ea86c;\n --aithe-success-7: #228c58;\n --aithe-success-8: #1a7046;\n --aithe-success-9: #145a38;\n --aithe-success-10: #10482e;\n --aithe-warning-1: #fff9eb;\n --aithe-warning-2: #ffefc4;\n --aithe-warning-3: #ffde8e;\n --aithe-warning-4: #ffc95a;\n --aithe-warning-5: #f0b03e;\n --aithe-warning-6: #d08e26;\n --aithe-warning-7: #ac701a;\n --aithe-warning-8: #8a5816;\n --aithe-warning-9: #6e4614;\n --aithe-warning-10: #583610;\n --aithe-danger-1: #fff1f4;\n --aithe-danger-2: #ffdce2;\n --aithe-danger-3: #ffbcc8;\n --aithe-danger-4: #ff92a4;\n --aithe-danger-5: #f86c83;\n --aithe-danger-6: #df526b;\n --aithe-danger-7: #be4159;\n --aithe-danger-8: #99354a;\n --aithe-danger-9: #7a2d3d;\n --aithe-danger-10: #612634;\n --aithe-neutral-1: #f1f3f8;\n --aithe-neutral-2: #d8dce6;\n --aithe-neutral-3: #b8bfce;\n --aithe-neutral-4: #96a0b4;\n --aithe-neutral-5: #76829a;\n --aithe-neutral-6: #5a6680;\n --aithe-neutral-7: #424d64;\n --aithe-neutral-8: #2e374c;\n --aithe-neutral-9: #1e2536;\n --aithe-neutral-10: #111620;\n --aithe-color-bg: #121824;\n --aithe-color-bg-subtle: radial-gradient(circle at top, rgba(70, 90, 140, 0.18) 0%, rgba(18, 24, 36, 1) 55%);\n --aithe-color-surface: rgba(22, 30, 44, 0.84);\n --aithe-color-surface-elevated: rgba(26, 36, 54, 0.96);\n --aithe-color-surface-muted: #1a2230;\n --aithe-color-border: rgba(160, 180, 220, 0.17);\n --aithe-color-border-strong: rgba(175, 195, 235, 0.25);\n --aithe-color-text: #eef2fc;\n --aithe-color-text-muted: #a0aec6;\n --aithe-color-text-subtle: #7a88a2;\n --aithe-color-overlay: rgba(4, 8, 16, 0.66);\n --aithe-color-selection: rgba(84, 112, 224, 0.22);\n --aithe-color-focus-ring: rgba(84, 112, 224, 0.40);\n --aithe-shadow-1: 0 8px 18px rgba(0, 0, 0, 0.22);\n --aithe-shadow-2: 0 14px 34px rgba(0, 0, 0, 0.28);\n --aithe-shadow-3: 0 20px 44px rgba(0, 0, 0, 0.34);\n --aithe-shadow-4: 0 24px 56px rgba(0, 0, 0, 0.40);\n --aithe-shadow-5: 0 30px 72px rgba(0, 0, 0, 0.46);\n --aithe-color-text-on-primary: #ffffff;\n --aithe-code-keyword: #c678dd;\n --aithe-code-boolean: #d19a66;\n --aithe-code-builtin: #61afef;\n --aithe-code-number: #d19a66;\n --aithe-code-string: #98c379;\n --aithe-code-function: #61afef;\n --aithe-code-type: #e5c07b;\n --aithe-code-preprocessor: #c678dd;\n --aithe-code-tag: #e06c75;\n --aithe-code-attr: #d19a66;\n --aithe-code-key: #e06c75;\n --aithe-code-punctuation: #89ddff;\n --aithe-code-entity: #d19a66;\n --aithe-code-comment: #4a5568;\n --aithe-code-doctype: #4a5568;\n --aithe-code-placeholder: #4a5568;\n}\n\n\n.aithe-theme-huawei,\n[data-aithe-theme='huawei'] {\n color-scheme: light;\n --aithe-primary-1: #fef2f3;\n --aithe-primary-2: #fde3e5;\n --aithe-primary-3: #fbc8cd;\n --aithe-primary-4: #f9a1a9;\n --aithe-primary-5: #f57582;\n --aithe-primary-6: #e8414f;\n --aithe-primary-7: #cf102d;\n --aithe-primary-8: #a80d24;\n --aithe-primary-9: #860e1f;\n --aithe-primary-10: #6b0e1b;\n --aithe-success-1: #effcf6;\n --aithe-success-2: #d9f5e6;\n --aithe-success-3: #b7ebcf;\n --aithe-success-4: #84d9ae;\n --aithe-success-5: #52c48a;\n --aithe-success-6: #2eae70;\n --aithe-success-7: #1f915d;\n --aithe-success-8: #1b754e;\n --aithe-success-9: #185e40;\n --aithe-success-10: #144b34;\n --aithe-warning-1: #fff8e8;\n --aithe-warning-2: #ffefc7;\n --aithe-warning-3: #ffe08c;\n --aithe-warning-4: #ffcc59;\n --aithe-warning-5: #f6b73a;\n --aithe-warning-6: #dd9621;\n --aithe-warning-7: #b97516;\n --aithe-warning-8: #955b14;\n --aithe-warning-9: #754712;\n --aithe-warning-10: #5c390f;\n --aithe-danger-1: #fff1f2;\n --aithe-danger-2: #ffe0e4;\n --aithe-danger-3: #ffc4cb;\n --aithe-danger-4: #ff9ca8;\n --aithe-danger-5: #ff7283;\n --aithe-danger-6: #f04f64;\n --aithe-danger-7: #cf3950;\n --aithe-danger-8: #ab3144;\n --aithe-danger-9: #882c3a;\n --aithe-danger-10: #6d2630;\n --aithe-neutral-1: #f5f7fa;\n --aithe-neutral-2: #e9ecf3;\n --aithe-neutral-3: #d5dae6;\n --aithe-neutral-4: #b8bfd0;\n --aithe-neutral-5: #98a0b5;\n --aithe-neutral-6: #78809a;\n --aithe-neutral-7: #59617c;\n --aithe-neutral-8: #3d4560;\n --aithe-neutral-9: #262d45;\n --aithe-neutral-10: #13182b;\n --aithe-color-bg: #faf5f6;\n --aithe-color-bg-subtle: linear-gradient(180deg, #fefafa 0%, #f5eef0 100%);\n --aithe-color-surface: rgba(255, 255, 255, 0.88);\n --aithe-color-surface-elevated: rgba(255, 255, 255, 0.98);\n --aithe-color-surface-muted: #f0e8ea;\n --aithe-color-border: rgba(207, 16, 45, 0.15);\n --aithe-color-border-strong: rgba(207, 16, 45, 0.25);\n --aithe-color-text: #0c1222;\n --aithe-color-text-muted: #3a4560;\n --aithe-color-text-subtle: #68748f;\n --aithe-color-overlay: rgba(8, 13, 26, 0.52);\n --aithe-color-selection: rgba(207, 16, 45, 0.14);\n --aithe-color-focus-ring: rgba(207, 16, 45, 0.34);\n --aithe-color-text-on-primary: #ffffff;\n --aithe-code-keyword: #a626a4;\n --aithe-code-boolean: #986801;\n --aithe-code-builtin: #4078f2;\n --aithe-code-number: #986801;\n --aithe-code-string: #50a14f;\n --aithe-code-function: #4078f2;\n --aithe-code-type: #c18401;\n --aithe-code-preprocessor: #a626a4;\n --aithe-code-tag: #e45649;\n --aithe-code-attr: #986801;\n --aithe-code-key: #e45649;\n --aithe-code-punctuation: #5c6bc0;\n --aithe-code-entity: #986801;\n --aithe-code-comment: #a0a1a7;\n --aithe-code-doctype: #a0a1a7;\n --aithe-code-placeholder: #a0a1a7;\n}\n\n\n.aithe-theme-tianyi,\n[data-aithe-theme='tianyi'] {\n color-scheme: light;\n --aithe-primary-1: #edf5ff;\n --aithe-primary-2: #d4e8ff;\n --aithe-primary-3: #a8d0ff;\n --aithe-primary-4: #75b2ff;\n --aithe-primary-5: #4d97ff;\n --aithe-primary-6: #2679f0;\n --aithe-primary-7: #0052cc;\n --aithe-primary-8: #0042a8;\n --aithe-primary-9: #003688;\n --aithe-primary-10: #002b6b;\n --aithe-success-1: #edfcf6;\n --aithe-success-2: #c9f5e0;\n --aithe-success-3: #9cecc4;\n --aithe-success-4: #6cd8a2;\n --aithe-success-5: #44c084;\n --aithe-success-6: #2ea86c;\n --aithe-success-7: #228c58;\n --aithe-success-8: #1a7046;\n --aithe-success-9: #145a38;\n --aithe-success-10: #10482e;\n --aithe-warning-1: #fff9eb;\n --aithe-warning-2: #ffefc4;\n --aithe-warning-3: #ffde8e;\n --aithe-warning-4: #ffc95a;\n --aithe-warning-5: #f0b03e;\n --aithe-warning-6: #d08e26;\n --aithe-warning-7: #ac701a;\n --aithe-warning-8: #8a5816;\n --aithe-warning-9: #6e4614;\n --aithe-warning-10: #583610;\n --aithe-danger-1: #fff1f4;\n --aithe-danger-2: #ffdce2;\n --aithe-danger-3: #ffbcc8;\n --aithe-danger-4: #ff92a4;\n --aithe-danger-5: #f86c83;\n --aithe-danger-6: #df526b;\n --aithe-danger-7: #be4159;\n --aithe-danger-8: #99354a;\n --aithe-danger-9: #7a2d3d;\n --aithe-danger-10: #612634;\n --aithe-neutral-1: #f4f6fa;\n --aithe-neutral-2: #e6eaf3;\n --aithe-neutral-3: #d0d7e6;\n --aithe-neutral-4: #b1bbd0;\n --aithe-neutral-5: #8f9bb5;\n --aithe-neutral-6: #6f7c9a;\n --aithe-neutral-7: #515f7e;\n --aithe-neutral-8: #384662;\n --aithe-neutral-9: #222e47;\n --aithe-neutral-10: #111a2d;\n --aithe-color-bg: #f2f6fc;\n --aithe-color-bg-subtle: linear-gradient(180deg, #f8fbff 0%, #ecf2fa 100%);\n --aithe-color-surface: rgba(255, 255, 255, 0.88);\n --aithe-color-surface-elevated: rgba(255, 255, 255, 0.98);\n --aithe-color-surface-muted: #e4ebf6;\n --aithe-color-border: rgba(0, 82, 204, 0.16);\n --aithe-color-border-strong: rgba(0, 82, 204, 0.28);\n --aithe-color-text: #0c1324;\n --aithe-color-text-muted: #384b6a;\n --aithe-color-text-subtle: #687b9a;\n --aithe-color-overlay: rgba(6, 14, 28, 0.50);\n --aithe-color-selection: rgba(0, 82, 204, 0.16);\n --aithe-color-focus-ring: rgba(0, 82, 204, 0.36);\n --aithe-color-text-on-primary: #ffffff;\n --aithe-code-keyword: #7c3aed;\n --aithe-code-boolean: #b45309;\n --aithe-code-builtin: #2563eb;\n --aithe-code-number: #b45309;\n --aithe-code-string: #15803d;\n --aithe-code-function: #2563eb;\n --aithe-code-type: #a16207;\n --aithe-code-preprocessor: #7c3aed;\n --aithe-code-tag: #dc2626;\n --aithe-code-attr: #b45309;\n --aithe-code-key: #dc2626;\n --aithe-code-punctuation: #5c6bc0;\n --aithe-code-entity: #b45309;\n --aithe-code-comment: #94a3b8;\n --aithe-code-doctype: #94a3b8;\n --aithe-code-placeholder: #94a3b8;\n}\n\n\n.aithe-theme-aliyun,\n[data-aithe-theme='aliyun'] {\n color-scheme: light;\n --aithe-primary-1: #fff7ed;\n --aithe-primary-2: #ffedd5;\n --aithe-primary-3: #ffd8a8;\n --aithe-primary-4: #ffbe78;\n --aithe-primary-5: #ffa04a;\n --aithe-primary-6: #ff8228;\n --aithe-primary-7: #ff6a00;\n --aithe-primary-8: #d65700;\n --aithe-primary-9: #ad4700;\n --aithe-primary-10: #8a3900;\n --aithe-success-1: #effcf7;\n --aithe-success-2: #d2f5e4;\n --aithe-success-3: #afead0;\n --aithe-success-4: #7fd5af;\n --aithe-success-5: #59bd92;\n --aithe-success-6: #3aa478;\n --aithe-success-7: #2d8964;\n --aithe-success-8: #266f53;\n --aithe-success-9: #215a45;\n --aithe-success-10: #1b4938;\n --aithe-warning-1: #fff8e9;\n --aithe-warning-2: #ffefc7;\n --aithe-warning-3: #ffdd90;\n --aithe-warning-4: #ffc45c;\n --aithe-warning-5: #f2aa3d;\n --aithe-warning-6: #d38b25;\n --aithe-warning-7: #af6e1b;\n --aithe-warning-8: #8e5718;\n --aithe-warning-9: #724618;\n --aithe-warning-10: #5b3815;\n --aithe-danger-1: #fff0f3;\n --aithe-danger-2: #ffdbe2;\n --aithe-danger-3: #ffbbc8;\n --aithe-danger-4: #ff8fa1;\n --aithe-danger-5: #f66a80;\n --aithe-danger-6: #de5069;\n --aithe-danger-7: #bd3f56;\n --aithe-danger-8: #99354a;\n --aithe-danger-9: #7c2f3f;\n --aithe-danger-10: #632837;\n --aithe-neutral-1: #f6f7f9;\n --aithe-neutral-2: #ebedf2;\n --aithe-neutral-3: #d9dce6;\n --aithe-neutral-4: #bfc4d2;\n --aithe-neutral-5: #a2a8ba;\n --aithe-neutral-6: #848ba0;\n --aithe-neutral-7: #656d85;\n --aithe-neutral-8: #485069;\n --aithe-neutral-9: #2c344b;\n --aithe-neutral-10: #161c2e;\n --aithe-color-bg: #faf7f3;\n --aithe-color-bg-subtle: linear-gradient(180deg, #fefbf8 0%, #f5f0ea 100%);\n --aithe-color-surface: rgba(255, 255, 255, 0.88);\n --aithe-color-surface-elevated: rgba(255, 255, 255, 0.98);\n --aithe-color-surface-muted: #f0eae2;\n --aithe-color-border: rgba(255, 106, 0, 0.16);\n --aithe-color-border-strong: rgba(255, 106, 0, 0.28);\n --aithe-color-text: #0e1524;\n --aithe-color-text-muted: #3d4a64;\n --aithe-color-text-subtle: #6c7a94;\n --aithe-color-overlay: rgba(10, 15, 28, 0.50);\n --aithe-color-selection: rgba(255, 106, 0, 0.16);\n --aithe-color-focus-ring: rgba(255, 106, 0, 0.34);\n --aithe-color-text-on-primary: #ffffff;\n --aithe-code-keyword: #7c3aed;\n --aithe-code-boolean: #b45309;\n --aithe-code-builtin: #2563eb;\n --aithe-code-number: #b45309;\n --aithe-code-string: #15803d;\n --aithe-code-function: #2563eb;\n --aithe-code-type: #a16207;\n --aithe-code-preprocessor: #7c3aed;\n --aithe-code-tag: #dc2626;\n --aithe-code-attr: #b45309;\n --aithe-code-key: #dc2626;\n --aithe-code-punctuation: #5c6bc0;\n --aithe-code-entity: #b45309;\n --aithe-code-comment: #94a3b8;\n --aithe-code-doctype: #94a3b8;\n --aithe-code-placeholder: #94a3b8;\n}\n\n\n:root {\n --aithe-space-0: 0;\n --aithe-space-1: 4px;\n --aithe-space-2: 8px;\n --aithe-space-3: 12px;\n --aithe-space-4: 16px;\n --aithe-space-5: 20px;\n --aithe-space-6: 24px;\n --aithe-space-7: 32px;\n --aithe-space-8: 40px;\n --aithe-space-9: 48px;\n --aithe-space-10: 64px;\n --aithe-space-xs: var(--aithe-space-2);\n --aithe-space-sm: var(--aithe-space-3);\n --aithe-space-md: var(--aithe-space-4);\n --aithe-space-lg: var(--aithe-space-6);\n --aithe-space-xl: var(--aithe-space-8);\n --aithe-radius-sm: 6px;\n --aithe-radius-md: 10px;\n --aithe-radius-lg: 14px;\n --aithe-radius-xl: 20px;\n --aithe-radius-full: 999px;\n --aithe-container-radius-sm: 6px;\n --aithe-container-radius-md: 10px;\n --aithe-container-radius-lg: 14px;\n --aithe-container-radius-xl: 20px;\n --aithe-container-radius-full: 999px;\n --aithe-shadow-1: 0 2px 4px rgba(18, 24, 38, 0.1), 0 4px 8px rgba(18, 24, 38, 0.06);\n --aithe-shadow-2: 0 4px 8px rgba(18, 24, 38, 0.12), 0 8px 16px rgba(18, 24, 38, 0.08);\n --aithe-shadow-3: 0 6px 12px rgba(18, 24, 38, 0.14), 0 12px 24px rgba(18, 24, 38, 0.1);\n --aithe-shadow-4: 0 8px 16px rgba(18, 24, 38, 0.16), 0 16px 32px rgba(18, 24, 38, 0.12);\n --aithe-shadow-5: 0 12px 20px rgba(18, 24, 38, 0.18), 0 20px 40px rgba(18, 24, 38, 0.14);\n --aithe-shadow-glow: none;\n --aithe-shadow-inner: inset 0 1px 0 rgba(255, 255, 255, 0.15);\n --aithe-shadow-blur: 0px;\n --aithe-shadow-opacity: 1;\n --aithe-shadow-border-glow: 0px;\n --aithe-font-family: 'Sora', 'IBM Plex Sans', 'PingFang SC', 'Microsoft YaHei', sans-serif;\n --aithe-font-family-mono: 'JetBrains Mono', 'SFMono-Regular', 'Consolas', monospace;\n --aithe-font-size-xs: 12px;\n --aithe-font-size-sm: 13px;\n --aithe-font-size-md: 14px;\n --aithe-font-size-lg: 16px;\n --aithe-font-size-xl: 20px;\n --aithe-font-size-2xl: 28px;\n --aithe-font-weight-regular: 400;\n --aithe-font-weight-medium: 500;\n --aithe-font-weight-semibold: 600;\n --aithe-font-weight-bold: 700;\n --aithe-line-height-tight: 1.2;\n --aithe-line-height-base: 1.5;\n --aithe-line-height-loose: 1.7;\n --aithe-z-base: 1;\n --aithe-z-dropdown: 1000;\n --aithe-z-popover: 1010;\n --aithe-z-modal: 1080;\n --aithe-z-drawer: 1090;\n --aithe-z-tooltip: 1120;\n --aithe-duration-fast: 140ms;\n --aithe-duration-base: 220ms;\n --aithe-duration-slow: 320ms;\n --aithe-ease-standard: cubic-bezier(0.2, 0.8, 0.2, 1);\n --aithe-control-height-sm: 32px;\n --aithe-control-height-md: 40px;\n --aithe-control-height-lg: 48px;\n}\n\nhtml,\nbody {\n margin: 0;\n width: 100%;\n min-height: 100%;\n background: var(--aithe-color-bg-subtle);\n color: var(--aithe-color-text);\n font-family: var(--aithe-font-family);\n}\n\n*,\n*::before,\n*::after {\n box-sizing: border-box;\n}\n\n::selection {\n background: var(--aithe-color-selection);\n}\n\n";
9
+ /**
10
+ * Theme color preview values for each built-in theme.
11
+ * 每个内置主题的颜色预览值。
12
+ */
13
+ export declare const THEME_COLORS: Record<string, string>;
14
+ /**
15
+ * Built-in light theme names.
16
+ * 内置亮色主题名称列表。
17
+ */
18
+ export declare const LIGHT_THEMES: AitheBuiltinTheme[];
19
+ /**
20
+ * Built-in dark theme names.
21
+ * 内置暗色主题名称列表。
22
+ */
23
+ export declare const DARK_THEMES: AitheBuiltinTheme[];
24
+ /**
25
+ * Built-in cloud theme names.
26
+ * 内置云厂商主题名称列表。
27
+ */
28
+ export declare const CLOUD_THEMES: AitheBuiltinTheme[];
29
+ /**
30
+ * Static tree menu data for theme selection, compatible with `<aithe-tree-menu>`.
31
+ * 用于主题选择的静态树形菜单数据,兼容 `<aithe-tree-menu>`。
32
+ *
33
+ * Each theme group (light/dark) is a collapsible group node whose children
34
+ * are individual theme items. A special `type: 'theme'` node is placed at
35
+ * the end for the inline theme picker.
36
+ * 每个主题分组(亮色/暗色)是一个可折叠的分组节点,其子节点为各个主题项。
37
+ * 末尾放置一个 `type: 'theme'` 节点用于内联主题选择器。
38
+ */
39
+ export declare const themeMenu: AitheTreeNodeMeta[];
40
+ /**
41
+ * Register the theme style sheet into the document head (idempotent).
42
+ * 将主题样式表注册到文档 head(幂等操作)。
43
+ */
44
+ export declare function registerAitheTheme(): void;
45
+ /** Get the CSS class name for a given theme. 获取指定主题的 CSS 类名。 */
46
+ export declare function getThemeClassName(theme: AitheThemeName): string;
47
+ /**
48
+ * Get the current global theme from the document element's data attribute or class list.
49
+ * 从文档元素的 data 属性或类列表获取当前全局主题。
50
+ */
51
+ export declare function getGlobalTheme(): AitheThemeName;
52
+ /**
53
+ * Set the global theme on the document element and optionally persist to localStorage.
54
+ * 在文档元素上设置全局主题,可选持久化到 localStorage。
55
+ *
56
+ * @param theme - Theme name to apply. 要应用的主题名称。
57
+ * @param persist - Whether to save to localStorage. 是否保存到 localStorage。
58
+ */
59
+ export declare function setGlobalTheme(theme: AitheThemeName, persist?: boolean): void;
60
+ /** Load the previously persisted theme from localStorage. 从 localStorage 加载之前持久化的主题。 */
61
+ export declare function loadStoredTheme(): AitheThemeName | null;
62
+ /**
63
+ * Resolve the computed theme for a given element: local override → closest themed ancestor → global theme.
64
+ * 解析给定元素的计算主题:本地覆盖 → 最近带主题祖先 → 全局主题。
65
+ *
66
+ * @param element - The element to resolve theme for. 要解析主题的元素。
67
+ * @param componentTheme - Optional local theme override. 可选的本地主题覆盖。
68
+ */
69
+ export declare function resolveComputedTheme(element: HTMLElement, componentTheme?: AitheThemeName): AitheThemeName;
70
+ /**
71
+ * Initialize the theme subsystem: register styles and apply the stored or default theme.
72
+ * 初始化主题子系统:注册样式并应用已存储或默认的主题。
73
+ *
74
+ * @param defaultTheme - Fallback theme when no stored preference exists. 无存储偏好时的回退主题。
75
+ */
76
+ export declare function initAitheTheme(defaultTheme?: AitheThemeName): void;
77
+ /**
78
+ * Subscribe to theme changes. Returns an unsubscribe function.
79
+ * 订阅主题变更,返回取消订阅函数。
80
+ *
81
+ * @param fn - Callback function invoked when theme changes. 主题变更时调用的回调函数。
82
+ * @returns Unsubscribe function. 取消订阅函数。
83
+ */
84
+ export declare function onAitheThemeChange(fn: () => void): () => void;
85
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/styles/theme/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAClE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AA6BrD,kCAAkC;AAClC,eAAO,MAAM,mBAAmB,EAAE,cAAwB,CAAC;AAC3D,sFAAsF;AACtF,eAAO,MAAM,uBAAuB,mBAAmB,CAAC;AASxD,mGAAmG;AACnG,eAAO,MAAM,cAAc,um3EA2B1B,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,YAAY,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CA0B/C,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,YAAY,EAAE,iBAAiB,EAG3C,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,WAAW,EAAE,iBAAiB,EAG1C,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,YAAY,EAAE,iBAAiB,EAE3C,CAAC;AAEF;;;;;;;;;GASG;AACH,eAAO,MAAM,SAAS,EAAE,iBAAiB,EAkCxC,CAAC;AAEF;;;GAGG;AACH,wBAAgB,kBAAkB,IAAI,IAAI,CAczC;AAED,gEAAgE;AAChE,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,cAAc,GAAG,MAAM,CAE/D;AAED;;;GAGG;AACH,wBAAgB,cAAc,IAAI,cAAc,CAe/C;AAED;;;;;;GAMG;AACH,wBAAgB,cAAc,CAAC,KAAK,EAAE,cAAc,EAAE,OAAO,UAAO,GAAG,IAAI,CAuB1E;AAED,wFAAwF;AACxF,wBAAgB,eAAe,IAAI,cAAc,GAAG,IAAI,CAMvD;AAED;;;;;;GAMG;AACH,wBAAgB,oBAAoB,CAClC,OAAO,EAAE,WAAW,EACpB,cAAc,CAAC,EAAE,cAAc,GAC9B,cAAc,CAiBhB;AAED;;;;;GAKG;AACH,wBAAgB,cAAc,CAAC,YAAY,GAAE,cAAoC,GAAG,IAAI,CAIvF;AAED;;;;;;GAMG;AACH,wBAAgB,kBAAkB,CAAC,EAAE,EAAE,MAAM,IAAI,GAAG,MAAM,IAAI,CAG7D"}
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Indigo theme tokens.
3
+ * 靛蓝主题令牌。
4
+ *
5
+ * Steady business, premium texture with indigo-tinted backgrounds.
6
+ * 沉稳商务、高端质感,配靛蓝调背景。
7
+ */
8
+ export declare const indigoThemeTokens = "\n.aithe-theme-indigo,\n[data-aithe-theme='indigo'] {\n color-scheme: light;\n --aithe-primary-1: #f0f0ff;\n --aithe-primary-2: #ddd8ff;\n --aithe-primary-3: #c0b8ff;\n --aithe-primary-4: #9e90ff;\n --aithe-primary-5: #7a68f0;\n --aithe-primary-6: #5c48d6;\n --aithe-primary-7: #4634b0;\n --aithe-primary-8: #34268a;\n --aithe-primary-9: #261a66;\n --aithe-primary-10: #1a1048;\n --aithe-success-1: #f0faf4;\n --aithe-success-2: #d6f0e0;\n --aithe-success-3: #aee0be;\n --aithe-success-4: #78cc96;\n --aithe-success-5: #4db872;\n --aithe-success-6: #2f9e56;\n --aithe-success-7: #1f8040;\n --aithe-success-8: #186432;\n --aithe-success-9: #124c26;\n --aithe-success-10: #0c361a;\n --aithe-warning-1: #fff9f0;\n --aithe-warning-2: #ffefcc;\n --aithe-warning-3: #ffe0a0;\n --aithe-warning-4: #ffcc6a;\n --aithe-warning-5: #f0b030;\n --aithe-warning-6: #c89018;\n --aithe-warning-7: #a07010;\n --aithe-warning-8: #7a550c;\n --aithe-warning-9: #563e08;\n --aithe-warning-10: #3a2a05;\n --aithe-danger-1: #fff2f4;\n --aithe-danger-2: #ffdde3;\n --aithe-danger-3: #ffc0cc;\n --aithe-danger-4: #ff96aa;\n --aithe-danger-5: #f06888;\n --aithe-danger-6: #d44068;\n --aithe-danger-7: #b02450;\n --aithe-danger-8: #8c183e;\n --aithe-danger-9: #6a1030;\n --aithe-danger-10: #480a20;\n --aithe-neutral-1: #f7f7fa;\n --aithe-neutral-2: #ededf2;\n --aithe-neutral-3: #d8d8e4;\n --aithe-neutral-4: #bcbcd0;\n --aithe-neutral-5: #9e9eb6;\n --aithe-neutral-6: #80809c;\n --aithe-neutral-7: #626280;\n --aithe-neutral-8: #484862;\n --aithe-neutral-9: #303044;\n --aithe-neutral-10: #18182a;\n --aithe-color-bg: #f0eef8;\n --aithe-color-bg-subtle: linear-gradient(180deg, #f6f4fc 0%, #e8e6f4 100%);\n --aithe-color-surface: rgba(250, 249, 255, 0.88);\n --aithe-color-surface-elevated: rgba(255, 255, 255, 0.98);\n --aithe-color-surface-muted: #e2e0f0;\n --aithe-color-border: rgba(70, 50, 160, 0.18);\n --aithe-color-border-strong: rgba(55, 35, 140, 0.28);\n --aithe-color-text: #120e2a;\n --aithe-color-text-muted: #382e68;\n --aithe-color-text-subtle: #685ea0;\n --aithe-color-overlay: rgba(10, 6, 30, 0.48);\n --aithe-color-selection: rgba(92, 72, 214, 0.16);\n --aithe-color-focus-ring: rgba(92, 72, 214, 0.36);\n --aithe-color-text-on-primary: #ffffff;\n --aithe-code-keyword: #7c3aed;\n --aithe-code-boolean: #b45309;\n --aithe-code-builtin: #4f46e5;\n --aithe-code-number: #b45309;\n --aithe-code-string: #15803d;\n --aithe-code-function: #4f46e5;\n --aithe-code-type: #a16207;\n --aithe-code-preprocessor: #7c3aed;\n --aithe-code-tag: #be185d;\n --aithe-code-attr: #b45309;\n --aithe-code-key: #be185d;\n --aithe-code-punctuation: #7c4dff;\n --aithe-code-entity: #b45309;\n --aithe-code-comment: #80809c;\n --aithe-code-doctype: #80809c;\n --aithe-code-placeholder: #80809c;\n}\n";
9
+ //# sourceMappingURL=indigo.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"indigo.d.ts","sourceRoot":"","sources":["../../../src/styles/theme/indigo.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,eAAO,MAAM,iBAAiB,qyFAqF7B,CAAC"}
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Ink theme tokens.
3
+ * 墨色暗色主题令牌。
4
+ *
5
+ * Deep indigo-black, literary & focused.
6
+ * 深靛黑,文雅专注,适合写作工具、笔记应用、阅读器。
7
+ */
8
+ export declare const inkThemeTokens = "\n.aithe-theme-ink,\n[data-aithe-theme='ink'] {\n color-scheme: dark;\n --aithe-primary-1: #f2f0ff;\n --aithe-primary-2: #ddd8ff;\n --aithe-primary-3: #c0b8ff;\n --aithe-primary-4: #9e90ff;\n --aithe-primary-5: #7e6ef0;\n --aithe-primary-6: #6454d4;\n --aithe-primary-7: #5040ae;\n --aithe-primary-8: #3e308c;\n --aithe-primary-9: #30246c;\n --aithe-primary-10: #241a50;\n --aithe-success-1: #edfcf8;\n --aithe-success-2: #c9f5e8;\n --aithe-success-3: #9cecd4;\n --aithe-success-4: #6cd8b8;\n --aithe-success-5: #44c09e;\n --aithe-success-6: #2ea882;\n --aithe-success-7: #228c6c;\n --aithe-success-8: #1a7056;\n --aithe-success-9: #145a46;\n --aithe-success-10: #104838;\n --aithe-warning-1: #fff9eb;\n --aithe-warning-2: #ffefc4;\n --aithe-warning-3: #ffde8e;\n --aithe-warning-4: #ffc95a;\n --aithe-warning-5: #f0b03e;\n --aithe-warning-6: #d08e26;\n --aithe-warning-7: #ac701a;\n --aithe-warning-8: #8a5816;\n --aithe-warning-9: #6e4614;\n --aithe-warning-10: #583610;\n --aithe-danger-1: #fff0f6;\n --aithe-danger-2: #ffdae8;\n --aithe-danger-3: #ffb8d0;\n --aithe-danger-4: #ff8eb4;\n --aithe-danger-5: #f06896;\n --aithe-danger-6: #d44c7a;\n --aithe-danger-7: #b03460;\n --aithe-danger-8: #8c244c;\n --aithe-danger-9: #6e1a3a;\n --aithe-danger-10: #52122c;\n --aithe-neutral-1: #eeeef6;\n --aithe-neutral-2: #d0d0e0;\n --aithe-neutral-3: #aaaac0;\n --aithe-neutral-4: #8484a0;\n --aithe-neutral-5: #646480;\n --aithe-neutral-6: #4a4a64;\n --aithe-neutral-7: #363650;\n --aithe-neutral-8: #26263c;\n --aithe-neutral-9: #18182c;\n --aithe-neutral-10: #0c0c1c;\n --aithe-color-bg: #0e0c18;\n --aithe-color-bg-subtle: radial-gradient(circle at top, rgba(80, 60, 140, 0.16) 0%, rgba(14, 12, 24, 1) 55%);\n --aithe-color-surface: rgba(18, 16, 28, 0.84);\n --aithe-color-surface-elevated: rgba(24, 22, 38, 0.96);\n --aithe-color-surface-muted: #16142a;\n --aithe-color-border: rgba(150, 140, 200, 0.17);\n --aithe-color-border-strong: rgba(170, 160, 220, 0.25);\n --aithe-color-text: #eae8f8;\n --aithe-color-text-muted: #9c98b8;\n --aithe-color-text-subtle: #747098;\n --aithe-color-overlay: rgba(4, 2, 10, 0.68);\n --aithe-color-selection: rgba(100, 84, 212, 0.22);\n --aithe-color-focus-ring: rgba(100, 84, 212, 0.40);\n --aithe-shadow-1: 0 8px 18px rgba(0, 0, 0, 0.26);\n --aithe-shadow-2: 0 14px 34px rgba(0, 0, 0, 0.32);\n --aithe-shadow-3: 0 20px 44px rgba(0, 0, 0, 0.38);\n --aithe-shadow-4: 0 24px 56px rgba(0, 0, 0, 0.44);\n --aithe-shadow-5: 0 30px 72px rgba(0, 0, 0, 0.50);\n --aithe-color-text-on-primary: #ffffff;\n --aithe-code-keyword: #c678dd;\n --aithe-code-boolean: #d19a66;\n --aithe-code-builtin: #9e90ff;\n --aithe-code-number: #d19a66;\n --aithe-code-string: #98c379;\n --aithe-code-function: #61afef;\n --aithe-code-type: #e5c07b;\n --aithe-code-preprocessor: #c678dd;\n --aithe-code-tag: #e06c75;\n --aithe-code-attr: #d19a66;\n --aithe-code-key: #e06c75;\n --aithe-code-punctuation: #89ddff;\n --aithe-code-entity: #d19a66;\n --aithe-code-comment: #363650;\n --aithe-code-doctype: #363650;\n --aithe-code-placeholder: #363650;\n}\n";
9
+ //# sourceMappingURL=ink.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ink.d.ts","sourceRoot":"","sources":["../../../src/styles/theme/ink.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,eAAO,MAAM,cAAc,4kGA0F1B,CAAC"}
@@ -1,2 +1,9 @@
1
- export declare const lightThemeTokens = "\n.aithe-theme-light,\n[data-aithe-theme='light'],\n:root {\n color-scheme: light;\n --aithe-primary-1: #f2f7ff;\n --aithe-primary-2: #e3efff;\n --aithe-primary-3: #c8deff;\n --aithe-primary-4: #9ec5ff;\n --aithe-primary-5: #74aaff;\n --aithe-primary-6: #4d8dff;\n --aithe-primary-7: #326fe1;\n --aithe-primary-8: #2859b5;\n --aithe-primary-9: #22488f;\n --aithe-primary-10: #1d3970;\n --aithe-success-1: #effcf6;\n --aithe-success-2: #d9f5e6;\n --aithe-success-3: #b7ebcf;\n --aithe-success-4: #84d9ae;\n --aithe-success-5: #52c48a;\n --aithe-success-6: #2eae70;\n --aithe-success-7: #1f915d;\n --aithe-success-8: #1b754e;\n --aithe-success-9: #185e40;\n --aithe-success-10: #144b34;\n --aithe-warning-1: #fff8e8;\n --aithe-warning-2: #ffefc7;\n --aithe-warning-3: #ffe08c;\n --aithe-warning-4: #ffcc59;\n --aithe-warning-5: #f6b73a;\n --aithe-warning-6: #dd9621;\n --aithe-warning-7: #b97516;\n --aithe-warning-8: #955b14;\n --aithe-warning-9: #754712;\n --aithe-warning-10: #5c390f;\n --aithe-danger-1: #fff1f2;\n --aithe-danger-2: #ffe0e4;\n --aithe-danger-3: #ffc4cb;\n --aithe-danger-4: #ff9ca8;\n --aithe-danger-5: #ff7283;\n --aithe-danger-6: #f04f64;\n --aithe-danger-7: #cf3950;\n --aithe-danger-8: #ab3144;\n --aithe-danger-9: #882c3a;\n --aithe-danger-10: #6d2630;\n --aithe-neutral-1: #f7f8fb;\n --aithe-neutral-2: #eef1f6;\n --aithe-neutral-3: #e1e6ef;\n --aithe-neutral-4: #c9d1df;\n --aithe-neutral-5: #aeb8cb;\n --aithe-neutral-6: #8f9ab0;\n --aithe-neutral-7: #6d788f;\n --aithe-neutral-8: #4d576b;\n --aithe-neutral-9: #2f3747;\n --aithe-neutral-10: #151a22;\n --aithe-color-bg: #f5f7fb;\n --aithe-color-bg-subtle: linear-gradient(180deg, #f9fbff 0%, #f2f5fb 100%);\n --aithe-color-surface: rgba(255, 255, 255, 0.82);\n --aithe-color-surface-elevated: rgba(255, 255, 255, 0.98);\n --aithe-color-surface-muted: #eef2f8;\n --aithe-color-border: rgba(76, 94, 132, 0.18);\n --aithe-color-border-strong: rgba(52, 66, 96, 0.28);\n --aithe-color-text: #152033;\n --aithe-color-text-muted: #526079;\n --aithe-color-text-subtle: #7b879b;\n --aithe-color-overlay: rgba(11, 17, 29, 0.54);\n --aithe-color-selection: rgba(77, 141, 255, 0.18);\n --aithe-color-focus-ring: rgba(77, 141, 255, 0.38);\n}\n";
1
+ /**
2
+ * Light theme tokens.
3
+ * 浅色主题令牌。
4
+ *
5
+ * Primary, success, warning, danger, neutral scales plus semantic color aliases.
6
+ * primary、success、warning、danger、neutral 色阶及语义颜色别名。
7
+ */
8
+ export declare const lightThemeTokens = "\n.aithe-theme-light,\n[data-aithe-theme='light'],\n:root {\n color-scheme: light;\n --aithe-primary-1: #f2f7ff;\n --aithe-primary-2: #e3efff;\n --aithe-primary-3: #c8deff;\n --aithe-primary-4: #9ec5ff;\n --aithe-primary-5: #74aaff;\n --aithe-primary-6: #4d8dff;\n --aithe-primary-7: #326fe1;\n --aithe-primary-8: #2859b5;\n --aithe-primary-9: #22488f;\n --aithe-primary-10: #1d3970;\n --aithe-success-1: #effcf6;\n --aithe-success-2: #d9f5e6;\n --aithe-success-3: #b7ebcf;\n --aithe-success-4: #84d9ae;\n --aithe-success-5: #52c48a;\n --aithe-success-6: #2eae70;\n --aithe-success-7: #1f915d;\n --aithe-success-8: #1b754e;\n --aithe-success-9: #185e40;\n --aithe-success-10: #144b34;\n --aithe-warning-1: #fff8e8;\n --aithe-warning-2: #ffefc7;\n --aithe-warning-3: #ffe08c;\n --aithe-warning-4: #ffcc59;\n --aithe-warning-5: #f6b73a;\n --aithe-warning-6: #dd9621;\n --aithe-warning-7: #b97516;\n --aithe-warning-8: #955b14;\n --aithe-warning-9: #754712;\n --aithe-warning-10: #5c390f;\n --aithe-danger-1: #fff1f2;\n --aithe-danger-2: #ffe0e4;\n --aithe-danger-3: #ffc4cb;\n --aithe-danger-4: #ff9ca8;\n --aithe-danger-5: #ff7283;\n --aithe-danger-6: #f04f64;\n --aithe-danger-7: #cf3950;\n --aithe-danger-8: #ab3144;\n --aithe-danger-9: #882c3a;\n --aithe-danger-10: #6d2630;\n --aithe-neutral-1: #f7f8fb;\n --aithe-neutral-2: #eef1f6;\n --aithe-neutral-3: #e1e6ef;\n --aithe-neutral-4: #c9d1df;\n --aithe-neutral-5: #aeb8cb;\n --aithe-neutral-6: #8f9ab0;\n --aithe-neutral-7: #6d788f;\n --aithe-neutral-8: #4d576b;\n --aithe-neutral-9: #2f3747;\n --aithe-neutral-10: #151a22;\n --aithe-color-bg: #f2f5fa;\n --aithe-color-bg-subtle: linear-gradient(180deg, #f7faff 0%, #eef2f8 100%);\n --aithe-color-surface: rgba(255, 255, 255, 0.85);\n --aithe-color-surface-elevated: rgba(255, 255, 255, 0.98);\n --aithe-color-surface-muted: #e8ecf4;\n --aithe-color-border: rgba(76, 94, 132, 0.20);\n --aithe-color-border-strong: rgba(52, 66, 96, 0.30);\n --aithe-color-text: #0e1628;\n --aithe-color-text-muted: #3d4a66;\n --aithe-color-text-subtle: #6a7a94;\n --aithe-color-overlay: rgba(11, 17, 29, 0.54);\n --aithe-color-selection: rgba(77, 141, 255, 0.18);\n --aithe-color-focus-ring: rgba(77, 141, 255, 0.38);\n --aithe-color-text-on-primary: #ffffff;\n --aithe-code-keyword: #a626a4;\n --aithe-code-boolean: #986801;\n --aithe-code-builtin: #4078f2;\n --aithe-code-number: #986801;\n --aithe-code-string: #50a14f;\n --aithe-code-function: #4078f2;\n --aithe-code-type: #c18401;\n --aithe-code-preprocessor: #a626a4;\n --aithe-code-tag: #e45649;\n --aithe-code-attr: #986801;\n --aithe-code-key: #e45649;\n --aithe-code-punctuation: #5c6bc0;\n --aithe-code-entity: #986801;\n --aithe-code-comment: #a0a1a7;\n --aithe-code-doctype: #a0a1a7;\n --aithe-code-placeholder: #a0a1a7;\n}\n";
2
9
  //# sourceMappingURL=light.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"light.d.ts","sourceRoot":"","sources":["../../../src/styles/theme/light.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gBAAgB,quEAqE5B,CAAC"}
1
+ {"version":3,"file":"light.d.ts","sourceRoot":"","sources":["../../../src/styles/theme/light.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,eAAO,MAAM,gBAAgB,6yFAsF5B,CAAC"}
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Midnight theme tokens.
3
+ * 午夜暗色主题令牌。
4
+ *
5
+ * Deep blue-black, serene & immersive.
6
+ * 深邃蓝黑,宁静沉浸,适合数据大屏、监控面板、夜间模式。
7
+ */
8
+ export declare const midnightThemeTokens = "\n.aithe-theme-midnight,\n[data-aithe-theme='midnight'] {\n color-scheme: dark;\n --aithe-primary-1: #edf2ff;\n --aithe-primary-2: #d4e0ff;\n --aithe-primary-3: #afc6ff;\n --aithe-primary-4: #84a8ff;\n --aithe-primary-5: #5c8af5;\n --aithe-primary-6: #4070e0;\n --aithe-primary-7: #3458b8;\n --aithe-primary-8: #2a4494;\n --aithe-primary-9: #223472;\n --aithe-primary-10: #1a2654;\n --aithe-success-1: #edfcf6;\n --aithe-success-2: #c9f5e0;\n --aithe-success-3: #9cecc4;\n --aithe-success-4: #6cd8a2;\n --aithe-success-5: #44c084;\n --aithe-success-6: #2ea86c;\n --aithe-success-7: #228c58;\n --aithe-success-8: #1a7046;\n --aithe-success-9: #145a38;\n --aithe-success-10: #10482e;\n --aithe-warning-1: #fff9eb;\n --aithe-warning-2: #ffefc4;\n --aithe-warning-3: #ffde8e;\n --aithe-warning-4: #ffc95a;\n --aithe-warning-5: #f0b03e;\n --aithe-warning-6: #d08e26;\n --aithe-warning-7: #ac701a;\n --aithe-warning-8: #8a5816;\n --aithe-warning-9: #6e4614;\n --aithe-warning-10: #583610;\n --aithe-danger-1: #fff1f4;\n --aithe-danger-2: #ffdce2;\n --aithe-danger-3: #ffbcc8;\n --aithe-danger-4: #ff92a4;\n --aithe-danger-5: #f86c83;\n --aithe-danger-6: #df526b;\n --aithe-danger-7: #be4159;\n --aithe-danger-8: #99354a;\n --aithe-danger-9: #7a2d3d;\n --aithe-danger-10: #612634;\n --aithe-neutral-1: #eef0f8;\n --aithe-neutral-2: #d2d8e8;\n --aithe-neutral-3: #aeb8ce;\n --aithe-neutral-4: #8a96b2;\n --aithe-neutral-5: #6a7894;\n --aithe-neutral-6: #4e5c76;\n --aithe-neutral-7: #384460;\n --aithe-neutral-8: #26304c;\n --aithe-neutral-9: #18203a;\n --aithe-neutral-10: #0e1428;\n --aithe-color-bg: #0a0e1c;\n --aithe-color-bg-subtle: radial-gradient(circle at top, rgba(50, 80, 160, 0.20) 0%, rgba(10, 14, 28, 1) 55%);\n --aithe-color-surface: rgba(14, 20, 36, 0.84);\n --aithe-color-surface-elevated: rgba(18, 26, 48, 0.96);\n --aithe-color-surface-muted: #121828;\n --aithe-color-border: rgba(140, 170, 230, 0.17);\n --aithe-color-border-strong: rgba(160, 190, 245, 0.25);\n --aithe-color-text: #eaf0fc;\n --aithe-color-text-muted: #98a8c6;\n --aithe-color-text-subtle: #6e82a6;\n --aithe-color-overlay: rgba(2, 4, 12, 0.68);\n --aithe-color-selection: rgba(64, 112, 224, 0.22);\n --aithe-color-focus-ring: rgba(64, 112, 224, 0.40);\n --aithe-shadow-1: 0 8px 18px rgba(0, 0, 0, 0.26);\n --aithe-shadow-2: 0 14px 34px rgba(0, 0, 0, 0.32);\n --aithe-shadow-3: 0 20px 44px rgba(0, 0, 0, 0.38);\n --aithe-shadow-4: 0 24px 56px rgba(0, 0, 0, 0.44);\n --aithe-shadow-5: 0 30px 72px rgba(0, 0, 0, 0.50);\n --aithe-color-text-on-primary: #ffffff;\n --aithe-code-keyword: #c678dd;\n --aithe-code-boolean: #d19a66;\n --aithe-code-builtin: #61afef;\n --aithe-code-number: #d19a66;\n --aithe-code-string: #98c379;\n --aithe-code-function: #61afef;\n --aithe-code-type: #e5c07b;\n --aithe-code-preprocessor: #c678dd;\n --aithe-code-tag: #e06c75;\n --aithe-code-attr: #d19a66;\n --aithe-code-key: #e06c75;\n --aithe-code-punctuation: #89ddff;\n --aithe-code-entity: #d19a66;\n --aithe-code-comment: #384460;\n --aithe-code-doctype: #384460;\n --aithe-code-placeholder: #384460;\n}\n";
9
+ //# sourceMappingURL=midnight.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"midnight.d.ts","sourceRoot":"","sources":["../../../src/styles/theme/midnight.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,eAAO,MAAM,mBAAmB,slGA0F/B,CAAC"}
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Navy theme tokens.
3
+ * 海军蓝暗色主题令牌。
4
+ *
5
+ * Deep navy blue, authoritative & trustworthy.
6
+ * 深邃藏蓝,权威可信,适合金融后台、企业管理、政务系统。
7
+ */
8
+ export declare const navyThemeTokens = "\n.aithe-theme-navy,\n[data-aithe-theme='navy'] {\n color-scheme: dark;\n --aithe-primary-1: #ecf0ff;\n --aithe-primary-2: #d0dcff;\n --aithe-primary-3: #a8c0ff;\n --aithe-primary-4: #789ef5;\n --aithe-primary-5: #5880e0;\n --aithe-primary-6: #4066c0;\n --aithe-primary-7: #3450a0;\n --aithe-primary-8: #283e80;\n --aithe-primary-9: #1e3062;\n --aithe-primary-10: #162448;\n --aithe-success-1: #edfcf6;\n --aithe-success-2: #c9f5e0;\n --aithe-success-3: #9cecc4;\n --aithe-success-4: #6cd8a2;\n --aithe-success-5: #44c084;\n --aithe-success-6: #2ea86c;\n --aithe-success-7: #228c58;\n --aithe-success-8: #1a7046;\n --aithe-success-9: #145a38;\n --aithe-success-10: #10482e;\n --aithe-warning-1: #fff9eb;\n --aithe-warning-2: #ffefc4;\n --aithe-warning-3: #ffde8e;\n --aithe-warning-4: #ffc95a;\n --aithe-warning-5: #f0b03e;\n --aithe-warning-6: #d08e26;\n --aithe-warning-7: #ac701a;\n --aithe-warning-8: #8a5816;\n --aithe-warning-9: #6e4614;\n --aithe-warning-10: #583610;\n --aithe-danger-1: #fff1f4;\n --aithe-danger-2: #ffdce2;\n --aithe-danger-3: #ffbcc8;\n --aithe-danger-4: #ff92a4;\n --aithe-danger-5: #f86c83;\n --aithe-danger-6: #df526b;\n --aithe-danger-7: #be4159;\n --aithe-danger-8: #99354a;\n --aithe-danger-9: #7a2d3d;\n --aithe-danger-10: #612634;\n --aithe-neutral-1: #e8ecf8;\n --aithe-neutral-2: #c8d0e4;\n --aithe-neutral-3: #9eaac8;\n --aithe-neutral-4: #7484a8;\n --aithe-neutral-5: #566488;\n --aithe-neutral-6: #3e4c6c;\n --aithe-neutral-7: #2c3854;\n --aithe-neutral-8: #1e2840;\n --aithe-neutral-9: #141c30;\n --aithe-neutral-10: #0a1020;\n --aithe-color-bg: #080c18;\n --aithe-color-bg-subtle: radial-gradient(circle at top, rgba(40, 70, 150, 0.18) 0%, rgba(8, 12, 24, 1) 55%);\n --aithe-color-surface: rgba(12, 16, 28, 0.84);\n --aithe-color-surface-elevated: rgba(16, 22, 40, 0.96);\n --aithe-color-surface-muted: #101628;\n --aithe-color-border: rgba(120, 150, 220, 0.17);\n --aithe-color-border-strong: rgba(140, 170, 240, 0.25);\n --aithe-color-text: #e6eefc;\n --aithe-color-text-muted: #90a0c0;\n --aithe-color-text-subtle: #6878a0;\n --aithe-color-overlay: rgba(2, 4, 10, 0.68);\n --aithe-color-selection: rgba(64, 102, 192, 0.22);\n --aithe-color-focus-ring: rgba(64, 102, 192, 0.40);\n --aithe-shadow-1: 0 8px 18px rgba(0, 0, 0, 0.26);\n --aithe-shadow-2: 0 14px 34px rgba(0, 0, 0, 0.32);\n --aithe-shadow-3: 0 20px 44px rgba(0, 0, 0, 0.38);\n --aithe-shadow-4: 0 24px 56px rgba(0, 0, 0, 0.44);\n --aithe-shadow-5: 0 30px 72px rgba(0, 0, 0, 0.50);\n --aithe-color-text-on-primary: #ffffff;\n --aithe-code-keyword: #c678dd;\n --aithe-code-boolean: #d19a66;\n --aithe-code-builtin: #789ef5;\n --aithe-code-number: #d19a66;\n --aithe-code-string: #98c379;\n --aithe-code-function: #61afef;\n --aithe-code-type: #e5c07b;\n --aithe-code-preprocessor: #c678dd;\n --aithe-code-tag: #e06c75;\n --aithe-code-attr: #d19a66;\n --aithe-code-key: #e06c75;\n --aithe-code-punctuation: #89ddff;\n --aithe-code-entity: #d19a66;\n --aithe-code-comment: #2c3854;\n --aithe-code-doctype: #2c3854;\n --aithe-code-placeholder: #2c3854;\n}\n";
9
+ //# sourceMappingURL=navy.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"navy.d.ts","sourceRoot":"","sources":["../../../src/styles/theme/navy.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,eAAO,MAAM,eAAe,6kGA0F3B,CAAC"}
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Obsidian theme tokens.
3
+ * 黑曜石暗色主题令牌。
4
+ *
5
+ * Volcanic glass black, pure & authoritative.
6
+ * 火山玻璃黑,纯粹权威,适合安全平台、终端工具、极简暗色。
7
+ */
8
+ export declare const obsidianThemeTokens = "\n.aithe-theme-obsidian,\n[data-aithe-theme='obsidian'] {\n color-scheme: dark;\n --aithe-primary-1: #f0f4ff;\n --aithe-primary-2: #d8e2ff;\n --aithe-primary-3: #b4c8ff;\n --aithe-primary-4: #88a8ff;\n --aithe-primary-5: #6288f0;\n --aithe-primary-6: #4c6cd4;\n --aithe-primary-7: #3c54ae;\n --aithe-primary-8: #2e408a;\n --aithe-primary-9: #223068;\n --aithe-primary-10: #18224c;\n --aithe-success-1: #edfcf6;\n --aithe-success-2: #c9f5e0;\n --aithe-success-3: #9cecc4;\n --aithe-success-4: #6cd8a2;\n --aithe-success-5: #44c084;\n --aithe-success-6: #2ea86c;\n --aithe-success-7: #228c58;\n --aithe-success-8: #1a7046;\n --aithe-success-9: #145a38;\n --aithe-success-10: #10482e;\n --aithe-warning-1: #fff9eb;\n --aithe-warning-2: #ffefc4;\n --aithe-warning-3: #ffde8e;\n --aithe-warning-4: #ffc95a;\n --aithe-warning-5: #f0b03e;\n --aithe-warning-6: #d08e26;\n --aithe-warning-7: #ac701a;\n --aithe-warning-8: #8a5816;\n --aithe-warning-9: #6e4614;\n --aithe-warning-10: #583610;\n --aithe-danger-1: #fff1f4;\n --aithe-danger-2: #ffdce2;\n --aithe-danger-3: #ffbcc8;\n --aithe-danger-4: #ff92a4;\n --aithe-danger-5: #f86c83;\n --aithe-danger-6: #df526b;\n --aithe-danger-7: #be4159;\n --aithe-danger-8: #99354a;\n --aithe-danger-9: #7a2d3d;\n --aithe-danger-10: #612634;\n --aithe-neutral-1: #eef0f4;\n --aithe-neutral-2: #d0d4dc;\n --aithe-neutral-3: #a8aec0;\n --aithe-neutral-4: #828a9e;\n --aithe-neutral-5: #606880;\n --aithe-neutral-6: #464e64;\n --aithe-neutral-7: #323a50;\n --aithe-neutral-8: #22283c;\n --aithe-neutral-9: #161a2c;\n --aithe-neutral-10: #0c0e1a;\n --aithe-color-bg: #080a12;\n --aithe-color-bg-subtle: radial-gradient(circle at top, rgba(60, 70, 120, 0.14) 0%, rgba(8, 10, 18, 1) 55%);\n --aithe-color-surface: rgba(12, 14, 22, 0.86);\n --aithe-color-surface-elevated: rgba(16, 20, 32, 0.96);\n --aithe-color-surface-muted: #10121c;\n --aithe-color-border: rgba(130, 150, 200, 0.16);\n --aithe-color-border-strong: rgba(150, 170, 220, 0.24);\n --aithe-color-text: #e6eaf6;\n --aithe-color-text-muted: #9098b0;\n --aithe-color-text-subtle: #687088;\n --aithe-color-overlay: rgba(2, 2, 8, 0.70);\n --aithe-color-selection: rgba(76, 108, 212, 0.20);\n --aithe-color-focus-ring: rgba(76, 108, 212, 0.38);\n --aithe-shadow-1: 0 8px 18px rgba(0, 0, 0, 0.30);\n --aithe-shadow-2: 0 14px 34px rgba(0, 0, 0, 0.36);\n --aithe-shadow-3: 0 20px 44px rgba(0, 0, 0, 0.42);\n --aithe-shadow-4: 0 24px 56px rgba(0, 0, 0, 0.48);\n --aithe-shadow-5: 0 30px 72px rgba(0, 0, 0, 0.54);\n --aithe-color-text-on-primary: #ffffff;\n --aithe-code-keyword: #c678dd;\n --aithe-code-boolean: #d19a66;\n --aithe-code-builtin: #61afef;\n --aithe-code-number: #d19a66;\n --aithe-code-string: #98c379;\n --aithe-code-function: #61afef;\n --aithe-code-type: #e5c07b;\n --aithe-code-preprocessor: #c678dd;\n --aithe-code-tag: #e06c75;\n --aithe-code-attr: #d19a66;\n --aithe-code-key: #e06c75;\n --aithe-code-punctuation: #89ddff;\n --aithe-code-entity: #d19a66;\n --aithe-code-comment: #323a50;\n --aithe-code-doctype: #323a50;\n --aithe-code-placeholder: #323a50;\n}\n";
9
+ //# sourceMappingURL=obsidian.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"obsidian.d.ts","sourceRoot":"","sources":["../../../src/styles/theme/obsidian.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,eAAO,MAAM,mBAAmB,olGA0F/B,CAAC"}
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Onyx theme tokens.
3
+ * 缟玛瑙暗色主题令牌。
4
+ *
5
+ * Pure deep black, minimal & bold.
6
+ * 纯粹深黑,极简大胆,适合高端展示、摄影作品、暗色画廊。
7
+ */
8
+ export declare const onyxThemeTokens = "\n.aithe-theme-onyx,\n[data-aithe-theme='onyx'] {\n color-scheme: dark;\n --aithe-primary-1: #f0f2f6;\n --aithe-primary-2: #d8dce8;\n --aithe-primary-3: #b4bcd0;\n --aithe-primary-4: #8c98b8;\n --aithe-primary-5: #6878a0;\n --aithe-primary-6: #506088;\n --aithe-primary-7: #3e4e70;\n --aithe-primary-8: #2e3e5a;\n --aithe-primary-9: #223046;\n --aithe-primary-10: #182234;\n --aithe-success-1: #edfcf6;\n --aithe-success-2: #c9f5e0;\n --aithe-success-3: #9cecc4;\n --aithe-success-4: #6cd8a2;\n --aithe-success-5: #44c084;\n --aithe-success-6: #2ea86c;\n --aithe-success-7: #228c58;\n --aithe-success-8: #1a7046;\n --aithe-success-9: #145a38;\n --aithe-success-10: #10482e;\n --aithe-warning-1: #fff9eb;\n --aithe-warning-2: #ffefc4;\n --aithe-warning-3: #ffde8e;\n --aithe-warning-4: #ffc95a;\n --aithe-warning-5: #f0b03e;\n --aithe-warning-6: #d08e26;\n --aithe-warning-7: #ac701a;\n --aithe-warning-8: #8a5816;\n --aithe-warning-9: #6e4614;\n --aithe-warning-10: #583610;\n --aithe-danger-1: #fff1f4;\n --aithe-danger-2: #ffdce2;\n --aithe-danger-3: #ffbcc8;\n --aithe-danger-4: #ff92a4;\n --aithe-danger-5: #f86c83;\n --aithe-danger-6: #df526b;\n --aithe-danger-7: #be4159;\n --aithe-danger-8: #99354a;\n --aithe-danger-9: #7a2d3d;\n --aithe-danger-10: #612634;\n --aithe-neutral-1: #eceef2;\n --aithe-neutral-2: #ccd0d8;\n --aithe-neutral-3: #a4aab8;\n --aithe-neutral-4: #808898;\n --aithe-neutral-5: #606878;\n --aithe-neutral-6: #484e5e;\n --aithe-neutral-7: #343a48;\n --aithe-neutral-8: #242834;\n --aithe-neutral-9: #161a24;\n --aithe-neutral-10: #0a0c14;\n --aithe-color-bg: #06070a;\n --aithe-color-bg-subtle: radial-gradient(circle at top, rgba(50, 56, 80, 0.12) 0%, rgba(6, 7, 10, 1) 55%);\n --aithe-color-surface: rgba(10, 12, 18, 0.88);\n --aithe-color-surface-elevated: rgba(14, 16, 24, 0.96);\n --aithe-color-surface-muted: #0e1018;\n --aithe-color-border: rgba(120, 130, 170, 0.16);\n --aithe-color-border-strong: rgba(140, 150, 190, 0.24);\n --aithe-color-text: #e2e6f2;\n --aithe-color-text-muted: #8c94a8;\n --aithe-color-text-subtle: #646c80;\n --aithe-color-overlay: rgba(0, 0, 4, 0.72);\n --aithe-color-selection: rgba(80, 96, 136, 0.20);\n --aithe-color-focus-ring: rgba(80, 96, 136, 0.38);\n --aithe-shadow-1: 0 8px 18px rgba(0, 0, 0, 0.32);\n --aithe-shadow-2: 0 14px 34px rgba(0, 0, 0, 0.38);\n --aithe-shadow-3: 0 20px 44px rgba(0, 0, 0, 0.44);\n --aithe-shadow-4: 0 24px 56px rgba(0, 0, 0, 0.50);\n --aithe-shadow-5: 0 30px 72px rgba(0, 0, 0, 0.56);\n --aithe-color-text-on-primary: #ffffff;\n --aithe-code-keyword: #c678dd;\n --aithe-code-boolean: #d19a66;\n --aithe-code-builtin: #61afef;\n --aithe-code-number: #d19a66;\n --aithe-code-string: #98c379;\n --aithe-code-function: #61afef;\n --aithe-code-type: #e5c07b;\n --aithe-code-preprocessor: #c678dd;\n --aithe-code-tag: #e06c75;\n --aithe-code-attr: #d19a66;\n --aithe-code-key: #e06c75;\n --aithe-code-punctuation: #89ddff;\n --aithe-code-entity: #d19a66;\n --aithe-code-comment: #343a48;\n --aithe-code-doctype: #343a48;\n --aithe-code-placeholder: #343a48;\n}\n";
9
+ //# sourceMappingURL=onyx.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"onyx.d.ts","sourceRoot":"","sources":["../../../src/styles/theme/onyx.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,eAAO,MAAM,eAAe,wkGA0F3B,CAAC"}
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Orange theme tokens.
3
+ * 橙色主题令牌。
4
+ *
5
+ * Warm & vibrant, with warm amber-tinted backgrounds.
6
+ * 温暖活力,配暖调琥珀色背景。
7
+ */
8
+ export declare const orangeThemeTokens = "\n.aithe-theme-orange,\n[data-aithe-theme='orange'] {\n color-scheme: light;\n --aithe-primary-1: #fff7e6;\n --aithe-primary-2: #ffe8c1;\n --aithe-primary-3: #ffd591;\n --aithe-primary-4: #ffba5c;\n --aithe-primary-5: #ff9c2e;\n --aithe-primary-6: #e87a18;\n --aithe-primary-7: #c45e0a;\n --aithe-primary-8: #9e4808;\n --aithe-primary-9: #7a3606;\n --aithe-primary-10: #562504;\n --aithe-success-1: #f0faf2;\n --aithe-success-2: #d8f0dc;\n --aithe-success-3: #b3e2bb;\n --aithe-success-4: #7dce8c;\n --aithe-success-5: #4db866;\n --aithe-success-6: #2f9e4a;\n --aithe-success-7: #1f8138;\n --aithe-success-8: #18652e;\n --aithe-success-9: #124e24;\n --aithe-success-10: #0c381a;\n --aithe-warning-1: #fffbe6;\n --aithe-warning-2: #fff3c4;\n --aithe-warning-3: #ffe78a;\n --aithe-warning-4: #ffd84d;\n --aithe-warning-5: #f0c020;\n --aithe-warning-6: #c89e14;\n --aithe-warning-7: #a47e0e;\n --aithe-warning-8: #7f610a;\n --aithe-warning-9: #5c4608;\n --aithe-warning-10: #3d2f05;\n --aithe-danger-1: #fff1f0;\n --aithe-danger-2: #ffddd9;\n --aithe-danger-3: #ffc0b8;\n --aithe-danger-4: #ff9a8e;\n --aithe-danger-5: #f07068;\n --aithe-danger-6: #d44844;\n --aithe-danger-7: #b02e2c;\n --aithe-danger-8: #8c201e;\n --aithe-danger-9: #6a1616;\n --aithe-danger-10: #4a0e0e;\n --aithe-neutral-1: #faf9f7;\n --aithe-neutral-2: #f2efeb;\n --aithe-neutral-3: #e6e0d8;\n --aithe-neutral-4: #d0c7ba;\n --aithe-neutral-5: #b3a794;\n --aithe-neutral-6: #948774;\n --aithe-neutral-7: #746a5c;\n --aithe-neutral-8: #544c42;\n --aithe-neutral-9: #36302a;\n --aithe-neutral-10: #1c1814;\n --aithe-color-bg: #faf2e8;\n --aithe-color-bg-subtle: linear-gradient(180deg, #fef7ee 0%, #f5ecde 100%);\n --aithe-color-surface: rgba(255, 252, 248, 0.88);\n --aithe-color-surface-elevated: rgba(255, 255, 255, 0.98);\n --aithe-color-surface-muted: #f0e6d8;\n --aithe-color-border: rgba(160, 110, 50, 0.18);\n --aithe-color-border-strong: rgba(140, 85, 30, 0.28);\n --aithe-color-text: #261a0e;\n --aithe-color-text-muted: #62482e;\n --aithe-color-text-subtle: #927856;\n --aithe-color-overlay: rgba(30, 18, 5, 0.48);\n --aithe-color-selection: rgba(232, 122, 24, 0.16);\n --aithe-color-focus-ring: rgba(232, 122, 24, 0.36);\n --aithe-color-text-on-primary: #ffffff;\n --aithe-code-keyword: #9333ea;\n --aithe-code-boolean: #b45309;\n --aithe-code-builtin: #c2410c;\n --aithe-code-number: #b45309;\n --aithe-code-string: #15803d;\n --aithe-code-function: #c2410c;\n --aithe-code-type: #a16207;\n --aithe-code-preprocessor: #9333ea;\n --aithe-code-tag: #dc2626;\n --aithe-code-attr: #b45309;\n --aithe-code-key: #dc2626;\n --aithe-code-punctuation: #5c6bc0;\n --aithe-code-entity: #b45309;\n --aithe-code-comment: #a8a29e;\n --aithe-code-doctype: #a8a29e;\n --aithe-code-placeholder: #a8a29e;\n}\n";
9
+ //# sourceMappingURL=orange.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"orange.d.ts","sourceRoot":"","sources":["../../../src/styles/theme/orange.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,eAAO,MAAM,iBAAiB,wyFAqF7B,CAAC"}
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Pink theme tokens.
3
+ * 粉色主题令牌。
4
+ *
5
+ * Soft & fresh, young & friendly with warm pink-tinted backgrounds.
6
+ * 柔和清新、年轻友好,配暖粉背景。
7
+ */
8
+ export declare const pinkThemeTokens = "\n.aithe-theme-pink,\n[data-aithe-theme='pink'] {\n color-scheme: light;\n --aithe-primary-1: #fff0f6;\n --aithe-primary-2: #ffdce8;\n --aithe-primary-3: #ffc0d6;\n --aithe-primary-4: #ff9ebe;\n --aithe-primary-5: #f574a8;\n --aithe-primary-6: #e04d8a;\n --aithe-primary-7: #c03070;\n --aithe-primary-8: #9e1e5a;\n --aithe-primary-9: #7a1246;\n --aithe-primary-10: #560a32;\n --aithe-success-1: #f0faf4;\n --aithe-success-2: #d6f0e0;\n --aithe-success-3: #aee0be;\n --aithe-success-4: #78cc96;\n --aithe-success-5: #4db872;\n --aithe-success-6: #2f9e56;\n --aithe-success-7: #1f8040;\n --aithe-success-8: #186432;\n --aithe-success-9: #124c26;\n --aithe-success-10: #0c361a;\n --aithe-warning-1: #fff9f0;\n --aithe-warning-2: #ffefcc;\n --aithe-warning-3: #ffe0a0;\n --aithe-warning-4: #ffcc6a;\n --aithe-warning-5: #f0b030;\n --aithe-warning-6: #c89018;\n --aithe-warning-7: #a07010;\n --aithe-warning-8: #7a550c;\n --aithe-warning-9: #563e08;\n --aithe-warning-10: #3a2a05;\n --aithe-danger-1: #fff2f4;\n --aithe-danger-2: #ffdde3;\n --aithe-danger-3: #ffc0cc;\n --aithe-danger-4: #ff96aa;\n --aithe-danger-5: #f06888;\n --aithe-danger-6: #d44068;\n --aithe-danger-7: #b02450;\n --aithe-danger-8: #8c183e;\n --aithe-danger-9: #6a1030;\n --aithe-danger-10: #480a20;\n --aithe-neutral-1: #faf8f9;\n --aithe-neutral-2: #f2eef0;\n --aithe-neutral-3: #e4dce0;\n --aithe-neutral-4: #cec0c8;\n --aithe-neutral-5: #b0a0aa;\n --aithe-neutral-6: #92828e;\n --aithe-neutral-7: #746474;\n --aithe-neutral-8: #564858;\n --aithe-neutral-9: #382e3a;\n --aithe-neutral-10: #1c161e;\n --aithe-color-bg: #faf0f4;\n --aithe-color-bg-subtle: linear-gradient(180deg, #fef6f9 0%, #f5e8ef 100%);\n --aithe-color-surface: rgba(255, 250, 252, 0.88);\n --aithe-color-surface-elevated: rgba(255, 255, 255, 0.98);\n --aithe-color-surface-muted: #f0e2ea;\n --aithe-color-border: rgba(160, 60, 100, 0.18);\n --aithe-color-border-strong: rgba(140, 40, 80, 0.28);\n --aithe-color-text: #2a0e1c;\n --aithe-color-text-muted: #643052;\n --aithe-color-text-subtle: #946282;\n --aithe-color-overlay: rgba(30, 10, 20, 0.48);\n --aithe-color-selection: rgba(224, 77, 138, 0.16);\n --aithe-color-focus-ring: rgba(224, 77, 138, 0.36);\n --aithe-color-text-on-primary: #ffffff;\n --aithe-code-keyword: #7c3aed;\n --aithe-code-boolean: #b45309;\n --aithe-code-builtin: #db2777;\n --aithe-code-number: #b45309;\n --aithe-code-string: #15803d;\n --aithe-code-function: #db2777;\n --aithe-code-type: #a16207;\n --aithe-code-preprocessor: #7c3aed;\n --aithe-code-tag: #be123c;\n --aithe-code-attr: #b45309;\n --aithe-code-key: #be123c;\n --aithe-code-punctuation: #7c4dff;\n --aithe-code-entity: #b45309;\n --aithe-code-comment: #92828e;\n --aithe-code-doctype: #92828e;\n --aithe-code-placeholder: #92828e;\n}\n";
9
+ //# sourceMappingURL=pink.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pink.d.ts","sourceRoot":"","sources":["../../../src/styles/theme/pink.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,eAAO,MAAM,eAAe,qyFAqF3B,CAAC"}
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Purple theme tokens.
3
+ * 紫色主题令牌。
4
+ *
5
+ * Refined luxury, tech elegance with purple-tinted backgrounds.
6
+ * 轻奢高级、科技优雅,配淡紫背景。
7
+ */
8
+ export declare const purpleThemeTokens = "\n.aithe-theme-purple,\n[data-aithe-theme='purple'] {\n color-scheme: light;\n --aithe-primary-1: #f5f0ff;\n --aithe-primary-2: #e8dbff;\n --aithe-primary-3: #d3bfff;\n --aithe-primary-4: #b899ff;\n --aithe-primary-5: #9b6ff5;\n --aithe-primary-6: #7c4de0;\n --aithe-primary-7: #6334c0;\n --aithe-primary-8: #4e259e;\n --aithe-primary-9: #3b1a7a;\n --aithe-primary-10: #281056;\n --aithe-success-1: #f0faf4;\n --aithe-success-2: #d6f0e0;\n --aithe-success-3: #aee0be;\n --aithe-success-4: #78cc96;\n --aithe-success-5: #4db872;\n --aithe-success-6: #2f9e56;\n --aithe-success-7: #1f8040;\n --aithe-success-8: #186432;\n --aithe-success-9: #124c26;\n --aithe-success-10: #0c361a;\n --aithe-warning-1: #fff9f0;\n --aithe-warning-2: #ffefcc;\n --aithe-warning-3: #ffe0a0;\n --aithe-warning-4: #ffcc6a;\n --aithe-warning-5: #f0b030;\n --aithe-warning-6: #c89018;\n --aithe-warning-7: #a07010;\n --aithe-warning-8: #7a550c;\n --aithe-warning-9: #563e08;\n --aithe-warning-10: #3a2a05;\n --aithe-danger-1: #fff2f4;\n --aithe-danger-2: #ffdde3;\n --aithe-danger-3: #ffc0cc;\n --aithe-danger-4: #ff96aa;\n --aithe-danger-5: #f06888;\n --aithe-danger-6: #d44068;\n --aithe-danger-7: #b02450;\n --aithe-danger-8: #8c183e;\n --aithe-danger-9: #6a1030;\n --aithe-danger-10: #480a20;\n --aithe-neutral-1: #f8f7fa;\n --aithe-neutral-2: #eeeef4;\n --aithe-neutral-3: #dddde8;\n --aithe-neutral-4: #c4c3d4;\n --aithe-neutral-5: #a8a6bc;\n --aithe-neutral-6: #8a88a0;\n --aithe-neutral-7: #6c6a82;\n --aithe-neutral-8: #504e64;\n --aithe-neutral-9: #343246;\n --aithe-neutral-10: #1a1926;\n --aithe-color-bg: #eeeaf6;\n --aithe-color-bg-subtle: linear-gradient(180deg, #f5f0fc 0%, #e6e0f2 100%);\n --aithe-color-surface: rgba(252, 250, 255, 0.88);\n --aithe-color-surface-elevated: rgba(255, 255, 255, 0.98);\n --aithe-color-surface-muted: #e4def0;\n --aithe-color-border: rgba(100, 70, 160, 0.18);\n --aithe-color-border-strong: rgba(80, 50, 140, 0.28);\n --aithe-color-text: #1a0e2e;\n --aithe-color-text-muted: #4a306e;\n --aithe-color-text-subtle: #7a609e;\n --aithe-color-overlay: rgba(18, 10, 36, 0.48);\n --aithe-color-selection: rgba(124, 77, 224, 0.16);\n --aithe-color-focus-ring: rgba(124, 77, 224, 0.36);\n --aithe-color-text-on-primary: #ffffff;\n --aithe-code-keyword: #7c3aed;\n --aithe-code-boolean: #b45309;\n --aithe-code-builtin: #6d28d9;\n --aithe-code-number: #b45309;\n --aithe-code-string: #15803d;\n --aithe-code-function: #6d28d9;\n --aithe-code-type: #a16207;\n --aithe-code-preprocessor: #7c3aed;\n --aithe-code-tag: #be185d;\n --aithe-code-attr: #b45309;\n --aithe-code-key: #be185d;\n --aithe-code-punctuation: #7c4dff;\n --aithe-code-entity: #b45309;\n --aithe-code-comment: #8b8aa0;\n --aithe-code-doctype: #8b8aa0;\n --aithe-code-placeholder: #8b8aa0;\n}\n";
9
+ //# sourceMappingURL=purple.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"purple.d.ts","sourceRoot":"","sources":["../../../src/styles/theme/purple.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,eAAO,MAAM,iBAAiB,yyFAqF7B,CAAC"}
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Raisin theme tokens.
3
+ * 葡萄干暗色主题令牌。
4
+ *
5
+ * Dark purple-black, creative & mysterious.
6
+ * 深紫黑,创意神秘,适合创意工具、音乐平台、艺术展示。
7
+ */
8
+ export declare const raisinThemeTokens = "\n.aithe-theme-raisin,\n[data-aithe-theme='raisin'] {\n color-scheme: dark;\n --aithe-primary-1: #f4f0ff;\n --aithe-primary-2: #e0d8ff;\n --aithe-primary-3: #c4b4ff;\n --aithe-primary-4: #a48cf5;\n --aithe-primary-5: #8868e0;\n --aithe-primary-6: #6e50c0;\n --aithe-primary-7: #583ca0;\n --aithe-primary-8: #442e80;\n --aithe-primary-9: #342264;\n --aithe-primary-10: #26184a;\n --aithe-success-1: #edfcf8;\n --aithe-success-2: #c9f5e8;\n --aithe-success-3: #9cecd4;\n --aithe-success-4: #6cd8b8;\n --aithe-success-5: #44c09e;\n --aithe-success-6: #2ea882;\n --aithe-success-7: #228c6c;\n --aithe-success-8: #1a7056;\n --aithe-success-9: #145a46;\n --aithe-success-10: #104838;\n --aithe-warning-1: #fff9eb;\n --aithe-warning-2: #ffefc4;\n --aithe-warning-3: #ffde8e;\n --aithe-warning-4: #ffc95a;\n --aithe-warning-5: #f0b03e;\n --aithe-warning-6: #d08e26;\n --aithe-warning-7: #ac701a;\n --aithe-warning-8: #8a5816;\n --aithe-warning-9: #6e4614;\n --aithe-warning-10: #583610;\n --aithe-danger-1: #fff0f6;\n --aithe-danger-2: #ffdae8;\n --aithe-danger-3: #ffb8d0;\n --aithe-danger-4: #ff8eb4;\n --aithe-danger-5: #f06896;\n --aithe-danger-6: #d44c7a;\n --aithe-danger-7: #b03460;\n --aithe-danger-8: #8c244c;\n --aithe-danger-9: #6e1a3a;\n --aithe-danger-10: #52122c;\n --aithe-neutral-1: #eeeef6;\n --aithe-neutral-2: #d0cee0;\n --aithe-neutral-3: #aaa8c0;\n --aithe-neutral-4: #8680a0;\n --aithe-neutral-5: #666080;\n --aithe-neutral-6: #4e4868;\n --aithe-neutral-7: #3a3452;\n --aithe-neutral-8: #2a263e;\n --aithe-neutral-9: #1c1a2e;\n --aithe-neutral-10: #0e0c1e;\n --aithe-color-bg: #0e0a18;\n --aithe-color-bg-subtle: radial-gradient(circle at top, rgba(90, 50, 140, 0.18) 0%, rgba(14, 10, 24, 1) 55%);\n --aithe-color-surface: rgba(16, 12, 24, 0.84);\n --aithe-color-surface-elevated: rgba(22, 18, 34, 0.96);\n --aithe-color-surface-muted: #18142a;\n --aithe-color-border: rgba(150, 130, 200, 0.17);\n --aithe-color-border-strong: rgba(170, 150, 220, 0.25);\n --aithe-color-text: #eae4f8;\n --aithe-color-text-muted: #9c90b8;\n --aithe-color-text-subtle: #746898;\n --aithe-color-overlay: rgba(4, 2, 8, 0.68);\n --aithe-color-selection: rgba(110, 80, 192, 0.22);\n --aithe-color-focus-ring: rgba(110, 80, 192, 0.40);\n --aithe-shadow-1: 0 8px 18px rgba(0, 0, 0, 0.26);\n --aithe-shadow-2: 0 14px 34px rgba(0, 0, 0, 0.32);\n --aithe-shadow-3: 0 20px 44px rgba(0, 0, 0, 0.38);\n --aithe-shadow-4: 0 24px 56px rgba(0, 0, 0, 0.44);\n --aithe-shadow-5: 0 30px 72px rgba(0, 0, 0, 0.50);\n --aithe-color-text-on-primary: #ffffff;\n --aithe-code-keyword: #c678dd;\n --aithe-code-boolean: #d19a66;\n --aithe-code-builtin: #a48cf5;\n --aithe-code-number: #d19a66;\n --aithe-code-string: #98c379;\n --aithe-code-function: #61afef;\n --aithe-code-type: #e5c07b;\n --aithe-code-preprocessor: #c678dd;\n --aithe-code-tag: #e06c75;\n --aithe-code-attr: #d19a66;\n --aithe-code-key: #e06c75;\n --aithe-code-punctuation: #89ddff;\n --aithe-code-entity: #d19a66;\n --aithe-code-comment: #3a3452;\n --aithe-code-doctype: #3a3452;\n --aithe-code-placeholder: #3a3452;\n}\n";
9
+ //# sourceMappingURL=raisin.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"raisin.d.ts","sourceRoot":"","sources":["../../../src/styles/theme/raisin.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,eAAO,MAAM,iBAAiB,ilGA0F7B,CAAC"}
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Slate theme tokens.
3
+ * 石板暗色主题令牌。
4
+ *
5
+ * Cool blue-gray dark, calm & professional.
6
+ * 冷调蓝灰暗色,沉稳专业,适合 IDE、开发者工具、技术后台。
7
+ */
8
+ export declare const slateThemeTokens = "\n.aithe-theme-slate,\n[data-aithe-theme='slate'] {\n color-scheme: dark;\n --aithe-primary-1: #f0f4ff;\n --aithe-primary-2: #d9e4ff;\n --aithe-primary-3: #b8ccff;\n --aithe-primary-4: #8eaaff;\n --aithe-primary-5: #6b8cf5;\n --aithe-primary-6: #5470e0;\n --aithe-primary-7: #4358b8;\n --aithe-primary-8: #364590;\n --aithe-primary-9: #2b3670;\n --aithe-primary-10: #212954;\n --aithe-success-1: #edfcf6;\n --aithe-success-2: #c9f5e0;\n --aithe-success-3: #9cecc4;\n --aithe-success-4: #6cd8a2;\n --aithe-success-5: #44c084;\n --aithe-success-6: #2ea86c;\n --aithe-success-7: #228c58;\n --aithe-success-8: #1a7046;\n --aithe-success-9: #145a38;\n --aithe-success-10: #10482e;\n --aithe-warning-1: #fff9eb;\n --aithe-warning-2: #ffefc4;\n --aithe-warning-3: #ffde8e;\n --aithe-warning-4: #ffc95a;\n --aithe-warning-5: #f0b03e;\n --aithe-warning-6: #d08e26;\n --aithe-warning-7: #ac701a;\n --aithe-warning-8: #8a5816;\n --aithe-warning-9: #6e4614;\n --aithe-warning-10: #583610;\n --aithe-danger-1: #fff1f4;\n --aithe-danger-2: #ffdce2;\n --aithe-danger-3: #ffbcc8;\n --aithe-danger-4: #ff92a4;\n --aithe-danger-5: #f86c83;\n --aithe-danger-6: #df526b;\n --aithe-danger-7: #be4159;\n --aithe-danger-8: #99354a;\n --aithe-danger-9: #7a2d3d;\n --aithe-danger-10: #612634;\n --aithe-neutral-1: #f1f3f8;\n --aithe-neutral-2: #d8dce6;\n --aithe-neutral-3: #b8bfce;\n --aithe-neutral-4: #96a0b4;\n --aithe-neutral-5: #76829a;\n --aithe-neutral-6: #5a6680;\n --aithe-neutral-7: #424d64;\n --aithe-neutral-8: #2e374c;\n --aithe-neutral-9: #1e2536;\n --aithe-neutral-10: #111620;\n --aithe-color-bg: #121824;\n --aithe-color-bg-subtle: radial-gradient(circle at top, rgba(70, 90, 140, 0.18) 0%, rgba(18, 24, 36, 1) 55%);\n --aithe-color-surface: rgba(22, 30, 44, 0.84);\n --aithe-color-surface-elevated: rgba(26, 36, 54, 0.96);\n --aithe-color-surface-muted: #1a2230;\n --aithe-color-border: rgba(160, 180, 220, 0.17);\n --aithe-color-border-strong: rgba(175, 195, 235, 0.25);\n --aithe-color-text: #eef2fc;\n --aithe-color-text-muted: #a0aec6;\n --aithe-color-text-subtle: #7a88a2;\n --aithe-color-overlay: rgba(4, 8, 16, 0.66);\n --aithe-color-selection: rgba(84, 112, 224, 0.22);\n --aithe-color-focus-ring: rgba(84, 112, 224, 0.40);\n --aithe-shadow-1: 0 8px 18px rgba(0, 0, 0, 0.22);\n --aithe-shadow-2: 0 14px 34px rgba(0, 0, 0, 0.28);\n --aithe-shadow-3: 0 20px 44px rgba(0, 0, 0, 0.34);\n --aithe-shadow-4: 0 24px 56px rgba(0, 0, 0, 0.40);\n --aithe-shadow-5: 0 30px 72px rgba(0, 0, 0, 0.46);\n --aithe-color-text-on-primary: #ffffff;\n --aithe-code-keyword: #c678dd;\n --aithe-code-boolean: #d19a66;\n --aithe-code-builtin: #61afef;\n --aithe-code-number: #d19a66;\n --aithe-code-string: #98c379;\n --aithe-code-function: #61afef;\n --aithe-code-type: #e5c07b;\n --aithe-code-preprocessor: #c678dd;\n --aithe-code-tag: #e06c75;\n --aithe-code-attr: #d19a66;\n --aithe-code-key: #e06c75;\n --aithe-code-punctuation: #89ddff;\n --aithe-code-entity: #d19a66;\n --aithe-code-comment: #4a5568;\n --aithe-code-doctype: #4a5568;\n --aithe-code-placeholder: #4a5568;\n}\n";
9
+ //# sourceMappingURL=slate.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"slate.d.ts","sourceRoot":"","sources":["../../../src/styles/theme/slate.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,eAAO,MAAM,gBAAgB,glGA0F5B,CAAC"}
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Teal theme tokens.
3
+ * 青色主题令牌。
4
+ *
5
+ * Crisp & professional, calm tech with cool teal-tinted backgrounds.
6
+ * 清爽专业、冷静科技,配冷调青绿背景。
7
+ */
8
+ export declare const tealThemeTokens = "\n.aithe-theme-teal,\n[data-aithe-theme='teal'] {\n color-scheme: light;\n --aithe-primary-1: #e6fffb;\n --aithe-primary-2: #b5f5ec;\n --aithe-primary-3: #87e8de;\n --aithe-primary-4: #5cdbd3;\n --aithe-primary-5: #36cfc9;\n --aithe-primary-6: #13a8a8;\n --aithe-primary-7: #088a8a;\n --aithe-primary-8: #006d6d;\n --aithe-primary-9: #005252;\n --aithe-primary-10: #003a3a;\n --aithe-success-1: #f0faf4;\n --aithe-success-2: #d6f0e0;\n --aithe-success-3: #aee0be;\n --aithe-success-4: #78cc96;\n --aithe-success-5: #4db872;\n --aithe-success-6: #2f9e56;\n --aithe-success-7: #1f8040;\n --aithe-success-8: #186432;\n --aithe-success-9: #124c26;\n --aithe-success-10: #0c361a;\n --aithe-warning-1: #fffbe6;\n --aithe-warning-2: #fff3c4;\n --aithe-warning-3: #ffe78a;\n --aithe-warning-4: #ffd84d;\n --aithe-warning-5: #f0c020;\n --aithe-warning-6: #c89e14;\n --aithe-warning-7: #a47e0e;\n --aithe-warning-8: #7f610a;\n --aithe-warning-9: #5c4608;\n --aithe-warning-10: #3d2f05;\n --aithe-danger-1: #fff1f0;\n --aithe-danger-2: #ffddd9;\n --aithe-danger-3: #ffc0b8;\n --aithe-danger-4: #ff9a8e;\n --aithe-danger-5: #f07068;\n --aithe-danger-6: #d44844;\n --aithe-danger-7: #b02e2c;\n --aithe-danger-8: #8c201e;\n --aithe-danger-9: #6a1616;\n --aithe-danger-10: #4a0e0e;\n --aithe-neutral-1: #f7faf9;\n --aithe-neutral-2: #ecf2f0;\n --aithe-neutral-3: #d8e6e2;\n --aithe-neutral-4: #bad0ca;\n --aithe-neutral-5: #9ab4ac;\n --aithe-neutral-6: #7c968e;\n --aithe-neutral-7: #5e7872;\n --aithe-neutral-8: #425a56;\n --aithe-neutral-9: #2a3e3a;\n --aithe-neutral-10: #162624;\n --aithe-color-bg: #ecf6f3;\n --aithe-color-bg-subtle: linear-gradient(180deg, #f0faf8 0%, #e4f2ee 100%);\n --aithe-color-surface: rgba(248, 254, 252, 0.88);\n --aithe-color-surface-elevated: rgba(255, 255, 255, 0.98);\n --aithe-color-surface-muted: #dceee8;\n --aithe-color-border: rgba(40, 120, 110, 0.18);\n --aithe-color-border-strong: rgba(30, 100, 90, 0.28);\n --aithe-color-text: #0a2622;\n --aithe-color-text-muted: #265a52;\n --aithe-color-text-subtle: #568a82;\n --aithe-color-overlay: rgba(5, 24, 22, 0.48);\n --aithe-color-selection: rgba(19, 168, 168, 0.16);\n --aithe-color-focus-ring: rgba(19, 168, 168, 0.36);\n --aithe-color-text-on-primary: #ffffff;\n --aithe-code-keyword: #7c3aed;\n --aithe-code-boolean: #b45309;\n --aithe-code-builtin: #0d9488;\n --aithe-code-number: #b45309;\n --aithe-code-string: #15803d;\n --aithe-code-function: #0d9488;\n --aithe-code-type: #a16207;\n --aithe-code-preprocessor: #7c3aed;\n --aithe-code-tag: #dc2626;\n --aithe-code-attr: #b45309;\n --aithe-code-key: #dc2626;\n --aithe-code-punctuation: #00897b;\n --aithe-code-entity: #b45309;\n --aithe-code-comment: #5e7872;\n --aithe-code-doctype: #5e7872;\n --aithe-code-placeholder: #5e7872;\n}\n";
9
+ //# sourceMappingURL=teal.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"teal.d.ts","sourceRoot":"","sources":["../../../src/styles/theme/teal.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,eAAO,MAAM,eAAe,oyFAqF3B,CAAC"}
@@ -0,0 +1,10 @@
1
+ /**
2
+ * Tianyi Cloud (China Telecom) theme tokens.
3
+ * 天翼云风格主题令牌。
4
+ *
5
+ * Inspired by Tianyi Cloud's brand identity: blue primary (#0052CC) with
6
+ * trustworthy, state-owned enterprise style.
7
+ * 灵感来自天翼云品牌色:蓝色 primary (#0052CC),配央企可信赖风格。
8
+ */
9
+ export declare const tianyiThemeTokens = "\n.aithe-theme-tianyi,\n[data-aithe-theme='tianyi'] {\n color-scheme: light;\n --aithe-primary-1: #edf5ff;\n --aithe-primary-2: #d4e8ff;\n --aithe-primary-3: #a8d0ff;\n --aithe-primary-4: #75b2ff;\n --aithe-primary-5: #4d97ff;\n --aithe-primary-6: #2679f0;\n --aithe-primary-7: #0052cc;\n --aithe-primary-8: #0042a8;\n --aithe-primary-9: #003688;\n --aithe-primary-10: #002b6b;\n --aithe-success-1: #edfcf6;\n --aithe-success-2: #c9f5e0;\n --aithe-success-3: #9cecc4;\n --aithe-success-4: #6cd8a2;\n --aithe-success-5: #44c084;\n --aithe-success-6: #2ea86c;\n --aithe-success-7: #228c58;\n --aithe-success-8: #1a7046;\n --aithe-success-9: #145a38;\n --aithe-success-10: #10482e;\n --aithe-warning-1: #fff9eb;\n --aithe-warning-2: #ffefc4;\n --aithe-warning-3: #ffde8e;\n --aithe-warning-4: #ffc95a;\n --aithe-warning-5: #f0b03e;\n --aithe-warning-6: #d08e26;\n --aithe-warning-7: #ac701a;\n --aithe-warning-8: #8a5816;\n --aithe-warning-9: #6e4614;\n --aithe-warning-10: #583610;\n --aithe-danger-1: #fff1f4;\n --aithe-danger-2: #ffdce2;\n --aithe-danger-3: #ffbcc8;\n --aithe-danger-4: #ff92a4;\n --aithe-danger-5: #f86c83;\n --aithe-danger-6: #df526b;\n --aithe-danger-7: #be4159;\n --aithe-danger-8: #99354a;\n --aithe-danger-9: #7a2d3d;\n --aithe-danger-10: #612634;\n --aithe-neutral-1: #f4f6fa;\n --aithe-neutral-2: #e6eaf3;\n --aithe-neutral-3: #d0d7e6;\n --aithe-neutral-4: #b1bbd0;\n --aithe-neutral-5: #8f9bb5;\n --aithe-neutral-6: #6f7c9a;\n --aithe-neutral-7: #515f7e;\n --aithe-neutral-8: #384662;\n --aithe-neutral-9: #222e47;\n --aithe-neutral-10: #111a2d;\n --aithe-color-bg: #f2f6fc;\n --aithe-color-bg-subtle: linear-gradient(180deg, #f8fbff 0%, #ecf2fa 100%);\n --aithe-color-surface: rgba(255, 255, 255, 0.88);\n --aithe-color-surface-elevated: rgba(255, 255, 255, 0.98);\n --aithe-color-surface-muted: #e4ebf6;\n --aithe-color-border: rgba(0, 82, 204, 0.16);\n --aithe-color-border-strong: rgba(0, 82, 204, 0.28);\n --aithe-color-text: #0c1324;\n --aithe-color-text-muted: #384b6a;\n --aithe-color-text-subtle: #687b9a;\n --aithe-color-overlay: rgba(6, 14, 28, 0.50);\n --aithe-color-selection: rgba(0, 82, 204, 0.16);\n --aithe-color-focus-ring: rgba(0, 82, 204, 0.36);\n --aithe-color-text-on-primary: #ffffff;\n --aithe-code-keyword: #7c3aed;\n --aithe-code-boolean: #b45309;\n --aithe-code-builtin: #2563eb;\n --aithe-code-number: #b45309;\n --aithe-code-string: #15803d;\n --aithe-code-function: #2563eb;\n --aithe-code-type: #a16207;\n --aithe-code-preprocessor: #7c3aed;\n --aithe-code-tag: #dc2626;\n --aithe-code-attr: #b45309;\n --aithe-code-key: #dc2626;\n --aithe-code-punctuation: #5c6bc0;\n --aithe-code-entity: #b45309;\n --aithe-code-comment: #94a3b8;\n --aithe-code-doctype: #94a3b8;\n --aithe-code-placeholder: #94a3b8;\n}\n";
10
+ //# sourceMappingURL=tianyi.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tianyi.d.ts","sourceRoot":"","sources":["../../../src/styles/theme/tianyi.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AACH,eAAO,MAAM,iBAAiB,iyFAqF7B,CAAC"}