@rh-support/cases 2.1.45 → 2.1.46

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.
@@ -91,7 +91,7 @@ export default function DownloadCSVFileModal(props) {
91
91
  {
92
92
  checkbox: checkboxes.type,
93
93
  key: getKey('type', loggedInUsersAccount.data.secureSupport),
94
- label: 'Case type',
94
+ label: 'Support type',
95
95
  },
96
96
  {
97
97
  checkbox: checkboxes.modifiedBy,
@@ -539,7 +539,7 @@
539
539
 
540
540
  /* Closed Date Header */
541
541
  th#closedDate.pf-v5-c-table__th,
542
- th.pf-v5-c-table__sort[data-label='Case type'] {
542
+ th.pf-v5-c-table__sort[data-label='Support type'] {
543
543
  min-width: 200px !important;
544
544
  }
545
545
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rh-support/cases",
3
- "version": "2.1.45",
3
+ "version": "2.1.46",
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.36",
47
- "@rh-support/react-context": "2.1.39",
46
+ "@rh-support/components": "2.1.37",
47
+ "@rh-support/react-context": "2.1.40",
48
48
  "@rh-support/types": "2.0.2",
49
49
  "@rh-support/user-permissions": "2.1.26",
50
50
  "@rh-support/utils": "2.1.18",
@@ -87,5 +87,5 @@
87
87
  "defaults and supports es6-module",
88
88
  "maintained node versions"
89
89
  ],
90
- "gitHead": "c62b5ae2bab7b1b81e6911888038c34201327635"
90
+ "gitHead": "852ee8bdbdebd886e52c1dc695a2a017d2b0c6f7"
91
91
  }