@ebay/ui-core-react 8.5.1 → 8.6.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 (682) hide show
  1. package/README.md +103 -84
  2. package/common/__mocks__/random-id.d.ts.map +1 -1
  3. package/common/component-utils/forwardRef.d.ts +1 -1
  4. package/common/component-utils/forwardRef.d.ts.map +1 -1
  5. package/common/component-utils/index.d.ts +2 -2
  6. package/common/component-utils/index.d.ts.map +1 -1
  7. package/common/component-utils/utils.d.ts +2 -2
  8. package/common/component-utils/utils.d.ts.map +1 -1
  9. package/common/debounce.d.ts.map +1 -1
  10. package/common/dropdown.d.ts +10 -10
  11. package/common/dropdown.d.ts.map +1 -1
  12. package/common/event-utils/index.d.ts +2 -2
  13. package/common/event-utils/index.d.ts.map +1 -1
  14. package/common/event-utils/types.d.ts +4 -4
  15. package/common/event-utils/types.d.ts.map +1 -1
  16. package/common/event-utils/use-key-press.d.ts.map +1 -1
  17. package/common/event-utils/use-roving-index.d.ts +1 -1
  18. package/common/event-utils/use-roving-index.d.ts.map +1 -1
  19. package/common/floating-label-utils/hooks.d.ts +6 -6
  20. package/common/floating-label-utils/hooks.d.ts.map +1 -1
  21. package/common/notice-utils/notice-content.d.ts +2 -2
  22. package/common/notice-utils/notice-content.d.ts.map +1 -1
  23. package/common/notice-utils/notice-cta.d.ts +2 -2
  24. package/common/notice-utils/notice-cta.d.ts.map +1 -1
  25. package/common/notice-utils/notice-footer.d.ts +2 -2
  26. package/common/notice-utils/notice-footer.d.ts.map +1 -1
  27. package/common/notice-utils/notice-title.d.ts +3 -3
  28. package/common/notice-utils/notice-title.d.ts.map +1 -1
  29. package/common/random-id.d.ts.map +1 -1
  30. package/common/range.d.ts.map +1 -1
  31. package/common/tooltip-utils/constants.d.ts +2 -2
  32. package/common/tooltip-utils/constants.d.ts.map +1 -1
  33. package/common/tooltip-utils/index.d.ts +7 -7
  34. package/common/tooltip-utils/index.d.ts.map +1 -1
  35. package/common/tooltip-utils/tooltip-close-button.d.ts +1 -1
  36. package/common/tooltip-utils/tooltip-close-button.d.ts.map +1 -1
  37. package/common/tooltip-utils/tooltip-content.d.ts +2 -2
  38. package/common/tooltip-utils/tooltip-content.d.ts.map +1 -1
  39. package/common/tooltip-utils/tooltip-footer.d.ts +2 -2
  40. package/common/tooltip-utils/tooltip-footer.d.ts.map +1 -1
  41. package/common/tooltip-utils/tooltip-host.d.ts +1 -1
  42. package/common/tooltip-utils/tooltip-host.d.ts.map +1 -1
  43. package/common/tooltip-utils/tooltip.d.ts +3 -3
  44. package/common/tooltip-utils/tooltip.d.ts.map +1 -1
  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 +1 -1
  48. package/common/tooltip-utils/use-tooltip.d.ts.map +1 -1
  49. package/dialog-previous-button-B1dTCOv2.js +1 -0
  50. package/ebay-accordion/accordion.d.ts +5 -5
  51. package/ebay-accordion/accordion.d.ts.map +1 -1
  52. package/ebay-accordion/index.d.ts +2 -2
  53. package/ebay-accordion/index.d.ts.map +1 -1
  54. package/ebay-accordion/index.js +2 -2
  55. package/ebay-alert-dialog/README.md +14 -11
  56. package/ebay-alert-dialog/alert-dialog.d.ts +2 -2
  57. package/ebay-alert-dialog/alert-dialog.d.ts.map +1 -1
  58. package/ebay-alert-dialog/index.d.ts +1 -1
  59. package/ebay-alert-dialog/index.d.ts.map +1 -1
  60. package/ebay-alert-dialog/index.js +1 -1
  61. package/ebay-avatar/avatar-image.d.ts +2 -2
  62. package/ebay-avatar/avatar-image.d.ts.map +1 -1
  63. package/ebay-avatar/avatar.d.ts +3 -3
  64. package/ebay-avatar/avatar.d.ts.map +1 -1
  65. package/ebay-avatar/index.d.ts +3 -3
  66. package/ebay-avatar/index.d.ts.map +1 -1
  67. package/ebay-avatar/types.d.ts +1 -1
  68. package/ebay-avatar/utils.d.ts +1 -1
  69. package/ebay-avatar/utils.d.ts.map +1 -1
  70. package/ebay-badge/README.md +13 -8
  71. package/ebay-badge/badge.d.ts +3 -3
  72. package/ebay-badge/badge.d.ts.map +1 -1
  73. package/ebay-badge/index.d.ts +1 -1
  74. package/ebay-badge/index.d.ts.map +1 -1
  75. package/ebay-breadcrumbs/README.md +18 -13
  76. package/ebay-breadcrumbs/breadcrumb-item.d.ts +3 -3
  77. package/ebay-breadcrumbs/breadcrumb-item.d.ts.map +1 -1
  78. package/ebay-breadcrumbs/breadcrumbs.d.ts +3 -3
  79. package/ebay-breadcrumbs/breadcrumbs.d.ts.map +1 -1
  80. package/ebay-breadcrumbs/index.d.ts +2 -2
  81. package/ebay-breadcrumbs/index.d.ts.map +1 -1
  82. package/ebay-button/README.md +34 -23
  83. package/ebay-button/button-cell.d.ts +3 -3
  84. package/ebay-button/button-cell.d.ts.map +1 -1
  85. package/ebay-button/button-expand.d.ts +1 -1
  86. package/ebay-button/button-expand.d.ts.map +1 -1
  87. package/ebay-button/button-loading.d.ts +1 -1
  88. package/ebay-button/button-loading.d.ts.map +1 -1
  89. package/ebay-button/button-text.d.ts +2 -2
  90. package/ebay-button/button-text.d.ts.map +1 -1
  91. package/ebay-button/button.d.ts +3 -3
  92. package/ebay-button/button.d.ts.map +1 -1
  93. package/ebay-button/index.d.ts +3 -3
  94. package/ebay-button/index.d.ts.map +1 -1
  95. package/ebay-button/types.d.ts +5 -5
  96. package/ebay-button/types.d.ts.map +1 -1
  97. package/ebay-calendar/README.md +23 -20
  98. package/ebay-calendar/calendar.d.ts +2 -2
  99. package/ebay-calendar/calendar.d.ts.map +1 -1
  100. package/ebay-calendar/date-utils.d.ts +1 -1
  101. package/ebay-calendar/date-utils.d.ts.map +1 -1
  102. package/ebay-calendar/index.d.ts +1 -1
  103. package/ebay-calendar/index.d.ts.map +1 -1
  104. package/ebay-carousel/README.md +21 -22
  105. package/ebay-carousel/carousel-control-button.d.ts +2 -2
  106. package/ebay-carousel/carousel-control-button.d.ts.map +1 -1
  107. package/ebay-carousel/carousel-item.d.ts +3 -3
  108. package/ebay-carousel/carousel-item.d.ts.map +1 -1
  109. package/ebay-carousel/carousel-list.d.ts +2 -2
  110. package/ebay-carousel/carousel-list.d.ts.map +1 -1
  111. package/ebay-carousel/carousel.d.ts +2 -2
  112. package/ebay-carousel/carousel.d.ts.map +1 -1
  113. package/ebay-carousel/helpers.d.ts +5 -5
  114. package/ebay-carousel/helpers.d.ts.map +1 -1
  115. package/ebay-carousel/index.d.ts +2 -2
  116. package/ebay-carousel/index.d.ts.map +1 -1
  117. package/ebay-carousel/scroll-to-transition.d.ts.map +1 -1
  118. package/ebay-carousel/types.d.ts +5 -5
  119. package/ebay-carousel/types.d.ts.map +1 -1
  120. package/ebay-ccd/README.md +11 -17
  121. package/ebay-ccd/ccd.d.ts +4 -4
  122. package/ebay-ccd/ccd.d.ts.map +1 -1
  123. package/ebay-ccd/index.d.ts +1 -1
  124. package/ebay-character-count/README.md +6 -6
  125. package/ebay-character-count/character-count.d.ts +3 -3
  126. package/ebay-character-count/character-count.d.ts.map +1 -1
  127. package/ebay-character-count/index.d.ts +2 -2
  128. package/ebay-checkbox/README.md +14 -9
  129. package/ebay-checkbox/checkbox.d.ts +3 -3
  130. package/ebay-checkbox/checkbox.d.ts.map +1 -1
  131. package/ebay-checkbox/index.d.ts +2 -2
  132. package/ebay-checkbox/index.d.ts.map +1 -1
  133. package/ebay-checkbox/types.d.ts +2 -2
  134. package/ebay-checkbox/types.d.ts.map +1 -1
  135. package/ebay-chip/README.md +6 -10
  136. package/ebay-chip/chip.d.ts +3 -3
  137. package/ebay-chip/chip.d.ts.map +1 -1
  138. package/ebay-chip/index.d.ts +1 -1
  139. package/ebay-chip/index.d.ts.map +1 -1
  140. package/ebay-chips-combobox/chips-combobox.d.ts +4 -4
  141. package/ebay-chips-combobox/chips-combobox.d.ts.map +1 -1
  142. package/ebay-chips-combobox/index.d.ts +3 -3
  143. package/ebay-chips-combobox/index.d.ts.map +1 -1
  144. package/ebay-chips-combobox/types.d.ts +1 -1
  145. package/ebay-chips-combobox/types.d.ts.map +1 -1
  146. package/ebay-combobox/combobox-button.d.ts +2 -2
  147. package/ebay-combobox/combobox-button.d.ts.map +1 -1
  148. package/ebay-combobox/combobox-option.d.ts +2 -2
  149. package/ebay-combobox/combobox-option.d.ts.map +1 -1
  150. package/ebay-combobox/combobox.d.ts +3 -3
  151. package/ebay-combobox/combobox.d.ts.map +1 -1
  152. package/ebay-combobox/index.d.ts +4 -4
  153. package/ebay-combobox/index.d.ts.map +1 -1
  154. package/ebay-combobox/types.d.ts +4 -4
  155. package/ebay-combobox/types.d.ts.map +1 -1
  156. package/ebay-confirm-dialog/README.md +17 -13
  157. package/ebay-confirm-dialog/confirm-dialog.d.ts +3 -3
  158. package/ebay-confirm-dialog/confirm-dialog.d.ts.map +1 -1
  159. package/ebay-confirm-dialog/index.d.ts +1 -1
  160. package/ebay-confirm-dialog/index.d.ts.map +1 -1
  161. package/ebay-confirm-dialog/index.js +1 -1
  162. package/ebay-cta-button/README.md +15 -9
  163. package/ebay-cta-button/cta-button.d.ts +3 -3
  164. package/ebay-cta-button/cta-button.d.ts.map +1 -1
  165. package/ebay-cta-button/index.d.ts +1 -1
  166. package/ebay-cta-button/index.d.ts.map +1 -1
  167. package/ebay-date-textbox/README.md +25 -24
  168. package/ebay-date-textbox/date-textbox.d.ts +4 -4
  169. package/ebay-date-textbox/date-textbox.d.ts.map +1 -1
  170. package/ebay-date-textbox/index.d.ts +1 -1
  171. package/ebay-date-textbox/index.d.ts.map +1 -1
  172. package/ebay-details/ebay-details.d.ts +5 -6
  173. package/ebay-details/ebay-details.d.ts.map +1 -1
  174. package/ebay-details/index.d.ts +1 -1
  175. package/ebay-details/index.d.ts.map +1 -1
  176. package/ebay-details/index.js +1 -1
  177. package/ebay-details-BuPepKYE.js +1 -0
  178. package/ebay-dialog-base/README.md +2 -6
  179. package/ebay-dialog-base/components/animation.d.ts +2 -2
  180. package/ebay-dialog-base/components/animation.d.ts.map +1 -1
  181. package/ebay-dialog-base/components/dialog-actions.d.ts +1 -1
  182. package/ebay-dialog-base/components/dialog-actions.d.ts.map +1 -1
  183. package/ebay-dialog-base/components/dialog-close-button.d.ts +1 -1
  184. package/ebay-dialog-base/components/dialog-close-button.d.ts.map +1 -1
  185. package/ebay-dialog-base/components/dialog-footer.d.ts +1 -1
  186. package/ebay-dialog-base/components/dialog-footer.d.ts.map +1 -1
  187. package/ebay-dialog-base/components/dialog-header.d.ts +2 -2
  188. package/ebay-dialog-base/components/dialog-header.d.ts.map +1 -1
  189. package/ebay-dialog-base/components/dialog-previous-button.d.ts +2 -2
  190. package/ebay-dialog-base/components/dialog-previous-button.d.ts.map +1 -1
  191. package/ebay-dialog-base/components/dialogBase.d.ts +8 -8
  192. package/ebay-dialog-base/components/dialogBase.d.ts.map +1 -1
  193. package/ebay-dialog-base/dialog-base-with-state.d.ts +2 -2
  194. package/ebay-dialog-base/dialog-base-with-state.d.ts.map +1 -1
  195. package/ebay-dialog-base/index.d.ts +9 -9
  196. package/ebay-dialog-base/index.d.ts.map +1 -1
  197. package/ebay-dialog-base/index.js +1 -1
  198. package/ebay-dialog-base/types.d.ts +1 -1
  199. package/ebay-dialog-base/types.d.ts.map +1 -1
  200. package/ebay-drawer-dialog-deprecated/README.md +18 -8
  201. package/ebay-drawer-dialog-deprecated/components/drawer.d.ts +2 -2
  202. package/ebay-drawer-dialog-deprecated/components/drawer.d.ts.map +1 -1
  203. package/ebay-drawer-dialog-deprecated/index.d.ts +1 -1
  204. package/ebay-drawer-dialog-deprecated/index.d.ts.map +1 -1
  205. package/ebay-drawer-dialog-deprecated/index.js +1 -1
  206. package/ebay-education-notice/README.md +6 -9
  207. package/ebay-education-notice/education-notice-footer.d.ts +1 -1
  208. package/ebay-education-notice/education-notice-footer.d.ts.map +1 -1
  209. package/ebay-education-notice/education-notice-title.d.ts +2 -2
  210. package/ebay-education-notice/education-notice-title.d.ts.map +1 -1
  211. package/ebay-education-notice/education-notice.d.ts +6 -6
  212. package/ebay-education-notice/education-notice.d.ts.map +1 -1
  213. package/ebay-education-notice/index.d.ts +4 -4
  214. package/ebay-education-notice/index.d.ts.map +1 -1
  215. package/ebay-education-notice/types.d.ts +1 -1
  216. package/ebay-education-notice/types.d.ts.map +1 -1
  217. package/ebay-eek/README.md +13 -8
  218. package/ebay-eek/eek-rating.d.ts +1 -1
  219. package/ebay-eek/eek-rating.d.ts.map +1 -1
  220. package/ebay-eek/eek-util.d.ts +1 -1
  221. package/ebay-eek/eek-util.d.ts.map +1 -1
  222. package/ebay-eek/index.d.ts +1 -1
  223. package/ebay-eek/index.d.ts.map +1 -1
  224. package/ebay-fake-link/fake-link.d.ts +4 -4
  225. package/ebay-fake-link/fake-link.d.ts.map +1 -1
  226. package/ebay-fake-link/index.d.ts +1 -1
  227. package/ebay-fake-link/index.d.ts.map +1 -1
  228. package/ebay-fake-menu/README.md +23 -15
  229. package/ebay-fake-menu/index.d.ts +3 -3
  230. package/ebay-fake-menu/index.d.ts.map +1 -1
  231. package/ebay-fake-menu/menu-item-separator.d.ts +2 -2
  232. package/ebay-fake-menu/menu-item-separator.d.ts.map +1 -1
  233. package/ebay-fake-menu/menu-item.d.ts +3 -3
  234. package/ebay-fake-menu/menu-item.d.ts.map +1 -1
  235. package/ebay-fake-menu/menu.d.ts +3 -3
  236. package/ebay-fake-menu/menu.d.ts.map +1 -1
  237. package/ebay-fake-menu-button/README.md +34 -31
  238. package/ebay-fake-menu-button/index.d.ts +4 -4
  239. package/ebay-fake-menu-button/index.d.ts.map +1 -1
  240. package/ebay-fake-menu-button/menu-button-item.d.ts +2 -2
  241. package/ebay-fake-menu-button/menu-button-item.d.ts.map +1 -1
  242. package/ebay-fake-menu-button/menu-button-label.d.ts +1 -1
  243. package/ebay-fake-menu-button/menu-button-label.d.ts.map +1 -1
  244. package/ebay-fake-menu-button/menu-button-separator.d.ts +2 -2
  245. package/ebay-fake-menu-button/menu-button-separator.d.ts.map +1 -1
  246. package/ebay-fake-menu-button/menu-button.d.ts +5 -5
  247. package/ebay-fake-menu-button/menu-button.d.ts.map +1 -1
  248. package/ebay-fake-tabs/README.md +14 -9
  249. package/ebay-fake-tabs/fake-tabs.d.ts +2 -2
  250. package/ebay-fake-tabs/fake-tabs.d.ts.map +1 -1
  251. package/ebay-fake-tabs/index.d.ts +2 -2
  252. package/ebay-fake-tabs/index.d.ts.map +1 -1
  253. package/ebay-fake-tabs/tab.d.ts +3 -3
  254. package/ebay-fake-tabs/tab.d.ts.map +1 -1
  255. package/ebay-field/README.md +30 -21
  256. package/ebay-field/description.d.ts +3 -3
  257. package/ebay-field/description.d.ts.map +1 -1
  258. package/ebay-field/field.d.ts +2 -2
  259. package/ebay-field/field.d.ts.map +1 -1
  260. package/ebay-field/index.d.ts +4 -4
  261. package/ebay-field/index.d.ts.map +1 -1
  262. package/ebay-field/label.d.ts +3 -3
  263. package/ebay-field/label.d.ts.map +1 -1
  264. package/ebay-field/types.d.ts +4 -4
  265. package/ebay-field/types.d.ts.map +1 -1
  266. package/ebay-file-input/README.md +4 -8
  267. package/ebay-file-input/file-input.d.ts +3 -3
  268. package/ebay-file-input/file-input.d.ts.map +1 -1
  269. package/ebay-file-input/index.d.ts +1 -1
  270. package/ebay-file-input/index.d.ts.map +1 -1
  271. package/ebay-file-input/types.d.ts +1 -1
  272. package/ebay-file-preview-card/README.md +25 -8
  273. package/ebay-file-preview-card/ebay-file-preview-card-action.d.ts +6 -0
  274. package/ebay-file-preview-card/ebay-file-preview-card-action.d.ts.map +1 -0
  275. package/ebay-file-preview-card/file-preview-action.d.ts +10 -7
  276. package/ebay-file-preview-card/file-preview-action.d.ts.map +1 -1
  277. package/ebay-file-preview-card/file-preview-card.d.ts +9 -7
  278. package/ebay-file-preview-card/file-preview-card.d.ts.map +1 -1
  279. package/ebay-file-preview-card/file-preview-content.d.ts +3 -3
  280. package/ebay-file-preview-card/file-preview-content.d.ts.map +1 -1
  281. package/ebay-file-preview-card/file-preview-label.d.ts +2 -2
  282. package/ebay-file-preview-card/file-preview-label.d.ts.map +1 -1
  283. package/ebay-file-preview-card/index.d.ts +3 -2
  284. package/ebay-file-preview-card/index.d.ts.map +1 -1
  285. package/ebay-file-preview-card/index.js +1 -1
  286. package/ebay-file-preview-card/types.d.ts +2 -2
  287. package/ebay-file-preview-card/types.d.ts.map +1 -1
  288. package/ebay-file-preview-card-group/README.md +5 -4
  289. package/ebay-file-preview-card-group/file-preview-card-group.d.ts +6 -5
  290. package/ebay-file-preview-card-group/file-preview-card-group.d.ts.map +1 -1
  291. package/ebay-file-preview-card-group/index.d.ts +1 -1
  292. package/ebay-file-preview-card-group/index.d.ts.map +1 -1
  293. package/ebay-file-preview-card-group/index.js +1 -1
  294. package/ebay-file-preview-card-group/types.d.ts +2 -2
  295. package/ebay-file-preview-card-group/types.d.ts.map +1 -1
  296. package/ebay-filter/filter.d.ts +3 -3
  297. package/ebay-filter/filter.d.ts.map +1 -1
  298. package/ebay-filter/index.d.ts +2 -2
  299. package/ebay-filter/index.d.ts.map +1 -1
  300. package/ebay-filter/types.d.ts +1 -1
  301. package/ebay-filter/types.d.ts.map +1 -1
  302. package/ebay-filter-menu/filter-menu-footer-button.d.ts +4 -4
  303. package/ebay-filter-menu/filter-menu-footer-button.d.ts.map +1 -1
  304. package/ebay-filter-menu/filter-menu-item.d.ts +4 -4
  305. package/ebay-filter-menu/filter-menu-item.d.ts.map +1 -1
  306. package/ebay-filter-menu/filter-menu.d.ts +3 -3
  307. package/ebay-filter-menu/filter-menu.d.ts.map +1 -1
  308. package/ebay-filter-menu/index.d.ts +4 -4
  309. package/ebay-filter-menu/index.d.ts.map +1 -1
  310. package/ebay-filter-menu/types.d.ts +3 -3
  311. package/ebay-filter-menu/types.d.ts.map +1 -1
  312. package/ebay-filter-menu-button/README.md +5 -5
  313. package/ebay-filter-menu-button/filter-menu-button.d.ts +2 -2
  314. package/ebay-filter-menu-button/filter-menu-button.d.ts.map +1 -1
  315. package/ebay-filter-menu-button/index.d.ts +2 -2
  316. package/ebay-filter-menu-button/index.d.ts.map +1 -1
  317. package/ebay-fullscreen-dialog-deprecated/README.md +13 -10
  318. package/ebay-fullscreen-dialog-deprecated/fullscreen-dialog.d.ts +3 -3
  319. package/ebay-fullscreen-dialog-deprecated/fullscreen-dialog.d.ts.map +1 -1
  320. package/ebay-fullscreen-dialog-deprecated/index.d.ts +1 -1
  321. package/ebay-fullscreen-dialog-deprecated/index.d.ts.map +1 -1
  322. package/ebay-fullscreen-dialog-deprecated/index.js +1 -1
  323. package/ebay-icon/README.md +13 -9
  324. package/ebay-icon/icon.d.ts +5 -5
  325. package/ebay-icon/icon.d.ts.map +1 -1
  326. package/ebay-icon/index.d.ts +2 -2
  327. package/ebay-icon/index.d.ts.map +1 -1
  328. package/ebay-icon-button/README.md +23 -15
  329. package/ebay-icon-button/icon-button.d.ts +5 -5
  330. package/ebay-icon-button/icon-button.d.ts.map +1 -1
  331. package/ebay-icon-button/index.d.ts +1 -1
  332. package/ebay-icon-button/index.d.ts.map +1 -1
  333. package/ebay-image-placeholder/README.md +1 -6
  334. package/ebay-image-placeholder/image-placeholder.d.ts +1 -1
  335. package/ebay-image-placeholder/image-placeholder.d.ts.map +1 -1
  336. package/ebay-image-placeholder/index.d.ts +1 -1
  337. package/ebay-image-placeholder/index.d.ts.map +1 -1
  338. package/ebay-infotip/README.md +17 -20
  339. package/ebay-infotip/ebay-infotip-content.d.ts +3 -3
  340. package/ebay-infotip/ebay-infotip-content.d.ts.map +1 -1
  341. package/ebay-infotip/ebay-infotip-heading.d.ts +2 -2
  342. package/ebay-infotip/ebay-infotip-heading.d.ts.map +1 -1
  343. package/ebay-infotip/ebay-infotip-host.d.ts +4 -4
  344. package/ebay-infotip/ebay-infotip-host.d.ts.map +1 -1
  345. package/ebay-infotip/ebay-infotip.d.ts +5 -5
  346. package/ebay-infotip/ebay-infotip.d.ts.map +1 -1
  347. package/ebay-infotip/index.d.ts +5 -5
  348. package/ebay-infotip/index.d.ts.map +1 -1
  349. package/ebay-infotip/index.js +1 -1
  350. package/ebay-infotip/types.d.ts +1 -1
  351. package/ebay-infotip/types.d.ts.map +1 -1
  352. package/ebay-inline-notice/README.md +8 -8
  353. package/ebay-inline-notice/index.d.ts +3 -3
  354. package/ebay-inline-notice/index.d.ts.map +1 -1
  355. package/ebay-inline-notice/inline-notice.d.ts +4 -4
  356. package/ebay-inline-notice/inline-notice.d.ts.map +1 -1
  357. package/ebay-inline-notice/types.d.ts +1 -1
  358. package/ebay-inline-notice/types.d.ts.map +1 -1
  359. package/ebay-lightbox-dialog/README.md +17 -13
  360. package/ebay-lightbox-dialog/index.d.ts +1 -1
  361. package/ebay-lightbox-dialog/index.d.ts.map +1 -1
  362. package/ebay-lightbox-dialog/index.js +1 -1
  363. package/ebay-lightbox-dialog/lightbox-dialog.d.ts +7 -7
  364. package/ebay-lightbox-dialog/lightbox-dialog.d.ts.map +1 -1
  365. package/ebay-listbox/README.md +16 -26
  366. package/ebay-listbox/index.d.ts +3 -3
  367. package/ebay-listbox/index.d.ts.map +1 -1
  368. package/ebay-listbox/listbox-option-description.d.ts +2 -2
  369. package/ebay-listbox/listbox-option-description.d.ts.map +1 -1
  370. package/ebay-listbox/listbox-option.d.ts +2 -2
  371. package/ebay-listbox/listbox-option.d.ts.map +1 -1
  372. package/ebay-listbox/listbox.d.ts +5 -5
  373. package/ebay-listbox/listbox.d.ts.map +1 -1
  374. package/ebay-listbox-button/README.md +17 -9
  375. package/ebay-listbox-button/index.d.ts +2 -2
  376. package/ebay-listbox-button/index.d.ts.map +1 -1
  377. package/ebay-listbox-button/listbox-button-option.d.ts +3 -3
  378. package/ebay-listbox-button/listbox-button-option.d.ts.map +1 -1
  379. package/ebay-listbox-button/listbox-button.d.ts +3 -3
  380. package/ebay-listbox-button/listbox-button.d.ts.map +1 -1
  381. package/ebay-menu/README.md +24 -20
  382. package/ebay-menu/index.d.ts +4 -4
  383. package/ebay-menu/index.d.ts.map +1 -1
  384. package/ebay-menu/menu-item-separator.d.ts +2 -2
  385. package/ebay-menu/menu-item-separator.d.ts.map +1 -1
  386. package/ebay-menu/menu-item.d.ts +3 -3
  387. package/ebay-menu/menu-item.d.ts.map +1 -1
  388. package/ebay-menu/menu.d.ts +2 -2
  389. package/ebay-menu/menu.d.ts.map +1 -1
  390. package/ebay-menu/types.d.ts +7 -7
  391. package/ebay-menu/types.d.ts.map +1 -1
  392. package/ebay-menu-button/README.md +33 -30
  393. package/ebay-menu-button/index.d.ts +5 -5
  394. package/ebay-menu-button/index.d.ts.map +1 -1
  395. package/ebay-menu-button/menu-button-item.d.ts +1 -1
  396. package/ebay-menu-button/menu-button-item.d.ts.map +1 -1
  397. package/ebay-menu-button/menu-button-label.d.ts +1 -1
  398. package/ebay-menu-button/menu-button-label.d.ts.map +1 -1
  399. package/ebay-menu-button/menu-button-separator.d.ts +2 -2
  400. package/ebay-menu-button/menu-button-separator.d.ts.map +1 -1
  401. package/ebay-menu-button/menu-button.d.ts +2 -2
  402. package/ebay-menu-button/menu-button.d.ts.map +1 -1
  403. package/ebay-menu-button/types.d.ts +6 -6
  404. package/ebay-menu-button/types.d.ts.map +1 -1
  405. package/ebay-notice-base/components/ebay-notice-content/index.d.ts +1 -1
  406. package/ebay-notice-base/components/ebay-notice-content/index.d.ts.map +1 -1
  407. package/ebay-notice-base/components/ebay-notice-content/notice-content.d.ts +3 -3
  408. package/ebay-notice-base/components/ebay-notice-content/notice-content.d.ts.map +1 -1
  409. package/ebay-notice-base/components/ebay-notice-title/index.d.ts +1 -1
  410. package/ebay-notice-base/components/ebay-notice-title/index.d.ts.map +1 -1
  411. package/ebay-notice-base/components/ebay-notice-title/notice-title.d.ts +1 -1
  412. package/ebay-notice-base/components/ebay-notice-title/notice-title.d.ts.map +1 -1
  413. package/ebay-notice-base/index.d.ts +2 -2
  414. package/ebay-notice-base/index.d.ts.map +1 -1
  415. package/ebay-page-notice/README.md +13 -11
  416. package/ebay-page-notice/index.d.ts +5 -5
  417. package/ebay-page-notice/index.d.ts.map +1 -1
  418. package/ebay-page-notice/page-notice-cta.d.ts +1 -1
  419. package/ebay-page-notice/page-notice-cta.d.ts.map +1 -1
  420. package/ebay-page-notice/page-notice-footer.d.ts +1 -1
  421. package/ebay-page-notice/page-notice-footer.d.ts.map +1 -1
  422. package/ebay-page-notice/page-notice-title.d.ts +2 -2
  423. package/ebay-page-notice/page-notice-title.d.ts.map +1 -1
  424. package/ebay-page-notice/page-notice.d.ts +4 -4
  425. package/ebay-page-notice/page-notice.d.ts.map +1 -1
  426. package/ebay-pagination/README.md +29 -23
  427. package/ebay-pagination/const.d.ts.map +1 -1
  428. package/ebay-pagination/helpers.d.ts +1 -1
  429. package/ebay-pagination/helpers.d.ts.map +1 -1
  430. package/ebay-pagination/index.d.ts +3 -3
  431. package/ebay-pagination/index.d.ts.map +1 -1
  432. package/ebay-pagination/pagination-item.d.ts +4 -4
  433. package/ebay-pagination/pagination-item.d.ts.map +1 -1
  434. package/ebay-pagination/pagination.d.ts +4 -4
  435. package/ebay-pagination/pagination.d.ts.map +1 -1
  436. package/ebay-pagination/types.d.ts +2 -2
  437. package/ebay-pagination/types.d.ts.map +1 -1
  438. package/ebay-panel-dialog/README.md +14 -11
  439. package/ebay-panel-dialog/index.d.ts +1 -1
  440. package/ebay-panel-dialog/index.d.ts.map +1 -1
  441. package/ebay-panel-dialog/index.js +1 -1
  442. package/ebay-panel-dialog/panel-dialog.d.ts +4 -4
  443. package/ebay-panel-dialog/panel-dialog.d.ts.map +1 -1
  444. package/ebay-progress-bar/README.md +13 -8
  445. package/ebay-progress-bar/index.d.ts +1 -1
  446. package/ebay-progress-bar/index.d.ts.map +1 -1
  447. package/ebay-progress-bar/progress-bar.d.ts +2 -2
  448. package/ebay-progress-bar/progress-bar.d.ts.map +1 -1
  449. package/ebay-progress-bar-expressive/README.md +12 -9
  450. package/ebay-progress-bar-expressive/index.d.ts +2 -2
  451. package/ebay-progress-bar-expressive/index.d.ts.map +1 -1
  452. package/ebay-progress-bar-expressive/progress-bar-expressive-message.d.ts +2 -2
  453. package/ebay-progress-bar-expressive/progress-bar-expressive-message.d.ts.map +1 -1
  454. package/ebay-progress-bar-expressive/progress-bar-expressive.d.ts +3 -3
  455. package/ebay-progress-bar-expressive/progress-bar-expressive.d.ts.map +1 -1
  456. package/ebay-progress-spinner/README.md +12 -7
  457. package/ebay-progress-spinner/index.d.ts +1 -1
  458. package/ebay-progress-spinner/index.d.ts.map +1 -1
  459. package/ebay-progress-spinner/progress-spinner.d.ts +4 -4
  460. package/ebay-progress-spinner/progress-spinner.d.ts.map +1 -1
  461. package/ebay-progress-stepper/README.md +13 -12
  462. package/ebay-progress-stepper/ebay-progress-step.d.ts +2 -2
  463. package/ebay-progress-stepper/ebay-progress-step.d.ts.map +1 -1
  464. package/ebay-progress-stepper/ebay-progress-stepper.d.ts +2 -2
  465. package/ebay-progress-stepper/ebay-progress-stepper.d.ts.map +1 -1
  466. package/ebay-progress-stepper/ebay-progress-title.d.ts +1 -1
  467. package/ebay-progress-stepper/ebay-progress-title.d.ts.map +1 -1
  468. package/ebay-progress-stepper/index.d.ts +4 -4
  469. package/ebay-progress-stepper/index.d.ts.map +1 -1
  470. package/ebay-progress-stepper/types.d.ts +2 -2
  471. package/ebay-radio/README.md +19 -11
  472. package/ebay-radio/index.d.ts +1 -1
  473. package/ebay-radio/index.d.ts.map +1 -1
  474. package/ebay-radio/radio.d.ts +4 -4
  475. package/ebay-radio/radio.d.ts.map +1 -1
  476. package/ebay-section-notice/README.md +15 -13
  477. package/ebay-section-notice/index.d.ts +5 -5
  478. package/ebay-section-notice/index.d.ts.map +1 -1
  479. package/ebay-section-notice/section-notice-cta.d.ts +1 -1
  480. package/ebay-section-notice/section-notice-cta.d.ts.map +1 -1
  481. package/ebay-section-notice/section-notice-footer.d.ts +1 -1
  482. package/ebay-section-notice/section-notice-footer.d.ts.map +1 -1
  483. package/ebay-section-notice/section-notice-title.d.ts +2 -2
  484. package/ebay-section-notice/section-notice-title.d.ts.map +1 -1
  485. package/ebay-section-notice/section-notice.d.ts +6 -6
  486. package/ebay-section-notice/section-notice.d.ts.map +1 -1
  487. package/ebay-section-title/README.md +23 -16
  488. package/ebay-section-title/cta.d.ts +2 -2
  489. package/ebay-section-title/cta.d.ts.map +1 -1
  490. package/ebay-section-title/index.d.ts +5 -5
  491. package/ebay-section-title/index.d.ts.map +1 -1
  492. package/ebay-section-title/info.d.ts +2 -2
  493. package/ebay-section-title/info.d.ts.map +1 -1
  494. package/ebay-section-title/overflow.d.ts +2 -2
  495. package/ebay-section-title/overflow.d.ts.map +1 -1
  496. package/ebay-section-title/section-title.d.ts +2 -2
  497. package/ebay-section-title/section-title.d.ts.map +1 -1
  498. package/ebay-section-title/subtitle.d.ts +2 -2
  499. package/ebay-section-title/subtitle.d.ts.map +1 -1
  500. package/ebay-section-title/title.d.ts +2 -2
  501. package/ebay-section-title/title.d.ts.map +1 -1
  502. package/ebay-segmented-buttons/README.md +11 -8
  503. package/ebay-segmented-buttons/button.d.ts +2 -2
  504. package/ebay-segmented-buttons/button.d.ts.map +1 -1
  505. package/ebay-segmented-buttons/index.d.ts +3 -3
  506. package/ebay-segmented-buttons/index.d.ts.map +1 -1
  507. package/ebay-segmented-buttons/segmented-buttons.d.ts +2 -2
  508. package/ebay-segmented-buttons/segmented-buttons.d.ts.map +1 -1
  509. package/ebay-segmented-buttons/types.d.ts +5 -5
  510. package/ebay-segmented-buttons/types.d.ts.map +1 -1
  511. package/ebay-select/README.md +38 -27
  512. package/ebay-select/ebay-select-option.d.ts +2 -2
  513. package/ebay-select/ebay-select-option.d.ts.map +1 -1
  514. package/ebay-select/ebay-select.d.ts +4 -4
  515. package/ebay-select/ebay-select.d.ts.map +1 -1
  516. package/ebay-select/index.d.ts +2 -2
  517. package/ebay-select/index.d.ts.map +1 -1
  518. package/ebay-signal/README.md +13 -6
  519. package/ebay-signal/index.d.ts +1 -1
  520. package/ebay-signal/index.d.ts.map +1 -1
  521. package/ebay-signal/signal.d.ts +3 -3
  522. package/ebay-signal/signal.d.ts.map +1 -1
  523. package/ebay-skeleton/ebay-skeleton-avatar.d.ts +2 -2
  524. package/ebay-skeleton/ebay-skeleton-avatar.d.ts.map +1 -1
  525. package/ebay-skeleton/ebay-skeleton-button.d.ts +3 -3
  526. package/ebay-skeleton/ebay-skeleton-button.d.ts.map +1 -1
  527. package/ebay-skeleton/ebay-skeleton-image.d.ts +2 -2
  528. package/ebay-skeleton/ebay-skeleton-image.d.ts.map +1 -1
  529. package/ebay-skeleton/ebay-skeleton-text.d.ts +3 -3
  530. package/ebay-skeleton/ebay-skeleton-text.d.ts.map +1 -1
  531. package/ebay-skeleton/ebay-skeleton-textbox.d.ts +2 -2
  532. package/ebay-skeleton/ebay-skeleton-textbox.d.ts.map +1 -1
  533. package/ebay-skeleton/ebay-skeleton.d.ts +3 -3
  534. package/ebay-skeleton/ebay-skeleton.d.ts.map +1 -1
  535. package/ebay-skeleton/index.d.ts +6 -6
  536. package/ebay-skeleton/index.d.ts.map +1 -1
  537. package/ebay-skeleton/types.d.ts +4 -4
  538. package/ebay-skeleton/types.d.ts.map +1 -1
  539. package/ebay-snackbar-dialog/README.md +21 -16
  540. package/ebay-snackbar-dialog/components/ebay-snackbar-dialog-action.d.ts +1 -1
  541. package/ebay-snackbar-dialog/components/ebay-snackbar-dialog-action.d.ts.map +1 -1
  542. package/ebay-snackbar-dialog/components/ebay-snackbar-dialog.d.ts +4 -4
  543. package/ebay-snackbar-dialog/components/ebay-snackbar-dialog.d.ts.map +1 -1
  544. package/ebay-snackbar-dialog/index.d.ts +2 -2
  545. package/ebay-snackbar-dialog/index.d.ts.map +1 -1
  546. package/ebay-snackbar-dialog/index.js +1 -1
  547. package/ebay-split-button/README.md +29 -23
  548. package/ebay-split-button/index.d.ts +2 -2
  549. package/ebay-split-button/index.d.ts.map +1 -1
  550. package/ebay-split-button/split-button.d.ts +2 -2
  551. package/ebay-split-button/split-button.d.ts.map +1 -1
  552. package/ebay-split-button/types.d.ts +5 -5
  553. package/ebay-split-button/types.d.ts.map +1 -1
  554. package/ebay-star-rating/README.md +13 -7
  555. package/ebay-star-rating/index.d.ts +1 -1
  556. package/ebay-star-rating/index.d.ts.map +1 -1
  557. package/ebay-star-rating/star-rating.d.ts +2 -2
  558. package/ebay-star-rating/star-rating.d.ts.map +1 -1
  559. package/ebay-star-rating-select/README.md +20 -14
  560. package/ebay-star-rating-select/index.d.ts +1 -1
  561. package/ebay-star-rating-select/index.d.ts.map +1 -1
  562. package/ebay-star-rating-select/star-rating-select.d.ts +3 -3
  563. package/ebay-star-rating-select/star-rating-select.d.ts.map +1 -1
  564. package/ebay-svg/README.md +11 -8
  565. package/ebay-svg/index.d.ts +1 -1
  566. package/ebay-svg/index.d.ts.map +1 -1
  567. package/ebay-svg/svg.d.ts +2 -2
  568. package/ebay-svg/svg.d.ts.map +1 -1
  569. package/ebay-switch/README.md +13 -6
  570. package/ebay-switch/ebay-switch.d.ts +3 -3
  571. package/ebay-switch/ebay-switch.d.ts.map +1 -1
  572. package/ebay-switch/index.d.ts +1 -1
  573. package/ebay-switch/index.d.ts.map +1 -1
  574. package/ebay-table/index.d.ts +5 -5
  575. package/ebay-table/index.d.ts.map +1 -1
  576. package/ebay-table/table-cell.d.ts +3 -3
  577. package/ebay-table/table-cell.d.ts.map +1 -1
  578. package/ebay-table/table-header.d.ts +3 -3
  579. package/ebay-table/table-header.d.ts.map +1 -1
  580. package/ebay-table/table-row.d.ts +4 -4
  581. package/ebay-table/table-row.d.ts.map +1 -1
  582. package/ebay-table/table.d.ts +4 -4
  583. package/ebay-table/table.d.ts.map +1 -1
  584. package/ebay-table/types.d.ts +7 -7
  585. package/ebay-table/types.d.ts.map +1 -1
  586. package/ebay-tabs/README.md +16 -10
  587. package/ebay-tabs/index.d.ts +4 -4
  588. package/ebay-tabs/index.d.ts.map +1 -1
  589. package/ebay-tabs/tab-panel.d.ts +2 -2
  590. package/ebay-tabs/tab-panel.d.ts.map +1 -1
  591. package/ebay-tabs/tab.d.ts +2 -2
  592. package/ebay-tabs/tab.d.ts.map +1 -1
  593. package/ebay-tabs/tabs.d.ts +2 -2
  594. package/ebay-tabs/tabs.d.ts.map +1 -1
  595. package/ebay-tabs/types.d.ts +4 -4
  596. package/ebay-tabs/types.d.ts.map +1 -1
  597. package/ebay-textbox/README.md +38 -29
  598. package/ebay-textbox/index.d.ts +6 -6
  599. package/ebay-textbox/index.d.ts.map +1 -1
  600. package/ebay-textbox/postfix-icon.d.ts +2 -2
  601. package/ebay-textbox/postfix-icon.d.ts.map +1 -1
  602. package/ebay-textbox/postfix-text.d.ts +2 -2
  603. package/ebay-textbox/postfix-text.d.ts.map +1 -1
  604. package/ebay-textbox/prefix-icon.d.ts +2 -2
  605. package/ebay-textbox/prefix-icon.d.ts.map +1 -1
  606. package/ebay-textbox/prefix-text.d.ts +2 -2
  607. package/ebay-textbox/prefix-text.d.ts.map +1 -1
  608. package/ebay-textbox/textbox.d.ts +5 -5
  609. package/ebay-textbox/textbox.d.ts.map +1 -1
  610. package/ebay-textbox/types.d.ts +6 -6
  611. package/ebay-textbox/types.d.ts.map +1 -1
  612. package/ebay-toast-dialog/README.md +7 -6
  613. package/ebay-toast-dialog/components/toast.d.ts +3 -3
  614. package/ebay-toast-dialog/components/toast.d.ts.map +1 -1
  615. package/ebay-toast-dialog/index.d.ts +1 -1
  616. package/ebay-toast-dialog/index.d.ts.map +1 -1
  617. package/ebay-toast-dialog/index.js +1 -1
  618. package/ebay-toggle-button/index.d.ts +2 -2
  619. package/ebay-toggle-button/index.d.ts.map +1 -1
  620. package/ebay-toggle-button/toggle-button.d.ts +2 -2
  621. package/ebay-toggle-button/toggle-button.d.ts.map +1 -1
  622. package/ebay-toggle-button/types.d.ts +5 -5
  623. package/ebay-toggle-button/types.d.ts.map +1 -1
  624. package/ebay-toggle-button-group/README.md +12 -12
  625. package/ebay-toggle-button-group/index.d.ts +2 -2
  626. package/ebay-toggle-button-group/index.d.ts.map +1 -1
  627. package/ebay-toggle-button-group/toggle-button-group.d.ts +2 -2
  628. package/ebay-toggle-button-group/toggle-button-group.d.ts.map +1 -1
  629. package/ebay-toggle-button-group/types.d.ts +5 -5
  630. package/ebay-toggle-button-group/types.d.ts.map +1 -1
  631. package/ebay-tooltip/README.md +10 -7
  632. package/ebay-tooltip/ebay-tooltip-content.d.ts +3 -3
  633. package/ebay-tooltip/ebay-tooltip-content.d.ts.map +1 -1
  634. package/ebay-tooltip/ebay-tooltip-host.d.ts +3 -3
  635. package/ebay-tooltip/ebay-tooltip-host.d.ts.map +1 -1
  636. package/ebay-tooltip/ebay-tooltip.d.ts +3 -3
  637. package/ebay-tooltip/ebay-tooltip.d.ts.map +1 -1
  638. package/ebay-tooltip/index.d.ts +5 -5
  639. package/ebay-tooltip/index.d.ts.map +1 -1
  640. package/ebay-tourtip/README.md +23 -26
  641. package/ebay-tourtip/ebay-tourtip-content.d.ts +3 -3
  642. package/ebay-tourtip/ebay-tourtip-content.d.ts.map +1 -1
  643. package/ebay-tourtip/ebay-tourtip-footer.d.ts +2 -2
  644. package/ebay-tourtip/ebay-tourtip-footer.d.ts.map +1 -1
  645. package/ebay-tourtip/ebay-tourtip-heading.d.ts +2 -2
  646. package/ebay-tourtip/ebay-tourtip-heading.d.ts.map +1 -1
  647. package/ebay-tourtip/ebay-tourtip-host.d.ts +3 -3
  648. package/ebay-tourtip/ebay-tourtip-host.d.ts.map +1 -1
  649. package/ebay-tourtip/ebay-tourtip.d.ts +4 -4
  650. package/ebay-tourtip/ebay-tourtip.d.ts.map +1 -1
  651. package/ebay-tourtip/index.d.ts +6 -6
  652. package/ebay-tourtip/index.d.ts.map +1 -1
  653. package/ebay-tri-state-checkbox/Readme.md +15 -12
  654. package/ebay-tri-state-checkbox/index.d.ts +2 -2
  655. package/ebay-tri-state-checkbox/index.d.ts.map +1 -1
  656. package/ebay-tri-state-checkbox/tri-state-checkbox.d.ts +3 -3
  657. package/ebay-tri-state-checkbox/tri-state-checkbox.d.ts.map +1 -1
  658. package/ebay-tri-state-checkbox/types.d.ts +3 -3
  659. package/ebay-tri-state-checkbox/types.d.ts.map +1 -1
  660. package/ebay-video/README.md +24 -19
  661. package/ebay-video/const.d.ts.map +1 -1
  662. package/ebay-video/controls.d.ts.map +1 -1
  663. package/ebay-video/index.d.ts +3 -3
  664. package/ebay-video/index.d.ts.map +1 -1
  665. package/ebay-video/reportButton.d.ts +1 -1
  666. package/ebay-video/reportButton.d.ts.map +1 -1
  667. package/ebay-video/source.d.ts +2 -2
  668. package/ebay-video/source.d.ts.map +1 -1
  669. package/ebay-video/types.d.ts +3 -3
  670. package/ebay-video/types.d.ts.map +1 -1
  671. package/ebay-video/video.d.ts +4 -4
  672. package/ebay-video/video.d.ts.map +1 -1
  673. package/events/index.d.ts +4 -4
  674. package/events/index.d.ts.map +1 -1
  675. package/file-preview-card-BD6TIsY7.js +1 -0
  676. package/{lightbox-dialog-B19PMyMY.js → lightbox-dialog-DqcQsTSy.js} +1 -1
  677. package/package.json +79 -78
  678. package/utils/index.d.ts +6 -6
  679. package/utils/index.d.ts.map +1 -1
  680. package/dialog-previous-button-DR6Ujner.js +0 -1
  681. package/ebay-details-CwOA53up.js +0 -1
  682. package/file-preview-card-D4qnvGtF.js +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"cta-button.d.ts","sourceRoot":"","sources":["../../src/ebay-cta-button/cta-button.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,cAAc,EAAM,SAAS,EAAE,MAAM,OAAO,CAAA;AAI5D,OAAO,EAAkB,IAAI,EAAE,MAAM,gBAAgB,CAAA;AAErD,KAAK,eAAe,GAAG,cAAc,CAAC,GAAG,CAAC,CAAC;AAC3C,KAAK,KAAK,GAAG,eAAe,GAAG;IAC3B,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,YAAY,CAAC,EAAE,SAAS,CAAC,iBAAiB,CAAC,CAAC;CAC/C,CAAA;;AA2BD,wBAA4C"}
1
+ {"version":3,"file":"cta-button.d.ts","sourceRoot":"","sources":["../../src/ebay-cta-button/cta-button.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,cAAc,EAAM,SAAS,EAAE,MAAM,OAAO,CAAC;AAI7D,OAAO,EAAkB,IAAI,EAAE,MAAM,gBAAgB,CAAC;AAEtD,KAAK,eAAe,GAAG,cAAc,CAAC,GAAG,CAAC,CAAC;AAC3C,KAAK,KAAK,GAAG,eAAe,GAAG;IAC3B,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,YAAY,CAAC,EAAE,SAAS,CAAC,iBAAiB,CAAC,CAAC;CAC/C,CAAC;;AA6BF,wBAA6C"}
@@ -1,2 +1,2 @@
1
- export { default as EbayCtaButton } from './cta-button';
1
+ export { default as EbayCtaButton } from "./cta-button";
2
2
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/ebay-cta-button/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,cAAc,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/ebay-cta-button/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,cAAc,CAAC"}
@@ -1,6 +1,7 @@
1
1
  # EbayDateTextbox
2
2
 
3
3
  ## Demo
4
+
4
5
  [Storybook](https://opensource.ebay.com/ebayui-core-react/main/?path=/story/form-input-ebay-date-textbox--default)
5
6
 
6
7
  ## Usage
@@ -28,28 +29,28 @@ import "@ebay/skin/date-textbox";
28
29
 
29
30
  | Name | Type | Stateful | Description | Data |
30
31
  | ----------------------- | -------------------- | -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------- |
31
- | `value` | Date, Number, String | No | Selected date for controlled component. | |
32
- | `rangeEnd` | Date, Number, String | No | If range is true, the end of the selected range. | |
33
- | `defaultValue` | Date, Number, String | No | Default selected date. Use it for not controlled component. | |
34
- | `defaultRangeEnd` | Date, Number, String | No | Default end of the selected range. Use it for not controlled component. | |
35
- | `range` | Boolean | No | True if selecting a range, false if a single value | |
36
- | `locale` | String | No | Locale of the date picker, default to `navigator.language` | |
37
- | `inputPlaceholderText` | String, String[] | No | Text for the input placeholder. Should indicate that users need to enter dates in ISO format. If separate placeholders are required for a range display, use an array of two strings (i. e. `["Start (YYYY-MM-DD)", "End (YYYY-MM-DD)"]`). | |
38
- | `collapseOnSelect` | Boolean | No | Whether the calendar should collapse after a date is selected | |
39
- | `disableBefore` | Date | No | First date that may be selected | |
40
- | `disableAfter` | Date | No | Last date that may be selected | |
41
- | `disableWeekdays` | Number[] | No | List of weekdays that are disabled. Must be an array of numbers, where Sunday is `0` and Saturday is `6` | |
42
- | `disableList` | String[], Date[] | No | List of specific days that are disabled. Should be a list of ISO strings, but also accepts timestamps or `Date` objects | |
43
- | `linkBuilder` | Function | No | Function used to build the href for each date. The function is passed the date as a `Date` object, and should return a url string. For dates that don't have a link, the function should return a falsy value | |
44
- | `getA11yShowMonthText` | Function | No | Function used to get the text for showing previous and next months, defaults to `Show ${monthName}` | |
45
- | `a11ySelectedText` | String | No | Text to be read by screen readers when a date is selected, defaults to `Selected` | |
46
- | `a11yRangeStartText` | String | No | Text to be read by screen readers when a date is the start of a range, defaults to `Start of range` | |
47
- | `a11yInRangeText` | String | No | Text to be read by screen readers when a date is in a range, defaults to `in range` | |
48
- | `a11yRangeEndText` | String | No | Text to be read by screen readers when a date is the end of a range, defaults to `End of range` | |
49
- | `a11yTodayText` | String | No | Text to be read by screen readers when a date is the current date, defaults to `Today` | |
50
- | `a11yDisabledText` | String | No | Text to be read by screen readers when a date is disabled, defaults to `inactive` | |
51
- | `a11ySeparator` | String | No | Text to be read by screen readers to separate properties, defaults to `-` | |
52
- | `a11yOpenPopoverText` | String | No | Text to be read by screen readers for the button that opens the calendar popover | |
32
+ | `value` | Date, Number, String | No | Selected date for controlled component. | |
33
+ | `rangeEnd` | Date, Number, String | No | If range is true, the end of the selected range. | |
34
+ | `defaultValue` | Date, Number, String | No | Default selected date. Use it for not controlled component. | |
35
+ | `defaultRangeEnd` | Date, Number, String | No | Default end of the selected range. Use it for not controlled component. | |
36
+ | `range` | Boolean | No | True if selecting a range, false if a single value | |
37
+ | `locale` | String | No | Locale of the date picker, default to `navigator.language` | |
38
+ | `inputPlaceholderText` | String, String[] | No | Text for the input placeholder. Should indicate that users need to enter dates in ISO format. If separate placeholders are required for a range display, use an array of two strings (i. e. `["Start (YYYY-MM-DD)", "End (YYYY-MM-DD)"]`). | |
39
+ | `collapseOnSelect` | Boolean | No | Whether the calendar should collapse after a date is selected | |
40
+ | `disableBefore` | Date | No | First date that may be selected | |
41
+ | `disableAfter` | Date | No | Last date that may be selected | |
42
+ | `disableWeekdays` | Number[] | No | List of weekdays that are disabled. Must be an array of numbers, where Sunday is `0` and Saturday is `6` | |
43
+ | `disableList` | String[], Date[] | No | List of specific days that are disabled. Should be a list of ISO strings, but also accepts timestamps or `Date` objects | |
44
+ | `linkBuilder` | Function | No | Function used to build the href for each date. The function is passed the date as a `Date` object, and should return a url string. For dates that don't have a link, the function should return a falsy value | |
45
+ | `getA11yShowMonthText` | Function | No | Function used to get the text for showing previous and next months, defaults to `Show ${monthName}` | |
46
+ | `a11ySelectedText` | String | No | Text to be read by screen readers when a date is selected, defaults to `Selected` | |
47
+ | `a11yRangeStartText` | String | No | Text to be read by screen readers when a date is the start of a range, defaults to `Start of range` | |
48
+ | `a11yInRangeText` | String | No | Text to be read by screen readers when a date is in a range, defaults to `in range` | |
49
+ | `a11yRangeEndText` | String | No | Text to be read by screen readers when a date is the end of a range, defaults to `End of range` | |
50
+ | `a11yTodayText` | String | No | Text to be read by screen readers when a date is the current date, defaults to `Today` | |
51
+ | `a11yDisabledText` | String | No | Text to be read by screen readers when a date is disabled, defaults to `inactive` | |
52
+ | `a11ySeparator` | String | No | Text to be read by screen readers to separate properties, defaults to `-` | |
53
+ | `a11yOpenPopoverText` | String | No | Text to be read by screen readers for the button that opens the calendar popover | |
53
54
  | `onChange` | Function | - | Triggered when the selection changes | `(event: Event, { selected?, rangeStart?, rangeEnd? })` |
54
- | `onInputChange` | Function | - | Triggered when the input field is typed, use it for controlled components | `(event: Event)` |
55
- | `onInputRangeEndChange` | Function | - | Triggered when the range end input field is typed, use it for controlled components | `(event: Event)` |
55
+ | `onInputChange` | Function | - | Triggered when the input field is typed, use it for controlled components | `(event: Event)` |
56
+ | `onInputRangeEndChange` | Function | - | Triggered when the range end input field is typed, use it for controlled components | `(event: Event)` |
@@ -1,12 +1,12 @@
1
- import { FC } from 'react';
2
- import { EbayCalendarProps } from '../ebay-calendar/calendar';
3
- import { EbayChangeEventHandler, EbayFocusEventHandler, EbayMouseEventHandler } from '../common/event-utils/types';
1
+ import { FC } from "react";
2
+ import { EbayCalendarProps } from "../ebay-calendar/calendar";
3
+ import { EbayChangeEventHandler, EbayFocusEventHandler, EbayMouseEventHandler } from "../common/event-utils/types";
4
4
  type EventData = {
5
5
  selected?: string;
6
6
  rangeStart?: string;
7
7
  rangeEnd?: string;
8
8
  };
9
- export type EbayDateTextboxProps = Omit<EbayCalendarProps, 'interactive' | 'navigable' | 'numMonths' | 'selected'> & {
9
+ export type EbayDateTextboxProps = Omit<EbayCalendarProps, "interactive" | "navigable" | "numMonths" | "selected"> & {
10
10
  className?: string;
11
11
  value?: string;
12
12
  rangeEnd?: string;
@@ -1 +1 @@
1
- {"version":3,"file":"date-textbox.d.ts","sourceRoot":"","sources":["../../src/ebay-date-textbox/date-textbox.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAe,EAAE,EAAuD,MAAM,OAAO,CAAA;AAGnG,OAAqB,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAA;AAG3E,OAAO,EAAE,sBAAsB,EAAE,qBAAqB,EAAE,qBAAqB,EAAE,MAAM,6BAA6B,CAAA;AAIlH,KAAK,SAAS,GAAG;IACb,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB,CAAA;AAED,MAAM,MAAM,oBAAoB,GAAG,IAAI,CAAC,iBAAiB,EAAE,aAAa,GAAG,WAAW,GAAG,WAAW,GAAG,UAAU,CAAC,GAAG;IACjH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,oBAAoB,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IACzC,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,QAAQ,CAAC,EAAE,sBAAsB,CAAC,gBAAgB,EAAE,SAAS,CAAC,GACxD,qBAAqB,CAAC,gBAAgB,EAAE,SAAS,CAAC,GAClD,qBAAqB,CAAC,gBAAgB,EAAE,SAAS,CAAC,CAAC;IACzD,aAAa,CAAC,EAAE,sBAAsB,CAAC,gBAAgB,CAAC,CAAC;IACzD,qBAAqB,CAAC,EAAE,sBAAsB,CAAC,gBAAgB,CAAC,CAAC;CACpE,CAAA;AAID,QAAA,MAAM,eAAe,EAAE,EAAE,CAAC,oBAAoB,CAyM7C,CAAA;AAED,eAAe,eAAe,CAAA"}
1
+ {"version":3,"file":"date-textbox.d.ts","sourceRoot":"","sources":["../../src/ebay-date-textbox/date-textbox.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAe,EAAE,EAAuD,MAAM,OAAO,CAAC;AAGpG,OAAqB,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;AAG5E,OAAO,EAAE,sBAAsB,EAAE,qBAAqB,EAAE,qBAAqB,EAAE,MAAM,6BAA6B,CAAC;AAInH,KAAK,SAAS,GAAG;IACb,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG,IAAI,CAAC,iBAAiB,EAAE,aAAa,GAAG,WAAW,GAAG,WAAW,GAAG,UAAU,CAAC,GAAG;IACjH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,oBAAoB,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IACzC,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,QAAQ,CAAC,EAAE,sBAAsB,CAAC,gBAAgB,EAAE,SAAS,CAAC,GAC1D,qBAAqB,CAAC,gBAAgB,EAAE,SAAS,CAAC,GAClD,qBAAqB,CAAC,gBAAgB,EAAE,SAAS,CAAC,CAAC;IACvD,aAAa,CAAC,EAAE,sBAAsB,CAAC,gBAAgB,CAAC,CAAC;IACzD,qBAAqB,CAAC,EAAE,sBAAsB,CAAC,gBAAgB,CAAC,CAAC;CACpE,CAAC;AAIF,QAAA,MAAM,eAAe,EAAE,EAAE,CAAC,oBAAoB,CAgM7C,CAAC;AAEF,eAAe,eAAe,CAAC"}
@@ -1,2 +1,2 @@
1
- export { default as EbayDateTextbox, type EbayDateTextboxProps } from './date-textbox';
1
+ export { default as EbayDateTextbox, type EbayDateTextboxProps } from "./date-textbox";
2
2
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/ebay-date-textbox/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,KAAK,oBAAoB,EAAE,MAAM,gBAAgB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/ebay-date-textbox/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,KAAK,oBAAoB,EAAE,MAAM,gBAAgB,CAAC"}
@@ -1,14 +1,13 @@
1
- import { ComponentProps, ElementType, FC } from 'react';
2
- import { EbayEventHandler } from '../events';
1
+ import { ComponentProps, ElementType, FC } from "react";
2
+ import { EbayEventHandler } from "../events";
3
3
  type ToggleProps = {
4
4
  open: boolean;
5
5
  };
6
- export type EbayDetailsProps = Omit<ComponentProps<'details'>, 'onToggle'> & {
6
+ export type EbayDetailsProps = Omit<ComponentProps<"details">, "onToggle"> & {
7
7
  text: string;
8
8
  className?: string;
9
- size?: 'regular' | 'small';
10
- alignment?: 'regular' | 'center';
11
- layout?: 'regular' | 'accordion';
9
+ size?: "regular" | "small";
10
+ alignment?: "regular" | "center";
12
11
  as?: ElementType;
13
12
  onToggle?: EbayEventHandler<HTMLDetailsElement, ToggleProps>;
14
13
  };
@@ -1 +1 @@
1
- {"version":3,"file":"ebay-details.d.ts","sourceRoot":"","sources":["../../src/ebay-details/ebay-details.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,cAAc,EAAE,WAAW,EAAE,EAAE,EAAE,MAAM,OAAO,CAAA;AAE9D,OAAO,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAA;AAG5C,KAAK,WAAW,GAAG;IACf,IAAI,EAAE,OAAO,CAAC;CACjB,CAAA;AAED,MAAM,MAAM,gBAAgB,GAAG,IAAI,CAAC,cAAc,CAAC,SAAS,CAAC,EAAE,UAAU,CAAC,GAAG;IACzE,IAAI,EAAE,MAAM,CAAA;IACZ,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,IAAI,CAAC,EAAE,SAAS,GAAG,OAAO,CAAA;IAC1B,SAAS,CAAC,EAAE,SAAS,GAAG,QAAQ,CAAA;IAChC,MAAM,CAAC,EAAE,SAAS,GAAG,WAAW,CAAA;IAChC,EAAE,CAAC,EAAE,WAAW,CAAA;IAChB,QAAQ,CAAC,EAAE,gBAAgB,CAAC,kBAAkB,EAAE,WAAW,CAAC,CAAA;CAC/D,CAAA;AAED,QAAA,MAAM,WAAW,EAAE,EAAE,CAAC,gBAAgB,CA4CrC,CAAA;AAED,eAAe,WAAW,CAAA"}
1
+ {"version":3,"file":"ebay-details.d.ts","sourceRoot":"","sources":["../../src/ebay-details/ebay-details.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,cAAc,EAAE,WAAW,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAE/D,OAAO,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAC;AAG7C,KAAK,WAAW,GAAG;IACf,IAAI,EAAE,OAAO,CAAC;CACjB,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG,IAAI,CAAC,cAAc,CAAC,SAAS,CAAC,EAAE,UAAU,CAAC,GAAG;IACzE,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,SAAS,GAAG,OAAO,CAAC;IAC3B,SAAS,CAAC,EAAE,SAAS,GAAG,QAAQ,CAAC;IACjC,EAAE,CAAC,EAAE,WAAW,CAAC;IACjB,QAAQ,CAAC,EAAE,gBAAgB,CAAC,kBAAkB,EAAE,WAAW,CAAC,CAAC;CAChE,CAAC;AAEF,QAAA,MAAM,WAAW,EAAE,EAAE,CAAC,gBAAgB,CAiCrC,CAAC;AAEF,eAAe,WAAW,CAAC"}
@@ -1,2 +1,2 @@
1
- export { default as EbayDetails, type EbayDetailsProps } from './ebay-details';
1
+ export { default as EbayDetails, type EbayDetailsProps } from "./ebay-details";
2
2
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/ebay-details/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,KAAK,gBAAgB,EAAE,MAAM,gBAAgB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/ebay-details/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,KAAK,gBAAgB,EAAE,MAAM,gBAAgB,CAAC"}
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../ebay-details-CwOA53up.js");exports.EbayDetails=e.EbayDetails;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../ebay-details-BuPepKYE.js");exports.EbayDetails=e.EbayDetails;
@@ -0,0 +1 @@
1
+ "use strict";const u=require("./tslib.es6-C4EgNkz1.js"),e=require("react"),n=require("classnames"),E=require("./icon-C-bWGO-9.js"),N=a=>{var{size:l,alignment:c,text:r,as:m="div",className:i,open:o,onToggle:s,children:d}=a,_=u.__rest(a,["size","alignment","text","as","className","open","onToggle","children"]);const g=s&&(t=>{s(t,{open:t.currentTarget.open})});return e.createElement("details",Object.assign({open:o,onToggle:g,className:n("details",i)},_),e.createElement("summary",{className:n("details__summary",{"details__summary--small":l==="small","details__summary--center":c==="center"})},e.createElement("span",{className:"details__label"},r),e.createElement("span",{className:"details__icon",hidden:!0},e.createElement(E.EbayIcon,{name:"chevronDown16"}))),e.createElement(m,{className:"details__content"},d))};exports.EbayDetails=N;
@@ -3,12 +3,8 @@
3
3
  ## DialogBase Usage
4
4
 
5
5
  ```jsx
6
- <DialogBase
7
- open
8
- a11yCloseText="Close Dialog Base"
9
- onCloseBtnClick={handleCloseBtnClick}
10
- >
11
- <h1>Hello World</h1>
6
+ <DialogBase open a11yCloseText="Close Dialog Base" onCloseBtnClick={handleCloseBtnClick}>
7
+ <h1>Hello World</h1>
12
8
  </DialogBase>
13
9
  ```
14
10
 
@@ -7,7 +7,7 @@ interface DialogAnimationHookProps {
7
7
  enabled?: boolean;
8
8
  onTransitionEnd: () => void;
9
9
  }
10
- export type TransitionElement = 'window' | 'root';
11
- export declare function useDialogAnimation({ open, classPrefix, transitionElement, dialogRef, dialogWindowRef, enabled, onTransitionEnd }: DialogAnimationHookProps): void;
10
+ export type TransitionElement = "window" | "root";
11
+ export declare function useDialogAnimation({ open, classPrefix, transitionElement, dialogRef, dialogWindowRef, enabled, onTransitionEnd, }: DialogAnimationHookProps): void;
12
12
  export {};
13
13
  //# sourceMappingURL=animation.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"animation.d.ts","sourceRoot":"","sources":["../../../src/ebay-dialog-base/components/animation.ts"],"names":[],"mappings":"AAWA,UAAU,wBAAwB;IAC9B,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;IACtC,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,KAAK,CAAC,SAAS,CAAC,WAAW,CAAC,CAAC;IACxC,eAAe,EAAE,KAAK,CAAC,SAAS,CAAC,WAAW,CAAC,CAAC;IAC9C,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,eAAe,EAAE,MAAM,IAAI,CAAA;CAC9B;AAED,MAAM,MAAM,iBAAiB,GAAG,QAAQ,GAAG,MAAM,CAAC;AAElD,wBAAgB,kBAAkB,CAAC,EAC/B,IAAI,EACJ,WAAW,EACX,iBAAiB,EACjB,SAAS,EACT,eAAe,EACf,OAAO,EACP,eAAe,EAClB,EAAE,wBAAwB,GAAG,IAAI,CA4CjC"}
1
+ {"version":3,"file":"animation.d.ts","sourceRoot":"","sources":["../../../src/ebay-dialog-base/components/animation.ts"],"names":[],"mappings":"AAWA,UAAU,wBAAwB;IAC9B,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;IACtC,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,KAAK,CAAC,SAAS,CAAC,WAAW,CAAC,CAAC;IACxC,eAAe,EAAE,KAAK,CAAC,SAAS,CAAC,WAAW,CAAC,CAAC;IAC9C,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,eAAe,EAAE,MAAM,IAAI,CAAC;CAC/B;AAED,MAAM,MAAM,iBAAiB,GAAG,QAAQ,GAAG,MAAM,CAAC;AAElD,wBAAgB,kBAAkB,CAAC,EAC/B,IAAI,EACJ,WAAW,EACX,iBAAiB,EACjB,SAAS,EACT,eAAe,EACf,OAAO,EACP,eAAe,GAClB,EAAE,wBAAwB,GAAG,IAAI,CA4CjC"}
@@ -1,4 +1,4 @@
1
- import { FC, ReactNode } from 'react';
1
+ import { FC, ReactNode } from "react";
2
2
  type EbayDialogActionsProps = {
3
3
  children?: ReactNode;
4
4
  };
@@ -1 +1 @@
1
- {"version":3,"file":"dialog-actions.d.ts","sourceRoot":"","sources":["../../../src/ebay-dialog-base/components/dialog-actions.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAE5C,KAAK,sBAAsB,GAAG;IAC1B,QAAQ,CAAC,EAAE,SAAS,CAAC;CACxB,CAAA;AAED,QAAA,MAAM,iBAAiB,EAAC,EAAE,CAAC,sBAAsB,CAAqC,CAAA;AAEtF,eAAe,iBAAiB,CAAA"}
1
+ {"version":3,"file":"dialog-actions.d.ts","sourceRoot":"","sources":["../../../src/ebay-dialog-base/components/dialog-actions.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAE7C,KAAK,sBAAsB,GAAG;IAC1B,QAAQ,CAAC,EAAE,SAAS,CAAC;CACxB,CAAC;AAEF,QAAA,MAAM,iBAAiB,EAAE,EAAE,CAAC,sBAAsB,CAAqC,CAAC;AAExF,eAAe,iBAAiB,CAAC"}
@@ -1,4 +1,4 @@
1
- import { FC, ReactNode } from 'react';
1
+ import { FC, ReactNode } from "react";
2
2
  type EbayDialogCloseButtonProps = {
3
3
  children?: ReactNode;
4
4
  };
@@ -1 +1 @@
1
- {"version":3,"file":"dialog-close-button.d.ts","sourceRoot":"","sources":["../../../src/ebay-dialog-base/components/dialog-close-button.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAE5C,KAAK,0BAA0B,GAAG;IAC9B,QAAQ,CAAC,EAAE,SAAS,CAAC;CACxB,CAAA;AAED,QAAA,MAAM,qBAAqB,EAAE,EAAE,CAAC,0BAA0B,CAAqC,CAAA;AAE/F,eAAe,qBAAqB,CAAA"}
1
+ {"version":3,"file":"dialog-close-button.d.ts","sourceRoot":"","sources":["../../../src/ebay-dialog-base/components/dialog-close-button.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAE7C,KAAK,0BAA0B,GAAG;IAC9B,QAAQ,CAAC,EAAE,SAAS,CAAC;CACxB,CAAC;AAEF,QAAA,MAAM,qBAAqB,EAAE,EAAE,CAAC,0BAA0B,CAAqC,CAAC;AAEhG,eAAe,qBAAqB,CAAC"}
@@ -1,4 +1,4 @@
1
- import { FC, ReactNode } from 'react';
1
+ import { FC, ReactNode } from "react";
2
2
  type EbayDialogFooterProps = {
3
3
  children?: ReactNode;
4
4
  };
@@ -1 +1 @@
1
- {"version":3,"file":"dialog-footer.d.ts","sourceRoot":"","sources":["../../../src/ebay-dialog-base/components/dialog-footer.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAE5C,KAAK,qBAAqB,GAAG;IACzB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACxB,CAAA;AAED,QAAA,MAAM,gBAAgB,EAAC,EAAE,CAAC,qBAAqB,CAAqC,CAAA;AAEpF,eAAe,gBAAgB,CAAA"}
1
+ {"version":3,"file":"dialog-footer.d.ts","sourceRoot":"","sources":["../../../src/ebay-dialog-base/components/dialog-footer.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAE7C,KAAK,qBAAqB,GAAG;IACzB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACxB,CAAC;AAEF,QAAA,MAAM,gBAAgB,EAAE,EAAE,CAAC,qBAAqB,CAAqC,CAAC;AAEtF,eAAe,gBAAgB,CAAC"}
@@ -1,5 +1,5 @@
1
- import { FC, ComponentProps } from 'react';
2
- export type EbayDialogHeaderProps = ComponentProps<'h2'>;
1
+ import { FC, ComponentProps } from "react";
2
+ export type EbayDialogHeaderProps = ComponentProps<"h2">;
3
3
  declare const EbayDialogHeader: FC<EbayDialogHeaderProps>;
4
4
  export default EbayDialogHeader;
5
5
  //# sourceMappingURL=dialog-header.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"dialog-header.d.ts","sourceRoot":"","sources":["../../../src/ebay-dialog-base/components/dialog-header.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,EAAE,EAAE,cAAc,EAAE,MAAM,OAAO,CAAA;AAEjD,MAAM,MAAM,qBAAqB,GAAG,cAAc,CAAC,IAAI,CAAC,CAAA;AAExD,QAAA,MAAM,gBAAgB,EAAC,EAAE,CAAC,qBAAqB,CAGZ,CAAA;AAEnC,eAAe,gBAAgB,CAAA"}
1
+ {"version":3,"file":"dialog-header.d.ts","sourceRoot":"","sources":["../../../src/ebay-dialog-base/components/dialog-header.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,EAAE,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAElD,MAAM,MAAM,qBAAqB,GAAG,cAAc,CAAC,IAAI,CAAC,CAAC;AAEzD,QAAA,MAAM,gBAAgB,EAAE,EAAE,CAAC,qBAAqB,CAA4D,CAAC;AAE7G,eAAe,gBAAgB,CAAC"}
@@ -1,5 +1,5 @@
1
- import { FC, KeyboardEventHandler, MouseEventHandler } from 'react';
2
- import { Icon } from '../../ebay-icon';
1
+ import { FC, KeyboardEventHandler, MouseEventHandler } from "react";
2
+ import { Icon } from "../../ebay-icon";
3
3
  type EbayDialogPreviousButtonProps = {
4
4
  icon?: Icon;
5
5
  className?: string;
@@ -1 +1 @@
1
- {"version":3,"file":"dialog-previous-button.d.ts","sourceRoot":"","sources":["../../../src/ebay-dialog-base/components/dialog-previous-button.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,EAAE,EAAE,oBAAoB,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAA;AAG1E,OAAO,EAAE,IAAI,EAAE,MAAM,iBAAiB,CAAA;AAEtC,KAAK,6BAA6B,GAAG;IACjC,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,OAAO,CAAC,EAAE,iBAAiB,GAAG,oBAAoB,CAAA;CACrD,CAAA;AAED,QAAA,MAAM,wBAAwB,EAAE,EAAE,CAAC,6BAA6B,CAS/D,CAAA;AAED,eAAe,wBAAwB,CAAA"}
1
+ {"version":3,"file":"dialog-previous-button.d.ts","sourceRoot":"","sources":["../../../src/ebay-dialog-base/components/dialog-previous-button.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,EAAE,EAAE,oBAAoB,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAG3E,OAAO,EAAE,IAAI,EAAE,MAAM,iBAAiB,CAAC;AAEvC,KAAK,6BAA6B,GAAG;IACjC,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,iBAAiB,GAAG,oBAAoB,CAAC;CACtD,CAAC;AAEF,QAAA,MAAM,wBAAwB,EAAE,EAAE,CAAC,6BAA6B,CAU/D,CAAC;AAEF,eAAe,wBAAwB,CAAC"}
@@ -1,12 +1,12 @@
1
- import { FC, HTMLProps, RefObject, ReactElement, ReactNode } from 'react';
2
- import { TransitionElement } from './animation';
3
- import { DialogCloseEventHandler } from '../types';
4
- import { EbayDialogHeaderProps } from './dialog-header';
5
- export type WindowType = 'compact';
6
- type ClassPrefix = 'fullscreen-dialog' | 'lightbox-dialog' | 'panel-dialog' | 'drawer-dialog' | 'toast-dialog' | 'alert-dialog' | 'confirm-dialog' | 'snackbar-dialog';
7
- type ButtonPosition = 'top' | 'right' | 'bottom' | 'left' | 'hidden';
1
+ import { FC, HTMLProps, RefObject, ReactElement, ReactNode } from "react";
2
+ import { TransitionElement } from "./animation";
3
+ import { DialogCloseEventHandler } from "../types";
4
+ import { EbayDialogHeaderProps } from "./dialog-header";
5
+ export type WindowType = "compact";
6
+ type ClassPrefix = "fullscreen-dialog" | "lightbox-dialog" | "panel-dialog" | "drawer-dialog" | "toast-dialog" | "alert-dialog" | "confirm-dialog" | "snackbar-dialog";
7
+ type ButtonPosition = "top" | "right" | "bottom" | "left" | "hidden";
8
8
  export interface DialogBaseProps<T> extends HTMLProps<T> {
9
- baseEl?: 'div' | 'span' | 'aside';
9
+ baseEl?: "div" | "span" | "aside";
10
10
  open?: boolean;
11
11
  classPrefix?: ClassPrefix;
12
12
  windowClass?: string;
@@ -1 +1 @@
1
- {"version":3,"file":"dialogBase.d.ts","sourceRoot":"","sources":["../../../src/ebay-dialog-base/components/dialogBase.tsx"],"names":[],"mappings":"AAAA,OAAc,EACV,EAAE,EACF,SAAS,EACT,SAAS,EAIT,YAAY,EAEZ,SAAS,EAEZ,MAAM,OAAO,CAAA;AAMd,OAAO,EAAsB,iBAAiB,EAAE,MAAM,aAAa,CAAA;AACnE,OAAO,EAAoB,uBAAuB,EAAE,MAAM,UAAU,CAAA;AACpE,OAAO,EAAE,qBAAqB,EAAE,MAAM,iBAAiB,CAAA;AAGvD,MAAM,MAAM,UAAU,GAAG,SAAS,CAAA;AAClC,KAAK,WAAW,GAAG,mBAAmB,GAAG,iBAAiB,GAAG,cAAc,GACrE,eAAe,GAAG,cAAc,GAAG,cAAc,GAAG,gBAAgB,GACpE,iBAAiB,CAAA;AACvB,KAAK,cAAc,GAAG,KAAK,GAAG,OAAO,GAAG,QAAQ,GAAG,MAAM,GAAG,QAAQ,CAAA;AAGpE,MAAM,WAAW,eAAe,CAAC,CAAC,CAAE,SAAQ,SAAS,CAAC,CAAC,CAAC;IACpD,MAAM,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,OAAO,CAAC;IAClC,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB,MAAM,CAAC,EAAE,YAAY,CAAC,qBAAqB,CAAC,CAAC;IAC7C,MAAM,CAAC,EAAE,YAAY,CAAC;IACtB,OAAO,CAAC,EAAE,YAAY,CAAC;IACvB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,GAAG,CAAC,EAAE,YAAY,CAAC;IACnB,cAAc,CAAC,EAAE,cAAc,CAAC;IAChC,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,eAAe,CAAC,EAAE,uBAAuB,CAAC;IAC1C,iBAAiB,CAAC,EAAE,uBAAuB,CAAC;IAC5C,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,WAAW,CAAC,EAAE,YAAY,CAAC;IAC3B,cAAc,CAAC,EAAE,YAAY,CAAC;IAC9B,KAAK,CAAC,EAAE,SAAS,CAAC,iBAAiB,GAAG,iBAAiB,CAAC,CAAC;IACzD,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;IACtC,QAAQ,CAAC,EAAE,SAAS,CAAC;CACxB;AAED,eAAO,MAAM,UAAU,EAAE,EAAE,CAAC,eAAe,CAAC,WAAW,CAAC,CA8KvD,CAAA;AAED,eAAe,UAAU,CAAA"}
1
+ {"version":3,"file":"dialogBase.d.ts","sourceRoot":"","sources":["../../../src/ebay-dialog-base/components/dialogBase.tsx"],"names":[],"mappings":"AAAA,OAAc,EACV,EAAE,EACF,SAAS,EACT,SAAS,EAIT,YAAY,EAEZ,SAAS,EAEZ,MAAM,OAAO,CAAC;AAMf,OAAO,EAAsB,iBAAiB,EAAE,MAAM,aAAa,CAAC;AACpE,OAAO,EAAoB,uBAAuB,EAAE,MAAM,UAAU,CAAC;AACrE,OAAO,EAAE,qBAAqB,EAAE,MAAM,iBAAiB,CAAC;AAExD,MAAM,MAAM,UAAU,GAAG,SAAS,CAAC;AACnC,KAAK,WAAW,GACV,mBAAmB,GACnB,iBAAiB,GACjB,cAAc,GACd,eAAe,GACf,cAAc,GACd,cAAc,GACd,gBAAgB,GAChB,iBAAiB,CAAC;AACxB,KAAK,cAAc,GAAG,KAAK,GAAG,OAAO,GAAG,QAAQ,GAAG,MAAM,GAAG,QAAQ,CAAC;AAErE,MAAM,WAAW,eAAe,CAAC,CAAC,CAAE,SAAQ,SAAS,CAAC,CAAC,CAAC;IACpD,MAAM,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,OAAO,CAAC;IAClC,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB,MAAM,CAAC,EAAE,YAAY,CAAC,qBAAqB,CAAC,CAAC;IAC7C,MAAM,CAAC,EAAE,YAAY,CAAC;IACtB,OAAO,CAAC,EAAE,YAAY,CAAC;IACvB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,GAAG,CAAC,EAAE,YAAY,CAAC;IACnB,cAAc,CAAC,EAAE,cAAc,CAAC;IAChC,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,eAAe,CAAC,EAAE,uBAAuB,CAAC;IAC1C,iBAAiB,CAAC,EAAE,uBAAuB,CAAC;IAC5C,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,WAAW,CAAC,EAAE,YAAY,CAAC;IAC3B,cAAc,CAAC,EAAE,YAAY,CAAC;IAC9B,KAAK,CAAC,EAAE,SAAS,CAAC,iBAAiB,GAAG,iBAAiB,CAAC,CAAC;IACzD,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;IACtC,QAAQ,CAAC,EAAE,SAAS,CAAC;CACxB;AAED,eAAO,MAAM,UAAU,EAAE,EAAE,CAAC,eAAe,CAAC,WAAW,CAAC,CA4JvD,CAAC;AAEF,eAAe,UAAU,CAAC"}
@@ -1,5 +1,5 @@
1
- import { ReactElement } from 'react';
2
- import { DialogBaseProps } from './components/dialogBase';
1
+ import { ReactElement } from "react";
2
+ import { DialogBaseProps } from "./components/dialogBase";
3
3
  export declare const DialogBaseWithState: ({ isModal, open, children, animated, ...rest }: DialogBaseProps<HTMLElement>) => ReactElement;
4
4
  export default DialogBaseWithState;
5
5
  //# sourceMappingURL=dialog-base-with-state.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"dialog-base-with-state.d.ts","sourceRoot":"","sources":["../../src/ebay-dialog-base/dialog-base-with-state.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAY,YAAY,EAAE,MAAM,OAAO,CAAA;AAErD,OAAO,EAAc,eAAe,EAAE,MAAM,yBAAyB,CAAA;AASrE,eAAO,MAAM,mBAAmB,GAAI,gDAMjC,eAAe,CAAC,WAAW,CAAC,KAAG,YAyCjC,CAAA;AAED,eAAe,mBAAmB,CAAA"}
1
+ {"version":3,"file":"dialog-base-with-state.d.ts","sourceRoot":"","sources":["../../src/ebay-dialog-base/dialog-base-with-state.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAY,YAAY,EAAE,MAAM,OAAO,CAAC;AAEtD,OAAO,EAAc,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAStE,eAAO,MAAM,mBAAmB,GAAI,gDAMjC,eAAe,CAAC,WAAW,CAAC,KAAG,YAwCjC,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
@@ -1,10 +1,10 @@
1
- export { default as EbayDialogHeader } from './components/dialog-header';
2
- export { default as EbayDialogFooter } from './components/dialog-footer';
3
- export { default as EbayDialogCloseButton } from './components/dialog-close-button';
4
- export type { WindowType, DialogBaseProps } from './components/dialogBase';
5
- export { default as DialogBaseWithState } from './dialog-base-with-state';
6
- export { default as EbayDialogActions } from './components/dialog-actions';
7
- export { default as EbayDialogPreviousButton } from './components/dialog-previous-button';
8
- export { type TransitionElement, useDialogAnimation } from './components/animation';
9
- export * from './types';
1
+ export { default as EbayDialogHeader } from "./components/dialog-header";
2
+ export { default as EbayDialogFooter } from "./components/dialog-footer";
3
+ export { default as EbayDialogCloseButton } from "./components/dialog-close-button";
4
+ export type { WindowType, DialogBaseProps } from "./components/dialogBase";
5
+ export { default as DialogBaseWithState } from "./dialog-base-with-state";
6
+ export { default as EbayDialogActions } from "./components/dialog-actions";
7
+ export { default as EbayDialogPreviousButton } from "./components/dialog-previous-button";
8
+ export { type TransitionElement, useDialogAnimation } from "./components/animation";
9
+ export * from "./types";
10
10
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/ebay-dialog-base/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,4BAA4B,CAAA;AACxE,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,4BAA4B,CAAA;AACxE,OAAO,EAAE,OAAO,IAAI,qBAAqB,EAAE,MAAM,kCAAkC,CAAA;AACnF,YAAY,EAAE,UAAU,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAA;AAC1E,OAAO,EAAE,OAAO,IAAI,mBAAmB,EAAE,MAAM,0BAA0B,CAAA;AACzE,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,6BAA6B,CAAA;AAC1E,OAAO,EAAE,OAAO,IAAI,wBAAwB,EAAE,MAAM,qCAAqC,CAAA;AACzF,OAAO,EAAE,KAAK,iBAAiB,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAA;AACnF,cAAc,SAAS,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/ebay-dialog-base/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,4BAA4B,CAAC;AACzE,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,4BAA4B,CAAC;AACzE,OAAO,EAAE,OAAO,IAAI,qBAAqB,EAAE,MAAM,kCAAkC,CAAC;AACpF,YAAY,EAAE,UAAU,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAC3E,OAAO,EAAE,OAAO,IAAI,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAC1E,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,6BAA6B,CAAC;AAC3E,OAAO,EAAE,OAAO,IAAI,wBAAwB,EAAE,MAAM,qCAAqC,CAAC;AAC1F,OAAO,EAAE,KAAK,iBAAiB,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AACpF,cAAc,SAAS,CAAC"}
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("../dialog-previous-button-DR6Ujner.js");exports.DialogBaseWithState=o.DialogBaseWithState;exports.EbayDialogActions=o.EbayDialogActions;exports.EbayDialogCloseButton=o.EbayDialogCloseButton;exports.EbayDialogFooter=o.EbayDialogFooter;exports.EbayDialogHeader=o.EbayDialogHeader;exports.EbayDialogPreviousButton=o.EbayDialogPreviousButton;exports.useDialogAnimation=o.useDialogAnimation;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("../dialog-previous-button-B1dTCOv2.js");exports.DialogBaseWithState=o.DialogBaseWithState;exports.EbayDialogActions=o.EbayDialogActions;exports.EbayDialogCloseButton=o.EbayDialogCloseButton;exports.EbayDialogFooter=o.EbayDialogFooter;exports.EbayDialogHeader=o.EbayDialogHeader;exports.EbayDialogPreviousButton=o.EbayDialogPreviousButton;exports.useDialogAnimation=o.useDialogAnimation;
@@ -1,4 +1,4 @@
1
- import { KeyboardEvent, SyntheticEvent, MouseEvent } from 'react';
1
+ import { KeyboardEvent, SyntheticEvent, MouseEvent } from "react";
2
2
  export type DialogCloseEvent = SyntheticEvent<HTMLElement> | KeyboardEvent<HTMLElement> | MouseEvent<Element>;
3
3
  export type DialogCloseEventHandler = (event: DialogCloseEvent) => void;
4
4
  //# sourceMappingURL=types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/ebay-dialog-base/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,cAAc,EAAE,UAAU,EAAE,MAAM,OAAO,CAAA;AAEjE,MAAM,MAAM,gBAAgB,GACxB,cAAc,CAAC,WAAW,CAAC,GAC3B,aAAa,CAAC,WAAW,CAAC,GAC1B,UAAU,CAAC,OAAO,CAAC,CAAA;AAEvB,MAAM,MAAM,uBAAuB,GAAG,CAAC,KAAK,EAAE,gBAAgB,KAAK,IAAI,CAAA"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/ebay-dialog-base/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,cAAc,EAAE,UAAU,EAAE,MAAM,OAAO,CAAC;AAElE,MAAM,MAAM,gBAAgB,GAAG,cAAc,CAAC,WAAW,CAAC,GAAG,aAAa,CAAC,WAAW,CAAC,GAAG,UAAU,CAAC,OAAO,CAAC,CAAC;AAE9G,MAAM,MAAM,uBAAuB,GAAG,CAAC,KAAK,EAAE,gBAAgB,KAAK,IAAI,CAAC"}
@@ -3,23 +3,31 @@
3
3
  **Deprecated will be removed next major** (Use `EbayLightboxDialog` instead)
4
4
 
5
5
  ## Demo
6
+
6
7
  [Storybook](https://opensource.ebay.com/ebayui-core-react/main/?path=/story/deprecated-ebay-drawer-dialog-deprecated--default)
7
8
 
8
9
  ## Usage
9
10
 
10
11
  ### Import JS
12
+
11
13
  ```jsx harmony
12
- import { EbayDrawerDialogDeprecated } from '@ebay/ui-core-react/ebay-drawer-dialog-deprecated'
14
+ import { EbayDrawerDialogDeprecated } from "@ebay/ui-core-react/ebay-drawer-dialog-deprecated";
13
15
  ```
16
+
14
17
  ### Import following styles from SKIN
18
+
15
19
  ```jsx harmony
16
- import "@ebay/skin/drawer-dialog"
20
+ import "@ebay/skin/drawer-dialog";
17
21
  ```
22
+
18
23
  ### Or import styles using SCSS/CSS
24
+
19
25
  ```jsx harmony
20
- import '@ebay/skin/drawer-dialog.css'
26
+ import "@ebay/skin/drawer-dialog.css";
21
27
  ```
28
+
22
29
  ### Simple opened dialog
30
+
23
31
  ```jsx
24
32
  <EbayDrawerDialogDeprecated open a11yClosetext="Close Drawer">
25
33
  Hello World
@@ -29,20 +37,20 @@ import '@ebay/skin/drawer-dialog.css'
29
37
  ## Props
30
38
 
31
39
  | Name | Type | Stateful | Required | Description |
32
- |--------------------|---------|----------|----------|---------------------------------------------------------------------------------------------------------------------------------------------------|
40
+ | ------------------ | ------- | -------- | -------- | ------------------------------------------------------------------------------------------------------------------------------------------------- |
33
41
  | `expanded` | Boolean | No | No | Whether the drawer is expanded to full height or max 50%. Controlled. |
34
42
  | `open` | Boolean | Yes | No | Whether drawer is open. Controlled. |
35
43
  | `noHandle` | Boolean | Yes | No | Whether handle will be shown or not. |
36
44
  | `focus` | String | No | No | An id for an element which will receive focus when the drawer opens (defaults to close button). |
37
- | `a11yCloseText` | String | No | No* | A11y text for close button and mask. Required only when close button exists. |
38
- | `a11yMinimizeText` | String | No | No* | A11y text for draggable handle when drawer is maximized and clicking handle will minimize the drawer. Required only when draggable handle exists. |
39
- | `a11yMaximizeText` | String | No | No* | A11y text for draggable handle when drawer is minimized and clicking handle will maximize the drawer. Required only when draggable handle exists. |
45
+ | `a11yCloseText` | String | No | No\* | A11y text for close button and mask. Required only when close button exists. |
46
+ | `a11yMinimizeText` | String | No | No\* | A11y text for draggable handle when drawer is maximized and clicking handle will minimize the drawer. Required only when draggable handle exists. |
47
+ | `a11yMaximizeText` | String | No | No\* | A11y text for draggable handle when drawer is minimized and clicking handle will maximize the drawer. Required only when draggable handle exists. |
40
48
  | `animated` | Boolean | Yes | No | Renders the dialog with an animation. Note that the dialog will always be present in the DOM |
41
49
 
42
50
  ## Events
43
51
 
44
52
  | Event | Data | Description |
45
- |---------------|------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------|
53
+ | ------------- | ---------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- |
46
54
  | `onOpen` | `(event: Event)` | drawer opened |
47
55
  | `onClose` | `(event: Event)` | drawer closed. Triggered also when user drags down on handle (touch only) when dialog is not expanded |
48
56
  | `onExpanded` | `(event: Event)` | drawer expanded to full page height. Event is triggered on drag up of handle (touch only), clicks, or when user scrolls in content when dialog is not expanded |
@@ -51,9 +59,11 @@ import '@ebay/skin/drawer-dialog.css'
51
59
  ## Child components
52
60
 
53
61
  ### EbayDialogHeader
62
+
54
63
  Will render a header content for the dialog. Will always render the header element even if this is not present
55
64
 
56
65
  ### EbayDialogFooter
66
+
57
67
  Will render the footer content for the dialog. If not present then will not have any footer.
58
68
 
59
69
  ```jsx
@@ -1,5 +1,5 @@
1
- import { FC, RefObject } from 'react';
2
- import { DialogBaseProps } from '../../ebay-dialog-base';
1
+ import { FC, RefObject } from "react";
2
+ import { DialogBaseProps } from "../../ebay-dialog-base";
3
3
  export interface EbayDrawerProps<T> extends DialogBaseProps<T> {
4
4
  expanded?: boolean;
5
5
  open?: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"drawer.d.ts","sourceRoot":"","sources":["../../../src/ebay-drawer-dialog-deprecated/components/drawer.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAY,EAAE,EAAgB,SAAS,EAA0C,MAAM,OAAO,CAAA;AAE5G,OAAO,EAAE,eAAe,EAAyC,MAAM,wBAAwB,CAAA;AAK/F,MAAM,WAAW,eAAe,CAAC,CAAC,CAAE,SAAQ,eAAe,CAAC,CAAC,CAAC;IAC1D,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,SAAS,CAAC,iBAAiB,GAAG,iBAAiB,CAAC,CAAC;IACzD,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,IAAI,CAAC;IACxB,WAAW,CAAC,EAAE,MAAM,IAAI,CAAC;CAC5B;AAGD,QAAA,MAAM,0BAA0B,EAAE,EAAE,CAAC,eAAe,CAAC,GAAG,CAAC,CA8FxD,CAAA;AAED,eAAe,0BAA0B,CAAA"}
1
+ {"version":3,"file":"drawer.d.ts","sourceRoot":"","sources":["../../../src/ebay-drawer-dialog-deprecated/components/drawer.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAY,EAAE,EAAgB,SAAS,EAA0C,MAAM,OAAO,CAAC;AAE7G,OAAO,EAAE,eAAe,EAAyC,MAAM,wBAAwB,CAAC;AAKhG,MAAM,WAAW,eAAe,CAAC,CAAC,CAAE,SAAQ,eAAe,CAAC,CAAC,CAAC;IAC1D,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,SAAS,CAAC,iBAAiB,GAAG,iBAAiB,CAAC,CAAC;IACzD,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,IAAI,CAAC;IACxB,WAAW,CAAC,EAAE,MAAM,IAAI,CAAC;CAC5B;AAGD,QAAA,MAAM,0BAA0B,EAAE,EAAE,CAAC,eAAe,CAAC,GAAG,CAAC,CA8FxD,CAAC;AAEF,eAAe,0BAA0B,CAAC"}
@@ -1,2 +1,2 @@
1
- export { default as EbayDrawerDialogDeprecated } from './components/drawer';
1
+ export { default as EbayDrawerDialogDeprecated } from "./components/drawer";
2
2
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/ebay-drawer-dialog-deprecated/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,0BAA0B,EAAE,MAAM,qBAAqB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/ebay-drawer-dialog-deprecated/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,0BAA0B,EAAE,MAAM,qBAAqB,CAAC"}
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const v=require("../tslib.es6-C4EgNkz1.js"),o=require("react"),g=require("classnames"),i=require("../dialog-previous-button-DR6Ujner.js");require("../icon-button-CHW6Lezn.js");const A=30,t="drawer-dialog",$=p=>{var{expanded:l=!1,noHandle:y,onClose:c=()=>{},onCollapsed:T=()=>{},onExpanded:w=()=>{},a11yMaximizeText:b,a11yMinimizeText:C,children:D}=p,u=v.__rest(p,["expanded","noHandle","onClose","onCollapsed","onExpanded","a11yMaximizeText","a11yMinimizeText","children"]);let a=[];const[s,E]=o.useState(l);o.useEffect(()=>{E(l)},[l]);const d=e=>{E(e),e?w():T()},_=e=>{a=Array.from(e.changedTouches).map(({identifier:r,pageY:n})=>({identifier:r,pageY:n}))},h=e=>{Array.from(e.changedTouches).forEach(({identifier:r})=>{const n=a.findIndex(f=>f.identifier===r);n>-1&&a.splice(n,1)})},H=e=>{a.length&&Array.from(e.changedTouches).forEach(({identifier:r,pageY:n})=>{const f=a.findIndex(q=>q.identifier===r),x=n-a[f].pageY;x>A?(s?d(!1):c(),h(e)):x<-30&&(d(!0),h(e))})},S=y?null:o.createElement("button",{"aria-label":s?C:b,className:`${t}__handle`,onClick:()=>d(!s),onScroll:()=>d(!0),onTouchStart:_,onTouchMove:H,onTouchEnd:h,type:"button"}),m=o.Children.toArray(D),M=m.find(({type:e})=>e===i.EbayDialogHeader),k=m.filter(({type:e})=>e!==i.EbayDialogHeader);return o.createElement(i.DialogBaseWithState,Object.assign({},u,{classPrefix:t,onCloseBtnClick:c,className:g(u.className,`${t}--mask-fade-slow`),windowClass:g(u.windowClass,`${t}__window`,`${t}__window--slide`,{[`${t}__window--expanded`]:s}),onBackgroundClick:c,top:S}),M||o.createElement(i.EbayDialogHeader,null),k)};exports.EbayDrawerDialogDeprecated=$;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const v=require("../tslib.es6-C4EgNkz1.js"),o=require("react"),g=require("classnames"),i=require("../dialog-previous-button-B1dTCOv2.js");require("../icon-button-CHW6Lezn.js");const A=30,t="drawer-dialog",$=p=>{var{expanded:l=!1,noHandle:y,onClose:c=()=>{},onCollapsed:T=()=>{},onExpanded:w=()=>{},a11yMaximizeText:b,a11yMinimizeText:C,children:D}=p,u=v.__rest(p,["expanded","noHandle","onClose","onCollapsed","onExpanded","a11yMaximizeText","a11yMinimizeText","children"]);let a=[];const[s,E]=o.useState(l);o.useEffect(()=>{E(l)},[l]);const d=e=>{E(e),e?w():T()},_=e=>{a=Array.from(e.changedTouches).map(({identifier:r,pageY:n})=>({identifier:r,pageY:n}))},h=e=>{Array.from(e.changedTouches).forEach(({identifier:r})=>{const n=a.findIndex(f=>f.identifier===r);n>-1&&a.splice(n,1)})},H=e=>{a.length&&Array.from(e.changedTouches).forEach(({identifier:r,pageY:n})=>{const f=a.findIndex(q=>q.identifier===r),x=n-a[f].pageY;x>A?(s?d(!1):c(),h(e)):x<-30&&(d(!0),h(e))})},S=y?null:o.createElement("button",{"aria-label":s?C:b,className:`${t}__handle`,onClick:()=>d(!s),onScroll:()=>d(!0),onTouchStart:_,onTouchMove:H,onTouchEnd:h,type:"button"}),m=o.Children.toArray(D),M=m.find(({type:e})=>e===i.EbayDialogHeader),k=m.filter(({type:e})=>e!==i.EbayDialogHeader);return o.createElement(i.DialogBaseWithState,Object.assign({},u,{classPrefix:t,onCloseBtnClick:c,className:g(u.className,`${t}--mask-fade-slow`),windowClass:g(u.windowClass,`${t}__window`,`${t}__window--slide`,{[`${t}__window--expanded`]:s}),onBackgroundClick:c,top:S}),M||o.createElement(i.EbayDialogHeader,null),k)};exports.EbayDrawerDialogDeprecated=$;
@@ -11,28 +11,25 @@ import {
11
11
  EbayEducationNotice,
12
12
  EbayNoticeContent,
13
13
  EbayEducationNoticeTitle,
14
- EbayEducationNoticeFooter
15
- } from '@ebay/ui-core-react/ebay-education-notice'
14
+ EbayEducationNoticeFooter,
15
+ } from "@ebay/ui-core-react/ebay-education-notice";
16
16
  ```
17
17
 
18
18
  ### Import following styles from SKIN
19
19
 
20
20
  ```jsx harmony
21
- import '@ebay/skin/education-notice'
21
+ import "@ebay/skin/education-notice";
22
22
  ```
23
23
 
24
24
  ## Use
25
25
 
26
26
  ```jsx harmony
27
27
  <EbayEducationNotice educationIcon={<EbayIcon name="theEbayVault24" />}>
28
- <EbayEducationNoticeTitle>
29
- Recommended title format
30
- </EbayEducationNoticeTitle>
28
+ <EbayEducationNoticeTitle>Recommended title format</EbayEducationNoticeTitle>
31
29
  <EbayNoticeContent>
32
30
  <p>
33
- Follow the order below to optimize market valuation from Price
34
- Guide. Player + Set or Season + Manufacturer + Card number + Variant
35
- + Grader + Grade
31
+ Follow the order below to optimize market valuation from Price Guide. Player + Set or Season + Manufacturer
32
+ + Card number + Variant + Grader + Grade
36
33
  </p>
37
34
  </EbayNoticeContent>
38
35
  <EbayEducationNoticeFooter>Education footer</EbayEducationNoticeFooter>
@@ -1,4 +1,4 @@
1
- import { FC, ReactNode } from 'react';
1
+ import { FC, ReactNode } from "react";
2
2
  type Props = {
3
3
  className?: string;
4
4
  children?: ReactNode;
@@ -1 +1 @@
1
- {"version":3,"file":"education-notice-footer.d.ts","sourceRoot":"","sources":["../../src/ebay-education-notice/education-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,yBAAyB,EAAE,EAAE,CAAC,KAAK,CAIxC,CAAA;AAED,eAAe,yBAAyB,CAAA"}
1
+ {"version":3,"file":"education-notice-footer.d.ts","sourceRoot":"","sources":["../../src/ebay-education-notice/education-notice-footer.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAG7C,KAAK,KAAK,GAAG;IACT,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACxB,CAAC;AAEF,QAAA,MAAM,yBAAyB,EAAE,EAAE,CAAC,KAAK,CAIxC,CAAC;AAEF,eAAe,yBAAyB,CAAC"}
@@ -1,6 +1,6 @@
1
- import React, { FC } from 'react';
1
+ import React, { FC } from "react";
2
2
  type Props = React.HTMLProps<HTMLHeadingElement> & {
3
- as?: 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6';
3
+ as?: "h1" | "h2" | "h3" | "h4" | "h5" | "h6";
4
4
  className?: string;
5
5
  };
6
6
  declare const EbaySectionNoticeTitle: FC<Props>;
@@ -1 +1 @@
1
- {"version":3,"file":"education-notice-title.d.ts","sourceRoot":"","sources":["../../src/ebay-education-notice/education-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,sBAAsB,EAAE,EAAE,CAAC,KAAK,CAIrC,CAAA;AAED,eAAe,sBAAsB,CAAA"}
1
+ {"version":3,"file":"education-notice-title.d.ts","sourceRoot":"","sources":["../../src/ebay-education-notice/education-notice-title.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAGlC,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,CAAC;AAEF,QAAA,MAAM,sBAAsB,EAAE,EAAE,CAAC,KAAK,CAIrC,CAAC;AAEF,eAAe,sBAAsB,CAAC"}