@modern-js/module-tools-docs 2.0.2 → 2.2.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 (313) hide show
  1. package/doc_build/api/config/build-config.html +332 -0
  2. package/doc_build/api/config/build-preset.html +43 -0
  3. package/doc_build/api/config/design-system.html +103 -0
  4. package/doc_build/api/config/plugins.html +7 -0
  5. package/doc_build/api/config/testing.html +21 -0
  6. package/doc_build/api/index.html +1 -0
  7. package/doc_build/api/plugin-api/plugin-hooks.html +113 -0
  8. package/doc_build/en/api/config/build-config.html +316 -0
  9. package/doc_build/en/api/config/build-preset.html +43 -0
  10. package/doc_build/en/api/config/design-system.html +117 -0
  11. package/doc_build/en/api/config/plugins.html +7 -0
  12. package/doc_build/en/api/config/testing.html +21 -0
  13. package/doc_build/en/api/index.html +1 -0
  14. package/doc_build/en/api/plugin-api/plugin-hooks.html +113 -0
  15. package/doc_build/en/guide/advance/asset.html +25 -0
  16. package/doc_build/en/guide/advance/build-umd.html +32 -0
  17. package/doc_build/en/guide/advance/copy.html +42 -0
  18. package/doc_build/en/guide/advance/external-dependency.html +31 -0
  19. package/doc_build/en/guide/advance/in-depth-about-build.html +112 -0
  20. package/doc_build/en/guide/advance/in-depth-about-dev-command.html +12 -0
  21. package/doc_build/en/guide/advance/theme-config.html +29 -0
  22. package/doc_build/en/guide/basic/before-getting-started.html +89 -0
  23. package/doc_build/en/guide/basic/command-preview.html +63 -0
  24. package/doc_build/en/guide/basic/modify-output-product.html +98 -0
  25. package/doc_build/en/guide/basic/publish-your-project.html +50 -0
  26. package/doc_build/en/guide/basic/test-your-project.html +31 -0
  27. package/doc_build/en/guide/basic/use-micro-generator.html +29 -0
  28. package/doc_build/en/guide/basic/using-storybook.html +66 -0
  29. package/doc_build/en/guide/best-practices/components.html +111 -0
  30. package/doc_build/en/guide/intro/getting-started.html +36 -0
  31. package/doc_build/en/guide/intro/welcome.html +13 -0
  32. package/doc_build/en/guide/intro/why-module-engineering-solution.html +9 -0
  33. package/doc_build/en/index.html +1 -0
  34. package/doc_build/en/plugins/guide/getting-started.html +15 -0
  35. package/doc_build/en/plugins/guide/plugin-object.html +14 -0
  36. package/doc_build/en/plugins/guide/setup-function.html +30 -0
  37. package/doc_build/en/plugins/official-list/overview.html +3 -0
  38. package/doc_build/guide/advance/asset.html +25 -0
  39. package/doc_build/guide/advance/build-umd.html +32 -0
  40. package/doc_build/guide/advance/copy.html +42 -0
  41. package/doc_build/guide/advance/external-dependency.html +31 -0
  42. package/doc_build/guide/advance/in-depth-about-build.html +112 -0
  43. package/doc_build/guide/advance/in-depth-about-dev-command.html +14 -0
  44. package/doc_build/guide/advance/theme-config.html +28 -0
  45. package/doc_build/guide/basic/before-getting-started.html +89 -0
  46. package/doc_build/guide/basic/command-preview.html +63 -0
  47. package/doc_build/guide/basic/modify-output-product.html +97 -0
  48. package/doc_build/guide/basic/publish-your-project.html +52 -0
  49. package/doc_build/guide/basic/test-your-project.html +32 -0
  50. package/doc_build/guide/basic/use-micro-generator.html +27 -0
  51. package/doc_build/guide/basic/using-storybook.html +67 -0
  52. package/doc_build/guide/best-practices/components.html +111 -0
  53. package/doc_build/guide/intro/getting-started.html +39 -0
  54. package/doc_build/guide/intro/welcome.html +13 -0
  55. package/doc_build/guide/intro/why-module-engineering-solution.html +9 -0
  56. package/doc_build/index.html +1 -0
  57. package/doc_build/plugins/guide/getting-started.html +15 -0
  58. package/doc_build/plugins/guide/plugin-object.html +14 -0
  59. package/doc_build/plugins/guide/setup-function.html +30 -0
  60. package/doc_build/plugins/official-list/overview.html +3 -0
  61. package/doc_build/static/css/main.edaad072.css +1 -0
  62. package/doc_build/static/js/1607.70af642a.js +2 -0
  63. package/doc_build/static/js/1607.70af642a.js.LICENSE.txt +23 -0
  64. package/doc_build/static/js/async/3799.e31e8293.js +1 -0
  65. package/doc_build/static/js/async/8652.6fbf1cb7.js +1 -0
  66. package/doc_build/static/js/async/en_api_config_build-config.367a5701.js +1 -0
  67. package/doc_build/static/js/async/en_api_config_build-preset.0d78b268.js +1 -0
  68. package/doc_build/static/js/async/en_api_config_design-system.b28d6723.js +1 -0
  69. package/doc_build/static/js/async/en_api_config_plugins.fc95fb77.js +1 -0
  70. package/doc_build/static/js/async/en_api_config_testing.8bc7f316.js +1 -0
  71. package/doc_build/static/js/async/en_api_index.669f0a56.js +1 -0
  72. package/doc_build/static/js/async/en_api_plugin-api_plugin-hooks.60d0260c.js +1 -0
  73. package/doc_build/static/js/async/en_guide_advance_asset.5ff1d623.js +1 -0
  74. package/doc_build/static/js/async/en_guide_advance_build-umd.c254ed46.js +1 -0
  75. package/doc_build/static/js/async/en_guide_advance_copy.45c0a51d.js +1 -0
  76. package/doc_build/static/js/async/en_guide_advance_external-dependency.a52d3247.js +1 -0
  77. package/doc_build/static/js/async/en_guide_advance_in-depth-about-build.51bf3569.js +1 -0
  78. package/doc_build/static/js/async/en_guide_advance_in-depth-about-dev-command.aec0b4e1.js +1 -0
  79. package/doc_build/static/js/async/en_guide_advance_theme-config.db0ad9fc.js +1 -0
  80. package/doc_build/static/js/async/en_guide_basic_before-getting-started.a22fc49a.js +1 -0
  81. package/doc_build/static/js/async/en_guide_basic_command-preview.1707ed29.js +1 -0
  82. package/doc_build/static/js/async/en_guide_basic_modify-output-product.ad453d13.js +1 -0
  83. package/doc_build/static/js/async/en_guide_basic_publish-your-project.08c5112f.js +1 -0
  84. package/doc_build/static/js/async/en_guide_basic_test-your-project.f5f6b204.js +1 -0
  85. package/doc_build/static/js/async/en_guide_basic_use-micro-generator.56325139.js +1 -0
  86. package/doc_build/static/js/async/en_guide_basic_using-storybook.9d721554.js +1 -0
  87. package/doc_build/static/js/async/en_guide_best-practices_components.45155af9.js +1 -0
  88. package/doc_build/static/js/async/en_guide_intro_getting-started.f8682be3.js +1 -0
  89. package/doc_build/static/js/async/en_guide_intro_welcome.9cc45924.js +1 -0
  90. package/doc_build/static/js/async/en_guide_intro_why-module-engineering-solution.7f2dae5c.js +1 -0
  91. package/doc_build/static/js/async/en_index.7bd869c4.js +1 -0
  92. package/doc_build/static/js/async/en_plugins_guide_getting-started.b850249c.js +1 -0
  93. package/doc_build/static/js/async/en_plugins_guide_plugin-object.bf6c6221.js +1 -0
  94. package/doc_build/static/js/async/en_plugins_guide_setup-function.80a2bd97.js +1 -0
  95. package/doc_build/static/js/async/en_plugins_official-list_overview.84e5cea0.js +1 -0
  96. package/doc_build/static/js/async/zh_api_config_build-config.048fd5ec.js +1 -0
  97. package/doc_build/static/js/async/zh_api_config_build-preset.7c13584d.js +1 -0
  98. package/doc_build/static/js/async/zh_api_config_design-system.1eecd474.js +1 -0
  99. package/doc_build/static/js/async/zh_api_config_plugins.c22dc4be.js +1 -0
  100. package/doc_build/static/js/async/zh_api_config_testing.a9888eed.js +1 -0
  101. package/doc_build/static/js/async/zh_api_index.22957707.js +1 -0
  102. package/doc_build/static/js/async/zh_api_plugin-api_plugin-hooks.a4d81bf6.js +1 -0
  103. package/doc_build/static/js/async/zh_guide_advance_asset.5b936003.js +1 -0
  104. package/doc_build/static/js/async/zh_guide_advance_build-umd.b6d541ff.js +1 -0
  105. package/doc_build/static/js/async/zh_guide_advance_copy.21a1aea4.js +1 -0
  106. package/doc_build/static/js/async/zh_guide_advance_external-dependency.c7cf5d4b.js +1 -0
  107. package/doc_build/static/js/async/zh_guide_advance_in-depth-about-build.64e795f3.js +1 -0
  108. package/doc_build/static/js/async/zh_guide_advance_in-depth-about-dev-command.168ce7dd.js +1 -0
  109. package/doc_build/static/js/async/zh_guide_advance_theme-config.b9570109.js +1 -0
  110. package/doc_build/static/js/async/zh_guide_basic_before-getting-started.6b06b54a.js +1 -0
  111. package/doc_build/static/js/async/zh_guide_basic_command-preview.1199124a.js +1 -0
  112. package/doc_build/static/js/async/zh_guide_basic_modify-output-product.8ccbc8d1.js +1 -0
  113. package/doc_build/static/js/async/zh_guide_basic_publish-your-project.bf11b1c4.js +1 -0
  114. package/doc_build/static/js/async/zh_guide_basic_test-your-project.ae52c47a.js +1 -0
  115. package/doc_build/static/js/async/zh_guide_basic_use-micro-generator.a091d57d.js +1 -0
  116. package/doc_build/static/js/async/zh_guide_basic_using-storybook.27829e44.js +1 -0
  117. package/doc_build/static/js/async/zh_guide_best-practices_components.7454d916.js +1 -0
  118. package/doc_build/static/js/async/zh_guide_intro_getting-started.a4c00d9a.js +1 -0
  119. package/doc_build/static/js/async/zh_guide_intro_welcome.71c3fe16.js +1 -0
  120. package/doc_build/static/js/async/zh_guide_intro_why-module-engineering-solution.6f8b5ff6.js +1 -0
  121. package/doc_build/static/js/async/zh_index.c19f9dcf.js +1 -0
  122. package/doc_build/static/js/async/zh_plugins_guide_getting-started.099dfaea.js +1 -0
  123. package/doc_build/static/js/async/zh_plugins_guide_plugin-object.963289d5.js +1 -0
  124. package/doc_build/static/js/async/zh_plugins_guide_setup-function.67d07b91.js +1 -0
  125. package/doc_build/static/js/async/zh_plugins_official-list_overview.a7635714.js +1 -0
  126. package/doc_build/static/js/lib-lodash.c5845536.js +1 -0
  127. package/doc_build/static/js/lib-polyfill.b3038509.js +1 -0
  128. package/doc_build/static/js/lib-react.d41ace5e.js +2 -0
  129. package/doc_build/static/js/lib-react.d41ace5e.js.LICENSE.txt +29 -0
  130. package/doc_build/static/js/main.2d3257a4.js +1 -0
  131. package/doc_build/static/search_index.json +1 -0
  132. package/docs/en/api/config/build-config.md +15 -5
  133. package/docs/en/api/config/build-preset.md +3 -2
  134. package/docs/en/api/config/design-system.md +623 -615
  135. package/docs/en/api/config/plugins.md +2 -2
  136. package/docs/en/api/config/testing.md +2 -1
  137. package/docs/en/guide/advance/asset.mdx +0 -4
  138. package/docs/en/guide/advance/build-umd.mdx +3 -3
  139. package/docs/en/guide/advance/in-depth-about-build.md +14 -13
  140. package/docs/en/guide/advance/in-depth-about-dev-command.md +2 -1
  141. package/docs/en/guide/basic/before-getting-started.md +16 -9
  142. package/docs/en/guide/basic/command-preview.md +2 -2
  143. package/docs/en/guide/basic/modify-output-product.md +65 -69
  144. package/docs/en/guide/basic/test-your-project.mdx +1 -3
  145. package/docs/en/guide/basic/use-micro-generator.md +4 -0
  146. package/docs/en/guide/basic/using-storybook.mdx +1 -13
  147. package/docs/en/plugins/guide/getting-started.mdx +2 -2
  148. package/docs/en/plugins/guide/plugin-object.mdx +5 -5
  149. package/docs/zh/api/config/build-config.md +18 -6
  150. package/docs/zh/api/config/build-preset.md +3 -2
  151. package/docs/zh/api/config/design-system.md +2 -2
  152. package/docs/zh/api/config/plugins.md +2 -2
  153. package/docs/zh/api/config/testing.md +3 -2
  154. package/docs/zh/guide/advance/asset.mdx +0 -5
  155. package/docs/zh/guide/advance/build-umd.mdx +3 -3
  156. package/docs/zh/guide/advance/in-depth-about-build.md +14 -13
  157. package/docs/zh/guide/advance/in-depth-about-dev-command.md +2 -1
  158. package/docs/zh/guide/basic/before-getting-started.md +15 -8
  159. package/docs/zh/guide/basic/command-preview.md +2 -2
  160. package/docs/zh/guide/basic/modify-output-product.md +17 -19
  161. package/docs/zh/guide/basic/test-your-project.mdx +1 -3
  162. package/docs/zh/guide/basic/use-micro-generator.md +5 -1
  163. package/docs/zh/guide/basic/using-storybook.mdx +9 -19
  164. package/docs/zh/guide/intro/getting-started.md +1 -1
  165. package/docs/zh/plugins/guide/getting-started.mdx +2 -2
  166. package/docs/zh/plugins/guide/plugin-object.mdx +5 -5
  167. package/modern.config.ts +11 -5
  168. package/package.json +3 -3
  169. package/LICENSE +0 -144
  170. package/doc_build/html/main/index.html +0 -16
  171. package/doc_build/route.json +0 -10
  172. package/doc_build/static/css/main.css +0 -3370
  173. package/doc_build/static/css/main.css.map +0 -1
  174. package/doc_build/static/css/vendors-node_modules_pnpm_remix-run_router_1_2_0_node_modules_remix-run_router_dist_router_js-9d5e9c.css +0 -85
  175. package/doc_build/static/css/vendors-node_modules_pnpm_remix-run_router_1_2_0_node_modules_remix-run_router_dist_router_js-9d5e9c.css.map +0 -1
  176. package/doc_build/static/js/async/api_.js +0 -56
  177. package/doc_build/static/js/async/api_.js.map +0 -1
  178. package/doc_build/static/js/async/api_config_build-config.js +0 -11309
  179. package/doc_build/static/js/async/api_config_build-config.js.map +0 -1
  180. package/doc_build/static/js/async/api_config_build-preset.js +0 -7849
  181. package/doc_build/static/js/async/api_config_build-preset.js.map +0 -1
  182. package/doc_build/static/js/async/api_config_design-system.js +0 -48708
  183. package/doc_build/static/js/async/api_config_design-system.js.map +0 -1
  184. package/doc_build/static/js/async/api_config_plugins.js +0 -1492
  185. package/doc_build/static/js/async/api_config_plugins.js.map +0 -1
  186. package/doc_build/static/js/async/api_config_testing.js +0 -2130
  187. package/doc_build/static/js/async/api_config_testing.js.map +0 -1
  188. package/doc_build/static/js/async/api_plugin-api_plugin-hooks.js +0 -14394
  189. package/doc_build/static/js/async/api_plugin-api_plugin-hooks.js.map +0 -1
  190. package/doc_build/static/js/async/en_.js +0 -85
  191. package/doc_build/static/js/async/en_.js.map +0 -1
  192. package/doc_build/static/js/async/en_api_.js +0 -55
  193. package/doc_build/static/js/async/en_api_.js.map +0 -1
  194. package/doc_build/static/js/async/en_api_config_build-config.js +0 -8363
  195. package/doc_build/static/js/async/en_api_config_build-config.js.map +0 -1
  196. package/doc_build/static/js/async/en_api_config_build-preset.js +0 -7845
  197. package/doc_build/static/js/async/en_api_config_build-preset.js.map +0 -1
  198. package/doc_build/static/js/async/en_api_config_design-system.js +0 -16345
  199. package/doc_build/static/js/async/en_api_config_design-system.js.map +0 -1
  200. package/doc_build/static/js/async/en_api_config_plugins.js +0 -1492
  201. package/doc_build/static/js/async/en_api_config_plugins.js.map +0 -1
  202. package/doc_build/static/js/async/en_api_config_testing.js +0 -2137
  203. package/doc_build/static/js/async/en_api_config_testing.js.map +0 -1
  204. package/doc_build/static/js/async/en_api_plugin-api_plugin-hooks.js +0 -14362
  205. package/doc_build/static/js/async/en_api_plugin-api_plugin-hooks.js.map +0 -1
  206. package/doc_build/static/js/async/en_guide_advance_asset.js +0 -3997
  207. package/doc_build/static/js/async/en_guide_advance_asset.js.map +0 -1
  208. package/doc_build/static/js/async/en_guide_advance_build-umd.js +0 -9861
  209. package/doc_build/static/js/async/en_guide_advance_build-umd.js.map +0 -1
  210. package/doc_build/static/js/async/en_guide_advance_copy.js +0 -6539
  211. package/doc_build/static/js/async/en_guide_advance_copy.js.map +0 -1
  212. package/doc_build/static/js/async/en_guide_advance_external-dependency.js +0 -3810
  213. package/doc_build/static/js/async/en_guide_advance_external-dependency.js.map +0 -1
  214. package/doc_build/static/js/async/en_guide_advance_in-depth-about-build.js +0 -5046
  215. package/doc_build/static/js/async/en_guide_advance_in-depth-about-build.js.map +0 -1
  216. package/doc_build/static/js/async/en_guide_advance_in-depth-about-dev-command.js +0 -150
  217. package/doc_build/static/js/async/en_guide_advance_in-depth-about-dev-command.js.map +0 -1
  218. package/doc_build/static/js/async/en_guide_advance_theme-config.js +0 -2484
  219. package/doc_build/static/js/async/en_guide_advance_theme-config.js.map +0 -1
  220. package/doc_build/static/js/async/en_guide_basic_before-getting-started.js +0 -3671
  221. package/doc_build/static/js/async/en_guide_basic_before-getting-started.js.map +0 -1
  222. package/doc_build/static/js/async/en_guide_basic_command-preview.js +0 -3961
  223. package/doc_build/static/js/async/en_guide_basic_command-preview.js.map +0 -1
  224. package/doc_build/static/js/async/en_guide_basic_modify-output-product.js +0 -2970
  225. package/doc_build/static/js/async/en_guide_basic_modify-output-product.js.map +0 -1
  226. package/doc_build/static/js/async/en_guide_basic_publish-your-project.js +0 -2182
  227. package/doc_build/static/js/async/en_guide_basic_publish-your-project.js.map +0 -1
  228. package/doc_build/static/js/async/en_guide_basic_test-your-project.js +0 -3892
  229. package/doc_build/static/js/async/en_guide_basic_test-your-project.js.map +0 -1
  230. package/doc_build/static/js/async/en_guide_basic_use-micro-generator.js +0 -168
  231. package/doc_build/static/js/async/en_guide_basic_use-micro-generator.js.map +0 -1
  232. package/doc_build/static/js/async/en_guide_basic_using-storybook.js +0 -4762
  233. package/doc_build/static/js/async/en_guide_basic_using-storybook.js.map +0 -1
  234. package/doc_build/static/js/async/en_guide_best-practices_components.js +0 -21388
  235. package/doc_build/static/js/async/en_guide_best-practices_components.js.map +0 -1
  236. package/doc_build/static/js/async/en_guide_intro_getting-started.js +0 -1906
  237. package/doc_build/static/js/async/en_guide_intro_getting-started.js.map +0 -1
  238. package/doc_build/static/js/async/en_guide_intro_welcome.js +0 -148
  239. package/doc_build/static/js/async/en_guide_intro_welcome.js.map +0 -1
  240. package/doc_build/static/js/async/en_guide_intro_why-module-engineering-solution.js +0 -92
  241. package/doc_build/static/js/async/en_guide_intro_why-module-engineering-solution.js.map +0 -1
  242. package/doc_build/static/js/async/en_plugins_guide_getting-started.js +0 -2560
  243. package/doc_build/static/js/async/en_plugins_guide_getting-started.js.map +0 -1
  244. package/doc_build/static/js/async/en_plugins_guide_plugin-object.js +0 -4177
  245. package/doc_build/static/js/async/en_plugins_guide_plugin-object.js.map +0 -1
  246. package/doc_build/static/js/async/en_plugins_guide_setup-function.js +0 -3819
  247. package/doc_build/static/js/async/en_plugins_guide_setup-function.js.map +0 -1
  248. package/doc_build/static/js/async/en_plugins_official-list_overview.js +0 -70
  249. package/doc_build/static/js/async/en_plugins_official-list_overview.js.map +0 -1
  250. package/doc_build/static/js/async/guide_advance_asset.js +0 -3997
  251. package/doc_build/static/js/async/guide_advance_asset.js.map +0 -1
  252. package/doc_build/static/js/async/guide_advance_build-umd.js +0 -9863
  253. package/doc_build/static/js/async/guide_advance_build-umd.js.map +0 -1
  254. package/doc_build/static/js/async/guide_advance_copy.js +0 -6539
  255. package/doc_build/static/js/async/guide_advance_copy.js.map +0 -1
  256. package/doc_build/static/js/async/guide_advance_external-dependency.js +0 -3812
  257. package/doc_build/static/js/async/guide_advance_external-dependency.js.map +0 -1
  258. package/doc_build/static/js/async/guide_advance_in-depth-about-build.js +0 -5046
  259. package/doc_build/static/js/async/guide_advance_in-depth-about-build.js.map +0 -1
  260. package/doc_build/static/js/async/guide_advance_in-depth-about-dev-command.js +0 -152
  261. package/doc_build/static/js/async/guide_advance_in-depth-about-dev-command.js.map +0 -1
  262. package/doc_build/static/js/async/guide_advance_theme-config.js +0 -2475
  263. package/doc_build/static/js/async/guide_advance_theme-config.js.map +0 -1
  264. package/doc_build/static/js/async/guide_basic_before-getting-started.js +0 -3662
  265. package/doc_build/static/js/async/guide_basic_before-getting-started.js.map +0 -1
  266. package/doc_build/static/js/async/guide_basic_command-preview.js +0 -3793
  267. package/doc_build/static/js/async/guide_basic_command-preview.js.map +0 -1
  268. package/doc_build/static/js/async/guide_basic_modify-output-product.js +0 -2949
  269. package/doc_build/static/js/async/guide_basic_modify-output-product.js.map +0 -1
  270. package/doc_build/static/js/async/guide_basic_publish-your-project.js +0 -2243
  271. package/doc_build/static/js/async/guide_basic_publish-your-project.js.map +0 -1
  272. package/doc_build/static/js/async/guide_basic_test-your-project.js +0 -3892
  273. package/doc_build/static/js/async/guide_basic_test-your-project.js.map +0 -1
  274. package/doc_build/static/js/async/guide_basic_use-micro-generator.js +0 -172
  275. package/doc_build/static/js/async/guide_basic_use-micro-generator.js.map +0 -1
  276. package/doc_build/static/js/async/guide_basic_using-storybook.js +0 -4762
  277. package/doc_build/static/js/async/guide_basic_using-storybook.js.map +0 -1
  278. package/doc_build/static/js/async/guide_best-practices_components.js +0 -21088
  279. package/doc_build/static/js/async/guide_best-practices_components.js.map +0 -1
  280. package/doc_build/static/js/async/guide_intro_getting-started.js +0 -1782
  281. package/doc_build/static/js/async/guide_intro_getting-started.js.map +0 -1
  282. package/doc_build/static/js/async/guide_intro_welcome.js +0 -148
  283. package/doc_build/static/js/async/guide_intro_welcome.js.map +0 -1
  284. package/doc_build/static/js/async/guide_intro_why-module-engineering-solution.js +0 -92
  285. package/doc_build/static/js/async/guide_intro_why-module-engineering-solution.js.map +0 -1
  286. package/doc_build/static/js/async/index.js +0 -85
  287. package/doc_build/static/js/async/index.js.map +0 -1
  288. package/doc_build/static/js/async/packages_cli_doc-core_src_theme-default_components_Search_logic_search_ts.js +0 -447
  289. package/doc_build/static/js/async/packages_cli_doc-core_src_theme-default_components_Search_logic_search_ts.js.map +0 -1
  290. package/doc_build/static/js/async/plugins_guide_getting-started.js +0 -2608
  291. package/doc_build/static/js/async/plugins_guide_getting-started.js.map +0 -1
  292. package/doc_build/static/js/async/plugins_guide_plugin-object.js +0 -4173
  293. package/doc_build/static/js/async/plugins_guide_plugin-object.js.map +0 -1
  294. package/doc_build/static/js/async/plugins_guide_setup-function.js +0 -3819
  295. package/doc_build/static/js/async/plugins_guide_setup-function.js.map +0 -1
  296. package/doc_build/static/js/async/plugins_official-list_overview.js +0 -70
  297. package/doc_build/static/js/async/plugins_official-list_overview.js.map +0 -1
  298. package/doc_build/static/js/async/vendors-node_modules_pnpm_code-hike_mdx_0_7_4_react_18_2_0_node_modules_code-hike_mdx_dist_co-06dd41.js +0 -6656
  299. package/doc_build/static/js/async/vendors-node_modules_pnpm_code-hike_mdx_0_7_4_react_18_2_0_node_modules_code-hike_mdx_dist_co-06dd41.js.map +0 -1
  300. package/doc_build/static/js/async/vendors-node_modules_pnpm_flexsearch_0_6_32_node_modules_flexsearch_dist_flexsearch_min_js.js +0 -54
  301. package/doc_build/static/js/async/vendors-node_modules_pnpm_flexsearch_0_6_32_node_modules_flexsearch_dist_flexsearch_min_js.js.map +0 -1
  302. package/doc_build/static/js/builder-runtime.js +0 -1375
  303. package/doc_build/static/js/builder-runtime.js.map +0 -1
  304. package/doc_build/static/js/lib-lodash.js +0 -4907
  305. package/doc_build/static/js/lib-lodash.js.map +0 -1
  306. package/doc_build/static/js/lib-polyfill.js +0 -24769
  307. package/doc_build/static/js/lib-polyfill.js.map +0 -1
  308. package/doc_build/static/js/lib-react.js +0 -39510
  309. package/doc_build/static/js/lib-react.js.map +0 -1
  310. package/doc_build/static/js/main.js +0 -9237
  311. package/doc_build/static/js/main.js.map +0 -1
  312. package/doc_build/static/js/vendors-node_modules_pnpm_remix-run_router_1_2_0_node_modules_remix-run_router_dist_router_js-9d5e9c.js +0 -8532
  313. package/doc_build/static/js/vendors-node_modules_pnpm_remix-run_router_1_2_0_node_modules_remix-run_router_dist_router_js-9d5e9c.js.map +0 -1
@@ -1,3370 +0,0 @@
1
- .ch-scrollycoding .header-anchor {
2
- display: none;
3
- }
4
-
5
- .ch-spotlight .header-anchor {
6
- display: none;
7
- }
8
-
9
- @media (min-width: 960px) {
10
- .dark .\------packages-cli-doc-core-src-theme-default-components-Nav-index-module__container--Be7Bu {
11
- background: rgb(36, 36, 36);
12
- }
13
- }
14
- .\------packages-cli-doc-core-src-theme-default-components-Nav-index-module__rightNav--fxz4T {
15
- display: none;
16
- }
17
-
18
- @media (min-width: 768px) {
19
- .\------packages-cli-doc-core-src-theme-default-components-Nav-index-module__rightNav--fxz4T {
20
- display: -webkit-flex;
21
- display: -moz-box;
22
- display: flex;
23
- -webkit-align-items: center;
24
- -moz-box-align: center;
25
- align-items: center;
26
- }
27
- }
28
- .\------packages-cli-doc-core-src-theme-default-components-Nav-index-module__container--Be7Bu {
29
- background: rgb(255, 255, 255);
30
- }
31
-
32
- .\------packages-cli-doc-core-src-theme-default-components-Nav-index-module__container--Be7Bu :deep(*) {
33
- pointer-events: all;
34
- }
35
-
36
- .\------packages-cli-doc-core-src-theme-default-components-Nav-index-module__social-links-icon--aVv_y {
37
- width: 20px;
38
- height: 100%;
39
- display: -webkit-flex;
40
- display: -moz-box;
41
- display: flex;
42
- fill: currentColor;
43
- color: var(--modern-c-text-2);
44
- }
45
- .\------packages-cli-doc-core-src-theme-default-components-Nav-index-module__social-links-icon--aVv_y:hover {
46
- color: var(--modern-c-text-1);
47
- }
48
-
49
- .\------packages-cli-doc-core-src-theme-default-components-Nav-index-module__menu-item--WjR05:before {
50
- margin-right: 12px;
51
- margin-left: 12px;
52
- width: 1px;
53
- height: 24px;
54
- background-color: var(--modern-c-divider-light);
55
- content: " ";
56
- }
57
- .\------packages-cli-doc-core-src-theme-default-components-Link-index-module__link--R5q4o:hover {
58
- color: var(--modern-c-brand);
59
- -webkit-transition: color 0.2s;
60
- -o-transition: color 0.2s;
61
- -moz-transition: color 0.2s;
62
- transition: color 0.2s;
63
- }
64
-
65
- .\------packages-cli-doc-core-src-theme-default-components-Link-index-module__link--R5q4o {
66
- display: block;
67
- font-size: 14px;
68
- font-weight: 500;
69
- }
70
- .\------packages-cli-doc-core-src-theme-default-components-SwitchAppearance-index-module__sun--JMkpU {
71
- opacity: 1;
72
- }
73
-
74
- .\------packages-cli-doc-core-src-theme-default-components-SwitchAppearance-index-module__moon--tgdgB {
75
- opacity: 0;
76
- }
77
-
78
- .dark .\------packages-cli-doc-core-src-theme-default-components-SwitchAppearance-index-module__sun--JMkpU {
79
- opacity: 0;
80
- }
81
-
82
- .dark .\------packages-cli-doc-core-src-theme-default-components-SwitchAppearance-index-module__moon--tgdgB {
83
- opacity: 1;
84
- }
85
- .\------packages-cli-doc-core-src-theme-default-components-Switch-index-module__switch--DdK0_ {
86
- position: relative;
87
- border-radius: 11px;
88
- display: block;
89
- width: 40px;
90
- height: 22px;
91
- -webkit-flex-shrink: 0;
92
- flex-shrink: 0;
93
- border: 1px solid var(--modern-c-divider);
94
- background-color: var(--modern-c-bg-mute);
95
- -webkit-transition: border-color 0.25s, background-color 0.25s;
96
- -o-transition: border-color 0.25s, background-color 0.25s;
97
- -moz-transition: border-color 0.25s, background-color 0.25s;
98
- transition: border-color 0.25s, background-color 0.25s;
99
- }
100
-
101
- .\------packages-cli-doc-core-src-theme-default-components-Switch-index-module__switch--DdK0_:hover {
102
- border-color: var(--modern-c-gray);
103
- }
104
-
105
- .\------packages-cli-doc-core-src-theme-default-components-Switch-index-module__check--WLpap {
106
- position: absolute;
107
- top: 1px;
108
- left: 1px;
109
- width: 18px;
110
- height: 18px;
111
- border-radius: 50%;
112
- background-color: var(--modern-c-white);
113
- box-shadow: var(--modern-shadow-1);
114
- -webkit-transition: background-color 0.25s, -webkit-transform 0.25s;
115
- transition: background-color 0.25s, -webkit-transform 0.25s;
116
- -o-transition: background-color 0.25s, -o-transform 0.25s;
117
- -moz-transition: background-color 0.25s, transform 0.25s, -moz-transform 0.25s;
118
- transition: background-color 0.25s, transform 0.25s;
119
- transition: background-color 0.25s, transform 0.25s, -webkit-transform 0.25s, -moz-transform 0.25s, -o-transform 0.25s;
120
- }
121
-
122
- .dark .\------packages-cli-doc-core-src-theme-default-components-Switch-index-module__check--WLpap {
123
- background-color: var(--modern-c-black);
124
- -webkit-transform: translateX(18px);
125
- -moz-transform: translateX(18px);
126
- -o-transform: translateX(18px);
127
- transform: translateX(18px);
128
- }
129
-
130
- .\------packages-cli-doc-core-src-theme-default-components-Switch-index-module__icon--Q_Ula {
131
- position: relative;
132
- display: block;
133
- width: 18px;
134
- height: 18px;
135
- border-radius: 50%;
136
- overflow: hidden;
137
- }
138
-
139
- .\------packages-cli-doc-core-src-theme-default-components-Switch-index-module__icon--Q_Ula svg {
140
- position: absolute;
141
- top: 3px;
142
- left: 3px;
143
- width: 12px;
144
- height: 12px;
145
- fill: var(--modern-c-text-2);
146
- }
147
-
148
- .\------packages-cli-doc-core-src-theme-default-components-Switch-index-module__dark--O_IZ5 .\------packages-cli-doc-core-src-theme-default-components-Switch-index-module__icon--Q_Ula svg {
149
- fill: var(--modern-c-text-1);
150
- -webkit-transition: opacity 0.25s;
151
- -o-transition: opacity 0.25s;
152
- -moz-transition: opacity 0.25s;
153
- transition: opacity 0.25s;
154
- }
155
- .\------packages-cli-doc-core-src-theme-default-components-SocialLinks-index-module__social-links-icon--_8YjQ {
156
- width: 20px;
157
- height: 100%;
158
- display: -webkit-flex;
159
- display: -moz-box;
160
- display: flex;
161
- fill: currentColor;
162
- color: var(--modern-c-text-2);
163
- }
164
- .\------packages-cli-doc-core-src-theme-default-components-SocialLinks-index-module__social-links-icon--_8YjQ:hover {
165
- color: var(--modern-c-text-1);
166
- }
167
-
168
- .\------packages-cli-doc-core-src-theme-default-components-SocialLinks-index-module__menu-item--FU7nx:before {
169
- margin-right: 12px;
170
- margin-left: 12px;
171
- width: 1px;
172
- height: 24px;
173
- background-color: var(--modern-c-divider-light);
174
- content: " ";
175
- }
176
- .\------packages-cli-doc-core-src-theme-default-components-NavHambmger-index-module__navHamburger--wzxr1 {
177
- display: -webkit-flex;
178
- display: -moz-box;
179
- display: flex;
180
- -webkit-justify-content: center;
181
- -moz-box-pack: center;
182
- justify-content: center;
183
- -webkit-align-items: center;
184
- -moz-box-align: center;
185
- align-items: center;
186
- width: 48px;
187
- height: 56px;
188
- }
189
-
190
- @media (min-width: 768px) {
191
- .\------packages-cli-doc-core-src-theme-default-components-NavHambmger-index-module__navHamburger--wzxr1 {
192
- display: none;
193
- }
194
- }
195
- .\------packages-cli-doc-core-src-theme-default-components-NavHambmger-index-module__container--kECx4 {
196
- position: relative;
197
- width: 16px;
198
- height: 14px;
199
- overflow: hidden;
200
- }
201
-
202
- .\------packages-cli-doc-core-src-theme-default-components-NavHambmger-index-module__navHamburger--wzxr1:hover .\------packages-cli-doc-core-src-theme-default-components-NavHambmger-index-module__top--wzOB6 {
203
- top: 0;
204
- left: 0;
205
- -webkit-transform: translateX(4px);
206
- -moz-transform: translateX(4px);
207
- -o-transform: translateX(4px);
208
- transform: translateX(4px);
209
- }
210
-
211
- .\------packages-cli-doc-core-src-theme-default-components-NavHambmger-index-module__navHamburger--wzxr1:hover .\------packages-cli-doc-core-src-theme-default-components-NavHambmger-index-module__middle--coO8e {
212
- top: 6px;
213
- left: 0;
214
- -webkit-transform: translateX(0);
215
- -moz-transform: translateX(0);
216
- -o-transform: translateX(0);
217
- transform: translateX(0);
218
- }
219
-
220
- .\------packages-cli-doc-core-src-theme-default-components-NavHambmger-index-module__navHamburger--wzxr1:hover .\------packages-cli-doc-core-src-theme-default-components-NavHambmger-index-module__bottom--RrwJk {
221
- top: 12px;
222
- left: 0;
223
- -webkit-transform: translateX(8px);
224
- -moz-transform: translateX(8px);
225
- -o-transform: translateX(8px);
226
- transform: translateX(8px);
227
- }
228
-
229
- .\------packages-cli-doc-core-src-theme-default-components-NavHambmger-index-module__navHamburger--wzxr1.\------packages-cli-doc-core-src-theme-default-components-NavHambmger-index-module__active--hb8AN .\------packages-cli-doc-core-src-theme-default-components-NavHambmger-index-module__top--wzOB6 {
230
- top: 6px;
231
- -webkit-transform: translateX(0) rotate(225deg);
232
- -moz-transform: translateX(0) rotate(225deg);
233
- -o-transform: translateX(0) rotate(225deg);
234
- transform: translateX(0) rotate(225deg);
235
- }
236
-
237
- .\------packages-cli-doc-core-src-theme-default-components-NavHambmger-index-module__navHamburger--wzxr1.\------packages-cli-doc-core-src-theme-default-components-NavHambmger-index-module__active--hb8AN .\------packages-cli-doc-core-src-theme-default-components-NavHambmger-index-module__middle--coO8e {
238
- top: 6px;
239
- -webkit-transform: translateX(16px);
240
- -moz-transform: translateX(16px);
241
- -o-transform: translateX(16px);
242
- transform: translateX(16px);
243
- }
244
-
245
- .\------packages-cli-doc-core-src-theme-default-components-NavHambmger-index-module__navHamburger--wzxr1.\------packages-cli-doc-core-src-theme-default-components-NavHambmger-index-module__active--hb8AN .\------packages-cli-doc-core-src-theme-default-components-NavHambmger-index-module__bottom--RrwJk {
246
- top: 6px;
247
- -webkit-transform: translateX(0) rotate(135deg);
248
- -moz-transform: translateX(0) rotate(135deg);
249
- -o-transform: translateX(0) rotate(135deg);
250
- transform: translateX(0) rotate(135deg);
251
- }
252
-
253
- .\------packages-cli-doc-core-src-theme-default-components-NavHambmger-index-module__navHamburger--wzxr1.\------packages-cli-doc-core-src-theme-default-components-NavHambmger-index-module__active--hb8AN:hover .\------packages-cli-doc-core-src-theme-default-components-NavHambmger-index-module__top--wzOB6,
254
- .\------packages-cli-doc-core-src-theme-default-components-NavHambmger-index-module__navHamburger--wzxr1.\------packages-cli-doc-core-src-theme-default-components-NavHambmger-index-module__active--hb8AN:hover .\------packages-cli-doc-core-src-theme-default-components-NavHambmger-index-module__middle--coO8e,
255
- .\------packages-cli-doc-core-src-theme-default-components-NavHambmger-index-module__navHamburger--wzxr1.\------packages-cli-doc-core-src-theme-default-components-NavHambmger-index-module__active--hb8AN:hover .\------packages-cli-doc-core-src-theme-default-components-NavHambmger-index-module__bottom--RrwJk {
256
- -webkit-transition: top 0.25s, background-color 0.25s, -webkit-transform 0.25s;
257
- transition: top 0.25s, background-color 0.25s, -webkit-transform 0.25s;
258
- -o-transition: top 0.25s, background-color 0.25s, -o-transform 0.25s;
259
- -moz-transition: top 0.25s, background-color 0.25s, transform 0.25s, -moz-transform 0.25s;
260
- transition: top 0.25s, background-color 0.25s, transform 0.25s;
261
- transition: top 0.25s, background-color 0.25s, transform 0.25s, -webkit-transform 0.25s, -moz-transform 0.25s, -o-transform 0.25s;
262
- }
263
-
264
- .\------packages-cli-doc-core-src-theme-default-components-NavHambmger-index-module__top--wzOB6,
265
- .\------packages-cli-doc-core-src-theme-default-components-NavHambmger-index-module__middle--coO8e,
266
- .\------packages-cli-doc-core-src-theme-default-components-NavHambmger-index-module__bottom--RrwJk {
267
- position: absolute;
268
- width: 16px;
269
- height: 2px;
270
- background-color: var(--modern-c-text-2);
271
- -webkit-transition: top 0.25s, background-color 0.5s, -webkit-transform 0.25s;
272
- transition: top 0.25s, background-color 0.5s, -webkit-transform 0.25s;
273
- -o-transition: top 0.25s, background-color 0.5s, -o-transform 0.25s;
274
- -moz-transition: top 0.25s, background-color 0.5s, transform 0.25s, -moz-transform 0.25s;
275
- transition: top 0.25s, background-color 0.5s, transform 0.25s;
276
- transition: top 0.25s, background-color 0.5s, transform 0.25s, -webkit-transform 0.25s, -moz-transform 0.25s, -o-transform 0.25s;
277
- }
278
-
279
- .\------packages-cli-doc-core-src-theme-default-components-NavHambmger-index-module__top--wzOB6 {
280
- top: 0;
281
- left: 0;
282
- -webkit-transform: translateX(0);
283
- -moz-transform: translateX(0);
284
- -o-transform: translateX(0);
285
- transform: translateX(0);
286
- }
287
-
288
- .\------packages-cli-doc-core-src-theme-default-components-NavHambmger-index-module__middle--coO8e {
289
- top: 6px;
290
- left: 0;
291
- -webkit-transform: translateX(8px);
292
- -moz-transform: translateX(8px);
293
- -o-transform: translateX(8px);
294
- transform: translateX(8px);
295
- }
296
-
297
- .\------packages-cli-doc-core-src-theme-default-components-NavHambmger-index-module__bottom--RrwJk {
298
- top: 12px;
299
- left: 0;
300
- -webkit-transform: translateX(4px);
301
- -moz-transform: translateX(4px);
302
- -o-transform: translateX(4px);
303
- transform: translateX(4px);
304
- }
305
- .\------packages-cli-doc-core-src-theme-default-components-NavScreen-index-module__navScreen--NeczB {
306
- display: none;
307
- position: fixed;
308
- top: var(--modern-nav-height);
309
- right: 0;
310
- bottom: 0;
311
- left: 0;
312
- padding: 0 32px;
313
- width: 100%;
314
- background-color: var(--modern-c-bg);
315
- overflow-y: auto;
316
- -webkit-transition: background-color 0.5s;
317
- -o-transition: background-color 0.5s;
318
- -moz-transition: background-color 0.5s;
319
- transition: background-color 0.5s;
320
- pointer-events: auto;
321
- z-index: 20;
322
- }
323
-
324
- .\------packages-cli-doc-core-src-theme-default-components-NavScreen-index-module__active--qQFFd {
325
- display: block;
326
- }
327
-
328
- .\------packages-cli-doc-core-src-theme-default-components-NavScreen-index-module__container--WLObZ {
329
- margin: 0 auto;
330
- padding: 24px 0 96px;
331
- max-width: 248px;
332
- }
333
-
334
- .\------packages-cli-doc-core-src-theme-default-components-NavScreen-index-module__navMenu--3YuLy {
335
- display: -webkit-flex;
336
- display: -moz-box;
337
- display: flex;
338
- -webkit-justify-content: center;
339
- -moz-box-pack: center;
340
- justify-content: center;
341
- -webkit-align-items: center;
342
- -moz-box-align: center;
343
- align-items: center;
344
- -webkit-flex-direction: column;
345
- -moz-box-orient: vertical;
346
- -moz-box-direction: normal;
347
- flex-direction: column;
348
- }
349
-
350
- .\------packages-cli-doc-core-src-theme-default-components-NavScreen-index-module__navMenuItem--osgV9 {
351
- display: -webkit-flex;
352
- display: -moz-box;
353
- display: flex;
354
- -webkit-justify-content: center;
355
- -moz-box-pack: center;
356
- justify-content: center;
357
- padding: 12px 0 11px;
358
- line-height: 24px;
359
- font-size: 14px;
360
- font-weight: 500;
361
- color: var(--modern-c-text-1);
362
- border-bottom: 1px solid var(--modern-c-divider-light);
363
- -webkit-transition: border-color 0.5s, color 0.25s;
364
- -o-transition: border-color 0.5s, color 0.25s;
365
- -moz-transition: border-color 0.5s, color 0.25s;
366
- transition: border-color 0.5s, color 0.25s;
367
- }
368
-
369
- .\------packages-cli-doc-core-src-theme-default-components-NavScreen-index-module__navAppearance--ctzdQ {
370
- padding-right: 0;
371
- }
372
-
373
- .\------packages-cli-doc-core-src-theme-default-components-NavScreen-index-module__socialAndAppearance--rp9pY {
374
- border-bottom: 1px solid var(--modern-c-divider-light);
375
- padding: 8px 0 7px;
376
- }
377
- .\------packages-cli-doc-core-src-theme-default-components-NavScreenMenuGroup-index-module__navScreenMenuGroup--Tk5bz {
378
- height: 39px;
379
- overflow: hidden;
380
- -webkit-transition: border-color 0.5s;
381
- -o-transition: border-color 0.5s;
382
- -moz-transition: border-color 0.5s;
383
- transition: border-color 0.5s;
384
- }
385
-
386
- .\------packages-cli-doc-core-src-theme-default-components-NavScreenMenuGroup-index-module__navScreenMenuGroup--Tk5bz.\------packages-cli-doc-core-src-theme-default-components-NavScreenMenuGroup-index-module__open--SenqS {
387
- padding-bottom: 10px;
388
- height: auto;
389
- }
390
-
391
- .\------packages-cli-doc-core-src-theme-default-components-NavScreenMenuGroup-index-module__button--X7ejb {
392
- display: -webkit-flex;
393
- display: -moz-box;
394
- display: flex;
395
- -webkit-justify-content: center;
396
- -moz-box-pack: center;
397
- justify-content: center;
398
- -webkit-align-items: center;
399
- -moz-box-align: center;
400
- align-items: center;
401
- padding: 8px 4px 7px 0;
402
- width: 100%;
403
- line-height: 24px;
404
- font-size: 14px;
405
- font-weight: 500;
406
- color: var(--vp-c-text-1);
407
- -webkit-transition: color 0.25s;
408
- -o-transition: color 0.25s;
409
- -moz-transition: color 0.25s;
410
- transition: color 0.25s;
411
- }
412
-
413
- .\------packages-cli-doc-core-src-theme-default-components-NavScreenMenuGroup-index-module__buttonSpan--IOfpr {
414
- display: -webkit-flex;
415
- display: -moz-box;
416
- display: flex;
417
- -webkit-align-items: center;
418
- -moz-box-align: center;
419
- align-items: center;
420
- height: 24px;
421
- padding-right: 4px;
422
- }
423
-
424
- .\------packages-cli-doc-core-src-theme-default-components-NavScreenMenuGroup-index-module__navScreenMenuGroup--Tk5bz .\------packages-cli-doc-core-src-theme-default-components-NavScreenMenuGroup-index-module__items--ciUdc {
425
- visibility: hidden;
426
- }
427
-
428
- .\------packages-cli-doc-core-src-theme-default-components-NavScreenMenuGroup-index-module__navScreenMenuGroup--Tk5bz.\------packages-cli-doc-core-src-theme-default-components-NavScreenMenuGroup-index-module__open--SenqS .\------packages-cli-doc-core-src-theme-default-components-NavScreenMenuGroup-index-module__items--ciUdc {
429
- visibility: visible;
430
- }
431
-
432
- .\------packages-cli-doc-core-src-theme-default-components-NavScreenMenuGroup-index-module__down--uavm2 {
433
- -webkit-transition: all 0.5s;
434
- -o-transition: all 0.5s;
435
- -moz-transition: all 0.5s;
436
- transition: all 0.5s;
437
- }
438
-
439
- .\------packages-cli-doc-core-src-theme-default-components-NavScreenMenuGroup-index-module__open--SenqS.\------packages-cli-doc-core-src-theme-default-components-NavScreenMenuGroup-index-module__down--uavm2 {
440
- -webkit-transform: rotate(180deg);
441
- -moz-transform: rotate(180deg);
442
- -o-transform: rotate(180deg);
443
- transform: rotate(180deg);
444
- }
445
- .\------packages-cli-doc-core-src-theme-default-components-Search-index-module__searchInput--SjSZ2 {
446
- width: 8.6rem;
447
- -webkit-transition: width 0.3s;
448
- -o-transition: width 0.3s;
449
- -moz-transition: width 0.3s;
450
- transition: width 0.3s;
451
- }
452
-
453
- .\------packages-cli-doc-core-src-theme-default-components-Search-index-module__suggestionItem--ahvvD {
454
- border: 1px solid var(--modern-c-divider-light);
455
- border-top: 0;
456
- }
457
-
458
- .\------packages-cli-doc-core-src-theme-default-components-Search-index-module__suggestionItemFirst--Xu405 {
459
- border-top: 1px solid var(--modern-c-divider-light);
460
- }
461
-
462
- @media (max-width: 768px) {
463
- .\------packages-cli-doc-core-src-theme-default-components-Search-index-module__searchCommand--iUJv9 {
464
- display: none;
465
- }
466
- .\------packages-cli-doc-core-src-theme-default-components-Search-index-module__searchInput--SjSZ2 {
467
- width: 0;
468
- padding: 0;
469
- }
470
- .\------packages-cli-doc-core-src-theme-default-components-Search-index-module__searchInput--SjSZ2.\------packages-cli-doc-core-src-theme-default-components-Search-index-module__focus--HZkzZ {
471
- width: 8.6rem;
472
- padding: 0 0.5rem;
473
- }
474
- }
475
- .\------packages-cli-doc-core-src-theme-default-components-Tabs-index-module__tab--lUaxE {
476
- color: var(--modern-c-text-2);
477
- border-bottom: 2px solid transparent;
478
- -moz-box-sizing: border-box;
479
- box-sizing: border-box;
480
- margin-right: 10px;
481
- padding: 4px;
482
- -webkit-transition: colors 0.2s;
483
- -o-transition: colors 0.2s;
484
- -moz-transition: colors 0.2s;
485
- transition: colors 0.2s;
486
- margin-bottom: -1px;
487
- -webkit-user-select: none;
488
- -moz-user-select: none;
489
- -ms-user-select: none;
490
- user-select: none;
491
- -webkit-transition: all 0.25s ease-in-out;
492
- -o-transition: all 0.25s ease-in-out;
493
- -moz-transition: all 0.25s ease-in-out;
494
- transition: all 0.25s ease-in-out;
495
- }
496
-
497
- .\------packages-cli-doc-core-src-theme-default-components-Tabs-index-module__not-selected--O8LId:hover {
498
- color: var(--modern-c-text-1);
499
- border-color: var(--modern-c-gray-light-2);
500
- border-radius: 2px;
501
- }
502
-
503
- .\------packages-cli-doc-core-src-theme-default-components-Tabs-index-module__selected--PfRUQ {
504
- color: var(--modern-c-brand);
505
- border-color: var(--modern-c-brand);
506
- }
507
- .\------packages-cli-doc-core-src-theme-default-components-Button-index-module__button--B0JQV {
508
- display: inline-block;
509
- border: 1px solid transparent;
510
- text-align: center;
511
- font-weight: 500;
512
- white-space: nowrap;
513
- -webkit-transition: color 0.25s, border-color 0.25s, background-color 0.25s;
514
- -o-transition: color 0.25s, border-color 0.25s, background-color 0.25s;
515
- -moz-transition: color 0.25s, border-color 0.25s, background-color 0.25s;
516
- transition: color 0.25s, border-color 0.25s, background-color 0.25s;
517
- }
518
-
519
- .\------packages-cli-doc-core-src-theme-default-components-Button-index-module__button--B0JQV:active {
520
- -webkit-transition: color 0.1s, border-color 0.1s, background-color 0.1s;
521
- -o-transition: color 0.1s, border-color 0.1s, background-color 0.1s;
522
- -moz-transition: color 0.1s, border-color 0.1s, background-color 0.1s;
523
- transition: color 0.1s, border-color 0.1s, background-color 0.1s;
524
- }
525
-
526
- .\------packages-cli-doc-core-src-theme-default-components-Button-index-module__button--B0JQV.\------packages-cli-doc-core-src-theme-default-components-Button-index-module__medium--WNEsY {
527
- border-radius: 20px;
528
- padding: 0 20px;
529
- line-height: 38px;
530
- font-size: 14px;
531
- }
532
-
533
- .\------packages-cli-doc-core-src-theme-default-components-Button-index-module__button--B0JQV.\------packages-cli-doc-core-src-theme-default-components-Button-index-module__big--U1msm {
534
- border-radius: 24px;
535
- padding: 0 24px;
536
- line-height: 46px;
537
- font-size: 16px;
538
- }
539
-
540
- .\------packages-cli-doc-core-src-theme-default-components-Button-index-module__button--B0JQV.\------packages-cli-doc-core-src-theme-default-components-Button-index-module__brand--zXehA {
541
- border-color: var(--modern-button-brand-border);
542
- color: var(--modern-button-brand-text);
543
- background-color: var(--modern-button-brand-bg);
544
- }
545
-
546
- .\------packages-cli-doc-core-src-theme-default-components-Button-index-module__button--B0JQV.\------packages-cli-doc-core-src-theme-default-components-Button-index-module__brand--zXehA:hover {
547
- opacity: 1;
548
- border-color: var(--modern-button-brand-hover-border);
549
- color: var(--modern-button-brand-hover-text);
550
- background-color: var(--modern-button-brand-hover-bg);
551
- }
552
-
553
- .\------packages-cli-doc-core-src-theme-default-components-Button-index-module__button--B0JQV.\------packages-cli-doc-core-src-theme-default-components-Button-index-module__brand--zXehA:active {
554
- border-color: var(--modern-button-brand-active-border);
555
- color: var(--modern-button-brand-active-text);
556
- background-color: var(--modern-button-brand-active-bg);
557
- }
558
-
559
- .\------packages-cli-doc-core-src-theme-default-components-Button-index-module__button--B0JQV.\------packages-cli-doc-core-src-theme-default-components-Button-index-module__alt--ZSwJp {
560
- border-color: var(--modern-button-alt-border);
561
- color: var(--modern-button-alt-text);
562
- background-color: var(--modern-button-alt-bg);
563
- }
564
-
565
- .\------packages-cli-doc-core-src-theme-default-components-Button-index-module__button--B0JQV.\------packages-cli-doc-core-src-theme-default-components-Button-index-module__alt--ZSwJp:hover {
566
- border-color: var(--modern-button-alt-hover-border);
567
- color: var(--modern-button-alt-hover-text);
568
- background-color: var(--modern-button-alt-hover-bg);
569
- }
570
-
571
- .\------packages-cli-doc-core-src-theme-default-components-Button-index-module__button--B0JQV.\------packages-cli-doc-core-src-theme-default-components-Button-index-module__alt--ZSwJp:active {
572
- border-color: var(--modern-button-alt-active-border);
573
- color: var(--modern-button-alt-active-text);
574
- background-color: var(--modern-button-alt-active-bg);
575
- }
576
- /* windicss layer base */
577
- *, ::before, ::after {
578
- -moz-box-sizing: border-box;
579
- box-sizing: border-box;
580
- border-width: 0;
581
- border-style: solid;
582
- border-color: #e5e7eb;
583
- }
584
- * {
585
- --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
586
- --tw-ring-offset-width: 0px;
587
- --tw-ring-offset-color: #fff;
588
- --tw-ring-color: rgba(59, 130, 246, 0.5);
589
- --tw-ring-offset-shadow: 0 0 #0000;
590
- --tw-ring-shadow: 0 0 #0000;
591
- --tw-shadow: 0 0 #0000;
592
- }
593
- :root {
594
- -moz-tab-size: 4;
595
- -o-tab-size: 4;
596
- tab-size: 4;
597
- }
598
- :-moz-focusring {
599
- outline: 1px dotted ButtonText;
600
- }
601
- :-moz-ui-invalid {
602
- box-shadow: none;
603
- }
604
- ::moz-focus-inner {
605
- border-style: none;
606
- padding: 0;
607
- }
608
- ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
609
- height: auto;
610
- }
611
- ::-webkit-search-decoration {
612
- -webkit-appearance: none;
613
- }
614
- ::-webkit-file-upload-button {
615
- -webkit-appearance: button;
616
- font: inherit;
617
- }
618
- [type='search'] {
619
- -webkit-appearance: textfield;
620
- outline-offset: -2px;
621
- }
622
- abbr[title] {
623
- -webkit-text-decoration: underline dotted;
624
- -moz-text-decoration: underline dotted;
625
- text-decoration: underline dotted;
626
- }
627
- a {
628
- color: inherit;
629
- text-decoration: inherit;
630
- }
631
- body {
632
- margin: 0;
633
- font-family: inherit;
634
- line-height: inherit;
635
- }
636
- button, input {
637
- font-family: inherit;
638
- font-size: 100%;
639
- line-height: 1.15;
640
- margin: 0;
641
- padding: 0;
642
- line-height: inherit;
643
- color: inherit;
644
- }
645
- button {
646
- text-transform: none;
647
- background-color: transparent;
648
- background-image: none;
649
- }
650
- button, [type='button'], [type='reset'], [type='submit'] {
651
- -webkit-appearance: button;
652
- }
653
- button, [role="button"] {
654
- cursor: pointer;
655
- }
656
- html {
657
- -webkit-text-size-adjust: 100%;
658
- font-family: ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
659
- line-height: 1.5;
660
- }
661
- h2, p, h1, h3 {
662
- margin: 0;
663
- }
664
- h2, h1, h3 {
665
- font-size: inherit;
666
- font-weight: inherit;
667
- }
668
- img {
669
- border-style: solid;
670
- max-width: 100%;
671
- height: auto;
672
- }
673
- input::-webkit-input-placeholder {
674
- opacity: 1;
675
- color: #9ca3af;
676
- }
677
- input::-moz-placeholder {
678
- opacity: 1;
679
- color: #9ca3af;
680
- }
681
- input:-ms-input-placeholder {
682
- opacity: 1;
683
- color: #9ca3af;
684
- }
685
- input::-ms-input-placeholder {
686
- opacity: 1;
687
- color: #9ca3af;
688
- }
689
- input::placeholder {
690
- opacity: 1;
691
- color: #9ca3af;
692
- }
693
- input::webkit-input-placeholder {
694
- opacity: 1;
695
- color: #9ca3af;
696
- }
697
- input::-moz-placeholder {
698
- opacity: 1;
699
- color: #9ca3af;
700
- }
701
- input:-ms-input-placeholder {
702
- opacity: 1;
703
- color: #9ca3af;
704
- }
705
- input::-ms-input-placeholder {
706
- opacity: 1;
707
- color: #9ca3af;
708
- }
709
- img, svg {
710
- display: block;
711
- vertical-align: middle;
712
- }
713
- ul {
714
- list-style: none;
715
- margin: 0;
716
- padding: 0;
717
- }
718
- /* windicss layer components */
719
- [flex~="center"] {
720
- display: -webkit-flex;
721
- display: -moz-box;
722
- display: flex;
723
- -webkit-align-items: center;
724
- -moz-box-align: center;
725
- align-items: center;
726
- -webkit-justify-content: center;
727
- -moz-box-pack: center;
728
- justify-content: center;
729
- }
730
- .menu {
731
- display: -webkit-flex;
732
- display: -moz-box;
733
- display: flex;
734
- -webkit-align-items: center;
735
- -moz-box-align: center;
736
- align-items: center;
737
- -webkit-justify-content: space-around;
738
- justify-content: space-around;
739
- font-weight: 700;
740
- font-size: 0.875rem;
741
- line-height: 1.25rem;
742
- }
743
- @media (min-width: 768px) {
744
- [flex~="md:center"] {
745
- display: -webkit-flex;
746
- display: -moz-box;
747
- display: flex;
748
- -webkit-align-items: center;
749
- -moz-box-align: center;
750
- align-items: center;
751
- -webkit-justify-content: center;
752
- -moz-box-pack: center;
753
- justify-content: center;
754
- }
755
- }
756
- /* windicss layer utilities */
757
- .container {
758
- width: 100%;
759
- }
760
- @media (min-width: 640px) {
761
- .container {
762
- max-width: 640px;
763
- }
764
- }
765
- @media (min-width: 768px) {
766
- .container {
767
- max-width: 768px;
768
- }
769
- }
770
- @media (min-width: 1024px) {
771
- .container {
772
- max-width: 1024px;
773
- }
774
- }
775
- @media (min-width: 1280px) {
776
- .container {
777
- max-width: 1280px;
778
- }
779
- }
780
- @media (min-width: 1536px) {
781
- .container {
782
- max-width: 1536px;
783
- }
784
- }
785
- .bg-soft {
786
- background-color: var(--modern-c-bg-soft);
787
- }
788
- .dark .dark\:bg-white {
789
- background-color: var(--modern-c-bg);
790
- }
791
- .bg-mute {
792
- background-color: var(--modern-c-bg-mute);
793
- }
794
- .bg-\[\#f3f4f5\] {
795
- --tw-bg-opacity: 1;
796
- background-color: rgba(243, 244, 245, var(--tw-bg-opacity));
797
- }
798
- .bg-white {
799
- background-color: var(--modern-c-bg);
800
- }
801
- .bg-\[\#f5f5f5\] {
802
- --tw-bg-opacity: 1;
803
- background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
804
- }
805
- [hover~="bg-mute"]:hover {
806
- background-color: var(--modern-c-bg-mute);
807
- }
808
- [hover~="bg-[#f3f4f5]"]:hover {
809
- --tw-bg-opacity: 1;
810
- background-color: rgba(243, 244, 245, var(--tw-bg-opacity));
811
- }
812
- [bg~="brand"] {
813
- background-color: var(--modern-c-brand);
814
- }
815
- [bg~="soft"] {
816
- background-color: var(--modern-c-bg-soft);
817
- }
818
- [bg~="gray-light-4"] {
819
- background-color: var(--modern-c-gray-light-4);
820
- }
821
- [bg~="white"] {
822
- background-color: var(--modern-c-bg);
823
- }
824
- [bg~="gray-light-1"] {
825
- background-color: var(--modern-c-gray-light-1);
826
- }
827
- .border-collapse {
828
- border-collapse: collapse;
829
- }
830
- .border-gray-200 {
831
- --tw-border-opacity: 1;
832
- border-color: rgba(229, 231, 235, var(--tw-border-opacity));
833
- }
834
- [border~="divider-light"] {
835
- border-color: var(--modern-c-divider-light);
836
- }
837
- [border~="gray-light-3"] {
838
- border-color: var(--modern-c-gray-light-3);
839
- }
840
- [border~="brand"] {
841
- border-color: var(--modern-c-brand);
842
- }
843
- .rounded-md {
844
- border-radius: 0.375rem;
845
- }
846
- .rounded-xl {
847
- border-radius: 0.75rem;
848
- }
849
- .rounded-sm {
850
- border-radius: 0.125rem;
851
- }
852
- .rounded {
853
- border-radius: 0.25rem;
854
- }
855
- .rounded-2xl {
856
- border-radius: 1rem;
857
- }
858
- [border~="rounded-md"] {
859
- border-radius: 0.375rem;
860
- }
861
- [border~="rounded-xl"] {
862
- border-radius: 0.75rem;
863
- }
864
- [border~="rounded-sm"] {
865
- border-radius: 0.125rem;
866
- }
867
- [border~="solid"] {
868
- border-style: solid;
869
- }
870
- [border~="none"] {
871
- border-style: none;
872
- }
873
- [border~="~"] {
874
- border-width: 1px;
875
- }
876
- [border~="1px"] {
877
- border-width: 1px;
878
- }
879
- .border-b {
880
- border-bottom-width: 1px;
881
- }
882
- [border~="t-1"] {
883
- border-top-width: 1px;
884
- }
885
- [border~="b-0"] {
886
- border-bottom-width: 0px;
887
- }
888
- [cursor~="pointer"] {
889
- cursor: pointer;
890
- }
891
- [cursor~="text"] {
892
- cursor: text;
893
- }
894
- [cursor~="focus:auto"]:focus {
895
- cursor: auto;
896
- }
897
- [block~="~"] {
898
- display: block;
899
- }
900
- .flex {
901
- display: -webkit-flex;
902
- display: -moz-box;
903
- display: flex;
904
- }
905
- [flex~="~"] {
906
- display: -webkit-flex;
907
- display: -moz-box;
908
- display: flex;
909
- }
910
- [display~="flex"] {
911
- display: -webkit-flex;
912
- display: -moz-box;
913
- display: flex;
914
- }
915
- [table~="~"] {
916
- display: table;
917
- }
918
- .table-cell {
919
- display: table-cell;
920
- }
921
- [display~="table-cell"] {
922
- display: table-cell;
923
- }
924
- .hidden {
925
- display: none;
926
- }
927
- [flex~="col"] {
928
- -webkit-flex-direction: column;
929
- -moz-box-orient: vertical;
930
- -moz-box-direction: normal;
931
- flex-direction: column;
932
- }
933
- [flex~="wrap"] {
934
- -webkit-flex-wrap: wrap;
935
- flex-wrap: wrap;
936
- }
937
- .items-center {
938
- -webkit-align-items: center;
939
- -moz-box-align: center;
940
- align-items: center;
941
- }
942
- [align~="items-center"] {
943
- -webkit-align-items: center;
944
- -moz-box-align: center;
945
- align-items: center;
946
- }
947
- [justify~="end"] {
948
- -webkit-justify-content: flex-end;
949
- -moz-box-pack: end;
950
- justify-content: flex-end;
951
- }
952
- [justify~="center"] {
953
- -webkit-justify-content: center;
954
- -moz-box-pack: center;
955
- justify-content: center;
956
- }
957
- [justify~="between"] {
958
- -webkit-justify-content: space-between;
959
- -moz-box-pack: justify;
960
- justify-content: space-between;
961
- }
962
- [justify~="around"] {
963
- -webkit-justify-content: space-around;
964
- justify-content: space-around;
965
- }
966
- [flex~="1"] {
967
- -webkit-flex: 1 1 0%;
968
- -moz-box-flex: 1;
969
- flex: 1 1;
970
- }
971
- [flex~="shrink-0"] {
972
- -webkit-flex-shrink: 0;
973
- flex-shrink: 0;
974
- }
975
- [order~="2"] {
976
- -webkit-order: 2;
977
- -moz-box-ordinal-group: 3;
978
- order: 2;
979
- }
980
- [order~="1"] {
981
- -webkit-order: 1;
982
- -moz-box-ordinal-group: 2;
983
- order: 1;
984
- }
985
- [font~="medium"] {
986
- font-weight: 500;
987
- }
988
- [font~="semibold"] {
989
- font-weight: 600;
990
- }
991
- [font~="bold"] {
992
- font-weight: 700;
993
- }
994
- [font~="normal"] {
995
- font-weight: 400;
996
- }
997
- [h~="full"] {
998
- height: 100%;
999
- }
1000
- [h~="12"] {
1001
- height: 3rem;
1002
- }
1003
- [h~="14"] {
1004
- height: 3.5rem;
1005
- }
1006
- [h~="5"] {
1007
- height: 1.25rem;
1008
- }
1009
- [h~="6"] {
1010
- height: 1.5rem;
1011
- }
1012
- [h~="18px"] {
1013
- height: 18px;
1014
- }
1015
- [h~="11px"] {
1016
- height: 11px;
1017
- }
1018
- [text~="sm"] {
1019
- font-size: 0.875rem;
1020
- line-height: 1.25rem;
1021
- }
1022
- [text~="3xl"] {
1023
- font-size: 1.875rem;
1024
- line-height: 2.25rem;
1025
- }
1026
- [text~="xs"] {
1027
- font-size: 0.75rem;
1028
- line-height: 1rem;
1029
- }
1030
- [text~="6xl"] {
1031
- font-size: 3.75rem;
1032
- line-height: 1;
1033
- }
1034
- [text~="xl"] {
1035
- font-size: 1.25rem;
1036
- line-height: 1.75rem;
1037
- }
1038
- [text~="1rem"] {
1039
- font-size: 1rem;
1040
- line-height: 1;
1041
- }
1042
- .leading-7 {
1043
- line-height: 1.75rem;
1044
- }
1045
- .leading-6 {
1046
- line-height: 1.5rem;
1047
- }
1048
- .leading-5 {
1049
- line-height: 1.25rem;
1050
- }
1051
- [list~="none"] {
1052
- list-style-type: none;
1053
- }
1054
- [m~="auto"] {
1055
- margin: auto;
1056
- }
1057
- [m~="-1.5"] {
1058
- margin: -0.375rem;
1059
- }
1060
- [m~="x-auto"] {
1061
- margin-left: auto;
1062
- margin-right: auto;
1063
- }
1064
- [m~="x-0.8"] {
1065
- margin-left: 0.2rem;
1066
- margin-right: 0.2rem;
1067
- }
1068
- [m~="x-3"] {
1069
- margin-left: 0.75rem;
1070
- margin-right: 0.75rem;
1071
- }
1072
- [m~="x-1.5"] {
1073
- margin-left: 0.375rem;
1074
- margin-right: 0.375rem;
1075
- }
1076
- .mr-0 {
1077
- margin-right: 0px;
1078
- }
1079
- .ml-1 {
1080
- margin-left: 0.25rem;
1081
- }
1082
- .mt-4 {
1083
- margin-top: 1rem;
1084
- }
1085
- .mt-14 {
1086
- margin-top: 3.5rem;
1087
- }
1088
- [m~="t-8"] {
1089
- margin-top: 2rem;
1090
- }
1091
- [m~="b-5"] {
1092
- margin-bottom: 1.25rem;
1093
- }
1094
- [m~="r-2"] {
1095
- margin-right: 0.5rem;
1096
- }
1097
- [m~="r-1"] {
1098
- margin-right: 0.25rem;
1099
- }
1100
- [m~="t-1"] {
1101
- margin-top: 0.25rem;
1102
- }
1103
- [m~="r-4"] {
1104
- margin-right: 1rem;
1105
- }
1106
- [m~="b-16"] {
1107
- margin-bottom: 4rem;
1108
- }
1109
- [m~="first:t-2"]:first-child {
1110
- margin-top: 0.5rem;
1111
- }
1112
- [m~="r-3"] {
1113
- margin-right: 0.75rem;
1114
- }
1115
- [m~="last:b-0.5"]:last-child {
1116
- margin-bottom: 0.125rem;
1117
- }
1118
- [m~="l-4"] {
1119
- margin-left: 1rem;
1120
- }
1121
- [m~="l-16"] {
1122
- margin-left: 4rem;
1123
- }
1124
- [m~="t-50"] {
1125
- margin-top: 12.5rem;
1126
- }
1127
- [m~="t-6"] {
1128
- margin-top: 1.5rem;
1129
- }
1130
- [m~="b-4.5"] {
1131
- margin-bottom: 1.125rem;
1132
- }
1133
- [last~="mr-0"]:last-child {
1134
- margin-right: 0px;
1135
- }
1136
- .max-h-100vh {
1137
- max-height: 100vh;
1138
- }
1139
- .max-w-full {
1140
- max-width: 100%;
1141
- }
1142
- .max-w-256px {
1143
- max-width: 256px;
1144
- }
1145
- .max-w-1152px {
1146
- max-width: 1152px;
1147
- }
1148
- .max-w-592px {
1149
- max-width: 592px;
1150
- }
1151
- .max-w-392px {
1152
- max-width: 392px;
1153
- }
1154
- .min-w-full {
1155
- min-width: 100%;
1156
- }
1157
- .min-w-128px {
1158
- min-width: 128px;
1159
- }
1160
- .opacity-60 {
1161
- opacity: 0.6;
1162
- }
1163
- [hover~="opacity-60"]:hover {
1164
- opacity: 0.6;
1165
- }
1166
- [opacity~="0"] {
1167
- opacity: 0;
1168
- }
1169
- .outline {
1170
- outline-style: solid;
1171
- }
1172
- [p~="6"] {
1173
- padding: 1.5rem;
1174
- }
1175
- [p~="1"] {
1176
- padding: 0.25rem;
1177
- }
1178
- [p~="3"] {
1179
- padding: 0.75rem;
1180
- }
1181
- [p~="2"] {
1182
- padding: 0.5rem;
1183
- }
1184
- [p~="1.2"] {
1185
- padding: 0.3rem;
1186
- }
1187
- [p~="y-8"] {
1188
- padding-top: 2rem;
1189
- padding-bottom: 2rem;
1190
- }
1191
- [p~="x-6"] {
1192
- padding-left: 1.5rem;
1193
- padding-right: 1.5rem;
1194
- }
1195
- [p~="y-1.6"] {
1196
- padding-top: 0.4rem;
1197
- padding-bottom: 0.4rem;
1198
- }
1199
- [p~="x-8"] {
1200
- padding-left: 2rem;
1201
- padding-right: 2rem;
1202
- }
1203
- [p~="x-3"] {
1204
- padding-left: 0.75rem;
1205
- padding-right: 0.75rem;
1206
- }
1207
- [p~="y-2"] {
1208
- padding-top: 0.5rem;
1209
- padding-bottom: 0.5rem;
1210
- }
1211
- [p~="x-1.5"] {
1212
- padding-left: 0.375rem;
1213
- padding-right: 0.375rem;
1214
- }
1215
- [p~="y-1"] {
1216
- padding-top: 0.25rem;
1217
- padding-bottom: 0.25rem;
1218
- }
1219
- [p~="x-2"] {
1220
- padding-left: 0.5rem;
1221
- padding-right: 0.5rem;
1222
- }
1223
- [p~="x-4"] {
1224
- padding-left: 1rem;
1225
- padding-right: 1rem;
1226
- }
1227
- .pt-4 {
1228
- padding-top: 1rem;
1229
- }
1230
- .pb-12 {
1231
- padding-bottom: 3rem;
1232
- }
1233
- [p~="l-4"] {
1234
- padding-left: 1rem;
1235
- }
1236
- [p~="t-6"] {
1237
- padding-top: 1.5rem;
1238
- }
1239
- [p~="r-0"] {
1240
- padding-right: 0px;
1241
- }
1242
- [p~="b-4"] {
1243
- padding-bottom: 1rem;
1244
- }
1245
- [p~="t-2"] {
1246
- padding-top: 0.5rem;
1247
- }
1248
- [p~="t-12"] {
1249
- padding-top: 3rem;
1250
- }
1251
- [p~="b-12"] {
1252
- padding-bottom: 3rem;
1253
- }
1254
- [p~="b-3"] {
1255
- padding-bottom: 0.75rem;
1256
- }
1257
- [p~="t-4"] {
1258
- padding-top: 1rem;
1259
- }
1260
- [p~="t-8"] {
1261
- padding-top: 2rem;
1262
- }
1263
- [p~="l-3"] {
1264
- padding-left: 0.75rem;
1265
- }
1266
- [p~="t-0"] {
1267
- padding-top: 0px;
1268
- }
1269
- [p~="r-2"] {
1270
- padding-right: 0.5rem;
1271
- }
1272
- [p~="b-0"] {
1273
- padding-bottom: 0px;
1274
- }
1275
- [p~="l-2"] {
1276
- padding-left: 0.5rem;
1277
- }
1278
- [p~="b-24"] {
1279
- padding-bottom: 6rem;
1280
- }
1281
- [p~="t-16"] {
1282
- padding-top: 4rem;
1283
- }
1284
- [p~="b-40"] {
1285
- padding-bottom: 10rem;
1286
- }
1287
- [p~="t-3"] {
1288
- padding-top: 0.75rem;
1289
- }
1290
- [p~="t-5"] {
1291
- padding-top: 1.25rem;
1292
- }
1293
- .fixed {
1294
- position: fixed;
1295
- }
1296
- [pos~="fixed"] {
1297
- position: fixed;
1298
- }
1299
- .absolute {
1300
- position: absolute;
1301
- }
1302
- [pos~="absolute"] {
1303
- position: absolute;
1304
- }
1305
- .relative {
1306
- position: relative;
1307
- }
1308
- [pos~="relative"] {
1309
- position: relative;
1310
- }
1311
- .top-13 {
1312
- top: 3.25rem;
1313
- }
1314
- .right-0 {
1315
- right: 0px;
1316
- }
1317
- .top-0 {
1318
- top: 0px;
1319
- }
1320
- .left-0 {
1321
- left: 0px;
1322
- }
1323
- .top-12 {
1324
- top: 3rem;
1325
- }
1326
- .right--10 {
1327
- right: 2.5rem;
1328
- }
1329
- [pos~="top-13"] {
1330
- top: 3.25rem;
1331
- }
1332
- [pos~="right-0"] {
1333
- right: 0px;
1334
- }
1335
- [pos~="top-12"] {
1336
- top: 3rem;
1337
- }
1338
- [pos~="right--10"] {
1339
- right: 2.5rem;
1340
- }
1341
- [text~="center"] {
1342
- text-align: center;
1343
- }
1344
- [text~="right"] {
1345
- text-align: right;
1346
- }
1347
- .text-text-1 {
1348
- color: var(--modern-c-text-1);
1349
- }
1350
- .text-brand {
1351
- color: var(--modern-c-brand);
1352
- }
1353
- [text~="text-2"] {
1354
- color: var(--modern-c-text-2);
1355
- }
1356
- [text~="brand"] {
1357
- color: var(--modern-c-brand);
1358
- }
1359
- [text~="text-3"] {
1360
- color: var(--modern-c-text-3);
1361
- }
1362
- [text~="gray-light-3"] {
1363
- color: var(--modern-c-gray-light-3);
1364
- }
1365
- [text~="[#2c3e50]"] {
1366
- --tw-text-opacity: 1;
1367
- color: rgba(44, 62, 80, var(--tw-text-opacity));
1368
- }
1369
- [hover~="text-text-1"]:hover {
1370
- color: var(--modern-c-text-1);
1371
- }
1372
- .align-middle {
1373
- vertical-align: middle;
1374
- }
1375
- .visible {
1376
- visibility: visible;
1377
- }
1378
- .whitespace-normal {
1379
- white-space: normal;
1380
- }
1381
- .whitespace-pre-wrap {
1382
- white-space: pre-wrap;
1383
- }
1384
- .break-all {
1385
- word-break: break-all;
1386
- }
1387
- .w-full {
1388
- width: 100%;
1389
- }
1390
- .w-24 {
1391
- width: 6rem;
1392
- }
1393
- [w~="12"] {
1394
- width: 3rem;
1395
- }
1396
- [w~="full"] {
1397
- width: 100%;
1398
- }
1399
- [w~="5"] {
1400
- width: 1.25rem;
1401
- }
1402
- [w~="10"] {
1403
- width: 2.5rem;
1404
- }
1405
- [w~="32"] {
1406
- width: 8rem;
1407
- }
1408
- [w~="16"] {
1409
- width: 4rem;
1410
- }
1411
- .w-max {
1412
- width: -webkit-max-content;
1413
- width: -moz-max-content;
1414
- width: max-content;
1415
- }
1416
- [w~="1px"] {
1417
- width: 1px;
1418
- }
1419
- [w~="18px"] {
1420
- width: 18px;
1421
- }
1422
- [w~="11px"] {
1423
- width: 11px;
1424
- }
1425
- [w~="50"] {
1426
- width: 12.5rem;
1427
- }
1428
- [z~="4"] {
1429
- z-index: 4;
1430
- }
1431
- [z~="60"] {
1432
- z-index: 60;
1433
- }
1434
- [z~="1"] {
1435
- z-index: 1;
1436
- }
1437
- [gap~="2"] {
1438
- grid-gap: 0.5rem;
1439
- gap: 0.5rem;
1440
- }
1441
- [gap~="4"] {
1442
- grid-gap: 1rem;
1443
- gap: 1rem;
1444
- }
1445
- [gap~="x-4"] {
1446
- -webkit-column-gap: 1rem;
1447
- -moz-column-gap: 1rem;
1448
- grid-column-gap: 1rem;
1449
- column-gap: 1rem;
1450
- }
1451
- .transform {
1452
- --tw-translate-x: 0;
1453
- --tw-translate-y: 0;
1454
- --tw-translate-z: 0;
1455
- --tw-rotate: 0;
1456
- --tw-rotate-x: 0;
1457
- --tw-rotate-y: 0;
1458
- --tw-rotate-z: 0;
1459
- --tw-skew-x: 0;
1460
- --tw-skew-y: 0;
1461
- --tw-scale-x: 1;
1462
- --tw-scale-y: 1;
1463
- --tw-scale-z: 1;
1464
- -webkit-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) translateZ(var(--tw-translate-z)) rotate(var(--tw-rotate)) rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) rotateZ(var(--tw-rotate-z)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) scaleZ(var(--tw-scale-z));
1465
- -moz-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) translateZ(var(--tw-translate-z)) rotate(var(--tw-rotate)) rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) rotateZ(var(--tw-rotate-z)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) scaleZ(var(--tw-scale-z));
1466
- transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) translateZ(var(--tw-translate-z)) rotate(var(--tw-rotate)) rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) rotateZ(var(--tw-rotate-z)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) scaleZ(var(--tw-scale-z));
1467
- }
1468
- [transition~="opacity"] {
1469
- -webkit-transition-property: opacity;
1470
- -o-transition-property: opacity;
1471
- -moz-transition-property: opacity;
1472
- transition-property: opacity;
1473
- -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1474
- -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1475
- -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1476
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1477
- -webkit-transition-duration: 150ms;
1478
- -o-transition-duration: 150ms;
1479
- -moz-transition-duration: 150ms;
1480
- transition-duration: 150ms;
1481
- }
1482
- [transition~="all"] {
1483
- -webkit-transition-property: all;
1484
- -o-transition-property: all;
1485
- -moz-transition-property: all;
1486
- transition-property: all;
1487
- -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1488
- -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1489
- -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1490
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1491
- -webkit-transition-duration: 150ms;
1492
- -o-transition-duration: 150ms;
1493
- -moz-transition-duration: 150ms;
1494
- transition-duration: 150ms;
1495
- }
1496
- .ease {
1497
- -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1498
- -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1499
- -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1500
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1501
- }
1502
- .ease-out {
1503
- -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
1504
- -o-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
1505
- -moz-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
1506
- transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
1507
- }
1508
- .ease-in-out {
1509
- -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1510
- -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1511
- -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1512
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1513
- }
1514
- .duration-300 {
1515
- -webkit-transition-duration: 300ms;
1516
- -o-transition-duration: 300ms;
1517
- -moz-transition-duration: 300ms;
1518
- transition-duration: 300ms;
1519
- }
1520
- .duration-200 {
1521
- -webkit-transition-duration: 200ms;
1522
- -o-transition-duration: 200ms;
1523
- -moz-transition-duration: 200ms;
1524
- transition-duration: 200ms;
1525
- }
1526
- .duration-500 {
1527
- -webkit-transition-duration: 500ms;
1528
- -o-transition-duration: 500ms;
1529
- -moz-transition-duration: 500ms;
1530
- transition-duration: 500ms;
1531
- }
1532
- [transition~="duration-300"] {
1533
- -webkit-transition-duration: 300ms;
1534
- -o-transition-duration: 300ms;
1535
- -moz-transition-duration: 300ms;
1536
- transition-duration: 300ms;
1537
- }
1538
- [transition~="duration-500"] {
1539
- -webkit-transition-duration: 500ms;
1540
- -o-transition-duration: 500ms;
1541
- -moz-transition-duration: 500ms;
1542
- transition-duration: 500ms;
1543
- }
1544
- [transition~="duration-200"] {
1545
- -webkit-transition-duration: 200ms;
1546
- -o-transition-duration: 200ms;
1547
- -moz-transition-duration: 200ms;
1548
- transition-duration: 200ms;
1549
- }
1550
- @media (min-width: 640px) {
1551
- .sm\:flex {
1552
- display: -webkit-flex;
1553
- display: -moz-box;
1554
- display: flex;
1555
- }
1556
- [display~="sm:flex"] {
1557
- display: -webkit-flex;
1558
- display: -moz-box;
1559
- display: flex;
1560
- }
1561
- [flex~="sm:row"] {
1562
- -webkit-flex-direction: row;
1563
- -moz-box-orient: horizontal;
1564
- -moz-box-direction: normal;
1565
- flex-direction: row;
1566
- }
1567
- [justify~="sm:around"] {
1568
- -webkit-justify-content: space-around;
1569
- justify-content: space-around;
1570
- }
1571
- [flex~="sm:1"] {
1572
- -webkit-flex: 1 1 0%;
1573
- -moz-box-flex: 1;
1574
- flex: 1 1;
1575
- }
1576
- [text~="sm:5xl"] {
1577
- font-size: 3rem;
1578
- line-height: 1;
1579
- }
1580
- [text~="sm:xl"] {
1581
- font-size: 1.25rem;
1582
- line-height: 1.75rem;
1583
- }
1584
- [h~="sm:max-80"] {
1585
- max-height: 20rem;
1586
- }
1587
- [w~="sm:max-80"] {
1588
- max-width: 20rem;
1589
- }
1590
- .sm\:max-w-576px {
1591
- max-width: 576px;
1592
- }
1593
- .sm\:max-w-800px {
1594
- max-width: 800px;
1595
- }
1596
- .sm\:min-w-600px {
1597
- min-width: 600px;
1598
- }
1599
- [p~="sm:8"] {
1600
- padding: 2rem;
1601
- }
1602
- [p~="sm:x-8"] {
1603
- padding-left: 2rem;
1604
- padding-right: 2rem;
1605
- }
1606
- [p~="sm:x-16"] {
1607
- padding-left: 4rem;
1608
- padding-right: 4rem;
1609
- }
1610
- [p~="sm:t-0"] {
1611
- padding-top: 0px;
1612
- }
1613
- [p~="sm:l-8"] {
1614
- padding-left: 2rem;
1615
- }
1616
- [p~="sm:t-24"] {
1617
- padding-top: 6rem;
1618
- }
1619
- .sm\:absolute {
1620
- position: absolute;
1621
- }
1622
- [pos~="sm:absolute"] {
1623
- position: absolute;
1624
- }
1625
- .sm\:top-8 {
1626
- top: 2rem;
1627
- }
1628
- [pos~="sm:top-8"] {
1629
- top: 2rem;
1630
- }
1631
- }
1632
- @media (min-width: 768px) {
1633
- .md\:border-b {
1634
- border-bottom-width: 1px;
1635
- }
1636
- [flex~="md:row"] {
1637
- -webkit-flex-direction: row;
1638
- -moz-box-orient: horizontal;
1639
- -moz-box-direction: normal;
1640
- flex-direction: row;
1641
- }
1642
- [justify~="md:start"] {
1643
- -webkit-justify-content: flex-start;
1644
- -moz-box-pack: start;
1645
- justify-content: flex-start;
1646
- }
1647
- [order~="md:1"] {
1648
- -webkit-order: 1;
1649
- -moz-box-ordinal-group: 2;
1650
- order: 1;
1651
- }
1652
- [order~="md:2"] {
1653
- -webkit-order: 2;
1654
- -moz-box-ordinal-group: 3;
1655
- order: 2;
1656
- }
1657
- [text~="md:6xl"] {
1658
- font-size: 3.75rem;
1659
- line-height: 1;
1660
- }
1661
- [text~="md:2xl"] {
1662
- font-size: 1.5rem;
1663
- line-height: 2rem;
1664
- }
1665
- [m~="md:0"] {
1666
- margin: 0px;
1667
- }
1668
- [m~="md:t-14"] {
1669
- margin-top: 3.5rem;
1670
- }
1671
- .md\:max-w-3\/4 {
1672
- max-width: 75%;
1673
- }
1674
- [p~="md:6"] {
1675
- padding: 1.5rem;
1676
- }
1677
- [p~="md:x-16"] {
1678
- padding-left: 4rem;
1679
- padding-right: 4rem;
1680
- }
1681
- [p~="md:r-4"] {
1682
- padding-right: 1rem;
1683
- }
1684
- [p~="md:t-20"] {
1685
- padding-top: 5rem;
1686
- }
1687
- [p~="md:b-16"] {
1688
- padding-bottom: 4rem;
1689
- }
1690
- .md\:fixed {
1691
- position: fixed;
1692
- }
1693
- [text~="md:left"] {
1694
- text-align: left;
1695
- }
1696
- }
1697
- @media (min-width: 1024px) {
1698
- .lg\:border-b {
1699
- border-bottom-width: 1px;
1700
- }
1701
- .lg\:block {
1702
- display: block;
1703
- }
1704
- [display~="lg:block"] {
1705
- display: block;
1706
- }
1707
- .lg\:flex {
1708
- display: -webkit-flex;
1709
- display: -moz-box;
1710
- display: flex;
1711
- }
1712
- [display~="lg:flex"] {
1713
- display: -webkit-flex;
1714
- display: -moz-box;
1715
- display: flex;
1716
- }
1717
- .lg\:min-w-640px {
1718
- min-width: 640px;
1719
- }
1720
- }
1721
- @media (max-width: 1023.9px) {
1722
- .\<lg\:hidden {
1723
- display: none;
1724
- }
1725
- }
1726
- /**
1727
- * Colors Base
1728
- *
1729
- * These are the pure base color presets. Most of the time, you should not be
1730
- * using these colors directly in the theme but rather use "Colors Theme"
1731
- * instead because those are "Theme (light or dark)" dependant.
1732
- * -------------------------------------------------------------------------- */
1733
-
1734
- :root {
1735
- --modern-c-white: #ffffff;
1736
- --modern-c-white-soft: #f9f9f9;
1737
- --modern-c-white-mute: #f1f1f1;
1738
-
1739
- --modern-c-black: #1a1a1a;
1740
- --modern-c-black-pure: #000000;
1741
- --modern-c-black-soft: #242424;
1742
- --modern-c-black-mute: #2f2f2f;
1743
-
1744
- --modern-c-gray: #8e8e8e;
1745
- --modern-c-gray-light-1: #aeaeae;
1746
- --modern-c-gray-light-2: #c7c7c7;
1747
- --modern-c-gray-light-3: #d1d1d1;
1748
- --modern-c-gray-light-4: #e5e5e5;
1749
- --modern-c-gray-light-5: #f2f2f2;
1750
- --modern-c-gray-dark-1: #636363;
1751
- --modern-c-gray-dark-2: #484848;
1752
- --modern-c-gray-dark-3: #3a3a3a;
1753
- --modern-c-gray-dark-4: #282828;
1754
- --modern-c-gray-dark-5: #202020;
1755
-
1756
- --modern-c-divider-light-1: rgba(60, 60, 60, 0.29);
1757
- --modern-c-divider-light-2: rgba(60, 60, 60, 0.12);
1758
- --modern-c-divider-dark-1: rgba(84, 84, 84, 0.65);
1759
- --modern-c-divider-dark-2: rgba(84, 84, 84, 0.48);
1760
-
1761
- --modern-c-indigo: #213547;
1762
- --modern-c-indigo-soft: #476582;
1763
- --modern-c-indigo-light: #aac8e4;
1764
- --modern-c-indigo-lighter: #c9def1;
1765
- --modern-c-indigo-dark: #1d2f3f;
1766
- --modern-c-indigo-darker: #14212e;
1767
-
1768
- --modern-c-text-light-1: var(--modern-c-indigo);
1769
- --modern-c-text-light-2: rgba(60, 60, 60, 0.7);
1770
- --modern-c-text-light-3: rgba(60, 60, 60, 0.33);
1771
- --modern-c-text-light-4: rgba(60, 60, 60, 0.18);
1772
-
1773
- --modern-c-text-dark-1: rgba(255, 255, 255, 0.87);
1774
- --modern-c-text-dark-2: rgba(235, 235, 235, 0.6);
1775
- --modern-c-text-dark-3: rgba(235, 235, 235, 0.38);
1776
- --modern-c-text-dark-4: rgba(235, 235, 235, 0.18);
1777
-
1778
- --modern-c-green: #21b8a3;
1779
- --modern-c-green-light: #41c6b0;
1780
- --modern-c-green-lighter: #41c6b0;
1781
- --modern-c-green-dark: #149684;
1782
- --modern-c-green-darker: #149684;
1783
- --modern-c-green-dimm: #062521;
1784
- --modern-c-green-dimm-1: rgba(66, 184, 131, 0.5);
1785
- --modern-c-green-dimm-2: rgba(66, 184, 131, 0.25);
1786
- --modern-c-green-dimm-3: rgba(66, 184, 131, 0.05);
1787
-
1788
- --modern-c-blue: #0095ff;
1789
- --modern-c-blue-light: #00aaff;
1790
- --modern-c-blue-lighter: #00bfff;
1791
- --modern-c-blue-dark: #0077ff;
1792
- --modern-c-blue-darker: #0055ff;
1793
- --modern-c-blue-dimm: rgba(100, 108, 255, 0.08);
1794
-
1795
- --modern-c-yellow: #ffc517;
1796
- --modern-c-yellow-light: #fcd253;
1797
- --modern-c-yellow-lighter: #fcfc7c;
1798
- --modern-c-yellow-darker: #ad850e;
1799
- --modern-c-yellow-dimm-1: rgba(255, 197, 23, 0.5);
1800
- --modern-c-yellow-dimm-2: rgba(255, 197, 23, 0.25);
1801
- --modern-c-yellow-dimm-3: rgba(255, 197, 23, 0.05);
1802
-
1803
- --modern-c-red: #ed3c50;
1804
- --modern-c-red-light: #f54e82;
1805
- --modern-c-red-lighter: #fd1d7c;
1806
- --modern-c-red-darker: #ab2131;
1807
- --modern-c-red-dimm-1: rgba(237, 60, 80, 0.5);
1808
- --modern-c-red-dimm-2: rgba(237, 60, 80, 0.25);
1809
- --modern-c-red-dimm-3: rgba(237, 60, 80, 0.05);
1810
- }
1811
-
1812
- /**
1813
- * Colors Theme
1814
- * -------------------------------------------------------------------------- */
1815
-
1816
- :root {
1817
- --modern-c-bg: var(--modern-c-white);
1818
- --modern-c-bg-soft: var(--modern-c-white-soft);
1819
- --modern-c-bg-mute: var(--modern-c-white-mute);
1820
- --modern-c-bg-alt: var(--modern-c-white-soft);
1821
-
1822
- --modern-c-divider: var(--modern-c-divider-light-1);
1823
- --modern-c-divider-light: var(--modern-c-divider-light-2);
1824
-
1825
- --modern-c-text-1: var(--modern-c-text-light-1);
1826
- --modern-c-text-2: var(--modern-c-text-light-2);
1827
- --modern-c-text-3: var(--modern-c-text-light-3);
1828
- --modern-c-text-4: var(--modern-c-text-light-4);
1829
-
1830
- --modern-c-text-code: var(--modern-c-indigo-soft);
1831
-
1832
- --modern-c-brand: var(--modern-c-blue);
1833
- --modern-c-brand-light: var(--modern-c-blue-light);
1834
- --modern-c-brand-lighter: var(--modern-c-blue-lighter);
1835
- --modern-c-brand-dark: var(--modern-c-blue-dark);
1836
- --modern-c-brand-darker: var(--modern-c-blue-darker);
1837
- --modern-c-brand-tint: rgba(127, 163, 255, 0.16);
1838
- }
1839
-
1840
- .dark {
1841
- --modern-c-bg: var(--modern-c-black-soft);
1842
- --modern-c-bg-soft: var(--modern-c-black-mute);
1843
- --modern-c-bg-mute: var(--modern-c-gray-dark-3);
1844
- --modern-c-bg-alt: var(--modern-c-black);
1845
-
1846
- --modern-c-divider: var(--modern-c-divider-dark-1);
1847
- --modern-c-divider-light: var(--modern-c-divider-dark-2);
1848
-
1849
- --modern-c-divider-inverse: var(--modern-c-divider-light-1);
1850
- --modern-c-divider-inverse-light: var(--modern-c-divider-light-2);
1851
-
1852
- --modern-c-text-1: var(--modern-c-text-dark-1);
1853
- --modern-c-text-2: var(--modern-c-text-dark-2);
1854
- --modern-c-text-3: var(--modern-c-text-dark-3);
1855
- --modern-c-text-4: var(--modern-c-text-dark-4);
1856
-
1857
- --modern-c-text-inverse-1: var(--modern-c-text-light-1);
1858
- --modern-c-text-inverse-2: var(--modern-c-text-light-2);
1859
- --modern-c-text-inverse-3: var(--modern-c-text-light-3);
1860
- --modern-c-text-inverse-4: var(--modern-c-text-light-4);
1861
-
1862
- --modern-c-text-code: var(--modern-c-indigo-lighter);
1863
- }
1864
-
1865
- /**
1866
- * Typography
1867
- * -------------------------------------------------------------------------- */
1868
-
1869
- :root {
1870
- --modern-font-family-base: 'Inter var experimental', 'Inter var',
1871
- -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu,
1872
- Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
1873
- --modern-font-family-mono: Menlo, Monaco, Consolas, 'Courier New', monospace;
1874
- }
1875
-
1876
- /**
1877
- * Layouts
1878
- * -------------------------------------------------------------------------- */
1879
-
1880
- :root {
1881
- --modern-layout-max-width: 1440px;
1882
- }
1883
-
1884
- /**
1885
- * Component: Code
1886
- * -------------------------------------------------------------------------- */
1887
-
1888
- :root {
1889
- --modern-code-line-height: 1.7;
1890
- --modern-code-font-size: 0.875em;
1891
-
1892
- --modern-code-block-color: var(--modern-c-text-dark-1);
1893
- --modern-code-block-bg: #292d3e;
1894
-
1895
- --modern-code-line-highlight-color: rgba(0, 0, 0, 0.5);
1896
- --modern-code-line-number-color: var(--modern-c-text-dark-3);
1897
-
1898
- --modern-code-copy-code-hover-bg: rgba(255, 255, 255, 0.05);
1899
- --modern-code-copy-code-active-text: var(--modern-c-text-dark-2);
1900
- }
1901
-
1902
- /**
1903
- * Icons
1904
- * -------------------------------------------------------------------------- */
1905
-
1906
- :root {
1907
- --modern-icon-copy: url("data:image/svg+xml,%3Csvg width=%2732%27 height=%2732%27 viewBox=%270 0 32 32%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M28 10v18H10V10h18m0-2H10a2 2 0 0 0-2 2v18a2 2 0 0 0 2 2h18a2 2 0 0 0 2-2V10a2 2 0 0 0-2-2Z%27 fill=%27%23cccccc%27/%3E%3Cpath d=%27M4 18H2V4a2 2 0 0 1 2-2h14v2H4Z%27 fill=%27%23cccccc%27/%3E%3C/svg%3E");
1908
- --modern-icon-copied: url("data:image/svg+xml,%3Csvg width=%2732%27 height=%2732%27 viewBox=%270 0 32 32%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27m13 24l-9-9l1.41-1.41L13 21.17L26.59 7.59L28 9L13 24z%27 fill=%27%2360c054%27/%3E%3C/svg%3E");
1909
- --modern-icon-tip: url("data:image/svg+xml,%3Csvg width=%2720%27 height=%2720%27 viewBox=%270 0 1024 1024%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M512 960C264.58 960 64 759.42 64 512S264.58 64 512 64s448 200.58 448 448-200.58 448-448 448z m0-832c-212.08 0-384 171.92-384 384s171.92 384 384 384 384-171.92 384-384-171.92-384-384-384z m0 112c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48z m0 160c-17.67 0-32 14.33-32 32v320c0 17.67 14.33 32 32 32 17.67 0 32-14.33 32-32V432c0-17.67-14.33-32-32-32z%27 fill=%27%2321b8a3%27/%3E%3C/svg%3E");
1910
- }
1911
-
1912
- .dark {
1913
- --modern-code-block-bg: var(--modern-c-bg-alt);
1914
- }
1915
-
1916
- /**
1917
- * Z-indexes
1918
- * -------------------------------------------------------------------------- */
1919
-
1920
- :root {
1921
- --modern-z-index-local-nav: 10;
1922
- --modern-z-index-nav: 20;
1923
- --modern-z-index-layout-top: 30;
1924
- --modern-z-index-backdrop: 40;
1925
- --modern-z-index-sidebar: 50;
1926
- --modern-z-index-footer: 60;
1927
- }
1928
-
1929
- /**
1930
- * Component: Button
1931
- * -------------------------------------------------------------------------- */
1932
-
1933
- :root {
1934
- --modern-button-brand-border: var(--modern-c-brand-light);
1935
- --modern-button-brand-text: var(--modern-c-text-dark-1);
1936
- --modern-button-brand-bg: var(--modern-c-brand);
1937
- --modern-button-brand-hover-border: var(--modern-c-brand-light);
1938
- --modern-button-brand-hover-text: var(--modern-c-text-dark-1);
1939
- --modern-button-brand-hover-bg: var(--modern-c-brand-light);
1940
- --modern-button-brand-active-border: var(--modern-c-brand-light);
1941
- --modern-button-brand-active-text: var(--modern-c-text-dark-1);
1942
- --modern-button-brand-active-bg: var(--modern-button-brand-bg);
1943
-
1944
- --modern-button-alt-border: var(--modern-c-gray-light-3);
1945
- --modern-button-alt-text: var(--modern-c-text-light-1);
1946
- --modern-button-alt-bg: var(--modern-c-gray-light-5);
1947
- --modern-button-alt-hover-border: var(--modern-c-gray-light-3);
1948
- --modern-button-alt-hover-text: var(--modern-c-text-light-1);
1949
- --modern-button-alt-hover-bg: var(--modern-c-gray-light-4);
1950
- --modern-button-alt-active-border: var(--modern-c-gray-light-3);
1951
- --modern-button-alt-active-text: var(--modern-c-text-light-1);
1952
- --modern-button-alt-active-bg: var(--modern-c-gray-light-3);
1953
-
1954
- --modern-button-sponsor-border: var(--modern-c-gray-light-3);
1955
- --modern-button-sponsor-text: var(--modern-c-text-light-2);
1956
- --modern-button-sponsor-bg: transparent;
1957
- --modern-button-sponsor-hover-border: var(--modern-c-sponsor);
1958
- --modern-button-sponsor-hover-text: var(--modern-c-sponsor);
1959
- --modern-button-sponsor-hover-bg: transparent;
1960
- --modern-button-sponsor-active-border: var(--modern-c-sponsor);
1961
- --modern-button-sponsor-active-text: var(--modern-c-sponsor);
1962
- --modern-button-sponsor-active-bg: transparent;
1963
- }
1964
-
1965
- .dark {
1966
- --modern-button-brand-border: var(--modern-c-brand-light);
1967
- --modern-button-brand-text: var(--modern-c-text-dark-1);
1968
- --modern-button-brand-bg: var(--modern-c-brand-dark);
1969
- --modern-button-brand-hover-border: var(--modern-c-brand-lighter);
1970
- --modern-button-brand-hover-text: var(--modern-c-text-dark-1);
1971
- --modern-button-brand-hover-bg: var(--modern-c-brand);
1972
- --modern-button-brand-active-border: var(--modern-c-brand-lighter);
1973
- --modern-button-brand-active-text: var(--modern-c-text-dark-1);
1974
- --modern-button-brand-active-bg: var(--modern-button-brand-bg);
1975
-
1976
- --modern-button-alt-border: var(--modern-c-gray-dark-2);
1977
- --modern-button-alt-text: var(--modern-c-text-dark-1);
1978
- --modern-button-alt-bg: var(--modern-c-bg-mute);
1979
- --modern-button-alt-hover-border: var(--modern-c-gray-dark-2);
1980
- --modern-button-alt-hover-text: var(--modern-c-text-dark-1);
1981
- --modern-button-alt-hover-bg: var(--modern-c-gray-dark-2);
1982
- --modern-button-alt-active-border: var(--modern-c-gray-dark-2);
1983
- --modern-button-alt-active-text: var(--modern-c-text-dark-1);
1984
- --modern-button-alt-active-bg: var(--modern-button-alt-bg);
1985
-
1986
- --modern-button-sponsor-border: var(--modern-c-gray-dark-1);
1987
- --modern-button-sponsor-text: var(--modern-c-text-dark-2);
1988
- }
1989
-
1990
- /**
1991
- * Component: Custom Block
1992
- * -------------------------------------------------------------------------- */
1993
-
1994
- :root {
1995
- --modern-custom-block-code-font-size: 13px;
1996
-
1997
- --modern-custom-block-info-border: var(--modern-c-divider-light);
1998
- --modern-custom-block-info-text: var(--modern-c-text-2);
1999
- --modern-custom-block-info-bg: var(--modern-c-white-soft);
2000
- --modern-custom-block-info-code-bg: var(--modern-c-gray-light-4);
2001
-
2002
- --modern-custom-block-tip-border: var(--modern-c-green-dimm-1);
2003
- --modern-custom-block-tip-text: var(--modern-c-green-darker);
2004
- --modern-custom-block-tip-bg: var(--modern-c-green-dimm-3);
2005
- --modern-custom-block-tip-code-bg: var(--modern-custom-block-tip-bg);
2006
-
2007
- --modern-custom-block-warning-border: var(--modern-c-yellow-dimm-1);
2008
- --modern-custom-block-warning-text: var(--modern-c-yellow-darker);
2009
- --modern-custom-block-warning-bg: var(--modern-c-yellow-dimm-3);
2010
- --modern-custom-block-warning-code-bg: var(--modern-custom-block-warning-bg);
2011
-
2012
- --modern-custom-block-danger-border: var(--modern-c-red-dimm-1);
2013
- --modern-custom-block-danger-text: var(--modern-c-red-darker);
2014
- --modern-custom-block-danger-bg: var(--modern-c-red-dimm-3);
2015
- --modern-custom-block-danger-code-bg: var(--modern-custom-block-danger-bg);
2016
- }
2017
-
2018
- .dark {
2019
- --modern-custom-block-info-border: var(--modern-c-divider-light);
2020
- --modern-custom-block-info-bg: var(--modern-c-black-mute);
2021
- --modern-custom-block-info-code-bg: var(--modern-c-gray-dark-4);
2022
-
2023
- --modern-custom-block-tip-border: var(--modern-c-green-dimm-2);
2024
- --modern-custom-block-tip-text: var(--modern-c-green-light);
2025
-
2026
- --modern-custom-block-warning-border: var(--modern-c-yellow-dimm-2);
2027
- --modern-custom-block-warning-text: var(--modern-c-yellow-light);
2028
-
2029
- --modern-custom-block-danger-border: var(--modern-c-red-dimm-2);
2030
- --modern-custom-block-danger-text: var(--modern-c-red-light);
2031
- }
2032
-
2033
- /**
2034
- * Component: Nav
2035
- * -------------------------------------------------------------------------- */
2036
-
2037
- :root {
2038
- --modern-nav-height: 56px;
2039
- }
2040
-
2041
- /**
2042
- * Component: Sidebar
2043
- * -------------------------------------------------------------------------- */
2044
-
2045
- :root {
2046
- --modern-sidebar-width: 272px;
2047
- }
2048
-
2049
- /**
2050
- * Component: Home
2051
- * -------------------------------------------------------------------------- */
2052
-
2053
- :root {
2054
- --modern-home-hero-name-color: transparent;
2055
- --modern-home-hero-name-background: -webkit-linear-gradient(
2056
- 120deg,
2057
- var(--modern-c-brand) 30%,
2058
- #41d1ff
2059
- );
2060
-
2061
- --modern-home-hero-image-background-image: none;
2062
- --modern-home-hero-image-filter: none;
2063
- }
2064
-
2065
- /**
2066
- * Shadows
2067
- * -------------------------------------------------------------------------- */
2068
-
2069
- :root {
2070
- --modern-shadow-1: 0 1px 2px rgba(0, 0, 0, 0.04),
2071
- 0 1px 2px rgba(0, 0, 0, 0.06);
2072
- --modern-shadow-2: 0 3px 12px rgba(0, 0, 0, 0.07),
2073
- 0 1px 4px rgba(0, 0, 0, 0.07);
2074
- --modern-shadow-3: 0 12px 32px rgba(0, 0, 0, 0.1),
2075
- 0 2px 6px rgba(0, 0, 0, 0.08);
2076
- --modern-shadow-4: 0 14px 44px rgba(0, 0, 0, 0.12),
2077
- 0 3px 9px rgba(0, 0, 0, 0.12);
2078
- --modern-shadow-5: 0 18px 56px rgba(0, 0, 0, 0.16),
2079
- 0 4px 12px rgba(0, 0, 0, 0.16);
2080
- }
2081
-
2082
- *,
2083
- ::before,
2084
- ::after {
2085
- -moz-box-sizing: border-box;
2086
- box-sizing: border-box;
2087
- }
2088
-
2089
- html {
2090
- line-height: 1.4;
2091
- font-size: 16px;
2092
- -webkit-text-size-adjust: 100%;
2093
- }
2094
-
2095
- html.dark {
2096
- color-scheme: dark;
2097
- }
2098
-
2099
- body {
2100
- margin: 0;
2101
- width: 100%;
2102
- min-width: 320px;
2103
- min-height: 100vh;
2104
- line-height: 24px;
2105
- font-family: var(--modern-font-family-base);
2106
- font-size: 16px;
2107
- font-weight: 400;
2108
- color: var(--modern-c-text-1);
2109
- background-color: var(--modern-c-bg);
2110
- direction: ltr;
2111
- font-synthesis: none;
2112
- text-rendering: optimizeLegibility;
2113
- -webkit-font-smoothing: antialiased;
2114
- -moz-osx-font-smoothing: grayscale;
2115
- }
2116
-
2117
- main {
2118
- display: block;
2119
- }
2120
-
2121
- h1,
2122
- h2,
2123
- h3,
2124
- h4,
2125
- h5,
2126
- h6 {
2127
- margin: 0;
2128
- line-height: 24px;
2129
- font-size: 16px;
2130
- font-weight: 400;
2131
- }
2132
-
2133
- p {
2134
- margin: 0;
2135
- }
2136
-
2137
- strong,
2138
- b {
2139
- font-weight: 600;
2140
- }
2141
-
2142
- /**
2143
- * Avoid 300ms click delay on touch devices that support the `touch-action`
2144
- * CSS property.
2145
- *
2146
- * In particular, unlike most other browsers, IE11+Edge on Windows 10 on
2147
- * touch devices and IE Mobile 10-11 DON'T remove the click delay when
2148
- * `<meta name="viewport" content="width=device-width">` is present.
2149
- * However, they DO support removing the click delay via
2150
- * `touch-action: manipulation`.
2151
- *
2152
- * See:
2153
- * - http://v4-alpha.getbootstrap.com/content/reboot/#click-delay-optimization-for-touch
2154
- * - http://caniuse.com/#feat=css-touch-action
2155
- * - http://patrickhlauke.github.io/touch/tests/results/#suppressing-300ms-delay
2156
- */
2157
- a,
2158
- area,
2159
- button,
2160
- [role='button'],
2161
- input,
2162
- label,
2163
- select,
2164
- summary,
2165
- textarea {
2166
- touch-action: manipulation;
2167
- }
2168
-
2169
- a {
2170
- color: inherit;
2171
- text-decoration: inherit;
2172
- }
2173
-
2174
- ol,
2175
- ul {
2176
- list-style: none;
2177
- margin: 0;
2178
- padding: 0;
2179
- }
2180
-
2181
- blockquote {
2182
- margin: 0;
2183
- }
2184
-
2185
- pre,
2186
- code,
2187
- kbd,
2188
- samp {
2189
- font-family: var(--modern-font-family-mono);
2190
- }
2191
-
2192
- img,
2193
- svg,
2194
- video,
2195
- canvas,
2196
- audio,
2197
- iframe,
2198
- embed,
2199
- object {
2200
- display: block;
2201
- vertical-align: middle;
2202
- }
2203
-
2204
- figure {
2205
- margin: 0;
2206
- }
2207
-
2208
- img,
2209
- video {
2210
- max-width: 100%;
2211
- height: auto;
2212
- }
2213
-
2214
- button,
2215
- input,
2216
- optgroup,
2217
- select,
2218
- textarea {
2219
- border: 0;
2220
- padding: 0;
2221
- line-height: inherit;
2222
- color: inherit;
2223
- }
2224
-
2225
- button {
2226
- padding: 0;
2227
- font-family: inherit;
2228
- background-color: transparent;
2229
- background-image: none;
2230
- }
2231
-
2232
- button,
2233
- [role='button'] {
2234
- cursor: pointer;
2235
- }
2236
-
2237
- button:focus,
2238
- button:focus-visible {
2239
- outline: 1px dotted;
2240
- outline: 4px auto -webkit-focus-ring-color;
2241
- }
2242
-
2243
- button:focus:not(:focus-visible) {
2244
- outline: none !important;
2245
- }
2246
-
2247
- input:focus,
2248
- textarea:focus,
2249
- select:focus {
2250
- outline: none;
2251
- }
2252
-
2253
- table {
2254
- border-collapse: collapse;
2255
- }
2256
-
2257
- input {
2258
- background-color: transparent;
2259
- }
2260
-
2261
- input:-ms-input-placeholder,
2262
- textarea:-ms-input-placeholder {
2263
- color: var(--modern-c-text-3);
2264
- }
2265
-
2266
- input::-ms-input-placeholder,
2267
- textarea::-ms-input-placeholder {
2268
- color: var(--modern-c-text-3);
2269
- }
2270
-
2271
- input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
2272
- color: var(--modern-c-text-3);
2273
- }
2274
-
2275
- input::-moz-placeholder, textarea::-moz-placeholder {
2276
- color: var(--modern-c-text-3);
2277
- }
2278
-
2279
- input:-ms-input-placeholder, textarea:-ms-input-placeholder {
2280
- color: var(--modern-c-text-3);
2281
- }
2282
-
2283
- input::-ms-input-placeholder, textarea::-ms-input-placeholder {
2284
- color: var(--modern-c-text-3);
2285
- }
2286
-
2287
- input::placeholder,
2288
- textarea::placeholder {
2289
- color: var(--modern-c-text-3);
2290
- }
2291
-
2292
- input::-webkit-outer-spin-button,
2293
- input::-webkit-inner-spin-button {
2294
- -webkit-appearance: none;
2295
- margin: 0;
2296
- }
2297
-
2298
- input[type='number'] {
2299
- -moz-appearance: textfield;
2300
- }
2301
-
2302
- textarea {
2303
- resize: vertical;
2304
- }
2305
-
2306
- select {
2307
- -webkit-appearance: none;
2308
- }
2309
-
2310
- fieldset {
2311
- margin: 0;
2312
- padding: 0;
2313
- }
2314
-
2315
- button select {
2316
- text-transform: none;
2317
- }
2318
-
2319
- .visually-hidden {
2320
- visibility: hidden;
2321
- }
2322
-
2323
- #nprogress .bar {
2324
- background: var(--modern-c-brand);
2325
- position: fixed;
2326
- top: 0;
2327
- left: 0;
2328
- width: 100%;
2329
- height: 2px;
2330
- }
2331
-
2332
- /**
2333
- * Headings
2334
- * -------------------------------------------------------------------------- */
2335
-
2336
- .modern-doc h1,
2337
- .modern-doc h2,
2338
- .modern-doc h3,
2339
- .modern-doc h4,
2340
- .modern-doc h5,
2341
- .modern-doc h6 {
2342
- position: relative;
2343
- font-weight: 600;
2344
- outline: none;
2345
- }
2346
-
2347
- .modern-doc h1 {
2348
- letter-spacing: -0.02em;
2349
- line-height: 40px;
2350
- font-size: 28px;
2351
- margin-bottom: 40px;
2352
- }
2353
-
2354
- .modern-doc h2 {
2355
- margin: 56px 0 16px;
2356
- letter-spacing: -0.02em;
2357
- line-height: 32px;
2358
- font-size: 24px;
2359
- }
2360
-
2361
- .modern-doc h3 {
2362
- margin: 32px 0 0;
2363
- letter-spacing: -0.01em;
2364
- line-height: 28px;
2365
- font-size: 20px;
2366
- }
2367
-
2368
- .modern-doc .header-anchor {
2369
- float: left;
2370
- margin-left: -0.87em;
2371
- padding-right: 0.23em;
2372
- font-weight: 500;
2373
- opacity: 0;
2374
- -webkit-transition: color 0.25s, opacity 0.25s;
2375
- -o-transition: color 0.25s, opacity 0.25s;
2376
- -moz-transition: color 0.25s, opacity 0.25s;
2377
- transition: color 0.25s, opacity 0.25s;
2378
- }
2379
-
2380
- .modern-doc h1:hover .header-anchor,
2381
- .modern-doc h1 .header-anchor:focus,
2382
- .modern-doc h2:hover .header-anchor,
2383
- .modern-doc h2 .header-anchor:focus,
2384
- .modern-doc h3:hover .header-anchor,
2385
- .modern-doc h3 .header-anchor:focus,
2386
- .modern-doc h4:hover .header-anchor,
2387
- .modern-doc h4 .header-anchor:focus,
2388
- .modern-doc h5:hover .header-anchor,
2389
- .modern-doc h5 .header-anchor:focus,
2390
- .modern-doc h6:hover .header-anchor,
2391
- .modern-doc h6 .header-anchor:focus {
2392
- opacity: 1;
2393
- }
2394
-
2395
- @media (min-width: 768px) {
2396
- .modern-doc h1 {
2397
- letter-spacing: -0.02em;
2398
- line-height: 40px;
2399
- font-size: 32px;
2400
- }
2401
- }
2402
-
2403
- /**
2404
- * Paragraph and inline elements
2405
- * -------------------------------------------------------------------------- */
2406
-
2407
- .modern-doc p,
2408
- .modern-doc summary {
2409
- margin: 16px 0;
2410
- }
2411
-
2412
- .modern-doc p {
2413
- z-index: 2;
2414
- line-height: 28px;
2415
- }
2416
-
2417
- .modern-doc blockquote {
2418
- margin: 16px 0;
2419
- border-left: 2px solid var(--modern-c-divider);
2420
- padding-left: 16px;
2421
- -webkit-transition: border-color 0.5s;
2422
- -o-transition: border-color 0.5s;
2423
- -moz-transition: border-color 0.5s;
2424
- transition: border-color 0.5s;
2425
- }
2426
-
2427
- .modern-doc blockquote > p {
2428
- margin: 0;
2429
- font-size: 16px;
2430
- color: var(--modern-c-text-2);
2431
- -webkit-transition: color 0.5s;
2432
- -o-transition: color 0.5s;
2433
- -moz-transition: color 0.5s;
2434
- transition: color 0.5s;
2435
- }
2436
-
2437
- .modern-doc a {
2438
- font-weight: 500;
2439
- color: var(--modern-c-brand);
2440
- -webkit-text-decoration-style: dotted;
2441
- -moz-text-decoration-style: dotted;
2442
- text-decoration-style: dotted;
2443
- -webkit-transition: color 0.25s;
2444
- -o-transition: color 0.25s;
2445
- -moz-transition: color 0.25s;
2446
- transition: color 0.25s;
2447
- }
2448
-
2449
- .modern-doc a:hover {
2450
- color: var(--modern-c-brand-dark);
2451
- }
2452
-
2453
- .modern-doc strong {
2454
- font-weight: 600;
2455
- }
2456
-
2457
- /**
2458
- * Lists
2459
- * -------------------------------------------------------------------------- */
2460
-
2461
- .modern-doc ul,
2462
- .modern-doc ol {
2463
- padding-left: 1.25rem;
2464
- margin: 16px 0;
2465
- }
2466
-
2467
- .modern-doc ul {
2468
- list-style: disc;
2469
- }
2470
-
2471
- .modern-doc ol {
2472
- list-style: decimal;
2473
- }
2474
-
2475
- .modern-doc li + li {
2476
- margin-top: 8px;
2477
- }
2478
-
2479
- .modern-doc li > ol,
2480
- .modern-doc li > ul {
2481
- margin: 8px 0 0;
2482
- }
2483
-
2484
- /**
2485
- * Table
2486
- * -------------------------------------------------------------------------- */
2487
-
2488
- .modern-doc table {
2489
- display: block;
2490
- border-collapse: collapse;
2491
- margin: 20px 0;
2492
- overflow-x: auto;
2493
- }
2494
-
2495
- .modern-doc tr {
2496
- border-top: 1px solid var(--modern-c-divider);
2497
- -webkit-transition: background-color 0.5s;
2498
- -o-transition: background-color 0.5s;
2499
- -moz-transition: background-color 0.5s;
2500
- transition: background-color 0.5s;
2501
- }
2502
-
2503
- .modern-doc tr:nth-child(2n) {
2504
- background-color: var(--modern-c-bg-soft);
2505
- }
2506
-
2507
- .modern-doc th,
2508
- .modern-doc td {
2509
- border: 1px solid var(--modern-c-divider);
2510
- padding: 12px 16px;
2511
- }
2512
-
2513
- .modern-doc th {
2514
- font-size: 16px;
2515
- font-weight: 600;
2516
- background-color: var(--modern-c-white-soft);
2517
- }
2518
-
2519
- .dark .modern-doc th {
2520
- background-color: var(--modern-c-black);
2521
- }
2522
-
2523
- /**
2524
- * Decorational elements
2525
- * -------------------------------------------------------------------------- */
2526
-
2527
- .modern-doc hr {
2528
- margin: 16px 0;
2529
- border: none;
2530
- border-top: 1px solid var(--modern-c-divider-light);
2531
- }
2532
-
2533
- /**
2534
- * Custom Block
2535
- * -------------------------------------------------------------------------- */
2536
-
2537
- .modern-doc .custom-block {
2538
- margin: 16px 0;
2539
- }
2540
-
2541
- .modern-doc .custom-block p {
2542
- margin: 8px 0;
2543
- line-height: 24px;
2544
- }
2545
-
2546
- .modern-doc .custom-block p:first-child {
2547
- margin: 0;
2548
- }
2549
-
2550
- .modern-doc .custom-block a {
2551
- color: inherit;
2552
- font-weight: 600;
2553
- text-decoration: underline;
2554
- -webkit-transition: opacity 0.25s;
2555
- -o-transition: opacity 0.25s;
2556
- -moz-transition: opacity 0.25s;
2557
- transition: opacity 0.25s;
2558
- }
2559
-
2560
- .modern-doc .custom-block a:hover {
2561
- opacity: 0.6;
2562
- }
2563
-
2564
- .modern-doc .custom-block code {
2565
- font-size: var(--modern-custom-block-code-font-size);
2566
- font-weight: 700;
2567
- color: inherit;
2568
- }
2569
-
2570
- .modern-doc .custom-block div[class*='language-'] {
2571
- margin: 8px 0;
2572
- }
2573
-
2574
- .modern-doc .custom-block div[class*='language-'] code {
2575
- font-weight: 400;
2576
- background-color: transparent;
2577
- }
2578
-
2579
- /**
2580
- * Code
2581
- * -------------------------------------------------------------------------- */
2582
-
2583
- /* inline code */
2584
- .modern-doc :not(pre, h1, h2, h3, h4, h5, h6) > code {
2585
- font-size: var(--modern-code-font-size);
2586
- }
2587
-
2588
- .modern-doc :not(pre, div) > code {
2589
- border-radius: 4px;
2590
- padding: 3px 6px;
2591
- color: var(--modern-c-text-code);
2592
- background-color: var(--modern-c-bg-mute);
2593
- -webkit-transition: color 0.5s, background-color 0.5s;
2594
- -o-transition: color 0.5s, background-color 0.5s;
2595
- -moz-transition: color 0.5s, background-color 0.5s;
2596
- transition: color 0.5s, background-color 0.5s;
2597
- }
2598
-
2599
- .modern-doc h1 > code,
2600
- .modern-doc h2 > code,
2601
- .modern-doc h3 > code {
2602
- font-size: 0.9em;
2603
- }
2604
-
2605
- .modern-doc a > code {
2606
- color: var(--modern-c-brand);
2607
- -webkit-transition: color 0.25s;
2608
- -o-transition: color 0.25s;
2609
- -moz-transition: color 0.25s;
2610
- transition: color 0.25s;
2611
- }
2612
-
2613
- .modern-doc a:hover > code {
2614
- color: var(--modern-c-brand-dark);
2615
- }
2616
-
2617
- .modern-doc div[class*='language-'] {
2618
- position: relative;
2619
- margin: 16px -24px;
2620
- background-color: var(--modern-code-block-bg);
2621
- overflow-x: auto;
2622
- -webkit-transition: background-color 0.5s;
2623
- -o-transition: background-color 0.5s;
2624
- -moz-transition: background-color 0.5s;
2625
- transition: background-color 0.5s;
2626
- }
2627
-
2628
- .modern-doc .modern-code-title {
2629
- padding: 10px 24px;
2630
- font-size: var(--modern-code-font-size);
2631
- color: var(--modern-code-block-color);
2632
- border-bottom: 1px solid var(--modern-c-gray-light-2);
2633
- background-color: var(--modern-code-block-bg);
2634
- -webkit-transition: background-color 0.5s;
2635
- -o-transition: background-color 0.5s;
2636
- -moz-transition: background-color 0.5s;
2637
- transition: background-color 0.5s;
2638
- }
2639
-
2640
- @media (min-width: 640px) {
2641
- .modern-doc div[class*='language-'] {
2642
- border-radius: 8px;
2643
- margin: 16px 0;
2644
- }
2645
- }
2646
-
2647
- @media (max-width: 639px) {
2648
- .modern-doc li div[class*='language-'] {
2649
- border-radius: 8px 0 0 8px;
2650
- }
2651
- }
2652
-
2653
- .modern-doc div[class*='language-'] + div[class*='language-'],
2654
- .modern-doc div[class$='-api'] + div[class*='language-'],
2655
- .modern-doc
2656
- div[class*='language-']
2657
- + div[class$='-api']
2658
- > div[class*='language-'] {
2659
- margin-top: -8px;
2660
- }
2661
-
2662
- .modern-doc [class*='language-'] pre,
2663
- .modern-doc [class*='language-'] code {
2664
- text-align: left;
2665
- white-space: pre;
2666
- word-spacing: normal;
2667
- word-break: normal;
2668
- word-wrap: normal;
2669
- -moz-tab-size: 4;
2670
- -o-tab-size: 4;
2671
- tab-size: 4;
2672
- -webkit-hyphens: none;
2673
- -moz-hyphens: none;
2674
- -ms-hyphens: none;
2675
- hyphens: none;
2676
- }
2677
-
2678
- .modern-doc [class*='language-'] pre {
2679
- position: relative;
2680
- z-index: 1;
2681
- margin: 0;
2682
- padding: 16px 0;
2683
- background: transparent;
2684
- overflow-x: auto;
2685
- }
2686
-
2687
- .modern-doc [class*='language-'] code {
2688
- display: block;
2689
- padding: 0 24px;
2690
- width: -webkit-fit-content;
2691
- width: -moz-fit-content;
2692
- width: fit-content;
2693
- min-width: 100%;
2694
- line-height: var(--modern-code-line-height);
2695
- font-size: var(--modern-code-font-size);
2696
- color: var(--modern-code-block-color);
2697
- -webkit-transition: color 0.5s;
2698
- -o-transition: color 0.5s;
2699
- -moz-transition: color 0.5s;
2700
- transition: color 0.5s;
2701
- }
2702
-
2703
- .modern-doc [class*='language-'] code .highlighted {
2704
- background-color: var(--modern-code-line-highlight-color);
2705
- -webkit-transition: background-color 0.5s;
2706
- -o-transition: background-color 0.5s;
2707
- -moz-transition: background-color 0.5s;
2708
- transition: background-color 0.5s;
2709
- margin: 0 -24px;
2710
- padding: 0 24px;
2711
- width: -moz-calc(100% + 2 * 24px);
2712
- width: calc(100% + 2 * 24px);
2713
- display: inline-block;
2714
- }
2715
-
2716
- .modern-doc div[class*='language-'].line-numbers-mode {
2717
- padding-left: 32px;
2718
- }
2719
-
2720
- .modern-doc.line-number-disable div[class*='language-'].line-numbers-mode {
2721
- padding-left: 0px;
2722
- }
2723
-
2724
- .modern-doc .line-numbers-wrapper {
2725
- position: absolute;
2726
- top: 0;
2727
- bottom: 0;
2728
- left: 0;
2729
- z-index: 3;
2730
- padding-top: 16px;
2731
- width: 36px;
2732
- text-align: center;
2733
- font-family: var(--modern-font-family-mono);
2734
- line-height: var(--modern-code-line-height);
2735
- font-size: var(--modern-code-font-size);
2736
- color: var(--modern-code-line-number-color);
2737
- -webkit-transition: border-color 0.5s, color 0.5s;
2738
- -o-transition: border-color 0.5s, color 0.5s;
2739
- -moz-transition: border-color 0.5s, color 0.5s;
2740
- transition: border-color 0.5s, color 0.5s;
2741
- display: -webkit-flex;
2742
- display: -moz-box;
2743
- display: flex;
2744
- -webkit-flex-direction: column;
2745
- -moz-box-orient: vertical;
2746
- -moz-box-direction: normal;
2747
- flex-direction: column;
2748
- }
2749
-
2750
- .modern-doc.line-number-disable .line-numbers-wrapper {
2751
- display: none;
2752
- }
2753
-
2754
- .modern-doc [class*='language-'] .modern-code-content {
2755
- position: relative;
2756
- }
2757
-
2758
- .modern-doc [class*='language-'] .modern-code-content > button.copy {
2759
- position: absolute;
2760
- top: 8px;
2761
- right: 8px;
2762
- z-index: 3;
2763
- display: block;
2764
- -webkit-justify-content: center;
2765
- -moz-box-pack: center;
2766
- justify-content: center;
2767
- -webkit-align-items: center;
2768
- -moz-box-align: center;
2769
- align-items: center;
2770
- border-radius: 4px;
2771
- width: 40px;
2772
- height: 40px;
2773
- background-color: var(--modern-code-block-bg);
2774
- opacity: 0;
2775
- cursor: pointer;
2776
- background-image: var(--modern-icon-copy);
2777
- background-position: 50%;
2778
- background-size: 20px;
2779
- background-repeat: no-repeat;
2780
- -webkit-transform: scale(1);
2781
- -moz-transform: scale(1);
2782
- -o-transform: scale(1);
2783
- transform: scale(1);
2784
- -webkit-transition: all 0.16s;
2785
- -o-transition: all 0.16s;
2786
- -moz-transition: all 0.16s;
2787
- transition: all 0.16s;
2788
- }
2789
-
2790
- .modern-doc [class*='language-']:hover .modern-code-content > button.copy,
2791
- .modern-doc [class*='language-'] .modern-code-content > button.copy:focus {
2792
- opacity: 1;
2793
- }
2794
-
2795
- .modern-doc [class*='language-'] .modern-code-content > button.copy:hover {
2796
- background-color: var(--modern-code-copy-code-hover-bg);
2797
- }
2798
-
2799
- .modern-doc [class*='language-'] .modern-code-content > button.copy.copied,
2800
- .modern-doc
2801
- [class*='language-']
2802
- .modern-code-content
2803
- > button.copy:hover.copied {
2804
- border-radius: 0 4px 4px 0;
2805
- background-color: var(--modern-code-copy-code-hover-bg);
2806
- background-image: var(--modern-icon-copied);
2807
- -webkit-transform: scale(1);
2808
- -moz-transform: scale(1);
2809
- -o-transform: scale(1);
2810
- transform: scale(1);
2811
- opacity: 1;
2812
- }
2813
-
2814
- /* .modern-doc [class*='language-'] > button.copy.copied::before,
2815
- .modern-doc [class*='language-'] > button.copy:hover.copied::before {
2816
- position: relative;
2817
- left: -65px;
2818
- display: block;
2819
- border-radius: 4px 0 0 4px;
2820
- padding-top: 8px;
2821
- width: 64px;
2822
- height: 40px;
2823
- text-align: center;
2824
- font-size: 12px;
2825
- font-weight: 500;
2826
- color: var(--modern-code-copy-code-active-text);
2827
- background-color: var(--modern-code-copy-code-hover-bg);
2828
- white-space: nowrap;
2829
- content: 'Copied';
2830
- } */
2831
-
2832
- .modern-doc [class*='language-'] > span.lang {
2833
- position: absolute;
2834
- top: 6px;
2835
- right: 12px;
2836
- z-index: 2;
2837
- font-size: 12px;
2838
- font-weight: 500;
2839
- color: var(--modern-c-text-dark-3);
2840
- -webkit-transition: color 0.4s, opacity 0.4s;
2841
- -o-transition: color 0.4s, opacity 0.4s;
2842
- -moz-transition: color 0.4s, opacity 0.4s;
2843
- transition: color 0.4s, opacity 0.4s;
2844
- }
2845
-
2846
- .modern-doc [class*='language-']:hover > button.copy + span.lang,
2847
- .modern-doc [class*='language-'] > button.copy:focus + span.lang {
2848
- opacity: 0;
2849
- }
2850
-
2851
- /**
2852
- * Custom container
2853
- * -------------------------------------------------------------------------- */
2854
-
2855
- .modern-doc .modern-directive {
2856
- border: 1px solid transparent;
2857
- border-radius: 8px;
2858
- padding: 16px 16px 8px;
2859
- line-height: 24px;
2860
- font-size: 14px;
2861
- margin: 16px 0;
2862
- }
2863
-
2864
- .modern-doc .modern-directive .modern-directive-title {
2865
- font-weight: 700;
2866
- margin: 0;
2867
- }
2868
-
2869
- .modern-doc .modern-directive .modern-directive-content p {
2870
- margin: 8px 0;
2871
- }
2872
-
2873
- .modern-doc .modern-directive .modern-directive-icon {
2874
- display: inline-block;
2875
- width: 20px;
2876
- height: 20px;
2877
- margin-right: 3px;
2878
- background-image: var(--modern-icon-tip);
2879
- }
2880
-
2881
- .modern-doc .modern-directive.tip {
2882
- border-color: var(--modern-custom-block-tip-border);
2883
- color: var(--modern-custom-block-tip-text);
2884
- background-color: var(--modern-custom-block-tip-bg);
2885
- }
2886
-
2887
- .modern-doc .modern-directive.info {
2888
- border-color: var(--modern-custom-block-info-border);
2889
- color: var(--modern-custom-block-info-text);
2890
- background-color: var(--modern-custom-block-info-bg);
2891
- }
2892
-
2893
- .modern-doc .modern-directive.warning {
2894
- border-color: var(--modern-custom-block-warning-border);
2895
- color: var(--modern-custom-block-warning-text);
2896
- background-color: var(--modern-custom-block-warning-bg);
2897
- }
2898
-
2899
- .modern-doc .modern-directive.caution,
2900
- .modern-doc .modern-directive.danger {
2901
- border-color: var(--modern-custom-block-danger-border);
2902
- color: var(--modern-custom-block-danger-text);
2903
- background-color: var(--modern-custom-block-danger-bg);
2904
- }
2905
-
2906
-
2907
-
2908
- @media (min-width: 960px) {
2909
- .\------packages-cli-doc-core-src-theme-default-layout-DocLayout-index-module__content--TP8A7 {
2910
- margin: 0;
2911
- margin-left: var(--modern-sidebar-width);
2912
- }
2913
- }
2914
- @media (max-width: 960px) {
2915
- .\------packages-cli-doc-core-src-theme-default-layout-DocLayout-index-module__docLayout--Q34AI {
2916
- position: relative;
2917
- }
2918
- .\------packages-cli-doc-core-src-theme-default-layout-DocLayout-index-module__content--TP8A7 {
2919
- padding: 14px;
2920
- }
2921
- }
2922
- @media (min-width: 1440px) {
2923
- .\------packages-cli-doc-core-src-theme-default-layout-DocLayout-index-module__content--TP8A7 {
2924
- padding-left: 80px;
2925
- padding-right: 100px;
2926
- }
2927
- }
2928
- .\------packages-cli-doc-core-src-theme-default-layout-DocLayout-index-module__aside-container--RsCtL {
2929
- position: -webkit-sticky;
2930
- position: sticky;
2931
- top: 0;
2932
- margin-top: -moz-calc(var(--modern-nav-height) * -1 - 32px);
2933
- margin-top: calc(var(--modern-nav-height) * -1 - 32px);
2934
- padding-top: -moz-calc(var(--modern-nav-height) + 32px);
2935
- padding-top: calc(var(--modern-nav-height) + 32px);
2936
- height: 100vh;
2937
- overflow-x: hidden;
2938
- overflow-y: auto;
2939
- scrollbar-width: none;
2940
- }
2941
-
2942
- .\------packages-cli-doc-core-src-theme-default-layout-DocLayout-index-module__aside-container--RsCtL::-webkit-scrollbar {
2943
- display: none;
2944
- }
2945
- .\------packages-cli-doc-core-src-theme-default-components-LocalSideBar-index-module__localNav--_aGGP {
2946
- position: -webkit-sticky;
2947
- position: sticky;
2948
- top: 0;
2949
- left: 0;
2950
- z-index: 2;
2951
- display: -webkit-flex;
2952
- display: -moz-box;
2953
- display: flex;
2954
- -webkit-justify-content: space-between;
2955
- -moz-box-pack: justify;
2956
- justify-content: space-between;
2957
- -webkit-align-items: center;
2958
- -moz-box-align: center;
2959
- align-items: center;
2960
- border-bottom: 1px solid var(--modern-c-divider-light);
2961
- width: 100%;
2962
- color: var(--modern-c-text-1);
2963
- -webkit-transition: border-color 0.5s, background-color 0.5s, color 0.5s;
2964
- -o-transition: border-color 0.5s, background-color 0.5s, color 0.5s;
2965
- -moz-transition: border-color 0.5s, background-color 0.5s, color 0.5s;
2966
- transition: border-color 0.5s, background-color 0.5s, color 0.5s;
2967
- background-color: var(--modern-c-bg);
2968
- padding-left: 10px;
2969
- }
2970
- .\------packages-cli-doc-core-src-theme-default-components-LocalSideBar-index-module__localNav--_aGGP .\------packages-cli-doc-core-src-theme-default-components-LocalSideBar-index-module__menu--wNUbj {
2971
- padding: 12px;
2972
- -webkit-transition: color 0.5s;
2973
- -o-transition: color 0.5s;
2974
- -moz-transition: color 0.5s;
2975
- transition: color 0.5s;
2976
- }
2977
- .\------packages-cli-doc-core-src-theme-default-components-LocalSideBar-index-module__localNav--_aGGP .\------packages-cli-doc-core-src-theme-default-components-LocalSideBar-index-module__menu--wNUbj:hover {
2978
- color: var(--modern-c-text-3);
2979
- }
2980
-
2981
- @media (min-width: 960px) {
2982
- .\------packages-cli-doc-core-src-theme-default-components-LocalSideBar-index-module__localNav--_aGGP {
2983
- display: none;
2984
- }
2985
- .\------packages-cli-doc-core-src-theme-default-components-LocalSideBar-index-module__backDrop--wvTRL {
2986
- display: none;
2987
- }
2988
- }
2989
- .\------packages-cli-doc-core-src-theme-default-components-LocalSideBar-index-module__backDrop--wvTRL {
2990
- position: fixed;
2991
- top: 0;
2992
- right: 0;
2993
- bottom: 0;
2994
- left: 0;
2995
- z-index: var(--modern-z-index-backdrop);
2996
- background: rgba(0, 0, 0, 0.6);
2997
- }
2998
- .\------packages-cli-doc-core-src-theme-default-components-Siderbar-index-module__sidebar--UroNu {
2999
- position: fixed;
3000
- top: 0;
3001
- bottom: 0;
3002
- left: 0;
3003
- z-index: var(--modern-z-index-sidebar);
3004
- padding: 0 12px 96px 16px;
3005
- width: -moz-calc(100vw - 64px);
3006
- width: calc(100vw - 64px);
3007
- max-width: 320px;
3008
- background-color: var(--modern-c-bg);
3009
- opacity: 0;
3010
- box-shadow: var(--modern-c-shadow-3);
3011
- overflow-x: hidden;
3012
- overflow-y: auto;
3013
- -webkit-transform: translateX(-100%);
3014
- -moz-transform: translateX(-100%);
3015
- -o-transform: translateX(-100%);
3016
- transform: translateX(-100%);
3017
- -webkit-transition: opacity 0.5s, -webkit-transform 0.25s ease;
3018
- transition: opacity 0.5s, -webkit-transform 0.25s ease;
3019
- -o-transition: opacity 0.5s, -o-transform 0.25s ease;
3020
- -moz-transition: opacity 0.5s, transform 0.25s ease, -moz-transform 0.25s ease;
3021
- transition: opacity 0.5s, transform 0.25s ease;
3022
- transition: opacity 0.5s, transform 0.25s ease, -webkit-transform 0.25s ease, -moz-transform 0.25s ease, -o-transform 0.25s ease;
3023
- }
3024
-
3025
- .dark .\------packages-cli-doc-core-src-theme-default-components-Siderbar-index-module__sidebar--UroNu {
3026
- box-shadow: var(--modern-shadow-1);
3027
- }
3028
-
3029
- .\------packages-cli-doc-core-src-theme-default-components-Siderbar-index-module__sidebar--UroNu.\------packages-cli-doc-core-src-theme-default-components-Siderbar-index-module__open--ackUn {
3030
- opacity: 1;
3031
- visibility: visible;
3032
- -webkit-transform: translateX(0);
3033
- -moz-transform: translateX(0);
3034
- -o-transform: translateX(0);
3035
- transform: translateX(0);
3036
- -webkit-transition: opacity 0.25s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
3037
- transition: opacity 0.25s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
3038
- -o-transition: opacity 0.25s, -o-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
3039
- -moz-transition: opacity 0.25s, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), -moz-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
3040
- transition: opacity 0.25s, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
3041
- transition: opacity 0.25s, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), -moz-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), -o-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
3042
- }
3043
-
3044
- @media (min-width: 960px) {
3045
- .\------packages-cli-doc-core-src-theme-default-components-Siderbar-index-module__sidebar--UroNu {
3046
- z-index: 1;
3047
- margin-top: var(--modern-nav-height);
3048
- padding-bottom: 128px;
3049
- width: var(--modern-sidebar-width);
3050
- opacity: 1;
3051
- visibility: visible;
3052
- box-shadow: none;
3053
- -webkit-transform: translateX(0);
3054
- -moz-transform: translateX(0);
3055
- -o-transform: translateX(0);
3056
- transform: translateX(0);
3057
- }
3058
- }
3059
- @media (min-width: 1440px) {
3060
- .\------packages-cli-doc-core-src-theme-default-components-Siderbar-index-module__sidebar--UroNu {
3061
- padding-left: 16px;
3062
- width: var(--modern-sidebar-width);
3063
- }
3064
- }
3065
- .\------packages-cli-doc-core-src-theme-default-components-Siderbar-index-module__menuLink--EZlU3 {
3066
- opacity: 1;
3067
- }
3068
-
3069
- .\------packages-cli-doc-core-src-theme-default-components-Siderbar-index-module__menuLink--EZlU3:hover {
3070
- color: inherit;
3071
- -webkit-transition: all 0.2s;
3072
- -o-transition: all 0.2s;
3073
- -moz-transition: all 0.2s;
3074
- transition: all 0.2s;
3075
- }
3076
-
3077
- .\------packages-cli-doc-core-src-theme-default-components-Siderbar-index-module__menuItem--r3Oz1:hover,
3078
- .\------packages-cli-doc-core-src-theme-default-components-Siderbar-index-module__collapseContainer--BgJSm:hover {
3079
- background-color: rgba(229, 229, 229, 0.5);
3080
- -webkit-transition: all 0.2s;
3081
- -o-transition: all 0.2s;
3082
- -moz-transition: all 0.2s;
3083
- transition: all 0.2s;
3084
- }
3085
-
3086
- .\------packages-cli-doc-core-src-theme-default-components-Siderbar-index-module__menuItem--r3Oz1 {
3087
- color: var(--modern-c-text-2);
3088
- -webkit-transition: all 0.2s;
3089
- -o-transition: all 0.2s;
3090
- -moz-transition: all 0.2s;
3091
- transition: all 0.2s;
3092
- }
3093
-
3094
- .\------packages-cli-doc-core-src-theme-default-components-Siderbar-index-module__menuItemActive--RCb_U {
3095
- background-color: var(--modern-c-brand-tint);
3096
- color: var(--modern-c-brand);
3097
- }
3098
- .overview-index h1,
3099
- .overview-index h2,
3100
- .overview-index h3 {
3101
- font-weight: 600;
3102
- line-height: 1;
3103
- }
3104
- .overview-index h1,
3105
- .overview-index h2 {
3106
- letter-spacing: -0.02em;
3107
- }
3108
- .overview-index h1 {
3109
- font-size: 38px;
3110
- }
3111
- .overview-index h2 {
3112
- font-size: 24px;
3113
- color: var(--modern-c-text-1);
3114
- margin: 36px 0;
3115
- -webkit-transition: color 0.5s;
3116
- -o-transition: color 0.5s;
3117
- -moz-transition: color 0.5s;
3118
- transition: color 0.5s;
3119
- padding-top: 36px;
3120
- border-top: 1px solid var(--modern-c-divider-light);
3121
- }
3122
- .overview-index h3,
3123
- .overview-index h3 > a {
3124
- letter-spacing: -0.01em;
3125
- color: var(--modern-c-brand);
3126
- font-size: 18px;
3127
- margin-bottom: 1em;
3128
- -webkit-transition: color 0.5s;
3129
- -o-transition: color 0.5s;
3130
- -moz-transition: color 0.5s;
3131
- transition: color 0.5s;
3132
- }
3133
- .overview-index h3 > a {
3134
- margin: 0;
3135
- line-height: 1.3;
3136
- }
3137
- .overview-index h3 > a:hover {
3138
- -webkit-transition: color 0.5s;
3139
- -o-transition: color 0.5s;
3140
- -moz-transition: color 0.5s;
3141
- transition: color 0.5s;
3142
- color: var(--modern-c-brand-dark);
3143
- }
3144
- .overview-index h3:before {
3145
- display: none;
3146
- }
3147
- .overview-index h1:hover .\------packages-cli-doc-core-src-theme-default-components-Overview-index-module__header-anchor--mPqs2,
3148
- .overview-index h1:focus .\------packages-cli-doc-core-src-theme-default-components-Overview-index-module__header-anchor--mPqs2,
3149
- .overview-index h2:hover .\------packages-cli-doc-core-src-theme-default-components-Overview-index-module__header-anchor--mPqs2,
3150
- .overview-index h2:focus .\------packages-cli-doc-core-src-theme-default-components-Overview-index-module__header-anchor--mPqs2,
3151
- .overview-index h3:hover .\------packages-cli-doc-core-src-theme-default-components-Overview-index-module__header-anchor--mPqs2,
3152
- .overview-index h3:focus .\------packages-cli-doc-core-src-theme-default-components-Overview-index-module__header-anchor--mPqs2,
3153
- .overview-index h4:hover .\------packages-cli-doc-core-src-theme-default-components-Overview-index-module__header-anchor--mPqs2,
3154
- .overview-index h4:focus .\------packages-cli-doc-core-src-theme-default-components-Overview-index-module__header-anchor--mPqs2,
3155
- .overview-index h5:hover .\------packages-cli-doc-core-src-theme-default-components-Overview-index-module__header-anchor--mPqs2,
3156
- .overview-index h5:focus .\------packages-cli-doc-core-src-theme-default-components-Overview-index-module__header-anchor--mPqs2,
3157
- .overview-index h6:hover .\------packages-cli-doc-core-src-theme-default-components-Overview-index-module__header-anchor--mPqs2,
3158
- .overview-index h6:focus .\------packages-cli-doc-core-src-theme-default-components-Overview-index-module__header-anchor--mPqs2 {
3159
- opacity: 1;
3160
- }
3161
- .overview-index a.\------packages-cli-doc-core-src-theme-default-components-Overview-index-module__header-anchor--mPqs2 {
3162
- float: left;
3163
- margin-top: 0.125em;
3164
- margin-left: -0.87em;
3165
- padding-right: 0.23em;
3166
- font-size: 0.85em;
3167
- opacity: 0;
3168
- font-weight: 500;
3169
- color: var(--modern-c-brand);
3170
- -webkit-transition: color 0.25s;
3171
- -o-transition: color 0.25s;
3172
- -moz-transition: color 0.25s;
3173
- transition: color 0.25s;
3174
- -webkit-text-decoration-style: dotted;
3175
- -moz-text-decoration-style: dotted;
3176
- text-decoration-style: dotted;
3177
- }
3178
- .overview-index a.\------packages-cli-doc-core-src-theme-default-components-Overview-index-module__header-anchor--mPqs2:hover,
3179
- .overview-index a.\------packages-cli-doc-core-src-theme-default-components-Overview-index-module__header-anchor--mPqs2:focus {
3180
- text-decoration: none;
3181
- }
3182
-
3183
- .\------packages-cli-doc-core-src-theme-default-components-Overview-index-module__overview-groups--_ecV6 a {
3184
- font-size: 15px;
3185
- font-weight: 500;
3186
- line-height: 2;
3187
- color: var(--modern-c-text-code);
3188
- -webkit-transition: color 0.5s;
3189
- -o-transition: color 0.5s;
3190
- -moz-transition: color 0.5s;
3191
- transition: color 0.5s;
3192
- }
3193
-
3194
- .\------packages-cli-doc-core-src-theme-default-components-Overview-index-module__overview-group-li--AhQcS {
3195
- position: relative;
3196
- }
3197
- .\------packages-cli-doc-core-src-theme-default-components-Overview-index-module__overview-group-li--AhQcS.\------packages-cli-doc-core-src-theme-default-components-Overview-index-module__level-2--EdouY {
3198
- padding-left: 1rem;
3199
- }
3200
- .\------packages-cli-doc-core-src-theme-default-components-Overview-index-module__overview-group-li--AhQcS.\------packages-cli-doc-core-src-theme-default-components-Overview-index-module__level-2--EdouY:before {
3201
- left: -0.25rem;
3202
- }
3203
-
3204
- .\------packages-cli-doc-core-src-theme-default-components-Overview-index-module__overview-group-li--AhQcS:before {
3205
- content: "";
3206
- position: absolute;
3207
- width: 5px;
3208
- height: 5px;
3209
- border-radius: 50%;
3210
- background-color: rgba(60, 60, 60, 0.33);
3211
- -webkit-transition: background-color 0.5s;
3212
- -o-transition: background-color 0.5s;
3213
- -moz-transition: background-color 0.5s;
3214
- transition: background-color 0.5s;
3215
- left: -1.25rem;
3216
- top: 0.9rem;
3217
- }
3218
-
3219
- .dark overview-groups a {
3220
- font-weight: 400;
3221
- }
3222
-
3223
- .\------packages-cli-doc-core-src-theme-default-components-Overview-index-module__overview-group--mLD5f {
3224
- page-break-inside: avoid;
3225
- -webkit-column-break-inside: avoid;
3226
- -moz-column-break-inside: avoid;
3227
- break-inside: avoid;
3228
- margin-bottom: 28px;
3229
- background-color: var(--modern-c-bg-soft);
3230
- border-radius: 8px;
3231
- padding: 28px 32px;
3232
- -webkit-transition: background-color 0.5s;
3233
- -o-transition: background-color 0.5s;
3234
- -moz-transition: background-color 0.5s;
3235
- transition: background-color 0.5s;
3236
- }
3237
-
3238
- @media (max-width: 768px) {
3239
- .overview-index {
3240
- padding: 42px 24px;
3241
- }
3242
- .overview-index h1 {
3243
- font-size: 32px;
3244
- margin-bottom: 24px;
3245
- }
3246
- .overview-index h2 {
3247
- font-size: 22px;
3248
- margin: 42px 0 32px;
3249
- padding-top: 32px;
3250
- }
3251
- .\------packages-cli-doc-core-src-theme-default-components-Overview-index-module__overview-groups--_ecV6 a {
3252
- font-size: 14px;
3253
- }
3254
- .\------packages-cli-doc-core-src-theme-default-components-Overview-index-module__header--GBUJO {
3255
- display: block;
3256
- }
3257
- }
3258
- @media (min-width: 768px) {
3259
- .\------packages-cli-doc-core-src-theme-default-components-Overview-index-module__overview-groups--_ecV6 {
3260
- -webkit-columns: 2;
3261
- -moz-columns: 2;
3262
- columns: 2;
3263
- }
3264
- }
3265
- @media (min-width: 1024px) {
3266
- .\------packages-cli-doc-core-src-theme-default-components-Overview-index-module__overview-groups--_ecV6 {
3267
- -webkit-columns: 3;
3268
- -moz-columns: 3;
3269
- columns: 3;
3270
- }
3271
- }
3272
- @media (min-width: 640px) {
3273
- .\------packages-cli-doc-core-src-theme-default-components-DocFooter-index-module__pager--C_zBL {
3274
- display: -webkit-flex;
3275
- display: -moz-box;
3276
- display: flex;
3277
- -webkit-flex-direction: column;
3278
- -moz-box-orient: vertical;
3279
- -moz-box-direction: normal;
3280
- flex-direction: column;
3281
- width: 50%;
3282
- }
3283
- .\------packages-cli-doc-core-src-theme-default-components-DocFooter-index-module__pager--C_zBL.\------packages-cli-doc-core-src-theme-default-components-DocFooter-index-module__has-next--Ldy33 {
3284
- padding-top: 0;
3285
- padding-left: 16px;
3286
- }
3287
- }
3288
- @media (min-width: 768px) {
3289
- .\------packages-cli-doc-core-src-theme-default-components-DocFooter-index-module__prev--ajVjQ {
3290
- width: 50%;
3291
- }
3292
- .\------packages-cli-doc-core-src-theme-default-components-DocFooter-index-module__next--A2aco {
3293
- width: 50%;
3294
- }
3295
- }
3296
- .\------packages-cli-doc-core-src-theme-default-components-DocFooter-index-module__pager-link--pAnzs {
3297
- display: block;
3298
- border: 1px solid var(--modern-c-divider-light);
3299
- border-radius: 8px;
3300
- padding: 16px;
3301
- width: 100%;
3302
- height: 100%;
3303
- -webkit-transition: border-color 0.25s;
3304
- -o-transition: border-color 0.25s;
3305
- -moz-transition: border-color 0.25s;
3306
- transition: border-color 0.25s;
3307
- }
3308
-
3309
- .\------packages-cli-doc-core-src-theme-default-components-DocFooter-index-module__pager-link--pAnzs:hover {
3310
- border-color: var(--modern-c-brand);
3311
- }
3312
-
3313
- .\------packages-cli-doc-core-src-theme-default-components-DocFooter-index-module__pager-link--pAnzs:hover .\------packages-cli-doc-core-src-theme-default-components-DocFooter-index-module__title--jr5Zr {
3314
- color: var(--modern-c-brand-dark);
3315
- }
3316
-
3317
- .\------packages-cli-doc-core-src-theme-default-components-DocFooter-index-module__pager-link--pAnzs.\------packages-cli-doc-core-src-theme-default-components-DocFooter-index-module__next--A2aco {
3318
- margin-left: auto;
3319
- text-align: right;
3320
- }
3321
-
3322
- .\------packages-cli-doc-core-src-theme-default-components-DocFooter-index-module__desc--rVEMI {
3323
- display: block;
3324
- line-height: 20px;
3325
- font-size: 12px;
3326
- font-weight: 500;
3327
- color: var(--modern-c-text-2);
3328
- }
3329
-
3330
- .\------packages-cli-doc-core-src-theme-default-components-DocFooter-index-module__title--jr5Zr {
3331
- display: block;
3332
- line-height: 20px;
3333
- font-size: 14px;
3334
- font-weight: 500;
3335
- color: var(--modern-c-brand);
3336
- -webkit-transition: color 0.25s;
3337
- -o-transition: color 0.25s;
3338
- -moz-transition: color 0.25s;
3339
- transition: color 0.25s;
3340
- }
3341
- .\------packages-cli-doc-core-src-theme-default-components-HomeHero-index-module__clip--QG9Rc {
3342
- background: var(--modern-home-hero-name-background);
3343
- -webkit-background-clip: text;
3344
- background-clip: text;
3345
- -webkit-text-fill-color: var(--modern-home-hero-name-color);
3346
- }
3347
- @media (min-width: 640px) {
3348
- .\------packages-cli-doc-core-src-theme-default-components-HomeFeatures-index-module__grid-2--m2JAU,
3349
- .\------packages-cli-doc-core-src-theme-default-components-HomeFeatures-index-module__grid-4--cKq0u,
3350
- .\------packages-cli-doc-core-src-theme-default-components-HomeFeatures-index-module__grid-6--zyyfo {
3351
- width: 50%;
3352
- }
3353
- }
3354
- @media (min-width: 768px) {
3355
- .\------packages-cli-doc-core-src-theme-default-components-HomeFeatures-index-module__grid-2--m2JAU,
3356
- .\------packages-cli-doc-core-src-theme-default-components-HomeFeatures-index-module__grid-4--cKq0u {
3357
- width: 50%;
3358
- }
3359
- .\------packages-cli-doc-core-src-theme-default-components-HomeFeatures-index-module__grid-3--FTep1,
3360
- .\------packages-cli-doc-core-src-theme-default-components-HomeFeatures-index-module__grid-6--zyyfo {
3361
- width: 33.3333333333%;
3362
- }
3363
- }
3364
- @media (min-width: 960px) {
3365
- .\------packages-cli-doc-core-src-theme-default-components-HomeFeatures-index-module__grid-4--cKq0u {
3366
- width: 33.3333333333%;
3367
- }
3368
- }
3369
-
3370
- /*# sourceMappingURL=main.css.map*/