fromsrc 0.0.2 → 0.0.22

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 (408) hide show
  1. package/dist/access.d.ts +7 -7
  2. package/dist/access.js +12 -5
  3. package/dist/adapter.js +8 -16
  4. package/dist/adapterbrowser.js +6 -10
  5. package/dist/adapternext.js +7 -18
  6. package/dist/adapterreactrouter.js +5 -9
  7. package/dist/adapterremix.js +8 -17
  8. package/dist/adaptertanstack.js +6 -10
  9. package/dist/algolia.js +43 -21
  10. package/dist/analytics.d.ts +1 -1
  11. package/dist/analytics.js +16 -10
  12. package/dist/ansi.js +76 -37
  13. package/dist/api.d.ts +10 -10
  14. package/dist/api.js +14 -11
  15. package/dist/audit.d.ts +6 -6
  16. package/dist/audit.js +29 -10
  17. package/dist/autotype.js +20 -10
  18. package/dist/batch.d.ts +6 -6
  19. package/dist/batch.js +16 -9
  20. package/dist/changelog.js +28 -14
  21. package/dist/changelogutil.d.ts +4 -4
  22. package/dist/changelogutil.js +33 -13
  23. package/dist/cli.d.ts +6 -6
  24. package/dist/cli.js +7 -3
  25. package/dist/client.d.ts +1 -1
  26. package/dist/codesample.d.ts +4 -4
  27. package/dist/codesample.js +63 -24
  28. package/dist/collapse.js +31 -13
  29. package/dist/collections.js +36 -16
  30. package/dist/components/accordion.d.ts +1 -1
  31. package/dist/components/accordion.js +5 -1
  32. package/dist/components/alert.d.ts +1 -1
  33. package/dist/components/alert.js +24 -13
  34. package/dist/components/announce.js +40 -17
  35. package/dist/components/autofill.js +18 -8
  36. package/dist/components/avatar.js +4 -4
  37. package/dist/components/avatarstack.js +2 -2
  38. package/dist/components/backtotop.d.ts +1 -1
  39. package/dist/components/backtotop.js +18 -5
  40. package/dist/components/badge.js +9 -4
  41. package/dist/components/banner.js +22 -5
  42. package/dist/components/breadcrumb.js +11 -4
  43. package/dist/components/breadcrumbnav.js +37 -21
  44. package/dist/components/button.js +23 -8
  45. package/dist/components/callout.d.ts +1 -1
  46. package/dist/components/callout.js +35 -31
  47. package/dist/components/changelog.js +21 -8
  48. package/dist/components/checkbox.js +32 -19
  49. package/dist/components/code.d.ts +1 -1
  50. package/dist/components/code.js +6 -3
  51. package/dist/components/codeblock.js +157 -39
  52. package/dist/components/codecopy.d.ts +1 -1
  53. package/dist/components/codecopy.js +36 -13
  54. package/dist/components/codegroup.js +87 -25
  55. package/dist/components/collapsible.d.ts +1 -1
  56. package/dist/components/collapsible.js +5 -1
  57. package/dist/components/command.d.ts +1 -1
  58. package/dist/components/command.js +42 -15
  59. package/dist/components/compare.js +20 -8
  60. package/dist/components/content.js +121 -79
  61. package/dist/components/copybutton.d.ts +1 -1
  62. package/dist/components/copybutton.js +14 -7
  63. package/dist/components/countdown.js +9 -3
  64. package/dist/components/create.js +34 -24
  65. package/dist/components/definition.js +11 -4
  66. package/dist/components/diffview.js +63 -29
  67. package/dist/components/divider.js +5 -1
  68. package/dist/components/docheader.js +8 -1
  69. package/dist/components/doclinkcard.js +27 -3
  70. package/dist/components/dropdown.d.ts +1 -1
  71. package/dist/components/dropdown.js +32 -11
  72. package/dist/components/dynamiccode.js +5 -3
  73. package/dist/components/editlink.js +35 -23
  74. package/dist/components/embed.js +15 -7
  75. package/dist/components/endpoint.d.ts +3 -3
  76. package/dist/components/endpoint.js +24 -9
  77. package/dist/components/errormessage.d.ts +1 -1
  78. package/dist/components/errormessage.js +4 -1
  79. package/dist/components/expandcode.d.ts +1 -1
  80. package/dist/components/expandcode.js +6 -2
  81. package/dist/components/feature.js +8 -1
  82. package/dist/components/featuregrid.d.ts +4 -4
  83. package/dist/components/featuregrid.js +7 -1
  84. package/dist/components/feedback.js +11 -7
  85. package/dist/components/feedbackwidget.js +18 -12
  86. package/dist/components/files.d.ts +1 -1
  87. package/dist/components/files.js +52 -18
  88. package/dist/components/folder.d.ts +1 -1
  89. package/dist/components/folder.js +21 -4
  90. package/dist/components/footer.js +5 -1
  91. package/dist/components/formlabel.d.ts +1 -1
  92. package/dist/components/formlabel.js +31 -18
  93. package/dist/components/github.js +43 -14
  94. package/dist/components/graph.js +38 -14
  95. package/dist/components/heading.js +36 -29
  96. package/dist/components/headingcopy.js +13 -5
  97. package/dist/components/hero.js +20 -14
  98. package/dist/components/highlight.d.ts +2 -2
  99. package/dist/components/highlight.js +14 -8
  100. package/dist/components/hover.d.ts +2 -2
  101. package/dist/components/hover.js +11 -4
  102. package/dist/components/icons.js +4 -1
  103. package/dist/components/inlinetoc.js +3 -1
  104. package/dist/components/input.js +13 -3
  105. package/dist/components/install.js +34 -24
  106. package/dist/components/kbd.js +19 -11
  107. package/dist/components/langicon.d.ts +1 -1
  108. package/dist/components/langicon.js +32 -24
  109. package/dist/components/language.d.ts +1 -1
  110. package/dist/components/language.js +12 -4
  111. package/dist/components/lastupdated.d.ts +2 -2
  112. package/dist/components/lastupdated.js +36 -12
  113. package/dist/components/link.d.ts +1 -1
  114. package/dist/components/linkcard.js +3 -1
  115. package/dist/components/list.d.ts +1 -1
  116. package/dist/components/list.js +4 -1
  117. package/dist/components/math.js +33 -8
  118. package/dist/components/mermaid.js +3 -3
  119. package/dist/components/mobilenav.d.ts +2 -1
  120. package/dist/components/mobilenav.js +116 -47
  121. package/dist/components/modal.d.ts +1 -1
  122. package/dist/components/modal.js +9 -2
  123. package/dist/components/navlink.js +17 -3
  124. package/dist/components/openapi.d.ts +1 -1
  125. package/dist/components/openapi.js +102 -32
  126. package/dist/components/openapischema.d.ts +1 -1
  127. package/dist/components/openapischema.js +29 -9
  128. package/dist/components/openapitags.js +6 -2
  129. package/dist/components/pagetransition.js +5 -3
  130. package/dist/components/pagination.js +5 -4
  131. package/dist/components/panel.js +92 -16
  132. package/dist/components/playground.d.ts +1 -1
  133. package/dist/components/playground.js +153 -50
  134. package/dist/components/popover.js +9 -7
  135. package/dist/components/prelink.js +40 -9
  136. package/dist/components/prevnext.d.ts +1 -1
  137. package/dist/components/prevnext.js +36 -16
  138. package/dist/components/progress.js +2 -2
  139. package/dist/components/property.js +4 -2
  140. package/dist/components/quote.d.ts +2 -2
  141. package/dist/components/quote.js +32 -4
  142. package/dist/components/radio.js +36 -18
  143. package/dist/components/rating.js +14 -3
  144. package/dist/components/recent.d.ts +1 -1
  145. package/dist/components/recent.js +26 -10
  146. package/dist/components/responsive.js +21 -13
  147. package/dist/components/results.js +8 -4
  148. package/dist/components/screenshot.js +61 -21
  149. package/dist/components/scrollprogress.js +9 -5
  150. package/dist/components/scrollspy.d.ts +2 -2
  151. package/dist/components/scrollspy.js +9 -3
  152. package/dist/components/search.js +47 -18
  153. package/dist/components/searchbutton.js +3 -1
  154. package/dist/components/searchdialog.js +36 -23
  155. package/dist/components/searcher.d.ts +1 -1
  156. package/dist/components/searcher.js +51 -26
  157. package/dist/components/select.js +27 -13
  158. package/dist/components/shortcuts.d.ts +1 -1
  159. package/dist/components/shortcuts.js +57 -38
  160. package/dist/components/sidebar.d.ts +2 -1
  161. package/dist/components/sidebar.js +209 -64
  162. package/dist/components/sidebarfilter.d.ts +1 -1
  163. package/dist/components/sidebarfilter.js +33 -9
  164. package/dist/components/sidebarscript.d.ts +5 -0
  165. package/dist/components/sidebarscript.js +5 -0
  166. package/dist/components/skeleton.js +15 -3
  167. package/dist/components/spinner.js +13 -3
  168. package/dist/components/status.js +20 -8
  169. package/dist/components/steps.js +3 -1
  170. package/dist/components/switch.js +4 -4
  171. package/dist/components/table.js +37 -12
  172. package/dist/components/tabnav.d.ts +1 -1
  173. package/dist/components/tabnav.js +48 -36
  174. package/dist/components/tabs.d.ts +1 -1
  175. package/dist/components/tabs.js +56 -40
  176. package/dist/components/tag.js +8 -3
  177. package/dist/components/terminal.js +14 -4
  178. package/dist/components/textarea.js +96 -82
  179. package/dist/components/theme.d.ts +1 -1
  180. package/dist/components/theme.js +26 -4
  181. package/dist/components/themeprovider.d.ts +4 -4
  182. package/dist/components/themeprovider.js +16 -5
  183. package/dist/components/toast.d.ts +1 -1
  184. package/dist/components/toast.js +23 -14
  185. package/dist/components/toc/default.d.ts +1 -1
  186. package/dist/components/toc/default.js +28 -13
  187. package/dist/components/toc/hook.js +28 -14
  188. package/dist/components/toc/index.js +8 -4
  189. package/dist/components/toc/inline.js +12 -2
  190. package/dist/components/toc/minimal.js +11 -5
  191. package/dist/components/toc/zigzag.d.ts +1 -1
  192. package/dist/components/toc/zigzag.js +37 -17
  193. package/dist/components/tocprogress.d.ts +1 -1
  194. package/dist/components/tocprogress.js +66 -34
  195. package/dist/components/tooltip.d.ts +1 -1
  196. package/dist/components/tooltip.js +20 -8
  197. package/dist/components/trigger.js +13 -5
  198. package/dist/components/twoslash.js +49 -26
  199. package/dist/components/typetable.js +23 -4
  200. package/dist/components/typewriter.js +6 -2
  201. package/dist/components/version.js +40 -14
  202. package/dist/components/video.js +25 -15
  203. package/dist/components/zoom.js +6 -2
  204. package/dist/config.d.ts +2 -2
  205. package/dist/config.js +56 -30
  206. package/dist/content.d.ts +5 -5
  207. package/dist/content.js +121 -57
  208. package/dist/contentcache.d.ts +10 -10
  209. package/dist/contentcache.js +9 -5
  210. package/dist/contentdiff.d.ts +4 -4
  211. package/dist/contentdiff.js +16 -8
  212. package/dist/contributors.d.ts +4 -4
  213. package/dist/contributors.js +49 -19
  214. package/dist/diff.d.ts +6 -6
  215. package/dist/diff.js +37 -16
  216. package/dist/draft.d.ts +11 -11
  217. package/dist/draft.js +9 -5
  218. package/dist/env.js +21 -7
  219. package/dist/export.js +4 -4
  220. package/dist/frontmatter.js +11 -9
  221. package/dist/github.js +60 -30
  222. package/dist/gitsource.d.ts +1 -1
  223. package/dist/gitsource.js +16 -9
  224. package/dist/hash.d.ts +6 -6
  225. package/dist/hash.js +19 -7
  226. package/dist/highlight.d.ts +4 -4
  227. package/dist/highlight.js +34 -14
  228. package/dist/hooks/anchor.js +26 -14
  229. package/dist/hooks/arrownav.js +25 -7
  230. package/dist/hooks/async.js +3 -3
  231. package/dist/hooks/battery.js +11 -3
  232. package/dist/hooks/breakpoint.js +10 -2
  233. package/dist/hooks/clickoutside.js +10 -3
  234. package/dist/hooks/clipboard-paste.js +7 -3
  235. package/dist/hooks/clipboard.d.ts +2 -2
  236. package/dist/hooks/clipboard.js +21 -15
  237. package/dist/hooks/copy.js +11 -6
  238. package/dist/hooks/countdown.js +1 -1
  239. package/dist/hooks/counter.js +1 -1
  240. package/dist/hooks/escapekey.js +6 -1
  241. package/dist/hooks/eventlistener.js +3 -1
  242. package/dist/hooks/eventsource.js +4 -2
  243. package/dist/hooks/eyedropper.js +7 -3
  244. package/dist/hooks/favicon.js +1 -1
  245. package/dist/hooks/fetch.js +12 -4
  246. package/dist/hooks/focustrap.js +20 -8
  247. package/dist/hooks/focuswithin.js +6 -2
  248. package/dist/hooks/form.d.ts +2 -2
  249. package/dist/hooks/form.js +15 -2
  250. package/dist/hooks/fullscreen.js +1 -1
  251. package/dist/hooks/geolocation.js +8 -8
  252. package/dist/hooks/hotkeys.js +19 -7
  253. package/dist/hooks/hover.d.ts +4 -1
  254. package/dist/hooks/hover.js +3 -1
  255. package/dist/hooks/idle.js +13 -3
  256. package/dist/hooks/infinitescroll.js +4 -2
  257. package/dist/hooks/interval.js +3 -1
  258. package/dist/hooks/inview.js +7 -3
  259. package/dist/hooks/keyboard.js +36 -12
  260. package/dist/hooks/keypress.js +6 -2
  261. package/dist/hooks/list.js +11 -1
  262. package/dist/hooks/longpress.js +3 -3
  263. package/dist/hooks/map.js +1 -1
  264. package/dist/hooks/measure.js +16 -7
  265. package/dist/hooks/mediarecorder.js +7 -3
  266. package/dist/hooks/networkstate.js +4 -2
  267. package/dist/hooks/os.js +12 -4
  268. package/dist/hooks/pagination.js +6 -4
  269. package/dist/hooks/permission.js +6 -2
  270. package/dist/hooks/queue.js +4 -2
  271. package/dist/hooks/readprogress.js +6 -2
  272. package/dist/hooks/resizeobserver.js +6 -4
  273. package/dist/hooks/script.js +1 -1
  274. package/dist/hooks/scrolllock.js +6 -2
  275. package/dist/hooks/scrollspy.js +4 -2
  276. package/dist/hooks/selection.js +6 -3
  277. package/dist/hooks/share.js +18 -9
  278. package/dist/hooks/speechrecognition.js +7 -3
  279. package/dist/hooks/stepper.js +4 -4
  280. package/dist/hooks/storage.js +9 -3
  281. package/dist/hooks/stylesheet.js +4 -2
  282. package/dist/hooks/textselection.js +6 -3
  283. package/dist/hooks/throttle.js +6 -2
  284. package/dist/hooks/undoredo.js +19 -11
  285. package/dist/hooks/vibrate.js +3 -1
  286. package/dist/hooks/viewtransition.js +8 -4
  287. package/dist/hooks/wakelock.js +12 -7
  288. package/dist/hooks/websocket.js +4 -2
  289. package/dist/hooks/windowsize.js +2 -2
  290. package/dist/i18n.d.ts +2 -2
  291. package/dist/i18n.js +27 -14
  292. package/dist/index.d.ts +1 -0
  293. package/dist/index.js +1 -0
  294. package/dist/lastmodified.js +11 -5
  295. package/dist/linkcheck.d.ts +6 -6
  296. package/dist/linkcheck.js +55 -14
  297. package/dist/llms.js +20 -4
  298. package/dist/manifest.js +7 -7
  299. package/dist/mcp.js +28 -22
  300. package/dist/mdtoc.d.ts +4 -4
  301. package/dist/mdtoc.js +11 -5
  302. package/dist/mdxscope.d.ts +2 -2
  303. package/dist/mdxscope.js +3 -1
  304. package/dist/meta.js +19 -7
  305. package/dist/migrate.js +35 -25
  306. package/dist/navgen.d.ts +8 -8
  307. package/dist/navgen.js +73 -30
  308. package/dist/navtree.d.ts +1 -1
  309. package/dist/navtree.js +39 -19
  310. package/dist/oembed.d.ts +4 -4
  311. package/dist/oembed.js +24 -18
  312. package/dist/ogimage.d.ts +11 -11
  313. package/dist/ogimage.js +24 -24
  314. package/dist/openapi.js +60 -33
  315. package/dist/openapiguard.js +21 -11
  316. package/dist/openapiutil.js +66 -20
  317. package/dist/orama.js +52 -34
  318. package/dist/pipeline.d.ts +4 -4
  319. package/dist/pipeline.js +4 -4
  320. package/dist/preload.d.ts +2 -2
  321. package/dist/preload.js +4 -4
  322. package/dist/ranking.d.ts +6 -6
  323. package/dist/ranking.js +39 -13
  324. package/dist/readtime.js +3 -1
  325. package/dist/redirects.d.ts +2 -2
  326. package/dist/redirects.js +20 -12
  327. package/dist/rehype.js +16 -9
  328. package/dist/rehypeautolink.d.ts +2 -2
  329. package/dist/rehypeautolink.js +25 -23
  330. package/dist/rehypecode.js +38 -28
  331. package/dist/rehypecopy.js +17 -13
  332. package/dist/rehypeinline.js +33 -27
  333. package/dist/rehypelinks.js +28 -20
  334. package/dist/rehyperaw.js +9 -3
  335. package/dist/rehypeslug.d.ts +1 -1
  336. package/dist/rehypeslug.js +23 -19
  337. package/dist/rehypetablewrap.d.ts +2 -2
  338. package/dist/rehypetablewrap.js +9 -5
  339. package/dist/rehypetoc.d.ts +1 -1
  340. package/dist/rehypetoc.js +15 -7
  341. package/dist/remark.js +28 -13
  342. package/dist/remarkadmonition.js +40 -14
  343. package/dist/remarkannotation.d.ts +2 -2
  344. package/dist/remarkannotation.js +26 -10
  345. package/dist/remarkbadge.js +43 -31
  346. package/dist/remarkblockmath.js +29 -15
  347. package/dist/remarkcallout.js +32 -14
  348. package/dist/remarkcaption.js +28 -16
  349. package/dist/remarkcodetitle.js +29 -13
  350. package/dist/remarkcolumns.js +22 -10
  351. package/dist/remarkdetails.js +34 -14
  352. package/dist/remarkdirective.js +47 -20
  353. package/dist/remarkembed.js +38 -22
  354. package/dist/remarkfiletree.js +29 -19
  355. package/dist/remarkfootnote.js +46 -18
  356. package/dist/remarkgfm.js +13 -8
  357. package/dist/remarkheadingid.js +16 -6
  358. package/dist/remarkimage.js +54 -34
  359. package/dist/remarkinclude.js +20 -8
  360. package/dist/remarkinstall.js +20 -12
  361. package/dist/remarklinkcard.js +33 -14
  362. package/dist/remarkmath.js +34 -15
  363. package/dist/remarkmermaid.js +10 -6
  364. package/dist/remarkmeta.d.ts +2 -2
  365. package/dist/remarkmeta.js +15 -5
  366. package/dist/remarkreadingtime.d.ts +2 -2
  367. package/dist/remarkreadingtime.js +3 -1
  368. package/dist/remarksteps.js +26 -14
  369. package/dist/remarkstructure.js +16 -10
  370. package/dist/remarktabs.js +31 -14
  371. package/dist/remarktoc.js +40 -24
  372. package/dist/remarkts2js.js +51 -40
  373. package/dist/remarktwoslash.d.ts +4 -4
  374. package/dist/remarktwoslash.js +24 -14
  375. package/dist/remarkvideo.d.ts +4 -4
  376. package/dist/remarkvideo.js +42 -16
  377. package/dist/schema.d.ts +14 -14
  378. package/dist/schema.js +2 -2
  379. package/dist/search.js +106 -48
  380. package/dist/searchindex.js +86 -34
  381. package/dist/searchpolicy.js +1 -1
  382. package/dist/searchscore.js +5 -5
  383. package/dist/searchtypo.js +30 -10
  384. package/dist/seo.d.ts +2 -2
  385. package/dist/seo.js +14 -14
  386. package/dist/shortcodes.d.ts +4 -4
  387. package/dist/shortcodes.js +25 -20
  388. package/dist/sitemap.js +18 -8
  389. package/dist/snippets.js +26 -18
  390. package/dist/source.js +75 -41
  391. package/dist/stats.d.ts +4 -4
  392. package/dist/stats.js +18 -12
  393. package/dist/testing.d.ts +7 -7
  394. package/dist/testing.js +74 -29
  395. package/dist/themeutil.d.ts +6 -6
  396. package/dist/themeutil.js +145 -27
  397. package/dist/typegen.js +31 -12
  398. package/dist/validate.js +19 -7
  399. package/dist/validator.d.ts +11 -11
  400. package/dist/validator.js +68 -19
  401. package/dist/versioning.d.ts +7 -7
  402. package/dist/versioning.js +27 -11
  403. package/dist/watcher.js +39 -15
  404. package/dist/webhook.d.ts +6 -6
  405. package/dist/webhook.js +34 -12
  406. package/dist/workspace.js +26 -12
  407. package/package.json +137 -137
  408. package/styles/reset.css +1 -1
@@ -5,13 +5,14 @@ import { memo } from 'react';
5
5
  import { IconChevronLeft, IconChevronRight } from './icons';
6
6
 
7
7
  function PaginationBase({ prev, next }) {
8
- if (!prev && !next) return null;
8
+ if (!prev && !next) {
9
+ return null;
10
+ }
9
11
  return /* @__PURE__ */ jsxs(
10
12
  "nav",
11
13
  {
12
14
  className: "flex items-center justify-between gap-4 mt-12 pt-6 border-t border-line",
13
15
  "aria-label": "Pagination navigation",
14
- role: "navigation",
15
16
  children: [
16
17
  prev ? /* @__PURE__ */ jsxs(
17
18
  Link,
@@ -30,7 +31,7 @@ function PaginationBase({ prev, next }) {
30
31
  }
31
32
  ),
32
33
  /* @__PURE__ */ jsxs("div", { className: "text-left", children: [
33
- /* @__PURE__ */ jsx("div", { className: "text-xs text-muted", children: "previous" }),
34
+ /* @__PURE__ */ jsx("div", { className: "text-xs text-muted", children: "Previous" }),
34
35
  /* @__PURE__ */ jsx("div", { className: "text-sm font-medium text-fg", children: prev.title })
35
36
  ] })
36
37
  ]
@@ -45,7 +46,7 @@ function PaginationBase({ prev, next }) {
45
46
  className: "flex items-center gap-2 px-4 py-3 rounded-xl border border-line bg-surface/30 hover:bg-surface/50 transition-colors group",
46
47
  children: [
47
48
  /* @__PURE__ */ jsxs("div", { className: "text-right", children: [
48
- /* @__PURE__ */ jsx("div", { className: "text-xs text-muted", children: "next" }),
49
+ /* @__PURE__ */ jsx("div", { className: "text-xs text-muted", children: "Next" }),
49
50
  /* @__PURE__ */ jsx("div", { className: "text-sm font-medium text-fg", children: next.title })
50
51
  ] }),
51
52
  /* @__PURE__ */ jsx(
@@ -26,14 +26,20 @@ function Panel({
26
26
  const showResults = hasQuery && !loading && results.length > 0;
27
27
  const listId = showRecent ? "search-recent-listbox" : "search-results-listbox";
28
28
  const active = safe < 0 ? void 0 : showRecent ? getRecentOptionId(safe) : showResults ? getOptionId(safe) : void 0;
29
- const resultStatus = loading ? "loading results" : !hasQuery ? recent.length > 0 ? `${recent.length} recent searches` : "no recent searches" : results.length === 0 ? "no results" : `${results.length} results`;
29
+ const resultStatus = loading ? "Loading results" : !hasQuery ? recent.length > 0 ? `${recent.length} recent searches` : "No recent searches" : results.length === 0 ? "No results" : `${results.length} results`;
30
30
  const onTab = useCallback((event) => {
31
- if (event.key !== "Tab" || !dialog.current) return;
31
+ if (event.key !== "Tab" || !dialog.current) {
32
+ return;
33
+ }
32
34
  const nodes = dialog.current.querySelectorAll(
33
35
  'button:not([disabled]),a[href],input:not([disabled]),select:not([disabled]),textarea:not([disabled]),[tabindex]:not([tabindex="-1"])'
34
36
  );
35
- const items = Array.from(nodes).filter((item) => !item.hasAttribute("aria-hidden"));
36
- if (items.length === 0) return;
37
+ const items = [...nodes].filter(
38
+ (item) => !item.hasAttribute("aria-hidden")
39
+ );
40
+ if (items.length === 0) {
41
+ return;
42
+ }
37
43
  const active2 = document.activeElement;
38
44
  if (!(active2 instanceof HTMLElement) || !dialog.current.contains(active2)) {
39
45
  event.preventDefault();
@@ -41,7 +47,7 @@ function Panel({
41
47
  return;
42
48
  }
43
49
  const index = items.findIndex((item) => item === active2);
44
- if (index < 0) {
50
+ if (index === -1) {
45
51
  event.preventDefault();
46
52
  items[0]?.focus();
47
53
  return;
@@ -49,7 +55,7 @@ function Panel({
49
55
  if (event.shiftKey) {
50
56
  if (index <= 0) {
51
57
  event.preventDefault();
52
- items[items.length - 1]?.focus();
58
+ items.at(-1)?.focus();
53
59
  }
54
60
  return;
55
61
  }
@@ -59,16 +65,86 @@ function Panel({
59
65
  }
60
66
  }, []);
61
67
  return /* @__PURE__ */ jsxs("div", { className: "fixed inset-0 z-[100]", onKeyDownCapture: onTab, children: [
62
- /* @__PURE__ */ jsx("button", { type: "button", className: "fixed inset-0 bg-bg/80 backdrop-blur-sm cursor-default", onClick: onClose, "aria-label": "close search" }),
63
- /* @__PURE__ */ jsx("div", { ref: dialog, className: "relative z-10 max-w-lg mx-auto mt-[20vh]", role: "dialog", "aria-modal": "true", "aria-label": "search documentation", children: /* @__PURE__ */ jsxs("div", { className: "bg-surface border border-line rounded-xl shadow-2xl overflow-hidden", children: [
64
- /* @__PURE__ */ jsxs("div", { className: "flex items-center gap-3 px-4 border-b border-line", children: [
65
- /* @__PURE__ */ jsx(IconSearch, { className: "w-4 h-4 text-muted", size: 16 }),
66
- /* @__PURE__ */ jsx("input", { ref: input, type: "text", value: query, onChange: (event) => onChange(event.target.value), onKeyDown: onKey, placeholder: "search", className: "flex-1 py-4 bg-transparent text-fg text-sm placeholder:text-muted focus:outline-none", role: "combobox", "aria-expanded": showRecent || showResults, "aria-haspopup": "listbox", "aria-controls": listId, "aria-activedescendant": active, "aria-autocomplete": "list" }),
67
- /* @__PURE__ */ jsx("span", { className: "sr-only", role: "status", "aria-live": "polite", children: resultStatus }),
68
- /* @__PURE__ */ jsx("kbd", { className: "px-1.5 py-0.5 text-[10px] text-muted bg-bg border border-line rounded", children: "esc" })
69
- ] }),
70
- /* @__PURE__ */ jsx("div", { className: "max-h-80 overflow-y-auto", "aria-busy": loading, children: showRecent ? /* @__PURE__ */ jsx(Recent, { listId, items: recent, selected: safe, onSelect }) : loading ? /* @__PURE__ */ jsx("div", { className: "p-8 text-center text-muted text-sm", role: "status", "aria-live": "polite", children: "loading" }) : showResults ? /* @__PURE__ */ jsx(Results, { listId, results, selected: safe, query: value, listRef: list, onResultClick: onNavigate, onResultKeyDown: (event, slug, anchor) => event.key === "Enter" && onNavigate(slug, anchor) }) : /* @__PURE__ */ jsx("div", { className: "p-8 text-center text-muted text-sm", role: "status", "aria-live": "polite", children: "no results" }) })
71
- ] }) })
68
+ /* @__PURE__ */ jsx(
69
+ "button",
70
+ {
71
+ type: "button",
72
+ className: "fixed inset-0 bg-bg/80 backdrop-blur-sm cursor-default",
73
+ onClick: onClose,
74
+ "aria-label": "Close search"
75
+ }
76
+ ),
77
+ /* @__PURE__ */ jsx(
78
+ "div",
79
+ {
80
+ ref: dialog,
81
+ className: "relative z-10 max-w-lg mx-auto mt-[20vh]",
82
+ role: "dialog",
83
+ "aria-modal": "true",
84
+ "aria-label": "Search documentation",
85
+ children: /* @__PURE__ */ jsxs("div", { className: "bg-surface border border-line rounded-xl shadow-2xl overflow-hidden", children: [
86
+ /* @__PURE__ */ jsxs("div", { className: "flex items-center gap-3 px-4 border-b border-line", children: [
87
+ /* @__PURE__ */ jsx(IconSearch, { className: "w-4 h-4 text-muted", size: 16 }),
88
+ /* @__PURE__ */ jsx(
89
+ "input",
90
+ {
91
+ ref: input,
92
+ type: "text",
93
+ value: query,
94
+ onChange: (event) => onChange(event.target.value),
95
+ onKeyDown: onKey,
96
+ placeholder: "Search",
97
+ className: "flex-1 py-4 bg-transparent text-fg text-sm placeholder:text-muted focus:outline-none",
98
+ role: "combobox",
99
+ "aria-expanded": showRecent || showResults,
100
+ "aria-haspopup": "listbox",
101
+ "aria-controls": listId,
102
+ "aria-activedescendant": active,
103
+ "aria-autocomplete": "list"
104
+ }
105
+ ),
106
+ /* @__PURE__ */ jsx("span", { className: "sr-only", role: "status", "aria-live": "polite", children: resultStatus }),
107
+ /* @__PURE__ */ jsx("kbd", { className: "px-1.5 py-0.5 text-[10px] text-muted bg-bg border border-line rounded", children: "esc" })
108
+ ] }),
109
+ /* @__PURE__ */ jsx("div", { className: "max-h-80 overflow-y-auto", "aria-busy": loading, children: showRecent ? /* @__PURE__ */ jsx(
110
+ Recent,
111
+ {
112
+ listId,
113
+ items: recent,
114
+ selected: safe,
115
+ onSelect
116
+ }
117
+ ) : loading ? /* @__PURE__ */ jsx(
118
+ "div",
119
+ {
120
+ className: "p-8 text-center text-muted text-sm",
121
+ role: "status",
122
+ "aria-live": "polite",
123
+ children: "loading"
124
+ }
125
+ ) : showResults ? /* @__PURE__ */ jsx(
126
+ Results,
127
+ {
128
+ listId,
129
+ results,
130
+ selected: safe,
131
+ query: value,
132
+ listRef: list,
133
+ onResultClick: onNavigate,
134
+ onResultKeyDown: (event, slug, anchor) => event.key === "Enter" && onNavigate(slug, anchor)
135
+ }
136
+ ) : /* @__PURE__ */ jsx(
137
+ "div",
138
+ {
139
+ className: "p-8 text-center text-muted text-sm",
140
+ role: "status",
141
+ "aria-live": "polite",
142
+ children: "no results"
143
+ }
144
+ ) })
145
+ ] })
146
+ }
147
+ )
72
148
  ] });
73
149
  }
74
150
 
@@ -8,7 +8,7 @@ interface PlaygroundProps {
8
8
  body?: string;
9
9
  className?: string;
10
10
  }
11
- declare function PlaygroundBase({ method, url, headers: initial, body: initialBody, className }: PlaygroundProps): JSX.Element;
11
+ declare function PlaygroundBase({ method, url, headers: initial, body: initialBody, className, }: PlaygroundProps): JSX.Element;
12
12
  declare const Playground: react.MemoExoticComponent<typeof PlaygroundBase>;
13
13
 
14
14
  export { Playground, type PlaygroundProps };
@@ -3,86 +3,189 @@ import { jsxs, jsx } from 'react/jsx-runtime';
3
3
  import { memo, useState, useCallback } from 'react';
4
4
 
5
5
  const colors = {
6
+ DELETE: "bg-red-500/10 text-red-400",
6
7
  GET: "bg-emerald-500/10 text-emerald-400",
7
- POST: "bg-blue-500/10 text-blue-400",
8
- PUT: "bg-amber-500/10 text-amber-400",
9
8
  PATCH: "bg-purple-500/10 text-purple-400",
10
- DELETE: "bg-red-500/10 text-red-400"
9
+ POST: "bg-blue-500/10 text-blue-400",
10
+ PUT: "bg-amber-500/10 text-amber-400"
11
11
  };
12
12
  function toEntries(init) {
13
- if (!init) return [{ key: "", value: "" }];
13
+ if (!init) {
14
+ return [{ key: "", value: "" }];
15
+ }
14
16
  const entries = Object.entries(init).map(([key, value]) => ({ key, value }));
15
17
  return entries.length ? entries : [{ key: "", value: "" }];
16
18
  }
17
- function PlaygroundBase({ method, url, headers: initial, body: initialBody, className = "" }) {
19
+ function PlaygroundBase({
20
+ method,
21
+ url,
22
+ headers: initial,
23
+ body: initialBody,
24
+ className = ""
25
+ }) {
18
26
  const [headers, setHeaders] = useState(() => toEntries(initial));
19
27
  const [body, setBody] = useState(initialBody ?? "");
20
28
  const [response, setResponse] = useState(null);
21
29
  const [loading, setLoading] = useState(false);
22
30
  const hasBody = method === "POST" || method === "PUT" || method === "PATCH";
23
- const updateHeader = useCallback((i, field, val) => {
24
- setHeaders((h) => h.map((item, idx) => idx === i ? { ...item, [field]: val } : item));
25
- }, []);
26
- const addHeader = useCallback(() => setHeaders((h) => [...h, { key: "", value: "" }]), []);
27
- const removeHeader = useCallback((i) => setHeaders((h) => h.filter((_, idx) => idx !== i)), []);
31
+ const updateHeader = useCallback(
32
+ (i, field, val) => {
33
+ setHeaders(
34
+ (h) => h.map((item, idx) => idx === i ? { ...item, [field]: val } : item)
35
+ );
36
+ },
37
+ []
38
+ );
39
+ const addHeader = useCallback(
40
+ () => setHeaders((h) => [...h, { key: "", value: "" }]),
41
+ []
42
+ );
43
+ const removeHeader = useCallback(
44
+ (i) => setHeaders((h) => h.filter((_, idx) => idx !== i)),
45
+ []
46
+ );
28
47
  const send = useCallback(async () => {
29
48
  setLoading(true);
30
49
  setResponse(null);
31
50
  const hdrs = {};
32
- for (const h of headers) if (h.key.trim()) hdrs[h.key.trim()] = h.value;
51
+ for (const h of headers) {
52
+ if (h.key.trim()) {
53
+ hdrs[h.key.trim()] = h.value;
54
+ }
55
+ }
33
56
  const start = performance.now();
34
57
  try {
35
- const res = await fetch(url, { method, headers: hdrs, body: hasBody && body ? body : void 0 });
58
+ const res = await fetch(url, {
59
+ body: hasBody && body ? body : void 0,
60
+ headers: hdrs,
61
+ method
62
+ });
36
63
  const text = await res.text();
37
64
  const rh = {};
38
65
  res.headers.forEach((v, k) => {
39
66
  rh[k] = v;
40
67
  });
41
- setResponse({ status: res.status, headers: rh, body: text, time: Math.round(performance.now() - start) });
68
+ setResponse({
69
+ body: text,
70
+ headers: rh,
71
+ status: res.status,
72
+ time: Math.round(performance.now() - start)
73
+ });
42
74
  } catch {
43
- setResponse({ status: 0, headers: {}, body: "request failed", time: Math.round(performance.now() - start) });
75
+ setResponse({
76
+ body: "request failed",
77
+ headers: {},
78
+ status: 0,
79
+ time: Math.round(performance.now() - start)
80
+ });
44
81
  }
45
82
  setLoading(false);
46
83
  }, [method, url, headers, body, hasBody]);
47
84
  const input = "w-full rounded border border-line bg-transparent px-2 py-1 text-sm";
48
- return /* @__PURE__ */ jsxs("div", { className: `rounded-lg border border-line overflow-hidden my-6 ${className}`.trim(), children: [
49
- /* @__PURE__ */ jsxs("div", { className: "flex items-center gap-3 px-4 py-3 bg-surface/50 border-b border-line", children: [
50
- /* @__PURE__ */ jsx("span", { className: `px-2 py-0.5 rounded text-xs font-bold uppercase ${colors[method]}`, children: method }),
51
- /* @__PURE__ */ jsx("span", { className: "font-mono text-sm text-fg", children: url })
52
- ] }),
53
- /* @__PURE__ */ jsxs("div", { className: "p-4 space-y-4", children: [
54
- /* @__PURE__ */ jsxs("div", { children: [
55
- /* @__PURE__ */ jsxs("div", { className: "flex items-center justify-between mb-2", children: [
56
- /* @__PURE__ */ jsx("span", { className: "text-xs font-medium text-muted uppercase", children: "Headers" }),
57
- /* @__PURE__ */ jsx("button", { type: "button", onClick: addHeader, className: "text-xs text-accent", children: "+ add" })
85
+ return /* @__PURE__ */ jsxs(
86
+ "div",
87
+ {
88
+ className: `rounded-lg border border-line overflow-hidden my-6 ${className}`.trim(),
89
+ children: [
90
+ /* @__PURE__ */ jsxs("div", { className: "flex items-center gap-3 px-4 py-3 bg-surface/50 border-b border-line", children: [
91
+ /* @__PURE__ */ jsx(
92
+ "span",
93
+ {
94
+ className: `px-2 py-0.5 rounded text-xs font-bold uppercase ${colors[method]}`,
95
+ children: method
96
+ }
97
+ ),
98
+ /* @__PURE__ */ jsx("span", { className: "font-mono text-sm text-fg", children: url })
58
99
  ] }),
59
- headers.map((h, i) => /* @__PURE__ */ jsxs("div", { className: "flex gap-2 mb-1.5", children: [
60
- /* @__PURE__ */ jsx("input", { className: input, placeholder: "key", value: h.key, onChange: (e) => updateHeader(i, "key", e.target.value) }),
61
- /* @__PURE__ */ jsx("input", { className: input, placeholder: "value", value: h.value, onChange: (e) => updateHeader(i, "value", e.target.value) }),
62
- /* @__PURE__ */ jsx("button", { type: "button", onClick: () => removeHeader(i), className: "text-xs text-muted shrink-0", children: "x" })
63
- ] }, i))
64
- ] }),
65
- hasBody && /* @__PURE__ */ jsxs("div", { children: [
66
- /* @__PURE__ */ jsx("span", { className: "text-xs font-medium text-muted uppercase mb-2 block", children: "Body" }),
67
- /* @__PURE__ */ jsx("textarea", { className: `${input} min-h-[80px] resize-y`, value: body, onChange: (e) => setBody(e.target.value) })
68
- ] }),
69
- /* @__PURE__ */ jsx("button", { type: "button", onClick: send, disabled: loading, className: "rounded bg-accent px-4 py-1.5 text-sm font-medium text-white disabled:opacity-50", children: loading ? "Sending..." : "Send" })
70
- ] }),
71
- response && /* @__PURE__ */ jsxs("div", { className: "border-t border-line p-4 space-y-3", children: [
72
- /* @__PURE__ */ jsxs("div", { className: "flex items-center gap-3", children: [
73
- /* @__PURE__ */ jsx("span", { className: `px-2 py-0.5 rounded text-xs font-bold ${response.status >= 200 && response.status < 300 ? "bg-emerald-500/10 text-emerald-400" : "bg-red-500/10 text-red-400"}`, children: response.status || "ERR" }),
74
- /* @__PURE__ */ jsxs("span", { className: "text-xs text-muted", children: [
75
- response.time,
76
- "ms"
100
+ /* @__PURE__ */ jsxs("div", { className: "p-4 space-y-4", children: [
101
+ /* @__PURE__ */ jsxs("div", { children: [
102
+ /* @__PURE__ */ jsxs("div", { className: "flex items-center justify-between mb-2", children: [
103
+ /* @__PURE__ */ jsx("span", { className: "text-xs font-medium text-muted uppercase", children: "Headers" }),
104
+ /* @__PURE__ */ jsx(
105
+ "button",
106
+ {
107
+ type: "button",
108
+ onClick: addHeader,
109
+ className: "text-xs text-accent",
110
+ children: "+ Add"
111
+ }
112
+ )
113
+ ] }),
114
+ headers.map((h, i) => /* @__PURE__ */ jsxs("div", { className: "flex gap-2 mb-1.5", children: [
115
+ /* @__PURE__ */ jsx(
116
+ "input",
117
+ {
118
+ className: input,
119
+ placeholder: "Key",
120
+ value: h.key,
121
+ onChange: (e) => updateHeader(i, "key", e.target.value)
122
+ }
123
+ ),
124
+ /* @__PURE__ */ jsx(
125
+ "input",
126
+ {
127
+ className: input,
128
+ placeholder: "Value",
129
+ value: h.value,
130
+ onChange: (e) => updateHeader(i, "value", e.target.value)
131
+ }
132
+ ),
133
+ /* @__PURE__ */ jsx(
134
+ "button",
135
+ {
136
+ type: "button",
137
+ onClick: () => removeHeader(i),
138
+ className: "text-xs text-muted shrink-0",
139
+ children: "x"
140
+ }
141
+ )
142
+ ] }, i))
143
+ ] }),
144
+ hasBody && /* @__PURE__ */ jsxs("div", { children: [
145
+ /* @__PURE__ */ jsx("span", { className: "text-xs font-medium text-muted uppercase mb-2 block", children: "Body" }),
146
+ /* @__PURE__ */ jsx(
147
+ "textarea",
148
+ {
149
+ className: `${input} min-h-[80px] resize-y`,
150
+ value: body,
151
+ onChange: (e) => setBody(e.target.value)
152
+ }
153
+ )
154
+ ] }),
155
+ /* @__PURE__ */ jsx(
156
+ "button",
157
+ {
158
+ type: "button",
159
+ onClick: send,
160
+ disabled: loading,
161
+ className: "rounded bg-accent px-4 py-1.5 text-sm font-medium text-white disabled:opacity-50",
162
+ children: loading ? "Sending..." : "Send"
163
+ }
164
+ )
165
+ ] }),
166
+ response && /* @__PURE__ */ jsxs("div", { className: "border-t border-line p-4 space-y-3", children: [
167
+ /* @__PURE__ */ jsxs("div", { className: "flex items-center gap-3", children: [
168
+ /* @__PURE__ */ jsx(
169
+ "span",
170
+ {
171
+ className: `px-2 py-0.5 rounded text-xs font-bold ${response.status >= 200 && response.status < 300 ? "bg-emerald-500/10 text-emerald-400" : "bg-red-500/10 text-red-400"}`,
172
+ children: response.status || "ERR"
173
+ }
174
+ ),
175
+ /* @__PURE__ */ jsxs("span", { className: "text-xs text-muted", children: [
176
+ response.time,
177
+ "ms"
178
+ ] })
179
+ ] }),
180
+ Object.keys(response.headers).length > 0 && /* @__PURE__ */ jsxs("details", { className: "text-xs", children: [
181
+ /* @__PURE__ */ jsx("summary", { className: "text-muted cursor-pointer", children: "Response Headers" }),
182
+ /* @__PURE__ */ jsx("pre", { className: "font-mono text-xs whitespace-pre-wrap text-muted mt-1", children: Object.entries(response.headers).map(([k, v]) => `${k}: ${v}`).join("\n") })
183
+ ] }),
184
+ /* @__PURE__ */ jsx("pre", { className: "font-mono text-xs whitespace-pre-wrap text-fg bg-surface/50 rounded p-3 overflow-x-auto", children: response.body })
77
185
  ] })
78
- ] }),
79
- Object.keys(response.headers).length > 0 && /* @__PURE__ */ jsxs("details", { className: "text-xs", children: [
80
- /* @__PURE__ */ jsx("summary", { className: "text-muted cursor-pointer", children: "Response Headers" }),
81
- /* @__PURE__ */ jsx("pre", { className: "font-mono text-xs whitespace-pre-wrap text-muted mt-1", children: Object.entries(response.headers).map(([k, v]) => `${k}: ${v}`).join("\n") })
82
- ] }),
83
- /* @__PURE__ */ jsx("pre", { className: "font-mono text-xs whitespace-pre-wrap text-fg bg-surface/50 rounded p-3 overflow-x-auto", children: response.body })
84
- ] })
85
- ] });
186
+ ]
187
+ }
188
+ );
86
189
  }
87
190
  const Playground = memo(PlaygroundBase);
88
191
 
@@ -5,13 +5,13 @@ import { useClickOutside } from '../hooks/clickoutside';
5
5
  import { useEscapeKey } from '../hooks/escapekey';
6
6
 
7
7
  const ALIGN_CLASSES = {
8
- start: "left-0",
9
8
  center: "left-1/2 -translate-x-1/2",
10
- end: "right-0"
9
+ end: "right-0",
10
+ start: "left-0"
11
11
  };
12
12
  const SIDE_CLASSES = {
13
- top: "bottom-full mb-2",
14
- bottom: "top-full mt-2"
13
+ bottom: "top-full mt-2",
14
+ top: "bottom-full mb-2"
15
15
  };
16
16
  function Popover({
17
17
  trigger,
@@ -43,12 +43,14 @@ function Popover({
43
43
  }
44
44
  }, [open]);
45
45
  useLayoutEffect(() => {
46
- if (!open || !contentRef.current) return;
46
+ if (!open || !contentRef.current) {
47
+ return;
48
+ }
47
49
  const content = contentRef.current;
48
50
  const rect = content.getBoundingClientRect();
49
51
  const viewport = {
50
- width: window.innerWidth,
51
- height: window.innerHeight
52
+ height: window.innerHeight,
53
+ width: window.innerWidth
52
54
  };
53
55
  let adjustedAlign = ALIGN_CLASSES[align];
54
56
  let adjustedSide = SIDE_CLASSES[side];
@@ -12,31 +12,62 @@ function domain(href) {
12
12
  function external(href) {
13
13
  return href.startsWith("http") && !href.includes(window.location.hostname);
14
14
  }
15
- const PreLink = memo(function PreLink2({ href, children, className }) {
15
+ const PreLink = memo(function PreLink2({
16
+ href,
17
+ children,
18
+ className
19
+ }) {
16
20
  const [visible, setVisible] = useState(false);
17
21
  const showTimer = useRef(null);
18
22
  const hideTimer = useRef(null);
19
23
  const enter = useCallback(() => {
20
- if (hideTimer.current) clearTimeout(hideTimer.current);
24
+ if (hideTimer.current) {
25
+ clearTimeout(hideTimer.current);
26
+ }
21
27
  showTimer.current = setTimeout(() => setVisible(true), 300);
22
28
  }, []);
23
29
  const leave = useCallback(() => {
24
- if (showTimer.current) clearTimeout(showTimer.current);
30
+ if (showTimer.current) {
31
+ clearTimeout(showTimer.current);
32
+ }
25
33
  hideTimer.current = setTimeout(() => setVisible(false), 100);
26
34
  }, []);
27
35
  const host = domain(href);
28
36
  const isExternal = typeof window !== "undefined" && external(href);
29
37
  return /* @__PURE__ */ jsxs("span", { className: "relative inline", onMouseEnter: enter, onMouseLeave: leave, children: [
30
- /* @__PURE__ */ jsx("a", { href, className, target: host ? "_blank" : void 0, rel: host ? "noopener noreferrer" : void 0, children }),
38
+ /* @__PURE__ */ jsx(
39
+ "a",
40
+ {
41
+ href,
42
+ className,
43
+ target: host ? "_blank" : void 0,
44
+ rel: host ? "noopener noreferrer" : void 0,
45
+ children
46
+ }
47
+ ),
31
48
  visible && host && /* @__PURE__ */ jsxs("span", { className: "absolute z-50 bottom-full left-1/2 -translate-x-1/2 mb-2 w-72 rounded-lg border border-line bg-surface p-3 shadow-lg pointer-events-none", children: [
32
49
  /* @__PURE__ */ jsx("span", { className: "text-sm font-medium text-fg block truncate", children: typeof children === "string" ? children : host }),
33
50
  /* @__PURE__ */ jsx("span", { className: "text-xs text-muted mt-1 block truncate", children: href }),
34
51
  /* @__PURE__ */ jsxs("span", { className: "text-xs text-dim mt-2 flex items-center gap-1", children: [
35
- isExternal && /* @__PURE__ */ jsxs("svg", { "aria-hidden": "true", width: "12", height: "12", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", children: [
36
- /* @__PURE__ */ jsx("path", { d: "M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6" }),
37
- /* @__PURE__ */ jsx("polyline", { points: "15 3 21 3 21 9" }),
38
- /* @__PURE__ */ jsx("line", { x1: "10", y1: "14", x2: "21", y2: "3" })
39
- ] }),
52
+ isExternal && /* @__PURE__ */ jsxs(
53
+ "svg",
54
+ {
55
+ "aria-hidden": "true",
56
+ width: "12",
57
+ height: "12",
58
+ viewBox: "0 0 24 24",
59
+ fill: "none",
60
+ stroke: "currentColor",
61
+ strokeWidth: "2",
62
+ strokeLinecap: "round",
63
+ strokeLinejoin: "round",
64
+ children: [
65
+ /* @__PURE__ */ jsx("path", { d: "M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6" }),
66
+ /* @__PURE__ */ jsx("polyline", { points: "15 3 21 3 21 9" }),
67
+ /* @__PURE__ */ jsx("line", { x1: "10", y1: "14", x2: "21", y2: "3" })
68
+ ]
69
+ }
70
+ ),
40
71
  host
41
72
  ] })
42
73
  ] })
@@ -11,7 +11,7 @@ interface PrevNextProps {
11
11
  next?: PrevNextLink;
12
12
  className?: string;
13
13
  }
14
- declare function PrevNextBase({ prev, next, className }: PrevNextProps): JSX.Element | null;
14
+ declare function PrevNextBase({ prev, next, className, }: PrevNextProps): JSX.Element | null;
15
15
  declare const PrevNext: react.MemoExoticComponent<typeof PrevNextBase>;
16
16
 
17
17
  export { PrevNext, type PrevNextLink, type PrevNextProps };
@@ -19,23 +19,43 @@ function Chevron({ direction }) {
19
19
  }
20
20
  );
21
21
  }
22
- function PrevNextBase({ prev, next, className }) {
23
- if (!prev && !next) return null;
22
+ function PrevNextBase({
23
+ prev,
24
+ next,
25
+ className
26
+ }) {
27
+ if (!prev && !next) {
28
+ return null;
29
+ }
24
30
  return /* @__PURE__ */ jsxs("div", { className: `flex justify-between ${className ?? ""}`, children: [
25
- prev ? /* @__PURE__ */ jsxs("a", { href: prev.href, className: "flex items-center gap-2 text-left mr-auto", children: [
26
- /* @__PURE__ */ jsx(Chevron, { direction: "left" }),
27
- /* @__PURE__ */ jsxs("div", { children: [
28
- /* @__PURE__ */ jsx("div", { className: "text-xs text-muted", children: prev.label ?? "Previous" }),
29
- /* @__PURE__ */ jsx("div", { className: "text-sm", children: prev.title })
30
- ] })
31
- ] }) : /* @__PURE__ */ jsx("div", {}),
32
- next ? /* @__PURE__ */ jsxs("a", { href: next.href, className: "flex items-center gap-2 text-right ml-auto", children: [
33
- /* @__PURE__ */ jsxs("div", { children: [
34
- /* @__PURE__ */ jsx("div", { className: "text-xs text-muted", children: next.label ?? "Next" }),
35
- /* @__PURE__ */ jsx("div", { className: "text-sm", children: next.title })
36
- ] }),
37
- /* @__PURE__ */ jsx(Chevron, { direction: "right" })
38
- ] }) : /* @__PURE__ */ jsx("div", {})
31
+ prev ? /* @__PURE__ */ jsxs(
32
+ "a",
33
+ {
34
+ href: prev.href,
35
+ className: "flex items-center gap-2 text-left mr-auto",
36
+ children: [
37
+ /* @__PURE__ */ jsx(Chevron, { direction: "left" }),
38
+ /* @__PURE__ */ jsxs("div", { children: [
39
+ /* @__PURE__ */ jsx("div", { className: "text-xs text-muted", children: prev.label ?? "Previous" }),
40
+ /* @__PURE__ */ jsx("div", { className: "text-sm", children: prev.title })
41
+ ] })
42
+ ]
43
+ }
44
+ ) : /* @__PURE__ */ jsx("div", {}),
45
+ next ? /* @__PURE__ */ jsxs(
46
+ "a",
47
+ {
48
+ href: next.href,
49
+ className: "flex items-center gap-2 text-right ml-auto",
50
+ children: [
51
+ /* @__PURE__ */ jsxs("div", { children: [
52
+ /* @__PURE__ */ jsx("div", { className: "text-xs text-muted", children: next.label ?? "Next" }),
53
+ /* @__PURE__ */ jsx("div", { className: "text-sm", children: next.title })
54
+ ] }),
55
+ /* @__PURE__ */ jsx(Chevron, { direction: "right" })
56
+ ]
57
+ }
58
+ ) : /* @__PURE__ */ jsx("div", {})
39
59
  ] });
40
60
  }
41
61
  const PrevNext = memo(PrevNextBase);
@@ -3,9 +3,9 @@ import { jsxs, jsx } from 'react/jsx-runtime';
3
3
  import { memo } from 'react';
4
4
 
5
5
  const sizes = {
6
- sm: "h-1",
6
+ lg: "h-3",
7
7
  md: "h-2",
8
- lg: "h-3"
8
+ sm: "h-1"
9
9
  };
10
10
  const Progress = memo(function Progress2({
11
11
  value,
@@ -32,12 +32,14 @@ const Property = memo(function Property2({
32
32
  /* @__PURE__ */ jsx("code", { className: "font-mono", children: defaultValue })
33
33
  ] })
34
34
  ] }),
35
- children && /* @__PURE__ */ jsx("p", { className: "text-sm text-muted", children })
35
+ children && /* @__PURE__ */ jsx("div", { className: "text-sm text-muted [&>p]:m-0", children })
36
36
  ]
37
37
  }
38
38
  );
39
39
  });
40
- const Properties = memo(function Properties2({ children }) {
40
+ const Properties = memo(function Properties2({
41
+ children
42
+ }) {
41
43
  return /* @__PURE__ */ jsx("section", { "aria-label": "Properties", className: "my-6 divide-y divide-line", children });
42
44
  });
43
45