@rh-support/troubleshoot 2.2.14 → 2.2.15
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SubmitCase.d.ts","sourceRoot":"","sources":["../../../../src/components/SubmitCase/SubmitCase.tsx"],"names":[],"mappings":"AA4BA,MAAM,CAAC,OAAO,UAAU,UAAU,
|
|
1
|
+
{"version":3,"file":"SubmitCase.d.ts","sourceRoot":"","sources":["../../../../src/components/SubmitCase/SubmitCase.tsx"],"names":[],"mappings":"AA4BA,MAAM,CAAC,OAAO,UAAU,UAAU,gBAmSjC"}
|
|
@@ -67,7 +67,6 @@ export default function SubmitCase() {
|
|
|
67
67
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
68
68
|
}, []);
|
|
69
69
|
const onRemoteRiderConfirm = () => { };
|
|
70
|
-
const userPhoneNumber = loggedInUser.data.phone;
|
|
71
70
|
const userEmail = loggedInUser.data.email;
|
|
72
71
|
// To set the visibility of remote rider banner
|
|
73
72
|
const onRemoteRiderClose = () => {
|
|
@@ -117,18 +116,11 @@ export default function SubmitCase() {
|
|
|
117
116
|
React.createElement("div", { className: "submit-page-contact-info pf-u-mt-lg pf-u-mb-sm" },
|
|
118
117
|
React.createElement("p", { className: "contact-info-title pf-u-mb-sm" },
|
|
119
118
|
React.createElement(Trans, null, "Is this contact information correct?")),
|
|
120
|
-
React.createElement("p", { className: "
|
|
121
|
-
React.createElement("
|
|
122
|
-
React.createElement(
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
userPhoneNumber),
|
|
126
|
-
React.createElement("br", null),
|
|
127
|
-
React.createElement("span", { className: "contact-info-email" },
|
|
128
|
-
React.createElement("strong", null,
|
|
129
|
-
React.createElement(Trans, null, "Email:")),
|
|
130
|
-
' ',
|
|
131
|
-
userEmail))),
|
|
119
|
+
React.createElement("p", { className: "pf-u-font-size-sm" },
|
|
120
|
+
React.createElement("strong", null,
|
|
121
|
+
React.createElement(Trans, null, "Email:")),
|
|
122
|
+
' ',
|
|
123
|
+
userEmail)),
|
|
132
124
|
React.createElement("div", null,
|
|
133
125
|
React.createElement(ActionList, null,
|
|
134
126
|
React.createElement(ActionListItem, null,
|
package/lib/esm/scss/_main.scss
CHANGED
|
@@ -755,12 +755,6 @@ p.pref-case-popover-text {
|
|
|
755
755
|
flex-direction: row;
|
|
756
756
|
color: var(--pf-global--success-color--100);
|
|
757
757
|
}
|
|
758
|
-
.contact-info {
|
|
759
|
-
.contact-info-phone,
|
|
760
|
-
.contact-info-email {
|
|
761
|
-
font-size: 14px;
|
|
762
|
-
}
|
|
763
|
-
}
|
|
764
758
|
}
|
|
765
759
|
|
|
766
760
|
.rules-modal-items > h2 {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rh-support/troubleshoot",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.15",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public",
|
|
6
6
|
"registry": "https://registry.npmjs.org"
|
|
@@ -66,8 +66,8 @@
|
|
|
66
66
|
"@patternfly/react-core": "4.264.0",
|
|
67
67
|
"@progress/kendo-drawing": "^1.6.0",
|
|
68
68
|
"@progress/kendo-react-pdf": "^3.12.0",
|
|
69
|
-
"@rh-support/components": "2.1.
|
|
70
|
-
"@rh-support/react-context": "2.1.
|
|
69
|
+
"@rh-support/components": "2.1.8",
|
|
70
|
+
"@rh-support/react-context": "2.1.8",
|
|
71
71
|
"@rh-support/types": "2.0.2",
|
|
72
72
|
"@rh-support/user-permissions": "2.1.3",
|
|
73
73
|
"@rh-support/utils": "2.1.1",
|
|
@@ -133,5 +133,5 @@
|
|
|
133
133
|
"defaults and supports es6-module",
|
|
134
134
|
"maintained node versions"
|
|
135
135
|
],
|
|
136
|
-
"gitHead": "
|
|
136
|
+
"gitHead": "a47ffbcfff1c99bef15fb811497e6c756845e9e8"
|
|
137
137
|
}
|