@rh-support/cases 2.1.100 → 2.1.102

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.
@@ -55,7 +55,7 @@ export default function CloseCaseBtn({ selectedCases, caseList, onCasesCloseSucc
55
55
  });
56
56
  ToastNotification.clearToast(toastId);
57
57
  ToastNotification.addSuccessMessage(t('Case {{caseNumber}} successfully closed', { caseNumber }));
58
- dtmTrackEvent('case closed - case list page', caseNumber, '');
58
+ dtmTrackEvent('case closed', 'case closed - case list page', caseNumber, '');
59
59
  }), (err) => {
60
60
  ToastNotification.clearToast(toastId);
61
61
  ToastNotification.addDangerMessage(t('Could not close case {{caseNumber}}', { caseNumber }));
@@ -510,6 +510,8 @@
510
510
  th#summary.pf-v5-c-table__th,
511
511
  .case-list-table tbody > tr > :nth-child(3) {
512
512
  min-width: 270px !important;
513
+ display: flex !important;
514
+ justify-content: center !important;
513
515
  }
514
516
 
515
517
  th#contactName.pf-v5-c-table__th,
@@ -553,5 +555,7 @@
553
555
  th#summary.pf-v5-c-table__th,
554
556
  .case-list-table tbody > tr > :nth-child(3) {
555
557
  min-width: 500px !important;
558
+ display: flex !important;
559
+ justify-content: center !important;
556
560
  }
557
561
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rh-support/cases",
3
- "version": "2.1.100",
3
+ "version": "2.1.102",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org"
@@ -43,11 +43,11 @@
43
43
  "@patternfly/patternfly": "5.1.0",
44
44
  "@patternfly/react-core": "5.1.1",
45
45
  "@patternfly/react-table": "5.1.1",
46
- "@rh-support/components": "2.1.78",
47
- "@rh-support/react-context": "2.1.87",
46
+ "@rh-support/components": "2.1.80",
47
+ "@rh-support/react-context": "2.1.89",
48
48
  "@rh-support/types": "2.0.4",
49
- "@rh-support/user-permissions": "2.1.49",
50
- "@rh-support/utils": "2.1.38",
49
+ "@rh-support/user-permissions": "2.1.50",
50
+ "@rh-support/utils": "2.1.39",
51
51
  "localforage": "^1.10.0",
52
52
  "lodash": "^4.17.21",
53
53
  "pegjs": "^0.10.0",
@@ -96,5 +96,5 @@
96
96
  "defaults and supports es6-module",
97
97
  "maintained node versions"
98
98
  ],
99
- "gitHead": "0b68f805f8c48c99784e651c3e41fdc81da526eb"
99
+ "gitHead": "c195673bed3013aac9cc45a1a7db4d9d28b218e7"
100
100
  }