@ebay/ui-core-react 8.5.2 → 8.7.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 (696) hide show
  1. package/README.md +104 -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-list/README.md +149 -0
  366. package/ebay-list/index.d.ts +5 -0
  367. package/ebay-list/index.d.ts.map +1 -0
  368. package/ebay-list/index.js +1 -0
  369. package/ebay-list/list-item-leading.d.ts +7 -0
  370. package/ebay-list/list-item-leading.d.ts.map +1 -0
  371. package/ebay-list/list-item-trailing.d.ts +7 -0
  372. package/ebay-list/list-item-trailing.d.ts.map +1 -0
  373. package/ebay-list/list-item.d.ts +11 -0
  374. package/ebay-list/list-item.d.ts.map +1 -0
  375. package/ebay-list/list.d.ts +8 -0
  376. package/ebay-list/list.d.ts.map +1 -0
  377. package/ebay-list/types.d.ts +6 -0
  378. package/ebay-list/types.d.ts.map +1 -0
  379. package/ebay-listbox/README.md +16 -26
  380. package/ebay-listbox/index.d.ts +3 -3
  381. package/ebay-listbox/index.d.ts.map +1 -1
  382. package/ebay-listbox/listbox-option-description.d.ts +2 -2
  383. package/ebay-listbox/listbox-option-description.d.ts.map +1 -1
  384. package/ebay-listbox/listbox-option.d.ts +2 -2
  385. package/ebay-listbox/listbox-option.d.ts.map +1 -1
  386. package/ebay-listbox/listbox.d.ts +5 -5
  387. package/ebay-listbox/listbox.d.ts.map +1 -1
  388. package/ebay-listbox-button/README.md +17 -9
  389. package/ebay-listbox-button/index.d.ts +2 -2
  390. package/ebay-listbox-button/index.d.ts.map +1 -1
  391. package/ebay-listbox-button/listbox-button-option.d.ts +3 -3
  392. package/ebay-listbox-button/listbox-button-option.d.ts.map +1 -1
  393. package/ebay-listbox-button/listbox-button.d.ts +3 -3
  394. package/ebay-listbox-button/listbox-button.d.ts.map +1 -1
  395. package/ebay-menu/README.md +24 -20
  396. package/ebay-menu/index.d.ts +4 -4
  397. package/ebay-menu/index.d.ts.map +1 -1
  398. package/ebay-menu/menu-item-separator.d.ts +2 -2
  399. package/ebay-menu/menu-item-separator.d.ts.map +1 -1
  400. package/ebay-menu/menu-item.d.ts +3 -3
  401. package/ebay-menu/menu-item.d.ts.map +1 -1
  402. package/ebay-menu/menu.d.ts +2 -2
  403. package/ebay-menu/menu.d.ts.map +1 -1
  404. package/ebay-menu/types.d.ts +7 -7
  405. package/ebay-menu/types.d.ts.map +1 -1
  406. package/ebay-menu-button/README.md +33 -30
  407. package/ebay-menu-button/index.d.ts +5 -5
  408. package/ebay-menu-button/index.d.ts.map +1 -1
  409. package/ebay-menu-button/menu-button-item.d.ts +1 -1
  410. package/ebay-menu-button/menu-button-item.d.ts.map +1 -1
  411. package/ebay-menu-button/menu-button-label.d.ts +1 -1
  412. package/ebay-menu-button/menu-button-label.d.ts.map +1 -1
  413. package/ebay-menu-button/menu-button-separator.d.ts +2 -2
  414. package/ebay-menu-button/menu-button-separator.d.ts.map +1 -1
  415. package/ebay-menu-button/menu-button.d.ts +2 -2
  416. package/ebay-menu-button/menu-button.d.ts.map +1 -1
  417. package/ebay-menu-button/types.d.ts +6 -6
  418. package/ebay-menu-button/types.d.ts.map +1 -1
  419. package/ebay-notice-base/components/ebay-notice-content/index.d.ts +1 -1
  420. package/ebay-notice-base/components/ebay-notice-content/index.d.ts.map +1 -1
  421. package/ebay-notice-base/components/ebay-notice-content/notice-content.d.ts +3 -3
  422. package/ebay-notice-base/components/ebay-notice-content/notice-content.d.ts.map +1 -1
  423. package/ebay-notice-base/components/ebay-notice-title/index.d.ts +1 -1
  424. package/ebay-notice-base/components/ebay-notice-title/index.d.ts.map +1 -1
  425. package/ebay-notice-base/components/ebay-notice-title/notice-title.d.ts +1 -1
  426. package/ebay-notice-base/components/ebay-notice-title/notice-title.d.ts.map +1 -1
  427. package/ebay-notice-base/index.d.ts +2 -2
  428. package/ebay-notice-base/index.d.ts.map +1 -1
  429. package/ebay-page-notice/README.md +13 -11
  430. package/ebay-page-notice/index.d.ts +5 -5
  431. package/ebay-page-notice/index.d.ts.map +1 -1
  432. package/ebay-page-notice/page-notice-cta.d.ts +1 -1
  433. package/ebay-page-notice/page-notice-cta.d.ts.map +1 -1
  434. package/ebay-page-notice/page-notice-footer.d.ts +1 -1
  435. package/ebay-page-notice/page-notice-footer.d.ts.map +1 -1
  436. package/ebay-page-notice/page-notice-title.d.ts +2 -2
  437. package/ebay-page-notice/page-notice-title.d.ts.map +1 -1
  438. package/ebay-page-notice/page-notice.d.ts +4 -4
  439. package/ebay-page-notice/page-notice.d.ts.map +1 -1
  440. package/ebay-pagination/README.md +29 -23
  441. package/ebay-pagination/const.d.ts.map +1 -1
  442. package/ebay-pagination/helpers.d.ts +1 -1
  443. package/ebay-pagination/helpers.d.ts.map +1 -1
  444. package/ebay-pagination/index.d.ts +3 -3
  445. package/ebay-pagination/index.d.ts.map +1 -1
  446. package/ebay-pagination/pagination-item.d.ts +4 -4
  447. package/ebay-pagination/pagination-item.d.ts.map +1 -1
  448. package/ebay-pagination/pagination.d.ts +4 -4
  449. package/ebay-pagination/pagination.d.ts.map +1 -1
  450. package/ebay-pagination/types.d.ts +2 -2
  451. package/ebay-pagination/types.d.ts.map +1 -1
  452. package/ebay-panel-dialog/README.md +14 -11
  453. package/ebay-panel-dialog/index.d.ts +1 -1
  454. package/ebay-panel-dialog/index.d.ts.map +1 -1
  455. package/ebay-panel-dialog/index.js +1 -1
  456. package/ebay-panel-dialog/panel-dialog.d.ts +4 -4
  457. package/ebay-panel-dialog/panel-dialog.d.ts.map +1 -1
  458. package/ebay-progress-bar/README.md +13 -8
  459. package/ebay-progress-bar/index.d.ts +1 -1
  460. package/ebay-progress-bar/index.d.ts.map +1 -1
  461. package/ebay-progress-bar/progress-bar.d.ts +2 -2
  462. package/ebay-progress-bar/progress-bar.d.ts.map +1 -1
  463. package/ebay-progress-bar-expressive/README.md +12 -9
  464. package/ebay-progress-bar-expressive/index.d.ts +2 -2
  465. package/ebay-progress-bar-expressive/index.d.ts.map +1 -1
  466. package/ebay-progress-bar-expressive/progress-bar-expressive-message.d.ts +2 -2
  467. package/ebay-progress-bar-expressive/progress-bar-expressive-message.d.ts.map +1 -1
  468. package/ebay-progress-bar-expressive/progress-bar-expressive.d.ts +3 -3
  469. package/ebay-progress-bar-expressive/progress-bar-expressive.d.ts.map +1 -1
  470. package/ebay-progress-spinner/README.md +12 -7
  471. package/ebay-progress-spinner/index.d.ts +1 -1
  472. package/ebay-progress-spinner/index.d.ts.map +1 -1
  473. package/ebay-progress-spinner/progress-spinner.d.ts +4 -4
  474. package/ebay-progress-spinner/progress-spinner.d.ts.map +1 -1
  475. package/ebay-progress-stepper/README.md +13 -12
  476. package/ebay-progress-stepper/ebay-progress-step.d.ts +2 -2
  477. package/ebay-progress-stepper/ebay-progress-step.d.ts.map +1 -1
  478. package/ebay-progress-stepper/ebay-progress-stepper.d.ts +2 -2
  479. package/ebay-progress-stepper/ebay-progress-stepper.d.ts.map +1 -1
  480. package/ebay-progress-stepper/ebay-progress-title.d.ts +1 -1
  481. package/ebay-progress-stepper/ebay-progress-title.d.ts.map +1 -1
  482. package/ebay-progress-stepper/index.d.ts +4 -4
  483. package/ebay-progress-stepper/index.d.ts.map +1 -1
  484. package/ebay-progress-stepper/types.d.ts +2 -2
  485. package/ebay-radio/README.md +19 -11
  486. package/ebay-radio/index.d.ts +1 -1
  487. package/ebay-radio/index.d.ts.map +1 -1
  488. package/ebay-radio/radio.d.ts +4 -4
  489. package/ebay-radio/radio.d.ts.map +1 -1
  490. package/ebay-section-notice/README.md +15 -13
  491. package/ebay-section-notice/index.d.ts +5 -5
  492. package/ebay-section-notice/index.d.ts.map +1 -1
  493. package/ebay-section-notice/section-notice-cta.d.ts +1 -1
  494. package/ebay-section-notice/section-notice-cta.d.ts.map +1 -1
  495. package/ebay-section-notice/section-notice-footer.d.ts +1 -1
  496. package/ebay-section-notice/section-notice-footer.d.ts.map +1 -1
  497. package/ebay-section-notice/section-notice-title.d.ts +2 -2
  498. package/ebay-section-notice/section-notice-title.d.ts.map +1 -1
  499. package/ebay-section-notice/section-notice.d.ts +6 -6
  500. package/ebay-section-notice/section-notice.d.ts.map +1 -1
  501. package/ebay-section-title/README.md +23 -16
  502. package/ebay-section-title/cta.d.ts +2 -2
  503. package/ebay-section-title/cta.d.ts.map +1 -1
  504. package/ebay-section-title/index.d.ts +5 -5
  505. package/ebay-section-title/index.d.ts.map +1 -1
  506. package/ebay-section-title/info.d.ts +2 -2
  507. package/ebay-section-title/info.d.ts.map +1 -1
  508. package/ebay-section-title/overflow.d.ts +2 -2
  509. package/ebay-section-title/overflow.d.ts.map +1 -1
  510. package/ebay-section-title/section-title.d.ts +2 -2
  511. package/ebay-section-title/section-title.d.ts.map +1 -1
  512. package/ebay-section-title/subtitle.d.ts +2 -2
  513. package/ebay-section-title/subtitle.d.ts.map +1 -1
  514. package/ebay-section-title/title.d.ts +2 -2
  515. package/ebay-section-title/title.d.ts.map +1 -1
  516. package/ebay-segmented-buttons/README.md +11 -8
  517. package/ebay-segmented-buttons/button.d.ts +2 -2
  518. package/ebay-segmented-buttons/button.d.ts.map +1 -1
  519. package/ebay-segmented-buttons/index.d.ts +3 -3
  520. package/ebay-segmented-buttons/index.d.ts.map +1 -1
  521. package/ebay-segmented-buttons/segmented-buttons.d.ts +2 -2
  522. package/ebay-segmented-buttons/segmented-buttons.d.ts.map +1 -1
  523. package/ebay-segmented-buttons/types.d.ts +5 -5
  524. package/ebay-segmented-buttons/types.d.ts.map +1 -1
  525. package/ebay-select/README.md +38 -27
  526. package/ebay-select/ebay-select-option.d.ts +2 -2
  527. package/ebay-select/ebay-select-option.d.ts.map +1 -1
  528. package/ebay-select/ebay-select.d.ts +4 -4
  529. package/ebay-select/ebay-select.d.ts.map +1 -1
  530. package/ebay-select/index.d.ts +2 -2
  531. package/ebay-select/index.d.ts.map +1 -1
  532. package/ebay-signal/README.md +13 -6
  533. package/ebay-signal/index.d.ts +1 -1
  534. package/ebay-signal/index.d.ts.map +1 -1
  535. package/ebay-signal/signal.d.ts +3 -3
  536. package/ebay-signal/signal.d.ts.map +1 -1
  537. package/ebay-skeleton/ebay-skeleton-avatar.d.ts +2 -2
  538. package/ebay-skeleton/ebay-skeleton-avatar.d.ts.map +1 -1
  539. package/ebay-skeleton/ebay-skeleton-button.d.ts +3 -3
  540. package/ebay-skeleton/ebay-skeleton-button.d.ts.map +1 -1
  541. package/ebay-skeleton/ebay-skeleton-image.d.ts +2 -2
  542. package/ebay-skeleton/ebay-skeleton-image.d.ts.map +1 -1
  543. package/ebay-skeleton/ebay-skeleton-text.d.ts +3 -3
  544. package/ebay-skeleton/ebay-skeleton-text.d.ts.map +1 -1
  545. package/ebay-skeleton/ebay-skeleton-textbox.d.ts +2 -2
  546. package/ebay-skeleton/ebay-skeleton-textbox.d.ts.map +1 -1
  547. package/ebay-skeleton/ebay-skeleton.d.ts +3 -3
  548. package/ebay-skeleton/ebay-skeleton.d.ts.map +1 -1
  549. package/ebay-skeleton/index.d.ts +6 -6
  550. package/ebay-skeleton/index.d.ts.map +1 -1
  551. package/ebay-skeleton/types.d.ts +4 -4
  552. package/ebay-skeleton/types.d.ts.map +1 -1
  553. package/ebay-snackbar-dialog/README.md +21 -16
  554. package/ebay-snackbar-dialog/components/ebay-snackbar-dialog-action.d.ts +1 -1
  555. package/ebay-snackbar-dialog/components/ebay-snackbar-dialog-action.d.ts.map +1 -1
  556. package/ebay-snackbar-dialog/components/ebay-snackbar-dialog.d.ts +4 -4
  557. package/ebay-snackbar-dialog/components/ebay-snackbar-dialog.d.ts.map +1 -1
  558. package/ebay-snackbar-dialog/index.d.ts +2 -2
  559. package/ebay-snackbar-dialog/index.d.ts.map +1 -1
  560. package/ebay-snackbar-dialog/index.js +1 -1
  561. package/ebay-split-button/README.md +29 -23
  562. package/ebay-split-button/index.d.ts +2 -2
  563. package/ebay-split-button/index.d.ts.map +1 -1
  564. package/ebay-split-button/split-button.d.ts +2 -2
  565. package/ebay-split-button/split-button.d.ts.map +1 -1
  566. package/ebay-split-button/types.d.ts +5 -5
  567. package/ebay-split-button/types.d.ts.map +1 -1
  568. package/ebay-star-rating/README.md +13 -7
  569. package/ebay-star-rating/index.d.ts +1 -1
  570. package/ebay-star-rating/index.d.ts.map +1 -1
  571. package/ebay-star-rating/star-rating.d.ts +2 -2
  572. package/ebay-star-rating/star-rating.d.ts.map +1 -1
  573. package/ebay-star-rating-select/README.md +20 -14
  574. package/ebay-star-rating-select/index.d.ts +1 -1
  575. package/ebay-star-rating-select/index.d.ts.map +1 -1
  576. package/ebay-star-rating-select/star-rating-select.d.ts +3 -3
  577. package/ebay-star-rating-select/star-rating-select.d.ts.map +1 -1
  578. package/ebay-svg/README.md +11 -8
  579. package/ebay-svg/index.d.ts +1 -1
  580. package/ebay-svg/index.d.ts.map +1 -1
  581. package/ebay-svg/svg.d.ts +2 -2
  582. package/ebay-svg/svg.d.ts.map +1 -1
  583. package/ebay-switch/README.md +13 -6
  584. package/ebay-switch/ebay-switch.d.ts +3 -3
  585. package/ebay-switch/ebay-switch.d.ts.map +1 -1
  586. package/ebay-switch/index.d.ts +1 -1
  587. package/ebay-switch/index.d.ts.map +1 -1
  588. package/ebay-table/index.d.ts +5 -5
  589. package/ebay-table/index.d.ts.map +1 -1
  590. package/ebay-table/table-cell.d.ts +3 -3
  591. package/ebay-table/table-cell.d.ts.map +1 -1
  592. package/ebay-table/table-header.d.ts +3 -3
  593. package/ebay-table/table-header.d.ts.map +1 -1
  594. package/ebay-table/table-row.d.ts +4 -4
  595. package/ebay-table/table-row.d.ts.map +1 -1
  596. package/ebay-table/table.d.ts +4 -4
  597. package/ebay-table/table.d.ts.map +1 -1
  598. package/ebay-table/types.d.ts +7 -7
  599. package/ebay-table/types.d.ts.map +1 -1
  600. package/ebay-tabs/README.md +16 -10
  601. package/ebay-tabs/index.d.ts +4 -4
  602. package/ebay-tabs/index.d.ts.map +1 -1
  603. package/ebay-tabs/tab-panel.d.ts +2 -2
  604. package/ebay-tabs/tab-panel.d.ts.map +1 -1
  605. package/ebay-tabs/tab.d.ts +2 -2
  606. package/ebay-tabs/tab.d.ts.map +1 -1
  607. package/ebay-tabs/tabs.d.ts +2 -2
  608. package/ebay-tabs/tabs.d.ts.map +1 -1
  609. package/ebay-tabs/types.d.ts +4 -4
  610. package/ebay-tabs/types.d.ts.map +1 -1
  611. package/ebay-textbox/README.md +38 -29
  612. package/ebay-textbox/index.d.ts +6 -6
  613. package/ebay-textbox/index.d.ts.map +1 -1
  614. package/ebay-textbox/postfix-icon.d.ts +2 -2
  615. package/ebay-textbox/postfix-icon.d.ts.map +1 -1
  616. package/ebay-textbox/postfix-text.d.ts +2 -2
  617. package/ebay-textbox/postfix-text.d.ts.map +1 -1
  618. package/ebay-textbox/prefix-icon.d.ts +2 -2
  619. package/ebay-textbox/prefix-icon.d.ts.map +1 -1
  620. package/ebay-textbox/prefix-text.d.ts +2 -2
  621. package/ebay-textbox/prefix-text.d.ts.map +1 -1
  622. package/ebay-textbox/textbox.d.ts +5 -5
  623. package/ebay-textbox/textbox.d.ts.map +1 -1
  624. package/ebay-textbox/types.d.ts +6 -6
  625. package/ebay-textbox/types.d.ts.map +1 -1
  626. package/ebay-toast-dialog/README.md +7 -6
  627. package/ebay-toast-dialog/components/toast.d.ts +3 -3
  628. package/ebay-toast-dialog/components/toast.d.ts.map +1 -1
  629. package/ebay-toast-dialog/index.d.ts +1 -1
  630. package/ebay-toast-dialog/index.d.ts.map +1 -1
  631. package/ebay-toast-dialog/index.js +1 -1
  632. package/ebay-toggle-button/index.d.ts +2 -2
  633. package/ebay-toggle-button/index.d.ts.map +1 -1
  634. package/ebay-toggle-button/toggle-button.d.ts +2 -2
  635. package/ebay-toggle-button/toggle-button.d.ts.map +1 -1
  636. package/ebay-toggle-button/types.d.ts +5 -5
  637. package/ebay-toggle-button/types.d.ts.map +1 -1
  638. package/ebay-toggle-button-group/README.md +12 -12
  639. package/ebay-toggle-button-group/index.d.ts +2 -2
  640. package/ebay-toggle-button-group/index.d.ts.map +1 -1
  641. package/ebay-toggle-button-group/toggle-button-group.d.ts +2 -2
  642. package/ebay-toggle-button-group/toggle-button-group.d.ts.map +1 -1
  643. package/ebay-toggle-button-group/types.d.ts +5 -5
  644. package/ebay-toggle-button-group/types.d.ts.map +1 -1
  645. package/ebay-tooltip/README.md +10 -7
  646. package/ebay-tooltip/ebay-tooltip-content.d.ts +3 -3
  647. package/ebay-tooltip/ebay-tooltip-content.d.ts.map +1 -1
  648. package/ebay-tooltip/ebay-tooltip-host.d.ts +3 -3
  649. package/ebay-tooltip/ebay-tooltip-host.d.ts.map +1 -1
  650. package/ebay-tooltip/ebay-tooltip.d.ts +3 -3
  651. package/ebay-tooltip/ebay-tooltip.d.ts.map +1 -1
  652. package/ebay-tooltip/index.d.ts +5 -5
  653. package/ebay-tooltip/index.d.ts.map +1 -1
  654. package/ebay-tourtip/README.md +23 -26
  655. package/ebay-tourtip/ebay-tourtip-content.d.ts +3 -3
  656. package/ebay-tourtip/ebay-tourtip-content.d.ts.map +1 -1
  657. package/ebay-tourtip/ebay-tourtip-footer.d.ts +2 -2
  658. package/ebay-tourtip/ebay-tourtip-footer.d.ts.map +1 -1
  659. package/ebay-tourtip/ebay-tourtip-heading.d.ts +2 -2
  660. package/ebay-tourtip/ebay-tourtip-heading.d.ts.map +1 -1
  661. package/ebay-tourtip/ebay-tourtip-host.d.ts +3 -3
  662. package/ebay-tourtip/ebay-tourtip-host.d.ts.map +1 -1
  663. package/ebay-tourtip/ebay-tourtip.d.ts +4 -4
  664. package/ebay-tourtip/ebay-tourtip.d.ts.map +1 -1
  665. package/ebay-tourtip/index.d.ts +6 -6
  666. package/ebay-tourtip/index.d.ts.map +1 -1
  667. package/ebay-tri-state-checkbox/Readme.md +15 -12
  668. package/ebay-tri-state-checkbox/index.d.ts +2 -2
  669. package/ebay-tri-state-checkbox/index.d.ts.map +1 -1
  670. package/ebay-tri-state-checkbox/tri-state-checkbox.d.ts +3 -3
  671. package/ebay-tri-state-checkbox/tri-state-checkbox.d.ts.map +1 -1
  672. package/ebay-tri-state-checkbox/types.d.ts +3 -3
  673. package/ebay-tri-state-checkbox/types.d.ts.map +1 -1
  674. package/ebay-video/README.md +24 -19
  675. package/ebay-video/const.d.ts.map +1 -1
  676. package/ebay-video/controls.d.ts.map +1 -1
  677. package/ebay-video/index.d.ts +3 -3
  678. package/ebay-video/index.d.ts.map +1 -1
  679. package/ebay-video/reportButton.d.ts +1 -1
  680. package/ebay-video/reportButton.d.ts.map +1 -1
  681. package/ebay-video/source.d.ts +2 -2
  682. package/ebay-video/source.d.ts.map +1 -1
  683. package/ebay-video/types.d.ts +3 -3
  684. package/ebay-video/types.d.ts.map +1 -1
  685. package/ebay-video/video.d.ts +4 -4
  686. package/ebay-video/video.d.ts.map +1 -1
  687. package/events/index.d.ts +4 -4
  688. package/events/index.d.ts.map +1 -1
  689. package/file-preview-card-BD6TIsY7.js +1 -0
  690. package/{lightbox-dialog-B19PMyMY.js → lightbox-dialog-DqcQsTSy.js} +1 -1
  691. package/package.json +79 -78
  692. package/utils/index.d.ts +6 -6
  693. package/utils/index.d.ts.map +1 -1
  694. package/dialog-previous-button-DR6Ujner.js +0 -1
  695. package/ebay-details-CwOA53up.js +0 -1
  696. package/file-preview-card-D4qnvGtF.js +0 -1
@@ -1,5 +1,5 @@
1
- import { FC } from 'react';
2
- import { EbayTextboxIconProps } from './types';
1
+ import { FC } from "react";
2
+ import { EbayTextboxIconProps } from "./types";
3
3
  declare const EbayTextboxPrefixIcon: FC<EbayTextboxIconProps>;
4
4
  export default EbayTextboxPrefixIcon;
5
5
  //# sourceMappingURL=prefix-icon.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"prefix-icon.d.ts","sourceRoot":"","sources":["../../src/ebay-textbox/prefix-icon.tsx"],"names":[],"mappings":"AAEA,OAAc,EAAE,EAAE,EAAE,MAAM,OAAO,CAAA;AAEjC,OAAO,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAA;AAE9C,QAAA,MAAM,qBAAqB,EAAE,EAAE,CAAC,oBAAoB,CAKnD,CAAA;AAED,eAAe,qBAAqB,CAAA"}
1
+ {"version":3,"file":"prefix-icon.d.ts","sourceRoot":"","sources":["../../src/ebay-textbox/prefix-icon.tsx"],"names":[],"mappings":"AAEA,OAAc,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAElC,OAAO,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAC;AAE/C,QAAA,MAAM,qBAAqB,EAAE,EAAE,CAAC,oBAAoB,CAEnD,CAAC;AAEF,eAAe,qBAAqB,CAAC"}
@@ -1,5 +1,5 @@
1
- import { FC } from 'react';
2
- import { EbayTextboxPrefixTextProps } from './types';
1
+ import { FC } from "react";
2
+ import { EbayTextboxPrefixTextProps } from "./types";
3
3
  declare const EbayTextboxPrefixText: FC<EbayTextboxPrefixTextProps>;
4
4
  export default EbayTextboxPrefixText;
5
5
  //# sourceMappingURL=prefix-text.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"prefix-text.d.ts","sourceRoot":"","sources":["../../src/ebay-textbox/prefix-text.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,EAAE,EAAE,MAAM,OAAO,CAAA;AACjC,OAAO,EAAE,0BAA0B,EAAE,MAAM,SAAS,CAAA;AAEpD,QAAA,MAAM,qBAAqB,EAAE,EAAE,CAAC,0BAA0B,CAEzD,CAAA;AAED,eAAe,qBAAqB,CAAA"}
1
+ {"version":3,"file":"prefix-text.d.ts","sourceRoot":"","sources":["../../src/ebay-textbox/prefix-text.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAClC,OAAO,EAAE,0BAA0B,EAAE,MAAM,SAAS,CAAC;AAErD,QAAA,MAAM,qBAAqB,EAAE,EAAE,CAAC,0BAA0B,CAEzD,CAAC;AAEF,eAAe,qBAAqB,CAAC"}
@@ -1,8 +1,8 @@
1
- import React, { ComponentProps, Ref } from 'react';
2
- import { EbayChangeEventHandler, EbayEventHandler, EbayFocusEventHandler, EbayKeyboardEventHandler, EbayMouseEventHandler } from '../common/event-utils/types';
3
- import type { Size } from './types';
1
+ import React, { ComponentProps, Ref } from "react";
2
+ import { EbayChangeEventHandler, EbayEventHandler, EbayFocusEventHandler, EbayKeyboardEventHandler, EbayMouseEventHandler } from "../common/event-utils/types";
3
+ import type { Size } from "./types";
4
4
  export declare const isControlled: (value?: unknown) => boolean;
5
- type TextInputProps = ComponentProps<'input'> & ComponentProps<'textarea'>;
5
+ type TextInputProps = ComponentProps<"input"> & ComponentProps<"textarea">;
6
6
  export type TextboxEventProps = {
7
7
  value: string;
8
8
  };
@@ -25,7 +25,7 @@ export type EbayTextboxProps = {
25
25
  onButtonClick?: EbayKeyboardEventHandler<HTMLInputElement, TextboxEventProps> & EbayMouseEventHandler<HTMLInputElement, TextboxEventProps>;
26
26
  forwardedRef?: Ref<HTMLTextAreaElement | HTMLInputElement>;
27
27
  opaqueLabel?: boolean;
28
- } & Omit<TextInputProps, 'onFocus' | 'onBlur' | 'onChange' | 'onKeyPress' | 'onKeyUp' | 'onKeyDown' | 'onInvalid'>;
28
+ } & Omit<TextInputProps, "onFocus" | "onBlur" | "onChange" | "onKeyPress" | "onKeyUp" | "onKeyDown" | "onInvalid">;
29
29
  declare const _default: React.ForwardRefExoticComponent<Omit<EbayTextboxProps, "ref"> & React.RefAttributes<React.FC<EbayTextboxProps>>>;
30
30
  export default _default;
31
31
  //# sourceMappingURL=textbox.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"textbox.d.ts","sourceRoot":"","sources":["../../src/ebay-textbox/textbox.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,EACI,cAAc,EAAM,GAAG,EAGxC,MAAM,OAAO,CAAA;AAQd,OAAO,EACH,sBAAsB,EACtB,gBAAgB,EAChB,qBAAqB,EACrB,wBAAwB,EAAE,qBAAqB,EAClD,MAAM,6BAA6B,CAAA;AACpC,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,SAAS,CAAA;AAEnC,eAAO,MAAM,YAAY,GAAI,QAAQ,OAAO,KAAG,OAAuC,CAAA;AAEtF,KAAK,cAAc,GAAG,cAAc,CAAC,OAAO,CAAC,GAAG,cAAc,CAAC,UAAU,CAAC,CAAA;AAE1E,MAAM,MAAM,iBAAiB,GAAG;IAAE,KAAK,EAAE,MAAM,CAAA;CAAE,CAAA;AACjD,MAAM,MAAM,gBAAgB,GAAG;IAC3B,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,SAAS,CAAC,EAAE,IAAI,CAAC;IACjB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,EAAE,sBAAsB,CAAC,mBAAmB,GAAG,gBAAgB,EAAE,iBAAiB,CAAC,CAAC;IAC7F,aAAa,CAAC,EAAE,sBAAsB,CAAC,mBAAmB,GAAG,gBAAgB,EAAE,iBAAiB,CAAC,CAAC;IAClG,OAAO,CAAC,EAAE,qBAAqB,CAAC,mBAAmB,GAAG,gBAAgB,EAAE,iBAAiB,CAAC,CAAC;IAC3F,MAAM,CAAC,EAAE,qBAAqB,CAAC,mBAAmB,GAAG,gBAAgB,EAAE,iBAAiB,CAAC,CAAC;IAC1F,UAAU,CAAC,EAAE,wBAAwB,CAAC,mBAAmB,GAAG,gBAAgB,EAAE,iBAAiB,CAAC,CAAC;IACjG,OAAO,CAAC,EAAE,wBAAwB,CAAC,mBAAmB,GAAG,gBAAgB,EAAE,iBAAiB,CAAC,CAAC;IAC9F,SAAS,CAAC,EAAE,wBAAwB,CAAC,mBAAmB,GAAG,gBAAgB,EAAE,iBAAiB,CAAC,CAAC;IAChG,SAAS,CAAC,EAAE,gBAAgB,CAAC,mBAAmB,GAAG,gBAAgB,EAAE,iBAAiB,CAAC,CAAC;IACxF,mBAAmB,CAAC,EAAE,MAAM,IAAI,CAAC;IACjC,aAAa,CAAC,EAAE,wBAAwB,CAAC,gBAAgB,EAAE,iBAAiB,CAAC,GACzE,qBAAqB,CAAC,gBAAgB,EAAE,iBAAiB,CAAC,CAAC;IAC/D,YAAY,CAAC,EAAE,GAAG,CAAC,mBAAmB,GAAG,gBAAgB,CAAC,CAAC;IAC3D,WAAW,CAAC,EAAE,OAAO,CAAC;CACzB,GAAG,IAAI,CAAC,cAAc,EAAE,SAAS,GAAG,QAAQ,GAAG,UAAU,GAAG,YAAY,GAAG,SAAS,GAAG,WAAW,GAAG,WAAW,CAAC,CAAC;;AAsJnH,wBAA4D"}
1
+ {"version":3,"file":"textbox.d.ts","sourceRoot":"","sources":["../../src/ebay-textbox/textbox.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,EAEV,cAAc,EAEd,GAAG,EASN,MAAM,OAAO,CAAC;AAQf,OAAO,EACH,sBAAsB,EACtB,gBAAgB,EAChB,qBAAqB,EACrB,wBAAwB,EACxB,qBAAqB,EACxB,MAAM,6BAA6B,CAAC;AACrC,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,SAAS,CAAC;AAEpC,eAAO,MAAM,YAAY,GAAI,QAAQ,OAAO,KAAG,OAAuC,CAAC;AAEvF,KAAK,cAAc,GAAG,cAAc,CAAC,OAAO,CAAC,GAAG,cAAc,CAAC,UAAU,CAAC,CAAC;AAE3E,MAAM,MAAM,iBAAiB,GAAG;IAAE,KAAK,EAAE,MAAM,CAAA;CAAE,CAAC;AAClD,MAAM,MAAM,gBAAgB,GAAG;IAC3B,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,SAAS,CAAC,EAAE,IAAI,CAAC;IACjB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,EAAE,sBAAsB,CAAC,mBAAmB,GAAG,gBAAgB,EAAE,iBAAiB,CAAC,CAAC;IAC7F,aAAa,CAAC,EAAE,sBAAsB,CAAC,mBAAmB,GAAG,gBAAgB,EAAE,iBAAiB,CAAC,CAAC;IAClG,OAAO,CAAC,EAAE,qBAAqB,CAAC,mBAAmB,GAAG,gBAAgB,EAAE,iBAAiB,CAAC,CAAC;IAC3F,MAAM,CAAC,EAAE,qBAAqB,CAAC,mBAAmB,GAAG,gBAAgB,EAAE,iBAAiB,CAAC,CAAC;IAC1F,UAAU,CAAC,EAAE,wBAAwB,CAAC,mBAAmB,GAAG,gBAAgB,EAAE,iBAAiB,CAAC,CAAC;IACjG,OAAO,CAAC,EAAE,wBAAwB,CAAC,mBAAmB,GAAG,gBAAgB,EAAE,iBAAiB,CAAC,CAAC;IAC9F,SAAS,CAAC,EAAE,wBAAwB,CAAC,mBAAmB,GAAG,gBAAgB,EAAE,iBAAiB,CAAC,CAAC;IAChG,SAAS,CAAC,EAAE,gBAAgB,CAAC,mBAAmB,GAAG,gBAAgB,EAAE,iBAAiB,CAAC,CAAC;IACxF,mBAAmB,CAAC,EAAE,MAAM,IAAI,CAAC;IACjC,aAAa,CAAC,EAAE,wBAAwB,CAAC,gBAAgB,EAAE,iBAAiB,CAAC,GACzE,qBAAqB,CAAC,gBAAgB,EAAE,iBAAiB,CAAC,CAAC;IAC/D,YAAY,CAAC,EAAE,GAAG,CAAC,mBAAmB,GAAG,gBAAgB,CAAC,CAAC;IAC3D,WAAW,CAAC,EAAE,OAAO,CAAC;CACzB,GAAG,IAAI,CAAC,cAAc,EAAE,SAAS,GAAG,QAAQ,GAAG,UAAU,GAAG,YAAY,GAAG,SAAS,GAAG,WAAW,GAAG,WAAW,CAAC,CAAC;;AAuJnH,wBAA6D"}
@@ -1,15 +1,15 @@
1
- import { ComponentProps, KeyboardEvent, MouseEvent } from 'react';
2
- import type { Icon } from '../ebay-icon';
3
- export type Size = 'default' | 'large';
4
- export type EbayTextboxIconProps = ComponentProps<'button'> & ComponentProps<'a'> & {
1
+ import { ComponentProps, KeyboardEvent, MouseEvent } from "react";
2
+ import type { Icon } from "../ebay-icon";
3
+ export type Size = "default" | "large";
4
+ export type EbayTextboxIconProps = ComponentProps<"button"> & ComponentProps<"a"> & {
5
5
  name: Icon;
6
6
  buttonAriaLabel?: string;
7
7
  onClick?: (e: KeyboardEvent | MouseEvent) => void;
8
8
  };
9
- export type EbayTextboxPrefixTextProps = ComponentProps<'span'> & {
9
+ export type EbayTextboxPrefixTextProps = ComponentProps<"span"> & {
10
10
  id: string;
11
11
  };
12
- export type EbayTextboxPostfixTextProps = ComponentProps<'span'> & {
12
+ export type EbayTextboxPostfixTextProps = ComponentProps<"span"> & {
13
13
  id: string;
14
14
  };
15
15
  //# sourceMappingURL=types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/ebay-textbox/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,aAAa,EAAE,UAAU,EAAE,MAAM,OAAO,CAAA;AACjE,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,cAAc,CAAA;AAExC,MAAM,MAAM,IAAI,GAAG,SAAS,GAAG,OAAO,CAAA;AAEtC,MAAM,MAAM,oBAAoB,GAAG,cAAc,CAAC,QAAQ,CAAC,GAAG,cAAc,CAAC,GAAG,CAAC,GAAG;IAChF,IAAI,EAAE,IAAI,CAAA;IACV,eAAe,CAAC,EAAE,MAAM,CAAA;IACxB,OAAO,CAAC,EAAE,CAAC,CAAC,EAAE,aAAa,GAAG,UAAU,KAAK,IAAI,CAAA;CACpD,CAAA;AAED,MAAM,MAAM,0BAA0B,GAAG,cAAc,CAAC,MAAM,CAAC,GAAG;IAC9D,EAAE,EAAE,MAAM,CAAA;CACb,CAAA;AAED,MAAM,MAAM,2BAA2B,GAAG,cAAc,CAAC,MAAM,CAAC,GAAG;IAC/D,EAAE,EAAE,MAAM,CAAA;CACb,CAAA"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/ebay-textbox/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,aAAa,EAAE,UAAU,EAAE,MAAM,OAAO,CAAC;AAClE,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,cAAc,CAAC;AAEzC,MAAM,MAAM,IAAI,GAAG,SAAS,GAAG,OAAO,CAAC;AAEvC,MAAM,MAAM,oBAAoB,GAAG,cAAc,CAAC,QAAQ,CAAC,GACvD,cAAc,CAAC,GAAG,CAAC,GAAG;IAClB,IAAI,EAAE,IAAI,CAAC;IACX,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,OAAO,CAAC,EAAE,CAAC,CAAC,EAAE,aAAa,GAAG,UAAU,KAAK,IAAI,CAAC;CACrD,CAAC;AAEN,MAAM,MAAM,0BAA0B,GAAG,cAAc,CAAC,MAAM,CAAC,GAAG;IAC9D,EAAE,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,MAAM,MAAM,2BAA2B,GAAG,cAAc,CAAC,MAAM,CAAC,GAAG;IAC/D,EAAE,EAAE,MAAM,CAAC;CACd,CAAC"}
@@ -1,6 +1,7 @@
1
1
  # EbayToast
2
2
 
3
3
  ## Demo
4
+
4
5
  [Storybook](https://opensource.ebay.com/ebayui-core-react/main/?path=/story/dialogs-ebay-toast-dialog--default)
5
6
 
6
7
  ## EbayToast Usage
@@ -13,15 +14,15 @@
13
14
 
14
15
  ## Attributes
15
16
 
16
- | Name | Type | Stateful | Required | Description |
17
- | --------------- | ------- | -------- | -------- | ----------- |
18
- | `open` | Boolean | Yes | No | Whether toast is open. |
19
- | `a11yCloseText` | String | No | Yes | A11y text for close button and mask. |
17
+ | Name | Type | Stateful | Required | Description |
18
+ | --------------- | ------- | -------- | -------- | -------------------------------------------------------------------------------------------- |
19
+ | `open` | Boolean | Yes | No | Whether toast is open. |
20
+ | `a11yCloseText` | String | No | Yes | A11y text for close button and mask. |
20
21
  | `animated` | Boolean | Yes | No | Renders the dialog with an animation. Note that the dialog will always be present in the DOM |
21
22
 
22
23
  ## Events
23
24
 
24
- | Event | Data | Description |
25
- | --------- | ---- | ------------- |
25
+ | Event | Data | Description |
26
+ | --------- | ---- | ------------ |
26
27
  | `onOpen` | | toast opened |
27
28
  | `onClose` | | toast closed |
@@ -1,6 +1,6 @@
1
- import { FC } from 'react';
2
- import { DialogBaseProps } from '../../ebay-dialog-base';
3
- import { DialogCloseEventHandler } from '../../ebay-dialog-base/types';
1
+ import { FC } from "react";
2
+ import { DialogBaseProps } from "../../ebay-dialog-base";
3
+ import { DialogCloseEventHandler } from "../../ebay-dialog-base/types";
4
4
  export type EbayToastProps = DialogBaseProps<HTMLElement> & {
5
5
  onClose?: DialogCloseEventHandler;
6
6
  };
@@ -1 +1 @@
1
- {"version":3,"file":"toast.d.ts","sourceRoot":"","sources":["../../../src/ebay-toast-dialog/components/toast.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,EAAE,EAAE,MAAM,OAAO,CAAA;AAEjC,OAAO,EAAuB,eAAe,EAAE,MAAM,wBAAwB,CAAA;AAC7E,OAAO,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAA;AAEtE,MAAM,MAAM,cAAc,GAAG,eAAe,CAAC,WAAW,CAAC,GAAG;IAC1D,OAAO,CAAC,EAAE,uBAAuB,CAAC;CACnC,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,EAAE,CAAC,cAAc,CAexC,CAAA;AAED,eAAe,SAAS,CAAA"}
1
+ {"version":3,"file":"toast.d.ts","sourceRoot":"","sources":["../../../src/ebay-toast-dialog/components/toast.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAElC,OAAO,EAAuB,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAC9E,OAAO,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AAEvE,MAAM,MAAM,cAAc,GAAG,eAAe,CAAC,WAAW,CAAC,GAAG;IACxD,OAAO,CAAC,EAAE,uBAAuB,CAAC;CACrC,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,EAAE,CAAC,cAAc,CAWxC,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -1,2 +1,2 @@
1
- export { default as EbayToast } from './components/toast';
1
+ export { default as EbayToast } from "./components/toast";
2
2
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/ebay-toast-dialog/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,oBAAoB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/ebay-toast-dialog/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,oBAAoB,CAAC"}
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("../tslib.es6-C4EgNkz1.js"),i=require("react"),r=require("classnames"),l=require("../dialog-previous-button-DR6Ujner.js");require("../icon-button-CHW6Lezn.js");const n=e=>{var{className:t,onClose:s=()=>{}}=e,o=a.__rest(e,["className","onClose"]);return i.createElement(l.DialogBaseWithState,Object.assign({},o,{isModal:!1,baseEl:"aside",classPrefix:"toast-dialog",buttonPosition:"right",transitionElement:"root",className:r(t,"toast-dialog--transition"),onCloseBtnClick:s}))};exports.EbayToast=n;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("../tslib.es6-C4EgNkz1.js"),i=require("react"),r=require("classnames"),l=require("../dialog-previous-button-B1dTCOv2.js");require("../icon-button-CHW6Lezn.js");const n=e=>{var{className:t,onClose:s=()=>{}}=e,o=a.__rest(e,["className","onClose"]);return i.createElement(l.DialogBaseWithState,Object.assign({},o,{isModal:!1,baseEl:"aside",classPrefix:"toast-dialog",buttonPosition:"right",transitionElement:"root",className:r(t,"toast-dialog--transition"),onCloseBtnClick:s}))};exports.EbayToast=n;
@@ -1,3 +1,3 @@
1
- export { default as EbayToggleButton } from './toggle-button';
2
- export type { ToggleButtonProps, ToggleButtonEvent } from './types';
1
+ export { default as EbayToggleButton } from "./toggle-button";
2
+ export type { ToggleButtonProps, ToggleButtonEvent } from "./types";
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/ebay-toggle-button/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,iBAAiB,CAAA;AAC7D,YAAY,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/ebay-toggle-button/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AAC9D,YAAY,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC"}
@@ -1,5 +1,5 @@
1
- import { FC } from 'react';
2
- import { ToggleButtonProps } from './types';
1
+ import { FC } from "react";
2
+ import { ToggleButtonProps } from "./types";
3
3
  declare const ToggleButton: FC<ToggleButtonProps>;
4
4
  export default ToggleButton;
5
5
  //# sourceMappingURL=toggle-button.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"toggle-button.d.ts","sourceRoot":"","sources":["../../src/ebay-toggle-button/toggle-button.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,EAAE,EAAc,MAAM,OAAO,CAAA;AAG7C,OAAO,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAA;AAE3C,QAAA,MAAM,YAAY,EAAE,EAAE,CAAC,iBAAiB,CAiFvC,CAAA;AAED,eAAe,YAAY,CAAA"}
1
+ {"version":3,"file":"toggle-button.d.ts","sourceRoot":"","sources":["../../src/ebay-toggle-button/toggle-button.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,EAAE,EAAc,MAAM,OAAO,CAAC;AAG9C,OAAO,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAE5C,QAAA,MAAM,YAAY,EAAE,EAAE,CAAC,iBAAiB,CA8EvC,CAAC;AAEF,eAAe,YAAY,CAAC"}
@@ -1,6 +1,6 @@
1
- import { ComponentProps } from 'react';
2
- import { EbayMouseEventHandler } from '../common/event-utils/types';
3
- import { Icon } from '../ebay-icon/types';
1
+ import { ComponentProps } from "react";
2
+ import { EbayMouseEventHandler } from "../common/event-utils/types";
3
+ import { Icon } from "../ebay-icon/types";
4
4
  type PressedEventData = {
5
5
  pressed: boolean;
6
6
  };
@@ -10,11 +10,11 @@ export type ToggleButtonImge = {
10
10
  alt: string;
11
11
  fillPlacement?: string;
12
12
  };
13
- export type ToggleButtonProps = Omit<ComponentProps<'button'>, 'onClick'> & {
13
+ export type ToggleButtonProps = Omit<ComponentProps<"button">, "onClick"> & {
14
14
  pressed?: boolean;
15
15
  title?: string;
16
16
  subtitle?: string | string[];
17
- layoutType?: 'minimal' | 'list' | 'gallery';
17
+ layoutType?: "minimal" | "list" | "gallery";
18
18
  icon?: Icon;
19
19
  img?: ToggleButtonImge;
20
20
  onToggle?: ToggleButtonEvent;
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/ebay-toggle-button/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,OAAO,CAAA;AACtC,OAAO,EAAE,qBAAqB,EAAE,MAAM,6BAA6B,CAAA;AACnE,OAAO,EAAE,IAAI,EAAE,MAAM,oBAAoB,CAAA;AAEzC,KAAK,gBAAgB,GAAG;IACpB,OAAO,EAAE,OAAO,CAAA;CACnB,CAAA;AAED,MAAM,MAAM,iBAAiB,GAAG,qBAAqB,CACjD,iBAAiB,EACjB,gBAAgB,CACnB,CAAA;AAED,MAAM,MAAM,gBAAgB,GAAG;IAC3B,GAAG,EAAE,MAAM,CAAA;IACX,GAAG,EAAE,MAAM,CAAA;IACX,aAAa,CAAC,EAAE,MAAM,CAAA;CACzB,CAAA;AAED,MAAM,MAAM,iBAAiB,GAAG,IAAI,CAAC,cAAc,CAAC,QAAQ,CAAC,EAAE,SAAS,CAAC,GAAG;IACxE,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAA;IAC5B,UAAU,CAAC,EAAE,SAAS,GAAG,MAAM,GAAG,SAAS,CAAA;IAC3C,IAAI,CAAC,EAAE,IAAI,CAAA;IACX,GAAG,CAAC,EAAE,gBAAgB,CAAA;IACtB,QAAQ,CAAC,EAAE,iBAAiB,CAAA;CAC/B,CAAA"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/ebay-toggle-button/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,EAAE,qBAAqB,EAAE,MAAM,6BAA6B,CAAC;AACpE,OAAO,EAAE,IAAI,EAAE,MAAM,oBAAoB,CAAC;AAE1C,KAAK,gBAAgB,GAAG;IACpB,OAAO,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG,qBAAqB,CAAC,iBAAiB,EAAE,gBAAgB,CAAC,CAAC;AAE3F,MAAM,MAAM,gBAAgB,GAAG;IAC3B,GAAG,EAAE,MAAM,CAAC;IACZ,GAAG,EAAE,MAAM,CAAC;IACZ,aAAa,CAAC,EAAE,MAAM,CAAC;CAC1B,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG,IAAI,CAAC,cAAc,CAAC,QAAQ,CAAC,EAAE,SAAS,CAAC,GAAG;IACxE,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAC7B,UAAU,CAAC,EAAE,SAAS,GAAG,MAAM,GAAG,SAAS,CAAC;IAC5C,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,GAAG,CAAC,EAAE,gBAAgB,CAAC;IACvB,QAAQ,CAAC,EAAE,iBAAiB,CAAC;CAChC,CAAC"}
@@ -42,15 +42,15 @@ export const Example = () => (
42
42
 
43
43
  ## EbayToggleButtonGroup Props
44
44
 
45
- | Name | Type | Required | Description |
46
- | ------------ | -------- | -------- | -------------------------------------------------------------------------------------- |
47
- | `variant` | enum | No | Can be `checkbox` (default), `radio` or `radio-toggle` |
48
- | `layoutType` | enum | No | Can be `minimal` (default), `list` or `gallery` |
49
- | `a11yText` | string | No | Accessibility text for the group. Cannot be used together with `a11yLabelId` |
50
- | `a11yLabelId`| string | No | Required for a11y compliance. Cannot be used together with a11yText |
51
- | `columnsMin` | number | No | Preferred minimum number of columns for smallest container/screen (1-3) |
52
- | `columnsXS` | number | No | Preferred minimum number of columns within extra small containers. |
53
- | `columnsSM` | number | No | Preferred minimum number of columns within small containers. |
54
- | `columnsMD` | number | No | Preferred minimum number of columns within medium containers. |
55
- | `columnsXL` | number | No | Preferred minimum number of columns within extra large containers. |
56
- | `onChange` | Function | No | Triggered when the pressed state changes: { originalEvent, pressed } |
45
+ | Name | Type | Required | Description |
46
+ | ------------- | -------- | -------- | ---------------------------------------------------------------------------- |
47
+ | `variant` | enum | No | Can be `checkbox` (default), `radio` or `radio-toggle` |
48
+ | `layoutType` | enum | No | Can be `minimal` (default), `list` or `gallery` |
49
+ | `a11yText` | string | No | Accessibility text for the group. Cannot be used together with `a11yLabelId` |
50
+ | `a11yLabelId` | string | No | Required for a11y compliance. Cannot be used together with a11yText |
51
+ | `columnsMin` | number | No | Preferred minimum number of columns for smallest container/screen (1-3) |
52
+ | `columnsXS` | number | No | Preferred minimum number of columns within extra small containers. |
53
+ | `columnsSM` | number | No | Preferred minimum number of columns within small containers. |
54
+ | `columnsMD` | number | No | Preferred minimum number of columns within medium containers. |
55
+ | `columnsXL` | number | No | Preferred minimum number of columns within extra large containers. |
56
+ | `onChange` | Function | No | Triggered when the pressed state changes: { originalEvent, pressed } |
@@ -1,3 +1,3 @@
1
- export { default as EbayToggleButtonGroup } from './toggle-button-group';
2
- export type { ToggleButtonGroupProps } from './types';
1
+ export { default as EbayToggleButtonGroup } from "./toggle-button-group";
2
+ export type { ToggleButtonGroupProps } from "./types";
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/ebay-toggle-button-group/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,qBAAqB,EAAE,MAAM,uBAAuB,CAAA;AACxE,YAAY,EAAE,sBAAsB,EAAE,MAAM,SAAS,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/ebay-toggle-button-group/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,qBAAqB,EAAE,MAAM,uBAAuB,CAAC;AACzE,YAAY,EAAE,sBAAsB,EAAE,MAAM,SAAS,CAAC"}
@@ -1,5 +1,5 @@
1
- import React from 'react';
2
- import { ToggleButtonGroupProps } from './types';
1
+ import React from "react";
2
+ import { ToggleButtonGroupProps } from "./types";
3
3
  declare const EbayToggleButtonGroup: React.FC<ToggleButtonGroupProps>;
4
4
  export default EbayToggleButtonGroup;
5
5
  //# sourceMappingURL=toggle-button-group.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"toggle-button-group.d.ts","sourceRoot":"","sources":["../../src/ebay-toggle-button-group/toggle-button-group.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4D,MAAM,OAAO,CAAA;AAMhF,OAAO,EAAE,sBAAsB,EAAE,MAAM,SAAS,CAAA;AAEhD,QAAA,MAAM,qBAAqB,EAAE,KAAK,CAAC,EAAE,CAAC,sBAAsB,CAgF3D,CAAA;AAED,eAAe,qBAAqB,CAAA"}
1
+ {"version":3,"file":"toggle-button-group.d.ts","sourceRoot":"","sources":["../../src/ebay-toggle-button-group/toggle-button-group.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4D,MAAM,OAAO,CAAC;AAMjF,OAAO,EAAE,sBAAsB,EAAE,MAAM,SAAS,CAAC;AAEjD,QAAA,MAAM,qBAAqB,EAAE,KAAK,CAAC,EAAE,CAAC,sBAAsB,CA8E3D,CAAC;AAEF,eAAe,qBAAqB,CAAC"}
@@ -1,14 +1,14 @@
1
- import { ComponentProps } from 'react';
2
- import { EbayMouseEventHandler } from '../common/event-utils/types';
1
+ import { ComponentProps } from "react";
2
+ import { EbayMouseEventHandler } from "../common/event-utils/types";
3
3
  type PressedGroupEventData = {
4
4
  pressedButtonsIndex: Record<number, boolean>;
5
5
  };
6
6
  export type ToggleButtonGroupEvent = EbayMouseEventHandler<HTMLButtonElement, PressedGroupEventData>;
7
- export type ToggleButtonGroupProps = Omit<ComponentProps<'div'>, 'onChange'> & {
7
+ export type ToggleButtonGroupProps = Omit<ComponentProps<"div">, "onChange"> & {
8
8
  a11yText?: string;
9
9
  a11yLabelId?: string;
10
- variant?: 'checkbox' | 'radio' | 'radio-toggle';
11
- layoutType?: 'minimal' | 'list' | 'gallery';
10
+ variant?: "checkbox" | "radio" | "radio-toggle";
11
+ layoutType?: "minimal" | "list" | "gallery";
12
12
  columnsMin?: number;
13
13
  columnsXS?: number;
14
14
  columnsSM?: number;
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/ebay-toggle-button-group/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,OAAO,CAAA;AACtC,OAAO,EAAE,qBAAqB,EAAE,MAAM,6BAA6B,CAAA;AAEnE,KAAK,qBAAqB,GAAG;IACzB,mBAAmB,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;CAC/C,CAAA;AAED,MAAM,MAAM,sBAAsB,GAAG,qBAAqB,CACtD,iBAAiB,EACjB,qBAAqB,CACxB,CAAA;AAED,MAAM,MAAM,sBAAsB,GAAG,IAAI,CAAC,cAAc,CAAC,KAAK,CAAC,EAAE,UAAU,CAAC,GAAG;IAC3E,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,OAAO,CAAC,EAAE,UAAU,GAAG,OAAO,GAAG,cAAc,CAAA;IAC/C,UAAU,CAAC,EAAE,SAAS,GAAG,MAAM,GAAG,SAAS,CAAA;IAC3C,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,QAAQ,CAAC,EAAE,sBAAsB,CAAA;CACpC,CAAA"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/ebay-toggle-button-group/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,EAAE,qBAAqB,EAAE,MAAM,6BAA6B,CAAC;AAEpE,KAAK,qBAAqB,GAAG;IACzB,mBAAmB,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;CAChD,CAAC;AAEF,MAAM,MAAM,sBAAsB,GAAG,qBAAqB,CAAC,iBAAiB,EAAE,qBAAqB,CAAC,CAAC;AAErG,MAAM,MAAM,sBAAsB,GAAG,IAAI,CAAC,cAAc,CAAC,KAAK,CAAC,EAAE,UAAU,CAAC,GAAG;IAC3E,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,UAAU,GAAG,OAAO,GAAG,cAAc,CAAC;IAChD,UAAU,CAAC,EAAE,SAAS,GAAG,MAAM,GAAG,SAAS,CAAC;IAC5C,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,sBAAsB,CAAC;CACrC,CAAC"}
@@ -1,22 +1,25 @@
1
1
  # EbayTooltip
2
2
 
3
3
  ## Demo
4
+
4
5
  [Storybook](https://opensource.ebay.com/ebayui-core-react/main/?path=/story/notices-tips-ebay-tooltip--default-tooltip)
5
6
 
6
7
  ## Import JS
7
8
 
8
9
  ```jsx harmony
9
- import { EbayTooltip, EbayTooltipHost, EbayTooltipContent } from '@ebay/ui-core-react/ebay-tooltip'
10
+ import { EbayTooltip, EbayTooltipHost, EbayTooltipContent } from "@ebay/ui-core-react/ebay-tooltip";
10
11
  ```
11
12
 
12
13
  ### Import following styles from SKIN
14
+
13
15
  ```jsx harmony
14
- import "@ebay/skin/tooltip"
16
+ import "@ebay/skin/tooltip";
15
17
  ```
16
18
 
17
19
  ### or if using SCSS/CSS
20
+
18
21
  ```jsx
19
- import "@ebay/skin/tooltip.css"
22
+ import "@ebay/skin/tooltip.css";
20
23
  ```
21
24
 
22
25
  ## Usage
@@ -48,7 +51,7 @@ yarn add @ebay/ui-core-react
48
51
 
49
52
  ## Child components
50
53
 
51
- Name | Required | Description
52
- --- | --- | ---
53
- `EbayTooltipHost` | Yes | Wrapper for trigger that shows the tooltip
54
- `EbayTooltipContent` | Yes | The content to be displayed in the tooltip
54
+ | Name | Required | Description |
55
+ | -------------------- | -------- | ------------------------------------------ |
56
+ | `EbayTooltipHost` | Yes | Wrapper for trigger that shows the tooltip |
57
+ | `EbayTooltipContent` | Yes | The content to be displayed in the tooltip |
@@ -1,9 +1,9 @@
1
- import { FC } from 'react';
2
- import { TooltipContentProps } from '../common/tooltip-utils/tooltip-content';
1
+ import { FC } from "react";
2
+ import { TooltipContentProps } from "../common/tooltip-utils/tooltip-content";
3
3
  /**
4
4
  * This Component is used only for finding it as a child of EbayTooltip
5
5
  * and pass the properties to TooltipContent
6
- */
6
+ */
7
7
  declare const EbayTooltipContent: FC<TooltipContentProps>;
8
8
  export default EbayTooltipContent;
9
9
  //# sourceMappingURL=ebay-tooltip-content.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ebay-tooltip-content.d.ts","sourceRoot":"","sources":["../../src/ebay-tooltip/ebay-tooltip-content.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAA;AAC1B,OAAO,EAAE,mBAAmB,EAAE,MAAM,yCAAyC,CAAA;AAE7E;;;EAGE;AAEF,QAAA,MAAM,kBAAkB,EAAE,EAAE,CAAC,mBAAmB,CAAc,CAAA;AAE9D,eAAe,kBAAkB,CAAA"}
1
+ {"version":3,"file":"ebay-tooltip-content.d.ts","sourceRoot":"","sources":["../../src/ebay-tooltip/ebay-tooltip-content.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAC3B,OAAO,EAAE,mBAAmB,EAAE,MAAM,yCAAyC,CAAC;AAE9E;;;GAGG;AAEH,QAAA,MAAM,kBAAkB,EAAE,EAAE,CAAC,mBAAmB,CAAc,CAAC;AAE/D,eAAe,kBAAkB,CAAC"}
@@ -1,9 +1,9 @@
1
- import { FC } from 'react';
2
- import { TooltipHostProps } from '../common/tooltip-utils/tooltip-host';
1
+ import { FC } from "react";
2
+ import { TooltipHostProps } from "../common/tooltip-utils/tooltip-host";
3
3
  /**
4
4
  * This Component is used only for finding it as a child of EbayTooltip
5
5
  * and pass the properties to TooltipHost
6
- */
6
+ */
7
7
  declare const EbayTooltipHost: FC<TooltipHostProps>;
8
8
  export default EbayTooltipHost;
9
9
  //# sourceMappingURL=ebay-tooltip-host.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ebay-tooltip-host.d.ts","sourceRoot":"","sources":["../../src/ebay-tooltip/ebay-tooltip-host.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAA;AAC1B,OAAO,EAAE,gBAAgB,EAAE,MAAM,sCAAsC,CAAA;AAEvE;;;EAGE;AAEF,QAAA,MAAM,eAAe,EAAE,EAAE,CAAC,gBAAgB,CAAc,CAAA;AAExD,eAAe,eAAe,CAAA"}
1
+ {"version":3,"file":"ebay-tooltip-host.d.ts","sourceRoot":"","sources":["../../src/ebay-tooltip/ebay-tooltip-host.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAC3B,OAAO,EAAE,gBAAgB,EAAE,MAAM,sCAAsC,CAAC;AAExE;;;GAGG;AAEH,QAAA,MAAM,eAAe,EAAE,EAAE,CAAC,gBAAgB,CAAc,CAAC;AAEzD,eAAe,eAAe,CAAC"}
@@ -1,6 +1,6 @@
1
- import { CSSProperties, FC } from 'react';
2
- import { TooltipProps, PointerDirection } from '../common/tooltip-utils';
3
- type Props = Omit<TooltipProps, 'ref'> & {
1
+ import { CSSProperties, FC } from "react";
2
+ import { TooltipProps, PointerDirection } from "../common/tooltip-utils";
3
+ type Props = Omit<TooltipProps, "ref"> & {
4
4
  noHover?: boolean;
5
5
  onExpand?: () => void;
6
6
  onCollapse?: () => void;
@@ -1 +1 @@
1
- {"version":3,"file":"ebay-tooltip.d.ts","sourceRoot":"","sources":["../../src/ebay-tooltip/ebay-tooltip.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,aAAa,EAAE,EAAE,EAAU,MAAM,OAAO,CAAA;AAExD,OAAO,EAIH,YAAY,EACZ,gBAAgB,EAEnB,MAAM,yBAAyB,CAAA;AAKhC,KAAK,KAAK,GAAG,IAAI,CAAC,YAAY,EAAE,KAAK,CAAC,GAAG;IACrC,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAA;IACrB,UAAU,CAAC,EAAE,MAAM,IAAI,CAAA;IACvB,OAAO,CAAC,EAAE,gBAAgB,CAAA;IAC1B,YAAY,CAAC,EAAE,aAAa,CAAA;CAC/B,CAAA;AAED,QAAA,MAAM,WAAW,EAAE,EAAE,CAAC,KAAK,CAuE1B,CAAA;AAED,eAAe,WAAW,CAAA"}
1
+ {"version":3,"file":"ebay-tooltip.d.ts","sourceRoot":"","sources":["../../src/ebay-tooltip/ebay-tooltip.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,aAAa,EAAE,EAAE,EAAU,MAAM,OAAO,CAAC;AAEzD,OAAO,EAIH,YAAY,EACZ,gBAAgB,EAEnB,MAAM,yBAAyB,CAAC;AAKjC,KAAK,KAAK,GAAG,IAAI,CAAC,YAAY,EAAE,KAAK,CAAC,GAAG;IACrC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,UAAU,CAAC,EAAE,MAAM,IAAI,CAAC;IACxB,OAAO,CAAC,EAAE,gBAAgB,CAAC;IAC3B,YAAY,CAAC,EAAE,aAAa,CAAC;CAChC,CAAC;AAEF,QAAA,MAAM,WAAW,EAAE,EAAE,CAAC,KAAK,CAuE1B,CAAC;AAEF,eAAe,WAAW,CAAC"}
@@ -1,6 +1,6 @@
1
- export { default as EbayTooltip } from './ebay-tooltip';
2
- export { default as EbayTooltipContent } from './ebay-tooltip-content';
3
- export { default as EbayTooltipHost } from './ebay-tooltip-host';
4
- export { type PointerDirection, Tooltip, TooltipFooter } from '../common/tooltip-utils';
5
- export { DEFAULT_POINTER_DIRECTION, POINTER_STYLES } from '../common/tooltip-utils/constants';
1
+ export { default as EbayTooltip } from "./ebay-tooltip";
2
+ export { default as EbayTooltipContent } from "./ebay-tooltip-content";
3
+ export { default as EbayTooltipHost } from "./ebay-tooltip-host";
4
+ export { type PointerDirection, Tooltip, TooltipFooter } from "../common/tooltip-utils";
5
+ export { DEFAULT_POINTER_DIRECTION, POINTER_STYLES } from "../common/tooltip-utils/constants";
6
6
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/ebay-tooltip/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,gBAAgB,CAAA;AACvD,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,wBAAwB,CAAA;AACtE,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,qBAAqB,CAAA;AAChE,OAAO,EAAE,KAAK,gBAAgB,EAAE,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAA;AACvF,OAAO,EACH,yBAAyB,EACzB,cAAc,EACjB,MAAM,mCAAmC,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/ebay-tooltip/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,gBAAgB,CAAC;AACxD,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AACvE,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,qBAAqB,CAAC;AACjE,OAAO,EAAE,KAAK,gBAAgB,EAAE,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AACxF,OAAO,EAAE,yBAAyB,EAAE,cAAc,EAAE,MAAM,mCAAmC,CAAC"}
@@ -1,27 +1,25 @@
1
1
  # EbayTourtip
2
2
 
3
3
  ## Demo
4
+
4
5
  [Storybook](https://opensource.ebay.com/ebayui-core-react/main/?path=/story/notices-tips-ebay-tourtip--default-tourtip)
5
6
 
6
7
  ## Import JS
7
8
 
8
9
  ```jsx harmony
9
- import {
10
- EbayTourtip,
11
- EbayTourtipHost,
12
- EbayTourtipContent,
13
- EbayTourtipHeading,
14
- } from '@ebay/ui-core-react/ebay-tourtip'
10
+ import { EbayTourtip, EbayTourtipHost, EbayTourtipContent, EbayTourtipHeading } from "@ebay/ui-core-react/ebay-tourtip";
15
11
  ```
16
12
 
17
13
  ## Import following styles from SKIN
14
+
18
15
  ```jsx harmony
19
- import '@ebay/skin/tourtip'
16
+ import "@ebay/skin/tourtip";
20
17
  ```
21
18
 
22
19
  ### or if using SCSS/CSS
20
+
23
21
  ```jsx harmony
24
- import '@ebay/skin/tourtip.css'
22
+ import "@ebay/skin/tourtip.css";
25
23
  ```
26
24
 
27
25
  ## Usage
@@ -31,15 +29,15 @@ yarn add @ebay/ui-core-react
31
29
  ```
32
30
 
33
31
  ```jsx harmony
34
- <EbayTourtip a11yCloseText='close' pointer='bottom'>
32
+ <EbayTourtip a11yCloseText="close" pointer="bottom">
35
33
  <EbayTourtipHost>
36
34
  <EbayButton>Info</EbayButton>
37
35
  </EbayTourtipHost>
38
- <EbayTourtipHeading type='tourtip'>Title</EbayTourtipHeading>
36
+ <EbayTourtipHeading type="tourtip">Title</EbayTourtipHeading>
39
37
  <EbayTourtipContent>
40
38
  <p>Lorem ipsum dolor sit amet consectetur adipisicing elit.</p>
41
39
  </EbayTourtipContent>
42
- <EbayTourtipFooter index='1 / 3'>
40
+ <EbayTourtipFooter index="1 / 3">
43
41
  <button className="fake-link">Back</button>
44
42
  <button className="btn btn--primary">Next</button>
45
43
  </EbayTourtipFooter>
@@ -52,30 +50,29 @@ yarn add @ebay/ui-core-react
52
50
  | ----------------- | -------- | -------- | -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------ |
53
51
  | `pointer` | String | No | No | options are `top-left`, `top`, `top-right`, `right`, `right-bottom`, `right-top`, `bottom-left`, `bottom-right`, `bottom`, `left`, `left-bottom`, `left-top` |
54
52
  | `overlayStyle` | Object | No | No | Style object to customize default values for the overlay. It can be used all CSS properties like `top`, `left`, `bottom`, `right`. |
55
- | `initialExpanded` | Boolean | No | No | Open the tooltip on the initial render, needs to be true for the case of Tourtips |
53
+ | `initialExpanded` | Boolean | No | No | Open the tooltip on the initial render, needs to be true for the case of Tourtips |
56
54
  | `a11yCloseText` | String | No | Yes | A11y text for close button and mask. |
57
- | `aria-label` | String | No | Yes | A descriptive label of what the tourtip button represents (e.g. "Important information")
55
+ | `aria-label` | String | No | Yes | A descriptive label of what the tourtip button represents (e.g. "Important information") |
58
56
  | `onExpand` | Function | No | No | overlay has been expanded |
59
57
  | `onCollapse` | Function | No | No | overlay has been collapsed |
60
58
 
61
59
  ## Child components
62
60
 
63
- Name | Required | Description
64
- --- | --- | ---
65
- `EbayTourtipHost` | Yes | The custom host-button (trigger) for the tourtip
66
- `EbayTourtipHeading` | No | The heading to be displayed in the tourtip
67
- `EbayTourtipFooter` | Yes | The footer to be displayed in the tourtip
68
- `EbayTourtipContent` | Yes | The content to be displayed in the tourtip
61
+ | Name | Required | Description |
62
+ | -------------------- | -------- | ------------------------------------------------ |
63
+ | `EbayTourtipHost` | Yes | The custom host-button (trigger) for the tourtip |
64
+ | `EbayTourtipHeading` | No | The heading to be displayed in the tourtip |
65
+ | `EbayTourtipFooter` | Yes | The footer to be displayed in the tourtip |
66
+ | `EbayTourtipContent` | Yes | The content to be displayed in the tourtip |
69
67
 
70
68
  ## EbayTourtipHost Attributes
71
69
 
72
- | Name | Type | Stateful | Required | Description |
73
- | ----------------- | -------- | -------- | -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------ |
74
- | `aria-label` | String | No | Yes | A descriptive label of what the tourtip button represents (e.g. "Important information"). Will overwrite `ariaLabel` prop from the `EbayTourtip`
75
-
70
+ | Name | Type | Stateful | Required | Description |
71
+ | ------------ | ------ | -------- | -------- | ------------------------------------------------------------------------------------------------------------------------------------------------ |
72
+ | `aria-label` | String | No | Yes | A descriptive label of what the tourtip button represents (e.g. "Important information"). Will overwrite `ariaLabel` prop from the `EbayTourtip` |
76
73
 
77
74
  ## EbayTourtipFooter Attributes
78
75
 
79
- | Name | Type | Stateful | Required | Description |
80
- | ----------------- | -------- | -------- | -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------ |
81
- | `index` | String | No | No | defines the text to be displayed as index of the Tourtip if any. e.g `1 - 3` meaning Tourtip 1 of 3
76
+ | Name | Type | Stateful | Required | Description |
77
+ | ------- | ------ | -------- | -------- | --------------------------------------------------------------------------------------------------- |
78
+ | `index` | String | No | No | defines the text to be displayed as index of the Tourtip if any. e.g `1 - 3` meaning Tourtip 1 of 3 |
@@ -1,9 +1,9 @@
1
- import { FC } from 'react';
2
- import { TooltipContentProps } from '../common/tooltip-utils/tooltip-content';
1
+ import { FC } from "react";
2
+ import { TooltipContentProps } from "../common/tooltip-utils/tooltip-content";
3
3
  /**
4
4
  * This Component is used only for finding it as a child of EbayTooltip
5
5
  * and pass the properties to TourtipContent
6
- */
6
+ */
7
7
  declare const EbayTourtipContent: FC<TooltipContentProps>;
8
8
  export default EbayTourtipContent;
9
9
  //# sourceMappingURL=ebay-tourtip-content.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ebay-tourtip-content.d.ts","sourceRoot":"","sources":["../../src/ebay-tourtip/ebay-tourtip-content.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAA;AAC1B,OAAO,EAAE,mBAAmB,EAAE,MAAM,yCAAyC,CAAA;AAE7E;;;EAGE;AAEF,QAAA,MAAM,kBAAkB,EAAE,EAAE,CAAC,mBAAmB,CAAc,CAAA;AAE9D,eAAe,kBAAkB,CAAA"}
1
+ {"version":3,"file":"ebay-tourtip-content.d.ts","sourceRoot":"","sources":["../../src/ebay-tourtip/ebay-tourtip-content.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAC3B,OAAO,EAAE,mBAAmB,EAAE,MAAM,yCAAyC,CAAC;AAE9E;;;GAGG;AAEH,QAAA,MAAM,kBAAkB,EAAE,EAAE,CAAC,mBAAmB,CAAc,CAAC;AAE/D,eAAe,kBAAkB,CAAC"}
@@ -1,5 +1,5 @@
1
- import { FC, ComponentProps } from 'react';
2
- type TourtipFooterProps = ComponentProps<'div'> & {
1
+ import { FC, ComponentProps } from "react";
2
+ type TourtipFooterProps = ComponentProps<"div"> & {
3
3
  index?: string;
4
4
  };
5
5
  declare const EbayTourtipFooter: FC<TourtipFooterProps>;
@@ -1 +1 @@
1
- {"version":3,"file":"ebay-tourtip-footer.d.ts","sourceRoot":"","sources":["../../src/ebay-tourtip/ebay-tourtip-footer.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,EAAE,EAAE,cAAc,EAAE,MAAM,OAAO,CAAA;AAEjD,KAAK,kBAAkB,GAAG,cAAc,CAAC,KAAK,CAAC,GAAG;IAC9C,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB,CAAA;AACD,QAAA,MAAM,iBAAiB,EAAE,EAAE,CAAC,kBAAkB,CAUzC,CAAA;AAGL,eAAe,iBAAiB,CAAA"}
1
+ {"version":3,"file":"ebay-tourtip-footer.d.ts","sourceRoot":"","sources":["../../src/ebay-tourtip/ebay-tourtip-footer.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,EAAE,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAElD,KAAK,kBAAkB,GAAG,cAAc,CAAC,KAAK,CAAC,GAAG;IAC9C,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC;AACF,QAAA,MAAM,iBAAiB,EAAE,EAAE,CAAC,kBAAkB,CAK7C,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
@@ -1,6 +1,6 @@
1
- import { FC, HTMLProps } from 'react';
1
+ import { FC, HTMLProps } from "react";
2
2
  type Props = 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 EbayTourtipHeading: FC<Props>;
@@ -1 +1 @@
1
- {"version":3,"file":"ebay-tourtip-heading.d.ts","sourceRoot":"","sources":["../../src/ebay-tourtip/ebay-tourtip-heading.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAG5C,KAAK,KAAK,GAAG,SAAS,CAAC,kBAAkB,CAAC,GAAG;IACzC,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,kBAAkB,EAAE,EAAE,CAAC,KAAK,CAYjC,CAAA;AAED,eAAe,kBAAkB,CAAA"}
1
+ {"version":3,"file":"ebay-tourtip-heading.d.ts","sourceRoot":"","sources":["../../src/ebay-tourtip/ebay-tourtip-heading.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAG7C,KAAK,KAAK,GAAG,SAAS,CAAC,kBAAkB,CAAC,GAAG;IACzC,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,kBAAkB,EAAE,EAAE,CAAC,KAAK,CAOjC,CAAC;AAEF,eAAe,kBAAkB,CAAC"}