@rh-support/cases 2.5.0 → 2.5.2
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.
|
@@ -184,8 +184,7 @@ export function CreatorSsoNameFilter() {
|
|
|
184
184
|
React.createElement(Trans, null, "No results found")),
|
|
185
185
|
]
|
|
186
186
|
: []),
|
|
187
|
-
...dropdownHeader.map((contact, index) => (React.createElement(SelectOption, { key: contact.value, isFocused: focusedItemIndex === index, value: contact, hasCheckbox: true, isSelected: selectedExternalContacts.some((c) => c.value === contact.value) },
|
|
188
|
-
React.createElement(Truncate, { content: contact.label })))),
|
|
187
|
+
...dropdownHeader.map((contact, index) => (React.createElement(SelectOption, { key: contact.value, isFocused: focusedItemIndex === index, value: contact, hasCheckbox: true, isSelected: selectedExternalContacts.some((c) => c.value === contact.value) }, contact.label))),
|
|
189
188
|
...(!isEmpty(filteredOptions)
|
|
190
189
|
? [
|
|
191
190
|
React.createElement("div", { className: "pf-v5-c-divider", role: "separator", key: "separator" }),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rh-support/cases",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.2",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public",
|
|
6
6
|
"registry": "https://registry.npmjs.org"
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"lib/**/*"
|
|
27
27
|
],
|
|
28
28
|
"peerDependencies": {
|
|
29
|
-
"@cee-eng/hydrajs": "4.
|
|
29
|
+
"@cee-eng/hydrajs": "4.18.0",
|
|
30
30
|
"@patternfly/patternfly": "5.4.0",
|
|
31
31
|
"@patternfly/react-core": "5.4.0",
|
|
32
32
|
"@patternfly/react-table": "5.4.0",
|
|
@@ -39,15 +39,15 @@
|
|
|
39
39
|
"solr-query-builder": "1.0.1"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@cee-eng/hydrajs": "4.
|
|
42
|
+
"@cee-eng/hydrajs": "4.18.0",
|
|
43
43
|
"@patternfly/patternfly": "5.4.0",
|
|
44
44
|
"@patternfly/react-core": "5.4.0",
|
|
45
45
|
"@patternfly/react-table": "5.4.0",
|
|
46
|
-
"@rh-support/components": "2.5.
|
|
47
|
-
"@rh-support/react-context": "2.5.
|
|
46
|
+
"@rh-support/components": "2.5.2",
|
|
47
|
+
"@rh-support/react-context": "2.5.2",
|
|
48
48
|
"@rh-support/types": "2.0.5",
|
|
49
|
-
"@rh-support/user-permissions": "2.5.
|
|
50
|
-
"@rh-support/utils": "2.5.
|
|
49
|
+
"@rh-support/user-permissions": "2.5.1",
|
|
50
|
+
"@rh-support/utils": "2.5.1",
|
|
51
51
|
"localforage": "^1.10.0",
|
|
52
52
|
"lodash": "^4.17.21",
|
|
53
53
|
"pegjs": "^0.10.0",
|
|
@@ -96,5 +96,5 @@
|
|
|
96
96
|
"defaults and supports es6-module",
|
|
97
97
|
"maintained node versions"
|
|
98
98
|
],
|
|
99
|
-
"gitHead": "
|
|
99
|
+
"gitHead": "c4edba0ff68de868d7de31a8afcca922b218476a"
|
|
100
100
|
}
|