@rh-support/cases 0.2.90 → 0.2.91

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.
@@ -311,7 +311,7 @@ export function CaseList(props) {
311
311
  }, [isBasicSearchMode]);
312
312
  const displayRHCDAlert = () => {
313
313
  const openClosedCopy = `Only showing cases that were ${RHCDValue} during the selected time range specified in
314
- customer dashboard. Case counts may vary slightly based on data retention and availability
314
+ Customer Dashboard. Case counts may vary slightly based on data retention and availability
315
315
  policies.`;
316
316
  if (RHCDValue !== 'active') {
317
317
  return (React.createElement(Alert, { variant: AlertVariant.info, title: 'Notice', isInline: true, actionClose: React.createElement(AlertActionCloseButton, { onClose: () => setIsRHCDAlertShown(false) }) },
@@ -319,7 +319,7 @@ export function CaseList(props) {
319
319
  }
320
320
  else if (RHCDValue === 'active') {
321
321
  return (React.createElement(Alert, { variant: AlertVariant.info, title: 'Notice', isInline: true, actionClose: React.createElement(AlertActionCloseButton, { onClose: () => setIsRHCDAlertShown(false) }) },
322
- React.createElement(Trans, null, "All cases that may have been in an open state during the selected time range specified in customer dashboard. Case counts may vary slightly based on data retention and availability policies.")));
322
+ React.createElement(Trans, null, "All cases that may have been in an open state during the selected time range specified in Customer Dashboard. Case counts may vary slightly based on data retention and availability policies.")));
323
323
  }
324
324
  };
325
325
  useEffect(() => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rh-support/cases",
3
- "version": "0.2.90",
3
+ "version": "0.2.91",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org"
@@ -101,5 +101,5 @@
101
101
  "not ie <= 11",
102
102
  "not op_mini all"
103
103
  ],
104
- "gitHead": "1d8c25adcf1bc30eb2560bf210f96994b63237e3"
104
+ "gitHead": "b35a7c74026a3d95bed354d9aa8949e124c9ecef"
105
105
  }