openapi-explorer 0.9.392 → 0.9.393

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 (45) hide show
  1. package/CHANGELOG.md +0 -3
  2. package/README.md +2 -3
  3. package/dist/browser/openapi-explorer.min.js +6 -6
  4. package/dist/browser/openapi-explorer.min.js.map +1 -1
  5. package/dist/es/components/api-request.js +8 -9
  6. package/dist/es/components/api-response.js +4 -5
  7. package/dist/es/components/json-tree.js +2 -3
  8. package/dist/es/components/mime-types.js +5 -5
  9. package/dist/es/components/schema-table.js +1 -1
  10. package/dist/es/components/schema-tree.js +2 -3
  11. package/dist/es/openapi-explorer.js +3 -4
  12. package/dist/es/styles/input-styles.js +1 -1
  13. package/dist/es/templates/code-samples-template.js +1 -2
  14. package/dist/es/templates/components-template.js +1 -1
  15. package/dist/es/templates/navbar-template.js +2 -3
  16. package/dist/es/templates/overview-template.js +1 -2
  17. package/dist/es/templates/security-scheme-template.js +5 -6
  18. package/dist/es/templates/server-template.js +3 -4
  19. package/dist/es/utils/common-utils.js +2 -4
  20. package/dist/es/utils/schema-utils.js +1 -1
  21. package/dist/es/utils/spec-parser.js +2 -3
  22. package/dist/lib/components/api-request.js +8 -10
  23. package/dist/lib/components/api-response.js +4 -6
  24. package/dist/lib/components/json-tree.js +2 -4
  25. package/dist/lib/components/mime-types.js +9 -8
  26. package/dist/lib/components/schema-table.js +1 -1
  27. package/dist/lib/components/schema-tree.js +2 -4
  28. package/dist/lib/openapi-explorer.js +3 -5
  29. package/dist/lib/styles/input-styles.js +1 -1
  30. package/dist/lib/templates/code-samples-template.js +1 -3
  31. package/dist/lib/templates/components-template.js +1 -1
  32. package/dist/lib/templates/navbar-template.js +2 -4
  33. package/dist/lib/templates/overview-template.js +1 -3
  34. package/dist/lib/templates/security-scheme-template.js +5 -7
  35. package/dist/lib/templates/server-template.js +3 -5
  36. package/dist/lib/utils/common-utils.js +2 -4
  37. package/dist/lib/utils/schema-utils.js +1 -1
  38. package/dist/lib/utils/spec-parser.js +2 -4
  39. package/package.json +4 -7
  40. package/dist/es/languages/en.js +0 -59
  41. package/dist/es/languages/fr.js +0 -59
  42. package/dist/es/languages/index.js +0 -20
  43. package/dist/lib/languages/en.js +0 -64
  44. package/dist/lib/languages/fr.js +0 -64
  45. package/dist/lib/languages/index.js +0 -32
package/CHANGELOG.md CHANGED
@@ -4,9 +4,6 @@ This package follows standard semvar, `<major>.<minor>.<build>`. No breaking cha
4
4
  ## 1.0 ##
5
5
  * By default uses the `info.title` property of the open api specification for the `overview` section name in the navbar. Falls back to the default when not specified.
6
6
 
7
- ## 0.10 ##
8
- * Internationalization support with languages `en` and `fr`
9
-
10
7
  ## 0.9 ##
11
8
  * OpenAPI 3.1 support using `APIDevTools/json-schema-ref-parser`
12
9
  * Enable searching for schemas using the search filter.
package/README.md CHANGED
@@ -43,8 +43,7 @@ Web Component Custom Element for Open-API spec viewing, with automatic integrati
43
43
  ```
44
44
 
45
45
  ## Features
46
- - OpenAPI 3.0
47
- - Built in automatic Internationalization
46
+ - OpenAPI 3.0
48
47
  - Works with any framework
49
48
  - View resources, models, and directly make API calls
50
49
  - Better Usability,
@@ -52,7 +51,7 @@ Web Component Custom Element for Open-API spec viewing, with automatic integrati
52
51
  - Takes only one click to make an API call
53
52
  - Renders SDK/client code samples
54
53
  - Branding and Personalization features makes it easy to follow any style guide
55
- - Fully customizable theme
54
+ - Fully customizeable theme
56
55
  - Plenty of customization options
57
56
  - Add external contents throughout the component, extensible with markdown, images, links, and text
58
57
  - All properties are reactive