@scalar/api-reference 1.24.75 → 1.24.77
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 +28 -0
- package/dist/browser/standalone.js +7450 -7448
- package/dist/browser/webpack-stats.json +1 -1
- package/dist/components/ApiReferenceLayout.vue.d.ts.map +1 -1
- package/dist/components/ApiReferenceLayout.vue.js +2 -2
- package/dist/components/ApiReferenceLayout.vue2.js +71 -71
- package/dist/components/Content/Lazy/Loading.vue.js +1 -1
- package/dist/components/Content/Operation/PathResponses/ExampleResponse.vue.d.ts.map +1 -1
- package/dist/components/Content/Operation/PathResponses/ExampleResponse.vue.js +1 -1
- package/dist/components/Content/Operation/PathResponses/ExampleResponse.vue2.js +28 -22
- package/dist/components/Content/Tag/Endpoints.vue.d.ts +2 -6
- package/dist/components/Content/Tag/Endpoints.vue.d.ts.map +1 -1
- package/dist/components/Content/Tag/Endpoints.vue.js +2 -2
- package/dist/components/Content/Tag/Endpoints.vue2.js +57 -60
- package/dist/components/Content/Tag/Tag.vue.d.ts.map +1 -1
- package/dist/components/Content/Tag/Tag.vue.js +2 -2
- package/dist/components/Content/Tag/Tag.vue2.js +21 -33
- package/dist/features/ExampleRequest/ExampleRequest.vue.d.ts.map +1 -1
- package/dist/features/ExampleRequest/ExampleRequest.vue.js +4 -4
- package/dist/features/ExampleRequest/ExampleRequest.vue2.js +11 -10
- package/dist/hooks/useSidebar.d.ts +9 -0
- package/dist/hooks/useSidebar.d.ts.map +1 -1
- package/dist/hooks/useSidebar.js +123 -108
- package/dist/index.js +20 -19
- package/dist/style.css +1 -1
- package/package.json +6 -6
- package/dist/components/Content/Tag/mutationObserver.d.ts +0 -3
- package/dist/components/Content/Tag/mutationObserver.d.ts.map +0 -1
- package/dist/components/Content/Tag/mutationObserver.js +0 -7
package/package.json
CHANGED
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"vue",
|
|
21
21
|
"vue3"
|
|
22
22
|
],
|
|
23
|
-
"version": "1.24.
|
|
23
|
+
"version": "1.24.77",
|
|
24
24
|
"engines": {
|
|
25
25
|
"node": ">=18"
|
|
26
26
|
},
|
|
@@ -59,13 +59,13 @@
|
|
|
59
59
|
"unhead": "^1.8.3",
|
|
60
60
|
"unified": "^11.0.4",
|
|
61
61
|
"vue": "^3.4.29",
|
|
62
|
-
"@scalar/api-client": "2.0.
|
|
62
|
+
"@scalar/api-client": "2.0.52",
|
|
63
|
+
"@scalar/components": "0.12.33",
|
|
63
64
|
"@scalar/code-highlight": "0.0.10",
|
|
64
|
-
"@scalar/oas-utils": "0.2.
|
|
65
|
+
"@scalar/oas-utils": "0.2.33",
|
|
66
|
+
"@scalar/themes": "0.9.24",
|
|
65
67
|
"@scalar/use-toasts": "0.7.5",
|
|
66
|
-
"@scalar/
|
|
67
|
-
"@scalar/use-tooltip": "1.0.2",
|
|
68
|
-
"@scalar/themes": "0.9.23"
|
|
68
|
+
"@scalar/use-tooltip": "1.0.2"
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
71
|
"@etchteam/storybook-addon-css-variables-theme": "^1.5.1",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mutationObserver.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Tag/mutationObserver.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,KAAK,CAAA;AAE9B,eAAO,MAAM,gBAAgB,WACnB,GAAG,CAAC,WAAW,GAAG,IAAI,CAAC,YACrB,gBAAgB,SAG3B,CAAA"}
|