@patternfly/patternfly-doc-core 1.2.1 → 1.4.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/.astro/collections/textContent.schema.json +6 -0
- package/README.md +11 -10
- package/astro.config.mjs +8 -1
- package/cli/buildPropsData.ts +113 -0
- package/cli/cli.ts +54 -6
- package/cli/getConfig.ts +6 -0
- package/cli/hasFile.ts +5 -0
- package/cli/symLinkConfig.ts +21 -0
- package/cli/templates/pf-docs.config.mjs +14 -2
- package/cli/tsDocGen.js +199 -0
- package/dist/cli/buildPropsData.js +68 -0
- package/dist/cli/cli.js +39 -4
- package/dist/cli/hasFile.js +4 -0
- package/dist/cli/symLinkConfig.js +15 -0
- package/dist/cli/templates/pf-docs.config.mjs +13 -1
- package/dist/cli/tsDocGen.js +153 -0
- package/dist/cli/tsconfig.tsbuildinfo +1 -1
- package/dist/client/_astro/Navigation.75VF_8AW.js +1 -0
- package/dist/client/_astro/_page_.SnUmZn2y.css +1 -0
- package/dist/client/design-foundations/typography/index.html +219 -0
- package/dist/client/design-foundations/usage-and-behavior/index.html +368 -0
- package/dist/client/get-started/contribute/index.html +115 -0
- package/dist/client/index.html +42 -0
- package/dist/server/_@astrojs-ssr-adapter.mjs +1 -0
- package/dist/server/_noop-middleware.mjs +3 -0
- package/dist/server/chunks/PropsTables_D_v4KAMn.mjs +1826 -0
- package/dist/server/chunks/_@astrojs-ssr-adapter_ByVMUK8O.mjs +3621 -0
- package/dist/server/chunks/_astro_assets_CLOMnm-3.mjs +1507 -0
- package/dist/server/chunks/_astro_data-layer-content_DDGBHvtb.mjs +1 -0
- package/dist/server/chunks/angle-down-icon_BNJvzYv-.mjs +3970 -0
- package/dist/server/chunks/astro/server_D4f31GMD.mjs +2769 -0
- package/dist/server/chunks/astro-designed-error-pages_CpHpbfhr.mjs +282 -0
- package/dist/server/chunks/consts_BmVDRGlB.mjs +32 -0
- package/dist/server/chunks/content-assets_DleWbedO.mjs +1 -0
- package/dist/server/chunks/content-modules_Dz-S_Wwv.mjs +1 -0
- package/dist/server/chunks/path_Cvt6sEOY.mjs +58 -0
- package/dist/server/chunks/sharp_BYpUyJGL.mjs +88 -0
- package/dist/server/entry.mjs +45 -0
- package/dist/server/manifest_CBenwYiZ.mjs +102 -0
- package/dist/server/pages/_image.astro.mjs +132 -0
- package/dist/server/pages/_section_/_---page_.astro.mjs +1 -0
- package/dist/server/pages/_section_/_page_/_---tab_.astro.mjs +1 -0
- package/dist/server/pages/index.astro.mjs +1 -0
- package/dist/server/pages/props.astro.mjs +25 -0
- package/dist/server/renderers.mjs +259 -0
- package/jest.config.ts +1 -1
- package/package.json +4 -1
- package/pf-docs.config.mjs +31 -0
- package/src/components/Navigation.astro +15 -4
- package/src/components/Navigation.tsx +26 -2
- package/src/components/PropsTable.tsx +3 -3
- package/src/components/PropsTables.astro +38 -0
- package/src/content.config.ts +1 -0
- package/src/pages/[section]/[...page].astro +16 -8
- package/src/pages/[section]/[page]/[...tab].astro +4 -1
- package/src/pages/props.ts +17 -0
- package/src/pf-docs.config.mjs +21 -0
- package/textContent/contribute.md +1 -0
- package/dist/_astro/Navigation.Cede__Ud.js +0 -1
- package/dist/design-foundations/typography/index.html +0 -193
- package/dist/design-foundations/usage-and-behavior/index.html +0 -342
- package/dist/get-started/contribute/index.html +0 -89
- package/dist/index.html +0 -42
- /package/dist/{PF-HorizontalLogo-Color.svg → client/PF-HorizontalLogo-Color.svg} +0 -0
- /package/dist/{PF-HorizontalLogo-Reverse.svg → client/PF-HorizontalLogo-Reverse.svg} +0 -0
- /package/dist/{_astro → client/_astro}/Button.C3_jB5tC.js +0 -0
- /package/dist/{_astro → client/_astro}/ClientRouter.astro_astro_type_script_index_0_lang.Cainpjm5.js +0 -0
- /package/dist/{_astro → client/_astro}/PageContext.C7BqCh9N.js +0 -0
- /package/dist/{_astro → client/_astro}/PageToggle.DDEjruql.js +0 -0
- /package/dist/{_astro → client/_astro}/RedHatDisplayVF-Italic.CRpusWc8.woff2 +0 -0
- /package/dist/{_astro → client/_astro}/RedHatDisplayVF.CYDHf1NI.woff2 +0 -0
- /package/dist/{_astro → client/_astro}/RedHatMonoVF-Italic.DGQo2ogW.woff2 +0 -0
- /package/dist/{_astro → client/_astro}/RedHatMonoVF.C4fMH6Vz.woff2 +0 -0
- /package/dist/{_astro → client/_astro}/RedHatTextVF-Italic.Dkj_WqbA.woff2 +0 -0
- /package/dist/{_astro → client/_astro}/RedHatTextVF.wYvZ7prR.woff2 +0 -0
- /package/dist/{_astro → client/_astro}/Toolbar.TAdHxLSQ.js +0 -0
- /package/dist/{_astro → client/_astro}/_page_.CXyz_BEo.css +0 -0
- /package/dist/{_astro → client/_astro}/_page_.DVvr_Mfl.css +0 -0
- /package/dist/{_astro → client/_astro}/client.CeeiqVaE.js +0 -0
- /package/dist/{_astro → client/_astro}/divider.BSD-oFoh.js +0 -0
- /package/dist/{_astro → client/_astro}/fa-solid-900.DguXoeIz.woff2 +0 -0
- /package/dist/{_astro → client/_astro}/index.CTH3fVMn.js +0 -0
- /package/dist/{_astro → client/_astro}/page.B65lVdBS.js +0 -0
- /package/dist/{_astro → client/_astro}/pf-v6-pficon.Dy6oiu9u.woff2 +0 -0
- /package/dist/{avatarImg.svg → client/avatarImg.svg} +0 -0
- /package/dist/{avatarImgDark.svg → client/avatarImgDark.svg} +0 -0
- /package/dist/{content → client/content}/typography/line-height.png +0 -0
- /package/dist/{favicon.svg → client/favicon.svg} +0 -0
|
@@ -0,0 +1,282 @@
|
|
|
1
|
+
import { a6 as NOOP_MIDDLEWARE_HEADER, D as DEFAULT_404_COMPONENT } from './astro/server_D4f31GMD.mjs';
|
|
2
|
+
import { parse } from 'devalue';
|
|
3
|
+
import { escape } from 'html-escaper';
|
|
4
|
+
|
|
5
|
+
const NOOP_MIDDLEWARE_FN = async (_ctx, next) => {
|
|
6
|
+
const response = await next();
|
|
7
|
+
response.headers.set(NOOP_MIDDLEWARE_HEADER, "true");
|
|
8
|
+
return response;
|
|
9
|
+
};
|
|
10
|
+
|
|
11
|
+
const ACTION_QUERY_PARAMS = {
|
|
12
|
+
actionName: "_action"};
|
|
13
|
+
|
|
14
|
+
const __vite_import_meta_env__ = {"ASSETS_PREFIX": undefined, "BASE_URL": "/", "DEV": false, "MODE": "production", "PROD": true, "SITE": undefined, "SSR": true};
|
|
15
|
+
const codeToStatusMap = {
|
|
16
|
+
// Implemented from tRPC error code table
|
|
17
|
+
// https://trpc.io/docs/server/error-handling#error-codes
|
|
18
|
+
BAD_REQUEST: 400,
|
|
19
|
+
UNAUTHORIZED: 401,
|
|
20
|
+
FORBIDDEN: 403,
|
|
21
|
+
NOT_FOUND: 404,
|
|
22
|
+
TIMEOUT: 405,
|
|
23
|
+
CONFLICT: 409,
|
|
24
|
+
PRECONDITION_FAILED: 412,
|
|
25
|
+
PAYLOAD_TOO_LARGE: 413,
|
|
26
|
+
UNSUPPORTED_MEDIA_TYPE: 415,
|
|
27
|
+
UNPROCESSABLE_CONTENT: 422,
|
|
28
|
+
TOO_MANY_REQUESTS: 429,
|
|
29
|
+
CLIENT_CLOSED_REQUEST: 499,
|
|
30
|
+
INTERNAL_SERVER_ERROR: 500
|
|
31
|
+
};
|
|
32
|
+
const statusToCodeMap = Object.entries(codeToStatusMap).reduce(
|
|
33
|
+
// reverse the key-value pairs
|
|
34
|
+
(acc, [key, value]) => ({ ...acc, [value]: key }),
|
|
35
|
+
{}
|
|
36
|
+
);
|
|
37
|
+
class ActionError extends Error {
|
|
38
|
+
type = "AstroActionError";
|
|
39
|
+
code = "INTERNAL_SERVER_ERROR";
|
|
40
|
+
status = 500;
|
|
41
|
+
constructor(params) {
|
|
42
|
+
super(params.message);
|
|
43
|
+
this.code = params.code;
|
|
44
|
+
this.status = ActionError.codeToStatus(params.code);
|
|
45
|
+
if (params.stack) {
|
|
46
|
+
this.stack = params.stack;
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
static codeToStatus(code) {
|
|
50
|
+
return codeToStatusMap[code];
|
|
51
|
+
}
|
|
52
|
+
static statusToCode(status) {
|
|
53
|
+
return statusToCodeMap[status] ?? "INTERNAL_SERVER_ERROR";
|
|
54
|
+
}
|
|
55
|
+
static fromJson(body) {
|
|
56
|
+
if (isInputError(body)) {
|
|
57
|
+
return new ActionInputError(body.issues);
|
|
58
|
+
}
|
|
59
|
+
if (isActionError(body)) {
|
|
60
|
+
return new ActionError(body);
|
|
61
|
+
}
|
|
62
|
+
return new ActionError({
|
|
63
|
+
code: "INTERNAL_SERVER_ERROR"
|
|
64
|
+
});
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
function isActionError(error) {
|
|
68
|
+
return typeof error === "object" && error != null && "type" in error && error.type === "AstroActionError";
|
|
69
|
+
}
|
|
70
|
+
function isInputError(error) {
|
|
71
|
+
return typeof error === "object" && error != null && "type" in error && error.type === "AstroActionInputError" && "issues" in error && Array.isArray(error.issues);
|
|
72
|
+
}
|
|
73
|
+
class ActionInputError extends ActionError {
|
|
74
|
+
type = "AstroActionInputError";
|
|
75
|
+
// We don't expose all ZodError properties.
|
|
76
|
+
// Not all properties will serialize from server to client,
|
|
77
|
+
// and we don't want to import the full ZodError object into the client.
|
|
78
|
+
issues;
|
|
79
|
+
fields;
|
|
80
|
+
constructor(issues) {
|
|
81
|
+
super({
|
|
82
|
+
message: `Failed to validate: ${JSON.stringify(issues, null, 2)}`,
|
|
83
|
+
code: "BAD_REQUEST"
|
|
84
|
+
});
|
|
85
|
+
this.issues = issues;
|
|
86
|
+
this.fields = {};
|
|
87
|
+
for (const issue of issues) {
|
|
88
|
+
if (issue.path.length > 0) {
|
|
89
|
+
const key = issue.path[0].toString();
|
|
90
|
+
this.fields[key] ??= [];
|
|
91
|
+
this.fields[key]?.push(issue.message);
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
function getActionQueryString(name) {
|
|
97
|
+
const searchParams = new URLSearchParams({ [ACTION_QUERY_PARAMS.actionName]: name });
|
|
98
|
+
return `?${searchParams.toString()}`;
|
|
99
|
+
}
|
|
100
|
+
function deserializeActionResult(res) {
|
|
101
|
+
if (res.type === "error") {
|
|
102
|
+
let json;
|
|
103
|
+
try {
|
|
104
|
+
json = JSON.parse(res.body);
|
|
105
|
+
} catch {
|
|
106
|
+
return {
|
|
107
|
+
data: void 0,
|
|
108
|
+
error: new ActionError({
|
|
109
|
+
message: res.body,
|
|
110
|
+
code: "INTERNAL_SERVER_ERROR"
|
|
111
|
+
})
|
|
112
|
+
};
|
|
113
|
+
}
|
|
114
|
+
if (Object.assign(__vite_import_meta_env__, { _: process.env._ })?.PROD) {
|
|
115
|
+
return { error: ActionError.fromJson(json), data: void 0 };
|
|
116
|
+
} else {
|
|
117
|
+
const error = ActionError.fromJson(json);
|
|
118
|
+
error.stack = actionResultErrorStack.get();
|
|
119
|
+
return {
|
|
120
|
+
error,
|
|
121
|
+
data: void 0
|
|
122
|
+
};
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
if (res.type === "empty") {
|
|
126
|
+
return { data: void 0, error: void 0 };
|
|
127
|
+
}
|
|
128
|
+
return {
|
|
129
|
+
data: parse(res.body, {
|
|
130
|
+
URL: (href) => new URL(href)
|
|
131
|
+
}),
|
|
132
|
+
error: void 0
|
|
133
|
+
};
|
|
134
|
+
}
|
|
135
|
+
const actionResultErrorStack = /* @__PURE__ */ function actionResultErrorStackFn() {
|
|
136
|
+
let errorStack;
|
|
137
|
+
return {
|
|
138
|
+
set(stack) {
|
|
139
|
+
errorStack = stack;
|
|
140
|
+
},
|
|
141
|
+
get() {
|
|
142
|
+
return errorStack;
|
|
143
|
+
}
|
|
144
|
+
};
|
|
145
|
+
}();
|
|
146
|
+
|
|
147
|
+
function template({
|
|
148
|
+
title,
|
|
149
|
+
pathname,
|
|
150
|
+
statusCode = 404,
|
|
151
|
+
tabTitle,
|
|
152
|
+
body
|
|
153
|
+
}) {
|
|
154
|
+
return `<!doctype html>
|
|
155
|
+
<html lang="en">
|
|
156
|
+
<head>
|
|
157
|
+
<meta charset="UTF-8">
|
|
158
|
+
<title>${tabTitle}</title>
|
|
159
|
+
<style>
|
|
160
|
+
:root {
|
|
161
|
+
--gray-10: hsl(258, 7%, 10%);
|
|
162
|
+
--gray-20: hsl(258, 7%, 20%);
|
|
163
|
+
--gray-30: hsl(258, 7%, 30%);
|
|
164
|
+
--gray-40: hsl(258, 7%, 40%);
|
|
165
|
+
--gray-50: hsl(258, 7%, 50%);
|
|
166
|
+
--gray-60: hsl(258, 7%, 60%);
|
|
167
|
+
--gray-70: hsl(258, 7%, 70%);
|
|
168
|
+
--gray-80: hsl(258, 7%, 80%);
|
|
169
|
+
--gray-90: hsl(258, 7%, 90%);
|
|
170
|
+
--black: #13151A;
|
|
171
|
+
--accent-light: #E0CCFA;
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
* {
|
|
175
|
+
box-sizing: border-box;
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
html {
|
|
179
|
+
background: var(--black);
|
|
180
|
+
color-scheme: dark;
|
|
181
|
+
accent-color: var(--accent-light);
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
body {
|
|
185
|
+
background-color: var(--gray-10);
|
|
186
|
+
color: var(--gray-80);
|
|
187
|
+
font-family: ui-monospace, Menlo, Monaco, "Cascadia Mono", "Segoe UI Mono", "Roboto Mono", "Oxygen Mono", "Ubuntu Monospace", "Source Code Pro", "Fira Mono", "Droid Sans Mono", "Courier New", monospace;
|
|
188
|
+
line-height: 1.5;
|
|
189
|
+
margin: 0;
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
a {
|
|
193
|
+
color: var(--accent-light);
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
.center {
|
|
197
|
+
display: flex;
|
|
198
|
+
flex-direction: column;
|
|
199
|
+
justify-content: center;
|
|
200
|
+
align-items: center;
|
|
201
|
+
height: 100vh;
|
|
202
|
+
width: 100vw;
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
h1 {
|
|
206
|
+
margin-bottom: 8px;
|
|
207
|
+
color: white;
|
|
208
|
+
font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
|
209
|
+
font-weight: 700;
|
|
210
|
+
margin-top: 1rem;
|
|
211
|
+
margin-bottom: 0;
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
.statusCode {
|
|
215
|
+
color: var(--accent-light);
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
.astro-icon {
|
|
219
|
+
height: 124px;
|
|
220
|
+
width: 124px;
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
pre, code {
|
|
224
|
+
padding: 2px 8px;
|
|
225
|
+
background: rgba(0,0,0, 0.25);
|
|
226
|
+
border: 1px solid rgba(255,255,255, 0.25);
|
|
227
|
+
border-radius: 4px;
|
|
228
|
+
font-size: 1.2em;
|
|
229
|
+
margin-top: 0;
|
|
230
|
+
max-width: 60em;
|
|
231
|
+
}
|
|
232
|
+
</style>
|
|
233
|
+
</head>
|
|
234
|
+
<body>
|
|
235
|
+
<main class="center">
|
|
236
|
+
<svg class="astro-icon" xmlns="http://www.w3.org/2000/svg" width="64" height="80" viewBox="0 0 64 80" fill="none"> <path d="M20.5253 67.6322C16.9291 64.3531 15.8793 57.4632 17.3776 52.4717C19.9755 55.6188 23.575 56.6157 27.3035 57.1784C33.0594 58.0468 38.7122 57.722 44.0592 55.0977C44.6709 54.7972 45.2362 54.3978 45.9045 53.9931C46.4062 55.4451 46.5368 56.9109 46.3616 58.4028C45.9355 62.0362 44.1228 64.8429 41.2397 66.9705C40.0868 67.8215 38.8669 68.5822 37.6762 69.3846C34.0181 71.8508 33.0285 74.7426 34.403 78.9491C34.4357 79.0516 34.4649 79.1541 34.5388 79.4042C32.6711 78.5705 31.3069 77.3565 30.2674 75.7604C29.1694 74.0757 28.6471 72.2121 28.6196 70.1957C28.6059 69.2144 28.6059 68.2244 28.4736 67.257C28.1506 64.8985 27.0406 63.8425 24.9496 63.7817C22.8036 63.7192 21.106 65.0426 20.6559 67.1268C20.6215 67.2865 20.5717 67.4446 20.5218 67.6304L20.5253 67.6322Z" fill="white"/> <path d="M20.5253 67.6322C16.9291 64.3531 15.8793 57.4632 17.3776 52.4717C19.9755 55.6188 23.575 56.6157 27.3035 57.1784C33.0594 58.0468 38.7122 57.722 44.0592 55.0977C44.6709 54.7972 45.2362 54.3978 45.9045 53.9931C46.4062 55.4451 46.5368 56.9109 46.3616 58.4028C45.9355 62.0362 44.1228 64.8429 41.2397 66.9705C40.0868 67.8215 38.8669 68.5822 37.6762 69.3846C34.0181 71.8508 33.0285 74.7426 34.403 78.9491C34.4357 79.0516 34.4649 79.1541 34.5388 79.4042C32.6711 78.5705 31.3069 77.3565 30.2674 75.7604C29.1694 74.0757 28.6471 72.2121 28.6196 70.1957C28.6059 69.2144 28.6059 68.2244 28.4736 67.257C28.1506 64.8985 27.0406 63.8425 24.9496 63.7817C22.8036 63.7192 21.106 65.0426 20.6559 67.1268C20.6215 67.2865 20.5717 67.4446 20.5218 67.6304L20.5253 67.6322Z" fill="url(#paint0_linear_738_686)"/> <path d="M0 51.6401C0 51.6401 10.6488 46.4654 21.3274 46.4654L29.3786 21.6102C29.6801 20.4082 30.5602 19.5913 31.5538 19.5913C32.5474 19.5913 33.4275 20.4082 33.7289 21.6102L41.7802 46.4654C54.4274 46.4654 63.1076 51.6401 63.1076 51.6401C63.1076 51.6401 45.0197 2.48776 44.9843 2.38914C44.4652 0.935933 43.5888 0 42.4073 0H20.7022C19.5206 0 18.6796 0.935933 18.1251 2.38914C18.086 2.4859 0 51.6401 0 51.6401Z" fill="white"/> <defs> <linearGradient id="paint0_linear_738_686" x1="31.554" y1="75.4423" x2="39.7462" y2="48.376" gradientUnits="userSpaceOnUse"> <stop stop-color="#D83333"/> <stop offset="1" stop-color="#F041FF"/> </linearGradient> </defs> </svg>
|
|
237
|
+
<h1>${statusCode ? `<span class="statusCode">${statusCode}: </span> ` : ""}<span class="statusMessage">${title}</span></h1>
|
|
238
|
+
${body || `
|
|
239
|
+
<pre>Path: ${escape(pathname)}</pre>
|
|
240
|
+
`}
|
|
241
|
+
</main>
|
|
242
|
+
</body>
|
|
243
|
+
</html>`;
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
const DEFAULT_404_ROUTE = {
|
|
247
|
+
component: DEFAULT_404_COMPONENT,
|
|
248
|
+
generate: () => "",
|
|
249
|
+
params: [],
|
|
250
|
+
pattern: /\/404/,
|
|
251
|
+
prerender: false,
|
|
252
|
+
pathname: "/404",
|
|
253
|
+
segments: [[{ content: "404", dynamic: false, spread: false }]],
|
|
254
|
+
type: "page",
|
|
255
|
+
route: "/404",
|
|
256
|
+
fallbackRoutes: [],
|
|
257
|
+
isIndex: false,
|
|
258
|
+
origin: "internal"
|
|
259
|
+
};
|
|
260
|
+
function ensure404Route(manifest) {
|
|
261
|
+
if (!manifest.routes.some((route) => route.route === "/404")) {
|
|
262
|
+
manifest.routes.push(DEFAULT_404_ROUTE);
|
|
263
|
+
}
|
|
264
|
+
return manifest;
|
|
265
|
+
}
|
|
266
|
+
async function default404Page({ pathname }) {
|
|
267
|
+
return new Response(
|
|
268
|
+
template({
|
|
269
|
+
statusCode: 404,
|
|
270
|
+
title: "Not found",
|
|
271
|
+
tabTitle: "404: Not Found",
|
|
272
|
+
pathname
|
|
273
|
+
}),
|
|
274
|
+
{ status: 404, headers: { "Content-Type": "text/html" } }
|
|
275
|
+
);
|
|
276
|
+
}
|
|
277
|
+
default404Page.isAstroComponentFactory = true;
|
|
278
|
+
const default404Instance = {
|
|
279
|
+
default: default404Page
|
|
280
|
+
};
|
|
281
|
+
|
|
282
|
+
export { DEFAULT_404_ROUTE as D, NOOP_MIDDLEWARE_FN as N, default404Instance as a, deserializeActionResult as d, ensure404Route as e, getActionQueryString as g };
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
const VALID_INPUT_FORMATS = [
|
|
2
|
+
"jpeg",
|
|
3
|
+
"jpg",
|
|
4
|
+
"png",
|
|
5
|
+
"tiff",
|
|
6
|
+
"webp",
|
|
7
|
+
"gif",
|
|
8
|
+
"svg",
|
|
9
|
+
"avif"
|
|
10
|
+
];
|
|
11
|
+
const VALID_SUPPORTED_FORMATS = [
|
|
12
|
+
"jpeg",
|
|
13
|
+
"jpg",
|
|
14
|
+
"png",
|
|
15
|
+
"tiff",
|
|
16
|
+
"webp",
|
|
17
|
+
"gif",
|
|
18
|
+
"svg",
|
|
19
|
+
"avif"
|
|
20
|
+
];
|
|
21
|
+
const DEFAULT_OUTPUT_FORMAT = "webp";
|
|
22
|
+
const DEFAULT_HASH_PROPS = [
|
|
23
|
+
"src",
|
|
24
|
+
"width",
|
|
25
|
+
"height",
|
|
26
|
+
"format",
|
|
27
|
+
"quality",
|
|
28
|
+
"fit",
|
|
29
|
+
"position"
|
|
30
|
+
];
|
|
31
|
+
|
|
32
|
+
export { DEFAULT_OUTPUT_FORMAT as D, VALID_INPUT_FORMATS as V, VALID_SUPPORTED_FORMATS as a, DEFAULT_HASH_PROPS as b };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
// Contents removed by Astro as it's used for prerendering only
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
// Contents removed by Astro as it's used for prerendering only
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
function appendForwardSlash(path) {
|
|
2
|
+
return path.endsWith("/") ? path : path + "/";
|
|
3
|
+
}
|
|
4
|
+
function prependForwardSlash(path) {
|
|
5
|
+
return path[0] === "/" ? path : "/" + path;
|
|
6
|
+
}
|
|
7
|
+
const MANY_TRAILING_SLASHES = /\/{2,}$/g;
|
|
8
|
+
function collapseDuplicateTrailingSlashes(path, trailingSlash) {
|
|
9
|
+
if (!path) {
|
|
10
|
+
return path;
|
|
11
|
+
}
|
|
12
|
+
return path.replace(MANY_TRAILING_SLASHES, trailingSlash ? "/" : "") || "/";
|
|
13
|
+
}
|
|
14
|
+
function removeTrailingForwardSlash(path) {
|
|
15
|
+
return path.endsWith("/") ? path.slice(0, path.length - 1) : path;
|
|
16
|
+
}
|
|
17
|
+
function removeLeadingForwardSlash(path) {
|
|
18
|
+
return path.startsWith("/") ? path.substring(1) : path;
|
|
19
|
+
}
|
|
20
|
+
function trimSlashes(path) {
|
|
21
|
+
return path.replace(/^\/|\/$/g, "");
|
|
22
|
+
}
|
|
23
|
+
function isString(path) {
|
|
24
|
+
return typeof path === "string" || path instanceof String;
|
|
25
|
+
}
|
|
26
|
+
function joinPaths(...paths) {
|
|
27
|
+
return paths.filter(isString).map((path, i) => {
|
|
28
|
+
if (i === 0) {
|
|
29
|
+
return removeTrailingForwardSlash(path);
|
|
30
|
+
} else if (i === paths.length - 1) {
|
|
31
|
+
return removeLeadingForwardSlash(path);
|
|
32
|
+
} else {
|
|
33
|
+
return trimSlashes(path);
|
|
34
|
+
}
|
|
35
|
+
}).join("/");
|
|
36
|
+
}
|
|
37
|
+
function isRemotePath(src) {
|
|
38
|
+
return /^(?:http|ftp|https|ws):?\/\//.test(src) || src.startsWith("data:");
|
|
39
|
+
}
|
|
40
|
+
function slash(path) {
|
|
41
|
+
return path.replace(/\\/g, "/");
|
|
42
|
+
}
|
|
43
|
+
function fileExtension(path) {
|
|
44
|
+
const ext = path.split(".").pop();
|
|
45
|
+
return ext !== path ? `.${ext}` : "";
|
|
46
|
+
}
|
|
47
|
+
function removeBase(path, base) {
|
|
48
|
+
if (path.startsWith(base)) {
|
|
49
|
+
return path.slice(removeTrailingForwardSlash(base).length);
|
|
50
|
+
}
|
|
51
|
+
return path;
|
|
52
|
+
}
|
|
53
|
+
const WITH_FILE_EXT = /\/[^/]+\.\w+$/;
|
|
54
|
+
function hasFileExtension(path) {
|
|
55
|
+
return WITH_FILE_EXT.test(path);
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
export { appendForwardSlash as a, removeTrailingForwardSlash as b, collapseDuplicateTrailingSlashes as c, fileExtension as f, hasFileExtension as h, isRemotePath as i, joinPaths as j, prependForwardSlash as p, removeBase as r, slash as s, trimSlashes as t };
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
import { A as AstroError, a7 as MissingSharp } from './astro/server_D4f31GMD.mjs';
|
|
2
|
+
import { c as baseService, p as parseQuality } from './_astro_assets_CLOMnm-3.mjs';
|
|
3
|
+
|
|
4
|
+
let sharp;
|
|
5
|
+
const qualityTable = {
|
|
6
|
+
low: 25,
|
|
7
|
+
mid: 50,
|
|
8
|
+
high: 80,
|
|
9
|
+
max: 100
|
|
10
|
+
};
|
|
11
|
+
async function loadSharp() {
|
|
12
|
+
let sharpImport;
|
|
13
|
+
try {
|
|
14
|
+
sharpImport = (await import('sharp')).default;
|
|
15
|
+
} catch {
|
|
16
|
+
throw new AstroError(MissingSharp);
|
|
17
|
+
}
|
|
18
|
+
sharpImport.cache(false);
|
|
19
|
+
return sharpImport;
|
|
20
|
+
}
|
|
21
|
+
const fitMap = {
|
|
22
|
+
fill: "fill",
|
|
23
|
+
contain: "inside",
|
|
24
|
+
cover: "cover",
|
|
25
|
+
none: "outside",
|
|
26
|
+
"scale-down": "inside",
|
|
27
|
+
outside: "outside",
|
|
28
|
+
inside: "inside"
|
|
29
|
+
};
|
|
30
|
+
const sharpService = {
|
|
31
|
+
validateOptions: baseService.validateOptions,
|
|
32
|
+
getURL: baseService.getURL,
|
|
33
|
+
parseURL: baseService.parseURL,
|
|
34
|
+
getHTMLAttributes: baseService.getHTMLAttributes,
|
|
35
|
+
getSrcSet: baseService.getSrcSet,
|
|
36
|
+
async transform(inputBuffer, transformOptions, config) {
|
|
37
|
+
if (!sharp) sharp = await loadSharp();
|
|
38
|
+
const transform = transformOptions;
|
|
39
|
+
if (transform.format === "svg") return { data: inputBuffer, format: "svg" };
|
|
40
|
+
const result = sharp(inputBuffer, {
|
|
41
|
+
failOnError: false,
|
|
42
|
+
pages: -1,
|
|
43
|
+
limitInputPixels: config.service.config.limitInputPixels
|
|
44
|
+
});
|
|
45
|
+
result.rotate();
|
|
46
|
+
const withoutEnlargement = Boolean(transform.fit);
|
|
47
|
+
if (transform.width && transform.height && transform.fit) {
|
|
48
|
+
const fit = fitMap[transform.fit] ?? "inside";
|
|
49
|
+
result.resize({
|
|
50
|
+
width: Math.round(transform.width),
|
|
51
|
+
height: Math.round(transform.height),
|
|
52
|
+
fit,
|
|
53
|
+
position: transform.position,
|
|
54
|
+
withoutEnlargement
|
|
55
|
+
});
|
|
56
|
+
} else if (transform.height && !transform.width) {
|
|
57
|
+
result.resize({
|
|
58
|
+
height: Math.round(transform.height),
|
|
59
|
+
withoutEnlargement
|
|
60
|
+
});
|
|
61
|
+
} else if (transform.width) {
|
|
62
|
+
result.resize({
|
|
63
|
+
width: Math.round(transform.width),
|
|
64
|
+
withoutEnlargement
|
|
65
|
+
});
|
|
66
|
+
}
|
|
67
|
+
if (transform.format) {
|
|
68
|
+
let quality = void 0;
|
|
69
|
+
if (transform.quality) {
|
|
70
|
+
const parsedQuality = parseQuality(transform.quality);
|
|
71
|
+
if (typeof parsedQuality === "number") {
|
|
72
|
+
quality = parsedQuality;
|
|
73
|
+
} else {
|
|
74
|
+
quality = transform.quality in qualityTable ? qualityTable[transform.quality] : void 0;
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
result.toFormat(transform.format, { quality });
|
|
78
|
+
}
|
|
79
|
+
const { data, info } = await result.toBuffer({ resolveWithObject: true });
|
|
80
|
+
return {
|
|
81
|
+
data,
|
|
82
|
+
format: info.format
|
|
83
|
+
};
|
|
84
|
+
}
|
|
85
|
+
};
|
|
86
|
+
var sharp_default = sharpService;
|
|
87
|
+
|
|
88
|
+
export { sharp_default as default };
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { renderers } from './renderers.mjs';
|
|
2
|
+
import { c as createExports, s as serverEntrypointModule } from './chunks/_@astrojs-ssr-adapter_ByVMUK8O.mjs';
|
|
3
|
+
import { manifest } from './manifest_CBenwYiZ.mjs';
|
|
4
|
+
|
|
5
|
+
const serverIslandMap = new Map([
|
|
6
|
+
['PropsTables', () => import('./chunks/PropsTables_D_v4KAMn.mjs')],
|
|
7
|
+
]);;
|
|
8
|
+
|
|
9
|
+
const _page0 = () => import('./pages/_image.astro.mjs');
|
|
10
|
+
const _page1 = () => import('./pages/props.astro.mjs');
|
|
11
|
+
const _page2 = () => import('./pages/_section_/_page_/_---tab_.astro.mjs');
|
|
12
|
+
const _page3 = () => import('./pages/_section_/_---page_.astro.mjs');
|
|
13
|
+
const _page4 = () => import('./pages/index.astro.mjs');
|
|
14
|
+
const pageMap = new Map([
|
|
15
|
+
["node_modules/astro/dist/assets/endpoint/node.js", _page0],
|
|
16
|
+
["src/pages/props.ts", _page1],
|
|
17
|
+
["src/pages/[section]/[page]/[...tab].astro", _page2],
|
|
18
|
+
["src/pages/[section]/[...page].astro", _page3],
|
|
19
|
+
["src/pages/index.astro", _page4]
|
|
20
|
+
]);
|
|
21
|
+
|
|
22
|
+
const _manifest = Object.assign(manifest, {
|
|
23
|
+
pageMap,
|
|
24
|
+
serverIslandMap,
|
|
25
|
+
renderers,
|
|
26
|
+
middleware: () => import('./_noop-middleware.mjs')
|
|
27
|
+
});
|
|
28
|
+
const _args = {
|
|
29
|
+
"mode": "standalone",
|
|
30
|
+
"client": "file:///home/runner/work/patternfly-doc-core/patternfly-doc-core/dist/client/",
|
|
31
|
+
"server": "file:///home/runner/work/patternfly-doc-core/patternfly-doc-core/dist/server/",
|
|
32
|
+
"host": false,
|
|
33
|
+
"port": 4321,
|
|
34
|
+
"assets": "_astro"
|
|
35
|
+
};
|
|
36
|
+
const _exports = createExports(_manifest, _args);
|
|
37
|
+
const handler = _exports['handler'];
|
|
38
|
+
const startServer = _exports['startServer'];
|
|
39
|
+
const options = _exports['options'];
|
|
40
|
+
const _start = 'start';
|
|
41
|
+
if (_start in serverEntrypointModule) {
|
|
42
|
+
serverEntrypointModule[_start](_manifest, _args);
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
export { handler, options, pageMap, startServer };
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
import 'kleur/colors';
|
|
2
|
+
import { l as decodeKey } from './chunks/astro/server_D4f31GMD.mjs';
|
|
3
|
+
import 'clsx';
|
|
4
|
+
import 'cookie';
|
|
5
|
+
import { N as NOOP_MIDDLEWARE_FN } from './chunks/astro-designed-error-pages_CpHpbfhr.mjs';
|
|
6
|
+
import 'es-module-lexer';
|
|
7
|
+
|
|
8
|
+
function sanitizeParams(params) {
|
|
9
|
+
return Object.fromEntries(
|
|
10
|
+
Object.entries(params).map(([key, value]) => {
|
|
11
|
+
if (typeof value === "string") {
|
|
12
|
+
return [key, value.normalize().replace(/#/g, "%23").replace(/\?/g, "%3F")];
|
|
13
|
+
}
|
|
14
|
+
return [key, value];
|
|
15
|
+
})
|
|
16
|
+
);
|
|
17
|
+
}
|
|
18
|
+
function getParameter(part, params) {
|
|
19
|
+
if (part.spread) {
|
|
20
|
+
return params[part.content.slice(3)] || "";
|
|
21
|
+
}
|
|
22
|
+
if (part.dynamic) {
|
|
23
|
+
if (!params[part.content]) {
|
|
24
|
+
throw new TypeError(`Missing parameter: ${part.content}`);
|
|
25
|
+
}
|
|
26
|
+
return params[part.content];
|
|
27
|
+
}
|
|
28
|
+
return part.content.normalize().replace(/\?/g, "%3F").replace(/#/g, "%23").replace(/%5B/g, "[").replace(/%5D/g, "]");
|
|
29
|
+
}
|
|
30
|
+
function getSegment(segment, params) {
|
|
31
|
+
const segmentPath = segment.map((part) => getParameter(part, params)).join("");
|
|
32
|
+
return segmentPath ? "/" + segmentPath : "";
|
|
33
|
+
}
|
|
34
|
+
function getRouteGenerator(segments, addTrailingSlash) {
|
|
35
|
+
return (params) => {
|
|
36
|
+
const sanitizedParams = sanitizeParams(params);
|
|
37
|
+
let trailing = "";
|
|
38
|
+
if (addTrailingSlash === "always" && segments.length) {
|
|
39
|
+
trailing = "/";
|
|
40
|
+
}
|
|
41
|
+
const path = segments.map((segment) => getSegment(segment, sanitizedParams)).join("") + trailing;
|
|
42
|
+
return path || "/";
|
|
43
|
+
};
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
function deserializeRouteData(rawRouteData) {
|
|
47
|
+
return {
|
|
48
|
+
route: rawRouteData.route,
|
|
49
|
+
type: rawRouteData.type,
|
|
50
|
+
pattern: new RegExp(rawRouteData.pattern),
|
|
51
|
+
params: rawRouteData.params,
|
|
52
|
+
component: rawRouteData.component,
|
|
53
|
+
generate: getRouteGenerator(rawRouteData.segments, rawRouteData._meta.trailingSlash),
|
|
54
|
+
pathname: rawRouteData.pathname || void 0,
|
|
55
|
+
segments: rawRouteData.segments,
|
|
56
|
+
prerender: rawRouteData.prerender,
|
|
57
|
+
redirect: rawRouteData.redirect,
|
|
58
|
+
redirectRoute: rawRouteData.redirectRoute ? deserializeRouteData(rawRouteData.redirectRoute) : void 0,
|
|
59
|
+
fallbackRoutes: rawRouteData.fallbackRoutes.map((fallback) => {
|
|
60
|
+
return deserializeRouteData(fallback);
|
|
61
|
+
}),
|
|
62
|
+
isIndex: rawRouteData.isIndex,
|
|
63
|
+
origin: rawRouteData.origin
|
|
64
|
+
};
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
function deserializeManifest(serializedManifest) {
|
|
68
|
+
const routes = [];
|
|
69
|
+
for (const serializedRoute of serializedManifest.routes) {
|
|
70
|
+
routes.push({
|
|
71
|
+
...serializedRoute,
|
|
72
|
+
routeData: deserializeRouteData(serializedRoute.routeData)
|
|
73
|
+
});
|
|
74
|
+
const route = serializedRoute;
|
|
75
|
+
route.routeData = deserializeRouteData(serializedRoute.routeData);
|
|
76
|
+
}
|
|
77
|
+
const assets = new Set(serializedManifest.assets);
|
|
78
|
+
const componentMetadata = new Map(serializedManifest.componentMetadata);
|
|
79
|
+
const inlinedScripts = new Map(serializedManifest.inlinedScripts);
|
|
80
|
+
const clientDirectives = new Map(serializedManifest.clientDirectives);
|
|
81
|
+
const serverIslandNameMap = new Map(serializedManifest.serverIslandNameMap);
|
|
82
|
+
const key = decodeKey(serializedManifest.key);
|
|
83
|
+
return {
|
|
84
|
+
// in case user middleware exists, this no-op middleware will be reassigned (see plugin-ssr.ts)
|
|
85
|
+
middleware() {
|
|
86
|
+
return { onRequest: NOOP_MIDDLEWARE_FN };
|
|
87
|
+
},
|
|
88
|
+
...serializedManifest,
|
|
89
|
+
assets,
|
|
90
|
+
componentMetadata,
|
|
91
|
+
inlinedScripts,
|
|
92
|
+
clientDirectives,
|
|
93
|
+
routes,
|
|
94
|
+
serverIslandNameMap,
|
|
95
|
+
key
|
|
96
|
+
};
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
const manifest = deserializeManifest({"hrefRoot":"file:///home/runner/work/patternfly-doc-core/patternfly-doc-core/","cacheDir":"file:///home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/.astro/","outDir":"file:///home/runner/work/patternfly-doc-core/patternfly-doc-core/dist/","srcDir":"file:///home/runner/work/patternfly-doc-core/patternfly-doc-core/src/","publicDir":"file:///home/runner/work/patternfly-doc-core/patternfly-doc-core/public/","buildClientDir":"file:///home/runner/work/patternfly-doc-core/patternfly-doc-core/dist/client/","buildServerDir":"file:///home/runner/work/patternfly-doc-core/patternfly-doc-core/dist/server/","adapterName":"@astrojs/node","routes":[{"file":"","links":[],"scripts":[],"styles":[],"routeData":{"type":"page","component":"_server-islands.astro","params":["name"],"segments":[[{"content":"_server-islands","dynamic":false,"spread":false}],[{"content":"name","dynamic":true,"spread":false}]],"pattern":"^\\/_server-islands\\/([^/]+?)\\/?$","prerender":false,"isIndex":false,"fallbackRoutes":[],"route":"/_server-islands/[name]","origin":"internal","_meta":{"trailingSlash":"ignore"}}},{"file":"index.html","links":[],"scripts":[],"styles":[],"routeData":{"route":"/","isIndex":true,"type":"page","pattern":"^\\/$","segments":[],"params":[],"component":"src/pages/index.astro","pathname":"/","prerender":true,"fallbackRoutes":[],"distURL":[],"origin":"project","_meta":{"trailingSlash":"ignore"}}},{"file":"","links":[],"scripts":[],"styles":[],"routeData":{"type":"endpoint","isIndex":false,"route":"/_image","pattern":"^\\/_image\\/?$","segments":[[{"content":"_image","dynamic":false,"spread":false}]],"params":[],"component":"node_modules/astro/dist/assets/endpoint/node.js","pathname":"/_image","prerender":false,"fallbackRoutes":[],"origin":"internal","_meta":{"trailingSlash":"ignore"}}},{"file":"","links":[],"scripts":[],"styles":[],"routeData":{"route":"/props","isIndex":false,"type":"endpoint","pattern":"^\\/props\\/?$","segments":[[{"content":"props","dynamic":false,"spread":false}]],"params":[],"component":"src/pages/props.ts","pathname":"/props","prerender":false,"fallbackRoutes":[],"distURL":[],"origin":"project","_meta":{"trailingSlash":"ignore"}}}],"base":"/","trailingSlash":"ignore","compressHTML":true,"componentMetadata":[["/home/runner/work/patternfly-doc-core/patternfly-doc-core/src/pages/index.astro",{"propagation":"in-tree","containsHead":true}],["\u0000astro:content",{"propagation":"in-tree","containsHead":false}],["/home/runner/work/patternfly-doc-core/patternfly-doc-core/src/components/Navigation.astro",{"propagation":"in-tree","containsHead":false}],["/home/runner/work/patternfly-doc-core/patternfly-doc-core/src/layouts/Main.astro",{"propagation":"in-tree","containsHead":false}],["/home/runner/work/patternfly-doc-core/patternfly-doc-core/src/pages/[section]/[...page].astro",{"propagation":"in-tree","containsHead":true}],["\u0000@astro-page:src/pages/[section]/[...page]@_@astro",{"propagation":"in-tree","containsHead":false}],["\u0000@astrojs-ssr-virtual-entry",{"propagation":"in-tree","containsHead":false}],["/home/runner/work/patternfly-doc-core/patternfly-doc-core/src/pages/[section]/[page]/[...tab].astro",{"propagation":"in-tree","containsHead":true}],["\u0000@astro-page:src/pages/[section]/[page]/[...tab]@_@astro",{"propagation":"in-tree","containsHead":false}],["\u0000@astro-page:src/pages/index@_@astro",{"propagation":"in-tree","containsHead":false}],["/home/runner/work/patternfly-doc-core/patternfly-doc-core/src/components/Page.astro",{"propagation":"in-tree","containsHead":false}]],"renderers":[],"clientDirectives":[["idle","(()=>{var l=(n,t)=>{let i=async()=>{await(await n())()},e=typeof t.value==\"object\"?t.value:void 0,s={timeout:e==null?void 0:e.timeout};\"requestIdleCallback\"in window?window.requestIdleCallback(i,s):setTimeout(i,s.timeout||200)};(self.Astro||(self.Astro={})).idle=l;window.dispatchEvent(new Event(\"astro:idle\"));})();"],["load","(()=>{var e=async t=>{await(await t())()};(self.Astro||(self.Astro={})).load=e;window.dispatchEvent(new Event(\"astro:load\"));})();"],["media","(()=>{var n=(a,t)=>{let i=async()=>{await(await a())()};if(t.value){let e=matchMedia(t.value);e.matches?i():e.addEventListener(\"change\",i,{once:!0})}};(self.Astro||(self.Astro={})).media=n;window.dispatchEvent(new Event(\"astro:media\"));})();"],["only","(()=>{var e=async t=>{await(await t())()};(self.Astro||(self.Astro={})).only=e;window.dispatchEvent(new Event(\"astro:only\"));})();"],["visible","(()=>{var a=(s,i,o)=>{let r=async()=>{await(await s())()},t=typeof i.value==\"object\"?i.value:void 0,c={rootMargin:t==null?void 0:t.rootMargin},n=new IntersectionObserver(e=>{for(let l of e)if(l.isIntersecting){n.disconnect(),r();break}},c);for(let e of o.children)n.observe(e)};(self.Astro||(self.Astro={})).visible=a;window.dispatchEvent(new Event(\"astro:visible\"));})();"]],"entryModules":{"\u0000noop-middleware":"_noop-middleware.mjs","\u0000@astro-page:node_modules/astro/dist/assets/endpoint/node@_@js":"pages/_image.astro.mjs","\u0000@astro-page:src/pages/props@_@ts":"pages/props.astro.mjs","\u0000@astro-page:src/pages/[section]/[page]/[...tab]@_@astro":"pages/_section_/_page_/_---tab_.astro.mjs","\u0000@astro-page:src/pages/[section]/[...page]@_@astro":"pages/_section_/_---page_.astro.mjs","\u0000@astro-page:src/pages/index@_@astro":"pages/index.astro.mjs","\u0000@astrojs-ssr-virtual-entry":"entry.mjs","\u0000@astro-renderers":"renderers.mjs","\u0000@astrojs-ssr-adapter":"_@astrojs-ssr-adapter.mjs","\u0000@astrojs-manifest":"manifest_CBenwYiZ.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/src/components/PropsTables.astro":"chunks/PropsTables_D_v4KAMn.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/astro/dist/assets/services/sharp.js":"chunks/sharp_BYpUyJGL.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/.astro/content-assets.mjs":"chunks/content-assets_DleWbedO.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/.astro/content-modules.mjs":"chunks/content-modules_Dz-S_Wwv.mjs","\u0000astro:data-layer-content":"chunks/_astro_data-layer-content_DDGBHvtb.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/src/components/PageToggle":"_astro/PageToggle.DDEjruql.js","/home/runner/work/patternfly-doc-core/patternfly-doc-core/src/components/Toolbar.tsx":"_astro/Toolbar.TAdHxLSQ.js","/home/runner/work/patternfly-doc-core/patternfly-doc-core/src/components/Navigation.tsx":"_astro/Navigation.75VF_8AW.js","@astrojs/react/client.js":"_astro/client.CeeiqVaE.js","/home/runner/work/patternfly-doc-core/patternfly-doc-core/src/layouts/Main.astro?astro&type=script&index=0&lang.ts":"_astro/Main.astro_astro_type_script_index_0_lang.B9Hb-f0z.js","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/astro/components/ClientRouter.astro?astro&type=script&index=0&lang.ts":"_astro/ClientRouter.astro_astro_type_script_index_0_lang.Cainpjm5.js","astro:scripts/before-hydration.js":""},"inlinedScripts":[["/home/runner/work/patternfly-doc-core/patternfly-doc-core/src/layouts/Main.astro?astro&type=script&index=0&lang.ts","const t=window.localStorage.getItem(\"theme-preference\");document?.querySelector(\"html\")?.classList.toggle(\"pf-v6-theme-dark\",t===\"dark\");document.addEventListener(\"astro:after-swap\",()=>{const e=window.localStorage.getItem(\"theme-preference\");document?.querySelector(\"html\")?.classList.toggle(\"pf-v6-theme-dark\",e===\"dark\")});"]],"assets":["/_astro/RedHatTextVF.wYvZ7prR.woff2","/_astro/RedHatTextVF-Italic.Dkj_WqbA.woff2","/_astro/RedHatDisplayVF.CYDHf1NI.woff2","/_astro/RedHatDisplayVF-Italic.CRpusWc8.woff2","/_astro/RedHatMonoVF.C4fMH6Vz.woff2","/_astro/RedHatMonoVF-Italic.DGQo2ogW.woff2","/_astro/fa-solid-900.DguXoeIz.woff2","/_astro/pf-v6-pficon.Dy6oiu9u.woff2","/_astro/_page_.SnUmZn2y.css","/_astro/_page_.CXyz_BEo.css","/PF-HorizontalLogo-Color.svg","/PF-HorizontalLogo-Reverse.svg","/avatarImg.svg","/avatarImgDark.svg","/favicon.svg","/_astro/Button.C3_jB5tC.js","/_astro/ClientRouter.astro_astro_type_script_index_0_lang.Cainpjm5.js","/_astro/Navigation.75VF_8AW.js","/_astro/PageContext.C7BqCh9N.js","/_astro/PageToggle.DDEjruql.js","/_astro/Toolbar.TAdHxLSQ.js","/_astro/_page_.DVvr_Mfl.css","/_astro/client.CeeiqVaE.js","/_astro/divider.BSD-oFoh.js","/_astro/index.CTH3fVMn.js","/_astro/page.B65lVdBS.js","/content/typography/line-height.png","/index.html"],"buildFormat":"directory","checkOrigin":true,"serverIslandNameMap":[["/home/runner/work/patternfly-doc-core/patternfly-doc-core/src/components/PropsTables.astro","PropsTables"]],"key":"9U8ufyWb56rPwvkMNeHdOlllxX05ujkTj3GyJakIF2k="});
|
|
100
|
+
if (manifest.sessionConfig) manifest.sessionConfig.driverModule = null;
|
|
101
|
+
|
|
102
|
+
export { manifest };
|