botframework-webchat-fluent-theme 4.18.1-main.20240831.f4058ce → 4.18.1-main.20240911.3e47786
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/botframework-webchat-fluent-theme.css.map +1 -1
- package/dist/botframework-webchat-fluent-theme.d.mts +2 -0
- package/dist/botframework-webchat-fluent-theme.d.ts +2 -0
- package/dist/botframework-webchat-fluent-theme.development.css.map +1 -1
- package/dist/botframework-webchat-fluent-theme.development.js +8 -8
- package/dist/botframework-webchat-fluent-theme.development.js.map +1 -1
- package/dist/botframework-webchat-fluent-theme.js +1 -1
- package/dist/botframework-webchat-fluent-theme.js.map +1 -1
- package/dist/botframework-webchat-fluent-theme.mjs +1 -1
- package/dist/botframework-webchat-fluent-theme.mjs.map +1 -1
- package/dist/botframework-webchat-fluent-theme.production.min.css.map +1 -1
- package/dist/botframework-webchat-fluent-theme.production.min.js +8 -8
- package/dist/botframework-webchat-fluent-theme.production.min.js.map +1 -1
- package/package.json +4 -4
- package/src/components/activity/ActivityDecorator.module.css +35 -17
- package/src/components/activity/CopilotMessageHeader.module.css +5 -3
- package/src/components/activity/CopilotMessageHeader.tsx +20 -12
- package/src/components/activity/index.ts +1 -0
- package/src/components/activity/private/isAIGeneratedActivity.ts +5 -0
- package/src/components/activity/private/useActivityAuthor.ts +16 -0
- package/src/components/activity/private/useActivityStyleOptions.ts +19 -0
- package/src/components/decorator/private/BorderFlair.module.css +4 -0
- package/src/components/decorator/private/BorderFlair.tsx +15 -2
- package/src/components/linerActivity/private/LinerActivity.tsx +1 -1
- package/src/components/linerActivity/private/LinerMessageActivity.module.css +4 -0
- package/src/components/preChatActivity/PreChatMessageActivity.module.css +21 -7
- package/src/components/preChatActivity/PreChatMessageActivity.tsx +32 -26
- package/src/components/preChatActivity/StarterPromptsCardAction.module.css +55 -16
- package/src/components/preChatActivity/StarterPromptsCardAction.tsx +30 -24
- package/src/components/preChatActivity/StarterPromptsToolbar.tsx +23 -10
- package/src/components/sendBox/Attachments.tsx +5 -4
- package/src/components/sendBox/SendBox.module.css +7 -0
- package/src/components/sendBox/SendBox.tsx +31 -17
- package/src/components/sendBox/TextArea.tsx +50 -30
- package/src/components/sendBox/Toolbar.module.css +7 -1
- package/src/components/sendBox/Toolbar.tsx +17 -7
- package/src/components/suggestedActions/AccessibleButton.tsx +15 -13
- package/src/components/suggestedActions/SuggestedAction.module.css +8 -7
- package/src/components/suggestedActions/SuggestedAction.tsx +7 -4
- package/src/components/suggestedActions/SuggestedActions.tsx +3 -2
- package/src/components/theme/Theme.module.css +19 -8
- package/src/private/FluentThemeProvider.tsx +2 -0
- package/src/testIds.ts +2 -0
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import{injectMetaTag as On}from"inject-meta-tag";import{Components as Dn}from"botframework-webchat-component";import T,{memo as In}from"react";import fa from"classnames";import Ve,{memo as va}from"react";import{useContext as na,useMemo as ia}from"react";import{createContext as ra}from"react";import ea,{memo as ta,useMemo as aa}from"react";function ee({Provider:e},{defaults:t,displayName:a}){let r=({children:o,...l})=>{let c=aa(()=>Object.freeze({...t,...l}),[l]);return ea.createElement(e,{value:c},o)};return r.displayName=a,ta(r)}var te=ra(new Proxy({},{get(){throw new Error("Unable to use VariantContext without VariantComposer")}})),oa=ee(te,{defaults:{variant:""},displayName:"VariantComposer"}),De=oa;function V(){let{variant:e}=na(te);return ia(()=>e.split(" "),[e])}var ca=".webchat-fluent .r{display:contents;font-family:var(--webchat__font--primary);--webchat__bubble--inline-padding: var(--webchat-spacingHorizontalL);--webchat__bubble--block-padding: var(--webchat-spacingVerticalM);--webchat__bubble--min-height: var(--webchat-bubble-minHeight);--webchat__bubble--max-width: var(--webchat-bubble-maxWidth);--webchat-bubble-maxWidth: var(--bubble-maxWidth, 450px);--webchat-bubble-minHeight: var(--bubble-minHeight, 36px);--webchat-externalLink-mask: var(--externalLink-mask, var(--webchat__icon-url--external-link) center center / 10px 10px);--webchat-externalLink-maxWidth: var(--externalLink-maxWidth, 204px)}.webchat-fluent .r:has(.webchat__stacked-layout .webchat__bubble--from-user){--webchat__bubble--background-color: var(--webchat-colorBrandBackground2);--webchat__bubble--block-padding: var(--webchat-spacingVerticalS)}.webchat-fluent .r._{--webchat__bubble--background-color: var(--webchat-colorNeutralBackground1);--webchat__bubble--border-radius: var(--webchat-borderRadiusXLarge);--webchat__bubble--box-shadow: var(--webchat-shadow4)}.webchat-fluent .r.m{--webchat__bubble--border-radius: var(--webchat-borderRadiusXLarge)}.webchat-fluent .r.m:not(:has(.webchat__bubble--from-user)){--webchat__bubble--block-padding: var(--webchat-spacingVerticalS) var(--webchat-spacingVerticalXXS);--webchat__bubble--border-radius: var(--webchat-borderRadiusSmall);--webchat__bubble--inline-padding: 32px var(--webchat-spacingHorizontalNone)}.webchat-fluent .r.m:not(:has(.webchat__bubble--from-user)) .webchat__stacked-layout__status{display:none}.webchat-fluent .r.m .webchat__activity-status{margin:0 0 var(--webchat-spacingHorizontalXXS)}.webchat-fluent .r.m .webchat__stacked-layout__status{order:-1}.webchat-fluent .r.m:not(:has(.webchat__bubble--from-user)) .webchat__stacked-layout .webchat__bubble .webchat__text-content{padding-block:calc(var(--webchat-spacingVerticalS) + 20px) var(--webchat-spacingVerticalXXS)}.webchat-fluent .r.m:not(:has(.webchat__bubble--from-user)) .webchat__stacked-layout .webchat__bubble{margin-block-start:-24px;margin-inline-start:-4px}.webchat-fluent .r .webchat__basic-transcript__activity-body:not(:empty){padding-block-end:var(--webchat-spacingVerticalXL)}.webchat-fluent .r .webchat__stacked-layout{display:flex;flex-flow:column nowrap}.webchat-fluent .r .webchat__stacked-layout .webchat__stacked-layout__content:has(.webchat__bubble){overflow:visible}.webchat-fluent .r .webchat__stacked-layout .webchat__stacked-layout__status{font-size:var(--webchat__font-size--small);line-height:var(--webchat__line-height--small)}.webchat-fluent .r .webchat__stacked-layout .webchat__bubble{max-width:var(--webchat__bubble--max-width);overflow:visible}.webchat-fluent .r .webchat__stacked-layout .webchat__bubble .webchat__bubble__content{background-color:var(--webchat__bubble--background-color);border-radius:var(--webchat__bubble--border-radius);border-width:0;box-sizing:border-box;color:var(--webchat-colorNeutralForeground1);min-height:var(--webchat__bubble--min-height)}.webchat-fluent .r .webchat__stacked-layout .webchat__bubble .webchat__text-content{font-size:var(--webchat__font-size--medium);line-height:var(--webchat__line-height--medium);min-height:auto;padding-block:var(--webchat__bubble--block-padding);padding-inline:var(--webchat__bubble--inline-padding)}.webchat-fluent .r .webchat__stacked-layout .webchat__bubble .webchat__bubble__content:before{border-radius:inherit;box-shadow:var(--webchat__bubble--box-shadow);content:\"\";inset:0;isolation:isolate;pointer-events:none;position:absolute}.webchat-fluent .r .webchat__render-markdown a[href]:not(.webchat__render-markdown__pure-identifier){color:var(--webchat-colorBrandForegroundLink);text-decoration-color:transparent}.webchat-fluent .r .webchat__render-markdown a[href]:not(.webchat__render-markdown__pure-identifier):target{color:var(--webchat-colorBrandForegroundLinkSelected)}.webchat-fluent .r .webchat__render-markdown a[href]:not(.webchat__render-markdown__pure-identifier):hover{color:var(--webchat-colorBrandForegroundLinkHover);text-decoration:underline 1px currentColor}.webchat-fluent .r .webchat__render-markdown a[href]:not(.webchat__render-markdown__pure-identifier):active{color:var(--webchat-colorBrandForegroundLinkPressed)}.webchat-fluent .r .webchat__render-markdown a[href]:not(.webchat__render-markdown__pure-identifier):focus-visible{outline:none;text-decoration:underline 1px double var(--webchat-colorStrokeFocus2)}.webchat-fluent .r .webchat__render-markdown a[href]:not(.webchat__render-markdown__pure-identifier) .webchat__render-markdown__external-link-icon{background:currentColor;-webkit-mask:var(--webchat__icon-url--external-link) no-repeat;mask:var(--webchat__icon-url--external-link) no-repeat}.webchat-fluent .r .webchat__render-markdown .webchat__render-markdown__citation,.webchat-fluent .r .webchat__render-markdown .webchat__render-markdown__pure-identifier{align-items:center;background-color:var(--webchat-colorNeutralBackground3);border-radius:var(--webchat-borderRadiusMedium);border:var(--webchat-strokeWidthThin) solid var(--webchat-colorNeutralStroke2);box-sizing:border-box;color:var(--webchat-colorNeutralForeground2);display:inline-flex;font-size:var(--webchat-fontSizeBase100);font-weight:var(--webchat-fontWeightSemibold);height:14px;justify-content:center;line-height:var(--webchat-lineHeightBase100);margin-left:var(--webchat-spacingHorizontalXXS);margin-right:var(--webchat-spacingHorizontalXXS);min-width:14px;text-decoration:none;transition:all var(--webchat-durationNormal) var(--webchat-curveDecelerateMid);vertical-align:calc((var(--webchat-lineHeightBase100) - var(--webchat-fontSizeBase100)) / 2)}:is(.webchat-fluent .r .webchat__render-markdown .webchat__render-markdown__citation,.webchat-fluent .r .webchat__render-markdown .webchat__render-markdown__pure-identifier):hover{background-color:var(--webchat-colorBrandBackground2Hover);border-color:var(--webchat-colorBrandStroke2Hover);color:var(--webchat-colorBrandForeground2Hover);cursor:pointer}:is(.webchat-fluent .r .webchat__render-markdown .webchat__render-markdown__citation,.webchat-fluent .r .webchat__render-markdown .webchat__render-markdown__pure-identifier):hover:active{background-color:var(--webchat-colorBrandBackground2Pressed);border-color:var(--webchat-colorBrandStroke2Pressed);color:var(--webchat-colorBrandForeground2Pressed)}:is(.webchat-fluent .r .webchat__render-markdown .webchat__render-markdown__citation,.webchat-fluent .r .webchat__render-markdown .webchat__render-markdown__pure-identifier):before,:is(.webchat-fluent .r .webchat__render-markdown .webchat__render-markdown__citation,.webchat-fluent .r .webchat__render-markdown .webchat__render-markdown__pure-identifier):after{all:unset}:is(.webchat-fluent .r .webchat__render-markdown .webchat__render-markdown__citation,.webchat-fluent .r .webchat__render-markdown .webchat__render-markdown__pure-identifier):has(.webchat__render-markdown__external-link-icon){padding-inline:3px}:is(.webchat-fluent .r .webchat__render-markdown .webchat__render-markdown__citation,.webchat-fluent .r .webchat__render-markdown .webchat__render-markdown__pure-identifier) .webchat__render-markdown__external-link-icon{background:currentColor;height:.7em;-webkit-mask:var(--webchat__icon-url--external-link) no-repeat;mask:var(--webchat__icon-url--external-link) no-repeat}.webchat-fluent .r .webchat__link-definitions__header .webchat__link-definitions__header-text{color:var(--webchat-colorNeutralForeground3)}.webchat-fluent .r .webchat__link-definitions__header .webchat__link-definitions__header-chevron{fill:var(--webchat-colorNeutralForeground3);font-size:var(--webchat__font-size--small);width:1em}.webchat-fluent .r .webchat__link-definitions{--webchat__citation__external-link--mask: var(--webchat-externalLink-mask);--webchat__citation__link--max-width: var(--webchat-externalLink-maxWidth)}.webchat-fluent .r .webchat__link-definitions .webchat__link-definitions__list{color:var(--webchat__color--subtle);display:flex;flex-flow:row wrap;gap:var(--webchat-spacingHorizontalS)}.webchat-fluent .r .webchat__link-definitions .webchat__link-definitions__list-item{border-radius:var(--webchat-borderRadiusMedium);max-width:var(--webchat__citation__link--max-width)}.webchat-fluent .r .webchat__link-definitions .webchat__link-definitions__list-item-box{background-color:var(--webchat-colorNeutralBackground3);border-radius:var(--webchat-borderRadiusMedium);border:var(--webchat-strokeWidthThin) solid var(--webchat-colorNeutralStroke2);box-sizing:border-box;color:currentColor;display:inline-flex;font-size:var(--webchat__font-size--small);height:24px;padding-inline-end:var(--webchat-spacingHorizontalS)}.webchat-fluent .r .webchat__link-definitions .webchat__link-definitions__list-item-body{font-family:inherit;gap:var(--webchat-spacingHorizontalSNudge);min-width:0;padding:0}.webchat-fluent .r .webchat__link-definitions .webchat__link-definitions__badge{align-self:center;background-color:transparent;border-radius:0;border:none;color:currentColor;font-size:var(--webchat-fontSizeBase100);font-weight:var(--webchat-fontWeightSemibold);line-height:var(--webchat-lineHeightBase100);margin:0;min-width:20px;padding:0;position:relative;text-align:center}.webchat-fluent .r .webchat__link-definitions .webchat__link-definitions__badge:after{border-right:var(--webchat-strokeWidthThin) solid var(--webchat-colorNeutralStroke2);bottom:0;content:\"\";display:block;height:16px;position:absolute;right:0;top:0;width:0}.webchat-fluent .r .webchat__link-definitions .webchat__link-definitions__list-item-main-text{gap:var(--webchat-spacingHorizontalXS)}.webchat-fluent .r .webchat__link-definitions .webchat__link-definitions__list-item-text{color:currentColor;text-decoration:none;text-overflow:ellipsis}.webchat-fluent .r .webchat__link-definitions .webchat__link-definitions__list-item-main-text:has(.webchat__link-definitions__open-in-new-window-icon):before{align-self:center;background:currentColor;color:currentColor;content:\"\";flex:none;font-size:var(--webchat-fontSizeBase400);height:1em;-webkit-mask:var(--webchat__citation__external-link--mask) no-repeat;mask:var(--webchat__citation__external-link--mask) no-repeat;padding:0;width:1em}.webchat-fluent .r .webchat__link-definitions .webchat__link-definitions__open-in-new-window-icon{display:none}.webchat-fluent .f{align-items:center;cursor:default;display:flex;flex-wrap:nowrap;gap:var(--webchat-spacingHorizontalS);margin-inline-start:var(--webchat-spacingVerticalMNudge);padding-block-start:var(--webchat-spacingVerticalXS);position:relative;z-index:1}.webchat-fluent .k{aspect-ratio:1;background-color:var(--background-color);border-radius:var(--webchat-borderRadiusSmall);width:20px}.webchat-fluent .x{font-size:var(--webchat-fontSizeBase300);font-weight:var(--webchat-fontWeightSemibold);line-height:var(--webchat-lineHeightBase300);max-width:240px;overflow:hidden;text-overflow:ellipsis;text-wrap:nowrap}.webchat-fluent .F{align-items:center;background-color:var(--webchat-colorNeutralBackground5);border-radius:var(--webchat-borderRadiusMedium);color:var(--webchat-colorNeutralForeground3);display:flex;font-size:var(--webchat-fontSizeBase100);height:20px;line-height:var(--webchat-lineHeightBase100);padding-inline:4px}.webchat-fluent .B{box-sizing:border-box;display:grid;gap:var(--webchat-spacingHorizontalXXXL);grid-template-areas:\"body\" \"toolbar\";grid-template-rows:auto auto;padding:var(--webchat-spacingHorizontalXXXL) var(--webchat-spacingHorizontalM);position:relative}.webchat-fluent .o{font-family:var(--webchat-fontFamilyBase);font-size:var(--webchat-fontSizeBase300);font-weight:var(--webchat-fontWeightRegular);grid-area:body;line-height:var(--webchat-lineHeightBase300);text-align:center}.webchat-fluent .y{opacity:60%}.webchat-fluent .o h2{color:var(--webchat-colorNeutralForeground1);font-family:inherit;font-weight:var(--webchat-fontWeightSemibold);font-size:var(--webchat-fontSizeHero700);line-height:var(--webchat-lineHeightHero700);margin:var(--webchat-spacingVerticalL) 0 0}.webchat-fluent .o img{border-radius:4px;height:64px}.webchat-fluent .N{grid-area:toolbar}.webchat-fluent .S{-webkit-appearance:none;appearance:none;background-color:var(--webchat-colorNeutralBackground1);border:0;border-radius:16px;box-shadow:var(--webchat-shadow2);color:var(--webchat-colorNeutralForeground1);cursor:pointer;display:grid;gap:8px;grid-template-areas:\"title\" \"subtitle\";grid-template-columns:1fr;grid-template-rows:auto 1fr;overflow:hidden;padding:16px 20px;text-align:left;-webkit-user-select:none;user-select:none}.webchat-fluent .S:has(.t){grid-template-areas:\"image title\" \"image subtitle\";grid-template-columns:20px 1fr}.webchat-fluent .S:disabled{cursor:default}.webchat-fluent .S:disabled:not(:empty){background-color:var(--webchat-colorNeutralBackgroundDisabled)}.webchat-fluent .S:hover:not(:disabled){background-color:var(--webchat-colorNeutralBackground1Hover)}.webchat-fluent .S:active:not(:disabled){background-color:var(--webchat-colorNeutralBackground1Pressed)}.webchat-fluent .S:focus-visible{outline:solid 2px var(--webchat-colorStrokeFocus2);outline-offset:-2px}.webchat-fluent .S:empty:before{content:\"\";display:block;width:66%;height:18px;background-color:var(--webchat-colorNeutralBackground6);border-radius:18px;opacity:1}.webchat-fluent .S:empty:after{content:\"\";display:block;width:100%;height:16px;background-color:var(--webchat-colorNeutralBackground6);border-radius:16px;opacity:.8}.webchat-fluent .t{grid-area:image;height:20px;width:20px}.webchat-fluent .z{font-family:var(--webchat-fontFamilyBase);font-size:14px;font-weight:var(--webchat-fontWeightRegular);grid-area:subtitle;line-height:20px;pointer-events:none}.webchat-fluent .H{font-family:var(--webchat-fontFamilyBase);font-size:14px;font-weight:var(--webchat-fontWeightSemibold);grid-area:title;line-height:20px}.webchat-fluent .L{container-name:c;container-type:inline-size}.webchat-fluent .l{display:grid;gap:var(--webchat-spacingHorizontalM);grid-template-columns:1fr 1fr 1fr;padding:0}@container c (width <= 480px){.webchat-fluent .l{grid-template-columns:1fr}}.webchat-fluent .X{background-color:var(--webchat-colorNeutralBackground4);border-radius:inherit;cursor:copy;display:grid;gap:8px;inset:0;place-content:center;place-items:center;position:absolute}.webchat-fluent .W{background-color:#e00;color:#fff}.webchat-fluent .M{height:36px;pointer-events:none;width:36px}.webchat-fluent .V{align-items:center;background:transparent;border-radius:8px;border:1px solid var(--webchat-colorBrandStroke2);color:currentColor;cursor:pointer;display:flex;font-size:12px;gap:4px;padding:4px 8px;text-align:start;transition:all .15s ease-out}@media (hover: hover){.webchat-fluent .V:not([aria-disabled=true]):hover{background-color:var(--webchat-colorBrandBackground2Hover);color:var(--webchat-colorBrandForeground2Hover)}}.webchat-fluent .V:not([aria-disabled=true]):active{background-color:var(--webchat-colorBrandBackground2Pressed);color:var(--webchat-colorBrandForeground2Pressed)}.webchat-fluent .V[aria-disabled=true]{color:var(--webchat-colorNeutralForegroundDisabled);cursor:not-allowed}.webchat-fluent .R{font-size:12px;height:1em;width:1em}.webchat-fluent .P{align-items:flex-end;align-self:flex-end;display:flex;flex-direction:column;gap:8px}.webchat-fluent .P:not(:empty){padding-block-end:8px;padding-inline-start:4px}.webchat-fluent .P.T{flex-direction:row;flex-wrap:wrap;justify-content:flex-end}.webchat-fluent .P.D{flex-direction:column}.webchat-fluent .i{-webkit-user-select:none;align-items:center;-webkit-appearance:none;appearance:none;background-color:#fff;border-radius:100%;border:solid 1px var(--webchat-colorNeutralStroke1);color:var(--webchat-colorGray200);font-weight:var(--webchat-fontWeightSemibold);cursor:pointer;display:flex;flex-direction:column;height:60px;opacity:.7;padding:0;position:relative;touch-action:none;user-select:none;width:60px}.webchat-fluent .i:hover{background-color:var(--webchat-colorGray30)}.webchat-fluent .b{color:var(--webchat-colorGray190);font-size:10px}.webchat-fluent .n{font-size:24px;margin-top:8px}.webchat-fluent .C .i{height:32px;justify-content:center;margin:8px 4px;width:32px}.webchat-fluent .C .b{display:none}.webchat-fluent .C .n{font-size:20px;margin-top:0}.webchat-fluent .G{align-items:center;background:var(--webchat-colorNeutralBackground1);border:none;border-radius:var(--webchat-borderRadiusXLarge);display:flex;flex-direction:column;font-family:var(--webchat-fontFamilyBase);justify-content:center}.webchat-fluent .U{box-sizing:border-box;display:grid;gap:16px;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(4,1fr);justify-items:center;padding:16px;width:100%}.webchat-fluent .j{align-items:center;color:var(--webchat-colorNeutralForeground4);display:flex;font-size:12px;gap:6px;margin-block-end:6px}.webchat-fluent .A{color:var(--webchat-colorBrandForegroundLink);text-decoration-color:transparent}.webchat-fluent .A:target{color:var(--webchat-colorBrandForegroundLinkSelected)}.webchat-fluent .A:hover{color:var(--webchat-colorBrandForegroundLinkHover);text-decoration:underline 1px currentColor}.webchat-fluent .A:active{color:var(--webchat-colorBrandForegroundLinkPressed)}.webchat-fluent .A:focus-visible{outline:none;text-decoration:underline 1px double var(--webchat-colorStrokeFocus2)}.webchat-fluent .I{display:flex;gap:4px;margin-inline-start:auto}.webchat-fluent .E{align-items:center;-webkit-appearance:none;appearance:none;aspect-ratio:1;background:transparent;border-radius:var(--webchat-borderRadiusSmall);border:none;color:currentColor;cursor:pointer;display:flex;justify-content:center;padding:3px;width:32px}.webchat-fluent .E>svg{font-size:20px;pointer-events:none}.webchat-fluent .E.q{color:var(--webchat-colorNeutralForeground2BrandSelected)}@media (hover: hover){.webchat-fluent .E:not([aria-disabled=true]):hover{color:var(--webchat-colorNeutralForeground2BrandHover)}}.webchat-fluent .E:not([aria-disabled=true]):active{color:var(--webchat-colorNeutralForeground2BrandPressed)}.webchat-fluent .E[aria-disabled=true]{color:var(--webchat-colorNeutralForegroundDisabled);cursor:not-allowed}.webchat-fluent .J{align-self:center;border-inline-end:1px solid var(--webchat-colorNeutralStroke2);height:28px}.webchat-fluent .J:is(:first-child,:last-child,:only-child){display:none}.webchat-fluent .K{display:grid}.webchat-fluent .O{font-size:0;height:0;opacity:0;width:1px}.webchat-fluent .Q{border-radius:var(--webchat-borderRadiusLarge);border:1px solid var(--webchat-colorNeutralStroke1);cursor:default;padding:6px 8px;width:fit-content}.webchat-fluent .Y{color:transparent;font-size:0;height:0;left:0;position:absolute;top:0;width:0}.webchat-fluent .Z{--webchat__sendbox--padding: var(--webchat__padding--sendbox);color:var(--webchat-colorNeutralForeground1);font-family:var(--webchat-fontFamilyBase);padding:var(--webchat__sendbox--padding);text-rendering:optimizeLegibility;--webchat-sendbox-attachment-area-active: ;--webchat-sendbox-border-radius: var(--webchat-borderRadiusLarge)}.webchat-fluent .aa{background-color:var(--webchat-colorNeutralBackground1);border-radius:var(--webchat-sendbox-border-radius);border:1px solid var(--webchat-colorNeutralStroke1);display:grid;font-family:var(--webchat-fontFamilyBase);font-size:14px;gap:6px;grid-template:[telephone-keypad-start] \"text-area\" [telephone-keypad-end] var(--webchat-sendbox-attachment-area-active) \"controls\" / [telephone-keypad] 1fr;line-height:20px;padding:8px;position:relative}.webchat-fluent .aa:has(.d){--webchat-sendbox-attachment-area-active: \"attachment\" }.webchat-fluent .aa:focus-within{border-color:var(--webchat-colorNeutralStroke1Selected)}.webchat-fluent .aa:after{border-bottom-left-radius:var(--webchat-sendbox-border-radius);border-bottom-right-radius:var(--webchat-sendbox-border-radius);border-bottom:var(--webchat-strokeWidthThicker) solid var(--webchat-colorCompoundBrandForeground1Hover);bottom:-1px;clip-path:inset(calc(100% - var(--webchat-strokeWidthThicker)) 50% 0 50%);content:\"\";height:var(--webchat-sendbox-border-radius);left:-1px;position:absolute;right:-1px;transition:clip-path var(--webchat-durationUltraFast) var(--webchat-curveAccelerateMid)}.webchat-fluent .aa:focus-within:after{clip-path:inset(calc(100% - var(--webchat-strokeWidthThicker)) 0 0 0);transition:clip-path var(--webchat-durationNormal) var(--webchat-curveDecelerateMid)}.webchat-fluent .aa>.ra{grid-area:text-area}.webchat-fluent .aa>.d{grid-area:attachment}.webchat-fluent .aa>.ea{grid-area:controls}.webchat-fluent .aa>.oa{grid-area:telephone-keypad}.webchat-fluent .ta{background-color:transparent;border:none;flex:auto;font-family:var(--webchat-fontFamilyBase);font-size:14px;line-height:20px;outline:none;padding:4px 4px 0;resize:none}@media only screen and (hover: none) and (pointer: coarse){.webchat-fluent .ta:focus-within{font-size:16px}}.webchat-fluent .ca{align-items:center;display:flex;padding-inline-start:4px}.webchat-fluent .la{color:var(--webchat-colorNeutralForeground4);cursor:default;font-family:var(--webchat-fontFamilyNumeric);font-size:10px;line-height:14px;margin-inline-end:4px}.webchat-fluent .ia{color:var(--webchat-colorStatusDangerForeground1)}.webchat-fluent .ba{display:grid;grid-template-areas:\"main\";max-height:200px;overflow:hidden}.webchat-fluent .na{height:0;visibility:collapse}.webchat-fluent .da{border:none;font:inherit;grid-area:main;outline:inherit;overflow-wrap:anywhere;resize:inherit;scrollbar-gutter:stable}.webchat-fluent .ha{overflow:hidden;visibility:hidden;white-space:pre-wrap}.webchat-fluent .wa{background-color:inherit;color:currentColor;height:100%;padding:0}.webchat-fluent .sa{scrollbar-color:unset;scrollbar-width:unset;-moz-scrollbar-color:var(--webchat-colorNeutralBackground5) var(--webchat-colorNeutralForeground2);-moz-scrollbar-width:thin}.webchat-fluent .sa::-webkit-scrollbar{width:8px}.webchat-fluent .sa::-webkit-scrollbar-track{background-color:var(--webchat-colorNeutralBackground5);border-radius:16px}.webchat-fluent .sa::-webkit-scrollbar-thumb{background-color:var(--webchat-colorNeutralForeground2);border-radius:16px}.webchat-fluent .sa::-webkit-scrollbar-corner{background-color:var(--webchat-colorNeutralBackground5)}.webchat-fluent.a{display:contents;--webchat-colorNeutralForegroundDisabled: var(--colorNeutralForegroundDisabled, #bdbdbd);--webchat-colorNeutralForeground1: var(--colorNeutralForeground1, #242424);--webchat-colorNeutralForeground1Hover: var(--colorNeutralForeground1Hover, #242424);--webchat-colorNeutralForeground1Pressed: var(--colorNeutralForeground1Pressed, #242424);--webchat-colorNeutralForeground2: var(--colorNeutralForeground2, #424242);--webchat-colorNeutralForeground2BrandHover: var(--colorNeutralForeground2BrandHover, #02729c);--webchat-colorNeutralForeground2BrandPressed: var(--colorNeutralForeground2BrandPressed, #01678c);--webchat-colorNeutralForeground2BrandSelected: var(--colorNeutralForeground2BrandSelected, #067191);--webchat-colorNeutralForeground3: var(--colorNeutralForeground3, #616161);--webchat-colorNeutralForeground4: var(--colorNeutralForeground4, #707070);--webchat-colorNeutralForeground5: var(--colorNeutralForeground5, #7e7e7e);--webchat-colorNeutralBackgroundDisabled: var(--colorNeutralBackgroundDisabled, #f0f0f0);--webchat-colorNeutralBackground1: var(--colorNeutralBackground1, #ffffff);--webchat-colorNeutralBackground1Hover: var(--colorNeutralBackground1Hover, #f5f5f5);--webchat-colorNeutralBackground1Pressed: var(--colorNeutralBackground1Pressed, #e0e0e0);--webchat-colorNeutralBackground3: var(--colorNeutralBackground3, #f5f5f5);--webchat-colorNeutralBackground4: var(--colorNeutralBackground4, #f0f0f0);--webchat-colorNeutralBackground5: var(--colorNeutralBackground5, #ebebeb);--webchat-colorNeutralBackground6: var(--colorNeutralBackground6, #e6e6e6);--webchat-colorTransparentBackground: var(--colorTransparentBackground, rgba(0, 0, 0, .4));--webchat-colorNeutralStrokeDisabled: var(--colorNeutralStrokeDisabled, #e0e0e0);--webchat-colorNeutralStroke1: var(--colorNeutralStroke1, #d1d1d1);--webchat-colorNeutralStroke1Hover: var(--colorNeutralStroke1Hover, #c7c7c7);--webchat-colorNeutralStroke1Pressed: var(--colorNeutralStroke1Pressed, #b3b3b3);--webchat-colorNeutralStroke1Selected: var(--colorNeutralStroke1Selected, #bdbdbd);--webchat-colorNeutralStroke2: var(--colorNeutralStroke2, #e0e0e0);--webchat-colorStrokeFocus2: var(--colorStrokeFocus2, #000000);--webchat-colorBrandStroke2: var(--colorBrandStroke2, #9edcf7);--webchat-colorBrandStroke2Pressed: var(--colorBrandStroke2Pressed, #01384d);--webchat-colorTransparentStroke: var(--colorTransparentStroke, transparent);--webchat-colorBrandForeground1: var(--colorBrandForeground1, #01678c);--webchat-colorBrandForeground2Hover: var(--colorBrandForeground2Hover, #015a7a);--webchat-colorBrandForeground2Pressed: var(--colorBrandForeground2Pressed, #01384d);--webchat-colorBrandForegroundLink: var(--colorBrandForegroundLink, #01678c);--webchat-colorBrandForegroundLinkHover: var(--colorBrandForegroundLinkHover, #015a7a);--webchat-colorBrandForegroundLinkPressed: var(--colorBrandForegroundLinkPressed, #014259);--webchat-colorBrandForegroundLinkSelected: var(--colorBrandForegroundLinkSelected, #01678c);--webchat-colorBrandBackground2: var(--colorBrandBackground2, #def2fc);--webchat-colorBrandBackground2Hover: var(--colorBrandBackground2Hover, #bee7fa);--webchat-colorBrandBackground2Pressed: var(--colorBrandBackground2Pressed, #7fd2f5);--webchat-colorCompoundBrandForeground1Hover: var(--colorCompoundBrandForeground1Hover, #02729c);--webchat-colorStatusDangerForeground1: var(--colorStatusDangerForeground1, #b10e1c);--webchat-colorGray30: var(--colorGray30, #edebe9);--webchat-colorGray160: var(--colorGray160, #323130);--webchat-colorGray190: var(--colorGray190, #201f1e);--webchat-colorGray200: var(--colorGray200, #1b1a19);--webchat-shadow2: var(--shadow2, 0 0 2px rgba(0, 0, 0, 12%), 0 1px 2px rgba(0, 0, 0, 14%));--webchat-shadow4: var(--shadow4, 0 0 2px rgba(0, 0, 0, .12), 0 2px 4px rgba(0, 0, 0, .14));--webchat-shadow16: var(--shadow16, 0 6.4px 14.4px 0 rgba(0, 0, 0, .132), 0 1.2px 3.6px 0 rgba(0, 0, 0, .108));--webchat-shadow64: var(--shadow64, 0 0 8px rgba(0, 0, 0, .12), 0 32px 64px rgba(0, 0, 0, .14));--webchat-spacingHorizontalNone: var(--spacingHorizontalNone, 0);--webchat-spacingHorizontalXXS: var(--spacingHorizontalXXS, 2px);--webchat-spacingHorizontalXS: var(--spacingHorizontalXS, 4px);--webchat-spacingHorizontalSNudge: var(--spacingHorizontalSNudge, 6px);--webchat-spacingHorizontalS: var(--spacingHorizontalS, 8px);--webchat-spacingHorizontalMNudge: var(--spacingHorizontalMNudge, 10px);--webchat-spacingHorizontalM: var(--spacingHorizontalM, 12px);--webchat-spacingHorizontalL: var(--spacingHorizontalL, 16px);--webchat-spacingHorizontalXL: var(--spacingHorizontalXL, 20px);--webchat-spacingHorizontalXXL: var(--spacingHorizontalXXL, 24px);--webchat-spacingHorizontalXXXL: var(--spacingHorizontalXXXL, 32px);--webchat-spacingVerticalNone: var(--spacingVerticalNone, 0);--webchat-spacingVerticalXXS: var(--spacingVerticalXXS, 2px);--webchat-spacingVerticalXS: var(--spacingVerticalXS, 4px);--webchat-spacingVerticalSNudge: var(--spacingVerticalSNudge, 6px);--webchat-spacingVerticalS: var(--spacingVerticalS, 8px);--webchat-spacingVerticalMNudge: var(--spacingVerticalMNudge, 10px);--webchat-spacingVerticalM: var(--spacingVerticalM, 12px);--webchat-spacingVerticalL: var(--spacingVerticalL, 16px);--webchat-spacingVerticalXL: var(--spacingVerticalXL, 20px);--webchat-spacingVerticalXXL: var(--spacingVerticalXXL, 24px);--webchat-spacingVerticalXXXL: var(--spacingVerticalXXXL, 32px);--webchat-fontFamilyBase: var(--fontFamilyBase, \"Segoe UI\", \"Segoe UI Web (West European)\", -apple-system, BlinkMacSystemFont, Roboto, \"Helvetica Neue\", sans-serif);--webchat-fontFamilyNumeric: var(--fontFamilyNumeric, Bahnschrift, \"Segoe UI\", \"Segoe UI Web (West European)\", -apple-system, BlinkMacSystemFont, Roboto, \"Helvetica Neue\", sans-serif);--webchat-fontWeightRegular: var(--fontWeightRegular, 400);--webchat-fontWeightSemibold: var(--fontWeightSemibold, 600);--webchat-fontSizeBase100: var(--fontSizeBase100, 10px);--webchat-fontSizeBase200: var(--fontSizeBase200, 12px);--webchat-fontSizeBase300: var(--fontSizeBase300, 14px);--webchat-fontSizeBase400: var(--fontSizeBase400, 16px);--webchat-fontSizeBase500: var(--fontSizeBase500, 20px);--webchat-fontSizeBase600: var(--fontSizeBase600, 24px);--webchat-fontSizeHero700: var(--fontSizeHero700, 28px);--webchat-fontSizeHero800: var(--fontSizeHero800, 32px);--webchat-fontSizeHero900: var(--fontSizeHero900, 40px);--webchat-lineHeightBase100: var(--lineHeightBase100, 14px);--webchat-lineHeightBase200: var(--lineHeightBase200, 16px);--webchat-lineHeightBase300: var(--lineHeightBase300, 20px);--webchat-lineHeightBase400: var(--lineHeightBase400, 22px);--webchat-lineHeightBase500: var(--lineHeightBase500, 28px);--webchat-lineHeightBase600: var(--lineHeightBase600, 32px);--webchat-lineHeightHero700: var(--lineHeightHero700, 36px);--webchat-lineHeightHero800: var(--lineHeightHero800, 40px);--webchat-lineHeightHero900: var(--lineHeightHero900, 52px);--webchat-lineHeightHero1000: var(--lineHeightHero1000, 92px);--webchat-borderRadiusSmall: var(--borderRadiusSmall, 2px);--webchat-borderRadiusMedium: var(--borderRadiusMedium, 4px);--webchat-borderRadiusLarge: var(--borderRadiusLarge, 6px);--webchat-borderRadiusXLarge: var(--borderRadiusXLarge, 8px);--webchat-strokeWidthThin: var(--strokeWidthThin, 1px);--webchat-strokeWidthThick: var(--strokeWidthThicker, 2px);--webchat-strokeWidthThicker: var(--strokeWidthThicker, 3px);--webchat-durationUltraFast: var(--durationUltraFast, 0);--webchat-durationNormal: var(--durationNormal, .2s);--webchat-durationUltraSlow: var(--durationUltraSlow, .5s);--webchat-curveAccelerateMid: var(--curveAccelerateMid, cubic-bezier(1,0,1,1));--webchat-curveDecelerateMid: var(--curveDecelerateMid, cubic-bezier(0,0,0,1))}@media (prefers-reduced-motion){.webchat-fluent.a{--webchat-durationUltraFast: .01ms;--webchat-durationNormal: .01ms}}.webchat-fluent.a .webchat__css-custom-properties{--webchat__color--accent: var(--webchat-colorBrandForeground1);--webchat__color--subtle: var(--webchat-colorNeutralForeground2);--webchat__color--timestamp: var(--webchat-colorNeutralForeground3);--webchat__font--primary: var(--webchat-fontFamilyBase);--webchat__font-size--small: var(--webchat-fontSizeBase200);--webchat__font-size--medium: var(--webchat-fontSizeBase300);--webchat__line-height--small: var(--webchat-lineHeightBase200);--webchat__line-height--medium: var(--webchat-lineHeightBase300);--webchat__max-width--bubble: var(--webchat-bubble-maxWidth);--webchat__min-height--bubble: var(--webchat-bubble-minHeight);--webchat__padding--regular: var(--webchat-spacingVerticalS);--webchat__padding--sendbox: var(--webchat-spacingVerticalNone) var(--webchat-spacingHorizontalMNudge) var(--webchat-spacingHorizontalMNudge);--webchat__border-animation--color-1: #464FEB;--webchat__border-animation--color-2: #47CFFA;--webchat__border-animation--color-3: #B47CF8}.webchat-fluent.a.e .webchat__css-custom-properties{--webchat__padding--sendbox: var(--webchat-spacingVerticalNone) var(--webchat-spacingHorizontalXL) var(--webchat-spacingVerticalMNudge) var(--webchat-spacingHorizontalMNudge)}.webchat-fluent.a .webchat__surface{background-color:var(--webchat__color--surface)}.webchat-fluent.a.e .webchat__surface{box-sizing:border-box;padding-inline-start:var(--webchat-spacingHorizontalMNudge)}.webchat-fluent.a .webchat__basic-transcript .webchat__basic-transcript__scrollable{scrollbar-color:unset;scrollbar-width:unset;-moz-scrollbar-color:var(--webchat-colorNeutralForeground5) transparent;-moz-scrollbar-width:thin}.webchat-fluent.a .webchat__basic-transcript .webchat__basic-transcript__scrollable::-webkit-scrollbar{width:var(--webchat-spacingVerticalMNudge);visibility:hidden}.webchat-fluent.a .webchat__basic-transcript .webchat__basic-transcript__scrollable:hover::-webkit-scrollbar{width:var(--webchat-spacingVerticalMNudge)}.webchat-fluent.a .webchat__basic-transcript .webchat__basic-transcript__scrollable:hover::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:var(--webchat-colorNeutralForeground5);border-radius:10px;border-right:4px solid transparent;border:3px solid transparent}.webchat-fluent.a .webchat__basic-transcript .webchat__basic-transcript__scrollable:hover::-webkit-scrollbar-thumb:hover{background-clip:padding-box;background-color:var(--webchat-colorNeutralForeground5);border-radius:10px;border-right:2px solid transparent;border:1px solid transparent}.webchat-fluent.a.e .webchat__basic-transcript .webchat__basic-transcript__scrollable{scrollbar-gutter:stable}.webchat-fluent.a .webchat__basic-transcript .webchat__basic-transcript__terminator:focus-visible+.webchat__basic-transcript__focus-indicator{border-color:var(--webchat-colorStrokeFocus2)}.webchat-fluent.a .webchat__basic-transcript:not(:focus-visible) .webchat__basic-transcript__activity-indicator--focus{display:none}.webchat-fluent.a .webchat__basic-transcript:focus-visible:has(.webchat__basic-transcript__activity-indicator--focus) .webchat__basic-transcript__focus-indicator{display:none}.webchat-fluent.a .webchat__basic-transcript:focus-visible .webchat__basic-transcript__activity:has(.webchat__basic-transcript__activity-indicator--focus) .webchat__basic-transcript__activity-indicator--focus{display:none}.webchat-fluent.a .webchat__basic-transcript:focus-visible .webchat__basic-transcript__activity:has(.webchat__basic-transcript__activity-indicator--focus) .webchat__bubble:after,.webchat-fluent.a .webchat__basic-transcript:focus-visible .webchat__basic-transcript__activity:has(.webchat__basic-transcript__activity-indicator--focus) .pre-chat-message-activity:after{content:\"\";position:absolute;inset:-2px;border:var(--webchat-strokeWidthThick) solid var(--webchat-colorStrokeFocus2);border-radius:var(--webchat__bubble--border-radius);pointer-events:none}.webchat-fluent.a .webchat__basic-transcript:focus-visible .webchat__basic-transcript__activity:has(.webchat__basic-transcript__activity-indicator--focus) .pre-chat-message-activity:after{inset:0;border-radius:var(--webchat-borderRadiusSmall)}.webchat-fluent.a.e .webchat__basic-transcript .webchat__basic-transcript__filler{flex-grow:0}.webchat-fluent.a .webchat__basic-transcript:has(.webchat__basic-transcript__activity:only-child):has(.pre-chat-message-activity) .webchat__basic-transcript__filler{flex-grow:.5}.webchat-fluent.a .webchat__modal-dialog{height:100%;display:grid;place-items:center}.webchat-fluent.a .webchat__modal-dialog::backdrop{background-color:var(--webchat-colorTransparentBackground)}.webchat-fluent.a .webchat__modal-dialog .webchat__modal-dialog__box{background-color:var(--webchat-colorNeutralBackground1);border-radius:var(--webchat-borderRadiusXLarge);position:relative;color:var(--webchat-colorNeutralForeground1);box-shadow:var(--webchat-shadow64)}.webchat-fluent.a .webchat__modal-dialog .webchat__modal-dialog__close-button{color:var(--webchat-colorNeutralForeground1);transition:background-color var(--webchat-durationNormal) var(--webchat-curveDecelerateMid)}.webchat-fluent.a .webchat__modal-dialog .webchat__modal-dialog__close-button:focus:not(:active):hover{background-color:var(--webchat-colorNeutralBackground3)}.webchat-fluent.a .webchat__modal-dialog .webchat__modal-dialog__close-button:focus:active{background-color:var(--webchat-colorNeutralBackground4)}.webchat-fluent.a .webchat__modal-dialog .webchat__modal-dialog__close-button:not(:focus-visible){border:none}.webchat-fluent.a .webchat__modal-dialog .webchat__modal-dialog__close-button:focus{border-color:var(--webchat-colorStrokeFocus2)}.webchat-fluent.a .webchat__modal-dialog .webchat__modal-dialog__close-button-image{fill:currentColor}.webchat-fluent.a .webchat__activity-button{background:var(--webchat-colorNeutralBackground1);border-radius:var(--webchat-borderRadiusMedium);border:var(--webchat-strokeWidthThin) solid var(--webchat-colorNeutralStroke1);color:var(--webchat-colorNeutralForeground1);gap:var(--webchat-spacingHorizontalXS);padding:5px var(--webchat-spacingHorizontalM)}.webchat-fluent.a .webchat__activity-button:hover{background:var(--webchat-colorNeutralBackground1Hover);border:var(--webchat-strokeWidthThin) solid var(--webchat-colorNeutralStroke1Hover);color:var(--webchat-colorNeutralForeground1Hover)}.webchat-fluent.a .webchat__activity-button:active{background:var(--webchat-colorNeutralBackground1Pressed);border:var(--webchat-strokeWidthThin) solid var(--webchat-colorNeutralStroke1Pressed);color:var(--webchat-colorNeutralForeground1Pressed)}.webchat-fluent.a .webchat__activity-button:focus-visible{background:var(--webchat-colorNeutralBackground1);outline:var(--webchat-strokeWidthThick) solid var(--webchat-colorStrokeFocus2);outline-offset:calc(var(--webchat-strokeWidthThick) * -1)}.webchat-fluent.a .webchat__activity-button:disabled{background:var(--webchat-colorNeutralBackgroundDisabled);border:var(--webchat-strokeWidthThin) solid var(--webchat-colorNeutralStrokeDisabled);color:var(--webchat-colorNeutralForegroundDisabled)}.webchat-fluent.a .webchat__activity-button .webchat__activity-button__icon{height:20px;width:20px}.webchat-fluent.a .webchat__activity-copy-button .webchat__activity-copy-button__copied-text{background-color:var(--webchat-colorNeutralBackground1)}.webchat-fluent.a .webchat__activity-copy-button.webchat__activity-copy-button--copied .webchat__activity-copy-button__copied-text{animation-duration:var(--webchat-durationUltraSlow)}.webchat-fluent.a .webchat__monochrome-image-masker{background-color:var(--webchat-colorNeutralForeground4)}@property --webchat-decorator-borderFlair-animated-angle{inherits: true; initial-value: 0; syntax: \"<number>\";}@property --webchat-decorator-borderFlair-animated-color1{inherits: true; initial-value: transparent; syntax: \"<color>\";}@property --webchat-decorator-borderFlair-animated-color2{inherits: true; initial-value: transparent; syntax: \"<color>\";}@property --webchat-decorator-borderFlair-animated-color3{inherits: true; initial-value: transparent; syntax: \"<color>\";}@keyframes h{0%{--webchat-decorator-borderFlair-animated-angle: .75}to{--webchat-decorator-borderFlair-animated-angle: 2.75}}@keyframes w{0%{--webchat-decorator-borderFlair-animated-color1: var(--webchat-decorator-borderFlair-color1Fade)}33%{--webchat-decorator-borderFlair-animated-color1: var(--webchat-decorator-borderFlair-color1)}83%{--webchat-decorator-borderFlair-animated-color1: var(--webchat-decorator-borderFlair-color1)}to{--webchat-decorator-borderFlair-animated-color1: var(--webchat-decorator-borderFlair-color1Fade)}}@keyframes s{0%{--webchat-decorator-borderFlair-animated-color2: var(--webchat-decorator-borderFlair-color2Fade)}33%{--webchat-decorator-borderFlair-animated-color2: var(--webchat-decorator-borderFlair-color2)}83%{--webchat-decorator-borderFlair-animated-color2: var(--webchat-decorator-borderFlair-color2)}to{--webchat-decorator-borderFlair-animated-color2: var(--webchat-decorator-borderFlair-color2Fade)}}@keyframes g{0%{--webchat-decorator-borderFlair-animated-color3: var(--webchat-decorator-borderFlair-color3Fade)}33%{--webchat-decorator-borderFlair-animated-color3: var(--webchat-decorator-borderFlair-color3)}83%{--webchat-decorator-borderFlair-animated-color3: var(--webchat-decorator-borderFlair-color3)}to{--webchat-decorator-borderFlair-animated-color3: var(--webchat-decorator-borderFlair-color3Fade)}}.webchat-fluent .u{--webchat-decorator-borderFlair-color1: var(--webchat-borderFlair-color1, var(--webchat__border-animation--color-1));--webchat-decorator-borderFlair-color2: var(--webchat-borderFlair-color2, var(--webchat__border-animation--color-2));--webchat-decorator-borderFlair-color3: var(--webchat-borderFlair-color3, var(--webchat__border-animation--color-3));--webchat-decorator-borderFlair-color1Fade: var(--webchat-borderFlair-color1Fade, transparent);--webchat-decorator-borderFlair-color2Fade: var(--webchat-borderFlair-color2Fade, transparent);--webchat-decorator-borderFlair-color3Fade: var(--webchat-borderFlair-color1Fade, transparent);--webchat-decorator-borderFlair-borderSize: var(--webchat-borderFlair-borderSize, 2px);--webchat-decorator-borderFlair-backgroundSize: calc(100% + (2 * var(--webchat-decorator-borderFlair-borderSize)));--webchat-decorator-borderFlair-borderGradient: linear-gradient(calc(var(--webchat-decorator-borderFlair-animated-angle) * 180deg + 45deg), var(--webchat-decorator-borderFlair-animated-color1), var(--webchat-decorator-borderFlair-animated-color2), var(--webchat-decorator-borderFlair-animated-color3));--webchat-decorator-borderFlair-borderMask: linear-gradient(hsl(0 0% 100% / 0), hsl(0 0% 100% / 0)) padding-box, linear-gradient(hsl(0 0% 100%), hsl(0 0% 100%)) border-box;animation:h 2s linear 0ms forwards,w 1.2s linear 0ms forwards,s 1.2s linear .2s forwards,g 1.2s linear .4s forwards;background:var(--webchat-decorator-borderFlair-borderGradient) center center / var(--webchat-decorator-borderFlair-backgroundSize) var(--webchat-decorator-borderFlair-backgroundSize);border:var(--webchat-decorator-borderFlair-borderSize) solid transparent;border-radius:inherit;inset:0;isolation:isolate;-webkit-mask:var(--webchat-decorator-borderFlair-borderMask);-webkit-mask-composite:clear;mask:var(--webchat-decorator-borderFlair-borderMask);mask-composite:intersect;pointer-events:none;position:absolute}@supports (-moz-appearance: none){@keyframes p{0%{--webchat-decorator-borderFlair-animated: 0}1%{--webchat-decorator-borderFlair-animated: .01}2%{--webchat-decorator-borderFlair-animated: .02}3%{--webchat-decorator-borderFlair-animated: .03}4%{--webchat-decorator-borderFlair-animated: .04}5%{--webchat-decorator-borderFlair-animated: .05}6%{--webchat-decorator-borderFlair-animated: .06}7%{--webchat-decorator-borderFlair-animated: .07}8%{--webchat-decorator-borderFlair-animated: .08}9%{--webchat-decorator-borderFlair-animated: .09}10%{--webchat-decorator-borderFlair-animated: .1}11%{--webchat-decorator-borderFlair-animated: .11}12%{--webchat-decorator-borderFlair-animated: .12}13%{--webchat-decorator-borderFlair-animated: .13}14%{--webchat-decorator-borderFlair-animated: .14}15%{--webchat-decorator-borderFlair-animated: .15}16%{--webchat-decorator-borderFlair-animated: .16}17%{--webchat-decorator-borderFlair-animated: .17}18%{--webchat-decorator-borderFlair-animated: .18}19%{--webchat-decorator-borderFlair-animated: .19}20%{--webchat-decorator-borderFlair-animated: .2}21%{--webchat-decorator-borderFlair-animated: .21}22%{--webchat-decorator-borderFlair-animated: .22}23%{--webchat-decorator-borderFlair-animated: .23}24%{--webchat-decorator-borderFlair-animated: .24}25%{--webchat-decorator-borderFlair-animated: .25}26%{--webchat-decorator-borderFlair-animated: .26}27%{--webchat-decorator-borderFlair-animated: .27}28%{--webchat-decorator-borderFlair-animated: .28}29%{--webchat-decorator-borderFlair-animated: .29}30%{--webchat-decorator-borderFlair-animated: .3}31%{--webchat-decorator-borderFlair-animated: .31}32%{--webchat-decorator-borderFlair-animated: .32}33%{--webchat-decorator-borderFlair-animated: .33}34%{--webchat-decorator-borderFlair-animated: .34}35%{--webchat-decorator-borderFlair-animated: .35}36%{--webchat-decorator-borderFlair-animated: .36}37%{--webchat-decorator-borderFlair-animated: .37}38%{--webchat-decorator-borderFlair-animated: .38}39%{--webchat-decorator-borderFlair-animated: .39}40%{--webchat-decorator-borderFlair-animated: .4}41%{--webchat-decorator-borderFlair-animated: .41}42%{--webchat-decorator-borderFlair-animated: .42}43%{--webchat-decorator-borderFlair-animated: .43}44%{--webchat-decorator-borderFlair-animated: .44}45%{--webchat-decorator-borderFlair-animated: .45}46%{--webchat-decorator-borderFlair-animated: .46}47%{--webchat-decorator-borderFlair-animated: .47}48%{--webchat-decorator-borderFlair-animated: .48}49%{--webchat-decorator-borderFlair-animated: .49}50%{--webchat-decorator-borderFlair-animated: .5}51%{--webchat-decorator-borderFlair-animated: .51}52%{--webchat-decorator-borderFlair-animated: .52}53%{--webchat-decorator-borderFlair-animated: .53}54%{--webchat-decorator-borderFlair-animated: .54}55%{--webchat-decorator-borderFlair-animated: .55}56%{--webchat-decorator-borderFlair-animated: .56}57%{--webchat-decorator-borderFlair-animated: .57}58%{--webchat-decorator-borderFlair-animated: .58}59%{--webchat-decorator-borderFlair-animated: .59}60%{--webchat-decorator-borderFlair-animated: .6}61%{--webchat-decorator-borderFlair-animated: .61}62%{--webchat-decorator-borderFlair-animated: .62}63%{--webchat-decorator-borderFlair-animated: .63}64%{--webchat-decorator-borderFlair-animated: .64}65%{--webchat-decorator-borderFlair-animated: .65}66%{--webchat-decorator-borderFlair-animated: .66}67%{--webchat-decorator-borderFlair-animated: .67}68%{--webchat-decorator-borderFlair-animated: .68}69%{--webchat-decorator-borderFlair-animated: .69}70%{--webchat-decorator-borderFlair-animated: .7}71%{--webchat-decorator-borderFlair-animated: .71}72%{--webchat-decorator-borderFlair-animated: .72}73%{--webchat-decorator-borderFlair-animated: .73}74%{--webchat-decorator-borderFlair-animated: .74}75%{--webchat-decorator-borderFlair-animated: .75}76%{--webchat-decorator-borderFlair-animated: .76}77%{--webchat-decorator-borderFlair-animated: .77}78%{--webchat-decorator-borderFlair-animated: .78}79%{--webchat-decorator-borderFlair-animated: .79}80%{--webchat-decorator-borderFlair-animated: .8}81%{--webchat-decorator-borderFlair-animated: .81}82%{--webchat-decorator-borderFlair-animated: .82}83%{--webchat-decorator-borderFlair-animated: .83}84%{--webchat-decorator-borderFlair-animated: .84}85%{--webchat-decorator-borderFlair-animated: .85}86%{--webchat-decorator-borderFlair-animated: .86}87%{--webchat-decorator-borderFlair-animated: .87}88%{--webchat-decorator-borderFlair-animated: .88}89%{--webchat-decorator-borderFlair-animated: .89}90%{--webchat-decorator-borderFlair-animated: .9}91%{--webchat-decorator-borderFlair-animated: .91}92%{--webchat-decorator-borderFlair-animated: .92}93%{--webchat-decorator-borderFlair-animated: .93}94%{--webchat-decorator-borderFlair-animated: .94}95%{--webchat-decorator-borderFlair-animated: .95}96%{--webchat-decorator-borderFlair-animated: .96}97%{--webchat-decorator-borderFlair-animated: .97}98%{--webchat-decorator-borderFlair-animated: .98}99%{--webchat-decorator-borderFlair-animated: .99}to{--webchat-decorator-borderFlair-animated: 1}}.webchat-fluent .u{--webchat-decorator-borderFlair-animated-angle: calc(.75 + 2 * var(--webchat-decorator-borderFlair-animated));--webchat-decorator-borderFlair-animated-color1: color-mix(in srgb, var(--webchat-decorator-borderFlair-color1) calc((1 - abs(var(--webchat-decorator-borderFlair-animated) * 3 - 1.5))*100%) , var(--webchat-decorator-borderFlair-color1Fade));--webchat-decorator-borderFlair-animated-color2: color-mix(in srgb, var(--webchat-decorator-borderFlair-color2) calc((1 - abs(var(--webchat-decorator-borderFlair-animated) * 3 - 1.75))*100%) , var(--webchat-decorator-borderFlair-color2Fade));--webchat-decorator-borderFlair-animated-color3: color-mix(in srgb, var(--webchat-decorator-borderFlair-color3) calc((1 - abs(var(--webchat-decorator-borderFlair-animated) * 3 - 2))*100%) , var(--webchat-decorator-borderFlair-color3Fade));animation:p 2s linear forwards}}@keyframes v{0%{left:-33%;width:33%}to{left:100%;width:33%}}.webchat-fluent .ga{border-radius:inherit}.webchat-fluent .ua{--webchat-decorator-borderLoader-borderSize: var(--webchat-borderLoader-borderSize, 4px);background-color:var(--webchat-colorNeutralBackground6);height:var(--webchat-decorator-borderLoader-borderSize);position:relative;width:100%}.webchat-fluent .pa{--webchat-decorator-borderLoader-color1: var(--webchat-borderLoader-color1, var(--webchat__border-animation--color-1));--webchat-decorator-borderLoader-color2: var(--webchat-borderLoader-color2, var(--webchat__border-animation--color-2));--webchat-decorator-borderLoader-color3: var(--webchat-borderLoader-color3, var(--webchat__border-animation--color-3));--webchat-decorator-borderLoader-color1Fade: var(--webchat-borderLoader-color1Fade, transparent);--webchat-decorator-borderLoader-color3Fade: var(--webchat-borderLoader-color1Fade, transparent);animation:v 3s linear infinite;background:linear-gradient(90deg,var(--webchat-decorator-borderLoader-color1Fade) 0%,var(--webchat-decorator-borderLoader-color1) 35%,var(--webchat-decorator-borderLoader-color2) 70%,var(--webchat-decorator-borderLoader-color3) 92%,var(--webchat-decorator-borderLoader-color3Fade)) no-repeat;height:var(--webchat-decorator-borderLoader-borderSize);inset:0;isolation:isolate;position:absolute;width:100%}.webchat-fluent .va{align-items:center;box-sizing:border-box;color:var(--webchat-colorNeutralForeground3);display:flex;flex-direction:row;font-family:var(--webchat__font--primary);font-size:var(--webchat-fontSizeBase200);font-weight:var(--webchat-fontWeightRegular);gap:var(--webchat-spacingHorizontalM);line-height:var(--webchat-lineHeightBase200);padding:var(--webchat-spacingVerticalSNudge) var(--webchat-spacingHorizontalM);text-align:center;width:100%}.webchat-fluent .va:before,.webchat-fluent .va:after{border-top:var(--webchat-strokeWidthThin) solid var(--webchat-colorNeutralStroke2);content:\"\";display:flex;flex:auto;min-width:8px}\n/*! For license information please see botframework-webchat-fluent-theme.css.LEGAL.txt */\n";function Z(){if(globalThis.document){let e=document.createElement("style");e.append(document.createTextNode(ca)),document.head.appendChild(e)}}import{useMemo as la}from"react";function da(e){return la(()=>Object.freeze(Object.fromEntries(Object.entries(e).map(([t,a])=>[t,`${t} ${a}`]))),[e])}var i=da;import{useMemo as sa}from"react";function L(e){let t=i(e),a=V();return sa(()=>a.map(r=>t[`variant-${r}`]).filter(r=>r).join(" "),[t,a])}var ae={"activity-decorator":"r","variant-fluent":"_","variant-copilot":"m"};import{hooks as ha}from"botframework-webchat-component";import j,{memo as ma,useMemo as Re}from"react";var Ie={"copilot-message-header":"f","copilot-message-header__avatar":"k","copilot-message-header__title":"x","copilot-message-header__ai-generated-content":"F"};var{useStyleOptions:pa,useLocalizer:ga}=ha;function wa({activity:e}){let[{botAvatarImage:t,botAvatarBackgroundColor:a}]=pa(),r=i(Ie),o=ga(),l=Re(()=>!!e,[e]),c=e?.from?.name,n=Re(()=>({"--background-color":a}),[a]);return j.createElement("div",{className:r["copilot-message-header"]},j.createElement("img",{alt:o("AVATAR_ALT",c),className:r["copilot-message-header__avatar"],src:t,style:n}),j.createElement("span",{className:r["copilot-message-header__title"],title:c},c),l&&j.createElement("span",{className:r["copilot-message-header__ai-generated-content"]},o("ACTIVITY_CONTENT_CAUTION")))}var Ke=ma(wa);function Xe({activity:e,children:t}){let a=i(ae),r=V(),o=L(ae),l=r.includes("copilot")&&e?.from?.role==="bot"&&!!t;return Ve.createElement("div",{className:fa(a["activity-decorator"],o)},l&&Ve.createElement(Ke,{activity:e}),t)}Xe.displayName="ActivityDecorator";var re=va(Xe);import{getOrgSchemaMessage as _a}from"botframework-webchat-core";function z(e){return!!(e&&_a(e?.entities||[])?.keywords?.includes("PreChatMessage"))}import{hooks as Ia}from"botframework-webchat-component";import Ra from"classnames";import{getOrgSchemaMessage as Ka}from"botframework-webchat-core";import C,{Fragment as Va,memo as Xa,useMemo as Wa}from"react";var We={"pre-chat-message-activity":"B","pre-chat-message-activity__body":"o","pre-chat-message-activity__body--placeholder":"y","pre-chat-message-activity__toolbar":"N"};import Pa from"classnames";import oe,{memo as Da}from"react";import{Components as Fa,hooks as Na}from"botframework-webchat-component";import Sa from"classnames";import E,{memo as Ta,useCallback as Ba,useMemo as Ca}from"react";import{useRefFrom as Ha}from"use-ref-from";var xa={preChatMessageActivityStarterPromptsCardAction:"pre-chat message activity starter prompts card action",sendBoxDropZone:"send box drop zone",sendBoxSendButton:"send box send button",sendBoxTextBox:"send box text area",sendBoxTelephoneKeypadButton1:"send box telephone keypad button 1",sendBoxTelephoneKeypadButton2:"send box telephone keypad button 2",sendBoxTelephoneKeypadButton3:"send box telephone keypad button 3",sendBoxTelephoneKeypadButton4:"send box telephone keypad button 4",sendBoxTelephoneKeypadButton5:"send box telephone keypad button 5",sendBoxTelephoneKeypadButton6:"send box telephone keypad button 6",sendBoxTelephoneKeypadButton7:"send box telephone keypad button 7",sendBoxTelephoneKeypadButton8:"send box telephone keypad button 8",sendBoxTelephoneKeypadButton9:"send box telephone keypad button 9",sendBoxTelephoneKeypadButton0:"send box telephone keypad button 0",sendBoxTelephoneKeypadButtonStar:"send box telephone keypad button star",sendBoxTelephoneKeypadButtonPound:"send box telephone keypad button pound",sendBoxTelephoneKeypadToolbarButton:"send box telephone keypad toolbar button",sendBoxUploadButton:"send box upload button"},u=xa;var Oe={"pre-chat-message-activity__card-action-box":"S","pre-chat-message-activity__card-action-image":"t","pre-chat-message-activity__card-action-subtitle":"z","pre-chat-message-activity__card-action-title":"H"};var{useFocus:Ma,useRenderMarkdownAsHTML:Aa,useSendBoxValue:La}=Na,{MonochromeImageMasker:za}=Fa,Ue=({className:e,messageBackAction:t})=>{let[a,r]=La(),o=i(Oe),l=Ma(),c=Ha(t?.displayText||t?.text||""),n=Aa("message activity"),b=Ca(()=>n?{__html:n(t?.text||"")}:{__html:""},[t?.text,n]),h=Ba(()=>{r(c.current),l("sendBox")},[l,c,r]);return E.createElement("button",{className:Sa(e,o["pre-chat-message-activity__card-action-box"]),"data-testid":u.preChatMessageActivityStarterPromptsCardAction,disabled:!t,onClick:h,type:"button"},t&&E.createElement(E.Fragment,null,E.createElement("div",{className:o["pre-chat-message-activity__card-action-title"]},"title"in t&&t.title),"image"in t&&t.image&&E.createElement(za,{className:o["pre-chat-message-activity__card-action-image"],src:t.image}),E.createElement("div",{className:o["pre-chat-message-activity__card-action-subtitle"],dangerouslySetInnerHTML:b})))};Ue.displayName="StarterPromptsCardAction";var P=Ta(Ue);var Ze={"pre-chat-message-activity__card-action-toolbar":"L","webchat-container":"c","pre-chat-message-activity__card-action-toolbar-grid":"l"};var je=({cardActions:e,children:t,className:a})=>{let r=i(Ze);return oe.createElement("div",{className:Pa(a,r["pre-chat-message-activity__card-action-toolbar"])},oe.createElement("div",{className:r["pre-chat-message-activity__card-action-toolbar-grid"]},t||e.filter(o=>o.type==="messageBack").map(o=>oe.createElement(P,{key:o.text,messageBackAction:o}))))};je.displayName="StarterPrompts";var Ge=Da(je);var{useRenderMarkdownAsHTML:Oa}=Ia,$e=({activity:e})=>{let t=i(We),a=Oa(),r=Wa(()=>a?{__html:a(e.text||"")}:{__html:""},[e.text,a]),o=Ka(e?.entities||[]),l=o?.keywords?.includes("PreChatMessage")&&o.creativeWorkStatus==="Placeholder";return C.createElement("div",{className:t["pre-chat-message-activity"]},C.createElement("div",{className:Ra(t["pre-chat-message-activity__body"],l&&t["pre-chat-message-activity__body--placeholder"]),dangerouslySetInnerHTML:r}),C.createElement(Ge,{cardActions:e.suggestedActions?.actions||[],className:t["pre-chat-message-activity__toolbar"]},l&&C.createElement(Va,null,C.createElement(P,null),C.createElement(P,null),C.createElement(P,null))))};$e.displayName="PreChatMessageActivity";var ne=Xa($e);import{hooks as nn}from"botframework-webchat-component";import W from"classnames";import f,{memo as Rt,useCallback as I,useRef as cn,useState as ln}from"react";import{useRefFrom as It}from"use-ref-from";import Ye,{memo as Ua}from"react";function Za(e){return Ye.createElement("svg",{"aria-hidden":"true",className:e.className,height:"1em",viewBox:"0 0 20 20",width:"1em",xmlns:"http://www.w3.org/2000/svg"},Ye.createElement("path",{d:"M6 2a2 2 0 0 0-2 2v5.2c.32-.08.66-.15 1-.18V4a1 1 0 0 1 1-1h4v3.5c0 .83.67 1.5 1.5 1.5H15v8a1 1 0 0 1-1 1h-3.6c-.18.36-.4.7-.66 1H14a2 2 0 0 0 2-2V7.41c0-.4-.16-.78-.44-1.06l-3.91-3.91A1.5 1.5 0 0 0 10.59 2H6Zm8.8 5h-3.3a.5.5 0 0 1-.5-.5V3.2L14.8 7ZM10 14.5a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0Zm-4-2a.5.5 0 0 0-1 0V14H3.5a.5.5 0 0 0 0 1H5v1.5a.5.5 0 0 0 1 0V15h1.5a.5.5 0 0 0 0-1H6v-1.5Z",fill:"currentColor"}))}var ie=Ua(Za);import Je,{memo as ja}from"react";function Ga(e){return Je.createElement("svg",{"aria-hidden":"true",className:e.className,height:"1em",viewBox:"0 0 20 20",width:"1em",xmlns:"http://www.w3.org/2000/svg"},Je.createElement("path",{d:"m4.83 10.48 5.65-5.65a3 3 0 0 1 4.25 4.24L8 15.8a1.5 1.5 0 0 1-2.12-2.12l6-6.01a.5.5 0 1 0-.7-.71l-6 6.01a2.5 2.5 0 0 0 3.53 3.54l6.71-6.72a4 4 0 1 0-5.65-5.66L4.12 9.78a.5.5 0 0 0 .7.7Z",fill:"currentColor"}))}var ce=ja(Ga);import qe,{memo as $a}from"react";function Ya(e){return qe.createElement("svg",{"aria-hidden":"true",className:e.className,height:"1em",viewBox:"0 0 16 16",width:"1em",xmlns:"http://www.w3.org/2000/svg"},qe.createElement("path",{d:"M8.5 7.5a.5.5 0 1 0-1 0v3a.5.5 0 0 0 1 0v-3Zm.25-2a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0ZM8 1a7 7 0 1 0 0 14A7 7 0 0 0 8 1ZM2 8a6 6 0 1 1 12 0A6 6 0 0 1 2 8Z",fill:"currentColor"}))}var le=$a(Ya);import Qe,{memo as Ja}from"react";function qa(e){return Qe.createElement("svg",{"aria-hidden":"true",className:e.className,height:"1em",viewBox:"0 0 20 20",width:"1em",xmlns:"http://www.w3.org/2000/svg"},Qe.createElement("path",{d:"M2.18 2.11a.5.5 0 0 1 .54-.06l15 7.5a.5.5 0 0 1 0 .9l-15 7.5a.5.5 0 0 1-.7-.58L3.98 10 2.02 2.63a.5.5 0 0 1 .16-.52Zm2.7 8.39-1.61 6.06L16.38 10 3.27 3.44 4.88 9.5h6.62a.5.5 0 1 1 0 1H4.88Z",fill:"currentColor"}))}var de=Ja(qa);import et,{memo as Qa}from"react";function er(e){return et.createElement("svg",{"aria-hidden":"true",className:e.className,height:"1em",viewBox:"0 0 20 20",width:"1em",xmlns:"http://www.w3.org/2000/svg"},et.createElement("path",{d:"M6 5.25a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5Zm0 4a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5ZM7.25 12a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0ZM10 5.25a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5ZM11.25 8a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0ZM10 13.25a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5ZM11.25 16a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0ZM14 5.25a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5ZM15.25 8a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0ZM14 13.25a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5Z",fill:"currentColor"}))}var se=Qa(er);import{hooks as ar}from"botframework-webchat-component";import rr from"classnames";import at,{memo as or,useCallback as nr,useEffect as ir,useRef as cr,useState as lr}from"react";import{useRefFrom as dr}from"use-ref-from";var tt={"sendbox__attachment-drop-zone":"X","sendbox__attachment-drop-zone--droppable":"W","sendbox__attachment-drop-zone-icon":"M"};var{useLocalizer:sr}=ar,br=e=>{e.preventDefault()},rt=e=>!!e.dataTransfer?.types?.some(t=>t.toLowerCase()==="files");function ur(e,t){let a=e.parentNode;for(;a;){if(a===t)return!0;a=a.parentNode}return!1}var ot=e=>{let[t,a]=lr(!1),r=i(tt),o=cr(null),l=sr(),c=dr(e.onFilesAdded);ir(()=>{let b=0,h=d=>{b++,rt(d)&&a(o.current&&(d.target===o.current||d.target instanceof HTMLElement&&ur(d.target,o.current))?"droppable":"visible")},s=()=>--b<=0&&a(!1);return document.addEventListener("dragenter",h,!1),document.addEventListener("dragleave",s,!1),()=>{document.removeEventListener("dragenter",h),document.removeEventListener("dragleave",s)}},[a]);let n=nr(b=>{b.preventDefault(),a(!1),rt(b.nativeEvent)&&c.current([...b.dataTransfer.files])},[c,a]);return t?at.createElement("div",{className:rr(r["sendbox__attachment-drop-zone"],{[r["sendbox__attachment-drop-zone--droppable"]]:t==="droppable"}),"data-testid":u.sendBoxDropZone,onDragOver:br,onDrop:n,ref:o},at.createElement(ie,{className:r["sendbox__attachment-drop-zone-icon"]}),l("TEXT_INPUT_DROP_ZONE")):null};ot.displayName="DropZone";var be=or(ot);import{hooks as Rr}from"botframework-webchat-component";import Kr from"classnames";import X,{memo as Vr,useCallback as Xr}from"react";function ue(e){let{title:t}=e,{type:a,value:r}=e;return a==="messageBack"?t||e.displayText:t||(typeof r=="string"?r:JSON.stringify(r))}import hr,{createContext as mr,memo as pr,useCallback as D,useContext as gr,useEffect as wr,useMemo as fr,useRef as he}from"react";var nt=mr({itemEffector:()=>{throw new Error("botframework-webchat-fluent-theme rovingFocus: no provider for RovingFocusContext.")}});function vr(e){let t=he(0),a=he([]),r=D(({current:s},d)=>s&&(s.tabIndex=t.current===d?0:-1),[t]),o=D(s=>{let d;typeof s=="number"?d=s:d=s(t.current),d&&!a.current.at(d)?.current&&(d=0),t.current!==d&&(t.current=d,a.current.forEach((m,p)=>r(m,p)),a.current.at(d)?.current?.focus())},[r,a,t]),l=D(s=>{let{target:d}=s,m=a.current.findIndex(({current:p})=>p===d);m!==-1&&o(m)},[a,o]),c=D(s=>d=>{let m=!e.direction,p=/up|down/iu.test(s)&&e.direction==="vertical",g=/left|right/iu.test(s)&&e.direction==="horizontal",v=/right|down/iu.test(s),k=m||p||g?v?1:-1:0,F=a.current.map((B,M)=>M),S=F.indexOf(d)+k;return F.at(S)??0},[e.direction]),n=D(s=>{let{key:d}=s;switch(d){case"Up":case"ArrowUp":case"Left":case"ArrowLeft":case"Down":case"ArrowDown":case"Right":case"ArrowRight":o(c(d));break;case"Home":o(0);break;case"End":o(-1);break;case"Escape":e.onEscapeKey?.();break;default:return}s.preventDefault(),s.stopPropagation()},[o,c,e]),b=D((s,d)=>{let{current:m}=s;return a.current[Number(d)]=s,m.addEventListener("focus",l),m.addEventListener("keydown",n),r(s,d),()=>{m.removeEventListener("focus",l),m.removeEventListener("keydown",n),delete a.current[Number(d)]}},[l,n,r,a]),h=fr(()=>({itemEffector:b}),[b]);return hr.createElement(nt.Provider,{value:h},e.children)}function it(e){let t=he(null),{itemEffector:a}=gr(nt);return wr(()=>a(t,e)),t}var ct=pr(vr);import{hooks as Tr}from"botframework-webchat-component";import Br from"classnames";import me,{memo as Cr,useCallback as Hr}from"react";var lt={"suggested-action":"V","suggested-action__image":"R"};import yr,{forwardRef as xr,memo as kr,useRef as Fr}from"react";var Nr=e=>e.preventDefault(),Sr=xr(({"aria-hidden":e,children:t,disabled:a,onClick:r,tabIndex:o,...l},c)=>{let n=Fr(null);return yr.createElement("button",{"aria-disabled":a?"true":"false","aria-hidden":e,onClick:a?Nr:r,ref:c||n,tabIndex:o,...a&&{"aria-disabled":"true",tabIndex:-1},...l,type:"button"},t)}),dt=kr(Sr);var{useDisabled:Mr,useFocus:Ar,usePerformCardAction:Lr,useScrollToEnd:zr,useStyleSet:Er,useSuggestedActions:Pr}=Tr;function Dr({buttonText:e,className:t,displayText:a,image:r,imageAlt:o,itemIndex:l,text:c,type:n,value:b}){let[h,s]=Pr(),[{suggestedAction:d}]=Er(),[m]=Mr(),p=Ar(),g=it(l),v=Lr(),k=i(lt),F=zr(),S=Hr(({target:B})=>{(async function(){await p("sendBoxWithoutKeyboard"),v({displayText:a,text:c,type:n,value:b},{target:B}),n==="openUrl"&&s([]),F()})()},[a,p,v,F,s,c,n,b]);return me.createElement(dt,{className:Br(k["suggested-action"],d+"",(t||"")+""),disabled:m,onClick:S,ref:g,type:"button"},r&&me.createElement("img",{alt:o,className:k["suggested-action__image"],src:r}),me.createElement("span",null,e))}var st=Cr(Dr);var pe={"suggested-actions":"P","suggested-actions--flow":"T","suggested-actions--stacked":"D"};var{useFocus:Wr,useLocalizer:Or,useStyleOptions:Ur,useStyleSet:Zr,useSuggestedActions:jr}=Rr;function Gr(e){let[{suggestedActionLayout:t}]=Ur(),[{suggestedActions:a}]=Zr(),r=i(pe);return X.createElement("div",{"aria-label":e["aria-label"],"aria-orientation":"vertical",className:Kr(r["suggested-actions"],a+"",{[r["suggested-actions--flow"]]:t==="flow",[r["suggested-actions--stacked"]]:t!=="flow"},e.className),role:"toolbar"},!!e.children&&!!X.Children.count(e.children)&&e.children)}function $r(){let e=i(pe),t=Or(),[a,r,{activity:o}]=jr(),l=Wr(),c=Xr(()=>{l("sendBox")},[l]),n=z(o)?[]:a.map((b,h)=>{let{displayText:s,image:d,imageAltText:m,text:p,type:g,value:v}=b;return a?.length?X.createElement(st,{buttonText:ue(b),displayText:s,image:d,imageAlt:d&&(m||p),itemIndex:h,key:h,text:p,type:g,value:v}):null});return X.createElement(ct,{onEscapeKey:c},X.createElement(Gr,{"aria-label":t("SUGGESTED_ACTIONS_LABEL_ALT"),className:e["suggested-actions"]},n))}var ge=Vr($r);import Jr,{memo as qr,useMemo as Qr,useState as eo}from"react";import{createContext as Yr}from"react";var bt=Yr(new Proxy({},{get(){throw new Error("botframework-webchat: This hook can only used under its corresponding <Provider>.")}}));bt.displayName="TelephoneKeypad.Context";var G=bt;var to=qr(({children:e})=>{let[t,a]=eo(!1),r=Qr(()=>Object.freeze({setShown:a,shown:t}),[a,t]);return Jr.createElement(G.Provider,{value:r},e)}),we=to;import go,{memo as wo}from"react";import{Components as bo}from"botframework-webchat-component";import uo from"classnames";import w,{memo as pt,useCallback as x,useEffect as ho,useRef as mo}from"react";import{useRefFrom as mt}from"use-ref-from";import fe,{forwardRef as ro,memo as oo,useCallback as no}from"react";import{useRefFrom as io}from"use-ref-from";var ut={"telephone-keypad__button":"i","telephone-keypad__button__ruby":"b","telephone-keypad__button__text":"n","telephone-keypad--horizontal":"C"};var ht=oo(ro(({button:e,"data-testid":t,onClick:a,ruby:r},o)=>{let l=i(ut),c=io(a),n=no(()=>c.current?.(),[c]);return fe.createElement("button",{className:l["telephone-keypad__button"],"data-testid":t,onClick:n,ref:o,type:"button"},fe.createElement("span",{className:l["telephone-keypad__button__text"]},e==="*"?"\u2217":e),!!r&&fe.createElement("ruby",{className:l["telephone-keypad__button__ruby"]},r))}));ht.displayName="TelephoneKeypad.Button";var y=ht;import{useContext as co,useMemo as lo}from"react";function N(){let{setShown:e,shown:t}=co(G);return lo(()=>Object.freeze([t,e]),[t,e])}var ve={"telephone-keypad":"G","telephone-keypad__box":"U","telephone-keypad__info-message":"j","telephone-keypad__info-message-link":"A"};var{LocalizedString:po}=bo,gt=pt(({children:e,isHorizontal:t})=>{let a=i(ve);return t?null:w.createElement("div",{className:a["telephone-keypad__box"]},e)});gt.displayName="TelephoneKeypad:Orientation";var wt=pt(({autoFocus:e,className:t,onButtonClick:a,isHorizontal:r})=>{let o=mt(e),l=i(ve),c=mo(null),n=mt(a),[,b]=N(),h=x(()=>n.current?.("1"),[n]),s=x(()=>n.current?.("2"),[n]),d=x(()=>n.current?.("3"),[n]),m=x(()=>n.current?.("4"),[n]),p=x(()=>n.current?.("5"),[n]),g=x(()=>n.current?.("6"),[n]),v=x(()=>n.current?.("7"),[n]),k=x(()=>n.current?.("8"),[n]),F=x(()=>n.current?.("9"),[n]),S=x(()=>n.current?.("0"),[n]),B=x(()=>n.current?.("*"),[n]),M=x(()=>n.current?.("#"),[n]),R=x(A=>{A.key==="Escape"&&b(!1)},[b]);return ho(()=>{o.current&&c.current?.focus()},[o,c]),w.createElement("div",{className:uo(l["telephone-keypad"],t),onKeyDown:R},w.createElement(gt,{isHorizontal:r},w.createElement(y,{button:"1","data-testid":u.sendBoxTelephoneKeypadButton1,onClick:h,ref:c}),w.createElement(y,{button:"2","data-testid":u.sendBoxTelephoneKeypadButton2,onClick:s,ruby:"ABC"}),w.createElement(y,{button:"3","data-testid":u.sendBoxTelephoneKeypadButton3,onClick:d,ruby:"DEF"}),w.createElement(y,{button:"4","data-testid":u.sendBoxTelephoneKeypadButton4,onClick:m,ruby:"GHI"}),w.createElement(y,{button:"5","data-testid":u.sendBoxTelephoneKeypadButton5,onClick:p,ruby:"JKL"}),w.createElement(y,{button:"6","data-testid":u.sendBoxTelephoneKeypadButton6,onClick:g,ruby:"MNO"}),w.createElement(y,{button:"7","data-testid":u.sendBoxTelephoneKeypadButton7,onClick:v,ruby:"PQRS"}),w.createElement(y,{button:"8","data-testid":u.sendBoxTelephoneKeypadButton8,onClick:k,ruby:"TUV"}),w.createElement(y,{button:"9","data-testid":u.sendBoxTelephoneKeypadButton9,onClick:F,ruby:"WXYZ"}),w.createElement(y,{button:"*","data-testid":u.sendBoxTelephoneKeypadButtonStar,onClick:B}),w.createElement(y,{button:"0","data-testid":u.sendBoxTelephoneKeypadButton0,onClick:S,ruby:"+"}),w.createElement(y,{button:"#","data-testid":u.sendBoxTelephoneKeypadButtonPound,onClick:M})),w.createElement("div",{className:l["telephone-keypad__info-message"]},w.createElement(le,null),w.createElement(po,{linkClassName:l["telephone-keypad__info-message-link"],stringIds:"TELEPHONE_KEYPAD_INPUT_MESSAGE"})))});wt.displayName="TelephoneKeypad";var ft=wt;var vt=wo(e=>N()[0]?go.createElement(ft,{...e}):null);vt.displayName="TelephoneKeypad.Surrogate";var _e=vt;import{hooks as yo}from"botframework-webchat-component";import Y,{useCallback as yt,useRef as xo,memo as ko}from"react";import{useRefFrom as Fo}from"use-ref-from";import ye from"classnames";import xe,{memo as ke}from"react";var $={sendbox__toolbar:"I","sendbox__toolbar-button":"E","sendbox__toolbar-button--selected":"q","sendbox__toolbar-separator":"J"};var vo=e=>e.preventDefault(),H=ke(e=>{let t=i($);return xe.createElement("button",{"aria-label":e["aria-label"],className:ye(t["sendbox__toolbar-button"],e.className,{[t["sendbox__toolbar-button--selected"]]:e.selected}),"data-testid":e["data-testid"],onClick:e.disabled?vo:e.onClick,type:e.type==="submit"?"submit":"button",...e.disabled&&{"aria-disabled":"true",tabIndex:-1}},e.children)});H.displayName="ToolbarButton";var Fe=ke(e=>{let t=i($);return xe.createElement("div",{className:ye(t.sendbox__toolbar,e.className)},e.children)});Fe.displayName="Toolbar";var Ne=ke(e=>{let t=i($);return xe.createElement("div",{"aria-orientation":"vertical",className:ye(t["sendbox__toolbar-separator"],e.className),role:"separator"})});Ne.displayName="ToolbarSeparator";var _t={"sendbox__add-attachment":"K","sendbox__add-attachment-input":"O"};var{useLocalizer:No,useStyleOptions:So}=yo;function To(e){let t=xo(null),a=i(_t),r=No(),[{uploadAccept:o,uploadMultiple:l}]=So(),c=Fo(e.onFilesAdded),n=yt(()=>t.current?.click(),[t]),b=yt(({target:{files:h}})=>{h&&(c.current?.([...h]),t.current&&(t.current.value=""))},[t,c]);return Y.createElement("div",{className:a["sendbox__add-attachment"]},Y.createElement("input",{accept:o,"aria-disabled":e.disabled,"aria-hidden":"true",className:a["sendbox__add-attachment-input"],multiple:l,onInput:e.disabled?void 0:b,readOnly:e.disabled,ref:t,role:"button",tabIndex:-1,type:"file"}),Y.createElement(H,{"aria-label":r("TEXT_INPUT_UPLOAD_BUTTON_ALT"),"data-testid":u.sendBoxUploadButton,onClick:n},Y.createElement(ce,null)))}var xt=ko(To);import{hooks as Co}from"botframework-webchat-component";import Ho,{memo as Mo}from"react";import Ao from"classnames";var kt={sendbox__attachment:"Q"};var{useLocalizer:Lo}=Co,zo={one:"TEXT_INPUT_ATTACHMENTS_ONE",two:"TEXT_INPUT_ATTACHMENTS_TWO",few:"TEXT_INPUT_ATTACHMENTS_FEW",many:"TEXT_INPUT_ATTACHMENTS_MANY",other:"TEXT_INPUT_ATTACHMENTS_OTHER"};function Eo({attachments:e,className:t}){let a=i(kt),r=Lo({plural:!0});return e.length?Ho.createElement("div",{className:Ao(a.sendbox__attachment,t)},r(zo,e.length)):null}var Ft=Mo(Eo);import{useLiveRegion as Do}from"botframework-webchat-component/internal";import St,{memo as Io}from"react";var Nt={"sendbox__error-message":"Y"};function Tt({error:e,id:t}){let a=i(Nt);return Do(()=>e&&St.createElement("div",{className:"sendbox__error-message__status"},e),[e]),St.createElement("span",{className:a["sendbox__error-message"],id:t},e)}Tt.displayName="ErrorMessage";var Bt=Io(Tt);import{hooks as Ro}from"botframework-webchat-component";import{useCallback as Ko,useMemo as Ct,useState as Vo}from"react";import{useRefFrom as Xo}from"use-ref-from";var{useConnectivityStatus:Wo,useLocalizer:Oo}=Ro,Uo=({attachments:e,message:t})=>{let[a]=Wo(),[r,o]=Vo(),l=Oo(),c=Xo(a!=="connected"&&a!=="reconnected"?"offline":!t&&!e.length?"empty":void 0),n=Ct(()=>Object.freeze(new Map().set("empty",l("SEND_BOX_IS_EMPTY_TOOLTIP_ALT")).set("offline",l("CONNECTIVITY_STATUS_ALT_FATAL"))),[l]),b=!!t?.trim();r==="empty"&&b&&o(void 0);let h=Ko(()=>(o(c.current),c.current),[c]);return Ct(()=>Object.freeze([r&&n.get(r),h]),[r,n,h])},Ht=Uo;import{useCallback as Zo}from"react";import{hooks as jo}from"botframework-webchat-component";var{useScrollDown:Go,useScrollUp:$o}=jo;function Se(){let e=Go(),t=$o();return Zo(a=>{if(a.target instanceof HTMLTextAreaElement&&a.target.value)return;let{ctrlKey:r,metaKey:o,shiftKey:l}=a;if(r||o||l)return;let c=!0;switch(a.key){case"End":e({displacement:1/0});break;case"Home":t({displacement:1/0});break;case"PageDown":e();break;case"PageUp":t();break;default:c=!1;break}c&&(a.preventDefault(),a.stopPropagation())},[e,t])}import{useMemo as Yo}from"react";function Te(e){let t=Yo(()=>Math.random().toString(36).substr(2,5),[]);return e=e?`${e}--`:"",`${e}${t}`}var Mt={sendbox:"Z",sendbox__sendbox:"aa","sendbox__attachment--in-grid":"d","sendbox__text-area--in-grid":"ra","sendbox__sendbox-controls--in-grid":"ea","sendbox__telephone-keypad--in-grid":"oa","sendbox__sendbox-text":"ta","sendbox__sendbox-controls":"ca","sendbox__text-counter":"la","sendbox__text-counter--error":"ia"};import At,{memo as qo,useCallback as Qo}from"react";import{hooks as en}from"botframework-webchat-component";var{useLocalizer:tn}=en,Lt=qo(()=>{let[e,t]=N(),a=tn(),r=Qo(()=>t(o=>!o),[t]);return At.createElement(H,{"aria-label":a("TEXT_INPUT_TELEPHONE_KEYPAD_BUTTON_ALT"),"data-testid":u.sendBoxTelephoneKeypadToolbarButton,onClick:r,selected:e},At.createElement(se,null))});Lt.displayName="SendBox.TelephoneKeypadToolbarButton";var zt=Lt;import Be from"classnames";import Ce,{forwardRef as rn,useCallback as on}from"react";var Et={"sendbox__text-area":"ba","sendbox__text-area--hidden":"na","sendbox__text-area-shared":"da","sendbox__text-area-doppelganger":"ha","sendbox__text-area-input":"wa","sendbox__text-area-input--scroll":"sa"};var Pt=rn((e,t)=>{let a=i(Et),r=on(o=>{!o.shiftKey&&o.key==="Enter"&&(o.preventDefault(),"form"in o.target&&o.target.form instanceof HTMLFormElement&&o.target?.form?.requestSubmit())},[]);return Ce.createElement("div",{className:Be(a["sendbox__text-area"],{[a["sendbox__text-area--hidden"]]:e.hidden},e.className),role:e.hidden?"hidden":void 0},Ce.createElement("div",{className:Be(a["sendbox__text-area-doppelganger"],a["sendbox__text-area-shared"],a["sendbox__text-area-input--scroll"])},e.value||e.placeholder," "),Ce.createElement("textarea",{"aria-label":e["aria-label"],className:Be(a["sendbox__text-area-input"],a["sendbox__text-area-shared"],a["sendbox__text-area-input--scroll"]),"data-testid":e["data-testid"],onInput:e.onInput,onKeyDown:r,placeholder:e.placeholder,ref:t,rows:e.startRows??1,tabIndex:e.hidden?-1:void 0,value:e.value}))});Pt.displayName="TextArea";var Dt=Pt;var{useFocus:dn,useLocalizer:sn,useMakeThumbnail:bn,useRegisterFocusSendBox:un,useSendBoxAttachments:hn,useSendBoxValue:mn,useSendMessage:pn,useStyleOptions:gn}=nn;function Kt(e){let t=cn(null),[a,r]=ln(""),[o,l]=mn(),c=e.isPrimary?o:a,n=e.isPrimary?l:r,[b,h]=hn(),[{hideTelephoneKeypadButton:s,hideUploadButton:d,maxMessageLength:m}]=gn(),p=!!m&&c.length>m,g=i(Mt),v=sn(),k=pn(),F=bn(),S=Te("sendbox__error-message-id"),[B,M]=Ht({message:c,attachments:b}),[R]=N(),A=dn();un(I(({noKeyboard:_,waitUntil:O})=>{t.current&&(_?O((async()=>{let K=t.current?.getAttribute("readonly");t.current?.setAttribute("readonly","true"),await new Promise(U=>setTimeout(U,0)),t.current?.focus(),typeof K!="string"?t.current?.removeAttribute("readonly"):t.current?.setAttribute("readonly",K)})()):t.current?.focus())},[t]));let ze=It(b),Ee=It(c),Gt=I(_=>{"tabIndex"in _.target&&typeof _.target.tabIndex=="number"&&_.target.tabIndex>=0||A("sendBox")},[A]),$t=I(_=>n(_.currentTarget.value),[n]),Pe=I(async _=>{let O=Object.freeze(await Promise.all(_.map(K=>F(K).then(U=>Object.freeze({blob:K,...U&&{thumbnailURL:U}})))));h(O)},[F,h]),Yt=I(_=>{_.preventDefault(),M()!=="empty"&&!p&&(k(Ee.current,void 0,{attachments:ze.current}),n(""),h([])),A("sendBox")},[M,p,A,k,n,Ee,ze,h]),Jt=I(_=>k(`/DTMFKey ${_}`),[k]),qt=Se(),Qt={"aria-invalid":"false",...B&&{"aria-describedby":S,"aria-errormessage":S,"aria-invalid":"true"}};return f.createElement("form",{...Qt,className:W(g.sendbox,e.className),onSubmit:Yt},f.createElement(ge,null),f.createElement("div",{className:W(g.sendbox__sendbox),onClickCapture:Gt,onKeyDown:qt},f.createElement(Dt,{"aria-label":v(p?"TEXT_INPUT_LENGTH_EXCEEDED_ALT":"TEXT_INPUT_ALT"),className:W(g["sendbox__sendbox-text"],g["sendbox__text-area--in-grid"]),"data-testid":u.sendBoxTextBox,hidden:R,onInput:$t,placeholder:e.placeholder??v("TEXT_INPUT_PLACEHOLDER"),ref:t,value:c}),f.createElement(_e,{autoFocus:!0,className:g["sendbox__telephone-keypad--in-grid"],isHorizontal:!1,onButtonClick:Jt}),f.createElement(Ft,{attachments:b,className:g["sendbox__attachment--in-grid"]}),f.createElement("div",{className:W(g["sendbox__sendbox-controls"],g["sendbox__sendbox-controls--in-grid"])},!R&&m&&isFinite(m)&&f.createElement("div",{className:W(g["sendbox__text-counter"],{[g["sendbox__text-counter--error"]]:p})},`${c.length}/${m}`),f.createElement(Fe,null,!s&&f.createElement(zt,null),!d&&f.createElement(xt,{onFilesAdded:Pe}),f.createElement(Ne,null),f.createElement(H,{"aria-label":v("TEXT_INPUT_SEND_BUTTON_ALT"),"data-testid":u.sendBoxSendButton,disabled:p||R,type:"submit"},f.createElement(de,null)))),f.createElement(be,{onFilesAdded:Pe}),f.createElement(Bt,{error:B,id:S})))}var J=Rt(e=>f.createElement(Kt,{...e,isPrimary:!0}));J.displayName="PrimarySendBox";var wn=Rt(Kt);import vn from"react";import _n from"classnames";var He={theme:"a","variant-copilot":"e"};var yn="webchat-fluent";function q(e){let t=i(He),a=L(He);return vn.createElement("div",{className:_n(yn,t.theme,a)},e.children)}import{DecoratorComposer as Cn}from"botframework-webchat-api/decorator";import Hn,{memo as Mn}from"react";import Xt,{Fragment as kn,memo as Fn}from"react";var Vt={"borderAnimation-angle":"h","borderAnimation-color1":"w","borderAnimation-color2":"s","borderAnimation-color3":"g","border-flair":"u","borderFlair-animation":"p"};function Nn({children:e}){let t=i(Vt);return Xt.createElement(kn,null,e,Xt.createElement("div",{className:t["border-flair"]}))}var Wt=Fn(Nn);import Me,{memo as Tn}from"react";var Ot={"borderAnimation-position":"v","border-loader":"ga","border-loader__track":"ua","border-loader__loader":"pa"};function Bn({children:e}){let t=i(Ot);return Me.createElement("div",{className:t["border-loader"]},e,Me.createElement("div",{className:t["border-loader__track"]},Me.createElement("div",{className:t["border-loader__loader"]})))}var Ut=Tn(Bn);var An=[e=>e==="activity border"&&(t=>a=>a.livestreamingState==="completing"?Wt:t(a)),e=>e==="activity border"&&(t=>a=>a.livestreamingState==="preparing"?Ut:t(a))];function Ln({children:e}){return Hn.createElement(Cn,{middleware:An},e)}var Ae=Mn(Ln);function Q(e){return!!(e&&e.from.role==="channel"&&e.type==="message"&&"text"in e)}import En,{memo as Pn}from"react";var Zt={"liner-message-activity":"va"};var jt=({activity:e})=>{let t=i(Zt);return En.createElement("div",{className:t["liner-message-activity"],role:"separator"},e.text)};jt.displayName="LinerMessageActivity";var Le=Pn(jt);var{ThemeProvider:Rn}=Dn,Kn=Object.freeze([()=>e=>(...t)=>{let a=t[0]?.activity;if(z(a))return()=>T.createElement(ne,{activity:a});if(Q(a))return()=>T.createElement(Le,{activity:a});let r=e(...t);return r&&((...o)=>T.createElement(re,{activity:a},r(...o)))}]),Vn=[()=>()=>()=>J],Xn=({children:e,variant:t="fluent"})=>T.createElement(De,{variant:t},T.createElement(q,null,T.createElement(we,null,T.createElement(Rn,{activityMiddleware:Kn,sendBoxMiddleware:Vn},T.createElement(Ae,null,e))))),Wn=In(Xn);var Un="tsup",Zn="esmodules",jn="4.18.1-main.20240831.f4058ce",sb={buildTool:Un,moduleFormat:Zn,version:jn};On("botframework-webchat:fluent-theme","version=4.18.1-main.20240831.f4058ce; build-tool=tsup; module-format=esmodules");Z();export{Wn as FluentThemeProvider,sb as buildInfo,u as testIds};
|
|
1
|
+
import{injectMetaTag as wi}from"inject-meta-tag";import{Components as bi}from"botframework-webchat-component";import H,{memo as ui}from"react";import La from"classnames";import $e,{memo as Ea}from"react";import{useContext as pa,useMemo as ga}from"react";import{createContext as ha}from"react";import sa,{memo as ba,useMemo as ua}from"react";function ie({Provider:e},{defaults:t,displayName:a}){let r=({children:o,...n})=>{let c=ua(()=>Object.freeze({...t,...n}),[n]);return sa.createElement(e,{value:c},o)};return r.displayName=a,ba(r)}var ce=ha(new Proxy({},{get(){throw new Error("Unable to use VariantContext without VariantComposer")}})),ma=ie(ce,{defaults:{variant:""},displayName:"VariantComposer"}),Ze=ma;function K(){let{variant:e}=pa(ce);return ga(()=>e.split(" "),[e])}var fa=".webchat-fluent .r{display:contents;font-family:var(--webchat__font--primary);--webchat__bubble--inline-padding: var(--webchat-spacingHorizontalL);--webchat__bubble--block-padding: var(--webchat-spacingVerticalM);--webchat__bubble--min-height: var(--webchat-bubble-minHeight);--webchat__bubble--max-width: var(--webchat-bubble-maxWidth);--webchat-bubble-maxWidth: var(--bubble-maxWidth, 450px);--webchat-bubble-minHeight: var(--bubble-minHeight, 36px);--webchat-externalLink-mask: var(--externalLink-mask, var(--webchat__icon-url--external-link) center center / 10px 10px);--webchat-externalLink-maxWidth: var(--externalLink-maxWidth, 204px)}.webchat-fluent .r:has(.webchat__stacked-layout .webchat__bubble--from-user){--webchat__bubble--background-color: var(--webchat-colorBrandBackground2);--webchat__bubble--block-padding: var(--webchat-spacingVerticalS)}.webchat-fluent .r.x{--webchat__bubble--background-color: var(--webchat-colorNeutralBackground1);--webchat__bubble--border-radius: var(--webchat-borderRadiusXLarge);--webchat__bubble--box-shadow: var(--webchat-shadow4)}.webchat-fluent .r.F{--webchat__bubble--border-radius: var(--webchat-borderRadiusXLarge)}.webchat-fluent .r.F:not(:has(.webchat__bubble--from-user)){--webchat__bubble--block-padding: var(--webchat-spacingVerticalS) var(--webchat-spacingVerticalS);--webchat__bubble--border-radius: var(--webchat-borderRadiusMedium);--webchat__bubble--inline-padding: 34px var(--webchat-spacingHorizontalS);--webchat__bubble--max-width: 100%;display:block;padding-inline-start:var(--webchat-spacingHorizontalM)}.webchat-fluent .r.F:not(:has(.webchat__bubble--from-user)) .webchat__stacked-layout__status{display:none}.webchat-fluent .r.F .webchat__activity-status{margin:0 0 var(--webchat-spacingHorizontalXXS)}.webchat-fluent .r.F .webchat__stacked-layout__status{order:-1}.webchat-fluent .r.F:not(:has(.webchat__bubble--from-user)) .webchat__stacked-layout .webchat__bubble .webchat__text-content{padding-block:calc(var(--webchat-spacingVerticalMNudge) + 20px) var(--webchat-spacingVerticalS)}.webchat-fluent .r.F:not(:has(.webchat__bubble--from-user)) .webchat__stacked-layout .webchat__bubble{margin-block-start:-28px;margin-inline-start:-10px;width:var(--webchat__bubble--max-width)}.webchat-fluent .r .webchat__basic-transcript__activity-body:not(:empty){padding-block-end:var(--webchat-spacingVerticalXL)}.webchat-fluent .r .webchat__stacked-layout{display:flex;flex-flow:column nowrap}.webchat-fluent .r .webchat__stacked-layout .webchat__stacked-layout__content:has(.webchat__bubble){max-width:100%;overflow:visible}.webchat-fluent .r .webchat__stacked-layout .webchat__stacked-layout__status{font-size:var(--webchat__font-size--small);line-height:var(--webchat__line-height--small)}.webchat-fluent .r .webchat__stacked-layout .webchat__bubble{max-width:100%;overflow:visible}.webchat-fluent .r .webchat__stacked-layout .webchat__bubble .webchat__bubble__content{background-color:var(--webchat__bubble--background-color);border-radius:var(--webchat__bubble--border-radius);border-width:0;box-shadow:var(--webchat__bubble--box-shadow);box-sizing:border-box;color:var(--webchat-colorNeutralForeground1);min-height:var(--webchat__bubble--min-height);max-width:var(--webchat__bubble--max-width)}.webchat-fluent .r .webchat__stacked-layout .webchat__bubble .webchat__text-content{font-size:var(--webchat__font-size--medium);line-height:var(--webchat__line-height--medium);min-height:auto;padding-block:var(--webchat__bubble--block-padding);padding-inline:var(--webchat__bubble--inline-padding)}.webchat-fluent .r .webchat__stacked-layout .webchat__bubble .webchat__fileContent__badge{cursor:default;font-size:var(--webchat-fontSizeBase300);line-height:var(--webchat-lineHeightBase300)}.webchat-fluent .r .webchat__stacked-layout .webchat__bubble .webchat__fileContent__badge .webchat__fileContent__fileName{color:var(--webchat-colorBrandForegroundLink);font-family:inherit}.webchat-fluent .r .webchat__stacked-layout .webchat__bubble .webchat__fileContent__badge .webchat__fileContent__size{color:var(--webchat-colorNeutralForeground2);font-family:inherit}.webchat-fluent .r .webchat__render-markdown a[href]:not(.webchat__render-markdown__pure-identifier){color:var(--webchat-colorBrandForegroundLink);text-decoration-color:transparent}.webchat-fluent .r .webchat__render-markdown a[href]:not(.webchat__render-markdown__pure-identifier):target{color:var(--webchat-colorBrandForegroundLinkSelected)}.webchat-fluent .r .webchat__render-markdown a[href]:not(.webchat__render-markdown__pure-identifier):hover{color:var(--webchat-colorBrandForegroundLinkHover);text-decoration:underline 1px currentColor}.webchat-fluent .r .webchat__render-markdown a[href]:not(.webchat__render-markdown__pure-identifier):active{color:var(--webchat-colorBrandForegroundLinkPressed)}.webchat-fluent .r .webchat__render-markdown a[href]:not(.webchat__render-markdown__pure-identifier):focus-visible{outline:none;text-decoration:underline 1px double var(--webchat-colorStrokeFocus2)}.webchat-fluent .r .webchat__render-markdown a[href]:not(.webchat__render-markdown__pure-identifier) .webchat__render-markdown__external-link-icon{background:currentColor;-webkit-mask:var(--webchat__icon-url--external-link) no-repeat;mask:var(--webchat__icon-url--external-link) no-repeat}.webchat-fluent .r .webchat__render-markdown .webchat__render-markdown__citation,.webchat-fluent .r .webchat__render-markdown .webchat__render-markdown__pure-identifier{align-items:center;background-color:var(--webchat-colorNeutralBackground3);border-radius:var(--webchat-borderRadiusMedium);border:var(--webchat-strokeWidthThin) solid var(--webchat-colorNeutralStroke2);box-sizing:border-box;color:var(--webchat-colorNeutralForeground2);display:inline-flex;font-size:var(--webchat-fontSizeBase100);font-weight:var(--webchat-fontWeightSemibold);height:14px;justify-content:center;line-height:var(--webchat-lineHeightBase100);margin-left:var(--webchat-spacingHorizontalXXS);margin-right:var(--webchat-spacingHorizontalXXS);min-width:14px;text-decoration:none;transition:all var(--webchat-durationNormal) var(--webchat-curveDecelerateMid);vertical-align:calc((var(--webchat-lineHeightBase100) - var(--webchat-fontSizeBase100)) / 2)}:is(.webchat-fluent .r .webchat__render-markdown .webchat__render-markdown__citation,.webchat-fluent .r .webchat__render-markdown .webchat__render-markdown__pure-identifier):hover{background-color:var(--webchat-colorBrandBackground2Hover);border-color:var(--webchat-colorBrandStroke2Hover);color:var(--webchat-colorBrandForeground2Hover);cursor:pointer}:is(.webchat-fluent .r .webchat__render-markdown .webchat__render-markdown__citation,.webchat-fluent .r .webchat__render-markdown .webchat__render-markdown__pure-identifier):hover:active{background-color:var(--webchat-colorBrandBackground2Pressed);border-color:var(--webchat-colorBrandStroke2Pressed);color:var(--webchat-colorBrandForeground2Pressed)}:is(.webchat-fluent .r .webchat__render-markdown .webchat__render-markdown__citation,.webchat-fluent .r .webchat__render-markdown .webchat__render-markdown__pure-identifier):before,:is(.webchat-fluent .r .webchat__render-markdown .webchat__render-markdown__citation,.webchat-fluent .r .webchat__render-markdown .webchat__render-markdown__pure-identifier):after{all:unset}:is(.webchat-fluent .r .webchat__render-markdown .webchat__render-markdown__citation,.webchat-fluent .r .webchat__render-markdown .webchat__render-markdown__pure-identifier):has(.webchat__render-markdown__external-link-icon){padding-inline:3px}:is(.webchat-fluent .r .webchat__render-markdown .webchat__render-markdown__citation,.webchat-fluent .r .webchat__render-markdown .webchat__render-markdown__pure-identifier) .webchat__render-markdown__external-link-icon{background:currentColor;height:.7em;-webkit-mask:var(--webchat__icon-url--external-link) no-repeat;mask:var(--webchat__icon-url--external-link) no-repeat}.webchat-fluent .r .webchat__link-definitions__header .webchat__link-definitions__header-text{color:var(--webchat-colorNeutralForeground3)}.webchat-fluent .r .webchat__link-definitions__header .webchat__link-definitions__header-chevron{fill:var(--webchat-colorNeutralForeground3);font-size:var(--webchat__font-size--small);width:1em}.webchat-fluent .r .webchat__link-definitions{--webchat__citation__external-link--mask: var(--webchat-externalLink-mask);--webchat__citation__link--max-width: var(--webchat-externalLink-maxWidth)}.webchat-fluent .r .webchat__link-definitions .webchat__link-definitions__list{color:var(--webchat__color--subtle);display:flex;flex-flow:row wrap;gap:var(--webchat-spacingHorizontalS)}.webchat-fluent .r .webchat__link-definitions .webchat__link-definitions__list-item{border-radius:var(--webchat-borderRadiusMedium);max-width:var(--webchat__citation__link--max-width)}.webchat-fluent .r .webchat__link-definitions .webchat__link-definitions__list-item-box{background-color:var(--webchat-colorNeutralBackground3);border-radius:var(--webchat-borderRadiusMedium);border:var(--webchat-strokeWidthThin) solid var(--webchat-colorNeutralStroke2);box-sizing:border-box;color:currentColor;display:inline-flex;font-size:var(--webchat__font-size--small);height:24px;padding-inline-end:var(--webchat-spacingHorizontalS)}.webchat-fluent .r .webchat__link-definitions .webchat__link-definitions__list-item-body{font-family:inherit;gap:var(--webchat-spacingHorizontalSNudge);min-width:0;padding:0}.webchat-fluent .r .webchat__link-definitions .webchat__link-definitions__badge{align-self:center;background-color:transparent;border-radius:0;border:none;color:currentColor;font-size:var(--webchat-fontSizeBase100);font-weight:var(--webchat-fontWeightSemibold);line-height:var(--webchat-lineHeightBase100);margin:0;min-width:20px;padding:0;position:relative;text-align:center}.webchat-fluent .r .webchat__link-definitions .webchat__link-definitions__badge:after{border-right:var(--webchat-strokeWidthThin) solid var(--webchat-colorNeutralStroke2);bottom:0;content:\"\";display:block;height:16px;position:absolute;right:0;top:0;width:0}.webchat-fluent .r .webchat__link-definitions .webchat__link-definitions__list-item-main-text{gap:var(--webchat-spacingHorizontalXS)}.webchat-fluent .r .webchat__link-definitions .webchat__link-definitions__list-item-text{color:currentColor;text-decoration:none;text-overflow:ellipsis}.webchat-fluent .r .webchat__link-definitions .webchat__link-definitions__list-item-main-text:has(.webchat__link-definitions__open-in-new-window-icon):before{align-self:center;background:currentColor;color:currentColor;content:\"\";flex:none;font-size:var(--webchat-fontSizeBase400);height:1em;-webkit-mask:var(--webchat__citation__external-link--mask) no-repeat;mask:var(--webchat__citation__external-link--mask) no-repeat;padding:0;width:1em}.webchat-fluent .r .webchat__link-definitions :is(.webchat__link-definitions__list-item-badge,.webchat__link-definitions__open-in-new-window-icon){display:none}.webchat-fluent .y{align-items:center;box-sizing:border-box;cursor:default;display:flex;flex-wrap:nowrap;gap:var(--webchat-spacingHorizontalS);max-width:var(--webchat__bubble--max-width);padding-block-start:var(--webchat-spacingVerticalXS);padding-inline:var(--webchat-spacingVerticalMNudge);position:relative;z-index:1}.webchat-fluent .B{aspect-ratio:1;background-color:var(--background-color);border-radius:var(--webchat-borderRadiusSmall);width:20px}.webchat-fluent .S{font-size:var(--webchat-fontSizeBase300);font-weight:var(--webchat-fontWeightSemibold);line-height:var(--webchat-lineHeightBase300);overflow:hidden;text-overflow:ellipsis;text-wrap:nowrap}.webchat-fluent .N{align-items:center;background-color:var(--webchat-colorNeutralBackground5);border-radius:var(--webchat-borderRadiusMedium);color:var(--webchat-colorNeutralForeground3);display:flex;flex:none;font-size:var(--webchat-fontSizeBase100);height:20px;line-height:var(--webchat-lineHeightBase100);padding-inline:var(--webchat-spacingHorizontalXS)}.webchat-fluent .z{box-sizing:border-box;display:grid;gap:var(--webchat-spacingHorizontalXXXL);grid-template-areas:\"body\" \"toolbar\";grid-template-rows:auto auto;padding:var(--webchat-spacingHorizontalXXXL) var(--webchat-spacingHorizontalM);position:relative}.webchat-fluent .H{align-items:center;display:flex;flex-flow:column nowrap;font-family:var(--webchat-fontFamilyBase);font-size:var(--webchat-fontSizeBase300);font-weight:var(--webchat-fontWeightRegular);gap:var(--webchat-spacingVerticalXS);grid-area:body;line-height:var(--webchat-lineHeightBase300);text-align:center}.webchat-fluent .L{opacity:60%}.webchat-fluent .L .o{filter:grayscale(1)}.webchat-fluent .o{border-radius:var(--webchat-borderRadiusMedium);height:64px;margin-block-end:var(--webchat-spacingVerticalM)}.webchat-fluent .X{color:var(--webchat-colorNeutralForeground1);font-family:inherit;font-size:var(--webchat-fontSizeHero700);font-weight:var(--webchat-fontWeightSemibold);line-height:var(--webchat-lineHeightHero700);margin:0}.webchat-fluent .M{font-size:var(--webchat-fontSizeBase300);line-height:var(--webchat-lineHeightBase300)}.webchat-fluent .W{grid-area:toolbar}.webchat-fluent .V{-webkit-appearance:none;appearance:none;background-color:var(--webchat-colorNeutralBackground1);border:0;border-radius:16px;box-shadow:var(--webchat-shadow2);color:var(--webchat-colorNeutralForeground1);cursor:pointer;display:grid;gap:var(--webchat-spacingVerticalS);grid-template-areas:\"title\" \"subtitle\";grid-template-columns:1fr;grid-template-rows:auto 1fr;overflow:hidden;padding:16px 20px;text-align:left;transition:background-color var(--webchat-durationNormal) var(--webchat-curveDecelerateMid);-webkit-user-select:none;user-select:none}.webchat-fluent .V:has(.t){grid-template-areas:\"image title\" \"image subtitle\";grid-template-columns:20px 1fr}.webchat-fluent .V:empty{row-gap:14px}.webchat-fluent .V:is([aria-disabled=true],:empty){cursor:default}.webchat-fluent .V[aria-disabled=true]:not(:empty){background-color:var(--webchat-colorNeutralBackgroundDisabled)}.webchat-fluent .V:hover:not([aria-disabled=true],:empty){background-color:var(--webchat-colorNeutralBackground1Hover)}.webchat-fluent .V:active:not([aria-disabled=true],:empty){background-color:var(--webchat-colorNeutralBackground1Pressed)}.webchat-fluent .V:focus-visible{outline:solid 2px var(--webchat-colorStrokeFocus2);outline-offset:-2px}.webchat-fluent .V:empty:after,.webchat-fluent .V:empty:before{animation:c 3s linear infinite;background-attachment:fixed;background-image:linear-gradient(-90deg,var(--webchat-colorNeutralStencil1) 0%,var(--webchat-colorNeutralStencil2) 50%,var(--webchat-colorNeutralStencil1) 100%);background-size:300% 100%;content:\"\";display:block}@media (prefers-reduced-motion: reduce){.webchat-fluent .V:empty:after,.webchat-fluent .V:empty:before{animation-delay:-1s;animation-play-state:paused}}.webchat-fluent .V:dir(rtl):empty:after,.webchat-fluent .V:dir(rtl):empty:before{animation-direction:reverse}.webchat-fluent .V:empty:after{border-radius:16px;height:16px;width:100%}.webchat-fluent .V:empty:before{border-radius:18px;height:18px;width:66%}@keyframes c{0%{background-position-x:0%}to{background-position-x:-300%}}.webchat-fluent .t{grid-area:image;height:20px;width:20px}.webchat-fluent .R{font-family:var(--webchat-fontFamilyBase);font-size:14px;font-weight:var(--webchat-fontWeightRegular);grid-area:subtitle;line-height:20px;pointer-events:none}.webchat-fluent .P{font-family:var(--webchat-fontFamilyBase);font-size:14px;font-weight:var(--webchat-fontWeightSemibold);grid-area:title;line-height:20px}.webchat-fluent .T{container-name:l;container-type:inline-size}.webchat-fluent .i{display:grid;gap:var(--webchat-spacingHorizontalM);grid-template-columns:1fr 1fr 1fr;padding:0}@container l (width <= 480px){.webchat-fluent .i{grid-template-columns:1fr}}.webchat-fluent .D{background-color:var(--webchat-colorNeutralBackground4);border-radius:inherit;cursor:copy;display:grid;gap:8px;inset:0;place-content:center;place-items:center;position:absolute}.webchat-fluent .C{background-color:#e00;color:#fff}.webchat-fluent .G{height:36px;pointer-events:none;width:36px}.webchat-fluent .U{align-items:center;background:transparent;border-radius:var(--webchat-borderRadiusXLarge);border:var(--webchat-strokeWidthThin) solid var(--webchat-colorBrandStroke2);color:currentColor;cursor:pointer;display:flex;font-family:var(--webchat__font--primary);font-size:var(--webchat-fontSizeBase200);gap:var(--webchat-spacingHorizontalXS);padding:var(--webchat-spacingVerticalXS) var(--webchat-spacingHorizontalS);text-align:start;transition:all var(--webchat-durationNormal) var(--webchat-curveDecelerateMid)}@media (hover: hover){.webchat-fluent .U:not([aria-disabled=true]):hover{background-color:var(--webchat-colorBrandBackground2Hover);color:var(--webchat-colorBrandForeground2Hover)}}.webchat-fluent .U:not([aria-disabled=true]):active{background-color:var(--webchat-colorBrandBackground2Pressed);color:var(--webchat-colorBrandForeground2Pressed)}.webchat-fluent .U[aria-disabled=true]{color:var(--webchat-colorNeutralForegroundDisabled);cursor:not-allowed}.webchat-fluent .j{font-size:var(--webchat-fontSizeBase200);height:1em;width:1em}.webchat-fluent .A{align-items:flex-end;align-self:flex-end;display:flex;flex-direction:column;gap:8px}.webchat-fluent .A:not(:empty){padding-block-end:8px;padding-inline-start:4px}.webchat-fluent .A.I{flex-direction:row;flex-wrap:wrap;justify-content:flex-end}.webchat-fluent .A.E{flex-direction:column}.webchat-fluent .b{-webkit-user-select:none;align-items:center;-webkit-appearance:none;appearance:none;background-color:#fff;border-radius:100%;border:solid 1px var(--webchat-colorNeutralStroke1);color:var(--webchat-colorGray200);font-weight:var(--webchat-fontWeightSemibold);cursor:pointer;display:flex;flex-direction:column;height:60px;opacity:.7;padding:0;position:relative;touch-action:none;user-select:none;width:60px}.webchat-fluent .b:hover{background-color:var(--webchat-colorGray30)}.webchat-fluent .n{color:var(--webchat-colorGray190);font-size:10px}.webchat-fluent .d{font-size:24px;margin-top:8px}.webchat-fluent .q .b{height:32px;justify-content:center;margin:8px 4px;width:32px}.webchat-fluent .q .n{display:none}.webchat-fluent .q .d{font-size:20px;margin-top:0}.webchat-fluent .J{align-items:center;background:var(--webchat-colorNeutralBackground1);border:none;border-radius:var(--webchat-borderRadiusXLarge);display:flex;flex-direction:column;font-family:var(--webchat-fontFamilyBase);justify-content:center}.webchat-fluent .K{box-sizing:border-box;display:grid;gap:16px;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(4,1fr);justify-items:center;padding:16px;width:100%}.webchat-fluent .O{align-items:center;color:var(--webchat-colorNeutralForeground4);display:flex;font-size:12px;gap:6px;margin-block-end:6px}.webchat-fluent .Q{color:var(--webchat-colorBrandForegroundLink);text-decoration-color:transparent}.webchat-fluent .Q:target{color:var(--webchat-colorBrandForegroundLinkSelected)}.webchat-fluent .Q:hover{color:var(--webchat-colorBrandForegroundLinkHover);text-decoration:underline 1px currentColor}.webchat-fluent .Q:active{color:var(--webchat-colorBrandForegroundLinkPressed)}.webchat-fluent .Q:focus-visible{outline:none;text-decoration:underline 1px double var(--webchat-colorStrokeFocus2)}.webchat-fluent .Y{--webchat__sendbox-button-height: 32px;display:flex;gap:4px;height:var(--webchat__sendbox-button-height);margin-inline-start:auto}.webchat-fluent .Z{align-items:center;-webkit-appearance:none;appearance:none;aspect-ratio:1;background:transparent;border-radius:var(--webchat-borderRadiusSmall);border:none;color:currentColor;cursor:pointer;display:flex;height:var(--webchat__sendbox-button-height);justify-content:center;padding:3px}.webchat-fluent .Z>svg{font-size:20px;pointer-events:none}.webchat-fluent .Z.aa{color:var(--webchat-colorNeutralForeground2BrandSelected)}@media (hover: hover){.webchat-fluent .Z:not([aria-disabled=true]):hover{color:var(--webchat-colorNeutralForeground2BrandHover)}}.webchat-fluent .Z:not([aria-disabled=true]):active{color:var(--webchat-colorNeutralForeground2BrandPressed)}.webchat-fluent .Z[aria-disabled=true]{color:var(--webchat-colorNeutralForegroundDisabled);cursor:not-allowed}.webchat-fluent .ra{align-self:center;border-inline-end:1px solid var(--webchat-colorNeutralStroke2);height:28px}.webchat-fluent .ra:is(:first-child,:last-child,:only-child){display:none}.webchat-fluent .ea{display:grid}.webchat-fluent .oa{font-size:0;height:0;opacity:0;width:1px}.webchat-fluent .ta{border-radius:var(--webchat-borderRadiusLarge);border:1px solid var(--webchat-colorNeutralStroke1);cursor:default;padding:6px 8px;width:fit-content}.webchat-fluent .ca{color:transparent;font-size:0;height:0;left:0;position:absolute;top:0;width:0}.webchat-fluent .h{--webchat__sendbox--padding: var(--webchat__padding--sendbox);color:var(--webchat-colorNeutralForeground1);font-family:var(--webchat-fontFamilyBase);padding:var(--webchat__sendbox--padding);text-rendering:optimizeLegibility;--webchat-sendbox-attachment-area-active: ;--webchat-sendbox-border-radius: var(--webchat-borderRadiusLarge)}.webchat-fluent .h.la .w:not(.s){visibility:hidden}.webchat-fluent .ia{background-color:var(--webchat-colorNeutralBackground1);border-radius:var(--webchat-sendbox-border-radius);border:1px solid var(--webchat-colorNeutralStroke1);display:grid;font-family:var(--webchat-fontFamilyBase);font-size:14px;gap:6px;grid-template:[telephone-keypad-start] \"text-area\" [telephone-keypad-end] var(--webchat-sendbox-attachment-area-active) \"controls\" / [telephone-keypad] 1fr;line-height:20px;padding:8px;position:relative}.webchat-fluent .ia:has(.g){--webchat-sendbox-attachment-area-active: \"attachment\" }.webchat-fluent .ia:focus-within{border-color:var(--webchat-colorNeutralStroke1Selected)}.webchat-fluent .ia:after{border-bottom-left-radius:var(--webchat-sendbox-border-radius);border-bottom-right-radius:var(--webchat-sendbox-border-radius);border-bottom:var(--webchat-strokeWidthThicker) solid var(--webchat-colorCompoundBrandForeground1Hover);bottom:-1px;clip-path:inset(calc(100% - var(--webchat-strokeWidthThicker)) 50% 0 50%);content:\"\";height:var(--webchat-sendbox-border-radius);left:-1px;position:absolute;right:-1px;transition:clip-path var(--webchat-durationUltraFast) var(--webchat-curveAccelerateMid)}.webchat-fluent .ia:focus-within:after{clip-path:inset(calc(100% - var(--webchat-strokeWidthThicker)) 0 0 0);transition:clip-path var(--webchat-durationNormal) var(--webchat-curveDecelerateMid)}.webchat-fluent .ia>.ba{grid-area:text-area}.webchat-fluent .ia>.g{grid-area:attachment}.webchat-fluent .ia>.na{grid-area:controls}.webchat-fluent .ia>.da{grid-area:telephone-keypad}.webchat-fluent .ha{background-color:transparent;border:none;flex:auto;font-family:var(--webchat-fontFamilyBase);font-size:14px;line-height:20px;outline:none;padding:4px 4px 0;resize:none}@media only screen and (hover: none) and (pointer: coarse){.webchat-fluent .ha:focus-within{font-size:16px}}.webchat-fluent .wa{align-items:center;display:flex;padding-inline-start:4px}.webchat-fluent .w{color:var(--webchat-colorNeutralForeground4);cursor:default;font-family:var(--webchat-fontFamilyNumeric);font-size:10px;line-height:14px;margin-inline-end:4px}.webchat-fluent .s{color:var(--webchat-colorStatusDangerForeground1)}.webchat-fluent .sa{display:grid;grid-template-areas:\"main\";max-height:200px;overflow:hidden}.webchat-fluent .ga{height:0;visibility:collapse}.webchat-fluent .ua{border:none;font:inherit;grid-area:main;outline:inherit;overflow-wrap:anywhere;resize:inherit;scrollbar-gutter:stable}.webchat-fluent .va{overflow:hidden;visibility:hidden;white-space:pre-wrap}.webchat-fluent .pa{background-color:inherit;color:currentColor;height:100%;padding:0}.webchat-fluent .ma{scrollbar-color:unset;scrollbar-width:unset;-moz-scrollbar-color:var(--webchat-colorNeutralBackground5) var(--webchat-colorNeutralForeground2);-moz-scrollbar-width:thin}.webchat-fluent .ma::-webkit-scrollbar{width:8px}.webchat-fluent .ma::-webkit-scrollbar-track{background-color:var(--webchat-colorNeutralBackground5);border-radius:16px}.webchat-fluent .ma::-webkit-scrollbar-thumb{background-color:var(--webchat-colorNeutralForeground2);border-radius:16px}.webchat-fluent .ma::-webkit-scrollbar-corner{background-color:var(--webchat-colorNeutralBackground5)}.webchat-fluent.a{display:contents;--webchat-colorNeutralForegroundDisabled: var(--colorNeutralForegroundDisabled, #bdbdbd);--webchat-colorNeutralForeground1: var(--colorNeutralForeground1, #242424);--webchat-colorNeutralForeground1Hover: var(--colorNeutralForeground1Hover, #242424);--webchat-colorNeutralForeground1Pressed: var(--colorNeutralForeground1Pressed, #242424);--webchat-colorNeutralForeground2: var(--colorNeutralForeground2, #424242);--webchat-colorNeutralForeground2BrandHover: var(--colorNeutralForeground2BrandHover, #02729c);--webchat-colorNeutralForeground2BrandPressed: var(--colorNeutralForeground2BrandPressed, #01678c);--webchat-colorNeutralForeground2BrandSelected: var(--colorNeutralForeground2BrandSelected, #067191);--webchat-colorNeutralForeground3: var(--colorNeutralForeground3, #616161);--webchat-colorNeutralForeground4: var(--colorNeutralForeground4, #707070);--webchat-colorNeutralForeground5: var(--colorNeutralForeground5, #7e7e7e);--webchat-colorNeutralBackgroundDisabled: var(--colorNeutralBackgroundDisabled, #f0f0f0);--webchat-colorNeutralBackground1: var(--colorNeutralBackground1, #ffffff);--webchat-colorNeutralBackground1Hover: var(--colorNeutralBackground1Hover, #f5f5f5);--webchat-colorNeutralBackground1Pressed: var(--colorNeutralBackground1Pressed, #e0e0e0);--webchat-colorNeutralBackground3: var(--colorNeutralBackground3, #f5f5f5);--webchat-colorNeutralBackground4: var(--colorNeutralBackground4, #f0f0f0);--webchat-colorNeutralBackground5: var(--colorNeutralBackground5, #ebebeb);--webchat-colorNeutralBackground6: var(--colorNeutralBackground6, #e6e6e6);--webchat-colorNeutralStencil1: var(--colorNeutralStencil1, #e6e6e6);--webchat-colorNeutralStencil2: var(--colorNeutralStencil2, #fafafa);--webchat-colorTransparentBackground: var(--colorTransparentBackground, rgba(0, 0, 0, .4));--webchat-colorNeutralStrokeDisabled: var(--colorNeutralStrokeDisabled, #e0e0e0);--webchat-colorNeutralStroke1: var(--colorNeutralStroke1, #d1d1d1);--webchat-colorNeutralStroke1Hover: var(--colorNeutralStroke1Hover, #c7c7c7);--webchat-colorNeutralStroke1Pressed: var(--colorNeutralStroke1Pressed, #b3b3b3);--webchat-colorNeutralStroke1Selected: var(--colorNeutralStroke1Selected, #bdbdbd);--webchat-colorNeutralStroke2: var(--colorNeutralStroke2, #e0e0e0);--webchat-colorStrokeFocus2: var(--colorStrokeFocus2, #000000);--webchat-colorBrandStroke2: var(--colorBrandStroke2, #9edcf7);--webchat-colorBrandStroke2Pressed: var(--colorBrandStroke2Pressed, #01384d);--webchat-colorTransparentStroke: var(--colorTransparentStroke, transparent);--webchat-colorBrandForeground1: var(--colorBrandForeground1, #01678c);--webchat-colorBrandForeground2Hover: var(--colorBrandForeground2Hover, #015a7a);--webchat-colorBrandForeground2Pressed: var(--colorBrandForeground2Pressed, #01384d);--webchat-colorBrandForegroundLink: var(--colorBrandForegroundLink, #01678c);--webchat-colorBrandForegroundLinkHover: var(--colorBrandForegroundLinkHover, #015a7a);--webchat-colorBrandForegroundLinkPressed: var(--colorBrandForegroundLinkPressed, #014259);--webchat-colorBrandForegroundLinkSelected: var(--colorBrandForegroundLinkSelected, #01678c);--webchat-colorBrandBackground2: var(--colorBrandBackground2, #def2fc);--webchat-colorBrandBackground2Hover: var(--colorBrandBackground2Hover, #bee7fa);--webchat-colorBrandBackground2Pressed: var(--colorBrandBackground2Pressed, #7fd2f5);--webchat-colorCompoundBrandForeground1Hover: var(--colorCompoundBrandForeground1Hover, #02729c);--webchat-colorStatusDangerForeground1: var(--colorStatusDangerForeground1, #b10e1c);--webchat-colorGray30: var(--colorGray30, #edebe9);--webchat-colorGray160: var(--colorGray160, #323130);--webchat-colorGray190: var(--colorGray190, #201f1e);--webchat-colorGray200: var(--colorGray200, #1b1a19);--webchat-shadow2: var(--shadow2, 0 0 2px rgba(0, 0, 0, 12%), 0 1px 2px rgba(0, 0, 0, 14%));--webchat-shadow4: var(--shadow4, 0 0 2px rgba(0, 0, 0, .12), 0 2px 4px rgba(0, 0, 0, .14));--webchat-shadow16: var(--shadow16, 0 6.4px 14.4px 0 rgba(0, 0, 0, .132), 0 1.2px 3.6px 0 rgba(0, 0, 0, .108));--webchat-shadow64: var(--shadow64, 0 0 8px rgba(0, 0, 0, .12), 0 32px 64px rgba(0, 0, 0, .14));--webchat-spacingHorizontalNone: var(--spacingHorizontalNone, 0);--webchat-spacingHorizontalXXS: var(--spacingHorizontalXXS, 2px);--webchat-spacingHorizontalXS: var(--spacingHorizontalXS, 4px);--webchat-spacingHorizontalSNudge: var(--spacingHorizontalSNudge, 6px);--webchat-spacingHorizontalS: var(--spacingHorizontalS, 8px);--webchat-spacingHorizontalMNudge: var(--spacingHorizontalMNudge, 10px);--webchat-spacingHorizontalM: var(--spacingHorizontalM, 12px);--webchat-spacingHorizontalL: var(--spacingHorizontalL, 16px);--webchat-spacingHorizontalXL: var(--spacingHorizontalXL, 20px);--webchat-spacingHorizontalXXL: var(--spacingHorizontalXXL, 24px);--webchat-spacingHorizontalXXXL: var(--spacingHorizontalXXXL, 32px);--webchat-spacingVerticalNone: var(--spacingVerticalNone, 0);--webchat-spacingVerticalXXS: var(--spacingVerticalXXS, 2px);--webchat-spacingVerticalXS: var(--spacingVerticalXS, 4px);--webchat-spacingVerticalSNudge: var(--spacingVerticalSNudge, 6px);--webchat-spacingVerticalS: var(--spacingVerticalS, 8px);--webchat-spacingVerticalMNudge: var(--spacingVerticalMNudge, 10px);--webchat-spacingVerticalM: var(--spacingVerticalM, 12px);--webchat-spacingVerticalL: var(--spacingVerticalL, 16px);--webchat-spacingVerticalXL: var(--spacingVerticalXL, 20px);--webchat-spacingVerticalXXL: var(--spacingVerticalXXL, 24px);--webchat-spacingVerticalXXXL: var(--spacingVerticalXXXL, 32px);--webchat-fontFamilyBase: var(--fontFamilyBase, \"Segoe UI\", \"Segoe UI Web (West European)\", -apple-system, BlinkMacSystemFont, Roboto, \"Helvetica Neue\", sans-serif);--webchat-fontFamilyNumeric: var(--fontFamilyNumeric, Bahnschrift, \"Segoe UI\", \"Segoe UI Web (West European)\", -apple-system, BlinkMacSystemFont, Roboto, \"Helvetica Neue\", sans-serif);--webchat-fontWeightRegular: var(--fontWeightRegular, 400);--webchat-fontWeightSemibold: var(--fontWeightSemibold, 600);--webchat-fontSizeBase100: var(--fontSizeBase100, 10px);--webchat-fontSizeBase200: var(--fontSizeBase200, 12px);--webchat-fontSizeBase300: var(--fontSizeBase300, 14px);--webchat-fontSizeBase400: var(--fontSizeBase400, 16px);--webchat-fontSizeBase500: var(--fontSizeBase500, 20px);--webchat-fontSizeBase600: var(--fontSizeBase600, 24px);--webchat-fontSizeHero700: var(--fontSizeHero700, 28px);--webchat-fontSizeHero800: var(--fontSizeHero800, 32px);--webchat-fontSizeHero900: var(--fontSizeHero900, 40px);--webchat-lineHeightBase100: var(--lineHeightBase100, 14px);--webchat-lineHeightBase200: var(--lineHeightBase200, 16px);--webchat-lineHeightBase300: var(--lineHeightBase300, 20px);--webchat-lineHeightBase400: var(--lineHeightBase400, 22px);--webchat-lineHeightBase500: var(--lineHeightBase500, 28px);--webchat-lineHeightBase600: var(--lineHeightBase600, 32px);--webchat-lineHeightHero700: var(--lineHeightHero700, 36px);--webchat-lineHeightHero800: var(--lineHeightHero800, 40px);--webchat-lineHeightHero900: var(--lineHeightHero900, 52px);--webchat-lineHeightHero1000: var(--lineHeightHero1000, 92px);--webchat-borderRadiusSmall: var(--borderRadiusSmall, 2px);--webchat-borderRadiusMedium: var(--borderRadiusMedium, 4px);--webchat-borderRadiusLarge: var(--borderRadiusLarge, 6px);--webchat-borderRadiusXLarge: var(--borderRadiusXLarge, 8px);--webchat-strokeWidthThin: var(--strokeWidthThin, 1px);--webchat-strokeWidthThick: var(--strokeWidthThicker, 2px);--webchat-strokeWidthThicker: var(--strokeWidthThicker, 3px);--webchat-durationUltraFast: var(--durationUltraFast, 0);--webchat-durationNormal: var(--durationNormal, .2s);--webchat-durationUltraSlow: var(--durationUltraSlow, .5s);--webchat-curveAccelerateMid: var(--curveAccelerateMid, cubic-bezier(1,0,1,1));--webchat-curveDecelerateMid: var(--curveDecelerateMid, cubic-bezier(0,0,0,1))}@media (prefers-reduced-motion){.webchat-fluent.a{--webchat-durationUltraFast: .01ms;--webchat-durationNormal: .01ms}}.webchat-fluent.a .webchat__css-custom-properties{--webchat__color--accent: var(--webchat-colorBrandForeground1);--webchat__color--subtle: var(--webchat-colorNeutralForeground2);--webchat__color--timestamp: var(--webchat-colorNeutralForeground3);--webchat__font--primary: var(--webchat-fontFamilyBase);--webchat__font-size--small: var(--webchat-fontSizeBase200);--webchat__font-size--medium: var(--webchat-fontSizeBase300);--webchat__line-height--small: var(--webchat-lineHeightBase200);--webchat__line-height--medium: var(--webchat-lineHeightBase300);--webchat__max-width--bubble: var(--webchat-bubble-maxWidth);--webchat__min-height--bubble: var(--webchat-bubble-minHeight);--webchat__padding--regular: var(--webchat-spacingVerticalS);--webchat__padding--sendbox: var(--webchat-spacingVerticalNone) var(--webchat-spacingHorizontalMNudge) var(--webchat-spacingHorizontalMNudge);--webchat__border-animation--color-1: #464FEB;--webchat__border-animation--color-2: #47CFFA;--webchat__border-animation--color-3: #B47CF8}.webchat-fluent.a.e .webchat__css-custom-properties{--webchat__padding--sendbox: var(--webchat-spacingVerticalNone) var(--webchat-spacingHorizontalXL) var(--webchat-spacingVerticalMNudge) var(--webchat-spacingHorizontalMNudge)}.webchat-fluent.a .webchat__surface{background-color:var(--webchat__color--surface)}.webchat-fluent.a.e .webchat__surface{box-sizing:border-box;padding-inline-start:var(--webchat-spacingHorizontalMNudge)}.webchat-fluent.a .webchat__basic-transcript .webchat__basic-transcript__scrollable{scrollbar-color:unset;scrollbar-width:unset;-moz-scrollbar-color:var(--webchat-colorNeutralForeground5) transparent;-moz-scrollbar-width:thin}.webchat-fluent.a .webchat__basic-transcript .webchat__basic-transcript__scrollable::-webkit-scrollbar{width:var(--webchat-spacingVerticalMNudge);visibility:hidden}.webchat-fluent.a .webchat__basic-transcript .webchat__basic-transcript__scrollable:hover::-webkit-scrollbar{width:var(--webchat-spacingVerticalMNudge)}.webchat-fluent.a .webchat__basic-transcript .webchat__basic-transcript__scrollable:hover::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:var(--webchat-colorNeutralForeground5);border-radius:10px;border-right:4px solid transparent;border:3px solid transparent}.webchat-fluent.a .webchat__basic-transcript .webchat__basic-transcript__scrollable:hover::-webkit-scrollbar-thumb:hover{background-clip:padding-box;background-color:var(--webchat-colorNeutralForeground5);border-radius:10px;border-right:2px solid transparent;border:1px solid transparent}.webchat-fluent.a.e .webchat__basic-transcript .webchat__basic-transcript__scrollable{scrollbar-gutter:stable}.webchat-fluent.a .webchat__basic-transcript .webchat__basic-transcript__terminator:focus-visible+.webchat__basic-transcript__focus-indicator{border-color:var(--webchat-colorStrokeFocus2)}.webchat-fluent.a .webchat__basic-transcript:not(:focus-visible) .webchat__basic-transcript__activity-indicator--focus{display:none}.webchat-fluent.a .webchat__basic-transcript:focus-visible:has(.webchat__basic-transcript__activity-indicator--focus) .webchat__basic-transcript__focus-indicator{display:none}.webchat-fluent.a .webchat__basic-transcript:focus-visible .webchat__basic-transcript__activity:has(.webchat__basic-transcript__activity-indicator--focus) .webchat__basic-transcript__activity-indicator--focus{display:none}.webchat-fluent.a .webchat__basic-transcript:focus-visible .webchat__basic-transcript__activity:has(.webchat__basic-transcript__activity-indicator--focus) .webchat__bubble:after,.webchat-fluent.a .webchat__basic-transcript:focus-visible .webchat__basic-transcript__activity:has(.webchat__basic-transcript__activity-indicator--focus) .pre-chat-message-activity:after{border-radius:var(--webchat__bubble--border-radius);content:\"\";inset:0;outline-offset:0;outline:var(--webchat-strokeWidthThick) solid var(--webchat-colorStrokeFocus2);pointer-events:none;position:absolute}.webchat-fluent.a .webchat__basic-transcript:focus-visible .webchat__basic-transcript__activity:has(.webchat__basic-transcript__activity-indicator--focus) .pre-chat-message-activity:after{border-radius:var(--webchat-borderRadiusMedium);outline-offset:-3px}.webchat-fluent.a .webchat__basic-transcript:focus-visible .webchat__basic-transcript__activity:has(.webchat__basic-transcript__activity-indicator--focus) .liner-message-activity__text{border-radius:20px;outline-offset:4px;outline:var(--webchat-strokeWidthThick) solid var(--webchat-colorStrokeFocus2)}.webchat-fluent.a.e .webchat__basic-transcript .webchat__basic-transcript__filler{flex-grow:0}.webchat-fluent.a .webchat__basic-transcript:has(.webchat__basic-transcript__activity:only-child):has(.pre-chat-message-activity) .webchat__basic-transcript__filler{flex-grow:.5}.webchat-fluent.a .webchat__modal-dialog{height:100%;display:grid;place-items:center}.webchat-fluent.a .webchat__modal-dialog::backdrop{background-color:var(--webchat-colorTransparentBackground)}.webchat-fluent.a .webchat__modal-dialog .webchat__modal-dialog__box{background-color:var(--webchat-colorNeutralBackground1);border-radius:var(--webchat-borderRadiusXLarge);position:relative;color:var(--webchat-colorNeutralForeground1);box-shadow:var(--webchat-shadow64)}.webchat-fluent.a .webchat__modal-dialog .webchat__modal-dialog__close-button{color:var(--webchat-colorNeutralForeground1);transition:background-color var(--webchat-durationNormal) var(--webchat-curveDecelerateMid)}.webchat-fluent.a .webchat__modal-dialog .webchat__modal-dialog__close-button:focus:not(:active):hover{background-color:var(--webchat-colorNeutralBackground3)}.webchat-fluent.a .webchat__modal-dialog .webchat__modal-dialog__close-button:focus:active{background-color:var(--webchat-colorNeutralBackground4)}.webchat-fluent.a .webchat__modal-dialog .webchat__modal-dialog__close-button:not(:focus-visible){border:none}.webchat-fluent.a .webchat__modal-dialog .webchat__modal-dialog__close-button:focus{border-color:var(--webchat-colorStrokeFocus2)}.webchat-fluent.a .webchat__modal-dialog .webchat__modal-dialog__close-button-image{fill:currentColor}.webchat-fluent.a .webchat__activity-button{background:var(--webchat-colorNeutralBackground1);border-radius:var(--webchat-borderRadiusMedium);border:var(--webchat-strokeWidthThin) solid var(--webchat-colorNeutralStroke1);color:var(--webchat-colorNeutralForeground1);gap:var(--webchat-spacingHorizontalXS);padding:5px var(--webchat-spacingHorizontalM)}.webchat-fluent.a .webchat__activity-button:hover{background:var(--webchat-colorNeutralBackground1Hover);border:var(--webchat-strokeWidthThin) solid var(--webchat-colorNeutralStroke1Hover);color:var(--webchat-colorNeutralForeground1Hover)}.webchat-fluent.a .webchat__activity-button:active{background:var(--webchat-colorNeutralBackground1Pressed);border:var(--webchat-strokeWidthThin) solid var(--webchat-colorNeutralStroke1Pressed);color:var(--webchat-colorNeutralForeground1Pressed)}.webchat-fluent.a .webchat__activity-button:focus-visible{background:var(--webchat-colorNeutralBackground1);outline:var(--webchat-strokeWidthThick) solid var(--webchat-colorStrokeFocus2);outline-offset:calc(var(--webchat-strokeWidthThick) * -1)}.webchat-fluent.a .webchat__activity-button[aria-disabled=true]{background:var(--webchat-colorNeutralBackgroundDisabled);border:var(--webchat-strokeWidthThin) solid var(--webchat-colorNeutralStrokeDisabled);color:var(--webchat-colorNeutralForegroundDisabled)}.webchat-fluent.a .webchat__activity-button .webchat__activity-button__icon{height:20px;width:20px}.webchat-fluent.a .webchat__activity-copy-button .webchat__activity-copy-button__copied-text{background-color:var(--webchat-colorNeutralBackground1)}.webchat-fluent.a .webchat__activity-copy-button.webchat__activity-copy-button--copied .webchat__activity-copy-button__copied-text{animation-duration:var(--webchat-durationUltraSlow)}.webchat-fluent.a .webchat__monochrome-image-masker{background-color:var(--webchat-colorNeutralForeground4)}@property --webchat-decorator-borderFlair-animated-angle{inherits: true; initial-value: 0; syntax: \"<number>\";}@property --webchat-decorator-borderFlair-animated-color1{inherits: true; initial-value: transparent; syntax: \"<color>\";}@property --webchat-decorator-borderFlair-animated-color2{inherits: true; initial-value: transparent; syntax: \"<color>\";}@property --webchat-decorator-borderFlair-animated-color3{inherits: true; initial-value: transparent; syntax: \"<color>\";}@keyframes u{0%{--webchat-decorator-borderFlair-animated-angle: .75}to{--webchat-decorator-borderFlair-animated-angle: 2.75}}@keyframes v{0%{--webchat-decorator-borderFlair-animated-color1: var(--webchat-decorator-borderFlair-color1Fade)}33%{--webchat-decorator-borderFlair-animated-color1: var(--webchat-decorator-borderFlair-color1)}83%{--webchat-decorator-borderFlair-animated-color1: var(--webchat-decorator-borderFlair-color1)}to{--webchat-decorator-borderFlair-animated-color1: var(--webchat-decorator-borderFlair-color1Fade)}}@keyframes p{0%{--webchat-decorator-borderFlair-animated-color2: var(--webchat-decorator-borderFlair-color2Fade)}33%{--webchat-decorator-borderFlair-animated-color2: var(--webchat-decorator-borderFlair-color2)}83%{--webchat-decorator-borderFlair-animated-color2: var(--webchat-decorator-borderFlair-color2)}to{--webchat-decorator-borderFlair-animated-color2: var(--webchat-decorator-borderFlair-color2Fade)}}@keyframes m{0%{--webchat-decorator-borderFlair-animated-color3: var(--webchat-decorator-borderFlair-color3Fade)}33%{--webchat-decorator-borderFlair-animated-color3: var(--webchat-decorator-borderFlair-color3)}83%{--webchat-decorator-borderFlair-animated-color3: var(--webchat-decorator-borderFlair-color3)}to{--webchat-decorator-borderFlair-animated-color3: var(--webchat-decorator-borderFlair-color3Fade)}}.webchat-fluent ._{--webchat-decorator-borderFlair-color1: var(--webchat-borderFlair-color1, var(--webchat__border-animation--color-1));--webchat-decorator-borderFlair-color2: var(--webchat-borderFlair-color2, var(--webchat__border-animation--color-2));--webchat-decorator-borderFlair-color3: var(--webchat-borderFlair-color3, var(--webchat__border-animation--color-3));--webchat-decorator-borderFlair-color1Fade: var(--webchat-borderFlair-color1Fade, transparent);--webchat-decorator-borderFlair-color2Fade: var(--webchat-borderFlair-color2Fade, transparent);--webchat-decorator-borderFlair-color3Fade: var(--webchat-borderFlair-color1Fade, transparent);--webchat-decorator-borderFlair-borderSize: var(--webchat-borderFlair-borderSize, 2px);--webchat-decorator-borderFlair-backgroundSize: calc(100% + (2 * var(--webchat-decorator-borderFlair-borderSize)));--webchat-decorator-borderFlair-borderGradient: linear-gradient(calc(var(--webchat-decorator-borderFlair-animated-angle) * 180deg + 45deg), var(--webchat-decorator-borderFlair-animated-color1), var(--webchat-decorator-borderFlair-animated-color2), var(--webchat-decorator-borderFlair-animated-color3));--webchat-decorator-borderFlair-borderMask: linear-gradient(hsl(0 0% 100% / 0), hsl(0 0% 100% / 0)) padding-box, linear-gradient(hsl(0 0% 100%), hsl(0 0% 100%)) border-box;animation:u 2s linear 0ms forwards,v 1.2s linear 0ms forwards,p 1.2s linear .2s forwards,m 1.2s linear .4s forwards;background:var(--webchat-decorator-borderFlair-borderGradient) center center / var(--webchat-decorator-borderFlair-backgroundSize) var(--webchat-decorator-borderFlair-backgroundSize);border:var(--webchat-decorator-borderFlair-borderSize) solid transparent;border-radius:inherit;inset:0;isolation:isolate;-webkit-mask:var(--webchat-decorator-borderFlair-borderMask);-webkit-mask-composite:clear;mask:var(--webchat-decorator-borderFlair-borderMask);mask-composite:intersect;pointer-events:none;position:absolute}.webchat-fluent ._a{animation-play-state:paused}@supports (-moz-appearance: none){@keyframes f{0%{--webchat-decorator-borderFlair-animated: 0}1%{--webchat-decorator-borderFlair-animated: .01}2%{--webchat-decorator-borderFlair-animated: .02}3%{--webchat-decorator-borderFlair-animated: .03}4%{--webchat-decorator-borderFlair-animated: .04}5%{--webchat-decorator-borderFlair-animated: .05}6%{--webchat-decorator-borderFlair-animated: .06}7%{--webchat-decorator-borderFlair-animated: .07}8%{--webchat-decorator-borderFlair-animated: .08}9%{--webchat-decorator-borderFlair-animated: .09}10%{--webchat-decorator-borderFlair-animated: .1}11%{--webchat-decorator-borderFlair-animated: .11}12%{--webchat-decorator-borderFlair-animated: .12}13%{--webchat-decorator-borderFlair-animated: .13}14%{--webchat-decorator-borderFlair-animated: .14}15%{--webchat-decorator-borderFlair-animated: .15}16%{--webchat-decorator-borderFlair-animated: .16}17%{--webchat-decorator-borderFlair-animated: .17}18%{--webchat-decorator-borderFlair-animated: .18}19%{--webchat-decorator-borderFlair-animated: .19}20%{--webchat-decorator-borderFlair-animated: .2}21%{--webchat-decorator-borderFlair-animated: .21}22%{--webchat-decorator-borderFlair-animated: .22}23%{--webchat-decorator-borderFlair-animated: .23}24%{--webchat-decorator-borderFlair-animated: .24}25%{--webchat-decorator-borderFlair-animated: .25}26%{--webchat-decorator-borderFlair-animated: .26}27%{--webchat-decorator-borderFlair-animated: .27}28%{--webchat-decorator-borderFlair-animated: .28}29%{--webchat-decorator-borderFlair-animated: .29}30%{--webchat-decorator-borderFlair-animated: .3}31%{--webchat-decorator-borderFlair-animated: .31}32%{--webchat-decorator-borderFlair-animated: .32}33%{--webchat-decorator-borderFlair-animated: .33}34%{--webchat-decorator-borderFlair-animated: .34}35%{--webchat-decorator-borderFlair-animated: .35}36%{--webchat-decorator-borderFlair-animated: .36}37%{--webchat-decorator-borderFlair-animated: .37}38%{--webchat-decorator-borderFlair-animated: .38}39%{--webchat-decorator-borderFlair-animated: .39}40%{--webchat-decorator-borderFlair-animated: .4}41%{--webchat-decorator-borderFlair-animated: .41}42%{--webchat-decorator-borderFlair-animated: .42}43%{--webchat-decorator-borderFlair-animated: .43}44%{--webchat-decorator-borderFlair-animated: .44}45%{--webchat-decorator-borderFlair-animated: .45}46%{--webchat-decorator-borderFlair-animated: .46}47%{--webchat-decorator-borderFlair-animated: .47}48%{--webchat-decorator-borderFlair-animated: .48}49%{--webchat-decorator-borderFlair-animated: .49}50%{--webchat-decorator-borderFlair-animated: .5}51%{--webchat-decorator-borderFlair-animated: .51}52%{--webchat-decorator-borderFlair-animated: .52}53%{--webchat-decorator-borderFlair-animated: .53}54%{--webchat-decorator-borderFlair-animated: .54}55%{--webchat-decorator-borderFlair-animated: .55}56%{--webchat-decorator-borderFlair-animated: .56}57%{--webchat-decorator-borderFlair-animated: .57}58%{--webchat-decorator-borderFlair-animated: .58}59%{--webchat-decorator-borderFlair-animated: .59}60%{--webchat-decorator-borderFlair-animated: .6}61%{--webchat-decorator-borderFlair-animated: .61}62%{--webchat-decorator-borderFlair-animated: .62}63%{--webchat-decorator-borderFlair-animated: .63}64%{--webchat-decorator-borderFlair-animated: .64}65%{--webchat-decorator-borderFlair-animated: .65}66%{--webchat-decorator-borderFlair-animated: .66}67%{--webchat-decorator-borderFlair-animated: .67}68%{--webchat-decorator-borderFlair-animated: .68}69%{--webchat-decorator-borderFlair-animated: .69}70%{--webchat-decorator-borderFlair-animated: .7}71%{--webchat-decorator-borderFlair-animated: .71}72%{--webchat-decorator-borderFlair-animated: .72}73%{--webchat-decorator-borderFlair-animated: .73}74%{--webchat-decorator-borderFlair-animated: .74}75%{--webchat-decorator-borderFlair-animated: .75}76%{--webchat-decorator-borderFlair-animated: .76}77%{--webchat-decorator-borderFlair-animated: .77}78%{--webchat-decorator-borderFlair-animated: .78}79%{--webchat-decorator-borderFlair-animated: .79}80%{--webchat-decorator-borderFlair-animated: .8}81%{--webchat-decorator-borderFlair-animated: .81}82%{--webchat-decorator-borderFlair-animated: .82}83%{--webchat-decorator-borderFlair-animated: .83}84%{--webchat-decorator-borderFlair-animated: .84}85%{--webchat-decorator-borderFlair-animated: .85}86%{--webchat-decorator-borderFlair-animated: .86}87%{--webchat-decorator-borderFlair-animated: .87}88%{--webchat-decorator-borderFlair-animated: .88}89%{--webchat-decorator-borderFlair-animated: .89}90%{--webchat-decorator-borderFlair-animated: .9}91%{--webchat-decorator-borderFlair-animated: .91}92%{--webchat-decorator-borderFlair-animated: .92}93%{--webchat-decorator-borderFlair-animated: .93}94%{--webchat-decorator-borderFlair-animated: .94}95%{--webchat-decorator-borderFlair-animated: .95}96%{--webchat-decorator-borderFlair-animated: .96}97%{--webchat-decorator-borderFlair-animated: .97}98%{--webchat-decorator-borderFlair-animated: .98}99%{--webchat-decorator-borderFlair-animated: .99}to{--webchat-decorator-borderFlair-animated: 1}}.webchat-fluent ._{--webchat-decorator-borderFlair-animated-angle: calc(.75 + 2 * var(--webchat-decorator-borderFlair-animated));--webchat-decorator-borderFlair-animated-color1: color-mix(in srgb, var(--webchat-decorator-borderFlair-color1) calc((1 - abs(var(--webchat-decorator-borderFlair-animated) * 3 - 1.5))*100%) , var(--webchat-decorator-borderFlair-color1Fade));--webchat-decorator-borderFlair-animated-color2: color-mix(in srgb, var(--webchat-decorator-borderFlair-color2) calc((1 - abs(var(--webchat-decorator-borderFlair-animated) * 3 - 1.75))*100%) , var(--webchat-decorator-borderFlair-color2Fade));--webchat-decorator-borderFlair-animated-color3: color-mix(in srgb, var(--webchat-decorator-borderFlair-color3) calc((1 - abs(var(--webchat-decorator-borderFlair-animated) * 3 - 2))*100%) , var(--webchat-decorator-borderFlair-color3Fade));animation:f 2s linear forwards}}@keyframes k{0%{left:-33%;width:33%}to{left:100%;width:33%}}.webchat-fluent .fa{border-radius:inherit}.webchat-fluent .ka{--webchat-decorator-borderLoader-borderSize: var(--webchat-borderLoader-borderSize, 4px);background-color:var(--webchat-colorNeutralBackground6);height:var(--webchat-decorator-borderLoader-borderSize);position:relative;width:100%}.webchat-fluent .xa{--webchat-decorator-borderLoader-color1: var(--webchat-borderLoader-color1, var(--webchat__border-animation--color-1));--webchat-decorator-borderLoader-color2: var(--webchat-borderLoader-color2, var(--webchat__border-animation--color-2));--webchat-decorator-borderLoader-color3: var(--webchat-borderLoader-color3, var(--webchat__border-animation--color-3));--webchat-decorator-borderLoader-color1Fade: var(--webchat-borderLoader-color1Fade, transparent);--webchat-decorator-borderLoader-color3Fade: var(--webchat-borderLoader-color1Fade, transparent);animation:k 3s linear infinite;background:linear-gradient(90deg,var(--webchat-decorator-borderLoader-color1Fade) 0%,var(--webchat-decorator-borderLoader-color1) 35%,var(--webchat-decorator-borderLoader-color2) 70%,var(--webchat-decorator-borderLoader-color3) 92%,var(--webchat-decorator-borderLoader-color3Fade)) no-repeat;height:var(--webchat-decorator-borderLoader-borderSize);inset:0;isolation:isolate;position:absolute;width:100%}.webchat-fluent .Fa{align-items:center;box-sizing:border-box;color:var(--webchat-colorNeutralForeground3);display:flex;flex-direction:row;font-family:var(--webchat__font--primary);font-size:var(--webchat-fontSizeBase200);font-weight:var(--webchat-fontWeightRegular);gap:var(--webchat-spacingHorizontalM);line-height:var(--webchat-lineHeightBase200);padding:var(--webchat-spacingVerticalSNudge) var(--webchat-spacingHorizontalM);text-align:center;width:100%}.webchat-fluent .Fa:before,.webchat-fluent .Fa:after{border-top:var(--webchat-strokeWidthThin) solid var(--webchat-colorNeutralStroke2);content:\"\";display:flex;flex:auto;min-width:8px}.webchat-fluent .ya{text-align:center}\n/*! For license information please see botframework-webchat-fluent-theme.css.LEGAL.txt */\n";function $(){if(globalThis.document){let e=document.createElement("style");e.append(document.createTextNode(fa)),document.head.appendChild(e)}}import{useMemo as wa}from"react";function va(e){return wa(()=>Object.freeze(Object.fromEntries(Object.entries(e).map(([t,a])=>[t,`${t} ${a}`]))),[e])}var l=va;import{useMemo as _a}from"react";function C(e){let t=l(e),a=K();return _a(()=>a.map(r=>t[`variant-${r}`]).filter(r=>r).join(" "),[t,a])}var le={"activity-decorator":"r","variant-fluent":"x","variant-copilot":"F"};import Y,{memo as Ca,useMemo as Ha}from"react";import{hooks as Ma}from"botframework-webchat-component";import{useMemo as xa}from"react";import{hooks as ka}from"botframework-webchat-component";var{useStyleOptions:Fa}=ka;function de(e){let[t]=Fa();return xa(()=>Object.freeze([{...t,...e?.channelData?.webChat?.styleOptions}]),[e?.channelData?.webChat?.styleOptions,t])}import{getOrgSchemaMessage as Na}from"botframework-webchat-core";function se(e){return!!(e&&Na(e?.entities||[])?.keywords?.includes("AIGeneratedContent"))}import{useMemo as Sa}from"react";import{getOrgSchemaMessage as Ba}from"botframework-webchat-core";function L(e){return Sa(()=>{let t=Ba(e?.entities||[]);return typeof t?.author=="string"?{"@type":"Person",description:void 0,image:void 0,name:t?.author}:t?.author},[e])}var je={"copilot-message-header":"y","copilot-message-header__avatar":"B","copilot-message-header__title":"S","copilot-message-header__ai-generated-content":"N"};var{useLocalizer:Aa}=Ma;function za({activity:e}){let[{botAvatarImage:t,botAvatarBackgroundColor:a}]=de(e),r=l(je),o=Aa(),n=se(e),c=Ha(()=>({"--background-color":a}),[a]),i=L(e),b=i?.image||t,m=i?.name||e?.from?.name;return Y.createElement("div",{className:r["copilot-message-header"]},b&&Y.createElement("img",{alt:o("AVATAR_ALT",m),className:r["copilot-message-header__avatar"],src:b,style:c}),Y.createElement("span",{className:r["copilot-message-header__title"],title:m},m),n&&Y.createElement("span",{className:r["copilot-message-header__ai-generated-content"]},o("ACTIVITY_CONTENT_CAUTION")))}var Ge=Ca(za);function Ye({activity:e,children:t}){let a=l(le),r=K(),o=C(le),n=r.includes("copilot")&&e?.from?.role==="bot"&&!!t;return $e.createElement("div",{className:La(a["activity-decorator"],o)},n&&$e.createElement(Ge,{activity:e}),t)}Ye.displayName="ActivityDecorator";var be=Ea(Ye);import{getOrgSchemaMessage as Pa}from"botframework-webchat-core";function E(e){return!!(e&&Pa(e?.entities||[])?.keywords?.includes("PreChatMessage"))}import{hooks as rr}from"botframework-webchat-component";import or from"classnames";import P,{memo as nr,useMemo as ir}from"react";var Je={"pre-chat-message-activity":"z","pre-chat-message-activity__body":"H","pre-chat-message-activity__body--blueprint":"L","pre-chat-message-activity__body-avatar":"o","pre-chat-message-activity__body-title":"X","pre-chat-message-activity__body-subtitle":"M","pre-chat-message-activity__toolbar":"W"};import{hooks as qa}from"botframework-webchat-api";import Qa from"classnames";import M,{Fragment as er,memo as tr}from"react";import{Components as Va,hooks as Ka}from"botframework-webchat-component";import Qe from"classnames";import O,{memo as Oa,useCallback as Wa,useMemo as Xa}from"react";import{useRefFrom as Ua}from"use-ref-from";var Ia={preChatMessageActivityStarterPromptsCardAction:"pre-chat message activity starter prompts card action",sendBoxContainer:"send box container",sendBoxDropZone:"send box drop zone",sendBoxSendButton:"send box send button",sendBoxSuggestedAction:"send box suggested action",sendBoxTextBox:"send box text area",sendBoxTelephoneKeypadButton1:"send box telephone keypad button 1",sendBoxTelephoneKeypadButton2:"send box telephone keypad button 2",sendBoxTelephoneKeypadButton3:"send box telephone keypad button 3",sendBoxTelephoneKeypadButton4:"send box telephone keypad button 4",sendBoxTelephoneKeypadButton5:"send box telephone keypad button 5",sendBoxTelephoneKeypadButton6:"send box telephone keypad button 6",sendBoxTelephoneKeypadButton7:"send box telephone keypad button 7",sendBoxTelephoneKeypadButton8:"send box telephone keypad button 8",sendBoxTelephoneKeypadButton9:"send box telephone keypad button 9",sendBoxTelephoneKeypadButton0:"send box telephone keypad button 0",sendBoxTelephoneKeypadButtonStar:"send box telephone keypad button star",sendBoxTelephoneKeypadButtonPound:"send box telephone keypad button pound",sendBoxTelephoneKeypadToolbarButton:"send box telephone keypad toolbar button",sendBoxUploadButton:"send box upload button"},h=Ia;var qe={"pre-chat-message-activity__card-action-box":"V","pre-chat-message-activity__card-action-image":"t",blueprintAnimation:"c","pre-chat-message-activity__card-action-subtitle":"R","pre-chat-message-activity__card-action-title":"P"};var{useFocus:Za,useRenderMarkdownAsHTML:ja,useSendBoxValue:Ga,useUIState:$a}=Ka,{MonochromeImageMasker:Ya}=Va,et=({className:e,messageBackAction:t})=>{let[a,r]=Ga(),[o]=$a(),n=l(qe),c=Za(),i=Ua(t?.displayText||t?.text||""),b=ja("message activity"),m=Xa(()=>b?{__html:b(t?.text||"")}:void 0,[t?.text,b]),s=o==="disabled",d=t&&"title"in t&&t.title,u=o==="blueprint"||!d,f=Wa(()=>{r(i.current),c("sendBox")},[c,i,r]);return u?O.createElement("div",{className:Qe(e,n["pre-chat-message-activity__card-action-box"]),"data-testid":h.preChatMessageActivityStarterPromptsCardAction}):O.createElement("button",{"aria-disabled":s?!0:void 0,className:Qe(e,n["pre-chat-message-activity__card-action-box"]),"data-testid":h.preChatMessageActivityStarterPromptsCardAction,onClick:s?void 0:f,tabIndex:s?-1:void 0,type:"button"},O.createElement("div",{className:n["pre-chat-message-activity__card-action-title"]},d),"image"in t&&t.image&&O.createElement(Ya,{className:n["pre-chat-message-activity__card-action-image"],src:t.image}),O.createElement("div",{className:n["pre-chat-message-activity__card-action-subtitle"],dangerouslySetInnerHTML:m}))};et.displayName="StarterPromptsCardAction";var W=Oa(et);var tt={"pre-chat-message-activity__card-action-toolbar":"T","webchat-container":"l","pre-chat-message-activity__card-action-toolbar-grid":"i"};var{useUIState:ar}=qa,at=({cardActions:e,className:t})=>{let a=l(tt),[r]=ar();return M.createElement("div",{className:Qa(t,a["pre-chat-message-activity__card-action-toolbar"])},M.createElement("div",{className:a["pre-chat-message-activity__card-action-toolbar-grid"]},r==="blueprint"?M.createElement(er,null,M.createElement(W,null),M.createElement(W,null),M.createElement(W,null)):e.filter(o=>o.type==="messageBack").map((o,n)=>M.createElement(W,{key:n,messageBackAction:o}))))};at.displayName="StarterPromptsToolbar";var rt=tr(at);var{useLocalizer:cr,useRenderMarkdownAsHTML:lr,useUIState:dr}=rr,ot=({activity:e})=>{let[t]=dr(),a=l(Je),r=lr(),o=cr(),n=L(e),c=ir(()=>r?{__html:r(n?.description||"")}:{__html:""},[n?.description,r]);return P.createElement("div",{className:a["pre-chat-message-activity"]},n&&P.createElement("div",{className:or(a["pre-chat-message-activity__body"],t==="blueprint"&&a["pre-chat-message-activity__body--blueprint"])},n.image&&P.createElement("img",{alt:o("AVATAR_ALT",n.name),className:a["pre-chat-message-activity__body-avatar"],src:n.image}),n.name&&P.createElement("h2",{className:a["pre-chat-message-activity__body-title"]},n.name),n.description&&P.createElement("div",{className:a["pre-chat-message-activity__body-subtitle"],dangerouslySetInnerHTML:c})),P.createElement(rt,{cardActions:e.suggestedActions?.actions||[],className:a["pre-chat-message-activity__toolbar"]}))};ot.displayName="PreChatMessageActivity";var ue=nr(ot);import{hooks as Mn}from"botframework-webchat-component";import U from"classnames";import w,{memo as Gt,useCallback as I,useRef as An,useState as zn}from"react";import{useRefFrom as jt}from"use-ref-from";import nt,{memo as sr}from"react";function br(e){return nt.createElement("svg",{"aria-hidden":"true",className:e.className,height:"1em",viewBox:"0 0 20 20",width:"1em",xmlns:"http://www.w3.org/2000/svg"},nt.createElement("path",{d:"M6 2a2 2 0 0 0-2 2v5.2c.32-.08.66-.15 1-.18V4a1 1 0 0 1 1-1h4v3.5c0 .83.67 1.5 1.5 1.5H15v8a1 1 0 0 1-1 1h-3.6c-.18.36-.4.7-.66 1H14a2 2 0 0 0 2-2V7.41c0-.4-.16-.78-.44-1.06l-3.91-3.91A1.5 1.5 0 0 0 10.59 2H6Zm8.8 5h-3.3a.5.5 0 0 1-.5-.5V3.2L14.8 7ZM10 14.5a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0Zm-4-2a.5.5 0 0 0-1 0V14H3.5a.5.5 0 0 0 0 1H5v1.5a.5.5 0 0 0 1 0V15h1.5a.5.5 0 0 0 0-1H6v-1.5Z",fill:"currentColor"}))}var he=sr(br);import it,{memo as ur}from"react";function hr(e){return it.createElement("svg",{"aria-hidden":"true",className:e.className,height:"1em",viewBox:"0 0 20 20",width:"1em",xmlns:"http://www.w3.org/2000/svg"},it.createElement("path",{d:"m4.83 10.48 5.65-5.65a3 3 0 0 1 4.25 4.24L8 15.8a1.5 1.5 0 0 1-2.12-2.12l6-6.01a.5.5 0 1 0-.7-.71l-6 6.01a2.5 2.5 0 0 0 3.53 3.54l6.71-6.72a4 4 0 1 0-5.65-5.66L4.12 9.78a.5.5 0 0 0 .7.7Z",fill:"currentColor"}))}var me=ur(hr);import ct,{memo as mr}from"react";function pr(e){return ct.createElement("svg",{"aria-hidden":"true",className:e.className,height:"1em",viewBox:"0 0 16 16",width:"1em",xmlns:"http://www.w3.org/2000/svg"},ct.createElement("path",{d:"M8.5 7.5a.5.5 0 1 0-1 0v3a.5.5 0 0 0 1 0v-3Zm.25-2a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0ZM8 1a7 7 0 1 0 0 14A7 7 0 0 0 8 1ZM2 8a6 6 0 1 1 12 0A6 6 0 0 1 2 8Z",fill:"currentColor"}))}var pe=mr(pr);import lt,{memo as gr}from"react";function fr(e){return lt.createElement("svg",{"aria-hidden":"true",className:e.className,height:"1em",viewBox:"0 0 20 20",width:"1em",xmlns:"http://www.w3.org/2000/svg"},lt.createElement("path",{d:"M2.18 2.11a.5.5 0 0 1 .54-.06l15 7.5a.5.5 0 0 1 0 .9l-15 7.5a.5.5 0 0 1-.7-.58L3.98 10 2.02 2.63a.5.5 0 0 1 .16-.52Zm2.7 8.39-1.61 6.06L16.38 10 3.27 3.44 4.88 9.5h6.62a.5.5 0 1 1 0 1H4.88Z",fill:"currentColor"}))}var ge=gr(fr);import dt,{memo as wr}from"react";function vr(e){return dt.createElement("svg",{"aria-hidden":"true",className:e.className,height:"1em",viewBox:"0 0 20 20",width:"1em",xmlns:"http://www.w3.org/2000/svg"},dt.createElement("path",{d:"M6 5.25a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5Zm0 4a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5ZM7.25 12a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0ZM10 5.25a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5ZM11.25 8a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0ZM10 13.25a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5ZM11.25 16a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0ZM14 5.25a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5ZM15.25 8a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0ZM14 13.25a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5Z",fill:"currentColor"}))}var fe=wr(vr);import{hooks as yr}from"botframework-webchat-component";import xr from"classnames";import bt,{memo as kr,useCallback as Fr,useEffect as Nr,useRef as Sr,useState as Br}from"react";import{useRefFrom as Tr}from"use-ref-from";var st={"sendbox__attachment-drop-zone":"D","sendbox__attachment-drop-zone--droppable":"C","sendbox__attachment-drop-zone-icon":"G"};var{useLocalizer:Cr}=yr,Hr=e=>{e.preventDefault()},ut=e=>!!e.dataTransfer?.types?.some(t=>t.toLowerCase()==="files");function Mr(e,t){let a=e.parentNode;for(;a;){if(a===t)return!0;a=a.parentNode}return!1}var ht=e=>{let[t,a]=Br(!1),r=l(st),o=Sr(null),n=Cr(),c=Tr(e.onFilesAdded);Nr(()=>{let b=0,m=d=>{b++,ut(d)&&a(o.current&&(d.target===o.current||d.target instanceof HTMLElement&&Mr(d.target,o.current))?"droppable":"visible")},s=()=>--b<=0&&a(!1);return document.addEventListener("dragenter",m,!1),document.addEventListener("dragleave",s,!1),()=>{document.removeEventListener("dragenter",m),document.removeEventListener("dragleave",s)}},[a]);let i=Fr(b=>{b.preventDefault(),a(!1),ut(b.nativeEvent)&&c.current([...b.dataTransfer.files])},[c,a]);return t?bt.createElement("div",{className:xr(r["sendbox__attachment-drop-zone"],{[r["sendbox__attachment-drop-zone--droppable"]]:t==="droppable"}),"data-testid":h.sendBoxDropZone,onDragOver:Hr,onDrop:i,ref:o},bt.createElement(he,{className:r["sendbox__attachment-drop-zone-icon"]}),n("TEXT_INPUT_DROP_ZONE")):null};ht.displayName="DropZone";var we=kr(ht);import{hooks as oo}from"botframework-webchat-component";import no from"classnames";import J,{memo as io,useCallback as co}from"react";function ve(e){let{title:t}=e,{type:a,value:r}=e;return a==="messageBack"?t||e.displayText:t||(typeof r=="string"?r:JSON.stringify(r))}import Ar,{createContext as zr,memo as Lr,useCallback as D,useContext as Er,useEffect as Pr,useMemo as Dr,useRef as _e}from"react";var mt=zr({itemEffector:()=>{throw new Error("botframework-webchat-fluent-theme rovingFocus: no provider for RovingFocusContext.")}});function Ir(e){let t=_e(0),a=_e([]),r=D(({current:s},d)=>s&&(s.tabIndex=t.current===d?0:-1),[t]),o=D(s=>{let d;typeof s=="number"?d=s:d=s(t.current),d&&!a.current.at(d)?.current&&(d=0),t.current!==d&&(t.current=d,a.current.forEach((u,f)=>r(u,f)),a.current.at(d)?.current?.focus())},[r,a,t]),n=D(s=>{let{target:d}=s,u=a.current.findIndex(({current:f})=>f===d);u!==-1&&o(u)},[a,o]),c=D(s=>d=>{let u=!e.direction,f=/up|down/iu.test(s)&&e.direction==="vertical",x=/left|right/iu.test(s)&&e.direction==="horizontal",p=/right|down/iu.test(s),k=u||f||x?p?1:-1:0,F=a.current.map((B,T)=>T),N=F.indexOf(d)+k;return F.at(N)??0},[e.direction]),i=D(s=>{let{key:d}=s;switch(d){case"Up":case"ArrowUp":case"Left":case"ArrowLeft":case"Down":case"ArrowDown":case"Right":case"ArrowRight":o(c(d));break;case"Home":o(0);break;case"End":o(-1);break;case"Escape":e.onEscapeKey?.();break;default:return}s.preventDefault(),s.stopPropagation()},[o,c,e]),b=D((s,d)=>{let{current:u}=s;return a.current[Number(d)]=s,u.addEventListener("focus",n),u.addEventListener("keydown",i),r(s,d),()=>{u.removeEventListener("focus",n),u.removeEventListener("keydown",i),delete a.current[Number(d)]}},[n,i,r,a]),m=Dr(()=>({itemEffector:b}),[b]);return Ar.createElement(mt.Provider,{value:m},e.children)}function pt(e){let t=_e(null),{itemEffector:a}=Er(mt);return Pr(()=>a(t,e)),t}var gt=Lr(Ir);import{hooks as Zr}from"botframework-webchat-component";import jr from"classnames";import ye,{memo as Gr,useCallback as $r}from"react";import Rr,{forwardRef as Vr,memo as Kr,useRef as Or}from"react";var Wr=e=>e.preventDefault(),Xr=Vr(({"aria-hidden":e,children:t,className:a,"data-testid":r,disabled:o,onClick:n,tabIndex:c},i)=>{let b=Or(null);return Rr.createElement("button",{"aria-disabled":o?"true":void 0,"aria-hidden":e,className:a,"data-testid":r,onClick:o?Wr:n,ref:i||b,tabIndex:o?-1:c,type:"button"},t)}),ft=Kr(Xr);var wt={"suggested-action":"U","suggested-action__image":"j"};var{useFocus:Yr,usePerformCardAction:Jr,useScrollToEnd:qr,useStyleSet:Qr,useSuggestedActions:eo,useUIState:to}=Zr;function ao({buttonText:e,className:t,displayText:a,image:r,imageAlt:o,itemIndex:n,text:c,type:i,value:b}){let[m,s]=eo(),[{suggestedAction:d}]=Qr(),[u]=to(),f=Yr(),x=pt(n),p=Jr(),k=l(wt),F=qr(),N=$r(({target:B})=>{(async function(){await f("sendBoxWithoutKeyboard"),p({displayText:a,text:c,type:i,value:b},{target:B}),i==="openUrl"&&s([]),F()})()},[a,f,p,F,s,c,i,b]);return ye.createElement(ft,{className:jr(k["suggested-action"],d+"",(t||"")+""),"data-testid":h.sendBoxSuggestedAction,disabled:u==="disabled",onClick:N,ref:x,type:"button"},r&&ye.createElement("img",{alt:o,className:k["suggested-action__image"],src:r}),ye.createElement("span",null,e))}var vt=Gr(ao);var xe={"suggested-actions":"A","suggested-actions--flow":"I","suggested-actions--stacked":"E"};var{useFocus:lo,useLocalizer:so,useStyleOptions:bo,useStyleSet:uo,useSuggestedActions:ho,useUIState:mo}=oo;function po(e){let[{suggestedActionLayout:t}]=bo(),[{suggestedActions:a}]=uo(),[r]=mo(),o=l(xe);return J.createElement("div",{"aria-label":e["aria-label"],"aria-orientation":"vertical",className:no(o["suggested-actions"],a+"",{[o["suggested-actions--flow"]]:t==="flow",[o["suggested-actions--stacked"]]:t!=="flow"},e.className),role:"toolbar"},r!=="blueprint"&&e.children)}function go(){let e=l(xe),t=so(),[a,r,{activity:o}]=ho(),n=lo(),c=co(()=>{n("sendBox")},[n]),i=E(o)?[]:a.map((b,m)=>{let{displayText:s,image:d,imageAltText:u,text:f,type:x,value:p}=b;return a?.length?J.createElement(vt,{buttonText:ve(b),displayText:s,image:d,imageAlt:d&&(u||f),itemIndex:m,key:m,text:f,type:x,value:p}):null});return J.createElement(gt,{onEscapeKey:c},J.createElement(po,{"aria-label":t("SUGGESTED_ACTIONS_LABEL_ALT"),className:e["suggested-actions"]},i))}var ke=io(go);import wo,{memo as vo,useMemo as _o,useState as yo}from"react";import{createContext as fo}from"react";var _t=fo(new Proxy({},{get(){throw new Error("botframework-webchat: This hook can only used under its corresponding <Provider>.")}}));_t.displayName="TelephoneKeypad.Context";var q=_t;var xo=vo(({children:e})=>{let[t,a]=yo(!1),r=_o(()=>Object.freeze({setShown:a,shown:t}),[a,t]);return wo.createElement(q.Provider,{value:r},e)}),Fe=xo;import Po,{memo as Do}from"react";import{Components as Mo}from"botframework-webchat-component";import Ao from"classnames";import g,{memo as Ft,useCallback as y,useEffect as zo,useRef as Lo}from"react";import{useRefFrom as kt}from"use-ref-from";import Ne,{forwardRef as Fo,memo as No,useCallback as So}from"react";import{useRefFrom as Bo}from"use-ref-from";var yt={"telephone-keypad__button":"b","telephone-keypad__button__ruby":"n","telephone-keypad__button__text":"d","telephone-keypad--horizontal":"q"};var xt=No(Fo(({button:e,"data-testid":t,onClick:a,ruby:r},o)=>{let n=l(yt),c=Bo(a),i=So(()=>c.current?.(),[c]);return Ne.createElement("button",{className:n["telephone-keypad__button"],"data-testid":t,onClick:i,ref:o,type:"button"},Ne.createElement("span",{className:n["telephone-keypad__button__text"]},e==="*"?"\u2217":e),!!r&&Ne.createElement("ruby",{className:n["telephone-keypad__button__ruby"]},r))}));xt.displayName="TelephoneKeypad.Button";var _=xt;import{useContext as To,useMemo as Co}from"react";function S(){let{setShown:e,shown:t}=To(q);return Co(()=>Object.freeze([t,e]),[t,e])}var Se={"telephone-keypad":"J","telephone-keypad__box":"K","telephone-keypad__info-message":"O","telephone-keypad__info-message-link":"Q"};var{LocalizedString:Eo}=Mo,Nt=Ft(({children:e,isHorizontal:t})=>{let a=l(Se);return t?null:g.createElement("div",{className:a["telephone-keypad__box"]},e)});Nt.displayName="TelephoneKeypad:Orientation";var St=Ft(({autoFocus:e,className:t,onButtonClick:a,isHorizontal:r})=>{let o=kt(e),n=l(Se),c=Lo(null),i=kt(a),[,b]=S(),m=y(()=>i.current?.("1"),[i]),s=y(()=>i.current?.("2"),[i]),d=y(()=>i.current?.("3"),[i]),u=y(()=>i.current?.("4"),[i]),f=y(()=>i.current?.("5"),[i]),x=y(()=>i.current?.("6"),[i]),p=y(()=>i.current?.("7"),[i]),k=y(()=>i.current?.("8"),[i]),F=y(()=>i.current?.("9"),[i]),N=y(()=>i.current?.("0"),[i]),B=y(()=>i.current?.("*"),[i]),T=y(()=>i.current?.("#"),[i]),z=y(Z=>{Z.key==="Escape"&&b(!1)},[b]);return zo(()=>{o.current&&c.current?.focus()},[o,c]),g.createElement("div",{className:Ao(n["telephone-keypad"],t),onKeyDown:z},g.createElement(Nt,{isHorizontal:r},g.createElement(_,{button:"1","data-testid":h.sendBoxTelephoneKeypadButton1,onClick:m,ref:c}),g.createElement(_,{button:"2","data-testid":h.sendBoxTelephoneKeypadButton2,onClick:s,ruby:"ABC"}),g.createElement(_,{button:"3","data-testid":h.sendBoxTelephoneKeypadButton3,onClick:d,ruby:"DEF"}),g.createElement(_,{button:"4","data-testid":h.sendBoxTelephoneKeypadButton4,onClick:u,ruby:"GHI"}),g.createElement(_,{button:"5","data-testid":h.sendBoxTelephoneKeypadButton5,onClick:f,ruby:"JKL"}),g.createElement(_,{button:"6","data-testid":h.sendBoxTelephoneKeypadButton6,onClick:x,ruby:"MNO"}),g.createElement(_,{button:"7","data-testid":h.sendBoxTelephoneKeypadButton7,onClick:p,ruby:"PQRS"}),g.createElement(_,{button:"8","data-testid":h.sendBoxTelephoneKeypadButton8,onClick:k,ruby:"TUV"}),g.createElement(_,{button:"9","data-testid":h.sendBoxTelephoneKeypadButton9,onClick:F,ruby:"WXYZ"}),g.createElement(_,{button:"*","data-testid":h.sendBoxTelephoneKeypadButtonStar,onClick:B}),g.createElement(_,{button:"0","data-testid":h.sendBoxTelephoneKeypadButton0,onClick:N,ruby:"+"}),g.createElement(_,{button:"#","data-testid":h.sendBoxTelephoneKeypadButtonPound,onClick:T})),g.createElement("div",{className:n["telephone-keypad__info-message"]},g.createElement(pe,null),g.createElement(Eo,{linkClassName:n["telephone-keypad__info-message-link"],stringIds:"TELEPHONE_KEYPAD_INPUT_MESSAGE"})))});St.displayName="TelephoneKeypad";var Bt=St;var Tt=Do(e=>S()[0]?Po.createElement(Bt,{...e}):null);Tt.displayName="TelephoneKeypad.Surrogate";var Be=Tt;import{hooks as Oo}from"botframework-webchat-component";import ee,{useCallback as Mt,useRef as Wo,memo as Xo}from"react";import{useRefFrom as Uo}from"use-ref-from";import{hooks as Ro}from"botframework-webchat-api";import Te from"classnames";import Ce,{memo as He}from"react";var Q={sendbox__toolbar:"Y","sendbox__toolbar-button":"Z","sendbox__toolbar-button--selected":"aa","sendbox__toolbar-separator":"ra"};var{useUIState:Ct}=Ro,Vo=e=>e.preventDefault(),A=He(e=>{let t=l(Q),[a]=Ct(),r=e.disabled||a==="disabled";return Ce.createElement("button",{"aria-disabled":r?"true":void 0,"aria-label":e["aria-label"],className:Te(t["sendbox__toolbar-button"],e.className,{[t["sendbox__toolbar-button--selected"]]:e.selected}),"data-testid":e["data-testid"],onClick:r?Vo:e.onClick,tabIndex:r?-1:void 0,type:e.type==="submit"?"submit":"button"},e.children)});A.displayName="ToolbarButton";var Me=He(e=>{let[t]=Ct(),a=l(Q);return Ce.createElement("div",{className:Te(a.sendbox__toolbar,e.className)},t!=="blueprint"&&e.children)});Me.displayName="Toolbar";var Ae=He(e=>{let t=l(Q);return Ce.createElement("div",{"aria-orientation":"vertical",className:Te(t["sendbox__toolbar-separator"],e.className),role:"separator"})});Ae.displayName="ToolbarSeparator";var Ht={"sendbox__add-attachment":"ea","sendbox__add-attachment-input":"oa"};var{useLocalizer:Zo,useStyleOptions:jo}=Oo;function Go(e){let t=Wo(null),a=l(Ht),r=Zo(),[{uploadAccept:o,uploadMultiple:n}]=jo(),c=Uo(e.onFilesAdded),i=Mt(()=>t.current?.click(),[t]),b=Mt(({target:{files:m}})=>{m&&(c.current?.([...m]),t.current&&(t.current.value=""))},[t,c]);return ee.createElement("div",{className:a["sendbox__add-attachment"]},ee.createElement("input",{accept:o,"aria-disabled":e.disabled,"aria-hidden":"true",className:a["sendbox__add-attachment-input"],multiple:n,onInput:e.disabled?void 0:b,readOnly:e.disabled,ref:t,role:"button",tabIndex:-1,type:"file"}),ee.createElement(A,{"aria-label":r("TEXT_INPUT_UPLOAD_BUTTON_ALT"),"data-testid":h.sendBoxUploadButton,onClick:i},ee.createElement(me,null)))}var At=Xo(Go);import{hooks as Yo}from"botframework-webchat-component";import Jo from"classnames";import qo,{memo as Qo}from"react";var zt={sendbox__attachment:"ta"};var{useLocalizer:en,useUIState:tn}=Yo,an={one:"TEXT_INPUT_ATTACHMENTS_ONE",two:"TEXT_INPUT_ATTACHMENTS_TWO",few:"TEXT_INPUT_ATTACHMENTS_FEW",many:"TEXT_INPUT_ATTACHMENTS_MANY",other:"TEXT_INPUT_ATTACHMENTS_OTHER"};function rn({attachments:e,className:t}){let[a]=tn(),r=l(zt),o=en({plural:!0});return a!=="blueprint"&&e.length?qo.createElement("div",{className:Jo(r.sendbox__attachment,t)},o(an,e.length)):null}var Lt=Qo(rn);import{useLiveRegion as nn}from"botframework-webchat-component/internal";import Pt,{memo as cn}from"react";var Et={"sendbox__error-message":"ca"};function Dt({error:e,id:t}){let a=l(Et);return nn(()=>e&&Pt.createElement("div",{className:"sendbox__error-message__status"},e),[e]),Pt.createElement("span",{className:a["sendbox__error-message"],id:t},e)}Dt.displayName="ErrorMessage";var It=cn(Dt);import{hooks as ln}from"botframework-webchat-component";import{useCallback as dn,useMemo as Rt,useState as sn}from"react";import{useRefFrom as bn}from"use-ref-from";var{useConnectivityStatus:un,useLocalizer:hn}=ln,mn=({attachments:e,message:t})=>{let[a]=un(),[r,o]=sn(),n=hn(),c=bn(a!=="connected"&&a!=="reconnected"?"offline":!t&&!e.length?"empty":void 0),i=Rt(()=>Object.freeze(new Map().set("empty",n("SEND_BOX_IS_EMPTY_TOOLTIP_ALT")).set("offline",n("CONNECTIVITY_STATUS_ALT_FATAL"))),[n]),b=!!t?.trim();r==="empty"&&b&&o(void 0);let m=dn(()=>(o(c.current),c.current),[c]);return Rt(()=>Object.freeze([r&&i.get(r),m]),[r,i,m])},Vt=mn;import{useCallback as pn}from"react";import{hooks as gn}from"botframework-webchat-component";var{useScrollDown:fn,useScrollUp:wn}=gn;function ze(){let e=fn(),t=wn();return pn(a=>{if(a.target instanceof HTMLTextAreaElement&&a.target.value)return;let{ctrlKey:r,metaKey:o,shiftKey:n}=a;if(r||o||n)return;let c=!0;switch(a.key){case"End":e({displacement:1/0});break;case"Home":t({displacement:1/0});break;case"PageDown":e();break;case"PageUp":t();break;default:c=!1;break}c&&(a.preventDefault(),a.stopPropagation())},[e,t])}import{useMemo as vn}from"react";function Le(e){let t=vn(()=>Math.random().toString(36).substr(2,5),[]);return e=e?`${e}--`:"",`${e}${t}`}var Ee={sendbox:"h","variant-copilot":"la","sendbox__text-counter":"w","sendbox__text-counter--error":"s",sendbox__sendbox:"ia","sendbox__attachment--in-grid":"g","sendbox__text-area--in-grid":"ba","sendbox__sendbox-controls--in-grid":"na","sendbox__telephone-keypad--in-grid":"da","sendbox__sendbox-text":"ha","sendbox__sendbox-controls":"wa"};import Kt,{memo as yn,useCallback as xn}from"react";import{hooks as kn}from"botframework-webchat-component";var{useLocalizer:Fn}=kn,Ot=yn(()=>{let[e,t]=S(),a=Fn(),r=xn(()=>t(o=>!o),[t]);return Kt.createElement(A,{"aria-label":a("TEXT_INPUT_TELEPHONE_KEYPAD_BUTTON_ALT"),"data-testid":h.sendBoxTelephoneKeypadToolbarButton,onClick:r,selected:e},Kt.createElement(fe,null))});Ot.displayName="SendBox.TelephoneKeypadToolbarButton";var Wt=Ot;import{hooks as Sn}from"botframework-webchat-api";import te from"classnames";import X,{forwardRef as Bn,Fragment as Tn,useCallback as Cn}from"react";var Xt={"sendbox__text-area":"sa","sendbox__text-area--hidden":"ga","sendbox__text-area-shared":"ua","sendbox__text-area-doppelganger":"va","sendbox__text-area-input":"pa","sendbox__text-area-input--scroll":"ma"};var{useUIState:Hn}=Sn,Ut=Bn((e,t)=>{let[a]=Hn(),r=l(Xt),o=a==="disabled",n=Cn(c=>{!c.shiftKey&&c.key==="Enter"&&(c.preventDefault(),"form"in c.target&&c.target.form instanceof HTMLFormElement&&c.target?.form?.requestSubmit())},[]);return X.createElement("div",{className:te(r["sendbox__text-area"],{[r["sendbox__text-area--hidden"]]:e.hidden},e.className),role:e.hidden?"hidden":void 0},a==="blueprint"?X.createElement("div",{className:te(r["sendbox__text-area-doppelganger"],r["sendbox__text-area-input--scroll"],r["sendbox__text-area-shared"])}," "):X.createElement(Tn,null,X.createElement("div",{className:te(r["sendbox__text-area-doppelganger"],r["sendbox__text-area-input--scroll"],r["sendbox__text-area-shared"])},e.value||e.placeholder," "),X.createElement("textarea",{"aria-disabled":o,"aria-label":e["aria-label"],className:te(r["sendbox__text-area-input"],r["sendbox__text-area-input--scroll"],r["sendbox__text-area-shared"]),"data-testid":e["data-testid"],onInput:e.onInput,onKeyDown:n,placeholder:e.placeholder,readOnly:o,ref:t,rows:e.startRows??1,tabIndex:e.hidden?-1:void 0,value:e.value})))});Ut.displayName="TextArea";var Zt=Ut;var{useFocus:Ln,useLocalizer:En,useMakeThumbnail:Pn,useRegisterFocusSendBox:Dn,useSendBoxAttachments:In,useSendBoxValue:Rn,useSendMessage:Vn,useStyleOptions:Kn,useUIState:On}=Mn;function $t(e){let[{hideTelephoneKeypadButton:t,hideUploadButton:a,maxMessageLength:r}]=Kn(),[o,n]=In(),[c,i]=Rn(),[b,m]=zn(""),[s]=S(),[d]=On(),u=l(Ee),f=C(Ee),x=Le("sendbox__error-message-id"),p=An(null),k=En(),F=Pn(),N=Vn(),B=Ln(),T=e.isPrimary?c:b,z=e.isPrimary?i:m,Z=d==="blueprint",[Ve,Ke]=Vt({message:T,attachments:o}),R=!!r&&T.length>r,ra=!Z&&!s&&r&&isFinite(r),Oe=!Z&&s;Dn(I(({noKeyboard:v,waitUntil:j})=>{p.current&&(v?j((async()=>{let V=p.current?.getAttribute("readonly");p.current?.setAttribute("readonly","true"),await new Promise(G=>setTimeout(G,0)),p.current?.focus(),typeof V!="string"?p.current?.removeAttribute("readonly"):p.current?.setAttribute("readonly",V)})()):p.current?.focus())},[p]));let We=jt(o),Xe=jt(T),oa=I(v=>{"tabIndex"in v.target&&typeof v.target.tabIndex=="number"&&v.target.tabIndex>=0||B("sendBox")},[B]),na=I(v=>z(v.currentTarget.value),[z]),Ue=I(async v=>{let j=Object.freeze(await Promise.all(v.map(V=>F(V).then(G=>Object.freeze({blob:V,...G&&{thumbnailURL:G}})))));n(j)},[F,n]),ia=I(v=>{v.preventDefault(),Ke()!=="empty"&&!R&&(N(Xe.current,void 0,{attachments:We.current}),z(""),n([])),B("sendBox")},[Ke,R,B,N,z,Xe,We,n]),ca=I(v=>N(`/DTMFKey ${v}`),[N]),la=ze(),da={"aria-invalid":"false",...Ve&&{"aria-describedby":x,"aria-errormessage":x,"aria-invalid":"true"}};return w.createElement("form",{...da,className:U(u.sendbox,f,e.className),"data-testid":h.sendBoxContainer,onSubmit:ia},w.createElement(ke,null),w.createElement("div",{className:U(u.sendbox__sendbox),onClickCapture:oa,onKeyDown:la},w.createElement(Zt,{"aria-label":k(R?"TEXT_INPUT_LENGTH_EXCEEDED_ALT":"TEXT_INPUT_ALT"),className:U(u["sendbox__sendbox-text"],u["sendbox__text-area--in-grid"]),"data-testid":h.sendBoxTextBox,hidden:Oe,onInput:na,placeholder:e.placeholder??k("TEXT_INPUT_PLACEHOLDER"),ref:p,value:T}),w.createElement(Be,{autoFocus:!0,className:u["sendbox__telephone-keypad--in-grid"],isHorizontal:!1,onButtonClick:ca}),w.createElement(Lt,{attachments:o,className:u["sendbox__attachment--in-grid"]}),w.createElement("div",{className:U(u["sendbox__sendbox-controls"],u["sendbox__sendbox-controls--in-grid"])},ra&&w.createElement("div",{className:U(u["sendbox__text-counter"],{[u["sendbox__text-counter--error"]]:R})},`${T.length}/${r}`),w.createElement(Me,null,!t&&w.createElement(Wt,null),!a&&w.createElement(At,{onFilesAdded:Ue}),w.createElement(Ae,null),w.createElement(A,{"aria-label":k("TEXT_INPUT_SEND_BUTTON_ALT"),"data-testid":h.sendBoxSendButton,disabled:R||Oe,type:"submit"},w.createElement(ge,null)))),w.createElement(we,{onFilesAdded:Ue}),w.createElement(It,{error:Ve,id:x})))}var ae=Gt(e=>w.createElement($t,{...e,isPrimary:!0}));ae.displayName="PrimarySendBox";var Wn=Gt($t);import Un from"react";import Zn from"classnames";var Pe={theme:"a","variant-copilot":"e"};var jn="webchat-fluent";function re(e){let t=l(Pe),a=C(Pe);return Un.createElement("div",{className:Zn(jn,t.theme,a)},e.children)}import{DecoratorComposer as oi}from"botframework-webchat-api/decorator";import ni,{memo as ii}from"react";import Yt,{Fragment as $n,memo as Yn,useCallback as Jn,useState as qn}from"react";import Qn from"classnames";var oe={"borderAnimation-angle":"u","borderAnimation-color1":"v","borderAnimation-color2":"p","borderAnimation-color3":"m","border-flair":"_","border-flair--complete":"_a","borderFlair-animation":"f"};function ei({children:e}){let t=l(oe),[a,r]=qn(!1),o=Jn(n=>(n.animationName===oe["borderAnimation-angle"]||n.animationName===oe["borderFlair-animation"])&&r(!0),[]);return Yt.createElement($n,null,e,Yt.createElement("div",{className:Qn(t["border-flair"],a&&t["border-flair--complete"]),onAnimationEnd:o}))}var Jt=Yn(ei);import De,{memo as ai}from"react";var qt={"borderAnimation-position":"k","border-loader":"fa","border-loader__track":"ka","border-loader__loader":"xa"};function ri({children:e}){let t=l(qt);return De.createElement("div",{className:t["border-loader"]},e,De.createElement("div",{className:t["border-loader__track"]},De.createElement("div",{className:t["border-loader__loader"]})))}var Qt=ai(ri);var ci=[e=>e==="activity border"&&(t=>a=>a.livestreamingState==="completing"?Jt:t(a)),e=>e==="activity border"&&(t=>a=>a.livestreamingState==="preparing"?Qt:t(a))];function li({children:e}){return ni.createElement(oi,{middleware:ci},e)}var Ie=ii(li);function ne(e){return!!(e&&e.from.role==="channel"&&e.type==="message"&&"text"in e)}import ta,{memo as si}from"react";var ea={"liner-message-activity":"Fa","liner-message-activity__text":"ya"};var aa=({activity:e})=>{let t=l(ea);return ta.createElement("div",{className:t["liner-message-activity"],role:"separator"},ta.createElement("span",{className:t["liner-message-activity__text"]},e.text))};aa.displayName="LinerMessageActivity";var Re=si(aa);var{ThemeProvider:hi}=bi,mi=Object.freeze([()=>e=>(...t)=>{let a=t[0]?.activity;if(E(a))return()=>H.createElement(ue,{activity:a});if(ne(a))return()=>H.createElement(Re,{activity:a});let r=e(...t);return r&&((...o)=>H.createElement(be,{activity:a},r(...o)))}]),pi=[()=>()=>()=>ae],gi=({children:e,variant:t="fluent"})=>H.createElement(Ze,{variant:t},H.createElement(re,null,H.createElement(Fe,null,H.createElement(hi,{activityMiddleware:mi,sendBoxMiddleware:pi},H.createElement(Ie,null,e))))),fi=ui(gi);var vi="tsup",_i="esmodules",yi="4.18.1-main.20240911.3e47786",eu={buildTool:vi,moduleFormat:_i,version:yi};wi("botframework-webchat:fluent-theme","version=4.18.1-main.20240911.3e47786; build-tool=tsup; module-format=esmodules");$();export{fi as FluentThemeProvider,eu as buildInfo,h as testIds};
|
|
2
2
|
/*! For license information please see botframework-webchat-fluent-theme.mjs.LEGAL.txt */
|
|
3
3
|
//# sourceMappingURL=botframework-webchat-fluent-theme.mjs.map
|