@rh-support/troubleshoot 2.6.18 → 2.6.20

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.
Files changed (69) hide show
  1. package/lib/esm/components/CaseEditView/ActiveCustomerEscalation/ActiveCustomerEscalation.d.ts +1 -0
  2. package/lib/esm/components/CaseEditView/ActiveCustomerEscalation/ActiveCustomerEscalation.d.ts.map +1 -1
  3. package/lib/esm/components/CaseEditView/ActiveCustomerEscalation/ActiveCustomerEscalation.js +31 -5
  4. package/lib/esm/components/CaseEditView/ActiveCustomerEscalation/RequestEscalationModal.d.ts.map +1 -1
  5. package/lib/esm/components/CaseEditView/ActiveCustomerEscalation/RequestEscalationModal.js +33 -34
  6. package/lib/esm/components/CaseEditView/CaseDetailsAside.d.ts.map +1 -1
  7. package/lib/esm/components/CaseEditView/CaseDetailsAside.js +2 -1
  8. package/lib/esm/components/CaseEditView/CaseDetailsTabs.d.ts.map +1 -1
  9. package/lib/esm/components/CaseEditView/CaseDetailsTabs.js +1 -0
  10. package/lib/esm/components/CaseEditView/ConfirmationModals/ReopenCaseModal.d.ts.map +1 -1
  11. package/lib/esm/components/CaseEditView/ConfirmationModals/ReopenCaseModal.js +16 -22
  12. package/lib/esm/components/CaseEditView/RequestRemoteSession/RemoteSessionAgreementModal.d.ts.map +1 -1
  13. package/lib/esm/components/CaseEditView/RequestRemoteSession/RemoteSessionAgreementModal.js +15 -19
  14. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseHostname.js +1 -1
  15. package/lib/esm/components/CaseEditView/Tabs/CaseHistory/Timeline.css +0 -8
  16. package/lib/esm/components/CaseManagement/RHAssociatesSelector.d.ts.map +1 -1
  17. package/lib/esm/components/CaseManagement/RHAssociatesSelector.js +5 -8
  18. package/lib/esm/components/CaseManagement/SendNotifications/CaseContactSelector.d.ts.map +1 -1
  19. package/lib/esm/components/CaseManagement/SendNotifications/CaseContactSelector.js +7 -7
  20. package/lib/esm/components/CaseManagement/SendNotifications/NonOrgCaseNotifyeesSelector.d.ts.map +1 -1
  21. package/lib/esm/components/CaseManagement/SendNotifications/NonOrgCaseNotifyeesSelector.js +1 -1
  22. package/lib/esm/components/TroubleshootSection/AskRedHat.d.ts +7 -0
  23. package/lib/esm/components/TroubleshootSection/AskRedHat.d.ts.map +1 -0
  24. package/lib/esm/components/TroubleshootSection/AskRedHat.js +73 -0
  25. package/lib/esm/components/TroubleshootSection/TroubleshootSection.d.ts +5 -0
  26. package/lib/esm/components/TroubleshootSection/TroubleshootSection.d.ts.map +1 -1
  27. package/lib/esm/components/TroubleshootSection/TroubleshootSection.js +82 -12
  28. package/lib/esm/components/TroubleshootSection/icons/CollapseIcon.d.ts +9 -0
  29. package/lib/esm/components/TroubleshootSection/icons/CollapseIcon.d.ts.map +1 -0
  30. package/lib/esm/components/TroubleshootSection/icons/CollapseIcon.js +9 -0
  31. package/lib/esm/components/TroubleshootSection/icons/StarIcon.d.ts +9 -0
  32. package/lib/esm/components/TroubleshootSection/icons/StarIcon.d.ts.map +1 -0
  33. package/lib/esm/components/TroubleshootSection/icons/StarIcon.js +17 -0
  34. package/lib/esm/components/shared/input/ContactSelectorInternal.d.ts +0 -1
  35. package/lib/esm/components/shared/input/ContactSelectorInternal.d.ts.map +1 -1
  36. package/lib/esm/components/shared/input/ContactSelectorInternal.js +1 -6
  37. package/lib/esm/components/wizardLayout/WizardLayout.d.ts.map +1 -1
  38. package/lib/esm/components/wizardLayout/WizardLayout.js +5 -4
  39. package/lib/esm/components/wizardLayout/WizardMain.d.ts +3 -1
  40. package/lib/esm/components/wizardLayout/WizardMain.d.ts.map +1 -1
  41. package/lib/esm/components/wizardLayout/WizardMain.js +115 -9
  42. package/lib/esm/components/wizardLayout/WizardNavigation.d.ts +2 -0
  43. package/lib/esm/components/wizardLayout/WizardNavigation.d.ts.map +1 -1
  44. package/lib/esm/components/wizardLayout/WizardNavigation.js +11 -3
  45. package/lib/esm/components/wizardLayout/index.d.ts +1 -0
  46. package/lib/esm/components/wizardLayout/index.d.ts.map +1 -1
  47. package/lib/esm/components/wizardLayout/index.js +1 -0
  48. package/lib/esm/context/AIResponseContext.d.ts +10 -0
  49. package/lib/esm/context/AIResponseContext.d.ts.map +1 -0
  50. package/lib/esm/context/AIResponseContext.js +26 -0
  51. package/lib/esm/context/RootTroubleshootProvider.d.ts.map +1 -1
  52. package/lib/esm/context/RootTroubleshootProvider.js +8 -6
  53. package/lib/esm/css/AskRedHat.css +283 -0
  54. package/lib/esm/css/case.css +0 -12
  55. package/lib/esm/hooks/useWizard.d.ts +4 -0
  56. package/lib/esm/hooks/useWizard.d.ts.map +1 -1
  57. package/lib/esm/hooks/useWizard.js +1 -1
  58. package/lib/esm/reducers/AIResponseConstNTypes.d.ts +48 -0
  59. package/lib/esm/reducers/AIResponseConstNTypes.d.ts.map +1 -0
  60. package/lib/esm/reducers/AIResponseConstNTypes.js +16 -0
  61. package/lib/esm/reducers/AIResponseReducer.d.ts +9 -0
  62. package/lib/esm/reducers/AIResponseReducer.d.ts.map +1 -0
  63. package/lib/esm/reducers/AIResponseReducer.js +43 -0
  64. package/lib/esm/reducers/CaseConstNTypes.d.ts +2 -0
  65. package/lib/esm/reducers/CaseConstNTypes.d.ts.map +1 -1
  66. package/lib/esm/reducers/CaseConstNTypes.js +2 -0
  67. package/lib/esm/scss/_main.scss +0 -13
  68. package/lib/esm/scss/_pf-overrides.scss +0 -5
  69. package/package.json +7 -6
@@ -399,10 +399,6 @@ div#cep-details-modal.pf-v6-c-modal-box__body {
399
399
  div#request-mgmt-escalation-modal.request-escalation-modal {
400
400
  div.pf-v6-c-modal-box__body {
401
401
  form.pf-v6-c-form.request-escalation-form {
402
- .pf-m-textarea textarea {
403
- resize: none !important;
404
- }
405
-
406
402
  div.pf-v6-l-grid.pf-m-all-12-col-on-md.pf-m-gutter {
407
403
  div.pf-v6-l-grid__item.pf-m-6-col {
408
404
  div.pf-v6-c-form__group {
@@ -743,7 +739,6 @@ a.case-resource-recommendation-link {
743
739
  }
744
740
 
745
741
  .description-textarea {
746
- resize: none !important;
747
742
  &.pf-v6-c-form-control {
748
743
  &:disabled,
749
744
  &.kt1-disabled {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rh-support/troubleshoot",
3
- "version": "2.6.18",
3
+ "version": "2.6.20",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org"
@@ -51,6 +51,7 @@
51
51
  "dependencies": {
52
52
  "@cee-eng/hydrajs": "4.18.57",
53
53
  "@cee-eng/ui-toolkit": "1.1.8",
54
+ "@ifd-ui/ask-redhat-core": "^0.0.26",
54
55
  "@patternfly/patternfly": "6.2.1",
55
56
  "@patternfly/react-core": "6.2.1",
56
57
  "@patternfly/react-table": "6.2.1",
@@ -58,11 +59,11 @@
58
59
  "@progress/kendo-licensing": "1.3.5",
59
60
  "@progress/kendo-react-pdf": "^5.16.0",
60
61
  "@redux-devtools/extension": "^3.3.0",
61
- "@rh-support/components": "2.5.29",
62
- "@rh-support/react-context": "2.5.31",
62
+ "@rh-support/components": "2.5.27",
63
+ "@rh-support/react-context": "2.5.29",
63
64
  "@rh-support/types": "2.0.5",
64
- "@rh-support/user-permissions": "2.5.19",
65
- "@rh-support/utils": "2.5.18",
65
+ "@rh-support/user-permissions": "2.5.18",
66
+ "@rh-support/utils": "2.5.17",
66
67
  "@types/react-redux": "^7.1.33",
67
68
  "@types/redux": "^3.6.0",
68
69
  "date-fns": "3.6.0",
@@ -134,5 +135,5 @@
134
135
  "defaults and supports es6-module",
135
136
  "maintained node versions"
136
137
  ],
137
- "gitHead": "e0bf8c7dfd320b0250ba6cb2efa66abcd1c0edf1"
138
+ "gitHead": "5955ee0f3ad8df77935d94f2d015fbce837ada47"
138
139
  }