@rh-support/cases 2.5.16 → 2.5.17

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.
@@ -242,6 +242,7 @@
242
242
  padding: 16px 24px !important;
243
243
  word-break: inherit;
244
244
  vertical-align: middle;
245
+ background-color: white;
245
246
  }
246
247
 
247
248
  .case-search-bottom .case-list-table .case-number,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rh-support/cases",
3
- "version": "2.5.16",
3
+ "version": "2.5.17",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org"
@@ -43,11 +43,11 @@
43
43
  "@patternfly/patternfly": "5.4.2",
44
44
  "@patternfly/react-core": "5.4.2",
45
45
  "@patternfly/react-table": "5.4.2",
46
- "@rh-support/components": "2.5.14",
47
- "@rh-support/react-context": "2.5.16",
46
+ "@rh-support/components": "2.5.15",
47
+ "@rh-support/react-context": "2.5.17",
48
48
  "@rh-support/types": "2.0.5",
49
- "@rh-support/user-permissions": "2.5.8",
50
- "@rh-support/utils": "2.5.7",
49
+ "@rh-support/user-permissions": "2.5.9",
50
+ "@rh-support/utils": "2.5.8",
51
51
  "localforage": "^1.10.0",
52
52
  "lodash": "^4.17.21",
53
53
  "pegjs": "^0.10.0",
@@ -96,5 +96,5 @@
96
96
  "defaults and supports es6-module",
97
97
  "maintained node versions"
98
98
  ],
99
- "gitHead": "8e7091500c7b11e7f1b54a4e281199c0e91a8113"
99
+ "gitHead": "25dc755c973c1fd3169c76df597839acb07dde64"
100
100
  }