@scalar/api-client 1.2.30 → 1.2.32
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 +19 -0
- package/dist/components/ApiClient/AddressBar.vue.d.ts.map +1 -1
- package/dist/components/ApiClient/ApiClient.vue.d.ts +2 -2
- package/dist/components/ApiClient/Response/Response.vue.d.ts.map +1 -1
- package/dist/components/ApiClient/Response/ResponseBody.vue.d.ts +5 -26
- package/dist/components/ApiClient/Response/ResponseBody.vue.d.ts.map +1 -1
- package/dist/components/ApiClient/Response/ResponseMetaInformation.vue.d.ts.map +1 -1
- package/dist/helpers/index.d.ts +1 -0
- package/dist/helpers/index.d.ts.map +1 -1
- package/dist/helpers/normalizeHeaders.d.ts +9 -0
- package/dist/helpers/normalizeHeaders.d.ts.map +1 -0
- package/dist/helpers/normalizeUrl.d.ts.map +1 -1
- package/dist/helpers/sendRequest.d.ts.map +1 -1
- package/dist/index.css +36 -59
- package/dist/index.js +211 -221
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @scalar/api-client
|
|
2
2
|
|
|
3
|
+
## 1.2.32
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [7205137]
|
|
8
|
+
- Updated dependencies [d369ac4]
|
|
9
|
+
- Updated dependencies [50480c7]
|
|
10
|
+
- @scalar/oas-utils@0.1.14
|
|
11
|
+
- @scalar/components@0.7.12
|
|
12
|
+
|
|
13
|
+
## 1.2.31
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- 5aa656f: feat: [BREAKING CHANGE] use new HTTP proxy (https://github.com/scalar/scalar/pull/1703)
|
|
18
|
+
- Updated dependencies [5aa656f]
|
|
19
|
+
- @scalar/oas-utils@0.1.13
|
|
20
|
+
- @scalar/components@0.7.11
|
|
21
|
+
|
|
3
22
|
## 1.2.30
|
|
4
23
|
|
|
5
24
|
### Patch Changes
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AddressBar.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ApiClient/AddressBar.vue.ts"],"names":[],"mappings":";;;;;;;;;
|
|
1
|
+
{"version":3,"file":"AddressBar.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ApiClient/AddressBar.vue.ts"],"names":[],"mappings":";;;;;;;;;AAidA,wBASG;AACH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC"}
|
|
@@ -3,7 +3,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
3
3
|
proxyUrl?: string | undefined;
|
|
4
4
|
readOnly?: boolean | undefined;
|
|
5
5
|
theme?: ThemeId | undefined;
|
|
6
|
-
withDefaultFonts
|
|
6
|
+
withDefaultFonts?: boolean | undefined;
|
|
7
7
|
showSideBar?: boolean | undefined;
|
|
8
8
|
}>, {
|
|
9
9
|
readOnly: boolean;
|
|
@@ -16,7 +16,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
16
16
|
proxyUrl?: string | undefined;
|
|
17
17
|
readOnly?: boolean | undefined;
|
|
18
18
|
theme?: ThemeId | undefined;
|
|
19
|
-
withDefaultFonts
|
|
19
|
+
withDefaultFonts?: boolean | undefined;
|
|
20
20
|
showSideBar?: boolean | undefined;
|
|
21
21
|
}>, {
|
|
22
22
|
readOnly: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Response.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ApiClient/Response/Response.vue.ts"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"Response.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ApiClient/Response/Response.vue.ts"],"names":[],"mappings":";AA8PA,wBAKG"}
|
|
@@ -1,21 +1,8 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
}
|
|
6
|
-
active: boolean;
|
|
7
|
-
data: null;
|
|
8
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
9
|
-
active: boolean;
|
|
10
|
-
data: any;
|
|
11
|
-
headers: Record<string, string>[];
|
|
12
|
-
}>, {
|
|
13
|
-
active: boolean;
|
|
14
|
-
data: null;
|
|
15
|
-
}>>>, {
|
|
16
|
-
data: any;
|
|
17
|
-
active: boolean;
|
|
18
|
-
}, {}>;
|
|
1
|
+
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
2
|
+
response?: any;
|
|
3
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
4
|
+
response?: any;
|
|
5
|
+
}>>>, {}, {}>;
|
|
19
6
|
export default _default;
|
|
20
7
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
21
8
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -26,12 +13,4 @@ type __VLS_TypePropsToRuntimeProps<T> = {
|
|
|
26
13
|
required: true;
|
|
27
14
|
};
|
|
28
15
|
};
|
|
29
|
-
type __VLS_WithDefaults<P, D> = {
|
|
30
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
31
|
-
default: D[K];
|
|
32
|
-
}> : P[K];
|
|
33
|
-
};
|
|
34
|
-
type __VLS_Prettify<T> = {
|
|
35
|
-
[K in keyof T]: T[K];
|
|
36
|
-
} & {};
|
|
37
16
|
//# sourceMappingURL=ResponseBody.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ResponseBody.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ApiClient/Response/ResponseBody.vue.ts"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"ResponseBody.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ApiClient/Response/ResponseBody.vue.ts"],"names":[],"mappings":";eA0Ka,GAAG;;eAAH,GAAG;;AANhB,wBAQG;AACH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ResponseMetaInformation.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ApiClient/Response/ResponseMetaInformation.vue.ts"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"ResponseMetaInformation.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ApiClient/Response/ResponseMetaInformation.vue.ts"],"names":[],"mappings":";cAmKuD,GAAG;;cAAH,GAAG;;AAL1D,wBAMG;AACH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC"}
|
package/dist/helpers/index.d.ts
CHANGED
|
@@ -5,6 +5,7 @@ export * from './findVariables';
|
|
|
5
5
|
export * from './getRequestFromAuthentication';
|
|
6
6
|
export * from './humanDiff';
|
|
7
7
|
export * from './mapFromArray';
|
|
8
|
+
export * from './normalizeHeaders';
|
|
8
9
|
export * from './normalizePath';
|
|
9
10
|
export * from './normalizeRequestMethod';
|
|
10
11
|
export * from './normalizeUrl';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/helpers/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAA;AACvC,cAAc,4BAA4B,CAAA;AAC1C,cAAc,wBAAwB,CAAA;AACtC,cAAc,iBAAiB,CAAA;AAC/B,cAAc,gCAAgC,CAAA;AAC9C,cAAc,aAAa,CAAA;AAC3B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,iBAAiB,CAAA;AAC/B,cAAc,0BAA0B,CAAA;AACxC,cAAc,gBAAgB,CAAA;AAC9B,cAAc,8BAA8B,CAAA;AAC5C,cAAc,oBAAoB,CAAA;AAClC,cAAc,eAAe,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/helpers/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAA;AACvC,cAAc,4BAA4B,CAAA;AAC1C,cAAc,wBAAwB,CAAA;AACtC,cAAc,iBAAiB,CAAA;AAC/B,cAAc,gCAAgC,CAAA;AAC9C,cAAc,aAAa,CAAA;AAC3B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,oBAAoB,CAAA;AAClC,cAAc,iBAAiB,CAAA;AAC/B,cAAc,0BAA0B,CAAA;AACxC,cAAc,gBAAgB,CAAA;AAC9B,cAAc,8BAA8B,CAAA;AAC5C,cAAc,oBAAoB,CAAA;AAClC,cAAc,eAAe,CAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Transforms all header keys to lowercase
|
|
3
|
+
*
|
|
4
|
+
* { 'Content-Type': 'application/json' } -> { 'content-type': 'application/json' }
|
|
5
|
+
*/
|
|
6
|
+
export declare const normalizeHeaders: (headers?: Record<string, any>) => {
|
|
7
|
+
[k: string]: any;
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=normalizeHeaders.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"normalizeHeaders.d.ts","sourceRoot":"","sources":["../../src/helpers/normalizeHeaders.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,eAAO,MAAM,gBAAgB,aAAc,OAAO,MAAM,EAAE,GAAG,CAAC;;CAK3D,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"normalizeUrl.d.ts","sourceRoot":"","sources":["../../src/helpers/normalizeUrl.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,eAAO,MAAM,YAAY,SAAU,MAAM,
|
|
1
|
+
{"version":3,"file":"normalizeUrl.d.ts","sourceRoot":"","sources":["../../src/helpers/normalizeUrl.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,eAAO,MAAM,YAAY,SAAU,MAAM,WAuBxC,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sendRequest.d.ts","sourceRoot":"","sources":["../../src/helpers/sendRequest.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAGV,aAAa,EACb,iBAAiB,EAClB,MAAM,UAAU,CAAA;
|
|
1
|
+
{"version":3,"file":"sendRequest.d.ts","sourceRoot":"","sources":["../../src/helpers/sendRequest.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAGV,aAAa,EACb,iBAAiB,EAClB,MAAM,UAAU,CAAA;AAwBjB;;GAEG;AACH,wBAAsB,WAAW,CAC/B,OAAO,EAAE,iBAAiB,EAC1B,QAAQ,CAAC,EAAE,MAAM,GAChB,OAAO,CAAC,aAAa,GAAG,IAAI,CAAC,CAiJ/B"}
|
package/dist/index.css
CHANGED
|
@@ -679,14 +679,14 @@ to {
|
|
|
679
679
|
color: var(--scalar-api-client-color);
|
|
680
680
|
}
|
|
681
681
|
|
|
682
|
-
.loader[data-v-
|
|
682
|
+
.loader[data-v-b1791ec2] {
|
|
683
683
|
position: absolute;
|
|
684
684
|
z-index: 3;
|
|
685
685
|
height: 2px;
|
|
686
686
|
background: var(--scalar-api-client-color);
|
|
687
|
-
animation: loading-
|
|
687
|
+
animation: loading-b1791ec2 5s cubic-bezier(0, 0.5, 0.25, 1);
|
|
688
688
|
}
|
|
689
|
-
@keyframes loading-
|
|
689
|
+
@keyframes loading-b1791ec2 {
|
|
690
690
|
0% {
|
|
691
691
|
width: 0;
|
|
692
692
|
}
|
|
@@ -694,14 +694,14 @@ to {
|
|
|
694
694
|
width: 100%;
|
|
695
695
|
}
|
|
696
696
|
}
|
|
697
|
-
.address-bar[data-v-
|
|
697
|
+
.address-bar[data-v-b1791ec2] {
|
|
698
698
|
width: 100%;
|
|
699
699
|
padding: 10px;
|
|
700
700
|
display: flex;
|
|
701
701
|
align-items: center;
|
|
702
702
|
position: relative;
|
|
703
703
|
}
|
|
704
|
-
.url-form[data-v-
|
|
704
|
+
.url-form[data-v-b1791ec2] {
|
|
705
705
|
display: flex;
|
|
706
706
|
width: 720px;
|
|
707
707
|
align-items: stretch;
|
|
@@ -711,11 +711,11 @@ to {
|
|
|
711
711
|
z-index: 2;
|
|
712
712
|
max-width: calc(100% - 68px);
|
|
713
713
|
}
|
|
714
|
-
.url-form[data-v-
|
|
714
|
+
.url-form[data-v-b1791ec2] .cm-content {
|
|
715
715
|
display: flex;
|
|
716
716
|
align-items: center;
|
|
717
717
|
}
|
|
718
|
-
.url-form-field[data-v-
|
|
718
|
+
.url-form-field[data-v-b1791ec2] {
|
|
719
719
|
align-items: stretch;
|
|
720
720
|
border: 1px solid var(--scalar-border-color);
|
|
721
721
|
border-radius: var(--scalar-radius);
|
|
@@ -725,7 +725,7 @@ to {
|
|
|
725
725
|
padding: 2px;
|
|
726
726
|
width: 100%;
|
|
727
727
|
}
|
|
728
|
-
.url-form-input-wrapper[data-v-
|
|
728
|
+
.url-form-input-wrapper[data-v-b1791ec2] {
|
|
729
729
|
display: flex;
|
|
730
730
|
position: relative;
|
|
731
731
|
overflow-x: auto;
|
|
@@ -735,7 +735,7 @@ to {
|
|
|
735
735
|
/* Firefox supports */
|
|
736
736
|
scroll-timeline: --scroll-timeline horizontal;
|
|
737
737
|
}
|
|
738
|
-
.url-form-input[data-v-
|
|
738
|
+
.url-form-input[data-v-b1791ec2] {
|
|
739
739
|
background: var(--scalar-background-1);
|
|
740
740
|
color: var(--scalar-color-1);
|
|
741
741
|
font-weight: var(--scalar-semibold);
|
|
@@ -746,18 +746,18 @@ to {
|
|
|
746
746
|
max-width: calc(100% - 153px);
|
|
747
747
|
margin-right: auto;
|
|
748
748
|
}
|
|
749
|
-
.url-form-input-fade__left[data-v-
|
|
750
|
-
.url-form-input-fade__right[data-v-
|
|
749
|
+
.url-form-input-fade__left[data-v-b1791ec2],
|
|
750
|
+
.url-form-input-fade__right[data-v-b1791ec2] {
|
|
751
751
|
content: '';
|
|
752
752
|
position: sticky;
|
|
753
753
|
height: 100%;
|
|
754
|
-
animation-name: fadein-
|
|
754
|
+
animation-name: fadein-b1791ec2;
|
|
755
755
|
animation-duration: 1ms;
|
|
756
756
|
animation-direction: reverse;
|
|
757
757
|
animation-timeline: --scroll-timeline;
|
|
758
758
|
z-index: 1;
|
|
759
759
|
}
|
|
760
|
-
.url-form-input-fade__left[data-v-
|
|
760
|
+
.url-form-input-fade__left[data-v-b1791ec2] {
|
|
761
761
|
background: linear-gradient(
|
|
762
762
|
-90deg,
|
|
763
763
|
color-mix(in srgb, var(--scalar-background-1), transparent 100%) 0%,
|
|
@@ -767,7 +767,7 @@ to {
|
|
|
767
767
|
left: 0;
|
|
768
768
|
min-width: 6px;
|
|
769
769
|
}
|
|
770
|
-
.url-form-input-fade__right[data-v-
|
|
770
|
+
.url-form-input-fade__right[data-v-b1791ec2] {
|
|
771
771
|
background: linear-gradient(
|
|
772
772
|
90deg,
|
|
773
773
|
color-mix(in srgb, var(--scalar-background-1), transparent 100%) 0%,
|
|
@@ -778,7 +778,7 @@ to {
|
|
|
778
778
|
min-width: 24px;
|
|
779
779
|
animation-direction: reverse;
|
|
780
780
|
}
|
|
781
|
-
@keyframes fadein-
|
|
781
|
+
@keyframes fadein-b1791ec2 {
|
|
782
782
|
0% {
|
|
783
783
|
opacity: 0;
|
|
784
784
|
}
|
|
@@ -787,18 +787,18 @@ to {
|
|
|
787
787
|
}
|
|
788
788
|
}
|
|
789
789
|
@media screen and (max-width: 720px) {
|
|
790
|
-
.url-form-input[data-v-
|
|
790
|
+
.url-form-input[data-v-b1791ec2] {
|
|
791
791
|
max-width: calc(100% - 113px);
|
|
792
792
|
}
|
|
793
793
|
}
|
|
794
|
-
.url-form-input[data-v-
|
|
794
|
+
.url-form-input[data-v-b1791ec2] .cm-scroller {
|
|
795
795
|
overflow-y: hidden;
|
|
796
796
|
}
|
|
797
|
-
.url-form-input[data-v-
|
|
797
|
+
.url-form-input[data-v-b1791ec2] .cm-line {
|
|
798
798
|
font-size: var(--scalar-micro);
|
|
799
799
|
padding: 0;
|
|
800
800
|
}
|
|
801
|
-
.history[data-v-
|
|
801
|
+
.history[data-v-b1791ec2] {
|
|
802
802
|
appearance: none;
|
|
803
803
|
-webkit-appearance: none;
|
|
804
804
|
background: transparent;
|
|
@@ -807,7 +807,7 @@ to {
|
|
|
807
807
|
align-items: center;
|
|
808
808
|
border-radius: var(--scalar-radius);
|
|
809
809
|
}
|
|
810
|
-
.send-button[type='submit'][data-v-
|
|
810
|
+
.send-button[type='submit'][data-v-b1791ec2] {
|
|
811
811
|
font-size: var(--scalar-micro);
|
|
812
812
|
letter-spacing: 0.25px;
|
|
813
813
|
color: var(--scalar-button-1-color);
|
|
@@ -826,36 +826,36 @@ to {
|
|
|
826
826
|
overflow: hidden;
|
|
827
827
|
flex-shrink: 0;
|
|
828
828
|
}
|
|
829
|
-
.send-button[data-v-
|
|
829
|
+
.send-button[data-v-b1791ec2]:hover {
|
|
830
830
|
background: var(--scalar-button-1-hover);
|
|
831
831
|
}
|
|
832
|
-
.send-button svg[data-v-
|
|
832
|
+
.send-button svg[data-v-b1791ec2] {
|
|
833
833
|
width: 12px;
|
|
834
834
|
height: 12px;
|
|
835
835
|
flex-shrink: 0;
|
|
836
836
|
margin-right: 6px;
|
|
837
837
|
position: relative;
|
|
838
838
|
}
|
|
839
|
-
.send-button span[data-v-
|
|
839
|
+
.send-button span[data-v-b1791ec2] {
|
|
840
840
|
position: relative;
|
|
841
841
|
}
|
|
842
842
|
@media screen and (max-width: 720px) {
|
|
843
|
-
.history-toggle span[data-v-
|
|
844
|
-
.send-button span[data-v-
|
|
843
|
+
.history-toggle span[data-v-b1791ec2],
|
|
844
|
+
.send-button span[data-v-b1791ec2] {
|
|
845
845
|
display: none;
|
|
846
846
|
}
|
|
847
|
-
.history-toggle svg[data-v-
|
|
848
|
-
.send-button svg[data-v-
|
|
847
|
+
.history-toggle svg[data-v-b1791ec2],
|
|
848
|
+
.send-button svg[data-v-b1791ec2] {
|
|
849
849
|
margin-right: 0;
|
|
850
850
|
}
|
|
851
851
|
}
|
|
852
|
-
.send-button[disabled][data-v-
|
|
852
|
+
.send-button[disabled][data-v-b1791ec2] {
|
|
853
853
|
pointer-events: none;
|
|
854
854
|
color: var(--scalar-color-2);
|
|
855
855
|
background: var(--scalar-background-3);
|
|
856
856
|
border: 1px solid var(--scalar-border-color);
|
|
857
857
|
}
|
|
858
|
-
.history-toggle[data-v-
|
|
858
|
+
.history-toggle[data-v-b1791ec2] {
|
|
859
859
|
padding: 7px;
|
|
860
860
|
line-height: 30px;
|
|
861
861
|
color: var(--scalar-color-3);
|
|
@@ -873,16 +873,16 @@ to {
|
|
|
873
873
|
background-color 0.15s ease-in-out,
|
|
874
874
|
color 0.15s ease-in-out;
|
|
875
875
|
}
|
|
876
|
-
.history-toggle[data-v-
|
|
876
|
+
.history-toggle[data-v-b1791ec2]:hover {
|
|
877
877
|
background-color: var(--scalar-background-2);
|
|
878
878
|
color: var(--scalar-color-1);
|
|
879
879
|
}
|
|
880
|
-
.history-toggle svg[data-v-
|
|
880
|
+
.history-toggle svg[data-v-b1791ec2] {
|
|
881
881
|
height: 13px;
|
|
882
882
|
width: 13px;
|
|
883
883
|
color: currentColor;
|
|
884
884
|
}
|
|
885
|
-
.address-bar-content[data-v-
|
|
885
|
+
.address-bar-content[data-v-b1791ec2] {
|
|
886
886
|
width: 640px;
|
|
887
887
|
height: 100%;
|
|
888
888
|
background: var(--scalar-background-1);
|
|
@@ -897,21 +897,21 @@ to {
|
|
|
897
897
|
opacity 0.01s ease-in-out 0.5s;
|
|
898
898
|
pointer-events: none;
|
|
899
899
|
}
|
|
900
|
-
.address-bar--with-history[data-v-
|
|
900
|
+
.address-bar--with-history[data-v-b1791ec2] {
|
|
901
901
|
z-index: 100000;
|
|
902
902
|
}
|
|
903
|
-
.address-bar--with-history .address-bar-content[data-v-
|
|
903
|
+
.address-bar--with-history .address-bar-content[data-v-b1791ec2] {
|
|
904
904
|
transform: translate3d(0, 0, 0);
|
|
905
905
|
opacity: 1;
|
|
906
906
|
pointer-events: all;
|
|
907
907
|
transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
|
|
908
908
|
}
|
|
909
|
-
.address-bar--with-history .address-bar-close[data-v-
|
|
909
|
+
.address-bar--with-history .address-bar-close[data-v-b1791ec2] {
|
|
910
910
|
opacity: 1;
|
|
911
911
|
pointer-events: all;
|
|
912
912
|
cursor: pointer;
|
|
913
913
|
}
|
|
914
|
-
.address-bar-close[data-v-
|
|
914
|
+
.address-bar-close[data-v-b1791ec2] {
|
|
915
915
|
width: 100%;
|
|
916
916
|
height: 100%;
|
|
917
917
|
position: fixed;
|
|
@@ -2078,29 +2078,6 @@ border-top-left-radius: var(--scalar-radius);
|
|
|
2078
2078
|
overflow: auto;
|
|
2079
2079
|
}
|
|
2080
2080
|
|
|
2081
|
-
.scalar-api-client__status--1xx:before,
|
|
2082
|
-
.scalar-api-client__status--2xx:before,
|
|
2083
|
-
.scalar-api-client__status--3xx:before,
|
|
2084
|
-
.scalar-api-client__status--4xx:before,
|
|
2085
|
-
.scalar-api-client__status--5xx:before,
|
|
2086
|
-
.scalar-api-client__status--6xx:before {
|
|
2087
|
-
content: '';
|
|
2088
|
-
width: 10px;
|
|
2089
|
-
height: 10px;
|
|
2090
|
-
border-radius: 50%;
|
|
2091
|
-
margin-right: 4px;
|
|
2092
|
-
background: var(--scalar-background-2);
|
|
2093
|
-
}
|
|
2094
|
-
.scalar-api-client__status--2xx:before {
|
|
2095
|
-
background: var(--scalar-color-green);
|
|
2096
|
-
}
|
|
2097
|
-
.scalar-api-client__status--3xx:before {
|
|
2098
|
-
background: var(--scalar-color-orange);
|
|
2099
|
-
}
|
|
2100
|
-
.scalar-api-client__status--4xx:before {
|
|
2101
|
-
background: var(--scalar-color-red);
|
|
2102
|
-
}
|
|
2103
|
-
|
|
2104
2081
|
.scalar-api-client__main__right {
|
|
2105
2082
|
width: 50%;
|
|
2106
2083
|
}
|