@scalar/api-client 2.39.3 → 2.40.0
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/CHANGELOG.md +28 -0
- package/dist/components/AddressBar/AddressBarHistory.vue.d.ts.map +1 -1
- package/dist/components/AddressBar/AddressBarHistory.vue.js +1 -1
- package/dist/components/AddressBar/AddressBarHistory.vue.js.map +1 -1
- package/dist/components/AddressBar/AddressBarHistory.vue.script.js +2 -2
- package/dist/components/AddressBar/AddressBarHistory.vue.script.js.map +1 -1
- package/dist/hooks/useClientConfig.d.ts +12 -0
- package/dist/hooks/useClientConfig.d.ts.map +1 -1
- package/dist/hooks/useClientConfig.js +14 -1
- package/dist/hooks/useClientConfig.js.map +1 -1
- package/dist/hooks/useResponseBody.js +2 -2
- package/dist/hooks/useResponseBody.js.map +1 -1
- package/dist/libs/index.d.ts +0 -1
- package/dist/libs/index.d.ts.map +1 -1
- package/dist/libs/index.js +1 -2
- package/dist/libs/send-request/decode-buffer.js +2 -2
- package/dist/libs/send-request/decode-buffer.js.map +1 -1
- package/dist/style.css +222 -263
- package/dist/v2/blocks/operation-block/OperationBlock.vue.d.ts +14 -10
- package/dist/v2/blocks/operation-block/OperationBlock.vue.d.ts.map +1 -1
- package/dist/v2/blocks/operation-block/OperationBlock.vue.js.map +1 -1
- package/dist/v2/blocks/operation-block/OperationBlock.vue.script.js +57 -35
- package/dist/v2/blocks/operation-block/OperationBlock.vue.script.js.map +1 -1
- package/dist/v2/blocks/operation-block/helpers/decode-buffer.js +2 -2
- package/dist/v2/blocks/operation-block/helpers/decode-buffer.js.map +1 -1
- package/dist/v2/blocks/operation-block/helpers/send-request.d.ts +1 -5
- package/dist/v2/blocks/operation-block/helpers/send-request.d.ts.map +1 -1
- package/dist/v2/blocks/operation-block/helpers/send-request.js +18 -33
- package/dist/v2/blocks/operation-block/helpers/send-request.js.map +1 -1
- package/dist/v2/blocks/operation-block/helpers/validate-path-parameters.d.ts.map +1 -1
- package/dist/v2/blocks/operation-block/helpers/validate-path-parameters.js +1 -1
- package/dist/v2/blocks/operation-block/helpers/validate-path-parameters.js.map +1 -1
- package/dist/v2/blocks/operation-block/index.d.ts +0 -3
- package/dist/v2/blocks/operation-block/index.d.ts.map +1 -1
- package/dist/v2/blocks/operation-block/index.js +1 -4
- package/dist/v2/blocks/operation-code-sample/components/OperationCodeSample.vue.d.ts +1 -1
- package/dist/v2/blocks/operation-code-sample/components/OperationCodeSample.vue.d.ts.map +1 -1
- package/dist/v2/blocks/operation-code-sample/components/OperationCodeSample.vue.js +1 -1
- package/dist/v2/blocks/operation-code-sample/components/OperationCodeSample.vue.js.map +1 -1
- package/dist/v2/blocks/operation-code-sample/components/OperationCodeSample.vue.script.js +3 -1
- package/dist/v2/blocks/operation-code-sample/components/OperationCodeSample.vue.script.js.map +1 -1
- package/dist/v2/blocks/operation-code-sample/helpers/generate-code-snippet.d.ts +4 -2
- package/dist/v2/blocks/operation-code-sample/helpers/generate-code-snippet.d.ts.map +1 -1
- package/dist/v2/blocks/operation-code-sample/helpers/generate-code-snippet.js +3 -2
- package/dist/v2/blocks/operation-code-sample/helpers/generate-code-snippet.js.map +1 -1
- package/dist/v2/blocks/operation-code-sample/helpers/get-resolved-ref-deep.js +1 -1
- package/dist/v2/blocks/operation-code-sample/helpers/get-secrets.d.ts +1 -1
- package/dist/v2/blocks/operation-code-sample/helpers/get-secrets.d.ts.map +1 -1
- package/dist/v2/blocks/operation-code-sample/helpers/get-secrets.js.map +1 -1
- package/dist/v2/blocks/operation-code-sample/helpers/operation-to-har/operation-to-har.d.ts +7 -2
- package/dist/v2/blocks/operation-code-sample/helpers/operation-to-har/operation-to-har.d.ts.map +1 -1
- package/dist/v2/blocks/operation-code-sample/helpers/operation-to-har/operation-to-har.js +4 -3
- package/dist/v2/blocks/operation-code-sample/helpers/operation-to-har/operation-to-har.js.map +1 -1
- package/dist/v2/blocks/operation-code-sample/helpers/operation-to-har/process-body.d.ts.map +1 -1
- package/dist/v2/blocks/operation-code-sample/helpers/operation-to-har/process-body.js +2 -3
- package/dist/v2/blocks/operation-code-sample/helpers/operation-to-har/process-body.js.map +1 -1
- package/dist/v2/blocks/operation-code-sample/helpers/operation-to-har/process-parameters.d.ts +3 -1
- package/dist/v2/blocks/operation-code-sample/helpers/operation-to-har/process-parameters.d.ts.map +1 -1
- package/dist/v2/blocks/operation-code-sample/helpers/operation-to-har/process-parameters.js +5 -8
- package/dist/v2/blocks/operation-code-sample/helpers/operation-to-har/process-parameters.js.map +1 -1
- package/dist/v2/blocks/operation-code-sample/helpers/operation-to-har/process-security-schemes.d.ts +1 -1
- package/dist/v2/blocks/operation-code-sample/helpers/operation-to-har/process-security-schemes.d.ts.map +1 -1
- package/dist/v2/blocks/operation-code-sample/helpers/operation-to-har/process-security-schemes.js.map +1 -1
- package/dist/v2/blocks/operation-code-sample/index.d.ts +0 -1
- package/dist/v2/blocks/operation-code-sample/index.d.ts.map +1 -1
- package/dist/v2/blocks/operation-code-sample/index.js +2 -3
- package/dist/v2/blocks/request-block/RequestBlock.vue.d.ts +7 -9
- package/dist/v2/blocks/request-block/RequestBlock.vue.d.ts.map +1 -1
- package/dist/v2/blocks/request-block/RequestBlock.vue.js +1 -1
- package/dist/v2/blocks/request-block/RequestBlock.vue.js.map +1 -1
- package/dist/v2/blocks/request-block/RequestBlock.vue.script.js +49 -42
- package/dist/v2/blocks/request-block/RequestBlock.vue.script.js.map +1 -1
- package/dist/v2/blocks/request-block/components/RequestBody.vue.d.ts.map +1 -1
- package/dist/v2/blocks/request-block/components/RequestBody.vue.js +1 -1
- package/dist/v2/blocks/request-block/components/RequestBody.vue.js.map +1 -1
- package/dist/v2/blocks/request-block/components/RequestBody.vue.script.js +2 -3
- package/dist/v2/blocks/request-block/components/RequestBody.vue.script.js.map +1 -1
- package/dist/v2/blocks/request-block/components/RequestCodeSnippet.vue.d.ts.map +1 -1
- package/dist/v2/blocks/request-block/components/RequestCodeSnippet.vue.js.map +1 -1
- package/dist/v2/blocks/request-block/components/RequestCodeSnippet.vue.script.js +1 -0
- package/dist/v2/blocks/request-block/components/RequestCodeSnippet.vue.script.js.map +1 -1
- package/dist/v2/blocks/request-block/components/RequestTableRow.vue.d.ts.map +1 -1
- package/dist/v2/blocks/request-block/components/RequestTableRow.vue.js.map +1 -1
- package/dist/v2/blocks/request-block/components/RequestTableRow.vue.script.js +11 -9
- package/dist/v2/blocks/request-block/components/RequestTableRow.vue.script.js.map +1 -1
- package/dist/v2/blocks/request-block/helpers/get-form-body-rows.js +1 -1
- package/dist/v2/blocks/request-block/helpers/is-param-disabled.d.ts +1 -1
- package/dist/v2/blocks/request-block/helpers/is-param-disabled.d.ts.map +1 -1
- package/dist/v2/blocks/request-block/helpers/is-param-disabled.js +2 -1
- package/dist/v2/blocks/request-block/helpers/is-param-disabled.js.map +1 -1
- package/dist/v2/blocks/response-block/helpers/get-content-length.d.ts.map +1 -1
- package/dist/v2/blocks/response-block/helpers/get-content-length.js +2 -2
- package/dist/v2/blocks/response-block/helpers/get-content-length.js.map +1 -1
- package/dist/v2/blocks/response-block/helpers/process-response-body.js +2 -2
- package/dist/v2/blocks/response-block/helpers/process-response-body.js.map +1 -1
- package/dist/v2/blocks/scalar-address-bar-block/components/AddressBar.vue.d.ts.map +1 -1
- package/dist/v2/blocks/scalar-address-bar-block/components/AddressBar.vue.js +1 -1
- package/dist/v2/blocks/scalar-address-bar-block/components/AddressBar.vue.js.map +1 -1
- package/dist/v2/blocks/scalar-address-bar-block/components/AddressBar.vue.script.js +76 -25
- package/dist/v2/blocks/scalar-address-bar-block/components/AddressBar.vue.script.js.map +1 -1
- package/dist/v2/blocks/scalar-address-bar-block/components/AddressBarHistory.vue.d.ts.map +1 -1
- package/dist/v2/blocks/scalar-address-bar-block/components/AddressBarHistory.vue.js +1 -1
- package/dist/v2/blocks/scalar-address-bar-block/components/AddressBarHistory.vue.js.map +1 -1
- package/dist/v2/blocks/scalar-address-bar-block/components/AddressBarHistory.vue.script.js +2 -2
- package/dist/v2/blocks/scalar-address-bar-block/components/AddressBarHistory.vue.script.js.map +1 -1
- package/dist/v2/blocks/scalar-auth-selector-block/components/AuthSelector.vue.d.ts +1 -1
- package/dist/v2/blocks/scalar-auth-selector-block/components/AuthSelector.vue.d.ts.map +1 -1
- package/dist/v2/blocks/scalar-auth-selector-block/components/AuthSelector.vue.js.map +1 -1
- package/dist/v2/blocks/scalar-auth-selector-block/components/AuthSelector.vue.script.js +1 -1
- package/dist/v2/blocks/scalar-auth-selector-block/components/AuthSelector.vue.script.js.map +1 -1
- package/dist/v2/blocks/scalar-auth-selector-block/components/OAuth2.vue.d.ts +1 -1
- package/dist/v2/blocks/scalar-auth-selector-block/components/OAuth2.vue.d.ts.map +1 -1
- package/dist/v2/blocks/scalar-auth-selector-block/components/OAuth2.vue.js.map +1 -1
- package/dist/v2/blocks/scalar-auth-selector-block/components/OAuth2.vue.script.js +8 -4
- package/dist/v2/blocks/scalar-auth-selector-block/components/OAuth2.vue.script.js.map +1 -1
- package/dist/v2/blocks/scalar-auth-selector-block/components/RequestAuthDataTable.vue.d.ts +1 -1
- package/dist/v2/blocks/scalar-auth-selector-block/components/RequestAuthDataTable.vue.d.ts.map +1 -1
- package/dist/v2/blocks/scalar-auth-selector-block/components/RequestAuthDataTable.vue.js.map +1 -1
- package/dist/v2/blocks/scalar-auth-selector-block/components/RequestAuthDataTable.vue.script.js.map +1 -1
- package/dist/v2/blocks/scalar-auth-selector-block/components/RequestAuthTab.vue.d.ts +1 -1
- package/dist/v2/blocks/scalar-auth-selector-block/components/RequestAuthTab.vue.d.ts.map +1 -1
- package/dist/v2/blocks/scalar-auth-selector-block/components/RequestAuthTab.vue.js.map +1 -1
- package/dist/v2/blocks/scalar-auth-selector-block/components/RequestAuthTab.vue.script.js.map +1 -1
- package/dist/v2/blocks/scalar-auth-selector-block/helpers/extract-security-scheme-secrets.d.ts +1 -1
- package/dist/v2/blocks/scalar-auth-selector-block/helpers/extract-security-scheme-secrets.d.ts.map +1 -1
- package/dist/v2/blocks/scalar-auth-selector-block/helpers/fetch-openid-connect-discovery.js +1 -1
- package/dist/v2/blocks/scalar-auth-selector-block/helpers/oauth.d.ts +1 -1
- package/dist/v2/blocks/scalar-auth-selector-block/helpers/oauth.d.ts.map +1 -1
- package/dist/v2/blocks/scalar-auth-selector-block/helpers/oauth.js +6 -2
- package/dist/v2/blocks/scalar-auth-selector-block/helpers/oauth.js.map +1 -1
- package/dist/v2/blocks/scalar-auth-selector-block/index.d.ts +0 -3
- package/dist/v2/blocks/scalar-auth-selector-block/index.d.ts.map +1 -1
- package/dist/v2/blocks/scalar-auth-selector-block/index.js +1 -3
- package/dist/v2/components/code-input/CodeInput.vue.d.ts +16 -8
- package/dist/v2/components/code-input/CodeInput.vue.d.ts.map +1 -1
- package/dist/v2/components/code-input/CodeInput.vue.js +1 -1
- package/dist/v2/components/code-input/CodeInput.vue.js.map +1 -1
- package/dist/v2/components/code-input/CodeInput.vue.script.js +15 -10
- package/dist/v2/components/code-input/CodeInput.vue.script.js.map +1 -1
- package/dist/v2/constants.js +1 -1
- package/dist/v2/features/app/App.vue.d.ts.map +1 -1
- package/dist/v2/features/app/App.vue.js.map +1 -1
- package/dist/v2/features/app/App.vue.script.js +1 -5
- package/dist/v2/features/app/App.vue.script.js.map +1 -1
- package/dist/v2/features/app/app-events.d.ts.map +1 -1
- package/dist/v2/features/app/app-events.js +1 -1
- package/dist/v2/features/app/app-events.js.map +1 -1
- package/dist/v2/features/app/app-state.d.ts.map +1 -1
- package/dist/v2/features/app/app-state.js +2 -2
- package/dist/v2/features/app/app-state.js.map +1 -1
- package/dist/v2/features/app/components/AppSidebar.vue.d.ts.map +1 -1
- package/dist/v2/features/app/components/AppSidebar.vue.js +1 -1
- package/dist/v2/features/app/components/AppSidebar.vue.js.map +1 -1
- package/dist/v2/features/app/components/AppSidebar.vue.script.js +1 -1
- package/dist/v2/features/app/components/AppSidebar.vue.script.js.map +1 -1
- package/dist/v2/features/app/helpers/routes.d.ts +0 -3
- package/dist/v2/features/app/helpers/routes.d.ts.map +1 -1
- package/dist/v2/features/app/helpers/routes.js +1 -1
- package/dist/v2/features/app/helpers/routes.js.map +1 -1
- package/dist/v2/features/collection/DocumentCollection.vue.d.ts.map +1 -1
- package/dist/v2/features/collection/DocumentCollection.vue.js.map +1 -1
- package/dist/v2/features/collection/DocumentCollection.vue.script.js +30 -52
- package/dist/v2/features/collection/DocumentCollection.vue.script.js.map +1 -1
- package/dist/v2/features/collection/OperationCollection.vue.script.js +0 -1
- package/dist/v2/features/collection/OperationCollection.vue.script.js.map +1 -1
- package/dist/v2/features/collection/WorkspaceCollection.vue.script.js +0 -1
- package/dist/v2/features/collection/WorkspaceCollection.vue.script.js.map +1 -1
- package/dist/v2/features/collection/components/Authentication.vue.d.ts.map +1 -1
- package/dist/v2/features/collection/components/Authentication.vue.js +1 -1
- package/dist/v2/features/collection/components/Authentication.vue.js.map +1 -1
- package/dist/v2/features/collection/components/Authentication.vue.script.js +6 -8
- package/dist/v2/features/collection/components/Authentication.vue.script.js.map +1 -1
- package/dist/v2/features/collection/components/Cookies.vue.script.js +0 -1
- package/dist/v2/features/collection/components/Cookies.vue.script.js.map +1 -1
- package/dist/v2/features/collection/components/Editor/Editor.vue.script.js +0 -1
- package/dist/v2/features/collection/components/Editor/Editor.vue.script.js.map +1 -1
- package/dist/v2/features/collection/components/Environment.vue.script.js +0 -1
- package/dist/v2/features/collection/components/Environment.vue.script.js.map +1 -1
- package/dist/v2/features/collection/components/Overview.vue.script.js +0 -1
- package/dist/v2/features/collection/components/Overview.vue.script.js.map +1 -1
- package/dist/v2/features/collection/components/Servers.vue.script.js +0 -1
- package/dist/v2/features/collection/components/Servers.vue.script.js.map +1 -1
- package/dist/v2/features/collection/components/Settings.vue.js.map +1 -1
- package/dist/v2/features/collection/components/Settings.vue.script.js +2 -3
- package/dist/v2/features/collection/components/Settings.vue.script.js.map +1 -1
- package/dist/v2/features/editor/hooks/use-three-way-merge-editor.js +1 -1
- package/dist/v2/features/environments/components/EnvironmentVariablesDropdown.vue.d.ts.map +1 -1
- package/dist/v2/features/environments/components/EnvironmentVariablesDropdown.vue.js.map +1 -1
- package/dist/v2/features/environments/components/EnvironmentVariablesDropdown.vue.script.js +1 -1
- package/dist/v2/features/environments/components/EnvironmentVariablesDropdown.vue.script.js.map +1 -1
- package/dist/v2/features/modal/Modal.vue.d.ts.map +1 -1
- package/dist/v2/features/modal/Modal.vue.js.map +1 -1
- package/dist/v2/features/modal/Modal.vue.script.js +3 -4
- package/dist/v2/features/modal/Modal.vue.script.js.map +1 -1
- package/dist/v2/features/modal/helpers/map-hidden-clients-config.js +1 -1
- package/dist/v2/features/operation/Operation.vue.d.ts.map +1 -1
- package/dist/v2/features/operation/Operation.vue.js.map +1 -1
- package/dist/v2/features/operation/Operation.vue.script.js +50 -84
- package/dist/v2/features/operation/Operation.vue.script.js.map +1 -1
- package/dist/v2/features/operation/index.d.ts +0 -4
- package/dist/v2/features/operation/index.d.ts.map +1 -1
- package/dist/v2/features/operation/index.js +1 -5
- package/dist/views/Request/RequestSection/RequestAuth/OAuth2.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestAuth/OAuth2.vue.js.map +1 -1
- package/dist/views/Request/RequestSection/RequestAuth/OAuth2.vue.script.js +11 -1
- package/dist/views/Request/RequestSection/RequestAuth/OAuth2.vue.script.js.map +1 -1
- package/dist/views/Request/RequestSection/RequestTable.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestTable.vue.js +1 -1
- package/dist/views/Request/RequestSection/RequestTable.vue.js.map +1 -1
- package/dist/views/Request/RequestSection/RequestTable.vue.script.js +1 -1
- package/dist/views/Request/RequestSection/RequestTable.vue.script.js.map +1 -1
- package/dist/views/Request/ResponseSection/ResponseEmpty.vue.script.js +1 -1
- package/dist/views/Request/ResponseSection/ResponseMetaInformation.vue.d.ts.map +1 -1
- package/dist/views/Request/ResponseSection/ResponseMetaInformation.vue.js.map +1 -1
- package/dist/views/Request/ResponseSection/ResponseMetaInformation.vue.script.js +2 -2
- package/dist/views/Request/ResponseSection/ResponseMetaInformation.vue.script.js.map +1 -1
- package/dist/views/Request/libs/oauth2.js +1 -1
- package/dist/views/Request/libs/oauth2.js.map +1 -1
- package/package.json +25 -31
- package/dist/libs/formatters.d.ts +0 -12
- package/dist/libs/formatters.d.ts.map +0 -1
- package/dist/libs/formatters.js +0 -36
- package/dist/libs/formatters.js.map +0 -1
- package/dist/v2/blocks/operation-block/helpers/apply-allow-reserved-to-url.d.ts +0 -6
- package/dist/v2/blocks/operation-block/helpers/apply-allow-reserved-to-url.d.ts.map +0 -1
- package/dist/v2/blocks/operation-block/helpers/apply-allow-reserved-to-url.js +0 -58
- package/dist/v2/blocks/operation-block/helpers/apply-allow-reserved-to-url.js.map +0 -1
- package/dist/v2/blocks/operation-block/helpers/build-request-body.d.ts +0 -12
- package/dist/v2/blocks/operation-block/helpers/build-request-body.d.ts.map +0 -1
- package/dist/v2/blocks/operation-block/helpers/build-request-body.js +0 -65
- package/dist/v2/blocks/operation-block/helpers/build-request-body.js.map +0 -1
- package/dist/v2/blocks/operation-block/helpers/build-request-cookie-header.d.ts +0 -31
- package/dist/v2/blocks/operation-block/helpers/build-request-cookie-header.d.ts.map +0 -1
- package/dist/v2/blocks/operation-block/helpers/build-request-cookie-header.js +0 -55
- package/dist/v2/blocks/operation-block/helpers/build-request-cookie-header.js.map +0 -1
- package/dist/v2/blocks/operation-block/helpers/build-request-parameters.d.ts +0 -27
- package/dist/v2/blocks/operation-block/helpers/build-request-parameters.d.ts.map +0 -1
- package/dist/v2/blocks/operation-block/helpers/build-request-parameters.js +0 -159
- package/dist/v2/blocks/operation-block/helpers/build-request-parameters.js.map +0 -1
- package/dist/v2/blocks/operation-block/helpers/build-request-security.d.ts +0 -25
- package/dist/v2/blocks/operation-block/helpers/build-request-security.d.ts.map +0 -1
- package/dist/v2/blocks/operation-block/helpers/build-request-security.js +0 -53
- package/dist/v2/blocks/operation-block/helpers/build-request-security.js.map +0 -1
- package/dist/v2/blocks/operation-block/helpers/build-request.d.ts +0 -46
- package/dist/v2/blocks/operation-block/helpers/build-request.d.ts.map +0 -1
- package/dist/v2/blocks/operation-block/helpers/build-request.js +0 -102
- package/dist/v2/blocks/operation-block/helpers/build-request.js.map +0 -1
- package/dist/v2/blocks/operation-block/helpers/de-serialize-parameter.d.ts +0 -4
- package/dist/v2/blocks/operation-block/helpers/de-serialize-parameter.d.ts.map +0 -1
- package/dist/v2/blocks/operation-block/helpers/de-serialize-parameter.js +0 -41
- package/dist/v2/blocks/operation-block/helpers/de-serialize-parameter.js.map +0 -1
- package/dist/v2/blocks/operation-block/helpers/filter-global-cookies.d.ts +0 -14
- package/dist/v2/blocks/operation-block/helpers/filter-global-cookies.d.ts.map +0 -1
- package/dist/v2/blocks/operation-block/helpers/filter-global-cookies.js +0 -20
- package/dist/v2/blocks/operation-block/helpers/filter-global-cookies.js.map +0 -1
- package/dist/v2/blocks/operation-block/helpers/get-delimiter.d.ts +0 -8
- package/dist/v2/blocks/operation-block/helpers/get-delimiter.d.ts.map +0 -1
- package/dist/v2/blocks/operation-block/helpers/get-environment-variables.d.ts +0 -9
- package/dist/v2/blocks/operation-block/helpers/get-environment-variables.d.ts.map +0 -1
- package/dist/v2/blocks/operation-block/helpers/get-environment-variables.js +0 -17
- package/dist/v2/blocks/operation-block/helpers/get-environment-variables.js.map +0 -1
- package/dist/v2/blocks/operation-block/helpers/get-example.d.ts +0 -10
- package/dist/v2/blocks/operation-block/helpers/get-example.d.ts.map +0 -1
- package/dist/v2/blocks/operation-block/helpers/get-example.js +0 -41
- package/dist/v2/blocks/operation-block/helpers/get-example.js.map +0 -1
- package/dist/v2/blocks/operation-block/helpers/get-resolved-url.d.ts +0 -26
- package/dist/v2/blocks/operation-block/helpers/get-resolved-url.d.ts.map +0 -1
- package/dist/v2/blocks/operation-block/helpers/get-resolved-url.js +0 -32
- package/dist/v2/blocks/operation-block/helpers/get-resolved-url.js.map +0 -1
- package/dist/v2/blocks/operation-block/helpers/get-selected-body-content-type.d.ts +0 -10
- package/dist/v2/blocks/operation-block/helpers/get-selected-body-content-type.d.ts.map +0 -1
- package/dist/v2/blocks/operation-block/helpers/get-selected-body-content-type.js +0 -15
- package/dist/v2/blocks/operation-block/helpers/get-selected-body-content-type.js.map +0 -1
- package/dist/v2/blocks/operation-block/helpers/get-server-url.d.ts +0 -3
- package/dist/v2/blocks/operation-block/helpers/get-server-url.d.ts.map +0 -1
- package/dist/v2/blocks/operation-block/helpers/get-server-url.js +0 -18
- package/dist/v2/blocks/operation-block/helpers/get-server-url.js.map +0 -1
- package/dist/v2/blocks/operation-block/helpers/serialize-parameter.d.ts +0 -96
- package/dist/v2/blocks/operation-block/helpers/serialize-parameter.d.ts.map +0 -1
- package/dist/v2/blocks/operation-block/helpers/serialize-parameter.js +0 -160
- package/dist/v2/blocks/operation-block/helpers/serialize-parameter.js.map +0 -1
- package/dist/v2/blocks/operation-code-sample/helpers/get-example-from-schema.d.ts +0 -40
- package/dist/v2/blocks/operation-code-sample/helpers/get-example-from-schema.d.ts.map +0 -1
- package/dist/v2/blocks/operation-code-sample/helpers/get-example-from-schema.js +0 -437
- package/dist/v2/blocks/operation-code-sample/helpers/get-example-from-schema.js.map +0 -1
- package/dist/v2/blocks/request-block/helpers/get-request-body-example.d.ts +0 -6
- package/dist/v2/blocks/request-block/helpers/get-request-body-example.d.ts.map +0 -1
- package/dist/v2/blocks/request-block/helpers/get-request-body-example.js +0 -25
- package/dist/v2/blocks/request-block/helpers/get-request-body-example.js.map +0 -1
- package/dist/v2/blocks/scalar-auth-selector-block/helpers/extract-security-scheme-secrets.js +0 -141
- package/dist/v2/blocks/scalar-auth-selector-block/helpers/extract-security-scheme-secrets.js.map +0 -1
- package/dist/v2/blocks/scalar-auth-selector-block/helpers/is-auth-optional.d.ts +0 -4
- package/dist/v2/blocks/scalar-auth-selector-block/helpers/is-auth-optional.d.ts.map +0 -1
- package/dist/v2/blocks/scalar-auth-selector-block/helpers/is-auth-optional.js +0 -10
- package/dist/v2/blocks/scalar-auth-selector-block/helpers/is-auth-optional.js.map +0 -1
- package/dist/v2/blocks/scalar-auth-selector-block/helpers/merge-security.d.ts +0 -9
- package/dist/v2/blocks/scalar-auth-selector-block/helpers/merge-security.d.ts.map +0 -1
- package/dist/v2/blocks/scalar-auth-selector-block/helpers/merge-security.js +0 -27
- package/dist/v2/blocks/scalar-auth-selector-block/helpers/merge-security.js.map +0 -1
- package/dist/v2/blocks/scalar-auth-selector-block/helpers/secret-types.d.ts +0 -25
- package/dist/v2/blocks/scalar-auth-selector-block/helpers/secret-types.d.ts.map +0 -1
- package/dist/v2/components/callout/Callout.vue.js +0 -9
- package/dist/v2/components/callout/Callout.vue.js.map +0 -1
- package/dist/v2/components/callout/Callout.vue.script.js +0 -35
- package/dist/v2/components/callout/Callout.vue.script.js.map +0 -1
- package/dist/v2/features/operation/helpers/combine-params.d.ts +0 -4
- package/dist/v2/features/operation/helpers/combine-params.d.ts.map +0 -1
- package/dist/v2/features/operation/helpers/combine-params.js +0 -20
- package/dist/v2/features/operation/helpers/combine-params.js.map +0 -1
- package/dist/v2/features/operation/helpers/get-operation-header.d.ts +0 -17
- package/dist/v2/features/operation/helpers/get-operation-header.d.ts.map +0 -1
- package/dist/v2/features/operation/helpers/get-security-requirements.d.ts +0 -12
- package/dist/v2/features/operation/helpers/get-security-requirements.d.ts.map +0 -1
- package/dist/v2/features/operation/helpers/get-security-requirements.js +0 -17
- package/dist/v2/features/operation/helpers/get-security-requirements.js.map +0 -1
- package/dist/v2/features/operation/helpers/get-selected-security.d.ts +0 -15
- package/dist/v2/features/operation/helpers/get-selected-security.d.ts.map +0 -1
- package/dist/v2/features/operation/helpers/get-selected-security.js +0 -41
- package/dist/v2/features/operation/helpers/get-selected-security.js.map +0 -1
- package/dist/v2/features/operation/helpers/get-selected-server.d.ts +0 -13
- package/dist/v2/features/operation/helpers/get-selected-server.d.ts.map +0 -1
- package/dist/v2/features/operation/helpers/get-selected-server.js +0 -21
- package/dist/v2/features/operation/helpers/get-selected-server.js.map +0 -1
- package/dist/v2/helpers/get-active-environment.d.ts +0 -5
- package/dist/v2/helpers/get-active-environment.d.ts.map +0 -1
- package/dist/v2/helpers/get-active-environment.js +0 -19
- package/dist/v2/helpers/get-active-environment.js.map +0 -1
- package/dist/v2/helpers/get-active-proxy-url.d.ts +0 -18
- package/dist/v2/helpers/get-active-proxy-url.d.ts.map +0 -1
- package/dist/v2/helpers/get-active-proxy-url.js +0 -26
- package/dist/v2/helpers/get-active-proxy-url.js.map +0 -1
- package/dist/v2/helpers/get-servers.d.ts +0 -23
- package/dist/v2/helpers/get-servers.d.ts.map +0 -1
- package/dist/v2/helpers/get-servers.js +0 -106
- package/dist/v2/helpers/get-servers.js.map +0 -1
- package/dist/v2/helpers/index.d.ts +0 -3
- package/dist/v2/helpers/index.d.ts.map +0 -1
- package/dist/v2/helpers/index.js +0 -3
package/dist/style.css
CHANGED
|
@@ -12,10 +12,10 @@
|
|
|
12
12
|
background: linear-gradient(rgba(0, 0, 0, 0.15), rgba(255, 255, 255, 0.035));
|
|
13
13
|
}
|
|
14
14
|
|
|
15
|
-
.address-bar-history-button[data-v-
|
|
15
|
+
.address-bar-history-button[data-v-7e9dbe2f]:hover {
|
|
16
16
|
background: var(--scalar-background-3);
|
|
17
17
|
}
|
|
18
|
-
.address-bar-history-button[data-v-
|
|
18
|
+
.address-bar-history-button[data-v-7e9dbe2f]:focus-within {
|
|
19
19
|
background: var(--scalar-background-2);
|
|
20
20
|
}
|
|
21
21
|
|
|
@@ -1272,6 +1272,7 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
1272
1272
|
--leading-normal: 1.5;
|
|
1273
1273
|
--leading-relaxed: 1.625;
|
|
1274
1274
|
--animate-spin: spin 1s linear infinite;
|
|
1275
|
+
--container-content: 720px;
|
|
1275
1276
|
}
|
|
1276
1277
|
}
|
|
1277
1278
|
|
|
@@ -1439,13 +1440,13 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
1439
1440
|
}
|
|
1440
1441
|
|
|
1441
1442
|
@media (max-width: 720px) and (max-height: 480px) {
|
|
1442
|
-
.scalar-modal-layout .scalar-modal[data-v-
|
|
1443
|
+
.scalar-modal-layout .scalar-modal[data-v-5bb1dcc2] {
|
|
1443
1444
|
max-height: 90svh;
|
|
1444
1445
|
margin-top: 5svh;
|
|
1445
1446
|
}
|
|
1446
1447
|
}
|
|
1447
1448
|
|
|
1448
|
-
@keyframes fadein-layout-
|
|
1449
|
+
@keyframes fadein-layout-5bb1dcc2 {
|
|
1449
1450
|
0% {
|
|
1450
1451
|
opacity: 0;
|
|
1451
1452
|
}
|
|
@@ -1455,7 +1456,7 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
1455
1456
|
}
|
|
1456
1457
|
}
|
|
1457
1458
|
|
|
1458
|
-
@keyframes fadein-modal-
|
|
1459
|
+
@keyframes fadein-modal-5bb1dcc2 {
|
|
1459
1460
|
0% {
|
|
1460
1461
|
opacity: 0;
|
|
1461
1462
|
transform: translate3d(0, 10px, 0);
|
|
@@ -1468,7 +1469,7 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
1468
1469
|
}
|
|
1469
1470
|
|
|
1470
1471
|
@media (min-width: 800px) {
|
|
1471
|
-
.full-size-styles[data-v-
|
|
1472
|
+
.full-size-styles[data-v-5bb1dcc2] {
|
|
1472
1473
|
width: 50dvw !important;
|
|
1473
1474
|
}
|
|
1474
1475
|
}
|
|
@@ -3183,22 +3184,22 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
3183
3184
|
display: none;
|
|
3184
3185
|
}
|
|
3185
3186
|
|
|
3186
|
-
.scalar-modal-layout[data-v-
|
|
3187
|
-
animation: .3s ease-in-out forwards fadein-layout-
|
|
3187
|
+
.scalar-modal-layout[data-v-5bb1dcc2] {
|
|
3188
|
+
animation: .3s ease-in-out forwards fadein-layout-5bb1dcc2;
|
|
3188
3189
|
}
|
|
3189
3190
|
|
|
3190
|
-
.scalar-modal[data-v-
|
|
3191
|
+
.scalar-modal[data-v-5bb1dcc2] {
|
|
3191
3192
|
box-shadow: var(--scalar-shadow-2);
|
|
3192
|
-
animation: .3s ease-in-out .1s forwards fadein-modal-
|
|
3193
|
+
animation: .3s ease-in-out .1s forwards fadein-modal-5bb1dcc2;
|
|
3193
3194
|
transform: translate3d(0, 10px, 0);
|
|
3194
3195
|
}
|
|
3195
3196
|
|
|
3196
|
-
.scalar-modal-layout-full[data-v-
|
|
3197
|
+
.scalar-modal-layout-full[data-v-5bb1dcc2] {
|
|
3197
3198
|
opacity: 1 !important;
|
|
3198
3199
|
background: none !important;
|
|
3199
3200
|
}
|
|
3200
3201
|
|
|
3201
|
-
.modal-content-search .modal-body[data-v-
|
|
3202
|
+
.modal-content-search .modal-body[data-v-5bb1dcc2] {
|
|
3202
3203
|
flex-direction: column;
|
|
3203
3204
|
max-height: 440px;
|
|
3204
3205
|
padding: 0;
|
|
@@ -3207,16 +3208,16 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
3207
3208
|
}
|
|
3208
3209
|
|
|
3209
3210
|
@media (max-width: 720px) and (max-height: 480px) {
|
|
3210
|
-
.scalar-modal-layout .scalar-modal[data-v-
|
|
3211
|
+
.scalar-modal-layout .scalar-modal[data-v-5bb1dcc2] {
|
|
3211
3212
|
max-height: 90svh;
|
|
3212
3213
|
margin-top: 5svh;
|
|
3213
3214
|
}
|
|
3214
3215
|
}
|
|
3215
3216
|
|
|
3216
|
-
.full-size-styles[data-v-
|
|
3217
|
+
.full-size-styles[data-v-5bb1dcc2] {
|
|
3217
3218
|
margin: initial;
|
|
3218
3219
|
border-right: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
3219
|
-
animation: .3s ease-in-out forwards fadein-layout-
|
|
3220
|
+
animation: .3s ease-in-out forwards fadein-layout-5bb1dcc2;
|
|
3220
3221
|
left: 0;
|
|
3221
3222
|
transform: translate3d(0, 0, 0);
|
|
3222
3223
|
background-color: var(--scalar-background-1) !important;
|
|
@@ -3228,12 +3229,12 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
3228
3229
|
}
|
|
3229
3230
|
|
|
3230
3231
|
@media (min-width: 800px) {
|
|
3231
|
-
.full-size-styles[data-v-
|
|
3232
|
+
.full-size-styles[data-v-5bb1dcc2] {
|
|
3232
3233
|
width: 50dvw !important;
|
|
3233
3234
|
}
|
|
3234
3235
|
}
|
|
3235
3236
|
|
|
3236
|
-
.full-size-styles[data-v-
|
|
3237
|
+
.full-size-styles[data-v-5bb1dcc2]:after {
|
|
3237
3238
|
content: "";
|
|
3238
3239
|
width: 50dvw;
|
|
3239
3240
|
height: 100dvh;
|
|
@@ -3567,6 +3568,10 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
3567
3568
|
right: 10px;
|
|
3568
3569
|
}
|
|
3569
3570
|
|
|
3571
|
+
.scalar-app .bottom-4 {
|
|
3572
|
+
bottom: 16px;
|
|
3573
|
+
}
|
|
3574
|
+
|
|
3570
3575
|
.scalar-app .left-2\.5 {
|
|
3571
3576
|
left: 10px;
|
|
3572
3577
|
}
|
|
@@ -3639,6 +3644,10 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
3639
3644
|
margin: -6px;
|
|
3640
3645
|
}
|
|
3641
3646
|
|
|
3647
|
+
.scalar-app .-m-2 {
|
|
3648
|
+
margin: -8px;
|
|
3649
|
+
}
|
|
3650
|
+
|
|
3642
3651
|
.scalar-app .-m-px {
|
|
3643
3652
|
margin: -1px;
|
|
3644
3653
|
}
|
|
@@ -3732,11 +3741,6 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
3732
3741
|
height: 11px;
|
|
3733
3742
|
}
|
|
3734
3743
|
|
|
3735
|
-
.scalar-app .size-3\.25 {
|
|
3736
|
-
width: 13px;
|
|
3737
|
-
height: 13px;
|
|
3738
|
-
}
|
|
3739
|
-
|
|
3740
3744
|
.scalar-app .size-60 {
|
|
3741
3745
|
width: 240px;
|
|
3742
3746
|
height: 240px;
|
|
@@ -3867,6 +3871,10 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
3867
3871
|
max-width: inherit;
|
|
3868
3872
|
}
|
|
3869
3873
|
|
|
3874
|
+
.scalar-app .max-w-screen-padded-4 {
|
|
3875
|
+
max-width: calc(100vw - 32px);
|
|
3876
|
+
}
|
|
3877
|
+
|
|
3870
3878
|
.scalar-app .max-w-xs {
|
|
3871
3879
|
max-width: 320px;
|
|
3872
3880
|
}
|
|
@@ -3927,6 +3935,11 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
3927
3935
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
3928
3936
|
}
|
|
3929
3937
|
|
|
3938
|
+
.scalar-app .translate-y-\[200\%\] {
|
|
3939
|
+
--tw-translate-y: 200%;
|
|
3940
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
3941
|
+
}
|
|
3942
|
+
|
|
3930
3943
|
.scalar-app .scale-0 {
|
|
3931
3944
|
--tw-scale-x: 0%;
|
|
3932
3945
|
--tw-scale-y: 0%;
|
|
@@ -4246,6 +4259,10 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
4246
4259
|
color: var(--scalar-sidebar-search-color, var(--scalar-color-3));
|
|
4247
4260
|
}
|
|
4248
4261
|
|
|
4262
|
+
.scalar-app .text-white {
|
|
4263
|
+
color: #fff;
|
|
4264
|
+
}
|
|
4265
|
+
|
|
4249
4266
|
.scalar-app .opacity-40 {
|
|
4250
4267
|
opacity: .4;
|
|
4251
4268
|
}
|
|
@@ -4268,11 +4285,39 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
4268
4285
|
backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
|
|
4269
4286
|
}
|
|
4270
4287
|
|
|
4288
|
+
.scalar-app .duration-400 {
|
|
4289
|
+
--tw-duration: .4s;
|
|
4290
|
+
transition-duration: .4s;
|
|
4291
|
+
}
|
|
4292
|
+
|
|
4271
4293
|
.scalar-app .ease-in {
|
|
4272
4294
|
--tw-ease: var(--ease-in);
|
|
4273
4295
|
transition-timing-function: var(--ease-in);
|
|
4274
4296
|
}
|
|
4275
4297
|
|
|
4298
|
+
.scalar-app .ease-spring {
|
|
4299
|
+
--tw-ease: linear(0,
|
|
4300
|
+
.008 1.1%,
|
|
4301
|
+
.034 2.3%,
|
|
4302
|
+
.134 4.9%,
|
|
4303
|
+
.264 7.3%,
|
|
4304
|
+
.683 14.3%,
|
|
4305
|
+
.797 16.5%,
|
|
4306
|
+
.89 18.6%,
|
|
4307
|
+
.967 20.7%,
|
|
4308
|
+
1.027 22.8%,
|
|
4309
|
+
1.073 25%,
|
|
4310
|
+
1.104 27.3%,
|
|
4311
|
+
1.123 30.6%,
|
|
4312
|
+
1.119 34.3%,
|
|
4313
|
+
1.018 49.5%,
|
|
4314
|
+
.988 58.6%,
|
|
4315
|
+
.985 65.2%,
|
|
4316
|
+
1 84.5%,
|
|
4317
|
+
1);
|
|
4318
|
+
transition-timing-function: linear(0, .008 1.1%, .034 2.3%, .134 4.9%, .264 7.3%, .683 14.3%, .797 16.5%, .89 18.6%, .967 20.7%, 1.027 22.8%, 1.073 25%, 1.104 27.3%, 1.123 30.6%, 1.119 34.3%, 1.018 49.5%, .988 58.6%, .985 65.2%, 1 84.5%, 1);
|
|
4319
|
+
}
|
|
4320
|
+
|
|
4276
4321
|
:is(.scalar-app .\*\:size-3 > *) {
|
|
4277
4322
|
width: 12px;
|
|
4278
4323
|
height: 12px;
|
|
@@ -4643,13 +4688,6 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
4643
4688
|
top: 50%;
|
|
4644
4689
|
}
|
|
4645
4690
|
|
|
4646
|
-
.scalar-app .centered-x {
|
|
4647
|
-
--tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
|
|
4648
|
-
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
4649
|
-
position: absolute;
|
|
4650
|
-
left: 50%;
|
|
4651
|
-
}
|
|
4652
|
-
|
|
4653
4691
|
.scalar-app .sr-only {
|
|
4654
4692
|
clip-path: inset(50%);
|
|
4655
4693
|
white-space: nowrap;
|
|
@@ -4710,8 +4748,8 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
4710
4748
|
top: calc(var(--scalar-address-bar-height) * -1);
|
|
4711
4749
|
}
|
|
4712
4750
|
|
|
4713
|
-
.scalar-app .-top-
|
|
4714
|
-
top: -
|
|
4751
|
+
.scalar-app .-top-0\.5 {
|
|
4752
|
+
top: -2px;
|
|
4715
4753
|
}
|
|
4716
4754
|
|
|
4717
4755
|
.scalar-app .-top-\[104px\] {
|
|
@@ -4738,8 +4776,8 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
4738
4776
|
top: calc(100% + 4px);
|
|
4739
4777
|
}
|
|
4740
4778
|
|
|
4741
|
-
.scalar-app .-right-
|
|
4742
|
-
right: -
|
|
4779
|
+
.scalar-app .-right-0\.5 {
|
|
4780
|
+
right: -2px;
|
|
4743
4781
|
}
|
|
4744
4782
|
|
|
4745
4783
|
.scalar-app .-right-\[30px\] {
|
|
@@ -4941,10 +4979,6 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
4941
4979
|
margin: auto;
|
|
4942
4980
|
}
|
|
4943
4981
|
|
|
4944
|
-
.scalar-app .m-header {
|
|
4945
|
-
margin: 48px;
|
|
4946
|
-
}
|
|
4947
|
-
|
|
4948
4982
|
.scalar-app .-mx-0\.25 {
|
|
4949
4983
|
margin-inline: -1px;
|
|
4950
4984
|
}
|
|
@@ -5105,10 +5139,6 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
5105
5139
|
margin-bottom: 16px;
|
|
5106
5140
|
}
|
|
5107
5141
|
|
|
5108
|
-
.scalar-app .mb-5 {
|
|
5109
|
-
margin-bottom: 20px;
|
|
5110
|
-
}
|
|
5111
|
-
|
|
5112
5142
|
.scalar-app .mb-\[\.5px\] {
|
|
5113
5143
|
margin-bottom: .5px;
|
|
5114
5144
|
}
|
|
@@ -5618,10 +5648,6 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
5618
5648
|
width: calc(100% - 10px);
|
|
5619
5649
|
}
|
|
5620
5650
|
|
|
5621
|
-
.scalar-app .w-\[calc\(100\%_-_8px\)\] {
|
|
5622
|
-
width: calc(100% - 8px);
|
|
5623
|
-
}
|
|
5624
|
-
|
|
5625
5651
|
.scalar-app .w-\[inherit\] {
|
|
5626
5652
|
width: inherit;
|
|
5627
5653
|
}
|
|
@@ -5630,6 +5656,14 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
5630
5656
|
width: auto;
|
|
5631
5657
|
}
|
|
5632
5658
|
|
|
5659
|
+
.scalar-app .w-content {
|
|
5660
|
+
width: 720px;
|
|
5661
|
+
}
|
|
5662
|
+
|
|
5663
|
+
.scalar-app .w-content-padded-4 {
|
|
5664
|
+
width: calc(var(--container-content) - calc(4px * 4 * 2));
|
|
5665
|
+
}
|
|
5666
|
+
|
|
5633
5667
|
.scalar-app .w-dvw {
|
|
5634
5668
|
width: 100dvw;
|
|
5635
5669
|
}
|
|
@@ -5706,6 +5740,10 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
5706
5740
|
max-width: 100%;
|
|
5707
5741
|
}
|
|
5708
5742
|
|
|
5743
|
+
.scalar-app .max-w-full-padded-4 {
|
|
5744
|
+
max-width: calc(100% - 32px);
|
|
5745
|
+
}
|
|
5746
|
+
|
|
5709
5747
|
.scalar-app .min-w-0 {
|
|
5710
5748
|
min-width: 0;
|
|
5711
5749
|
}
|
|
@@ -6298,7 +6336,7 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
6298
6336
|
border-color: var(--scalar-color-alert);
|
|
6299
6337
|
}
|
|
6300
6338
|
|
|
6301
|
-
.scalar-app .border
|
|
6339
|
+
.scalar-app .border-border {
|
|
6302
6340
|
border-color: var(--scalar-border-color);
|
|
6303
6341
|
}
|
|
6304
6342
|
|
|
@@ -6424,10 +6462,6 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
6424
6462
|
background-color: var(--scalar-color-3);
|
|
6425
6463
|
}
|
|
6426
6464
|
|
|
6427
|
-
.scalar-app .bg-orange {
|
|
6428
|
-
background-color: var(--scalar-color-orange);
|
|
6429
|
-
}
|
|
6430
|
-
|
|
6431
6465
|
.scalar-app .bg-sidebar-b-1 {
|
|
6432
6466
|
background-color: var(--scalar-sidebar-background-1, var(--scalar-background-1));
|
|
6433
6467
|
}
|
|
@@ -6768,6 +6802,10 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
6768
6802
|
padding-bottom: 56px;
|
|
6769
6803
|
}
|
|
6770
6804
|
|
|
6805
|
+
.scalar-app .pb-20 {
|
|
6806
|
+
padding-bottom: 80px;
|
|
6807
|
+
}
|
|
6808
|
+
|
|
6771
6809
|
.scalar-app .pb-\[75px\] {
|
|
6772
6810
|
padding-bottom: 75px;
|
|
6773
6811
|
}
|
|
@@ -6863,10 +6901,6 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
6863
6901
|
font-size: 6px;
|
|
6864
6902
|
}
|
|
6865
6903
|
|
|
6866
|
-
.scalar-app .text-\[9px\] {
|
|
6867
|
-
font-size: 9px;
|
|
6868
|
-
}
|
|
6869
|
-
|
|
6870
6904
|
.scalar-app .text-\[10px\] {
|
|
6871
6905
|
font-size: 10px;
|
|
6872
6906
|
}
|
|
@@ -7047,10 +7081,6 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
7047
7081
|
color: var(--scalar-color-red);
|
|
7048
7082
|
}
|
|
7049
7083
|
|
|
7050
|
-
.scalar-app .text-\[var\(--scalar-color-yellow\)\] {
|
|
7051
|
-
color: var(--scalar-color-yellow);
|
|
7052
|
-
}
|
|
7053
|
-
|
|
7054
7084
|
.scalar-app .text-b-1 {
|
|
7055
7085
|
color: var(--scalar-background-1);
|
|
7056
7086
|
}
|
|
@@ -7127,10 +7157,6 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
7127
7157
|
color: #0000;
|
|
7128
7158
|
}
|
|
7129
7159
|
|
|
7130
|
-
.scalar-app .text-white {
|
|
7131
|
-
color: #fff;
|
|
7132
|
-
}
|
|
7133
|
-
|
|
7134
7160
|
.scalar-app .text-yellow {
|
|
7135
7161
|
color: var(--scalar-color-yellow);
|
|
7136
7162
|
}
|
|
@@ -7503,10 +7529,6 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
7503
7529
|
.scalar-app .group-hover\/scopes-accordion\:text-c-2:is(:where(.group\/scopes-accordion):hover *) {
|
|
7504
7530
|
color: var(--scalar-color-2);
|
|
7505
7531
|
}
|
|
7506
|
-
|
|
7507
|
-
.scalar-app .group-hover\/upload\:block:is(:where(.group\/upload):hover *) {
|
|
7508
|
-
display: block;
|
|
7509
|
-
}
|
|
7510
7532
|
}
|
|
7511
7533
|
|
|
7512
7534
|
.scalar-app .group-focus-visible\:opacity-100:is(:where(.group):focus-visible *) {
|
|
@@ -8062,6 +8084,36 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
8062
8084
|
}
|
|
8063
8085
|
|
|
8064
8086
|
@media (min-width: 800px) {
|
|
8087
|
+
.scalar-app .md\:pointer-events-none {
|
|
8088
|
+
pointer-events: none;
|
|
8089
|
+
}
|
|
8090
|
+
|
|
8091
|
+
.scalar-app .md\:centered-y {
|
|
8092
|
+
--tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
|
|
8093
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
8094
|
+
position: absolute;
|
|
8095
|
+
top: 50%;
|
|
8096
|
+
}
|
|
8097
|
+
|
|
8098
|
+
.scalar-app .md\:centered-x {
|
|
8099
|
+
--tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
|
|
8100
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
8101
|
+
position: absolute;
|
|
8102
|
+
left: 50%;
|
|
8103
|
+
}
|
|
8104
|
+
|
|
8105
|
+
.scalar-app .md\:absolute {
|
|
8106
|
+
position: absolute;
|
|
8107
|
+
}
|
|
8108
|
+
|
|
8109
|
+
.scalar-app .md\:inset-x-1 {
|
|
8110
|
+
inset-inline: 4px;
|
|
8111
|
+
}
|
|
8112
|
+
|
|
8113
|
+
.scalar-app .md\:top-1\/2 {
|
|
8114
|
+
top: 50%;
|
|
8115
|
+
}
|
|
8116
|
+
|
|
8065
8117
|
.scalar-app .md\:right-10 {
|
|
8066
8118
|
right: 40px;
|
|
8067
8119
|
}
|
|
@@ -8074,6 +8126,10 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
8074
8126
|
margin-inline: auto;
|
|
8075
8127
|
}
|
|
8076
8128
|
|
|
8129
|
+
.scalar-app .md\:mt-0 {
|
|
8130
|
+
margin-top: 0;
|
|
8131
|
+
}
|
|
8132
|
+
|
|
8077
8133
|
.scalar-app .md\:-ml-1\.25 {
|
|
8078
8134
|
margin-left: -5px;
|
|
8079
8135
|
}
|
|
@@ -8098,11 +8154,15 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
8098
8154
|
display: none;
|
|
8099
8155
|
}
|
|
8100
8156
|
|
|
8157
|
+
.scalar-app .md\:w-\[calc\(100\%_-_8px\)\] {
|
|
8158
|
+
width: calc(100% - 8px);
|
|
8159
|
+
}
|
|
8160
|
+
|
|
8101
8161
|
.scalar-app .md\:w-full {
|
|
8102
8162
|
width: 100%;
|
|
8103
8163
|
}
|
|
8104
8164
|
|
|
8105
|
-
.scalar-app .md\:max-w-180, .scalar-app .md\:max-w-\[720px\] {
|
|
8165
|
+
.scalar-app .md\:max-w-180, .scalar-app .md\:max-w-\[720px\], .scalar-app .md\:max-w-content {
|
|
8106
8166
|
max-width: 720px;
|
|
8107
8167
|
}
|
|
8108
8168
|
|
|
@@ -8119,6 +8179,11 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
8119
8179
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
8120
8180
|
}
|
|
8121
8181
|
|
|
8182
|
+
.scalar-app .md\:-translate-y-1\/2 {
|
|
8183
|
+
--tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
|
|
8184
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
8185
|
+
}
|
|
8186
|
+
|
|
8122
8187
|
.scalar-app .md\:translate-y-0 {
|
|
8123
8188
|
--tw-translate-y: calc(4px * 0);
|
|
8124
8189
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
@@ -8194,10 +8259,24 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
8194
8259
|
padding-left: 0;
|
|
8195
8260
|
}
|
|
8196
8261
|
|
|
8262
|
+
.scalar-app .md\:opacity-0 {
|
|
8263
|
+
opacity: 0;
|
|
8264
|
+
}
|
|
8265
|
+
|
|
8197
8266
|
:is(.scalar-app .md\:\*\:border-t-0 > *) {
|
|
8198
8267
|
border-top-style: var(--tw-border-style);
|
|
8199
8268
|
border-top-width: 0;
|
|
8200
8269
|
}
|
|
8270
|
+
|
|
8271
|
+
@media (hover: hover) {
|
|
8272
|
+
.scalar-app .md\:group-hover\/upload\:pointer-events-auto:is(:where(.group\/upload):hover *) {
|
|
8273
|
+
pointer-events: auto;
|
|
8274
|
+
}
|
|
8275
|
+
|
|
8276
|
+
.scalar-app .md\:group-hover\/upload\:opacity-100:is(:where(.group\/upload):hover *) {
|
|
8277
|
+
opacity: 1;
|
|
8278
|
+
}
|
|
8279
|
+
}
|
|
8201
8280
|
}
|
|
8202
8281
|
|
|
8203
8282
|
@media (min-width: 1000px) {
|
|
@@ -8487,33 +8566,33 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
8487
8566
|
background-color: color-mix(in srgb, var(--scalar-background-1) 65%, black);
|
|
8488
8567
|
}
|
|
8489
8568
|
|
|
8490
|
-
.address-bar-history-button[data-v-
|
|
8569
|
+
.address-bar-history-button[data-v-5b995586]:hover {
|
|
8491
8570
|
background: var(--scalar-background-3);
|
|
8492
8571
|
}
|
|
8493
|
-
.address-bar-history-button[data-v-
|
|
8572
|
+
.address-bar-history-button[data-v-5b995586]:focus-within {
|
|
8494
8573
|
background: var(--scalar-background-2);
|
|
8495
8574
|
}
|
|
8496
8575
|
|
|
8497
8576
|
/*
|
|
8498
8577
|
Deep styling for customizing Codemirror
|
|
8499
8578
|
*/
|
|
8500
|
-
[data-v-
|
|
8579
|
+
[data-v-3ac22ad4] .cm-editor {
|
|
8501
8580
|
height: 100%;
|
|
8502
8581
|
outline: none;
|
|
8503
8582
|
padding: 0;
|
|
8504
8583
|
background: transparent;
|
|
8505
8584
|
}
|
|
8506
|
-
[data-v-
|
|
8585
|
+
[data-v-3ac22ad4] .cm-placeholder {
|
|
8507
8586
|
color: var(--scalar-color-3);
|
|
8508
8587
|
}
|
|
8509
|
-
[data-v-
|
|
8588
|
+
[data-v-3ac22ad4] .cm-content {
|
|
8510
8589
|
font-family: var(--scalar-font-code);
|
|
8511
8590
|
font-size: var(--scalar-small);
|
|
8512
8591
|
max-height: 20px;
|
|
8513
8592
|
padding: 8px 0;
|
|
8514
8593
|
}
|
|
8515
8594
|
/* Tooltip helper */
|
|
8516
|
-
[data-v-
|
|
8595
|
+
[data-v-3ac22ad4] .cm-tooltip {
|
|
8517
8596
|
background: transparent !important;
|
|
8518
8597
|
filter: brightness(var(--scalar-lifted-brightness));
|
|
8519
8598
|
border-radius: var(--scalar-radius);
|
|
@@ -8522,43 +8601,43 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
8522
8601
|
outline: none !important;
|
|
8523
8602
|
overflow: hidden !important;
|
|
8524
8603
|
}
|
|
8525
|
-
[data-v-
|
|
8604
|
+
[data-v-3ac22ad4] .cm-tooltip-autocomplete ul li {
|
|
8526
8605
|
padding: 3px 6px !important;
|
|
8527
8606
|
}
|
|
8528
|
-
[data-v-
|
|
8607
|
+
[data-v-3ac22ad4] .cm-completionIcon-type:after {
|
|
8529
8608
|
color: var(--scalar-color-3) !important;
|
|
8530
8609
|
}
|
|
8531
|
-
[data-v-
|
|
8610
|
+
[data-v-3ac22ad4] .cm-tooltip-autocomplete ul li[aria-selected] {
|
|
8532
8611
|
background: var(--scalar-background-2) !important;
|
|
8533
8612
|
color: var(--scalar-color-1) !important;
|
|
8534
8613
|
}
|
|
8535
|
-
[data-v-
|
|
8614
|
+
[data-v-3ac22ad4] .cm-tooltip-autocomplete ul {
|
|
8536
8615
|
padding: 6px !important;
|
|
8537
8616
|
position: relative;
|
|
8538
8617
|
}
|
|
8539
|
-
[data-v-
|
|
8618
|
+
[data-v-3ac22ad4] .cm-tooltip-autocomplete ul li:hover {
|
|
8540
8619
|
border-radius: 3px;
|
|
8541
8620
|
color: var(--scalar-color-1) !important;
|
|
8542
8621
|
background: var(--scalar-background-3) !important;
|
|
8543
8622
|
}
|
|
8544
8623
|
/* Disable active line highlighting */
|
|
8545
|
-
[data-v-
|
|
8624
|
+
[data-v-3ac22ad4] .cm-activeLine,[data-v-3ac22ad4] .cm-activeLineGutter {
|
|
8546
8625
|
background-color: transparent;
|
|
8547
8626
|
}
|
|
8548
8627
|
/* Color selection matching */
|
|
8549
|
-
[data-v-
|
|
8628
|
+
[data-v-3ac22ad4] .cm-selectionMatch,[data-v-3ac22ad4] .cm-matchingBracket {
|
|
8550
8629
|
border-radius: var(--scalar-radius);
|
|
8551
8630
|
background: var(--scalar-background-4) !important;
|
|
8552
8631
|
}
|
|
8553
8632
|
/* Color Picker Swatches */
|
|
8554
|
-
[data-v-
|
|
8633
|
+
[data-v-3ac22ad4] .cm-css-color-picker-wrapper {
|
|
8555
8634
|
display: inline-flex;
|
|
8556
8635
|
outline: 1px solid var(--scalar-background-3);
|
|
8557
8636
|
border-radius: 3px;
|
|
8558
8637
|
overflow: hidden;
|
|
8559
8638
|
}
|
|
8560
8639
|
/* Number gutter */
|
|
8561
|
-
[data-v-
|
|
8640
|
+
[data-v-3ac22ad4] .cm-gutters {
|
|
8562
8641
|
background-color: transparent;
|
|
8563
8642
|
border-right: none;
|
|
8564
8643
|
color: var(--scalar-color-3);
|
|
@@ -8566,7 +8645,7 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
8566
8645
|
line-height: 22px;
|
|
8567
8646
|
border-radius: 0 0 0 3px;
|
|
8568
8647
|
}
|
|
8569
|
-
[data-v-
|
|
8648
|
+
[data-v-3ac22ad4] .cm-gutters:before {
|
|
8570
8649
|
content: '';
|
|
8571
8650
|
position: absolute;
|
|
8572
8651
|
top: 2px;
|
|
@@ -8576,7 +8655,7 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
8576
8655
|
border-radius: var(--scalar-radius) 0 0 var(--scalar-radius);
|
|
8577
8656
|
background-color: var(--scalar-background-1);
|
|
8578
8657
|
}
|
|
8579
|
-
[data-v-
|
|
8658
|
+
[data-v-3ac22ad4] .cm-gutterElement {
|
|
8580
8659
|
font-family: var(--scalar-font-code) !important;
|
|
8581
8660
|
padding-left: 0px !important;
|
|
8582
8661
|
padding-right: 6px !important;
|
|
@@ -8585,16 +8664,16 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
8585
8664
|
justify-content: flex-end;
|
|
8586
8665
|
position: relative;
|
|
8587
8666
|
}
|
|
8588
|
-
[data-v-
|
|
8667
|
+
[data-v-3ac22ad4] .cm-lineNumbers .cm-gutterElement {
|
|
8589
8668
|
min-width: fit-content;
|
|
8590
8669
|
}
|
|
8591
|
-
[data-v-
|
|
8670
|
+
[data-v-3ac22ad4] .cm-gutter + .cm-gutter :not(.cm-foldGutter) .cm-gutterElement {
|
|
8592
8671
|
padding-left: 0 !important;
|
|
8593
8672
|
}
|
|
8594
|
-
[data-v-
|
|
8673
|
+
[data-v-3ac22ad4] .cm-scroller {
|
|
8595
8674
|
overflow: auto;
|
|
8596
8675
|
}
|
|
8597
|
-
.line-wrapping[data-v-
|
|
8676
|
+
.line-wrapping[data-v-3ac22ad4]:focus-within .cm-content {
|
|
8598
8677
|
display: inline-table;
|
|
8599
8678
|
min-height: fit-content;
|
|
8600
8679
|
padding: 3px 6px;
|
|
@@ -8652,51 +8731,51 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
8652
8731
|
margin-top: 0;
|
|
8653
8732
|
}
|
|
8654
8733
|
|
|
8655
|
-
[data-v-
|
|
8734
|
+
[data-v-e06ea441] .cm-editor {
|
|
8656
8735
|
height: 100%;
|
|
8657
8736
|
outline: none;
|
|
8658
8737
|
width: 100%;
|
|
8659
8738
|
}
|
|
8660
|
-
[data-v-
|
|
8739
|
+
[data-v-e06ea441] .cm-line {
|
|
8661
8740
|
padding: 0;
|
|
8662
8741
|
}
|
|
8663
|
-
[data-v-
|
|
8742
|
+
[data-v-e06ea441] .cm-content {
|
|
8664
8743
|
padding: 0;
|
|
8665
8744
|
display: flex;
|
|
8666
8745
|
align-items: center;
|
|
8667
8746
|
font-size: var(--scalar-small);
|
|
8668
8747
|
}
|
|
8669
|
-
.scroll-timeline-x[data-v-
|
|
8748
|
+
.scroll-timeline-x[data-v-e06ea441] {
|
|
8670
8749
|
scroll-timeline: --scroll-timeline x;
|
|
8671
8750
|
/* Firefox supports */
|
|
8672
8751
|
scroll-timeline: --scroll-timeline horizontal;
|
|
8673
8752
|
-ms-overflow-style: none; /* IE and Edge */
|
|
8674
8753
|
}
|
|
8675
|
-
.scroll-timeline-x-hidden[data-v-
|
|
8754
|
+
.scroll-timeline-x-hidden[data-v-e06ea441] {
|
|
8676
8755
|
overflow-x: auto;
|
|
8677
8756
|
}
|
|
8678
|
-
.scroll-timeline-x-hidden[data-v-
|
|
8757
|
+
.scroll-timeline-x-hidden[data-v-e06ea441] .cm-scroller {
|
|
8679
8758
|
scrollbar-width: none;
|
|
8680
8759
|
-ms-overflow-style: none;
|
|
8681
8760
|
padding-right: 20px;
|
|
8682
8761
|
overflow: auto;
|
|
8683
8762
|
}
|
|
8684
|
-
.scroll-timeline-x-hidden[data-v-
|
|
8763
|
+
.scroll-timeline-x-hidden[data-v-e06ea441]::-webkit-scrollbar {
|
|
8685
8764
|
width: 0;
|
|
8686
8765
|
height: 0;
|
|
8687
8766
|
display: none;
|
|
8688
8767
|
}
|
|
8689
|
-
.scroll-timeline-x-hidden[data-v-
|
|
8768
|
+
.scroll-timeline-x-hidden[data-v-e06ea441] .cm-scroller::-webkit-scrollbar {
|
|
8690
8769
|
width: 0;
|
|
8691
8770
|
height: 0;
|
|
8692
8771
|
display: none;
|
|
8693
8772
|
}
|
|
8694
|
-
.scroll-timeline-x-address[data-v-
|
|
8773
|
+
.scroll-timeline-x-address[data-v-e06ea441] {
|
|
8695
8774
|
line-height: 27px;
|
|
8696
8775
|
scrollbar-width: none; /* Firefox */
|
|
8697
8776
|
}
|
|
8698
8777
|
/* make clickable are to left of send button */
|
|
8699
|
-
.scroll-timeline-x-address[data-v-
|
|
8778
|
+
.scroll-timeline-x-address[data-v-e06ea441]:after {
|
|
8700
8779
|
content: '';
|
|
8701
8780
|
position: absolute;
|
|
8702
8781
|
height: 100%;
|
|
@@ -8704,24 +8783,24 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
8704
8783
|
right: 0;
|
|
8705
8784
|
cursor: text;
|
|
8706
8785
|
}
|
|
8707
|
-
.scroll-timeline-x-address[data-v-
|
|
8786
|
+
.scroll-timeline-x-address[data-v-e06ea441]:empty:before {
|
|
8708
8787
|
content: 'Enter URL or cURL request';
|
|
8709
8788
|
color: var(--scalar-color-3);
|
|
8710
8789
|
pointer-events: none;
|
|
8711
8790
|
}
|
|
8712
|
-
.fade-left[data-v-
|
|
8713
|
-
.fade-right[data-v-
|
|
8791
|
+
.fade-left[data-v-e06ea441],
|
|
8792
|
+
.fade-right[data-v-e06ea441] {
|
|
8714
8793
|
content: '';
|
|
8715
8794
|
position: sticky;
|
|
8716
8795
|
height: 100%;
|
|
8717
|
-
animation-name: fadein-
|
|
8796
|
+
animation-name: fadein-e06ea441;
|
|
8718
8797
|
animation-duration: 1ms;
|
|
8719
8798
|
animation-direction: reverse;
|
|
8720
8799
|
animation-timeline: --scroll-timeline;
|
|
8721
8800
|
pointer-events: none;
|
|
8722
8801
|
z-index: 1;
|
|
8723
8802
|
}
|
|
8724
|
-
.fade-left[data-v-
|
|
8803
|
+
.fade-left[data-v-e06ea441] {
|
|
8725
8804
|
background: linear-gradient(
|
|
8726
8805
|
-90deg,
|
|
8727
8806
|
color-mix(in srgb, var(--scalar-address-bar-bg), transparent 100%) 0%,
|
|
@@ -8732,7 +8811,7 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
8732
8811
|
min-width: 6px;
|
|
8733
8812
|
animation-direction: normal;
|
|
8734
8813
|
}
|
|
8735
|
-
.fade-right[data-v-
|
|
8814
|
+
.fade-right[data-v-e06ea441] {
|
|
8736
8815
|
background: linear-gradient(
|
|
8737
8816
|
90deg,
|
|
8738
8817
|
color-mix(in srgb, var(--scalar-address-bar-bg), transparent 100%) 0%,
|
|
@@ -8742,7 +8821,7 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
8742
8821
|
right: -1px;
|
|
8743
8822
|
min-width: 24px;
|
|
8744
8823
|
}
|
|
8745
|
-
@keyframes fadein-
|
|
8824
|
+
@keyframes fadein-e06ea441 {
|
|
8746
8825
|
0% {
|
|
8747
8826
|
opacity: 0;
|
|
8748
8827
|
}
|
|
@@ -8750,7 +8829,7 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
8750
8829
|
opacity: 1;
|
|
8751
8830
|
}
|
|
8752
8831
|
}
|
|
8753
|
-
.address-bar-bg-states[data-v-
|
|
8832
|
+
.address-bar-bg-states[data-v-e06ea441] {
|
|
8754
8833
|
--scalar-address-bar-bg: color-mix(
|
|
8755
8834
|
in srgb,
|
|
8756
8835
|
var(--scalar-background-1),
|
|
@@ -8758,14 +8837,14 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
8758
8837
|
);
|
|
8759
8838
|
background: var(--scalar-address-bar-bg);
|
|
8760
8839
|
}
|
|
8761
|
-
.address-bar-bg-states[data-v-
|
|
8840
|
+
.address-bar-bg-states[data-v-e06ea441]:has(.cm-focused) {
|
|
8762
8841
|
--scalar-address-bar-bg: var(--scalar-background-1);
|
|
8763
8842
|
border-color: var(--scalar-border-color);
|
|
8764
8843
|
outline-width: 1px;
|
|
8765
8844
|
outline-style: solid;
|
|
8766
8845
|
}
|
|
8767
|
-
.address-bar-bg-states:has(.cm-focused) .fade-left[data-v-
|
|
8768
|
-
.address-bar-bg-states:has(.cm-focused) .fade-right[data-v-
|
|
8846
|
+
.address-bar-bg-states:has(.cm-focused) .fade-left[data-v-e06ea441],
|
|
8847
|
+
.address-bar-bg-states:has(.cm-focused) .fade-right[data-v-e06ea441] {
|
|
8769
8848
|
--scalar-address-bar-bg: var(--scalar-background-1);
|
|
8770
8849
|
}
|
|
8771
8850
|
|
|
@@ -8900,7 +8979,7 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
8900
8979
|
);
|
|
8901
8980
|
}
|
|
8902
8981
|
|
|
8903
|
-
[data-v-
|
|
8982
|
+
[data-v-3260eadd] .cm-content {
|
|
8904
8983
|
font-size: var(--scalar-small);
|
|
8905
8984
|
}
|
|
8906
8985
|
|
|
@@ -8962,20 +9041,20 @@ input[data-v-3157c3c7]::placeholder {
|
|
|
8962
9041
|
-moz-text-security: disc;
|
|
8963
9042
|
}
|
|
8964
9043
|
|
|
8965
|
-
.request-section-content[data-v-
|
|
9044
|
+
.request-section-content[data-v-2d4e3b5d] {
|
|
8966
9045
|
--scalar-border-width: 0.5px;
|
|
8967
9046
|
}
|
|
8968
|
-
.request-section-content-filter[data-v-
|
|
9047
|
+
.request-section-content-filter[data-v-2d4e3b5d] {
|
|
8969
9048
|
box-shadow: 0 -10px 0 10px var(--scalar-background-1);
|
|
8970
9049
|
}
|
|
8971
|
-
.request-item:focus-within .request-meta-buttons[data-v-
|
|
9050
|
+
.request-item:focus-within .request-meta-buttons[data-v-2d4e3b5d] {
|
|
8972
9051
|
opacity: 1;
|
|
8973
9052
|
}
|
|
8974
|
-
.group-hover-input[data-v-
|
|
9053
|
+
.group-hover-input[data-v-2d4e3b5d] {
|
|
8975
9054
|
border-width: var(--scalar-border-width);
|
|
8976
9055
|
border-color: transparent;
|
|
8977
9056
|
}
|
|
8978
|
-
.group:hover .group-hover-input[data-v-
|
|
9057
|
+
.group:hover .group-hover-input[data-v-2d4e3b5d] {
|
|
8979
9058
|
background: color-mix(
|
|
8980
9059
|
in srgb,
|
|
8981
9060
|
var(--scalar-background-1),
|
|
@@ -8983,7 +9062,7 @@ input[data-v-3157c3c7]::placeholder {
|
|
|
8983
9062
|
);
|
|
8984
9063
|
border-color: var(--scalar-border-color);
|
|
8985
9064
|
}
|
|
8986
|
-
.group-hover-input[data-v-
|
|
9065
|
+
.group-hover-input[data-v-2d4e3b5d]:focus {
|
|
8987
9066
|
background: transparent !important;
|
|
8988
9067
|
border-color: var(--scalar-border-color) !important;
|
|
8989
9068
|
}
|
|
@@ -9111,33 +9190,33 @@ to {
|
|
|
9111
9190
|
}
|
|
9112
9191
|
}
|
|
9113
9192
|
|
|
9114
|
-
.request-card[data-v-
|
|
9193
|
+
.request-card[data-v-0e4ddc16] {
|
|
9115
9194
|
font-size: var(--scalar-font-size-3);
|
|
9116
9195
|
}
|
|
9117
|
-
.request-method[data-v-
|
|
9196
|
+
.request-method[data-v-0e4ddc16] {
|
|
9118
9197
|
font-family: var(--scalar-font-code);
|
|
9119
9198
|
text-transform: uppercase;
|
|
9120
9199
|
margin-right: 6px;
|
|
9121
9200
|
}
|
|
9122
|
-
.request-card-footer[data-v-
|
|
9201
|
+
.request-card-footer[data-v-0e4ddc16] {
|
|
9123
9202
|
display: flex;
|
|
9124
9203
|
justify-content: flex-end;
|
|
9125
9204
|
padding: 6px;
|
|
9126
9205
|
flex-shrink: 0;
|
|
9127
9206
|
position: relative;
|
|
9128
9207
|
}
|
|
9129
|
-
.request-card-footer-addon[data-v-
|
|
9208
|
+
.request-card-footer-addon[data-v-0e4ddc16] {
|
|
9130
9209
|
display: flex;
|
|
9131
9210
|
align-items: center;
|
|
9132
9211
|
|
|
9133
9212
|
flex: 1;
|
|
9134
9213
|
min-width: 0;
|
|
9135
9214
|
}
|
|
9136
|
-
.request-editor-section[data-v-
|
|
9215
|
+
.request-editor-section[data-v-0e4ddc16] {
|
|
9137
9216
|
display: flex;
|
|
9138
9217
|
flex: 1;
|
|
9139
9218
|
}
|
|
9140
|
-
.request-card-simple[data-v-
|
|
9219
|
+
.request-card-simple[data-v-0e4ddc16] {
|
|
9141
9220
|
display: flex;
|
|
9142
9221
|
align-items: center;
|
|
9143
9222
|
justify-content: space-between;
|
|
@@ -9146,7 +9225,7 @@ to {
|
|
|
9146
9225
|
|
|
9147
9226
|
font-size: var(--scalar-small);
|
|
9148
9227
|
}
|
|
9149
|
-
.code-snippet[data-v-
|
|
9228
|
+
.code-snippet[data-v-0e4ddc16] {
|
|
9150
9229
|
display: flex;
|
|
9151
9230
|
flex-direction: column;
|
|
9152
9231
|
width: 100%;
|
|
@@ -9195,27 +9274,27 @@ to {
|
|
|
9195
9274
|
background: linear-gradient(rgba(0, 0, 0, 0.15), rgba(255, 255, 255, 0.1));
|
|
9196
9275
|
}
|
|
9197
9276
|
|
|
9198
|
-
.empty-sidebar-item-content[data-v-
|
|
9277
|
+
.empty-sidebar-item-content[data-v-6f80f8d3] {
|
|
9199
9278
|
display: none;
|
|
9200
9279
|
}
|
|
9201
|
-
.empty-sidebar-item .empty-sidebar-item-content[data-v-
|
|
9280
|
+
.empty-sidebar-item .empty-sidebar-item-content[data-v-6f80f8d3] {
|
|
9202
9281
|
display: block;
|
|
9203
9282
|
}
|
|
9204
|
-
.rabbitjump[data-v-
|
|
9283
|
+
.rabbitjump[data-v-6f80f8d3] {
|
|
9205
9284
|
opacity: 0;
|
|
9206
9285
|
}
|
|
9207
|
-
.empty-sidebar-item:hover .rabbitjump[data-v-
|
|
9286
|
+
.empty-sidebar-item:hover .rabbitjump[data-v-6f80f8d3] {
|
|
9208
9287
|
opacity: 1;
|
|
9209
|
-
animation: rabbitAnimation-
|
|
9288
|
+
animation: rabbitAnimation-6f80f8d3 0.5s steps(1) infinite;
|
|
9210
9289
|
}
|
|
9211
|
-
.empty-sidebar-item:hover .rabbitsit[data-v-
|
|
9290
|
+
.empty-sidebar-item:hover .rabbitsit[data-v-6f80f8d3] {
|
|
9212
9291
|
opacity: 0;
|
|
9213
|
-
animation: rabbitAnimation2-
|
|
9292
|
+
animation: rabbitAnimation2-6f80f8d3 0.5s steps(1) infinite;
|
|
9214
9293
|
}
|
|
9215
|
-
.empty-sidebar-item:hover .rabbit-ascii[data-v-
|
|
9216
|
-
animation: rabbitRun-
|
|
9294
|
+
.empty-sidebar-item:hover .rabbit-ascii[data-v-6f80f8d3] {
|
|
9295
|
+
animation: rabbitRun-6f80f8d3 8s infinite linear;
|
|
9217
9296
|
}
|
|
9218
|
-
@keyframes rabbitRun-
|
|
9297
|
+
@keyframes rabbitRun-6f80f8d3 {
|
|
9219
9298
|
0% {
|
|
9220
9299
|
transform: translate3d(0, 0, 0);
|
|
9221
9300
|
}
|
|
@@ -9235,7 +9314,7 @@ to {
|
|
|
9235
9314
|
transform: translate3d(0, 0, 0);
|
|
9236
9315
|
}
|
|
9237
9316
|
}
|
|
9238
|
-
@keyframes rabbitAnimation-
|
|
9317
|
+
@keyframes rabbitAnimation-6f80f8d3 {
|
|
9239
9318
|
0%,
|
|
9240
9319
|
100% {
|
|
9241
9320
|
opacity: 1;
|
|
@@ -9244,7 +9323,7 @@ to {
|
|
|
9244
9323
|
opacity: 0;
|
|
9245
9324
|
}
|
|
9246
9325
|
}
|
|
9247
|
-
@keyframes rabbitAnimation2-
|
|
9326
|
+
@keyframes rabbitAnimation2-6f80f8d3 {
|
|
9248
9327
|
0%,
|
|
9249
9328
|
100% {
|
|
9250
9329
|
opacity: 0;
|
|
@@ -9454,126 +9533,6 @@ to {
|
|
|
9454
9533
|
background-color: color-mix(in srgb, var(--scalar-background-1) 65%, black);
|
|
9455
9534
|
}
|
|
9456
9535
|
|
|
9457
|
-
/* ----------------------------------------------------- */
|
|
9458
|
-
/* Custom Callout Styles */
|
|
9459
|
-
.dark-mode .t-editor__callout[data-v-fa58cbab],
|
|
9460
|
-
.light-mode .t-editor__callout[data-v-fa58cbab] {
|
|
9461
|
-
--callout-font-size: var(--scalar-small);
|
|
9462
|
-
|
|
9463
|
-
--callout-neutral-primary: var(--scalar-color-3);
|
|
9464
|
-
--callout-neutral-secondary: color-mix(
|
|
9465
|
-
in srgb,
|
|
9466
|
-
var(--scalar-background-2),
|
|
9467
|
-
transparent 50%
|
|
9468
|
-
);
|
|
9469
|
-
--callout-neutral-font-color: var(--scalar-color-1);
|
|
9470
|
-
|
|
9471
|
-
--callout-success-primary: var(--scalar-color-green);
|
|
9472
|
-
--callout-success-secondary: color-mix(
|
|
9473
|
-
in srgb,
|
|
9474
|
-
var(--scalar-color-green),
|
|
9475
|
-
transparent 97%
|
|
9476
|
-
);
|
|
9477
|
-
--callout-success-font-color: var(--scalar-color-1);
|
|
9478
|
-
|
|
9479
|
-
--callout-danger-primary: var(--scalar-color-red);
|
|
9480
|
-
--callout-danger-secondary: color-mix(
|
|
9481
|
-
in srgb,
|
|
9482
|
-
var(--scalar-color-red),
|
|
9483
|
-
transparent 97%
|
|
9484
|
-
);
|
|
9485
|
-
--callout-danger-font-color: var(--scalar-color-1);
|
|
9486
|
-
|
|
9487
|
-
--callout-warning-primary: var(--scalar-color-yellow);
|
|
9488
|
-
--callout-warning-secondary: color-mix(
|
|
9489
|
-
in srgb,
|
|
9490
|
-
var(--scalar-color-yellow),
|
|
9491
|
-
transparent 97%
|
|
9492
|
-
);
|
|
9493
|
-
--callout-warning-font-color: var(--scalar-color-1);
|
|
9494
|
-
|
|
9495
|
-
--callout-info-primary: var(--scalar-color-blue);
|
|
9496
|
-
--callout-info-secondary: color-mix(
|
|
9497
|
-
in srgb,
|
|
9498
|
-
var(--scalar-color-blue),
|
|
9499
|
-
transparent 97%
|
|
9500
|
-
);
|
|
9501
|
-
--callout-info-font-color: var(--scalar-color-1);
|
|
9502
|
-
|
|
9503
|
-
--callout-line-height: 22px;
|
|
9504
|
-
}
|
|
9505
|
-
.t-editor__callout[data-v-fa58cbab] {
|
|
9506
|
-
border-radius: var(--scalar-radius);
|
|
9507
|
-
margin-top: var(--scalar-block-spacing);
|
|
9508
|
-
padding: 10px 14px;
|
|
9509
|
-
|
|
9510
|
-
--callout-primary: var(--scalar-border-color);
|
|
9511
|
-
--callout-secondary: var(--scalar-background-2);
|
|
9512
|
-
--callout-svg: var(--callout-primary);
|
|
9513
|
-
|
|
9514
|
-
background: var(--callout-secondary);
|
|
9515
|
-
border: var(--scalar-border-width) solid
|
|
9516
|
-
color-mix(in srgb, var(--callout-primary), transparent 50%);
|
|
9517
|
-
}
|
|
9518
|
-
.t-editor__callout .callout-content__text[data-v-fa58cbab] {
|
|
9519
|
-
font-size: var(--callout-font-size);
|
|
9520
|
-
flex: 1 1 0%;
|
|
9521
|
-
line-height: var(--callout-line-height);
|
|
9522
|
-
}
|
|
9523
|
-
.t-editor__callout .callout-content__icon[data-v-fa58cbab] {
|
|
9524
|
-
position: relative;
|
|
9525
|
-
border-radius: var(--scalar-radius);
|
|
9526
|
-
width: 18px;
|
|
9527
|
-
height: fit-content;
|
|
9528
|
-
color: var(--callout-svg);
|
|
9529
|
-
display: flex;
|
|
9530
|
-
align-items: center;
|
|
9531
|
-
justify-content: center;
|
|
9532
|
-
}
|
|
9533
|
-
.t-editor__callout .callout-content__icon svg[data-v-fa58cbab],
|
|
9534
|
-
.t-editor__callout .callout-content__icon img[data-v-fa58cbab] {
|
|
9535
|
-
width: 18px;
|
|
9536
|
-
height: 18px;
|
|
9537
|
-
}
|
|
9538
|
-
|
|
9539
|
-
/* vertical align icon to text, don't remove this */
|
|
9540
|
-
.t-editor__callout .callout-content__icon[data-v-fa58cbab]:before {
|
|
9541
|
-
content: '\200b';
|
|
9542
|
-
line-height: var(--callout-line-height);
|
|
9543
|
-
}
|
|
9544
|
-
|
|
9545
|
-
/* Apply callout colors */
|
|
9546
|
-
.t-editor__callout.callout__neutral[data-v-fa58cbab] {
|
|
9547
|
-
--callout-primary: var(--callout-neutral-primary);
|
|
9548
|
-
--callout-secondary: var(--callout-neutral-secondary);
|
|
9549
|
-
--callout-font-color: var(--callout-neutral-font-color);
|
|
9550
|
-
--callout-svg: var(--callout-neutral-font-color);
|
|
9551
|
-
}
|
|
9552
|
-
.t-editor__callout.callout__info[data-v-fa58cbab] {
|
|
9553
|
-
--callout-primary: var(--callout-info-primary);
|
|
9554
|
-
--callout-secondary: var(--callout-info-secondary);
|
|
9555
|
-
--callout-font-color: var(--callout-info-font-color);
|
|
9556
|
-
--callout-svg: var(--callout-info-primary);
|
|
9557
|
-
}
|
|
9558
|
-
.t-editor__callout.callout__warning[data-v-fa58cbab] {
|
|
9559
|
-
--callout-primary: var(--callout-warning-primary);
|
|
9560
|
-
--callout-secondary: var(--callout-warning-secondary);
|
|
9561
|
-
--callout-font-color: var(--callout-warning-font-color);
|
|
9562
|
-
--callout-svg: var(--callout-warning-primary);
|
|
9563
|
-
}
|
|
9564
|
-
.t-editor__callout.callout__success[data-v-fa58cbab] {
|
|
9565
|
-
--callout-primary: var(--callout-success-primary);
|
|
9566
|
-
--callout-secondary: var(--callout-success-secondary);
|
|
9567
|
-
--callout-font-color: var(--callout-success-font-color);
|
|
9568
|
-
--callout-svg: var(--callout-success-primary);
|
|
9569
|
-
}
|
|
9570
|
-
.t-editor__callout.callout__danger[data-v-fa58cbab] {
|
|
9571
|
-
--callout-primary: var(--callout-danger-primary);
|
|
9572
|
-
--callout-secondary: var(--callout-danger-secondary);
|
|
9573
|
-
--callout-font-color: var(--callout-danger-font-color);
|
|
9574
|
-
--callout-svg: var(--callout-danger-primary);
|
|
9575
|
-
}
|
|
9576
|
-
|
|
9577
9536
|
.group-hover-input[data-v-2f09f15e] {
|
|
9578
9537
|
border-width: var(--scalar-border-width);
|
|
9579
9538
|
border-color: transparent;
|
|
@@ -9739,7 +9698,7 @@ to {
|
|
|
9739
9698
|
display: none;
|
|
9740
9699
|
}
|
|
9741
9700
|
|
|
9742
|
-
.scalar-collection-auth[data-v-
|
|
9701
|
+
.scalar-collection-auth[data-v-6bba6b78] {
|
|
9743
9702
|
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
9744
9703
|
border-radius: var(--scalar-radius-lg);
|
|
9745
9704
|
overflow: hidden;
|
|
@@ -10028,10 +9987,10 @@ to {
|
|
|
10028
9987
|
white-space: nowrap;
|
|
10029
9988
|
}
|
|
10030
9989
|
|
|
10031
|
-
[data-v-
|
|
9990
|
+
[data-v-9a415d6b] .cm-editor {
|
|
10032
9991
|
padding: 0;
|
|
10033
9992
|
}
|
|
10034
|
-
[data-v-
|
|
9993
|
+
[data-v-9a415d6b] .cm-content {
|
|
10035
9994
|
align-items: center;
|
|
10036
9995
|
background-color: transparent;
|
|
10037
9996
|
display: flex;
|
|
@@ -10040,21 +9999,21 @@ to {
|
|
|
10040
9999
|
padding: 5px 8px;
|
|
10041
10000
|
width: 100%;
|
|
10042
10001
|
}
|
|
10043
|
-
[data-v-
|
|
10002
|
+
[data-v-9a415d6b] .cm-content:has(.cm-pill) {
|
|
10044
10003
|
padding: 5px 8px;
|
|
10045
10004
|
}
|
|
10046
|
-
[data-v-
|
|
10005
|
+
[data-v-9a415d6b] .cm-content .cm-pill:not(:last-of-type) {
|
|
10047
10006
|
margin-right: 0.5px;
|
|
10048
10007
|
}
|
|
10049
|
-
[data-v-
|
|
10008
|
+
[data-v-9a415d6b] .cm-content .cm-pill:not(:first-of-type) {
|
|
10050
10009
|
margin-left: 0.5px;
|
|
10051
10010
|
}
|
|
10052
|
-
[data-v-
|
|
10011
|
+
[data-v-9a415d6b] .cm-line {
|
|
10053
10012
|
overflow: hidden;
|
|
10054
10013
|
padding: 0;
|
|
10055
10014
|
text-overflow: ellipsis;
|
|
10056
10015
|
}
|
|
10057
|
-
.filemask[data-v-
|
|
10016
|
+
.filemask[data-v-9a415d6b] {
|
|
10058
10017
|
mask-image: linear-gradient(
|
|
10059
10018
|
to right,
|
|
10060
10019
|
transparent 0,
|