@rh-support/cases 2.1.99 → 2.1.101

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.
@@ -373,7 +373,7 @@ export function CaseListTable(props) {
373
373
  onSelect: (_event, index) => onRowSelect(_event, row === null || row === void 0 ? void 0 : row.case_number),
374
374
  isSelected: selectedCases.includes(row === null || row === void 0 ? void 0 : row.case_number),
375
375
  } }),
376
- React.createElement(Th, { dataLabel: "Case ID", id: row.case_number },
376
+ React.createElement(Th, { dataLabel: "Case ID", id: row.case_number, scope: "row" },
377
377
  React.createElement("div", { className: "case-number-section" },
378
378
  React.createElement(Link, { to: `/case/${row.case_number}` },
379
379
  React.createElement("span", { className: "case-number" }, row.case_number)),
@@ -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.99",
3
+ "version": "2.1.101",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org"
@@ -43,8 +43,8 @@
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.77",
47
- "@rh-support/react-context": "2.1.86",
46
+ "@rh-support/components": "2.1.79",
47
+ "@rh-support/react-context": "2.1.88",
48
48
  "@rh-support/types": "2.0.4",
49
49
  "@rh-support/user-permissions": "2.1.49",
50
50
  "@rh-support/utils": "2.1.38",
@@ -96,5 +96,5 @@
96
96
  "defaults and supports es6-module",
97
97
  "maintained node versions"
98
98
  ],
99
- "gitHead": "c83dfde6b2b3b941cf947014ae27f94b9581fb61"
99
+ "gitHead": "f1515c1af548192fac41b8c278aa594d59a9c960"
100
100
  }