Skip to content

Commit a6ba47c

Browse files
authored
Merge pull request #229 from jenny-s51/bumpAlphas
chore(docs): bump to latest alpha versions
2 parents 7a09959 + 3371cf0 commit a6ba47c

File tree

3 files changed

+53
-41
lines changed

3 files changed

+53
-41
lines changed

package-lock.json

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@
7272
"webpack-merge": "^5.10.0"
7373
},
7474
"dependencies": {
75-
"@patternfly/react-core": "6.0.0-alpha.68",
76-
"@patternfly/react-icons": "6.0.0-alpha.24",
77-
"@patternfly/react-styles": "6.0.0-alpha.24",
75+
"@patternfly/react-core": "6.0.0-alpha.83",
76+
"@patternfly/react-icons": "6.0.0-alpha.30",
77+
"@patternfly/react-styles": "6.0.0-alpha.29",
7878
"react": "^18",
7979
"react-dom": "^18",
8080
"sirv-cli": "^2.0.2"

src/app/__snapshots__/app.test.tsx.snap

Lines changed: 32 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@ exports[`App tests should render default App component 1`] = `
1616
data-ouia-safe="true"
1717
href="#primary-app-container"
1818
>
19-
Skip to Content
19+
<span
20+
class="pf-v6-c-button__text"
21+
>
22+
Skip to Content
23+
</span>
2024
</a>
2125
</div>
2226
<header
@@ -34,19 +38,23 @@ exports[`App tests should render default App component 1`] = `
3438
data-ouia-safe="true"
3539
type="button"
3640
>
37-
<svg
38-
aria-hidden="true"
39-
class="pf-v6-svg"
40-
fill="currentColor"
41-
height="1em"
42-
role="img"
43-
viewBox="0 0 448 512"
44-
width="1em"
41+
<span
42+
class="pf-v6-c-button__text"
4543
>
46-
<path
47-
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"
48-
/>
49-
</svg>
44+
<svg
45+
aria-hidden="true"
46+
class="pf-v6-svg"
47+
fill="currentColor"
48+
height="1em"
49+
role="img"
50+
viewBox="0 0 448 512"
51+
width="1em"
52+
>
53+
<path
54+
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"
55+
/>
56+
</svg>
57+
</span>
5058
</button>
5159
</span>
5260
<div
@@ -280,14 +288,18 @@ exports[`App tests should render default App component 1`] = `
280288
<section
281289
class="pf-v6-c-page__main-section"
282290
>
283-
<h1
284-
class="pf-v6-c-title pf-m-lg"
285-
data-ouia-component-id="OUIA-Generated-Title-1"
286-
data-ouia-component-type="PF6/Title"
287-
data-ouia-safe="true"
291+
<div
292+
class="pf-v6-c-page__main-body"
288293
>
289-
Dashboard Page Title!
290-
</h1>
294+
<h1
295+
class="pf-v6-c-title pf-m-lg"
296+
data-ouia-component-id="OUIA-Generated-Title-1"
297+
data-ouia-component-type="PF6/Title"
298+
data-ouia-safe="true"
299+
>
300+
Dashboard Page Title!
301+
</h1>
302+
</div>
291303
</section>
292304
</main>
293305
</div>

0 commit comments

Comments
 (0)