From 18b8c2c321773395a25476d067da41520073e5b0 Mon Sep 17 00:00:00 2001 From: nicolethoen Date: Wed, 31 Jul 2024 14:20:49 -0400 Subject: [PATCH 1/2] fix: update to v6 betas --- packages/module/package.json | 12 +- .../catalog-view/catalog-item-header/react.js | 4 +- .../catalog-view/catalog-tile/react.js | 4 +- .../catalog-view/filter-side-panel/react.js | 4 +- .../properties-side-panel/react.js | 4 +- .../catalog-view/vertical-tabs/react.js | 4 +- .../module/patternfly-docs/pages/index.js | 2 +- .../PropertiesSidePanel/PropertyItem.tsx | 6 +- yarn.lock | 109 +++++++++--------- 9 files changed, 77 insertions(+), 72 deletions(-) diff --git a/packages/module/package.json b/packages/module/package.json index 44d31f8..d5b0bcb 100644 --- a/packages/module/package.json +++ b/packages/module/package.json @@ -40,18 +40,18 @@ "patternfly" ], "dependencies": { - "@patternfly/react-core": "6.0.0-alpha.61", - "@patternfly/react-styles": "6.0.0-alpha.23" + "@patternfly/react-core": "6.0.0-alpha.94", + "@patternfly/react-styles": "6.0.0-alpha.33" }, "peerDependencies": { "react": "^17 || ^18", "react-dom": "^17 || ^18" }, "devDependencies": { - "@patternfly/patternfly": "6.0.0-alpha.139", - "@patternfly/documentation-framework": "6.0.0-alpha.41", - "@patternfly/react-table": "6.0.0-alpha.61", - "@patternfly/react-code-editor": "6.0.0-alpha.61", + "@patternfly/patternfly": "6.0.0-alpha.205", + "@patternfly/documentation-framework": "6.0.0-alpha.69", + "@patternfly/react-table": "6.0.0-alpha.95", + "@patternfly/react-code-editor": "6.0.0-alpha.94", "@octokit/rest": "^18.0.0", "surge": "^0.23.1", "react-monaco-editor": "0.51.0", diff --git a/packages/module/patternfly-docs/generated/extensions/catalog-view/catalog-item-header/react.js b/packages/module/patternfly-docs/generated/extensions/catalog-view/catalog-item-header/react.js index 9a189b6..4983189 100644 --- a/packages/module/patternfly-docs/generated/extensions/catalog-view/catalog-item-header/react.js +++ b/packages/module/patternfly-docs/generated/extensions/catalog-view/catalog-item-header/react.js @@ -78,7 +78,7 @@ pageData.examples = { const Component = () => ( - + {`Introduction`}

@@ -90,7 +90,7 @@ const Component = () => ( {`!`}

- + {`Examples`} {React.createElement(pageData.examples["Basic"])} diff --git a/packages/module/patternfly-docs/generated/extensions/catalog-view/catalog-tile/react.js b/packages/module/patternfly-docs/generated/extensions/catalog-view/catalog-tile/react.js index ceb9d7f..7077ecf 100644 --- a/packages/module/patternfly-docs/generated/extensions/catalog-view/catalog-tile/react.js +++ b/packages/module/patternfly-docs/generated/extensions/catalog-view/catalog-tile/react.js @@ -163,7 +163,7 @@ pageData.examples = { const Component = () => ( - + {`Introduction`}

@@ -175,7 +175,7 @@ const Component = () => ( {`!`}

- + {`Examples`} {React.createElement(pageData.examples["Basic featured tile"])} diff --git a/packages/module/patternfly-docs/generated/extensions/catalog-view/filter-side-panel/react.js b/packages/module/patternfly-docs/generated/extensions/catalog-view/filter-side-panel/react.js index 374e363..e9fd00d 100644 --- a/packages/module/patternfly-docs/generated/extensions/catalog-view/filter-side-panel/react.js +++ b/packages/module/patternfly-docs/generated/extensions/catalog-view/filter-side-panel/react.js @@ -177,7 +177,7 @@ pageData.examples = { const Component = () => ( - + {`Introduction`}

@@ -192,7 +192,7 @@ const Component = () => (

{`Note: the width, border, and top padding styling are not part of the FilterSidePanel.`}

- + {`Examples`} {React.createElement(pageData.examples["Basic"])} diff --git a/packages/module/patternfly-docs/generated/extensions/catalog-view/properties-side-panel/react.js b/packages/module/patternfly-docs/generated/extensions/catalog-view/properties-side-panel/react.js index 3e18f0a..70fe277 100644 --- a/packages/module/patternfly-docs/generated/extensions/catalog-view/properties-side-panel/react.js +++ b/packages/module/patternfly-docs/generated/extensions/catalog-view/properties-side-panel/react.js @@ -84,7 +84,7 @@ pageData.examples = { const Component = () => ( - + {`Introduction`}

@@ -96,7 +96,7 @@ const Component = () => ( {`!`}

- + {`Examples`} {React.createElement(pageData.examples["Properties side panel with property items"])} diff --git a/packages/module/patternfly-docs/generated/extensions/catalog-view/vertical-tabs/react.js b/packages/module/patternfly-docs/generated/extensions/catalog-view/vertical-tabs/react.js index 6ec68b2..a76edb5 100644 --- a/packages/module/patternfly-docs/generated/extensions/catalog-view/vertical-tabs/react.js +++ b/packages/module/patternfly-docs/generated/extensions/catalog-view/vertical-tabs/react.js @@ -130,7 +130,7 @@ pageData.examples = { const Component = () => ( - + {`Introduction`}

@@ -142,7 +142,7 @@ const Component = () => ( {`!`}

- + {`Examples`} {React.createElement(pageData.examples["Basic"])} diff --git a/packages/module/patternfly-docs/pages/index.js b/packages/module/patternfly-docs/pages/index.js index 404074c..3ba1b4d 100644 --- a/packages/module/patternfly-docs/pages/index.js +++ b/packages/module/patternfly-docs/pages/index.js @@ -10,7 +10,7 @@ const centerStyle = { const IndexPage = () => { return ( - +
My extension docs diff --git a/packages/module/src/components/PropertiesSidePanel/PropertyItem.tsx b/packages/module/src/components/PropertiesSidePanel/PropertyItem.tsx index 18cc848..f228410 100644 --- a/packages/module/src/components/PropertiesSidePanel/PropertyItem.tsx +++ b/packages/module/src/components/PropertiesSidePanel/PropertyItem.tsx @@ -1,7 +1,7 @@ import * as React from 'react'; import { css } from '@patternfly/react-styles'; -import { Text, TextVariants } from '@patternfly/react-core'; +import { Content, ContentVariants } from '@patternfly/react-core'; export interface PropertyItemProps extends Omit<React.HTMLProps<HTMLDivElement>, 'label' | 'value'> { /** Additional css classes for the Property Item */ @@ -21,9 +21,9 @@ export const PropertyItem: React.FunctionComponent<PropertyItemProps> = ({ const classes = css('properties-side-panel-pf-property', className); return ( <div className={classes} {...props}> - <Text component={TextVariants.h5} className="properties-side-panel-pf-property-label"> + <Content component={ContentVariants.h5} className="properties-side-panel-pf-property-label"> {label} - </Text> + </Content> <div className="properties-side-panel-pf-property-value">{value}</div> </div> ); diff --git a/yarn.lock b/yarn.lock index 0ed9bec..b44d284 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2519,10 +2519,10 @@ dependencies: "@octokit/openapi-types" "^12.11.0" -"@patternfly/ast-helpers@^1.4.0-alpha.30": - version "1.16.1" - resolved "https://registry.yarnpkg.com/@patternfly/ast-helpers/-/ast-helpers-1.16.1.tgz#352b939f207a84d9d767118b369ba62c4adca25c" - integrity sha512-uFoub5s+sQ/LSDnm67qPXwLpbLiw3IN6CGfFNBbA3c2z7/8yxNvrz5JP/4Me5LL0x7SJRpjroYzesSn/Vf6OBQ== +"@patternfly/ast-helpers@^1.4.0-alpha.58": + version "1.19.1" + resolved "https://registry.yarnpkg.com/@patternfly/ast-helpers/-/ast-helpers-1.19.1.tgz#c3dbf09e2bd3c9d9f8ce51e348a1890d4b21e944" + integrity sha512-FQIUalqh8LPfX/hPDeC5EtWAYs4z6Ng68eHbsLJuL5Dr8rLtF0IU3SpIM1oPzaku6mALlAYV8N3ZM96XO4s8aA== dependencies: acorn "^8.4.1" acorn-class-fields "^1.0.0" @@ -2530,16 +2530,16 @@ acorn-static-class-features "^1.0.0" astring "^1.7.5" -"@patternfly/documentation-framework@6.0.0-alpha.41": - version "6.0.0-alpha.41" - resolved "https://registry.yarnpkg.com/@patternfly/documentation-framework/-/documentation-framework-6.0.0-alpha.41.tgz#2446f0ee183aa4f686bfb58bc6e62d25c2984f08" - integrity sha512-Tq/kno2Alr6ChipPh2SJJcTxnpYnluzTxw5b+grniqS/pufA3eQKWk/76ovovg/5+o1CmD+UNz7c99ZooUCwtg== +"@patternfly/documentation-framework@6.0.0-alpha.69": + version "6.0.0-alpha.69" + resolved "https://registry.yarnpkg.com/@patternfly/documentation-framework/-/documentation-framework-6.0.0-alpha.69.tgz#d411dd03107cf0ea7635531cc1fec9fa8b82a868" + integrity sha512-Qr28SSTzjNOy2BJSaJvBQYb9JOjuxFv49u7j4kGlY6BgMNUJoHYnGdTOVLBZgl1uvXfLhxRgkHBc4h5/smCFWQ== dependencies: "@babel/core" "^7.24.3" "@babel/preset-env" "^7.24.3" "@babel/preset-react" "^7.24.1" "@mdx-js/util" "1.6.16" - "@patternfly/ast-helpers" "^1.4.0-alpha.30" + "@patternfly/ast-helpers" "^1.4.0-alpha.58" "@reach/router" "npm:@gatsbyjs/reach-router@1.3.9" autoprefixer "9.8.6" babel-loader "^9.1.3" @@ -2612,61 +2612,61 @@ puppeteer-cluster "^0.23.0" xmldoc "^1.1.2" -"@patternfly/patternfly@6.0.0-alpha.139": - version "6.0.0-alpha.139" - resolved "https://registry.yarnpkg.com/@patternfly/patternfly/-/patternfly-6.0.0-alpha.139.tgz#417d6d3cf5e923a9cff28c99ecd8a3489fa935ff" - integrity sha512-RfM0pvIhWwaSzobKh/mjkTqYMnAdeOqC1wH9zg9zTab9GyUQdeGkRkd9gpDEQhuuN/bhNpO03W6jpaqauxfpmA== +"@patternfly/patternfly@6.0.0-alpha.205": + version "6.0.0-alpha.205" + resolved "https://registry.yarnpkg.com/@patternfly/patternfly/-/patternfly-6.0.0-alpha.205.tgz#9974f712ee69b28ec6851c6240e52c2d99969f9c" + integrity sha512-rzatApP3YpiYOHamDm+RhQpnep2AAhVodVRr3lyg6X5naiSSbPXXGWm7ShhUfftzwW4G1le1Uy0ZlM05rtQHWg== -"@patternfly/react-code-editor@6.0.0-alpha.61": - version "6.0.0-alpha.61" - resolved "https://registry.yarnpkg.com/@patternfly/react-code-editor/-/react-code-editor-6.0.0-alpha.61.tgz#b092198346516c4149aa7a9df7d65fed6d2f7bc8" - integrity sha512-dfML9T6SYNzPrLNlSqlAc3pTW1+GqYagJowLo5U+6Qea0OuLJ91+SiAiIuX1R2VTwSjEvPkgzhUonMgKkuNm+A== +"@patternfly/react-code-editor@6.0.0-alpha.94": + version "6.0.0-alpha.94" + resolved "https://registry.yarnpkg.com/@patternfly/react-code-editor/-/react-code-editor-6.0.0-alpha.94.tgz#a462ab4194f1434aa291dc2d32c802cd06cac29e" + integrity sha512-df0re3F6nscVDbq8gQF9+7pxJSQzMDfPHfmuz6lHi6oQbsyvOXn2YTgv8nMQXFtyt2XmrK5nf3Zfj4ctCv6ZeA== dependencies: "@monaco-editor/react" "^4.6.0" - "@patternfly/react-core" "^6.0.0-alpha.61" - "@patternfly/react-icons" "^6.0.0-alpha.23" - "@patternfly/react-styles" "^6.0.0-alpha.23" + "@patternfly/react-core" "^6.0.0-alpha.94" + "@patternfly/react-icons" "^6.0.0-alpha.34" + "@patternfly/react-styles" "^6.0.0-alpha.33" react-dropzone "14.2.3" tslib "^2.6.2" -"@patternfly/react-core@6.0.0-alpha.61", "@patternfly/react-core@^6.0.0-alpha.61": - version "6.0.0-alpha.61" - resolved "https://registry.yarnpkg.com/@patternfly/react-core/-/react-core-6.0.0-alpha.61.tgz#b31305d477294a0a82960a51224336aaee34470f" - integrity sha512-rQ1xPXRpSYktFYEQ7pywWf/GconQhA+RNYd+aVAMIR6JnSDG/9Ws5yFKIHAlHROXtjLJIHgz8TmFSBM1aW0AkQ== +"@patternfly/react-core@6.0.0-alpha.94", "@patternfly/react-core@^6.0.0-alpha.94": + version "6.0.0-alpha.94" + resolved "https://registry.yarnpkg.com/@patternfly/react-core/-/react-core-6.0.0-alpha.94.tgz#60f8811ca5ac084ae6aff87d5fe0c6e47135a7b9" + integrity sha512-E2/ulZKhMB8QHUXbonnm5Mqtbw7TW2AyfsMHHeV4RW0nn7HccZ6G+YEjo7i4ThTCdmBqU26e57tS0VUHVmYdww== dependencies: - "@patternfly/react-icons" "^6.0.0-alpha.23" - "@patternfly/react-styles" "^6.0.0-alpha.23" - "@patternfly/react-tokens" "^6.0.0-alpha.23" + "@patternfly/react-icons" "^6.0.0-alpha.34" + "@patternfly/react-styles" "^6.0.0-alpha.33" + "@patternfly/react-tokens" "^6.0.0-alpha.33" focus-trap "7.5.4" react-dropzone "^14.2.3" tslib "^2.6.2" -"@patternfly/react-icons@^6.0.0-alpha.23": - version "6.0.0-alpha.23" - resolved "https://registry.yarnpkg.com/@patternfly/react-icons/-/react-icons-6.0.0-alpha.23.tgz#3903733fb82113b41bff0669232b90e1277ed35a" - integrity sha512-OfKHrS2ZSmu9fMEBKQ2t6ZeJ/uw1y7pobxATWn08NHJvscAceiN5a76VET2+kLrHYXCpK/EYjgpTlXNmm0hZKw== - -"@patternfly/react-styles@6.0.0-alpha.23", "@patternfly/react-styles@^6.0.0-alpha.23": - version "6.0.0-alpha.23" - resolved "https://registry.yarnpkg.com/@patternfly/react-styles/-/react-styles-6.0.0-alpha.23.tgz#b4bf2fefe5a2039a466c78888475c9c533ae8f70" - integrity sha512-N8HuDF68rFRJkWVoCDSUauiOrnjcLHUFrGJGaxnjynzee+GbpHf22NS9E9xmc25CDDzICMrU/SvthocxzQowKA== - -"@patternfly/react-table@6.0.0-alpha.61": - version "6.0.0-alpha.61" - resolved "https://registry.yarnpkg.com/@patternfly/react-table/-/react-table-6.0.0-alpha.61.tgz#4a6cfa66458236baf048b53609ac42b544934a2e" - integrity sha512-bA5rBKzuip4DPd3u9oJIlR0IrCCn+aeHwk7k1fWpFd/IbFRMkrHZQIXOOD48IARxUDjvP26BWqMbxFxLdN7Fww== - dependencies: - "@patternfly/react-core" "^6.0.0-alpha.61" - "@patternfly/react-icons" "^6.0.0-alpha.23" - "@patternfly/react-styles" "^6.0.0-alpha.23" - "@patternfly/react-tokens" "^6.0.0-alpha.23" - lodash "^4.17.19" - tslib "^2.6.2" +"@patternfly/react-icons@^6.0.0-alpha.34": + version "6.0.0-alpha.34" + resolved "https://registry.yarnpkg.com/@patternfly/react-icons/-/react-icons-6.0.0-alpha.34.tgz#4066d5bb4f66cf461aab9554d86968e0964d6ae2" + integrity sha512-YApbSfIEevWhTila9OzG6RHmbu/f+08XCUiNjTri2ZY54flvX/+GZDdt6gLzS+JQlysA6MCtzRxLgWAKh27Uew== + +"@patternfly/react-styles@6.0.0-alpha.33", "@patternfly/react-styles@^6.0.0-alpha.33": + version "6.0.0-alpha.33" + resolved "https://registry.yarnpkg.com/@patternfly/react-styles/-/react-styles-6.0.0-alpha.33.tgz#6f1035e7b3ac332cc923b618db2caf5a38793ff5" + integrity sha512-YWKYugsoMw4IdLm02d0d5gKM4RKIhF3n2DlomJ6crNQfnpb9jQhA9Zixj35LiHUrQRre97W5VA4UfSGM5zZk5w== + +"@patternfly/react-table@6.0.0-alpha.95": + version "6.0.0-alpha.95" + resolved "https://registry.yarnpkg.com/@patternfly/react-table/-/react-table-6.0.0-alpha.95.tgz#f49568c69aafb89adb1e0fb6513e7eceebceb29d" + integrity sha512-fVq4iNojcrB4G212LNeLfCwYXWTotLPbD60+s85HkIsuaFLHM2mEToAebUm1RpYgVjO1mFq95wt/8WvSmVPzgQ== + dependencies: + "@patternfly/react-core" "^6.0.0-alpha.94" + "@patternfly/react-icons" "^6.0.0-alpha.34" + "@patternfly/react-styles" "^6.0.0-alpha.33" + "@patternfly/react-tokens" "^6.0.0-alpha.33" + lodash "^4.17.21" + tslib "^2.6.3" -"@patternfly/react-tokens@^6.0.0-alpha.23": - version "6.0.0-alpha.23" - resolved "https://registry.yarnpkg.com/@patternfly/react-tokens/-/react-tokens-6.0.0-alpha.23.tgz#ee3f5da222bf52b75d9c3f578be5885eff745ef6" - integrity sha512-YaHFiY1vxDI8rpBHY5qt6FbZV2onnvWwbxQseCN2UxDeLx2pb54ZN/sutUnie6FUm3cyKFaTwYS2zDGHZYmeMg== +"@patternfly/react-tokens@^6.0.0-alpha.33": + version "6.0.0-alpha.33" + resolved "https://registry.yarnpkg.com/@patternfly/react-tokens/-/react-tokens-6.0.0-alpha.33.tgz#a207f74dbad7943b0ac18d5abb5885bcbff1cebc" + integrity sha512-77hzWw2ODIBFFHUF+Vf3NseBEAyddWIakqZNqLc2TSoWFUOEpTd1DBtb1qb5RV3uMzKHdOtHNIh17P0Unz41KA== "@polka/url@^1.0.0-next.20": version "1.0.0-next.21" @@ -11779,6 +11779,11 @@ tslib@^2.6.2: resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae" integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q== +tslib@^2.6.3: + version "2.6.3" + resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.3.tgz#0438f810ad7a9edcde7a241c3d80db693c8cbfe0" + integrity sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ== + tsutils@^3.21.0: version "3.21.0" resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623" From 2954af54b4563c238200fdc9f44eb5b90310d9b9 Mon Sep 17 00:00:00 2001 From: nicolethoen <nthoen@redhat.com> Date: Wed, 31 Jul 2024 14:30:40 -0400 Subject: [PATCH 2/2] update snapshots --- .../PropertiesSidePanel.test.tsx.snap | 36 +++++++++---------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/packages/module/src/components/PropertiesSidePanel/__snapshots__/PropertiesSidePanel.test.tsx.snap b/packages/module/src/components/PropertiesSidePanel/__snapshots__/PropertiesSidePanel.test.tsx.snap index cb61cfe..3a1e99c 100644 --- a/packages/module/src/components/PropertiesSidePanel/__snapshots__/PropertiesSidePanel.test.tsx.snap +++ b/packages/module/src/components/PropertiesSidePanel/__snapshots__/PropertiesSidePanel.test.tsx.snap @@ -10,8 +10,8 @@ exports[`PropertiesSidePanel renders properly 1`] = ` > <h5 class="pf-v6-c-content--h5 properties-side-panel-pf-property-label" - data-ouia-component-id="OUIA-Generated-Text-2" - data-ouia-component-type="PF6/Text" + data-ouia-component-id="OUIA-Generated-Content-2" + data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-pf-content="true" > @@ -28,8 +28,8 @@ exports[`PropertiesSidePanel renders properly 1`] = ` > <h5 class="pf-v6-c-content--h5 properties-side-panel-pf-property-label" - data-ouia-component-id="OUIA-Generated-Text-3" - data-ouia-component-type="PF6/Text" + data-ouia-component-id="OUIA-Generated-Content-3" + data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-pf-content="true" > @@ -62,8 +62,8 @@ exports[`PropertiesSidePanel renders properly 1`] = ` > <h5 class="pf-v6-c-content--h5 properties-side-panel-pf-property-label" - data-ouia-component-id="OUIA-Generated-Text-4" - data-ouia-component-type="PF6/Text" + data-ouia-component-id="OUIA-Generated-Content-4" + data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-pf-content="true" > @@ -80,8 +80,8 @@ exports[`PropertiesSidePanel renders properly 1`] = ` > <h5 class="pf-v6-c-content--h5 properties-side-panel-pf-property-label" - data-ouia-component-id="OUIA-Generated-Text-5" - data-ouia-component-type="PF6/Text" + data-ouia-component-id="OUIA-Generated-Content-5" + data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-pf-content="true" > @@ -98,8 +98,8 @@ exports[`PropertiesSidePanel renders properly 1`] = ` > <h5 class="pf-v6-c-content--h5 properties-side-panel-pf-property-label" - data-ouia-component-id="OUIA-Generated-Text-6" - data-ouia-component-type="PF6/Text" + data-ouia-component-id="OUIA-Generated-Content-6" + data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-pf-content="true" > @@ -120,8 +120,8 @@ exports[`PropertiesSidePanel renders properly 1`] = ` > <h5 class="pf-v6-c-content--h5 properties-side-panel-pf-property-label" - data-ouia-component-id="OUIA-Generated-Text-7" - data-ouia-component-type="PF6/Text" + data-ouia-component-id="OUIA-Generated-Content-7" + data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-pf-content="true" > @@ -155,8 +155,8 @@ exports[`PropertiesSidePanel renders properly 1`] = ` > <h5 class="pf-v6-c-content--h5 properties-side-panel-pf-property-label" - data-ouia-component-id="OUIA-Generated-Text-8" - data-ouia-component-type="PF6/Text" + data-ouia-component-id="OUIA-Generated-Content-8" + data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-pf-content="true" > @@ -188,8 +188,8 @@ exports[`PropertiesSidePanel renders properly 1`] = ` > <h5 class="pf-v6-c-content--h5 properties-side-panel-pf-property-label" - data-ouia-component-id="OUIA-Generated-Text-9" - data-ouia-component-type="PF6/Text" + data-ouia-component-id="OUIA-Generated-Content-9" + data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-pf-content="true" > @@ -216,8 +216,8 @@ exports[`PropertyItem renders properly 1`] = ` > <h5 class="pf-v6-c-content--h5 properties-side-panel-pf-property-label" - data-ouia-component-id="OUIA-Generated-Text-1" - data-ouia-component-type="PF6/Text" + data-ouia-component-id="OUIA-Generated-Content-1" + data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-pf-content="true" >