@scalar/api-reference 1.40.3 → 1.40.5

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 (36) hide show
  1. package/CHANGELOG.md +23 -0
  2. package/dist/blocks/index.d.ts +5 -0
  3. package/dist/blocks/index.d.ts.map +1 -0
  4. package/dist/blocks/index.js +12 -0
  5. package/dist/browser/standalone.js +7774 -7761
  6. package/dist/browser/webpack-stats.json +1 -1
  7. package/dist/components/Anchor/WithBreadcrumb.vue.js +38 -1
  8. package/dist/components/Anchor/WithBreadcrumb.vue2.js +1 -38
  9. package/dist/components/Content/ClientLibraries/ClientLibraries.vue.js +7 -0
  10. package/dist/components/Content/ClientLibraries/ClientLibraries.vue2.js +142 -0
  11. package/dist/components/Content/ClientLibraries/ClientSelector.vue.js +7 -0
  12. package/dist/components/Content/ClientLibraries/ClientSelector.vue2.js +125 -0
  13. package/dist/components/Content/ClientLibraries/featured-clients.js +24 -0
  14. package/dist/components/Content/ClientLibraries/index.d.ts +1 -1
  15. package/dist/components/Content/Models/index.d.ts +1 -0
  16. package/dist/components/Content/Models/index.d.ts.map +1 -1
  17. package/dist/components/Content/Schema/SchemaProperty.vue2.js +1 -1
  18. package/dist/components/Content/index.d.ts +5 -0
  19. package/dist/components/Content/index.d.ts.map +1 -1
  20. package/dist/components/index.d.ts +9 -0
  21. package/dist/components/index.d.ts.map +1 -1
  22. package/dist/components/index.js +37 -4
  23. package/dist/features/index.d.ts +6 -0
  24. package/dist/features/index.d.ts.map +1 -0
  25. package/dist/features/index.js +12 -0
  26. package/dist/helpers/index.d.ts +4 -2
  27. package/dist/helpers/index.d.ts.map +1 -1
  28. package/dist/helpers/index.js +6 -1
  29. package/dist/hooks/index.d.ts +4 -0
  30. package/dist/hooks/index.d.ts.map +1 -0
  31. package/dist/hooks/index.js +8 -0
  32. package/dist/plugins/index.d.ts +1 -1
  33. package/dist/plugins/index.d.ts.map +1 -1
  34. package/dist/plugins/index.js +7 -0
  35. package/dist/style.css +318 -112
  36. package/package.json +34 -14
package/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # @scalar/api-reference
2
2
 
3
+ ## 1.40.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`f7c24e4`](https://github.com/scalar/scalar/commit/f7c24e4995580649dbc3cb87007a683f5dd91f7c), [`4ac6227`](https://github.com/scalar/scalar/commit/4ac62278d4205c34a1a302b756ef3632185876cf), [`10318b6`](https://github.com/scalar/scalar/commit/10318b6a59df49905225bdbd9e19044521cd4581), [`4ac6227`](https://github.com/scalar/scalar/commit/4ac62278d4205c34a1a302b756ef3632185876cf), [`3f797b6`](https://github.com/scalar/scalar/commit/3f797b67489e07c4f3bf34a39b2175ed2d6f1465)]:
8
+ - @scalar/workspace-store@0.23.0
9
+ - @scalar/api-client@2.15.0
10
+ - @scalar/helpers@0.2.2
11
+ - @scalar/themes@0.13.26
12
+ - @scalar/sidebar@0.6.0
13
+ - @scalar/components@0.16.8
14
+ - @scalar/oas-utils@0.6.8
15
+ - @scalar/json-magic@0.8.6
16
+ - @scalar/object-utils@1.2.16
17
+ - @scalar/code-highlight@0.2.1
18
+ - @scalar/openapi-parser@0.23.7
19
+
20
+ ## 1.40.4
21
+
22
+ ### Patch Changes
23
+
24
+ - [#7513](https://github.com/scalar/scalar/pull/7513) [`2b46ee2`](https://github.com/scalar/scalar/commit/2b46ee2773023ca348e8691e1123970ca58090e5) Thanks [@bgrcs](https://github.com/bgrcs)! - clean-up exports
25
+
3
26
  ## 1.40.3
4
27
 
5
28
  ### Patch Changes
@@ -0,0 +1,5 @@
1
+ export { AuthSelector } from './scalar-auth-selector-block';
2
+ export { ClientSelector } from './scalar-client-selector-block';
3
+ export { InfoBlock, IntroductionCardItem } from './scalar-info-block';
4
+ export { ServerSelector } from './scalar-server-selector-block';
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/blocks/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAA;AAC3D,OAAO,EAAE,cAAc,EAAE,MAAM,gCAAgC,CAAA;AAC/D,OAAO,EAAE,SAAS,EAAE,oBAAoB,EAAE,MAAM,qBAAqB,CAAA;AACrE,OAAO,EAAE,cAAc,EAAE,MAAM,gCAAgC,CAAA"}
@@ -0,0 +1,12 @@
1
+ import { default as default2 } from "./scalar-info-block/components/InfoBlock.vue.js";
2
+ import { default as default3 } from "./scalar-server-selector-block/components/ServerSelector.vue.js";
3
+ import { default as default4 } from "./scalar-auth-selector-block/components/AuthSelector.vue.js";
4
+ import { default as default5 } from "./scalar-client-selector-block/components/ClientSelector.vue.js";
5
+ import { default as default6 } from "./scalar-info-block/components/IntroductionCardItem.vue.js";
6
+ export {
7
+ default4 as AuthSelector,
8
+ default5 as ClientSelector,
9
+ default2 as InfoBlock,
10
+ default6 as IntroductionCardItem,
11
+ default3 as ServerSelector
12
+ };