@patternfly/patternfly-doc-core 1.13.0 → 1.13.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.
- package/.astro/content-modules.mjs +25 -25
- package/cli/buildPropsData.ts +13 -8
- package/cli/cli.ts +44 -33
- package/cli/createCollectionContent.ts +109 -9
- package/cli/getConfig.ts +1 -0
- package/dist/cli/buildPropsData.js +11 -8
- package/dist/cli/cli.js +36 -28
- package/dist/cli/createCollectionContent.js +70 -9
- package/dist/docs/_worker.js/index.js +1 -1
- package/dist/docs/_worker.js/manifest_CJjpUQ_9.mjs +100 -0
- package/dist/docs/_worker.js/pages/props.astro.mjs +23 -5
- package/dist/docs/components/alert/index.html +83 -83
- package/dist/docs/components/alert/react/index.html +83 -83
- package/dist/docs/components/avatar/index.html +8 -8
- package/dist/docs/components/avatar/react/index.html +8 -8
- package/dist/docs/components/back-to-top/index.html +5 -5
- package/dist/docs/components/back-to-top/react/index.html +5 -5
- package/dist/docs/components/backdrop/index.html +3 -3
- package/dist/docs/components/backdrop/react/index.html +3 -3
- package/dist/docs/components/background-image/index.html +3 -3
- package/dist/docs/components/background-image/react/index.html +3 -3
- package/dist/docs/components/badge/index.html +8 -8
- package/dist/docs/components/badge/react/index.html +8 -8
- package/dist/docs/components/banner/index.html +11 -11
- package/dist/docs/components/banner/react/index.html +11 -11
- package/dist/docs/components/breadcrumb/index.html +6 -6
- package/dist/docs/components/breadcrumb/react/index.html +6 -6
- package/dist/docs/components/button/index.html +37 -37
- package/dist/docs/components/button/react/index.html +37 -37
- package/dist/docs/components/calendar-month/index.html +9 -9
- package/dist/docs/components/calendar-month/react/index.html +9 -9
- package/dist/docs/components/card/index.html +55 -55
- package/dist/docs/components/card/react/index.html +55 -55
- package/dist/docs/components/checkbox/index.html +16 -16
- package/dist/docs/components/checkbox/react/index.html +16 -16
- package/dist/docs/components/code-block/index.html +9 -9
- package/dist/docs/components/code-block/react/index.html +9 -9
- package/dist/docs/components/content/index.html +19 -19
- package/dist/docs/components/content/react/index.html +19 -19
- package/dist/docs/components/data-list/index.html +21 -21
- package/dist/docs/components/data-list/react/index.html +21 -21
- package/dist/docs/components/description-list/index.html +39 -39
- package/dist/docs/components/description-list/react/index.html +39 -39
- package/dist/docs/components/divider/index.html +11 -11
- package/dist/docs/components/divider/react/index.html +11 -11
- package/dist/docs/components/drawer/index.html +25 -25
- package/dist/docs/components/drawer/react/index.html +25 -25
- package/dist/docs/components/dropdown/index.html +17 -17
- package/dist/docs/components/dropdown/react/index.html +17 -17
- package/dist/docs/components/dual-list-selector/index.html +20 -20
- package/dist/docs/components/dual-list-selector/react/index.html +17 -17
- package/dist/docs/components/dual-list-selector/react-deprecated/index.html +28 -28
- package/dist/docs/components/empty-state/index.html +10 -10
- package/dist/docs/components/empty-state/react/index.html +10 -10
- package/dist/docs/components/expandable-section/index.html +18 -18
- package/dist/docs/components/expandable-section/react/index.html +18 -18
- package/dist/docs/components/form/index.html +16 -16
- package/dist/docs/components/form/react/index.html +16 -16
- package/dist/docs/components/form-select/index.html +9 -9
- package/dist/docs/components/form-select/react/index.html +9 -9
- package/dist/docs/components/helper-text/index.html +9 -9
- package/dist/docs/components/helper-text/react/index.html +9 -9
- package/dist/docs/components/hint/index.html +11 -11
- package/dist/docs/components/hint/react/index.html +11 -11
- package/dist/docs/components/icon/index.html +20 -20
- package/dist/docs/components/icon/react/index.html +20 -20
- package/dist/docs/components/input-group/index.html +9 -9
- package/dist/docs/components/input-group/react/index.html +9 -9
- package/dist/docs/components/jump-links/index.html +12 -12
- package/dist/docs/components/jump-links/react/index.html +12 -12
- package/dist/docs/components/label/index.html +25 -25
- package/dist/docs/components/label/react/index.html +25 -25
- package/dist/docs/components/list/index.html +12 -12
- package/dist/docs/components/list/react/index.html +12 -12
- package/dist/docs/components/login-page/index.html +13 -13
- package/dist/docs/components/login-page/react/index.html +13 -13
- package/dist/docs/components/masthead/index.html +18 -18
- package/dist/docs/components/masthead/react/index.html +18 -18
- package/dist/docs/components/menu/index.html +68 -68
- package/dist/docs/components/menu/react/index.html +68 -68
- package/dist/docs/components/menu-toggle/index.html +66 -66
- package/dist/docs/components/menu-toggle/react/index.html +66 -66
- package/dist/docs/components/modal/index.html +41 -41
- package/dist/docs/components/modal/react/index.html +41 -41
- package/dist/docs/components/modal/react-deprecated/index.html +41 -41
- package/dist/docs/components/multiple-file-upload/index.html +26 -26
- package/dist/docs/components/multiple-file-upload/react/index.html +26 -26
- package/dist/docs/components/navigation/index.html +21 -21
- package/dist/docs/components/navigation/react/index.html +21 -21
- package/dist/docs/components/notification-badge/index.html +13 -13
- package/dist/docs/components/notification-badge/react/index.html +13 -13
- package/dist/docs/components/notification-drawer/index.html +5 -5
- package/dist/docs/components/notification-drawer/react/index.html +5 -5
- package/dist/docs/components/number-input/index.html +14 -14
- package/dist/docs/components/number-input/react/index.html +14 -14
- package/dist/docs/components/overflow-menu/index.html +9 -9
- package/dist/docs/components/overflow-menu/react/index.html +9 -9
- package/dist/docs/components/page/index.html +50 -50
- package/dist/docs/components/page/react/index.html +50 -50
- package/dist/docs/components/pagination/index.html +14 -14
- package/dist/docs/components/pagination/react/index.html +14 -14
- package/dist/docs/components/panel/index.html +22 -22
- package/dist/docs/components/panel/react/index.html +22 -22
- package/dist/docs/components/popover/index.html +23 -23
- package/dist/docs/components/popover/react/index.html +23 -23
- package/dist/docs/components/progress/index.html +20 -20
- package/dist/docs/components/progress/react/index.html +20 -20
- package/dist/docs/components/progress-stepper/index.html +13 -13
- package/dist/docs/components/progress-stepper/react/index.html +13 -13
- package/dist/docs/components/radio/index.html +12 -12
- package/dist/docs/components/radio/react/index.html +12 -12
- package/dist/docs/components/search-input/index.html +11 -11
- package/dist/docs/components/search-input/react/index.html +11 -11
- package/dist/docs/components/select/index.html +60 -60
- package/dist/docs/components/select/react/index.html +60 -60
- package/dist/docs/components/sidebar/index.html +14 -14
- package/dist/docs/components/sidebar/react/index.html +14 -14
- package/dist/docs/components/simple-file-upload/index.html +29 -29
- package/dist/docs/components/simple-file-upload/react/index.html +29 -29
- package/dist/docs/components/simple-list/index.html +6 -6
- package/dist/docs/components/simple-list/react/index.html +6 -6
- package/dist/docs/components/skeleton/index.html +10 -10
- package/dist/docs/components/skeleton/react/index.html +10 -10
- package/dist/docs/components/skip-to-content/index.html +3 -3
- package/dist/docs/components/skip-to-content/react/index.html +3 -3
- package/dist/docs/components/slider/index.html +19 -19
- package/dist/docs/components/slider/react/index.html +19 -19
- package/dist/docs/components/spinner/index.html +6 -6
- package/dist/docs/components/spinner/react/index.html +6 -6
- package/dist/docs/components/switch/index.html +9 -9
- package/dist/docs/components/switch/react/index.html +9 -9
- package/dist/docs/components/tabs/index.html +74 -74
- package/dist/docs/components/tabs/react/index.html +74 -74
- package/dist/docs/components/text-area/index.html +12 -12
- package/dist/docs/components/text-area/react/index.html +12 -12
- package/dist/docs/components/text-input/index.html +13 -13
- package/dist/docs/components/text-input/react/index.html +13 -13
- package/dist/docs/components/text-input-group/index.html +16 -16
- package/dist/docs/components/text-input-group/react/index.html +16 -16
- package/dist/docs/components/tile/index.html +23 -23
- package/dist/docs/components/tile/react-deprecated/index.html +23 -23
- package/dist/docs/components/time-picker/index.html +13 -13
- package/dist/docs/components/time-picker/react/index.html +13 -13
- package/dist/docs/components/timestamp/index.html +21 -21
- package/dist/docs/components/timestamp/react/index.html +21 -21
- package/dist/docs/components/title/index.html +7 -7
- package/dist/docs/components/title/react/index.html +7 -7
- package/dist/docs/components/toggle-group/index.html +21 -21
- package/dist/docs/components/toggle-group/react/index.html +21 -21
- package/dist/docs/components/toolbar/index.html +42 -42
- package/dist/docs/components/toolbar/react/index.html +42 -42
- package/dist/docs/components/tooltip/index.html +12 -12
- package/dist/docs/components/tooltip/react/index.html +12 -12
- package/dist/docs/components/tree-view/index.html +23 -23
- package/dist/docs/components/tree-view/react/index.html +23 -23
- package/dist/docs/components/truncate/index.html +10 -10
- package/dist/docs/components/truncate/react/index.html +10 -10
- package/dist/docs/components/wizard/react/index.html +29 -29
- package/package.json +1 -1
- package/src/content.config.ts +4 -2
- package/src/content.ts +1 -1
- package/src/pages/props.ts +8 -4
- package/dist/docs/_worker.js/manifest_BT0KogAj.mjs +0 -100
- /package/dist/docs/_worker.js/chunks/{_astro_assets_Cpp4aFxG.mjs → _astro_assets_gAZzkAab.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{_astro_data-layer-content_D-EXtmSy.mjs → _astro_data-layer-content_Dvh2cBdG.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{content-modules_CUXjIWnT.mjs → content-modules_PMz0mfKv.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{sharp_C-KnEafm.mjs → sharp_CXlY1snz.mjs} +0 -0
package/dist/cli/cli.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* eslint-disable no-console */
|
|
3
3
|
import { Command } from 'commander';
|
|
4
4
|
import { build, dev, preview, sync } from 'astro';
|
|
5
|
-
import { join } from 'path';
|
|
5
|
+
import { join, resolve } from 'path';
|
|
6
6
|
import { createCollectionContent } from './createCollectionContent.js';
|
|
7
7
|
import { setFsRootDir } from './setFsRootDir.js';
|
|
8
8
|
import { createConfigFile } from './createConfigFile.js';
|
|
@@ -12,29 +12,54 @@ import { symLinkConfig } from './symLinkConfig.js';
|
|
|
12
12
|
import { buildPropsData } from './buildPropsData.js';
|
|
13
13
|
import { hasFile } from './hasFile.js';
|
|
14
14
|
import { convertToMDX } from './convertToMDX.js';
|
|
15
|
+
import { mkdir } from 'fs/promises';
|
|
16
|
+
const currentDir = process.cwd();
|
|
17
|
+
const config = await getConfig(`${currentDir}/pf-docs.config.mjs`);
|
|
18
|
+
if (!config) {
|
|
19
|
+
console.error('No config found, please run the `setup` command or manually create a pf-docs.config.mjs file');
|
|
20
|
+
process.exit(1);
|
|
21
|
+
}
|
|
22
|
+
let astroRoot = '';
|
|
23
|
+
try {
|
|
24
|
+
astroRoot = import.meta
|
|
25
|
+
.resolve('@patternfly/patternfly-doc-core')
|
|
26
|
+
.replace('dist/cli/cli.js', '')
|
|
27
|
+
.replace('file://', '');
|
|
28
|
+
}
|
|
29
|
+
catch (e) {
|
|
30
|
+
if (e.code === 'ERR_MODULE_NOT_FOUND') {
|
|
31
|
+
astroRoot = process.cwd();
|
|
32
|
+
}
|
|
33
|
+
else {
|
|
34
|
+
console.error('Error resolving astroRoot', e);
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
const absoluteOutputDir = resolve(currentDir, config.outputDir);
|
|
38
|
+
await mkdir(absoluteOutputDir, { recursive: true });
|
|
15
39
|
async function updateContent(program) {
|
|
16
40
|
const { verbose } = program.opts();
|
|
41
|
+
if (!config) {
|
|
42
|
+
console.error('No config found, please run the `setup` command or manually create a pf-docs.config.mjs file');
|
|
43
|
+
return config;
|
|
44
|
+
}
|
|
17
45
|
if (verbose) {
|
|
18
46
|
console.log('Verbose mode enabled');
|
|
19
47
|
}
|
|
20
|
-
await createCollectionContent(astroRoot, `${
|
|
48
|
+
await createCollectionContent(astroRoot, `${currentDir}/pf-docs.config.mjs`, verbose);
|
|
21
49
|
}
|
|
22
50
|
async function generateProps(program, forceProps = false) {
|
|
23
51
|
const { verbose, props } = program.opts();
|
|
52
|
+
const { repoRoot } = config;
|
|
53
|
+
const rootDir = repoRoot ? resolve(currentDir, repoRoot) : currentDir;
|
|
24
54
|
if (!props && !forceProps) {
|
|
25
55
|
return;
|
|
26
56
|
}
|
|
27
57
|
if (verbose) {
|
|
28
58
|
console.log('Verbose mode enabled');
|
|
29
59
|
}
|
|
30
|
-
buildPropsData(
|
|
60
|
+
buildPropsData(rootDir, `${currentDir}/pf-docs.config.mjs`, verbose);
|
|
31
61
|
}
|
|
32
62
|
async function transformMDContentToMDX() {
|
|
33
|
-
const config = await getConfig(`${currentDir}/pf-docs.config.mjs`);
|
|
34
|
-
if (!config) {
|
|
35
|
-
console.error('No config found, please run the `setup` command or manually create a pf-docs.config.mjs file');
|
|
36
|
-
return config;
|
|
37
|
-
}
|
|
38
63
|
if (config.content) {
|
|
39
64
|
await Promise.all(config.content.map((contentObj) => convertToMDX(contentObj.pattern)));
|
|
40
65
|
}
|
|
@@ -42,7 +67,6 @@ async function transformMDContentToMDX() {
|
|
|
42
67
|
async function buildProject() {
|
|
43
68
|
await updateContent(program);
|
|
44
69
|
await generateProps(program, true);
|
|
45
|
-
const config = await getConfig(`${currentDir}/pf-docs.config.mjs`);
|
|
46
70
|
if (!config) {
|
|
47
71
|
console.error('No config found, please run the `setup` command or manually create a pf-docs.config.mjs file');
|
|
48
72
|
return config;
|
|
@@ -54,7 +78,7 @@ async function buildProject() {
|
|
|
54
78
|
await transformMDContentToMDX();
|
|
55
79
|
build({
|
|
56
80
|
root: astroRoot,
|
|
57
|
-
outDir: join(
|
|
81
|
+
outDir: join(absoluteOutputDir, 'docs'),
|
|
58
82
|
});
|
|
59
83
|
return config;
|
|
60
84
|
}
|
|
@@ -72,7 +96,7 @@ async function deploy() {
|
|
|
72
96
|
}
|
|
73
97
|
// Deploy using Wrangler
|
|
74
98
|
const { execSync } = await import('child_process');
|
|
75
|
-
const outputPath = join(
|
|
99
|
+
const outputPath = join(absoluteOutputDir, 'docs');
|
|
76
100
|
execSync(`npx wrangler pages deploy ${outputPath}`, {
|
|
77
101
|
stdio: 'inherit',
|
|
78
102
|
cwd: currentDir,
|
|
@@ -85,22 +109,6 @@ async function deploy() {
|
|
|
85
109
|
process.exit(1);
|
|
86
110
|
}
|
|
87
111
|
}
|
|
88
|
-
let astroRoot = '';
|
|
89
|
-
try {
|
|
90
|
-
astroRoot = import.meta
|
|
91
|
-
.resolve('@patternfly/patternfly-doc-core')
|
|
92
|
-
.replace('dist/cli/cli.js', '')
|
|
93
|
-
.replace('file://', '');
|
|
94
|
-
}
|
|
95
|
-
catch (e) {
|
|
96
|
-
if (e.code === 'ERR_MODULE_NOT_FOUND') {
|
|
97
|
-
astroRoot = process.cwd();
|
|
98
|
-
}
|
|
99
|
-
else {
|
|
100
|
-
console.error('Error resolving astroRoot', e);
|
|
101
|
-
}
|
|
102
|
-
}
|
|
103
|
-
const currentDir = process.cwd();
|
|
104
112
|
const program = new Command();
|
|
105
113
|
program.name('pf-doc-core');
|
|
106
114
|
program.option('--verbose', 'verbose mode', false);
|
|
@@ -121,7 +129,7 @@ program.command('start').action(async () => {
|
|
|
121
129
|
await updateContent(program);
|
|
122
130
|
// if a props file hasn't been generated yet, but the consumer has propsData, it will cause a runtime error so to
|
|
123
131
|
// prevent that we're just creating a props file regardless of what they say if one doesn't exist yet
|
|
124
|
-
const hasPropsFile = await hasFile(join(
|
|
132
|
+
const hasPropsFile = await hasFile(join(absoluteOutputDir, 'props.json'));
|
|
125
133
|
await generateProps(program, !hasPropsFile);
|
|
126
134
|
dev({ mode: 'development', root: astroRoot });
|
|
127
135
|
});
|
|
@@ -1,27 +1,88 @@
|
|
|
1
1
|
/* eslint-disable no-console */
|
|
2
2
|
import { writeFile } from 'fs/promises';
|
|
3
|
-
import { join } from 'path';
|
|
3
|
+
import { dirname, join, resolve } from 'path';
|
|
4
4
|
import { getConfig } from './getConfig.js';
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
import { existsSync } from 'fs';
|
|
6
|
+
/**
|
|
7
|
+
* Looks for the specified package in the node_modules directory in the configDir, then recursively
|
|
8
|
+
* looks for the package in the parent directories until it is found, stopping if it is not found
|
|
9
|
+
* and the repoRootDir is reached.
|
|
10
|
+
*/
|
|
11
|
+
const findPackage = (dir, packageName, repoRootDir, verbose) => {
|
|
12
|
+
const nodeModulesPath = join(dir, 'node_modules');
|
|
13
|
+
if (verbose) {
|
|
14
|
+
console.log('looking for package in ', nodeModulesPath, '\n');
|
|
15
|
+
}
|
|
16
|
+
const packagePath = join(nodeModulesPath, packageName);
|
|
17
|
+
const packageJsonPath = join(packagePath, 'package.json');
|
|
18
|
+
if (existsSync(packageJsonPath)) {
|
|
19
|
+
if (verbose) {
|
|
20
|
+
console.log('found package at ', packagePath, '\n');
|
|
21
|
+
}
|
|
22
|
+
return packagePath;
|
|
23
|
+
}
|
|
24
|
+
if (dir === repoRootDir) {
|
|
25
|
+
if (verbose) {
|
|
26
|
+
console.log('reached repoRootDir, stopping search');
|
|
27
|
+
}
|
|
28
|
+
return null;
|
|
29
|
+
}
|
|
30
|
+
const parentDir = dirname(dir);
|
|
31
|
+
return findPackage(parentDir, packageName, repoRootDir, verbose);
|
|
32
|
+
};
|
|
33
|
+
export async function createCollectionContent(astroRoot, configFileLocation, verbose) {
|
|
34
|
+
const verboseModeLog = (...messages) => {
|
|
35
|
+
if (verbose) {
|
|
36
|
+
console.log(...messages);
|
|
37
|
+
}
|
|
38
|
+
};
|
|
39
|
+
const config = await getConfig(configFileLocation);
|
|
7
40
|
if (!config) {
|
|
41
|
+
console.error('No config found, please run the `setup` command or manually create a pf-docs.config.mjs file');
|
|
8
42
|
return;
|
|
9
43
|
}
|
|
10
|
-
const { content } = config;
|
|
44
|
+
const { content, repoRoot } = config;
|
|
11
45
|
if (!content) {
|
|
12
46
|
console.error('No content found in config');
|
|
13
47
|
return;
|
|
14
48
|
}
|
|
15
|
-
|
|
49
|
+
verboseModeLog('configuration content entry: ', content, '\n');
|
|
50
|
+
const contentFile = join(astroRoot, 'src', 'content.ts');
|
|
51
|
+
verboseModeLog('Creating content file', contentFile, '\n');
|
|
52
|
+
const configDir = dirname(configFileLocation);
|
|
53
|
+
const repoRootDir = repoRoot ? resolve(configDir, repoRoot) : configDir;
|
|
54
|
+
verboseModeLog('repoRootDir: ', repoRootDir, '\n');
|
|
55
|
+
const contentWithAbsolutePaths = content.map((contentEntry) => {
|
|
56
|
+
if (contentEntry.base) {
|
|
57
|
+
const absoluteBase = resolve(configDir, contentEntry.base);
|
|
58
|
+
verboseModeLog('relative path: ', contentEntry.base);
|
|
59
|
+
verboseModeLog('absolute path: ', absoluteBase, '\n');
|
|
60
|
+
return {
|
|
61
|
+
...contentEntry,
|
|
62
|
+
base: absoluteBase,
|
|
63
|
+
};
|
|
64
|
+
}
|
|
65
|
+
const { packageName } = contentEntry;
|
|
66
|
+
if (!packageName) {
|
|
67
|
+
verboseModeLog('no package name or base path found, skipping entry ', contentEntry.name, '\n');
|
|
68
|
+
return {
|
|
69
|
+
...contentEntry,
|
|
70
|
+
base: null,
|
|
71
|
+
};
|
|
72
|
+
}
|
|
73
|
+
const packagePath = findPackage(configDir, packageName, repoRootDir, verbose);
|
|
74
|
+
return {
|
|
75
|
+
base: packagePath,
|
|
76
|
+
...contentEntry,
|
|
77
|
+
};
|
|
78
|
+
});
|
|
16
79
|
try {
|
|
17
|
-
await writeFile(contentFile, `export const content = ${JSON.stringify(
|
|
80
|
+
await writeFile(contentFile, `export const content = ${JSON.stringify(contentWithAbsolutePaths)}`);
|
|
18
81
|
}
|
|
19
82
|
catch (e) {
|
|
20
83
|
console.error('Error writing content file', e);
|
|
21
84
|
}
|
|
22
85
|
finally {
|
|
23
|
-
|
|
24
|
-
console.log('Content file created');
|
|
25
|
-
}
|
|
86
|
+
verboseModeLog('Content file created');
|
|
26
87
|
}
|
|
27
88
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
globalThis.process ??= {}; globalThis.process.env ??= {};
|
|
2
2
|
import { r as renderers } from './chunks/_@astro-renderers_D4IG6Oyo.mjs';
|
|
3
3
|
import { c as createExports, s as serverEntrypointModule } from './chunks/_@astrojs-ssr-adapter_B_x81DBq.mjs';
|
|
4
|
-
import { manifest } from './
|
|
4
|
+
import { manifest } from './manifest_CJjpUQ_9.mjs';
|
|
5
5
|
|
|
6
6
|
const serverIslandMap = new Map();;
|
|
7
7
|
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
globalThis.process ??= {}; globalThis.process.env ??= {};
|
|
2
|
+
import { o as decodeKey } from './chunks/astro/server_CVEnF9i1.mjs';
|
|
3
|
+
import './chunks/astro-designed-error-pages_CXRddWNa.mjs';
|
|
4
|
+
import { N as NOOP_MIDDLEWARE_FN } from './chunks/noop-middleware_DIXVCvyq.mjs';
|
|
5
|
+
|
|
6
|
+
function sanitizeParams(params) {
|
|
7
|
+
return Object.fromEntries(
|
|
8
|
+
Object.entries(params).map(([key, value]) => {
|
|
9
|
+
if (typeof value === "string") {
|
|
10
|
+
return [key, value.normalize().replace(/#/g, "%23").replace(/\?/g, "%3F")];
|
|
11
|
+
}
|
|
12
|
+
return [key, value];
|
|
13
|
+
})
|
|
14
|
+
);
|
|
15
|
+
}
|
|
16
|
+
function getParameter(part, params) {
|
|
17
|
+
if (part.spread) {
|
|
18
|
+
return params[part.content.slice(3)] || "";
|
|
19
|
+
}
|
|
20
|
+
if (part.dynamic) {
|
|
21
|
+
if (!params[part.content]) {
|
|
22
|
+
throw new TypeError(`Missing parameter: ${part.content}`);
|
|
23
|
+
}
|
|
24
|
+
return params[part.content];
|
|
25
|
+
}
|
|
26
|
+
return part.content.normalize().replace(/\?/g, "%3F").replace(/#/g, "%23").replace(/%5B/g, "[").replace(/%5D/g, "]");
|
|
27
|
+
}
|
|
28
|
+
function getSegment(segment, params) {
|
|
29
|
+
const segmentPath = segment.map((part) => getParameter(part, params)).join("");
|
|
30
|
+
return segmentPath ? "/" + segmentPath : "";
|
|
31
|
+
}
|
|
32
|
+
function getRouteGenerator(segments, addTrailingSlash) {
|
|
33
|
+
return (params) => {
|
|
34
|
+
const sanitizedParams = sanitizeParams(params);
|
|
35
|
+
let trailing = "";
|
|
36
|
+
if (addTrailingSlash === "always" && segments.length) {
|
|
37
|
+
trailing = "/";
|
|
38
|
+
}
|
|
39
|
+
const path = segments.map((segment) => getSegment(segment, sanitizedParams)).join("") + trailing;
|
|
40
|
+
return path || "/";
|
|
41
|
+
};
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
function deserializeRouteData(rawRouteData) {
|
|
45
|
+
return {
|
|
46
|
+
route: rawRouteData.route,
|
|
47
|
+
type: rawRouteData.type,
|
|
48
|
+
pattern: new RegExp(rawRouteData.pattern),
|
|
49
|
+
params: rawRouteData.params,
|
|
50
|
+
component: rawRouteData.component,
|
|
51
|
+
generate: getRouteGenerator(rawRouteData.segments, rawRouteData._meta.trailingSlash),
|
|
52
|
+
pathname: rawRouteData.pathname || void 0,
|
|
53
|
+
segments: rawRouteData.segments,
|
|
54
|
+
prerender: rawRouteData.prerender,
|
|
55
|
+
redirect: rawRouteData.redirect,
|
|
56
|
+
redirectRoute: rawRouteData.redirectRoute ? deserializeRouteData(rawRouteData.redirectRoute) : void 0,
|
|
57
|
+
fallbackRoutes: rawRouteData.fallbackRoutes.map((fallback) => {
|
|
58
|
+
return deserializeRouteData(fallback);
|
|
59
|
+
}),
|
|
60
|
+
isIndex: rawRouteData.isIndex,
|
|
61
|
+
origin: rawRouteData.origin
|
|
62
|
+
};
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
function deserializeManifest(serializedManifest) {
|
|
66
|
+
const routes = [];
|
|
67
|
+
for (const serializedRoute of serializedManifest.routes) {
|
|
68
|
+
routes.push({
|
|
69
|
+
...serializedRoute,
|
|
70
|
+
routeData: deserializeRouteData(serializedRoute.routeData)
|
|
71
|
+
});
|
|
72
|
+
const route = serializedRoute;
|
|
73
|
+
route.routeData = deserializeRouteData(serializedRoute.routeData);
|
|
74
|
+
}
|
|
75
|
+
const assets = new Set(serializedManifest.assets);
|
|
76
|
+
const componentMetadata = new Map(serializedManifest.componentMetadata);
|
|
77
|
+
const inlinedScripts = new Map(serializedManifest.inlinedScripts);
|
|
78
|
+
const clientDirectives = new Map(serializedManifest.clientDirectives);
|
|
79
|
+
const serverIslandNameMap = new Map(serializedManifest.serverIslandNameMap);
|
|
80
|
+
const key = decodeKey(serializedManifest.key);
|
|
81
|
+
return {
|
|
82
|
+
// in case user middleware exists, this no-op middleware will be reassigned (see plugin-ssr.ts)
|
|
83
|
+
middleware() {
|
|
84
|
+
return { onRequest: NOOP_MIDDLEWARE_FN };
|
|
85
|
+
},
|
|
86
|
+
...serializedManifest,
|
|
87
|
+
assets,
|
|
88
|
+
componentMetadata,
|
|
89
|
+
inlinedScripts,
|
|
90
|
+
clientDirectives,
|
|
91
|
+
routes,
|
|
92
|
+
serverIslandNameMap,
|
|
93
|
+
key
|
|
94
|
+
};
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
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/docs/","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/docs/","buildServerDir":"file:///home/runner/work/patternfly-doc-core/patternfly-doc-core/dist/docs/_worker.js/","adapterName":"@astrojs/cloudflare","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/@astrojs/cloudflare/dist/entrypoints/image-endpoint.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}],["/home/runner/work/patternfly-doc-core/patternfly-doc-core/src/components/Masthead.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":{"\u0000astro-internal:middleware":"_astro-internal_middleware.mjs","\u0000noop-actions":"_noop-actions.mjs","\u0000@astro-page:node_modules/@astrojs/cloudflare/dist/entrypoints/image-endpoint@_@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":"index.js","\u0000@astro-renderers":"renderers.mjs","\u0000@astrojs-ssr-adapter":"_@astrojs-ssr-adapter.mjs","\u0000@astrojs-manifest":"manifest_CJjpUQ_9.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/astro/node_modules/unstorage/drivers/cloudflare-kv-binding.mjs":"chunks/cloudflare-kv-binding_DMly_2Gl.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/.astro/content-assets.mjs":"chunks/content-assets_XqCgPAV2.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/.astro/content-modules.mjs":"chunks/content-modules_PMz0mfKv.mjs","\u0000astro:data-layer-content":"chunks/_astro_data-layer-content_Dvh2cBdG.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/astro/dist/assets/services/sharp.js":"chunks/sharp_CXlY1snz.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/AboutModal/examples/AboutModal.mdx?astroPropagatedAssets":"chunks/AboutModal_CrdYiVZ2.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/Accordion/examples/Accordion.mdx?astroPropagatedAssets":"chunks/Accordion_Dbx8tdfD.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/ActionList/examples/ActionList.mdx?astroPropagatedAssets":"chunks/ActionList_Bx7eAKgV.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/Alert/examples/Alert.mdx?astroPropagatedAssets":"chunks/Alert_Cgh0pfMA.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/Avatar/examples/Avatar.mdx?astroPropagatedAssets":"chunks/Avatar_DuNXB-Tl.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/BackToTop/examples/BackToTop.mdx?astroPropagatedAssets":"chunks/BackToTop_B_0NN1kJ.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/Backdrop/examples/Backdrop.mdx?astroPropagatedAssets":"chunks/Backdrop_ByJvccKQ.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/BackgroundImage/examples/BackgroundImage.mdx?astroPropagatedAssets":"chunks/BackgroundImage_BFUrU51J.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/Badge/examples/Badge.mdx?astroPropagatedAssets":"chunks/Badge_DxGDbEGv.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/Banner/examples/Banner.mdx?astroPropagatedAssets":"chunks/Banner_FbFCGml0.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/Brand/examples/Brand.mdx?astroPropagatedAssets":"chunks/Brand_Cjeb58fX.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/Button/examples/Button.mdx?astroPropagatedAssets":"chunks/Button_DbZb-z5h.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/CalendarMonth/examples/CalendarMonth.mdx?astroPropagatedAssets":"chunks/CalendarMonth_BqZc2rYW.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/Breadcrumb/examples/Breadcrumb.mdx?astroPropagatedAssets":"chunks/Breadcrumb_DkNDUMw0.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/Card/examples/Card.mdx?astroPropagatedAssets":"chunks/Card_CEDol7Xx.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/Checkbox/examples/Checkbox.mdx?astroPropagatedAssets":"chunks/Checkbox_BqVpiIvF.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/ClipboardCopy/examples/ClipboardCopy.mdx?astroPropagatedAssets":"chunks/ClipboardCopy_CvrD2b3T.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/CodeBlock/examples/CodeBlock.mdx?astroPropagatedAssets":"chunks/CodeBlock_CuH1PrfL.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/Content/examples/Content.mdx?astroPropagatedAssets":"chunks/Content_lBUC3eEp.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/DatePicker/examples/DatePicker.mdx?astroPropagatedAssets":"chunks/DatePicker_Cw2abdEU.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/Divider/examples/Divider.mdx?astroPropagatedAssets":"chunks/Divider_BgOt1--F.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/DescriptionList/examples/DescriptionList.mdx?astroPropagatedAssets":"chunks/DescriptionList_BTTyevMb.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/Dropdown/examples/Dropdown.mdx?astroPropagatedAssets":"chunks/Dropdown_BjtqviYW.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/Drawer/examples/Drawer.mdx?astroPropagatedAssets":"chunks/Drawer_RrCnySEa.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/EmptyState/examples/EmptyState.mdx?astroPropagatedAssets":"chunks/EmptyState_Ct_PJba3.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/DualListSelector/examples/DualListSelector.mdx?astroPropagatedAssets":"chunks/DualListSelector_8uLukfP0.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/ExpandableSection/examples/ExpandableSection.mdx?astroPropagatedAssets":"chunks/ExpandableSection_DSw76PjZ.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/FileUpload/examples/FileUpload.mdx?astroPropagatedAssets":"chunks/FileUpload_CEvZ0G-d.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/Form/examples/Form.mdx?astroPropagatedAssets":"chunks/Form_olaoRN4o.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/FormSelect/examples/FormSelect.mdx?astroPropagatedAssets":"chunks/FormSelect_C2YPRAlw.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/HelperText/examples/HelperText.mdx?astroPropagatedAssets":"chunks/HelperText_2CcHVaih.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/Icon/examples/Icon.mdx?astroPropagatedAssets":"chunks/Icon_C_Dqbg9w.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/InputGroup/examples/InputGroup.mdx?astroPropagatedAssets":"chunks/InputGroup_CmZgaEyr.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/JumpLinks/examples/JumpLinks.mdx?astroPropagatedAssets":"chunks/JumpLinks_DvM3PVg0.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/Hint/examples/Hint.mdx?astroPropagatedAssets":"chunks/Hint_DHoiYdn6.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/Label/examples/Label.mdx?astroPropagatedAssets":"chunks/Label_Cxir7_Q4.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/List/examples/List.mdx?astroPropagatedAssets":"chunks/List_CWAsiYnN.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/LoginPage/examples/LoginPage.mdx?astroPropagatedAssets":"chunks/LoginPage_BjIl_nF9.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/Masthead/examples/Masthead.mdx?astroPropagatedAssets":"chunks/Masthead_BWjm5CFj.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/MenuToggle/examples/MenuToggle.mdx?astroPropagatedAssets":"chunks/MenuToggle_DeKwv469.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/Menu/examples/Menu.mdx?astroPropagatedAssets":"chunks/Menu_Sl-QVQ_w.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/Modal/examples/Modal.mdx?astroPropagatedAssets":"chunks/Modal_CdokBUDP.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/MultipleFileUpload/examples/MultipleFileUpload.mdx?astroPropagatedAssets":"chunks/MultipleFileUpload_BaHVtkF_.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/NotificationBadge/examples/NotificationBadge.mdx?astroPropagatedAssets":"chunks/NotificationBadge_DO4OLgvO.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/Nav/examples/Nav.mdx?astroPropagatedAssets":"chunks/Nav_DwqATcJ4.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/NotificationDrawer/examples/NotificationDrawer.mdx?astroPropagatedAssets":"chunks/NotificationDrawer_BtpQ4pmZ.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/OverflowMenu/examples/OverflowMenu.mdx?astroPropagatedAssets":"chunks/OverflowMenu_BX4nwFvK.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/NumberInput/examples/NumberInput.mdx?astroPropagatedAssets":"chunks/NumberInput_CggpJ5ge.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/Page/examples/Page.mdx?astroPropagatedAssets":"chunks/Page_Cw_XTB6Y.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/Pagination/examples/Pagination.mdx?astroPropagatedAssets":"chunks/Pagination_Dc5L6yaI.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/Panel/examples/Panel.mdx?astroPropagatedAssets":"chunks/Panel_s8-TwBlS.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/Popover/examples/Popover.mdx?astroPropagatedAssets":"chunks/Popover_CjipqBWs.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/Progress/examples/Progress.mdx?astroPropagatedAssets":"chunks/Progress_BZA5taDC.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/ProgressStepper/examples/ProgressStepper.mdx?astroPropagatedAssets":"chunks/ProgressStepper_DXBI4K2w.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/Radio/examples/Radio.mdx?astroPropagatedAssets":"chunks/Radio_3tPx1coq.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/SearchInput/examples/SearchInput.mdx?astroPropagatedAssets":"chunks/SearchInput_BZ43-Elo.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/Sidebar/examples/Sidebar.mdx?astroPropagatedAssets":"chunks/Sidebar_Bto2_gKJ.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/SimpleList/examples/SimpleList.mdx?astroPropagatedAssets":"chunks/SimpleList_CVkO5Odp.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/Select/examples/Select.mdx?astroPropagatedAssets":"chunks/Select_CJ78kBVM.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/Skeleton/examples/Skeleton.mdx?astroPropagatedAssets":"chunks/Skeleton_CCJNka-d.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/Slider/examples/Slider.mdx?astroPropagatedAssets":"chunks/Slider_C0bH-JMY.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/SkipToContent/examples/SkipToContent.mdx?astroPropagatedAssets":"chunks/SkipToContent_o7vh-U_u.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/Spinner/examples/Spinner.mdx?astroPropagatedAssets":"chunks/Spinner_B-x8bJt0.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/Switch/examples/Switch.mdx?astroPropagatedAssets":"chunks/Switch_Du7AKJ4O.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/TextArea/examples/TextArea.mdx?astroPropagatedAssets":"chunks/TextArea_Dtm0m8LO.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/Tabs/examples/Tabs.mdx?astroPropagatedAssets":"chunks/Tabs_CzDrfKA-.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/TextInput/examples/TextInput.mdx?astroPropagatedAssets":"chunks/TextInput_CmLcsUiv.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/TextInputGroup/examples/TextInputGroup.mdx?astroPropagatedAssets":"chunks/TextInputGroup_mJpBrogC.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/TimePicker/examples/TimePicker.mdx?astroPropagatedAssets":"chunks/TimePicker_CijfSKJQ.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/Timestamp/examples/Timestamp.mdx?astroPropagatedAssets":"chunks/Timestamp_c2Mozpr4.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/Title/examples/Title.mdx?astroPropagatedAssets":"chunks/Title_DbrwFEEy.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/ToggleGroup/examples/ToggleGroup.mdx?astroPropagatedAssets":"chunks/ToggleGroup_j1ooRpX3.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/Tooltip/examples/Tooltip.mdx?astroPropagatedAssets":"chunks/Tooltip_Bp5XOVoV.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/Toolbar/examples/Toolbar.mdx?astroPropagatedAssets":"chunks/Toolbar_mjrD3_l-.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/TreeView/examples/TreeView.mdx?astroPropagatedAssets":"chunks/TreeView_CgO4iC1E.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/Wizard/examples/Wizard.mdx?astroPropagatedAssets":"chunks/Wizard_BOCBVIjJ.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/Truncate/examples/Truncate.mdx?astroPropagatedAssets":"chunks/Truncate_Bn55QoeZ.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/DataList/examples/DataList.mdx?astroPropagatedAssets":"chunks/DataList_CaFvg0uz.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/deprecated/components/Chip/examples/Chip.mdx?astroPropagatedAssets":"chunks/Chip_C23BxFTk.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/deprecated/components/DragDrop/examples/DragDrop.mdx?astroPropagatedAssets":"chunks/DragDrop_DId590rN.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/deprecated/components/DualListSelector/examples/DualListSelector.mdx?astroPropagatedAssets":"chunks/DualListSelector_Bgj1IWqe.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/deprecated/components/Modal/examples/Modal.mdx?astroPropagatedAssets":"chunks/Modal_DJRobnfc.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/deprecated/components/Tile/examples/Tile.mdx?astroPropagatedAssets":"chunks/Tile_CF_12LPU.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/deprecated/components/Wizard/examples/Wizard.mdx?astroPropagatedAssets":"chunks/Wizard_B28f3non.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/AboutModal/examples/AboutModal.mdx":"chunks/AboutModal_D3R-r6ju.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/Accordion/examples/Accordion.mdx":"chunks/Accordion_sjy0EnPK.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/ActionList/examples/ActionList.mdx":"chunks/ActionList_CuygbYGp.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/Alert/examples/Alert.mdx":"chunks/Alert_CplJ22O9.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/Avatar/examples/Avatar.mdx":"chunks/Avatar_BszzDSZB.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/BackToTop/examples/BackToTop.mdx":"chunks/BackToTop_DKY1zHBL.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/Backdrop/examples/Backdrop.mdx":"chunks/Backdrop_D12wBLrB.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/BackgroundImage/examples/BackgroundImage.mdx":"chunks/BackgroundImage_7zaRIuh-.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/Badge/examples/Badge.mdx":"chunks/Badge_DloPmeMn.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/Banner/examples/Banner.mdx":"chunks/Banner_4Te4yy7I.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/Brand/examples/Brand.mdx":"chunks/Brand_DZEvbkMH.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/Button/examples/Button.mdx":"chunks/Button_BqggYTWh.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/CalendarMonth/examples/CalendarMonth.mdx":"chunks/CalendarMonth_BdoIQD1o.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/Breadcrumb/examples/Breadcrumb.mdx":"chunks/Breadcrumb_bVSwIfTk.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/Card/examples/Card.mdx":"chunks/Card_BW6WmwTW.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/Checkbox/examples/Checkbox.mdx":"chunks/Checkbox_DSYhfv7p.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/ClipboardCopy/examples/ClipboardCopy.mdx":"chunks/ClipboardCopy_BjySfoK1.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/CodeBlock/examples/CodeBlock.mdx":"chunks/CodeBlock_DK5AauFn.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/Content/examples/Content.mdx":"chunks/Content_BfZIFUr8.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/DatePicker/examples/DatePicker.mdx":"chunks/DatePicker_bYwsFHXL.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/Divider/examples/Divider.mdx":"chunks/Divider_Bh7n4QTo.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/DescriptionList/examples/DescriptionList.mdx":"chunks/DescriptionList_Dr51d-67.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/Dropdown/examples/Dropdown.mdx":"chunks/Dropdown_GiUvjFPw.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/Drawer/examples/Drawer.mdx":"chunks/Drawer_BVywTMVo.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/EmptyState/examples/EmptyState.mdx":"chunks/EmptyState_Dk3hKJlg.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/DualListSelector/examples/DualListSelector.mdx":"chunks/DualListSelector_DLgspM0s.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/ExpandableSection/examples/ExpandableSection.mdx":"chunks/ExpandableSection_vUQO3FgG.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/FileUpload/examples/FileUpload.mdx":"chunks/FileUpload_Ci_s8Ghd.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/Form/examples/Form.mdx":"chunks/Form_Dyb98Nez.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/FormSelect/examples/FormSelect.mdx":"chunks/FormSelect_DWShl8Fb.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/HelperText/examples/HelperText.mdx":"chunks/HelperText_DthGttZo.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/Icon/examples/Icon.mdx":"chunks/Icon_C4IPnIAg.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/InputGroup/examples/InputGroup.mdx":"chunks/InputGroup_CDKP-uXZ.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/JumpLinks/examples/JumpLinks.mdx":"chunks/JumpLinks_Dvdlxdps.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/Hint/examples/Hint.mdx":"chunks/Hint_BXDZKYhJ.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/Label/examples/Label.mdx":"chunks/Label_C7fP9Jp9.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/List/examples/List.mdx":"chunks/List_CUgwFnXa.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/LoginPage/examples/LoginPage.mdx":"chunks/LoginPage_BDfliKtU.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/Masthead/examples/Masthead.mdx":"chunks/Masthead_BZnYzDu_.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/MenuToggle/examples/MenuToggle.mdx":"chunks/MenuToggle_DmJISlPR.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/Menu/examples/Menu.mdx":"chunks/Menu_DRRoq5PM.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/Modal/examples/Modal.mdx":"chunks/Modal_BI2dVPRJ.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/MultipleFileUpload/examples/MultipleFileUpload.mdx":"chunks/MultipleFileUpload_BznvLbsj.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/NotificationBadge/examples/NotificationBadge.mdx":"chunks/NotificationBadge_DjINhOQ5.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/Nav/examples/Nav.mdx":"chunks/Nav_GZ0nRYXE.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/NotificationDrawer/examples/NotificationDrawer.mdx":"chunks/NotificationDrawer_D1lmMCgd.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/OverflowMenu/examples/OverflowMenu.mdx":"chunks/OverflowMenu_DnQ7wMy-.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/NumberInput/examples/NumberInput.mdx":"chunks/NumberInput_zMcSUUwH.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/Page/examples/Page.mdx":"chunks/Page_UhywZXdY.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/Pagination/examples/Pagination.mdx":"chunks/Pagination_7rr0n7-V.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/Panel/examples/Panel.mdx":"chunks/Panel_Bl_LqCWS.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/Popover/examples/Popover.mdx":"chunks/Popover_DvQgGJTf.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/Progress/examples/Progress.mdx":"chunks/Progress_CIgybc-D.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/ProgressStepper/examples/ProgressStepper.mdx":"chunks/ProgressStepper_lBd5mTHE.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/Radio/examples/Radio.mdx":"chunks/Radio_BG7VZAk6.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/SearchInput/examples/SearchInput.mdx":"chunks/SearchInput_aCFv-N1U.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/Sidebar/examples/Sidebar.mdx":"chunks/Sidebar_DOfifBRA.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/SimpleList/examples/SimpleList.mdx":"chunks/SimpleList_oJajk3_z.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/Select/examples/Select.mdx":"chunks/Select_B4cumL7U.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/Skeleton/examples/Skeleton.mdx":"chunks/Skeleton_N02yA_k6.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/Slider/examples/Slider.mdx":"chunks/Slider_CWRDqhx4.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/SkipToContent/examples/SkipToContent.mdx":"chunks/SkipToContent_DvOYRCWm.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/Spinner/examples/Spinner.mdx":"chunks/Spinner_hzAAbZdS.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/Switch/examples/Switch.mdx":"chunks/Switch_Cpr1OETy.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/TextArea/examples/TextArea.mdx":"chunks/TextArea_C1dmG8mr.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/Tabs/examples/Tabs.mdx":"chunks/Tabs_KXDkISY4.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/TextInput/examples/TextInput.mdx":"chunks/TextInput_B0XLYaVA.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/TextInputGroup/examples/TextInputGroup.mdx":"chunks/TextInputGroup_D0NXU95v.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/TimePicker/examples/TimePicker.mdx":"chunks/TimePicker_VX9VE-Uy.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/Timestamp/examples/Timestamp.mdx":"chunks/Timestamp_D7uyrIK7.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/Title/examples/Title.mdx":"chunks/Title_DlFn7G9R.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/ToggleGroup/examples/ToggleGroup.mdx":"chunks/ToggleGroup_DpLWzfAW.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/Tooltip/examples/Tooltip.mdx":"chunks/Tooltip_BrFKk02i.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/Toolbar/examples/Toolbar.mdx":"chunks/Toolbar_BEIh7r7J.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/TreeView/examples/TreeView.mdx":"chunks/TreeView_BImfKPD_.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/Wizard/examples/Wizard.mdx":"chunks/Wizard_C2sit354.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/Truncate/examples/Truncate.mdx":"chunks/Truncate_S939OotH.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/components/DataList/examples/DataList.mdx":"chunks/DataList_CSJAkMMZ.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/deprecated/components/Chip/examples/Chip.mdx":"chunks/Chip_BciXepRF.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/deprecated/components/DragDrop/examples/DragDrop.mdx":"chunks/DragDrop_BF-aF6Z8.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/deprecated/components/DualListSelector/examples/DualListSelector.mdx":"chunks/DualListSelector_C5QjTplp.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/deprecated/components/Modal/examples/Modal.mdx":"chunks/Modal_6WZzoDHU.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/deprecated/components/Tile/examples/Tile.mdx":"chunks/Tile_DJ0LawLW.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/node_modules/@patternfly/react-core/src/deprecated/components/Wizard/examples/Wizard.mdx":"chunks/Wizard_B4Dw5Yc8.mjs","/home/runner/work/patternfly-doc-core/patternfly-doc-core/src/components/PageToggle":"_astro/PageToggle.DBsLIFpI.js","/home/runner/work/patternfly-doc-core/patternfly-doc-core/src/components/Toolbar.tsx":"_astro/Toolbar.BNjGRsAQ.js","/home/runner/work/patternfly-doc-core/patternfly-doc-core/src/components/section-gallery/SectionGallery":"_astro/SectionGallery.B0I2mi5J.js","/home/runner/work/patternfly-doc-core/patternfly-doc-core/src/components/LiveExample":"_astro/LiveExample.B5R4Dzng.js","/home/runner/work/patternfly-doc-core/patternfly-doc-core/src/components/PropsTables":"_astro/PropsTables.YkW1puJk.js","/home/runner/work/patternfly-doc-core/patternfly-doc-core/src/components/Navigation.tsx":"_astro/Navigation.B2RHZcqO.js","/home/runner/work/patternfly-doc-core/patternfly-doc-core/src/components/CSSTable":"_astro/CSSTable.-Emc9iTg.js","@astrojs/react/client.js":"_astro/client.DN8ES6L5.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.BguqvUxW.js","/home/runner/work/patternfly-doc-core/patternfly-doc-core/src/layouts/Main.astro?astro&type=script&index=1&lang.ts":"_astro/Main.astro_astro_type_script_index_1_lang.BeSTw7zk.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.CtSceO8m.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 n=e=>{requestAnimationFrame(()=>{document.documentElement.classList.toggle(\"pf-v6-theme-dark\",e===\"dark\")})};document.addEventListener(\"astro:before-swap\",()=>{const e=localStorage.getItem(\"theme-preference\");n(e||\"light\")});const o=e=>{const t=document.querySelector(e);t&&t.scrollIntoView({behavior:\"smooth\"})};document.addEventListener(\"DOMContentLoaded\",()=>{if(window.location.hash){const e=window.location.hash;history.replaceState(null,\"\",\" \"),setTimeout(()=>{o(e),history.replaceState(null,\"\",e)},500)}});window.addEventListener(\"hashchange\",()=>{window.location.hash&&o(window.location.hash)});"],["/home/runner/work/patternfly-doc-core/patternfly-doc-core/src/layouts/Main.astro?astro&type=script&index=1&lang.ts","try{localStorage.getItem(\"theme-preference\")===\"dark\"&&document.documentElement.classList.add(\"pf-v6-theme-dark\")}catch(e){console.error(\"Failed to set initial theme:\",e)}"]],"assets":["/_astro/RedHatTextVF.wYvZ7prR.woff2","/_astro/RedHatDisplayVF.CYDHf1NI.woff2","/_astro/RedHatTextVF-Italic.Dkj_WqbA.woff2","/_astro/RedHatDisplayVF-Italic.CRpusWc8.woff2","/_astro/RedHatMonoVF.C4fMH6Vz.woff2","/_astro/fa-solid-900.DguXoeIz.woff2","/_astro/RedHatMonoVF-Italic.DGQo2ogW.woff2","/_astro/pf-v6-pficon.Dy6oiu9u.woff2","/_astro/_page_.BG_fQ4i5.css","/PF-HorizontalLogo-Color.svg","/PF-HorizontalLogo-Reverse.svg","/avatarImg.svg","/avatarImgDark.svg","/favicon.svg","/_astro/AutoLinkHeader.BijNRLMB.js","/_astro/AutoLinkHeader.Chv_bGyU.css","/_astro/Button.BVfR1y85.js","/_astro/CSSTable.-Emc9iTg.js","/_astro/ClientRouter.astro_astro_type_script_index_0_lang.CtSceO8m.js","/_astro/Content.CYLxURqU.js","/_astro/DropdownList.DP2npVYh.js","/_astro/Label.CM_es7Cu.js","/_astro/LiveExample.B5R4Dzng.js","/_astro/LiveExample.CxJsMvEq.css","/_astro/Navigation.B2RHZcqO.js","/_astro/PageContext.BUbWpNW2.js","/_astro/PageSidebarBody.DgDLnRuY.js","/_astro/PageToggle.DBsLIFpI.js","/_astro/PropsTables.D6ZI3FGj.css","/_astro/PropsTables.YkW1puJk.js","/_astro/SearchInput.CQ7aDztp.js","/_astro/SectionGallery.B0I2mi5J.js","/_astro/StackItem.CMxajCCo.js","/_astro/Toolbar.BNjGRsAQ.js","/_astro/ToolbarContent.CAAHjZHW.js","/_astro/_page_.DxJDkZPc.css","/_astro/angle-down-icon.Dqz5ba9D.js","/_astro/angle-left-icon.CfKwuSCS.js","/_astro/bars-icon.wdJgEs3A.js","/_astro/c_table__sticky_cell_InsetInlineStart.DGzYmtkF.js","/_astro/client.DN8ES6L5.js","/_astro/divider.BP4XR7uq.js","/_astro/github-icon.DzpohUp_.js","/_astro/index.BQFV5hT1.js","/_astro/index.CAChmxYj.js","/_astro/index.DGdw5tfb.js","/_astro/index.eCxJ45ll.js","/_astro/page.BTC3Kf3x.js","/_astro/patternfly_charts.CpLYMsW2.js","/_astro/resizeObserver.BgQpxO8W.js","/_worker.js/_@astrojs-ssr-adapter.mjs","/_worker.js/_astro-internal_middleware.mjs","/_worker.js/_noop-actions.mjs","/_worker.js/index.js","/_worker.js/renderers.mjs","/content/typography/line-height.png","/_worker.js/_astro/RedHatDisplayVF-Italic.CRpusWc8.woff2","/_worker.js/_astro/RedHatDisplayVF.CYDHf1NI.woff2","/_worker.js/_astro/RedHatMonoVF-Italic.DGQo2ogW.woff2","/_worker.js/_astro/RedHatMonoVF.C4fMH6Vz.woff2","/_worker.js/_astro/RedHatTextVF-Italic.Dkj_WqbA.woff2","/_worker.js/_astro/RedHatTextVF.wYvZ7prR.woff2","/_worker.js/_astro/_page_.BG_fQ4i5.css","/_worker.js/_astro/fa-solid-900.DguXoeIz.woff2","/_worker.js/_astro/pf-v6-pficon.Dy6oiu9u.woff2","/_worker.js/pages/_image.astro.mjs","/_worker.js/pages/index.astro.mjs","/_worker.js/pages/props.astro.mjs","/_worker.js/chunks/AboutModal_CrdYiVZ2.mjs","/_worker.js/chunks/AboutModal_D3R-r6ju.mjs","/_worker.js/chunks/Accordion_Dbx8tdfD.mjs","/_worker.js/chunks/Accordion_sjy0EnPK.mjs","/_worker.js/chunks/ActionList_Bx7eAKgV.mjs","/_worker.js/chunks/ActionList_CuygbYGp.mjs","/_worker.js/chunks/Alert_Cgh0pfMA.mjs","/_worker.js/chunks/Alert_CplJ22O9.mjs","/_worker.js/chunks/Avatar_BszzDSZB.mjs","/_worker.js/chunks/Avatar_DuNXB-Tl.mjs","/_worker.js/chunks/BackToTop_B_0NN1kJ.mjs","/_worker.js/chunks/BackToTop_DKY1zHBL.mjs","/_worker.js/chunks/Backdrop_ByJvccKQ.mjs","/_worker.js/chunks/Backdrop_D12wBLrB.mjs","/_worker.js/chunks/BackgroundImage_7zaRIuh-.mjs","/_worker.js/chunks/BackgroundImage_BFUrU51J.mjs","/_worker.js/chunks/Badge_DloPmeMn.mjs","/_worker.js/chunks/Badge_DxGDbEGv.mjs","/_worker.js/chunks/Banner_4Te4yy7I.mjs","/_worker.js/chunks/Banner_FbFCGml0.mjs","/_worker.js/chunks/Brand_Cjeb58fX.mjs","/_worker.js/chunks/Brand_DZEvbkMH.mjs","/_worker.js/chunks/Breadcrumb_DkNDUMw0.mjs","/_worker.js/chunks/Breadcrumb_bVSwIfTk.mjs","/_worker.js/chunks/Button_BqggYTWh.mjs","/_worker.js/chunks/Button_DbZb-z5h.mjs","/_worker.js/chunks/CalendarMonth_BdoIQD1o.mjs","/_worker.js/chunks/CalendarMonth_BqZc2rYW.mjs","/_worker.js/chunks/Card_BW6WmwTW.mjs","/_worker.js/chunks/Card_CEDol7Xx.mjs","/_worker.js/chunks/Checkbox_BqVpiIvF.mjs","/_worker.js/chunks/Checkbox_DSYhfv7p.mjs","/_worker.js/chunks/Chip_BciXepRF.mjs","/_worker.js/chunks/Chip_C23BxFTk.mjs","/_worker.js/chunks/ClipboardCopy_BjySfoK1.mjs","/_worker.js/chunks/ClipboardCopy_CvrD2b3T.mjs","/_worker.js/chunks/CodeBlock_CuH1PrfL.mjs","/_worker.js/chunks/CodeBlock_DK5AauFn.mjs","/_worker.js/chunks/Content_BfZIFUr8.mjs","/_worker.js/chunks/Content_lBUC3eEp.mjs","/_worker.js/chunks/DataList_CSJAkMMZ.mjs","/_worker.js/chunks/DataList_CaFvg0uz.mjs","/_worker.js/chunks/DatePicker_Cw2abdEU.mjs","/_worker.js/chunks/DatePicker_bYwsFHXL.mjs","/_worker.js/chunks/DescriptionList_BTTyevMb.mjs","/_worker.js/chunks/DescriptionList_Dr51d-67.mjs","/_worker.js/chunks/Divider_BgOt1--F.mjs","/_worker.js/chunks/Divider_Bh7n4QTo.mjs","/_worker.js/chunks/DocsTables_QNG9N-77.mjs","/_worker.js/chunks/DragDrop_BF-aF6Z8.mjs","/_worker.js/chunks/DragDrop_DId590rN.mjs","/_worker.js/chunks/Drawer_BVywTMVo.mjs","/_worker.js/chunks/Drawer_RrCnySEa.mjs","/_worker.js/chunks/Dropdown_BjtqviYW.mjs","/_worker.js/chunks/Dropdown_GiUvjFPw.mjs","/_worker.js/chunks/DualListSelector_8uLukfP0.mjs","/_worker.js/chunks/DualListSelector_Bgj1IWqe.mjs","/_worker.js/chunks/DualListSelector_C5QjTplp.mjs","/_worker.js/chunks/DualListSelector_DLgspM0s.mjs","/_worker.js/chunks/EmptyState_Ct_PJba3.mjs","/_worker.js/chunks/EmptyState_Dk3hKJlg.mjs","/_worker.js/chunks/ExpandableSection_DSw76PjZ.mjs","/_worker.js/chunks/ExpandableSection_vUQO3FgG.mjs","/_worker.js/chunks/FileUpload_CEvZ0G-d.mjs","/_worker.js/chunks/FileUpload_Ci_s8Ghd.mjs","/_worker.js/chunks/FormSelect_C2YPRAlw.mjs","/_worker.js/chunks/FormSelect_DWShl8Fb.mjs","/_worker.js/chunks/Form_Dyb98Nez.mjs","/_worker.js/chunks/Form_olaoRN4o.mjs","/_worker.js/chunks/HelperText_2CcHVaih.mjs","/_worker.js/chunks/HelperText_DthGttZo.mjs","/_worker.js/chunks/Hint_BXDZKYhJ.mjs","/_worker.js/chunks/Hint_DHoiYdn6.mjs","/_worker.js/chunks/Icon_C4IPnIAg.mjs","/_worker.js/chunks/Icon_C_Dqbg9w.mjs","/_worker.js/chunks/InputGroup_CDKP-uXZ.mjs","/_worker.js/chunks/InputGroup_CmZgaEyr.mjs","/_worker.js/chunks/JumpLinks_DvM3PVg0.mjs","/_worker.js/chunks/JumpLinks_Dvdlxdps.mjs","/_worker.js/chunks/Label_C7fP9Jp9.mjs","/_worker.js/chunks/Label_Cxir7_Q4.mjs","/_worker.js/chunks/List_CUgwFnXa.mjs","/_worker.js/chunks/List_CWAsiYnN.mjs","/_worker.js/chunks/LoginPage_BDfliKtU.mjs","/_worker.js/chunks/LoginPage_BjIl_nF9.mjs","/_worker.js/chunks/Main_BQDLYWIa.mjs","/_worker.js/chunks/Masthead_BWjm5CFj.mjs","/_worker.js/chunks/Masthead_BZnYzDu_.mjs","/_worker.js/chunks/MenuToggle_DeKwv469.mjs","/_worker.js/chunks/MenuToggle_DmJISlPR.mjs","/_worker.js/chunks/Menu_DRRoq5PM.mjs","/_worker.js/chunks/Menu_Sl-QVQ_w.mjs","/_worker.js/chunks/Modal_6WZzoDHU.mjs","/_worker.js/chunks/Modal_BI2dVPRJ.mjs","/_worker.js/chunks/Modal_CdokBUDP.mjs","/_worker.js/chunks/Modal_DJRobnfc.mjs","/_worker.js/chunks/MultipleFileUpload_BaHVtkF_.mjs","/_worker.js/chunks/MultipleFileUpload_BznvLbsj.mjs","/_worker.js/chunks/Nav_DwqATcJ4.mjs","/_worker.js/chunks/Nav_GZ0nRYXE.mjs","/_worker.js/chunks/NotificationBadge_DO4OLgvO.mjs","/_worker.js/chunks/NotificationBadge_DjINhOQ5.mjs","/_worker.js/chunks/NotificationDrawer_BtpQ4pmZ.mjs","/_worker.js/chunks/NotificationDrawer_D1lmMCgd.mjs","/_worker.js/chunks/NumberInput_CggpJ5ge.mjs","/_worker.js/chunks/NumberInput_zMcSUUwH.mjs","/_worker.js/chunks/OverflowMenu_BX4nwFvK.mjs","/_worker.js/chunks/OverflowMenu_DnQ7wMy-.mjs","/_worker.js/chunks/Page_Cw_XTB6Y.mjs","/_worker.js/chunks/Page_UhywZXdY.mjs","/_worker.js/chunks/Pagination_7rr0n7-V.mjs","/_worker.js/chunks/Pagination_Dc5L6yaI.mjs","/_worker.js/chunks/Panel_Bl_LqCWS.mjs","/_worker.js/chunks/Panel_s8-TwBlS.mjs","/_worker.js/chunks/Popover_CjipqBWs.mjs","/_worker.js/chunks/Popover_DvQgGJTf.mjs","/_worker.js/chunks/ProgressStepper_DXBI4K2w.mjs","/_worker.js/chunks/ProgressStepper_lBd5mTHE.mjs","/_worker.js/chunks/Progress_BZA5taDC.mjs","/_worker.js/chunks/Progress_CIgybc-D.mjs","/_worker.js/chunks/Radio_3tPx1coq.mjs","/_worker.js/chunks/Radio_BG7VZAk6.mjs","/_worker.js/chunks/SearchInput_BZ43-Elo.mjs","/_worker.js/chunks/SearchInput_aCFv-N1U.mjs","/_worker.js/chunks/Select_B4cumL7U.mjs","/_worker.js/chunks/Select_CJ78kBVM.mjs","/_worker.js/chunks/Sidebar_Bto2_gKJ.mjs","/_worker.js/chunks/Sidebar_DOfifBRA.mjs","/_worker.js/chunks/SimpleList_CVkO5Odp.mjs","/_worker.js/chunks/SimpleList_oJajk3_z.mjs","/_worker.js/chunks/Skeleton_CCJNka-d.mjs","/_worker.js/chunks/Skeleton_N02yA_k6.mjs","/_worker.js/chunks/SkipToContent_DvOYRCWm.mjs","/_worker.js/chunks/SkipToContent_o7vh-U_u.mjs","/_worker.js/chunks/Slider_C0bH-JMY.mjs","/_worker.js/chunks/Slider_CWRDqhx4.mjs","/_worker.js/chunks/Spinner_B-x8bJt0.mjs","/_worker.js/chunks/Spinner_hzAAbZdS.mjs","/_worker.js/chunks/Switch_Cpr1OETy.mjs","/_worker.js/chunks/Switch_Du7AKJ4O.mjs","/_worker.js/chunks/Tabs_CzDrfKA-.mjs","/_worker.js/chunks/Tabs_KXDkISY4.mjs","/_worker.js/chunks/TextArea_C1dmG8mr.mjs","/_worker.js/chunks/TextArea_Dtm0m8LO.mjs","/_worker.js/chunks/TextInputGroup_D0NXU95v.mjs","/_worker.js/chunks/TextInputGroup_mJpBrogC.mjs","/_worker.js/chunks/TextInput_B0XLYaVA.mjs","/_worker.js/chunks/TextInput_CmLcsUiv.mjs","/_worker.js/chunks/Tile_CF_12LPU.mjs","/_worker.js/chunks/Tile_DJ0LawLW.mjs","/_worker.js/chunks/TimePicker_CijfSKJQ.mjs","/_worker.js/chunks/TimePicker_VX9VE-Uy.mjs","/_worker.js/chunks/Timestamp_D7uyrIK7.mjs","/_worker.js/chunks/Timestamp_c2Mozpr4.mjs","/_worker.js/chunks/Title_DbrwFEEy.mjs","/_worker.js/chunks/Title_DlFn7G9R.mjs","/_worker.js/chunks/ToggleGroup_DpLWzfAW.mjs","/_worker.js/chunks/ToggleGroup_j1ooRpX3.mjs","/_worker.js/chunks/Toolbar_BEIh7r7J.mjs","/_worker.js/chunks/Toolbar_mjrD3_l-.mjs","/_worker.js/chunks/Tooltip_Bp5XOVoV.mjs","/_worker.js/chunks/Tooltip_BrFKk02i.mjs","/_worker.js/chunks/TreeView_BImfKPD_.mjs","/_worker.js/chunks/TreeView_CgO4iC1E.mjs","/_worker.js/chunks/Truncate_Bn55QoeZ.mjs","/_worker.js/chunks/Truncate_S939OotH.mjs","/_worker.js/chunks/Wizard_B28f3non.mjs","/_worker.js/chunks/Wizard_B4Dw5Yc8.mjs","/_worker.js/chunks/Wizard_BOCBVIjJ.mjs","/_worker.js/chunks/Wizard_C2sit354.mjs","/_worker.js/chunks/_@astro-renderers_D4IG6Oyo.mjs","/_worker.js/chunks/_@astrojs-ssr-adapter_B_x81DBq.mjs","/_worker.js/chunks/_astro_assets_gAZzkAab.mjs","/_worker.js/chunks/_astro_data-layer-content_Dvh2cBdG.mjs","/_worker.js/chunks/astro-designed-error-pages_CXRddWNa.mjs","/_worker.js/chunks/astro_D_P8M0Qu.mjs","/_worker.js/chunks/cloudflare-kv-binding_DMly_2Gl.mjs","/_worker.js/chunks/content-assets_XqCgPAV2.mjs","/_worker.js/chunks/content-modules_PMz0mfKv.mjs","/_worker.js/chunks/index_CYXMeXT4.mjs","/_worker.js/chunks/noop-middleware_DIXVCvyq.mjs","/_worker.js/chunks/parse_EttCPxrw.mjs","/_worker.js/chunks/path_C-ZOwaTP.mjs","/_worker.js/chunks/sharp_CXlY1snz.mjs","/_worker.js/pages/_section_/_---page_.astro.mjs","/_worker.js/chunks/astro/server_CVEnF9i1.mjs","/_worker.js/pages/_section_/_page_/_---tab_.astro.mjs","/index.html"],"buildFormat":"directory","checkOrigin":true,"serverIslandNameMap":[],"key":"98+4Fi3sLrtnoXNwH5zmQ3UBi8SH2/VpSnObQxp5LB0=","sessionConfig":{"driver":"cloudflare-kv-binding","options":{"binding":"SESSION"}}});
|
|
98
|
+
if (manifest.sessionConfig) manifest.sessionConfig.driverModule = () => import('./chunks/cloudflare-kv-binding_DMly_2Gl.mjs');
|
|
99
|
+
|
|
100
|
+
export { manifest };
|
|
@@ -3,16 +3,34 @@ import { readFileSync } from 'node:fs';
|
|
|
3
3
|
import { join } from 'node:path';
|
|
4
4
|
export { r as renderers } from '../chunks/_@astro-renderers_D4IG6Oyo.mjs';
|
|
5
5
|
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
const
|
|
6
|
+
async function getConfig(fileLocation) {
|
|
7
|
+
try {
|
|
8
|
+
const { config } = await import(fileLocation);
|
|
9
|
+
return config;
|
|
10
|
+
} catch (e) {
|
|
11
|
+
if (["ERR_MODULE_NOT_FOUND", "MODULE_NOT_FOUND"].includes(e.code)) {
|
|
12
|
+
console.error(
|
|
13
|
+
"pf-docs.config.mjs not found, have you created it at the root of your package?"
|
|
14
|
+
);
|
|
15
|
+
return;
|
|
16
|
+
}
|
|
17
|
+
console.error(e);
|
|
18
|
+
return;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
|
|
9
22
|
const prerender = false;
|
|
10
23
|
async function GET({ request }) {
|
|
24
|
+
const config = await getConfig(`${process.cwd()}/pf-docs.config.mjs`);
|
|
25
|
+
const outputDir = config?.outputDir || join(process.cwd(), "dist");
|
|
26
|
+
const propsFilePath = join(outputDir, "props.json");
|
|
27
|
+
const propsDataFile = readFileSync(propsFilePath);
|
|
28
|
+
const props = JSON.parse(propsDataFile.toString());
|
|
11
29
|
const queryParams = new URL(request.url).searchParams;
|
|
12
30
|
const components = queryParams.get("components");
|
|
13
31
|
const componentsArray = components?.split(",");
|
|
14
|
-
const
|
|
15
|
-
return new Response(JSON.stringify(
|
|
32
|
+
const propsData = componentsArray?.map((component) => props[component]);
|
|
33
|
+
return new Response(JSON.stringify(propsData));
|
|
16
34
|
}
|
|
17
35
|
|
|
18
36
|
const _page = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|