@rh-support/manage 1.0.12 → 1.0.13

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.
@@ -9,7 +9,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
9
9
  };
10
10
  import { accounts } from '@cee-eng/hydrajs';
11
11
  import { Card, CardBody, CardHeader, Popover, PopoverPosition, SelectOption, Spinner, TextArea, Tooltip, } from '@patternfly/react-core';
12
- import InfoIcon from '@patternfly/react-icons/dist/js/icons/info-circle-icon';
12
+ import InfoCircleIcon from '@patternfly/react-icons/dist/js/icons/info-circle-icon';
13
13
  import { EditorMode, ToastNotification, useFetch } from '@rh-support/components';
14
14
  import { GlobalMetadataStateContext } from '@rh-support/react-context';
15
15
  import { ability, CaseListFields, resourceActions, resources } from '@rh-support/user-permissions';
@@ -169,7 +169,7 @@ export function PreferencesCaseView(props) {
169
169
  React.createElement(Trans, null, "Default Case View"),
170
170
  React.createElement(Popover, { "aria-label": "Preferred-default-case-view-popover", position: PopoverPosition.top, bodyContent: React.createElement("p", { className: 'pref-case-popover-text' },
171
171
  React.createElement(Trans, null, "Choose the default view you want to see when looking at a case")), showClose: false },
172
- React.createElement("i", { "aria-label": "Preferred-default-case-view-info-icon", className: "fa fa-question-circle" }))));
172
+ React.createElement(InfoCircleIcon, { "aria-label": "Preferred-default-case-view-info-icon", className: "pf-u-ml-sm" }))));
173
173
  return (React.createElement(Card, { className: "preference-card" },
174
174
  React.createElement(CardHeader, null,
175
175
  React.createElement("h3", null,
@@ -194,6 +194,6 @@ export function PreferencesCaseView(props) {
194
194
  React.createElement(PreferenceSwitch, { className: "switches hostnameSwitch", id: "share-hostnames-switch", label: 'Share hostnames', isChecked: isSharingHostNames, onSwitchChange: onShareHostNamesSwitch }),
195
195
  React.createElement("div", { className: "prefhostnameTooltip" },
196
196
  React.createElement(Tooltip, { content: prefHostnameCopy, position: "right" },
197
- React.createElement(InfoIcon, { className: "pf-u-ml-sm" })),
197
+ React.createElement(InfoCircleIcon, { className: "pf-u-ml-sm" })),
198
198
  isHostnamesLoading && (React.createElement(Spinner, { isSVG: true, size: "lg", className: "pf-u-ml-sm hostnameSpinner", "aria-label": "Hostname loading" }))))))))));
199
199
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rh-support/manage",
3
- "version": "1.0.12",
3
+ "version": "1.0.13",
4
4
  "description": "Customer Support Manage App",
5
5
  "author": "Jordan Eudy <jeudy100@gmail.com>",
6
6
  "homepage": "",
@@ -109,5 +109,5 @@
109
109
  "react-i18next": ">=10.11.0",
110
110
  "react-router-dom": ">=5.1.2"
111
111
  },
112
- "gitHead": "248d82aca4c59a1579f064ad8865561daaf52399"
112
+ "gitHead": "385be1a5087e7a199a974b22442a06f8ef61a06b"
113
113
  }