@scalar/api-client 0.1.17 → 0.1.19
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/LICENSE +21 -0
- package/dist/components/ApiClient/AddressBar.vue.d.ts.map +1 -1
- package/dist/components/CodeMirror/CodeMirror.vue.d.ts +11 -1
- package/dist/components/CodeMirror/CodeMirror.vue.d.ts.map +1 -1
- package/dist/helpers/createPlaceholderRequest.d.ts.map +1 -1
- package/dist/hooks/index.d.ts +1 -1
- package/dist/hooks/index.d.ts.map +1 -1
- package/dist/index.js +41 -11
- package/dist/stores/apiClientRequestStore.d.ts +1 -1
- package/dist/style.css +180 -166
- package/dist/types.d.ts +1 -1
- package/dist/types.d.ts.map +1 -1
- package/package.json +2 -2
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2023 Scalar
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
|
@@ -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":";;;;;;;;;;;;;;;AAmYA,wBAAkD"}
|
|
@@ -18,6 +18,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18
18
|
withoutTheme: {
|
|
19
19
|
type: import("vue").PropType<boolean>;
|
|
20
20
|
};
|
|
21
|
+
disableEnter: {
|
|
22
|
+
type: import("vue").PropType<boolean>;
|
|
23
|
+
default: boolean;
|
|
24
|
+
};
|
|
21
25
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
22
26
|
change: (value: string) => void;
|
|
23
27
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -39,8 +43,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
39
43
|
withoutTheme: {
|
|
40
44
|
type: import("vue").PropType<boolean>;
|
|
41
45
|
};
|
|
46
|
+
disableEnter: {
|
|
47
|
+
type: import("vue").PropType<boolean>;
|
|
48
|
+
default: boolean;
|
|
49
|
+
};
|
|
42
50
|
}>> & {
|
|
43
51
|
onChange?: ((value: string) => any) | undefined;
|
|
44
|
-
}, {
|
|
52
|
+
}, {
|
|
53
|
+
disableEnter: boolean;
|
|
54
|
+
}, {}>;
|
|
45
55
|
export default _default;
|
|
46
56
|
//# sourceMappingURL=CodeMirror.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CodeMirror.vue.d.ts","sourceRoot":"","sources":["../../../src/components/CodeMirror/CodeMirror.vue.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CodeMirror.vue.d.ts","sourceRoot":"","sources":["../../../src/components/CodeMirror/CodeMirror.vue.ts"],"names":[],"mappings":"AA6DA,KAAK,QAAQ,GACT,OAAO,GACP,GAAG,GACH,SAAS,GACT,QAAQ,GACR,IAAI,GACJ,MAAM,GACN,MAAM,GACN,YAAY,GACZ,MAAM,GACN,QAAQ,GACR,MAAM,GACN,MAAM,GACN,OAAO,GACP,YAAY,GACZ,QAAQ,GACR,GAAG,GACH,MAAM,GACN,OAAO,GACP,OAAO,GACP,KAAK,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA+KT,wBAAkD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createPlaceholderRequest.d.ts","sourceRoot":"","sources":["../../src/helpers/createPlaceholderRequest.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAA;AAEnD;;GAEG;AACH,eAAO,MAAM,wBAAwB,QAAO,
|
|
1
|
+
{"version":3,"file":"createPlaceholderRequest.d.ts","sourceRoot":"","sources":["../../src/helpers/createPlaceholderRequest.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAA;AAEnD;;GAEG;AACH,eAAO,MAAM,wBAAwB,QAAO,mBAU1C,CAAA"}
|
package/dist/hooks/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { useOperation } from './useOperation';
|
|
1
|
+
export { useOperation, type ParamMap } from './useOperation';
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/hooks/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/hooks/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,KAAK,QAAQ,EAAE,MAAM,gBAAgB,CAAA"}
|
package/dist/index.js
CHANGED
|
@@ -10,7 +10,7 @@ import { javascript } from "@codemirror/lang-javascript";
|
|
|
10
10
|
import { json } from "@codemirror/lang-json";
|
|
11
11
|
import { python } from "@codemirror/lang-python";
|
|
12
12
|
import { StreamLanguage } from "@codemirror/language";
|
|
13
|
-
import { MatchDecorator, Decoration, ViewPlugin, EditorView, lineNumbers } from "@codemirror/view";
|
|
13
|
+
import { MatchDecorator, Decoration, ViewPlugin, EditorView, lineNumbers, keymap } from "@codemirror/view";
|
|
14
14
|
import { useCodeMirror } from "@scalar/use-codemirror";
|
|
15
15
|
function u$3(r2, n2, ...a2) {
|
|
16
16
|
if (r2 in n2) {
|
|
@@ -1281,12 +1281,11 @@ const useApiClientStore = () => ({
|
|
|
1281
1281
|
hideApiClient
|
|
1282
1282
|
});
|
|
1283
1283
|
const createPlaceholderRequest = () => ({
|
|
1284
|
-
name: "
|
|
1285
|
-
url: "
|
|
1284
|
+
name: "",
|
|
1285
|
+
url: "",
|
|
1286
1286
|
type: "GET",
|
|
1287
|
-
id: "1234",
|
|
1288
1287
|
path: "",
|
|
1289
|
-
parameters: [
|
|
1288
|
+
parameters: [],
|
|
1290
1289
|
headers: [],
|
|
1291
1290
|
query: [],
|
|
1292
1291
|
body: "",
|
|
@@ -15740,7 +15739,8 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
15740
15739
|
languages: {},
|
|
15741
15740
|
withVariables: { type: Boolean },
|
|
15742
15741
|
lineNumbers: { type: Boolean },
|
|
15743
|
-
withoutTheme: { type: Boolean }
|
|
15742
|
+
withoutTheme: { type: Boolean },
|
|
15743
|
+
disableEnter: { type: Boolean, default: false }
|
|
15744
15744
|
},
|
|
15745
15745
|
emits: ["change"],
|
|
15746
15746
|
setup(__props, { emit }) {
|
|
@@ -15787,6 +15787,31 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
15787
15787
|
if (props.withVariables) {
|
|
15788
15788
|
extensions.push(variables());
|
|
15789
15789
|
}
|
|
15790
|
+
if (props.disableEnter) {
|
|
15791
|
+
extensions.push(
|
|
15792
|
+
keymap.of([
|
|
15793
|
+
{
|
|
15794
|
+
key: "Enter",
|
|
15795
|
+
run: () => {
|
|
15796
|
+
return true;
|
|
15797
|
+
}
|
|
15798
|
+
},
|
|
15799
|
+
{
|
|
15800
|
+
key: "Ctrl-Enter",
|
|
15801
|
+
mac: "Cmd-Enter",
|
|
15802
|
+
run: () => {
|
|
15803
|
+
return true;
|
|
15804
|
+
}
|
|
15805
|
+
},
|
|
15806
|
+
{
|
|
15807
|
+
key: "Shift-Enter",
|
|
15808
|
+
run: () => {
|
|
15809
|
+
return true;
|
|
15810
|
+
}
|
|
15811
|
+
}
|
|
15812
|
+
])
|
|
15813
|
+
);
|
|
15814
|
+
}
|
|
15790
15815
|
extensions.push(
|
|
15791
15816
|
EditorView.updateListener.of((v2) => {
|
|
15792
15817
|
if (!v2.docChanged) {
|
|
@@ -15879,7 +15904,7 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
|
15879
15904
|
};
|
|
15880
15905
|
}
|
|
15881
15906
|
});
|
|
15882
|
-
const
|
|
15907
|
+
const FlowModal_vue_vue_type_style_index_0_scoped_3f4ab567_lang = "";
|
|
15883
15908
|
const _export_sfc = (sfc, props) => {
|
|
15884
15909
|
const target = sfc.__vccOpts || sfc;
|
|
15885
15910
|
for (const [key, val] of props) {
|
|
@@ -15887,7 +15912,7 @@ const _export_sfc = (sfc, props) => {
|
|
|
15887
15912
|
}
|
|
15888
15913
|
return target;
|
|
15889
15914
|
};
|
|
15890
|
-
const FlowModal = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["__scopeId", "data-v-
|
|
15915
|
+
const FlowModal = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["__scopeId", "data-v-3f4ab567"]]);
|
|
15891
15916
|
const BYTE_UNITS = [
|
|
15892
15917
|
"B",
|
|
15893
15918
|
"kB",
|
|
@@ -16234,8 +16259,8 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
|
16234
16259
|
addRequestToHistory: addRequestToHistory2,
|
|
16235
16260
|
requestHistory: requestHistory2,
|
|
16236
16261
|
requestHistoryOrder: requestHistoryOrder2,
|
|
16237
|
-
readOnly: readOnly2
|
|
16238
|
-
|
|
16262
|
+
readOnly: readOnly2,
|
|
16263
|
+
setActiveRequest: setActiveRequest2
|
|
16239
16264
|
} = useApiClientRequestStore();
|
|
16240
16265
|
const historyModal = useModalState();
|
|
16241
16266
|
const url = computed(() => activeRequest2.url);
|
|
@@ -16273,7 +16298,11 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
|
16273
16298
|
withCtrlCmd: true,
|
|
16274
16299
|
handler: send
|
|
16275
16300
|
});
|
|
16276
|
-
const onChange = () => {
|
|
16301
|
+
const onChange = (value) => {
|
|
16302
|
+
if (activeRequest2.url === value) {
|
|
16303
|
+
return;
|
|
16304
|
+
}
|
|
16305
|
+
setActiveRequest2({ ...activeRequest2, url: value });
|
|
16277
16306
|
};
|
|
16278
16307
|
return (_ctx, _cache) => {
|
|
16279
16308
|
return openBlock(), createElementBlock("div", {
|
|
@@ -16291,6 +16320,7 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
|
16291
16320
|
class: "scalar-api-client__url-input",
|
|
16292
16321
|
content: formattedUrl.value,
|
|
16293
16322
|
readOnly: unref(readOnly2),
|
|
16323
|
+
disableEnter: true,
|
|
16294
16324
|
withVariables: true,
|
|
16295
16325
|
withoutTheme: true,
|
|
16296
16326
|
onChange
|
package/dist/style.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');@import url('https://fonts.googleapis.com/css?family=JetBrains%20Mono');
|
|
2
2
|
/** Basics */
|
|
3
3
|
.scalar-api-client__codemirror__wrapper {
|
|
4
4
|
width: 100%;
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
color: var(--scalar-api-client-color);
|
|
31
31
|
}
|
|
32
32
|
|
|
33
|
-
.modal-layout[data-v-
|
|
33
|
+
.modal-layout[data-v-3f4ab567] {
|
|
34
34
|
position: fixed;
|
|
35
35
|
width: 100vw;
|
|
36
36
|
height: 100vh;
|
|
@@ -40,16 +40,16 @@
|
|
|
40
40
|
background: rgba(0, 0, 0, 0.44);
|
|
41
41
|
padding: 20px;
|
|
42
42
|
opacity: 0;
|
|
43
|
-
animation: modal-fade-
|
|
43
|
+
animation: modal-fade-3f4ab567 0.2s forwards;
|
|
44
44
|
}
|
|
45
|
-
.modal-body[data-v-
|
|
45
|
+
.modal-body[data-v-3f4ab567] {
|
|
46
46
|
padding: 24px 12px 18px 24px;
|
|
47
47
|
max-height: calc(100vh - 240px);
|
|
48
48
|
background: var(--theme-background-1);
|
|
49
49
|
border-radius: var(--theme-radius-lg);
|
|
50
50
|
font-family: var(--theme-font);
|
|
51
51
|
}
|
|
52
|
-
.modal[data-v-
|
|
52
|
+
.modal[data-v-3f4ab567] {
|
|
53
53
|
margin: 80px auto 0;
|
|
54
54
|
position: relative;
|
|
55
55
|
background: var(--theme-background-2);
|
|
@@ -60,20 +60,20 @@
|
|
|
60
60
|
line-height: 1.4;
|
|
61
61
|
opacity: 0;
|
|
62
62
|
transform: scale(0.98);
|
|
63
|
-
animation: modal-pop-
|
|
63
|
+
animation: modal-pop-3f4ab567 0.15s 0.15s forwards;
|
|
64
64
|
display: flex;
|
|
65
65
|
flex-direction: column;
|
|
66
66
|
}
|
|
67
|
-
.modal-content-large[data-v-
|
|
67
|
+
.modal-content-large[data-v-3f4ab567] {
|
|
68
68
|
max-width: 800px;
|
|
69
69
|
}
|
|
70
|
-
.modal-content-normal[data-v-
|
|
70
|
+
.modal-content-normal[data-v-3f4ab567] {
|
|
71
71
|
max-width: 640px;
|
|
72
72
|
}
|
|
73
|
-
.modal-content-small[data-v-
|
|
73
|
+
.modal-content-small[data-v-3f4ab567] {
|
|
74
74
|
max-width: 480px;
|
|
75
75
|
}
|
|
76
|
-
@keyframes modal-fade-
|
|
76
|
+
@keyframes modal-fade-3f4ab567 {
|
|
77
77
|
from {
|
|
78
78
|
opacity: 0;
|
|
79
79
|
}
|
|
@@ -81,7 +81,7 @@ to {
|
|
|
81
81
|
opacity: 1;
|
|
82
82
|
}
|
|
83
83
|
}
|
|
84
|
-
@keyframes modal-pop-
|
|
84
|
+
@keyframes modal-pop-3f4ab567 {
|
|
85
85
|
0% {
|
|
86
86
|
opacity: 0;
|
|
87
87
|
}
|
|
@@ -90,14 +90,13 @@ to {
|
|
|
90
90
|
transform: scale(1);
|
|
91
91
|
}
|
|
92
92
|
}
|
|
93
|
-
.modal-header[data-v-
|
|
93
|
+
.modal-header[data-v-3f4ab567] {
|
|
94
94
|
padding: 12px 24px;
|
|
95
95
|
color: var(--theme-color-1);
|
|
96
|
-
font-size: var(--
|
|
96
|
+
font-size: var(--theme-font-size-4);
|
|
97
97
|
text-align: left;
|
|
98
98
|
font-weight: 600;
|
|
99
|
-
border-radius: var(--theme-radius-lg)
|
|
100
|
-
var(--theme-radius-lg) 0 0;
|
|
99
|
+
border-radius: var(--theme-radius-lg) var(--theme-radius-lg) 0 0;
|
|
101
100
|
}
|
|
102
101
|
|
|
103
102
|
.navtable-mock {
|
|
@@ -186,8 +185,7 @@ to {
|
|
|
186
185
|
.scalar-api-client__field {
|
|
187
186
|
border: 1px solid var(--theme-border-color);
|
|
188
187
|
border-right: 0;
|
|
189
|
-
border-radius: var(--theme-radius-lg) 0 0
|
|
190
|
-
var(--theme-radius-lg);
|
|
188
|
+
border-radius: var(--theme-radius-lg) 0 0 var(--theme-radius-lg);
|
|
191
189
|
display: flex;
|
|
192
190
|
align-items: stretch;
|
|
193
191
|
width: 100%;
|
|
@@ -208,8 +206,7 @@ to {
|
|
|
208
206
|
-webkit-appearance: none;
|
|
209
207
|
padding: 0 12px;
|
|
210
208
|
border-right: 1px solid var(--theme-border-color);
|
|
211
|
-
border-radius: var(--theme-radius-lg) 0 0
|
|
212
|
-
var(--theme-radius-lg);
|
|
209
|
+
border-radius: var(--theme-radius-lg) 0 0 var(--theme-radius-lg);
|
|
213
210
|
position: relative;
|
|
214
211
|
}
|
|
215
212
|
.scalar-api-client__request-type span {
|
|
@@ -260,8 +257,7 @@ to {
|
|
|
260
257
|
text-transform: uppercase;
|
|
261
258
|
cursor: pointer;
|
|
262
259
|
outline: none;
|
|
263
|
-
border-radius: 0 var(--theme-radius-lg)
|
|
264
|
-
var(--theme-radius-lg) 0;
|
|
260
|
+
border-radius: 0 var(--theme-radius-lg) var(--theme-radius-lg) 0;
|
|
265
261
|
background: var(--scalar-api-client-color);
|
|
266
262
|
/** #087f5b */
|
|
267
263
|
display: flex;
|
|
@@ -453,6 +449,7 @@ to {
|
|
|
453
449
|
}
|
|
454
450
|
.scalar-api-client__item button {
|
|
455
451
|
background-color: transparent;
|
|
452
|
+
text-align: left;
|
|
456
453
|
}
|
|
457
454
|
.scalar-api-client__item:hover {
|
|
458
455
|
cursor: pointer;
|
|
@@ -544,8 +541,7 @@ to {
|
|
|
544
541
|
position: relative;
|
|
545
542
|
}
|
|
546
543
|
.table-row__add {
|
|
547
|
-
border-radius: 0 0 var(--theme-radius-lg)
|
|
548
|
-
var(--theme-radius-lg);
|
|
544
|
+
border-radius: 0 0 var(--theme-radius-lg) var(--theme-radius-lg);
|
|
549
545
|
border-bottom: none;
|
|
550
546
|
}
|
|
551
547
|
.table-row.required-parameter .table-row-item:nth-of-type(2):after {
|
|
@@ -567,8 +563,7 @@ to {
|
|
|
567
563
|
border-bottom: none;
|
|
568
564
|
}
|
|
569
565
|
.table-row__active {
|
|
570
|
-
border-radius: 0 0 var(--theme-radius-lg)
|
|
571
|
-
var(--theme-radius-lg);
|
|
566
|
+
border-radius: 0 0 var(--theme-radius-lg) var(--theme-radius-lg);
|
|
572
567
|
}
|
|
573
568
|
.table-row-drag {
|
|
574
569
|
width: 20px;
|
|
@@ -1232,162 +1227,181 @@ a[data-v-7a2c7da8] {
|
|
|
1232
1227
|
top: 6px;
|
|
1233
1228
|
right: 12px;
|
|
1234
1229
|
}
|
|
1230
|
+
|
|
1231
|
+
|
|
1232
|
+
* {
|
|
1233
|
+
text-rendering: optimizeLegibility;
|
|
1234
|
+
-webkit-font-smoothing: antialiased;
|
|
1235
|
+
-moz-osx-font-smoothing: grayscale;
|
|
1236
|
+
}
|
|
1235
1237
|
/* fonts */
|
|
1236
1238
|
:root {
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1239
|
+
--app-header-height: 50px;
|
|
1240
|
+
--theme-border-width: 1px;
|
|
1241
|
+
--theme-radius: 3px;
|
|
1242
|
+
--theme-radius-lg: 6px;
|
|
1243
|
+
--theme-radius-xl: 8px;
|
|
1244
|
+
|
|
1245
|
+
--theme-header-height: 50px;
|
|
1246
|
+
--theme-sidebar-width: 250px;
|
|
1247
|
+
--theme-toc-width: 250px;
|
|
1248
|
+
|
|
1249
|
+
/* TYPOGRAPHY ------------------------------------ */
|
|
1250
|
+
--theme-font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
|
|
1251
|
+
Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
|
1252
|
+
--theme-font-code: 'JetBrains Mono';
|
|
1253
|
+
|
|
1254
|
+
/** Font sizes for rendered text content (editor styles or static content) */
|
|
1255
|
+
--theme-heading-1: 40px; /* Editor Page heading */
|
|
1256
|
+
--theme-page-description: 24px;
|
|
1257
|
+
--theme-heading-2: 24px; /* Editor section headings */
|
|
1258
|
+
--theme-heading-3: 20px;
|
|
1259
|
+
--theme-heading-4: 16px;
|
|
1260
|
+
--theme-heading-5: 16px;
|
|
1261
|
+
--theme-heading-6: 16px;
|
|
1262
|
+
|
|
1263
|
+
--theme-paragraph: 16px;
|
|
1264
|
+
--theme-small: 14px;
|
|
1265
|
+
--theme-mini: 13px;
|
|
1266
|
+
--theme-micro: 12px;
|
|
1267
|
+
--theme-bold: 600;
|
|
1268
|
+
--theme-semibold: 500;
|
|
1269
|
+
--theme-regular: 400;
|
|
1270
|
+
|
|
1271
|
+
/* Font sizes for interactive applications (not rendered text content) */
|
|
1272
|
+
--theme-font-size-1: 24px;
|
|
1273
|
+
--theme-font-size-2: 16px;
|
|
1274
|
+
--theme-font-size-3: 14px;
|
|
1275
|
+
--theme-font-size-4: 13px;
|
|
1276
|
+
--theme-font-size-5: 12px;
|
|
1277
|
+
|
|
1278
|
+
--theme-line-height-1: 32px;
|
|
1279
|
+
--theme-line-height-2: 24px;
|
|
1280
|
+
--theme-line-height-3: 20px;
|
|
1281
|
+
--theme-line-height-4: 18px;
|
|
1282
|
+
--theme-line-height-5: 16px;
|
|
1283
|
+
|
|
1284
|
+
--theme-font-medium: 500;
|
|
1285
|
+
--theme-font-bold: 700;
|
|
1286
|
+
|
|
1287
|
+
/* let's clean these up please :) */
|
|
1288
|
+
--scalar-api-reference-theme-header-height: 0;
|
|
1289
|
+
--scalar-api-reference-theme-sidebar-width: 250px;
|
|
1290
|
+
--scalar-api-reference-theme-toc-width: 250px;
|
|
1291
|
+
--scalar-api-reference-app-header-height: 100px;
|
|
1292
|
+
--scalar-api-reference-col-width-1: 250px;
|
|
1293
|
+
--scalar-api-reference-col-width-2: calc(50% - 150px);
|
|
1294
|
+
--scalar-api-reference-col-width-3: calc(50% - 150px);
|
|
1295
|
+
--scalar-api-reference-document-height: 100vh;
|
|
1296
|
+
--scalar-api-reference-full-height: 100%;
|
|
1284
1297
|
}
|
|
1285
1298
|
@media (max-width: 460px) {
|
|
1286
1299
|
:root {
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1300
|
+
--theme-font-size-1: 22px;
|
|
1301
|
+
--theme-font-size-2: 14px;
|
|
1302
|
+
--theme-font-size-3: 12px;
|
|
1290
1303
|
}
|
|
1291
1304
|
}
|
|
1292
1305
|
@media (max-width: 720px) {
|
|
1293
1306
|
:root {
|
|
1294
|
-
|
|
1295
|
-
|
|
1307
|
+
--theme-heading-1: 24px;
|
|
1308
|
+
--theme-page-description: 20px;
|
|
1296
1309
|
}
|
|
1297
1310
|
}
|
|
1298
1311
|
.light-mode {
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1312
|
+
color-scheme: light;
|
|
1313
|
+
--theme-color-1: #2a2f45;
|
|
1314
|
+
--theme-color-2: #757575;
|
|
1315
|
+
--theme-color-3: #8e8e8e;
|
|
1316
|
+
--theme-color-disabled: #b4b1b1;
|
|
1317
|
+
--theme-color-ghost: #a7a7a7;
|
|
1318
|
+
--theme-color-accent: #0099ff;
|
|
1319
|
+
--theme-background-1: #fff;
|
|
1320
|
+
--theme-background-2: #f6f6f6;
|
|
1321
|
+
--theme-background-3: #e7e7e7;
|
|
1322
|
+
--theme-background-4: rgba(0, 0, 0, 0.06);
|
|
1323
|
+
--theme-background-accent: #8ab4f81f;
|
|
1324
|
+
|
|
1325
|
+
--theme-border-color: rgba(0, 0, 0, 0.1);
|
|
1326
|
+
--theme-scrollbar-color: rgba(0, 0, 0, 0.18);
|
|
1327
|
+
--theme-scrollbar-color-active: rgba(0, 0, 0, 0.36);
|
|
1328
|
+
--theme-lifted-brightness: 1;
|
|
1329
|
+
--theme-backdrop-brightness: 1;
|
|
1330
|
+
|
|
1331
|
+
--theme-shadow-1: 0 1px 3px 0 rgba(0, 0, 0, 0.11);
|
|
1332
|
+
--theme-shadow-2: rgba(0, 0, 0, 0.08) 0px 13px 20px 0px,
|
|
1333
|
+
rgba(0, 0, 0, 0.08) 0px 3px 8px 0px, #eeeeed 0px 0 0 1px;
|
|
1334
|
+
|
|
1335
|
+
--theme-button-1: rgb(49 53 56);
|
|
1336
|
+
--theme-button-1-color: #fff;
|
|
1337
|
+
--theme-button-1-hover: rgb(28 31 33);
|
|
1338
|
+
|
|
1339
|
+
--theme-error-color: #ae262f;
|
|
1340
|
+
--theme-warning-color: #d89c6a;
|
|
1341
|
+
--theme-success-color: #26ae42;
|
|
1342
|
+
|
|
1343
|
+
/* REST API Client Colors */
|
|
1344
|
+
--theme-post-color: #00a67d;
|
|
1345
|
+
--theme-post-background: #00a67d1a;
|
|
1346
|
+
--theme-delete-color: #ef0006;
|
|
1347
|
+
--theme-delete-background: #ef00061a;
|
|
1348
|
+
--theme-patch-color: #b2b062;
|
|
1349
|
+
--theme-patch-background: #ffe6001a;
|
|
1350
|
+
--theme-get-color: #0082d0;
|
|
1351
|
+
--theme-get-background: #0082d01a;
|
|
1352
|
+
--theme-put-color: #f3830e;
|
|
1353
|
+
--theme-put-background: #f3830e1a;
|
|
1354
|
+
|
|
1355
|
+
/* Misc Scalar Branding */
|
|
1356
|
+
--scalar-brand: #faf6e9;
|
|
1344
1357
|
}
|
|
1345
1358
|
.dark-mode {
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1359
|
+
color-scheme: dark;
|
|
1360
|
+
--theme-color-1: rgba(255, 255, 255, 0.9);
|
|
1361
|
+
--theme-color-2: rgba(255, 255, 255, 0.62);
|
|
1362
|
+
--theme-color-3: rgba(255, 255, 255, 0.44);
|
|
1363
|
+
--theme-color-disabled: rgba(255, 255, 255, 0.34);
|
|
1364
|
+
--theme-color-ghost: rgba(255, 255, 255, 0.26);
|
|
1365
|
+
--theme-color-accent: #8ab4f8;
|
|
1366
|
+
--theme-background-1: #1a1a1a;
|
|
1367
|
+
--theme-background-2: #252525;
|
|
1368
|
+
--theme-background-3: #323232;
|
|
1369
|
+
--theme-background-4: rgba(255, 255, 255, 0.06);
|
|
1370
|
+
--theme-background-accent: #8ab4f81f;
|
|
1371
|
+
|
|
1372
|
+
--theme-border-color: rgba(255, 255, 255, 0.1);
|
|
1373
|
+
--theme-scrollbar-color: rgba(255, 255, 255, 0.24);
|
|
1374
|
+
--theme-scrollbar-color-active: rgba(255, 255, 255, 0.48);
|
|
1375
|
+
--theme-lifted-brightness: 1.45;
|
|
1376
|
+
--theme-backdrop-brightness: 0.5;
|
|
1377
|
+
|
|
1378
|
+
--theme-shadow-1: 0 1px 3px 0 rgb(0, 0, 0, 0.1);
|
|
1379
|
+
--theme-shadow-2: rgba(15, 15, 15, 0.2) 0px 3px 6px,
|
|
1380
|
+
rgba(15, 15, 15, 0.4) 0px 9px 24px, 0 0 0 1px rgba(255, 255, 255, 0.1);
|
|
1381
|
+
|
|
1382
|
+
--theme-button-1: #f6f6f6;
|
|
1383
|
+
--theme-button-1-color: #000;
|
|
1384
|
+
--theme-button-1-hover: #e7e7e7;
|
|
1385
|
+
|
|
1386
|
+
--theme-error-color: #ff0011;
|
|
1387
|
+
--theme-success-color: #26ae42;
|
|
1388
|
+
|
|
1389
|
+
/* REST API Client Colors */
|
|
1390
|
+
--theme-post-color: #7ee787;
|
|
1391
|
+
--theme-post-background: #7ee78714;
|
|
1392
|
+
--theme-delete-color: #e77e7e;
|
|
1393
|
+
--theme-delete-background: #e77e7e24;
|
|
1394
|
+
--theme-patch-color: #b2b062;
|
|
1395
|
+
--theme-patch-background: #b2b06229;
|
|
1396
|
+
--theme-get-color: #79c0ff;
|
|
1397
|
+
--theme-get-background: #79c0ff21;
|
|
1398
|
+
--theme-put-color: #e9950c;
|
|
1399
|
+
--theme-put-background: #e9950c21;
|
|
1400
|
+
|
|
1401
|
+
/* Misc Scalar Branding */
|
|
1402
|
+
--scalar-brand: #8b7256;
|
|
1390
1403
|
}
|
|
1404
|
+
|
|
1391
1405
|
.scalar-api-client {
|
|
1392
1406
|
background: var(--theme-background-1);
|
|
1393
1407
|
position: relative;
|
package/dist/types.d.ts
CHANGED
|
@@ -40,7 +40,7 @@ export type Query = BaseParameter;
|
|
|
40
40
|
export type FormDataItem = BaseParameter;
|
|
41
41
|
/** Complete request state for a client request */
|
|
42
42
|
export type ClientRequestConfig = {
|
|
43
|
-
id
|
|
43
|
+
id?: string;
|
|
44
44
|
name: string;
|
|
45
45
|
url: string;
|
|
46
46
|
/** HTTP Request Method */
|
package/dist/types.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,SAAS,GAAG;IACtB,QAAQ,EAAE,MAAM,CAAA;IAChB,QAAQ,EAAE,MAAM,CAAA;IAChB,MAAM,EAAE,OAAO,CAAA;CAChB,CAAA;AAED,MAAM,MAAM,QAAQ,GAAG;IACrB,cAAc,EAAE,MAAM,CAAA;IACtB,YAAY,EAAE,MAAM,CAAA;IACpB,OAAO,EAAE,MAAM,CAAA;IACf,cAAc,EAAE,MAAM,CAAA;IACtB,QAAQ,EAAE,MAAM,CAAA;IAChB,YAAY,EAAE,MAAM,CAAA;IACpB,KAAK,EAAE,MAAM,CAAA;IACb,MAAM,EAAE,OAAO,CAAA;CAChB,CAAA;AAED,MAAM,MAAM,MAAM,GAAG;IACnB,KAAK,EAAE,MAAM,CAAA;IACb,MAAM,EAAE,OAAO,CAAA;CAChB,CAAA;AAED,MAAM,MAAM,MAAM,GAAG;IACnB,QAAQ,EAAE,MAAM,CAAA;IAChB,QAAQ,EAAE,MAAM,CAAA;IAChB,MAAM,EAAE,OAAO,CAAA;CAChB,CAAA;AAED,MAAM,MAAM,QAAQ,GAAG,OAAO,GAAG,UAAU,GAAG,QAAQ,GAAG,QAAQ,GAAG,MAAM,CAAA;AAE1E,MAAM,MAAM,SAAS,GAAG;IACtB,IAAI,EAAE,QAAQ,CAAA;IACd,KAAK,EAAE,SAAS,CAAA;IAChB,QAAQ,EAAE,QAAQ,CAAA;IAClB,MAAM,EAAE,MAAM,CAAA;IACd,MAAM,EAAE,MAAM,CAAA;CACf,CAAA;AAED,MAAM,MAAM,aAAa,GAAG;IAC1B,IAAI,EAAE,MAAM,CAAA;IACZ,KAAK,EAAE,MAAM,GAAG,MAAM,CAAA;IACtB,WAAW,CAAC,EAAE,MAAM,CAAA;CACrB,CAAA;AAED,MAAM,MAAM,MAAM,GAAG,aAAa,CAAA;AAElC,MAAM,MAAM,KAAK,GAAG,aAAa,CAAA;AAEjC,MAAM,MAAM,YAAY,GAAG,aAAa,CAAA;AAExC,kDAAkD;AAClD,MAAM,MAAM,mBAAmB,GAAG;IAChC,EAAE,EAAE,MAAM,CAAA;
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,SAAS,GAAG;IACtB,QAAQ,EAAE,MAAM,CAAA;IAChB,QAAQ,EAAE,MAAM,CAAA;IAChB,MAAM,EAAE,OAAO,CAAA;CAChB,CAAA;AAED,MAAM,MAAM,QAAQ,GAAG;IACrB,cAAc,EAAE,MAAM,CAAA;IACtB,YAAY,EAAE,MAAM,CAAA;IACpB,OAAO,EAAE,MAAM,CAAA;IACf,cAAc,EAAE,MAAM,CAAA;IACtB,QAAQ,EAAE,MAAM,CAAA;IAChB,YAAY,EAAE,MAAM,CAAA;IACpB,KAAK,EAAE,MAAM,CAAA;IACb,MAAM,EAAE,OAAO,CAAA;CAChB,CAAA;AAED,MAAM,MAAM,MAAM,GAAG;IACnB,KAAK,EAAE,MAAM,CAAA;IACb,MAAM,EAAE,OAAO,CAAA;CAChB,CAAA;AAED,MAAM,MAAM,MAAM,GAAG;IACnB,QAAQ,EAAE,MAAM,CAAA;IAChB,QAAQ,EAAE,MAAM,CAAA;IAChB,MAAM,EAAE,OAAO,CAAA;CAChB,CAAA;AAED,MAAM,MAAM,QAAQ,GAAG,OAAO,GAAG,UAAU,GAAG,QAAQ,GAAG,QAAQ,GAAG,MAAM,CAAA;AAE1E,MAAM,MAAM,SAAS,GAAG;IACtB,IAAI,EAAE,QAAQ,CAAA;IACd,KAAK,EAAE,SAAS,CAAA;IAChB,QAAQ,EAAE,QAAQ,CAAA;IAClB,MAAM,EAAE,MAAM,CAAA;IACd,MAAM,EAAE,MAAM,CAAA;CACf,CAAA;AAED,MAAM,MAAM,aAAa,GAAG;IAC1B,IAAI,EAAE,MAAM,CAAA;IACZ,KAAK,EAAE,MAAM,GAAG,MAAM,CAAA;IACtB,WAAW,CAAC,EAAE,MAAM,CAAA;CACrB,CAAA;AAED,MAAM,MAAM,MAAM,GAAG,aAAa,CAAA;AAElC,MAAM,MAAM,KAAK,GAAG,aAAa,CAAA;AAEjC,MAAM,MAAM,YAAY,GAAG,aAAa,CAAA;AAExC,kDAAkD;AAClD,MAAM,MAAM,mBAAmB,GAAG;IAChC,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,IAAI,EAAE,MAAM,CAAA;IACZ,GAAG,EAAE,MAAM,CAAA;IACX,0BAA0B;IAC1B,IAAI,EAAE,MAAM,CAAA;IACZ,mBAAmB;IACnB,IAAI,EAAE,MAAM,CAAA;IACZ,sBAAsB;IACtB,UAAU,EAAE,aAAa,EAAE,CAAA;IAC3B,uBAAuB;IACvB,KAAK,EAAE,KAAK,EAAE,CAAA;IACd,sBAAsB;IACtB,OAAO,EAAE,MAAM,EAAE,CAAA;IACjB,gCAAgC;IAChC,IAAI,EAAE,MAAM,CAAA;IACZ,8BAA8B;IAC9B,QAAQ,CAAC,EAAE,YAAY,EAAE,CAAA;CAC1B,CAAA;AAED,6CAA6C;AAC7C,MAAM,MAAM,YAAY,GAAG;IACzB,MAAM,EAAE,MAAM,CAAA;IACd,GAAG,EAAE,MAAM,CAAA;IACX,IAAI,EAAE,MAAM,CAAA;IACZ,OAAO,EAAE,MAAM,EAAE,CAAA;IACjB,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;IAC5B,IAAI,EAAE,OAAO,CAAA;CACd,CAAA;AAED,qCAAqC;AACrC,MAAM,MAAM,cAAc,GAAG;IAC3B,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;IAC/B,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;IAC/B,UAAU,EAAE,MAAM,CAAA;IAClB,UAAU,EAAE,MAAM,CAAA;IAClB,IAAI,EAAE,MAAM,CAAA;IACZ,QAAQ,EAAE,MAAM,CAAA;CACjB,CAAA;AAED,MAAM,MAAM,aAAa,GAAG;IAC1B,OAAO,EAAE,mBAAmB,CAAA;IAC5B,QAAQ,EAAE,cAAc,CAAA;IACxB,UAAU,EAAE,MAAM,CAAA;IAClB,QAAQ,EAAE,MAAM,CAAA;CACjB,CAAA;AAED,MAAM,MAAM,MAAM,GAAG;IACnB,MAAM,EAAE,MAAM,CAAA;IACd,IAAI,EAAE,MAAM,CAAA;CACb,CAAA;AAED,MAAM,MAAM,UAAU,GAAG;IACvB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,IAAI,EAAE,MAAM,CAAA;IACZ,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB,CAAA;AAED,MAAM,MAAM,QAAQ,GAAG;IACrB,OAAO,CAAC,EAAE,GAAG,EAAE,CAAA;IACf,aAAa,CAAC,EAAE,MAAM,EAAE,CAAA;CACzB,CAAA;AAED,MAAM,MAAM,iBAAiB,GAAG;IAC9B,CAAC,GAAG,EAAE,MAAM,GAAG;QACb,IAAI,EAAE,MAAM,CAAA;QACZ,MAAM,EAAE,MAAM,CAAA;QACd,OAAO,EAAE,MAAM,CAAA;QACf,QAAQ,EAAE,MAAM,EAAE,CAAA;QAClB,WAAW,CAAC,EAAE,MAAM,CAAA;QACpB,UAAU,CAAC,EAAE,iBAAiB,CAAA;KAC/B,CAAA;CACF,CAAA;AAED,MAAM,MAAM,aAAa,GAAG;IAC1B,MAAM,EAAE;QACN,IAAI,EAAE,MAAM,CAAA;QACZ,QAAQ,EAAE,MAAM,EAAE,CAAA;QAClB,UAAU,EAAE,iBAAiB,CAAA;KAC9B,CAAA;CACF,CAAA;AAED,MAAM,MAAM,WAAW,GACnB,kBAAkB,GAClB,iBAAiB,GACjB,YAAY,GACZ,WAAW,GACX,mCAAmC,GACnC,qBAAqB,CAAA;AAEzB,MAAM,MAAM,OAAO,GAAG;KACnB,GAAG,IAAI,WAAW,GAAG,aAAa;CACpC,CAAA;AAED,MAAM,MAAM,WAAW,GAAG;IACxB,WAAW,EAAE,MAAM,CAAA;IACnB,OAAO,EAAE,OAAO,CAAA;IAChB,QAAQ,EAAE,OAAO,CAAA;CAClB,CAAA;AAED,MAAM,MAAM,QAAQ,GAAG;IACrB,WAAW,EAAE,MAAM,CAAA;IACnB,OAAO,EAAE,GAAG,CAAA;CACb,CAAA;AAED,MAAM,MAAM,WAAW,GAAG;IACxB,WAAW,EAAE,MAAM,CAAA;IACnB,WAAW,EAAE,MAAM,CAAA;IACnB,UAAU,EAAE,UAAU,EAAE,CAAA;IACxB,SAAS,EAAE,MAAM,CAAC,MAAM,EAAE,QAAQ,CAAC,CAAA;IACnC,QAAQ,EAAE,QAAQ,EAAE,CAAA;IACpB,WAAW,EAAE,WAAW,CAAA;IACxB,OAAO,EAAE,MAAM,CAAA;IACf,IAAI,EAAE,MAAM,EAAE,CAAA;CACf,CAAA;AAED,MAAM,MAAM,SAAS,GAAG;IACtB,QAAQ,EAAE,MAAM,CAAA;IAChB,IAAI,EAAE,MAAM,CAAA;IACZ,WAAW,EAAE,MAAM,CAAA;IACnB,IAAI,EAAE,MAAM,CAAA;IACZ,WAAW,EAAE,MAAM,CAAA;IACnB,WAAW,EAAE,WAAW,CAAA;CACzB,CAAA;AAED,MAAM,MAAM,MAAM,GAAG;IACnB,GAAG,EAAE,MAAM,CAAA;CACZ,CAAA"}
|