@scalar/api-client 2.1.48 → 2.1.49

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.
@@ -1,183 +1,242 @@
1
- import { defineComponent as L, ref as P, watch as K, onMounted as F, onBeforeUnmount as j, openBlock as u, createElementBlock as w, Fragment as y, createBlock as p, unref as n, withKeys as G, withCtx as r, createVNode as o, createElementVNode as k, createCommentVNode as M, createTextVNode as N, toDisplayString as H } from "vue";
2
- import J from "../../components/Sidebar/Actions/DeleteSidebarListElement.vue.js";
3
- import O from "../../components/Sidebar/Actions/EditSidebarListCollection.vue.js";
4
- import Q from "../../components/Sidebar/Actions/EditSidebarListElement.vue.js";
5
- import { useModal as b, ScalarDropdown as X, ScalarDropdownItem as g, ScalarIcon as v, ScalarModal as z } from "@scalar/components";
6
- import { useRouter as Y } from "vue-router";
7
- import { PathId as S } from "../../routes.js";
8
- import { useWorkspace as Z } from "../../store/store.js";
9
- const ae = /* @__PURE__ */ L({
1
+ import { defineComponent as J, ref as O, watch as Q, onMounted as X, onBeforeUnmount as Y, computed as Z, openBlock as s, createElementBlock as h, Fragment as q, createBlock as d, unref as n, withKeys as _, withCtx as u, createVNode as m, createElementVNode as I, createCommentVNode as c, createTextVNode as S, toDisplayString as ee } from "vue";
2
+ import T from "../../components/Sidebar/Actions/DeleteSidebarListElement.vue.js";
3
+ import te from "../../components/Sidebar/Actions/EditSidebarListCollection.vue.js";
4
+ import ne from "../../components/Sidebar/Actions/EditSidebarListElement.vue.js";
5
+ import { createInitialRequest as le } from "../../store/requests.js";
6
+ import { useModal as W, ScalarDropdown as ie, ScalarDropdownItem as g, ScalarIcon as w, ScalarModal as b } from "@scalar/components";
7
+ import { useRouter as ae } from "vue-router";
8
+ import { PathId as A } from "../../routes.js";
9
+ import { useWorkspace as se } from "../../store/store.js";
10
+ const ve = /* @__PURE__ */ J({
10
11
  __name: "RequestSidebarItemMenu",
11
12
  props: {
12
13
  menuItem: {}
13
14
  },
14
- emits: ["closeMenu", "toggleWatchMode"],
15
- setup(q, { emit: x }) {
16
- const a = q, $ = x, { replace: E } = Y(), { activeWorkspace: h, activeRouterParams: C, events: B } = Z(), d = b(), I = b(), T = () => {
15
+ emits: ["closeMenu", "toggleWatchMode", "clearDrafts"],
16
+ setup(B, { emit: U }) {
17
+ const r = B, C = U, { replace: $ } = ae(), {
18
+ activeWorkspace: y,
19
+ activeRouterParams: x,
20
+ events: V,
21
+ requestMutators: L,
22
+ activeWorkspaceCollections: E,
23
+ activeWorkspaceRequests: P
24
+ } = se(), p = W(), D = W(), M = W(), K = () => {
17
25
  var e;
18
- return B.commandPalette.emit({
26
+ return V.commandPalette.emit({
19
27
  commandName: "Add Example",
20
28
  metaData: {
21
- itemUid: (e = a.menuItem.item) == null ? void 0 : e.entity.uid
29
+ itemUid: (e = r.menuItem.item) == null ? void 0 : e.entity.uid
22
30
  }
23
31
  });
24
- }, R = (e, t) => {
25
- var m;
26
- (m = a.menuItem.item) == null || m.edit(e, t), d.hide();
27
- }, U = () => {
28
- var e, t, m;
29
- (e = a.menuItem.item) == null || e.delete(), C.value[S.Request] === ((t = a.menuItem.item) == null ? void 0 : t.entity.uid) && E(`/workspace/${h.value.uid}/request/default`), C.value[S.Examples] === ((m = a.menuItem.item) == null ? void 0 : m.entity.uid) && E(`/workspace/${h.value}/request/default`), I.hide();
30
- }, f = P(null);
31
- K([() => a.menuItem.open, f], async ([e]) => {
32
- var t, m;
33
- e && ((m = (t = f.value) == null ? void 0 : t.$parent) != null && m.$el) && f.value.$parent.$el.focus();
32
+ }, z = (e, t) => {
33
+ var a;
34
+ (a = r.menuItem.item) == null || a.edit(e, t), p.hide();
35
+ }, F = () => {
36
+ var e, t, a;
37
+ if ((e = r.menuItem.item) == null || e.delete(), !P.value.length) {
38
+ const { request: f } = le(), i = E.value.find(
39
+ (o) => {
40
+ var l;
41
+ return ((l = o.info) == null ? void 0 : l.title) === "Drafts";
42
+ }
43
+ );
44
+ i && (L.add(f, i.uid), $(`/workspace/${y.value.uid}/request/${f.uid}`));
45
+ }
46
+ if (x.value[A.Request] === ((t = r.menuItem.item) == null ? void 0 : t.entity.uid) && $(`/workspace/${y.value.uid}/request/default`), x.value[A.Examples] === ((a = r.menuItem.item) == null ? void 0 : a.entity.uid) && $(`/workspace/${y.value}/request/default`), E.value[0]) {
47
+ const f = E.value[0].requests[0];
48
+ $(`/workspace/${y.value.uid}/request/${f}`);
49
+ }
50
+ D.hide();
51
+ }, k = O(null);
52
+ Q([() => r.menuItem.open, k], async ([e]) => {
53
+ var t, a;
54
+ e && ((a = (t = k.value) == null ? void 0 : t.$parent) != null && a.$el) && k.value.$parent.$el.focus();
55
+ });
56
+ const N = () => r.menuItem.open && C("closeMenu");
57
+ X(() => window.addEventListener("click", N)), Y(() => window.removeEventListener("click", N));
58
+ const j = () => {
59
+ C("toggleWatchMode", r.menuItem.item);
60
+ }, G = () => {
61
+ C("clearDrafts"), M.hide();
62
+ }, R = Z(() => {
63
+ var e;
64
+ return ((e = r.menuItem.item) == null ? void 0 : e.title) === "Drafts";
34
65
  });
35
- const D = () => a.menuItem.open && $("closeMenu");
36
- F(() => window.addEventListener("click", D)), j(() => window.removeEventListener("click", D));
37
- const V = () => {
38
- $("toggleWatchMode", a.menuItem.item);
39
- };
40
66
  return (e, t) => {
41
- var m, W;
42
- return u(), w(y, null, [
43
- e.menuItem.targetRef && e.menuItem.open ? (u(), p(n(X), {
67
+ var a, f;
68
+ return s(), h(q, null, [
69
+ e.menuItem.targetRef && e.menuItem.open ? (s(), d(n(ie), {
44
70
  key: 0,
45
71
  static: "",
46
72
  targetRef: e.menuItem.targetRef,
47
73
  teleport: "",
48
- onKeydown: t[2] || (t[2] = G((l) => e.$emit("closeMenu"), ["escape"]))
74
+ onKeydown: t[3] || (t[3] = _((i) => e.$emit("closeMenu"), ["escape"]))
49
75
  }, {
50
- items: r(() => {
51
- var l, s;
76
+ items: u(() => {
77
+ var i, o;
52
78
  return [
53
- ((l = e.menuItem.item) == null ? void 0 : l.entity.type) === "request" ? (u(), p(n(g), {
79
+ ((i = e.menuItem.item) == null ? void 0 : i.entity.type) === "request" ? (s(), d(n(g), {
54
80
  key: 0,
55
81
  class: "flex gap-2",
56
- onClick: T
82
+ onClick: K
57
83
  }, {
58
- default: r(() => [
59
- o(n(v), {
84
+ default: u(() => [
85
+ m(n(w), {
60
86
  class: "inline-flex",
61
87
  icon: "Example",
62
88
  size: "md",
63
89
  thickness: "1.5"
64
90
  }),
65
- t[6] || (t[6] = k("span", null, "Add Example", -1))
91
+ t[8] || (t[8] = I("span", null, "Add Example", -1))
66
92
  ]),
67
93
  _: 1
68
- })) : M("", !0),
69
- o(n(g), {
94
+ })) : c("", !0),
95
+ R.value ? c("", !0) : (s(), d(n(g), {
96
+ key: 1,
70
97
  ref_key: "menuRef",
71
- ref: f,
98
+ ref: k,
72
99
  class: "flex gap-2",
73
- onClick: t[0] || (t[0] = (i) => n(d).show())
100
+ onClick: t[0] || (t[0] = (l) => n(p).show())
74
101
  }, {
75
- default: r(() => {
76
- var i;
102
+ default: u(() => {
103
+ var l;
77
104
  return [
78
- o(n(v), {
105
+ m(n(w), {
79
106
  class: "inline-flex",
80
107
  icon: "Edit",
81
108
  size: "md",
82
109
  thickness: "1.5"
83
110
  }),
84
- k("span", null, [
85
- ((i = e.menuItem.item) == null ? void 0 : i.entity.type) === "collection" ? (u(), w(y, { key: 0 }, [
86
- N(" Edit ")
87
- ], 64)) : (u(), w(y, { key: 1 }, [
88
- N(" Rename ")
111
+ I("span", null, [
112
+ ((l = e.menuItem.item) == null ? void 0 : l.entity.type) === "collection" ? (s(), h(q, { key: 0 }, [
113
+ S(" Edit ")
114
+ ], 64)) : (s(), h(q, { key: 1 }, [
115
+ S(" Rename ")
89
116
  ], 64))
90
117
  ])
91
118
  ];
92
119
  }),
93
120
  _: 1
94
- }, 512),
95
- (s = e.menuItem.item) != null && s.documentUrl ? (u(), p(n(g), {
96
- key: 1,
121
+ }, 512)),
122
+ (o = e.menuItem.item) != null && o.documentUrl ? (s(), d(n(g), {
123
+ key: 2,
97
124
  ref_key: "menuRef",
98
- ref: f,
125
+ ref: k,
99
126
  class: "flex gap-2",
100
- onClick: V
127
+ onClick: j
101
128
  }, {
102
- default: r(() => {
103
- var i, c;
129
+ default: u(() => {
130
+ var l, v;
104
131
  return [
105
- o(n(v), {
132
+ m(n(w), {
106
133
  class: "inline-flex",
107
- icon: (i = e.menuItem.item) != null && i.watchMode ? "Unwatch" : "Watch",
134
+ icon: (l = e.menuItem.item) != null && l.watchMode ? "Unwatch" : "Watch",
108
135
  size: "md",
109
136
  thickness: "1.5"
110
137
  }, null, 8, ["icon"]),
111
- k("span", null, H((c = e.menuItem.item) != null && c.watchMode ? "Disable Watch Mode" : "Enable Watch Mode"), 1)
138
+ I("span", null, ee((v = e.menuItem.item) != null && v.watchMode ? "Disable Watch Mode" : "Enable Watch Mode"), 1)
112
139
  ];
113
140
  }),
114
141
  _: 1
115
- }, 512)) : M("", !0),
116
- o(n(g), {
142
+ }, 512)) : c("", !0),
143
+ R.value ? c("", !0) : (s(), d(n(g), {
144
+ key: 3,
145
+ class: "flex gap-2",
146
+ onClick: t[1] || (t[1] = (l) => n(D).show())
147
+ }, {
148
+ default: u(() => [
149
+ m(n(w), {
150
+ class: "inline-flex",
151
+ icon: "Delete",
152
+ size: "md",
153
+ thickness: "1.5"
154
+ }),
155
+ t[9] || (t[9] = I("span", null, "Delete", -1))
156
+ ]),
157
+ _: 1
158
+ })),
159
+ R.value ? (s(), d(n(g), {
160
+ key: 4,
117
161
  class: "flex gap-2",
118
- onClick: t[1] || (t[1] = (i) => n(I).show())
162
+ onClick: t[2] || (t[2] = (l) => n(M).show())
119
163
  }, {
120
- default: r(() => [
121
- o(n(v), {
164
+ default: u(() => [
165
+ m(n(w), {
122
166
  class: "inline-flex",
123
167
  icon: "Delete",
124
168
  size: "md",
125
169
  thickness: "1.5"
126
170
  }),
127
- t[7] || (t[7] = k("span", null, "Delete", -1))
171
+ t[10] || (t[10] = I("span", null, "Clear Drafts", -1))
128
172
  ]),
129
173
  _: 1
130
- })
174
+ })) : c("", !0)
131
175
  ];
132
176
  }),
133
177
  _: 1
134
- }, 8, ["targetRef"])) : M("", !0),
135
- o(n(z), {
178
+ }, 8, ["targetRef"])) : c("", !0),
179
+ m(n(b), {
136
180
  size: "xxs",
137
- state: n(I),
138
- title: `Delete ${(m = e.menuItem.item) == null ? void 0 : m.resourceTitle}`
181
+ state: n(D),
182
+ title: `Delete ${(a = e.menuItem.item) == null ? void 0 : a.resourceTitle}`
139
183
  }, {
140
- default: r(() => {
141
- var l, s;
184
+ default: u(() => {
185
+ var i, o;
142
186
  return [
143
- o(J, {
144
- variableName: ((l = e.menuItem.item) == null ? void 0 : l.title) ?? "",
145
- warningMessage: (s = e.menuItem.item) == null ? void 0 : s.warning,
146
- onClose: t[3] || (t[3] = (i) => n(I).hide()),
147
- onDelete: U
187
+ m(T, {
188
+ variableName: ((i = e.menuItem.item) == null ? void 0 : i.title) ?? "",
189
+ warningMessage: (o = e.menuItem.item) == null ? void 0 : o.warning,
190
+ onClose: t[4] || (t[4] = (l) => n(D).hide()),
191
+ onDelete: F
148
192
  }, null, 8, ["variableName", "warningMessage"])
149
193
  ];
150
194
  }),
151
195
  _: 1
152
196
  }, 8, ["state", "title"]),
153
- o(n(z), {
197
+ m(n(b), {
154
198
  size: "xxs",
155
- state: n(d),
156
- title: `Edit ${(W = e.menuItem.item) == null ? void 0 : W.resourceTitle}`
199
+ state: n(p),
200
+ title: `Edit ${(f = e.menuItem.item) == null ? void 0 : f.resourceTitle}`
157
201
  }, {
158
- default: r(() => {
159
- var l, s, i, c;
202
+ default: u(() => {
203
+ var i, o, l, v;
160
204
  return [
161
- ((l = e.menuItem.item) == null ? void 0 : l.resourceTitle) === "Collection" ? (u(), p(O, {
205
+ ((i = e.menuItem.item) == null ? void 0 : i.resourceTitle) === "Collection" ? (s(), d(te, {
162
206
  key: 0,
163
- icon: ((s = e.menuItem.item) == null ? void 0 : s.icon) || "interface-content-folder",
164
- name: (i = e.menuItem.item) == null ? void 0 : i.title,
165
- onClose: t[4] || (t[4] = (A) => n(d).hide()),
166
- onEdit: R
167
- }, null, 8, ["icon", "name"])) : (u(), p(Q, {
207
+ icon: ((o = e.menuItem.item) == null ? void 0 : o.icon) || "interface-content-folder",
208
+ name: (l = e.menuItem.item) == null ? void 0 : l.title,
209
+ onClose: t[5] || (t[5] = (H) => n(p).hide()),
210
+ onEdit: z
211
+ }, null, 8, ["icon", "name"])) : (s(), d(ne, {
168
212
  key: 1,
169
- name: ((c = e.menuItem.item) == null ? void 0 : c.title) ?? "",
170
- onClose: t[5] || (t[5] = (A) => n(d).hide()),
171
- onEdit: R
213
+ name: ((v = e.menuItem.item) == null ? void 0 : v.title) ?? "",
214
+ onClose: t[6] || (t[6] = (H) => n(p).hide()),
215
+ onEdit: z
172
216
  }, null, 8, ["name"]))
173
217
  ];
174
218
  }),
175
219
  _: 1
176
- }, 8, ["state", "title"])
220
+ }, 8, ["state", "title"]),
221
+ m(n(b), {
222
+ size: "xxs",
223
+ state: n(M),
224
+ title: "Clear Drafts"
225
+ }, {
226
+ default: u(() => [
227
+ m(T, {
228
+ variableName: "All Drafts",
229
+ warningMessage: "This action will clear all drafts. This cannot be undone.",
230
+ onClose: t[7] || (t[7] = (i) => n(M).hide()),
231
+ onDelete: G
232
+ })
233
+ ]),
234
+ _: 1
235
+ }, 8, ["state"])
177
236
  ], 64);
178
237
  };
179
238
  }
180
239
  });
181
240
  export {
182
- ae as default
241
+ ve as default
183
242
  };
@@ -1 +1 @@
1
- {"version":3,"file":"ResponseEmpty.vue.d.ts","sourceRoot":"","sources":["../../../../src/views/Request/ResponseSection/ResponseEmpty.vue"],"names":[],"mappings":";AA4PA,wBAMG"}
1
+ {"version":3,"file":"ResponseEmpty.vue.d.ts","sourceRoot":"","sources":["../../../../src/views/Request/ResponseSection/ResponseEmpty.vue"],"names":[],"mappings":";AA2XA,wBAMG"}
@@ -1,7 +1,7 @@
1
1
  import o from "./ResponseEmpty.vue2.js";
2
2
  /* empty css */
3
3
  import t from "../../../_virtual/_plugin-vue_export-helper.js";
4
- const r = /* @__PURE__ */ t(o, [["__scopeId", "data-v-0fc4c4e0"]]);
4
+ const r = /* @__PURE__ */ t(o, [["__scopeId", "data-v-fb4e4b9a"]]);
5
5
  export {
6
6
  r as default
7
7
  };
@@ -1,59 +1,99 @@
1
- import { defineComponent as _, onMounted as R, onBeforeUnmount as g, openBlock as r, createElementBlock as n, createElementVNode as o, unref as t, createTextVNode as c, toDisplayString as N, createCommentVNode as p, createVNode as l } from "vue";
2
- import b from "../../../assets/computer.ascii.js";
3
- import h from "../../../components/ScalarAsciiArt.vue.js";
4
- import u from "../../../components/ScalarHotkey.vue.js";
5
- import { useRoute as C } from "vue-router";
6
- import { useWorkspace as q } from "../../../store/store.js";
7
- import { useLayout as v } from "../../../hooks/useLayout.js";
8
- const V = { class: "relative col-1 flex-center gap-6 p-2 capitalize" }, B = { class: "flex h-[calc(100%_-_50px)] flex-col items-center justify-center" }, S = {
1
+ import { defineComponent as R, onMounted as b, onBeforeUnmount as C, openBlock as l, createElementBlock as n, createElementVNode as o, normalizeClass as k, unref as t, createTextVNode as c, toDisplayString as N, createCommentVNode as m, createVNode as s } from "vue";
2
+ import q from "../../../assets/computer.ascii.js";
3
+ import x from "../../../assets/keycap.ascii.js";
4
+ import d from "../../../components/ScalarAsciiArt.vue.js";
5
+ import p from "../../../components/ScalarHotkey.vue.js";
6
+ import { useRoute as V } from "vue-router";
7
+ import { useWorkspace as K } from "../../../store/store.js";
8
+ import { useLayout as S } from "../../../hooks/useLayout.js";
9
+ const B = { class: "relative col-1 flex-center gap-6 p-2 capitalize" }, w = {
9
10
  key: 0,
10
11
  class: "scalar-version-number"
11
- }, w = { class: "text-c-3 right-4 mt-auto flex w-full flex-col items-end gap-2 text-sm" }, D = /* @__PURE__ */ _({
12
+ }, A = { class: "scale-75 flex" }, E = { class: "relative" }, P = { class: "relative -ml-12" }, W = { class: "text-c-3 right-4 mt-auto flex w-full flex-col items-end gap-2 text-sm" }, U = /* @__PURE__ */ R({
12
13
  __name: "ResponseEmpty",
13
- setup(A) {
14
- const { isReadOnly: d, activeWorkspace: f, events: s } = q(), y = C(), { layout: x } = v(), m = () => {
15
- s.commandPalette.emit({ commandName: "Create Request" });
16
- }, i = (a) => {
17
- a != null && a.createNew && y.name === "request" && m();
18
- }, k = "2.1.48";
19
- return R(() => s.hotKeys.on(i)), g(() => s.hotKeys.off(i)), (a, e) => (r(), n("div", V, [
20
- o("div", B, [
21
- t(f).isReadOnly ? p("", !0) : (r(), n("div", S, [
22
- c(" Scalar App V" + N(t(k)) + " Beta ", 1),
23
- e[1] || (e[1] = o("div", { class: "mt-2" }, [
14
+ setup($) {
15
+ const { isReadOnly: j, activeWorkspace: g, events: a, activeWorkspaceRequests: u } = K(), v = V(), { layout: r } = S(), f = () => {
16
+ a.commandPalette.emit({ commandName: "Create Request" });
17
+ }, y = (i) => {
18
+ i != null && i.createNew && v.name === "request" && f();
19
+ }, h = "2.1.49";
20
+ return b(() => a.hotKeys.on(y)), C(() => a.hotKeys.off(y)), (i, e) => (l(), n("div", B, [
21
+ o("div", {
22
+ class: k(["flex h-[calc(100%_-_50px)] flex-col items-center justify-center", {
23
+ "hidden opacity-0": t(u).length <= 1 && t(r) !== "modal"
24
+ }])
25
+ }, [
26
+ t(g).isReadOnly ? m("", !0) : (l(), n("div", w, [
27
+ c(" Scalar App V" + N(t(h)) + " Beta ", 1),
28
+ e[2] || (e[2] = o("div", { class: "mt-2" }, [
24
29
  o("a", {
25
30
  href: "https://github.com/scalar/scalar/issues/2669",
26
31
  target: "_blank"
27
32
  }, " Roadmap ")
28
33
  ], -1))
29
34
  ])),
30
- l(h, {
31
- art: t(b),
35
+ s(d, {
36
+ art: t(q),
32
37
  class: "text-c-3"
33
38
  }, null, 8, ["art"])
34
- ]),
35
- o("div", w, [
39
+ ], 2),
40
+ t(r) !== "modal" ? (l(), n("div", {
41
+ key: 0,
42
+ class: k(["h-[calc(100%_-_50px)] items-center justify-center hidden pb-5", {
43
+ "!flex opacity-100": t(u).length == 1
44
+ }])
45
+ }, [
46
+ o("div", A, [
47
+ o("div", E, [
48
+ s(p, {
49
+ class: "keycap-hotkey",
50
+ hotkey: ""
51
+ }),
52
+ s(d, {
53
+ art: t(x),
54
+ class: "!leading-[6px] text-c-3"
55
+ }, null, 8, ["art"])
56
+ ]),
57
+ o("div", P, [
58
+ e[3] || (e[3] = o("div", { class: "keycap-hotkey !right-[60px]" }, "K", -1)),
59
+ s(d, {
60
+ art: t(x),
61
+ class: "!leading-[6px] keycap-n"
62
+ }, null, 8, ["art"])
63
+ ])
64
+ ])
65
+ ], 2)) : m("", !0),
66
+ o("div", W, [
67
+ t(r) !== "modal" ? (l(), n("button", {
68
+ key: 0,
69
+ class: "flex items-center gap-1.5",
70
+ type: "button",
71
+ onClick: e[0] || (e[0] = (_) => t(a).commandPalette.emit())
72
+ }, [
73
+ e[4] || (e[4] = c(" Get Started ")),
74
+ s(p, { hotkey: "k" })
75
+ ])) : m("", !0),
36
76
  o("button", {
37
77
  class: "flex items-center gap-1.5",
38
78
  type: "button",
39
- onClick: e[0] || (e[0] = (E) => t(s).executeRequest.emit())
79
+ onClick: e[1] || (e[1] = (_) => t(a).executeRequest.emit())
40
80
  }, [
41
- e[2] || (e[2] = c(" Send Request ")),
42
- l(u, { hotkey: "↵" })
81
+ e[5] || (e[5] = c(" Send Request ")),
82
+ s(p, { hotkey: "↵" })
43
83
  ]),
44
- !t(d) && t(x) === "desktop" ? (r(), n("button", {
45
- key: 0,
84
+ t(r) !== "modal" ? (l(), n("button", {
85
+ key: 1,
46
86
  class: "flex items-center gap-1.5",
47
87
  type: "button",
48
- onClick: m
88
+ onClick: f
49
89
  }, [
50
- e[3] || (e[3] = c(" New Request ")),
51
- l(u, { hotkey: "N" })
52
- ])) : p("", !0)
90
+ e[6] || (e[6] = c(" New Request ")),
91
+ s(p, { hotkey: "N" })
92
+ ])) : m("", !0)
53
93
  ])
54
94
  ]));
55
95
  }
56
96
  });
57
97
  export {
58
- D as default
98
+ U as default
59
99
  };
package/package.json CHANGED
@@ -18,7 +18,7 @@
18
18
  "rest",
19
19
  "testing"
20
20
  ],
21
- "version": "2.1.48",
21
+ "version": "2.1.49",
22
22
  "engines": {
23
23
  "node": ">=18"
24
24
  },
@@ -155,17 +155,17 @@
155
155
  "whatwg-mimetype": "^4.0.0",
156
156
  "yaml": "^2.4.5",
157
157
  "zod": "^3.23.8",
158
- "@scalar/components": "0.12.68",
158
+ "@scalar/components": "0.12.69",
159
159
  "@scalar/draggable": "0.1.7",
160
160
  "@scalar/icons": "0.1.1",
161
161
  "@scalar/import": "0.1.1",
162
- "@scalar/oas-utils": "0.2.74",
162
+ "@scalar/oas-utils": "0.2.75",
163
163
  "@scalar/object-utils": "1.1.12",
164
+ "@scalar/openapi-parser": "0.8.9",
164
165
  "@scalar/openapi-types": "0.1.5",
165
166
  "@scalar/themes": "0.9.48",
166
- "@scalar/openapi-parser": "0.8.9",
167
+ "@scalar/use-codemirror": "0.11.36",
167
168
  "@scalar/types": "0.0.19",
168
- "@scalar/use-codemirror": "0.11.35",
169
169
  "@scalar/use-toasts": "0.7.7",
170
170
  "@scalar/use-tooltip": "1.0.4"
171
171
  },