Skip to content

Commit

Permalink
Merge pull request #229 from jenny-s51/bumpAlphas
Browse files Browse the repository at this point in the history
chore(docs): bump to latest alpha versions
  • Loading branch information
nicolethoen authored Jul 31, 2024
2 parents 7a09959 + 3371cf0 commit a6ba47c
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 41 deletions.
36 changes: 18 additions & 18 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@
"webpack-merge": "^5.10.0"
},
"dependencies": {
"@patternfly/react-core": "6.0.0-alpha.68",
"@patternfly/react-icons": "6.0.0-alpha.24",
"@patternfly/react-styles": "6.0.0-alpha.24",
"@patternfly/react-core": "6.0.0-alpha.83",
"@patternfly/react-icons": "6.0.0-alpha.30",
"@patternfly/react-styles": "6.0.0-alpha.29",
"react": "^18",
"react-dom": "^18",
"sirv-cli": "^2.0.2"
Expand Down
52 changes: 32 additions & 20 deletions src/app/__snapshots__/app.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ exports[`App tests should render default App component 1`] = `
data-ouia-safe="true"
href="#primary-app-container"
>
Skip to Content
<span
class="pf-v6-c-button__text"
>
Skip to Content
</span>
</a>
</div>
<header
Expand All @@ -34,19 +38,23 @@ exports[`App tests should render default App component 1`] = `
data-ouia-safe="true"
type="button"
>
<svg
aria-hidden="true"
class="pf-v6-svg"
fill="currentColor"
height="1em"
role="img"
viewBox="0 0 448 512"
width="1em"
<span
class="pf-v6-c-button__text"
>
<path
d="M16 132h416c8.837 0 16-7.163 16-16V76c0-8.837-7.163-16-16-16H16C7.163 60 0 67.163 0 76v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16z"
/>
</svg>
<svg
aria-hidden="true"
class="pf-v6-svg"
fill="currentColor"
height="1em"
role="img"
viewBox="0 0 448 512"
width="1em"
>
<path
d="M16 132h416c8.837 0 16-7.163 16-16V76c0-8.837-7.163-16-16-16H16C7.163 60 0 67.163 0 76v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16z"
/>
</svg>
</span>
</button>
</span>
<div
Expand Down Expand Up @@ -280,14 +288,18 @@ exports[`App tests should render default App component 1`] = `
<section
class="pf-v6-c-page__main-section"
>
<h1
class="pf-v6-c-title pf-m-lg"
data-ouia-component-id="OUIA-Generated-Title-1"
data-ouia-component-type="PF6/Title"
data-ouia-safe="true"
<div
class="pf-v6-c-page__main-body"
>
Dashboard Page Title!
</h1>
<h1
class="pf-v6-c-title pf-m-lg"
data-ouia-component-id="OUIA-Generated-Title-1"
data-ouia-component-type="PF6/Title"
data-ouia-safe="true"
>
Dashboard Page Title!
</h1>
</div>
</section>
</main>
</div>
Expand Down

0 comments on commit a6ba47c

Please sign in to comment.