@xyd-js/components 0.1.0-xyd.8 → 0.1.0-xyd.94

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 (322) hide show
  1. package/.idea/git_toolbox_blame.xml +6 -0
  2. package/.idea/modules.xml +8 -0
  3. package/.idea/vcs.xml +6 -0
  4. package/.idea/xyd-components.iml +12 -0
  5. package/CHANGELOG.md +712 -0
  6. package/TODO.md +1 -0
  7. package/content.ts +0 -2
  8. package/dist/CTABanner-Bc77pnms.js +2 -0
  9. package/dist/CTABanner-Bc77pnms.js.map +1 -0
  10. package/dist/CTABanner-DzO62aGj.js +2 -0
  11. package/dist/CTABanner-DzO62aGj.js.map +1 -0
  12. package/dist/CodeSample-BWPDgd2G.js +2 -0
  13. package/dist/CodeSample-BWPDgd2G.js.map +1 -0
  14. package/dist/CodeSample-DLnR-knP.js +2 -0
  15. package/dist/CodeSample-DLnR-knP.js.map +1 -0
  16. package/dist/HomeView-C8QlNdKh.js +2 -0
  17. package/dist/{HomeView-ACBdUgyz.js.map → HomeView-C8QlNdKh.js.map} +1 -1
  18. package/dist/HomeView-ZAP5saNy.js +2 -0
  19. package/dist/{HomeView-B0ATNUF1.js.map → HomeView-ZAP5saNy.js.map} +1 -1
  20. package/dist/Icon-BESh23UN.js +2 -0
  21. package/dist/Icon-BESh23UN.js.map +1 -0
  22. package/dist/Icon-xNucOqd2.js +2 -0
  23. package/dist/Icon-xNucOqd2.js.map +1 -0
  24. package/dist/Text-CfN9RkYA.js +2 -0
  25. package/dist/Text-CfN9RkYA.js.map +1 -0
  26. package/dist/Text-DKycD2zu.js +2 -0
  27. package/dist/Text-DKycD2zu.js.map +1 -0
  28. package/dist/Update-0XruJHjj.js +2 -0
  29. package/dist/Update-0XruJHjj.js.map +1 -0
  30. package/dist/Update-DKOAw8p9.js +2 -0
  31. package/dist/Update-DKOAw8p9.js.map +1 -0
  32. package/dist/VideoGuide-BUyomFVz.js +2 -0
  33. package/dist/VideoGuide-BUyomFVz.js.map +1 -0
  34. package/dist/VideoGuide-B_iUKKv7.js +2 -0
  35. package/dist/VideoGuide-B_iUKKv7.js.map +1 -0
  36. package/dist/_rollupPluginBabelHelpers-CxSUtGup.js +4 -0
  37. package/dist/_rollupPluginBabelHelpers-CxSUtGup.js.map +1 -0
  38. package/dist/_rollupPluginBabelHelpers-DZ-ucadG.js +4 -0
  39. package/dist/_rollupPluginBabelHelpers-DZ-ucadG.js.map +1 -0
  40. package/dist/brand.js +1 -1
  41. package/dist/brand.js.map +1 -1
  42. package/dist/coder/themes/cosmo-light.js.map +1 -1
  43. package/dist/coder.d.ts +29 -9
  44. package/dist/coder.js +1 -1
  45. package/dist/coder.js.map +1 -1
  46. package/dist/content.d.ts +264 -201
  47. package/dist/content.js +1 -1
  48. package/dist/content.js.map +1 -1
  49. package/dist/index.css +261 -211
  50. package/dist/layouts.d.ts +20 -21
  51. package/dist/layouts.js +1 -1
  52. package/dist/layouts.js.map +1 -1
  53. package/dist/pages.js +1 -1
  54. package/dist/pages.js.map +1 -1
  55. package/dist/system.d.ts +10 -0
  56. package/dist/system.js +2 -0
  57. package/dist/system.js.map +1 -0
  58. package/dist/tslib.es6-DyL9kPq9.js +2 -0
  59. package/dist/{tslib.es6-BBkx4Se1.js.map → tslib.es6-DyL9kPq9.js.map} +1 -1
  60. package/dist/tslib.es6-Hqk-Mdr9.js +2 -0
  61. package/dist/{tslib.es6-BF6ZLEXa.js.map → tslib.es6-Hqk-Mdr9.js.map} +1 -1
  62. package/dist/views.js +1 -1
  63. package/dist/writer.d.ts +409 -77
  64. package/dist/writer.js +1 -1
  65. package/dist/writer.js.map +1 -1
  66. package/docs/.nojekyll +1 -0
  67. package/docs/assets/hierarchy.js +1 -0
  68. package/docs/assets/highlight.css +22 -0
  69. package/docs/assets/icons.js +18 -0
  70. package/docs/assets/icons.svg +1 -0
  71. package/docs/assets/main.js +60 -0
  72. package/docs/assets/navigation.js +1 -0
  73. package/docs/assets/search.js +1 -0
  74. package/docs/assets/style.css +1640 -0
  75. package/docs/functions/GuideCard.html +6 -0
  76. package/docs/hierarchy.html +1 -0
  77. package/docs/index.html +2 -0
  78. package/docs/interfaces/GuideCardProps.html +18 -0
  79. package/docs/modules.html +1 -0
  80. package/index.ts +0 -1
  81. package/package.json +9 -15
  82. package/project.json +677 -0
  83. package/rollup.config.js +30 -20
  84. package/src/brand/Button/Button.styles.tsx +0 -3
  85. package/src/brand/CTABanner/CTABanner.styles.tsx +2 -4
  86. package/src/brand/Footer/Footer.styles.tsx +0 -3
  87. package/src/coder/Code/Code.styles.tsx +135 -33
  88. package/src/coder/Code/Code.tsx +129 -38
  89. package/src/coder/Code/CodeLoader.tsx +3 -3
  90. package/src/coder/Code/annotations.tsx +28 -8
  91. package/src/coder/Code/highlight.ts +38 -0
  92. package/src/coder/Code/index.ts +2 -1
  93. package/src/coder/CodeCopy/CodeCopy.styles.tsx +13 -11
  94. package/src/coder/CodeCopy/CodeCopy.tsx +5 -3
  95. package/src/coder/CodeSample/CodeSample.tsx +83 -27
  96. package/src/coder/CodeTabs/CodeTabs.styles.tsx +111 -94
  97. package/src/coder/CodeTabs/CodeTabs.tsx +69 -51
  98. package/src/coder/CodeTheme/CodeTheme.tsx +89 -49
  99. package/src/coder/CodeTheme/index.ts +0 -1
  100. package/src/coder/CoderProvider.tsx +26 -0
  101. package/src/coder/index.ts +8 -4
  102. package/src/content/ContentDecoator.styles.tsx +113 -0
  103. package/src/content/ContentDecorator.tsx +17 -0
  104. package/src/content/GridDecorator.styles.tsx +67 -0
  105. package/src/content/GridDecorator.tsx +21 -0
  106. package/src/content/ReactContent.tsx +575 -0
  107. package/src/content/index.ts +10 -2
  108. package/src/icons/index.ts +0 -0
  109. package/src/kit/Loader/Loader.styles.tsx +53 -0
  110. package/src/kit/Loader/Loader.tsx +22 -0
  111. package/src/kit/index.ts +1 -0
  112. package/src/layouts/LayoutPrimary/LayoutPrimary.styles.tsx +270 -306
  113. package/src/layouts/LayoutPrimary/LayoutPrimary.tsx +171 -91
  114. package/src/layouts/LayoutPrimary/index.ts +0 -2
  115. package/src/layouts/index.ts +0 -7
  116. package/src/system/SearchButton/SearchButton.styles.tsx +86 -0
  117. package/src/system/SearchButton/SearchButton.tsx +116 -0
  118. package/src/system/SearchButton/index.ts +1 -0
  119. package/src/system/index.ts +1 -0
  120. package/src/writer/Anchor/Anchor.styles.tsx +11 -0
  121. package/src/{content → writer}/Anchor/Anchor.tsx +20 -22
  122. package/src/writer/Anchor/index.tsx +1 -0
  123. package/src/writer/Badge/Badge.styles.tsx +37 -27
  124. package/src/writer/Badge/Badge.tsx +34 -48
  125. package/src/writer/Banner/Banner.styles.tsx +91 -0
  126. package/src/writer/Banner/Banner.tsx +70 -0
  127. package/src/writer/Banner/index.ts +1 -0
  128. package/src/writer/Blockquote/Blockquote.styles.tsx +6 -4
  129. package/src/writer/Blockquote/Blockquote.tsx +5 -2
  130. package/src/writer/Breadcrumbs/Breadcrumbs.styles.ts +25 -25
  131. package/src/writer/Breadcrumbs/Breadcrumbs.tsx +18 -12
  132. package/src/writer/Button/Button.styles.tsx +137 -0
  133. package/src/writer/Button/Button.tsx +75 -0
  134. package/src/writer/Button/index.ts +2 -0
  135. package/src/writer/Callout/Callout.styles.tsx +35 -42
  136. package/src/writer/Callout/Callout.tsx +30 -15
  137. package/src/writer/Card/Card.styles.tsx +47 -0
  138. package/src/writer/Card/Card.tsx +69 -0
  139. package/src/writer/Card/index.ts +1 -0
  140. package/src/writer/Code/Code.styles.tsx +12 -11
  141. package/src/writer/Code/Code.tsx +6 -3
  142. package/src/writer/ColorSchemeButton/ColorSchemeButton.tsx +172 -0
  143. package/src/writer/ColorSchemeButton/index.ts +1 -0
  144. package/src/writer/Details/Details.styles.tsx +87 -98
  145. package/src/writer/Details/Details.tsx +65 -44
  146. package/src/writer/Example/index.tsx +5 -0
  147. package/src/writer/GuideCard/GuideCard.styles.tsx +100 -103
  148. package/src/writer/GuideCard/GuideCard.tsx +72 -37
  149. package/src/writer/Heading/Heading.styles.tsx +76 -60
  150. package/src/writer/Heading/Heading.tsx +92 -22
  151. package/src/writer/Hr/Hr.styles.tsx +3 -1
  152. package/src/writer/Hr/Hr.tsx +2 -5
  153. package/src/writer/Icon/Icon.tsx +48 -0
  154. package/src/writer/Icon/index.ts +1 -0
  155. package/src/writer/Image/Image.styles.tsx +9 -0
  156. package/src/writer/Image/Image.tsx +19 -0
  157. package/src/writer/Image/index.ts +1 -0
  158. package/src/writer/List/List.styles.tsx +47 -0
  159. package/src/writer/List/List.tsx +29 -0
  160. package/src/writer/List/index.ts +4 -0
  161. package/src/writer/NavLinks/NavLinks.styles.ts +26 -26
  162. package/src/writer/NavLinks/NavLinks.tsx +65 -18
  163. package/src/writer/Pre/Pre.styles.tsx +8 -6
  164. package/src/writer/Pre/Pre.tsx +3 -2
  165. package/src/writer/Steps/Steps.styles.tsx +27 -24
  166. package/src/writer/Steps/Steps.tsx +38 -8
  167. package/src/writer/Table/Table.styles.tsx +65 -34
  168. package/src/writer/Table/Table.tsx +121 -11
  169. package/src/writer/Table/index.ts +0 -11
  170. package/src/writer/Tabs/Tabs.styles.tsx +51 -55
  171. package/src/writer/Tabs/Tabs.tsx +30 -23
  172. package/src/writer/Text/Text.styles.tsx +66 -0
  173. package/src/writer/Text/Text.tsx +79 -0
  174. package/src/writer/Text/index.ts +3 -0
  175. package/src/writer/TocCard/TocCard.module.css +44 -0
  176. package/src/writer/TocCard/TocCard.tsx +42 -0
  177. package/src/writer/TocCard/index.ts +3 -0
  178. package/src/writer/UnderlineNav/Tabs.tsx +51 -0
  179. package/src/writer/UnderlineNav/TabsPrimary.styles.tsx +184 -0
  180. package/src/writer/UnderlineNav/TabsPrimary.tsx +209 -0
  181. package/src/writer/UnderlineNav/TabsSecondary.styles.tsx +77 -0
  182. package/src/writer/UnderlineNav/TabsSecondary.tsx +171 -0
  183. package/src/writer/UnderlineNav/UnderlineNav.styles.tsx +165 -31
  184. package/src/writer/UnderlineNav/UnderlineNav.tsx +257 -22
  185. package/src/writer/UnderlineNav/index.ts +2 -1
  186. package/src/writer/UnderlineNav/useValueChange.ts +60 -0
  187. package/src/writer/Update/Update.styles.tsx +33 -0
  188. package/src/writer/Update/Update.tsx +37 -0
  189. package/src/writer/Update/index.ts +1 -0
  190. package/src/writer/VideoGuide/VideoGuide.module.css +105 -0
  191. package/src/writer/VideoGuide/VideoGuide.tsx +75 -0
  192. package/src/writer/VideoGuide/index.ts +1 -0
  193. package/src/writer/index.ts +23 -1
  194. package/tsconfig.json +9 -3
  195. package/types.d.ts +50 -0
  196. package/writer.ts +1 -1
  197. package/dist/CTABanner-4FVIoaTR.js +0 -2
  198. package/dist/CTABanner-4FVIoaTR.js.map +0 -1
  199. package/dist/CTABanner-C6afsXoE.js +0 -2
  200. package/dist/CTABanner-C6afsXoE.js.map +0 -1
  201. package/dist/CTABanner-CEKs-Hb-.js +0 -2
  202. package/dist/CTABanner-CEKs-Hb-.js.map +0 -1
  203. package/dist/CTABanner-CUNcTr6s.js +0 -2
  204. package/dist/CTABanner-CUNcTr6s.js.map +0 -1
  205. package/dist/CTABanner-D02aIAsD.js +0 -2
  206. package/dist/CTABanner-D02aIAsD.js.map +0 -1
  207. package/dist/CTABanner-Dm3tUG3I.js +0 -2
  208. package/dist/CTABanner-Dm3tUG3I.js.map +0 -1
  209. package/dist/CTABanner-MCOcVowa.js +0 -2
  210. package/dist/CTABanner-MCOcVowa.js.map +0 -1
  211. package/dist/CTABanner-X6K49gSr.js +0 -2
  212. package/dist/CTABanner-X6K49gSr.js.map +0 -1
  213. package/dist/CodeSample-B9VUhTKF.js +0 -2
  214. package/dist/CodeSample-B9VUhTKF.js.map +0 -1
  215. package/dist/CodeSample-BSXeFy0x.js +0 -2
  216. package/dist/CodeSample-BSXeFy0x.js.map +0 -1
  217. package/dist/CodeSample-BwP208sQ.js +0 -2
  218. package/dist/CodeSample-BwP208sQ.js.map +0 -1
  219. package/dist/CodeSample-CUemtj_W.js +0 -2
  220. package/dist/CodeSample-CUemtj_W.js.map +0 -1
  221. package/dist/CodeSample-D0iKih-A.js +0 -2
  222. package/dist/CodeSample-D0iKih-A.js.map +0 -1
  223. package/dist/CodeSample-D33vTa6M.js +0 -2
  224. package/dist/CodeSample-D33vTa6M.js.map +0 -1
  225. package/dist/CodeSample-DUSx2KBt.js +0 -2
  226. package/dist/CodeSample-DUSx2KBt.js.map +0 -1
  227. package/dist/CodeSample-P4yxkHPW.js +0 -2
  228. package/dist/CodeSample-P4yxkHPW.js.map +0 -1
  229. package/dist/HomeView-ACBdUgyz.js +0 -2
  230. package/dist/HomeView-B0ATNUF1.js +0 -2
  231. package/dist/HomeView-COJrg8Ju.js +0 -2
  232. package/dist/HomeView-COJrg8Ju.js.map +0 -1
  233. package/dist/HomeView-Cun4apuy.js +0 -2
  234. package/dist/HomeView-Cun4apuy.js.map +0 -1
  235. package/dist/HomeView-D4DXEOOn.js +0 -2
  236. package/dist/HomeView-D4DXEOOn.js.map +0 -1
  237. package/dist/HomeView-DaH1PSBB.js +0 -2
  238. package/dist/HomeView-DaH1PSBB.js.map +0 -1
  239. package/dist/HomeView-O_lj2c2t.js +0 -2
  240. package/dist/HomeView-O_lj2c2t.js.map +0 -1
  241. package/dist/HomeView-_Nu2RcOM.js +0 -2
  242. package/dist/HomeView-_Nu2RcOM.js.map +0 -1
  243. package/dist/UnderlineNav-BCyB0G5d.js +0 -2
  244. package/dist/UnderlineNav-BCyB0G5d.js.map +0 -1
  245. package/dist/UnderlineNav-BEhDJk0H.js +0 -2
  246. package/dist/UnderlineNav-BEhDJk0H.js.map +0 -1
  247. package/dist/UnderlineNav-BqZ2xAp7.js +0 -2
  248. package/dist/UnderlineNav-BqZ2xAp7.js.map +0 -1
  249. package/dist/UnderlineNav-C2-4Vyj8.js +0 -2
  250. package/dist/UnderlineNav-C2-4Vyj8.js.map +0 -1
  251. package/dist/UnderlineNav-Co08Gykm.js +0 -2
  252. package/dist/UnderlineNav-Co08Gykm.js.map +0 -1
  253. package/dist/UnderlineNav-DC3UVmnZ.js +0 -2
  254. package/dist/UnderlineNav-DC3UVmnZ.js.map +0 -1
  255. package/dist/UnderlineNav-DsRYwuGB.js +0 -2
  256. package/dist/UnderlineNav-DsRYwuGB.js.map +0 -1
  257. package/dist/UnderlineNav-FbclXKUW.js +0 -2
  258. package/dist/UnderlineNav-FbclXKUW.js.map +0 -1
  259. package/dist/_rollupPluginBabelHelpers-BEouSrrZ.js +0 -2
  260. package/dist/_rollupPluginBabelHelpers-BEouSrrZ.js.map +0 -1
  261. package/dist/_rollupPluginBabelHelpers-BHehKRBq.js +0 -2
  262. package/dist/_rollupPluginBabelHelpers-BHehKRBq.js.map +0 -1
  263. package/dist/_rollupPluginBabelHelpers-Bunpz22T.js +0 -2
  264. package/dist/_rollupPluginBabelHelpers-Bunpz22T.js.map +0 -1
  265. package/dist/_rollupPluginBabelHelpers-CVblpRvU.js +0 -2
  266. package/dist/_rollupPluginBabelHelpers-CVblpRvU.js.map +0 -1
  267. package/dist/_rollupPluginBabelHelpers-CxmswfqM.js +0 -2
  268. package/dist/_rollupPluginBabelHelpers-CxmswfqM.js.map +0 -1
  269. package/dist/_rollupPluginBabelHelpers-DQJTK9EO.js +0 -2
  270. package/dist/_rollupPluginBabelHelpers-DQJTK9EO.js.map +0 -1
  271. package/dist/_rollupPluginBabelHelpers-DuRQdJ01.js +0 -2
  272. package/dist/_rollupPluginBabelHelpers-DuRQdJ01.js.map +0 -1
  273. package/dist/_rollupPluginBabelHelpers-tRAa4O0f.js +0 -2
  274. package/dist/_rollupPluginBabelHelpers-tRAa4O0f.js.map +0 -1
  275. package/dist/index-B0FncPxO.js +0 -2
  276. package/dist/index-B0FncPxO.js.map +0 -1
  277. package/dist/index-BEm-xkm-.js +0 -2
  278. package/dist/index-BEm-xkm-.js.map +0 -1
  279. package/dist/index-BHwtxG27.js +0 -2
  280. package/dist/index-BHwtxG27.js.map +0 -1
  281. package/dist/index-BTcmIG47.js +0 -2
  282. package/dist/index-BTcmIG47.js.map +0 -1
  283. package/dist/index-CNkHt1r7.js +0 -2
  284. package/dist/index-CNkHt1r7.js.map +0 -1
  285. package/dist/index-D0XuyFm7.js +0 -2
  286. package/dist/index-D0XuyFm7.js.map +0 -1
  287. package/dist/index-DBspcqWq.js +0 -2
  288. package/dist/index-DBspcqWq.js.map +0 -1
  289. package/dist/index-DVBO4gYE.js +0 -2
  290. package/dist/index-DVBO4gYE.js.map +0 -1
  291. package/dist/tslib.es6-BBkx4Se1.js +0 -2
  292. package/dist/tslib.es6-BF6ZLEXa.js +0 -2
  293. package/dist/tslib.es6-BOZCDgb8.js +0 -2
  294. package/dist/tslib.es6-BOZCDgb8.js.map +0 -1
  295. package/dist/tslib.es6-Cjl5tesf.js +0 -2
  296. package/dist/tslib.es6-Cjl5tesf.js.map +0 -1
  297. package/dist/tslib.es6-DEH7Dkgy.js +0 -2
  298. package/dist/tslib.es6-DEH7Dkgy.js.map +0 -1
  299. package/dist/tslib.es6-DTeJ7dWi.js +0 -2
  300. package/dist/tslib.es6-DTeJ7dWi.js.map +0 -1
  301. package/dist/tslib.es6-U9-f6pA7.js +0 -2
  302. package/dist/tslib.es6-U9-f6pA7.js.map +0 -1
  303. package/dist/tslib.es6-cb69JjeS.js +0 -2
  304. package/dist/tslib.es6-cb69JjeS.js.map +0 -1
  305. package/src/content/Anchor/Anchor.styles.tsx +0 -5
  306. package/src/content/Anchor/index.tsx +0 -3
  307. package/src/content/Content/Content.styles.tsx +0 -9
  308. package/src/content/Content/Content.tsx +0 -13
  309. package/src/content/Content/index.tsx +0 -3
  310. package/src/content/Content.tsx +0 -179
  311. package/src/content/Subtitle/Subtitle.styles.ts +0 -8
  312. package/src/content/Subtitle/Subtitle.tsx +0 -12
  313. package/src/content/Subtitle/index.tsx +0 -3
  314. package/src/layouts/Layout.styles.tsx +0 -155
  315. package/src/layouts/Layout.tsx +0 -119
  316. package/src/ui/Loader/Loader.styles.tsx +0 -54
  317. package/src/ui/Loader/Loader.tsx +0 -26
  318. package/src/ui/index.ts +0 -1
  319. package/src/writer/Icon/index.tsx +0 -355
  320. package/src/writer/Table/TableV2.styles.tsx +0 -117
  321. package/src/writer/Table/TableV2.tsx +0 -83
  322. /package/src/{ui → kit}/TODO.md +0 -0
package/dist/content.d.ts CHANGED
@@ -1,145 +1,233 @@
1
- import React from 'react';
1
+ import React, { ReactElement } from 'react';
2
+ import { Settings } from '@xyd-js/core';
2
3
  import { Theme } from '@code-hike/lighter';
3
-
4
- interface TableV2Props {
5
- children: React.ReactNode;
6
- className?: string;
7
- }
8
- declare function TableV2({ children, className }: TableV2Props): React.JSX.Element;
9
- declare namespace TableV2 {
10
- var Head: ({ children }: TableHeadProps) => React.JSX.Element;
11
- var Th: ({ children, numeric }: TableThProps) => React.JSX.Element;
12
- var Tr: ({ children }: TableTrProps) => React.JSX.Element;
13
- var Td: ({ children, numeric, muted }: TableTdProps) => React.JSX.Element;
14
- var Cell: ({ children }: TableCellProps) => React.JSX.Element;
15
- var ModelCell: ({ children }: TableModelCellProps) => React.JSX.Element;
16
- }
17
- interface TableHeadProps {
18
- children: React.ReactNode;
19
- }
20
- interface TableThProps {
21
- children: React.ReactNode;
22
- numeric?: boolean;
23
- }
24
- interface TableTrProps {
25
- children: React.ReactNode;
26
- }
27
- interface TableTdProps {
28
- children: React.ReactNode;
29
- numeric?: boolean;
30
- muted?: boolean;
31
- }
32
- interface TableCellProps {
33
- children: React.ReactNode;
34
- }
35
- interface TableModelCellProps {
36
- children: React.ReactNode;
37
- }
4
+ import { HighlightedCode } from 'codehike/code';
38
5
 
39
6
  interface BadgeProps {
7
+ /**
8
+ * The class name of the badge.
9
+ */
40
10
  className?: string;
11
+ /**
12
+ * The children of the badge.
13
+ */
41
14
  children?: React.ReactNode;
42
- size?: "sm";
43
- kind?: "warning" | "info";
15
+ /**
16
+ * The size of the badge.
17
+ */
18
+ size?: "sm" | "xs";
19
+ /**
20
+ * The kind of the badge.
21
+ */
22
+ kind?: "warning" | "info" | "default";
44
23
  }
24
+ /**
25
+ * Badge component is used to display a badge.
26
+ *
27
+ * @group Components
28
+ */
45
29
  declare function Badge({ className, children, size, kind }: BadgeProps): React.JSX.Element;
46
30
 
47
- interface BlockquoteProps {
48
- children: React.ReactNode;
31
+ interface ButtonProps {
32
+ children?: React.ReactNode;
33
+ kind?: "primary" | "secondary" | "tertiary" | undefined;
34
+ theme?: "ghost";
35
+ size?: "sm" | "md" | "lg";
36
+ className?: string;
37
+ onClick?: () => void;
38
+ disabled?: boolean;
39
+ icon?: React.ReactElement;
40
+ iconPosition?: "left" | "right";
41
+ href?: string;
49
42
  }
50
- declare function Blockquote({ children }: BlockquoteProps): React.JSX.Element;
43
+ declare function Button({ children, kind, theme, size, className, onClick, disabled, icon, iconPosition, href }: ButtonProps): React.JSX.Element;
51
44
 
45
+ /**
46
+ * Props for the Callout component
47
+ */
52
48
  interface CalloutProps {
49
+ /** Additional CSS class name to be applied to the callout */
50
+ className?: string;
51
+ /** Content to be displayed inside the callout */
53
52
  children: React.ReactNode;
54
53
  }
55
- declare function Callout({ children }: CalloutProps): React.JSX.Element;
54
+ /**
55
+ * A Callout component that displays important information or notices in a visually distinct way.
56
+ * It includes an info icon and a message area for content.
57
+ *
58
+ * @category Component
59
+ */
60
+ declare function Callout({ className, children }: CalloutProps): React.JSX.Element;
56
61
 
57
- interface CodeProps {
58
- children: React.ReactNode;
59
- }
60
- declare function Code({ children }: CodeProps): React.JSX.Element;
62
+ declare function ColorSchemeButton(): React.JSX.Element;
61
63
 
64
+ /**
65
+ * Base interface for all Details component variants
66
+ */
62
67
  interface BaseDetailsProps {
68
+ /** Content to be displayed inside the details element */
63
69
  children: React.ReactNode;
70
+ /** Label text displayed in the summary */
64
71
  label: string;
72
+ /** Optional icon element to be displayed in the summary */
65
73
  icon?: React.ReactElement;
74
+ /** Optional CSS class name for custom styling */
75
+ className?: string;
66
76
  }
77
+ /**
78
+ * Props for the tertiary variant of the Details component
79
+ */
67
80
  interface TertiaryDetailsProps extends BaseDetailsProps {
81
+ /** Specifies the tertiary variant */
68
82
  kind: "tertiary";
83
+ /** Title text or element displayed in the summary */
69
84
  title: string | React.ReactNode;
70
85
  }
86
+ /**
87
+ * Props for the secondary variant of the Details component
88
+ */
71
89
  interface SecondaryDetailsProps extends BaseDetailsProps {
90
+ /** Specifies the secondary variant */
72
91
  kind: "secondary";
92
+ /** Title text or element displayed in the summary */
73
93
  title: string | React.ReactNode;
74
94
  }
95
+ /**
96
+ * Props for the primary variant of the Details component
97
+ */
75
98
  interface PrimaryDetailsProps extends BaseDetailsProps {
99
+ /** Specifies the primary variant (default) */
76
100
  kind?: "primary";
77
101
  }
102
+ /** Union type of all possible Details component variants */
78
103
  type DetailsProps = PrimaryDetailsProps | SecondaryDetailsProps | TertiaryDetailsProps;
79
- declare function Details(props: DetailsProps): React.JSX.Element;
104
+ /**
105
+ * A collapsible details component that supports three variants: primary, secondary, and tertiary.
106
+ * Each variant has a different visual style and structure.
107
+ *
108
+ * @param props - The component props
109
+ * @returns A details element with collapsible content
110
+ *
111
+ * @category Component
112
+ */
113
+ declare function Details(props: DetailsProps): React.ReactElement;
80
114
 
81
- interface GuideCardProps {
82
- children: React.ReactNode;
83
- href: string;
84
- title: string;
85
- icon?: React.ReactNode;
86
- kind?: "secondary";
87
- size?: "sm" | "md";
88
- }
89
- declare function GuideCard({ children, href, icon, title, kind, size, }: GuideCardProps): React.JSX.Element;
90
- declare namespace GuideCard {
91
- var List: ({ children }: {
92
- children: React.ReactNode;
93
- }) => React.JSX.Element;
94
- }
95
-
96
- interface HrProps {
97
- children: React.ReactNode;
115
+ interface IconProps {
116
+ name: string;
117
+ size?: number;
118
+ color?: string;
98
119
  }
99
- declare function Hr({ children }: HrProps): React.JSX.Element;
100
-
101
- declare function IconSessionReplay(): React.JSX.Element;
102
- declare function IconMetrics(): React.JSX.Element;
103
- declare function IconFunnels(): React.JSX.Element;
104
- declare function IconCode(): React.JSX.Element;
105
- declare function IconCustomEvent(): React.JSX.Element;
106
- declare function IconAlert(): React.JSX.Element;
107
- declare function IconBrowser(): React.JSX.Element;
108
- declare function IconREST(): React.JSX.Element;
109
- declare function IconGraphQL(): React.JSX.Element;
110
- declare function IconWebhooks(): React.JSX.Element;
111
- declare function IconJSBrowser(): React.JSX.Element;
112
- declare function IconJSNode(): React.JSX.Element;
113
- declare function IconStorybook(): React.JSX.Element;
114
- declare function IconReactRouter(): React.JSX.Element;
115
- declare function IconNextJS(): React.JSX.Element;
116
- declare function IconAppTemplate(): React.JSX.Element;
117
- declare function IconQuote(): React.JSX.Element;
120
+ declare function Icon(props: IconProps): ReactElement | null;
118
121
 
122
+ /**
123
+ * Props for the Steps component
124
+ */
119
125
  interface StepsProps {
126
+ /** Content to be rendered inside the steps list */
120
127
  children: React.ReactNode;
128
+ /** Optional CSS class name to be applied to the steps container */
129
+ className?: string;
121
130
  }
122
- declare function Steps({ children }: StepsProps): React.JSX.Element;
131
+ /**
132
+ * Steps component that renders a numbered list of steps or stages.
133
+ * Use this component to display a sequence of steps in a process or workflow.
134
+ *
135
+ * @category Component
136
+ */
137
+ declare function Steps({ children, className }: StepsProps): React.JSX.Element;
123
138
  declare namespace Steps {
124
- var Item: ({ children }: StepsItemProps) => React.JSX.Element;
139
+ var Item: ({ children, className }: StepsItemProps) => React.JSX.Element;
125
140
  }
141
+ /**
142
+ * Props for the Steps.Item component
143
+ */
126
144
  interface StepsItemProps {
145
+ /** Content to be rendered inside the step item */
127
146
  children: React.ReactNode;
147
+ /** Optional CSS class name to be applied to the step item */
148
+ className?: string;
128
149
  }
129
150
 
130
- interface TabsProps {
151
+ /**
152
+ * Props for the Table component
153
+ */
154
+ interface TableProps {
155
+ /** The content to be rendered inside the table */
131
156
  children: React.ReactNode;
132
- items: string[];
133
- tabIndex?: number;
157
+ /** Optional CSS class name to be applied to the table */
158
+ className?: string;
134
159
  }
135
- declare function Tabs({ children, items, tabIndex }: TabsProps): React.JSX.Element;
136
- declare namespace Tabs {
137
- var Content: ({ children, value }: {
138
- children: any;
139
- value: any;
140
- }) => React.JSX.Element;
160
+ /**
161
+ * A table component that provides a structured way to display tabular data.
162
+ * It supports custom styling through className prop and can contain various table elements.
163
+ *
164
+ * @category Component
165
+ */
166
+ declare function Table({ children, className }: TableProps): React.JSX.Element;
167
+ declare namespace Table {
168
+ var Head: ({ children }: TableHeadProps) => React.JSX.Element;
169
+ var Th: ({ children, numeric }: TableThProps) => React.JSX.Element;
170
+ var Tr: ({ children }: TableTrProps) => React.JSX.Element;
171
+ var Body: ({ children }: TableBodyProps) => React.JSX.Element;
172
+ var Td: ({ children, numeric, muted }: TableTdProps) => React.JSX.Element;
173
+ var Cell: ({ children }: TableCellProps) => React.JSX.Element;
174
+ }
175
+ /**
176
+ * Props for the TableHead component
177
+ */
178
+ interface TableHeadProps {
179
+ /** The content to be rendered inside the table header */
180
+ children: React.ReactNode;
181
+ }
182
+ /**
183
+ * Props for the TableTh component
184
+ */
185
+ interface TableThProps {
186
+ /** The content to be rendered inside the table header cell */
187
+ children: React.ReactNode;
188
+ /** Whether the cell content should be right-aligned (for numeric values) */
189
+ numeric?: boolean;
190
+ }
191
+ /**
192
+ * Props for the TableTr component
193
+ */
194
+ interface TableTrProps {
195
+ /** The content to be rendered inside the table row */
196
+ children: React.ReactNode;
197
+ }
198
+ /**
199
+ * Props for the TableBody component
200
+ */
201
+ interface TableBodyProps {
202
+ /** The content to be rendered inside the table body */
203
+ children: React.ReactNode;
204
+ }
205
+ /**
206
+ * Props for the TableTd component
207
+ */
208
+ interface TableTdProps {
209
+ /** The content to be rendered inside the table cell */
210
+ children: React.ReactNode;
211
+ /** Whether the cell content should be right-aligned (for numeric values) */
212
+ numeric?: boolean;
213
+ /** Whether the cell should have a muted appearance */
214
+ muted?: boolean;
215
+ }
216
+ /**
217
+ * Props for the TableCell component
218
+ */
219
+ interface TableCellProps {
220
+ /** The content to be rendered inside the table cell */
221
+ children: React.ReactNode;
141
222
  }
142
223
 
224
+ interface UpdateProps {
225
+ children: React.ReactNode;
226
+ version: string;
227
+ date?: string;
228
+ }
229
+ declare function Update(props: UpdateProps): React.JSX.Element;
230
+
143
231
  interface CodeThemeBlockProps {
144
232
  /** This is the raw code. May include annotation comments. */
145
233
  value: string;
@@ -147,145 +235,120 @@ interface CodeThemeBlockProps {
147
235
  lang: string;
148
236
  /** Metadata string (the content after the language name in a markdown codeblock). */
149
237
  meta: string;
238
+ /** The highlighted code. */
239
+ highlighted?: HighlightedCode;
150
240
  }
151
241
 
152
242
  interface CodeSampleProps {
153
243
  name: string;
154
244
  description: string;
155
- codeblocks: CodeThemeBlockProps[];
245
+ codeblocks?: CodeThemeBlockProps[];
246
+ theme?: Theme;
156
247
  size?: "full";
248
+ lineNumbers?: boolean;
249
+ descriptionHead?: string;
250
+ descriptionContent?: string | React.ReactNode;
251
+ descriptionIcon?: string;
157
252
  kind?: "secondary";
158
- theme?: Theme;
253
+ controlByMeta?: boolean;
159
254
  }
160
255
  declare function CodeSample(props: CodeSampleProps): React.JSX.Element;
161
256
 
162
- interface ContentProps {
163
- children: React.ReactNode;
257
+ interface ReactContentOptions {
258
+ Link?: React.ElementType;
259
+ components?: {
260
+ [component: string]: (props: any) => React.JSX.Element | null;
261
+ };
262
+ useLocation?: () => {
263
+ search: string;
264
+ };
265
+ useNavigate?: (to: any) => void;
266
+ useNavigation?: () => any;
164
267
  }
165
- declare function Content({ children }: ContentProps): React.JSX.Element;
166
-
167
- interface SubtitleProps {
168
- children: React.ReactNode;
268
+ declare class ReactContent {
269
+ protected settings?: Settings | undefined;
270
+ protected options?: ReactContentOptions | undefined;
271
+ constructor(settings?: Settings | undefined, options?: ReactContentOptions | undefined);
272
+ components(): {
273
+ [component: string]: (props: any) => React.JSX.Element | null;
274
+ };
275
+ noop(): {
276
+ React: typeof NoopReactComponent;
277
+ Steps: typeof NoopComponent;
278
+ UnderlineNav: typeof NoopComponent;
279
+ Tabs: typeof NoopComponent;
280
+ GuideCard: typeof NoopComponent;
281
+ Table: typeof NoopComponent;
282
+ };
169
283
  }
170
- declare function Subtitle({ children }: SubtitleProps): React.JSX.Element;
171
-
172
- declare function content(): {
173
- DirectiveCodeSample: (props: any) => React.JSX.Element;
174
- CodeSample: typeof CodeSample;
175
- IconSessionReplay: typeof IconSessionReplay;
176
- IconMetrics: typeof IconMetrics;
177
- IconFunnels: typeof IconFunnels;
178
- IconCode: typeof IconCode;
179
- IconCustomEvent: typeof IconCustomEvent;
180
- IconAlert: typeof IconAlert;
181
- IconBrowser: typeof IconBrowser;
182
- IconREST: typeof IconREST;
183
- IconGraphQL: typeof IconGraphQL;
184
- IconWebhooks: typeof IconWebhooks;
185
- IconJSBrowser: typeof IconJSBrowser;
186
- IconJSNode: typeof IconJSNode;
187
- IconStorybook: typeof IconStorybook;
188
- IconReactRouter: typeof IconReactRouter;
189
- IconNextJS: typeof IconNextJS;
190
- IconAppTemplate: typeof IconAppTemplate;
191
- IconQuote: typeof IconQuote;
192
- Content: typeof Content;
193
- Subtitle: typeof Subtitle;
194
- Callout: typeof Callout;
195
- Details: typeof Details;
196
- GuideCard: typeof GuideCard;
197
- Steps: typeof Steps;
198
- Tabs: typeof Tabs;
199
- Table: typeof TableV2;
200
- Badge: typeof Badge;
201
- h1: (props: any) => React.JSX.Element;
202
- h2: (props: any) => React.JSX.Element;
203
- h3: (props: any) => React.JSX.Element;
204
- h4: (props: any) => React.JSX.Element;
205
- h5: (props: any) => React.JSX.Element;
206
- h6: (props: any) => React.JSX.Element;
207
- p: (props: any) => React.JSX.Element;
208
- ul: (props: any) => React.JSX.Element;
209
- ol: (props: any) => React.JSX.Element;
210
- li: (props: any) => React.JSX.Element;
211
- table: typeof TableV2;
212
- tr: ({ children }: TableTrProps) => React.JSX.Element;
213
- th: ({ children, numeric }: TableThProps) => React.JSX.Element;
214
- td: (props: any) => React.JSX.Element;
215
- code: typeof Code;
216
- pre: (props: any) => React.JSX.Element;
217
- details: typeof Details;
218
- blockquote: typeof Blockquote;
219
- hr: typeof Hr;
220
- a: ({ href, className, ...props }: {
221
- [x: string]: any;
222
- href?: string | undefined;
223
- className?: string | undefined;
224
- }) => React.JSX.Element;
225
- };
226
- declare function stdContent(): {
284
+ declare function NoopComponent(): null;
285
+ declare namespace NoopComponent {
286
+ var Item: () => null;
287
+ var Content: () => null;
288
+ var List: () => null;
289
+ var Head: () => null;
290
+ var Td: () => null;
291
+ var Tr: () => null;
292
+ var Th: () => null;
293
+ var Cell: () => null;
294
+ }
295
+ declare function NoopReactComponent(): null;
296
+ declare namespace NoopReactComponent {
297
+ var Fragment: React.ExoticComponent<React.FragmentProps>;
298
+ }
299
+ declare function stdContent(this: ReactContent): {
227
300
  h1: (props: any) => React.JSX.Element;
228
301
  h2: (props: any) => React.JSX.Element;
229
302
  h3: (props: any) => React.JSX.Element;
230
303
  h4: (props: any) => React.JSX.Element;
231
304
  h5: (props: any) => React.JSX.Element;
232
- h6: (props: any) => React.JSX.Element;
233
305
  p: (props: any) => React.JSX.Element;
234
306
  ul: (props: any) => React.JSX.Element;
235
307
  ol: (props: any) => React.JSX.Element;
236
308
  li: (props: any) => React.JSX.Element;
237
- table: typeof TableV2;
238
- tr: ({ children }: TableTrProps) => React.JSX.Element;
239
- th: ({ children, numeric }: TableThProps) => React.JSX.Element;
309
+ table: (props: any) => React.JSX.Element;
310
+ tr: (props: any) => React.JSX.Element;
311
+ th: (props: any) => React.JSX.Element;
240
312
  td: (props: any) => React.JSX.Element;
241
- code: typeof Code;
242
- pre: (props: any) => React.JSX.Element;
243
- details: typeof Details;
244
- blockquote: typeof Blockquote;
245
- hr: typeof Hr;
246
- a: ({ href, className, ...props }: {
247
- [x: string]: any;
248
- href?: string | undefined;
249
- className?: string | undefined;
250
- }) => React.JSX.Element;
313
+ code: (props: any) => React.JSX.Element;
314
+ pre: any;
315
+ details: (props: any) => React.JSX.Element;
316
+ blockquote: (props: any) => React.JSX.Element;
317
+ hr: (props: any) => React.JSX.Element;
318
+ a: (props: any) => React.JSX.Element;
319
+ br: (props: any) => React.JSX.Element;
320
+ img: (props: any) => React.JSX.Element;
321
+ React: typeof NoopReactComponent;
251
322
  };
252
323
  declare function writerContent(): {
253
324
  Callout: typeof Callout;
254
325
  Details: typeof Details;
255
- GuideCard: typeof GuideCard;
326
+ GuideCard: any;
256
327
  Steps: typeof Steps;
257
- Tabs: typeof Tabs;
258
- Table: typeof TableV2;
328
+ Tabs: any;
329
+ Table: typeof Table;
259
330
  Badge: typeof Badge;
260
- };
261
- declare function directiveContent(): {
262
- DirectiveCodeSample: (props: any) => React.JSX.Element;
263
- };
264
- declare function helperContent(): {
265
- Content: typeof Content;
266
- Subtitle: typeof Subtitle;
331
+ Button: typeof Button;
332
+ UnderlineNav: any;
333
+ Subtitle(props: any): React.JSX.Element;
334
+ Update: typeof Update;
335
+ Card: any;
336
+ ColorSchemeButton: typeof ColorSchemeButton;
267
337
  };
268
338
  declare function iconContent(): {
269
- IconSessionReplay: typeof IconSessionReplay;
270
- IconMetrics: typeof IconMetrics;
271
- IconFunnels: typeof IconFunnels;
272
- IconCode: typeof IconCode;
273
- IconCustomEvent: typeof IconCustomEvent;
274
- IconAlert: typeof IconAlert;
275
- IconBrowser: typeof IconBrowser;
276
- IconREST: typeof IconREST;
277
- IconGraphQL: typeof IconGraphQL;
278
- IconWebhooks: typeof IconWebhooks;
279
- IconJSBrowser: typeof IconJSBrowser;
280
- IconJSNode: typeof IconJSNode;
281
- IconStorybook: typeof IconStorybook;
282
- IconReactRouter: typeof IconReactRouter;
283
- IconNextJS: typeof IconNextJS;
284
- IconAppTemplate: typeof IconAppTemplate;
285
- IconQuote: typeof IconQuote;
339
+ Icon: typeof Icon;
286
340
  };
287
341
  declare function coderContent(): {
288
342
  CodeSample: typeof CodeSample;
289
343
  };
344
+ declare function directiveContent(this: ReactContent): {
345
+ DirectiveCodeGroup: (props: any) => React.JSX.Element;
346
+ };
347
+
348
+ interface ContentDecoratorProps {
349
+ children: React.ReactNode;
350
+ metaComponent?: string;
351
+ }
352
+ declare function ContentDecorator({ children, metaComponent }: ContentDecoratorProps): React.JSX.Element;
290
353
 
291
- export { content as MDX, coderContent, content as default, directiveContent, helperContent, iconContent, stdContent, writerContent };
354
+ export { ContentDecorator, ReactContent, coderContent, directiveContent, iconContent, stdContent, writerContent };
package/dist/content.js CHANGED
@@ -1,2 +1,2 @@
1
- import{_ as e}from"./tslib.es6-BBkx4Se1.js";import n,{forwardRef as t}from"react";import{c as r,a,D as o,b as c,H as i,B as s,C as l,s as u,r as d,q as m,p,o as h,n as f,m as b,l as v,k as g,j as E,i as j,h as O,g as C,f as I,e as S,d as N,I as _}from"./index-B0FncPxO.js";import"@radix-ui/react-icons";import{a as k,b as y,S as T,G as w}from"./UnderlineNav-DC3UVmnZ.js";import{c as z}from"./CodeSample-DUSx2KBt.js";import"@code-hike/lighter";import"@radix-ui/react-tabs";import"lucide-react";import"./_rollupPluginBabelHelpers-CxmswfqM.js";import"./coder/themes/cosmo-light.js";function x(e){var t=e.children;return n.createElement("div",{className:"XydComponents-Component-content-Content__ContentHost"},t)}function A(e){var t=e.children;return n.createElement("div",{className:"XydComponents-Component-content-Subtitle-Subtitle_styles_ts__Host"},t)}var B="XydComponents-Component-content-Anchor__AnchorHost",H=t((function(e,t){var r=e.href,a=void 0===r?"":r,o=e.children;return e.newWindow?n.createElement("a",{ref:t,href:a,target:"_blank",rel:"noreferrer",className:B},o):n.createElement("a",{ref:t,href:a,className:B},o)}));H.displayName="Anchor";var D=/https?:\/\//,J=function(t){var r=t.href,a=void 0===r?"":r;t.className;var o=e(t,["href","className"]);return n.createElement(H,Object.assign({href:a,newWindow:D.test(a)},o))};function R(){return Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},X()),G()),q()),M()),Q()),W())}function X(){return{h1:function(e){return n.createElement("div",null,n.createElement(i,Object.assign({id:e.children},e)))},h2:function(e){return n.createElement("div",null,n.createElement(i,Object.assign({id:e.children,size:2},e)))},h3:function(e){return n.createElement("div",null,n.createElement(i,Object.assign({id:e.children,size:3},e)))},h4:function(e){return n.createElement("div",null,n.createElement(i,Object.assign({id:e.children,size:4},e)))},h5:function(e){return n.createElement("div",null,n.createElement(i,Object.assign({id:e.children,size:5},e)))},h6:function(e){return n.createElement("div",null,n.createElement(i,Object.assign({id:e.children,size:6},e)))},p:function(e){return n.createElement("p",Object.assign({},e))},ul:function(e){return n.createElement("ul",Object.assign({},e),e.children)},ol:function(e){return n.createElement("ol",Object.assign({},e),e.children)},li:function(e){return n.createElement("li",Object.assign({},e),e.children)},table:k,tr:k.Tr,th:k.Th,td:function(e){return n.createElement(k.Td,Object.assign({},e),n.createElement(k.Cell,null,e.children))},code:c,pre:function(e){var t,r,a,o,c,i,s=((null===(r=null===(t=null==e?void 0:e.children)||void 0===t?void 0:t.props)||void 0===r?void 0:r.className)||"").replace("language-","");return n.createElement(z,{name:s,description:null===(o=null===(a=null==e?void 0:e.children)||void 0===a?void 0:a.props)||void 0===o?void 0:o.meta,codeblocks:[{value:null===(i=null===(c=null==e?void 0:e.children)||void 0===c?void 0:c.props)||void 0===i?void 0:i.children,lang:s,meta:s}],size:"full"})},details:o,blockquote:a,hr:r,a:J}}function G(){return{Callout:l,Details:o,GuideCard:w,Steps:T,Tabs:y,Table:k,Badge:s}}function W(){return{DirectiveCodeSample:function(e){return n.createElement(z,Object.assign({},e,{codeblocks:JSON.parse(e.codeblocks)}))}}}function q(){return{Content:x,Subtitle:A}}function M(){return{IconSessionReplay:_,IconMetrics:N,IconFunnels:S,IconCode:I,IconCustomEvent:C,IconAlert:O,IconBrowser:j,IconREST:E,IconGraphQL:g,IconWebhooks:v,IconJSBrowser:b,IconJSNode:f,IconStorybook:h,IconReactRouter:p,IconNextJS:m,IconAppTemplate:d,IconQuote:u}}function Q(){return{CodeSample:z}}export{R as MDX,Q as coderContent,R as default,W as directiveContent,q as helperContent,M as iconContent,X as stdContent,G as writerContent};
1
+ import{c as n,_ as e,d as t,a as i,e as r}from"./_rollupPluginBabelHelpers-DZ-ucadG.js";import{a as o}from"./tslib.es6-Hqk-Mdr9.js";import l,{useRef as a,useState as c,useEffect as s,createContext as u,useContext as d,useMemo as v}from"react";import{T as h,L as m,a as f,G as p,B as g,S as b,A as j,b as E}from"./VideoGuide-BUyomFVz.js";import{I as O,H as w,B as C,D as y,C as k,a as L,U as S,b as I,c as T,d as x,e as N}from"./Update-0XruJHjj.js";import{I as U}from"./Icon-xNucOqd2.js";import{T as A}from"./Text-DKycD2zu.js";import{c as H}from"./CodeSample-DLnR-knP.js";import"@code-hike/lighter";import"radix-ui";import"lucide-react";import"./coder/themes/cosmo-light.js";var R="g1wc20vm";function B(n){var e=n.children,t=n.cols;return l.createElement("xyd-grid-decorator",{className:R,"data-cols":t},e)}var G=function(){return n(function n(e,i){t(this,n),this.settings=e,this.options=i},[{key:"components",value:function(){var n,e=this,t=[F,z,Q,X,Y,Z].map(function(n){return n.bind(e)}).reduce(function(n,e){return Object.assign(Object.assign({},n),e())},{});return Object.assign(Object.assign({},t),(null===(n=this.options)||void 0===n?void 0:n.components)||{})}},{key:"noop",value:function(){var n,t=this.components(),i=[].concat(e(Object.keys(t)),e(Object.keys((null===(n=this.options)||void 0===n?void 0:n.components)||{}))).reduce(function(n,e){return n[e]=function(){return null},n},{}),r={Steps:V,UnderlineNav:V,Tabs:V,GuideCard:V,Table:V};return Object.assign(Object.assign(Object.assign({},i),r),{React:D})}}])}();function V(){return null}function D(){return null}function F(){var n=this,e=$.bind(this),t=P.bind(this);return{h1:function(n){return l.createElement(t,Object.assign({depth:1},n,{noanchor:!0}))},h2:function(n){return l.createElement(t,Object.assign({depth:2},n))},h3:function(n){return l.createElement(t,Object.assign({depth:3},n))},h4:function(n){return l.createElement(t,Object.assign({depth:4},n))},h5:function(n){return l.createElement(t,Object.assign({depth:5},n))},p:function(n){return l.createElement(A,Object.assign({},n))},ul:function(n){return l.createElement(m,Object.assign({},n),n.children)},ol:function(n){return l.createElement(f,Object.assign({},n),n.children)},li:function(n){return l.createElement(m.Item,Object.assign({},n),n.children)},table:function(n){return l.createElement(h,Object.assign({},n))},tr:function(n){return l.createElement(h.Tr,Object.assign({},n))},th:function(n){return l.createElement(h.Th,Object.assign({},n))},td:function(n){return l.createElement(h.Td,Object.assign({},n),l.createElement(h.Cell,null,n.children))},code:function(n){return l.createElement(k,Object.assign({},n))},pre:e,details:function(n){return l.createElement(y,Object.assign({},n))},blockquote:function(n){return l.createElement(C,Object.assign({},n))},hr:function(n){return l.createElement(w,Object.assign({},n))},a:function(e){var t;return l.createElement(en,Object.assign({},e,{as:null===(t=null==n?void 0:n.options)||void 0===t?void 0:t.Link}))},br:function(n){return l.createElement("br",null)},img:function(n){return l.createElement(O,Object.assign({},n))},React:D}}function P(n){var e,t=n.id,r=n.depth,o=n.children,u=n.label,d=n.subtitle,v=n.noanchor,h=n.style,m=null===(e=null==this?void 0:this.options)||void 0===e?void 0:e.useNavigation(),f=a(null),p=c(!1),g=i(p,2),b=g[0],j=g[1];function E(n){var e=window.location.hash==="#".concat(t);j(e)}return s(function(){window.addEventListener("replaceState",E);var n=window.location.hash==="#".concat(t);return j(n),n&&f.current&&"loading"!==(null==m?void 0:m.state)&&f.current.scrollIntoView(),function(){window.removeEventListener("replaceState",E)}},[]),l.createElement(x,{ref:f,id:t,size:r,active:b,onClick:function(){var n,e=new URL(window.location.href);e.hash=t,history.replaceState(null,"",e),null===(n=document.querySelector("#".concat(t)))||void 0===n||n.scrollIntoView()},label:u,subtitle:d,noanchor:v,style:h},o)}function z(){var n=W.bind(this);n.List=p.List;var e=_.bind(this);return e.Content=K.bind(this),e.Item=M.bind(this),e.Item.displayName="UnderlineNav.Item",{Callout:T,Details:y,GuideCard:n,Steps:b,Tabs:e,Table:h,Badge:I,Button:g,UnderlineNav:e,Subtitle:function(n){var e,t,i=null===(t=null===(e=null==n?void 0:n.children)||void 0===e?void 0:e.props)||void 0===t?void 0:t.children;return l.createElement(x,Object.assign({size:4,kind:"muted"},n),i)},Update:S,Card:q.bind(this),ColorSchemeButton:L}}function W(n){var e;return l.createElement(p,Object.assign({},n,{as:null===(e=null==this?void 0:this.options)||void 0===e?void 0:e.Link}))}function q(n){var e;return l.createElement(N,Object.assign({},n,{link:null===(e=null==this?void 0:this.options)||void 0===e?void 0:e.Link}))}V.Item=function(){return null},V.Content=function(){return null},V.List=function(){return null},V.Head=function(){return null},V.Td=function(){return null},V.Tr=function(){return null},V.Th=function(){return null},V.Cell=function(){return null},D.Fragment=l.Fragment;var J=u({value:"",onChange:function(n){}});function _(n){var e=c(n.value),t=i(e,2),r=t[0],o=t[1];return l.createElement(J,{value:{value:r,onChange:o}},l.createElement(E,Object.assign({},n,{value:r,onChange:function(n){o(n)}})))}function K(n){var e,t,i=d(J).onChange,r=null===(t=null===(e=null==this?void 0:this.options)||void 0===e?void 0:e.useLocation)||void 0===t?void 0:t.call(e),o=null==r?void 0:r.search,a=new URLSearchParams(o),c=new URLSearchParams(n.value),u=!0,v=!0;return c.forEach(function(n,e){var t=a.get(e);t!==n&&(u=!1),t||(v=!1)}),s(function(){u&&i(n.value)},[u]),v||(u=void 0),l.createElement(E.Content,Object.assign({},n,{defaultActive:u}))}function M(n){var e,t,i,r=d(J).onChange,o=null===(t=null===(e=null==this?void 0:this.options)||void 0===e?void 0:e.useLocation)||void 0===t?void 0:t.call(e),a=null==o?void 0:o.search,c=new URLSearchParams(a),u=new URLSearchParams(n.value),v=!0;return u.forEach(function(n,e){c.get(e)!==n&&(v=!1)}),s(function(){v&&r(n.value)},[v]),l.createElement(E.Item,Object.assign({},n,{as:null===(i=null==this?void 0:this.options)||void 0===i?void 0:i.Link,defaultActive:v}))}function Q(){return{Icon:U}}function X(){return{CodeSample:H}}function Y(){var n=this;return{DirectiveCodeGroup:function(e){var t,i,r;return l.createElement(H,Object.assign({},e,{theme:(null===(r=null===(i=null===(t=n.settings)||void 0===t?void 0:t.theme)||void 0===i?void 0:i.coder)||void 0===r?void 0:r.syntaxHighlight)||void 0,codeblocks:JSON.parse(e.codeblocks)}))}}}function Z(){return{GridDecorator:B}}function $(n){var e,t,i,r,o,a,c,s,u,d=void 0;if(n.highlighted)try{var h=JSON.parse(n.highlighted);h&&(d=h)}catch(n){console.error("Error parsing highlighted code",n)}var m,f=((null===(t=null===(e=null==n?void 0:n.children)||void 0===e?void 0:e.props)||void 0===t?void 0:t.className)||"").replace("language-",""),p=void 0;if(null==n?void 0:n.descriptionContent){var g=function(n){var e=tn(n);if(!tn)return{};return{component:null==e?void 0:e.default}}(null==n?void 0:n.descriptionContent);if(null==g?void 0:g.component){var b=(m=null==g?void 0:g.component,v(function(){return m||null},[m]));p=l.createElement(b,{components:this.components()})}}return l.createElement(H,{theme:(null===(o=null===(r=null===(i=this.settings)||void 0===i?void 0:i.theme)||void 0===r?void 0:r.coder)||void 0===o?void 0:o.syntaxHighlight)||void 0,name:f,description:null===(c=null===(a=null==n?void 0:n.children)||void 0===a?void 0:a.props)||void 0===c?void 0:c.meta,codeblocks:[{value:null===(u=null===(s=null==n?void 0:n.children)||void 0===s?void 0:s.props)||void 0===u?void 0:u.children,lang:f,meta:f,highlighted:d}],lineNumbers:null==n?void 0:n.lineNumbers,size:null==n?void 0:n.size,descriptionHead:null==n?void 0:n.descriptionHead,descriptionContent:p,descriptionIcon:null==n?void 0:n.descriptionIcon})}var nn=/https?:\/\//;function en(n){var e=n.href,t=void 0===e?"":e,i=n.as,r=n.newWindow,a=n.children,c=o(n,["href","as","newWindow","children"]),s=i||j;return l.createElement(s,Object.assign({href:t,newWindow:r||nn.test(t)},c),a)}function tn(n){var t={Fragment:l.Fragment,jsxs:rn,jsx:rn,jsxDEV:rn};return r(Function,e(Object.keys(t)).concat([n]))(t)}var rn=function(n,e){var t,i=function(n){return n.map(function(n,e){return l.isValidElement(n)&&!n.key?l.cloneElement(n,{key:"mdx-".concat(e)}):Array.isArray(n)?i(n):n})};return t=e&&e.children?Array.isArray(e.children)?i(e.children):l.isValidElement(e.children)&&!e.children.key?l.cloneElement(e.children,{key:"mdx-child"}):e.children:[],l.createElement(n,Object.assign(Object.assign({},e),{children:t}))},on="ca1c472";function ln(n){var e=n.children,t=n.metaComponent;return l.createElement("xyd-content-decorator",{className:on,"meta-component":t||void 0},e)}export{ln as ContentDecorator,G as ReactContent,X as coderContent,Y as directiveContent,Q as iconContent,F as stdContent,z as writerContent};
2
2
  //# sourceMappingURL=content.js.map