@rh-support/manage 2.0.2-beta.0 → 2.0.4

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.
@@ -309,9 +309,9 @@ svg.hostnameSpinner {
309
309
  }
310
310
 
311
311
  #version-dropdown-selector {
312
- z-index: 9999;
312
+ z-index: 299;
313
313
  }
314
314
 
315
315
  #tc-product-dropdown-selector {
316
- z-index: 9999;
316
+ z-index: 299;
317
317
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rh-support/manage",
3
- "version": "2.0.2-beta.0",
3
+ "version": "2.0.4",
4
4
  "description": "Customer Support Manage App",
5
5
  "author": "Jordan Eudy <jeudy100@gmail.com>",
6
6
  "homepage": "",
@@ -94,12 +94,12 @@
94
94
  "@patternfly/pfe-tabs": "1.12.3",
95
95
  "@patternfly/react-core": "4.264.0",
96
96
  "@patternfly/react-table": "4.111.33",
97
- "@rh-support/components": "2.0.2-beta.0",
97
+ "@rh-support/components": "2.0.4",
98
98
  "@rh-support/configs": "2.0.1",
99
- "@rh-support/react-context": "2.0.2-beta.0",
99
+ "@rh-support/react-context": "2.0.4",
100
100
  "@rh-support/types": "2.0.1",
101
- "@rh-support/user-permissions": "2.0.1-beta.0",
102
- "@rh-support/utils": "2.0.1-beta.0",
101
+ "@rh-support/user-permissions": "2.0.4",
102
+ "@rh-support/utils": "2.0.4",
103
103
  "@types/react-beautiful-dnd": "^13.0.0",
104
104
  "i18next": ">=17.0.1",
105
105
  "lodash": ">=4.17.15",
@@ -109,5 +109,5 @@
109
109
  "react-i18next": ">=10.11.0",
110
110
  "react-router-dom": ">=5.1.2"
111
111
  },
112
- "gitHead": "d8aaf95219bd66267ccfeef0d708d88dadc60766"
112
+ "gitHead": "30c2ea68d7e31306b5bce11d448f45070f97f7cd"
113
113
  }