@scalar/api-reference 1.25.72 → 1.25.75

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 (70) hide show
  1. package/CHANGELOG.md +65 -0
  2. package/dist/browser/standalone.js +12636 -12567
  3. package/dist/browser/webpack-stats.json +1 -1
  4. package/dist/components/Anchor/Anchor.vue.d.ts.map +1 -1
  5. package/dist/components/Anchor/Anchor.vue.js +2 -2
  6. package/dist/components/Content/ClientLibraries/ClientLibraries.vue.d.ts.map +1 -1
  7. package/dist/components/Content/ClientLibraries/ClientLibraries.vue.js +2 -2
  8. package/dist/components/Content/Content.vue.d.ts.map +1 -1
  9. package/dist/components/Content/Content.vue.js +2 -2
  10. package/dist/components/Content/Content.vue2.js +3 -3
  11. package/dist/components/Content/Introduction/Introduction.vue.js +1 -1
  12. package/dist/components/Content/Introduction/Introduction.vue2.js +32 -32
  13. package/dist/components/Content/Schema/Schema.vue.d.ts.map +1 -1
  14. package/dist/components/Content/Schema/Schema.vue.js +2 -2
  15. package/dist/components/Content/Schema/Schema.vue2.js +10 -11
  16. package/dist/components/Content/Schema/SchemaProperty.vue.d.ts.map +1 -1
  17. package/dist/components/Content/Schema/SchemaProperty.vue.js +1 -1
  18. package/dist/components/Content/Schema/SchemaProperty.vue2.js +12 -12
  19. package/dist/components/Content/Tag/Endpoints.vue.js +2 -2
  20. package/dist/components/Content/Tag/Endpoints.vue2.js +19 -19
  21. package/dist/components/Content/Tag/TagAccordion.vue.d.ts.map +1 -1
  22. package/dist/components/Content/Tag/TagAccordion.vue.js +2 -2
  23. package/dist/components/Layouts/ModernLayout.vue.d.ts.map +1 -1
  24. package/dist/components/Layouts/ModernLayout.vue.js +2 -2
  25. package/dist/components/Layouts/ModernLayout.vue2.js +30 -29
  26. package/dist/components/Section/CompactSection.vue.js +2 -2
  27. package/dist/components/Section/CompactSection.vue2.js +9 -8
  28. package/dist/components/Section/SectionColumn.vue.d.ts.map +1 -1
  29. package/dist/components/Section/SectionColumn.vue.js +4 -4
  30. package/dist/components/Section/SectionContainerAccordion.vue.d.ts.map +1 -1
  31. package/dist/components/Section/SectionContainerAccordion.vue.js +2 -2
  32. package/dist/components/Section/SectionHeader.vue.d.ts +2 -2
  33. package/dist/components/Section/SectionHeader.vue.d.ts.map +1 -1
  34. package/dist/components/Section/SectionHeader.vue.js +1 -1
  35. package/dist/components/Section/SectionHeader.vue2.js +16 -14
  36. package/dist/components/ShowMoreButton.vue.js +2 -2
  37. package/dist/components/Sidebar/SidebarElement.vue.d.ts.map +1 -1
  38. package/dist/components/Sidebar/SidebarElement.vue.js +2 -2
  39. package/dist/components/Sidebar/SidebarElement.vue2.js +3 -2
  40. package/dist/embeds/OpenApiDocument/OpenApiDocument.vue.d.ts.map +1 -1
  41. package/dist/features/ApiClientModal/useApiClient.d.ts +76 -74
  42. package/dist/features/ApiClientModal/useApiClient.d.ts.map +1 -1
  43. package/dist/features/BaseUrl/ServerUrlSelect.vue.js +3 -3
  44. package/dist/features/BaseUrl/ServerUrlSelect.vue2.js +5 -5
  45. package/dist/features/BaseUrl/ServerVariablesSelect.vue.js +2 -2
  46. package/dist/features/BaseUrl/ServerVariablesSelect.vue2.js +3 -3
  47. package/dist/features/Operation/components/ParameterHeaders.vue.js +3 -3
  48. package/dist/features/Operation/components/ParameterHeaders.vue2.js +7 -7
  49. package/dist/features/Operation/components/ParameterListItem.vue.d.ts.map +1 -1
  50. package/dist/features/Operation/components/ParameterListItem.vue.js +2 -2
  51. package/dist/features/Operation/components/ParameterListItem.vue2.js +3 -4
  52. package/dist/features/Operation/components/RequestBodyPropertiesChild.vue.d.ts.map +1 -1
  53. package/dist/features/Operation/layouts/ClassicLayout.vue.d.ts.map +1 -1
  54. package/dist/features/Operation/layouts/ClassicLayout.vue.js +2 -2
  55. package/dist/features/Operation/layouts/ModernLayout.vue.js +1 -1
  56. package/dist/features/Operation/layouts/ModernLayout.vue2.js +95 -95
  57. package/dist/features/Search/SearchButton.vue.d.ts.map +1 -1
  58. package/dist/features/Search/SearchButton.vue.js +2 -2
  59. package/dist/features/Search/SearchButton.vue2.js +25 -28
  60. package/dist/features/Search/useSearchIndex.d.ts.map +1 -1
  61. package/dist/features/Search/useSearchIndex.js +51 -48
  62. package/dist/helpers/getExampleCode.d.ts +1 -1
  63. package/dist/helpers/getExampleCode.d.ts.map +1 -1
  64. package/dist/helpers/getExampleCode.js +0 -1
  65. package/dist/index.js +1 -1
  66. package/dist/legacy/components/SecuritySchemeSelector.vue.js +2 -2
  67. package/dist/legacy/components/SecuritySchemeSelector.vue2.js +3 -3
  68. package/dist/legacy/stores/useOpenApiStore.d.ts.map +1 -1
  69. package/dist/style.css +1 -1
  70. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,5 +1,70 @@
1
1
  # @scalar/api-reference
2
2
 
3
+ ## 1.25.75
4
+
5
+ ### Patch Changes
6
+
7
+ - f955985: fix: favors use event listener for meta k command
8
+ - c2be791: fix: watches text input to fuse search
9
+ - Updated dependencies [a90d827]
10
+ - Updated dependencies [57b5e5d]
11
+ - Updated dependencies [d0adebf]
12
+ - Updated dependencies [c2be791]
13
+ - Updated dependencies [3b4a788]
14
+ - Updated dependencies [3b4a788]
15
+ - Updated dependencies [f4440f5]
16
+ - Updated dependencies [4c5be96]
17
+ - Updated dependencies [4c5be96]
18
+ - @scalar/api-client@2.2.7
19
+ - @scalar/components@0.13.2
20
+ - @scalar/snippetz@0.2.7
21
+ - @scalar/oas-utils@0.2.85
22
+
23
+ ## 1.25.74
24
+
25
+ ### Patch Changes
26
+
27
+ - 13432e7: feat: fall back to the API reference URL for the import
28
+ - Updated dependencies [b744324]
29
+ - Updated dependencies [0804d6b]
30
+ - Updated dependencies [0076308]
31
+ - Updated dependencies [9b4f85d]
32
+ - Updated dependencies [13432e7]
33
+ - @scalar/api-client@2.2.6
34
+ - @scalar/oas-utils@0.2.84
35
+
36
+ ## 1.25.73
37
+
38
+ ### Patch Changes
39
+
40
+ - e199e9b: feat: updates chevron down icon
41
+ - e199e9b: feat: updates add icon
42
+ - ab5f0a0: style: enhances section header long content
43
+ - c2f5f08: feat: adds hideClientButton option configuration
44
+ - ab5f0a0: fix: classic layout responsiveness
45
+ - Updated dependencies [e199e9b]
46
+ - Updated dependencies [4a72149]
47
+ - Updated dependencies [e199e9b]
48
+ - Updated dependencies [f524411]
49
+ - Updated dependencies [e199e9b]
50
+ - Updated dependencies [10c01b2]
51
+ - Updated dependencies [10c9016]
52
+ - Updated dependencies [e199e9b]
53
+ - Updated dependencies [31cb86b]
54
+ - Updated dependencies [c2f5f08]
55
+ - Updated dependencies [1f730c6]
56
+ - Updated dependencies [b11294c]
57
+ - Updated dependencies [f30ce11]
58
+ - Updated dependencies [8958af0]
59
+ - @scalar/components@0.13.1
60
+ - @scalar/snippetz@0.2.6
61
+ - @scalar/code-highlight@0.0.18
62
+ - @scalar/api-client@2.2.5
63
+ - @scalar/oas-utils@0.2.83
64
+ - @scalar/types@0.0.23
65
+ - @scalar/themes@0.9.54
66
+ - @scalar/use-hooks@0.1.7
67
+
3
68
  ## 1.25.72
4
69
 
5
70
  ### Patch Changes