@rh-support/react-context 0.2.85 → 0.3.0
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":"HostnameAwarenessModal.d.ts","sourceRoot":"","sources":["../../../../src/components/HostnameAwarenessModal/HostnameAwarenessModal.tsx"],"names":[],"mappings":"AAAA,OAAO,8BAA8B,CAAC;AAatC,eAAO,MAAM,sBAAsB,
|
|
1
|
+
{"version":3,"file":"HostnameAwarenessModal.d.ts","sourceRoot":"","sources":["../../../../src/components/HostnameAwarenessModal/HostnameAwarenessModal.tsx"],"names":[],"mappings":"AAAA,OAAO,8BAA8B,CAAC;AAatC,eAAO,MAAM,sBAAsB,mBAmJlC,CAAC"}
|
|
@@ -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 does not have access to view hostnames that have been entered on a case. You can
|
|
112
|
+
React.createElement(Trans, null, "Red Hat Support does not currently have access to view your 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.0",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public",
|
|
6
6
|
"registry": "https://registry.npmjs.org"
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"lib/**/*"
|
|
27
27
|
],
|
|
28
28
|
"peerDependencies": {
|
|
29
|
-
"@cee-eng/hydrajs": "4.12.
|
|
29
|
+
"@cee-eng/hydrajs": "4.12.7",
|
|
30
30
|
"@patternfly/react-core": "4.202.16",
|
|
31
31
|
"@patternfly/react-icons": "4.53.16",
|
|
32
32
|
"@rh-support/api": "0.3.9",
|
|
@@ -42,14 +42,14 @@
|
|
|
42
42
|
"react-test-renderer": "17.0.1"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@cee-eng/hydrajs": "4.12.
|
|
45
|
+
"@cee-eng/hydrajs": "4.12.7",
|
|
46
46
|
"@patternfly/react-core": "4.202.16",
|
|
47
47
|
"@patternfly/react-icons": "4.53.16",
|
|
48
|
-
"@rh-support/api": "0.3.
|
|
49
|
-
"@rh-support/components": "1.1.
|
|
48
|
+
"@rh-support/api": "0.3.25",
|
|
49
|
+
"@rh-support/components": "1.1.80",
|
|
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.64",
|
|
52
|
+
"@rh-support/utils": "0.2.47",
|
|
53
53
|
"i18next": "^19.0.1",
|
|
54
54
|
"localforage": "^1.7.3",
|
|
55
55
|
"lodash": "^4.17.15",
|
|
@@ -89,5 +89,5 @@
|
|
|
89
89
|
"not ie <= 11",
|
|
90
90
|
"not op_mini all"
|
|
91
91
|
],
|
|
92
|
-
"gitHead": "
|
|
92
|
+
"gitHead": "df9aba7f875d84c08c533f9ae63c4c7b325fe646"
|
|
93
93
|
}
|