Skip to content

Commit e6bf80a

Browse files
committed
fix the build
1 parent b52f76d commit e6bf80a

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

packages/documentation-framework/components/example/example.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ export const Example = ({
167167
<div id={previewId} className={css(className, 'pf-v6-u-h-100')}>
168168
{livePreview}
169169
{(hasDarkThemeSwitcher || hasRTLSwitcher) && (
170-
<Flex direction={{ default: 'column' }} gap={{ default: 'gapLg' }} className="ws-full-page-utils pf-v5-m-dir-ltr ">
170+
<Flex direction={{ default: 'column' }} gap={{ default: 'gapLg' }} className="ws-full-page-utils pf-v6-m-dir-ltr ">
171171
{hasDarkThemeSwitcher && (
172172
<Switch id="ws-example-theme-switch" label="Dark theme" defaultChecked={false} onChange={() =>
173173
document.querySelector('html').classList.toggle('pf-v5-theme-dark')} />
@@ -248,7 +248,7 @@ export const Example = ({
248248
className={css(
249249
className,
250250
isFullscreen ? 'ws-preview-fullscreen' : 'ws-preview',
251-
isRTL && 'pf-v5-m-dir-rtl')
251+
isRTL && 'pf-v6-m-dir-rtl')
252252
}
253253
>
254254
{livePreview}

packages/documentation-site/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"screenshots": "pf-docs-framework screenshots"
1818
},
1919
"dependencies": {
20-
"@patternfly/documentation-framework": "6.0.0-alpha.13",
20+
"@patternfly/documentation-framework": "6.0.0-alpha.14",
2121
"@patternfly/quickstarts": "^5.1.0",
2222
"@patternfly/react-catalog-view-extension": "5.0.0",
2323
"@patternfly/react-console": "5.0.0",
@@ -27,7 +27,7 @@
2727
"@patternfly/react-user-feedback": "5.0.0",
2828
"@patternfly/react-component-groups": "5.1.0",
2929
"@patternfly/react-virtualized-extension": "5.0.0",
30-
"@patternfly/design-tokens": "1.0.2",
30+
"@patternfly/design-tokens": "1.0.3",
3131
"react": "^17.0.0 || ^18.0.0",
3232
"react-dom": "^17.0.0 || ^18.0.0",
3333
"showdown": "^2.1.0"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2240,10 +2240,10 @@
22402240
node-addon-api "^3.2.1"
22412241
node-gyp-build "^4.3.0"
22422242

2243-
"@patternfly/design-tokens@1.0.2":
2244-
version "1.0.2"
2245-
resolved "https://registry.yarnpkg.com/@patternfly/design-tokens/-/design-tokens-1.0.2.tgz#7d4114774e4e232614ab786fc32f0a856a269588"
2246-
integrity sha512-IJCq2VgDkdQMPWF9h9SxtPk0qOEMWEB0etcQGQi5t+eAA0M/0Xf+4o+W5tQmhmTBWCZ8Hunzh6btubys64U71w==
2243+
"@patternfly/design-tokens@1.0.3":
2244+
version "1.0.3"
2245+
resolved "https://registry.yarnpkg.com/@patternfly/design-tokens/-/design-tokens-1.0.3.tgz#7e5062036d8e2a77bbfb76f576d12c723d4087d8"
2246+
integrity sha512-eeFbE0deR/ZCtLr52Bo+rcfZTzeDBnKvoHh34M84eSpOUyPWA5tFqXkzGIcqWrWMWr/PXvZQ7s8xZprwrsD8JA==
22472247
dependencies:
22482248
"@patternfly/react-core" "^6.0.0-alpha.36"
22492249

0 commit comments

Comments
 (0)