@rh-support/manage 2.1.52 → 2.1.53

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.
@@ -147,3 +147,7 @@ div.pf-v5-c-pagination__nav-page-select {
147
147
  background-color: #e0e0e0;
148
148
  border-bottom: 1px solid black;
149
149
  }
150
+
151
+ .pf-v5-c-accordion .pf-v5-c-accordion__toggle {
152
+ padding: 1rem !important;
153
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rh-support/manage",
3
- "version": "2.1.52",
3
+ "version": "2.1.53",
4
4
  "description": "Customer Support Manage App",
5
5
  "author": "Jordan Eudy <jeudy100@gmail.com>",
6
6
  "homepage": "",
@@ -46,7 +46,7 @@
46
46
  "prepublishOnly": "npm run build"
47
47
  },
48
48
  "peerDependencies": {
49
- "@cee-eng/hydrajs": "4.17.1",
49
+ "@cee-eng/hydrajs": "4.17.3",
50
50
  "@patternfly/patternfly": "5.1.0",
51
51
  "@patternfly/react-core": "5.1.1",
52
52
  "@patternfly/react-table": "5.1.1",
@@ -75,16 +75,16 @@
75
75
  "typescript": "^5.3.3"
76
76
  },
77
77
  "dependencies": {
78
- "@cee-eng/hydrajs": "4.17.1",
78
+ "@cee-eng/hydrajs": "4.17.3",
79
79
  "@patternfly/patternfly": "5.1.0",
80
80
  "@patternfly/react-core": "5.1.1",
81
81
  "@patternfly/react-table": "5.1.1",
82
- "@rh-support/components": "2.1.38",
82
+ "@rh-support/components": "2.1.39",
83
83
  "@rh-support/configs": "2.0.16",
84
- "@rh-support/react-context": "2.1.41",
84
+ "@rh-support/react-context": "2.1.42",
85
85
  "@rh-support/types": "2.0.3",
86
- "@rh-support/user-permissions": "2.1.27",
87
- "@rh-support/utils": "2.1.19",
86
+ "@rh-support/user-permissions": "2.1.28",
87
+ "@rh-support/utils": "2.1.20",
88
88
  "@types/react-beautiful-dnd": "^13.0.0",
89
89
  "lodash": ">=4.17.15",
90
90
  "react": "18.2.0",
@@ -101,5 +101,5 @@
101
101
  "defaults and supports es6-module",
102
102
  "maintained node versions"
103
103
  ],
104
- "gitHead": "19f893dca537531c7f828ffa92daf8fe40649d78"
104
+ "gitHead": "0e07f257ebbb2d665193b3bf245666bf03df10cd"
105
105
  }