@rh-support/troubleshoot 2.6.30 → 2.6.31
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.
|
@@ -56,7 +56,7 @@ export function CaseContactPhoneNumberAlert(props) {
|
|
|
56
56
|
!isCaseOwnerUpdating;
|
|
57
57
|
const phone = phoneCountryCode + ' ' + phoneAreaCodePrefixLineNumber;
|
|
58
58
|
const confirmationMessage = `${t('Is this phone number correct,')} ${phone} ?`;
|
|
59
|
-
if (!isPhoneNeedsReview
|
|
59
|
+
if (!isPhoneNeedsReview)
|
|
60
60
|
return React.createElement(React.Fragment, null);
|
|
61
61
|
return (React.createElement(React.Fragment, null, props.isReview && !closeConfirmAlert && !isExportingPDF ? (React.createElement(Alert, { className: "pf-v6-u-mb-md phone-review-banner", isInline: true, variant: AlertVariant.warning, title: t('Review phone number'), component: "p", actionLinks: [
|
|
62
62
|
React.createElement(Button, { className: "pf-v6-u-mr-md", key: "case-contact-phone-number-review-confirm", variant: ButtonVariant.link, isInline: true, onClick: () => onCaseDetailsChange({ suppliedPhoneNumberVerified: 'True' }), "data-tracking-id": "case-contact-phone-number-review-confirm", isLoading: isCaseUpdating, isDisabled: isCaseUpdating },
|
package/lib/esm/scss/_main.scss
CHANGED
|
@@ -1305,7 +1305,10 @@ svg.pf-v6-u-ml-xs.icon-size {
|
|
|
1305
1305
|
margin-bottom: 0;
|
|
1306
1306
|
}
|
|
1307
1307
|
|
|
1308
|
-
.postcomment-submit:disabled
|
|
1308
|
+
.postcomment-submit:disabled {
|
|
1309
|
+
color: var(--pf-v6-c-button--disabled--Color);
|
|
1310
|
+
}
|
|
1311
|
+
|
|
1309
1312
|
.remote-session-button:disabled {
|
|
1310
1313
|
color: var(--pf-v6-c-button--disabled--Color);
|
|
1311
1314
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rh-support/troubleshoot",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.31",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public",
|
|
6
6
|
"registry": "https://registry.npmjs.org"
|
|
@@ -134,5 +134,5 @@
|
|
|
134
134
|
"defaults and supports es6-module",
|
|
135
135
|
"maintained node versions"
|
|
136
136
|
],
|
|
137
|
-
"gitHead": "
|
|
137
|
+
"gitHead": "4bee35b87e0078a62064ee31c363ce3d11cbe539"
|
|
138
138
|
}
|