@rh-support/troubleshoot 2.6.16 → 2.6.17

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":"CaseDetailsTabs.d.ts","sourceRoot":"","sources":["../../../../src/components/CaseEditView/CaseDetailsTabs.tsx"],"names":[],"mappings":"AAmBA,OAAO,KAAiD,MAAM,OAAO,CAAC;AAEtE,OAAO,EAAE,mBAAmB,EAAa,MAAM,kBAAkB,CAAC;AA0BlE,UAAU,MAAM;IACZ,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,mBAAmB,CAAC;IAChC,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,KAAK,CAAC,gBAAgB,CAAC,cAAc,CAAC,CAAC;CACnD;AACD,wBAAgB,eAAe,CAAC,KAAK,EAAE,MAAM,qBAqS5C"}
1
+ {"version":3,"file":"CaseDetailsTabs.d.ts","sourceRoot":"","sources":["../../../../src/components/CaseEditView/CaseDetailsTabs.tsx"],"names":[],"mappings":"AAmBA,OAAO,KAAiD,MAAM,OAAO,CAAC;AAEtE,OAAO,EAAE,mBAAmB,EAAa,MAAM,kBAAkB,CAAC;AA0BlE,UAAU,MAAM;IACZ,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,mBAAmB,CAAC;IAChC,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,KAAK,CAAC,gBAAgB,CAAC,cAAc,CAAC,CAAC;CACnD;AACD,wBAAgB,eAAe,CAAC,KAAK,EAAE,MAAM,qBAoS5C"}
@@ -135,7 +135,6 @@ export function CaseDetailsTabs(props) {
135
135
  component: React.createElement(CaseSummary, { caseNumber: caseNumber }),
136
136
  });
137
137
  const getActiveTabKey = () => {
138
- console.warn(activeTab, activeTabKey);
139
138
  if (!activeTab)
140
139
  return activeTabKey;
141
140
  const tabIndex = tabsToRender.findIndex((item) => item.routePath === activeTab);
@@ -994,6 +994,19 @@ svg.pf-v6-u-ml-xs.icon-size {
994
994
  background: #fff;
995
995
  }
996
996
 
997
+ .card-body-wrapper {
998
+ display: flex;
999
+ padding: 16px;
1000
+ flex-direction: column;
1001
+ align-items: flex-start;
1002
+ gap: 16px;
1003
+ border-radius: 0px 0px var(--global-border-radius-medium, 16px) var(--global-border-radius-medium, 16px);
1004
+ border-right: 1px solid var(--global-border-color-default, #c7c7c7);
1005
+ border-bottom: 1px solid var(--global-border-color-default, #c7c7c7);
1006
+ border-left: 1px solid var(--global-border-color-default, #c7c7c7);
1007
+ background: #fff;
1008
+ }
1009
+
997
1010
  .form-group {
998
1011
  span.form-instructions-bold {
999
1012
  font-weight: 600;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rh-support/troubleshoot",
3
- "version": "2.6.16",
3
+ "version": "2.6.17",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org"
@@ -58,11 +58,11 @@
58
58
  "@progress/kendo-licensing": "1.3.5",
59
59
  "@progress/kendo-react-pdf": "^5.16.0",
60
60
  "@redux-devtools/extension": "^3.3.0",
61
- "@rh-support/components": "2.5.27",
62
- "@rh-support/react-context": "2.5.29",
61
+ "@rh-support/components": "2.5.28",
62
+ "@rh-support/react-context": "2.5.30",
63
63
  "@rh-support/types": "2.0.5",
64
- "@rh-support/user-permissions": "2.5.18",
65
- "@rh-support/utils": "2.5.17",
64
+ "@rh-support/user-permissions": "2.5.19",
65
+ "@rh-support/utils": "2.5.18",
66
66
  "@types/react-redux": "^7.1.33",
67
67
  "@types/redux": "^3.6.0",
68
68
  "date-fns": "3.6.0",
@@ -134,5 +134,5 @@
134
134
  "defaults and supports es6-module",
135
135
  "maintained node versions"
136
136
  ],
137
- "gitHead": "3f2c96a3a976d37cffe4052f7c7bfefbf1018949"
137
+ "gitHead": "dc194981196fd9b18c9d82ed3f39b7c66d65f5f3"
138
138
  }