@rh-support/manage 2.5.38 → 2.5.39

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.
@@ -35,7 +35,7 @@ export function PreferencesACL() {
35
35
  }
36
36
  setIsAclLoading(false);
37
37
  });
38
- return (React.createElement(Card, { className: "preference-card" },
38
+ return (React.createElement(Card, { variant: "secondary", className: "preference-card" },
39
39
  React.createElement(CardHeader, null,
40
40
  React.createElement("h3", null,
41
41
  React.createElement(Trans, null, "Case Group Access Control List"))),
@@ -140,7 +140,7 @@ export function PreferencesCaseCreate(props) {
140
140
  }
141
141
  // eslint-disable-next-line react-hooks/exhaustive-deps
142
142
  }, [caseLanguages]);
143
- return (React.createElement(Card, { className: "preference-card" },
143
+ return (React.createElement(Card, { variant: "secondary", className: "preference-card" },
144
144
  React.createElement(CardHeader, null,
145
145
  React.createElement("h3", null,
146
146
  React.createElement(Trans, null, "Case create"))),
@@ -85,7 +85,7 @@ export function PreferencesCaseSearch(props) {
85
85
  return emptyPlaceHolderList;
86
86
  }; // we are now adding "restore last" as the last of the array and "select a saved search" as the first option.
87
87
  const titleId = 'auto-restore-preference-dropdown';
88
- return (React.createElement(Card, { className: "preference-card" },
88
+ return (React.createElement(Card, { variant: "secondary", className: "preference-card" },
89
89
  React.createElement(CardHeader, null,
90
90
  React.createElement("h3", null,
91
91
  React.createElement(Trans, null, "Case search"))),
@@ -192,7 +192,7 @@ export function PreferencesCaseView(props) {
192
192
  React.createElement(Popover, { "aria-label": "Preferred-default-case-view-popover", position: PopoverPosition.top, bodyContent: React.createElement("p", { className: 'pref-case-popover-text' },
193
193
  React.createElement(Trans, null, "Choose the default view you want to see when looking at a case")), showClose: false },
194
194
  React.createElement(InfoCircleIcon, { "aria-label": "Preferred-default-case-view-info-icon", className: "pf-v6-u-ml-sm" }))));
195
- return (React.createElement(Card, { className: "preference-card" },
195
+ return (React.createElement(Card, { variant: "secondary", className: "preference-card" },
196
196
  React.createElement(CardHeader, null,
197
197
  React.createElement("h3", null,
198
198
  React.createElement(Trans, null, "Case view"))),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rh-support/manage",
3
- "version": "2.5.38",
3
+ "version": "2.5.39",
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.32",
82
+ "@rh-support/components": "2.5.33",
83
83
  "@rh-support/configs": "2.0.21",
84
- "@rh-support/react-context": "2.5.34",
84
+ "@rh-support/react-context": "2.5.35",
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": "0ecaec663e234789df10d8f8a98a46757388e573"
106
+ "gitHead": "a00e0bcab839947c8f3bfaf882e453408960abf7"
107
107
  }