@rh-support/troubleshoot 2.6.71 → 2.6.73

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.
@@ -1 +1 @@
1
- {"version":3,"file":"CaseDetailsAside.d.ts","sourceRoot":"","sources":["../../../../src/components/CaseEditView/CaseDetailsAside.tsx"],"names":[],"mappings":"AAkBA,OAAO,KAA2D,MAAM,OAAO,CAAC;AAYhF,UAAU,MAAM;IACZ,UAAU,EAAE,MAAM,CAAC;CACtB;AAMD,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,MAAM,qBAiZ7C"}
1
+ {"version":3,"file":"CaseDetailsAside.d.ts","sourceRoot":"","sources":["../../../../src/components/CaseEditView/CaseDetailsAside.tsx"],"names":[],"mappings":"AAkBA,OAAO,KAA2D,MAAM,OAAO,CAAC;AAYhF,UAAU,MAAM;IACZ,UAAU,EAAE,MAAM,CAAC;CACtB;AAMD,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,MAAM,qBAsZ7C"}
@@ -194,19 +194,20 @@ export function CaseDetailsAside(props) {
194
194
  React.createElement("div", { className: "case-detail-collapse-panel" },
195
195
  React.createElement("p", { className: "case-detail-collapse-label" },
196
196
  React.createElement(Trans, null, "Collapse")),
197
- React.createElement(OpenDrawerRightIcon, { className: "pf-v6-u-ml-auto" })))) : (React.createElement("div", { className: "pf-v6-u-display-flex pf-v6-u-flex-direction-column sidebar-section-collapsed pf-v6-u-align-items-center pf-v6-u-justify-content-center" },
198
- React.createElement(Tooltip, { content: t('Expand sidebar'), position: "left" },
199
- React.createElement("div", { className: "case-detail-collapse-panel" },
200
- React.createElement(OpenDrawerRightIcon, { className: "mirrored" }))),
201
- canSeeToggleCustomerView && (React.createElement(Tooltip, { content: viewAsCustomer ? t('External view') : t('Internal view'), position: "left" },
202
- React.createElement(Button, { icon: React.createElement(Icon, { size: "lg", className: `${viewAsCustomer ? 'blueLock' : 'greyLock'} pf-v6-u-p-sm` },
203
- React.createElement(LockIcon, null)), variant: "link", onClick: () => setSectionToScollRef(toggleCustomerViewRef), className: "sidebar-section-toggle-btn", "aria-label": viewAsCustomer ? t('External view') : t('Internal view') }))),
204
- !isLoadingRecommendations && allDocs.length > 0 && (React.createElement(Tooltip, { content: t('Top recommendations'), position: "left" },
205
- React.createElement(Button, { icon: React.createElement(Icon, { className: "pf-v6-u-p-sm", size: "lg" },
206
- React.createElement(ListIcon, null)), variant: "link", onClick: () => setSectionToScollRef(topSolutionsRef), className: "sidebar-section-toggle-btn", "aria-label": t('Top recommendations') }))),
207
- !caseEscalations.isFetching && (canCreateICE || (canCreateRME && isCreateRMEVisible)) && (React.createElement(Tooltip, { content: t('Request an escalation'), position: "left" },
208
- React.createElement(Button, { icon: React.createElement(Icon, { className: "pf-v6-u-p-sm", size: "lg" },
209
- React.createElement(TrendUpIcon, null)), variant: "link", className: "sidebar-section-toggle-btn", onClick: () => setSectionToScollRef(createEscalationRef), "aria-label": t('Request an escalation') })))))),
197
+ React.createElement(OpenDrawerRightIcon, { className: "pf-v6-u-ml-auto" })))) : (React.createElement("div", { className: "sidebar-header-container" },
198
+ React.createElement("div", { className: "pf-v6-u-display-flex pf-v6-u-flex-direction-column sidebar-section-collapsed pf-v6-u-align-items-center pf-v6-u-justify-content-center" },
199
+ React.createElement(Tooltip, { content: t('Expand sidebar'), position: "left" },
200
+ React.createElement("div", { className: "case-detail-collapse-panel" },
201
+ React.createElement(OpenDrawerRightIcon, { className: "mirrored" }))),
202
+ canSeeToggleCustomerView && (React.createElement(Tooltip, { content: viewAsCustomer ? t('External view') : t('Internal view'), position: "left" },
203
+ React.createElement(Button, { icon: React.createElement(Icon, { size: "lg", className: `${viewAsCustomer ? 'blueLock' : 'greyLock'} pf-v6-u-p-sm` },
204
+ React.createElement(LockIcon, null)), variant: "link", onClick: () => setSectionToScollRef(toggleCustomerViewRef), className: "sidebar-section-toggle-btn", "aria-label": viewAsCustomer ? t('External view') : t('Internal view') }))),
205
+ !isLoadingRecommendations && allDocs.length > 0 && (React.createElement(Tooltip, { content: t('Top recommendations'), position: "left" },
206
+ React.createElement(Button, { icon: React.createElement(Icon, { className: "pf-v6-u-p-sm", size: "lg" },
207
+ React.createElement(ListIcon, null)), variant: "link", onClick: () => setSectionToScollRef(topSolutionsRef), className: "sidebar-section-toggle-btn", "aria-label": t('Top recommendations') }))),
208
+ !caseEscalations.isFetching && (canCreateICE || (canCreateRME && isCreateRMEVisible)) && (React.createElement(Tooltip, { content: t('Request an escalation'), position: "left" },
209
+ React.createElement(Button, { icon: React.createElement(Icon, { className: "pf-v6-u-p-sm", size: "lg" },
210
+ React.createElement(TrendUpIcon, null)), variant: "link", className: "sidebar-section-toggle-btn", onClick: () => setSectionToScollRef(createEscalationRef), "aria-label": t('Request an escalation') }))))))),
210
211
  React.createElement("pfe-collapse-panel", { className: "sidebar-content", "pfe-animation": "false", id: "case-details-aside-content", ref: caseDetailsAsidePanelRef },
211
212
  React.createElement("div", { className: "grid-aside-content" },
212
213
  React.createElement("div", { className: "grid-aside-content-inner-div" },
@@ -158,7 +158,7 @@ export function CaseDetailsTabs(props) {
158
158
  ' ',
159
159
  React.createElement("span", { style: { marginLeft: '0.25rem' } },
160
160
  React.createElement(ExternalLinkAltIcon, null)))) },
161
- React.createElement(InfoCircleIcon, { color: "black" })))) })))),
161
+ React.createElement(InfoCircleIcon, { color: "#5e40be" })))) })))),
162
162
  React.createElement("div", { className: "case-details-tabs-content pf-v6-u-pt-xl" }, tabsToRender.map((tab, index) => {
163
163
  return index === getActiveTabKey() && !isExportingPDF ? (React.createElement(TabContent, { eventKey: index, key: tab.key, id: `pf-tab-${index}-${tab.title.split(' ')[0]}-tabpanel`, ref: tab.ref, "aria-label": tab.title, hidden: isExportingPDF ? !isTabVisibleInPdfExport(tab) : index !== getActiveTabKey() },
164
164
  React.createElement(ErrorBoundary, { errorMsgInfo: {
@@ -242,7 +242,7 @@ export default function CaseOverview(props) {
242
242
  React.createElement("p", { className: "pf-v6-u-mb-sm" },
243
243
  React.createElement(Trans, null, "The customer has received two warnings regarding inactivity. This case will be closed soon if we don't receive any input."))) })))),
244
244
  React.createElement(CaseContactPhoneNumberAlert, { isReview: true, tabRef: props.tabsRef }),
245
- React.createElement("header", null,
245
+ React.createElement("header", { className: "pf-v6-u-mb-sm pf-v6-u-mt-lg" },
246
246
  React.createElement("h2", { className: "case-ID" },
247
247
  React.createElement(Trans, null, "Case"),
248
248
  " ",
@@ -256,7 +256,7 @@ export default function CaseOverview(props) {
256
256
  ? 'case-close-btn-case-details-overview'
257
257
  : 'case-reopen-btn-case-details-overview' }),
258
258
  React.createElement(Trans, null, isCaseInOpenState ? 'Close case' : 'Reopen case')))),
259
- React.createElement("div", { className: `case-details-header-secondary push-bottom-narrow ${isExportingPDF && !viewAsCustomer ? 'hide-in-pdf' : ''}` },
259
+ React.createElement("div", { className: `case-details-header-secondary push-bottom-narrow pf-v6-u-mb-sm ${isExportingPDF && !viewAsCustomer ? 'hide-in-pdf' : ''}` },
260
260
  React.createElement("span", { className: `case-support-level ${isExportingPDF ? 'hide-in-pdf' : ''}` }, computeSupportLink())),
261
261
  React.createElement("div", { className: "case-details-summary push-bottom-narrow" },
262
262
  React.createElement(Summary, { inlineEditable: true, hideLabel: true })),
@@ -1 +1 @@
1
- {"version":3,"file":"CaseReferenceNumber.d.ts","sourceRoot":"","sources":["../../../../../../src/components/CaseEditView/Tabs/CaseDetails/CaseReferenceNumber.tsx"],"names":[],"mappings":"AAgBA,OAAO,KAA0C,MAAM,OAAO,CAAC;AAW/D,UAAU,MAAM;IACZ,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,cAAc,CAAC,EAAE,OAAO,CAAC;CAC5B;AAED,MAAM,CAAC,OAAO,UAAU,mBAAmB,CAAC,KAAK,EAAE,MAAM,qBA+LxD"}
1
+ {"version":3,"file":"CaseReferenceNumber.d.ts","sourceRoot":"","sources":["../../../../../../src/components/CaseEditView/Tabs/CaseDetails/CaseReferenceNumber.tsx"],"names":[],"mappings":"AAgBA,OAAO,KAA0C,MAAM,OAAO,CAAC;AAW/D,UAAU,MAAM;IACZ,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,cAAc,CAAC,EAAE,OAAO,CAAC;CAC5B;AAED,MAAM,CAAC,OAAO,UAAU,mBAAmB,CAAC,KAAK,EAAE,MAAM,qBAgMxD"}
@@ -106,7 +106,7 @@ export default function CaseReferenceNumber(props) {
106
106
  React.createElement(ValueChangedIcon, { afterLocalChange: afterLocalChange, isLocalChange: localRefNumberChange, value: referenceNumber, getTooltipContent: getChangedValueTooltip(() => CaseValuesToWatch.altID) }),
107
107
  ' ',
108
108
  !isExportingPDF ? (React.createElement(Tooltip, { trigger: 'mouseenter focus', position: TooltipPosition.top, content: React.createElement(Trans, null, "Add your internal tracking ID to better identify and organize support issues.") },
109
- React.createElement(InfoIcon, { className: "pf-v6-u-ml-sm cursor-pointer pf-v6-u-text-color-status-custom", "aria-label": "Case Alternate ID" }))) : ('')), allowInlineEdit: inlineEditable, content: referenceNumber || t('No personal reference number to display.'), hideSaveCancel: hideSaveCancel, saveDisabled: saveDisabled, charCount: (referenceNumberState === null || referenceNumberState === void 0 ? void 0 : referenceNumberState.length) || 0, charTotal: CASE_REFERENCE_NUMBER_LIMIT, cancelToggleState: isCancelClicked, saveToggleState: isSaveClicked, isExportingPDF: isExportingPDF },
109
+ React.createElement(InfoIcon, { className: "pf-v6-u-ml-sm cursor-pointer", "aria-label": "Case Alternate ID", color: "#5e40be" }))) : ('')), allowInlineEdit: inlineEditable, content: referenceNumber || t('No personal reference number to display.'), hideSaveCancel: hideSaveCancel, saveDisabled: saveDisabled, charCount: (referenceNumberState === null || referenceNumberState === void 0 ? void 0 : referenceNumberState.length) || 0, charTotal: CASE_REFERENCE_NUMBER_LIMIT, cancelToggleState: isCancelClicked, saveToggleState: isSaveClicked, isExportingPDF: isExportingPDF },
110
110
  React.createElement(TextInputGroup, null,
111
111
  React.createElement(TextInput, { value: referenceNumberState, type: "text", id: "case-details-reference-number", placeholder: t(`Enter the reference number used personally or within your company`), onChange: (_event, value) => onReferenceNumberChange(value), "data-tracking-id": "case-details-reference-number", isDisabled: isUpdating, onKeyDown: handleKeyDown, validated: (referenceNumberState === null || referenceNumberState === void 0 ? void 0 : referenceNumberState.length) > CASE_REFERENCE_NUMBER_LIMIT
112
112
  ? ValidatedOptions.error
@@ -7,7 +7,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
7
7
  step((generator = generator.apply(thisArg, _arguments || [])).next());
8
8
  });
9
9
  };
10
- import { InputGroupText, Spinner, TextInput, TextInputGroup, ValidatedOptions } from '@patternfly/react-core';
10
+ import { InputGroupText, Spinner, TextInput, ValidatedOptions } from '@patternfly/react-core';
11
11
  import CheckIcon from '@patternfly/react-icons/dist/js/icons/check-icon';
12
12
  import TimesIcon from '@patternfly/react-icons/dist/js/icons/times-icon';
13
13
  import { NewInlineEdit, ToastNotification, ValueChangedIcon } from '@rh-support/components';
@@ -127,11 +127,11 @@ function Summary(props) {
127
127
  React.createElement(Trans, null, "Title"),
128
128
  React.createElement(ValueChangedIcon, { afterLocalChange: afterLocalChange, isLocalChange: localSummaryChange, value: summary, getTooltipContent: getSummaryChangedTT }),
129
129
  React.createElement("span", { className: "form-required", "aria-hidden": true }, "*")), allowInlineEdit: props.inlineEditable, content: summary ? summary : t('No summary to display.'), saveDisabled: saveDisabled, hideLabel: props.hideLabel, hideSaveCancel: props.hideSaveCancel, charCount: (summaryState === null || summaryState === void 0 ? void 0 : summaryState.length) || 0, charTotal: SUMMARY_LENGTH_LIMIT, cancelToggleState: isCancelClicked, saveToggleState: isSaveClicked, isExportingPDF: isExportingPDF },
130
- React.createElement(TextInputGroup, null,
130
+ React.createElement("div", { className: "pf-v6-u-display-flex pf-v6-u-flex-direction-row pf-v6-u-align-items-center" },
131
131
  React.createElement(TextInput, { type: "text", id: "case-details-summary", "aria-required": true, required: true, name: "case-details-summary", value: summaryState, onChange: (_event, value) => onSummaryChange(value), isDisabled: isSummaryUpdating, "data-tracking-id": "case-details-summary", onKeyDown: handleKeyDown, validated: (summaryState === null || summaryState === void 0 ? void 0 : summaryState.length) > SUMMARY_LENGTH_LIMIT || isSummaryEmpty
132
132
  ? ValidatedOptions.error
133
133
  : ValidatedOptions.default }),
134
- !isSummaryUpdating ? (React.createElement(InputGroupText, null,
134
+ !isSummaryUpdating ? (React.createElement("div", { className: "pf-v6-u-display-flex pf-v6-u-align-items-center" },
135
135
  React.createElement("button", { className: "btn btn-app btn-link pf-v6-u-ml-sm", type: "button", disabled: saveDisabled, onClick: onSave },
136
136
  React.createElement(CheckIcon, null)),
137
137
  React.createElement("button", { className: "btn btn-app btn-link", type: "button", onClick: onCancel },
@@ -45,7 +45,7 @@
45
45
 
46
46
  /* This value is calculated in timeline.tsx */
47
47
  bottom: calc(var(--timeline-bottom) + var(--timeline-bottom-offset, 18.35%));
48
- left: calc(15% + 14.5px);
48
+ left: calc(20% + 14.5px);
49
49
  transform: translateX(-50%);
50
50
  }
51
51
 
@@ -119,7 +119,7 @@
119
119
 
120
120
  .timeline-avatar {
121
121
  position: absolute;
122
- left: calc(15% + 15px);
122
+ left: calc(20% + 15px);
123
123
  transform: translateX(-91%);
124
124
  top: 12px;
125
125
  z-index: 5;
@@ -132,14 +132,14 @@
132
132
  width: 10px;
133
133
  height: 10px;
134
134
  z-index: 2;
135
- left: calc(15% + 15px);
135
+ left: calc(20% + 18px);
136
136
  transform: translateX(-195%);
137
137
  top: 25px;
138
138
  }
139
139
 
140
140
  .left-node {
141
- flex: 0 0 15%;
142
- max-width: 20%;
141
+ flex: 0 0 20%;
142
+ max-width: 25%;
143
143
  padding-right: 24px;
144
144
  margin-left: -2em;
145
145
  margin-right: 24px;
@@ -161,7 +161,6 @@
161
161
  font-weight: 400;
162
162
  text-align: right;
163
163
  line-height: 30px;
164
- padding-left: 1em;
165
164
  white-space: nowrap;
166
165
  overflow: hidden;
167
166
  }
@@ -1 +1 @@
1
- {"version":3,"file":"ContactPhoneNumberPopOver.d.ts","sourceRoot":"","sources":["../../../../src/components/CaseInformation/ContactPhoneNumberPopOver.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,eAAO,MAAM,yBAAyB,yBAqBrC,CAAC"}
1
+ {"version":3,"file":"ContactPhoneNumberPopOver.d.ts","sourceRoot":"","sources":["../../../../src/components/CaseInformation/ContactPhoneNumberPopOver.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,eAAO,MAAM,yBAAyB,yBAsBrC,CAAC"}
@@ -5,5 +5,5 @@ import { Trans } from 'react-i18next';
5
5
  export const ContactPhoneNumberPopOver = () => {
6
6
  return (React.createElement(Popover, { "aria-label": "Support Severity Level info", position: PopoverPosition.right, bodyContent: React.createElement("p", null,
7
7
  React.createElement(Trans, null, "When you change the phone number, it affects both this case and your contact info in the Red Hat support system.")), closeBtnAriaLabel: "Close" },
8
- React.createElement(QuestionCircleIcon, { className: "pf-v6-u-ml-xs icon-size cursor-pointer pf-v6-u-text-color-status-custom", "aria-label": "Contact Phone Number Info" })));
8
+ React.createElement(QuestionCircleIcon, { className: "pf-v6-u-ml-xs icon-size cursor-pointer", "aria-label": "Contact Phone Number Info", color: "#5e40be" })));
9
9
  };
@@ -1 +1 @@
1
- {"version":3,"file":"Cep.d.ts","sourceRoot":"","sources":["../../../../src/components/CaseManagement/Cep.tsx"],"names":[],"mappings":"AA0BA,OAAO,KAA0C,MAAM,OAAO,CAAC;AAoB/D,UAAU,MAAM;CAAG;AAEnB,wBAAgB,GAAG,CAAC,KAAK,EAAE,MAAM,qBA0ThC"}
1
+ {"version":3,"file":"Cep.d.ts","sourceRoot":"","sources":["../../../../src/components/CaseManagement/Cep.tsx"],"names":[],"mappings":"AA0BA,OAAO,KAA0C,MAAM,OAAO,CAAC;AAoB/D,UAAU,MAAM;CAAG;AAEnB,wBAAgB,GAAG,CAAC,KAAK,EAAE,MAAM,qBA8ThC"}
@@ -142,7 +142,7 @@ export function Cep(props) {
142
142
  React.createElement("div", { id: "cep-checkbox" },
143
143
  React.createElement(Checkbox, { id: "get-support-cep", label: t('Consultant has been engaged'), isChecked: isEqual(cep, undefined) ? false : cep, onChange: onCepChange, "data-tracking-id": "get-support-cep", name: "get-support-cep" }),
144
144
  !isExportingPDF ? (React.createElement(Popover, { id: "cep-info-popover", "aria-label": "CEP info", position: PopoverPosition.top, bodyContent: React.createElement(Trans, null, "Used by consultants to indicate that a consulting engagement is in progress and the issue requires increased attention from support resources."), closeBtnAriaLabel: "Close" },
145
- React.createElement(QuestionCircleIcon, { className: "pf-v6-u-ml-xs icon-size cursor-pointer", "aria-label": "CEP Info" }))) : ('')),
145
+ React.createElement(QuestionCircleIcon, { className: "pf-v6-u-ml-xs icon-size cursor-pointer", "aria-label": "CEP Info", color: "#5e40be" }))) : ('')),
146
146
  React.createElement(LoadingIndicator, { show: isCaseUpdating && isPostingCep, isInline: true, size: "sm" }),
147
147
  React.createElement(Modal, { id: "cep-details-modal", "aria-describedby": "cep-modal-description", isOpen: isCepModalOpen, variant: ModalVariant.large, onClose: onCancel },
148
148
  React.createElement(ModalHeader, null,
@@ -48,22 +48,21 @@ export default function Suggestions(props) {
48
48
  }
49
49
  });
50
50
  };
51
- return (React.createElement("div", { className: "top-content-suggestion-accordion" },
52
- showTitleDescription && (React.createElement("div", { className: "card card-support top-content-card-wrapper" },
53
- isTCSearchEnabled && (React.createElement("h3", { className: "card-heading popular-solutions green-card-heading" },
54
- props.title
55
- ? props.title
56
- : t('i18nKeyPopularSolutions', 'Red Hat hand picked support articles'),
57
- React.createElement(Tooltip, { content: React.createElement("div", null,
58
- React.createElement(Trans, null, "Support articles are matched to the product and version details you selected, not the problem details you entered.")) },
59
- React.createElement(InfoCircleIcon, { className: "pf-v6-u-ml-sm", "aria-label": t('More info about how support articles are matched') })))),
60
- !isTCSearchEnabled && (React.createElement("div", { className: "card-body" },
61
- React.createElement(TopContentSearch, { className: "pf-v6-u-text-color-regular", topContentData: topContent.data, topContentResultsWrapperRef: accordionRef, onSearch: onSearchChange, dataTrackingId: "top-content-filter-troubleshoot", enableEventTracking: true }))))),
62
- React.createElement(Accordion, { className: "pf-v6-u-ml-sm pf-v6-u-mr-sm" }, map(filteredTC.slice(0, maxTC), (sug, index) => {
63
- var _a, _b;
64
- toggleButtonRefs.current.push(index);
65
- return (React.createElement(TopContent, { seSessionId: activeSessionId, seResourceOriginID: (_b = (_a = sessionResourceTracking[SessionResourceSource.TOP_CONTENT]) === null || _a === void 0 ? void 0 : _a.resourceOriginId) !== null && _b !== void 0 ? _b : '', topContentIndex: index, onResourceClick: onResourceClick, name: sug.categoryName, key: sug.categoryName, items: sug.content, helperText: (sug === null || sug === void 0 ? void 0 : sug.helperText) || '' }));
66
- })),
67
- showMax && filteredTC.length > maxTC && (React.createElement("div", { className: "text-right" },
68
- React.createElement("button", { className: "btn btn-app btn-link", type: "button", onClick: showAllCategories, "data-tracking-id": "suggestions-more-categories" }, "More categories")))));
51
+ return (React.createElement("div", { className: "top-content-suggestion-accordion" }, showTitleDescription && (React.createElement("div", { className: "card card-support top-content-card-wrapper" },
52
+ isTCSearchEnabled && (React.createElement("h3", { className: "card-heading popular-solutions green-card-heading" },
53
+ props.title
54
+ ? props.title
55
+ : t('i18nKeyPopularSolutions', 'Red Hat hand picked support articles'),
56
+ React.createElement(Tooltip, { content: React.createElement("div", null,
57
+ React.createElement(Trans, null, "Support articles are matched to the product and version details you selected, not the problem details you entered.")) },
58
+ React.createElement(InfoCircleIcon, { className: "pf-v6-u-ml-sm", "aria-label": t('More info about how support articles are matched') })))),
59
+ React.createElement("div", { className: "card-body" },
60
+ !isTCSearchEnabled && (React.createElement(TopContentSearch, { className: "pf-v6-u-text-color-regular", topContentData: topContent.data, topContentResultsWrapperRef: accordionRef, onSearch: onSearchChange, dataTrackingId: "top-content-filter-troubleshoot", enableEventTracking: true })),
61
+ React.createElement(Accordion, { className: "pf-v6-u-mt-md" }, map(filteredTC.slice(0, maxTC), (sug, index) => {
62
+ var _a, _b;
63
+ toggleButtonRefs.current.push(index);
64
+ return (React.createElement(TopContent, { seSessionId: activeSessionId, seResourceOriginID: (_b = (_a = sessionResourceTracking[SessionResourceSource.TOP_CONTENT]) === null || _a === void 0 ? void 0 : _a.resourceOriginId) !== null && _b !== void 0 ? _b : '', topContentIndex: index, onResourceClick: onResourceClick, name: sug.categoryName, key: sug.categoryName, items: sug.content, helperText: (sug === null || sug === void 0 ? void 0 : sug.helperText) || '' }));
65
+ })),
66
+ showMax && filteredTC.length > maxTC && (React.createElement("div", { className: "text-right" },
67
+ React.createElement("button", { className: "btn btn-app btn-link", type: "button", onClick: showAllCategories, "data-tracking-id": "suggestions-more-categories" }, "More categories"))))))));
69
68
  }
@@ -88,6 +88,10 @@
88
88
  flex: 0 0 31%;
89
89
  -ms-flex-item-align: center;
90
90
  margin-left: 24px;
91
+
92
+ button {
93
+ height: 40px;
94
+ }
91
95
  }
92
96
 
93
97
  .version-dropdown-wrapper {
@@ -992,11 +992,6 @@ svg.pf-v6-u-ml-xs.icon-size {
992
992
  }
993
993
 
994
994
  .handpicked-resource {
995
- button {
996
- padding: 0;
997
- display: flex;
998
- min-width: 7rem;
999
- }
1000
995
  .eval-icons span {
1001
996
  color: var(--pf-v5-global--primary-color--200);
1002
997
  }
@@ -690,22 +690,40 @@ button.pf-m-plain.manage-bookmark-info-icon-button {
690
690
  display: flex;
691
691
  align-items: center;
692
692
  justify-content: space-between;
693
- width: 100%;
694
- padding: 24px;
695
693
  color: var(--pf-t--global--text--color--link--default);
696
694
  font-size: var(--pf-t--global--font--size--md);
697
695
  font-weight: 500;
698
696
  cursor: pointer;
699
-
697
+ padding: 10px;
698
+ margin-bottom: 16px;
700
699
  p.case-detail-collapse-label {
701
700
  margin-bottom: 0;
702
701
  }
703
-
704
702
  svg {
705
703
  height: 1.5rem;
706
704
  width: 1.5rem;
707
705
  }
708
706
  }
707
+
708
+ .sidebar-header-container {
709
+ padding: 24px;
710
+ }
711
+
712
+ .case-detail-collapse-panel:hover {
713
+ background-color: #dedede;
714
+ border-radius: 8px;
715
+ }
716
+
717
+ .sidebar-header .case-detail-collapse-panel:hover {
718
+ background-color: transparent;
719
+ border-radius: 0;
720
+ margin-top: 16px;
721
+ }
722
+
723
+ .sidebar-header .case-detail-collapse-panel {
724
+ margin: 16px;
725
+ }
726
+
709
727
  .top-content-accordion {
710
728
  margin-bottom: 0px !important;
711
729
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rh-support/troubleshoot",
3
- "version": "2.6.71",
3
+ "version": "2.6.73",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org"
@@ -59,8 +59,8 @@
59
59
  "@progress/kendo-licensing": "1.3.5",
60
60
  "@progress/kendo-react-pdf": "^5.16.0",
61
61
  "@redux-devtools/extension": "^3.3.0",
62
- "@rh-support/components": "2.5.52",
63
- "@rh-support/react-context": "2.5.67",
62
+ "@rh-support/components": "2.5.54",
63
+ "@rh-support/react-context": "2.5.69",
64
64
  "@rh-support/types": "2.0.5",
65
65
  "@rh-support/user-permissions": "2.5.25",
66
66
  "@rh-support/utils": "2.5.22",
@@ -135,5 +135,5 @@
135
135
  "defaults and supports es6-module",
136
136
  "maintained node versions"
137
137
  ],
138
- "gitHead": "40f7bb68143a6cd096c7b3ee2e524083317d6957"
138
+ "gitHead": "59dea26fe8f22c9ded29139d007d026ffc357416"
139
139
  }