@ebay/ui-core-react 7.3.2 → 7.3.3

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 (956) hide show
  1. package/package.json +1 -1
  2. package/CONTRIBUTING.md +0 -236
  3. package/LICENSE.md +0 -21
  4. package/jest.config.js +0 -52
  5. package/src/common/__mocks__/random-id.ts +0 -2
  6. package/src/common/component-utils/array.polyfill.flat.ts +0 -34
  7. package/src/common/component-utils/forwardRef.tsx +0 -15
  8. package/src/common/component-utils/index.ts +0 -2
  9. package/src/common/component-utils/utils.ts +0 -23
  10. package/src/common/debounce.ts +0 -11
  11. package/src/common/event-utils/__tests__/helpers.ts +0 -4
  12. package/src/common/event-utils/__tests__/use-key-press.spec.tsx +0 -30
  13. package/src/common/event-utils/__tests__/use-roving-index.spec.tsx +0 -81
  14. package/src/common/event-utils/index.ts +0 -128
  15. package/src/common/event-utils/types.ts +0 -38
  16. package/src/common/event-utils/use-key-press.ts +0 -38
  17. package/src/common/event-utils/use-roving-index.ts +0 -41
  18. package/src/common/floating-label-utils/hooks.tsx +0 -162
  19. package/src/common/notice-utils/notice-content.tsx +0 -19
  20. package/src/common/notice-utils/notice-cta.tsx +0 -15
  21. package/src/common/notice-utils/notice-footer.tsx +0 -15
  22. package/src/common/notice-utils/notice-title.tsx +0 -19
  23. package/src/common/random-id.ts +0 -14
  24. package/src/common/range.ts +0 -2
  25. package/src/common/tooltip-utils/constants.ts +0 -96
  26. package/src/common/tooltip-utils/index.ts +0 -7
  27. package/src/common/tooltip-utils/tooltip-close-button.tsx +0 -10
  28. package/src/common/tooltip-utils/tooltip-content.tsx +0 -62
  29. package/src/common/tooltip-utils/tooltip-footer.tsx +0 -15
  30. package/src/common/tooltip-utils/tooltip-host.tsx +0 -24
  31. package/src/common/tooltip-utils/tooltip.tsx +0 -49
  32. package/src/common/tooltip-utils/types.ts +0 -7
  33. package/src/common/tooltip-utils/use-tooltip.ts +0 -39
  34. package/src/ebay-alert-dialog/__tests__/index.spec.tsx +0 -36
  35. package/src/ebay-alert-dialog/__tests__/index.stories.tsx +0 -77
  36. package/src/ebay-alert-dialog/__tests__/render.spec.tsx +0 -16
  37. package/src/ebay-alert-dialog/alert-dialog.tsx +0 -53
  38. package/src/ebay-alert-dialog/index.ts +0 -1
  39. package/src/ebay-badge/__tests__/index.spec.tsx +0 -47
  40. package/src/ebay-badge/__tests__/index.stories.tsx +0 -31
  41. package/src/ebay-badge/badge.tsx +0 -32
  42. package/src/ebay-badge/index.ts +0 -1
  43. package/src/ebay-breadcrumbs/__tests__/index.spec.tsx +0 -40
  44. package/src/ebay-breadcrumbs/__tests__/index.stories.tsx +0 -94
  45. package/src/ebay-breadcrumbs/__tests__/render.spec.tsx +0 -59
  46. package/src/ebay-breadcrumbs/breadcrumb-item.tsx +0 -39
  47. package/src/ebay-breadcrumbs/breadcrumbs.tsx +0 -61
  48. package/src/ebay-breadcrumbs/index.ts +0 -2
  49. package/src/ebay-button/__tests__/index.spec.tsx +0 -131
  50. package/src/ebay-button/__tests__/index.stories.tsx +0 -406
  51. package/src/ebay-button/button-cell.tsx +0 -21
  52. package/src/ebay-button/button-expand.tsx +0 -18
  53. package/src/ebay-button/button-loading.tsx +0 -11
  54. package/src/ebay-button/button-text.tsx +0 -10
  55. package/src/ebay-button/button.tsx +0 -154
  56. package/src/ebay-button/index.ts +0 -3
  57. package/src/ebay-button/types.ts +0 -9
  58. package/src/ebay-calendar/__tests__/__snapshots__/render.spec.tsx.snap +0 -27
  59. package/src/ebay-calendar/__tests__/index.spec.tsx +0 -99
  60. package/src/ebay-calendar/__tests__/index.stories.tsx +0 -65
  61. package/src/ebay-calendar/__tests__/render.spec.tsx +0 -68
  62. package/src/ebay-calendar/calendar.tsx +0 -461
  63. package/src/ebay-calendar/date-utils.ts +0 -63
  64. package/src/ebay-calendar/index.ts +0 -1
  65. package/src/ebay-carousel/__tests__/__snapshots__/index.spec.tsx.snap +0 -39
  66. package/src/ebay-carousel/__tests__/index.spec.tsx +0 -55
  67. package/src/ebay-carousel/__tests__/index.stories.tsx +0 -68
  68. package/src/ebay-carousel/carousel-control-button.tsx +0 -45
  69. package/src/ebay-carousel/carousel-item.tsx +0 -52
  70. package/src/ebay-carousel/carousel-list.tsx +0 -102
  71. package/src/ebay-carousel/carousel.tsx +0 -137
  72. package/src/ebay-carousel/helpers.ts +0 -159
  73. package/src/ebay-carousel/index.ts +0 -2
  74. package/src/ebay-carousel/scroll-to-transition.ts +0 -123
  75. package/src/ebay-carousel/types.ts +0 -11
  76. package/src/ebay-checkbox/__tests__/index.spec.tsx +0 -36
  77. package/src/ebay-checkbox/__tests__/index.stories.tsx +0 -162
  78. package/src/ebay-checkbox/__tests__/render.spec.tsx +0 -39
  79. package/src/ebay-checkbox/checkbox.tsx +0 -89
  80. package/src/ebay-checkbox/index.ts +0 -1
  81. package/src/ebay-confirm-dialog/__tests__/index.spec.tsx +0 -59
  82. package/src/ebay-confirm-dialog/__tests__/index.stories.tsx +0 -70
  83. package/src/ebay-confirm-dialog/__tests__/render.spec.tsx +0 -42
  84. package/src/ebay-confirm-dialog/confirm-dialog.tsx +0 -63
  85. package/src/ebay-confirm-dialog/index.ts +0 -1
  86. package/src/ebay-cta-button/__tests__/index.spec.tsx +0 -48
  87. package/src/ebay-cta-button/__tests__/index.stories.tsx +0 -58
  88. package/src/ebay-cta-button/cta-button.tsx +0 -40
  89. package/src/ebay-cta-button/index.ts +0 -1
  90. package/src/ebay-date-textbox/__tests__/__snapshots__/render.spec.tsx.snap +0 -27
  91. package/src/ebay-date-textbox/__tests__/index.spec.tsx +0 -148
  92. package/src/ebay-date-textbox/__tests__/index.stories.tsx +0 -55
  93. package/src/ebay-date-textbox/__tests__/render.spec.tsx +0 -94
  94. package/src/ebay-date-textbox/date-textbox.tsx +0 -227
  95. package/src/ebay-date-textbox/index.ts +0 -1
  96. package/src/ebay-dialog-base/__tests__/index.spec.tsx +0 -83
  97. package/src/ebay-dialog-base/__tests__/mocks.tsx +0 -38
  98. package/src/ebay-dialog-base/__tests__/server.spec.tsx +0 -33
  99. package/src/ebay-dialog-base/components/animation.ts +0 -144
  100. package/src/ebay-dialog-base/components/dialog-actions.tsx +0 -9
  101. package/src/ebay-dialog-base/components/dialog-close-button.tsx +0 -9
  102. package/src/ebay-dialog-base/components/dialog-footer.tsx +0 -9
  103. package/src/ebay-dialog-base/components/dialog-header.tsx +0 -10
  104. package/src/ebay-dialog-base/components/dialog-previous-button.tsx +0 -23
  105. package/src/ebay-dialog-base/components/dialogBase.tsx +0 -234
  106. package/src/ebay-dialog-base/dialog-base-with-state.tsx +0 -61
  107. package/src/ebay-dialog-base/index.ts +0 -8
  108. package/src/ebay-drawer-dialog/__tests__/index.spec.tsx +0 -53
  109. package/src/ebay-drawer-dialog/__tests__/index.stories.tsx +0 -244
  110. package/src/ebay-drawer-dialog/components/drawer.tsx +0 -120
  111. package/src/ebay-drawer-dialog/index.ts +0 -1
  112. package/src/ebay-eek/__tests__/index.spec.tsx +0 -81
  113. package/src/ebay-eek/__tests__/index.stories.tsx +0 -102
  114. package/src/ebay-eek/__tests__/render.spec.tsx +0 -49
  115. package/src/ebay-eek/eek-rating.tsx +0 -46
  116. package/src/ebay-eek/eek-util.ts +0 -34
  117. package/src/ebay-eek/index.ts +0 -1
  118. package/src/ebay-fake-menu/__tests__/index.spec.tsx +0 -79
  119. package/src/ebay-fake-menu/__tests__/index.stories.tsx +0 -127
  120. package/src/ebay-fake-menu/__tests__/render.spec.tsx +0 -70
  121. package/src/ebay-fake-menu/index.ts +0 -3
  122. package/src/ebay-fake-menu/menu-item-separator.tsx +0 -17
  123. package/src/ebay-fake-menu/menu-item.tsx +0 -84
  124. package/src/ebay-fake-menu/menu.tsx +0 -58
  125. package/src/ebay-fake-menu-button/__tests__/__snapshots__/render.spec.tsx.snap +0 -79
  126. package/src/ebay-fake-menu-button/__tests__/index.spec.tsx +0 -99
  127. package/src/ebay-fake-menu-button/__tests__/index.stories.tsx +0 -202
  128. package/src/ebay-fake-menu-button/__tests__/render.spec.tsx +0 -166
  129. package/src/ebay-fake-menu-button/index.ts +0 -8
  130. package/src/ebay-fake-menu-button/menu-button-item.tsx +0 -6
  131. package/src/ebay-fake-menu-button/menu-button-label.tsx +0 -7
  132. package/src/ebay-fake-menu-button/menu-button-separator.tsx +0 -17
  133. package/src/ebay-fake-menu-button/menu-button.tsx +0 -147
  134. package/src/ebay-fake-tabs/__tests__/index.spec.tsx +0 -35
  135. package/src/ebay-fake-tabs/__tests__/index.stories.tsx +0 -54
  136. package/src/ebay-fake-tabs/fake-tabs.tsx +0 -41
  137. package/src/ebay-fake-tabs/index.ts +0 -2
  138. package/src/ebay-fake-tabs/tab.tsx +0 -23
  139. package/src/ebay-field/__tests__/index.spec.tsx +0 -42
  140. package/src/ebay-field/__tests__/index.stories.tsx +0 -159
  141. package/src/ebay-field/description.tsx +0 -30
  142. package/src/ebay-field/field.tsx +0 -24
  143. package/src/ebay-field/index.ts +0 -4
  144. package/src/ebay-field/label.tsx +0 -31
  145. package/src/ebay-field/types.ts +0 -7
  146. package/src/ebay-fullscreen-dialog/__tests__/index.spec.tsx +0 -52
  147. package/src/ebay-fullscreen-dialog/__tests__/index.stories.tsx +0 -96
  148. package/src/ebay-fullscreen-dialog/__tests__/render.spec.tsx +0 -44
  149. package/src/ebay-fullscreen-dialog/fullscreen-dialog.tsx +0 -32
  150. package/src/ebay-fullscreen-dialog/index.ts +0 -1
  151. package/src/ebay-icon/__tests__/constants.ts +0 -782
  152. package/src/ebay-icon/__tests__/index.spec.tsx +0 -46
  153. package/src/ebay-icon/__tests__/index.stories.tsx +0 -47
  154. package/src/ebay-icon/icon.tsx +0 -104
  155. package/src/ebay-icon/index.ts +0 -2
  156. package/src/ebay-icon/types.ts +0 -779
  157. package/src/ebay-icon-button/__tests__/index.spec.tsx +0 -59
  158. package/src/ebay-icon-button/__tests__/index.stories.tsx +0 -64
  159. package/src/ebay-icon-button/__tests__/render.spec.tsx +0 -61
  160. package/src/ebay-icon-button/icon-button.tsx +0 -84
  161. package/src/ebay-icon-button/index.ts +0 -1
  162. package/src/ebay-infotip/__tests__/__snapshots__/render.spec.tsx.snap +0 -40
  163. package/src/ebay-infotip/__tests__/index.spec.tsx +0 -108
  164. package/src/ebay-infotip/__tests__/index.stories.tsx +0 -204
  165. package/src/ebay-infotip/__tests__/render.spec.tsx +0 -121
  166. package/src/ebay-infotip/ebay-infotip-content.tsx +0 -10
  167. package/src/ebay-infotip/ebay-infotip-heading.tsx +0 -13
  168. package/src/ebay-infotip/ebay-infotip-host.tsx +0 -37
  169. package/src/ebay-infotip/ebay-infotip.tsx +0 -125
  170. package/src/ebay-infotip/index.ts +0 -5
  171. package/src/ebay-infotip/types.ts +0 -1
  172. package/src/ebay-inline-notice/__tests__/index.spec.tsx +0 -68
  173. package/src/ebay-inline-notice/__tests__/index.stories.tsx +0 -95
  174. package/src/ebay-inline-notice/index.ts +0 -3
  175. package/src/ebay-inline-notice/inline-notice.tsx +0 -62
  176. package/src/ebay-inline-notice/types.ts +0 -1
  177. package/src/ebay-lightbox-dialog/__tests__/index.spec.tsx +0 -52
  178. package/src/ebay-lightbox-dialog/__tests__/index.stories.tsx +0 -274
  179. package/src/ebay-lightbox-dialog/index.ts +0 -1
  180. package/src/ebay-lightbox-dialog/lightbox-dialog.tsx +0 -38
  181. package/src/ebay-listbox-button/__tests__/__snapshots__/render.spec.tsx.snap +0 -118
  182. package/src/ebay-listbox-button/__tests__/index.spec.tsx +0 -221
  183. package/src/ebay-listbox-button/__tests__/index.stories.tsx +0 -183
  184. package/src/ebay-listbox-button/__tests__/render.spec.tsx +0 -140
  185. package/src/ebay-listbox-button/__tests__/statefull-test.tsx +0 -34
  186. package/src/ebay-listbox-button/index.ts +0 -2
  187. package/src/ebay-listbox-button/listbox-button-option.tsx +0 -40
  188. package/src/ebay-listbox-button/listbox-button.tsx +0 -320
  189. package/src/ebay-menu/__tests__/index.spec.tsx +0 -287
  190. package/src/ebay-menu/__tests__/index.stories.tsx +0 -160
  191. package/src/ebay-menu/index.ts +0 -11
  192. package/src/ebay-menu/menu-item-separator.tsx +0 -17
  193. package/src/ebay-menu/menu-item.tsx +0 -69
  194. package/src/ebay-menu/menu.tsx +0 -174
  195. package/src/ebay-menu/types.ts +0 -30
  196. package/src/ebay-menu-button/__tests__/__snapshots__/render.spec.tsx.snap +0 -118
  197. package/src/ebay-menu-button/__tests__/index.spec.tsx +0 -104
  198. package/src/ebay-menu-button/__tests__/index.stories.tsx +0 -325
  199. package/src/ebay-menu-button/__tests__/render.spec.tsx +0 -202
  200. package/src/ebay-menu-button/index.ts +0 -10
  201. package/src/ebay-menu-button/menu-button-item.tsx +0 -4
  202. package/src/ebay-menu-button/menu-button-label.tsx +0 -5
  203. package/src/ebay-menu-button/menu-button-separator.tsx +0 -17
  204. package/src/ebay-menu-button/menu-button.tsx +0 -169
  205. package/src/ebay-menu-button/types.ts +0 -39
  206. package/src/ebay-notice-base/components/ebay-notice-content/__tests__/index.spec.tsx +0 -29
  207. package/src/ebay-notice-base/components/ebay-notice-content/index.ts +0 -1
  208. package/src/ebay-notice-base/components/ebay-notice-content/notice-content.tsx +0 -12
  209. package/src/ebay-notice-base/components/ebay-notice-title/index.ts +0 -1
  210. package/src/ebay-notice-base/components/ebay-notice-title/notice-title.tsx +0 -13
  211. package/src/ebay-notice-base/index.ts +0 -2
  212. package/src/ebay-page-notice/__tests__/__snapshots__/render.spec.tsx.snap +0 -112
  213. package/src/ebay-page-notice/__tests__/index.spec.tsx +0 -91
  214. package/src/ebay-page-notice/__tests__/index.stories.tsx +0 -117
  215. package/src/ebay-page-notice/__tests__/render.spec.tsx +0 -175
  216. package/src/ebay-page-notice/index.ts +0 -5
  217. package/src/ebay-page-notice/page-notice-cta.tsx +0 -15
  218. package/src/ebay-page-notice/page-notice-footer.tsx +0 -15
  219. package/src/ebay-page-notice/page-notice-title.tsx +0 -16
  220. package/src/ebay-page-notice/page-notice.tsx +0 -77
  221. package/src/ebay-pagination/__tests__/__snapshots__/render.spec.tsx.snap +0 -53
  222. package/src/ebay-pagination/__tests__/helpers.spec.ts +0 -171
  223. package/src/ebay-pagination/__tests__/index.spec.tsx +0 -130
  224. package/src/ebay-pagination/__tests__/index.stories.tsx +0 -317
  225. package/src/ebay-pagination/__tests__/render.spec.tsx +0 -129
  226. package/src/ebay-pagination/const.ts +0 -5
  227. package/src/ebay-pagination/helpers.ts +0 -119
  228. package/src/ebay-pagination/index.ts +0 -3
  229. package/src/ebay-pagination/pagination-item.tsx +0 -126
  230. package/src/ebay-pagination/pagination.tsx +0 -193
  231. package/src/ebay-pagination/types.ts +0 -2
  232. package/src/ebay-panel-dialog/__tests__/index.spec.tsx +0 -52
  233. package/src/ebay-panel-dialog/__tests__/index.stories.tsx +0 -124
  234. package/src/ebay-panel-dialog/index.ts +0 -1
  235. package/src/ebay-panel-dialog/panel-dialog.tsx +0 -40
  236. package/src/ebay-progress-bar/__tests__/index.spec.tsx +0 -41
  237. package/src/ebay-progress-bar/__tests__/index.stories.tsx +0 -50
  238. package/src/ebay-progress-bar/index.ts +0 -1
  239. package/src/ebay-progress-bar/progress-bar.tsx +0 -23
  240. package/src/ebay-progress-spinner/__tests__/index.spec.tsx +0 -19
  241. package/src/ebay-progress-spinner/__tests__/index.stories.tsx +0 -24
  242. package/src/ebay-progress-spinner/index.ts +0 -1
  243. package/src/ebay-progress-spinner/progress-spinner.tsx +0 -42
  244. package/src/ebay-progress-stepper/__tests__/__snapshots__/index.spec.tsx.snap +0 -183
  245. package/src/ebay-progress-stepper/__tests__/index.spec.tsx +0 -129
  246. package/src/ebay-progress-stepper/__tests__/index.stories.tsx +0 -170
  247. package/src/ebay-progress-stepper/ebay-progress-step.tsx +0 -58
  248. package/src/ebay-progress-stepper/ebay-progress-stepper.tsx +0 -68
  249. package/src/ebay-progress-stepper/ebay-progress-title.tsx +0 -13
  250. package/src/ebay-progress-stepper/index.ts +0 -4
  251. package/src/ebay-progress-stepper/types.ts +0 -3
  252. package/src/ebay-radio/__tests__/index.spec.tsx +0 -48
  253. package/src/ebay-radio/__tests__/index.stories.tsx +0 -193
  254. package/src/ebay-radio/__tests__/render.spec.tsx +0 -57
  255. package/src/ebay-radio/index.ts +0 -1
  256. package/src/ebay-radio/radio.tsx +0 -85
  257. package/src/ebay-section-notice/__tests__/index.spec.tsx +0 -109
  258. package/src/ebay-section-notice/__tests__/index.stories.tsx +0 -199
  259. package/src/ebay-section-notice/index.ts +0 -9
  260. package/src/ebay-section-notice/section-notice-cta.tsx +0 -15
  261. package/src/ebay-section-notice/section-notice-footer.tsx +0 -15
  262. package/src/ebay-section-notice/section-notice-title.tsx +0 -15
  263. package/src/ebay-section-notice/section-notice.tsx +0 -107
  264. package/src/ebay-section-title/__tests__/index.spec.tsx +0 -62
  265. package/src/ebay-section-title/__tests__/index.stories.tsx +0 -79
  266. package/src/ebay-section-title/cta.tsx +0 -26
  267. package/src/ebay-section-title/index.ts +0 -5
  268. package/src/ebay-section-title/info.tsx +0 -19
  269. package/src/ebay-section-title/overflow.tsx +0 -19
  270. package/src/ebay-section-title/section-title.tsx +0 -41
  271. package/src/ebay-section-title/subtitle.tsx +0 -19
  272. package/src/ebay-section-title/title.tsx +0 -19
  273. package/src/ebay-segmented-buttons/__tests__/index.spec.tsx +0 -42
  274. package/src/ebay-segmented-buttons/__tests__/index.stories.tsx +0 -52
  275. package/src/ebay-segmented-buttons/button.tsx +0 -39
  276. package/src/ebay-segmented-buttons/index.ts +0 -3
  277. package/src/ebay-segmented-buttons/segmented-buttons.tsx +0 -47
  278. package/src/ebay-segmented-buttons/types.ts +0 -15
  279. package/src/ebay-select/__tests__/__snapshots__/render.spec.tsx.snap +0 -16
  280. package/src/ebay-select/__tests__/index.spec.tsx +0 -99
  281. package/src/ebay-select/__tests__/index.stories.tsx +0 -221
  282. package/src/ebay-select/__tests__/render.spec.tsx +0 -92
  283. package/src/ebay-select/ebay-select-option.tsx +0 -10
  284. package/src/ebay-select/ebay-select.tsx +0 -164
  285. package/src/ebay-select/index.ts +0 -2
  286. package/src/ebay-signal/__tests__/index.spec.tsx +0 -26
  287. package/src/ebay-signal/__tests__/index.stories.tsx +0 -37
  288. package/src/ebay-signal/index.ts +0 -1
  289. package/src/ebay-signal/signal.tsx +0 -15
  290. package/src/ebay-snackbar-dialog/__tests__/index.spec.tsx +0 -151
  291. package/src/ebay-snackbar-dialog/__tests__/index.stories.tsx +0 -83
  292. package/src/ebay-snackbar-dialog/components/ebay-snackbar-dialog-action.tsx +0 -12
  293. package/src/ebay-snackbar-dialog/components/ebay-snackbar-dialog.tsx +0 -132
  294. package/src/ebay-snackbar-dialog/index.ts +0 -2
  295. package/src/ebay-split-button/__tests__/__snapshots__/render.spec.tsx.snap +0 -118
  296. package/src/ebay-split-button/__tests__/index.spec.tsx +0 -168
  297. package/src/ebay-split-button/__tests__/index.stories.tsx +0 -241
  298. package/src/ebay-split-button/__tests__/render.spec.tsx +0 -156
  299. package/src/ebay-split-button/index.ts +0 -5
  300. package/src/ebay-split-button/split-button.tsx +0 -54
  301. package/src/ebay-split-button/types.ts +0 -19
  302. package/src/ebay-star-rating/__tests__/__snapshots__/index.spec.tsx.snap +0 -307
  303. package/src/ebay-star-rating/__tests__/index.spec.tsx +0 -30
  304. package/src/ebay-star-rating/__tests__/index.stories.tsx +0 -35
  305. package/src/ebay-star-rating/index.ts +0 -1
  306. package/src/ebay-star-rating/star-rating.tsx +0 -29
  307. package/src/ebay-star-rating-select/__tests__/__snapshots__/index.spec.tsx.snap +0 -679
  308. package/src/ebay-star-rating-select/__tests__/index.spec.tsx +0 -105
  309. package/src/ebay-star-rating-select/__tests__/index.stories.tsx +0 -73
  310. package/src/ebay-star-rating-select/__tests__/mocks.tsx +0 -26
  311. package/src/ebay-star-rating-select/index.ts +0 -1
  312. package/src/ebay-star-rating-select/star-rating-select.tsx +0 -95
  313. package/src/ebay-svg/__tests__/index.stories.tsx +0 -16
  314. package/src/ebay-svg/index.ts +0 -1
  315. package/src/ebay-svg/svg.tsx +0 -23
  316. package/src/ebay-svg/symbols.tsx +0 -808
  317. package/src/ebay-switch/__tests__/index.spec.tsx +0 -28
  318. package/src/ebay-switch/__tests__/index.stories.tsx +0 -71
  319. package/src/ebay-switch/__tests__/render.spec.tsx +0 -37
  320. package/src/ebay-switch/ebay-switch.tsx +0 -56
  321. package/src/ebay-switch/index.ts +0 -1
  322. package/src/ebay-tabs/__tests__/index.spec.tsx +0 -205
  323. package/src/ebay-tabs/__tests__/index.stories.tsx +0 -301
  324. package/src/ebay-tabs/index.ts +0 -4
  325. package/src/ebay-tabs/tab-panel.tsx +0 -32
  326. package/src/ebay-tabs/tab.tsx +0 -38
  327. package/src/ebay-tabs/tabs.tsx +0 -104
  328. package/src/ebay-tabs/types.ts +0 -19
  329. package/src/ebay-textbox/__tests__/__snapshots__/render.spec.tsx.snap +0 -57
  330. package/src/ebay-textbox/__tests__/index.spec.tsx +0 -155
  331. package/src/ebay-textbox/__tests__/index.stories.tsx +0 -391
  332. package/src/ebay-textbox/__tests__/render.spec.tsx +0 -140
  333. package/src/ebay-textbox/index.ts +0 -7
  334. package/src/ebay-textbox/postfix-icon.tsx +0 -21
  335. package/src/ebay-textbox/postfix-text.tsx +0 -8
  336. package/src/ebay-textbox/prefix-icon.tsx +0 -12
  337. package/src/ebay-textbox/prefix-text.tsx +0 -8
  338. package/src/ebay-textbox/textbox.tsx +0 -209
  339. package/src/ebay-textbox/types.ts +0 -18
  340. package/src/ebay-toast-dialog/__tests__/index.spec.tsx +0 -41
  341. package/src/ebay-toast-dialog/__tests__/index.stories.tsx +0 -131
  342. package/src/ebay-toast-dialog/components/toast.tsx +0 -26
  343. package/src/ebay-toast-dialog/index.ts +0 -1
  344. package/src/ebay-tooltip/__tests__/index.spec.tsx +0 -183
  345. package/src/ebay-tooltip/__tests__/index.stories.tsx +0 -104
  346. package/src/ebay-tooltip/__tests__/render.spec.tsx +0 -79
  347. package/src/ebay-tooltip/ebay-tooltip-content.tsx +0 -11
  348. package/src/ebay-tooltip/ebay-tooltip-host.tsx +0 -11
  349. package/src/ebay-tooltip/ebay-tooltip.tsx +0 -96
  350. package/src/ebay-tooltip/index.ts +0 -8
  351. package/src/ebay-tourtip/__tests__/__snapshots__/render.spec.tsx.snap +0 -14
  352. package/src/ebay-tourtip/__tests__/index.spec.tsx +0 -105
  353. package/src/ebay-tourtip/__tests__/index.stories.tsx +0 -116
  354. package/src/ebay-tourtip/__tests__/render.spec.tsx +0 -214
  355. package/src/ebay-tourtip/ebay-tourtip-content.tsx +0 -11
  356. package/src/ebay-tourtip/ebay-tourtip-footer.tsx +0 -19
  357. package/src/ebay-tourtip/ebay-tourtip-heading.tsx +0 -23
  358. package/src/ebay-tourtip/ebay-tourtip-host.tsx +0 -11
  359. package/src/ebay-tourtip/ebay-tourtip.tsx +0 -89
  360. package/src/ebay-tourtip/index.ts +0 -6
  361. package/src/ebay-video/__tests__/index.spec.tsx +0 -39
  362. package/src/ebay-video/__tests__/index.stories.tsx +0 -147
  363. package/src/ebay-video/__tests__/render.spec.tsx +0 -55
  364. package/src/ebay-video/const.ts +0 -16
  365. package/src/ebay-video/controls.tsx +0 -42
  366. package/src/ebay-video/index.ts +0 -9
  367. package/src/ebay-video/reportButton.tsx +0 -13
  368. package/src/ebay-video/shaka-player.d.ts +0 -4
  369. package/src/ebay-video/source.tsx +0 -7
  370. package/src/ebay-video/types.ts +0 -10
  371. package/src/ebay-video/video.tsx +0 -291
  372. package/src/events/index.ts +0 -30
  373. package/src/utils/index.ts +0 -9
  374. package/tsconfig.json +0 -42
  375. package/vite.config.mjs +0 -50
  376. /package/{dist/array.polyfill.flat-5BAolFdk.js → array.polyfill.flat-5BAolFdk.js} +0 -0
  377. /package/{dist/badge-CoHKfiPt.js → badge-CoHKfiPt.js} +0 -0
  378. /package/{dist/button-DGuEBUDJ.js → button-DGuEBUDJ.js} +0 -0
  379. /package/{dist/calendar-lAu6VfAb.js → calendar-lAu6VfAb.js} +0 -0
  380. /package/{dist/common → common}/__mocks__/random-id.d.ts +0 -0
  381. /package/{dist/common → common}/__mocks__/random-id.d.ts.map +0 -0
  382. /package/{dist/common → common}/component-utils/array.polyfill.flat.d.ts +0 -0
  383. /package/{dist/common → common}/component-utils/array.polyfill.flat.d.ts.map +0 -0
  384. /package/{dist/common → common}/component-utils/forwardRef/index.js +0 -0
  385. /package/{dist/common → common}/component-utils/forwardRef.d.ts +0 -0
  386. /package/{dist/common → common}/component-utils/forwardRef.d.ts.map +0 -0
  387. /package/{dist/common → common}/component-utils/index.d.ts +0 -0
  388. /package/{dist/common → common}/component-utils/index.d.ts.map +0 -0
  389. /package/{dist/common → common}/component-utils/index.js +0 -0
  390. /package/{dist/common → common}/component-utils/utils/index.js +0 -0
  391. /package/{dist/common → common}/component-utils/utils.d.ts +0 -0
  392. /package/{dist/common → common}/component-utils/utils.d.ts.map +0 -0
  393. /package/{dist/common → common}/debounce.d.ts +0 -0
  394. /package/{dist/common → common}/debounce.d.ts.map +0 -0
  395. /package/{dist/common → common}/event-utils/index.d.ts +0 -0
  396. /package/{dist/common → common}/event-utils/index.d.ts.map +0 -0
  397. /package/{dist/common → common}/event-utils/index.js +0 -0
  398. /package/{dist/common → common}/event-utils/types.d.ts +0 -0
  399. /package/{dist/common → common}/event-utils/types.d.ts.map +0 -0
  400. /package/{dist/common → common}/event-utils/use-key-press.d.ts +0 -0
  401. /package/{dist/common → common}/event-utils/use-key-press.d.ts.map +0 -0
  402. /package/{dist/common → common}/event-utils/use-roving-index.d.ts +0 -0
  403. /package/{dist/common → common}/event-utils/use-roving-index.d.ts.map +0 -0
  404. /package/{dist/common → common}/floating-label-utils/hooks/index.js +0 -0
  405. /package/{dist/common → common}/floating-label-utils/hooks.d.ts +0 -0
  406. /package/{dist/common → common}/floating-label-utils/hooks.d.ts.map +0 -0
  407. /package/{dist/common → common}/notice-utils/notice-content.d.ts +0 -0
  408. /package/{dist/common → common}/notice-utils/notice-content.d.ts.map +0 -0
  409. /package/{dist/common → common}/notice-utils/notice-cta/index.js +0 -0
  410. /package/{dist/common → common}/notice-utils/notice-cta.d.ts +0 -0
  411. /package/{dist/common → common}/notice-utils/notice-cta.d.ts.map +0 -0
  412. /package/{dist/common → common}/notice-utils/notice-footer.d.ts +0 -0
  413. /package/{dist/common → common}/notice-utils/notice-footer.d.ts.map +0 -0
  414. /package/{dist/common → common}/notice-utils/notice-title.d.ts +0 -0
  415. /package/{dist/common → common}/notice-utils/notice-title.d.ts.map +0 -0
  416. /package/{dist/common → common}/random-id/index.js +0 -0
  417. /package/{dist/common → common}/random-id.d.ts +0 -0
  418. /package/{dist/common → common}/random-id.d.ts.map +0 -0
  419. /package/{dist/common → common}/range.d.ts +0 -0
  420. /package/{dist/common → common}/range.d.ts.map +0 -0
  421. /package/{dist/common → common}/tooltip-utils/constants/index.js +0 -0
  422. /package/{dist/common → common}/tooltip-utils/constants.d.ts +0 -0
  423. /package/{dist/common → common}/tooltip-utils/constants.d.ts.map +0 -0
  424. /package/{dist/common → common}/tooltip-utils/index.d.ts +0 -0
  425. /package/{dist/common → common}/tooltip-utils/index.d.ts.map +0 -0
  426. /package/{dist/common → common}/tooltip-utils/index.js +0 -0
  427. /package/{dist/common → common}/tooltip-utils/tooltip-close-button.d.ts +0 -0
  428. /package/{dist/common → common}/tooltip-utils/tooltip-close-button.d.ts.map +0 -0
  429. /package/{dist/common → common}/tooltip-utils/tooltip-content.d.ts +0 -0
  430. /package/{dist/common → common}/tooltip-utils/tooltip-content.d.ts.map +0 -0
  431. /package/{dist/common → common}/tooltip-utils/tooltip-footer.d.ts +0 -0
  432. /package/{dist/common → common}/tooltip-utils/tooltip-footer.d.ts.map +0 -0
  433. /package/{dist/common → common}/tooltip-utils/tooltip-host.d.ts +0 -0
  434. /package/{dist/common → common}/tooltip-utils/tooltip-host.d.ts.map +0 -0
  435. /package/{dist/common → common}/tooltip-utils/tooltip.d.ts +0 -0
  436. /package/{dist/common → common}/tooltip-utils/tooltip.d.ts.map +0 -0
  437. /package/{dist/common → common}/tooltip-utils/types.d.ts +0 -0
  438. /package/{dist/common → common}/tooltip-utils/types.d.ts.map +0 -0
  439. /package/{dist/common → common}/tooltip-utils/use-tooltip.d.ts +0 -0
  440. /package/{dist/common → common}/tooltip-utils/use-tooltip.d.ts.map +0 -0
  441. /package/{dist/debounce-BQsYxxOL.js → debounce-BQsYxxOL.js} +0 -0
  442. /package/{dist/dialog-previous-button-CpuFLkQp.js → dialog-previous-button-CpuFLkQp.js} +0 -0
  443. /package/{dist/drawer-rqXAEeqd.js → drawer-rqXAEeqd.js} +0 -0
  444. /package/{src/ebay-alert-dialog → ebay-alert-dialog}/README.md +0 -0
  445. /package/{dist/ebay-alert-dialog → ebay-alert-dialog}/alert-dialog.d.ts +0 -0
  446. /package/{dist/ebay-alert-dialog → ebay-alert-dialog}/alert-dialog.d.ts.map +0 -0
  447. /package/{dist/ebay-alert-dialog → ebay-alert-dialog}/index.d.ts +0 -0
  448. /package/{dist/ebay-alert-dialog → ebay-alert-dialog}/index.d.ts.map +0 -0
  449. /package/{dist/ebay-alert-dialog → ebay-alert-dialog}/index.js +0 -0
  450. /package/{src/ebay-badge → ebay-badge}/README.md +0 -0
  451. /package/{dist/ebay-badge → ebay-badge}/badge.d.ts +0 -0
  452. /package/{dist/ebay-badge → ebay-badge}/badge.d.ts.map +0 -0
  453. /package/{dist/ebay-badge → ebay-badge}/index.d.ts +0 -0
  454. /package/{dist/ebay-badge → ebay-badge}/index.d.ts.map +0 -0
  455. /package/{dist/ebay-badge → ebay-badge}/index.js +0 -0
  456. /package/{src/ebay-breadcrumbs → ebay-breadcrumbs}/README.md +0 -0
  457. /package/{dist/ebay-breadcrumbs → ebay-breadcrumbs}/breadcrumb-item.d.ts +0 -0
  458. /package/{dist/ebay-breadcrumbs → ebay-breadcrumbs}/breadcrumb-item.d.ts.map +0 -0
  459. /package/{dist/ebay-breadcrumbs → ebay-breadcrumbs}/breadcrumbs.d.ts +0 -0
  460. /package/{dist/ebay-breadcrumbs → ebay-breadcrumbs}/breadcrumbs.d.ts.map +0 -0
  461. /package/{dist/ebay-breadcrumbs → ebay-breadcrumbs}/index.d.ts +0 -0
  462. /package/{dist/ebay-breadcrumbs → ebay-breadcrumbs}/index.d.ts.map +0 -0
  463. /package/{dist/ebay-breadcrumbs → ebay-breadcrumbs}/index.js +0 -0
  464. /package/{src/ebay-button → ebay-button}/README.md +0 -0
  465. /package/{dist/ebay-button → ebay-button}/button-cell.d.ts +0 -0
  466. /package/{dist/ebay-button → ebay-button}/button-cell.d.ts.map +0 -0
  467. /package/{dist/ebay-button → ebay-button}/button-expand.d.ts +0 -0
  468. /package/{dist/ebay-button → ebay-button}/button-expand.d.ts.map +0 -0
  469. /package/{dist/ebay-button → ebay-button}/button-loading.d.ts +0 -0
  470. /package/{dist/ebay-button → ebay-button}/button-loading.d.ts.map +0 -0
  471. /package/{dist/ebay-button → ebay-button}/button-text.d.ts +0 -0
  472. /package/{dist/ebay-button → ebay-button}/button-text.d.ts.map +0 -0
  473. /package/{dist/ebay-button → ebay-button}/button.d.ts +0 -0
  474. /package/{dist/ebay-button → ebay-button}/button.d.ts.map +0 -0
  475. /package/{dist/ebay-button → ebay-button}/index.d.ts +0 -0
  476. /package/{dist/ebay-button → ebay-button}/index.d.ts.map +0 -0
  477. /package/{dist/ebay-button → ebay-button}/index.js +0 -0
  478. /package/{dist/ebay-button → ebay-button}/types.d.ts +0 -0
  479. /package/{dist/ebay-button → ebay-button}/types.d.ts.map +0 -0
  480. /package/{src/ebay-calendar → ebay-calendar}/README.md +0 -0
  481. /package/{dist/ebay-calendar → ebay-calendar}/calendar.d.ts +0 -0
  482. /package/{dist/ebay-calendar → ebay-calendar}/calendar.d.ts.map +0 -0
  483. /package/{dist/ebay-calendar → ebay-calendar}/date-utils.d.ts +0 -0
  484. /package/{dist/ebay-calendar → ebay-calendar}/date-utils.d.ts.map +0 -0
  485. /package/{dist/ebay-calendar → ebay-calendar}/index.d.ts +0 -0
  486. /package/{dist/ebay-calendar → ebay-calendar}/index.d.ts.map +0 -0
  487. /package/{dist/ebay-calendar → ebay-calendar}/index.js +0 -0
  488. /package/{src/ebay-carousel → ebay-carousel}/README.md +0 -0
  489. /package/{dist/ebay-carousel → ebay-carousel}/carousel-control-button.d.ts +0 -0
  490. /package/{dist/ebay-carousel → ebay-carousel}/carousel-control-button.d.ts.map +0 -0
  491. /package/{dist/ebay-carousel → ebay-carousel}/carousel-item.d.ts +0 -0
  492. /package/{dist/ebay-carousel → ebay-carousel}/carousel-item.d.ts.map +0 -0
  493. /package/{dist/ebay-carousel → ebay-carousel}/carousel-list.d.ts +0 -0
  494. /package/{dist/ebay-carousel → ebay-carousel}/carousel-list.d.ts.map +0 -0
  495. /package/{dist/ebay-carousel → ebay-carousel}/carousel.d.ts +0 -0
  496. /package/{dist/ebay-carousel → ebay-carousel}/carousel.d.ts.map +0 -0
  497. /package/{dist/ebay-carousel → ebay-carousel}/helpers.d.ts +0 -0
  498. /package/{dist/ebay-carousel → ebay-carousel}/helpers.d.ts.map +0 -0
  499. /package/{dist/ebay-carousel → ebay-carousel}/index.d.ts +0 -0
  500. /package/{dist/ebay-carousel → ebay-carousel}/index.d.ts.map +0 -0
  501. /package/{dist/ebay-carousel → ebay-carousel}/index.js +0 -0
  502. /package/{dist/ebay-carousel → ebay-carousel}/scroll-to-transition.d.ts +0 -0
  503. /package/{dist/ebay-carousel → ebay-carousel}/scroll-to-transition.d.ts.map +0 -0
  504. /package/{dist/ebay-carousel → ebay-carousel}/types.d.ts +0 -0
  505. /package/{dist/ebay-carousel → ebay-carousel}/types.d.ts.map +0 -0
  506. /package/{src/ebay-checkbox → ebay-checkbox}/README.md +0 -0
  507. /package/{dist/ebay-checkbox → ebay-checkbox}/checkbox.d.ts +0 -0
  508. /package/{dist/ebay-checkbox → ebay-checkbox}/checkbox.d.ts.map +0 -0
  509. /package/{dist/ebay-checkbox → ebay-checkbox}/index.d.ts +0 -0
  510. /package/{dist/ebay-checkbox → ebay-checkbox}/index.d.ts.map +0 -0
  511. /package/{dist/ebay-checkbox → ebay-checkbox}/index.js +0 -0
  512. /package/{src/ebay-confirm-dialog → ebay-confirm-dialog}/README.md +0 -0
  513. /package/{dist/ebay-confirm-dialog → ebay-confirm-dialog}/confirm-dialog.d.ts +0 -0
  514. /package/{dist/ebay-confirm-dialog → ebay-confirm-dialog}/confirm-dialog.d.ts.map +0 -0
  515. /package/{dist/ebay-confirm-dialog → ebay-confirm-dialog}/index.d.ts +0 -0
  516. /package/{dist/ebay-confirm-dialog → ebay-confirm-dialog}/index.d.ts.map +0 -0
  517. /package/{dist/ebay-confirm-dialog → ebay-confirm-dialog}/index.js +0 -0
  518. /package/{src/ebay-cta-button → ebay-cta-button}/README.md +0 -0
  519. /package/{dist/ebay-cta-button → ebay-cta-button}/cta-button.d.ts +0 -0
  520. /package/{dist/ebay-cta-button → ebay-cta-button}/cta-button.d.ts.map +0 -0
  521. /package/{dist/ebay-cta-button → ebay-cta-button}/index.d.ts +0 -0
  522. /package/{dist/ebay-cta-button → ebay-cta-button}/index.d.ts.map +0 -0
  523. /package/{dist/ebay-cta-button → ebay-cta-button}/index.js +0 -0
  524. /package/{src/ebay-date-textbox → ebay-date-textbox}/README.md +0 -0
  525. /package/{dist/ebay-date-textbox → ebay-date-textbox}/date-textbox.d.ts +0 -0
  526. /package/{dist/ebay-date-textbox → ebay-date-textbox}/date-textbox.d.ts.map +0 -0
  527. /package/{dist/ebay-date-textbox → ebay-date-textbox}/index.d.ts +0 -0
  528. /package/{dist/ebay-date-textbox → ebay-date-textbox}/index.d.ts.map +0 -0
  529. /package/{dist/ebay-date-textbox → ebay-date-textbox}/index.js +0 -0
  530. /package/{src/ebay-dialog-base → ebay-dialog-base}/README.md +0 -0
  531. /package/{dist/ebay-dialog-base → ebay-dialog-base}/components/animation/index.js +0 -0
  532. /package/{dist/ebay-dialog-base → ebay-dialog-base}/components/animation.d.ts +0 -0
  533. /package/{dist/ebay-dialog-base → ebay-dialog-base}/components/animation.d.ts.map +0 -0
  534. /package/{dist/ebay-dialog-base → ebay-dialog-base}/components/dialog-actions.d.ts +0 -0
  535. /package/{dist/ebay-dialog-base → ebay-dialog-base}/components/dialog-actions.d.ts.map +0 -0
  536. /package/{dist/ebay-dialog-base → ebay-dialog-base}/components/dialog-close-button.d.ts +0 -0
  537. /package/{dist/ebay-dialog-base → ebay-dialog-base}/components/dialog-close-button.d.ts.map +0 -0
  538. /package/{dist/ebay-dialog-base → ebay-dialog-base}/components/dialog-footer/index.js +0 -0
  539. /package/{dist/ebay-dialog-base → ebay-dialog-base}/components/dialog-footer.d.ts +0 -0
  540. /package/{dist/ebay-dialog-base → ebay-dialog-base}/components/dialog-footer.d.ts.map +0 -0
  541. /package/{dist/ebay-dialog-base → ebay-dialog-base}/components/dialog-header/index.js +0 -0
  542. /package/{dist/ebay-dialog-base → ebay-dialog-base}/components/dialog-header.d.ts +0 -0
  543. /package/{dist/ebay-dialog-base → ebay-dialog-base}/components/dialog-header.d.ts.map +0 -0
  544. /package/{dist/ebay-dialog-base → ebay-dialog-base}/components/dialog-previous-button.d.ts +0 -0
  545. /package/{dist/ebay-dialog-base → ebay-dialog-base}/components/dialog-previous-button.d.ts.map +0 -0
  546. /package/{dist/ebay-dialog-base → ebay-dialog-base}/components/dialogBase.d.ts +0 -0
  547. /package/{dist/ebay-dialog-base → ebay-dialog-base}/components/dialogBase.d.ts.map +0 -0
  548. /package/{dist/ebay-dialog-base → ebay-dialog-base}/dialog-base-with-state.d.ts +0 -0
  549. /package/{dist/ebay-dialog-base → ebay-dialog-base}/dialog-base-with-state.d.ts.map +0 -0
  550. /package/{dist/ebay-dialog-base → ebay-dialog-base}/index.d.ts +0 -0
  551. /package/{dist/ebay-dialog-base → ebay-dialog-base}/index.d.ts.map +0 -0
  552. /package/{dist/ebay-dialog-base → ebay-dialog-base}/index.js +0 -0
  553. /package/{src/ebay-drawer-dialog → ebay-drawer-dialog}/README.md +0 -0
  554. /package/{dist/ebay-drawer-dialog → ebay-drawer-dialog}/components/drawer.d.ts +0 -0
  555. /package/{dist/ebay-drawer-dialog → ebay-drawer-dialog}/components/drawer.d.ts.map +0 -0
  556. /package/{dist/ebay-drawer-dialog → ebay-drawer-dialog}/index.d.ts +0 -0
  557. /package/{dist/ebay-drawer-dialog → ebay-drawer-dialog}/index.d.ts.map +0 -0
  558. /package/{dist/ebay-drawer-dialog → ebay-drawer-dialog}/index.js +0 -0
  559. /package/{src/ebay-eek → ebay-eek}/README.md +0 -0
  560. /package/{dist/ebay-eek → ebay-eek}/eek-rating.d.ts +0 -0
  561. /package/{dist/ebay-eek → ebay-eek}/eek-rating.d.ts.map +0 -0
  562. /package/{dist/ebay-eek → ebay-eek}/eek-util.d.ts +0 -0
  563. /package/{dist/ebay-eek → ebay-eek}/eek-util.d.ts.map +0 -0
  564. /package/{dist/ebay-eek → ebay-eek}/index.d.ts +0 -0
  565. /package/{dist/ebay-eek → ebay-eek}/index.d.ts.map +0 -0
  566. /package/{dist/ebay-eek → ebay-eek}/index.js +0 -0
  567. /package/{src/ebay-fake-menu → ebay-fake-menu}/README.md +0 -0
  568. /package/{dist/ebay-fake-menu → ebay-fake-menu}/index.d.ts +0 -0
  569. /package/{dist/ebay-fake-menu → ebay-fake-menu}/index.d.ts.map +0 -0
  570. /package/{dist/ebay-fake-menu → ebay-fake-menu}/index.js +0 -0
  571. /package/{dist/ebay-fake-menu → ebay-fake-menu}/menu-item/index.js +0 -0
  572. /package/{dist/ebay-fake-menu → ebay-fake-menu}/menu-item-separator.d.ts +0 -0
  573. /package/{dist/ebay-fake-menu → ebay-fake-menu}/menu-item-separator.d.ts.map +0 -0
  574. /package/{dist/ebay-fake-menu → ebay-fake-menu}/menu-item.d.ts +0 -0
  575. /package/{dist/ebay-fake-menu → ebay-fake-menu}/menu-item.d.ts.map +0 -0
  576. /package/{dist/ebay-fake-menu → ebay-fake-menu}/menu.d.ts +0 -0
  577. /package/{dist/ebay-fake-menu → ebay-fake-menu}/menu.d.ts.map +0 -0
  578. /package/{src/ebay-fake-menu-button → ebay-fake-menu-button}/README.md +0 -0
  579. /package/{dist/ebay-fake-menu-button → ebay-fake-menu-button}/index.d.ts +0 -0
  580. /package/{dist/ebay-fake-menu-button → ebay-fake-menu-button}/index.d.ts.map +0 -0
  581. /package/{dist/ebay-fake-menu-button → ebay-fake-menu-button}/index.js +0 -0
  582. /package/{dist/ebay-fake-menu-button → ebay-fake-menu-button}/menu-button/index.js +0 -0
  583. /package/{dist/ebay-fake-menu-button → ebay-fake-menu-button}/menu-button-item.d.ts +0 -0
  584. /package/{dist/ebay-fake-menu-button → ebay-fake-menu-button}/menu-button-item.d.ts.map +0 -0
  585. /package/{dist/ebay-fake-menu-button → ebay-fake-menu-button}/menu-button-label.d.ts +0 -0
  586. /package/{dist/ebay-fake-menu-button → ebay-fake-menu-button}/menu-button-label.d.ts.map +0 -0
  587. /package/{dist/ebay-fake-menu-button → ebay-fake-menu-button}/menu-button-separator.d.ts +0 -0
  588. /package/{dist/ebay-fake-menu-button → ebay-fake-menu-button}/menu-button-separator.d.ts.map +0 -0
  589. /package/{dist/ebay-fake-menu-button → ebay-fake-menu-button}/menu-button.d.ts +0 -0
  590. /package/{dist/ebay-fake-menu-button → ebay-fake-menu-button}/menu-button.d.ts.map +0 -0
  591. /package/{src/ebay-fake-tabs → ebay-fake-tabs}/README.md +0 -0
  592. /package/{dist/ebay-fake-tabs → ebay-fake-tabs}/fake-tabs.d.ts +0 -0
  593. /package/{dist/ebay-fake-tabs → ebay-fake-tabs}/fake-tabs.d.ts.map +0 -0
  594. /package/{dist/ebay-fake-tabs → ebay-fake-tabs}/index.d.ts +0 -0
  595. /package/{dist/ebay-fake-tabs → ebay-fake-tabs}/index.d.ts.map +0 -0
  596. /package/{dist/ebay-fake-tabs → ebay-fake-tabs}/index.js +0 -0
  597. /package/{dist/ebay-fake-tabs → ebay-fake-tabs}/tab.d.ts +0 -0
  598. /package/{dist/ebay-fake-tabs → ebay-fake-tabs}/tab.d.ts.map +0 -0
  599. /package/{src/ebay-field → ebay-field}/README.md +0 -0
  600. /package/{dist/ebay-field → ebay-field}/description.d.ts +0 -0
  601. /package/{dist/ebay-field → ebay-field}/description.d.ts.map +0 -0
  602. /package/{dist/ebay-field → ebay-field}/field.d.ts +0 -0
  603. /package/{dist/ebay-field → ebay-field}/field.d.ts.map +0 -0
  604. /package/{dist/ebay-field → ebay-field}/index.d.ts +0 -0
  605. /package/{dist/ebay-field → ebay-field}/index.d.ts.map +0 -0
  606. /package/{dist/ebay-field → ebay-field}/index.js +0 -0
  607. /package/{dist/ebay-field → ebay-field}/label.d.ts +0 -0
  608. /package/{dist/ebay-field → ebay-field}/label.d.ts.map +0 -0
  609. /package/{dist/ebay-field → ebay-field}/types.d.ts +0 -0
  610. /package/{dist/ebay-field → ebay-field}/types.d.ts.map +0 -0
  611. /package/{src/ebay-fullscreen-dialog → ebay-fullscreen-dialog}/README.md +0 -0
  612. /package/{dist/ebay-fullscreen-dialog → ebay-fullscreen-dialog}/fullscreen-dialog.d.ts +0 -0
  613. /package/{dist/ebay-fullscreen-dialog → ebay-fullscreen-dialog}/fullscreen-dialog.d.ts.map +0 -0
  614. /package/{dist/ebay-fullscreen-dialog → ebay-fullscreen-dialog}/index.d.ts +0 -0
  615. /package/{dist/ebay-fullscreen-dialog → ebay-fullscreen-dialog}/index.d.ts.map +0 -0
  616. /package/{dist/ebay-fullscreen-dialog → ebay-fullscreen-dialog}/index.js +0 -0
  617. /package/{src/ebay-icon → ebay-icon}/README.md +0 -0
  618. /package/{dist/ebay-icon → ebay-icon}/icon.d.ts +0 -0
  619. /package/{dist/ebay-icon → ebay-icon}/icon.d.ts.map +0 -0
  620. /package/{dist/ebay-icon → ebay-icon}/index.d.ts +0 -0
  621. /package/{dist/ebay-icon → ebay-icon}/index.d.ts.map +0 -0
  622. /package/{dist/ebay-icon → ebay-icon}/index.js +0 -0
  623. /package/{dist/ebay-icon → ebay-icon}/types.d.ts +0 -0
  624. /package/{dist/ebay-icon → ebay-icon}/types.d.ts.map +0 -0
  625. /package/{src/ebay-icon-button → ebay-icon-button}/README.md +0 -0
  626. /package/{dist/ebay-icon-button → ebay-icon-button}/icon-button.d.ts +0 -0
  627. /package/{dist/ebay-icon-button → ebay-icon-button}/icon-button.d.ts.map +0 -0
  628. /package/{dist/ebay-icon-button → ebay-icon-button}/index.d.ts +0 -0
  629. /package/{dist/ebay-icon-button → ebay-icon-button}/index.d.ts.map +0 -0
  630. /package/{dist/ebay-icon-button → ebay-icon-button}/index.js +0 -0
  631. /package/{src/ebay-infotip → ebay-infotip}/README.md +0 -0
  632. /package/{dist/ebay-infotip → ebay-infotip}/ebay-infotip-content.d.ts +0 -0
  633. /package/{dist/ebay-infotip → ebay-infotip}/ebay-infotip-content.d.ts.map +0 -0
  634. /package/{dist/ebay-infotip → ebay-infotip}/ebay-infotip-heading.d.ts +0 -0
  635. /package/{dist/ebay-infotip → ebay-infotip}/ebay-infotip-heading.d.ts.map +0 -0
  636. /package/{dist/ebay-infotip → ebay-infotip}/ebay-infotip-host.d.ts +0 -0
  637. /package/{dist/ebay-infotip → ebay-infotip}/ebay-infotip-host.d.ts.map +0 -0
  638. /package/{dist/ebay-infotip → ebay-infotip}/ebay-infotip.d.ts +0 -0
  639. /package/{dist/ebay-infotip → ebay-infotip}/ebay-infotip.d.ts.map +0 -0
  640. /package/{dist/ebay-infotip → ebay-infotip}/index.d.ts +0 -0
  641. /package/{dist/ebay-infotip → ebay-infotip}/index.d.ts.map +0 -0
  642. /package/{dist/ebay-infotip → ebay-infotip}/index.js +0 -0
  643. /package/{dist/ebay-infotip → ebay-infotip}/types.d.ts +0 -0
  644. /package/{dist/ebay-infotip → ebay-infotip}/types.d.ts.map +0 -0
  645. /package/{src/ebay-inline-notice → ebay-inline-notice}/README.md +0 -0
  646. /package/{dist/ebay-inline-notice → ebay-inline-notice}/index.d.ts +0 -0
  647. /package/{dist/ebay-inline-notice → ebay-inline-notice}/index.d.ts.map +0 -0
  648. /package/{dist/ebay-inline-notice → ebay-inline-notice}/index.js +0 -0
  649. /package/{dist/ebay-inline-notice → ebay-inline-notice}/inline-notice.d.ts +0 -0
  650. /package/{dist/ebay-inline-notice → ebay-inline-notice}/inline-notice.d.ts.map +0 -0
  651. /package/{dist/ebay-inline-notice → ebay-inline-notice}/types.d.ts +0 -0
  652. /package/{dist/ebay-inline-notice → ebay-inline-notice}/types.d.ts.map +0 -0
  653. /package/{src/ebay-lightbox-dialog → ebay-lightbox-dialog}/README.md +0 -0
  654. /package/{dist/ebay-lightbox-dialog → ebay-lightbox-dialog}/index.d.ts +0 -0
  655. /package/{dist/ebay-lightbox-dialog → ebay-lightbox-dialog}/index.d.ts.map +0 -0
  656. /package/{dist/ebay-lightbox-dialog → ebay-lightbox-dialog}/index.js +0 -0
  657. /package/{dist/ebay-lightbox-dialog → ebay-lightbox-dialog}/lightbox-dialog.d.ts +0 -0
  658. /package/{dist/ebay-lightbox-dialog → ebay-lightbox-dialog}/lightbox-dialog.d.ts.map +0 -0
  659. /package/{src/ebay-listbox-button → ebay-listbox-button}/README.md +0 -0
  660. /package/{dist/ebay-listbox-button → ebay-listbox-button}/index.d.ts +0 -0
  661. /package/{dist/ebay-listbox-button → ebay-listbox-button}/index.d.ts.map +0 -0
  662. /package/{dist/ebay-listbox-button → ebay-listbox-button}/index.js +0 -0
  663. /package/{dist/ebay-listbox-button → ebay-listbox-button}/listbox-button-option.d.ts +0 -0
  664. /package/{dist/ebay-listbox-button → ebay-listbox-button}/listbox-button-option.d.ts.map +0 -0
  665. /package/{dist/ebay-listbox-button → ebay-listbox-button}/listbox-button.d.ts +0 -0
  666. /package/{dist/ebay-listbox-button → ebay-listbox-button}/listbox-button.d.ts.map +0 -0
  667. /package/{src/ebay-menu → ebay-menu}/README.md +0 -0
  668. /package/{dist/ebay-menu → ebay-menu}/index.d.ts +0 -0
  669. /package/{dist/ebay-menu → ebay-menu}/index.d.ts.map +0 -0
  670. /package/{dist/ebay-menu → ebay-menu}/index.js +0 -0
  671. /package/{dist/ebay-menu → ebay-menu}/menu-item-separator.d.ts +0 -0
  672. /package/{dist/ebay-menu → ebay-menu}/menu-item-separator.d.ts.map +0 -0
  673. /package/{dist/ebay-menu → ebay-menu}/menu-item.d.ts +0 -0
  674. /package/{dist/ebay-menu → ebay-menu}/menu-item.d.ts.map +0 -0
  675. /package/{dist/ebay-menu → ebay-menu}/menu.d.ts +0 -0
  676. /package/{dist/ebay-menu → ebay-menu}/menu.d.ts.map +0 -0
  677. /package/{dist/ebay-menu → ebay-menu}/types.d.ts +0 -0
  678. /package/{dist/ebay-menu → ebay-menu}/types.d.ts.map +0 -0
  679. /package/{src/ebay-menu-button → ebay-menu-button}/README.md +0 -0
  680. /package/{dist/ebay-menu-button → ebay-menu-button}/index.d.ts +0 -0
  681. /package/{dist/ebay-menu-button → ebay-menu-button}/index.d.ts.map +0 -0
  682. /package/{dist/ebay-menu-button → ebay-menu-button}/index.js +0 -0
  683. /package/{dist/ebay-menu-button → ebay-menu-button}/menu-button-item.d.ts +0 -0
  684. /package/{dist/ebay-menu-button → ebay-menu-button}/menu-button-item.d.ts.map +0 -0
  685. /package/{dist/ebay-menu-button → ebay-menu-button}/menu-button-label.d.ts +0 -0
  686. /package/{dist/ebay-menu-button → ebay-menu-button}/menu-button-label.d.ts.map +0 -0
  687. /package/{dist/ebay-menu-button → ebay-menu-button}/menu-button-separator.d.ts +0 -0
  688. /package/{dist/ebay-menu-button → ebay-menu-button}/menu-button-separator.d.ts.map +0 -0
  689. /package/{dist/ebay-menu-button → ebay-menu-button}/menu-button.d.ts +0 -0
  690. /package/{dist/ebay-menu-button → ebay-menu-button}/menu-button.d.ts.map +0 -0
  691. /package/{dist/ebay-menu-button → ebay-menu-button}/types.d.ts +0 -0
  692. /package/{dist/ebay-menu-button → ebay-menu-button}/types.d.ts.map +0 -0
  693. /package/{dist/ebay-notice-base → ebay-notice-base}/components/ebay-notice-content/index.d.ts +0 -0
  694. /package/{dist/ebay-notice-base → ebay-notice-base}/components/ebay-notice-content/index.d.ts.map +0 -0
  695. /package/{dist/ebay-notice-base → ebay-notice-base}/components/ebay-notice-content/notice-content.d.ts +0 -0
  696. /package/{dist/ebay-notice-base → ebay-notice-base}/components/ebay-notice-content/notice-content.d.ts.map +0 -0
  697. /package/{dist/ebay-notice-base → ebay-notice-base}/components/ebay-notice-title/index.d.ts +0 -0
  698. /package/{dist/ebay-notice-base → ebay-notice-base}/components/ebay-notice-title/index.d.ts.map +0 -0
  699. /package/{dist/ebay-notice-base → ebay-notice-base}/components/ebay-notice-title/notice-title.d.ts +0 -0
  700. /package/{dist/ebay-notice-base → ebay-notice-base}/components/ebay-notice-title/notice-title.d.ts.map +0 -0
  701. /package/{dist/ebay-notice-base → ebay-notice-base}/index.d.ts +0 -0
  702. /package/{dist/ebay-notice-base → ebay-notice-base}/index.d.ts.map +0 -0
  703. /package/{dist/ebay-notice-base → ebay-notice-base}/index.js +0 -0
  704. /package/{src/ebay-page-notice → ebay-page-notice}/README.md +0 -0
  705. /package/{dist/ebay-page-notice → ebay-page-notice}/index.d.ts +0 -0
  706. /package/{dist/ebay-page-notice → ebay-page-notice}/index.d.ts.map +0 -0
  707. /package/{dist/ebay-page-notice → ebay-page-notice}/index.js +0 -0
  708. /package/{dist/ebay-page-notice → ebay-page-notice}/page-notice-cta.d.ts +0 -0
  709. /package/{dist/ebay-page-notice → ebay-page-notice}/page-notice-cta.d.ts.map +0 -0
  710. /package/{dist/ebay-page-notice → ebay-page-notice}/page-notice-footer.d.ts +0 -0
  711. /package/{dist/ebay-page-notice → ebay-page-notice}/page-notice-footer.d.ts.map +0 -0
  712. /package/{dist/ebay-page-notice → ebay-page-notice}/page-notice-title.d.ts +0 -0
  713. /package/{dist/ebay-page-notice → ebay-page-notice}/page-notice-title.d.ts.map +0 -0
  714. /package/{dist/ebay-page-notice → ebay-page-notice}/page-notice.d.ts +0 -0
  715. /package/{dist/ebay-page-notice → ebay-page-notice}/page-notice.d.ts.map +0 -0
  716. /package/{src/ebay-pagination → ebay-pagination}/README.md +0 -0
  717. /package/{dist/ebay-pagination → ebay-pagination}/const.d.ts +0 -0
  718. /package/{dist/ebay-pagination → ebay-pagination}/const.d.ts.map +0 -0
  719. /package/{dist/ebay-pagination → ebay-pagination}/helpers.d.ts +0 -0
  720. /package/{dist/ebay-pagination → ebay-pagination}/helpers.d.ts.map +0 -0
  721. /package/{dist/ebay-pagination → ebay-pagination}/index.d.ts +0 -0
  722. /package/{dist/ebay-pagination → ebay-pagination}/index.d.ts.map +0 -0
  723. /package/{dist/ebay-pagination → ebay-pagination}/index.js +0 -0
  724. /package/{dist/ebay-pagination → ebay-pagination}/pagination-item.d.ts +0 -0
  725. /package/{dist/ebay-pagination → ebay-pagination}/pagination-item.d.ts.map +0 -0
  726. /package/{dist/ebay-pagination → ebay-pagination}/pagination.d.ts +0 -0
  727. /package/{dist/ebay-pagination → ebay-pagination}/pagination.d.ts.map +0 -0
  728. /package/{dist/ebay-pagination → ebay-pagination}/types.d.ts +0 -0
  729. /package/{dist/ebay-pagination → ebay-pagination}/types.d.ts.map +0 -0
  730. /package/{src/ebay-panel-dialog → ebay-panel-dialog}/README.md +0 -0
  731. /package/{dist/ebay-panel-dialog → ebay-panel-dialog}/index.d.ts +0 -0
  732. /package/{dist/ebay-panel-dialog → ebay-panel-dialog}/index.d.ts.map +0 -0
  733. /package/{dist/ebay-panel-dialog → ebay-panel-dialog}/index.js +0 -0
  734. /package/{dist/ebay-panel-dialog → ebay-panel-dialog}/panel-dialog.d.ts +0 -0
  735. /package/{dist/ebay-panel-dialog → ebay-panel-dialog}/panel-dialog.d.ts.map +0 -0
  736. /package/{src/ebay-progress-bar → ebay-progress-bar}/README.md +0 -0
  737. /package/{dist/ebay-progress-bar → ebay-progress-bar}/index.d.ts +0 -0
  738. /package/{dist/ebay-progress-bar → ebay-progress-bar}/index.d.ts.map +0 -0
  739. /package/{dist/ebay-progress-bar → ebay-progress-bar}/index.js +0 -0
  740. /package/{dist/ebay-progress-bar → ebay-progress-bar}/progress-bar.d.ts +0 -0
  741. /package/{dist/ebay-progress-bar → ebay-progress-bar}/progress-bar.d.ts.map +0 -0
  742. /package/{src/ebay-progress-spinner → ebay-progress-spinner}/README.md +0 -0
  743. /package/{dist/ebay-progress-spinner → ebay-progress-spinner}/index.d.ts +0 -0
  744. /package/{dist/ebay-progress-spinner → ebay-progress-spinner}/index.d.ts.map +0 -0
  745. /package/{dist/ebay-progress-spinner → ebay-progress-spinner}/index.js +0 -0
  746. /package/{dist/ebay-progress-spinner → ebay-progress-spinner}/progress-spinner.d.ts +0 -0
  747. /package/{dist/ebay-progress-spinner → ebay-progress-spinner}/progress-spinner.d.ts.map +0 -0
  748. /package/{src/ebay-progress-stepper → ebay-progress-stepper}/README.md +0 -0
  749. /package/{dist/ebay-progress-stepper → ebay-progress-stepper}/ebay-progress-step.d.ts +0 -0
  750. /package/{dist/ebay-progress-stepper → ebay-progress-stepper}/ebay-progress-step.d.ts.map +0 -0
  751. /package/{dist/ebay-progress-stepper → ebay-progress-stepper}/ebay-progress-stepper.d.ts +0 -0
  752. /package/{dist/ebay-progress-stepper → ebay-progress-stepper}/ebay-progress-stepper.d.ts.map +0 -0
  753. /package/{dist/ebay-progress-stepper → ebay-progress-stepper}/ebay-progress-title.d.ts +0 -0
  754. /package/{dist/ebay-progress-stepper → ebay-progress-stepper}/ebay-progress-title.d.ts.map +0 -0
  755. /package/{dist/ebay-progress-stepper → ebay-progress-stepper}/index.d.ts +0 -0
  756. /package/{dist/ebay-progress-stepper → ebay-progress-stepper}/index.d.ts.map +0 -0
  757. /package/{dist/ebay-progress-stepper → ebay-progress-stepper}/index.js +0 -0
  758. /package/{dist/ebay-progress-stepper → ebay-progress-stepper}/types.d.ts +0 -0
  759. /package/{dist/ebay-progress-stepper → ebay-progress-stepper}/types.d.ts.map +0 -0
  760. /package/{src/ebay-radio → ebay-radio}/README.md +0 -0
  761. /package/{dist/ebay-radio → ebay-radio}/index.d.ts +0 -0
  762. /package/{dist/ebay-radio → ebay-radio}/index.d.ts.map +0 -0
  763. /package/{dist/ebay-radio → ebay-radio}/index.js +0 -0
  764. /package/{dist/ebay-radio → ebay-radio}/radio/index.js +0 -0
  765. /package/{dist/ebay-radio → ebay-radio}/radio.d.ts +0 -0
  766. /package/{dist/ebay-radio → ebay-radio}/radio.d.ts.map +0 -0
  767. /package/{src/ebay-section-notice → ebay-section-notice}/README.md +0 -0
  768. /package/{dist/ebay-section-notice → ebay-section-notice}/index.d.ts +0 -0
  769. /package/{dist/ebay-section-notice → ebay-section-notice}/index.d.ts.map +0 -0
  770. /package/{dist/ebay-section-notice → ebay-section-notice}/index.js +0 -0
  771. /package/{dist/ebay-section-notice → ebay-section-notice}/section-notice-cta.d.ts +0 -0
  772. /package/{dist/ebay-section-notice → ebay-section-notice}/section-notice-cta.d.ts.map +0 -0
  773. /package/{dist/ebay-section-notice → ebay-section-notice}/section-notice-footer.d.ts +0 -0
  774. /package/{dist/ebay-section-notice → ebay-section-notice}/section-notice-footer.d.ts.map +0 -0
  775. /package/{dist/ebay-section-notice → ebay-section-notice}/section-notice-title.d.ts +0 -0
  776. /package/{dist/ebay-section-notice → ebay-section-notice}/section-notice-title.d.ts.map +0 -0
  777. /package/{dist/ebay-section-notice → ebay-section-notice}/section-notice.d.ts +0 -0
  778. /package/{dist/ebay-section-notice → ebay-section-notice}/section-notice.d.ts.map +0 -0
  779. /package/{src/ebay-section-title → ebay-section-title}/README.md +0 -0
  780. /package/{dist/ebay-section-title → ebay-section-title}/cta.d.ts +0 -0
  781. /package/{dist/ebay-section-title → ebay-section-title}/cta.d.ts.map +0 -0
  782. /package/{dist/ebay-section-title → ebay-section-title}/index.d.ts +0 -0
  783. /package/{dist/ebay-section-title → ebay-section-title}/index.d.ts.map +0 -0
  784. /package/{dist/ebay-section-title → ebay-section-title}/index.js +0 -0
  785. /package/{dist/ebay-section-title → ebay-section-title}/info.d.ts +0 -0
  786. /package/{dist/ebay-section-title → ebay-section-title}/info.d.ts.map +0 -0
  787. /package/{dist/ebay-section-title → ebay-section-title}/overflow.d.ts +0 -0
  788. /package/{dist/ebay-section-title → ebay-section-title}/overflow.d.ts.map +0 -0
  789. /package/{dist/ebay-section-title → ebay-section-title}/section-title.d.ts +0 -0
  790. /package/{dist/ebay-section-title → ebay-section-title}/section-title.d.ts.map +0 -0
  791. /package/{dist/ebay-section-title → ebay-section-title}/subtitle.d.ts +0 -0
  792. /package/{dist/ebay-section-title → ebay-section-title}/subtitle.d.ts.map +0 -0
  793. /package/{dist/ebay-section-title → ebay-section-title}/title.d.ts +0 -0
  794. /package/{dist/ebay-section-title → ebay-section-title}/title.d.ts.map +0 -0
  795. /package/{src/ebay-segmented-buttons → ebay-segmented-buttons}/README.md +0 -0
  796. /package/{dist/ebay-segmented-buttons → ebay-segmented-buttons}/button.d.ts +0 -0
  797. /package/{dist/ebay-segmented-buttons → ebay-segmented-buttons}/button.d.ts.map +0 -0
  798. /package/{dist/ebay-segmented-buttons → ebay-segmented-buttons}/index.d.ts +0 -0
  799. /package/{dist/ebay-segmented-buttons → ebay-segmented-buttons}/index.d.ts.map +0 -0
  800. /package/{dist/ebay-segmented-buttons → ebay-segmented-buttons}/index.js +0 -0
  801. /package/{dist/ebay-segmented-buttons → ebay-segmented-buttons}/segmented-buttons.d.ts +0 -0
  802. /package/{dist/ebay-segmented-buttons → ebay-segmented-buttons}/segmented-buttons.d.ts.map +0 -0
  803. /package/{dist/ebay-segmented-buttons → ebay-segmented-buttons}/types.d.ts +0 -0
  804. /package/{dist/ebay-segmented-buttons → ebay-segmented-buttons}/types.d.ts.map +0 -0
  805. /package/{src/ebay-select → ebay-select}/README.md +0 -0
  806. /package/{dist/ebay-select → ebay-select}/ebay-select-option.d.ts +0 -0
  807. /package/{dist/ebay-select → ebay-select}/ebay-select-option.d.ts.map +0 -0
  808. /package/{dist/ebay-select → ebay-select}/ebay-select.d.ts +0 -0
  809. /package/{dist/ebay-select → ebay-select}/ebay-select.d.ts.map +0 -0
  810. /package/{dist/ebay-select → ebay-select}/index.d.ts +0 -0
  811. /package/{dist/ebay-select → ebay-select}/index.d.ts.map +0 -0
  812. /package/{dist/ebay-select → ebay-select}/index.js +0 -0
  813. /package/{src/ebay-signal → ebay-signal}/README.md +0 -0
  814. /package/{dist/ebay-signal → ebay-signal}/index.d.ts +0 -0
  815. /package/{dist/ebay-signal → ebay-signal}/index.d.ts.map +0 -0
  816. /package/{dist/ebay-signal → ebay-signal}/index.js +0 -0
  817. /package/{dist/ebay-signal → ebay-signal}/signal.d.ts +0 -0
  818. /package/{dist/ebay-signal → ebay-signal}/signal.d.ts.map +0 -0
  819. /package/{src/ebay-snackbar-dialog → ebay-snackbar-dialog}/README.md +0 -0
  820. /package/{dist/ebay-snackbar-dialog → ebay-snackbar-dialog}/components/ebay-snackbar-dialog-action.d.ts +0 -0
  821. /package/{dist/ebay-snackbar-dialog → ebay-snackbar-dialog}/components/ebay-snackbar-dialog-action.d.ts.map +0 -0
  822. /package/{dist/ebay-snackbar-dialog → ebay-snackbar-dialog}/components/ebay-snackbar-dialog.d.ts +0 -0
  823. /package/{dist/ebay-snackbar-dialog → ebay-snackbar-dialog}/components/ebay-snackbar-dialog.d.ts.map +0 -0
  824. /package/{dist/ebay-snackbar-dialog → ebay-snackbar-dialog}/index.d.ts +0 -0
  825. /package/{dist/ebay-snackbar-dialog → ebay-snackbar-dialog}/index.d.ts.map +0 -0
  826. /package/{dist/ebay-snackbar-dialog → ebay-snackbar-dialog}/index.js +0 -0
  827. /package/{src/ebay-split-button → ebay-split-button}/README.md +0 -0
  828. /package/{dist/ebay-split-button → ebay-split-button}/index.d.ts +0 -0
  829. /package/{dist/ebay-split-button → ebay-split-button}/index.d.ts.map +0 -0
  830. /package/{dist/ebay-split-button → ebay-split-button}/index.js +0 -0
  831. /package/{dist/ebay-split-button → ebay-split-button}/split-button.d.ts +0 -0
  832. /package/{dist/ebay-split-button → ebay-split-button}/split-button.d.ts.map +0 -0
  833. /package/{dist/ebay-split-button → ebay-split-button}/types.d.ts +0 -0
  834. /package/{dist/ebay-split-button → ebay-split-button}/types.d.ts.map +0 -0
  835. /package/{src/ebay-star-rating → ebay-star-rating}/README.md +0 -0
  836. /package/{dist/ebay-star-rating → ebay-star-rating}/index.d.ts +0 -0
  837. /package/{dist/ebay-star-rating → ebay-star-rating}/index.d.ts.map +0 -0
  838. /package/{dist/ebay-star-rating → ebay-star-rating}/index.js +0 -0
  839. /package/{dist/ebay-star-rating → ebay-star-rating}/star-rating.d.ts +0 -0
  840. /package/{dist/ebay-star-rating → ebay-star-rating}/star-rating.d.ts.map +0 -0
  841. /package/{src/ebay-star-rating-select → ebay-star-rating-select}/README.md +0 -0
  842. /package/{dist/ebay-star-rating-select → ebay-star-rating-select}/index.d.ts +0 -0
  843. /package/{dist/ebay-star-rating-select → ebay-star-rating-select}/index.d.ts.map +0 -0
  844. /package/{dist/ebay-star-rating-select → ebay-star-rating-select}/index.js +0 -0
  845. /package/{dist/ebay-star-rating-select → ebay-star-rating-select}/star-rating-select.d.ts +0 -0
  846. /package/{dist/ebay-star-rating-select → ebay-star-rating-select}/star-rating-select.d.ts.map +0 -0
  847. /package/{src/ebay-svg → ebay-svg}/README.md +0 -0
  848. /package/{dist/ebay-svg → ebay-svg}/index.d.ts +0 -0
  849. /package/{dist/ebay-svg → ebay-svg}/index.d.ts.map +0 -0
  850. /package/{dist/ebay-svg → ebay-svg}/index.js +0 -0
  851. /package/{dist/ebay-svg → ebay-svg}/svg.d.ts +0 -0
  852. /package/{dist/ebay-svg → ebay-svg}/svg.d.ts.map +0 -0
  853. /package/{dist/ebay-svg → ebay-svg}/symbols.d.ts +0 -0
  854. /package/{dist/ebay-svg → ebay-svg}/symbols.d.ts.map +0 -0
  855. /package/{src/ebay-switch → ebay-switch}/README.md +0 -0
  856. /package/{dist/ebay-switch → ebay-switch}/ebay-switch.d.ts +0 -0
  857. /package/{dist/ebay-switch → ebay-switch}/ebay-switch.d.ts.map +0 -0
  858. /package/{dist/ebay-switch → ebay-switch}/index.d.ts +0 -0
  859. /package/{dist/ebay-switch → ebay-switch}/index.d.ts.map +0 -0
  860. /package/{dist/ebay-switch → ebay-switch}/index.js +0 -0
  861. /package/{src/ebay-tabs → ebay-tabs}/README.md +0 -0
  862. /package/{dist/ebay-tabs → ebay-tabs}/index.d.ts +0 -0
  863. /package/{dist/ebay-tabs → ebay-tabs}/index.d.ts.map +0 -0
  864. /package/{dist/ebay-tabs → ebay-tabs}/index.js +0 -0
  865. /package/{dist/ebay-tabs → ebay-tabs}/tab-panel.d.ts +0 -0
  866. /package/{dist/ebay-tabs → ebay-tabs}/tab-panel.d.ts.map +0 -0
  867. /package/{dist/ebay-tabs → ebay-tabs}/tab.d.ts +0 -0
  868. /package/{dist/ebay-tabs → ebay-tabs}/tab.d.ts.map +0 -0
  869. /package/{dist/ebay-tabs → ebay-tabs}/tabs.d.ts +0 -0
  870. /package/{dist/ebay-tabs → ebay-tabs}/tabs.d.ts.map +0 -0
  871. /package/{dist/ebay-tabs → ebay-tabs}/types.d.ts +0 -0
  872. /package/{dist/ebay-tabs → ebay-tabs}/types.d.ts.map +0 -0
  873. /package/{src/ebay-textbox → ebay-textbox}/README.md +0 -0
  874. /package/{dist/ebay-textbox → ebay-textbox}/index.d.ts +0 -0
  875. /package/{dist/ebay-textbox → ebay-textbox}/index.d.ts.map +0 -0
  876. /package/{dist/ebay-textbox → ebay-textbox}/index.js +0 -0
  877. /package/{dist/ebay-textbox → ebay-textbox}/postfix-icon.d.ts +0 -0
  878. /package/{dist/ebay-textbox → ebay-textbox}/postfix-icon.d.ts.map +0 -0
  879. /package/{dist/ebay-textbox → ebay-textbox}/postfix-text.d.ts +0 -0
  880. /package/{dist/ebay-textbox → ebay-textbox}/postfix-text.d.ts.map +0 -0
  881. /package/{dist/ebay-textbox → ebay-textbox}/prefix-icon.d.ts +0 -0
  882. /package/{dist/ebay-textbox → ebay-textbox}/prefix-icon.d.ts.map +0 -0
  883. /package/{dist/ebay-textbox → ebay-textbox}/prefix-text.d.ts +0 -0
  884. /package/{dist/ebay-textbox → ebay-textbox}/prefix-text.d.ts.map +0 -0
  885. /package/{dist/ebay-textbox → ebay-textbox}/textbox.d.ts +0 -0
  886. /package/{dist/ebay-textbox → ebay-textbox}/textbox.d.ts.map +0 -0
  887. /package/{dist/ebay-textbox → ebay-textbox}/types.d.ts +0 -0
  888. /package/{dist/ebay-textbox → ebay-textbox}/types.d.ts.map +0 -0
  889. /package/{src/ebay-toast-dialog → ebay-toast-dialog}/README.md +0 -0
  890. /package/{dist/ebay-toast-dialog → ebay-toast-dialog}/components/toast.d.ts +0 -0
  891. /package/{dist/ebay-toast-dialog → ebay-toast-dialog}/components/toast.d.ts.map +0 -0
  892. /package/{dist/ebay-toast-dialog → ebay-toast-dialog}/index.d.ts +0 -0
  893. /package/{dist/ebay-toast-dialog → ebay-toast-dialog}/index.d.ts.map +0 -0
  894. /package/{dist/ebay-toast-dialog → ebay-toast-dialog}/index.js +0 -0
  895. /package/{src/ebay-tooltip → ebay-tooltip}/README.md +0 -0
  896. /package/{dist/ebay-tooltip → ebay-tooltip}/ebay-tooltip-content.d.ts +0 -0
  897. /package/{dist/ebay-tooltip → ebay-tooltip}/ebay-tooltip-content.d.ts.map +0 -0
  898. /package/{dist/ebay-tooltip → ebay-tooltip}/ebay-tooltip-host.d.ts +0 -0
  899. /package/{dist/ebay-tooltip → ebay-tooltip}/ebay-tooltip-host.d.ts.map +0 -0
  900. /package/{dist/ebay-tooltip → ebay-tooltip}/ebay-tooltip.d.ts +0 -0
  901. /package/{dist/ebay-tooltip → ebay-tooltip}/ebay-tooltip.d.ts.map +0 -0
  902. /package/{dist/ebay-tooltip → ebay-tooltip}/index.d.ts +0 -0
  903. /package/{dist/ebay-tooltip → ebay-tooltip}/index.d.ts.map +0 -0
  904. /package/{dist/ebay-tooltip → ebay-tooltip}/index.js +0 -0
  905. /package/{src/ebay-tourtip → ebay-tourtip}/README.md +0 -0
  906. /package/{dist/ebay-tourtip → ebay-tourtip}/ebay-tourtip-content.d.ts +0 -0
  907. /package/{dist/ebay-tourtip → ebay-tourtip}/ebay-tourtip-content.d.ts.map +0 -0
  908. /package/{dist/ebay-tourtip → ebay-tourtip}/ebay-tourtip-footer.d.ts +0 -0
  909. /package/{dist/ebay-tourtip → ebay-tourtip}/ebay-tourtip-footer.d.ts.map +0 -0
  910. /package/{dist/ebay-tourtip → ebay-tourtip}/ebay-tourtip-heading.d.ts +0 -0
  911. /package/{dist/ebay-tourtip → ebay-tourtip}/ebay-tourtip-heading.d.ts.map +0 -0
  912. /package/{dist/ebay-tourtip → ebay-tourtip}/ebay-tourtip-host.d.ts +0 -0
  913. /package/{dist/ebay-tourtip → ebay-tourtip}/ebay-tourtip-host.d.ts.map +0 -0
  914. /package/{dist/ebay-tourtip → ebay-tourtip}/ebay-tourtip.d.ts +0 -0
  915. /package/{dist/ebay-tourtip → ebay-tourtip}/ebay-tourtip.d.ts.map +0 -0
  916. /package/{dist/ebay-tourtip → ebay-tourtip}/index.d.ts +0 -0
  917. /package/{dist/ebay-tourtip → ebay-tourtip}/index.d.ts.map +0 -0
  918. /package/{dist/ebay-tourtip → ebay-tourtip}/index.js +0 -0
  919. /package/{src/ebay-video → ebay-video}/README.md +0 -0
  920. /package/{dist/ebay-video → ebay-video}/const.d.ts +0 -0
  921. /package/{dist/ebay-video → ebay-video}/const.d.ts.map +0 -0
  922. /package/{dist/ebay-video → ebay-video}/controls.d.ts +0 -0
  923. /package/{dist/ebay-video → ebay-video}/controls.d.ts.map +0 -0
  924. /package/{dist/ebay-video → ebay-video}/index.d.ts +0 -0
  925. /package/{dist/ebay-video → ebay-video}/index.d.ts.map +0 -0
  926. /package/{dist/ebay-video → ebay-video}/index.js +0 -0
  927. /package/{dist/ebay-video → ebay-video}/reportButton.d.ts +0 -0
  928. /package/{dist/ebay-video → ebay-video}/reportButton.d.ts.map +0 -0
  929. /package/{dist/ebay-video → ebay-video}/source.d.ts +0 -0
  930. /package/{dist/ebay-video → ebay-video}/source.d.ts.map +0 -0
  931. /package/{dist/ebay-video → ebay-video}/types.d.ts +0 -0
  932. /package/{dist/ebay-video → ebay-video}/types.d.ts.map +0 -0
  933. /package/{dist/ebay-video → ebay-video}/video.d.ts +0 -0
  934. /package/{dist/ebay-video → ebay-video}/video.d.ts.map +0 -0
  935. /package/{src/events → events}/README.md +0 -0
  936. /package/{dist/events → events}/index.d.ts +0 -0
  937. /package/{dist/events → events}/index.d.ts.map +0 -0
  938. /package/{dist/events → events}/index.js +0 -0
  939. /package/{dist/icon-TuxfQndO.js → icon-TuxfQndO.js} +0 -0
  940. /package/{dist/icon-button-Cwaj-eT9.js → icon-button-Cwaj-eT9.js} +0 -0
  941. /package/{dist/label-CnrpYJ-g.js → label-CnrpYJ-g.js} +0 -0
  942. /package/{dist/menu-CV-INYLM.js → menu-CV-INYLM.js} +0 -0
  943. /package/{dist/menu-_LzP6yje.js → menu-_LzP6yje.js} +0 -0
  944. /package/{dist/menu-button-BZ66jxvI.js → menu-button-BZ66jxvI.js} +0 -0
  945. /package/{dist/notice-content-9iF4T8uB.js → notice-content-9iF4T8uB.js} +0 -0
  946. /package/{dist/notice-content-C0ZStfuX.js → notice-content-C0ZStfuX.js} +0 -0
  947. /package/{dist/notice-footer-Cw1DMzoB.js → notice-footer-Cw1DMzoB.js} +0 -0
  948. /package/{dist/progress-spinner-U2qOANON.js → progress-spinner-U2qOANON.js} +0 -0
  949. /package/{dist/range-DOsPN0h5.js → range-DOsPN0h5.js} +0 -0
  950. /package/{dist/textbox-dUhinDwj.js → textbox-dUhinDwj.js} +0 -0
  951. /package/{dist/use-roving-index-DoAVBgsp.js → use-roving-index-DoAVBgsp.js} +0 -0
  952. /package/{dist/use-tooltip-CL3_zAeg.js → use-tooltip-CL3_zAeg.js} +0 -0
  953. /package/{src/utils → utils}/README.md +0 -0
  954. /package/{dist/utils → utils}/index.d.ts +0 -0
  955. /package/{dist/utils → utils}/index.d.ts.map +0 -0
  956. /package/{dist/utils → utils}/index.js +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ebay/ui-core-react",
3
- "version": "7.3.2",
3
+ "version": "7.3.3",
4
4
  "description": "Skin components build off React",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org"
package/CONTRIBUTING.md DELETED
@@ -1,236 +0,0 @@
1
- # Contributing
2
-
3
- This page contains instructions and guidelines for anybody contributing code to the eBayUI React project.
4
-
5
- ## Quick guidance for contribution
6
-
7
- - Create a feature branch `git checkout -b features/new-component`
8
- - `yarn install` to install dependencies
9
- - Add documentation:
10
- * `README.md` on component level
11
- * Unit test
12
- * Storybook file for snapshot tests and also component showcase/demo
13
- - Make your changes pass the:
14
- * `yarn lint`. You can do `yarn lint --fix` to automatically fix small lint issues (e.g indentation, whitespace, semicolons, ...)
15
- * `yarn test`. Do `yarn test -u` to automatically the snapshot tests.
16
-
17
- ## Extended guidance
18
-
19
- - [Development](#development)
20
- - [Pull Requests](#pull-requests)
21
- - [Branching Strategy](#branching-strategy)
22
- - [Unit Tests](#unit-tests)
23
- - [Storybook](#storybook)
24
- - [Definition of Done](#definition-of-done)
25
- - [Notes](#notes)
26
- - [Support](#support)
27
-
28
- ## Development
29
-
30
- This section includes information on system requirements, running the local server, tests and package scripts.
31
-
32
- ### System Requirements
33
-
34
- - [Node.js](https://nodejs.org/en/) (v18+ preferred)
35
- - Preferably yarn (`npm i -g yarn`), but npm should work as well
36
-
37
- Clone this repo to your local environment then run `yarn` or `npm i` to install all dependencies.
38
-
39
- ### Local Server with Storybook
40
-
41
- Execute `yarn storybook` (or `yarn storybook-node16` for node@<=16) to start local web server with storybook. this will allow you to develop components in isolation. Stories
42
-
43
- ### Tests
44
-
45
- Execute `yarn test` to run all tests or `yarn coverage` to run test with coverage, reports are shown in the console and stored as `coverage/lcov-report/index.html`.
46
-
47
- Most of our tests verify html snapshots against the generated html that the current component outputs. If these change the test will fail. In order to update the snapshots, one needs to run `yarn test -u` and then new snapshots will be generated, which should be checked in. Please make sure that snapshot changes make sense.
48
-
49
-
50
- ## Pull Requests
51
-
52
- This section contains information and etiquette regarding pull requests (or "PRs" as they are often called).
53
-
54
- ### Before You Start
55
-
56
- If you are creating a new component or significantly altering an existing one, please ensure that an issue has been created _before_ you start any work, and that it has been assigned to you. The same goes for any big new additions or changes to the project structure, CI or documentation.
57
-
58
- We ask this because:
59
-
60
- - we want to avoid cases where developers build something that does not align with our wants & needs
61
- - we want to be able to carefully plan our sprint and test cycles with minimal disruption
62
- - we want to avoid cases where two developers duplicate work
63
-
64
- ### Writing Code
65
-
66
- The contents of a pull request should be related to a single issue only (or, at most, perhaps two very closely related issues). The reviewer has the right to reject a pull request that contains anything non-issue related.
67
-
68
- Whilst it may be tempting to fix any [broken windows](https://www.rtuin.nl/2012/08/software-development-and-the-broken-windows-theory/) that you encounter, we ask you not to because:
69
-
70
- - it can distract the reviewer from the main issue at hand
71
- - it can add additional time needed for the reviewer
72
- - it can increase the chance of regressions
73
- - it can make rollbacks more difficult
74
-
75
- So please be a good citizen and create separate issues or pull requests for any broken windows that you find.
76
-
77
- ### Moving Code
78
-
79
- Please try and isolate "noisy" commits that only _move_ many files or lines of code, from commits that actually modify code logic. The reviewer has the right to reject a pull request that is difficult to reason with due to too much _unnecessary_ noise in the diff.
80
-
81
- For example, assuming moving some code doesn't put the app into a broken state, the move can be considered a safe atomic commit (e.g. "moved functions x, y and z to bottom of file"). The actual _fixes_ to functions x, y and z can then be made in a follow up commit (e.g. "fixed functions x, y and z") which will be easier for the reviewer to diff.
82
-
83
- ### Breaking Changes
84
-
85
- Please think very carefully before introducing breaking API changes. Breaking changes may only be introduced in a major version. If you wish to alter the API _before_ a major version, then aliases can often be a good way to achieve this. Using an alias, the old API can be deprecated and will still continue to function.
86
-
87
- ### Deprecating Code
88
-
89
- Any deprecated code should be clearly documented in the code comments and the release notes. Deprecated code will typically be scheduled for removal in the next major version. Example:
90
- ```ts
91
- type TabsProps = {
92
- onSelect?: (props: OnSelectProps) => void;
93
- /**
94
- * @deprecated Use onSelect instead
95
- */
96
- onTabSelect?: (index: number) => void;
97
- }
98
- ```
99
-
100
- ### Avoiding Conflicts
101
-
102
- It is your responsibility to ensure that your feature branch has no merge conflicts with its base branch. A pull request created and sent for review containing many conflicts does not inspire confidence in the reviewer.
103
-
104
- The best way to ensure there are no conflicts is by keeping your branch up to date with its base branch and resolving any conflicts in your own branch early & often. If you are the only developer working in the feature branch, then it is usually better to rebase. If another developer is sharing your branch, then merging is the safer option (as it doesn't require a force push).
105
-
106
- If you are working on a large feature, that takes many days, then there is a good chance that the base branch will have received other commits during that time. If you wait till the very end before syncing your branch with the base branch, then you may have to deal with some difficult merge conflicts.
107
-
108
- ### Commit History
109
-
110
- Whilst having multiple "work in progress", "almost done" and "merged branch" type commits in a feature branch is fine, we wish to refrain from those commits polluting the milestone and master branch history. On the flip side, although rarer in comparison, we might also have some _atomic_ commits in our feature branch that we absolutely wish to keep as part of the project history.
111
-
112
- Before creating your pull request you have two options regarding what to do with the commit history of your feature branch:
113
-
114
- 1. Squash all superfluous commits. If more than 1 commit remains, then clearly label your PR as "do not squash" in order to keep this commit history. Any subsequent commits to the branch (i.e. those made after code review) may also need squashing by you.
115
- 2. Do not squash any commits and clearly mark your PR as "must squash" to indicate to the reviewer that you do not wish to keep any commit history. If you wish to keep any subsequent commits (i.e. after code review), you will now need to switch tracks to option 1 above.
116
-
117
- If a pull request is received with a bewildering commit history that is difficult to reason with (e.g. 10+ commits containing obscure commit messages, previously committed code, old branch merges, etc), it will take much more time to review and raise a lot of questions.
118
-
119
- ### Merging the Pull Request
120
-
121
- An admin will merge or squash the pull request when it receives one or two approvals depending on its complexity. Please try to avoid committing any more code at this point unless it is absolutely necessary, as this may invalidate the prior approvals (depending on branch settings).
122
-
123
- At least one of the commit messages should include a reference to the issue number it resolves (example: `[#45] Extract contributing document from readme`).
124
-
125
-
126
- ## Branching Strategy
127
-
128
- Members of the eBayUI team must work in the main repository. Non-members must work in their own fork.
129
-
130
- Do not attempt to commit feature work directly to the master branch. Pushes to the master branch should only be used for important corrections to the documentation or website. The master branch **always** reflects the current production facing code.
131
-
132
- All other branches are "milestone" branches or "issue" branches.
133
-
134
- Every milestone branch must be created from the master branch. The branch name must match the milestone name, For example, when beginning work on the 2.9.0 release, a "2.9.0" milestone branch would be created from the master branch.
135
-
136
- Work for every issue must go in it's own branch. The branch name will match the issue number. For example, for issue number 202, a branch named "202" would be created. Remember: more than one developer may work in an issue branch, so please be courteous!
137
-
138
- Issue branches must be created from the relevant milestone branch. For example, if issue 202 will go out in the v2.6.7 milestone, then the 202 issue branch must be created from the 2.6.7 milestone branch. This helps to keep any rebasing sane.
139
-
140
- <strike>When work on an issue branch is complete and committed upstream, the GitHub Action must successfully run on that branch.</strike>
141
-
142
- When all milestone issues are complete, and merged into the milestone branch, an admin will either perform a pre-release, or they will merge the milestone branch into the master branch in preparation for a final release.
143
-
144
- A milestone branch will be deleted after it has been merged into master. There is no need to keep these milestone branches lying around, as we can go back to any point in time using git tags.
145
-
146
- With this strategy, there are rarely more than a handful of branches at any one moment in time:
147
-
148
- - main branch (reflects current production code/release)
149
- - next minor or major milestone branch
150
- - _n_ number of feature/issue branches
151
-
152
-
153
- ## Unit Tests
154
-
155
- Each component has two suites of unit tests: rendering tests & user interaction tests.
156
-
157
- Our unit tests follow the "black-box" approach. We test only the exposed, public API. We do not explicitly test the internal, private methods. Private methods are considered to be tested _implicitly_ whenever we test part of the public API (which can be evidenced via code coverage reports).
158
-
159
- Rendering testing test that given component props, we test that the rendered html matches our expected outcome. You can use either snapshots or directly `expect(title).toBeInTheDocument()`.
160
-
161
- User interaction testing should check that certain callbacks are called when user interactions occur. For example, when a user clicks on a button, we should check that the `onClick` callback is called. We should also check that the callback is called with the correct arguments. We should also check that the callback is not called when the user does not interact with the component. Also, we should check that certain component rendering changes occurs when user interacts with it. For example, when a user clicks on a button, we should check that the button is disabled.
162
-
163
- For both types of tests, please observe the following golden rules:
164
-
165
- - A test should only test one thing. Watch out for the words 'and' & 'or' in your test description!
166
- - A test should not contain conditional logic. We don't want to have to write tests for our tests!
167
- - A test description should avoid interpolated strings. Test descriptions should be human-readable (readable != parsable).
168
- - Quality of the test > quantity of tests. A test that is not well written is worse than no test at all, it wastes your and other developers time.
169
- - A test should be deterministic. A test should not fail or pass randomly. If it does, then it is not a well written test.
170
- - A test should be isolated. A test should not rely on any other test or external factors. If it does, then it is not a well written test.
171
-
172
- Above all, all aspects of a test should be human-readable. A simple litmus test for this is that anybody should be able to read the test and, within a few seconds, be able to tell you what the _purpose_ of the test is. If they are confused, or ask questions, then it is not a well written test. Go back and refactor!
173
-
174
-
175
- ## Storybook
176
-
177
- Storybook is used for components development. It allows you to develop components in isolation. Storybook is also used for visual regression testing. It is also used for documentation and to showcase components.
178
-
179
- Each component has its own storybook file in `__tests__/index.stories.tsx`. The storybook file contains stories for all component's variants.
180
-
181
- It can also be used to test component's snapshots.
182
-
183
-
184
- ## Definition of Done
185
-
186
- A component is considered "done", and ready for merge into release branch, when the following 3 checkpoints have been satisfied:
187
-
188
- 1. Foundational layer review
189
-
190
- - Visual design (DS6)
191
- - Markup structure ([Bones](https://github.com/ianmcburnie/bones))
192
- - Accessibility pattern ([MIND pattern](https://ebay.gitbook.io/mindpatterns/))
193
- - CSS ([Skin](https://ebay.github.io/skin/))
194
-
195
- 2. Component layer review
196
-
197
- - Props API
198
- - Callback API
199
- - Unit tests
200
- - Integration test
201
- - Performance test
202
- - Documentation
203
-
204
- 3. Code review
205
-
206
- - Linter should catch syntax and style issues
207
- - Prefer performance to readability, but readability over "space-saving" code
208
- - Apply the single-responsibility principle to functions
209
- - Refactor long functions into several small functions
210
- - Extract component parts to keep its main file small (one-two pages of code)
211
- - Identify and move common utility functions to libraries or static methods
212
- - Any (inline) CSS should come from Skin
213
-
214
- One way to comply those guidelines is to implement your new component as similar as possible with the Marko [eBayUI Core](https://github.com/eBay/ebayui-core), or port the Marko implementation to React. This means the new component should:
215
-
216
- - Output the same HTML structure
217
- - Have similar behaviour (e.g open menu dropdown on click and keyboard)
218
- - Support the same props/attributes (e.g. ebay-breadcrumb `a11y-heading-text`, or ebay-button `priority`)
219
- - Support the same callbacks/events (e.g. ebay-select `select-change` event will become EbaySelect `onSelectChange` callback).
220
-
221
-
222
- ## Notes
223
-
224
- ### How to update icons on skin changes
225
-
226
- This will update `EbaySvg` and `EbayIcon` components:
227
- ```shell script
228
- yarn update-icons
229
- ```
230
-
231
-
232
-
233
-
234
- ## Support
235
-
236
- Write an email to tmanyanov@ebay.com
package/LICENSE.md DELETED
@@ -1,21 +0,0 @@
1
- MIT License
2
-
3
- Copyright (c) 2022 eBay Inc.
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
package/jest.config.js DELETED
@@ -1,52 +0,0 @@
1
- module.exports = {
2
- 'testEnvironment': 'jsdom',
3
- 'resolver': 'jest-pnp-resolver',
4
- 'moduleNameMapper': {
5
- '\\.(css|less)$': 'identity-obj-proxy'
6
- },
7
- 'transform': {
8
- '^.+\\.tsx?$': 'ts-jest'
9
- },
10
- 'testRegex': '(/__tests__/.*(spec))\\.(tsx?)$',
11
- 'transformIgnorePatterns': [
12
- '[/\\\\]node_modules[/\\\\].+\\.(js|jsx)$',
13
- '^.+\\.module\\.(css|less)$'
14
- ],
15
- 'moduleFileExtensions': [
16
- 'ts',
17
- 'tsx',
18
- 'js',
19
- 'json'
20
- ],
21
- 'modulePathIgnorePatterns': [
22
- '<rootDir>/build/',
23
- '<rootDir>/.yarn-cache/v2/', // ignore yarn cache to make it pass Altus CI
24
- "<rootDir>/build-ebay/", // ignore build-ebay injected on CI
25
- ],
26
- // A set of global variables that need to be available in all test environments
27
- globals: {
28
- 'ts-jest': {
29
- diagnostics: false, // hide non-essential info
30
- isolatedModules: true // skip type checks
31
- }
32
- },
33
- reporters: [
34
- 'default',
35
- 'jest-junit'
36
- ],
37
- 'collectCoverageFrom': [
38
- 'src/**/*.{ts,tsx}',
39
- '!**/__tests__/**/*.{ts,tsx}', // exclude test files
40
- '!src/components/*/index.ts', // exclude components re-exporter file
41
- '!src/**/*.stories.tsx',
42
- '!src/**/index.d.ts',
43
- '!src/config.ts',
44
- '!**/node_modules/**'
45
- ],
46
- 'coverageReporters': [
47
- 'json', 'lcov', 'text', 'cobertura'
48
- ],
49
- setupFilesAfterEnv: [
50
- '<rootDir>/config/jest/setup-tests.ts'
51
- ]
52
- }
@@ -1,2 +0,0 @@
1
- export const randomId = (): string => 'abc123'
2
- export const useRandomId = (): string => 'abc123'
@@ -1,34 +0,0 @@
1
- /**
2
- * adapted from:
3
- * https://github.com/behnammodi/polyfill/blob/master/array.polyfill.js
4
- * Array.prototype.flat()
5
- * version 0.0.0
6
- * Feature Chrome Firefox Internet Explorer Opera Safari Edge
7
- * Basic support 69 62 (No) 56 12 (No)
8
- * -------------------------------------------------------------------------------
9
- */
10
- if (!Array.prototype.flat) {
11
- // eslint-disable-next-line no-extend-native
12
- Object.defineProperty(Array.prototype, 'flat', {
13
- configurable: true,
14
- writable: true,
15
- value: function (d) {
16
- const depthArg =
17
- typeof d === 'undefined' ? 1 : Number(d) || 0
18
- const result = []
19
- const forEach = result.forEach
20
-
21
- const flatDeep = (arr, depth) =>
22
- forEach.call(arr, val => {
23
- if (depth > 0 && Array.isArray(val)) {
24
- flatDeep(val, depth - 1)
25
- } else {
26
- result.push(val)
27
- }
28
- })
29
-
30
- flatDeep(this, depthArg)
31
- return result
32
- }
33
- })
34
- }
@@ -1,15 +0,0 @@
1
- import React, { FC, forwardRef } from 'react'
2
-
3
- const getDisplayName = <Props, >(Component: FC<Props>) => Component.displayName || Component.name || 'Component'
4
-
5
- // Typescript will automatically find the return type crom forwardRef() function
6
- // Disabling eslint for this use case
7
- // eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types
8
- export const withForwardRef = <Props, >(Component: FC<Props>) => {
9
- const ForwardRef = forwardRef<FC<Props>, Props>((props, ref) =>
10
- <Component {...props} forwardedRef={ref} />)
11
-
12
- ForwardRef.displayName = getDisplayName<Props>(Component)
13
-
14
- return ForwardRef
15
- }
@@ -1,2 +0,0 @@
1
- export * from './forwardRef'
2
- export * from './utils'
@@ -1,23 +0,0 @@
1
- import { Children, FC, ReactElement, ReactNode } from 'react'
2
- import './array.polyfill.flat' // for Mobile Safari 11
3
-
4
- export function findComponent(nodes: ReactNode = [], componentType: FC): ReactElement | undefined {
5
- const elements = Children.toArray(nodes) as ReactElement[]
6
- return elements.find(({ type }) => type === componentType) || null
7
- }
8
-
9
- export function excludeComponent(nodes: ReactNode = [], componentType: FC): ReactElement[] {
10
- const elements = Children.toArray(nodes) as ReactElement[]
11
- return elements.filter(({ type }) => type !== componentType)
12
- }
13
-
14
- export function filterByType(nodes: ReactNode = [], componentType: FC | FC[]): ReactElement[] {
15
- const elements = Children.toArray(nodes) as ReactElement[]
16
- const types = [componentType].flat()
17
- return elements.filter(({ type }) => types.includes(type as any))
18
- }
19
-
20
- export function filterBy(nodes: ReactNode = [], predicate: (el: ReactElement) => boolean): ReactElement[] {
21
- const elements = Children.toArray(nodes) as ReactElement[]
22
- return elements.filter(predicate)
23
- }
@@ -1,11 +0,0 @@
1
- export function debounce<F extends(...args: Parameters<F>) => ReturnType<F>>(
2
- fn: F,
3
- ms: number
4
- ): (...args: Parameters<F>) => void {
5
- let timer: ReturnType<typeof setTimeout>
6
-
7
- return (...args) => {
8
- clearTimeout(timer)
9
- timer = setTimeout(() => fn(...args), ms)
10
- }
11
- }
@@ -1,4 +0,0 @@
1
- import { EventType } from '@testing-library/react'
2
-
3
- export type eventtype = Lowercase<EventType>
4
- export const eventOfType = (type: eventtype) => expect.objectContaining({ type })
@@ -1,30 +0,0 @@
1
- import { act, renderHook } from '@testing-library/react-hooks/dom'
2
- import { fireEvent } from '@testing-library/react'
3
- import useKeyPress from '../use-key-press'
4
-
5
-
6
- describe('useKeyPress', () => {
7
- it('should return [false,false] by default', () => {
8
- const { result } = renderHook(() => useKeyPress())
9
-
10
- expect(result.current).toEqual([false, false])
11
- })
12
- it('should return [true,false] on arrow-up', () => {
13
- const { result } = renderHook(() => useKeyPress())
14
-
15
- act(() => {
16
- fireEvent.keyDown(window, { key: 'ArrowUp' })
17
- })
18
-
19
- expect(result.current).toEqual([true, false])
20
- })
21
- it('should return [false,true] on arrow-down', () => {
22
- const { result } = renderHook(() => useKeyPress())
23
-
24
- act(() => {
25
- fireEvent.keyDown(window, { key: 'ArrowDown' })
26
- })
27
-
28
- expect(result.current).toEqual([false, true])
29
- })
30
- })
@@ -1,81 +0,0 @@
1
- import React, { FC } from 'react'
2
- import { act, renderHook } from '@testing-library/react-hooks/dom'
3
- import { fireEvent } from '@testing-library/react'
4
- import useRovingIndex from '../use-roving-index'
5
-
6
- const TestComponent: FC = () => <div />
7
-
8
- const children = [
9
- <div />,
10
- <TestComponent />,
11
- <TestComponent />,
12
- <div />
13
- ]
14
-
15
- describe('useRovingIndex', () => {
16
- it('should return undefined by default', () => {
17
- const { result } = renderHook(() => useRovingIndex(children, TestComponent))
18
-
19
- expect(result.current[0]).toBeUndefined()
20
- expect(typeof result.current[1]).toEqual('function')
21
- })
22
-
23
- it('should update index', () => {
24
- const { result } = renderHook(() => useRovingIndex(children, TestComponent))
25
-
26
- act(() => {
27
- result.current[1](0)
28
- })
29
-
30
- expect(result.current[0]).toEqual(0)
31
- })
32
-
33
- it('should ignore non-focusable elements', () => {
34
- const { result, rerender } = renderHook(() => useRovingIndex(children, TestComponent))
35
-
36
- act(() => {
37
- result.current[1](0)
38
- })
39
- rerender()
40
-
41
- act(() => {
42
- fireEvent.keyDown(window, { key: 'ArrowDown' })
43
- })
44
- expect(result.current[0]).toEqual(0)
45
- rerender()
46
-
47
- act(() => {
48
- fireEvent.keyDown(window, { key: 'ArrowDown' })
49
- })
50
-
51
- expect(result.current[0]).toEqual(0)
52
- })
53
-
54
- it('should update index on keyDown', () => {
55
- const { result, rerender } = renderHook(() => useRovingIndex(children, TestComponent))
56
-
57
- act(() => {
58
- result.current[1](1)
59
- })
60
- rerender()
61
-
62
- act(() => {
63
- fireEvent.keyDown(window, { key: 'ArrowDown' })
64
- })
65
- expect(result.current[0]).toEqual(2)
66
- })
67
-
68
- it('should update index on keyDown', () => {
69
- const { result, rerender } = renderHook(() => useRovingIndex(children, TestComponent))
70
-
71
- act(() => {
72
- result.current[1](2)
73
- })
74
- rerender()
75
-
76
- act(() => {
77
- fireEvent.keyDown(window, { key: 'ArrowUp' })
78
- })
79
- expect(result.current[0]).toEqual(1)
80
- })
81
- })
@@ -1,128 +0,0 @@
1
- /*
2
- * Based on https://github.com/eBay/ebayui-core/edit/master/src/common/event-utils/index.js
3
- */
4
-
5
- import React from 'react'
6
- import { Key } from './types'
7
-
8
- type Callback = () => void
9
-
10
- /**
11
- * Generic keydown handler used by more specific cases
12
- * @param {Array} keyList: List of acceptable keys
13
- * @param {KeyboardEvent} e
14
- * @param {Function} callback
15
- */
16
- function handleKeydown(keyList: Key[], e: React.KeyboardEvent, callback: Callback = () => {}): void {
17
- if (keyList.includes(e.key as Key)) {
18
- callback()
19
- }
20
- }
21
-
22
- // inverse of found keys
23
- function handleNotKeydown(keyList: Key[], e: React.KeyboardEvent, callback: Callback = () => {}): void {
24
- if (!keyList.includes(e.key as Key)) {
25
- callback()
26
- }
27
- }
28
-
29
- export function handleEnterKeydown(e: React.KeyboardEvent, callback: Callback): void {
30
- if (e.key === 'Enter') {
31
- callback()
32
- }
33
- }
34
-
35
- export function handleActionKeydown(e: React.KeyboardEvent, callback: Callback): void {
36
- if (isActionKey(e.key as Key)) {
37
- callback()
38
- }
39
- }
40
-
41
- export function isActionKey(key: Key): boolean {
42
- return [' ', 'Enter'].includes(key)
43
- }
44
-
45
- export function handleEscapeKeydown(e: React.KeyboardEvent, callback: Callback): void {
46
- handleKeydown(['Esc', 'Escape'], e, callback)
47
- }
48
-
49
- export function handleUpDownArrowsKeydown(e: React.KeyboardEvent, callback: Callback): void {
50
- handleKeydown(['Up', 'ArrowUp', 'Down', 'ArrowDown'], e, callback)
51
- }
52
-
53
- export function handleLeftRightArrowsKeydown(e: React.KeyboardEvent, callback: Callback): void {
54
- handleKeydown(['Left', 'ArrowLeft', 'Right', 'ArrowRight'], e, callback)
55
- }
56
-
57
- // only fire for character input, not modifier/meta keys (enter, escape, backspace, tab, etc.)
58
- export function handleTextInput(e: React.KeyboardEvent, callback: Callback): void {
59
- const keyList: Key[] = [
60
- // Edge
61
- 'Esc',
62
- 'Left',
63
- 'Up',
64
- 'Right',
65
- 'Down',
66
- // Browsers
67
- 'Tab',
68
- 'Enter',
69
- 'Shift',
70
- 'Control',
71
- 'Alt',
72
- 'CapsLock',
73
- 'Escape',
74
- 'ArrowLeft',
75
- 'ArrowUp',
76
- 'ArrowRight',
77
- 'ArrowDown',
78
- 'Meta'
79
- ]
80
-
81
- handleNotKeydown(keyList, e, callback)
82
- }
83
-
84
- export function preventDefaultIfHijax(e: React.KeyboardEvent, hijax: boolean): void {
85
- if (hijax) {
86
- e.preventDefault()
87
- }
88
- }
89
-
90
- type Handler = (e: KeyboardEvent | Event) => void
91
-
92
- const handlers: Handler[] = []
93
-
94
- export function addEventListener(_: unknown, handler: Handler): void {
95
- if (handlers.length === 0) {
96
- window.addEventListener('resize', handleResize)
97
- }
98
- handlers.push(handler)
99
- }
100
- export function removeEventListener(_: unknown, handler: Handler): void {
101
- if (handlers.length === 1) {
102
- window.removeEventListener('resize', handleResize)
103
- }
104
- handlers.splice(handlers.indexOf(handler), 1)
105
- }
106
- export function handleResize(e: KeyboardEvent | Event): void {
107
- window.removeEventListener('resize', handleResize)
108
- const callback = () => {
109
- if (handlers.length) {
110
- handlers.forEach(handler => handler(e))
111
- window.addEventListener('resize', handleResize)
112
- }
113
- }
114
- if (window.requestAnimationFrame) {
115
- window.requestAnimationFrame(callback)
116
- } else {
117
- window.setTimeout(callback, 16)
118
- }
119
- }
120
-
121
- export function wrapEvent(parentEventHandler: Handler = () => {}, localEventHandler: Handler) {
122
- return (e: KeyboardEvent): void => {
123
- parentEventHandler(e)
124
- if (!e.defaultPrevented) {
125
- return localEventHandler(e)
126
- }
127
- }
128
- }