@ebay/ui-core-react 5.13.0 → 5.14.0

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 (68) hide show
  1. package/common/component-utils/utils.d.ts +5 -8
  2. package/common/component-utils/utils.d.ts.map +1 -1
  3. package/common/component-utils/utils.js +29 -47
  4. package/common/event-utils/index.d.ts +2 -2
  5. package/common/event-utils/index.d.ts.map +1 -1
  6. package/common/event-utils/use-roving-index.d.ts.map +1 -1
  7. package/common/event-utils/use-roving-index.js +1 -1
  8. package/common/tooltip-utils/tooltip-content.js +1 -1
  9. package/common/tooltip-utils/tooltip.d.ts +1 -1
  10. package/common/tooltip-utils/tooltip.d.ts.map +1 -1
  11. package/common/tooltip-utils/tooltip.js +2 -2
  12. package/ebay-breadcrumbs/breadcrumbs.d.ts.map +1 -1
  13. package/ebay-breadcrumbs/breadcrumbs.js +3 -4
  14. package/ebay-button/button.d.ts +3 -4
  15. package/ebay-button/button.d.ts.map +1 -1
  16. package/ebay-carousel/helpers.d.ts.map +1 -1
  17. package/ebay-carousel/helpers.js +3 -4
  18. package/ebay-checkbox/checkbox.d.ts.map +1 -1
  19. package/ebay-checkbox/checkbox.js +1 -1
  20. package/ebay-fake-menu/menu.d.ts.map +1 -1
  21. package/ebay-fake-menu/menu.js +2 -3
  22. package/ebay-fake-menu-button/menu-button.d.ts.map +1 -1
  23. package/ebay-fake-menu-button/menu-button.js +1 -1
  24. package/ebay-fake-tabs/fake-tabs.d.ts.map +1 -1
  25. package/ebay-fake-tabs/fake-tabs.js +1 -1
  26. package/ebay-icon/icon.d.ts +1 -1
  27. package/ebay-icon-button/icon-button.d.ts +2 -2
  28. package/ebay-icon-button/icon-button.d.ts.map +1 -1
  29. package/ebay-infotip/ebay-infotip-host.d.ts +1 -1
  30. package/ebay-infotip/ebay-infotip-host.d.ts.map +1 -1
  31. package/ebay-infotip/ebay-infotip-host.js +6 -3
  32. package/ebay-infotip/ebay-infotip.d.ts +21 -3
  33. package/ebay-infotip/ebay-infotip.d.ts.map +1 -1
  34. package/ebay-infotip/ebay-infotip.js +4 -16
  35. package/ebay-infotip/index.d.ts +1 -1
  36. package/ebay-infotip/index.d.ts.map +1 -1
  37. package/ebay-infotip/types.d.ts +0 -19
  38. package/ebay-infotip/types.d.ts.map +1 -1
  39. package/ebay-inline-notice/inline-notice.js +1 -1
  40. package/ebay-listbox-button/listbox-button-option.d.ts +1 -1
  41. package/ebay-listbox-button/listbox-button-option.d.ts.map +1 -1
  42. package/ebay-listbox-button/listbox-button.js +4 -3
  43. package/ebay-menu/menu.d.ts +1 -1
  44. package/ebay-menu-button/menu-button-separator.d.ts +2 -2
  45. package/ebay-menu-button/menu-button-separator.d.ts.map +1 -1
  46. package/ebay-menu-button/menu-button.d.ts.map +1 -1
  47. package/ebay-menu-button/menu-button.js +2 -2
  48. package/ebay-menu-button/types.d.ts +3 -3
  49. package/ebay-menu-button/types.d.ts.map +1 -1
  50. package/ebay-page-notice/page-notice.d.ts.map +1 -1
  51. package/ebay-page-notice/page-notice.js +3 -3
  52. package/ebay-pagination/index.d.ts +3 -3
  53. package/ebay-pagination/index.d.ts.map +1 -1
  54. package/ebay-pagination/pagination-item.d.ts +1 -1
  55. package/ebay-pagination/pagination.d.ts +1 -1
  56. package/ebay-pagination/pagination.d.ts.map +1 -1
  57. package/ebay-pagination/pagination.js +11 -9
  58. package/ebay-select/ebay-select.d.ts.map +1 -1
  59. package/ebay-select/ebay-select.js +1 -1
  60. package/ebay-split-button/split-button.js +1 -1
  61. package/ebay-tabs/tabs.d.ts.map +1 -1
  62. package/ebay-tabs/tabs.js +3 -3
  63. package/ebay-textbox/textbox.d.ts +1 -1
  64. package/ebay-textbox/textbox.js +1 -1
  65. package/ebay-tooltip/ebay-tooltip.js +2 -2
  66. package/ebay-tourtip/ebay-tourtip.js +2 -2
  67. package/ebay-video/video.js +4 -1
  68. package/package.json +1 -1
@@ -82,7 +82,10 @@ var EbayVideo = function (_a) {
82
82
  var videoRef = (0, react_1.useRef)(null);
83
83
  var playerRef = (0, react_1.useRef)(null);
84
84
  var uiRef = (0, react_1.useRef)(null);
85
- var sources = (0, component_utils_1.filterByType)(children, source_1.default).map(component_utils_1.elementProps);
85
+ var sources = (0, component_utils_1.filterByType)(children, source_1.default).map(function (_a) {
86
+ var props = _a.props;
87
+ return props;
88
+ });
86
89
  var handleError = function (err) {
87
90
  setLoaded(true);
88
91
  setFailed(true);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ebay/ui-core-react",
3
- "version": "5.13.0",
3
+ "version": "5.14.0",
4
4
  "description": "Skin components build off React",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org"