@scalar/api-reference 1.25.25 → 1.25.26

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 (30) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist/browser/standalone.js +10738 -10731
  3. package/dist/browser/webpack-stats.json +1 -1
  4. package/dist/components/ApiClientModal.vue.d.ts.map +1 -1
  5. package/dist/components/ApiClientModal.vue.js +30 -18
  6. package/dist/components/Content/Schema/SchemaPropertyHeading.vue.js +2 -2
  7. package/dist/components/Content/Schema/SchemaPropertyHeading.vue2.js +48 -48
  8. package/dist/features/BaseUrl/BaseUrl.vue.d.ts.map +1 -1
  9. package/dist/features/BaseUrl/BaseUrl.vue.js +22 -35
  10. package/dist/features/BaseUrl/ServerForm.vue.d.ts +5 -5
  11. package/dist/features/BaseUrl/ServerForm.vue.d.ts.map +1 -1
  12. package/dist/features/BaseUrl/ServerForm.vue.js +2 -2
  13. package/dist/features/BaseUrl/ServerForm.vue2.js +40 -37
  14. package/dist/features/BaseUrl/ServerUrlSelect.vue.d.ts +4 -4
  15. package/dist/features/BaseUrl/ServerUrlSelect.vue.d.ts.map +1 -1
  16. package/dist/features/BaseUrl/ServerUrlSelect.vue.js +2 -2
  17. package/dist/features/BaseUrl/ServerUrlSelect.vue2.js +17 -17
  18. package/dist/features/ExampleRequest/ExampleRequest.vue.js +2 -2
  19. package/dist/features/ExampleResponses/ExampleResponse.vue.d.ts.map +1 -1
  20. package/dist/features/ExampleResponses/ExampleResponse.vue.js +1 -1
  21. package/dist/features/ExampleResponses/ExampleResponse.vue2.js +15 -18
  22. package/dist/features/ExampleResponses/ExampleResponses.vue.js +2 -2
  23. package/dist/features/ExampleResponses/ExampleResponses.vue2.js +1 -1
  24. package/dist/index.js +1 -1
  25. package/dist/legacy/components/CardFormTextInput.vue.js +2 -2
  26. package/dist/legacy/components/SecurityScheme.vue.d.ts.map +1 -1
  27. package/dist/legacy/components/SecurityScheme.vue.js +1 -1
  28. package/dist/legacy/components/SecurityScheme.vue2.js +59 -59
  29. package/dist/style.css +1 -1
  30. package/package.json +11 -10
package/package.json CHANGED
@@ -20,7 +20,7 @@
20
20
  "vue",
21
21
  "vue3"
22
22
  ],
23
- "version": "1.25.25",
23
+ "version": "1.25.26",
24
24
  "engines": {
25
25
  "node": ">=18"
26
26
  },
@@ -56,17 +56,17 @@
56
56
  "unhead": "^1.8.3",
57
57
  "unified": "^11.0.4",
58
58
  "vue": "^3.4.29",
59
- "@scalar/api-client": "2.1.11",
59
+ "@scalar/api-client": "2.1.12",
60
60
  "@scalar/code-highlight": "0.0.11",
61
- "@scalar/components": "0.12.49",
62
- "@scalar/oas-utils": "0.2.50",
63
- "@scalar/openapi-parser": "0.8.4",
61
+ "@scalar/components": "0.12.50",
62
+ "@scalar/oas-utils": "0.2.51",
63
+ "@scalar/openapi-parser": "0.8.5",
64
64
  "@scalar/openapi-types": "0.1.1",
65
+ "@scalar/themes": "0.9.33",
66
+ "@scalar/types": "0.0.12",
65
67
  "@scalar/snippetz": "0.2.3",
66
- "@scalar/themes": "0.9.32",
67
- "@scalar/types": "0.0.11",
68
- "@scalar/use-tooltip": "1.0.2",
69
- "@scalar/use-toasts": "0.7.6"
68
+ "@scalar/use-toasts": "0.7.6",
69
+ "@scalar/use-tooltip": "1.0.2"
70
70
  },
71
71
  "devDependencies": {
72
72
  "@etchteam/storybook-addon-css-variables-theme": "^1.5.1",
@@ -91,7 +91,7 @@
91
91
  "vitest": "^1.6.0",
92
92
  "vitest-matchmedia-mock": "^1.0.5",
93
93
  "@scalar/build-tooling": "0.1.10",
94
- "@scalar/galaxy": "0.2.8"
94
+ "@scalar/galaxy": "0.2.9"
95
95
  },
96
96
  "scripts": {
97
97
  "analyze:default": "pnpm dlx vite-bundle-visualizer",
@@ -105,6 +105,7 @@
105
105
  "lint:check": "eslint .",
106
106
  "lint:fix": "eslint . --fix",
107
107
  "playground:embed": "vite ./playground/embed -c ./vite.config.ts",
108
+ "playground:examples": "vite ./playground/examples -c ./vite.config.ts",
108
109
  "preview": "vite preview",
109
110
  "storybook": "storybook dev -p 6005",
110
111
  "test": "vitest",