@scalar/api-reference 1.25.34 → 1.25.36

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 +10 -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/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @scalar/api-reference
2
2
 
3
+ ## 1.25.36
4
+
5
+ ## 1.25.35
6
+
7
+ ### Patch Changes
8
+
9
+ - Updated dependencies [f935fad]
10
+ - @scalar/components@0.12.53
11
+ - @scalar/api-client@2.1.21
12
+
3
13
  ## 1.25.34
4
14
 
5
15
  ### Patch Changes