@rh-support/troubleshoot 0.2.85 → 0.2.86
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":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/CaseEditView/CaseOverview/index.tsx"],"names":[],"mappings":"AAyCA,UAAU,MAAM;IACZ,UAAU,EAAE,MAAM,CAAC;CACtB;AAED,MAAM,CAAC,OAAO,UAAU,YAAY,CAAC,KAAK,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/CaseEditView/CaseOverview/index.tsx"],"names":[],"mappings":"AAyCA,UAAU,MAAM;IACZ,UAAU,EAAE,MAAM,CAAC;CACtB;AAED,MAAM,CAAC,OAAO,UAAU,YAAY,CAAC,KAAK,EAAE,MAAM,eAidjD"}
|
|
@@ -222,10 +222,13 @@ export default function CaseOverview(props) {
|
|
|
222
222
|
props.caseNumber),
|
|
223
223
|
React.createElement("div", null,
|
|
224
224
|
exportPDFButton(props.caseNumber),
|
|
225
|
-
React.createElement(Button, { className: "pf-u-ml-md", isDisabled: !canManageCase || (caseOverviewState.caseStatusUpdating && isCaseUpdating),
|
|
225
|
+
React.createElement(Button, Object.assign({ className: "pf-u-ml-md", isDisabled: !canManageCase || (caseOverviewState.caseStatusUpdating && isCaseUpdating) }, (caseOverviewState.caseStatusUpdating &&
|
|
226
|
+
isCaseUpdating && {
|
|
227
|
+
isLoading: true,
|
|
228
|
+
}), { onClick: () => (isCaseInOpenState ? onCaseClose() : onCaseReopen()), variant: isCaseInOpenState ? ButtonVariant.secondary : ButtonVariant.tertiary, "data-tracking-id": isCaseInOpenState
|
|
226
229
|
? 'case-close-btn-case-details-overview'
|
|
227
|
-
: 'case-reopen-btn-case-details-overview' },
|
|
228
|
-
React.createElement(Trans, null, isCaseInOpenState ? 'Close case' : '
|
|
230
|
+
: 'case-reopen-btn-case-details-overview' }),
|
|
231
|
+
React.createElement(Trans, null, isCaseInOpenState ? 'Close case' : 'Reopen case')))),
|
|
229
232
|
React.createElement("div", { className: `case-details-header-secondary push-bottom-narrow ${isExportingPDF && !viewAsCustomer ? 'hide-in-pdf' : ''}` },
|
|
230
233
|
React.createElement("span", { className: "case-support-level" }, computeSupportLink())),
|
|
231
234
|
React.createElement("div", { className: "case-details-summary push-bottom-narrow" },
|
|
@@ -305,3 +305,9 @@ section.grid-aside-content pfe-accordion {
|
|
|
305
305
|
div.pf-c-alert__description div.ea-rule p a.pf-c-button {
|
|
306
306
|
padding: 0;
|
|
307
307
|
}
|
|
308
|
+
|
|
309
|
+
//override pfe-accordion discloser for modal
|
|
310
|
+
div pfe-accordion {
|
|
311
|
+
--pfe-accordion--FontSize--header: 16px;
|
|
312
|
+
--pfe-accordion--FontWeight--header: 600;
|
|
313
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rh-support/troubleshoot",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.86",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public",
|
|
6
6
|
"registry": "https://registry.npmjs.org"
|
|
@@ -74,11 +74,11 @@
|
|
|
74
74
|
"@progress/kendo-drawing": "^1.6.0",
|
|
75
75
|
"@progress/kendo-react-pdf": "^3.12.0",
|
|
76
76
|
"@rh-support/api": "0.3.13",
|
|
77
|
-
"@rh-support/components": "1.1.
|
|
78
|
-
"@rh-support/react-context": "0.2.
|
|
77
|
+
"@rh-support/components": "1.1.54",
|
|
78
|
+
"@rh-support/react-context": "0.2.54",
|
|
79
79
|
"@rh-support/types": "0.2.0",
|
|
80
|
-
"@rh-support/user-permissions": "0.2.
|
|
81
|
-
"@rh-support/utils": "0.2.
|
|
80
|
+
"@rh-support/user-permissions": "0.2.44",
|
|
81
|
+
"@rh-support/utils": "0.2.33",
|
|
82
82
|
"@types/react-redux": "^7.1.12",
|
|
83
83
|
"@types/redux": "^3.6.0",
|
|
84
84
|
"@webcomponents/webcomponentsjs": "^2.2.10",
|
|
@@ -143,5 +143,5 @@
|
|
|
143
143
|
"not ie <= 11",
|
|
144
144
|
"not op_mini all"
|
|
145
145
|
],
|
|
146
|
-
"gitHead": "
|
|
146
|
+
"gitHead": "5797cf1fd9b2d2406fa93933f91fcc0b0729e7a8"
|
|
147
147
|
}
|