@rh-support/cases 2.1.87 → 2.1.89

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.
@@ -343,6 +343,10 @@
343
343
  font-weight: 400;
344
344
  }
345
345
 
346
+ #case-filters-panel #case-list-products-filter {
347
+ z-index: 2;
348
+ }
349
+
346
350
  @media (min-width: 525px) {
347
351
  .case-search-bottom .case-list-table-toolbar .toolbar-actions {
348
352
  -ms-flex-wrap: nowrap;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rh-support/cases",
3
- "version": "2.1.87",
3
+ "version": "2.1.89",
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.67",
47
- "@rh-support/react-context": "2.1.75",
46
+ "@rh-support/components": "2.1.69",
47
+ "@rh-support/react-context": "2.1.77",
48
48
  "@rh-support/types": "2.0.4",
49
49
  "@rh-support/user-permissions": "2.1.48",
50
50
  "@rh-support/utils": "2.1.37",
@@ -96,5 +96,5 @@
96
96
  "defaults and supports es6-module",
97
97
  "maintained node versions"
98
98
  ],
99
- "gitHead": "fe9dac0d0d3517281da0692cf84070b998b22f78"
99
+ "gitHead": "8720a44261dd585266b2cfdf2bf5092a0cec88d0"
100
100
  }