@rh-support/cases 2.1.99 → 2.1.100

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)),
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.100",
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.78",
47
+ "@rh-support/react-context": "2.1.87",
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": "0b68f805f8c48c99784e651c3e41fdc81da526eb"
100
100
  }