@rh-support/cases 2.6.201 → 2.6.208

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.
@@ -6,7 +6,7 @@ import { Trans, useTranslation } from 'react-i18next';
6
6
  export function NewCaseButton(props) {
7
7
  const { t } = useTranslation();
8
8
  const canCreateCase = useCanCreateCase();
9
- // Handle onClick of Get support button
9
+ //Handle onClick of Get support button
10
10
  const onNewCase = () => {
11
11
  if (canCreateCase.alert()) {
12
12
  return;
package/lib/esm/index.js CHANGED
@@ -1,3 +1,4 @@
1
1
  // test
2
2
  import './scss/index.scss';
3
3
  export { Cases } from './components';
4
+ // dummy change for publish
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rh-support/cases",
3
- "version": "2.6.201",
3
+ "version": "2.6.208",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org"
@@ -38,11 +38,11 @@
38
38
  "@patternfly/patternfly": "6.2.1",
39
39
  "@patternfly/react-core": "6.2.1",
40
40
  "@patternfly/react-table": "6.2.1",
41
- "@rh-support/components": "2.5.197",
42
- "@rh-support/react-context": "2.5.291",
41
+ "@rh-support/components": "2.5.203",
42
+ "@rh-support/react-context": "2.5.298",
43
43
  "@rh-support/types": "2.0.26",
44
- "@rh-support/user-permissions": "2.5.143",
45
- "@rh-support/utils": "2.5.125",
44
+ "@rh-support/user-permissions": "2.5.150",
45
+ "@rh-support/utils": "2.5.132",
46
46
  "localforage": "^1.10.0",
47
47
  "lodash": "^4.17.21",
48
48
  "pegjs": "^0.10.0",
@@ -94,5 +94,5 @@
94
94
  "defaults and supports es6-module",
95
95
  "maintained node versions"
96
96
  ],
97
- "gitHead": "9cea9a2616441250565764bd5ce541d4103cc9b4"
97
+ "gitHead": "7c3e9bbcdaa616cf2174f44356011417e368911c"
98
98
  }