@coveo/atomic-react 3.11.11 → 3.11.12
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/dist/cjs/atomic-react.cjs +3 -3
- package/dist/cjs/atomic-react.cjs.map +1 -1
- package/dist/cjs/commerce/atomic-react.cjs +3 -3
- package/dist/cjs/commerce/atomic-react.cjs.map +1 -1
- package/dist/cjs/recommendation/atomic-react.cjs +3 -3
- package/dist/cjs/recommendation/atomic-react.cjs.map +1 -1
- package/package.json +4 -6
|
@@ -6958,7 +6958,7 @@ function getWindow$1() {
|
|
|
6958
6958
|
}
|
|
6959
6959
|
function getAtomicEnvironment(headlessVersion) {
|
|
6960
6960
|
return {
|
|
6961
|
-
version: "3.55.
|
|
6961
|
+
version: "3.55.2",
|
|
6962
6962
|
headlessVersion
|
|
6963
6963
|
};
|
|
6964
6964
|
}
|
|
@@ -14975,7 +14975,7 @@ const copy_button_tw_css = styles$a;
|
|
|
14975
14975
|
const styles$9 = lit.css`.feedback-buttons [part=feedback-button]{height:2.2rem;width:2.2rem}`;
|
|
14976
14976
|
const feedback_buttons_tw_css = styles$9;
|
|
14977
14977
|
|
|
14978
|
-
const styles$8 = lit.css
|
|
14978
|
+
const styles$8 = lit.css`/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */[part=generated-text]{--font-size:var(--atomic-text-lg);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height)}[part=generated-text].cursor:after{animation:cursor-blink 1.5s steps(2) infinite;background-color:var(--atomic-neutral-dark);content:"";display:inline-block;height:1em;margin-left:.1em;vertical-align:text-bottom;width:8px}`;
|
|
14979
14979
|
const generated_text_tw_css = styles$8;
|
|
14980
14980
|
|
|
14981
14981
|
const baseStyle = lit.css`/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */@keyframes cursor-blink{0%{opacity:0}}@keyframes generation-steps-rolodex{0%{opacity:.75;transform:translateY(105%)rotateX(-82deg)}to{opacity:1;transform:translateY(0)rotateX(0)}}[part=container]{contain:layout;container-type:inline-size}.footer{display:flex}.footer .source-citations{margin-right:calc(var(--spacing,.25rem)*2)}@container (max-width:37.5rem){.footer{flex-direction:column;gap:calc(var(--spacing,.25rem)*4)}.footer .source-citations{margin-right:calc(var(--spacing,.25rem)*0)}[part=generated-answer-footer]{flex-direction:column;gap:calc(var(--spacing,.25rem)*1)}}@media not all and (min-width:768px){.footer{flex-direction:column;gap:calc(var(--spacing,.25rem)*4)}.footer .source-citations{margin-right:calc(var(--spacing,.25rem)*0)}[part=generated-answer-footer]{flex-direction:column;gap:calc(var(--spacing,.25rem)*1)}}@container (max-width:25rem){.footer{margin-top:calc(var(--spacing,.25rem)*4)}.footer .feedback-buttons{position:relative;right:calc(var(--spacing,.25rem)*0);top:calc(var(--spacing,.25rem)*0)}}.is-collapsible{justify-content:space-between}.is-collapsible [part=answer-show-button]{display:flex}[part=header-icon]{color:var(--atomic-primary)}[part=feedback-and-copy-buttons]{min-width:var(--atomic-generated-answer-actions-reserved-width,8rem)}[part=header-icon] svg,[part=header-icon] svg *{fill:currentColor;stroke:currentColor}.generating-label-visible [part=is-generating]{display:flex}[part=agent-generation-status] .generation-steps-container{display:inline-flex;overflow:hidden;perspective:700px}[part=agent-generation-status] .generation-steps-value{animation:generation-steps-rolodex 1s cubic-bezier(.22,.9,.26,1) both;backface-visibility:hidden;display:inline-block;transform-origin:50% 100%;white-space:nowrap;will-change:transform}[part=generated-container].answer-collapsed{max-height:var(--atomic-crga-collapsed-height,16rem);overflow:hidden;position:relative}[part=generated-container].answer-collapsed:before{background:linear-gradient(transparent calc(var(--atomic-crga-collapsed-height,16rem)*.7),var(--atomic-background));content:"";height:100%;left:calc(var(--spacing,.25rem)*0);position:absolute;top:calc(var(--spacing,.25rem)*0);width:100%}[part=generated-container].answer-collapsed .feedback-buttons{display:none}[part=generated-content-container] .agent-scrollable{height:var(--atomic-generated-answer-content-fixed-height,50vh);overflow-y:auto}.query-text{-webkit-line-clamp:3;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}`;
|
|
@@ -18395,7 +18395,7 @@ class AtomicGeneratedAnswerThreadItem extends lit.LitElement {
|
|
|
18395
18395
|
<div class="flex w-[10px] shrink-0 justify-center">
|
|
18396
18396
|
${when_js.when(this.hideLine, ()=>lit.html``, ()=>lit.html`<span class=${timelineConnectorClasses}> </span>`)}
|
|
18397
18397
|
</div>
|
|
18398
|
-
<div id=${this.contentId} class="pl-2 py-1.5">
|
|
18398
|
+
<div id=${this.contentId} class="min-w-0 pl-2 py-1.5">
|
|
18399
18399
|
<div
|
|
18400
18400
|
class="mb-2"
|
|
18401
18401
|
?hidden=${!this.isExpanded}
|