@redocly/openapi-docs 3.22.0-next.0 → 3.22.0-next.1

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.
@@ -1 +1 @@
1
- import{jsx as t,jsxs as n}from"react/jsx-runtime";import{useAtomValue as A}from"jotai";import{LayoutVariant as g}from"@redocly/config";import{AfterOpenApiTitle as h}from"@redocly/theme/components/OpenApiDocs/hooks/AfterOpenApiTitle";import{PageActions as D}from"@redocly/theme/components/PageActions/PageActions";import{SamplesMiddlePanel as k,Row as S}from"../common/index.js";import{ExternalDocumentation as M}from"../ExternalDocumentation/index.js";import{Markdown as s}from"../Markdown/index.js";import{ApiHeader as T}from"./styled.js";import{globalStoreAtom as j}from"../../jotai/store.js";import{saveTextBeforeHeading as y}from"../../utils/saveTextBeforeHeading.js";import{getValueFromMdParsedExtension as m}from"../../utils/helpers.js";import{RenderHook as H}from"../RenderHook/index.js";import{Metadata as P}from"./Metadata.js";import{useTranslate as v}from"../../hooks/index.js";function $({item:p,layout:r}){const l=v(),{options:{unstable_hooks:d,hideInfoMetadata:f,routingBasePath:c},parser:{definition:u}}=A(j),o=p.infoDefinition;if(!o)return null;const e=y(m(o,"description")||""),i=m(o,"summary")||void 0,a=u?.externalDocs||o?.externalDocs,x=r===g.STACKED;return t(S,{layout:r,children:n(k,{fullWidth:!0,className:"api-info",isStacked:x,children:[n(T,{children:[(o.title||"")+(o.version?` (${o.version})`:""),t(D,{pageSlug:c})]}),t(H,{Hook:h||d?.AfterApiTitle,props:{info:o}}),i&&t(s,{source:i,"data-role":"redoc-summary"}),e&&t(s,{source:e,"data-role":"redoc-description"}),a&&t(M,{externalDocs:a}),!f&&t(P,{metadata:o["x-metadata"],translate:l})]})})}export{$ as ApiInfo};
1
+ import{jsx as e,jsxs as n}from"react/jsx-runtime";import{useAtomValue as A}from"jotai";import{LayoutVariant as h}from"@redocly/config";import{AfterOpenApiTitle as g}from"@redocly/theme/components/OpenApiDocs/hooks/AfterOpenApiTitle";import{PageActions as D}from"@redocly/theme/components/PageActions/PageActions";import{SamplesMiddlePanel as k,Row as S}from"../common/index.js";import{ExternalDocumentation as T}from"../ExternalDocumentation/index.js";import{Markdown as s}from"../Markdown/index.js";import{ApiHeader as H,HeaderText as M}from"./styled.js";import{globalStoreAtom as j}from"../../jotai/store.js";import{saveTextBeforeHeading as y}from"../../utils/saveTextBeforeHeading.js";import{getValueFromMdParsedExtension as m}from"../../utils/helpers.js";import{RenderHook as P}from"../RenderHook/index.js";import{Metadata as v}from"./Metadata.js";import{useTranslate as E}from"../../hooks/index.js";function q({item:d,layout:r}){const l=E(),{options:{unstable_hooks:p,hideInfoMetadata:f,routingBasePath:c},parser:{definition:u}}=A(j),o=d.infoDefinition;if(!o)return null;const t=y(m(o,"description")||""),i=m(o,"summary")||void 0,a=u?.externalDocs||o?.externalDocs,x=r===h.STACKED;return e(S,{layout:r,children:n(k,{fullWidth:!0,className:"api-info",isStacked:x,children:[n(H,{children:[e(M,{children:(o.title||"")+(o.version?` (${o.version})`:"")}),e(D,{pageSlug:c})]}),e(P,{Hook:g||p?.AfterApiTitle,props:{info:o}}),i&&e(s,{source:i,"data-role":"redoc-summary"}),t&&e(s,{source:t,"data-role":"redoc-description"}),a&&e(T,{externalDocs:a}),!f&&e(v,{metadata:o["x-metadata"],translate:l})]})})}export{q as ApiInfo};
@@ -1,4 +1,5 @@
1
1
  export declare const ApiHeader: any;
2
+ export declare const HeaderText: any;
2
3
  export declare const InfoSpan: any;
3
4
  export declare const InfoSpanBoxWrap: any;
4
5
  export declare const InfoSpanBox: any;
@@ -1,11 +1,14 @@
1
- import{H1 as e}from"@redocly/theme/components/Typography/H1";import{Markdown as n}from"@redocly/theme/components/Markdown/Markdown";import{styled as o}from"../../styled-components.js";const t=15,p=o(e)`
1
+ import{H1 as e}from"@redocly/theme/components/Typography/H1";import{Markdown as r}from"@redocly/theme/components/Markdown/Markdown";import{styled as o}from"../../styled-components.js";const t=15,p=o.div`
2
2
  display: flex;
3
- margin-top: 0;
4
- margin-bottom: 0;
5
- & + ${n} {
3
+ gap: var(--spacing-xs);
4
+
5
+ & + ${r} {
6
6
  margin-top: var(--h1-margin-bottom);
7
7
  }
8
- `,l=o.span`
8
+ `,d=o(e)`
9
+ margin-top: 0;
10
+ margin-bottom: 0;
11
+ `,s=o.span`
9
12
  &::before {
10
13
  content: '|';
11
14
  display: inline-block;
@@ -17,11 +20,11 @@ import{H1 as e}from"@redocly/theme/components/Typography/H1";import{Markdown as
17
20
  &:last-child::after {
18
21
  display: none;
19
22
  }
20
- `,d=o.div`
23
+ `,l=o.div`
21
24
  overflow: hidden;
22
25
  `,m=o.div`
23
26
  display: flex;
24
27
  flex-wrap: wrap;
25
28
  // hide separator on new lines: idea from https://stackoverflow.com/a/31732902/1749888
26
29
  margin-left: -${t}px;
27
- `;export{p as ApiHeader,l as InfoSpan,m as InfoSpanBox,d as InfoSpanBoxWrap};
30
+ `;export{p as ApiHeader,d as HeaderText,s as InfoSpan,m as InfoSpanBox,l as InfoSpanBoxWrap};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redocly/openapi-docs",
3
- "version": "3.22.0-next.0",
3
+ "version": "3.22.0-next.1",
4
4
  "description": "Redocly OpenAPI Docs",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",
@@ -21,7 +21,7 @@
21
21
  },
22
22
  "dependencies": {
23
23
  "@markdoc/markdoc": "0.5.2",
24
- "@redocly/openapi-core": "2.30.5",
24
+ "@redocly/openapi-core": "2.31.2",
25
25
  "deepmerge": "^4.2.2",
26
26
  "dompurify": "3.4.0",
27
27
  "fast-deep-equal": "^3.1.3",
@@ -38,9 +38,9 @@
38
38
  "url-template": "^2.0.8",
39
39
  "util": "~0.12.5",
40
40
  "web-vitals": "3.3.1",
41
- "@redocly/config": "0.48.2",
41
+ "@redocly/config": "0.49.0",
42
42
  "@redocly/redoc-opentelemetry": "0.1.0",
43
- "@redocly/replay": "0.25.0-next.0"
43
+ "@redocly/replay": "0.25.0-next.1"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@shikijs/transformers": "3.21.0",
@@ -72,7 +72,7 @@
72
72
  "url": "~0.11.0",
73
73
  "vite": "7.2.6",
74
74
  "vitest": "4.0.10",
75
- "@redocly/theme": "0.66.0-next.0"
75
+ "@redocly/theme": "0.66.0-next.1"
76
76
  },
77
77
  "scripts": {
78
78
  "start": "pnpm run copy-highlight-hook && vite",