@carbon/ibm-products-web-components 0.30.0-rc.0 → 0.31.0-rc.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 (965) hide show
  1. package/custom-elements.json +5202 -0
  2. package/es/components/about-modal/_story-assets/ansible-logo.svg.js +11 -0
  3. package/es/components/about-modal/_story-assets/ansible-logo.svg.js.map +1 -0
  4. package/es/components/about-modal/_story-assets/grafana-logo.svg.js +11 -0
  5. package/es/components/about-modal/_story-assets/grafana-logo.svg.js.map +1 -0
  6. package/es/components/about-modal/_story-assets/js-logo.svg.js +11 -0
  7. package/es/components/about-modal/_story-assets/js-logo.svg.js.map +1 -0
  8. package/es/components/about-modal/about-modal-helpers.d.ts +15 -0
  9. package/es/components/about-modal/about-modal-helpers.js +141 -0
  10. package/es/components/about-modal/about-modal-helpers.js.map +1 -0
  11. package/es/components/about-modal/about-modal.d.ts +458 -0
  12. package/es/components/about-modal/about-modal.figma.js +59 -0
  13. package/es/components/about-modal/about-modal.figma.js.map +1 -0
  14. package/es/components/about-modal/about-modal.js +203 -0
  15. package/es/components/about-modal/about-modal.js.map +1 -0
  16. package/es/components/about-modal/about-modal.scss.js +13 -0
  17. package/es/components/about-modal/about-modal.scss.js.map +1 -0
  18. package/es/components/about-modal/about-modal.test.d.ts +7 -0
  19. package/es/components/about-modal/about-modal.test.js +208 -0
  20. package/es/components/about-modal/about-modal.test.js.map +1 -0
  21. package/es/components/about-modal/index.d.ts +9 -0
  22. package/es/components/about-modal/index.js +9 -0
  23. package/es/components/about-modal/index.js.map +1 -0
  24. package/es/components/checklist/checklist-chart.d.ts +25 -0
  25. package/es/components/checklist/checklist-chart.js +81 -0
  26. package/es/components/checklist/checklist-chart.js.map +1 -0
  27. package/es/components/checklist/checklist-group.d.ts +25 -0
  28. package/es/components/checklist/checklist-group.js +58 -0
  29. package/es/components/checklist/checklist-group.js.map +1 -0
  30. package/es/components/checklist/checklist-icon.d.ts +26 -0
  31. package/es/components/checklist/checklist-icon.js +72 -0
  32. package/es/components/checklist/checklist-icon.js.map +1 -0
  33. package/es/components/checklist/checklist-item.d.ts +41 -0
  34. package/es/components/checklist/checklist-item.figma.js +49 -0
  35. package/es/components/checklist/checklist-item.figma.js.map +1 -0
  36. package/es/components/checklist/checklist-item.js +128 -0
  37. package/es/components/checklist/checklist-item.js.map +1 -0
  38. package/es/components/checklist/checklist.d.ts +73 -0
  39. package/es/components/checklist/checklist.figma.js +87 -0
  40. package/es/components/checklist/checklist.figma.js.map +1 -0
  41. package/es/components/checklist/checklist.js +198 -0
  42. package/es/components/checklist/checklist.js.map +1 -0
  43. package/es/components/checklist/checklist.scss.js +13 -0
  44. package/es/components/checklist/checklist.scss.js.map +1 -0
  45. package/es/components/checklist/checklist.test.d.ts +7 -0
  46. package/es/components/checklist/checklist.test.js +172 -0
  47. package/es/components/checklist/checklist.test.js.map +1 -0
  48. package/es/components/checklist/checklist.types.d.ts +22 -0
  49. package/es/components/checklist/checklist.types.js +32 -0
  50. package/es/components/checklist/checklist.types.js.map +1 -0
  51. package/es/components/checklist/index.d.ts +13 -0
  52. package/es/components/checklist/index.js +13 -0
  53. package/es/components/checklist/index.js.map +1 -0
  54. package/es/components/coachmark/coachmark-beacon/coachmark-beacon.d.ts +418 -0
  55. package/es/components/coachmark/coachmark-beacon/coachmark-beacon.js +139 -0
  56. package/es/components/coachmark/coachmark-beacon/coachmark-beacon.js.map +1 -0
  57. package/es/components/coachmark/coachmark-beacon/coachmark-beacon.scss.js +13 -0
  58. package/es/components/coachmark/coachmark-beacon/coachmark-beacon.scss.js.map +1 -0
  59. package/es/components/coachmark/coachmark-beacon/coachmark-beacon.test.d.ts +9 -0
  60. package/es/components/coachmark/coachmark-beacon/coachmark-beacon.test.js +77 -0
  61. package/es/components/coachmark/coachmark-beacon/coachmark-beacon.test.js.map +1 -0
  62. package/es/components/coachmark/coachmark-beacon/defs.d.ts +14 -0
  63. package/es/components/coachmark/coachmark-beacon/defs.js +25 -0
  64. package/es/components/coachmark/coachmark-beacon/defs.js.map +1 -0
  65. package/es/components/coachmark/coachmark-beacon/index.d.ts +9 -0
  66. package/es/components/coachmark/coachmark-beacon/index.js +9 -0
  67. package/es/components/coachmark/coachmark-beacon/index.js.map +1 -0
  68. package/es/components/coachmark/coachmark-body.d.ts +382 -0
  69. package/es/components/coachmark/coachmark-body.js +40 -0
  70. package/es/components/coachmark/coachmark-body.js.map +1 -0
  71. package/es/components/coachmark/coachmark-body.scss.js +13 -0
  72. package/es/components/coachmark/coachmark-body.scss.js.map +1 -0
  73. package/es/components/coachmark/coachmark-context.d.ts +11 -0
  74. package/es/components/coachmark/coachmark-context.js +39 -0
  75. package/es/components/coachmark/coachmark-context.js.map +1 -0
  76. package/es/components/coachmark/coachmark-header.d.ts +392 -0
  77. package/es/components/coachmark/coachmark-header.js +92 -0
  78. package/es/components/coachmark/coachmark-header.js.map +1 -0
  79. package/es/components/coachmark/coachmark-header.scss.js +13 -0
  80. package/es/components/coachmark/coachmark-header.scss.js.map +1 -0
  81. package/es/components/coachmark/coachmark.d.ts +416 -0
  82. package/es/components/coachmark/coachmark.js +165 -0
  83. package/es/components/coachmark/coachmark.js.map +1 -0
  84. package/es/components/coachmark/coachmark.scss.js +13 -0
  85. package/es/components/coachmark/coachmark.scss.js.map +1 -0
  86. package/es/components/coachmark/coachmark.test.d.ts +1 -0
  87. package/es/components/coachmark/coachmark.test.js +168 -0
  88. package/es/components/coachmark/coachmark.test.js.map +1 -0
  89. package/es/components/coachmark/index.d.ts +11 -0
  90. package/es/components/coachmark/index.js +11 -0
  91. package/es/components/coachmark/index.js.map +1 -0
  92. package/es/components/full-page-error/assets/error403SVG.js +831 -0
  93. package/es/components/full-page-error/assets/error403SVG.js.map +1 -0
  94. package/es/components/full-page-error/assets/error404SVG.js +735 -0
  95. package/es/components/full-page-error/assets/error404SVG.js.map +1 -0
  96. package/es/components/full-page-error/assets/errorGenericSVG.js +830 -0
  97. package/es/components/full-page-error/assets/errorGenericSVG.js.map +1 -0
  98. package/es/components/full-page-error/full-page-error.d.ts +43 -0
  99. package/es/components/full-page-error/full-page-error.figma.js +81 -0
  100. package/es/components/full-page-error/full-page-error.figma.js.map +1 -0
  101. package/es/components/full-page-error/full-page-error.js +102 -0
  102. package/es/components/full-page-error/full-page-error.js.map +1 -0
  103. package/es/components/full-page-error/full-page-error.scss.js +13 -0
  104. package/es/components/full-page-error/full-page-error.scss.js.map +1 -0
  105. package/es/components/full-page-error/full-page-error.test.d.ts +7 -0
  106. package/es/components/full-page-error/full-page-error.test.js +102 -0
  107. package/es/components/full-page-error/full-page-error.test.js.map +1 -0
  108. package/es/components/full-page-error/index.d.ts +9 -0
  109. package/es/components/full-page-error/index.js +9 -0
  110. package/es/components/full-page-error/index.js.map +1 -0
  111. package/es/components/full-page-error/types.d.ts +13 -0
  112. package/es/components/full-page-error/types.js +24 -0
  113. package/es/components/full-page-error/types.js.map +1 -0
  114. package/es/components/guide-banner/guide-banner-element.d.ts +378 -0
  115. package/es/components/guide-banner/guide-banner-element.js +38 -0
  116. package/es/components/guide-banner/guide-banner-element.js.map +1 -0
  117. package/es/components/guide-banner/guide-banner.d.ts +398 -0
  118. package/es/components/guide-banner/guide-banner.js +151 -0
  119. package/es/components/guide-banner/guide-banner.js.map +1 -0
  120. package/es/components/guide-banner/guide-banner.scss.js +13 -0
  121. package/es/components/guide-banner/guide-banner.scss.js.map +1 -0
  122. package/es/components/guide-banner/guide-banner.test.d.ts +1 -0
  123. package/es/components/guide-banner/guide-banner.test.js +121 -0
  124. package/es/components/guide-banner/guide-banner.test.js.map +1 -0
  125. package/es/components/guide-banner/index.d.ts +10 -0
  126. package/es/components/guide-banner/index.js +10 -0
  127. package/es/components/guide-banner/index.js.map +1 -0
  128. package/es/components/interstitial-screen/index.d.ts +13 -0
  129. package/es/components/interstitial-screen/index.js +13 -0
  130. package/es/components/interstitial-screen/index.js.map +1 -0
  131. package/es/components/interstitial-screen/interstitial-screen-body-item.d.ts +388 -0
  132. package/es/components/interstitial-screen/interstitial-screen-body-item.js +71 -0
  133. package/es/components/interstitial-screen/interstitial-screen-body-item.js.map +1 -0
  134. package/es/components/interstitial-screen/interstitial-screen-body-item.scss.js +13 -0
  135. package/es/components/interstitial-screen/interstitial-screen-body-item.scss.js.map +1 -0
  136. package/es/components/interstitial-screen/interstitial-screen-body.d.ts +402 -0
  137. package/es/components/interstitial-screen/interstitial-screen-body.js +152 -0
  138. package/es/components/interstitial-screen/interstitial-screen-body.js.map +1 -0
  139. package/es/components/interstitial-screen/interstitial-screen-body.scss.js +13 -0
  140. package/es/components/interstitial-screen/interstitial-screen-body.scss.js.map +1 -0
  141. package/es/components/interstitial-screen/interstitial-screen-context.d.ts +18 -0
  142. package/es/components/interstitial-screen/interstitial-screen-context.js +48 -0
  143. package/es/components/interstitial-screen/interstitial-screen-context.js.map +1 -0
  144. package/es/components/interstitial-screen/interstitial-screen-footer.d.ts +429 -0
  145. package/es/components/interstitial-screen/interstitial-screen-footer.js +263 -0
  146. package/es/components/interstitial-screen/interstitial-screen-footer.js.map +1 -0
  147. package/es/components/interstitial-screen/interstitial-screen-footer.scss.js +13 -0
  148. package/es/components/interstitial-screen/interstitial-screen-footer.scss.js.map +1 -0
  149. package/es/components/interstitial-screen/interstitial-screen-header.d.ts +413 -0
  150. package/es/components/interstitial-screen/interstitial-screen-header.js +177 -0
  151. package/es/components/interstitial-screen/interstitial-screen-header.js.map +1 -0
  152. package/es/components/interstitial-screen/interstitial-screen-header.scss.js +13 -0
  153. package/es/components/interstitial-screen/interstitial-screen-header.scss.js.map +1 -0
  154. package/es/components/interstitial-screen/interstitial-screen.d.ts +441 -0
  155. package/es/components/interstitial-screen/interstitial-screen.js +217 -0
  156. package/es/components/interstitial-screen/interstitial-screen.js.map +1 -0
  157. package/es/components/interstitial-screen/interstitial-screen.scss.js +13 -0
  158. package/es/components/interstitial-screen/interstitial-screen.scss.js.map +1 -0
  159. package/es/components/interstitial-screen/interstitial-screen.test.d.ts +1 -0
  160. package/es/components/interstitial-screen/interstitial-screen.test.js +329 -0
  161. package/es/components/interstitial-screen/interstitial-screen.test.js.map +1 -0
  162. package/es/components/notification-panel/_story-assets/unread-notification-bell.d.ts +3 -0
  163. package/es/components/notification-panel/_story-assets/unread-notification-bell.js +45 -0
  164. package/es/components/notification-panel/_story-assets/unread-notification-bell.js.map +1 -0
  165. package/es/components/notification-panel/date-time-context.d.ts +9 -0
  166. package/es/components/notification-panel/date-time-context.js +19 -0
  167. package/es/components/notification-panel/date-time-context.js.map +1 -0
  168. package/es/components/notification-panel/defs.d.ts +8 -0
  169. package/es/components/notification-panel/defs.js +8 -0
  170. package/es/components/notification-panel/defs.js.map +1 -0
  171. package/es/components/notification-panel/index.d.ts +11 -0
  172. package/es/components/notification-panel/index.js +11 -0
  173. package/es/components/notification-panel/index.js.map +1 -0
  174. package/es/components/notification-panel/notification-footer.d.ts +405 -0
  175. package/es/components/notification-panel/notification-footer.js +120 -0
  176. package/es/components/notification-panel/notification-footer.js.map +1 -0
  177. package/es/components/notification-panel/notification-footer.scss.js +13 -0
  178. package/es/components/notification-panel/notification-footer.scss.js.map +1 -0
  179. package/es/components/notification-panel/notification-footer.test.d.ts +7 -0
  180. package/es/components/notification-panel/notification-footer.test.js +65 -0
  181. package/es/components/notification-panel/notification-footer.test.js.map +1 -0
  182. package/es/components/notification-panel/notification-panel-footer.figma.js +31 -0
  183. package/es/components/notification-panel/notification-panel-footer.figma.js.map +1 -0
  184. package/es/components/notification-panel/notification-panel.d.ts +479 -0
  185. package/es/components/notification-panel/notification-panel.figma.js +114 -0
  186. package/es/components/notification-panel/notification-panel.figma.js.map +1 -0
  187. package/es/components/notification-panel/notification-panel.js +439 -0
  188. package/es/components/notification-panel/notification-panel.js.map +1 -0
  189. package/es/components/notification-panel/notification-panel.scss.js +13 -0
  190. package/es/components/notification-panel/notification-panel.scss.js.map +1 -0
  191. package/es/components/notification-panel/notification-panel.test.d.ts +7 -0
  192. package/es/components/notification-panel/notification-panel.test.js +340 -0
  193. package/es/components/notification-panel/notification-panel.test.js.map +1 -0
  194. package/es/components/notification-panel/notification.d.ts +415 -0
  195. package/es/components/notification-panel/notification.figma.js +55 -0
  196. package/es/components/notification-panel/notification.figma.js.map +1 -0
  197. package/es/components/notification-panel/notification.js +179 -0
  198. package/es/components/notification-panel/notification.js.map +1 -0
  199. package/es/components/notification-panel/notification.scss.js +13 -0
  200. package/es/components/notification-panel/notification.scss.js.map +1 -0
  201. package/es/components/notification-panel/notification.test.d.ts +7 -0
  202. package/es/components/notification-panel/notification.test.js +152 -0
  203. package/es/components/notification-panel/notification.test.js.map +1 -0
  204. package/es/components/options-tile/index.d.ts +9 -0
  205. package/es/components/options-tile/index.js +9 -0
  206. package/es/components/options-tile/index.js.map +1 -0
  207. package/es/components/options-tile/options-file.figma.js +96 -0
  208. package/es/components/options-tile/options-file.figma.js.map +1 -0
  209. package/es/components/options-tile/options-tile.d.ts +416 -0
  210. package/es/components/options-tile/options-tile.js +158 -0
  211. package/es/components/options-tile/options-tile.js.map +1 -0
  212. package/es/components/options-tile/options-tile.scss.js +13 -0
  213. package/es/components/options-tile/options-tile.scss.js.map +1 -0
  214. package/es/components/options-tile/options-tile.test.d.ts +1 -0
  215. package/es/components/options-tile/options-tile.test.js +129 -0
  216. package/es/components/options-tile/options-tile.test.js.map +1 -0
  217. package/es/components/page-header/_story-assets/2x1.jpg.js +11 -0
  218. package/es/components/page-header/_story-assets/2x1.jpg.js.map +1 -0
  219. package/es/components/page-header/_story-assets/3x2.jpg.js +11 -0
  220. package/es/components/page-header/_story-assets/3x2.jpg.js.map +1 -0
  221. package/es/components/page-header/_story-assets/overflowHandler.d.ts +98 -0
  222. package/es/components/page-header/_story-assets/overflowHandler.js +156 -0
  223. package/es/components/page-header/_story-assets/overflowHandler.js.map +1 -0
  224. package/es/components/page-header/_story-assets/set-of-breadcrumbs.d.ts +43 -0
  225. package/es/components/page-header/_story-assets/set-of-breadcrumbs.js +154 -0
  226. package/es/components/page-header/_story-assets/set-of-breadcrumbs.js.map +1 -0
  227. package/es/components/page-header/_story-assets/set-of-breadcrumbs.scss.js +13 -0
  228. package/es/components/page-header/_story-assets/set-of-breadcrumbs.scss.js.map +1 -0
  229. package/es/components/page-header/_story-assets/set-of-tags/index.d.ts +9 -0
  230. package/es/components/page-header/_story-assets/set-of-tags/index.js +9 -0
  231. package/es/components/page-header/_story-assets/set-of-tags/index.js.map +1 -0
  232. package/es/components/page-header/_story-assets/set-of-tags/set-of-tags.d.ts +40 -0
  233. package/es/components/page-header/_story-assets/set-of-tags/set-of-tags.js +260 -0
  234. package/es/components/page-header/_story-assets/set-of-tags/set-of-tags.js.map +1 -0
  235. package/es/components/page-header/_story-assets/set-of-tags/set-of-tags.scss.js +13 -0
  236. package/es/components/page-header/_story-assets/set-of-tags/set-of-tags.scss.js.map +1 -0
  237. package/es/components/page-header/_story-assets/set-of-tags/utils.d.ts +23 -0
  238. package/es/components/page-header/_story-assets/set-of-tags/utils.js +44 -0
  239. package/es/components/page-header/_story-assets/set-of-tags/utils.js.map +1 -0
  240. package/es/components/page-header/context.d.ts +15 -0
  241. package/es/components/page-header/context.js +27 -0
  242. package/es/components/page-header/context.js.map +1 -0
  243. package/es/components/page-header/index.d.ts +16 -0
  244. package/es/components/page-header/index.js +16 -0
  245. package/es/components/page-header/index.js.map +1 -0
  246. package/es/components/page-header/page-header-breadcrumb.d.ts +36 -0
  247. package/es/components/page-header/page-header-breadcrumb.js +106 -0
  248. package/es/components/page-header/page-header-breadcrumb.js.map +1 -0
  249. package/es/components/page-header/page-header-content-text.d.ts +22 -0
  250. package/es/components/page-header/page-header-content-text.js +56 -0
  251. package/es/components/page-header/page-header-content-text.js.map +1 -0
  252. package/es/components/page-header/page-header-content.d.ts +42 -0
  253. package/es/components/page-header/page-header-content.js +141 -0
  254. package/es/components/page-header/page-header-content.js.map +1 -0
  255. package/es/components/page-header/page-header-hero-image.d.ts +18 -0
  256. package/es/components/page-header/page-header-hero-image.js +38 -0
  257. package/es/components/page-header/page-header-hero-image.js.map +1 -0
  258. package/es/components/page-header/page-header-scroller.d.ts +56 -0
  259. package/es/components/page-header/page-header-scroller.js +166 -0
  260. package/es/components/page-header/page-header-scroller.js.map +1 -0
  261. package/es/components/page-header/page-header-tabs.d.ts +18 -0
  262. package/es/components/page-header/page-header-tabs.js +48 -0
  263. package/es/components/page-header/page-header-tabs.js.map +1 -0
  264. package/es/components/page-header/page-header-title-breadcrumb.d.ts +20 -0
  265. package/es/components/page-header/page-header-title-breadcrumb.js +71 -0
  266. package/es/components/page-header/page-header-title-breadcrumb.js.map +1 -0
  267. package/es/components/page-header/page-header.d.ts +31 -0
  268. package/es/components/page-header/page-header.js +128 -0
  269. package/es/components/page-header/page-header.js.map +1 -0
  270. package/es/components/page-header/page-header.scss.js +13 -0
  271. package/es/components/page-header/page-header.scss.js.map +1 -0
  272. package/es/components/page-header/page-header.test.d.ts +1 -0
  273. package/es/components/page-header/page-header.test.js +349 -0
  274. package/es/components/page-header/page-header.test.js.map +1 -0
  275. package/es/components/page-header/utils.d.ts +32 -0
  276. package/es/components/page-header/utils.js +76 -0
  277. package/es/components/page-header/utils.js.map +1 -0
  278. package/es/components/side-panel/_story-assets/index.d.ts +8 -0
  279. package/es/components/side-panel/_story-assets/index.js +275 -0
  280. package/es/components/side-panel/_story-assets/index.js.map +1 -0
  281. package/es/components/side-panel/defs.d.ts +39 -0
  282. package/es/components/side-panel/defs.js +51 -0
  283. package/es/components/side-panel/defs.js.map +1 -0
  284. package/es/components/side-panel/index.d.ts +9 -0
  285. package/es/components/side-panel/index.js +9 -0
  286. package/es/components/side-panel/index.js.map +1 -0
  287. package/es/components/side-panel/side-panel.d.ts +571 -0
  288. package/es/components/side-panel/side-panel.js +859 -0
  289. package/es/components/side-panel/side-panel.js.map +1 -0
  290. package/es/components/side-panel/side-panel.scss.js +13 -0
  291. package/es/components/side-panel/side-panel.scss.js.map +1 -0
  292. package/es/components/side-panel/side-panel.test.d.ts +3 -0
  293. package/es/components/side-panel/side-panel.test.js +273 -0
  294. package/es/components/side-panel/side-panel.test.js.map +1 -0
  295. package/es/components/side-panel/story-styles.scss.js +13 -0
  296. package/es/components/side-panel/story-styles.scss.js.map +1 -0
  297. package/es/components/tearsheet/defs.d.ts +26 -0
  298. package/es/components/tearsheet/defs.js +39 -0
  299. package/es/components/tearsheet/defs.js.map +1 -0
  300. package/es/components/tearsheet/index.d.ts +9 -0
  301. package/es/components/tearsheet/index.js +9 -0
  302. package/es/components/tearsheet/index.js.map +1 -0
  303. package/es/components/tearsheet/story-styles.scss.js +13 -0
  304. package/es/components/tearsheet/story-styles.scss.js.map +1 -0
  305. package/es/components/tearsheet/tearsheet.d.ts +535 -0
  306. package/es/components/tearsheet/tearsheet.js +721 -0
  307. package/es/components/tearsheet/tearsheet.js.map +1 -0
  308. package/es/components/tearsheet/tearsheet.scss.js +13 -0
  309. package/es/components/tearsheet/tearsheet.scss.js.map +1 -0
  310. package/es/components/tearsheet/tearsheet.test.d.ts +14 -0
  311. package/es/components/tearsheet/tearsheet.test.js +305 -0
  312. package/es/components/tearsheet/tearsheet.test.js.map +1 -0
  313. package/es/components/tearsheet/utils.d.ts +34 -0
  314. package/es/components/tearsheet/utils.js +370 -0
  315. package/es/components/tearsheet/utils.js.map +1 -0
  316. package/es/components/truncated-text/index.d.ts +9 -0
  317. package/es/components/truncated-text/index.js +9 -0
  318. package/es/components/truncated-text/index.js.map +1 -0
  319. package/es/components/truncated-text/truncated-text.d.ts +78 -0
  320. package/es/components/truncated-text/truncated-text.js +257 -0
  321. package/es/components/truncated-text/truncated-text.js.map +1 -0
  322. package/es/components/truncated-text/truncated-text.scss.js +13 -0
  323. package/es/components/truncated-text/truncated-text.scss.js.map +1 -0
  324. package/es/components/truncated-text/truncated-text.test.d.ts +7 -0
  325. package/es/components/truncated-text/truncated-text.test.js +77 -0
  326. package/es/components/truncated-text/truncated-text.test.js.map +1 -0
  327. package/es/components/user-avatar/index.d.ts +9 -0
  328. package/es/components/user-avatar/index.js +9 -0
  329. package/es/components/user-avatar/index.js.map +1 -0
  330. package/es/components/user-avatar/user-avatar.d.ts +425 -0
  331. package/es/components/user-avatar/user-avatar.figma.js +161 -0
  332. package/es/components/user-avatar/user-avatar.figma.js.map +1 -0
  333. package/es/components/user-avatar/user-avatar.js +141 -0
  334. package/es/components/user-avatar/user-avatar.js.map +1 -0
  335. package/es/components/user-avatar/user-avatar.scss.js +13 -0
  336. package/es/components/user-avatar/user-avatar.scss.js.map +1 -0
  337. package/es/components/user-avatar/user-avatar.test.d.ts +1 -0
  338. package/es/components/user-avatar/user-avatar.test.js +128 -0
  339. package/es/components/user-avatar/user-avatar.test.js.map +1 -0
  340. package/es/globals/internal/handle.d.ts +18 -0
  341. package/es/globals/internal/handle.js +8 -0
  342. package/es/globals/internal/handle.js.map +1 -0
  343. package/es/globals/internal/pconsole.d.ts +15 -0
  344. package/es/globals/internal/pconsole.js +30 -0
  345. package/es/globals/internal/pconsole.js.map +1 -0
  346. package/es/globals/internal/storybook-cdn.js +78 -0
  347. package/es/globals/internal/storybook-cdn.js.map +1 -0
  348. package/es/globals/js/utils/getSupportedLocale.d.ts +12 -0
  349. package/es/globals/js/utils/getSupportedLocale.js +35 -0
  350. package/es/globals/js/utils/getSupportedLocale.js.map +1 -0
  351. package/es/globals/settings.d.ts +15 -0
  352. package/es/globals/settings.js +28 -0
  353. package/es/globals/settings.js.map +1 -0
  354. package/es/index.d.ts +25 -0
  355. package/es/index.js +25 -0
  356. package/es/index.js.map +1 -0
  357. package/es/node_modules/@carbon/layout/es/index.js +44 -0
  358. package/es/node_modules/@carbon/layout/es/index.js.map +1 -0
  359. package/es/node_modules/@carbon/utilities/es/dateTimeFormat/index.js +13 -0
  360. package/es/node_modules/@carbon/utilities/es/dateTimeFormat/index.js.map +1 -0
  361. package/es/node_modules/@carbon/utilities/es/dateTimeFormat/relative.js +11 -0
  362. package/es/node_modules/@carbon/utilities/es/dateTimeFormat/relative.js.map +1 -0
  363. package/es/node_modules/@carbon/utilities/es/documentLang/documentLang.js +9 -0
  364. package/es/node_modules/@carbon/utilities/es/documentLang/documentLang.js.map +1 -0
  365. package/es/node_modules/@carbon/utilities/es/overflowHandler/overflowHandler.js +11 -0
  366. package/es/node_modules/@carbon/utilities/es/overflowHandler/overflowHandler.js.map +1 -0
  367. package/es/packages/ibm-products-web-components/package.json.js +13 -0
  368. package/es/packages/ibm-products-web-components/package.json.js.map +1 -0
  369. package/es/patterns/step-flow/_story-assets/step-full-page.d.ts +41 -0
  370. package/es/patterns/step-flow/_story-assets/step-full-page.js +257 -0
  371. package/es/patterns/step-flow/_story-assets/step-full-page.js.map +1 -0
  372. package/es/patterns/step-flow/_story-assets/step-full-page.scss.js +13 -0
  373. package/es/patterns/step-flow/_story-assets/step-full-page.scss.js.map +1 -0
  374. package/es/patterns/step-flow/_story-assets/step-side-panel.d.ts +38 -0
  375. package/es/patterns/step-flow/_story-assets/step-side-panel.js +217 -0
  376. package/es/patterns/step-flow/_story-assets/step-side-panel.js.map +1 -0
  377. package/es/patterns/step-flow/_story-assets/step-side-panel.scss.js +13 -0
  378. package/es/patterns/step-flow/_story-assets/step-side-panel.scss.js.map +1 -0
  379. package/es/patterns/step-flow/_story-assets/step-tearsheet.d.ts +41 -0
  380. package/es/patterns/step-flow/_story-assets/step-tearsheet.js +255 -0
  381. package/es/patterns/step-flow/_story-assets/step-tearsheet.js.map +1 -0
  382. package/es/patterns/step-flow/index.d.ts +10 -0
  383. package/es/patterns/step-flow/index.js +10 -0
  384. package/es/patterns/step-flow/index.js.map +1 -0
  385. package/es/patterns/step-flow/step-flow-signal.d.ts +24 -0
  386. package/es/patterns/step-flow/step-flow-signal.js +54 -0
  387. package/es/patterns/step-flow/step-flow-signal.js.map +1 -0
  388. package/es/patterns/step-flow/step-flow-signal.test.d.ts +7 -0
  389. package/es/patterns/step-flow/step-flow-signal.test.js +88 -0
  390. package/es/patterns/step-flow/step-flow-signal.test.js.map +1 -0
  391. package/es/patterns/step-flow/step-group.d.ts +15 -0
  392. package/es/patterns/step-flow/step-group.js +28 -0
  393. package/es/patterns/step-flow/step-group.js.map +1 -0
  394. package/es/patterns/step-flow/story-styles.scss.js +13 -0
  395. package/es/patterns/step-flow/story-styles.scss.js.map +1 -0
  396. package/es/utilities/carousel/carousel.d.ts +14 -0
  397. package/es/utilities/carousel/carousel.js +341 -0
  398. package/es/utilities/carousel/carousel.js.map +1 -0
  399. package/es/utilities/carousel/index.d.ts +8 -0
  400. package/es/utilities/carousel/index.js +9 -0
  401. package/es/utilities/carousel/index.js.map +1 -0
  402. package/es/utilities/carousel/swipeEvents.d.ts +7 -0
  403. package/es/utilities/carousel/swipeEvents.js +109 -0
  404. package/es/utilities/carousel/swipeEvents.js.map +1 -0
  405. package/es/utilities/carousel/types.d.ts +37 -0
  406. package/es/utilities/carousel/types.js +8 -0
  407. package/es/utilities/carousel/types.js.map +1 -0
  408. package/es/utilities/makeDraggable/makeDraggable.d.ts +38 -0
  409. package/es/utilities/makeDraggable/makeDraggable.js +136 -0
  410. package/es/utilities/makeDraggable/makeDraggable.js.map +1 -0
  411. package/es/utilities/manageFocusTrap/manageFocusTrap.d.ts +13 -0
  412. package/es/utilities/manageFocusTrap/manageFocusTrap.js +138 -0
  413. package/es/utilities/manageFocusTrap/manageFocusTrap.js.map +1 -0
  414. package/es-custom/components/about-modal/_story-assets/ansible-logo.svg.js +11 -0
  415. package/es-custom/components/about-modal/_story-assets/ansible-logo.svg.js.map +1 -0
  416. package/es-custom/components/about-modal/_story-assets/grafana-logo.svg.js +11 -0
  417. package/es-custom/components/about-modal/_story-assets/grafana-logo.svg.js.map +1 -0
  418. package/es-custom/components/about-modal/_story-assets/js-logo.svg.js +11 -0
  419. package/es-custom/components/about-modal/_story-assets/js-logo.svg.js.map +1 -0
  420. package/es-custom/components/about-modal/about-modal-helpers.d.ts +15 -0
  421. package/es-custom/components/about-modal/about-modal-helpers.js +141 -0
  422. package/es-custom/components/about-modal/about-modal-helpers.js.map +1 -0
  423. package/es-custom/components/about-modal/about-modal.d.ts +458 -0
  424. package/es-custom/components/about-modal/about-modal.figma.js +59 -0
  425. package/es-custom/components/about-modal/about-modal.figma.js.map +1 -0
  426. package/es-custom/components/about-modal/about-modal.js +203 -0
  427. package/es-custom/components/about-modal/about-modal.js.map +1 -0
  428. package/es-custom/components/about-modal/about-modal.scss.js +13 -0
  429. package/es-custom/components/about-modal/about-modal.scss.js.map +1 -0
  430. package/es-custom/components/about-modal/about-modal.test.d.ts +7 -0
  431. package/es-custom/components/about-modal/about-modal.test.js +208 -0
  432. package/es-custom/components/about-modal/about-modal.test.js.map +1 -0
  433. package/es-custom/components/about-modal/index.d.ts +9 -0
  434. package/es-custom/components/about-modal/index.js +9 -0
  435. package/es-custom/components/about-modal/index.js.map +1 -0
  436. package/es-custom/components/checklist/checklist-chart.d.ts +25 -0
  437. package/es-custom/components/checklist/checklist-chart.js +81 -0
  438. package/es-custom/components/checklist/checklist-chart.js.map +1 -0
  439. package/es-custom/components/checklist/checklist-group.d.ts +25 -0
  440. package/es-custom/components/checklist/checklist-group.js +58 -0
  441. package/es-custom/components/checklist/checklist-group.js.map +1 -0
  442. package/es-custom/components/checklist/checklist-icon.d.ts +26 -0
  443. package/es-custom/components/checklist/checklist-icon.js +72 -0
  444. package/es-custom/components/checklist/checklist-icon.js.map +1 -0
  445. package/es-custom/components/checklist/checklist-item.d.ts +41 -0
  446. package/es-custom/components/checklist/checklist-item.figma.js +49 -0
  447. package/es-custom/components/checklist/checklist-item.figma.js.map +1 -0
  448. package/es-custom/components/checklist/checklist-item.js +128 -0
  449. package/es-custom/components/checklist/checklist-item.js.map +1 -0
  450. package/es-custom/components/checklist/checklist.d.ts +73 -0
  451. package/es-custom/components/checklist/checklist.figma.js +87 -0
  452. package/es-custom/components/checklist/checklist.figma.js.map +1 -0
  453. package/es-custom/components/checklist/checklist.js +198 -0
  454. package/es-custom/components/checklist/checklist.js.map +1 -0
  455. package/es-custom/components/checklist/checklist.scss.js +13 -0
  456. package/es-custom/components/checklist/checklist.scss.js.map +1 -0
  457. package/es-custom/components/checklist/checklist.test.d.ts +7 -0
  458. package/es-custom/components/checklist/checklist.test.js +172 -0
  459. package/es-custom/components/checklist/checklist.test.js.map +1 -0
  460. package/es-custom/components/checklist/checklist.types.d.ts +22 -0
  461. package/es-custom/components/checklist/checklist.types.js +32 -0
  462. package/es-custom/components/checklist/checklist.types.js.map +1 -0
  463. package/es-custom/components/checklist/index.d.ts +13 -0
  464. package/es-custom/components/checklist/index.js +13 -0
  465. package/es-custom/components/checklist/index.js.map +1 -0
  466. package/es-custom/components/coachmark/coachmark-beacon/coachmark-beacon.d.ts +418 -0
  467. package/es-custom/components/coachmark/coachmark-beacon/coachmark-beacon.js +139 -0
  468. package/es-custom/components/coachmark/coachmark-beacon/coachmark-beacon.js.map +1 -0
  469. package/es-custom/components/coachmark/coachmark-beacon/coachmark-beacon.scss.js +13 -0
  470. package/es-custom/components/coachmark/coachmark-beacon/coachmark-beacon.scss.js.map +1 -0
  471. package/es-custom/components/coachmark/coachmark-beacon/coachmark-beacon.test.d.ts +9 -0
  472. package/es-custom/components/coachmark/coachmark-beacon/coachmark-beacon.test.js +77 -0
  473. package/es-custom/components/coachmark/coachmark-beacon/coachmark-beacon.test.js.map +1 -0
  474. package/es-custom/components/coachmark/coachmark-beacon/defs.d.ts +14 -0
  475. package/es-custom/components/coachmark/coachmark-beacon/defs.js +25 -0
  476. package/es-custom/components/coachmark/coachmark-beacon/defs.js.map +1 -0
  477. package/es-custom/components/coachmark/coachmark-beacon/index.d.ts +9 -0
  478. package/es-custom/components/coachmark/coachmark-beacon/index.js +9 -0
  479. package/es-custom/components/coachmark/coachmark-beacon/index.js.map +1 -0
  480. package/es-custom/components/coachmark/coachmark-body.d.ts +382 -0
  481. package/es-custom/components/coachmark/coachmark-body.js +40 -0
  482. package/es-custom/components/coachmark/coachmark-body.js.map +1 -0
  483. package/es-custom/components/coachmark/coachmark-body.scss.js +13 -0
  484. package/es-custom/components/coachmark/coachmark-body.scss.js.map +1 -0
  485. package/es-custom/components/coachmark/coachmark-context.d.ts +11 -0
  486. package/es-custom/components/coachmark/coachmark-context.js +39 -0
  487. package/es-custom/components/coachmark/coachmark-context.js.map +1 -0
  488. package/es-custom/components/coachmark/coachmark-header.d.ts +392 -0
  489. package/es-custom/components/coachmark/coachmark-header.js +92 -0
  490. package/es-custom/components/coachmark/coachmark-header.js.map +1 -0
  491. package/es-custom/components/coachmark/coachmark-header.scss.js +13 -0
  492. package/es-custom/components/coachmark/coachmark-header.scss.js.map +1 -0
  493. package/es-custom/components/coachmark/coachmark.d.ts +416 -0
  494. package/es-custom/components/coachmark/coachmark.js +165 -0
  495. package/es-custom/components/coachmark/coachmark.js.map +1 -0
  496. package/es-custom/components/coachmark/coachmark.scss.js +13 -0
  497. package/es-custom/components/coachmark/coachmark.scss.js.map +1 -0
  498. package/es-custom/components/coachmark/coachmark.test.d.ts +1 -0
  499. package/es-custom/components/coachmark/coachmark.test.js +168 -0
  500. package/es-custom/components/coachmark/coachmark.test.js.map +1 -0
  501. package/es-custom/components/coachmark/index.d.ts +11 -0
  502. package/es-custom/components/coachmark/index.js +11 -0
  503. package/es-custom/components/coachmark/index.js.map +1 -0
  504. package/es-custom/components/full-page-error/assets/error403SVG.js +831 -0
  505. package/es-custom/components/full-page-error/assets/error403SVG.js.map +1 -0
  506. package/es-custom/components/full-page-error/assets/error404SVG.js +735 -0
  507. package/es-custom/components/full-page-error/assets/error404SVG.js.map +1 -0
  508. package/es-custom/components/full-page-error/assets/errorGenericSVG.js +830 -0
  509. package/es-custom/components/full-page-error/assets/errorGenericSVG.js.map +1 -0
  510. package/es-custom/components/full-page-error/full-page-error.d.ts +43 -0
  511. package/es-custom/components/full-page-error/full-page-error.figma.js +81 -0
  512. package/es-custom/components/full-page-error/full-page-error.figma.js.map +1 -0
  513. package/es-custom/components/full-page-error/full-page-error.js +102 -0
  514. package/es-custom/components/full-page-error/full-page-error.js.map +1 -0
  515. package/es-custom/components/full-page-error/full-page-error.scss.js +13 -0
  516. package/es-custom/components/full-page-error/full-page-error.scss.js.map +1 -0
  517. package/es-custom/components/full-page-error/full-page-error.test.d.ts +7 -0
  518. package/es-custom/components/full-page-error/full-page-error.test.js +102 -0
  519. package/es-custom/components/full-page-error/full-page-error.test.js.map +1 -0
  520. package/es-custom/components/full-page-error/index.d.ts +9 -0
  521. package/es-custom/components/full-page-error/index.js +9 -0
  522. package/es-custom/components/full-page-error/index.js.map +1 -0
  523. package/es-custom/components/full-page-error/types.d.ts +13 -0
  524. package/es-custom/components/full-page-error/types.js +24 -0
  525. package/es-custom/components/full-page-error/types.js.map +1 -0
  526. package/es-custom/components/guide-banner/guide-banner-element.d.ts +378 -0
  527. package/es-custom/components/guide-banner/guide-banner-element.js +38 -0
  528. package/es-custom/components/guide-banner/guide-banner-element.js.map +1 -0
  529. package/es-custom/components/guide-banner/guide-banner.d.ts +398 -0
  530. package/es-custom/components/guide-banner/guide-banner.js +151 -0
  531. package/es-custom/components/guide-banner/guide-banner.js.map +1 -0
  532. package/es-custom/components/guide-banner/guide-banner.scss.js +13 -0
  533. package/es-custom/components/guide-banner/guide-banner.scss.js.map +1 -0
  534. package/es-custom/components/guide-banner/guide-banner.test.d.ts +1 -0
  535. package/es-custom/components/guide-banner/guide-banner.test.js +121 -0
  536. package/es-custom/components/guide-banner/guide-banner.test.js.map +1 -0
  537. package/es-custom/components/guide-banner/index.d.ts +10 -0
  538. package/es-custom/components/guide-banner/index.js +10 -0
  539. package/es-custom/components/guide-banner/index.js.map +1 -0
  540. package/es-custom/components/interstitial-screen/index.d.ts +13 -0
  541. package/es-custom/components/interstitial-screen/index.js +13 -0
  542. package/es-custom/components/interstitial-screen/index.js.map +1 -0
  543. package/es-custom/components/interstitial-screen/interstitial-screen-body-item.d.ts +388 -0
  544. package/es-custom/components/interstitial-screen/interstitial-screen-body-item.js +71 -0
  545. package/es-custom/components/interstitial-screen/interstitial-screen-body-item.js.map +1 -0
  546. package/es-custom/components/interstitial-screen/interstitial-screen-body-item.scss.js +13 -0
  547. package/es-custom/components/interstitial-screen/interstitial-screen-body-item.scss.js.map +1 -0
  548. package/es-custom/components/interstitial-screen/interstitial-screen-body.d.ts +402 -0
  549. package/es-custom/components/interstitial-screen/interstitial-screen-body.js +152 -0
  550. package/es-custom/components/interstitial-screen/interstitial-screen-body.js.map +1 -0
  551. package/es-custom/components/interstitial-screen/interstitial-screen-body.scss.js +13 -0
  552. package/es-custom/components/interstitial-screen/interstitial-screen-body.scss.js.map +1 -0
  553. package/es-custom/components/interstitial-screen/interstitial-screen-context.d.ts +18 -0
  554. package/es-custom/components/interstitial-screen/interstitial-screen-context.js +48 -0
  555. package/es-custom/components/interstitial-screen/interstitial-screen-context.js.map +1 -0
  556. package/es-custom/components/interstitial-screen/interstitial-screen-footer.d.ts +429 -0
  557. package/es-custom/components/interstitial-screen/interstitial-screen-footer.js +263 -0
  558. package/es-custom/components/interstitial-screen/interstitial-screen-footer.js.map +1 -0
  559. package/es-custom/components/interstitial-screen/interstitial-screen-footer.scss.js +13 -0
  560. package/es-custom/components/interstitial-screen/interstitial-screen-footer.scss.js.map +1 -0
  561. package/es-custom/components/interstitial-screen/interstitial-screen-header.d.ts +413 -0
  562. package/es-custom/components/interstitial-screen/interstitial-screen-header.js +177 -0
  563. package/es-custom/components/interstitial-screen/interstitial-screen-header.js.map +1 -0
  564. package/es-custom/components/interstitial-screen/interstitial-screen-header.scss.js +13 -0
  565. package/es-custom/components/interstitial-screen/interstitial-screen-header.scss.js.map +1 -0
  566. package/es-custom/components/interstitial-screen/interstitial-screen.d.ts +441 -0
  567. package/es-custom/components/interstitial-screen/interstitial-screen.js +217 -0
  568. package/es-custom/components/interstitial-screen/interstitial-screen.js.map +1 -0
  569. package/es-custom/components/interstitial-screen/interstitial-screen.scss.js +13 -0
  570. package/es-custom/components/interstitial-screen/interstitial-screen.scss.js.map +1 -0
  571. package/es-custom/components/interstitial-screen/interstitial-screen.test.d.ts +1 -0
  572. package/es-custom/components/interstitial-screen/interstitial-screen.test.js +329 -0
  573. package/es-custom/components/interstitial-screen/interstitial-screen.test.js.map +1 -0
  574. package/es-custom/components/notification-panel/_story-assets/unread-notification-bell.d.ts +3 -0
  575. package/es-custom/components/notification-panel/_story-assets/unread-notification-bell.js +45 -0
  576. package/es-custom/components/notification-panel/_story-assets/unread-notification-bell.js.map +1 -0
  577. package/es-custom/components/notification-panel/date-time-context.d.ts +9 -0
  578. package/es-custom/components/notification-panel/date-time-context.js +19 -0
  579. package/es-custom/components/notification-panel/date-time-context.js.map +1 -0
  580. package/es-custom/components/notification-panel/defs.d.ts +8 -0
  581. package/es-custom/components/notification-panel/defs.js +8 -0
  582. package/es-custom/components/notification-panel/defs.js.map +1 -0
  583. package/es-custom/components/notification-panel/index.d.ts +11 -0
  584. package/es-custom/components/notification-panel/index.js +11 -0
  585. package/es-custom/components/notification-panel/index.js.map +1 -0
  586. package/es-custom/components/notification-panel/notification-footer.d.ts +405 -0
  587. package/es-custom/components/notification-panel/notification-footer.js +120 -0
  588. package/es-custom/components/notification-panel/notification-footer.js.map +1 -0
  589. package/es-custom/components/notification-panel/notification-footer.scss.js +13 -0
  590. package/es-custom/components/notification-panel/notification-footer.scss.js.map +1 -0
  591. package/es-custom/components/notification-panel/notification-footer.test.d.ts +7 -0
  592. package/es-custom/components/notification-panel/notification-footer.test.js +65 -0
  593. package/es-custom/components/notification-panel/notification-footer.test.js.map +1 -0
  594. package/es-custom/components/notification-panel/notification-panel-footer.figma.js +31 -0
  595. package/es-custom/components/notification-panel/notification-panel-footer.figma.js.map +1 -0
  596. package/es-custom/components/notification-panel/notification-panel.d.ts +479 -0
  597. package/es-custom/components/notification-panel/notification-panel.figma.js +114 -0
  598. package/es-custom/components/notification-panel/notification-panel.figma.js.map +1 -0
  599. package/es-custom/components/notification-panel/notification-panel.js +439 -0
  600. package/es-custom/components/notification-panel/notification-panel.js.map +1 -0
  601. package/es-custom/components/notification-panel/notification-panel.scss.js +13 -0
  602. package/es-custom/components/notification-panel/notification-panel.scss.js.map +1 -0
  603. package/es-custom/components/notification-panel/notification-panel.test.d.ts +7 -0
  604. package/es-custom/components/notification-panel/notification-panel.test.js +340 -0
  605. package/es-custom/components/notification-panel/notification-panel.test.js.map +1 -0
  606. package/es-custom/components/notification-panel/notification.d.ts +415 -0
  607. package/es-custom/components/notification-panel/notification.figma.js +55 -0
  608. package/es-custom/components/notification-panel/notification.figma.js.map +1 -0
  609. package/es-custom/components/notification-panel/notification.js +179 -0
  610. package/es-custom/components/notification-panel/notification.js.map +1 -0
  611. package/es-custom/components/notification-panel/notification.scss.js +13 -0
  612. package/es-custom/components/notification-panel/notification.scss.js.map +1 -0
  613. package/es-custom/components/notification-panel/notification.test.d.ts +7 -0
  614. package/es-custom/components/notification-panel/notification.test.js +152 -0
  615. package/es-custom/components/notification-panel/notification.test.js.map +1 -0
  616. package/es-custom/components/options-tile/index.d.ts +9 -0
  617. package/es-custom/components/options-tile/index.js +9 -0
  618. package/es-custom/components/options-tile/index.js.map +1 -0
  619. package/es-custom/components/options-tile/options-file.figma.js +96 -0
  620. package/es-custom/components/options-tile/options-file.figma.js.map +1 -0
  621. package/es-custom/components/options-tile/options-tile.d.ts +416 -0
  622. package/es-custom/components/options-tile/options-tile.js +158 -0
  623. package/es-custom/components/options-tile/options-tile.js.map +1 -0
  624. package/es-custom/components/options-tile/options-tile.scss.js +13 -0
  625. package/es-custom/components/options-tile/options-tile.scss.js.map +1 -0
  626. package/es-custom/components/options-tile/options-tile.test.d.ts +1 -0
  627. package/es-custom/components/options-tile/options-tile.test.js +129 -0
  628. package/es-custom/components/options-tile/options-tile.test.js.map +1 -0
  629. package/es-custom/components/page-header/_story-assets/2x1.jpg.js +11 -0
  630. package/es-custom/components/page-header/_story-assets/2x1.jpg.js.map +1 -0
  631. package/es-custom/components/page-header/_story-assets/3x2.jpg.js +11 -0
  632. package/es-custom/components/page-header/_story-assets/3x2.jpg.js.map +1 -0
  633. package/es-custom/components/page-header/_story-assets/overflowHandler.d.ts +98 -0
  634. package/es-custom/components/page-header/_story-assets/overflowHandler.js +156 -0
  635. package/es-custom/components/page-header/_story-assets/overflowHandler.js.map +1 -0
  636. package/es-custom/components/page-header/_story-assets/set-of-breadcrumbs.d.ts +43 -0
  637. package/es-custom/components/page-header/_story-assets/set-of-breadcrumbs.js +154 -0
  638. package/es-custom/components/page-header/_story-assets/set-of-breadcrumbs.js.map +1 -0
  639. package/es-custom/components/page-header/_story-assets/set-of-breadcrumbs.scss.js +13 -0
  640. package/es-custom/components/page-header/_story-assets/set-of-breadcrumbs.scss.js.map +1 -0
  641. package/es-custom/components/page-header/_story-assets/set-of-tags/index.d.ts +9 -0
  642. package/es-custom/components/page-header/_story-assets/set-of-tags/index.js +9 -0
  643. package/es-custom/components/page-header/_story-assets/set-of-tags/index.js.map +1 -0
  644. package/es-custom/components/page-header/_story-assets/set-of-tags/set-of-tags.d.ts +40 -0
  645. package/es-custom/components/page-header/_story-assets/set-of-tags/set-of-tags.js +260 -0
  646. package/es-custom/components/page-header/_story-assets/set-of-tags/set-of-tags.js.map +1 -0
  647. package/es-custom/components/page-header/_story-assets/set-of-tags/set-of-tags.scss.js +13 -0
  648. package/es-custom/components/page-header/_story-assets/set-of-tags/set-of-tags.scss.js.map +1 -0
  649. package/es-custom/components/page-header/_story-assets/set-of-tags/utils.d.ts +23 -0
  650. package/es-custom/components/page-header/_story-assets/set-of-tags/utils.js +44 -0
  651. package/es-custom/components/page-header/_story-assets/set-of-tags/utils.js.map +1 -0
  652. package/es-custom/components/page-header/context.d.ts +15 -0
  653. package/es-custom/components/page-header/context.js +27 -0
  654. package/es-custom/components/page-header/context.js.map +1 -0
  655. package/es-custom/components/page-header/index.d.ts +16 -0
  656. package/es-custom/components/page-header/index.js +16 -0
  657. package/es-custom/components/page-header/index.js.map +1 -0
  658. package/es-custom/components/page-header/page-header-breadcrumb.d.ts +36 -0
  659. package/es-custom/components/page-header/page-header-breadcrumb.js +106 -0
  660. package/es-custom/components/page-header/page-header-breadcrumb.js.map +1 -0
  661. package/es-custom/components/page-header/page-header-content-text.d.ts +22 -0
  662. package/es-custom/components/page-header/page-header-content-text.js +56 -0
  663. package/es-custom/components/page-header/page-header-content-text.js.map +1 -0
  664. package/es-custom/components/page-header/page-header-content.d.ts +42 -0
  665. package/es-custom/components/page-header/page-header-content.js +141 -0
  666. package/es-custom/components/page-header/page-header-content.js.map +1 -0
  667. package/es-custom/components/page-header/page-header-hero-image.d.ts +18 -0
  668. package/es-custom/components/page-header/page-header-hero-image.js +38 -0
  669. package/es-custom/components/page-header/page-header-hero-image.js.map +1 -0
  670. package/es-custom/components/page-header/page-header-scroller.d.ts +56 -0
  671. package/es-custom/components/page-header/page-header-scroller.js +166 -0
  672. package/es-custom/components/page-header/page-header-scroller.js.map +1 -0
  673. package/es-custom/components/page-header/page-header-tabs.d.ts +18 -0
  674. package/es-custom/components/page-header/page-header-tabs.js +48 -0
  675. package/es-custom/components/page-header/page-header-tabs.js.map +1 -0
  676. package/es-custom/components/page-header/page-header-title-breadcrumb.d.ts +20 -0
  677. package/es-custom/components/page-header/page-header-title-breadcrumb.js +71 -0
  678. package/es-custom/components/page-header/page-header-title-breadcrumb.js.map +1 -0
  679. package/es-custom/components/page-header/page-header.d.ts +31 -0
  680. package/es-custom/components/page-header/page-header.js +128 -0
  681. package/es-custom/components/page-header/page-header.js.map +1 -0
  682. package/es-custom/components/page-header/page-header.scss.js +13 -0
  683. package/es-custom/components/page-header/page-header.scss.js.map +1 -0
  684. package/es-custom/components/page-header/page-header.test.d.ts +1 -0
  685. package/es-custom/components/page-header/page-header.test.js +349 -0
  686. package/es-custom/components/page-header/page-header.test.js.map +1 -0
  687. package/es-custom/components/page-header/utils.d.ts +32 -0
  688. package/es-custom/components/page-header/utils.js +76 -0
  689. package/es-custom/components/page-header/utils.js.map +1 -0
  690. package/es-custom/components/side-panel/_story-assets/index.d.ts +8 -0
  691. package/es-custom/components/side-panel/_story-assets/index.js +275 -0
  692. package/es-custom/components/side-panel/_story-assets/index.js.map +1 -0
  693. package/es-custom/components/side-panel/defs.d.ts +39 -0
  694. package/es-custom/components/side-panel/defs.js +51 -0
  695. package/es-custom/components/side-panel/defs.js.map +1 -0
  696. package/es-custom/components/side-panel/index.d.ts +9 -0
  697. package/es-custom/components/side-panel/index.js +9 -0
  698. package/es-custom/components/side-panel/index.js.map +1 -0
  699. package/es-custom/components/side-panel/side-panel.d.ts +571 -0
  700. package/es-custom/components/side-panel/side-panel.js +859 -0
  701. package/es-custom/components/side-panel/side-panel.js.map +1 -0
  702. package/es-custom/components/side-panel/side-panel.scss.js +13 -0
  703. package/es-custom/components/side-panel/side-panel.scss.js.map +1 -0
  704. package/es-custom/components/side-panel/side-panel.test.d.ts +3 -0
  705. package/es-custom/components/side-panel/side-panel.test.js +273 -0
  706. package/es-custom/components/side-panel/side-panel.test.js.map +1 -0
  707. package/es-custom/components/side-panel/story-styles.scss.js +13 -0
  708. package/es-custom/components/side-panel/story-styles.scss.js.map +1 -0
  709. package/es-custom/components/tearsheet/defs.d.ts +26 -0
  710. package/es-custom/components/tearsheet/defs.js +39 -0
  711. package/es-custom/components/tearsheet/defs.js.map +1 -0
  712. package/es-custom/components/tearsheet/index.d.ts +9 -0
  713. package/es-custom/components/tearsheet/index.js +9 -0
  714. package/es-custom/components/tearsheet/index.js.map +1 -0
  715. package/es-custom/components/tearsheet/story-styles.scss.js +13 -0
  716. package/es-custom/components/tearsheet/story-styles.scss.js.map +1 -0
  717. package/es-custom/components/tearsheet/tearsheet.d.ts +535 -0
  718. package/es-custom/components/tearsheet/tearsheet.js +721 -0
  719. package/es-custom/components/tearsheet/tearsheet.js.map +1 -0
  720. package/es-custom/components/tearsheet/tearsheet.scss.js +13 -0
  721. package/es-custom/components/tearsheet/tearsheet.scss.js.map +1 -0
  722. package/es-custom/components/tearsheet/tearsheet.test.d.ts +14 -0
  723. package/es-custom/components/tearsheet/tearsheet.test.js +305 -0
  724. package/es-custom/components/tearsheet/tearsheet.test.js.map +1 -0
  725. package/es-custom/components/tearsheet/utils.d.ts +34 -0
  726. package/es-custom/components/tearsheet/utils.js +370 -0
  727. package/es-custom/components/tearsheet/utils.js.map +1 -0
  728. package/es-custom/components/truncated-text/index.d.ts +9 -0
  729. package/es-custom/components/truncated-text/index.js +9 -0
  730. package/es-custom/components/truncated-text/index.js.map +1 -0
  731. package/es-custom/components/truncated-text/truncated-text.d.ts +78 -0
  732. package/es-custom/components/truncated-text/truncated-text.js +257 -0
  733. package/es-custom/components/truncated-text/truncated-text.js.map +1 -0
  734. package/es-custom/components/truncated-text/truncated-text.scss.js +13 -0
  735. package/es-custom/components/truncated-text/truncated-text.scss.js.map +1 -0
  736. package/es-custom/components/truncated-text/truncated-text.test.d.ts +7 -0
  737. package/es-custom/components/truncated-text/truncated-text.test.js +77 -0
  738. package/es-custom/components/truncated-text/truncated-text.test.js.map +1 -0
  739. package/es-custom/components/user-avatar/index.d.ts +9 -0
  740. package/es-custom/components/user-avatar/index.js +9 -0
  741. package/es-custom/components/user-avatar/index.js.map +1 -0
  742. package/es-custom/components/user-avatar/user-avatar.d.ts +425 -0
  743. package/es-custom/components/user-avatar/user-avatar.figma.js +161 -0
  744. package/es-custom/components/user-avatar/user-avatar.figma.js.map +1 -0
  745. package/es-custom/components/user-avatar/user-avatar.js +141 -0
  746. package/es-custom/components/user-avatar/user-avatar.js.map +1 -0
  747. package/es-custom/components/user-avatar/user-avatar.scss.js +13 -0
  748. package/es-custom/components/user-avatar/user-avatar.scss.js.map +1 -0
  749. package/es-custom/components/user-avatar/user-avatar.test.d.ts +1 -0
  750. package/es-custom/components/user-avatar/user-avatar.test.js +128 -0
  751. package/es-custom/components/user-avatar/user-avatar.test.js.map +1 -0
  752. package/es-custom/globals/internal/handle.d.ts +18 -0
  753. package/es-custom/globals/internal/handle.js +8 -0
  754. package/es-custom/globals/internal/handle.js.map +1 -0
  755. package/es-custom/globals/internal/pconsole.d.ts +15 -0
  756. package/es-custom/globals/internal/pconsole.js +30 -0
  757. package/es-custom/globals/internal/pconsole.js.map +1 -0
  758. package/es-custom/globals/internal/storybook-cdn.js +78 -0
  759. package/es-custom/globals/internal/storybook-cdn.js.map +1 -0
  760. package/es-custom/globals/js/utils/getSupportedLocale.d.ts +12 -0
  761. package/es-custom/globals/js/utils/getSupportedLocale.js +35 -0
  762. package/es-custom/globals/js/utils/getSupportedLocale.js.map +1 -0
  763. package/es-custom/globals/settings.d.ts +15 -0
  764. package/es-custom/globals/settings.js +28 -0
  765. package/es-custom/globals/settings.js.map +1 -0
  766. package/es-custom/index.d.ts +25 -0
  767. package/es-custom/index.js +25 -0
  768. package/es-custom/index.js.map +1 -0
  769. package/es-custom/node_modules/@carbon/layout/es/index.js +44 -0
  770. package/es-custom/node_modules/@carbon/layout/es/index.js.map +1 -0
  771. package/es-custom/node_modules/@carbon/utilities/es/dateTimeFormat/index.js +13 -0
  772. package/es-custom/node_modules/@carbon/utilities/es/dateTimeFormat/index.js.map +1 -0
  773. package/es-custom/node_modules/@carbon/utilities/es/dateTimeFormat/relative.js +11 -0
  774. package/es-custom/node_modules/@carbon/utilities/es/dateTimeFormat/relative.js.map +1 -0
  775. package/es-custom/node_modules/@carbon/utilities/es/documentLang/documentLang.js +9 -0
  776. package/es-custom/node_modules/@carbon/utilities/es/documentLang/documentLang.js.map +1 -0
  777. package/es-custom/node_modules/@carbon/utilities/es/overflowHandler/overflowHandler.js +11 -0
  778. package/es-custom/node_modules/@carbon/utilities/es/overflowHandler/overflowHandler.js.map +1 -0
  779. package/es-custom/packages/ibm-products-web-components/package.json.js +13 -0
  780. package/es-custom/packages/ibm-products-web-components/package.json.js.map +1 -0
  781. package/es-custom/patterns/step-flow/_story-assets/step-full-page.d.ts +41 -0
  782. package/es-custom/patterns/step-flow/_story-assets/step-full-page.js +257 -0
  783. package/es-custom/patterns/step-flow/_story-assets/step-full-page.js.map +1 -0
  784. package/es-custom/patterns/step-flow/_story-assets/step-full-page.scss.js +13 -0
  785. package/es-custom/patterns/step-flow/_story-assets/step-full-page.scss.js.map +1 -0
  786. package/es-custom/patterns/step-flow/_story-assets/step-side-panel.d.ts +38 -0
  787. package/es-custom/patterns/step-flow/_story-assets/step-side-panel.js +217 -0
  788. package/es-custom/patterns/step-flow/_story-assets/step-side-panel.js.map +1 -0
  789. package/es-custom/patterns/step-flow/_story-assets/step-side-panel.scss.js +13 -0
  790. package/es-custom/patterns/step-flow/_story-assets/step-side-panel.scss.js.map +1 -0
  791. package/es-custom/patterns/step-flow/_story-assets/step-tearsheet.d.ts +41 -0
  792. package/es-custom/patterns/step-flow/_story-assets/step-tearsheet.js +255 -0
  793. package/es-custom/patterns/step-flow/_story-assets/step-tearsheet.js.map +1 -0
  794. package/es-custom/patterns/step-flow/index.d.ts +10 -0
  795. package/es-custom/patterns/step-flow/index.js +10 -0
  796. package/es-custom/patterns/step-flow/index.js.map +1 -0
  797. package/es-custom/patterns/step-flow/step-flow-signal.d.ts +24 -0
  798. package/es-custom/patterns/step-flow/step-flow-signal.js +54 -0
  799. package/es-custom/patterns/step-flow/step-flow-signal.js.map +1 -0
  800. package/es-custom/patterns/step-flow/step-flow-signal.test.d.ts +7 -0
  801. package/es-custom/patterns/step-flow/step-flow-signal.test.js +88 -0
  802. package/es-custom/patterns/step-flow/step-flow-signal.test.js.map +1 -0
  803. package/es-custom/patterns/step-flow/step-group.d.ts +15 -0
  804. package/es-custom/patterns/step-flow/step-group.js +28 -0
  805. package/es-custom/patterns/step-flow/step-group.js.map +1 -0
  806. package/es-custom/patterns/step-flow/story-styles.scss.js +13 -0
  807. package/es-custom/patterns/step-flow/story-styles.scss.js.map +1 -0
  808. package/es-custom/utilities/carousel/carousel.d.ts +14 -0
  809. package/es-custom/utilities/carousel/carousel.js +341 -0
  810. package/es-custom/utilities/carousel/carousel.js.map +1 -0
  811. package/es-custom/utilities/carousel/index.d.ts +8 -0
  812. package/es-custom/utilities/carousel/index.js +9 -0
  813. package/es-custom/utilities/carousel/index.js.map +1 -0
  814. package/es-custom/utilities/carousel/swipeEvents.d.ts +7 -0
  815. package/es-custom/utilities/carousel/swipeEvents.js +109 -0
  816. package/es-custom/utilities/carousel/swipeEvents.js.map +1 -0
  817. package/es-custom/utilities/carousel/types.d.ts +37 -0
  818. package/es-custom/utilities/carousel/types.js +8 -0
  819. package/es-custom/utilities/carousel/types.js.map +1 -0
  820. package/es-custom/utilities/makeDraggable/makeDraggable.d.ts +38 -0
  821. package/es-custom/utilities/makeDraggable/makeDraggable.js +136 -0
  822. package/es-custom/utilities/makeDraggable/makeDraggable.js.map +1 -0
  823. package/es-custom/utilities/manageFocusTrap/manageFocusTrap.d.ts +13 -0
  824. package/es-custom/utilities/manageFocusTrap/manageFocusTrap.js +138 -0
  825. package/es-custom/utilities/manageFocusTrap/manageFocusTrap.js.map +1 -0
  826. package/lib/components/about-modal/about-modal-helpers.d.ts +15 -0
  827. package/lib/components/about-modal/about-modal.d.ts +458 -0
  828. package/lib/components/about-modal/about-modal.test.d.ts +7 -0
  829. package/lib/components/about-modal/index.d.ts +9 -0
  830. package/lib/components/checklist/checklist-chart.d.ts +25 -0
  831. package/lib/components/checklist/checklist-group.d.ts +25 -0
  832. package/lib/components/checklist/checklist-icon.d.ts +26 -0
  833. package/lib/components/checklist/checklist-item.d.ts +41 -0
  834. package/lib/components/checklist/checklist.d.ts +73 -0
  835. package/lib/components/checklist/checklist.test.d.ts +7 -0
  836. package/lib/components/checklist/checklist.types.d.ts +22 -0
  837. package/lib/components/checklist/index.d.ts +13 -0
  838. package/lib/components/coachmark/coachmark-beacon/coachmark-beacon.d.ts +418 -0
  839. package/lib/components/coachmark/coachmark-beacon/coachmark-beacon.test.d.ts +9 -0
  840. package/lib/components/coachmark/coachmark-beacon/defs.d.ts +14 -0
  841. package/lib/components/coachmark/coachmark-beacon/defs.js +25 -0
  842. package/lib/components/coachmark/coachmark-beacon/defs.js.map +1 -0
  843. package/lib/components/coachmark/coachmark-beacon/index.d.ts +9 -0
  844. package/lib/components/coachmark/coachmark-body.d.ts +382 -0
  845. package/lib/components/coachmark/coachmark-context.d.ts +11 -0
  846. package/lib/components/coachmark/coachmark-header.d.ts +392 -0
  847. package/lib/components/coachmark/coachmark.d.ts +416 -0
  848. package/lib/components/coachmark/coachmark.test.d.ts +1 -0
  849. package/lib/components/coachmark/index.d.ts +11 -0
  850. package/lib/components/full-page-error/full-page-error.d.ts +43 -0
  851. package/lib/components/full-page-error/full-page-error.test.d.ts +7 -0
  852. package/lib/components/full-page-error/index.d.ts +9 -0
  853. package/lib/components/full-page-error/types.d.ts +13 -0
  854. package/lib/components/guide-banner/guide-banner-element.d.ts +378 -0
  855. package/lib/components/guide-banner/guide-banner.d.ts +398 -0
  856. package/lib/components/guide-banner/guide-banner.test.d.ts +1 -0
  857. package/lib/components/guide-banner/index.d.ts +10 -0
  858. package/lib/components/interstitial-screen/index.d.ts +13 -0
  859. package/lib/components/interstitial-screen/interstitial-screen-body-item.d.ts +388 -0
  860. package/lib/components/interstitial-screen/interstitial-screen-body.d.ts +402 -0
  861. package/lib/components/interstitial-screen/interstitial-screen-context.d.ts +18 -0
  862. package/lib/components/interstitial-screen/interstitial-screen-footer.d.ts +429 -0
  863. package/lib/components/interstitial-screen/interstitial-screen-header.d.ts +413 -0
  864. package/lib/components/interstitial-screen/interstitial-screen.d.ts +441 -0
  865. package/lib/components/interstitial-screen/interstitial-screen.test.d.ts +1 -0
  866. package/lib/components/notification-panel/_story-assets/unread-notification-bell.d.ts +3 -0
  867. package/lib/components/notification-panel/date-time-context.d.ts +9 -0
  868. package/lib/components/notification-panel/defs.d.ts +8 -0
  869. package/lib/components/notification-panel/defs.js +10 -0
  870. package/lib/components/notification-panel/defs.js.map +1 -0
  871. package/lib/components/notification-panel/index.d.ts +11 -0
  872. package/lib/components/notification-panel/notification-footer.d.ts +405 -0
  873. package/lib/components/notification-panel/notification-footer.test.d.ts +7 -0
  874. package/lib/components/notification-panel/notification-panel.d.ts +479 -0
  875. package/lib/components/notification-panel/notification-panel.test.d.ts +7 -0
  876. package/lib/components/notification-panel/notification.d.ts +415 -0
  877. package/lib/components/notification-panel/notification.test.d.ts +7 -0
  878. package/lib/components/options-tile/index.d.ts +9 -0
  879. package/lib/components/options-tile/options-tile.d.ts +416 -0
  880. package/lib/components/options-tile/options-tile.test.d.ts +1 -0
  881. package/lib/components/page-header/_story-assets/overflowHandler.d.ts +98 -0
  882. package/lib/components/page-header/_story-assets/set-of-breadcrumbs.d.ts +43 -0
  883. package/lib/components/page-header/_story-assets/set-of-tags/index.d.ts +9 -0
  884. package/lib/components/page-header/_story-assets/set-of-tags/set-of-tags.d.ts +40 -0
  885. package/lib/components/page-header/_story-assets/set-of-tags/utils.d.ts +23 -0
  886. package/lib/components/page-header/context.d.ts +15 -0
  887. package/lib/components/page-header/index.d.ts +16 -0
  888. package/lib/components/page-header/page-header-breadcrumb.d.ts +36 -0
  889. package/lib/components/page-header/page-header-content-text.d.ts +22 -0
  890. package/lib/components/page-header/page-header-content.d.ts +42 -0
  891. package/lib/components/page-header/page-header-hero-image.d.ts +18 -0
  892. package/lib/components/page-header/page-header-scroller.d.ts +56 -0
  893. package/lib/components/page-header/page-header-tabs.d.ts +18 -0
  894. package/lib/components/page-header/page-header-title-breadcrumb.d.ts +20 -0
  895. package/lib/components/page-header/page-header.d.ts +31 -0
  896. package/lib/components/page-header/page-header.test.d.ts +1 -0
  897. package/lib/components/page-header/utils.d.ts +32 -0
  898. package/lib/components/side-panel/_story-assets/index.d.ts +8 -0
  899. package/lib/components/side-panel/defs.d.ts +39 -0
  900. package/lib/components/side-panel/defs.js +51 -0
  901. package/lib/components/side-panel/defs.js.map +1 -0
  902. package/lib/components/side-panel/index.d.ts +9 -0
  903. package/lib/components/side-panel/side-panel.d.ts +571 -0
  904. package/lib/components/side-panel/side-panel.test.d.ts +3 -0
  905. package/lib/components/tearsheet/defs.d.ts +26 -0
  906. package/lib/components/tearsheet/defs.js +39 -0
  907. package/lib/components/tearsheet/defs.js.map +1 -0
  908. package/lib/components/tearsheet/index.d.ts +9 -0
  909. package/lib/components/tearsheet/tearsheet.d.ts +535 -0
  910. package/lib/components/tearsheet/tearsheet.test.d.ts +14 -0
  911. package/lib/components/tearsheet/utils.d.ts +34 -0
  912. package/lib/components/truncated-text/index.d.ts +9 -0
  913. package/lib/components/truncated-text/truncated-text.d.ts +78 -0
  914. package/lib/components/truncated-text/truncated-text.test.d.ts +7 -0
  915. package/lib/components/user-avatar/index.d.ts +9 -0
  916. package/lib/components/user-avatar/user-avatar.d.ts +425 -0
  917. package/lib/components/user-avatar/user-avatar.test.d.ts +1 -0
  918. package/lib/globals/internal/handle.d.ts +18 -0
  919. package/lib/globals/internal/pconsole.d.ts +15 -0
  920. package/lib/globals/js/utils/getSupportedLocale.d.ts +12 -0
  921. package/lib/globals/js/utils/getSupportedLocale.js +37 -0
  922. package/lib/globals/js/utils/getSupportedLocale.js.map +1 -0
  923. package/lib/globals/settings.d.ts +15 -0
  924. package/lib/globals/settings.js +32 -0
  925. package/lib/globals/settings.js.map +1 -0
  926. package/lib/index.d.ts +25 -0
  927. package/lib/patterns/step-flow/_story-assets/step-full-page.d.ts +41 -0
  928. package/lib/patterns/step-flow/_story-assets/step-side-panel.d.ts +38 -0
  929. package/lib/patterns/step-flow/_story-assets/step-tearsheet.d.ts +41 -0
  930. package/lib/patterns/step-flow/index.d.ts +10 -0
  931. package/lib/patterns/step-flow/step-flow-signal.d.ts +24 -0
  932. package/lib/patterns/step-flow/step-flow-signal.test.d.ts +7 -0
  933. package/lib/patterns/step-flow/step-group.d.ts +15 -0
  934. package/lib/utilities/carousel/carousel.d.ts +14 -0
  935. package/lib/utilities/carousel/index.d.ts +8 -0
  936. package/lib/utilities/carousel/swipeEvents.d.ts +7 -0
  937. package/lib/utilities/carousel/types.d.ts +37 -0
  938. package/lib/utilities/makeDraggable/makeDraggable.d.ts +38 -0
  939. package/lib/utilities/manageFocusTrap/manageFocusTrap.d.ts +13 -0
  940. package/package.json +5 -4
  941. package/scss/components/about-modal/about-modal.scss +117 -0
  942. package/scss/components/checklist/checklist.scss +70 -0
  943. package/scss/components/coachmark/coachmark-beacon/coachmark-beacon.scss +91 -0
  944. package/scss/components/coachmark/coachmark-body.scss +19 -0
  945. package/scss/components/coachmark/coachmark-header.scss +32 -0
  946. package/scss/components/coachmark/coachmark.scss +30 -0
  947. package/scss/components/full-page-error/full-page-error.scss +29 -0
  948. package/scss/components/guide-banner/guide-banner.scss +30 -0
  949. package/scss/components/interstitial-screen/interstitial-screen-body-item.scss +18 -0
  950. package/scss/components/interstitial-screen/interstitial-screen-body.scss +29 -0
  951. package/scss/components/interstitial-screen/interstitial-screen-footer.scss +39 -0
  952. package/scss/components/interstitial-screen/interstitial-screen-header.scss +13 -0
  953. package/scss/components/interstitial-screen/interstitial-screen.scss +28 -0
  954. package/scss/components/notification-panel/notification-footer.scss +65 -0
  955. package/scss/components/notification-panel/notification-panel.scss +58 -0
  956. package/scss/components/notification-panel/notification.scss +147 -0
  957. package/scss/components/options-tile/options-tile.scss +102 -0
  958. package/scss/components/page-header/_story-assets/_storybook-styles.scss +35 -0
  959. package/scss/components/page-header/_story-assets/set-of-breadcrumbs.scss +41 -0
  960. package/scss/components/page-header/_story-assets/set-of-tags/set-of-tags.scss +96 -0
  961. package/scss/components/page-header/page-header.scss +422 -0
  962. package/scss/components/side-panel/side-panel.scss +307 -0
  963. package/scss/components/tearsheet/tearsheet.scss +343 -0
  964. package/scss/components/truncated-text/truncated-text.scss +110 -0
  965. package/scss/components/user-avatar/user-avatar.scss +119 -0
@@ -0,0 +1,114 @@
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 figma, { html } from '@figma/code-connect/html';
9
+
10
+ /**
11
+ * Copyright IBM Corp. 2025
12
+ *
13
+ * This source code is licensed under the Apache-2.0 license found in the
14
+ * LICENSE file in the root directory of this source tree.
15
+ */
16
+
17
+
18
+ const sharedProps = {
19
+ title: figma.nestedProps('Header', {
20
+ text: figma.textContent('"Notifications"'),
21
+ }),
22
+ doNotDisturbLabel: figma.nestedProps('Toggle', {
23
+ text: figma.textContent('Value'),
24
+ }),
25
+ };
26
+
27
+ figma.connect(
28
+ 'https://www.figma.com/design/0F9dKH2abAd7gSfvnacfWf?node-id=10574%3A240266',
29
+ {
30
+ variant: { 'Empty state': false },
31
+ props: {
32
+ ...sharedProps,
33
+ },
34
+
35
+ example: (props) =>
36
+ html`<c4p-notification-panel
37
+ open
38
+ title-text="${props.title.text}"
39
+ today-text="Today"
40
+ previous-text="Previous"
41
+ dismiss-all-label="Dismiss all"
42
+ donot-disturb-label="${props.doNotDisturbLabel.text}"
43
+ date-time-locale="en-US"
44
+ >
45
+ <c4p-notification
46
+ slot="previous"
47
+ type="success"
48
+ unread="true"
49
+ .timestamp="Time stamp [00:00:00]"
50
+ >
51
+ <h4 slot="title">Title</h4>
52
+ <div slot="description">Message</div>
53
+ </c4p-notification>
54
+
55
+ <c4p-notification
56
+ slot="previous"
57
+ type="error"
58
+ unread="false"
59
+ .timestamp="Time stamp [00:00:00]"
60
+ >
61
+ <h4 slot="title">Title</h4>
62
+ <div slot="description">Message</div>
63
+ </c4p-notification>
64
+
65
+ <c4p-notification
66
+ slot="previous"
67
+ type="warning"
68
+ unread="false"
69
+ .timestamp="Time stamp [00:00:00]"
70
+ >
71
+ <h4 slot="title">Title</h4>
72
+ <div slot="description">Message</div>
73
+ </c4p-notification>
74
+
75
+ <c4p-notification-footer
76
+ slot="footer"
77
+ view-all-label="View all (16)"
78
+ ></c4p-notification-footer>
79
+ </c4p-notification-panel>`,
80
+ imports: [
81
+ "import '@carbon/ibm-products-web-components/es/components/notification-panel/index.js'",
82
+ ],
83
+ }
84
+ );
85
+
86
+ figma.connect(
87
+ 'https://www.figma.com/design/0F9dKH2abAd7gSfvnacfWf?node-id=10574%3A240266',
88
+ {
89
+ variant: { 'Empty state': true },
90
+ props: {
91
+ ...sharedProps,
92
+ emptyStateLabel: figma.nestedProps(
93
+ 'Empty state | (v11) Carbon for IBM Products',
94
+ {
95
+ text: figma.string('Title text'),
96
+ }
97
+ ),
98
+ },
99
+
100
+ example: (props) =>
101
+ html`<c4p-notification-panel
102
+ open
103
+ title-text="${props.title.text}"
104
+ dismiss-all-label="Dismiss all"
105
+ donot-disturb-label="${props.doNotDisturbLabel.text}"
106
+ empty-state-label="${props.emptyStateLabel.text}"
107
+ >
108
+ </c4p-notification-panel>`,
109
+ imports: [
110
+ "import '@carbon/ibm-products-web-components/es/components/notification-panel/index.js'",
111
+ ],
112
+ }
113
+ );
114
+ //# sourceMappingURL=notification-panel.figma.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"notification-panel.figma.js","sources":["../../../src/components/notification-panel/notification-panel.figma.ts"],"sourcesContent":["/**\n * Copyright IBM Corp. 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 figma, { html } from '@figma/code-connect/html';\n\nconst sharedProps = {\n title: figma.nestedProps('Header', {\n text: figma.textContent('\"Notifications\"'),\n }),\n doNotDisturbLabel: figma.nestedProps('Toggle', {\n text: figma.textContent('Value'),\n }),\n};\n\nfigma.connect(\n 'https://www.figma.com/design/0F9dKH2abAd7gSfvnacfWf?node-id=10574%3A240266',\n {\n variant: { 'Empty state': false },\n props: {\n ...sharedProps,\n },\n\n example: (props) =>\n html`<c4p-notification-panel\n open\n title-text=\"${props.title.text}\"\n today-text=\"Today\"\n previous-text=\"Previous\"\n dismiss-all-label=\"Dismiss all\"\n donot-disturb-label=\"${props.doNotDisturbLabel.text}\"\n date-time-locale=\"en-US\"\n >\n <c4p-notification\n slot=\"previous\"\n type=\"success\"\n unread=\"true\"\n .timestamp=\"Time stamp [00:00:00]\"\n >\n <h4 slot=\"title\">Title</h4>\n <div slot=\"description\">Message</div>\n </c4p-notification>\n\n <c4p-notification\n slot=\"previous\"\n type=\"error\"\n unread=\"false\"\n .timestamp=\"Time stamp [00:00:00]\"\n >\n <h4 slot=\"title\">Title</h4>\n <div slot=\"description\">Message</div>\n </c4p-notification>\n\n <c4p-notification\n slot=\"previous\"\n type=\"warning\"\n unread=\"false\"\n .timestamp=\"Time stamp [00:00:00]\"\n >\n <h4 slot=\"title\">Title</h4>\n <div slot=\"description\">Message</div>\n </c4p-notification>\n\n <c4p-notification-footer\n slot=\"footer\"\n view-all-label=\"View all (16)\"\n ></c4p-notification-footer>\n </c4p-notification-panel>`,\n imports: [\n \"import '@carbon/ibm-products-web-components/es/components/notification-panel/index.js'\",\n ],\n }\n);\n\nfigma.connect(\n 'https://www.figma.com/design/0F9dKH2abAd7gSfvnacfWf?node-id=10574%3A240266',\n {\n variant: { 'Empty state': true },\n props: {\n ...sharedProps,\n emptyStateLabel: figma.nestedProps(\n 'Empty state | (v11) Carbon for IBM Products',\n {\n text: figma.string('Title text'),\n }\n ),\n },\n\n example: (props) =>\n html`<c4p-notification-panel\n open\n title-text=\"${props.title.text}\"\n dismiss-all-label=\"Dismiss all\"\n donot-disturb-label=\"${props.doNotDisturbLabel.text}\"\n empty-state-label=\"${props.emptyStateLabel.text}\"\n >\n </c4p-notification-panel>`,\n imports: [\n \"import '@carbon/ibm-products-web-components/es/components/notification-panel/index.js'\",\n ],\n }\n);\n"],"names":[],"mappings":";;;;;;;;;AAAA;AACA;AACA;AACA;AACA;AACA;;;AAIA,MAAM,WAAW,GAAG;AACpB,EAAE,KAAK,EAAE,KAAK,CAAC,WAAW,CAAC,QAAQ,EAAE;AACrC,IAAI,IAAI,EAAE,KAAK,CAAC,WAAW,CAAC,iBAAiB,CAAC;AAC9C,GAAG,CAAC;AACJ,EAAE,iBAAiB,EAAE,KAAK,CAAC,WAAW,CAAC,QAAQ,EAAE;AACjD,IAAI,IAAI,EAAE,KAAK,CAAC,WAAW,CAAC,OAAO,CAAC;AACpC,GAAG,CAAC;AACJ,CAAC;;AAED,KAAK,CAAC,OAAO;AACb,EAAE,4EAA4E;AAC9E,EAAE;AACF,IAAI,OAAO,EAAE,EAAE,aAAa,EAAE,KAAK,EAAE;AACrC,IAAI,KAAK,EAAE;AACX,MAAM,GAAG,WAAW;AACpB,KAAK;;AAEL,IAAI,OAAO,EAAE,CAAC,KAAK;AACnB,MAAM,IAAI,CAAC;AACX;AACA,oBAAoB,EAAE,KAAK,CAAC,KAAK,CAAC,IAAI,CAAC;AACvC;AACA;AACA;AACA,6BAA6B,EAAE,KAAK,CAAC,iBAAiB,CAAC,IAAI,CAAC;AAC5D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,+BAA+B,CAAC;AAChC,IAAI,OAAO,EAAE;AACb,MAAM,wFAAwF;AAC9F,KAAK;AACL;AACA,CAAC;;AAED,KAAK,CAAC,OAAO;AACb,EAAE,4EAA4E;AAC9E,EAAE;AACF,IAAI,OAAO,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE;AACpC,IAAI,KAAK,EAAE;AACX,MAAM,GAAG,WAAW;AACpB,MAAM,eAAe,EAAE,KAAK,CAAC,WAAW;AACxC,QAAQ,6CAA6C;AACrD,QAAQ;AACR,UAAU,IAAI,EAAE,KAAK,CAAC,MAAM,CAAC,YAAY,CAAC;AAC1C;AACA,OAAO;AACP,KAAK;;AAEL,IAAI,OAAO,EAAE,CAAC,KAAK;AACnB,MAAM,IAAI,CAAC;AACX;AACA,oBAAoB,EAAE,KAAK,CAAC,KAAK,CAAC,IAAI,CAAC;AACvC;AACA,6BAA6B,EAAE,KAAK,CAAC,iBAAiB,CAAC,IAAI,CAAC;AAC5D,2BAA2B,EAAE,KAAK,CAAC,eAAe,CAAC,IAAI,CAAC;AACxD;AACA,+BAA+B,CAAC;AAChC,IAAI,OAAO,EAAE;AACb,MAAM,wFAAwF;AAC9F,KAAK;AACL;AACA,CAAC"}
@@ -0,0 +1,439 @@
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, query, state, queryAssignedElements } from 'lit/decorators.js';
11
+ import { provide } from '@lit/context';
12
+ import { prefix } from '../../globals/settings.js';
13
+ import HostListener from '@carbon/web-components/es/globals/decorators/host-listener.js';
14
+ import HostListenerMixin from '@carbon/web-components/es/globals/mixins/host-listener.js';
15
+ import styles from './notification-panel.scss.js';
16
+ import { selectorTabbable } from '@carbon/web-components/es/globals/settings.js';
17
+ import { carbonElement } from '@carbon/web-components/es/globals/decorators/carbon-element.js';
18
+ import { classMap } from 'lit/directives/class-map.js';
19
+ import { dateTimeLocaleContext } from './date-time-context.js';
20
+ import '@carbon/web-components/es-custom/components/button/index.js';
21
+ import '@carbon/web-components/es-custom/components/toggle/index.js';
22
+ import '@carbon/web-components/es-custom/components/icon-button/index.js';
23
+ import '@carbon-labs/wc-empty-state/es/index.js';
24
+
25
+ /**
26
+ * @license
27
+ *
28
+ * Copyright IBM Corp. 2023, 2024
29
+ *
30
+ * This source code is licensed under the Apache-2.0 license found in the
31
+ * LICENSE file in the root directory of this source tree.
32
+ */
33
+ const blockClass = `${prefix}--notifications-panel`;
34
+ /**
35
+ * NotificationPanel.
36
+ *
37
+ * @element c4p-notification-panel
38
+ * @csspart dialog The dialog.
39
+ * @slot today - Today Section.
40
+ * @slot previous - Previous Section.
41
+ * @slot footer - Footer for the Panel.
42
+ * @fires c4p-notification-panel-beingclosed - The custom event before notification-panel is closed.
43
+ * @fires c4p-notification-dismiss-all - The custom event fired after notification-panel is closed upon a user gesture.
44
+ * @fires c4p-notification-donot-disturb-change - The custom event fired after notification-panel is closed upon a user gesture.
45
+ * @fires c4p-notification-click-outside - The custom event fired after user clicks outside the panel or Esc key is pressed.
46
+ */
47
+ let CDSNotificationPanel = class CDSNotificationPanel extends HostListenerMixin(LitElement) {
48
+ constructor() {
49
+ super(...arguments);
50
+ /**
51
+ * Determines whether the notifications panel should render or not
52
+ */
53
+ this.open = false;
54
+ this._hasTodayContent = false;
55
+ this._hasPreviousContent = false;
56
+ this._handleKeydown = ({ key, target }) => {
57
+ var _a;
58
+ if (key === 'Escape') {
59
+ this.open = false;
60
+ const init = {
61
+ bubbles: true,
62
+ cancelable: true,
63
+ composed: true,
64
+ detail: {
65
+ triggeredBy: target,
66
+ },
67
+ };
68
+ this.dispatchEvent(new CustomEvent(this.constructor.eventClickOutside, init));
69
+ (_a = this.triggerButtonRef) === null || _a === void 0 ? void 0 : _a.focus();
70
+ }
71
+ };
72
+ // Use @HostListener for global document click events
73
+ this._handleClick = (event) => {
74
+ var _a, _b;
75
+ const target = event.target;
76
+ if (!this.open || this.contains(target)) {
77
+ return;
78
+ }
79
+ // Check if the target is an actionable element
80
+ const actionableSelectors = [
81
+ 'a',
82
+ 'button',
83
+ 'input',
84
+ 'select',
85
+ 'textarea',
86
+ '[role="button"]',
87
+ '[role="link"]',
88
+ '[tabindex]:not([tabindex="-1"]',
89
+ 'cds-custom-button',
90
+ 'cds-custom-link',
91
+ 'cds-custom-accordion-item',
92
+ 'cds-custom-breadcrumb-item',
93
+ 'cds-custom-icon-button',
94
+ 'cds-custom-checkbox',
95
+ 'cds-custom-dropdown',
96
+ 'cds-custom-dropdown-item',
97
+ 'cds-custom-file-uploader',
98
+ 'cds-custom-file-uploader-button',
99
+ 'cds-custom-menu-button',
100
+ 'cds-custom-menu',
101
+ 'cds-custom-menu-item',
102
+ 'cds-custom-multi-select',
103
+ 'cds-custom-multi-select-item',
104
+ 'cds-custom-number-input',
105
+ 'cds-custom-overflow-menu',
106
+ 'cds-custom-overflow-menu-body',
107
+ 'cds-custom-overflow-menu-item',
108
+ 'cds-custom-pagination',
109
+ 'cds-custom-select-item',
110
+ 'cds-custom-radio-button',
111
+ 'cds-custom-search',
112
+ 'cds-custom-select',
113
+ 'cds-custom-slider',
114
+ 'cds-custom-slider-input',
115
+ 'cds-custom-tabs',
116
+ 'cds-custom-tab',
117
+ 'cds-custom-textarea',
118
+ 'cds-custom-text-input',
119
+ 'cds-custom-time-picker',
120
+ 'cds-custom-time-picker-select',
121
+ 'cds-custom-select-item',
122
+ 'cds-custom-toggle',
123
+ 'cds-custom-toggletip',
124
+ ];
125
+ const isActionable = actionableSelectors.some((selector) => {
126
+ if (!(target instanceof Element)) {
127
+ return false;
128
+ }
129
+ if (target.closest(selector)) {
130
+ return true;
131
+ }
132
+ const root = target.getRootNode();
133
+ return (root instanceof ShadowRoot &&
134
+ root.host instanceof Element &&
135
+ root.host.matches(selector));
136
+ });
137
+ if (this.open && ((_a = this.triggerButtonRef) === null || _a === void 0 ? void 0 : _a.contains(target))) {
138
+ return;
139
+ }
140
+ const init = {
141
+ bubbles: true,
142
+ cancelable: true,
143
+ composed: true,
144
+ detail: {
145
+ triggeredBy: target,
146
+ },
147
+ };
148
+ if (this.dispatchEvent(new CustomEvent(this.constructor.eventBeforeClose, init))) {
149
+ this.open = false;
150
+ this.dispatchEvent(new CustomEvent(this.constructor.eventClickOutside, init));
151
+ if (!isActionable) {
152
+ (_b = this.triggerButtonRef) === null || _b === void 0 ? void 0 : _b.focus();
153
+ }
154
+ }
155
+ };
156
+ }
157
+ willUpdate(changedProperties) {
158
+ if (changedProperties.has('dateTimeLocale')) {
159
+ this._providedLocale = this.dateTimeLocale;
160
+ }
161
+ if (changedProperties.has('_todayElements') ||
162
+ changedProperties.has('_previousElements')) {
163
+ this._hasTodayContent = this._todayElements.length > 0;
164
+ this._hasPreviousContent = this._previousElements.length > 0;
165
+ }
166
+ }
167
+ firstUpdated() {
168
+ var _a, _b, _c;
169
+ (_a = this.todaySlot) === null || _a === void 0 ? void 0 : _a.addEventListener('slotchange', () => this._handleSlotChange('today'));
170
+ (_b = this.previousSlot) === null || _b === void 0 ? void 0 : _b.addEventListener('slotchange', () => this._handleSlotChange('previous'));
171
+ this._markFirstNotification();
172
+ const slot = (_c = this.shadowRoot) === null || _c === void 0 ? void 0 : _c.querySelector('slot[name="previous"]');
173
+ const slottedElements = (slot === null || slot === void 0 ? void 0 : slot.assignedElements({ flatten: true })) || [];
174
+ for (const el of slottedElements) {
175
+ el.addEventListener('mouseenter', () => {
176
+ this._handleMouseEnter(el);
177
+ });
178
+ el.addEventListener('mouseleave', () => {
179
+ this._handleMouseLeave(el);
180
+ });
181
+ }
182
+ }
183
+ updated() {
184
+ this._markFirstNotification();
185
+ if (this.open) {
186
+ requestAnimationFrame(() => this._tryFocusDismissButton());
187
+ }
188
+ }
189
+ render() {
190
+ const { titleText, todayText, previousText, dismissAllLabel, emptyStateLabel, doNotDisturbLabel, open, _hasTodayContent, _hasPreviousContent, _onDismissAllNotifications: onDismissAllNotifications, _handleToggle: handleToggle, } = this;
191
+ const classes = classMap({
192
+ [`${blockClass}__container`]: true,
193
+ [`${blockClass}__entrance`]: open,
194
+ [`${blockClass}__exit`]: !open,
195
+ });
196
+ const mainSectionClasses = classMap({
197
+ [`${blockClass}__main-section`]: true,
198
+ [`${blockClass}__main-section-empty`]: !_hasTodayContent && !_hasPreviousContent,
199
+ });
200
+ return html `
201
+ <div role="dialog" tabindex="0" class=${classes}>
202
+ <div class="${blockClass}__header-container">
203
+ <div class="${blockClass}__header-flex">
204
+ <h2 class="${blockClass}__header">${titleText}</h2>
205
+ <cds-custom-button
206
+ size="sm"
207
+ kind="ghost"
208
+ class="${blockClass}__dismiss-button"
209
+ @click=${onDismissAllNotifications}
210
+ >
211
+ ${dismissAllLabel}
212
+ </cds-custom-button>
213
+ </div>
214
+ <cds-custom-toggle
215
+ size="sm"
216
+ class="${blockClass}__do-not-disturb-toggle"
217
+ id="${blockClass}__do-not-disturb-toggle-component"
218
+ label-a=${doNotDisturbLabel}
219
+ label-b=${doNotDisturbLabel}
220
+ aria-label=${doNotDisturbLabel}
221
+ @cds-custom-toggle-changed=${handleToggle}
222
+ ></cds-custom-toggle>
223
+ </div>
224
+ <div class=${mainSectionClasses}>
225
+ ${_hasTodayContent
226
+ ? html `
227
+ <h3
228
+ class="${blockClass}__time-section-label ${blockClass}__time-section-label--today"
229
+ >
230
+ ${todayText}
231
+ </h3>
232
+ `
233
+ : ''}
234
+ <slot name="today"></slot>
235
+ ${_hasPreviousContent
236
+ ? html `
237
+ <h3
238
+ class="${blockClass}__time-section-label ${blockClass}__time-section-label--previous"
239
+ >
240
+ ${previousText}
241
+ </h3>
242
+ `
243
+ : ''}
244
+ <slot name="previous"></slot>
245
+ ${!_hasTodayContent && !_hasPreviousContent
246
+ ? html ` <slot name="empty-state">
247
+ <clabs-empty-state
248
+ subtitle="${emptyStateLabel}"
249
+ kind="notifications"
250
+ >
251
+ </clabs-empty-state>
252
+ </slot>`
253
+ : ''}
254
+ </div>
255
+ ${_hasTodayContent || _hasPreviousContent
256
+ ? html `<div class="${blockClass}__bottom-actions-container">
257
+ <slot name="footer"></slot>
258
+ </div>`
259
+ : ''}
260
+ </div>
261
+ `;
262
+ }
263
+ disconnectedCallback() {
264
+ var _a;
265
+ super.disconnectedCallback();
266
+ (_a = this._mutationObserver) === null || _a === void 0 ? void 0 : _a.disconnect();
267
+ }
268
+ _handleMouseEnter(el) {
269
+ const next = el.nextElementSibling;
270
+ if ((next === null || next === void 0 ? void 0 : next.tagName.toLowerCase()) === 'c4p-notification') {
271
+ next.classList.add(`${blockClass}__notification--next`);
272
+ }
273
+ }
274
+ _handleMouseLeave(el) {
275
+ const next = el.nextElementSibling;
276
+ if ((next === null || next === void 0 ? void 0 : next.tagName.toLowerCase()) === 'c4p-notification') {
277
+ next.classList.remove(`${blockClass}__notification--next`);
278
+ }
279
+ }
280
+ _markFirstNotification() {
281
+ const notifications = this.querySelectorAll(`${prefix}-notification`);
282
+ notifications.forEach((el, i) => {
283
+ el.classList.toggle('first-notification', i === 0);
284
+ });
285
+ }
286
+ _handleSlotChange(slotName) {
287
+ slotName === 'today'
288
+ ? (this._hasTodayContent = this._todayElements.length > 0)
289
+ : (this._hasPreviousContent = this._previousElements.length > 0);
290
+ }
291
+ _tryFocusDismissButton() {
292
+ var _a;
293
+ const button = this.renderRoot.querySelector(`.${blockClass}__dismiss-button`);
294
+ if (button) {
295
+ button.focus();
296
+ }
297
+ else {
298
+ (_a = this._mutationObserver) === null || _a === void 0 ? void 0 : _a.disconnect();
299
+ this._mutationObserver = new MutationObserver(() => {
300
+ var _a;
301
+ const btn = this.renderRoot.querySelector(`.${blockClass}__dismiss-button`);
302
+ if (btn) {
303
+ btn.focus();
304
+ (_a = this._mutationObserver) === null || _a === void 0 ? void 0 : _a.disconnect();
305
+ }
306
+ });
307
+ this._mutationObserver.observe(this.renderRoot, {
308
+ childList: true,
309
+ subtree: true,
310
+ });
311
+ }
312
+ }
313
+ /**
314
+ * Handles user-initiated dismiss of all notifications.
315
+ *
316
+ * @param event The event that triggered the click.
317
+ */
318
+ _onDismissAllNotifications(event) {
319
+ const triggeredBy = event.target;
320
+ event.stopPropagation();
321
+ const init = {
322
+ bubbles: true,
323
+ cancelable: true,
324
+ composed: true,
325
+ detail: {
326
+ triggeredBy,
327
+ },
328
+ };
329
+ this.dispatchEvent(new CustomEvent(this.constructor.eventDismissAll, init));
330
+ }
331
+ _handleToggle(event) {
332
+ const triggeredBy = event.target;
333
+ const init = {
334
+ bubbles: true,
335
+ cancelable: true,
336
+ composed: true,
337
+ detail: {
338
+ triggeredBy,
339
+ },
340
+ };
341
+ this.dispatchEvent(new CustomEvent(this.constructor.eventDonotDisturbChange, init));
342
+ }
343
+ /**
344
+ * A selector selecting tabbable nodes.
345
+ */
346
+ static get selectorTabbable() {
347
+ return selectorTabbable;
348
+ }
349
+ /**
350
+ * The name of the custom event fired before this notification-panel is being closed upon a user gesture.
351
+ * Cancellation of this event stops the user-initiated action of closing this notification-panel.
352
+ */
353
+ static get eventBeforeClose() {
354
+ return `${prefix}-notification-panel-beingclosed`;
355
+ }
356
+ /**
357
+ * The name of the custom event fired after this notification-panel is closed upon a user gesture.
358
+ */
359
+ static get eventClickOutside() {
360
+ return `${prefix}-notification-click-outside`;
361
+ }
362
+ /**
363
+ * The name of the custom event fired after dismiss all button click
364
+ */
365
+ static get eventDismissAll() {
366
+ return `${prefix}-notification-dismiss-all`;
367
+ }
368
+ /**
369
+ * The name of the custom event fired after this do not disturb button toggled.
370
+ */
371
+ static get eventDonotDisturbChange() {
372
+ return `${prefix}-notification-donot-disturb-change`;
373
+ }
374
+ };
375
+ CDSNotificationPanel.styles = styles; // `styles` here is a `CSSResult` generated by custom WebPack loader
376
+ __decorate([
377
+ property({ type: String, attribute: 'title-text' })
378
+ ], CDSNotificationPanel.prototype, "titleText", void 0);
379
+ __decorate([
380
+ property({ type: String, attribute: 'today-text' })
381
+ ], CDSNotificationPanel.prototype, "todayText", void 0);
382
+ __decorate([
383
+ property({ type: String, attribute: 'previous-text' })
384
+ ], CDSNotificationPanel.prototype, "previousText", void 0);
385
+ __decorate([
386
+ property({ reflect: true, type: Boolean })
387
+ ], CDSNotificationPanel.prototype, "open", void 0);
388
+ __decorate([
389
+ property({ type: String, attribute: 'dismiss-all-label' })
390
+ ], CDSNotificationPanel.prototype, "dismissAllLabel", void 0);
391
+ __decorate([
392
+ property({ type: String, attribute: 'empty-state-label' })
393
+ ], CDSNotificationPanel.prototype, "emptyStateLabel", void 0);
394
+ __decorate([
395
+ property({ type: String, attribute: 'donot-disturb-label' })
396
+ ], CDSNotificationPanel.prototype, "doNotDisturbLabel", void 0);
397
+ __decorate([
398
+ property({ type: Object })
399
+ ], CDSNotificationPanel.prototype, "triggerButtonRef", void 0);
400
+ __decorate([
401
+ property({ type: String, attribute: 'date-time-locale' })
402
+ ], CDSNotificationPanel.prototype, "dateTimeLocale", void 0);
403
+ __decorate([
404
+ provide({ context: dateTimeLocaleContext })
405
+ // @ts-ignore
406
+ ], CDSNotificationPanel.prototype, "_providedLocale", void 0);
407
+ __decorate([
408
+ query('slot[name="today"]')
409
+ ], CDSNotificationPanel.prototype, "todaySlot", void 0);
410
+ __decorate([
411
+ query('slot[name="previous"]')
412
+ ], CDSNotificationPanel.prototype, "previousSlot", void 0);
413
+ __decorate([
414
+ state() // Use @state decorator
415
+ ], CDSNotificationPanel.prototype, "_hasTodayContent", void 0);
416
+ __decorate([
417
+ state() // Use @state decorator
418
+ ], CDSNotificationPanel.prototype, "_hasPreviousContent", void 0);
419
+ __decorate([
420
+ queryAssignedElements({ slot: 'today', flatten: true })
421
+ ], CDSNotificationPanel.prototype, "_todayElements", void 0);
422
+ __decorate([
423
+ queryAssignedElements({ slot: 'previous', flatten: true })
424
+ ], CDSNotificationPanel.prototype, "_previousElements", void 0);
425
+ __decorate([
426
+ HostListener('keydown')
427
+ // @ts-ignore: The decorator refers to this method but TS thinks this method is not referred to
428
+ ], CDSNotificationPanel.prototype, "_handleKeydown", void 0);
429
+ __decorate([
430
+ HostListener('document:click')
431
+ // @ts-ignore: The decorator refers to this method but TS thinks this method is not referred to
432
+ ], CDSNotificationPanel.prototype, "_handleClick", void 0);
433
+ CDSNotificationPanel = __decorate([
434
+ carbonElement(`${prefix}-notification-panel`)
435
+ ], CDSNotificationPanel);
436
+ var CDSNotificationPanel$1 = CDSNotificationPanel;
437
+
438
+ export { CDSNotificationPanel$1 as default };
439
+ //# sourceMappingURL=notification-panel.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"notification-panel.js","sources":["../../../src/components/notification-panel/notification-panel.ts"],"sourcesContent":[null],"names":["customElement"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;AAAA;;;;;;;AAOG;AAuBH,MAAM,UAAU,GAAG,CAAG,EAAA,MAAM,uBAAuB;AACnD;;;;;;;;;;;;AAYG;AAEH,IAAM,oBAAoB,GAA1B,MAAM,oBAAqB,SAAQ,iBAAiB,CAAC,UAAU,CAAC,CAAA;AAAhE,IAAA,WAAA,GAAA;;AAgBE;;AAEG;QAEH,IAAI,CAAA,IAAA,GAAG,KAAK;QAqCJ,IAAgB,CAAA,gBAAA,GAAG,KAAK;QAGxB,IAAmB,CAAA,mBAAA,GAAG,KAAK;QA8O3B,IAAc,CAAA,cAAA,GAAG,CAAC,EAAE,GAAG,EAAE,MAAM,EAAiB,KAAI;;AAC1D,YAAA,IAAI,GAAG,KAAK,QAAQ,EAAE;AACpB,gBAAA,IAAI,CAAC,IAAI,GAAG,KAAK;AACjB,gBAAA,MAAM,IAAI,GAAG;AACX,oBAAA,OAAO,EAAE,IAAI;AACb,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,IAAI;AACd,oBAAA,MAAM,EAAE;AACN,wBAAA,WAAW,EAAE,MAAM;AACpB,qBAAA;iBACF;AAED,gBAAA,IAAI,CAAC,aAAa,CAChB,IAAI,WAAW,CACZ,IAAI,CAAC,WAA2C,CAAC,iBAAiB,EACnE,IAAI,CACL,CACF;AACD,gBAAA,CAAA,EAAA,GAAA,IAAI,CAAC,gBAAgB,MAAE,IAAA,IAAA,EAAA,KAAA,MAAA,GAAA,MAAA,GAAA,EAAA,CAAA,KAAK,EAAE;;AAElC,SAAC;;AAIO,QAAA,IAAA,CAAA,YAAY,GAAG,CAAC,KAAiB,KAAI;;AAC3C,YAAA,MAAM,MAAM,GAAG,KAAK,CAAC,MAAc;AAEnC,YAAA,IAAI,CAAC,IAAI,CAAC,IAAI,IAAI,IAAI,CAAC,QAAQ,CAAC,MAAM,CAAC,EAAE;gBACvC;;;AAGF,YAAA,MAAM,mBAAmB,GAAG;gBAC1B,GAAG;gBACH,QAAQ;gBACR,OAAO;gBACP,QAAQ;gBACR,UAAU;gBACV,iBAAiB;gBACjB,eAAe;gBACf,gCAAgC;gBAChC,YAAY;gBACZ,UAAU;gBACV,oBAAoB;gBACpB,qBAAqB;gBACrB,iBAAiB;gBACjB,cAAc;gBACd,cAAc;gBACd,mBAAmB;gBACnB,mBAAmB;gBACnB,0BAA0B;gBAC1B,iBAAiB;gBACjB,UAAU;gBACV,eAAe;gBACf,kBAAkB;gBAClB,uBAAuB;gBACvB,kBAAkB;gBAClB,mBAAmB;gBACnB,wBAAwB;gBACxB,wBAAwB;gBACxB,gBAAgB;gBAChB,iBAAiB;gBACjB,kBAAkB;gBAClB,YAAY;gBACZ,YAAY;gBACZ,YAAY;gBACZ,kBAAkB;gBAClB,UAAU;gBACV,SAAS;gBACT,cAAc;gBACd,gBAAgB;gBAChB,iBAAiB;gBACjB,wBAAwB;gBACxB,iBAAiB;gBACjB,YAAY;gBACZ,eAAe;aAChB;YACD,MAAM,YAAY,GAAG,mBAAmB,CAAC,IAAI,CAAC,CAAC,QAAQ,KAAI;AACzD,gBAAA,IAAI,EAAE,MAAM,YAAY,OAAO,CAAC,EAAE;AAChC,oBAAA,OAAO,KAAK;;AAEd,gBAAA,IAAI,MAAM,CAAC,OAAO,CAAC,QAAQ,CAAC,EAAE;AAC5B,oBAAA,OAAO,IAAI;;AAEb,gBAAA,MAAM,IAAI,GAAG,MAAM,CAAC,WAAW,EAAE;gBACjC,QACE,IAAI,YAAY,UAAU;oBAC1B,IAAI,CAAC,IAAI,YAAY,OAAO;oBAC5B,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,QAAQ,CAAC;AAE/B,aAAC,CAAC;AACF,YAAA,IAAI,IAAI,CAAC,IAAI,KAAI,MAAA,IAAI,CAAC,gBAAgB,MAAA,IAAA,IAAA,EAAA,KAAA,MAAA,GAAA,MAAA,GAAA,EAAA,CAAE,QAAQ,CAAC,MAAM,CAAC,CAAA,EAAE;gBACxD;;AAEF,YAAA,MAAM,IAAI,GAAG;AACX,gBAAA,OAAO,EAAE,IAAI;AACb,gBAAA,UAAU,EAAE,IAAI;AAChB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,MAAM,EAAE;AACN,oBAAA,WAAW,EAAE,MAAM;AACpB,iBAAA;aACF;AACD,YAAA,IACE,IAAI,CAAC,aAAa,CAChB,IAAI,WAAW,CACZ,IAAI,CAAC,WAA2C,CAAC,gBAAgB,EAClE,IAAI,CACL,CACF,EACD;AACA,gBAAA,IAAI,CAAC,IAAI,GAAG,KAAK;AACjB,gBAAA,IAAI,CAAC,aAAa,CAChB,IAAI,WAAW,CACZ,IAAI,CAAC,WAA2C,CAAC,iBAAiB,EACnE,IAAI,CACL,CACF;gBACD,IAAI,CAAC,YAAY,EAAE;AACjB,oBAAA,CAAA,EAAA,GAAA,IAAI,CAAC,gBAAgB,MAAE,IAAA,IAAA,EAAA,KAAA,MAAA,GAAA,MAAA,GAAA,EAAA,CAAA,KAAK,EAAE;;;AAGpC,SAAC;;AA7VD,IAAA,UAAU,CAAC,iBAAsB,EAAA;AAC/B,QAAA,IAAI,iBAAiB,CAAC,GAAG,CAAC,gBAAgB,CAAC,EAAE;AAC3C,YAAA,IAAI,CAAC,eAAe,GAAG,IAAI,CAAC,cAAc;;AAE5C,QAAA,IACE,iBAAiB,CAAC,GAAG,CAAC,gBAAgB,CAAC;AACvC,YAAA,iBAAiB,CAAC,GAAG,CAAC,mBAAmB,CAAC,EAC1C;YACA,IAAI,CAAC,gBAAgB,GAAG,IAAI,CAAC,cAAc,CAAC,MAAM,GAAG,CAAC;YACtD,IAAI,CAAC,mBAAmB,GAAG,IAAI,CAAC,iBAAiB,CAAC,MAAM,GAAG,CAAC;;;IAIhE,YAAY,GAAA;;AACV,QAAA,CAAA,EAAA,GAAA,IAAI,CAAC,SAAS,0CAAE,gBAAgB,CAAC,YAAY,EAAE,MAC7C,IAAI,CAAC,iBAAiB,CAAC,OAAO,CAAC,CAChC;AACD,QAAA,CAAA,EAAA,GAAA,IAAI,CAAC,YAAY,0CAAE,gBAAgB,CAAC,YAAY,EAAE,MAChD,IAAI,CAAC,iBAAiB,CAAC,UAAU,CAAC,CACnC;QACD,IAAI,CAAC,sBAAsB,EAAE;QAE7B,MAAM,IAAI,GAAG,CAAA,EAAA,GAAA,IAAI,CAAC,UAAU,MAAA,IAAA,IAAA,EAAA,KAAA,MAAA,GAAA,MAAA,GAAA,EAAA,CAAE,aAAa,CACzC,uBAAuB,CACE;AAC3B,QAAA,MAAM,eAAe,GAAG,CAAA,IAAI,KAAJ,IAAA,IAAA,IAAI,uBAAJ,IAAI,CAAE,gBAAgB,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC,KAAI,EAAE;AACvE,QAAA,KAAK,MAAM,EAAE,IAAI,eAAe,EAAE;AAChC,YAAA,EAAE,CAAC,gBAAgB,CAAC,YAAY,EAAE,MAAK;AACrC,gBAAA,IAAI,CAAC,iBAAiB,CAAC,EAAE,CAAC;AAC5B,aAAC,CAAC;AACF,YAAA,EAAE,CAAC,gBAAgB,CAAC,YAAY,EAAE,MAAK;AACrC,gBAAA,IAAI,CAAC,iBAAiB,CAAC,EAAE,CAAC;AAC5B,aAAC,CAAC;;;IAIN,OAAO,GAAA;QACL,IAAI,CAAC,sBAAsB,EAAE;AAC7B,QAAA,IAAI,IAAI,CAAC,IAAI,EAAE;YACb,qBAAqB,CAAC,MAAM,IAAI,CAAC,sBAAsB,EAAE,CAAC;;;IAI9D,MAAM,GAAA;AACJ,QAAA,MAAM,EACJ,SAAS,EACT,SAAS,EACT,YAAY,EACZ,eAAe,EACf,eAAe,EACf,iBAAiB,EACjB,IAAI,EACJ,gBAAgB,EAChB,mBAAmB,EACnB,0BAA0B,EAAE,yBAAyB,EACrD,aAAa,EAAE,YAAY,GAC5B,GAAG,IAAI;QACR,MAAM,OAAO,GAAG,QAAQ,CAAC;AACvB,YAAA,CAAC,CAAG,EAAA,UAAU,CAAa,WAAA,CAAA,GAAG,IAAI;AAClC,YAAA,CAAC,CAAG,EAAA,UAAU,CAAY,UAAA,CAAA,GAAG,IAAI;AACjC,YAAA,CAAC,GAAG,UAAU,CAAA,MAAA,CAAQ,GAAG,CAAC,IAAI;AAC/B,SAAA,CAAC;QAEF,MAAM,kBAAkB,GAAG,QAAQ,CAAC;AAClC,YAAA,CAAC,CAAG,EAAA,UAAU,CAAgB,cAAA,CAAA,GAAG,IAAI;YACrC,CAAC,CAAA,EAAG,UAAU,CAAsB,oBAAA,CAAA,GAClC,CAAC,gBAAgB,IAAI,CAAC,mBAAmB;AAC5C,SAAA,CAAC;AAEF,QAAA,OAAO,IAAI,CAAA;8CAC+B,OAAO,CAAA;sBAC/B,UAAU,CAAA;wBACR,UAAU,CAAA;AACT,uBAAA,EAAA,UAAU,aAAa,SAAS,CAAA;;;;uBAIlC,UAAU,CAAA;uBACV,yBAAyB;;gBAEhC,eAAe;;;;;qBAKV,UAAU,CAAA;kBACb,UAAU,CAAA;sBACN,iBAAiB;sBACjB,iBAAiB;yBACd,iBAAiB;kCACR,YAAY;;;qBAGzB,kBAAkB,CAAA;YAC3B;cACE,IAAI,CAAA;;AAES,yBAAA,EAAA,UAAU,wBAAwB,UAAU,CAAA;;oBAEnD,SAAS;;AAEd,cAAA;AACH,cAAE,EAAE;;YAEJ;cACE,IAAI,CAAA;;AAES,yBAAA,EAAA,UAAU,wBAAwB,UAAU,CAAA;;oBAEnD,YAAY;;AAEjB,cAAA;AACH,cAAE,EAAE;;YAEJ,CAAC,gBAAgB,IAAI,CAAC;cACpB,IAAI,CAAA,CAAA;;8BAEY,eAAe,CAAA;;;;AAIvB,qBAAA;AACV,cAAE,EAAE;;AAEN,QAAA,EAAA,gBAAgB,IAAI;AACpB,cAAE,IAAI,CAAA,CAAA,YAAA,EAAe,UAAU,CAAA;;AAEtB,kBAAA;AACT,cAAE,EAAE;;KAET;;IAEH,oBAAoB,GAAA;;QAClB,KAAK,CAAC,oBAAoB,EAAE;AAC5B,QAAA,CAAA,EAAA,GAAA,IAAI,CAAC,iBAAiB,MAAE,IAAA,IAAA,EAAA,KAAA,MAAA,GAAA,MAAA,GAAA,EAAA,CAAA,UAAU,EAAE;;AAG9B,IAAA,iBAAiB,CAAC,EAAW,EAAA;AACnC,QAAA,MAAM,IAAI,GAAG,EAAE,CAAC,kBAAkB;AAClC,QAAA,IAAI,CAAA,IAAI,KAAJ,IAAA,IAAA,IAAI,uBAAJ,IAAI,CAAE,OAAO,CAAC,WAAW,EAAE,MAAK,kBAAkB,EAAE;YACtD,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,CAAG,EAAA,UAAU,CAAsB,oBAAA,CAAA,CAAC;;;AAGnD,IAAA,iBAAiB,CAAC,EAAW,EAAA;AACnC,QAAA,MAAM,IAAI,GAAG,EAAE,CAAC,kBAAkB;AAClC,QAAA,IAAI,CAAA,IAAI,KAAJ,IAAA,IAAA,IAAI,uBAAJ,IAAI,CAAE,OAAO,CAAC,WAAW,EAAE,MAAK,kBAAkB,EAAE;YACtD,IAAI,CAAC,SAAS,CAAC,MAAM,CAAC,CAAG,EAAA,UAAU,CAAsB,oBAAA,CAAA,CAAC;;;IAGtD,sBAAsB,GAAA;QAC5B,MAAM,aAAa,GAAG,IAAI,CAAC,gBAAgB,CAAC,CAAG,EAAA,MAAM,CAAe,aAAA,CAAA,CAAC;QACrE,aAAa,CAAC,OAAO,CAAC,CAAC,EAAE,EAAE,CAAC,KAAI;YAC9B,EAAE,CAAC,SAAS,CAAC,MAAM,CAAC,oBAAoB,EAAE,CAAC,KAAK,CAAC,CAAC;AACpD,SAAC,CAAC;;AAEI,IAAA,iBAAiB,CAAC,QAA8B,EAAA;AACtD,QAAA,QAAQ,KAAK;AACX,eAAG,IAAI,CAAC,gBAAgB,GAAG,IAAI,CAAC,cAAc,CAAC,MAAM,GAAG,CAAC;AACzD,eAAG,IAAI,CAAC,mBAAmB,GAAG,IAAI,CAAC,iBAAiB,CAAC,MAAM,GAAG,CAAC,CAAC;;IAE5D,sBAAsB,GAAA;;AAC5B,QAAA,MAAM,MAAM,GAAG,IAAI,CAAC,UAAU,CAAC,aAAa,CAC1C,CAAI,CAAA,EAAA,UAAU,CAAkB,gBAAA,CAAA,CACjC;QACD,IAAI,MAAM,EAAE;YACV,MAAM,CAAC,KAAK,EAAE;;aACT;AACL,YAAA,CAAA,EAAA,GAAA,IAAI,CAAC,iBAAiB,MAAE,IAAA,IAAA,EAAA,KAAA,MAAA,GAAA,MAAA,GAAA,EAAA,CAAA,UAAU,EAAE;AACpC,YAAA,IAAI,CAAC,iBAAiB,GAAG,IAAI,gBAAgB,CAAC,MAAK;;AACjD,gBAAA,MAAM,GAAG,GAAG,IAAI,CAAC,UAAU,CAAC,aAAa,CACvC,CAAI,CAAA,EAAA,UAAU,CAAkB,gBAAA,CAAA,CACjC;gBACD,IAAI,GAAG,EAAE;oBACP,GAAG,CAAC,KAAK,EAAE;AACX,oBAAA,CAAA,EAAA,GAAA,IAAI,CAAC,iBAAiB,MAAE,IAAA,IAAA,EAAA,KAAA,MAAA,GAAA,MAAA,GAAA,EAAA,CAAA,UAAU,EAAE;;AAExC,aAAC,CAAC;YAEF,IAAI,CAAC,iBAAiB,CAAC,OAAO,CAAC,IAAI,CAAC,UAAU,EAAE;AAC9C,gBAAA,SAAS,EAAE,IAAI;AACf,gBAAA,OAAO,EAAE,IAAI;AACd,aAAA,CAAC;;;AAGN;;;;AAIG;AACK,IAAA,0BAA0B,CAAC,KAAY,EAAA;AAC7C,QAAA,MAAM,WAAW,GAAG,KAAK,CAAC,MAAM;QAChC,KAAK,CAAC,eAAe,EAAE;AACvB,QAAA,MAAM,IAAI,GAAG;AACX,YAAA,OAAO,EAAE,IAAI;AACb,YAAA,UAAU,EAAE,IAAI;AAChB,YAAA,QAAQ,EAAE,IAAI;AACd,YAAA,MAAM,EAAE;gBACN,WAAW;AACZ,aAAA;SACF;AACD,QAAA,IAAI,CAAC,aAAa,CAChB,IAAI,WAAW,CACZ,IAAI,CAAC,WAA2C,CAAC,eAAe,EACjE,IAAI,CACL,CACF;;AAGK,IAAA,aAAa,CAAC,KAAY,EAAA;AAChC,QAAA,MAAM,WAAW,GAAG,KAAK,CAAC,MAAM;AAChC,QAAA,MAAM,IAAI,GAAG;AACX,YAAA,OAAO,EAAE,IAAI;AACb,YAAA,UAAU,EAAE,IAAI;AAChB,YAAA,QAAQ,EAAE,IAAI;AACd,YAAA,MAAM,EAAE;gBACN,WAAW;AACZ,aAAA;SACF;AACD,QAAA,IAAI,CAAC,aAAa,CAChB,IAAI,WAAW,CAEX,IAAI,CAAC,WACN,CAAC,uBAAuB,EACzB,IAAI,CACL,CACF;;AA8HH;;AAEG;AACH,IAAA,WAAW,gBAAgB,GAAA;AACzB,QAAA,OAAO,gBAAgB;;AAGzB;;;AAGG;AACH,IAAA,WAAW,gBAAgB,GAAA;QACzB,OAAO,CAAA,EAAG,MAAM,CAAA,+BAAA,CAAiC;;AAGnD;;AAEG;AACH,IAAA,WAAW,iBAAiB,GAAA;QAC1B,OAAO,CAAA,EAAG,MAAM,CAAA,2BAAA,CAA6B;;AAG/C;;AAEG;AACH,IAAA,WAAW,eAAe,GAAA;QACxB,OAAO,CAAA,EAAG,MAAM,CAAA,yBAAA,CAA2B;;AAG7C;;AAEG;AACH,IAAA,WAAW,uBAAuB,GAAA;QAChC,OAAO,CAAA,EAAG,MAAM,CAAA,kCAAA,CAAoC;;;AAE/C,oBAAA,CAAA,MAAM,GAAG,MAAM,CAAC;AAlcvB,UAAA,CAAA;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,SAAS,EAAE,YAAY,EAAE;AACzC,CAAA,EAAA,oBAAA,CAAA,SAAA,EAAA,WAAA,EAAA,MAAA,CAAA;AAKV,UAAA,CAAA;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,SAAS,EAAE,YAAY,EAAE;AACzC,CAAA,EAAA,oBAAA,CAAA,SAAA,EAAA,WAAA,EAAA,MAAA,CAAA;AAKV,UAAA,CAAA;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,SAAS,EAAE,eAAe,EAAE;AACzC,CAAA,EAAA,oBAAA,CAAA,SAAA,EAAA,cAAA,EAAA,MAAA,CAAA;AAKb,UAAA,CAAA;IADC,QAAQ,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE;AAC7B,CAAA,EAAA,oBAAA,CAAA,SAAA,EAAA,MAAA,EAAA,MAAA,CAAA;AAKb,UAAA,CAAA;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,SAAS,EAAE,mBAAmB,EAAE;AAC1C,CAAA,EAAA,oBAAA,CAAA,SAAA,EAAA,iBAAA,EAAA,MAAA,CAAA;AAKhB,UAAA,CAAA;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,SAAS,EAAE,mBAAmB,EAAE;AAC1C,CAAA,EAAA,oBAAA,CAAA,SAAA,EAAA,iBAAA,EAAA,MAAA,CAAA;AAKhB,UAAA,CAAA;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,SAAS,EAAE,qBAAqB,EAAE;AAC1C,CAAA,EAAA,oBAAA,CAAA,SAAA,EAAA,mBAAA,EAAA,MAAA,CAAA;AAKlB,UAAA,CAAA;AADC,IAAA,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE;AACK,CAAA,EAAA,oBAAA,CAAA,SAAA,EAAA,kBAAA,EAAA,MAAA,CAAA;AAO/B,UAAA,CAAA;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,SAAS,EAAE,kBAAkB,EAAE;AACjC,CAAA,EAAA,oBAAA,CAAA,SAAA,EAAA,gBAAA,EAAA,MAAA,CAAA;AAIhB,UAAA,CAAA;AAFP,IAAA,OAAO,CAAC,EAAE,OAAO,EAAE,qBAAqB,EAAE;;AAEC,CAAA,EAAA,oBAAA,CAAA,SAAA,EAAA,iBAAA,EAAA,MAAA,CAAA;AAEpC,UAAA,CAAA;IADP,KAAK,CAAC,oBAAoB;AACS,CAAA,EAAA,oBAAA,CAAA,SAAA,EAAA,WAAA,EAAA,MAAA,CAAA;AAE5B,UAAA,CAAA;IADP,KAAK,CAAC,uBAAuB;AACS,CAAA,EAAA,oBAAA,CAAA,SAAA,EAAA,cAAA,EAAA,MAAA,CAAA;AAE/B,UAAA,CAAA;IADP,KAAK,EAAE;AACyB,CAAA,EAAA,oBAAA,CAAA,SAAA,EAAA,kBAAA,EAAA,MAAA,CAAA;AAGzB,UAAA,CAAA;IADP,KAAK,EAAE;AAC4B,CAAA,EAAA,oBAAA,CAAA,SAAA,EAAA,qBAAA,EAAA,MAAA,CAAA;AAGpC,UAAA,CAAA;IADC,qBAAqB,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE;AACnB,CAAA,EAAA,oBAAA,CAAA,SAAA,EAAA,gBAAA,EAAA,MAAA,CAAA;AAGpC,UAAA,CAAA;IADC,qBAAqB,CAAC,EAAE,IAAI,EAAE,UAAU,EAAE,OAAO,EAAE,IAAI,EAAE;AACnB,CAAA,EAAA,oBAAA,CAAA,SAAA,EAAA,mBAAA,EAAA,MAAA,CAAA;AAwO/B,UAAA,CAAA;IAFP,YAAY,CAAC,SAAS;;AAsBrB,CAAA,EAAA,oBAAA,CAAA,SAAA,EAAA,gBAAA,EAAA,MAAA,CAAA;AAIM,UAAA,CAAA;IAFP,YAAY,CAAC,gBAAgB;;AAkG5B,CAAA,EAAA,oBAAA,CAAA,SAAA,EAAA,cAAA,EAAA,MAAA,CAAA;AAlaE,oBAAoB,GAAA,UAAA,CAAA;AADzB,IAAAA,aAAa,CAAC,CAAA,EAAG,MAAM,CAAA,mBAAA,CAAqB;AACvC,CAAA,EAAA,oBAAoB,CAwczB;AAED,6BAAe,oBAAoB;;;;"}
@@ -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}@keyframes c4p--hide-feedback{0%{opacity:1;visibility:inherit}to{opacity:0;visibility:hidden}}@keyframes c4p--show-feedback{0%{opacity:0;visibility:hidden}to{opacity:1;visibility:inherit}}@keyframes c4p--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}}.c4p--layout--size-xs{--c4p-layout-size-height-context:var(--c4p-layout-size-height-xs,1.5rem);--c4p-layout-size-height:var(--c4p-layout-size-height-context)}.c4p--layout-constraint--size__default-xs{--c4p-layout-size-height:var(--c4p-layout-size-height-context,var(--c4p-layout-size-height-xs,1.5rem))}.c4p--layout-constraint--size__min-xs{--c4p-layout-size-height-min:var(--c4p-layout-size-height-xs,1.5rem)}.c4p--layout-constraint--size__max-xs{--c4p-layout-size-height-max:var(--c4p-layout-size-height-xs,1.5rem)}.c4p--layout--size-sm{--c4p-layout-size-height-context:var(--c4p-layout-size-height-sm,2rem);--c4p-layout-size-height:var(--c4p-layout-size-height-context)}.c4p--layout-constraint--size__default-sm{--c4p-layout-size-height:var(--c4p-layout-size-height-context,var(--c4p-layout-size-height-sm,2rem))}.c4p--layout-constraint--size__min-sm{--c4p-layout-size-height-min:var(--c4p-layout-size-height-sm,2rem)}.c4p--layout-constraint--size__max-sm{--c4p-layout-size-height-max:var(--c4p-layout-size-height-sm,2rem)}.c4p--layout--size-md{--c4p-layout-size-height-context:var(--c4p-layout-size-height-md,2.5rem);--c4p-layout-size-height:var(--c4p-layout-size-height-context)}.c4p--layout-constraint--size__default-md{--c4p-layout-size-height:var(--c4p-layout-size-height-context,var(--c4p-layout-size-height-md,2.5rem))}.c4p--layout-constraint--size__min-md{--c4p-layout-size-height-min:var(--c4p-layout-size-height-md,2.5rem)}.c4p--layout-constraint--size__max-md{--c4p-layout-size-height-max:var(--c4p-layout-size-height-md,2.5rem)}.c4p--layout--size-lg{--c4p-layout-size-height-context:var(--c4p-layout-size-height-lg,3rem);--c4p-layout-size-height:var(--c4p-layout-size-height-context)}.c4p--layout-constraint--size__default-lg{--c4p-layout-size-height:var(--c4p-layout-size-height-context,var(--c4p-layout-size-height-lg,3rem))}.c4p--layout-constraint--size__min-lg{--c4p-layout-size-height-min:var(--c4p-layout-size-height-lg,3rem)}.c4p--layout-constraint--size__max-lg{--c4p-layout-size-height-max:var(--c4p-layout-size-height-lg,3rem)}.c4p--layout--size-xl{--c4p-layout-size-height-context:var(--c4p-layout-size-height-xl,4rem);--c4p-layout-size-height:var(--c4p-layout-size-height-context)}.c4p--layout-constraint--size__default-xl{--c4p-layout-size-height:var(--c4p-layout-size-height-context,var(--c4p-layout-size-height-xl,4rem))}.c4p--layout-constraint--size__min-xl{--c4p-layout-size-height-min:var(--c4p-layout-size-height-xl,4rem)}.c4p--layout-constraint--size__max-xl{--c4p-layout-size-height-max:var(--c4p-layout-size-height-xl,4rem)}.c4p--layout--size-2xl{--c4p-layout-size-height-context:var(--c4p-layout-size-height-2xl,5rem);--c4p-layout-size-height:var(--c4p-layout-size-height-context)}.c4p--layout-constraint--size__default-2xl{--c4p-layout-size-height:var(--c4p-layout-size-height-context,var(--c4p-layout-size-height-2xl,5rem))}.c4p--layout-constraint--size__min-2xl{--c4p-layout-size-height-min:var(--c4p-layout-size-height-2xl,5rem)}.c4p--layout-constraint--size__max-2xl{--c4p-layout-size-height-max:var(--c4p-layout-size-height-2xl,5rem)}.c4p--layout--density-condensed{--c4p-layout-density-padding-inline-context:var(--c4p-layout-density-padding-inline-condensed,0.5rem);--c4p-layout-density-padding-inline:var(--c4p-layout-density-padding-inline-context)}.c4p--layout-constraint--density__default-condensed{--c4p-layout-density-padding-inline:var(--c4p-layout-density-padding-inline-context,var(--c4p-layout-density-padding-inline-condensed,0.5rem))}.c4p--layout-constraint--density__min-condensed{--c4p-layout-density-padding-inline-min:var(--c4p-layout-density-padding-inline-condensed,0.5rem)}.c4p--layout-constraint--density__max-condensed{--c4p-layout-density-padding-inline-max:var(--c4p-layout-density-padding-inline-condensed,0.5rem)}.c4p--layout--density-normal{--c4p-layout-density-padding-inline-context:var(--c4p-layout-density-padding-inline-normal,1rem);--c4p-layout-density-padding-inline:var(--c4p-layout-density-padding-inline-context)}.c4p--layout-constraint--density__default-normal{--c4p-layout-density-padding-inline:var(--c4p-layout-density-padding-inline-context,var(--c4p-layout-density-padding-inline-normal,1rem))}.c4p--layout-constraint--density__min-normal{--c4p-layout-density-padding-inline-min:var(--c4p-layout-density-padding-inline-normal,1rem)}.c4p--layout-constraint--density__max-normal{--c4p-layout-density-padding-inline-max:var(--c4p-layout-density-padding-inline-normal,1rem)}:root{--c4p-layout-size-height-xs:1.5rem;--c4p-layout-size-height-sm:2rem;--c4p-layout-size-height-md:2.5rem;--c4p-layout-size-height-lg:3rem;--c4p-layout-size-height-xl:4rem;--c4p-layout-size-height-2xl:5rem;--c4p-layout-size-height-min:0px;--c4p-layout-size-height-max:999999999px;--c4p-layout-density-padding-inline-condensed:0.5rem;--c4p-layout-density-padding-inline-normal:1rem;--c4p-layout-density-padding-inline-min:0px;--c4p-layout-density-padding-inline-max:999999999px}.c4p--assistive-text,.c4p--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--empty-state{color:var(--cds-text-primary,#161616);display:flex}.c4p--empty-state .c4p--empty-state__header{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);margin:0;padding-block-end:.5rem}.c4p--empty-state .c4p--empty-state__subtitle{color:var(--cds-text-secondary,#525252);font-size:var(--cds-body-01-font-size,.875rem);font-weight:var(--cds-body-01-font-weight,400);letter-spacing:var(--cds-body-01-letter-spacing,.16px);line-height:var(--cds-body-01-line-height,1.42857);padding-block-end:1rem}.c4p--empty-state .c4p--empty-state__header--small{font-size:var(--cds-body-compact-02-font-size,1rem);font-weight:var(--cds-body-compact-02-font-weight,400);letter-spacing:var(--cds-body-compact-02-letter-spacing,0);line-height:var(--cds-body-compact-02-line-height,1.375);padding-block-end:.5rem}.c4p--empty-state .c4p--empty-state__subtitle--small{font-size:var(--cds-label-01-font-size,.75rem);font-weight:var(--cds-label-01-font-weight,400);letter-spacing:var(--cds-label-01-letter-spacing,.32px);line-height:var(--cds-label-01-line-height,1.33333)}.c4p--empty-state__illustration{block-size:auto;margin-block-end:1rem}.c4p--empty-state__illustration.c4p--empty-state__illustration--lg{max-inline-size:5rem;min-inline-size:5rem}.c4p--empty-state__illustration.c4p--empty-state__illustration--sm{max-inline-size:4rem;min-inline-size:4rem}.c4p--empty-state-position--top{flex-direction:column}.c4p--empty-state-position--right{flex-direction:row-reverse}.c4p--empty-state-position--bottom{flex-direction:column-reverse}.c4p--empty-state-position--left{flex-direction:row}.c4p--empty-state .c4p--empty-state__action-button{display:block;margin-block-end:1rem}.c4p--empty-state .c4p--empty-state__link{display:inline-block}@keyframes notifications-panel-fade-in{0%{opacity:0;transform:translateY(-38.5rem)}to{opacity:1;transform:translateY(0)}}@keyframes notifications-panel-fade-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-38.5rem)}}@keyframes notifications-panel-entrance-reduced{0%{opacity:0}to{opacity:1}}@keyframes notifications-panel-exit-reduced{0%{opacity:1}to{opacity:0}}.c4p--notifications-panel__entrance{animation:notifications-panel-fade-in .24s cubic-bezier(.2,0,.38,.9)}.c4p--notifications-panel__exit{animation:notifications-panel-fade-out .24s cubic-bezier(.2,0,.38,.9) forwards}@media (prefers-reduced-motion){.c4p--notifications-panel__entrance{animation:notifications-panel-entrance-reduced .15s cubic-bezier(.2,0,1,.9) forwards}.c4p--notifications-panel__exit{animation:notifications-panel-exit-reduced .15s cubic-bezier(.2,0,1,.9) forwards}}.c4p--notifications-panel__container{background-color:var(--cds-layer-01,#f4f4f4);border-block-end:1px solid var(--cds-border-subtle-02,#e0e0e0);border-inline-start:1px solid var(--cds-border-subtle-02,#e0e0e0);box-shadow:0 .125rem .25rem var(--cds-overlay,rgba(0,0,0,.6));color:var(--cds-text-primary,#161616);inset-block-start:3rem;inset-inline-end:0;max-block-size:38.5rem;max-inline-size:22.75rem;min-block-size:38.5rem;min-inline-size:20rem;overflow:auto;position:fixed;transition:transform .11s cubic-bezier(.2,0,.38,.9);z-index:2}.c4p--notifications-panel__container .c4p--notifications-panel__header-container{background-color:var(--cds-layer-01,#f4f4f4);border-block-end:1px solid var(--cds-border-subtle-01,#c6c6c6);inset-block-start:0;padding:.5rem 1rem;position:sticky;z-index:2}.c4p--notifications-panel__container .c4p--notifications-panel__header-container .c4p--notifications-panel__header-flex{align-items:center;display:flex;justify-content:space-between}.c4p--notifications-panel__container .c4p--notifications-panel__header-container .c4p--notifications-panel__do-not-disturb-toggle{padding-block-end:.5rem}.c4p--notifications-panel__container .c4p--notifications-panel__header-container .c4p--notifications-panel__do-not-disturb-toggle .cds-custom--toggle__label-text{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--notifications-panel__container .c4p--notifications-panel__header-container .c4p--notifications-panel__dismiss-button{color:var(--cds-text-primary,#161616)}.c4p--notifications-panel__container .c4p--notifications-panel__header-container .c4p--notifications-panel__header{font-size:var(--cds-heading-compact-01-font-size,.875rem);font-weight:var(--cds-heading-compact-01-font-weight,600);letter-spacing:var(--cds-heading-compact-01-letter-spacing,.16px);line-height:var(--cds-heading-compact-01-line-height,1.28572);margin:0}.c4p--notifications-panel__container .c4p--notifications-panel__time-section-label{background-color:var(--cds-layer-01,#f4f4f4);color:var(--cds-text-secondary,#525252);font-size:var(--cds-label-01-font-size,.75rem);font-weight:var(--cds-label-01-font-weight,400);font-weight:600;inset-block-start:3.0625rem;letter-spacing:var(--cds-label-01-letter-spacing,.32px);line-height:var(--cds-label-01-line-height,1.33333);padding:.5rem 1rem;position:sticky;z-index:2}.c4p--notifications-panel__container .c4p--notifications-panel__notification:focus,.c4p--notifications-panel__container .c4p--notifications-panel__notification:hover{background-color:var(--cds-layer-accent-01,#e0e0e0)}.c4p--notifications-panel__container .c4p--notifications-panel__notification:focus .c4p--notifications-panel__dismiss-single-button,.c4p--notifications-panel__container .c4p--notifications-panel__notification:hover .c4p--notifications-panel__dismiss-single-button{opacity:1}.c4p--notifications-panel__container .c4p--notifications-panel__notification:focus{border-color:var(--cds-focus,#0f62fe);box-shadow:inset 0 0 0 2px var(--cds-focus,#0f62fe),inset 0 0 0 2px var(--cds-background,#fff);outline:0}.c4p--notifications-panel__container .c4p--notifications-panel__notification{align-items:flex-start;background-color:var(--cds-layer-01,#f4f4f4);border:0;cursor:pointer;display:flex;inline-size:100%;min-block-size:6.25rem;padding:1rem;position:relative;text-align:start;transition:background-color .24s cubic-bezier(.2,0,.38,.9)}.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-title{color:var(--cds-text-secondary,#525252);font-size:var(--cds-heading-01-font-size,.875rem);font-weight:var(--cds-heading-01-font-weight,600);font-weight:400;letter-spacing:var(--cds-heading-01-letter-spacing,.16px);line-height:var(--cds-heading-01-line-height,1.42857);margin-block-end:.25rem}.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-title.c4p--notifications-panel__notification-title-unread{color:var(--cds-text-secondary,#525252);font-weight:600;margin-block-end:.25rem}.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notifications-link{font-size:var(--cds-label-01-font-size,.75rem);font-weight:var(--cds-label-01-font-weight,400);letter-spacing:var(--cds-label-01-letter-spacing,.32px);line-height:var(--cds-label-01-line-height,1.33333)}.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-status-icon{margin-inline-end:.5rem;min-inline-size:1rem}.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-status-icon.c4p--notifications-panel__notification-status-icon-error{fill:var(--cds-support-error,#da1e28)}.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-status-icon.c4p--notifications-panel__notification-status-icon-success{fill:var(--cds-support-success,#24a148)}.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-status-icon.c4p--notifications-panel__notification-status-icon-warning{fill:var(--cds-support-warning,#f1c21b)}.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-status-icon.c4p--notifications-panel__notification-status-icon-informational{fill:var(--cds-support-info,#0043ce)}.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-content .c4p--notifications-panel__notification-time-label{margin-block-end:.5rem}.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-content .c4p--notifications-panel__notification-description,.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-content .c4p--notifications-panel__notification-time-label{color:var(--cds-text-secondary,#525252);font-size:var(--cds-label-01-font-size,.75rem);font-weight:var(--cds-label-01-font-weight,400);letter-spacing:var(--cds-label-01-letter-spacing,.32px);line-height:var(--cds-label-01-line-height,1.33333)}.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-content .c4p--notifications-panel__notification-description.c4p--notifications-panel__notification-short-description{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2}.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-content .c4p--notifications-panel__notification-description.c4p--notifications-panel__notification-long-description{display:block;overflow:initial;-webkit-line-clamp:initial;line-clamp:none}.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-content .c4p--notifications-panel__notification-read-less-button,.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-content .c4p--notifications-panel__notification-read-more-button{align-items:center;display:flex;font-size:var(--cds-label-01-font-size,.75rem);font-weight:var(--cds-label-01-font-weight,400);letter-spacing:var(--cds-label-01-letter-spacing,.32px);line-height:var(--cds-label-01-line-height,1.33333);min-inline-size:5.5rem;padding:0}.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-content .c4p--notifications-panel__notification-read-less-button .cds-custom--btn__icon,.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-content .c4p--notifications-panel__notification-read-more-button .cds-custom--btn__icon{transition:transform .24s ease}@media (prefers-reduced-motion:reduce){.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-content .c4p--notifications-panel__notification-read-less-button .cds-custom--btn__icon,.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-content .c4p--notifications-panel__notification-read-more-button .cds-custom--btn__icon{transition:none}}.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-content .c4p--notifications-panel__notification-read-less-button.c4p--notifications-panel__notification-read-more-button .cds-custom--btn__icon,.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-content .c4p--notifications-panel__notification-read-more-button.c4p--notifications-panel__notification-read-more-button .cds-custom--btn__icon{transform:rotate(0deg)}.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-content .c4p--notifications-panel__notification-read-less-button.c4p--notifications-panel__notification-read-less-button .cds-custom--btn__icon,.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-content .c4p--notifications-panel__notification-read-more-button.c4p--notifications-panel__notification-read-less-button .cds-custom--btn__icon{transform:rotate(180deg)}.c4p--notifications-panel__container .c4p--notifications-panel__notification .cds-custom--popover-container{position:static}.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__dismiss-single-button{align-items:center;color:var(--cds-text-primary,#161616);display:flex;inset-block-start:0;inset-inline-end:0;justify-content:center;min-inline-size:2rem;opacity:0;padding:0;position:absolute}.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__dismiss-single-button:focus,.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__dismiss-single-button:hover{opacity:1}.c4p--notifications-panel__container .c4p--notifications-panel__notification-previous:not(:first-of-type):before,.c4p--notifications-panel__container .c4p--notifications-panel__notification-today:not(:first-of-type):before,.c4p--notifications-panel__container .c4p--notifications-panel__notification-yesterday:not(:first-of-type):before{background-color:var(--cds-border-subtle-01,#c6c6c6);block-size:1px;content:\"\";inline-size:calc(100% - 2rem);inset-block-start:0;margin:0 auto;position:absolute;transition:background-color .24s cubic-bezier(.2,0,.38,.9)}.c4p--notifications-panel__container .c4p--notifications-panel__notification-previous:hover+.c4p--notifications-panel__notification-previous:not(:first-of-type):before,.c4p--notifications-panel__container .c4p--notifications-panel__notification-today:hover+.c4p--notifications-panel__notification-today:not(:first-of-type):before,.c4p--notifications-panel__container .c4p--notifications-panel__notification-yesterday:hover+.c4p--notifications-panel__notification-yesterday:not(:first-of-type):before{background-color:transparent}.c4p--notifications-panel__container .c4p--notifications-panel__main-section-empty.c4p--notifications-panel__main-section{align-items:center;block-size:100%;display:flex;justify-content:center;margin-block-start:10rem;min-block-size:0}.c4p--notifications-panel__container .c4p--notifications-panel__main-section-empty.c4p--notifications-panel__main-section .c4p-subtext{font-size:var(--cds-body-compact-01-font-size,.875rem);font-weight:var(--cds-body-compact-01-font-weight,400);letter-spacing:var(--cds-body-compact-01-letter-spacing,.16px);line-height:var(--cds-body-compact-01-line-height,1.28572)}.c4p--notifications-panel__container .c4p--notifications-panel__main-section{min-block-size:498px}.c4p--notifications-panel__container .c4p--notifications-panel__bottom-actions{align-items:center;background-color:var(--cds-layer-01,#f4f4f4);block-size:2.5rem;border-block-start:1px solid var(--cds-border-subtle-01,#c6c6c6);display:flex;inset-block-end:0;min-block-size:2.5rem;position:sticky;z-index:2}.c4p--notifications-panel__container .c4p--notifications-panel__bottom-actions .c4p--notifications-panel__view-all-button{align-items:center;block-size:2.5rem;border-inline-end:1px solid var(--cds-border-subtle-01,#c6c6c6);color:var(--cds-text-primary,#161616);display:flex;inline-size:100%;max-inline-size:calc(100% - 2.5rem);min-block-size:2.5rem}.c4p--notifications-panel__container .c4p--notifications-panel__bottom-actions .c4p--notifications-panel__settings-button{align-items:center;block-size:2.5rem;color:var(--cds-text-primary,#161616);display:flex;justify-content:center;min-block-size:2.5rem;min-inline-size:2.5rem;padding:0}.c4p--notifications-panel__container .c4p--notifications-panel__bottom-actions .c4p--notifications-panel__settings-button .cds-custom--btn__icon{margin:0}.c4p--notifications-panel__header-container:has(.c4p--notifications-panel__do-not-disturb-toggle)+.c4p--notifications-panel__main-section .c4p--notifications-panel__time-section-label{inset-block-start:4.8125rem}:host(c4p-notification-panel) .c4p--notifications-panel__do-not-disturb-toggle{display:block}:host(c4p-notification-panel) ::slotted(.c4p--notifications-panel__bottom-actions){align-items:center;display:flex}.c4p--notifications-panel__header-container{--cds-heading-06-font-size:--cds-heading-compact-01-font-size;--cds-heading-06-font-weight:--cds-heading-compact-01-font-weight;--cds-heading-06-line-height:--cds-heading-compact-01-line-height;--cds-heading-06-letter-spacing:--cds-heading-compact-01-letter-spacing}.c4p--notifications-panel__dismiss-button{--cds-link-primary:--cds-text-primary;--cds-link-primary-hover:--cds-text-primary}.c4p--notifications-panel__bottom-actions-container{background-color:var(--cds-layer-01,#f4f4f4);block-size:2.5rem;border-block-start:1px solid var(--cds-border-subtle-01,#c6c6c6);inset-block-end:0;min-block-size:2.5rem;position:sticky;z-index:2}"]);
11
+
12
+ export { styles as default };
13
+ //# sourceMappingURL=notification-panel.scss.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"notification-panel.scss.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;"}