@ebay/ui-core-react 5.6.3 → 5.8.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 (385) hide show
  1. package/common/component-utils/array.polyfill.flat.js +1 -0
  2. package/common/component-utils/forwardRef.js +9 -4
  3. package/common/component-utils/index.js +6 -2
  4. package/common/component-utils/usePrevious.js +2 -2
  5. package/common/debounce.d.ts +1 -1
  6. package/common/debounce.d.ts.map +1 -1
  7. package/common/debounce.js +5 -16
  8. package/common/event-utils/index.d.ts +2 -2
  9. package/common/event-utils/index.d.ts.map +1 -1
  10. package/common/event-utils/types.d.ts +10 -10
  11. package/common/event-utils/types.d.ts.map +1 -1
  12. package/common/event-utils/use-key-press.js +3 -3
  13. package/common/event-utils/use-roving-index.d.ts.map +1 -1
  14. package/common/event-utils/use-roving-index.js +12 -10
  15. package/common/floating-label-utils/hooks.d.ts +3 -3
  16. package/common/floating-label-utils/hooks.d.ts.map +1 -1
  17. package/common/floating-label-utils/hooks.js +22 -18
  18. package/common/notice-utils/notice-content.d.ts +1 -1
  19. package/common/notice-utils/notice-content.d.ts.map +1 -1
  20. package/common/notice-utils/notice-content.js +1 -1
  21. package/common/notice-utils/notice-cta.d.ts +1 -1
  22. package/common/notice-utils/notice-cta.d.ts.map +1 -1
  23. package/common/notice-utils/notice-cta.js +1 -1
  24. package/common/notice-utils/notice-footer.d.ts +1 -1
  25. package/common/notice-utils/notice-footer.d.ts.map +1 -1
  26. package/common/notice-utils/notice-footer.js +1 -1
  27. package/common/notice-utils/notice-title.d.ts +1 -1
  28. package/common/notice-utils/notice-title.d.ts.map +1 -1
  29. package/common/notice-utils/notice-title.js +1 -1
  30. package/common/random-id.js +2 -1
  31. package/common/range.js +2 -1
  32. package/common/tooltip-utils/index.js +8 -4
  33. package/common/tooltip-utils/tooltip-content.d.ts +1 -1
  34. package/common/tooltip-utils/tooltip-content.d.ts.map +1 -1
  35. package/common/tooltip-utils/tooltip-content.js +9 -9
  36. package/common/tooltip-utils/tooltip-footer.d.ts +1 -1
  37. package/common/tooltip-utils/tooltip-footer.d.ts.map +1 -1
  38. package/common/tooltip-utils/tooltip-footer.js +1 -1
  39. package/common/tooltip-utils/tooltip-host.d.ts +1 -1
  40. package/common/tooltip-utils/tooltip-host.d.ts.map +1 -1
  41. package/common/tooltip-utils/tooltip-host.js +1 -1
  42. package/common/tooltip-utils/tooltip.d.ts +2 -2
  43. package/common/tooltip-utils/tooltip.d.ts.map +1 -1
  44. package/common/tooltip-utils/tooltip.js +12 -8
  45. package/common/tooltip-utils/types.d.ts +2 -2
  46. package/common/tooltip-utils/types.d.ts.map +1 -1
  47. package/common/tooltip-utils/use-tooltip.d.ts +2 -2
  48. package/common/tooltip-utils/use-tooltip.d.ts.map +1 -1
  49. package/common/tooltip-utils/use-tooltip.js +3 -2
  50. package/ebay-alert-dialog/alert-dialog.js +8 -4
  51. package/ebay-alert-dialog/index.js +5 -1
  52. package/ebay-badge/badge.d.ts +2 -2
  53. package/ebay-badge/badge.d.ts.map +1 -1
  54. package/ebay-badge/badge.js +1 -1
  55. package/ebay-badge/index.js +5 -1
  56. package/ebay-breadcrumbs/breadcrumb-item.d.ts +2 -2
  57. package/ebay-breadcrumbs/breadcrumb-item.d.ts.map +1 -1
  58. package/ebay-breadcrumbs/breadcrumbs.d.ts +1 -1
  59. package/ebay-breadcrumbs/breadcrumbs.d.ts.map +1 -1
  60. package/ebay-breadcrumbs/breadcrumbs.js +9 -5
  61. package/ebay-breadcrumbs/index.js +6 -2
  62. package/ebay-button/button-cell.d.ts +2 -2
  63. package/ebay-button/button-cell.d.ts.map +1 -1
  64. package/ebay-button/button-cell.js +1 -1
  65. package/ebay-button/button-text.d.ts +1 -1
  66. package/ebay-button/button-text.d.ts.map +1 -1
  67. package/ebay-button/button-text.js +1 -1
  68. package/ebay-button/button.d.ts +3 -3
  69. package/ebay-button/button.d.ts.map +1 -1
  70. package/ebay-button/button.js +14 -10
  71. package/ebay-button/index.js +6 -2
  72. package/ebay-button/types.d.ts +5 -5
  73. package/ebay-button/types.d.ts.map +1 -1
  74. package/ebay-carousel/carousel-control-button.d.ts +1 -1
  75. package/ebay-carousel/carousel-control-button.d.ts.map +1 -1
  76. package/ebay-carousel/carousel-control-button.js +2 -2
  77. package/ebay-carousel/carousel-item.d.ts +3 -3
  78. package/ebay-carousel/carousel-item.d.ts.map +1 -1
  79. package/ebay-carousel/carousel-item.js +11 -7
  80. package/ebay-carousel/carousel-list.d.ts +1 -1
  81. package/ebay-carousel/carousel-list.d.ts.map +1 -1
  82. package/ebay-carousel/carousel-list.js +18 -14
  83. package/ebay-carousel/carousel.d.ts +1 -1
  84. package/ebay-carousel/carousel.d.ts.map +1 -1
  85. package/ebay-carousel/carousel.js +23 -19
  86. package/ebay-carousel/helpers.d.ts.map +1 -1
  87. package/ebay-carousel/helpers.js +19 -13
  88. package/ebay-carousel/index.d.ts +1 -1
  89. package/ebay-carousel/index.d.ts.map +1 -1
  90. package/ebay-carousel/index.js +6 -2
  91. package/ebay-carousel/scroll-to-transition.d.ts +1 -1
  92. package/ebay-carousel/scroll-to-transition.d.ts.map +1 -1
  93. package/ebay-carousel/types.d.ts +4 -4
  94. package/ebay-carousel/types.d.ts.map +1 -1
  95. package/ebay-checkbox/checkbox.d.ts +3 -3
  96. package/ebay-checkbox/checkbox.d.ts.map +1 -1
  97. package/ebay-checkbox/checkbox.js +10 -6
  98. package/ebay-checkbox/index.js +5 -1
  99. package/ebay-confirm-dialog/confirm-dialog.js +8 -4
  100. package/ebay-confirm-dialog/index.js +5 -1
  101. package/ebay-cta-button/cta-button.d.ts +3 -3
  102. package/ebay-cta-button/cta-button.d.ts.map +1 -1
  103. package/ebay-cta-button/cta-button.js +2 -2
  104. package/ebay-cta-button/index.js +5 -1
  105. package/ebay-dialog-base/components/animation.d.ts +1 -1
  106. package/ebay-dialog-base/components/animation.d.ts.map +1 -1
  107. package/ebay-dialog-base/components/animation.js +5 -5
  108. package/ebay-dialog-base/components/dialog-actions.d.ts +1 -1
  109. package/ebay-dialog-base/components/dialog-actions.d.ts.map +1 -1
  110. package/ebay-dialog-base/components/dialog-footer.d.ts +1 -1
  111. package/ebay-dialog-base/components/dialog-footer.d.ts.map +1 -1
  112. package/ebay-dialog-base/components/dialog-header.d.ts +1 -1
  113. package/ebay-dialog-base/components/dialog-header.d.ts.map +1 -1
  114. package/ebay-dialog-base/components/dialog-previous-button.d.ts +1 -1
  115. package/ebay-dialog-base/components/dialog-previous-button.d.ts.map +1 -1
  116. package/ebay-dialog-base/components/dialog-previous-button.js +1 -1
  117. package/ebay-dialog-base/components/dialogBase.d.ts +3 -3
  118. package/ebay-dialog-base/components/dialogBase.d.ts.map +1 -1
  119. package/ebay-dialog-base/components/dialogBase.js +28 -23
  120. package/ebay-dialog-base/dialog-base-with-state.d.ts.map +1 -1
  121. package/ebay-dialog-base/dialog-base-with-state.js +8 -3
  122. package/ebay-dialog-base/index.js +10 -6
  123. package/ebay-drawer-dialog/components/drawer.js +11 -7
  124. package/ebay-drawer-dialog/index.js +5 -1
  125. package/ebay-eek/eek-rating.d.ts +1 -1
  126. package/ebay-eek/eek-rating.d.ts.map +1 -1
  127. package/ebay-eek/eek-rating.js +3 -3
  128. package/ebay-eek/index.js +5 -1
  129. package/ebay-fake-menu/index.js +7 -3
  130. package/ebay-fake-menu/menu-item-separator.d.ts +1 -1
  131. package/ebay-fake-menu/menu-item-separator.d.ts.map +1 -1
  132. package/ebay-fake-menu/menu-item-separator.js +1 -1
  133. package/ebay-fake-menu/menu-item.d.ts +1 -1
  134. package/ebay-fake-menu/menu-item.d.ts.map +1 -1
  135. package/ebay-fake-menu/menu-item.js +9 -5
  136. package/ebay-fake-menu/menu.d.ts +2 -2
  137. package/ebay-fake-menu/menu.d.ts.map +1 -1
  138. package/ebay-fake-menu/menu.js +8 -4
  139. package/ebay-fake-menu-button/index.js +8 -4
  140. package/ebay-fake-menu-button/menu-button-separator.d.ts +1 -1
  141. package/ebay-fake-menu-button/menu-button-separator.d.ts.map +1 -1
  142. package/ebay-fake-menu-button/menu-button-separator.js +1 -1
  143. package/ebay-fake-menu-button/menu-button.d.ts +4 -4
  144. package/ebay-fake-menu-button/menu-button.d.ts.map +1 -1
  145. package/ebay-fake-menu-button/menu-button.js +20 -16
  146. package/ebay-fake-tabs/fake-tabs.d.ts +1 -1
  147. package/ebay-fake-tabs/fake-tabs.d.ts.map +1 -1
  148. package/ebay-fake-tabs/fake-tabs.js +10 -6
  149. package/ebay-fake-tabs/index.js +6 -2
  150. package/ebay-fake-tabs/tab.d.ts +1 -1
  151. package/ebay-fake-tabs/tab.d.ts.map +1 -1
  152. package/ebay-fake-tabs/tab.js +1 -1
  153. package/ebay-field/description.d.ts +1 -1
  154. package/ebay-field/description.d.ts.map +1 -1
  155. package/ebay-field/description.js +1 -1
  156. package/ebay-field/field.d.ts +1 -1
  157. package/ebay-field/field.d.ts.map +1 -1
  158. package/ebay-field/field.js +1 -1
  159. package/ebay-field/index.js +7 -3
  160. package/ebay-field/label.d.ts +1 -1
  161. package/ebay-field/label.d.ts.map +1 -1
  162. package/ebay-field/label.js +1 -1
  163. package/ebay-field/types.d.ts +4 -4
  164. package/ebay-field/types.d.ts.map +1 -1
  165. package/ebay-fullscreen-dialog/fullscreen-dialog.js +1 -1
  166. package/ebay-fullscreen-dialog/index.js +5 -1
  167. package/ebay-icon/icon.d.ts +3 -3
  168. package/ebay-icon/icon.d.ts.map +1 -1
  169. package/ebay-icon/icon.js +15 -11
  170. package/ebay-icon/index.js +5 -1
  171. package/ebay-icon/types.d.ts +1 -1
  172. package/ebay-icon/types.d.ts.map +1 -1
  173. package/ebay-icon-button/icon-button.d.ts +5 -5
  174. package/ebay-icon-button/icon-button.d.ts.map +1 -1
  175. package/ebay-icon-button/icon-button.js +4 -4
  176. package/ebay-icon-button/index.js +5 -1
  177. package/ebay-infotip/ebay-infotip-heading.d.ts +1 -1
  178. package/ebay-infotip/ebay-infotip-heading.d.ts.map +1 -1
  179. package/ebay-infotip/ebay-infotip-heading.js +1 -1
  180. package/ebay-infotip/ebay-infotip-host.d.ts +2 -2
  181. package/ebay-infotip/ebay-infotip-host.d.ts.map +1 -1
  182. package/ebay-infotip/ebay-infotip-host.js +2 -2
  183. package/ebay-infotip/ebay-infotip.d.ts +1 -1
  184. package/ebay-infotip/ebay-infotip.d.ts.map +1 -1
  185. package/ebay-infotip/ebay-infotip.js +14 -11
  186. package/ebay-infotip/index.js +8 -4
  187. package/ebay-infotip/types.d.ts +1 -1
  188. package/ebay-infotip/types.d.ts.map +1 -1
  189. package/ebay-inline-notice/index.js +5 -1
  190. package/ebay-inline-notice/inline-notice.d.ts +1 -1
  191. package/ebay-inline-notice/inline-notice.d.ts.map +1 -1
  192. package/ebay-inline-notice/inline-notice.js +10 -6
  193. package/ebay-inline-notice/types.d.ts +1 -1
  194. package/ebay-inline-notice/types.d.ts.map +1 -1
  195. package/ebay-lightbox-dialog/index.js +5 -1
  196. package/ebay-lightbox-dialog/lightbox-dialog.d.ts +1 -1
  197. package/ebay-lightbox-dialog/lightbox-dialog.d.ts.map +1 -1
  198. package/ebay-lightbox-dialog/lightbox-dialog.js +2 -2
  199. package/ebay-listbox-button/index.js +6 -2
  200. package/ebay-listbox-button/listbox-button-option.d.ts +1 -1
  201. package/ebay-listbox-button/listbox-button-option.d.ts.map +1 -1
  202. package/ebay-listbox-button/listbox-button-option.js +2 -2
  203. package/ebay-listbox-button/listbox-button.d.ts +2 -2
  204. package/ebay-listbox-button/listbox-button.d.ts.map +1 -1
  205. package/ebay-listbox-button/listbox-button.js +22 -18
  206. package/ebay-menu/index.js +13 -5
  207. package/ebay-menu/menu-item-separator.d.ts +1 -1
  208. package/ebay-menu/menu-item-separator.d.ts.map +1 -1
  209. package/ebay-menu/menu-item-separator.js +1 -1
  210. package/ebay-menu/menu-item.d.ts +1 -1
  211. package/ebay-menu/menu-item.d.ts.map +1 -1
  212. package/ebay-menu/menu-item.js +9 -5
  213. package/ebay-menu/menu.d.ts +1 -1
  214. package/ebay-menu/menu.js +23 -17
  215. package/ebay-menu/types.d.ts +10 -10
  216. package/ebay-menu/types.d.ts.map +1 -1
  217. package/ebay-menu-button/index.js +14 -6
  218. package/ebay-menu-button/menu-button-separator.d.ts +1 -1
  219. package/ebay-menu-button/menu-button-separator.d.ts.map +1 -1
  220. package/ebay-menu-button/menu-button-separator.js +1 -1
  221. package/ebay-menu-button/menu-button.d.ts +3 -3
  222. package/ebay-menu-button/menu-button.d.ts.map +1 -1
  223. package/ebay-menu-button/menu-button.js +21 -17
  224. package/ebay-menu-button/types.d.ts +1 -1
  225. package/ebay-menu-button/types.d.ts.map +1 -1
  226. package/ebay-notice-base/components/ebay-notice-content/index.js +5 -1
  227. package/ebay-notice-base/components/ebay-notice-content/notice-content.d.ts +1 -1
  228. package/ebay-notice-base/components/ebay-notice-content/notice-content.d.ts.map +1 -1
  229. package/ebay-notice-base/components/ebay-notice-title/index.js +5 -1
  230. package/ebay-notice-base/index.js +1 -0
  231. package/ebay-page-notice/index.js +8 -4
  232. package/ebay-page-notice/page-notice-cta.d.ts +1 -1
  233. package/ebay-page-notice/page-notice-cta.d.ts.map +1 -1
  234. package/ebay-page-notice/page-notice-footer.d.ts +1 -1
  235. package/ebay-page-notice/page-notice-footer.d.ts.map +1 -1
  236. package/ebay-page-notice/page-notice-title.d.ts +1 -1
  237. package/ebay-page-notice/page-notice-title.d.ts.map +1 -1
  238. package/ebay-page-notice/page-notice.d.ts +2 -2
  239. package/ebay-page-notice/page-notice.d.ts.map +1 -1
  240. package/ebay-page-notice/page-notice.js +10 -6
  241. package/ebay-pagination/index.js +6 -2
  242. package/ebay-pagination/pagination-item.d.ts +4 -4
  243. package/ebay-pagination/pagination-item.d.ts.map +1 -1
  244. package/ebay-pagination/pagination-item.js +3 -3
  245. package/ebay-pagination/pagination.d.ts +1 -1
  246. package/ebay-pagination/pagination.d.ts.map +1 -1
  247. package/ebay-pagination/pagination.js +40 -28
  248. package/ebay-pagination/types.d.ts +2 -2
  249. package/ebay-pagination/types.d.ts.map +1 -1
  250. package/ebay-panel-dialog/index.js +5 -1
  251. package/ebay-panel-dialog/panel-dialog.d.ts +1 -1
  252. package/ebay-panel-dialog/panel-dialog.d.ts.map +1 -1
  253. package/ebay-panel-dialog/panel-dialog.js +2 -2
  254. package/ebay-progress-bar/index.js +5 -1
  255. package/ebay-progress-bar/progress-bar.d.ts +1 -1
  256. package/ebay-progress-bar/progress-bar.d.ts.map +1 -1
  257. package/ebay-progress-bar/progress-bar.js +1 -1
  258. package/ebay-progress-spinner/index.js +5 -1
  259. package/ebay-progress-spinner/progress-spinner.d.ts +3 -3
  260. package/ebay-progress-spinner/progress-spinner.d.ts.map +1 -1
  261. package/ebay-progress-spinner/progress-spinner.js +1 -1
  262. package/ebay-progress-stepper/ebay-progress-step.d.ts +1 -1
  263. package/ebay-progress-stepper/ebay-progress-step.d.ts.map +1 -1
  264. package/ebay-progress-stepper/ebay-progress-step.js +7 -3
  265. package/ebay-progress-stepper/ebay-progress-stepper.d.ts +1 -1
  266. package/ebay-progress-stepper/ebay-progress-stepper.d.ts.map +1 -1
  267. package/ebay-progress-stepper/ebay-progress-stepper.js +8 -4
  268. package/ebay-progress-stepper/ebay-progress-title.d.ts +1 -1
  269. package/ebay-progress-stepper/ebay-progress-title.d.ts.map +1 -1
  270. package/ebay-progress-stepper/ebay-progress-title.js +1 -1
  271. package/ebay-progress-stepper/index.js +7 -3
  272. package/ebay-progress-stepper/types.d.ts +2 -2
  273. package/ebay-progress-stepper/types.d.ts.map +1 -1
  274. package/ebay-radio/index.js +5 -1
  275. package/ebay-radio/radio.d.ts +3 -3
  276. package/ebay-radio/radio.d.ts.map +1 -1
  277. package/ebay-radio/radio.js +8 -4
  278. package/ebay-section-notice/index.js +7 -3
  279. package/ebay-section-notice/section-notice-footer.d.ts +1 -1
  280. package/ebay-section-notice/section-notice-footer.d.ts.map +1 -1
  281. package/ebay-section-notice/section-notice-title.d.ts +1 -1
  282. package/ebay-section-notice/section-notice-title.d.ts.map +1 -1
  283. package/ebay-section-notice/section-notice.d.ts +2 -2
  284. package/ebay-section-notice/section-notice.d.ts.map +1 -1
  285. package/ebay-section-notice/section-notice.js +12 -8
  286. package/ebay-section-title/cta.d.ts +1 -1
  287. package/ebay-section-title/cta.d.ts.map +1 -1
  288. package/ebay-section-title/cta.js +1 -1
  289. package/ebay-section-title/index.js +9 -5
  290. package/ebay-section-title/info.d.ts +1 -1
  291. package/ebay-section-title/info.d.ts.map +1 -1
  292. package/ebay-section-title/info.js +1 -1
  293. package/ebay-section-title/overflow.d.ts +1 -1
  294. package/ebay-section-title/overflow.d.ts.map +1 -1
  295. package/ebay-section-title/overflow.js +1 -1
  296. package/ebay-section-title/section-title.d.ts +1 -1
  297. package/ebay-section-title/section-title.d.ts.map +1 -1
  298. package/ebay-section-title/section-title.js +5 -5
  299. package/ebay-section-title/subtitle.d.ts +1 -1
  300. package/ebay-section-title/subtitle.d.ts.map +1 -1
  301. package/ebay-section-title/subtitle.js +1 -1
  302. package/ebay-section-title/title.d.ts +1 -1
  303. package/ebay-section-title/title.d.ts.map +1 -1
  304. package/ebay-section-title/title.js +1 -1
  305. package/ebay-select/ebay-select-option.d.ts +1 -1
  306. package/ebay-select/ebay-select-option.d.ts.map +1 -1
  307. package/ebay-select/ebay-select.d.ts +3 -3
  308. package/ebay-select/ebay-select.d.ts.map +1 -1
  309. package/ebay-select/ebay-select.js +12 -8
  310. package/ebay-select/index.js +6 -2
  311. package/ebay-signal/index.js +5 -1
  312. package/ebay-signal/signal.d.ts +2 -2
  313. package/ebay-signal/signal.d.ts.map +1 -1
  314. package/ebay-signal/signal.js +1 -1
  315. package/ebay-snackbar-dialog/components/ebay-snackbar-dialog-action.d.ts.map +1 -1
  316. package/ebay-snackbar-dialog/components/ebay-snackbar-dialog-action.js +3 -2
  317. package/ebay-snackbar-dialog/components/ebay-snackbar-dialog.d.ts +1 -1
  318. package/ebay-snackbar-dialog/components/ebay-snackbar-dialog.d.ts.map +1 -1
  319. package/ebay-snackbar-dialog/components/ebay-snackbar-dialog.js +14 -9
  320. package/ebay-snackbar-dialog/index.js +1 -0
  321. package/ebay-split-button/index.js +11 -3
  322. package/ebay-split-button/split-button.js +2 -2
  323. package/ebay-split-button/types.d.ts +3 -3
  324. package/ebay-split-button/types.d.ts.map +1 -1
  325. package/ebay-star-rating/index.js +11 -3
  326. package/ebay-star-rating/star-rating.d.ts +1 -1
  327. package/ebay-star-rating/star-rating.d.ts.map +1 -1
  328. package/ebay-star-rating/star-rating.js +2 -2
  329. package/ebay-star-rating-select/index.js +11 -3
  330. package/ebay-star-rating-select/star-rating-select.d.ts +2 -2
  331. package/ebay-star-rating-select/star-rating-select.d.ts.map +1 -1
  332. package/ebay-star-rating-select/star-rating-select.js +12 -8
  333. package/ebay-svg/index.js +5 -1
  334. package/ebay-switch/ebay-switch.d.ts +1 -1
  335. package/ebay-switch/ebay-switch.d.ts.map +1 -1
  336. package/ebay-switch/ebay-switch.js +9 -5
  337. package/ebay-switch/index.js +5 -1
  338. package/ebay-tabs/index.d.ts +1 -1
  339. package/ebay-tabs/index.d.ts.map +1 -1
  340. package/ebay-tabs/index.js +7 -3
  341. package/ebay-tabs/tab-panel.d.ts +1 -1
  342. package/ebay-tabs/tab-panel.d.ts.map +1 -1
  343. package/ebay-tabs/tab-panel.js +1 -1
  344. package/ebay-tabs/tab.d.ts +1 -1
  345. package/ebay-tabs/tab.d.ts.map +1 -1
  346. package/ebay-tabs/tab.js +1 -1
  347. package/ebay-tabs/tabs.d.ts +2 -14
  348. package/ebay-tabs/tabs.d.ts.map +1 -1
  349. package/ebay-tabs/tabs.js +18 -14
  350. package/ebay-tabs/types.d.ts +16 -2
  351. package/ebay-tabs/types.d.ts.map +1 -1
  352. package/ebay-textbox/index.js +7 -3
  353. package/ebay-textbox/textbox.d.ts +4 -4
  354. package/ebay-textbox/textbox.d.ts.map +1 -1
  355. package/ebay-textbox/textbox.js +16 -12
  356. package/ebay-textbox/types.d.ts +2 -2
  357. package/ebay-textbox/types.d.ts.map +1 -1
  358. package/ebay-toast-dialog/components/toast.d.ts +1 -1
  359. package/ebay-toast-dialog/components/toast.d.ts.map +1 -1
  360. package/ebay-toast-dialog/components/toast.js +3 -2
  361. package/ebay-toast-dialog/index.js +5 -1
  362. package/ebay-tooltip/ebay-tooltip.d.ts +1 -1
  363. package/ebay-tooltip/ebay-tooltip.d.ts.map +1 -1
  364. package/ebay-tooltip/ebay-tooltip.js +10 -6
  365. package/ebay-tooltip/index.js +7 -3
  366. package/ebay-tourtip/ebay-tourtip-footer.d.ts +1 -1
  367. package/ebay-tourtip/ebay-tourtip-footer.d.ts.map +1 -1
  368. package/ebay-tourtip/ebay-tourtip-heading.d.ts +1 -1
  369. package/ebay-tourtip/ebay-tourtip-heading.d.ts.map +1 -1
  370. package/ebay-tourtip/ebay-tourtip-heading.js +1 -1
  371. package/ebay-tourtip/ebay-tourtip.d.ts +1 -1
  372. package/ebay-tourtip/ebay-tourtip.d.ts.map +1 -1
  373. package/ebay-tourtip/ebay-tourtip.js +13 -9
  374. package/ebay-tourtip/index.js +9 -5
  375. package/ebay-video/controls.js +3 -1
  376. package/ebay-video/index.js +12 -4
  377. package/ebay-video/reportButton.js +2 -1
  378. package/ebay-video/source.d.ts +1 -1
  379. package/ebay-video/source.d.ts.map +1 -1
  380. package/ebay-video/types.d.ts +5 -5
  381. package/ebay-video/types.d.ts.map +1 -1
  382. package/ebay-video/video.d.ts +3 -3
  383. package/ebay-video/video.d.ts.map +1 -1
  384. package/ebay-video/video.js +32 -26
  385. package/package.json +2 -2
@@ -1,4 +1,8 @@
1
1
  "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
2
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.EbayNoticeContent = void 0;
3
7
  var notice_content_1 = require("./notice-content");
4
- Object.defineProperty(exports, "EbayNoticeContent", { enumerable: true, get: function () { return notice_content_1.default; } });
8
+ Object.defineProperty(exports, "EbayNoticeContent", { enumerable: true, get: function () { return __importDefault(notice_content_1).default; } });
@@ -4,7 +4,7 @@
4
4
  */
5
5
  import { FC } from 'react';
6
6
  import { NoticeContentProps } from '../../../common/notice-utils/notice-content';
7
- declare type Props = Omit<NoticeContentProps, 'type'>;
7
+ type Props = Omit<NoticeContentProps, 'type'>;
8
8
  declare const EbayNoticeContent: FC<Props>;
9
9
  export default EbayNoticeContent;
10
10
  //# sourceMappingURL=notice-content.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"notice-content.d.ts","sourceRoot":"","sources":["../../../../src/ebay-notice-base/components/ebay-notice-content/notice-content.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AACH,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAA;AAC1B,OAAO,EAAE,kBAAkB,EAAE,MAAM,6CAA6C,CAAA;AAEhF,aAAK,KAAK,GAAG,IAAI,CAAC,kBAAkB,EAAE,MAAM,CAAC,CAAA;AAE7C,QAAA,MAAM,iBAAiB,EAAE,EAAE,CAAC,KAAK,CAAc,CAAA;AAE/C,eAAe,iBAAiB,CAAA"}
1
+ {"version":3,"file":"notice-content.d.ts","sourceRoot":"","sources":["../../../../src/ebay-notice-base/components/ebay-notice-content/notice-content.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AACH,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAA;AAC1B,OAAO,EAAE,kBAAkB,EAAE,MAAM,6CAA6C,CAAA;AAEhF,KAAK,KAAK,GAAG,IAAI,CAAC,kBAAkB,EAAE,MAAM,CAAC,CAAA;AAE7C,QAAA,MAAM,iBAAiB,EAAE,EAAE,CAAC,KAAK,CAAc,CAAA;AAE/C,eAAe,iBAAiB,CAAA"}
@@ -1,4 +1,8 @@
1
1
  "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
2
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.EbayNoticeTitle = void 0;
3
7
  var notice_title_1 = require("./notice-title");
4
- Object.defineProperty(exports, "EbayNoticeTitle", { enumerable: true, get: function () { return notice_title_1.default; } });
8
+ Object.defineProperty(exports, "EbayNoticeTitle", { enumerable: true, get: function () { return __importDefault(notice_title_1).default; } });
@@ -1,5 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.EbayNoticeContent = exports.EbayNoticeTitle = void 0;
3
4
  var ebay_notice_title_1 = require("./components/ebay-notice-title");
4
5
  Object.defineProperty(exports, "EbayNoticeTitle", { enumerable: true, get: function () { return ebay_notice_title_1.EbayNoticeTitle; } });
5
6
  var ebay_notice_content_1 = require("./components/ebay-notice-content");
@@ -1,12 +1,16 @@
1
1
  "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
2
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.EbayNoticeContent = exports.EbayPageNoticeCTA = exports.EbayPageNoticeFooter = exports.EbayPageNoticeTitle = exports.EbayPageNotice = void 0;
3
7
  var page_notice_1 = require("./page-notice");
4
- Object.defineProperty(exports, "EbayPageNotice", { enumerable: true, get: function () { return page_notice_1.default; } });
8
+ Object.defineProperty(exports, "EbayPageNotice", { enumerable: true, get: function () { return __importDefault(page_notice_1).default; } });
5
9
  var page_notice_title_1 = require("./page-notice-title");
6
- Object.defineProperty(exports, "EbayPageNoticeTitle", { enumerable: true, get: function () { return page_notice_title_1.default; } });
10
+ Object.defineProperty(exports, "EbayPageNoticeTitle", { enumerable: true, get: function () { return __importDefault(page_notice_title_1).default; } });
7
11
  var page_notice_footer_1 = require("./page-notice-footer");
8
- Object.defineProperty(exports, "EbayPageNoticeFooter", { enumerable: true, get: function () { return page_notice_footer_1.default; } });
12
+ Object.defineProperty(exports, "EbayPageNoticeFooter", { enumerable: true, get: function () { return __importDefault(page_notice_footer_1).default; } });
9
13
  var page_notice_cta_1 = require("./page-notice-cta");
10
- Object.defineProperty(exports, "EbayPageNoticeCTA", { enumerable: true, get: function () { return page_notice_cta_1.default; } });
14
+ Object.defineProperty(exports, "EbayPageNoticeCTA", { enumerable: true, get: function () { return __importDefault(page_notice_cta_1).default; } });
11
15
  var ebay_notice_content_1 = require("../ebay-notice-base/components/ebay-notice-content");
12
16
  Object.defineProperty(exports, "EbayNoticeContent", { enumerable: true, get: function () { return ebay_notice_content_1.EbayNoticeContent; } });
@@ -1,5 +1,5 @@
1
1
  import { FC, ReactNode } from 'react';
2
- declare type Props = {
2
+ type Props = {
3
3
  className?: string;
4
4
  children?: ReactNode;
5
5
  };
@@ -1 +1 @@
1
- {"version":3,"file":"page-notice-cta.d.ts","sourceRoot":"","sources":["../../src/ebay-page-notice/page-notice-cta.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAG5C,aAAK,KAAK,GAAG;IACT,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACxB,CAAA;AAED,QAAA,MAAM,iBAAiB,EAAE,EAAE,CAAC,KAAK,CAIhC,CAAA;AAED,eAAe,iBAAiB,CAAA"}
1
+ {"version":3,"file":"page-notice-cta.d.ts","sourceRoot":"","sources":["../../src/ebay-page-notice/page-notice-cta.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAG5C,KAAK,KAAK,GAAG;IACT,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACxB,CAAA;AAED,QAAA,MAAM,iBAAiB,EAAE,EAAE,CAAC,KAAK,CAIhC,CAAA;AAED,eAAe,iBAAiB,CAAA"}
@@ -1,5 +1,5 @@
1
1
  import { FC, ReactNode } from 'react';
2
- declare type Props = {
2
+ type Props = {
3
3
  className?: string;
4
4
  children?: ReactNode;
5
5
  };
@@ -1 +1 @@
1
- {"version":3,"file":"page-notice-footer.d.ts","sourceRoot":"","sources":["../../src/ebay-page-notice/page-notice-footer.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAG5C,aAAK,KAAK,GAAG;IACT,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACxB,CAAA;AAED,QAAA,MAAM,oBAAoB,EAAE,EAAE,CAAC,KAAK,CAInC,CAAA;AAED,eAAe,oBAAoB,CAAA"}
1
+ {"version":3,"file":"page-notice-footer.d.ts","sourceRoot":"","sources":["../../src/ebay-page-notice/page-notice-footer.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAG5C,KAAK,KAAK,GAAG;IACT,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACxB,CAAA;AAED,QAAA,MAAM,oBAAoB,EAAE,EAAE,CAAC,KAAK,CAInC,CAAA;AAED,eAAe,oBAAoB,CAAA"}
@@ -1,5 +1,5 @@
1
1
  import React, { FC } from 'react';
2
- declare type Props = React.HTMLProps<HTMLHeadingElement> & {
2
+ type Props = React.HTMLProps<HTMLHeadingElement> & {
3
3
  as?: 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6';
4
4
  className?: string;
5
5
  };
@@ -1 +1 @@
1
- {"version":3,"file":"page-notice-title.d.ts","sourceRoot":"","sources":["../../src/ebay-page-notice/page-notice-title.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,EAAE,MAAM,OAAO,CAAA;AAGjC,aAAK,KAAK,GAAG,KAAK,CAAC,SAAS,CAAC,kBAAkB,CAAC,GAAG;IAC/C,EAAE,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC7C,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB,CAAA;AAED,QAAA,MAAM,mBAAmB,EAAE,EAAE,CAAC,KAAK,CAIlC,CAAA;AAED,eAAe,mBAAmB,CAAA"}
1
+ {"version":3,"file":"page-notice-title.d.ts","sourceRoot":"","sources":["../../src/ebay-page-notice/page-notice-title.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,EAAE,MAAM,OAAO,CAAA;AAGjC,KAAK,KAAK,GAAG,KAAK,CAAC,SAAS,CAAC,kBAAkB,CAAC,GAAG;IAC/C,EAAE,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC7C,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB,CAAA;AAED,QAAA,MAAM,mBAAmB,EAAE,EAAE,CAAC,KAAK,CAIlC,CAAA;AAED,eAAe,mBAAmB,CAAA"}
@@ -1,6 +1,6 @@
1
1
  import { ComponentProps, FC, KeyboardEventHandler, MouseEventHandler } from 'react';
2
- export declare type PageNoticeStatus = 'general' | 'attention' | 'confirmation' | 'information';
3
- export declare type Props = ComponentProps<'section'> & {
2
+ export type PageNoticeStatus = 'general' | 'attention' | 'confirmation' | 'information';
3
+ export type Props = ComponentProps<'section'> & {
4
4
  status?: PageNoticeStatus;
5
5
  'aria-label'?: string;
6
6
  a11yDismissText?: string;
@@ -1 +1 @@
1
- {"version":3,"file":"page-notice.d.ts","sourceRoot":"","sources":["../../src/ebay-page-notice/page-notice.tsx"],"names":[],"mappings":"AAAA,OAAc,EACV,cAAc,EACd,EAAE,EAEF,oBAAoB,EAEpB,iBAAiB,EAGpB,MAAM,OAAO,CAAA;AAMd,oBAAY,gBAAgB,GAAG,SAAS,GAAG,WAAW,GAAG,cAAc,GAAG,aAAa,CAAA;AACvF,oBAAY,KAAK,GAAG,cAAc,CAAC,SAAS,CAAC,GAAG;IAC5C,MAAM,CAAC,EAAE,gBAAgB,CAAC;IAC1B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,SAAS,CAAC,EAAE,iBAAiB,GAAG,oBAAoB,CAAC;CACxD,CAAC;AAEF,QAAA,MAAM,cAAc,EAAE,EAAE,CAAC,KAAK,CAmD7B,CAAA;AAED,eAAe,cAAc,CAAA"}
1
+ {"version":3,"file":"page-notice.d.ts","sourceRoot":"","sources":["../../src/ebay-page-notice/page-notice.tsx"],"names":[],"mappings":"AAAA,OAAc,EACV,cAAc,EACd,EAAE,EAEF,oBAAoB,EAEpB,iBAAiB,EAGpB,MAAM,OAAO,CAAA;AAMd,MAAM,MAAM,gBAAgB,GAAG,SAAS,GAAG,WAAW,GAAG,cAAc,GAAG,aAAa,CAAA;AACvF,MAAM,MAAM,KAAK,GAAG,cAAc,CAAC,SAAS,CAAC,GAAG;IAC5C,MAAM,CAAC,EAAE,gBAAgB,CAAC;IAC1B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,SAAS,CAAC,EAAE,iBAAiB,GAAG,oBAAoB,CAAC;CACxD,CAAC;AAEF,QAAA,MAAM,cAAc,EAAE,EAAE,CAAC,KAAK,CAmD7B,CAAA;AAED,eAAe,cAAc,CAAA"}
@@ -12,7 +12,11 @@ var __assign = (this && this.__assign) || function () {
12
12
  };
13
13
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
14
14
  if (k2 === undefined) k2 = k;
15
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
15
+ var desc = Object.getOwnPropertyDescriptor(m, k);
16
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
17
+ desc = { enumerable: true, get: function() { return m[k]; } };
18
+ }
19
+ Object.defineProperty(o, k2, desc);
16
20
  }) : (function(o, m, k, k2) {
17
21
  if (k2 === undefined) k2 = k;
18
22
  o[k2] = m[k];
@@ -25,7 +29,7 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
25
29
  var __importStar = (this && this.__importStar) || function (mod) {
26
30
  if (mod && mod.__esModule) return mod;
27
31
  var result = {};
28
- if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
32
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
29
33
  __setModuleDefault(result, mod);
30
34
  return result;
31
35
  };
@@ -51,7 +55,7 @@ var ebay_icon_1 = require("../ebay-icon");
51
55
  var index_1 = require("./index");
52
56
  var EbayPageNotice = function (_a) {
53
57
  var id = _a.id, _b = _a.status, status = _b === void 0 ? 'general' : _b, children = _a.children, a11yDismissText = _a.a11yDismissText, ariaLabel = _a["aria-label"], _c = _a.onDismiss, onDismiss = _c === void 0 ? function () { } : _c, rest = __rest(_a, ["id", "status", "children", "a11yDismissText", 'aria-label', "onDismiss"]);
54
- var _d = react_1.useState(false), dismissed = _d[0], setDismissed = _d[1];
58
+ var _d = (0, react_1.useState)(false), dismissed = _d[0], setDismissed = _d[1];
55
59
  var childrenArray = react_1.default.Children.toArray(children);
56
60
  var content = childrenArray.find(function (child) { return child.type === ebay_notice_content_1.EbayNoticeContent; });
57
61
  if (!content) {
@@ -61,9 +65,9 @@ var EbayPageNotice = function (_a) {
61
65
  setDismissed(true);
62
66
  onDismiss(event);
63
67
  };
64
- return dismissed ? null : (react_1.default.createElement("section", __assign({}, rest, { "aria-labelledby": id || status + "-status", className: "page-notice " + (status !== "general" ? "page-notice--" + status : ""), role: "region" }),
65
- status !== "general" ? (react_1.default.createElement("div", { className: "page-notice__header", id: id || status + "-status" },
66
- react_1.default.createElement(ebay_icon_1.EbayIcon, { name: status + "Filled16", a11yText: ariaLabel, a11yVariant: "label" }))) : null,
68
+ return dismissed ? null : (react_1.default.createElement("section", __assign({}, rest, { "aria-labelledby": id || "".concat(status, "-status"), className: "page-notice ".concat(status !== "general" ? "page-notice--".concat(status) : ""), role: "region" }),
69
+ status !== "general" ? (react_1.default.createElement("div", { className: "page-notice__header", id: id || "".concat(status, "-status") },
70
+ react_1.default.createElement(ebay_icon_1.EbayIcon, { name: "".concat(status, "Filled16"), a11yText: ariaLabel, a11yVariant: "label" }))) : null,
67
71
  react_1.default.createElement(notice_content_1.default, __assign({}, content.props, { type: "page" })),
68
72
  children,
69
73
  a11yDismissText && (react_1.default.createElement(index_1.EbayPageNoticeFooter, null,
@@ -1,6 +1,10 @@
1
1
  "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
2
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.EbayPaginationItem = exports.EbayPagination = void 0;
3
7
  var pagination_1 = require("./pagination");
4
- Object.defineProperty(exports, "EbayPagination", { enumerable: true, get: function () { return pagination_1.default; } });
8
+ Object.defineProperty(exports, "EbayPagination", { enumerable: true, get: function () { return __importDefault(pagination_1).default; } });
5
9
  var pagination_item_1 = require("./pagination-item");
6
- Object.defineProperty(exports, "EbayPaginationItem", { enumerable: true, get: function () { return pagination_item_1.default; } });
10
+ Object.defineProperty(exports, "EbayPaginationItem", { enumerable: true, get: function () { return __importDefault(pagination_item_1).default; } });
@@ -1,8 +1,8 @@
1
1
  import React, { Key, ReactNode, RefObject, StyleHTMLAttributes, ComponentProps } from 'react';
2
2
  import { EbayEventHandler } from '../common/event-utils/types';
3
- export declare type PaginationItemType = 'previous' | 'next' | 'page' | 'separator';
4
- declare type HtmlProps = Omit<ComponentProps<'button'>, 'type'> & ComponentProps<'a'> & ComponentProps<'li'>;
5
- export declare type PaginationItemProps = HtmlProps & {
3
+ export type PaginationItemType = 'previous' | 'next' | 'page' | 'separator';
4
+ type HtmlProps = Omit<ComponentProps<'button'>, 'type'> & ComponentProps<'a'> & ComponentProps<'li'>;
5
+ export type PaginationItemProps = HtmlProps & {
6
6
  pageIndex?: number;
7
7
  key?: Key;
8
8
  type?: PaginationItemType;
@@ -22,6 +22,6 @@ export declare type PaginationItemProps = HtmlProps & {
22
22
  forwardedRef?: RefObject<HTMLAnchorElement & HTMLButtonElement>;
23
23
  children?: ReactNode;
24
24
  };
25
- declare const _default: React.ForwardRefExoticComponent<Pick<PaginationItemProps, "form" | "slot" | "style" | "title" | "type" | "key" | "value" | "className" | "disabled" | "placeholder" | "children" | "dir" | "autoFocus" | "download" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "href" | "hrefLang" | "media" | "name" | "rel" | "target" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "forwardedRef" | "ping" | "referrerPolicy" | "a11yPreviousText" | "a11yNextText" | "onNext" | "onPrevious" | "hide" | "current" | "pageIndex"> & React.RefAttributes<React.FC<PaginationItemProps>>>;
25
+ declare const _default: React.ForwardRefExoticComponent<Pick<PaginationItemProps, "form" | "slot" | "style" | "title" | "forwardedRef" | "type" | "key" | "value" | "className" | "disabled" | "placeholder" | "children" | "name" | "current" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "autoFocus" | "download" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "href" | "hrefLang" | "media" | "rel" | "target" | "ping" | "referrerPolicy" | "a11yPreviousText" | "a11yNextText" | "onNext" | "onPrevious" | "hide" | "pageIndex"> & React.RefAttributes<React.FC<PaginationItemProps>>>;
26
26
  export default _default;
27
27
  //# sourceMappingURL=pagination-item.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"pagination-item.d.ts","sourceRoot":"","sources":["../../src/ebay-pagination/pagination-item.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAM,GAAG,EAAE,SAAS,EAAE,SAAS,EAAE,mBAAmB,EAAE,cAAc,EAAE,MAAM,OAAO,CAAA;AAIjG,OAAO,EAAE,gBAAgB,EAAE,MAAM,6BAA6B,CAAA;AAE9D,oBAAY,kBAAkB,GAAG,UAAU,GAAG,MAAM,GAAG,MAAM,GAAG,WAAW,CAAA;AAC3E,aAAK,SAAS,GAAG,IAAI,CAAC,cAAc,CAAC,QAAQ,CAAC,EAAE,MAAM,CAAC,GAAG,cAAc,CAAC,GAAG,CAAC,GAAG,cAAc,CAAC,IAAI,CAAC,CAAA;AACpG,oBAAY,mBAAmB,GAAG,SAAS,GAAG;IAC1C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,GAAG,CAAC,EAAE,GAAG,CAAC;IACV,IAAI,CAAC,EAAE,kBAAkB,CAAC;IAC1B,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,UAAU,CAAC,EAAE,gBAAgB,CAAC;IAC9B,MAAM,CAAC,EAAE,gBAAgB,CAAC;IAC1B,QAAQ,CAAC,EAAE,gBAAgB,CAAC;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;IAC9D,KAAK,CAAC,EAAE,mBAAmB,CAAC,iBAAiB,GAAG,iBAAiB,CAAC,CAAC;IACnE,YAAY,CAAC,EAAE,SAAS,CAAC,iBAAiB,GAAG,iBAAiB,CAAC,CAAC;IAChE,QAAQ,CAAC,EAAE,SAAS,CAAC;CACxB,CAAC;;AAqGF,wBAAiD"}
1
+ {"version":3,"file":"pagination-item.d.ts","sourceRoot":"","sources":["../../src/ebay-pagination/pagination-item.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAM,GAAG,EAAE,SAAS,EAAE,SAAS,EAAE,mBAAmB,EAAE,cAAc,EAAE,MAAM,OAAO,CAAA;AAIjG,OAAO,EAAE,gBAAgB,EAAE,MAAM,6BAA6B,CAAA;AAE9D,MAAM,MAAM,kBAAkB,GAAG,UAAU,GAAG,MAAM,GAAG,MAAM,GAAG,WAAW,CAAA;AAC3E,KAAK,SAAS,GAAG,IAAI,CAAC,cAAc,CAAC,QAAQ,CAAC,EAAE,MAAM,CAAC,GAAG,cAAc,CAAC,GAAG,CAAC,GAAG,cAAc,CAAC,IAAI,CAAC,CAAA;AACpG,MAAM,MAAM,mBAAmB,GAAG,SAAS,GAAG;IAC1C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,GAAG,CAAC,EAAE,GAAG,CAAC;IACV,IAAI,CAAC,EAAE,kBAAkB,CAAC;IAC1B,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,UAAU,CAAC,EAAE,gBAAgB,CAAC;IAC9B,MAAM,CAAC,EAAE,gBAAgB,CAAC;IAC1B,QAAQ,CAAC,EAAE,gBAAgB,CAAC;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;IAC9D,KAAK,CAAC,EAAE,mBAAmB,CAAC,iBAAiB,GAAG,iBAAiB,CAAC,CAAC;IACnE,YAAY,CAAC,EAAE,SAAS,CAAC,iBAAiB,GAAG,iBAAiB,CAAC,CAAC;IAChE,QAAQ,CAAC,EAAE,SAAS,CAAC;CACxB,CAAC;;AAqGF,wBAAiD"}
@@ -51,10 +51,10 @@ var EbayPaginationItem = function (_a) {
51
51
  var arrowStyle = __assign(__assign({}, style), { minWidth: '40px' });
52
52
  switch (type) {
53
53
  case 'previous':
54
- return (react_1.default.createElement(ButtonOrAnchor, __assign({}, rest, { ref: forwardedRef, "aria-disabled": disabled ? 'true' : undefined, "aria-label": a11yPreviousText, href: disabled ? undefined : href, className: classnames_1.default(iconClassName, 'pagination__previous'), style: arrowStyle, onClick: handlePreviousPage }),
54
+ return (react_1.default.createElement(ButtonOrAnchor, __assign({}, rest, { ref: forwardedRef, "aria-disabled": disabled ? 'true' : undefined, "aria-label": a11yPreviousText, href: disabled ? undefined : href, className: (0, classnames_1.default)(iconClassName, 'pagination__previous'), style: arrowStyle, onClick: handlePreviousPage }),
55
55
  react_1.default.createElement(ebay_icon_1.EbayIcon, { name: "arrowLeft16" })));
56
56
  case 'next':
57
- return (react_1.default.createElement(ButtonOrAnchor, __assign({}, rest, { ref: forwardedRef, "aria-disabled": disabled ? 'true' : undefined, "aria-label": a11yNextText, href: disabled ? undefined : href, className: classnames_1.default(iconClassName, 'pagination__next'), style: arrowStyle, onClick: handleNextPage }),
57
+ return (react_1.default.createElement(ButtonOrAnchor, __assign({}, rest, { ref: forwardedRef, "aria-disabled": disabled ? 'true' : undefined, "aria-label": a11yNextText, href: disabled ? undefined : href, className: (0, classnames_1.default)(iconClassName, 'pagination__next'), style: arrowStyle, onClick: handleNextPage }),
58
58
  react_1.default.createElement(ebay_icon_1.EbayIcon, { name: "arrowRight16" })));
59
59
  case 'separator':
60
60
  return (react_1.default.createElement("span", { key: key, style: style, className: "pagination__item", ref: forwardedRef, role: "separator" }, children));
@@ -63,4 +63,4 @@ var EbayPaginationItem = function (_a) {
63
63
  react_1.default.createElement(ButtonOrAnchor, { ref: forwardedRef, "aria-current": current ? 'page' : undefined, href: href, className: "pagination__item", style: style, key: key, onClick: handlePageNumber }, children)));
64
64
  }
65
65
  };
66
- exports.default = component_utils_1.withForwardRef(EbayPaginationItem);
66
+ exports.default = (0, component_utils_1.withForwardRef)(EbayPaginationItem);
@@ -1,7 +1,7 @@
1
1
  import { ComponentProps, FC } from 'react';
2
2
  import { PaginationVariant } from './types';
3
3
  import { EbayEventHandler } from '../common/event-utils/types';
4
- export declare type PaginationProps = Omit<ComponentProps<'nav'>, 'onSelect'> & {
4
+ export type PaginationProps = Omit<ComponentProps<'nav'>, 'onSelect'> & {
5
5
  id?: string;
6
6
  a11yPreviousText?: string;
7
7
  a11yNextText?: string;
@@ -1 +1 @@
1
- {"version":3,"file":"pagination.d.ts","sourceRoot":"","sources":["../../src/ebay-pagination/pagination.tsx"],"names":[],"mappings":"AAAA,OAAc,EACA,cAAc,EAAE,EAAE,EAG/B,MAAM,OAAO,CAAA;AAUd,OAAO,EAAa,iBAAiB,EAAE,MAAM,SAAS,CAAA;AAEtD,OAAO,EAAE,gBAAgB,EAAE,MAAM,6BAA6B,CAAA;AAE9D,oBAAY,eAAe,GAAG,IAAI,CAAC,cAAc,CAAC,KAAK,CAAC,EAAE,UAAU,CAAC,GAAG;IACpE,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,UAAU,CAAC,EAAE,gBAAgB,CAAC;IAC9B,MAAM,CAAC,EAAE,gBAAgB,CAAC;IAC1B,QAAQ,CAAC,EAAE,gBAAgB,CAAC;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;IAC9D,OAAO,CAAC,EAAE,iBAAiB,CAAC;IAC5B,KAAK,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF,QAAA,MAAM,cAAc,EAAE,EAAE,CAAC,eAAe,CAiKvC,CAAA;AAED,eAAe,cAAc,CAAA"}
1
+ {"version":3,"file":"pagination.d.ts","sourceRoot":"","sources":["../../src/ebay-pagination/pagination.tsx"],"names":[],"mappings":"AAAA,OAAc,EACA,cAAc,EAAE,EAAE,EAG/B,MAAM,OAAO,CAAA;AAUd,OAAO,EAAa,iBAAiB,EAAE,MAAM,SAAS,CAAA;AAEtD,OAAO,EAAE,gBAAgB,EAAE,MAAM,6BAA6B,CAAA;AAE9D,MAAM,MAAM,eAAe,GAAG,IAAI,CAAC,cAAc,CAAC,KAAK,CAAC,EAAE,UAAU,CAAC,GAAG;IACpE,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,UAAU,CAAC,EAAE,gBAAgB,CAAC;IAC9B,MAAM,CAAC,EAAE,gBAAgB,CAAC;IAC1B,QAAQ,CAAC,EAAE,gBAAgB,CAAC;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;IAC9D,OAAO,CAAC,EAAE,iBAAiB,CAAC;IAC5B,KAAK,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF,QAAA,MAAM,cAAc,EAAE,EAAE,CAAC,eAAe,CAiKvC,CAAA;AAED,eAAe,cAAc,CAAA"}
@@ -12,7 +12,11 @@ var __assign = (this && this.__assign) || function () {
12
12
  };
13
13
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
14
14
  if (k2 === undefined) k2 = k;
15
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
15
+ var desc = Object.getOwnPropertyDescriptor(m, k);
16
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
17
+ desc = { enumerable: true, get: function() { return m[k]; } };
18
+ }
19
+ Object.defineProperty(o, k2, desc);
16
20
  }) : (function(o, m, k, k2) {
17
21
  if (k2 === undefined) k2 = k;
18
22
  o[k2] = m[k];
@@ -25,7 +29,7 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
25
29
  var __importStar = (this && this.__importStar) || function (mod) {
26
30
  if (mod && mod.__esModule) return mod;
27
31
  var result = {};
28
- if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
32
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
29
33
  __setModuleDefault(result, mod);
30
34
  return result;
31
35
  };
@@ -40,12 +44,14 @@ var __rest = (this && this.__rest) || function (s, e) {
40
44
  }
41
45
  return t;
42
46
  };
43
- var __spreadArrays = (this && this.__spreadArrays) || function () {
44
- for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;
45
- for (var r = Array(s), k = 0, i = 0; i < il; i++)
46
- for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)
47
- r[k] = a[j];
48
- return r;
47
+ var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
48
+ if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
49
+ if (ar || !(i in from)) {
50
+ if (!ar) ar = Array.prototype.slice.call(from, 0, i);
51
+ ar[i] = from[i];
52
+ }
53
+ }
54
+ return to.concat(ar || Array.prototype.slice.call(from));
49
55
  };
50
56
  var __importDefault = (this && this.__importDefault) || function (mod) {
51
57
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -60,15 +66,15 @@ var component_utils_1 = require("../common/component-utils");
60
66
  var ebay_icon_1 = require("../ebay-icon");
61
67
  var EbayPagination = function (_a) {
62
68
  var _b = _a.id, id = _b === void 0 ? 'ebay-pagination' : _b, className = _a.className, _c = _a.a11yCurrentText, a11yCurrentText = _c === void 0 ? 'Pagination - Current Page' : _c, _d = _a.a11yPreviousText, a11yPreviousText = _d === void 0 ? 'Previous page' : _d, _e = _a.a11yNextText, a11yNextText = _e === void 0 ? 'Next page' : _e, _f = _a.variant, variant = _f === void 0 ? 'show-range' : _f, _g = _a.fluid, fluid = _g === void 0 ? false : _g, _h = _a.onPrevious, onPrevious = _h === void 0 ? function () { } : _h, _j = _a.onNext, onNext = _j === void 0 ? function () { } : _j, _k = _a.onSelect, onSelect = _k === void 0 ? function () { } : _k, children = _a.children, rest = __rest(_a, ["id", "className", "a11yCurrentText", "a11yPreviousText", "a11yNextText", "variant", "fluid", "onPrevious", "onNext", "onSelect", "children"]);
63
- var paginationContainerRef = react_1.useRef(null);
64
- var childPageRefs = react_1.useRef([]);
69
+ var paginationContainerRef = (0, react_1.useRef)(null);
70
+ var childPageRefs = (0, react_1.useRef)([]);
65
71
  childPageRefs.current = react_1.Children.map(children, react_1.createRef);
66
- var totalPages = component_utils_1.filterBy(children, function (_a) {
72
+ var totalPages = (0, component_utils_1.filterBy)(children, function (_a) {
67
73
  var props = _a.props;
68
74
  return props.type === undefined || props.type === 'page';
69
75
  }).length;
70
- var itemWidthRef = react_1.useRef(0);
71
- var arrowWidthRef = react_1.useRef(0);
76
+ var itemWidthRef = (0, react_1.useRef)(0);
77
+ var arrowWidthRef = (0, react_1.useRef)(0);
72
78
  var getNumOfVisiblePageItems = function () {
73
79
  var _a, _b, _c, _d;
74
80
  var pageArrowWidth = arrowWidthRef.current || ((_b = (_a = childPageRefs.current[0]) === null || _a === void 0 ? void 0 : _a.current) === null || _b === void 0 ? void 0 : _b.offsetWidth);
@@ -76,25 +82,25 @@ var EbayPagination = function (_a) {
76
82
  var pageItemWidth = itemWidthRef.current || ((_d = (_c = childPageRefs.current[1]) === null || _c === void 0 ? void 0 : _c.current) === null || _d === void 0 ? void 0 : _d.offsetWidth);
77
83
  itemWidthRef.current = pageItemWidth; // cache item width since it should be static
78
84
  return pageItemWidth ?
79
- Math.floor((helpers_1.getMaxWidth(paginationContainerRef.current) - pageArrowWidth * 2) / pageItemWidth) :
85
+ Math.floor(((0, helpers_1.getMaxWidth)(paginationContainerRef.current) - pageArrowWidth * 2) / pageItemWidth) :
80
86
  0;
81
87
  };
82
- var _l = react_1.useState([]), page = _l[0], setPage = _l[1];
83
- var _m = react_1.useState(0), selectedIndex = _m[0], setSelectedIndex = _m[1];
88
+ var _l = (0, react_1.useState)([]), page = _l[0], setPage = _l[1];
89
+ var _m = (0, react_1.useState)(0), selectedIndex = _m[0], setSelectedIndex = _m[1];
84
90
  // selectedPageIndexFromDotMenu: override pageIndex on pagination with dot menu value
85
91
  var updatePages = function (selectedPageIndexFromDotMenu) {
86
92
  var selectedPageIndex = selectedPageIndexFromDotMenu || childPageRefs.current.findIndex(function (pageRef) { var _a; return ((_a = pageRef.current) === null || _a === void 0 ? void 0 : _a.getAttribute('aria-current')) === 'page'; });
87
93
  var visiblePageItems = getNumOfVisiblePageItems();
88
- var pageState = helpers_1.calcPageState(selectedPageIndex, visiblePageItems, totalPages, variant);
94
+ var pageState = (0, helpers_1.calcPageState)(selectedPageIndex, visiblePageItems, totalPages, variant);
89
95
  setSelectedIndex(selectedPageIndex);
90
- setPage(__spreadArrays(['hidden'], pageState));
96
+ setPage(__spreadArray(['hidden'], pageState, true));
91
97
  };
92
- react_1.useEffect(function () {
93
- var debouncedUpdate = debounce_1.debounce(updatePages, 16);
98
+ (0, react_1.useEffect)(function () {
99
+ var debouncedUpdate = (0, debounce_1.debounce)(updatePages, 16);
94
100
  updatePages();
95
- window.addEventListener('resize', debouncedUpdate);
101
+ window.addEventListener('resize', function () { return debouncedUpdate(); });
96
102
  return function () {
97
- window.removeEventListener('resize', debouncedUpdate);
103
+ window.removeEventListener('resize', function () { return debouncedUpdate(); });
98
104
  };
99
105
  }, [children]);
100
106
  var createChildItems = function (itemType) {
@@ -107,17 +113,23 @@ var EbayPagination = function (_a) {
107
113
  return react_1.Children.map(children, function (item, index) {
108
114
  var _a = item.props, _b = _a.type, type = _b === void 0 ? 'page' : _b, current = _a.current, disabled = _a.disabled, href = _a.href, text = _a.children;
109
115
  var isDot = page[index] === 'dots';
110
- var key = id + "-item-" + index;
116
+ var key = "".concat(id, "-item-").concat(index);
111
117
  var hide = page[index] === 'hidden';
112
118
  var isSeparator = isDot && type === 'page';
113
119
  var newProps = {
114
- current: current, disabled: disabled, href: href,
120
+ current: current,
121
+ disabled: disabled,
122
+ href: href,
115
123
  type: isSeparator ? 'separator' : type,
116
124
  children: isDot ? react_1.default.createElement(ebay_icon_1.EbayIcon, { name: "overflowHorizontal24", focusable: false }) : text,
117
125
  pageIndex: type === 'page' ? pageIndex++ : undefined,
118
126
  key: key,
119
127
  hide: hide,
120
- onPrevious: onPrevious, onNext: onNext, onSelect: onSelect, a11yPreviousText: a11yPreviousText, a11yNextText: a11yNextText,
128
+ onPrevious: onPrevious,
129
+ onNext: onNext,
130
+ onSelect: onSelect,
131
+ a11yPreviousText: a11yPreviousText,
132
+ a11yNextText: a11yNextText,
121
133
  ref: childPageRefs.current[index]
122
134
  };
123
135
  // include hidden numbers & number of (...)itself
@@ -149,11 +161,11 @@ var EbayPagination = function (_a) {
149
161
  react_1.default.createElement("span", { className: "pagination__item", role: "separator" },
150
162
  react_1.default.createElement(ebay_fake_menu_button_1.EbayFakeMenuButton, { a11yText: "Menu", borderless: true, variant: "overflow", noToggleIcon: true }, childComponent))));
151
163
  }
152
- return itemType === type ? react_1.cloneElement(item, newProps) : null;
164
+ return itemType === type ? (0, react_1.cloneElement)(item, newProps) : null;
153
165
  });
154
166
  };
155
- var headingId = id + "-pagination-heading";
156
- return (react_1.default.createElement("nav", __assign({}, rest, { role: "navigation", className: classnames_1.default(className, 'pagination', { 'pagination--fluid': fluid }), "aria-labelledby": headingId, ref: paginationContainerRef }),
167
+ var headingId = "".concat(id, "-pagination-heading");
168
+ return (react_1.default.createElement("nav", __assign({}, rest, { role: "navigation", className: (0, classnames_1.default)(className, 'pagination', { 'pagination--fluid': fluid }), "aria-labelledby": headingId, ref: paginationContainerRef }),
157
169
  react_1.default.createElement("span", { "aria-live": "polite", role: "status" },
158
170
  react_1.default.createElement("h2", { className: "clipped", id: headingId }, a11yCurrentText)),
159
171
  createChildItems('previous'),
@@ -1,3 +1,3 @@
1
- export declare type ItemState = 'visible' | 'hidden' | 'dots';
2
- export declare type PaginationVariant = 'show-last' | 'show-range' | 'overflow';
1
+ export type ItemState = 'visible' | 'hidden' | 'dots';
2
+ export type PaginationVariant = 'show-last' | 'show-range' | 'overflow';
3
3
  //# sourceMappingURL=types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/ebay-pagination/types.ts"],"names":[],"mappings":"AAAA,oBAAY,SAAS,GAAG,SAAS,GAAG,QAAQ,GAAG,MAAM,CAAA;AACrD,oBAAY,iBAAiB,GAAG,WAAW,GAAG,YAAY,GAAG,UAAU,CAAA"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/ebay-pagination/types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,SAAS,GAAG,SAAS,GAAG,QAAQ,GAAG,MAAM,CAAA;AACrD,MAAM,MAAM,iBAAiB,GAAG,WAAW,GAAG,YAAY,GAAG,UAAU,CAAA"}
@@ -1,4 +1,8 @@
1
1
  "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
2
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.EbayPanelDialog = void 0;
3
7
  var panel_dialog_1 = require("./panel-dialog");
4
- Object.defineProperty(exports, "EbayPanelDialog", { enumerable: true, get: function () { return panel_dialog_1.default; } });
8
+ Object.defineProperty(exports, "EbayPanelDialog", { enumerable: true, get: function () { return __importDefault(panel_dialog_1).default; } });
@@ -1,6 +1,6 @@
1
1
  import { FC } from 'react';
2
2
  import { DialogBaseProps } from '../ebay-dialog-base';
3
- declare type Position = 'start' | 'end';
3
+ type Position = 'start' | 'end';
4
4
  export interface Props<T = any> extends DialogBaseProps<T> {
5
5
  open?: boolean;
6
6
  animated?: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"panel-dialog.d.ts","sourceRoot":"","sources":["../../src/ebay-panel-dialog/panel-dialog.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,EAAE,EAAE,MAAM,OAAO,CAAA;AAEjC,OAAO,EAAE,eAAe,EAAuB,MAAM,qBAAqB,CAAA;AAI1E,aAAK,QAAQ,GAAG,OAAO,GAAG,KAAK,CAAA;AAE/B,MAAM,WAAW,KAAK,CAAC,CAAC,GAAG,GAAG,CAAE,SAAQ,eAAe,CAAC,CAAC,CAAC;IACxD,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,QAAA,MAAM,eAAe,EAAE,EAAE,CAAC,KAAK,CAsB9B,CAAA;AAED,eAAe,eAAe,CAAA"}
1
+ {"version":3,"file":"panel-dialog.d.ts","sourceRoot":"","sources":["../../src/ebay-panel-dialog/panel-dialog.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,EAAE,EAAE,MAAM,OAAO,CAAA;AAEjC,OAAO,EAAE,eAAe,EAAuB,MAAM,qBAAqB,CAAA;AAI1E,KAAK,QAAQ,GAAG,OAAO,GAAG,KAAK,CAAA;AAE/B,MAAM,WAAW,KAAK,CAAC,CAAC,GAAG,GAAG,CAAE,SAAQ,eAAe,CAAC,CAAC,CAAC;IACxD,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,QAAA,MAAM,eAAe,EAAE,EAAE,CAAC,KAAK,CAsB9B,CAAA;AAED,eAAe,eAAe,CAAA"}
@@ -32,8 +32,8 @@ var classPrefix = 'panel-dialog';
32
32
  var EbayPanelDialog = function (_a) {
33
33
  var _b, _c;
34
34
  var open = _a.open, animated = _a.animated, _d = _a.position, position = _d === void 0 ? 'start' : _d, _e = _a.onClose, onClose = _e === void 0 ? function () { } : _e, className = _a.className, rest = __rest(_a, ["open", "animated", "position", "onClose", "className"]);
35
- return (react_1.default.createElement(ebay_dialog_base_1.DialogBaseWithState, __assign({}, rest, { "aria-label": "Infotip", classPrefix: classPrefix, buttonPosition: "right", onCloseBtnClick: onClose, onBackgroundClick: onClose, animated: animated, className: classnames_1.default(className, (_b = {}, _b[classPrefix + "--mask-fade-slow"] = animated, _b)), windowClass: classnames_1.default(classPrefix + "__window--slide", (_c = {},
36
- _c[classPrefix + "__window--end"] = position === 'end',
35
+ return (react_1.default.createElement(ebay_dialog_base_1.DialogBaseWithState, __assign({}, rest, { "aria-label": "Infotip", classPrefix: classPrefix, buttonPosition: "right", onCloseBtnClick: onClose, onBackgroundClick: onClose, animated: animated, className: (0, classnames_1.default)(className, (_b = {}, _b["".concat(classPrefix, "--mask-fade-slow")] = animated, _b)), windowClass: (0, classnames_1.default)("".concat(classPrefix, "__window--slide"), (_c = {},
36
+ _c["".concat(classPrefix, "__window--end")] = position === 'end',
37
37
  _c)), open: open })));
38
38
  };
39
39
  exports.default = EbayPanelDialog;
@@ -1,4 +1,8 @@
1
1
  "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
2
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.EbayProgressBar = void 0;
3
7
  var progress_bar_1 = require("./progress-bar");
4
- Object.defineProperty(exports, "EbayProgressBar", { enumerable: true, get: function () { return progress_bar_1.default; } });
8
+ Object.defineProperty(exports, "EbayProgressBar", { enumerable: true, get: function () { return __importDefault(progress_bar_1).default; } });
@@ -1,5 +1,5 @@
1
1
  import { ComponentProps, FC } from 'react';
2
- export declare type EbayProgressBarProps = ComponentProps<'progress'> & {
2
+ export type EbayProgressBarProps = ComponentProps<'progress'> & {
3
3
  fluid?: boolean;
4
4
  };
5
5
  declare const EbayProgressBar: FC<EbayProgressBarProps>;
@@ -1 +1 @@
1
- {"version":3,"file":"progress-bar.d.ts","sourceRoot":"","sources":["../../src/ebay-progress-bar/progress-bar.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,cAAc,EAAE,EAAE,EAAE,MAAM,OAAO,CAAA;AAGjD,oBAAY,oBAAoB,GAAG,cAAc,CAAC,UAAU,CAAC,GAAG;IAC5D,KAAK,CAAC,EAAE,OAAO,CAAC;CACnB,CAAA;AAED,QAAA,MAAM,eAAe,EAAE,EAAE,CAAC,oBAAoB,CAa7C,CAAA;AAED,eAAe,eAAe,CAAA"}
1
+ {"version":3,"file":"progress-bar.d.ts","sourceRoot":"","sources":["../../src/ebay-progress-bar/progress-bar.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,cAAc,EAAE,EAAE,EAAE,MAAM,OAAO,CAAA;AAGjD,MAAM,MAAM,oBAAoB,GAAG,cAAc,CAAC,UAAU,CAAC,GAAG;IAC5D,KAAK,CAAC,EAAE,OAAO,CAAC;CACnB,CAAA;AAED,QAAA,MAAM,eAAe,EAAE,EAAE,CAAC,oBAAoB,CAa7C,CAAA;AAED,eAAe,eAAe,CAAA"}
@@ -29,6 +29,6 @@ var react_1 = __importDefault(require("react"));
29
29
  var classnames_1 = __importDefault(require("classnames"));
30
30
  var EbayProgressBar = function (_a) {
31
31
  var _b = _a.value, value = _b === void 0 ? 0 : _b, _c = _a.max, max = _c === void 0 ? 100 : _c, fluid = _a.fluid, className = _a.className, rest = __rest(_a, ["value", "max", "fluid", "className"]);
32
- return (react_1.default.createElement("progress", __assign({}, rest, { className: classnames_1.default('progress-bar', className, { 'progress-bar--fluid': fluid }), value: value, max: max })));
32
+ return (react_1.default.createElement("progress", __assign({}, rest, { className: (0, classnames_1.default)('progress-bar', className, { 'progress-bar--fluid': fluid }), value: value, max: max })));
33
33
  };
34
34
  exports.default = EbayProgressBar;
@@ -1,4 +1,8 @@
1
1
  "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
2
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.EbayProgressSpinner = void 0;
3
7
  var progress_spinner_1 = require("./progress-spinner");
4
- Object.defineProperty(exports, "EbayProgressSpinner", { enumerable: true, get: function () { return progress_spinner_1.default; } });
8
+ Object.defineProperty(exports, "EbayProgressSpinner", { enumerable: true, get: function () { return __importDefault(progress_spinner_1).default; } });
@@ -1,10 +1,10 @@
1
1
  import { ComponentProps, FC } from 'react';
2
- export declare type SpinnerSize = 'default' | 'small' | 'large';
3
- declare type EbayProgressSpinnerProps = {
2
+ export type SpinnerSize = 'default' | 'small' | 'large';
3
+ type EbayProgressSpinnerProps = {
4
4
  size?: SpinnerSize;
5
5
  'aria-label'?: string;
6
6
  };
7
- declare type SpanProps = Omit<ComponentProps<'span'>, 'size'>;
7
+ type SpanProps = Omit<ComponentProps<'span'>, 'size'>;
8
8
  declare const EbayProgressSpinner: FC<SpanProps & EbayProgressSpinnerProps>;
9
9
  export default EbayProgressSpinner;
10
10
  //# sourceMappingURL=progress-spinner.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"progress-spinner.d.ts","sourceRoot":"","sources":["../../src/ebay-progress-spinner/progress-spinner.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,cAAc,EAAE,EAAE,EAAE,MAAM,OAAO,CAAA;AAIjD,oBAAY,WAAW,GAAG,SAAS,GAAG,OAAO,GAAG,OAAO,CAAA;AAEvD,aAAK,wBAAwB,GAAG;IAC5B,IAAI,CAAC,EAAE,WAAW,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;CACzB,CAAA;AAED,aAAK,SAAS,GAAG,IAAI,CAAC,cAAc,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC,CAAC;AAQtD,QAAA,MAAM,mBAAmB,EAAE,EAAE,CAAC,SAAS,GAAG,wBAAwB,CAcjE,CAAA;AAED,eAAe,mBAAmB,CAAA"}
1
+ {"version":3,"file":"progress-spinner.d.ts","sourceRoot":"","sources":["../../src/ebay-progress-spinner/progress-spinner.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,cAAc,EAAE,EAAE,EAAE,MAAM,OAAO,CAAA;AAIjD,MAAM,MAAM,WAAW,GAAG,SAAS,GAAG,OAAO,GAAG,OAAO,CAAA;AAEvD,KAAK,wBAAwB,GAAG;IAC5B,IAAI,CAAC,EAAE,WAAW,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;CACzB,CAAA;AAED,KAAK,SAAS,GAAG,IAAI,CAAC,cAAc,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC,CAAC;AAQtD,QAAA,MAAM,mBAAmB,EAAE,EAAE,CAAC,SAAS,GAAG,wBAAwB,CAcjE,CAAA;AAED,eAAe,mBAAmB,CAAA"}
@@ -35,7 +35,7 @@ var sizeClass = {
35
35
  };
36
36
  var EbayProgressSpinner = function (_a) {
37
37
  var _b = _a.size, size = _b === void 0 ? 'default' : _b, _c = _a["aria-label"], ariaLabel = _c === void 0 ? 'Busy' : _c, className = _a.className, rest = __rest(_a, ["size", 'aria-label', "className"]);
38
- return (react_1.default.createElement("span", __assign({}, rest, { className: classnames_1.default('progress-spinner', sizeClass[size], className), "aria-label": ariaLabel, role: "img" }),
38
+ return (react_1.default.createElement("span", __assign({}, rest, { className: (0, classnames_1.default)('progress-spinner', sizeClass[size], className), "aria-label": ariaLabel, role: "img" }),
39
39
  react_1.default.createElement(ebay_icon_1.EbayIcon, { name: "spinner24" })));
40
40
  };
41
41
  exports.default = EbayProgressSpinner;
@@ -1,6 +1,6 @@
1
1
  import { FC, ReactNode } from 'react';
2
2
  import { StepState } from './types';
3
- export declare type EbayProgressStepProps = {
3
+ export type EbayProgressStepProps = {
4
4
  state?: StepState;
5
5
  current?: boolean;
6
6
  className?: string;
@@ -1 +1 @@
1
- {"version":3,"file":"ebay-progress-step.d.ts","sourceRoot":"","sources":["../../src/ebay-progress-stepper/ebay-progress-step.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAY,EAAE,EAAgB,SAAS,EAAE,MAAM,OAAO,CAAA;AAGpE,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAA;AAGnC,oBAAY,qBAAqB,GAAG;IAChC,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACxB,CAAA;AASD,QAAA,MAAM,gBAAgB,EAAE,EAAE,CAAC,qBAAqB,CAmC/C,CAAA;AAED,eAAe,gBAAgB,CAAA"}
1
+ {"version":3,"file":"ebay-progress-step.d.ts","sourceRoot":"","sources":["../../src/ebay-progress-stepper/ebay-progress-step.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAY,EAAE,EAAgB,SAAS,EAAE,MAAM,OAAO,CAAA;AAGpE,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAA;AAGnC,MAAM,MAAM,qBAAqB,GAAG;IAChC,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACxB,CAAA;AASD,QAAA,MAAM,gBAAgB,EAAE,EAAE,CAAC,qBAAqB,CAmC/C,CAAA;AAED,eAAe,gBAAgB,CAAA"}