@rh-support/manage 2.5.55 → 2.5.58
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.
package/lib/esm/scss/_main.scss
CHANGED
|
@@ -169,6 +169,7 @@
|
|
|
169
169
|
margin-bottom: 2rem;
|
|
170
170
|
border: 1px solid #ccc;
|
|
171
171
|
border-top: none;
|
|
172
|
+
border-radius: 8px;
|
|
172
173
|
|
|
173
174
|
tbody:first-of-type {
|
|
174
175
|
border-top: none;
|
|
@@ -400,6 +401,8 @@ svg.hostnameSpinner {
|
|
|
400
401
|
.pf-v6-c-empty-state__icon {
|
|
401
402
|
color: var(--pf-t--color--gray--30);
|
|
402
403
|
}
|
|
404
|
+
|
|
405
|
+
border-radius: 8px;
|
|
403
406
|
}
|
|
404
407
|
|
|
405
408
|
.pf-v6-c-empty-state__icon {
|
|
@@ -484,3 +487,7 @@ svg.hostnameSpinner {
|
|
|
484
487
|
|
|
485
488
|
.border-none {
|
|
486
489
|
}
|
|
490
|
+
|
|
491
|
+
div.grid-main.manage {
|
|
492
|
+
border-radius: 0 0 16px 16px !important;
|
|
493
|
+
}
|
package/lib/esm/scss/index.scss
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rh-support/manage",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.58",
|
|
4
4
|
"description": "Customer Support Manage App",
|
|
5
5
|
"author": "Jordan Eudy <jeudy100@gmail.com>",
|
|
6
6
|
"license": "ISC",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"@patternfly/react-table": "6.2.1",
|
|
82
82
|
"@rh-support/components": "2.5.45",
|
|
83
83
|
"@rh-support/configs": "2.0.21",
|
|
84
|
-
"@rh-support/react-context": "2.5.
|
|
84
|
+
"@rh-support/react-context": "2.5.60",
|
|
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": "
|
|
106
|
+
"gitHead": "496bf698365697ff751a8edf712284454440d6ea"
|
|
107
107
|
}
|