@rh-support/react-context 0.2.86 → 0.3.1
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.
|
@@ -89,7 +89,7 @@ export const HostnameAwarenessModal = () => {
|
|
|
89
89
|
". We will not capture any information unless you choose to opt in."));
|
|
90
90
|
const modalBody = () => {
|
|
91
91
|
return (React.createElement(React.Fragment, null,
|
|
92
|
-
React.createElement(Switch, { label: "Share hostnames
|
|
92
|
+
React.createElement(Switch, { label: "Share hostnames", isChecked: isHostnamesChecked, onChange: onHostnameSwitchChange, className: "push-top-narrow" }),
|
|
93
93
|
React.createElement(Tooltip, { content: shareHostnamesClarificationCopy, position: "right" },
|
|
94
94
|
React.createElement(InfoIcon, { className: "pf-u-ml-sm hostnameInfoIcon" }))));
|
|
95
95
|
};
|
|
@@ -109,6 +109,6 @@ export const HostnameAwarenessModal = () => {
|
|
|
109
109
|
React.createElement(Checkbox, { label: "Don't ask me again", id: "dont-ask-again", "data-tracking-id": "dont-ask-again-hostname-modal", onClick: onDoNotAskAgain })),
|
|
110
110
|
] },
|
|
111
111
|
React.createElement("div", null,
|
|
112
|
-
React.createElement(Trans, null, "Support
|
|
112
|
+
React.createElement(Trans, null, "Red Hat Support cannot currently access hostnames that have been entered on a case. You can share this information at any time to improve your support experience, or you can ignore this.")),
|
|
113
113
|
modalBody())));
|
|
114
114
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rh-support/react-context",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.1",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public",
|
|
6
6
|
"registry": "https://registry.npmjs.org"
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"@rh-support/user-permissions": "^0.1.3",
|
|
36
36
|
"@rh-support/utils": "^0.1.3",
|
|
37
37
|
"i18next": "^19.0.1",
|
|
38
|
-
"lodash": "^4.17.
|
|
38
|
+
"lodash": "^4.17.21",
|
|
39
39
|
"react": "17.0.2",
|
|
40
40
|
"react-dom": "17.0.2",
|
|
41
41
|
"react-i18next": "^11.2.5",
|
|
@@ -46,13 +46,13 @@
|
|
|
46
46
|
"@patternfly/react-core": "4.202.16",
|
|
47
47
|
"@patternfly/react-icons": "4.53.16",
|
|
48
48
|
"@rh-support/api": "0.3.25",
|
|
49
|
-
"@rh-support/components": "1.1.
|
|
49
|
+
"@rh-support/components": "1.1.81",
|
|
50
50
|
"@rh-support/types": "0.2.0",
|
|
51
|
-
"@rh-support/user-permissions": "0.2.
|
|
52
|
-
"@rh-support/utils": "0.2.
|
|
51
|
+
"@rh-support/user-permissions": "0.2.65",
|
|
52
|
+
"@rh-support/utils": "0.2.48",
|
|
53
53
|
"i18next": "^19.0.1",
|
|
54
54
|
"localforage": "^1.7.3",
|
|
55
|
-
"lodash": "^4.17.
|
|
55
|
+
"lodash": "^4.17.21",
|
|
56
56
|
"react": "17.0.2",
|
|
57
57
|
"react-dom": "17.0.2",
|
|
58
58
|
"react-i18next": "^11.2.5",
|
|
@@ -89,5 +89,5 @@
|
|
|
89
89
|
"not ie <= 11",
|
|
90
90
|
"not op_mini all"
|
|
91
91
|
],
|
|
92
|
-
"gitHead": "
|
|
92
|
+
"gitHead": "e4bbdcf60f5ca9c6427a3655a7d264680c692b37"
|
|
93
93
|
}
|