@rh-support/react-context 0.3.0 → 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.
@@ -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,mBAmJlC,CAAC"}
1
+ {"version":3,"file":"HostnameAwarenessModal.d.ts","sourceRoot":"","sources":["../../../../src/components/HostnameAwarenessModal/HostnameAwarenessModal.tsx"],"names":[],"mappings":"AAAA,OAAO,8BAA8B,CAAC;AAatC,eAAO,MAAM,sBAAsB,mBAkJlC,CAAC"}
@@ -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, "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.")),
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.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.15",
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.80",
49
+ "@rh-support/components": "1.1.81",
50
50
  "@rh-support/types": "0.2.0",
51
- "@rh-support/user-permissions": "0.2.64",
52
- "@rh-support/utils": "0.2.47",
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.15",
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": "df9aba7f875d84c08c533f9ae63c4c7b325fe646"
92
+ "gitHead": "e4bbdcf60f5ca9c6427a3655a7d264680c692b37"
93
93
  }