Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/documentation-site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"build": "yarn build:ts && pf-docs-framework build all",
"build:server": "pf-docs-framework build server",
"build:client": "pf-docs-framework build client",
"build:ts": "tsc --project patternfly-docs/content/foundations-and-styles/styles/motion/tsconfig.json && tsc --project patternfly-docs/content/AI/Compass/tsconfig.json",
"build:ts": "tsc --project patternfly-docs/content/foundations-and-styles/styles/motion/tsconfig.json && tsc --project patternfly-docs/content/AI/generative-uis/compass/tsconfig.json",
"clean": "rimraf -rf .cache public size-plugin.json patternfly-docs/generated/**/*.js",
"develop": "yarn build:ts && pf-docs-framework start",
"generate": "pf-docs-framework generate",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import React from 'react';
export declare const CompassIntegrationsDemo: React.FunctionComponent;
//# sourceMappingURL=CompassIntegrationsDemo.d.ts.map

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import "@xyflow/react/dist/style.css";
import "./reactFlowOverrides.css";
export declare const CompassReactFlowDemo: () => import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=CompassReactFlowDemo.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import React from "react";
export declare const RHAiExperienceIcon: React.FunctionComponent;
//# sourceMappingURL=RHAiExperienceIcon.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import React from "react";
export declare const RHAutomationsLogo: React.FunctionComponent;
//# sourceMappingURL=RHAutomationsLogo.d.ts.map
Loading