@carbon/ibm-products-web-components 0.30.0-rc.0 → 0.30.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (923) hide show
  1. package/custom-elements.json +5059 -0
  2. package/es/components/about-modal/about-modal.d.ts +458 -0
  3. package/es/components/about-modal/about-modal.figma.js +59 -0
  4. package/es/components/about-modal/about-modal.figma.js.map +1 -0
  5. package/es/components/about-modal/about-modal.js +203 -0
  6. package/es/components/about-modal/about-modal.js.map +1 -0
  7. package/es/components/about-modal/about-modal.scss.js +13 -0
  8. package/es/components/about-modal/about-modal.scss.js.map +1 -0
  9. package/es/components/about-modal/about-modal.test.d.ts +7 -0
  10. package/es/components/about-modal/about-modal.test.js +208 -0
  11. package/es/components/about-modal/about-modal.test.js.map +1 -0
  12. package/es/components/about-modal/index.d.ts +9 -0
  13. package/es/components/about-modal/index.js +9 -0
  14. package/es/components/about-modal/index.js.map +1 -0
  15. package/es/components/checklist/checklist-chart.d.ts +25 -0
  16. package/es/components/checklist/checklist-chart.js +81 -0
  17. package/es/components/checklist/checklist-chart.js.map +1 -0
  18. package/es/components/checklist/checklist-group.d.ts +25 -0
  19. package/es/components/checklist/checklist-group.js +58 -0
  20. package/es/components/checklist/checklist-group.js.map +1 -0
  21. package/es/components/checklist/checklist-icon.d.ts +26 -0
  22. package/es/components/checklist/checklist-icon.js +72 -0
  23. package/es/components/checklist/checklist-icon.js.map +1 -0
  24. package/es/components/checklist/checklist-item.d.ts +41 -0
  25. package/es/components/checklist/checklist-item.figma.js +49 -0
  26. package/es/components/checklist/checklist-item.figma.js.map +1 -0
  27. package/es/components/checklist/checklist-item.js +128 -0
  28. package/es/components/checklist/checklist-item.js.map +1 -0
  29. package/es/components/checklist/checklist.d.ts +73 -0
  30. package/es/components/checklist/checklist.figma.js +87 -0
  31. package/es/components/checklist/checklist.figma.js.map +1 -0
  32. package/es/components/checklist/checklist.js +198 -0
  33. package/es/components/checklist/checklist.js.map +1 -0
  34. package/es/components/checklist/checklist.scss.js +13 -0
  35. package/es/components/checklist/checklist.scss.js.map +1 -0
  36. package/es/components/checklist/checklist.test.d.ts +7 -0
  37. package/es/components/checklist/checklist.test.js +172 -0
  38. package/es/components/checklist/checklist.test.js.map +1 -0
  39. package/es/components/checklist/checklist.types.d.ts +22 -0
  40. package/es/components/checklist/checklist.types.js +32 -0
  41. package/es/components/checklist/checklist.types.js.map +1 -0
  42. package/es/components/checklist/index.d.ts +13 -0
  43. package/es/components/checklist/index.js +13 -0
  44. package/es/components/checklist/index.js.map +1 -0
  45. package/es/components/coachmark/coachmark-beacon/coachmark-beacon.d.ts +418 -0
  46. package/es/components/coachmark/coachmark-beacon/coachmark-beacon.js +139 -0
  47. package/es/components/coachmark/coachmark-beacon/coachmark-beacon.js.map +1 -0
  48. package/es/components/coachmark/coachmark-beacon/coachmark-beacon.scss.js +13 -0
  49. package/es/components/coachmark/coachmark-beacon/coachmark-beacon.scss.js.map +1 -0
  50. package/es/components/coachmark/coachmark-beacon/coachmark-beacon.test.d.ts +9 -0
  51. package/es/components/coachmark/coachmark-beacon/coachmark-beacon.test.js +77 -0
  52. package/es/components/coachmark/coachmark-beacon/coachmark-beacon.test.js.map +1 -0
  53. package/es/components/coachmark/coachmark-beacon/defs.d.ts +14 -0
  54. package/es/components/coachmark/coachmark-beacon/defs.js +25 -0
  55. package/es/components/coachmark/coachmark-beacon/defs.js.map +1 -0
  56. package/es/components/coachmark/coachmark-beacon/index.d.ts +9 -0
  57. package/es/components/coachmark/coachmark-beacon/index.js +9 -0
  58. package/es/components/coachmark/coachmark-beacon/index.js.map +1 -0
  59. package/es/components/coachmark/coachmark-body.d.ts +382 -0
  60. package/es/components/coachmark/coachmark-body.js +40 -0
  61. package/es/components/coachmark/coachmark-body.js.map +1 -0
  62. package/es/components/coachmark/coachmark-body.scss.js +13 -0
  63. package/es/components/coachmark/coachmark-body.scss.js.map +1 -0
  64. package/es/components/coachmark/coachmark-context.d.ts +11 -0
  65. package/es/components/coachmark/coachmark-context.js +39 -0
  66. package/es/components/coachmark/coachmark-context.js.map +1 -0
  67. package/es/components/coachmark/coachmark-header.d.ts +392 -0
  68. package/es/components/coachmark/coachmark-header.js +92 -0
  69. package/es/components/coachmark/coachmark-header.js.map +1 -0
  70. package/es/components/coachmark/coachmark-header.scss.js +13 -0
  71. package/es/components/coachmark/coachmark-header.scss.js.map +1 -0
  72. package/es/components/coachmark/coachmark.d.ts +416 -0
  73. package/es/components/coachmark/coachmark.js +165 -0
  74. package/es/components/coachmark/coachmark.js.map +1 -0
  75. package/es/components/coachmark/coachmark.scss.js +13 -0
  76. package/es/components/coachmark/coachmark.scss.js.map +1 -0
  77. package/es/components/coachmark/coachmark.test.d.ts +1 -0
  78. package/es/components/coachmark/coachmark.test.js +168 -0
  79. package/es/components/coachmark/coachmark.test.js.map +1 -0
  80. package/es/components/coachmark/index.d.ts +11 -0
  81. package/es/components/coachmark/index.js +11 -0
  82. package/es/components/coachmark/index.js.map +1 -0
  83. package/es/components/full-page-error/assets/error403SVG.js +831 -0
  84. package/es/components/full-page-error/assets/error403SVG.js.map +1 -0
  85. package/es/components/full-page-error/assets/error404SVG.js +735 -0
  86. package/es/components/full-page-error/assets/error404SVG.js.map +1 -0
  87. package/es/components/full-page-error/assets/errorGenericSVG.js +830 -0
  88. package/es/components/full-page-error/assets/errorGenericSVG.js.map +1 -0
  89. package/es/components/full-page-error/full-page-error.d.ts +43 -0
  90. package/es/components/full-page-error/full-page-error.figma.js +81 -0
  91. package/es/components/full-page-error/full-page-error.figma.js.map +1 -0
  92. package/es/components/full-page-error/full-page-error.js +102 -0
  93. package/es/components/full-page-error/full-page-error.js.map +1 -0
  94. package/es/components/full-page-error/full-page-error.scss.js +13 -0
  95. package/es/components/full-page-error/full-page-error.scss.js.map +1 -0
  96. package/es/components/full-page-error/full-page-error.test.d.ts +7 -0
  97. package/es/components/full-page-error/full-page-error.test.js +102 -0
  98. package/es/components/full-page-error/full-page-error.test.js.map +1 -0
  99. package/es/components/full-page-error/index.d.ts +9 -0
  100. package/es/components/full-page-error/index.js +9 -0
  101. package/es/components/full-page-error/index.js.map +1 -0
  102. package/es/components/full-page-error/types.d.ts +13 -0
  103. package/es/components/full-page-error/types.js +24 -0
  104. package/es/components/full-page-error/types.js.map +1 -0
  105. package/es/components/guide-banner/guide-banner-element.d.ts +378 -0
  106. package/es/components/guide-banner/guide-banner-element.js +38 -0
  107. package/es/components/guide-banner/guide-banner-element.js.map +1 -0
  108. package/es/components/guide-banner/guide-banner.d.ts +398 -0
  109. package/es/components/guide-banner/guide-banner.js +151 -0
  110. package/es/components/guide-banner/guide-banner.js.map +1 -0
  111. package/es/components/guide-banner/guide-banner.scss.js +13 -0
  112. package/es/components/guide-banner/guide-banner.scss.js.map +1 -0
  113. package/es/components/guide-banner/guide-banner.test.d.ts +1 -0
  114. package/es/components/guide-banner/guide-banner.test.js +121 -0
  115. package/es/components/guide-banner/guide-banner.test.js.map +1 -0
  116. package/es/components/guide-banner/index.d.ts +10 -0
  117. package/es/components/guide-banner/index.js +10 -0
  118. package/es/components/guide-banner/index.js.map +1 -0
  119. package/es/components/interstitial-screen/index.d.ts +13 -0
  120. package/es/components/interstitial-screen/index.js +13 -0
  121. package/es/components/interstitial-screen/index.js.map +1 -0
  122. package/es/components/interstitial-screen/interstitial-screen-body-item.d.ts +388 -0
  123. package/es/components/interstitial-screen/interstitial-screen-body-item.js +71 -0
  124. package/es/components/interstitial-screen/interstitial-screen-body-item.js.map +1 -0
  125. package/es/components/interstitial-screen/interstitial-screen-body-item.scss.js +13 -0
  126. package/es/components/interstitial-screen/interstitial-screen-body-item.scss.js.map +1 -0
  127. package/es/components/interstitial-screen/interstitial-screen-body.d.ts +402 -0
  128. package/es/components/interstitial-screen/interstitial-screen-body.js +152 -0
  129. package/es/components/interstitial-screen/interstitial-screen-body.js.map +1 -0
  130. package/es/components/interstitial-screen/interstitial-screen-body.scss.js +13 -0
  131. package/es/components/interstitial-screen/interstitial-screen-body.scss.js.map +1 -0
  132. package/es/components/interstitial-screen/interstitial-screen-context.d.ts +18 -0
  133. package/es/components/interstitial-screen/interstitial-screen-context.js +48 -0
  134. package/es/components/interstitial-screen/interstitial-screen-context.js.map +1 -0
  135. package/es/components/interstitial-screen/interstitial-screen-footer.d.ts +429 -0
  136. package/es/components/interstitial-screen/interstitial-screen-footer.js +263 -0
  137. package/es/components/interstitial-screen/interstitial-screen-footer.js.map +1 -0
  138. package/es/components/interstitial-screen/interstitial-screen-footer.scss.js +13 -0
  139. package/es/components/interstitial-screen/interstitial-screen-footer.scss.js.map +1 -0
  140. package/es/components/interstitial-screen/interstitial-screen-header.d.ts +413 -0
  141. package/es/components/interstitial-screen/interstitial-screen-header.js +177 -0
  142. package/es/components/interstitial-screen/interstitial-screen-header.js.map +1 -0
  143. package/es/components/interstitial-screen/interstitial-screen-header.scss.js +13 -0
  144. package/es/components/interstitial-screen/interstitial-screen-header.scss.js.map +1 -0
  145. package/es/components/interstitial-screen/interstitial-screen.d.ts +441 -0
  146. package/es/components/interstitial-screen/interstitial-screen.js +217 -0
  147. package/es/components/interstitial-screen/interstitial-screen.js.map +1 -0
  148. package/es/components/interstitial-screen/interstitial-screen.scss.js +13 -0
  149. package/es/components/interstitial-screen/interstitial-screen.scss.js.map +1 -0
  150. package/es/components/interstitial-screen/interstitial-screen.test.d.ts +1 -0
  151. package/es/components/interstitial-screen/interstitial-screen.test.js +329 -0
  152. package/es/components/interstitial-screen/interstitial-screen.test.js.map +1 -0
  153. package/es/components/notification-panel/_story-assets/unread-notification-bell.d.ts +3 -0
  154. package/es/components/notification-panel/_story-assets/unread-notification-bell.js +45 -0
  155. package/es/components/notification-panel/_story-assets/unread-notification-bell.js.map +1 -0
  156. package/es/components/notification-panel/date-time-context.d.ts +9 -0
  157. package/es/components/notification-panel/date-time-context.js +19 -0
  158. package/es/components/notification-panel/date-time-context.js.map +1 -0
  159. package/es/components/notification-panel/defs.d.ts +8 -0
  160. package/es/components/notification-panel/defs.js +8 -0
  161. package/es/components/notification-panel/defs.js.map +1 -0
  162. package/es/components/notification-panel/index.d.ts +11 -0
  163. package/es/components/notification-panel/index.js +11 -0
  164. package/es/components/notification-panel/index.js.map +1 -0
  165. package/es/components/notification-panel/notification-footer.d.ts +405 -0
  166. package/es/components/notification-panel/notification-footer.js +120 -0
  167. package/es/components/notification-panel/notification-footer.js.map +1 -0
  168. package/es/components/notification-panel/notification-footer.scss.js +13 -0
  169. package/es/components/notification-panel/notification-footer.scss.js.map +1 -0
  170. package/es/components/notification-panel/notification-footer.test.d.ts +7 -0
  171. package/es/components/notification-panel/notification-footer.test.js +65 -0
  172. package/es/components/notification-panel/notification-footer.test.js.map +1 -0
  173. package/es/components/notification-panel/notification-panel.d.ts +479 -0
  174. package/es/components/notification-panel/notification-panel.js +439 -0
  175. package/es/components/notification-panel/notification-panel.js.map +1 -0
  176. package/es/components/notification-panel/notification-panel.scss.js +13 -0
  177. package/es/components/notification-panel/notification-panel.scss.js.map +1 -0
  178. package/es/components/notification-panel/notification-panel.test.d.ts +7 -0
  179. package/es/components/notification-panel/notification-panel.test.js +340 -0
  180. package/es/components/notification-panel/notification-panel.test.js.map +1 -0
  181. package/es/components/notification-panel/notification.d.ts +415 -0
  182. package/es/components/notification-panel/notification.js +179 -0
  183. package/es/components/notification-panel/notification.js.map +1 -0
  184. package/es/components/notification-panel/notification.scss.js +13 -0
  185. package/es/components/notification-panel/notification.scss.js.map +1 -0
  186. package/es/components/notification-panel/notification.test.d.ts +7 -0
  187. package/es/components/notification-panel/notification.test.js +152 -0
  188. package/es/components/notification-panel/notification.test.js.map +1 -0
  189. package/es/components/options-tile/index.d.ts +9 -0
  190. package/es/components/options-tile/index.js +9 -0
  191. package/es/components/options-tile/index.js.map +1 -0
  192. package/es/components/options-tile/options-file.figma.js +96 -0
  193. package/es/components/options-tile/options-file.figma.js.map +1 -0
  194. package/es/components/options-tile/options-tile.d.ts +416 -0
  195. package/es/components/options-tile/options-tile.js +158 -0
  196. package/es/components/options-tile/options-tile.js.map +1 -0
  197. package/es/components/options-tile/options-tile.scss.js +13 -0
  198. package/es/components/options-tile/options-tile.scss.js.map +1 -0
  199. package/es/components/options-tile/options-tile.test.d.ts +1 -0
  200. package/es/components/options-tile/options-tile.test.js +129 -0
  201. package/es/components/options-tile/options-tile.test.js.map +1 -0
  202. package/es/components/page-header/_story-assets/2x1.jpg.js +11 -0
  203. package/es/components/page-header/_story-assets/2x1.jpg.js.map +1 -0
  204. package/es/components/page-header/_story-assets/3x2.jpg.js +11 -0
  205. package/es/components/page-header/_story-assets/3x2.jpg.js.map +1 -0
  206. package/es/components/page-header/_story-assets/overflowHandler.d.ts +98 -0
  207. package/es/components/page-header/_story-assets/overflowHandler.js +156 -0
  208. package/es/components/page-header/_story-assets/overflowHandler.js.map +1 -0
  209. package/es/components/page-header/_story-assets/set-of-breadcrumbs.d.ts +43 -0
  210. package/es/components/page-header/_story-assets/set-of-breadcrumbs.js +154 -0
  211. package/es/components/page-header/_story-assets/set-of-breadcrumbs.js.map +1 -0
  212. package/es/components/page-header/_story-assets/set-of-breadcrumbs.scss.js +13 -0
  213. package/es/components/page-header/_story-assets/set-of-breadcrumbs.scss.js.map +1 -0
  214. package/es/components/page-header/_story-assets/set-of-tags/index.d.ts +9 -0
  215. package/es/components/page-header/_story-assets/set-of-tags/index.js +9 -0
  216. package/es/components/page-header/_story-assets/set-of-tags/index.js.map +1 -0
  217. package/es/components/page-header/_story-assets/set-of-tags/set-of-tags.d.ts +40 -0
  218. package/es/components/page-header/_story-assets/set-of-tags/set-of-tags.js +260 -0
  219. package/es/components/page-header/_story-assets/set-of-tags/set-of-tags.js.map +1 -0
  220. package/es/components/page-header/_story-assets/set-of-tags/set-of-tags.scss.js +13 -0
  221. package/es/components/page-header/_story-assets/set-of-tags/set-of-tags.scss.js.map +1 -0
  222. package/es/components/page-header/_story-assets/set-of-tags/utils.d.ts +23 -0
  223. package/es/components/page-header/_story-assets/set-of-tags/utils.js +44 -0
  224. package/es/components/page-header/_story-assets/set-of-tags/utils.js.map +1 -0
  225. package/es/components/page-header/context.d.ts +15 -0
  226. package/es/components/page-header/context.js +27 -0
  227. package/es/components/page-header/context.js.map +1 -0
  228. package/es/components/page-header/index.d.ts +16 -0
  229. package/es/components/page-header/index.js +16 -0
  230. package/es/components/page-header/index.js.map +1 -0
  231. package/es/components/page-header/page-header-breadcrumb.d.ts +36 -0
  232. package/es/components/page-header/page-header-breadcrumb.js +106 -0
  233. package/es/components/page-header/page-header-breadcrumb.js.map +1 -0
  234. package/es/components/page-header/page-header-content-text.d.ts +22 -0
  235. package/es/components/page-header/page-header-content-text.js +56 -0
  236. package/es/components/page-header/page-header-content-text.js.map +1 -0
  237. package/es/components/page-header/page-header-content.d.ts +42 -0
  238. package/es/components/page-header/page-header-content.js +141 -0
  239. package/es/components/page-header/page-header-content.js.map +1 -0
  240. package/es/components/page-header/page-header-hero-image.d.ts +18 -0
  241. package/es/components/page-header/page-header-hero-image.js +38 -0
  242. package/es/components/page-header/page-header-hero-image.js.map +1 -0
  243. package/es/components/page-header/page-header-scroller.d.ts +56 -0
  244. package/es/components/page-header/page-header-scroller.js +166 -0
  245. package/es/components/page-header/page-header-scroller.js.map +1 -0
  246. package/es/components/page-header/page-header-tabs.d.ts +18 -0
  247. package/es/components/page-header/page-header-tabs.js +48 -0
  248. package/es/components/page-header/page-header-tabs.js.map +1 -0
  249. package/es/components/page-header/page-header-title-breadcrumb.d.ts +20 -0
  250. package/es/components/page-header/page-header-title-breadcrumb.js +71 -0
  251. package/es/components/page-header/page-header-title-breadcrumb.js.map +1 -0
  252. package/es/components/page-header/page-header.d.ts +31 -0
  253. package/es/components/page-header/page-header.js +128 -0
  254. package/es/components/page-header/page-header.js.map +1 -0
  255. package/es/components/page-header/page-header.scss.js +13 -0
  256. package/es/components/page-header/page-header.scss.js.map +1 -0
  257. package/es/components/page-header/page-header.test.d.ts +1 -0
  258. package/es/components/page-header/page-header.test.js +349 -0
  259. package/es/components/page-header/page-header.test.js.map +1 -0
  260. package/es/components/page-header/utils.d.ts +32 -0
  261. package/es/components/page-header/utils.js +76 -0
  262. package/es/components/page-header/utils.js.map +1 -0
  263. package/es/components/side-panel/_story-assets/index.d.ts +8 -0
  264. package/es/components/side-panel/_story-assets/index.js +275 -0
  265. package/es/components/side-panel/_story-assets/index.js.map +1 -0
  266. package/es/components/side-panel/defs.d.ts +39 -0
  267. package/es/components/side-panel/defs.js +51 -0
  268. package/es/components/side-panel/defs.js.map +1 -0
  269. package/es/components/side-panel/index.d.ts +9 -0
  270. package/es/components/side-panel/index.js +9 -0
  271. package/es/components/side-panel/index.js.map +1 -0
  272. package/es/components/side-panel/side-panel.d.ts +571 -0
  273. package/es/components/side-panel/side-panel.js +859 -0
  274. package/es/components/side-panel/side-panel.js.map +1 -0
  275. package/es/components/side-panel/side-panel.scss.js +13 -0
  276. package/es/components/side-panel/side-panel.scss.js.map +1 -0
  277. package/es/components/side-panel/side-panel.test.d.ts +3 -0
  278. package/es/components/side-panel/side-panel.test.js +273 -0
  279. package/es/components/side-panel/side-panel.test.js.map +1 -0
  280. package/es/components/side-panel/story-styles.scss.js +13 -0
  281. package/es/components/side-panel/story-styles.scss.js.map +1 -0
  282. package/es/components/tearsheet/defs.d.ts +26 -0
  283. package/es/components/tearsheet/defs.js +39 -0
  284. package/es/components/tearsheet/defs.js.map +1 -0
  285. package/es/components/tearsheet/index.d.ts +9 -0
  286. package/es/components/tearsheet/index.js +9 -0
  287. package/es/components/tearsheet/index.js.map +1 -0
  288. package/es/components/tearsheet/story-styles.scss.js +13 -0
  289. package/es/components/tearsheet/story-styles.scss.js.map +1 -0
  290. package/es/components/tearsheet/tearsheet.d.ts +535 -0
  291. package/es/components/tearsheet/tearsheet.js +721 -0
  292. package/es/components/tearsheet/tearsheet.js.map +1 -0
  293. package/es/components/tearsheet/tearsheet.scss.js +13 -0
  294. package/es/components/tearsheet/tearsheet.scss.js.map +1 -0
  295. package/es/components/tearsheet/tearsheet.test.d.ts +14 -0
  296. package/es/components/tearsheet/tearsheet.test.js +305 -0
  297. package/es/components/tearsheet/tearsheet.test.js.map +1 -0
  298. package/es/components/tearsheet/utils.d.ts +34 -0
  299. package/es/components/tearsheet/utils.js +370 -0
  300. package/es/components/tearsheet/utils.js.map +1 -0
  301. package/es/components/truncated-text/index.d.ts +9 -0
  302. package/es/components/truncated-text/index.js +9 -0
  303. package/es/components/truncated-text/index.js.map +1 -0
  304. package/es/components/truncated-text/truncated-text.d.ts +78 -0
  305. package/es/components/truncated-text/truncated-text.js +257 -0
  306. package/es/components/truncated-text/truncated-text.js.map +1 -0
  307. package/es/components/truncated-text/truncated-text.scss.js +13 -0
  308. package/es/components/truncated-text/truncated-text.scss.js.map +1 -0
  309. package/es/components/truncated-text/truncated-text.test.d.ts +7 -0
  310. package/es/components/truncated-text/truncated-text.test.js +77 -0
  311. package/es/components/truncated-text/truncated-text.test.js.map +1 -0
  312. package/es/components/user-avatar/index.d.ts +9 -0
  313. package/es/components/user-avatar/index.js +9 -0
  314. package/es/components/user-avatar/index.js.map +1 -0
  315. package/es/components/user-avatar/user-avatar.d.ts +425 -0
  316. package/es/components/user-avatar/user-avatar.figma.js +161 -0
  317. package/es/components/user-avatar/user-avatar.figma.js.map +1 -0
  318. package/es/components/user-avatar/user-avatar.js +141 -0
  319. package/es/components/user-avatar/user-avatar.js.map +1 -0
  320. package/es/components/user-avatar/user-avatar.scss.js +13 -0
  321. package/es/components/user-avatar/user-avatar.scss.js.map +1 -0
  322. package/es/components/user-avatar/user-avatar.test.d.ts +1 -0
  323. package/es/components/user-avatar/user-avatar.test.js +128 -0
  324. package/es/components/user-avatar/user-avatar.test.js.map +1 -0
  325. package/es/globals/internal/handle.d.ts +18 -0
  326. package/es/globals/internal/handle.js +8 -0
  327. package/es/globals/internal/handle.js.map +1 -0
  328. package/es/globals/internal/pconsole.d.ts +15 -0
  329. package/es/globals/internal/pconsole.js +30 -0
  330. package/es/globals/internal/pconsole.js.map +1 -0
  331. package/es/globals/internal/storybook-cdn.js +78 -0
  332. package/es/globals/internal/storybook-cdn.js.map +1 -0
  333. package/es/globals/js/utils/getSupportedLocale.d.ts +12 -0
  334. package/es/globals/js/utils/getSupportedLocale.js +35 -0
  335. package/es/globals/js/utils/getSupportedLocale.js.map +1 -0
  336. package/es/globals/settings.d.ts +15 -0
  337. package/es/globals/settings.js +28 -0
  338. package/es/globals/settings.js.map +1 -0
  339. package/es/index.d.ts +25 -0
  340. package/es/index.js +25 -0
  341. package/es/index.js.map +1 -0
  342. package/es/node_modules/@carbon/layout/es/index.js +44 -0
  343. package/es/node_modules/@carbon/layout/es/index.js.map +1 -0
  344. package/es/node_modules/@carbon/utilities/es/dateTimeFormat/index.js +13 -0
  345. package/es/node_modules/@carbon/utilities/es/dateTimeFormat/index.js.map +1 -0
  346. package/es/node_modules/@carbon/utilities/es/dateTimeFormat/relative.js +11 -0
  347. package/es/node_modules/@carbon/utilities/es/dateTimeFormat/relative.js.map +1 -0
  348. package/es/node_modules/@carbon/utilities/es/documentLang/documentLang.js +9 -0
  349. package/es/node_modules/@carbon/utilities/es/documentLang/documentLang.js.map +1 -0
  350. package/es/node_modules/@carbon/utilities/es/overflowHandler/overflowHandler.js +11 -0
  351. package/es/node_modules/@carbon/utilities/es/overflowHandler/overflowHandler.js.map +1 -0
  352. package/es/packages/ibm-products-web-components/package.json.js +13 -0
  353. package/es/packages/ibm-products-web-components/package.json.js.map +1 -0
  354. package/es/patterns/step-flow/_story-assets/step-full-page.d.ts +41 -0
  355. package/es/patterns/step-flow/_story-assets/step-full-page.js +257 -0
  356. package/es/patterns/step-flow/_story-assets/step-full-page.js.map +1 -0
  357. package/es/patterns/step-flow/_story-assets/step-full-page.scss.js +13 -0
  358. package/es/patterns/step-flow/_story-assets/step-full-page.scss.js.map +1 -0
  359. package/es/patterns/step-flow/_story-assets/step-tearsheet.d.ts +41 -0
  360. package/es/patterns/step-flow/_story-assets/step-tearsheet.js +255 -0
  361. package/es/patterns/step-flow/_story-assets/step-tearsheet.js.map +1 -0
  362. package/es/patterns/step-flow/index.d.ts +10 -0
  363. package/es/patterns/step-flow/index.js +10 -0
  364. package/es/patterns/step-flow/index.js.map +1 -0
  365. package/es/patterns/step-flow/step-flow-signal.d.ts +24 -0
  366. package/es/patterns/step-flow/step-flow-signal.js +54 -0
  367. package/es/patterns/step-flow/step-flow-signal.js.map +1 -0
  368. package/es/patterns/step-flow/step-flow-signal.test.d.ts +7 -0
  369. package/es/patterns/step-flow/step-flow-signal.test.js +88 -0
  370. package/es/patterns/step-flow/step-flow-signal.test.js.map +1 -0
  371. package/es/patterns/step-flow/step-group.d.ts +15 -0
  372. package/es/patterns/step-flow/step-group.js +28 -0
  373. package/es/patterns/step-flow/step-group.js.map +1 -0
  374. package/es/patterns/step-flow/story-styles.scss.js +13 -0
  375. package/es/patterns/step-flow/story-styles.scss.js.map +1 -0
  376. package/es/utilities/carousel/carousel.d.ts +14 -0
  377. package/es/utilities/carousel/carousel.js +341 -0
  378. package/es/utilities/carousel/carousel.js.map +1 -0
  379. package/es/utilities/carousel/index.d.ts +8 -0
  380. package/es/utilities/carousel/index.js +9 -0
  381. package/es/utilities/carousel/index.js.map +1 -0
  382. package/es/utilities/carousel/swipeEvents.d.ts +7 -0
  383. package/es/utilities/carousel/swipeEvents.js +109 -0
  384. package/es/utilities/carousel/swipeEvents.js.map +1 -0
  385. package/es/utilities/carousel/types.d.ts +37 -0
  386. package/es/utilities/carousel/types.js +8 -0
  387. package/es/utilities/carousel/types.js.map +1 -0
  388. package/es/utilities/makeDraggable/makeDraggable.d.ts +38 -0
  389. package/es/utilities/makeDraggable/makeDraggable.js +136 -0
  390. package/es/utilities/makeDraggable/makeDraggable.js.map +1 -0
  391. package/es/utilities/manageFocusTrap/manageFocusTrap.d.ts +13 -0
  392. package/es/utilities/manageFocusTrap/manageFocusTrap.js +138 -0
  393. package/es/utilities/manageFocusTrap/manageFocusTrap.js.map +1 -0
  394. package/es-custom/components/about-modal/about-modal.d.ts +458 -0
  395. package/es-custom/components/about-modal/about-modal.figma.js +59 -0
  396. package/es-custom/components/about-modal/about-modal.figma.js.map +1 -0
  397. package/es-custom/components/about-modal/about-modal.js +203 -0
  398. package/es-custom/components/about-modal/about-modal.js.map +1 -0
  399. package/es-custom/components/about-modal/about-modal.scss.js +13 -0
  400. package/es-custom/components/about-modal/about-modal.scss.js.map +1 -0
  401. package/es-custom/components/about-modal/about-modal.test.d.ts +7 -0
  402. package/es-custom/components/about-modal/about-modal.test.js +208 -0
  403. package/es-custom/components/about-modal/about-modal.test.js.map +1 -0
  404. package/es-custom/components/about-modal/index.d.ts +9 -0
  405. package/es-custom/components/about-modal/index.js +9 -0
  406. package/es-custom/components/about-modal/index.js.map +1 -0
  407. package/es-custom/components/checklist/checklist-chart.d.ts +25 -0
  408. package/es-custom/components/checklist/checklist-chart.js +81 -0
  409. package/es-custom/components/checklist/checklist-chart.js.map +1 -0
  410. package/es-custom/components/checklist/checklist-group.d.ts +25 -0
  411. package/es-custom/components/checklist/checklist-group.js +58 -0
  412. package/es-custom/components/checklist/checklist-group.js.map +1 -0
  413. package/es-custom/components/checklist/checklist-icon.d.ts +26 -0
  414. package/es-custom/components/checklist/checklist-icon.js +72 -0
  415. package/es-custom/components/checklist/checklist-icon.js.map +1 -0
  416. package/es-custom/components/checklist/checklist-item.d.ts +41 -0
  417. package/es-custom/components/checklist/checklist-item.figma.js +49 -0
  418. package/es-custom/components/checklist/checklist-item.figma.js.map +1 -0
  419. package/es-custom/components/checklist/checklist-item.js +128 -0
  420. package/es-custom/components/checklist/checklist-item.js.map +1 -0
  421. package/es-custom/components/checklist/checklist.d.ts +73 -0
  422. package/es-custom/components/checklist/checklist.figma.js +87 -0
  423. package/es-custom/components/checklist/checklist.figma.js.map +1 -0
  424. package/es-custom/components/checklist/checklist.js +198 -0
  425. package/es-custom/components/checklist/checklist.js.map +1 -0
  426. package/es-custom/components/checklist/checklist.scss.js +13 -0
  427. package/es-custom/components/checklist/checklist.scss.js.map +1 -0
  428. package/es-custom/components/checklist/checklist.test.d.ts +7 -0
  429. package/es-custom/components/checklist/checklist.test.js +172 -0
  430. package/es-custom/components/checklist/checklist.test.js.map +1 -0
  431. package/es-custom/components/checklist/checklist.types.d.ts +22 -0
  432. package/es-custom/components/checklist/checklist.types.js +32 -0
  433. package/es-custom/components/checklist/checklist.types.js.map +1 -0
  434. package/es-custom/components/checklist/index.d.ts +13 -0
  435. package/es-custom/components/checklist/index.js +13 -0
  436. package/es-custom/components/checklist/index.js.map +1 -0
  437. package/es-custom/components/coachmark/coachmark-beacon/coachmark-beacon.d.ts +418 -0
  438. package/es-custom/components/coachmark/coachmark-beacon/coachmark-beacon.js +139 -0
  439. package/es-custom/components/coachmark/coachmark-beacon/coachmark-beacon.js.map +1 -0
  440. package/es-custom/components/coachmark/coachmark-beacon/coachmark-beacon.scss.js +13 -0
  441. package/es-custom/components/coachmark/coachmark-beacon/coachmark-beacon.scss.js.map +1 -0
  442. package/es-custom/components/coachmark/coachmark-beacon/coachmark-beacon.test.d.ts +9 -0
  443. package/es-custom/components/coachmark/coachmark-beacon/coachmark-beacon.test.js +77 -0
  444. package/es-custom/components/coachmark/coachmark-beacon/coachmark-beacon.test.js.map +1 -0
  445. package/es-custom/components/coachmark/coachmark-beacon/defs.d.ts +14 -0
  446. package/es-custom/components/coachmark/coachmark-beacon/defs.js +25 -0
  447. package/es-custom/components/coachmark/coachmark-beacon/defs.js.map +1 -0
  448. package/es-custom/components/coachmark/coachmark-beacon/index.d.ts +9 -0
  449. package/es-custom/components/coachmark/coachmark-beacon/index.js +9 -0
  450. package/es-custom/components/coachmark/coachmark-beacon/index.js.map +1 -0
  451. package/es-custom/components/coachmark/coachmark-body.d.ts +382 -0
  452. package/es-custom/components/coachmark/coachmark-body.js +40 -0
  453. package/es-custom/components/coachmark/coachmark-body.js.map +1 -0
  454. package/es-custom/components/coachmark/coachmark-body.scss.js +13 -0
  455. package/es-custom/components/coachmark/coachmark-body.scss.js.map +1 -0
  456. package/es-custom/components/coachmark/coachmark-context.d.ts +11 -0
  457. package/es-custom/components/coachmark/coachmark-context.js +39 -0
  458. package/es-custom/components/coachmark/coachmark-context.js.map +1 -0
  459. package/es-custom/components/coachmark/coachmark-header.d.ts +392 -0
  460. package/es-custom/components/coachmark/coachmark-header.js +92 -0
  461. package/es-custom/components/coachmark/coachmark-header.js.map +1 -0
  462. package/es-custom/components/coachmark/coachmark-header.scss.js +13 -0
  463. package/es-custom/components/coachmark/coachmark-header.scss.js.map +1 -0
  464. package/es-custom/components/coachmark/coachmark.d.ts +416 -0
  465. package/es-custom/components/coachmark/coachmark.js +165 -0
  466. package/es-custom/components/coachmark/coachmark.js.map +1 -0
  467. package/es-custom/components/coachmark/coachmark.scss.js +13 -0
  468. package/es-custom/components/coachmark/coachmark.scss.js.map +1 -0
  469. package/es-custom/components/coachmark/coachmark.test.d.ts +1 -0
  470. package/es-custom/components/coachmark/coachmark.test.js +168 -0
  471. package/es-custom/components/coachmark/coachmark.test.js.map +1 -0
  472. package/es-custom/components/coachmark/index.d.ts +11 -0
  473. package/es-custom/components/coachmark/index.js +11 -0
  474. package/es-custom/components/coachmark/index.js.map +1 -0
  475. package/es-custom/components/full-page-error/assets/error403SVG.js +831 -0
  476. package/es-custom/components/full-page-error/assets/error403SVG.js.map +1 -0
  477. package/es-custom/components/full-page-error/assets/error404SVG.js +735 -0
  478. package/es-custom/components/full-page-error/assets/error404SVG.js.map +1 -0
  479. package/es-custom/components/full-page-error/assets/errorGenericSVG.js +830 -0
  480. package/es-custom/components/full-page-error/assets/errorGenericSVG.js.map +1 -0
  481. package/es-custom/components/full-page-error/full-page-error.d.ts +43 -0
  482. package/es-custom/components/full-page-error/full-page-error.figma.js +81 -0
  483. package/es-custom/components/full-page-error/full-page-error.figma.js.map +1 -0
  484. package/es-custom/components/full-page-error/full-page-error.js +102 -0
  485. package/es-custom/components/full-page-error/full-page-error.js.map +1 -0
  486. package/es-custom/components/full-page-error/full-page-error.scss.js +13 -0
  487. package/es-custom/components/full-page-error/full-page-error.scss.js.map +1 -0
  488. package/es-custom/components/full-page-error/full-page-error.test.d.ts +7 -0
  489. package/es-custom/components/full-page-error/full-page-error.test.js +102 -0
  490. package/es-custom/components/full-page-error/full-page-error.test.js.map +1 -0
  491. package/es-custom/components/full-page-error/index.d.ts +9 -0
  492. package/es-custom/components/full-page-error/index.js +9 -0
  493. package/es-custom/components/full-page-error/index.js.map +1 -0
  494. package/es-custom/components/full-page-error/types.d.ts +13 -0
  495. package/es-custom/components/full-page-error/types.js +24 -0
  496. package/es-custom/components/full-page-error/types.js.map +1 -0
  497. package/es-custom/components/guide-banner/guide-banner-element.d.ts +378 -0
  498. package/es-custom/components/guide-banner/guide-banner-element.js +38 -0
  499. package/es-custom/components/guide-banner/guide-banner-element.js.map +1 -0
  500. package/es-custom/components/guide-banner/guide-banner.d.ts +398 -0
  501. package/es-custom/components/guide-banner/guide-banner.js +151 -0
  502. package/es-custom/components/guide-banner/guide-banner.js.map +1 -0
  503. package/es-custom/components/guide-banner/guide-banner.scss.js +13 -0
  504. package/es-custom/components/guide-banner/guide-banner.scss.js.map +1 -0
  505. package/es-custom/components/guide-banner/guide-banner.test.d.ts +1 -0
  506. package/es-custom/components/guide-banner/guide-banner.test.js +121 -0
  507. package/es-custom/components/guide-banner/guide-banner.test.js.map +1 -0
  508. package/es-custom/components/guide-banner/index.d.ts +10 -0
  509. package/es-custom/components/guide-banner/index.js +10 -0
  510. package/es-custom/components/guide-banner/index.js.map +1 -0
  511. package/es-custom/components/interstitial-screen/index.d.ts +13 -0
  512. package/es-custom/components/interstitial-screen/index.js +13 -0
  513. package/es-custom/components/interstitial-screen/index.js.map +1 -0
  514. package/es-custom/components/interstitial-screen/interstitial-screen-body-item.d.ts +388 -0
  515. package/es-custom/components/interstitial-screen/interstitial-screen-body-item.js +71 -0
  516. package/es-custom/components/interstitial-screen/interstitial-screen-body-item.js.map +1 -0
  517. package/es-custom/components/interstitial-screen/interstitial-screen-body-item.scss.js +13 -0
  518. package/es-custom/components/interstitial-screen/interstitial-screen-body-item.scss.js.map +1 -0
  519. package/es-custom/components/interstitial-screen/interstitial-screen-body.d.ts +402 -0
  520. package/es-custom/components/interstitial-screen/interstitial-screen-body.js +152 -0
  521. package/es-custom/components/interstitial-screen/interstitial-screen-body.js.map +1 -0
  522. package/es-custom/components/interstitial-screen/interstitial-screen-body.scss.js +13 -0
  523. package/es-custom/components/interstitial-screen/interstitial-screen-body.scss.js.map +1 -0
  524. package/es-custom/components/interstitial-screen/interstitial-screen-context.d.ts +18 -0
  525. package/es-custom/components/interstitial-screen/interstitial-screen-context.js +48 -0
  526. package/es-custom/components/interstitial-screen/interstitial-screen-context.js.map +1 -0
  527. package/es-custom/components/interstitial-screen/interstitial-screen-footer.d.ts +429 -0
  528. package/es-custom/components/interstitial-screen/interstitial-screen-footer.js +263 -0
  529. package/es-custom/components/interstitial-screen/interstitial-screen-footer.js.map +1 -0
  530. package/es-custom/components/interstitial-screen/interstitial-screen-footer.scss.js +13 -0
  531. package/es-custom/components/interstitial-screen/interstitial-screen-footer.scss.js.map +1 -0
  532. package/es-custom/components/interstitial-screen/interstitial-screen-header.d.ts +413 -0
  533. package/es-custom/components/interstitial-screen/interstitial-screen-header.js +177 -0
  534. package/es-custom/components/interstitial-screen/interstitial-screen-header.js.map +1 -0
  535. package/es-custom/components/interstitial-screen/interstitial-screen-header.scss.js +13 -0
  536. package/es-custom/components/interstitial-screen/interstitial-screen-header.scss.js.map +1 -0
  537. package/es-custom/components/interstitial-screen/interstitial-screen.d.ts +441 -0
  538. package/es-custom/components/interstitial-screen/interstitial-screen.js +217 -0
  539. package/es-custom/components/interstitial-screen/interstitial-screen.js.map +1 -0
  540. package/es-custom/components/interstitial-screen/interstitial-screen.scss.js +13 -0
  541. package/es-custom/components/interstitial-screen/interstitial-screen.scss.js.map +1 -0
  542. package/es-custom/components/interstitial-screen/interstitial-screen.test.d.ts +1 -0
  543. package/es-custom/components/interstitial-screen/interstitial-screen.test.js +329 -0
  544. package/es-custom/components/interstitial-screen/interstitial-screen.test.js.map +1 -0
  545. package/es-custom/components/notification-panel/_story-assets/unread-notification-bell.d.ts +3 -0
  546. package/es-custom/components/notification-panel/_story-assets/unread-notification-bell.js +45 -0
  547. package/es-custom/components/notification-panel/_story-assets/unread-notification-bell.js.map +1 -0
  548. package/es-custom/components/notification-panel/date-time-context.d.ts +9 -0
  549. package/es-custom/components/notification-panel/date-time-context.js +19 -0
  550. package/es-custom/components/notification-panel/date-time-context.js.map +1 -0
  551. package/es-custom/components/notification-panel/defs.d.ts +8 -0
  552. package/es-custom/components/notification-panel/defs.js +8 -0
  553. package/es-custom/components/notification-panel/defs.js.map +1 -0
  554. package/es-custom/components/notification-panel/index.d.ts +11 -0
  555. package/es-custom/components/notification-panel/index.js +11 -0
  556. package/es-custom/components/notification-panel/index.js.map +1 -0
  557. package/es-custom/components/notification-panel/notification-footer.d.ts +405 -0
  558. package/es-custom/components/notification-panel/notification-footer.js +120 -0
  559. package/es-custom/components/notification-panel/notification-footer.js.map +1 -0
  560. package/es-custom/components/notification-panel/notification-footer.scss.js +13 -0
  561. package/es-custom/components/notification-panel/notification-footer.scss.js.map +1 -0
  562. package/es-custom/components/notification-panel/notification-footer.test.d.ts +7 -0
  563. package/es-custom/components/notification-panel/notification-footer.test.js +65 -0
  564. package/es-custom/components/notification-panel/notification-footer.test.js.map +1 -0
  565. package/es-custom/components/notification-panel/notification-panel.d.ts +479 -0
  566. package/es-custom/components/notification-panel/notification-panel.js +439 -0
  567. package/es-custom/components/notification-panel/notification-panel.js.map +1 -0
  568. package/es-custom/components/notification-panel/notification-panel.scss.js +13 -0
  569. package/es-custom/components/notification-panel/notification-panel.scss.js.map +1 -0
  570. package/es-custom/components/notification-panel/notification-panel.test.d.ts +7 -0
  571. package/es-custom/components/notification-panel/notification-panel.test.js +340 -0
  572. package/es-custom/components/notification-panel/notification-panel.test.js.map +1 -0
  573. package/es-custom/components/notification-panel/notification.d.ts +415 -0
  574. package/es-custom/components/notification-panel/notification.js +179 -0
  575. package/es-custom/components/notification-panel/notification.js.map +1 -0
  576. package/es-custom/components/notification-panel/notification.scss.js +13 -0
  577. package/es-custom/components/notification-panel/notification.scss.js.map +1 -0
  578. package/es-custom/components/notification-panel/notification.test.d.ts +7 -0
  579. package/es-custom/components/notification-panel/notification.test.js +152 -0
  580. package/es-custom/components/notification-panel/notification.test.js.map +1 -0
  581. package/es-custom/components/options-tile/index.d.ts +9 -0
  582. package/es-custom/components/options-tile/index.js +9 -0
  583. package/es-custom/components/options-tile/index.js.map +1 -0
  584. package/es-custom/components/options-tile/options-file.figma.js +96 -0
  585. package/es-custom/components/options-tile/options-file.figma.js.map +1 -0
  586. package/es-custom/components/options-tile/options-tile.d.ts +416 -0
  587. package/es-custom/components/options-tile/options-tile.js +158 -0
  588. package/es-custom/components/options-tile/options-tile.js.map +1 -0
  589. package/es-custom/components/options-tile/options-tile.scss.js +13 -0
  590. package/es-custom/components/options-tile/options-tile.scss.js.map +1 -0
  591. package/es-custom/components/options-tile/options-tile.test.d.ts +1 -0
  592. package/es-custom/components/options-tile/options-tile.test.js +129 -0
  593. package/es-custom/components/options-tile/options-tile.test.js.map +1 -0
  594. package/es-custom/components/page-header/_story-assets/2x1.jpg.js +11 -0
  595. package/es-custom/components/page-header/_story-assets/2x1.jpg.js.map +1 -0
  596. package/es-custom/components/page-header/_story-assets/3x2.jpg.js +11 -0
  597. package/es-custom/components/page-header/_story-assets/3x2.jpg.js.map +1 -0
  598. package/es-custom/components/page-header/_story-assets/overflowHandler.d.ts +98 -0
  599. package/es-custom/components/page-header/_story-assets/overflowHandler.js +156 -0
  600. package/es-custom/components/page-header/_story-assets/overflowHandler.js.map +1 -0
  601. package/es-custom/components/page-header/_story-assets/set-of-breadcrumbs.d.ts +43 -0
  602. package/es-custom/components/page-header/_story-assets/set-of-breadcrumbs.js +154 -0
  603. package/es-custom/components/page-header/_story-assets/set-of-breadcrumbs.js.map +1 -0
  604. package/es-custom/components/page-header/_story-assets/set-of-breadcrumbs.scss.js +13 -0
  605. package/es-custom/components/page-header/_story-assets/set-of-breadcrumbs.scss.js.map +1 -0
  606. package/es-custom/components/page-header/_story-assets/set-of-tags/index.d.ts +9 -0
  607. package/es-custom/components/page-header/_story-assets/set-of-tags/index.js +9 -0
  608. package/es-custom/components/page-header/_story-assets/set-of-tags/index.js.map +1 -0
  609. package/es-custom/components/page-header/_story-assets/set-of-tags/set-of-tags.d.ts +40 -0
  610. package/es-custom/components/page-header/_story-assets/set-of-tags/set-of-tags.js +260 -0
  611. package/es-custom/components/page-header/_story-assets/set-of-tags/set-of-tags.js.map +1 -0
  612. package/es-custom/components/page-header/_story-assets/set-of-tags/set-of-tags.scss.js +13 -0
  613. package/es-custom/components/page-header/_story-assets/set-of-tags/set-of-tags.scss.js.map +1 -0
  614. package/es-custom/components/page-header/_story-assets/set-of-tags/utils.d.ts +23 -0
  615. package/es-custom/components/page-header/_story-assets/set-of-tags/utils.js +44 -0
  616. package/es-custom/components/page-header/_story-assets/set-of-tags/utils.js.map +1 -0
  617. package/es-custom/components/page-header/context.d.ts +15 -0
  618. package/es-custom/components/page-header/context.js +27 -0
  619. package/es-custom/components/page-header/context.js.map +1 -0
  620. package/es-custom/components/page-header/index.d.ts +16 -0
  621. package/es-custom/components/page-header/index.js +16 -0
  622. package/es-custom/components/page-header/index.js.map +1 -0
  623. package/es-custom/components/page-header/page-header-breadcrumb.d.ts +36 -0
  624. package/es-custom/components/page-header/page-header-breadcrumb.js +106 -0
  625. package/es-custom/components/page-header/page-header-breadcrumb.js.map +1 -0
  626. package/es-custom/components/page-header/page-header-content-text.d.ts +22 -0
  627. package/es-custom/components/page-header/page-header-content-text.js +56 -0
  628. package/es-custom/components/page-header/page-header-content-text.js.map +1 -0
  629. package/es-custom/components/page-header/page-header-content.d.ts +42 -0
  630. package/es-custom/components/page-header/page-header-content.js +141 -0
  631. package/es-custom/components/page-header/page-header-content.js.map +1 -0
  632. package/es-custom/components/page-header/page-header-hero-image.d.ts +18 -0
  633. package/es-custom/components/page-header/page-header-hero-image.js +38 -0
  634. package/es-custom/components/page-header/page-header-hero-image.js.map +1 -0
  635. package/es-custom/components/page-header/page-header-scroller.d.ts +56 -0
  636. package/es-custom/components/page-header/page-header-scroller.js +166 -0
  637. package/es-custom/components/page-header/page-header-scroller.js.map +1 -0
  638. package/es-custom/components/page-header/page-header-tabs.d.ts +18 -0
  639. package/es-custom/components/page-header/page-header-tabs.js +48 -0
  640. package/es-custom/components/page-header/page-header-tabs.js.map +1 -0
  641. package/es-custom/components/page-header/page-header-title-breadcrumb.d.ts +20 -0
  642. package/es-custom/components/page-header/page-header-title-breadcrumb.js +71 -0
  643. package/es-custom/components/page-header/page-header-title-breadcrumb.js.map +1 -0
  644. package/es-custom/components/page-header/page-header.d.ts +31 -0
  645. package/es-custom/components/page-header/page-header.js +128 -0
  646. package/es-custom/components/page-header/page-header.js.map +1 -0
  647. package/es-custom/components/page-header/page-header.scss.js +13 -0
  648. package/es-custom/components/page-header/page-header.scss.js.map +1 -0
  649. package/es-custom/components/page-header/page-header.test.d.ts +1 -0
  650. package/es-custom/components/page-header/page-header.test.js +349 -0
  651. package/es-custom/components/page-header/page-header.test.js.map +1 -0
  652. package/es-custom/components/page-header/utils.d.ts +32 -0
  653. package/es-custom/components/page-header/utils.js +76 -0
  654. package/es-custom/components/page-header/utils.js.map +1 -0
  655. package/es-custom/components/side-panel/_story-assets/index.d.ts +8 -0
  656. package/es-custom/components/side-panel/_story-assets/index.js +275 -0
  657. package/es-custom/components/side-panel/_story-assets/index.js.map +1 -0
  658. package/es-custom/components/side-panel/defs.d.ts +39 -0
  659. package/es-custom/components/side-panel/defs.js +51 -0
  660. package/es-custom/components/side-panel/defs.js.map +1 -0
  661. package/es-custom/components/side-panel/index.d.ts +9 -0
  662. package/es-custom/components/side-panel/index.js +9 -0
  663. package/es-custom/components/side-panel/index.js.map +1 -0
  664. package/es-custom/components/side-panel/side-panel.d.ts +571 -0
  665. package/es-custom/components/side-panel/side-panel.js +859 -0
  666. package/es-custom/components/side-panel/side-panel.js.map +1 -0
  667. package/es-custom/components/side-panel/side-panel.scss.js +13 -0
  668. package/es-custom/components/side-panel/side-panel.scss.js.map +1 -0
  669. package/es-custom/components/side-panel/side-panel.test.d.ts +3 -0
  670. package/es-custom/components/side-panel/side-panel.test.js +273 -0
  671. package/es-custom/components/side-panel/side-panel.test.js.map +1 -0
  672. package/es-custom/components/side-panel/story-styles.scss.js +13 -0
  673. package/es-custom/components/side-panel/story-styles.scss.js.map +1 -0
  674. package/es-custom/components/tearsheet/defs.d.ts +26 -0
  675. package/es-custom/components/tearsheet/defs.js +39 -0
  676. package/es-custom/components/tearsheet/defs.js.map +1 -0
  677. package/es-custom/components/tearsheet/index.d.ts +9 -0
  678. package/es-custom/components/tearsheet/index.js +9 -0
  679. package/es-custom/components/tearsheet/index.js.map +1 -0
  680. package/es-custom/components/tearsheet/story-styles.scss.js +13 -0
  681. package/es-custom/components/tearsheet/story-styles.scss.js.map +1 -0
  682. package/es-custom/components/tearsheet/tearsheet.d.ts +535 -0
  683. package/es-custom/components/tearsheet/tearsheet.js +721 -0
  684. package/es-custom/components/tearsheet/tearsheet.js.map +1 -0
  685. package/es-custom/components/tearsheet/tearsheet.scss.js +13 -0
  686. package/es-custom/components/tearsheet/tearsheet.scss.js.map +1 -0
  687. package/es-custom/components/tearsheet/tearsheet.test.d.ts +14 -0
  688. package/es-custom/components/tearsheet/tearsheet.test.js +305 -0
  689. package/es-custom/components/tearsheet/tearsheet.test.js.map +1 -0
  690. package/es-custom/components/tearsheet/utils.d.ts +34 -0
  691. package/es-custom/components/tearsheet/utils.js +370 -0
  692. package/es-custom/components/tearsheet/utils.js.map +1 -0
  693. package/es-custom/components/truncated-text/index.d.ts +9 -0
  694. package/es-custom/components/truncated-text/index.js +9 -0
  695. package/es-custom/components/truncated-text/index.js.map +1 -0
  696. package/es-custom/components/truncated-text/truncated-text.d.ts +78 -0
  697. package/es-custom/components/truncated-text/truncated-text.js +257 -0
  698. package/es-custom/components/truncated-text/truncated-text.js.map +1 -0
  699. package/es-custom/components/truncated-text/truncated-text.scss.js +13 -0
  700. package/es-custom/components/truncated-text/truncated-text.scss.js.map +1 -0
  701. package/es-custom/components/truncated-text/truncated-text.test.d.ts +7 -0
  702. package/es-custom/components/truncated-text/truncated-text.test.js +77 -0
  703. package/es-custom/components/truncated-text/truncated-text.test.js.map +1 -0
  704. package/es-custom/components/user-avatar/index.d.ts +9 -0
  705. package/es-custom/components/user-avatar/index.js +9 -0
  706. package/es-custom/components/user-avatar/index.js.map +1 -0
  707. package/es-custom/components/user-avatar/user-avatar.d.ts +425 -0
  708. package/es-custom/components/user-avatar/user-avatar.figma.js +161 -0
  709. package/es-custom/components/user-avatar/user-avatar.figma.js.map +1 -0
  710. package/es-custom/components/user-avatar/user-avatar.js +141 -0
  711. package/es-custom/components/user-avatar/user-avatar.js.map +1 -0
  712. package/es-custom/components/user-avatar/user-avatar.scss.js +13 -0
  713. package/es-custom/components/user-avatar/user-avatar.scss.js.map +1 -0
  714. package/es-custom/components/user-avatar/user-avatar.test.d.ts +1 -0
  715. package/es-custom/components/user-avatar/user-avatar.test.js +128 -0
  716. package/es-custom/components/user-avatar/user-avatar.test.js.map +1 -0
  717. package/es-custom/globals/internal/handle.d.ts +18 -0
  718. package/es-custom/globals/internal/handle.js +8 -0
  719. package/es-custom/globals/internal/handle.js.map +1 -0
  720. package/es-custom/globals/internal/pconsole.d.ts +15 -0
  721. package/es-custom/globals/internal/pconsole.js +30 -0
  722. package/es-custom/globals/internal/pconsole.js.map +1 -0
  723. package/es-custom/globals/internal/storybook-cdn.js +78 -0
  724. package/es-custom/globals/internal/storybook-cdn.js.map +1 -0
  725. package/es-custom/globals/js/utils/getSupportedLocale.d.ts +12 -0
  726. package/es-custom/globals/js/utils/getSupportedLocale.js +35 -0
  727. package/es-custom/globals/js/utils/getSupportedLocale.js.map +1 -0
  728. package/es-custom/globals/settings.d.ts +15 -0
  729. package/es-custom/globals/settings.js +28 -0
  730. package/es-custom/globals/settings.js.map +1 -0
  731. package/es-custom/index.d.ts +25 -0
  732. package/es-custom/index.js +25 -0
  733. package/es-custom/index.js.map +1 -0
  734. package/es-custom/node_modules/@carbon/layout/es/index.js +44 -0
  735. package/es-custom/node_modules/@carbon/layout/es/index.js.map +1 -0
  736. package/es-custom/node_modules/@carbon/utilities/es/dateTimeFormat/index.js +13 -0
  737. package/es-custom/node_modules/@carbon/utilities/es/dateTimeFormat/index.js.map +1 -0
  738. package/es-custom/node_modules/@carbon/utilities/es/dateTimeFormat/relative.js +11 -0
  739. package/es-custom/node_modules/@carbon/utilities/es/dateTimeFormat/relative.js.map +1 -0
  740. package/es-custom/node_modules/@carbon/utilities/es/documentLang/documentLang.js +9 -0
  741. package/es-custom/node_modules/@carbon/utilities/es/documentLang/documentLang.js.map +1 -0
  742. package/es-custom/node_modules/@carbon/utilities/es/overflowHandler/overflowHandler.js +11 -0
  743. package/es-custom/node_modules/@carbon/utilities/es/overflowHandler/overflowHandler.js.map +1 -0
  744. package/es-custom/packages/ibm-products-web-components/package.json.js +13 -0
  745. package/es-custom/packages/ibm-products-web-components/package.json.js.map +1 -0
  746. package/es-custom/patterns/step-flow/_story-assets/step-full-page.d.ts +41 -0
  747. package/es-custom/patterns/step-flow/_story-assets/step-full-page.js +257 -0
  748. package/es-custom/patterns/step-flow/_story-assets/step-full-page.js.map +1 -0
  749. package/es-custom/patterns/step-flow/_story-assets/step-full-page.scss.js +13 -0
  750. package/es-custom/patterns/step-flow/_story-assets/step-full-page.scss.js.map +1 -0
  751. package/es-custom/patterns/step-flow/_story-assets/step-tearsheet.d.ts +41 -0
  752. package/es-custom/patterns/step-flow/_story-assets/step-tearsheet.js +255 -0
  753. package/es-custom/patterns/step-flow/_story-assets/step-tearsheet.js.map +1 -0
  754. package/es-custom/patterns/step-flow/index.d.ts +10 -0
  755. package/es-custom/patterns/step-flow/index.js +10 -0
  756. package/es-custom/patterns/step-flow/index.js.map +1 -0
  757. package/es-custom/patterns/step-flow/step-flow-signal.d.ts +24 -0
  758. package/es-custom/patterns/step-flow/step-flow-signal.js +54 -0
  759. package/es-custom/patterns/step-flow/step-flow-signal.js.map +1 -0
  760. package/es-custom/patterns/step-flow/step-flow-signal.test.d.ts +7 -0
  761. package/es-custom/patterns/step-flow/step-flow-signal.test.js +88 -0
  762. package/es-custom/patterns/step-flow/step-flow-signal.test.js.map +1 -0
  763. package/es-custom/patterns/step-flow/step-group.d.ts +15 -0
  764. package/es-custom/patterns/step-flow/step-group.js +28 -0
  765. package/es-custom/patterns/step-flow/step-group.js.map +1 -0
  766. package/es-custom/patterns/step-flow/story-styles.scss.js +13 -0
  767. package/es-custom/patterns/step-flow/story-styles.scss.js.map +1 -0
  768. package/es-custom/utilities/carousel/carousel.d.ts +14 -0
  769. package/es-custom/utilities/carousel/carousel.js +341 -0
  770. package/es-custom/utilities/carousel/carousel.js.map +1 -0
  771. package/es-custom/utilities/carousel/index.d.ts +8 -0
  772. package/es-custom/utilities/carousel/index.js +9 -0
  773. package/es-custom/utilities/carousel/index.js.map +1 -0
  774. package/es-custom/utilities/carousel/swipeEvents.d.ts +7 -0
  775. package/es-custom/utilities/carousel/swipeEvents.js +109 -0
  776. package/es-custom/utilities/carousel/swipeEvents.js.map +1 -0
  777. package/es-custom/utilities/carousel/types.d.ts +37 -0
  778. package/es-custom/utilities/carousel/types.js +8 -0
  779. package/es-custom/utilities/carousel/types.js.map +1 -0
  780. package/es-custom/utilities/makeDraggable/makeDraggable.d.ts +38 -0
  781. package/es-custom/utilities/makeDraggable/makeDraggable.js +136 -0
  782. package/es-custom/utilities/makeDraggable/makeDraggable.js.map +1 -0
  783. package/es-custom/utilities/manageFocusTrap/manageFocusTrap.d.ts +13 -0
  784. package/es-custom/utilities/manageFocusTrap/manageFocusTrap.js +138 -0
  785. package/es-custom/utilities/manageFocusTrap/manageFocusTrap.js.map +1 -0
  786. package/lib/components/about-modal/about-modal.d.ts +458 -0
  787. package/lib/components/about-modal/about-modal.test.d.ts +7 -0
  788. package/lib/components/about-modal/index.d.ts +9 -0
  789. package/lib/components/checklist/checklist-chart.d.ts +25 -0
  790. package/lib/components/checklist/checklist-group.d.ts +25 -0
  791. package/lib/components/checklist/checklist-icon.d.ts +26 -0
  792. package/lib/components/checklist/checklist-item.d.ts +41 -0
  793. package/lib/components/checklist/checklist.d.ts +73 -0
  794. package/lib/components/checklist/checklist.test.d.ts +7 -0
  795. package/lib/components/checklist/checklist.types.d.ts +22 -0
  796. package/lib/components/checklist/index.d.ts +13 -0
  797. package/lib/components/coachmark/coachmark-beacon/coachmark-beacon.d.ts +418 -0
  798. package/lib/components/coachmark/coachmark-beacon/coachmark-beacon.test.d.ts +9 -0
  799. package/lib/components/coachmark/coachmark-beacon/defs.d.ts +14 -0
  800. package/lib/components/coachmark/coachmark-beacon/defs.js +25 -0
  801. package/lib/components/coachmark/coachmark-beacon/defs.js.map +1 -0
  802. package/lib/components/coachmark/coachmark-beacon/index.d.ts +9 -0
  803. package/lib/components/coachmark/coachmark-body.d.ts +382 -0
  804. package/lib/components/coachmark/coachmark-context.d.ts +11 -0
  805. package/lib/components/coachmark/coachmark-header.d.ts +392 -0
  806. package/lib/components/coachmark/coachmark.d.ts +416 -0
  807. package/lib/components/coachmark/coachmark.test.d.ts +1 -0
  808. package/lib/components/coachmark/index.d.ts +11 -0
  809. package/lib/components/full-page-error/full-page-error.d.ts +43 -0
  810. package/lib/components/full-page-error/full-page-error.test.d.ts +7 -0
  811. package/lib/components/full-page-error/index.d.ts +9 -0
  812. package/lib/components/full-page-error/types.d.ts +13 -0
  813. package/lib/components/guide-banner/guide-banner-element.d.ts +378 -0
  814. package/lib/components/guide-banner/guide-banner.d.ts +398 -0
  815. package/lib/components/guide-banner/guide-banner.test.d.ts +1 -0
  816. package/lib/components/guide-banner/index.d.ts +10 -0
  817. package/lib/components/interstitial-screen/index.d.ts +13 -0
  818. package/lib/components/interstitial-screen/interstitial-screen-body-item.d.ts +388 -0
  819. package/lib/components/interstitial-screen/interstitial-screen-body.d.ts +402 -0
  820. package/lib/components/interstitial-screen/interstitial-screen-context.d.ts +18 -0
  821. package/lib/components/interstitial-screen/interstitial-screen-footer.d.ts +429 -0
  822. package/lib/components/interstitial-screen/interstitial-screen-header.d.ts +413 -0
  823. package/lib/components/interstitial-screen/interstitial-screen.d.ts +441 -0
  824. package/lib/components/interstitial-screen/interstitial-screen.test.d.ts +1 -0
  825. package/lib/components/notification-panel/_story-assets/unread-notification-bell.d.ts +3 -0
  826. package/lib/components/notification-panel/date-time-context.d.ts +9 -0
  827. package/lib/components/notification-panel/defs.d.ts +8 -0
  828. package/lib/components/notification-panel/defs.js +10 -0
  829. package/lib/components/notification-panel/defs.js.map +1 -0
  830. package/lib/components/notification-panel/index.d.ts +11 -0
  831. package/lib/components/notification-panel/notification-footer.d.ts +405 -0
  832. package/lib/components/notification-panel/notification-footer.test.d.ts +7 -0
  833. package/lib/components/notification-panel/notification-panel.d.ts +479 -0
  834. package/lib/components/notification-panel/notification-panel.test.d.ts +7 -0
  835. package/lib/components/notification-panel/notification.d.ts +415 -0
  836. package/lib/components/notification-panel/notification.test.d.ts +7 -0
  837. package/lib/components/options-tile/index.d.ts +9 -0
  838. package/lib/components/options-tile/options-tile.d.ts +416 -0
  839. package/lib/components/options-tile/options-tile.test.d.ts +1 -0
  840. package/lib/components/page-header/_story-assets/overflowHandler.d.ts +98 -0
  841. package/lib/components/page-header/_story-assets/set-of-breadcrumbs.d.ts +43 -0
  842. package/lib/components/page-header/_story-assets/set-of-tags/index.d.ts +9 -0
  843. package/lib/components/page-header/_story-assets/set-of-tags/set-of-tags.d.ts +40 -0
  844. package/lib/components/page-header/_story-assets/set-of-tags/utils.d.ts +23 -0
  845. package/lib/components/page-header/context.d.ts +15 -0
  846. package/lib/components/page-header/index.d.ts +16 -0
  847. package/lib/components/page-header/page-header-breadcrumb.d.ts +36 -0
  848. package/lib/components/page-header/page-header-content-text.d.ts +22 -0
  849. package/lib/components/page-header/page-header-content.d.ts +42 -0
  850. package/lib/components/page-header/page-header-hero-image.d.ts +18 -0
  851. package/lib/components/page-header/page-header-scroller.d.ts +56 -0
  852. package/lib/components/page-header/page-header-tabs.d.ts +18 -0
  853. package/lib/components/page-header/page-header-title-breadcrumb.d.ts +20 -0
  854. package/lib/components/page-header/page-header.d.ts +31 -0
  855. package/lib/components/page-header/page-header.test.d.ts +1 -0
  856. package/lib/components/page-header/utils.d.ts +32 -0
  857. package/lib/components/side-panel/_story-assets/index.d.ts +8 -0
  858. package/lib/components/side-panel/defs.d.ts +39 -0
  859. package/lib/components/side-panel/defs.js +51 -0
  860. package/lib/components/side-panel/defs.js.map +1 -0
  861. package/lib/components/side-panel/index.d.ts +9 -0
  862. package/lib/components/side-panel/side-panel.d.ts +571 -0
  863. package/lib/components/side-panel/side-panel.test.d.ts +3 -0
  864. package/lib/components/tearsheet/defs.d.ts +26 -0
  865. package/lib/components/tearsheet/defs.js +39 -0
  866. package/lib/components/tearsheet/defs.js.map +1 -0
  867. package/lib/components/tearsheet/index.d.ts +9 -0
  868. package/lib/components/tearsheet/tearsheet.d.ts +535 -0
  869. package/lib/components/tearsheet/tearsheet.test.d.ts +14 -0
  870. package/lib/components/tearsheet/utils.d.ts +34 -0
  871. package/lib/components/truncated-text/index.d.ts +9 -0
  872. package/lib/components/truncated-text/truncated-text.d.ts +78 -0
  873. package/lib/components/truncated-text/truncated-text.test.d.ts +7 -0
  874. package/lib/components/user-avatar/index.d.ts +9 -0
  875. package/lib/components/user-avatar/user-avatar.d.ts +425 -0
  876. package/lib/components/user-avatar/user-avatar.test.d.ts +1 -0
  877. package/lib/globals/internal/handle.d.ts +18 -0
  878. package/lib/globals/internal/pconsole.d.ts +15 -0
  879. package/lib/globals/js/utils/getSupportedLocale.d.ts +12 -0
  880. package/lib/globals/js/utils/getSupportedLocale.js +37 -0
  881. package/lib/globals/js/utils/getSupportedLocale.js.map +1 -0
  882. package/lib/globals/settings.d.ts +15 -0
  883. package/lib/globals/settings.js +32 -0
  884. package/lib/globals/settings.js.map +1 -0
  885. package/lib/index.d.ts +25 -0
  886. package/lib/patterns/step-flow/_story-assets/step-full-page.d.ts +41 -0
  887. package/lib/patterns/step-flow/_story-assets/step-tearsheet.d.ts +41 -0
  888. package/lib/patterns/step-flow/index.d.ts +10 -0
  889. package/lib/patterns/step-flow/step-flow-signal.d.ts +24 -0
  890. package/lib/patterns/step-flow/step-flow-signal.test.d.ts +7 -0
  891. package/lib/patterns/step-flow/step-group.d.ts +15 -0
  892. package/lib/utilities/carousel/carousel.d.ts +14 -0
  893. package/lib/utilities/carousel/index.d.ts +8 -0
  894. package/lib/utilities/carousel/swipeEvents.d.ts +7 -0
  895. package/lib/utilities/carousel/types.d.ts +37 -0
  896. package/lib/utilities/makeDraggable/makeDraggable.d.ts +38 -0
  897. package/lib/utilities/manageFocusTrap/manageFocusTrap.d.ts +13 -0
  898. package/package.json +3 -3
  899. package/scss/components/about-modal/about-modal.scss +117 -0
  900. package/scss/components/checklist/checklist.scss +70 -0
  901. package/scss/components/coachmark/coachmark-beacon/coachmark-beacon.scss +91 -0
  902. package/scss/components/coachmark/coachmark-body.scss +19 -0
  903. package/scss/components/coachmark/coachmark-header.scss +32 -0
  904. package/scss/components/coachmark/coachmark.scss +30 -0
  905. package/scss/components/full-page-error/full-page-error.scss +29 -0
  906. package/scss/components/guide-banner/guide-banner.scss +30 -0
  907. package/scss/components/interstitial-screen/interstitial-screen-body-item.scss +18 -0
  908. package/scss/components/interstitial-screen/interstitial-screen-body.scss +29 -0
  909. package/scss/components/interstitial-screen/interstitial-screen-footer.scss +39 -0
  910. package/scss/components/interstitial-screen/interstitial-screen-header.scss +13 -0
  911. package/scss/components/interstitial-screen/interstitial-screen.scss +28 -0
  912. package/scss/components/notification-panel/notification-footer.scss +65 -0
  913. package/scss/components/notification-panel/notification-panel.scss +58 -0
  914. package/scss/components/notification-panel/notification.scss +147 -0
  915. package/scss/components/options-tile/options-tile.scss +102 -0
  916. package/scss/components/page-header/_story-assets/_storybook-styles.scss +35 -0
  917. package/scss/components/page-header/_story-assets/set-of-breadcrumbs.scss +41 -0
  918. package/scss/components/page-header/_story-assets/set-of-tags/set-of-tags.scss +96 -0
  919. package/scss/components/page-header/page-header.scss +422 -0
  920. package/scss/components/side-panel/side-panel.scss +307 -0
  921. package/scss/components/tearsheet/tearsheet.scss +343 -0
  922. package/scss/components/truncated-text/truncated-text.scss +110 -0
  923. package/scss/components/user-avatar/user-avatar.scss +119 -0
@@ -0,0 +1,341 @@
1
+ /**
2
+ * Copyright IBM Corp. 2024
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+
8
+ import { registerSwipeEvents } from './swipeEvents.js';
9
+
10
+ /**
11
+ * Copyright IBM Corp. 2025
12
+ *
13
+ * This source code is licensed under the Apache-2.0 license found in the
14
+ * LICENSE file in the root directory of this source tree.
15
+ */
16
+ /**
17
+ * Initializes a carousel with the given configuration.
18
+ * @param carouselContainer - The HTMLElement representing the carousel container.
19
+ * @param config - Optional configuration object.
20
+ * @returns An object containing methods to control the carousel.
21
+ */
22
+ const initCarousel = (carouselContainer, config) => {
23
+ const prefix = 'carousel';
24
+ let viewIndexStack = [0];
25
+ let previousViewIndexStack = [0];
26
+ const refs = {};
27
+ const minHeight = 10; // 10 rem
28
+ const { onViewChangeStart, onViewChangeEnd, excludeSwipeSupport } = config || {};
29
+ /**
30
+ * Registers an HTMLElement at a specific index in the refs array.
31
+ *
32
+ * @param {number} index - The index at which to register the HTMLElement.
33
+ * @param {HTMLElement} ref - The HTMLElement to register.
34
+ *
35
+ * @example
36
+ * registerRef(0, document.getElementById('myElement'));
37
+ */
38
+ const registerRef = (index, ref) => {
39
+ refs[index] = ref;
40
+ };
41
+ /**
42
+ * Wraps all child elements of a given container into a new div with the specified class.
43
+ * If an element with the specified class already exists as a child of the container, the function does nothing.
44
+ *
45
+ * @param {HTMLElement} container - The container element to wrap child elements of.
46
+ * @param {string} wrapperClass - The class name to apply to the new wrapper div.
47
+ * @returns {void}
48
+ */
49
+ const wrapAllItems = (container, wrapperClass) => {
50
+ if (container.querySelector(`.${wrapperClass}`)) {
51
+ return;
52
+ }
53
+ const wrapper = document.createElement('div');
54
+ wrapper.classList.add(`${wrapperClass}`);
55
+ while (container.firstChild) {
56
+ wrapper.appendChild(container.firstChild);
57
+ }
58
+ container.appendChild(wrapper);
59
+ };
60
+ const getHistory = () => {
61
+ return viewIndexStack.map((id) => ({
62
+ id,
63
+ elem: refs[id],
64
+ }));
65
+ };
66
+ /**
67
+ * Retrieves the current carousel response based on the view index stack and reference objects.
68
+ * @returns {CarouselResponse} - An object containing carousel response details.
69
+ */
70
+ const getCallbackResponse = () => {
71
+ const totalRefs = Object.keys(refs).length;
72
+ const lastElementRef = refs[totalRefs - 1];
73
+ const historicalData = getHistory();
74
+ return {
75
+ currentIndex: viewIndexStack[0],
76
+ lastIndex: parseInt((lastElementRef === null || lastElementRef === void 0 ? void 0 : lastElementRef.dataset.index) || viewIndexStack[0].toString(), 10),
77
+ totalViews: totalRefs,
78
+ historyStack: historicalData,
79
+ };
80
+ };
81
+ /**
82
+ * Handles the start of a transition in the application.
83
+ * This function is responsible for capturing the current state of the view index stack
84
+ * and invoking a callback function if it exists.
85
+ *
86
+ * @function handleTransitionStart
87
+ * @returns {void}
88
+ */
89
+ const handleTransitionStart = () => {
90
+ previousViewIndexStack = [...viewIndexStack];
91
+ const callbackData = getCallbackResponse();
92
+ onViewChangeStart === null || onViewChangeStart === void 0 ? void 0 : onViewChangeStart(callbackData);
93
+ };
94
+ /**
95
+ * Handles the 'transitionend' event for a given element.
96
+ * This function checks if the element has a 'data-index' attribute and if its value matches the current view index.
97
+ * If both conditions are met, it calls the 'onViewChangeEnd' callback with the response from 'getCallbackResponse'.
98
+ *
99
+ * @param {HTMLElement | null} el - The element to handle the 'transitionend' event for.
100
+ * @returns {void}
101
+ */
102
+ const handleTransitionEnd = (el) => {
103
+ if (!el) {
104
+ return;
105
+ }
106
+ const tmpElementIndex = el.dataset.index;
107
+ if (tmpElementIndex &&
108
+ viewIndexStack[0] === parseInt(tmpElementIndex, 10)) {
109
+ const callbackData = getCallbackResponse();
110
+ onViewChangeEnd === null || onViewChangeEnd === void 0 ? void 0 : onViewChangeEnd(callbackData);
111
+ }
112
+ };
113
+ /**
114
+ * A utility function to sanitize an index value.
115
+ * This function ensures the index stays within the bounds of the refs array.
116
+ *
117
+ * @param {number} idx - The index to be sanitized.
118
+ * @returns {number} - The sanitized index.
119
+ */
120
+ const sanitizeIndex = (idx) => {
121
+ const floorVal = 0;
122
+ const ceilVal = Object.keys(refs).length - 1;
123
+ return Math.max(floorVal, Math.min(idx, ceilVal));
124
+ };
125
+ /**
126
+ * Handles the 'transitionend' event for a given element.
127
+ * This function checks if the element has a 'data-index' attribute and if its value matches the current view index.
128
+ * If both conditions are met, it calls the 'onViewChangeEnd' callback with the response from 'getCallbackResponse'.
129
+ * @returns {void}
130
+ */
131
+ const transitionToViewIndex = (idx) => {
132
+ const sanitizedIndex = sanitizeIndex(idx);
133
+ if (viewIndexStack[0] !== sanitizedIndex) {
134
+ handleTransitionStart();
135
+ viewIndexStack = [sanitizedIndex, ...viewIndexStack];
136
+ performAnimation(false);
137
+ }
138
+ };
139
+ const transitionComplete = (ref) => {
140
+ handleTransitionEnd(ref);
141
+ };
142
+ /**
143
+ * Attaches class names to an HTMLElement based on given conditions.
144
+ *
145
+ * @param {HTMLElement} viewItem - The HTML element to which class names will be added.
146
+ * @param {boolean} isInViewStack - Indicates if the view item is in the view stack.
147
+ * @param {boolean} isActive - Indicates if the view item is active.
148
+ * @param {boolean} isBeingRecycledOut - Indicates if the view item is being recycled out.
149
+ * @param {boolean} isBeingRecycledIn - Indicates if the view item is being recycled in.
150
+ * @returns {void}
151
+ */
152
+ const attachClassNames = (viewItem, isInViewStack, isActive, isBeingRecycledOut, isBeingRecycledIn) => {
153
+ viewItem.classList.add(`${prefix}__view`);
154
+ viewItem.classList.toggle(`${prefix}__view-in-stack`, isInViewStack && !isActive);
155
+ viewItem.classList.toggle(`${prefix}__view-active`, isInViewStack && isActive);
156
+ if (isBeingRecycledIn && !isBeingRecycledOut) {
157
+ viewItem.classList.add(`${prefix}__view-recycle-in`);
158
+ }
159
+ if (!isBeingRecycledIn && isBeingRecycledOut) {
160
+ viewItem.classList.add(`${prefix}__view-recycle-out`);
161
+ }
162
+ };
163
+ const removeReCycleClasses = (viewItem) => {
164
+ viewItem.classList.remove(`${prefix}__view-recycle-in`, `${prefix}__view-recycle-out`);
165
+ };
166
+ const remToPx = (rem) => {
167
+ return (rem * parseFloat(getComputedStyle(document.documentElement).fontSize));
168
+ };
169
+ /**
170
+ * Updates the height of the items wrapper in a carousel based on the smallest item height and a threshold height.
171
+ * This function ensures that the items wrapper does not have a height smaller than the threshold, adjusting the item height if necessary.
172
+ *
173
+ * @param {number} itemHeightSmallest - The smallest height of an item in pixels.
174
+ */
175
+ const updateHeightForWrapper = (itemHeightSmallest) => {
176
+ const thresholdHeight = remToPx(minHeight);
177
+ const containerHeight = carouselContainer.clientHeight;
178
+ if (containerHeight < thresholdHeight) {
179
+ if (itemHeightSmallest < thresholdHeight) {
180
+ itemHeightSmallest = thresholdHeight;
181
+ }
182
+ const itemsWrapper = carouselContainer.querySelector(`.${prefix}__itemsWrapper`);
183
+ if (itemsWrapper) {
184
+ itemsWrapper.style.blockSize = `${itemHeightSmallest}px`;
185
+ }
186
+ }
187
+ };
188
+ /**
189
+ * Performs animation on view items based on their state in the view index stack.
190
+ * @param {boolean} isInitial - A flag indicating if this is the initial animation.
191
+ */
192
+ const performAnimation = (isInitial) => {
193
+ let itemHeightSmallest = 0;
194
+ Array.from(viewItems).forEach((viewItem, index) => {
195
+ const stackIndex = viewIndexStack.findIndex((idx) => idx === index);
196
+ const stackIndexInstanceCount = previousViewIndexStack.filter((viIdx) => viIdx === index).length;
197
+ const isBeingRecycledOut = previousViewIndexStack.length > viewIndexStack.length &&
198
+ previousViewIndexStack[0] === index &&
199
+ stackIndexInstanceCount > 0;
200
+ const isBeingRecycledIn = previousViewIndexStack.length < viewIndexStack.length &&
201
+ viewIndexStack[0] === index &&
202
+ stackIndexInstanceCount > 0;
203
+ const isInViewStack = stackIndex > -1;
204
+ const isActive = index === viewIndexStack[0];
205
+ attachClassNames(viewItem, isInViewStack, isActive, isBeingRecycledOut, isBeingRecycledIn);
206
+ if (isInitial) {
207
+ registerRef(index, viewItem);
208
+ setTimeout(() => {
209
+ if (!itemHeightSmallest ||
210
+ (viewItem.offsetHeight < itemHeightSmallest &&
211
+ itemHeightSmallest > remToPx(minHeight))) {
212
+ itemHeightSmallest = viewItem.offsetHeight;
213
+ }
214
+ viewItem.style.position = 'absolute';
215
+ updateHeightForWrapper(itemHeightSmallest);
216
+ });
217
+ const listener = (e) => {
218
+ removeReCycleClasses(viewItem);
219
+ if (e.target === refs[viewIndexStack[0]]) {
220
+ //transitionend will trigger twice for pervious card and current card
221
+ transitionComplete(viewItem);
222
+ }
223
+ };
224
+ // store reference on the element for later removal
225
+ viewItem._carouselListener = listener;
226
+ viewItem.addEventListener('animationend', listener);
227
+ viewItem.addEventListener('transitionend', listener);
228
+ viewItem.setAttribute('data-index', index.toString());
229
+ }
230
+ });
231
+ if (isInitial) {
232
+ handleTransitionEnd(Array.from(viewItems)[0]);
233
+ }
234
+ };
235
+ /**
236
+ * A utility function to navigate to the next view in the stack.
237
+ * This function increments the current view index and transitions to the new index.
238
+ *
239
+ * @returns {void} - This function does not return any value.
240
+ */
241
+ const navigateNext = () => {
242
+ const targetViewIndex = viewIndexStack[0] + 1;
243
+ transitionToViewIndex(targetViewIndex);
244
+ };
245
+ /**
246
+ * Navigates to the previous view in the view stack.
247
+ * @function navigatePrev
248
+ * @description This function checks if there is a previous view in the stack. If so, it triggers a transition start, removes the current view from the stack, and performs an animation to transition to the previous view.
249
+ * @returns {void} - This function does not return a value.
250
+ */
251
+ const navigatePrev = () => {
252
+ if (viewIndexStack.length - 1 >= 1) {
253
+ handleTransitionStart();
254
+ viewIndexStack = viewIndexStack.slice(1);
255
+ performAnimation(false);
256
+ }
257
+ };
258
+ /**
259
+ * A function that transitions the view to a specified index.
260
+ *
261
+ * @param {number} index - The index to transition to.
262
+ * @returns {void} - This function does not return a value.
263
+ */
264
+ const goToIndex = (index) => {
265
+ transitionToViewIndex(index);
266
+ };
267
+ /**
268
+ * Retrieves the currently active item and its index from the view index stack and references.
269
+ * @returns An object containing the index and the corresponding item reference.
270
+ */
271
+ const getActiveItem = () => {
272
+ return {
273
+ index: viewIndexStack[0],
274
+ item: refs[viewIndexStack[0]],
275
+ };
276
+ };
277
+ /**
278
+ * Resets the view index stack and performs an animation.
279
+ *
280
+ * @returns {void}
281
+ */
282
+ const reset = () => {
283
+ viewIndexStack = [0];
284
+ performAnimation(false);
285
+ };
286
+ /**
287
+ * Removes event listeners for 'animationend' and 'transitionend' events from all elements with references stored in the `refs` object.
288
+ * Also registers swipe events if `excludeSwipeSupport` is false.
289
+ */
290
+ const destroyEvents = () => {
291
+ Object.values(refs).forEach((el) => {
292
+ if (el && el._carouselListener) {
293
+ el.removeEventListener('animationend', el._carouselListener);
294
+ el.removeEventListener('transitionend', el._carouselListener);
295
+ }
296
+ });
297
+ if (!excludeSwipeSupport) {
298
+ registerSwipeEvents(carouselContainer, navigateNext, navigatePrev, true);
299
+ }
300
+ };
301
+ /**
302
+ * Retrieves carousel items from a given container element.
303
+ * If the container has a 'slot' element, it fetches all elements assigned to that slot.
304
+ * Otherwise, it fetches all direct children of the container.
305
+ *
306
+ * @param {HTMLElement} container - The container element from which to extract carousel items.
307
+ * @returns {HTMLElement[]} An array of HTMLElements representing the carousel items.
308
+ *
309
+ * @example
310
+ * const carouselContainer = document.querySelector('.carousel-container');
311
+ * const carouselItems = getCarouselItems(carouselContainer);
312
+ * console.log(carouselItems); // Logs the carousel items as HTMLElements
313
+ */
314
+ const getCarouselItems = (container) => {
315
+ const slot = container.querySelector('slot');
316
+ return slot
317
+ ? slot.assignedElements({ flatten: true })
318
+ : Array.from(container.children);
319
+ };
320
+ // initialize
321
+ wrapAllItems(carouselContainer, `${prefix}__itemsWrapper`);
322
+ const wrapper = carouselContainer.querySelector(`.${prefix}__itemsWrapper`);
323
+ const viewItems = getCarouselItems(wrapper);
324
+ carouselContainer.classList.add(`${prefix}__view-stack`);
325
+ performAnimation(true);
326
+ if (!excludeSwipeSupport) {
327
+ registerSwipeEvents(carouselContainer, navigateNext, navigatePrev, false);
328
+ }
329
+ return {
330
+ next: navigateNext,
331
+ prev: navigatePrev,
332
+ reset,
333
+ goToIndex,
334
+ getActiveItem,
335
+ destroyEvents,
336
+ allViews: refs,
337
+ };
338
+ };
339
+
340
+ export { initCarousel };
341
+ //# sourceMappingURL=carousel.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"carousel.js","sources":["../../../src/utilities/carousel/carousel.ts"],"sourcesContent":[null],"names":[],"mappings":";;;;;;;;;AAAA;;;;;AAKG;AAUH;;;;;AAKG;MACU,YAAY,GAAG,CAC1B,iBAA8B,EAC9B,MAAe,KACC;IAChB,MAAM,MAAM,GAAG,UAAU;AACzB,IAAA,IAAI,cAAc,GAAG,CAAC,CAAC,CAAC;AACxB,IAAA,IAAI,sBAAsB,GAAG,CAAC,CAAC,CAAC;IAChC,MAAM,IAAI,GAAuC,EAAE;AAEnD,IAAA,MAAM,SAAS,GAAG,EAAE,CAAC;IAErB,MAAM,EAAE,iBAAiB,EAAE,eAAe,EAAE,mBAAmB,EAAE,GAC/D,MAAM,IAAI,EAAE;AAEd;;;;;;;;AAQG;AACH,IAAA,MAAM,WAAW,GAAG,CAAC,KAAa,EAAE,GAAgB,KAAI;AACtD,QAAA,IAAI,CAAC,KAAK,CAAC,GAAG,GAAG;AACnB,KAAC;AAED;;;;;;;AAOG;AACH,IAAA,MAAM,YAAY,GAAG,CAAC,SAAsB,EAAE,YAAoB,KAAI;QACpE,IAAI,SAAS,CAAC,aAAa,CAAC,IAAI,YAAY,CAAA,CAAE,CAAC,EAAE;YAC/C;;QAGF,MAAM,OAAO,GAAG,QAAQ,CAAC,aAAa,CAAC,KAAK,CAAC;QAC7C,OAAO,CAAC,SAAS,CAAC,GAAG,CAAC,CAAG,EAAA,YAAY,CAAE,CAAA,CAAC;AACxC,QAAA,OAAO,SAAS,CAAC,UAAU,EAAE;AAC3B,YAAA,OAAO,CAAC,WAAW,CAAC,SAAS,CAAC,UAAU,CAAC;;AAE3C,QAAA,SAAS,CAAC,WAAW,CAAC,OAAO,CAAC;AAChC,KAAC;IAED,MAAM,UAAU,GAAG,MAAK;QACtB,OAAO,cAAc,CAAC,GAAG,CAAC,CAAC,EAAE,MAAM;YACjC,EAAE;AACF,YAAA,IAAI,EAAE,IAAI,CAAC,EAAE,CAAC;AACf,SAAA,CAAC,CAAC;AACL,KAAC;AACD;;;AAGG;IACH,MAAM,mBAAmB,GAAG,MAAuB;QACjD,MAAM,SAAS,GAAG,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,MAAM;QAC1C,MAAM,cAAc,GAAG,IAAI,CAAC,SAAS,GAAG,CAAC,CAAC;AAC1C,QAAA,MAAM,cAAc,GAAG,UAAU,EAAE;QACnC,OAAO;AACL,YAAA,YAAY,EAAE,cAAc,CAAC,CAAC,CAAC;YAC/B,SAAS,EAAE,QAAQ,CACjB,CAAA,cAAc,KAAd,IAAA,IAAA,cAAc,KAAd,MAAA,GAAA,MAAA,GAAA,cAAc,CAAE,OAAO,CAAC,KAAK,KAAI,cAAc,CAAC,CAAC,CAAC,CAAC,QAAQ,EAAE,EAC7D,EAAE,CACH;AACD,YAAA,UAAU,EAAE,SAAS;AACrB,YAAA,YAAY,EAAE,cAAwC;SACvD;AACH,KAAC;AAED;;;;;;;AAOG;IACH,MAAM,qBAAqB,GAAG,MAAK;AACjC,QAAA,sBAAsB,GAAG,CAAC,GAAG,cAAc,CAAC;AAC5C,QAAA,MAAM,YAAY,GAAG,mBAAmB,EAAE;AAC1C,QAAA,iBAAiB,aAAjB,iBAAiB,KAAA,MAAA,GAAA,MAAA,GAAjB,iBAAiB,CAAG,YAAY,CAAC;AACnC,KAAC;AAED;;;;;;;AAOG;AACH,IAAA,MAAM,mBAAmB,GAAG,CAAC,EAAuB,KAAI;QACtD,IAAI,CAAC,EAAE,EAAE;YACP;;AAEF,QAAA,MAAM,eAAe,GAAG,EAAE,CAAC,OAAO,CAAC,KAAK;AACxC,QAAA,IACE,eAAe;YACf,cAAc,CAAC,CAAC,CAAC,KAAK,QAAQ,CAAC,eAAe,EAAE,EAAE,CAAC,EACnD;AACA,YAAA,MAAM,YAAY,GAAG,mBAAmB,EAAE;AAC1C,YAAA,eAAe,aAAf,eAAe,KAAA,MAAA,GAAA,MAAA,GAAf,eAAe,CAAG,YAAY,CAAC;;AAEnC,KAAC;AAED;;;;;;AAMG;AACH,IAAA,MAAM,aAAa,GAAG,CAAC,GAAW,KAAI;QACpC,MAAM,QAAQ,GAAG,CAAC;AAClB,QAAA,MAAM,OAAO,GAAG,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,MAAM,GAAG,CAAC;AAC5C,QAAA,OAAO,IAAI,CAAC,GAAG,CAAC,QAAQ,EAAE,IAAI,CAAC,GAAG,CAAC,GAAG,EAAE,OAAO,CAAC,CAAC;AACnD,KAAC;AAED;;;;;AAKG;AACH,IAAA,MAAM,qBAAqB,GAAG,CAAC,GAAW,KAAU;AAClD,QAAA,MAAM,cAAc,GAAG,aAAa,CAAC,GAAG,CAAC;AACzC,QAAA,IAAI,cAAc,CAAC,CAAC,CAAC,KAAK,cAAc,EAAE;AACxC,YAAA,qBAAqB,EAAE;AACvB,YAAA,cAAc,GAAG,CAAC,cAAc,EAAE,GAAG,cAAc,CAAC;YACpD,gBAAgB,CAAC,KAAK,CAAC;;AAE3B,KAAC;AAED,IAAA,MAAM,kBAAkB,GAAG,CAAC,GAAgB,KAAI;QAC9C,mBAAmB,CAAC,GAAG,CAAC;AAC1B,KAAC;AACD;;;;;;;;;AASG;AACH,IAAA,MAAM,gBAAgB,GAAG,CACvB,QAAqB,EACrB,aAAsB,EACtB,QAAiB,EACjB,kBAA2B,EAC3B,iBAA0B,KACxB;QACF,QAAQ,CAAC,SAAS,CAAC,GAAG,CAAC,CAAG,EAAA,MAAM,CAAQ,MAAA,CAAA,CAAC;AAEzC,QAAA,QAAQ,CAAC,SAAS,CAAC,MAAM,CACvB,CAAG,EAAA,MAAM,CAAiB,eAAA,CAAA,EAC1B,aAAa,IAAI,CAAC,QAAQ,CAC3B;AACD,QAAA,QAAQ,CAAC,SAAS,CAAC,MAAM,CACvB,CAAA,EAAG,MAAM,CAAA,aAAA,CAAe,EACxB,aAAa,IAAI,QAAQ,CAC1B;AAED,QAAA,IAAI,iBAAiB,IAAI,CAAC,kBAAkB,EAAE;YAC5C,QAAQ,CAAC,SAAS,CAAC,GAAG,CAAC,CAAG,EAAA,MAAM,CAAmB,iBAAA,CAAA,CAAC;;AAEtD,QAAA,IAAI,CAAC,iBAAiB,IAAI,kBAAkB,EAAE;YAC5C,QAAQ,CAAC,SAAS,CAAC,GAAG,CAAC,CAAG,EAAA,MAAM,CAAoB,kBAAA,CAAA,CAAC;;AAEzD,KAAC;AAED,IAAA,MAAM,oBAAoB,GAAG,CAAC,QAAqB,KAAI;AACrD,QAAA,QAAQ,CAAC,SAAS,CAAC,MAAM,CACvB,CAAA,EAAG,MAAM,CAAA,iBAAA,CAAmB,EAC5B,CAAA,EAAG,MAAM,CAAA,kBAAA,CAAoB,CAC9B;AACH,KAAC;AAED,IAAA,MAAM,OAAO,GAAG,CAAC,GAAW,KAAI;AAC9B,QAAA,QACE,GAAG,GAAG,UAAU,CAAC,gBAAgB,CAAC,QAAQ,CAAC,eAAe,CAAC,CAAC,QAAQ,CAAC;AAEzE,KAAC;AAED;;;;;AAKG;AACH,IAAA,MAAM,sBAAsB,GAAG,CAAC,kBAA0B,KAAI;AAC5D,QAAA,MAAM,eAAe,GAAG,OAAO,CAAC,SAAS,CAAC;AAC1C,QAAA,MAAM,eAAe,GAAG,iBAAiB,CAAC,YAAY;AAEtD,QAAA,IAAI,eAAe,GAAG,eAAe,EAAE;AACrC,YAAA,IAAI,kBAAkB,GAAG,eAAe,EAAE;gBACxC,kBAAkB,GAAG,eAAe;;YAGtC,MAAM,YAAY,GAAG,iBAAiB,CAAC,aAAa,CAClD,CAAI,CAAA,EAAA,MAAM,CAAgB,cAAA,CAAA,CACZ;YAChB,IAAI,YAAY,EAAE;gBAChB,YAAY,CAAC,KAAK,CAAC,SAAS,GAAG,CAAG,EAAA,kBAAkB,IAAI;;;AAG9D,KAAC;AAED;;;AAGG;AACH,IAAA,MAAM,gBAAgB,GAAG,CAAC,SAAkB,KAAI;QAC9C,IAAI,kBAAkB,GAAG,CAAC;AAC1B,QAAA,KAAK,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,OAAO,CAAC,CAAC,QAAqB,EAAE,KAAK,KAAI;AAC7D,YAAA,MAAM,UAAU,GAAG,cAAc,CAAC,SAAS,CAAC,CAAC,GAAG,KAAK,GAAG,KAAK,KAAK,CAAC;AACnE,YAAA,MAAM,uBAAuB,GAAG,sBAAsB,CAAC,MAAM,CAC3D,CAAC,KAAK,KAAK,KAAK,KAAK,KAAK,CAC3B,CAAC,MAAM;YAER,MAAM,kBAAkB,GACtB,sBAAsB,CAAC,MAAM,GAAG,cAAc,CAAC,MAAM;AACrD,gBAAA,sBAAsB,CAAC,CAAC,CAAC,KAAK,KAAK;gBACnC,uBAAuB,GAAG,CAAC;YAE7B,MAAM,iBAAiB,GACrB,sBAAsB,CAAC,MAAM,GAAG,cAAc,CAAC,MAAM;AACrD,gBAAA,cAAc,CAAC,CAAC,CAAC,KAAK,KAAK;gBAC3B,uBAAuB,GAAG,CAAC;AAE7B,YAAA,MAAM,aAAa,GAAG,UAAU,GAAG,EAAE;YACrC,MAAM,QAAQ,GAAG,KAAK,KAAK,cAAc,CAAC,CAAC,CAAC;YAE5C,gBAAgB,CACd,QAAQ,EACR,aAAa,EACb,QAAQ,EACR,kBAAkB,EAClB,iBAAiB,CAClB;YAED,IAAI,SAAS,EAAE;AACb,gBAAA,WAAW,CAAC,KAAK,EAAE,QAAQ,CAAC;gBAE5B,UAAU,CAAC,MAAK;AACd,oBAAA,IACE,CAAC,kBAAkB;AACnB,yBAAC,QAAQ,CAAC,YAAY,GAAG,kBAAkB;AACzC,4BAAA,kBAAkB,GAAG,OAAO,CAAC,SAAS,CAAC,CAAC,EAC1C;AACA,wBAAA,kBAAkB,GAAG,QAAQ,CAAC,YAAY;;AAE5C,oBAAA,QAAQ,CAAC,KAAK,CAAC,QAAQ,GAAG,UAAU;oBACpC,sBAAsB,CAAC,kBAAkB,CAAC;AAC5C,iBAAC,CAAC;AAEF,gBAAA,MAAM,QAAQ,GAAG,CAAC,CAAQ,KAAI;oBAC5B,oBAAoB,CAAC,QAAQ,CAAC;AAC9B,oBAAA,IAAI,CAAC,CAAC,MAAM,KAAK,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,CAAC,EAAE;;wBAExC,kBAAkB,CAAC,QAAQ,CAAC;;AAEhC,iBAAC;;AAEA,gBAAA,QAAgB,CAAC,iBAAiB,GAAG,QAAQ;AAE9C,gBAAA,QAAQ,CAAC,gBAAgB,CAAC,cAAc,EAAE,QAAQ,CAAC;AACnD,gBAAA,QAAQ,CAAC,gBAAgB,CAAC,eAAe,EAAE,QAAQ,CAAC;gBAEpD,QAAQ,CAAC,YAAY,CAAC,YAAY,EAAE,KAAK,CAAC,QAAQ,EAAE,CAAC;;AAEzD,SAAC,CAAC;QAEF,IAAI,SAAS,EAAE;YACb,mBAAmB,CAAC,KAAK,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC;;AAEjD,KAAC;AAED;;;;;AAKG;IACH,MAAM,YAAY,GAAG,MAAK;QACxB,MAAM,eAAe,GAAG,cAAc,CAAC,CAAC,CAAC,GAAG,CAAC;QAC7C,qBAAqB,CAAC,eAAe,CAAC;AACxC,KAAC;AACD;;;;;AAKG;IACH,MAAM,YAAY,GAAG,MAAK;QACxB,IAAI,cAAc,CAAC,MAAM,GAAG,CAAC,IAAI,CAAC,EAAE;AAClC,YAAA,qBAAqB,EAAE;AACvB,YAAA,cAAc,GAAG,cAAc,CAAC,KAAK,CAAC,CAAC,CAAC;YACxC,gBAAgB,CAAC,KAAK,CAAC;;AAE3B,KAAC;AAED;;;;;AAKG;AACH,IAAA,MAAM,SAAS,GAAG,CAAC,KAAa,KAAI;QAClC,qBAAqB,CAAC,KAAK,CAAC;AAC9B,KAAC;AAED;;;AAGG;IACH,MAAM,aAAa,GAAG,MAAK;QACzB,OAAO;AACL,YAAA,KAAK,EAAE,cAAc,CAAC,CAAC,CAAC;AACxB,YAAA,IAAI,EAAE,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,CAAC;SAC9B;AACH,KAAC;AAED;;;;AAIG;IACH,MAAM,KAAK,GAAG,MAAK;AACjB,QAAA,cAAc,GAAG,CAAC,CAAC,CAAC;QACpB,gBAAgB,CAAC,KAAK,CAAC;AACzB,KAAC;AAED;;;AAGG;IACH,MAAM,aAAa,GAAG,MAAK;QACzB,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,OAAO,CAAC,CAAC,EAAE,KAAI;AACjC,YAAA,IAAI,EAAE,IAAK,EAAU,CAAC,iBAAiB,EAAE;gBACvC,EAAE,CAAC,mBAAmB,CAAC,cAAc,EAAG,EAAU,CAAC,iBAAiB,CAAC;gBACrE,EAAE,CAAC,mBAAmB,CAAC,eAAe,EAAG,EAAU,CAAC,iBAAiB,CAAC;;AAE1E,SAAC,CAAC;QACF,IAAI,CAAC,mBAAmB,EAAE;YACxB,mBAAmB,CAAC,iBAAiB,EAAE,YAAY,EAAE,YAAY,EAAE,IAAI,CAAC;;AAE5E,KAAC;AACD;;;;;;;;;;;;AAYG;AACH,IAAA,MAAM,gBAAgB,GAAG,CAAC,SAAsB,KAAmB;QACjE,MAAM,IAAI,GAAG,SAAS,CAAC,aAAa,CAAC,MAAM,CAA2B;AACtE,QAAA,OAAO;cACF,IAAI,CAAC,gBAAgB,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE;cACvC,KAAK,CAAC,IAAI,CAAC,SAAS,CAAC,QAAQ,CAAmB;AACvD,KAAC;;AAGD,IAAA,YAAY,CAAC,iBAAiB,EAAE,GAAG,MAAM,CAAA,cAAA,CAAgB,CAAC;IAC1D,MAAM,OAAO,GAAG,iBAAiB,CAAC,aAAa,CAAC,CAAI,CAAA,EAAA,MAAM,CAAgB,cAAA,CAAA,CAAC;AAC3E,IAAA,MAAM,SAAS,GAAG,gBAAgB,CAAC,OAAsB,CAAC;IAE1D,iBAAiB,CAAC,SAAS,CAAC,GAAG,CAAC,CAAG,EAAA,MAAM,CAAc,YAAA,CAAA,CAAC;IACxD,gBAAgB,CAAC,IAAI,CAAC;IAEtB,IAAI,CAAC,mBAAmB,EAAE;QACxB,mBAAmB,CAAC,iBAAiB,EAAE,YAAY,EAAE,YAAY,EAAE,KAAK,CAAC;;IAG3E,OAAO;AACL,QAAA,IAAI,EAAE,YAAY;AAClB,QAAA,IAAI,EAAE,YAAY;QAClB,KAAK;QACL,SAAS;QACT,aAAa;QACb,aAAa;AACb,QAAA,QAAQ,EAAE,IAAI;KACf;AACH;;;;"}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * Copyright IBM Corp. 2025
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+ export * from './carousel';
8
+ export * from './types';
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Copyright IBM Corp. 2024
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+
8
+ export { initCarousel } from './carousel.js';
9
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;"}
@@ -0,0 +1,7 @@
1
+ /**
2
+ * Copyright IBM Corp. 2025
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+ export declare const registerSwipeEvents: (carousel: HTMLElement, next: () => void, prev: () => void, destroy: boolean) => void;
@@ -0,0 +1,109 @@
1
+ /**
2
+ * Copyright IBM Corp. 2024
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+
8
+ /**
9
+ * Copyright IBM Corp. 2025
10
+ *
11
+ * This source code is licensed under the Apache-2.0 license found in the
12
+ * LICENSE file in the root directory of this source tree.
13
+ */
14
+ const registerSwipeEvents = (carousel, next, prev, destroy) => {
15
+ const minSwipeDistance = 50;
16
+ // Touch support
17
+ let touchStartX = null;
18
+ let touchEndX = null;
19
+ let lastScrollTime = 0;
20
+ const scrollCoolDown = 400;
21
+ let isMouseDown = false;
22
+ let mouseStartX = null;
23
+ let mouseEndX = null;
24
+ //handlers
25
+ const touchStartHandler = (e) => {
26
+ touchStartX = e.touches[0].clientX;
27
+ };
28
+ const touchMoveHandler = (e) => {
29
+ touchEndX = e.touches[0].clientX;
30
+ };
31
+ const touchEndHandler = () => {
32
+ if (touchStartX !== null && touchEndX !== null) {
33
+ const distance = touchStartX - touchEndX;
34
+ if (Math.abs(distance) > minSwipeDistance) {
35
+ if (distance > 0) {
36
+ next();
37
+ }
38
+ else {
39
+ prev();
40
+ }
41
+ }
42
+ }
43
+ touchStartX = null;
44
+ touchEndX = null;
45
+ };
46
+ const mouseDownHandler = (e) => {
47
+ isMouseDown = true;
48
+ mouseStartX = e.clientX;
49
+ };
50
+ const mouseMoveHandler = (e) => {
51
+ if (!isMouseDown) {
52
+ return;
53
+ }
54
+ mouseEndX = e.clientX;
55
+ };
56
+ const mouseUpHandler = () => {
57
+ if (isMouseDown && mouseStartX !== null && mouseEndX !== null) {
58
+ const distance = mouseStartX - mouseEndX;
59
+ if (Math.abs(distance) > minSwipeDistance) {
60
+ if (distance > 0) {
61
+ next();
62
+ }
63
+ else {
64
+ prev();
65
+ }
66
+ }
67
+ }
68
+ isMouseDown = false;
69
+ mouseStartX = null;
70
+ mouseEndX = null;
71
+ };
72
+ const wheelHandler = (e) => {
73
+ const now = Date.now();
74
+ if (Math.abs(e.deltaX) > Math.abs(e.deltaY) && Math.abs(e.deltaX) > 20) {
75
+ e.preventDefault(); // Prevent page from scrolling
76
+ if (now - lastScrollTime < scrollCoolDown) {
77
+ return;
78
+ }
79
+ if (e.deltaX > 0) {
80
+ next();
81
+ }
82
+ else {
83
+ prev();
84
+ }
85
+ lastScrollTime = now;
86
+ }
87
+ };
88
+ if (destroy) {
89
+ carousel.removeEventListener('touchstart', touchStartHandler);
90
+ carousel.removeEventListener('touchmove', touchMoveHandler);
91
+ carousel.removeEventListener('touchend', touchEndHandler);
92
+ carousel.removeEventListener('mousedown', mouseDownHandler);
93
+ carousel.removeEventListener('mousemove', mouseMoveHandler);
94
+ carousel.removeEventListener('mouseup', mouseUpHandler);
95
+ carousel.removeEventListener('wheel', wheelHandler);
96
+ }
97
+ carousel.addEventListener('touchstart', touchStartHandler);
98
+ carousel.addEventListener('touchmove', touchMoveHandler);
99
+ carousel.addEventListener('touchend', touchEndHandler);
100
+ // Mouse drag support
101
+ carousel.addEventListener('mousedown', mouseDownHandler);
102
+ carousel.addEventListener('mousemove', mouseMoveHandler);
103
+ carousel.addEventListener('mouseup', mouseUpHandler);
104
+ // Wheel gesture support
105
+ carousel.addEventListener('wheel', wheelHandler);
106
+ };
107
+
108
+ export { registerSwipeEvents };
109
+ //# sourceMappingURL=swipeEvents.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"swipeEvents.js","sources":["../../../src/utilities/carousel/swipeEvents.ts"],"sourcesContent":[null],"names":[],"mappings":";;;;;;;AAAA;;;;;AAKG;AACI,MAAM,mBAAmB,GAAG,CACjC,QAAqB,EACrB,IAAgB,EAChB,IAAgB,EAChB,OAAgB,KACd;IACF,MAAM,gBAAgB,GAAG,EAAE;;IAG3B,IAAI,WAAW,GAAkB,IAAI;IACrC,IAAI,SAAS,GAAkB,IAAI;IAEnC,IAAI,cAAc,GAAG,CAAC;IACtB,MAAM,cAAc,GAAG,GAAG;IAE1B,IAAI,WAAW,GAAG,KAAK;IACvB,IAAI,WAAW,GAAkB,IAAI;IACrC,IAAI,SAAS,GAAkB,IAAI;;AAGnC,IAAA,MAAM,iBAAiB,GAAG,CAAC,CAAa,KAAI;QAC1C,WAAW,GAAG,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,OAAO;AACpC,KAAC;AACD,IAAA,MAAM,gBAAgB,GAAG,CAAC,CAAa,KAAI;QACzC,SAAS,GAAG,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,OAAO;AAClC,KAAC;IACD,MAAM,eAAe,GAAG,MAAK;QAC3B,IAAI,WAAW,KAAK,IAAI,IAAI,SAAS,KAAK,IAAI,EAAE;AAC9C,YAAA,MAAM,QAAQ,GAAG,WAAW,GAAG,SAAS;YACxC,IAAI,IAAI,CAAC,GAAG,CAAC,QAAQ,CAAC,GAAG,gBAAgB,EAAE;AACzC,gBAAA,IAAI,QAAQ,GAAG,CAAC,EAAE;AAChB,oBAAA,IAAI,EAAE;;qBACD;AACL,oBAAA,IAAI,EAAE;;;;QAIZ,WAAW,GAAG,IAAI;QAClB,SAAS,GAAG,IAAI;AAClB,KAAC;AACD,IAAA,MAAM,gBAAgB,GAAG,CAAC,CAAa,KAAI;QACzC,WAAW,GAAG,IAAI;AAClB,QAAA,WAAW,GAAG,CAAC,CAAC,OAAO;AACzB,KAAC;AACD,IAAA,MAAM,gBAAgB,GAAG,CAAC,CAAa,KAAI;QACzC,IAAI,CAAC,WAAW,EAAE;YAChB;;AAEF,QAAA,SAAS,GAAG,CAAC,CAAC,OAAO;AACvB,KAAC;IACD,MAAM,cAAc,GAAG,MAAK;QAC1B,IAAI,WAAW,IAAI,WAAW,KAAK,IAAI,IAAI,SAAS,KAAK,IAAI,EAAE;AAC7D,YAAA,MAAM,QAAQ,GAAG,WAAW,GAAG,SAAS;YACxC,IAAI,IAAI,CAAC,GAAG,CAAC,QAAQ,CAAC,GAAG,gBAAgB,EAAE;AACzC,gBAAA,IAAI,QAAQ,GAAG,CAAC,EAAE;AAChB,oBAAA,IAAI,EAAE;;qBACD;AACL,oBAAA,IAAI,EAAE;;;;QAIZ,WAAW,GAAG,KAAK;QACnB,WAAW,GAAG,IAAI;QAClB,SAAS,GAAG,IAAI;AAClB,KAAC;AACD,IAAA,MAAM,YAAY,GAAG,CAAC,CAAa,KAAI;AACrC,QAAA,MAAM,GAAG,GAAG,IAAI,CAAC,GAAG,EAAE;AACtB,QAAA,IAAI,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,MAAM,CAAC,GAAG,EAAE,EAAE;AACtE,YAAA,CAAC,CAAC,cAAc,EAAE,CAAC;AACnB,YAAA,IAAI,GAAG,GAAG,cAAc,GAAG,cAAc,EAAE;gBACzC;;AAGF,YAAA,IAAI,CAAC,CAAC,MAAM,GAAG,CAAC,EAAE;AAChB,gBAAA,IAAI,EAAE;;iBACD;AACL,gBAAA,IAAI,EAAE;;YAER,cAAc,GAAG,GAAG;;AAExB,KAAC;IAED,IAAI,OAAO,EAAE;AACX,QAAA,QAAQ,CAAC,mBAAmB,CAAC,YAAY,EAAE,iBAAiB,CAAC;AAC7D,QAAA,QAAQ,CAAC,mBAAmB,CAAC,WAAW,EAAE,gBAAgB,CAAC;AAC3D,QAAA,QAAQ,CAAC,mBAAmB,CAAC,UAAU,EAAE,eAAe,CAAC;AACzD,QAAA,QAAQ,CAAC,mBAAmB,CAAC,WAAW,EAAE,gBAAgB,CAAC;AAC3D,QAAA,QAAQ,CAAC,mBAAmB,CAAC,WAAW,EAAE,gBAAgB,CAAC;AAC3D,QAAA,QAAQ,CAAC,mBAAmB,CAAC,SAAS,EAAE,cAAc,CAAC;AACvD,QAAA,QAAQ,CAAC,mBAAmB,CAAC,OAAO,EAAE,YAAY,CAAC;;AAGrD,IAAA,QAAQ,CAAC,gBAAgB,CAAC,YAAY,EAAE,iBAAiB,CAAC;AAE1D,IAAA,QAAQ,CAAC,gBAAgB,CAAC,WAAW,EAAE,gBAAgB,CAAC;AAExD,IAAA,QAAQ,CAAC,gBAAgB,CAAC,UAAU,EAAE,eAAe,CAAC;;AAItD,IAAA,QAAQ,CAAC,gBAAgB,CAAC,WAAW,EAAE,gBAAgB,CAAC;AAExD,IAAA,QAAQ,CAAC,gBAAgB,CAAC,WAAW,EAAE,gBAAgB,CAAC;AAExD,IAAA,QAAQ,CAAC,gBAAgB,CAAC,SAAS,EAAE,cAAc,CAAC;;AAIpD,IAAA,QAAQ,CAAC,gBAAgB,CAAC,OAAO,EAAE,YAAY,CAAC;AAClD;;;;"}
@@ -0,0 +1,37 @@
1
+ /**
2
+ * @license
3
+ *
4
+ * Copyright IBM Corp. 2025
5
+ *
6
+ * This source code is licensed under the Apache-2.0 license found in the
7
+ * LICENSE file in the root directory of this source tree.
8
+ */
9
+ interface CarouselStackHistory {
10
+ id: number;
11
+ elem: HTMLLIElement;
12
+ }
13
+ type CarouselResponse = {
14
+ currentIndex: number;
15
+ lastIndex: number;
16
+ totalViews: number;
17
+ historyStack: CarouselStackHistory[];
18
+ };
19
+ type ActiveItem = {
20
+ index: number;
21
+ item: HTMLElement | null;
22
+ };
23
+ export type Config = {
24
+ onViewChangeStart?: (args: CarouselResponse) => void;
25
+ onViewChangeEnd?: (args: CarouselResponse) => void;
26
+ excludeSwipeSupport?: boolean;
27
+ };
28
+ interface InitCarousel {
29
+ next: () => void;
30
+ prev: () => void;
31
+ reset: () => void;
32
+ goToIndex: (index: number) => void;
33
+ getActiveItem: () => ActiveItem;
34
+ destroyEvents: (() => void) | null;
35
+ allViews: Record<number, HTMLElement | null>;
36
+ }
37
+ export type { CarouselStackHistory, CarouselResponse, InitCarousel };
@@ -0,0 +1,8 @@
1
+ /**
2
+ * Copyright IBM Corp. 2024
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+
8
+ //# sourceMappingURL=types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;"}
@@ -0,0 +1,38 @@
1
+ /**
2
+ * Copyright IBM Corp. 2025, 2025
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+ interface DraggableProps {
8
+ /**
9
+ * HTML element to move.
10
+ */
11
+ el: HTMLElement;
12
+ /**
13
+ * HTML element to initiate the drag (e.g., header).
14
+ */
15
+ dragHandle?: HTMLElement;
16
+ /**
17
+ * HTML element to focus on drag for keyboard interaction (e.g., Drag Icon).
18
+ */
19
+ focusableDragHandle?: HTMLElement;
20
+ /**
21
+ * Pixel value that defines the distance to move when dragging with arrow
22
+ * keys.
23
+ */
24
+ dragStep?: number;
25
+ /**
26
+ * Pixel value that defines the distance to move when dragging with
27
+ * shift+arrow keys.
28
+ */
29
+ shiftDragStep?: number;
30
+ }
31
+ /**
32
+ * Makes a given element draggable using a handle element.
33
+ *@param draggable - object which accepts el and optional attributes handle,focusableInHandle,dragStep and shiftDragStep
34
+ */
35
+ export declare const makeDraggable: ({ el, dragHandle, focusableDragHandle, dragStep, shiftDragStep, }: DraggableProps) => {
36
+ cleanup: () => void;
37
+ };
38
+ export {};