@rh-support/troubleshoot 2.0.0 → 2.0.1

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.
@@ -29,7 +29,7 @@ function AccountSelector(props) {
29
29
  const canAccessManagedAccounts = ability.can(resourceActions.PATCH, resources.CASE_CREATE, CaseListFields.MANAGED_ACCOUNTS);
30
30
  const canBookmarkAccounts = ability.can(resourceActions.PATCH, resources.CASE_CREATE, CaseListFields.BOOKMARK_ACCOUNTS);
31
31
  const canUseFindMyAccount = loggedInUserRights.data.isAccountDifferentFromLoggedInAccount(accountNumber);
32
- //
32
+ // Account Change Handler
33
33
  const onAccountChange = (account) => {
34
34
  if (selectedAccountDetails.data.accountNumber === account.accountNumber)
35
35
  return;
@@ -1418,8 +1418,8 @@ div.support-grid-case-details.support-case {
1418
1418
  -ms-grid-rows: 1fr auto;
1419
1419
  grid-template-rows: 1fr auto;
1420
1420
  grid-template-areas:
1421
- 'main'
1422
- 'nav';
1421
+ 'main main'
1422
+ 'nav nav';
1423
1423
 
1424
1424
  .grid-main {
1425
1425
  -ms-grid-row: 1;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rh-support/troubleshoot",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org"
@@ -73,11 +73,11 @@
73
73
  "@patternfly/react-core": "4.264.0",
74
74
  "@progress/kendo-drawing": "^1.6.0",
75
75
  "@progress/kendo-react-pdf": "^3.12.0",
76
- "@rh-support/components": "2.0.0",
77
- "@rh-support/react-context": "2.0.0",
78
- "@rh-support/types": "2.0.0",
79
- "@rh-support/user-permissions": "2.0.0",
80
- "@rh-support/utils": "2.0.0",
76
+ "@rh-support/components": "2.0.1",
77
+ "@rh-support/react-context": "2.0.1",
78
+ "@rh-support/types": "2.0.1",
79
+ "@rh-support/user-permissions": "2.0.1",
80
+ "@rh-support/utils": "2.0.1",
81
81
  "@types/react-redux": "^7.1.12",
82
82
  "@types/redux": "^3.6.0",
83
83
  "@webcomponents/webcomponentsjs": "^2.2.10",
@@ -145,5 +145,5 @@
145
145
  "not ie <= 11",
146
146
  "not op_mini all"
147
147
  ],
148
- "gitHead": "a8012bb04d9b5073b5cc97507c93da6745be2102"
148
+ "gitHead": "98c698c7f5ca8e1ec943598ef96a6fb816babc1e"
149
149
  }