@ebay/ui-core-react 8.5.2 → 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 (683) 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/index.js +1 -1
  118. package/ebay-carousel/scroll-to-transition.d.ts.map +1 -1
  119. package/ebay-carousel/types.d.ts +5 -5
  120. package/ebay-carousel/types.d.ts.map +1 -1
  121. package/ebay-ccd/README.md +11 -17
  122. package/ebay-ccd/ccd.d.ts +4 -4
  123. package/ebay-ccd/ccd.d.ts.map +1 -1
  124. package/ebay-ccd/index.d.ts +1 -1
  125. package/ebay-character-count/README.md +6 -6
  126. package/ebay-character-count/character-count.d.ts +3 -3
  127. package/ebay-character-count/character-count.d.ts.map +1 -1
  128. package/ebay-character-count/index.d.ts +2 -2
  129. package/ebay-checkbox/README.md +14 -9
  130. package/ebay-checkbox/checkbox.d.ts +3 -3
  131. package/ebay-checkbox/checkbox.d.ts.map +1 -1
  132. package/ebay-checkbox/index.d.ts +2 -2
  133. package/ebay-checkbox/index.d.ts.map +1 -1
  134. package/ebay-checkbox/types.d.ts +2 -2
  135. package/ebay-checkbox/types.d.ts.map +1 -1
  136. package/ebay-chip/README.md +6 -10
  137. package/ebay-chip/chip.d.ts +3 -3
  138. package/ebay-chip/chip.d.ts.map +1 -1
  139. package/ebay-chip/index.d.ts +1 -1
  140. package/ebay-chip/index.d.ts.map +1 -1
  141. package/ebay-chips-combobox/chips-combobox.d.ts +4 -4
  142. package/ebay-chips-combobox/chips-combobox.d.ts.map +1 -1
  143. package/ebay-chips-combobox/index.d.ts +3 -3
  144. package/ebay-chips-combobox/index.d.ts.map +1 -1
  145. package/ebay-chips-combobox/types.d.ts +1 -1
  146. package/ebay-chips-combobox/types.d.ts.map +1 -1
  147. package/ebay-combobox/combobox-button.d.ts +2 -2
  148. package/ebay-combobox/combobox-button.d.ts.map +1 -1
  149. package/ebay-combobox/combobox-option.d.ts +2 -2
  150. package/ebay-combobox/combobox-option.d.ts.map +1 -1
  151. package/ebay-combobox/combobox.d.ts +3 -3
  152. package/ebay-combobox/combobox.d.ts.map +1 -1
  153. package/ebay-combobox/index.d.ts +4 -4
  154. package/ebay-combobox/index.d.ts.map +1 -1
  155. package/ebay-combobox/types.d.ts +4 -4
  156. package/ebay-combobox/types.d.ts.map +1 -1
  157. package/ebay-confirm-dialog/README.md +17 -13
  158. package/ebay-confirm-dialog/confirm-dialog.d.ts +3 -3
  159. package/ebay-confirm-dialog/confirm-dialog.d.ts.map +1 -1
  160. package/ebay-confirm-dialog/index.d.ts +1 -1
  161. package/ebay-confirm-dialog/index.d.ts.map +1 -1
  162. package/ebay-confirm-dialog/index.js +1 -1
  163. package/ebay-cta-button/README.md +15 -9
  164. package/ebay-cta-button/cta-button.d.ts +3 -3
  165. package/ebay-cta-button/cta-button.d.ts.map +1 -1
  166. package/ebay-cta-button/index.d.ts +1 -1
  167. package/ebay-cta-button/index.d.ts.map +1 -1
  168. package/ebay-date-textbox/README.md +25 -24
  169. package/ebay-date-textbox/date-textbox.d.ts +4 -4
  170. package/ebay-date-textbox/date-textbox.d.ts.map +1 -1
  171. package/ebay-date-textbox/index.d.ts +1 -1
  172. package/ebay-date-textbox/index.d.ts.map +1 -1
  173. package/ebay-details/ebay-details.d.ts +5 -6
  174. package/ebay-details/ebay-details.d.ts.map +1 -1
  175. package/ebay-details/index.d.ts +1 -1
  176. package/ebay-details/index.d.ts.map +1 -1
  177. package/ebay-details/index.js +1 -1
  178. package/ebay-details-BuPepKYE.js +1 -0
  179. package/ebay-dialog-base/README.md +2 -6
  180. package/ebay-dialog-base/components/animation.d.ts +2 -2
  181. package/ebay-dialog-base/components/animation.d.ts.map +1 -1
  182. package/ebay-dialog-base/components/dialog-actions.d.ts +1 -1
  183. package/ebay-dialog-base/components/dialog-actions.d.ts.map +1 -1
  184. package/ebay-dialog-base/components/dialog-close-button.d.ts +1 -1
  185. package/ebay-dialog-base/components/dialog-close-button.d.ts.map +1 -1
  186. package/ebay-dialog-base/components/dialog-footer.d.ts +1 -1
  187. package/ebay-dialog-base/components/dialog-footer.d.ts.map +1 -1
  188. package/ebay-dialog-base/components/dialog-header.d.ts +2 -2
  189. package/ebay-dialog-base/components/dialog-header.d.ts.map +1 -1
  190. package/ebay-dialog-base/components/dialog-previous-button.d.ts +2 -2
  191. package/ebay-dialog-base/components/dialog-previous-button.d.ts.map +1 -1
  192. package/ebay-dialog-base/components/dialogBase.d.ts +8 -8
  193. package/ebay-dialog-base/components/dialogBase.d.ts.map +1 -1
  194. package/ebay-dialog-base/dialog-base-with-state.d.ts +2 -2
  195. package/ebay-dialog-base/dialog-base-with-state.d.ts.map +1 -1
  196. package/ebay-dialog-base/index.d.ts +9 -9
  197. package/ebay-dialog-base/index.d.ts.map +1 -1
  198. package/ebay-dialog-base/index.js +1 -1
  199. package/ebay-dialog-base/types.d.ts +1 -1
  200. package/ebay-dialog-base/types.d.ts.map +1 -1
  201. package/ebay-drawer-dialog-deprecated/README.md +18 -8
  202. package/ebay-drawer-dialog-deprecated/components/drawer.d.ts +2 -2
  203. package/ebay-drawer-dialog-deprecated/components/drawer.d.ts.map +1 -1
  204. package/ebay-drawer-dialog-deprecated/index.d.ts +1 -1
  205. package/ebay-drawer-dialog-deprecated/index.d.ts.map +1 -1
  206. package/ebay-drawer-dialog-deprecated/index.js +1 -1
  207. package/ebay-education-notice/README.md +6 -9
  208. package/ebay-education-notice/education-notice-footer.d.ts +1 -1
  209. package/ebay-education-notice/education-notice-footer.d.ts.map +1 -1
  210. package/ebay-education-notice/education-notice-title.d.ts +2 -2
  211. package/ebay-education-notice/education-notice-title.d.ts.map +1 -1
  212. package/ebay-education-notice/education-notice.d.ts +6 -6
  213. package/ebay-education-notice/education-notice.d.ts.map +1 -1
  214. package/ebay-education-notice/index.d.ts +4 -4
  215. package/ebay-education-notice/index.d.ts.map +1 -1
  216. package/ebay-education-notice/types.d.ts +1 -1
  217. package/ebay-education-notice/types.d.ts.map +1 -1
  218. package/ebay-eek/README.md +13 -8
  219. package/ebay-eek/eek-rating.d.ts +1 -1
  220. package/ebay-eek/eek-rating.d.ts.map +1 -1
  221. package/ebay-eek/eek-util.d.ts +1 -1
  222. package/ebay-eek/eek-util.d.ts.map +1 -1
  223. package/ebay-eek/index.d.ts +1 -1
  224. package/ebay-eek/index.d.ts.map +1 -1
  225. package/ebay-fake-link/fake-link.d.ts +4 -4
  226. package/ebay-fake-link/fake-link.d.ts.map +1 -1
  227. package/ebay-fake-link/index.d.ts +1 -1
  228. package/ebay-fake-link/index.d.ts.map +1 -1
  229. package/ebay-fake-menu/README.md +23 -15
  230. package/ebay-fake-menu/index.d.ts +3 -3
  231. package/ebay-fake-menu/index.d.ts.map +1 -1
  232. package/ebay-fake-menu/menu-item-separator.d.ts +2 -2
  233. package/ebay-fake-menu/menu-item-separator.d.ts.map +1 -1
  234. package/ebay-fake-menu/menu-item.d.ts +3 -3
  235. package/ebay-fake-menu/menu-item.d.ts.map +1 -1
  236. package/ebay-fake-menu/menu.d.ts +3 -3
  237. package/ebay-fake-menu/menu.d.ts.map +1 -1
  238. package/ebay-fake-menu-button/README.md +34 -31
  239. package/ebay-fake-menu-button/index.d.ts +4 -4
  240. package/ebay-fake-menu-button/index.d.ts.map +1 -1
  241. package/ebay-fake-menu-button/menu-button-item.d.ts +2 -2
  242. package/ebay-fake-menu-button/menu-button-item.d.ts.map +1 -1
  243. package/ebay-fake-menu-button/menu-button-label.d.ts +1 -1
  244. package/ebay-fake-menu-button/menu-button-label.d.ts.map +1 -1
  245. package/ebay-fake-menu-button/menu-button-separator.d.ts +2 -2
  246. package/ebay-fake-menu-button/menu-button-separator.d.ts.map +1 -1
  247. package/ebay-fake-menu-button/menu-button.d.ts +5 -5
  248. package/ebay-fake-menu-button/menu-button.d.ts.map +1 -1
  249. package/ebay-fake-tabs/README.md +14 -9
  250. package/ebay-fake-tabs/fake-tabs.d.ts +2 -2
  251. package/ebay-fake-tabs/fake-tabs.d.ts.map +1 -1
  252. package/ebay-fake-tabs/index.d.ts +2 -2
  253. package/ebay-fake-tabs/index.d.ts.map +1 -1
  254. package/ebay-fake-tabs/tab.d.ts +3 -3
  255. package/ebay-fake-tabs/tab.d.ts.map +1 -1
  256. package/ebay-field/README.md +30 -21
  257. package/ebay-field/description.d.ts +3 -3
  258. package/ebay-field/description.d.ts.map +1 -1
  259. package/ebay-field/field.d.ts +2 -2
  260. package/ebay-field/field.d.ts.map +1 -1
  261. package/ebay-field/index.d.ts +4 -4
  262. package/ebay-field/index.d.ts.map +1 -1
  263. package/ebay-field/label.d.ts +3 -3
  264. package/ebay-field/label.d.ts.map +1 -1
  265. package/ebay-field/types.d.ts +4 -4
  266. package/ebay-field/types.d.ts.map +1 -1
  267. package/ebay-file-input/README.md +4 -8
  268. package/ebay-file-input/file-input.d.ts +3 -3
  269. package/ebay-file-input/file-input.d.ts.map +1 -1
  270. package/ebay-file-input/index.d.ts +1 -1
  271. package/ebay-file-input/index.d.ts.map +1 -1
  272. package/ebay-file-input/types.d.ts +1 -1
  273. package/ebay-file-preview-card/README.md +25 -8
  274. package/ebay-file-preview-card/ebay-file-preview-card-action.d.ts +6 -0
  275. package/ebay-file-preview-card/ebay-file-preview-card-action.d.ts.map +1 -0
  276. package/ebay-file-preview-card/file-preview-action.d.ts +10 -7
  277. package/ebay-file-preview-card/file-preview-action.d.ts.map +1 -1
  278. package/ebay-file-preview-card/file-preview-card.d.ts +9 -7
  279. package/ebay-file-preview-card/file-preview-card.d.ts.map +1 -1
  280. package/ebay-file-preview-card/file-preview-content.d.ts +3 -3
  281. package/ebay-file-preview-card/file-preview-content.d.ts.map +1 -1
  282. package/ebay-file-preview-card/file-preview-label.d.ts +2 -2
  283. package/ebay-file-preview-card/file-preview-label.d.ts.map +1 -1
  284. package/ebay-file-preview-card/index.d.ts +3 -2
  285. package/ebay-file-preview-card/index.d.ts.map +1 -1
  286. package/ebay-file-preview-card/index.js +1 -1
  287. package/ebay-file-preview-card/types.d.ts +2 -2
  288. package/ebay-file-preview-card/types.d.ts.map +1 -1
  289. package/ebay-file-preview-card-group/README.md +5 -4
  290. package/ebay-file-preview-card-group/file-preview-card-group.d.ts +6 -5
  291. package/ebay-file-preview-card-group/file-preview-card-group.d.ts.map +1 -1
  292. package/ebay-file-preview-card-group/index.d.ts +1 -1
  293. package/ebay-file-preview-card-group/index.d.ts.map +1 -1
  294. package/ebay-file-preview-card-group/index.js +1 -1
  295. package/ebay-file-preview-card-group/types.d.ts +2 -2
  296. package/ebay-file-preview-card-group/types.d.ts.map +1 -1
  297. package/ebay-filter/filter.d.ts +3 -3
  298. package/ebay-filter/filter.d.ts.map +1 -1
  299. package/ebay-filter/index.d.ts +2 -2
  300. package/ebay-filter/index.d.ts.map +1 -1
  301. package/ebay-filter/types.d.ts +1 -1
  302. package/ebay-filter/types.d.ts.map +1 -1
  303. package/ebay-filter-menu/filter-menu-footer-button.d.ts +4 -4
  304. package/ebay-filter-menu/filter-menu-footer-button.d.ts.map +1 -1
  305. package/ebay-filter-menu/filter-menu-item.d.ts +4 -4
  306. package/ebay-filter-menu/filter-menu-item.d.ts.map +1 -1
  307. package/ebay-filter-menu/filter-menu.d.ts +3 -3
  308. package/ebay-filter-menu/filter-menu.d.ts.map +1 -1
  309. package/ebay-filter-menu/index.d.ts +4 -4
  310. package/ebay-filter-menu/index.d.ts.map +1 -1
  311. package/ebay-filter-menu/types.d.ts +3 -3
  312. package/ebay-filter-menu/types.d.ts.map +1 -1
  313. package/ebay-filter-menu-button/README.md +5 -5
  314. package/ebay-filter-menu-button/filter-menu-button.d.ts +2 -2
  315. package/ebay-filter-menu-button/filter-menu-button.d.ts.map +1 -1
  316. package/ebay-filter-menu-button/index.d.ts +2 -2
  317. package/ebay-filter-menu-button/index.d.ts.map +1 -1
  318. package/ebay-fullscreen-dialog-deprecated/README.md +13 -10
  319. package/ebay-fullscreen-dialog-deprecated/fullscreen-dialog.d.ts +3 -3
  320. package/ebay-fullscreen-dialog-deprecated/fullscreen-dialog.d.ts.map +1 -1
  321. package/ebay-fullscreen-dialog-deprecated/index.d.ts +1 -1
  322. package/ebay-fullscreen-dialog-deprecated/index.d.ts.map +1 -1
  323. package/ebay-fullscreen-dialog-deprecated/index.js +1 -1
  324. package/ebay-icon/README.md +13 -9
  325. package/ebay-icon/icon.d.ts +5 -5
  326. package/ebay-icon/icon.d.ts.map +1 -1
  327. package/ebay-icon/index.d.ts +2 -2
  328. package/ebay-icon/index.d.ts.map +1 -1
  329. package/ebay-icon-button/README.md +23 -15
  330. package/ebay-icon-button/icon-button.d.ts +5 -5
  331. package/ebay-icon-button/icon-button.d.ts.map +1 -1
  332. package/ebay-icon-button/index.d.ts +1 -1
  333. package/ebay-icon-button/index.d.ts.map +1 -1
  334. package/ebay-image-placeholder/README.md +1 -6
  335. package/ebay-image-placeholder/image-placeholder.d.ts +1 -1
  336. package/ebay-image-placeholder/image-placeholder.d.ts.map +1 -1
  337. package/ebay-image-placeholder/index.d.ts +1 -1
  338. package/ebay-image-placeholder/index.d.ts.map +1 -1
  339. package/ebay-infotip/README.md +17 -20
  340. package/ebay-infotip/ebay-infotip-content.d.ts +3 -3
  341. package/ebay-infotip/ebay-infotip-content.d.ts.map +1 -1
  342. package/ebay-infotip/ebay-infotip-heading.d.ts +2 -2
  343. package/ebay-infotip/ebay-infotip-heading.d.ts.map +1 -1
  344. package/ebay-infotip/ebay-infotip-host.d.ts +4 -4
  345. package/ebay-infotip/ebay-infotip-host.d.ts.map +1 -1
  346. package/ebay-infotip/ebay-infotip.d.ts +5 -5
  347. package/ebay-infotip/ebay-infotip.d.ts.map +1 -1
  348. package/ebay-infotip/index.d.ts +5 -5
  349. package/ebay-infotip/index.d.ts.map +1 -1
  350. package/ebay-infotip/index.js +1 -1
  351. package/ebay-infotip/types.d.ts +1 -1
  352. package/ebay-infotip/types.d.ts.map +1 -1
  353. package/ebay-inline-notice/README.md +8 -8
  354. package/ebay-inline-notice/index.d.ts +3 -3
  355. package/ebay-inline-notice/index.d.ts.map +1 -1
  356. package/ebay-inline-notice/inline-notice.d.ts +4 -4
  357. package/ebay-inline-notice/inline-notice.d.ts.map +1 -1
  358. package/ebay-inline-notice/types.d.ts +1 -1
  359. package/ebay-inline-notice/types.d.ts.map +1 -1
  360. package/ebay-lightbox-dialog/README.md +17 -13
  361. package/ebay-lightbox-dialog/index.d.ts +1 -1
  362. package/ebay-lightbox-dialog/index.d.ts.map +1 -1
  363. package/ebay-lightbox-dialog/index.js +1 -1
  364. package/ebay-lightbox-dialog/lightbox-dialog.d.ts +7 -7
  365. package/ebay-lightbox-dialog/lightbox-dialog.d.ts.map +1 -1
  366. package/ebay-listbox/README.md +16 -26
  367. package/ebay-listbox/index.d.ts +3 -3
  368. package/ebay-listbox/index.d.ts.map +1 -1
  369. package/ebay-listbox/listbox-option-description.d.ts +2 -2
  370. package/ebay-listbox/listbox-option-description.d.ts.map +1 -1
  371. package/ebay-listbox/listbox-option.d.ts +2 -2
  372. package/ebay-listbox/listbox-option.d.ts.map +1 -1
  373. package/ebay-listbox/listbox.d.ts +5 -5
  374. package/ebay-listbox/listbox.d.ts.map +1 -1
  375. package/ebay-listbox-button/README.md +17 -9
  376. package/ebay-listbox-button/index.d.ts +2 -2
  377. package/ebay-listbox-button/index.d.ts.map +1 -1
  378. package/ebay-listbox-button/listbox-button-option.d.ts +3 -3
  379. package/ebay-listbox-button/listbox-button-option.d.ts.map +1 -1
  380. package/ebay-listbox-button/listbox-button.d.ts +3 -3
  381. package/ebay-listbox-button/listbox-button.d.ts.map +1 -1
  382. package/ebay-menu/README.md +24 -20
  383. package/ebay-menu/index.d.ts +4 -4
  384. package/ebay-menu/index.d.ts.map +1 -1
  385. package/ebay-menu/menu-item-separator.d.ts +2 -2
  386. package/ebay-menu/menu-item-separator.d.ts.map +1 -1
  387. package/ebay-menu/menu-item.d.ts +3 -3
  388. package/ebay-menu/menu-item.d.ts.map +1 -1
  389. package/ebay-menu/menu.d.ts +2 -2
  390. package/ebay-menu/menu.d.ts.map +1 -1
  391. package/ebay-menu/types.d.ts +7 -7
  392. package/ebay-menu/types.d.ts.map +1 -1
  393. package/ebay-menu-button/README.md +33 -30
  394. package/ebay-menu-button/index.d.ts +5 -5
  395. package/ebay-menu-button/index.d.ts.map +1 -1
  396. package/ebay-menu-button/menu-button-item.d.ts +1 -1
  397. package/ebay-menu-button/menu-button-item.d.ts.map +1 -1
  398. package/ebay-menu-button/menu-button-label.d.ts +1 -1
  399. package/ebay-menu-button/menu-button-label.d.ts.map +1 -1
  400. package/ebay-menu-button/menu-button-separator.d.ts +2 -2
  401. package/ebay-menu-button/menu-button-separator.d.ts.map +1 -1
  402. package/ebay-menu-button/menu-button.d.ts +2 -2
  403. package/ebay-menu-button/menu-button.d.ts.map +1 -1
  404. package/ebay-menu-button/types.d.ts +6 -6
  405. package/ebay-menu-button/types.d.ts.map +1 -1
  406. package/ebay-notice-base/components/ebay-notice-content/index.d.ts +1 -1
  407. package/ebay-notice-base/components/ebay-notice-content/index.d.ts.map +1 -1
  408. package/ebay-notice-base/components/ebay-notice-content/notice-content.d.ts +3 -3
  409. package/ebay-notice-base/components/ebay-notice-content/notice-content.d.ts.map +1 -1
  410. package/ebay-notice-base/components/ebay-notice-title/index.d.ts +1 -1
  411. package/ebay-notice-base/components/ebay-notice-title/index.d.ts.map +1 -1
  412. package/ebay-notice-base/components/ebay-notice-title/notice-title.d.ts +1 -1
  413. package/ebay-notice-base/components/ebay-notice-title/notice-title.d.ts.map +1 -1
  414. package/ebay-notice-base/index.d.ts +2 -2
  415. package/ebay-notice-base/index.d.ts.map +1 -1
  416. package/ebay-page-notice/README.md +13 -11
  417. package/ebay-page-notice/index.d.ts +5 -5
  418. package/ebay-page-notice/index.d.ts.map +1 -1
  419. package/ebay-page-notice/page-notice-cta.d.ts +1 -1
  420. package/ebay-page-notice/page-notice-cta.d.ts.map +1 -1
  421. package/ebay-page-notice/page-notice-footer.d.ts +1 -1
  422. package/ebay-page-notice/page-notice-footer.d.ts.map +1 -1
  423. package/ebay-page-notice/page-notice-title.d.ts +2 -2
  424. package/ebay-page-notice/page-notice-title.d.ts.map +1 -1
  425. package/ebay-page-notice/page-notice.d.ts +4 -4
  426. package/ebay-page-notice/page-notice.d.ts.map +1 -1
  427. package/ebay-pagination/README.md +29 -23
  428. package/ebay-pagination/const.d.ts.map +1 -1
  429. package/ebay-pagination/helpers.d.ts +1 -1
  430. package/ebay-pagination/helpers.d.ts.map +1 -1
  431. package/ebay-pagination/index.d.ts +3 -3
  432. package/ebay-pagination/index.d.ts.map +1 -1
  433. package/ebay-pagination/pagination-item.d.ts +4 -4
  434. package/ebay-pagination/pagination-item.d.ts.map +1 -1
  435. package/ebay-pagination/pagination.d.ts +4 -4
  436. package/ebay-pagination/pagination.d.ts.map +1 -1
  437. package/ebay-pagination/types.d.ts +2 -2
  438. package/ebay-pagination/types.d.ts.map +1 -1
  439. package/ebay-panel-dialog/README.md +14 -11
  440. package/ebay-panel-dialog/index.d.ts +1 -1
  441. package/ebay-panel-dialog/index.d.ts.map +1 -1
  442. package/ebay-panel-dialog/index.js +1 -1
  443. package/ebay-panel-dialog/panel-dialog.d.ts +4 -4
  444. package/ebay-panel-dialog/panel-dialog.d.ts.map +1 -1
  445. package/ebay-progress-bar/README.md +13 -8
  446. package/ebay-progress-bar/index.d.ts +1 -1
  447. package/ebay-progress-bar/index.d.ts.map +1 -1
  448. package/ebay-progress-bar/progress-bar.d.ts +2 -2
  449. package/ebay-progress-bar/progress-bar.d.ts.map +1 -1
  450. package/ebay-progress-bar-expressive/README.md +12 -9
  451. package/ebay-progress-bar-expressive/index.d.ts +2 -2
  452. package/ebay-progress-bar-expressive/index.d.ts.map +1 -1
  453. package/ebay-progress-bar-expressive/progress-bar-expressive-message.d.ts +2 -2
  454. package/ebay-progress-bar-expressive/progress-bar-expressive-message.d.ts.map +1 -1
  455. package/ebay-progress-bar-expressive/progress-bar-expressive.d.ts +3 -3
  456. package/ebay-progress-bar-expressive/progress-bar-expressive.d.ts.map +1 -1
  457. package/ebay-progress-spinner/README.md +12 -7
  458. package/ebay-progress-spinner/index.d.ts +1 -1
  459. package/ebay-progress-spinner/index.d.ts.map +1 -1
  460. package/ebay-progress-spinner/progress-spinner.d.ts +4 -4
  461. package/ebay-progress-spinner/progress-spinner.d.ts.map +1 -1
  462. package/ebay-progress-stepper/README.md +13 -12
  463. package/ebay-progress-stepper/ebay-progress-step.d.ts +2 -2
  464. package/ebay-progress-stepper/ebay-progress-step.d.ts.map +1 -1
  465. package/ebay-progress-stepper/ebay-progress-stepper.d.ts +2 -2
  466. package/ebay-progress-stepper/ebay-progress-stepper.d.ts.map +1 -1
  467. package/ebay-progress-stepper/ebay-progress-title.d.ts +1 -1
  468. package/ebay-progress-stepper/ebay-progress-title.d.ts.map +1 -1
  469. package/ebay-progress-stepper/index.d.ts +4 -4
  470. package/ebay-progress-stepper/index.d.ts.map +1 -1
  471. package/ebay-progress-stepper/types.d.ts +2 -2
  472. package/ebay-radio/README.md +19 -11
  473. package/ebay-radio/index.d.ts +1 -1
  474. package/ebay-radio/index.d.ts.map +1 -1
  475. package/ebay-radio/radio.d.ts +4 -4
  476. package/ebay-radio/radio.d.ts.map +1 -1
  477. package/ebay-section-notice/README.md +15 -13
  478. package/ebay-section-notice/index.d.ts +5 -5
  479. package/ebay-section-notice/index.d.ts.map +1 -1
  480. package/ebay-section-notice/section-notice-cta.d.ts +1 -1
  481. package/ebay-section-notice/section-notice-cta.d.ts.map +1 -1
  482. package/ebay-section-notice/section-notice-footer.d.ts +1 -1
  483. package/ebay-section-notice/section-notice-footer.d.ts.map +1 -1
  484. package/ebay-section-notice/section-notice-title.d.ts +2 -2
  485. package/ebay-section-notice/section-notice-title.d.ts.map +1 -1
  486. package/ebay-section-notice/section-notice.d.ts +6 -6
  487. package/ebay-section-notice/section-notice.d.ts.map +1 -1
  488. package/ebay-section-title/README.md +23 -16
  489. package/ebay-section-title/cta.d.ts +2 -2
  490. package/ebay-section-title/cta.d.ts.map +1 -1
  491. package/ebay-section-title/index.d.ts +5 -5
  492. package/ebay-section-title/index.d.ts.map +1 -1
  493. package/ebay-section-title/info.d.ts +2 -2
  494. package/ebay-section-title/info.d.ts.map +1 -1
  495. package/ebay-section-title/overflow.d.ts +2 -2
  496. package/ebay-section-title/overflow.d.ts.map +1 -1
  497. package/ebay-section-title/section-title.d.ts +2 -2
  498. package/ebay-section-title/section-title.d.ts.map +1 -1
  499. package/ebay-section-title/subtitle.d.ts +2 -2
  500. package/ebay-section-title/subtitle.d.ts.map +1 -1
  501. package/ebay-section-title/title.d.ts +2 -2
  502. package/ebay-section-title/title.d.ts.map +1 -1
  503. package/ebay-segmented-buttons/README.md +11 -8
  504. package/ebay-segmented-buttons/button.d.ts +2 -2
  505. package/ebay-segmented-buttons/button.d.ts.map +1 -1
  506. package/ebay-segmented-buttons/index.d.ts +3 -3
  507. package/ebay-segmented-buttons/index.d.ts.map +1 -1
  508. package/ebay-segmented-buttons/segmented-buttons.d.ts +2 -2
  509. package/ebay-segmented-buttons/segmented-buttons.d.ts.map +1 -1
  510. package/ebay-segmented-buttons/types.d.ts +5 -5
  511. package/ebay-segmented-buttons/types.d.ts.map +1 -1
  512. package/ebay-select/README.md +38 -27
  513. package/ebay-select/ebay-select-option.d.ts +2 -2
  514. package/ebay-select/ebay-select-option.d.ts.map +1 -1
  515. package/ebay-select/ebay-select.d.ts +4 -4
  516. package/ebay-select/ebay-select.d.ts.map +1 -1
  517. package/ebay-select/index.d.ts +2 -2
  518. package/ebay-select/index.d.ts.map +1 -1
  519. package/ebay-signal/README.md +13 -6
  520. package/ebay-signal/index.d.ts +1 -1
  521. package/ebay-signal/index.d.ts.map +1 -1
  522. package/ebay-signal/signal.d.ts +3 -3
  523. package/ebay-signal/signal.d.ts.map +1 -1
  524. package/ebay-skeleton/ebay-skeleton-avatar.d.ts +2 -2
  525. package/ebay-skeleton/ebay-skeleton-avatar.d.ts.map +1 -1
  526. package/ebay-skeleton/ebay-skeleton-button.d.ts +3 -3
  527. package/ebay-skeleton/ebay-skeleton-button.d.ts.map +1 -1
  528. package/ebay-skeleton/ebay-skeleton-image.d.ts +2 -2
  529. package/ebay-skeleton/ebay-skeleton-image.d.ts.map +1 -1
  530. package/ebay-skeleton/ebay-skeleton-text.d.ts +3 -3
  531. package/ebay-skeleton/ebay-skeleton-text.d.ts.map +1 -1
  532. package/ebay-skeleton/ebay-skeleton-textbox.d.ts +2 -2
  533. package/ebay-skeleton/ebay-skeleton-textbox.d.ts.map +1 -1
  534. package/ebay-skeleton/ebay-skeleton.d.ts +3 -3
  535. package/ebay-skeleton/ebay-skeleton.d.ts.map +1 -1
  536. package/ebay-skeleton/index.d.ts +6 -6
  537. package/ebay-skeleton/index.d.ts.map +1 -1
  538. package/ebay-skeleton/types.d.ts +4 -4
  539. package/ebay-skeleton/types.d.ts.map +1 -1
  540. package/ebay-snackbar-dialog/README.md +21 -16
  541. package/ebay-snackbar-dialog/components/ebay-snackbar-dialog-action.d.ts +1 -1
  542. package/ebay-snackbar-dialog/components/ebay-snackbar-dialog-action.d.ts.map +1 -1
  543. package/ebay-snackbar-dialog/components/ebay-snackbar-dialog.d.ts +4 -4
  544. package/ebay-snackbar-dialog/components/ebay-snackbar-dialog.d.ts.map +1 -1
  545. package/ebay-snackbar-dialog/index.d.ts +2 -2
  546. package/ebay-snackbar-dialog/index.d.ts.map +1 -1
  547. package/ebay-snackbar-dialog/index.js +1 -1
  548. package/ebay-split-button/README.md +29 -23
  549. package/ebay-split-button/index.d.ts +2 -2
  550. package/ebay-split-button/index.d.ts.map +1 -1
  551. package/ebay-split-button/split-button.d.ts +2 -2
  552. package/ebay-split-button/split-button.d.ts.map +1 -1
  553. package/ebay-split-button/types.d.ts +5 -5
  554. package/ebay-split-button/types.d.ts.map +1 -1
  555. package/ebay-star-rating/README.md +13 -7
  556. package/ebay-star-rating/index.d.ts +1 -1
  557. package/ebay-star-rating/index.d.ts.map +1 -1
  558. package/ebay-star-rating/star-rating.d.ts +2 -2
  559. package/ebay-star-rating/star-rating.d.ts.map +1 -1
  560. package/ebay-star-rating-select/README.md +20 -14
  561. package/ebay-star-rating-select/index.d.ts +1 -1
  562. package/ebay-star-rating-select/index.d.ts.map +1 -1
  563. package/ebay-star-rating-select/star-rating-select.d.ts +3 -3
  564. package/ebay-star-rating-select/star-rating-select.d.ts.map +1 -1
  565. package/ebay-svg/README.md +11 -8
  566. package/ebay-svg/index.d.ts +1 -1
  567. package/ebay-svg/index.d.ts.map +1 -1
  568. package/ebay-svg/svg.d.ts +2 -2
  569. package/ebay-svg/svg.d.ts.map +1 -1
  570. package/ebay-switch/README.md +13 -6
  571. package/ebay-switch/ebay-switch.d.ts +3 -3
  572. package/ebay-switch/ebay-switch.d.ts.map +1 -1
  573. package/ebay-switch/index.d.ts +1 -1
  574. package/ebay-switch/index.d.ts.map +1 -1
  575. package/ebay-table/index.d.ts +5 -5
  576. package/ebay-table/index.d.ts.map +1 -1
  577. package/ebay-table/table-cell.d.ts +3 -3
  578. package/ebay-table/table-cell.d.ts.map +1 -1
  579. package/ebay-table/table-header.d.ts +3 -3
  580. package/ebay-table/table-header.d.ts.map +1 -1
  581. package/ebay-table/table-row.d.ts +4 -4
  582. package/ebay-table/table-row.d.ts.map +1 -1
  583. package/ebay-table/table.d.ts +4 -4
  584. package/ebay-table/table.d.ts.map +1 -1
  585. package/ebay-table/types.d.ts +7 -7
  586. package/ebay-table/types.d.ts.map +1 -1
  587. package/ebay-tabs/README.md +16 -10
  588. package/ebay-tabs/index.d.ts +4 -4
  589. package/ebay-tabs/index.d.ts.map +1 -1
  590. package/ebay-tabs/tab-panel.d.ts +2 -2
  591. package/ebay-tabs/tab-panel.d.ts.map +1 -1
  592. package/ebay-tabs/tab.d.ts +2 -2
  593. package/ebay-tabs/tab.d.ts.map +1 -1
  594. package/ebay-tabs/tabs.d.ts +2 -2
  595. package/ebay-tabs/tabs.d.ts.map +1 -1
  596. package/ebay-tabs/types.d.ts +4 -4
  597. package/ebay-tabs/types.d.ts.map +1 -1
  598. package/ebay-textbox/README.md +38 -29
  599. package/ebay-textbox/index.d.ts +6 -6
  600. package/ebay-textbox/index.d.ts.map +1 -1
  601. package/ebay-textbox/postfix-icon.d.ts +2 -2
  602. package/ebay-textbox/postfix-icon.d.ts.map +1 -1
  603. package/ebay-textbox/postfix-text.d.ts +2 -2
  604. package/ebay-textbox/postfix-text.d.ts.map +1 -1
  605. package/ebay-textbox/prefix-icon.d.ts +2 -2
  606. package/ebay-textbox/prefix-icon.d.ts.map +1 -1
  607. package/ebay-textbox/prefix-text.d.ts +2 -2
  608. package/ebay-textbox/prefix-text.d.ts.map +1 -1
  609. package/ebay-textbox/textbox.d.ts +5 -5
  610. package/ebay-textbox/textbox.d.ts.map +1 -1
  611. package/ebay-textbox/types.d.ts +6 -6
  612. package/ebay-textbox/types.d.ts.map +1 -1
  613. package/ebay-toast-dialog/README.md +7 -6
  614. package/ebay-toast-dialog/components/toast.d.ts +3 -3
  615. package/ebay-toast-dialog/components/toast.d.ts.map +1 -1
  616. package/ebay-toast-dialog/index.d.ts +1 -1
  617. package/ebay-toast-dialog/index.d.ts.map +1 -1
  618. package/ebay-toast-dialog/index.js +1 -1
  619. package/ebay-toggle-button/index.d.ts +2 -2
  620. package/ebay-toggle-button/index.d.ts.map +1 -1
  621. package/ebay-toggle-button/toggle-button.d.ts +2 -2
  622. package/ebay-toggle-button/toggle-button.d.ts.map +1 -1
  623. package/ebay-toggle-button/types.d.ts +5 -5
  624. package/ebay-toggle-button/types.d.ts.map +1 -1
  625. package/ebay-toggle-button-group/README.md +12 -12
  626. package/ebay-toggle-button-group/index.d.ts +2 -2
  627. package/ebay-toggle-button-group/index.d.ts.map +1 -1
  628. package/ebay-toggle-button-group/toggle-button-group.d.ts +2 -2
  629. package/ebay-toggle-button-group/toggle-button-group.d.ts.map +1 -1
  630. package/ebay-toggle-button-group/types.d.ts +5 -5
  631. package/ebay-toggle-button-group/types.d.ts.map +1 -1
  632. package/ebay-tooltip/README.md +10 -7
  633. package/ebay-tooltip/ebay-tooltip-content.d.ts +3 -3
  634. package/ebay-tooltip/ebay-tooltip-content.d.ts.map +1 -1
  635. package/ebay-tooltip/ebay-tooltip-host.d.ts +3 -3
  636. package/ebay-tooltip/ebay-tooltip-host.d.ts.map +1 -1
  637. package/ebay-tooltip/ebay-tooltip.d.ts +3 -3
  638. package/ebay-tooltip/ebay-tooltip.d.ts.map +1 -1
  639. package/ebay-tooltip/index.d.ts +5 -5
  640. package/ebay-tooltip/index.d.ts.map +1 -1
  641. package/ebay-tourtip/README.md +23 -26
  642. package/ebay-tourtip/ebay-tourtip-content.d.ts +3 -3
  643. package/ebay-tourtip/ebay-tourtip-content.d.ts.map +1 -1
  644. package/ebay-tourtip/ebay-tourtip-footer.d.ts +2 -2
  645. package/ebay-tourtip/ebay-tourtip-footer.d.ts.map +1 -1
  646. package/ebay-tourtip/ebay-tourtip-heading.d.ts +2 -2
  647. package/ebay-tourtip/ebay-tourtip-heading.d.ts.map +1 -1
  648. package/ebay-tourtip/ebay-tourtip-host.d.ts +3 -3
  649. package/ebay-tourtip/ebay-tourtip-host.d.ts.map +1 -1
  650. package/ebay-tourtip/ebay-tourtip.d.ts +4 -4
  651. package/ebay-tourtip/ebay-tourtip.d.ts.map +1 -1
  652. package/ebay-tourtip/index.d.ts +6 -6
  653. package/ebay-tourtip/index.d.ts.map +1 -1
  654. package/ebay-tri-state-checkbox/Readme.md +15 -12
  655. package/ebay-tri-state-checkbox/index.d.ts +2 -2
  656. package/ebay-tri-state-checkbox/index.d.ts.map +1 -1
  657. package/ebay-tri-state-checkbox/tri-state-checkbox.d.ts +3 -3
  658. package/ebay-tri-state-checkbox/tri-state-checkbox.d.ts.map +1 -1
  659. package/ebay-tri-state-checkbox/types.d.ts +3 -3
  660. package/ebay-tri-state-checkbox/types.d.ts.map +1 -1
  661. package/ebay-video/README.md +24 -19
  662. package/ebay-video/const.d.ts.map +1 -1
  663. package/ebay-video/controls.d.ts.map +1 -1
  664. package/ebay-video/index.d.ts +3 -3
  665. package/ebay-video/index.d.ts.map +1 -1
  666. package/ebay-video/reportButton.d.ts +1 -1
  667. package/ebay-video/reportButton.d.ts.map +1 -1
  668. package/ebay-video/source.d.ts +2 -2
  669. package/ebay-video/source.d.ts.map +1 -1
  670. package/ebay-video/types.d.ts +3 -3
  671. package/ebay-video/types.d.ts.map +1 -1
  672. package/ebay-video/video.d.ts +4 -4
  673. package/ebay-video/video.d.ts.map +1 -1
  674. package/events/index.d.ts +4 -4
  675. package/events/index.d.ts.map +1 -1
  676. package/file-preview-card-BD6TIsY7.js +1 -0
  677. package/{lightbox-dialog-B19PMyMY.js → lightbox-dialog-DqcQsTSy.js} +1 -1
  678. package/package.json +79 -78
  679. package/utils/index.d.ts +6 -6
  680. package/utils/index.d.ts.map +1 -1
  681. package/dialog-previous-button-DR6Ujner.js +0 -1
  682. package/ebay-details-CwOA53up.js +0 -1
  683. package/file-preview-card-D4qnvGtF.js +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/ebay-notice-base/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,gCAAgC,CAAA;AAChE,OAAO,EAAE,iBAAiB,EAAE,MAAM,kCAAkC,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/ebay-notice-base/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,gCAAgC,CAAC;AACjE,OAAO,EAAE,iBAAiB,EAAE,MAAM,kCAAkC,CAAC"}
@@ -1,6 +1,7 @@
1
1
  # EbayPageNotice
2
2
 
3
3
  ## Demo
4
+
4
5
  [Storybook](https://opensource.ebay.com/ebayui-core-react/main/?path=/story/notices-tips-ebay-page-notice--simple-usage)
5
6
 
6
7
  ## Import JS
@@ -11,8 +12,8 @@ import {
11
12
  EbayNoticeContent,
12
13
  EbayPageNoticeTitle,
13
14
  EbayPageNoticeFooter,
14
- EbayPageNoticeCTA
15
- } from '@ebay/ui-core-react/ebay-page-notice'
15
+ EbayPageNoticeCTA,
16
+ } from "@ebay/ui-core-react/ebay-page-notice";
16
17
  ```
17
18
 
18
19
  ### Import following styles from SKIN
@@ -41,16 +42,17 @@ import "@ebay/skin/page-notice";
41
42
 
42
43
  ## Attributes
43
44
 
44
- | Name | Type | Stateful | Description | Default |
45
- | ------------ | ----------------------------------------------------------------------------- | -------- | ------------------------------------------------------------------------------------------------------------------------------------------- | ------------- |
46
- | `status` | String ( `"general"`,`"attention"`, `"confirmation"`, or `"information"`) | No | Determines the style and type of notice to be displayed | `"general"` |
47
- | `aria-label` | String | No | The description of the notice itself for screen readers. Check out [this issue](https://github.com/eBay/skin/issues/1001) for more context. | - |
48
- | `children` | React Node | No | The content to be displayed within the notice | - |
49
- | `a11yDismissText` | String | No | Determines if the notice will have a dismiss button. Acts as the aria-label for the dismiss button. Should not be used with a footer. | - |
45
+ | Name | Type | Stateful | Description | Default |
46
+ | ----------------- | ------------------------------------------------------------------------- | -------- | ------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
47
+ | `status` | String ( `"general"`,`"attention"`, `"confirmation"`, or `"information"`) | No | Determines the style and type of notice to be displayed | `"general"` |
48
+ | `aria-label` | String | No | The description of the notice itself for screen readers. Check out [this issue](https://github.com/eBay/skin/issues/1001) for more context. | - |
49
+ | `children` | React Node | No | The content to be displayed within the notice | - |
50
+ | `a11yDismissText` | String | No | Determines if the notice will have a dismiss button. Acts as the aria-label for the dismiss button. Should not be used with a footer. | - |
50
51
 
51
52
  ## Callbacks
52
- | Name | Required | Description | Arguments |
53
- |------|----------------------|-------------------|-----------|
54
- | `onDismiss` | No | Triggered on notice dismiss | (Event) |
53
+
54
+ | Name | Required | Description | Arguments |
55
+ | ----------- | -------- | --------------------------- | --------- |
56
+ | `onDismiss` | No | Triggered on notice dismiss | (Event) |
55
57
 
56
58
  Note: When using multiple PageNotice components with an aria-label, make sure to set a unique `id` attribute for each one or you'll run into accessibility issues.
@@ -1,6 +1,6 @@
1
- export { default as EbayPageNotice, type PageNoticeStatus, type Props as EbayPageNoticeProps } from './page-notice';
2
- export { default as EbayPageNoticeTitle } from './page-notice-title';
3
- export { default as EbayPageNoticeFooter } from './page-notice-footer';
4
- export { default as EbayPageNoticeCTA } from './page-notice-cta';
5
- export { EbayNoticeContent } from '../ebay-notice-base/components/ebay-notice-content';
1
+ export { default as EbayPageNotice, type PageNoticeStatus, type Props as EbayPageNoticeProps } from "./page-notice";
2
+ export { default as EbayPageNoticeTitle } from "./page-notice-title";
3
+ export { default as EbayPageNoticeFooter } from "./page-notice-footer";
4
+ export { default as EbayPageNoticeCTA } from "./page-notice-cta";
5
+ export { EbayNoticeContent } from "../ebay-notice-base/components/ebay-notice-content";
6
6
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/ebay-page-notice/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,KAAK,gBAAgB,EAAE,KAAK,KAAK,IAAI,mBAAmB,EAAE,MAAM,eAAe,CAAA;AACnH,OAAO,EAAE,OAAO,IAAI,mBAAmB,EAAE,MAAM,qBAAqB,CAAA;AACpE,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,sBAAsB,CAAA;AACtE,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,mBAAmB,CAAA;AAChE,OAAO,EAAE,iBAAiB,EAAE,MAAM,oDAAoD,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/ebay-page-notice/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,KAAK,gBAAgB,EAAE,KAAK,KAAK,IAAI,mBAAmB,EAAE,MAAM,eAAe,CAAC;AACpH,OAAO,EAAE,OAAO,IAAI,mBAAmB,EAAE,MAAM,qBAAqB,CAAC;AACrE,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AACvE,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AACjE,OAAO,EAAE,iBAAiB,EAAE,MAAM,oDAAoD,CAAC"}
@@ -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":"page-notice-cta.d.ts","sourceRoot":"","sources":["../../src/ebay-page-notice/page-notice-cta.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAG5C,KAAK,KAAK,GAAG;IACT,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACxB,CAAA;AAED,QAAA,MAAM,iBAAiB,EAAE,EAAE,CAAC,KAAK,CAIhC,CAAA;AAED,eAAe,iBAAiB,CAAA"}
1
+ {"version":3,"file":"page-notice-cta.d.ts","sourceRoot":"","sources":["../../src/ebay-page-notice/page-notice-cta.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAG7C,KAAK,KAAK,GAAG;IACT,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACxB,CAAC;AAEF,QAAA,MAAM,iBAAiB,EAAE,EAAE,CAAC,KAAK,CAIhC,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
@@ -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":"page-notice-footer.d.ts","sourceRoot":"","sources":["../../src/ebay-page-notice/page-notice-footer.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAG5C,KAAK,KAAK,GAAG;IACT,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACxB,CAAA;AAED,QAAA,MAAM,oBAAoB,EAAE,EAAE,CAAC,KAAK,CAInC,CAAA;AAED,eAAe,oBAAoB,CAAA"}
1
+ {"version":3,"file":"page-notice-footer.d.ts","sourceRoot":"","sources":["../../src/ebay-page-notice/page-notice-footer.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAG7C,KAAK,KAAK,GAAG;IACT,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACxB,CAAC;AAEF,QAAA,MAAM,oBAAoB,EAAE,EAAE,CAAC,KAAK,CAInC,CAAC;AAEF,eAAe,oBAAoB,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 EbayPageNoticeTitle: FC<Props>;
@@ -1 +1 @@
1
- {"version":3,"file":"page-notice-title.d.ts","sourceRoot":"","sources":["../../src/ebay-page-notice/page-notice-title.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,EAAE,MAAM,OAAO,CAAA;AAGjC,KAAK,KAAK,GAAG,KAAK,CAAC,SAAS,CAAC,kBAAkB,CAAC,GAAG;IAC/C,EAAE,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC7C,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB,CAAA;AAED,QAAA,MAAM,mBAAmB,EAAE,EAAE,CAAC,KAAK,CAIlC,CAAA;AAED,eAAe,mBAAmB,CAAA"}
1
+ {"version":3,"file":"page-notice-title.d.ts","sourceRoot":"","sources":["../../src/ebay-page-notice/page-notice-title.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,EAAE,MAAM,OAAO,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,mBAAmB,EAAE,EAAE,CAAC,KAAK,CAIlC,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
@@ -1,8 +1,8 @@
1
- import { ComponentProps, FC, KeyboardEventHandler, MouseEventHandler } from 'react';
2
- export type PageNoticeStatus = 'general' | 'attention' | 'confirmation' | 'information';
3
- export type Props = ComponentProps<'section'> & {
1
+ import { ComponentProps, FC, KeyboardEventHandler, MouseEventHandler } from "react";
2
+ export type PageNoticeStatus = "general" | "attention" | "confirmation" | "information";
3
+ export type Props = ComponentProps<"section"> & {
4
4
  status?: PageNoticeStatus;
5
- 'aria-label'?: string;
5
+ "aria-label"?: string;
6
6
  a11yDismissText?: string;
7
7
  onDismiss?: MouseEventHandler & KeyboardEventHandler;
8
8
  };
@@ -1 +1 @@
1
- {"version":3,"file":"page-notice.d.ts","sourceRoot":"","sources":["../../src/ebay-page-notice/page-notice.tsx"],"names":[],"mappings":"AAAA,OAAc,EACV,cAAc,EACd,EAAE,EACF,oBAAoB,EACpB,iBAAiB,EAEpB,MAAM,OAAO,CAAA;AAOd,MAAM,MAAM,gBAAgB,GAAG,SAAS,GAAG,WAAW,GAAG,cAAc,GAAG,aAAa,CAAA;AACvF,MAAM,MAAM,KAAK,GAAG,cAAc,CAAC,SAAS,CAAC,GAAG;IAC5C,MAAM,CAAC,EAAE,gBAAgB,CAAC;IAC1B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,SAAS,CAAC,EAAE,iBAAiB,GAAG,oBAAoB,CAAC;CACxD,CAAC;AAEF,QAAA,MAAM,cAAc,EAAE,EAAE,CAAC,KAAK,CAiD7B,CAAA;AAED,eAAe,cAAc,CAAA"}
1
+ {"version":3,"file":"page-notice.d.ts","sourceRoot":"","sources":["../../src/ebay-page-notice/page-notice.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,cAAc,EAAE,EAAE,EAAE,oBAAoB,EAAE,iBAAiB,EAAY,MAAM,OAAO,CAAC;AAOrG,MAAM,MAAM,gBAAgB,GAAG,SAAS,GAAG,WAAW,GAAG,cAAc,GAAG,aAAa,CAAC;AACxF,MAAM,MAAM,KAAK,GAAG,cAAc,CAAC,SAAS,CAAC,GAAG;IAC5C,MAAM,CAAC,EAAE,gBAAgB,CAAC;IAC1B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,SAAS,CAAC,EAAE,iBAAiB,GAAG,oBAAoB,CAAC;CACxD,CAAC;AAEF,QAAA,MAAM,cAAc,EAAE,EAAE,CAAC,KAAK,CA+C7B,CAAC;AAEF,eAAe,cAAc,CAAC"}
@@ -1,54 +1,60 @@
1
1
  # EbayPagination
2
2
 
3
3
  ## Demo
4
+
4
5
  [Storybook](https://opensource.ebay.com/ebayui-core-react/main/?path=/story/navigation-disclosure-ebay-pagination--basic-links)
5
6
 
6
7
  The `<EbayPagination>` is a tag used to create a pagination navigation. It will display up to 9 page links.
7
8
  If pagination doesn't fit the page it will adjust to the available width.
8
9
 
9
10
  ## Import JS
11
+
10
12
  ```jsx harmony
11
- import { EbayPagination, EbayPaginationItem } from '@ebay/ui-core-react/ebay-pagination'
13
+ import { EbayPagination, EbayPaginationItem } from "@ebay/ui-core-react/ebay-pagination";
12
14
  ```
13
15
 
14
16
  ## Import styles from Skin
17
+
15
18
  ```jsx harmony
16
- import '@ebay/skin/pagination'
17
- import '@ebay/skin/utility'
19
+ import "@ebay/skin/pagination";
20
+ import "@ebay/skin/utility";
18
21
  ```
19
22
 
20
23
  ### or if using CSS/SCSS
24
+
21
25
  ```jsx
22
- import '@ebay/skin/pagination.css'
23
- import '@ebay/skin/utility.css'
26
+ import "@ebay/skin/pagination.css";
27
+ import "@ebay/skin/utility.css";
24
28
  ```
25
29
 
26
30
  ### EbayPagination Usage
27
31
 
28
32
  ```jsx
29
33
  <EbayPagination a11yPreviousText="Previous page" a11yNextText="Next page" a11yCurrentText="Results Pagination - Page 2">
30
- <EbayPaginationItem href="#" type="previous" disabled/>
31
- <EbayPaginationItem href="#" current>item 1</EbayPaginationItem>
34
+ <EbayPaginationItem href="#" type="previous" disabled />
35
+ <EbayPaginationItem href="#" current>
36
+ item 1
37
+ </EbayPaginationItem>
32
38
  <EbayPaginationItem href="#">item 2</EbayPaginationItem>
33
39
  <EbayPaginationItem href="#">item 3</EbayPaginationItem>
34
- <EbayPaginationItem href="#" type="next"/>
40
+ <EbayPaginationItem href="#" type="next" />
35
41
  </EbayPagination>
36
42
  ```
37
43
 
38
44
  ### EbayPagination Attributes
39
45
 
40
- Name | Type | Stateful | Description
41
- --- | --- | --- | ---
42
- `a11yPreviousText` | String | No | a11y text for previous arrow button
43
- `a11yNextText` | String | No | a11y text for next arrow button
44
- `a11yCurrentText` | String | No | Description for the current page (e.g. Results of Page 1)
45
- `variant` | String | No | Either `show-last`, or `show-range` (default). If show-last then will show the last page always and will put `…` between the last visible range and the last page. `…` and the last page will take up two items in the range. `…` will be hidden when the range to the last item is fully visible.
46
- `fluid` | Boolean | No | Will fill all available horizontal space. Horizontal space will be distributed around each item as necessary.
46
+ | Name | Type | Stateful | Description |
47
+ | ------------------ | ------- | -------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
48
+ | `a11yPreviousText` | String | No | a11y text for previous arrow button |
49
+ | `a11yNextText` | String | No | a11y text for next arrow button |
50
+ | `a11yCurrentText` | String | No | Description for the current page (e.g. Results of Page 1) |
51
+ | `variant` | String | No | Either `show-last`, or `show-range` (default). If show-last then will show the last page always and will put `…` between the last visible range and the last page. `…` and the last page will take up two items in the range. `…` will be hidden when the range to the last item is fully visible. |
52
+ | `fluid` | Boolean | No | Will fill all available horizontal space. Horizontal space will be distributed around each item as necessary. |
47
53
 
48
54
  ### EbayPagination Events
49
55
 
50
56
  | Event | Data | Description |
51
- |--------------|-----------------------------|-------------------------------|
57
+ | ------------ | --------------------------- | ----------------------------- |
52
58
  | `onPrevious` | `(Event)` | clicked previous arrow button |
53
59
  | `onNext` | `(Event)` | clicked next arrow button |
54
60
  | `onSelect` | `(Event, { value, index })` | page selected clicked |
@@ -63,13 +69,13 @@ Name | Type | Stateful | Description
63
69
 
64
70
  ### EbayPaginationItem Attributes
65
71
 
66
- Name | Type | Stateful | Description
67
- --- | --- | --- | ---
68
- `disabled` | Boolean | No | Previous/next button is disabled or not
69
- `href` | String | No | for link that looks like a menu-item; omitting the href will switch to a button
70
- `current` | Boolean | No | the current page
71
- `type` | String | No | "previous", "next" or "page"(default). To specify if the information entered is for the previous or next arrow button or a page. If the `type='previous|next'` isn't provided the previous/next arrow buttons will be taken as `disabled`
72
+ | Name | Type | Stateful | Description |
73
+ | ---------- | ------- | -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------- |
74
+ | `disabled` | Boolean | No | Previous/next button is disabled or not |
75
+ | `href` | String | No | for link that looks like a menu-item; omitting the href will switch to a button |
76
+ | `current` | Boolean | No | the current page |
77
+ | `type` | String | No | "previous", "next" or "page"(default). To specify if the information entered is for the previous or next arrow button or a page. If the `type='previous | next'`isn't provided the previous/next arrow buttons will be taken as`disabled` |
72
78
 
73
79
  Notes:
74
80
 
75
- * If you want to have client side or ajax based navigation then you should omit the `href` attribute on each item. This will cause each item to be `<button>` instead of an `<a>`.
81
+ - If you want to have client side or ajax based navigation then you should omit the `href` attribute on each item. This will cause each item to be `<button>` instead of an `<a>`.
@@ -1 +1 @@
1
- {"version":3,"file":"const.d.ts","sourceRoot":"","sources":["../../src/ebay-pagination/const.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS,IAAI,CAAA;AAC1B,eAAO,MAAM,SAAS,IAAI,CAAA;AAC1B,eAAO,MAAM,iBAAiB,IAAI,CAAA;AAClC,eAAO,MAAM,sBAAsB,IAAI,CAAA;AACvC,eAAO,MAAM,uBAAuB,QAAqC,CAAA"}
1
+ {"version":3,"file":"const.d.ts","sourceRoot":"","sources":["../../src/ebay-pagination/const.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS,IAAI,CAAC;AAC3B,eAAO,MAAM,SAAS,IAAI,CAAC;AAC3B,eAAO,MAAM,iBAAiB,IAAI,CAAC;AACnC,eAAO,MAAM,sBAAsB,IAAI,CAAC;AACxC,eAAO,MAAM,uBAAuB,QAAqC,CAAC"}
@@ -1,4 +1,4 @@
1
- import { ItemState, PaginationVariant } from './types';
1
+ import { ItemState, PaginationVariant } from "./types";
2
2
  export declare function pageNumbersAround(totalPages: number, selectedPage: number, maxVisiblePages?: number, variant?: PaginationVariant): ItemState[];
3
3
  export declare function calcPageState(selectedPage: number, visiblePages: number, totalPages: number, variant?: PaginationVariant): ItemState[];
4
4
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"helpers.d.ts","sourceRoot":"","sources":["../../src/ebay-pagination/helpers.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,SAAS,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAA;AAEtD,wBAAgB,iBAAiB,CAC7B,UAAU,EAAE,MAAM,EAClB,YAAY,EAAE,MAAM,EACpB,eAAe,GAAE,MAAmB,EACpC,OAAO,GAAE,iBAAwB,GAClC,SAAS,EAAE,CA4Db;AAED,wBAAgB,aAAa,CACzB,YAAY,EAAE,MAAM,EACpB,YAAY,EAAE,MAAM,EACpB,UAAU,EAAE,MAAM,EAClB,OAAO,GAAE,iBAAgC,GAC1C,SAAS,EAAE,CASb;AAaD;;;;;GAKG;AACH,wBAAgB,WAAW,CAAC,EAAE,CAAC,EAAE,WAAW,GAAG,MAAM,CASpD"}
1
+ {"version":3,"file":"helpers.d.ts","sourceRoot":"","sources":["../../src/ebay-pagination/helpers.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAEvD,wBAAgB,iBAAiB,CAC7B,UAAU,EAAE,MAAM,EAClB,YAAY,EAAE,MAAM,EACpB,eAAe,GAAE,MAAmB,EACpC,OAAO,GAAE,iBAAwB,GAClC,SAAS,EAAE,CA+Db;AAED,wBAAgB,aAAa,CACzB,YAAY,EAAE,MAAM,EACpB,YAAY,EAAE,MAAM,EACpB,UAAU,EAAE,MAAM,EAClB,OAAO,GAAE,iBAAgC,GAC1C,SAAS,EAAE,CASb;AAUD;;;;;GAKG;AACH,wBAAgB,WAAW,CAAC,EAAE,CAAC,EAAE,WAAW,GAAG,MAAM,CASpD"}
@@ -1,4 +1,4 @@
1
- export { default as EbayPagination } from './pagination';
2
- export { default as EbayPaginationItem } from './pagination-item';
3
- export type { PaginationVariant } from './types';
1
+ export { default as EbayPagination } from "./pagination";
2
+ export { default as EbayPaginationItem } from "./pagination-item";
3
+ export type { PaginationVariant } from "./types";
4
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/ebay-pagination/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,cAAc,CAAA;AACxD,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,mBAAmB,CAAA;AACjE,YAAY,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/ebay-pagination/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,cAAc,CAAC;AACzD,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AAClE,YAAY,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC"}
@@ -1,7 +1,7 @@
1
- import React, { Key, ReactNode, RefObject, StyleHTMLAttributes, ComponentProps } from 'react';
2
- import { EbayEventHandler } from '../common/event-utils/types';
3
- export type PaginationItemType = 'previous' | 'next' | 'page' | 'separator';
4
- type HtmlProps = Omit<ComponentProps<'button'>, 'type' | 'onSelect'> & Omit<ComponentProps<'a'>, 'onSelect'> & Omit<ComponentProps<'li'>, 'onSelect'>;
1
+ import React, { Key, ReactNode, RefObject, StyleHTMLAttributes, ComponentProps } from "react";
2
+ import { EbayEventHandler } from "../common/event-utils/types";
3
+ export type PaginationItemType = "previous" | "next" | "page" | "separator";
4
+ type HtmlProps = Omit<ComponentProps<"button">, "type" | "onSelect"> & Omit<ComponentProps<"a">, "onSelect"> & Omit<ComponentProps<"li">, "onSelect">;
5
5
  export type PaginationItemProps = HtmlProps & {
6
6
  pageIndex?: number;
7
7
  key?: Key;
@@ -1 +1 @@
1
- {"version":3,"file":"pagination-item.d.ts","sourceRoot":"","sources":["../../src/ebay-pagination/pagination-item.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAM,GAAG,EAAE,SAAS,EAAE,SAAS,EAAE,mBAAmB,EAAE,cAAc,EAAE,MAAM,OAAO,CAAA;AAIjG,OAAO,EAAE,gBAAgB,EAAE,MAAM,6BAA6B,CAAA;AAE9D,MAAM,MAAM,kBAAkB,GAAG,UAAU,GAAG,MAAM,GAAG,MAAM,GAAG,WAAW,CAAA;AAC3E,KAAK,SAAS,GAAG,IAAI,CAAC,cAAc,CAAC,QAAQ,CAAC,EAAE,MAAM,GAAG,UAAU,CAAC,GAAG,IAAI,CAAC,cAAc,CAAC,GAAG,CAAC,EAAE,UAAU,CAAC,GAAG,IAAI,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,UAAU,CAAC,CAAA;AACrJ,MAAM,MAAM,mBAAmB,GAAG,SAAS,GAAG;IAC1C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,GAAG,CAAC,EAAE,GAAG,CAAC;IACV,IAAI,CAAC,EAAE,kBAAkB,CAAC;IAC1B,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,UAAU,CAAC,EAAE,gBAAgB,CAAC;IAC9B,MAAM,CAAC,EAAE,gBAAgB,CAAC;IAC1B,QAAQ,CAAC,EAAE,gBAAgB,CAAC;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;IAC9D,KAAK,CAAC,EAAE,mBAAmB,CAAC,iBAAiB,GAAG,iBAAiB,CAAC,CAAC;IACnE,YAAY,CAAC,EAAE,SAAS,CAAC,iBAAiB,GAAG,iBAAiB,CAAC,CAAC;IAChE,QAAQ,CAAC,EAAE,SAAS,CAAC;CACxB,CAAC;;AAqGF,wBAAiD"}
1
+ {"version":3,"file":"pagination-item.d.ts","sourceRoot":"","sources":["../../src/ebay-pagination/pagination-item.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAM,GAAG,EAAE,SAAS,EAAE,SAAS,EAAE,mBAAmB,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAIlG,OAAO,EAAE,gBAAgB,EAAE,MAAM,6BAA6B,CAAC;AAE/D,MAAM,MAAM,kBAAkB,GAAG,UAAU,GAAG,MAAM,GAAG,MAAM,GAAG,WAAW,CAAC;AAC5E,KAAK,SAAS,GAAG,IAAI,CAAC,cAAc,CAAC,QAAQ,CAAC,EAAE,MAAM,GAAG,UAAU,CAAC,GAChE,IAAI,CAAC,cAAc,CAAC,GAAG,CAAC,EAAE,UAAU,CAAC,GACrC,IAAI,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,UAAU,CAAC,CAAC;AAC3C,MAAM,MAAM,mBAAmB,GAAG,SAAS,GAAG;IAC1C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,GAAG,CAAC,EAAE,GAAG,CAAC;IACV,IAAI,CAAC,EAAE,kBAAkB,CAAC;IAC1B,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,UAAU,CAAC,EAAE,gBAAgB,CAAC;IAC9B,MAAM,CAAC,EAAE,gBAAgB,CAAC;IAC1B,QAAQ,CAAC,EAAE,gBAAgB,CAAC;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;IAC9D,KAAK,CAAC,EAAE,mBAAmB,CAAC,iBAAiB,GAAG,iBAAiB,CAAC,CAAC;IACnE,YAAY,CAAC,EAAE,SAAS,CAAC,iBAAiB,GAAG,iBAAiB,CAAC,CAAC;IAChE,QAAQ,CAAC,EAAE,SAAS,CAAC;CACxB,CAAC;;AAsGF,wBAAkD"}
@@ -1,7 +1,7 @@
1
- import { ComponentProps, FC } from 'react';
2
- import { PaginationVariant } from './types';
3
- import { EbayEventHandler } from '../common/event-utils/types';
4
- export type PaginationProps = Omit<ComponentProps<'nav'>, 'onSelect'> & {
1
+ import { ComponentProps, FC } from "react";
2
+ import { PaginationVariant } from "./types";
3
+ import { EbayEventHandler } from "../common/event-utils/types";
4
+ export type PaginationProps = Omit<ComponentProps<"nav">, "onSelect"> & {
5
5
  id?: string;
6
6
  a11yPreviousText?: string;
7
7
  a11yNextText?: string;
@@ -1 +1 @@
1
- {"version":3,"file":"pagination.d.ts","sourceRoot":"","sources":["../../src/ebay-pagination/pagination.tsx"],"names":[],"mappings":"AAAA,OAAc,EACA,cAAc,EAAE,EAAE,EAE/B,MAAM,OAAO,CAAA;AAUd,OAAO,EAAa,iBAAiB,EAAE,MAAM,SAAS,CAAA;AAEtD,OAAO,EAAE,gBAAgB,EAAE,MAAM,6BAA6B,CAAA;AAE9D,MAAM,MAAM,eAAe,GAAG,IAAI,CAAC,cAAc,CAAC,KAAK,CAAC,EAAE,UAAU,CAAC,GAAG;IACpE,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,UAAU,CAAC,EAAE,gBAAgB,CAAC;IAC9B,MAAM,CAAC,EAAE,gBAAgB,CAAC;IAC1B,QAAQ,CAAC,EAAE,gBAAgB,CAAC;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;IAC9D,OAAO,CAAC,EAAE,iBAAiB,CAAC;IAC5B,KAAK,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF,QAAA,MAAM,cAAc,EAAE,EAAE,CAAC,eAAe,CAiKvC,CAAA;AAED,eAAe,cAAc,CAAA"}
1
+ {"version":3,"file":"pagination.d.ts","sourceRoot":"","sources":["../../src/ebay-pagination/pagination.tsx"],"names":[],"mappings":"AAAA,OAAc,EAEV,cAAc,EACd,EAAE,EAOL,MAAM,OAAO,CAAC;AAOf,OAAO,EAAa,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAEvD,OAAO,EAAE,gBAAgB,EAAE,MAAM,6BAA6B,CAAC;AAE/D,MAAM,MAAM,eAAe,GAAG,IAAI,CAAC,cAAc,CAAC,KAAK,CAAC,EAAE,UAAU,CAAC,GAAG;IACpE,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,UAAU,CAAC,EAAE,gBAAgB,CAAC;IAC9B,MAAM,CAAC,EAAE,gBAAgB,CAAC;IAC1B,QAAQ,CAAC,EAAE,gBAAgB,CAAC;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;IAC9D,OAAO,CAAC,EAAE,iBAAiB,CAAC;IAC5B,KAAK,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF,QAAA,MAAM,cAAc,EAAE,EAAE,CAAC,eAAe,CA4JvC,CAAC;AAEF,eAAe,cAAc,CAAC"}
@@ -1,3 +1,3 @@
1
- export type ItemState = 'visible' | 'hidden' | 'dots';
2
- export type PaginationVariant = 'show-last' | 'show-range' | 'overflow';
1
+ export type ItemState = "visible" | "hidden" | "dots";
2
+ export type PaginationVariant = "show-last" | "show-range" | "overflow";
3
3
  //# sourceMappingURL=types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/ebay-pagination/types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,SAAS,GAAG,SAAS,GAAG,QAAQ,GAAG,MAAM,CAAA;AACrD,MAAM,MAAM,iBAAiB,GAAG,WAAW,GAAG,YAAY,GAAG,UAAU,CAAA"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/ebay-pagination/types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,SAAS,GAAG,SAAS,GAAG,QAAQ,GAAG,MAAM,CAAC;AACtD,MAAM,MAAM,iBAAiB,GAAG,WAAW,GAAG,YAAY,GAAG,UAAU,CAAC"}
@@ -1,6 +1,7 @@
1
1
  # EbayPanelDialog
2
2
 
3
3
  ## Demo
4
+
4
5
  [Storybook](https://opensource.ebay.com/ebayui-core-react/main/?path=/story/dialogs-ebay-panel-dialog--default)
5
6
 
6
7
  ## Usage
@@ -15,23 +16,25 @@
15
16
 
16
17
  ## Attributes
17
18
 
18
- Name | Type | Stateful | Required | Description
19
- --- | --- | --- | --- | ---
20
- `open` | Boolean | Yes | No | Whether dialog is open.
21
- `position` | String | No | No | `end` or `start` (default), the position of the panel, either at the start (left side) of the page, or end (right side) of the page.
22
- `focus` | String | No | No | An id for an element which will receive focus when the drawer opens (defaults to close button).
23
- `a11yCloseText` | String | No | Yes | A11y text for close button and mask.
24
- `animated` | Boolean | Yes | No | Renders the dialog with an animation. Note that the dialog will always be present in the DOM
19
+ | Name | Type | Stateful | Required | Description |
20
+ | --------------- | ------- | -------- | -------- | ------------------------------------------------------------------------------------------------------------------------------------ |
21
+ | `open` | Boolean | Yes | No | Whether dialog is open. |
22
+ | `position` | String | No | No | `end` or `start` (default), the position of the panel, either at the start (left side) of the page, or end (right side) of the page. |
23
+ | `focus` | String | No | No | An id for an element which will receive focus when the drawer opens (defaults to close button). |
24
+ | `a11yCloseText` | String | No | Yes | A11y text for close button and mask. |
25
+ | `animated` | Boolean | Yes | No | Renders the dialog with an animation. Note that the dialog will always be present in the DOM |
25
26
 
26
27
  ## Events
27
28
 
28
- Event | Data | Description
29
- --- | --- | ---
30
- `onOpen` | | Trigggered when dialog is opened
31
- `onClose` | | Triggered when dialog is closed
29
+ | Event | Data | Description |
30
+ | --------- | ---- | -------------------------------- |
31
+ | `onOpen` | | Trigggered when dialog is opened |
32
+ | `onClose` | | Triggered when dialog is closed |
32
33
 
33
34
  ## EbayDialogHeader
35
+
34
36
  Will render a header content for the dialog. Will always render the header element even if this is not present
35
37
 
36
38
  ## EbayCloseButton
39
+
37
40
  If present will render this as the close button content. Otherwise will render a close icon (X). This content will be rendered inside a button tag
@@ -1,2 +1,2 @@
1
- export { default as EbayPanelDialog } from './panel-dialog';
1
+ export { default as EbayPanelDialog } from "./panel-dialog";
2
2
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/ebay-panel-dialog/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,gBAAgB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/ebay-panel-dialog/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,gBAAgB,CAAC"}
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const c=require("../tslib.es6-C4EgNkz1.js"),d=require("react"),t=require("classnames"),u=require("../dialog-previous-button-DR6Ujner.js");require("../icon-button-CHW6Lezn.js");const e="panel-dialog",g=o=>{var{open:i,animated:s,position:n="start",onClose:a=()=>{},className:l}=o,r=c.__rest(o,["open","animated","position","onClose","className"]);return d.createElement(u.DialogBaseWithState,Object.assign({},r,{"aria-label":"Infotip",classPrefix:e,buttonPosition:"right",onCloseBtnClick:a,onBackgroundClick:a,animated:s,className:t(l,{[`${e}--mask-fade-slow`]:s}),windowClass:t(`${e}__window--slide`,{[`${e}__window--end`]:n==="end"}),open:i}))};exports.EbayPanelDialog=g;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const c=require("../tslib.es6-C4EgNkz1.js"),d=require("react"),t=require("classnames"),u=require("../dialog-previous-button-B1dTCOv2.js");require("../icon-button-CHW6Lezn.js");const e="panel-dialog",g=o=>{var{open:i,animated:s,position:n="start",onClose:a=()=>{},className:l}=o,r=c.__rest(o,["open","animated","position","onClose","className"]);return d.createElement(u.DialogBaseWithState,Object.assign({},r,{"aria-label":"Infotip",classPrefix:e,buttonPosition:"right",onCloseBtnClick:a,onBackgroundClick:a,animated:s,className:t(l,{[`${e}--mask-fade-slow`]:s}),windowClass:t(`${e}__window--slide`,{[`${e}__window--end`]:n==="end"}),open:i}))};exports.EbayPanelDialog=g;
@@ -1,7 +1,7 @@
1
- import { FC } from 'react';
2
- import { DialogBaseProps } from '../ebay-dialog-base';
3
- import { DialogCloseEventHandler } from '../ebay-dialog-base/types';
4
- type Position = 'start' | 'end';
1
+ import { FC } from "react";
2
+ import { DialogBaseProps } from "../ebay-dialog-base";
3
+ import { DialogCloseEventHandler } from "../ebay-dialog-base/types";
4
+ type Position = "start" | "end";
5
5
  export interface Props<T = any> extends DialogBaseProps<T> {
6
6
  open?: boolean;
7
7
  animated?: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"panel-dialog.d.ts","sourceRoot":"","sources":["../../src/ebay-panel-dialog/panel-dialog.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,EAAE,EAAE,MAAM,OAAO,CAAA;AAEjC,OAAO,EAAE,eAAe,EAAuB,MAAM,qBAAqB,CAAA;AAC1E,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAA;AAInE,KAAK,QAAQ,GAAG,OAAO,GAAG,KAAK,CAAA;AAG/B,MAAM,WAAW,KAAK,CAAC,CAAC,GAAG,GAAG,CAAE,SAAQ,eAAe,CAAC,CAAC,CAAC;IACxD,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB,OAAO,CAAC,EAAE,uBAAuB,CAAC;CACnC;AAED,QAAA,MAAM,eAAe,EAAE,EAAE,CAAC,KAAK,CAsB9B,CAAA;AAED,eAAe,eAAe,CAAA"}
1
+ {"version":3,"file":"panel-dialog.d.ts","sourceRoot":"","sources":["../../src/ebay-panel-dialog/panel-dialog.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAElC,OAAO,EAAE,eAAe,EAAuB,MAAM,qBAAqB,CAAC;AAC3E,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AAIpE,KAAK,QAAQ,GAAG,OAAO,GAAG,KAAK,CAAC;AAGhC,MAAM,WAAW,KAAK,CAAC,CAAC,GAAG,GAAG,CAAE,SAAQ,eAAe,CAAC,CAAC,CAAC;IACtD,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB,OAAO,CAAC,EAAE,uBAAuB,CAAC;CACrC;AAED,QAAA,MAAM,eAAe,EAAE,EAAE,CAAC,KAAK,CAe9B,CAAC;AAEF,eAAe,eAAe,CAAC"}
@@ -1,24 +1,29 @@
1
1
  # EbayProgressBar
2
+
2
3
  The progress bar gives an immediate, real-time visualisation of the current task completion status. The progress bar's value does not include its min, so giving a value <= min will set the value to min + 1.
3
4
 
4
5
  ## Demo
6
+
5
7
  [Storybook](https://opensource.ebay.com/ebayui-core-react/main/?path=/story/progress-ebay-progress-bar--default)
6
8
 
7
9
  ## Usage
8
10
 
9
11
  ### Import JS
12
+
10
13
  ```jsx harmony
11
- import { EbayProgressSpinner } from '@ebay/ui-core-react/ebay-progress-bar'
14
+ import { EbayProgressSpinner } from "@ebay/ui-core-react/ebay-progress-bar";
12
15
  ```
13
16
 
14
17
  ### Import styles from Skin
18
+
15
19
  ```jsx
16
- import '@ebay/skin/progress-bar'
20
+ import "@ebay/skin/progress-bar";
17
21
  ```
18
22
 
19
23
  ### or if using CSS/SCSS
24
+
20
25
  ```jsx
21
- import '@ebay/skin/progress-bar.css';
26
+ import "@ebay/skin/progress-bar.css";
22
27
  ```
23
28
 
24
29
  ```jsx harmony
@@ -27,8 +32,8 @@ import '@ebay/skin/progress-bar.css';
27
32
 
28
33
  ## Props
29
34
 
30
- Name | Type | Stateful | Required | Description | Data
31
- --- | --- | --- | --- | --- | ---
32
- `value` | Integer | No | No | Current value (<= Max)
33
- `max` | Integer | No | No | Maximal value, default: 100
34
- `fluid` | Boolean | No | No | Fills the full width of its container
35
+ | Name | Type | Stateful | Required | Description | Data |
36
+ | ------- | ------- | -------- | -------- | ------------------------------------- | ---- |
37
+ | `value` | Integer | No | No | Current value (<= Max) |
38
+ | `max` | Integer | No | No | Maximal value, default: 100 |
39
+ | `fluid` | Boolean | No | No | Fills the full width of its container |
@@ -1,2 +1,2 @@
1
- export { default as EbayProgressBar, type EbayProgressBarProps } from './progress-bar';
1
+ export { default as EbayProgressBar, type EbayProgressBarProps } from "./progress-bar";
2
2
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/ebay-progress-bar/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-progress-bar/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,KAAK,oBAAoB,EAAE,MAAM,gBAAgB,CAAC"}
@@ -1,5 +1,5 @@
1
- import { ComponentProps, FC } from 'react';
2
- export type EbayProgressBarProps = ComponentProps<'progress'> & {
1
+ import { ComponentProps, FC } from "react";
2
+ export type EbayProgressBarProps = ComponentProps<"progress"> & {
3
3
  fluid?: boolean;
4
4
  };
5
5
  declare const EbayProgressBar: FC<EbayProgressBarProps>;
@@ -1 +1 @@
1
- {"version":3,"file":"progress-bar.d.ts","sourceRoot":"","sources":["../../src/ebay-progress-bar/progress-bar.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,cAAc,EAAE,EAAE,EAAE,MAAM,OAAO,CAAA;AAGjD,MAAM,MAAM,oBAAoB,GAAG,cAAc,CAAC,UAAU,CAAC,GAAG;IAC5D,KAAK,CAAC,EAAE,OAAO,CAAC;CACnB,CAAA;AAED,QAAA,MAAM,eAAe,EAAE,EAAE,CAAC,oBAAoB,CAa7C,CAAA;AAED,eAAe,eAAe,CAAA"}
1
+ {"version":3,"file":"progress-bar.d.ts","sourceRoot":"","sources":["../../src/ebay-progress-bar/progress-bar.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,cAAc,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAGlD,MAAM,MAAM,oBAAoB,GAAG,cAAc,CAAC,UAAU,CAAC,GAAG;IAC5D,KAAK,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF,QAAA,MAAM,eAAe,EAAE,EAAE,CAAC,oBAAoB,CAO7C,CAAC;AAEF,eAAe,eAAe,CAAC"}
@@ -9,7 +9,10 @@
9
9
  ### Import JS
10
10
 
11
11
  ```jsx harmony
12
- import { EbayProgressBarExpressive, EbayProgressBarExpressiveMessage } from "@ebay/ui-core-react/ebay-progress-bar-expressive";
12
+ import {
13
+ EbayProgressBarExpressive,
14
+ EbayProgressBarExpressiveMessage,
15
+ } from "@ebay/ui-core-react/ebay-progress-bar-expressive";
13
16
  ```
14
17
 
15
18
  ### Import following styles from SKIN
@@ -39,14 +42,14 @@ import "@ebay/skin/progress-bar-expressive.css";
39
42
 
40
43
  ## Attributes
41
44
 
42
- | Name | Type | Required | Description | Data |
43
- | ----------- | -------- | -------- | ----------------------------------------------------------------------------------------------- | ---- |
44
- | `size` | String | No | Size of the progress bar, can be `medium` or `large` | |
45
- | `aria-label`| String | Yes | Accessible label for the progress bar | |
46
- | `children` | Node | No | Child nodes, typically `EbayProgressBarExpressiveMessage` components | |
45
+ | Name | Type | Required | Description | Data |
46
+ | ------------ | ------ | -------- | -------------------------------------------------------------------- | ---- |
47
+ | `size` | String | No | Size of the progress bar, can be `medium` or `large` | |
48
+ | `aria-label` | String | Yes | Accessible label for the progress bar | |
49
+ | `children` | Node | No | Child nodes, typically `EbayProgressBarExpressiveMessage` components | |
47
50
 
48
51
  ## Message Attributes
49
52
 
50
- | Name | Type | Required | Description | Data |
51
- | --------- | -------- | -------- | ----------------------------------------------------------------------------------------------- | ---- |
52
- | `duration`| Number | No | Duration for which the message is displayed, in milliseconds | |
53
+ | Name | Type | Required | Description | Data |
54
+ | ---------- | ------ | -------- | ------------------------------------------------------------ | ---- |
55
+ | `duration` | Number | No | Duration for which the message is displayed, in milliseconds | |
@@ -1,3 +1,3 @@
1
- export { default as EbayProgressBarExpressive } from './progress-bar-expressive';
2
- export { default as EbayProgressBarExpressiveMessage } from './progress-bar-expressive-message';
1
+ export { default as EbayProgressBarExpressive } from "./progress-bar-expressive";
2
+ export { default as EbayProgressBarExpressiveMessage } from "./progress-bar-expressive-message";
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/ebay-progress-bar-expressive/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,yBAAyB,EAAE,MAAM,2BAA2B,CAAA;AAChF,OAAO,EAAE,OAAO,IAAI,gCAAgC,EAAE,MAAM,mCAAmC,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/ebay-progress-bar-expressive/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,yBAAyB,EAAE,MAAM,2BAA2B,CAAC;AACjF,OAAO,EAAE,OAAO,IAAI,gCAAgC,EAAE,MAAM,mCAAmC,CAAC"}
@@ -1,5 +1,5 @@
1
- import { ComponentProps, FC } from 'react';
2
- export type EbayProgressBarExpressiveMessageProps = Omit<ComponentProps<'div'>, 'className'> & {
1
+ import { ComponentProps, FC } from "react";
2
+ export type EbayProgressBarExpressiveMessageProps = Omit<ComponentProps<"div">, "className"> & {
3
3
  isFadingIn?: boolean;
4
4
  isFadingOut?: boolean;
5
5
  isInitial?: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"progress-bar-expressive-message.d.ts","sourceRoot":"","sources":["../../src/ebay-progress-bar-expressive/progress-bar-expressive-message.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,cAAc,EAAE,EAAE,EAAE,MAAM,OAAO,CAAA;AAGjD,MAAM,MAAM,qCAAqC,GAAG,IAAI,CAAC,cAAc,CAAC,KAAK,CAAC,EAAE,WAAW,CAAC,GAAG;IAC3F,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAA;CACpB,CAAA;AAED,QAAA,MAAM,gCAAgC,EAAE,EAAE,CAAC,qCAAqC,CAa/E,CAAA;AAED,eAAe,gCAAgC,CAAA"}
1
+ {"version":3,"file":"progress-bar-expressive-message.d.ts","sourceRoot":"","sources":["../../src/ebay-progress-bar-expressive/progress-bar-expressive-message.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,cAAc,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAGlD,MAAM,MAAM,qCAAqC,GAAG,IAAI,CAAC,cAAc,CAAC,KAAK,CAAC,EAAE,WAAW,CAAC,GAAG;IAC3F,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB,CAAC;AAEF,QAAA,MAAM,gCAAgC,EAAE,EAAE,CAAC,qCAAqC,CAc/E,CAAC;AAEF,eAAe,gCAAgC,CAAC"}
@@ -1,6 +1,6 @@
1
- import { ComponentProps, FC } from 'react';
2
- export type EbayProgressBarExpressiveProps = ComponentProps<'div'> & {
3
- size?: 'medium' | 'large';
1
+ import { ComponentProps, FC } from "react";
2
+ export type EbayProgressBarExpressiveProps = ComponentProps<"div"> & {
3
+ size?: "medium" | "large";
4
4
  };
5
5
  declare const EbayProgressBarExpressive: FC<EbayProgressBarExpressiveProps>;
6
6
  export default EbayProgressBarExpressive;
@@ -1 +1 @@
1
- {"version":3,"file":"progress-bar-expressive.d.ts","sourceRoot":"","sources":["../../src/ebay-progress-bar-expressive/progress-bar-expressive.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,cAAc,EAAE,EAAE,EAAgC,MAAM,OAAO,CAAA;AAK/E,MAAM,MAAM,8BAA8B,GAAG,cAAc,CAAC,KAAK,CAAC,GAAG;IACjE,IAAI,CAAC,EAAE,QAAQ,GAAG,OAAO,CAAA;CAC5B,CAAA;AAMD,QAAA,MAAM,yBAAyB,EAAE,EAAE,CAAC,8BAA8B,CA+FjE,CAAA;AAED,eAAe,yBAAyB,CAAA"}
1
+ {"version":3,"file":"progress-bar-expressive.d.ts","sourceRoot":"","sources":["../../src/ebay-progress-bar-expressive/progress-bar-expressive.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,cAAc,EAAE,EAAE,EAAgC,MAAM,OAAO,CAAC;AAKhF,MAAM,MAAM,8BAA8B,GAAG,cAAc,CAAC,KAAK,CAAC,GAAG;IACjE,IAAI,CAAC,EAAE,QAAQ,GAAG,OAAO,CAAC;CAC7B,CAAC;AAMF,QAAA,MAAM,yBAAyB,EAAE,EAAE,CAAC,8BAA8B,CAiGjE,CAAC;AAEF,eAAe,yBAAyB,CAAC"}