@scalar/api-client 2.0.8 → 2.0.10

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.
Files changed (27) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/dist/App.vue.d.ts.map +1 -1
  3. package/dist/components/DataTable/DataTableInput.vue.d.ts +5 -0
  4. package/dist/components/DataTable/DataTableInput.vue.d.ts.map +1 -1
  5. package/dist/components/DataTable/DataTableInput.vue.js +3 -3
  6. package/dist/components/DataTable/DataTableInput.vue2.js +46 -36
  7. package/dist/components/Search/SearchModal.vue.d.ts.map +1 -1
  8. package/dist/components/Search/SearchModal.vue.js +3 -3
  9. package/dist/components/Search/SearchModal.vue2.js +65 -54
  10. package/dist/store/workspace.d.ts +92 -2
  11. package/dist/store/workspace.d.ts.map +1 -1
  12. package/dist/store/workspace.js +67 -65
  13. package/dist/style.css +1 -1
  14. package/dist/views/Cookies/Cookies.vue.d.ts.map +1 -1
  15. package/dist/views/Cookies/Cookies.vue2.js +31 -30
  16. package/dist/views/Request/Request.vue.d.ts.map +1 -1
  17. package/dist/views/Request/Request.vue.js +2 -2
  18. package/dist/views/Request/Request.vue2.js +80 -79
  19. package/dist/views/Request/RequestSection/RequestTable.vue.d.ts.map +1 -1
  20. package/dist/views/Request/RequestSection/RequestTable.vue.js +3 -2
  21. package/dist/views/Request/RequestSection/RequestTable.vue2.js +79 -59
  22. package/dist/views/Request/RequestSection/RequestTableTooltip.vue.d.ts.map +1 -1
  23. package/dist/views/Request/RequestSection/RequestTableTooltip.vue.js +30 -18
  24. package/dist/views/Request/RequestSidebarItem.vue.d.ts.map +1 -1
  25. package/dist/views/Request/RequestSidebarItem.vue.js +2 -2
  26. package/dist/views/Request/RequestSidebarItem.vue2.js +23 -23
  27. package/package.json +6 -6
@@ -1,39 +1,51 @@
1
- import { defineComponent as c, openBlock as t, createBlock as l, unref as a, withCtx as i, createVNode as p, createElementVNode as s, createElementBlock as n, toDisplayString as o, createCommentVNode as r } from "vue";
2
- import { ScalarTooltip as m, ScalarIcon as d } from "@scalar/components";
3
- const f = { class: "grid gap-1.5 pointer-events-none min-w-48 w-content shadow-lg rounded bg-b-1 z-100 p-2 text-xxs leading-5 z-10 text-c-1" }, u = { class: "flex items-center text-c-2" }, g = { key: 0 }, _ = {
1
+ import { defineComponent as m, openBlock as t, createBlock as c, unref as n, withCtx as r, createVNode as l, createElementVNode as a, createElementBlock as o, toDisplayString as s, createCommentVNode as i } from "vue";
2
+ import { ScalarTooltip as p, ScalarIcon as f } from "@scalar/components";
3
+ const d = { class: "grid gap-1.5 pointer-events-none min-w-48 w-content shadow-lg rounded bg-b-1 z-100 p-2 text-xxs leading-5 z-10 text-c-1" }, u = { class: "flex items-center text-c-2" }, h = { key: 0 }, b = {
4
4
  key: 1,
5
5
  class: "before:content-['·'] before:block before:mx-[0.5ch] flex"
6
- }, h = {
6
+ }, g = {
7
7
  key: 2,
8
8
  class: "before:content-['·'] before:block before:mx-[0.5ch] flex whitespace-pre"
9
- }, b = { class: "leading-snug text-pretty text-sm" }, v = /* @__PURE__ */ c({
9
+ }, x = {
10
+ key: 3,
11
+ class: "before:content-['·'] before:block before:mx-[0.5ch] flex whitespace-pre"
12
+ }, k = {
13
+ key: 4,
14
+ class: "before:content-['·'] before:block before:mx-[0.5ch] flex whitespace-pre"
15
+ }, _ = {
16
+ key: 0,
17
+ class: "leading-snug text-pretty text-sm",
18
+ style: { maxWidth: "16rem" }
19
+ }, z = /* @__PURE__ */ m({
10
20
  __name: "RequestTableTooltip",
11
21
  props: {
12
22
  item: {}
13
23
  },
14
- setup(x) {
15
- return (e, k) => (t(), l(a(m), {
24
+ setup(y) {
25
+ return (e, w) => (t(), c(n(p), {
16
26
  align: "start",
17
- class: "w-64",
27
+ class: "w-full",
18
28
  delay: 0,
19
29
  side: "left",
20
30
  triggerClass: "p-[7px]"
21
31
  }, {
22
- trigger: i(() => [
23
- p(a(d), {
32
+ trigger: r(() => [
33
+ l(n(f), {
24
34
  class: "ml-1 text-c-3 group-hover/info:text-c-1",
25
35
  icon: "Info",
26
36
  size: "sm"
27
37
  })
28
38
  ]),
29
- content: i(() => [
30
- s("div", f, [
31
- s("div", u, [
32
- e.item.type ? (t(), n("span", g, o(e.item.type), 1)) : r("", !0),
33
- e.item.format ? (t(), n("span", _, o(e.item.format), 1)) : r("", !0),
34
- e.item.default ? (t(), n("span", h, "default: " + o(e.item.default), 1)) : r("", !0)
39
+ content: r(() => [
40
+ a("div", d, [
41
+ a("div", u, [
42
+ e.item.type ? (t(), o("span", h, s(e.item.type), 1)) : i("", !0),
43
+ e.item.format ? (t(), o("span", b, s(e.item.format), 1)) : i("", !0),
44
+ e.item.minimum ? (t(), o("span", g, "min: " + s(e.item.minimum), 1)) : i("", !0),
45
+ e.item.maximum ? (t(), o("span", x, "max: " + s(e.item.maximum), 1)) : i("", !0),
46
+ e.item.default ? (t(), o("span", k, "default: " + s(e.item.default), 1)) : i("", !0)
35
47
  ]),
36
- s("span", b, o(e.item.description), 1)
48
+ e.item.description ? (t(), o("span", _, s(e.item.description), 1)) : i("", !0)
37
49
  ])
38
50
  ]),
39
51
  _: 1
@@ -41,5 +53,5 @@ const f = { class: "grid gap-1.5 pointer-events-none min-w-48 w-content shadow-l
41
53
  }
42
54
  });
43
55
  export {
44
- v as default
56
+ z as default
45
57
  };
@@ -1 +1 @@
1
- {"version":3,"file":"RequestSidebarItem.vue.d.ts","sourceRoot":"","sources":["../../../src/views/Request/RequestSidebarItem.vue"],"names":[],"mappings":"AAmOA,OAAO,EAEL,KAAK,YAAY,EACjB,KAAK,WAAW,EACjB,MAAM,mBAAmB,CAAA;AAC1B,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iDAAiD,CAAA;AACjF,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,6CAA6C,CAAA;AACzE,OAAO,KAAK,EACV,OAAO,EACP,cAAc,EACf,MAAM,2CAA2C,CAAA;AA0GlD,iBAAS,cAAc;gBAvET,IAAI;;gBAAJ,IAAI;EAwVjB;AACD,QAAA,MAAM,eAAe;IAnXjB;;;;OAIG;kBACW,OAAO;IACrB;;;;OAIG;kBACW,OAAO;IACrB,qEAAqE;gBACzD,MAAM,EAAE;UACd,UAAU,GAAG,MAAM,GAAG,OAAO,GAAG,cAAc;;;;;;;;IAdpD;;;;OAIG;kBACW,OAAO;IACrB;;;;OAIG;kBACW,OAAO;IACrB,qEAAqE;gBACzD,MAAM,EAAE;UACd,UAAU,GAAG,MAAM,GAAG,OAAO,GAAG,cAAc;;;;;;;;iBATtC,OAAO;iBAMP,OAAO;MA+WvB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AAOxG,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAC1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAC7C,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QAAE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KAAC,CAAC,GACvC,CAAC,CAAC,CAAC,CAAC;CACP,CAAC;AAEN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC;AAExD,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACpC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC;AAEN,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AAC5D,KAAK,uBAAuB,CAAC,CAAC,IAAI;KAChC,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GACpC;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAC9D;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CACzD,CAAC"}
1
+ {"version":3,"file":"RequestSidebarItem.vue.d.ts","sourceRoot":"","sources":["../../../src/views/Request/RequestSidebarItem.vue"],"names":[],"mappings":"AAoOA,OAAO,EAEL,KAAK,YAAY,EACjB,KAAK,WAAW,EACjB,MAAM,mBAAmB,CAAA;AAC1B,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iDAAiD,CAAA;AACjF,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,6CAA6C,CAAA;AACzE,OAAO,KAAK,EACV,OAAO,EACP,cAAc,EACf,MAAM,2CAA2C,CAAA;AA2GlD,iBAAS,cAAc;gBAxET,IAAI;;gBAAJ,IAAI;EAyVjB;AACD,QAAA,MAAM,eAAe;IApXjB;;;;OAIG;kBACW,OAAO;IACrB;;;;OAIG;kBACW,OAAO;IACrB,qEAAqE;gBACzD,MAAM,EAAE;UACd,UAAU,GAAG,MAAM,GAAG,OAAO,GAAG,cAAc;;;;;;;;IAdpD;;;;OAIG;kBACW,OAAO;IACrB;;;;OAIG;kBACW,OAAO;IACrB,qEAAqE;gBACzD,MAAM,EAAE;UACd,UAAU,GAAG,MAAM,GAAG,OAAO,GAAG,cAAc;;;;;;;;iBATtC,OAAO;iBAMP,OAAO;MAgXvB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AAOxG,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAC1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAC7C,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QAAE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KAAC,CAAC,GACvC,CAAC,CAAC,CAAC,CAAC;CACP,CAAC;AAEN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC;AAExD,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACpC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC;AAEN,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AAC5D,KAAK,uBAAuB,CAAC,CAAC,IAAI;KAChC,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GACpC;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAC9D;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CACzD,CAAC"}
@@ -1,8 +1,8 @@
1
1
  import t from "./RequestSidebarItem.vue2.js";
2
2
  /* empty css */
3
3
  /* empty css */
4
- import o from "../../_virtual/_plugin-vue_export-helper.js";
5
- const a = /* @__PURE__ */ o(t, [["__scopeId", "data-v-2b673e3d"]]);
4
+ import e from "../../_virtual/_plugin-vue_export-helper.js";
5
+ const a = /* @__PURE__ */ e(t, [["__scopeId", "data-v-ee9f7225"]]);
6
6
  export {
7
7
  a as default
8
8
  };
@@ -1,4 +1,4 @@
1
- import { defineComponent as N, useCssVars as V, computed as a, resolveComponent as x, openBlock as o, createElementBlock as d, normalizeClass as p, unref as r, createVNode as f, withCtx as y, createBlock as b, createElementVNode as n, toDisplayString as U, createCommentVNode as g, createTextVNode as k, renderSlot as j, withDirectives as F, Fragment as L, renderList as T, vShow as K } from "vue";
1
+ import { defineComponent as N, useCssVars as V, computed as l, resolveComponent as x, openBlock as o, createElementBlock as d, normalizeClass as p, unref as r, createVNode as u, withCtx as y, createBlock as f, createElementVNode as n, toDisplayString as U, createCommentVNode as b, createTextVNode as k, renderSlot as j, withDirectives as F, Fragment as L, renderList as T, vShow as K } from "vue";
2
2
  import { useWorkspace as W } from "../../store/workspace.js";
3
3
  import { ScalarIcon as A } from "@scalar/components";
4
4
  import { Draggable as G } from "@scalar/draggable";
@@ -17,38 +17,38 @@ const X = { class: "z-10 font-medium w-full editable-sidebar-hover-item" }, Y =
17
17
  emits: ["onDragEnd"],
18
18
  setup(w) {
19
19
  V((e) => ({
20
- "26c2db78": E.value
20
+ "5d4e900a": E.value
21
21
  }));
22
- const s = w, { activeRequest: c, folders: C, requests: h, requestExamples: R, workspace: l } = W(), { collapsedSidebarFolders: v, toggleSidebarFolder: $ } = Q(), S = H(), u = a(() => "childUids" in s.item), E = a(() => s.parentUids.length ? u.value ? `-${s.parentUids.length * 16}px` : `-${s.parentUids.length * 16}px` : "0px"), z = (e, t) => {
22
+ const s = w, { activeRequest: g, folders: C, requests: c, requestExamples: R, workspace: a } = W(), { collapsedSidebarFolders: h, toggleSidebarFolder: $ } = Q(), S = H(), v = l(() => "childUids" in s.item), E = l(() => s.parentUids.length ? a.isReadOnly ? `-${(s.parentUids.length - 1) * 16}px` : `-${s.parentUids.length * 16}px` : "0px"), O = (e, t) => {
23
23
  e.metaKey ? window.open(`/request/${t}`, "_blank") : S.push(`/request/${t}`);
24
24
  }, D = (e) => {
25
25
  var t;
26
26
  return "spec" in e ? (t = e.spec.info) == null ? void 0 : t.title : "summary" in e ? e.summary || e.path : "name" in e ? e.name : "";
27
- }, I = a(() => ("requestUid" in s.item ? h[s.item.requestUid] : s.item).method), O = a(
27
+ }, z = l(() => ("requestUid" in s.item ? c[s.item.requestUid] : s.item).method), I = l(
28
28
  () => {
29
29
  var e;
30
- return v[s.item.uid] || ((e = c.value) == null ? void 0 : e.uid) === s.item.uid && s.item.childUids.length > 1;
30
+ return h[s.item.uid] || ((e = g.value) == null ? void 0 : e.uid) === s.item.uid && s.item.childUids.length > 1;
31
31
  }
32
32
  );
33
33
  return (e, t) => {
34
34
  const B = x("RequestSidebarItem", !0);
35
35
  return o(), d("div", {
36
36
  class: p(["relative flex flex-row", [
37
- r(l).isReadOnly && e.parentUids.length > 1 || !r(l).isReadOnly && e.parentUids.length ? "before:bg-b-3 pl-4 before:absolute before:left-[calc(.75rem_+_.5px)] before:top-0 before:z-10 before:h-[calc(100%_+_.5px)] last:before:h-full before:w-px mb-[.5px] last:mb-0" : ""
37
+ r(a).isReadOnly && e.parentUids.length > 1 || !r(a).isReadOnly && e.parentUids.length ? "before:bg-b-3 pl-4 before:absolute before:left-[calc(.75rem_+_.5px)] before:top-0 before:z-10 before:h-[calc(100%_+_.5px)] last:before:h-full before:w-px mb-[.5px] last:mb-0" : ""
38
38
  ]])
39
39
  }, [
40
- f(r(G), {
40
+ u(r(G), {
41
41
  id: e.item.uid,
42
- ceiling: u.value ? 0.8 : 0.5,
42
+ ceiling: v.value ? 0.8 : 0.5,
43
43
  class: "flex flex-1 flex-col gap-[.5px] text-sm",
44
- floor: u.value ? 0.2 : 0.5,
44
+ floor: v.value ? 0.2 : 0.5,
45
45
  isDraggable: e.parentUids.length > 0 && e.isDraggable,
46
46
  isDroppable: e.isDroppable,
47
47
  parentIds: e.parentUids,
48
48
  onOnDragEnd: t[3] || (t[3] = (...i) => e.$emit("onDragEnd", ...i))
49
49
  }, {
50
50
  default: y(() => [
51
- "summary" in e.item || "requestUid" in e.item ? (o(), b(r(J), {
51
+ "summary" in e.item || "requestUid" in e.item ? (o(), f(r(J), {
52
52
  key: 0,
53
53
  custom: "",
54
54
  to: `/request/${e.item.uid}`
@@ -59,23 +59,23 @@ const X = { class: "z-10 font-medium w-full editable-sidebar-hover-item" }, Y =
59
59
  n("div", {
60
60
  class: p(["group relative flex min-h-8 cursor-pointer flex-row items-start justify-between gap-2 py-1.5 pr-2 rounded editable-sidebar-hover", [
61
61
  q,
62
- ((i = r(c)) == null ? void 0 : i.uid) === e.item.uid ? "before:bg-sidebar-active-b text-sidebar-active-c transition-none" : "text-sidebar-c-2",
62
+ ((i = r(g)) == null ? void 0 : i.uid) === e.item.uid ? "before:bg-sidebar-active-b text-sidebar-active-c transition-none" : "text-sidebar-c-2",
63
63
  (e.isDroppable, "pl-3")
64
64
  ]]),
65
65
  tabindex: "0",
66
- onClick: t[0] || (t[0] = (m) => z(m, e.item.uid))
66
+ onClick: t[0] || (t[0] = (m) => O(m, e.item.uid))
67
67
  }, [
68
68
  n("span", X, U(D(e.item)), 1),
69
69
  n("div", Y, [
70
- r(l).isReadOnly ? g("", !0) : (o(), b(M, {
70
+ r(a).isReadOnly ? b("", !0) : (o(), f(M, {
71
71
  key: 0,
72
72
  item: e.item
73
73
  }, null, 8, ["item"])),
74
74
  n("span", Z, [
75
75
  k("   "),
76
- f(r(P), {
76
+ u(r(P), {
77
77
  class: "font-bold",
78
- method: I.value
78
+ method: z.value
79
79
  }, null, 8, ["method"])
80
80
  ])
81
81
  ])
@@ -83,7 +83,7 @@ const X = { class: "z-10 font-medium w-full editable-sidebar-hover-item" }, Y =
83
83
  ];
84
84
  }),
85
85
  _: 1
86
- }, 8, ["to"])) : !r(l).isReadOnly || e.parentUids.length ? (o(), d("button", {
86
+ }, 8, ["to"])) : !r(a).isReadOnly || e.parentUids.length ? (o(), d("button", {
87
87
  key: 1,
88
88
  class: p(["hover:bg-b-2 group relative flex w-full flex-row justify-start gap-1.5 rounded p-1.5 z-[1]", q]),
89
89
  type: "button",
@@ -93,10 +93,10 @@ const X = { class: "z-10 font-medium w-full editable-sidebar-hover-item" }, Y =
93
93
  j(e.$slots, "leftIcon", {}, () => [
94
94
  n("div", {
95
95
  class: p({
96
- "rotate-90": r(v)[e.item.uid]
96
+ "rotate-90": r(h)[e.item.uid]
97
97
  })
98
98
  }, [
99
- f(r(A), {
99
+ u(r(A), {
100
100
  class: "text-c-3 text-sm",
101
101
  icon: "ChevronRight",
102
102
  size: "sm"
@@ -106,19 +106,19 @@ const X = { class: "z-10 font-medium w-full editable-sidebar-hover-item" }, Y =
106
106
  k("   ")
107
107
  ]),
108
108
  n("span", ee, U(D(e.item)), 1)
109
- ])) : g("", !0),
109
+ ])) : b("", !0),
110
110
  "childUids" in e.item ? F((o(), d("div", te, [
111
- (o(!0), d(L, null, T(e.item.childUids, (i) => (o(), b(B, {
111
+ (o(!0), d(L, null, T(e.item.childUids, (i) => (o(), f(B, {
112
112
  key: i,
113
113
  isDraggable: e.isDraggable,
114
114
  isDroppable: e.isDroppable,
115
- item: r(C)[i] || r(h)[i] || r(R)[i],
115
+ item: r(C)[i] || r(c)[i] || r(R)[i],
116
116
  parentUids: [...e.parentUids, e.item.uid],
117
117
  onOnDragEnd: t[2] || (t[2] = (...m) => e.$emit("onDragEnd", ...m))
118
118
  }, null, 8, ["isDraggable", "isDroppable", "item", "parentUids"]))), 128))
119
119
  ], 512)), [
120
- [K, O.value]
121
- ]) : g("", !0)
120
+ [K, I.value]
121
+ ]) : b("", !0)
122
122
  ]),
123
123
  _: 3
124
124
  }, 8, ["id", "ceiling", "floor", "isDraggable", "isDroppable", "parentIds"])
package/package.json CHANGED
@@ -18,7 +18,7 @@
18
18
  "rest",
19
19
  "testing"
20
20
  ],
21
- "version": "2.0.8",
21
+ "version": "2.0.10",
22
22
  "engines": {
23
23
  "node": ">=18"
24
24
  },
@@ -110,14 +110,14 @@
110
110
  "vue": "^3.4.22",
111
111
  "vue-router": "^4.3.0",
112
112
  "zod": "^3.22.4",
113
- "@scalar/components": "0.12.9",
114
- "@scalar/oas-utils": "0.2.10",
113
+ "@scalar/components": "0.12.10",
115
114
  "@scalar/draggable": "0.1.3",
115
+ "@scalar/oas-utils": "0.2.11",
116
+ "@scalar/themes": "0.9.12",
117
+ "@scalar/use-codemirror": "0.11.4",
116
118
  "@scalar/object-utils": "1.1.3",
117
119
  "@scalar/use-toasts": "0.7.4",
118
- "@scalar/use-tooltip": "1.0.2",
119
- "@scalar/use-codemirror": "0.11.4",
120
- "@scalar/themes": "0.9.11"
120
+ "@scalar/use-tooltip": "1.0.2"
121
121
  },
122
122
  "devDependencies": {
123
123
  "@types/content-type": "^1.1.8",