@rh-support/manage 2.1.69 → 2.1.72
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.
|
@@ -47,5 +47,5 @@ export function AddNewCategoryDropDown(props) {
|
|
|
47
47
|
React.createElement(Trans, null, "Category"),
|
|
48
48
|
' ',
|
|
49
49
|
React.createElement("span", { className: "form-required", "aria-hidden": true }, "*")),
|
|
50
|
-
React.createElement(Select, Object.assign({ variant: SelectVariant.typeahead, onToggle: (_event, isExpanded) => onToggle(isExpanded), isOpen: isOpen, onClear: onClearCategory, onSelect: onSelect, onFilter: onFilter, selections: selected, placeholderText: t('Select an option or enter a new category') }, (categories.isFetching && { loadingVariant: 'spinner' }), { id: "new-category", "data-tracking-id": "new-category" }), getCategoryOptions(availableCategories))));
|
|
50
|
+
React.createElement(Select, Object.assign({ variant: SelectVariant.typeahead, onToggle: (_event, isExpanded) => onToggle(isExpanded), isOpen: isOpen, onClear: onClearCategory, onSelect: onSelect, onFilter: onFilter, selections: selected === null || selected === void 0 ? void 0 : selected.categoryName, placeholderText: t('Select an option or enter a new category') }, (categories.isFetching && { loadingVariant: 'spinner' }), { id: "new-category", "data-tracking-id": "new-category" }), getCategoryOptions(availableCategories))));
|
|
51
51
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rh-support/manage",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.72",
|
|
4
4
|
"description": "Customer Support Manage App",
|
|
5
5
|
"author": "Jordan Eudy <jeudy100@gmail.com>",
|
|
6
6
|
"license": "ISC",
|
|
@@ -78,12 +78,12 @@
|
|
|
78
78
|
"@patternfly/patternfly": "5.1.0",
|
|
79
79
|
"@patternfly/react-core": "5.1.1",
|
|
80
80
|
"@patternfly/react-table": "5.1.1",
|
|
81
|
-
"@rh-support/components": "2.1.
|
|
82
|
-
"@rh-support/configs": "2.0.
|
|
83
|
-
"@rh-support/react-context": "2.1.
|
|
81
|
+
"@rh-support/components": "2.1.53",
|
|
82
|
+
"@rh-support/configs": "2.0.19",
|
|
83
|
+
"@rh-support/react-context": "2.1.59",
|
|
84
84
|
"@rh-support/types": "2.0.3",
|
|
85
|
-
"@rh-support/user-permissions": "2.1.
|
|
86
|
-
"@rh-support/utils": "2.1.
|
|
85
|
+
"@rh-support/user-permissions": "2.1.39",
|
|
86
|
+
"@rh-support/utils": "2.1.29",
|
|
87
87
|
"@types/react-beautiful-dnd": "^13.0.0",
|
|
88
88
|
"lodash": ">=4.17.15",
|
|
89
89
|
"react": "18.2.0",
|
|
@@ -100,5 +100,5 @@
|
|
|
100
100
|
"defaults and supports es6-module",
|
|
101
101
|
"maintained node versions"
|
|
102
102
|
],
|
|
103
|
-
"gitHead": "
|
|
103
|
+
"gitHead": "d579286a00d09356cd07729b5750176ad8e3c090"
|
|
104
104
|
}
|