@redocly/openapi-docs 3.0.0-alpha.11 → 3.0.0-alpha.13

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 (74) hide show
  1. package/bin/cli/commands/redocly-docs-cli.min.js +715 -425
  2. package/bin/cli/commands/redocly-docs-cli.min.js.LICENSE.txt +36 -3
  3. package/dist/console.redocly-reference-docs.min.js +138 -138
  4. package/dist/oauth2-redirect.js +2 -2
  5. package/dist/redocly-reference-docs.min.js +1243 -907
  6. package/lib/components/Endpoint/types.d.ts +1 -1
  7. package/lib/components/Fields/types.d.ts +1 -1
  8. package/lib/components/Markdown/types.d.ts +1 -1
  9. package/lib/components/Responses/types.d.ts +1 -1
  10. package/lib/components/Search/types.d.ts +2 -2
  11. package/lib/components/common/CheckboxList.d.ts +1 -1
  12. package/lib/components/common/panels.js +0 -4
  13. package/lib/components/rightPanel/Console/types.d.ts +1 -1
  14. package/lib/events/types.d.ts +2 -2
  15. package/lib/models/RequestBody.d.ts +1 -1
  16. package/lib/models/Response.d.ts +1 -1
  17. package/lib/models/Schema.d.ts +1 -1
  18. package/lib/models/file-upload.d.ts +1 -1
  19. package/lib/models/types.d.ts +1 -1
  20. package/lib/services/MarkdownRenderer.js +1 -1
  21. package/lib/services/ProMenu.d.ts +3 -1
  22. package/lib/services/ProMenu.js +1 -1
  23. package/lib/services/ProStore.d.ts +2 -0
  24. package/lib/services/ProStore.js +1 -1
  25. package/lib/services/check.d.ts +1 -1
  26. package/lib/services/code-samples/generator.d.ts +1 -1
  27. package/lib/services/code-samples/httpsnippet/helpers/code-helpers.d.ts +1 -1
  28. package/lib/services/code-samples/httpsnippet/helpers/lodash-int.js +1 -1
  29. package/lib/services/code-samples/httpsnippet/index.d.ts +1 -1
  30. package/lib/services/code-samples/httpsnippet/targets/php/types.d.ts +2 -2
  31. package/lib/services/code-samples/types.d.ts +2 -2
  32. package/lib/services/labels/types.d.ts +1 -1
  33. package/lib/services/search/SearchStore.js +1 -1
  34. package/lib/services/search/types.d.ts +1 -1
  35. package/lib/services/types.d.ts +18 -16
  36. package/lib/types/open-api.d.ts +4 -4
  37. package/lib/types/security.d.ts +1 -1
  38. package/lib/utils/loadAndBundleSpec.js +1 -1
  39. package/lib/utils/media-css.d.ts +1 -1
  40. package/lib-esm/components/Endpoint/types.d.ts +1 -1
  41. package/lib-esm/components/Fields/types.d.ts +1 -1
  42. package/lib-esm/components/Markdown/types.d.ts +1 -1
  43. package/lib-esm/components/Responses/types.d.ts +1 -1
  44. package/lib-esm/components/Search/types.d.ts +2 -2
  45. package/lib-esm/components/common/CheckboxList.d.ts +1 -1
  46. package/lib-esm/components/common/panels.js +0 -4
  47. package/lib-esm/components/rightPanel/Console/types.d.ts +1 -1
  48. package/lib-esm/events/types.d.ts +2 -2
  49. package/lib-esm/models/RequestBody.d.ts +1 -1
  50. package/lib-esm/models/Response.d.ts +1 -1
  51. package/lib-esm/models/Schema.d.ts +1 -1
  52. package/lib-esm/models/file-upload.d.ts +1 -1
  53. package/lib-esm/models/types.d.ts +1 -1
  54. package/lib-esm/services/MarkdownRenderer.js +1 -1
  55. package/lib-esm/services/ProMenu.d.ts +3 -1
  56. package/lib-esm/services/ProMenu.js +1 -1
  57. package/lib-esm/services/ProStore.d.ts +2 -0
  58. package/lib-esm/services/ProStore.js +1 -1
  59. package/lib-esm/services/check.d.ts +1 -1
  60. package/lib-esm/services/code-samples/generator.d.ts +1 -1
  61. package/lib-esm/services/code-samples/httpsnippet/helpers/code-helpers.d.ts +1 -1
  62. package/lib-esm/services/code-samples/httpsnippet/helpers/lodash-int.js +1 -1
  63. package/lib-esm/services/code-samples/httpsnippet/index.d.ts +1 -1
  64. package/lib-esm/services/code-samples/httpsnippet/targets/php/types.d.ts +2 -2
  65. package/lib-esm/services/code-samples/types.d.ts +2 -2
  66. package/lib-esm/services/labels/types.d.ts +1 -1
  67. package/lib-esm/services/search/SearchStore.js +1 -1
  68. package/lib-esm/services/search/types.d.ts +1 -1
  69. package/lib-esm/services/types.d.ts +18 -16
  70. package/lib-esm/types/open-api.d.ts +4 -4
  71. package/lib-esm/types/security.d.ts +1 -1
  72. package/lib-esm/utils/loadAndBundleSpec.js +1 -1
  73. package/lib-esm/utils/media-css.d.ts +1 -1
  74. package/package.json +10 -5
@@ -8,7 +8,7 @@ object-assign
8
8
  * Redocly Reference Docs CLI
9
9
  * (c) Copyright 2018 Redocly LLC, all rights reserved.
10
10
  * -------------------------------------------------------------
11
- * Version: "3.0.0-alpha.11"
11
+ * Version: "3.0.0-alpha.13"
12
12
  */
13
13
 
14
14
  /*!
@@ -203,7 +203,7 @@ object-assign
203
203
  * MIT Licensed
204
204
  */
205
205
 
206
- /*! @license DOMPurify 2.4.0 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.4.0/LICENSE */
206
+ /*! @license DOMPurify 2.4.2 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.4.2/LICENSE */
207
207
 
208
208
  /*! Based on fetch-blob. MIT License. Jimmy Wärting <https://jimmy.warting.se/opensource> & David Frank */
209
209
 
@@ -251,6 +251,17 @@ object-assign
251
251
  * LICENSE file in the root directory of this source tree.
252
252
  */
253
253
 
254
+ /**
255
+ * @remix-run/router v1.2.1
256
+ *
257
+ * Copyright (c) Remix Software Inc.
258
+ *
259
+ * This source code is licensed under the MIT license found in the
260
+ * LICENSE.md file in the root directory of this source tree.
261
+ *
262
+ * @license MIT
263
+ */
264
+
254
265
  /**
255
266
  * Prism: Lightweight, robust, elegant syntax highlighting
256
267
  *
@@ -260,6 +271,28 @@ object-assign
260
271
  * @public
261
272
  */
262
273
 
274
+ /**
275
+ * React Router DOM v6.6.2
276
+ *
277
+ * Copyright (c) Remix Software Inc.
278
+ *
279
+ * This source code is licensed under the MIT license found in the
280
+ * LICENSE.md file in the root directory of this source tree.
281
+ *
282
+ * @license MIT
283
+ */
284
+
285
+ /**
286
+ * React Router v6.6.2
287
+ *
288
+ * Copyright (c) Remix Software Inc.
289
+ *
290
+ * This source code is licensed under the MIT license found in the
291
+ * LICENSE.md file in the root directory of this source tree.
292
+ *
293
+ * @license MIT
294
+ */
295
+
263
296
  /**
264
297
  * lunr - http://lunrjs.com - A bit like Solr, but much smaller and not as bright - 2.3.9
265
298
  * Copyright (C) 2020 Oliver Nightingale
@@ -314,7 +347,7 @@ object-assign
314
347
  /** @license URI.js v4.4.1 (c) 2011 Gary Court. License: http://github.com/garycourt/uri-js */
315
348
 
316
349
  /**!
317
- * hotkeys-js v3.10.0
350
+ * hotkeys-js v3.10.1
318
351
  * A simple micro-library for defining and dispatching keyboard shortcuts. It has no dependencies.
319
352
  *
320
353
  * Copyright (c) 2022 kenny wong <wowohoo@qq.com>