@rh-support/troubleshoot 2.2.39 → 2.2.42
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/lib/esm/components/AccountInfo/AccountSelector.js +4 -4
- package/lib/esm/components/AccountInfo/ManagedAccountsDropdown.js +1 -1
- package/lib/esm/components/CaseEditView/ActiveCustomerEscalation/ActiveCustomerEscalation.js +2 -2
- package/lib/esm/components/CaseEditView/ActiveCustomerEscalation/RequestEscalationModal.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/ActiveCustomerEscalation/RequestEscalationModal.js +22 -19
- package/lib/esm/components/CaseEditView/CaseDetailsAside.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/CaseDetailsAside.js +14 -9
- package/lib/esm/components/CaseEditView/CaseDetailsErrorMessage.js +1 -1
- package/lib/esm/components/CaseEditView/CaseDetailsTabs.js +3 -3
- package/lib/esm/components/CaseEditView/CaseOverview/CaseOwnerInfo.js +1 -1
- package/lib/esm/components/CaseEditView/CaseOverview/DateTime.js +1 -1
- package/lib/esm/components/CaseEditView/CaseOverview/index.js +8 -8
- package/lib/esm/components/CaseEditView/CaseSecureSupportAlert.js +1 -1
- package/lib/esm/components/CaseEditView/CaseSubscriptionAbuseAlert.js +1 -1
- package/lib/esm/components/CaseEditView/ConfirmationModals/ReopenCaseModal.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/ConfirmationModals/ReopenCaseModal.js +17 -11
- package/lib/esm/components/CaseEditView/RequestRemoteSession/ESSRemoteSession.js +2 -2
- package/lib/esm/components/CaseEditView/RequestRemoteSession/ESSRemoteSessionModal.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/RequestRemoteSession/ESSRemoteSessionModal.js +7 -6
- package/lib/esm/components/CaseEditView/RequestRemoteSession/NewEssTermsModal.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/RequestRemoteSession/NewEssTermsModal.js +11 -10
- package/lib/esm/components/CaseEditView/RequestRemoteSession/RemoteSessionAgreement.js +2 -2
- package/lib/esm/components/CaseEditView/RequestRemoteSession/RemoteSessionAgreementModal.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/RequestRemoteSession/RemoteSessionAgreementModal.js +11 -10
- package/lib/esm/components/CaseEditView/Tabs/CaseActionPlan/CaseActionPlan.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/Tabs/CaseActionPlan/CaseActionPlan.js +3 -3
- package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseContactPhoneNumber.js +4 -4
- package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseHostname.js +2 -2
- package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseOpenshiftClusterId/CaseOpenShiftPopover.js +1 -1
- package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseOpenshiftClusterId/CaseOpenShiftV3Popover.js +1 -1
- package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseOpenshiftClusterId/CaseOpenshiftClusterId.js +1 -1
- package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CasePhoneNumberConfirmAlert.js +2 -2
- package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CasePhoneNumberSev1ConfirmAlert.js +2 -2
- package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseReferenceNumber.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseReferenceNumber.js +7 -7
- package/lib/esm/components/CaseEditView/Tabs/CaseDetails/ProductVersion.js +1 -1
- package/lib/esm/components/CaseEditView/Tabs/CaseDetails/Summary.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/Tabs/CaseDetails/Summary.js +6 -6
- package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/CaseAttachment.js +1 -1
- package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/CaseChat.js +1 -1
- package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/CaseComments.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/CaseComments.js +6 -4
- package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/CaseExternalTrackerUpdate.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/CaseExternalTrackerUpdate.js +5 -3
- package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/CommentSearch.js +1 -1
- package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/PostComment.js +4 -4
- package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/VerifyCaseStatusModal/VerifyCaseStatusModal.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/VerifyCaseStatusModal/VerifyCaseStatusModal.js +3 -2
- package/lib/esm/components/CaseEditView/Tabs/CasePrivateNotes/CasePrivateNotes.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/Tabs/CasePrivateNotes/CasePrivateNotes.js +3 -3
- package/lib/esm/components/CaseEditView/Tabs/RMEEscalations/RMEEscalationList.js +1 -1
- package/lib/esm/components/CaseInformation/CaseInformation.d.ts.map +1 -1
- package/lib/esm/components/CaseInformation/CaseInformation.js +3 -3
- package/lib/esm/components/CaseInformation/ContactPhoneNumberPopOver.d.ts.map +1 -1
- package/lib/esm/components/CaseInformation/ContactPhoneNumberPopOver.js +2 -2
- package/lib/esm/components/CaseInformation/Description.d.ts.map +1 -1
- package/lib/esm/components/CaseInformation/Description.js +3 -3
- package/lib/esm/components/CaseInformation/Fts.js +3 -3
- package/lib/esm/components/CaseInformation/Severity.d.ts.map +1 -1
- package/lib/esm/components/CaseInformation/Severity.js +3 -2
- package/lib/esm/components/CaseInformation/SupportLevel.d.ts.map +1 -1
- package/lib/esm/components/CaseInformation/SupportLevel.js +4 -3
- package/lib/esm/components/CaseManagement/CaseLanguageSelector.d.ts.map +1 -1
- package/lib/esm/components/CaseManagement/CaseLanguageSelector.js +3 -2
- package/lib/esm/components/CaseManagement/CaseManagement.js +2 -2
- package/lib/esm/components/CaseManagement/Cep.d.ts.map +1 -1
- package/lib/esm/components/CaseManagement/Cep.js +28 -12
- package/lib/esm/components/CaseManagement/ESSRemoteSessionCheckBox.d.ts.map +1 -1
- package/lib/esm/components/CaseManagement/ESSRemoteSessionCheckBox.js +13 -12
- package/lib/esm/components/CaseManagement/NoClusterIDReasonSelector.js +3 -3
- package/lib/esm/components/CaseManagement/OpenShiftClusterId.js +1 -1
- package/lib/esm/components/CaseManagement/OpenShiftV3Inputbox.js +1 -1
- package/lib/esm/components/CaseManagement/OpenshiftDropdownV4.d.ts.map +1 -1
- package/lib/esm/components/CaseManagement/OpenshiftDropdownV4.js +4 -3
- package/lib/esm/components/CaseManagement/RHAssociatesSelector.js +2 -2
- package/lib/esm/components/CaseManagement/SendNotifications/AddCustomEmailToAccountModal.d.ts.map +1 -1
- package/lib/esm/components/CaseManagement/SendNotifications/AddCustomEmailToAccountModal.js +15 -14
- package/lib/esm/components/CaseManagement/SendNotifications/CaseContactSelector.js +3 -3
- package/lib/esm/components/CaseManagement/SendNotifications/NonOrgCaseNotifyeesSelector.js +1 -1
- package/lib/esm/components/ConfirmationModals/NoAttachmentSelectedModal.js +3 -3
- package/lib/esm/components/IdeaInformation/IdeaInformation.js +5 -5
- package/lib/esm/components/ImproveCase/KtQuestions.d.ts.map +1 -1
- package/lib/esm/components/ImproveCase/KtQuestions.js +7 -7
- package/lib/esm/components/OpenCase/SupportTypeSelectorPage.js +12 -15
- package/lib/esm/components/ProductSelector/AllProductsSelector.js +1 -1
- package/lib/esm/components/ProductSelector/NewProductDropdownSelector.d.ts.map +1 -1
- package/lib/esm/components/ProductSelector/NewProductDropdownSelector.js +4 -3
- package/lib/esm/components/ProductSelector/NewProductVersionSelector.js +2 -2
- package/lib/esm/components/ProductSelector/ProductSelector.js +1 -1
- package/lib/esm/components/Recommendations/ClusterRecommendationItems.js +1 -1
- package/lib/esm/components/Recommendations/ClusterRecommendations.js +1 -1
- package/lib/esm/components/Recommendations/EARules/EARuleInfoAccordion.js +1 -1
- package/lib/esm/components/Recommendations/EARules/EARuleInfoInline.js +7 -7
- package/lib/esm/components/Recommendations/InsightsRuleInfo.js +7 -7
- package/lib/esm/components/Recommendations/RecommendationFeedbackModal.js +1 -1
- package/lib/esm/components/Recommendations/Recommendations.js +1 -1
- package/lib/esm/components/Recommendations/RulesModal.js +1 -1
- package/lib/esm/components/RemoteRider/RemoteRiderBanner.js +1 -1
- package/lib/esm/components/Review/Review.js +2 -2
- package/lib/esm/components/SessionRestore/SessionRestoreCard.js +6 -6
- package/lib/esm/components/SubmitCase/SubmitCase.d.ts.map +1 -1
- package/lib/esm/components/SubmitCase/SubmitCase.js +18 -16
- package/lib/esm/components/Suggestions/TopContent.d.ts.map +1 -1
- package/lib/esm/components/Suggestions/TopContent.js +31 -4
- package/lib/esm/components/TroubleshootSection/TroubleshootSection.js +6 -6
- package/lib/esm/components/UpdateSeverityModal/UpdateSeverityModal.js +4 -4
- package/lib/esm/components/shared/Rule.js +6 -6
- package/lib/esm/components/shared/fileUpload/FileLister.js +6 -6
- package/lib/esm/components/shared/fileUpload/WidgetFileUploader.js +2 -2
- package/lib/esm/components/shared/fileUpload/common/FileUploaderInfoIcon.js +1 -1
- package/lib/esm/components/shared/fileUpload/css/fileSelector.css +1 -1
- package/lib/esm/components/shared/fileUpload/fileSelectors/FileSelectorButton.d.ts.map +1 -1
- package/lib/esm/components/shared/fileUpload/fileSelectors/FileSelectorButton.js +1 -1
- package/lib/esm/components/shared/fileUpload/fileSelectors/WidgetFileSelector.js +2 -2
- package/lib/esm/components/shared/fileUpload/fileSelectors/WidgetFileSelectorImage.js +2 -2
- package/lib/esm/components/wizardLayout/MainSection.js +1 -1
- package/lib/esm/components/wizardLayout/WizardAside.js +1 -1
- package/lib/esm/components/wizardLayout/WizardMain.js +1 -1
- package/lib/esm/components/wizardLayout/WizardNavigation.js +1 -1
- package/lib/esm/css/app.css +7 -7
- package/lib/esm/css/case.css +3 -3
- package/lib/esm/hooks/useWizard.js +1 -1
- package/lib/esm/reducers/RouteConstNTypes.d.ts +1 -1
- package/lib/esm/reducers/RouteConstNTypes.d.ts.map +1 -1
- package/lib/esm/scss/_main.scss +35 -35
- package/lib/esm/scss/_pf4-overrides.scss +132 -84
- package/lib/esm/scss/index.scss +0 -1
- package/package.json +9 -11
- package/lib/esm/scss/_pf4-imports.scss +0 -30
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
// Overrides for Patternfly 4 components
|
|
2
2
|
|
|
3
3
|
:root {
|
|
4
|
-
// --pf-global--FontFamily--sans-serif: "Red Hat Text", "Overpass", Helvetica, sans-serif !important;
|
|
4
|
+
// --pf-v5-global--FontFamily--sans-serif: "Red Hat Text", "Overpass", Helvetica, sans-serif !important;
|
|
5
5
|
--pfe-theme--font-size: 14.54545454px !important;
|
|
6
6
|
}
|
|
7
7
|
|
|
8
|
-
.pf-c-backdrop {
|
|
8
|
+
.pf-v5-c-backdrop {
|
|
9
9
|
-webkit-backdrop-filter: blur(10px);
|
|
10
10
|
background-color: rgba(3, 3, 3, 0.619608);
|
|
11
11
|
box-sizing: border-box;
|
|
12
12
|
color: rgb(21, 21, 21);
|
|
13
13
|
|
|
14
|
-
.pf-c-modal-box {
|
|
14
|
+
.pf-v5-c-modal-box {
|
|
15
15
|
max-width: 90%;
|
|
16
16
|
|
|
17
17
|
@media (min-width: 992px) {
|
|
@@ -22,12 +22,12 @@
|
|
|
22
22
|
max-width: 50%;
|
|
23
23
|
}
|
|
24
24
|
|
|
25
|
-
.pf-c-title {
|
|
25
|
+
.pf-v5-c-title {
|
|
26
26
|
margin-bottom: 1rem;
|
|
27
27
|
font-size: 20px;
|
|
28
28
|
}
|
|
29
29
|
|
|
30
|
-
.pf-c-modal-box__body {
|
|
30
|
+
.pf-v5-c-modal-box__body {
|
|
31
31
|
margin-top: 0;
|
|
32
32
|
margin-bottom: 0;
|
|
33
33
|
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
}
|
|
37
37
|
}
|
|
38
38
|
|
|
39
|
-
.pf-c-modal-box__footer {
|
|
39
|
+
.pf-v5-c-modal-box__footer {
|
|
40
40
|
margin: 0;
|
|
41
41
|
|
|
42
42
|
button:first-child {
|
|
@@ -46,11 +46,11 @@
|
|
|
46
46
|
|
|
47
47
|
// feedback form specific overrides
|
|
48
48
|
&.feedback-modal {
|
|
49
|
-
.pf-c-title {
|
|
49
|
+
.pf-v5-c-title {
|
|
50
50
|
margin-bottom: 1.5rem;
|
|
51
51
|
}
|
|
52
52
|
|
|
53
|
-
.pf-c-modal-box__body {
|
|
53
|
+
.pf-v5-c-modal-box__body {
|
|
54
54
|
fieldset {
|
|
55
55
|
display: -ms-flexbox;
|
|
56
56
|
display: flex;
|
|
@@ -96,23 +96,23 @@
|
|
|
96
96
|
}
|
|
97
97
|
}
|
|
98
98
|
|
|
99
|
-
.pf-modal-overflow-visible .pf-c-modal-box__body {
|
|
99
|
+
.pf-modal-overflow-visible .pf-v5-c-modal-box__body {
|
|
100
100
|
overflow: visible !important;
|
|
101
101
|
}
|
|
102
102
|
}
|
|
103
103
|
|
|
104
|
-
.pf-c-divider {
|
|
104
|
+
.pf-v5-c-divider {
|
|
105
105
|
margin-bottom: 0.5rem;
|
|
106
106
|
margin-top: 0.5rem;
|
|
107
107
|
}
|
|
108
108
|
|
|
109
|
-
.pf-c-alert {
|
|
110
|
-
.pf-c-alert__title {
|
|
109
|
+
.pf-v5-c-alert {
|
|
110
|
+
.pf-v5-c-alert__title {
|
|
111
111
|
font-weight: 600 !important;
|
|
112
112
|
font-size: 15px;
|
|
113
113
|
}
|
|
114
114
|
|
|
115
|
-
.pf-c-alert__description .restore-session-list {
|
|
115
|
+
.pf-v5-c-alert__description .restore-session-list {
|
|
116
116
|
margin-bottom: 0;
|
|
117
117
|
padding-left: 0;
|
|
118
118
|
list-style: none;
|
|
@@ -147,13 +147,13 @@
|
|
|
147
147
|
padding: 0 10px;
|
|
148
148
|
|
|
149
149
|
&:hover svg {
|
|
150
|
-
color: var(--pf-global--palette--blue-500) !important;
|
|
150
|
+
color: var(--pf-v5-global--palette--blue-500) !important;
|
|
151
151
|
}
|
|
152
152
|
}
|
|
153
153
|
}
|
|
154
154
|
}
|
|
155
155
|
|
|
156
|
-
.pf-c-alert__action {
|
|
156
|
+
.pf-v5-c-alert__action {
|
|
157
157
|
button {
|
|
158
158
|
padding: 6px 12px;
|
|
159
159
|
background: transparent;
|
|
@@ -162,29 +162,29 @@
|
|
|
162
162
|
}
|
|
163
163
|
}
|
|
164
164
|
|
|
165
|
-
&.pf-c-alert.pf-m-info.pf-m-inline {
|
|
166
|
-
--pf-c-alert--m-inline--before--BackgroundColor: #39a5dc;
|
|
167
|
-
--pf-c-alert__icon--Color: #39a5dc;
|
|
165
|
+
&.pf-v5-c-alert.pf-m-info.pf-m-inline {
|
|
166
|
+
--pf-v5-c-alert--m-inline--before--BackgroundColor: #39a5dc;
|
|
167
|
+
--pf-v5-c-alert__icon--Color: #39a5dc;
|
|
168
168
|
|
|
169
|
-
.pf-c-alert__description > * {
|
|
169
|
+
.pf-v5-c-alert__description > * {
|
|
170
170
|
margin-bottom: 0;
|
|
171
171
|
}
|
|
172
172
|
}
|
|
173
173
|
}
|
|
174
174
|
|
|
175
175
|
#rh-support-case {
|
|
176
|
-
.pf-c-expandable-section {
|
|
177
|
-
.pf-c-expandable-section__content {
|
|
176
|
+
.pf-v5-c-expandable-section {
|
|
177
|
+
.pf-v5-c-expandable-section__content {
|
|
178
178
|
margin-top: 0 !important;
|
|
179
179
|
padding: 10px 5px;
|
|
180
180
|
border: 1px solid #d2d2d2;
|
|
181
181
|
border-top: none;
|
|
182
182
|
}
|
|
183
183
|
|
|
184
|
-
.pf-c-expandable-section__toggle {
|
|
184
|
+
.pf-v5-c-expandable-section__toggle {
|
|
185
185
|
font-size: 16px;
|
|
186
186
|
|
|
187
|
-
.pf-c-expandable-section__toggle-text {
|
|
187
|
+
.pf-v5-c-expandable-section__toggle-text {
|
|
188
188
|
margin-left: 8px;
|
|
189
189
|
font-weight: 500;
|
|
190
190
|
}
|
|
@@ -192,7 +192,8 @@
|
|
|
192
192
|
}
|
|
193
193
|
}
|
|
194
194
|
|
|
195
|
-
.pf-c-accordion {
|
|
195
|
+
.pf-v5-c-accordion {
|
|
196
|
+
padding: 0;
|
|
196
197
|
.pf-m-expanded ul {
|
|
197
198
|
list-style-type: none; //Because, FF
|
|
198
199
|
}
|
|
@@ -200,13 +201,13 @@
|
|
|
200
201
|
h3 {
|
|
201
202
|
margin-bottom: 0;
|
|
202
203
|
|
|
203
|
-
.pf-c-accordion__toggle {
|
|
204
|
-
.pf-c-accordion__toggle-text {
|
|
204
|
+
.pf-v5-c-accordion__toggle {
|
|
205
|
+
.pf-v5-c-accordion__toggle-text {
|
|
205
206
|
font-size: 16px;
|
|
206
207
|
}
|
|
207
208
|
|
|
208
209
|
&.pf-m-expanded {
|
|
209
|
-
.pf-c-accordion__toggle-text {
|
|
210
|
+
.pf-v5-c-accordion__toggle-text {
|
|
210
211
|
font-weight: 600;
|
|
211
212
|
}
|
|
212
213
|
}
|
|
@@ -215,25 +216,25 @@
|
|
|
215
216
|
}
|
|
216
217
|
|
|
217
218
|
.critical-solutions-modal {
|
|
218
|
-
&.pf-c-modal-box {
|
|
219
|
+
&.pf-v5-c-modal-box {
|
|
219
220
|
max-width: 60% !important;
|
|
220
221
|
|
|
221
|
-
.pf-c-modal-box__body {
|
|
222
|
+
.pf-v5-c-modal-box__body {
|
|
222
223
|
margin-bottom: 0;
|
|
223
224
|
padding-top: 0.5rem;
|
|
224
225
|
padding-bottom: 0;
|
|
225
226
|
}
|
|
226
227
|
}
|
|
227
228
|
|
|
228
|
-
.pf-c-accordion {
|
|
229
|
+
.pf-v5-c-accordion {
|
|
229
230
|
h3 {
|
|
230
231
|
margin-top: 0;
|
|
231
232
|
}
|
|
232
233
|
|
|
233
|
-
.pf-c-accordion__toggle {
|
|
234
|
+
.pf-v5-c-accordion__toggle {
|
|
234
235
|
padding: 0.8rem 1rem;
|
|
235
236
|
|
|
236
|
-
.pf-c-accordion__toggle-text {
|
|
237
|
+
.pf-v5-c-accordion__toggle-text {
|
|
237
238
|
overflow: visible;
|
|
238
239
|
max-width: 95%;
|
|
239
240
|
white-space: normal;
|
|
@@ -245,7 +246,7 @@
|
|
|
245
246
|
}
|
|
246
247
|
}
|
|
247
248
|
|
|
248
|
-
.pf-c-accordion__expanded-content-body {
|
|
249
|
+
.pf-v5-c-accordion__expanded-content-body {
|
|
249
250
|
padding: 1rem 1.5rem;
|
|
250
251
|
|
|
251
252
|
& > *:not(.ea-rule) .cta-link {
|
|
@@ -260,7 +261,7 @@
|
|
|
260
261
|
}
|
|
261
262
|
}
|
|
262
263
|
|
|
263
|
-
.pf-c-accordion__toggle-text .pf-c-label {
|
|
264
|
+
.pf-v5-c-accordion__toggle-text .pf-v5-c-label {
|
|
264
265
|
font-weight: 400;
|
|
265
266
|
padding: 4px 8px;
|
|
266
267
|
line-height: 21px;
|
|
@@ -268,7 +269,7 @@
|
|
|
268
269
|
}
|
|
269
270
|
}
|
|
270
271
|
|
|
271
|
-
.pf-c-alert-group {
|
|
272
|
+
.pf-v5-c-alert-group {
|
|
272
273
|
list-style: none;
|
|
273
274
|
}
|
|
274
275
|
|
|
@@ -298,12 +299,12 @@
|
|
|
298
299
|
margin-bottom: 0;
|
|
299
300
|
padding: 0.5rem 0.8rem;
|
|
300
301
|
font-size: 15px;
|
|
301
|
-
background-color: var(--pf-global--palette--black-500);
|
|
302
|
-
border: 1px solid var(--pf-global--palette--black-500);
|
|
303
|
-
color: var(--pf-global--palette--white);
|
|
302
|
+
background-color: var(--pf-v5-global--palette--black-500);
|
|
303
|
+
border: 1px solid var(--pf-v5-global--palette--black-500);
|
|
304
|
+
color: var(--pf-v5-global--palette--white);
|
|
304
305
|
}
|
|
305
306
|
|
|
306
|
-
.file-diag .file-buttons .pf-c-switch .pf-c-switch__label {
|
|
307
|
+
.file-diag .file-buttons .pf-v5-c-switch .pf-v5-c-switch__label {
|
|
307
308
|
padding-left: 10px;
|
|
308
309
|
font-size: 15px;
|
|
309
310
|
}
|
|
@@ -312,21 +313,21 @@
|
|
|
312
313
|
top: 20px !important;
|
|
313
314
|
}
|
|
314
315
|
|
|
315
|
-
.pf-c-button.pf-m-secondary[disabled]::after {
|
|
316
|
+
.pf-v5-c-button.pf-m-secondary[disabled]::after {
|
|
316
317
|
border: 0;
|
|
317
318
|
}
|
|
318
319
|
|
|
319
|
-
.pf-c-button .pf-m-active {
|
|
320
|
+
.pf-v5-c-button .pf-m-active {
|
|
320
321
|
color: #06c;
|
|
321
322
|
}
|
|
322
323
|
|
|
323
324
|
// Override disable color on darker backgrounds
|
|
324
325
|
.case-overview-secondary,
|
|
325
326
|
#review {
|
|
326
|
-
.pf-c-select__toggle.pf-m-disabled,
|
|
327
|
-
.pf-c-select__toggle:disabled {
|
|
328
|
-
--pf-c-select__toggle--Color: #ccc;
|
|
329
|
-
--pf-c-select__toggle--BackgroundColor: #fff;
|
|
327
|
+
.pf-v5-c-select__toggle.pf-m-disabled,
|
|
328
|
+
.pf-v5-c-select__toggle:disabled {
|
|
329
|
+
--pf-v5-c-select__toggle--Color: #ccc;
|
|
330
|
+
--pf-v5-c-select__toggle--BackgroundColor: #fff;
|
|
330
331
|
}
|
|
331
332
|
}
|
|
332
333
|
|
|
@@ -342,11 +343,11 @@ section.grid-aside-content pfe-accordion {
|
|
|
342
343
|
--pfe-accordion--FontWeight--header: 600;
|
|
343
344
|
}
|
|
344
345
|
|
|
345
|
-
div.pf-c-modal-box__body label.pf-c-switch {
|
|
346
|
+
div.pf-v5-c-modal-box__body label.pf-v5-c-switch {
|
|
346
347
|
padding: 1rem;
|
|
347
348
|
}
|
|
348
349
|
// override added padding
|
|
349
|
-
div.pf-c-alert__description div.ea-rule p a.pf-c-button {
|
|
350
|
+
div.pf-v5-c-alert__description div.ea-rule p a.pf-v5-c-button {
|
|
350
351
|
padding: 0;
|
|
351
352
|
}
|
|
352
353
|
|
|
@@ -364,20 +365,20 @@ section div.file-recommendations h5 {
|
|
|
364
365
|
margin: 0 !important;
|
|
365
366
|
}
|
|
366
367
|
|
|
367
|
-
section div.file-recommendations h5 span div.pf-c-label-group {
|
|
368
|
+
section div.file-recommendations h5 span div.pf-v5-c-label-group {
|
|
368
369
|
display: flex;
|
|
369
370
|
}
|
|
370
371
|
|
|
371
|
-
div input.pf-c-form-control.pf-m-search {
|
|
372
|
+
div input.pf-v5-c-form-control.pf-m-search {
|
|
372
373
|
background-image: none;
|
|
373
374
|
}
|
|
374
375
|
// To override font weight in CEP Form - PCM-11644
|
|
375
|
-
div#cep-details-modal.pf-c-modal-box__body {
|
|
376
|
-
form.pf-c-form.push-top-narrow {
|
|
377
|
-
div.pf-c-form__group {
|
|
378
|
-
div.pf-c-form__group-label {
|
|
379
|
-
label.pf-c-form__label {
|
|
380
|
-
span.pf-c-form__label-text {
|
|
376
|
+
div#cep-details-modal.pf-v5-c-modal-box__body {
|
|
377
|
+
form.pf-v5-c-form.push-top-narrow {
|
|
378
|
+
div.pf-v5-c-form__group {
|
|
379
|
+
div.pf-v5-c-form__group-label {
|
|
380
|
+
label.pf-v5-c-form__label {
|
|
381
|
+
span.pf-v5-c-form__label-text {
|
|
381
382
|
font-weight: 600 !important;
|
|
382
383
|
}
|
|
383
384
|
}
|
|
@@ -388,24 +389,24 @@ div#cep-details-modal.pf-c-modal-box__body {
|
|
|
388
389
|
|
|
389
390
|
// To override font weight in Request Escalation Form - PCM-11644
|
|
390
391
|
div#request-mgmt-escalation-modal.request-escalation-modal {
|
|
391
|
-
div.pf-c-modal-box__body {
|
|
392
|
-
form.pf-c-form.request-escalation-form {
|
|
393
|
-
div.pf-l-grid.pf-m-all-12-col-on-md.pf-m-gutter {
|
|
394
|
-
div.pf-l-grid__item.pf-m-6-col {
|
|
395
|
-
div.pf-c-form__group {
|
|
396
|
-
div.pf-c-form__group-label {
|
|
397
|
-
label.pf-c-form__label {
|
|
398
|
-
span.pf-c-form__label-text {
|
|
392
|
+
div.pf-v5-c-modal-box__body {
|
|
393
|
+
form.pf-v5-c-form.request-escalation-form {
|
|
394
|
+
div.pf-v5-l-grid.pf-m-all-12-col-on-md.pf-m-gutter {
|
|
395
|
+
div.pf-v5-l-grid__item.pf-m-6-col {
|
|
396
|
+
div.pf-v5-c-form__group {
|
|
397
|
+
div.pf-v5-c-form__group-label {
|
|
398
|
+
label.pf-v5-c-form__label {
|
|
399
|
+
span.pf-v5-c-form__label-text {
|
|
399
400
|
font-weight: 600 !important;
|
|
400
401
|
}
|
|
401
402
|
}
|
|
402
403
|
}
|
|
403
404
|
}
|
|
404
405
|
}
|
|
405
|
-
div.pf-c-form__group {
|
|
406
|
-
div.pf-c-form__group-label {
|
|
407
|
-
label.pf-c-form__label {
|
|
408
|
-
span.pf-c-form__label-text {
|
|
406
|
+
div.pf-v5-c-form__group {
|
|
407
|
+
div.pf-v5-c-form__group-label {
|
|
408
|
+
label.pf-v5-c-form__label {
|
|
409
|
+
span.pf-v5-c-form__label-text {
|
|
409
410
|
font-weight: 600 !important;
|
|
410
411
|
}
|
|
411
412
|
}
|
|
@@ -417,12 +418,12 @@ div#request-mgmt-escalation-modal.request-escalation-modal {
|
|
|
417
418
|
}
|
|
418
419
|
|
|
419
420
|
// To override font weight on reopen case modal - PCM-11644
|
|
420
|
-
div#case-reopen-modal.pf-c-modal-box__body {
|
|
421
|
-
form.pf-c-form.case-reopen-modal-form {
|
|
422
|
-
div.pf-c-form__group {
|
|
423
|
-
div.pf-c-form__group-label {
|
|
424
|
-
label.pf-c-form__label {
|
|
425
|
-
span.pf-c-form__label-text {
|
|
421
|
+
div#case-reopen-modal.pf-v5-c-modal-box__body {
|
|
422
|
+
form.pf-v5-c-form.case-reopen-modal-form {
|
|
423
|
+
div.pf-v5-c-form__group {
|
|
424
|
+
div.pf-v5-c-form__group-label {
|
|
425
|
+
label.pf-v5-c-form__label {
|
|
426
|
+
span.pf-v5-c-form__label-text {
|
|
426
427
|
font-weight: 600 !important;
|
|
427
428
|
}
|
|
428
429
|
}
|
|
@@ -435,18 +436,18 @@ pfe-accordion {
|
|
|
435
436
|
box-shadow: inset 1px 1px 0px #d2d2d2, inset -1px -1px 0px #d2d2d2;
|
|
436
437
|
}
|
|
437
438
|
|
|
438
|
-
.pf-c-wizard__main,
|
|
439
|
-
.pf-c-wizard__footer,
|
|
440
|
-
.pf-c-wizard__nav {
|
|
439
|
+
.pf-v5-c-wizard__main,
|
|
440
|
+
.pf-v5-c-wizard__footer,
|
|
441
|
+
.pf-v5-c-wizard__nav {
|
|
441
442
|
z-index: 1 !important;
|
|
442
443
|
}
|
|
443
444
|
|
|
444
|
-
.pf-c-options-menu__menu {
|
|
445
|
+
.pf-v5-c-options-menu__menu {
|
|
445
446
|
z-index: 9 !important;
|
|
446
447
|
}
|
|
447
448
|
|
|
448
449
|
#tc-product-dropdown-selector {
|
|
449
|
-
.pf-c-select__menu {
|
|
450
|
+
.pf-v5-c-select__menu {
|
|
450
451
|
z-index: 90 !important;
|
|
451
452
|
}
|
|
452
453
|
}
|
|
@@ -459,7 +460,7 @@ div.suggestions-result-section {
|
|
|
459
460
|
margin-top: 2rem;
|
|
460
461
|
}
|
|
461
462
|
|
|
462
|
-
.all-product-selector-dropdown .pf-c-select__menu-group-title:empty {
|
|
463
|
+
.all-product-selector-dropdown .pf-v5-c-select__menu-group-title:empty {
|
|
463
464
|
display: none;
|
|
464
465
|
}
|
|
465
466
|
|
|
@@ -468,10 +469,10 @@ div.suggestions-result-section {
|
|
|
468
469
|
}
|
|
469
470
|
|
|
470
471
|
.update-info-button {
|
|
471
|
-
--pf-c-button--BackgroundColor: #fff;
|
|
472
|
-
--pf-c-button--hover--BackgroundColor: #ededed;
|
|
473
|
-
--pf-c-button--active--BackgroundColor: #ededed;
|
|
474
|
-
--pf-c-button--focus--BackgroundColor: #ededed;
|
|
472
|
+
--pf-v5-c-button--BackgroundColor: #fff;
|
|
473
|
+
--pf-v5-c-button--hover--BackgroundColor: #ededed;
|
|
474
|
+
--pf-v5-c-button--active--BackgroundColor: #ededed;
|
|
475
|
+
--pf-v5-c-button--focus--BackgroundColor: #ededed;
|
|
475
476
|
}
|
|
476
477
|
|
|
477
478
|
.submit-case-check-icon {
|
|
@@ -483,6 +484,53 @@ div.suggestions-result-section {
|
|
|
483
484
|
margin-bottom: 1rem !important;
|
|
484
485
|
}
|
|
485
486
|
|
|
486
|
-
.pf-c-alert p {
|
|
487
|
+
.pf-v5-c-alert p {
|
|
488
|
+
margin-bottom: 0;
|
|
489
|
+
}
|
|
490
|
+
|
|
491
|
+
.pf-v5-c-label-group__list {
|
|
487
492
|
margin-bottom: 0;
|
|
488
493
|
}
|
|
494
|
+
|
|
495
|
+
.pf-v5-c-panel__main-body {
|
|
496
|
+
padding: 0;
|
|
497
|
+
}
|
|
498
|
+
.pf-v5-c-form-control textarea,
|
|
499
|
+
.pf-v5-c-form-control input {
|
|
500
|
+
outline: none;
|
|
501
|
+
&:focus {
|
|
502
|
+
border-bottom-color: #06c;
|
|
503
|
+
}
|
|
504
|
+
}
|
|
505
|
+
|
|
506
|
+
.pf-v5-c-wizard__main {
|
|
507
|
+
padding: 0 !important;
|
|
508
|
+
}
|
|
509
|
+
.pf-v5-c-card {
|
|
510
|
+
header {
|
|
511
|
+
font-weight: 500;
|
|
512
|
+
}
|
|
513
|
+
}
|
|
514
|
+
|
|
515
|
+
ul.pf-v5-c-tabs__list {
|
|
516
|
+
margin-bottom: 0px;
|
|
517
|
+
}
|
|
518
|
+
|
|
519
|
+
ul.pf-v5-c-chip-group__list {
|
|
520
|
+
margin: 0px;
|
|
521
|
+
}
|
|
522
|
+
|
|
523
|
+
span.pf-v5-c-input-group__text {
|
|
524
|
+
display: inline-flex;
|
|
525
|
+
width: 100%;
|
|
526
|
+
}
|
|
527
|
+
|
|
528
|
+
.bookmark-search-dropdown-wrapper {
|
|
529
|
+
div.pf-v5-c-dropdown__toggle.pf-m-split-button.pf-m-action {
|
|
530
|
+
width: 100%;
|
|
531
|
+
}
|
|
532
|
+
}
|
|
533
|
+
|
|
534
|
+
.pf-v5-c-list {
|
|
535
|
+
padding: 0;
|
|
536
|
+
}
|
package/lib/esm/scss/index.scss
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rh-support/troubleshoot",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.42",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public",
|
|
6
6
|
"registry": "https://registry.npmjs.org"
|
|
@@ -28,11 +28,11 @@
|
|
|
28
28
|
"peerDependencies": {
|
|
29
29
|
"@cee-eng/hydrajs": "4.16.33",
|
|
30
30
|
"@cee-eng/ui-toolkit": "1.1.6",
|
|
31
|
-
"@patternfly/patternfly": "
|
|
31
|
+
"@patternfly/patternfly": "5.1.0",
|
|
32
32
|
"@patternfly/pfe-accordion": "1.12.3",
|
|
33
33
|
"@patternfly/pfe-collapse": "1.12.3",
|
|
34
34
|
"@patternfly/pfe-tabs": "1.12.3",
|
|
35
|
-
"@patternfly/react-core": "
|
|
35
|
+
"@patternfly/react-core": "5.1.1",
|
|
36
36
|
"dompurify": "^2.2.6",
|
|
37
37
|
"downshift": "^6.0.5",
|
|
38
38
|
"i18next": "^19.0.1",
|
|
@@ -46,7 +46,6 @@
|
|
|
46
46
|
"qs": "^6.7.0",
|
|
47
47
|
"react": "17.0.2",
|
|
48
48
|
"react-bootstrap-typeahead": "^5.1.4",
|
|
49
|
-
"react-content-loader": "^5.1.0",
|
|
50
49
|
"react-dom": "17.0.2",
|
|
51
50
|
"react-dropzone": "^10.2.1",
|
|
52
51
|
"react-i18next": "^11.2.5",
|
|
@@ -58,18 +57,18 @@
|
|
|
58
57
|
"dependencies": {
|
|
59
58
|
"@cee-eng/hydrajs": "4.16.33",
|
|
60
59
|
"@cee-eng/ui-toolkit": "1.1.6",
|
|
61
|
-
"@patternfly/patternfly": "
|
|
60
|
+
"@patternfly/patternfly": "5.1.0",
|
|
62
61
|
"@patternfly/pfe-accordion": "1.12.3",
|
|
63
62
|
"@patternfly/pfe-collapse": "1.12.3",
|
|
64
63
|
"@patternfly/pfe-icon": "^1.12.3",
|
|
65
64
|
"@patternfly/pfe-tabs": "1.12.3",
|
|
66
|
-
"@patternfly/react-core": "
|
|
65
|
+
"@patternfly/react-core": "5.1.1",
|
|
67
66
|
"@progress/kendo-drawing": "^1.6.0",
|
|
68
67
|
"@progress/kendo-react-pdf": "^3.12.0",
|
|
69
|
-
"@rh-support/components": "2.1.
|
|
70
|
-
"@rh-support/react-context": "2.1.
|
|
68
|
+
"@rh-support/components": "2.1.25",
|
|
69
|
+
"@rh-support/react-context": "2.1.27",
|
|
71
70
|
"@rh-support/types": "2.0.2",
|
|
72
|
-
"@rh-support/user-permissions": "2.1.
|
|
71
|
+
"@rh-support/user-permissions": "2.1.18",
|
|
73
72
|
"@rh-support/utils": "2.1.11",
|
|
74
73
|
"@types/react-redux": "^7.1.12",
|
|
75
74
|
"@types/redux": "^3.6.0",
|
|
@@ -86,7 +85,6 @@
|
|
|
86
85
|
"qs": "^6.11.0",
|
|
87
86
|
"react": "17.0.2",
|
|
88
87
|
"react-bootstrap-typeahead": "^5.1.4",
|
|
89
|
-
"react-content-loader": "^5.1.0",
|
|
90
88
|
"react-dom": "17.0.2",
|
|
91
89
|
"react-dropzone": "^10.2.1",
|
|
92
90
|
"react-i18next": "^11.2.5",
|
|
@@ -133,5 +131,5 @@
|
|
|
133
131
|
"defaults and supports es6-module",
|
|
134
132
|
"maintained node versions"
|
|
135
133
|
],
|
|
136
|
-
"gitHead": "
|
|
134
|
+
"gitHead": "e67736e7b8a06c4617cc8e49a905ba7819e5ae63"
|
|
137
135
|
}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
// Global imports for Patternfly 4 components
|
|
2
|
-
|
|
3
|
-
$pf-global--load-pf-3: false;
|
|
4
|
-
$pf-global--enable-reset: false;
|
|
5
|
-
$pf-global--fonticon-path: '~@patternfly/patternfly/assets/pficon';
|
|
6
|
-
|
|
7
|
-
// Base imports
|
|
8
|
-
@import '~@patternfly/patternfly/patternfly-addons.scss';
|
|
9
|
-
@import '~@patternfly/patternfly/base/_variables.scss';
|
|
10
|
-
|
|
11
|
-
// Component imports
|
|
12
|
-
@import '~@patternfly/patternfly/components/ModalBox/modal-box.scss';
|
|
13
|
-
@import '~@patternfly/patternfly/components/Tooltip/tooltip.scss';
|
|
14
|
-
@import '~@patternfly/patternfly/components/Popover/popover.scss';
|
|
15
|
-
@import '~@patternfly/patternfly/components/Switch/switch.scss';
|
|
16
|
-
@import '~@patternfly/patternfly/components/Label/label.scss';
|
|
17
|
-
@import '~@patternfly/patternfly/components/Alert/alert.scss';
|
|
18
|
-
|
|
19
|
-
// Layout imports
|
|
20
|
-
@import '~@patternfly/patternfly/layouts/Bullseye/bullseye.scss';
|
|
21
|
-
@import '~@patternfly/patternfly/layouts/Flex/flex.scss';
|
|
22
|
-
@import '~@patternfly/patternfly/layouts/Grid/grid.scss';
|
|
23
|
-
@import '~@patternfly/patternfly/layouts/Level/level.scss';
|
|
24
|
-
@import '~@patternfly/patternfly/layouts/Split/split.scss';
|
|
25
|
-
@import '~@patternfly/patternfly/layouts/Stack/stack.scss';
|
|
26
|
-
|
|
27
|
-
// Global font overwrite
|
|
28
|
-
:root {
|
|
29
|
-
// --pf-global--FontFamily--sans-serif: "Red Hat Text", "Overpass", Helvetica, sans-serif !important;
|
|
30
|
-
}
|