@carbon/ai-chat-components 0.6.2 → 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.
- package/custom-elements.json +2611 -3856
- package/dist/16-BZMv8BLP.js +91 -0
- package/dist/16-DTIyOew7.js +91 -0
- package/dist/button-VYkJ5dwm.js +157 -0
- package/dist/button-skeleton-C44ojFOx.js +131 -0
- package/dist/card.min.js +193 -0
- package/dist/chain-of-thought.min.js +173 -155
- package/dist/chat-button.min.js +23 -23
- package/dist/checkbox-skeleton-B1dsTlWl.js +166 -0
- package/dist/{lit-element-DibNdm1l.js → class-map-CAQcKAyP.js} +38 -22
- package/dist/code-snippet.min.js +21 -21
- package/dist/codemirror-runtime-DjJTvK74.js +173 -0
- package/dist/{dockerfile-CKwmNxGw.js → dockerfile-C5Ju62-g.js} +21 -21
- package/dist/{factor-PwV725w2.js → factor-BLzOdeEw.js} +21 -21
- package/dist/feedback.min.js +68 -87
- package/dist/{icon-button-Ddd1Ihho.js → icon-button-B9XqYdUx.js} +33 -33
- package/dist/{icon-loader-DuM8rfP3.js → icon-loader-tzlfALFt.js} +23 -23
- package/dist/{if-defined-CbQ0hWcL.js → if-defined-DvPtK2Df.js} +22 -22
- package/dist/index--QAAkyqA.js +91 -0
- package/dist/{index-B1YAtZGR.js → index-1zAoDu0L.js} +21 -21
- package/dist/{index-BtI1vT4z.js → index-B6ll86Y6.js} +21 -21
- package/dist/index-B9DVtGsv.js +278 -0
- package/dist/index-BPU5uHmK.js +91 -0
- package/dist/index-BbWtDXd9.js +91 -0
- package/dist/index-BjsxSbgO.js +91 -0
- package/dist/index-BwI8x9E4.js +91 -0
- package/dist/index-C3KNlXVv.js +168 -0
- package/dist/index-CAdio42O.js +91 -0
- package/dist/index-CSMhs9Fm.js +91 -0
- package/dist/index-CU0IEHyz.js +91 -0
- package/dist/index-Cj-ZmC-W.js +91 -0
- package/dist/index-Ctl66nQF.js +91 -0
- package/dist/index-D7MLs7w5.js +91 -0
- package/dist/index-DH8wnvUn.js +91 -0
- package/dist/index-DWn_nnHo.js +91 -0
- package/dist/index-DpqlVRJ7.js +91 -0
- package/dist/index-Dx9Ms_uJ.js +91 -0
- package/dist/index-EwTPqhmw.js +91 -0
- package/dist/index-P1vutKel.js +91 -0
- package/dist/index-WQxGinYJ.js +91 -0
- package/dist/index-cK4rXRw-.js +91 -0
- package/dist/index-o-THaGga.js +91 -0
- package/dist/loading-icon-CRrLjNZH.js +106 -0
- package/dist/markdown.min.js +72 -70
- package/dist/{nsis-CWLatKhG.js → nsis-Biw-VyZu.js} +21 -21
- package/dist/processing.min.js +23 -23
- package/dist/{pug-DiwBvjDI.js → pug-BuYdIlne.js} +21 -21
- package/dist/reasoning-steps.min.js +69 -38
- package/dist/{state-B20s9hJU.js → state-CBq0UPBm.js} +21 -21
- package/dist/{table-runtime-CzipYmcB.js → table-runtime-CzXXhWmg.js} +86 -86
- package/dist/table.min.js +21 -21
- package/dist/text-input-VC8mmTlR.js +158 -0
- package/dist/toolbar.min.js +54 -56
- package/dist/workspace-shell.min.js +46 -51
- package/es/components/card/index.d.ts +11 -0
- package/es/components/{tile-container → card}/index.js +3 -1
- package/es/components/{tile-container → card}/index.js.map +1 -1
- package/es/components/card/src/card-footer.d.ts +43 -0
- package/es/components/card/src/card-footer.js +140 -0
- package/es/components/card/src/card-footer.js.map +1 -0
- package/es/components/card/src/card-footer.scss.js +13 -0
- package/es/components/card/src/card-footer.scss.js.map +1 -0
- package/es/components/card/src/card-steps.d.ts +28 -0
- package/es/components/card/src/card-steps.js +90 -0
- package/es/components/card/src/card-steps.js.map +1 -0
- package/es/components/{tile-container/src/tile-container.scss.js → card/src/card-steps.scss.js} +2 -2
- package/es/components/card/src/card-steps.scss.js.map +1 -0
- package/es/components/card/src/card.d.ts +27 -0
- package/es/components/card/src/card.js +65 -0
- package/es/components/card/src/card.js.map +1 -0
- package/es/components/card/src/card.scss.js +13 -0
- package/es/components/card/src/card.scss.js.map +1 -0
- package/es/components/chain-of-thought/defs.d.ts +54 -0
- package/es/components/chain-of-thought/{src/types.js → defs.js} +10 -1
- package/es/components/chain-of-thought/defs.js.map +1 -0
- package/es/components/chain-of-thought/index.d.ts +10 -4
- package/es/components/chain-of-thought/index.js +5 -3
- package/es/components/chain-of-thought/index.js.map +1 -1
- package/es/components/chain-of-thought/src/chain-of-thought-step.d.ts +43 -0
- package/es/components/chain-of-thought/src/chain-of-thought-step.js +351 -0
- package/es/components/chain-of-thought/src/chain-of-thought-step.js.map +1 -0
- package/es/components/chain-of-thought/src/chain-of-thought-step.scss.js +13 -0
- package/es/components/chain-of-thought/src/chain-of-thought-step.scss.js.map +1 -0
- package/es/components/chain-of-thought/src/chain-of-thought-toggle.d.ts +33 -0
- package/es/components/chain-of-thought/src/chain-of-thought-toggle.js +107 -0
- package/es/components/chain-of-thought/src/chain-of-thought-toggle.js.map +1 -0
- package/es/components/chain-of-thought/src/chain-of-thought-toggle.scss.js +13 -0
- package/es/components/chain-of-thought/src/chain-of-thought-toggle.scss.js.map +1 -0
- package/es/components/chain-of-thought/src/chain-of-thought.d.ts +23 -69
- package/es/components/chain-of-thought/src/chain-of-thought.js +88 -145
- package/es/components/chain-of-thought/src/chain-of-thought.js.map +1 -1
- package/es/components/chain-of-thought/src/chain-of-thought.scss.js +1 -1
- package/es/components/chain-of-thought/src/tool-call-data.d.ts +33 -0
- package/es/components/chain-of-thought/src/tool-call-data.js +179 -0
- package/es/components/chain-of-thought/src/tool-call-data.js.map +1 -0
- package/es/components/chain-of-thought/src/tool-call-data.scss.js +13 -0
- package/es/components/chain-of-thought/src/tool-call-data.scss.js.map +1 -0
- package/es/components/chat-button/src/chat-button.d.ts +11 -3
- package/es/components/chat-button/src/chat-button.js +15 -11
- package/es/components/chat-button/src/chat-button.js.map +1 -1
- package/es/components/code-snippet/index.d.ts +2 -2
- package/es/components/code-snippet/index.js +1 -1
- package/es/components/code-snippet/src/code-snippet-card.d.ts +63 -0
- package/es/components/code-snippet/src/code-snippet-card.js +186 -0
- package/es/components/code-snippet/src/code-snippet-card.js.map +1 -0
- package/es/components/code-snippet/src/code-snippet.d.ts +32 -31
- package/es/components/code-snippet/src/code-snippet.js +115 -29
- package/es/components/code-snippet/src/code-snippet.js.map +1 -1
- package/es/components/code-snippet/src/code-snippet.scss.js +1 -1
- package/es/components/feedback/index.d.ts +4 -7
- package/es/components/feedback/index.js +2 -4
- package/es/components/feedback/index.js.map +1 -1
- package/es/components/feedback/src/feedback-buttons.d.ts +9 -2
- package/es/components/feedback/src/feedback-buttons.js +24 -15
- package/es/components/feedback/src/feedback-buttons.js.map +1 -1
- package/es/components/feedback/src/feedback-buttons.template.d.ts +2 -2
- package/es/components/feedback/src/feedback-buttons.template.js.map +1 -1
- package/es/components/feedback/src/feedback.d.ts +9 -10
- package/es/components/feedback/src/feedback.js +35 -22
- package/es/components/feedback/src/feedback.js.map +1 -1
- package/es/components/feedback/src/feedback.scss.js +1 -1
- package/es/components/feedback/src/feedback.template.d.ts +2 -2
- package/es/components/feedback/src/feedback.template.js +4 -4
- package/es/components/feedback/src/feedback.template.js.map +1 -1
- package/es/components/markdown/index.d.ts +2 -2
- package/es/components/markdown/index.js +1 -1
- package/es/components/markdown/src/markdown-renderer.d.ts +4 -0
- package/es/components/markdown/src/markdown-renderer.js +16 -11
- package/es/components/markdown/src/markdown-renderer.js.map +1 -1
- package/es/components/markdown/src/markdown.d.ts +42 -14
- package/es/components/markdown/src/markdown.js +146 -42
- package/es/components/markdown/src/markdown.js.map +1 -1
- package/es/components/markdown/src/markdown.scss.js +1 -1
- package/es/components/markdown/src/markdown.template.d.ts +5 -2
- package/es/components/markdown/src/markdown.template.js +8 -3
- package/es/components/markdown/src/markdown.template.js.map +1 -1
- package/es/components/processing/src/processing.d.ts +8 -1
- package/es/components/processing/src/processing.js +7 -10
- package/es/components/processing/src/processing.js.map +1 -1
- package/es/components/processing/src/processing.scss.js +1 -1
- package/es/components/reasoning-steps/index.d.ts +4 -2
- package/es/components/reasoning-steps/index.js +3 -2
- package/es/components/reasoning-steps/index.js.map +1 -1
- package/es/components/reasoning-steps/src/{cds-aichat-reasoning-step.d.ts → reasoning-step.d.ts} +6 -7
- package/es/components/reasoning-steps/src/{cds-aichat-reasoning-step.js → reasoning-step.js} +24 -26
- package/es/components/reasoning-steps/src/reasoning-step.js.map +1 -0
- package/es/components/reasoning-steps/src/{cds-aichat-reasoning-step.scss.js → reasoning-step.scss.js} +1 -1
- package/es/components/reasoning-steps/src/reasoning-step.scss.js.map +1 -0
- package/es/components/reasoning-steps/src/reasoning-steps-toggle.d.ts +36 -0
- package/es/components/reasoning-steps/src/reasoning-steps-toggle.js +81 -0
- package/es/components/reasoning-steps/src/reasoning-steps-toggle.js.map +1 -0
- package/es/components/reasoning-steps/src/reasoning-steps-toggle.scss.js +13 -0
- package/es/components/reasoning-steps/src/reasoning-steps-toggle.scss.js.map +1 -0
- package/es/components/reasoning-steps/src/reasoning-steps-toggle.template.d.ts +3 -0
- package/es/components/reasoning-steps/src/reasoning-steps-toggle.template.js +43 -0
- package/es/components/reasoning-steps/src/reasoning-steps-toggle.template.js.map +1 -0
- package/es/components/reasoning-steps/src/{cds-aichat-reasoning-steps.d.ts → reasoning-steps.d.ts} +6 -1
- package/es/components/reasoning-steps/src/{cds-aichat-reasoning-steps.js → reasoning-steps.js} +9 -6
- package/es/components/reasoning-steps/src/reasoning-steps.js.map +1 -0
- package/es/components/reasoning-steps/src/{cds-aichat-reasoning-steps.scss.js → reasoning-steps.scss.js} +1 -1
- package/es/components/reasoning-steps/src/reasoning-steps.scss.js.map +1 -0
- package/es/components/table/index.d.ts +2 -2
- package/es/components/table/index.js +1 -1
- package/es/components/table/src/table-pagination.template.d.ts +1 -1
- package/es/components/table/src/{cds-aichat-table.d.ts → table.d.ts} +12 -90
- package/es/components/table/src/{cds-aichat-table.js → table.js} +69 -37
- package/es/components/table/src/table.js.map +1 -0
- package/es/components/table/src/table.template.d.ts +2 -2
- package/es/components/table/src/table.template.js +2 -2
- package/es/components/table/src/table.template.js.map +1 -1
- package/es/components/toolbar/src/toolbar.d.ts +4 -5
- package/es/components/toolbar/src/toolbar.js +51 -40
- package/es/components/toolbar/src/toolbar.js.map +1 -1
- package/es/components/toolbar/src/toolbar.scss.js +1 -1
- package/es/components/workspace-shell/index.d.ts +0 -1
- package/es/components/workspace-shell/index.js +0 -1
- package/es/components/workspace-shell/index.js.map +1 -1
- package/es/components/workspace-shell/src/workspace-shell-body.d.ts +1 -0
- package/es/components/workspace-shell/src/workspace-shell-body.js +3 -4
- package/es/components/workspace-shell/src/workspace-shell-body.js.map +1 -1
- package/es/components/workspace-shell/src/workspace-shell-footer.d.ts +26 -5
- package/es/components/workspace-shell/src/workspace-shell-footer.js +101 -11
- package/es/components/workspace-shell/src/workspace-shell-footer.js.map +1 -1
- package/es/components/workspace-shell/src/workspace-shell-footer.scss.js +13 -0
- package/es/components/workspace-shell/src/workspace-shell-footer.scss.js.map +1 -0
- package/es/components/workspace-shell/src/workspace-shell-header.d.ts +1 -0
- package/es/components/workspace-shell/src/workspace-shell-header.js +4 -4
- package/es/components/workspace-shell/src/workspace-shell-header.js.map +1 -1
- package/es/components/workspace-shell/src/workspace-shell-header.scss.js +13 -0
- package/es/components/workspace-shell/src/workspace-shell-header.scss.js.map +1 -0
- package/es/components/workspace-shell/src/workspace-shell.d.ts +1 -2
- package/es/components/workspace-shell/src/workspace-shell.js +3 -30
- package/es/components/workspace-shell/src/workspace-shell.js.map +1 -1
- package/es/components/workspace-shell/src/workspace-shell.scss.js +1 -1
- package/es/react/card.d.ts +9 -0
- package/es/react/card.js +43 -0
- package/es/react/card.js.map +1 -0
- package/es/react/chain-of-thought-step.d.ts +4 -0
- package/es/react/chain-of-thought-step.js +32 -0
- package/es/react/chain-of-thought-step.js.map +1 -0
- package/es/react/chain-of-thought-toggle.d.ts +6 -0
- package/es/react/chain-of-thought-toggle.js +31 -0
- package/es/react/chain-of-thought-toggle.js.map +1 -0
- package/es/react/chain-of-thought.d.ts +4 -4
- package/es/react/chain-of-thought.js +7 -3
- package/es/react/chain-of-thought.js.map +1 -1
- package/es/react/code-snippet-card.d.ts +4 -0
- package/es/react/{code-snippet-tile-container.js → code-snippet-card.js} +8 -7
- package/es/react/code-snippet-card.js.map +1 -0
- package/es/react/feedback-buttons.d.ts +2 -2
- package/es/react/feedback-buttons.js +2 -2
- package/es/react/feedback-buttons.js.map +1 -1
- package/es/react/feedback.d.ts +2 -2
- package/es/react/feedback.js +2 -2
- package/es/react/feedback.js.map +1 -1
- package/es/react/inline-notification.d.ts +4 -0
- package/es/react/inline-notification.js +28 -0
- package/es/react/inline-notification.js.map +1 -0
- package/es/react/markdown.d.ts +1 -1
- package/es/react/markdown.js +1 -1
- package/es/react/reasoning-step.d.ts +3 -5
- package/es/react/reasoning-step.js +6 -5
- package/es/react/reasoning-step.js.map +1 -1
- package/es/react/reasoning-steps-toggle.d.ts +6 -0
- package/es/react/reasoning-steps-toggle.js +31 -0
- package/es/react/reasoning-steps-toggle.js.map +1 -0
- package/es/react/reasoning-steps.d.ts +3 -2
- package/es/react/reasoning-steps.js +4 -3
- package/es/react/reasoning-steps.js.map +1 -1
- package/es/react/tag.d.ts +4 -0
- package/es/react/{tile-container.js → tag.js} +6 -6
- package/es/react/tag.js.map +1 -0
- package/es/react/tile.js +2 -2
- package/es/react/tile.js.map +1 -1
- package/es/react/tool-call-data.d.ts +4 -0
- package/es/react/tool-call-data.js +28 -0
- package/es/react/tool-call-data.js.map +1 -0
- package/es/react/workspace-shell.d.ts +11 -0
- package/es/react/workspace-shell.js +49 -0
- package/es/react/workspace-shell.js.map +1 -0
- package/package.json +3 -3
- package/dist/button-D0B6NYRE.js +0 -157
- package/dist/button-skeleton-DtWa12gC.js +0 -116
- package/dist/checkbox-skeleton-BRqpmcmn.js +0 -166
- package/dist/class-map-BFgXCWx_.js +0 -106
- package/dist/codemirror-runtime-DCCflgzA.js +0 -173
- package/dist/index-B6_FOiFX.js +0 -91
- package/dist/index-BBF0opyU.js +0 -91
- package/dist/index-BIpfdWsb.js +0 -91
- package/dist/index-BamxlG85.js +0 -91
- package/dist/index-BnJifpJy.js +0 -91
- package/dist/index-BychCoXU.js +0 -91
- package/dist/index-CBCqx8Ps.js +0 -91
- package/dist/index-CBqFie3c.js +0 -91
- package/dist/index-CDTaA9BR.js +0 -91
- package/dist/index-CQp4LKsc.js +0 -91
- package/dist/index-CmBp-bbC.js +0 -168
- package/dist/index-D0SnJ7Ma.js +0 -91
- package/dist/index-D4zxQxf2.js +0 -91
- package/dist/index-DMzbawFt.js +0 -91
- package/dist/index-DTqHKU78.js +0 -91
- package/dist/index-Dj8jVVfA.js +0 -91
- package/dist/index-DqC-5dY5.js +0 -91
- package/dist/index-LHYDalJY.js +0 -91
- package/dist/index-MyumuXWu.js +0 -91
- package/dist/index-hvhxkyxb.js +0 -91
- package/dist/index-tpV6AVN_.js +0 -91
- package/dist/index-zZ0xfJxK.js +0 -367
- package/dist/query-Sqf3k5tK.js +0 -101
- package/dist/radio-group-manager-BqksDnno.js +0 -91
- package/dist/repeat-Cu9vY9y8.js +0 -96
- package/dist/text-input-BlvU8QGo.js +0 -158
- package/dist/tile-container.min.js +0 -100
- package/es/components/chain-of-thought/src/cds-aichat-chain-of-thought.d.ts +0 -15
- package/es/components/chain-of-thought/src/cds-aichat-chain-of-thought.js +0 -36
- package/es/components/chain-of-thought/src/cds-aichat-chain-of-thought.js.map +0 -1
- package/es/components/chain-of-thought/src/chain-of-thought.template.d.ts +0 -5
- package/es/components/chain-of-thought/src/chain-of-thought.template.js +0 -206
- package/es/components/chain-of-thought/src/chain-of-thought.template.js.map +0 -1
- package/es/components/chain-of-thought/src/parse-unknown-data-to-markdown.d.ts +0 -10
- package/es/components/chain-of-thought/src/parse-unknown-data-to-markdown.js +0 -50
- package/es/components/chain-of-thought/src/parse-unknown-data-to-markdown.js.map +0 -1
- package/es/components/chain-of-thought/src/types.d.ts +0 -73
- package/es/components/chain-of-thought/src/types.js.map +0 -1
- package/es/components/code-snippet/src/code-snippet-tile-container.d.ts +0 -32
- package/es/components/code-snippet/src/code-snippet-tile-container.js +0 -143
- package/es/components/code-snippet/src/code-snippet-tile-container.js.map +0 -1
- package/es/components/feedback/src/cds-aichat-feedback-buttons.d.ts +0 -15
- package/es/components/feedback/src/cds-aichat-feedback-buttons.js +0 -36
- package/es/components/feedback/src/cds-aichat-feedback-buttons.js.map +0 -1
- package/es/components/feedback/src/cds-aichat-feedback.d.ts +0 -15
- package/es/components/feedback/src/cds-aichat-feedback.js +0 -36
- package/es/components/feedback/src/cds-aichat-feedback.js.map +0 -1
- package/es/components/markdown/src/cds-aichat-markdown.d.ts +0 -13
- package/es/components/markdown/src/cds-aichat-markdown.js +0 -35
- package/es/components/markdown/src/cds-aichat-markdown.js.map +0 -1
- package/es/components/reasoning-steps/src/cds-aichat-reasoning-step.js.map +0 -1
- package/es/components/reasoning-steps/src/cds-aichat-reasoning-step.scss.js.map +0 -1
- package/es/components/reasoning-steps/src/cds-aichat-reasoning-steps.js.map +0 -1
- package/es/components/reasoning-steps/src/cds-aichat-reasoning-steps.scss.js.map +0 -1
- package/es/components/table/src/cds-aichat-table.js.map +0 -1
- package/es/components/tile-container/index.d.ts +0 -1
- package/es/components/tile-container/src/styles.scss.js +0 -13
- package/es/components/tile-container/src/styles.scss.js.map +0 -1
- package/es/components/tile-container/src/tile-container.d.ts +0 -12
- package/es/components/tile-container/src/tile-container.js +0 -85
- package/es/components/tile-container/src/tile-container.js.map +0 -1
- package/es/components/tile-container/src/tile-container.scss.js.map +0 -1
- package/es/components/workspace-shell/src/styles.scss.js +0 -13
- package/es/components/workspace-shell/src/styles.scss.js.map +0 -1
- package/es/components/workspace-shell/src/workspace-shell-toolbar.d.ts +0 -22
- package/es/components/workspace-shell/src/workspace-shell-toolbar.js +0 -61
- package/es/components/workspace-shell/src/workspace-shell-toolbar.js.map +0 -1
- package/es/react/code-snippet-tile-container.d.ts +0 -5
- package/es/react/code-snippet-tile-container.js.map +0 -1
- package/es/react/tile-container.d.ts +0 -4
- package/es/react/tile-container.js.map +0 -1
- package/dist/{16-Qupth_aH.js → 16-D66oSSKJ.js} +20 -20
- package/dist/{apl-BgtIAmDL.js → apl-Cq2qnGBp.js} +20 -20
- package/dist/{asciiarmor-tEIRKlaD.js → asciiarmor-Cb5hNJXm.js} +20 -20
- package/dist/{asn1-sXfvlwbA.js → asn1-ObfPhj90.js} +20 -20
- package/dist/{asterisk-CkP9KBn_.js → asterisk-CGEdhmtE.js} +20 -20
- package/dist/{carbon-element-CMnOQRY8.js → carbon-element-BHXvTuS8.js} +20 -20
- package/dist/{carbon-element-B18tSkZ6.js → carbon-element-CY_4MezR.js} +20 -20
- package/dist/{clike-Dz7-b3Bs.js → clike-D-W_e6Lj.js} +20 -20
- package/dist/{clojure-Cv2VjSR-.js → clojure-BKr3NaqS.js} +20 -20
- package/dist/{cmake-B7mApY_A.js → cmake-CCO4hHlz.js} +20 -20
- package/dist/{cobol-CLpo2wzU.js → cobol-BP7APbz-.js} +20 -20
- package/dist/{coffeescript-Cp4m_frl.js → coffeescript-DAdmYC08.js} +20 -20
- package/dist/{collection-helpers-CVjseChk.js → collection-helpers-CeBujCju.js} +20 -20
- package/dist/{commonlisp-DGHzJz_w.js → commonlisp-Bo8JYmEV.js} +20 -20
- package/dist/{crystal-D8zlcNoF.js → crystal-Bm8pGIh6.js} +20 -20
- package/dist/{css-gJR1aLn3.js → css-BJk1lVKu.js} +20 -20
- package/dist/{custom-element-Clzn_oL-.js → custom-element-DRG4IpGT.js} +20 -20
- package/dist/{cypher-CM68cGds.js → cypher-D-eVDQC7.js} +20 -20
- package/dist/{d-DS7hYUri.js → d-D9LdG4k3.js} +20 -20
- package/dist/{diff-BchMez5u.js → diff-DZtMXlRt.js} +20 -20
- package/dist/{dtd-B4jYcQ7M.js → dtd-BkbtUIcB.js} +20 -20
- package/dist/{dylan-DK2Dyib7.js → dylan-CCohaM4H.js} +20 -20
- package/dist/{ebnf-Cn6Vnzxw.js → ebnf-DtT6UrMv.js} +20 -20
- package/dist/{ecl-9PhKPFNU.js → ecl-C2GNxTt8.js} +20 -20
- package/dist/{eiffel-CqAx-iZ-.js → eiffel-BW4n6uyg.js} +20 -20
- package/dist/{elm-Cw3MFe2J.js → elm-B9lXrM6D.js} +20 -20
- package/dist/{erlang-DeNh2sjw.js → erlang-BKwBedv4.js} +20 -20
- package/dist/{fcl-Dku8gwKl.js → fcl-BGYmKRZe.js} +20 -20
- package/dist/{forth-ccFEopc8.js → forth-DTbOVELu.js} +20 -20
- package/dist/{fortran-C0Pd1bYf.js → fortran-Dr7q8x3V.js} +20 -20
- package/dist/{gas-C9KeMzH-.js → gas-CsCwQ5DC.js} +20 -20
- package/dist/{gherkin-CTd3ycq1.js → gherkin-CAJyZEc1.js} +20 -20
- package/dist/{groovy-C2OuB7B3.js → groovy-CpFdbfFQ.js} +20 -20
- package/dist/{haskell-CGuEw9Yh.js → haskell-V36thOn1.js} +20 -20
- package/dist/{haxe-Bpicn7Ma.js → haxe-CeQWqhmF.js} +20 -20
- package/dist/{http-C2Dl8BK6.js → http-Cm3L1exf.js} +20 -20
- package/dist/{idl-D0DUTXQY.js → idl-DyN-eyoA.js} +20 -20
- package/dist/{javascript-vBL1foWi.js → javascript-B7L-ezNz.js} +20 -20
- package/dist/{julia-YTKmImms.js → julia-B_bgxt8f.js} +20 -20
- package/dist/{livescript-BqlKQjy2.js → livescript-B0UjDUzz.js} +20 -20
- package/dist/{lua-DlwCIvBO.js → lua-Bs-1T_TR.js} +20 -20
- package/dist/{mathematica-Dv2FPQ3c.js → mathematica-QbiSkUw_.js} +20 -20
- package/dist/{mbox-BRYTWZIN.js → mbox-IxVDt6G7.js} +20 -20
- package/dist/{mirc-Bfe4ByuU.js → mirc--MFZdywV.js} +20 -20
- package/dist/{mllike-jcboaTW3.js → mllike-s7nUnXIp.js} +20 -20
- package/dist/{modelica-DyjAoT58.js → modelica-BCpZ0s1C.js} +20 -20
- package/dist/{mscgen-cDZZxW92.js → mscgen-Br8J94Pi.js} +20 -20
- package/dist/{mumps-BHJOz0VL.js → mumps-BsSCi6Lf.js} +20 -20
- package/dist/{nginx-C7Xm6ldH.js → nginx-ZiZlz_Vj.js} +20 -20
- package/dist/{ntriples-WgSzAP5x.js → ntriples-1fM-fgdb.js} +20 -20
- package/dist/{octave-D4LNKBtY.js → octave-nXauetiK.js} +20 -20
- package/dist/{oz-BoqKtF9D.js → oz-B13mLmyp.js} +20 -20
- package/dist/{pascal-Di4a6U4m.js → pascal-B_W4OXqj.js} +20 -20
- package/dist/{perl-DidNKejT.js → perl-a1VQ4XvC.js} +20 -20
- package/dist/{pig-BNb2vBfH.js → pig-BtQy1wID.js} +20 -20
- package/dist/{powershell-BKZXxjKi.js → powershell-uO49D63Q.js} +20 -20
- package/dist/{properties-DGvo0ocD.js → properties-BhuX6-mY.js} +20 -20
- package/dist/{protobuf-CO4RB5i_.js → protobuf-CNIIc7zI.js} +20 -20
- package/dist/{puppet-BuoIdj3c.js → puppet-ByObhsu2.js} +20 -20
- package/dist/{python-D0eLBtFd.js → python-PHhd4JZq.js} +20 -20
- package/dist/{q-C5wfDOE6.js → q-qVcarjaG.js} +20 -20
- package/dist/{r-B2NBzJ7Q.js → r-Cd28Rn61.js} +20 -20
- package/dist/{rpm-bppY7Ljs.js → rpm-tHd62SNx.js} +20 -20
- package/dist/{ruby-1BC0cOBU.js → ruby-BWVi67xq.js} +20 -20
- package/dist/{sas-BeMF8yJO.js → sas-BwjQFPr2.js} +20 -20
- package/dist/{scheme-CIQ0ih8s.js → scheme-Czr-sVIy.js} +20 -20
- package/dist/{settings-DtiFDQAJ.js → settings-C6RJ_X7P.js} +20 -20
- package/dist/{shell-Aikfsln6.js → shell-BetDWStl.js} +20 -20
- package/dist/{sieve-AcrCVYff.js → sieve-rrPKwsBh.js} +20 -20
- package/dist/{simple-mode-pAhBuoYJ.js → simple-mode-C8-rTa2M.js} +20 -20
- package/dist/{smalltalk-B2nQQuEp.js → smalltalk-YAI5xh7_.js} +20 -20
- package/dist/{solr-dRPr0Biz.js → solr-VDOKdk1b.js} +20 -20
- package/dist/{sparql-Cj99XEDx.js → sparql-zO1kYCog.js} +20 -20
- package/dist/{spreadsheet-sgTJtcQB.js → spreadsheet-6g8nHE2j.js} +20 -20
- package/dist/{sql-C8kOX3sr.js → sql-Biw9poPQ.js} +20 -20
- package/dist/{stex-7QvUJU5I.js → stex-THaXVwNW.js} +20 -20
- package/dist/{stylus-DkIl6udx.js → stylus-RHXL_HsJ.js} +20 -20
- package/dist/{swift-BjpHlYuP.js → swift-lfFyPRRo.js} +20 -20
- package/dist/{sync-CTB9Fa1m.js → sync-D5E2V6_l.js} +20 -20
- package/dist/{tcl-C1Yvc7pn.js → tcl-C4Tb2U0q.js} +20 -20
- package/dist/{textile-DKmSRPjM.js → textile-CnQDonvJ.js} +20 -20
- package/dist/{throttle-Bas3c59v.js → throttle-B7gS0Tg4.js} +20 -20
- package/dist/{tiddlywiki-DN1bYf4c.js → tiddlywiki-BPc4WZCH.js} +20 -20
- package/dist/{tiki-F3wxU3m-.js → tiki-D4dz8j1V.js} +20 -20
- package/dist/{toml-KiNov0Ms.js → toml-88vYtIh1.js} +20 -20
- package/dist/{troff-BZvX0oqw.js → troff-BgVjEoT-.js} +20 -20
- package/dist/{ttcn-BiJT56Tu.js → ttcn-DdYulzch.js} +20 -20
- package/dist/{ttcn-cfg-3VvAFBAY.js → ttcn-cfg-LwcHiYmJ.js} +20 -20
- package/dist/{turtle-BvExPgO5.js → turtle-CgiVr9yq.js} +20 -20
- package/dist/{vb-D2uTYiVC.js → vb-BWY0HckZ.js} +20 -20
- package/dist/{vbscript-DpTTELsB.js → vbscript-BBJV-ooB.js} +20 -20
- package/dist/{velocity-jIy5jhYQ.js → velocity-wom_bhlv.js} +20 -20
- package/dist/{verilog-CXOzQ6Od.js → verilog-BCY2xdlY.js} +20 -20
- package/dist/{vhdl-Dg-0Ynfd.js → vhdl-BjJYRa0a.js} +20 -20
- package/dist/{webidl-Elhmuz8r.js → webidl-KE8LT1tN.js} +20 -20
- package/dist/{xquery-EKuNgB1T.js → xquery-Ca5C9BJw.js} +20 -20
- package/dist/{yacas-CirFB63Y.js → yacas-DGeGvU7X.js} +20 -20
- package/dist/{z80-D_iQ-043.js → z80-CEYQTt8_.js} +20 -20
|
@@ -1,100 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license
|
|
3
|
-
*
|
|
4
|
-
* Copyright IBM Corp. 2025
|
|
5
|
-
*
|
|
6
|
-
* This source code is licensed under the Apache-2.0 license found in the
|
|
7
|
-
* LICENSE file in the root directory of this source tree.
|
|
8
|
-
*/
|
|
9
|
-
/**
|
|
10
|
-
* @license
|
|
11
|
-
*
|
|
12
|
-
* This bundle contains the following third-party dependencies:
|
|
13
|
-
*
|
|
14
|
-
* Also refer to the following links for the license of other third-party dependencies:
|
|
15
|
-
*
|
|
16
|
-
* https://www.npmjs.com/package/tslib
|
|
17
|
-
* https://www.npmjs.com/package/lit
|
|
18
|
-
* https://www.npmjs.com/package/markdown-it
|
|
19
|
-
* https://www.npmjs.com/package/dompurify
|
|
20
|
-
* https://www.npmjs.com/package/lodash-es
|
|
21
|
-
* https://www.npmjs.com/package/csv-stringify
|
|
22
|
-
* https://www.npmjs.com/package/lit-html
|
|
23
|
-
* https://www.npmjs.com/package/@carbon/web-components
|
|
24
|
-
* https://www.npmjs.com/package/codemirror
|
|
25
|
-
* https://www.npmjs.com/package/@codemirror/state
|
|
26
|
-
* https://www.npmjs.com/package/@codemirror/language
|
|
27
|
-
* https://www.npmjs.com/package/@codemirror/autocomplete
|
|
28
|
-
* https://www.npmjs.com/package/@codemirror/commands
|
|
29
|
-
* https://www.npmjs.com/package/@codemirror/view
|
|
30
|
-
* https://www.npmjs.com/package/@codemirror/lint
|
|
31
|
-
* https://www.npmjs.com/package/@lezer/highlight
|
|
32
|
-
* https://www.npmjs.com/package/@codemirror/lang-sql
|
|
33
|
-
* https://www.npmjs.com/package/@codemirror/lang-css
|
|
34
|
-
* https://www.npmjs.com/package/@codemirror/lang-go
|
|
35
|
-
* https://www.npmjs.com/package/@codemirror/lang-html
|
|
36
|
-
* https://www.npmjs.com/package/@codemirror/lang-cpp
|
|
37
|
-
* https://www.npmjs.com/package/@codemirror/lang-java
|
|
38
|
-
* https://www.npmjs.com/package/@codemirror/lang-javascript
|
|
39
|
-
* https://www.npmjs.com/package/@codemirror/lang-json
|
|
40
|
-
* https://www.npmjs.com/package/@codemirror/lang-less
|
|
41
|
-
* https://www.npmjs.com/package/@codemirror/lang-php
|
|
42
|
-
* https://www.npmjs.com/package/@codemirror/lang-liquid
|
|
43
|
-
* https://www.npmjs.com/package/@codemirror/lang-markdown
|
|
44
|
-
* https://www.npmjs.com/package/@codemirror/lang-jinja
|
|
45
|
-
* https://www.npmjs.com/package/@codemirror/lang-python
|
|
46
|
-
* https://www.npmjs.com/package/@codemirror/lang-sass
|
|
47
|
-
* https://www.npmjs.com/package/@codemirror/lang-rust
|
|
48
|
-
* https://www.npmjs.com/package/@codemirror/lang-yaml
|
|
49
|
-
* https://www.npmjs.com/package/@codemirror/legacy-modes
|
|
50
|
-
* https://www.npmjs.com/package/@codemirror/lang-xml
|
|
51
|
-
* https://www.npmjs.com/package/@codemirror/lang-angular
|
|
52
|
-
* https://www.npmjs.com/package/@codemirror/lang-wast
|
|
53
|
-
* https://www.npmjs.com/package/@codemirror/lang-vue
|
|
54
|
-
* https://www.npmjs.com/package/@carbon/icons
|
|
55
|
-
* https://www.npmjs.com/package/@carbon/utilities
|
|
56
|
-
* https://www.npmjs.com/package/@carbon/icon-helpers
|
|
57
|
-
* https://www.npmjs.com/package/program-language-detector
|
|
58
|
-
* https://www.npmjs.com/package/lit-element
|
|
59
|
-
* https://www.npmjs.com/package/@lit/reactive-element
|
|
60
|
-
* https://www.npmjs.com/package/@codemirror/search
|
|
61
|
-
* https://www.npmjs.com/package/crelt
|
|
62
|
-
* https://www.npmjs.com/package/w3c-keyname
|
|
63
|
-
* https://www.npmjs.com/package/style-mod
|
|
64
|
-
* https://www.npmjs.com/package/@marijn/find-cluster-break
|
|
65
|
-
* https://www.npmjs.com/package/@lezer/common
|
|
66
|
-
* https://www.npmjs.com/package/@lezer/lr
|
|
67
|
-
* https://www.npmjs.com/package/@lezer/css
|
|
68
|
-
* https://www.npmjs.com/package/@lezer/go
|
|
69
|
-
* https://www.npmjs.com/package/@lezer/cpp
|
|
70
|
-
* https://www.npmjs.com/package/@lezer/java
|
|
71
|
-
* https://www.npmjs.com/package/@lezer/html
|
|
72
|
-
* https://www.npmjs.com/package/@lezer/json
|
|
73
|
-
* https://www.npmjs.com/package/@lezer/javascript
|
|
74
|
-
* https://www.npmjs.com/package/@lezer/python
|
|
75
|
-
* https://www.npmjs.com/package/@lezer/rust
|
|
76
|
-
* https://www.npmjs.com/package/@lezer/markdown
|
|
77
|
-
* https://www.npmjs.com/package/@lezer/php
|
|
78
|
-
* https://www.npmjs.com/package/@lezer/yaml
|
|
79
|
-
* https://www.npmjs.com/package/@lezer/sass
|
|
80
|
-
* https://www.npmjs.com/package/@lezer/xml
|
|
81
|
-
* https://www.npmjs.com/package/@internationalized/number
|
|
82
|
-
* https://www.npmjs.com/package/linkify-it
|
|
83
|
-
* https://www.npmjs.com/package/mdurl
|
|
84
|
-
* https://www.npmjs.com/package/punycode.js
|
|
85
|
-
* https://www.npmjs.com/package/uc.micro
|
|
86
|
-
* https://www.npmjs.com/package/@floating-ui/dom
|
|
87
|
-
* https://www.npmjs.com/package/@floating-ui/core
|
|
88
|
-
* https://www.npmjs.com/package/@floating-ui/utils
|
|
89
|
-
*/
|
|
90
|
-
|
|
91
|
-
import{i as e,_ as t,a as i,x as a}from"./lit-element-DibNdm1l.js";import{e as d}from"./query-Sqf3k5tK.js";import{p as s}from"./settings-DtiFDQAJ.js";import{c}from"./carbon-element-B18tSkZ6.js";var r=e(['.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-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-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-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-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-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-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-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-tile) :focus:not(.cds--link--disabled)::slotted(.cds--link){outline-style:dotted}}.cds--link:focus:not(.cds--link--disabled),: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-tile) :visited::slotted(.cds--link){color:var(--cds-link-text-color,var(--cds-link-primary,#0f62fe))}.cds--link:visited:hover,: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-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-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-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-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(:host(cds-expandable-tilecds-expandable-tile[expanded])) ::slotted(cds-tile-below-the-fold-content),: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{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(:host(cds-expandable-tilecds-expandable-tile[expanded])) ::slotted(cds-tile-below-the-fold-content),: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{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-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-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-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),:host(cds-expandable-tile: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)){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-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-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-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-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-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-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-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-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-tile-container){--cds-aichat-tile-border-radius:var(--cds-aichat-border-radius,0.5rem);border:1px solid var(--cds-chat-bubble-border,#e0e0e0);border-radius:var(--cds-aichat-tile-border-radius);display:block}']),l=e(['cds-aichat-tile-container [data-rounded=""],cds-aichat-tile-container [data-rounded=""]>:only-child{border-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem)}cds-aichat-tile-container [data-rounded=""]::part(button),cds-aichat-tile-container [data-rounded=""]::part(link){border-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem);outline-offset:-.0625rem}cds-aichat-tile-container [data-rounded=md-none],cds-aichat-tile-container [data-rounded=md-none]>:only-child{border-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem)}cds-aichat-tile-container [data-rounded=md-none]::part(button),cds-aichat-tile-container [data-rounded=md-none]::part(link){border-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem);outline-offset:-.0625rem}@media (max-width:41.98rem){cds-aichat-tile-container [data-rounded=md-none]{--cds-aichat-border-radius:0}}cds-aichat-tile-container [data-rounded=top]{border-start-end-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem)}cds-aichat-tile-container [data-rounded=top],cds-aichat-tile-container [data-rounded=top]>:first-child{border-start-start-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem)}cds-aichat-tile-container [data-rounded=top]>:first-child::part(button){border-start-start-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem)}cds-aichat-tile-container [data-rounded=top]>:last-child{border-start-end-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem)}cds-aichat-tile-container [data-rounded=top]>:last-child::part(button){border-start-end-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem)}cds-aichat-tile-container [data-rounded=top-md-none]{border-start-end-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem)}cds-aichat-tile-container [data-rounded=top-md-none],cds-aichat-tile-container [data-rounded=top-md-none]>:first-child{border-start-start-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem)}cds-aichat-tile-container [data-rounded=top-md-none]>:first-child::part(button){border-start-start-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem)}cds-aichat-tile-container [data-rounded=top-md-none]>:last-child{border-start-end-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem)}cds-aichat-tile-container [data-rounded=top-md-none]>:last-child::part(button){border-start-end-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem)}@media (max-width:41.98rem){cds-aichat-tile-container [data-rounded=top-md-none]{--cds-aichat-border-radius:0}}cds-aichat-tile-container [data-rounded=top-left]{border-start-start-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem)}cds-aichat-tile-container [data-rounded=top-left]::part(button){border-start-start-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem)}cds-aichat-tile-container [data-rounded=top-left-md-none],cds-aichat-tile-container [data-rounded=top-left] :first-child{border-start-start-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem)}cds-aichat-tile-container [data-rounded=top-left-md-none]::part(button){border-start-start-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem)}cds-aichat-tile-container [data-rounded=top-left-md-none] :first-child{border-start-start-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem)}@media (max-width:41.98rem){cds-aichat-tile-container [data-rounded=top-left-md-none]{--cds-aichat-border-radius:0}}cds-aichat-tile-container [data-rounded=top-right]{border-start-end-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem)}cds-aichat-tile-container [data-rounded=top-right]::part(button){border-start-end-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem)}cds-aichat-tile-container [data-rounded=top-right-md-none],cds-aichat-tile-container [data-rounded=top-right] :last-child{border-start-end-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem)}cds-aichat-tile-container [data-rounded=top-right-md-none]::part(button){border-start-end-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem)}cds-aichat-tile-container [data-rounded=top-right-md-none] :last-child{border-start-end-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem)}@media (max-width:41.98rem){cds-aichat-tile-container [data-rounded=top-right-md-none]{--cds-aichat-border-radius:0}}cds-aichat-tile-container [data-rounded=bottom]{border-end-end-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem)}cds-aichat-tile-container [data-rounded=bottom],cds-aichat-tile-container [data-rounded=bottom]:not([data-stacked])>:first-child{border-end-start-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem)}cds-aichat-tile-container [data-rounded=bottom]:not([data-stacked])>:first-child::part(button){border-end-start-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem)}cds-aichat-tile-container [data-rounded=bottom]:not([data-stacked])>:last-child{border-end-end-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem)}cds-aichat-tile-container [data-rounded=bottom]:not([data-stacked])>:last-child::part(button){border-end-end-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem)}cds-aichat-tile-container [data-rounded=bottom][data-stacked]>:last-child{border-end-end-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem);border-end-start-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem)}cds-aichat-tile-container [data-rounded=bottom][data-stacked]>:last-child::part(button){border-end-end-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem);border-end-start-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem)}cds-aichat-tile-container [data-rounded=bottom-md-none]{border-end-end-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem)}cds-aichat-tile-container [data-rounded=bottom-md-none],cds-aichat-tile-container [data-rounded=bottom-md-none]:not([data-stacked])>:first-child{border-end-start-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem)}cds-aichat-tile-container [data-rounded=bottom-md-none]:not([data-stacked])>:first-child::part(button){border-end-start-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem)}cds-aichat-tile-container [data-rounded=bottom-md-none]:not([data-stacked])>:last-child{border-end-end-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem)}cds-aichat-tile-container [data-rounded=bottom-md-none]:not([data-stacked])>:last-child::part(button){border-end-end-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem)}cds-aichat-tile-container [data-rounded=bottom-md-none][data-stacked]>:last-child{border-end-end-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem);border-end-start-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem)}cds-aichat-tile-container [data-rounded=bottom-md-none][data-stacked]>:last-child::part(button){border-end-end-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem);border-end-start-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem)}@media (max-width:41.98rem){cds-aichat-tile-container [data-rounded=bottom-md-none]{--cds-aichat-border-radius:0}}cds-aichat-tile-container [data-rounded=bottom-left]{border-end-start-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem)}cds-aichat-tile-container [data-rounded=bottom-left]::part(button){border-end-start-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem)}cds-aichat-tile-container [data-rounded=bottom-left-md-none],cds-aichat-tile-container [data-rounded=bottom-left] :first-child{border-end-start-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem)}cds-aichat-tile-container [data-rounded=bottom-left-md-none]::part(button){border-end-start-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem)}cds-aichat-tile-container [data-rounded=bottom-left-md-none] :first-child{border-end-start-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem)}@media (max-width:41.98rem){cds-aichat-tile-container [data-rounded=bottom-left-md-none]{--cds-aichat-border-radius:0}}cds-aichat-tile-container [data-rounded=bottom-right]{border-end-end-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem)}cds-aichat-tile-container [data-rounded=bottom-right]::part(button){border-end-end-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem)}cds-aichat-tile-container [data-rounded=bottom-right-md-none],cds-aichat-tile-container [data-rounded=bottom-right] :last-child{border-end-end-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem)}cds-aichat-tile-container [data-rounded=bottom-right-md-none]::part(button){border-end-end-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem)}cds-aichat-tile-container [data-rounded=bottom-right-md-none] :last-child{border-end-end-radius:calc(var(--cds-aichat-border-radius, var(--cds-aichat-tile-border-radius)) - .0625rem)}@media (max-width:41.98rem){cds-aichat-tile-container [data-rounded=bottom-right-md-none]{--cds-aichat-border-radius:0}}cds-aichat-tile-container [data-flush=""]{margin:-1rem}cds-aichat-tile-container [data-flush=top]{margin-block-start:-1rem;margin-inline:-1rem}cds-aichat-tile-container [data-flush=bottom]{margin-block-end:-1rem;margin-inline:-1rem}cds-aichat-tile-container [data-stacked]{display:flex;flex-direction:column}cds-aichat-tile-container cds-clickable-tile img,cds-aichat-tile-container cds-tile img{display:block;inline-size:100%;transition:opacity .2s ease-in-out}cds-aichat-tile-container cds-clickable-tile:focus img,cds-aichat-tile-container cds-clickable-tile:hover:not([disabled]) img{opacity:.8}cds-aichat-tile-container cds-clickable-tile[disabled]{opacity:.5;pointer-events:none}cds-aichat-tile-container:has(cds-clickable-tile[disabled]){cursor:not-allowed}cds-aichat-tile-container cds-clickable-tile::part(link),cds-aichat-tile-container cds-tile{background-color:var(--cds-layer-background)}cds-aichat-tile-container iframe{display:block}cds-aichat-tile-container .cds-aichat--tile-container-toolbar{display:flex}cds-aichat-tile-container .cds-aichat--tile-container-footer{display:flex;justify-content:end}cds-aichat-tile-container .cds-aichat--tile-container-footer cds-button{inline-size:100%;max-inline-size:unset}cds-aichat-tile-container .cds-aichat--tile-container-footer cds-button[kind=ghost]>svg[slot=icon]{fill:var(--cds-link-primary,#0f62fe)}cds-aichat-tile-container .cds-aichat--tile-container-footer:not([data-stacked],:not(:has([kind=ghost]))){border-block-start:.0625rem solid var(--cds-chat-bubble-border,#e0e0e0)}cds-aichat-tile-container .cds-aichat--tile-container-footer:not(:has([kind=ghost])){background:var(--cds-button-separator,#e0e0e0);gap:.0625rem}cds-aichat-tile-container .cds-aichat--tile-container-footer[data-stacked] cds-button[kind=ghost]{border-block-start:.0625rem solid var(--cds-chat-bubble-border,#e0e0e0)}cds-aichat-tile-container .body-compact-01{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-aichat-tile-container .body-compact-02{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-aichat-tile-container .helper-text-01{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-aichat-tile-container .label-01{font-size:var(--cds-label-01-font-size,.75rem);font-weight:var(--cds-label-01-font-weight,400);letter-spacing:var(--cds-label-01-letter-spacing,.32px);line-height:var(--cds-label-01-line-height,1.33333)}cds-aichat-tile-container .body-01{font-size:var(--cds-body-01-font-size,.875rem);font-weight:var(--cds-body-01-font-weight,400);letter-spacing:var(--cds-body-01-letter-spacing,.16px);line-height:var(--cds-body-01-line-height,1.42857)}cds-aichat-tile-container .body-02{font-size:var(--cds-body-02-font-size,1rem);font-weight:var(--cds-body-02-font-weight,400);letter-spacing:var(--cds-body-02-letter-spacing,0);line-height:var(--cds-body-02-line-height,1.5)}cds-aichat-tile-container .caption-01{font-size:var(--cds-caption-01-font-size,.75rem);font-weight:var(--cds-caption-01-font-weight,400);letter-spacing:var(--cds-caption-01-letter-spacing,.32px);line-height:var(--cds-caption-01-line-height,1.33333)}cds-aichat-tile-container .heading-01{font-size:var(--cds-heading-01-font-size,.875rem);font-weight:var(--cds-heading-01-font-weight,600);letter-spacing:var(--cds-heading-01-letter-spacing,.16px);line-height:var(--cds-heading-01-line-height,1.42857)}cds-aichat-tile-container .text-primary{color:var(--cds-text-primary,#161616)}cds-aichat-tile-container .text-secondary{color:var(--cds-text-secondary,#525252)}cds-aichat-tile-container .link-secondary{color:var(--cds-link-secondary,#0043ce)}cds-aichat-tile-container .margin-bottom-01{margin-block-end:.125rem}cds-aichat-tile-container .margin-bottom-02{margin-block-end:.25rem}cds-aichat-tile-container .margin-bottom-03{margin-block-end:.5rem}cds-aichat-tile-container .margin-bottom-04{margin-block-end:.75rem}cds-aichat-tile-container .margin-bottom-05{margin-block-end:1rem}cds-aichat-tile-container .margin-top-01{margin-block-start:.125rem}cds-aichat-tile-container .margin-top-02{margin-block-start:.25rem}cds-aichat-tile-container .margin-top-03{margin-block-start:.5rem}cds-aichat-tile-container .margin-top-04{margin-block-start:.75rem}cds-aichat-tile-container .margin-top-05{margin-block-start:1rem}cds-aichat-tile-container .margin-block-04{margin-block:.75rem}cds-aichat-tile-container .padding-block-04{padding-block:.75rem}cds-aichat-tile-container .padding-inline{padding-inline:1rem}cds-aichat-tile-container .flex-1{flex:1}cds-aichat-tile-container .align-content-center{align-content:center}cds-aichat-tile-container .display-flex{display:flex}cds-aichat-tile-container .no-wrap{white-space:nowrap}cds-aichat-tile-container .inline-size-08{inline-size:2.5rem}cds-aichat-tile-container .block-size-08{block-size:2.5rem}cds-aichat-tile-container .gap-05{gap:1rem}cds-aichat-tile-container .border-top{border-block-start:.0625rem solid var(--cds-chat-bubble-border,#e0e0e0)}cds-aichat-tile-container .border-bottom{border-block-end:.0625rem solid var(--cds-chat-bubble-border,#e0e0e0)}cds-aichat-tile-container .bg-transparent{background-color:transparent}cds-aichat-tile-container .bg-layer{background-color:var(--cds-layer)}cds-aichat-tile-container .bg-layer::part(link){background-color:var(--cds-layer)}cds-aichat-tile-container .aspect-16-9{aspect-ratio:16/9}']);
|
|
92
|
-
/*
|
|
93
|
-
* Copyright IBM Corp. 2025
|
|
94
|
-
*
|
|
95
|
-
* This source code is licensed under the Apache-2.0 license found in the
|
|
96
|
-
* LICENSE file in the root directory of this source tree.
|
|
97
|
-
*
|
|
98
|
-
* @license
|
|
99
|
-
*/
|
|
100
|
-
let o=class extends i{connectedCallback(){super.connectedCallback();const e=this.getRootNode();e instanceof Document||e instanceof ShadowRoot?this.ensureLightDomStyles(e):console.warn("Unsupported root node type:",e)}ensureLightDomStyles(e){const t=`${s}-tile-container-light-dom-styles`;if(e.querySelector(`#${t}`))return;const i=document.createElement("style");i.id=t,i.textContent=l,e instanceof ShadowRoot?e.appendChild(i):e.head.appendChild(i)}firstUpdated(){const e=(this.slotEl?.assignedElements()??[])[0];e&&(e.removeAttribute("ai-label"),this.mutationObserver=new MutationObserver(t=>{for(const i of t)if("attributes"===i.type){e.removeAttribute("ai-label");break}}),this.mutationObserver.observe(e,{attributes:!0}))}disconnectedCallback(){this.mutationObserver?.disconnect(),super.disconnectedCallback()}render(){return a`<slot></slot>`}};o.styles=r,t([d("slot")],o.prototype,"slotEl",void 0),o=t([c(`${s}-tile-container`)],o);
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { ChainOfThoughtElement } from "./chain-of-thought.js";
|
|
2
|
-
declare const CHAIN_OF_THOUGHT_COMPONENT_TAG_NAME = "cds-aichat-chain-of-thought";
|
|
3
|
-
/**
|
|
4
|
-
* Custom element wrapper that wires the template to the base element implementation.
|
|
5
|
-
*/
|
|
6
|
-
declare class CDSChatChainOfThoughtElement extends ChainOfThoughtElement {
|
|
7
|
-
render(): import("lit-html").TemplateResult<1>;
|
|
8
|
-
}
|
|
9
|
-
declare global {
|
|
10
|
-
interface HTMLElementTagNameMap {
|
|
11
|
-
[CHAIN_OF_THOUGHT_COMPONENT_TAG_NAME]: CDSChatChainOfThoughtElement;
|
|
12
|
-
}
|
|
13
|
-
}
|
|
14
|
-
export { CHAIN_OF_THOUGHT_COMPONENT_TAG_NAME };
|
|
15
|
-
export default CDSChatChainOfThoughtElement;
|
|
@@ -1,36 +0,0 @@
|
|
|
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 { __decorate } from 'tslib';
|
|
9
|
-
import { carbonElement } from '../../../globals/decorators/carbon-element.js';
|
|
10
|
-
import { ChainOfThoughtElement } from './chain-of-thought.js';
|
|
11
|
-
import { chainOfThoughtElementTemplate } from './chain-of-thought.template.js';
|
|
12
|
-
|
|
13
|
-
/*
|
|
14
|
-
* Copyright IBM Corp. 2025
|
|
15
|
-
*
|
|
16
|
-
* This source code is licensed under the Apache-2.0 license found in the
|
|
17
|
-
* LICENSE file in the root directory of this source tree.
|
|
18
|
-
*
|
|
19
|
-
* @license
|
|
20
|
-
*/
|
|
21
|
-
const CHAIN_OF_THOUGHT_COMPONENT_TAG_NAME = "cds-aichat-chain-of-thought";
|
|
22
|
-
/**
|
|
23
|
-
* Custom element wrapper that wires the template to the base element implementation.
|
|
24
|
-
*/
|
|
25
|
-
let CDSChatChainOfThoughtElement = class CDSChatChainOfThoughtElement extends ChainOfThoughtElement {
|
|
26
|
-
render() {
|
|
27
|
-
return chainOfThoughtElementTemplate(this);
|
|
28
|
-
}
|
|
29
|
-
};
|
|
30
|
-
CDSChatChainOfThoughtElement = __decorate([
|
|
31
|
-
carbonElement(CHAIN_OF_THOUGHT_COMPONENT_TAG_NAME)
|
|
32
|
-
], CDSChatChainOfThoughtElement);
|
|
33
|
-
var CDSChatChainOfThoughtElement$1 = CDSChatChainOfThoughtElement;
|
|
34
|
-
|
|
35
|
-
export { CHAIN_OF_THOUGHT_COMPONENT_TAG_NAME, CDSChatChainOfThoughtElement$1 as default };
|
|
36
|
-
//# sourceMappingURL=cds-aichat-chain-of-thought.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"cds-aichat-chain-of-thought.js","sources":["../../../../src/components/chain-of-thought/src/cds-aichat-chain-of-thought.ts"],"sourcesContent":[null],"names":[],"mappings":";;;;;;;;;;;;AAAA;;;;;;;AAOG;AAMH,MAAM,mCAAmC,GAAG;AAE5C;;AAEG;AAEH,IAAM,4BAA4B,GAAlC,MAAM,4BAA6B,SAAQ,qBAAqB,CAAA;IAC9D,MAAM,GAAA;AACJ,QAAA,OAAO,6BAA6B,CAAC,IAAI,CAAC;IAC5C;CACD;AAJK,4BAA4B,GAAA,UAAA,CAAA;IADjC,aAAa,CAAC,mCAAmC;AAC5C,CAAA,EAAA,4BAA4B,CAIjC;AASD,qCAAe,4BAA4B;;;;"}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import "../../markdown/index.js";
|
|
2
|
-
import "@carbon/web-components/es/components/inline-loading/index.js";
|
|
3
|
-
import { ChainOfThoughtElement } from "./chain-of-thought.js";
|
|
4
|
-
declare function chainOfThoughtElementTemplate(customElementClass: ChainOfThoughtElement): import("lit-html").TemplateResult<1>;
|
|
5
|
-
export { chainOfThoughtElementTemplate };
|
|
@@ -1,206 +0,0 @@
|
|
|
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 '../../markdown/src/cds-aichat-markdown.js';
|
|
9
|
-
import '@carbon/web-components/es/components/inline-loading/index.js';
|
|
10
|
-
import { iconLoader } from '@carbon/web-components/es/globals/internal/icon-loader.js';
|
|
11
|
-
import CheckmarkFilled16 from '@carbon/icons/es/checkmark--filled/16.js';
|
|
12
|
-
import ChevronRight16 from '@carbon/icons/es/chevron--right/16.js';
|
|
13
|
-
import ErrorFilled16 from '@carbon/icons/es/error--filled/16.js';
|
|
14
|
-
import { html } from 'lit';
|
|
15
|
-
import prefix from '../../../globals/settings.js';
|
|
16
|
-
import { ChainOfThoughtStepStatus } from './types.js';
|
|
17
|
-
import { parseUnknownDataToMarkdown } from './parse-unknown-data-to-markdown.js';
|
|
18
|
-
|
|
19
|
-
/*
|
|
20
|
-
* Copyright IBM Corp. 2025
|
|
21
|
-
*
|
|
22
|
-
* This source code is licensed under the Apache-2.0 license found in the
|
|
23
|
-
* LICENSE file in the root directory of this source tree.
|
|
24
|
-
*
|
|
25
|
-
* @license
|
|
26
|
-
*/
|
|
27
|
-
const CSS_CLASS_ITEM_PREFIX = `${prefix}--chain-of-thought-item`;
|
|
28
|
-
const CSS_CLASS_STATUS_PREFIX = `${prefix}--chain-of-thought-accordion-item-header-status`;
|
|
29
|
-
/**
|
|
30
|
-
* Returns the correct icon given the status of the step. If there is no status, we assume it is successful.
|
|
31
|
-
*/
|
|
32
|
-
function stepStatus(status, statusSucceededLabelText, statusFailedLabelText, statusProcessingLabelText) {
|
|
33
|
-
switch (status) {
|
|
34
|
-
case ChainOfThoughtStepStatus.PROCESSING:
|
|
35
|
-
return html `<cds-inline-loading
|
|
36
|
-
status="active"
|
|
37
|
-
aria-label="${statusProcessingLabelText}"
|
|
38
|
-
></cds-inline-loading>`;
|
|
39
|
-
case ChainOfThoughtStepStatus.FAILURE:
|
|
40
|
-
return html `<span
|
|
41
|
-
class="${CSS_CLASS_STATUS_PREFIX}--${ChainOfThoughtStepStatus.FAILURE}"
|
|
42
|
-
aria-label="${statusFailedLabelText}"
|
|
43
|
-
>${iconLoader(ErrorFilled16)}</span
|
|
44
|
-
>`;
|
|
45
|
-
default:
|
|
46
|
-
return html `<span
|
|
47
|
-
class="${CSS_CLASS_STATUS_PREFIX}--${ChainOfThoughtStepStatus.SUCCESS}"
|
|
48
|
-
aria-label="${statusSucceededLabelText}"
|
|
49
|
-
>${iconLoader(CheckmarkFilled16)}</span
|
|
50
|
-
>`;
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
function renderToolDataAsMarkdown(content, label, classPostfix, customElementClass) {
|
|
54
|
-
const { filterPlaceholderText, previousPageText, nextPageText, itemsPerPageText, locale, getPaginationSupplementalText, getPaginationStatusText, feedback, showLessText, showMoreText, tooltipContent, getLineCountText, } = customElementClass;
|
|
55
|
-
return html `<div
|
|
56
|
-
class="${CSS_CLASS_ITEM_PREFIX} ${CSS_CLASS_ITEM_PREFIX}-${classPostfix}"
|
|
57
|
-
>
|
|
58
|
-
<div class="${CSS_CLASS_ITEM_PREFIX}-label">${label}</div>
|
|
59
|
-
<cds-aichat-markdown
|
|
60
|
-
sanitize-html
|
|
61
|
-
markdown=${content}
|
|
62
|
-
filter-placeholder-text=${filterPlaceholderText}
|
|
63
|
-
previous-page-text=${previousPageText}
|
|
64
|
-
next-page-text=${nextPageText}
|
|
65
|
-
items-per-page-text=${itemsPerPageText}
|
|
66
|
-
locale=${locale}
|
|
67
|
-
.getPaginationSupplementalText=${getPaginationSupplementalText}
|
|
68
|
-
.getPaginationStatusText=${getPaginationStatusText}
|
|
69
|
-
feedback=${feedback}
|
|
70
|
-
show-less-text=${showLessText}
|
|
71
|
-
show-more-text=${showMoreText}
|
|
72
|
-
tooltip-content=${tooltipContent}
|
|
73
|
-
.getLineCountText=${getLineCountText}
|
|
74
|
-
></cds-aichat-markdown>
|
|
75
|
-
</div>`;
|
|
76
|
-
}
|
|
77
|
-
/**
|
|
78
|
-
* Takes the input/output data that is unknown and then renders it in the correct format or returns nothing.
|
|
79
|
-
*/
|
|
80
|
-
function renderToolData(data, label, classPostfix, customElementClass) {
|
|
81
|
-
const content = parseUnknownDataToMarkdown(data);
|
|
82
|
-
if (content) {
|
|
83
|
-
return renderToolDataAsMarkdown(content, label, classPostfix, customElementClass);
|
|
84
|
-
}
|
|
85
|
-
return html ``;
|
|
86
|
-
}
|
|
87
|
-
function accordionItemContent(customElementClass, item) {
|
|
88
|
-
const { inputLabelText, outputLabelText, toolLabelText, filterPlaceholderText, previousPageText, nextPageText, itemsPerPageText, locale, getPaginationSupplementalText, getPaginationStatusText, feedback, showLessText, showMoreText, tooltipContent, getLineCountText, } = customElementClass;
|
|
89
|
-
if (item.open) {
|
|
90
|
-
return html ` ${item.description
|
|
91
|
-
? html `<div
|
|
92
|
-
class="${CSS_CLASS_ITEM_PREFIX} ${CSS_CLASS_ITEM_PREFIX}-description"
|
|
93
|
-
>
|
|
94
|
-
<cds-aichat-markdown
|
|
95
|
-
sanitize-html
|
|
96
|
-
markdown=${item.description}
|
|
97
|
-
filter-placeholder-text=${filterPlaceholderText}
|
|
98
|
-
previous-page-text=${previousPageText}
|
|
99
|
-
next-page-text=${nextPageText}
|
|
100
|
-
items-per-page-text=${itemsPerPageText}
|
|
101
|
-
locale=${locale}
|
|
102
|
-
.getPaginationSupplementalText=${getPaginationSupplementalText}
|
|
103
|
-
.getPaginationStatusText=${getPaginationStatusText}
|
|
104
|
-
feedback=${feedback}
|
|
105
|
-
show-less-text=${showLessText}
|
|
106
|
-
show-more-text=${showMoreText}
|
|
107
|
-
tooltip-content=${tooltipContent}
|
|
108
|
-
.getLineCountText=${getLineCountText}
|
|
109
|
-
></cds-aichat-markdown>
|
|
110
|
-
</div>`
|
|
111
|
-
: null}
|
|
112
|
-
${item.tool_name
|
|
113
|
-
? html `<div
|
|
114
|
-
class="${CSS_CLASS_ITEM_PREFIX} ${CSS_CLASS_ITEM_PREFIX}-toolName"
|
|
115
|
-
>
|
|
116
|
-
<div class="${CSS_CLASS_ITEM_PREFIX}-label">${toolLabelText}</div>
|
|
117
|
-
${item.tool_name}
|
|
118
|
-
</div>`
|
|
119
|
-
: null}
|
|
120
|
-
${renderToolData(item.request?.args, inputLabelText, "input", customElementClass)}
|
|
121
|
-
${renderToolData(item.response?.content, outputLabelText, "output", customElementClass)}`;
|
|
122
|
-
}
|
|
123
|
-
return html ``;
|
|
124
|
-
}
|
|
125
|
-
function accordionContent(customElementClass) {
|
|
126
|
-
const { _steps, open, _chainOfThoughtPanelID, onStepToggle, formatStepLabelText, statusSucceededLabelText, statusFailedLabelText, statusProcessingLabelText, } = customElementClass;
|
|
127
|
-
if (open) {
|
|
128
|
-
return html `${_steps.map((item, index) => {
|
|
129
|
-
const stepNumber = index + 1;
|
|
130
|
-
const content_id = `${_chainOfThoughtPanelID}-step-${stepNumber}-content`;
|
|
131
|
-
const disabled = !item.description && !item.request && !item.response;
|
|
132
|
-
return html `<div class="${prefix}--chain-of-thought-accordion-item">
|
|
133
|
-
<button
|
|
134
|
-
class="${prefix}--chain-of-thought-accordion-item-header"
|
|
135
|
-
@click=${() => {
|
|
136
|
-
item.open = !item.open;
|
|
137
|
-
customElementClass.requestUpdate();
|
|
138
|
-
const element = customElementClass.shadowRoot?.querySelector(`#${content_id}`);
|
|
139
|
-
if (element) {
|
|
140
|
-
onStepToggle?.(item.open, element);
|
|
141
|
-
}
|
|
142
|
-
}}
|
|
143
|
-
aria-expanded=${item.open}
|
|
144
|
-
aria-controls=${content_id}
|
|
145
|
-
?disabled=${disabled}
|
|
146
|
-
>
|
|
147
|
-
<span
|
|
148
|
-
class="${prefix}--chain-of-thought-accordion-item-header-chevron"
|
|
149
|
-
?data-disabled=${disabled}
|
|
150
|
-
?data-open=${item.open}
|
|
151
|
-
>${iconLoader(ChevronRight16)}</span
|
|
152
|
-
>
|
|
153
|
-
<span class="${prefix}--chain-of-thought-accordion-item-header-title"
|
|
154
|
-
>${formatStepLabelText({
|
|
155
|
-
stepNumber,
|
|
156
|
-
stepTitle: item.title || item.tool_name || "",
|
|
157
|
-
})}</span
|
|
158
|
-
>
|
|
159
|
-
<span class="${CSS_CLASS_STATUS_PREFIX}"
|
|
160
|
-
>${stepStatus(item.status || ChainOfThoughtStepStatus.SUCCESS, statusSucceededLabelText, statusFailedLabelText, statusProcessingLabelText)}</span
|
|
161
|
-
>
|
|
162
|
-
</button>
|
|
163
|
-
<div
|
|
164
|
-
class="${prefix}--chain-of-thought-accordion-item-content"
|
|
165
|
-
id=${content_id}
|
|
166
|
-
?hidden=${!item.open}
|
|
167
|
-
>
|
|
168
|
-
${accordionItemContent(customElementClass, item)}
|
|
169
|
-
</div>
|
|
170
|
-
</div>`;
|
|
171
|
-
})}`;
|
|
172
|
-
}
|
|
173
|
-
return html ``;
|
|
174
|
-
}
|
|
175
|
-
function chainOfThoughtElementTemplate(customElementClass) {
|
|
176
|
-
const { _chainOfThoughtPanelID, explainabilityText, open, onToggle } = customElementClass;
|
|
177
|
-
function toggle() {
|
|
178
|
-
customElementClass.open = !customElementClass.open;
|
|
179
|
-
onToggle?.(customElementClass.open, customElementClass);
|
|
180
|
-
}
|
|
181
|
-
return html `<div class="${prefix}--chain-of-thought">
|
|
182
|
-
<button
|
|
183
|
-
class="${prefix}--chain-of-thought-button"
|
|
184
|
-
@click=${toggle}
|
|
185
|
-
aria-expanded=${open}
|
|
186
|
-
aria-controls=${_chainOfThoughtPanelID}
|
|
187
|
-
>
|
|
188
|
-
<span class="${prefix}--chain-of-thought-button-chevron"
|
|
189
|
-
>${iconLoader(ChevronRight16)}</span
|
|
190
|
-
>
|
|
191
|
-
${explainabilityText}
|
|
192
|
-
</button>
|
|
193
|
-
<div
|
|
194
|
-
id=${_chainOfThoughtPanelID}
|
|
195
|
-
class="${prefix}--chain-of-thought-content"
|
|
196
|
-
?hidden=${!open}
|
|
197
|
-
>
|
|
198
|
-
<div class="${prefix}--chain-of-thought-inner-content">
|
|
199
|
-
${accordionContent(customElementClass)}
|
|
200
|
-
</div>
|
|
201
|
-
</div>
|
|
202
|
-
</div>`;
|
|
203
|
-
}
|
|
204
|
-
|
|
205
|
-
export { chainOfThoughtElementTemplate };
|
|
206
|
-
//# sourceMappingURL=chain-of-thought.template.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"chain-of-thought.template.js","sources":["../../../../src/components/chain-of-thought/src/chain-of-thought.template.ts"],"sourcesContent":[null],"names":[],"mappings":";;;;;;;;;;;;;;;;;;AAAA;;;;;;;AAOG;AAmBH,MAAM,qBAAqB,GAAG,CAAA,EAAG,MAAM,yBAAyB;AAChE,MAAM,uBAAuB,GAAG,CAAA,EAAG,MAAM,iDAAiD;AAE1F;;AAEG;AACH,SAAS,UAAU,CACjB,MAAgC,EAChC,wBAAgC,EAChC,qBAA6B,EAC7B,yBAAiC,EAAA;IAEjC,QAAQ,MAAM;QACZ,KAAK,wBAAwB,CAAC,UAAU;AACtC,YAAA,OAAO,IAAI,CAAA,CAAA;;sBAEK,yBAAyB,CAAA;6BAClB;QACzB,KAAK,wBAAwB,CAAC,OAAO;AACnC,YAAA,OAAO,IAAI,CAAA,CAAA;iBACA,uBAAuB,CAAA,EAAA,EAAK,wBAAwB,CAAC,OAAO,CAAA;sBACvD,qBAAqB,CAAA;WAChC,UAAU,CAAC,aAAa,CAAC,CAAA;QAC5B;AACJ,QAAA;AACE,YAAA,OAAO,IAAI,CAAA,CAAA;iBACA,uBAAuB,CAAA,EAAA,EAAK,wBAAwB,CAAC,OAAO,CAAA;sBACvD,wBAAwB,CAAA;WACnC,UAAU,CAAC,iBAAiB,CAAC,CAAA;QAChC;;AAER;AAEA,SAAS,wBAAwB,CAC/B,OAAe,EACf,KAAa,EACb,YAAoB,EACpB,kBAAyC,EAAA;IAEzC,MAAM,EACJ,qBAAqB,EACrB,gBAAgB,EAChB,YAAY,EACZ,gBAAgB,EAChB,MAAM,EACN,6BAA6B,EAC7B,uBAAuB,EACvB,QAAQ,EACR,YAAY,EACZ,YAAY,EACZ,cAAc,EACd,gBAAgB,GACjB,GAAG,kBAAkB;AAEtB,IAAA,OAAO,IAAI,CAAA,CAAA;aACA,qBAAqB,CAAA,CAAA,EAAI,qBAAqB,CAAA,CAAA,EAAI,YAAY,CAAA;;AAEzD,gBAAA,EAAA,qBAAqB,WAAW,KAAK,CAAA;;;iBAGtC,OAAO;gCACQ,qBAAqB;2BAC1B,gBAAgB;uBACpB,YAAY;4BACP,gBAAgB;eAC7B,MAAM;uCACkB,6BAA6B;iCACnC,uBAAuB;iBACvC,QAAQ;uBACF,YAAY;uBACZ,YAAY;wBACX,cAAc;0BACZ,gBAAgB;;SAEjC;AACT;AAEA;;AAEG;AACH,SAAS,cAAc,CACrB,IAAa,EACb,KAAa,EACb,YAAoB,EACpB,kBAAyC,EAAA;AAEzC,IAAA,MAAM,OAAO,GAAG,0BAA0B,CAAC,IAAI,CAAC;IAChD,IAAI,OAAO,EAAE;QACX,OAAO,wBAAwB,CAC7B,OAAO,EACP,KAAK,EACL,YAAY,EACZ,kBAAkB,CACnB;IACH;IACA,OAAO,IAAI,CAAA,CAAA,CAAE;AACf;AAEA,SAAS,oBAAoB,CAC3B,kBAAyC,EACzC,IAAkC,EAAA;AAElC,IAAA,MAAM,EACJ,cAAc,EACd,eAAe,EACf,aAAa,EACb,qBAAqB,EACrB,gBAAgB,EAChB,YAAY,EACZ,gBAAgB,EAChB,MAAM,EACN,6BAA6B,EAC7B,uBAAuB,EACvB,QAAQ,EACR,YAAY,EACZ,YAAY,EACZ,cAAc,EACd,gBAAgB,GACjB,GAAG,kBAAkB;AAEtB,IAAA,IAAI,IAAI,CAAC,IAAI,EAAE;AACb,QAAA,OAAO,IAAI,CAAA,CAAA,CAAA,EAAI,IAAI,CAAC;cAChB,IAAI,CAAA,CAAA;AACO,iBAAA,EAAA,qBAAqB,IAAI,qBAAqB,CAAA;;;;AAI1C,qBAAA,EAAA,IAAI,CAAC,WAAW;sCACD,qBAAqB;iCAC1B,gBAAgB;6BACpB,YAAY;kCACP,gBAAgB;qBAC7B,MAAM;6CACkB,6BAA6B;uCACnC,uBAAuB;uBACvC,QAAQ;6BACF,YAAY;6BACZ,YAAY;8BACX,cAAc;gCACZ,gBAAgB;;AAEjC,cAAA;AACT,cAAE,IAAI;AACN,IAAA,EAAA,IAAI,CAAC;cACH,IAAI,CAAA,CAAA;AACO,iBAAA,EAAA,qBAAqB,IAAI,qBAAqB,CAAA;;AAEzC,sBAAA,EAAA,qBAAqB,WAAW,aAAa,CAAA;AACzD,UAAA,EAAA,IAAI,CAAC,SAAS;AACX,cAAA;AACT,cAAE,IAAI;AACN,IAAA,EAAA,cAAc,CACd,IAAI,CAAC,OAAO,EAAE,IAAI,EAClB,cAAc,EACd,OAAO,EACP,kBAAkB,CACnB;AACC,IAAA,EAAA,cAAc,CACd,IAAI,CAAC,QAAQ,EAAE,OAAO,EACtB,eAAe,EACf,QAAQ,EACR,kBAAkB,CACnB,EAAE;IACL;IACA,OAAO,IAAI,CAAA,CAAA,CAAE;AACf;AAEA,SAAS,gBAAgB,CAAC,kBAAyC,EAAA;AACjE,IAAA,MAAM,EACJ,MAAM,EACN,IAAI,EACJ,sBAAsB,EACtB,YAAY,EACZ,mBAAmB,EACnB,wBAAwB,EACxB,qBAAqB,EACrB,yBAAyB,GAC1B,GAAG,kBAAkB;IAEtB,IAAI,IAAI,EAAE;AACR,QAAA,OAAO,IAAI,CAAA,CAAA,EAAG,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,KAAK,KAAI;AACvC,YAAA,MAAM,UAAU,GAAG,KAAK,GAAG,CAAC;AAC5B,YAAA,MAAM,UAAU,GAAG,CAAA,EAAG,sBAAsB,CAAA,MAAA,EAAS,UAAU,UAAU;AACzE,YAAA,MAAM,QAAQ,GAAG,CAAC,IAAI,CAAC,WAAW,IAAI,CAAC,IAAI,CAAC,OAAO,IAAI,CAAC,IAAI,CAAC,QAAQ;YACrE,OAAO,IAAI,CAAA,CAAA,YAAA,EAAe,MAAM,CAAA;;mBAEnB,MAAM,CAAA;AACN,iBAAA,EAAA,MAAK;AACZ,gBAAA,IAAI,CAAC,IAAI,GAAG,CAAC,IAAI,CAAC,IAAI;gBACtB,kBAAkB,CAAC,aAAa,EAAE;AAClC,gBAAA,MAAM,OAAO,GAAG,kBAAkB,CAAC,UAAU,EAAE,aAAa,CAC1D,CAAA,CAAA,EAAI,UAAU,CAAA,CAAE,CACK;gBACvB,IAAI,OAAO,EAAE;oBACX,YAAY,GAAG,IAAI,CAAC,IAAI,EAAE,OAAO,CAAC;gBACpC;YACF,CAAC;AACe,wBAAA,EAAA,IAAI,CAAC,IAAI;0BACT,UAAU;sBACd,QAAQ;;;qBAGT,MAAM,CAAA;6BACE,QAAQ;AACZ,uBAAA,EAAA,IAAI,CAAC,IAAI;eACnB,UAAU,CAAC,cAAc,CAAC,CAAA;;yBAEhB,MAAM,CAAA;AAChB,aAAA,EAAA,mBAAmB,CAAC;gBACrB,UAAU;gBACV,SAAS,EAAE,IAAI,CAAC,KAAK,IAAI,IAAI,CAAC,SAAS,IAAI,EAAE;aAC9C,CAAC,CAAA;;yBAEW,uBAAuB,CAAA;AACjC,aAAA,EAAA,UAAU,CACX,IAAI,CAAC,MAAM,IAAI,wBAAwB,CAAC,OAAO,EAC/C,wBAAwB,EACxB,qBAAqB,EACrB,yBAAyB,CAC1B,CAAA;;;;mBAIM,MAAM,CAAA;eACV,UAAU;oBACL,CAAC,IAAI,CAAC,IAAI;;AAElB,UAAA,EAAA,oBAAoB,CAAC,kBAAkB,EAAE,IAAI,CAAC;;aAE7C;QACT,CAAC,CAAC,EAAE;IACN;IAEA,OAAO,IAAI,CAAA,CAAA,CAAE;AACf;AAEA,SAAS,6BAA6B,CACpC,kBAAyC,EAAA;IAEzC,MAAM,EAAE,sBAAsB,EAAE,kBAAkB,EAAE,IAAI,EAAE,QAAQ,EAAE,GAClE,kBAAkB;AAEpB,IAAA,SAAS,MAAM,GAAA;AACb,QAAA,kBAAkB,CAAC,IAAI,GAAG,CAAC,kBAAkB,CAAC,IAAI;QAClD,QAAQ,GAAG,kBAAkB,CAAC,IAAI,EAAE,kBAAkB,CAAC;IACzD;IAEA,OAAO,IAAI,CAAA,CAAA,YAAA,EAAe,MAAM,CAAA;;eAEnB,MAAM,CAAA;eACN,MAAM;sBACC,IAAI;sBACJ,sBAAsB;;qBAEvB,MAAM,CAAA;WAChB,UAAU,CAAC,cAAc,CAAC,CAAA;;QAE7B,kBAAkB;;;WAGf,sBAAsB;eAClB,MAAM,CAAA;AACL,cAAA,EAAA,CAAC,IAAI;;oBAED,MAAM,CAAA;UAChB,gBAAgB,CAAC,kBAAkB,CAAC;;;SAGrC;AACT;;;;"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Attempts to parse the given value into a markdown string. If the value is an object or a JSON string,
|
|
3
|
-
* it is pretty printed as a code block. Otherwise, string content is returned as-is and other primitives are
|
|
4
|
-
* converted to strings.
|
|
5
|
-
*
|
|
6
|
-
* @param data The value to normalize.
|
|
7
|
-
* @returns Markdown formatted string or `undefined` if the value cannot be represented.
|
|
8
|
-
*/
|
|
9
|
-
declare function parseUnknownDataToMarkdown(data: unknown): string | undefined;
|
|
10
|
-
export { parseUnknownDataToMarkdown };
|
|
@@ -1,50 +0,0 @@
|
|
|
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
|
-
/*
|
|
9
|
-
* Copyright IBM Corp. 2025
|
|
10
|
-
*
|
|
11
|
-
* This source code is licensed under the Apache-2.0 license found in the
|
|
12
|
-
* LICENSE file in the root directory of this source tree.
|
|
13
|
-
*
|
|
14
|
-
* @license
|
|
15
|
-
*/
|
|
16
|
-
/**
|
|
17
|
-
* Attempts to parse the given value into a markdown string. If the value is an object or a JSON string,
|
|
18
|
-
* it is pretty printed as a code block. Otherwise, string content is returned as-is and other primitives are
|
|
19
|
-
* converted to strings.
|
|
20
|
-
*
|
|
21
|
-
* @param data The value to normalize.
|
|
22
|
-
* @returns Markdown formatted string or `undefined` if the value cannot be represented.
|
|
23
|
-
*/
|
|
24
|
-
function parseUnknownDataToMarkdown(data) {
|
|
25
|
-
if (!data) {
|
|
26
|
-
return undefined;
|
|
27
|
-
}
|
|
28
|
-
try {
|
|
29
|
-
if (typeof data === "object") {
|
|
30
|
-
return `\`\`\`\n${JSON.stringify(data, null, 2)}\n\`\`\`\n`;
|
|
31
|
-
}
|
|
32
|
-
if (typeof data === "string") {
|
|
33
|
-
try {
|
|
34
|
-
const parsed = JSON.parse(data);
|
|
35
|
-
return `\`\`\`\n${JSON.stringify(parsed, null, 2)}\n\`\`\`\n`;
|
|
36
|
-
}
|
|
37
|
-
catch (_error) {
|
|
38
|
-
return data;
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
return String(data);
|
|
42
|
-
}
|
|
43
|
-
catch (error) {
|
|
44
|
-
console.error("Cannot parse step content", error);
|
|
45
|
-
return undefined;
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
export { parseUnknownDataToMarkdown };
|
|
50
|
-
//# sourceMappingURL=parse-unknown-data-to-markdown.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"parse-unknown-data-to-markdown.js","sources":["../../../../src/components/chain-of-thought/src/parse-unknown-data-to-markdown.ts"],"sourcesContent":[null],"names":[],"mappings":";;;;;;;AAAA;;;;;;;AAOG;AAEH;;;;;;;AAOG;AACH,SAAS,0BAA0B,CAAC,IAAa,EAAA;IAC/C,IAAI,CAAC,IAAI,EAAE;AACT,QAAA,OAAO,SAAS;IAClB;AAEA,IAAA,IAAI;AACF,QAAA,IAAI,OAAO,IAAI,KAAK,QAAQ,EAAE;AAC5B,YAAA,OAAO,CAAA,QAAA,EAAW,IAAI,CAAC,SAAS,CAAC,IAAI,EAAE,IAAI,EAAE,CAAC,CAAC,CAAA,UAAA,CAAY;QAC7D;AAEA,QAAA,IAAI,OAAO,IAAI,KAAK,QAAQ,EAAE;AAC5B,YAAA,IAAI;gBACF,MAAM,MAAM,GAAG,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC;AAC/B,gBAAA,OAAO,CAAA,QAAA,EAAW,IAAI,CAAC,SAAS,CAAC,MAAM,EAAE,IAAI,EAAE,CAAC,CAAC,CAAA,UAAA,CAAY;YAC/D;YAAE,OAAO,MAAM,EAAE;AACf,gBAAA,OAAO,IAAI;YACb;QACF;AAEA,QAAA,OAAO,MAAM,CAAC,IAAI,CAAC;IACrB;IAAE,OAAO,KAAK,EAAE;AACd,QAAA,OAAO,CAAC,KAAK,CAAC,2BAA2B,EAAE,KAAK,CAAC;AACjD,QAAA,OAAO,SAAS;IAClB;AACF;;;;"}
|