@rh-support/components 2.5.47 → 2.5.49
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.
|
@@ -208,7 +208,7 @@ export function TypeaheadDropdown(props) {
|
|
|
208
208
|
// look the same and be able to function with keyboard accessibility,
|
|
209
209
|
// the selection option text needs to be wrapped in a span with the pf link color class.
|
|
210
210
|
return (React.createElement(SelectOption, { key: option.value, value: option.value, isFocused: focusedItemIndex === index, isSelected: false, onClick: onHandleLoadMore },
|
|
211
|
-
React.createElement("span", { className: "pf-v6-u-
|
|
211
|
+
React.createElement("span", { className: "pf-v6-u-text-color-link" }, "View more")));
|
|
212
212
|
}
|
|
213
213
|
else if (option.value === ADD_NEW_OPTION_VALUE) {
|
|
214
214
|
return (React.createElement(SelectOption, { key: option.value, value: option.value, isFocused: false, isSelected: false }, !!getCreateNewText ? getCreateNewText(query) : `${option.label}: ${query}`));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rh-support/components",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.49",
|
|
4
4
|
"description": "Contains all reusabel components for support app",
|
|
5
5
|
"author": "Vikas Rathee <vrathee@redhat.com>",
|
|
6
6
|
"license": "ISC",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"@patternfly/react-table": "6.2.1",
|
|
69
69
|
"@patternfly/react-tokens": "6.2.1",
|
|
70
70
|
"@rh-support/types": "2.0.5",
|
|
71
|
-
"@rh-support/user-permissions": "2.5.
|
|
71
|
+
"@rh-support/user-permissions": "2.5.24",
|
|
72
72
|
"@rh-support/utils": "2.5.21",
|
|
73
73
|
"dompurify": "^2.2.6",
|
|
74
74
|
"js-worker-search": "^1.4.1",
|
|
@@ -106,5 +106,5 @@
|
|
|
106
106
|
"defaults and supports es6-module",
|
|
107
107
|
"maintained node versions"
|
|
108
108
|
],
|
|
109
|
-
"gitHead": "
|
|
109
|
+
"gitHead": "5858f42e81015a97ca6101e18ea21edc46d4f3b9"
|
|
110
110
|
}
|