@rh-support/troubleshoot 0.2.49-alpha.0 → 0.2.49
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.
|
@@ -81,7 +81,7 @@ export function InsightResultModal(props) {
|
|
|
81
81
|
React.createElement(Button, { isDisabled: isFetching, isLoading: isFetching, onClick: handleSolvedIssue, key: "solved-my-issue", variant: "primary", "data-tracking-id": "solved-my-issue-critical-solutions-modal" }, t('I solved my issue')),
|
|
82
82
|
React.createElement(Button, { onClick: props.onModalToggle, key: "confirm", variant: "secondary", "data-tracking-id": "cancel-critical-solutions-modal" }, t('Cancel')),
|
|
83
83
|
] },
|
|
84
|
-
React.createElement(Accordion, { className: "push-top-narrow", headingLevel: "h2", asDefinitionList: false },
|
|
84
|
+
React.createElement(Accordion, { className: "push-top-narrow", headingLevel: "h2", asDefinitionList: false, isBordered: true },
|
|
85
85
|
props.insightResults.map((doc) => (React.createElement(InsightsRuleInfo, { duplicateKeys: duplicateKeys, showNewTag: canShowNewTag, key: doc.id + doc.attachmentId, doc: doc }))),
|
|
86
86
|
props.EARule.length > 0 &&
|
|
87
87
|
props.EARule.map((rule, index) => (React.createElement(EARuleInfoAccordion, { showNewTag: canShowNewTag, key: `${index}_eaRule`, rule: rule })))))));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rh-support/troubleshoot",
|
|
3
|
-
"version": "0.2.49
|
|
3
|
+
"version": "0.2.49",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public",
|
|
6
6
|
"registry": "https://registry.npmjs.org"
|
|
@@ -26,13 +26,13 @@
|
|
|
26
26
|
"lib/**/*"
|
|
27
27
|
],
|
|
28
28
|
"peerDependencies": {
|
|
29
|
-
"@cee-eng/hydrajs": "4.7.
|
|
29
|
+
"@cee-eng/hydrajs": "4.7.20",
|
|
30
30
|
"@cee-eng/ui-toolkit": "1.1.6",
|
|
31
|
-
"@patternfly/patternfly": "4.
|
|
32
|
-
"@patternfly/pfe-accordion": "1.
|
|
33
|
-
"@patternfly/pfe-collapse": "1.
|
|
34
|
-
"@patternfly/pfe-tabs": "1.
|
|
35
|
-
"@patternfly/react-core": "4.
|
|
31
|
+
"@patternfly/patternfly": "4.176.2",
|
|
32
|
+
"@patternfly/pfe-accordion": "1.12.3",
|
|
33
|
+
"@patternfly/pfe-collapse": "1.12.3",
|
|
34
|
+
"@patternfly/pfe-tabs": "1.12.3",
|
|
35
|
+
"@patternfly/react-core": "4.194.0",
|
|
36
36
|
"@rh-support/api": "0.3.9",
|
|
37
37
|
"@rh-support/components": "^0.1.3",
|
|
38
38
|
"@rh-support/react-context": "^0.1.3",
|
|
@@ -63,21 +63,22 @@
|
|
|
63
63
|
"react-virtualized": "^9.21.2"
|
|
64
64
|
},
|
|
65
65
|
"dependencies": {
|
|
66
|
-
"@cee-eng/hydrajs": "4.7.
|
|
66
|
+
"@cee-eng/hydrajs": "4.7.20",
|
|
67
67
|
"@cee-eng/ui-toolkit": "1.1.6",
|
|
68
|
-
"@patternfly/patternfly": "4.
|
|
69
|
-
"@patternfly/pfe-accordion": "1.
|
|
70
|
-
"@patternfly/pfe-collapse": "1.
|
|
71
|
-
"@patternfly/pfe-
|
|
72
|
-
"@patternfly/
|
|
68
|
+
"@patternfly/patternfly": "4.176.2",
|
|
69
|
+
"@patternfly/pfe-accordion": "1.12.3",
|
|
70
|
+
"@patternfly/pfe-collapse": "1.12.3",
|
|
71
|
+
"@patternfly/pfe-icon": "^1.12.3",
|
|
72
|
+
"@patternfly/pfe-tabs": "1.12.3",
|
|
73
|
+
"@patternfly/react-core": "4.194.0",
|
|
73
74
|
"@progress/kendo-drawing": "^1.6.0",
|
|
74
75
|
"@progress/kendo-react-pdf": "^3.12.0",
|
|
75
|
-
"@rh-support/api": "0.3.
|
|
76
|
-
"@rh-support/components": "1.1.
|
|
77
|
-
"@rh-support/react-context": "0.2.
|
|
76
|
+
"@rh-support/api": "0.3.10",
|
|
77
|
+
"@rh-support/components": "1.1.24",
|
|
78
|
+
"@rh-support/react-context": "0.2.27",
|
|
78
79
|
"@rh-support/types": "0.2.0",
|
|
79
|
-
"@rh-support/user-permissions": "0.2.
|
|
80
|
-
"@rh-support/utils": "0.2.
|
|
80
|
+
"@rh-support/user-permissions": "0.2.18",
|
|
81
|
+
"@rh-support/utils": "0.2.16",
|
|
81
82
|
"@types/react-redux": "^7.1.12",
|
|
82
83
|
"@types/redux": "^3.6.0",
|
|
83
84
|
"@webcomponents/webcomponentsjs": "^2.2.10",
|
|
@@ -142,5 +143,5 @@
|
|
|
142
143
|
"not ie <= 11",
|
|
143
144
|
"not op_mini all"
|
|
144
145
|
],
|
|
145
|
-
"gitHead": "
|
|
146
|
+
"gitHead": "b2165709013e4bfb0d0279915ee378bf8defb414"
|
|
146
147
|
}
|