@verdaccio/ui-components 5.0.0-next-9.7 → 5.0.0-next-9.9

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 (261) hide show
  1. package/build/Theme/ResetStyles.d.ts +1 -1
  2. package/build/Theme/StyleBaseline.d.ts +1 -2
  3. package/build/Theme/ThemeProvider.d.ts +1 -1
  4. package/build/Theme/modes.d.ts +13 -1
  5. package/build/Theme/modes.js +18 -3
  6. package/build/Theme/modes.js.map +1 -1
  7. package/build/Theme/modes.mjs +16 -2
  8. package/build/Theme/modes.mjs.map +1 -1
  9. package/build/Theme/theme.d.ts +27 -3
  10. package/build/Theme/theme.js.map +1 -1
  11. package/build/Theme/theme.mjs.map +1 -1
  12. package/build/api/use-data-mutation.d.ts +3 -3
  13. package/build/api/use-data.d.ts +2 -2
  14. package/build/components/ActionBar/ActionBar.d.ts +1 -1
  15. package/build/components/ActionBar/ActionBarAction.d.ts +7 -2
  16. package/build/components/AppRoute/AppRoute.d.ts +1 -1
  17. package/build/components/Author/Author.d.ts +1 -1
  18. package/build/components/Author/styles.d.ts +9 -2
  19. package/build/components/CopyClipboard/CopyToClipBoard.d.ts +1 -1
  20. package/build/components/CopyClipboard/utils.d.ts +1 -1
  21. package/build/components/Dependencies/Dependencies.d.ts +1 -1
  22. package/build/components/Dependencies/DependencyBlock.d.ts +15 -7
  23. package/build/components/Dependencies/DependencyBlock.mjs +2 -2
  24. package/build/components/Dependencies/DependencyBlock.mjs.map +1 -1
  25. package/build/components/Dependencies/index.js +1 -1
  26. package/build/components/Dependencies/types.d.ts +1 -1
  27. package/build/components/Deprecated/Deprecated.d.ts +1 -1
  28. package/build/components/Developers/Developers.d.ts +8 -3
  29. package/build/components/Developers/Title.d.ts +1 -1
  30. package/build/components/Developers/Title.mjs +2 -2
  31. package/build/components/Developers/Title.mjs.map +1 -1
  32. package/build/components/Developers/get-unique-developer-values.d.ts +1 -1
  33. package/build/components/Distribution/Dist.d.ts +2 -2
  34. package/build/components/Distribution/styles.d.ts +12 -3
  35. package/build/components/Distribution/styles.mjs +2 -2
  36. package/build/components/Distribution/styles.mjs.map +1 -1
  37. package/build/components/Engines/Engines.d.ts +2 -2
  38. package/build/components/Engines/styles.d.ts +9 -2
  39. package/build/components/Engines/styles.mjs +2 -2
  40. package/build/components/Engines/styles.mjs.map +1 -1
  41. package/build/components/ErrorBoundary/ErrorBoundary.d.ts +2 -3
  42. package/build/components/Forbidden/Forbidden.d.ts +1 -1
  43. package/build/components/FundButton/FundButton.d.ts +1 -1
  44. package/build/components/FundButton/FundButton.js +1 -1
  45. package/build/components/FundButton/FundButton.js.map +1 -1
  46. package/build/components/FundButton/FundButton.mjs +1 -1
  47. package/build/components/FundButton/FundButton.mjs.map +1 -1
  48. package/build/components/HeaderInfoDialog/HeaderInfoDialog.d.ts +1 -1
  49. package/build/components/Heading/Heading.d.ts +2 -2
  50. package/build/components/Heading/Heading.mjs +2 -2
  51. package/build/components/Heading/Heading.mjs.map +1 -1
  52. package/build/components/Help/Help.d.ts +1 -1
  53. package/build/components/Help/Help.mjs +3 -3
  54. package/build/components/Help/Help.mjs.map +1 -1
  55. package/build/components/Help/styles.d.ts +3 -1
  56. package/build/components/Icons/DevsIcons/CommonJS.d.ts +1 -1
  57. package/build/components/Icons/DevsIcons/ES6Module.d.ts +1 -1
  58. package/build/components/Icons/DevsIcons/Git.d.ts +1 -1
  59. package/build/components/Icons/DevsIcons/NodeJS.d.ts +1 -1
  60. package/build/components/Icons/DevsIcons/TypeScript.d.ts +1 -1
  61. package/build/components/Icons/DevsIcons/commonjs.svg +4 -0
  62. package/build/components/Icons/DevsIcons/es6module.svg +4 -0
  63. package/build/components/Icons/DevsIcons/git.svg +4 -0
  64. package/build/components/Icons/DevsIcons/nodejs.svg +6 -0
  65. package/build/components/Icons/DevsIcons/typescript.svg +4 -0
  66. package/build/components/Icons/Earth.d.ts +1 -1
  67. package/build/components/Icons/FileBinary.d.ts +1 -1
  68. package/build/components/Icons/Law.d.ts +1 -1
  69. package/build/components/Icons/License.d.ts +1 -1
  70. package/build/components/Icons/Managers/Npm.d.ts +1 -1
  71. package/build/components/Icons/Managers/Pnpm.d.ts +1 -1
  72. package/build/components/Icons/Managers/Yarn.d.ts +1 -1
  73. package/build/components/Icons/Managers/npm.svg +15 -0
  74. package/build/components/Icons/Managers/pnpm.svg +1 -0
  75. package/build/components/Icons/Managers/yarn.svg +1 -0
  76. package/build/components/Icons/SvgIcon.d.ts +2 -2
  77. package/build/components/Icons/Time.d.ts +1 -1
  78. package/build/components/Icons/Version.d.ts +1 -1
  79. package/build/components/Install/Install.d.ts +3 -3
  80. package/build/components/Install/InstallListItem.d.ts +1 -1
  81. package/build/components/Install/InstallListItem.mjs +2 -2
  82. package/build/components/Install/InstallListItem.mjs.map +1 -1
  83. package/build/components/Keywords/KeywordListItems.d.ts +1 -1
  84. package/build/components/Keywords/Keywords.d.ts +2 -2
  85. package/build/components/Keywords/Keywords.mjs +2 -2
  86. package/build/components/Keywords/Keywords.mjs.map +1 -1
  87. package/build/components/Label/Label.d.ts +2 -2
  88. package/build/components/Link/Link.d.ts +1 -1
  89. package/build/components/Link/Link.mjs +2 -2
  90. package/build/components/Link/Link.mjs.map +1 -1
  91. package/build/components/LinkExternal/LinkExternal.d.ts +1 -1
  92. package/build/components/Loading/Loading.d.ts +1 -1
  93. package/build/components/Loading/Spinner/Spinner.d.ts +1 -1
  94. package/build/components/Loading/styles.d.ts +7 -7
  95. package/build/components/LoginDialog/LoginDialog.d.ts +1 -1
  96. package/build/components/LoginDialog/LoginDialogCloseButton.d.ts +1 -1
  97. package/build/components/LoginDialog/LoginDialogCloseButton.js +2 -2
  98. package/build/components/LoginDialog/LoginDialogCloseButton.js.map +1 -1
  99. package/build/components/LoginDialog/LoginDialogCloseButton.mjs +2 -2
  100. package/build/components/LoginDialog/LoginDialogCloseButton.mjs.map +1 -1
  101. package/build/components/LoginDialog/LoginDialogForm.d.ts +1 -1
  102. package/build/components/LoginDialog/LoginDialogFormError.d.ts +1 -1
  103. package/build/components/LoginForm/Login.d.ts +2 -2
  104. package/build/components/LoginForm/Login.mjs +2 -2
  105. package/build/components/LoginForm/Login.mjs.map +1 -1
  106. package/build/components/LoginForm/PasswordField.d.ts +3 -3
  107. package/build/components/LoginForm/UsernameField.d.ts +3 -3
  108. package/build/components/LoginForm/styles.d.ts +1 -1
  109. package/build/components/LoginForm/styles.js +2 -2
  110. package/build/components/LoginForm/styles.js.map +1 -1
  111. package/build/components/LoginForm/styles.mjs +2 -2
  112. package/build/components/LoginForm/styles.mjs.map +1 -1
  113. package/build/components/LoginForm/useLoginForm.d.ts +17 -17
  114. package/build/components/Logo/Logo.d.ts +1 -1
  115. package/build/components/Logo/img/logo-black-and-white.svg +1 -0
  116. package/build/components/Logo/img/logo.svg +1 -0
  117. package/build/components/MenuItem/MenuItem.d.ts +2 -2
  118. package/build/components/NoItems/NoItems.d.ts +1 -1
  119. package/build/components/NoItems/NoItems.mjs +2 -2
  120. package/build/components/NoItems/NoItems.mjs.map +1 -1
  121. package/build/components/NotFound/NotFound.d.ts +1 -1
  122. package/build/components/NotFound/img/package.svg +1 -0
  123. package/build/components/Package/Package.d.ts +3 -3
  124. package/build/components/Package/Package.js.map +1 -1
  125. package/build/components/Package/Package.mjs.map +1 -1
  126. package/build/components/Package/styles.d.ts +39 -29
  127. package/build/components/Package/styles.mjs +2 -2
  128. package/build/components/Package/styles.mjs.map +1 -1
  129. package/build/components/PackageList/PackageList.d.ts +2 -2
  130. package/build/components/Person/Person.d.ts +2 -2
  131. package/build/components/Person/PersonTooltip.d.ts +2 -2
  132. package/build/components/Person/PersonTooltip.mjs +2 -2
  133. package/build/components/Person/PersonTooltip.mjs.map +1 -1
  134. package/build/components/Person/utils.d.ts +1 -1
  135. package/build/components/RawViewer/RawViewer.d.ts +1 -1
  136. package/build/components/Readme/Readme.d.ts +2 -5
  137. package/build/components/Readme/Readme.js +6 -6
  138. package/build/components/Readme/Readme.js.map +1 -1
  139. package/build/components/Readme/Readme.mjs +6 -6
  140. package/build/components/Readme/Readme.mjs.map +1 -1
  141. package/build/components/Readme/github-markdown.css +1654 -0
  142. package/build/components/Readme/hljs-github-dark.css +117 -0
  143. package/build/components/Readme/hljs-github-light.css +117 -0
  144. package/build/components/RegistryInfoDialog/RegistryInfoDialog.d.ts +2 -2
  145. package/build/components/RegistryInfoDialog/styles.d.ts +11 -7
  146. package/build/components/RegistryInfoDialog/types.d.ts +1 -1
  147. package/build/components/Repository/Repository.d.ts +1 -1
  148. package/build/components/Repository/Repository.mjs +4 -4
  149. package/build/components/Repository/Repository.mjs.map +1 -1
  150. package/build/components/Search/AutoComplete/AutoComplete.d.ts +2 -3
  151. package/build/components/Search/AutoComplete/styles.d.ts +3 -3
  152. package/build/components/Search/Search.d.ts +1 -1
  153. package/build/components/Search/Search.js +15 -30
  154. package/build/components/Search/Search.js.map +1 -1
  155. package/build/components/Search/Search.mjs +15 -30
  156. package/build/components/Search/Search.mjs.map +1 -1
  157. package/build/components/Search/SearchItem.d.ts +4 -4
  158. package/build/components/Search/styles.d.ts +10 -6
  159. package/build/components/Search/utils.d.ts +21 -0
  160. package/build/components/Search/utils.js +37 -0
  161. package/build/components/Search/utils.js.map +1 -1
  162. package/build/components/Search/utils.mjs +37 -1
  163. package/build/components/Search/utils.mjs.map +1 -1
  164. package/build/components/SettingsMenu/SettingsMenu.d.ts +1 -1
  165. package/build/components/SideBarTitle/SideBarTitle.d.ts +1 -1
  166. package/build/components/UnAuthorized/UnAuthorized.d.ts +1 -1
  167. package/build/components/UpLinks/UpLinks.d.ts +1 -1
  168. package/build/components/UpLinks/UplinkLink.d.ts +1 -1
  169. package/build/components/UpLinks/index.js +1 -1
  170. package/build/components/UpLinks/styles.d.ts +11 -7
  171. package/build/components/UpLinks/styles.mjs +5 -5
  172. package/build/components/UpLinks/styles.mjs.map +1 -1
  173. package/build/components/Versions/HistoryList.d.ts +2 -2
  174. package/build/components/Versions/TagList.d.ts +2 -2
  175. package/build/components/Versions/Versions.d.ts +7 -2
  176. package/build/components/Versions/Versions.mjs +2 -2
  177. package/build/components/Versions/Versions.mjs.map +1 -1
  178. package/build/components/Versions/index.js +1 -1
  179. package/build/components/Versions/styles.d.ts +6 -6
  180. package/build/components/Versions/styles.mjs +3 -3
  181. package/build/components/Versions/styles.mjs.map +1 -1
  182. package/build/components/Versions/types.d.ts +1 -1
  183. package/build/configuration.d.ts +1 -1
  184. package/build/hooks/useOnClickOutside.d.ts +1 -1
  185. package/build/index.d.ts +0 -3
  186. package/build/index.js +59 -62
  187. package/build/index.mjs +2 -6
  188. package/build/layouts/Security/Dialog.d.ts +1 -1
  189. package/build/layouts/Version/Version.d.ts +1 -1
  190. package/build/pages/Front/index.js +1 -1
  191. package/build/pages/Version/Version.d.ts +1 -1
  192. package/build/pages/Version/index.js +1 -1
  193. package/build/providers/AppConfigurationProvider/AppConfigurationProvider.d.ts +2 -2
  194. package/build/providers/AuthProvider/AuthProvider.d.ts +2 -3
  195. package/build/providers/AuthProvider/types.d.ts +1 -1
  196. package/build/providers/AuthProvider/utils.d.ts +1 -1
  197. package/build/providers/DownloadProvider/DownloadProvider.d.ts +1 -2
  198. package/build/providers/ManifestsProvider/ManifestsProvider.d.ts +2 -3
  199. package/build/providers/ManifestsProvider/README.md +22 -0
  200. package/build/providers/PersistenceSettingProvider/PersistenceSettingProvider.d.ts +1 -2
  201. package/build/providers/SearchProvider/SearchProvider.d.ts +2 -3
  202. package/build/providers/TranslatorProvider/TranslatorProvider.d.ts +2 -3
  203. package/build/providers/VersionProvider/README.md +22 -0
  204. package/build/providers/VersionProvider/VersionProvider.d.ts +2 -2
  205. package/build/routes/SecurityRoutes.d.ts +1 -1
  206. package/build/sections/Detail/ContainerContent.d.ts +1 -1
  207. package/build/sections/Detail/Detail.d.ts +1 -1
  208. package/build/sections/Detail/ReadmeSection.d.ts +1 -1
  209. package/build/sections/Detail/Tabs.d.ts +1 -1
  210. package/build/sections/Footer/Footer.d.ts +1 -1
  211. package/build/sections/Footer/styles.d.ts +17 -17
  212. package/build/sections/Header/Header.d.ts +1 -1
  213. package/build/sections/Header/HeaderGreetings.d.ts +1 -1
  214. package/build/sections/Header/HeaderLeft.d.ts +1 -1
  215. package/build/sections/Header/HeaderMenu.d.ts +1 -2
  216. package/build/sections/Header/HeaderMenu.js +10 -11
  217. package/build/sections/Header/HeaderMenu.js.map +1 -1
  218. package/build/sections/Header/HeaderMenu.mjs +10 -11
  219. package/build/sections/Header/HeaderMenu.mjs.map +1 -1
  220. package/build/sections/Header/HeaderRight.d.ts +1 -1
  221. package/build/sections/Header/HeaderSettingsDialog.d.ts +1 -1
  222. package/build/sections/Header/HeaderToolTip.d.ts +2 -2
  223. package/build/sections/Header/HeaderToolTipIcon.d.ts +1 -1
  224. package/build/sections/Header/LanguageSwitch.d.ts +12 -3
  225. package/build/sections/Header/LanguageSwitch.mjs +2 -2
  226. package/build/sections/Header/LanguageSwitch.mjs.map +1 -1
  227. package/build/sections/Header/RegistryInfoContent/RegistryInfoContent.d.ts +7 -8
  228. package/build/sections/Header/RegistryInfoContent/RegistryInfoContent.mjs +5 -5
  229. package/build/sections/Header/RegistryInfoContent/RegistryInfoContent.mjs.map +1 -1
  230. package/build/sections/Header/RegistryInfoContent/styles.d.ts +7 -7
  231. package/build/sections/Header/styles.d.ts +33 -19
  232. package/build/sections/Home/Home.d.ts +1 -1
  233. package/build/sections/Security/AddUser.d.ts +1 -1
  234. package/build/sections/Security/AddUser.js +0 -1
  235. package/build/sections/Security/AddUser.js.map +1 -1
  236. package/build/sections/Security/AddUser.mjs +0 -1
  237. package/build/sections/Security/AddUser.mjs.map +1 -1
  238. package/build/sections/Security/ChangePassword.d.ts +1 -1
  239. package/build/sections/Security/ChangePassword.js +0 -1
  240. package/build/sections/Security/ChangePassword.js.map +1 -1
  241. package/build/sections/Security/ChangePassword.mjs +0 -1
  242. package/build/sections/Security/ChangePassword.mjs.map +1 -1
  243. package/build/sections/Security/Login.d.ts +1 -1
  244. package/build/sections/Security/Success.d.ts +1 -1
  245. package/build/sections/Security/styles.d.ts +5 -3
  246. package/build/sections/Security/styles.js +1 -1
  247. package/build/sections/Security/styles.js.map +1 -1
  248. package/build/sections/Security/styles.mjs +1 -1
  249. package/build/sections/Security/styles.mjs.map +1 -1
  250. package/build/sections/SideBar/Sidebar.d.ts +1 -1
  251. package/build/types/index.d.ts +1 -1
  252. package/build/types/packageMeta.d.ts +1 -1
  253. package/build/ui-components.css +1024 -334
  254. package/build/utils/cli-utils.d.ts +1 -1
  255. package/build/utils/loadable.d.ts +1 -1
  256. package/build/utils/utils.d.ts +2 -2
  257. package/package.json +5 -8
  258. package/build/pages/Security/index.js +0 -4
  259. package/build/pages/Security/index.mjs +0 -4
  260. package/build/test/i18n-config.d.ts +0 -2
  261. package/build/test/test-react-testing-library.d.ts +0 -23
@@ -2,129 +2,173 @@
2
2
 
3
3
  .markdown-body pre code span {
4
4
  font-family: monospace;
5
- font-size: 1em;
6
5
  }
7
6
 
8
7
  /* Output from https://github.com/sindresorhus/generate-github-markdown-css without media selectors and transparent background */
9
8
 
10
- .markdown-dark {
11
- /*dark*/
9
+ .markdown-body {
10
+ --base-size-16: 1rem;
11
+ --base-size-24: 1.5rem;
12
+ --base-size-4: 0.25rem;
13
+ --base-size-40: 2.5rem;
14
+ --base-size-8: 0.5rem;
15
+ --base-text-weight-medium: 500;
16
+ --base-text-weight-normal: 400;
17
+ --base-text-weight-semibold: 600;
18
+ --borderWidth-thin: 0.0625rem;
19
+ --borderRadius-full: 624.938rem;
20
+ --borderRadius-medium: 0.375rem;
21
+ --stack-padding-condensed: 0.5rem;
22
+ --stack-padding-normal: 1rem;
23
+ --fontStack-monospace: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono,
24
+ monospace;
25
+ --fontStack-sansSerif: 'Mona Sans VF', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans',
26
+ Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
27
+ --text-body-size-small: var(--base-text-size-xs);
28
+ --h6-size: 0.75rem;
29
+ --fgColor-accent: Highlight;
30
+ }
31
+ [data-theme='dark'].markdown-body {
32
+ /* dark — bg tokens align with Theme/modes.ts (paper #2d3748, default #1a202c) */
12
33
  color-scheme: dark;
13
- --color-prettylights-syntax-comment: #8b949e;
34
+ --fgColor-accent: #4493f8;
35
+ --bgColor-attention-muted: #bb800926;
36
+ --bgColor-default: #2d3748;
37
+ --bgColor-muted: #1a202c;
38
+ --bgColor-neutral-muted: #656c7633;
39
+ --borderColor-accent-emphasis: #1f6feb;
40
+ --borderColor-attention-emphasis: #9e6a03;
41
+ --borderColor-attention-muted: #bb800966;
42
+ --borderColor-danger-emphasis: #da3633;
43
+ --borderColor-default: #3d444d;
44
+ --borderColor-done-emphasis: #8957e5;
45
+ --borderColor-success-emphasis: #238636;
46
+ --color-prettylights-syntax-brackethighlighter-angle: #9198a1;
47
+ --color-prettylights-syntax-brackethighlighter-unmatched: #f85149;
48
+ --color-prettylights-syntax-carriage-return-bg: #b62324;
49
+ --color-prettylights-syntax-carriage-return-text: #f0f6fc;
50
+ --color-prettylights-syntax-comment: #9198a1;
14
51
  --color-prettylights-syntax-constant: #79c0ff;
52
+ --color-prettylights-syntax-constant-other-reference-link: #a5d6ff;
15
53
  --color-prettylights-syntax-entity: #d2a8ff;
16
- --color-prettylights-syntax-storage-modifier-import: #c9d1d9;
17
54
  --color-prettylights-syntax-entity-tag: #7ee787;
18
55
  --color-prettylights-syntax-keyword: #ff7b72;
19
- --color-prettylights-syntax-string: #a5d6ff;
20
- --color-prettylights-syntax-variable: #ffa657;
21
- --color-prettylights-syntax-brackethighlighter-unmatched: #f85149;
22
- --color-prettylights-syntax-invalid-illegal-text: #f0f6fc;
23
- --color-prettylights-syntax-invalid-illegal-bg: #8e1519;
24
- --color-prettylights-syntax-carriage-return-text: #f0f6fc;
25
- --color-prettylights-syntax-carriage-return-bg: #b62324;
26
- --color-prettylights-syntax-string-regexp: #7ee787;
27
- --color-prettylights-syntax-markup-list: #f2cc60;
28
- --color-prettylights-syntax-markup-heading: #1f6feb;
29
- --color-prettylights-syntax-markup-italic: #c9d1d9;
30
- --color-prettylights-syntax-markup-bold: #c9d1d9;
31
- --color-prettylights-syntax-markup-deleted-text: #ffdcd7;
32
- --color-prettylights-syntax-markup-deleted-bg: #67060c;
33
- --color-prettylights-syntax-markup-inserted-text: #aff5b4;
34
- --color-prettylights-syntax-markup-inserted-bg: #033a16;
35
- --color-prettylights-syntax-markup-changed-text: #ffdfb6;
56
+ --color-prettylights-syntax-markup-bold: #f0f6fc;
36
57
  --color-prettylights-syntax-markup-changed-bg: #5a1e02;
37
- --color-prettylights-syntax-markup-ignored-text: #c9d1d9;
58
+ --color-prettylights-syntax-markup-changed-text: #ffdfb6;
59
+ --color-prettylights-syntax-markup-deleted-bg: #67060c;
60
+ --color-prettylights-syntax-markup-deleted-text: #ffdcd7;
61
+ --color-prettylights-syntax-markup-heading: #1f6feb;
38
62
  --color-prettylights-syntax-markup-ignored-bg: #1158c7;
63
+ --color-prettylights-syntax-markup-ignored-text: #f0f6fc;
64
+ --color-prettylights-syntax-markup-inserted-bg: #033a16;
65
+ --color-prettylights-syntax-markup-inserted-text: #aff5b4;
66
+ --color-prettylights-syntax-markup-italic: #f0f6fc;
67
+ --color-prettylights-syntax-markup-list: #f2cc60;
39
68
  --color-prettylights-syntax-meta-diff-range: #d2a8ff;
40
- --color-prettylights-syntax-brackethighlighter-angle: #8b949e;
41
- --color-prettylights-syntax-sublimelinter-gutter-mark: #484f58;
42
- --color-prettylights-syntax-constant-other-reference-link: #a5d6ff;
43
- --color-fg-default: #e6edf3;
44
- --color-fg-muted: #848d97;
45
- --color-fg-subtle: #6e7681;
46
- --color-canvas-default: #0d1117;
47
- --color-canvas-subtle: #161b22;
48
- --color-border-default: #30363d;
49
- --color-border-muted: #21262d;
50
- --color-neutral-muted: rgba(110,118,129,0.4);
51
- --color-accent-fg: #2f81f7;
52
- --color-accent-emphasis: #1f6feb;
53
- --color-success-fg: #3fb950;
54
- --color-success-emphasis: #238636;
55
- --color-attention-fg: #d29922;
56
- --color-attention-emphasis: #9e6a03;
57
- --color-attention-subtle: rgba(187,128,9,0.15);
58
- --color-danger-fg: #f85149;
59
- --color-danger-emphasis: #da3633;
60
- --color-done-fg: #a371f7;
61
- --color-done-emphasis: #8957e5;
62
- }
63
-
64
- .markdown-light {
65
- /*light*/
69
+ --color-prettylights-syntax-storage-modifier-import: #f0f6fc;
70
+ --color-prettylights-syntax-string: #a5d6ff;
71
+ --color-prettylights-syntax-string-regexp: #7ee787;
72
+ --color-prettylights-syntax-sublimelinter-gutter-mark: #3d444d;
73
+ --color-prettylights-syntax-variable: #ffa657;
74
+ --fgColor-attention: #d29922;
75
+ --fgColor-danger: #f85149;
76
+ --fgColor-default: #f0f6fc;
77
+ --fgColor-done: #ab7df8;
78
+ --fgColor-muted: #9198a1;
79
+ --fgColor-success: #3fb950;
80
+ --borderColor-muted: #3d444db3;
81
+ --color-prettylights-syntax-invalid-illegal-bg: var(--bgColor-danger-muted);
82
+ --color-prettylights-syntax-invalid-illegal-text: var(--fgColor-danger);
83
+ --focus-outlineColor: var(--borderColor-accent-emphasis);
84
+ --selection-bgColor: #1f6febb3;
85
+ --borderColor-neutral-muted: var(--borderColor-muted);
86
+ }
87
+
88
+ [data-theme='light'].markdown-body {
89
+ /* light */
66
90
  color-scheme: light;
67
- --color-prettylights-syntax-comment: #57606a;
91
+ --fgColor-danger: #d1242f;
92
+ --bgColor-attention-muted: #fff8c5;
93
+ --bgColor-muted: darkgray;
94
+ --bgColor-neutral-muted: #818b981f;
95
+ --borderColor-accent-emphasis: #0969da;
96
+ --borderColor-attention-emphasis: #9a6700;
97
+ --borderColor-attention-muted: #d4a72c66;
98
+ --borderColor-danger-emphasis: #cf222e;
99
+ --borderColor-default: #d1d9e0;
100
+ --borderColor-done-emphasis: #8250df;
101
+ --borderColor-success-emphasis: #1a7f37;
102
+ --color-prettylights-syntax-brackethighlighter-angle: #59636e;
103
+ --color-prettylights-syntax-brackethighlighter-unmatched: #82071e;
104
+ --color-prettylights-syntax-carriage-return-bg: #cf222e;
105
+ --color-prettylights-syntax-carriage-return-text: #f6f8fa;
106
+ --color-prettylights-syntax-comment: #59636e;
68
107
  --color-prettylights-syntax-constant: #0550ae;
108
+ --color-prettylights-syntax-constant-other-reference-link: #0a3069;
69
109
  --color-prettylights-syntax-entity: #6639ba;
70
- --color-prettylights-syntax-storage-modifier-import: #24292f;
71
- --color-prettylights-syntax-entity-tag: #116329;
110
+ --color-prettylights-syntax-entity-tag: #0550ae;
111
+ --color-prettylights-syntax-invalid-illegal-text: var(--fgColor-danger);
72
112
  --color-prettylights-syntax-keyword: #cf222e;
73
- --color-prettylights-syntax-string: #0a3069;
74
- --color-prettylights-syntax-variable: #953800;
75
- --color-prettylights-syntax-brackethighlighter-unmatched: #82071e;
76
- --color-prettylights-syntax-invalid-illegal-text: #f6f8fa;
77
- --color-prettylights-syntax-invalid-illegal-bg: #82071e;
78
- --color-prettylights-syntax-carriage-return-text: #f6f8fa;
79
- --color-prettylights-syntax-carriage-return-bg: #cf222e;
80
- --color-prettylights-syntax-string-regexp: #116329;
81
- --color-prettylights-syntax-markup-list: #3b2300;
82
- --color-prettylights-syntax-markup-heading: #0550ae;
83
- --color-prettylights-syntax-markup-italic: #24292f;
84
- --color-prettylights-syntax-markup-bold: #24292f;
85
- --color-prettylights-syntax-markup-deleted-text: #82071e;
86
- --color-prettylights-syntax-markup-deleted-bg: #ffebe9;
87
- --color-prettylights-syntax-markup-inserted-text: #116329;
88
- --color-prettylights-syntax-markup-inserted-bg: #dafbe1;
89
- --color-prettylights-syntax-markup-changed-text: #953800;
90
113
  --color-prettylights-syntax-markup-changed-bg: #ffd8b5;
91
- --color-prettylights-syntax-markup-ignored-text: #eaeef2;
114
+ --color-prettylights-syntax-markup-changed-text: #953800;
115
+ --color-prettylights-syntax-markup-deleted-bg: #ffebe9;
116
+ --color-prettylights-syntax-markup-deleted-text: #82071e;
117
+ --color-prettylights-syntax-markup-heading: #0550ae;
92
118
  --color-prettylights-syntax-markup-ignored-bg: #0550ae;
119
+ --color-prettylights-syntax-markup-ignored-text: #d1d9e0;
120
+ --color-prettylights-syntax-markup-inserted-bg: #dafbe1;
121
+ --color-prettylights-syntax-markup-inserted-text: #116329;
122
+ --color-prettylights-syntax-markup-list: #3b2300;
93
123
  --color-prettylights-syntax-meta-diff-range: #8250df;
94
- --color-prettylights-syntax-brackethighlighter-angle: #57606a;
95
- --color-prettylights-syntax-sublimelinter-gutter-mark: #8c959f;
96
- --color-prettylights-syntax-constant-other-reference-link: #0a3069;
97
- --color-fg-default: #1F2328;
98
- --color-fg-muted: #656d76;
99
- --color-fg-subtle: #6e7781;
100
- --color-canvas-default: #ffffff;
101
- --color-canvas-subtle: #f6f8fa;
102
- --color-border-default: #d0d7de;
103
- --color-border-muted: hsla(210,18%,87%,1);
104
- --color-neutral-muted: rgba(175,184,193,0.2);
105
- --color-accent-fg: #0969da;
106
- --color-accent-emphasis: #0969da;
107
- --color-success-fg: #1a7f37;
108
- --color-success-emphasis: #1f883d;
109
- --color-attention-fg: #9a6700;
110
- --color-attention-emphasis: #9a6700;
111
- --color-attention-subtle: #fff8c5;
112
- --color-danger-fg: #d1242f;
113
- --color-danger-emphasis: #cf222e;
114
- --color-done-fg: #8250df;
115
- --color-done-emphasis: #8250df;
124
+ --color-prettylights-syntax-string: #0a3069;
125
+ --color-prettylights-syntax-string-regexp: #116329;
126
+ --color-prettylights-syntax-sublimelinter-gutter-mark: #818b98;
127
+ --color-prettylights-syntax-variable: #953800;
128
+ --fgColor-accent: #0969da;
129
+ --fgColor-attention: #9a6700;
130
+ --fgColor-done: #8250df;
131
+ --fgColor-muted: #59636e;
132
+ --fgColor-success: #1a7f37;
133
+ --bgColor-default: #fff;
134
+ --borderColor-muted: #d1d9e0b3;
135
+ --color-prettylights-syntax-invalid-illegal-bg: var(--bgColor-danger-muted);
136
+ --color-prettylights-syntax-markup-bold: #1f2328;
137
+ --color-prettylights-syntax-markup-italic: #1f2328;
138
+ --color-prettylights-syntax-storage-modifier-import: #1f2328;
139
+ --fgColor-default: #1f2328;
140
+ --focus-outlineColor: var(--borderColor-accent-emphasis);
141
+ --selection-bgColor: #0969da33;
142
+ --borderColor-neutral-muted: var(--borderColor-muted);
116
143
  }
117
144
 
118
145
  .markdown-body {
119
- -ms-text-size-adjust: 100%;
120
146
  -webkit-text-size-adjust: 100%;
147
+ -ms-text-size-adjust: 100%;
121
148
  margin: 0;
122
- color: var(--color-fg-default);
123
- background-color: transparent; /* var(--color-canvas-default); */
124
- font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";
149
+ font-weight: var(--base-text-weight-normal, 400);
150
+ color: var(--fgColor-default);
151
+ background-color: var(--bgColor-default);
152
+ font-family: var(
153
+ --fontStack-sansSerif,
154
+ -apple-system,
155
+ BlinkMacSystemFont,
156
+ 'Segoe UI',
157
+ 'Noto Sans',
158
+ Helvetica,
159
+ Arial,
160
+ sans-serif,
161
+ 'Apple Color Emoji',
162
+ 'Segoe UI Emoji'
163
+ );
164
+ overflow-wrap: break-word;
125
165
  font-size: 16px;
126
166
  line-height: 1.5;
127
- word-wrap: break-word;
167
+ }
168
+
169
+ .markdown-body a {
170
+ text-decoration: underline;
171
+ text-underline-offset: 0.2rem;
128
172
  }
129
173
 
130
174
  .markdown-body .octicon {
@@ -163,8 +207,8 @@
163
207
  }
164
208
 
165
209
  .markdown-body a {
166
- background-color: transparent;
167
- color: var(--color-accent-fg);
210
+ background-color: #0000;
211
+ color: var(--fgColor-accent);
168
212
  text-decoration: none;
169
213
  }
170
214
 
@@ -184,28 +228,24 @@
184
228
  }
185
229
 
186
230
  .markdown-body h1 {
187
- margin: .67em 0;
231
+ margin: 0.67em 0;
188
232
  font-weight: var(--base-text-weight-semibold, 600);
189
- padding-bottom: .3em;
233
+ border-bottom: 1px solid var(--borderColor-muted);
234
+ padding-bottom: 0.3em;
190
235
  font-size: 2em;
191
- border-bottom: 1px solid var(--color-border-muted);
192
236
  }
193
237
 
194
238
  .markdown-body mark {
195
- background-color: var(--color-attention-subtle);
196
- color: var(--color-fg-default);
197
- }
198
-
199
- .markdown-body small {
200
- font-size: 90%;
239
+ background-color: var(--bgColor-attention-muted);
240
+ color: var(--fgColor-default);
201
241
  }
202
242
 
203
243
  .markdown-body sub,
204
244
  .markdown-body sup {
245
+ vertical-align: baseline;
205
246
  font-size: 75%;
206
247
  line-height: 0;
207
248
  position: relative;
208
- vertical-align: baseline;
209
249
  }
210
250
 
211
251
  .markdown-body sub {
@@ -218,9 +258,8 @@
218
258
 
219
259
  .markdown-body img {
220
260
  border-style: none;
221
- max-width: 100%;
222
261
  box-sizing: content-box;
223
- background-color: var(--color-canvas-default);
262
+ max-width: 100%;
224
263
  }
225
264
 
226
265
  .markdown-body code,
@@ -232,19 +271,19 @@
232
271
  }
233
272
 
234
273
  .markdown-body figure {
235
- margin: 1em 40px;
274
+ margin: 1em var(--base-size-40);
236
275
  }
237
276
 
238
277
  .markdown-body hr {
239
278
  box-sizing: content-box;
279
+ border-bottom: 1px solid var(--borderColor-muted);
280
+ background: 0 0;
240
281
  overflow: hidden;
241
- background: transparent;
242
- border-bottom: 1px solid var(--color-border-muted);
243
- height: .25em;
244
- padding: 0;
245
- margin: 24px 0;
246
- background-color: var(--color-border-default);
282
+ height: 0.25em;
283
+ margin: var(--base-size-24) 0;
284
+ background-color: var(--borderColor-default);
247
285
  border: 0;
286
+ padding: 0;
248
287
  }
249
288
 
250
289
  .markdown-body input {
@@ -256,33 +295,40 @@
256
295
  line-height: inherit;
257
296
  }
258
297
 
259
- .markdown-body [type=button],
260
- .markdown-body [type=reset],
261
- .markdown-body [type=submit] {
298
+ .markdown-body [type='button'],
299
+ .markdown-body [type='reset'],
300
+ .markdown-body [type='submit'] {
262
301
  -webkit-appearance: button;
263
302
  appearance: button;
264
303
  }
265
304
 
266
- .markdown-body [type=checkbox],
267
- .markdown-body [type=radio] {
305
+ .markdown-body [type='checkbox'],
306
+ .markdown-body [type='radio'] {
268
307
  box-sizing: border-box;
269
308
  padding: 0;
270
309
  }
271
310
 
272
- .markdown-body [type=number]::-webkit-inner-spin-button,
273
- .markdown-body [type=number]::-webkit-outer-spin-button {
311
+ .markdown-body [type='number']::-webkit-inner-spin-button {
312
+ height: auto;
313
+ }
314
+
315
+ .markdown-body [type='number']::-webkit-outer-spin-button {
274
316
  height: auto;
275
317
  }
276
318
 
277
- .markdown-body [type=search]::-webkit-search-cancel-button,
278
- .markdown-body [type=search]::-webkit-search-decoration {
319
+ .markdown-body [type='search']::-webkit-search-cancel-button {
320
+ -webkit-appearance: none;
321
+ appearance: none;
322
+ }
323
+
324
+ .markdown-body [type='search']::-webkit-search-decoration {
279
325
  -webkit-appearance: none;
280
326
  appearance: none;
281
327
  }
282
328
 
283
329
  .markdown-body ::-webkit-input-placeholder {
284
330
  color: inherit;
285
- opacity: .54;
331
+ opacity: 0.54;
286
332
  }
287
333
 
288
334
  .markdown-body ::-webkit-file-upload-button {
@@ -296,27 +342,28 @@
296
342
  }
297
343
 
298
344
  .markdown-body ::placeholder {
299
- color: var(--color-fg-subtle);
345
+ color: var(--fgColor-muted);
300
346
  opacity: 1;
301
347
  }
302
348
 
303
- .markdown-body hr::before {
349
+ .markdown-body hr:before {
350
+ content: '';
304
351
  display: table;
305
- content: "";
306
352
  }
307
353
 
308
- .markdown-body hr::after {
309
- display: table;
354
+ .markdown-body hr:after {
310
355
  clear: both;
311
- content: "";
356
+ content: '';
357
+ display: table;
312
358
  }
313
359
 
314
360
  .markdown-body table {
315
361
  border-spacing: 0;
316
362
  border-collapse: collapse;
317
- display: block;
363
+ font-variant: tabular-nums;
318
364
  width: max-content;
319
365
  max-width: 100%;
366
+ display: block;
320
367
  overflow: auto;
321
368
  }
322
369
 
@@ -329,56 +376,63 @@
329
376
  cursor: pointer;
330
377
  }
331
378
 
332
- .markdown-body details:not([open])>*:not(summary) {
333
- display: none !important;
334
- }
335
-
336
379
  .markdown-body a:focus,
337
- .markdown-body [role=button]:focus,
338
- .markdown-body input[type=radio]:focus,
339
- .markdown-body input[type=checkbox]:focus {
340
- outline: 2px solid var(--color-accent-fg);
380
+ .markdown-body [role='button']:focus,
381
+ .markdown-body input[type='radio']:focus,
382
+ .markdown-body input[type='checkbox']:focus {
383
+ outline: 2px solid var(--focus-outlineColor);
341
384
  outline-offset: -2px;
342
385
  box-shadow: none;
343
386
  }
344
387
 
345
388
  .markdown-body a:focus:not(:focus-visible),
346
- .markdown-body [role=button]:focus:not(:focus-visible),
347
- .markdown-body input[type=radio]:focus:not(:focus-visible),
348
- .markdown-body input[type=checkbox]:focus:not(:focus-visible) {
349
- outline: solid 1px transparent;
389
+ .markdown-body [role='button']:focus:not(:focus-visible),
390
+ .markdown-body input[type='radio']:focus:not(:focus-visible),
391
+ .markdown-body input[type='checkbox']:focus:not(:focus-visible) {
392
+ outline: 1px solid #0000;
350
393
  }
351
394
 
352
395
  .markdown-body a:focus-visible,
353
- .markdown-body [role=button]:focus-visible,
354
- .markdown-body input[type=radio]:focus-visible,
355
- .markdown-body input[type=checkbox]:focus-visible {
356
- outline: 2px solid var(--color-accent-fg);
396
+ .markdown-body [role='button']:focus-visible,
397
+ .markdown-body input[type='radio']:focus-visible,
398
+ .markdown-body input[type='checkbox']:focus-visible {
399
+ outline: 2px solid var(--focus-outlineColor);
357
400
  outline-offset: -2px;
358
401
  box-shadow: none;
359
402
  }
360
403
 
361
404
  .markdown-body a:not([class]):focus,
362
405
  .markdown-body a:not([class]):focus-visible,
363
- .markdown-body input[type=radio]:focus,
364
- .markdown-body input[type=radio]:focus-visible,
365
- .markdown-body input[type=checkbox]:focus,
366
- .markdown-body input[type=checkbox]:focus-visible {
406
+ .markdown-body input[type='radio']:focus,
407
+ .markdown-body input[type='radio']:focus-visible,
408
+ .markdown-body input[type='checkbox']:focus,
409
+ .markdown-body input[type='checkbox']:focus-visible {
367
410
  outline-offset: 0;
368
411
  }
369
412
 
370
413
  .markdown-body kbd {
371
- display: inline-block;
372
- padding: 3px 5px;
373
- font: 11px ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;
374
- line-height: 10px;
375
- color: var(--color-fg-default);
414
+ padding: var(--base-size-4);
415
+ font: 11px
416
+ var(
417
+ --fontStack-monospace,
418
+ ui-monospace,
419
+ SFMono-Regular,
420
+ SF Mono,
421
+ Menlo,
422
+ Consolas,
423
+ Liberation Mono,
424
+ monospace
425
+ );
426
+ color: var(--fgColor-default);
376
427
  vertical-align: middle;
377
- background-color: var(--color-canvas-subtle);
378
- border: solid 1px var(--color-neutral-muted);
379
- border-bottom-color: var(--color-neutral-muted);
428
+ background-color: var(--bgColor-muted);
429
+ border: solid 1px var(--borderColor-neutral-muted);
430
+ border-bottom-color: var(--borderColor-neutral-muted);
431
+ box-shadow: inset 0 -1px 0 var(--borderColor-neutral-muted);
380
432
  border-radius: 6px;
381
- box-shadow: inset 0 -1px 0 var(--color-neutral-muted);
433
+ max-width: 100%;
434
+ line-height: 10px;
435
+ display: inline-block;
382
436
  }
383
437
 
384
438
  .markdown-body h1,
@@ -387,17 +441,17 @@
387
441
  .markdown-body h4,
388
442
  .markdown-body h5,
389
443
  .markdown-body h6 {
390
- margin-top: 24px;
391
- margin-bottom: 16px;
444
+ margin-top: var(--base-size-24);
445
+ margin-bottom: var(--base-size-16);
392
446
  font-weight: var(--base-text-weight-semibold, 600);
393
447
  line-height: 1.25;
394
448
  }
395
449
 
396
450
  .markdown-body h2 {
397
451
  font-weight: var(--base-text-weight-semibold, 600);
398
- padding-bottom: .3em;
452
+ border-bottom: 1px solid var(--borderColor-muted);
453
+ padding-bottom: 0.3em;
399
454
  font-size: 1.5em;
400
- border-bottom: 1px solid var(--color-border-muted);
401
455
  }
402
456
 
403
457
  .markdown-body h3 {
@@ -412,13 +466,13 @@
412
466
 
413
467
  .markdown-body h5 {
414
468
  font-weight: var(--base-text-weight-semibold, 600);
415
- font-size: .875em;
469
+ font-size: 0.875em;
416
470
  }
417
471
 
418
472
  .markdown-body h6 {
419
473
  font-weight: var(--base-text-weight-semibold, 600);
420
- font-size: .85em;
421
- color: var(--color-fg-muted);
474
+ color: var(--fgColor-muted);
475
+ font-size: 0.85em;
422
476
  }
423
477
 
424
478
  .markdown-body p {
@@ -426,11 +480,15 @@
426
480
  margin-bottom: 10px;
427
481
  }
428
482
 
483
+ .markdown-body small {
484
+ font-size: 90%;
485
+ }
486
+
429
487
  .markdown-body blockquote {
430
488
  margin: 0;
489
+ color: var(--fgColor-muted);
490
+ border-left: 0.25em solid var(--borderColor-default);
431
491
  padding: 0 1em;
432
- color: var(--color-fg-muted);
433
- border-left: .25em solid var(--color-border-default);
434
492
  }
435
493
 
436
494
  .markdown-body ul,
@@ -459,52 +517,154 @@
459
517
  .markdown-body tt,
460
518
  .markdown-body code,
461
519
  .markdown-body samp {
462
- font-family: ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;
520
+ font-family: var(
521
+ --fontStack-monospace,
522
+ ui-monospace,
523
+ SFMono-Regular,
524
+ SF Mono,
525
+ Menlo,
526
+ Consolas,
527
+ Liberation Mono,
528
+ monospace
529
+ );
463
530
  font-size: 12px;
464
531
  }
465
532
 
466
533
  .markdown-body pre {
534
+ font-family: var(
535
+ --fontStack-monospace,
536
+ ui-monospace,
537
+ SFMono-Regular,
538
+ SF Mono,
539
+ Menlo,
540
+ Consolas,
541
+ Liberation Mono,
542
+ monospace
543
+ );
467
544
  margin-top: 0;
468
545
  margin-bottom: 0;
469
- font-family: ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;
470
546
  font-size: 12px;
471
- word-wrap: normal;
547
+ overflow-wrap: normal;
472
548
  }
473
549
 
474
550
  .markdown-body .octicon {
475
- display: inline-block;
476
- overflow: visible !important;
477
551
  vertical-align: text-bottom;
478
552
  fill: currentColor;
553
+ display: inline-block;
554
+ overflow: visible !important;
479
555
  }
480
556
 
481
- .markdown-body input::-webkit-outer-spin-button,
482
- .markdown-body input::-webkit-inner-spin-button {
557
+ .markdown-body .Box-body.scrollable-overlay {
558
+ max-height: 400px;
559
+ overflow-y: scroll;
560
+ }
561
+
562
+ .markdown-body .Box-body .help {
563
+ padding-top: var(--base-size-8);
564
+ color: var(--fgColor-muted);
565
+ text-align: center;
483
566
  margin: 0;
484
- -webkit-appearance: none;
567
+ }
568
+
569
+ .markdown-body input::-webkit-outer-spin-button {
485
570
  appearance: none;
571
+ margin: 0;
572
+ }
573
+
574
+ .markdown-body input::-webkit-inner-spin-button {
575
+ appearance: none;
576
+ margin: 0;
577
+ }
578
+
579
+ .markdown-body .border {
580
+ border: var(--borderWidth-thin, 1px) solid var(--borderColor-default) !important;
581
+ }
582
+
583
+ .markdown-body .border-0 {
584
+ border: 0 !important;
585
+ }
586
+
587
+ .markdown-body .circle {
588
+ border-radius: var(--borderRadius-full, 50%) !important;
589
+ }
590
+
591
+ .markdown-body .color-fg-muted {
592
+ color: var(--fgColor-muted) !important;
593
+ }
594
+
595
+ .markdown-body .color-bg-default {
596
+ background-color: var(--bgColor-default) !important;
597
+ }
598
+
599
+ .markdown-body .color-border-subtle {
600
+ border-color: var(--borderColor-muted) !important;
601
+ }
602
+
603
+ .markdown-body .mb-0 {
604
+ margin-bottom: 0 !important;
605
+ }
606
+
607
+ .markdown-body .ml-1 {
608
+ margin-left: var(--base-size-4, 4px) !important;
486
609
  }
487
610
 
488
611
  .markdown-body .mr-2 {
489
612
  margin-right: var(--base-size-8, 8px) !important;
490
613
  }
491
614
 
492
- .markdown-body::before {
493
- display: table;
494
- content: "";
615
+ .markdown-body .my-2 {
616
+ margin-top: var(--base-size-8, 8px) !important;
617
+ margin-bottom: var(--base-size-8, 8px) !important;
618
+ }
619
+
620
+ .markdown-body .p-0 {
621
+ padding: 0 !important;
622
+ }
623
+
624
+ .markdown-body .py-0 {
625
+ padding-top: 0 !important;
626
+ padding-bottom: 0 !important;
627
+ }
628
+
629
+ .markdown-body .f6 {
630
+ font-size: var(--h6-size, 12px) !important;
631
+ }
632
+
633
+ .markdown-body .text-bold {
634
+ font-weight: var(--base-text-weight-semibold, 600) !important;
635
+ }
636
+
637
+ .markdown-body .d-inline-block {
638
+ display: inline-block !important;
495
639
  }
496
640
 
497
- .markdown-body::after {
641
+ .markdown-body .sr-only {
642
+ width: 1px;
643
+ height: 1px;
644
+ clip-path: rect(0 0 0 0);
645
+ overflow-wrap: normal;
646
+ border: 0;
647
+ padding: 0;
648
+ position: absolute;
649
+ overflow: hidden;
650
+ }
651
+
652
+ .markdown-body:before {
653
+ content: '';
498
654
  display: table;
655
+ }
656
+
657
+ .markdown-body:after {
499
658
  clear: both;
500
- content: "";
659
+ content: '';
660
+ display: table;
501
661
  }
502
662
 
503
- .markdown-body>*:first-child {
663
+ .markdown-body > :first-child {
504
664
  margin-top: 0 !important;
505
665
  }
506
666
 
507
- .markdown-body>*:last-child {
667
+ .markdown-body > :last-child {
508
668
  margin-bottom: 0 !important;
509
669
  }
510
670
 
@@ -514,12 +674,12 @@
514
674
  }
515
675
 
516
676
  .markdown-body .absent {
517
- color: var(--color-danger-fg);
677
+ color: var(--fgColor-danger);
518
678
  }
519
679
 
520
680
  .markdown-body .anchor {
521
681
  float: left;
522
- padding-right: 4px;
682
+ padding-right: var(--base-size-4);
523
683
  margin-left: -20px;
524
684
  line-height: 1;
525
685
  }
@@ -537,14 +697,14 @@
537
697
  .markdown-body pre,
538
698
  .markdown-body details {
539
699
  margin-top: 0;
540
- margin-bottom: 16px;
700
+ margin-bottom: var(--base-size-16);
541
701
  }
542
702
 
543
- .markdown-body blockquote>:first-child {
703
+ .markdown-body blockquote > :first-child {
544
704
  margin-top: 0;
545
705
  }
546
706
 
547
- .markdown-body blockquote>:last-child {
707
+ .markdown-body blockquote > :last-child {
548
708
  margin-bottom: 0;
549
709
  }
550
710
 
@@ -554,7 +714,7 @@
554
714
  .markdown-body h4 .octicon-link,
555
715
  .markdown-body h5 .octicon-link,
556
716
  .markdown-body h6 .octicon-link {
557
- color: var(--color-fg-default);
717
+ color: var(--fgColor-default);
558
718
  vertical-align: middle;
559
719
  visibility: hidden;
560
720
  }
@@ -589,8 +749,8 @@
589
749
  .markdown-body h5 code,
590
750
  .markdown-body h6 tt,
591
751
  .markdown-body h6 code {
592
- padding: 0 .2em;
593
752
  font-size: inherit;
753
+ padding: 0 0.2em;
594
754
  }
595
755
 
596
756
  .markdown-body summary h1,
@@ -613,8 +773,8 @@
613
773
 
614
774
  .markdown-body summary h1,
615
775
  .markdown-body summary h2 {
616
- padding-bottom: 0;
617
776
  border-bottom: 0;
777
+ padding-bottom: 0;
618
778
  }
619
779
 
620
780
  .markdown-body ul.no-list,
@@ -623,27 +783,24 @@
623
783
  list-style-type: none;
624
784
  }
625
785
 
626
- .markdown-body ol[type="a s"] {
786
+ .markdown-body ol[type='a\ s'] {
627
787
  list-style-type: lower-alpha;
628
788
  }
629
789
 
630
- .markdown-body ol[type="A s"] {
790
+ .markdown-body ol[type='A\ s'] {
631
791
  list-style-type: upper-alpha;
632
792
  }
633
793
 
634
- .markdown-body ol[type="i s"] {
794
+ .markdown-body ol[type='i\ s'] {
635
795
  list-style-type: lower-roman;
636
796
  }
637
797
 
638
- .markdown-body ol[type="I s"] {
798
+ .markdown-body ol[type='I\ s'] {
639
799
  list-style-type: upper-roman;
640
800
  }
641
801
 
642
- .markdown-body ol[type="1"] {
643
- list-style-type: decimal;
644
- }
645
-
646
- .markdown-body div>ol:not([type]) {
802
+ .markdown-body ol[type='1'],
803
+ .markdown-body div > ol:not([type]) {
647
804
  list-style-type: decimal;
648
805
  }
649
806
 
@@ -655,12 +812,12 @@
655
812
  margin-bottom: 0;
656
813
  }
657
814
 
658
- .markdown-body li>p {
659
- margin-top: 16px;
815
+ .markdown-body li > p {
816
+ margin-top: var(--base-size-16);
660
817
  }
661
818
 
662
- .markdown-body li+li {
663
- margin-top: .25em;
819
+ .markdown-body li + li {
820
+ margin-top: 0.25em;
664
821
  }
665
822
 
666
823
  .markdown-body dl {
@@ -668,16 +825,20 @@
668
825
  }
669
826
 
670
827
  .markdown-body dl dt {
671
- padding: 0;
672
- margin-top: 16px;
828
+ margin-top: var(--base-size-16);
673
829
  font-size: 1em;
674
830
  font-style: italic;
675
831
  font-weight: var(--base-text-weight-semibold, 600);
832
+ padding: 0;
833
+ }
834
+
835
+ .markdown-body dl dt + dt {
836
+ margin-top: 0;
676
837
  }
677
838
 
678
839
  .markdown-body dl dd {
679
- padding: 0 16px;
680
- margin-bottom: 16px;
840
+ padding: 0 var(--base-size-16);
841
+ margin-bottom: var(--base-size-16);
681
842
  }
682
843
 
683
844
  .markdown-body table th {
@@ -686,39 +847,39 @@
686
847
 
687
848
  .markdown-body table th,
688
849
  .markdown-body table td {
850
+ border: 1px solid var(--borderColor-default);
689
851
  padding: 6px 13px;
690
- border: 1px solid var(--color-border-default);
691
852
  }
692
853
 
693
- .markdown-body table td>:last-child {
854
+ .markdown-body table td > :last-child {
694
855
  margin-bottom: 0;
695
856
  }
696
857
 
697
858
  .markdown-body table tr {
698
- background-color: var(--color-canvas-default);
699
- border-top: 1px solid var(--color-border-muted);
859
+ background-color: var(--bgColor-default);
860
+ border-top: 1px solid var(--borderColor-muted);
700
861
  }
701
862
 
702
863
  .markdown-body table tr:nth-child(2n) {
703
- background-color: var(--color-canvas-subtle);
864
+ background-color: var(--bgColor-muted);
704
865
  }
705
866
 
706
867
  .markdown-body table img {
707
- background-color: transparent;
868
+ background-color: #0000;
708
869
  }
709
870
 
710
- .markdown-body img[align=right] {
871
+ .markdown-body img[align='right'] {
711
872
  padding-left: 20px;
712
873
  }
713
874
 
714
- .markdown-body img[align=left] {
875
+ .markdown-body img[align='left'] {
715
876
  padding-right: 20px;
716
877
  }
717
878
 
718
879
  .markdown-body .emoji {
719
- max-width: none;
720
880
  vertical-align: text-top;
721
- background-color: transparent;
881
+ background-color: #0000;
882
+ max-width: none;
722
883
  }
723
884
 
724
885
  .markdown-body span.frame {
@@ -726,68 +887,68 @@
726
887
  overflow: hidden;
727
888
  }
728
889
 
729
- .markdown-body span.frame>span {
730
- display: block;
890
+ .markdown-body span.frame > span {
731
891
  float: left;
892
+ border: 1px solid var(--borderColor-default);
732
893
  width: auto;
733
- padding: 7px;
734
894
  margin: 13px 0 0;
895
+ padding: 7px;
896
+ display: block;
735
897
  overflow: hidden;
736
- border: 1px solid var(--color-border-default);
737
898
  }
738
899
 
739
900
  .markdown-body span.frame span img {
740
- display: block;
741
901
  float: left;
902
+ display: block;
742
903
  }
743
904
 
744
905
  .markdown-body span.frame span span {
745
- display: block;
746
- padding: 5px 0 0;
747
906
  clear: both;
748
- color: var(--color-fg-default);
907
+ color: var(--fgColor-default);
908
+ padding: 5px 0 0;
909
+ display: block;
749
910
  }
750
911
 
751
912
  .markdown-body span.align-center {
913
+ clear: both;
752
914
  display: block;
753
915
  overflow: hidden;
754
- clear: both;
755
916
  }
756
917
 
757
- .markdown-body span.align-center>span {
758
- display: block;
918
+ .markdown-body span.align-center > span {
919
+ text-align: center;
759
920
  margin: 13px auto 0;
921
+ display: block;
760
922
  overflow: hidden;
761
- text-align: center;
762
923
  }
763
924
 
764
925
  .markdown-body span.align-center span img {
765
- margin: 0 auto;
766
926
  text-align: center;
927
+ margin: 0 auto;
767
928
  }
768
929
 
769
930
  .markdown-body span.align-right {
931
+ clear: both;
770
932
  display: block;
771
933
  overflow: hidden;
772
- clear: both;
773
934
  }
774
935
 
775
- .markdown-body span.align-right>span {
776
- display: block;
936
+ .markdown-body span.align-right > span {
937
+ text-align: right;
777
938
  margin: 13px 0 0;
939
+ display: block;
778
940
  overflow: hidden;
779
- text-align: right;
780
941
  }
781
942
 
782
943
  .markdown-body span.align-right span img {
783
- margin: 0;
784
944
  text-align: right;
945
+ margin: 0;
785
946
  }
786
947
 
787
948
  .markdown-body span.float-left {
788
- display: block;
789
949
  float: left;
790
950
  margin-right: 13px;
951
+ display: block;
791
952
  overflow: hidden;
792
953
  }
793
954
 
@@ -796,27 +957,27 @@
796
957
  }
797
958
 
798
959
  .markdown-body span.float-right {
799
- display: block;
800
960
  float: right;
801
961
  margin-left: 13px;
962
+ display: block;
802
963
  overflow: hidden;
803
964
  }
804
965
 
805
- .markdown-body span.float-right>span {
806
- display: block;
966
+ .markdown-body span.float-right > span {
967
+ text-align: right;
807
968
  margin: 13px auto 0;
969
+ display: block;
808
970
  overflow: hidden;
809
- text-align: right;
810
971
  }
811
972
 
812
973
  .markdown-body code,
813
974
  .markdown-body tt {
814
- padding: .2em .4em;
815
- margin: 0;
816
- font-size: 85%;
817
975
  white-space: break-spaces;
818
- background-color: var(--color-neutral-muted);
976
+ background-color: var(--bgColor-neutral-muted);
819
977
  border-radius: 6px;
978
+ margin: 0;
979
+ padding: 0.2em 0.4em;
980
+ font-size: 85%;
820
981
  }
821
982
 
822
983
  .markdown-body code br,
@@ -825,6 +986,7 @@
825
986
  }
826
987
 
827
988
  .markdown-body del code {
989
+ -webkit-text-decoration: inherit;
828
990
  text-decoration: inherit;
829
991
  }
830
992
 
@@ -836,62 +998,61 @@
836
998
  font-size: 100%;
837
999
  }
838
1000
 
839
- .markdown-body pre>code {
840
- padding: 0;
841
- margin: 0;
1001
+ .markdown-body pre > code {
842
1002
  word-break: normal;
843
1003
  white-space: pre;
844
- background: transparent;
1004
+ background: 0 0;
845
1005
  border: 0;
1006
+ margin: 0;
1007
+ padding: 0;
846
1008
  }
847
1009
 
848
1010
  .markdown-body .highlight {
849
- margin-bottom: 16px;
1011
+ margin-bottom: var(--base-size-16);
850
1012
  }
851
1013
 
852
1014
  .markdown-body .highlight pre {
853
- margin-bottom: 0;
854
1015
  word-break: normal;
1016
+ margin-bottom: 0;
855
1017
  }
856
1018
 
857
1019
  .markdown-body .highlight pre,
858
1020
  .markdown-body pre {
859
- padding: 16px;
860
- overflow: auto;
1021
+ padding: var(--base-size-16);
1022
+ color: var(--fgColor-default);
1023
+ background-color: var(--bgColor-muted);
1024
+ border-radius: 6px;
861
1025
  font-size: 85%;
862
1026
  line-height: 1.45;
863
- color: var(--color-fg-default);
864
- background-color: var(--color-canvas-subtle);
865
- border-radius: 6px;
1027
+ overflow: auto;
866
1028
  }
867
1029
 
868
1030
  .markdown-body pre code,
869
1031
  .markdown-body pre tt {
870
- display: inline;
871
- max-width: auto;
872
- padding: 0;
873
- margin: 0;
874
- overflow: visible;
875
1032
  line-height: inherit;
876
- word-wrap: normal;
877
- background-color: transparent;
1033
+ overflow-wrap: normal;
1034
+ background-color: #0000;
878
1035
  border: 0;
1036
+ margin: 0;
1037
+ padding: 0;
1038
+ display: inline;
1039
+ overflow: visible;
879
1040
  }
880
1041
 
881
1042
  .markdown-body .csv-data td,
882
1043
  .markdown-body .csv-data th {
1044
+ text-align: left;
1045
+ white-space: nowrap;
883
1046
  padding: 5px;
884
- overflow: hidden;
885
1047
  font-size: 12px;
886
1048
  line-height: 1;
887
- text-align: left;
888
- white-space: nowrap;
1049
+ overflow: hidden;
889
1050
  }
890
1051
 
891
1052
  .markdown-body .csv-data .blob-num {
892
- padding: 10px 8px 9px;
1053
+ padding: 10px var(--base-size-8) 9px;
893
1054
  text-align: right;
894
- background: var(--color-canvas-default);
1055
+ background: var(--bgColor-default);
895
1056
  border: 0;
896
1057
  }
897
1058
 
@@ -901,58 +1062,118 @@
901
1062
 
902
1063
  .markdown-body .csv-data th {
903
1064
  font-weight: var(--base-text-weight-semibold, 600);
904
- background: var(--color-canvas-subtle);
1065
+ background: var(--bgColor-muted);
905
1066
  border-top: 0;
906
1067
  }
907
1068
 
908
- .markdown-body [data-footnote-ref]::before {
909
- content: "[";
1069
+ .markdown-body [data-footnote-ref]:before {
1070
+ content: '[';
910
1071
  }
911
1072
 
912
- .markdown-body [data-footnote-ref]::after {
913
- content: "]";
1073
+ .markdown-body [data-footnote-ref]:after {
1074
+ content: ']';
914
1075
  }
915
1076
 
916
1077
  .markdown-body .footnotes {
1078
+ color: var(--fgColor-muted);
1079
+ border-top: 1px solid var(--borderColor-default);
917
1080
  font-size: 12px;
918
- color: var(--color-fg-muted);
919
- border-top: 1px solid var(--color-border-default);
920
1081
  }
921
1082
 
922
1083
  .markdown-body .footnotes ol {
923
- padding-left: 16px;
1084
+ padding-left: var(--base-size-16);
924
1085
  }
925
1086
 
926
1087
  .markdown-body .footnotes ol ul {
1088
+ padding-left: var(--base-size-16);
1089
+ margin-top: var(--base-size-16);
927
1090
  display: inline-block;
928
- padding-left: 16px;
929
- margin-top: 16px;
930
1091
  }
931
1092
 
932
1093
  .markdown-body .footnotes li {
933
1094
  position: relative;
934
1095
  }
935
1096
 
936
- .markdown-body .footnotes li:target::before {
937
- position: absolute;
938
- top: -8px;
939
- right: -8px;
940
- bottom: -8px;
941
- left: -24px;
1097
+ .markdown-body .footnotes li:target:before {
1098
+ top: calc(var(--base-size-8) * -1);
1099
+ right: calc(var(--base-size-8) * -1);
1100
+ bottom: calc(var(--base-size-8) * -1);
1101
+ left: calc(var(--base-size-24) * -1);
942
1102
  pointer-events: none;
943
- content: "";
944
- border: 2px solid var(--color-accent-emphasis);
1103
+ content: '';
1104
+ border: 2px solid var(--borderColor-accent-emphasis);
945
1105
  border-radius: 6px;
1106
+ position: absolute;
946
1107
  }
947
1108
 
948
1109
  .markdown-body .footnotes li:target {
949
- color: var(--color-fg-default);
1110
+ color: var(--fgColor-default);
950
1111
  }
951
1112
 
952
1113
  .markdown-body .footnotes .data-footnote-backref g-emoji {
953
1114
  font-family: monospace;
954
1115
  }
955
1116
 
1117
+ .markdown-body :is() {
1118
+ content: '';
1119
+ width: 100%;
1120
+ height: 100%;
1121
+ min-height: 48px;
1122
+ position: absolute;
1123
+ top: 50%;
1124
+ left: 50%;
1125
+ transform: translate(-50%) translateY(-50%);
1126
+ }
1127
+
1128
+ .markdown-body .Box {
1129
+ background-color: var(--bgColor-default);
1130
+ border-color: var(--borderColor-default);
1131
+ border-radius: var(--borderRadius-medium);
1132
+ border-style: solid;
1133
+ border-width: var(--borderWidth-thin);
1134
+ }
1135
+
1136
+ .markdown-body .Box--condensed {
1137
+ line-height: 1.25;
1138
+ }
1139
+
1140
+ .markdown-body .Box--condensed .Box-body,
1141
+ .markdown-body .Box--condensed .Box-footer,
1142
+ .markdown-body .Box--condensed .Box-header {
1143
+ padding: var(--stack-padding-condensed) var(--stack-padding-normal);
1144
+ }
1145
+
1146
+ .markdown-body .Box--condensed .Box-row {
1147
+ padding: var(--stack-padding-condensed) var(--stack-padding-normal);
1148
+ }
1149
+
1150
+ .markdown-body .Box-header {
1151
+ background-color: var(--bgColor-muted);
1152
+ border-color: var(--borderColor-default);
1153
+ border-top-left-radius: var(--borderRadius-medium);
1154
+ border-top-right-radius: var(--borderRadius-medium);
1155
+ border-style: solid;
1156
+ border-width: var(--borderWidth-thin);
1157
+ margin: calc(var(--borderWidth-thin) * -1) calc(var(--borderWidth-thin) * -1) 0;
1158
+ padding: var(--stack-padding-normal);
1159
+ }
1160
+
1161
+ .markdown-body .Box-body {
1162
+ border-bottom: var(--borderWidth-thin) solid var(--borderColor-default);
1163
+ padding: var(--stack-padding-normal);
1164
+ }
1165
+
1166
+ .markdown-body .Box-body:last-of-type {
1167
+ border-bottom-left-radius: var(--borderRadius-medium);
1168
+ border-bottom-right-radius: var(--borderRadius-medium);
1169
+ margin-bottom: calc(var(--borderWidth-thin) * -1);
1170
+ }
1171
+
1172
+ .markdown-body .tmp-px-3 {
1173
+ padding-right: var(--base-size-16, 16px) !important;
1174
+ padding-left: var(--base-size-16, 16px) !important;
1175
+ }
1176
+
956
1177
  .markdown-body .pl-c {
957
1178
  color: var(--color-prettylights-syntax-comment);
958
1179
  }
@@ -1010,8 +1231,8 @@
1010
1231
  }
1011
1232
 
1012
1233
  .markdown-body .pl-sr .pl-cce {
1013
- font-weight: bold;
1014
1234
  color: var(--color-prettylights-syntax-string-regexp);
1235
+ font-weight: 700;
1015
1236
  }
1016
1237
 
1017
1238
  .markdown-body .pl-ml {
@@ -1021,18 +1242,18 @@
1021
1242
  .markdown-body .pl-mh,
1022
1243
  .markdown-body .pl-mh .pl-en,
1023
1244
  .markdown-body .pl-ms {
1024
- font-weight: bold;
1025
1245
  color: var(--color-prettylights-syntax-markup-heading);
1246
+ font-weight: 700;
1026
1247
  }
1027
1248
 
1028
1249
  .markdown-body .pl-mi {
1029
- font-style: italic;
1030
1250
  color: var(--color-prettylights-syntax-markup-italic);
1251
+ font-style: italic;
1031
1252
  }
1032
1253
 
1033
1254
  .markdown-body .pl-mb {
1034
- font-weight: bold;
1035
1255
  color: var(--color-prettylights-syntax-markup-bold);
1256
+ font-weight: 700;
1036
1257
  }
1037
1258
 
1038
1259
  .markdown-body .pl-md {
@@ -1056,8 +1277,8 @@
1056
1277
  }
1057
1278
 
1058
1279
  .markdown-body .pl-mdr {
1059
- font-weight: bold;
1060
1280
  color: var(--color-prettylights-syntax-meta-diff-range);
1281
+ font-weight: 700;
1061
1282
  }
1062
1283
 
1063
1284
  .markdown-body .pl-ba {
@@ -1069,19 +1290,36 @@
1069
1290
  }
1070
1291
 
1071
1292
  .markdown-body .pl-corl {
1072
- text-decoration: underline;
1073
1293
  color: var(--color-prettylights-syntax-constant-other-reference-link);
1294
+ text-decoration: underline;
1295
+ }
1296
+
1297
+ .markdown-body [role='button']:focus:not(:focus-visible),
1298
+ .markdown-body [role='tabpanel'][tabindex='0']:focus:not(:focus-visible),
1299
+ .markdown-body button:focus:not(:focus-visible),
1300
+ .markdown-body summary:focus:not(:focus-visible),
1301
+ .markdown-body a:focus:not(:focus-visible) {
1302
+ box-shadow: none;
1303
+ outline: none;
1304
+ }
1305
+
1306
+ .markdown-body [tabindex='0']:focus:not(:focus-visible),
1307
+ .markdown-body details-dialog:focus:not(:focus-visible) {
1308
+ outline: none;
1074
1309
  }
1075
1310
 
1076
1311
  .markdown-body g-emoji {
1077
- display: inline-block;
1078
1312
  min-width: 1ch;
1079
- font-family: "Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
1080
- font-size: 1em;
1081
- font-style: normal !important;
1082
- font-weight: var(--base-text-weight-normal, 400);
1083
- line-height: 1;
1313
+ font-family:
1314
+ Apple Color Emoji,
1315
+ Segoe UI Emoji,
1316
+ Segoe UI Symbol;
1317
+ font-weight: var(--base-text-weight-normal);
1084
1318
  vertical-align: -0.075em;
1319
+ line-height: 1;
1320
+ display: inline-block;
1321
+ font-style: normal !important;
1322
+ font-size: 1.25em;
1085
1323
  }
1086
1324
 
1087
1325
  .markdown-body g-emoji img {
@@ -1089,20 +1327,133 @@
1089
1327
  height: 1em;
1090
1328
  }
1091
1329
 
1330
+ .markdown-body .commit-tease-sha {
1331
+ font-family: var(--fontStack-monospace);
1332
+ color: var(--fgColor-default);
1333
+ font-size: 90%;
1334
+ display: inline-block;
1335
+ }
1336
+
1337
+ .markdown-body .blob-wrapper {
1338
+ overflow: auto hidden;
1339
+ }
1340
+
1341
+ .markdown-body .blob-wrapper table tr:nth-child(2n) {
1342
+ background-color: #0000;
1343
+ }
1344
+
1345
+ .markdown-body .blob-wrapper-embedded {
1346
+ max-height: 240px;
1347
+ overflow-y: auto;
1348
+ }
1349
+
1350
+ .markdown-body .blob-num {
1351
+ width: 1%;
1352
+ min-width: 50px;
1353
+ font-family: var(--fontStack-monospace);
1354
+ font-size: var(--text-body-size-small);
1355
+ color: var(--fgColor-muted);
1356
+ text-align: right;
1357
+ white-space: nowrap;
1358
+ vertical-align: top;
1359
+ cursor: pointer;
1360
+ -webkit-user-select: none;
1361
+ user-select: none;
1362
+ padding-left: 10px;
1363
+ padding-right: 10px;
1364
+ line-height: 20px;
1365
+ position: relative;
1366
+ }
1367
+
1368
+ .markdown-body .blob-num:hover {
1369
+ color: var(--fgColor-default);
1370
+ }
1371
+
1372
+ .markdown-body .blob-num:before {
1373
+ content: attr(data-line-number);
1374
+ }
1375
+
1376
+ .markdown-body .blob-num.non-expandable {
1377
+ cursor: default;
1378
+ }
1379
+
1380
+ .markdown-body .blob-num.non-expandable:hover {
1381
+ color: var(--fgColor-muted);
1382
+ }
1383
+
1384
+ .markdown-body .blob-code {
1385
+ vertical-align: top;
1386
+ padding-left: 10px;
1387
+ padding-right: 10px;
1388
+ line-height: 20px;
1389
+ position: relative;
1390
+ }
1391
+
1392
+ .markdown-body .blob-code-inner {
1393
+ font-family: var(--fontStack-monospace);
1394
+ font-size: var(--text-body-size-small);
1395
+ color: var(--fgColor-default);
1396
+ overflow-wrap: anywhere;
1397
+ white-space: pre;
1398
+ display: table-cell;
1399
+ overflow: visible;
1400
+ }
1401
+
1402
+ .markdown-body .blob-code-inner .x-first {
1403
+ border-top-left-radius: 0.2em;
1404
+ border-bottom-left-radius: 0.2em;
1405
+ }
1406
+
1407
+ .markdown-body .blob-code-inner .x-last {
1408
+ border-top-right-radius: 0.2em;
1409
+ border-bottom-right-radius: 0.2em;
1410
+ }
1411
+
1412
+ .markdown-body .blob-code-inner.highlighted,
1413
+ .markdown-body .blob-code-inner .highlighted {
1414
+ background-color: var(--bgColor-attention-muted);
1415
+ box-shadow: inset 2px 0 0 var(--borderColor-attention-muted);
1416
+ }
1417
+
1418
+ .markdown-body .blob-code-inner::selection,
1419
+ .markdown-body .blob-code-inner ::selection {
1420
+ background-color: var(--selection-bgColor);
1421
+ }
1422
+
1423
+ .markdown-body .blob-code-inner.blob-code-addition,
1424
+ .markdown-body .blob-code-inner.blob-code-deletion {
1425
+ position: relative;
1426
+ padding-left: 22px !important;
1427
+ }
1428
+
1429
+ .markdown-body a:has(> p, > div, > pre, > blockquote) {
1430
+ display: block;
1431
+ }
1432
+
1433
+ .markdown-body a:has(> p, > div, > pre, > blockquote):not(:has(.snippet-clipboard-content, > pre)) {
1434
+ width: fit-content;
1435
+ }
1436
+
1437
+ .markdown-body
1438
+ a:has(> p, > div, > pre, > blockquote):has(.snippet-clipboard-content, > pre):focus-visible {
1439
+ outline: 2px solid var(--focus-outlineColor);
1440
+ outline-offset: 2px;
1441
+ }
1442
+
1092
1443
  .markdown-body .task-list-item {
1093
1444
  list-style-type: none;
1094
1445
  }
1095
1446
 
1096
1447
  .markdown-body .task-list-item label {
1097
- font-weight: var(--base-text-weight-normal, 400);
1448
+ font-weight: var(--base-text-weight-normal);
1098
1449
  }
1099
1450
 
1100
1451
  .markdown-body .task-list-item.enabled label {
1101
1452
  cursor: pointer;
1102
1453
  }
1103
1454
 
1104
- .markdown-body .task-list-item+.task-list-item {
1105
- margin-top: 4px;
1455
+ .markdown-body .task-list-item + .task-list-item {
1456
+ margin-top: var(--base-size-4);
1106
1457
  }
1107
1458
 
1108
1459
  .markdown-body .task-list-item .handle {
@@ -1110,25 +1461,66 @@
1110
1461
  }
1111
1462
 
1112
1463
  .markdown-body .task-list-item-checkbox {
1113
- margin: 0 .2em .25em -1.4em;
1114
1464
  vertical-align: middle;
1115
- }
1116
-
1117
- .markdown-body .contains-task-list:dir(rtl) .task-list-item-checkbox {
1118
- margin: 0 -1.6em .25em .2em;
1119
- }
1120
-
1121
- .markdown-body .contains-task-list {
1122
- position: relative;
1465
+ margin: 0 0.2em 0.25em -1.4em;
1466
+ }
1467
+
1468
+ .markdown-body
1469
+ ul:is(
1470
+ :lang(ae),
1471
+ :lang(ar),
1472
+ :lang(arc),
1473
+ :lang(bcc),
1474
+ :lang(bqi),
1475
+ :lang(ckb),
1476
+ :lang(dv),
1477
+ :lang(fa),
1478
+ :lang(glk),
1479
+ :lang(he),
1480
+ :lang(ku),
1481
+ :lang(mzn),
1482
+ :lang(nqo),
1483
+ :lang(pnb),
1484
+ :lang(ps),
1485
+ :lang(sd),
1486
+ :lang(ug),
1487
+ :lang(ur),
1488
+ :lang(yi)
1489
+ )
1490
+ .task-list-item-checkbox,
1491
+ .markdown-body
1492
+ ol:is(
1493
+ :lang(ae),
1494
+ :lang(ar),
1495
+ :lang(arc),
1496
+ :lang(bcc),
1497
+ :lang(bqi),
1498
+ :lang(ckb),
1499
+ :lang(dv),
1500
+ :lang(fa),
1501
+ :lang(glk),
1502
+ :lang(he),
1503
+ :lang(ku),
1504
+ :lang(mzn),
1505
+ :lang(nqo),
1506
+ :lang(pnb),
1507
+ :lang(ps),
1508
+ :lang(sd),
1509
+ :lang(ug),
1510
+ :lang(ur),
1511
+ :lang(yi)
1512
+ )
1513
+ .task-list-item-checkbox {
1514
+ margin: 0 -1.6em 0.25em 0.2em;
1123
1515
  }
1124
1516
 
1125
1517
  .markdown-body .contains-task-list:hover .task-list-item-convert-container,
1126
1518
  .markdown-body .contains-task-list:focus-within .task-list-item-convert-container {
1127
- display: block;
1128
1519
  width: auto;
1129
- height: 24px;
1520
+ height: var(--base-size-24);
1521
+ clip-path: none;
1522
+ display: block;
1130
1523
  overflow: visible;
1131
- clip: auto;
1132
1524
  }
1133
1525
 
1134
1526
  .markdown-body ::-webkit-calendar-picker-indicator {
@@ -1137,63 +1529,361 @@
1137
1529
 
1138
1530
  .markdown-body .markdown-alert {
1139
1531
  padding: var(--base-size-8) var(--base-size-16);
1140
- margin-bottom: 16px;
1532
+ margin-bottom: var(--base-size-16);
1141
1533
  color: inherit;
1142
- border-left: .25em solid var(--color-border-default);
1534
+ border-left: 0.25em solid var(--borderColor-default);
1143
1535
  }
1144
1536
 
1145
- .markdown-body .markdown-alert>:first-child {
1537
+ .markdown-body .markdown-alert > :first-child {
1146
1538
  margin-top: 0;
1147
1539
  }
1148
1540
 
1149
- .markdown-body .markdown-alert>:last-child {
1541
+ .markdown-body .markdown-alert > :last-child {
1150
1542
  margin-bottom: 0;
1151
1543
  }
1152
1544
 
1153
1545
  .markdown-body .markdown-alert .markdown-alert-title {
1154
- display: flex;
1155
1546
  font-weight: var(--base-text-weight-medium, 500);
1156
1547
  align-items: center;
1157
1548
  line-height: 1;
1549
+ display: flex;
1158
1550
  }
1159
1551
 
1160
1552
  .markdown-body .markdown-alert.markdown-alert-note {
1161
- border-left-color: var(--color-accent-emphasis);
1553
+ border-left-color: var(--borderColor-accent-emphasis);
1162
1554
  }
1163
1555
 
1164
1556
  .markdown-body .markdown-alert.markdown-alert-note .markdown-alert-title {
1165
- color: var(--color-accent-fg);
1557
+ color: var(--fgColor-accent);
1166
1558
  }
1167
1559
 
1168
1560
  .markdown-body .markdown-alert.markdown-alert-important {
1169
- border-left-color: var(--color-done-emphasis);
1561
+ border-left-color: var(--borderColor-done-emphasis);
1170
1562
  }
1171
1563
 
1172
1564
  .markdown-body .markdown-alert.markdown-alert-important .markdown-alert-title {
1173
- color: var(--color-done-fg);
1565
+ color: var(--fgColor-done);
1174
1566
  }
1175
1567
 
1176
1568
  .markdown-body .markdown-alert.markdown-alert-warning {
1177
- border-left-color: var(--color-attention-emphasis);
1569
+ border-left-color: var(--borderColor-attention-emphasis);
1178
1570
  }
1179
1571
 
1180
1572
  .markdown-body .markdown-alert.markdown-alert-warning .markdown-alert-title {
1181
- color: var(--color-attention-fg);
1573
+ color: var(--fgColor-attention);
1182
1574
  }
1183
1575
 
1184
1576
  .markdown-body .markdown-alert.markdown-alert-tip {
1185
- border-left-color: var(--color-success-emphasis);
1577
+ border-left-color: var(--borderColor-success-emphasis);
1186
1578
  }
1187
1579
 
1188
1580
  .markdown-body .markdown-alert.markdown-alert-tip .markdown-alert-title {
1189
- color: var(--color-success-fg);
1581
+ color: var(--fgColor-success);
1190
1582
  }
1191
1583
 
1192
1584
  .markdown-body .markdown-alert.markdown-alert-caution {
1193
- border-left-color: var(--color-danger-emphasis);
1585
+ border-left-color: var(--borderColor-danger-emphasis);
1194
1586
  }
1195
1587
 
1196
1588
  .markdown-body .markdown-alert.markdown-alert-caution .markdown-alert-title {
1197
- color: var(--color-danger-fg);
1589
+ color: var(--fgColor-danger);
1590
+ }
1591
+
1592
+ .markdown-body > :first-child > .heading-element:first-child {
1593
+ margin-top: 0 !important;
1594
+ }
1595
+
1596
+ .markdown-body .tab-size[data-tab-size='1'] {
1597
+ tab-size: 1;
1598
+ }
1599
+
1600
+ .markdown-body .tab-size[data-tab-size='2'] {
1601
+ tab-size: 2;
1602
+ }
1603
+
1604
+ .markdown-body .tab-size[data-tab-size='3'] {
1605
+ tab-size: 3;
1606
+ }
1607
+
1608
+ .markdown-body .tab-size[data-tab-size='4'] {
1609
+ tab-size: 4;
1610
+ }
1611
+
1612
+ .markdown-body .tab-size[data-tab-size='5'] {
1613
+ tab-size: 5;
1614
+ }
1615
+
1616
+ .markdown-body .tab-size[data-tab-size='6'] {
1617
+ tab-size: 6;
1618
+ }
1619
+
1620
+ .markdown-body .tab-size[data-tab-size='7'] {
1621
+ tab-size: 7;
1622
+ }
1623
+
1624
+ .markdown-body .tab-size[data-tab-size='8'] {
1625
+ tab-size: 8;
1626
+ }
1627
+
1628
+ .markdown-body .tab-size[data-tab-size='9'] {
1629
+ tab-size: 9;
1630
+ }
1631
+
1632
+ .markdown-body .tab-size[data-tab-size='10'] {
1633
+ tab-size: 10;
1634
+ }
1635
+
1636
+ .markdown-body .tab-size[data-tab-size='11'] {
1637
+ tab-size: 11;
1638
+ }
1639
+
1640
+ .markdown-body .tab-size[data-tab-size='12'] {
1641
+ tab-size: 12;
1642
+ }
1643
+
1644
+ .markdown-body .Box .section-focus .preview-section {
1645
+ display: none;
1646
+ }
1647
+
1648
+ .markdown-body .Box .section-focus .edit-section {
1649
+ display: block;
1650
+ }
1651
+
1652
+ .markdown-body .highlight pre:has(+ .zeroclipboard-container) {
1653
+ min-height: 52px;
1654
+ }
1655
+ [data-theme='dark'] pre code.hljs {
1656
+ display: block;
1657
+ overflow-x: auto;
1658
+ padding: 1em;
1659
+ }
1660
+ [data-theme='dark'] code.hljs {
1661
+ padding: 3px 5px;
1662
+ }
1663
+ /*!
1664
+ Theme: GitHub Dark
1665
+ Description: Dark theme as seen on github.com
1666
+ Author: github.com
1667
+ Maintainer: @Hirse
1668
+ Updated: 2021-05-15
1669
+
1670
+ Outdated base version: https://github.com/primer/github-syntax-dark
1671
+ Current colors taken from GitHub's CSS
1672
+ */
1673
+ [data-theme='dark'] .hljs {
1674
+ color: #c9d1d9;
1675
+ background: #0d1117;
1676
+ }
1677
+ [data-theme='dark'] .hljs-doctag,
1678
+ [data-theme='dark'] .hljs-keyword,
1679
+ [data-theme='dark'] .hljs-meta .hljs-keyword,
1680
+ [data-theme='dark'] .hljs-template-tag,
1681
+ [data-theme='dark'] .hljs-template-variable,
1682
+ [data-theme='dark'] .hljs-type,
1683
+ [data-theme='dark'] .hljs-variable.language_ {
1684
+ /* prettylights-syntax-keyword */
1685
+ color: #ff7b72;
1686
+ }
1687
+ [data-theme='dark'] .hljs-title,
1688
+ [data-theme='dark'] .hljs-title.class_,
1689
+ [data-theme='dark'] .hljs-title.class_.inherited__,
1690
+ [data-theme='dark'] .hljs-title.function_ {
1691
+ /* prettylights-syntax-entity */
1692
+ color: #d2a8ff;
1693
+ }
1694
+ [data-theme='dark'] .hljs-attr,
1695
+ [data-theme='dark'] .hljs-attribute,
1696
+ [data-theme='dark'] .hljs-literal,
1697
+ [data-theme='dark'] .hljs-meta,
1698
+ [data-theme='dark'] .hljs-number,
1699
+ [data-theme='dark'] .hljs-operator,
1700
+ [data-theme='dark'] .hljs-variable,
1701
+ [data-theme='dark'] .hljs-selector-attr,
1702
+ [data-theme='dark'] .hljs-selector-class,
1703
+ [data-theme='dark'] .hljs-selector-id {
1704
+ /* prettylights-syntax-constant */
1705
+ color: #79c0ff;
1706
+ }
1707
+ [data-theme='dark'] .hljs-regexp,
1708
+ [data-theme='dark'] .hljs-string,
1709
+ [data-theme='dark'] .hljs-meta .hljs-string {
1710
+ /* prettylights-syntax-string */
1711
+ color: #a5d6ff;
1712
+ }
1713
+ [data-theme='dark'] .hljs-built_in,
1714
+ [data-theme='dark'] .hljs-symbol {
1715
+ /* prettylights-syntax-variable */
1716
+ color: #ffa657;
1717
+ }
1718
+ [data-theme='dark'] .hljs-comment,
1719
+ [data-theme='dark'] .hljs-code,
1720
+ [data-theme='dark'] .hljs-formula {
1721
+ /* prettylights-syntax-comment */
1722
+ color: #8b949e;
1723
+ }
1724
+ [data-theme='dark'] .hljs-name,
1725
+ [data-theme='dark'] .hljs-quote,
1726
+ [data-theme='dark'] .hljs-selector-tag,
1727
+ [data-theme='dark'] .hljs-selector-pseudo {
1728
+ /* prettylights-syntax-entity-tag */
1729
+ color: #7ee787;
1730
+ }
1731
+ [data-theme='dark'] .hljs-subst {
1732
+ /* prettylights-syntax-storage-modifier-import */
1733
+ color: #c9d1d9;
1734
+ }
1735
+ [data-theme='dark'] .hljs-section {
1736
+ /* prettylights-syntax-markup-heading */
1737
+ color: #1f6feb;
1738
+ font-weight: bold;
1739
+ }
1740
+ [data-theme='dark'] .hljs-bullet {
1741
+ /* prettylights-syntax-markup-list */
1742
+ color: #f2cc60;
1743
+ }
1744
+ [data-theme='dark'] .hljs-emphasis {
1745
+ /* prettylights-syntax-markup-italic */
1746
+ color: #c9d1d9;
1747
+ font-style: italic;
1748
+ }
1749
+ [data-theme='dark'] .hljs-strong {
1750
+ /* prettylights-syntax-markup-bold */
1751
+ color: #c9d1d9;
1752
+ font-weight: bold;
1753
+ }
1754
+ [data-theme='dark'] .hljs-addition {
1755
+ /* prettylights-syntax-markup-inserted */
1756
+ color: #aff5b4;
1757
+ background-color: #033a16;
1758
+ }
1759
+ [data-theme='dark'] .hljs-deletion {
1760
+ /* prettylights-syntax-markup-deleted */
1761
+ color: #ffdcd7;
1762
+ background-color: #67060c;
1763
+ }
1764
+ [data-theme='dark'] .hljs-char.escape_,
1765
+ [data-theme='dark'] .hljs-link,
1766
+ [data-theme='dark'] .hljs-params,
1767
+ [data-theme='dark'] .hljs-property,
1768
+ [data-theme='dark'] .hljs-punctuation,
1769
+ [data-theme='dark'] .hljs-tag {
1770
+ /* purposely ignored */
1771
+ }
1772
+ [data-theme='light'] pre code.hljs {
1773
+ display: block;
1774
+ overflow-x: auto;
1775
+ padding: 1em;
1776
+ }
1777
+ [data-theme='light'] code.hljs {
1778
+ padding: 3px 5px;
1779
+ }
1780
+ /*!
1781
+ Theme: GitHub
1782
+ Description: Light theme as seen on github.com
1783
+ Author: github.com
1784
+ Maintainer: @Hirse
1785
+ Updated: 2021-05-15
1786
+
1787
+ Outdated base version: https://github.com/primer/github-syntax-light
1788
+ Current colors taken from GitHub's CSS
1789
+ */
1790
+ [data-theme='light'] .hljs {
1791
+ color: #24292e;
1792
+ background: #ffffff;
1793
+ }
1794
+ [data-theme='light'] .hljs-doctag,
1795
+ [data-theme='light'] .hljs-keyword,
1796
+ [data-theme='light'] .hljs-meta .hljs-keyword,
1797
+ [data-theme='light'] .hljs-template-tag,
1798
+ [data-theme='light'] .hljs-template-variable,
1799
+ [data-theme='light'] .hljs-type,
1800
+ [data-theme='light'] .hljs-variable.language_ {
1801
+ /* prettylights-syntax-keyword */
1802
+ color: #d73a49;
1803
+ }
1804
+ [data-theme='light'] .hljs-title,
1805
+ [data-theme='light'] .hljs-title.class_,
1806
+ [data-theme='light'] .hljs-title.class_.inherited__,
1807
+ [data-theme='light'] .hljs-title.function_ {
1808
+ /* prettylights-syntax-entity */
1809
+ color: #6f42c1;
1810
+ }
1811
+ [data-theme='light'] .hljs-attr,
1812
+ [data-theme='light'] .hljs-attribute,
1813
+ [data-theme='light'] .hljs-literal,
1814
+ [data-theme='light'] .hljs-meta,
1815
+ [data-theme='light'] .hljs-number,
1816
+ [data-theme='light'] .hljs-operator,
1817
+ [data-theme='light'] .hljs-variable,
1818
+ [data-theme='light'] .hljs-selector-attr,
1819
+ [data-theme='light'] .hljs-selector-class,
1820
+ [data-theme='light'] .hljs-selector-id {
1821
+ /* prettylights-syntax-constant */
1822
+ color: #0064d6;
1823
+ }
1824
+ [data-theme='light'] .hljs-regexp,
1825
+ [data-theme='light'] .hljs-string,
1826
+ [data-theme='light'] .hljs-meta .hljs-string {
1827
+ /* prettylights-syntax-string */
1828
+ color: #032f62;
1829
+ }
1830
+ [data-theme='light'] .hljs-built_in,
1831
+ [data-theme='light'] .hljs-symbol {
1832
+ /* prettylights-syntax-variable */
1833
+ color: #e36209;
1834
+ }
1835
+ [data-theme='light'] .hljs-comment,
1836
+ [data-theme='light'] .hljs-code,
1837
+ [data-theme='light'] .hljs-formula {
1838
+ /* prettylights-syntax-comment */
1839
+ color: #6a737d;
1840
+ }
1841
+ [data-theme='light'] .hljs-name,
1842
+ [data-theme='light'] .hljs-quote,
1843
+ [data-theme='light'] .hljs-selector-tag,
1844
+ [data-theme='light'] .hljs-selector-pseudo {
1845
+ /* prettylights-syntax-entity-tag */
1846
+ color: #22863a;
1847
+ }
1848
+ [data-theme='light'] .hljs-subst {
1849
+ /* prettylights-syntax-storage-modifier-import */
1850
+ color: #24292e;
1851
+ }
1852
+ [data-theme='light'] .hljs-section {
1853
+ /* prettylights-syntax-markup-heading */
1854
+ color: #005cc5;
1855
+ font-weight: bold;
1856
+ }
1857
+ [data-theme='light'] .hljs-bullet {
1858
+ /* prettylights-syntax-markup-list */
1859
+ color: #735c0f;
1860
+ }
1861
+ [data-theme='light'] .hljs-emphasis {
1862
+ /* prettylights-syntax-markup-italic */
1863
+ color: #24292e;
1864
+ font-style: italic;
1865
+ }
1866
+ [data-theme='light'] .hljs-strong {
1867
+ /* prettylights-syntax-markup-bold */
1868
+ color: #24292e;
1869
+ font-weight: bold;
1870
+ }
1871
+ [data-theme='light'] .hljs-addition {
1872
+ /* prettylights-syntax-markup-inserted */
1873
+ color: #22863a;
1874
+ background-color: #f0fff4;
1875
+ }
1876
+ [data-theme='light'] .hljs-deletion {
1877
+ /* prettylights-syntax-markup-deleted */
1878
+ color: #b31d28;
1879
+ background-color: #ffeef0;
1880
+ }
1881
+ [data-theme='light'] .hljs-char.escape_,
1882
+ [data-theme='light'] .hljs-link,
1883
+ [data-theme='light'] .hljs-params,
1884
+ [data-theme='light'] .hljs-property,
1885
+ [data-theme='light'] .hljs-punctuation,
1886
+ [data-theme='light'] .hljs-tag {
1887
+ /* purposely ignored */
1198
1888
  }
1199
1889
  /*$vite$:1*/