Skip to content

Commit a29c4a3

Browse files
authored
fix(deps): Updated to PatternFly RC versions (#81)
1 parent a07686a commit a29c4a3

4 files changed

Lines changed: 2241 additions & 1028 deletions

File tree

packages/module/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
},
3333
"homepage": "https://github.com/patternfly/react-user-feedback#readme",
3434
"dependencies": {
35-
"@patternfly/react-core": "6.0.0-alpha.100",
36-
"@patternfly/react-icons": "6.0.0-alpha.35"
35+
"@patternfly/react-core": "6.0.0-prerelease.21",
36+
"@patternfly/react-icons": "6.0.0-prerelease.7"
3737
},
3838
"peerDependencies": {
3939
"react": "^17 || ^18",
@@ -49,10 +49,10 @@
4949
"@types/react": "^18",
5050
"@types/react-dom": "^18",
5151
"@patternfly/patternfly-a11y": "^4.3.1",
52-
"@patternfly/documentation-framework": "6.0.0-alpha.79",
53-
"@patternfly/patternfly":"6.0.0-alpha.205",
54-
"@patternfly/react-table": "6.0.0-alpha.101",
55-
"@patternfly/react-code-editor": "6.0.0-alpha.100",
52+
"@patternfly/documentation-framework": "6.0.0-alpha.108",
53+
"@patternfly/patternfly": "6.0.0-prerelease.15",
54+
"@patternfly/react-table": "6.0.0-prerelease.22",
55+
"@patternfly/react-code-editor": "6.0.0-prerelease.21",
5656
"node-sass-package-importer": "^5.3.2",
5757
"fs-extra": "^9.1.0",
5858
"glob": "^7.2.3",

packages/module/patternfly-docs/generated/extensions/user-feedback/design-guidelines.js

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
import React from 'react';
22
import { AutoLinkHeader, Example, Link as PatternflyThemeLink } from '@patternfly/documentation-framework/components';
3-
import srcImport0 from '../../../content/design-guidelines/./img/advanced-user-feedback.png';
4-
import srcImport1 from '../../../content/design-guidelines/./img/dropdown-selection.png';
5-
import srcImport2 from '../../../content/design-guidelines/./img/share-feedback.png';
6-
import srcImport3 from '../../../content/design-guidelines/./img/report-bug.png';
7-
import srcImport4 from '../../../content/design-guidelines/./img/research-opportunities.png';
8-
import srcImport5 from '../../../content/design-guidelines/./img/user-feedback-external-links.png';
3+
import srcImport6 from '../../../content/design-guidelines/./img/advanced-user-feedback.png';
4+
import srcImport7 from '../../../content/design-guidelines/./img/dropdown-selection.png';
5+
import srcImport8 from '../../../content/design-guidelines/./img/share-feedback.png';
6+
import srcImport9 from '../../../content/design-guidelines/./img/report-bug.png';
7+
import srcImport10 from '../../../content/design-guidelines/./img/research-opportunities.png';
8+
import srcImport11 from '../../../content/design-guidelines/./img/user-feedback-external-links.png';
99
const pageData = {
1010
"id": "User feedback",
1111
"section": "extensions",
@@ -27,14 +27,14 @@ pageData.examples = {
2727

2828
const Component = () => (
2929
<React.Fragment>
30-
<p {...{"className":"pf-v6-c-content--p ws-p "}}>
30+
<p {...{"className":"pf-v6-c-content--p pf-m-editorial ws-p "}}>
3131
{`Note: User feedback lives in its own package at `}
3232
<PatternflyThemeLink {...{"to":"https://github.com/patternfly/react-user-feedback","className":""}}>
3333
{`@patternfly/react-user-feedback`}
3434
</PatternflyThemeLink>
3535
{`.`}
3636
</p>
37-
<p {...{"className":"pf-v6-c-content--p ws-p "}}>
37+
<p {...{"className":"pf-v6-c-content--p pf-m-editorial ws-p "}}>
3838
<strong {...{"className":""}}>
3939
{`User feedback`}
4040
</strong>
@@ -43,50 +43,50 @@ const Component = () => (
4343
<AutoLinkHeader {...{"id":"elements","headingLevel":"h2","className":"ws-title ws-h2"}}>
4444
{`Elements`}
4545
</AutoLinkHeader>
46-
<p {...{"className":"pf-v6-c-content--p ws-p "}}>
47-
<img src={srcImport0} width={srcImport0.width} height={srcImport0.height} {...{"alt":"Image of advanced feedback modal with annotations","className":"ws-img "}}>
46+
<p {...{"className":"pf-v6-c-content--p pf-m-editorial ws-p "}}>
47+
<img src={srcImport6} width={srcImport6.width} height={srcImport6.height} {...{"alt":"Image of advanced feedback modal with annotations","className":"ws-img "}}>
4848
</img>
4949
</p>
50-
<ol {...{"className":"pf-v6-c-content--ol ws-ol "}}>
51-
<li {...{"className":"pf-v6-c-content--li ws-li "}}>
50+
<ol {...{"className":"pf-v6-c-content--ol pf-m-editorial ws-ol "}}>
51+
<li {...{"className":"pf-v6-c-content--li pf-m-editorial ws-li "}}>
5252
<strong {...{"className":""}}>
5353
{`Title:`}
5454
</strong>
5555
{` Communicates the title of the modal.`}
5656
</li>
57-
<li {...{"className":"pf-v6-c-content--li ws-li "}}>
57+
<li {...{"className":"pf-v6-c-content--li pf-m-editorial ws-li "}}>
5858
<strong {...{"className":""}}>
5959
{`Description text:`}
6060
</strong>
6161
{` Provides a short description of the form's purpose.`}
6262
</li>
63-
<li {...{"className":"pf-v6-c-content--li ws-li "}}>
63+
<li {...{"className":"pf-v6-c-content--li pf-m-editorial ws-li "}}>
6464
<strong {...{"className":""}}>
6565
{`Image:`}
6666
</strong>
6767
{` Contributes to the modal's visual design.`}
6868
</li>
69-
<li {...{"className":"pf-v6-c-content--li ws-li "}}>
69+
<li {...{"className":"pf-v6-c-content--li pf-m-editorial ws-li "}}>
7070
<strong {...{"className":""}}>
7171
{`Selectable item:`}
7272
</strong>
7373
{` Provides one or more ways that users can leave feedback.`}
7474
</li>
7575
</ol>
76-
<p {...{"className":"pf-v6-c-content--p ws-p "}}>
76+
<p {...{"className":"pf-v6-c-content--p pf-m-editorial ws-p "}}>
7777
{`Each of these elements can be customized to fit a product's needs.`}
7878
</p>
7979
<AutoLinkHeader {...{"id":"behavior","headingLevel":"h2","className":"ws-title ws-h2"}}>
8080
{`Behavior`}
8181
</AutoLinkHeader>
82-
<p {...{"className":"pf-v6-c-content--p ws-p "}}>
82+
<p {...{"className":"pf-v6-c-content--p pf-m-editorial ws-p "}}>
8383
{`The user feedback modal may be accessed in your product's help menu.`}
8484
</p>
85-
<p {...{"className":"pf-v6-c-content--p ws-p "}}>
85+
<p {...{"className":"pf-v6-c-content--p pf-m-editorial ws-p "}}>
8686
{`For example, you can allow users to access the modal by selecting a masthead’s help icon and choosing “Share feedback” in the dropdown menu:`}
8787
</p>
88-
<p {...{"className":"pf-v6-c-content--p ws-p "}}>
89-
<img src={srcImport1} width={srcImport1.width} height={srcImport1.height} {...{"alt":"Image of expanded dropdown menu with link to sharing feedback","className":"ws-img "}}>
88+
<p {...{"className":"pf-v6-c-content--p pf-m-editorial ws-p "}}>
89+
<img src={srcImport7} width={srcImport7.width} height={srcImport7.height} {...{"alt":"Image of expanded dropdown menu with link to sharing feedback","className":"ws-img "}}>
9090
</img>
9191
</p>
9292
<AutoLinkHeader {...{"id":"variations","headingLevel":"h2","className":"ws-title ws-h2"}}>
@@ -95,58 +95,58 @@ const Component = () => (
9595
<AutoLinkHeader {...{"id":"modal-items-open-forms-within-the-modal","headingLevel":"h3","className":"ws-title ws-h3"}}>
9696
{`Modal items open forms within the modal`}
9797
</AutoLinkHeader>
98-
<p {...{"className":"pf-v6-c-content--p ws-p "}}>
98+
<p {...{"className":"pf-v6-c-content--p pf-m-editorial ws-p "}}>
9999
{`Selecting an item opens a form within the modal, which can submit data over the network.`}
100100
</p>
101-
<p {...{"className":"pf-v6-c-content--p ws-p "}}>
101+
<p {...{"className":"pf-v6-c-content--p pf-m-editorial ws-p "}}>
102102
{`Integrated forms can collect different kinds of feedback:`}
103103
</p>
104-
<ul {...{"className":"pf-v6-c-content--ul ws-ul "}}>
105-
<li {...{"className":"pf-v6-c-content--li ws-li "}}>
106-
<p {...{"className":"pf-v6-c-content--p ws-p "}}>
104+
<ul {...{"className":"pf-v6-c-content--ul pf-m-editorial ws-ul "}}>
105+
<li {...{"className":"pf-v6-c-content--li pf-m-editorial ws-li "}}>
106+
<p {...{"className":"pf-v6-c-content--p pf-m-editorial ws-p "}}>
107107
{`General feedback form`}
108108
</p>
109-
<p {...{"className":"pf-v6-c-content--p ws-p "}}>
109+
<p {...{"className":"pf-v6-c-content--p pf-m-editorial ws-p "}}>
110110
{`The general feedback form allows users to enter feedback into a text box and submit.`}
111111
</p>
112-
<p {...{"className":"pf-v6-c-content--p ws-p "}}>
113-
<img src={srcImport2} width={srcImport2.width} height={srcImport2.height} {...{"alt":"Image of a form within a modal to share feedback","className":"ws-img "}}>
112+
<p {...{"className":"pf-v6-c-content--p pf-m-editorial ws-p "}}>
113+
<img src={srcImport8} width={srcImport8.width} height={srcImport8.height} {...{"alt":"Image of a form within a modal to share feedback","className":"ws-img "}}>
114114
</img>
115115
</p>
116116
</li>
117-
<li {...{"className":"pf-v6-c-content--li ws-li "}}>
118-
<p {...{"className":"pf-v6-c-content--p ws-p "}}>
117+
<li {...{"className":"pf-v6-c-content--li pf-m-editorial ws-li "}}>
118+
<p {...{"className":"pf-v6-c-content--p pf-m-editorial ws-p "}}>
119119
{`Bug report form`}
120120
</p>
121-
<p {...{"className":"pf-v6-c-content--p ws-p "}}>
121+
<p {...{"className":"pf-v6-c-content--p pf-m-editorial ws-p "}}>
122122
{`The bug report form allows users to enter feedback into a text box and submit. Its description directs users to a URL where they can submit a support ticket for critical issues.`}
123123
</p>
124-
<p {...{"className":"pf-v6-c-content--p ws-p "}}>
125-
<img src={srcImport3} width={srcImport3.width} height={srcImport3.height} {...{"alt":"Image of a form within a modal to report bugs","className":"ws-img "}}>
124+
<p {...{"className":"pf-v6-c-content--p pf-m-editorial ws-p "}}>
125+
<img src={srcImport9} width={srcImport9.width} height={srcImport9.height} {...{"alt":"Image of a form within a modal to report bugs","className":"ws-img "}}>
126126
</img>
127127
</p>
128128
</li>
129-
<li {...{"className":"pf-v6-c-content--li ws-li "}}>
130-
<p {...{"className":"pf-v6-c-content--p ws-p "}}>
129+
<li {...{"className":"pf-v6-c-content--li pf-m-editorial ws-li "}}>
130+
<p {...{"className":"pf-v6-c-content--p pf-m-editorial ws-p "}}>
131131
{`User research opt-in form`}
132132
</p>
133-
<p {...{"className":"pf-v6-c-content--p ws-p "}}>
133+
<p {...{"className":"pf-v6-c-content--p pf-m-editorial ws-p "}}>
134134
{`The user research opt-in form allows users to enter their email address to participate in future research efforts.`}
135135
</p>
136-
<p {...{"className":"pf-v6-c-content--p ws-p "}}>
137-
<img src={srcImport4} width={srcImport4.width} height={srcImport4.height} {...{"alt":"Image of a form within a modal to sign up for research opportunities","className":"ws-img "}}>
136+
<p {...{"className":"pf-v6-c-content--p pf-m-editorial ws-p "}}>
137+
<img src={srcImport10} width={srcImport10.width} height={srcImport10.height} {...{"alt":"Image of a form within a modal to sign up for research opportunities","className":"ws-img "}}>
138138
</img>
139139
</p>
140140
</li>
141141
</ul>
142142
<AutoLinkHeader {...{"id":"modal-items-link-to-external-urls","headingLevel":"h3","className":"ws-title ws-h3"}}>
143143
{`Modal items link to external URLs`}
144144
</AutoLinkHeader>
145-
<p {...{"className":"pf-v6-c-content--p ws-p "}}>
145+
<p {...{"className":"pf-v6-c-content--p pf-m-editorial ws-p "}}>
146146
{`Selecting an item redirects users to an external URL (like a qualtrics form) that opens in a separate tab.`}
147147
</p>
148-
<p {...{"className":"pf-v6-c-content--p ws-p "}}>
149-
<img src={srcImport5} width={srcImport5.width} height={srcImport5.height} {...{"alt":"Image of modal with links to external forms","className":"ws-img "}}>
148+
<p {...{"className":"pf-v6-c-content--p pf-m-editorial ws-p "}}>
149+
<img src={srcImport11} width={srcImport11.width} height={srcImport11.height} {...{"alt":"Image of modal with links to external forms","className":"ws-img "}}>
150150
</img>
151151
</p>
152152
</React.Fragment>

0 commit comments

Comments
 (0)