@scalar/api-reference 1.22.6 → 1.22.8

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 CHANGED
@@ -1,5 +1,20 @@
1
1
  # @scalar/api-reference
2
2
 
3
+ ## 1.22.8
4
+
5
+ ### Patch Changes
6
+
7
+ - 24662c3: feat: rebuild search modal
8
+ - Updated dependencies [24662c3]
9
+ - @scalar/components@0.5.1
10
+ - @scalar/api-client@1.2.3
11
+
12
+ ## 1.22.7
13
+
14
+ ### Patch Changes
15
+
16
+ - c408cf5: style: getting started integrations + themes
17
+
3
18
  ## 1.22.6
4
19
 
5
20
  ### Patch Changes
@@ -0,0 +1,16 @@
1
+ import { openBlock as t, createElementBlock as a, createStaticVNode as e } from "vue";
2
+ const r = {
3
+ xmlns: "http://www.w3.org/2000/svg",
4
+ fill: "none",
5
+ viewBox: "0 0 13 13"
6
+ }, o = /* @__PURE__ */ e('<g stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" clip-path="url(#a)"><path d="M11.341 5.01V3.522a.745.745 0 0 0-.745-.745H4.638v-.745a.745.745 0 0 0-.745-.744H1.66a.745.745 0 0 0-.745.744v8.839a.844.844 0 0 0 1.656.217L3.738 5.55a.745.745 0 0 1 .716-.538zm0 0a.745.745 0 0 1 .72.937l-1.092 5.214a.745.745 0 0 1-.72.553H1.757"></path><path d="M6.5 7.245 5.383 8.362 6.5 9.479m2.234-2.234 1.118 1.117-1.118 1.117"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h13v13H0z"></path></clipPath></defs>', 2), n = [
7
+ o
8
+ ];
9
+ function l(p, c) {
10
+ return t(), a("svg", r, [...n]);
11
+ }
12
+ const i = { render: l };
13
+ export {
14
+ i as default,
15
+ l as render
16
+ };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),a={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 13 13"},r=e.createStaticVNode('<g stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" clip-path="url(#a)"><path d="M11.341 5.01V3.522a.745.745 0 0 0-.745-.745H4.638v-.745a.745.745 0 0 0-.745-.744H1.66a.745.745 0 0 0-.745.744v8.839a.844.844 0 0 0 1.656.217L3.738 5.55a.745.745 0 0 1 .716-.538zm0 0a.745.745 0 0 1 .72.937l-1.092 5.214a.745.745 0 0 1-.72.553H1.757"></path><path d="M6.5 7.245 5.383 8.362 6.5 9.479m2.234-2.234 1.118 1.117-1.118 1.117"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h13v13H0z"></path></clipPath></defs>',2),o=[r];function t(l,c){return e.openBlock(),e.createElementBlock("svg",a,[...o])}const n={render:t};exports.default=n;exports.render=t;
@@ -0,0 +1,27 @@
1
+ import { openBlock as o, createElementBlock as r, createElementVNode as e } from "vue";
2
+ const n = {
3
+ xmlns: "http://www.w3.org/2000/svg",
4
+ fill: "none",
5
+ viewBox: "0 0 13 13"
6
+ }, t = /* @__PURE__ */ e("path", {
7
+ stroke: "currentColor",
8
+ "stroke-linecap": "round",
9
+ "stroke-linejoin": "round",
10
+ d: "M1.907 11.093a.993.993 0 0 0 .993.993h7.2a.993.993 0 0 0 .993-.993V1.907A.993.993 0 0 0 10.1.914H5.134L1.907 4.141z"
11
+ }, null, -1), l = /* @__PURE__ */ e("path", {
12
+ stroke: "currentColor",
13
+ "stroke-linecap": "round",
14
+ "stroke-linejoin": "round",
15
+ d: "M1.907 4.141h2.235a.993.993 0 0 0 .993-.993V.914zm5.105.003h2.21M3.769 6.8H9.23M3.769 9.458H9.23"
16
+ }, null, -1), s = [
17
+ t,
18
+ l
19
+ ];
20
+ function a(c, d) {
21
+ return o(), r("svg", n, [...s]);
22
+ }
23
+ const u = { render: a };
24
+ export {
25
+ u as default,
26
+ a as render
27
+ };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),n={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 13 13"},o=e.createElementVNode("path",{stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round",d:"M1.907 11.093a.993.993 0 0 0 .993.993h7.2a.993.993 0 0 0 .993-.993V1.907A.993.993 0 0 0 10.1.914H5.134L1.907 4.141z"},null,-1),t=e.createElementVNode("path",{stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round",d:"M1.907 4.141h2.235a.993.993 0 0 0 .993-.993V.914zm5.105.003h2.21M3.769 6.8H9.23M3.769 9.458H9.23"},null,-1),l=[o,t];function r(u,s){return e.openBlock(),e.createElementBlock("svg",n,[...l])}const c={render:r};exports.default=c;exports.render=r;
@@ -0,0 +1,27 @@
1
+ import { openBlock as o, createElementBlock as r, createElementVNode as e } from "vue";
2
+ const n = {
3
+ xmlns: "http://www.w3.org/2000/svg",
4
+ fill: "none",
5
+ viewBox: "0 0 13 13"
6
+ }, t = /* @__PURE__ */ e("path", {
7
+ stroke: "currentColor",
8
+ "stroke-linecap": "round",
9
+ "stroke-linejoin": "round",
10
+ d: "M4.032 1.158h-.24a.993.993 0 0 0-.993.993l-.001 3.362a.993.993 0 0 1-.993.993H1.51m7.46-5.348h.24c.55 0 .994.445.994.993v3.362c0 .548.445.993.994.993h.295"
11
+ }, null, -1), l = /* @__PURE__ */ e("path", {
12
+ stroke: "currentColor",
13
+ "stroke-linecap": "round",
14
+ "stroke-linejoin": "round",
15
+ d: "M4.032 11.842h-.24a.993.993 0 0 1-.993-.993l-.001-3.362a.993.993 0 0 0-.993-.992H1.51m7.46 5.347h.24a.993.993 0 0 0 .994-.993V7.487c0-.548.445-.992.994-.992h.295"
16
+ }, null, -1), a = [
17
+ t,
18
+ l
19
+ ];
20
+ function c(s, d) {
21
+ return o(), r("svg", n, [...a]);
22
+ }
23
+ const u = { render: c };
24
+ export {
25
+ u as default,
26
+ c as render
27
+ };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),n={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 13 13"},o=e.createElementVNode("path",{stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round",d:"M4.032 1.158h-.24a.993.993 0 0 0-.993.993l-.001 3.362a.993.993 0 0 1-.993.993H1.51m7.46-5.348h.24c.55 0 .994.445.994.993v3.362c0 .548.445.993.994.993h.295"},null,-1),t=e.createElementVNode("path",{stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round",d:"M4.032 11.842h-.24a.993.993 0 0 1-.993-.993l-.001-3.362a.993.993 0 0 0-.993-.992H1.51m7.46 5.347h.24a.993.993 0 0 0 .994-.993V7.487c0-.548.445-.992.994-.992h.295"},null,-1),l=[o,t];function r(a,u){return e.openBlock(),e.createElementBlock("svg",n,[...l])}const c={render:r};exports.default=c;exports.render=r;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),t={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 13 13"},o=e.createElementVNode("path",{stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-miterlimit":"10",d:"M7.042 8.125H9.75m-6.5-3.25L5.417 6.5 3.25 8.125"},null,-1),n=e.createElementVNode("path",{stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-miterlimit":"10",d:"M11.39 1.535H1.66a.764.764 0 0 0-.745.744v8.441c0 .398.348.745.745.745h9.682a.764.764 0 0 0 .745-.745V2.28c0-.447-.298-.745-.695-.745"},null,-1),l=[o,n];function r(c,s){return e.openBlock(),e.createElementBlock("svg",t,[...l])}const i={render:r};exports.default=i;exports.render=r;
@@ -0,0 +1,29 @@
1
+ import { openBlock as r, createElementBlock as o, createElementVNode as e } from "vue";
2
+ const t = {
3
+ xmlns: "http://www.w3.org/2000/svg",
4
+ fill: "none",
5
+ viewBox: "0 0 13 13"
6
+ }, n = /* @__PURE__ */ e("path", {
7
+ stroke: "currentColor",
8
+ "stroke-linecap": "round",
9
+ "stroke-linejoin": "round",
10
+ "stroke-miterlimit": "10",
11
+ d: "M7.042 8.125H9.75m-6.5-3.25L5.417 6.5 3.25 8.125"
12
+ }, null, -1), l = /* @__PURE__ */ e("path", {
13
+ stroke: "currentColor",
14
+ "stroke-linecap": "round",
15
+ "stroke-linejoin": "round",
16
+ "stroke-miterlimit": "10",
17
+ d: "M11.39 1.535H1.66a.764.764 0 0 0-.745.744v8.441c0 .398.348.745.745.745h9.682a.764.764 0 0 0 .745-.745V2.28c0-.447-.298-.745-.695-.745"
18
+ }, null, -1), i = [
19
+ n,
20
+ l
21
+ ];
22
+ function s(c, a) {
23
+ return r(), o("svg", t, [...i]);
24
+ }
25
+ const m = { render: s };
26
+ export {
27
+ m as default,
28
+ s as render
29
+ };