@carbon/ai-chat-components 0.6.1 → 0.7.0-rc.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (419) hide show
  1. package/custom-elements.json +2611 -3856
  2. package/dist/16-BZMv8BLP.js +91 -0
  3. package/dist/{16-DYDOiPFg.js → 16-D66oSSKJ.js} +24 -24
  4. package/dist/16-DTIyOew7.js +91 -0
  5. package/dist/button-VYkJ5dwm.js +157 -0
  6. package/dist/button-skeleton-C44ojFOx.js +131 -0
  7. package/dist/card.min.js +193 -0
  8. package/dist/chain-of-thought.min.js +176 -158
  9. package/dist/chat-button.min.js +26 -26
  10. package/dist/checkbox-skeleton-B1dsTlWl.js +166 -0
  11. package/dist/{lit-element-CALvSsJe.js → class-map-CAQcKAyP.js} +41 -25
  12. package/dist/code-snippet.min.js +24 -24
  13. package/dist/codemirror-runtime-DjJTvK74.js +173 -0
  14. package/dist/{dockerfile-DqeVY5Wu.js → dockerfile-C5Ju62-g.js} +24 -24
  15. package/dist/{factor-DT3csLlE.js → factor-BLzOdeEw.js} +24 -24
  16. package/dist/feedback.min.js +74 -93
  17. package/dist/icon-button-B9XqYdUx.js +143 -0
  18. package/dist/{icon-loader-BjBTslVK.js → icon-loader-tzlfALFt.js} +26 -26
  19. package/dist/{if-defined-BVYgSqhJ.js → if-defined-DvPtK2Df.js} +25 -25
  20. package/dist/index--QAAkyqA.js +91 -0
  21. package/dist/{index-DWCU-zPy.js → index-1zAoDu0L.js} +24 -24
  22. package/dist/{index-CsQW_IZu.js → index-B6ll86Y6.js} +24 -24
  23. package/dist/index-B9DVtGsv.js +278 -0
  24. package/dist/index-BPU5uHmK.js +91 -0
  25. package/dist/index-BbWtDXd9.js +91 -0
  26. package/dist/index-BjsxSbgO.js +91 -0
  27. package/dist/index-BwI8x9E4.js +91 -0
  28. package/dist/index-C3KNlXVv.js +168 -0
  29. package/dist/index-CAdio42O.js +91 -0
  30. package/dist/index-CSMhs9Fm.js +91 -0
  31. package/dist/index-CU0IEHyz.js +91 -0
  32. package/dist/index-Cj-ZmC-W.js +91 -0
  33. package/dist/index-Ctl66nQF.js +91 -0
  34. package/dist/index-D7MLs7w5.js +91 -0
  35. package/dist/index-DH8wnvUn.js +91 -0
  36. package/dist/index-DWn_nnHo.js +91 -0
  37. package/dist/index-DpqlVRJ7.js +91 -0
  38. package/dist/index-Dx9Ms_uJ.js +91 -0
  39. package/dist/index-EwTPqhmw.js +91 -0
  40. package/dist/index-P1vutKel.js +91 -0
  41. package/dist/index-WQxGinYJ.js +91 -0
  42. package/dist/index-cK4rXRw-.js +91 -0
  43. package/dist/index-o-THaGga.js +91 -0
  44. package/dist/loading-icon-CRrLjNZH.js +106 -0
  45. package/dist/markdown.min.js +75 -73
  46. package/dist/{nsis-B-vzq3eT.js → nsis-Biw-VyZu.js} +24 -24
  47. package/dist/processing.min.js +26 -26
  48. package/dist/{pug-Flk_Hgat.js → pug-BuYdIlne.js} +24 -24
  49. package/dist/reasoning-steps.min.js +72 -41
  50. package/dist/{state-kzgjVNgy.js → state-CBq0UPBm.js} +24 -24
  51. package/dist/table-runtime-CzXXhWmg.js +510 -0
  52. package/dist/table.min.js +24 -24
  53. package/dist/text-input-VC8mmTlR.js +158 -0
  54. package/dist/toolbar.min.js +57 -59
  55. package/dist/workspace-shell.min.js +49 -54
  56. package/es/components/card/index.d.ts +11 -0
  57. package/es/components/{tile-container → card}/index.js +3 -1
  58. package/es/components/{tile-container → card}/index.js.map +1 -1
  59. package/es/components/card/src/card-footer.d.ts +43 -0
  60. package/es/components/card/src/card-footer.js +140 -0
  61. package/es/components/card/src/card-footer.js.map +1 -0
  62. package/es/components/card/src/card-footer.scss.js +13 -0
  63. package/es/components/card/src/card-footer.scss.js.map +1 -0
  64. package/es/components/card/src/card-steps.d.ts +28 -0
  65. package/es/components/card/src/card-steps.js +90 -0
  66. package/es/components/card/src/card-steps.js.map +1 -0
  67. package/es/components/card/src/card-steps.scss.js +13 -0
  68. package/es/components/card/src/card-steps.scss.js.map +1 -0
  69. package/es/components/card/src/card.d.ts +27 -0
  70. package/es/components/card/src/card.js +65 -0
  71. package/es/components/card/src/card.js.map +1 -0
  72. package/es/components/card/src/card.scss.js +13 -0
  73. package/es/components/card/src/card.scss.js.map +1 -0
  74. package/es/components/chain-of-thought/defs.d.ts +54 -0
  75. package/es/components/chain-of-thought/{src/types.js → defs.js} +10 -1
  76. package/es/components/chain-of-thought/defs.js.map +1 -0
  77. package/es/components/chain-of-thought/index.d.ts +10 -4
  78. package/es/components/chain-of-thought/index.js +5 -3
  79. package/es/components/chain-of-thought/index.js.map +1 -1
  80. package/es/components/chain-of-thought/src/chain-of-thought-step.d.ts +43 -0
  81. package/es/components/chain-of-thought/src/chain-of-thought-step.js +351 -0
  82. package/es/components/chain-of-thought/src/chain-of-thought-step.js.map +1 -0
  83. package/es/components/chain-of-thought/src/chain-of-thought-step.scss.js +13 -0
  84. package/es/components/chain-of-thought/src/chain-of-thought-step.scss.js.map +1 -0
  85. package/es/components/chain-of-thought/src/chain-of-thought-toggle.d.ts +33 -0
  86. package/es/components/chain-of-thought/src/chain-of-thought-toggle.js +107 -0
  87. package/es/components/chain-of-thought/src/chain-of-thought-toggle.js.map +1 -0
  88. package/es/components/chain-of-thought/src/chain-of-thought-toggle.scss.js +13 -0
  89. package/es/components/chain-of-thought/src/chain-of-thought-toggle.scss.js.map +1 -0
  90. package/es/components/chain-of-thought/src/chain-of-thought.d.ts +23 -69
  91. package/es/components/chain-of-thought/src/chain-of-thought.js +88 -145
  92. package/es/components/chain-of-thought/src/chain-of-thought.js.map +1 -1
  93. package/es/components/chain-of-thought/src/chain-of-thought.scss.js +1 -1
  94. package/es/components/chain-of-thought/src/tool-call-data.d.ts +33 -0
  95. package/es/components/chain-of-thought/src/tool-call-data.js +179 -0
  96. package/es/components/chain-of-thought/src/tool-call-data.js.map +1 -0
  97. package/es/components/chain-of-thought/src/tool-call-data.scss.js +13 -0
  98. package/es/components/chain-of-thought/src/tool-call-data.scss.js.map +1 -0
  99. package/es/components/chat-button/src/chat-button.d.ts +11 -3
  100. package/es/components/chat-button/src/chat-button.js +15 -11
  101. package/es/components/chat-button/src/chat-button.js.map +1 -1
  102. package/es/components/chat-button/src/chat-button.scss.js +1 -1
  103. package/es/components/code-snippet/index.d.ts +2 -2
  104. package/es/components/code-snippet/index.js +1 -1
  105. package/es/components/code-snippet/src/code-snippet-card.d.ts +63 -0
  106. package/es/components/code-snippet/src/code-snippet-card.js +186 -0
  107. package/es/components/code-snippet/src/code-snippet-card.js.map +1 -0
  108. package/es/components/code-snippet/src/code-snippet.d.ts +43 -58
  109. package/es/components/code-snippet/src/code-snippet.js +115 -29
  110. package/es/components/code-snippet/src/code-snippet.js.map +1 -1
  111. package/es/components/code-snippet/src/code-snippet.scss.js +1 -1
  112. package/es/components/feedback/index.d.ts +4 -7
  113. package/es/components/feedback/index.js +2 -4
  114. package/es/components/feedback/index.js.map +1 -1
  115. package/es/components/feedback/src/feedback-buttons.d.ts +9 -2
  116. package/es/components/feedback/src/feedback-buttons.js +24 -15
  117. package/es/components/feedback/src/feedback-buttons.js.map +1 -1
  118. package/es/components/feedback/src/feedback-buttons.template.d.ts +2 -2
  119. package/es/components/feedback/src/feedback-buttons.template.js.map +1 -1
  120. package/es/components/feedback/src/feedback.d.ts +9 -10
  121. package/es/components/feedback/src/feedback.js +35 -22
  122. package/es/components/feedback/src/feedback.js.map +1 -1
  123. package/es/components/feedback/src/feedback.scss.js +1 -1
  124. package/es/components/feedback/src/feedback.template.d.ts +2 -2
  125. package/es/components/feedback/src/feedback.template.js +4 -4
  126. package/es/components/feedback/src/feedback.template.js.map +1 -1
  127. package/es/components/markdown/index.d.ts +2 -2
  128. package/es/components/markdown/index.js +1 -1
  129. package/es/components/markdown/src/markdown-renderer.d.ts +4 -0
  130. package/es/components/markdown/src/markdown-renderer.js +16 -11
  131. package/es/components/markdown/src/markdown-renderer.js.map +1 -1
  132. package/es/components/markdown/src/markdown.d.ts +42 -14
  133. package/es/components/markdown/src/markdown.js +146 -42
  134. package/es/components/markdown/src/markdown.js.map +1 -1
  135. package/es/components/markdown/src/markdown.scss.js +1 -1
  136. package/es/components/markdown/src/markdown.template.d.ts +5 -2
  137. package/es/components/markdown/src/markdown.template.js +8 -3
  138. package/es/components/markdown/src/markdown.template.js.map +1 -1
  139. package/es/components/processing/src/processing.d.ts +8 -1
  140. package/es/components/processing/src/processing.js +7 -10
  141. package/es/components/processing/src/processing.js.map +1 -1
  142. package/es/components/processing/src/processing.scss.js +1 -1
  143. package/es/components/reasoning-steps/index.d.ts +4 -2
  144. package/es/components/reasoning-steps/index.js +3 -2
  145. package/es/components/reasoning-steps/index.js.map +1 -1
  146. package/es/components/reasoning-steps/src/{cds-aichat-reasoning-step.d.ts → reasoning-step.d.ts} +6 -7
  147. package/es/components/reasoning-steps/src/{cds-aichat-reasoning-step.js → reasoning-step.js} +24 -26
  148. package/es/components/reasoning-steps/src/reasoning-step.js.map +1 -0
  149. package/es/components/reasoning-steps/src/{cds-aichat-reasoning-step.scss.js → reasoning-step.scss.js} +1 -1
  150. package/es/components/reasoning-steps/src/reasoning-step.scss.js.map +1 -0
  151. package/es/components/reasoning-steps/src/reasoning-steps-toggle.d.ts +36 -0
  152. package/es/components/reasoning-steps/src/reasoning-steps-toggle.js +81 -0
  153. package/es/components/reasoning-steps/src/reasoning-steps-toggle.js.map +1 -0
  154. package/es/components/reasoning-steps/src/reasoning-steps-toggle.scss.js +13 -0
  155. package/es/components/reasoning-steps/src/reasoning-steps-toggle.scss.js.map +1 -0
  156. package/es/components/reasoning-steps/src/reasoning-steps-toggle.template.d.ts +3 -0
  157. package/es/components/reasoning-steps/src/reasoning-steps-toggle.template.js +43 -0
  158. package/es/components/reasoning-steps/src/reasoning-steps-toggle.template.js.map +1 -0
  159. package/es/components/reasoning-steps/src/{cds-aichat-reasoning-steps.d.ts → reasoning-steps.d.ts} +6 -1
  160. package/es/components/reasoning-steps/src/{cds-aichat-reasoning-steps.js → reasoning-steps.js} +9 -6
  161. package/es/components/reasoning-steps/src/reasoning-steps.js.map +1 -0
  162. package/es/components/reasoning-steps/src/{cds-aichat-reasoning-steps.scss.js → reasoning-steps.scss.js} +1 -1
  163. package/es/components/reasoning-steps/src/reasoning-steps.scss.js.map +1 -0
  164. package/es/components/table/index.d.ts +2 -2
  165. package/es/components/table/index.js +1 -1
  166. package/es/components/table/src/table-pagination.template.d.ts +1 -1
  167. package/es/components/table/src/{cds-aichat-table.d.ts → table.d.ts} +12 -90
  168. package/es/components/table/src/{cds-aichat-table.js → table.js} +69 -37
  169. package/es/components/table/src/table.js.map +1 -0
  170. package/es/components/table/src/table.template.d.ts +2 -2
  171. package/es/components/table/src/table.template.js +2 -2
  172. package/es/components/table/src/table.template.js.map +1 -1
  173. package/es/components/toolbar/src/toolbar.d.ts +4 -5
  174. package/es/components/toolbar/src/toolbar.js +51 -40
  175. package/es/components/toolbar/src/toolbar.js.map +1 -1
  176. package/es/components/toolbar/src/toolbar.scss.js +1 -1
  177. package/es/components/workspace-shell/index.d.ts +0 -1
  178. package/es/components/workspace-shell/index.js +0 -1
  179. package/es/components/workspace-shell/index.js.map +1 -1
  180. package/es/components/workspace-shell/src/workspace-shell-body.d.ts +1 -0
  181. package/es/components/workspace-shell/src/workspace-shell-body.js +3 -4
  182. package/es/components/workspace-shell/src/workspace-shell-body.js.map +1 -1
  183. package/es/components/workspace-shell/src/workspace-shell-footer.d.ts +26 -5
  184. package/es/components/workspace-shell/src/workspace-shell-footer.js +101 -11
  185. package/es/components/workspace-shell/src/workspace-shell-footer.js.map +1 -1
  186. package/es/components/workspace-shell/src/workspace-shell-footer.scss.js +13 -0
  187. package/es/components/workspace-shell/src/workspace-shell-footer.scss.js.map +1 -0
  188. package/es/components/workspace-shell/src/workspace-shell-header.d.ts +1 -0
  189. package/es/components/workspace-shell/src/workspace-shell-header.js +4 -4
  190. package/es/components/workspace-shell/src/workspace-shell-header.js.map +1 -1
  191. package/es/components/workspace-shell/src/workspace-shell-header.scss.js +13 -0
  192. package/es/components/workspace-shell/src/workspace-shell-header.scss.js.map +1 -0
  193. package/es/components/workspace-shell/src/workspace-shell.d.ts +1 -2
  194. package/es/components/workspace-shell/src/workspace-shell.js +3 -30
  195. package/es/components/workspace-shell/src/workspace-shell.js.map +1 -1
  196. package/es/components/workspace-shell/src/workspace-shell.scss.js +1 -1
  197. package/es/react/card.d.ts +9 -0
  198. package/es/react/card.js +43 -0
  199. package/es/react/card.js.map +1 -0
  200. package/es/react/chain-of-thought-step.d.ts +4 -0
  201. package/es/react/chain-of-thought-step.js +32 -0
  202. package/es/react/chain-of-thought-step.js.map +1 -0
  203. package/es/react/chain-of-thought-toggle.d.ts +6 -0
  204. package/es/react/chain-of-thought-toggle.js +31 -0
  205. package/es/react/chain-of-thought-toggle.js.map +1 -0
  206. package/es/react/chain-of-thought.d.ts +4 -4
  207. package/es/react/chain-of-thought.js +7 -3
  208. package/es/react/chain-of-thought.js.map +1 -1
  209. package/es/react/code-snippet-card.d.ts +4 -0
  210. package/es/react/{code-snippet-tile-container.js → code-snippet-card.js} +8 -7
  211. package/es/react/code-snippet-card.js.map +1 -0
  212. package/es/react/feedback-buttons.d.ts +2 -2
  213. package/es/react/feedback-buttons.js +2 -2
  214. package/es/react/feedback-buttons.js.map +1 -1
  215. package/es/react/feedback.d.ts +2 -2
  216. package/es/react/feedback.js +2 -2
  217. package/es/react/feedback.js.map +1 -1
  218. package/es/react/inline-notification.d.ts +4 -0
  219. package/es/react/inline-notification.js +28 -0
  220. package/es/react/inline-notification.js.map +1 -0
  221. package/es/react/markdown.d.ts +1 -1
  222. package/es/react/markdown.js +1 -1
  223. package/es/react/reasoning-step.d.ts +3 -5
  224. package/es/react/reasoning-step.js +6 -5
  225. package/es/react/reasoning-step.js.map +1 -1
  226. package/es/react/reasoning-steps-toggle.d.ts +6 -0
  227. package/es/react/reasoning-steps-toggle.js +31 -0
  228. package/es/react/reasoning-steps-toggle.js.map +1 -0
  229. package/es/react/reasoning-steps.d.ts +3 -2
  230. package/es/react/reasoning-steps.js +4 -3
  231. package/es/react/reasoning-steps.js.map +1 -1
  232. package/es/react/tag.d.ts +4 -0
  233. package/es/react/{tile-container.js → tag.js} +6 -6
  234. package/es/react/tag.js.map +1 -0
  235. package/es/react/tile.js +2 -2
  236. package/es/react/tile.js.map +1 -1
  237. package/es/react/tool-call-data.d.ts +4 -0
  238. package/es/react/tool-call-data.js +28 -0
  239. package/es/react/tool-call-data.js.map +1 -0
  240. package/es/react/workspace-shell.d.ts +11 -0
  241. package/es/react/workspace-shell.js +49 -0
  242. package/es/react/workspace-shell.js.map +1 -0
  243. package/package.json +4 -4
  244. package/dist/button-CBb7Jhi7.js +0 -157
  245. package/dist/button-skeleton-B4XMARh-.js +0 -116
  246. package/dist/checkbox-skeleton-DwMLLcdk.js +0 -166
  247. package/dist/class-map-C_OkZP0k.js +0 -106
  248. package/dist/codemirror-runtime-B436WsU5.js +0 -173
  249. package/dist/icon-button-OMMcBXs2.js +0 -143
  250. package/dist/index-4jRdBit9.js +0 -91
  251. package/dist/index-BM41YEqq.js +0 -91
  252. package/dist/index-BOh_nBln.js +0 -91
  253. package/dist/index-Bu9gWUiF.js +0 -91
  254. package/dist/index-C8bEg5Uj.js +0 -91
  255. package/dist/index-C8xRVVPE.js +0 -91
  256. package/dist/index-COYOBWaJ.js +0 -91
  257. package/dist/index-CSEyeHT9.js +0 -91
  258. package/dist/index-Ci2IAejb.js +0 -91
  259. package/dist/index-CmkRN7JA.js +0 -91
  260. package/dist/index-Cy4O64oM.js +0 -91
  261. package/dist/index-D2t8pNSN.js +0 -91
  262. package/dist/index-DBxz4i7M.js +0 -91
  263. package/dist/index-DXc2fPMn.js +0 -91
  264. package/dist/index-DcP0S8R8.js +0 -91
  265. package/dist/index-DeCI268E.js +0 -367
  266. package/dist/index-DebFxHTs.js +0 -91
  267. package/dist/index-DiiLbFxH.js +0 -91
  268. package/dist/index-EHu0fYXl.js +0 -91
  269. package/dist/index-ayWik3gi.js +0 -168
  270. package/dist/index-muXVkugt.js +0 -91
  271. package/dist/index-tnMbrHKo.js +0 -91
  272. package/dist/query-D35TocCM.js +0 -101
  273. package/dist/radio-group-manager-BpBQjS73.js +0 -91
  274. package/dist/repeat-Ck4tYPIW.js +0 -96
  275. package/dist/table-runtime-C9nhKjvI.js +0 -510
  276. package/dist/text-input-DBmpDGoh.js +0 -158
  277. package/dist/tile-container.min.js +0 -100
  278. package/es/components/chain-of-thought/src/cds-aichat-chain-of-thought.d.ts +0 -15
  279. package/es/components/chain-of-thought/src/cds-aichat-chain-of-thought.js +0 -36
  280. package/es/components/chain-of-thought/src/cds-aichat-chain-of-thought.js.map +0 -1
  281. package/es/components/chain-of-thought/src/chain-of-thought.template.d.ts +0 -5
  282. package/es/components/chain-of-thought/src/chain-of-thought.template.js +0 -206
  283. package/es/components/chain-of-thought/src/chain-of-thought.template.js.map +0 -1
  284. package/es/components/chain-of-thought/src/parse-unknown-data-to-markdown.d.ts +0 -10
  285. package/es/components/chain-of-thought/src/parse-unknown-data-to-markdown.js +0 -50
  286. package/es/components/chain-of-thought/src/parse-unknown-data-to-markdown.js.map +0 -1
  287. package/es/components/chain-of-thought/src/types.d.ts +0 -73
  288. package/es/components/chain-of-thought/src/types.js.map +0 -1
  289. package/es/components/code-snippet/src/code-snippet-tile-container.d.ts +0 -32
  290. package/es/components/code-snippet/src/code-snippet-tile-container.js +0 -143
  291. package/es/components/code-snippet/src/code-snippet-tile-container.js.map +0 -1
  292. package/es/components/feedback/src/cds-aichat-feedback-buttons.d.ts +0 -15
  293. package/es/components/feedback/src/cds-aichat-feedback-buttons.js +0 -36
  294. package/es/components/feedback/src/cds-aichat-feedback-buttons.js.map +0 -1
  295. package/es/components/feedback/src/cds-aichat-feedback.d.ts +0 -15
  296. package/es/components/feedback/src/cds-aichat-feedback.js +0 -36
  297. package/es/components/feedback/src/cds-aichat-feedback.js.map +0 -1
  298. package/es/components/markdown/src/cds-aichat-markdown.d.ts +0 -13
  299. package/es/components/markdown/src/cds-aichat-markdown.js +0 -35
  300. package/es/components/markdown/src/cds-aichat-markdown.js.map +0 -1
  301. package/es/components/reasoning-steps/src/cds-aichat-reasoning-step.js.map +0 -1
  302. package/es/components/reasoning-steps/src/cds-aichat-reasoning-step.scss.js.map +0 -1
  303. package/es/components/reasoning-steps/src/cds-aichat-reasoning-steps.js.map +0 -1
  304. package/es/components/reasoning-steps/src/cds-aichat-reasoning-steps.scss.js.map +0 -1
  305. package/es/components/table/src/cds-aichat-table.js.map +0 -1
  306. package/es/components/tile-container/index.d.ts +0 -1
  307. package/es/components/tile-container/src/styles.scss.js +0 -13
  308. package/es/components/tile-container/src/styles.scss.js.map +0 -1
  309. package/es/components/tile-container/src/tile-container.d.ts +0 -12
  310. package/es/components/tile-container/src/tile-container.js +0 -85
  311. package/es/components/tile-container/src/tile-container.js.map +0 -1
  312. package/es/components/tile-container/src/tile-container.scss.js +0 -13
  313. package/es/components/tile-container/src/tile-container.scss.js.map +0 -1
  314. package/es/components/workspace-shell/src/styles.scss.js +0 -13
  315. package/es/components/workspace-shell/src/styles.scss.js.map +0 -1
  316. package/es/components/workspace-shell/src/workspace-shell-toolbar.d.ts +0 -22
  317. package/es/components/workspace-shell/src/workspace-shell-toolbar.js +0 -61
  318. package/es/components/workspace-shell/src/workspace-shell-toolbar.js.map +0 -1
  319. package/es/react/code-snippet-tile-container.d.ts +0 -5
  320. package/es/react/code-snippet-tile-container.js.map +0 -1
  321. package/es/react/tile-container.d.ts +0 -4
  322. package/es/react/tile-container.js.map +0 -1
  323. package/dist/{apl-DqPKPgQT.js → apl-Cq2qnGBp.js} +23 -23
  324. package/dist/{asciiarmor-D-S0VxwT.js → asciiarmor-Cb5hNJXm.js} +23 -23
  325. package/dist/{asn1-CFFEZSZ_.js → asn1-ObfPhj90.js} +23 -23
  326. package/dist/{asterisk-C3IDaiGv.js → asterisk-CGEdhmtE.js} +23 -23
  327. package/dist/{carbon-element-qvUUzdlm.js → carbon-element-BHXvTuS8.js} +23 -23
  328. package/dist/{carbon-element-BrN6iUKF.js → carbon-element-CY_4MezR.js} +23 -23
  329. package/dist/{clike-CWAiRpcw.js → clike-D-W_e6Lj.js} +23 -23
  330. package/dist/{clojure-Ch3ZXkHC.js → clojure-BKr3NaqS.js} +23 -23
  331. package/dist/{cmake-DJ6-M7RZ.js → cmake-CCO4hHlz.js} +23 -23
  332. package/dist/{cobol-CefNQ_w0.js → cobol-BP7APbz-.js} +23 -23
  333. package/dist/{coffeescript-4qvUnmrT.js → coffeescript-DAdmYC08.js} +23 -23
  334. package/dist/{collection-helpers-DOm4PvT7.js → collection-helpers-CeBujCju.js} +23 -23
  335. package/dist/{commonlisp-k5lBHlrn.js → commonlisp-Bo8JYmEV.js} +23 -23
  336. package/dist/{crystal-DFd4Ih4u.js → crystal-Bm8pGIh6.js} +23 -23
  337. package/dist/{css-BhqlouBq.js → css-BJk1lVKu.js} +23 -23
  338. package/dist/{custom-element-BIWH1gT0.js → custom-element-DRG4IpGT.js} +23 -23
  339. package/dist/{cypher-BlVNs-s1.js → cypher-D-eVDQC7.js} +23 -23
  340. package/dist/{d-CM_npLQV.js → d-D9LdG4k3.js} +23 -23
  341. package/dist/{diff-7P1q5HUO.js → diff-DZtMXlRt.js} +23 -23
  342. package/dist/{dtd-CWbJaDIV.js → dtd-BkbtUIcB.js} +23 -23
  343. package/dist/{dylan-EbE5y8Qm.js → dylan-CCohaM4H.js} +23 -23
  344. package/dist/{ebnf-DbYI1jy4.js → ebnf-DtT6UrMv.js} +23 -23
  345. package/dist/{ecl-CFSa7Lym.js → ecl-C2GNxTt8.js} +23 -23
  346. package/dist/{eiffel-9Wtpmi2K.js → eiffel-BW4n6uyg.js} +23 -23
  347. package/dist/{elm-DWhcgMBd.js → elm-B9lXrM6D.js} +23 -23
  348. package/dist/{erlang-CR1HJySh.js → erlang-BKwBedv4.js} +23 -23
  349. package/dist/{fcl-CbvOTRm9.js → fcl-BGYmKRZe.js} +23 -23
  350. package/dist/{forth-BsE0kFPn.js → forth-DTbOVELu.js} +23 -23
  351. package/dist/{fortran-AWWy4gQC.js → fortran-Dr7q8x3V.js} +23 -23
  352. package/dist/{gas-DjE-0YRJ.js → gas-CsCwQ5DC.js} +23 -23
  353. package/dist/{gherkin-G3xXRA7g.js → gherkin-CAJyZEc1.js} +23 -23
  354. package/dist/{groovy-CNwvtTN8.js → groovy-CpFdbfFQ.js} +23 -23
  355. package/dist/{haskell-B--9zNgZ.js → haskell-V36thOn1.js} +23 -23
  356. package/dist/{haxe-BH6QOKpD.js → haxe-CeQWqhmF.js} +23 -23
  357. package/dist/{http-ZbVY0uts.js → http-Cm3L1exf.js} +23 -23
  358. package/dist/{idl-D7fBoMHw.js → idl-DyN-eyoA.js} +23 -23
  359. package/dist/{javascript-BynWom2t.js → javascript-B7L-ezNz.js} +23 -23
  360. package/dist/{julia-BgwMKKt8.js → julia-B_bgxt8f.js} +23 -23
  361. package/dist/{livescript-CfylQWC2.js → livescript-B0UjDUzz.js} +23 -23
  362. package/dist/{lua-bFmn3AKO.js → lua-Bs-1T_TR.js} +23 -23
  363. package/dist/{mathematica-Dws9P2fA.js → mathematica-QbiSkUw_.js} +23 -23
  364. package/dist/{mbox-BIh2BjAu.js → mbox-IxVDt6G7.js} +23 -23
  365. package/dist/{mirc-XnPCL3O-.js → mirc--MFZdywV.js} +23 -23
  366. package/dist/{mllike-l-LEbnhM.js → mllike-s7nUnXIp.js} +23 -23
  367. package/dist/{modelica-BbO92hea.js → modelica-BCpZ0s1C.js} +23 -23
  368. package/dist/{mscgen-CQJIxZ4W.js → mscgen-Br8J94Pi.js} +23 -23
  369. package/dist/{mumps-CktIo_vc.js → mumps-BsSCi6Lf.js} +23 -23
  370. package/dist/{nginx-BOcx_Qcw.js → nginx-ZiZlz_Vj.js} +23 -23
  371. package/dist/{ntriples-C1FRJSj6.js → ntriples-1fM-fgdb.js} +23 -23
  372. package/dist/{octave-BOQo3ezn.js → octave-nXauetiK.js} +23 -23
  373. package/dist/{oz-OnSdrfM9.js → oz-B13mLmyp.js} +23 -23
  374. package/dist/{pascal-4g6TYfFw.js → pascal-B_W4OXqj.js} +23 -23
  375. package/dist/{perl-Dgr-ngbg.js → perl-a1VQ4XvC.js} +23 -23
  376. package/dist/{pig-CZMi3-8m.js → pig-BtQy1wID.js} +23 -23
  377. package/dist/{powershell-DXvQ4x1m.js → powershell-uO49D63Q.js} +23 -23
  378. package/dist/{properties-FpKoskXV.js → properties-BhuX6-mY.js} +23 -23
  379. package/dist/{protobuf-MCw-m64T.js → protobuf-CNIIc7zI.js} +23 -23
  380. package/dist/{puppet-6S-P5OOW.js → puppet-ByObhsu2.js} +23 -23
  381. package/dist/{python-CngGfBf0.js → python-PHhd4JZq.js} +23 -23
  382. package/dist/{q-44edCNj4.js → q-qVcarjaG.js} +23 -23
  383. package/dist/{r-DIR8PHAo.js → r-Cd28Rn61.js} +23 -23
  384. package/dist/{rpm-BRQLtgp3.js → rpm-tHd62SNx.js} +23 -23
  385. package/dist/{ruby-D8RNHeY9.js → ruby-BWVi67xq.js} +23 -23
  386. package/dist/{sas-D5OczIPs.js → sas-BwjQFPr2.js} +23 -23
  387. package/dist/{scheme-B8-CRLJA.js → scheme-Czr-sVIy.js} +23 -23
  388. package/dist/{settings-llVPjFVY.js → settings-C6RJ_X7P.js} +23 -23
  389. package/dist/{shell-D8CunHXO.js → shell-BetDWStl.js} +23 -23
  390. package/dist/{sieve-Bf_yZtZi.js → sieve-rrPKwsBh.js} +23 -23
  391. package/dist/{simple-mode-U-UkJvaV.js → simple-mode-C8-rTa2M.js} +23 -23
  392. package/dist/{smalltalk-NwhojTAP.js → smalltalk-YAI5xh7_.js} +23 -23
  393. package/dist/{solr-DpsSZ9SG.js → solr-VDOKdk1b.js} +23 -23
  394. package/dist/{sparql-ClZP4ej6.js → sparql-zO1kYCog.js} +23 -23
  395. package/dist/{spreadsheet-DnW91EGa.js → spreadsheet-6g8nHE2j.js} +23 -23
  396. package/dist/{sql-DoWohZH_.js → sql-Biw9poPQ.js} +23 -23
  397. package/dist/{stex-CyIvgWqs.js → stex-THaXVwNW.js} +23 -23
  398. package/dist/{stylus-C8jtBncI.js → stylus-RHXL_HsJ.js} +23 -23
  399. package/dist/{swift-CaGCX2Dw.js → swift-lfFyPRRo.js} +23 -23
  400. package/dist/{sync-BXekdfhT.js → sync-D5E2V6_l.js} +23 -23
  401. package/dist/{tcl-CZLOxvIM.js → tcl-C4Tb2U0q.js} +23 -23
  402. package/dist/{textile-MK6Fa0rE.js → textile-CnQDonvJ.js} +23 -23
  403. package/dist/{throttle-Bam9Y9Iz.js → throttle-B7gS0Tg4.js} +23 -23
  404. package/dist/{tiddlywiki-DUbhySn3.js → tiddlywiki-BPc4WZCH.js} +23 -23
  405. package/dist/{tiki-DaH-6R3-.js → tiki-D4dz8j1V.js} +23 -23
  406. package/dist/{toml-SjzHK0kN.js → toml-88vYtIh1.js} +23 -23
  407. package/dist/{troff-Bz5Iai1v.js → troff-BgVjEoT-.js} +23 -23
  408. package/dist/{ttcn-C4gOnQYH.js → ttcn-DdYulzch.js} +23 -23
  409. package/dist/{ttcn-cfg-C8jO5Cys.js → ttcn-cfg-LwcHiYmJ.js} +23 -23
  410. package/dist/{turtle-C8Ccmmmk.js → turtle-CgiVr9yq.js} +23 -23
  411. package/dist/{vb-Cwma-1KF.js → vb-BWY0HckZ.js} +23 -23
  412. package/dist/{vbscript-DMhmzc0h.js → vbscript-BBJV-ooB.js} +23 -23
  413. package/dist/{velocity-RZxqTCZo.js → velocity-wom_bhlv.js} +23 -23
  414. package/dist/{verilog-Dld4vhaQ.js → verilog-BCY2xdlY.js} +23 -23
  415. package/dist/{vhdl-DMOFQvtW.js → vhdl-BjJYRa0a.js} +23 -23
  416. package/dist/{webidl-BgptLqNm.js → webidl-KE8LT1tN.js} +23 -23
  417. package/dist/{xquery-8Z_FGC6j.js → xquery-Ca5C9BJw.js} +23 -23
  418. package/dist/{yacas-C3ZexFYq.js → yacas-DGeGvU7X.js} +23 -23
  419. package/dist/{z80-Dz8lvJzy.js → z80-CEYQTt8_.js} +23 -23
@@ -0,0 +1,13 @@
1
+ /**
2
+ * Copyright IBM Corp. 2025
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+
8
+ import { css } from 'lit';
9
+
10
+ var styles = css([".cds--link,:host(cds-aichat-card) ::slotted(.cds--link),:host(cds-tile) ::slotted(.cds--link){border:0;box-sizing:border-box;font-family:inherit;font-size:100%;margin:0;padding:0;vertical-align:baseline}.cds--link *,.cds--link :after,.cds--link :before,:host(cds-aichat-card) ::slotted(.cds--link) *,:host(cds-aichat-card) ::slotted(.cds--link) :after,:host(cds-aichat-card) ::slotted(.cds--link) :before,:host(cds-tile) ::slotted(.cds--link) *,:host(cds-tile) ::slotted(.cds--link) :after,:host(cds-tile) ::slotted(.cds--link) :before{box-sizing:inherit}.cds--link,:host(cds-aichat-card) ::slotted(.cds--link),:host(cds-tile) ::slotted(.cds--link){color:var(--cds-link-text-color,var(--cds-link-primary,#0f62fe));display:inline-flex;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);outline:none;text-decoration:none;transition:color 70ms cubic-bezier(.2,0,.38,.9)}.cds--link:hover,:host(cds-aichat-card) :hover::slotted(.cds--link),:host(cds-tile) :hover::slotted(.cds--link){color:var(--cds-link-hover-text-color,var(--cds-link-primary-hover,#0043ce));text-decoration:underline}.cds--link:active:not(.cds--link--disabled),.cds--link:active:visited,.cds--link:active:visited:hover,:host(cds-aichat-card) :active:not(.cds--link--disabled)::slotted(.cds--link),:host(cds-aichat-card) :active:visited::slotted(.cds--link),:host(cds-tile) :active:not(.cds--link--disabled)::slotted(.cds--link),:host(cds-tile) :active:visited::slotted(.cds--link){outline:1px solid var(--cds-focus,#0f62fe)}@media screen and (prefers-contrast){.cds--link:active:not(.cds--link--disabled),.cds--link:active:visited,.cds--link:active:visited:hover,:host(cds-aichat-card) :active:not(.cds--link--disabled)::slotted(.cds--link),:host(cds-aichat-card) :active:visited::slotted(.cds--link),:host(cds-tile) :active:not(.cds--link--disabled)::slotted(.cds--link),:host(cds-tile) :active:visited::slotted(.cds--link){outline-style:dotted}}.cds--link:active:not(.cds--link--disabled),.cds--link:active:visited,.cds--link:active:visited:hover,:host(cds-aichat-card) :active:not(.cds--link--disabled)::slotted(.cds--link),:host(cds-aichat-card) :active:visited::slotted(.cds--link),:host(cds-tile) :active:not(.cds--link--disabled)::slotted(.cds--link),:host(cds-tile) :active:visited::slotted(.cds--link){color:var(--cds-link-text-color,var(--cds-link-primary,#0f62fe));outline-color:var(--cds-link-focus-text-color,var(--cds-focus,#0f62fe));text-decoration:underline}.cds--link:focus:not(.cds--link--disabled),:host(cds-aichat-card) :focus:not(.cds--link--disabled)::slotted(.cds--link),:host(cds-tile) :focus:not(.cds--link--disabled)::slotted(.cds--link){outline:1px solid var(--cds-focus,#0f62fe)}@media screen and (prefers-contrast){.cds--link:focus:not(.cds--link--disabled),:host(cds-aichat-card) :focus:not(.cds--link--disabled)::slotted(.cds--link),:host(cds-tile) :focus:not(.cds--link--disabled)::slotted(.cds--link){outline-style:dotted}}.cds--link:focus:not(.cds--link--disabled),:host(cds-aichat-card) :focus:not(.cds--link--disabled)::slotted(.cds--link),:host(cds-tile) :focus:not(.cds--link--disabled)::slotted(.cds--link){outline-color:var(--cds-link-focus-text-color,var(--cds-focus,#0f62fe));text-decoration:underline}.cds--link:visited,:host(cds-aichat-card) :visited::slotted(.cds--link),:host(cds-tile) :visited::slotted(.cds--link){color:var(--cds-link-text-color,var(--cds-link-primary,#0f62fe))}.cds--link:visited:hover,:host(cds-aichat-card) :visited:hover::slotted(.cds--link),:host(cds-tile) :visited:hover::slotted(.cds--link){color:var(--cds-link-hover-text-color,var(--cds-link-primary-hover,#0043ce))}.cds--link--disabled,.cds--link--disabled:hover{border:0;box-sizing:border-box;font-family:inherit;font-size:100%;margin:0;padding:0;vertical-align:baseline}.cds--link--disabled *,.cds--link--disabled :after,.cds--link--disabled :before,.cds--link--disabled:hover *,.cds--link--disabled:hover :after,.cds--link--disabled:hover :before{box-sizing:inherit}.cds--link--disabled,.cds--link--disabled:hover{color:var(--cds-text-disabled,hsla(0,0%,9%,.25));cursor:not-allowed;font-size:var(--cds-body-compact-01-font-size,.875rem);font-weight:var(--cds-body-compact-01-font-weight,400);font-weight:400;letter-spacing:var(--cds-body-compact-01-letter-spacing,.16px);line-height:var(--cds-body-compact-01-line-height,1.28572);text-decoration:none}.cds--link.cds--link--visited,.cds--link.cds--link--visited:visited,:host(cds-aichat-card) .cds--link--visited::slotted(.cds--link),:host(cds-tile) .cds--link--visited::slotted(.cds--link){color:var(--cds-link-visited-text-color,var(--cds-link-visited,#8a3ffc))}.cds--link.cds--link--visited:hover,.cds--link.cds--link--visited:visited:hover,:host(cds-aichat-card) .cds--link--visited:hover::slotted(.cds--link),:host(cds-tile) .cds--link--visited:hover::slotted(.cds--link){color:var(--cds-link-hover-text-color,var(--cds-link-primary-hover,#0043ce))}.cds--link.cds--link--inline,:host(cds-aichat-card) .cds--link--inline::slotted(.cds--link),:host(cds-tile) .cds--link--inline::slotted(.cds--link){display:inline;text-decoration:underline}.cds--link--disabled.cds--link--inline{text-decoration:underline}.cds--link--sm,.cds--link--sm.cds--link--disabled:hover{font-size:var(--cds-helper-text-01-font-size,.75rem);letter-spacing:var(--cds-helper-text-01-letter-spacing,.32px);line-height:var(--cds-helper-text-01-line-height,1.33333)}.cds--link--lg,.cds--link--lg.cds--link--disabled:hover{font-size:var(--cds-body-compact-02-font-size,1rem);font-weight:var(--cds-body-compact-02-font-weight,400);letter-spacing:var(--cds-body-compact-02-letter-spacing,0);line-height:var(--cds-body-compact-02-line-height,1.375)}.cds--link__icon{align-self:center;display:inline-flex;margin-inline-start:.5rem}:host(cds-link){outline:none}:host(cds-link) .cds--link--disabled{color:var(--cds-text-disabled,hsla(0,0%,9%,.25))}:host(cds-link) .cds--link__icon[hidden]{display:none}.cds--layer-one,:root{--cds-layer:var(--cds-layer-01,#f4f4f4);--cds-layer-active:var(--cds-layer-active-01,#c6c6c6);--cds-layer-background:var(--cds-layer-background-01,#fff);--cds-layer-hover:var(--cds-layer-hover-01,#e8e8e8);--cds-layer-selected:var(--cds-layer-selected-01,#e0e0e0);--cds-layer-selected-hover:var(--cds-layer-selected-hover-01,#d1d1d1);--cds-layer-accent:var(--cds-layer-accent-01,#e0e0e0);--cds-layer-accent-hover:var(--cds-layer-accent-hover-01,#d1d1d1);--cds-layer-accent-active:var(--cds-layer-accent-active-01,#a8a8a8);--cds-field:var(--cds-field-01,#f4f4f4);--cds-field-hover:var(--cds-field-hover-01,#e8e8e8);--cds-border-subtle:var(--cds-border-subtle-00,#e0e0e0);--cds-border-subtle-selected:var(--cds-border-subtle-selected-01,#c6c6c6);--cds-border-strong:var(--cds-border-strong-01,#8d8d8d);--cds-border-tile:var(--cds-border-tile-01,#c6c6c6)}.cds--layer-two{--cds-layer:var(--cds-layer-02,#fff);--cds-layer-active:var(--cds-layer-active-02,#c6c6c6);--cds-layer-background:var(--cds-layer-background-02,#f4f4f4);--cds-layer-hover:var(--cds-layer-hover-02,#e8e8e8);--cds-layer-selected:var(--cds-layer-selected-02,#e0e0e0);--cds-layer-selected-hover:var(--cds-layer-selected-hover-02,#d1d1d1);--cds-layer-accent:var(--cds-layer-accent-02,#e0e0e0);--cds-layer-accent-hover:var(--cds-layer-accent-hover-02,#d1d1d1);--cds-layer-accent-active:var(--cds-layer-accent-active-02,#a8a8a8);--cds-field:var(--cds-field-02,#fff);--cds-field-hover:var(--cds-field-hover-02,#e8e8e8);--cds-border-subtle:var(--cds-border-subtle-01,#c6c6c6);--cds-border-subtle-selected:var(--cds-border-subtle-selected-02,#c6c6c6);--cds-border-strong:var(--cds-border-strong-02,#8d8d8d);--cds-border-tile:var(--cds-border-tile-02,#a8a8a8)}.cds--layer-three{--cds-layer:var(--cds-layer-03,#f4f4f4);--cds-layer-active:var(--cds-layer-active-03,#c6c6c6);--cds-layer-background:var(--cds-layer-background-03,#fff);--cds-layer-hover:var(--cds-layer-hover-03,#e8e8e8);--cds-layer-selected:var(--cds-layer-selected-03,#e0e0e0);--cds-layer-selected-hover:var(--cds-layer-selected-hover-03,#d1d1d1);--cds-layer-accent:var(--cds-layer-accent-03,#e0e0e0);--cds-layer-accent-hover:var(--cds-layer-accent-hover-03,#d1d1d1);--cds-layer-accent-active:var(--cds-layer-accent-active-03,#a8a8a8);--cds-field:var(--cds-field-03,#f4f4f4);--cds-field-hover:var(--cds-field-hover-03,#e8e8e8);--cds-border-subtle:var(--cds-border-subtle-02,#e0e0e0);--cds-border-subtle-selected:var(--cds-border-subtle-selected-03,#c6c6c6);--cds-border-strong:var(--cds-border-strong-03,#8d8d8d);--cds-border-tile:var(--cds-border-tile-03,#c6c6c6)}.cds--layer-one.cds--layer__with-background,.cds--layer-three.cds--layer__with-background,.cds--layer-two.cds--layer__with-background{background-color:var(--cds-layer-background)}.cds--assistive-text,.cds--visually-hidden{clip:rect(0,0,0,0);block-size:1px;border:0;inline-size:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;visibility:inherit;white-space:nowrap}.cds--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--layout-constraint--size__default-xs{--cds-layout-size-height:var(--cds-layout-size-height-context,var(--cds-layout-size-height-xs,1.5rem))}.cds--layout-constraint--size__min-xs{--cds-layout-size-height-min:var(--cds-layout-size-height-xs,1.5rem)}.cds--layout-constraint--size__max-xs{--cds-layout-size-height-max:var(--cds-layout-size-height-xs,1.5rem)}.cds--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--layout-constraint--size__default-sm{--cds-layout-size-height:var(--cds-layout-size-height-context,var(--cds-layout-size-height-sm,2rem))}.cds--layout-constraint--size__min-sm{--cds-layout-size-height-min:var(--cds-layout-size-height-sm,2rem)}.cds--layout-constraint--size__max-sm{--cds-layout-size-height-max:var(--cds-layout-size-height-sm,2rem)}.cds--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--layout-constraint--size__default-md{--cds-layout-size-height:var(--cds-layout-size-height-context,var(--cds-layout-size-height-md,2.5rem))}.cds--layout-constraint--size__min-md{--cds-layout-size-height-min:var(--cds-layout-size-height-md,2.5rem)}.cds--layout-constraint--size__max-md{--cds-layout-size-height-max:var(--cds-layout-size-height-md,2.5rem)}.cds--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--layout-constraint--size__default-lg{--cds-layout-size-height:var(--cds-layout-size-height-context,var(--cds-layout-size-height-lg,3rem))}.cds--layout-constraint--size__min-lg{--cds-layout-size-height-min:var(--cds-layout-size-height-lg,3rem)}.cds--layout-constraint--size__max-lg{--cds-layout-size-height-max:var(--cds-layout-size-height-lg,3rem)}.cds--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--layout-constraint--size__default-xl{--cds-layout-size-height:var(--cds-layout-size-height-context,var(--cds-layout-size-height-xl,4rem))}.cds--layout-constraint--size__min-xl{--cds-layout-size-height-min:var(--cds-layout-size-height-xl,4rem)}.cds--layout-constraint--size__max-xl{--cds-layout-size-height-max:var(--cds-layout-size-height-xl,4rem)}.cds--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--layout-constraint--size__default-2xl{--cds-layout-size-height:var(--cds-layout-size-height-context,var(--cds-layout-size-height-2xl,5rem))}.cds--layout-constraint--size__min-2xl{--cds-layout-size-height-min:var(--cds-layout-size-height-2xl,5rem)}.cds--layout-constraint--size__max-2xl{--cds-layout-size-height-max:var(--cds-layout-size-height-2xl,5rem)}.cds--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--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--layout-constraint--density__min-condensed{--cds-layout-density-padding-inline-min:var(--cds-layout-density-padding-inline-condensed,0.5rem)}.cds--layout-constraint--density__max-condensed{--cds-layout-density-padding-inline-max:var(--cds-layout-density-padding-inline-condensed,0.5rem)}.cds--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--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--layout-constraint--density__min-normal{--cds-layout-density-padding-inline-min:var(--cds-layout-density-padding-inline-normal,1rem)}.cds--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--tile-group html,:host(cds-tile-group) html{font-size:100%}.cds--tile-group body,:host(cds-tile-group) body{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:IBM Plex Sans,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,sans-serif;font-weight:400;text-rendering:optimizeLegibility}.cds--tile-group code,:host(cds-tile-group) code{font-family:IBM Plex Mono,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,monospace}.cds--tile-group strong,:host(cds-tile-group) strong{font-weight:600}.cds--tile,:host(cds-aichat-card),:host(cds-expandable-tile),:host(cds-tile){--cds-layout-density-padding-inline-local:clamp(var(--cds-layout-density-padding-inline-min),var(--cds-layout-density-padding-inline,var(--cds-layout-density-padding-inline-normal)),var(--cds-layout-density-padding-inline-max));background-color:var(--cds-layer);display:block;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);min-block-size:4rem;min-inline-size:8rem;outline:2px solid transparent;outline-offset:-2px;padding:var(--cds-layout-density-padding-inline-local);position:relative}.cds--tile:focus{outline:2px solid var(--cds-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds--tile:focus{outline-style:dotted}}.cds--tile--light,:host(cds-expandable-tile[color-scheme=light]),:host(cds-tile[color-scheme=light]){background-color:var(--cds-layer-02,#fff)}.cds--tile--clickable,.cds--tile--selectable,:host(cds-clickable-tile) .cds--tile--clickable{border:0;box-sizing:border-box;font-family:inherit;font-size:100%;margin:0;padding:0;vertical-align:baseline}.cds--tile--clickable *,.cds--tile--clickable :after,.cds--tile--clickable :before,.cds--tile--selectable *,.cds--tile--selectable :after,.cds--tile--selectable :before,:host(cds-clickable-tile) .cds--tile--clickable *,:host(cds-clickable-tile) .cds--tile--clickable :after,:host(cds-clickable-tile) .cds--tile--clickable :before{box-sizing:inherit}.cds--tile--clickable,.cds--tile--selectable,:host(cds-clickable-tile) .cds--tile--clickable{cursor:pointer;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);padding:var(--cds-layout-density-padding-inline-local);transition:.15s cubic-bezier(.2,0,.38,.9)}.cds--tile--clickable:hover,.cds--tile--selectable:hover{background:var(--cds-layer-hover)}.cds--tile--clickable,:host(cds-clickable-tile) .cds--tile--clickable{color:var(--cds-text-primary,#161616);text-decoration:none}.cds--tile--clickable:focus{outline:2px solid var(--cds-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds--tile--clickable:focus{outline-style:dotted}}.cds--tile--clickable:focus{text-decoration:none}.cds--tile--clickable:focus .cds--tile__checkmark,.cds--tile--clickable:hover .cds--tile__checkmark{opacity:1}.cds--tile--expandable::-moz-focus-inner{border:0}.cds--tile--clickable:active,.cds--tile--clickable:hover,.cds--tile--clickable:visited,.cds--tile--clickable:visited:hover{color:var(--cds-text-primary,#161616);text-decoration:none}.cds--tile--clickable.cds--link--disabled,.cds--tile--clickable:hover.cds--link--disabled{background-color:var(--cds-layer);color:var(--cds-text-disabled,hsla(0,0%,9%,.25));cursor:not-allowed;display:block;padding:var(--cds-layout-density-padding-inline-local)}.cds--tile--clickable .cds--tile--icon,.cds--tile--clickable.cds--link--disabled .cds--tile--disabled-icon,:host(cds-clickable-tile) .cds--tile--clickable ::slotted([slot=icon]){block-size:1.25rem;inline-size:1.25rem;inset-block-end:.75rem;inset-inline-end:.75rem;position:absolute}.cds--tile--clickable .cds--tile--icon,:host(cds-clickable-tile) .cds--tile--clickable ::slotted([slot=icon]){fill:var(--cds-icon-interactive,#0f62fe)}.cds--tile--clickable.cds--link--disabled .cds--tile--disabled-icon{fill:var(--cds-icon-disabled,hsla(0,0%,9%,.25))}.cds--tile--clickable.cds--link--disabled .cds--tile--icon,:host(cds-clickable-tile) .cds--tile--clickable.cds--link--disabled ::slotted([slot=icon]){display:none}.cds--tile--selectable{border:1px solid transparent;padding-inline-end:calc(var(--cds-layout-density-padding-inline-local)*2 + 1rem)}.cds--tile__checkmark{background:transparent;block-size:1rem;border:none;inset-block-start:var(--cds-layout-density-padding-inline-local);inset-inline-end:var(--cds-layout-density-padding-inline-local);opacity:0;position:absolute;transition:.11s cubic-bezier(.2,0,.38,.9)}.cds--tile__checkmark svg{fill:var(--cds-icon-secondary,#525252);border-radius:50%}.cds--tile__checkmark:focus{outline:2px solid var(--cds-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds--tile__checkmark:focus{outline-style:dotted}}.cds--tile__checkmark--persistent{opacity:1}.cds--tile__chevron,:host(cds-selectable-tile) .cds--tile__chevron{align-items:center;block-size:calc(var(--cds-layout-density-padding-inline-local)*2 + 1rem);display:flex;inline-size:calc(var(--cds-layout-density-padding-inline-local)*2 + 1rem);inset-block-end:0;inset-inline-end:0;justify-content:center;position:absolute}.cds--tile__chevron svg,:host(cds-selectable-tile) .cds--tile__chevron svg{fill:var(--cds-icon-primary,#161616);transform-origin:center;transition:.11s cubic-bezier(.2,0,.38,.9)}@media screen and (prefers-reduced-motion:reduce){.cds--tile__chevron svg,:host(cds-selectable-tile) .cds--tile__chevron svg{transition:none}}.cds--tile__chevron--interactive{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;box-sizing:border-box;cursor:pointer;display:inline-block;font-family:inherit;font-size:100%;inline-size:100%;margin:0;padding:0;text-align:start;vertical-align:baseline}.cds--tile__chevron--interactive *,.cds--tile__chevron--interactive :after,.cds--tile__chevron--interactive :before{box-sizing:inherit}.cds--tile__chevron--interactive::-moz-focus-inner{border:0}.cds--tile__chevron--interactive{align-items:center;block-size:calc(var(--cds-layout-density-padding-inline-local)*2 + 1rem);display:flex;inline-size:calc(var(--cds-layout-density-padding-inline-local)*2 + 1rem);inset-block-end:0;inset-inline-end:0;justify-content:center;position:absolute}.cds--tile__chevron--interactive:focus{outline:2px solid var(--cds-focus,#0f62fe);outline-offset:-2px}.cds--tile__chevron--interactive:hover{background-color:var(--cds-layer-hover);cursor:pointer}.cds--tile--expandable,:host(cds-expandable-tile){border:0;color:inherit;cursor:pointer;font-family:inherit;font-size:inherit;font-size:var(--cds-body-compact-01-font-size,.875rem);font-weight:var(--cds-body-compact-01-font-weight,400);inline-size:100%;letter-spacing:var(--cds-body-compact-01-letter-spacing,.16px);line-height:var(--cds-body-compact-01-line-height,1.28572);overflow:hidden;position:relative;text-align:start;transition:max-height .15s cubic-bezier(.2,0,.38,.9)}.cds--tile--expandable:hover{background:var(--cds-layer-hover)}.cds--tile--expandable.cds--tile--expandable--interactive{border:none;cursor:default;transition:max-height .15s cubic-bezier(.2,0,.38,.9)}.cds--tile--expandable.cds--tile--expandable--interactive:hover{background-color:var(--cds-layer)}.cds--tile--expandable.cds--tile--expandable--interactive:focus{outline:none}.cds--tile--expandable--interactive:focus{outline:2px solid var(--cds-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds--tile--expandable--interactive:focus{outline-style:dotted}}.cds--tile-content__below-the-fold,:host(cds-expandable-tile) ::slotted(cds-tile-below-the-fold-content){display:block;opacity:0;transition:opacity .11s cubic-bezier(.2,0,.38,.9),visibility .11s cubic-bezier(.2,0,.38,.9);visibility:hidden}.cds--tile--is-expanded,:host(cds-expandable-tile[expanded]){overflow:visible;transition:max-height .11s cubic-bezier(.2,0,.38,.9)}.cds--tile--is-expanded .cds--tile__chevron svg,:host(cds-expandable-tile[expanded]) .cds--tile__chevron svg{transform:rotate(180deg)}.cds--tile--is-expanded .cds--tile-content__below-the-fold,:host(cds-expandable-tile) .cds--tile--is-expanded ::slotted(cds-tile-below-the-fold-content),:host(cds-expandable-tile[expanded]) .cds--tile-content__below-the-fold,:host(cds-expandable-tile[expanded]):host(cds-expandable-tile) ::slotted(cds-tile-below-the-fold-content){opacity:1;transition:opacity .11s cubic-bezier(.2,0,.38,.9),visibility .11s cubic-bezier(.2,0,.38,.9);visibility:inherit}@supports (hanging-punctuation:first) and (font:-apple-system-body) and (-webkit-appearance:none){.cds--tile--is-expanded .cds--tile-content__below-the-fold,:host(cds-expandable-tile) .cds--tile--is-expanded ::slotted(cds-tile-below-the-fold-content),:host(cds-expandable-tile[expanded]) .cds--tile-content__below-the-fold,:host(cds-expandable-tile[expanded]):host(cds-expandable-tile) ::slotted(cds-tile-below-the-fold-content){overflow-y:auto}}.cds--tile--is-selected{border:1px solid var(--cds-layer-selected-inverse,#161616)}.cds--tile--is-selected .cds--tile__checkmark{opacity:1}.cds--tile--is-selected .cds--tile__checkmark svg{fill:var(--cds-icon-primary,#161616)}.cds--tile-content{block-size:100%;inline-size:100%}.cds--tile-input{clip:rect(0,0,0,0);block-size:1px;border:0;inline-size:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;visibility:inherit;white-space:nowrap}.cds--tile-input:focus+.cds--tile,.cds--tile-input:focus+:host(cds-aichat-card),.cds--tile-input:focus+:host(cds-expandable-tile),.cds--tile-input:focus+:host(cds-tile){outline:2px solid var(--cds-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds--tile-input:focus+.cds--tile,.cds--tile-input:focus+:host(cds-aichat-card),.cds--tile-input:focus+:host(cds-expandable-tile),.cds--tile-input:focus+:host(cds-tile){outline-style:dotted}}.cds--tile--disabled.cds--tile--selectable{background-color:var(--cds-layer);color:var(--cds-text-disabled,hsla(0,0%,9%,.25));cursor:not-allowed}.cds--tile--disabled.cds--tile--selectable.cds--tile--light{background-color:var(--cds-layer-02,#fff)}.cds--tile--disabled.cds--tile--is-selected{border-color:var(--cds-border-disabled,#c6c6c6)}.cds--tile--disabled .cds--tile__checkmark svg{fill:var(--cds-icon-disabled,hsla(0,0%,9%,.25))}.cds--tile--clickable .cds--tile--ai-label-icon,.cds--tile--expandable>div>.cds--ai-label,.cds--tile--expandable>div>.cds--slug,.cds--tile--expandable>div>.cds--tile--inner-decorator>*,.cds--tile>.cds--ai-label,.cds--tile>.cds--slug,.cds--tile>.cds--tile--inner-decorator>*,:host(cds-aichat-card)>.cds--ai-label,:host(cds-aichat-card)>.cds--slug,:host(cds-aichat-card)>.cds--tile--inner-decorator>*,:host(cds-expandable-tile)>.cds--ai-label,:host(cds-expandable-tile)>.cds--slug,:host(cds-expandable-tile)>.cds--tile--inner-decorator>*,:host(cds-expandable-tile)>div>.cds--ai-label,:host(cds-expandable-tile)>div>.cds--slug,:host(cds-expandable-tile)>div>.cds--tile--inner-decorator>*,:host(cds-tile)>.cds--ai-label,:host(cds-tile)>.cds--slug,:host(cds-tile)>.cds--tile--inner-decorator>*{inset-block-start:1rem;inset-inline-end:1rem;position:absolute}.cds--tile.cds--tile--selectable>.cds--ai-label,.cds--tile.cds--tile--selectable>.cds--slug,.cds--tile.cds--tile--selectable>.cds--tile--inner-decorator>*{inset-inline-end:2.5rem}.cds--tile.cds--tile--selectable.cds--tile--radio>.cds--ai-label,.cds--tile.cds--tile--selectable.cds--tile--radio>.cds--slug,.cds--tile.cds--tile--selectable.cds--tile--radio>.cds--tile--inner-decorator>*{inset-inline-end:1rem;inset-inline-end:2.5rem;transition:inset-inline-end .11s cubic-bezier(.2,0,.38,.9)}.cds--tile.cds--tile--selectable.cds--tile--radio.cds--tile--is-selected>.cds--ai-label,.cds--tile.cds--tile--selectable.cds--tile--radio.cds--tile--is-selected>.cds--slug,.cds--tile.cds--tile--selectable.cds--tile--radio.cds--tile--is-selected>.cds--tile--inner-decorator>*{inset-inline-end:2.5rem}.cds--tile.cds--tile--clickable>.cds--ai-label,.cds--tile.cds--tile--clickable>.cds--slug,.cds--tile.cds--tile--clickable>.cds--tile--inner-decorator>*{pointer-events:none}.cds--tile--decorator:has(.cds--ai-label).cds--tile,.cds--tile--decorator:has(.cds--tile--ai-label-icon).cds--tile,.cds--tile--slug.cds--tile{background:linear-gradient(to top,var(--cds-layer,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-layer,var(--cds-ai-popover-background,#fff)),var(--cds-layer,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-layer,var(--cds-ai-popover-background,#fff)),var(--cds-layer,var(--cds-ai-popover-background,#fff))) border-box;border:1px solid transparent;box-shadow:inset 0 -80px 70px -65px var(--cds-ai-inner-shadow,rgba(69,137,255,.1)),0 4px 8px 0 var(--cds-ai-drop-shadow,rgba(15,98,254,.1))}.cds--tile--decorator:has(.cds--ai-label).cds--tile--expandable:hover,.cds--tile--slug.cds--tile--expandable:hover{background:linear-gradient(to top,var(--cds-layer,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-layer,var(--cds-ai-popover-background,#fff)),var(--cds-layer,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-layer,var(--cds-ai-popover-background,#fff)),var(--cds-layer,var(--cds-ai-popover-background,#fff))) border-box}.cds--tile--decorator.cds--tile--clickable:before,.cds--tile--decorator.cds--tile--selectable:after,.cds--tile--decorator.cds--tile--selectable:before,.cds--tile--slug.cds--tile--clickable:before,.cds--tile--slug.cds--tile--selectable:after,.cds--tile--slug.cds--tile--selectable:before{block-size:100%;content:\"\";display:block;inline-size:100%;inset-block-start:0;inset-inline-start:0;opacity:0;position:absolute;transition:opacity .11s cubic-bezier(.2,0,.38,.9)}.cds--tile--decorator:has(.cds--ai-label).cds--tile--clickable:before,.cds--tile--decorator:has(.cds--ai-label).cds--tile--selectable:before,.cds--tile--decorator:has(.cds--tile--ai-label-icon).cds--tile--clickable:before,.cds--tile--slug.cds--tile--clickable:before,.cds--tile--slug.cds--tile--selectable:before{background:linear-gradient(to top,var(--cds-ai-aura-hover-start,rgba(69,137,255,.32)) 0,15%,var(--cds-ai-aura-hover-end,hsla(0,0%,100%,0)) 50%) padding-box,linear-gradient(to top,var(--cds-ai-aura-hover-background,#edf5ff),var(--cds-ai-aura-hover-background,#edf5ff)) 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-ai-aura-hover-background,#edf5ff),var(--cds-ai-aura-hover-background,#edf5ff)) border-box;box-shadow:inset 0 -80px 70px -65px var(--cds-ai-inner-shadow,rgba(69,137,255,.1)),0 4px 10px 2px var(--cds-ai-drop-shadow,rgba(15,98,254,.1))}.cds--tile--decorator.cds--tile--clickable:hover:before,.cds--tile--decorator.cds--tile--selectable:hover:before,.cds--tile--slug.cds--tile--clickable:hover:before,.cds--tile--slug.cds--tile--selectable:hover:before{opacity:1}.cds--tile--decorator.cds--tile--clickable:focus,.cds--tile--decorator.cds--tile--selectable:focus,.cds--tile--slug.cds--tile--clickable:focus,.cds--tile--slug.cds--tile--selectable:focus,.cds--tile-input:focus+.cds--tile--decorator.cds--tile,.cds--tile-input:focus+.cds--tile--slug.cds--tile{outline-offset:-1px}.cds--tile--decorator:has(.cds--tile--inner-decorator .cds--ai-label).cds--tile--selectable:after,.cds--tile--slug.cds--tile--selectable:after{background:linear-gradient(to top,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-layer),var(--cds-layer)) padding-box,linear-gradient(to bottom,var(--cds-border-inverse,#161616),var(--cds-border-inverse,#161616)) border-box,linear-gradient(to top,var(--cds-layer),var(--cds-layer)) border-box;box-shadow:inset 0 -80px 70px -65px var(--cds-ai-inner-shadow,rgba(69,137,255,.1)),0 4px 8px 0 var(--cds-ai-drop-shadow,rgba(15,98,254,.1))}.cds--tile--decorator.cds--tile--selectable:hover:after,.cds--tile--slug.cds--tile--selectable:hover:after{opacity:0}.cds--tile--decorator.cds--tile--is-selected:after,.cds--tile--slug.cds--tile--is-selected:after{opacity:1}.cds--tile--decorator:has(.cds--tile--inner-decorator).cds--tile--is-selected,.cds--tile--slug.cds--tile--is-selected{border-color:var(--cds-border-inverse,#161616)}.cds--tile--decorator.cds--tile--clickable .cds--tile-content,.cds--tile--decorator.cds--tile--selectable .cds--tile-content,.cds--tile--slug.cds--tile--clickable .cds--tile-content,.cds--tile--slug.cds--tile--selectable .cds--tile-content{cursor:pointer;position:relative}.cds--tile--decorator.cds--tile--clickable .cds--tile-content,.cds--tile--decorator.cds--tile--is-selected .cds--tile--inner-decorator>*,.cds--tile--decorator.cds--tile--selectable .cds--tile-content,.cds--tile--decorator.cds--tile--selectable>.cds--tile__checkmark,.cds--tile--slug.cds--tile--clickable .cds--tile-content,.cds--tile--slug.cds--tile--is-selected .cds--ai-label,.cds--tile--slug.cds--tile--is-selected .cds--slug,.cds--tile--slug.cds--tile--selectable .cds--tile-content,.cds--tile--slug.cds--tile--selectable>.cds--tile__checkmark{z-index:1}.cds--tile--decorator.cds--tile--selectable .cds--tile--inner-decorator>:has(>.cds--popover--open),.cds--tile--slug.cds--tile--selectable .cds--ai-label:has(>.cds--popover--open),.cds--tile--slug.cds--tile--selectable .cds--slug:has(>.cds--popover--open){z-index:2}.cds--tile--decorator.cds--tile--selectable>.cds--tile--inner-decorator>*,.cds--tile--decorator.cds--tile--selectable>.cds--tile__checkmark,.cds--tile--slug.cds--tile--selectable>.cds--ai-label,.cds--tile--slug.cds--tile--selectable>.cds--slug,.cds--tile--slug.cds--tile--selectable>.cds--tile__checkmark{z-index:1}.cds--tile--expandable:has(.cds--ai-label>.cds--popover--open),.cds--tile--expandable:has(.cds--slug>.cds--popover--open),.cds--tile--expandable:has(.cds--tile--inner-decorator>*>.cds--popover--open),:has(.cds--ai-label>.cds--popover--open):host(cds-expandable-tile),:has(.cds--slug>.cds--popover--open):host(cds-expandable-tile),:has(.cds--tile--inner-decorator>*>.cds--popover--open):host(cds-expandable-tile){overflow:visible}.cds--tile--clickable .cds--tile--ai-label-icon rect{stroke:var(--cds-icon-primary,#161616)}.cds--tile--clickable .cds--tile--ai-label-icon path{fill:var(--cds-icon-primary,#161616)}.cds--tile--decorator-rounded,.cds--tile--decorator-rounded.cds--tile--clickable:before,.cds--tile--decorator-rounded.cds--tile--selectable:after,.cds--tile--decorator-rounded.cds--tile--selectable:before,.cds--tile--slug-rounded,.cds--tile--slug-rounded.cds--tile--clickable:before,.cds--tile--slug-rounded.cds--tile--selectable:after,.cds--tile--slug-rounded.cds--tile--selectable:before,:host(cds-clickable-tile[ai-label][has-rounded-corners]),:host(cds-expandable-tile[ai-label][has-rounded-corners]),:host(cds-radio-tile[ai-label][has-rounded-corners]),:host(cds-selectable-tile[ai-label][has-rounded-corners]),:host(cds-tile[ai-label][has-rounded-corners]){border-radius:.5rem}.cds--tile--decorator-rounded .cds--tile__chevron,.cds--tile--slug-rounded .cds--tile__chevron,:host(cds-clickable-tile[ai-label][has-rounded-corners]) .cds--tile__chevron,:host(cds-expandable-tile[ai-label][has-rounded-corners]) .cds--tile__chevron,:host(cds-radio-tile[ai-label][has-rounded-corners]) .cds--tile__chevron,:host(cds-selectable-tile[ai-label][has-rounded-corners]) .cds--tile__chevron,:host(cds-tile[ai-label][has-rounded-corners]) .cds--tile__chevron{border-end-end-radius:.5rem}@keyframes cds--hide-feedback{0%{opacity:1;visibility:inherit}to{opacity:0;visibility:hidden}}@keyframes cds--show-feedback{0%{opacity:0;visibility:hidden}to{opacity:1;visibility:inherit}}@keyframes cds--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}}input:-webkit-autofill,input:-webkit-autofill:focus,input:-webkit-autofill:hover,textarea:-webkit-autofill,textarea:-webkit-autofill:focus,textarea:-webkit-autofill:hover{-webkit-text-fill-color:var(--cds-text-primary,#161616);box-shadow:0 0 0 1000px var(--cds-field) inset}.cds--fieldset{border:0;box-sizing:border-box;font-family:inherit;font-size:100%;margin:0;padding:0;vertical-align:baseline}.cds--fieldset *,.cds--fieldset :after,.cds--fieldset :before{box-sizing:inherit}.cds--form-item{align-items:flex-start;display:flex;flex:1 1 auto;flex-direction:column;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)}.cds--label html{font-size:100%}.cds--label body{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:IBM Plex Sans,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,sans-serif;font-weight:400;text-rendering:optimizeLegibility}.cds--label code{font-family:IBM Plex Mono,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,monospace}.cds--label strong{font-weight:600}.cds--label{color:var(--cds-text-secondary,#525252);display:inline-block;font-weight:var(--cds-label-01-font-weight,400);font-weight:400;line-height:var(--cds-label-01-line-height,1.33333);line-height:1rem;margin-block-end:.5rem;vertical-align:baseline}.cds--label,.cds--label .cds--toggletip-label{font-size:var(--cds-label-01-font-size,.75rem);letter-spacing:var(--cds-label-01-letter-spacing,.32px)}.cds--label .cds--toggletip-label{font-weight:var(--cds-label-01-font-weight,400);line-height:var(--cds-label-01-line-height,1.33333)}.cds--label--no-margin{margin-block-end:0}.cds--label+.cds--tooltip{inset-block-start:.2rem;inset-inline-start:.5rem;position:relative}.cds--label+.cds--tooltip .cds--tooltip__trigger{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;box-sizing:border-box;cursor:pointer;display:inline-block;font-family:inherit;font-size:100%;inline-size:100%;margin:0;padding:0;text-align:start;vertical-align:baseline}.cds--label+.cds--tooltip .cds--tooltip__trigger *,.cds--label+.cds--tooltip .cds--tooltip__trigger :after,.cds--label+.cds--tooltip .cds--tooltip__trigger :before{box-sizing:inherit}.cds--label+.cds--tooltip .cds--tooltip__trigger::-moz-focus-inner{border:0}.cds--label+.cds--tooltip .cds--tooltip__trigger{align-items:center;display:flex;font-size:var(--cds-label-01-font-size,.75rem);font-weight:var(--cds-label-01-font-weight,400);justify-content:center;letter-spacing:var(--cds-label-01-letter-spacing,.32px);line-height:var(--cds-label-01-line-height,1.33333)}.cds--label+.cds--tooltip .cds--tooltip__trigger:focus{outline:1px solid var(--cds-focus,#0f62fe)}.cds--label+.cds--tooltip .cds--tooltip__trigger svg{fill:var(--cds-icon-secondary,#525252)}.cds--label+.cds--tooltip .cds--tooltip__trigger svg :hover{fill:var(--cds-icon-primary,#161616)}.cds--label+.cds--toggletip{inset-block-start:.2rem;inset-inline-start:.5rem}.cds--label.cds--skeleton{background:var(--cds-skeleton-background,#e8e8e8);border:none;box-shadow:none;padding:0;pointer-events:none;position:relative}.cds--label.cds--skeleton:active,.cds--label.cds--skeleton:focus,.cds--label.cds--skeleton:hover{border:none;cursor:default;outline:none}.cds--label.cds--skeleton:before{animation:cds--skeleton 3s ease-in-out infinite;background:var(--cds-skeleton-element,#c6c6c6);block-size:100%;content:\"\";inline-size:100%;inset-inline-start:0;position:absolute;will-change:transform-origin,transform,opacity}@media (prefers-reduced-motion:reduce){.cds--label.cds--skeleton:before{animation:none}}@media (forced-colors:active),screen and (-ms-high-contrast:active){.cds--label.cds--skeleton{background:CanvasText}.cds--label.cds--skeleton:before{background:Canvas;forced-color-adjust:none}}.cds--label.cds--skeleton{block-size:.875rem;inline-size:4.6875rem}input[type=number],input[type=text].cds--number{font-family:IBM Plex Sans,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,sans-serif}.cds--combo-box[data-invalid]:not(.cds--multi-select--selected) .cds--text-input:not(:focus),.cds--list-box[data-invalid]:not(.cds--multi-select--invalid--focused,.cds--combo-box--invalid--focused),.cds--number[data-invalid] input[type=number]:not(:focus),.cds--number[data-invalid] input[type=text]:not(:focus),.cds--select-input__wrapper[data-invalid] .cds--select-input:not(:focus),.cds--text-area__wrapper[data-invalid]>.cds--text-area--invalid:not(:focus),.cds--text-input__field-wrapper[data-invalid]>.cds--text-input--invalid:not(:focus),input[data-invalid]:not(:focus){outline:2px solid var(--cds-support-error,#da1e28);outline-offset:-2px}@media screen and (prefers-contrast){.cds--combo-box[data-invalid]:not(.cds--multi-select--selected) .cds--text-input:not(:focus),.cds--list-box[data-invalid]:not(.cds--multi-select--invalid--focused,.cds--combo-box--invalid--focused),.cds--number[data-invalid] input[type=number]:not(:focus),.cds--number[data-invalid] input[type=text]:not(:focus),.cds--select-input__wrapper[data-invalid] .cds--select-input:not(:focus),.cds--text-area__wrapper[data-invalid]>.cds--text-area--invalid:not(:focus),.cds--text-input__field-wrapper[data-invalid]>.cds--text-input--invalid:not(:focus),input[data-invalid]:not(:focus){outline-style:dotted}}.cds--date-picker-input__wrapper--invalid~.cds--form-requirement,.cds--date-picker-input__wrapper--warn~.cds--form-requirement,.cds--date-picker-input__wrapper~.cds--form-requirement,.cds--list-box--warning~.cds--form-requirement,.cds--list-box[data-invalid]~.cds--form-requirement,.cds--number[data-invalid] .cds--number__input-wrapper~.cds--form-requirement,.cds--number__input-wrapper--warning~.cds--form-requirement,.cds--select--warning .cds--select-input__wrapper~.cds--form-requirement,.cds--select-input__wrapper[data-invalid]~.cds--form-requirement,.cds--text-area__wrapper--warn~.cds--form-requirement,.cds--text-area__wrapper[data-invalid]~.cds--form-requirement,.cds--text-input__field-wrapper--warning>.cds--text-input~.cds--form-requirement,.cds--text-input__field-wrapper--warning~.cds--form-requirement,.cds--text-input__field-wrapper[data-invalid]~.cds--form-requirement,.cds--time-picker--invalid~.cds--form-requirement,.cds--time-picker--warning~.cds--form-requirement,.cds--time-picker[data-invalid]~.cds--form-requirement,input[data-invalid]~.cds--form-requirement{display:block;font-weight:400;max-block-size:12.5rem;overflow:visible}.cds--select--inline.cds--select--warning .cds--select-input--inline__wrapper~.cds--form-requirement,.cds--select-input--inline__wrapper[data-invalid]~.cds--form-requirement{display:inline-flex;inline-size:100%;margin:0;margin-block-end:0;max-block-size:100%;overflow:visible;padding-inline-start:.5rem}.cds--date-picker-input__wrapper--invalid~.cds--form-requirement,.cds--date-picker-input__wrapper~.cds--form-requirement,.cds--list-box[data-invalid]~.cds--form-requirement,.cds--number[data-invalid] .cds--number__input-wrapper~.cds--form-requirement,.cds--select-input--inline__wrapper[data-invalid]~.cds--form-requirement,.cds--select-input__wrapper[data-invalid]~.cds--form-requirement,.cds--text-area__wrapper[data-invalid]~.cds--form-requirement,.cds--text-input__field-wrapper[data-invalid]~.cds--form-requirement,.cds--time-picker--invalid~.cds--form-requirement,.cds--time-picker[data-invalid]~.cds--form-requirement,input[data-invalid]~.cds--form-requirement{color:var(--cds-text-error,#da1e28)}.cds--form--fluid .cds--text-input__field-wrapper--warning,.cds--form--fluid .cds--text-input__field-wrapper[data-invalid]{display:block}.cds--form--fluid input[data-invalid]{outline:none}.cds--form--fluid .cds--form-requirement{margin:0;padding:.5rem 2.5rem .5rem 1rem}input:not(output,[data-invalid]):-moz-ui-invalid{box-shadow:none}.cds--form-requirement html{font-size:100%}.cds--form-requirement body{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:IBM Plex Sans,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,sans-serif;font-weight:400;text-rendering:optimizeLegibility}.cds--form-requirement code{font-family:IBM Plex Mono,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,monospace}.cds--form-requirement strong{font-weight:600}.cds--form-requirement{display:none;font-size:var(--cds-helper-text-01-font-size,.75rem);letter-spacing:var(--cds-helper-text-01-letter-spacing,.32px);line-height:var(--cds-helper-text-01-line-height,1.33333);margin:.25rem 0 0;max-block-size:0;overflow:hidden}.cds--select--inline .cds--form__helper-text{margin-block-start:0}.cds--form__helper-text{color:var(--cds-text-helper,#6f6f6f);font-size:var(--cds-helper-text-01-font-size,.75rem);inline-size:100%;letter-spacing:var(--cds-helper-text-01-letter-spacing,.32px);line-height:var(--cds-helper-text-01-line-height,1.33333);margin-block-start:.25rem;opacity:1;z-index:0}.cds--form__helper-text--disabled,.cds--label--disabled,fieldset[disabled] .cds--form__helper-text,fieldset[disabled] .cds--label{color:var(--cds-text-disabled,hsla(0,0%,9%,.25))}:host(cds-aichat-card),:host(cds-tile){--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}:host(cds-tile-group){background:transparent}:host(cds-tile-group) fieldset{border:none}:host(cds-clickable-tile){--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;display:grid;outline:none}:host(cds-clickable-tile) .cds--link--disabled{background-color:var(--cds-layer);color:var(--cds-text-disabled,hsla(0,0%,9%,.25));cursor:not-allowed;display:block;padding:density(\"padding-inline\")}:host(cds-clickable-tile) .cds--tile,:host(cds-clickable-tile) :host(cds-aichat-card),:host(cds-clickable-tile) :host(cds-expandable-tile),:host(cds-clickable-tile) :host(cds-tile){outline:.125rem solid transparent;padding:1rem}:host(cds-clickable-tile) .cds--tile--clickable{display:block;transition:.15s cubic-bezier(.2,0,.38,.9)}:host(cds-clickable-tile) .cds--tile--clickable:focus{outline:2px solid var(--cds-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){:host(cds-clickable-tile) .cds--tile--clickable:focus{outline-style:dotted}}:host(cds-clickable-tile) .cds--link__icon{display:block}:host(cds-clickable-tile) ::slotted([slot=ai-label]),:host(cds-clickable-tile) ::slotted([slot=slug]){pointer-events:none}:host(cds-radio-tile){--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;display:block;margin-block-end:.5rem;outline:none;position:relative}:host(cds-radio-tile) .cds--tile,:host(cds-radio-tile) :host(cds-aichat-card),:host(cds-radio-tile) :host(cds-expandable-tile),:host(cds-radio-tile) :host(cds-tile){block-size:100%}:host(cds-selectable-tile){--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;display:block;outline:none;position:relative}:host(cds-selectable-tile) .cds--tile,:host(cds-selectable-tile) :host(cds-aichat-card),:host(cds-selectable-tile) :host(cds-expandable-tile),:host(cds-selectable-tile) :host(cds-tile){block-size:100%}:host(cds-radio-tile) .cds--tile-input:checked~.cds--tile--selectable .cds--tile__checkmark,:host(cds-selectable-tile) .cds--tile-input:checked~.cds--tile--selectable .cds--tile__checkmark{opacity:1}:host(cds-clickable-tile) ::slotted(*),:host(cds-radio-tile) ::slotted(:not([slot])),:host(cds-selectable-tile) ::slotted(:not([slot])){cursor:pointer;position:relative;z-index:1}:host(cds-expandable-tile){--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}:host(cds-expandable-tile) ::slotted(cds-tile-above-the-fold-content){display:block}:host(cds-expandable-tile) .cds-ce--expandable-tile--below-the-fold-content{max-block-size:0;transition:max-height .11s cubic-bezier(.2,0,.38,.9)}:host(cds-expandable-tile[expanded]) ::slotted(cds-tile-below-the-fold-content){opacity:1;transition:.11s cubic-bezier(.2,0,.38,.9);visibility:visible}:host(cds-expandable-tile[with-interactive]){cursor:default;transition:max-height .15s cubic-bezier(.2,0,.38,.9)}:host(cds-expandable-tile[with-interactive]):hover{background-color:var(--cds-layer)}:host(cds-expandable-tile[with-interactive]):focus{outline:none}:host(cds-expandable-tile:not([with-interactive]):focus-within){outline:2px solid var(--cds-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){:host(cds-expandable-tile:not([with-interactive]):focus-within){outline-style:dotted}}:host(cds-expandable-tile:not([with-interactive])) .cds--tile__chevron{background:none;border:none;cursor:pointer;outline:none}:host(cds-clickable-tile[ai-label]) .cds--tile,:host(cds-clickable-tile[ai-label]) :host(cds-aichat-card),:host(cds-clickable-tile[ai-label]) :host(cds-expandable-tile),:host(cds-clickable-tile[ai-label]) :host(cds-tile),:host(cds-expandable-tile[ai-label]),:host(cds-radio-tile[ai-label]) .cds--tile,:host(cds-radio-tile[ai-label]) :host(cds-aichat-card),:host(cds-radio-tile[ai-label]) :host(cds-expandable-tile),:host(cds-radio-tile[ai-label]) :host(cds-tile),:host(cds-selectable-tile[ai-label]) .cds--tile,:host(cds-selectable-tile[ai-label]) :host(cds-aichat-card),:host(cds-selectable-tile[ai-label]) :host(cds-expandable-tile),:host(cds-selectable-tile[ai-label]) :host(cds-tile),:host(cds-tile[ai-label]){background:linear-gradient(to top,var(--cds-layer,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-layer,var(--cds-ai-popover-background,#fff)),var(--cds-layer,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-layer,var(--cds-ai-popover-background,#fff)),var(--cds-layer,var(--cds-ai-popover-background,#fff))) border-box;border:1px solid transparent;box-shadow:inset 0 -80px 70px -65px var(--cds-ai-inner-shadow,rgba(69,137,255,.1)),0 24px 40px -24px var(--cds-ai-drop-shadow,rgba(15,98,254,.1))}:host(cds-aichat-card) ::slotted([slot=ai-label]),:host(cds-aichat-card) ::slotted([slot=decorator]),:host(cds-aichat-card) ::slotted([slot=slug]),:host(cds-clickable-tile) ::slotted([slot=ai-label]),:host(cds-clickable-tile) ::slotted([slot=decorator]),:host(cds-clickable-tile) ::slotted([slot=slug]),:host(cds-expandable-tile) ::slotted([slot=ai-label]),:host(cds-expandable-tile) ::slotted([slot=decorator]),:host(cds-expandable-tile) ::slotted([slot=slug]),:host(cds-radio-tile) ::slotted([slot=ai-label]),:host(cds-radio-tile) ::slotted([slot=decorator]),:host(cds-radio-tile) ::slotted([slot=slug]),:host(cds-selectable-tile) ::slotted([slot=ai-label]),:host(cds-selectable-tile) ::slotted([slot=decorator]),:host(cds-selectable-tile) ::slotted([slot=slug]),:host(cds-tile) ::slotted([slot=ai-label]),:host(cds-tile) ::slotted([slot=decorator]),:host(cds-tile) ::slotted([slot=slug]){inset-block-start:1rem;inset-inline-end:1rem;position:absolute}:host(cds-radio-tile[selected]) ::slotted([slot=ai-label]),:host(cds-radio-tile[selected]) ::slotted([slot=decorator]),:host(cds-selectable-tile) ::slotted([slot=ai-label]),:host(cds-selectable-tile) ::slotted([slot=decorator]),:host(cds-selectable-tile) ::slotted([slot=slug]){inset-inline-end:2.5rem;transition:inset-inline-end .11s cubic-bezier(.2,0,.38,.9)}:host(cds-expandable-tile[ai-label]):hover{background:linear-gradient(to top,var(--cds-layer,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-layer,var(--cds-ai-popover-background,#fff)),var(--cds-layer,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-layer,var(--cds-ai-popover-background,#fff)),var(--cds-layer,var(--cds-ai-popover-background,#fff))) border-box}:host(cds-clickable-tile[ai-label]) .cds--tile:before,:host(cds-radio-tile[ai-label]) .cds--tile:after,:host(cds-radio-tile[ai-label]) .cds--tile:before,:host(cds-selectable-tile[ai-label]) .cds--tile:after,:host(cds-selectable-tile[ai-label]) .cds--tile:before{block-size:100%;content:\"\";display:block;inline-size:100%;inset-block-start:0;inset-inline-start:0;opacity:0;position:absolute;transition:opacity .11s cubic-bezier(.2,0,.38,.9)}:host(cds-clickable-tile[ai-label]) .cds--tile:before,:host(cds-radio-tile[ai-label]) .cds--tile:before,:host(cds-selectable-tile[ai-label]) .cds--tile:before{background:linear-gradient(to top,var(--cds-ai-aura-hover-start,rgba(69,137,255,.32)) 0,15%,var(--cds-ai-aura-hover-end,hsla(0,0%,100%,0)) 50%) padding-box,linear-gradient(to top,var(--cds-ai-aura-hover-background,#edf5ff),var(--cds-ai-aura-hover-background,#edf5ff)) 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-ai-aura-hover-background,#edf5ff),var(--cds-ai-aura-hover-background,#edf5ff)) border-box;box-shadow:inset 0 -80px 70px -65px var(--cds-ai-inner-shadow,rgba(69,137,255,.1))}:host(cds-clickable-tile[ai-label]) .cds--tile:hover:before,:host(cds-radio-tile[ai-label]) .cds--tile:hover:before,:host(cds-selectable-tile[ai-label]) .cds--tile:hover:before{opacity:1}:host(cds-radio-tile[ai-label]) .cds--tile--is-selected,:host(cds-selectable-tile[ai-label]) .cds--tile--is-selected{border:1px solid var(--cds-layer-selected-inverse,#161616)}:host(cds-radio-tile[ai-label]) .cds--tile--is-selected .cds--tile__checkmark,:host(cds-selectable-tile[ai-label]) .cds--tile--is-selected .cds--tile__checkmark{z-index:1}:host(cds-radio-tile[ai-label]),:host(cds-selectable-tile[ai-label]) .cds--tile--is-selected:after{background:linear-gradient(to top,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-layer),var(--cds-layer)) padding-box,linear-gradient(to bottom,var(--cds-border-inverse,#161616),var(--cds-border-inverse,#161616)) border-box,linear-gradient(to top,var(--cds-layer),var(--cds-layer)) border-box;box-shadow:inset 0 -80px 70px -65px var(--cds-ai-inner-shadow,rgba(69,137,255,.1))}:host(cds-expandable-tile[ai-label]){overflow:visible}:host(cds-clickable-tile[ai-label][has-rounded-corners]) .cds--tile__chevron,:host(cds-expandable-tile[ai-label][has-rounded-corners]) .cds--tile__chevron,:host(cds-radio-tile[ai-label][has-rounded-corners]) .cds--tile__chevron,:host(cds-selectable-tile[ai-label][has-rounded-corners]) .cds--tile__chevron,:host(cds-tile[ai-label][has-rounded-corners]) .cds--tile__chevron{border-end-end-radius:.5rem}:host(cds-aichat-card) :host([data-rounded=\"\"]),:host(cds-aichat-card) [data-rounded=\"\"]{border-radius:calc(var(--cds-aichat-rounded-modifier-radius) - .0625rem)}:host(cds-aichat-card) :host([data-rounded=\"\"])::part(button),:host(cds-aichat-card) :host([data-rounded=\"\"])::part(link),:host(cds-aichat-card) [data-rounded=\"\"]::part(button),:host(cds-aichat-card) [data-rounded=\"\"]::part(link){border-radius:calc(var(--cds-aichat-rounded-modifier-radius) - .0625rem);outline-offset:-.0625rem}:host(cds-aichat-card) :host([data-rounded=\"\"])>:only-child,:host(cds-aichat-card) [data-rounded=\"\"]>:only-child{border-radius:calc(var(--cds-aichat-rounded-modifier-radius) - .0625rem)}:host(cds-aichat-card) :host([data-rounded=top]),:host(cds-aichat-card) [data-rounded=top]{border-start-end-radius:calc(var(--cds-aichat-rounded-modifier-radius) - .0625rem);border-start-start-radius:calc(var(--cds-aichat-rounded-modifier-radius) - .0625rem)}:host(cds-aichat-card) :host([data-rounded=top-left]),:host(cds-aichat-card) [data-rounded=top-left]{border-start-start-radius:calc(var(--cds-aichat-rounded-modifier-radius) - .0625rem)}:host(cds-aichat-card) :host([data-rounded=top-right]),:host(cds-aichat-card) [data-rounded=top-right]{border-start-end-radius:calc(var(--cds-aichat-rounded-modifier-radius) - .0625rem)}:host(cds-aichat-card) :host([data-rounded=bottom]),:host(cds-aichat-card) [data-rounded=bottom]{border-end-end-radius:calc(var(--cds-aichat-rounded-modifier-radius) - .0625rem);border-end-start-radius:calc(var(--cds-aichat-rounded-modifier-radius) - .0625rem)}:host(cds-aichat-card) :host([data-rounded=bottom-left]),:host(cds-aichat-card) [data-rounded=bottom-left]{border-end-start-radius:calc(var(--cds-aichat-rounded-modifier-radius) - .0625rem)}:host(cds-aichat-card) :host([data-rounded=bottom-right]),:host(cds-aichat-card) [data-rounded=bottom-right]{border-end-end-radius:calc(var(--cds-aichat-rounded-modifier-radius) - .0625rem)}:host(cds-aichat-card) :host([data-rounded=top]:not([data-stacked]))>:first-child,:host(cds-aichat-card) [data-rounded=top]:not([data-stacked])>:first-child{border-start-start-radius:calc(var(--cds-aichat-rounded-modifier-radius) - .0625rem)}:host(cds-aichat-card) :host([data-rounded=top]:not([data-stacked]))>:first-child::part(button),:host(cds-aichat-card) [data-rounded=top]:not([data-stacked])>:first-child::part(button){border-start-start-radius:calc(var(--cds-aichat-rounded-modifier-radius) - .0625rem)}:host(cds-aichat-card) :host([data-rounded=top]:not([data-stacked]))>:last-child,:host(cds-aichat-card) [data-rounded=top]:not([data-stacked])>:last-child{border-start-end-radius:calc(var(--cds-aichat-rounded-modifier-radius) - .0625rem)}:host(cds-aichat-card) :host([data-rounded=top]:not([data-stacked]))>:last-child::part(button),:host(cds-aichat-card) [data-rounded=top]:not([data-stacked])>:last-child::part(button){border-start-end-radius:calc(var(--cds-aichat-rounded-modifier-radius) - .0625rem)}:host(cds-aichat-card) :host([data-rounded=top-left]:not([data-stacked]))>:first-child,:host(cds-aichat-card) [data-rounded=top-left]:not([data-stacked])>:first-child{border-start-start-radius:calc(var(--cds-aichat-rounded-modifier-radius) - .0625rem)}:host(cds-aichat-card) :host([data-rounded=top-left]:not([data-stacked]))>:first-child::part(button),:host(cds-aichat-card) [data-rounded=top-left]:not([data-stacked])>:first-child::part(button){border-start-start-radius:calc(var(--cds-aichat-rounded-modifier-radius) - .0625rem)}:host(cds-aichat-card) :host([data-rounded=top-right]:not([data-stacked]))>:last-child,:host(cds-aichat-card) [data-rounded=top-right]:not([data-stacked])>:last-child{border-start-end-radius:calc(var(--cds-aichat-rounded-modifier-radius) - .0625rem)}:host(cds-aichat-card) :host([data-rounded=top-right]:not([data-stacked]))>:last-child::part(button),:host(cds-aichat-card) [data-rounded=top-right]:not([data-stacked])>:last-child::part(button){border-start-end-radius:calc(var(--cds-aichat-rounded-modifier-radius) - .0625rem)}:host(cds-aichat-card) :host([data-rounded=bottom]:not([data-stacked]))>:first-child,:host(cds-aichat-card) [data-rounded=bottom]:not([data-stacked])>:first-child{border-end-start-radius:calc(var(--cds-aichat-rounded-modifier-radius) - .0625rem)}:host(cds-aichat-card) :host([data-rounded=bottom]:not([data-stacked]))>:first-child::part(button),:host(cds-aichat-card) [data-rounded=bottom]:not([data-stacked])>:first-child::part(button){border-end-start-radius:calc(var(--cds-aichat-rounded-modifier-radius) - .0625rem)}:host(cds-aichat-card) :host([data-rounded=bottom]:not([data-stacked]))>:last-child,:host(cds-aichat-card) [data-rounded=bottom]:not([data-stacked])>:last-child{border-end-end-radius:calc(var(--cds-aichat-rounded-modifier-radius) - .0625rem)}:host(cds-aichat-card) :host([data-rounded=bottom]:not([data-stacked]))>:last-child::part(button),:host(cds-aichat-card) [data-rounded=bottom]:not([data-stacked])>:last-child::part(button){border-end-end-radius:calc(var(--cds-aichat-rounded-modifier-radius) - .0625rem)}:host(cds-aichat-card) :host([data-rounded=bottom-left]:not([data-stacked]))>:first-child,:host(cds-aichat-card) [data-rounded=bottom-left]:not([data-stacked])>:first-child{border-end-start-radius:calc(var(--cds-aichat-rounded-modifier-radius) - .0625rem)}:host(cds-aichat-card) :host([data-rounded=bottom-left]:not([data-stacked]))>:first-child::part(button),:host(cds-aichat-card) [data-rounded=bottom-left]:not([data-stacked])>:first-child::part(button){border-end-start-radius:calc(var(--cds-aichat-rounded-modifier-radius) - .0625rem)}:host(cds-aichat-card) :host([data-rounded=bottom-right]:not([data-stacked]))>:last-child,:host(cds-aichat-card) [data-rounded=bottom-right]:not([data-stacked])>:last-child{border-end-end-radius:calc(var(--cds-aichat-rounded-modifier-radius) - .0625rem)}:host(cds-aichat-card) :host([data-rounded=bottom-right]:not([data-stacked]))>:last-child::part(button),:host(cds-aichat-card) [data-rounded=bottom-right]:not([data-stacked])>:last-child::part(button){border-end-end-radius:calc(var(--cds-aichat-rounded-modifier-radius) - .0625rem)}:host(cds-aichat-card) :host([data-rounded=top][data-stacked])>:first-child,:host(cds-aichat-card) [data-rounded=top][data-stacked]>:first-child{border-start-end-radius:calc(var(--cds-aichat-rounded-modifier-radius) - .0625rem);border-start-start-radius:calc(var(--cds-aichat-rounded-modifier-radius) - .0625rem)}:host(cds-aichat-card) :host([data-rounded=top][data-stacked])>:first-child::part(button),:host(cds-aichat-card) [data-rounded=top][data-stacked]>:first-child::part(button){border-start-end-radius:calc(var(--cds-aichat-rounded-modifier-radius) - .0625rem);border-start-start-radius:calc(var(--cds-aichat-rounded-modifier-radius) - .0625rem)}:host(cds-aichat-card) :host([data-rounded=top-right][data-stacked])>:first-child,:host(cds-aichat-card) [data-rounded=top-right][data-stacked]>:first-child{border-start-end-radius:calc(var(--cds-aichat-rounded-modifier-radius) - .0625rem)}:host(cds-aichat-card) :host([data-rounded=top-right][data-stacked])>:first-child::part(button),:host(cds-aichat-card) [data-rounded=top-right][data-stacked]>:first-child::part(button){border-start-end-radius:calc(var(--cds-aichat-rounded-modifier-radius) - .0625rem)}:host(cds-aichat-card) :host([data-rounded=top-left][data-stacked])>:first-child,:host(cds-aichat-card) [data-rounded=top-left][data-stacked]>:first-child{border-start-start-radius:calc(var(--cds-aichat-rounded-modifier-radius) - .0625rem)}:host(cds-aichat-card) :host([data-rounded=top-left][data-stacked])>:first-child::part(button),:host(cds-aichat-card) [data-rounded=top-left][data-stacked]>:first-child::part(button){border-start-start-radius:calc(var(--cds-aichat-rounded-modifier-radius) - .0625rem)}:host(cds-aichat-card) :host([data-rounded=bottom][data-stacked])>:last-child,:host(cds-aichat-card) [data-rounded=bottom][data-stacked]>:last-child{border-end-end-radius:calc(var(--cds-aichat-rounded-modifier-radius) - .0625rem);border-end-start-radius:calc(var(--cds-aichat-rounded-modifier-radius) - .0625rem)}:host(cds-aichat-card) :host([data-rounded=bottom][data-stacked])>:last-child::part(button),:host(cds-aichat-card) [data-rounded=bottom][data-stacked]>:last-child::part(button){border-end-end-radius:calc(var(--cds-aichat-rounded-modifier-radius) - .0625rem);border-end-start-radius:calc(var(--cds-aichat-rounded-modifier-radius) - .0625rem)}:host(cds-aichat-card) :host([data-rounded=bottom-right][data-stacked])>:last-child,:host(cds-aichat-card) [data-rounded=bottom-right][data-stacked]>:last-child{border-end-end-radius:calc(var(--cds-aichat-rounded-modifier-radius) - .0625rem)}:host(cds-aichat-card) :host([data-rounded=bottom-right][data-stacked])>:last-child::part(button),:host(cds-aichat-card) [data-rounded=bottom-right][data-stacked]>:last-child::part(button){border-end-end-radius:calc(var(--cds-aichat-rounded-modifier-radius) - .0625rem)}:host(cds-aichat-card) :host([data-rounded=bottom-left][data-stacked])>:last-child,:host(cds-aichat-card) [data-rounded=bottom-left][data-stacked]>:last-child{border-end-start-radius:calc(var(--cds-aichat-rounded-modifier-radius) - .0625rem)}:host(cds-aichat-card) :host([data-rounded=bottom-left][data-stacked])>:last-child::part(button),:host(cds-aichat-card) [data-rounded=bottom-left][data-stacked]>:last-child::part(button){border-end-start-radius:calc(var(--cds-aichat-rounded-modifier-radius) - .0625rem)}:host(cds-aichat-card) :host([data-flush=\"\"]),:host(cds-aichat-card) [data-flush=\"\"]{margin:-1rem}:host(cds-aichat-card) :host([data-flush=top]),:host(cds-aichat-card) [data-flush=top]{margin-block-start:-1rem;margin-inline:-1rem}:host(cds-aichat-card) :host([data-flush=bottom]),:host(cds-aichat-card) [data-flush=bottom]{margin-block-end:-1rem;margin-inline:-1rem}:host(cds-aichat-card){--cds-aichat-rounded-modifier-radius:var(\n --cds-aichat-card-border-radius,0.5rem\n );background-color:var(--cds-chat-shell-background,#fff);border:1px solid var(--cds-chat-bubble-border,#e0e0e0);border-radius:var(--cds-aichat-rounded-modifier-radius)}:host(cds-aichat-card) ::slotted([slot=card-media]){display:flex}:host(cds-aichat-card) ::slotted([slot=card-media]) *{inline-size:100%}:host(cds-aichat-card[is-layered]){background-color:var(--cds-layer)}"]);
11
+
12
+ export { styles as default };
13
+ //# sourceMappingURL=card.scss.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"card.scss.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;"}
@@ -0,0 +1,54 @@
1
+ /**
2
+ * Status of the chain of thought step.
3
+ *
4
+ * @category Messaging
5
+ */
6
+ declare enum ChainOfThoughtStepStatus {
7
+ /**
8
+ * If the tool call is currently processing.
9
+ */
10
+ PROCESSING = "processing",
11
+ /**
12
+ * If the tool call failed.
13
+ */
14
+ FAILURE = "failure",
15
+ /**
16
+ * If the tool call succeeded.
17
+ */
18
+ SUCCESS = "success"
19
+ }
20
+ /**
21
+ * A function to allow the chat component to properly scroll to the element on toggle.
22
+ */
23
+ type ChainOfThoughtOnToggle = (
24
+ /**
25
+ * Whether the container is open after the toggle.
26
+ */
27
+ isOpen: boolean,
28
+ /**
29
+ * Target element to scroll into view if needed.
30
+ */
31
+ scrollToElement: HTMLElement) => void;
32
+ /**
33
+ * Event detail for a chain-of-thought toggle interaction.
34
+ */
35
+ interface ChainOfThoughtToggleEventDetail {
36
+ /**
37
+ * Whether the container is open after the toggle event.
38
+ */
39
+ open: boolean;
40
+ /**
41
+ * The panel id connected to the toggle button.
42
+ */
43
+ panelId?: string;
44
+ }
45
+ /**
46
+ * Event detail for a single chain-of-thought step toggle.
47
+ */
48
+ interface ChainOfThoughtStepToggleEventDetail {
49
+ /**
50
+ * Whether the step is expanded after the toggle event.
51
+ */
52
+ open: boolean;
53
+ }
54
+ export { type ChainOfThoughtOnToggle, ChainOfThoughtStepStatus, type ChainOfThoughtStepToggleEventDetail, type ChainOfThoughtToggleEventDetail, };
@@ -20,10 +20,19 @@
20
20
  */
21
21
  var ChainOfThoughtStepStatus;
22
22
  (function (ChainOfThoughtStepStatus) {
23
+ /**
24
+ * If the tool call is currently processing.
25
+ */
23
26
  ChainOfThoughtStepStatus["PROCESSING"] = "processing";
27
+ /**
28
+ * If the tool call failed.
29
+ */
24
30
  ChainOfThoughtStepStatus["FAILURE"] = "failure";
31
+ /**
32
+ * If the tool call succeeded.
33
+ */
25
34
  ChainOfThoughtStepStatus["SUCCESS"] = "success";
26
35
  })(ChainOfThoughtStepStatus || (ChainOfThoughtStepStatus = {}));
27
36
 
28
37
  export { ChainOfThoughtStepStatus };
29
- //# sourceMappingURL=types.js.map
38
+ //# sourceMappingURL=defs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"defs.js","sources":["../../../src/components/chain-of-thought/defs.ts"],"sourcesContent":[null],"names":[],"mappings":";;;;;;;AAAA;;;;;;;AAOG;AAEH;;;;AAIG;AACH,IAAK;AAAL,CAAA,UAAK,wBAAwB,EAAA;AAC3B;;AAEG;AACH,IAAA,wBAAA,CAAA,YAAA,CAAA,GAAA,YAAyB;AAEzB;;AAEG;AACH,IAAA,wBAAA,CAAA,SAAA,CAAA,GAAA,SAAmB;AAEnB;;AAEG;AACH,IAAA,wBAAA,CAAA,SAAA,CAAA,GAAA,SAAmB;AACrB,CAAC,EAfI,wBAAwB,KAAxB,wBAAwB,GAAA,EAAA,CAAA,CAAA;;;;"}
@@ -1,4 +1,10 @@
1
- import "./src/cds-aichat-chain-of-thought.js";
2
- export { default } from "./src/cds-aichat-chain-of-thought.js";
3
- export { ChainOfThoughtElement } from "./src/chain-of-thought.js";
4
- export { type ChainOfThoughtOnToggle, type ChainOfThoughtStep, ChainOfThoughtStepStatus, type ChainOfThoughtStepWithToggle, } from "./src/types.js";
1
+ import "./src/chain-of-thought.js";
2
+ import "./src/chain-of-thought-step.js";
3
+ import "./src/tool-call-data.js";
4
+ import "./src/chain-of-thought-toggle.js";
5
+ export { default } from "./src/chain-of-thought.js";
6
+ export { CDSAIChatChainOfThought } from "./src/chain-of-thought.js";
7
+ export { CDSAIChatChainOfThoughtToggle } from "./src/chain-of-thought-toggle.js";
8
+ export { type ChainOfThoughtOnToggle, ChainOfThoughtStepStatus, type ChainOfThoughtStepToggleEventDetail, type ChainOfThoughtToggleEventDetail, } from "./defs.js";
9
+ export { CDSAIChatChainOfThoughtStep } from "./src/chain-of-thought-step.js";
10
+ export { CDSAIChatToolCallData } from "./src/tool-call-data.js";
@@ -5,7 +5,9 @@
5
5
  * LICENSE file in the root directory of this source tree.
6
6
  */
7
7
 
8
- export { default } from './src/cds-aichat-chain-of-thought.js';
9
- export { ChainOfThoughtElement } from './src/chain-of-thought.js';
10
- export { ChainOfThoughtStepStatus } from './src/types.js';
8
+ export { CDSAIChatChainOfThought, default } from './src/chain-of-thought.js';
9
+ export { CDSAIChatChainOfThoughtStep } from './src/chain-of-thought-step.js';
10
+ export { CDSAIChatToolCallData } from './src/tool-call-data.js';
11
+ export { CDSAIChatChainOfThoughtToggle } from './src/chain-of-thought-toggle.js';
12
+ export { ChainOfThoughtStepStatus } from './defs.js';
11
13
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;"}
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;"}
@@ -0,0 +1,43 @@
1
+ import "@carbon/web-components/es/components/inline-loading/index.js";
2
+ import { LitElement } from "lit";
3
+ import { ChainOfThoughtStepStatus } from "../defs.js";
4
+ declare class CDSAIChatChainOfThoughtStep extends LitElement {
5
+ static styles: any;
6
+ title: string;
7
+ stepNumber: number;
8
+ labelText: string;
9
+ status: ChainOfThoughtStepStatus;
10
+ open: boolean;
11
+ controlled: boolean;
12
+ statusSucceededLabelText: string;
13
+ statusFailedLabelText: string;
14
+ statusProcessingLabelText: string;
15
+ connectedCallback(): void;
16
+ protected updated(changedProperties: Map<PropertyKey, unknown>): void;
17
+ firstUpdated(): void;
18
+ private getTriggerElement;
19
+ private evaluateBodyContent;
20
+ private isBodyNode;
21
+ private updateStepParity;
22
+ private isToolCallDataNode;
23
+ private toolCallDataHasContent;
24
+ private hasChildContent;
25
+ private handleBodySlotChange;
26
+ private handleToggleRequest;
27
+ private handleButtonClick;
28
+ private handleButtonKeydown;
29
+ focus(options?: FocusOptions): void;
30
+ private getHeaderTitle;
31
+ private renderStatusIcon;
32
+ private renderInteractiveHeader;
33
+ private renderStaticHeader;
34
+ private renderPanel;
35
+ render(): import("lit-html").TemplateResult<1>;
36
+ }
37
+ declare global {
38
+ interface HTMLElementTagNameMap {
39
+ "cds-aichat-chain-of-thought-step": CDSAIChatChainOfThoughtStep;
40
+ }
41
+ }
42
+ export { CDSAIChatChainOfThoughtStep };
43
+ export default CDSAIChatChainOfThoughtStep;