@rh-support/manage 2.1.66 → 2.1.68
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/lib/esm/components/ManageBookmarkedAccountsTab/ManageGroupedBookmarkedAccountsTab.js
CHANGED
|
@@ -8,9 +8,9 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
8
8
|
});
|
|
9
9
|
};
|
|
10
10
|
import { ActionList, ActionListItem, AlertVariant, Button, ButtonVariant, Icon, Label, LabelGroup, Popover, PopoverPosition, SearchInput, } from '@patternfly/react-core';
|
|
11
|
-
import PencilAltIcon from '@patternfly/react-icons/dist/esm/icons/pencil-alt-icon';
|
|
12
|
-
import TrashIcon from '@patternfly/react-icons/dist/esm/icons/trash-icon';
|
|
13
11
|
import InfoCircleIcon from '@patternfly/react-icons/dist/js/icons/info-circle-icon';
|
|
12
|
+
import PencilAltIcon from '@patternfly/react-icons/dist/js/icons/pencil-alt-icon';
|
|
13
|
+
import TrashIcon from '@patternfly/react-icons/dist/js/icons/trash-icon';
|
|
14
14
|
import { defaultTableSortMethod, ErrorBoundary, ToastNotification, useConfirmation, } from '@rh-support/components';
|
|
15
15
|
import { addEditbookmarks, getBookmarkGroups, removeGroupedBookmarks, removeWholeGroup, useGlobalDispatchContext, useGlobalStateContext, useGroupedBookmarkApiCalls, } from '@rh-support/react-context';
|
|
16
16
|
import { ability, CaseListFields, resourceActions, resources } from '@rh-support/user-permissions';
|
package/package.json
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rh-support/manage",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.68",
|
|
4
4
|
"description": "Customer Support Manage App",
|
|
5
5
|
"author": "Jordan Eudy <jeudy100@gmail.com>",
|
|
6
|
-
"homepage": "",
|
|
7
6
|
"license": "ISC",
|
|
8
7
|
"main": "lib/esm/index.js",
|
|
9
8
|
"module": "lib/esm/index.js",
|
|
@@ -79,12 +78,12 @@
|
|
|
79
78
|
"@patternfly/patternfly": "5.1.0",
|
|
80
79
|
"@patternfly/react-core": "5.1.1",
|
|
81
80
|
"@patternfly/react-table": "5.1.1",
|
|
82
|
-
"@rh-support/components": "2.1.
|
|
83
|
-
"@rh-support/configs": "2.0.
|
|
84
|
-
"@rh-support/react-context": "2.1.
|
|
81
|
+
"@rh-support/components": "2.1.50",
|
|
82
|
+
"@rh-support/configs": "2.0.18",
|
|
83
|
+
"@rh-support/react-context": "2.1.56",
|
|
85
84
|
"@rh-support/types": "2.0.3",
|
|
86
|
-
"@rh-support/user-permissions": "2.1.
|
|
87
|
-
"@rh-support/utils": "2.1.
|
|
85
|
+
"@rh-support/user-permissions": "2.1.37",
|
|
86
|
+
"@rh-support/utils": "2.1.27",
|
|
88
87
|
"@types/react-beautiful-dnd": "^13.0.0",
|
|
89
88
|
"lodash": ">=4.17.15",
|
|
90
89
|
"react": "18.2.0",
|
|
@@ -101,5 +100,5 @@
|
|
|
101
100
|
"defaults and supports es6-module",
|
|
102
101
|
"maintained node versions"
|
|
103
102
|
],
|
|
104
|
-
"gitHead": "
|
|
103
|
+
"gitHead": "9428a86e921565225fd6ab7ee4ad358e29de43b3"
|
|
105
104
|
}
|