@rh-support/cases 2.1.39 → 2.1.41

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.
@@ -219,14 +219,14 @@ export default function DownloadCSVFileModal(props) {
219
219
  { label: 'Severity', key: 'severity' },
220
220
  { label: 'Created by', key: 'createdBy' },
221
221
  { label: 'Account number', key: 'accountNumber' },
222
- { label: 'Case type', key: 'type' },
222
+ { label: 'Support type', key: 'type' },
223
223
  { label: 'Group', key: 'group' },
224
224
  ];
225
225
  const csvHeadersTwo = [
226
226
  { label: 'Modified by', key: 'modifiedBy' },
227
227
  { label: 'Status', key: 'status' },
228
228
  { label: 'Product and version', key: 'productVersion' },
229
- { label: 'Alternate case ID', key: 'alternateId' },
229
+ { label: 'Personal reference number', key: 'alternateId' },
230
230
  { label: 'Closed date', key: 'caseClosedDate' },
231
231
  ];
232
232
  const generateCheckboxes = (fieldDefinitions) => {
@@ -548,6 +548,6 @@
548
548
  /* Issue Summary */
549
549
  th#summary.pf-v5-c-table__th,
550
550
  .case-list-table tbody > tr > :nth-child(3) {
551
- min-width: 450px !important;
551
+ min-width: 500px !important;
552
552
  }
553
553
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rh-support/cases",
3
- "version": "2.1.39",
3
+ "version": "2.1.41",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org"
@@ -90,5 +90,5 @@
90
90
  "defaults and supports es6-module",
91
91
  "maintained node versions"
92
92
  ],
93
- "gitHead": "6f4a93926c86b6af2df3f900f199261c5c3656f5"
93
+ "gitHead": "4b0b0dcd5f09ae546be8a5bdde5fc87a57741916"
94
94
  }