Skip to content

Commit d60241d

Browse files
authored
Merge pull request #1 from patternfly-extension-testing/renovate/patternfly
fix(deps): update patternfly
2 parents 811af68 + f3112bf commit d60241d

11 files changed

Lines changed: 4151 additions & 3946 deletions

File tree

package-lock.json

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

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@babel/preset-react": "^7.26.3",
4040
"@babel/preset-typescript": "^7.26.0",
4141
"@octokit/rest": "^20.1.2",
42-
"@patternfly/documentation-framework": "^6.24.2",
42+
"@patternfly/documentation-framework": "^6.36.8",
4343
"@swc/core": "1.15.3",
4444
"@testing-library/dom": "^10.1.0",
4545
"@testing-library/jest-dom": "^6.6.3",
@@ -65,6 +65,7 @@
6565
"fs-extra": "^11.3.0",
6666
"glob": "^10.5.0",
6767
"identity-obj-proxy": "^3.0.0",
68+
"mini-css-extract-plugin": "^2.9.0",
6869
"jest": "^29.7.0",
6970
"jest-canvas-mock": "^2.5.2",
7071
"jest-environment-jsdom": "^29.7.0",

packages/module/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131
"tag": "prerelease"
3232
},
3333
"dependencies": {
34-
"@patternfly/react-component-groups": "^6.1.0",
35-
"@patternfly/react-core": "^6.4.0",
36-
"@patternfly/react-icons": "^6.4.0",
37-
"@patternfly/react-table": "^6.4.0",
34+
"@patternfly/react-component-groups": "^6.4.0-prerelease.17",
35+
"@patternfly/react-core": "^6.5.0-prerelease.48",
36+
"@patternfly/react-icons": "^6.5.0-prerelease.19",
37+
"@patternfly/react-table": "^6.5.0-prerelease.49",
3838
"clsx": "^2.1.1",
3939
"react-jss": "^10.10.0"
4040
},
@@ -43,10 +43,10 @@
4343
"react-dom": "^17 || ^18 || ^19"
4444
},
4545
"devDependencies": {
46-
"@patternfly/documentation-framework": "^6.24.2",
47-
"@patternfly/patternfly": "^6.4.0",
48-
"@patternfly/react-code-editor": "^6.4.0",
49-
"@patternfly/patternfly-a11y": "^5.1.0",
46+
"@patternfly/documentation-framework": "^6.36.8",
47+
"@patternfly/patternfly": "^6.5.0-prerelease.64",
48+
"@patternfly/react-code-editor": "^6.5.0-prerelease.51",
49+
"@patternfly/patternfly-a11y": "^5.2.1",
5050
"@types/react": "^18.3.27",
5151
"@types/react-dom": "^18.3.7",
5252
"@types/react-router-dom": "^5.3.3",

packages/module/src/DataViewCheckboxFilter/__snapshots__/DataViewCheckboxFilter.test.tsx.snap

Lines changed: 38 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ exports[`DataViewCheckboxFilter component should render correctly 1`] = `
77
data-ouia-component-id="DataViewToolbar"
88
data-ouia-component-type="PF6/Toolbar"
99
data-ouia-safe="true"
10-
id="pf-random-id-0"
10+
id="pf-random-id-:r0:"
1111
>
1212
<div
1313
class="pf-v6-c-toolbar__content"
@@ -40,12 +40,24 @@ exports[`DataViewCheckboxFilter component should render correctly 1`] = `
4040
fill="currentColor"
4141
height="1em"
4242
role="img"
43-
viewBox="0 0 512 512"
4443
width="1em"
4544
>
46-
<path
47-
d="M487.976 0H24.028C2.71 0-8.047 25.866 7.058 40.971L192 225.941V432c0 7.831 3.821 15.17 10.237 19.662l80 55.98C298.02 518.69 320 507.493 320 487.98V225.941l184.947-184.97C520.021 25.896 509.338 0 487.976 0z"
48-
/>
45+
<svg
46+
class="pf-v6-icon-default"
47+
viewBox="0 0 512 512"
48+
>
49+
<path
50+
d="M487.976 0H24.028C2.71 0-8.047 25.866 7.058 40.971L192 225.941V432c0 7.831 3.821 15.17 10.237 19.662l80 55.98C298.02 518.69 320 507.493 320 487.98V225.941l184.947-184.97C520.021 25.896 509.338 0 487.976 0z"
51+
/>
52+
</svg>
53+
<svg
54+
class="pf-v6-icon-rh-ui"
55+
viewBox="0 0 32 32"
56+
>
57+
<path
58+
d="M28.5 2h-25C2.673 2 2 2.673 2 3.5V7c0 .265.105.52.293.707L12 17.414V30a1 1 0 0 0 1.316.949l6-2A1 1 0 0 0 20 28V17.414l9.707-9.707A1 1 0 0 0 30 7V3.5c0-.827-.673-1.5-1.5-1.5ZM28 6.586l-9.707 9.707A1 1 0 0 0 18 17v10.279l-4 1.333V16.999a.997.997 0 0 0-.293-.707L4 6.586V4h24v2.586Z"
59+
/>
60+
</svg>
4961
</svg>
5062
</span>
5163
<span
@@ -75,12 +87,24 @@ exports[`DataViewCheckboxFilter component should render correctly 1`] = `
7587
fill="currentColor"
7688
height="1em"
7789
role="img"
78-
viewBox="0 0 320 512"
7990
width="1em"
8091
>
81-
<path
82-
d="M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z"
83-
/>
92+
<svg
93+
class="pf-v6-icon-default"
94+
viewBox="0 0 320 512"
95+
>
96+
<path
97+
d="M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z"
98+
/>
99+
</svg>
100+
<svg
101+
class="pf-v6-icon-rh-ui"
102+
viewBox="0 0 32 32"
103+
>
104+
<path
105+
d="M16 24.792c-.384 0-.769-.146-1.061-.438L2.293 11.707a.999.999 0 1 1 1.414-1.414L16 22.586l12.293-12.293a.999.999 0 1 1 1.414 1.414L17.061 24.353a1.497 1.497 0 0 1-1.061.438Z"
106+
/>
107+
</svg>
84108
</svg>
85109
</span>
86110
</span>
@@ -107,12 +131,12 @@ exports[`DataViewCheckboxFilter component should render correctly 1`] = `
107131
<span
108132
aria-hidden="true"
109133
class="pf-v6-c-label-group__label"
110-
id="pf-random-id-1"
134+
id="pf-random-id-:r7:"
111135
>
112136
Test Checkbox Filter
113137
</span>
114138
<ul
115-
aria-labelledby="pf-random-id-1"
139+
aria-labelledby="pf-random-id-:r7:"
116140
class="pf-v6-c-label-group__list"
117141
role="list"
118142
>
@@ -137,7 +161,7 @@ exports[`DataViewCheckboxFilter component should render correctly 1`] = `
137161
<button
138162
aria-label="Close Workspace one"
139163
class="pf-v6-c-button pf-m-plain pf-m-no-padding"
140-
data-ouia-component-id="OUIA-Generated-Button-plain-1"
164+
data-ouia-component-id="OUIA-Generated-Button-plain-:r8:"
141165
data-ouia-component-type="PF6/Button"
142166
data-ouia-safe="true"
143167
type="button"
@@ -151,11 +175,11 @@ exports[`DataViewCheckboxFilter component should render correctly 1`] = `
151175
fill="currentColor"
152176
height="1em"
153177
role="img"
154-
viewBox="0 0 352 512"
178+
viewBox="0 0 20 20"
155179
width="1em"
156180
>
157181
<path
158-
d="M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"
182+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
159183
/>
160184
</svg>
161185
</span>

packages/module/src/DataViewFilters/__snapshots__/DataViewFilters.test.tsx.snap

Lines changed: 67 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ exports[`DataViewFilters component should render correctly 1`] = `
77
data-ouia-component-id="DataViewToolbar"
88
data-ouia-component-type="PF6/Toolbar"
99
data-ouia-safe="true"
10-
id="pf-random-id-0"
10+
id="pf-random-id-:r0:"
1111
>
1212
<div
1313
class="pf-v6-c-toolbar__content"
@@ -29,7 +29,7 @@ exports[`DataViewFilters component should render correctly 1`] = `
2929
aria-haspopup="false"
3030
aria-label="Show Filters"
3131
class="pf-v6-c-button pf-m-plain"
32-
data-ouia-component-id="OUIA-Generated-Button-plain-1"
32+
data-ouia-component-id="OUIA-Generated-Button-plain-:r2:"
3333
data-ouia-component-type="PF6/Button"
3434
data-ouia-safe="true"
3535
type="button"
@@ -43,12 +43,24 @@ exports[`DataViewFilters component should render correctly 1`] = `
4343
fill="currentColor"
4444
height="1em"
4545
role="img"
46-
viewBox="0 0 512 512"
4746
width="1em"
4847
>
49-
<path
50-
d="M487.976 0H24.028C2.71 0-8.047 25.866 7.058 40.971L192 225.941V432c0 7.831 3.821 15.17 10.237 19.662l80 55.98C298.02 518.69 320 507.493 320 487.98V225.941l184.947-184.97C520.021 25.896 509.338 0 487.976 0z"
51-
/>
48+
<svg
49+
class="pf-v6-icon-default"
50+
viewBox="0 0 512 512"
51+
>
52+
<path
53+
d="M487.976 0H24.028C2.71 0-8.047 25.866 7.058 40.971L192 225.941V432c0 7.831 3.821 15.17 10.237 19.662l80 55.98C298.02 518.69 320 507.493 320 487.98V225.941l184.947-184.97C520.021 25.896 509.338 0 487.976 0z"
54+
/>
55+
</svg>
56+
<svg
57+
class="pf-v6-icon-rh-ui"
58+
viewBox="0 0 32 32"
59+
>
60+
<path
61+
d="M28.5 2h-25C2.673 2 2 2.673 2 3.5V7c0 .265.105.52.293.707L12 17.414V30a1 1 0 0 0 1.316.949l6-2A1 1 0 0 0 20 28V17.414l9.707-9.707A1 1 0 0 0 30 7V3.5c0-.827-.673-1.5-1.5-1.5ZM28 6.586l-9.707 9.707A1 1 0 0 0 18 17v10.279l-4 1.333V16.999a.997.997 0 0 0-.293-.707L4 6.586V4h24v2.586Z"
62+
/>
63+
</svg>
5264
</svg>
5365
</span>
5466
</button>
@@ -60,7 +72,7 @@ exports[`DataViewFilters component should render correctly 1`] = `
6072
<button
6173
aria-expanded="false"
6274
class="pf-v6-c-menu-toggle"
63-
data-ouia-component-id="OUIA-Generated-MenuToggle-1"
75+
data-ouia-component-id="OUIA-Generated-MenuToggle-:r4:"
6476
data-ouia-component-type="PF6/MenuToggle"
6577
data-ouia-safe="true"
6678
type="button"
@@ -74,12 +86,24 @@ exports[`DataViewFilters component should render correctly 1`] = `
7486
fill="currentColor"
7587
height="1em"
7688
role="img"
77-
viewBox="0 0 512 512"
7889
width="1em"
7990
>
80-
<path
81-
d="M487.976 0H24.028C2.71 0-8.047 25.866 7.058 40.971L192 225.941V432c0 7.831 3.821 15.17 10.237 19.662l80 55.98C298.02 518.69 320 507.493 320 487.98V225.941l184.947-184.97C520.021 25.896 509.338 0 487.976 0z"
82-
/>
91+
<svg
92+
class="pf-v6-icon-default"
93+
viewBox="0 0 512 512"
94+
>
95+
<path
96+
d="M487.976 0H24.028C2.71 0-8.047 25.866 7.058 40.971L192 225.941V432c0 7.831 3.821 15.17 10.237 19.662l80 55.98C298.02 518.69 320 507.493 320 487.98V225.941l184.947-184.97C520.021 25.896 509.338 0 487.976 0z"
97+
/>
98+
</svg>
99+
<svg
100+
class="pf-v6-icon-rh-ui"
101+
viewBox="0 0 32 32"
102+
>
103+
<path
104+
d="M28.5 2h-25C2.673 2 2 2.673 2 3.5V7c0 .265.105.52.293.707L12 17.414V30a1 1 0 0 0 1.316.949l6-2A1 1 0 0 0 20 28V17.414l9.707-9.707A1 1 0 0 0 30 7V3.5c0-.827-.673-1.5-1.5-1.5ZM28 6.586l-9.707 9.707A1 1 0 0 0 18 17v10.279l-4 1.333V16.999a.997.997 0 0 0-.293-.707L4 6.586V4h24v2.586Z"
105+
/>
106+
</svg>
83107
</svg>
84108
</span>
85109
<span
@@ -99,12 +123,24 @@ exports[`DataViewFilters component should render correctly 1`] = `
99123
fill="currentColor"
100124
height="1em"
101125
role="img"
102-
viewBox="0 0 320 512"
103126
width="1em"
104127
>
105-
<path
106-
d="M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z"
107-
/>
128+
<svg
129+
class="pf-v6-icon-default"
130+
viewBox="0 0 320 512"
131+
>
132+
<path
133+
d="M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z"
134+
/>
135+
</svg>
136+
<svg
137+
class="pf-v6-icon-rh-ui"
138+
viewBox="0 0 32 32"
139+
>
140+
<path
141+
d="M16 24.792c-.384 0-.769-.146-1.061-.438L2.293 11.707a.999.999 0 1 1 1.414-1.414L16 22.586l12.293-12.293a.999.999 0 1 1 1.414 1.414L17.061 24.353a1.497 1.497 0 0 1-1.061.438Z"
142+
/>
143+
</svg>
108144
</svg>
109145
</span>
110146
</span>
@@ -133,12 +169,24 @@ exports[`DataViewFilters component should render correctly 1`] = `
133169
fill="currentColor"
134170
height="1em"
135171
role="img"
136-
viewBox="0 0 512 512"
137172
width="1em"
138173
>
139-
<path
140-
d="M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z"
141-
/>
174+
<svg
175+
class="pf-v6-icon-default"
176+
viewBox="0 0 512 512"
177+
>
178+
<path
179+
d="M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z"
180+
/>
181+
</svg>
182+
<svg
183+
class="pf-v6-icon-rh-ui"
184+
viewBox="0 0 32 32"
185+
>
186+
<path
187+
d="m30.796 29.205-8.557-8.557A11.945 11.945 0 0 0 25 13c0-6.617-5.383-12-12-12S1 6.383 1 13s5.383 12 12 12c2.904 0 5.57-1.038 7.648-2.761l8.556 8.556a1.122 1.122 0 0 0 1.592 0 1.127 1.127 0 0 0 0-1.591ZM3 13C3 7.486 7.486 3 13 3s10 4.486 10 10-4.486 10-10 10S3 18.514 3 13Z"
188+
/>
189+
</svg>
142190
</svg>
143191
</span>
144192
<input

0 commit comments

Comments
 (0)