@rh-support/manage 2.5.43 → 2.5.55

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.
@@ -183,3 +183,7 @@ div.pf-v6-c-pagination__nav-page-select {
183
183
  .pf-v6-c-calendar-month__header-year {
184
184
  min-width: 6rem;
185
185
  }
186
+
187
+ .pf-v6-c-alert {
188
+ margin-top: 0;
189
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rh-support/manage",
3
- "version": "2.5.43",
3
+ "version": "2.5.55",
4
4
  "description": "Customer Support Manage App",
5
5
  "author": "Jordan Eudy <jeudy100@gmail.com>",
6
6
  "license": "ISC",
@@ -79,9 +79,9 @@
79
79
  "@patternfly/patternfly": "6.2.1",
80
80
  "@patternfly/react-core": "6.2.1",
81
81
  "@patternfly/react-table": "6.2.1",
82
- "@rh-support/components": "2.5.33",
82
+ "@rh-support/components": "2.5.45",
83
83
  "@rh-support/configs": "2.0.21",
84
- "@rh-support/react-context": "2.5.36",
84
+ "@rh-support/react-context": "2.5.45",
85
85
  "@rh-support/types": "2.0.5",
86
86
  "@rh-support/user-permissions": "2.5.20",
87
87
  "@rh-support/utils": "2.5.19",
@@ -103,5 +103,5 @@
103
103
  "defaults and supports es6-module",
104
104
  "maintained node versions"
105
105
  ],
106
- "gitHead": "f69973584d77efaa8fb77808e43757b074e50dc6"
106
+ "gitHead": "7c863ffbb7b897925e55fa610b76584e78c6accc"
107
107
  }