@rh-support/components 2.1.23 → 2.1.26
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 +2 -0
- package/lib/cjs/CustomTextInput/CustomTextInput.d.ts +2 -0
- package/lib/cjs/CustomTextInput/CustomTextInput.d.ts.map +1 -1
- package/lib/cjs/CustomTextInput/CustomTextInput.js +4 -2
- package/lib/cjs/DropDownList/DropDownList.js +10 -10
- package/lib/cjs/DropDownList/DropdownWrapper.js +2 -2
- package/lib/cjs/DropDownList/SearchableList.js +5 -5
- package/lib/cjs/DropDownList/SelectList.js +4 -4
- package/lib/cjs/DropDownList/dropdownList.css +10 -5
- package/lib/cjs/ErrorBoundary/ErrorBoundaryFallbackComponent.d.ts.map +1 -1
- package/lib/cjs/ErrorBoundary/ErrorBoundaryFallbackComponent.js +2 -3
- package/lib/cjs/InlineEdit/NewInlineEdit.js +1 -1
- package/lib/cjs/InlineEdit/newInlineEdit.css +3 -3
- package/lib/cjs/LoadingDots/LoadingDots.js +1 -1
- package/lib/cjs/MarkdownEditor/MarkdownEditor.d.ts.map +1 -1
- package/lib/cjs/MarkdownEditor/MarkdownEditor.js +11 -10
- package/lib/cjs/MarkdownEditor/markdownEditor.css +1 -1
- package/lib/cjs/PaginationCompact/PaginationCompact.js +4 -4
- package/lib/cjs/PaginationCompact/paginationCompact.css +1 -1
- package/lib/cjs/PhoneInput/PhoneInput.d.ts.map +1 -1
- package/lib/cjs/PhoneInput/PhoneInput.js +10 -7
- package/lib/cjs/PhoneInput/PhoneInput.scss +1 -1
- package/lib/cjs/SupportFeedbackForm/SupportFeedbackModal.js +12 -12
- package/lib/cjs/Table/PFTable.d.ts +2 -1
- package/lib/cjs/Table/PFTable.d.ts.map +1 -1
- package/lib/cjs/Table/PFTable.js +7 -7
- package/lib/cjs/Table/columnSelector.css +1 -1
- package/lib/cjs/TermsAndConditions/AcceptTermsModal.d.ts.map +1 -1
- package/lib/cjs/TermsAndConditions/AcceptTermsModal.js +6 -5
- package/lib/cjs/TextAreaResizable/TextAreaResizable.d.ts.map +1 -1
- package/lib/cjs/TextAreaResizable/TextAreaResizable.js +1 -1
- package/lib/cjs/ToastNotification/toastNotification.css +1 -1
- package/lib/cjs/TopContentSearch/TopContentSearch.d.ts.map +1 -1
- package/lib/cjs/TopContentSearch/TopContentSearch.js +6 -5
- package/lib/cjs/helperFunctions/errorMessage.js +2 -2
- package/lib/cjs/helperFunctions/errorMessage.scss +1 -1
- package/lib/cjs/hooks/index.d.ts +1 -0
- package/lib/cjs/hooks/index.d.ts.map +1 -1
- package/lib/cjs/hooks/index.js +1 -0
- package/lib/cjs/hooks/useBreakpoint.d.ts.map +1 -1
- package/lib/cjs/hooks/useBreakpoint.js +1 -0
- package/lib/cjs/hooks/useSelectKeyboardNavigator.d.ts +13 -0
- package/lib/cjs/hooks/useSelectKeyboardNavigator.d.ts.map +1 -0
- package/lib/cjs/hooks/useSelectKeyboardNavigator.js +55 -0
- package/lib/esm/CustomTextInput/CustomTextInput.d.ts +2 -0
- package/lib/esm/CustomTextInput/CustomTextInput.d.ts.map +1 -1
- package/lib/esm/CustomTextInput/CustomTextInput.js +4 -2
- package/lib/esm/DropDownList/DropDownList.js +10 -10
- package/lib/esm/DropDownList/DropdownWrapper.js +2 -2
- package/lib/esm/DropDownList/SearchableList.js +5 -5
- package/lib/esm/DropDownList/SelectList.js +4 -4
- package/lib/esm/DropDownList/dropdownList.css +10 -5
- package/lib/esm/ErrorBoundary/ErrorBoundaryFallbackComponent.d.ts.map +1 -1
- package/lib/esm/ErrorBoundary/ErrorBoundaryFallbackComponent.js +3 -4
- package/lib/esm/InlineEdit/NewInlineEdit.js +1 -1
- package/lib/esm/InlineEdit/newInlineEdit.css +3 -3
- package/lib/esm/LoadingDots/LoadingDots.js +1 -1
- package/lib/esm/MarkdownEditor/MarkdownEditor.d.ts.map +1 -1
- package/lib/esm/MarkdownEditor/MarkdownEditor.js +9 -8
- package/lib/esm/MarkdownEditor/markdownEditor.css +1 -1
- package/lib/esm/PaginationCompact/PaginationCompact.js +4 -4
- package/lib/esm/PaginationCompact/paginationCompact.css +1 -1
- package/lib/esm/PhoneInput/PhoneInput.d.ts.map +1 -1
- package/lib/esm/PhoneInput/PhoneInput.js +10 -7
- package/lib/esm/PhoneInput/PhoneInput.scss +1 -1
- package/lib/esm/SupportFeedbackForm/SupportFeedbackModal.js +13 -13
- package/lib/esm/Table/PFTable.d.ts +2 -1
- package/lib/esm/Table/PFTable.d.ts.map +1 -1
- package/lib/esm/Table/PFTable.js +6 -6
- package/lib/esm/Table/columnSelector.css +1 -1
- package/lib/esm/TermsAndConditions/AcceptTermsModal.d.ts.map +1 -1
- package/lib/esm/TermsAndConditions/AcceptTermsModal.js +7 -6
- package/lib/esm/TextAreaResizable/TextAreaResizable.d.ts.map +1 -1
- package/lib/esm/TextAreaResizable/TextAreaResizable.js +1 -1
- package/lib/esm/ToastNotification/toastNotification.css +1 -1
- package/lib/esm/TopContentSearch/TopContentSearch.d.ts.map +1 -1
- package/lib/esm/TopContentSearch/TopContentSearch.js +6 -5
- package/lib/esm/helperFunctions/errorMessage.js +2 -2
- package/lib/esm/helperFunctions/errorMessage.scss +1 -1
- package/lib/esm/hooks/index.d.ts +1 -0
- package/lib/esm/hooks/index.d.ts.map +1 -1
- package/lib/esm/hooks/index.js +1 -0
- package/lib/esm/hooks/useBreakpoint.d.ts.map +1 -1
- package/lib/esm/hooks/useBreakpoint.js +1 -0
- package/lib/esm/hooks/useSelectKeyboardNavigator.d.ts +13 -0
- package/lib/esm/hooks/useSelectKeyboardNavigator.d.ts.map +1 -0
- package/lib/esm/hooks/useSelectKeyboardNavigator.js +51 -0
- package/package.json +10 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rh-support/components",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.26",
|
|
4
4
|
"description": "Contains all reusabel components for support app",
|
|
5
5
|
"author": "Vikas Rathee <vrathee@redhat.com>",
|
|
6
6
|
"license": "ISC",
|
|
@@ -57,9 +57,9 @@
|
|
|
57
57
|
"peerDependencies": {
|
|
58
58
|
"@cee-eng/hydrajs": "4.16.33",
|
|
59
59
|
"@cee-eng/ui-toolkit": "1.1.6",
|
|
60
|
-
"@patternfly/patternfly": "
|
|
61
|
-
"@patternfly/react-core": "
|
|
62
|
-
"@patternfly/react-table": "
|
|
60
|
+
"@patternfly/patternfly": "5.1.0",
|
|
61
|
+
"@patternfly/react-core": "5.1.1",
|
|
62
|
+
"@patternfly/react-table": "5.1.1",
|
|
63
63
|
"dompurify": "^2.2.6",
|
|
64
64
|
"downshift": "^6.0.5",
|
|
65
65
|
"js-worker-search": "^1.4.1",
|
|
@@ -68,7 +68,6 @@
|
|
|
68
68
|
"mark.js": "^8.11.1",
|
|
69
69
|
"react": "17.0.2",
|
|
70
70
|
"react-bootstrap-typeahead": "^5.1.4",
|
|
71
|
-
"react-content-loader": "^5.1.0",
|
|
72
71
|
"react-router-dom": "^5.1.2",
|
|
73
72
|
"react-toastify": "^5.4.1",
|
|
74
73
|
"use-deep-compare-effect": "^1.6.1"
|
|
@@ -76,12 +75,12 @@
|
|
|
76
75
|
"dependencies": {
|
|
77
76
|
"@cee-eng/hydrajs": "4.16.33",
|
|
78
77
|
"@cee-eng/ui-toolkit": "1.1.6",
|
|
79
|
-
"@patternfly/patternfly": "
|
|
80
|
-
"@patternfly/react-core": "
|
|
81
|
-
"@patternfly/react-table": "
|
|
78
|
+
"@patternfly/patternfly": "5.1.0",
|
|
79
|
+
"@patternfly/react-core": "5.1.1",
|
|
80
|
+
"@patternfly/react-table": "5.1.1",
|
|
82
81
|
"@rh-support/types": "2.0.2",
|
|
83
|
-
"@rh-support/user-permissions": "2.1.
|
|
84
|
-
"@rh-support/utils": "2.1.
|
|
82
|
+
"@rh-support/user-permissions": "2.1.19",
|
|
83
|
+
"@rh-support/utils": "2.1.12",
|
|
85
84
|
"dompurify": "^2.2.6",
|
|
86
85
|
"downshift": "^6.0.5",
|
|
87
86
|
"js-worker-search": "^1.4.1",
|
|
@@ -90,7 +89,6 @@
|
|
|
90
89
|
"mark.js": "^8.11.1",
|
|
91
90
|
"react": "17.0.2",
|
|
92
91
|
"react-bootstrap-typeahead": "^5.1.4",
|
|
93
|
-
"react-content-loader": "^5.1.0",
|
|
94
92
|
"react-dom": "17.0.2",
|
|
95
93
|
"react-router-dom": "^5.1.2",
|
|
96
94
|
"react-toastify": "^5.4.1",
|
|
@@ -117,5 +115,5 @@
|
|
|
117
115
|
"defaults and supports es6-module",
|
|
118
116
|
"maintained node versions"
|
|
119
117
|
],
|
|
120
|
-
"gitHead": "
|
|
118
|
+
"gitHead": "0273a1330065ecbdbd6e0cddf5bbbd96d562c191"
|
|
121
119
|
}
|