@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,141 @@
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 { __decorate } from 'tslib';
9
+ import { LitElement, html } from 'lit';
10
+ import { property } from 'lit/decorators.js';
11
+ import { classMap } from 'lit/directives/class-map.js';
12
+ import { prefix, carbonPrefix } from '../../globals/settings.js';
13
+ import HostListenerMixin from '@carbon/web-components/es/globals/mixins/host-listener.js';
14
+ import { carbonElement } from '@carbon/web-components/es/globals/decorators/carbon-element.js';
15
+ import styles from './user-avatar.scss.js';
16
+ import '@carbon/web-components/es-custom/components/tooltip/index.js';
17
+ import User from '@carbon/icons/es/user/16';
18
+ import { iconLoader } from '@carbon/web-components/es/globals/internal/icon-loader.js';
19
+
20
+ /**
21
+ * @license
22
+ *
23
+ * Copyright IBM Corp. 2025, 2025
24
+ *
25
+ * This source code is licensed under the Apache-2.0 license found in the
26
+ * LICENSE file in the root directory of this source tree.
27
+ */
28
+ const blockClass = `${prefix}--user-avatar`;
29
+ /**
30
+ * Useravatar.
31
+ *
32
+ * @element c4p-user-avatar
33
+ * */
34
+ let CDSUseravatar = class CDSUseravatar extends HostListenerMixin(LitElement) {
35
+ constructor() {
36
+ super(...arguments);
37
+ /**
38
+ * Specify the alignment of the tooltip.
39
+ */
40
+ this.tooltipAlignment = 'bottom';
41
+ /**
42
+ * Provide the background color need to be set for UserAvatar.
43
+ */
44
+ this.backgroundColor = 'order-1-cyan';
45
+ }
46
+ render() {
47
+ const getItem = () => {
48
+ var _a;
49
+ if (this.image) {
50
+ const imageClasses = classMap({
51
+ [`${blockClass}__photo`]: true,
52
+ [`${blockClass}__photo--${this.size}`]: this.size,
53
+ });
54
+ return html ` <img
55
+ alt="${this.imageDescription}"
56
+ src="${this.image}"
57
+ class="${imageClasses}"
58
+ />`;
59
+ }
60
+ if (this.querySelector('[slot="rendericon"]')) {
61
+ return html `<slot name="rendericon"></slot>`;
62
+ }
63
+ if (this.name) {
64
+ const parts = ((_a = this.name) === null || _a === void 0 ? void 0 : _a.split(' ')) || [];
65
+ const firstChar = parts[0].charAt(0).toUpperCase();
66
+ const secondChar = parts[0].charAt(1).toUpperCase();
67
+ if (parts.length === 1) {
68
+ return firstChar + secondChar;
69
+ }
70
+ const lastChar = parts[parts.length - 1].charAt(0).toUpperCase();
71
+ const initials = [firstChar];
72
+ if (lastChar) {
73
+ initials.push(lastChar);
74
+ }
75
+ return ''.concat(...initials);
76
+ }
77
+ return html `${iconLoader(User, { slot: 'rendericon' })} `;
78
+ };
79
+ const { tooltipText, tooltipAlignment, size, backgroundColor, theme } = this;
80
+ const classes = classMap({
81
+ [`${blockClass}`]: true,
82
+ [`${blockClass}--${size}`]: size,
83
+ [`${blockClass}--${backgroundColor}`]: backgroundColor,
84
+ [`${blockClass}--${theme}`]: theme,
85
+ });
86
+ const Avatar = () => html `<div class="${classes}">${getItem()}</div>`;
87
+ if (tooltipText) {
88
+ return html `<cds-custom-tooltip
89
+ align=${tooltipAlignment}
90
+ aria-label=${tooltipText}
91
+ class=${`${blockClass}__tooltip ${carbonPrefix}--icon-tooltip`}
92
+ >
93
+ <button class=${`${blockClass}__tooltip-trigger`} role="button">
94
+ ${Avatar()}
95
+ </button>
96
+ <cds-custom-tooltip-content
97
+ class=${`${blockClass}__tooltip-content`}
98
+ id="content"
99
+ >
100
+ ${tooltipText}
101
+ </cds-custom-tooltip-content>
102
+ </cds-custom-tooltip>`;
103
+ }
104
+ else {
105
+ return html ` ${Avatar()}`;
106
+ }
107
+ }
108
+ };
109
+ CDSUseravatar.shadowRootOptions = Object.assign(Object.assign({}, LitElement.shadowRootOptions), { delegatesFocus: true });
110
+ CDSUseravatar.styles = styles;
111
+ __decorate([
112
+ property({ reflect: true, attribute: 'tooltip-text' })
113
+ ], CDSUseravatar.prototype, "tooltipText", void 0);
114
+ __decorate([
115
+ property({ reflect: true, attribute: 'tooltip-alignment' })
116
+ ], CDSUseravatar.prototype, "tooltipAlignment", void 0);
117
+ __decorate([
118
+ property({ reflect: true })
119
+ ], CDSUseravatar.prototype, "name", void 0);
120
+ __decorate([
121
+ property({ reflect: true })
122
+ ], CDSUseravatar.prototype, "size", void 0);
123
+ __decorate([
124
+ property({ reflect: true })
125
+ ], CDSUseravatar.prototype, "image", void 0);
126
+ __decorate([
127
+ property({ reflect: true, attribute: 'image-description' })
128
+ ], CDSUseravatar.prototype, "imageDescription", void 0);
129
+ __decorate([
130
+ property({ reflect: true, attribute: 'background-color' })
131
+ ], CDSUseravatar.prototype, "backgroundColor", void 0);
132
+ __decorate([
133
+ property({ reflect: true })
134
+ ], CDSUseravatar.prototype, "theme", void 0);
135
+ CDSUseravatar = __decorate([
136
+ carbonElement(`${prefix}-user-avatar`)
137
+ ], CDSUseravatar);
138
+ var CDSUseravatar$1 = CDSUseravatar;
139
+
140
+ export { CDSUseravatar$1 as default };
141
+ //# sourceMappingURL=user-avatar.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"user-avatar.js","sources":["../../../src/components/user-avatar/user-avatar.ts"],"sourcesContent":[null],"names":["customElement"],"mappings":"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"}
@@ -0,0 +1,13 @@
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 { css } from 'lit';
9
+
10
+ var styles = css(["a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;font:inherit;font-feature-settings:\"liga\" 1;font-size:100%;margin:0;padding:0;vertical-align:baseline}button,input,select,textarea{border-radius:0;font-family:inherit}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{background-color:var(--cds-background,#fff);color:var(--cds-text-primary,#161616);line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:none}table{border-collapse:collapse;border-spacing:0}html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}html{font-size:100%}body{font-family:IBM Plex Sans,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,sans-serif;font-weight:400;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}code{font-family:IBM Plex Mono,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,monospace}strong{font-weight:600}@media screen and (-ms-high-contrast:active){svg{fill:ButtonText}}h1{font-size:var(--cds-heading-06-font-size,2.625rem);font-weight:var(--cds-heading-06-font-weight,300);letter-spacing:var(--cds-heading-06-letter-spacing,0);line-height:var(--cds-heading-06-line-height,1.199)}h2{font-size:var(--cds-heading-05-font-size,2rem);font-weight:var(--cds-heading-05-font-weight,400);letter-spacing:var(--cds-heading-05-letter-spacing,0);line-height:var(--cds-heading-05-line-height,1.25)}h3{font-size:var(--cds-heading-04-font-size,1.75rem);font-weight:var(--cds-heading-04-font-weight,400);letter-spacing:var(--cds-heading-04-letter-spacing,0);line-height:var(--cds-heading-04-line-height,1.28572)}h4{font-size:var(--cds-heading-03-font-size,1.25rem);font-weight:var(--cds-heading-03-font-weight,400);letter-spacing:var(--cds-heading-03-letter-spacing,0);line-height:var(--cds-heading-03-line-height,1.4)}h5{font-size:var(--cds-heading-02-font-size,1rem);font-weight:var(--cds-heading-02-font-weight,600);letter-spacing:var(--cds-heading-02-letter-spacing,0);line-height:var(--cds-heading-02-line-height,1.5)}h6{font-size:var(--cds-heading-01-font-size,.875rem);font-weight:var(--cds-heading-01-font-weight,600);letter-spacing:var(--cds-heading-01-letter-spacing,.16px);line-height:var(--cds-heading-01-line-height,1.42857)}p{font-size:var(--cds-body-02-font-size,1rem);font-weight:var(--cds-body-02-font-weight,400);letter-spacing:var(--cds-body-02-letter-spacing,0);line-height:var(--cds-body-02-line-height,1.5)}a{color:var(--cds-link-primary,#0062fe)}em{font-style:italic}.cds-custom--layout--size-xs{--cds-layout-size-height-context:var(--cds-layout-size-height-xs,1.5rem);--cds-layout-size-height:var(--cds-layout-size-height-context)}.cds-custom--layout-constraint--size__default-xs{--cds-layout-size-height:var(--cds-layout-size-height-context,var(--cds-layout-size-height-xs,1.5rem))}.cds-custom--layout-constraint--size__min-xs{--cds-layout-size-height-min:var(--cds-layout-size-height-xs,1.5rem)}.cds-custom--layout-constraint--size__max-xs{--cds-layout-size-height-max:var(--cds-layout-size-height-xs,1.5rem)}.cds-custom--layout--size-sm{--cds-layout-size-height-context:var(--cds-layout-size-height-sm,2rem);--cds-layout-size-height:var(--cds-layout-size-height-context)}.cds-custom--layout-constraint--size__default-sm{--cds-layout-size-height:var(--cds-layout-size-height-context,var(--cds-layout-size-height-sm,2rem))}.cds-custom--layout-constraint--size__min-sm{--cds-layout-size-height-min:var(--cds-layout-size-height-sm,2rem)}.cds-custom--layout-constraint--size__max-sm{--cds-layout-size-height-max:var(--cds-layout-size-height-sm,2rem)}.cds-custom--layout--size-md{--cds-layout-size-height-context:var(--cds-layout-size-height-md,2.5rem);--cds-layout-size-height:var(--cds-layout-size-height-context)}.cds-custom--layout-constraint--size__default-md{--cds-layout-size-height:var(--cds-layout-size-height-context,var(--cds-layout-size-height-md,2.5rem))}.cds-custom--layout-constraint--size__min-md{--cds-layout-size-height-min:var(--cds-layout-size-height-md,2.5rem)}.cds-custom--layout-constraint--size__max-md{--cds-layout-size-height-max:var(--cds-layout-size-height-md,2.5rem)}.cds-custom--layout--size-lg{--cds-layout-size-height-context:var(--cds-layout-size-height-lg,3rem);--cds-layout-size-height:var(--cds-layout-size-height-context)}.cds-custom--layout-constraint--size__default-lg{--cds-layout-size-height:var(--cds-layout-size-height-context,var(--cds-layout-size-height-lg,3rem))}.cds-custom--layout-constraint--size__min-lg{--cds-layout-size-height-min:var(--cds-layout-size-height-lg,3rem)}.cds-custom--layout-constraint--size__max-lg{--cds-layout-size-height-max:var(--cds-layout-size-height-lg,3rem)}.cds-custom--layout--size-xl{--cds-layout-size-height-context:var(--cds-layout-size-height-xl,4rem);--cds-layout-size-height:var(--cds-layout-size-height-context)}.cds-custom--layout-constraint--size__default-xl{--cds-layout-size-height:var(--cds-layout-size-height-context,var(--cds-layout-size-height-xl,4rem))}.cds-custom--layout-constraint--size__min-xl{--cds-layout-size-height-min:var(--cds-layout-size-height-xl,4rem)}.cds-custom--layout-constraint--size__max-xl{--cds-layout-size-height-max:var(--cds-layout-size-height-xl,4rem)}.cds-custom--layout--size-2xl{--cds-layout-size-height-context:var(--cds-layout-size-height-2xl,5rem);--cds-layout-size-height:var(--cds-layout-size-height-context)}.cds-custom--layout-constraint--size__default-2xl{--cds-layout-size-height:var(--cds-layout-size-height-context,var(--cds-layout-size-height-2xl,5rem))}.cds-custom--layout-constraint--size__min-2xl{--cds-layout-size-height-min:var(--cds-layout-size-height-2xl,5rem)}.cds-custom--layout-constraint--size__max-2xl{--cds-layout-size-height-max:var(--cds-layout-size-height-2xl,5rem)}.cds-custom--layout--density-condensed{--cds-layout-density-padding-inline-context:var(--cds-layout-density-padding-inline-condensed,0.5rem);--cds-layout-density-padding-inline:var(--cds-layout-density-padding-inline-context)}.cds-custom--layout-constraint--density__default-condensed{--cds-layout-density-padding-inline:var(--cds-layout-density-padding-inline-context,var(--cds-layout-density-padding-inline-condensed,0.5rem))}.cds-custom--layout-constraint--density__min-condensed{--cds-layout-density-padding-inline-min:var(--cds-layout-density-padding-inline-condensed,0.5rem)}.cds-custom--layout-constraint--density__max-condensed{--cds-layout-density-padding-inline-max:var(--cds-layout-density-padding-inline-condensed,0.5rem)}.cds-custom--layout--density-normal{--cds-layout-density-padding-inline-context:var(--cds-layout-density-padding-inline-normal,1rem);--cds-layout-density-padding-inline:var(--cds-layout-density-padding-inline-context)}.cds-custom--layout-constraint--density__default-normal{--cds-layout-density-padding-inline:var(--cds-layout-density-padding-inline-context,var(--cds-layout-density-padding-inline-normal,1rem))}.cds-custom--layout-constraint--density__min-normal{--cds-layout-density-padding-inline-min:var(--cds-layout-density-padding-inline-normal,1rem)}.cds-custom--layout-constraint--density__max-normal{--cds-layout-density-padding-inline-max:var(--cds-layout-density-padding-inline-normal,1rem)}:root{--cds-layout-size-height-xs:1.5rem;--cds-layout-size-height-sm:2rem;--cds-layout-size-height-md:2.5rem;--cds-layout-size-height-lg:3rem;--cds-layout-size-height-xl:4rem;--cds-layout-size-height-2xl:5rem;--cds-layout-size-height-min:0px;--cds-layout-size-height-max:999999999px;--cds-layout-density-padding-inline-condensed:0.5rem;--cds-layout-density-padding-inline-normal:1rem;--cds-layout-density-padding-inline-min:0px;--cds-layout-density-padding-inline-max:999999999px}@keyframes cds-custom--hide-feedback{0%{opacity:1;visibility:inherit}to{opacity:0;visibility:hidden}}@keyframes cds-custom--show-feedback{0%{opacity:0;visibility:hidden}to{opacity:1;visibility:inherit}}@keyframes cds-custom--skeleton{0%{opacity:.3;transform:scaleX(0);transform-origin:left}20%{opacity:1;transform:scaleX(1);transform-origin:left}28%{transform:scaleX(1);transform-origin:right}51%{transform:scaleX(0);transform-origin:right}58%{transform:scaleX(0);transform-origin:right}82%{transform:scaleX(1);transform-origin:right}83%{transform:scaleX(1);transform-origin:left}96%{transform:scaleX(0);transform-origin:left}to{opacity:.3;transform:scaleX(0);transform-origin:left}}.cds-custom--assistive-text,.cds-custom--visually-hidden{block-size:1px;border:0;margin:-1px;overflow:hidden;padding:0;position:absolute;clip:rect(0,0,0,0);inline-size:1px;visibility:inherit;white-space:nowrap}.c4p--user-avatar{align-items:center;block-size:4rem;border:.5px solid transparent;border-radius:100%;color:var(--cds-text-inverse,#fff);display:flex;inline-size:4rem;justify-content:center;outline:none;outline-offset:3px;position:relative}.c4p--user-avatar svg{color:var(--cds-icon-inverse,#fff)}.c4p--user-avatar__tooltip:focus-within .c4p--user-avatar{outline:2px solid var(--cds-focus,#0f62fe);outline-offset:1px}.cds-custom--g10 .c4p--user-avatar--order-1-cyan,.cds-custom--white .c4p--user-avatar--order-1-cyan,:root .c4p--user-avatar--order-1-cyan{background-color:#0072c3}.cds-custom--g10 .c4p--user-avatar--order-2-gray,.cds-custom--white .c4p--user-avatar--order-2-gray,:root .c4p--user-avatar--order-2-gray{background-color:#6f6f6f}.cds-custom--g10 .c4p--user-avatar--order-3-green,.cds-custom--white .c4p--user-avatar--order-3-green,:root .c4p--user-avatar--order-3-green{background-color:#198038}.cds-custom--g10 .c4p--user-avatar--order-4-magenta,.cds-custom--white .c4p--user-avatar--order-4-magenta,:root .c4p--user-avatar--order-4-magenta{background-color:#d02670}.cds-custom--g10 .c4p--user-avatar--order-5-purple,.cds-custom--white .c4p--user-avatar--order-5-purple,:root .c4p--user-avatar--order-5-purple{background-color:#8a3ffc}.cds-custom--g10 .c4p--user-avatar--order-6-teal,.cds-custom--white .c4p--user-avatar--order-6-teal,:root .c4p--user-avatar--order-6-teal{background-color:#007d79}.cds-custom--g10 .c4p--user-avatar--order-7-cyan,.cds-custom--white .c4p--user-avatar--order-7-cyan,:root .c4p--user-avatar--order-7-cyan{background-color:#003a6d}.cds-custom--g10 .c4p--user-avatar--order-8-gray,.cds-custom--white .c4p--user-avatar--order-8-gray,:root .c4p--user-avatar--order-8-gray{background-color:#393939}.cds-custom--g10 .c4p--user-avatar--order-9-green,.cds-custom--white .c4p--user-avatar--order-9-green,:root .c4p--user-avatar--order-9-green{background-color:#044317}.cds-custom--g10 .c4p--user-avatar--order-10-magenta,.cds-custom--white .c4p--user-avatar--order-10-magenta,:root .c4p--user-avatar--order-10-magenta{background-color:#740937}.cds-custom--g10 .c4p--user-avatar--order-11-purple,.cds-custom--white .c4p--user-avatar--order-11-purple,:root .c4p--user-avatar--order-11-purple{background-color:#491d8b}.cds-custom--g10 .c4p--user-avatar--order-12-teal,.cds-custom--white .c4p--user-avatar--order-12-teal,:root .c4p--user-avatar--order-12-teal{background-color:#004144}.cds-custom--g100 .c4p--user-avatar--order-1-cyan,.cds-custom--g90 .c4p--user-avatar--order-1-cyan{background-color:#1192e8}.cds-custom--g100 .c4p--user-avatar--order-2-gray,.cds-custom--g90 .c4p--user-avatar--order-2-gray{background-color:#8d8d8d}.cds-custom--g100 .c4p--user-avatar--order-3-green,.cds-custom--g90 .c4p--user-avatar--order-3-green{background-color:#24a148}.cds-custom--g100 .c4p--user-avatar--order-4-magenta,.cds-custom--g90 .c4p--user-avatar--order-4-magenta{background-color:#ee5396}.cds-custom--g100 .c4p--user-avatar--order-5-purple,.cds-custom--g90 .c4p--user-avatar--order-5-purple{background-color:#a56eff}.cds-custom--g100 .c4p--user-avatar--order-6-teal,.cds-custom--g90 .c4p--user-avatar--order-6-teal{background-color:#009d9a}.cds-custom--g100 .c4p--user-avatar--order-7-cyan,.cds-custom--g90 .c4p--user-avatar--order-7-cyan{background-color:#82cfff}.cds-custom--g100 .c4p--user-avatar--order-8-gray,.cds-custom--g90 .c4p--user-avatar--order-8-gray{background-color:#c6c6c6}.cds-custom--g100 .c4p--user-avatar--order-9-green,.cds-custom--g90 .c4p--user-avatar--order-9-green{background-color:#6fdc8c}.cds-custom--g100 .c4p--user-avatar--order-10-magenta,.cds-custom--g90 .c4p--user-avatar--order-10-magenta{background-color:#ffafd2}.cds-custom--g100 .c4p--user-avatar--order-11-purple,.cds-custom--g90 .c4p--user-avatar--order-11-purple{background-color:#d4bbff}.cds-custom--g100 .c4p--user-avatar--order-12-teal,.cds-custom--g90 .c4p--user-avatar--order-12-teal{background-color:#3ddbd9}.c4p--user-avatar--xl{block-size:4rem;font-size:var(--cds-heading-04-font-size,1.75rem);font-weight:var(--cds-heading-04-font-weight,400);inline-size:4rem;letter-spacing:var(--cds-heading-04-letter-spacing,0);line-height:var(--cds-heading-04-line-height,1.28572)}.c4p--user-avatar--lg{block-size:3rem;font-size:var(--cds-heading-03-font-size,1.25rem);font-weight:var(--cds-heading-03-font-weight,400);inline-size:3rem;letter-spacing:var(--cds-heading-03-letter-spacing,0);line-height:var(--cds-heading-03-line-height,1.4)}.c4p--user-avatar--md{block-size:2rem;font-size:var(--cds-body-compact-01-font-size,.875rem);font-weight:var(--cds-body-compact-01-font-weight,400);inline-size:2rem;letter-spacing:var(--cds-body-compact-01-letter-spacing,.16px);line-height:var(--cds-body-compact-01-line-height,1.28572)}.c4p--user-avatar--sm{block-size:1.5rem;font-size:var(--cds-label-01-font-size,.75rem);font-weight:var(--cds-label-01-font-weight,400);inline-size:1.5rem;letter-spacing:var(--cds-label-01-letter-spacing,.32px);line-height:var(--cds-label-01-line-height,1.33333)}.c4p--user-avatar__photo{border-radius:100%;-o-object-fit:contain;object-fit:contain}.c4p--user-avatar__photo--xl{block-size:4rem;border-radius:100%;inline-size:4rem;-o-object-fit:fill;object-fit:fill}.c4p--user-avatar__photo--lg{block-size:3rem;border-radius:100%;inline-size:3rem;-o-object-fit:fill;object-fit:fill}.c4p--user-avatar__photo--md{block-size:2rem;border-radius:100%;inline-size:2rem;-o-object-fit:fill;object-fit:fill}.c4p--user-avatar__photo--sm{block-size:1.5rem;border-radius:100%;inline-size:1.5rem;-o-object-fit:fill;object-fit:fill}:host(c4p-user-avatar){display:inline-block}:host(c4p-user-avatar) .c4p--user-avatar{box-sizing:border-box}:host(c4p-user-avatar) .c4p--user-avatar--xl ::slotted([slot=rendericon]){block-size:2rem;inline-size:2rem}:host(c4p-user-avatar) .c4p--user-avatar--lg ::slotted([slot=rendericon]){block-size:1.5rem;inline-size:1.5rem}:host(c4p-user-avatar) .c4p--user-avatar--md ::slotted([slot=rendericon]){block-size:1.25rem;inline-size:1.25rem}:host(c4p-user-avatar) .c4p--user-avatar--sm ::slotted([slot=rendericon]){block-size:1rem;inline-size:1rem}:host(c4p-user-avatar) .c4p--user-avatar__tooltip-trigger{background:none;border:0;outline:none;padding:0}:host(c4p-user-avatar) .c4p--user-avatar__tooltip-content{--cds-tooltip-padding-block:0.125rem}:host(c4p-user-avatar) .c4p--user-avatar__tooltip-content:focus-within{outline:.125rem solid var(--cds-focus,#0f62fe);outline-offset:1px}:host(c4p-user-avatar) .c4p--user-avatar--order-1-cyan,:host(c4p-user-avatar[theme=light]) .c4p--user-avatar--order-1-cyan{background-color:#0072c3}:host(c4p-user-avatar) .c4p--user-avatar--order-2-gray,:host(c4p-user-avatar[theme=light]) .c4p--user-avatar--order-2-gray{background-color:#6f6f6f}:host(c4p-user-avatar) .c4p--user-avatar--order-3-green,:host(c4p-user-avatar[theme=light]) .c4p--user-avatar--order-3-green{background-color:#198038}:host(c4p-user-avatar) .c4p--user-avatar--order-4-magenta,:host(c4p-user-avatar[theme=light]) .c4p--user-avatar--order-4-magenta{background-color:#d02670}:host(c4p-user-avatar) .c4p--user-avatar--order-5-purple,:host(c4p-user-avatar[theme=light]) .c4p--user-avatar--order-5-purple{background-color:#8a3ffc}:host(c4p-user-avatar) .c4p--user-avatar--order-6-teal,:host(c4p-user-avatar[theme=light]) .c4p--user-avatar--order-6-teal{background-color:#007d79}:host(c4p-user-avatar) .c4p--user-avatar--order-7-cyan,:host(c4p-user-avatar[theme=light]) .c4p--user-avatar--order-7-cyan{background-color:#003a6d}:host(c4p-user-avatar) .c4p--user-avatar--order-8-gray,:host(c4p-user-avatar[theme=light]) .c4p--user-avatar--order-8-gray{background-color:#393939}:host(c4p-user-avatar) .c4p--user-avatar--order-9-green,:host(c4p-user-avatar[theme=light]) .c4p--user-avatar--order-9-green{background-color:#044317}:host(c4p-user-avatar) .c4p--user-avatar--order-10-magenta,:host(c4p-user-avatar[theme=light]) .c4p--user-avatar--order-10-magenta{background-color:#740937}:host(c4p-user-avatar) .c4p--user-avatar--order-11-purple,:host(c4p-user-avatar[theme=light]) .c4p--user-avatar--order-11-purple{background-color:#491d8b}:host(c4p-user-avatar) .c4p--user-avatar--order-12-teal,:host(c4p-user-avatar[theme=light]) .c4p--user-avatar--order-12-teal{background-color:#004144}:host(c4p-user-avatar[theme=dark]) .c4p--user-avatar--order-1-cyan{background-color:#1192e8}:host(c4p-user-avatar[theme=dark]) .c4p--user-avatar--order-2-gray{background-color:#8d8d8d}:host(c4p-user-avatar[theme=dark]) .c4p--user-avatar--order-3-green{background-color:#24a148}:host(c4p-user-avatar[theme=dark]) .c4p--user-avatar--order-4-magenta{background-color:#ee5396}:host(c4p-user-avatar[theme=dark]) .c4p--user-avatar--order-5-purple{background-color:#a56eff}:host(c4p-user-avatar[theme=dark]) .c4p--user-avatar--order-6-teal{background-color:#009d9a}:host(c4p-user-avatar[theme=dark]) .c4p--user-avatar--order-7-cyan{background-color:#82cfff}:host(c4p-user-avatar[theme=dark]) .c4p--user-avatar--order-8-gray{background-color:#c6c6c6}:host(c4p-user-avatar[theme=dark]) .c4p--user-avatar--order-9-green{background-color:#6fdc8c}:host(c4p-user-avatar[theme=dark]) .c4p--user-avatar--order-10-magenta{background-color:#ffafd2}:host(c4p-user-avatar[theme=dark]) .c4p--user-avatar--order-11-purple{background-color:#d4bbff}:host(c4p-user-avatar[theme=dark]) .c4p--user-avatar--order-12-teal{background-color:#3ddbd9}"]);
11
+
12
+ export { styles as default };
13
+ //# sourceMappingURL=user-avatar.scss.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"user-avatar.scss.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;"}
@@ -0,0 +1 @@
1
+ import './index';
@@ -0,0 +1,128 @@
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 { vi, describe, it, expect } from 'vitest';
9
+ import { fixture, html } from '@open-wc/testing';
10
+ import './user-avatar.js';
11
+ import { prefix } from '../../globals/settings.js';
12
+
13
+ /**
14
+ * Copyright IBM Corp. 2024, 2024
15
+ *
16
+ * This source code is licensed under the Apache-2.0 license found in the
17
+ * LICENSE file in the root directory of this source tree.
18
+ */
19
+ vi.mock('./_story-assets/headshot.jpg', () => 'mock-image-path');
20
+ const blockClass = `${prefix}--user-avatar`;
21
+ const defaultProps = {
22
+ tooltipText: 'TW, Thomas J. Watson user profile',
23
+ name: 'Thomas J. Watson',
24
+ backgroundColor: 'order-1-cyan',
25
+ };
26
+ const template = (props = defaultProps) => html `
27
+ <c4p-user-avatar
28
+ tooltip-text=${props.tooltipText}
29
+ name=${props.name}
30
+ background-color=${props.backgroundColor}
31
+ size=${props.size}
32
+ image=${props.image}
33
+ imageDescription=${props.imageDescription}
34
+ >
35
+ </c4p-user-avatar>
36
+ `;
37
+ const iconTemplate = (props = defaultProps) => html `
38
+ <c4p-user-avatar
39
+ tooltip-text=${props.tooltipText}
40
+ name=${props.name}
41
+ background-color=${props.backgroundColor}
42
+ size=${props.size}
43
+ image=${props.image}
44
+ imageDescription=${props.imageDescription}
45
+ >
46
+ <svg slot="rendericon" data-test-id="mock-icon" viewBox="0 0 32 32">
47
+ <circle cx="16" cy="10" r="6"></circle>
48
+ <path d="M16 18C10 18 4 22 4 26V28H28V26C28 22 22 18 16 18Z"></path>
49
+ </svg>
50
+ </c4p-user-avatar>
51
+ `;
52
+ describe('c4p-user-avatar', () => {
53
+ it('should render a user avatar', async () => {
54
+ const userAvatar = await fixture(template(Object.assign({}, defaultProps)));
55
+ expect(userAvatar).toBeDefined();
56
+ });
57
+ it('should return a circle with background color', async () => {
58
+ var _a, _b;
59
+ const userAvatar = await fixture(template(Object.assign({}, defaultProps)));
60
+ expect(userAvatar).toBeDefined();
61
+ expect(userAvatar.getAttribute('background-color')).toBe('order-1-cyan');
62
+ const bgClass = (_b = (_a = userAvatar === null || userAvatar === void 0 ? void 0 : userAvatar.shadowRoot) === null || _a === void 0 ? void 0 : _a.querySelectorAll(`.${blockClass}--order-1-cyan`)) === null || _b === void 0 ? void 0 : _b[0];
63
+ expect(bgClass).toBeDefined();
64
+ });
65
+ it('should return a circle with updated background color', async () => {
66
+ var _a, _b;
67
+ const userAvatar = await fixture(template(Object.assign(Object.assign({}, defaultProps), { backgroundColor: 'order-3-green' })));
68
+ expect(userAvatar).toBeDefined();
69
+ expect(userAvatar.getAttribute('background-color')).toBe('order-3-green');
70
+ const bgClass = (_b = (_a = userAvatar === null || userAvatar === void 0 ? void 0 : userAvatar.shadowRoot) === null || _a === void 0 ? void 0 : _a.querySelectorAll(`.${blockClass}--order-3-green`)) === null || _b === void 0 ? void 0 : _b[0];
71
+ expect(bgClass).toBeDefined();
72
+ });
73
+ it('applies className to the containing node', async () => {
74
+ const customClass = 'test';
75
+ const userAvatar = await fixture(template(Object.assign({}, defaultProps)));
76
+ userAvatar.classList.add(customClass);
77
+ expect(userAvatar.getAttribute('class')).to.include(customClass);
78
+ });
79
+ it('should return appropriately size circle based on size prop', async () => {
80
+ var _a, _b;
81
+ const userAvatar = await fixture(template(Object.assign(Object.assign({}, defaultProps), { size: 'md' })));
82
+ const hasSizeClass = (_b = (_a = userAvatar === null || userAvatar === void 0 ? void 0 : userAvatar.shadowRoot) === null || _a === void 0 ? void 0 : _a.querySelectorAll(`.${blockClass}--md`)) === null || _b === void 0 ? void 0 : _b[0];
83
+ // expect the element is present
84
+ expect(hasSizeClass).toBeDefined();
85
+ });
86
+ it('should render the initials when passed the name prop', async () => {
87
+ var _a, _b;
88
+ const userAvatar = await fixture(template(Object.assign({}, defaultProps)));
89
+ const initials = (_b = (_a = userAvatar === null || userAvatar === void 0 ? void 0 : userAvatar.shadowRoot) === null || _a === void 0 ? void 0 : _a.querySelectorAll(`.${blockClass}`)) === null || _b === void 0 ? void 0 : _b[0];
90
+ expect(initials).to.exist;
91
+ expect(initials === null || initials === void 0 ? void 0 : initials.textContent).to.equal('TW');
92
+ });
93
+ it('should render the initials when simply passing two names to the name prop', async () => {
94
+ var _a, _b;
95
+ const userAvatar = await fixture(template(Object.assign(Object.assign({}, defaultProps), { name: 'DN' })));
96
+ const initials = (_b = (_a = userAvatar === null || userAvatar === void 0 ? void 0 : userAvatar.shadowRoot) === null || _a === void 0 ? void 0 : _a.querySelectorAll(`.${blockClass}`)) === null || _b === void 0 ? void 0 : _b[0];
97
+ expect(initials).to.exist;
98
+ expect(initials === null || initials === void 0 ? void 0 : initials.textContent).to.equal('DN');
99
+ });
100
+ it('should render a tooltip if the tooltipText is supplied', async () => {
101
+ var _a, _b;
102
+ const userAvatar = await fixture(template(Object.assign({}, defaultProps)));
103
+ const tooltipElement = (_b = (_a = userAvatar === null || userAvatar === void 0 ? void 0 : userAvatar.shadowRoot) === null || _a === void 0 ? void 0 : _a.querySelectorAll(`.${blockClass}__tooltip`)) === null || _b === void 0 ? void 0 : _b[0];
104
+ expect(tooltipElement).to.exist;
105
+ });
106
+ it('should render a tooltip if the tooltipText is supplied', async () => {
107
+ var _a, _b;
108
+ const userAvatar = await fixture(template(Object.assign(Object.assign({}, defaultProps), { tooltipText: '' })));
109
+ const tooltipElement = (_b = (_a = userAvatar === null || userAvatar === void 0 ? void 0 : userAvatar.shadowRoot) === null || _a === void 0 ? void 0 : _a.querySelectorAll(`${blockClass}__tooltip`)) === null || _b === void 0 ? void 0 : _b[0];
110
+ expect(tooltipElement).to.not.exist;
111
+ });
112
+ it('should return an icon for the avatar image', async () => {
113
+ var _a;
114
+ const userAvatar = await fixture(iconTemplate(Object.assign(Object.assign({}, defaultProps), { size: 'md' })));
115
+ const renderedSVG = (_a = userAvatar === null || userAvatar === void 0 ? void 0 : userAvatar.shadowRoot) === null || _a === void 0 ? void 0 : _a.querySelector('slot[name="rendericon"]');
116
+ expect(renderedSVG).to.exist;
117
+ const assignedNodes = renderedSVG.assignedNodes({ flatten: true });
118
+ const svg = assignedNodes.find((node) => node.nodeName.toLowerCase() === 'svg');
119
+ expect(svg).to.exist;
120
+ });
121
+ it('should render image for the avatar image', async () => {
122
+ var _a, _b;
123
+ const userAvatar = await fixture(template(Object.assign(Object.assign({}, defaultProps), { image: 'mock-image-path', imageDescription: 'test alt text' })));
124
+ const imagePath = (_b = (_a = userAvatar === null || userAvatar === void 0 ? void 0 : userAvatar.shadowRoot) === null || _a === void 0 ? void 0 : _a.querySelector('img')) === null || _b === void 0 ? void 0 : _b.getAttribute('src');
125
+ expect(typeof imagePath).toBe('string');
126
+ });
127
+ });
128
+ //# sourceMappingURL=user-avatar.test.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"user-avatar.test.js","sources":["../../../src/components/user-avatar/user-avatar.test.ts"],"sourcesContent":[null],"names":[],"mappings":"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"}
@@ -0,0 +1,18 @@
1
+ /**
2
+ * @license
3
+ *
4
+ * Copyright IBM Corp. 2019
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
+ /**
10
+ * An object to keep track of things that can be cleaned up.
11
+ */
12
+ export default interface Handle {
13
+ /**
14
+ * Releases the thing that this object is keeping track of.
15
+ * For example, if this `Handle` is keeping track of an event listener, this `release()` method removes the event listener.
16
+ */
17
+ release(): null;
18
+ }
@@ -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=handle.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"handle.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;"}
@@ -0,0 +1,15 @@
1
+ export declare const isProduction: boolean;
2
+ export declare const noop: () => undefined;
3
+ export declare const shimIfProduction: (fn: any) => any;
4
+ export declare const log: any;
5
+ export declare const warn: any;
6
+ export declare const error: any;
7
+ declare const _default: {
8
+ isProduction: boolean;
9
+ noop: () => undefined;
10
+ shimIfProduction: (fn: any) => any;
11
+ log: any;
12
+ warn: any;
13
+ error: any;
14
+ };
15
+ export default _default;
@@ -0,0 +1,30 @@
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. 2020, 2021
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 isProduction = process.env.NODE_ENV === 'production';
15
+ const noop = () => undefined;
16
+ const shimIfProduction = (fn) => (isProduction ? noop : fn);
17
+ const log = shimIfProduction((...args) => console.log(...args));
18
+ const warn = shimIfProduction((...args) => console.warn(...args));
19
+ const error = shimIfProduction((...args) => console.error(...args));
20
+ var pconsole = {
21
+ isProduction,
22
+ noop,
23
+ shimIfProduction,
24
+ log,
25
+ warn,
26
+ error,
27
+ };
28
+
29
+ export { pconsole as default, error, isProduction, log, noop, shimIfProduction, warn };
30
+ //# sourceMappingURL=pconsole.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pconsole.js","sources":["../../../src/globals/internal/pconsole.ts"],"sourcesContent":[null],"names":[],"mappings":";;;;;;;AAAA;AACA;AACA;AACA;AACA;AACA;AAEa,MAAA,YAAY,GAAG,OAAO,CAAC,GAAG,CAAC,QAAQ,KAAK;MACxC,IAAI,GAAG,MAAM;MACb,gBAAgB,GAAG,CAAC,EAAE,MAAM,YAAY,GAAG,IAAI,GAAG,EAAE;MACpD,GAAG,GAAG,gBAAgB,CAAC,CAAC,GAAG,IAAI,KAAK,OAAO,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC;MACxD,IAAI,GAAG,gBAAgB,CAAC,CAAC,GAAG,IAAI,KAAK,OAAO,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC;MAC1D,KAAK,GAAG,gBAAgB,CAAC,CAAC,GAAG,IAAI,KAAK,OAAO,CAAC,KAAK,CAAC,GAAG,IAAI,CAAC;AAEzE,eAAe;IACb,YAAY;IACZ,IAAI;IACJ,gBAAgB;IAChB,GAAG;IACH,IAAI;IACJ,KAAK;CACN;;;;"}
@@ -0,0 +1,78 @@
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 packageJson from '../../packages/ibm-products-web-components/package.json.js';
9
+
10
+ /**
11
+ * @license
12
+ *
13
+ * Copyright IBM Corp. 2021, 2025
14
+ *
15
+ * This source code is licensed under the Apache-2.0 license found in the
16
+ * LICENSE file in the root directory of this source tree.
17
+ */
18
+
19
+
20
+ /**
21
+ *
22
+ */
23
+ /**
24
+ * Renders the component(s) script tag content and returns back the string
25
+ *
26
+ * @param {Array} components array of component names
27
+ * @param {string} tag tag folder
28
+ */
29
+ function _renderScript(components, tag) {
30
+ let scripts = '';
31
+ components.forEach((component) => {
32
+ scripts += `<script type="module" src="https://1.www.s81c.com/common/carbon/web-components/${tag}/${component}.min.js"></script>\n`;
33
+ });
34
+ return scripts;
35
+ }
36
+
37
+ /**
38
+ * This is the markdown block for JS via CDN
39
+ *
40
+ * @param {Array} components array of components to render
41
+ * @param components.components components to render
42
+ */
43
+ const cdnJs = ({ components }) => {
44
+ return `
45
+ ### JS (via CDN)
46
+
47
+ > NOTE: Only one version of artifacts should be used. Mixing versions will cause rendering issues.
48
+
49
+ \`\`\`html
50
+ // SPECIFIC VERSION (available starting v2.0.0)
51
+ ${_renderScript(components, `version/v${packageJson.version}`)}
52
+ \`\`\`
53
+
54
+ #### Right-to-left (RTL) versions
55
+
56
+ \`\`\`html
57
+ // SPECIFIC VERSION (available starting v2.0.0)
58
+ ${_renderScript(components, `version/v${packageJson.version}`)}
59
+ \`\`\`
60
+ `;
61
+ };
62
+
63
+ /**
64
+ * This is the markdown block for CSS via CDN
65
+ */
66
+ const cdnCss = () => {
67
+ return `
68
+ ### Carbon CDN style helpers (optional)
69
+
70
+ There are optional CDN artifacts available that can assist with global Carbon
71
+ styles in lieu of including into your specific application bundle.
72
+
73
+ [Click here to learn more](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/blob/main/packages/web-components/docs/carbon-cdn-style-helpers.md)\n\n
74
+ `;
75
+ };
76
+
77
+ export { cdnCss, cdnJs };
78
+ //# sourceMappingURL=storybook-cdn.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"storybook-cdn.js","sources":["../../../src/globals/internal/storybook-cdn.ts"],"sourcesContent":["/**\n * @license\n *\n * Copyright IBM Corp. 2021, 2025\n *\n * This source code is licensed under the Apache-2.0 license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport packageJson from '../../../package.json';\n\n/**\n *\n */\n/**\n * Renders the component(s) script tag content and returns back the string\n *\n * @param {Array} components array of component names\n * @param {string} tag tag folder\n */\nfunction _renderScript(components, tag) {\n let scripts = '';\n components.forEach((component) => {\n scripts += `<script type=\"module\" src=\"https://1.www.s81c.com/common/carbon/web-components/${tag}/${component}.min.js\"></script>\\n`;\n });\n return scripts;\n}\n\n/**\n * This is the markdown block for JS via CDN\n *\n * @param {Array} components array of components to render\n * @param components.components components to render\n */\nexport const cdnJs = ({ components }) => {\n return `\n### JS (via CDN)\n\n > NOTE: Only one version of artifacts should be used. Mixing versions will cause rendering issues.\n\n \\`\\`\\`html\n // SPECIFIC VERSION (available starting v2.0.0)\n ${_renderScript(components, `version/v${packageJson.version}`)}\n \\`\\`\\`\n\n #### Right-to-left (RTL) versions\n\n \\`\\`\\`html\n // SPECIFIC VERSION (available starting v2.0.0)\n ${_renderScript(components, `version/v${packageJson.version}`)}\n \\`\\`\\`\n `;\n};\n\n/**\n * This is the markdown block for CSS via CDN\n */\nexport const cdnCss = () => {\n return `\n### Carbon CDN style helpers (optional)\n\nThere are optional CDN artifacts available that can assist with global Carbon\nstyles in lieu of including into your specific application bundle.\n\n[Click here to learn more](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/blob/main/packages/web-components/docs/carbon-cdn-style-helpers.md)\\n\\n\n `;\n};\n"],"names":[],"mappings":";;;;;;;;;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AAIA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS,aAAa,CAAC,UAAU,EAAE,GAAG,EAAE;AACxC,EAAE,IAAI,OAAO,GAAG,EAAE;AAClB,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC,SAAS,KAAK;AACpC,IAAI,OAAO,IAAI,CAAC,+EAA+E,EAAE,GAAG,CAAC,CAAC,EAAE,SAAS,CAAC,oBAAoB,CAAC;AACvI,GAAG,CAAC;AACJ,EAAE,OAAO,OAAO;AAChB;;AAEA;AACA;AACA;AACA;AACA;AACA;AACY,MAAC,KAAK,GAAG,CAAC,EAAE,UAAU,EAAE,KAAK;AACzC,EAAE,OAAO;AACT;;AAEA;;AAEA;AACA;AACA,CAAC,EAAE,aAAa,CAAC,UAAU,EAAE,CAAC,SAAS,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC,CAAC;AAC/D;;AAEA;;AAEA;AACA;AACA,CAAC,EAAE,aAAa,CAAC,UAAU,EAAE,CAAC,SAAS,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC,CAAC;AAC/D;AACA,GAAG,CAAC;AACJ;;AAEA;AACA;AACA;AACY,MAAC,MAAM,GAAG,MAAM;AAC5B,EAAE,OAAO;AACT;;AAEA;AACA;;AAEA;AACA,EAAE,CAAC;AACH;;;;"}
@@ -0,0 +1,12 @@
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
+ /**
8
+ * Ensures the requested `locale` is valid, else returns the default locale.
9
+ *
10
+ * Reference: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat/NumberFormat#locales
11
+ */
12
+ export declare const getSupportedLocale: (locale: Intl.LocalesArgument, defaultLocale?: string) => Intl.LocalesArgument;
@@ -0,0 +1,35 @@
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
+ /**
15
+ * Ensures the requested `locale` is valid, else returns the default locale.
16
+ *
17
+ * Reference: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat/NumberFormat#locales
18
+ */
19
+ const getSupportedLocale = (locale, defaultLocale = 'en-US') => {
20
+ let supportedLocale;
21
+ try {
22
+ // This line will throw an error if `locale` is not supported.
23
+ Intl.NumberFormat.supportedLocalesOf(locale);
24
+ // If no error is thrown, return `locale`,
25
+ supportedLocale = locale;
26
+ }
27
+ catch (error) {
28
+ // else return `defaultLocale`.
29
+ supportedLocale = defaultLocale;
30
+ }
31
+ return supportedLocale;
32
+ };
33
+
34
+ export { getSupportedLocale };
35
+ //# sourceMappingURL=getSupportedLocale.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getSupportedLocale.js","sources":["../../../../src/globals/js/utils/getSupportedLocale.ts"],"sourcesContent":[null],"names":[],"mappings":";;;;;;;AAAA;;;;;AAKG;AAEH;;;;AAIG;AAEU,MAAA,kBAAkB,GAAG,CAChC,MAA4B,EAC5B,aAAA,GAAwB,OAAO,KACP;AACxB,IAAA,IAAI,eAAqC;AAEzC,IAAA,IAAI;;AAEF,QAAA,IAAI,CAAC,YAAY,CAAC,kBAAkB,CAAC,MAAM,CAAC;;QAE5C,eAAe,GAAG,MAAM;;IACxB,OAAO,KAAK,EAAE;;QAEd,eAAe,GAAG,aAAa;;AAGjC,IAAA,OAAO,eAAe;AACxB;;;;"}
@@ -0,0 +1,15 @@
1
+ /**
2
+ *
3
+ * Copyright IBM Corp. 2024, 2024
4
+ *
5
+ * This source code is licensed under the Apache-2.0 license found in the
6
+ * LICENSE file in the root directory of this source tree.
7
+ */
8
+ declare const prefix = "c4p";
9
+ declare const carbonPrefix = "cds-custom";
10
+ /**
11
+ * A selector selecting tabbable nodes.
12
+ * Borrowed from `carbon-angular`. tabbable === focusable.
13
+ */
14
+ declare const selectorTabbable = "\n c4p-side-nav-link,\n c4p-side-nav-menu,\n c4p-side-nav-menu-item\n";
15
+ export { prefix, carbonPrefix, selectorTabbable };
@@ -0,0 +1,28 @@
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
+ *
10
+ * Copyright IBM Corp. 2024, 2024
11
+ *
12
+ * This source code is licensed under the Apache-2.0 license found in the
13
+ * LICENSE file in the root directory of this source tree.
14
+ */
15
+ const prefix = 'c4p';
16
+ const carbonPrefix = 'cds-custom';
17
+ /**
18
+ * A selector selecting tabbable nodes.
19
+ * Borrowed from `carbon-angular`. tabbable === focusable.
20
+ */
21
+ const selectorTabbable = `
22
+ ${prefix}-side-nav-link,
23
+ ${prefix}-side-nav-menu,
24
+ ${prefix}-side-nav-menu-item
25
+ `;
26
+
27
+ export { carbonPrefix, prefix, selectorTabbable };
28
+ //# sourceMappingURL=settings.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"settings.js","sources":["../../src/globals/settings.ts"],"sourcesContent":[null],"names":[],"mappings":";;;;;;;AAAA;;;;;;AAMG;AAEG,MAAA,MAAM,GAAG;AACT,MAAA,YAAY,GAAG;AAErB;;;AAGG;AACH,MAAM,gBAAgB,GAAG;IACrB,MAAM,CAAA;IACN,MAAM,CAAA;IACN,MAAM,CAAA;;;;;"}