@redocly/openapi-docs 3.17.0 → 3.18.0-custom.0
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.
- package/dist/redocly-openapi-docs.min.js +3388 -2653
- package/lib/components/ApiInfo/ApiInfo.js +1 -1
- package/lib/components/ApiInfo/Metadata.js +1 -1
- package/lib/components/Callbacks/CallbackDetails.js +2 -2
- package/lib/components/ExpandAllButton/ExpandAllButton.js +2 -2
- package/lib/components/Language/LanguageList.js +1 -1
- package/lib/components/McpOverview/McpOverview.js +7 -3
- package/lib/components/OperationItem/OperationItem.js +10 -6
- package/lib/components/Overview/Overview.js +1 -1
- package/lib/components/PanelItem/styled.js +8 -4
- package/lib/components/PayloadSamples/PayloadSamples.js +1 -1
- package/lib/components/PayloadSamples/types.d.ts +1 -0
- package/lib/components/RedoclyOpenAPIDocs/RedoclyOpenAPIDocs.js +1 -1
- package/lib/components/Request/RequestDetails.js +8 -2
- package/lib/components/Request/types.d.ts +1 -1
- package/lib/components/RequestParameters/Body.d.ts +1 -0
- package/lib/components/RequestParameters/Body.js +1 -1
- package/lib/components/RequestParameters/RequestParameters.d.ts +2 -1
- package/lib/components/RequestParameters/RequestParameters.js +1 -1
- package/lib/components/RequestSamples/Example.js +1 -1
- package/lib/components/RequestSamples/RequestSamples.js +2 -2
- package/lib/components/RequestSamples/useCodeSamples.d.ts +1 -1
- package/lib/components/RequestSamples/useCodeSamples.js +1 -1
- package/lib/components/ResponseSamples/ResponseSamples.js +1 -1
- package/lib/components/ResponseSamples/Summary.d.ts +2 -1
- package/lib/components/ResponseSamples/Summary.js +1 -1
- package/lib/components/Responses/OperationResponseList.d.ts +1 -0
- package/lib/components/Responses/OperationResponseList.js +3 -2
- package/lib/components/Responses/ResponseDetails.js +1 -1
- package/lib/components/Responses/styled.js +4 -2
- package/lib/components/Responses/types.d.ts +1 -0
- package/lib/components/RightPanel/RightPanel.js +5 -1
- package/lib/components/Samples/ExampleSwitch.js +1 -1
- package/lib/components/Schema/Schema.js +1 -1
- package/lib/components/SchemaDefinition/SchemaDefinition.js +5 -2
- package/lib/components/SectionContent/SectionContent.js +7 -5
- package/lib/components/SectionItem/SectionItem.js +1 -1
- package/lib/components/Security/OAuthScopes.d.ts +3 -3
- package/lib/components/Security/OAuthScopes.js +12 -11
- package/lib/components/Security/RequiredScopes.d.ts +6 -0
- package/lib/components/Security/RequiredScopes.js +17 -0
- package/lib/components/Security/RequiredScopesList.d.ts +14 -0
- package/lib/components/Security/RequiredScopesList.js +13 -0
- package/lib/components/Security/ScopeTagWithTooltip.d.ts +17 -0
- package/lib/components/Security/ScopeTagWithTooltip.js +33 -0
- package/lib/components/Security/Security.js +1 -1
- package/lib/components/Security/SecurityButton.js +14 -14
- package/lib/components/Security/SecurityFlow.js +18 -5
- package/lib/components/ServerList/ServerList.js +11 -11
- package/lib/components/ServerListDropdown/ServerListDropdown.js +1 -1
- package/lib/components/TagItem/OperationsNavigation.js +2 -2
- package/lib/components/TagItem/TagItem.js +50 -37
- package/lib/components/ViewNested/ViewNested.js +7 -7
- package/lib/components/common/BodyContent/BodyContent.d.ts +2 -0
- package/lib/components/common/BodyContent/BodyContent.js +4 -4
- package/lib/components/common/Dropdown/Dropdown.d.ts +2 -2
- package/lib/components/common/Dropdown/Dropdown.js +44 -10
- package/lib/components/common/Fields/fields.js +5 -3
- package/lib/components/common/OperationItemTitle.js +8 -6
- package/lib/components/common/SchemaSelection/SchemaSelection.js +1 -1
- package/lib/components/common/Select/Select.js +1 -1
- package/lib/components/common/Select/styled.d.ts +0 -1
- package/lib/components/common/Select/styled.js +19 -63
- package/lib/components/common/Select/types.d.ts +0 -3
- package/lib/components/common/styled.js +4 -4
- package/lib/icons/CSharpIcon/CSharpIcon.d.ts +2 -1
- package/lib/icons/CSharpIcon/CSharpIcon.js +1 -1
- package/lib/icons/CurlIcon/CurlIcon.d.ts +3 -2
- package/lib/icons/CurlIcon/CurlIcon.js +2 -2
- package/lib/icons/GOIcon/GOIcon.d.ts +2 -1
- package/lib/icons/GOIcon/GOIcon.js +1 -1
- package/lib/icons/JavaIcon/JavaIcon.d.ts +2 -1
- package/lib/icons/JavaIcon/JavaIcon.js +1 -1
- package/lib/icons/JavaScriptIcon/JavaScriptIcon.d.ts +2 -1
- package/lib/icons/JavaScriptIcon/JavaScriptIcon.js +1 -1
- package/lib/icons/NodeJSIcon/NodeJSIcon.d.ts +2 -1
- package/lib/icons/NodeJSIcon/NodeJSIcon.js +1 -1
- package/lib/icons/PHPIcon/PHPIcon.d.ts +2 -1
- package/lib/icons/PHPIcon/PHPIcon.js +1 -1
- package/lib/icons/PythonIcon/PythonIcon.d.ts +2 -1
- package/lib/icons/PythonIcon/PythonIcon.js +1 -1
- package/lib/icons/RIcon/RIcon.d.ts +2 -1
- package/lib/icons/RIcon/RIcon.js +1 -1
- package/lib/icons/RubyIcon/RubyIcon.d.ts +2 -1
- package/lib/icons/RubyIcon/RubyIcon.js +1 -1
- package/lib/index.d.ts +1 -0
- package/lib/index.js +1 -1
- package/lib/models/group.js +1 -1
- package/lib/models/operation.js +1 -1
- package/lib/models/request.js +1 -1
- package/lib/models/response.js +1 -1
- package/lib/models/schema.js +2 -2
- package/lib/models/types.d.ts +2 -0
- package/lib/services/menu/markdown.js +1 -1
- package/lib/services/menu/operation.js +1 -1
- package/lib/services/menu/tags.js +3 -3
- package/lib/services/types.d.ts +7 -0
- package/lib/types/index.d.ts +1 -0
- package/lib/types/index.js +1 -1
- package/lib/types/oauth2-types.d.ts +4 -0
- package/lib/types/oauth2-types.js +0 -0
- package/lib/types/open-api.d.ts +12 -0
- package/lib/utils/mcp.d.ts +1 -1
- package/lib/utils/mcp.js +1 -1
- package/lib/utils/openapi.d.ts +4 -1
- package/lib/utils/openapi.js +1 -1
- package/lib/utils/security-scope.d.ts +5 -0
- package/lib/utils/security-scope.js +1 -0
- package/lib/utils/string.js +1 -1
- package/package.json +21 -22
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import{jsx as e,
|
|
1
|
+
import{jsx as e,Fragment as h,jsxs as s}from"react/jsx-runtime";import{memo as k}from"react";import{useAtom as C}from"jotai";import{LinkIcon as q}from"@redocly/theme/icons/LinkIcon/LinkIcon";import{Dropdown as z}from"../Dropdown/index.js";import{RequiredLabel as v}from"../Fields/index.js";import{ConstraintsView as y}from"../ConstraintsView.js";import{Schema as u}from"../../Schema/index.js";import{getActiveMediaType as A}from"../../../models/index.js";import{Markdown as N}from"../../Markdown/index.js";import{activeMimeNameAtom as B}from"../../../jotai/app.js";import{LinkToField as D}from"../LinkToField.js";import{useTranslate as F}from"../../../hooks/index.js";import{styled as x}from"../../../styled-components.js";function O({required:m,skipReadOnly:p,skipWriteOnly:l,description:c,content:r,deepLink:i,isRpc:a,title:d}){const n=F(),[j,w]=C(B);if(!r)return null;const{schema:o,examples:g,operation:f,name:M}=A(r,j),T=r.mediaTypes.map(({name:t})=>({label:t,value:t}));return a&&!d?s(h,{children:[m&&e(v,{children:n("openapi.badges.required","required")}),e(b,{source:c}),o?.type==="object"&&o?.constraints&&e(y,{constraints:o?.constraints||[]}),e(u,{skipReadOnly:p,skipWriteOnly:l,schema:o,examples:g,operation:f,level:1,disableDeepLinks:!i},"schema")]}):s(h,{children:[s(S,{children:[i&&e(D,{to:i}),d||n("openapi.body","Body"),!a&&e(z,{options:T,value:M,triggerVariant:"ghost",triggerSize:"large",onChange:({value:t})=>w(t)})]}),m&&e(v,{children:n("openapi.badges.required","required")}),e(b,{source:c}),o?.type==="object"&&o?.constraints&&e(y,{constraints:o?.constraints||[]}),e(u,{skipReadOnly:p,skipWriteOnly:l,schema:o,examples:g,operation:f,level:1,disableDeepLinks:!i},"schema"),a&&o===void 0?e("em",{children:"No parameters"}):null]})}const U=k(O),b=x(N)`
|
|
2
2
|
margin: var(--spacing-xxs) 0 0;
|
|
3
|
-
`,
|
|
3
|
+
`,S=x.span`
|
|
4
4
|
position: relative;
|
|
5
5
|
display: flex;
|
|
6
6
|
align-items: center;
|
|
@@ -13,7 +13,7 @@ import{jsx as e,jsxs as n,Fragment as x}from"react/jsx-runtime";import{memo as u
|
|
|
13
13
|
padding: var(--spacing-xxs) 0;
|
|
14
14
|
|
|
15
15
|
:hover {
|
|
16
|
-
${
|
|
16
|
+
${q} {
|
|
17
17
|
opacity: 1;
|
|
18
18
|
visibility: visible;
|
|
19
19
|
}
|
|
@@ -24,4 +24,4 @@ import{jsx as e,jsxs as n,Fragment as x}from"react/jsx-runtime";import{memo as u
|
|
|
24
24
|
font-size: var(--font-size-sm);
|
|
25
25
|
line-height: var(--line-height-lg);
|
|
26
26
|
}
|
|
27
|
-
`;export{
|
|
27
|
+
`;export{U as BodyContent};
|
|
@@ -6,8 +6,8 @@ export interface DropdownProps<T> {
|
|
|
6
6
|
className?: string;
|
|
7
7
|
triggerVariant?: 'ghost' | 'outlined';
|
|
8
8
|
triggerSize?: string;
|
|
9
|
-
|
|
9
|
+
fullWidth?: boolean;
|
|
10
10
|
}
|
|
11
|
-
declare function DropdownComponent<T>({ options, value, onChange, className, triggerVariant, triggerSize,
|
|
11
|
+
declare function DropdownComponent<T>({ options, value, onChange, className, triggerVariant, triggerSize, fullWidth, }: DropdownProps<T>): import("react/jsx-runtime").JSX.Element;
|
|
12
12
|
export declare const Dropdown: typeof DropdownComponent;
|
|
13
13
|
export {};
|
|
@@ -1,8 +1,40 @@
|
|
|
1
|
-
import{jsx as r,jsxs as
|
|
1
|
+
import{jsx as r,jsxs as d,Fragment as u}from"react/jsx-runtime";import v,{useMemo as C,useState as I}from"react";import{Dropdown as j}from"@redocly/theme/components/Dropdown/Dropdown";import{CheckmarkIcon as M}from"@redocly/theme/icons/CheckmarkIcon/CheckmarkIcon";import{DropdownMenu as z}from"@redocly/theme/components/Dropdown/DropdownMenu";import{DropdownMenuItem as T}from"@redocly/theme/components/Dropdown/DropdownMenuItem";import{Button as $}from"@redocly/theme/components/Button/Button";import{SearchIcon as A}from"@redocly/theme/icons/SearchIcon/SearchIcon";import{typedMemo as F}from"@redocly/theme/core/openapi";import{styled as o}from"../../../styled-components.js";import{useTranslate as L}from"../../../hooks/index.js";const R=7;function _({options:n,value:t,onChange:p,className:x,triggerVariant:b="outlined",triggerSize:y="small",fullWidth:l=!1}){const[c,m]=I(""),g=L(),a=n.find(e=>e.value===t),S=n.length>=R,f=C(()=>n.filter(e=>e.label?.toLowerCase().includes(c.toLowerCase())??!1),[n,c]);if(n.length===1)return r(U,{children:a?.element||a?.label});const k=e=>{m(e.target.value)},D=()=>S?d(u,{children:[r(O,{prefix:r(V,{children:r(A,{color:"var(--icon-color-additional)",onClick:e=>e.stopPropagation()})}),content:r(W,{placeholder:g("openapi.discriminator.searchPlaceholder","Search items"),onClick:e=>e.stopPropagation(),onChange:k,value:c})}),r(B,{children:f.length?f.map((e,s)=>d(v.Fragment,{children:[e.divider,r(i,{active:e.value===t,onAction:()=>p(e),suffix:e.value===t&&r(w,{}),children:r(h,{children:e.element||e.label})},e.label)]},s)):r(P,{content:g("openapi.discriminator.searchNoResults","No items found")})})]}):r(u,{children:n.map((e,s)=>d(v.Fragment,{children:[e.divider,r(i,{active:e.value===t,onAction:()=>p(e),suffix:e.value===t&&r(w,{}),children:r(h,{children:e.element||e.label})},e.label)]},s))});return r(N,{className:x,$fullWidth:l,trigger:r(E,{variant:b,size:y,type:"button",$fullWidth:l,children:r(h,{children:a?.element||a?.label})}),withArrow:!0,onClose:()=>m(""),children:r(H,{$fullWidth:l,children:D()})})}const oe=F(_),N=o(j)`
|
|
2
|
+
${({$fullWidth:n})=>n&&`
|
|
3
|
+
> div {
|
|
4
|
+
min-width: 100%;
|
|
5
|
+
max-width: 100%;
|
|
6
|
+
}
|
|
7
|
+
`}
|
|
8
|
+
`,E=o($)`
|
|
9
|
+
${({$fullWidth:n})=>n&&`
|
|
10
|
+
&& {
|
|
11
|
+
width: 100%;
|
|
12
|
+
justify-content: space-between;
|
|
13
|
+
background-color: var(--bg-color);
|
|
14
|
+
padding: var(--docs-dropdown-padding-vertical) var(--docs-dropdown-padding-left);
|
|
15
|
+
color: var(--text-color-primary);
|
|
16
|
+
|
|
17
|
+
&:hover {
|
|
18
|
+
background-color: var(--bg-color);
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
&:focus {
|
|
22
|
+
background-color: var(--bg-color);
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
`}
|
|
26
|
+
`,h=o.span`
|
|
27
|
+
overflow: hidden;
|
|
28
|
+
text-overflow: ellipsis;
|
|
29
|
+
white-space: nowrap;
|
|
30
|
+
`,H=o(z)`
|
|
31
|
+
${({$fullWidth:n})=>n&&"min-width: 100%;"}
|
|
32
|
+
`,w=o(M)`
|
|
2
33
|
width: 16px;
|
|
3
34
|
height: 16px;
|
|
4
35
|
margin-left: auto;
|
|
5
|
-
|
|
36
|
+
flex-shrink: 0;
|
|
37
|
+
`,i=o(T)`
|
|
6
38
|
--dropdown-menu-item-justify-content: space-between;
|
|
7
39
|
|
|
8
40
|
width: 100%;
|
|
@@ -12,23 +44,25 @@ import{jsx as r,jsxs as s,Fragment as f}from"react/jsx-runtime";import g,{useMem
|
|
|
12
44
|
padding: var(--spacing-xxs) var(--spacing-sm);
|
|
13
45
|
font-size: var(--font-size-base);
|
|
14
46
|
line-height: var(--line-height-base);
|
|
15
|
-
`,
|
|
47
|
+
`,O=o(i)`
|
|
16
48
|
gap: 0;
|
|
17
49
|
padding: var(--spacing-xxs) var(--spacing-xs);
|
|
18
50
|
&:hover {
|
|
19
51
|
background-color: transparent;
|
|
20
52
|
}
|
|
21
|
-
`,
|
|
53
|
+
`,P=o(i)`
|
|
22
54
|
height: 66px;
|
|
23
55
|
justify-content: center;
|
|
24
56
|
&:hover,
|
|
25
57
|
&:focus-visible {
|
|
26
58
|
background-color: transparent;
|
|
27
59
|
}
|
|
28
|
-
`,
|
|
60
|
+
`,B=o.div`
|
|
29
61
|
overflow-y: auto;
|
|
30
62
|
max-height: 300px;
|
|
31
|
-
|
|
63
|
+
padding: calc(var(--spacing-unit) / 2);
|
|
64
|
+
margin: calc(var(--spacing-unit) / -2);
|
|
65
|
+
`,V=o.div`
|
|
32
66
|
display: flex;
|
|
33
67
|
align-items: center;
|
|
34
68
|
justify-content: center;
|
|
@@ -36,7 +70,7 @@ import{jsx as r,jsxs as s,Fragment as f}from"react/jsx-runtime";import g,{useMem
|
|
|
36
70
|
height: 24px;
|
|
37
71
|
cursor: pointer;
|
|
38
72
|
flex-shrink: 0;
|
|
39
|
-
`,
|
|
73
|
+
`,W=o.input`
|
|
40
74
|
width: 100%;
|
|
41
75
|
border: none;
|
|
42
76
|
outline: none;
|
|
@@ -47,11 +81,11 @@ import{jsx as r,jsxs as s,Fragment as f}from"react/jsx-runtime";import g,{useMem
|
|
|
47
81
|
font-family: var(--font-family-base);
|
|
48
82
|
padding: 0;
|
|
49
83
|
margin-left: var(--spacing-xxs);
|
|
50
|
-
|
|
84
|
+
min-width: 100px;
|
|
51
85
|
&::placeholder {
|
|
52
86
|
color: var(--search-trigger-color);
|
|
53
87
|
}
|
|
54
|
-
`,
|
|
88
|
+
`,U=o.span`
|
|
55
89
|
margin-right: var(--spacing-unit);
|
|
56
90
|
cursor: default;
|
|
57
91
|
background: none;
|
|
@@ -62,4 +96,4 @@ import{jsx as r,jsxs as s,Fragment as f}from"react/jsx-runtime";import g,{useMem
|
|
|
62
96
|
line-height: var(--line-height-lg);
|
|
63
97
|
font-family: var(--font-family-base);
|
|
64
98
|
font-weight: var(--font-weight-regular);
|
|
65
|
-
`;export{
|
|
99
|
+
`;export{oe as Dropdown};
|
|
@@ -7,7 +7,7 @@ import{Button as t}from"@redocly/theme/components/Button/Button";import{styled a
|
|
|
7
7
|
color: var(--schema-type-text-color);
|
|
8
8
|
`,d=r(o)`
|
|
9
9
|
color: var(--schema-type-text-color);
|
|
10
|
-
`,
|
|
10
|
+
`,p=r(o)`
|
|
11
11
|
color: var(--schema-type-title-text-color);
|
|
12
12
|
word-break: break-word;
|
|
13
13
|
`,c=r(o).attrs({as:"div"})`
|
|
@@ -16,7 +16,7 @@ import{Button as t}from"@redocly/theme/components/Button/Button";import{styled a
|
|
|
16
16
|
line-height: var(--schema-labels-line-height);
|
|
17
17
|
font-weight: normal;
|
|
18
18
|
display: block;
|
|
19
|
-
`,
|
|
19
|
+
`,m=r(o)`
|
|
20
20
|
color: var(--schema-property-required-label-text-color);
|
|
21
21
|
font-size: var(--font-size-base);
|
|
22
22
|
line-height: var(--line-height-base);
|
|
@@ -32,6 +32,8 @@ import{Button as t}from"@redocly/theme/components/Button/Button";import{styled a
|
|
|
32
32
|
color: var(--text-color-secondary);
|
|
33
33
|
display: inline-flex;
|
|
34
34
|
word-break: var(--code-word-break);
|
|
35
|
+
align-items: center;
|
|
36
|
+
gap: var(--spacing-xxs);
|
|
35
37
|
`,v=r(e)`
|
|
36
38
|
color: var(--schema-property-access-label-text-color);
|
|
37
39
|
background-color: var(--bg-color);
|
|
@@ -89,4 +91,4 @@ import{Button as t}from"@redocly/theme/components/Button/Button";import{styled a
|
|
|
89
91
|
padding: 0;
|
|
90
92
|
font-size: var(--font-size-sm);
|
|
91
93
|
line-height: var(--line-height-sm);
|
|
92
|
-
`;export{v as AccessLabel,b as AdditionalPropertiesLabel,u as ConstraintItem,x as DefaultValue,g as EnumValue,l as ExampleValue,f as ExtensionValue,o as FieldLabel,a as FieldValueLabel,c as PropertyLabel,h as RecursiveLabel,
|
|
94
|
+
`;export{v as AccessLabel,b as AdditionalPropertiesLabel,u as ConstraintItem,x as DefaultValue,g as EnumValue,l as ExampleValue,f as ExtensionValue,o as FieldLabel,a as FieldValueLabel,c as PropertyLabel,h as RecursiveLabel,m as RequiredLabel,e as Tag,y as ToggleButton,d as TypeName,i as TypePrefix,p as TypeTitle};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{LinkIcon as
|
|
1
|
+
import{LinkIcon as e}from"@redocly/theme/icons/LinkIcon/LinkIcon";import{H2 as t}from"@redocly/theme/components/Typography/H2";import{styled as i}from"../../styled-components.js";const n=i.h4`
|
|
2
2
|
font-size: var(--h4-font-size);
|
|
3
3
|
font-weight: var(--h4-font-weight);
|
|
4
4
|
line-height: var(--h4-line-height);
|
|
@@ -11,27 +11,29 @@ import{LinkIcon as t}from"@redocly/theme/icons/LinkIcon/LinkIcon";import{H2 as e
|
|
|
11
11
|
position: relative;
|
|
12
12
|
|
|
13
13
|
:hover {
|
|
14
|
-
${
|
|
14
|
+
${e} {
|
|
15
15
|
opacity: 1;
|
|
16
16
|
visibility: visible;
|
|
17
17
|
}
|
|
18
18
|
}
|
|
19
|
-
`,l=i(
|
|
19
|
+
`,l=i(t)`
|
|
20
20
|
position: relative;
|
|
21
21
|
display: flex;
|
|
22
22
|
align-items: center;
|
|
23
23
|
gap: var(--spacing-xs);
|
|
24
24
|
flex-wrap: wrap;
|
|
25
|
+
overflow-wrap: anywhere;
|
|
26
|
+
word-break: break-word;
|
|
25
27
|
margin: 0;
|
|
26
28
|
|
|
27
29
|
:hover {
|
|
28
|
-
${
|
|
30
|
+
${e} {
|
|
29
31
|
opacity: 1;
|
|
30
32
|
visibility: visible;
|
|
31
33
|
}
|
|
32
34
|
}
|
|
33
|
-
`,
|
|
35
|
+
`,p=i.div`
|
|
34
36
|
display: flex;
|
|
35
37
|
align-items: flex-start;
|
|
36
38
|
margin: var(--h2-margin-top) 0 var(--h2-margin-bottom);
|
|
37
|
-
`;export{l as Heading,
|
|
39
|
+
`;export{l as Heading,p as HeadingWrapper,n as Title};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{jsx as m}from"react/jsx-runtime";import{useCallback as
|
|
1
|
+
import{jsx as m}from"react/jsx-runtime";import{useCallback as E,useEffect as I,useRef as T,useState as g}from"react";import{useAtom as h}from"jotai";import{isUndefined as w}from"@redocly/theme/core/openapi";import{Segmented as x}from"@redocly/theme/components/Segmented/Segmented";import{Dropdown as y}from"../Dropdown/index.js";import{operationStore as A}from"../../../jotai/operation.js";const b=5;function z({options:t,onChange:r,pointer:u,schema:n,defaultOneOfIdx:d}){const[p,c]=h(A(u)),S=p.activeOneOf[n.pointer]??d,o=t[S]?.value,[i,O]=g(!1),s=T(null);I(()=>{if(!s.current)return;const e=()=>{const v=s.current?.querySelectorAll('button[role="tab"]'),a=Array.from(v||[]).some(l=>l.offsetWidth<l.scrollWidth);a!==i&&O(a)};return e(),window.addEventListener("resize",e),()=>window.removeEventListener("resize",e)},[i,t]);const f=E(({value:e})=>{e!==void 0&&(r?r(e):c({activeExampleName:n.oneOf?.[e]?.title,activeOneOf:{[n.pointer]:e},requestValues:{body:null}}))},[r,n.oneOf,n.pointer,c]);return w(o)?null:t.length>b||i?m(y,{options:t,value:o,onChange:f}):m(x,{ref:s,value:o,onChange:f,options:t,size:"small","data-testid":"segmented-schema"})}const D=z;export{D as SchemaSelection};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{jsx as
|
|
1
|
+
import{jsx as s}from"react/jsx-runtime";import{memo as u,useMemo as c}from"react";import{Dropdown as i}from"../Dropdown/Dropdown.js";import{normalizeText as f}from"../../../utils/index.js";function d({options:t,onChange:n,value:o="",className:a}){const m=c(()=>t.map(e=>({value:e.value,label:e.title||f(e.value)})),[t]);return s(i,{className:a,options:m,value:o,onChange:({value:e})=>{const l=t.find(r=>r.value===e);l&&n(l)},fullWidth:!0})}const C=u(d);export{C as Select};
|
|
@@ -1,14 +1,16 @@
|
|
|
1
|
-
import{css as
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import{css as e}from"styled-components";import{Select as t}from"./Select.js";import{styled as r}from"../../../styled-components.js";const n=e`
|
|
2
|
+
button {
|
|
3
|
+
background-color: var(--panel-samples-dropdown-bg-color);
|
|
4
|
+
border: var(--panel-samples-dropdown-border);
|
|
5
|
+
color: var(--panel-samples-dropdown-color);
|
|
5
6
|
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
7
|
+
&,
|
|
8
|
+
&:hover,
|
|
9
|
+
&:focus {
|
|
10
|
+
box-shadow: none;
|
|
11
|
+
}
|
|
10
12
|
}
|
|
11
|
-
`,a=
|
|
13
|
+
`,a=r(t)`
|
|
12
14
|
box-sizing: border-box;
|
|
13
15
|
outline: none;
|
|
14
16
|
display: inline-block;
|
|
@@ -18,72 +20,26 @@ import{css as n}from"styled-components";import{ChevronDownIcon as t}from"@redocl
|
|
|
18
20
|
cursor: pointer;
|
|
19
21
|
text-transform: none;
|
|
20
22
|
|
|
21
|
-
|
|
22
|
-
box-sizing: border-box;
|
|
23
|
+
button {
|
|
23
24
|
min-width: 90px;
|
|
24
|
-
height: 36px;
|
|
25
|
-
outline: none;
|
|
26
|
-
display: inline-block;
|
|
27
25
|
color: var(--docs-dropdown-text-color);
|
|
28
|
-
border-radius: var(--border-radius-md);
|
|
29
|
-
padding: var(--docs-dropdown-padding);
|
|
30
|
-
vertical-align: bottom;
|
|
31
|
-
width: ${({fullWidth:o})=>o?"100%":"auto"};
|
|
32
|
-
text-transform: none;
|
|
33
|
-
line-height: inherit;
|
|
34
26
|
font-size: var(--docs-dropdown-font-size);
|
|
35
|
-
|
|
36
|
-
text-overflow: ellipsis;
|
|
37
|
-
overflow: hidden;
|
|
38
|
-
white-space: nowrap;
|
|
39
|
-
|
|
40
|
-
&,
|
|
41
|
-
&:hover,
|
|
42
|
-
&:focus-within {
|
|
43
|
-
box-shadow: none;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
${({variant:o})=>o==="dark"?r:""};
|
|
27
|
+
border-radius: var(--border-radius-md);
|
|
47
28
|
}
|
|
48
29
|
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
left: 0;
|
|
53
|
-
width: 100%;
|
|
54
|
-
height: 100%;
|
|
55
|
-
opacity: 0;
|
|
56
|
-
border: none;
|
|
57
|
-
appearance: none;
|
|
58
|
-
cursor: pointer;
|
|
59
|
-
|
|
60
|
-
color: var(--text-color-secondary);
|
|
61
|
-
line-height: inherit;
|
|
62
|
-
font-size: var(--font-size-base);
|
|
63
|
-
font-family: inherit;
|
|
64
|
-
padding: var(--docs-dropdown-padding);
|
|
65
|
-
${({variant:o})=>o==="dark"?r:""};
|
|
66
|
-
}
|
|
67
|
-
`,c=e(a)`
|
|
68
|
-
svg {
|
|
69
|
-
top: 60%;
|
|
70
|
-
transform: translateY(-60%);
|
|
71
|
-
}
|
|
72
|
-
label {
|
|
30
|
+
${({variant:o})=>o==="dark"?n:""};
|
|
31
|
+
`,l=r(a)`
|
|
32
|
+
button {
|
|
73
33
|
padding: 0 26px 0 4px;
|
|
74
34
|
background: transparent;
|
|
75
35
|
font-size: var(--font-size-base);
|
|
76
36
|
font-weight: var(--font-weight-regular);
|
|
77
|
-
appearance: none;
|
|
78
37
|
height: auto;
|
|
38
|
+
min-width: auto;
|
|
79
39
|
|
|
80
40
|
&:hover,
|
|
81
|
-
&:focus
|
|
41
|
+
&:focus {
|
|
82
42
|
box-shadow: none;
|
|
83
43
|
}
|
|
84
44
|
}
|
|
85
|
-
|
|
86
|
-
position: absolute;
|
|
87
|
-
right: 10px;
|
|
88
|
-
top: 10px;
|
|
89
|
-
`;export{h as Arrow,a as Select,c as SimpleSelect};
|
|
45
|
+
`;export{a as Select,l as SimpleSelect};
|
|
@@ -8,11 +8,8 @@ export interface SelectOption {
|
|
|
8
8
|
export interface SelectProps {
|
|
9
9
|
options: SelectOption[];
|
|
10
10
|
onChange: (option: SelectOption) => void;
|
|
11
|
-
handleClear?: () => void;
|
|
12
|
-
clearable?: boolean;
|
|
13
11
|
ariaLabel?: string;
|
|
14
12
|
className?: string;
|
|
15
|
-
placeholder?: string;
|
|
16
13
|
value?: string;
|
|
17
14
|
dense?: boolean;
|
|
18
15
|
fullWidth?: boolean;
|
|
@@ -29,7 +29,7 @@ import{Tag as o}from"@redocly/theme/components/Tag/Tag";import{styled as r}from"
|
|
|
29
29
|
gap: var(--spacing-xs);
|
|
30
30
|
margin-top: var(--spacing-xs);
|
|
31
31
|
|
|
32
|
-
|
|
32
|
+
&:after {
|
|
33
33
|
content: '';
|
|
34
34
|
flex: auto;
|
|
35
35
|
border-top: 1px solid var(--border-color-primary);
|
|
@@ -44,13 +44,13 @@ import{Tag as o}from"@redocly/theme/components/Tag/Tag";import{styled as r}from"
|
|
|
44
44
|
color: var(--tag-basic-content-color);
|
|
45
45
|
`,l=r(a)`
|
|
46
46
|
margin-top: 0;
|
|
47
|
-
|
|
47
|
+
width: 100%;
|
|
48
48
|
|
|
49
|
-
|
|
49
|
+
&:after {
|
|
50
50
|
content: none;
|
|
51
51
|
}
|
|
52
52
|
|
|
53
|
-
|
|
53
|
+
&:before {
|
|
54
54
|
content: '';
|
|
55
55
|
flex: auto;
|
|
56
56
|
border-top: 1px solid var(--border-color-primary);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{jsx as
|
|
1
|
+
import{jsx as t,jsxs as C}from"react/jsx-runtime";import{useUniqueSvgIds as e}from"@redocly/theme/core/openapi";import{styled as l}from"../../styled-components.js";const d=()=>{const r=e(),i=o=>r(o);return C("svg",{width:"17",height:"18",viewBox:"0 0 17 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[t("g",{id:"Logo_C_sharp 1",clipPath:`url(#${i("clip0_6336_15430")})`,children:C("g",{id:"Group",children:[t("path",{id:"Vector",d:"M16.1225 5.27827C16.1224 4.9764 16.0578 4.70965 15.9272 4.48071C15.799 4.25559 15.6069 4.0669 15.3493 3.91771C13.2227 2.69152 11.0941 1.46909 8.96823 0.241649C8.3951 -0.0892265 7.83941 -0.077164 7.27054 0.258461C6.4241 0.757648 2.18629 3.18559 0.923477 3.91702C0.403414 4.21809 0.150352 4.67884 0.150227 5.27771C0.149414 7.74365 0.150227 10.2095 0.149414 12.6755C0.149414 12.9708 0.211352 13.2323 0.336164 13.4578C0.464477 13.6898 0.659227 13.8836 0.922789 14.0362C2.18566 14.7676 6.42404 17.1954 7.27029 17.6947C7.83941 18.0305 8.3951 18.0425 8.96841 17.7115C11.0944 16.484 13.2231 15.2616 15.35 14.0355C15.6135 13.883 15.8083 13.689 15.9366 13.4572C16.0612 13.2317 16.1233 12.9701 16.1233 12.6748C16.1233 12.6748 16.1233 7.74427 16.1225 5.27827Z",fill:"#A179DC"}),t("path",{id:"Vector_2",d:"M8.16056 8.95312L0.335938 13.4584C0.46425 13.6903 0.659 13.8842 0.922562 14.0368C2.18544 14.7682 6.42381 17.1959 7.27006 17.6953C7.83919 18.0311 8.39487 18.0431 8.96819 17.7121C11.0941 16.4846 13.2229 15.2622 15.3497 14.036C15.6133 13.8835 15.8081 13.6895 15.9364 13.4577L8.16056 8.95312Z",fill:"#280068"}),t("path",{id:"Vector_3",d:"M16.1218 5.27705C16.1217 4.97518 16.0572 4.70843 15.9266 4.47949L8.16016 8.95137L15.936 13.456C16.0606 13.2305 16.1225 12.9689 16.1227 12.6736C16.1227 12.6736 16.1227 7.74305 16.1218 5.27705Z",fill:"#390091"}),t("path",{id:"Vector_4",d:"M12.768 7.26837V8.11048H13.6101V7.26837H14.0312V8.11048H14.8733V8.53153H14.0312V9.37363H14.8733V9.79469H14.0312V10.6368H13.6101V9.79469H12.768V10.6368H12.347V9.79469H11.5049V9.37363H12.347V8.53153H11.5049V8.11048H12.347V7.26837H12.768ZM13.6101 8.53153H12.768V9.37363H13.6101V8.53153Z",fill:"white"}),t("path",{id:"Vector_5",d:"M8.17777 3.03809C10.3743 3.03809 12.292 4.23098 13.3191 6.00409L13.3091 5.98702L10.7248 7.47504C10.2157 6.61294 9.28223 6.03116 8.2115 6.01918L8.17777 6.01899C6.54492 6.01899 5.22114 7.3427 5.22114 8.97555C5.22114 9.50953 5.3635 10.0101 5.61108 10.4424C6.12071 11.3321 7.07876 11.9322 8.17777 11.9322C9.28357 11.9322 10.2471 11.3245 10.7541 10.4253L10.7418 10.4468L13.3222 11.9417C12.3063 13.6998 10.4149 14.889 8.24391 14.9127L8.17777 14.9131C5.97436 14.9131 4.05119 13.7128 3.02661 11.9304C2.52643 11.0602 2.24023 10.0513 2.24023 8.97555C2.24023 5.69642 4.8985 3.03809 8.17777 3.03809Z",fill:"white"})]})}),t("defs",{children:t("clipPath",{id:i("clip0_6336_15430"),children:t("rect",{width:"16",height:"18",fill:"white",transform:"translate(0.149414)"})})})]})},n=l(d).attrs(()=>({"data-component-name":"icons/CSharpIcon"}))``;export{n as CSharpIcon,d as Icon};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
type
|
|
2
|
-
|
|
1
|
+
import type { ReactElement, SVGProps } from 'react';
|
|
2
|
+
type IconProps = SVGProps<SVGSVGElement>;
|
|
3
|
+
export declare const Icon: (props: IconProps) => ReactElement;
|
|
3
4
|
export declare const CurlIcon: any;
|
|
4
5
|
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{jsx as C,jsxs as a}from"react/jsx-runtime";import{styled as
|
|
1
|
+
import{jsx as C,jsxs as a}from"react/jsx-runtime";import{useUniqueSvgIds as c}from"@redocly/theme/core/openapi";import{styled as l}from"../../styled-components.js";const e=s=>{const r=c(),t=i=>r(i);return a("svg",{width:"14",height:"14",viewBox:"0 0 24 21",fill:"none",xmlns:"http://www.w3.org/2000/svg",...s,children:[a("g",{clipPath:`url(#${t("clip0_3789_6604")})`,children:[C("path",{d:"M22.2305 2.73601C21.6963 2.73601 21.264 2.30296 21.264 1.76946C21.264 1.2352 21.6963 0.802917 22.2305 0.802917C22.764 0.802917 23.1971 1.2352 23.1971 1.76946C23.1971 2.30296 22.764 2.73601 22.2305 2.73601ZM12.6313 19.2502C12.097 19.2502 11.6647 18.8172 11.6647 18.2837C11.6647 17.7494 12.097 17.3171 12.6313 17.3171C13.1648 17.3171 13.5971 17.7494 13.5971 18.2837C13.5971 18.8172 13.1648 19.2502 12.6313 19.2502ZM22.2305 0C21.2533 0 20.4611 0.792261 20.4611 1.76946C20.4611 1.97799 20.5136 2.17206 20.5798 2.35776L12.2789 16.585C11.4768 16.7532 10.8618 17.4313 10.8618 18.2837C10.8618 19.2609 11.6541 20.0531 12.6313 20.0531C13.6077 20.0531 14.4 19.2609 14.4 18.2837C14.4 18.0873 14.3475 17.9077 14.2889 17.7312L22.6316 3.45749C23.4094 3.27103 24 2.60434 24 1.76946C24 0.792261 23.2077 0 22.2305 0Z",className:"path-primary"}),C("path",{d:"M14.9906 2.73601C14.4563 2.73601 14.024 2.30296 14.024 1.76946C14.024 1.2352 14.4563 0.802917 14.9906 0.802917C15.5241 0.802917 15.9564 1.2352 15.9564 1.76946C15.9564 2.30296 15.5241 2.73601 14.9906 2.73601ZM5.39059 19.2502C4.85708 19.2502 4.42404 18.8172 4.42404 18.2837C4.42404 17.7494 4.85708 17.3171 5.39059 17.3171C5.92485 17.3171 6.35713 17.7494 6.35713 18.2837C6.35713 18.8172 5.92485 19.2502 5.39059 19.2502ZM14.9906 0C14.0126 0 13.2211 0.792261 13.2211 1.76946C13.2211 1.97799 13.2736 2.17206 13.3399 2.35776L5.03898 16.585C4.23606 16.7532 3.62112 17.4313 3.62112 18.2837C3.62112 19.2609 4.41339 20.0531 5.39059 20.0531C6.36779 20.0531 7.16005 19.2609 7.16005 18.2837C7.16005 18.0873 7.10754 17.9077 7.04894 17.7312L15.3917 3.45749C16.1695 3.27103 16.7601 2.60434 16.7601 1.76946C16.7601 0.792261 15.967 0 14.9906 0Z",className:"path-secondary"}),C("path",{d:"M1.76946 5.69424C2.30296 5.69424 2.73601 6.12729 2.73601 6.66079C2.73601 7.19429 2.30296 7.62733 1.76946 7.62733C1.2352 7.62733 0.802917 7.19429 0.802917 6.66079C0.802917 6.12729 1.2352 5.69424 1.76946 5.69424ZM1.76946 8.43025C2.74666 8.43025 3.53892 7.63799 3.53892 6.66079C3.53892 6.4652 3.48565 6.28483 3.42705 6.10826C3.19264 5.4058 2.55031 4.89133 1.76946 4.89133C1.64465 4.89133 1.53506 4.93775 1.41709 4.96286C0.614936 5.1303 0 5.8084 0 6.66079C0 7.63799 0.792261 8.43025 1.76946 8.43025Z",className:"path-secondary"}),C("path",{d:"M0.802917 12.8436C0.802917 12.3094 1.23596 11.8771 1.76946 11.8771C2.30296 11.8771 2.73601 12.3094 2.73601 12.8436C2.73601 13.3771 2.30296 13.8094 1.76946 13.8094C1.23596 13.8094 0.802917 13.3771 0.802917 12.8436ZM3.53892 12.8436C3.53892 12.6473 3.48565 12.4677 3.42705 12.2911C3.19264 11.5886 2.55107 11.0742 1.76946 11.0742C1.64465 11.0742 1.53506 11.1206 1.41709 11.145C0.614936 11.3131 0 11.9912 0 12.8436C0 13.8201 0.792261 14.6131 1.76946 14.6131C2.74666 14.6131 3.53892 13.8201 3.53892 12.8436Z",className:"path-secondary"})]}),C("defs",{children:C("clipPath",{id:t("clip0_3789_6604"),children:C("rect",{width:"24",height:"20.0531",fill:"white"})})})]})},n=l(e).attrs(()=>({"data-component-name":"icons/CurlIcon"}))`
|
|
2
2
|
.path-primary {
|
|
3
3
|
fill: #0c544c;
|
|
4
4
|
}
|
|
@@ -11,4 +11,4 @@ import{jsx as C,jsxs as a}from"react/jsx-runtime";import{styled as s}from"../../
|
|
|
11
11
|
html.dark & .path-secondary {
|
|
12
12
|
fill: #ffffff;
|
|
13
13
|
}
|
|
14
|
-
`;export{
|
|
14
|
+
`;export{n as CurlIcon,e as Icon};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{jsx as C,jsxs as
|
|
1
|
+
import{jsx as C,jsxs as i}from"react/jsx-runtime";import{useUniqueSvgIds as n}from"@redocly/theme/core/openapi";import{styled as o}from"../../styled-components.js";const r=()=>{const l=n(),t=s=>l(s);return i("svg",{xmlns:"http://www.w3.org/2000/svg",width:"21",height:"19",viewBox:"0 0 12 5",fill:"none",children:[i("g",{clipPath:`url(#${t("clip0_6351_16646")})`,children:[C("path",{d:"M1.33603 1.58431C1.31445 1.58431 1.30906 1.57353 1.31985 1.55735L1.4331 1.41173C1.44389 1.39555 1.47086 1.38477 1.49243 1.38477H3.41779C3.43936 1.38477 3.44476 1.40095 3.43397 1.41712L3.34229 1.55735C3.3315 1.57353 3.30454 1.58971 3.28836 1.58971L1.33603 1.58431Z",fill:"#3B3C45"}),C("path",{d:"M0.521573 2.08627C0.5 2.08627 0.494607 2.07548 0.505393 2.0593L0.61865 1.91368C0.629436 1.89751 0.656402 1.88672 0.677975 1.88672H3.13726C3.15884 1.88672 3.16962 1.9029 3.16423 1.91908L3.12108 2.04851C3.11569 2.07009 3.09412 2.08087 3.07255 2.08087L0.521573 2.08627Z",fill:"#00ACD7"}),C("path",{d:"M1.82626 2.57845C1.80469 2.57845 1.79929 2.56227 1.81008 2.54609L1.88559 2.41127C1.89637 2.39509 1.91794 2.37891 1.93952 2.37891H3.01815C3.03973 2.37891 3.05051 2.39509 3.05051 2.41666L3.03972 2.54609C3.03972 2.56767 3.01815 2.58385 3.00197 2.58385L1.82626 2.57845Z",fill:"#00ACD7"}),C("path",{d:"M7.42518 1.49193C7.08541 1.57822 6.8535 1.64294 6.51913 1.72923C6.43823 1.7508 6.43284 1.75619 6.36273 1.6753C6.28183 1.58361 6.2225 1.52429 6.10925 1.47036C5.76948 1.30317 5.44049 1.35171 5.13308 1.55125C4.76635 1.78855 4.57758 2.13911 4.58298 2.57596C4.58837 3.00741 4.885 3.36336 5.31106 3.42269C5.67779 3.47122 5.9852 3.34179 6.2279 3.06674C6.27643 3.00741 6.31958 2.94269 6.37351 2.86719C6.17936 2.86719 5.93666 2.86719 5.33263 2.86719C5.21937 2.86719 5.19241 2.79708 5.23016 2.70539C5.30027 2.5382 5.42971 2.25776 5.50521 2.11754C5.52139 2.08518 5.55914 2.03125 5.64004 2.03125C5.91509 2.03125 6.92901 2.03125 7.60316 2.03125C7.59237 2.17686 7.59237 2.32248 7.5708 2.46809C7.51147 2.8564 7.36586 3.21235 7.12856 3.52516C6.74025 4.03751 6.23329 4.3557 5.5915 4.442C5.06297 4.51211 4.57219 4.40964 4.14074 4.08605C3.74164 3.78403 3.51513 3.38493 3.4558 2.88876C3.38569 2.3009 3.55827 1.77237 3.91422 1.30856C4.29714 0.806995 4.8041 0.488798 5.42431 0.375541C5.93127 0.283857 6.41666 0.343182 6.8535 0.639807C7.13934 0.828568 7.34428 1.08744 7.47911 1.40024C7.51147 1.44878 7.4899 1.47575 7.42518 1.49193Z",fill:"#00ACD7"}),C("path",{d:"M9.21072 4.4733C8.71994 4.46252 8.2723 4.3223 7.89478 3.9987C7.57658 3.72365 7.37704 3.3731 7.31232 2.95782C7.21524 2.34839 7.38243 1.80907 7.74916 1.32908C8.14287 0.811337 8.61747 0.541679 9.25925 0.428422C9.80936 0.331345 10.3271 0.385277 10.7963 0.703474C11.2224 0.994705 11.4866 1.38841 11.5567 1.90615C11.6484 2.63423 11.4381 3.22748 10.9365 3.73444C10.5806 4.09578 10.1437 4.3223 9.64217 4.42477C9.49655 4.45173 9.35094 4.45712 9.21072 4.4733ZM10.4943 2.29446C10.4889 2.22435 10.4889 2.17042 10.4781 2.11649C10.381 1.58256 9.89026 1.28054 9.3779 1.39919C8.87634 1.51245 8.55275 1.83065 8.4341 2.33761C8.33702 2.75827 8.54196 3.18433 8.93027 3.35692C9.2269 3.48635 9.52352 3.47017 9.80936 3.32456C10.2354 3.10344 10.4673 2.75827 10.4943 2.29446Z",fill:"#00ACD7"})]}),C("defs",{children:C("clipPath",{id:t("clip0_6351_16646"),children:C("rect",{width:"11.0769",height:"4.5",fill:"white",transform:"translate(0.5)"})})})]})},d=o(r).attrs(()=>({"data-component-name":"icons/GOIcon"}))``;export{d as GOIcon,r as Icon};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{jsx as C,jsxs as
|
|
1
|
+
import{jsx as C,jsxs as i}from"react/jsx-runtime";import{useUniqueSvgIds as s}from"@redocly/theme/core/openapi";import{styled as h}from"../../styled-components.js";const n=()=>{const l=s(),t=a=>l(a);return i("svg",{xmlns:"http://www.w3.org/2000/svg",width:"19",height:"19",viewBox:"0 0 19 19",fill:"none",children:[i("g",{clipPath:`url(#${t("clip0_6351_16166")})`,children:[C("path",{d:"M9.11124 3.58526C8.27951 4.17023 7.33687 4.83324 6.83177 5.93016C5.95448 7.8439 8.62693 9.93138 8.74115 10.0193C8.7677 10.0397 8.79948 10.0499 8.83115 10.0499C8.8648 10.0499 8.89848 10.0384 8.92583 10.0155C8.97888 9.97114 8.99393 9.89576 8.96208 9.83438C8.95241 9.81575 7.99313 7.95246 8.02878 6.61574C8.0414 6.15017 8.69295 5.62201 9.38272 5.06285C10.0145 4.55069 10.7306 3.97023 11.1496 3.29118C12.0694 1.79647 11.0471 0.326724 11.0367 0.312028C10.996 0.255005 10.9211 0.234368 10.857 0.262458C10.793 0.290724 10.7575 0.359947 10.7721 0.428396C10.7742 0.438134 10.973 1.41007 10.4198 2.41143C10.1919 2.82522 9.69115 3.17741 9.11124 3.58526Z",fill:"#DB380E"}),C("path",{d:"M12.6158 4.2449C12.6744 4.20071 12.6917 4.12009 12.6562 4.05576C12.6206 3.99142 12.5433 3.96305 12.4746 3.98913C12.3333 4.04285 9.01465 5.32209 9.01465 6.86774C9.01465 7.93322 9.46978 8.49608 9.80212 8.90713C9.93248 9.06835 10.045 9.20757 10.0821 9.32644C10.1865 9.66896 9.93916 10.2881 9.83513 10.4977C9.80514 10.558 9.81984 10.6311 9.87085 10.6751C9.89841 10.6989 9.93283 10.711 9.96728 10.711C9.9966 10.711 10.0261 10.7022 10.0515 10.6845C10.1086 10.6449 11.4461 9.69923 11.2062 8.55992C11.1168 8.12686 10.904 7.81046 10.7163 7.53125C10.4254 7.09865 10.2153 6.78618 10.534 6.20905C10.9074 5.53587 12.5986 4.25769 12.6158 4.2449Z",fill:"#DB380E"}),C("path",{d:"M3.97636 10.7348C3.91948 10.9052 3.94634 11.0741 4.05395 11.2236C4.41371 11.7231 5.68802 11.9981 7.64229 11.9981C7.6424 11.9981 7.64247 11.9981 7.64254 11.9981C7.90734 11.9981 8.1869 11.9929 8.47325 11.9826C11.5978 11.8708 12.7567 10.8974 12.8045 10.856C12.8566 10.8109 12.8705 10.7358 12.8381 10.675C12.8057 10.6143 12.7359 10.5838 12.6691 10.6022C11.5687 10.9026 9.51388 11.0093 8.08864 11.0093C6.49384 11.0093 5.68166 10.8944 5.48281 10.8096C5.58484 10.6695 6.21414 10.4193 6.99394 10.2659C7.06847 10.2513 7.11969 10.1825 7.11231 10.1069C7.10493 10.0313 7.04144 9.97363 6.96546 9.97363C6.50836 9.97363 4.21599 10.0103 3.97636 10.7348Z",fill:"#73A1FB"}),C("path",{d:"M14.4317 9.7334C13.7872 9.7334 13.1761 10.0564 13.1503 10.0701C13.0908 10.102 13.0605 10.1704 13.0769 10.236C13.0933 10.3016 13.1522 10.3477 13.2199 10.3478C13.2335 10.3478 14.5945 10.3589 14.7178 11.1365C14.827 11.8074 13.4301 12.8943 12.8826 13.2566C12.8234 13.2957 12.8005 13.3713 12.8279 13.4367C12.8513 13.4924 12.9055 13.5272 12.9639 13.5272C12.9741 13.5272 12.9844 13.5261 12.9947 13.5239C13.1246 13.4961 16.1731 12.8243 15.8507 11.0495C15.6541 9.96174 14.9705 9.7334 14.4317 9.7334Z",fill:"#73A1FB"}),C("path",{d:"M12.3413 13.0394C12.352 12.9825 12.3283 12.9247 12.281 12.8915L11.55 12.3795C11.5144 12.3545 11.4694 12.3467 11.4275 12.3578C11.4199 12.3597 10.6555 12.5607 9.54578 12.6839C9.10534 12.7333 8.61202 12.7594 8.11906 12.7594C7.0096 12.7594 6.28418 12.629 6.17853 12.5334C6.16454 12.5065 6.16897 12.4943 6.17147 12.4875C6.19066 12.4342 6.29353 12.3708 6.35984 12.3457C6.43307 12.3185 6.47255 12.239 6.44977 12.1644C6.42705 12.0896 6.35003 12.0456 6.27402 12.0638C5.5408 12.2408 5.18227 12.4882 5.20836 12.7992C5.25469 13.3507 6.532 13.6337 7.61183 13.7086C7.76711 13.7192 7.93505 13.7246 8.11087 13.7246C8.11098 13.7246 8.11105 13.7246 8.11115 13.7246C9.90673 13.7246 12.2086 13.1612 12.2316 13.1554C12.2878 13.1417 12.3307 13.0963 12.3413 13.0394Z",fill:"#73A1FB"}),C("path",{d:"M6.83099 14.2232C6.88636 14.1872 6.9109 14.1188 6.89124 14.0557C6.87166 13.9927 6.8127 13.9513 6.74647 13.9522C6.64821 13.9548 5.78498 13.9937 5.72454 14.5433C5.70626 14.7076 5.7533 14.8576 5.86443 14.9893C6.17437 15.3566 7.01102 15.5749 8.42174 15.6567C8.58863 15.6667 8.75815 15.6718 8.92567 15.6718C10.7192 15.6718 11.9271 15.1102 11.9777 15.0863C12.0267 15.0631 12.0591 15.0149 12.0619 14.9608C12.0648 14.9066 12.0378 14.8553 11.9915 14.827L11.0678 14.263C11.0357 14.2435 10.9974 14.237 10.9608 14.2445C10.955 14.2458 10.3685 14.3674 9.48332 14.4876C9.31584 14.5103 9.1061 14.5219 8.86 14.5219C7.97582 14.5219 6.99235 14.3774 6.80374 14.2828C6.801 14.2652 6.80448 14.2428 6.83099 14.2232Z",fill:"#73A1FB"}),C("path",{d:"M8.08944 17.3678C12.1976 17.3643 14.4025 16.6338 14.8273 16.174C14.9776 16.0114 14.9939 15.8574 14.9811 15.7568C14.9495 15.5093 14.7241 15.3578 14.6985 15.3413C14.6369 15.3017 14.5541 15.3121 14.506 15.3675C14.458 15.423 14.4569 15.5041 14.5051 15.5595C14.531 15.5929 14.5459 15.6486 14.4702 15.7245C14.3004 15.8831 12.5877 16.3645 9.73617 16.5091C9.34555 16.5294 8.93583 16.5397 8.51849 16.5398C5.96533 16.5398 4.0968 16.1901 3.85152 15.9863C3.94605 15.8504 4.60699 15.6334 5.30987 15.5107C5.38908 15.4968 5.44259 15.4222 5.43032 15.3427C5.41805 15.2633 5.34482 15.2087 5.26477 15.219C5.24494 15.2217 5.17765 15.2257 5.09974 15.2305C3.94001 15.3013 2.59981 15.4592 2.52988 16.0567C2.50865 16.2388 2.56275 16.4041 2.69076 16.5479C3.00397 16.8999 3.90422 17.3678 8.0893 17.3678C8.08937 17.3678 8.08937 17.3678 8.08944 17.3678Z",fill:"#73A1FB"}),C("path",{d:"M15.6342 16.3037C15.5762 16.2768 15.5075 16.2904 15.4642 16.3372C15.4582 16.3437 14.8406 16.9895 12.9835 17.3688C12.2725 17.5113 10.9379 17.5835 9.0169 17.5835C7.09226 17.5835 5.26086 17.5078 5.24261 17.507C5.16611 17.5033 5.10068 17.5589 5.09028 17.6342C5.07984 17.7094 5.12835 17.7804 5.20222 17.798C5.22127 17.8025 7.14056 18.2521 9.76478 18.2521C11.0234 18.2521 12.2482 18.1499 13.4052 17.9482C15.5624 17.57 15.7134 16.5003 15.7188 16.455C15.7263 16.3916 15.6922 16.3306 15.6342 16.3037Z",fill:"#73A1FB"})]}),C("defs",{children:C("clipPath",{id:t("clip0_6351_16166"),children:C("rect",{width:"18",height:"18",fill:"white",transform:"translate(0.200195 0.25)"})})})]})},e=h(n).attrs(()=>({"data-component-name":"icons/JavaIcon"}))``;export{n as Icon,e as JavaIcon};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{jsx as t,jsxs as
|
|
1
|
+
import{jsx as t,jsxs as o}from"react/jsx-runtime";import{useUniqueSvgIds as e}from"@redocly/theme/core/openapi";import{styled as l}from"../../styled-components.js";const n=()=>{const s=e(),i=c=>s(c);return o("svg",{xmlns:"http://www.w3.org/2000/svg",width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",children:[o("g",{clipPath:`url(#${i("clip0_6336_14297")})`,children:[t("path",{d:"M14 0H0V14H14V0Z",fill:"#F7DF1E"}),t("path",{d:"M9.40475 10.9376C9.68675 11.398 10.0536 11.7365 10.7025 11.7365C11.2476 11.7365 11.5959 11.464 11.5959 11.0876C11.5959 10.6365 11.2381 10.4767 10.6381 10.2142L10.3092 10.0731C9.35986 9.66867 8.72919 9.16201 8.72919 8.0909C8.72919 7.10423 9.48097 6.35312 10.6559 6.35312C11.4923 6.35312 12.0936 6.64423 12.527 7.40645L11.5025 8.06423C11.277 7.65979 11.0336 7.50045 10.6559 7.50045C10.2705 7.50045 10.0263 7.7449 10.0263 8.06423C10.0263 8.4589 10.2707 8.61867 10.8352 8.86312L11.1641 9.00401C12.2819 9.48334 12.913 9.97201 12.913 11.0707C12.913 12.2551 11.9825 12.904 10.733 12.904C9.51119 12.904 8.72186 12.3218 8.33563 11.5587L9.40475 10.9376ZM4.75741 11.0516C4.96408 11.4182 5.15208 11.7282 5.60408 11.7282C6.0363 11.7282 6.30897 11.5591 6.30897 10.9016V6.42823H7.62452V10.9193C7.62452 12.2816 6.82586 12.9016 5.66008 12.9016C4.60675 12.9016 3.99675 12.3565 3.68652 11.6999L4.75741 11.0516Z",fill:"black"})]}),t("defs",{children:t("clipPath",{id:i("clip0_6336_14297"),children:t("rect",{width:"14",height:"14",fill:"white"})})})]})},C=l(n).attrs(()=>({"data-component-name":"icons/NodeJSIcon"}))``;export{n as Icon,C as JavaScriptIcon};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{jsx as C,jsxs as
|
|
1
|
+
import{jsx as C,jsxs as e}from"react/jsx-runtime";import{useUniqueSvgIds as s}from"@redocly/theme/core/openapi";import{styled as n}from"../../styled-components.js";const r=()=>{const t=s(),o=i=>t(i);return e("svg",{width:"17",height:"18",viewBox:"0 0 17 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[C("g",{id:"nodejs-seeklogo.com 1",clipPath:`url(#${o("clip0_6336_14396")})`,children:C("g",{id:"Group",children:C("path",{id:"Vector",d:"M8.72232 17.9666C8.47473 17.9666 8.24365 17.9006 8.02907 17.785L5.8338 16.4811C5.50368 16.2995 5.66874 16.2335 5.76777 16.2005C6.21343 16.0519 6.29596 16.0189 6.75812 15.7548C6.80764 15.7218 6.87366 15.7383 6.92318 15.7713L8.60678 16.7782C8.6728 16.8112 8.75533 16.8112 8.80485 16.7782L15.3907 12.9653C15.4567 12.9323 15.4897 12.8663 15.4897 12.7838V5.17458C15.4897 5.09205 15.4567 5.02603 15.3907 4.99302L8.80485 1.19667C8.73882 1.16366 8.6563 1.16366 8.60678 1.19667L2.02095 4.99302C1.95493 5.02603 1.92191 5.10856 1.92191 5.17458V12.7838C1.92191 12.8498 1.95493 12.9323 2.02095 12.9653L3.82009 14.0052C4.79393 14.5004 5.40465 13.9227 5.40465 13.345V5.83481C5.40465 5.73578 5.48717 5.63674 5.60272 5.63674H6.44451C6.54355 5.63674 6.64258 5.71927 6.64258 5.83481V13.345C6.64258 14.6489 5.93283 15.4082 4.69489 15.4082C4.31526 15.4082 4.01816 15.4082 3.17636 14.9956L1.44325 14.0052C1.01409 13.7576 0.75 13.2955 0.75 12.8003V5.19109C0.75 4.69591 1.01409 4.23375 1.44325 3.98616L8.02907 0.173311C8.44172 -0.0577704 9.00292 -0.0577704 9.41556 0.173311L16.0014 3.98616C16.4305 4.23375 16.6946 4.69591 16.6946 5.19109V12.8003C16.6946 13.2955 16.4305 13.7576 16.0014 14.0052L9.41556 17.8181C9.20099 17.9171 8.9534 17.9666 8.72232 17.9666ZM10.7525 12.7343C7.86401 12.7343 7.26981 11.4138 7.26981 10.2914C7.26981 10.1924 7.35233 10.0933 7.46788 10.0933H8.32618C8.42521 10.0933 8.50774 10.1593 8.50774 10.2584C8.63979 11.1332 9.01942 11.5623 10.769 11.5623C12.1555 11.5623 12.7497 11.2487 12.7497 10.506C12.7497 10.0768 12.5847 9.7632 10.4224 9.54863C8.62328 9.36706 7.50089 8.97092 7.50089 7.53491C7.50089 6.19794 8.62328 5.40566 10.5049 5.40566C12.6177 5.40566 13.6576 6.13192 13.7896 7.71648C13.7896 7.766 13.7731 7.81551 13.7401 7.86503C13.7071 7.89804 13.6576 7.93105 13.608 7.93105H12.7497C12.6672 7.93105 12.5847 7.86503 12.5682 7.7825C12.3701 6.87468 11.8584 6.57758 10.5049 6.57758C8.98641 6.57758 8.80485 7.10576 8.80485 7.5019C8.80485 7.98057 9.01942 8.12912 11.0661 8.39322C13.0964 8.65731 14.0537 9.03695 14.0537 10.4564C14.0372 11.909 12.8488 12.7343 10.7525 12.7343Z",fill:"#539E43"})})}),C("defs",{children:C("clipPath",{id:o("clip0_6336_14396"),children:C("rect",{width:"15.9446",height:"18",fill:"white",transform:"translate(0.75)"})})})]})},h=n(r).attrs(()=>({"data-component-name":"icons/NodeJSIcon"}))``;export{r as Icon,h as NodeJSIcon};
|