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