@scalar/api-reference 0.1.1

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 (556) hide show
  1. package/.env.example +1 -0
  2. package/.eslintignore +1 -0
  3. package/.eslintrc.json +21 -0
  4. package/CHANGELOG.md +13 -0
  5. package/dist/components/ApiClientModal.vue.d.ts +14 -0
  6. package/dist/components/ApiClientModal.vue.d.ts.map +1 -0
  7. package/dist/components/ApiReference.vue.d.ts +56 -0
  8. package/dist/components/ApiReference.vue.d.ts.map +1 -0
  9. package/dist/components/Card/Card.vue.d.ts +10 -0
  10. package/dist/components/Card/Card.vue.d.ts.map +1 -0
  11. package/dist/components/Card/CardContent.vue.d.ts +40 -0
  12. package/dist/components/Card/CardContent.vue.d.ts.map +1 -0
  13. package/dist/components/Card/CardFooter.vue.d.ts +10 -0
  14. package/dist/components/Card/CardFooter.vue.d.ts.map +1 -0
  15. package/dist/components/Card/CardHeader.vue.d.ts +11 -0
  16. package/dist/components/Card/CardHeader.vue.d.ts.map +1 -0
  17. package/dist/components/Card/CardTab.vue.d.ts +10 -0
  18. package/dist/components/Card/CardTab.vue.d.ts.map +1 -0
  19. package/dist/components/Card/CardTabHeader.vue.d.ts +15 -0
  20. package/dist/components/Card/CardTabHeader.vue.d.ts.map +1 -0
  21. package/dist/components/Card/index.d.ts +7 -0
  22. package/dist/components/Card/index.d.ts.map +1 -0
  23. package/dist/components/Content/Content.vue.d.ts +22 -0
  24. package/dist/components/Content/Content.vue.d.ts.map +1 -0
  25. package/dist/components/Content/Introduction/BaseUrl.vue.d.ts +17 -0
  26. package/dist/components/Content/Introduction/BaseUrl.vue.d.ts.map +1 -0
  27. package/dist/components/Content/Introduction/Introduction.vue.d.ts +22 -0
  28. package/dist/components/Content/Introduction/Introduction.vue.d.ts.map +1 -0
  29. package/dist/components/Content/Introduction/LanguageSelector.vue.d.ts +3 -0
  30. package/dist/components/Content/Introduction/LanguageSelector.vue.d.ts.map +1 -0
  31. package/dist/components/Content/Introduction/index.d.ts +2 -0
  32. package/dist/components/Content/Introduction/index.d.ts.map +1 -0
  33. package/dist/components/Content/MarkdownRenderer.vue.d.ts +13 -0
  34. package/dist/components/Content/MarkdownRenderer.vue.d.ts.map +1 -0
  35. package/dist/components/Content/ReferenceEndpoint/Copy.vue.d.ts +23 -0
  36. package/dist/components/Content/ReferenceEndpoint/Copy.vue.d.ts.map +1 -0
  37. package/dist/components/Content/ReferenceEndpoint/ExampleRequest.vue.d.ts +22 -0
  38. package/dist/components/Content/ReferenceEndpoint/ExampleRequest.vue.d.ts.map +1 -0
  39. package/dist/components/Content/ReferenceEndpoint/ExampleResponseTab.vue.d.ts +13 -0
  40. package/dist/components/Content/ReferenceEndpoint/ExampleResponseTab.vue.d.ts.map +1 -0
  41. package/dist/components/Content/ReferenceEndpoint/ExampleResponses.vue.d.ts +14 -0
  42. package/dist/components/Content/ReferenceEndpoint/ExampleResponses.vue.d.ts.map +1 -0
  43. package/dist/components/Content/ReferenceEndpoint/ParameterItem.vue.d.ts +14 -0
  44. package/dist/components/Content/ReferenceEndpoint/ParameterItem.vue.d.ts.map +1 -0
  45. package/dist/components/Content/ReferenceEndpoint/Parameters.vue.d.ts +20 -0
  46. package/dist/components/Content/ReferenceEndpoint/Parameters.vue.d.ts.map +1 -0
  47. package/dist/components/Content/ReferenceEndpoint/ReferenceEndpoint.vue.d.ts +30 -0
  48. package/dist/components/Content/ReferenceEndpoint/ReferenceEndpoint.vue.d.ts.map +1 -0
  49. package/dist/components/Content/ReferenceEndpoint/RequestBody.vue.d.ts +12 -0
  50. package/dist/components/Content/ReferenceEndpoint/RequestBody.vue.d.ts.map +1 -0
  51. package/dist/components/Content/ReferenceEndpoint/RequestBodyProperties.vue.d.ts +22 -0
  52. package/dist/components/Content/ReferenceEndpoint/RequestBodyProperties.vue.d.ts.map +1 -0
  53. package/dist/components/Content/ReferenceEndpoint/RequestBodyPropertiesChild.vue.d.ts +14 -0
  54. package/dist/components/Content/ReferenceEndpoint/RequestBodyPropertiesChild.vue.d.ts.map +1 -0
  55. package/dist/components/Content/ReferenceEndpoint/index.d.ts +2 -0
  56. package/dist/components/Content/ReferenceEndpoint/index.d.ts.map +1 -0
  57. package/dist/components/Content/ReferenceTag.vue.d.ts +22 -0
  58. package/dist/components/Content/ReferenceTag.vue.d.ts.map +1 -0
  59. package/dist/components/Content/Spinner.vue.d.ts +3 -0
  60. package/dist/components/Content/Spinner.vue.d.ts.map +1 -0
  61. package/dist/components/Content/index.d.ts +2 -0
  62. package/dist/components/Content/index.d.ts.map +1 -0
  63. package/dist/components/FindAnythingButton.vue.d.ts +3 -0
  64. package/dist/components/FindAnythingButton.vue.d.ts.map +1 -0
  65. package/dist/components/FlowButton.vue.d.ts +53 -0
  66. package/dist/components/FlowButton.vue.d.ts.map +1 -0
  67. package/dist/components/FlowIconButton.vue.d.ts +33 -0
  68. package/dist/components/FlowIconButton.vue.d.ts.map +1 -0
  69. package/dist/components/FlowLoader.vue.d.ts +41 -0
  70. package/dist/components/FlowLoader.vue.d.ts.map +1 -0
  71. package/dist/components/Icon/FlowIcon.vue.d.ts +14 -0
  72. package/dist/components/Icon/FlowIcon.vue.d.ts.map +1 -0
  73. package/dist/components/Icon/Icon.vue.d.ts +19 -0
  74. package/dist/components/Icon/Icon.vue.d.ts.map +1 -0
  75. package/dist/components/Icon/SvgRenderer.d.ts +13 -0
  76. package/dist/components/Icon/SvgRenderer.d.ts.map +1 -0
  77. package/dist/components/Icon/icons/index.d.ts +3 -0
  78. package/dist/components/Icon/icons/index.d.ts.map +1 -0
  79. package/dist/components/Icon/index.d.ts +3 -0
  80. package/dist/components/Icon/index.d.ts.map +1 -0
  81. package/dist/components/Icon/localIcons.d.ts +11 -0
  82. package/dist/components/Icon/localIcons.d.ts.map +1 -0
  83. package/dist/components/Sidebar.vue.d.ts +14 -0
  84. package/dist/components/Sidebar.vue.d.ts.map +1 -0
  85. package/dist/components/SidebarElement.vue.d.ts +61 -0
  86. package/dist/components/SidebarElement.vue.d.ts.map +1 -0
  87. package/dist/components/SidebarGroup.vue.d.ts +20 -0
  88. package/dist/components/SidebarGroup.vue.d.ts.map +1 -0
  89. package/dist/helpers/generateAxiosCodeFromRequest.d.ts +12 -0
  90. package/dist/helpers/generateAxiosCodeFromRequest.d.ts.map +1 -0
  91. package/dist/helpers/generateLaravelCodeFromRequest.d.ts +7 -0
  92. package/dist/helpers/generateLaravelCodeFromRequest.d.ts.map +1 -0
  93. package/dist/helpers/index.d.ts +5 -0
  94. package/dist/helpers/index.d.ts.map +1 -0
  95. package/dist/helpers/objectMerge.d.ts +5 -0
  96. package/dist/helpers/objectMerge.d.ts.map +1 -0
  97. package/dist/helpers/transformToJson.d.ts +5 -0
  98. package/dist/helpers/transformToJson.d.ts.map +1 -0
  99. package/dist/hooks/useSwaggerParser.d.ts +10 -0
  100. package/dist/hooks/useSwaggerParser.d.ts.map +1 -0
  101. package/dist/index-14a526d0.js +61730 -0
  102. package/dist/index-ffa2c382.js +34107 -0
  103. package/dist/index.d.ts +6 -0
  104. package/dist/index.d.ts.map +1 -0
  105. package/dist/index.js +8 -0
  106. package/dist/stores/template.d.ts +47 -0
  107. package/dist/stores/template.d.ts.map +1 -0
  108. package/dist/stores/utility.d.ts +10 -0
  109. package/dist/stores/utility.d.ts.map +1 -0
  110. package/dist/style.css +4174 -0
  111. package/dist/types.d.ts +122 -0
  112. package/dist/types.d.ts.map +1 -0
  113. package/package.json +66 -0
  114. package/src/assets/css/reset.css +154 -0
  115. package/src/assets/css/variables.css +64 -0
  116. package/src/components/ApiClientModal.vue +184 -0
  117. package/src/components/ApiReference.vue +675 -0
  118. package/src/components/Card/Card.vue +12 -0
  119. package/src/components/Card/CardContent.vue +45 -0
  120. package/src/components/Card/CardFooter.vue +13 -0
  121. package/src/components/Card/CardHeader.vue +37 -0
  122. package/src/components/Card/CardTab.vue +31 -0
  123. package/src/components/Card/CardTabHeader.vue +32 -0
  124. package/src/components/Card/index.ts +6 -0
  125. package/src/components/Content/Content.vue +128 -0
  126. package/src/components/Content/Introduction/BaseUrl.vue +32 -0
  127. package/src/components/Content/Introduction/Introduction.vue +143 -0
  128. package/src/components/Content/Introduction/LanguageSelector.vue +339 -0
  129. package/src/components/Content/Introduction/index.ts +1 -0
  130. package/src/components/Content/MarkdownRenderer.vue +165 -0
  131. package/src/components/Content/ReferenceEndpoint/Copy.vue +97 -0
  132. package/src/components/Content/ReferenceEndpoint/ExampleRequest.vue +363 -0
  133. package/src/components/Content/ReferenceEndpoint/ExampleResponseTab.vue +22 -0
  134. package/src/components/Content/ReferenceEndpoint/ExampleResponses.vue +134 -0
  135. package/src/components/Content/ReferenceEndpoint/ParameterItem.vue +26 -0
  136. package/src/components/Content/ReferenceEndpoint/Parameters.vue +23 -0
  137. package/src/components/Content/ReferenceEndpoint/ReferenceEndpoint.vue +29 -0
  138. package/src/components/Content/ReferenceEndpoint/RequestBody.vue +125 -0
  139. package/src/components/Content/ReferenceEndpoint/RequestBodyProperties.vue +54 -0
  140. package/src/components/Content/ReferenceEndpoint/RequestBodyPropertiesChild.vue +39 -0
  141. package/src/components/Content/ReferenceEndpoint/index.ts +1 -0
  142. package/src/components/Content/ReferenceTag.vue +99 -0
  143. package/src/components/Content/Spinner.vue +51 -0
  144. package/src/components/Content/index.ts +1 -0
  145. package/src/components/FindAnythingButton.vue +57 -0
  146. package/src/components/FlowButton.vue +184 -0
  147. package/src/components/FlowIconButton.vue +25 -0
  148. package/src/components/FlowLoader.vue +207 -0
  149. package/src/components/Icon/FlowIcon.vue +19 -0
  150. package/src/components/Icon/Icon.vue +23 -0
  151. package/src/components/Icon/SvgRenderer.ts +43 -0
  152. package/src/components/Icon/brand/brand-adobe.svg +1 -0
  153. package/src/components/Icon/brand/brand-amazon.svg +1 -0
  154. package/src/components/Icon/brand/brand-browser-firefox.svg +5 -0
  155. package/src/components/Icon/brand/brand-browser-googlechrome.svg +5 -0
  156. package/src/components/Icon/brand/brand-creative-commons.svg +1 -0
  157. package/src/components/Icon/brand/brand-ecommerce-etsy.svg +1 -0
  158. package/src/components/Icon/brand/brand-ecommerce-patreon.svg +1 -0
  159. package/src/components/Icon/brand/brand-ecommerce-shopify.svg +5 -0
  160. package/src/components/Icon/brand/brand-ecommerce-wordpress.svg +1 -0
  161. package/src/components/Icon/brand/brand-gaming-nintendo-switch.svg +5 -0
  162. package/src/components/Icon/brand/brand-gaming-playstation.svg +1 -0
  163. package/src/components/Icon/brand/brand-gaming-xbox-live.svg +5 -0
  164. package/src/components/Icon/brand/brand-google-drive.svg +5 -0
  165. package/src/components/Icon/brand/brand-google-gmail.svg +5 -0
  166. package/src/components/Icon/brand/brand-google.svg +1 -0
  167. package/src/components/Icon/brand/brand-music-itunes.svg +1 -0
  168. package/src/components/Icon/brand/brand-music-soundcloud.svg +1 -0
  169. package/src/components/Icon/brand/brand-music-spotify.svg +1 -0
  170. package/src/components/Icon/brand/brand-office-dropbox.svg +5 -0
  171. package/src/components/Icon/brand/brand-office-slack.svg +5 -0
  172. package/src/components/Icon/brand/brand-office-zoom.svg +1 -0
  173. package/src/components/Icon/brand/brand-payments-alipay.svg +1 -0
  174. package/src/components/Icon/brand/brand-payments-paypal.svg +1 -0
  175. package/src/components/Icon/brand/brand-payments-stripe.svg +1 -0
  176. package/src/components/Icon/brand/brand-platform-android.svg +1 -0
  177. package/src/components/Icon/brand/brand-platform-apple.svg +5 -0
  178. package/src/components/Icon/brand/brand-platform-linux.svg +5 -0
  179. package/src/components/Icon/brand/brand-platform-microsoft-windows.svg +4 -0
  180. package/src/components/Icon/brand/brand-social-chat-discord.svg +5 -0
  181. package/src/components/Icon/brand/brand-social-chat-kuaishou.svg +5 -0
  182. package/src/components/Icon/brand/brand-social-chat-line.svg +5 -0
  183. package/src/components/Icon/brand/brand-social-chat-messenger.svg +5 -0
  184. package/src/components/Icon/brand/brand-social-chat-signal.svg +5 -0
  185. package/src/components/Icon/brand/brand-social-chat-snapchat.svg +5 -0
  186. package/src/components/Icon/brand/brand-social-chat-telegram.svg +5 -0
  187. package/src/components/Icon/brand/brand-social-chat-wechat.svg +5 -0
  188. package/src/components/Icon/brand/brand-social-chat-whatsapp.svg +5 -0
  189. package/src/components/Icon/brand/brand-social-media-deviantart.svg +5 -0
  190. package/src/components/Icon/brand/brand-social-media-dribbble.svg +1 -0
  191. package/src/components/Icon/brand/brand-social-media-facebook.svg +1 -0
  192. package/src/components/Icon/brand/brand-social-media-instagram.svg +5 -0
  193. package/src/components/Icon/brand/brand-social-media-linkedin.svg +5 -0
  194. package/src/components/Icon/brand/brand-social-media-pinterest.svg +5 -0
  195. package/src/components/Icon/brand/brand-social-media-reddit.svg +1 -0
  196. package/src/components/Icon/brand/brand-social-media-sina-weibo.svg +5 -0
  197. package/src/components/Icon/brand/brand-social-media-threads.svg +1 -0
  198. package/src/components/Icon/brand/brand-social-media-tiktok.svg +5 -0
  199. package/src/components/Icon/brand/brand-social-media-tinder.svg +1 -0
  200. package/src/components/Icon/brand/brand-social-media-tumblr.svg +5 -0
  201. package/src/components/Icon/brand/brand-social-media-twitter.svg +5 -0
  202. package/src/components/Icon/brand/brand-software-design-figma.svg +1 -0
  203. package/src/components/Icon/brand/brand-software-development-authy.svg +1 -0
  204. package/src/components/Icon/brand/brand-software-development-digital-ocean.svg +1 -0
  205. package/src/components/Icon/brand/brand-software-development-docker.svg +5 -0
  206. package/src/components/Icon/brand/brand-software-development-github.svg +5 -0
  207. package/src/components/Icon/brand/brand-software-development-jira.svg +1 -0
  208. package/src/components/Icon/brand/brand-software-development-openai.svg +1 -0
  209. package/src/components/Icon/brand/brand-software-development-stackexchange.svg +5 -0
  210. package/src/components/Icon/brand/brand-software-development-stackoverflow.svg +1 -0
  211. package/src/components/Icon/brand/brand-video-netflix.svg +5 -0
  212. package/src/components/Icon/brand/brand-video-twitch.svg +1 -0
  213. package/src/components/Icon/brand/brand-video-vimeo.svg +5 -0
  214. package/src/components/Icon/brand/brand-video-youtube.svg +5 -0
  215. package/src/components/Icon/brand/programming-framework-angular.svg +5 -0
  216. package/src/components/Icon/brand/programming-framework-astro.svg +5 -0
  217. package/src/components/Icon/brand/programming-framework-laravel.svg +1 -0
  218. package/src/components/Icon/brand/programming-framework-nextdotjs.svg +5 -0
  219. package/src/components/Icon/brand/programming-framework-react.svg +5 -0
  220. package/src/components/Icon/brand/programming-framework-vuedotjs.svg +1 -0
  221. package/src/components/Icon/brand/programming-language-c.svg +5 -0
  222. package/src/components/Icon/brand/programming-language-clojure.svg +5 -0
  223. package/src/components/Icon/brand/programming-language-csharp.svg +4 -0
  224. package/src/components/Icon/brand/programming-language-css3.svg +4 -0
  225. package/src/components/Icon/brand/programming-language-go.svg +4 -0
  226. package/src/components/Icon/brand/programming-language-html5.svg +4 -0
  227. package/src/components/Icon/brand/programming-language-java.svg +21 -0
  228. package/src/components/Icon/brand/programming-language-javascript-js.svg +4 -0
  229. package/src/components/Icon/brand/programming-language-json.svg +8 -0
  230. package/src/components/Icon/brand/programming-language-kotlin.svg +3 -0
  231. package/src/components/Icon/brand/programming-language-node.svg +10 -0
  232. package/src/components/Icon/brand/programming-language-objc.svg +6 -0
  233. package/src/components/Icon/brand/programming-language-ocaml.svg +4 -0
  234. package/src/components/Icon/brand/programming-language-php.svg +4 -0
  235. package/src/components/Icon/brand/programming-language-powershell.svg +10 -0
  236. package/src/components/Icon/brand/programming-language-python.svg +4 -0
  237. package/src/components/Icon/brand/programming-language-r.svg +7 -0
  238. package/src/components/Icon/brand/programming-language-ruby.svg +5 -0
  239. package/src/components/Icon/brand/programming-language-scala.svg +5 -0
  240. package/src/components/Icon/brand/programming-language-shell.svg +5 -0
  241. package/src/components/Icon/brand/programming-language-swift.svg +4 -0
  242. package/src/components/Icon/brand/programming-language-typescript.svg +5 -0
  243. package/src/components/Icon/brand/programming-tool-git.svg +1 -0
  244. package/src/components/Icon/brand/programming-tool-tailwindcss.svg +5 -0
  245. package/src/components/Icon/icons/Add.svg +4 -0
  246. package/src/components/Icon/icons/ArrowDown.svg +3 -0
  247. package/src/components/Icon/icons/ArrowLeft.svg +3 -0
  248. package/src/components/Icon/icons/ArrowRight.svg +3 -0
  249. package/src/components/Icon/icons/ArrowUp.svg +3 -0
  250. package/src/components/Icon/icons/Background.svg +8 -0
  251. package/src/components/Icon/icons/CallToAction.svg +5 -0
  252. package/src/components/Icon/icons/CheckMark.svg +3 -0
  253. package/src/components/Icon/icons/ChevronDown.svg +3 -0
  254. package/src/components/Icon/icons/ChevronLeft.svg +3 -0
  255. package/src/components/Icon/icons/ChevronRight.svg +3 -0
  256. package/src/components/Icon/icons/ChevronUp.svg +3 -0
  257. package/src/components/Icon/icons/Close.svg +3 -0
  258. package/src/components/Icon/icons/DarkMode.svg +4 -0
  259. package/src/components/Icon/icons/Delete.svg +5 -0
  260. package/src/components/Icon/icons/Discord.svg +5 -0
  261. package/src/components/Icon/icons/Duplicate.svg +6 -0
  262. package/src/components/Icon/icons/Edit.svg +4 -0
  263. package/src/components/Icon/icons/EditorBold.svg +4 -0
  264. package/src/components/Icon/icons/EditorCode.svg +6 -0
  265. package/src/components/Icon/icons/EditorHighlight.svg +12 -0
  266. package/src/components/Icon/icons/EditorItalic.svg +4 -0
  267. package/src/components/Icon/icons/EditorLink.svg +8 -0
  268. package/src/components/Icon/icons/EditorStrike.svg +4 -0
  269. package/src/components/Icon/icons/EditorUnderline.svg +6 -0
  270. package/src/components/Icon/icons/Ellipses.svg +4 -0
  271. package/src/components/Icon/icons/Error.svg +4 -0
  272. package/src/components/Icon/icons/ExternalLink.svg +7 -0
  273. package/src/components/Icon/icons/Folder.svg +4 -0
  274. package/src/components/Icon/icons/GitHub.svg +4 -0
  275. package/src/components/Icon/icons/Google.svg +4 -0
  276. package/src/components/Icon/icons/Hide.svg +5 -0
  277. package/src/components/Icon/icons/Key.svg +5 -0
  278. package/src/components/Icon/icons/Leave.svg +5 -0
  279. package/src/components/Icon/icons/LightMode.svg +6 -0
  280. package/src/components/Icon/icons/Link.svg +5 -0
  281. package/src/components/Icon/icons/Lock.svg +4 -0
  282. package/src/components/Icon/icons/Logo.svg +4 -0
  283. package/src/components/Icon/icons/LogoAPI.svg +4 -0
  284. package/src/components/Icon/icons/LogoClient.svg +4 -0
  285. package/src/components/Icon/icons/LogoMarket.svg +4 -0
  286. package/src/components/Icon/icons/LogoSwagger.svg +4 -0
  287. package/src/components/Icon/icons/Magic.svg +5 -0
  288. package/src/components/Icon/icons/Menu.svg +3 -0
  289. package/src/components/Icon/icons/Page.svg +8 -0
  290. package/src/components/Icon/icons/Payment.svg +5 -0
  291. package/src/components/Icon/icons/Refresh.svg +4 -0
  292. package/src/components/Icon/icons/Search.svg +4 -0
  293. package/src/components/Icon/icons/Show.svg +5 -0
  294. package/src/components/Icon/icons/Sigma.svg +4 -0
  295. package/src/components/Icon/icons/Trash.svg +5 -0
  296. package/src/components/Icon/icons/index.ts +65 -0
  297. package/src/components/Icon/index.ts +2 -0
  298. package/src/components/Icon/line/arrow-chevron-down.svg +1 -0
  299. package/src/components/Icon/line/arrow-chevron-left.svg +1 -0
  300. package/src/components/Icon/line/arrow-chevron-right.svg +1 -0
  301. package/src/components/Icon/line/arrow-chevron-up.svg +1 -0
  302. package/src/components/Icon/line/arrow-down.svg +1 -0
  303. package/src/components/Icon/line/arrow-left.svg +1 -0
  304. package/src/components/Icon/line/arrow-right.svg +1 -0
  305. package/src/components/Icon/line/arrow-up.svg +1 -0
  306. package/src/components/Icon/line/basic-shape-diamond.svg +1 -0
  307. package/src/components/Icon/line/basic-shape-hexagon.svg +1 -0
  308. package/src/components/Icon/line/basic-shape-primary-circle-ellipse-round.svg +1 -0
  309. package/src/components/Icon/line/basic-shape-primary-square-rectangle.svg +1 -0
  310. package/src/components/Icon/line/basic-shape-shield.svg +1 -0
  311. package/src/components/Icon/line/computer-device-desktop-monitor.svg +1 -0
  312. package/src/components/Icon/line/computer-device-desktop.svg +1 -0
  313. package/src/components/Icon/line/computer-device-laptop.svg +1 -0
  314. package/src/components/Icon/line/computer-device-mobile-phone-android-samsung-back.svg +1 -0
  315. package/src/components/Icon/line/computer-device-mobile-phone-android-samsung.svg +1 -0
  316. package/src/components/Icon/line/computer-device-mobile-phone-iphone-x-back.svg +1 -0
  317. package/src/components/Icon/line/computer-device-mobile-phone-iphone-x.svg +1 -0
  318. package/src/components/Icon/line/computer-device-mobile-tablet-touch.svg +1 -0
  319. package/src/components/Icon/line/computer-device-mobile-tablet.svg +1 -0
  320. package/src/components/Icon/line/computer-device-network-ethernet-cat6.svg +1 -0
  321. package/src/components/Icon/line/computer-device-network-lan-www.svg +1 -0
  322. package/src/components/Icon/line/computer-device-network-wifi-connection.svg +1 -0
  323. package/src/components/Icon/line/computer-device-network-wifi-router.svg +1 -0
  324. package/src/components/Icon/line/computer-keyboard-alt.svg +1 -0
  325. package/src/components/Icon/line/computer-keyboard-command-cmd-control-ctrl.svg +1 -0
  326. package/src/components/Icon/line/computer-keyboard-option.svg +1 -0
  327. package/src/components/Icon/line/computer-keyboard-shift.svg +1 -0
  328. package/src/components/Icon/line/ecology-science-erlenmeyer-flask.svg +1 -0
  329. package/src/components/Icon/line/entertainment-control-button-circle-left-arrow-rewind.svg +1 -0
  330. package/src/components/Icon/line/entertainment-control-button-circle-pause.svg +1 -0
  331. package/src/components/Icon/line/entertainment-control-button-circle-right-arrow-fast-forward.svg +1 -0
  332. package/src/components/Icon/line/entertainment-control-button-circle-stop-square.svg +1 -0
  333. package/src/components/Icon/line/entertainment-control-button-play-circle.svg +1 -0
  334. package/src/components/Icon/line/entertainment-party-popper-confetti.svg +1 -0
  335. package/src/components/Icon/line/image-flash-lightning.svg +1 -0
  336. package/src/components/Icon/line/image-photo-frame.svg +1 -0
  337. package/src/components/Icon/line/image-picture-flower.svg +1 -0
  338. package/src/components/Icon/line/interface-add.svg +1 -0
  339. package/src/components/Icon/line/interface-alert-error-exclamation-block-square.svg +1 -0
  340. package/src/components/Icon/line/interface-alert-error-x-block-square.svg +1 -0
  341. package/src/components/Icon/line/interface-alert-exclamation-diamond.svg +1 -0
  342. package/src/components/Icon/line/interface-alert-exclamation-triangle-warning.svg +1 -0
  343. package/src/components/Icon/line/interface-alert-information-circle.svg +1 -0
  344. package/src/components/Icon/line/interface-award-crown.svg +1 -0
  345. package/src/components/Icon/line/interface-bookmark-tag.svg +1 -0
  346. package/src/components/Icon/line/interface-bookmark.svg +1 -0
  347. package/src/components/Icon/line/interface-calendar-date-one.svg +1 -0
  348. package/src/components/Icon/line/interface-close.svg +1 -0
  349. package/src/components/Icon/line/interface-content-book-open-pages.svg +1 -0
  350. package/src/components/Icon/line/interface-content-book-page.svg +1 -0
  351. package/src/components/Icon/line/interface-content-file.svg +8 -0
  352. package/src/components/Icon/line/interface-content-folder.svg +1 -0
  353. package/src/components/Icon/line/interface-copy-clipboard.svg +1 -0
  354. package/src/components/Icon/line/interface-delete-bin-trash.svg +1 -0
  355. package/src/components/Icon/line/interface-dots-horizontal.svg +1 -0
  356. package/src/components/Icon/line/interface-dots-vertical.svg +1 -0
  357. package/src/components/Icon/line/interface-edit-attachment.svg +1 -0
  358. package/src/components/Icon/line/interface-edit-binocular.svg +1 -0
  359. package/src/components/Icon/line/interface-edit-magic-wand.svg +1 -0
  360. package/src/components/Icon/line/interface-edit-tool-eraser.svg +1 -0
  361. package/src/components/Icon/line/interface-edit-tool-paint-brush.svg +1 -0
  362. package/src/components/Icon/line/interface-edit-tool-paint-roller.svg +1 -0
  363. package/src/components/Icon/line/interface-edit-tool-pen.svg +1 -0
  364. package/src/components/Icon/line/interface-edit-tool-pencil.svg +1 -0
  365. package/src/components/Icon/line/interface-edit-view-eye.svg +1 -0
  366. package/src/components/Icon/line/interface-favorite-award.svg +1 -0
  367. package/src/components/Icon/line/interface-favorite-flag.svg +1 -0
  368. package/src/components/Icon/line/interface-favorite-heart.svg +1 -0
  369. package/src/components/Icon/line/interface-favorite-star.svg +1 -0
  370. package/src/components/Icon/line/interface-favorite-stars-shining.svg +1 -0
  371. package/src/components/Icon/line/interface-favorite-stars-sparkles.svg +1 -0
  372. package/src/components/Icon/line/interface-hierarchy-flowchart.svg +1 -0
  373. package/src/components/Icon/line/interface-home-house.svg +1 -0
  374. package/src/components/Icon/line/interface-hyperlink.svg +1 -0
  375. package/src/components/Icon/line/interface-lighting-brightness.svg +1 -0
  376. package/src/components/Icon/line/interface-lock-closed.svg +1 -0
  377. package/src/components/Icon/line/interface-lock-open-unlock.svg +1 -0
  378. package/src/components/Icon/line/interface-login-key.svg +1 -0
  379. package/src/components/Icon/line/interface-search.svg +1 -0
  380. package/src/components/Icon/line/interface-setting-cog.svg +1 -0
  381. package/src/components/Icon/line/interface-share-megaphone-bullhorn.svg +1 -0
  382. package/src/components/Icon/line/interface-share-rocket.svg +1 -0
  383. package/src/components/Icon/line/interface-share-satellite.svg +1 -0
  384. package/src/components/Icon/line/interface-share-space-ship.svg +1 -0
  385. package/src/components/Icon/line/interface-share.svg +1 -0
  386. package/src/components/Icon/line/interface-signal-square.svg +1 -0
  387. package/src/components/Icon/line/interface-text-formatting-left-open-quote.svg +1 -0
  388. package/src/components/Icon/line/interface-text-formatting-right-close-quote.svg +1 -0
  389. package/src/components/Icon/line/interface-time-clock-circle.svg +1 -0
  390. package/src/components/Icon/line/interface-time-hour-glass.svg +1 -0
  391. package/src/components/Icon/line/interface-users-multiple.svg +1 -0
  392. package/src/components/Icon/line/interface-validation-checkbox-square.svg +1 -0
  393. package/src/components/Icon/line/interface-weather-moon.svg +1 -0
  394. package/src/components/Icon/line/legal-justice-hammer-gavel.svg +1 -0
  395. package/src/components/Icon/line/mail-chat-bubble-square.svg +1 -0
  396. package/src/components/Icon/line/mail-send-email-paper-airplane.svg +1 -0
  397. package/src/components/Icon/line/mail-send-envelope.svg +1 -0
  398. package/src/components/Icon/line/mail-sign-hashtag.svg +1 -0
  399. package/src/components/Icon/line/money-cashier-receipt.svg +1 -0
  400. package/src/components/Icon/line/money-currency-dollar-pay.svg +1 -0
  401. package/src/components/Icon/line/money-graph-arrow-increase.svg +1 -0
  402. package/src/components/Icon/line/money-graph-bar-chart-increase.svg +1 -0
  403. package/src/components/Icon/line/nature-ecology-leaf.svg +1 -0
  404. package/src/components/Icon/line/phone-telephone.svg +1 -0
  405. package/src/components/Icon/line/programming-bug.svg +1 -0
  406. package/src/components/Icon/line/programming-cloud.svg +1 -0
  407. package/src/components/Icon/line/programming-computer-database-server.svg +1 -0
  408. package/src/components/Icon/line/programming-computer-database.svg +1 -0
  409. package/src/components/Icon/line/programming-module-four-layout.svg +1 -0
  410. package/src/components/Icon/line/programming-module-three.svg +1 -0
  411. package/src/components/Icon/line/programming-module.svg +1 -0
  412. package/src/components/Icon/line/programming-script-code.svg +1 -0
  413. package/src/components/Icon/line/shopping-cart.svg +8 -0
  414. package/src/components/Icon/line/shopping-gift-present.svg +1 -0
  415. package/src/components/Icon/line/shopping-shipping-box-parcel-package.svg +1 -0
  416. package/src/components/Icon/line/tag-new-circle.svg +1 -0
  417. package/src/components/Icon/line/travel-map-earth-globe.svg +1 -0
  418. package/src/components/Icon/localIcons.ts +68 -0
  419. package/src/components/Icon/solid/arrow-chevron-down.svg +1 -0
  420. package/src/components/Icon/solid/arrow-chevron-left.svg +1 -0
  421. package/src/components/Icon/solid/arrow-chevron-right.svg +1 -0
  422. package/src/components/Icon/solid/arrow-chevron-up.svg +1 -0
  423. package/src/components/Icon/solid/arrow-down.svg +1 -0
  424. package/src/components/Icon/solid/arrow-left.svg +1 -0
  425. package/src/components/Icon/solid/arrow-right.svg +1 -0
  426. package/src/components/Icon/solid/arrow-up.svg +1 -0
  427. package/src/components/Icon/solid/basic-shape-diamond.svg +1 -0
  428. package/src/components/Icon/solid/basic-shape-hexagon.svg +1 -0
  429. package/src/components/Icon/solid/basic-shape-primary-circle-ellipse-round.svg +1 -0
  430. package/src/components/Icon/solid/basic-shape-primary-square-rectangle.svg +1 -0
  431. package/src/components/Icon/solid/basic-shape-shield.svg +1 -0
  432. package/src/components/Icon/solid/computer-device-desktop-monitor.svg +1 -0
  433. package/src/components/Icon/solid/computer-device-desktop.svg +1 -0
  434. package/src/components/Icon/solid/computer-device-laptop.svg +1 -0
  435. package/src/components/Icon/solid/computer-device-mobile-phone-android-samsung-back.svg +1 -0
  436. package/src/components/Icon/solid/computer-device-mobile-phone-android-samsung.svg +1 -0
  437. package/src/components/Icon/solid/computer-device-mobile-phone-iphone-x-back.svg +1 -0
  438. package/src/components/Icon/solid/computer-device-mobile-phone-iphone-x.svg +1 -0
  439. package/src/components/Icon/solid/computer-device-mobile-tablet-touch.svg +1 -0
  440. package/src/components/Icon/solid/computer-device-mobile-tablet.svg +1 -0
  441. package/src/components/Icon/solid/computer-device-network-ethernet-cat6.svg +1 -0
  442. package/src/components/Icon/solid/computer-device-network-lan-www.svg +1 -0
  443. package/src/components/Icon/solid/computer-device-network-wifi-connection.svg +5 -0
  444. package/src/components/Icon/solid/computer-device-network-wifi-router.svg +1 -0
  445. package/src/components/Icon/solid/computer-keyboard-alt.svg +1 -0
  446. package/src/components/Icon/solid/computer-keyboard-command-cmd-control-ctrl.svg +1 -0
  447. package/src/components/Icon/solid/computer-keyboard-option.svg +1 -0
  448. package/src/components/Icon/solid/computer-keyboard-shift.svg +1 -0
  449. package/src/components/Icon/solid/ecology-science-erlenmeyer-flask.svg +1 -0
  450. package/src/components/Icon/solid/entertainment-control-button-circle-left-arrow-rewind.svg +1 -0
  451. package/src/components/Icon/solid/entertainment-control-button-circle-pause.svg +1 -0
  452. package/src/components/Icon/solid/entertainment-control-button-circle-play.svg +5 -0
  453. package/src/components/Icon/solid/entertainment-control-button-circle-right-arrow-fast-forward.svg +1 -0
  454. package/src/components/Icon/solid/entertainment-control-button-circle-stop-square.svg +1 -0
  455. package/src/components/Icon/solid/entertainment-party-popper-confetti.svg +1 -0
  456. package/src/components/Icon/solid/image-flash-lightning.svg +5 -0
  457. package/src/components/Icon/solid/image-photo-frame.svg +11 -0
  458. package/src/components/Icon/solid/image-picture-flower.svg +5 -0
  459. package/src/components/Icon/solid/interface-add-square.svg +5 -0
  460. package/src/components/Icon/solid/interface-alert-error-exclamation-block-square.svg +1 -0
  461. package/src/components/Icon/solid/interface-alert-error-x-block-square.svg +1 -0
  462. package/src/components/Icon/solid/interface-alert-exclamation-diamond.svg +1 -0
  463. package/src/components/Icon/solid/interface-alert-exclamation-triangle-warning.svg +1 -0
  464. package/src/components/Icon/solid/interface-alert-information-circle.svg +5 -0
  465. package/src/components/Icon/solid/interface-award-crown.svg +5 -0
  466. package/src/components/Icon/solid/interface-bookmark-tag.svg +1 -0
  467. package/src/components/Icon/solid/interface-bookmark.svg +5 -0
  468. package/src/components/Icon/solid/interface-calendar-date-one.svg +5 -0
  469. package/src/components/Icon/solid/interface-close.svg +8 -0
  470. package/src/components/Icon/solid/interface-content-book-open-pages.svg +13 -0
  471. package/src/components/Icon/solid/interface-content-book-page.svg +5 -0
  472. package/src/components/Icon/solid/interface-content-file.svg +5 -0
  473. package/src/components/Icon/solid/interface-content-folder.svg +1 -0
  474. package/src/components/Icon/solid/interface-copy-clipboard.svg +5 -0
  475. package/src/components/Icon/solid/interface-delete-bin-trash.svg +1 -0
  476. package/src/components/Icon/solid/interface-dots-horizontal.svg +1 -0
  477. package/src/components/Icon/solid/interface-dots-vertical.svg +1 -0
  478. package/src/components/Icon/solid/interface-edit-attachment.svg +5 -0
  479. package/src/components/Icon/solid/interface-edit-binocular.svg +5 -0
  480. package/src/components/Icon/solid/interface-edit-magic-wand.svg +7 -0
  481. package/src/components/Icon/solid/interface-edit-tool-eraser.svg +1 -0
  482. package/src/components/Icon/solid/interface-edit-tool-paint-brush.svg +1 -0
  483. package/src/components/Icon/solid/interface-edit-tool-paint-roller.svg +5 -0
  484. package/src/components/Icon/solid/interface-edit-tool-pen.svg +5 -0
  485. package/src/components/Icon/solid/interface-edit-tool-pencil.svg +1 -0
  486. package/src/components/Icon/solid/interface-edit-view-eye.svg +7 -0
  487. package/src/components/Icon/solid/interface-favorite-award.svg +5 -0
  488. package/src/components/Icon/solid/interface-favorite-flag.svg +1 -0
  489. package/src/components/Icon/solid/interface-favorite-heart.svg +5 -0
  490. package/src/components/Icon/solid/interface-favorite-star.svg +5 -0
  491. package/src/components/Icon/solid/interface-favorite-stars-shining.svg +1 -0
  492. package/src/components/Icon/solid/interface-favorite-stars-sparkles.svg +1 -0
  493. package/src/components/Icon/solid/interface-hierarchy-flowchart.svg +5 -0
  494. package/src/components/Icon/solid/interface-home-house.svg +5 -0
  495. package/src/components/Icon/solid/interface-hyperlink.svg +5 -0
  496. package/src/components/Icon/solid/interface-lighting-brightness.svg +22 -0
  497. package/src/components/Icon/solid/interface-lock-closed.svg +5 -0
  498. package/src/components/Icon/solid/interface-lock-open-unlock.svg +1 -0
  499. package/src/components/Icon/solid/interface-login-key.svg +5 -0
  500. package/src/components/Icon/solid/interface-search.svg +5 -0
  501. package/src/components/Icon/solid/interface-setting-cog.svg +5 -0
  502. package/src/components/Icon/solid/interface-share-megaphone-bullhorn.svg +5 -0
  503. package/src/components/Icon/solid/interface-share-rocket.svg +1 -0
  504. package/src/components/Icon/solid/interface-share-satellite.svg +8 -0
  505. package/src/components/Icon/solid/interface-share-space-ship.svg +1 -0
  506. package/src/components/Icon/solid/interface-share.svg +5 -0
  507. package/src/components/Icon/solid/interface-signal-square.svg +5 -0
  508. package/src/components/Icon/solid/interface-text-formatting-left-open-quote.svg +1 -0
  509. package/src/components/Icon/solid/interface-text-formatting-right-close-quote.svg +1 -0
  510. package/src/components/Icon/solid/interface-time-clock-circle.svg +5 -0
  511. package/src/components/Icon/solid/interface-time-hour-glass.svg +1 -0
  512. package/src/components/Icon/solid/interface-users-multiple.svg +11 -0
  513. package/src/components/Icon/solid/interface-validation-checkbox-square.svg +5 -0
  514. package/src/components/Icon/solid/interface-weather-moon.svg +5 -0
  515. package/src/components/Icon/solid/legal-justice-hammer-gavel.svg +1 -0
  516. package/src/components/Icon/solid/mail-chat-bubble-square.svg +5 -0
  517. package/src/components/Icon/solid/mail-send-email-paper-airplane.svg +5 -0
  518. package/src/components/Icon/solid/mail-send-envelope.svg +1 -0
  519. package/src/components/Icon/solid/mail-sign-hashtag.svg +5 -0
  520. package/src/components/Icon/solid/money-cashier-receipt.svg +1 -0
  521. package/src/components/Icon/solid/money-currency-dollar-pay.svg +5 -0
  522. package/src/components/Icon/solid/money-graph-arrow-increase.svg +5 -0
  523. package/src/components/Icon/solid/money-graph-bar-chart-increase.svg +1 -0
  524. package/src/components/Icon/solid/nature-ecology-leaf.svg +5 -0
  525. package/src/components/Icon/solid/phone-telephone.svg +5 -0
  526. package/src/components/Icon/solid/programming-bug.svg +5 -0
  527. package/src/components/Icon/solid/programming-cloud.svg +4 -0
  528. package/src/components/Icon/solid/programming-computer-database-server.svg +5 -0
  529. package/src/components/Icon/solid/programming-computer-database.svg +5 -0
  530. package/src/components/Icon/solid/programming-module-four-layout.svg +1 -0
  531. package/src/components/Icon/solid/programming-module-three.svg +1 -0
  532. package/src/components/Icon/solid/programming-module.svg +1 -0
  533. package/src/components/Icon/solid/programming-script-code.svg +5 -0
  534. package/src/components/Icon/solid/shopping-cart.svg +1 -0
  535. package/src/components/Icon/solid/shopping-gift-present.svg +16 -0
  536. package/src/components/Icon/solid/shopping-shipping-box-parcel-package.svg +11 -0
  537. package/src/components/Icon/solid/tag-new-circle.svg +7 -0
  538. package/src/components/Icon/solid/travel-map-earth-globe.svg +5 -0
  539. package/src/components/Sidebar.vue +282 -0
  540. package/src/components/SidebarElement.vue +133 -0
  541. package/src/components/SidebarGroup.vue +12 -0
  542. package/src/declarations/typographic-base.d.ts +1 -0
  543. package/src/helpers/generateAxiosCodeFromRequest.ts +42 -0
  544. package/src/helpers/generateLaravelCodeFromRequest.ts +20 -0
  545. package/src/helpers/index.ts +4 -0
  546. package/src/helpers/objectMerge.ts +19 -0
  547. package/src/helpers/transformToJson.ts +22 -0
  548. package/src/hooks/useSwaggerParser.test.ts +7 -0
  549. package/src/hooks/useSwaggerParser.ts +79 -0
  550. package/src/index.ts +6 -0
  551. package/src/stores/template.ts +66 -0
  552. package/src/stores/utility.ts +23 -0
  553. package/src/types.ts +151 -0
  554. package/tsconfig.build.json +11 -0
  555. package/tsconfig.json +20 -0
  556. package/vite.config.ts +18 -0
package/dist/style.css ADDED
@@ -0,0 +1,4174 @@
1
+
2
+ /** Basics */
3
+ .scalar-api-client__codemirror__wrapper {
4
+ width: 100%;
5
+ display: flex;
6
+ align-items: stretch;
7
+ }
8
+ .scalar-api-client__codemirror {
9
+ flex-grow: 1;
10
+ max-width: 100%;
11
+ }
12
+ .scalar-api-client__codemirror.ͼw {
13
+ background-color: var(--scalar-api-client-background-input);
14
+ }
15
+ .scalar-api-client__codemirror--read-only.ͼw {
16
+ background-color: var(--scalar-api-client-background-secondary);
17
+ }
18
+
19
+ /** URL input */
20
+ .scalar-api-client__url-input {
21
+ font-weight: var(--scalar-api-client-font-semibold);
22
+ }
23
+ .scalar-api-client__url-input .cm-scroller {
24
+ padding-left: 6px;
25
+ }
26
+ .scalar-api-client__url-input .ͼ1 .cm-scroller {
27
+ align-items: center !important;
28
+ }
29
+ .scalar-api-client__variable {
30
+ color: var(--scalar-api-client-color);
31
+ }
32
+
33
+ .modal-layout[data-v-00a55c8f] {
34
+ position: fixed;
35
+ width: 100vw;
36
+ height: 100vh;
37
+ top: 0;
38
+ left: 0;
39
+ z-index: 1001;
40
+ background: rgba(0, 0, 0, 0.44);
41
+ padding: 20px;
42
+ opacity: 0;
43
+ animation: modal-fade-00a55c8f 0.2s forwards;
44
+ }
45
+ .modal-body[data-v-00a55c8f] {
46
+ padding: 18px;
47
+ max-height: calc(100vh - 240px);
48
+ background: var(--scalar-api-client-background-primary);
49
+ border-radius: var(--scalar-api-client-rounded);
50
+ font-family: var(--scalar-api-client-font-sans);
51
+ }
52
+ .modal[data-v-00a55c8f] {
53
+ margin: 80px auto 0;
54
+ position: relative;
55
+ background: var(--theme-background-2);
56
+ border-radius: var(--theme-radius);
57
+ color: var(--theme-color-1);
58
+ width: 100%;
59
+ text-align: left;
60
+ line-height: 1.4;
61
+ opacity: 0;
62
+ transform: scale(0.98);
63
+ animation: modal-pop-00a55c8f 0.15s 0.15s forwards;
64
+ display: flex;
65
+ flex-direction: column;
66
+ }
67
+ .modal-content-large[data-v-00a55c8f] {
68
+ max-width: 800px;
69
+ }
70
+ .modal-content-normal[data-v-00a55c8f] {
71
+ max-width: 640px;
72
+ }
73
+ .modal-content-small[data-v-00a55c8f] {
74
+ max-width: 480px;
75
+ }
76
+ @keyframes modal-fade-00a55c8f {
77
+ from {
78
+ opacity: 0;
79
+ }
80
+ to {
81
+ opacity: 1;
82
+ }
83
+ }
84
+ @keyframes modal-pop-00a55c8f {
85
+ 0% {
86
+ opacity: 0;
87
+ }
88
+ 100% {
89
+ opacity: 1;
90
+ transform: scale(1);
91
+ }
92
+ }
93
+ .modal-header[data-v-00a55c8f] {
94
+ padding: 12px 24px;
95
+ color: var(--theme-color-1);
96
+ font-size: var(--theme-font-size-4);
97
+ text-align: left;
98
+ font-weight: 600;
99
+ border-radius: var(--theme-radius) var(--theme-radius) 0 0;
100
+ }
101
+
102
+ .navtable-mock {
103
+ background-repeat: repeat;
104
+ width: 100%;
105
+ background-image: linear-gradient(
106
+ 0deg,
107
+ var(--scalar-api-client-border-color) 1px,
108
+ --scalar-api-client-background-primary 1px
109
+ );
110
+ background-size: 31px 31px;
111
+ background-position: center 1px;
112
+ flex: 1;
113
+ position: relative;
114
+ }
115
+ .navtable-mock .navtable-item {
116
+ position: absolute;
117
+ width: 100%;
118
+ height: 100%;
119
+ left: 0;
120
+ top: 0;
121
+ background: transparent;
122
+ border-top: none;
123
+ }
124
+ .radio {
125
+ height: 16px;
126
+ width: 16px;
127
+ background: transparent;
128
+ border: var(--border);
129
+ flex-shrink: 0;
130
+ margin-right: 6px;
131
+ margin-left: 4px;
132
+ border-radius: 50%;
133
+ display: flex;
134
+ align-items: center;
135
+ justify-content: center;
136
+ outline: none;
137
+ }
138
+ .radio:before {
139
+ content: '';
140
+ position: absolute;
141
+ top: 0;
142
+ left: 0;
143
+ width: 100%;
144
+ height: 100%;
145
+ cursor: pointer;
146
+ }
147
+ .navtable-item__active .radio:after {
148
+ content: '';
149
+ width: 5px;
150
+ height: 8px;
151
+ border: solid white;
152
+ border-width: 0 1.5px 1.5px 0;
153
+ transform: rotate(45deg) translate3d(-0.5px, -1px, 0);
154
+ }
155
+ .radio.post {
156
+ background: var(--scalar-api-client-post-color);
157
+ }
158
+ .radio.delete {
159
+ background: var(--scalar-api-client-delete-color);
160
+ }
161
+ .radio.patch {
162
+ background: var(--scalar-api-client-patch-color);
163
+ }
164
+ .radio.get {
165
+ background: var(--scalar-api-client-get-color);
166
+ }
167
+ .radio.put {
168
+ background: var(--scalar-api-client-put-color);
169
+ }
170
+
171
+ .scalar-api-client__address-bar {
172
+ width: 100%;
173
+ padding: 12px 12px 10px 12px;
174
+ display: flex;
175
+ align-items: center;
176
+ position: relative;
177
+ background: var(--scalar-api-client-background-primary);
178
+ }
179
+ .scalar-api-client__url-form {
180
+ display: flex;
181
+ width: 100%;
182
+ align-items: stretch;
183
+ border-radius: var(--scalar-api-client-rounded);
184
+ }
185
+ .scalar-api-client__field {
186
+ border: var(--scalar-api-client-border);
187
+ border-right: 0;
188
+ border-radius: var(--scalar-api-client-rounded) 0 0
189
+ var(--scalar-api-client-rounded);
190
+ display: flex;
191
+ align-items: stretch;
192
+ width: 100%;
193
+ }
194
+ .scalar-api-client__address-bar-data {
195
+ width: 100%;
196
+ }
197
+ .scalar-api-client__address-bar-data-meta {
198
+ display: flex;
199
+ margin-top: 5px;
200
+ }
201
+ .scalar-api-client__request-type {
202
+ display: flex;
203
+ align-items: center;
204
+ background: var(--scalar-api-client-background-secondary);
205
+ color: var(--scalar-api-client-color-3);
206
+ appearance: none;
207
+ -webkit-appearance: none;
208
+ padding: 0 12px;
209
+ border-right: var(--scalar-api-client-border);
210
+ border-radius: var(--scalar-api-client-rounded) 0 0
211
+ var(--scalar-api-client-rounded);
212
+ position: relative;
213
+ }
214
+ .scalar-api-client__request-type span {
215
+ font-family: var(--scalar-api-client-font-mono);
216
+ font-size: 500;
217
+ font-size: 12px;
218
+ text-transform: uppercase;
219
+ }
220
+ .scalar-api-client__request-type svg {
221
+ margin-left: 6px;
222
+ width: 8px;
223
+ }
224
+ .scalar-api-client__request-type i {
225
+ width: 10px;
226
+ height: 10px;
227
+ border-radius: 50%;
228
+ margin-right: 6px;
229
+ text-align: center;
230
+ line-height: 18px;
231
+ font-style: normal;
232
+ flex-shrink: 0;
233
+ display: inline-block;
234
+ color: var(--scalar-api-client-color-3);
235
+ background: var(--scalar-api-client-color);
236
+ }
237
+ .meta-request-break {
238
+ margin: 0 5px;
239
+ }
240
+ .scalar-api-client__history {
241
+ appearance: none;
242
+ -webkit-appearance: none;
243
+ background: transparent;
244
+ color: var(--scalar-api-client-theme-color-2);
245
+ display: flex;
246
+ align-items: center;
247
+ border-radius: var(--scalar-api-client-rounded);
248
+ height: 100%;
249
+ }
250
+ .scalar-api-client__url-submit {
251
+ font-size: var(--scalar-api-client-text-xs);
252
+ letter-spacing: 0.25px;
253
+ line-height: 30px;
254
+ font-weight: var(--scalar-api-client-font-semibold);
255
+ color: white;
256
+ border: none;
257
+ white-space: nowrap;
258
+ padding: 0 10px;
259
+ text-transform: uppercase;
260
+ cursor: pointer;
261
+ outline: none;
262
+ border-radius: 0 var(--scalar-api-client-rounded)
263
+ var(--scalar-api-client-rounded) 0;
264
+ background: var(--scalar-api-client-color);
265
+ /** #087f5b */
266
+ border: 1px solid
267
+ color-mix(in srgb, black 15%, var(--scalar-api-client-color));
268
+ display: flex;
269
+ align-items: center;
270
+ }
271
+ .scalar-api-client__url-submit svg {
272
+ width: 12px;
273
+ height: 12px;
274
+ margin-right: 6px;
275
+ }
276
+ .scalar-api-client__url-submit--loading {
277
+ font-size: 0;
278
+ display: flex;
279
+ align-items: center;
280
+ justify-content: center;
281
+ min-width: 127px;
282
+ }
283
+ .scalar-api-client__url-submit--loading svg {
284
+ display: none;
285
+ }
286
+ .scalar-api-client__url-submit--loading:before {
287
+ content: '';
288
+ border: 1px solid rgba(0, 0, 0, 0.1);
289
+ border-top: 1px solid white;
290
+ animation: urlloader 0.45s linear infinite;
291
+ background: transparent;
292
+ width: 14px;
293
+ height: 14px;
294
+ margin-left: 0;
295
+ margin-right: 9px;
296
+ border-radius: 50%;
297
+ }
298
+ .scalar-api-client__url-submit--loading:after {
299
+ content: 'Loading';
300
+ font-size: 12px;
301
+ }
302
+ @keyframes urlloader {
303
+ 0% {
304
+ transform: rotate(0deg);
305
+ }
306
+ to {
307
+ transform: rotate(1turn);
308
+ }
309
+ }
310
+ .scalar-api-client__history-toggle {
311
+ padding: 0 9px;
312
+ line-height: 30px;
313
+ color: var(--scalar-api-client-color-3);
314
+ font-size: var(--scalar-api-client-text-xs);
315
+ letter-spacing: 0.125px;
316
+ font-weight: var(--scalar-api-client-font-semibold);
317
+ text-transform: uppercase;
318
+ height: 100%;
319
+ display: flex;
320
+ align-items: center;
321
+ cursor: pointer;
322
+ white-space: nowrap;
323
+ border: var(--scalar-api-client-border);
324
+ margin-left: 12px;
325
+ border-radius: var(--scalar-api-client-rounded);
326
+ }
327
+ .scalar-api-client__history-toggle:hover {
328
+ background: var(--scalar-api-client-background-secondary);
329
+ }
330
+ .scalar-api-client__history-toggle svg {
331
+ height: 13px;
332
+ width: 13px;
333
+ margin-right: 6px;
334
+ color: var(--scalar-api-client-color-3);
335
+ }
336
+ .scalar-api-client__address-bar-close {
337
+ fill: var(--scalar-api-client-color-3);
338
+ margin-left: 12px;
339
+ height: 24px;
340
+ }
341
+ .scalar-api-client__address-bar-close:hover {
342
+ cursor: pointer;
343
+ fill: var(--scalar-api-client-theme-color-1);
344
+ }
345
+ .scalar-api-client__address-bar-content {
346
+ width: 640px;
347
+ height: 100%;
348
+ background: --scalar-api-client-background-primary;
349
+ box-shadow: var(--scalar-api-client-theme-shadow-2);
350
+ position: fixed;
351
+ top: 0;
352
+ right: 0;
353
+ z-index: 1000;
354
+ transform: translate3d(640px, 0, 0);
355
+ opacity: 0;
356
+ transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1),
357
+ opacity 0.01s ease-in-out 0.5s;
358
+ pointer-events: none;
359
+ }
360
+ .scalar-api-client__address-bar-content-item {
361
+ height: 100vh;
362
+ max-height: 100vh;
363
+ overflow: auto;
364
+ }
365
+ .scalar-api-client__address-bar__on {
366
+ z-index: 100000;
367
+ }
368
+ .scalar-api-client__address-bar__on .scalar-api-client__address-bar__content {
369
+ transform: translate3d(0, 0, 0);
370
+ opacity: 1;
371
+ pointer-events: all;
372
+ transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
373
+ }
374
+ .scalar-api-client__address-bar__on .scalar-api-client__address-bar__close {
375
+ opacity: 1;
376
+ pointer-events: all;
377
+ cursor: pointer;
378
+ }
379
+ .scalar-api-client__address-bar .navtable-item__active {
380
+ background: var(--scalar-api-client-background-secondary);
381
+ cursor: default;
382
+ }
383
+ .scalar-api-client__address-bar .navtable-item__active .radio:before {
384
+ display: none;
385
+ }
386
+ .navigation-back {
387
+ stroke: var(--scalar-api-client-theme-color-2);
388
+ cursor: pointer;
389
+ }
390
+ .navigation-back:hover {
391
+ stroke: var(--scalar-api-client-theme-color-1);
392
+ }
393
+ .scalar-api-client__address-bar__close {
394
+ width: 100%;
395
+ height: 100%;
396
+ position: fixed;
397
+ top: 0;
398
+ left: 0;
399
+ /* background: rgba(0,0,0,.55);
400
+ */
401
+ pointer-events: none;
402
+ opacity: 0;
403
+ transition: all 0.1s ease-in-out;
404
+ z-index: 1000;
405
+ }
406
+ .navtable-item-request span {
407
+ padding: 8px 9px 8px 0;
408
+ border: none;
409
+ outline: none;
410
+ font-size: 12px;
411
+ color: var(--scalar-api-client-theme-color-1);
412
+ width: 100%;
413
+ display: block;
414
+ overflow: hidden;
415
+ white-space: nowrap;
416
+ text-overflow: ellipsis;
417
+ }
418
+ .navtable-item-request span em {
419
+ text-transform: uppercase;
420
+ font-style: normal;
421
+ font-family: var(--scalar-api-client-font-mono);
422
+ font-size: 11px;
423
+ margin-right: 6px;
424
+ font-weight: var(--scalar-api-client-font-bold);
425
+ color: var(--scalar-api-client-color-3);
426
+ }
427
+ .navtable-item-time {
428
+ font-size: 12px;
429
+ color: var(--scalar-api-client-theme-color-1);
430
+ text-transform: capitalize;
431
+ padding: 0 9px;
432
+ }
433
+ @media screen and (max-width: 720px) {
434
+ .scalar-api-client__history-toggle span,
435
+ .scalar-api-client__url-submit span {
436
+ display: none;
437
+ }
438
+ .scalar-api-client__history-toggle svg,
439
+ .scalar-api-client__url-submit svg {
440
+ margin-right: 0;
441
+ }
442
+ .scalar-api-client__history-toggle,
443
+ .scalar-api-client__url-submit {
444
+ height: 31.5px;
445
+ width: 31.5px;
446
+ }
447
+ }
448
+
449
+ .scalar-api-client__item {
450
+ border-radius: var(--scalar-api-client-rounded);
451
+ margin-bottom: 6px;
452
+ background: var(--scalar-api-client-background-secondary);
453
+ box-shadow: var(--shadow1);
454
+ position: relative;
455
+ }
456
+ .scalar-api-client__item button {
457
+ background-color: transparent;
458
+ }
459
+ .scalar-api-client__item:hover {
460
+ cursor: pointer;
461
+ }
462
+ .scalar-api-client__item--open {
463
+ background: var(--scalar-api-client-background-secondary);
464
+ }
465
+ .scalar-api-client__item--open:focus-within {
466
+ box-shadow: var(--shadow1);
467
+ }
468
+ .scalar-api-client__item--open .scalar-api-client__item__content {
469
+ display: flex;
470
+ }
471
+ .scalar-api-client__item--open:hover {
472
+ cursor: default;
473
+ }
474
+ .scalar-api-client__item--open .scalar-api-client__toggle__icon {
475
+ transform: rotate(90deg);
476
+ }
477
+ .scalar-api-client__toggle {
478
+ padding: 6px 12px;
479
+ min-height: 37px;
480
+ display: flex;
481
+ align-items: center;
482
+ justify-content: space-between;
483
+ position: relative;
484
+ width: 100%;
485
+ }
486
+ .scalar-api-client__item .scalar-api-client__item__title {
487
+ color: var(--scalar-api-client-theme-color-1);
488
+ font-size: var(--scalar-api-client-text-sm);
489
+ font-weight: var(--scalar-api-client-font-bold);
490
+ user-select: none;
491
+ flex: 1;
492
+ }
493
+ .scalar-api-client__item .scalar-api-client__item__title:after {
494
+ content: '';
495
+ position: absolute;
496
+ top: 0;
497
+ left: 0;
498
+ width: 100%;
499
+ height: 100%;
500
+ display: block;
501
+ }
502
+ .scalar-api-client__item .scalar-api-client__toggle__icon {
503
+ width: 10px;
504
+ margin-right: 6px;
505
+ color: var(--scalar-api-client-theme-color-1);
506
+ }
507
+ .scalar-api-client__item__options {
508
+ position: relative;
509
+ }
510
+ .scalar-api-client__item__options span {
511
+ background: var(--scalar-api-client-background-3);
512
+ padding: 2px 6px;
513
+ border-radius: 3px;
514
+ font-size: 12px;
515
+ pointer-events: none;
516
+ color: var(--scalar-api-client-theme-color-2);
517
+ border: var(--scalar-api-client-border);
518
+ display: flex;
519
+ align-items: center;
520
+ justify-content: center;
521
+ }
522
+ .scalar-api-client__item__options span svg {
523
+ width: 9px;
524
+ height: 9px;
525
+ margin-left: 3px;
526
+ }
527
+ .scalar-api-client__item__options select {
528
+ position: absolute;
529
+ top: 0;
530
+ left: 0;
531
+ width: 100%;
532
+ height: 100%;
533
+ opacity: 0;
534
+ cursor: pointer;
535
+ }
536
+
537
+ .table {
538
+ border: var(--scalar-api-client-border);
539
+ background: transparent;
540
+ border-radius: var(--scalar-api-client-rounded);
541
+ width: 100%;
542
+ }
543
+ .table-row {
544
+ border-bottom: var(--scalar-api-client-border);
545
+ display: flex;
546
+ position: relative;
547
+ }
548
+ .table-row__add {
549
+ border-radius: 0 0 var(--scalar-api-client-rounded)
550
+ var(--scalar-api-client-rounded);
551
+ border-bottom: none;
552
+ }
553
+ .table-row.required-parameter .table-row-item:nth-of-type(2):after {
554
+ content: 'Required';
555
+ position: absolute;
556
+ top: 4px;
557
+ right: 0;
558
+ padding: 5px 9px 5px 6px;
559
+ font-weight: var(--scalar-api-client-font-semibold);
560
+ font-size: 12px;
561
+ background: var(--scalar-api-client-background-secondary);
562
+ box-shadow: -2px 0 4px var(--scalar-api-client-background-secondary);
563
+ }
564
+ .table-row.required-parameter
565
+ .table-row-item:nth-of-type(2):focus-within:after {
566
+ display: none;
567
+ }
568
+ .table-row:last-of-type {
569
+ border-bottom: none;
570
+ }
571
+ .table-row__active {
572
+ border-radius: 0 0 var(--scalar-api-client-rounded)
573
+ var(--scalar-api-client-rounded);
574
+ }
575
+ .table-row-drag {
576
+ width: 20px;
577
+ flex-shrink: 0;
578
+ border-right: var(--scalar-api-client-border);
579
+ align-items: center;
580
+ justify-content: center;
581
+ display: none;
582
+ }
583
+ .table-row-drag svg {
584
+ width: 6px;
585
+ fill: var(--scalar-api-client-color-3);
586
+ }
587
+ .table-row-drag .table-row-drag-add {
588
+ width: 8px;
589
+ }
590
+ .table-row-item {
591
+ width: 100%;
592
+ border-right: var(--scalar-api-client-border);
593
+ position: relative;
594
+ }
595
+ .table-row-item-menu {
596
+ position: absolute;
597
+ right: 12px;
598
+ background: var(--scalar-api-client-background-3);
599
+ border: var(--scalar-api-client-border);
600
+ width: 24px;
601
+ height: 24px;
602
+ top: 50%;
603
+ transform: translate3d(0, -50%, 0);
604
+ border-radius: var(--scalar-api-client-rounded);
605
+ display: flex;
606
+ align-items: center;
607
+ justify-content: center;
608
+ opacity: 0;
609
+ cursor: pointer;
610
+ }
611
+ .table-row-item input:focus + .table-row-item-menu,
612
+ .table-row-item:hover .table-row-item-menu {
613
+ opacity: 1;
614
+ }
615
+ .table-row-item-menu svg {
616
+ height: 12px;
617
+ width: initial;
618
+ fill: var(--scalar-api-client-color-3);
619
+ }
620
+ .table-row-item input {
621
+ border: none;
622
+ appearance: none;
623
+ outline: none;
624
+ padding: 9px;
625
+ width: 100%;
626
+ background: var(--scalar-api-client-background-input);
627
+ color: var(--scalar-api-client-theme-color-1);
628
+ font-size: 12px;
629
+ }
630
+ .table-row-item input[disabled] {
631
+ background: transparent;
632
+ font-family: var(--scalar-api-client-font-mono);
633
+ }
634
+ .table-row-item input:focus {
635
+ background: var(--scalar-api-client-background-secondary);
636
+ }
637
+ .table-row-item label {
638
+ background: transparent;
639
+ text-transform: uppercase;
640
+ display: block;
641
+ padding: 9px;
642
+ font-weight: var(--scalar-api-client-font-bold);
643
+ color: var(--scalar-api-client-color-3);
644
+ font-size: 12px;
645
+ }
646
+ .table-row-meta {
647
+ overflow: hidden;
648
+ flex-shrink: 0;
649
+ transition: all 0.15s ease-in-out;
650
+ display: flex;
651
+ align-items: center;
652
+ justify-content: center;
653
+ width: 32px;
654
+ user-select: none;
655
+ }
656
+ .table-row-meta-check {
657
+ width: 18px;
658
+ height: 18px;
659
+ border-radius: var(--scalar-api-client-rounded);
660
+ background: rgba(47, 177, 228, 0.1);
661
+ }
662
+ .table-row-meta svg {
663
+ width: 13px;
664
+ height: 13px;
665
+ margin: 0 1px;
666
+ color: var(--scalar-api-client-color-3);
667
+ cursor: pointer;
668
+ }
669
+ .table-row-meta svg:hover {
670
+ color: var(--scalar-api-client-theme-color-2);
671
+ }
672
+ .meta-check {
673
+ display: flex;
674
+ position: relative;
675
+ cursor: pointer;
676
+ align-items: center;
677
+ font-size: 12px;
678
+ border-radius: var(--scalar-api-client-rounded);
679
+ user-select: none;
680
+ margin: 0 1px;
681
+ transition: all 0.15s ease-in-out;
682
+ }
683
+ .meta-check input {
684
+ position: absolute;
685
+ opacity: 0;
686
+ cursor: pointer;
687
+ height: 0;
688
+ width: 0;
689
+ }
690
+ .meta-checkmark {
691
+ height: 15px;
692
+ width: 15px;
693
+ background: var(--scalar-api-client-background-input);
694
+ border-radius: 3px;
695
+ display: flex;
696
+ align-items: center;
697
+ justify-content: center;
698
+ position: relative;
699
+ }
700
+ .meta-check .meta-checkmark:after {
701
+ content: '';
702
+ display: none;
703
+ width: 5px;
704
+ height: 8px;
705
+ border: solid var(--scalar-api-client-theme-color-1);
706
+ border-width: 0 1.5px 1.5px 0;
707
+ transform: rotate(45deg) translate3d(0, -1px, 0);
708
+ }
709
+ .meta-check input:checked ~ .meta-checkmark:after {
710
+ display: block;
711
+ }
712
+
713
+ .navtable {
714
+ width: 100%;
715
+ }
716
+ .navtable-follow {
717
+ background-color: black;
718
+ color: white;
719
+ font-size: 9px;
720
+ padding: 6px;
721
+ display: -webkit-box;
722
+ max-width: 250px;
723
+ -webkit-line-clamp: 12;
724
+ border-radius: 3px;
725
+ -webkit-box-orient: vertical;
726
+ overflow: hidden;
727
+ line-height: 1.24;
728
+ transform: translate3d(10px, 0, 0);
729
+ }
730
+ .navtable-follow:after {
731
+ content: '';
732
+ position: absolute;
733
+ bottom: 0;
734
+ width: 100%;
735
+ height: 6px;
736
+ background-color: black;
737
+ }
738
+ .navtable-follow * {
739
+ font-family: var(--scalar-api-client-font-mono) !important;
740
+ }
741
+ .navtable-table {
742
+ position: relative;
743
+ display: flex;
744
+ flex-direction: column;
745
+ min-height: 381px;
746
+ }
747
+ .navtable-item {
748
+ display: flex;
749
+ position: relative;
750
+ color: var(--scalar-api-client-theme-color-1);
751
+ border-top: var(--scalar-api-client-border);
752
+ font-weight: var(--scalar-api-client-font-semibold);
753
+ }
754
+ .navtable-item > div {
755
+ word-wrap: break-word;
756
+ }
757
+ .navtable-item > div:not(:first-child) {
758
+ border-left: var(--scalar-api-client-border);
759
+ }
760
+ .navtable-item-action {
761
+ color: var(--scalar-api-client-theme-color-2);
762
+ font-size: 12px;
763
+ font-weight: var(--scalar-api-client-font-bold);
764
+ background: var(--scalar-api-client-bg3);
765
+ border: none;
766
+ border-radius: 30px;
767
+ appearance: none;
768
+ max-height: 25px;
769
+ margin-left: 12px;
770
+ margin-right: 6px;
771
+ padding: 4px 8px;
772
+ outline: none;
773
+ cursor: pointer;
774
+ opacity: 0;
775
+ transition: opacity 0.15s ease-in-out;
776
+ white-space: nowrap;
777
+ position: relative;
778
+ }
779
+ .navtable-item-action:hover {
780
+ color: var(--scalar-api-client-theme-color-1);
781
+ background: var(--scalar-api-client-gradient);
782
+ box-shadow: 0 0 0 1px var(--scalar-api-client-border-color);
783
+ }
784
+ .navtable-item-action:focus {
785
+ background: var(--scalar-api-client-background-secondary);
786
+ }
787
+ .navtable-item:hover,
788
+ .navtable-item:focus-within .navtable-item-action {
789
+ opacity: 1;
790
+ }
791
+ .navtable-item-add {
792
+ display: flex;
793
+ align-items: center;
794
+ padding: 9px;
795
+ font-weight: var(--scalar-api-client-font-bold);
796
+ outline: none;
797
+ border: none;
798
+ appearance: none;
799
+ background: transparent;
800
+ color: var(--scalar-api-client-theme-color-1);
801
+ }
802
+ .navtable-item-add:hover {
803
+ background: var(--scalar-api-client-background-secondary);
804
+ cursor: pointer;
805
+ }
806
+ .navtable-item-25 {
807
+ width: 25%;
808
+ font-size: 12px;
809
+ display: flex;
810
+ align-items: center;
811
+ }
812
+ .navtable-item-33 {
813
+ width: 33.33333%;
814
+ display: flex;
815
+ font-size: 12px;
816
+ align-items: center;
817
+ }
818
+ .navtable-item-66 {
819
+ width: 66.6666%;
820
+ display: flex;
821
+ font-size: 12px;
822
+ align-items: center;
823
+ }
824
+ .navtable-item-75 {
825
+ width: 75%;
826
+ display: flex;
827
+ align-items: center;
828
+ }
829
+ .navtable-item-75:focus-within {
830
+ background: var(--scalar-api-client-background-secondary);
831
+ }
832
+ .navtable-item-40 {
833
+ width: 40%;
834
+ display: flex;
835
+ align-items: center;
836
+ }
837
+ .navtable-item-20 {
838
+ width: 20%;
839
+ display: flex;
840
+ align-items: center;
841
+ }
842
+ .navtable-item-50 {
843
+ width: 50%;
844
+ display: flex;
845
+ align-items: center;
846
+ }
847
+ .navtable-item-50:focus-within {
848
+ background: var(--scalar-api-client-background-secondary);
849
+ }
850
+ .navtable-item p {
851
+ padding: 9px;
852
+ }
853
+ .navtable-item input {
854
+ padding: 12px 6px;
855
+ border: none;
856
+ outline: none;
857
+ appearance: none;
858
+ font-size: 12px;
859
+ color: var(--scalar-api-client-theme-color-1);
860
+ background: transparent;
861
+ width: 100%;
862
+ }
863
+ .navtable-item input:focus {
864
+ background: var(--scalar-api-client-background-secondary);
865
+ }
866
+ .navtable-item-select {
867
+ position: relative;
868
+ }
869
+ .navtable-item-select select {
870
+ background: transparent;
871
+ outline: none;
872
+ border: none;
873
+ font-size: 12px;
874
+ appearance: none;
875
+ width: 100%;
876
+ padding: 12px 6px;
877
+ top: 0;
878
+ position: relative;
879
+ cursor: pointer;
880
+ color: var(--scalar-api-client-theme-color-2);
881
+ }
882
+ .navtable-item-select svg {
883
+ position: absolute;
884
+ right: 6px;
885
+ color: var(--scalar-api-client-fill);
886
+ width: 6px;
887
+ top: 12px;
888
+ pointer-events: none;
889
+ }
890
+ .navtable-item .option {
891
+ padding: 12px 6px;
892
+ font-size: 12px;
893
+ color: var(--scalar-api-client-theme-color-1);
894
+ width: 100%;
895
+ }
896
+ .navtable-item label {
897
+ color: var(--scalar-api-client-color-3);
898
+ font-size: 12px;
899
+ font-weight: var(--scalar-api-client-font-bold);
900
+ text-transform: uppercase;
901
+ padding: 9px;
902
+ display: block;
903
+ width: 100%;
904
+ }
905
+ .navtable-item-response {
906
+ padding: 0 9px;
907
+ }
908
+ .navtable-item-response span {
909
+ font-size: 12px;
910
+ display: flex;
911
+ align-items: center;
912
+ margin-right: 6px;
913
+ min-width: 50px;
914
+ }
915
+ .scalar-api-client__status--1xx:before,
916
+ .scalar-api-client__status--2xx:before,
917
+ .scalar-api-client__status--3xx:before,
918
+ .scalar-api-client__status--4xx:before,
919
+ .scalar-api-client__status--5xx:before,
920
+ .scalar-api-client__status--6xx:before {
921
+ content: '';
922
+ width: 12px;
923
+ height: 12px;
924
+ border-radius: 50%;
925
+ margin-right: 4px;
926
+ background: var(--scalar-api-client-background-secondary);
927
+ }
928
+ .scalar-api-client__status--2xx:before {
929
+ background: green;
930
+ }
931
+ .scalar-api-client__status--3xx:before {
932
+ background: orange;
933
+ }
934
+ .scalar-api-client__status--4xx:before {
935
+ background: red;
936
+ }
937
+ .navtable-item-response span:empty {
938
+ display: none;
939
+ }
940
+ .simpletable.navtable {
941
+ padding: 0;
942
+ }
943
+ .simpletable.navtable .navtable-item-66,
944
+ .simpletable.navtable .navtable-item-33 {
945
+ display: block;
946
+ }
947
+ .simpletable.navtable .navtable-table {
948
+ height: fit-content;
949
+ }
950
+
951
+ .scalar-api-client__main__left {
952
+ width: 50%;
953
+ border-right: var(--scalar-api-client-border);
954
+ padding: 0 12px 12px 12px;
955
+ }
956
+ @media screen and (max-width: 820px) {
957
+ .scalar-api-client__main__left {
958
+ width: 100%;
959
+ border-right: none;
960
+ }
961
+ }
962
+ .scalar-api-client__item__content {
963
+ flex-flow: wrap;
964
+ padding: 0 12px 12px;
965
+ border-radius: 3px;
966
+ color: var(--scalar-api-client-color-3);
967
+ font-size: 12px;
968
+ margin-top: -3px;
969
+ justify-content: space-between;
970
+ .cm-s-default {
971
+ border: var(--scalar-api-client-border);
972
+ border-radius: var(--scalar-api-client-rounded);
973
+ }
974
+ }
975
+ .scalar-api-client__item__content .scalar-api-client__item__content--code {
976
+ width: 100%;
977
+ max-height: calc(100vh - 200px);
978
+ overflow: auto;
979
+ }
980
+ .scalar-api-client__item__content .cm-scroller {
981
+ border: var(--scalar-api-client-border);
982
+ border-radius: 3px;
983
+ }
984
+ .scalar-api-client__item__content .cm-editor {
985
+ outline: none !important;
986
+ }
987
+ .scalar-api-client__item__content .cm-editor .cm-gutters {
988
+ background: transparent;
989
+ }
990
+ .scalar-api-client__item__content .cm-scroll {
991
+ background: transparent;
992
+ }
993
+ .scalar-api-client__item__content .cm-editor * {
994
+ font-size: 11px;
995
+ }
996
+ .scalar-api-client__item__content .cm-editor .cm-line {
997
+ color: var(--scalar-api-client-theme-color-1);
998
+ }
999
+ .scalar-api-client__item__content-button {
1000
+ width: 100%;
1001
+ appearance: none;
1002
+ border: none;
1003
+ outline: none;
1004
+ font-size: 12px;
1005
+ background: var(--scalar-api-client-color);
1006
+ font-weight: var(--scalar-api-client-font-bold);
1007
+ padding: 12px;
1008
+ text-transform: uppercase;
1009
+ border-radius: var(--scalar-api-client-rounded);
1010
+ color: white;
1011
+ cursor: pointer;
1012
+ }
1013
+ .scalar-api-client__item__content__split {
1014
+ justify-content: space-between;
1015
+ }
1016
+ .scalar-collapsible-section-flex {
1017
+ width: 100%;
1018
+ }
1019
+ .scalar-collapsible-section-option {
1020
+ font-size: var(--scalar-api-client-text-sm);
1021
+ font-weight: var(--scalar-api-client-font-bold);
1022
+ color: var(--scalar-api-client-color2);
1023
+ background: var(--scalar-api-client-bg3);
1024
+ border-radius: 30px;
1025
+ display: inline-block;
1026
+ padding: 8px 12px;
1027
+ cursor: pointer;
1028
+ margin: 0 4px 8px;
1029
+ user-select: none;
1030
+ &:hover {
1031
+ box-shadow: 0 0 0 1px var(--scalar-api-client-border-color);
1032
+ background: var(--scalar-api-client-gradient);
1033
+ color: var(--scalar-api-client-theme-color-1);
1034
+ }
1035
+ }
1036
+ .input {
1037
+ background: var(--scalar-api-client-background-secondary);
1038
+ border: var(--scalar-api-client-border);
1039
+ border-radius: 3px;
1040
+ position: relative;
1041
+ width: 100%;
1042
+ text-align: left;
1043
+ margin-bottom: 6px;
1044
+ }
1045
+ .input__half {
1046
+ width: calc(50% - 3px);
1047
+ }
1048
+ .input:focus-within {
1049
+ background: var(--scalar-api-client-background-3);
1050
+ }
1051
+ .input label,
1052
+ .input input {
1053
+ padding: 12px;
1054
+ border: 0;
1055
+ outline: none;
1056
+ font-size: 12px;
1057
+ color: var(--scalar-api-client-theme-color-1);
1058
+ width: 100%;
1059
+ background: transparent;
1060
+ appearance: none;
1061
+ -webkit-appearance: none;
1062
+ left: 0;
1063
+ }
1064
+ .input label {
1065
+ position: absolute;
1066
+ color: var(--scalar-api-client-theme-color-2);
1067
+ }
1068
+ .input input {
1069
+ opacity: 0;
1070
+ position: relative;
1071
+ z-index: 99;
1072
+ padding: 18px 12px 6px 12px;
1073
+ }
1074
+ .input input:not(:placeholder-shown),
1075
+ .input:focus-within input {
1076
+ opacity: 1;
1077
+ }
1078
+ .input input:not(:placeholder-shown) + label,
1079
+ .input:focus-within label {
1080
+ font-size: 10px;
1081
+ top: -6px;
1082
+ color: var(--scalar-api-client-theme-color-1);
1083
+ }
1084
+ .input input:not(:placeholder-shown) + label {
1085
+ color: var(--scalar-api-client-theme-color-2);
1086
+ }
1087
+ .select {
1088
+ background: --scalar-api-client-background-primary;
1089
+ border-radius: var(--scalar-api-client-rounded);
1090
+ font-size: 12px;
1091
+ border: var(--scalar-api-client-border);
1092
+ width: 100%;
1093
+ position: relative;
1094
+ margin-bottom: 6px;
1095
+ }
1096
+ .select:focus-within {
1097
+ background: var(--scalar-api-client-background-3);
1098
+ }
1099
+ .select:hover {
1100
+ background: var(--scalar-api-client-background-3);
1101
+ }
1102
+ .select svg {
1103
+ position: absolute;
1104
+ right: 12px;
1105
+ pointer-events: none;
1106
+ color: var(--scalar-api-client-theme-color-2);
1107
+ width: 6px;
1108
+ top: 10px;
1109
+ }
1110
+ .select label {
1111
+ display: block;
1112
+ font-size: 10px;
1113
+ color: var(--scalar-api-client-theme-color-2);
1114
+ position: absolute;
1115
+ left: 12px;
1116
+ top: 6px;
1117
+ }
1118
+ .select select {
1119
+ background: transparent;
1120
+ outline: none;
1121
+ border: none;
1122
+ -webkit-appearance: none;
1123
+ font-size: 12px;
1124
+ color: var(--scalar-api-client-theme-color-1);
1125
+ appearance: none;
1126
+ width: 100%;
1127
+ padding: 18px 12px 6px 12px;
1128
+ top: 0;
1129
+ position: relative;
1130
+ cursor: pointer;
1131
+ }
1132
+ .check {
1133
+ display: flex;
1134
+ position: relative;
1135
+ cursor: pointer;
1136
+ align-items: center;
1137
+ font-size: 12px;
1138
+ border: var(--scalar-api-client-border);
1139
+ border-radius: 3px;
1140
+ padding: 10px 12px;
1141
+ user-select: none;
1142
+ width: 100%;
1143
+ }
1144
+ .check p {
1145
+ color: var(--scalar-api-client-theme-color-2);
1146
+ }
1147
+ .check input {
1148
+ position: absolute;
1149
+ opacity: 0;
1150
+ cursor: pointer;
1151
+ height: 0;
1152
+ width: 0;
1153
+ }
1154
+ .checkmark {
1155
+ height: 15px;
1156
+ width: 15px;
1157
+ background: var(--scalar-api-client-background-3);
1158
+ margin-right: 10px;
1159
+ border-radius: 3px;
1160
+ display: flex;
1161
+ align-items: center;
1162
+ justify-content: center;
1163
+ position: relative;
1164
+ }
1165
+ .check input:checked ~ p {
1166
+ color: var(--scalar-api-client-theme-color-1);
1167
+ }
1168
+ .check .checkmark:after {
1169
+ content: '';
1170
+ display: none;
1171
+ width: 5px;
1172
+ height: 8px;
1173
+ border: solid var(--scalar-api-client-color-3);
1174
+ border-width: 0 2px 2px 0;
1175
+ transform: rotate(45deg) translate3d(0, -1px, 0);
1176
+ }
1177
+ .check input:checked ~ .checkmark:after {
1178
+ display: block;
1179
+ }
1180
+ .scalar-api-client__main__scroll-container {
1181
+ height: calc(100vh - 320px);
1182
+ }
1183
+ .scalar-api-client__request-name {
1184
+ outline: none;
1185
+ border: none;
1186
+ appearance: none;
1187
+ -webkit-appearance: none;
1188
+ color: var(--scalar-api-client-color-3);
1189
+ border-radius: var(--scalar-api-client-rounded);
1190
+ font-size: var(--scalar-api-client-text-xs);
1191
+ font-weight: var(--scalar-api-client-font-bold);
1192
+ width: 100%;
1193
+ background: transparent;
1194
+ }
1195
+
1196
+ a[data-v-2f230d09] {
1197
+ text-decoration: underline;
1198
+ text-decoration-color: var(--scalar-api-client-border-color);
1199
+ text-underline-offset: 2px;
1200
+ cursor: help;
1201
+ }
1202
+
1203
+ .simple-cell {
1204
+ border-right: var(--scalar-api-client-border);
1205
+ position: relative;
1206
+ padding: 0.75em;
1207
+ color: var(--scalar-api-client-theme-color-1);
1208
+ white-space: nowrap;
1209
+ }
1210
+ .simple-cell:last-of-type {
1211
+ border-right: none;
1212
+ }
1213
+ .simple-cell.wrap {
1214
+ white-space: normal;
1215
+ }
1216
+ .simple-cell.strong {
1217
+ font-weight: var(--scalar-api-client-font-semibold);
1218
+ }
1219
+
1220
+ .simple-header {
1221
+ color: var(--scalar-api-client-color-3);
1222
+ font-weight: var(--scalar-api-client-font-bold);
1223
+ text-transform: uppercase;
1224
+ }
1225
+
1226
+ .simple-row {
1227
+ border-top: var(--scalar-api-client-border);
1228
+ }
1229
+ .simple-row:last-of-type {
1230
+ border-bottom: var(--scalar-api-client-border);
1231
+ }
1232
+
1233
+ .simple-table {
1234
+ display: table;
1235
+ width: 100%;
1236
+ margin: 1em 0;
1237
+ }
1238
+
1239
+ .scalar-api-client__main__right {
1240
+ width: 50%;
1241
+ padding: 0 12px 12px 12px;
1242
+ }
1243
+ @media screen and (max-width: 820px) {
1244
+ .scalar-api-client__main__right {
1245
+ width: 100%;
1246
+ border-right: none;
1247
+ }
1248
+ }
1249
+ .scalar-api-client__main__right :deep(.scalar-copilot__header-button) {
1250
+ position: absolute;
1251
+ top: 6px;
1252
+ right: 12px;
1253
+ }
1254
+ /***
1255
+ The new CSS reset - version 1.8.4 (last updated 14.2.2023)
1256
+ GitHub page: https://github.com/elad2412/the-new-css-reset
1257
+ ***/
1258
+
1259
+ /*
1260
+ Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
1261
+ - The "symbol *" part is to solve Firefox SVG sprite bug
1262
+ - The editor uses some browser defaults so it needs to be excluded from the reset (DOC-466)
1263
+ */
1264
+ *:where(
1265
+ :not(html, iframe, canvas, img, svg, video, audio):not(
1266
+ svg *,
1267
+ symbol *,
1268
+ .editor *,
1269
+ .reference *
1270
+ )
1271
+ ) {
1272
+ all: unset;
1273
+ display: revert;
1274
+ }
1275
+
1276
+ /* Optional future support for reverting on >Chrome 90 */
1277
+ /* @supports (-webkit-user-modify: revert-layer) {
1278
+ * {
1279
+ -moz-user-modify: revert-layer;
1280
+ -webkit-user-modify: revert-layer;
1281
+ overflow-wrap: revert-layer;
1282
+ -webkit-line-break: revert-layer;
1283
+ -webkit-user-select: revert-layer;
1284
+ }
1285
+ } */
1286
+
1287
+ /* Preferred box-sizing value */
1288
+ *,
1289
+ *::before,
1290
+ *::after {
1291
+ box-sizing: border-box;
1292
+ }
1293
+
1294
+ /* Strip the padding from editor elements */
1295
+ .editor *,
1296
+ .reference * {
1297
+ padding: 0;
1298
+ margin: 0;
1299
+ }
1300
+
1301
+ /* Reapply the pointer cursor for anchor tags */
1302
+ a,
1303
+ button {
1304
+ cursor: revert;
1305
+ }
1306
+
1307
+ /* Reapply outlines on keyboard focus */
1308
+ a[href]:focus-visible,
1309
+ button:focus-visible,
1310
+ [tabindex]:focus-visible {
1311
+ outline: 1px dashed var(--theme-color-2);
1312
+ outline-offset: 2px;
1313
+ }
1314
+
1315
+ /* Revert the font-size for selects
1316
+ Ideally we would remove this once we style our selects better (DOC-466) */
1317
+ select {
1318
+ font-size: revert;
1319
+ }
1320
+
1321
+ /* Revert the line-height for buttons and inputs
1322
+ Ideally we would remove this once we style our inputs and buttons better (DOC-466) */
1323
+ input,
1324
+ button {
1325
+ line-height: revert;
1326
+ }
1327
+
1328
+ /* Remove list styles (bullets/numbers) */
1329
+ /* It would be good to include this again (DOC-466) */
1330
+ /* ol,
1331
+ ul,
1332
+ menu {
1333
+ list-style: none;
1334
+ } */
1335
+
1336
+ /* For images to not be able to exceed their container */
1337
+ img {
1338
+ max-inline-size: 100%;
1339
+ max-block-size: 100%;
1340
+ }
1341
+
1342
+ /* removes spacing between cells in tables */
1343
+ table {
1344
+ border-collapse: collapse;
1345
+ }
1346
+
1347
+ /* Safari - solving issue when using user-select:none on the <body> text input doesn't working */
1348
+ /* Align our input text to the left */
1349
+ input,
1350
+ textarea {
1351
+ -webkit-user-select: auto;
1352
+ text-align: left;
1353
+ font-weight: initial;
1354
+ }
1355
+
1356
+ /* revert the 'white-space' property for textarea elements on Safari */
1357
+ textarea {
1358
+ white-space: revert;
1359
+ }
1360
+
1361
+ /* minimum style to allow to style meter element */
1362
+ meter {
1363
+ -webkit-appearance: revert;
1364
+ appearance: revert;
1365
+ }
1366
+
1367
+ /* preformatted text - use only for this feature */
1368
+ /* :where(pre) {
1369
+ all: revert;
1370
+ } */
1371
+
1372
+ /* reset default text opacity of input placeholder */
1373
+ ::placeholder {
1374
+ color: revert;
1375
+ }
1376
+
1377
+ /* remove default dot (•) sign */
1378
+ ::marker {
1379
+ content: initial;
1380
+ }
1381
+
1382
+ /* fix the feature of 'hidden' attribute.
1383
+ display:revert; revert to element instead of attribute */
1384
+ :where([hidden]) {
1385
+ display: none;
1386
+ }
1387
+
1388
+ /* revert for bug in Chromium browsers
1389
+ - fix for the content editable attribute will work properly.
1390
+ - webkit-user-select: auto; added for Safari in case of using user-select:none on wrapper element*/
1391
+ :where([contenteditable]:not([contenteditable='false'])) {
1392
+ -moz-user-modify: revert-layer, read-write;
1393
+ -webkit-user-modify: revert-layer, read-write;
1394
+ overflow-wrap: revert-layer, break-word;
1395
+ -webkit-line-break: revert-layer, after-white-space;
1396
+ -webkit-user-select: revert-layer, auto;
1397
+ }
1398
+
1399
+ /* apply back the draggable feature - exist only in Chromium and Safari */
1400
+ :where([draggable='true']) {
1401
+ -webkit-user-drag: element;
1402
+ }
1403
+
1404
+ /* Revert Modal native behavior */
1405
+ :where(dialog:modal) {
1406
+ all: revert;
1407
+ }
1408
+ .scalar-api-client,
1409
+ #headlessui-portal-root {
1410
+ /** Font sizes */
1411
+ --scalar-api-client-text-xs: 12px;
1412
+ --scalar-api-client-text-sm: 14px;
1413
+ --scalar-api-client-text-base: 16px;
1414
+ --scalar-api-client-text-lg: 18px;
1415
+
1416
+ /** Colors */
1417
+ --scalar-api-client-background-primary: #fff;
1418
+ --scalar-api-client-background-secondary: #f1f3f5;
1419
+ --scalar-api-client-background-input: #fff;
1420
+ --scalar-api-client-border-color: #dee2e6;
1421
+
1422
+ /** Borders */
1423
+ --scalar-api-client-border: 1px solid var(--scalar-api-client-border-color);
1424
+ --scalar-api-client-rounded: 4px;
1425
+
1426
+ /** Fonts */
1427
+ --scalar-api-client-font-sans: system-ui, 'Segoe UI', Roboto, Helvetica, Arial,
1428
+ sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
1429
+ --scalar-api-client-font-mono: ui-monospace, Menlo, Monaco, 'Cascadia Mono',
1430
+ 'Segoe UI Mono', 'Roboto Mono', 'Oxygen Mono', 'Ubuntu Monospace',
1431
+ 'Source Code Pro', 'Fira Mono', 'Droid Sans Mono', 'Courier New', monospace;
1432
+
1433
+ /** Font weights */
1434
+ --scalar-api-client-font-semibold: 600;
1435
+ --scalar-api-client-font-bold: 700;
1436
+
1437
+ /** TODO: Go through the following variables and check what they do */
1438
+ --scalar-api-client-post-color: white;
1439
+ --scalar-api-client-post-background: black;
1440
+ --scalar-api-client-delete-color: white;
1441
+ --scalar-api-client-delete-background: black;
1442
+ --scalar-api-client-patch-color: white;
1443
+ --scalar-api-client-patch-background: black;
1444
+ --scalar-api-client-get-color: #0ca678;
1445
+ --scalar-api-client-get-background: white;
1446
+ --scalar-api-client-put-color: white;
1447
+ --scalar-api-client-put-background: black;
1448
+ --scalar-api-client-color-3: #868e96;
1449
+ /* Font color */
1450
+ --scalar-api-client-theme-color-1: #343a40;
1451
+ /* Select font color */
1452
+ --scalar-api-client-theme-color-2: #868e96;
1453
+ --scalar-api-client-theme-shadow-2: 0 0 0 1px white;
1454
+ --scalar-api-client-fill: black;
1455
+ --scalar-api-client-color2: white;
1456
+ --scalar-api-client-bg3: black;
1457
+ --scalar-api-client-gradient: linear-gradient(180deg, black 0%, black 100%);
1458
+ /** Select background */
1459
+ --scalar-api-client-background-3: #f8f9fa;
1460
+ }
1461
+
1462
+ .scalar-api-client {
1463
+ background: var(--scalar-api-client-background-primary);
1464
+ position: relative;
1465
+ height: 100%;
1466
+ overflow: hidden !important;
1467
+ display: flex;
1468
+ flex-direction: column;
1469
+ font-family: var(--scalar-api-client-font-sans);
1470
+ }
1471
+ @media screen and (max-width: 1000px) {
1472
+ .scalar-api-client {
1473
+ width: 100%;
1474
+ }
1475
+ }
1476
+ .scalar-api-client pre {
1477
+ font-family: var(--scalar-api-client-font-mono);
1478
+ }
1479
+ .scalar-api-client--post {
1480
+ --scalar-api-client-color: var(--scalar-api-client-post-color);
1481
+ --scalar-api-client-background: var(--scalar-api-client-post-background);
1482
+ }
1483
+ .scalar-api-client--delete {
1484
+ --scalar-api-client-color: var(--scalar-api-client-delete-color);
1485
+ --scalar-api-client-background: var(--scalar-api-client-delete-background);
1486
+ }
1487
+ .scalar-api-client--patch {
1488
+ --scalar-api-client-color: var(--scalar-api-client-patch-color);
1489
+ --scalar-api-client-background: var(--scalar-api-client-patch-background);
1490
+ }
1491
+ .scalar-api-client--get {
1492
+ --scalar-api-client-color: var(--scalar-api-client-get-color);
1493
+ --scalar-api-client-background: var(--scalar-api-client-get-background);
1494
+ }
1495
+ .scalar-api-client--put {
1496
+ --scalar-api-client-color: var(--scalar-api-client-put-color);
1497
+ --scalar-api-client-background: var(--scalar-api-client-put-background);
1498
+ }
1499
+ .scalar-api-client__mobile-navigation {
1500
+ padding: 12px 12px 0 12px;
1501
+ display: flex;
1502
+ font-size: var(--scalar-api-client-text-sm);
1503
+ color: var(--scalar-api-client-theme-color-2);
1504
+ font-weight: var(--scalar-api-client-font-bold);
1505
+ }
1506
+ .scalar-api-client__mobile-navigation__toggle {
1507
+ appearance: none;
1508
+ margin-right: 9px;
1509
+ cursor: pointer;
1510
+ }
1511
+ .scalar-api-client__mobile-navigation--active {
1512
+ color: var(--scalar-api-client-theme-color-1);
1513
+ }
1514
+ .scalar-api-client__mobile-navigation--active:hover {
1515
+ cursor: pointer;
1516
+ }
1517
+ .scalar-api-client__main {
1518
+ display: flex;
1519
+ height: 100%;
1520
+ min-height: 0;
1521
+ background: var(--scalar-api-client-background-primary);
1522
+ border-top: var(--scalar-api-client-border);
1523
+ }
1524
+ @media screen and (max-width: 820px) {
1525
+ .scalar-api-client__main {
1526
+ display: block;
1527
+ }
1528
+ }
1529
+
1530
+ /** TODO: Consider to make a Column component */
1531
+ .scalar-api-client__main__content {
1532
+ padding: 12px;
1533
+ background: var(--scalar-api-client-background-primary);
1534
+ top: 0;
1535
+ position: sticky;
1536
+ z-index: 100;
1537
+ }
1538
+ .scalar-api-client__main__content label {
1539
+ font-size: var(--scalar-api-client-text-sm);
1540
+ color: var(--scalar-api-client-theme-color-1);
1541
+ font-weight: var(--scalar-api-client-font-bold);
1542
+ display: flex;
1543
+ align-items: center;
1544
+ }
1545
+ @media screen and (max-width: 820px) {
1546
+ .scalar-api-client__main__content {
1547
+ padding: 0 0 12px 0;
1548
+ }
1549
+ .scalar-api-client__main__content label {
1550
+ display: none;
1551
+ }
1552
+ }
1553
+ .meta {
1554
+ display: flex;
1555
+ font-size: var(--scalar-api-client-text-base);
1556
+ font-weight: var(--scalar-api-client-text-base);
1557
+ color: var(--scalar-api-client-color2);
1558
+ }
1559
+ .meta-item svg {
1560
+ fill: var(--scalar-api-client-fill);
1561
+ height: 14px;
1562
+ width: 14px;
1563
+ margin-right: 6px;
1564
+ }
1565
+ .meta-item {
1566
+ display: flex;
1567
+ align-items: center;
1568
+ margin-right: 12px;
1569
+ white-space: nowrap;
1570
+ font-weight: var(--scalar-api-client-font-bold);
1571
+ font-size: 12px;
1572
+ color: var(--scalar-api-client-color-3);
1573
+ padding: 3px 0;
1574
+ }
1575
+ .meta-item__input {
1576
+ padding: 3px 0;
1577
+ background: transparent;
1578
+ width: 100%;
1579
+ margin-right: 0;
1580
+ }
1581
+ .types {
1582
+ margin: auto;
1583
+ width: 580px;
1584
+ display: flex;
1585
+ align-items: center;
1586
+ justify-content: center;
1587
+ flex-flow: wrap;
1588
+ }
1589
+ .types-heading {
1590
+ width: 100%;
1591
+ text-align: center;
1592
+ }
1593
+ .types-heading b {
1594
+ font-size: 42px;
1595
+ }
1596
+ .types-heading p {
1597
+ margin-bottom: 20px;
1598
+ margin-top: 12px;
1599
+ font-size: 24px;
1600
+ }
1601
+ .types-item {
1602
+ font-weight: var(--scalar-api-client-font-bold);
1603
+ font-size: var(--scalar-api-client-text-lg);
1604
+ color: var(--scalar-api-client-color2);
1605
+ background: var(--scalar-api-client-bg3);
1606
+ padding: 9px 18px;
1607
+ margin: 6px;
1608
+ border-radius: 30px;
1609
+ }
1610
+ .types-item:hover {
1611
+ box-shadow: 0 0 0 1px var(--scalar-api-client-border-color);
1612
+ background: var(--scalar-api-client-gradient);
1613
+ color: var(--scalar-api-client-theme-color-1);
1614
+ cursor: pointer;
1615
+ }
1616
+ .scalar-api-client__empty-state {
1617
+ border: 1px dashed var(--scalar-api-client-border-color);
1618
+ width: 100%;
1619
+ text-align: center;
1620
+ font-size: var(--scalar-api-client-text-sm);
1621
+ padding: 20px;
1622
+ }
1623
+
1624
+ .sidebar-search[data-v-f96d535d] {
1625
+ display: flex;
1626
+ align-items: center;
1627
+ position: relative;
1628
+ /* Sub */
1629
+ --margin-x: 12px;
1630
+ width: calc(100% - 2 * var(--margin-x));
1631
+ margin: 12px var(--margin-x) 6px var(--margin-x);
1632
+ padding: 0 12px;
1633
+
1634
+ color: var(--scalar-api-reference-theme-color-3);
1635
+ border: none;
1636
+ outline: none;
1637
+ border-radius: var(--scalar-api-reference-theme-radius);
1638
+ /* prettier-ignore */
1639
+ box-shadow: 0 0 0 1px var(--scalar-api-reference-sidebar-border-color, var(--scalar-api-reference-theme-border-color));
1640
+ /* prettier-ignore */
1641
+ background: var(--scalar-api-reference-sidebar-search-background, var(--scalar-api-reference-theme-background-1));
1642
+ cursor: pointer;
1643
+ appearance: none;
1644
+ }
1645
+ .sidebar-search-input[data-v-f96d535d] {
1646
+ font-size: var(--scalar-api-reference-theme-small);
1647
+ font-weight: var(--scalar-api-reference-theme-semibold);
1648
+ line-height: 31px;
1649
+
1650
+ user-select: none;
1651
+ z-index: 10;
1652
+ position: relative;
1653
+ display: block;
1654
+ }
1655
+ .search-icon[data-v-f96d535d] {
1656
+ padding: 0;
1657
+ margin-right: 9px;
1658
+ width: 12px;
1659
+ }
1660
+
1661
+ .loader-wrapper[data-v-a0429592] {
1662
+ position: relative;
1663
+ height: var(--a8cfd54e);
1664
+ width: var(--a8cfd54e);
1665
+
1666
+ display: flex;
1667
+ align-items: center;
1668
+ justify-content: center;
1669
+
1670
+ --loader-size: 50%;
1671
+ }
1672
+
1673
+ /*SVG Positioning for Loader Objects*/
1674
+ .svg-loader[data-v-a0429592] {
1675
+ width: var(--loader-size);
1676
+ height: var(--loader-size);
1677
+ top: 1rem;
1678
+ right: 0.9rem;
1679
+ overflow: visible;
1680
+
1681
+ fill: none;
1682
+ background-color: transparent;
1683
+ stroke: currentColor;
1684
+ }
1685
+ .svg-path[data-v-a0429592] {
1686
+ stroke-width: 14;
1687
+ fill: none;
1688
+ transition: 0.3s;
1689
+ }
1690
+ .svg-x-mark[data-v-a0429592] {
1691
+ stroke-dasharray: 57;
1692
+ stroke-dashoffset: 57;
1693
+ transition-delay: 0s;
1694
+ }
1695
+ .svg-check-mark[data-v-a0429592] {
1696
+ stroke-dasharray: 149;
1697
+ stroke-dashoffset: 149;
1698
+ transition-delay: 0s;
1699
+ }
1700
+ .icon-is-invalid .svg-x-mark[data-v-a0429592] {
1701
+ stroke-dashoffset: 0;
1702
+ transition-delay: 0.3s;
1703
+ }
1704
+ .icon-is-valid .svg-check-mark[data-v-a0429592] {
1705
+ stroke-dashoffset: 0;
1706
+ transition-delay: 0.3s;
1707
+ }
1708
+ .circular-loader[data-v-a0429592] {
1709
+ animation: rotate-a0429592 0.7s linear infinite,fade-in-a0429592 0.4s;
1710
+
1711
+ transform-origin: center center;
1712
+ transform: scale(5);
1713
+
1714
+ background: transparent;
1715
+ }
1716
+ .loader-path[data-v-a0429592] {
1717
+ stroke-dasharray: 50, 200;
1718
+ stroke-dashoffset: -100;
1719
+ stroke-linecap: round;
1720
+ }
1721
+ .loader-path-off[data-v-a0429592] {
1722
+ stroke-dasharray: 50, 200;
1723
+ stroke-dashoffset: -100;
1724
+ transition: opacity 0.3s;
1725
+ opacity: 0;
1726
+ }
1727
+ @keyframes fade-in-a0429592 {
1728
+ 0% {
1729
+ opacity: 0;
1730
+ }
1731
+ 70% {
1732
+ opacity: 0;
1733
+ }
1734
+ 100% {
1735
+ opacity: 1;
1736
+ }
1737
+ }
1738
+ @keyframes rotate-a0429592 {
1739
+ from {
1740
+ transform: scale(5) rotate(0deg);
1741
+ }
1742
+ to {
1743
+ transform: scale(5) rotate(360deg);
1744
+ }
1745
+ }
1746
+
1747
+ .flow-button[data-v-a16ecce0] {
1748
+ display: flex;
1749
+ align-items: center;
1750
+ justify-content: center;
1751
+ z-index: 1;
1752
+ position: relative;
1753
+ appearance: none;
1754
+ -webkit-appearance: none;
1755
+ height: 40px;
1756
+ padding: 0px 24px;
1757
+ border-radius: var(--scalar-api-reference-theme-radius);
1758
+ color: var(--scalar-api-reference-theme-button-1-color);
1759
+ font-size: var(--scalar-api-reference-theme-font-size-4);
1760
+ font-weight: 500;
1761
+ cursor: pointer;
1762
+ background: var(--scalar-api-reference-theme-button-1);
1763
+ border: none;
1764
+ width: 100%;
1765
+ box-shadow: rgba(0, 0, 0, 0.09) 0px 1px 4px;
1766
+ }
1767
+ .flow-button[data-v-a16ecce0]:hover,
1768
+ .flow-button[data-v-a16ecce0]:focus-visible {
1769
+ background: var(--scalar-api-reference-theme-button-1-hover);
1770
+ }
1771
+ .flow-button[data-v-a16ecce0]:active {
1772
+ box-shadow: none;
1773
+ background: var(--scalar-api-reference-theme-button-1);
1774
+ }
1775
+ .flow-button[disabled][data-v-a16ecce0] {
1776
+ background: var(--scalar-api-reference-theme-background-2);
1777
+ color: var(--scalar-api-reference-theme-color-3);
1778
+ cursor: unset;
1779
+ box-shadow: none;
1780
+ }
1781
+ .flow-button.flow-button-icon-only[data-v-a16ecce0] {
1782
+ width: 24px;
1783
+ height: 24px;
1784
+ padding: 0;
1785
+ }
1786
+
1787
+ /* ----------------------------------------------------- */
1788
+ .flow-button-outlined[data-v-a16ecce0] {
1789
+ background: var(--scalar-api-reference-theme-background-1);
1790
+ color: var(--scalar-api-reference-theme-color-1);
1791
+ padding: 11px 23px;
1792
+ border: var(--scalar-api-reference-theme-border);
1793
+ box-shadow: rgba(0, 0, 0, 0.09) 0px 1px 4px;
1794
+ }
1795
+ .flow-button-outlined[data-v-a16ecce0]:hover,
1796
+ .flow-button-outlined[data-v-a16ecce0]:focus-visible {
1797
+ background: var(--scalar-api-reference-theme-background-2);
1798
+ }
1799
+ .flow-button-outlined[data-v-a16ecce0]:active {
1800
+ background: var(--scalar-api-reference-theme-background-2);
1801
+ }
1802
+ .flow-button-outlined[disabled][data-v-a16ecce0] {
1803
+ background: var(--scalar-api-reference-theme-background-2);
1804
+ color: var(--scalar-api-reference-theme-color-3);
1805
+ cursor: unset;
1806
+ box-shadow: none;
1807
+ }
1808
+
1809
+ /* ----------------------------------------------------- */
1810
+ .flow-button-clear[data-v-a16ecce0] {
1811
+ background: transparent;
1812
+ box-shadow: none;
1813
+ color: var(--scalar-api-reference-theme-color-3);
1814
+ }
1815
+ .flow-button-clear[data-v-a16ecce0]:active {
1816
+ background: transparent;
1817
+ }
1818
+ .flow-button-clear[data-v-a16ecce0]:hover,
1819
+ .flow-button-clear[data-v-a16ecce0]:focus-visible {
1820
+ background: var(--scalar-api-reference-theme-background-2);
1821
+ box-shadow: none;
1822
+ }
1823
+ .flow-button-clear[disabled][data-v-a16ecce0] {
1824
+ background: var(--scalar-api-reference-theme-background-2);
1825
+ color: var(--scalar-api-reference-theme-color-3);
1826
+ cursor: unset;
1827
+ box-shadow: none;
1828
+ }
1829
+
1830
+ /* ----------------------------------------------------- */
1831
+ .flow-button-text[data-v-a16ecce0] {
1832
+ background: transparent;
1833
+ box-shadow: none;
1834
+ color: var(--scalar-api-reference-theme-color-3);
1835
+ }
1836
+ .flow-button-text[data-v-a16ecce0]:active {
1837
+ background: transparent;
1838
+ }
1839
+ .flow-button-text[data-v-a16ecce0]:hover,
1840
+ .flow-button-text[data-v-a16ecce0]:focus-visible {
1841
+ color: var(--scalar-api-reference-theme-color-2);
1842
+ background: transparent;
1843
+ box-shadow: none;
1844
+ }
1845
+ .flow-button-text[disabled][data-v-a16ecce0] {
1846
+ background: transparent;
1847
+ color: var(--scalar-api-reference-theme-color-ghost);
1848
+ cursor: unset;
1849
+ box-shadow: none;
1850
+ }
1851
+
1852
+ /* ----------------------------------------------------- */
1853
+ .flow-button--delete[data-v-a16ecce0] {
1854
+ background: var(--scalar-api-reference-theme-error-color);
1855
+ color: white;
1856
+ }
1857
+ .flow-button--delete[data-v-a16ecce0]:active {
1858
+ background: var(--scalar-api-reference-theme-error-color);
1859
+ }
1860
+ .flow-button--delete[data-v-a16ecce0]:hover {
1861
+ background: var(--scalar-api-reference-theme-error-color);
1862
+ opacity: 0.86;
1863
+ }
1864
+
1865
+ /* ----------------------------------------------------- */
1866
+ .flow-button-loader[data-v-a16ecce0] {
1867
+ position: absolute;
1868
+ right: 8px;
1869
+ }
1870
+ .flow-button-decorator[data-v-a16ecce0] {
1871
+ margin-right: 9px;
1872
+ color: currentColor;
1873
+ display: flex;
1874
+ align-items: center;
1875
+ height: 14px;
1876
+ width: 14px;
1877
+ }
1878
+ .flow-button-icon-only .flow-button-decorator[data-v-a16ecce0] {
1879
+ margin-right: 0;
1880
+ }
1881
+
1882
+ .action-menu[data-v-ef4aac03] {
1883
+ position: absolute;
1884
+ top: 5px;
1885
+ right: 5px;
1886
+ display: flex;
1887
+ gap: 6px;
1888
+ }
1889
+ /**
1890
+ * Some awkwardness to make the dropdown buttons hidden when not hovered
1891
+ * but still show when the panel is open and focused
1892
+ */
1893
+ .action-menu[data-v-ef4aac03] .button-wrapper button {
1894
+ /* Hide the icons by default */
1895
+ opacity: 0;
1896
+ width: 20px;
1897
+ height: 20px;
1898
+ padding: 4px;
1899
+ }
1900
+ .action-menu[data-v-ef4aac03]:hover .button-wrapper button,
1901
+ .action-menu[data-v-ef4aac03] .button-wrapper button:hover,
1902
+ .sidebar-heading:hover ~ .action-menu[data-v-ef4aac03] .button-wrapper button,
1903
+ .action-menu[data-v-ef4aac03] .button-wrapper button[aria-expanded='true'] {
1904
+ opacity: 1;
1905
+ }
1906
+ .sidebar-heading[data-v-ef4aac03]:has(~ .action-menu:hover) {
1907
+ /* prettier-ignore */
1908
+ color: var(--scalar-api-reference-sidebar-color-1, var(--scalar-api-reference-theme-color-1));
1909
+ /* prettier-ignore */
1910
+ background: var(--scalar-api-reference-sidebar-item-hover-background, var(--scalar-api-reference-theme-background-3));
1911
+ }
1912
+
1913
+ .sidebar {
1914
+ --theme-sidebar-indent-base: 6px;
1915
+ /* prettier-ignore */
1916
+ background: var(--scalar-api-reference-sidebar-background-1, var(--scalar-api-reference-theme-background-1));
1917
+ }
1918
+
1919
+ /* ----------------------------------------------------- */
1920
+ /* Main sidebar styles */
1921
+ .sidebar {
1922
+ flex: 1;
1923
+ height: 100%;
1924
+ display: flex;
1925
+ flex-direction: column;
1926
+ /* prettier-ignore */
1927
+ background: var(--scalar-api-reference-sidebar-background-1, var(--scalar-api-reference-theme-background-1));
1928
+ --sidebar-level: 0;
1929
+ }
1930
+ .pages {
1931
+ padding-top: 9px;
1932
+ padding-bottom: 9px;
1933
+ }
1934
+ .sidebar-group {
1935
+ list-style: none;
1936
+ width: 100%;
1937
+ }
1938
+ .sidebar-heading {
1939
+ display: flex;
1940
+ gap: 6px;
1941
+
1942
+ /* prettier-ignore */
1943
+ color: var(--scalar-api-reference-sidebar-color-2, var(--scalar-api-reference-theme-color-2));
1944
+ font-size: var(--scalar-api-reference-theme-mini);
1945
+ font-weight: var(--scalar-api-reference-theme-semibold);
1946
+ word-break: break-word;
1947
+ line-height: 1.385;
1948
+ display: flex;
1949
+ align-items: center;
1950
+ max-width: 100%;
1951
+ position: relative;
1952
+ cursor: pointer;
1953
+ /* prettier-ignore */
1954
+ border-radius: 0 var(--scalar-api-reference-theme-radius) var(--scalar-api-reference-theme-radius) 0;
1955
+ flex: 1;
1956
+ padding-right: 12px;
1957
+ user-select: none;
1958
+ }
1959
+
1960
+ /* Folder/page collapse icon */
1961
+ .toggle-nested-icon {
1962
+ border: none;
1963
+ position: absolute !important;
1964
+ left: 2px;
1965
+ top: 50%;
1966
+ transform: translateY(-50%);
1967
+ color: currentColor;
1968
+ }
1969
+ .toggle-nested-icon:hover,
1970
+ .toggle-nested-icon:focus-visible {
1971
+ color: currentColor;
1972
+ filter: drop-shadow(0 0.125px 0 currentColor)
1973
+ drop-shadow(0 -0.125px 0 currentColor);
1974
+ }
1975
+
1976
+ /* We indent each level of nesting further */
1977
+ .sidebar-indent-nested .sidebar-heading {
1978
+ /* prettier-ignore */
1979
+ padding-left: calc((var(--sidebar-level) * var(--theme-sidebar-indent-base)) + 24px) !important;
1980
+ }
1981
+
1982
+ /* Collapse/expand icons must also be offset */
1983
+ .sidebar-indent-nested .sidebar-heading .toggle-nested-icon {
1984
+ /* prettier-ignore */
1985
+ left: calc((var(--sidebar-level) * var(--theme-sidebar-indent-base)) + 2px) !important;
1986
+ }
1987
+ .sidebar-heading-link {
1988
+ padding-right: 12px;
1989
+ padding: 6px 0;
1990
+ display: flex;
1991
+ align-items: center;
1992
+ }
1993
+
1994
+ /* Sidebar link icon */
1995
+ .link-icon {
1996
+ position: relative;
1997
+ left: 4px;
1998
+ }
1999
+ .sidebar-icon {
2000
+ display: flex;
2001
+ align-items: center;
2002
+ justify-content: center;
2003
+ margin-right: 6px;
2004
+
2005
+ width: 13px;
2006
+ height: 13px;
2007
+ }
2008
+ .sidebar-icon > svg {
2009
+ width: 13px;
2010
+ height: 13px;
2011
+ }
2012
+ .sidebar-heading:hover {
2013
+ /* prettier-ignore */
2014
+ color: var(--scalar-api-reference-sidebar-color-1, var(--scalar-api-reference-theme-color-1));
2015
+ /* prettier-ignore */
2016
+ background: var(--scalar-api-reference-sidebar-item-hover-background, var(--scalar-api-reference-theme-background-3));
2017
+ }
2018
+ .active_page.sidebar-heading:hover,
2019
+ .active_page.sidebar-heading,
2020
+ .marc_active .sidebar-heading {
2021
+ /* prettier-ignore */
2022
+ background: var(--sidebar-item-active-background, var(--scalar-api-reference-theme-background-3)) !important;
2023
+ /* prettier-ignore */
2024
+ color: var(--scalar-api-reference-sidebar-color-active, var(--scalar-api-reference-theme-color-accent)) !important;
2025
+ }
2026
+ .sidebar-group-item {
2027
+ position: relative;
2028
+ }
2029
+
2030
+ /* Change font colors and weights for nested items */
2031
+ .sidebar-indent-nested .sidebar-heading {
2032
+ /* prettier-ignore */
2033
+ color: var(--scalar-api-reference-sidebar-color-1, var(--scalar-api-reference-theme-color-1));
2034
+ }
2035
+ .sidebar-indent-nested .sidebar-indent-nested .sidebar-heading {
2036
+ /* prettier-ignore */
2037
+ color: var(--scalar-api-reference-sidebar-color-2, var(--scalar-api-reference-theme-color-2));
2038
+ }
2039
+ .sidebar-indent-nested > div:has(.active_page) .sidebar-heading {
2040
+ font-weight: var(--scalar-api-reference-theme-bold);
2041
+ }
2042
+ .sidebar-mobile-header {
2043
+ display: flex;
2044
+ align-items: center;
2045
+ gap: 12px;
2046
+ height: 100%;
2047
+ width: 100%;
2048
+ padding: 0 6px;
2049
+ }
2050
+ .sidebar-mobile-breadcrumbs {
2051
+ flex: 1;
2052
+ min-width: 0;
2053
+ overflow: hidden;
2054
+ white-space: nowrap;
2055
+ text-overflow: ellipsis;
2056
+ font-size: var(--scalar-api-reference-theme-small);
2057
+ font-weight: var(--scalar-api-reference-theme-semibold);
2058
+ }
2059
+ .sidebar-mobile-actions {
2060
+ display: flex;
2061
+ flex-direction: row;
2062
+ gap: 4px;
2063
+ height: 24px;
2064
+ align-items: center;
2065
+ padding: 0 4px;
2066
+ }
2067
+ .sidebar-mobile-actions .sidebar-mobile-darkmode-toggle {
2068
+ height: 16px;
2069
+ width: 16px;
2070
+ }
2071
+ @media (max-width: 1000px) {
2072
+ .sidebar {
2073
+ min-height: 0;
2074
+ }
2075
+ .pages {
2076
+ padding-top: 12px;
2077
+ }
2078
+ }
2079
+ @media (max-width: 500px) {
2080
+ .header-item-link.header-item-active,
2081
+ .sidebar-section,
2082
+ .sidebar-heading {
2083
+ font-size: var(--scalar-api-reference-theme-mini);
2084
+ }
2085
+ }
2086
+
2087
+ .scalar-api-client__container .scalar-api-client[data-v-6a66e463] {
2088
+ width: calc(100% - var(--scalar-api-reference-theme-sidebar-width));
2089
+ }
2090
+ .scalar-api-client__container[data-v-6a66e463] {
2091
+ position: absolute;
2092
+ right: 0;
2093
+ left: 0;
2094
+ bottom: 0;
2095
+ top: 0;
2096
+ z-index: 9;
2097
+ border-radius: 0;
2098
+ box-shadow: none;
2099
+ opacity: 1;
2100
+ overflow: hidden;
2101
+ pointer-events: all;
2102
+ background: var(--scalar-api-reference-theme-background-1) !important;
2103
+ border-radius: var(--scalar-api-reference-theme-radius);
2104
+ box-shadow: var(--scalar-api-reference-theme-shadow-1);
2105
+ height: 100%;
2106
+ overflow: hidden;
2107
+ display: flex;
2108
+ flex-direction: column;
2109
+ }
2110
+ @media screen and (max-width: 1265px) {
2111
+ .scalar-api-client__container[data-v-6a66e463] {
2112
+ width: 100vw !important;
2113
+ }
2114
+ }
2115
+ .scalar-api-client__navigation[data-v-6a66e463] {
2116
+ width: 100%;
2117
+ display: flex;
2118
+ align-items: center;
2119
+ padding: 11px 12px;
2120
+ height: var(--scalar-api-reference-theme-header-height);
2121
+ background-color: var(--scalar-api-reference-theme-background-1);
2122
+ z-index: 10;
2123
+ position: sticky;
2124
+ border-bottom: var(--scalar-api-reference-theme-border);
2125
+ top: 0;
2126
+ }
2127
+ .scalar-api-client__close[data-v-6a66e463] {
2128
+ appearance: none;
2129
+ border: none;
2130
+ outline: none;
2131
+ display: flex;
2132
+ align-items: center;
2133
+ background: transparent;
2134
+ font-size: 14px;
2135
+ color: var(--scalar-api-reference-theme-color-1);
2136
+ font-weight: var(--scalar-api-reference-theme-semibold);
2137
+ }
2138
+ .scalar-api-client__close[data-v-6a66e463]:hover {
2139
+ cursor: pointer;
2140
+ }
2141
+ /*
2142
+ TODO: Markup is missing
2143
+ .scalar-api-client__close__icon {
2144
+ width: 28px;
2145
+ height: 28px;
2146
+ border-radius: var(--scalar-api-reference-theme-radius);
2147
+ margin-right: 12px;
2148
+ display: flex;
2149
+ justify-content: center;
2150
+ align-items: center;
2151
+ color: var(--scalar-api-reference-theme-color-2);
2152
+ }
2153
+ .scalar-api-client__close__icon:hover {
2154
+ background: var(--scalar-api-reference-theme-background-2);
2155
+ }
2156
+ .scalar-api-client__close__icon svg {
2157
+ width: 12px;
2158
+ height: 12px;
2159
+ transform: rotate(180deg);
2160
+ } */
2161
+ .api-client-drawer[data-v-6a66e463] {
2162
+ background: var(--scalar-api-reference-theme-background-1);
2163
+ height: calc(100vh - 58px);
2164
+ width: calc(100vw - 8px);
2165
+ border-radius: 12px;
2166
+ overflow: hidden;
2167
+ visibility: visible;
2168
+ position: fixed;
2169
+ bottom: 4px;
2170
+ left: 4px;
2171
+ z-index: 9999;
2172
+ opacity: 0;
2173
+ animation: apiclientfadein-6a66e463 0.35s forwards;
2174
+ }
2175
+ @keyframes apiclientfadein-6a66e463 {
2176
+ from {
2177
+ transform: translate3d(0, 20px, 0) scale(0.985);
2178
+ opacity: 0;
2179
+ }
2180
+ to {
2181
+ transform: translate3d(0, 0, 0) scale(1);
2182
+ opacity: 1;
2183
+ }
2184
+ }
2185
+ .api-client-drawer-exit[data-v-6a66e463] {
2186
+ position: fixed;
2187
+ top: 0;
2188
+ left: 0;
2189
+ width: 100vw;
2190
+ height: 100vh;
2191
+ background: rgba(0, 0, 0, 0.44);
2192
+ transition: all 0.3s ease-in-out;
2193
+ z-index: 9998;
2194
+ cursor: pointer;
2195
+ animation: drawerexitfadein-6a66e463 0.35s forwards;
2196
+ }
2197
+ @keyframes drawerexitfadein-6a66e463 {
2198
+ from {
2199
+ opacity: 0;
2200
+ }
2201
+ to {
2202
+ opacity: 1;
2203
+ }
2204
+ }
2205
+ .scalar-api-client-height[data-v-6a66e463] {
2206
+ height: 100%;
2207
+ }
2208
+ .scalar-api-client-height .sidebar[data-v-6a66e463] {
2209
+ flex: 1 1 0%;
2210
+ flex-grow: 1;
2211
+ flex-shrink: 1;
2212
+ flex-basis: 0%;
2213
+ height: 100%;
2214
+ display: flex;
2215
+ flex-direction: column;
2216
+ width: var(--scalar-api-reference-theme-sidebar-width);
2217
+ border-right: 1px solid var(--scalar-api-reference-theme-border-color);
2218
+ }
2219
+
2220
+ .card[data-v-e5ef986e] {
2221
+ border-radius: var(--scalar-api-reference-theme-radius-lg);
2222
+ overflow: hidden;
2223
+ border: 1px solid var(--scalar-api-reference-theme-border-color);
2224
+ }
2225
+
2226
+ .card-content[data-v-4e5036a1] {
2227
+ overflow: auto;
2228
+ padding: 10px 12px;
2229
+ border-bottom: 1px solid var(--scalar-api-reference-theme-border-color);
2230
+ }
2231
+ .card-content[data-v-4e5036a1]:last-of-type,
2232
+ .card-content.card--borderless[data-v-4e5036a1] {
2233
+ border-bottom: none;
2234
+ }
2235
+ .card--muted[data-v-4e5036a1] {
2236
+ background: var(--scalar-api-reference-theme-background-2);
2237
+ }
2238
+ .card--frameless[data-v-4e5036a1] {
2239
+ padding: 0;
2240
+ }
2241
+
2242
+ .card-header[data-v-7ae5e9f2] {
2243
+ font-weight: var(--scalar-api-reference-theme-semibold);
2244
+ font-size: var(--scalar-api-reference-theme-mini);
2245
+ color: var(--scalar-api-reference-theme-color-3);
2246
+ }
2247
+ .card-header-title[data-v-7ae5e9f2] {
2248
+ text-transform: uppercase;
2249
+ }
2250
+ .card-header-slots[data-v-7ae5e9f2] {
2251
+ display: flex;
2252
+ justify-content: space-between;
2253
+ align-items: center;
2254
+ }
2255
+ .card-header-actions[data-v-7ae5e9f2] {
2256
+ display: flex;
2257
+ align-items: center;
2258
+ }
2259
+
2260
+ .card-footer[data-v-37cb0437] {
2261
+ border-top: 1px solid var(--scalar-api-reference-theme-border-color);
2262
+ }
2263
+
2264
+ .tab-list[data-v-d1f27904] {
2265
+ display: flex;
2266
+ gap: 6px;
2267
+ position: relative;
2268
+ }
2269
+
2270
+ .tab[data-v-9c502887] {
2271
+ background: none;
2272
+ border: none;
2273
+ font-size: var(--scalar-api-reference-theme-font-size-4);
2274
+ font-family: var(--scalar-api-reference-font-sans);
2275
+ color: var(--scalar-api-reference-theme-color-2);
2276
+ font-weight: var(--scalar-api-reference-theme-semibold);
2277
+ cursor: pointer;
2278
+ }
2279
+ .tab-selected[data-v-9c502887] {
2280
+ color: var(--scalar-api-reference-theme-color-1);
2281
+ text-decoration: underline;
2282
+ text-underline-offset: 12px;
2283
+ }
2284
+
2285
+ .markdown[data-v-fde3f50e] * {
2286
+ margin-top: 12px;
2287
+ }
2288
+ .markdown[data-v-fde3f50e] h1,
2289
+ .markdown[data-v-fde3f50e] h2,
2290
+ .markdown[data-v-fde3f50e] h3,
2291
+ .markdown[data-v-fde3f50e] h4,
2292
+ .markdown[data-v-fde3f50e] h5,
2293
+ .markdown[data-v-fde3f50e] h6 {
2294
+ font-size: var(--font-size);
2295
+ margin: 12px 0 6px;
2296
+ }
2297
+ .markdown[data-v-fde3f50e] p {
2298
+ font-size: var(--font-size, var(--scalar-api-reference-theme-paragraph));
2299
+ /* prettier-ignore */
2300
+ color: var(--scalar-api-reference-font-color, var(--scalar-api-reference-theme-color-1));
2301
+ font-weight: var(--font-weight, var(--scalar-api-reference-theme-regular));
2302
+ line-height: 1.5;
2303
+ }
2304
+ .markdown[data-v-fde3f50e] ul,
2305
+ .markdown[data-v-fde3f50e] ol {
2306
+ padding-left: 24px;
2307
+ line-height: 1.5;
2308
+ margin: 12px 0;
2309
+ }
2310
+ .markdown[data-v-fde3f50e] ul.contains-task-list {
2311
+ list-style: none;
2312
+ padding-left: 0;
2313
+ }
2314
+ .markdown[data-v-fde3f50e] li {
2315
+ margin: 6px 0;
2316
+ }
2317
+ .markdown[data-v-fde3f50e] code {
2318
+ font-family: var(--scalar-api-reference-theme-font-code);
2319
+ background-color: var(--scalar-api-reference-theme-background-2);
2320
+ box-shadow: 0 0 0 1px var(--scalar-api-reference-theme-border-color);
2321
+ font-size: var(--scalar-api-reference-theme-mini);
2322
+ border-radius: 2px;
2323
+ padding: 0 3px;
2324
+ }
2325
+ .markdown[data-v-fde3f50e] pre code {
2326
+ display: block;
2327
+ white-space: pre;
2328
+ padding: 3px;
2329
+ margin: 12px 0;
2330
+ -webkit-overflow-scrolling: touch;
2331
+ overflow-x: scroll;
2332
+ max-width: 100%;
2333
+ min-width: 100px;
2334
+ }
2335
+ .markdown[data-v-fde3f50e] blockquote {
2336
+ border-left: 3px solid var(--scalar-api-reference-theme-border-color);
2337
+ padding-left: 12px;
2338
+ }
2339
+ .markdown[data-v-fde3f50e] table {
2340
+ position: relative;
2341
+ border-collapse: collapse;
2342
+ table-layout: fixed;
2343
+ width: 100%;
2344
+ margin: 0;
2345
+ overflow: hidden;
2346
+ box-shadow: 0 0 0 1px var(--scalar-api-reference-theme-border-color);
2347
+ border-radius: var(--scalar-api-reference-theme-radius);
2348
+ }
2349
+ .markdown[data-v-fde3f50e] td,
2350
+ .markdown[data-v-fde3f50e] th {
2351
+ min-width: 1em;
2352
+ padding: 6px;
2353
+ vertical-align: top;
2354
+ box-sizing: border-box;
2355
+ position: relative;
2356
+ word-break: break-all;
2357
+ border-right: var(--scalar-api-reference-theme-border);
2358
+ border-bottom: var(--scalar-api-reference-theme-border);
2359
+ }
2360
+ .markdown[data-v-fde3f50e] td > *,
2361
+ .markdown[data-v-fde3f50e] th > * {
2362
+ margin-bottom: 0;
2363
+ }
2364
+ .markdown.parameter-description[data-v-fde3f50e] p {
2365
+ font-size: var(--scalar-api-reference-theme-small);
2366
+ color: var(--scalar-api-reference-theme-color-2);
2367
+ line-height: initial;
2368
+ }
2369
+ .markdown[data-v-fde3f50e] td:first-of-type,
2370
+ .markdown[data-v-fde3f50e] th:first-of-type {
2371
+ border-left: none;
2372
+ }
2373
+ .markdown[data-v-fde3f50e] td:last-of-type,
2374
+ .markdown[data-v-fde3f50e] th:last-of-type {
2375
+ border-right: none;
2376
+ }
2377
+ .markdown[data-v-fde3f50e] tr:last-of-type td {
2378
+ border-bottom: none;
2379
+ }
2380
+ .markdown[data-v-fde3f50e] th {
2381
+ font-weight: bold !important;
2382
+ text-align: left;
2383
+ border-left-color: transparent;
2384
+ background: var(--scalar-api-reference-theme-background-2);
2385
+ }
2386
+
2387
+ .base-url[data-v-8468a282] {
2388
+ color: var(--scalar-api-reference-theme-color-2);
2389
+ font-size: var(--scalar-api-reference-theme-mini);
2390
+ cursor: pointer;
2391
+ display: flex;
2392
+ font-family: var(--scalar-api-reference-theme-font-code);
2393
+ flex-direction: column;
2394
+ }
2395
+
2396
+ .client-libraries-content[data-v-088c39b8] {
2397
+ display: flex;
2398
+ justify-content: center;
2399
+ gap: 6px;
2400
+ padding: 0 12px;
2401
+ }
2402
+ .code-languages[data-v-088c39b8] {
2403
+ display: flex;
2404
+ align-items: center;
2405
+ justify-content: center;
2406
+ flex-direction: column;
2407
+ max-width: 68px;
2408
+ width: 100%;
2409
+ padding: 12px 0;
2410
+ position: relative;
2411
+ cursor: pointer;
2412
+ white-space: nowrap;
2413
+ }
2414
+ /* remove php and c on mobile */
2415
+ @media screen and (max-width: 450px) {
2416
+ .code-languages[data-v-088c39b8]:nth-of-type(4),
2417
+ .code-languages[data-v-088c39b8]:nth-of-type(6) {
2418
+ display: none;
2419
+ }
2420
+ }
2421
+ .code-languages-icon[data-v-088c39b8] {
2422
+ max-width: 48px;
2423
+ width: 100%;
2424
+ max-height: 48px;
2425
+ aspect-ratio: 1;
2426
+ border-radius: 12px;
2427
+ padding: 7px;
2428
+ display: flex;
2429
+ align-items: center;
2430
+ color: #fff;
2431
+ justify-content: center;
2432
+ }
2433
+ .code-languages-icon__shell[data-v-088c39b8] {
2434
+ background: #000;
2435
+ box-shadow: 0 0 0 1px var(--scalar-api-reference-theme-border-color);
2436
+ }
2437
+ .code-languages-icon__ruby[data-v-088c39b8] {
2438
+ background: #d91404;
2439
+ }
2440
+ .code-languages-icon__php[data-v-088c39b8] {
2441
+ background: #6181b6;
2442
+ }
2443
+ .code-languages-icon__python[data-v-088c39b8] {
2444
+ background: #306998;
2445
+ }
2446
+ .code-languages-icon__more[data-v-088c39b8] {
2447
+ background: var(--scalar-api-reference-theme-background-3);
2448
+ }
2449
+ .code-languages-icon__node[data-v-088c39b8] {
2450
+ background: #83cd29;
2451
+ }
2452
+ .code-languages-icon__c[data-v-088c39b8] {
2453
+ background: #03599c;
2454
+ }
2455
+ .code-languages-icon__csharp[data-v-088c39b8] {
2456
+ background: #68217a;
2457
+ }
2458
+ .code-languages-icon__cplusplus[data-v-088c39b8] {
2459
+ background: #9c033a;
2460
+ }
2461
+ .code-languages-icon__clojure[data-v-088c39b8] {
2462
+ background: #5881d8;
2463
+ }
2464
+ .code-languages-icon__go[data-v-088c39b8] {
2465
+ background: #00acd7;
2466
+ }
2467
+ .code-languages-icon__http[data-v-088c39b8] {
2468
+ background: #005b9b;
2469
+ }
2470
+ .code-languages-icon__java[data-v-088c39b8] {
2471
+ background: #ea2d2e;
2472
+ }
2473
+ .code-languages-icon__javascript[data-v-088c39b8] {
2474
+ background: #f0db4f;
2475
+ }
2476
+ .code-languages-icon__kotlin[data-v-088c39b8] {
2477
+ background: #7f6cb1;
2478
+ }
2479
+ .code-languages-icon__objc[data-v-088c39b8] {
2480
+ background: #0b5a9d;
2481
+ }
2482
+ .code-languages-icon__ocaml[data-v-088c39b8] {
2483
+ background: #f29100;
2484
+ }
2485
+ .code-languages-icon__powershell[data-v-088c39b8] {
2486
+ background: #2671be;
2487
+ }
2488
+ .code-languages-icon__r[data-v-088c39b8] {
2489
+ background: #cbced0;
2490
+ }
2491
+ .code-languages-icon__swift[data-v-088c39b8] {
2492
+ background: #f05138;
2493
+ }
2494
+ .code-languages__loading .code-languages-icon[data-v-088c39b8]:before {
2495
+ border: 1px solid rgba(255, 255, 255, 0.44);
2496
+ border-top: 1px solid white;
2497
+ animation: codeloader-088c39b8 0.45s linear infinite;
2498
+ background: transparent;
2499
+ width: 18px;
2500
+ height: 18px;
2501
+ content: '';
2502
+ border-radius: 50%;
2503
+ }
2504
+ .code-languages__loading .code-languages-icon svg[data-v-088c39b8] {
2505
+ display: none;
2506
+ }
2507
+ .code-languages__active[data-v-088c39b8]:after {
2508
+ content: '';
2509
+ position: absolute;
2510
+ bottom: 0;
2511
+ height: 2px;
2512
+ width: 100%;
2513
+ background: var(--scalar-api-reference-theme-color-1);
2514
+ }
2515
+ @keyframes codeloader-088c39b8 {
2516
+ 0% {
2517
+ transform: rotate(0deg);
2518
+ }
2519
+ to {
2520
+ transform: rotate(1turn);
2521
+ }
2522
+ }
2523
+ .code-languages span[data-v-088c39b8] {
2524
+ margin-top: 3px;
2525
+ color: var(--scalar-api-reference-theme-color-2);
2526
+ font-size: var(--scalar-api-reference-theme-mini);
2527
+ }
2528
+ .code-languages__active span[data-v-088c39b8] {
2529
+ color: var(--scalar-api-reference-theme-color-1);
2530
+ }
2531
+ .code-languages__select select[data-v-088c39b8] {
2532
+ opacity: 0;
2533
+ width: 100%;
2534
+ height: 100%;
2535
+ position: absolute;
2536
+ top: 0;
2537
+ left: 0;
2538
+ cursor: pointer;
2539
+ }
2540
+ .code-languages__select span[data-v-088c39b8] {
2541
+ position: relative;
2542
+ display: flex;
2543
+ align-items: center;
2544
+ }
2545
+ .code-languages__select span[data-v-088c39b8]:after {
2546
+ content: '';
2547
+ width: 8px;
2548
+ height: 8px;
2549
+ background: var(--scalar-api-reference-theme-background-1);
2550
+ box-shadow: 1px 1px 0 currentColor;
2551
+ display: block;
2552
+ transform: rotate(45deg);
2553
+ margin-left: 5px;
2554
+ margin-top: -7px;
2555
+ }
2556
+
2557
+ .heading[data-v-5029adb6] {
2558
+ margin-top: 0px !important;
2559
+ }
2560
+ .loading[data-v-5029adb6] {
2561
+ background: var(--scalar-api-reference-theme-background-2);
2562
+ animation: loading-skeleton-5029adb6 2s infinite alternate;
2563
+ border-radius: var(--scalar-api-reference-theme-radius);
2564
+ }
2565
+ .heading.loading[data-v-5029adb6] {
2566
+ width: 80%;
2567
+ }
2568
+ .tag-description .loading[data-v-5029adb6] {
2569
+ height: 20px;
2570
+ margin-bottom: 4px;
2571
+ width: 100%;
2572
+ display: inline-block;
2573
+ }
2574
+ .tag-description .loading[data-v-5029adb6]:first-of-type {
2575
+ margin-top: 12px;
2576
+ }
2577
+ .tag-description .loading[data-v-5029adb6]:last-of-type {
2578
+ width: 40%;
2579
+ }
2580
+ @keyframes loading-skeleton-5029adb6 {
2581
+ from {
2582
+ background: var(--scalar-api-reference-theme-background-2);
2583
+ }
2584
+ to {
2585
+ background: var(--scalar-api-reference-theme-background-3);
2586
+ }
2587
+ }
2588
+
2589
+ .parameter p {
2590
+ margin-top: 6px;
2591
+ }
2592
+ .parameter .parameter-child {
2593
+ border: var(--scalar-api-reference-theme-border);
2594
+ border-radius: 20px;
2595
+ margin-top: 12px;
2596
+ width: fit-content;
2597
+ }
2598
+ .parameter .parameter {
2599
+ border: none !important;
2600
+ }
2601
+ .parameter-child-trigger {
2602
+ padding: 6px 12px;
2603
+ cursor: pointer;
2604
+ font-weight: 500;
2605
+ color: var(--scalar-api-reference-theme-color-3);
2606
+ font-size: var(--scalar-api-reference-theme-mini);
2607
+ display: flex;
2608
+ align-items: center;
2609
+ user-select: none;
2610
+ }
2611
+ .parameter-child-trigger:has(+ .parameter li:first-of-type:last-of-type) {
2612
+ display: none;
2613
+ }
2614
+ .parameter-child-trigger:hover {
2615
+ color: var(--scalar-api-reference-theme-color-1);
2616
+ }
2617
+ .parameter-child-trigger > span:before {
2618
+ content: 'Show ';
2619
+ }
2620
+ .parameter-child__open > .parameter-child-trigger span:before {
2621
+ content: 'Hide ';
2622
+ }
2623
+ .parameter-child-trigger svg {
2624
+ height: 10px;
2625
+ width: 10px;
2626
+ margin-right: 6px;
2627
+ }
2628
+ .parameter-child__open .parameter-child-trigger svg {
2629
+ transform: rotate(45deg);
2630
+ }
2631
+ .parameter .parameter li:first-of-type {
2632
+ border-top: none;
2633
+ }
2634
+ .parameter .parameter li {
2635
+ padding: 12px;
2636
+ }
2637
+ .parameter-child__open > .parameter {
2638
+ display: block;
2639
+ }
2640
+ .parameter .parameter-child__open {
2641
+ width: 100%;
2642
+ border-radius: 6px;
2643
+ }
2644
+ .parameter .parameter-child__open > svg {
2645
+ transform: rotate(45deg);
2646
+ }
2647
+ .parameter-child__open > .parameter-child-trigger {
2648
+ border-bottom: var(--scalar-api-reference-theme-border);
2649
+ }
2650
+ .parameter {
2651
+ list-style: none;
2652
+ font-size: var(--scalar-api-reference-theme-small);
2653
+ }
2654
+ .parameter li {
2655
+ border-top: var(--scalar-api-reference-theme-border);
2656
+ padding: 12px 0;
2657
+ }
2658
+ .parameter-name {
2659
+ font-weight: 500;
2660
+ margin-right: 6px;
2661
+ font-family: var(--scalar-api-reference-theme-font-code);
2662
+ font-size: 13px;
2663
+ color: var(--scalar-api-reference-theme-color-1);
2664
+ }
2665
+ .parameter-type,
2666
+ .parameter-required {
2667
+ color: var(--scalar-api-reference-theme-color-3);
2668
+ font-weight: var(--themesemi);
2669
+ margin-right: 6px;
2670
+ position: relative;
2671
+ }
2672
+ .marc_required {
2673
+ text-transform: uppercase;
2674
+ font-size: 11px;
2675
+ font-weight: var(--scalar-api-reference-theme-bold);
2676
+ color: #ffb040;
2677
+ }
2678
+ .parameter-options {
2679
+ position: relative;
2680
+ }
2681
+ .copy .parameter-description:empty {
2682
+ display: none;
2683
+ }
2684
+
2685
+ .heading[data-v-4870ef25] {
2686
+ margin-top: 0px !important;
2687
+ }
2688
+ .tag-description[data-v-4870ef25] {
2689
+ margin-top: 12px;
2690
+ }
2691
+
2692
+ .request-method--post[data-v-16d3f7e7] {
2693
+ color: var(--scalar-api-reference-theme-post-color);
2694
+ }
2695
+ .request-method--patch[data-v-16d3f7e7] {
2696
+ color: var(--scalar-api-reference-theme-patch-color);
2697
+ }
2698
+ .request-method--get[data-v-16d3f7e7] {
2699
+ color: var(--scalar-api-reference-theme-get-color);
2700
+ }
2701
+ .request-method--delete[data-v-16d3f7e7] {
2702
+ color: var(--scalar-api-reference-theme-delete-color);
2703
+ }
2704
+ .request-method--put[data-v-16d3f7e7] {
2705
+ color: var(--scalar-api-reference-theme-put-color);
2706
+ }
2707
+ .request-path[data-v-16d3f7e7] {
2708
+ margin-left: 6px;
2709
+ color: var(--scalar-api-reference-theme-color-2);
2710
+ white-space: nowrap;
2711
+ overflow: hidden;
2712
+ cursor: default;
2713
+ text-overflow: ellipsis;
2714
+ text-transform: none !important;
2715
+ }
2716
+ .language-select[data-v-16d3f7e7] {
2717
+ position: relative;
2718
+ padding-right: 9px;
2719
+ border-right: 1px solid var(--scalar-api-reference-theme-border-color);
2720
+ }
2721
+ .language-select select[data-v-16d3f7e7] {
2722
+ border: none;
2723
+ outline: none;
2724
+ cursor: pointer;
2725
+ background: var(--scalar-api-reference-theme-background-3);
2726
+ box-shadow: -2px 0 0 0 var(--scalar-api-reference-theme-background-3);
2727
+ z-index: 2;
2728
+ position: absolute;
2729
+ top: 0;
2730
+ left: 0;
2731
+ width: 100%;
2732
+ height: 100%;
2733
+ opacity: 0;
2734
+ appearance: none;
2735
+ }
2736
+ .language-select span[data-v-16d3f7e7] {
2737
+ font-size: 12px;
2738
+ color: var(--scalar-api-reference-theme-color-3);
2739
+ font-weight: var(--scalar-api-reference-theme-semibold);
2740
+ display: flex;
2741
+ align-items: center;
2742
+ justify-content: center;
2743
+ }
2744
+ .language-select span[data-v-16d3f7e7]:after {
2745
+ content: '';
2746
+ width: 7px;
2747
+ height: 7px;
2748
+ transform: rotate(45deg) translate3d(-2px, -2px, 0);
2749
+ display: block;
2750
+ margin-left: 6px;
2751
+ box-shadow: 1px 1px 0 currentColor;
2752
+ }
2753
+ .language-select span[data-v-16d3f7e7]:hover {
2754
+ background: var(--scalar-api-reference-theme-background-2);
2755
+ }
2756
+ .copy-button[data-v-16d3f7e7] {
2757
+ appearance: none;
2758
+ -webkit-appearance: none;
2759
+ outline: none;
2760
+ background: transparent;
2761
+ display: flex;
2762
+ cursor: pointer;
2763
+ color: var(--scalar-api-reference-theme-color-3);
2764
+ margin-left: 6px;
2765
+ border: none;
2766
+ border-radius: 3px;
2767
+ &[data-v-16d3f7e7]:hover {
2768
+ color: var(--scalar-api-reference-theme-color-1);
2769
+ }
2770
+ svg[data-v-16d3f7e7] {
2771
+ width: 13px;
2772
+ height: 13px;
2773
+ }
2774
+ }
2775
+ .show-api-client-button[data-v-16d3f7e7] {
2776
+ width: 100%;
2777
+ display: block;
2778
+ appearance: none;
2779
+ outline: none;
2780
+ border: none;
2781
+ border-radius: var(--scalar-api-reference-theme-radius-lg);
2782
+ height: 35px;
2783
+ display: flex;
2784
+ justify-content: center;
2785
+ cursor: pointer;
2786
+ align-items: center;
2787
+ font-weight: var(--scalar-api-reference-theme-bold);
2788
+ font-size: var(--scalar-api-reference-theme-micro);
2789
+ text-transform: uppercase;
2790
+ border: 1px solid currentColor;
2791
+ background: var(--scalar-api-reference-theme-button-1);
2792
+ color: var(--scalar-api-reference-theme-button-1-color);
2793
+ }
2794
+ .show-api-client-button[data-v-16d3f7e7]:hover {
2795
+ background: var(--scalar-api-reference-theme-button-1-hover);
2796
+ }
2797
+ .show-api-client-button svg[data-v-16d3f7e7] {
2798
+ height: 12px;
2799
+ width: auto;
2800
+ margin-right: 6px;
2801
+ }
2802
+ .request-method[data-v-16d3f7e7] {
2803
+ font-family: var(--scalar-api-reference-font-mono);
2804
+ }
2805
+ .request-path[data-v-16d3f7e7] {
2806
+ font-family: var(--scalar-api-reference-font-mono);
2807
+ }
2808
+
2809
+ .code-copy[data-v-4dd06750] {
2810
+ display: flex;
2811
+ appearance: none;
2812
+ -webkit-appearance: none;
2813
+ outline: none;
2814
+ background: transparent;
2815
+ cursor: pointer;
2816
+ color: var(--scalar-api-reference-theme-color-3);
2817
+ border: none;
2818
+ }
2819
+ .code-copy[data-v-4dd06750]:hover {
2820
+ color: var(--scalar-api-reference-theme-color-1);
2821
+ }
2822
+ .code-copy svg[data-v-4dd06750] {
2823
+ width: 13px;
2824
+ height: 13px;
2825
+ }
2826
+ .description[data-v-4dd06750] {
2827
+ font-weight: var(--scalar-api-reference-theme-semibold);
2828
+ font-size: var(--scalar-api-reference-theme-mini);
2829
+ }
2830
+ .scalar-api-reference__empty-state[data-v-4dd06750] {
2831
+ border: 1px dashed var(--scalar-api-reference-theme-border-color);
2832
+ width: 100%;
2833
+ text-align: center;
2834
+ font-size: var(--scalar-api-reference-theme-mini);
2835
+ padding: 20px;
2836
+ color: var(--scalar-api-reference-theme-color-2);
2837
+ }
2838
+
2839
+ .endpoints[data-v-b58016f4] {
2840
+ overflow: auto;
2841
+ background: var(--scalar-api-reference-theme-background-2);
2842
+ }
2843
+ .endpoints span + span[data-v-b58016f4] {
2844
+ text-align: left;
2845
+ margin-left: 12px;
2846
+ text-transform: initial;
2847
+ }
2848
+
2849
+ .scalar-logo-animation[data-v-16147dd7] {
2850
+ width: 38px;
2851
+ height: 38px;
2852
+ position: relative;
2853
+ display: flex;
2854
+ align-items: center;
2855
+ }
2856
+ .scalar-logo-animation .line[data-v-16147dd7]:before {
2857
+ content: '';
2858
+ width: 100%;
2859
+ height: 100%;
2860
+ background: #4c4316;
2861
+ display: block;
2862
+ position: absolute;
2863
+ }
2864
+ .scalar-logo-animation .line[data-v-16147dd7] {
2865
+ position: absolute;
2866
+ width: 100%;
2867
+ height: 1px;
2868
+ overflow: hidden;
2869
+ }
2870
+ .scalar-logo-animation .line-2[data-v-16147dd7] {
2871
+ transform: rotate(90deg);
2872
+ }
2873
+ .scalar-logo-animation .line-3[data-v-16147dd7] {
2874
+ transform: rotate(45deg);
2875
+ }
2876
+ .scalar-logo-animation .line-4[data-v-16147dd7] {
2877
+ transform: rotate(-45deg);
2878
+ }
2879
+ .scalar-logo-animation-load[data-v-16147dd7] {
2880
+ animation: rotate-16147dd7 2s linear infinite;
2881
+ }
2882
+ @keyframes rotate-16147dd7 {
2883
+ from {
2884
+ transform: rotate(0deg);
2885
+ }
2886
+ to {
2887
+ transform: rotate(360deg);
2888
+ }
2889
+ }
2890
+
2891
+ .render-loading[data-v-9f91593d] {
2892
+ height: calc(
2893
+ var(--scalar-api-reference-full-height) -
2894
+ var(--scalar-api-reference-theme-header-height)
2895
+ );
2896
+ display: flex;
2897
+ align-items: center;
2898
+ justify-content: center;
2899
+ }
2900
+ .show-more[data-v-9f91593d] {
2901
+ background: var(--scalar-api-reference-theme-background-1);
2902
+ appearance: none;
2903
+ border: none;
2904
+ border: 1px solid var(--scalar-api-reference-theme-border-color);
2905
+ margin: auto;
2906
+ padding: 8px 12px;
2907
+ border-radius: 30px;
2908
+ color: var(--scalar-api-reference-theme-color-1);
2909
+ font-weight: var(--scalar-api-reference-theme-semibold);
2910
+ font-size: var(--scalar-api-reference-theme-font-size-4);
2911
+ display: flex;
2912
+ align-items: center;
2913
+ justify-content: center;
2914
+ margin-top: -48px;
2915
+ margin-bottom: 48px;
2916
+ position: relative;
2917
+ }
2918
+ .show-more[data-v-9f91593d]:hover {
2919
+ color: var(--scalar-api-reference-theme-color-2);
2920
+ cursor: pointer;
2921
+ }
2922
+ .show-more-icon[data-v-9f91593d] {
2923
+ width: 14px;
2924
+ height: 14px;
2925
+ margin-left: 3px;
2926
+ }
2927
+ .show-more[data-v-9f91593d]:active {
2928
+ box-shadow: 0 0 0 1px var(--scalar-api-reference-theme-border-color);
2929
+ }
2930
+ @media (max-width: 1165px) {
2931
+ .show-more[data-v-9f91593d] {
2932
+ margin-top: -24px;
2933
+ margin-bottom: 24px;
2934
+ }
2935
+ }
2936
+ .scalar-api-reference,
2937
+ #headlessui-portal-root,
2938
+ .dark-mode {
2939
+ /** Fonts */
2940
+ --scalar-api-reference-font-sans: var(--theme-font);
2941
+ --scalar-api-reference-font-mono: var(--theme-font-code);
2942
+
2943
+ --scalar-api-reference-sidebar-border-color: var(--theme-border-color);
2944
+ --scalar-api-reference-theme-background-1: var(--theme-background-1);
2945
+ --scalar-api-reference-theme-background-2: var(--theme-background-2);
2946
+ --scalar-api-reference-theme-border-color: var(--theme-border-color);
2947
+ --scalar-api-reference-theme-border: var(--theme-border);
2948
+ --scalar-api-reference-theme-button-1-color: var(--theme-button-1-color);
2949
+ --scalar-api-reference-theme-button-1-hover: var(--theme-button-1-hover);
2950
+ --scalar-api-reference-theme-button-1: var(--theme-button-1);
2951
+ --scalar-api-reference-theme-color-1: var(--theme-color-1);
2952
+ --scalar-api-reference-theme-color-2: var(--theme-color-2);
2953
+ --scalar-api-reference-theme-color-3: var(--theme-color-3);
2954
+ --scalar-api-reference-theme-color-ghost: var(--theme-color-ghost);
2955
+ --scalar-api-reference-theme-error-color: var(--theme-error-color);
2956
+ --scalar-api-reference-theme-font-size-4: var(--theme-font-size-4);
2957
+ --scalar-api-reference-theme-header-height: var(--theme-header-height);
2958
+ --scalar-api-reference-theme-radius: var(--theme-radius);
2959
+ --scalar-api-reference-theme-semibold: var(--theme-semibold);
2960
+ --scalar-api-reference-theme-shadow-1: var(--theme-shadow-1);
2961
+ --scalar-api-reference-theme-sidebar-width: var(--theme-sidebar-width);
2962
+ --scalar-api-reference-theme-small: var(--theme-small);
2963
+ --scalar-api-reference-app-header-height: var(--app-header-height);
2964
+ --scalar-api-reference-col-width-1: var(--col-width-1);
2965
+ --scalar-api-reference-col-width-2: var(--col-width-2);
2966
+ --scalar-api-reference-col-width-3: var(--col-width-3);
2967
+ --scalar-api-reference-document-height: var(--document-height);
2968
+ --scalar-api-reference-font-color: var(--theme-color-1);
2969
+ --scalar-api-reference-full-height: var(--full-height);
2970
+ --scalar-api-reference-sidebar-background-1: var(--theme-background-1);
2971
+ --scalar-api-reference-sidebar-color-1: var(--theme-color-1);
2972
+ --scalar-api-reference-sidebar-color-2: var(--theme-color-2);
2973
+ --scalar-api-reference-sidebar-color-active: var(--theme-color-accent);
2974
+ /* prettier-ignore */
2975
+ --scalar-api-reference-sidebar-item-hover-background: var(--theme-background-2);
2976
+ --scalar-api-reference-theme-background-3: var(--theme-background-3);
2977
+ --scalar-api-reference-theme-bold: var(--theme-bold);
2978
+ --scalar-api-reference-theme-border-width: var(--theme-border-width);
2979
+ --scalar-api-reference-theme-color-accent: var(--theme-color-accent);
2980
+ --scalar-api-reference-theme-delete-color: var(--theme-delete-color);
2981
+ --scalar-api-reference-theme-font-code: var(--theme-font-code);
2982
+ --scalar-api-reference-theme-get-color: var(--theme-get-color);
2983
+ --scalar-api-reference-theme-heading-2: var(--theme-heading-2);
2984
+ --scalar-api-reference-theme-heading-4: var(--theme-heading-4);
2985
+ --scalar-api-reference-theme-micro: var(--theme-micro);
2986
+ --scalar-api-reference-theme-mini: var(--theme-mini);
2987
+ --scalar-api-reference-theme-paragraph: var(--theme-paragraph);
2988
+ --scalar-api-reference-theme-patch-color: var(--theme-patch-color);
2989
+ --scalar-api-reference-theme-post-color: var(--theme-post-color);
2990
+ --scalar-api-reference-theme-put-color: var(--theme-put-color);
2991
+ --scalar-api-reference-theme-radius-lg: var(--theme-radius-lg);
2992
+ --scalar-api-reference-theme-regular: var(--theme-regular);
2993
+ --scalar-api-reference-theme-toc-width: var(--theme-toc-width);
2994
+ --scalar-api-reference-theme-post-color: var(--theme-post-color);
2995
+ --scalar-api-reference-theme-patch-color: var(--theme-patch-color);
2996
+ --scalar-api-reference-theme-get-color: var(--theme-get-color);
2997
+ --scalar-api-reference-theme-delete-color: var(--theme-delete-color);
2998
+ --scalar-api-reference-theme-put-color: var(--theme-put-color);
2999
+ }
3000
+
3001
+ /** TODO: Move variables to main code base */
3002
+ .scalar-api-client,
3003
+ #headlessui-portal-root {
3004
+ --scalar-api-client-post-color: var(--theme-post-color);
3005
+ /* prettier-ignore */
3006
+ --scalar-api-client-post-background: var(--theme-post-background);
3007
+ /* prettier-ignore */
3008
+ --scalar-api-client-delete-color: var(--theme-delete-color);
3009
+ /* prettier-ignore */
3010
+ --scalar-api-client-delete-background: var(--theme-delete-background);
3011
+ /* prettier-ignore */
3012
+ --scalar-api-client-patch-color: var(--theme-patch-color);
3013
+ /* prettier-ignore */
3014
+ --scalar-api-client-patch-background: var(--theme-patch-background);
3015
+ --scalar-api-client-get-color: var(--theme-get-color);
3016
+ /* prettier-ignore */
3017
+ --scalar-api-client-get-background: var(--theme-get-background);
3018
+ --scalar-api-client-put-color: var(--theme-put-color);
3019
+ /* prettier-ignore */
3020
+ --scalar-api-client-put-background: var(--theme-put-background);
3021
+ --scalar-api-client-rounded: var(--theme-radius);
3022
+ /* prettier-ignore */
3023
+ --scalar-api-client-background-secondary: var(--theme-background-2);
3024
+ --scalar-api-client-color-3: var(--theme-color-3);
3025
+ --scalar-api-client-border: var(--theme-border);
3026
+ --scalar-api-client-font-sans: var(--theme-font);
3027
+ --scalar-api-client-font-mono: var(--theme-font-code);
3028
+ --scalar-api-client-font-bold: var(--theme-bold);
3029
+ --scalar-api-client-theme-color-1: var(--theme-color-1);
3030
+ --scalar-api-client-theme-color-2: var(--theme-color-2);
3031
+ /* prettier-ignore */
3032
+ --scalar-api-client-theme-shadow-2: var(--theme-shadow-2);
3033
+ --scalar-api-client-text-sm: var(--theme-small);
3034
+ --scalar-api-client-text-lg: var(--large);
3035
+ --scalar-api-client-text-base: var(--normal);
3036
+ --scalar-api-client-fill: var(--fill);
3037
+ --scalar-api-client-color2: var(--color2);
3038
+ --scalar-api-client-bg3: var(--bg3);
3039
+ --scalar-api-client-gradient: var(--gradient);
3040
+ /* prettier-ignore */
3041
+ --scalar-api-client-background-primary: var(--theme-background-1);
3042
+ /* prettier-ignore */
3043
+ --scalar-api-client-border-color: var(--theme-border-color);
3044
+ /* prettier-ignore */
3045
+ --scalar-api-client-background-3: var(--theme-background-3);
3046
+ --scalar-api-client-font-semibold: var(--theme-semibold);
3047
+ --scalar-api-client-text-xs: var(--theme-micro);
3048
+ }
3049
+
3050
+ /** TODO: Move to components */
3051
+ .codemenu-topbar {
3052
+ background: var(--theme-background-2);
3053
+ border-bottom: 1px solid var(--theme-border-color);
3054
+ padding: 0 7px 0 12px;
3055
+ /* prettier-ignore */
3056
+ border-radius: var(--theme-radius) var(--theme-radius) 0 0;
3057
+ }
3058
+ .codemenu {
3059
+ display: flex;
3060
+ position: relative;
3061
+ justify-content: space-between;
3062
+ align-items: center;
3063
+ min-height: 35px;
3064
+ }
3065
+ .codemenu-tabs {
3066
+ display: flex;
3067
+ position: relative;
3068
+ column-gap: 6px;
3069
+ }
3070
+ .codemenu-item {
3071
+ position: relative;
3072
+ display: flex;
3073
+ align-items: center;
3074
+ }
3075
+ .codemenu-item-key {
3076
+ font-size: var(--scalar-api-reference-theme-mini);
3077
+ color: var(--scalar-api-reference-theme-color-3);
3078
+ padding: 6px 4px;
3079
+ cursor: pointer;
3080
+ user-select: none;
3081
+ display: flex;
3082
+ align-items: center;
3083
+ justify-content: center;
3084
+ font-weight: var(--scalar-api-reference-theme-semibold);
3085
+ position: relative;
3086
+ margin-left: -4px;
3087
+ margin-right: -4px;
3088
+ border-radius: var(--scalar-api-reference-theme-radius);
3089
+ text-transform: uppercase;
3090
+ }
3091
+ .codemenu-item-key:hover {
3092
+ background: var(--scalar-api-reference-theme-background-3);
3093
+ }
3094
+ .codemenu-item:first-of-type:last-of-type .codemenu-item-key,
3095
+ .codemenu-item__active .codemenu-item-key {
3096
+ color: var(--scalar-api-reference-theme-color-1);
3097
+ }
3098
+ .codemenu-item:first-of-type:last-of-type:after,
3099
+ .codemenu-item__active:after {
3100
+ content: '';
3101
+ width: 100%;
3102
+ height: 1px;
3103
+ position: absolute;
3104
+ bottom: -4px;
3105
+ background: var(--scalar-api-reference-theme-color-1);
3106
+ }
3107
+ .codemenu-item__disabled {
3108
+ pointer-events: none;
3109
+ }
3110
+ .endpoint {
3111
+ display: flex;
3112
+ white-space: nowrap;
3113
+ cursor: pointer;
3114
+ }
3115
+ .endpoint span:first-of-type {
3116
+ text-transform: uppercase;
3117
+ }
3118
+ .codemenu .endpoint {
3119
+ overflow: hidden;
3120
+ }
3121
+ .endpoint .post {
3122
+ color: var(--scalar-api-reference-theme-post-color);
3123
+ }
3124
+ .endpoint .patch {
3125
+ color: var(--scalar-api-reference-theme-patch-color);
3126
+ }
3127
+ .endpoint .get {
3128
+ color: var(--scalar-api-reference-theme-get-color);
3129
+ }
3130
+ .endpoint .delete {
3131
+ color: var(--scalar-api-reference-theme-delete-color);
3132
+ }
3133
+ .endpoint .put {
3134
+ color: var(--scalar-api-reference-theme-put-color);
3135
+ }
3136
+ .endpoint .post,
3137
+ .endpoint .get,
3138
+ .endpoint .delete,
3139
+ .endpoint .put {
3140
+ white-space: nowrap;
3141
+ }
3142
+ .endpoint span {
3143
+ color: var(--scalar-api-reference-theme-color-2);
3144
+ min-width: 62px;
3145
+ display: inline-block;
3146
+ text-align: right;
3147
+ line-height: 1.55;
3148
+ font-family: var(--scalar-api-reference-theme-font-code);
3149
+ font-size: var(--scalar-api-reference-theme-mini);
3150
+ cursor: pointer;
3151
+ }
3152
+ .languages .example-item-endpoints {
3153
+ background: var(--scalar-api-reference-theme-background-2);
3154
+ width: 100%;
3155
+ border-top: var(--scalar-api-reference-theme-border);
3156
+ }
3157
+ .endpoint-response p {
3158
+ margin-top: 6px;
3159
+ font-size: var(--scalar-api-reference-theme-small);
3160
+ min-height: auto;
3161
+ line-height: 17px;
3162
+ }
3163
+ .codemenu .endpoint span {
3164
+ text-align: left;
3165
+ min-width: auto;
3166
+ }
3167
+ .endpoint-response {
3168
+ border-top: var(--scalar-api-reference-theme-border);
3169
+ padding: 12px 0;
3170
+ font-size: var(--scalar-api-reference-theme-small);
3171
+ }
3172
+ .tag-description {
3173
+ margin-top: 12px;
3174
+ }
3175
+ .endpoint-title {
3176
+ display: flex;
3177
+ margin-bottom: 12px;
3178
+ margin-top: 24px;
3179
+ }
3180
+ .copy .title {
3181
+ font-size: var(--scalar-api-reference-theme-heading-4);
3182
+ font-weight: var(--scalar-api-reference-theme-semibold);
3183
+ color: var(--scalar-api-reference-theme-color-1);
3184
+ line-height: 1.45;
3185
+ }
3186
+ .endpoint-response__headers {
3187
+ padding-bottom: 0;
3188
+ }
3189
+ .endpoint-response__headers + .endpoint-response {
3190
+ border-top: none;
3191
+ }
3192
+
3193
+ /* ----------------------------------------------------- */
3194
+ .reference {
3195
+ position: relative;
3196
+ padding: 0 60px;
3197
+ width: 100%;
3198
+ }
3199
+ .reference:not(:last-of-type) {
3200
+ border-bottom: var(--scalar-api-reference-theme-border);
3201
+ }
3202
+ .reference-container {
3203
+ position: relative;
3204
+ display: flex;
3205
+ gap: 48px;
3206
+
3207
+ max-width: 1120px;
3208
+ margin: auto;
3209
+ padding: 90px 0;
3210
+ }
3211
+ .reference-container + .reference-container {
3212
+ border-top: var(--scalar-api-reference-theme-border);
3213
+ }
3214
+ .reference-container .copy,
3215
+ .reference-container .example {
3216
+ flex: 1;
3217
+ min-width: 0;
3218
+ }
3219
+ .response .cm-editor {
3220
+ max-height: calc(50vh - 90px);
3221
+ }
3222
+ .example {
3223
+ padding-top: 48px;
3224
+ top: 0;
3225
+ height: fit-content;
3226
+ position: sticky;
3227
+ }
3228
+ .copy .tag-description a {
3229
+ color: var(--scalar-api-reference-theme-color-1);
3230
+ text-decoration: underline;
3231
+ }
3232
+
3233
+ /* ----------------------------------------------------- */
3234
+ /* Responsive styles for narrow reference container (900px) */
3235
+ .references-narrow .reference {
3236
+ padding: 0 30px;
3237
+ }
3238
+ @media screen and (max-width: 1000px) {
3239
+ .references-narrow .reference {
3240
+ padding: 0 24px;
3241
+ }
3242
+ }
3243
+ .references-narrow .reference-container {
3244
+ flex-direction: column;
3245
+ gap: 24px;
3246
+ padding: 48px 0;
3247
+ }
3248
+ .references-narrow .example {
3249
+ padding-top: 0;
3250
+ }
3251
+ .editor-heading h1 {
3252
+ font-size: var(--font-size, var(--scalar-api-reference-theme-heading-2));
3253
+ font-weight: var(--font-weight, var(--scalar-api-reference-theme-bold));
3254
+ /* prettier-ignore */
3255
+ color: var(--scalar-api-reference-font-color, var(--scalar-api-reference-theme-color-1));
3256
+ line-height: 1.45;
3257
+ }
3258
+
3259
+ /** Layout */
3260
+ /* ----------------------------------------------------- */
3261
+ /* Document Layouts */
3262
+ .document {
3263
+ flex: 1;
3264
+ overflow-y: auto;
3265
+ overflow-x: hidden;
3266
+
3267
+ /* Fallback to 100vh if the element height is not specified */
3268
+ --full-height: var(--scalar-api-reference-full-height, 100vh);
3269
+ /* --theme-header-height: 50px; */
3270
+ /* --scalar-api-reference-theme-sidebar-width: 200px; */
3271
+ /* --theme-toc-width: 200px; */
3272
+
3273
+ --document-height: calc(
3274
+ var(--scalar-api-reference-full-height) -
3275
+ var(--scalar-api-reference-theme-header-height)
3276
+ );
3277
+
3278
+ --col-width-1: var(--scalar-api-reference-theme-sidebar-width);
3279
+ --col-width-2: auto;
3280
+ --col-width-3: var(--scalar-api-reference-theme-toc-width);
3281
+
3282
+ /* Redifine theme border at the document level so it's not pulled off the body */
3283
+ --theme-border: var(--scalar-api-reference-theme-border-width) solid
3284
+ var(--scalar-api-reference-theme-border-color);
3285
+
3286
+ display: grid;
3287
+
3288
+ grid-template-rows:
3289
+ var(--scalar-api-reference-theme-header-height)
3290
+ auto
3291
+ auto;
3292
+
3293
+ grid-template-columns:
3294
+ var(--scalar-api-reference-col-width-1)
3295
+ var(--scalar-api-reference-col-width-2)
3296
+ var(--scalar-api-reference-col-width-3);
3297
+
3298
+ grid-template-areas:
3299
+ 'header header header'
3300
+ 'sidebar content aside'
3301
+ 'sidebar footer footer';
3302
+ }
3303
+ .document.hide-aside-left {
3304
+ --col-width-1: 0;
3305
+ }
3306
+ .document.hide-aside-right {
3307
+ --col-width-3: 0;
3308
+ }
3309
+ .document.hide-aside-left .layout-aside-left .layout-aside-content,
3310
+ .document.hide-aside-right .layout-aside-right .layout-aside-content {
3311
+ border-right-color: transparent;
3312
+ border-left-color: transparent;
3313
+ display: none;
3314
+ }
3315
+ .document.footer-below-sidebar {
3316
+ grid-template-areas:
3317
+ 'header header header'
3318
+ 'sidebar content aside'
3319
+ 'footer footer footer';
3320
+ }
3321
+ .layout-header {
3322
+ grid-area: header;
3323
+ position: sticky;
3324
+ top: 0;
3325
+ z-index: 10;
3326
+ }
3327
+ .layout-content {
3328
+ grid-area: content;
3329
+ min-width: 0;
3330
+ background: var(--scalar-api-reference-theme-background-1);
3331
+ }
3332
+
3333
+ /* Measures the visible viewport of the editor */
3334
+ .layout-content-viewport {
3335
+ position: fixed;
3336
+ left: var(--scalar-api-reference-theme-sidebar-width);
3337
+ right: var(--scalar-api-reference-theme-toc-width);
3338
+ top: calc(
3339
+ var(--scalar-api-reference-app-header-height) +
3340
+ var(--scalar-api-reference-theme-header-height)
3341
+ );
3342
+ bottom: 0;
3343
+ pointer-events: none;
3344
+ }
3345
+ .layout-aside-left {
3346
+ position: relative;
3347
+ grid-area: sidebar;
3348
+ border-right: var(--scalar-api-reference-theme-border);
3349
+ }
3350
+ .layout-aside-right {
3351
+ position: relative;
3352
+ grid-area: aside;
3353
+ background: var(--scalar-api-reference-theme-background-1);
3354
+ }
3355
+ .layout-aside-content {
3356
+ position: sticky;
3357
+ top: var(--scalar-api-reference-theme-header-height);
3358
+ height: var(--scalar-api-reference-document-height);
3359
+ overflow-y: auto;
3360
+ display: flex;
3361
+ flex-direction: column;
3362
+ }
3363
+ .layout-footer {
3364
+ grid-area: footer;
3365
+ }
3366
+
3367
+ /* ----------------------------------------------------- */
3368
+ /* Document layout modified for references */
3369
+ .document.layout-swagger-editor {
3370
+ /* Fallback to 100vh if the element height is not specified */
3371
+ --full-height: var(--scalar-api-reference-full-height, 100vh);
3372
+ /* --theme-header-height: 50px; */
3373
+ /* --scalar-api-reference-theme-sidebar-width: 200px; */
3374
+ /* --theme-toc-width: 200px; */
3375
+
3376
+ --document-height: calc(
3377
+ var(--scalar-api-reference-full-height) -
3378
+ var(--scalar-api-reference-theme-header-height)
3379
+ );
3380
+
3381
+ --col-width-1: var(--scalar-api-reference-theme-sidebar-width);
3382
+ --col-width-2: calc(
3383
+ 50% - (var(--scalar-api-reference-theme-sidebar-width) / 2)
3384
+ );
3385
+ --col-width-3: calc(
3386
+ 50% - (var(--scalar-api-reference-theme-sidebar-width) / 2)
3387
+ );
3388
+
3389
+ display: grid;
3390
+
3391
+ grid-template-rows:
3392
+ var(--scalar-api-reference-theme-header-height)
3393
+ auto;
3394
+
3395
+ grid-template-columns:
3396
+ var(--scalar-api-reference-col-width-1)
3397
+ var(--scalar-api-reference-col-width-2)
3398
+ var(--scalar-api-reference-col-width-3);
3399
+
3400
+ grid-template-areas:
3401
+ 'header header header'
3402
+ 'sidebar content aside'
3403
+ 'sidebar content footer';
3404
+ }
3405
+ .document.layout-swagger-editor .layout-content {
3406
+ position: sticky;
3407
+ top: var(--scalar-api-reference-theme-header-height);
3408
+ height: var(--scalar-api-reference-document-height);
3409
+ }
3410
+ .document.preview {
3411
+ --col-width-2: calc(100% - (var(--scalar-api-reference-theme-sidebar-width)));
3412
+ --col-width-3: calc(100% - (var(--scalar-api-reference-theme-sidebar-width)));
3413
+
3414
+ grid-template-areas:
3415
+ 'header header'
3416
+ 'sidebar aside'
3417
+ 'sidebar footer';
3418
+ }
3419
+ .document.layout-swagger-editor.footer-below-sidebar.preview {
3420
+ grid-template-areas:
3421
+ 'header header'
3422
+ 'sidebar aside'
3423
+ 'footer footer';
3424
+ }
3425
+ .document.layout-swagger-editor.hide-aside-left {
3426
+ --col-width-1: 0;
3427
+ --col-width-2: 50%;
3428
+ --col-width-3: 50%;
3429
+ }
3430
+
3431
+ /* ----------------------------------------------------- */
3432
+ /* Responsive styles */
3433
+ @media (max-width: 1150px) {
3434
+ .document.layout-swagger-editor {
3435
+ --col-width-3: 0;
3436
+ --col-width-2: auto;
3437
+ }
3438
+ }
3439
+ @media (max-width: 1000px) {
3440
+ .document,
3441
+ .document.layout-swagger-editor {
3442
+ /** Content area heights are restricted using just the template row defs */
3443
+ grid-template-rows:
3444
+ var(--scalar-api-reference-theme-header-height)
3445
+ auto
3446
+ auto
3447
+ auto;
3448
+
3449
+ grid-template-columns: 100%;
3450
+
3451
+ grid-template-areas:
3452
+ 'sidebar'
3453
+ 'content'
3454
+ 'aside'
3455
+ 'footer';
3456
+ }
3457
+ .layout-aside-left,
3458
+ .layout-aside-right,
3459
+ .layout-aside-content {
3460
+ position: static;
3461
+ max-height: unset;
3462
+ }
3463
+ .layout-aside-left {
3464
+ position: sticky;
3465
+ top: 0;
3466
+ height: var(--scalar-api-reference-theme-header-height);
3467
+ border-bottom: var(--scalar-api-reference-theme-border);
3468
+
3469
+ width: 100%;
3470
+ z-index: 10;
3471
+ border-right: none;
3472
+ }
3473
+ .layout-aside-left .layout-aside-content {
3474
+ position: absolute;
3475
+
3476
+ /* Offset by 1px to avoid gap */
3477
+ top: calc(100% - 1px);
3478
+ left: 0;
3479
+ width: 100%;
3480
+
3481
+ /* Offset by 2px to fill screen and compensate for gap */
3482
+ height: calc(var(--scalar-api-reference-document-height) + 2px);
3483
+
3484
+ border-top: var(--scalar-api-reference-theme-border);
3485
+ display: flex;
3486
+ flex-direction: column;
3487
+ }
3488
+ }
3489
+
3490
+ .loader-wrapper[data-v-45e050de] {
3491
+ position: relative;
3492
+ height: var(--77867fff);
3493
+ width: var(--77867fff);
3494
+
3495
+ display: flex;
3496
+ align-items: center;
3497
+ justify-content: center;
3498
+
3499
+ --loader-size: 50%;
3500
+ }
3501
+
3502
+ /*SVG Positioning for Loader Objects*/
3503
+ .svg-loader[data-v-45e050de] {
3504
+ width: var(--loader-size);
3505
+ height: var(--loader-size);
3506
+ top: 1rem;
3507
+ right: 0.9rem;
3508
+ overflow: visible;
3509
+
3510
+ fill: none;
3511
+ background-color: transparent;
3512
+ stroke: currentColor;
3513
+ }
3514
+ .svg-path[data-v-45e050de] {
3515
+ stroke-width: 14;
3516
+ fill: none;
3517
+ transition: 0.3s;
3518
+ }
3519
+ .svg-x-mark[data-v-45e050de] {
3520
+ stroke-dasharray: 57;
3521
+ stroke-dashoffset: 57;
3522
+ transition-delay: 0s;
3523
+ }
3524
+ .svg-check-mark[data-v-45e050de] {
3525
+ stroke-dasharray: 149;
3526
+ stroke-dashoffset: 149;
3527
+ transition-delay: 0s;
3528
+ }
3529
+ .icon-is-invalid .svg-x-mark[data-v-45e050de] {
3530
+ stroke-dashoffset: 0;
3531
+ transition-delay: 0.3s;
3532
+ }
3533
+ .icon-is-valid .svg-check-mark[data-v-45e050de] {
3534
+ stroke-dashoffset: 0;
3535
+ transition-delay: 0.3s;
3536
+ }
3537
+ .circular-loader[data-v-45e050de] {
3538
+ animation: rotate-45e050de 0.7s linear infinite,fade-in-45e050de 0.4s;
3539
+
3540
+ transform-origin: center center;
3541
+ transform: scale(5);
3542
+
3543
+ background: transparent;
3544
+ }
3545
+ .loader-path[data-v-45e050de] {
3546
+ stroke-dasharray: 50, 200;
3547
+ stroke-dashoffset: -100;
3548
+ stroke-linecap: round;
3549
+ }
3550
+ .loader-path-off[data-v-45e050de] {
3551
+ stroke-dasharray: 50, 200;
3552
+ stroke-dashoffset: -100;
3553
+ transition: opacity 0.3s;
3554
+ opacity: 0;
3555
+ }
3556
+ @keyframes fade-in-45e050de {
3557
+ 0% {
3558
+ opacity: 0;
3559
+ }
3560
+ 70% {
3561
+ opacity: 0;
3562
+ }
3563
+ 100% {
3564
+ opacity: 1;
3565
+ }
3566
+ }
3567
+ @keyframes rotate-45e050de {
3568
+ from {
3569
+ transform: scale(5) rotate(0deg);
3570
+ }
3571
+ to {
3572
+ transform: scale(5) rotate(360deg);
3573
+ }
3574
+ }
3575
+
3576
+ .flow-button[data-v-77926783] {
3577
+ display: flex;
3578
+ align-items: center;
3579
+ justify-content: center;
3580
+ z-index: 1;
3581
+ position: relative;
3582
+ appearance: none;
3583
+ -webkit-appearance: none;
3584
+ height: 40px;
3585
+ padding: 0px 24px;
3586
+ border-radius: var(--theme-radius);
3587
+ color: var(--theme-button-1-color);
3588
+ font-size: var(--theme-font-size-4);
3589
+ font-weight: 500;
3590
+ cursor: pointer;
3591
+ background: var(--theme-button-1);
3592
+ border: none;
3593
+ width: 100%;
3594
+ box-shadow: rgba(0, 0, 0, 0.09) 0px 1px 4px;
3595
+ }
3596
+ .flow-button[data-v-77926783]:hover,
3597
+ .flow-button[data-v-77926783]:focus-visible {
3598
+ background: var(--theme-button-1-hover);
3599
+ }
3600
+ .flow-button[data-v-77926783]:active {
3601
+ box-shadow: none;
3602
+ background: var(--theme-button-1);
3603
+ }
3604
+ .flow-button[disabled][data-v-77926783] {
3605
+ background: var(--theme-background-2);
3606
+ color: var(--theme-color-3);
3607
+ cursor: unset;
3608
+ box-shadow: none;
3609
+ }
3610
+ .flow-button.flow-button-icon-only[data-v-77926783] {
3611
+ width: 24px;
3612
+ height: 24px;
3613
+ padding: 0;
3614
+ }
3615
+
3616
+ /* ----------------------------------------------------- */
3617
+ .flow-button-outlined[data-v-77926783] {
3618
+ background: var(--theme-background-1);
3619
+ color: var(--theme-color-1);
3620
+ padding: 11px 23px;
3621
+ border: var(--theme-border);
3622
+ box-shadow: rgba(0, 0, 0, 0.09) 0px 1px 4px;
3623
+ }
3624
+ .flow-button-outlined[data-v-77926783]:hover,
3625
+ .flow-button-outlined[data-v-77926783]:focus-visible {
3626
+ background: var(--theme-background-2);
3627
+ }
3628
+ .flow-button-outlined[data-v-77926783]:active {
3629
+ background: var(--theme-background-2);
3630
+ }
3631
+ .flow-button-outlined[disabled][data-v-77926783] {
3632
+ background: var(--theme-background-2);
3633
+ color: var(--theme-color-3);
3634
+ cursor: unset;
3635
+ box-shadow: none;
3636
+ }
3637
+
3638
+ /* ----------------------------------------------------- */
3639
+ .flow-button-clear[data-v-77926783] {
3640
+ background: transparent;
3641
+ box-shadow: none;
3642
+ color: var(--theme-color-3);
3643
+ }
3644
+ .flow-button-clear[data-v-77926783]:active {
3645
+ background: transparent;
3646
+ }
3647
+ .flow-button-clear[data-v-77926783]:hover,
3648
+ .flow-button-clear[data-v-77926783]:focus-visible {
3649
+ background: var(--theme-background-2);
3650
+ box-shadow: none;
3651
+ }
3652
+ .flow-button-clear[disabled][data-v-77926783] {
3653
+ background: var(--theme-background-2);
3654
+ color: var(--theme-color-3);
3655
+ cursor: unset;
3656
+ box-shadow: none;
3657
+ }
3658
+
3659
+ /* ----------------------------------------------------- */
3660
+ .flow-button-text[data-v-77926783] {
3661
+ background: transparent;
3662
+ box-shadow: none;
3663
+ color: var(--theme-color-3);
3664
+ }
3665
+ .flow-button-text[data-v-77926783]:active {
3666
+ background: transparent;
3667
+ }
3668
+ .flow-button-text[data-v-77926783]:hover,
3669
+ .flow-button-text[data-v-77926783]:focus-visible {
3670
+ color: var(--theme-color-2);
3671
+ background: transparent;
3672
+ box-shadow: none;
3673
+ }
3674
+ .flow-button-text[disabled][data-v-77926783] {
3675
+ background: transparent;
3676
+ color: var(--theme-color-ghost);
3677
+ cursor: unset;
3678
+ box-shadow: none;
3679
+ }
3680
+
3681
+ /* ----------------------------------------------------- */
3682
+ .flow-button--delete[data-v-77926783] {
3683
+ background: var(--theme-error-color);
3684
+ color: white;
3685
+ }
3686
+ .flow-button--delete[data-v-77926783]:active {
3687
+ background: var(--theme-error-color);
3688
+ }
3689
+ .flow-button--delete[data-v-77926783]:hover {
3690
+ background: var(--theme-error-color);
3691
+ opacity: 0.86;
3692
+ }
3693
+
3694
+ /* ----------------------------------------------------- */
3695
+ .flow-button-loader[data-v-77926783] {
3696
+ position: absolute;
3697
+ right: 8px;
3698
+ }
3699
+ .flow-button-decorator[data-v-77926783] {
3700
+ margin-right: 9px;
3701
+ color: currentColor;
3702
+ display: flex;
3703
+ align-items: center;
3704
+ height: 14px;
3705
+ width: 14px;
3706
+ }
3707
+ .flow-button-icon-only .flow-button-decorator[data-v-77926783] {
3708
+ margin-right: 0;
3709
+ }
3710
+
3711
+ .modal-layout[data-v-eab74edd] {
3712
+ position: fixed;
3713
+ width: 100vw;
3714
+ height: 100vh;
3715
+ top: 0;
3716
+ left: 0;
3717
+ z-index: 1001;
3718
+ background: rgba(0, 0, 0, 0.44);
3719
+ padding: 20px;
3720
+ opacity: 0;
3721
+ animation: modal-fade-eab74edd 0.2s forwards;
3722
+ }
3723
+ .modal-body[data-v-eab74edd] {
3724
+ padding: 12px 12px 18px 24px;
3725
+ max-height: calc(100vh - 240px);
3726
+ background: var(--theme-background-1);
3727
+ border-radius: var(--theme-radius-xl);
3728
+ }
3729
+ .modal[data-v-eab74edd] {
3730
+ margin: 80px auto 0;
3731
+ position: relative;
3732
+ background: var(--theme-background-2);
3733
+ border-radius: var(--theme-radius);
3734
+ color: var(--theme-color-1);
3735
+ width: 100%;
3736
+ text-align: left;
3737
+ line-height: 1.4;
3738
+ opacity: 0;
3739
+ transform: scale(0.98);
3740
+ animation: modal-pop-eab74edd 0.15s 0.15s forwards;
3741
+ display: flex;
3742
+ flex-direction: column;
3743
+ }
3744
+ .modal-content-normal[data-v-eab74edd] {
3745
+ max-width: 640px;
3746
+ }
3747
+ .modal-content-small[data-v-eab74edd] {
3748
+ max-width: 480px;
3749
+ }
3750
+ @keyframes modal-fade-eab74edd {
3751
+ from {
3752
+ opacity: 0;
3753
+ }
3754
+ to {
3755
+ opacity: 1;
3756
+ }
3757
+ }
3758
+ @keyframes modal-pop-eab74edd {
3759
+ 0% {
3760
+ opacity: 0;
3761
+ }
3762
+ 100% {
3763
+ opacity: 1;
3764
+ transform: scale(1);
3765
+ }
3766
+ }
3767
+ .modal-header[data-v-eab74edd] {
3768
+ padding: 12px 24px;
3769
+ color: var(--theme-color-1);
3770
+ font-size: var(--theme-font-size-4);
3771
+ text-align: left;
3772
+ font-weight: 600;
3773
+ border-radius: var(--theme-radius) var(--theme-radius) 0 0;
3774
+ }
3775
+
3776
+ .flow-input-cont[data-v-5539342a] {
3777
+ position: relative;
3778
+ }
3779
+ .flow-input-wrapper[data-v-5539342a] {
3780
+ border-radius: var(--theme-radius);
3781
+ border: var(--theme-border);
3782
+ position: relative;
3783
+ display: flex;
3784
+ align-items: center;
3785
+ }
3786
+ .flow-input-wrapper--focus[data-v-5539342a] {
3787
+ border-color: var(--theme-color-3);
3788
+ }
3789
+ .flow-input-wrapper--focus[data-v-5539342a]:has(button:active) {
3790
+ border: var(--theme-border) !important;
3791
+ }
3792
+ .flow-input__multiline[data-v-5539342a] {
3793
+ min-height: 77px;
3794
+ }
3795
+ .flow-label[data-v-5539342a] {
3796
+ position: absolute;
3797
+ top: 0;
3798
+ left: 0;
3799
+ pointer-events: none;
3800
+ padding: 0px 3px;
3801
+ margin: 12px 9px;
3802
+ width: fit-content;
3803
+ background: transparent;
3804
+ font-size: var(--theme-font-size-3);
3805
+ background-color: var(--theme-background-1);
3806
+ border-radius: var(--theme-radius);
3807
+ color: var(--theme-color-3);
3808
+ box-shadow: 0 0 2px 2px var(--theme-background-1);
3809
+ transition: transform 0.2s ease-in-out;
3810
+ transform-origin: top left;
3811
+ z-index: 10;
3812
+ line-height: initial;
3813
+ }
3814
+ .flow-input[data-v-5539342a] {
3815
+ outline: none;
3816
+ appearance: none;
3817
+ -webkit-appearance: none;
3818
+ font-size: var(--theme-font-size-3);
3819
+ border: none;
3820
+ color: var(--theme-color-1);
3821
+ padding: 12px;
3822
+ width: 100%;
3823
+ background: transparent;
3824
+ z-index: 10;
3825
+ transition: opacity 0.15s ease-in-out;
3826
+ resize: none;
3827
+ }
3828
+ .flow-input[data-v-5539342a]:has(+ .flow-label) {
3829
+ opacity: 0;
3830
+ }
3831
+ .flow-input[data-v-5539342a]::placeholder {
3832
+ color: var(--theme-color-3);
3833
+ }
3834
+ .flow-input[data-v-5539342a]:not(:placeholder-shown),
3835
+ .flow-input-wrapper--focus .flow-input[data-v-5539342a] {
3836
+ opacity: 1;
3837
+ transition: opacity 0.2s ease-in-out 0.15s;
3838
+ }
3839
+ .flow-input-wrapper--focus .flow-label[data-v-5539342a] {
3840
+ color: var(--theme-color-1);
3841
+ }
3842
+ .flow-input[data-v-5539342a]::selection {
3843
+ color: var(--theme-color-1);
3844
+ background: rgba(255, 165, 88, 0.35);
3845
+ }
3846
+ .flow-input[data-v-5539342a]:-webkit-autofill,
3847
+ .flow-input[data-v-5539342a]:-webkit-autofill:hover,
3848
+ .flow-input[data-v-5539342a]:-webkit-autofill:focus,
3849
+ .flow-input[data-v-5539342a]:-webkit-autofill:active,
3850
+ .flow-input[data-v-5539342a]:focus-within:-webkit-autofill,
3851
+ .flow-input[data-v-5539342a]:focus-within:-webkit-autofill:hover,
3852
+ .flow-input[data-v-5539342a]:focus-within:-webkit-autofill:focus,
3853
+ .flow-input[data-v-5539342a]:focus-within:-webkit-autofill:active {
3854
+ -webkit-box-shadow: 0 0 0px 1000px var(--theme-background-1) inset !important;
3855
+ -webkit-text-fill-color: var(--theme-color-1);
3856
+ color: var(--theme-color-1);
3857
+ border-radius: var(--theme-radius);
3858
+ }
3859
+ .helper-text[data-v-5539342a] {
3860
+ margin-top: 6px;
3861
+ font-size: 13px;
3862
+ color: var(--theme-error-color);
3863
+ display: flex;
3864
+ align-items: center;
3865
+ }
3866
+ .helper-text[data-v-5539342a]:before {
3867
+ content: '!';
3868
+ border-radius: 50%;
3869
+ background: var(--theme-error-color);
3870
+ color: white;
3871
+ font-weight: 900;
3872
+ width: 15px;
3873
+ height: 15px;
3874
+ line-height: 15px;
3875
+ display: block;
3876
+ margin-right: 6px;
3877
+ text-align: center;
3878
+ font-size: 11px;
3879
+ }
3880
+ .helper-text[data-v-5539342a]:empty {
3881
+ display: none;
3882
+ }
3883
+ .flow-input-wrapper--error[data-v-5539342a] {
3884
+ border-color: var(--theme-error-color);
3885
+ }
3886
+ .flow-input-wrapper--error .flow-label[data-v-5539342a] {
3887
+ color: var(--theme-error-color);
3888
+ }
3889
+ .flow-input-wrapper--warn[data-v-5539342a] {
3890
+ border-color: var(--theme-error-color);
3891
+ }
3892
+ .flow-input-wrapper--warn .flow-label[data-v-5539342a] {
3893
+ color: var(--theme-error-color);
3894
+ }
3895
+ .flow-input-wrapper--focus .flow-label[data-v-5539342a],
3896
+ .flow-input:not(:placeholder-shown) + .flow-label[data-v-5539342a] {
3897
+ transform: translate3d(0, -20px, 0) scale(0.8);
3898
+ transform-origin: top left;
3899
+ }
3900
+ .flow-input-wrapper--focus:has(button:active) .flow-label[data-v-5539342a] {
3901
+ color: var(--theme-color-3) !important;
3902
+ }
3903
+ .icon-slot[data-v-5539342a]:not(:empty) {
3904
+ display: flex;
3905
+ align-items: center;
3906
+ padding-right: 12px;
3907
+ width: 28px;
3908
+ cursor: pointer;
3909
+ color: var(--theme-color-ghost);
3910
+ }
3911
+ .icon-slot[data-v-5539342a]:hover {
3912
+ color: var(--theme-color-1);
3913
+ }
3914
+
3915
+ .code-editor-header {
3916
+ padding: 12px !important;
3917
+ display: flex;
3918
+ align-items: center;
3919
+ justify-content: space-between;
3920
+ }
3921
+ .code-editor-header span {
3922
+ font-size: 13px;
3923
+ color: var(--theme-color-3);
3924
+ font-weight: 600;
3925
+ margin-right: 12px;
3926
+ position: relative;
3927
+ cursor: pointer;
3928
+ }
3929
+ .code-editor-header span.active-mode {
3930
+ color: var(--theme-color-1);
3931
+ }
3932
+ .code-editor-header span.active-mode:after {
3933
+ content: '';
3934
+ position: absolute;
3935
+ bottom: -18px;
3936
+ left: 0;
3937
+ width: 100%;
3938
+ height: 1px;
3939
+ background: var(--theme-color-1);
3940
+ }
3941
+ .code-editor-header button {
3942
+ border-radius: 30px;
3943
+ padding: 6px 9px;
3944
+ background: transparent;
3945
+ appearance: none;
3946
+ border: var(--theme-border);
3947
+ font-size: 12px;
3948
+ color: var(--theme-color-3);
3949
+ margin-left: 9px;
3950
+ font-weight: 500;
3951
+ }
3952
+ .code-editor-header button:hover {
3953
+ cursor: pointer;
3954
+ color: var(--theme-color-1);
3955
+ border-color: currentColor;
3956
+ }
3957
+ @media (max-width: 580px) {
3958
+ .active-mode i,
3959
+ .code-editor-header button i {
3960
+ display: none;
3961
+ }
3962
+ .code-editor-header button {
3963
+ padding: 4px 8px;
3964
+ margin-left: 6px;
3965
+ }
3966
+ .code-editor-header span.active-mode:after {
3967
+ bottom: -16px;
3968
+ }
3969
+ }
3970
+
3971
+ .code-editor-input {
3972
+ height: 100%;
3973
+ overflow: hidden;
3974
+ border-top: var(--theme-border);
3975
+ background: var(--theme-background-2);
3976
+ }
3977
+ .code-editor-input .cm-editor {
3978
+ height: 100%;
3979
+ }
3980
+ .code-editor-input .cm-scroller {
3981
+ padding-top: 6px;
3982
+ }
3983
+ .code-editor-input .cm-editor .cm-line {
3984
+ padding-left: 0px !important;
3985
+ }
3986
+ .code-editor-input .cm-editor .cm-activeLine {
3987
+ background-color: var(--theme-background-3) !important;
3988
+ }
3989
+ .code-editor-input .cm-yLineSelection {
3990
+ margin: 0;
3991
+ }
3992
+ .light-mode .cm-editor {
3993
+ --cm-blue: #0082d0;
3994
+ --cm-green: #00a67d;
3995
+ --cm-yellow: #b29762;
3996
+ }
3997
+ .dark-mode .cm-editor {
3998
+ --cm-blue: #79c0ff;
3999
+ --cm-green: #7ee787;
4000
+ --cm-yellow: #e9950c;
4001
+ }
4002
+ .cm-editor .cm-content *,
4003
+ .cm-editor .cm-content {
4004
+ font-family: var(--theme-font-code) !important;
4005
+ font-size: var(--theme-mini);
4006
+ line-height: 1.44;
4007
+ }
4008
+ .cm-editor .cm-scroller {
4009
+ background: var(--theme-background-2);
4010
+ }
4011
+ .cm-editor .cm-activeLine,
4012
+ .cm-editor .cm-activeLineGutter {
4013
+ background-color: transparent !important;
4014
+ }
4015
+ .ͼr .cm-line ::selection,
4016
+ .ͼr .cm-line::selection,
4017
+ .ͼ8 .cm-line ::selection,
4018
+ .ͼ8 .cm-line::selection,
4019
+ .ͼ1b.cm-focused .cm-selectionBackground,
4020
+ .ͼ1b .cm-selectionLayer .cm-selectionBackground,
4021
+ .ͼ1b .cm-content ::selection {
4022
+ background-color: inherit !important;
4023
+ }
4024
+ .cm-editor.cm-focused {
4025
+ outline: none !important;
4026
+ }
4027
+ .cm-editor {
4028
+ background-color: transparent !important;
4029
+ }
4030
+ .cm-editor .ͼ1e,
4031
+ .cm-editor .ͼe,
4032
+ .cm-editor .ͼz,
4033
+ .cm-editor .ͼr,
4034
+ .cm-editor .ͼ8,
4035
+ .cm-editor .ͼt,
4036
+ .cm-editor .ͼa {
4037
+ color: var(--theme-color-1);
4038
+ }
4039
+ .cm-editor .ͼ12,
4040
+ .cm-editor .ͼj {
4041
+ color: var(--theme-color-2);
4042
+ }
4043
+ .cm-foldGutter span[title='Unfold line'],
4044
+ .cm-foldGutter span[title='Fold line'] {
4045
+ font-size: 0px;
4046
+ }
4047
+ .cm-foldGutter span:after {
4048
+ width: 9px;
4049
+ height: 9px;
4050
+ display: block;
4051
+ box-shadow: 1px 1px 0 currentColor;
4052
+ transition: all 0.15s ease-in-out;
4053
+ }
4054
+ .cm-foldGutter span[title='Fold line']:after {
4055
+ content: '';
4056
+ transform: rotate(45deg) translate3d(-2px, -3px, 0);
4057
+ opacity: 0;
4058
+ }
4059
+ .cm-foldGutter span[title='Fold line']:hover:after {
4060
+ opacity: 1;
4061
+ }
4062
+ .cm-foldGutter span[title='Unfold line']:after {
4063
+ content: '';
4064
+ transform: rotate(-45deg) translate3d(-2px, -3px, 0);
4065
+ opacity: 1;
4066
+ }
4067
+ .cm-foldGutter:hover span[title='Fold line']:after {
4068
+ opacity: 1 !important;
4069
+ }
4070
+ .cm-editor .cm-lineNumbers .cm-gutterElement {
4071
+ padding: 0 6px 0 12px !important;
4072
+ }
4073
+ .cm-editor .ͼ1g {
4074
+ color: var(--theme-color-2);
4075
+ }
4076
+ .cm-editor .ͼ1d,
4077
+ .cm-editor .ͼc,
4078
+ .cm-editor .ͼq,
4079
+ .cm-editor .ͼ7 {
4080
+ color: var(--cm-blue);
4081
+ }
4082
+ .cm-editor .ͼu,
4083
+ .cm-editor .ͼb {
4084
+ color: var(--cm-green);
4085
+ }
4086
+ .cm-editor .ͼ9,
4087
+ .cm-editor .ͼ1h {
4088
+ color: var(--cm-yellow);
4089
+ }
4090
+ .cm-editor .ͼi,
4091
+ .cm-editor .ͼv,
4092
+ .cm-editor .ͼx,
4093
+ .cm-editor .ͼ11,
4094
+ .cm-editor .ͼ14,
4095
+ .cm-editor .ͼp,
4096
+ .cm-editor .ͼ6 {
4097
+ color: var(--theme-color-3);
4098
+ }
4099
+ .cm-editor .cm-content {
4100
+ padding: 6px 0;
4101
+ }
4102
+ .cm-editor .cm-line {
4103
+ color: var(--theme-color-1) !important;
4104
+ caret-color: var(--theme-color-1) !important;
4105
+ }
4106
+ .cm-cursor {
4107
+ border-color: transparent !important;
4108
+ }
4109
+ .cm-matchingBracket {
4110
+ background: var(--theme-background-3) !important;
4111
+ }
4112
+ .cm-editor .cm-gutters {
4113
+ font-size: var(--theme-mini);
4114
+ color: var(--theme-color-3);
4115
+ line-height: 1.44;
4116
+ background: var(--theme-background-2);
4117
+ border-right: none;
4118
+ }
4119
+ .simplecode .cm-editor {
4120
+ outline: none !important;
4121
+ }
4122
+ .simplecode .cm-editor .cm-scroller {
4123
+ background: var(--theme-background-2);
4124
+ border-radius: var(--theme-radius);
4125
+ }
4126
+ .simplecode .cm-editor .cm-gutters {
4127
+ display: none;
4128
+ }
4129
+ .cm-editor .cm-gutterElement {
4130
+ font-family: var(--theme-font-code) !important;
4131
+ padding: 0 6px 0 12px !important;
4132
+ display: flex;
4133
+ align-items: center;
4134
+ justify-content: flex-end;
4135
+ background: var(--theme-background-2);
4136
+ }
4137
+ .cm-gutter + .cm-gutter .cm-gutterElement {
4138
+ padding-left: 0 !important;
4139
+ }
4140
+ .ͼ1 .cm-foldPlaceholder {
4141
+ background-color: var(--theme-background-3);
4142
+ border: var(--theme-border);
4143
+ color: var(--theme-color-3);
4144
+ }
4145
+
4146
+ .code-editor-notification {
4147
+ color: var(--theme-color-3);
4148
+ padding: 6px 8px;
4149
+ font-size: var(--theme-font-size-5);
4150
+ border-top: var(--theme-border);
4151
+ }
4152
+ .code-editor-notification--error {
4153
+ background: var(--theme-error-color);
4154
+ color: white;
4155
+ }
4156
+
4157
+ .code-editor-status-bar {
4158
+ color: var(--theme-color-3);
4159
+ padding: 6px 8px;
4160
+ font-size: var(--theme-font-size-5);
4161
+ border-top: var(--theme-border);
4162
+ }
4163
+
4164
+ .code-editor[data-v-151c0eee] {
4165
+ flex: 1 1 0%;
4166
+ min-width: 0;
4167
+ min-height: 0;
4168
+ height: var(--document-height);
4169
+
4170
+ display: flex;
4171
+ flex-direction: column;
4172
+ overflow: auto;
4173
+ border-right: var(--theme-border);
4174
+ }