@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.
Files changed (88) hide show
  1. package/README.md +2 -0
  2. package/lib/cjs/CustomTextInput/CustomTextInput.d.ts +2 -0
  3. package/lib/cjs/CustomTextInput/CustomTextInput.d.ts.map +1 -1
  4. package/lib/cjs/CustomTextInput/CustomTextInput.js +4 -2
  5. package/lib/cjs/DropDownList/DropDownList.js +10 -10
  6. package/lib/cjs/DropDownList/DropdownWrapper.js +2 -2
  7. package/lib/cjs/DropDownList/SearchableList.js +5 -5
  8. package/lib/cjs/DropDownList/SelectList.js +4 -4
  9. package/lib/cjs/DropDownList/dropdownList.css +10 -5
  10. package/lib/cjs/ErrorBoundary/ErrorBoundaryFallbackComponent.d.ts.map +1 -1
  11. package/lib/cjs/ErrorBoundary/ErrorBoundaryFallbackComponent.js +2 -3
  12. package/lib/cjs/InlineEdit/NewInlineEdit.js +1 -1
  13. package/lib/cjs/InlineEdit/newInlineEdit.css +3 -3
  14. package/lib/cjs/LoadingDots/LoadingDots.js +1 -1
  15. package/lib/cjs/MarkdownEditor/MarkdownEditor.d.ts.map +1 -1
  16. package/lib/cjs/MarkdownEditor/MarkdownEditor.js +11 -10
  17. package/lib/cjs/MarkdownEditor/markdownEditor.css +1 -1
  18. package/lib/cjs/PaginationCompact/PaginationCompact.js +4 -4
  19. package/lib/cjs/PaginationCompact/paginationCompact.css +1 -1
  20. package/lib/cjs/PhoneInput/PhoneInput.d.ts.map +1 -1
  21. package/lib/cjs/PhoneInput/PhoneInput.js +10 -7
  22. package/lib/cjs/PhoneInput/PhoneInput.scss +1 -1
  23. package/lib/cjs/SupportFeedbackForm/SupportFeedbackModal.js +12 -12
  24. package/lib/cjs/Table/PFTable.d.ts +2 -1
  25. package/lib/cjs/Table/PFTable.d.ts.map +1 -1
  26. package/lib/cjs/Table/PFTable.js +7 -7
  27. package/lib/cjs/Table/columnSelector.css +1 -1
  28. package/lib/cjs/TermsAndConditions/AcceptTermsModal.d.ts.map +1 -1
  29. package/lib/cjs/TermsAndConditions/AcceptTermsModal.js +6 -5
  30. package/lib/cjs/TextAreaResizable/TextAreaResizable.d.ts.map +1 -1
  31. package/lib/cjs/TextAreaResizable/TextAreaResizable.js +1 -1
  32. package/lib/cjs/ToastNotification/toastNotification.css +1 -1
  33. package/lib/cjs/TopContentSearch/TopContentSearch.d.ts.map +1 -1
  34. package/lib/cjs/TopContentSearch/TopContentSearch.js +6 -5
  35. package/lib/cjs/helperFunctions/errorMessage.js +2 -2
  36. package/lib/cjs/helperFunctions/errorMessage.scss +1 -1
  37. package/lib/cjs/hooks/index.d.ts +1 -0
  38. package/lib/cjs/hooks/index.d.ts.map +1 -1
  39. package/lib/cjs/hooks/index.js +1 -0
  40. package/lib/cjs/hooks/useBreakpoint.d.ts.map +1 -1
  41. package/lib/cjs/hooks/useBreakpoint.js +1 -0
  42. package/lib/cjs/hooks/useSelectKeyboardNavigator.d.ts +13 -0
  43. package/lib/cjs/hooks/useSelectKeyboardNavigator.d.ts.map +1 -0
  44. package/lib/cjs/hooks/useSelectKeyboardNavigator.js +55 -0
  45. package/lib/esm/CustomTextInput/CustomTextInput.d.ts +2 -0
  46. package/lib/esm/CustomTextInput/CustomTextInput.d.ts.map +1 -1
  47. package/lib/esm/CustomTextInput/CustomTextInput.js +4 -2
  48. package/lib/esm/DropDownList/DropDownList.js +10 -10
  49. package/lib/esm/DropDownList/DropdownWrapper.js +2 -2
  50. package/lib/esm/DropDownList/SearchableList.js +5 -5
  51. package/lib/esm/DropDownList/SelectList.js +4 -4
  52. package/lib/esm/DropDownList/dropdownList.css +10 -5
  53. package/lib/esm/ErrorBoundary/ErrorBoundaryFallbackComponent.d.ts.map +1 -1
  54. package/lib/esm/ErrorBoundary/ErrorBoundaryFallbackComponent.js +3 -4
  55. package/lib/esm/InlineEdit/NewInlineEdit.js +1 -1
  56. package/lib/esm/InlineEdit/newInlineEdit.css +3 -3
  57. package/lib/esm/LoadingDots/LoadingDots.js +1 -1
  58. package/lib/esm/MarkdownEditor/MarkdownEditor.d.ts.map +1 -1
  59. package/lib/esm/MarkdownEditor/MarkdownEditor.js +9 -8
  60. package/lib/esm/MarkdownEditor/markdownEditor.css +1 -1
  61. package/lib/esm/PaginationCompact/PaginationCompact.js +4 -4
  62. package/lib/esm/PaginationCompact/paginationCompact.css +1 -1
  63. package/lib/esm/PhoneInput/PhoneInput.d.ts.map +1 -1
  64. package/lib/esm/PhoneInput/PhoneInput.js +10 -7
  65. package/lib/esm/PhoneInput/PhoneInput.scss +1 -1
  66. package/lib/esm/SupportFeedbackForm/SupportFeedbackModal.js +13 -13
  67. package/lib/esm/Table/PFTable.d.ts +2 -1
  68. package/lib/esm/Table/PFTable.d.ts.map +1 -1
  69. package/lib/esm/Table/PFTable.js +6 -6
  70. package/lib/esm/Table/columnSelector.css +1 -1
  71. package/lib/esm/TermsAndConditions/AcceptTermsModal.d.ts.map +1 -1
  72. package/lib/esm/TermsAndConditions/AcceptTermsModal.js +7 -6
  73. package/lib/esm/TextAreaResizable/TextAreaResizable.d.ts.map +1 -1
  74. package/lib/esm/TextAreaResizable/TextAreaResizable.js +1 -1
  75. package/lib/esm/ToastNotification/toastNotification.css +1 -1
  76. package/lib/esm/TopContentSearch/TopContentSearch.d.ts.map +1 -1
  77. package/lib/esm/TopContentSearch/TopContentSearch.js +6 -5
  78. package/lib/esm/helperFunctions/errorMessage.js +2 -2
  79. package/lib/esm/helperFunctions/errorMessage.scss +1 -1
  80. package/lib/esm/hooks/index.d.ts +1 -0
  81. package/lib/esm/hooks/index.d.ts.map +1 -1
  82. package/lib/esm/hooks/index.js +1 -0
  83. package/lib/esm/hooks/useBreakpoint.d.ts.map +1 -1
  84. package/lib/esm/hooks/useBreakpoint.js +1 -0
  85. package/lib/esm/hooks/useSelectKeyboardNavigator.d.ts +13 -0
  86. package/lib/esm/hooks/useSelectKeyboardNavigator.d.ts.map +1 -0
  87. package/lib/esm/hooks/useSelectKeyboardNavigator.js +51 -0
  88. 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.23",
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": "4.196.7",
61
- "@patternfly/react-core": "4.264.0",
62
- "@patternfly/react-table": "4.111.33",
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": "4.196.7",
80
- "@patternfly/react-core": "4.264.0",
81
- "@patternfly/react-table": "4.111.33",
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.17",
84
- "@rh-support/utils": "2.1.11",
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": "c082a541ec56ac26470bb50a86a6c5af323f5c17"
118
+ "gitHead": "0273a1330065ecbdbd6e0cddf5bbbd96d562c191"
121
119
  }