@scalar/api-reference 1.25.34 → 1.25.35

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 (48) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist/browser/standalone.js +6706 -6670
  3. package/dist/browser/webpack-stats.json +1 -1
  4. package/dist/components/ApiReferenceLayout.vue.d.ts.map +1 -1
  5. package/dist/components/ApiReferenceLayout.vue.js +3 -3
  6. package/dist/components/ApiReferenceLayout.vue2.js +137 -133
  7. package/dist/components/Content/Authentication/Authentication.vue.d.ts.map +1 -1
  8. package/dist/components/Content/Authentication/Authentication.vue.js +2 -2
  9. package/dist/components/Content/ClientLibraries/ClientSelector.vue.d.ts.map +1 -1
  10. package/dist/components/Content/ClientLibraries/ClientSelector.vue.js +2 -2
  11. package/dist/components/Content/ClientLibraries/ClientSelector.vue2.js +61 -46
  12. package/dist/components/Content/Content.vue.js +1 -1
  13. package/dist/components/Content/Content.vue2.js +19 -19
  14. package/dist/features/BaseUrl/ServerForm.vue.d.ts.map +1 -1
  15. package/dist/features/BaseUrl/ServerForm.vue.js +2 -2
  16. package/dist/features/BaseUrl/ServerForm.vue2.js +39 -32
  17. package/dist/features/BaseUrl/ServerUrl.vue.d.ts.map +1 -1
  18. package/dist/features/BaseUrl/ServerUrl.vue.js +2 -3
  19. package/dist/features/BaseUrl/ServerUrl.vue2.js +13 -15
  20. package/dist/features/BaseUrl/ServerUrlSelect.vue.d.ts +2 -0
  21. package/dist/features/BaseUrl/ServerUrlSelect.vue.d.ts.map +1 -1
  22. package/dist/features/BaseUrl/ServerUrlSelect.vue.js +2 -2
  23. package/dist/features/BaseUrl/ServerUrlSelect.vue2.js +37 -36
  24. package/dist/features/BaseUrl/ServerVariablesForm.vue.d.ts +4 -0
  25. package/dist/features/BaseUrl/ServerVariablesForm.vue.d.ts.map +1 -1
  26. package/dist/features/BaseUrl/ServerVariablesForm.vue.js +1 -1
  27. package/dist/features/BaseUrl/ServerVariablesForm.vue2.js +37 -31
  28. package/dist/features/BaseUrl/ServerVariablesSelect.vue.d.ts +2 -0
  29. package/dist/features/BaseUrl/ServerVariablesSelect.vue.d.ts.map +1 -1
  30. package/dist/features/BaseUrl/ServerVariablesSelect.vue.js +3 -3
  31. package/dist/features/BaseUrl/ServerVariablesSelect.vue2.js +39 -35
  32. package/dist/features/BaseUrl/ServerVariablesTextbox.vue.d.ts +2 -0
  33. package/dist/features/BaseUrl/ServerVariablesTextbox.vue.d.ts.map +1 -1
  34. package/dist/features/BaseUrl/ServerVariablesTextbox.vue.js +4 -4
  35. package/dist/features/BaseUrl/ServerVariablesTextbox.vue2.js +11 -9
  36. package/dist/features/DownloadLink/DownloadLink.vue.d.ts.map +1 -1
  37. package/dist/features/DownloadLink/DownloadLink.vue.js +2 -2
  38. package/dist/features/DownloadLink/DownloadLink.vue2.js +12 -11
  39. package/dist/index.js +1 -1
  40. package/dist/legacy/components/CardFormTextInput.vue.d.ts +2 -0
  41. package/dist/legacy/components/CardFormTextInput.vue.d.ts.map +1 -1
  42. package/dist/legacy/components/CardFormTextInput.vue.js +1 -1
  43. package/dist/legacy/components/CardFormTextInput.vue2.js +39 -23
  44. package/dist/legacy/components/SecuritySchemeSelector.vue.d.ts.map +1 -1
  45. package/dist/legacy/components/SecuritySchemeSelector.vue.js +2 -2
  46. package/dist/legacy/components/SecuritySchemeSelector.vue2.js +67 -45
  47. package/dist/style.css +1 -1
  48. package/package.json +7 -7
package/package.json CHANGED
@@ -20,7 +20,7 @@
20
20
  "vue",
21
21
  "vue3"
22
22
  ],
23
- "version": "1.25.34",
23
+ "version": "1.25.35",
24
24
  "engines": {
25
25
  "node": ">=18"
26
26
  },
@@ -56,16 +56,16 @@
56
56
  "unified": "^11.0.4",
57
57
  "vue": "^3.4.29",
58
58
  "@scalar/code-highlight": "0.0.12",
59
+ "@scalar/api-client": "2.1.21",
60
+ "@scalar/components": "0.12.53",
59
61
  "@scalar/oas-utils": "0.2.55",
60
- "@scalar/api-client": "2.1.20",
61
- "@scalar/openapi-parser": "0.8.6",
62
62
  "@scalar/openapi-types": "0.1.2",
63
- "@scalar/components": "0.12.52",
63
+ "@scalar/snippetz": "0.2.4",
64
64
  "@scalar/themes": "0.9.36",
65
65
  "@scalar/types": "0.0.14",
66
- "@scalar/snippetz": "0.2.4",
67
- "@scalar/use-toasts": "0.7.6",
68
- "@scalar/use-tooltip": "1.0.2"
66
+ "@scalar/openapi-parser": "0.8.6",
67
+ "@scalar/use-tooltip": "1.0.2",
68
+ "@scalar/use-toasts": "0.7.6"
69
69
  },
70
70
  "devDependencies": {
71
71
  "@etchteam/storybook-addon-css-variables-theme": "^1.5.1",