@carbon/ibm-products-web-components 0.35.0 → 0.36.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 (1362) hide show
  1. package/custom-elements.json +4 -4
  2. package/es/_virtual/_@oxc-project_runtime@0.112.0/helpers/decorate.js +17 -0
  3. package/es/components/about-modal/about-modal.d.ts +1 -0
  4. package/es/components/about-modal/about-modal.d.ts.map +1 -0
  5. package/es/components/about-modal/about-modal.js +114 -169
  6. package/es/components/about-modal/about-modal.js.map +1 -1
  7. package/es/components/about-modal/about-modal.scss.js +7 -5
  8. package/es/components/about-modal/about-modal.scss.js.map +1 -1
  9. package/es/components/about-modal/index.d.ts +1 -0
  10. package/es/components/about-modal/index.d.ts.map +1 -0
  11. package/es/components/about-modal/index.js +2 -3
  12. package/es/components/big-number/big-number-skeleton.d.ts +1 -0
  13. package/es/components/big-number/big-number-skeleton.d.ts.map +1 -0
  14. package/es/components/big-number/big-number-skeleton.js +45 -38
  15. package/es/components/big-number/big-number-skeleton.js.map +1 -1
  16. package/es/components/big-number/big-number-skeleton.scss.js +7 -5
  17. package/es/components/big-number/big-number-skeleton.scss.js.map +1 -1
  18. package/es/components/big-number/big-number.d.ts +1 -0
  19. package/es/components/big-number/big-number.d.ts.map +1 -0
  20. package/es/components/big-number/big-number.js +106 -141
  21. package/es/components/big-number/big-number.js.map +1 -1
  22. package/es/components/big-number/big-number.scss.js +7 -5
  23. package/es/components/big-number/big-number.scss.js.map +1 -1
  24. package/es/components/big-number/constants.d.ts +1 -0
  25. package/es/components/big-number/constants.d.ts.map +1 -0
  26. package/es/components/big-number/constants.js +23 -21
  27. package/es/components/big-number/constants.js.map +1 -1
  28. package/es/components/big-number/index.d.ts +1 -0
  29. package/es/components/big-number/index.d.ts.map +1 -0
  30. package/es/components/big-number/index.js +3 -4
  31. package/es/components/checklist/checklist-chart.d.ts +1 -0
  32. package/es/components/checklist/checklist-chart.d.ts.map +1 -0
  33. package/es/components/checklist/checklist-chart.js +54 -65
  34. package/es/components/checklist/checklist-chart.js.map +1 -1
  35. package/es/components/checklist/checklist-group.d.ts +1 -0
  36. package/es/components/checklist/checklist-group.d.ts.map +1 -0
  37. package/es/components/checklist/checklist-group.js +39 -40
  38. package/es/components/checklist/checklist-group.js.map +1 -1
  39. package/es/components/checklist/checklist-icon.d.ts +1 -0
  40. package/es/components/checklist/checklist-icon.d.ts.map +1 -0
  41. package/es/components/checklist/checklist-icon.js +48 -57
  42. package/es/components/checklist/checklist-icon.js.map +1 -1
  43. package/es/components/checklist/checklist-item.d.ts +1 -0
  44. package/es/components/checklist/checklist-item.d.ts.map +1 -0
  45. package/es/components/checklist/checklist-item.js +88 -105
  46. package/es/components/checklist/checklist-item.js.map +1 -1
  47. package/es/components/checklist/checklist.d.ts +1 -0
  48. package/es/components/checklist/checklist.d.ts.map +1 -0
  49. package/es/components/checklist/checklist.js +128 -137
  50. package/es/components/checklist/checklist.js.map +1 -1
  51. package/es/components/checklist/checklist.scss.js +7 -5
  52. package/es/components/checklist/checklist.scss.js.map +1 -1
  53. package/es/components/checklist/checklist.types.d.ts +1 -0
  54. package/es/components/checklist/checklist.types.d.ts.map +1 -0
  55. package/es/components/checklist/checklist.types.js +25 -23
  56. package/es/components/checklist/checklist.types.js.map +1 -1
  57. package/es/components/checklist/index.d.ts +1 -0
  58. package/es/components/checklist/index.d.ts.map +1 -0
  59. package/es/components/checklist/index.js +6 -7
  60. package/es/components/coachmark/coachmark-beacon/coachmark-beacon.d.ts +1 -2
  61. package/es/components/coachmark/coachmark-beacon/coachmark-beacon.d.ts.map +1 -0
  62. package/es/components/coachmark/coachmark-beacon/coachmark-beacon.js +91 -105
  63. package/es/components/coachmark/coachmark-beacon/coachmark-beacon.js.map +1 -1
  64. package/es/components/coachmark/coachmark-beacon/coachmark-beacon.scss.js +7 -5
  65. package/es/components/coachmark/coachmark-beacon/coachmark-beacon.scss.js.map +1 -1
  66. package/es/components/coachmark/coachmark-beacon/defs.d.ts +1 -0
  67. package/es/components/coachmark/coachmark-beacon/defs.d.ts.map +1 -0
  68. package/es/components/coachmark/coachmark-beacon/defs.js +17 -15
  69. package/es/components/coachmark/coachmark-beacon/defs.js.map +1 -1
  70. package/es/components/coachmark/coachmark-beacon/index.d.ts +1 -0
  71. package/es/components/coachmark/coachmark-beacon/index.d.ts.map +1 -0
  72. package/es/components/coachmark/coachmark-beacon/index.js +2 -3
  73. package/es/components/coachmark/coachmark-body.d.ts +1 -0
  74. package/es/components/coachmark/coachmark-body.d.ts.map +1 -0
  75. package/es/components/coachmark/coachmark-body.js +30 -28
  76. package/es/components/coachmark/coachmark-body.js.map +1 -1
  77. package/es/components/coachmark/coachmark-body.scss.js +7 -5
  78. package/es/components/coachmark/coachmark-body.scss.js.map +1 -1
  79. package/es/components/coachmark/coachmark-context.d.ts +1 -0
  80. package/es/components/coachmark/coachmark-context.d.ts.map +1 -0
  81. package/es/components/coachmark/coachmark-context.js +26 -23
  82. package/es/components/coachmark/coachmark-context.js.map +1 -1
  83. package/es/components/coachmark/coachmark-header.d.ts +1 -0
  84. package/es/components/coachmark/coachmark-header.d.ts.map +1 -0
  85. package/es/components/coachmark/coachmark-header.js +64 -71
  86. package/es/components/coachmark/coachmark-header.js.map +1 -1
  87. package/es/components/coachmark/coachmark-header.scss.js +7 -5
  88. package/es/components/coachmark/coachmark-header.scss.js.map +1 -1
  89. package/es/components/coachmark/coachmark-tagline/coachmark-tagline.d.ts +1 -2
  90. package/es/components/coachmark/coachmark-tagline/coachmark-tagline.d.ts.map +1 -0
  91. package/es/components/coachmark/coachmark-tagline/coachmark-tagline.js +101 -104
  92. package/es/components/coachmark/coachmark-tagline/coachmark-tagline.js.map +1 -1
  93. package/es/components/coachmark/coachmark-tagline/coachmark-tagline.scss.js +7 -5
  94. package/es/components/coachmark/coachmark-tagline/coachmark-tagline.scss.js.map +1 -1
  95. package/es/components/coachmark/coachmark-tagline/index.d.ts +1 -0
  96. package/es/components/coachmark/coachmark-tagline/index.d.ts.map +1 -0
  97. package/es/components/coachmark/coachmark-tagline/index.js +2 -3
  98. package/es/components/coachmark/coachmark.d.ts +2 -0
  99. package/es/components/coachmark/coachmark.d.ts.map +1 -0
  100. package/es/components/coachmark/coachmark.js +128 -156
  101. package/es/components/coachmark/coachmark.js.map +1 -1
  102. package/es/components/coachmark/coachmark.scss.js +7 -5
  103. package/es/components/coachmark/coachmark.scss.js.map +1 -1
  104. package/es/components/coachmark/index.d.ts +1 -0
  105. package/es/components/coachmark/index.d.ts.map +1 -0
  106. package/es/components/coachmark/index.js +4 -5
  107. package/es/components/full-page-error/assets/error403SVG.js +12 -15
  108. package/es/components/full-page-error/assets/error403SVG.js.map +1 -1
  109. package/es/components/full-page-error/assets/error404SVG.js +12 -13
  110. package/es/components/full-page-error/assets/error404SVG.js.map +1 -1
  111. package/es/components/full-page-error/assets/errorGenericSVG.js +12 -13
  112. package/es/components/full-page-error/assets/errorGenericSVG.js.map +1 -1
  113. package/es/components/full-page-error/full-page-error.d.ts +1 -0
  114. package/es/components/full-page-error/full-page-error.d.ts.map +1 -0
  115. package/es/components/full-page-error/full-page-error.js +62 -63
  116. package/es/components/full-page-error/full-page-error.js.map +1 -1
  117. package/es/components/full-page-error/full-page-error.scss.js +7 -5
  118. package/es/components/full-page-error/full-page-error.scss.js.map +1 -1
  119. package/es/components/full-page-error/index.d.ts +1 -0
  120. package/es/components/full-page-error/index.d.ts.map +1 -0
  121. package/es/components/full-page-error/index.js +2 -3
  122. package/es/components/full-page-error/types.d.ts +1 -0
  123. package/es/components/full-page-error/types.d.ts.map +1 -0
  124. package/es/components/full-page-error/types.js +17 -15
  125. package/es/components/full-page-error/types.js.map +1 -1
  126. package/es/components/guide-banner/guide-banner-element.d.ts +1 -0
  127. package/es/components/guide-banner/guide-banner-element.d.ts.map +1 -0
  128. package/es/components/guide-banner/guide-banner-element.js +31 -29
  129. package/es/components/guide-banner/guide-banner-element.js.map +1 -1
  130. package/es/components/guide-banner/guide-banner-element.scss.js +7 -5
  131. package/es/components/guide-banner/guide-banner-element.scss.js.map +1 -1
  132. package/es/components/guide-banner/guide-banner.d.ts +1 -0
  133. package/es/components/guide-banner/guide-banner.d.ts.map +1 -0
  134. package/es/components/guide-banner/guide-banner.js +100 -102
  135. package/es/components/guide-banner/guide-banner.js.map +1 -1
  136. package/es/components/guide-banner/guide-banner.scss.js +7 -5
  137. package/es/components/guide-banner/guide-banner.scss.js.map +1 -1
  138. package/es/components/guide-banner/index.d.ts +1 -0
  139. package/es/components/guide-banner/index.d.ts.map +1 -0
  140. package/es/components/guide-banner/index.js +3 -4
  141. package/es/components/interstitial-screen/index.d.ts +1 -0
  142. package/es/components/interstitial-screen/index.d.ts.map +1 -0
  143. package/es/components/interstitial-screen/index.js +6 -7
  144. package/es/components/interstitial-screen/interstitial-screen-body-item.d.ts +1 -0
  145. package/es/components/interstitial-screen/interstitial-screen-body-item.d.ts.map +1 -0
  146. package/es/components/interstitial-screen/interstitial-screen-body-item.js +53 -59
  147. package/es/components/interstitial-screen/interstitial-screen-body-item.js.map +1 -1
  148. package/es/components/interstitial-screen/interstitial-screen-body-item.scss.js +7 -5
  149. package/es/components/interstitial-screen/interstitial-screen-body-item.scss.js.map +1 -1
  150. package/es/components/interstitial-screen/interstitial-screen-body.d.ts +1 -0
  151. package/es/components/interstitial-screen/interstitial-screen-body.d.ts.map +1 -0
  152. package/es/components/interstitial-screen/interstitial-screen-body.js +125 -142
  153. package/es/components/interstitial-screen/interstitial-screen-body.js.map +1 -1
  154. package/es/components/interstitial-screen/interstitial-screen-body.scss.js +7 -5
  155. package/es/components/interstitial-screen/interstitial-screen-body.scss.js.map +1 -1
  156. package/es/components/interstitial-screen/interstitial-screen-context.d.ts +1 -0
  157. package/es/components/interstitial-screen/interstitial-screen-context.d.ts.map +1 -0
  158. package/es/components/interstitial-screen/interstitial-screen-context.js +44 -37
  159. package/es/components/interstitial-screen/interstitial-screen-context.js.map +1 -1
  160. package/es/components/interstitial-screen/interstitial-screen-footer.d.ts +1 -0
  161. package/es/components/interstitial-screen/interstitial-screen-footer.d.ts.map +1 -0
  162. package/es/components/interstitial-screen/interstitial-screen-footer.js +147 -205
  163. package/es/components/interstitial-screen/interstitial-screen-footer.js.map +1 -1
  164. package/es/components/interstitial-screen/interstitial-screen-footer.scss.js +7 -5
  165. package/es/components/interstitial-screen/interstitial-screen-footer.scss.js.map +1 -1
  166. package/es/components/interstitial-screen/interstitial-screen-header.d.ts +1 -0
  167. package/es/components/interstitial-screen/interstitial-screen-header.d.ts.map +1 -0
  168. package/es/components/interstitial-screen/interstitial-screen-header.js +108 -131
  169. package/es/components/interstitial-screen/interstitial-screen-header.js.map +1 -1
  170. package/es/components/interstitial-screen/interstitial-screen-header.scss.js +7 -5
  171. package/es/components/interstitial-screen/interstitial-screen-header.scss.js.map +1 -1
  172. package/es/components/interstitial-screen/interstitial-screen.d.ts +1 -0
  173. package/es/components/interstitial-screen/interstitial-screen.d.ts.map +1 -0
  174. package/es/components/interstitial-screen/interstitial-screen.js +164 -198
  175. package/es/components/interstitial-screen/interstitial-screen.js.map +1 -1
  176. package/es/components/interstitial-screen/interstitial-screen.scss.js +7 -5
  177. package/es/components/interstitial-screen/interstitial-screen.scss.js.map +1 -1
  178. package/es/components/notification-panel/date-time-context.d.ts +1 -0
  179. package/es/components/notification-panel/date-time-context.d.ts.map +1 -0
  180. package/es/components/notification-panel/date-time-context.js +11 -9
  181. package/es/components/notification-panel/date-time-context.js.map +1 -1
  182. package/es/components/notification-panel/defs.d.ts +1 -0
  183. package/es/components/notification-panel/defs.d.ts.map +1 -0
  184. package/es/components/notification-panel/defs.js +13 -2
  185. package/es/components/notification-panel/defs.js.map +1 -1
  186. package/es/components/notification-panel/index.d.ts +1 -0
  187. package/es/components/notification-panel/index.d.ts.map +1 -0
  188. package/es/components/notification-panel/index.js +4 -5
  189. package/es/components/notification-panel/notification-footer.d.ts +1 -0
  190. package/es/components/notification-panel/notification-footer.d.ts.map +1 -0
  191. package/es/components/notification-panel/notification-footer.js +89 -92
  192. package/es/components/notification-panel/notification-footer.js.map +1 -1
  193. package/es/components/notification-panel/notification-footer.scss.js +7 -5
  194. package/es/components/notification-panel/notification-footer.scss.js.map +1 -1
  195. package/es/components/notification-panel/notification-panel.d.ts +1 -0
  196. package/es/components/notification-panel/notification-panel.d.ts.map +1 -0
  197. package/es/components/notification-panel/notification-panel.js +336 -406
  198. package/es/components/notification-panel/notification-panel.js.map +1 -1
  199. package/es/components/notification-panel/notification-panel.scss.js +7 -5
  200. package/es/components/notification-panel/notification-panel.scss.js.map +1 -1
  201. package/es/components/notification-panel/notification.d.ts +1 -0
  202. package/es/components/notification-panel/notification.d.ts.map +1 -0
  203. package/es/components/notification-panel/notification.js +127 -146
  204. package/es/components/notification-panel/notification.js.map +1 -1
  205. package/es/components/notification-panel/notification.scss.js +7 -5
  206. package/es/components/notification-panel/notification.scss.js.map +1 -1
  207. package/es/components/options-tile/index.d.ts +1 -0
  208. package/es/components/options-tile/index.d.ts.map +1 -0
  209. package/es/components/options-tile/index.js +2 -3
  210. package/es/components/options-tile/options-tile.d.ts +1 -0
  211. package/es/components/options-tile/options-tile.d.ts.map +1 -0
  212. package/es/components/options-tile/options-tile.js +110 -133
  213. package/es/components/options-tile/options-tile.js.map +1 -1
  214. package/es/components/options-tile/options-tile.scss.js +7 -5
  215. package/es/components/options-tile/options-tile.scss.js.map +1 -1
  216. package/es/components/page-header/context.d.ts +1 -0
  217. package/es/components/page-header/context.d.ts.map +1 -0
  218. package/es/components/page-header/context.js +17 -15
  219. package/es/components/page-header/context.js.map +1 -1
  220. package/es/components/page-header/index.d.ts +1 -0
  221. package/es/components/page-header/index.d.ts.map +1 -0
  222. package/es/components/page-header/index.js +9 -10
  223. package/es/components/page-header/page-header-breadcrumb.d.ts +1 -0
  224. package/es/components/page-header/page-header-breadcrumb.d.ts.map +1 -0
  225. package/es/components/page-header/page-header-breadcrumb.js +66 -77
  226. package/es/components/page-header/page-header-breadcrumb.js.map +1 -1
  227. package/es/components/page-header/page-header-content-text.d.ts +1 -0
  228. package/es/components/page-header/page-header-content-text.d.ts.map +1 -0
  229. package/es/components/page-header/page-header-content-text.js +36 -40
  230. package/es/components/page-header/page-header-content-text.js.map +1 -1
  231. package/es/components/page-header/page-header-content.d.ts +1 -0
  232. package/es/components/page-header/page-header-content.d.ts.map +1 -0
  233. package/es/components/page-header/page-header-content.js +76 -99
  234. package/es/components/page-header/page-header-content.js.map +1 -1
  235. package/es/components/page-header/page-header-hero-image.d.ts +1 -0
  236. package/es/components/page-header/page-header-hero-image.d.ts.map +1 -0
  237. package/es/components/page-header/page-header-hero-image.js +28 -26
  238. package/es/components/page-header/page-header-hero-image.js.map +1 -1
  239. package/es/components/page-header/page-header-scroller.d.ts +1 -0
  240. package/es/components/page-header/page-header-scroller.d.ts.map +1 -0
  241. package/es/components/page-header/page-header-scroller.js +105 -135
  242. package/es/components/page-header/page-header-scroller.js.map +1 -1
  243. package/es/components/page-header/page-header-tabs.d.ts +1 -0
  244. package/es/components/page-header/page-header-tabs.d.ts.map +1 -0
  245. package/es/components/page-header/page-header-tabs.js +28 -26
  246. package/es/components/page-header/page-header-tabs.js.map +1 -1
  247. package/es/components/page-header/page-header-title-breadcrumb.d.ts +1 -0
  248. package/es/components/page-header/page-header-title-breadcrumb.d.ts.map +1 -0
  249. package/es/components/page-header/page-header-title-breadcrumb.js +53 -55
  250. package/es/components/page-header/page-header-title-breadcrumb.js.map +1 -1
  251. package/es/components/page-header/page-header.d.ts +1 -0
  252. package/es/components/page-header/page-header.d.ts.map +1 -0
  253. package/es/components/page-header/page-header.js +117 -116
  254. package/es/components/page-header/page-header.js.map +1 -1
  255. package/es/components/page-header/page-header.scss.js +7 -5
  256. package/es/components/page-header/page-header.scss.js.map +1 -1
  257. package/es/components/page-header/utils.d.ts +1 -0
  258. package/es/components/page-header/utils.d.ts.map +1 -0
  259. package/es/components/page-header/utils.js +46 -72
  260. package/es/components/page-header/utils.js.map +1 -1
  261. package/es/components/side-panel/defs.d.ts +5 -0
  262. package/es/components/side-panel/defs.d.ts.map +1 -0
  263. package/es/components/side-panel/defs.js +47 -41
  264. package/es/components/side-panel/defs.js.map +1 -1
  265. package/es/components/side-panel/index.d.ts +1 -0
  266. package/es/components/side-panel/index.d.ts.map +1 -0
  267. package/es/components/side-panel/index.js +2 -3
  268. package/es/components/side-panel/side-panel.d.ts +1 -0
  269. package/es/components/side-panel/side-panel.d.ts.map +1 -0
  270. package/es/components/side-panel/side-panel.js +540 -729
  271. package/es/components/side-panel/side-panel.js.map +1 -1
  272. package/es/components/side-panel/side-panel.scss.js +7 -5
  273. package/es/components/side-panel/side-panel.scss.js.map +1 -1
  274. package/es/components/tearsheet/defs.d.ts +1 -0
  275. package/es/components/tearsheet/defs.d.ts.map +1 -0
  276. package/es/components/tearsheet/defs.js +32 -30
  277. package/es/components/tearsheet/defs.js.map +1 -1
  278. package/es/components/tearsheet/index.d.ts +1 -0
  279. package/es/components/tearsheet/index.d.ts.map +1 -0
  280. package/es/components/tearsheet/index.js +2 -3
  281. package/es/components/tearsheet/story-styles.scss.js +7 -5
  282. package/es/components/tearsheet/story-styles.scss.js.map +1 -1
  283. package/es/components/tearsheet/tearsheet.d.ts +1 -0
  284. package/es/components/tearsheet/tearsheet.d.ts.map +1 -0
  285. package/es/components/tearsheet/tearsheet.js +413 -567
  286. package/es/components/tearsheet/tearsheet.js.map +1 -1
  287. package/es/components/tearsheet/tearsheet.scss.js +7 -5
  288. package/es/components/tearsheet/tearsheet.scss.js.map +1 -1
  289. package/es/components/tearsheet/utils.d.ts +1 -0
  290. package/es/components/tearsheet/utils.d.ts.map +1 -0
  291. package/es/components/tearsheet/utils.js +117 -146
  292. package/es/components/tearsheet/utils.js.map +1 -1
  293. package/es/components/tearsheet-preview/index.d.ts +1 -0
  294. package/es/components/tearsheet-preview/index.d.ts.map +1 -0
  295. package/es/components/tearsheet-preview/index.js +10 -11
  296. package/es/components/tearsheet-preview/stack-signal.d.ts +1 -0
  297. package/es/components/tearsheet-preview/stack-signal.d.ts.map +1 -0
  298. package/es/components/tearsheet-preview/stack-signal.js +84 -90
  299. package/es/components/tearsheet-preview/stack-signal.js.map +1 -1
  300. package/es/components/tearsheet-preview/tearsheet-body.d.ts +1 -0
  301. package/es/components/tearsheet-preview/tearsheet-body.d.ts.map +1 -0
  302. package/es/components/tearsheet-preview/tearsheet-body.js +88 -111
  303. package/es/components/tearsheet-preview/tearsheet-body.js.map +1 -1
  304. package/es/components/tearsheet-preview/tearsheet-footer.d.ts +1 -0
  305. package/es/components/tearsheet-preview/tearsheet-footer.d.ts.map +1 -0
  306. package/es/components/tearsheet-preview/tearsheet-footer.js +38 -41
  307. package/es/components/tearsheet-preview/tearsheet-footer.js.map +1 -1
  308. package/es/components/tearsheet-preview/tearsheet-header-content.d.ts +1 -0
  309. package/es/components/tearsheet-preview/tearsheet-header-content.d.ts.map +1 -0
  310. package/es/components/tearsheet-preview/tearsheet-header-content.js +82 -118
  311. package/es/components/tearsheet-preview/tearsheet-header-content.js.map +1 -1
  312. package/es/components/tearsheet-preview/tearsheet-header-content.scss.js +7 -5
  313. package/es/components/tearsheet-preview/tearsheet-header-content.scss.js.map +1 -1
  314. package/es/components/tearsheet-preview/tearsheet-header.d.ts +1 -0
  315. package/es/components/tearsheet-preview/tearsheet-header.d.ts.map +1 -0
  316. package/es/components/tearsheet-preview/tearsheet-header.js +135 -177
  317. package/es/components/tearsheet-preview/tearsheet-header.js.map +1 -1
  318. package/es/components/tearsheet-preview/tearsheet-header.scss.js +7 -5
  319. package/es/components/tearsheet-preview/tearsheet-header.scss.js.map +1 -1
  320. package/es/components/tearsheet-preview/tearsheet-influencer.d.ts +1 -0
  321. package/es/components/tearsheet-preview/tearsheet-influencer.d.ts.map +1 -0
  322. package/es/components/tearsheet-preview/tearsheet-influencer.js +63 -72
  323. package/es/components/tearsheet-preview/tearsheet-influencer.js.map +1 -1
  324. package/es/components/tearsheet-preview/tearsheet-navigation-bar.d.ts +1 -0
  325. package/es/components/tearsheet-preview/tearsheet-navigation-bar.d.ts.map +1 -0
  326. package/es/components/tearsheet-preview/tearsheet-navigation-bar.js +36 -36
  327. package/es/components/tearsheet-preview/tearsheet-navigation-bar.js.map +1 -1
  328. package/es/components/tearsheet-preview/tearsheet-navigation-bar.scss.js +7 -5
  329. package/es/components/tearsheet-preview/tearsheet-navigation-bar.scss.js.map +1 -1
  330. package/es/components/tearsheet-preview/tearsheet-scroller.d.ts +1 -0
  331. package/es/components/tearsheet-preview/tearsheet-scroller.d.ts.map +1 -0
  332. package/es/components/tearsheet-preview/tearsheet-scroller.js +72 -85
  333. package/es/components/tearsheet-preview/tearsheet-scroller.js.map +1 -1
  334. package/es/components/tearsheet-preview/tearsheet-signal.d.ts +1 -0
  335. package/es/components/tearsheet-preview/tearsheet-signal.d.ts.map +1 -0
  336. package/es/components/tearsheet-preview/tearsheet-signal.js +31 -26
  337. package/es/components/tearsheet-preview/tearsheet-signal.js.map +1 -1
  338. package/es/components/tearsheet-preview/tearsheet-summary-content.d.ts +1 -0
  339. package/es/components/tearsheet-preview/tearsheet-summary-content.d.ts.map +1 -0
  340. package/es/components/tearsheet-preview/tearsheet-summary-content.js +68 -75
  341. package/es/components/tearsheet-preview/tearsheet-summary-content.js.map +1 -1
  342. package/es/components/tearsheet-preview/tearsheet.d.ts +1 -0
  343. package/es/components/tearsheet-preview/tearsheet.d.ts.map +1 -0
  344. package/es/components/tearsheet-preview/tearsheet.js +245 -382
  345. package/es/components/tearsheet-preview/tearsheet.js.map +1 -1
  346. package/es/components/tearsheet-preview/tearsheet.scss.js +7 -5
  347. package/es/components/tearsheet-preview/tearsheet.scss.js.map +1 -1
  348. package/es/components/truncated-text/index.d.ts +1 -0
  349. package/es/components/truncated-text/index.d.ts.map +1 -0
  350. package/es/components/truncated-text/index.js +2 -3
  351. package/es/components/truncated-text/truncated-text.d.ts +1 -0
  352. package/es/components/truncated-text/truncated-text.d.ts.map +1 -0
  353. package/es/components/truncated-text/truncated-text.js +175 -216
  354. package/es/components/truncated-text/truncated-text.js.map +1 -1
  355. package/es/components/truncated-text/truncated-text.scss.js +7 -5
  356. package/es/components/truncated-text/truncated-text.scss.js.map +1 -1
  357. package/es/components/user-avatar/index.d.ts +1 -0
  358. package/es/components/user-avatar/index.d.ts.map +1 -0
  359. package/es/components/user-avatar/index.js +2 -3
  360. package/es/components/user-avatar/user-avatar.d.ts +1 -2
  361. package/es/components/user-avatar/user-avatar.d.ts.map +1 -0
  362. package/es/components/user-avatar/user-avatar.js +96 -110
  363. package/es/components/user-avatar/user-avatar.js.map +1 -1
  364. package/es/components/user-avatar/user-avatar.scss.js +7 -5
  365. package/es/components/user-avatar/user-avatar.scss.js.map +1 -1
  366. package/es/globals/internal/handle.d.ts +1 -0
  367. package/es/globals/internal/handle.d.ts.map +1 -0
  368. package/es/globals/internal/handle.js +1 -2
  369. package/es/globals/internal/pconsole.d.ts +1 -0
  370. package/es/globals/internal/pconsole.d.ts.map +1 -0
  371. package/es/globals/internal/pconsole.js +15 -19
  372. package/es/globals/internal/pconsole.js.map +1 -1
  373. package/es/globals/internal/storybook-cdn.js +35 -37
  374. package/es/globals/internal/storybook-cdn.js.map +1 -1
  375. package/es/globals/js/utils/collapsible-controller.d.ts +1 -0
  376. package/es/globals/js/utils/collapsible-controller.d.ts.map +1 -0
  377. package/es/globals/js/utils/collapsible-controller.js +48 -63
  378. package/es/globals/js/utils/collapsible-controller.js.map +1 -1
  379. package/es/globals/js/utils/getSupportedLocale.d.ts +1 -0
  380. package/es/globals/js/utils/getSupportedLocale.d.ts.map +1 -0
  381. package/es/globals/js/utils/getSupportedLocale.js +22 -24
  382. package/es/globals/js/utils/getSupportedLocale.js.map +1 -1
  383. package/es/globals/js/utils/match-media-controller.d.ts +1 -0
  384. package/es/globals/js/utils/match-media-controller.d.ts.map +1 -0
  385. package/es/globals/js/utils/match-media-controller.js +23 -21
  386. package/es/globals/js/utils/match-media-controller.js.map +1 -1
  387. package/es/globals/settings.d.ts +1 -0
  388. package/es/globals/settings.d.ts.map +1 -0
  389. package/es/globals/settings.js +15 -13
  390. package/es/globals/settings.js.map +1 -1
  391. package/es/index.d.ts +1 -0
  392. package/es/index.d.ts.map +1 -0
  393. package/es/index.js +32 -31
  394. package/es/package.js +13 -0
  395. package/es/package.js.map +1 -0
  396. package/es/utilities/makeDraggable/makeDraggable.d.ts +1 -0
  397. package/es/utilities/makeDraggable/makeDraggable.d.ts.map +1 -0
  398. package/es/utilities/makeDraggable/makeDraggable.js +98 -135
  399. package/es/utilities/makeDraggable/makeDraggable.js.map +1 -1
  400. package/es/utilities/manageFocusTrap/manageFocusTrap.d.ts +1 -0
  401. package/es/utilities/manageFocusTrap/manageFocusTrap.d.ts.map +1 -0
  402. package/es/utilities/manageFocusTrap/manageFocusTrap.js +83 -120
  403. package/es/utilities/manageFocusTrap/manageFocusTrap.js.map +1 -1
  404. package/es/utilities/snapscroll/index.d.ts +1 -0
  405. package/es/utilities/snapscroll/index.d.ts.map +1 -0
  406. package/es/utilities/snapscroll/index.js +4 -3
  407. package/es/utilities/snapscroll/snapscroll.d.ts +1 -0
  408. package/es/utilities/snapscroll/snapscroll.d.ts.map +1 -0
  409. package/es/utilities/snapscroll/snapscroll.js +134 -175
  410. package/es/utilities/snapscroll/snapscroll.js.map +1 -1
  411. package/{es-custom/patterns → es/utilities}/step-flow/index.d.ts +1 -0
  412. package/es/utilities/step-flow/index.d.ts.map +1 -0
  413. package/es/{components/page-header/_story-assets/set-of-tags → utilities/step-flow}/index.js +3 -3
  414. package/{lib/patterns → es/utilities}/step-flow/step-flow-signal.d.ts +1 -0
  415. package/es/utilities/step-flow/step-flow-signal.d.ts.map +1 -0
  416. package/es/utilities/step-flow/step-flow-signal.js +70 -0
  417. package/es/utilities/step-flow/step-flow-signal.js.map +1 -0
  418. package/es/{patterns → utilities}/step-flow/step-group.d.ts +1 -0
  419. package/es/utilities/step-flow/step-group.d.ts.map +1 -0
  420. package/es/utilities/step-flow/step-group.js +28 -0
  421. package/es/utilities/step-flow/step-group.js.map +1 -0
  422. package/es-custom/_virtual/_@oxc-project_runtime@0.112.0/helpers/decorate.js +17 -0
  423. package/es-custom/components/about-modal/about-modal.js +113 -168
  424. package/es-custom/components/about-modal/about-modal.js.map +1 -1
  425. package/es-custom/components/about-modal/about-modal.scss.js +7 -5
  426. package/es-custom/components/about-modal/about-modal.scss.js.map +1 -1
  427. package/es-custom/components/about-modal/index.js +2 -3
  428. package/es-custom/components/big-number/big-number-skeleton.js +43 -36
  429. package/es-custom/components/big-number/big-number-skeleton.js.map +1 -1
  430. package/es-custom/components/big-number/big-number-skeleton.scss.js +7 -5
  431. package/es-custom/components/big-number/big-number-skeleton.scss.js.map +1 -1
  432. package/es-custom/components/big-number/big-number.js +106 -141
  433. package/es-custom/components/big-number/big-number.js.map +1 -1
  434. package/es-custom/components/big-number/big-number.scss.js +7 -5
  435. package/es-custom/components/big-number/big-number.scss.js.map +1 -1
  436. package/es-custom/components/big-number/constants.js +23 -21
  437. package/es-custom/components/big-number/constants.js.map +1 -1
  438. package/es-custom/components/big-number/index.js +3 -4
  439. package/es-custom/components/checklist/checklist-chart.js +54 -65
  440. package/es-custom/components/checklist/checklist-chart.js.map +1 -1
  441. package/es-custom/components/checklist/checklist-group.js +39 -40
  442. package/es-custom/components/checklist/checklist-group.js.map +1 -1
  443. package/es-custom/components/checklist/checklist-icon.js +47 -56
  444. package/es-custom/components/checklist/checklist-icon.js.map +1 -1
  445. package/es-custom/components/checklist/checklist-item.js +88 -105
  446. package/es-custom/components/checklist/checklist-item.js.map +1 -1
  447. package/es-custom/components/checklist/checklist.js +126 -135
  448. package/es-custom/components/checklist/checklist.js.map +1 -1
  449. package/es-custom/components/checklist/checklist.scss.js +7 -5
  450. package/es-custom/components/checklist/checklist.scss.js.map +1 -1
  451. package/es-custom/components/checklist/checklist.types.js +25 -23
  452. package/es-custom/components/checklist/checklist.types.js.map +1 -1
  453. package/es-custom/components/checklist/index.js +6 -7
  454. package/es-custom/components/coachmark/coachmark-beacon/coachmark-beacon.js +90 -104
  455. package/es-custom/components/coachmark/coachmark-beacon/coachmark-beacon.js.map +1 -1
  456. package/es-custom/components/coachmark/coachmark-beacon/coachmark-beacon.scss.js +7 -5
  457. package/es-custom/components/coachmark/coachmark-beacon/coachmark-beacon.scss.js.map +1 -1
  458. package/es-custom/components/coachmark/coachmark-beacon/defs.js +17 -15
  459. package/es-custom/components/coachmark/coachmark-beacon/defs.js.map +1 -1
  460. package/es-custom/components/coachmark/coachmark-beacon/index.js +2 -3
  461. package/es-custom/components/coachmark/coachmark-body.js +30 -28
  462. package/es-custom/components/coachmark/coachmark-body.js.map +1 -1
  463. package/es-custom/components/coachmark/coachmark-body.scss.js +7 -5
  464. package/es-custom/components/coachmark/coachmark-body.scss.js.map +1 -1
  465. package/es-custom/components/coachmark/coachmark-context.js +26 -23
  466. package/es-custom/components/coachmark/coachmark-context.js.map +1 -1
  467. package/es-custom/components/coachmark/coachmark-header.js +63 -70
  468. package/es-custom/components/coachmark/coachmark-header.js.map +1 -1
  469. package/es-custom/components/coachmark/coachmark-header.scss.js +7 -5
  470. package/es-custom/components/coachmark/coachmark-header.scss.js.map +1 -1
  471. package/es-custom/components/coachmark/coachmark-tagline/coachmark-tagline.js +100 -103
  472. package/es-custom/components/coachmark/coachmark-tagline/coachmark-tagline.js.map +1 -1
  473. package/es-custom/components/coachmark/coachmark-tagline/coachmark-tagline.scss.js +7 -5
  474. package/es-custom/components/coachmark/coachmark-tagline/coachmark-tagline.scss.js.map +1 -1
  475. package/es-custom/components/coachmark/coachmark-tagline/index.js +2 -3
  476. package/es-custom/components/coachmark/coachmark.js +127 -155
  477. package/es-custom/components/coachmark/coachmark.js.map +1 -1
  478. package/es-custom/components/coachmark/coachmark.scss.js +7 -5
  479. package/es-custom/components/coachmark/coachmark.scss.js.map +1 -1
  480. package/es-custom/components/coachmark/index.js +4 -5
  481. package/es-custom/components/full-page-error/assets/error403SVG.js +12 -15
  482. package/es-custom/components/full-page-error/assets/error403SVG.js.map +1 -1
  483. package/es-custom/components/full-page-error/assets/error404SVG.js +12 -13
  484. package/es-custom/components/full-page-error/assets/error404SVG.js.map +1 -1
  485. package/es-custom/components/full-page-error/assets/errorGenericSVG.js +12 -13
  486. package/es-custom/components/full-page-error/assets/errorGenericSVG.js.map +1 -1
  487. package/es-custom/components/full-page-error/full-page-error.js +62 -63
  488. package/es-custom/components/full-page-error/full-page-error.js.map +1 -1
  489. package/es-custom/components/full-page-error/full-page-error.scss.js +7 -5
  490. package/es-custom/components/full-page-error/full-page-error.scss.js.map +1 -1
  491. package/es-custom/components/full-page-error/index.js +2 -3
  492. package/es-custom/components/full-page-error/types.js +17 -15
  493. package/es-custom/components/full-page-error/types.js.map +1 -1
  494. package/es-custom/components/guide-banner/guide-banner-element.js +31 -29
  495. package/es-custom/components/guide-banner/guide-banner-element.js.map +1 -1
  496. package/es-custom/components/guide-banner/guide-banner-element.scss.js +7 -5
  497. package/es-custom/components/guide-banner/guide-banner-element.scss.js.map +1 -1
  498. package/es-custom/components/guide-banner/guide-banner.js +99 -101
  499. package/es-custom/components/guide-banner/guide-banner.js.map +1 -1
  500. package/es-custom/components/guide-banner/guide-banner.scss.js +7 -5
  501. package/es-custom/components/guide-banner/guide-banner.scss.js.map +1 -1
  502. package/es-custom/components/guide-banner/index.js +3 -4
  503. package/es-custom/components/interstitial-screen/index.js +6 -7
  504. package/es-custom/components/interstitial-screen/interstitial-screen-body-item.js +53 -59
  505. package/es-custom/components/interstitial-screen/interstitial-screen-body-item.js.map +1 -1
  506. package/es-custom/components/interstitial-screen/interstitial-screen-body-item.scss.js +7 -5
  507. package/es-custom/components/interstitial-screen/interstitial-screen-body-item.scss.js.map +1 -1
  508. package/es-custom/components/interstitial-screen/interstitial-screen-body.js +124 -141
  509. package/es-custom/components/interstitial-screen/interstitial-screen-body.js.map +1 -1
  510. package/es-custom/components/interstitial-screen/interstitial-screen-body.scss.js +7 -5
  511. package/es-custom/components/interstitial-screen/interstitial-screen-body.scss.js.map +1 -1
  512. package/es-custom/components/interstitial-screen/interstitial-screen-context.js +44 -37
  513. package/es-custom/components/interstitial-screen/interstitial-screen-context.js.map +1 -1
  514. package/es-custom/components/interstitial-screen/interstitial-screen-footer.js +145 -203
  515. package/es-custom/components/interstitial-screen/interstitial-screen-footer.js.map +1 -1
  516. package/es-custom/components/interstitial-screen/interstitial-screen-footer.scss.js +7 -5
  517. package/es-custom/components/interstitial-screen/interstitial-screen-footer.scss.js.map +1 -1
  518. package/es-custom/components/interstitial-screen/interstitial-screen-header.js +107 -130
  519. package/es-custom/components/interstitial-screen/interstitial-screen-header.js.map +1 -1
  520. package/es-custom/components/interstitial-screen/interstitial-screen-header.scss.js +7 -5
  521. package/es-custom/components/interstitial-screen/interstitial-screen-header.scss.js.map +1 -1
  522. package/es-custom/components/interstitial-screen/interstitial-screen.js +163 -197
  523. package/es-custom/components/interstitial-screen/interstitial-screen.js.map +1 -1
  524. package/es-custom/components/interstitial-screen/interstitial-screen.scss.js +7 -5
  525. package/es-custom/components/interstitial-screen/interstitial-screen.scss.js.map +1 -1
  526. package/es-custom/components/notification-panel/date-time-context.js +11 -9
  527. package/es-custom/components/notification-panel/date-time-context.js.map +1 -1
  528. package/es-custom/components/notification-panel/defs.js +13 -2
  529. package/es-custom/components/notification-panel/defs.js.map +1 -1
  530. package/es-custom/components/notification-panel/index.js +4 -5
  531. package/es-custom/components/notification-panel/notification-footer.js +89 -92
  532. package/es-custom/components/notification-panel/notification-footer.js.map +1 -1
  533. package/es-custom/components/notification-panel/notification-footer.scss.js +7 -5
  534. package/es-custom/components/notification-panel/notification-footer.scss.js.map +1 -1
  535. package/es-custom/components/notification-panel/notification-panel.js +334 -404
  536. package/es-custom/components/notification-panel/notification-panel.js.map +1 -1
  537. package/es-custom/components/notification-panel/notification-panel.scss.js +7 -5
  538. package/es-custom/components/notification-panel/notification-panel.scss.js.map +1 -1
  539. package/es-custom/components/notification-panel/notification.js +126 -145
  540. package/es-custom/components/notification-panel/notification.js.map +1 -1
  541. package/es-custom/components/notification-panel/notification.scss.js +7 -5
  542. package/es-custom/components/notification-panel/notification.scss.js.map +1 -1
  543. package/es-custom/components/options-tile/index.js +2 -3
  544. package/es-custom/components/options-tile/options-tile.js +108 -131
  545. package/es-custom/components/options-tile/options-tile.js.map +1 -1
  546. package/es-custom/components/options-tile/options-tile.scss.js +7 -5
  547. package/es-custom/components/options-tile/options-tile.scss.js.map +1 -1
  548. package/es-custom/components/page-header/context.js +17 -15
  549. package/es-custom/components/page-header/context.js.map +1 -1
  550. package/es-custom/components/page-header/index.js +9 -10
  551. package/es-custom/components/page-header/page-header-breadcrumb.js +66 -77
  552. package/es-custom/components/page-header/page-header-breadcrumb.js.map +1 -1
  553. package/es-custom/components/page-header/page-header-content-text.js +36 -40
  554. package/es-custom/components/page-header/page-header-content-text.js.map +1 -1
  555. package/es-custom/components/page-header/page-header-content.js +75 -98
  556. package/es-custom/components/page-header/page-header-content.js.map +1 -1
  557. package/es-custom/components/page-header/page-header-hero-image.js +28 -26
  558. package/es-custom/components/page-header/page-header-hero-image.js.map +1 -1
  559. package/es-custom/components/page-header/page-header-scroller.js +104 -134
  560. package/es-custom/components/page-header/page-header-scroller.js.map +1 -1
  561. package/es-custom/components/page-header/page-header-tabs.js +28 -26
  562. package/es-custom/components/page-header/page-header-tabs.js.map +1 -1
  563. package/es-custom/components/page-header/page-header-title-breadcrumb.js +53 -55
  564. package/es-custom/components/page-header/page-header-title-breadcrumb.js.map +1 -1
  565. package/es-custom/components/page-header/page-header.js +117 -116
  566. package/es-custom/components/page-header/page-header.js.map +1 -1
  567. package/es-custom/components/page-header/page-header.scss.js +7 -5
  568. package/es-custom/components/page-header/page-header.scss.js.map +1 -1
  569. package/es-custom/components/page-header/utils.js +46 -72
  570. package/es-custom/components/page-header/utils.js.map +1 -1
  571. package/es-custom/components/side-panel/defs.js +47 -41
  572. package/es-custom/components/side-panel/defs.js.map +1 -1
  573. package/es-custom/components/side-panel/index.js +2 -3
  574. package/es-custom/components/side-panel/side-panel.js +536 -725
  575. package/es-custom/components/side-panel/side-panel.js.map +1 -1
  576. package/es-custom/components/side-panel/side-panel.scss.js +7 -5
  577. package/es-custom/components/side-panel/side-panel.scss.js.map +1 -1
  578. package/es-custom/components/tearsheet/defs.js +32 -30
  579. package/es-custom/components/tearsheet/defs.js.map +1 -1
  580. package/es-custom/components/tearsheet/index.js +2 -3
  581. package/es-custom/components/tearsheet/story-styles.scss.js +7 -5
  582. package/es-custom/components/tearsheet/story-styles.scss.js.map +1 -1
  583. package/es-custom/components/tearsheet/tearsheet.js +410 -564
  584. package/es-custom/components/tearsheet/tearsheet.js.map +1 -1
  585. package/es-custom/components/tearsheet/tearsheet.scss.js +7 -5
  586. package/es-custom/components/tearsheet/tearsheet.scss.js.map +1 -1
  587. package/es-custom/components/tearsheet/utils.js +109 -138
  588. package/es-custom/components/tearsheet/utils.js.map +1 -1
  589. package/es-custom/components/tearsheet-preview/index.js +10 -11
  590. package/es-custom/components/tearsheet-preview/stack-signal.js +84 -90
  591. package/es-custom/components/tearsheet-preview/stack-signal.js.map +1 -1
  592. package/es-custom/components/tearsheet-preview/tearsheet-body.js +87 -110
  593. package/es-custom/components/tearsheet-preview/tearsheet-body.js.map +1 -1
  594. package/es-custom/components/tearsheet-preview/tearsheet-footer.js +38 -41
  595. package/es-custom/components/tearsheet-preview/tearsheet-footer.js.map +1 -1
  596. package/es-custom/components/tearsheet-preview/tearsheet-header-content.js +81 -117
  597. package/es-custom/components/tearsheet-preview/tearsheet-header-content.js.map +1 -1
  598. package/es-custom/components/tearsheet-preview/tearsheet-header-content.scss.js +7 -5
  599. package/es-custom/components/tearsheet-preview/tearsheet-header-content.scss.js.map +1 -1
  600. package/es-custom/components/tearsheet-preview/tearsheet-header.js +134 -176
  601. package/es-custom/components/tearsheet-preview/tearsheet-header.js.map +1 -1
  602. package/es-custom/components/tearsheet-preview/tearsheet-header.scss.js +7 -5
  603. package/es-custom/components/tearsheet-preview/tearsheet-header.scss.js.map +1 -1
  604. package/es-custom/components/tearsheet-preview/tearsheet-influencer.js +63 -72
  605. package/es-custom/components/tearsheet-preview/tearsheet-influencer.js.map +1 -1
  606. package/es-custom/components/tearsheet-preview/tearsheet-navigation-bar.js +35 -35
  607. package/es-custom/components/tearsheet-preview/tearsheet-navigation-bar.js.map +1 -1
  608. package/es-custom/components/tearsheet-preview/tearsheet-navigation-bar.scss.js +7 -5
  609. package/es-custom/components/tearsheet-preview/tearsheet-navigation-bar.scss.js.map +1 -1
  610. package/es-custom/components/tearsheet-preview/tearsheet-scroller.js +69 -82
  611. package/es-custom/components/tearsheet-preview/tearsheet-scroller.js.map +1 -1
  612. package/es-custom/components/tearsheet-preview/tearsheet-signal.js +31 -26
  613. package/es-custom/components/tearsheet-preview/tearsheet-signal.js.map +1 -1
  614. package/es-custom/components/tearsheet-preview/tearsheet-summary-content.js +68 -75
  615. package/es-custom/components/tearsheet-preview/tearsheet-summary-content.js.map +1 -1
  616. package/es-custom/components/tearsheet-preview/tearsheet.js +245 -382
  617. package/es-custom/components/tearsheet-preview/tearsheet.js.map +1 -1
  618. package/es-custom/components/tearsheet-preview/tearsheet.scss.js +7 -5
  619. package/es-custom/components/tearsheet-preview/tearsheet.scss.js.map +1 -1
  620. package/es-custom/components/truncated-text/index.js +2 -3
  621. package/es-custom/components/truncated-text/truncated-text.js +172 -213
  622. package/es-custom/components/truncated-text/truncated-text.js.map +1 -1
  623. package/es-custom/components/truncated-text/truncated-text.scss.js +7 -5
  624. package/es-custom/components/truncated-text/truncated-text.scss.js.map +1 -1
  625. package/es-custom/components/user-avatar/index.js +2 -3
  626. package/es-custom/components/user-avatar/user-avatar.js +95 -109
  627. package/es-custom/components/user-avatar/user-avatar.js.map +1 -1
  628. package/es-custom/components/user-avatar/user-avatar.scss.js +7 -5
  629. package/es-custom/components/user-avatar/user-avatar.scss.js.map +1 -1
  630. package/es-custom/globals/internal/handle.js +1 -2
  631. package/es-custom/globals/internal/pconsole.js +15 -19
  632. package/es-custom/globals/internal/pconsole.js.map +1 -1
  633. package/es-custom/globals/internal/storybook-cdn.js +35 -37
  634. package/es-custom/globals/internal/storybook-cdn.js.map +1 -1
  635. package/es-custom/globals/js/utils/collapsible-controller.js +48 -63
  636. package/es-custom/globals/js/utils/collapsible-controller.js.map +1 -1
  637. package/es-custom/globals/js/utils/getSupportedLocale.js +22 -24
  638. package/es-custom/globals/js/utils/getSupportedLocale.js.map +1 -1
  639. package/es-custom/globals/js/utils/match-media-controller.js +23 -21
  640. package/es-custom/globals/js/utils/match-media-controller.js.map +1 -1
  641. package/es-custom/globals/settings.js +15 -13
  642. package/es-custom/globals/settings.js.map +1 -1
  643. package/es-custom/index.js +32 -31
  644. package/es-custom/package.js +13 -0
  645. package/es-custom/package.js.map +1 -0
  646. package/es-custom/utilities/makeDraggable/makeDraggable.js +98 -135
  647. package/es-custom/utilities/makeDraggable/makeDraggable.js.map +1 -1
  648. package/es-custom/utilities/manageFocusTrap/manageFocusTrap.js +83 -120
  649. package/es-custom/utilities/manageFocusTrap/manageFocusTrap.js.map +1 -1
  650. package/es-custom/utilities/snapscroll/index.js +4 -3
  651. package/es-custom/utilities/snapscroll/snapscroll.js +134 -175
  652. package/es-custom/utilities/snapscroll/snapscroll.js.map +1 -1
  653. package/es-custom/{components/page-header/_story-assets/set-of-tags → utilities/step-flow}/index.js +3 -3
  654. package/es-custom/utilities/step-flow/step-flow-signal.js +70 -0
  655. package/es-custom/utilities/step-flow/step-flow-signal.js.map +1 -0
  656. package/es-custom/utilities/step-flow/step-group.js +28 -0
  657. package/es-custom/utilities/step-flow/step-group.js.map +1 -0
  658. package/lib/components/about-modal/about-modal.d.ts +1 -0
  659. package/lib/components/about-modal/about-modal.d.ts.map +1 -0
  660. package/lib/components/about-modal/index.d.ts +1 -0
  661. package/lib/components/about-modal/index.d.ts.map +1 -0
  662. package/lib/components/big-number/big-number-skeleton.d.ts +1 -0
  663. package/lib/components/big-number/big-number-skeleton.d.ts.map +1 -0
  664. package/lib/components/big-number/big-number.d.ts +1 -0
  665. package/lib/components/big-number/big-number.d.ts.map +1 -0
  666. package/lib/components/big-number/constants.d.ts +1 -0
  667. package/lib/components/big-number/constants.d.ts.map +1 -0
  668. package/lib/components/big-number/index.d.ts +1 -0
  669. package/lib/components/big-number/index.d.ts.map +1 -0
  670. package/lib/components/checklist/checklist-chart.d.ts +1 -0
  671. package/lib/components/checklist/checklist-chart.d.ts.map +1 -0
  672. package/lib/components/checklist/checklist-group.d.ts +1 -0
  673. package/lib/components/checklist/checklist-group.d.ts.map +1 -0
  674. package/lib/components/checklist/checklist-icon.d.ts +1 -0
  675. package/lib/components/checklist/checklist-icon.d.ts.map +1 -0
  676. package/lib/components/checklist/checklist-item.d.ts +1 -0
  677. package/lib/components/checklist/checklist-item.d.ts.map +1 -0
  678. package/lib/components/checklist/checklist.d.ts +1 -0
  679. package/lib/components/checklist/checklist.d.ts.map +1 -0
  680. package/lib/components/checklist/checklist.types.d.ts +1 -0
  681. package/lib/components/checklist/checklist.types.d.ts.map +1 -0
  682. package/lib/components/checklist/index.d.ts +1 -0
  683. package/lib/components/checklist/index.d.ts.map +1 -0
  684. package/lib/components/coachmark/coachmark-beacon/coachmark-beacon.d.ts +1 -2
  685. package/lib/components/coachmark/coachmark-beacon/coachmark-beacon.d.ts.map +1 -0
  686. package/lib/components/coachmark/coachmark-beacon/defs.d.ts +1 -0
  687. package/lib/components/coachmark/coachmark-beacon/defs.d.ts.map +1 -0
  688. package/lib/components/coachmark/coachmark-beacon/defs.js +20 -16
  689. package/lib/components/coachmark/coachmark-beacon/defs.js.map +1 -1
  690. package/lib/components/coachmark/coachmark-beacon/index.d.ts +1 -0
  691. package/lib/components/coachmark/coachmark-beacon/index.d.ts.map +1 -0
  692. package/lib/components/coachmark/coachmark-body.d.ts +1 -0
  693. package/lib/components/coachmark/coachmark-body.d.ts.map +1 -0
  694. package/lib/components/coachmark/coachmark-context.d.ts +1 -0
  695. package/lib/components/coachmark/coachmark-context.d.ts.map +1 -0
  696. package/lib/components/coachmark/coachmark-header.d.ts +1 -0
  697. package/lib/components/coachmark/coachmark-header.d.ts.map +1 -0
  698. package/lib/components/coachmark/coachmark-tagline/coachmark-tagline.d.ts +1 -2
  699. package/lib/components/coachmark/coachmark-tagline/coachmark-tagline.d.ts.map +1 -0
  700. package/lib/components/coachmark/coachmark-tagline/index.d.ts +1 -0
  701. package/lib/components/coachmark/coachmark-tagline/index.d.ts.map +1 -0
  702. package/lib/components/coachmark/coachmark.d.ts +2 -0
  703. package/lib/components/coachmark/coachmark.d.ts.map +1 -0
  704. package/lib/components/coachmark/index.d.ts +1 -0
  705. package/lib/components/coachmark/index.d.ts.map +1 -0
  706. package/lib/components/full-page-error/full-page-error.d.ts +1 -0
  707. package/lib/components/full-page-error/full-page-error.d.ts.map +1 -0
  708. package/lib/components/full-page-error/index.d.ts +1 -0
  709. package/lib/components/full-page-error/index.d.ts.map +1 -0
  710. package/lib/components/full-page-error/types.d.ts +1 -0
  711. package/lib/components/full-page-error/types.d.ts.map +1 -0
  712. package/lib/components/guide-banner/guide-banner-element.d.ts +1 -0
  713. package/lib/components/guide-banner/guide-banner-element.d.ts.map +1 -0
  714. package/lib/components/guide-banner/guide-banner.d.ts +1 -0
  715. package/lib/components/guide-banner/guide-banner.d.ts.map +1 -0
  716. package/lib/components/guide-banner/index.d.ts +1 -0
  717. package/lib/components/guide-banner/index.d.ts.map +1 -0
  718. package/lib/components/interstitial-screen/index.d.ts +1 -0
  719. package/lib/components/interstitial-screen/index.d.ts.map +1 -0
  720. package/lib/components/interstitial-screen/interstitial-screen-body-item.d.ts +1 -0
  721. package/lib/components/interstitial-screen/interstitial-screen-body-item.d.ts.map +1 -0
  722. package/lib/components/interstitial-screen/interstitial-screen-body.d.ts +1 -0
  723. package/lib/components/interstitial-screen/interstitial-screen-body.d.ts.map +1 -0
  724. package/lib/components/interstitial-screen/interstitial-screen-context.d.ts +1 -0
  725. package/lib/components/interstitial-screen/interstitial-screen-context.d.ts.map +1 -0
  726. package/lib/components/interstitial-screen/interstitial-screen-footer.d.ts +1 -0
  727. package/lib/components/interstitial-screen/interstitial-screen-footer.d.ts.map +1 -0
  728. package/lib/components/interstitial-screen/interstitial-screen-header.d.ts +1 -0
  729. package/lib/components/interstitial-screen/interstitial-screen-header.d.ts.map +1 -0
  730. package/lib/components/interstitial-screen/interstitial-screen.d.ts +1 -0
  731. package/lib/components/interstitial-screen/interstitial-screen.d.ts.map +1 -0
  732. package/lib/components/notification-panel/date-time-context.d.ts +1 -0
  733. package/lib/components/notification-panel/date-time-context.d.ts.map +1 -0
  734. package/lib/components/notification-panel/defs.d.ts +1 -0
  735. package/lib/components/notification-panel/defs.d.ts.map +1 -0
  736. package/lib/components/notification-panel/defs.js +14 -3
  737. package/lib/components/notification-panel/defs.js.map +1 -1
  738. package/lib/components/notification-panel/index.d.ts +1 -0
  739. package/lib/components/notification-panel/index.d.ts.map +1 -0
  740. package/lib/components/notification-panel/notification-footer.d.ts +1 -0
  741. package/lib/components/notification-panel/notification-footer.d.ts.map +1 -0
  742. package/lib/components/notification-panel/notification-panel.d.ts +1 -0
  743. package/lib/components/notification-panel/notification-panel.d.ts.map +1 -0
  744. package/lib/components/notification-panel/notification.d.ts +1 -0
  745. package/lib/components/notification-panel/notification.d.ts.map +1 -0
  746. package/lib/components/options-tile/index.d.ts +1 -0
  747. package/lib/components/options-tile/index.d.ts.map +1 -0
  748. package/lib/components/options-tile/options-tile.d.ts +1 -0
  749. package/lib/components/options-tile/options-tile.d.ts.map +1 -0
  750. package/lib/components/page-header/context.d.ts +1 -0
  751. package/lib/components/page-header/context.d.ts.map +1 -0
  752. package/lib/components/page-header/index.d.ts +1 -0
  753. package/lib/components/page-header/index.d.ts.map +1 -0
  754. package/lib/components/page-header/page-header-breadcrumb.d.ts +1 -0
  755. package/lib/components/page-header/page-header-breadcrumb.d.ts.map +1 -0
  756. package/lib/components/page-header/page-header-content-text.d.ts +1 -0
  757. package/lib/components/page-header/page-header-content-text.d.ts.map +1 -0
  758. package/lib/components/page-header/page-header-content.d.ts +1 -0
  759. package/lib/components/page-header/page-header-content.d.ts.map +1 -0
  760. package/lib/components/page-header/page-header-hero-image.d.ts +1 -0
  761. package/lib/components/page-header/page-header-hero-image.d.ts.map +1 -0
  762. package/lib/components/page-header/page-header-scroller.d.ts +1 -0
  763. package/lib/components/page-header/page-header-scroller.d.ts.map +1 -0
  764. package/lib/components/page-header/page-header-tabs.d.ts +1 -0
  765. package/lib/components/page-header/page-header-tabs.d.ts.map +1 -0
  766. package/lib/components/page-header/page-header-title-breadcrumb.d.ts +1 -0
  767. package/lib/components/page-header/page-header-title-breadcrumb.d.ts.map +1 -0
  768. package/lib/components/page-header/page-header.d.ts +1 -0
  769. package/lib/components/page-header/page-header.d.ts.map +1 -0
  770. package/lib/components/page-header/utils.d.ts +1 -0
  771. package/lib/components/page-header/utils.d.ts.map +1 -0
  772. package/lib/components/side-panel/defs.d.ts +5 -0
  773. package/lib/components/side-panel/defs.d.ts.map +1 -0
  774. package/lib/components/side-panel/defs.js +51 -42
  775. package/lib/components/side-panel/defs.js.map +1 -1
  776. package/lib/components/side-panel/index.d.ts +1 -0
  777. package/lib/components/side-panel/index.d.ts.map +1 -0
  778. package/lib/components/side-panel/side-panel.d.ts +1 -0
  779. package/lib/components/side-panel/side-panel.d.ts.map +1 -0
  780. package/lib/components/tearsheet/defs.d.ts +1 -0
  781. package/lib/components/tearsheet/defs.d.ts.map +1 -0
  782. package/lib/components/tearsheet/defs.js +37 -31
  783. package/lib/components/tearsheet/defs.js.map +1 -1
  784. package/lib/components/tearsheet/index.d.ts +1 -0
  785. package/lib/components/tearsheet/index.d.ts.map +1 -0
  786. package/lib/components/tearsheet/tearsheet.d.ts +1 -0
  787. package/lib/components/tearsheet/tearsheet.d.ts.map +1 -0
  788. package/lib/components/tearsheet/utils.d.ts +1 -0
  789. package/lib/components/tearsheet/utils.d.ts.map +1 -0
  790. package/lib/components/tearsheet-preview/index.d.ts +1 -0
  791. package/lib/components/tearsheet-preview/index.d.ts.map +1 -0
  792. package/lib/components/tearsheet-preview/stack-signal.d.ts +1 -0
  793. package/lib/components/tearsheet-preview/stack-signal.d.ts.map +1 -0
  794. package/lib/components/tearsheet-preview/tearsheet-body.d.ts +1 -0
  795. package/lib/components/tearsheet-preview/tearsheet-body.d.ts.map +1 -0
  796. package/lib/components/tearsheet-preview/tearsheet-footer.d.ts +1 -0
  797. package/lib/components/tearsheet-preview/tearsheet-footer.d.ts.map +1 -0
  798. package/lib/components/tearsheet-preview/tearsheet-header-content.d.ts +1 -0
  799. package/lib/components/tearsheet-preview/tearsheet-header-content.d.ts.map +1 -0
  800. package/lib/components/tearsheet-preview/tearsheet-header.d.ts +1 -0
  801. package/lib/components/tearsheet-preview/tearsheet-header.d.ts.map +1 -0
  802. package/lib/components/tearsheet-preview/tearsheet-influencer.d.ts +1 -0
  803. package/lib/components/tearsheet-preview/tearsheet-influencer.d.ts.map +1 -0
  804. package/lib/components/tearsheet-preview/tearsheet-navigation-bar.d.ts +1 -0
  805. package/lib/components/tearsheet-preview/tearsheet-navigation-bar.d.ts.map +1 -0
  806. package/lib/components/tearsheet-preview/tearsheet-scroller.d.ts +1 -0
  807. package/lib/components/tearsheet-preview/tearsheet-scroller.d.ts.map +1 -0
  808. package/lib/components/tearsheet-preview/tearsheet-signal.d.ts +1 -0
  809. package/lib/components/tearsheet-preview/tearsheet-signal.d.ts.map +1 -0
  810. package/lib/components/tearsheet-preview/tearsheet-summary-content.d.ts +1 -0
  811. package/lib/components/tearsheet-preview/tearsheet-summary-content.d.ts.map +1 -0
  812. package/lib/components/tearsheet-preview/tearsheet.d.ts +1 -0
  813. package/lib/components/tearsheet-preview/tearsheet.d.ts.map +1 -0
  814. package/lib/components/truncated-text/index.d.ts +1 -0
  815. package/lib/components/truncated-text/index.d.ts.map +1 -0
  816. package/lib/components/truncated-text/truncated-text.d.ts +1 -0
  817. package/lib/components/truncated-text/truncated-text.d.ts.map +1 -0
  818. package/lib/components/user-avatar/index.d.ts +1 -0
  819. package/lib/components/user-avatar/index.d.ts.map +1 -0
  820. package/lib/components/user-avatar/user-avatar.d.ts +1 -2
  821. package/lib/components/user-avatar/user-avatar.d.ts.map +1 -0
  822. package/lib/globals/internal/handle.d.ts +1 -0
  823. package/lib/globals/internal/handle.d.ts.map +1 -0
  824. package/lib/globals/internal/pconsole.d.ts +1 -0
  825. package/lib/globals/internal/pconsole.d.ts.map +1 -0
  826. package/lib/globals/js/utils/collapsible-controller.d.ts +1 -0
  827. package/lib/globals/js/utils/collapsible-controller.d.ts.map +1 -0
  828. package/lib/globals/js/utils/collapsible-controller.js +49 -64
  829. package/lib/globals/js/utils/collapsible-controller.js.map +1 -1
  830. package/lib/globals/js/utils/getSupportedLocale.d.ts +1 -0
  831. package/lib/globals/js/utils/getSupportedLocale.d.ts.map +1 -0
  832. package/lib/globals/js/utils/getSupportedLocale.js +23 -25
  833. package/lib/globals/js/utils/getSupportedLocale.js.map +1 -1
  834. package/lib/globals/js/utils/match-media-controller.d.ts +1 -0
  835. package/lib/globals/js/utils/match-media-controller.d.ts.map +1 -0
  836. package/lib/globals/js/utils/match-media-controller.js +24 -22
  837. package/lib/globals/js/utils/match-media-controller.js.map +1 -1
  838. package/lib/globals/settings.d.ts +1 -0
  839. package/lib/globals/settings.d.ts.map +1 -0
  840. package/lib/globals/settings.js +16 -14
  841. package/lib/globals/settings.js.map +1 -1
  842. package/lib/index.d.ts +1 -0
  843. package/lib/index.d.ts.map +1 -0
  844. package/lib/utilities/makeDraggable/makeDraggable.d.ts +1 -0
  845. package/lib/utilities/makeDraggable/makeDraggable.d.ts.map +1 -0
  846. package/lib/utilities/manageFocusTrap/manageFocusTrap.d.ts +1 -0
  847. package/lib/utilities/manageFocusTrap/manageFocusTrap.d.ts.map +1 -0
  848. package/lib/utilities/snapscroll/index.d.ts +1 -0
  849. package/lib/utilities/snapscroll/index.d.ts.map +1 -0
  850. package/lib/utilities/snapscroll/snapscroll.d.ts +1 -0
  851. package/lib/utilities/snapscroll/snapscroll.d.ts.map +1 -0
  852. package/{es/patterns → lib/utilities}/step-flow/index.d.ts +1 -0
  853. package/lib/utilities/step-flow/index.d.ts.map +1 -0
  854. package/{es-custom/patterns → lib/utilities}/step-flow/step-flow-signal.d.ts +1 -0
  855. package/lib/utilities/step-flow/step-flow-signal.d.ts.map +1 -0
  856. package/lib/{patterns → utilities}/step-flow/step-group.d.ts +1 -0
  857. package/lib/utilities/step-flow/step-group.d.ts.map +1 -0
  858. package/package.json +6 -12
  859. package/scss/components/about-modal/about-modal.scss +9 -3
  860. package/scss/components/side-panel/side-panel.scss +34 -4
  861. package/es/components/about-modal/_story-assets/ansible-logo.svg.js +0 -11
  862. package/es/components/about-modal/_story-assets/ansible-logo.svg.js.map +0 -1
  863. package/es/components/about-modal/_story-assets/grafana-logo.svg.js +0 -11
  864. package/es/components/about-modal/_story-assets/grafana-logo.svg.js.map +0 -1
  865. package/es/components/about-modal/_story-assets/js-logo.svg.js +0 -11
  866. package/es/components/about-modal/_story-assets/js-logo.svg.js.map +0 -1
  867. package/es/components/about-modal/about-modal-helpers.d.ts +0 -15
  868. package/es/components/about-modal/about-modal-helpers.js +0 -141
  869. package/es/components/about-modal/about-modal-helpers.js.map +0 -1
  870. package/es/components/about-modal/about-modal.figma.js +0 -59
  871. package/es/components/about-modal/about-modal.figma.js.map +0 -1
  872. package/es/components/about-modal/about-modal.test.d.ts +0 -7
  873. package/es/components/about-modal/about-modal.test.js +0 -208
  874. package/es/components/about-modal/about-modal.test.js.map +0 -1
  875. package/es/components/about-modal/index.js.map +0 -1
  876. package/es/components/big-number/big-number.test.d.ts +0 -7
  877. package/es/components/big-number/big-number.test.js +0 -113
  878. package/es/components/big-number/big-number.test.js.map +0 -1
  879. package/es/components/big-number/index.js.map +0 -1
  880. package/es/components/checklist/checklist-item.figma.js +0 -49
  881. package/es/components/checklist/checklist-item.figma.js.map +0 -1
  882. package/es/components/checklist/checklist.figma.js +0 -87
  883. package/es/components/checklist/checklist.figma.js.map +0 -1
  884. package/es/components/checklist/checklist.test.d.ts +0 -7
  885. package/es/components/checklist/checklist.test.js +0 -172
  886. package/es/components/checklist/checklist.test.js.map +0 -1
  887. package/es/components/checklist/index.js.map +0 -1
  888. package/es/components/coachmark/coachmark-beacon/coachmark-beacon.test.d.ts +0 -9
  889. package/es/components/coachmark/coachmark-beacon/coachmark-beacon.test.js +0 -77
  890. package/es/components/coachmark/coachmark-beacon/coachmark-beacon.test.js.map +0 -1
  891. package/es/components/coachmark/coachmark-beacon/index.js.map +0 -1
  892. package/es/components/coachmark/coachmark-helpers.d.ts +0 -11
  893. package/es/components/coachmark/coachmark-helpers.js +0 -35
  894. package/es/components/coachmark/coachmark-helpers.js.map +0 -1
  895. package/es/components/coachmark/coachmark-tagline/coachmark-tagline.test.d.ts +0 -9
  896. package/es/components/coachmark/coachmark-tagline/coachmark-tagline.test.js +0 -126
  897. package/es/components/coachmark/coachmark-tagline/coachmark-tagline.test.js.map +0 -1
  898. package/es/components/coachmark/coachmark-tagline/index.js.map +0 -1
  899. package/es/components/coachmark/coachmark.test.d.ts +0 -1
  900. package/es/components/coachmark/coachmark.test.js +0 -168
  901. package/es/components/coachmark/coachmark.test.js.map +0 -1
  902. package/es/components/coachmark/index.js.map +0 -1
  903. package/es/components/full-page-error/full-page-error.figma.js +0 -81
  904. package/es/components/full-page-error/full-page-error.figma.js.map +0 -1
  905. package/es/components/full-page-error/full-page-error.test.d.ts +0 -7
  906. package/es/components/full-page-error/full-page-error.test.js +0 -102
  907. package/es/components/full-page-error/full-page-error.test.js.map +0 -1
  908. package/es/components/full-page-error/index.js.map +0 -1
  909. package/es/components/guide-banner/guide-banner-element.test.d.ts +0 -7
  910. package/es/components/guide-banner/guide-banner-element.test.js +0 -58
  911. package/es/components/guide-banner/guide-banner-element.test.js.map +0 -1
  912. package/es/components/guide-banner/guide-banner.test.d.ts +0 -7
  913. package/es/components/guide-banner/guide-banner.test.js +0 -121
  914. package/es/components/guide-banner/guide-banner.test.js.map +0 -1
  915. package/es/components/guide-banner/index.js.map +0 -1
  916. package/es/components/interstitial-screen/index.js.map +0 -1
  917. package/es/components/interstitial-screen/interstitial-screen.test.d.ts +0 -1
  918. package/es/components/interstitial-screen/interstitial-screen.test.js +0 -340
  919. package/es/components/interstitial-screen/interstitial-screen.test.js.map +0 -1
  920. package/es/components/interstitial-screen/interstitial.figma.js +0 -288
  921. package/es/components/interstitial-screen/interstitial.figma.js.map +0 -1
  922. package/es/components/notification-panel/_story-assets/unread-notification-bell.d.ts +0 -3
  923. package/es/components/notification-panel/_story-assets/unread-notification-bell.js +0 -45
  924. package/es/components/notification-panel/_story-assets/unread-notification-bell.js.map +0 -1
  925. package/es/components/notification-panel/index.js.map +0 -1
  926. package/es/components/notification-panel/notification-footer.test.d.ts +0 -7
  927. package/es/components/notification-panel/notification-footer.test.js +0 -65
  928. package/es/components/notification-panel/notification-footer.test.js.map +0 -1
  929. package/es/components/notification-panel/notification-panel-footer.figma.js +0 -31
  930. package/es/components/notification-panel/notification-panel-footer.figma.js.map +0 -1
  931. package/es/components/notification-panel/notification-panel.figma.js +0 -114
  932. package/es/components/notification-panel/notification-panel.figma.js.map +0 -1
  933. package/es/components/notification-panel/notification-panel.test.d.ts +0 -7
  934. package/es/components/notification-panel/notification-panel.test.js +0 -362
  935. package/es/components/notification-panel/notification-panel.test.js.map +0 -1
  936. package/es/components/notification-panel/notification.figma.js +0 -55
  937. package/es/components/notification-panel/notification.figma.js.map +0 -1
  938. package/es/components/notification-panel/notification.test.d.ts +0 -7
  939. package/es/components/notification-panel/notification.test.js +0 -151
  940. package/es/components/notification-panel/notification.test.js.map +0 -1
  941. package/es/components/options-tile/index.js.map +0 -1
  942. package/es/components/options-tile/options-file.figma.js +0 -96
  943. package/es/components/options-tile/options-file.figma.js.map +0 -1
  944. package/es/components/options-tile/options-tile.test.d.ts +0 -1
  945. package/es/components/options-tile/options-tile.test.js +0 -129
  946. package/es/components/options-tile/options-tile.test.js.map +0 -1
  947. package/es/components/page-header/_story-assets/2x1.jpg.js +0 -11
  948. package/es/components/page-header/_story-assets/2x1.jpg.js.map +0 -1
  949. package/es/components/page-header/_story-assets/3x2.jpg.js +0 -11
  950. package/es/components/page-header/_story-assets/3x2.jpg.js.map +0 -1
  951. package/es/components/page-header/_story-assets/overflowHandler.d.ts +0 -98
  952. package/es/components/page-header/_story-assets/overflowHandler.js +0 -156
  953. package/es/components/page-header/_story-assets/overflowHandler.js.map +0 -1
  954. package/es/components/page-header/_story-assets/set-of-breadcrumbs.d.ts +0 -43
  955. package/es/components/page-header/_story-assets/set-of-breadcrumbs.js +0 -154
  956. package/es/components/page-header/_story-assets/set-of-breadcrumbs.js.map +0 -1
  957. package/es/components/page-header/_story-assets/set-of-breadcrumbs.scss.js +0 -13
  958. package/es/components/page-header/_story-assets/set-of-breadcrumbs.scss.js.map +0 -1
  959. package/es/components/page-header/_story-assets/set-of-tags/index.d.ts +0 -9
  960. package/es/components/page-header/_story-assets/set-of-tags/index.js.map +0 -1
  961. package/es/components/page-header/_story-assets/set-of-tags/set-of-tags.d.ts +0 -40
  962. package/es/components/page-header/_story-assets/set-of-tags/set-of-tags.js +0 -259
  963. package/es/components/page-header/_story-assets/set-of-tags/set-of-tags.js.map +0 -1
  964. package/es/components/page-header/_story-assets/set-of-tags/set-of-tags.scss.js +0 -13
  965. package/es/components/page-header/_story-assets/set-of-tags/set-of-tags.scss.js.map +0 -1
  966. package/es/components/page-header/_story-assets/set-of-tags/utils.d.ts +0 -23
  967. package/es/components/page-header/_story-assets/set-of-tags/utils.js +0 -44
  968. package/es/components/page-header/_story-assets/set-of-tags/utils.js.map +0 -1
  969. package/es/components/page-header/index.js.map +0 -1
  970. package/es/components/page-header/page-header.figma.js +0 -248
  971. package/es/components/page-header/page-header.figma.js.map +0 -1
  972. package/es/components/page-header/page-header.test.d.ts +0 -1
  973. package/es/components/page-header/page-header.test.js +0 -349
  974. package/es/components/page-header/page-header.test.js.map +0 -1
  975. package/es/components/side-panel/_story-assets/index.d.ts +0 -8
  976. package/es/components/side-panel/_story-assets/index.js +0 -275
  977. package/es/components/side-panel/_story-assets/index.js.map +0 -1
  978. package/es/components/side-panel/index.js.map +0 -1
  979. package/es/components/side-panel/side-panel.figma.js +0 -229
  980. package/es/components/side-panel/side-panel.figma.js.map +0 -1
  981. package/es/components/side-panel/side-panel.test.d.ts +0 -3
  982. package/es/components/side-panel/side-panel.test.js +0 -273
  983. package/es/components/side-panel/side-panel.test.js.map +0 -1
  984. package/es/components/side-panel/story-styles.scss.js +0 -13
  985. package/es/components/side-panel/story-styles.scss.js.map +0 -1
  986. package/es/components/tearsheet/index.js.map +0 -1
  987. package/es/components/tearsheet/tearsheet.test.d.ts +0 -14
  988. package/es/components/tearsheet/tearsheet.test.js +0 -305
  989. package/es/components/tearsheet/tearsheet.test.js.map +0 -1
  990. package/es/components/tearsheet-preview/_story-assets/_storybook-styles.scss.js +0 -13
  991. package/es/components/tearsheet-preview/_story-assets/_storybook-styles.scss.js.map +0 -1
  992. package/es/components/tearsheet-preview/_story-assets/stacking-tearsheet.d.ts +0 -30
  993. package/es/components/tearsheet-preview/_story-assets/stacking-tearsheet.js +0 -320
  994. package/es/components/tearsheet-preview/_story-assets/stacking-tearsheet.js.map +0 -1
  995. package/es/components/tearsheet-preview/_story-assets/step-tearsheet-preview.d.ts +0 -39
  996. package/es/components/tearsheet-preview/_story-assets/step-tearsheet-preview.js +0 -264
  997. package/es/components/tearsheet-preview/_story-assets/step-tearsheet-preview.js.map +0 -1
  998. package/es/components/tearsheet-preview/index.js.map +0 -1
  999. package/es/components/tearsheet-preview/tearsheet.test.d.ts +0 -7
  1000. package/es/components/tearsheet-preview/tearsheet.test.js +0 -566
  1001. package/es/components/tearsheet-preview/tearsheet.test.js.map +0 -1
  1002. package/es/components/truncated-text/index.js.map +0 -1
  1003. package/es/components/truncated-text/truncated-text.test.d.ts +0 -7
  1004. package/es/components/truncated-text/truncated-text.test.js +0 -77
  1005. package/es/components/truncated-text/truncated-text.test.js.map +0 -1
  1006. package/es/components/user-avatar/index.js.map +0 -1
  1007. package/es/components/user-avatar/user-avatar.figma.js +0 -161
  1008. package/es/components/user-avatar/user-avatar.figma.js.map +0 -1
  1009. package/es/components/user-avatar/user-avatar.test.d.ts +0 -1
  1010. package/es/components/user-avatar/user-avatar.test.js +0 -128
  1011. package/es/components/user-avatar/user-avatar.test.js.map +0 -1
  1012. package/es/globals/internal/handle.js.map +0 -1
  1013. package/es/index.js.map +0 -1
  1014. package/es/node_modules/@carbon/layout/es/index.js +0 -46
  1015. package/es/node_modules/@carbon/layout/es/index.js.map +0 -1
  1016. package/es/packages/ibm-products-web-components/package.json.js +0 -13
  1017. package/es/packages/ibm-products-web-components/package.json.js.map +0 -1
  1018. package/es/patterns/step-flow/_story-assets/step-full-page.d.ts +0 -41
  1019. package/es/patterns/step-flow/_story-assets/step-full-page.js +0 -257
  1020. package/es/patterns/step-flow/_story-assets/step-full-page.js.map +0 -1
  1021. package/es/patterns/step-flow/_story-assets/step-full-page.scss.js +0 -13
  1022. package/es/patterns/step-flow/_story-assets/step-full-page.scss.js.map +0 -1
  1023. package/es/patterns/step-flow/_story-assets/step-side-panel.d.ts +0 -38
  1024. package/es/patterns/step-flow/_story-assets/step-side-panel.js +0 -217
  1025. package/es/patterns/step-flow/_story-assets/step-side-panel.js.map +0 -1
  1026. package/es/patterns/step-flow/_story-assets/step-side-panel.scss.js +0 -13
  1027. package/es/patterns/step-flow/_story-assets/step-side-panel.scss.js.map +0 -1
  1028. package/es/patterns/step-flow/_story-assets/step-tearsheet.d.ts +0 -41
  1029. package/es/patterns/step-flow/_story-assets/step-tearsheet.js +0 -255
  1030. package/es/patterns/step-flow/_story-assets/step-tearsheet.js.map +0 -1
  1031. package/es/patterns/step-flow/index.js +0 -10
  1032. package/es/patterns/step-flow/index.js.map +0 -1
  1033. package/es/patterns/step-flow/step-flow-signal.d.ts +0 -24
  1034. package/es/patterns/step-flow/step-flow-signal.js +0 -54
  1035. package/es/patterns/step-flow/step-flow-signal.js.map +0 -1
  1036. package/es/patterns/step-flow/step-flow-signal.test.d.ts +0 -7
  1037. package/es/patterns/step-flow/step-flow-signal.test.js +0 -88
  1038. package/es/patterns/step-flow/step-flow-signal.test.js.map +0 -1
  1039. package/es/patterns/step-flow/step-group.js +0 -28
  1040. package/es/patterns/step-flow/step-group.js.map +0 -1
  1041. package/es/patterns/step-flow/story-styles.scss.js +0 -13
  1042. package/es/patterns/step-flow/story-styles.scss.js.map +0 -1
  1043. package/es/utilities/snapscroll/index.js.map +0 -1
  1044. package/es/utilities/snapscroll/snapscroll.test.d.ts +0 -1
  1045. package/es/utilities/snapscroll/snapscroll.test.js +0 -41
  1046. package/es/utilities/snapscroll/snapscroll.test.js.map +0 -1
  1047. package/es-custom/components/about-modal/_story-assets/ansible-logo.svg.js +0 -11
  1048. package/es-custom/components/about-modal/_story-assets/ansible-logo.svg.js.map +0 -1
  1049. package/es-custom/components/about-modal/_story-assets/grafana-logo.svg.js +0 -11
  1050. package/es-custom/components/about-modal/_story-assets/grafana-logo.svg.js.map +0 -1
  1051. package/es-custom/components/about-modal/_story-assets/js-logo.svg.js +0 -11
  1052. package/es-custom/components/about-modal/_story-assets/js-logo.svg.js.map +0 -1
  1053. package/es-custom/components/about-modal/about-modal-helpers.d.ts +0 -15
  1054. package/es-custom/components/about-modal/about-modal-helpers.js +0 -141
  1055. package/es-custom/components/about-modal/about-modal-helpers.js.map +0 -1
  1056. package/es-custom/components/about-modal/about-modal.d.ts +0 -458
  1057. package/es-custom/components/about-modal/about-modal.figma.js +0 -59
  1058. package/es-custom/components/about-modal/about-modal.figma.js.map +0 -1
  1059. package/es-custom/components/about-modal/about-modal.test.d.ts +0 -7
  1060. package/es-custom/components/about-modal/about-modal.test.js +0 -208
  1061. package/es-custom/components/about-modal/about-modal.test.js.map +0 -1
  1062. package/es-custom/components/about-modal/index.d.ts +0 -9
  1063. package/es-custom/components/about-modal/index.js.map +0 -1
  1064. package/es-custom/components/big-number/big-number-skeleton.d.ts +0 -22
  1065. package/es-custom/components/big-number/big-number.d.ts +0 -37
  1066. package/es-custom/components/big-number/big-number.test.d.ts +0 -7
  1067. package/es-custom/components/big-number/big-number.test.js +0 -113
  1068. package/es-custom/components/big-number/big-number.test.js.map +0 -1
  1069. package/es-custom/components/big-number/constants.d.ts +0 -19
  1070. package/es-custom/components/big-number/index.d.ts +0 -10
  1071. package/es-custom/components/big-number/index.js.map +0 -1
  1072. package/es-custom/components/checklist/checklist-chart.d.ts +0 -25
  1073. package/es-custom/components/checklist/checklist-group.d.ts +0 -25
  1074. package/es-custom/components/checklist/checklist-icon.d.ts +0 -26
  1075. package/es-custom/components/checklist/checklist-item.d.ts +0 -41
  1076. package/es-custom/components/checklist/checklist-item.figma.js +0 -49
  1077. package/es-custom/components/checklist/checklist-item.figma.js.map +0 -1
  1078. package/es-custom/components/checklist/checklist.d.ts +0 -73
  1079. package/es-custom/components/checklist/checklist.figma.js +0 -87
  1080. package/es-custom/components/checklist/checklist.figma.js.map +0 -1
  1081. package/es-custom/components/checklist/checklist.test.d.ts +0 -7
  1082. package/es-custom/components/checklist/checklist.test.js +0 -172
  1083. package/es-custom/components/checklist/checklist.test.js.map +0 -1
  1084. package/es-custom/components/checklist/checklist.types.d.ts +0 -22
  1085. package/es-custom/components/checklist/index.d.ts +0 -13
  1086. package/es-custom/components/checklist/index.js.map +0 -1
  1087. package/es-custom/components/coachmark/coachmark-beacon/coachmark-beacon.d.ts +0 -418
  1088. package/es-custom/components/coachmark/coachmark-beacon/coachmark-beacon.test.d.ts +0 -9
  1089. package/es-custom/components/coachmark/coachmark-beacon/coachmark-beacon.test.js +0 -77
  1090. package/es-custom/components/coachmark/coachmark-beacon/coachmark-beacon.test.js.map +0 -1
  1091. package/es-custom/components/coachmark/coachmark-beacon/defs.d.ts +0 -14
  1092. package/es-custom/components/coachmark/coachmark-beacon/index.d.ts +0 -9
  1093. package/es-custom/components/coachmark/coachmark-beacon/index.js.map +0 -1
  1094. package/es-custom/components/coachmark/coachmark-body.d.ts +0 -382
  1095. package/es-custom/components/coachmark/coachmark-context.d.ts +0 -11
  1096. package/es-custom/components/coachmark/coachmark-header.d.ts +0 -392
  1097. package/es-custom/components/coachmark/coachmark-helpers.d.ts +0 -11
  1098. package/es-custom/components/coachmark/coachmark-helpers.js +0 -35
  1099. package/es-custom/components/coachmark/coachmark-helpers.js.map +0 -1
  1100. package/es-custom/components/coachmark/coachmark-tagline/coachmark-tagline.d.ts +0 -422
  1101. package/es-custom/components/coachmark/coachmark-tagline/coachmark-tagline.test.d.ts +0 -9
  1102. package/es-custom/components/coachmark/coachmark-tagline/coachmark-tagline.test.js +0 -126
  1103. package/es-custom/components/coachmark/coachmark-tagline/coachmark-tagline.test.js.map +0 -1
  1104. package/es-custom/components/coachmark/coachmark-tagline/index.d.ts +0 -9
  1105. package/es-custom/components/coachmark/coachmark-tagline/index.js.map +0 -1
  1106. package/es-custom/components/coachmark/coachmark.d.ts +0 -423
  1107. package/es-custom/components/coachmark/coachmark.test.d.ts +0 -1
  1108. package/es-custom/components/coachmark/coachmark.test.js +0 -168
  1109. package/es-custom/components/coachmark/coachmark.test.js.map +0 -1
  1110. package/es-custom/components/coachmark/index.d.ts +0 -11
  1111. package/es-custom/components/coachmark/index.js.map +0 -1
  1112. package/es-custom/components/full-page-error/full-page-error.d.ts +0 -43
  1113. package/es-custom/components/full-page-error/full-page-error.figma.js +0 -81
  1114. package/es-custom/components/full-page-error/full-page-error.figma.js.map +0 -1
  1115. package/es-custom/components/full-page-error/full-page-error.test.d.ts +0 -7
  1116. package/es-custom/components/full-page-error/full-page-error.test.js +0 -102
  1117. package/es-custom/components/full-page-error/full-page-error.test.js.map +0 -1
  1118. package/es-custom/components/full-page-error/index.d.ts +0 -9
  1119. package/es-custom/components/full-page-error/index.js.map +0 -1
  1120. package/es-custom/components/full-page-error/types.d.ts +0 -13
  1121. package/es-custom/components/guide-banner/guide-banner-element.d.ts +0 -385
  1122. package/es-custom/components/guide-banner/guide-banner-element.test.d.ts +0 -7
  1123. package/es-custom/components/guide-banner/guide-banner-element.test.js +0 -58
  1124. package/es-custom/components/guide-banner/guide-banner-element.test.js.map +0 -1
  1125. package/es-custom/components/guide-banner/guide-banner.d.ts +0 -398
  1126. package/es-custom/components/guide-banner/guide-banner.test.d.ts +0 -7
  1127. package/es-custom/components/guide-banner/guide-banner.test.js +0 -121
  1128. package/es-custom/components/guide-banner/guide-banner.test.js.map +0 -1
  1129. package/es-custom/components/guide-banner/index.d.ts +0 -10
  1130. package/es-custom/components/guide-banner/index.js.map +0 -1
  1131. package/es-custom/components/interstitial-screen/index.d.ts +0 -13
  1132. package/es-custom/components/interstitial-screen/index.js.map +0 -1
  1133. package/es-custom/components/interstitial-screen/interstitial-screen-body-item.d.ts +0 -388
  1134. package/es-custom/components/interstitial-screen/interstitial-screen-body.d.ts +0 -403
  1135. package/es-custom/components/interstitial-screen/interstitial-screen-context.d.ts +0 -19
  1136. package/es-custom/components/interstitial-screen/interstitial-screen-footer.d.ts +0 -429
  1137. package/es-custom/components/interstitial-screen/interstitial-screen-header.d.ts +0 -413
  1138. package/es-custom/components/interstitial-screen/interstitial-screen.d.ts +0 -441
  1139. package/es-custom/components/interstitial-screen/interstitial-screen.test.d.ts +0 -1
  1140. package/es-custom/components/interstitial-screen/interstitial-screen.test.js +0 -340
  1141. package/es-custom/components/interstitial-screen/interstitial-screen.test.js.map +0 -1
  1142. package/es-custom/components/interstitial-screen/interstitial.figma.js +0 -288
  1143. package/es-custom/components/interstitial-screen/interstitial.figma.js.map +0 -1
  1144. package/es-custom/components/notification-panel/_story-assets/unread-notification-bell.d.ts +0 -3
  1145. package/es-custom/components/notification-panel/_story-assets/unread-notification-bell.js +0 -45
  1146. package/es-custom/components/notification-panel/_story-assets/unread-notification-bell.js.map +0 -1
  1147. package/es-custom/components/notification-panel/date-time-context.d.ts +0 -9
  1148. package/es-custom/components/notification-panel/defs.d.ts +0 -8
  1149. package/es-custom/components/notification-panel/index.d.ts +0 -11
  1150. package/es-custom/components/notification-panel/index.js.map +0 -1
  1151. package/es-custom/components/notification-panel/notification-footer.d.ts +0 -405
  1152. package/es-custom/components/notification-panel/notification-footer.test.d.ts +0 -7
  1153. package/es-custom/components/notification-panel/notification-footer.test.js +0 -65
  1154. package/es-custom/components/notification-panel/notification-footer.test.js.map +0 -1
  1155. package/es-custom/components/notification-panel/notification-panel-footer.figma.js +0 -31
  1156. package/es-custom/components/notification-panel/notification-panel-footer.figma.js.map +0 -1
  1157. package/es-custom/components/notification-panel/notification-panel.d.ts +0 -481
  1158. package/es-custom/components/notification-panel/notification-panel.figma.js +0 -114
  1159. package/es-custom/components/notification-panel/notification-panel.figma.js.map +0 -1
  1160. package/es-custom/components/notification-panel/notification-panel.test.d.ts +0 -7
  1161. package/es-custom/components/notification-panel/notification-panel.test.js +0 -362
  1162. package/es-custom/components/notification-panel/notification-panel.test.js.map +0 -1
  1163. package/es-custom/components/notification-panel/notification.d.ts +0 -415
  1164. package/es-custom/components/notification-panel/notification.figma.js +0 -55
  1165. package/es-custom/components/notification-panel/notification.figma.js.map +0 -1
  1166. package/es-custom/components/notification-panel/notification.test.d.ts +0 -7
  1167. package/es-custom/components/notification-panel/notification.test.js +0 -151
  1168. package/es-custom/components/notification-panel/notification.test.js.map +0 -1
  1169. package/es-custom/components/options-tile/index.d.ts +0 -9
  1170. package/es-custom/components/options-tile/index.js.map +0 -1
  1171. package/es-custom/components/options-tile/options-file.figma.js +0 -96
  1172. package/es-custom/components/options-tile/options-file.figma.js.map +0 -1
  1173. package/es-custom/components/options-tile/options-tile.d.ts +0 -421
  1174. package/es-custom/components/options-tile/options-tile.test.d.ts +0 -1
  1175. package/es-custom/components/options-tile/options-tile.test.js +0 -129
  1176. package/es-custom/components/options-tile/options-tile.test.js.map +0 -1
  1177. package/es-custom/components/page-header/_story-assets/2x1.jpg.js +0 -11
  1178. package/es-custom/components/page-header/_story-assets/2x1.jpg.js.map +0 -1
  1179. package/es-custom/components/page-header/_story-assets/3x2.jpg.js +0 -11
  1180. package/es-custom/components/page-header/_story-assets/3x2.jpg.js.map +0 -1
  1181. package/es-custom/components/page-header/_story-assets/overflowHandler.d.ts +0 -98
  1182. package/es-custom/components/page-header/_story-assets/overflowHandler.js +0 -156
  1183. package/es-custom/components/page-header/_story-assets/overflowHandler.js.map +0 -1
  1184. package/es-custom/components/page-header/_story-assets/set-of-breadcrumbs.d.ts +0 -43
  1185. package/es-custom/components/page-header/_story-assets/set-of-breadcrumbs.js +0 -154
  1186. package/es-custom/components/page-header/_story-assets/set-of-breadcrumbs.js.map +0 -1
  1187. package/es-custom/components/page-header/_story-assets/set-of-breadcrumbs.scss.js +0 -13
  1188. package/es-custom/components/page-header/_story-assets/set-of-breadcrumbs.scss.js.map +0 -1
  1189. package/es-custom/components/page-header/_story-assets/set-of-tags/index.d.ts +0 -9
  1190. package/es-custom/components/page-header/_story-assets/set-of-tags/index.js.map +0 -1
  1191. package/es-custom/components/page-header/_story-assets/set-of-tags/set-of-tags.d.ts +0 -40
  1192. package/es-custom/components/page-header/_story-assets/set-of-tags/set-of-tags.js +0 -259
  1193. package/es-custom/components/page-header/_story-assets/set-of-tags/set-of-tags.js.map +0 -1
  1194. package/es-custom/components/page-header/_story-assets/set-of-tags/set-of-tags.scss.js +0 -13
  1195. package/es-custom/components/page-header/_story-assets/set-of-tags/set-of-tags.scss.js.map +0 -1
  1196. package/es-custom/components/page-header/_story-assets/set-of-tags/utils.d.ts +0 -23
  1197. package/es-custom/components/page-header/_story-assets/set-of-tags/utils.js +0 -44
  1198. package/es-custom/components/page-header/_story-assets/set-of-tags/utils.js.map +0 -1
  1199. package/es-custom/components/page-header/context.d.ts +0 -15
  1200. package/es-custom/components/page-header/index.d.ts +0 -16
  1201. package/es-custom/components/page-header/index.js.map +0 -1
  1202. package/es-custom/components/page-header/page-header-breadcrumb.d.ts +0 -36
  1203. package/es-custom/components/page-header/page-header-content-text.d.ts +0 -22
  1204. package/es-custom/components/page-header/page-header-content.d.ts +0 -42
  1205. package/es-custom/components/page-header/page-header-hero-image.d.ts +0 -18
  1206. package/es-custom/components/page-header/page-header-scroller.d.ts +0 -56
  1207. package/es-custom/components/page-header/page-header-tabs.d.ts +0 -18
  1208. package/es-custom/components/page-header/page-header-title-breadcrumb.d.ts +0 -20
  1209. package/es-custom/components/page-header/page-header.d.ts +0 -31
  1210. package/es-custom/components/page-header/page-header.figma.js +0 -248
  1211. package/es-custom/components/page-header/page-header.figma.js.map +0 -1
  1212. package/es-custom/components/page-header/page-header.test.d.ts +0 -1
  1213. package/es-custom/components/page-header/page-header.test.js +0 -349
  1214. package/es-custom/components/page-header/page-header.test.js.map +0 -1
  1215. package/es-custom/components/page-header/utils.d.ts +0 -32
  1216. package/es-custom/components/side-panel/_story-assets/index.d.ts +0 -8
  1217. package/es-custom/components/side-panel/_story-assets/index.js +0 -275
  1218. package/es-custom/components/side-panel/_story-assets/index.js.map +0 -1
  1219. package/es-custom/components/side-panel/defs.d.ts +0 -39
  1220. package/es-custom/components/side-panel/index.d.ts +0 -9
  1221. package/es-custom/components/side-panel/index.js.map +0 -1
  1222. package/es-custom/components/side-panel/side-panel.d.ts +0 -571
  1223. package/es-custom/components/side-panel/side-panel.figma.js +0 -229
  1224. package/es-custom/components/side-panel/side-panel.figma.js.map +0 -1
  1225. package/es-custom/components/side-panel/side-panel.test.d.ts +0 -3
  1226. package/es-custom/components/side-panel/side-panel.test.js +0 -273
  1227. package/es-custom/components/side-panel/side-panel.test.js.map +0 -1
  1228. package/es-custom/components/side-panel/story-styles.scss.js +0 -13
  1229. package/es-custom/components/side-panel/story-styles.scss.js.map +0 -1
  1230. package/es-custom/components/tearsheet/defs.d.ts +0 -26
  1231. package/es-custom/components/tearsheet/index.d.ts +0 -9
  1232. package/es-custom/components/tearsheet/index.js.map +0 -1
  1233. package/es-custom/components/tearsheet/tearsheet.d.ts +0 -554
  1234. package/es-custom/components/tearsheet/tearsheet.test.d.ts +0 -14
  1235. package/es-custom/components/tearsheet/tearsheet.test.js +0 -305
  1236. package/es-custom/components/tearsheet/tearsheet.test.js.map +0 -1
  1237. package/es-custom/components/tearsheet/utils.d.ts +0 -34
  1238. package/es-custom/components/tearsheet-preview/_story-assets/_storybook-styles.scss.js +0 -13
  1239. package/es-custom/components/tearsheet-preview/_story-assets/_storybook-styles.scss.js.map +0 -1
  1240. package/es-custom/components/tearsheet-preview/_story-assets/stacking-tearsheet.d.ts +0 -30
  1241. package/es-custom/components/tearsheet-preview/_story-assets/stacking-tearsheet.js +0 -320
  1242. package/es-custom/components/tearsheet-preview/_story-assets/stacking-tearsheet.js.map +0 -1
  1243. package/es-custom/components/tearsheet-preview/_story-assets/step-tearsheet-preview.d.ts +0 -39
  1244. package/es-custom/components/tearsheet-preview/_story-assets/step-tearsheet-preview.js +0 -264
  1245. package/es-custom/components/tearsheet-preview/_story-assets/step-tearsheet-preview.js.map +0 -1
  1246. package/es-custom/components/tearsheet-preview/index.d.ts +0 -17
  1247. package/es-custom/components/tearsheet-preview/index.js.map +0 -1
  1248. package/es-custom/components/tearsheet-preview/stack-signal.d.ts +0 -27
  1249. package/es-custom/components/tearsheet-preview/tearsheet-body.d.ts +0 -399
  1250. package/es-custom/components/tearsheet-preview/tearsheet-footer.d.ts +0 -385
  1251. package/es-custom/components/tearsheet-preview/tearsheet-header-content.d.ts +0 -407
  1252. package/es-custom/components/tearsheet-preview/tearsheet-header.d.ts +0 -419
  1253. package/es-custom/components/tearsheet-preview/tearsheet-influencer.d.ts +0 -398
  1254. package/es-custom/components/tearsheet-preview/tearsheet-navigation-bar.d.ts +0 -384
  1255. package/es-custom/components/tearsheet-preview/tearsheet-scroller.d.ts +0 -40
  1256. package/es-custom/components/tearsheet-preview/tearsheet-signal.d.ts +0 -24
  1257. package/es-custom/components/tearsheet-preview/tearsheet-summary-content.d.ts +0 -399
  1258. package/es-custom/components/tearsheet-preview/tearsheet.d.ts +0 -491
  1259. package/es-custom/components/tearsheet-preview/tearsheet.test.d.ts +0 -7
  1260. package/es-custom/components/tearsheet-preview/tearsheet.test.js +0 -566
  1261. package/es-custom/components/tearsheet-preview/tearsheet.test.js.map +0 -1
  1262. package/es-custom/components/truncated-text/index.d.ts +0 -9
  1263. package/es-custom/components/truncated-text/index.js.map +0 -1
  1264. package/es-custom/components/truncated-text/truncated-text.d.ts +0 -78
  1265. package/es-custom/components/truncated-text/truncated-text.test.d.ts +0 -7
  1266. package/es-custom/components/truncated-text/truncated-text.test.js +0 -77
  1267. package/es-custom/components/truncated-text/truncated-text.test.js.map +0 -1
  1268. package/es-custom/components/user-avatar/index.d.ts +0 -9
  1269. package/es-custom/components/user-avatar/index.js.map +0 -1
  1270. package/es-custom/components/user-avatar/user-avatar.d.ts +0 -425
  1271. package/es-custom/components/user-avatar/user-avatar.figma.js +0 -161
  1272. package/es-custom/components/user-avatar/user-avatar.figma.js.map +0 -1
  1273. package/es-custom/components/user-avatar/user-avatar.test.d.ts +0 -1
  1274. package/es-custom/components/user-avatar/user-avatar.test.js +0 -128
  1275. package/es-custom/components/user-avatar/user-avatar.test.js.map +0 -1
  1276. package/es-custom/globals/internal/handle.d.ts +0 -18
  1277. package/es-custom/globals/internal/handle.js.map +0 -1
  1278. package/es-custom/globals/internal/pconsole.d.ts +0 -15
  1279. package/es-custom/globals/js/utils/collapsible-controller.d.ts +0 -25
  1280. package/es-custom/globals/js/utils/getSupportedLocale.d.ts +0 -12
  1281. package/es-custom/globals/js/utils/match-media-controller.d.ts +0 -16
  1282. package/es-custom/globals/settings.d.ts +0 -15
  1283. package/es-custom/index.d.ts +0 -37
  1284. package/es-custom/index.js.map +0 -1
  1285. package/es-custom/node_modules/@carbon/layout/es/index.js +0 -46
  1286. package/es-custom/node_modules/@carbon/layout/es/index.js.map +0 -1
  1287. package/es-custom/packages/ibm-products-web-components/package.json.js +0 -13
  1288. package/es-custom/packages/ibm-products-web-components/package.json.js.map +0 -1
  1289. package/es-custom/patterns/step-flow/_story-assets/step-full-page.d.ts +0 -41
  1290. package/es-custom/patterns/step-flow/_story-assets/step-full-page.js +0 -257
  1291. package/es-custom/patterns/step-flow/_story-assets/step-full-page.js.map +0 -1
  1292. package/es-custom/patterns/step-flow/_story-assets/step-full-page.scss.js +0 -13
  1293. package/es-custom/patterns/step-flow/_story-assets/step-full-page.scss.js.map +0 -1
  1294. package/es-custom/patterns/step-flow/_story-assets/step-side-panel.d.ts +0 -38
  1295. package/es-custom/patterns/step-flow/_story-assets/step-side-panel.js +0 -217
  1296. package/es-custom/patterns/step-flow/_story-assets/step-side-panel.js.map +0 -1
  1297. package/es-custom/patterns/step-flow/_story-assets/step-side-panel.scss.js +0 -13
  1298. package/es-custom/patterns/step-flow/_story-assets/step-side-panel.scss.js.map +0 -1
  1299. package/es-custom/patterns/step-flow/_story-assets/step-tearsheet.d.ts +0 -41
  1300. package/es-custom/patterns/step-flow/_story-assets/step-tearsheet.js +0 -255
  1301. package/es-custom/patterns/step-flow/_story-assets/step-tearsheet.js.map +0 -1
  1302. package/es-custom/patterns/step-flow/index.js +0 -10
  1303. package/es-custom/patterns/step-flow/index.js.map +0 -1
  1304. package/es-custom/patterns/step-flow/step-flow-signal.js +0 -54
  1305. package/es-custom/patterns/step-flow/step-flow-signal.js.map +0 -1
  1306. package/es-custom/patterns/step-flow/step-flow-signal.test.d.ts +0 -7
  1307. package/es-custom/patterns/step-flow/step-flow-signal.test.js +0 -88
  1308. package/es-custom/patterns/step-flow/step-flow-signal.test.js.map +0 -1
  1309. package/es-custom/patterns/step-flow/step-group.d.ts +0 -15
  1310. package/es-custom/patterns/step-flow/step-group.js +0 -28
  1311. package/es-custom/patterns/step-flow/step-group.js.map +0 -1
  1312. package/es-custom/patterns/step-flow/story-styles.scss.js +0 -13
  1313. package/es-custom/patterns/step-flow/story-styles.scss.js.map +0 -1
  1314. package/es-custom/utilities/makeDraggable/makeDraggable.d.ts +0 -38
  1315. package/es-custom/utilities/manageFocusTrap/manageFocusTrap.d.ts +0 -13
  1316. package/es-custom/utilities/snapscroll/index.d.ts +0 -7
  1317. package/es-custom/utilities/snapscroll/index.js.map +0 -1
  1318. package/es-custom/utilities/snapscroll/snapscroll.d.ts +0 -39
  1319. package/es-custom/utilities/snapscroll/snapscroll.test.d.ts +0 -1
  1320. package/es-custom/utilities/snapscroll/snapscroll.test.js +0 -41
  1321. package/es-custom/utilities/snapscroll/snapscroll.test.js.map +0 -1
  1322. package/lib/components/about-modal/about-modal-helpers.d.ts +0 -15
  1323. package/lib/components/about-modal/about-modal.test.d.ts +0 -7
  1324. package/lib/components/big-number/big-number.test.d.ts +0 -7
  1325. package/lib/components/checklist/checklist.test.d.ts +0 -7
  1326. package/lib/components/coachmark/coachmark-beacon/coachmark-beacon.test.d.ts +0 -9
  1327. package/lib/components/coachmark/coachmark-helpers.d.ts +0 -11
  1328. package/lib/components/coachmark/coachmark-tagline/coachmark-tagline.test.d.ts +0 -9
  1329. package/lib/components/coachmark/coachmark.test.d.ts +0 -1
  1330. package/lib/components/full-page-error/full-page-error.test.d.ts +0 -7
  1331. package/lib/components/guide-banner/guide-banner-element.test.d.ts +0 -7
  1332. package/lib/components/guide-banner/guide-banner.test.d.ts +0 -7
  1333. package/lib/components/interstitial-screen/interstitial-screen.test.d.ts +0 -1
  1334. package/lib/components/notification-panel/_story-assets/unread-notification-bell.d.ts +0 -3
  1335. package/lib/components/notification-panel/notification-footer.test.d.ts +0 -7
  1336. package/lib/components/notification-panel/notification-panel.test.d.ts +0 -7
  1337. package/lib/components/notification-panel/notification.test.d.ts +0 -7
  1338. package/lib/components/options-tile/options-tile.test.d.ts +0 -1
  1339. package/lib/components/page-header/_story-assets/overflowHandler.d.ts +0 -98
  1340. package/lib/components/page-header/_story-assets/set-of-breadcrumbs.d.ts +0 -43
  1341. package/lib/components/page-header/_story-assets/set-of-tags/index.d.ts +0 -9
  1342. package/lib/components/page-header/_story-assets/set-of-tags/set-of-tags.d.ts +0 -40
  1343. package/lib/components/page-header/_story-assets/set-of-tags/utils.d.ts +0 -23
  1344. package/lib/components/page-header/page-header.test.d.ts +0 -1
  1345. package/lib/components/side-panel/_story-assets/index.d.ts +0 -8
  1346. package/lib/components/side-panel/side-panel.test.d.ts +0 -3
  1347. package/lib/components/tearsheet/tearsheet.test.d.ts +0 -14
  1348. package/lib/components/tearsheet-preview/_story-assets/stacking-tearsheet.d.ts +0 -30
  1349. package/lib/components/tearsheet-preview/_story-assets/step-tearsheet-preview.d.ts +0 -39
  1350. package/lib/components/tearsheet-preview/tearsheet.test.d.ts +0 -7
  1351. package/lib/components/truncated-text/truncated-text.test.d.ts +0 -7
  1352. package/lib/components/user-avatar/user-avatar.test.d.ts +0 -1
  1353. package/lib/patterns/step-flow/_story-assets/step-full-page.d.ts +0 -41
  1354. package/lib/patterns/step-flow/_story-assets/step-side-panel.d.ts +0 -38
  1355. package/lib/patterns/step-flow/_story-assets/step-tearsheet.d.ts +0 -41
  1356. package/lib/patterns/step-flow/index.d.ts +0 -10
  1357. package/lib/patterns/step-flow/step-flow-signal.test.d.ts +0 -7
  1358. package/lib/utilities/snapscroll/snapscroll.test.d.ts +0 -1
  1359. package/scss/components/page-header/_story-assets/_storybook-styles.scss +0 -37
  1360. package/scss/components/page-header/_story-assets/set-of-breadcrumbs.scss +0 -41
  1361. package/scss/components/page-header/_story-assets/set-of-tags/set-of-tags.scss +0 -96
  1362. package/scss/components/tearsheet-preview/_story-assets/_storybook-styles.scss +0 -87
@@ -1,152 +1,118 @@
1
1
  /**
2
- * Copyright IBM Corp. 2024
2
+ * Copyright IBM Corp. 2020, 2026
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
6
6
  */
7
7
 
8
- import { __decorate } from 'tslib';
9
- import { LitElement, html } from 'lit';
10
- import { property, state, query } from 'lit/decorators.js';
11
- import { prefix } from '../../globals/settings.js';
12
- import HostListenerMixin from '@carbon/web-components/es/globals/mixins/host-listener.js';
8
+ import { prefix } from "../../globals/settings.js";
9
+ import { __decorate } from "../../_virtual/_@oxc-project_runtime@0.112.0/helpers/decorate.js";
10
+ import { tearsheetSignal, updateTearsheetSignals } from "./tearsheet-signal.js";
11
+ import tearsheet_header_default$1 from "./tearsheet-header.scss.js";
12
+ import { LitElement, html } from "lit";
13
+ import { property, query, state } from "lit/decorators.js";
14
+ import HostListenerMixin from "@carbon/web-components/es/globals/mixins/host-listener.js";
15
+ import { carbonElement } from "@carbon/web-components/es/globals/decorators/carbon-element.js";
13
16
  import '@carbon/web-components/es-custom/components/modal/index.js';
14
- import { carbonElement } from '@carbon/web-components/es/globals/decorators/carbon-element.js';
15
- import { classMap } from 'lit-html/directives/class-map.js';
16
- import styles from './tearsheet-header.scss.js';
17
- import { updateTearsheetSignals, tearsheetSignal } from './tearsheet-signal.js';
18
- import { SignalWatcher } from '@lit-labs/signals';
17
+ import { classMap } from "lit-html/directives/class-map.js";
18
+ import { SignalWatcher } from "@lit-labs/signals";
19
19
 
20
+ //#region src/components/tearsheet-preview/tearsheet-header.ts
20
21
  /**
21
- * @license
22
- *
23
- * Copyright IBM Corp. 2026
24
- *
25
- * This source code is licensed under the Apache-2.0 license found in the
26
- * LICENSE file in the root directory of this source tree.
27
- */
22
+ * @license
23
+ *
24
+ * Copyright IBM Corp. 2026
25
+ *
26
+ * This source code is licensed under the Apache-2.0 license found in the
27
+ * LICENSE file in the root directory of this source tree.
28
+ */
28
29
  const blockClass = `${prefix}--tearsheet__next`;
29
30
  /**
30
- * Tearsheet Header component - Contains the header section with title, description, and actions.
31
- *
32
- * @element c4p-tearsheet-header
33
- * @slot header-content - The main header content area (use c4p-tearsheet-header-content)
34
- * @slot header-navigation - Navigation tabs or breadcrumbs below the header
35
- * @slot header-actions - Action buttons in the header (e.g., settings, delete)
36
- * @slot decorator - AI label or other decorative elements
37
- * @fires c4p-tearsheet-header-close-button-clicked - Internal event to notify parent tearsheet
38
- */
31
+ * Tearsheet Header component - Contains the header section with title, description, and actions.
32
+ *
33
+ * @element c4p-tearsheet-header
34
+ * @slot header-content - The main header content area (use c4p-tearsheet-header-content)
35
+ * @slot header-navigation - Navigation tabs or breadcrumbs below the header
36
+ * @slot header-actions - Action buttons in the header (e.g., settings, delete)
37
+ * @slot decorator - AI label or other decorative elements
38
+ * @fires c4p-tearsheet-header-close-button-clicked - Internal event to notify parent tearsheet
39
+ */
39
40
  let CDSTearsheetHeader = class CDSTearsheetHeader extends SignalWatcher(HostListenerMixin(LitElement)) {
40
- constructor() {
41
- super(...arguments);
42
- this.slot = 'header';
43
- /**
44
- * Tooltip text and aria label for the Close button icon.
45
- */
46
- this.closeIconDescription = 'Close';
47
- /**
48
- * Optional parameter to hide the progress indicator when multiple steps are used.
49
- */
50
- this.hideCloseButton = false;
51
- /**
52
- * Default header collapse/expand while scrolling the main content can be disabled by setting this
53
- */
54
- this.disableHeaderCollapse = false;
55
- this._hasDecorator = false;
56
- this._hasAILabel = false;
57
- }
58
- /**
59
- * Handles user-initiated close request of this tearsheet.
60
- * Dispatches an internal event to notify the parent tearsheet to close.
61
- *
62
- * @param triggeredBy The element that triggered this close request.
63
- */
64
- _handleUserInitiatedClose(triggeredBy) {
65
- const init = {
66
- bubbles: true,
67
- composed: true,
68
- detail: {
69
- triggeredBy,
70
- },
71
- };
72
- // Dispatch internal event to notify parent tearsheet
73
- this.dispatchEvent(new CustomEvent(this.constructor.eventCloseButtonClicked, init));
74
- }
75
- connectedCallback() {
76
- super.connectedCallback();
77
- // Initialize signal with the initial prop value before any child components connect
78
- updateTearsheetSignals({
79
- disableHeaderCollapse: this.disableHeaderCollapse,
80
- });
81
- }
82
- firstUpdated() {
83
- this.updateHeaderOffset();
84
- }
85
- updated(_changedProperties) {
86
- if (_changedProperties.has('disableHeaderCollapse')) {
87
- updateTearsheetSignals({
88
- disableHeaderCollapse: this.disableHeaderCollapse,
89
- });
90
- }
91
- this.updateHeaderOffset();
92
- this.updateCollapsedAttribute();
93
- }
94
- updateCollapsedAttribute() {
95
- const { fullyCollapsed, open } = tearsheetSignal.get();
96
- if (open) {
97
- if (fullyCollapsed) {
98
- this.setAttribute('collapsed', '');
99
- }
100
- else {
101
- this.removeAttribute('collapsed');
102
- }
103
- }
104
- else {
105
- this.removeAttribute('collapsed');
106
- }
107
- }
108
- updateHeaderOffset() {
109
- var _a, _b;
110
- const { open, isSm } = tearsheetSignal.get();
111
- if (open) {
112
- const assigned = this.decoratorSlot.assignedElements({ flatten: true });
113
- const decoratorWidth = (_b = (_a = assigned === null || assigned === void 0 ? void 0 : assigned[0]) === null || _a === void 0 ? void 0 : _a.getBoundingClientRect().width) !== null && _b !== void 0 ? _b : 0;
114
- const closeButtonWidth = !this.hideCloseButton ? 24 : 0;
115
- const offset = decoratorWidth + closeButtonWidth + (isSm ? 8 : 0);
116
- document.documentElement.style.setProperty('--tearsheet-header-action-offset', `${offset}px`);
117
- }
118
- }
119
- _handleDecoratorChange(e) {
120
- this._hasAILabel = false;
121
- const childItems = e.target.assignedElements();
122
- this._hasDecorator = childItems.length > 0;
123
- if (this._hasDecorator) {
124
- for (const item of childItems) {
125
- if (item.tagName.toLowerCase() === 'cds-custom-ai-label') {
126
- this._hasAILabel = true;
127
- break;
128
- }
129
- }
130
- }
131
- if (this._hasAILabel || this._hasDecorator) {
132
- childItems[0].setAttribute('size', 'sm');
133
- this.setAttribute(this._hasAILabel ? 'ai-label' : 'decorator', '');
134
- this.removeAttribute(this._hasAILabel ? 'decorator' : 'ai-label');
135
- }
136
- else {
137
- this.removeAttribute('decorator');
138
- this.removeAttribute('ai-label');
139
- }
140
- this.updateHeaderOffset();
141
- }
142
- render() {
143
- const { fullyCollapsed } = tearsheetSignal.get();
144
- const classes = classMap({
145
- [`${blockClass}__header`]: true,
146
- [`${blockClass}__header--with-close-icon`]: !!this.hideCloseButton,
147
- [`${blockClass}__header-collapsed`]: !!fullyCollapsed,
148
- });
149
- return html `<cds-custom-modal-header class="${classes}">
41
+ constructor(..._args) {
42
+ super(..._args);
43
+ this.slot = "header";
44
+ this.closeIconDescription = "Close";
45
+ this.hideCloseButton = false;
46
+ this.disableHeaderCollapse = false;
47
+ this._hasDecorator = false;
48
+ this._hasAILabel = false;
49
+ }
50
+ /**
51
+ * Handles user-initiated close request of this tearsheet.
52
+ * Dispatches an internal event to notify the parent tearsheet to close.
53
+ *
54
+ * @param triggeredBy The element that triggered this close request.
55
+ */
56
+ _handleUserInitiatedClose(triggeredBy) {
57
+ const init = {
58
+ bubbles: true,
59
+ composed: true,
60
+ detail: { triggeredBy }
61
+ };
62
+ this.dispatchEvent(new CustomEvent(this.constructor.eventCloseButtonClicked, init));
63
+ }
64
+ connectedCallback() {
65
+ super.connectedCallback();
66
+ updateTearsheetSignals({ disableHeaderCollapse: this.disableHeaderCollapse });
67
+ }
68
+ firstUpdated() {
69
+ this.updateHeaderOffset();
70
+ }
71
+ updated(_changedProperties) {
72
+ if (_changedProperties.has("disableHeaderCollapse")) updateTearsheetSignals({ disableHeaderCollapse: this.disableHeaderCollapse });
73
+ this.updateHeaderOffset();
74
+ this.updateCollapsedAttribute();
75
+ }
76
+ updateCollapsedAttribute() {
77
+ const { fullyCollapsed, open } = tearsheetSignal.get();
78
+ if (open) if (fullyCollapsed) this.setAttribute("collapsed", "");
79
+ else this.removeAttribute("collapsed");
80
+ else this.removeAttribute("collapsed");
81
+ }
82
+ updateHeaderOffset() {
83
+ const { open, isSm } = tearsheetSignal.get();
84
+ if (open) {
85
+ const offset = (this.decoratorSlot.assignedElements({ flatten: true })?.[0]?.getBoundingClientRect().width ?? 0) + (!this.hideCloseButton ? 24 : 0) + (isSm ? 8 : 0);
86
+ document.documentElement.style.setProperty("--tearsheet-header-action-offset", `${offset}px`);
87
+ }
88
+ }
89
+ _handleDecoratorChange(e) {
90
+ this._hasAILabel = false;
91
+ const childItems = e.target.assignedElements();
92
+ this._hasDecorator = childItems.length > 0;
93
+ if (this._hasDecorator) {
94
+ for (const item of childItems) if (item.tagName.toLowerCase() === "cds-custom-ai-label") {
95
+ this._hasAILabel = true;
96
+ break;
97
+ }
98
+ }
99
+ if (this._hasAILabel || this._hasDecorator) {
100
+ childItems[0].setAttribute("size", "sm");
101
+ this.setAttribute(this._hasAILabel ? "ai-label" : "decorator", "");
102
+ this.removeAttribute(this._hasAILabel ? "decorator" : "ai-label");
103
+ } else {
104
+ this.removeAttribute("decorator");
105
+ this.removeAttribute("ai-label");
106
+ }
107
+ this.updateHeaderOffset();
108
+ }
109
+ render() {
110
+ const { fullyCollapsed } = tearsheetSignal.get();
111
+ return html`<cds-custom-modal-header class="${classMap({
112
+ [`${blockClass}__header`]: true,
113
+ [`${blockClass}__header--with-close-icon`]: !!this.hideCloseButton,
114
+ [`${blockClass}__header-collapsed`]: !!fullyCollapsed
115
+ })}">
150
116
  <slot
151
117
  name="decorator"
152
118
  slot="ai-label"
@@ -155,50 +121,42 @@ let CDSTearsheetHeader = class CDSTearsheetHeader extends SignalWatcher(HostList
155
121
  <cds-custom-modal-close-button
156
122
  close-button-label=${this.closeIconDescription}
157
123
  @click="${this._handleUserInitiatedClose}"
158
- class="${this.hideCloseButton
159
- ? `${blockClass}__header--no-close-icon`
160
- : ''}"
124
+ class="${this.hideCloseButton ? `${blockClass}__header--no-close-icon` : ""}"
161
125
  ></cds-custom-modal-close-button>
162
126
 
163
127
  <slot name="header-content"></slot>
164
128
  <slot></slot>
165
129
  <slot name="navigation-bar"></slot>
166
130
  </cds-custom-modal-header>`;
167
- }
168
- static get eventCloseButtonClicked() {
169
- return `${prefix}-tearsheet-header-close-button-clicked`;
170
- }
131
+ }
132
+ static {
133
+ this.styles = tearsheet_header_default$1;
134
+ }
135
+ static get eventCloseButtonClicked() {
136
+ return `${prefix}-tearsheet-header-close-button-clicked`;
137
+ }
171
138
  };
172
- CDSTearsheetHeader.styles = styles;
173
- __decorate([
174
- property({ reflect: true })
175
- ], CDSTearsheetHeader.prototype, "slot", void 0);
176
- __decorate([
177
- property({ reflect: true, attribute: 'close-icon-description' })
178
- ], CDSTearsheetHeader.prototype, "closeIconDescription", void 0);
179
- __decorate([
180
- property({ type: Boolean, reflect: true, attribute: 'hide-close-button' })
181
- ], CDSTearsheetHeader.prototype, "hideCloseButton", void 0);
182
- __decorate([
183
- property({
184
- type: Boolean,
185
- reflect: true,
186
- attribute: 'disable-header-collapse',
187
- })
188
- ], CDSTearsheetHeader.prototype, "disableHeaderCollapse", void 0);
189
- __decorate([
190
- state()
191
- ], CDSTearsheetHeader.prototype, "_hasDecorator", void 0);
192
- __decorate([
193
- state()
194
- ], CDSTearsheetHeader.prototype, "_hasAILabel", void 0);
195
- __decorate([
196
- query('slot[name="decorator"]')
197
- ], CDSTearsheetHeader.prototype, "decoratorSlot", void 0);
198
- CDSTearsheetHeader = __decorate([
199
- carbonElement(`${prefix}-tearsheet-header`)
200
- ], CDSTearsheetHeader);
201
- var CDSTearsheetHeader_default = CDSTearsheetHeader;
139
+ __decorate([property({ reflect: true })], CDSTearsheetHeader.prototype, "slot", void 0);
140
+ __decorate([property({
141
+ reflect: true,
142
+ attribute: "close-icon-description"
143
+ })], CDSTearsheetHeader.prototype, "closeIconDescription", void 0);
144
+ __decorate([property({
145
+ type: Boolean,
146
+ reflect: true,
147
+ attribute: "hide-close-button"
148
+ })], CDSTearsheetHeader.prototype, "hideCloseButton", void 0);
149
+ __decorate([property({
150
+ type: Boolean,
151
+ reflect: true,
152
+ attribute: "disable-header-collapse"
153
+ })], CDSTearsheetHeader.prototype, "disableHeaderCollapse", void 0);
154
+ __decorate([state()], CDSTearsheetHeader.prototype, "_hasDecorator", void 0);
155
+ __decorate([state()], CDSTearsheetHeader.prototype, "_hasAILabel", void 0);
156
+ __decorate([query("slot[name=\"decorator\"]")], CDSTearsheetHeader.prototype, "decoratorSlot", void 0);
157
+ CDSTearsheetHeader = __decorate([carbonElement(`${prefix}-tearsheet-header`)], CDSTearsheetHeader);
158
+ var tearsheet_header_default = CDSTearsheetHeader;
202
159
 
203
- export { CDSTearsheetHeader_default as default };
204
- //# sourceMappingURL=tearsheet-header.js.map
160
+ //#endregion
161
+ export { tearsheet_header_default as default };
162
+ //# sourceMappingURL=tearsheet-header.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"tearsheet-header.js","sources":["../../../src/components/tearsheet-preview/tearsheet-header.ts"],"sourcesContent":[null],"names":["customElement"],"mappings":";;;;;;;;;;;;;;;;;;;AAAA;;;;;;;AAOG;AAaH,MAAM,UAAU,GAAG,CAAA,EAAG,MAAM,mBAAmB;AAE/C;;;;;;;;;AASG;AAEH,IAAM,kBAAkB,GAAxB,MAAM,kBAAmB,SAAQ,aAAa,CAAC,iBAAiB,CAAC,UAAU,CAAC,CAAC,CAAA;AAA7E,IAAA,WAAA,GAAA;;QAEE,IAAA,CAAA,IAAI,GAAG,QAAQ;AAEf;;AAEG;QAEH,IAAA,CAAA,oBAAoB,GAAW,OAAO;AAEtC;;AAEG;QAEH,IAAA,CAAA,eAAe,GAAY,KAAK;AAEhC;;AAEG;QAMH,IAAA,CAAA,qBAAqB,GAAY,KAAK;QAGtC,IAAA,CAAA,aAAa,GAAG,KAAK;QAGrB,IAAA,CAAA,WAAW,GAAG,KAAK;IAwIrB;AAnIE;;;;;AAKG;AACK,IAAA,yBAAyB,CAAC,WAA+B,EAAA;AAC/D,QAAA,MAAM,IAAI,GAAG;AACX,YAAA,OAAO,EAAE,IAAI;AACb,YAAA,QAAQ,EAAE,IAAI;AACd,YAAA,MAAM,EAAE;gBACN,WAAW;AACZ,aAAA;SACF;;AAGD,QAAA,IAAI,CAAC,aAAa,CAChB,IAAI,WAAW,CACZ,IAAI,CAAC,WAAyC,CAAC,uBAAuB,EACvE,IAAI,CACL,CACF;IACH;IAEA,iBAAiB,GAAA;QACf,KAAK,CAAC,iBAAiB,EAAE;;AAEzB,QAAA,sBAAsB,CAAC;YACrB,qBAAqB,EAAE,IAAI,CAAC,qBAAqB;AAClD,SAAA,CAAC;IACJ;IAEU,YAAY,GAAA;QACpB,IAAI,CAAC,kBAAkB,EAAE;IAC3B;AAEU,IAAA,OAAO,CAAC,kBAAkC,EAAA;AAClD,QAAA,IAAI,kBAAkB,CAAC,GAAG,CAAC,uBAAuB,CAAC,EAAE;AACnD,YAAA,sBAAsB,CAAC;gBACrB,qBAAqB,EAAE,IAAI,CAAC,qBAAqB;AAClD,aAAA,CAAC;QACJ;QACA,IAAI,CAAC,kBAAkB,EAAE;QACzB,IAAI,CAAC,wBAAwB,EAAE;IACjC;IAEQ,wBAAwB,GAAA;QAC9B,MAAM,EAAE,cAAc,EAAE,IAAI,EAAE,GAAG,eAAe,CAAC,GAAG,EAAE;QAEtD,IAAI,IAAI,EAAE;YACR,IAAI,cAAc,EAAE;AAClB,gBAAA,IAAI,CAAC,YAAY,CAAC,WAAW,EAAE,EAAE,CAAC;YACpC;iBAAO;AACL,gBAAA,IAAI,CAAC,eAAe,CAAC,WAAW,CAAC;YACnC;QACF;aAAO;AACL,YAAA,IAAI,CAAC,eAAe,CAAC,WAAW,CAAC;QACnC;IACF;IAEQ,kBAAkB,GAAA;;QACxB,MAAM,EAAE,IAAI,EAAE,IAAI,EAAE,GAAG,eAAe,CAAC,GAAG,EAAE;QAC5C,IAAI,IAAI,EAAE;AACR,YAAA,MAAM,QAAQ,GAAG,IAAI,CAAC,aAAa,CAAC,gBAAgB,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;AAEvE,YAAA,MAAM,cAAc,GAAG,CAAA,EAAA,GAAA,MAAA,QAAQ,KAAA,IAAA,IAAR,QAAQ,KAAA,MAAA,GAAA,MAAA,GAAR,QAAQ,CAAG,CAAC,CAAC,MAAA,IAAA,IAAA,EAAA,KAAA,MAAA,GAAA,MAAA,GAAA,EAAA,CAAE,qBAAqB,GAAG,KAAK,MAAA,IAAA,IAAA,EAAA,KAAA,MAAA,GAAA,EAAA,GAAI,CAAC;AACxE,YAAA,MAAM,gBAAgB,GAAG,CAAC,IAAI,CAAC,eAAe,GAAG,EAAE,GAAG,CAAC;AACvD,YAAA,MAAM,MAAM,GAAG,cAAc,GAAG,gBAAgB,IAAI,IAAI,GAAG,CAAC,GAAG,CAAC,CAAC;AAEjE,YAAA,QAAQ,CAAC,eAAe,CAAC,KAAK,CAAC,WAAW,CACxC,kCAAkC,EAClC,CAAA,EAAG,MAAM,CAAA,EAAA,CAAI,CACd;QACH;IACF;AAEQ,IAAA,sBAAsB,CAAC,CAAQ,EAAA;AACrC,QAAA,IAAI,CAAC,WAAW,GAAG,KAAK;QACxB,MAAM,UAAU,GAAI,CAAC,CAAC,MAA0B,CAAC,gBAAgB,EAAE;QACnE,IAAI,CAAC,aAAa,GAAG,UAAU,CAAC,MAAM,GAAG,CAAC;AAC1C,QAAA,IAAI,IAAI,CAAC,aAAa,EAAE;AACtB,YAAA,KAAK,MAAM,IAAI,IAAI,UAAU,EAAE;gBAC7B,IAAI,IAAI,CAAC,OAAO,CAAC,WAAW,EAAE,KAAK,cAAc,EAAE;AACjD,oBAAA,IAAI,CAAC,WAAW,GAAG,IAAI;oBACvB;gBACF;YACF;QACF;QACA,IAAI,IAAI,CAAC,WAAW,IAAI,IAAI,CAAC,aAAa,EAAE;YAC1C,UAAU,CAAC,CAAC,CAAC,CAAC,YAAY,CAAC,MAAM,EAAE,IAAI,CAAC;AACxC,YAAA,IAAI,CAAC,YAAY,CAAC,IAAI,CAAC,WAAW,GAAG,UAAU,GAAG,WAAW,EAAE,EAAE,CAAC;AAClE,YAAA,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,WAAW,GAAG,WAAW,GAAG,UAAU,CAAC;QACnE;aAAO;AACL,YAAA,IAAI,CAAC,eAAe,CAAC,WAAW,CAAC;AACjC,YAAA,IAAI,CAAC,eAAe,CAAC,UAAU,CAAC;QAClC;QAEA,IAAI,CAAC,kBAAkB,EAAE;IAC3B;IACA,MAAM,GAAA;QACJ,MAAM,EAAE,cAAc,EAAE,GAAG,eAAe,CAAC,GAAG,EAAE;QAChD,MAAM,OAAO,GAAG,QAAQ,CAAC;AACvB,YAAA,CAAC,CAAA,EAAG,UAAU,CAAA,QAAA,CAAU,GAAG,IAAI;YAC/B,CAAC,CAAA,EAAG,UAAU,CAAA,yBAAA,CAA2B,GAAG,CAAC,CAAC,IAAI,CAAC,eAAe;AAClE,YAAA,CAAC,GAAG,UAAU,CAAA,kBAAA,CAAoB,GAAG,CAAC,CAAC,cAAc;AACtD,SAAA,CAAC;QACF,OAAO,IAAI,CAAA,CAAA,yBAAA,EAA4B,OAAO,CAAA;;;;AAI5B,oBAAA,EAAA,IAAI,CAAC,sBAAsB;;;AAGpB,2BAAA,EAAA,IAAI,CAAC,oBAAoB;AACpC,gBAAA,EAAA,IAAI,CAAC,yBAAyB,CAAA;AAC/B,eAAA,EAAA,IAAI,CAAC;cACV,CAAA,EAAG,UAAU,CAAA,uBAAA;AACf,cAAE,EAAE,CAAA;;;;;;wBAMU;IACtB;AAIA,IAAA,WAAW,uBAAuB,GAAA;QAChC,OAAO,CAAA,EAAG,MAAM,CAAA,sCAAA,CAAwC;IAC1D;;AAJO,kBAAA,CAAA,MAAM,GAAG,MAAH;AA/Jb,UAAA,CAAA;AADC,IAAA,QAAQ,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE;AACX,CAAA,EAAA,kBAAA,CAAA,SAAA,EAAA,MAAA,EAAA,MAAA,CAAA;AAMhB,UAAA,CAAA;IADC,QAAQ,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,wBAAwB,EAAE;AACzB,CAAA,EAAA,kBAAA,CAAA,SAAA,EAAA,sBAAA,EAAA,MAAA,CAAA;AAMvC,UAAA,CAAA;AADC,IAAA,QAAQ,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,mBAAmB,EAAE;AACzC,CAAA,EAAA,kBAAA,CAAA,SAAA,EAAA,iBAAA,EAAA,MAAA,CAAA;AAUjC,UAAA,CAAA;AALC,IAAA,QAAQ,CAAC;AACR,QAAA,IAAI,EAAE,OAAO;AACb,QAAA,OAAO,EAAE,IAAI;AACb,QAAA,SAAS,EAAE,yBAAyB;KACrC;AACsC,CAAA,EAAA,kBAAA,CAAA,SAAA,EAAA,uBAAA,EAAA,MAAA,CAAA;AAGvC,UAAA,CAAA;AADC,IAAA,KAAK;AACgB,CAAA,EAAA,kBAAA,CAAA,SAAA,EAAA,eAAA,EAAA,MAAA,CAAA;AAGtB,UAAA,CAAA;AADC,IAAA,KAAK;AACc,CAAA,EAAA,kBAAA,CAAA,SAAA,EAAA,aAAA,EAAA,MAAA,CAAA;AAGZ,UAAA,CAAA;IADP,KAAK,CAAC,wBAAwB;AACS,CAAA,EAAA,kBAAA,CAAA,SAAA,EAAA,eAAA,EAAA,MAAA,CAAA;AAjCpC,kBAAkB,GAAA,UAAA,CAAA;AADvB,IAAAA,aAAa,CAAC,CAAA,EAAG,MAAM,CAAA,iBAAA,CAAmB;AACrC,CAAA,EAAA,kBAAkB,CAsKvB;AACD,iCAAe,kBAAkB;;;;"}
1
+ {"version":3,"file":"tearsheet-header.js","names":["styles","customElement"],"sources":["../../../src/components/tearsheet-preview/tearsheet-header.ts"],"sourcesContent":["/**\n * @license\n *\n * Copyright IBM Corp. 2026\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 { html, LitElement, PropertyValues } from 'lit';\nimport { property, query, state } from 'lit/decorators.js';\nimport { prefix } from '../../globals/settings';\nimport HostListenerMixin from '@carbon/web-components/es/globals/mixins/host-listener.js';\nimport '@carbon/web-components/es-custom/components/modal/index.js';\nimport { carbonElement as customElement } from '@carbon/web-components/es/globals/decorators/carbon-element.js';\nimport { classMap } from 'lit-html/directives/class-map.js';\nimport styles from './tearsheet-header.scss?lit';\nimport { tearsheetSignal, updateTearsheetSignals } from './tearsheet-signal';\nimport { SignalWatcher } from '@lit-labs/signals';\n\nconst blockClass = `${prefix}--tearsheet__next`;\n\n/**\n * Tearsheet Header component - Contains the header section with title, description, and actions.\n *\n * @element c4p-tearsheet-header\n * @slot header-content - The main header content area (use c4p-tearsheet-header-content)\n * @slot header-navigation - Navigation tabs or breadcrumbs below the header\n * @slot header-actions - Action buttons in the header (e.g., settings, delete)\n * @slot decorator - AI label or other decorative elements\n * @fires c4p-tearsheet-header-close-button-clicked - Internal event to notify parent tearsheet\n */\n@customElement(`${prefix}-tearsheet-header`)\nclass CDSTearsheetHeader extends SignalWatcher(HostListenerMixin(LitElement)) {\n @property({ reflect: true })\n slot = 'header';\n\n /**\n * Tooltip text and aria label for the Close button icon.\n */\n @property({ reflect: true, attribute: 'close-icon-description' })\n closeIconDescription: string = 'Close';\n\n /**\n * Optional parameter to hide the progress indicator when multiple steps are used.\n */\n @property({ type: Boolean, reflect: true, attribute: 'hide-close-button' })\n hideCloseButton: boolean = false;\n\n /**\n * Default header collapse/expand while scrolling the main content can be disabled by setting this\n */\n @property({\n type: Boolean,\n reflect: true,\n attribute: 'disable-header-collapse',\n })\n disableHeaderCollapse: boolean = false;\n\n @state()\n _hasDecorator = false;\n\n @state()\n _hasAILabel = false;\n\n @query('slot[name=\"decorator\"]')\n private decoratorSlot!: HTMLSlotElement;\n\n /**\n * Handles user-initiated close request of this tearsheet.\n * Dispatches an internal event to notify the parent tearsheet to close.\n *\n * @param triggeredBy The element that triggered this close request.\n */\n private _handleUserInitiatedClose(triggeredBy: EventTarget | null) {\n const init = {\n bubbles: true,\n composed: true,\n detail: {\n triggeredBy,\n },\n };\n\n // Dispatch internal event to notify parent tearsheet\n this.dispatchEvent(\n new CustomEvent(\n (this.constructor as typeof CDSTearsheetHeader).eventCloseButtonClicked,\n init\n )\n );\n }\n\n connectedCallback() {\n super.connectedCallback();\n // Initialize signal with the initial prop value before any child components connect\n updateTearsheetSignals({\n disableHeaderCollapse: this.disableHeaderCollapse,\n });\n }\n\n protected firstUpdated() {\n this.updateHeaderOffset();\n }\n\n protected updated(_changedProperties: PropertyValues) {\n if (_changedProperties.has('disableHeaderCollapse')) {\n updateTearsheetSignals({\n disableHeaderCollapse: this.disableHeaderCollapse,\n });\n }\n this.updateHeaderOffset();\n this.updateCollapsedAttribute();\n }\n\n private updateCollapsedAttribute() {\n const { fullyCollapsed, open } = tearsheetSignal.get();\n\n if (open) {\n if (fullyCollapsed) {\n this.setAttribute('collapsed', '');\n } else {\n this.removeAttribute('collapsed');\n }\n } else {\n this.removeAttribute('collapsed');\n }\n }\n\n private updateHeaderOffset() {\n const { open, isSm } = tearsheetSignal.get();\n if (open) {\n const assigned = this.decoratorSlot.assignedElements({ flatten: true });\n\n const decoratorWidth = assigned?.[0]?.getBoundingClientRect().width ?? 0;\n const closeButtonWidth = !this.hideCloseButton ? 24 : 0;\n const offset = decoratorWidth + closeButtonWidth + (isSm ? 8 : 0);\n\n document.documentElement.style.setProperty(\n '--tearsheet-header-action-offset',\n `${offset}px`\n );\n }\n }\n\n private _handleDecoratorChange(e: Event) {\n this._hasAILabel = false;\n const childItems = (e.target as HTMLSlotElement).assignedElements();\n this._hasDecorator = childItems.length > 0;\n if (this._hasDecorator) {\n for (const item of childItems) {\n if (item.tagName.toLowerCase() === 'cds-custom-ai-label') {\n this._hasAILabel = true;\n break;\n }\n }\n }\n if (this._hasAILabel || this._hasDecorator) {\n childItems[0].setAttribute('size', 'sm');\n this.setAttribute(this._hasAILabel ? 'ai-label' : 'decorator', '');\n this.removeAttribute(this._hasAILabel ? 'decorator' : 'ai-label');\n } else {\n this.removeAttribute('decorator');\n this.removeAttribute('ai-label');\n }\n\n this.updateHeaderOffset();\n }\n render() {\n const { fullyCollapsed } = tearsheetSignal.get();\n const classes = classMap({\n [`${blockClass}__header`]: true,\n [`${blockClass}__header--with-close-icon`]: !!this.hideCloseButton,\n [`${blockClass}__header-collapsed`]: !!fullyCollapsed,\n });\n return html`<cds-custom-modal-header class=\"${classes}\">\n <slot\n name=\"decorator\"\n slot=\"ai-label\"\n @slotchange=${this._handleDecoratorChange}\n ></slot>\n <cds-custom-modal-close-button\n close-button-label=${this.closeIconDescription}\n @click=\"${this._handleUserInitiatedClose}\"\n class=\"${this.hideCloseButton\n ? `${blockClass}__header--no-close-icon`\n : ''}\"\n ></cds-custom-modal-close-button>\n\n <slot name=\"header-content\"></slot>\n <slot></slot>\n <slot name=\"navigation-bar\"></slot>\n </cds-custom-modal-header>`;\n }\n\n static styles = styles;\n\n static get eventCloseButtonClicked() {\n return `${prefix}-tearsheet-header-close-button-clicked`;\n }\n}\nexport default CDSTearsheetHeader;\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAoBA,MAAM,aAAa,GAAG,OAAO;;;;;;;;;;;AAY7B,+BACM,2BAA2B,cAAc,kBAAkB,WAAW,CAAC,CAAC;;;cAErE;8BAMwB;yBAMJ;+BAUM;uBAGjB;qBAGF;;;;;;;;CAWd,AAAQ,0BAA0B,aAAiC;EACjE,MAAM,OAAO;GACX,SAAS;GACT,UAAU;GACV,QAAQ,EACN,aACD;GACF;AAGD,OAAK,cACH,IAAI,YACD,KAAK,YAA0C,yBAChD,KACD,CACF;;CAGH,oBAAoB;AAClB,QAAM,mBAAmB;AAEzB,yBAAuB,EACrB,uBAAuB,KAAK,uBAC7B,CAAC;;CAGJ,AAAU,eAAe;AACvB,OAAK,oBAAoB;;CAG3B,AAAU,QAAQ,oBAAoC;AACpD,MAAI,mBAAmB,IAAI,wBAAwB,CACjD,wBAAuB,EACrB,uBAAuB,KAAK,uBAC7B,CAAC;AAEJ,OAAK,oBAAoB;AACzB,OAAK,0BAA0B;;CAGjC,AAAQ,2BAA2B;EACjC,MAAM,EAAE,gBAAgB,SAAS,gBAAgB,KAAK;AAEtD,MAAI,KACF,KAAI,eACF,MAAK,aAAa,aAAa,GAAG;MAElC,MAAK,gBAAgB,YAAY;MAGnC,MAAK,gBAAgB,YAAY;;CAIrC,AAAQ,qBAAqB;EAC3B,MAAM,EAAE,MAAM,SAAS,gBAAgB,KAAK;AAC5C,MAAI,MAAM;GAKR,MAAM,UAJW,KAAK,cAAc,iBAAiB,EAAE,SAAS,MAAM,CAAC,GAErC,IAAI,uBAAuB,CAAC,SAAS,MAC9C,CAAC,KAAK,kBAAkB,KAAK,MACF,OAAO,IAAI;AAE/D,YAAS,gBAAgB,MAAM,YAC7B,oCACA,GAAG,OAAO,IACX;;;CAIL,AAAQ,uBAAuB,GAAU;AACvC,OAAK,cAAc;EACnB,MAAM,aAAc,EAAE,OAA2B,kBAAkB;AACnE,OAAK,gBAAgB,WAAW,SAAS;AACzC,MAAI,KAAK,eACP;QAAK,MAAM,QAAQ,WACjB,KAAI,KAAK,QAAQ,aAAa,KAAK,gBAAgB;AACjD,SAAK,cAAc;AACnB;;;AAIN,MAAI,KAAK,eAAe,KAAK,eAAe;AAC1C,cAAW,GAAG,aAAa,QAAQ,KAAK;AACxC,QAAK,aAAa,KAAK,cAAc,aAAa,aAAa,GAAG;AAClE,QAAK,gBAAgB,KAAK,cAAc,cAAc,WAAW;SAC5D;AACL,QAAK,gBAAgB,YAAY;AACjC,QAAK,gBAAgB,WAAW;;AAGlC,OAAK,oBAAoB;;CAE3B,SAAS;EACP,MAAM,EAAE,mBAAmB,gBAAgB,KAAK;AAMhD,SAAO,IAAI,4BALK,SAAS;IACtB,GAAG,WAAW,YAAY;IAC1B,GAAG,WAAW,6BAA6B,CAAC,CAAC,KAAK;IAClD,GAAG,WAAW,sBAAsB,CAAC,CAAC;GACxC,CAAC,CAC6C;;;;sBAI7B,KAAK,uBAAuB;;;6BAGrB,KAAK,qBAAqB;kBACrC,KAAK,0BAA0B;iBAChC,KAAK,kBACV,GAAG,WAAW,2BACd,GAAG;;;;;;;;;gBASGA;;CAEhB,WAAW,0BAA0B;AACnC,SAAO,GAAG,OAAO;;;YAnKlB,SAAS,EAAE,SAAS,MAAM,CAAC;YAM3B,SAAS;CAAE,SAAS;CAAM,WAAW;CAA0B,CAAC;YAMhE,SAAS;CAAE,MAAM;CAAS,SAAS;CAAM,WAAW;CAAqB,CAAC;YAM1E,SAAS;CACR,MAAM;CACN,SAAS;CACT,WAAW;CACZ,CAAC;YAGD,OAAO;YAGP,OAAO;YAGP,MAAM,2BAAyB;iCAjCjCC,cAAc,GAAG,OAAO,mBAAmB;AAwK5C,+BAAe"}
@@ -1,13 +1,15 @@
1
1
  /**
2
- * Copyright IBM Corp. 2024
2
+ * Copyright IBM Corp. 2020, 2026
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
6
6
  */
7
7
 
8
- import { css } from 'lit';
8
+ import { css } from "lit";
9
9
 
10
- var styles = css(["@keyframes cds-custom--hide-feedback{0%{opacity:1;visibility:inherit}to{opacity:0;visibility:hidden}}@keyframes cds-custom--show-feedback{0%{opacity:0;visibility:hidden}to{opacity:1;visibility:inherit}}@keyframes cds-custom--skeleton{0%{opacity:.3;transform:scaleX(0);transform-origin:left}20%{opacity:1;transform:scaleX(1);transform-origin:left}28%{transform:scaleX(1);transform-origin:right}51%{transform:scaleX(0);transform-origin:right}58%{transform:scaleX(0);transform-origin:right}82%{transform:scaleX(1);transform-origin:right}83%{transform:scaleX(1);transform-origin:left}96%{transform:scaleX(0);transform-origin:left}to{opacity:.3;transform:scaleX(0);transform-origin:left}}.cds-custom--layout--size-xs{--cds-layout-size-height-context:var(--cds-layout-size-height-xs,1.5rem);--cds-layout-size-height:var(--cds-layout-size-height-context)}.cds-custom--layout-constraint--size__default-xs{--cds-layout-size-height:var(--cds-layout-size-height-context,var(--cds-layout-size-height-xs,1.5rem))}.cds-custom--layout-constraint--size__min-xs{--cds-layout-size-height-min:var(--cds-layout-size-height-xs,1.5rem)}.cds-custom--layout-constraint--size__max-xs{--cds-layout-size-height-max:var(--cds-layout-size-height-xs,1.5rem)}.cds-custom--layout--size-sm{--cds-layout-size-height-context:var(--cds-layout-size-height-sm,2rem);--cds-layout-size-height:var(--cds-layout-size-height-context)}.cds-custom--layout-constraint--size__default-sm{--cds-layout-size-height:var(--cds-layout-size-height-context,var(--cds-layout-size-height-sm,2rem))}.cds-custom--layout-constraint--size__min-sm{--cds-layout-size-height-min:var(--cds-layout-size-height-sm,2rem)}.cds-custom--layout-constraint--size__max-sm{--cds-layout-size-height-max:var(--cds-layout-size-height-sm,2rem)}.cds-custom--layout--size-md{--cds-layout-size-height-context:var(--cds-layout-size-height-md,2.5rem);--cds-layout-size-height:var(--cds-layout-size-height-context)}.cds-custom--layout-constraint--size__default-md{--cds-layout-size-height:var(--cds-layout-size-height-context,var(--cds-layout-size-height-md,2.5rem))}.cds-custom--layout-constraint--size__min-md{--cds-layout-size-height-min:var(--cds-layout-size-height-md,2.5rem)}.cds-custom--layout-constraint--size__max-md{--cds-layout-size-height-max:var(--cds-layout-size-height-md,2.5rem)}.cds-custom--layout--size-lg{--cds-layout-size-height-context:var(--cds-layout-size-height-lg,3rem);--cds-layout-size-height:var(--cds-layout-size-height-context)}.cds-custom--layout-constraint--size__default-lg{--cds-layout-size-height:var(--cds-layout-size-height-context,var(--cds-layout-size-height-lg,3rem))}.cds-custom--layout-constraint--size__min-lg{--cds-layout-size-height-min:var(--cds-layout-size-height-lg,3rem)}.cds-custom--layout-constraint--size__max-lg{--cds-layout-size-height-max:var(--cds-layout-size-height-lg,3rem)}.cds-custom--layout--size-xl{--cds-layout-size-height-context:var(--cds-layout-size-height-xl,4rem);--cds-layout-size-height:var(--cds-layout-size-height-context)}.cds-custom--layout-constraint--size__default-xl{--cds-layout-size-height:var(--cds-layout-size-height-context,var(--cds-layout-size-height-xl,4rem))}.cds-custom--layout-constraint--size__min-xl{--cds-layout-size-height-min:var(--cds-layout-size-height-xl,4rem)}.cds-custom--layout-constraint--size__max-xl{--cds-layout-size-height-max:var(--cds-layout-size-height-xl,4rem)}.cds-custom--layout--size-2xl{--cds-layout-size-height-context:var(--cds-layout-size-height-2xl,5rem);--cds-layout-size-height:var(--cds-layout-size-height-context)}.cds-custom--layout-constraint--size__default-2xl{--cds-layout-size-height:var(--cds-layout-size-height-context,var(--cds-layout-size-height-2xl,5rem))}.cds-custom--layout-constraint--size__min-2xl{--cds-layout-size-height-min:var(--cds-layout-size-height-2xl,5rem)}.cds-custom--layout-constraint--size__max-2xl{--cds-layout-size-height-max:var(--cds-layout-size-height-2xl,5rem)}.cds-custom--layout--density-condensed{--cds-layout-density-padding-inline-context:var(--cds-layout-density-padding-inline-condensed,0.5rem);--cds-layout-density-padding-inline:var(--cds-layout-density-padding-inline-context)}.cds-custom--layout-constraint--density__default-condensed{--cds-layout-density-padding-inline:var(--cds-layout-density-padding-inline-context,var(--cds-layout-density-padding-inline-condensed,0.5rem))}.cds-custom--layout-constraint--density__min-condensed{--cds-layout-density-padding-inline-min:var(--cds-layout-density-padding-inline-condensed,0.5rem)}.cds-custom--layout-constraint--density__max-condensed{--cds-layout-density-padding-inline-max:var(--cds-layout-density-padding-inline-condensed,0.5rem)}.cds-custom--layout--density-normal{--cds-layout-density-padding-inline-context:var(--cds-layout-density-padding-inline-normal,1rem);--cds-layout-density-padding-inline:var(--cds-layout-density-padding-inline-context)}.cds-custom--layout-constraint--density__default-normal{--cds-layout-density-padding-inline:var(--cds-layout-density-padding-inline-context,var(--cds-layout-density-padding-inline-normal,1rem))}.cds-custom--layout-constraint--density__min-normal{--cds-layout-density-padding-inline-min:var(--cds-layout-density-padding-inline-normal,1rem)}.cds-custom--layout-constraint--density__max-normal{--cds-layout-density-padding-inline-max:var(--cds-layout-density-padding-inline-normal,1rem)}:root{--cds-layout-size-height-xs:1.5rem;--cds-layout-size-height-sm:2rem;--cds-layout-size-height-md:2.5rem;--cds-layout-size-height-lg:3rem;--cds-layout-size-height-xl:4rem;--cds-layout-size-height-2xl:5rem;--cds-layout-size-height-min:0px;--cds-layout-size-height-max:999999999px;--cds-layout-density-padding-inline-condensed:0.5rem;--cds-layout-density-padding-inline-normal:1rem;--cds-layout-density-padding-inline-min:0px;--cds-layout-density-padding-inline-max:999999999px}.cds-custom--assistive-text,.cds-custom--visually-hidden{block-size:1px;border:0;margin:-1px;overflow:hidden;padding:0;position:absolute;clip:rect(0,0,0,0);inline-size:1px;visibility:inherit;white-space:nowrap}.c4p--tearsheet__next.c4p--tearsheet__next:not(.c4p--tearsheet__next--keep-mounted){animation:c4p--tearsheet__next--presence-tearsheet__enter .24s cubic-bezier(0,0,.3,1);opacity:1}.c4p--tearsheet__next.c4p--tearsheet__next:not(.c4p--tearsheet__next--keep-mounted).c4p--tearsheet__next.c4p--tearsheet__next .c4p--tearsheet__next__container{animation:c4p--tearsheet__next--presence-tearsheet--container__enter .24s cubic-bezier(0,0,.3,1);transform:translateZ(0)}@media screen and (prefers-reduced-motion:reduce){.c4p--tearsheet__next.c4p--tearsheet__next:not(.c4p--tearsheet__next--keep-mounted).c4p--tearsheet__next.c4p--tearsheet__next .c4p--tearsheet__next__container{animation:none}}.c4p--tearsheet__next.c4p--tearsheet__next:not(.c4p--tearsheet__next--keep-mounted).c4p--tearsheet__next--stacked.is-visible .c4p--tearsheet__next__container{transform:scaleX(var(--scale-factor))}.c4p--tearsheet__next.c4p--tearsheet__next:not(.c4p--tearsheet__next--keep-mounted)[data-tearsheet-exiting]{animation:c4p--tearsheet__next--presence-tearsheet__exit .24s cubic-bezier(.4,.14,1,1) forwards}.c4p--tearsheet__next.c4p--tearsheet__next:not(.c4p--tearsheet__next--keep-mounted)[data-tearsheet-exiting].c4p--tearsheet__next.c4p--tearsheet__next .c4p--tearsheet__next__container{animation:c4p--tearsheet__next--presence-tearsheet--container__exit .24s cubic-bezier(0,0,.3,1) forwards}@media screen and (prefers-reduced-motion:reduce){.c4p--tearsheet__next.c4p--tearsheet__next:not(.c4p--tearsheet__next--keep-mounted)[data-tearsheet-exiting].c4p--tearsheet__next.c4p--tearsheet__next .c4p--tearsheet__next__container{animation:none}}.c4p--tearsheet__next.c4p--tearsheet__next--keep-mounted:not(.is-visible).c4p--tearsheet__next.c4p--tearsheet__next .c4p--tearsheet__next__container{transform:translate3d(0,min(95vh,500px),0)}@keyframes c4p--tearsheet__next--presence-tearsheet__enter{0%{opacity:0;transition:none}}@keyframes c4p--tearsheet__next--presence-tearsheet__exit{to{opacity:0}}@keyframes c4p--tearsheet__next--presence-tearsheet--container__enter{0%{transform:translate3d(0,min(95vh,500px),0);transition:none}}@keyframes c4p--tearsheet__next--presence-tearsheet--container__exit{to{transform:translate3d(0,min(95vh,500px),0)}}.c4p--tearsheet__next .c4p--tearsheet__next__container{align-self:flex-end;block-size:100%;border:1px solid var(--cds-border-subtle-01,#c6c6c6);inset-block-start:auto;max-block-size:calc(100% - var(--tearsheet-vertical-gap, 3rem));max-inline-size:var(--tearsheet-max-inline-size,1312px)}@media (max-width:41.98rem){.c4p--tearsheet__next:not(.c4p--tearsheet__next--stack-activated.is-visible) .c4p--tearsheet__next__container{max-block-size:none}}.c4p--tearsheet__next:not(.is-visible).c4p--tearsheet__next.c4p--tearsheet__next .c4p--tearsheet__next__container{transform:translate3d(0,min(95vh,500px),0)}.c4p--tearsheet__next.c4p--tearsheet__next.c4p--tearsheet__next--has-ai-label .c4p--tearsheet__next__container{background:linear-gradient(to top,var(--cds-layer),var(--cds-layer)) padding-box,linear-gradient(to bottom,var(--cds-ai-border-start,#78a9ff),var(--cds-ai-border-end,#d0e2ff)) border-box,linear-gradient(to top,var(--cds-layer),var(--cds-layer)) border-box;border:1px solid transparent;border-block-end:0;box-shadow:0 4px 10px 2px var(--cds-ai-drop-shadow,rgba(15,98,254,.1))}.c4p--tearsheet__next.c4p--tearsheet__next.c4p--tearsheet__next--has-ai-label .c4p--tearsheet__next__main-content{background:linear-gradient(to top,var(--cds-background,var(--cds-ai-popover-background,#fff)) 0,var(--cds-ai-aura-start,rgba(69,137,255,.1)) 0,15%,var(--cds-ai-aura-end,hsla(0,0%,100%,0)) 50%) padding-box,linear-gradient(to top,var(--cds-background,var(--cds-ai-popover-background,#fff)),var(--cds-background,var(--cds-ai-popover-background,#fff))) padding-box,linear-gradient(to bottom,var(--cds-ai-border-start,rgba(166,200,255,.64)),var(--cds-ai-border-end,#78a9ff)) border-box,linear-gradient(to top,var(--cds-background,var(--cds-ai-popover-background,#fff)),var(--cds-background,var(--cds-ai-popover-background,#fff))) border-box;box-shadow:inset 0 -80px 70px -65px var(--cds-ai-inner-shadow,rgba(69,137,255,.1));position:relative}.c4p--tearsheet__next.c4p--tearsheet__next.c4p--tearsheet__next .c4p--tearsheet__next__container{transition:transform .24s cubic-bezier(0,0,.3,1),max-block-size .24s cubic-bezier(0,0,.3,1)}@media screen and (prefers-reduced-motion:reduce){.c4p--tearsheet__next.c4p--tearsheet__next.c4p--tearsheet__next .c4p--tearsheet__next__container{transition:none}}.c4p--tearsheet__next .c4p--tearsheet__next__header{align-content:space-between;border-block-end:1px solid var(--cds-border-subtle-01,#c6c6c6);display:flex;flex-wrap:wrap;margin-block:0;max-block-size:50vh;padding-block-end:0;padding-block-start:1.5rem;padding-inline:2rem}.c4p--tearsheet__next .c4p--tearsheet__next__header>*{flex-basis:100%}.c4p--tearsheet__next .c4p--tearsheet__next__header>:not(.c4p--tearsheet__next__navigation-bar,.c4p--tearsheet__next__header-content-wrapper,.cds-custom--modal-close-button){margin-block-end:1.5rem}@media (max-width:41.98rem){.c4p--tearsheet__next .c4p--tearsheet__next__header{padding-inline:1rem}}.c4p--tearsheet__next .cds-custom--modal-container--sm .cds-custom--modal-header{padding-inline-end:2rem}.c4p--tearsheet__next .c4p--tearsheet__next__header-content-wrapper{display:grid;flex-basis:unset;gap:1rem;grid-template-columns:minmax(auto,40rem) minmax(var(--tearsheet-header-title-grid-width,0),1fr);inline-size:calc(100% - var(--tearsheet-header-action-offset))}@media (max-width:41.98rem){.c4p--tearsheet__next .c4p--tearsheet__next__header-content-wrapper{display:flex;flex-direction:column}}.c4p--tearsheet__next .c4p--tearsheet__next__header>:not(.c4p--tearsheet__next__navigation-bar,.c4p--tearsheet__next__header-content-wrapper,.cds-custom--modal-close-button,.excludeFromCollapse){max-block-size:50vh;opacity:1;overflow:hidden;transition:max-block-size .24s cubic-bezier(0,0,.3,1),opacity .24s cubic-bezier(0,0,.3,1),margin .24s cubic-bezier(0,0,.3,1),padding .24s cubic-bezier(0,0,.3,1)}.c4p--tearsheet__next .c4p--tearsheet__next__header .c4p--tearsheet__next__header-actions,.c4p--tearsheet__next .c4p--tearsheet__next__header .c4p--tearsheet__next__header-content-wrapper .c4p--tearsheet__next__header-content :not(.c4p--tearsheet__next__content__title-wrapper,.c4p--tearsheet__next__header-label){opacity:1;transition:all .24s cubic-bezier(0,0,.3,1),opacity .24s cubic-bezier(0,0,.3,1)}.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed{padding-block-start:.75rem;transition:padding .24s cubic-bezier(0,0,.3,1)}.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-actions>:not(.c4p--tearsheet__next__content__header-actions),.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-content-wrapper .c4p--tearsheet__next__header-content>:not(.c4p--tearsheet__next__content__title-wrapper) *,.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-content>:not(.c4p--tearsheet__next__content__title-wrapper),.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed>:not(.c4p--tearsheet__next__navigation-bar,.c4p--tearsheet__next__header-content-wrapper,.cds-custom--modal-close-button,.excludeFromCollapse),.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed>:not(.c4p--tearsheet__next__navigation-bar,.c4p--tearsheet__next__header-content-wrapper,.cds-custom--modal-close-button,.excludeFromCollapse) *{margin:0;max-block-size:0;opacity:0;overflow:hidden;padding:0;pointer-events:none;transition:all .24s cubic-bezier(0,0,.3,1)}.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-title{align-items:center;font-size:var(--cds-label-02-font-size,.875rem);font-weight:var(--cds-label-02-font-weight,400);letter-spacing:var(--cds-label-02-letter-spacing,.16px);line-height:var(--cds-label-02-line-height,1.28572);margin-block-start:.25rem;transition:all .24s cubic-bezier(0,0,.3,1)}.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-title>span{align-items:center;block-size:1.5rem;display:flex}.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-title .c4p--tearsheet__next__title-end svg,.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-title .c4p--tearsheet__next__title-start svg{inline-size:1rem}.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-content{align-self:center;margin-block-end:0}.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__content__header-actions{margin-block-start:-.125rem}@media (max-width:41.98rem){.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-actions{display:none}}.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__content__title-wrapper,.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-actions,.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-content,.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-content-wrapper,.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-title{margin-block:0;transition:margin-block .24s ease}.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-content-wrapper{min-block-size:2.5rem;padding-block-end:.75rem}.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__navigation-bar:before{background:rgba(0,0,0,.12);block-size:1px;content:\"\";inline-size:100vw;inset-block-start:-.25rem;inset-inline-start:50%;pointer-events:none;position:absolute;transform:translateX(-50%);z-index:1}.c4p--tearsheet__next.c4p--tearsheet__next--stack-activated.is-visible{--overlay-color:var(--cds-overlay,rgba(0,0,0,.6));--overlay-alpha:0.5;background-color:initial;z-index:calc(9000 - var(--stack-depth, 0))}.c4p--tearsheet__next.c4p--tearsheet__next--stack-activated.is-visible:before{background:var(--overlay-color);content:\"\";display:block;inset:0;opacity:calc(var(--overlay-alpha) - var(--stack-depth)*.1);position:absolute;transition:background-color .24s cubic-bezier(.4,.14,1,1),opacity .24s cubic-bezier(.4,.14,1,1)}@media (prefers-reduced-motion:reduce){.c4p--tearsheet__next.c4p--tearsheet__next--stack-activated.is-visible:before{transition:none}}.c4p--tearsheet__next.c4p--tearsheet__next--stack-activated.is-visible.is-visible .c4p--tearsheet__next__container{max-block-size:calc(100% - var(--tearsheet-vertical-gap, 3rem) + var(--block-size-change));transform:scaleX(var(--scale-factor))}.c4p--tearsheet__next__header-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);margin-block-end:.25rem}.c4p--tearsheet__next__header-title{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)}@media (max-width:41.98rem){.c4p--tearsheet__next__header-title{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)}}.c4p--tearsheet__next__header-title{align-items:flex-start;display:flex;gap:1rem;margin-block-end:.5rem}.c4p--tearsheet__next__header-title svg{flex-shrink:0}.c4p--tearsheet__next__header-title .c4p--tearsheet__next__title-end{margin-inline-start:1rem}.c4p--tearsheet__next__header-description{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--tearsheet__next__navigation-bar{align-items:center;display:flex;gap:.125rem;justify-content:space-between;max-inline-size:calc(100% - .75rem);min-block-size:2.5rem;position:relative}.c4p--tearsheet__next__navigation-bar .cds-custom--tabs{margin-inline-start:-1rem}.c4p--tearsheet__next__scroller-container{inset-block-end:.125rem;inset-inline-end:-2.5rem;position:absolute}@media (max-width:41.98rem){.c4p--tearsheet__next__scroller-container{inset-inline-end:-1.5rem}}.c4p--tearsheet__next__scroller-container .c4p--tearsheet__next__scroller-button-icon-collapsed{transform:rotate(-180deg)}.c4p--tearsheet__next__header-actions{display:flex;justify-content:flex-end}.c4p--tearsheet__next__content__header-actions{align-items:center;block-size:2rem;display:flex;flex:0 0 auto;inline-size:100%;justify-content:flex-end;margin-block-start:-14px;overflow:hidden}.c4p--tearsheet__next__content__header-actions>.c4p--tearsheet__next__header-action-item:not([data-hidden=true]){margin-inline-end:.5rem}.c4p--tearsheet__next__content__header-actions>.c4p--tearsheet__next__header-action-item:not([data-hidden=true]):nth-last-child(2){margin-inline-end:0}.c4p--tearsheet__next__content__header-actions>*{flex-shrink:0}@media (max-width:41.98rem){.c4p--tearsheet__next__content__header-actions{justify-content:flex-start;margin-inline-end:0}}.c4p--tearsheet__next__header-actions,.c4p--tearsheet__next__header-content{margin-block-end:1.5rem}@media (min-width:42rem){.c4p--tearsheet__next--wide .c4p--tearsheet__next__container{inline-size:calc(100% - 8rem)}}.c4p--tearsheet__next__body-layout{display:grid;grid-template-areas:\"influencer body\" \"influencer footer\";grid-template-columns:var(--tearsheet-influencer-width,16rem) 1fr;grid-template-rows:1fr auto;padding-block:0;padding-inline-end:0}.c4p--tearsheet__next__body-layout:not(.c4p--tearsheet__next__body-layout--has-influencer){grid-template-areas:\"body\" \"footer\";grid-template-columns:1fr}.c4p--tearsheet__next__influencer,:host(c4p-preview-tearsheet) ::slotted([slot=influencer]){border-inline-end:1px solid var(--cds-border-subtle-01,#c6c6c6);grid-area:influencer}.c4p--tearsheet__next__body,:host(c4p-preview-tearsheet) ::slotted([slot=body]){display:grid;grid-area:body;grid-template-columns:1fr var(--tearsheet-summary-content-width,16rem);overflow:hidden;position:relative}@media (max-width:41.98rem){.c4p--tearsheet__next__body,:host(c4p-preview-tearsheet) ::slotted([slot=body]){grid-template-columns:1fr 0}}.c4p--tearsheet__next__body>:only-child,:host(c4p-preview-tearsheet) ::slotted([slot=body])>:only-child{grid-column:1/-1}.c4p--tearsheet__next__footer,:host(c4p-preview-tearsheet) ::slotted([slot=footer]){block-size:5rem;border-block-start:1px solid var(--cds-border-subtle-01,#c6c6c6);grid-area:footer;overflow:hidden}@media (max-width:41.98rem){.c4p--tearsheet__next__footer,:host(c4p-preview-tearsheet) ::slotted([slot=footer]){block-size:4rem}}@media (max-width:19.98rem){.c4p--tearsheet__next__footer.c4p--tearsheet__next__footer--three-actions,:host(c4p-preview-tearsheet) .c4p--tearsheet__next__footer--three-actions::slotted([slot=footer]){overflow-x:auto;overflow-y:hidden}.c4p--tearsheet__next__footer.c4p--tearsheet__next__footer--three-actions .c4p--action-set,:host(c4p-preview-tearsheet) .c4p--tearsheet__next__footer--three-actions::slotted([slot=footer]) .c4p--action-set{display:inline-flex;flex-shrink:0;min-inline-size:-moz-max-content;min-inline-size:max-content}}@media (max-width:41.98rem){.c4p--tearsheet__next__footer.c4p--tearsheet__next__footer--many-actions,:host(c4p-preview-tearsheet) .c4p--tearsheet__next__footer--many-actions::slotted([slot=footer]){overflow-x:auto;overflow-y:hidden}.c4p--tearsheet__next__footer.c4p--tearsheet__next__footer--many-actions .c4p--action-set,:host(c4p-preview-tearsheet) .c4p--tearsheet__next__footer--many-actions::slotted([slot=footer]) .c4p--action-set{display:inline-flex;flex-shrink:0;min-inline-size:-moz-max-content;min-inline-size:max-content}}.c4p--tearsheet__next__influencer,.c4p--tearsheet__next__main-content,.c4p--tearsheet__next__summary-content,:host ::slotted([slot=summary-content]),:host(c4p-preview-tearsheet) ::slotted([slot=influencer]){overflow:auto}.c4p--tearsheet__next__influencer:not(.c4p--tearsheet__next__flush),.c4p--tearsheet__next__main-content:not(.c4p--tearsheet__next__flush),.c4p--tearsheet__next__summary-content:not(.c4p--tearsheet__next__flush),:host :not(.c4p--tearsheet__next__flush)::slotted([slot=summary-content]),:host(c4p-preview-tearsheet) :not(.c4p--tearsheet__next__flush)::slotted([slot=influencer]){padding-inline:2rem}@media (max-width:41.98rem){.c4p--tearsheet__next__influencer:not(.c4p--tearsheet__next__flush),.c4p--tearsheet__next__main-content:not(.c4p--tearsheet__next__flush),.c4p--tearsheet__next__summary-content:not(.c4p--tearsheet__next__flush),:host :not(.c4p--tearsheet__next__flush)::slotted([slot=summary-content]),:host(c4p-preview-tearsheet) :not(.c4p--tearsheet__next__flush)::slotted([slot=influencer]){padding-inline:1rem}}.c4p--tearsheet__next__side-panel,:host c4p-side-panel::part(dialog){block-size:100%;inline-size:100%!important;inset-block-start:0;max-inline-size:none;position:absolute;z-index:9999}.c4p--tearsheet__next__side-panel .c4p--side-panel__header,:host c4p-side-panel::part(dialog) .c4p--side-panel__header{min-block-size:0}.c4p--tearsheet__next--narrow .c4p--tearsheet__next__header{padding-inline:1rem}.c4p--tearsheet__next--narrow .c4p--tearsheet__next__header.c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-actions{display:none}.c4p--tearsheet__next--narrow .c4p--tearsheet__next__header-content-wrapper{display:flex;flex-direction:column}.c4p--tearsheet__next--narrow .c4p--tearsheet__next__header-title{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)}.c4p--tearsheet__next--narrow .c4p--tearsheet__next__content__header-actions{justify-content:flex-start;margin-inline-end:0}.c4p--tearsheet__next--narrow .c4p--tearsheet__next__body,:host(c4p-preview-tearsheet) .c4p--tearsheet__next--narrow ::slotted([slot=body]){grid-template-columns:1fr 0}.c4p--tearsheet__next--narrow .c4p--tearsheet__next__influencer:not(.c4p--tearsheet__next__flush),.c4p--tearsheet__next--narrow .c4p--tearsheet__next__main-content:not(.c4p--tearsheet__next__flush),.c4p--tearsheet__next--narrow .c4p--tearsheet__next__summary-content:not(.c4p--tearsheet__next__flush),:host .c4p--tearsheet__next--narrow :not(.c4p--tearsheet__next__flush)::slotted([slot=summary-content]),:host(c4p-preview-tearsheet) .c4p--tearsheet__next--narrow :not(.c4p--tearsheet__next__flush)::slotted([slot=influencer]){padding-inline:1rem}.c4p--tearsheet__next--narrow .c4p--tearsheet__next__footer,:host(c4p-preview-tearsheet) .c4p--tearsheet__next--narrow ::slotted([slot=footer]){block-size:4rem}.c4p--tearsheet__next--has-ai-label::part(dialog){background:linear-gradient(to top,var(--cds-layer),var(--cds-layer)) padding-box,linear-gradient(to bottom,var(--cds-ai-border-start,#78a9ff),var(--cds-ai-border-end,#d0e2ff)) border-box,linear-gradient(to top,var(--cds-layer),var(--cds-layer)) border-box;border:1px solid transparent!important;border-block-end:0;box-shadow:0 4px 10px 2px var(--cds-ai-drop-shadow,rgba(15,98,254,.1))}.c4p--tearsheet__next__main-content{position:relative}.c4p--tearsheet__next__main-content.c4p--tearsheet__next__flush{padding-inline:0}.c4p--tearsheet__next__main-content.c4p--tearsheet__next__main-content--no-summary{grid-column:1/-1}.c4p--tearsheet__next__main-content.c4p--tearsheet__next__main-content--has-ai-label{background:linear-gradient(to top,var(--cds-background,var(--cds-ai-popover-background,#fff)) 0,var(--cds-ai-aura-start,rgba(69,137,255,.1)) 0,15%,var(--cds-ai-aura-end,hsla(0,0%,100%,0)) 50%) padding-box,linear-gradient(to top,var(--cds-background,var(--cds-ai-popover-background,#fff)),var(--cds-background,var(--cds-ai-popover-background,#fff))) padding-box,linear-gradient(to bottom,var(--cds-ai-border-start,rgba(166,200,255,.64)),var(--cds-ai-border-end,#78a9ff)) border-box,linear-gradient(to top,var(--cds-background,var(--cds-ai-popover-background,#fff)),var(--cds-background,var(--cds-ai-popover-background,#fff))) border-box;box-shadow:inset 0 -80px 70px -65px var(--cds-ai-inner-shadow,rgba(69,137,255,.1))}:host ::slotted([slot=summary-content][is-flush]){padding-inline:0}@media screen and (prefers-reduced-motion:reduce){:host(c4p-preview-tearsheet) ::part(dialog){align-self:flex-end;block-size:100%;border:1px solid var(--cds-border-subtle-01,#c6c6c6);inset-block-start:auto;max-block-size:calc(100% - var(--tearsheet-vertical-gap, 3rem));transform:translate3d(0,min(95vh,500px),0);transition:none}}:host(c4p-preview-tearsheet) ::part(dialog){align-self:flex-end;block-size:100%;border:1px solid var(--cds-border-subtle-01,#c6c6c6);inset-block-start:auto;max-block-size:calc(100% - var(--tearsheet-vertical-gap, 3rem));transform:translate3d(0,min(95vh,500px),0);transition:transform .24s cubic-bezier(0,0,.3,1),max-block-size .24s cubic-bezier(0,0,.3,1)}:host(c4p-preview-tearsheet) ::slotted([slot=influencer][is-flush]){padding-inline:0}:host(c4p-preview-tearsheet[open]) ::part(dialog){transform:translateZ(0);transition:transform .24s cubic-bezier(0,0,.3,1)}@media (prefers-reduced-motion:reduce){:host(c4p-preview-tearsheet[open]) ::part(dialog){transition:none}}@media (max-width:41.98rem){:host(:not(.c4p--tearsheet__next--stack-activated.is-visible)) ::part(dialog){max-block-size:none}}:host(c4p-preview-tearsheet.c4p--tearsheet__next--stack-activated.is-visible){--overlay-color:var(--cds-overlay,rgba(0,0,0,.6));--overlay-alpha:0.5;z-index:calc(9000 - var(--stack-depth, 0))}:host(c4p-preview-tearsheet.c4p--tearsheet__next--stack-activated.is-visible):before{background:var(--overlay-color);content:\"\";display:block;inset:0;opacity:calc(var(--overlay-alpha) - var(--stack-depth)*.1);pointer-events:none;position:fixed;transition:background-color .24s cubic-bezier(.4,.14,1,1),opacity .24s cubic-bezier(.4,.14,1,1);z-index:-1}@media (prefers-reduced-motion:reduce){:host(c4p-preview-tearsheet.c4p--tearsheet__next--stack-activated.is-visible):before{transition:none}}:host(c4p-preview-tearsheet.c4p--tearsheet__next--stack-activated.is-visible) cds-custom-modal{background-color:transparent}:host(c4p-preview-tearsheet.c4p--tearsheet__next--stack-activated.is-visible) ::part(dialog){max-block-size:calc(100% - var(--tearsheet-vertical-gap, 3rem) + var(--block-size-change));transform:scaleX(var(--scale-factor))}:host(c4p-preview-tearsheet[variant=narrow]) .c4p--tearsheet__next__header{padding-inline:1rem}:host(c4p-preview-tearsheet[variant=narrow]) .c4p--tearsheet__next__header.c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-actions{display:none}:host(c4p-preview-tearsheet[variant=narrow]) .c4p--tearsheet__next__header-content-wrapper{display:flex;flex-direction:column}:host(c4p-preview-tearsheet[variant=narrow]) .c4p--tearsheet__next__header-title{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)}:host(c4p-preview-tearsheet[variant=narrow]) .c4p--tearsheet__next__content__header-actions{justify-content:flex-start;margin-inline-end:0}:host(c4p-preview-tearsheet[variant=narrow]) .c4p--tearsheet__next__body,:host(c4p-preview-tearsheet[variant=narrow]):host(c4p-preview-tearsheet) ::slotted([slot=body]){grid-template-columns:1fr 0}:host(c4p-preview-tearsheet[variant=narrow]) ::slotted([slot=influencer]),:host(c4p-preview-tearsheet[variant=narrow]) ::slotted([slot=summary-content]){padding:0!important}@media (max-width:41.98rem){:host(c4p-preview-tearsheet) ::slotted([slot=influencer]),:host(c4p-preview-tearsheet) ::slotted([slot=summary-content]){padding:0!important}}:host-context(c4p-preview-tearsheet[variant=narrow]) ::slotted([slot=summary-content]){padding:0}:host ::slotted([slot=footer]){padding-block:0}:host-context(c4p-preview-tearsheet[variant=narrow]) .c4p--tearsheet__next__header{padding-inline:1rem}:host-context(c4p-preview-tearsheet[variant=narrow][collapsed]) .c4p--tearsheet__next__header-actions{display:none}:host{position:relative}:host .c4p--tearsheet__next__header{align-content:space-between;border-block-end:1px solid var(--cds-border-subtle-01,#c6c6c6);display:flex;flex-wrap:wrap;margin-block:0;max-block-size:50vh;padding-block-end:0;padding-block-start:1.5rem;padding-inline:2rem}@media (max-width:41.98rem){:host .c4p--tearsheet__next__header{padding-inline:1rem}}:host ::slotted(:not([slot=header-content])){flex-basis:100%;margin-block-end:1.5rem}:host ::slotted([slot=header-content]){inline-size:calc(100% - var(--tearsheet-header-action-offset))}:host ::slotted([slot=header-content]),:host ::slotted([slot=navigation-bar]){margin-block-end:0}.c4p--tearsheet__next__header--no-close-icon{display:none}@media screen and (prefers-reduced-motion:reduce){:host ::slotted(*){max-block-size:50vh;opacity:1;overflow:hidden;transition:none}}:host ::slotted(*){max-block-size:50vh;opacity:1;overflow:hidden;transition:max-block-size .24s cubic-bezier(0,0,.3,1),opacity .24s cubic-bezier(0,0,.3,1),margin .24s cubic-bezier(0,0,.3,1),padding .24s cubic-bezier(0,0,.3,1)}:host ::slotted(.excludeFromCollapse),:host ::slotted([slot=header-content]),:host ::slotted([slot=navigation-bar]){max-block-size:none;opacity:1;overflow:visible;transition:none}:host([collapsed]) .c4p--tearsheet__next__header{padding-block-start:.75rem;transition:padding .24s cubic-bezier(0,0,.3,1)}:host([collapsed]) ::slotted(:not([slot=navigation-bar],[slot=header-content],.excludeFromCollapse,[slot=decorator])){display:none;margin:0;max-block-size:0;opacity:0;overflow:hidden;padding:0;pointer-events:none;transition:all .24s cubic-bezier(0,0,.3,1)}:host([collapsed]) ::slotted([slot=header-content]){min-block-size:2.5rem;padding-block-end:.75rem}:host([collapsed]) ::slotted([slot=navigation-bar]):before{background:rgba(0,0,0,.12);block-size:1px;content:\"\";inline-size:100vw;inset-block-start:-.25rem;inset-inline-start:50%;pointer-events:none;position:absolute;transform:translateX(-50%);z-index:1}"]);
10
+ //#region src/components/tearsheet-preview/tearsheet-header.scss?lit
11
+ var tearsheet_header_default = css(["@keyframes cds-custom--hide-feedback{0%{opacity:1;visibility:inherit}to{opacity:0;visibility:hidden}}@keyframes cds-custom--show-feedback{0%{opacity:0;visibility:hidden}to{opacity:1;visibility:inherit}}@keyframes cds-custom--skeleton{0%{opacity:.3;transform:scaleX(0);transform-origin:left}20%{opacity:1;transform:scaleX(1);transform-origin:left}28%{transform:scaleX(1);transform-origin:right}51%{transform:scaleX(0);transform-origin:right}58%{transform:scaleX(0);transform-origin:right}82%{transform:scaleX(1);transform-origin:right}83%{transform:scaleX(1);transform-origin:left}96%{transform:scaleX(0);transform-origin:left}to{opacity:.3;transform:scaleX(0);transform-origin:left}}.cds-custom--layout--size-xs{--cds-custom-layout-size-height-context:var(--cds-custom-layout-size-height-xs,1.5rem);--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context)}.cds-custom--layout-constraint--size__default-xs{--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context,var(--cds-custom-layout-size-height-xs,1.5rem))}.cds-custom--layout-constraint--size__min-xs{--cds-custom-layout-size-height-min:var(--cds-custom-layout-size-height-xs,1.5rem)}.cds-custom--layout-constraint--size__max-xs{--cds-custom-layout-size-height-max:var(--cds-custom-layout-size-height-xs,1.5rem)}.cds-custom--layout--size-sm{--cds-custom-layout-size-height-context:var(--cds-custom-layout-size-height-sm,2rem);--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context)}.cds-custom--layout-constraint--size__default-sm{--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context,var(--cds-custom-layout-size-height-sm,2rem))}.cds-custom--layout-constraint--size__min-sm{--cds-custom-layout-size-height-min:var(--cds-custom-layout-size-height-sm,2rem)}.cds-custom--layout-constraint--size__max-sm{--cds-custom-layout-size-height-max:var(--cds-custom-layout-size-height-sm,2rem)}.cds-custom--layout--size-md{--cds-custom-layout-size-height-context:var(--cds-custom-layout-size-height-md,2.5rem);--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context)}.cds-custom--layout-constraint--size__default-md{--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context,var(--cds-custom-layout-size-height-md,2.5rem))}.cds-custom--layout-constraint--size__min-md{--cds-custom-layout-size-height-min:var(--cds-custom-layout-size-height-md,2.5rem)}.cds-custom--layout-constraint--size__max-md{--cds-custom-layout-size-height-max:var(--cds-custom-layout-size-height-md,2.5rem)}.cds-custom--layout--size-lg{--cds-custom-layout-size-height-context:var(--cds-custom-layout-size-height-lg,3rem);--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context)}.cds-custom--layout-constraint--size__default-lg{--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context,var(--cds-custom-layout-size-height-lg,3rem))}.cds-custom--layout-constraint--size__min-lg{--cds-custom-layout-size-height-min:var(--cds-custom-layout-size-height-lg,3rem)}.cds-custom--layout-constraint--size__max-lg{--cds-custom-layout-size-height-max:var(--cds-custom-layout-size-height-lg,3rem)}.cds-custom--layout--size-xl{--cds-custom-layout-size-height-context:var(--cds-custom-layout-size-height-xl,4rem);--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context)}.cds-custom--layout-constraint--size__default-xl{--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context,var(--cds-custom-layout-size-height-xl,4rem))}.cds-custom--layout-constraint--size__min-xl{--cds-custom-layout-size-height-min:var(--cds-custom-layout-size-height-xl,4rem)}.cds-custom--layout-constraint--size__max-xl{--cds-custom-layout-size-height-max:var(--cds-custom-layout-size-height-xl,4rem)}.cds-custom--layout--size-2xl{--cds-custom-layout-size-height-context:var(--cds-custom-layout-size-height-2xl,5rem);--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context)}.cds-custom--layout-constraint--size__default-2xl{--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context,var(--cds-custom-layout-size-height-2xl,5rem))}.cds-custom--layout-constraint--size__min-2xl{--cds-custom-layout-size-height-min:var(--cds-custom-layout-size-height-2xl,5rem)}.cds-custom--layout-constraint--size__max-2xl{--cds-custom-layout-size-height-max:var(--cds-custom-layout-size-height-2xl,5rem)}.cds-custom--layout--density-condensed{--cds-custom-layout-density-padding-inline-context:var(--cds-custom-layout-density-padding-inline-condensed,0.5rem);--cds-custom-layout-density-padding-inline:var(--cds-custom-layout-density-padding-inline-context)}.cds-custom--layout-constraint--density__default-condensed{--cds-custom-layout-density-padding-inline:var(--cds-custom-layout-density-padding-inline-context,var(--cds-custom-layout-density-padding-inline-condensed,0.5rem))}.cds-custom--layout-constraint--density__min-condensed{--cds-custom-layout-density-padding-inline-min:var(--cds-custom-layout-density-padding-inline-condensed,0.5rem)}.cds-custom--layout-constraint--density__max-condensed{--cds-custom-layout-density-padding-inline-max:var(--cds-custom-layout-density-padding-inline-condensed,0.5rem)}.cds-custom--layout--density-normal{--cds-custom-layout-density-padding-inline-context:var(--cds-custom-layout-density-padding-inline-normal,1rem);--cds-custom-layout-density-padding-inline:var(--cds-custom-layout-density-padding-inline-context)}.cds-custom--layout-constraint--density__default-normal{--cds-custom-layout-density-padding-inline:var(--cds-custom-layout-density-padding-inline-context,var(--cds-custom-layout-density-padding-inline-normal,1rem))}.cds-custom--layout-constraint--density__min-normal{--cds-custom-layout-density-padding-inline-min:var(--cds-custom-layout-density-padding-inline-normal,1rem)}.cds-custom--layout-constraint--density__max-normal{--cds-custom-layout-density-padding-inline-max:var(--cds-custom-layout-density-padding-inline-normal,1rem)}:root{--cds-custom-layout-size-height-xs:1.5rem;--cds-custom-layout-size-height-sm:2rem;--cds-custom-layout-size-height-md:2.5rem;--cds-custom-layout-size-height-lg:3rem;--cds-custom-layout-size-height-xl:4rem;--cds-custom-layout-size-height-2xl:5rem;--cds-custom-layout-size-height-min:0px;--cds-custom-layout-size-height-max:999999999px;--cds-custom-layout-density-padding-inline-condensed:0.5rem;--cds-custom-layout-density-padding-inline-normal:1rem;--cds-custom-layout-density-padding-inline-min:0px;--cds-custom-layout-density-padding-inline-max:999999999px}.cds-custom--assistive-text,.cds-custom--visually-hidden{block-size:1px;border:0;margin:-1px;overflow:hidden;padding:0;position:absolute;clip:rect(0,0,0,0);inline-size:1px;visibility:inherit;white-space:nowrap}.c4p--tearsheet__next.c4p--tearsheet__next:not(.c4p--tearsheet__next--keep-mounted){animation:c4p--tearsheet__next--presence-tearsheet__enter .24s cubic-bezier(0,0,.3,1);opacity:1}.c4p--tearsheet__next.c4p--tearsheet__next:not(.c4p--tearsheet__next--keep-mounted).c4p--tearsheet__next.c4p--tearsheet__next .c4p--tearsheet__next__container{animation:c4p--tearsheet__next--presence-tearsheet--container__enter .24s cubic-bezier(0,0,.3,1);transform:translateZ(0)}@media screen and (prefers-reduced-motion:reduce){.c4p--tearsheet__next.c4p--tearsheet__next:not(.c4p--tearsheet__next--keep-mounted).c4p--tearsheet__next.c4p--tearsheet__next .c4p--tearsheet__next__container{animation:none}}.c4p--tearsheet__next.c4p--tearsheet__next:not(.c4p--tearsheet__next--keep-mounted).c4p--tearsheet__next--stacked.is-visible .c4p--tearsheet__next__container{transform:scaleX(var(--scale-factor))}.c4p--tearsheet__next.c4p--tearsheet__next:not(.c4p--tearsheet__next--keep-mounted)[data-tearsheet-exiting]{animation:c4p--tearsheet__next--presence-tearsheet__exit .24s cubic-bezier(.4,.14,1,1) forwards}.c4p--tearsheet__next.c4p--tearsheet__next:not(.c4p--tearsheet__next--keep-mounted)[data-tearsheet-exiting].c4p--tearsheet__next.c4p--tearsheet__next .c4p--tearsheet__next__container{animation:c4p--tearsheet__next--presence-tearsheet--container__exit .24s cubic-bezier(0,0,.3,1) forwards}@media screen and (prefers-reduced-motion:reduce){.c4p--tearsheet__next.c4p--tearsheet__next:not(.c4p--tearsheet__next--keep-mounted)[data-tearsheet-exiting].c4p--tearsheet__next.c4p--tearsheet__next .c4p--tearsheet__next__container{animation:none}}.c4p--tearsheet__next.c4p--tearsheet__next--keep-mounted:not(.is-visible).c4p--tearsheet__next.c4p--tearsheet__next .c4p--tearsheet__next__container{transform:translate3d(0,min(95vh,500px),0)}@keyframes c4p--tearsheet__next--presence-tearsheet__enter{0%{opacity:0;transition:none}}@keyframes c4p--tearsheet__next--presence-tearsheet__exit{to{opacity:0}}@keyframes c4p--tearsheet__next--presence-tearsheet--container__enter{0%{transform:translate3d(0,min(95vh,500px),0);transition:none}}@keyframes c4p--tearsheet__next--presence-tearsheet--container__exit{to{transform:translate3d(0,min(95vh,500px),0)}}.c4p--tearsheet__next .c4p--tearsheet__next__container{align-self:flex-end;block-size:100%;border:1px solid var(--cds-custom-border-subtle-01,#c6c6c6);inset-block-start:auto;max-block-size:calc(100% - var(--tearsheet-vertical-gap, 3rem));max-inline-size:var(--tearsheet-max-inline-size,1312px)}@media (max-width:41.98rem){.c4p--tearsheet__next:not(.c4p--tearsheet__next--stack-activated.is-visible) .c4p--tearsheet__next__container{max-block-size:none}}.c4p--tearsheet__next:not(.is-visible).c4p--tearsheet__next.c4p--tearsheet__next .c4p--tearsheet__next__container{transform:translate3d(0,min(95vh,500px),0)}.c4p--tearsheet__next.c4p--tearsheet__next.c4p--tearsheet__next--has-ai-label .c4p--tearsheet__next__container{background:linear-gradient(to top,var(--cds-custom-layer),var(--cds-custom-layer)) padding-box,linear-gradient(to bottom,var(--cds-custom-ai-border-start,#78a9ff),var(--cds-custom-ai-border-end,#d0e2ff)) border-box,linear-gradient(to top,var(--cds-custom-layer),var(--cds-custom-layer)) border-box;border:1px solid transparent;border-block-end:0;box-shadow:0 4px 10px 2px var(--cds-custom-ai-drop-shadow,rgba(15,98,254,.1))}.c4p--tearsheet__next.c4p--tearsheet__next.c4p--tearsheet__next--has-ai-label .c4p--tearsheet__next__main-content{background:linear-gradient(to top,var(--cds-custom-background,var(--cds-custom-ai-popover-background,#fff)) 0,var(--cds-custom-ai-aura-start,rgba(69,137,255,.1)) 0,15%,var(--cds-custom-ai-aura-end,hsla(0,0%,100%,0)) 50%) padding-box,linear-gradient(to top,var(--cds-custom-background,var(--cds-custom-ai-popover-background,#fff)),var(--cds-custom-background,var(--cds-custom-ai-popover-background,#fff))) padding-box,linear-gradient(to bottom,var(--cds-custom-ai-border-start,rgba(166,200,255,.64)),var(--cds-custom-ai-border-end,#78a9ff)) border-box,linear-gradient(to top,var(--cds-custom-background,var(--cds-custom-ai-popover-background,#fff)),var(--cds-custom-background,var(--cds-custom-ai-popover-background,#fff))) border-box;box-shadow:inset 0 -80px 70px -65px var(--cds-custom-ai-inner-shadow,rgba(69,137,255,.1));position:relative}.c4p--tearsheet__next.c4p--tearsheet__next.c4p--tearsheet__next .c4p--tearsheet__next__container{transition:transform .24s cubic-bezier(0,0,.3,1),max-block-size .24s cubic-bezier(0,0,.3,1)}@media screen and (prefers-reduced-motion:reduce){.c4p--tearsheet__next.c4p--tearsheet__next.c4p--tearsheet__next .c4p--tearsheet__next__container{transition:none}}.c4p--tearsheet__next .c4p--tearsheet__next__header{align-content:space-between;border-block-end:1px solid var(--cds-custom-border-subtle-01,#c6c6c6);display:flex;flex-wrap:wrap;margin-block:0;max-block-size:50vh;padding-block-end:0;padding-block-start:1.5rem;padding-inline:2rem}.c4p--tearsheet__next .c4p--tearsheet__next__header>*{flex-basis:100%}.c4p--tearsheet__next .c4p--tearsheet__next__header>:not(.c4p--tearsheet__next__navigation-bar,.c4p--tearsheet__next__header-content-wrapper,.cds-custom--modal-close-button){margin-block-end:1.5rem}@media (max-width:41.98rem){.c4p--tearsheet__next .c4p--tearsheet__next__header{padding-inline:1rem}}.c4p--tearsheet__next .cds-custom--modal-container--sm .cds-custom--modal-header{padding-inline-end:2rem}.c4p--tearsheet__next .c4p--tearsheet__next__header-content-wrapper{display:grid;flex-basis:unset;gap:1rem;grid-template-columns:minmax(auto,40rem) minmax(var(--tearsheet-header-title-grid-width,0),1fr);inline-size:calc(100% - var(--tearsheet-header-action-offset))}@media (max-width:41.98rem){.c4p--tearsheet__next .c4p--tearsheet__next__header-content-wrapper{display:flex;flex-direction:column}}.c4p--tearsheet__next .c4p--tearsheet__next__header>:not(.c4p--tearsheet__next__navigation-bar,.c4p--tearsheet__next__header-content-wrapper,.cds-custom--modal-close-button,.excludeFromCollapse){max-block-size:50vh;opacity:1;overflow:hidden;transition:max-block-size .24s cubic-bezier(0,0,.3,1),opacity .24s cubic-bezier(0,0,.3,1),margin .24s cubic-bezier(0,0,.3,1),padding .24s cubic-bezier(0,0,.3,1)}.c4p--tearsheet__next .c4p--tearsheet__next__header .c4p--tearsheet__next__header-actions,.c4p--tearsheet__next .c4p--tearsheet__next__header .c4p--tearsheet__next__header-content-wrapper .c4p--tearsheet__next__header-content :not(.c4p--tearsheet__next__content__title-wrapper,.c4p--tearsheet__next__header-label){opacity:1;transition:all .24s cubic-bezier(0,0,.3,1),opacity .24s cubic-bezier(0,0,.3,1)}.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed{padding-block-start:.75rem;transition:padding .24s cubic-bezier(0,0,.3,1)}.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-actions>:not(.c4p--tearsheet__next__content__header-actions),.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-content-wrapper .c4p--tearsheet__next__header-content>:not(.c4p--tearsheet__next__content__title-wrapper) *,.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-content>:not(.c4p--tearsheet__next__content__title-wrapper),.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed>:not(.c4p--tearsheet__next__navigation-bar,.c4p--tearsheet__next__header-content-wrapper,.cds-custom--modal-close-button,.excludeFromCollapse),.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed>:not(.c4p--tearsheet__next__navigation-bar,.c4p--tearsheet__next__header-content-wrapper,.cds-custom--modal-close-button,.excludeFromCollapse) *{margin:0;max-block-size:0;opacity:0;overflow:hidden;padding:0;pointer-events:none;transition:all .24s cubic-bezier(0,0,.3,1)}.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-title{align-items:center;font-size:var(--cds-custom-label-02-font-size,.875rem);font-weight:var(--cds-custom-label-02-font-weight,400);letter-spacing:var(--cds-custom-label-02-letter-spacing,.16px);line-height:var(--cds-custom-label-02-line-height,1.28572);margin-block-start:.25rem;transition:all .24s cubic-bezier(0,0,.3,1)}.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-title>span{align-items:center;block-size:1.5rem;display:flex}.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-title .c4p--tearsheet__next__title-end svg,.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-title .c4p--tearsheet__next__title-start svg{inline-size:1rem}.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-content{align-self:center;margin-block-end:0}.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__content__header-actions{margin-block-start:-.125rem}@media (max-width:41.98rem){.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-actions{display:none}}.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__content__title-wrapper,.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-actions,.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-content,.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-content-wrapper,.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-title{margin-block:0;transition:margin-block .24s ease}.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-content-wrapper{min-block-size:2.5rem;padding-block-end:.75rem}.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__navigation-bar:before{background:rgba(0,0,0,.12);block-size:1px;content:\"\";inline-size:100vw;inset-block-start:-.25rem;inset-inline-start:50%;pointer-events:none;position:absolute;transform:translateX(-50%);z-index:1}.c4p--tearsheet__next.c4p--tearsheet__next--stack-activated.is-visible{--overlay-color:var(--cds-custom-overlay,rgba(0,0,0,.6));--overlay-alpha:0.5;background-color:initial;z-index:calc(9000 - var(--stack-depth, 0))}.c4p--tearsheet__next.c4p--tearsheet__next--stack-activated.is-visible:before{background:var(--overlay-color);content:\"\";display:block;inset:0;opacity:calc(var(--overlay-alpha) - var(--stack-depth)*.1);position:absolute;transition:background-color .24s cubic-bezier(.4,.14,1,1),opacity .24s cubic-bezier(.4,.14,1,1)}@media (prefers-reduced-motion:reduce){.c4p--tearsheet__next.c4p--tearsheet__next--stack-activated.is-visible:before{transition:none}}.c4p--tearsheet__next.c4p--tearsheet__next--stack-activated.is-visible.is-visible .c4p--tearsheet__next__container{max-block-size:calc(100% - var(--tearsheet-vertical-gap, 3rem) + var(--block-size-change));transform:scaleX(var(--scale-factor))}.c4p--tearsheet__next__header-label{color:var(--cds-custom-text-secondary,#525252);font-size:var(--cds-custom-label-01-font-size,.75rem);font-weight:var(--cds-custom-label-01-font-weight,400);letter-spacing:var(--cds-custom-label-01-letter-spacing,.32px);line-height:var(--cds-custom-label-01-line-height,1.33333);margin-block-end:.25rem}.c4p--tearsheet__next__header-title{font-size:var(--cds-custom-heading-04-font-size,1.75rem);font-weight:var(--cds-custom-heading-04-font-weight,400);letter-spacing:var(--cds-custom-heading-04-letter-spacing,0);line-height:var(--cds-custom-heading-04-line-height,1.28572)}@media (max-width:41.98rem){.c4p--tearsheet__next__header-title{font-size:var(--cds-custom-heading-03-font-size,1.25rem);font-weight:var(--cds-custom-heading-03-font-weight,400);letter-spacing:var(--cds-custom-heading-03-letter-spacing,0);line-height:var(--cds-custom-heading-03-line-height,1.4)}}.c4p--tearsheet__next__header-title{align-items:flex-start;display:flex;gap:1rem;margin-block-end:.5rem}.c4p--tearsheet__next__header-title svg{flex-shrink:0}.c4p--tearsheet__next__header-title .c4p--tearsheet__next__title-end{margin-inline-start:1rem}.c4p--tearsheet__next__header-description{font-size:var(--cds-custom-body-compact-01-font-size,.875rem);font-weight:var(--cds-custom-body-compact-01-font-weight,400);letter-spacing:var(--cds-custom-body-compact-01-letter-spacing,.16px);line-height:var(--cds-custom-body-compact-01-line-height,1.28572)}.c4p--tearsheet__next__navigation-bar{align-items:center;display:flex;gap:.125rem;justify-content:space-between;max-inline-size:calc(100% - .75rem);min-block-size:2.5rem;position:relative}.c4p--tearsheet__next__navigation-bar .cds-custom--tabs{margin-inline-start:-1rem}.c4p--tearsheet__next__scroller-container{inset-block-end:.125rem;inset-inline-end:-2.5rem;position:absolute}@media (max-width:41.98rem){.c4p--tearsheet__next__scroller-container{inset-inline-end:-1.5rem}}.c4p--tearsheet__next__scroller-container .c4p--tearsheet__next__scroller-button-icon-collapsed{transform:rotate(-180deg)}.c4p--tearsheet__next__header-actions{display:flex;justify-content:flex-end}.c4p--tearsheet__next__content__header-actions{align-items:center;block-size:2rem;display:flex;flex:0 0 auto;inline-size:100%;justify-content:flex-end;margin-block-start:-14px;overflow:hidden}.c4p--tearsheet__next__content__header-actions>.c4p--tearsheet__next__header-action-item:not([data-hidden=true]){margin-inline-end:.5rem}.c4p--tearsheet__next__content__header-actions>.c4p--tearsheet__next__header-action-item:not([data-hidden=true]):nth-last-child(2){margin-inline-end:0}.c4p--tearsheet__next__content__header-actions>*{flex-shrink:0}@media (max-width:41.98rem){.c4p--tearsheet__next__content__header-actions{justify-content:flex-start;margin-inline-end:0}}.c4p--tearsheet__next__header-actions,.c4p--tearsheet__next__header-content{margin-block-end:1.5rem}@media (min-width:42rem){.c4p--tearsheet__next--wide .c4p--tearsheet__next__container{inline-size:calc(100% - 8rem)}}.c4p--tearsheet__next__body-layout{display:grid;grid-template-areas:\"influencer body\" \"influencer footer\";grid-template-columns:var(--tearsheet-influencer-width,16rem) 1fr;grid-template-rows:1fr auto;padding-block:0;padding-inline-end:0}.c4p--tearsheet__next__body-layout:not(.c4p--tearsheet__next__body-layout--has-influencer){grid-template-areas:\"body\" \"footer\";grid-template-columns:1fr}.c4p--tearsheet__next__influencer,:host(c4p-preview-tearsheet) ::slotted([slot=influencer]){border-inline-end:1px solid var(--cds-custom-border-subtle-01,#c6c6c6);grid-area:influencer}.c4p--tearsheet__next__body,:host(c4p-preview-tearsheet) ::slotted([slot=body]){display:grid;grid-area:body;grid-template-columns:1fr var(--tearsheet-summary-content-width,16rem);overflow:hidden;position:relative}@media (max-width:41.98rem){.c4p--tearsheet__next__body,:host(c4p-preview-tearsheet) ::slotted([slot=body]){grid-template-columns:1fr 0}}.c4p--tearsheet__next__body>:only-child,:host(c4p-preview-tearsheet) ::slotted([slot=body])>:only-child{grid-column:1/-1}.c4p--tearsheet__next__footer,:host(c4p-preview-tearsheet) ::slotted([slot=footer]){block-size:5rem;border-block-start:1px solid var(--cds-custom-border-subtle-01,#c6c6c6);grid-area:footer;overflow:hidden}@media (max-width:41.98rem){.c4p--tearsheet__next__footer,:host(c4p-preview-tearsheet) ::slotted([slot=footer]){block-size:4rem}}@media (max-width:19.98rem){.c4p--tearsheet__next__footer.c4p--tearsheet__next__footer--three-actions,:host(c4p-preview-tearsheet) .c4p--tearsheet__next__footer--three-actions::slotted([slot=footer]){overflow-x:auto;overflow-y:hidden}.c4p--tearsheet__next__footer.c4p--tearsheet__next__footer--three-actions .c4p--action-set,:host(c4p-preview-tearsheet) .c4p--tearsheet__next__footer--three-actions::slotted([slot=footer]) .c4p--action-set{display:inline-flex;flex-shrink:0;min-inline-size:-moz-max-content;min-inline-size:max-content}}@media (max-width:41.98rem){.c4p--tearsheet__next__footer.c4p--tearsheet__next__footer--many-actions,:host(c4p-preview-tearsheet) .c4p--tearsheet__next__footer--many-actions::slotted([slot=footer]){overflow-x:auto;overflow-y:hidden}.c4p--tearsheet__next__footer.c4p--tearsheet__next__footer--many-actions .c4p--action-set,:host(c4p-preview-tearsheet) .c4p--tearsheet__next__footer--many-actions::slotted([slot=footer]) .c4p--action-set{display:inline-flex;flex-shrink:0;min-inline-size:-moz-max-content;min-inline-size:max-content}}.c4p--tearsheet__next__influencer,.c4p--tearsheet__next__main-content,.c4p--tearsheet__next__summary-content,:host ::slotted([slot=summary-content]),:host(c4p-preview-tearsheet) ::slotted([slot=influencer]){overflow:auto}.c4p--tearsheet__next__influencer:not(.c4p--tearsheet__next__flush),.c4p--tearsheet__next__main-content:not(.c4p--tearsheet__next__flush),.c4p--tearsheet__next__summary-content:not(.c4p--tearsheet__next__flush),:host :not(.c4p--tearsheet__next__flush)::slotted([slot=summary-content]),:host(c4p-preview-tearsheet) :not(.c4p--tearsheet__next__flush)::slotted([slot=influencer]){padding-inline:2rem}@media (max-width:41.98rem){.c4p--tearsheet__next__influencer:not(.c4p--tearsheet__next__flush),.c4p--tearsheet__next__main-content:not(.c4p--tearsheet__next__flush),.c4p--tearsheet__next__summary-content:not(.c4p--tearsheet__next__flush),:host :not(.c4p--tearsheet__next__flush)::slotted([slot=summary-content]),:host(c4p-preview-tearsheet) :not(.c4p--tearsheet__next__flush)::slotted([slot=influencer]){padding-inline:1rem}}.c4p--tearsheet__next__side-panel,:host c4p-side-panel::part(dialog){block-size:100%;inline-size:100%!important;inset-block-start:0;max-inline-size:none;position:absolute;z-index:9999}.c4p--tearsheet__next__side-panel .c4p--side-panel__header,:host c4p-side-panel::part(dialog) .c4p--side-panel__header{min-block-size:0}.c4p--tearsheet__next--narrow .c4p--tearsheet__next__header{padding-inline:1rem}.c4p--tearsheet__next--narrow .c4p--tearsheet__next__header.c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-actions{display:none}.c4p--tearsheet__next--narrow .c4p--tearsheet__next__header-content-wrapper{display:flex;flex-direction:column}.c4p--tearsheet__next--narrow .c4p--tearsheet__next__header-title{font-size:var(--cds-custom-heading-03-font-size,1.25rem);font-weight:var(--cds-custom-heading-03-font-weight,400);letter-spacing:var(--cds-custom-heading-03-letter-spacing,0);line-height:var(--cds-custom-heading-03-line-height,1.4)}.c4p--tearsheet__next--narrow .c4p--tearsheet__next__content__header-actions{justify-content:flex-start;margin-inline-end:0}.c4p--tearsheet__next--narrow .c4p--tearsheet__next__body,:host(c4p-preview-tearsheet) .c4p--tearsheet__next--narrow ::slotted([slot=body]){grid-template-columns:1fr 0}.c4p--tearsheet__next--narrow .c4p--tearsheet__next__influencer:not(.c4p--tearsheet__next__flush),.c4p--tearsheet__next--narrow .c4p--tearsheet__next__main-content:not(.c4p--tearsheet__next__flush),.c4p--tearsheet__next--narrow .c4p--tearsheet__next__summary-content:not(.c4p--tearsheet__next__flush),:host .c4p--tearsheet__next--narrow :not(.c4p--tearsheet__next__flush)::slotted([slot=summary-content]),:host(c4p-preview-tearsheet) .c4p--tearsheet__next--narrow :not(.c4p--tearsheet__next__flush)::slotted([slot=influencer]){padding-inline:1rem}.c4p--tearsheet__next--narrow .c4p--tearsheet__next__footer,:host(c4p-preview-tearsheet) .c4p--tearsheet__next--narrow ::slotted([slot=footer]){block-size:4rem}.c4p--tearsheet__next--has-ai-label::part(dialog){background:linear-gradient(to top,var(--cds-custom-layer),var(--cds-custom-layer)) padding-box,linear-gradient(to bottom,var(--cds-custom-ai-border-start,#78a9ff),var(--cds-custom-ai-border-end,#d0e2ff)) border-box,linear-gradient(to top,var(--cds-custom-layer),var(--cds-custom-layer)) border-box;border:1px solid transparent!important;border-block-end:0;box-shadow:0 4px 10px 2px var(--cds-custom-ai-drop-shadow,rgba(15,98,254,.1))}.c4p--tearsheet__next__main-content{position:relative}.c4p--tearsheet__next__main-content.c4p--tearsheet__next__flush{padding-inline:0}.c4p--tearsheet__next__main-content.c4p--tearsheet__next__main-content--no-summary{grid-column:1/-1}.c4p--tearsheet__next__main-content.c4p--tearsheet__next__main-content--has-ai-label{background:linear-gradient(to top,var(--cds-custom-background,var(--cds-custom-ai-popover-background,#fff)) 0,var(--cds-custom-ai-aura-start,rgba(69,137,255,.1)) 0,15%,var(--cds-custom-ai-aura-end,hsla(0,0%,100%,0)) 50%) padding-box,linear-gradient(to top,var(--cds-custom-background,var(--cds-custom-ai-popover-background,#fff)),var(--cds-custom-background,var(--cds-custom-ai-popover-background,#fff))) padding-box,linear-gradient(to bottom,var(--cds-custom-ai-border-start,rgba(166,200,255,.64)),var(--cds-custom-ai-border-end,#78a9ff)) border-box,linear-gradient(to top,var(--cds-custom-background,var(--cds-custom-ai-popover-background,#fff)),var(--cds-custom-background,var(--cds-custom-ai-popover-background,#fff))) border-box;box-shadow:inset 0 -80px 70px -65px var(--cds-custom-ai-inner-shadow,rgba(69,137,255,.1))}:host ::slotted([slot=summary-content][is-flush]){padding-inline:0}@media screen and (prefers-reduced-motion:reduce){:host(c4p-preview-tearsheet) ::part(dialog){align-self:flex-end;block-size:100%;border:1px solid var(--cds-custom-border-subtle-01,#c6c6c6);inset-block-start:auto;max-block-size:calc(100% - var(--tearsheet-vertical-gap, 3rem));transform:translate3d(0,min(95vh,500px),0);transition:none}}:host(c4p-preview-tearsheet) ::part(dialog){align-self:flex-end;block-size:100%;border:1px solid var(--cds-custom-border-subtle-01,#c6c6c6);inset-block-start:auto;max-block-size:calc(100% - var(--tearsheet-vertical-gap, 3rem));transform:translate3d(0,min(95vh,500px),0);transition:transform .24s cubic-bezier(0,0,.3,1),max-block-size .24s cubic-bezier(0,0,.3,1)}:host(c4p-preview-tearsheet) ::slotted([slot=influencer][is-flush]){padding-inline:0}:host(c4p-preview-tearsheet[open]) ::part(dialog){transform:translateZ(0);transition:transform .24s cubic-bezier(0,0,.3,1)}@media (prefers-reduced-motion:reduce){:host(c4p-preview-tearsheet[open]) ::part(dialog){transition:none}}@media (max-width:41.98rem){:host(:not(.c4p--tearsheet__next--stack-activated.is-visible)) ::part(dialog){max-block-size:none}}:host(c4p-preview-tearsheet.c4p--tearsheet__next--stack-activated.is-visible){--overlay-color:var(--cds-custom-overlay,rgba(0,0,0,.6));--overlay-alpha:0.5;z-index:calc(9000 - var(--stack-depth, 0))}:host(c4p-preview-tearsheet.c4p--tearsheet__next--stack-activated.is-visible):before{background:var(--overlay-color);content:\"\";display:block;inset:0;opacity:calc(var(--overlay-alpha) - var(--stack-depth)*.1);pointer-events:none;position:fixed;transition:background-color .24s cubic-bezier(.4,.14,1,1),opacity .24s cubic-bezier(.4,.14,1,1);z-index:-1}@media (prefers-reduced-motion:reduce){:host(c4p-preview-tearsheet.c4p--tearsheet__next--stack-activated.is-visible):before{transition:none}}:host(c4p-preview-tearsheet.c4p--tearsheet__next--stack-activated.is-visible) cds-custom-modal{background-color:transparent}:host(c4p-preview-tearsheet.c4p--tearsheet__next--stack-activated.is-visible) ::part(dialog){max-block-size:calc(100% - var(--tearsheet-vertical-gap, 3rem) + var(--block-size-change));transform:scaleX(var(--scale-factor))}:host(c4p-preview-tearsheet[variant=narrow]) .c4p--tearsheet__next__header{padding-inline:1rem}:host(c4p-preview-tearsheet[variant=narrow]) .c4p--tearsheet__next__header.c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-actions{display:none}:host(c4p-preview-tearsheet[variant=narrow]) .c4p--tearsheet__next__header-content-wrapper{display:flex;flex-direction:column}:host(c4p-preview-tearsheet[variant=narrow]) .c4p--tearsheet__next__header-title{font-size:var(--cds-custom-heading-03-font-size,1.25rem);font-weight:var(--cds-custom-heading-03-font-weight,400);letter-spacing:var(--cds-custom-heading-03-letter-spacing,0);line-height:var(--cds-custom-heading-03-line-height,1.4)}:host(c4p-preview-tearsheet[variant=narrow]) .c4p--tearsheet__next__content__header-actions{justify-content:flex-start;margin-inline-end:0}:host(c4p-preview-tearsheet[variant=narrow]) .c4p--tearsheet__next__body,:host(c4p-preview-tearsheet[variant=narrow]):host(c4p-preview-tearsheet) ::slotted([slot=body]){grid-template-columns:1fr 0}:host(c4p-preview-tearsheet[variant=narrow]) ::slotted([slot=influencer]),:host(c4p-preview-tearsheet[variant=narrow]) ::slotted([slot=summary-content]){padding:0!important}@media (max-width:41.98rem){:host(c4p-preview-tearsheet) ::slotted([slot=influencer]),:host(c4p-preview-tearsheet) ::slotted([slot=summary-content]){padding:0!important}}:host-context(c4p-preview-tearsheet[variant=narrow]) ::slotted([slot=summary-content]){padding:0}:host ::slotted([slot=footer]){padding-block:0}:host-context(c4p-preview-tearsheet[variant=narrow]) .c4p--tearsheet__next__header{padding-inline:1rem}:host-context(c4p-preview-tearsheet[variant=narrow][collapsed]) .c4p--tearsheet__next__header-actions{display:none}:host{position:relative}:host .c4p--tearsheet__next__header{align-content:space-between;border-block-end:1px solid var(--cds-custom-border-subtle-01,#c6c6c6);display:flex;flex-wrap:wrap;margin-block:0;max-block-size:50vh;padding-block-end:0;padding-block-start:1.5rem;padding-inline:2rem}@media (max-width:41.98rem){:host .c4p--tearsheet__next__header{padding-inline:1rem}}:host ::slotted(:not([slot=header-content])){flex-basis:100%;margin-block-end:1.5rem}:host ::slotted([slot=header-content]){inline-size:calc(100% - var(--tearsheet-header-action-offset))}:host ::slotted([slot=header-content]),:host ::slotted([slot=navigation-bar]){margin-block-end:0}.c4p--tearsheet__next__header--no-close-icon{display:none}@media screen and (prefers-reduced-motion:reduce){:host ::slotted(*){max-block-size:50vh;opacity:1;overflow:hidden;transition:none}}:host ::slotted(*){max-block-size:50vh;opacity:1;overflow:hidden;transition:max-block-size .24s cubic-bezier(0,0,.3,1),opacity .24s cubic-bezier(0,0,.3,1),margin .24s cubic-bezier(0,0,.3,1),padding .24s cubic-bezier(0,0,.3,1)}:host ::slotted(.excludeFromCollapse),:host ::slotted([slot=header-content]),:host ::slotted([slot=navigation-bar]){max-block-size:none;opacity:1;overflow:visible;transition:none}:host([collapsed]) .c4p--tearsheet__next__header{padding-block-start:.75rem;transition:padding .24s cubic-bezier(0,0,.3,1)}:host([collapsed]) ::slotted(:not([slot=navigation-bar],[slot=header-content],.excludeFromCollapse,[slot=decorator])){display:none;margin:0;max-block-size:0;opacity:0;overflow:hidden;padding:0;pointer-events:none;transition:all .24s cubic-bezier(0,0,.3,1)}:host([collapsed]) ::slotted([slot=header-content]){min-block-size:2.5rem;padding-block-end:.75rem}:host([collapsed]) ::slotted([slot=navigation-bar]):before{background:rgba(0,0,0,.12);block-size:1px;content:\"\";inline-size:100vw;inset-block-start:-.25rem;inset-inline-start:50%;pointer-events:none;position:absolute;transform:translateX(-50%);z-index:1}"]);
11
12
 
12
- export { styles as default };
13
- //# sourceMappingURL=tearsheet-header.scss.js.map
13
+ //#endregion
14
+ export { tearsheet_header_default as default };
15
+ //# sourceMappingURL=tearsheet-header.scss.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"tearsheet-header.scss.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;"}
1
+ {"version":3,"file":"tearsheet-header.scss.js","names":[],"sources":["../../../src/components/tearsheet-preview/tearsheet-header.scss?lit"],"sourcesContent":["/**\n * @license\n *\n * Copyright IBM Corp. 2026\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@use '@carbon/styles/scss/breakpoint' as *;\n@use '@carbon/ibm-products-styles/scss/config';\n@use '@carbon/styles/scss/motion' as *;\n@use '@carbon/styles/scss/spacing' as *;\n@use '@carbon/styles/scss/theme' as *;\n@use './tearsheet.scss' as *;\n\n$prefix: config.$pkg-prefix;\n$carbon-prefix: config.$carbon-prefix;\n$block-class__next: #{$prefix}--tearsheet__next;\n$motion-duration: $duration-moderate-02;\n// Narrow variant styles\n:host-context(#{$c4p-prefix}-preview-tearsheet[variant='narrow']) {\n .#{$block-class__next}__header {\n padding-inline: $spacing-05;\n }\n}\n\n:host-context(#{$c4p-prefix}-preview-tearsheet[variant='narrow'][collapsed]) {\n .#{$block-class__next}__header-actions {\n display: none;\n }\n}\n\n:host {\n position: relative;\n .#{$block-class__next}__header {\n display: flex;\n flex-wrap: wrap;\n align-content: space-between;\n border-block-end: 1px solid $border-subtle-01;\n margin-block: 0;\n max-block-size: 50vh;\n padding-block-end: 0;\n padding-block-start: $spacing-06;\n padding-inline: $spacing-07;\n @include breakpoint-down(md) {\n padding-inline: $spacing-05;\n }\n }\n\n ::slotted(*:not([slot='header-content'])) {\n flex-basis: 100%;\n margin-block-end: $spacing-06;\n }\n\n ::slotted([slot='header-content']) {\n inline-size: calc(100% - var(--tearsheet-header-action-offset));\n }\n}\n\n:host ::slotted([slot='header-content']),\n:host ::slotted([slot='navigation-bar']) {\n margin-block-end: 0;\n}\n\n.#{$block-class__next}__header--no-close-icon {\n display: none;\n}\n\n// ──────────────────────────────────────────────────────────────\n// Header (default vs collapsed)\n// ──────────────────────────────────────────────────────────────\n:host {\n /* Animate all slotted children by default */\n @media screen and (prefers-reduced-motion: reduce) {\n ::slotted(*) {\n overflow: hidden;\n max-block-size: 50vh;\n opacity: 1;\n transition: none;\n }\n }\n\n ::slotted(*) {\n overflow: hidden;\n max-block-size: 50vh;\n opacity: 1;\n transition:\n max-block-size $motion-duration motion(entrance, expressive),\n opacity $motion-duration motion(entrance, expressive),\n margin $motion-duration motion(entrance, expressive),\n padding $motion-duration motion(entrance, expressive);\n }\n\n /* Exclusions */\n ::slotted([slot='navigation-bar']),\n ::slotted([slot='header-content']),\n ::slotted(.excludeFromCollapse) {\n overflow: visible;\n max-block-size: none;\n opacity: 1;\n transition: none;\n }\n}\n\n// ──────────────────────────────────────────────────────────────\n// Collapsed Header State\n// ──────────────────────────────────────────────────────────────\n:host([collapsed]) {\n .#{$block-class__next}__header {\n padding-block-start: $spacing-04;\n transition: padding $motion-duration motion(entrance, expressive);\n }\n\n // Collapse everything except core elements (navigation-bar, header-content, excludeFromCollapse)\n ::slotted(\n *:not(\n [slot='navigation-bar'],\n [slot='header-content'],\n .excludeFromCollapse,\n [slot='decorator']\n )\n ) {\n @include collapsed-element;\n\n display: none;\n }\n\n ::slotted([slot='header-content']) {\n min-block-size: $spacing-08;\n padding-block-end: $spacing-04;\n }\n\n // Divider line above navigation bar when collapsed\n ::slotted([slot='navigation-bar'])::before {\n position: absolute;\n z-index: 1;\n background: rgba(0, 0, 0, 0.12);\n block-size: 1px;\n content: '';\n inline-size: 100vw;\n inset-block-start: -$spacing-02;\n inset-inline-start: 50%;\n pointer-events: none;\n transform: translateX(-50%);\n }\n}\n"],"mappings":""}