@rh-support/manage 2.1.46 → 2.1.48

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.
package/README.md CHANGED
@@ -9,5 +9,3 @@ const manage = require('manage');
9
9
 
10
10
  // TODO: DEMONSTRATE API
11
11
  ```
12
-
13
- .
@@ -1 +1 @@
1
- {"version":3,"file":"ManageTab.d.ts","sourceRoot":"","sources":["../../src/ManageTab.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAGxD,UAAU,MAAM;IACZ,GAAG,EAAE,YAAY,CAAC,MAAM,CAAC,CAAC;IAC1B,aAAa,EAAE,OAAO,CAAC;CAC1B;AAED,wBAAgB,SAAS,CAAC,KAAK,EAAE,MAAM,eAmBtC"}
1
+ {"version":3,"file":"ManageTab.d.ts","sourceRoot":"","sources":["../../src/ManageTab.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAGxD,UAAU,MAAM;IACZ,GAAG,EAAE,YAAY,CAAC,MAAM,CAAC,CAAC;IAC1B,aAAa,EAAE,OAAO,CAAC;CAC1B;AAED,wBAAgB,SAAS,CAAC,KAAK,EAAE,MAAM,eAqBtC"}
@@ -8,5 +8,7 @@ export function ManageTab(props) {
8
8
  React.createElement("pfe-tab", { role: "heading", slot: "tab", "data-tracking-id": tab['data-tracking-id'], onClick: tab.onClick },
9
9
  React.createElement(Trans, null, tab.title)),
10
10
  React.createElement("pfe-tab-panel", { role: "region", slot: "panel" },
11
- React.createElement(ErrorBoundary, { errorMsgInfo: t('There was an error loading manage tab. Please try refreshing the page.'), isPageLevelError: true }, props.loadComponent && tab.component))));
11
+ React.createElement(ErrorBoundary, { errorMsgInfo: {
12
+ message: t('There was an error loading manage tab. Please try refreshing the page.'),
13
+ }, isPageLevelError: true }, props.loadComponent && tab.component))));
12
14
  }
@@ -10,7 +10,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
10
10
  import { pcm } from '@cee-eng/hydrajs';
11
11
  import { Button, ButtonVariant, Form, FormGroup, FormHelperText, Grid, GridItem, HelperText, HelperTextItem, Modal, ModalVariant, TextInput, Tooltip, TooltipPosition, } from '@patternfly/react-core';
12
12
  import { ToastNotification, useCopyToClipboard } from '@rh-support/components';
13
- import { isEmpty } from 'lodash';
13
+ import isEmpty from 'lodash/isEmpty';
14
14
  import React, { useRef, useState } from 'react';
15
15
  import { Trans, useTranslation } from 'react-i18next';
16
16
  import { useManagePartnershipsDispatchContext } from '../../context/ManagePartnershipsProvider';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rh-support/manage",
3
- "version": "2.1.46",
3
+ "version": "2.1.48",
4
4
  "description": "Customer Support Manage App",
5
5
  "author": "Jordan Eudy <jeudy100@gmail.com>",
6
6
  "homepage": "",
@@ -46,11 +46,10 @@
46
46
  "prepublishOnly": "npm run build"
47
47
  },
48
48
  "peerDependencies": {
49
- "@cee-eng/hydrajs": "4.16.43",
49
+ "@cee-eng/hydrajs": "4.17.1",
50
50
  "@patternfly/patternfly": "5.1.0",
51
51
  "@patternfly/react-core": "5.1.1",
52
52
  "@patternfly/react-table": "5.1.1",
53
- "i18next": ">=17.0.1",
54
53
  "lodash": ">=4.17.15",
55
54
  "react": "17.0.2",
56
55
  "react-dom": "17.0.2",
@@ -61,30 +60,27 @@
61
60
  "@testing-library/jest-dom": "^5.14.1",
62
61
  "@testing-library/react": "^12.0.0",
63
62
  "@testing-library/user-event": "^13.1.9",
64
- "@types/i18next": "^12.1.0",
65
63
  "@types/lodash": "^4.14.136",
66
64
  "@types/react": "^17.0.14",
67
65
  "@types/react-dom": "^17.0.9",
68
66
  "@types/react-router-dom": "^5.1.2",
69
- "i18next": "^19.0.1",
70
67
  "identity-obj-proxy": "^3.0.0",
71
68
  "react-test-renderer": "17.0.2",
72
69
  "tslib": "^1.10.0",
73
70
  "typescript": "4.3.5"
74
71
  },
75
72
  "dependencies": {
76
- "@cee-eng/hydrajs": "4.16.43",
73
+ "@cee-eng/hydrajs": "4.17.1",
77
74
  "@patternfly/patternfly": "5.1.0",
78
75
  "@patternfly/react-core": "5.1.1",
79
76
  "@patternfly/react-table": "5.1.1",
80
- "@rh-support/components": "2.1.33",
77
+ "@rh-support/components": "2.1.35",
81
78
  "@rh-support/configs": "2.0.15",
82
- "@rh-support/react-context": "2.1.36",
79
+ "@rh-support/react-context": "2.1.38",
83
80
  "@rh-support/types": "2.0.2",
84
- "@rh-support/user-permissions": "2.1.23",
85
- "@rh-support/utils": "2.1.16",
81
+ "@rh-support/user-permissions": "2.1.25",
82
+ "@rh-support/utils": "2.1.17",
86
83
  "@types/react-beautiful-dnd": "^13.0.0",
87
- "i18next": ">=17.0.1",
88
84
  "lodash": ">=4.17.15",
89
85
  "react": "17.0.2",
90
86
  "react-beautiful-dnd": "^13.0.0",
@@ -96,5 +92,5 @@
96
92
  "defaults and supports es6-module",
97
93
  "maintained node versions"
98
94
  ],
99
- "gitHead": "031565d4fcd752c2962e59c9e7fbf593e78acae9"
95
+ "gitHead": "6ccb5b388d58ad076886f1da22615f3225d667f6"
100
96
  }