mdui 1.0.1 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (669) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +49 -70
  3. package/components/avatar/index.d.ts +49 -0
  4. package/components/avatar/index.js +55 -0
  5. package/components/avatar/style.d.ts +1 -0
  6. package/components/avatar/style.js +2 -0
  7. package/components/avatar.d.ts +1 -0
  8. package/components/avatar.js +1 -0
  9. package/components/badge/index.d.ts +28 -0
  10. package/components/badge/index.js +41 -0
  11. package/components/badge/style.d.ts +1 -0
  12. package/components/badge/style.js +2 -0
  13. package/components/badge.d.ts +1 -0
  14. package/components/badge.js +1 -0
  15. package/components/bottom-app-bar/index.d.ts +60 -0
  16. package/components/bottom-app-bar/index.js +105 -0
  17. package/components/bottom-app-bar/style.d.ts +1 -0
  18. package/components/bottom-app-bar/style.js +2 -0
  19. package/components/bottom-app-bar.d.ts +1 -0
  20. package/components/bottom-app-bar.js +1 -0
  21. package/components/button/button-base-style.d.ts +1 -0
  22. package/components/button/button-base-style.js +2 -0
  23. package/components/button/button-base.d.ts +138 -0
  24. package/components/button/button-base.js +206 -0
  25. package/components/button/index.d.ts +64 -0
  26. package/components/button/index.js +110 -0
  27. package/components/button/style.d.ts +1 -0
  28. package/components/button/style.js +4 -0
  29. package/components/button-icon/index.d.ts +66 -0
  30. package/components/button-icon/index.js +129 -0
  31. package/components/button-icon/style.d.ts +1 -0
  32. package/components/button-icon/style.js +4 -0
  33. package/components/button-icon.d.ts +1 -0
  34. package/components/button-icon.js +1 -0
  35. package/components/button.d.ts +1 -0
  36. package/components/button.js +1 -0
  37. package/components/card/index.d.ts +49 -0
  38. package/components/card/index.js +87 -0
  39. package/components/card/style.d.ts +1 -0
  40. package/components/card/style.js +2 -0
  41. package/components/card.d.ts +1 -0
  42. package/components/card.js +1 -0
  43. package/components/checkbox/index.d.ts +130 -0
  44. package/components/checkbox/index.js +257 -0
  45. package/components/checkbox/style.d.ts +1 -0
  46. package/components/checkbox/style.js +2 -0
  47. package/components/checkbox.d.ts +1 -0
  48. package/components/checkbox.js +1 -0
  49. package/components/chip/index.d.ts +102 -0
  50. package/components/chip/index.js +243 -0
  51. package/components/chip/style.d.ts +1 -0
  52. package/components/chip/style.js +4 -0
  53. package/components/chip.d.ts +1 -0
  54. package/components/chip.js +1 -0
  55. package/components/circular-progress/index.d.ts +28 -0
  56. package/components/circular-progress/index.js +61 -0
  57. package/components/circular-progress/style.d.ts +1 -0
  58. package/components/circular-progress/style.js +2 -0
  59. package/components/circular-progress.d.ts +1 -0
  60. package/components/circular-progress.js +1 -0
  61. package/components/collapse/collapse-item-style.d.ts +1 -0
  62. package/components/collapse/collapse-item-style.js +2 -0
  63. package/components/collapse/collapse-item.d.ts +56 -0
  64. package/components/collapse/collapse-item.js +126 -0
  65. package/components/collapse/collapse-style.d.ts +1 -0
  66. package/components/collapse/collapse-style.js +2 -0
  67. package/components/collapse/collapse.d.ts +49 -0
  68. package/components/collapse/collapse.js +175 -0
  69. package/components/collapse-item.d.ts +1 -0
  70. package/components/collapse-item.js +1 -0
  71. package/components/collapse.d.ts +1 -0
  72. package/components/collapse.js +1 -0
  73. package/components/dialog/index.d.ts +99 -0
  74. package/components/dialog/index.js +307 -0
  75. package/components/dialog/style.d.ts +1 -0
  76. package/components/dialog/style.js +2 -0
  77. package/components/dialog.d.ts +1 -0
  78. package/components/dialog.js +1 -0
  79. package/components/divider/index.d.ts +30 -0
  80. package/components/divider/index.js +58 -0
  81. package/components/divider/style.d.ts +1 -0
  82. package/components/divider/style.js +2 -0
  83. package/components/divider.d.ts +1 -0
  84. package/components/divider.js +1 -0
  85. package/components/dropdown/index.d.ts +131 -0
  86. package/components/dropdown/index.js +571 -0
  87. package/components/dropdown/style.d.ts +1 -0
  88. package/components/dropdown/style.js +2 -0
  89. package/components/dropdown.d.ts +1 -0
  90. package/components/dropdown.js +1 -0
  91. package/components/fab/index.d.ts +70 -0
  92. package/components/fab/index.js +144 -0
  93. package/components/fab/style.d.ts +1 -0
  94. package/components/fab/style.js +8 -0
  95. package/components/fab.d.ts +1 -0
  96. package/components/fab.js +1 -0
  97. package/components/icon/index.d.ts +29 -0
  98. package/components/icon/index.js +57 -0
  99. package/components/icon/style.d.ts +1 -0
  100. package/components/icon/style.js +2 -0
  101. package/components/icon.d.ts +1 -0
  102. package/components/icon.js +1 -0
  103. package/components/layout/helper.d.ts +67 -0
  104. package/components/layout/helper.js +212 -0
  105. package/components/layout/layout-item-base.d.ts +17 -0
  106. package/components/layout/layout-item-base.js +45 -0
  107. package/components/layout/layout-item-style.d.ts +1 -0
  108. package/components/layout/layout-item-style.js +2 -0
  109. package/components/layout/layout-item.d.ts +37 -0
  110. package/components/layout/layout-item.js +58 -0
  111. package/components/layout/layout-main-style.d.ts +1 -0
  112. package/components/layout/layout-main-style.js +2 -0
  113. package/components/layout/layout-main.d.ts +27 -0
  114. package/components/layout/layout-main.js +46 -0
  115. package/components/layout/layout-style.d.ts +1 -0
  116. package/components/layout/layout-style.js +2 -0
  117. package/components/layout/layout.d.ts +28 -0
  118. package/components/layout/layout.js +43 -0
  119. package/components/layout-item.d.ts +1 -0
  120. package/components/layout-item.js +1 -0
  121. package/components/layout-main.d.ts +1 -0
  122. package/components/layout-main.js +1 -0
  123. package/components/layout.d.ts +1 -0
  124. package/components/layout.js +1 -0
  125. package/components/linear-progress/index.d.ts +30 -0
  126. package/components/linear-progress/index.js +48 -0
  127. package/components/linear-progress/style.d.ts +1 -0
  128. package/components/linear-progress/style.js +2 -0
  129. package/components/linear-progress.d.ts +1 -0
  130. package/components/linear-progress.js +1 -0
  131. package/components/list/list-item-style.d.ts +1 -0
  132. package/components/list/list-item-style.js +4 -0
  133. package/components/list/list-item.d.ts +111 -0
  134. package/components/list/list-item.js +186 -0
  135. package/components/list/list-style.d.ts +1 -0
  136. package/components/list/list-style.js +2 -0
  137. package/components/list/list-subheader-style.d.ts +1 -0
  138. package/components/list/list-subheader-style.js +2 -0
  139. package/components/list/list-subheader.d.ts +24 -0
  140. package/components/list/list-subheader.js +30 -0
  141. package/components/list/list.d.ts +24 -0
  142. package/components/list/list.js +27 -0
  143. package/components/list-item.d.ts +1 -0
  144. package/components/list-item.js +1 -0
  145. package/components/list-subheader.d.ts +1 -0
  146. package/components/list-subheader.js +1 -0
  147. package/components/list.d.ts +1 -0
  148. package/components/list.js +1 -0
  149. package/components/menu/menu-item-style.d.ts +1 -0
  150. package/components/menu/menu-item-style.js +2 -0
  151. package/components/menu/menu-item.d.ts +123 -0
  152. package/components/menu/menu-item.js +412 -0
  153. package/components/menu/menu-style.d.ts +1 -0
  154. package/components/menu/menu-style.js +2 -0
  155. package/components/menu/menu.d.ts +111 -0
  156. package/components/menu/menu.js +425 -0
  157. package/components/menu-item.d.ts +1 -0
  158. package/components/menu-item.js +1 -0
  159. package/components/menu.d.ts +1 -0
  160. package/components/menu.js +1 -0
  161. package/components/navigation-bar/navigation-bar-item-style.d.ts +1 -0
  162. package/components/navigation-bar/navigation-bar-item-style.js +2 -0
  163. package/components/navigation-bar/navigation-bar-item.d.ts +72 -0
  164. package/components/navigation-bar/navigation-bar-item.js +120 -0
  165. package/components/navigation-bar/navigation-bar-style.d.ts +1 -0
  166. package/components/navigation-bar/navigation-bar-style.js +2 -0
  167. package/components/navigation-bar/navigation-bar.d.ts +78 -0
  168. package/components/navigation-bar/navigation-bar.js +180 -0
  169. package/components/navigation-bar-item.d.ts +1 -0
  170. package/components/navigation-bar-item.js +1 -0
  171. package/components/navigation-bar.d.ts +1 -0
  172. package/components/navigation-bar.js +1 -0
  173. package/components/navigation-drawer/index.d.ts +84 -0
  174. package/components/navigation-drawer/index.js +365 -0
  175. package/components/navigation-drawer/style.d.ts +1 -0
  176. package/components/navigation-drawer/style.js +2 -0
  177. package/components/navigation-drawer.d.ts +1 -0
  178. package/components/navigation-drawer.js +1 -0
  179. package/components/navigation-rail/navigation-rail-item-style.d.ts +1 -0
  180. package/components/navigation-rail/navigation-rail-item-style.js +2 -0
  181. package/components/navigation-rail/navigation-rail-item.d.ts +72 -0
  182. package/components/navigation-rail/navigation-rail-item.js +128 -0
  183. package/components/navigation-rail/navigation-rail-style.d.ts +1 -0
  184. package/components/navigation-rail/navigation-rail-style.js +2 -0
  185. package/components/navigation-rail/navigation-rail.d.ts +87 -0
  186. package/components/navigation-rail/navigation-rail.js +230 -0
  187. package/components/navigation-rail-item.d.ts +1 -0
  188. package/components/navigation-rail-item.js +1 -0
  189. package/components/navigation-rail.d.ts +1 -0
  190. package/components/navigation-rail.js +1 -0
  191. package/components/radio/radio-group-style.d.ts +1 -0
  192. package/components/radio/radio-group-style.js +2 -0
  193. package/components/radio/radio-group.d.ts +103 -0
  194. package/components/radio/radio-group.js +268 -0
  195. package/components/radio/radio-style.d.ts +1 -0
  196. package/components/radio/radio-style.js +2 -0
  197. package/components/radio/radio.d.ts +71 -0
  198. package/components/radio/radio.js +144 -0
  199. package/components/radio-group.d.ts +1 -0
  200. package/components/radio-group.js +1 -0
  201. package/components/radio.d.ts +1 -0
  202. package/components/radio.js +1 -0
  203. package/components/range-slider/index.d.ts +67 -0
  204. package/components/range-slider/index.js +210 -0
  205. package/components/range-slider.d.ts +1 -0
  206. package/components/range-slider.js +1 -0
  207. package/components/ripple/index.d.ts +44 -0
  208. package/components/ripple/index.js +173 -0
  209. package/components/ripple/ripple-mixin.d.ts +28 -0
  210. package/components/ripple/ripple-mixin.js +258 -0
  211. package/components/ripple/style.d.ts +1 -0
  212. package/components/ripple/style.js +2 -0
  213. package/components/ripple.d.ts +1 -0
  214. package/components/ripple.js +1 -0
  215. package/components/segmented-button/segmented-button-group-style.d.ts +1 -0
  216. package/components/segmented-button/segmented-button-group-style.js +2 -0
  217. package/components/segmented-button/segmented-button-group.d.ts +125 -0
  218. package/components/segmented-button/segmented-button-group.js +383 -0
  219. package/components/segmented-button/segmented-button-style.d.ts +1 -0
  220. package/components/segmented-button/segmented-button-style.js +4 -0
  221. package/components/segmented-button/segmented-button.d.ts +73 -0
  222. package/components/segmented-button/segmented-button.js +160 -0
  223. package/components/segmented-button-group.d.ts +1 -0
  224. package/components/segmented-button-group.js +1 -0
  225. package/components/segmented-button.d.ts +1 -0
  226. package/components/segmented-button.js +1 -0
  227. package/components/select/index.d.ts +200 -0
  228. package/components/select/index.js +390 -0
  229. package/components/select/style.d.ts +1 -0
  230. package/components/select/style.js +2 -0
  231. package/components/select.d.ts +1 -0
  232. package/components/select.js +1 -0
  233. package/components/slider/index.d.ts +53 -0
  234. package/components/slider/index.js +128 -0
  235. package/components/slider/slider-base-style.d.ts +1 -0
  236. package/components/slider/slider-base-style.js +2 -0
  237. package/components/slider/slider-base.d.ts +92 -0
  238. package/components/slider/slider-base.js +199 -0
  239. package/components/slider/style.d.ts +1 -0
  240. package/components/slider/style.js +2 -0
  241. package/components/slider.d.ts +1 -0
  242. package/components/slider.js +1 -0
  243. package/components/snackbar/index.d.ts +98 -0
  244. package/components/snackbar/index.js +285 -0
  245. package/components/snackbar/style.d.ts +1 -0
  246. package/components/snackbar/style.js +2 -0
  247. package/components/snackbar.d.ts +1 -0
  248. package/components/snackbar.js +1 -0
  249. package/components/switch/index.d.ts +123 -0
  250. package/components/switch/index.js +245 -0
  251. package/components/switch/style.d.ts +1 -0
  252. package/components/switch/style.js +2 -0
  253. package/components/switch.d.ts +1 -0
  254. package/components/switch.js +1 -0
  255. package/components/tab-panel.d.ts +1 -0
  256. package/components/tab-panel.js +1 -0
  257. package/components/tab.d.ts +1 -0
  258. package/components/tab.js +1 -0
  259. package/components/tabs/tab-panel-style.d.ts +1 -0
  260. package/components/tabs/tab-panel-style.js +2 -0
  261. package/components/tabs/tab-panel.d.ts +36 -0
  262. package/components/tabs/tab-panel.js +52 -0
  263. package/components/tabs/tab-style.d.ts +1 -0
  264. package/components/tabs/tab-style.js +2 -0
  265. package/components/tabs/tab.d.ts +69 -0
  266. package/components/tabs/tab.js +110 -0
  267. package/components/tabs/tabs-style.d.ts +1 -0
  268. package/components/tabs/tabs-style.js +2 -0
  269. package/components/tabs/tabs.d.ts +87 -0
  270. package/components/tabs/tabs.js +221 -0
  271. package/components/tabs.d.ts +1 -0
  272. package/components/tabs.js +1 -0
  273. package/components/text-field/index.d.ts +400 -0
  274. package/components/text-field/index.js +752 -0
  275. package/components/text-field/style.d.ts +1 -0
  276. package/components/text-field/style.js +2 -0
  277. package/components/text-field.d.ts +1 -0
  278. package/components/text-field.js +1 -0
  279. package/components/tooltip/index.d.ts +140 -0
  280. package/components/tooltip/index.js +497 -0
  281. package/components/tooltip/style.d.ts +1 -0
  282. package/components/tooltip/style.js +2 -0
  283. package/components/tooltip.d.ts +1 -0
  284. package/components/tooltip.js +1 -0
  285. package/components/top-app-bar/top-app-bar-style.d.ts +1 -0
  286. package/components/top-app-bar/top-app-bar-style.js +2 -0
  287. package/components/top-app-bar/top-app-bar-title-style.d.ts +1 -0
  288. package/components/top-app-bar/top-app-bar-title-style.js +2 -0
  289. package/components/top-app-bar/top-app-bar-title.d.ts +46 -0
  290. package/components/top-app-bar/top-app-bar-title.js +76 -0
  291. package/components/top-app-bar/top-app-bar.d.ts +74 -0
  292. package/components/top-app-bar/top-app-bar.js +178 -0
  293. package/components/top-app-bar-title.d.ts +1 -0
  294. package/components/top-app-bar-title.js +1 -0
  295. package/components/top-app-bar.d.ts +1 -0
  296. package/components/top-app-bar.js +1 -0
  297. package/css-data.zh-cn.json +2819 -0
  298. package/custom-elements.json +28087 -0
  299. package/functions/alert.d.ts +80 -0
  300. package/functions/alert.js +59 -0
  301. package/functions/breakpoint.d.ts +1 -0
  302. package/functions/breakpoint.js +1 -0
  303. package/functions/confirm.d.ts +95 -0
  304. package/functions/confirm.js +68 -0
  305. package/functions/dialog.d.ts +97 -0
  306. package/functions/dialog.js +100 -0
  307. package/functions/getColorFromImage.d.ts +7 -0
  308. package/functions/getColorFromImage.js +12 -0
  309. package/functions/getTheme.d.ts +10 -0
  310. package/functions/getTheme.js +16 -0
  311. package/functions/observeResize.d.ts +2 -0
  312. package/functions/observeResize.js +1 -0
  313. package/functions/prompt.d.ts +110 -0
  314. package/functions/prompt.js +103 -0
  315. package/functions/removeColorScheme.d.ts +6 -0
  316. package/functions/removeColorScheme.js +8 -0
  317. package/functions/setColorScheme.d.ts +15 -0
  318. package/functions/setColorScheme.js +15 -0
  319. package/functions/setTheme.d.ts +10 -0
  320. package/functions/setTheme.js +16 -0
  321. package/functions/snackbar.d.ts +91 -0
  322. package/functions/snackbar.js +84 -0
  323. package/functions/throttle.d.ts +1 -0
  324. package/functions/throttle.js +1 -0
  325. package/functions/utils/colorScheme.d.ts +39 -0
  326. package/functions/utils/colorScheme.js +133 -0
  327. package/functions/utils/theme.d.ts +1 -0
  328. package/html-data.zh-cn.json +6566 -0
  329. package/jq.d.ts +1 -0
  330. package/jq.js +1 -0
  331. package/mdui.css +1 -0
  332. package/mdui.d.ts +61 -0
  333. package/mdui.esm.js +22 -0
  334. package/mdui.global.js +22 -0
  335. package/mdui.js +61 -0
  336. package/package.json +39 -69
  337. package/web-types.zh-cn.json +11728 -0
  338. package/dist/css/mdui.css +0 -13559
  339. package/dist/css/mdui.css.map +0 -1
  340. package/dist/css/mdui.min.css +0 -6
  341. package/dist/css/mdui.min.css.map +0 -1
  342. package/dist/fonts/roboto/LICENSE.txt +0 -201
  343. package/dist/fonts/roboto/Roboto-Black.woff +0 -0
  344. package/dist/fonts/roboto/Roboto-Black.woff2 +0 -0
  345. package/dist/fonts/roboto/Roboto-BlackItalic.woff +0 -0
  346. package/dist/fonts/roboto/Roboto-BlackItalic.woff2 +0 -0
  347. package/dist/fonts/roboto/Roboto-Bold.woff +0 -0
  348. package/dist/fonts/roboto/Roboto-Bold.woff2 +0 -0
  349. package/dist/fonts/roboto/Roboto-BoldItalic.woff +0 -0
  350. package/dist/fonts/roboto/Roboto-BoldItalic.woff2 +0 -0
  351. package/dist/fonts/roboto/Roboto-Light.woff +0 -0
  352. package/dist/fonts/roboto/Roboto-Light.woff2 +0 -0
  353. package/dist/fonts/roboto/Roboto-LightItalic.woff +0 -0
  354. package/dist/fonts/roboto/Roboto-LightItalic.woff2 +0 -0
  355. package/dist/fonts/roboto/Roboto-Medium.woff +0 -0
  356. package/dist/fonts/roboto/Roboto-Medium.woff2 +0 -0
  357. package/dist/fonts/roboto/Roboto-MediumItalic.woff +0 -0
  358. package/dist/fonts/roboto/Roboto-MediumItalic.woff2 +0 -0
  359. package/dist/fonts/roboto/Roboto-Regular.woff +0 -0
  360. package/dist/fonts/roboto/Roboto-Regular.woff2 +0 -0
  361. package/dist/fonts/roboto/Roboto-RegularItalic.woff +0 -0
  362. package/dist/fonts/roboto/Roboto-RegularItalic.woff2 +0 -0
  363. package/dist/fonts/roboto/Roboto-Thin.woff +0 -0
  364. package/dist/fonts/roboto/Roboto-Thin.woff2 +0 -0
  365. package/dist/fonts/roboto/Roboto-ThinItalic.woff +0 -0
  366. package/dist/fonts/roboto/Roboto-ThinItalic.woff2 +0 -0
  367. package/dist/icons/material-icons/LICENSE.txt +0 -393
  368. package/dist/icons/material-icons/MaterialIcons-Regular.ijmap +0 -1
  369. package/dist/icons/material-icons/MaterialIcons-Regular.woff +0 -0
  370. package/dist/icons/material-icons/MaterialIcons-Regular.woff2 +0 -0
  371. package/dist/js/mdui.esm.js +0 -5976
  372. package/dist/js/mdui.esm.js.map +0 -1
  373. package/dist/js/mdui.js +0 -6474
  374. package/dist/js/mdui.js.map +0 -1
  375. package/dist/js/mdui.min.js +0 -7
  376. package/dist/js/mdui.min.js.map +0 -1
  377. package/es/components/appbar/index.d.ts +0 -2
  378. package/es/components/appbar/index.js +0 -17
  379. package/es/components/bottom_nav/index.d.ts +0 -9
  380. package/es/components/bottom_nav/index.js +0 -38
  381. package/es/components/collapse/collapseAbstract.d.ts +0 -110
  382. package/es/components/collapse/collapseAbstract.js +0 -175
  383. package/es/components/collapse/customAttr.d.ts +0 -2
  384. package/es/components/collapse/customAttr.js +0 -11
  385. package/es/components/collapse/index.d.ts +0 -23
  386. package/es/components/collapse/index.js +0 -8
  387. package/es/components/dialog/alert.d.ts +0 -44
  388. package/es/components/dialog/alert.js +0 -42
  389. package/es/components/dialog/class.d.ts +0 -133
  390. package/es/components/dialog/class.js +0 -316
  391. package/es/components/dialog/confirm.d.ts +0 -54
  392. package/es/components/dialog/confirm.js +0 -55
  393. package/es/components/dialog/customAttr.d.ts +0 -4
  394. package/es/components/dialog/customAttr.js +0 -25
  395. package/es/components/dialog/dialog.d.ts +0 -91
  396. package/es/components/dialog/dialog.js +0 -101
  397. package/es/components/dialog/index.d.ts +0 -20
  398. package/es/components/dialog/index.js +0 -14
  399. package/es/components/dialog/prompt.d.ts +0 -74
  400. package/es/components/dialog/prompt.js +0 -109
  401. package/es/components/drawer/customAttr.d.ts +0 -4
  402. package/es/components/drawer/customAttr.js +0 -20
  403. package/es/components/drawer/index.d.ts +0 -111
  404. package/es/components/drawer/index.js +0 -310
  405. package/es/components/fab/customAttr.d.ts +0 -1
  406. package/es/components/fab/customAttr.js +0 -13
  407. package/es/components/fab/index.d.ts +0 -100
  408. package/es/components/fab/index.js +0 -144
  409. package/es/components/headroom/customAttr.d.ts +0 -2
  410. package/es/components/headroom/customAttr.js +0 -11
  411. package/es/components/headroom/index.d.ts +0 -120
  412. package/es/components/headroom/index.js +0 -167
  413. package/es/components/menu/customAttr.d.ts +0 -3
  414. package/es/components/menu/customAttr.js +0 -24
  415. package/es/components/menu/index.d.ts +0 -167
  416. package/es/components/menu/index.js +0 -512
  417. package/es/components/panel/customAttr.d.ts +0 -2
  418. package/es/components/panel/customAttr.js +0 -11
  419. package/es/components/panel/index.d.ts +0 -23
  420. package/es/components/panel/index.js +0 -8
  421. package/es/components/progress/spinner.d.ts +0 -16
  422. package/es/components/progress/spinner.js +0 -47
  423. package/es/components/ripple/index.d.ts +0 -25
  424. package/es/components/ripple/index.js +0 -170
  425. package/es/components/select/customAttr.d.ts +0 -2
  426. package/es/components/select/customAttr.js +0 -11
  427. package/es/components/select/index.d.ts +0 -160
  428. package/es/components/select/index.js +0 -340
  429. package/es/components/slider/index.d.ts +0 -28
  430. package/es/components/slider/index.js +0 -134
  431. package/es/components/snackbar/index.d.ts +0 -126
  432. package/es/components/snackbar/index.js +0 -217
  433. package/es/components/tab/customAttr.d.ts +0 -2
  434. package/es/components/tab/customAttr.js +0 -11
  435. package/es/components/tab/index.d.ts +0 -114
  436. package/es/components/tab/index.js +0 -266
  437. package/es/components/table/index.d.ts +0 -25
  438. package/es/components/table/index.js +0 -178
  439. package/es/components/textfield/index.d.ts +0 -28
  440. package/es/components/textfield/index.js +0 -147
  441. package/es/components/tooltip/customAttr.d.ts +0 -3
  442. package/es/components/tooltip/customAttr.js +0 -20
  443. package/es/components/tooltip/index.d.ts +0 -123
  444. package/es/components/tooltip/index.js +0 -251
  445. package/es/global/mutation.d.ts +0 -23
  446. package/es/global/mutation.js +0 -14
  447. package/es/index.d.ts +0 -36
  448. package/es/index.js +0 -36
  449. package/es/interfaces/MduiStatic.d.ts +0 -8
  450. package/es/jq.d.ts +0 -99
  451. package/es/jq.js +0 -102
  452. package/es/jq_extends/methods/mutation.d.ts +0 -11
  453. package/es/jq_extends/methods/mutation.js +0 -19
  454. package/es/jq_extends/methods/reflow.d.ts +0 -14
  455. package/es/jq_extends/methods/reflow.js +0 -7
  456. package/es/jq_extends/methods/transform.d.ts +0 -14
  457. package/es/jq_extends/methods/transform.js +0 -8
  458. package/es/jq_extends/methods/transformOrigin.d.ts +0 -14
  459. package/es/jq_extends/methods/transformOrigin.js +0 -8
  460. package/es/jq_extends/methods/transition.d.ts +0 -15
  461. package/es/jq_extends/methods/transition.js +0 -12
  462. package/es/jq_extends/methods/transitionEnd.d.ts +0 -17
  463. package/es/jq_extends/methods/transitionEnd.js +0 -23
  464. package/es/jq_extends/static/guid.d.ts +0 -18
  465. package/es/jq_extends/static/guid.js +0 -30
  466. package/es/jq_extends/static/hideOverlay.d.ts +0 -23
  467. package/es/jq_extends/static/hideOverlay.js +0 -25
  468. package/es/jq_extends/static/lockScreen.d.ts +0 -15
  469. package/es/jq_extends/static/lockScreen.js +0 -14
  470. package/es/jq_extends/static/showOverlay.d.ts +0 -23
  471. package/es/jq_extends/static/showOverlay.js +0 -27
  472. package/es/jq_extends/static/throttle.d.ts +0 -17
  473. package/es/jq_extends/static/throttle.js +0 -13
  474. package/es/jq_extends/static/unlockScreen.d.ts +0 -22
  475. package/es/jq_extends/static/unlockScreen.js +0 -13
  476. package/es/mdui.d.ts +0 -3
  477. package/es/mdui.js +0 -8
  478. package/es/utils/componentEvent.d.ts +0 -13
  479. package/es/utils/componentEvent.js +0 -37
  480. package/es/utils/dom.d.ts +0 -4
  481. package/es/utils/dom.js +0 -5
  482. package/es/utils/mutation.d.ts +0 -15
  483. package/es/utils/mutation.js +0 -24
  484. package/es/utils/parseOptions.d.ts +0 -9
  485. package/es/utils/parseOptions.js +0 -15
  486. package/es/utils/queue.d.ts +0 -18
  487. package/es/utils/queue.js +0 -26
  488. package/es/utils/touchHandler.d.ts +0 -50
  489. package/es/utils/touchHandler.js +0 -76
  490. package/src/.idea/deployment.xml +0 -42
  491. package/src/.idea/modules.xml +0 -8
  492. package/src/.idea/src.iml +0 -8
  493. package/src/.idea/vcs.xml +0 -6
  494. package/src/.idea/workspace.xml +0 -49
  495. package/src/components/appbar/index.less +0 -110
  496. package/src/components/appbar/index.ts +0 -19
  497. package/src/components/bottom_nav/index.less +0 -155
  498. package/src/components/bottom_nav/index.ts +0 -43
  499. package/src/components/button/index.less +0 -291
  500. package/src/components/card/index.less +0 -200
  501. package/src/components/chip/index.less +0 -97
  502. package/src/components/collapse/collapseAbstract.ts +0 -270
  503. package/src/components/collapse/customAttr.ts +0 -13
  504. package/src/components/collapse/index.less +0 -44
  505. package/src/components/collapse/index.ts +0 -32
  506. package/src/components/dialog/alert.less +0 -11
  507. package/src/components/dialog/alert.ts +0 -111
  508. package/src/components/dialog/class.ts +0 -432
  509. package/src/components/dialog/confirm.less +0 -11
  510. package/src/components/dialog/confirm.ts +0 -140
  511. package/src/components/dialog/customAttr.ts +0 -41
  512. package/src/components/dialog/dialog.ts +0 -224
  513. package/src/components/dialog/index.less +0 -154
  514. package/src/components/dialog/index.ts +0 -40
  515. package/src/components/dialog/prompt.less +0 -16
  516. package/src/components/dialog/prompt.ts +0 -231
  517. package/src/components/divider/index.less +0 -49
  518. package/src/components/drawer/customAttr.ts +0 -30
  519. package/src/components/drawer/index.less +0 -177
  520. package/src/components/drawer/index.ts +0 -425
  521. package/src/components/fab/customAttr.ts +0 -23
  522. package/src/components/fab/index.less +0 -158
  523. package/src/components/fab/index.ts +0 -232
  524. package/src/components/grid_list/index.less +0 -126
  525. package/src/components/headroom/customAttr.ts +0 -13
  526. package/src/components/headroom/index.less +0 -51
  527. package/src/components/headroom/index.ts +0 -275
  528. package/src/components/list/index.less +0 -347
  529. package/src/components/menu/customAttr.ts +0 -40
  530. package/src/components/menu/index.less +0 -195
  531. package/src/components/menu/index.ts +0 -723
  532. package/src/components/menu/svg/arrow_right_dark.svg +0 -1
  533. package/src/components/menu/svg/arrow_right_light.svg +0 -1
  534. package/src/components/panel/customAttr.ts +0 -13
  535. package/src/components/panel/index.less +0 -191
  536. package/src/components/panel/index.ts +0 -32
  537. package/src/components/progress/progress.less +0 -113
  538. package/src/components/progress/spinner.less +0 -198
  539. package/src/components/progress/spinner.ts +0 -75
  540. package/src/components/ripple/index.less +0 -92
  541. package/src/components/ripple/index.ts +0 -217
  542. package/src/components/select/customAttr.ts +0 -13
  543. package/src/components/select/index.less +0 -342
  544. package/src/components/select/index.ts +0 -478
  545. package/src/components/select/svg/arrow_down_dark.svg +0 -1
  546. package/src/components/select/svg/arrow_down_light.svg +0 -1
  547. package/src/components/select/svg/arrow_up_dark.svg +0 -1
  548. package/src/components/select/svg/arrow_up_light.svg +0 -1
  549. package/src/components/selection_control/checkbox.less +0 -226
  550. package/src/components/selection_control/radio.less +0 -163
  551. package/src/components/selection_control/switch.less +0 -210
  552. package/src/components/slider/index.less +0 -340
  553. package/src/components/slider/index.ts +0 -187
  554. package/src/components/snackbar/index.less +0 -133
  555. package/src/components/snackbar/index.ts +0 -367
  556. package/src/components/subheader/index.less +0 -38
  557. package/src/components/tab/customAttr.ts +0 -13
  558. package/src/components/tab/index.less +0 -195
  559. package/src/components/tab/index.ts +0 -372
  560. package/src/components/table/index.less +0 -169
  561. package/src/components/table/index.ts +0 -240
  562. package/src/components/textfield/index.less +0 -425
  563. package/src/components/textfield/index.ts +0 -217
  564. package/src/components/toolbar/index.less +0 -92
  565. package/src/components/tooltip/customAttr.ts +0 -26
  566. package/src/components/tooltip/index.less +0 -45
  567. package/src/components/tooltip/index.ts +0 -361
  568. package/src/fonts/roboto/LICENSE.txt +0 -201
  569. package/src/fonts/roboto/Roboto-Black.woff +0 -0
  570. package/src/fonts/roboto/Roboto-Black.woff2 +0 -0
  571. package/src/fonts/roboto/Roboto-BlackItalic.woff +0 -0
  572. package/src/fonts/roboto/Roboto-BlackItalic.woff2 +0 -0
  573. package/src/fonts/roboto/Roboto-Bold.woff +0 -0
  574. package/src/fonts/roboto/Roboto-Bold.woff2 +0 -0
  575. package/src/fonts/roboto/Roboto-BoldItalic.woff +0 -0
  576. package/src/fonts/roboto/Roboto-BoldItalic.woff2 +0 -0
  577. package/src/fonts/roboto/Roboto-Light.woff +0 -0
  578. package/src/fonts/roboto/Roboto-Light.woff2 +0 -0
  579. package/src/fonts/roboto/Roboto-LightItalic.woff +0 -0
  580. package/src/fonts/roboto/Roboto-LightItalic.woff2 +0 -0
  581. package/src/fonts/roboto/Roboto-Medium.woff +0 -0
  582. package/src/fonts/roboto/Roboto-Medium.woff2 +0 -0
  583. package/src/fonts/roboto/Roboto-MediumItalic.woff +0 -0
  584. package/src/fonts/roboto/Roboto-MediumItalic.woff2 +0 -0
  585. package/src/fonts/roboto/Roboto-Regular.woff +0 -0
  586. package/src/fonts/roboto/Roboto-Regular.woff2 +0 -0
  587. package/src/fonts/roboto/Roboto-RegularItalic.woff +0 -0
  588. package/src/fonts/roboto/Roboto-RegularItalic.woff2 +0 -0
  589. package/src/fonts/roboto/Roboto-Thin.woff +0 -0
  590. package/src/fonts/roboto/Roboto-Thin.woff2 +0 -0
  591. package/src/fonts/roboto/Roboto-ThinItalic.woff +0 -0
  592. package/src/fonts/roboto/Roboto-ThinItalic.woff2 +0 -0
  593. package/src/global/mutation.ts +0 -37
  594. package/src/icons/material-icons/LICENSE.txt +0 -393
  595. package/src/icons/material-icons/MaterialIcons-Regular.ijmap +0 -1
  596. package/src/icons/material-icons/MaterialIcons-Regular.woff +0 -0
  597. package/src/icons/material-icons/MaterialIcons-Regular.woff2 +0 -0
  598. package/src/index.less +0 -73
  599. package/src/index.ts +0 -39
  600. package/src/interfaces/MduiStatic.ts +0 -11
  601. package/src/jq.ts +0 -104
  602. package/src/jq_extends/methods/mutation.ts +0 -32
  603. package/src/jq_extends/methods/reflow.ts +0 -23
  604. package/src/jq_extends/methods/transform.ts +0 -24
  605. package/src/jq_extends/methods/transformOrigin.ts +0 -24
  606. package/src/jq_extends/methods/transition.ts +0 -30
  607. package/src/jq_extends/methods/transitionEnd.ts +0 -49
  608. package/src/jq_extends/static/guid.ts +0 -56
  609. package/src/jq_extends/static/hideOverlay.ts +0 -50
  610. package/src/jq_extends/static/lockScreen.ts +0 -30
  611. package/src/jq_extends/static/showOverlay.ts +0 -51
  612. package/src/jq_extends/static/throttle.ts +0 -32
  613. package/src/jq_extends/static/unlockScreen.ts +0 -36
  614. package/src/mdui.ts +0 -12
  615. package/src/styles/color.less +0 -392
  616. package/src/styles/global.less +0 -75
  617. package/src/styles/grid.less +0 -150
  618. package/src/styles/helper.less +0 -242
  619. package/src/styles/icon.less +0 -31
  620. package/src/styles/material-icons.less +0 -36
  621. package/src/styles/media.less +0 -39
  622. package/src/styles/mixin/color.less +0 -66
  623. package/src/styles/mixin/divider.less +0 -30
  624. package/src/styles/mixin/helper.less +0 -126
  625. package/src/styles/mixin/icon.less +0 -33
  626. package/src/styles/mixin/layout-theme.less +0 -14
  627. package/src/styles/mixin/media.less +0 -11
  628. package/src/styles/mixin/shadow.less +0 -17
  629. package/src/styles/mixin/typo.less +0 -149
  630. package/src/styles/mixin.less +0 -8
  631. package/src/styles/roboto.less +0 -125
  632. package/src/styles/shadow.less +0 -20
  633. package/src/styles/typo-styles.less +0 -91
  634. package/src/styles/typo.less +0 -338
  635. package/src/styles/variable/animation.less +0 -5
  636. package/src/styles/variable/color/amber.less +0 -41
  637. package/src/styles/variable/color/black.less +0 -16
  638. package/src/styles/variable/color/blue-grey.less +0 -29
  639. package/src/styles/variable/color/blue.less +0 -41
  640. package/src/styles/variable/color/brown.less +0 -29
  641. package/src/styles/variable/color/cyan.less +0 -41
  642. package/src/styles/variable/color/deep-orange.less +0 -41
  643. package/src/styles/variable/color/deep-purple.less +0 -41
  644. package/src/styles/variable/color/default.less +0 -74
  645. package/src/styles/variable/color/green.less +0 -41
  646. package/src/styles/variable/color/grey.less +0 -29
  647. package/src/styles/variable/color/indigo.less +0 -41
  648. package/src/styles/variable/color/light-blue.less +0 -41
  649. package/src/styles/variable/color/light-green.less +0 -41
  650. package/src/styles/variable/color/lime.less +0 -41
  651. package/src/styles/variable/color/orange.less +0 -41
  652. package/src/styles/variable/color/pink.less +0 -41
  653. package/src/styles/variable/color/purple.less +0 -41
  654. package/src/styles/variable/color/red.less +0 -41
  655. package/src/styles/variable/color/teal.less +0 -41
  656. package/src/styles/variable/color/transparent.less +0 -1
  657. package/src/styles/variable/color/white.less +0 -16
  658. package/src/styles/variable/color/yellow.less +0 -41
  659. package/src/styles/variable/global.less +0 -98
  660. package/src/styles/variable/shadow.less +0 -103
  661. package/src/styles/variable.less +0 -26
  662. package/src/tsconfig.json +0 -12
  663. package/src/utils/componentEvent.ts +0 -63
  664. package/src/utils/dom.ts +0 -7
  665. package/src/utils/mutation.ts +0 -41
  666. package/src/utils/parseOptions.ts +0 -23
  667. package/src/utils/queue.ts +0 -51
  668. package/src/utils/touchHandler.ts +0 -92
  669. /package/{es/interfaces/MduiStatic.js → functions/utils/theme.js} +0 -0
@@ -0,0 +1,2819 @@
1
+ {
2
+ "version": 1.1,
3
+ "properties": [
4
+ {
5
+ "name": "--mdui-breakpoint-xs",
6
+ "description": {
7
+ "kind": "markdown",
8
+ "value": "断点值。默认为 `0px`\n\n**注意**:该断点值不支持在 CSS 媒体查询中使用。\n\n**示例**:\n```css\n/* 修改断点值 */\n:root {\n --mdui-breakpoint-xs: 0px;\n}\n```\n"
9
+ },
10
+ "references": [
11
+ {
12
+ "name": "开发文档",
13
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#breakpoint"
14
+ }
15
+ ]
16
+ },
17
+ {
18
+ "name": "--mdui-breakpoint-sm",
19
+ "description": {
20
+ "kind": "markdown",
21
+ "value": "断点值。默认为 `600px`\n\n**注意**:该断点值不支持在 CSS 媒体查询中使用。\n\n**示例**:\n```css\n/* 修改断点值 */\n:root {\n --mdui-breakpoint-sm: 620px;\n}\n```\n"
22
+ },
23
+ "references": [
24
+ {
25
+ "name": "开发文档",
26
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#breakpoint"
27
+ }
28
+ ]
29
+ },
30
+ {
31
+ "name": "--mdui-breakpoint-md",
32
+ "description": {
33
+ "kind": "markdown",
34
+ "value": "断点值。默认为 `840px`\n\n**注意**:该断点值不支持在 CSS 媒体查询中使用。\n\n**示例**:\n```css\n/* 修改断点值 */\n:root {\n --mdui-breakpoint-md: 860px;\n}\n```\n"
35
+ },
36
+ "references": [
37
+ {
38
+ "name": "开发文档",
39
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#breakpoint"
40
+ }
41
+ ]
42
+ },
43
+ {
44
+ "name": "--mdui-breakpoint-lg",
45
+ "description": {
46
+ "kind": "markdown",
47
+ "value": "断点值。默认为 `1080px`\n\n**注意**:该断点值不支持在 CSS 媒体查询中使用。\n\n**示例**:\n```css\n/* 修改断点值 */\n:root {\n --mdui-breakpoint-lg: 1100px;\n}\n```\n"
48
+ },
49
+ "references": [
50
+ {
51
+ "name": "开发文档",
52
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#breakpoint"
53
+ }
54
+ ]
55
+ },
56
+ {
57
+ "name": "--mdui-breakpoint-xl",
58
+ "description": {
59
+ "kind": "markdown",
60
+ "value": "断点值。默认为 `1440px`\n\n**注意**:该断点值不支持在 CSS 媒体查询中使用。\n\n**示例**:\n```css\n/* 修改断点值 */\n:root {\n --mdui-breakpoint-xl: 1460px;\n}\n```\n"
61
+ },
62
+ "references": [
63
+ {
64
+ "name": "开发文档",
65
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#breakpoint"
66
+ }
67
+ ]
68
+ },
69
+ {
70
+ "name": "--mdui-breakpoint-xxl",
71
+ "description": {
72
+ "kind": "markdown",
73
+ "value": "断点值。默认为 `1920px`\n\n**注意**:该断点值不支持在 CSS 媒体查询中使用。\n\n**示例**:\n```css\n/* 修改断点值 */\n:root {\n --mdui-breakpoint-xxl: 1940px;\n}\n```\n"
74
+ },
75
+ "references": [
76
+ {
77
+ "name": "开发文档",
78
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#breakpoint"
79
+ }
80
+ ]
81
+ },
82
+ {
83
+ "name": "--mdui-color-primary-light",
84
+ "description": {
85
+ "kind": "markdown",
86
+ "value": "**Primary**\n\n亮色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n通过修改该属性,可以修改亮色模式下的颜色值。\n\n**示例**:\n```css\n/* 设置亮色模式颜色值 */\n:root {\n --mdui-color-primary-light: 255, 0, 0;\n}\n\n/* 读取亮色模式颜色值 */\n.element {\n color: rgb(var(--mdui-color-primary-light));\n}\n\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-primary));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-primary), 0.5);\n}\n```\n"
87
+ },
88
+ "references": [
89
+ {
90
+ "name": "开发文档",
91
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
92
+ }
93
+ ]
94
+ },
95
+ {
96
+ "name": "--mdui-color-primary-container-light",
97
+ "description": {
98
+ "kind": "markdown",
99
+ "value": "**Primary Container**\n\n亮色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n通过修改该属性,可以修改亮色模式下的颜色值。\n\n**示例**:\n```css\n/* 设置亮色模式颜色值 */\n:root {\n --mdui-color-primary-container-light: 255, 0, 0;\n}\n\n/* 读取亮色模式颜色值 */\n.element {\n color: rgb(var(--mdui-color-primary-container-light));\n}\n\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-primary-container));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-primary-container), 0.5);\n}\n```\n"
100
+ },
101
+ "references": [
102
+ {
103
+ "name": "开发文档",
104
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
105
+ }
106
+ ]
107
+ },
108
+ {
109
+ "name": "--mdui-color-on-primary-light",
110
+ "description": {
111
+ "kind": "markdown",
112
+ "value": "**On Primary**\n\n亮色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n通过修改该属性,可以修改亮色模式下的颜色值。\n\n**示例**:\n```css\n/* 设置亮色模式颜色值 */\n:root {\n --mdui-color-on-primary-light: 255, 0, 0;\n}\n\n/* 读取亮色模式颜色值 */\n.element {\n color: rgb(var(--mdui-color-on-primary-light));\n}\n\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-on-primary));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-on-primary), 0.5);\n}\n```\n"
113
+ },
114
+ "references": [
115
+ {
116
+ "name": "开发文档",
117
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
118
+ }
119
+ ]
120
+ },
121
+ {
122
+ "name": "--mdui-color-on-primary-container-light",
123
+ "description": {
124
+ "kind": "markdown",
125
+ "value": "**On Primary Container**\n\n亮色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n通过修改该属性,可以修改亮色模式下的颜色值。\n\n**示例**:\n```css\n/* 设置亮色模式颜色值 */\n:root {\n --mdui-color-on-primary-container-light: 255, 0, 0;\n}\n\n/* 读取亮色模式颜色值 */\n.element {\n color: rgb(var(--mdui-color-on-primary-container-light));\n}\n\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-on-primary-container));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-on-primary-container), 0.5);\n}\n```\n"
126
+ },
127
+ "references": [
128
+ {
129
+ "name": "开发文档",
130
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
131
+ }
132
+ ]
133
+ },
134
+ {
135
+ "name": "--mdui-color-inverse-primary-light",
136
+ "description": {
137
+ "kind": "markdown",
138
+ "value": "**Inverse Primary**\n\n亮色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n通过修改该属性,可以修改亮色模式下的颜色值。\n\n**示例**:\n```css\n/* 设置亮色模式颜色值 */\n:root {\n --mdui-color-inverse-primary-light: 255, 0, 0;\n}\n\n/* 读取亮色模式颜色值 */\n.element {\n color: rgb(var(--mdui-color-inverse-primary-light));\n}\n\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-inverse-primary));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-inverse-primary), 0.5);\n}\n```\n"
139
+ },
140
+ "references": [
141
+ {
142
+ "name": "开发文档",
143
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
144
+ }
145
+ ]
146
+ },
147
+ {
148
+ "name": "--mdui-color-secondary-light",
149
+ "description": {
150
+ "kind": "markdown",
151
+ "value": "**Secondary**\n\n亮色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n通过修改该属性,可以修改亮色模式下的颜色值。\n\n**示例**:\n```css\n/* 设置亮色模式颜色值 */\n:root {\n --mdui-color-secondary-light: 255, 0, 0;\n}\n\n/* 读取亮色模式颜色值 */\n.element {\n color: rgb(var(--mdui-color-secondary-light));\n}\n\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-secondary));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-secondary), 0.5);\n}\n```\n"
152
+ },
153
+ "references": [
154
+ {
155
+ "name": "开发文档",
156
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
157
+ }
158
+ ]
159
+ },
160
+ {
161
+ "name": "--mdui-color-secondary-container-light",
162
+ "description": {
163
+ "kind": "markdown",
164
+ "value": "**Secondary Container**\n\n亮色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n通过修改该属性,可以修改亮色模式下的颜色值。\n\n**示例**:\n```css\n/* 设置亮色模式颜色值 */\n:root {\n --mdui-color-secondary-container-light: 255, 0, 0;\n}\n\n/* 读取亮色模式颜色值 */\n.element {\n color: rgb(var(--mdui-color-secondary-container-light));\n}\n\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-secondary-container));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-secondary-container), 0.5);\n}\n```\n"
165
+ },
166
+ "references": [
167
+ {
168
+ "name": "开发文档",
169
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
170
+ }
171
+ ]
172
+ },
173
+ {
174
+ "name": "--mdui-color-on-secondary-light",
175
+ "description": {
176
+ "kind": "markdown",
177
+ "value": "**On Secondary**\n\n亮色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n通过修改该属性,可以修改亮色模式下的颜色值。\n\n**示例**:\n```css\n/* 设置亮色模式颜色值 */\n:root {\n --mdui-color-on-secondary-light: 255, 0, 0;\n}\n\n/* 读取亮色模式颜色值 */\n.element {\n color: rgb(var(--mdui-color-on-secondary-light));\n}\n\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-on-secondary));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-on-secondary), 0.5);\n}\n```\n"
178
+ },
179
+ "references": [
180
+ {
181
+ "name": "开发文档",
182
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
183
+ }
184
+ ]
185
+ },
186
+ {
187
+ "name": "--mdui-color-on-secondary-container-light",
188
+ "description": {
189
+ "kind": "markdown",
190
+ "value": "**On Secondary Container**\n\n亮色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n通过修改该属性,可以修改亮色模式下的颜色值。\n\n**示例**:\n```css\n/* 设置亮色模式颜色值 */\n:root {\n --mdui-color-on-secondary-container-light: 255, 0, 0;\n}\n\n/* 读取亮色模式颜色值 */\n.element {\n color: rgb(var(--mdui-color-on-secondary-container-light));\n}\n\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-on-secondary-container));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-on-secondary-container), 0.5);\n}\n```\n"
191
+ },
192
+ "references": [
193
+ {
194
+ "name": "开发文档",
195
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
196
+ }
197
+ ]
198
+ },
199
+ {
200
+ "name": "--mdui-color-tertiary-light",
201
+ "description": {
202
+ "kind": "markdown",
203
+ "value": "**Tertiary**\n\n亮色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n通过修改该属性,可以修改亮色模式下的颜色值。\n\n**示例**:\n```css\n/* 设置亮色模式颜色值 */\n:root {\n --mdui-color-tertiary-light: 255, 0, 0;\n}\n\n/* 读取亮色模式颜色值 */\n.element {\n color: rgb(var(--mdui-color-tertiary-light));\n}\n\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-tertiary));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-tertiary), 0.5);\n}\n```\n"
204
+ },
205
+ "references": [
206
+ {
207
+ "name": "开发文档",
208
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
209
+ }
210
+ ]
211
+ },
212
+ {
213
+ "name": "--mdui-color-tertiary-container-light",
214
+ "description": {
215
+ "kind": "markdown",
216
+ "value": "**Tertiary Container**\n\n亮色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n通过修改该属性,可以修改亮色模式下的颜色值。\n\n**示例**:\n```css\n/* 设置亮色模式颜色值 */\n:root {\n --mdui-color-tertiary-container-light: 255, 0, 0;\n}\n\n/* 读取亮色模式颜色值 */\n.element {\n color: rgb(var(--mdui-color-tertiary-container-light));\n}\n\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-tertiary-container));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-tertiary-container), 0.5);\n}\n```\n"
217
+ },
218
+ "references": [
219
+ {
220
+ "name": "开发文档",
221
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
222
+ }
223
+ ]
224
+ },
225
+ {
226
+ "name": "--mdui-color-on-tertiary-light",
227
+ "description": {
228
+ "kind": "markdown",
229
+ "value": "**On Tertiary**\n\n亮色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n通过修改该属性,可以修改亮色模式下的颜色值。\n\n**示例**:\n```css\n/* 设置亮色模式颜色值 */\n:root {\n --mdui-color-on-tertiary-light: 255, 0, 0;\n}\n\n/* 读取亮色模式颜色值 */\n.element {\n color: rgb(var(--mdui-color-on-tertiary-light));\n}\n\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-on-tertiary));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-on-tertiary), 0.5);\n}\n```\n"
230
+ },
231
+ "references": [
232
+ {
233
+ "name": "开发文档",
234
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
235
+ }
236
+ ]
237
+ },
238
+ {
239
+ "name": "--mdui-color-on-tertiary-container-light",
240
+ "description": {
241
+ "kind": "markdown",
242
+ "value": "**On Tertiary Container**\n\n亮色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n通过修改该属性,可以修改亮色模式下的颜色值。\n\n**示例**:\n```css\n/* 设置亮色模式颜色值 */\n:root {\n --mdui-color-on-tertiary-container-light: 255, 0, 0;\n}\n\n/* 读取亮色模式颜色值 */\n.element {\n color: rgb(var(--mdui-color-on-tertiary-container-light));\n}\n\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-on-tertiary-container));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-on-tertiary-container), 0.5);\n}\n```\n"
243
+ },
244
+ "references": [
245
+ {
246
+ "name": "开发文档",
247
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
248
+ }
249
+ ]
250
+ },
251
+ {
252
+ "name": "--mdui-color-surface-light",
253
+ "description": {
254
+ "kind": "markdown",
255
+ "value": "**Surface**\n\n亮色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n通过修改该属性,可以修改亮色模式下的颜色值。\n\n**示例**:\n```css\n/* 设置亮色模式颜色值 */\n:root {\n --mdui-color-surface-light: 255, 0, 0;\n}\n\n/* 读取亮色模式颜色值 */\n.element {\n color: rgb(var(--mdui-color-surface-light));\n}\n\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-surface));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-surface), 0.5);\n}\n```\n"
256
+ },
257
+ "references": [
258
+ {
259
+ "name": "开发文档",
260
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
261
+ }
262
+ ]
263
+ },
264
+ {
265
+ "name": "--mdui-color-surface-dim-light",
266
+ "description": {
267
+ "kind": "markdown",
268
+ "value": "**Surface Dim**\n\n亮色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n通过修改该属性,可以修改亮色模式下的颜色值。\n\n**示例**:\n```css\n/* 设置亮色模式颜色值 */\n:root {\n --mdui-color-surface-dim-light: 255, 0, 0;\n}\n\n/* 读取亮色模式颜色值 */\n.element {\n color: rgb(var(--mdui-color-surface-dim-light));\n}\n\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-surface-dim));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-surface-dim), 0.5);\n}\n```\n"
269
+ },
270
+ "references": [
271
+ {
272
+ "name": "开发文档",
273
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
274
+ }
275
+ ]
276
+ },
277
+ {
278
+ "name": "--mdui-color-surface-bright-light",
279
+ "description": {
280
+ "kind": "markdown",
281
+ "value": "**Surface Bright**\n\n亮色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n通过修改该属性,可以修改亮色模式下的颜色值。\n\n**示例**:\n```css\n/* 设置亮色模式颜色值 */\n:root {\n --mdui-color-surface-bright-light: 255, 0, 0;\n}\n\n/* 读取亮色模式颜色值 */\n.element {\n color: rgb(var(--mdui-color-surface-bright-light));\n}\n\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-surface-bright));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-surface-bright), 0.5);\n}\n```\n"
282
+ },
283
+ "references": [
284
+ {
285
+ "name": "开发文档",
286
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
287
+ }
288
+ ]
289
+ },
290
+ {
291
+ "name": "--mdui-color-surface-container-lowest-light",
292
+ "description": {
293
+ "kind": "markdown",
294
+ "value": "**Surface Container Lowest**\n\n亮色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n通过修改该属性,可以修改亮色模式下的颜色值。\n\n**示例**:\n```css\n/* 设置亮色模式颜色值 */\n:root {\n --mdui-color-surface-container-lowest-light: 255, 0, 0;\n}\n\n/* 读取亮色模式颜色值 */\n.element {\n color: rgb(var(--mdui-color-surface-container-lowest-light));\n}\n\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-surface-container-lowest));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-surface-container-lowest), 0.5);\n}\n```\n"
295
+ },
296
+ "references": [
297
+ {
298
+ "name": "开发文档",
299
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
300
+ }
301
+ ]
302
+ },
303
+ {
304
+ "name": "--mdui-color-surface-container-low-light",
305
+ "description": {
306
+ "kind": "markdown",
307
+ "value": "**Surface Container Low**\n\n亮色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n通过修改该属性,可以修改亮色模式下的颜色值。\n\n**示例**:\n```css\n/* 设置亮色模式颜色值 */\n:root {\n --mdui-color-surface-container-low-light: 255, 0, 0;\n}\n\n/* 读取亮色模式颜色值 */\n.element {\n color: rgb(var(--mdui-color-surface-container-low-light));\n}\n\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-surface-container-low));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-surface-container-low), 0.5);\n}\n```\n"
308
+ },
309
+ "references": [
310
+ {
311
+ "name": "开发文档",
312
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
313
+ }
314
+ ]
315
+ },
316
+ {
317
+ "name": "--mdui-color-surface-container-light",
318
+ "description": {
319
+ "kind": "markdown",
320
+ "value": "**Surface Container**\n\n亮色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n通过修改该属性,可以修改亮色模式下的颜色值。\n\n**示例**:\n```css\n/* 设置亮色模式颜色值 */\n:root {\n --mdui-color-surface-container-light: 255, 0, 0;\n}\n\n/* 读取亮色模式颜色值 */\n.element {\n color: rgb(var(--mdui-color-surface-container-light));\n}\n\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-surface-container));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-surface-container), 0.5);\n}\n```\n"
321
+ },
322
+ "references": [
323
+ {
324
+ "name": "开发文档",
325
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
326
+ }
327
+ ]
328
+ },
329
+ {
330
+ "name": "--mdui-color-surface-container-high-light",
331
+ "description": {
332
+ "kind": "markdown",
333
+ "value": "**Surface Container High**\n\n亮色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n通过修改该属性,可以修改亮色模式下的颜色值。\n\n**示例**:\n```css\n/* 设置亮色模式颜色值 */\n:root {\n --mdui-color-surface-container-high-light: 255, 0, 0;\n}\n\n/* 读取亮色模式颜色值 */\n.element {\n color: rgb(var(--mdui-color-surface-container-high-light));\n}\n\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-surface-container-high));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-surface-container-high), 0.5);\n}\n```\n"
334
+ },
335
+ "references": [
336
+ {
337
+ "name": "开发文档",
338
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
339
+ }
340
+ ]
341
+ },
342
+ {
343
+ "name": "--mdui-color-surface-container-highest-light",
344
+ "description": {
345
+ "kind": "markdown",
346
+ "value": "**Surface Container Highest**\n\n亮色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n通过修改该属性,可以修改亮色模式下的颜色值。\n\n**示例**:\n```css\n/* 设置亮色模式颜色值 */\n:root {\n --mdui-color-surface-container-highest-light: 255, 0, 0;\n}\n\n/* 读取亮色模式颜色值 */\n.element {\n color: rgb(var(--mdui-color-surface-container-highest-light));\n}\n\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-surface-container-highest));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-surface-container-highest), 0.5);\n}\n```\n"
347
+ },
348
+ "references": [
349
+ {
350
+ "name": "开发文档",
351
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
352
+ }
353
+ ]
354
+ },
355
+ {
356
+ "name": "--mdui-color-surface-variant-light",
357
+ "description": {
358
+ "kind": "markdown",
359
+ "value": "**Surface Variant**\n\n亮色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n通过修改该属性,可以修改亮色模式下的颜色值。\n\n**示例**:\n```css\n/* 设置亮色模式颜色值 */\n:root {\n --mdui-color-surface-variant-light: 255, 0, 0;\n}\n\n/* 读取亮色模式颜色值 */\n.element {\n color: rgb(var(--mdui-color-surface-variant-light));\n}\n\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-surface-variant));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-surface-variant), 0.5);\n}\n```\n"
360
+ },
361
+ "references": [
362
+ {
363
+ "name": "开发文档",
364
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
365
+ }
366
+ ]
367
+ },
368
+ {
369
+ "name": "--mdui-color-on-surface-light",
370
+ "description": {
371
+ "kind": "markdown",
372
+ "value": "**On Surface**\n\n亮色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n通过修改该属性,可以修改亮色模式下的颜色值。\n\n**示例**:\n```css\n/* 设置亮色模式颜色值 */\n:root {\n --mdui-color-on-surface-light: 255, 0, 0;\n}\n\n/* 读取亮色模式颜色值 */\n.element {\n color: rgb(var(--mdui-color-on-surface-light));\n}\n\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-on-surface));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-on-surface), 0.5);\n}\n```\n"
373
+ },
374
+ "references": [
375
+ {
376
+ "name": "开发文档",
377
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
378
+ }
379
+ ]
380
+ },
381
+ {
382
+ "name": "--mdui-color-on-surface-variant-light",
383
+ "description": {
384
+ "kind": "markdown",
385
+ "value": "**On Surface Variant**\n\n亮色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n通过修改该属性,可以修改亮色模式下的颜色值。\n\n**示例**:\n```css\n/* 设置亮色模式颜色值 */\n:root {\n --mdui-color-on-surface-variant-light: 255, 0, 0;\n}\n\n/* 读取亮色模式颜色值 */\n.element {\n color: rgb(var(--mdui-color-on-surface-variant-light));\n}\n\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-on-surface-variant));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-on-surface-variant), 0.5);\n}\n```\n"
386
+ },
387
+ "references": [
388
+ {
389
+ "name": "开发文档",
390
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
391
+ }
392
+ ]
393
+ },
394
+ {
395
+ "name": "--mdui-color-inverse-surface-light",
396
+ "description": {
397
+ "kind": "markdown",
398
+ "value": "**Inverse Surface**\n\n亮色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n通过修改该属性,可以修改亮色模式下的颜色值。\n\n**示例**:\n```css\n/* 设置亮色模式颜色值 */\n:root {\n --mdui-color-inverse-surface-light: 255, 0, 0;\n}\n\n/* 读取亮色模式颜色值 */\n.element {\n color: rgb(var(--mdui-color-inverse-surface-light));\n}\n\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-inverse-surface));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-inverse-surface), 0.5);\n}\n```\n"
399
+ },
400
+ "references": [
401
+ {
402
+ "name": "开发文档",
403
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
404
+ }
405
+ ]
406
+ },
407
+ {
408
+ "name": "--mdui-color-inverse-on-surface-light",
409
+ "description": {
410
+ "kind": "markdown",
411
+ "value": "**Inverse On Surface**\n\n亮色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n通过修改该属性,可以修改亮色模式下的颜色值。\n\n**示例**:\n```css\n/* 设置亮色模式颜色值 */\n:root {\n --mdui-color-inverse-on-surface-light: 255, 0, 0;\n}\n\n/* 读取亮色模式颜色值 */\n.element {\n color: rgb(var(--mdui-color-inverse-on-surface-light));\n}\n\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-inverse-on-surface));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-inverse-on-surface), 0.5);\n}\n```\n"
412
+ },
413
+ "references": [
414
+ {
415
+ "name": "开发文档",
416
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
417
+ }
418
+ ]
419
+ },
420
+ {
421
+ "name": "--mdui-color-background-light",
422
+ "description": {
423
+ "kind": "markdown",
424
+ "value": "**Background**\n\n亮色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n通过修改该属性,可以修改亮色模式下的颜色值。\n\n**示例**:\n```css\n/* 设置亮色模式颜色值 */\n:root {\n --mdui-color-background-light: 255, 0, 0;\n}\n\n/* 读取亮色模式颜色值 */\n.element {\n color: rgb(var(--mdui-color-background-light));\n}\n\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-background));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-background), 0.5);\n}\n```\n"
425
+ },
426
+ "references": [
427
+ {
428
+ "name": "开发文档",
429
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
430
+ }
431
+ ]
432
+ },
433
+ {
434
+ "name": "--mdui-color-on-background-light",
435
+ "description": {
436
+ "kind": "markdown",
437
+ "value": "**On Background**\n\n亮色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n通过修改该属性,可以修改亮色模式下的颜色值。\n\n**示例**:\n```css\n/* 设置亮色模式颜色值 */\n:root {\n --mdui-color-on-background-light: 255, 0, 0;\n}\n\n/* 读取亮色模式颜色值 */\n.element {\n color: rgb(var(--mdui-color-on-background-light));\n}\n\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-on-background));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-on-background), 0.5);\n}\n```\n"
438
+ },
439
+ "references": [
440
+ {
441
+ "name": "开发文档",
442
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
443
+ }
444
+ ]
445
+ },
446
+ {
447
+ "name": "--mdui-color-error-light",
448
+ "description": {
449
+ "kind": "markdown",
450
+ "value": "**Error**\n\n亮色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n通过修改该属性,可以修改亮色模式下的颜色值。\n\n**示例**:\n```css\n/* 设置亮色模式颜色值 */\n:root {\n --mdui-color-error-light: 255, 0, 0;\n}\n\n/* 读取亮色模式颜色值 */\n.element {\n color: rgb(var(--mdui-color-error-light));\n}\n\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-error));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-error), 0.5);\n}\n```\n"
451
+ },
452
+ "references": [
453
+ {
454
+ "name": "开发文档",
455
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
456
+ }
457
+ ]
458
+ },
459
+ {
460
+ "name": "--mdui-color-error-container-light",
461
+ "description": {
462
+ "kind": "markdown",
463
+ "value": "**Error Container**\n\n亮色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n通过修改该属性,可以修改亮色模式下的颜色值。\n\n**示例**:\n```css\n/* 设置亮色模式颜色值 */\n:root {\n --mdui-color-error-container-light: 255, 0, 0;\n}\n\n/* 读取亮色模式颜色值 */\n.element {\n color: rgb(var(--mdui-color-error-container-light));\n}\n\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-error-container));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-error-container), 0.5);\n}\n```\n"
464
+ },
465
+ "references": [
466
+ {
467
+ "name": "开发文档",
468
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
469
+ }
470
+ ]
471
+ },
472
+ {
473
+ "name": "--mdui-color-on-error-light",
474
+ "description": {
475
+ "kind": "markdown",
476
+ "value": "**On Error**\n\n亮色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n通过修改该属性,可以修改亮色模式下的颜色值。\n\n**示例**:\n```css\n/* 设置亮色模式颜色值 */\n:root {\n --mdui-color-on-error-light: 255, 0, 0;\n}\n\n/* 读取亮色模式颜色值 */\n.element {\n color: rgb(var(--mdui-color-on-error-light));\n}\n\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-on-error));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-on-error), 0.5);\n}\n```\n"
477
+ },
478
+ "references": [
479
+ {
480
+ "name": "开发文档",
481
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
482
+ }
483
+ ]
484
+ },
485
+ {
486
+ "name": "--mdui-color-on-error-container-light",
487
+ "description": {
488
+ "kind": "markdown",
489
+ "value": "**On Error Container**\n\n亮色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n通过修改该属性,可以修改亮色模式下的颜色值。\n\n**示例**:\n```css\n/* 设置亮色模式颜色值 */\n:root {\n --mdui-color-on-error-container-light: 255, 0, 0;\n}\n\n/* 读取亮色模式颜色值 */\n.element {\n color: rgb(var(--mdui-color-on-error-container-light));\n}\n\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-on-error-container));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-on-error-container), 0.5);\n}\n```\n"
490
+ },
491
+ "references": [
492
+ {
493
+ "name": "开发文档",
494
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
495
+ }
496
+ ]
497
+ },
498
+ {
499
+ "name": "--mdui-color-outline-light",
500
+ "description": {
501
+ "kind": "markdown",
502
+ "value": "**Outline**\n\n亮色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n通过修改该属性,可以修改亮色模式下的颜色值。\n\n**示例**:\n```css\n/* 设置亮色模式颜色值 */\n:root {\n --mdui-color-outline-light: 255, 0, 0;\n}\n\n/* 读取亮色模式颜色值 */\n.element {\n color: rgb(var(--mdui-color-outline-light));\n}\n\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-outline));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-outline), 0.5);\n}\n```\n"
503
+ },
504
+ "references": [
505
+ {
506
+ "name": "开发文档",
507
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
508
+ }
509
+ ]
510
+ },
511
+ {
512
+ "name": "--mdui-color-outline-variant-light",
513
+ "description": {
514
+ "kind": "markdown",
515
+ "value": "**Outline Variant**\n\n亮色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n通过修改该属性,可以修改亮色模式下的颜色值。\n\n**示例**:\n```css\n/* 设置亮色模式颜色值 */\n:root {\n --mdui-color-outline-variant-light: 255, 0, 0;\n}\n\n/* 读取亮色模式颜色值 */\n.element {\n color: rgb(var(--mdui-color-outline-variant-light));\n}\n\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-outline-variant));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-outline-variant), 0.5);\n}\n```\n"
516
+ },
517
+ "references": [
518
+ {
519
+ "name": "开发文档",
520
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
521
+ }
522
+ ]
523
+ },
524
+ {
525
+ "name": "--mdui-color-shadow-light",
526
+ "description": {
527
+ "kind": "markdown",
528
+ "value": "**Shadow**\n\n亮色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n通过修改该属性,可以修改亮色模式下的颜色值。\n\n**示例**:\n```css\n/* 设置亮色模式颜色值 */\n:root {\n --mdui-color-shadow-light: 255, 0, 0;\n}\n\n/* 读取亮色模式颜色值 */\n.element {\n color: rgb(var(--mdui-color-shadow-light));\n}\n\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-shadow));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-shadow), 0.5);\n}\n```\n"
529
+ },
530
+ "references": [
531
+ {
532
+ "name": "开发文档",
533
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
534
+ }
535
+ ]
536
+ },
537
+ {
538
+ "name": "--mdui-color-surface-tint-color-light",
539
+ "description": {
540
+ "kind": "markdown",
541
+ "value": "**Surface Tint Color**\n\n亮色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n通过修改该属性,可以修改亮色模式下的颜色值。\n\n**示例**:\n```css\n/* 设置亮色模式颜色值 */\n:root {\n --mdui-color-surface-tint-color-light: 255, 0, 0;\n}\n\n/* 读取亮色模式颜色值 */\n.element {\n color: rgb(var(--mdui-color-surface-tint-color-light));\n}\n\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-surface-tint-color));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-surface-tint-color), 0.5);\n}\n```\n"
542
+ },
543
+ "references": [
544
+ {
545
+ "name": "开发文档",
546
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
547
+ }
548
+ ]
549
+ },
550
+ {
551
+ "name": "--mdui-color-scrim-light",
552
+ "description": {
553
+ "kind": "markdown",
554
+ "value": "**Scrim**\n\n亮色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n通过修改该属性,可以修改亮色模式下的颜色值。\n\n**示例**:\n```css\n/* 设置亮色模式颜色值 */\n:root {\n --mdui-color-scrim-light: 255, 0, 0;\n}\n\n/* 读取亮色模式颜色值 */\n.element {\n color: rgb(var(--mdui-color-scrim-light));\n}\n\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-scrim));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-scrim), 0.5);\n}\n```\n"
555
+ },
556
+ "references": [
557
+ {
558
+ "name": "开发文档",
559
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
560
+ }
561
+ ]
562
+ },
563
+ {
564
+ "name": "--mdui-color-primary-dark",
565
+ "description": {
566
+ "kind": "markdown",
567
+ "value": "**Primary**\n\n暗色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n通过修改该属性,可以修改暗色模式下的颜色值。\n\n**示例**:\n```css\n/* 设置暗色模式颜色值 */\n:root {\n --mdui-color-primary-dark: 255, 0, 0;\n}\n\n/* 读取暗色模式颜色值 */\n.element {\n color: rgb(var(--mdui-color-primary-dark));\n}\n\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-primary));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-primary), 0.5);\n}\n```\n"
568
+ },
569
+ "references": [
570
+ {
571
+ "name": "开发文档",
572
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
573
+ }
574
+ ]
575
+ },
576
+ {
577
+ "name": "--mdui-color-primary-container-dark",
578
+ "description": {
579
+ "kind": "markdown",
580
+ "value": "**Primary Container**\n\n暗色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n通过修改该属性,可以修改暗色模式下的颜色值。\n\n**示例**:\n```css\n/* 设置暗色模式颜色值 */\n:root {\n --mdui-color-primary-container-dark: 255, 0, 0;\n}\n\n/* 读取暗色模式颜色值 */\n.element {\n color: rgb(var(--mdui-color-primary-container-dark));\n}\n\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-primary-container));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-primary-container), 0.5);\n}\n```\n"
581
+ },
582
+ "references": [
583
+ {
584
+ "name": "开发文档",
585
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
586
+ }
587
+ ]
588
+ },
589
+ {
590
+ "name": "--mdui-color-on-primary-dark",
591
+ "description": {
592
+ "kind": "markdown",
593
+ "value": "**On Primary**\n\n暗色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n通过修改该属性,可以修改暗色模式下的颜色值。\n\n**示例**:\n```css\n/* 设置暗色模式颜色值 */\n:root {\n --mdui-color-on-primary-dark: 255, 0, 0;\n}\n\n/* 读取暗色模式颜色值 */\n.element {\n color: rgb(var(--mdui-color-on-primary-dark));\n}\n\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-on-primary));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-on-primary), 0.5);\n}\n```\n"
594
+ },
595
+ "references": [
596
+ {
597
+ "name": "开发文档",
598
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
599
+ }
600
+ ]
601
+ },
602
+ {
603
+ "name": "--mdui-color-on-primary-container-dark",
604
+ "description": {
605
+ "kind": "markdown",
606
+ "value": "**On Primary Container**\n\n暗色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n通过修改该属性,可以修改暗色模式下的颜色值。\n\n**示例**:\n```css\n/* 设置暗色模式颜色值 */\n:root {\n --mdui-color-on-primary-container-dark: 255, 0, 0;\n}\n\n/* 读取暗色模式颜色值 */\n.element {\n color: rgb(var(--mdui-color-on-primary-container-dark));\n}\n\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-on-primary-container));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-on-primary-container), 0.5);\n}\n```\n"
607
+ },
608
+ "references": [
609
+ {
610
+ "name": "开发文档",
611
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
612
+ }
613
+ ]
614
+ },
615
+ {
616
+ "name": "--mdui-color-inverse-primary-dark",
617
+ "description": {
618
+ "kind": "markdown",
619
+ "value": "**Inverse Primary**\n\n暗色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n通过修改该属性,可以修改暗色模式下的颜色值。\n\n**示例**:\n```css\n/* 设置暗色模式颜色值 */\n:root {\n --mdui-color-inverse-primary-dark: 255, 0, 0;\n}\n\n/* 读取暗色模式颜色值 */\n.element {\n color: rgb(var(--mdui-color-inverse-primary-dark));\n}\n\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-inverse-primary));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-inverse-primary), 0.5);\n}\n```\n"
620
+ },
621
+ "references": [
622
+ {
623
+ "name": "开发文档",
624
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
625
+ }
626
+ ]
627
+ },
628
+ {
629
+ "name": "--mdui-color-secondary-dark",
630
+ "description": {
631
+ "kind": "markdown",
632
+ "value": "**Secondary**\n\n暗色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n通过修改该属性,可以修改暗色模式下的颜色值。\n\n**示例**:\n```css\n/* 设置暗色模式颜色值 */\n:root {\n --mdui-color-secondary-dark: 255, 0, 0;\n}\n\n/* 读取暗色模式颜色值 */\n.element {\n color: rgb(var(--mdui-color-secondary-dark));\n}\n\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-secondary));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-secondary), 0.5);\n}\n```\n"
633
+ },
634
+ "references": [
635
+ {
636
+ "name": "开发文档",
637
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
638
+ }
639
+ ]
640
+ },
641
+ {
642
+ "name": "--mdui-color-secondary-container-dark",
643
+ "description": {
644
+ "kind": "markdown",
645
+ "value": "**Secondary Container**\n\n暗色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n通过修改该属性,可以修改暗色模式下的颜色值。\n\n**示例**:\n```css\n/* 设置暗色模式颜色值 */\n:root {\n --mdui-color-secondary-container-dark: 255, 0, 0;\n}\n\n/* 读取暗色模式颜色值 */\n.element {\n color: rgb(var(--mdui-color-secondary-container-dark));\n}\n\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-secondary-container));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-secondary-container), 0.5);\n}\n```\n"
646
+ },
647
+ "references": [
648
+ {
649
+ "name": "开发文档",
650
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
651
+ }
652
+ ]
653
+ },
654
+ {
655
+ "name": "--mdui-color-on-secondary-dark",
656
+ "description": {
657
+ "kind": "markdown",
658
+ "value": "**On Secondary**\n\n暗色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n通过修改该属性,可以修改暗色模式下的颜色值。\n\n**示例**:\n```css\n/* 设置暗色模式颜色值 */\n:root {\n --mdui-color-on-secondary-dark: 255, 0, 0;\n}\n\n/* 读取暗色模式颜色值 */\n.element {\n color: rgb(var(--mdui-color-on-secondary-dark));\n}\n\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-on-secondary));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-on-secondary), 0.5);\n}\n```\n"
659
+ },
660
+ "references": [
661
+ {
662
+ "name": "开发文档",
663
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
664
+ }
665
+ ]
666
+ },
667
+ {
668
+ "name": "--mdui-color-on-secondary-container-dark",
669
+ "description": {
670
+ "kind": "markdown",
671
+ "value": "**On Secondary Container**\n\n暗色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n通过修改该属性,可以修改暗色模式下的颜色值。\n\n**示例**:\n```css\n/* 设置暗色模式颜色值 */\n:root {\n --mdui-color-on-secondary-container-dark: 255, 0, 0;\n}\n\n/* 读取暗色模式颜色值 */\n.element {\n color: rgb(var(--mdui-color-on-secondary-container-dark));\n}\n\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-on-secondary-container));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-on-secondary-container), 0.5);\n}\n```\n"
672
+ },
673
+ "references": [
674
+ {
675
+ "name": "开发文档",
676
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
677
+ }
678
+ ]
679
+ },
680
+ {
681
+ "name": "--mdui-color-tertiary-dark",
682
+ "description": {
683
+ "kind": "markdown",
684
+ "value": "**Tertiary**\n\n暗色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n通过修改该属性,可以修改暗色模式下的颜色值。\n\n**示例**:\n```css\n/* 设置暗色模式颜色值 */\n:root {\n --mdui-color-tertiary-dark: 255, 0, 0;\n}\n\n/* 读取暗色模式颜色值 */\n.element {\n color: rgb(var(--mdui-color-tertiary-dark));\n}\n\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-tertiary));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-tertiary), 0.5);\n}\n```\n"
685
+ },
686
+ "references": [
687
+ {
688
+ "name": "开发文档",
689
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
690
+ }
691
+ ]
692
+ },
693
+ {
694
+ "name": "--mdui-color-tertiary-container-dark",
695
+ "description": {
696
+ "kind": "markdown",
697
+ "value": "**Tertiary Container**\n\n暗色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n通过修改该属性,可以修改暗色模式下的颜色值。\n\n**示例**:\n```css\n/* 设置暗色模式颜色值 */\n:root {\n --mdui-color-tertiary-container-dark: 255, 0, 0;\n}\n\n/* 读取暗色模式颜色值 */\n.element {\n color: rgb(var(--mdui-color-tertiary-container-dark));\n}\n\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-tertiary-container));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-tertiary-container), 0.5);\n}\n```\n"
698
+ },
699
+ "references": [
700
+ {
701
+ "name": "开发文档",
702
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
703
+ }
704
+ ]
705
+ },
706
+ {
707
+ "name": "--mdui-color-on-tertiary-dark",
708
+ "description": {
709
+ "kind": "markdown",
710
+ "value": "**On Tertiary**\n\n暗色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n通过修改该属性,可以修改暗色模式下的颜色值。\n\n**示例**:\n```css\n/* 设置暗色模式颜色值 */\n:root {\n --mdui-color-on-tertiary-dark: 255, 0, 0;\n}\n\n/* 读取暗色模式颜色值 */\n.element {\n color: rgb(var(--mdui-color-on-tertiary-dark));\n}\n\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-on-tertiary));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-on-tertiary), 0.5);\n}\n```\n"
711
+ },
712
+ "references": [
713
+ {
714
+ "name": "开发文档",
715
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
716
+ }
717
+ ]
718
+ },
719
+ {
720
+ "name": "--mdui-color-on-tertiary-container-dark",
721
+ "description": {
722
+ "kind": "markdown",
723
+ "value": "**On Tertiary Container**\n\n暗色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n通过修改该属性,可以修改暗色模式下的颜色值。\n\n**示例**:\n```css\n/* 设置暗色模式颜色值 */\n:root {\n --mdui-color-on-tertiary-container-dark: 255, 0, 0;\n}\n\n/* 读取暗色模式颜色值 */\n.element {\n color: rgb(var(--mdui-color-on-tertiary-container-dark));\n}\n\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-on-tertiary-container));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-on-tertiary-container), 0.5);\n}\n```\n"
724
+ },
725
+ "references": [
726
+ {
727
+ "name": "开发文档",
728
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
729
+ }
730
+ ]
731
+ },
732
+ {
733
+ "name": "--mdui-color-surface-dark",
734
+ "description": {
735
+ "kind": "markdown",
736
+ "value": "**Surface**\n\n暗色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n通过修改该属性,可以修改暗色模式下的颜色值。\n\n**示例**:\n```css\n/* 设置暗色模式颜色值 */\n:root {\n --mdui-color-surface-dark: 255, 0, 0;\n}\n\n/* 读取暗色模式颜色值 */\n.element {\n color: rgb(var(--mdui-color-surface-dark));\n}\n\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-surface));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-surface), 0.5);\n}\n```\n"
737
+ },
738
+ "references": [
739
+ {
740
+ "name": "开发文档",
741
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
742
+ }
743
+ ]
744
+ },
745
+ {
746
+ "name": "--mdui-color-surface-dim-dark",
747
+ "description": {
748
+ "kind": "markdown",
749
+ "value": "**Surface Dim**\n\n暗色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n通过修改该属性,可以修改暗色模式下的颜色值。\n\n**示例**:\n```css\n/* 设置暗色模式颜色值 */\n:root {\n --mdui-color-surface-dim-dark: 255, 0, 0;\n}\n\n/* 读取暗色模式颜色值 */\n.element {\n color: rgb(var(--mdui-color-surface-dim-dark));\n}\n\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-surface-dim));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-surface-dim), 0.5);\n}\n```\n"
750
+ },
751
+ "references": [
752
+ {
753
+ "name": "开发文档",
754
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
755
+ }
756
+ ]
757
+ },
758
+ {
759
+ "name": "--mdui-color-surface-bright-dark",
760
+ "description": {
761
+ "kind": "markdown",
762
+ "value": "**Surface Bright**\n\n暗色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n通过修改该属性,可以修改暗色模式下的颜色值。\n\n**示例**:\n```css\n/* 设置暗色模式颜色值 */\n:root {\n --mdui-color-surface-bright-dark: 255, 0, 0;\n}\n\n/* 读取暗色模式颜色值 */\n.element {\n color: rgb(var(--mdui-color-surface-bright-dark));\n}\n\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-surface-bright));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-surface-bright), 0.5);\n}\n```\n"
763
+ },
764
+ "references": [
765
+ {
766
+ "name": "开发文档",
767
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
768
+ }
769
+ ]
770
+ },
771
+ {
772
+ "name": "--mdui-color-surface-container-lowest-dark",
773
+ "description": {
774
+ "kind": "markdown",
775
+ "value": "**Surface Container Lowest**\n\n暗色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n通过修改该属性,可以修改暗色模式下的颜色值。\n\n**示例**:\n```css\n/* 设置暗色模式颜色值 */\n:root {\n --mdui-color-surface-container-lowest-dark: 255, 0, 0;\n}\n\n/* 读取暗色模式颜色值 */\n.element {\n color: rgb(var(--mdui-color-surface-container-lowest-dark));\n}\n\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-surface-container-lowest));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-surface-container-lowest), 0.5);\n}\n```\n"
776
+ },
777
+ "references": [
778
+ {
779
+ "name": "开发文档",
780
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
781
+ }
782
+ ]
783
+ },
784
+ {
785
+ "name": "--mdui-color-surface-container-low-dark",
786
+ "description": {
787
+ "kind": "markdown",
788
+ "value": "**Surface Container Low**\n\n暗色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n通过修改该属性,可以修改暗色模式下的颜色值。\n\n**示例**:\n```css\n/* 设置暗色模式颜色值 */\n:root {\n --mdui-color-surface-container-low-dark: 255, 0, 0;\n}\n\n/* 读取暗色模式颜色值 */\n.element {\n color: rgb(var(--mdui-color-surface-container-low-dark));\n}\n\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-surface-container-low));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-surface-container-low), 0.5);\n}\n```\n"
789
+ },
790
+ "references": [
791
+ {
792
+ "name": "开发文档",
793
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
794
+ }
795
+ ]
796
+ },
797
+ {
798
+ "name": "--mdui-color-surface-container-dark",
799
+ "description": {
800
+ "kind": "markdown",
801
+ "value": "**Surface Container**\n\n暗色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n通过修改该属性,可以修改暗色模式下的颜色值。\n\n**示例**:\n```css\n/* 设置暗色模式颜色值 */\n:root {\n --mdui-color-surface-container-dark: 255, 0, 0;\n}\n\n/* 读取暗色模式颜色值 */\n.element {\n color: rgb(var(--mdui-color-surface-container-dark));\n}\n\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-surface-container));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-surface-container), 0.5);\n}\n```\n"
802
+ },
803
+ "references": [
804
+ {
805
+ "name": "开发文档",
806
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
807
+ }
808
+ ]
809
+ },
810
+ {
811
+ "name": "--mdui-color-surface-container-high-dark",
812
+ "description": {
813
+ "kind": "markdown",
814
+ "value": "**Surface Container High**\n\n暗色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n通过修改该属性,可以修改暗色模式下的颜色值。\n\n**示例**:\n```css\n/* 设置暗色模式颜色值 */\n:root {\n --mdui-color-surface-container-high-dark: 255, 0, 0;\n}\n\n/* 读取暗色模式颜色值 */\n.element {\n color: rgb(var(--mdui-color-surface-container-high-dark));\n}\n\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-surface-container-high));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-surface-container-high), 0.5);\n}\n```\n"
815
+ },
816
+ "references": [
817
+ {
818
+ "name": "开发文档",
819
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
820
+ }
821
+ ]
822
+ },
823
+ {
824
+ "name": "--mdui-color-surface-container-highest-dark",
825
+ "description": {
826
+ "kind": "markdown",
827
+ "value": "**Surface Container Highest**\n\n暗色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n通过修改该属性,可以修改暗色模式下的颜色值。\n\n**示例**:\n```css\n/* 设置暗色模式颜色值 */\n:root {\n --mdui-color-surface-container-highest-dark: 255, 0, 0;\n}\n\n/* 读取暗色模式颜色值 */\n.element {\n color: rgb(var(--mdui-color-surface-container-highest-dark));\n}\n\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-surface-container-highest));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-surface-container-highest), 0.5);\n}\n```\n"
828
+ },
829
+ "references": [
830
+ {
831
+ "name": "开发文档",
832
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
833
+ }
834
+ ]
835
+ },
836
+ {
837
+ "name": "--mdui-color-surface-variant-dark",
838
+ "description": {
839
+ "kind": "markdown",
840
+ "value": "**Surface Variant**\n\n暗色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n通过修改该属性,可以修改暗色模式下的颜色值。\n\n**示例**:\n```css\n/* 设置暗色模式颜色值 */\n:root {\n --mdui-color-surface-variant-dark: 255, 0, 0;\n}\n\n/* 读取暗色模式颜色值 */\n.element {\n color: rgb(var(--mdui-color-surface-variant-dark));\n}\n\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-surface-variant));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-surface-variant), 0.5);\n}\n```\n"
841
+ },
842
+ "references": [
843
+ {
844
+ "name": "开发文档",
845
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
846
+ }
847
+ ]
848
+ },
849
+ {
850
+ "name": "--mdui-color-on-surface-dark",
851
+ "description": {
852
+ "kind": "markdown",
853
+ "value": "**On Surface**\n\n暗色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n通过修改该属性,可以修改暗色模式下的颜色值。\n\n**示例**:\n```css\n/* 设置暗色模式颜色值 */\n:root {\n --mdui-color-on-surface-dark: 255, 0, 0;\n}\n\n/* 读取暗色模式颜色值 */\n.element {\n color: rgb(var(--mdui-color-on-surface-dark));\n}\n\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-on-surface));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-on-surface), 0.5);\n}\n```\n"
854
+ },
855
+ "references": [
856
+ {
857
+ "name": "开发文档",
858
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
859
+ }
860
+ ]
861
+ },
862
+ {
863
+ "name": "--mdui-color-on-surface-variant-dark",
864
+ "description": {
865
+ "kind": "markdown",
866
+ "value": "**On Surface Variant**\n\n暗色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n通过修改该属性,可以修改暗色模式下的颜色值。\n\n**示例**:\n```css\n/* 设置暗色模式颜色值 */\n:root {\n --mdui-color-on-surface-variant-dark: 255, 0, 0;\n}\n\n/* 读取暗色模式颜色值 */\n.element {\n color: rgb(var(--mdui-color-on-surface-variant-dark));\n}\n\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-on-surface-variant));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-on-surface-variant), 0.5);\n}\n```\n"
867
+ },
868
+ "references": [
869
+ {
870
+ "name": "开发文档",
871
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
872
+ }
873
+ ]
874
+ },
875
+ {
876
+ "name": "--mdui-color-inverse-surface-dark",
877
+ "description": {
878
+ "kind": "markdown",
879
+ "value": "**Inverse Surface**\n\n暗色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n通过修改该属性,可以修改暗色模式下的颜色值。\n\n**示例**:\n```css\n/* 设置暗色模式颜色值 */\n:root {\n --mdui-color-inverse-surface-dark: 255, 0, 0;\n}\n\n/* 读取暗色模式颜色值 */\n.element {\n color: rgb(var(--mdui-color-inverse-surface-dark));\n}\n\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-inverse-surface));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-inverse-surface), 0.5);\n}\n```\n"
880
+ },
881
+ "references": [
882
+ {
883
+ "name": "开发文档",
884
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
885
+ }
886
+ ]
887
+ },
888
+ {
889
+ "name": "--mdui-color-inverse-on-surface-dark",
890
+ "description": {
891
+ "kind": "markdown",
892
+ "value": "**Inverse On Surface**\n\n暗色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n通过修改该属性,可以修改暗色模式下的颜色值。\n\n**示例**:\n```css\n/* 设置暗色模式颜色值 */\n:root {\n --mdui-color-inverse-on-surface-dark: 255, 0, 0;\n}\n\n/* 读取暗色模式颜色值 */\n.element {\n color: rgb(var(--mdui-color-inverse-on-surface-dark));\n}\n\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-inverse-on-surface));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-inverse-on-surface), 0.5);\n}\n```\n"
893
+ },
894
+ "references": [
895
+ {
896
+ "name": "开发文档",
897
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
898
+ }
899
+ ]
900
+ },
901
+ {
902
+ "name": "--mdui-color-background-dark",
903
+ "description": {
904
+ "kind": "markdown",
905
+ "value": "**Background**\n\n暗色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n通过修改该属性,可以修改暗色模式下的颜色值。\n\n**示例**:\n```css\n/* 设置暗色模式颜色值 */\n:root {\n --mdui-color-background-dark: 255, 0, 0;\n}\n\n/* 读取暗色模式颜色值 */\n.element {\n color: rgb(var(--mdui-color-background-dark));\n}\n\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-background));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-background), 0.5);\n}\n```\n"
906
+ },
907
+ "references": [
908
+ {
909
+ "name": "开发文档",
910
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
911
+ }
912
+ ]
913
+ },
914
+ {
915
+ "name": "--mdui-color-on-background-dark",
916
+ "description": {
917
+ "kind": "markdown",
918
+ "value": "**On Background**\n\n暗色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n通过修改该属性,可以修改暗色模式下的颜色值。\n\n**示例**:\n```css\n/* 设置暗色模式颜色值 */\n:root {\n --mdui-color-on-background-dark: 255, 0, 0;\n}\n\n/* 读取暗色模式颜色值 */\n.element {\n color: rgb(var(--mdui-color-on-background-dark));\n}\n\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-on-background));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-on-background), 0.5);\n}\n```\n"
919
+ },
920
+ "references": [
921
+ {
922
+ "name": "开发文档",
923
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
924
+ }
925
+ ]
926
+ },
927
+ {
928
+ "name": "--mdui-color-error-dark",
929
+ "description": {
930
+ "kind": "markdown",
931
+ "value": "**Error**\n\n暗色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n通过修改该属性,可以修改暗色模式下的颜色值。\n\n**示例**:\n```css\n/* 设置暗色模式颜色值 */\n:root {\n --mdui-color-error-dark: 255, 0, 0;\n}\n\n/* 读取暗色模式颜色值 */\n.element {\n color: rgb(var(--mdui-color-error-dark));\n}\n\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-error));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-error), 0.5);\n}\n```\n"
932
+ },
933
+ "references": [
934
+ {
935
+ "name": "开发文档",
936
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
937
+ }
938
+ ]
939
+ },
940
+ {
941
+ "name": "--mdui-color-error-container-dark",
942
+ "description": {
943
+ "kind": "markdown",
944
+ "value": "**Error Container**\n\n暗色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n通过修改该属性,可以修改暗色模式下的颜色值。\n\n**示例**:\n```css\n/* 设置暗色模式颜色值 */\n:root {\n --mdui-color-error-container-dark: 255, 0, 0;\n}\n\n/* 读取暗色模式颜色值 */\n.element {\n color: rgb(var(--mdui-color-error-container-dark));\n}\n\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-error-container));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-error-container), 0.5);\n}\n```\n"
945
+ },
946
+ "references": [
947
+ {
948
+ "name": "开发文档",
949
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
950
+ }
951
+ ]
952
+ },
953
+ {
954
+ "name": "--mdui-color-on-error-dark",
955
+ "description": {
956
+ "kind": "markdown",
957
+ "value": "**On Error**\n\n暗色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n通过修改该属性,可以修改暗色模式下的颜色值。\n\n**示例**:\n```css\n/* 设置暗色模式颜色值 */\n:root {\n --mdui-color-on-error-dark: 255, 0, 0;\n}\n\n/* 读取暗色模式颜色值 */\n.element {\n color: rgb(var(--mdui-color-on-error-dark));\n}\n\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-on-error));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-on-error), 0.5);\n}\n```\n"
958
+ },
959
+ "references": [
960
+ {
961
+ "name": "开发文档",
962
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
963
+ }
964
+ ]
965
+ },
966
+ {
967
+ "name": "--mdui-color-on-error-container-dark",
968
+ "description": {
969
+ "kind": "markdown",
970
+ "value": "**On Error Container**\n\n暗色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n通过修改该属性,可以修改暗色模式下的颜色值。\n\n**示例**:\n```css\n/* 设置暗色模式颜色值 */\n:root {\n --mdui-color-on-error-container-dark: 255, 0, 0;\n}\n\n/* 读取暗色模式颜色值 */\n.element {\n color: rgb(var(--mdui-color-on-error-container-dark));\n}\n\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-on-error-container));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-on-error-container), 0.5);\n}\n```\n"
971
+ },
972
+ "references": [
973
+ {
974
+ "name": "开发文档",
975
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
976
+ }
977
+ ]
978
+ },
979
+ {
980
+ "name": "--mdui-color-outline-dark",
981
+ "description": {
982
+ "kind": "markdown",
983
+ "value": "**Outline**\n\n暗色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n通过修改该属性,可以修改暗色模式下的颜色值。\n\n**示例**:\n```css\n/* 设置暗色模式颜色值 */\n:root {\n --mdui-color-outline-dark: 255, 0, 0;\n}\n\n/* 读取暗色模式颜色值 */\n.element {\n color: rgb(var(--mdui-color-outline-dark));\n}\n\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-outline));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-outline), 0.5);\n}\n```\n"
984
+ },
985
+ "references": [
986
+ {
987
+ "name": "开发文档",
988
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
989
+ }
990
+ ]
991
+ },
992
+ {
993
+ "name": "--mdui-color-outline-variant-dark",
994
+ "description": {
995
+ "kind": "markdown",
996
+ "value": "**Outline Variant**\n\n暗色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n通过修改该属性,可以修改暗色模式下的颜色值。\n\n**示例**:\n```css\n/* 设置暗色模式颜色值 */\n:root {\n --mdui-color-outline-variant-dark: 255, 0, 0;\n}\n\n/* 读取暗色模式颜色值 */\n.element {\n color: rgb(var(--mdui-color-outline-variant-dark));\n}\n\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-outline-variant));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-outline-variant), 0.5);\n}\n```\n"
997
+ },
998
+ "references": [
999
+ {
1000
+ "name": "开发文档",
1001
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
1002
+ }
1003
+ ]
1004
+ },
1005
+ {
1006
+ "name": "--mdui-color-shadow-dark",
1007
+ "description": {
1008
+ "kind": "markdown",
1009
+ "value": "**Shadow**\n\n暗色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n通过修改该属性,可以修改暗色模式下的颜色值。\n\n**示例**:\n```css\n/* 设置暗色模式颜色值 */\n:root {\n --mdui-color-shadow-dark: 255, 0, 0;\n}\n\n/* 读取暗色模式颜色值 */\n.element {\n color: rgb(var(--mdui-color-shadow-dark));\n}\n\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-shadow));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-shadow), 0.5);\n}\n```\n"
1010
+ },
1011
+ "references": [
1012
+ {
1013
+ "name": "开发文档",
1014
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
1015
+ }
1016
+ ]
1017
+ },
1018
+ {
1019
+ "name": "--mdui-color-surface-tint-color-dark",
1020
+ "description": {
1021
+ "kind": "markdown",
1022
+ "value": "**Surface Tint Color**\n\n暗色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n通过修改该属性,可以修改暗色模式下的颜色值。\n\n**示例**:\n```css\n/* 设置暗色模式颜色值 */\n:root {\n --mdui-color-surface-tint-color-dark: 255, 0, 0;\n}\n\n/* 读取暗色模式颜色值 */\n.element {\n color: rgb(var(--mdui-color-surface-tint-color-dark));\n}\n\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-surface-tint-color));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-surface-tint-color), 0.5);\n}\n```\n"
1023
+ },
1024
+ "references": [
1025
+ {
1026
+ "name": "开发文档",
1027
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
1028
+ }
1029
+ ]
1030
+ },
1031
+ {
1032
+ "name": "--mdui-color-scrim-dark",
1033
+ "description": {
1034
+ "kind": "markdown",
1035
+ "value": "**Scrim**\n\n暗色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n通过修改该属性,可以修改暗色模式下的颜色值。\n\n**示例**:\n```css\n/* 设置暗色模式颜色值 */\n:root {\n --mdui-color-scrim-dark: 255, 0, 0;\n}\n\n/* 读取暗色模式颜色值 */\n.element {\n color: rgb(var(--mdui-color-scrim-dark));\n}\n\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-scrim));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-scrim), 0.5);\n}\n```\n"
1036
+ },
1037
+ "references": [
1038
+ {
1039
+ "name": "开发文档",
1040
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
1041
+ }
1042
+ ]
1043
+ },
1044
+ {
1045
+ "name": "--mdui-color-primary",
1046
+ "description": {
1047
+ "kind": "markdown",
1048
+ "value": "**Primary**\n\n自动适配亮色模式和暗色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n若要设置该颜色值,建议分别设置 `--mdui-color-primary-light` 和 `--mdui-color-primary-dark`。\n\n**示例**:\n```css\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-primary));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-primary), 0.5);\n}\n\n/* 分别设置亮色模式、暗色模式的颜色值 */\n:root {\n --mdui-color-primary-light: 255, 0, 0;\n --mdui-color-primary-dark: 255, 0, 0;\n}\n```\n"
1049
+ },
1050
+ "references": [
1051
+ {
1052
+ "name": "开发文档",
1053
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
1054
+ }
1055
+ ]
1056
+ },
1057
+ {
1058
+ "name": "--mdui-color-primary-container",
1059
+ "description": {
1060
+ "kind": "markdown",
1061
+ "value": "**Primary Container**\n\n自动适配亮色模式和暗色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n若要设置该颜色值,建议分别设置 `--mdui-color-primary-container-light` 和 `--mdui-color-primary-container-dark`。\n\n**示例**:\n```css\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-primary-container));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-primary-container), 0.5);\n}\n\n/* 分别设置亮色模式、暗色模式的颜色值 */\n:root {\n --mdui-color-primary-container-light: 255, 0, 0;\n --mdui-color-primary-container-dark: 255, 0, 0;\n}\n```\n"
1062
+ },
1063
+ "references": [
1064
+ {
1065
+ "name": "开发文档",
1066
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
1067
+ }
1068
+ ]
1069
+ },
1070
+ {
1071
+ "name": "--mdui-color-on-primary",
1072
+ "description": {
1073
+ "kind": "markdown",
1074
+ "value": "**On Primary**\n\n自动适配亮色模式和暗色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n若要设置该颜色值,建议分别设置 `--mdui-color-on-primary-light` 和 `--mdui-color-on-primary-dark`。\n\n**示例**:\n```css\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-on-primary));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-on-primary), 0.5);\n}\n\n/* 分别设置亮色模式、暗色模式的颜色值 */\n:root {\n --mdui-color-on-primary-light: 255, 0, 0;\n --mdui-color-on-primary-dark: 255, 0, 0;\n}\n```\n"
1075
+ },
1076
+ "references": [
1077
+ {
1078
+ "name": "开发文档",
1079
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
1080
+ }
1081
+ ]
1082
+ },
1083
+ {
1084
+ "name": "--mdui-color-on-primary-container",
1085
+ "description": {
1086
+ "kind": "markdown",
1087
+ "value": "**On Primary Container**\n\n自动适配亮色模式和暗色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n若要设置该颜色值,建议分别设置 `--mdui-color-on-primary-container-light` 和 `--mdui-color-on-primary-container-dark`。\n\n**示例**:\n```css\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-on-primary-container));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-on-primary-container), 0.5);\n}\n\n/* 分别设置亮色模式、暗色模式的颜色值 */\n:root {\n --mdui-color-on-primary-container-light: 255, 0, 0;\n --mdui-color-on-primary-container-dark: 255, 0, 0;\n}\n```\n"
1088
+ },
1089
+ "references": [
1090
+ {
1091
+ "name": "开发文档",
1092
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
1093
+ }
1094
+ ]
1095
+ },
1096
+ {
1097
+ "name": "--mdui-color-inverse-primary",
1098
+ "description": {
1099
+ "kind": "markdown",
1100
+ "value": "**Inverse Primary**\n\n自动适配亮色模式和暗色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n若要设置该颜色值,建议分别设置 `--mdui-color-inverse-primary-light` 和 `--mdui-color-inverse-primary-dark`。\n\n**示例**:\n```css\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-inverse-primary));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-inverse-primary), 0.5);\n}\n\n/* 分别设置亮色模式、暗色模式的颜色值 */\n:root {\n --mdui-color-inverse-primary-light: 255, 0, 0;\n --mdui-color-inverse-primary-dark: 255, 0, 0;\n}\n```\n"
1101
+ },
1102
+ "references": [
1103
+ {
1104
+ "name": "开发文档",
1105
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
1106
+ }
1107
+ ]
1108
+ },
1109
+ {
1110
+ "name": "--mdui-color-secondary",
1111
+ "description": {
1112
+ "kind": "markdown",
1113
+ "value": "**Secondary**\n\n自动适配亮色模式和暗色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n若要设置该颜色值,建议分别设置 `--mdui-color-secondary-light` 和 `--mdui-color-secondary-dark`。\n\n**示例**:\n```css\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-secondary));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-secondary), 0.5);\n}\n\n/* 分别设置亮色模式、暗色模式的颜色值 */\n:root {\n --mdui-color-secondary-light: 255, 0, 0;\n --mdui-color-secondary-dark: 255, 0, 0;\n}\n```\n"
1114
+ },
1115
+ "references": [
1116
+ {
1117
+ "name": "开发文档",
1118
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
1119
+ }
1120
+ ]
1121
+ },
1122
+ {
1123
+ "name": "--mdui-color-secondary-container",
1124
+ "description": {
1125
+ "kind": "markdown",
1126
+ "value": "**Secondary Container**\n\n自动适配亮色模式和暗色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n若要设置该颜色值,建议分别设置 `--mdui-color-secondary-container-light` 和 `--mdui-color-secondary-container-dark`。\n\n**示例**:\n```css\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-secondary-container));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-secondary-container), 0.5);\n}\n\n/* 分别设置亮色模式、暗色模式的颜色值 */\n:root {\n --mdui-color-secondary-container-light: 255, 0, 0;\n --mdui-color-secondary-container-dark: 255, 0, 0;\n}\n```\n"
1127
+ },
1128
+ "references": [
1129
+ {
1130
+ "name": "开发文档",
1131
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
1132
+ }
1133
+ ]
1134
+ },
1135
+ {
1136
+ "name": "--mdui-color-on-secondary",
1137
+ "description": {
1138
+ "kind": "markdown",
1139
+ "value": "**On Secondary**\n\n自动适配亮色模式和暗色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n若要设置该颜色值,建议分别设置 `--mdui-color-on-secondary-light` 和 `--mdui-color-on-secondary-dark`。\n\n**示例**:\n```css\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-on-secondary));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-on-secondary), 0.5);\n}\n\n/* 分别设置亮色模式、暗色模式的颜色值 */\n:root {\n --mdui-color-on-secondary-light: 255, 0, 0;\n --mdui-color-on-secondary-dark: 255, 0, 0;\n}\n```\n"
1140
+ },
1141
+ "references": [
1142
+ {
1143
+ "name": "开发文档",
1144
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
1145
+ }
1146
+ ]
1147
+ },
1148
+ {
1149
+ "name": "--mdui-color-on-secondary-container",
1150
+ "description": {
1151
+ "kind": "markdown",
1152
+ "value": "**On Secondary Container**\n\n自动适配亮色模式和暗色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n若要设置该颜色值,建议分别设置 `--mdui-color-on-secondary-container-light` 和 `--mdui-color-on-secondary-container-dark`。\n\n**示例**:\n```css\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-on-secondary-container));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-on-secondary-container), 0.5);\n}\n\n/* 分别设置亮色模式、暗色模式的颜色值 */\n:root {\n --mdui-color-on-secondary-container-light: 255, 0, 0;\n --mdui-color-on-secondary-container-dark: 255, 0, 0;\n}\n```\n"
1153
+ },
1154
+ "references": [
1155
+ {
1156
+ "name": "开发文档",
1157
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
1158
+ }
1159
+ ]
1160
+ },
1161
+ {
1162
+ "name": "--mdui-color-tertiary",
1163
+ "description": {
1164
+ "kind": "markdown",
1165
+ "value": "**Tertiary**\n\n自动适配亮色模式和暗色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n若要设置该颜色值,建议分别设置 `--mdui-color-tertiary-light` 和 `--mdui-color-tertiary-dark`。\n\n**示例**:\n```css\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-tertiary));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-tertiary), 0.5);\n}\n\n/* 分别设置亮色模式、暗色模式的颜色值 */\n:root {\n --mdui-color-tertiary-light: 255, 0, 0;\n --mdui-color-tertiary-dark: 255, 0, 0;\n}\n```\n"
1166
+ },
1167
+ "references": [
1168
+ {
1169
+ "name": "开发文档",
1170
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
1171
+ }
1172
+ ]
1173
+ },
1174
+ {
1175
+ "name": "--mdui-color-tertiary-container",
1176
+ "description": {
1177
+ "kind": "markdown",
1178
+ "value": "**Tertiary Container**\n\n自动适配亮色模式和暗色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n若要设置该颜色值,建议分别设置 `--mdui-color-tertiary-container-light` 和 `--mdui-color-tertiary-container-dark`。\n\n**示例**:\n```css\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-tertiary-container));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-tertiary-container), 0.5);\n}\n\n/* 分别设置亮色模式、暗色模式的颜色值 */\n:root {\n --mdui-color-tertiary-container-light: 255, 0, 0;\n --mdui-color-tertiary-container-dark: 255, 0, 0;\n}\n```\n"
1179
+ },
1180
+ "references": [
1181
+ {
1182
+ "name": "开发文档",
1183
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
1184
+ }
1185
+ ]
1186
+ },
1187
+ {
1188
+ "name": "--mdui-color-on-tertiary",
1189
+ "description": {
1190
+ "kind": "markdown",
1191
+ "value": "**On Tertiary**\n\n自动适配亮色模式和暗色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n若要设置该颜色值,建议分别设置 `--mdui-color-on-tertiary-light` 和 `--mdui-color-on-tertiary-dark`。\n\n**示例**:\n```css\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-on-tertiary));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-on-tertiary), 0.5);\n}\n\n/* 分别设置亮色模式、暗色模式的颜色值 */\n:root {\n --mdui-color-on-tertiary-light: 255, 0, 0;\n --mdui-color-on-tertiary-dark: 255, 0, 0;\n}\n```\n"
1192
+ },
1193
+ "references": [
1194
+ {
1195
+ "name": "开发文档",
1196
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
1197
+ }
1198
+ ]
1199
+ },
1200
+ {
1201
+ "name": "--mdui-color-on-tertiary-container",
1202
+ "description": {
1203
+ "kind": "markdown",
1204
+ "value": "**On Tertiary Container**\n\n自动适配亮色模式和暗色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n若要设置该颜色值,建议分别设置 `--mdui-color-on-tertiary-container-light` 和 `--mdui-color-on-tertiary-container-dark`。\n\n**示例**:\n```css\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-on-tertiary-container));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-on-tertiary-container), 0.5);\n}\n\n/* 分别设置亮色模式、暗色模式的颜色值 */\n:root {\n --mdui-color-on-tertiary-container-light: 255, 0, 0;\n --mdui-color-on-tertiary-container-dark: 255, 0, 0;\n}\n```\n"
1205
+ },
1206
+ "references": [
1207
+ {
1208
+ "name": "开发文档",
1209
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
1210
+ }
1211
+ ]
1212
+ },
1213
+ {
1214
+ "name": "--mdui-color-surface",
1215
+ "description": {
1216
+ "kind": "markdown",
1217
+ "value": "**Surface**\n\n自动适配亮色模式和暗色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n若要设置该颜色值,建议分别设置 `--mdui-color-surface-light` 和 `--mdui-color-surface-dark`。\n\n**示例**:\n```css\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-surface));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-surface), 0.5);\n}\n\n/* 分别设置亮色模式、暗色模式的颜色值 */\n:root {\n --mdui-color-surface-light: 255, 0, 0;\n --mdui-color-surface-dark: 255, 0, 0;\n}\n```\n"
1218
+ },
1219
+ "references": [
1220
+ {
1221
+ "name": "开发文档",
1222
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
1223
+ }
1224
+ ]
1225
+ },
1226
+ {
1227
+ "name": "--mdui-color-surface-dim",
1228
+ "description": {
1229
+ "kind": "markdown",
1230
+ "value": "**Surface Dim**\n\n自动适配亮色模式和暗色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n若要设置该颜色值,建议分别设置 `--mdui-color-surface-dim-light` 和 `--mdui-color-surface-dim-dark`。\n\n**示例**:\n```css\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-surface-dim));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-surface-dim), 0.5);\n}\n\n/* 分别设置亮色模式、暗色模式的颜色值 */\n:root {\n --mdui-color-surface-dim-light: 255, 0, 0;\n --mdui-color-surface-dim-dark: 255, 0, 0;\n}\n```\n"
1231
+ },
1232
+ "references": [
1233
+ {
1234
+ "name": "开发文档",
1235
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
1236
+ }
1237
+ ]
1238
+ },
1239
+ {
1240
+ "name": "--mdui-color-surface-bright",
1241
+ "description": {
1242
+ "kind": "markdown",
1243
+ "value": "**Surface Bright**\n\n自动适配亮色模式和暗色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n若要设置该颜色值,建议分别设置 `--mdui-color-surface-bright-light` 和 `--mdui-color-surface-bright-dark`。\n\n**示例**:\n```css\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-surface-bright));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-surface-bright), 0.5);\n}\n\n/* 分别设置亮色模式、暗色模式的颜色值 */\n:root {\n --mdui-color-surface-bright-light: 255, 0, 0;\n --mdui-color-surface-bright-dark: 255, 0, 0;\n}\n```\n"
1244
+ },
1245
+ "references": [
1246
+ {
1247
+ "name": "开发文档",
1248
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
1249
+ }
1250
+ ]
1251
+ },
1252
+ {
1253
+ "name": "--mdui-color-surface-container-lowest",
1254
+ "description": {
1255
+ "kind": "markdown",
1256
+ "value": "**Surface Container Lowest**\n\n自动适配亮色模式和暗色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n若要设置该颜色值,建议分别设置 `--mdui-color-surface-container-lowest-light` 和 `--mdui-color-surface-container-lowest-dark`。\n\n**示例**:\n```css\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-surface-container-lowest));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-surface-container-lowest), 0.5);\n}\n\n/* 分别设置亮色模式、暗色模式的颜色值 */\n:root {\n --mdui-color-surface-container-lowest-light: 255, 0, 0;\n --mdui-color-surface-container-lowest-dark: 255, 0, 0;\n}\n```\n"
1257
+ },
1258
+ "references": [
1259
+ {
1260
+ "name": "开发文档",
1261
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
1262
+ }
1263
+ ]
1264
+ },
1265
+ {
1266
+ "name": "--mdui-color-surface-container-low",
1267
+ "description": {
1268
+ "kind": "markdown",
1269
+ "value": "**Surface Container Low**\n\n自动适配亮色模式和暗色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n若要设置该颜色值,建议分别设置 `--mdui-color-surface-container-low-light` 和 `--mdui-color-surface-container-low-dark`。\n\n**示例**:\n```css\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-surface-container-low));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-surface-container-low), 0.5);\n}\n\n/* 分别设置亮色模式、暗色模式的颜色值 */\n:root {\n --mdui-color-surface-container-low-light: 255, 0, 0;\n --mdui-color-surface-container-low-dark: 255, 0, 0;\n}\n```\n"
1270
+ },
1271
+ "references": [
1272
+ {
1273
+ "name": "开发文档",
1274
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
1275
+ }
1276
+ ]
1277
+ },
1278
+ {
1279
+ "name": "--mdui-color-surface-container",
1280
+ "description": {
1281
+ "kind": "markdown",
1282
+ "value": "**Surface Container**\n\n自动适配亮色模式和暗色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n若要设置该颜色值,建议分别设置 `--mdui-color-surface-container-light` 和 `--mdui-color-surface-container-dark`。\n\n**示例**:\n```css\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-surface-container));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-surface-container), 0.5);\n}\n\n/* 分别设置亮色模式、暗色模式的颜色值 */\n:root {\n --mdui-color-surface-container-light: 255, 0, 0;\n --mdui-color-surface-container-dark: 255, 0, 0;\n}\n```\n"
1283
+ },
1284
+ "references": [
1285
+ {
1286
+ "name": "开发文档",
1287
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
1288
+ }
1289
+ ]
1290
+ },
1291
+ {
1292
+ "name": "--mdui-color-surface-container-high",
1293
+ "description": {
1294
+ "kind": "markdown",
1295
+ "value": "**Surface Container High**\n\n自动适配亮色模式和暗色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n若要设置该颜色值,建议分别设置 `--mdui-color-surface-container-high-light` 和 `--mdui-color-surface-container-high-dark`。\n\n**示例**:\n```css\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-surface-container-high));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-surface-container-high), 0.5);\n}\n\n/* 分别设置亮色模式、暗色模式的颜色值 */\n:root {\n --mdui-color-surface-container-high-light: 255, 0, 0;\n --mdui-color-surface-container-high-dark: 255, 0, 0;\n}\n```\n"
1296
+ },
1297
+ "references": [
1298
+ {
1299
+ "name": "开发文档",
1300
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
1301
+ }
1302
+ ]
1303
+ },
1304
+ {
1305
+ "name": "--mdui-color-surface-container-highest",
1306
+ "description": {
1307
+ "kind": "markdown",
1308
+ "value": "**Surface Container Highest**\n\n自动适配亮色模式和暗色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n若要设置该颜色值,建议分别设置 `--mdui-color-surface-container-highest-light` 和 `--mdui-color-surface-container-highest-dark`。\n\n**示例**:\n```css\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-surface-container-highest));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-surface-container-highest), 0.5);\n}\n\n/* 分别设置亮色模式、暗色模式的颜色值 */\n:root {\n --mdui-color-surface-container-highest-light: 255, 0, 0;\n --mdui-color-surface-container-highest-dark: 255, 0, 0;\n}\n```\n"
1309
+ },
1310
+ "references": [
1311
+ {
1312
+ "name": "开发文档",
1313
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
1314
+ }
1315
+ ]
1316
+ },
1317
+ {
1318
+ "name": "--mdui-color-surface-variant",
1319
+ "description": {
1320
+ "kind": "markdown",
1321
+ "value": "**Surface Variant**\n\n自动适配亮色模式和暗色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n若要设置该颜色值,建议分别设置 `--mdui-color-surface-variant-light` 和 `--mdui-color-surface-variant-dark`。\n\n**示例**:\n```css\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-surface-variant));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-surface-variant), 0.5);\n}\n\n/* 分别设置亮色模式、暗色模式的颜色值 */\n:root {\n --mdui-color-surface-variant-light: 255, 0, 0;\n --mdui-color-surface-variant-dark: 255, 0, 0;\n}\n```\n"
1322
+ },
1323
+ "references": [
1324
+ {
1325
+ "name": "开发文档",
1326
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
1327
+ }
1328
+ ]
1329
+ },
1330
+ {
1331
+ "name": "--mdui-color-on-surface",
1332
+ "description": {
1333
+ "kind": "markdown",
1334
+ "value": "**On Surface**\n\n自动适配亮色模式和暗色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n若要设置该颜色值,建议分别设置 `--mdui-color-on-surface-light` 和 `--mdui-color-on-surface-dark`。\n\n**示例**:\n```css\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-on-surface));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-on-surface), 0.5);\n}\n\n/* 分别设置亮色模式、暗色模式的颜色值 */\n:root {\n --mdui-color-on-surface-light: 255, 0, 0;\n --mdui-color-on-surface-dark: 255, 0, 0;\n}\n```\n"
1335
+ },
1336
+ "references": [
1337
+ {
1338
+ "name": "开发文档",
1339
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
1340
+ }
1341
+ ]
1342
+ },
1343
+ {
1344
+ "name": "--mdui-color-on-surface-variant",
1345
+ "description": {
1346
+ "kind": "markdown",
1347
+ "value": "**On Surface Variant**\n\n自动适配亮色模式和暗色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n若要设置该颜色值,建议分别设置 `--mdui-color-on-surface-variant-light` 和 `--mdui-color-on-surface-variant-dark`。\n\n**示例**:\n```css\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-on-surface-variant));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-on-surface-variant), 0.5);\n}\n\n/* 分别设置亮色模式、暗色模式的颜色值 */\n:root {\n --mdui-color-on-surface-variant-light: 255, 0, 0;\n --mdui-color-on-surface-variant-dark: 255, 0, 0;\n}\n```\n"
1348
+ },
1349
+ "references": [
1350
+ {
1351
+ "name": "开发文档",
1352
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
1353
+ }
1354
+ ]
1355
+ },
1356
+ {
1357
+ "name": "--mdui-color-inverse-surface",
1358
+ "description": {
1359
+ "kind": "markdown",
1360
+ "value": "**Inverse Surface**\n\n自动适配亮色模式和暗色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n若要设置该颜色值,建议分别设置 `--mdui-color-inverse-surface-light` 和 `--mdui-color-inverse-surface-dark`。\n\n**示例**:\n```css\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-inverse-surface));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-inverse-surface), 0.5);\n}\n\n/* 分别设置亮色模式、暗色模式的颜色值 */\n:root {\n --mdui-color-inverse-surface-light: 255, 0, 0;\n --mdui-color-inverse-surface-dark: 255, 0, 0;\n}\n```\n"
1361
+ },
1362
+ "references": [
1363
+ {
1364
+ "name": "开发文档",
1365
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
1366
+ }
1367
+ ]
1368
+ },
1369
+ {
1370
+ "name": "--mdui-color-inverse-on-surface",
1371
+ "description": {
1372
+ "kind": "markdown",
1373
+ "value": "**Inverse On Surface**\n\n自动适配亮色模式和暗色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n若要设置该颜色值,建议分别设置 `--mdui-color-inverse-on-surface-light` 和 `--mdui-color-inverse-on-surface-dark`。\n\n**示例**:\n```css\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-inverse-on-surface));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-inverse-on-surface), 0.5);\n}\n\n/* 分别设置亮色模式、暗色模式的颜色值 */\n:root {\n --mdui-color-inverse-on-surface-light: 255, 0, 0;\n --mdui-color-inverse-on-surface-dark: 255, 0, 0;\n}\n```\n"
1374
+ },
1375
+ "references": [
1376
+ {
1377
+ "name": "开发文档",
1378
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
1379
+ }
1380
+ ]
1381
+ },
1382
+ {
1383
+ "name": "--mdui-color-background",
1384
+ "description": {
1385
+ "kind": "markdown",
1386
+ "value": "**Background**\n\n自动适配亮色模式和暗色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n若要设置该颜色值,建议分别设置 `--mdui-color-background-light` 和 `--mdui-color-background-dark`。\n\n**示例**:\n```css\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-background));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-background), 0.5);\n}\n\n/* 分别设置亮色模式、暗色模式的颜色值 */\n:root {\n --mdui-color-background-light: 255, 0, 0;\n --mdui-color-background-dark: 255, 0, 0;\n}\n```\n"
1387
+ },
1388
+ "references": [
1389
+ {
1390
+ "name": "开发文档",
1391
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
1392
+ }
1393
+ ]
1394
+ },
1395
+ {
1396
+ "name": "--mdui-color-on-background",
1397
+ "description": {
1398
+ "kind": "markdown",
1399
+ "value": "**On Background**\n\n自动适配亮色模式和暗色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n若要设置该颜色值,建议分别设置 `--mdui-color-on-background-light` 和 `--mdui-color-on-background-dark`。\n\n**示例**:\n```css\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-on-background));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-on-background), 0.5);\n}\n\n/* 分别设置亮色模式、暗色模式的颜色值 */\n:root {\n --mdui-color-on-background-light: 255, 0, 0;\n --mdui-color-on-background-dark: 255, 0, 0;\n}\n```\n"
1400
+ },
1401
+ "references": [
1402
+ {
1403
+ "name": "开发文档",
1404
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
1405
+ }
1406
+ ]
1407
+ },
1408
+ {
1409
+ "name": "--mdui-color-error",
1410
+ "description": {
1411
+ "kind": "markdown",
1412
+ "value": "**Error**\n\n自动适配亮色模式和暗色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n若要设置该颜色值,建议分别设置 `--mdui-color-error-light` 和 `--mdui-color-error-dark`。\n\n**示例**:\n```css\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-error));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-error), 0.5);\n}\n\n/* 分别设置亮色模式、暗色模式的颜色值 */\n:root {\n --mdui-color-error-light: 255, 0, 0;\n --mdui-color-error-dark: 255, 0, 0;\n}\n```\n"
1413
+ },
1414
+ "references": [
1415
+ {
1416
+ "name": "开发文档",
1417
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
1418
+ }
1419
+ ]
1420
+ },
1421
+ {
1422
+ "name": "--mdui-color-error-container",
1423
+ "description": {
1424
+ "kind": "markdown",
1425
+ "value": "**Error Container**\n\n自动适配亮色模式和暗色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n若要设置该颜色值,建议分别设置 `--mdui-color-error-container-light` 和 `--mdui-color-error-container-dark`。\n\n**示例**:\n```css\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-error-container));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-error-container), 0.5);\n}\n\n/* 分别设置亮色模式、暗色模式的颜色值 */\n:root {\n --mdui-color-error-container-light: 255, 0, 0;\n --mdui-color-error-container-dark: 255, 0, 0;\n}\n```\n"
1426
+ },
1427
+ "references": [
1428
+ {
1429
+ "name": "开发文档",
1430
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
1431
+ }
1432
+ ]
1433
+ },
1434
+ {
1435
+ "name": "--mdui-color-on-error",
1436
+ "description": {
1437
+ "kind": "markdown",
1438
+ "value": "**On Error**\n\n自动适配亮色模式和暗色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n若要设置该颜色值,建议分别设置 `--mdui-color-on-error-light` 和 `--mdui-color-on-error-dark`。\n\n**示例**:\n```css\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-on-error));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-on-error), 0.5);\n}\n\n/* 分别设置亮色模式、暗色模式的颜色值 */\n:root {\n --mdui-color-on-error-light: 255, 0, 0;\n --mdui-color-on-error-dark: 255, 0, 0;\n}\n```\n"
1439
+ },
1440
+ "references": [
1441
+ {
1442
+ "name": "开发文档",
1443
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
1444
+ }
1445
+ ]
1446
+ },
1447
+ {
1448
+ "name": "--mdui-color-on-error-container",
1449
+ "description": {
1450
+ "kind": "markdown",
1451
+ "value": "**On Error Container**\n\n自动适配亮色模式和暗色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n若要设置该颜色值,建议分别设置 `--mdui-color-on-error-container-light` 和 `--mdui-color-on-error-container-dark`。\n\n**示例**:\n```css\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-on-error-container));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-on-error-container), 0.5);\n}\n\n/* 分别设置亮色模式、暗色模式的颜色值 */\n:root {\n --mdui-color-on-error-container-light: 255, 0, 0;\n --mdui-color-on-error-container-dark: 255, 0, 0;\n}\n```\n"
1452
+ },
1453
+ "references": [
1454
+ {
1455
+ "name": "开发文档",
1456
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
1457
+ }
1458
+ ]
1459
+ },
1460
+ {
1461
+ "name": "--mdui-color-outline",
1462
+ "description": {
1463
+ "kind": "markdown",
1464
+ "value": "**Outline**\n\n自动适配亮色模式和暗色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n若要设置该颜色值,建议分别设置 `--mdui-color-outline-light` 和 `--mdui-color-outline-dark`。\n\n**示例**:\n```css\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-outline));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-outline), 0.5);\n}\n\n/* 分别设置亮色模式、暗色模式的颜色值 */\n:root {\n --mdui-color-outline-light: 255, 0, 0;\n --mdui-color-outline-dark: 255, 0, 0;\n}\n```\n"
1465
+ },
1466
+ "references": [
1467
+ {
1468
+ "name": "开发文档",
1469
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
1470
+ }
1471
+ ]
1472
+ },
1473
+ {
1474
+ "name": "--mdui-color-outline-variant",
1475
+ "description": {
1476
+ "kind": "markdown",
1477
+ "value": "**Outline Variant**\n\n自动适配亮色模式和暗色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n若要设置该颜色值,建议分别设置 `--mdui-color-outline-variant-light` 和 `--mdui-color-outline-variant-dark`。\n\n**示例**:\n```css\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-outline-variant));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-outline-variant), 0.5);\n}\n\n/* 分别设置亮色模式、暗色模式的颜色值 */\n:root {\n --mdui-color-outline-variant-light: 255, 0, 0;\n --mdui-color-outline-variant-dark: 255, 0, 0;\n}\n```\n"
1478
+ },
1479
+ "references": [
1480
+ {
1481
+ "name": "开发文档",
1482
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
1483
+ }
1484
+ ]
1485
+ },
1486
+ {
1487
+ "name": "--mdui-color-shadow",
1488
+ "description": {
1489
+ "kind": "markdown",
1490
+ "value": "**Shadow**\n\n自动适配亮色模式和暗色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n若要设置该颜色值,建议分别设置 `--mdui-color-shadow-light` 和 `--mdui-color-shadow-dark`。\n\n**示例**:\n```css\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-shadow));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-shadow), 0.5);\n}\n\n/* 分别设置亮色模式、暗色模式的颜色值 */\n:root {\n --mdui-color-shadow-light: 255, 0, 0;\n --mdui-color-shadow-dark: 255, 0, 0;\n}\n```\n"
1491
+ },
1492
+ "references": [
1493
+ {
1494
+ "name": "开发文档",
1495
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
1496
+ }
1497
+ ]
1498
+ },
1499
+ {
1500
+ "name": "--mdui-color-surface-tint-color",
1501
+ "description": {
1502
+ "kind": "markdown",
1503
+ "value": "**Surface Tint Color**\n\n自动适配亮色模式和暗色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n若要设置该颜色值,建议分别设置 `--mdui-color-surface-tint-color-light` 和 `--mdui-color-surface-tint-color-dark`。\n\n**示例**:\n```css\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-surface-tint-color));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-surface-tint-color), 0.5);\n}\n\n/* 分别设置亮色模式、暗色模式的颜色值 */\n:root {\n --mdui-color-surface-tint-color-light: 255, 0, 0;\n --mdui-color-surface-tint-color-dark: 255, 0, 0;\n}\n```\n"
1504
+ },
1505
+ "references": [
1506
+ {
1507
+ "name": "开发文档",
1508
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
1509
+ }
1510
+ ]
1511
+ },
1512
+ {
1513
+ "name": "--mdui-color-scrim",
1514
+ "description": {
1515
+ "kind": "markdown",
1516
+ "value": "**Scrim**\n\n自动适配亮色模式和暗色模式的 RGB 颜色值,RGB 三色用 `,` 分隔。\n\n若要设置该颜色值,建议分别设置 `--mdui-color-scrim-light` 和 `--mdui-color-scrim-dark`。\n\n**示例**:\n```css\n/* 读取自动适配的颜色值 */\n.element {\n color: rgb(var(--mdui-color-scrim));\n}\n\n/* 读取自动适配的颜色值,并添加不透明度 */\n.element {\n color: rgba(var(--mdui-color-scrim), 0.5);\n}\n\n/* 分别设置亮色模式、暗色模式的颜色值 */\n:root {\n --mdui-color-scrim-light: 255, 0, 0;\n --mdui-color-scrim-dark: 255, 0, 0;\n}\n```\n"
1517
+ },
1518
+ "references": [
1519
+ {
1520
+ "name": "开发文档",
1521
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#color"
1522
+ }
1523
+ ]
1524
+ },
1525
+ {
1526
+ "name": "--mdui-elevation-level0",
1527
+ "description": {
1528
+ "kind": "markdown",
1529
+ "value": "Level 0 级别的高度对应的阴影值。\n\n**示例**:\n```css\n/* 设置 level0 级别的高度对应的阴影值 */\n:root {\n --mdui-elevation-level0: 0 0.5px 1.5px 0 rgba(0, 0, 0, 0.19);\n}\n\n/* 读取 level0 级别的高度对应的阴影值 */\n.element {\n box-shadow: var(--mdui-elevation-level0);\n}\n```\n"
1530
+ },
1531
+ "references": [
1532
+ {
1533
+ "name": "开发文档",
1534
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#elevation"
1535
+ }
1536
+ ]
1537
+ },
1538
+ {
1539
+ "name": "--mdui-elevation-level1",
1540
+ "description": {
1541
+ "kind": "markdown",
1542
+ "value": "Level 1 级别的高度对应的阴影值。\n\n**示例**:\n```css\n/* 设置 level1 级别的高度对应的阴影值 */\n:root {\n --mdui-elevation-level1: 0 0.5px 1.5px 0 rgba(0, 0, 0, 0.19);\n}\n\n/* 读取 level1 级别的高度对应的阴影值 */\n.element {\n box-shadow: var(--mdui-elevation-level1);\n}\n```\n"
1543
+ },
1544
+ "references": [
1545
+ {
1546
+ "name": "开发文档",
1547
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#elevation"
1548
+ }
1549
+ ]
1550
+ },
1551
+ {
1552
+ "name": "--mdui-elevation-level2",
1553
+ "description": {
1554
+ "kind": "markdown",
1555
+ "value": "Level 2 级别的高度对应的阴影值。\n\n**示例**:\n```css\n/* 设置 level2 级别的高度对应的阴影值 */\n:root {\n --mdui-elevation-level2: 0 0.5px 1.5px 0 rgba(0, 0, 0, 0.19);\n}\n\n/* 读取 level2 级别的高度对应的阴影值 */\n.element {\n box-shadow: var(--mdui-elevation-level2);\n}\n```\n"
1556
+ },
1557
+ "references": [
1558
+ {
1559
+ "name": "开发文档",
1560
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#elevation"
1561
+ }
1562
+ ]
1563
+ },
1564
+ {
1565
+ "name": "--mdui-elevation-level3",
1566
+ "description": {
1567
+ "kind": "markdown",
1568
+ "value": "Level 3 级别的高度对应的阴影值。\n\n**示例**:\n```css\n/* 设置 level3 级别的高度对应的阴影值 */\n:root {\n --mdui-elevation-level3: 0 0.5px 1.5px 0 rgba(0, 0, 0, 0.19);\n}\n\n/* 读取 level3 级别的高度对应的阴影值 */\n.element {\n box-shadow: var(--mdui-elevation-level3);\n}\n```\n"
1569
+ },
1570
+ "references": [
1571
+ {
1572
+ "name": "开发文档",
1573
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#elevation"
1574
+ }
1575
+ ]
1576
+ },
1577
+ {
1578
+ "name": "--mdui-elevation-level4",
1579
+ "description": {
1580
+ "kind": "markdown",
1581
+ "value": "Level 4 级别的高度对应的阴影值。\n\n**示例**:\n```css\n/* 设置 level4 级别的高度对应的阴影值 */\n:root {\n --mdui-elevation-level4: 0 0.5px 1.5px 0 rgba(0, 0, 0, 0.19);\n}\n\n/* 读取 level4 级别的高度对应的阴影值 */\n.element {\n box-shadow: var(--mdui-elevation-level4);\n}\n```\n"
1582
+ },
1583
+ "references": [
1584
+ {
1585
+ "name": "开发文档",
1586
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#elevation"
1587
+ }
1588
+ ]
1589
+ },
1590
+ {
1591
+ "name": "--mdui-elevation-level5",
1592
+ "description": {
1593
+ "kind": "markdown",
1594
+ "value": "Level 5 级别的高度对应的阴影值。\n\n**示例**:\n```css\n/* 设置 level5 级别的高度对应的阴影值 */\n:root {\n --mdui-elevation-level5: 0 0.5px 1.5px 0 rgba(0, 0, 0, 0.19);\n}\n\n/* 读取 level5 级别的高度对应的阴影值 */\n.element {\n box-shadow: var(--mdui-elevation-level5);\n}\n```\n"
1595
+ },
1596
+ "references": [
1597
+ {
1598
+ "name": "开发文档",
1599
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#elevation"
1600
+ }
1601
+ ]
1602
+ },
1603
+ {
1604
+ "name": "--mdui-motion-easing-linear",
1605
+ "description": {
1606
+ "kind": "markdown",
1607
+ "value": "线性动画的缓动曲线。\n\n**示例**:\n```css\n/* 设置线性动画的缓动曲线 */\n:root {\n --mdui-motion-easing-linear: cubic-bezier(0.4, 0, 0.2, 1);\n}\n\n/* 读取线性动画的缓动曲线 */\n.element {\n transition-timing-function: var(--mdui-motion-easing-linear);\n}\n```\n"
1608
+ },
1609
+ "references": [
1610
+ {
1611
+ "name": "开发文档"
1612
+ }
1613
+ ]
1614
+ },
1615
+ {
1616
+ "name": "--mdui-motion-easing-standard",
1617
+ "description": {
1618
+ "kind": "markdown",
1619
+ "value": "标准动画的缓动曲线。\n\n**示例**:\n```css\n/* 设置标准动画的缓动曲线 */\n:root {\n --mdui-motion-easing-standard: cubic-bezier(0.4, 0, 0.2, 1);\n}\n\n/* 读取标准动画的缓动曲线 */\n.element {\n transition-timing-function: var(--mdui-motion-easing-standard);\n}\n```\n"
1620
+ },
1621
+ "references": [
1622
+ {
1623
+ "name": "开发文档"
1624
+ }
1625
+ ]
1626
+ },
1627
+ {
1628
+ "name": "--mdui-motion-easing-standard-accelerate",
1629
+ "description": {
1630
+ "kind": "markdown",
1631
+ "value": "标准加速动画的缓动曲线。\n\n**示例**:\n```css\n/* 设置标准加速动画的缓动曲线 */\n:root {\n --mdui-motion-easing-standard-accelerate: cubic-bezier(0.4, 0, 0.2, 1);\n}\n\n/* 读取标准加速动画的缓动曲线 */\n.element {\n transition-timing-function: var(--mdui-motion-easing-standard-accelerate);\n}\n```\n"
1632
+ },
1633
+ "references": [
1634
+ {
1635
+ "name": "开发文档"
1636
+ }
1637
+ ]
1638
+ },
1639
+ {
1640
+ "name": "--mdui-motion-easing-standard-decelerate",
1641
+ "description": {
1642
+ "kind": "markdown",
1643
+ "value": "标准减速动画的缓动曲线。\n\n**示例**:\n```css\n/* 设置标准减速动画的缓动曲线 */\n:root {\n --mdui-motion-easing-standard-decelerate: cubic-bezier(0.4, 0, 0.2, 1);\n}\n\n/* 读取标准减速动画的缓动曲线 */\n.element {\n transition-timing-function: var(--mdui-motion-easing-standard-decelerate);\n}\n```\n"
1644
+ },
1645
+ "references": [
1646
+ {
1647
+ "name": "开发文档"
1648
+ }
1649
+ ]
1650
+ },
1651
+ {
1652
+ "name": "--mdui-motion-easing-emphasized",
1653
+ "description": {
1654
+ "kind": "markdown",
1655
+ "value": "强调动画的缓动曲线。\n\n**示例**:\n```css\n/* 设置强调动画的缓动曲线 */\n:root {\n --mdui-motion-easing-emphasized: cubic-bezier(0.4, 0, 0.2, 1);\n}\n\n/* 读取强调动画的缓动曲线 */\n.element {\n transition-timing-function: var(--mdui-motion-easing-emphasized);\n}\n```\n"
1656
+ },
1657
+ "references": [
1658
+ {
1659
+ "name": "开发文档"
1660
+ }
1661
+ ]
1662
+ },
1663
+ {
1664
+ "name": "--mdui-motion-easing-emphasized-accelerate",
1665
+ "description": {
1666
+ "kind": "markdown",
1667
+ "value": "强调加速动画的缓动曲线。\n\n**示例**:\n```css\n/* 设置强调加速动画的缓动曲线 */\n:root {\n --mdui-motion-easing-emphasized-accelerate: cubic-bezier(0.4, 0, 0.2, 1);\n}\n\n/* 读取强调加速动画的缓动曲线 */\n.element {\n transition-timing-function: var(--mdui-motion-easing-emphasized-accelerate);\n}\n```\n"
1668
+ },
1669
+ "references": [
1670
+ {
1671
+ "name": "开发文档"
1672
+ }
1673
+ ]
1674
+ },
1675
+ {
1676
+ "name": "--mdui-motion-easing-emphasized-decelerate",
1677
+ "description": {
1678
+ "kind": "markdown",
1679
+ "value": "强调减速动画的缓动曲线。\n\n**示例**:\n```css\n/* 设置强调减速动画的缓动曲线 */\n:root {\n --mdui-motion-easing-emphasized-decelerate: cubic-bezier(0.4, 0, 0.2, 1);\n}\n\n/* 读取强调减速动画的缓动曲线 */\n.element {\n transition-timing-function: var(--mdui-motion-easing-emphasized-decelerate);\n}\n```\n"
1680
+ },
1681
+ "references": [
1682
+ {
1683
+ "name": "开发文档"
1684
+ }
1685
+ ]
1686
+ },
1687
+ {
1688
+ "name": "--mdui-motion-duration-short1",
1689
+ "description": {
1690
+ "kind": "markdown",
1691
+ "value": "short1 级别的动画持续时间。\n\n**示例**:\n```css\n/* 设置 short1 级别的动画持续时间 */\n:root {\n --mdui-motion-duration-short1: 0.3s;\n}\n\n/* 读取 short1 级别的动画持续时间 */\n.element {\n transition-duration: var(--mdui-motion-duration-short1);\n}\n```\n"
1692
+ },
1693
+ "references": [
1694
+ {
1695
+ "name": "开发文档",
1696
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#motion"
1697
+ }
1698
+ ]
1699
+ },
1700
+ {
1701
+ "name": "--mdui-motion-duration-short2",
1702
+ "description": {
1703
+ "kind": "markdown",
1704
+ "value": "short2 级别的动画持续时间。\n\n**示例**:\n```css\n/* 设置 short2 级别的动画持续时间 */\n:root {\n --mdui-motion-duration-short2: 0.3s;\n}\n\n/* 读取 short2 级别的动画持续时间 */\n.element {\n transition-duration: var(--mdui-motion-duration-short2);\n}\n```\n"
1705
+ },
1706
+ "references": [
1707
+ {
1708
+ "name": "开发文档",
1709
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#motion"
1710
+ }
1711
+ ]
1712
+ },
1713
+ {
1714
+ "name": "--mdui-motion-duration-short3",
1715
+ "description": {
1716
+ "kind": "markdown",
1717
+ "value": "short3 级别的动画持续时间。\n\n**示例**:\n```css\n/* 设置 short3 级别的动画持续时间 */\n:root {\n --mdui-motion-duration-short3: 0.3s;\n}\n\n/* 读取 short3 级别的动画持续时间 */\n.element {\n transition-duration: var(--mdui-motion-duration-short3);\n}\n```\n"
1718
+ },
1719
+ "references": [
1720
+ {
1721
+ "name": "开发文档",
1722
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#motion"
1723
+ }
1724
+ ]
1725
+ },
1726
+ {
1727
+ "name": "--mdui-motion-duration-short4",
1728
+ "description": {
1729
+ "kind": "markdown",
1730
+ "value": "short4 级别的动画持续时间。\n\n**示例**:\n```css\n/* 设置 short4 级别的动画持续时间 */\n:root {\n --mdui-motion-duration-short4: 0.3s;\n}\n\n/* 读取 short4 级别的动画持续时间 */\n.element {\n transition-duration: var(--mdui-motion-duration-short4);\n}\n```\n"
1731
+ },
1732
+ "references": [
1733
+ {
1734
+ "name": "开发文档",
1735
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#motion"
1736
+ }
1737
+ ]
1738
+ },
1739
+ {
1740
+ "name": "--mdui-motion-duration-medium1",
1741
+ "description": {
1742
+ "kind": "markdown",
1743
+ "value": "medium1 级别的动画持续时间。\n\n**示例**:\n```css\n/* 设置 medium1 级别的动画持续时间 */\n:root {\n --mdui-motion-duration-medium1: 0.3s;\n}\n\n/* 读取 medium1 级别的动画持续时间 */\n.element {\n transition-duration: var(--mdui-motion-duration-medium1);\n}\n```\n"
1744
+ },
1745
+ "references": [
1746
+ {
1747
+ "name": "开发文档",
1748
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#motion"
1749
+ }
1750
+ ]
1751
+ },
1752
+ {
1753
+ "name": "--mdui-motion-duration-medium2",
1754
+ "description": {
1755
+ "kind": "markdown",
1756
+ "value": "medium2 级别的动画持续时间。\n\n**示例**:\n```css\n/* 设置 medium2 级别的动画持续时间 */\n:root {\n --mdui-motion-duration-medium2: 0.3s;\n}\n\n/* 读取 medium2 级别的动画持续时间 */\n.element {\n transition-duration: var(--mdui-motion-duration-medium2);\n}\n```\n"
1757
+ },
1758
+ "references": [
1759
+ {
1760
+ "name": "开发文档",
1761
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#motion"
1762
+ }
1763
+ ]
1764
+ },
1765
+ {
1766
+ "name": "--mdui-motion-duration-medium3",
1767
+ "description": {
1768
+ "kind": "markdown",
1769
+ "value": "medium3 级别的动画持续时间。\n\n**示例**:\n```css\n/* 设置 medium3 级别的动画持续时间 */\n:root {\n --mdui-motion-duration-medium3: 0.3s;\n}\n\n/* 读取 medium3 级别的动画持续时间 */\n.element {\n transition-duration: var(--mdui-motion-duration-medium3);\n}\n```\n"
1770
+ },
1771
+ "references": [
1772
+ {
1773
+ "name": "开发文档",
1774
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#motion"
1775
+ }
1776
+ ]
1777
+ },
1778
+ {
1779
+ "name": "--mdui-motion-duration-medium4",
1780
+ "description": {
1781
+ "kind": "markdown",
1782
+ "value": "medium4 级别的动画持续时间。\n\n**示例**:\n```css\n/* 设置 medium4 级别的动画持续时间 */\n:root {\n --mdui-motion-duration-medium4: 0.3s;\n}\n\n/* 读取 medium4 级别的动画持续时间 */\n.element {\n transition-duration: var(--mdui-motion-duration-medium4);\n}\n```\n"
1783
+ },
1784
+ "references": [
1785
+ {
1786
+ "name": "开发文档",
1787
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#motion"
1788
+ }
1789
+ ]
1790
+ },
1791
+ {
1792
+ "name": "--mdui-motion-duration-long1",
1793
+ "description": {
1794
+ "kind": "markdown",
1795
+ "value": "long1 级别的动画持续时间。\n\n**示例**:\n```css\n/* 设置 long1 级别的动画持续时间 */\n:root {\n --mdui-motion-duration-long1: 0.3s;\n}\n\n/* 读取 long1 级别的动画持续时间 */\n.element {\n transition-duration: var(--mdui-motion-duration-long1);\n}\n```\n"
1796
+ },
1797
+ "references": [
1798
+ {
1799
+ "name": "开发文档",
1800
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#motion"
1801
+ }
1802
+ ]
1803
+ },
1804
+ {
1805
+ "name": "--mdui-motion-duration-long2",
1806
+ "description": {
1807
+ "kind": "markdown",
1808
+ "value": "long2 级别的动画持续时间。\n\n**示例**:\n```css\n/* 设置 long2 级别的动画持续时间 */\n:root {\n --mdui-motion-duration-long2: 0.3s;\n}\n\n/* 读取 long2 级别的动画持续时间 */\n.element {\n transition-duration: var(--mdui-motion-duration-long2);\n}\n```\n"
1809
+ },
1810
+ "references": [
1811
+ {
1812
+ "name": "开发文档",
1813
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#motion"
1814
+ }
1815
+ ]
1816
+ },
1817
+ {
1818
+ "name": "--mdui-motion-duration-long3",
1819
+ "description": {
1820
+ "kind": "markdown",
1821
+ "value": "long3 级别的动画持续时间。\n\n**示例**:\n```css\n/* 设置 long3 级别的动画持续时间 */\n:root {\n --mdui-motion-duration-long3: 0.3s;\n}\n\n/* 读取 long3 级别的动画持续时间 */\n.element {\n transition-duration: var(--mdui-motion-duration-long3);\n}\n```\n"
1822
+ },
1823
+ "references": [
1824
+ {
1825
+ "name": "开发文档",
1826
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#motion"
1827
+ }
1828
+ ]
1829
+ },
1830
+ {
1831
+ "name": "--mdui-motion-duration-long4",
1832
+ "description": {
1833
+ "kind": "markdown",
1834
+ "value": "long4 级别的动画持续时间。\n\n**示例**:\n```css\n/* 设置 long4 级别的动画持续时间 */\n:root {\n --mdui-motion-duration-long4: 0.3s;\n}\n\n/* 读取 long4 级别的动画持续时间 */\n.element {\n transition-duration: var(--mdui-motion-duration-long4);\n}\n```\n"
1835
+ },
1836
+ "references": [
1837
+ {
1838
+ "name": "开发文档",
1839
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#motion"
1840
+ }
1841
+ ]
1842
+ },
1843
+ {
1844
+ "name": "--mdui-motion-duration-extra-long1",
1845
+ "description": {
1846
+ "kind": "markdown",
1847
+ "value": "extra-long1 级别的动画持续时间。\n\n**示例**:\n```css\n/* 设置 extra-long1 级别的动画持续时间 */\n:root {\n --mdui-motion-duration-extra-long1: 0.3s;\n}\n\n/* 读取 extra-long1 级别的动画持续时间 */\n.element {\n transition-duration: var(--mdui-motion-duration-extra-long1);\n}\n```\n"
1848
+ },
1849
+ "references": [
1850
+ {
1851
+ "name": "开发文档",
1852
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#motion"
1853
+ }
1854
+ ]
1855
+ },
1856
+ {
1857
+ "name": "--mdui-motion-duration-extra-long2",
1858
+ "description": {
1859
+ "kind": "markdown",
1860
+ "value": "extra-long2 级别的动画持续时间。\n\n**示例**:\n```css\n/* 设置 extra-long2 级别的动画持续时间 */\n:root {\n --mdui-motion-duration-extra-long2: 0.3s;\n}\n\n/* 读取 extra-long2 级别的动画持续时间 */\n.element {\n transition-duration: var(--mdui-motion-duration-extra-long2);\n}\n```\n"
1861
+ },
1862
+ "references": [
1863
+ {
1864
+ "name": "开发文档",
1865
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#motion"
1866
+ }
1867
+ ]
1868
+ },
1869
+ {
1870
+ "name": "--mdui-motion-duration-extra-long3",
1871
+ "description": {
1872
+ "kind": "markdown",
1873
+ "value": "extra-long3 级别的动画持续时间。\n\n**示例**:\n```css\n/* 设置 extra-long3 级别的动画持续时间 */\n:root {\n --mdui-motion-duration-extra-long3: 0.3s;\n}\n\n/* 读取 extra-long3 级别的动画持续时间 */\n.element {\n transition-duration: var(--mdui-motion-duration-extra-long3);\n}\n```\n"
1874
+ },
1875
+ "references": [
1876
+ {
1877
+ "name": "开发文档",
1878
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#motion"
1879
+ }
1880
+ ]
1881
+ },
1882
+ {
1883
+ "name": "--mdui-motion-duration-extra-long4",
1884
+ "description": {
1885
+ "kind": "markdown",
1886
+ "value": "extra-long4 级别的动画持续时间。\n\n**示例**:\n```css\n/* 设置 extra-long4 级别的动画持续时间 */\n:root {\n --mdui-motion-duration-extra-long4: 0.3s;\n}\n\n/* 读取 extra-long4 级别的动画持续时间 */\n.element {\n transition-duration: var(--mdui-motion-duration-extra-long4);\n}\n```\n"
1887
+ },
1888
+ "references": [
1889
+ {
1890
+ "name": "开发文档",
1891
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#motion"
1892
+ }
1893
+ ]
1894
+ },
1895
+ {
1896
+ "name": "--mdui-shape-corner-none",
1897
+ "description": {
1898
+ "kind": "markdown",
1899
+ "value": "none 级别的圆角值。\n\n**示例**:\n```css\n/* 设置 none 级别的圆角值 */\n:root {\n --mdui-shape-corner-none: 4px;\n}\n\n/* 读取 none 级别的圆角值 */\n.element {\n border-radius: var(--mdui-shape-corner-none);\n}\n```\n"
1900
+ },
1901
+ "references": [
1902
+ {
1903
+ "name": "开发文档",
1904
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#shape-corner"
1905
+ }
1906
+ ]
1907
+ },
1908
+ {
1909
+ "name": "--mdui-shape-corner-extra-small",
1910
+ "description": {
1911
+ "kind": "markdown",
1912
+ "value": "extra-small 级别的圆角值。\n\n**示例**:\n```css\n/* 设置 extra-small 级别的圆角值 */\n:root {\n --mdui-shape-corner-extra-small: 4px;\n}\n\n/* 读取 extra-small 级别的圆角值 */\n.element {\n border-radius: var(--mdui-shape-corner-extra-small);\n}\n```\n"
1913
+ },
1914
+ "references": [
1915
+ {
1916
+ "name": "开发文档",
1917
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#shape-corner"
1918
+ }
1919
+ ]
1920
+ },
1921
+ {
1922
+ "name": "--mdui-shape-corner-small",
1923
+ "description": {
1924
+ "kind": "markdown",
1925
+ "value": "small 级别的圆角值。\n\n**示例**:\n```css\n/* 设置 small 级别的圆角值 */\n:root {\n --mdui-shape-corner-small: 4px;\n}\n\n/* 读取 small 级别的圆角值 */\n.element {\n border-radius: var(--mdui-shape-corner-small);\n}\n```\n"
1926
+ },
1927
+ "references": [
1928
+ {
1929
+ "name": "开发文档",
1930
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#shape-corner"
1931
+ }
1932
+ ]
1933
+ },
1934
+ {
1935
+ "name": "--mdui-shape-corner-medium",
1936
+ "description": {
1937
+ "kind": "markdown",
1938
+ "value": "medium 级别的圆角值。\n\n**示例**:\n```css\n/* 设置 medium 级别的圆角值 */\n:root {\n --mdui-shape-corner-medium: 4px;\n}\n\n/* 读取 medium 级别的圆角值 */\n.element {\n border-radius: var(--mdui-shape-corner-medium);\n}\n```\n"
1939
+ },
1940
+ "references": [
1941
+ {
1942
+ "name": "开发文档",
1943
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#shape-corner"
1944
+ }
1945
+ ]
1946
+ },
1947
+ {
1948
+ "name": "--mdui-shape-corner-large",
1949
+ "description": {
1950
+ "kind": "markdown",
1951
+ "value": "large 级别的圆角值。\n\n**示例**:\n```css\n/* 设置 large 级别的圆角值 */\n:root {\n --mdui-shape-corner-large: 4px;\n}\n\n/* 读取 large 级别的圆角值 */\n.element {\n border-radius: var(--mdui-shape-corner-large);\n}\n```\n"
1952
+ },
1953
+ "references": [
1954
+ {
1955
+ "name": "开发文档",
1956
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#shape-corner"
1957
+ }
1958
+ ]
1959
+ },
1960
+ {
1961
+ "name": "--mdui-shape-corner-extra-large",
1962
+ "description": {
1963
+ "kind": "markdown",
1964
+ "value": "extra-large 级别的圆角值。\n\n**示例**:\n```css\n/* 设置 extra-large 级别的圆角值 */\n:root {\n --mdui-shape-corner-extra-large: 4px;\n}\n\n/* 读取 extra-large 级别的圆角值 */\n.element {\n border-radius: var(--mdui-shape-corner-extra-large);\n}\n```\n"
1965
+ },
1966
+ "references": [
1967
+ {
1968
+ "name": "开发文档",
1969
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#shape-corner"
1970
+ }
1971
+ ]
1972
+ },
1973
+ {
1974
+ "name": "--mdui-shape-corner-full",
1975
+ "description": {
1976
+ "kind": "markdown",
1977
+ "value": "full 级别的圆角值。\n\n**示例**:\n```css\n/* 设置 full 级别的圆角值 */\n:root {\n --mdui-shape-corner-full: 4px;\n}\n\n/* 读取 full 级别的圆角值 */\n.element {\n border-radius: var(--mdui-shape-corner-full);\n}\n```\n"
1978
+ },
1979
+ "references": [
1980
+ {
1981
+ "name": "开发文档",
1982
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#shape-corner"
1983
+ }
1984
+ ]
1985
+ },
1986
+ {
1987
+ "name": "--mdui-state-layer-hover",
1988
+ "description": {
1989
+ "kind": "markdown",
1990
+ "value": "`hover` 状态的状态层不透明度。\n\n**示例**:\n```css\n/* 设置 hover 状态的状态层不透明度 */\n:root {\n --mdui-state-layer-hover: 0.1;\n}\n```\n"
1991
+ },
1992
+ "references": [
1993
+ {
1994
+ "name": "开发文档",
1995
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#state-layer"
1996
+ }
1997
+ ]
1998
+ },
1999
+ {
2000
+ "name": "--mdui-state-layer-focus",
2001
+ "description": {
2002
+ "kind": "markdown",
2003
+ "value": "`focus` 状态的状态层不透明度。\n\n**示例**:\n```css\n/* 设置 focus 状态的状态层不透明度 */\n:root {\n --mdui-state-layer-focus: 0.1;\n}\n```\n"
2004
+ },
2005
+ "references": [
2006
+ {
2007
+ "name": "开发文档",
2008
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#state-layer"
2009
+ }
2010
+ ]
2011
+ },
2012
+ {
2013
+ "name": "--mdui-state-layer-pressed",
2014
+ "description": {
2015
+ "kind": "markdown",
2016
+ "value": "`pressed` 状态的状态层不透明度。\n\n**示例**:\n```css\n/* 设置 pressed 状态的状态层不透明度 */\n:root {\n --mdui-state-layer-pressed: 0.1;\n}\n```\n"
2017
+ },
2018
+ "references": [
2019
+ {
2020
+ "name": "开发文档",
2021
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#state-layer"
2022
+ }
2023
+ ]
2024
+ },
2025
+ {
2026
+ "name": "--mdui-state-layer-dragged",
2027
+ "description": {
2028
+ "kind": "markdown",
2029
+ "value": "`dragged` 状态的状态层不透明度。\n\n**示例**:\n```css\n/* 设置 dragged 状态的状态层不透明度 */\n:root {\n --mdui-state-layer-dragged: 0.1;\n}\n```\n"
2030
+ },
2031
+ "references": [
2032
+ {
2033
+ "name": "开发文档",
2034
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#state-layer"
2035
+ }
2036
+ ]
2037
+ },
2038
+ {
2039
+ "name": "--mdui-typescale-display-large-weight",
2040
+ "description": {
2041
+ "kind": "markdown",
2042
+ "value": "大型 display 类型字体的字重。\n\n**示例**:\n```css\n/* 设置大型 display 类型字体的字重 */\n:root {\n --mdui-typescale-display-large-weight: 500;\n}\n\n/* 读取大型 display 类型字体的字重 */\n.element {\n font-weight: var(--mdui-typescale-display-large-weight);\n}\n```\n"
2043
+ },
2044
+ "references": [
2045
+ {
2046
+ "name": "开发文档",
2047
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#typescale"
2048
+ }
2049
+ ]
2050
+ },
2051
+ {
2052
+ "name": "--mdui-typescale-display-large-line-height",
2053
+ "description": {
2054
+ "kind": "markdown",
2055
+ "value": "大型 display 类型字体的行高。\n\n**示例**:\n```css\n/* 设置大型 display 类型字体的行高 */\n:root {\n --mdui-typescale-display-large-line-height: 1.5;\n}\n\n/* 读取大型 display 类型字体的行高 */\n.element {\n line-height: var(--mdui-typescale-display-large-line-height);\n}\n```\n"
2056
+ },
2057
+ "references": [
2058
+ {
2059
+ "name": "开发文档",
2060
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#typescale"
2061
+ }
2062
+ ]
2063
+ },
2064
+ {
2065
+ "name": "--mdui-typescale-display-large-size",
2066
+ "description": {
2067
+ "kind": "markdown",
2068
+ "value": "大型 display 类型字体的字体大小。\n\n**示例**:\n```css\n/* 设置大型 display 类型字体的字体大小 */\n:root {\n --mdui-typescale-display-large-size: 16px;\n}\n\n/* 读取大型 display 类型字体的字体大小 */\n.element {\n font-size: var(--mdui-typescale-display-large-size);\n}\n```\n"
2069
+ },
2070
+ "references": [
2071
+ {
2072
+ "name": "开发文档",
2073
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#typescale"
2074
+ }
2075
+ ]
2076
+ },
2077
+ {
2078
+ "name": "--mdui-typescale-display-large-tracking",
2079
+ "description": {
2080
+ "kind": "markdown",
2081
+ "value": "大型 display 类型字体的字间距。\n\n**示例**:\n```css\n/* 设置大型 display 类型字体的字间距 */\n:root {\n --mdui-typescale-display-large-tracking: 0.1;\n}\n\n/* 读取大型 display 类型字体的字间距 */\n.element {\n letter-spacing: var(--mdui-typescale-display-large-tracking);\n}\n```\n"
2082
+ },
2083
+ "references": [
2084
+ {
2085
+ "name": "开发文档",
2086
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#typescale"
2087
+ }
2088
+ ]
2089
+ },
2090
+ {
2091
+ "name": "--mdui-typescale-display-medium-weight",
2092
+ "description": {
2093
+ "kind": "markdown",
2094
+ "value": "中等 display 类型字体的字重。\n\n**示例**:\n```css\n/* 设置中等 display 类型字体的字重 */\n:root {\n --mdui-typescale-display-medium-weight: 500;\n}\n\n/* 读取中等 display 类型字体的字重 */\n.element {\n font-weight: var(--mdui-typescale-display-medium-weight);\n}\n```\n"
2095
+ },
2096
+ "references": [
2097
+ {
2098
+ "name": "开发文档",
2099
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#typescale"
2100
+ }
2101
+ ]
2102
+ },
2103
+ {
2104
+ "name": "--mdui-typescale-display-medium-line-height",
2105
+ "description": {
2106
+ "kind": "markdown",
2107
+ "value": "中等 display 类型字体的行高。\n\n**示例**:\n```css\n/* 设置中等 display 类型字体的行高 */\n:root {\n --mdui-typescale-display-medium-line-height: 1.5;\n}\n\n/* 读取中等 display 类型字体的行高 */\n.element {\n line-height: var(--mdui-typescale-display-medium-line-height);\n}\n```\n"
2108
+ },
2109
+ "references": [
2110
+ {
2111
+ "name": "开发文档",
2112
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#typescale"
2113
+ }
2114
+ ]
2115
+ },
2116
+ {
2117
+ "name": "--mdui-typescale-display-medium-size",
2118
+ "description": {
2119
+ "kind": "markdown",
2120
+ "value": "中等 display 类型字体的字体大小。\n\n**示例**:\n```css\n/* 设置中等 display 类型字体的字体大小 */\n:root {\n --mdui-typescale-display-medium-size: 16px;\n}\n\n/* 读取中等 display 类型字体的字体大小 */\n.element {\n font-size: var(--mdui-typescale-display-medium-size);\n}\n```\n"
2121
+ },
2122
+ "references": [
2123
+ {
2124
+ "name": "开发文档",
2125
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#typescale"
2126
+ }
2127
+ ]
2128
+ },
2129
+ {
2130
+ "name": "--mdui-typescale-display-medium-tracking",
2131
+ "description": {
2132
+ "kind": "markdown",
2133
+ "value": "中等 display 类型字体的字间距。\n\n**示例**:\n```css\n/* 设置中等 display 类型字体的字间距 */\n:root {\n --mdui-typescale-display-medium-tracking: 0.1;\n}\n\n/* 读取中等 display 类型字体的字间距 */\n.element {\n letter-spacing: var(--mdui-typescale-display-medium-tracking);\n}\n```\n"
2134
+ },
2135
+ "references": [
2136
+ {
2137
+ "name": "开发文档",
2138
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#typescale"
2139
+ }
2140
+ ]
2141
+ },
2142
+ {
2143
+ "name": "--mdui-typescale-display-small-weight",
2144
+ "description": {
2145
+ "kind": "markdown",
2146
+ "value": "小型 display 类型字体的字重。\n\n**示例**:\n```css\n/* 设置小型 display 类型字体的字重 */\n:root {\n --mdui-typescale-display-small-weight: 500;\n}\n\n/* 读取小型 display 类型字体的字重 */\n.element {\n font-weight: var(--mdui-typescale-display-small-weight);\n}\n```\n"
2147
+ },
2148
+ "references": [
2149
+ {
2150
+ "name": "开发文档",
2151
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#typescale"
2152
+ }
2153
+ ]
2154
+ },
2155
+ {
2156
+ "name": "--mdui-typescale-display-small-line-height",
2157
+ "description": {
2158
+ "kind": "markdown",
2159
+ "value": "小型 display 类型字体的行高。\n\n**示例**:\n```css\n/* 设置小型 display 类型字体的行高 */\n:root {\n --mdui-typescale-display-small-line-height: 1.5;\n}\n\n/* 读取小型 display 类型字体的行高 */\n.element {\n line-height: var(--mdui-typescale-display-small-line-height);\n}\n```\n"
2160
+ },
2161
+ "references": [
2162
+ {
2163
+ "name": "开发文档",
2164
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#typescale"
2165
+ }
2166
+ ]
2167
+ },
2168
+ {
2169
+ "name": "--mdui-typescale-display-small-size",
2170
+ "description": {
2171
+ "kind": "markdown",
2172
+ "value": "小型 display 类型字体的字体大小。\n\n**示例**:\n```css\n/* 设置小型 display 类型字体的字体大小 */\n:root {\n --mdui-typescale-display-small-size: 16px;\n}\n\n/* 读取小型 display 类型字体的字体大小 */\n.element {\n font-size: var(--mdui-typescale-display-small-size);\n}\n```\n"
2173
+ },
2174
+ "references": [
2175
+ {
2176
+ "name": "开发文档",
2177
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#typescale"
2178
+ }
2179
+ ]
2180
+ },
2181
+ {
2182
+ "name": "--mdui-typescale-display-small-tracking",
2183
+ "description": {
2184
+ "kind": "markdown",
2185
+ "value": "小型 display 类型字体的字间距。\n\n**示例**:\n```css\n/* 设置小型 display 类型字体的字间距 */\n:root {\n --mdui-typescale-display-small-tracking: 0.1;\n}\n\n/* 读取小型 display 类型字体的字间距 */\n.element {\n letter-spacing: var(--mdui-typescale-display-small-tracking);\n}\n```\n"
2186
+ },
2187
+ "references": [
2188
+ {
2189
+ "name": "开发文档",
2190
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#typescale"
2191
+ }
2192
+ ]
2193
+ },
2194
+ {
2195
+ "name": "--mdui-typescale-headline-large-weight",
2196
+ "description": {
2197
+ "kind": "markdown",
2198
+ "value": "大型 headline 类型字体的字重。\n\n**示例**:\n```css\n/* 设置大型 headline 类型字体的字重 */\n:root {\n --mdui-typescale-headline-large-weight: 500;\n}\n\n/* 读取大型 headline 类型字体的字重 */\n.element {\n font-weight: var(--mdui-typescale-headline-large-weight);\n}\n```\n"
2199
+ },
2200
+ "references": [
2201
+ {
2202
+ "name": "开发文档",
2203
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#typescale"
2204
+ }
2205
+ ]
2206
+ },
2207
+ {
2208
+ "name": "--mdui-typescale-headline-large-line-height",
2209
+ "description": {
2210
+ "kind": "markdown",
2211
+ "value": "大型 headline 类型字体的行高。\n\n**示例**:\n```css\n/* 设置大型 headline 类型字体的行高 */\n:root {\n --mdui-typescale-headline-large-line-height: 1.5;\n}\n\n/* 读取大型 headline 类型字体的行高 */\n.element {\n line-height: var(--mdui-typescale-headline-large-line-height);\n}\n```\n"
2212
+ },
2213
+ "references": [
2214
+ {
2215
+ "name": "开发文档",
2216
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#typescale"
2217
+ }
2218
+ ]
2219
+ },
2220
+ {
2221
+ "name": "--mdui-typescale-headline-large-size",
2222
+ "description": {
2223
+ "kind": "markdown",
2224
+ "value": "大型 headline 类型字体的字体大小。\n\n**示例**:\n```css\n/* 设置大型 headline 类型字体的字体大小 */\n:root {\n --mdui-typescale-headline-large-size: 16px;\n}\n\n/* 读取大型 headline 类型字体的字体大小 */\n.element {\n font-size: var(--mdui-typescale-headline-large-size);\n}\n```\n"
2225
+ },
2226
+ "references": [
2227
+ {
2228
+ "name": "开发文档",
2229
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#typescale"
2230
+ }
2231
+ ]
2232
+ },
2233
+ {
2234
+ "name": "--mdui-typescale-headline-large-tracking",
2235
+ "description": {
2236
+ "kind": "markdown",
2237
+ "value": "大型 headline 类型字体的字间距。\n\n**示例**:\n```css\n/* 设置大型 headline 类型字体的字间距 */\n:root {\n --mdui-typescale-headline-large-tracking: 0.1;\n}\n\n/* 读取大型 headline 类型字体的字间距 */\n.element {\n letter-spacing: var(--mdui-typescale-headline-large-tracking);\n}\n```\n"
2238
+ },
2239
+ "references": [
2240
+ {
2241
+ "name": "开发文档",
2242
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#typescale"
2243
+ }
2244
+ ]
2245
+ },
2246
+ {
2247
+ "name": "--mdui-typescale-headline-medium-weight",
2248
+ "description": {
2249
+ "kind": "markdown",
2250
+ "value": "中等 headline 类型字体的字重。\n\n**示例**:\n```css\n/* 设置中等 headline 类型字体的字重 */\n:root {\n --mdui-typescale-headline-medium-weight: 500;\n}\n\n/* 读取中等 headline 类型字体的字重 */\n.element {\n font-weight: var(--mdui-typescale-headline-medium-weight);\n}\n```\n"
2251
+ },
2252
+ "references": [
2253
+ {
2254
+ "name": "开发文档",
2255
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#typescale"
2256
+ }
2257
+ ]
2258
+ },
2259
+ {
2260
+ "name": "--mdui-typescale-headline-medium-line-height",
2261
+ "description": {
2262
+ "kind": "markdown",
2263
+ "value": "中等 headline 类型字体的行高。\n\n**示例**:\n```css\n/* 设置中等 headline 类型字体的行高 */\n:root {\n --mdui-typescale-headline-medium-line-height: 1.5;\n}\n\n/* 读取中等 headline 类型字体的行高 */\n.element {\n line-height: var(--mdui-typescale-headline-medium-line-height);\n}\n```\n"
2264
+ },
2265
+ "references": [
2266
+ {
2267
+ "name": "开发文档",
2268
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#typescale"
2269
+ }
2270
+ ]
2271
+ },
2272
+ {
2273
+ "name": "--mdui-typescale-headline-medium-size",
2274
+ "description": {
2275
+ "kind": "markdown",
2276
+ "value": "中等 headline 类型字体的字体大小。\n\n**示例**:\n```css\n/* 设置中等 headline 类型字体的字体大小 */\n:root {\n --mdui-typescale-headline-medium-size: 16px;\n}\n\n/* 读取中等 headline 类型字体的字体大小 */\n.element {\n font-size: var(--mdui-typescale-headline-medium-size);\n}\n```\n"
2277
+ },
2278
+ "references": [
2279
+ {
2280
+ "name": "开发文档",
2281
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#typescale"
2282
+ }
2283
+ ]
2284
+ },
2285
+ {
2286
+ "name": "--mdui-typescale-headline-medium-tracking",
2287
+ "description": {
2288
+ "kind": "markdown",
2289
+ "value": "中等 headline 类型字体的字间距。\n\n**示例**:\n```css\n/* 设置中等 headline 类型字体的字间距 */\n:root {\n --mdui-typescale-headline-medium-tracking: 0.1;\n}\n\n/* 读取中等 headline 类型字体的字间距 */\n.element {\n letter-spacing: var(--mdui-typescale-headline-medium-tracking);\n}\n```\n"
2290
+ },
2291
+ "references": [
2292
+ {
2293
+ "name": "开发文档",
2294
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#typescale"
2295
+ }
2296
+ ]
2297
+ },
2298
+ {
2299
+ "name": "--mdui-typescale-headline-small-weight",
2300
+ "description": {
2301
+ "kind": "markdown",
2302
+ "value": "小型 headline 类型字体的字重。\n\n**示例**:\n```css\n/* 设置小型 headline 类型字体的字重 */\n:root {\n --mdui-typescale-headline-small-weight: 500;\n}\n\n/* 读取小型 headline 类型字体的字重 */\n.element {\n font-weight: var(--mdui-typescale-headline-small-weight);\n}\n```\n"
2303
+ },
2304
+ "references": [
2305
+ {
2306
+ "name": "开发文档",
2307
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#typescale"
2308
+ }
2309
+ ]
2310
+ },
2311
+ {
2312
+ "name": "--mdui-typescale-headline-small-line-height",
2313
+ "description": {
2314
+ "kind": "markdown",
2315
+ "value": "小型 headline 类型字体的行高。\n\n**示例**:\n```css\n/* 设置小型 headline 类型字体的行高 */\n:root {\n --mdui-typescale-headline-small-line-height: 1.5;\n}\n\n/* 读取小型 headline 类型字体的行高 */\n.element {\n line-height: var(--mdui-typescale-headline-small-line-height);\n}\n```\n"
2316
+ },
2317
+ "references": [
2318
+ {
2319
+ "name": "开发文档",
2320
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#typescale"
2321
+ }
2322
+ ]
2323
+ },
2324
+ {
2325
+ "name": "--mdui-typescale-headline-small-size",
2326
+ "description": {
2327
+ "kind": "markdown",
2328
+ "value": "小型 headline 类型字体的字体大小。\n\n**示例**:\n```css\n/* 设置小型 headline 类型字体的字体大小 */\n:root {\n --mdui-typescale-headline-small-size: 16px;\n}\n\n/* 读取小型 headline 类型字体的字体大小 */\n.element {\n font-size: var(--mdui-typescale-headline-small-size);\n}\n```\n"
2329
+ },
2330
+ "references": [
2331
+ {
2332
+ "name": "开发文档",
2333
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#typescale"
2334
+ }
2335
+ ]
2336
+ },
2337
+ {
2338
+ "name": "--mdui-typescale-headline-small-tracking",
2339
+ "description": {
2340
+ "kind": "markdown",
2341
+ "value": "小型 headline 类型字体的字间距。\n\n**示例**:\n```css\n/* 设置小型 headline 类型字体的字间距 */\n:root {\n --mdui-typescale-headline-small-tracking: 0.1;\n}\n\n/* 读取小型 headline 类型字体的字间距 */\n.element {\n letter-spacing: var(--mdui-typescale-headline-small-tracking);\n}\n```\n"
2342
+ },
2343
+ "references": [
2344
+ {
2345
+ "name": "开发文档",
2346
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#typescale"
2347
+ }
2348
+ ]
2349
+ },
2350
+ {
2351
+ "name": "--mdui-typescale-title-large-weight",
2352
+ "description": {
2353
+ "kind": "markdown",
2354
+ "value": "大型 title 类型字体的字重。\n\n**示例**:\n```css\n/* 设置大型 title 类型字体的字重 */\n:root {\n --mdui-typescale-title-large-weight: 500;\n}\n\n/* 读取大型 title 类型字体的字重 */\n.element {\n font-weight: var(--mdui-typescale-title-large-weight);\n}\n```\n"
2355
+ },
2356
+ "references": [
2357
+ {
2358
+ "name": "开发文档",
2359
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#typescale"
2360
+ }
2361
+ ]
2362
+ },
2363
+ {
2364
+ "name": "--mdui-typescale-title-large-line-height",
2365
+ "description": {
2366
+ "kind": "markdown",
2367
+ "value": "大型 title 类型字体的行高。\n\n**示例**:\n```css\n/* 设置大型 title 类型字体的行高 */\n:root {\n --mdui-typescale-title-large-line-height: 1.5;\n}\n\n/* 读取大型 title 类型字体的行高 */\n.element {\n line-height: var(--mdui-typescale-title-large-line-height);\n}\n```\n"
2368
+ },
2369
+ "references": [
2370
+ {
2371
+ "name": "开发文档",
2372
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#typescale"
2373
+ }
2374
+ ]
2375
+ },
2376
+ {
2377
+ "name": "--mdui-typescale-title-large-size",
2378
+ "description": {
2379
+ "kind": "markdown",
2380
+ "value": "大型 title 类型字体的字体大小。\n\n**示例**:\n```css\n/* 设置大型 title 类型字体的字体大小 */\n:root {\n --mdui-typescale-title-large-size: 16px;\n}\n\n/* 读取大型 title 类型字体的字体大小 */\n.element {\n font-size: var(--mdui-typescale-title-large-size);\n}\n```\n"
2381
+ },
2382
+ "references": [
2383
+ {
2384
+ "name": "开发文档",
2385
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#typescale"
2386
+ }
2387
+ ]
2388
+ },
2389
+ {
2390
+ "name": "--mdui-typescale-title-large-tracking",
2391
+ "description": {
2392
+ "kind": "markdown",
2393
+ "value": "大型 title 类型字体的字间距。\n\n**示例**:\n```css\n/* 设置大型 title 类型字体的字间距 */\n:root {\n --mdui-typescale-title-large-tracking: 0.1;\n}\n\n/* 读取大型 title 类型字体的字间距 */\n.element {\n letter-spacing: var(--mdui-typescale-title-large-tracking);\n}\n```\n"
2394
+ },
2395
+ "references": [
2396
+ {
2397
+ "name": "开发文档",
2398
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#typescale"
2399
+ }
2400
+ ]
2401
+ },
2402
+ {
2403
+ "name": "--mdui-typescale-title-medium-weight",
2404
+ "description": {
2405
+ "kind": "markdown",
2406
+ "value": "中等 title 类型字体的字重。\n\n**示例**:\n```css\n/* 设置中等 title 类型字体的字重 */\n:root {\n --mdui-typescale-title-medium-weight: 500;\n}\n\n/* 读取中等 title 类型字体的字重 */\n.element {\n font-weight: var(--mdui-typescale-title-medium-weight);\n}\n```\n"
2407
+ },
2408
+ "references": [
2409
+ {
2410
+ "name": "开发文档",
2411
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#typescale"
2412
+ }
2413
+ ]
2414
+ },
2415
+ {
2416
+ "name": "--mdui-typescale-title-medium-line-height",
2417
+ "description": {
2418
+ "kind": "markdown",
2419
+ "value": "中等 title 类型字体的行高。\n\n**示例**:\n```css\n/* 设置中等 title 类型字体的行高 */\n:root {\n --mdui-typescale-title-medium-line-height: 1.5;\n}\n\n/* 读取中等 title 类型字体的行高 */\n.element {\n line-height: var(--mdui-typescale-title-medium-line-height);\n}\n```\n"
2420
+ },
2421
+ "references": [
2422
+ {
2423
+ "name": "开发文档",
2424
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#typescale"
2425
+ }
2426
+ ]
2427
+ },
2428
+ {
2429
+ "name": "--mdui-typescale-title-medium-size",
2430
+ "description": {
2431
+ "kind": "markdown",
2432
+ "value": "中等 title 类型字体的字体大小。\n\n**示例**:\n```css\n/* 设置中等 title 类型字体的字体大小 */\n:root {\n --mdui-typescale-title-medium-size: 16px;\n}\n\n/* 读取中等 title 类型字体的字体大小 */\n.element {\n font-size: var(--mdui-typescale-title-medium-size);\n}\n```\n"
2433
+ },
2434
+ "references": [
2435
+ {
2436
+ "name": "开发文档",
2437
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#typescale"
2438
+ }
2439
+ ]
2440
+ },
2441
+ {
2442
+ "name": "--mdui-typescale-title-medium-tracking",
2443
+ "description": {
2444
+ "kind": "markdown",
2445
+ "value": "中等 title 类型字体的字间距。\n\n**示例**:\n```css\n/* 设置中等 title 类型字体的字间距 */\n:root {\n --mdui-typescale-title-medium-tracking: 0.1;\n}\n\n/* 读取中等 title 类型字体的字间距 */\n.element {\n letter-spacing: var(--mdui-typescale-title-medium-tracking);\n}\n```\n"
2446
+ },
2447
+ "references": [
2448
+ {
2449
+ "name": "开发文档",
2450
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#typescale"
2451
+ }
2452
+ ]
2453
+ },
2454
+ {
2455
+ "name": "--mdui-typescale-title-small-weight",
2456
+ "description": {
2457
+ "kind": "markdown",
2458
+ "value": "小型 title 类型字体的字重。\n\n**示例**:\n```css\n/* 设置小型 title 类型字体的字重 */\n:root {\n --mdui-typescale-title-small-weight: 500;\n}\n\n/* 读取小型 title 类型字体的字重 */\n.element {\n font-weight: var(--mdui-typescale-title-small-weight);\n}\n```\n"
2459
+ },
2460
+ "references": [
2461
+ {
2462
+ "name": "开发文档",
2463
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#typescale"
2464
+ }
2465
+ ]
2466
+ },
2467
+ {
2468
+ "name": "--mdui-typescale-title-small-line-height",
2469
+ "description": {
2470
+ "kind": "markdown",
2471
+ "value": "小型 title 类型字体的行高。\n\n**示例**:\n```css\n/* 设置小型 title 类型字体的行高 */\n:root {\n --mdui-typescale-title-small-line-height: 1.5;\n}\n\n/* 读取小型 title 类型字体的行高 */\n.element {\n line-height: var(--mdui-typescale-title-small-line-height);\n}\n```\n"
2472
+ },
2473
+ "references": [
2474
+ {
2475
+ "name": "开发文档",
2476
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#typescale"
2477
+ }
2478
+ ]
2479
+ },
2480
+ {
2481
+ "name": "--mdui-typescale-title-small-size",
2482
+ "description": {
2483
+ "kind": "markdown",
2484
+ "value": "小型 title 类型字体的字体大小。\n\n**示例**:\n```css\n/* 设置小型 title 类型字体的字体大小 */\n:root {\n --mdui-typescale-title-small-size: 16px;\n}\n\n/* 读取小型 title 类型字体的字体大小 */\n.element {\n font-size: var(--mdui-typescale-title-small-size);\n}\n```\n"
2485
+ },
2486
+ "references": [
2487
+ {
2488
+ "name": "开发文档",
2489
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#typescale"
2490
+ }
2491
+ ]
2492
+ },
2493
+ {
2494
+ "name": "--mdui-typescale-title-small-tracking",
2495
+ "description": {
2496
+ "kind": "markdown",
2497
+ "value": "小型 title 类型字体的字间距。\n\n**示例**:\n```css\n/* 设置小型 title 类型字体的字间距 */\n:root {\n --mdui-typescale-title-small-tracking: 0.1;\n}\n\n/* 读取小型 title 类型字体的字间距 */\n.element {\n letter-spacing: var(--mdui-typescale-title-small-tracking);\n}\n```\n"
2498
+ },
2499
+ "references": [
2500
+ {
2501
+ "name": "开发文档",
2502
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#typescale"
2503
+ }
2504
+ ]
2505
+ },
2506
+ {
2507
+ "name": "--mdui-typescale-label-large-weight",
2508
+ "description": {
2509
+ "kind": "markdown",
2510
+ "value": "大型 label 类型字体的字重。\n\n**示例**:\n```css\n/* 设置大型 label 类型字体的字重 */\n:root {\n --mdui-typescale-label-large-weight: 500;\n}\n\n/* 读取大型 label 类型字体的字重 */\n.element {\n font-weight: var(--mdui-typescale-label-large-weight);\n}\n```\n"
2511
+ },
2512
+ "references": [
2513
+ {
2514
+ "name": "开发文档",
2515
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#typescale"
2516
+ }
2517
+ ]
2518
+ },
2519
+ {
2520
+ "name": "--mdui-typescale-label-large-line-height",
2521
+ "description": {
2522
+ "kind": "markdown",
2523
+ "value": "大型 label 类型字体的行高。\n\n**示例**:\n```css\n/* 设置大型 label 类型字体的行高 */\n:root {\n --mdui-typescale-label-large-line-height: 1.5;\n}\n\n/* 读取大型 label 类型字体的行高 */\n.element {\n line-height: var(--mdui-typescale-label-large-line-height);\n}\n```\n"
2524
+ },
2525
+ "references": [
2526
+ {
2527
+ "name": "开发文档",
2528
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#typescale"
2529
+ }
2530
+ ]
2531
+ },
2532
+ {
2533
+ "name": "--mdui-typescale-label-large-size",
2534
+ "description": {
2535
+ "kind": "markdown",
2536
+ "value": "大型 label 类型字体的字体大小。\n\n**示例**:\n```css\n/* 设置大型 label 类型字体的字体大小 */\n:root {\n --mdui-typescale-label-large-size: 16px;\n}\n\n/* 读取大型 label 类型字体的字体大小 */\n.element {\n font-size: var(--mdui-typescale-label-large-size);\n}\n```\n"
2537
+ },
2538
+ "references": [
2539
+ {
2540
+ "name": "开发文档",
2541
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#typescale"
2542
+ }
2543
+ ]
2544
+ },
2545
+ {
2546
+ "name": "--mdui-typescale-label-large-tracking",
2547
+ "description": {
2548
+ "kind": "markdown",
2549
+ "value": "大型 label 类型字体的字间距。\n\n**示例**:\n```css\n/* 设置大型 label 类型字体的字间距 */\n:root {\n --mdui-typescale-label-large-tracking: 0.1;\n}\n\n/* 读取大型 label 类型字体的字间距 */\n.element {\n letter-spacing: var(--mdui-typescale-label-large-tracking);\n}\n```\n"
2550
+ },
2551
+ "references": [
2552
+ {
2553
+ "name": "开发文档",
2554
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#typescale"
2555
+ }
2556
+ ]
2557
+ },
2558
+ {
2559
+ "name": "--mdui-typescale-label-medium-weight",
2560
+ "description": {
2561
+ "kind": "markdown",
2562
+ "value": "中等 label 类型字体的字重。\n\n**示例**:\n```css\n/* 设置中等 label 类型字体的字重 */\n:root {\n --mdui-typescale-label-medium-weight: 500;\n}\n\n/* 读取中等 label 类型字体的字重 */\n.element {\n font-weight: var(--mdui-typescale-label-medium-weight);\n}\n```\n"
2563
+ },
2564
+ "references": [
2565
+ {
2566
+ "name": "开发文档",
2567
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#typescale"
2568
+ }
2569
+ ]
2570
+ },
2571
+ {
2572
+ "name": "--mdui-typescale-label-medium-line-height",
2573
+ "description": {
2574
+ "kind": "markdown",
2575
+ "value": "中等 label 类型字体的行高。\n\n**示例**:\n```css\n/* 设置中等 label 类型字体的行高 */\n:root {\n --mdui-typescale-label-medium-line-height: 1.5;\n}\n\n/* 读取中等 label 类型字体的行高 */\n.element {\n line-height: var(--mdui-typescale-label-medium-line-height);\n}\n```\n"
2576
+ },
2577
+ "references": [
2578
+ {
2579
+ "name": "开发文档",
2580
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#typescale"
2581
+ }
2582
+ ]
2583
+ },
2584
+ {
2585
+ "name": "--mdui-typescale-label-medium-size",
2586
+ "description": {
2587
+ "kind": "markdown",
2588
+ "value": "中等 label 类型字体的字体大小。\n\n**示例**:\n```css\n/* 设置中等 label 类型字体的字体大小 */\n:root {\n --mdui-typescale-label-medium-size: 16px;\n}\n\n/* 读取中等 label 类型字体的字体大小 */\n.element {\n font-size: var(--mdui-typescale-label-medium-size);\n}\n```\n"
2589
+ },
2590
+ "references": [
2591
+ {
2592
+ "name": "开发文档",
2593
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#typescale"
2594
+ }
2595
+ ]
2596
+ },
2597
+ {
2598
+ "name": "--mdui-typescale-label-medium-tracking",
2599
+ "description": {
2600
+ "kind": "markdown",
2601
+ "value": "中等 label 类型字体的字间距。\n\n**示例**:\n```css\n/* 设置中等 label 类型字体的字间距 */\n:root {\n --mdui-typescale-label-medium-tracking: 0.1;\n}\n\n/* 读取中等 label 类型字体的字间距 */\n.element {\n letter-spacing: var(--mdui-typescale-label-medium-tracking);\n}\n```\n"
2602
+ },
2603
+ "references": [
2604
+ {
2605
+ "name": "开发文档",
2606
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#typescale"
2607
+ }
2608
+ ]
2609
+ },
2610
+ {
2611
+ "name": "--mdui-typescale-label-small-weight",
2612
+ "description": {
2613
+ "kind": "markdown",
2614
+ "value": "小型 label 类型字体的字重。\n\n**示例**:\n```css\n/* 设置小型 label 类型字体的字重 */\n:root {\n --mdui-typescale-label-small-weight: 500;\n}\n\n/* 读取小型 label 类型字体的字重 */\n.element {\n font-weight: var(--mdui-typescale-label-small-weight);\n}\n```\n"
2615
+ },
2616
+ "references": [
2617
+ {
2618
+ "name": "开发文档",
2619
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#typescale"
2620
+ }
2621
+ ]
2622
+ },
2623
+ {
2624
+ "name": "--mdui-typescale-label-small-line-height",
2625
+ "description": {
2626
+ "kind": "markdown",
2627
+ "value": "小型 label 类型字体的行高。\n\n**示例**:\n```css\n/* 设置小型 label 类型字体的行高 */\n:root {\n --mdui-typescale-label-small-line-height: 1.5;\n}\n\n/* 读取小型 label 类型字体的行高 */\n.element {\n line-height: var(--mdui-typescale-label-small-line-height);\n}\n```\n"
2628
+ },
2629
+ "references": [
2630
+ {
2631
+ "name": "开发文档",
2632
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#typescale"
2633
+ }
2634
+ ]
2635
+ },
2636
+ {
2637
+ "name": "--mdui-typescale-label-small-size",
2638
+ "description": {
2639
+ "kind": "markdown",
2640
+ "value": "小型 label 类型字体的字体大小。\n\n**示例**:\n```css\n/* 设置小型 label 类型字体的字体大小 */\n:root {\n --mdui-typescale-label-small-size: 16px;\n}\n\n/* 读取小型 label 类型字体的字体大小 */\n.element {\n font-size: var(--mdui-typescale-label-small-size);\n}\n```\n"
2641
+ },
2642
+ "references": [
2643
+ {
2644
+ "name": "开发文档",
2645
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#typescale"
2646
+ }
2647
+ ]
2648
+ },
2649
+ {
2650
+ "name": "--mdui-typescale-label-small-tracking",
2651
+ "description": {
2652
+ "kind": "markdown",
2653
+ "value": "小型 label 类型字体的字间距。\n\n**示例**:\n```css\n/* 设置小型 label 类型字体的字间距 */\n:root {\n --mdui-typescale-label-small-tracking: 0.1;\n}\n\n/* 读取小型 label 类型字体的字间距 */\n.element {\n letter-spacing: var(--mdui-typescale-label-small-tracking);\n}\n```\n"
2654
+ },
2655
+ "references": [
2656
+ {
2657
+ "name": "开发文档",
2658
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#typescale"
2659
+ }
2660
+ ]
2661
+ },
2662
+ {
2663
+ "name": "--mdui-typescale-body-large-weight",
2664
+ "description": {
2665
+ "kind": "markdown",
2666
+ "value": "大型 body 类型字体的字重。\n\n**示例**:\n```css\n/* 设置大型 body 类型字体的字重 */\n:root {\n --mdui-typescale-body-large-weight: 500;\n}\n\n/* 读取大型 body 类型字体的字重 */\n.element {\n font-weight: var(--mdui-typescale-body-large-weight);\n}\n```\n"
2667
+ },
2668
+ "references": [
2669
+ {
2670
+ "name": "开发文档",
2671
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#typescale"
2672
+ }
2673
+ ]
2674
+ },
2675
+ {
2676
+ "name": "--mdui-typescale-body-large-line-height",
2677
+ "description": {
2678
+ "kind": "markdown",
2679
+ "value": "大型 body 类型字体的行高。\n\n**示例**:\n```css\n/* 设置大型 body 类型字体的行高 */\n:root {\n --mdui-typescale-body-large-line-height: 1.5;\n}\n\n/* 读取大型 body 类型字体的行高 */\n.element {\n line-height: var(--mdui-typescale-body-large-line-height);\n}\n```\n"
2680
+ },
2681
+ "references": [
2682
+ {
2683
+ "name": "开发文档",
2684
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#typescale"
2685
+ }
2686
+ ]
2687
+ },
2688
+ {
2689
+ "name": "--mdui-typescale-body-large-size",
2690
+ "description": {
2691
+ "kind": "markdown",
2692
+ "value": "大型 body 类型字体的字体大小。\n\n**示例**:\n```css\n/* 设置大型 body 类型字体的字体大小 */\n:root {\n --mdui-typescale-body-large-size: 16px;\n}\n\n/* 读取大型 body 类型字体的字体大小 */\n.element {\n font-size: var(--mdui-typescale-body-large-size);\n}\n```\n"
2693
+ },
2694
+ "references": [
2695
+ {
2696
+ "name": "开发文档",
2697
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#typescale"
2698
+ }
2699
+ ]
2700
+ },
2701
+ {
2702
+ "name": "--mdui-typescale-body-large-tracking",
2703
+ "description": {
2704
+ "kind": "markdown",
2705
+ "value": "大型 body 类型字体的字间距。\n\n**示例**:\n```css\n/* 设置大型 body 类型字体的字间距 */\n:root {\n --mdui-typescale-body-large-tracking: 0.1;\n}\n\n/* 读取大型 body 类型字体的字间距 */\n.element {\n letter-spacing: var(--mdui-typescale-body-large-tracking);\n}\n```\n"
2706
+ },
2707
+ "references": [
2708
+ {
2709
+ "name": "开发文档",
2710
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#typescale"
2711
+ }
2712
+ ]
2713
+ },
2714
+ {
2715
+ "name": "--mdui-typescale-body-medium-weight",
2716
+ "description": {
2717
+ "kind": "markdown",
2718
+ "value": "中等 body 类型字体的字重。\n\n**示例**:\n```css\n/* 设置中等 body 类型字体的字重 */\n:root {\n --mdui-typescale-body-medium-weight: 500;\n}\n\n/* 读取中等 body 类型字体的字重 */\n.element {\n font-weight: var(--mdui-typescale-body-medium-weight);\n}\n```\n"
2719
+ },
2720
+ "references": [
2721
+ {
2722
+ "name": "开发文档",
2723
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#typescale"
2724
+ }
2725
+ ]
2726
+ },
2727
+ {
2728
+ "name": "--mdui-typescale-body-medium-line-height",
2729
+ "description": {
2730
+ "kind": "markdown",
2731
+ "value": "中等 body 类型字体的行高。\n\n**示例**:\n```css\n/* 设置中等 body 类型字体的行高 */\n:root {\n --mdui-typescale-body-medium-line-height: 1.5;\n}\n\n/* 读取中等 body 类型字体的行高 */\n.element {\n line-height: var(--mdui-typescale-body-medium-line-height);\n}\n```\n"
2732
+ },
2733
+ "references": [
2734
+ {
2735
+ "name": "开发文档",
2736
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#typescale"
2737
+ }
2738
+ ]
2739
+ },
2740
+ {
2741
+ "name": "--mdui-typescale-body-medium-size",
2742
+ "description": {
2743
+ "kind": "markdown",
2744
+ "value": "中等 body 类型字体的字体大小。\n\n**示例**:\n```css\n/* 设置中等 body 类型字体的字体大小 */\n:root {\n --mdui-typescale-body-medium-size: 16px;\n}\n\n/* 读取中等 body 类型字体的字体大小 */\n.element {\n font-size: var(--mdui-typescale-body-medium-size);\n}\n```\n"
2745
+ },
2746
+ "references": [
2747
+ {
2748
+ "name": "开发文档",
2749
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#typescale"
2750
+ }
2751
+ ]
2752
+ },
2753
+ {
2754
+ "name": "--mdui-typescale-body-medium-tracking",
2755
+ "description": {
2756
+ "kind": "markdown",
2757
+ "value": "中等 body 类型字体的字间距。\n\n**示例**:\n```css\n/* 设置中等 body 类型字体的字间距 */\n:root {\n --mdui-typescale-body-medium-tracking: 0.1;\n}\n\n/* 读取中等 body 类型字体的字间距 */\n.element {\n letter-spacing: var(--mdui-typescale-body-medium-tracking);\n}\n```\n"
2758
+ },
2759
+ "references": [
2760
+ {
2761
+ "name": "开发文档",
2762
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#typescale"
2763
+ }
2764
+ ]
2765
+ },
2766
+ {
2767
+ "name": "--mdui-typescale-body-small-weight",
2768
+ "description": {
2769
+ "kind": "markdown",
2770
+ "value": "小型 body 类型字体的字重。\n\n**示例**:\n```css\n/* 设置小型 body 类型字体的字重 */\n:root {\n --mdui-typescale-body-small-weight: 500;\n}\n\n/* 读取小型 body 类型字体的字重 */\n.element {\n font-weight: var(--mdui-typescale-body-small-weight);\n}\n```\n"
2771
+ },
2772
+ "references": [
2773
+ {
2774
+ "name": "开发文档",
2775
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#typescale"
2776
+ }
2777
+ ]
2778
+ },
2779
+ {
2780
+ "name": "--mdui-typescale-body-small-line-height",
2781
+ "description": {
2782
+ "kind": "markdown",
2783
+ "value": "小型 body 类型字体的行高。\n\n**示例**:\n```css\n/* 设置小型 body 类型字体的行高 */\n:root {\n --mdui-typescale-body-small-line-height: 1.5;\n}\n\n/* 读取小型 body 类型字体的行高 */\n.element {\n line-height: var(--mdui-typescale-body-small-line-height);\n}\n```\n"
2784
+ },
2785
+ "references": [
2786
+ {
2787
+ "name": "开发文档",
2788
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#typescale"
2789
+ }
2790
+ ]
2791
+ },
2792
+ {
2793
+ "name": "--mdui-typescale-body-small-size",
2794
+ "description": {
2795
+ "kind": "markdown",
2796
+ "value": "小型 body 类型字体的字体大小。\n\n**示例**:\n```css\n/* 设置小型 body 类型字体的字体大小 */\n:root {\n --mdui-typescale-body-small-size: 16px;\n}\n\n/* 读取小型 body 类型字体的字体大小 */\n.element {\n font-size: var(--mdui-typescale-body-small-size);\n}\n```\n"
2797
+ },
2798
+ "references": [
2799
+ {
2800
+ "name": "开发文档",
2801
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#typescale"
2802
+ }
2803
+ ]
2804
+ },
2805
+ {
2806
+ "name": "--mdui-typescale-body-small-tracking",
2807
+ "description": {
2808
+ "kind": "markdown",
2809
+ "value": "小型 body 类型字体的字间距。\n\n**示例**:\n```css\n/* 设置小型 body 类型字体的字间距 */\n:root {\n --mdui-typescale-body-small-tracking: 0.1;\n}\n\n/* 读取小型 body 类型字体的字间距 */\n.element {\n letter-spacing: var(--mdui-typescale-body-small-tracking);\n}\n```\n"
2810
+ },
2811
+ "references": [
2812
+ {
2813
+ "name": "开发文档",
2814
+ "url": "https://www.mdui.org/docs/2/styles/design-tokens#typescale"
2815
+ }
2816
+ ]
2817
+ }
2818
+ ]
2819
+ }