@epam/ai-dial-conversation-input 1.1.0-dev.293 → 1.1.0-dev.296

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.
@@ -1 +1 @@
1
- {"version":3,"file":"Input.d.ts","sourceRoot":"","sources":["../../../src/components/Input/Input.tsx"],"names":[],"mappings":"AAeA,OAAO,EAGL,KAAK,EAAE,EAMR,MAAM,OAAO,CAAC;AAOf,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAWrD,wIAAwI;AACxI,eAAO,MAAM,KAAK,EAAE,EAAE,CAAC,UAAU,CAofhC,CAAC"}
1
+ {"version":3,"file":"Input.d.ts","sourceRoot":"","sources":["../../../src/components/Input/Input.tsx"],"names":[],"mappings":"AAeA,OAAO,EAGL,KAAK,EAAE,EAOR,MAAM,OAAO,CAAC;AAOf,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAWrD,wIAAwI;AACxI,eAAO,MAAM,KAAK,EAAE,EAAE,CAAC,UAAU,CAqhBhC,CAAC"}
@@ -0,0 +1,54 @@
1
+ import { ToolMenuItem } from '@epam/ai-dial-chat-shared';
2
+ import { FC } from 'react';
3
+ /** Typography overrides for the `ToolsChips` component. */
4
+ export interface ToolsChipsTypography {
5
+ /** Typography utility class applied to the chip text. Defaults to `'dial-small-paragraph-text'`. */
6
+ fontClassName?: string;
7
+ }
8
+ /** Color overrides for the `ToolsChips` component, applied as CSS custom properties. */
9
+ export interface ToolsChipsColors {
10
+ /** Chip background color while the tool is off. Defaults to `--bg-layer-base`. */
11
+ chipBg?: string;
12
+ /** Chip border color while the tool is off. Defaults to `--stroke-secondary`. */
13
+ chipBorder?: string;
14
+ /** Chip leading-icon color while the tool is off. Defaults to `--text-secondary`. */
15
+ chipIcon?: string;
16
+ /** Chip label text color while the tool is off. Defaults to `--text-primary`. */
17
+ chipText?: string;
18
+ /** Chip background color on hover/focus while the tool is off. Defaults to `--bg-control-neutral-hover-muted`. */
19
+ chipHoverBg?: string;
20
+ /** Chip background color while the tool is on. Defaults to `--bg-control-accent-alpha`. */
21
+ chipSelectedBg?: string;
22
+ /** Chip border color while the tool is on. Defaults to `--stroke-accent`. */
23
+ chipSelectedBorder?: string;
24
+ /** Chip leading-icon color while the tool is on. Defaults to `--text-accent`. */
25
+ chipSelectedIcon?: string;
26
+ /** Chip label text color while the tool is on. Defaults to `--text-accent`. */
27
+ chipSelectedText?: string;
28
+ /** Icon color of the chip's × button. Defaults to `--text-secondary`, or `--text-accent` while the tool is on. */
29
+ chipClose?: string;
30
+ /** Icon color of the chip's × button on hover/focus. Defaults to `--text-primary`. */
31
+ chipCloseHover?: string;
32
+ }
33
+ /** Props for the ToolsChips component. */
34
+ export interface ToolsChipsProps {
35
+ /** Tools to render, each as a toggle chip reflecting its `isSelected` state. */
36
+ items: ToolMenuItem[];
37
+ /** Called with the tool id when a chip body is clicked. */
38
+ onToolToggle: (toolId: string) => void;
39
+ /** Called with the tool id when the chip's × is clicked, to drop it from the row. */
40
+ onToolDismiss: (toolId: string) => void;
41
+ /** Returns the accessible label for a chip's × button. Defaults to `"Remove {toolLabel}"`. */
42
+ removeLabel?: (toolLabel: string) => string;
43
+ /** Typography overrides for the chip text. */
44
+ typography?: ToolsChipsTypography;
45
+ /** Color overrides applied as CSS custom properties. */
46
+ colors?: ToolsChipsColors;
47
+ }
48
+ /**
49
+ * Toggle chips for the tools the active deployment exposes, rendered inside the
50
+ * conversation input. Clicking a chip flips the tool between neutral (off) and
51
+ * accent (on) styling; clicking its × drops the chip from the row.
52
+ */
53
+ export declare const ToolsChips: FC<ToolsChipsProps>;
54
+ //# sourceMappingURL=ToolsChips.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ToolsChips.d.ts","sourceRoot":"","sources":["../../../src/components/ToolsChips/ToolsChips.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AAG9D,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAGhC,2DAA2D;AAC3D,MAAM,WAAW,oBAAoB;IACnC,oGAAoG;IACpG,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,wFAAwF;AACxF,MAAM,WAAW,gBAAgB;IAC/B,kFAAkF;IAClF,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,iFAAiF;IACjF,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,qFAAqF;IACrF,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,iFAAiF;IACjF,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,kHAAkH;IAClH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,2FAA2F;IAC3F,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,6EAA6E;IAC7E,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,iFAAiF;IACjF,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,+EAA+E;IAC/E,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,kHAAkH;IAClH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,sFAAsF;IACtF,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB;AAID,0CAA0C;AAC1C,MAAM,WAAW,eAAe;IAC9B,gFAAgF;IAChF,KAAK,EAAE,YAAY,EAAE,CAAC;IACtB,2DAA2D;IAC3D,YAAY,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;IACvC,qFAAqF;IACrF,aAAa,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;IACxC,8FAA8F;IAC9F,WAAW,CAAC,EAAE,CAAC,SAAS,EAAE,MAAM,KAAK,MAAM,CAAC;IAC5C,8CAA8C;IAC9C,UAAU,CAAC,EAAE,oBAAoB,CAAC;IAClC,wDAAwD;IACxD,MAAM,CAAC,EAAE,gBAAgB,CAAC;CAC3B;AAED;;;;GAIG;AACH,eAAO,MAAM,UAAU,EAAE,EAAE,CAAC,eAAe,CAwE1C,CAAC"}
package/index.css CHANGED
@@ -1,2 +1,2 @@
1
- @keyframes _slide-up_1d50f_1{0%{transform:translateY(100%)}to{transform:translateY(0)}}._backdrop_1d50f_9{background:var(--ci-backdrop,var(--bg-backdrop,#161b2d4d))}._sheet_1d50f_13{background:var(--ci-sheet-bg,var(--bg-layer-raised,#fcfcfc));animation:.3s cubic-bezier(.32,.72,0,1) _slide-up_1d50f_1}._title_1d50f_18{color:var(--ci-sheet-text,var(--text-primary,#161b2d))}._divider_1d50f_22{background:var(--ci-sheet-divider,var(--stroke-tertiary,#e0e6f0))}._item_1sr2n_1{color:var(--ci-sheet-text,var(--text-primary,#161b2d))}._item_1sr2n_1:hover{background:var(--ci-sheet-item-hover,var(--bg-layer-raised,#fcfcfc))}._item_1sr2n_1:active{background:var(--ci-sheet-item-active,var(--bg-control-neutral-active,#d1dbea))}._itemIcon_1sr2n_11{color:var(--ci-sheet-icon,var(--text-secondary,#57647a))}._label_14i7c_1{color:var(--csf-label-text,var(--text-primary,#161b2d))!important}._modal_kl0h0_1{background:var(--csm-bg,var(--bg-layer-raised,#fcfcfc))!important}._icon_1fv6z_1{color:var(--tbs-icon-text,var(--text-secondary,#57647a))}._selectedIcon_1fv6z_5{color:var(--tbs-selected-icon-text,var(--text-accent,#1d4ed8))}._selectedToolIcon_r268y_1{color:var(--aab-selected-tool-icon,var(--text-accent,#1d4ed8))}._toolIcon_r268y_5{color:var(--aab-tool-icon,var(--text-secondary,#57647a))}._chevronIcon_r268y_9{color:var(--aab-chevron-icon,var(--text-secondary,#57647a))}._chip_1gu87_1{background:var(--ci-chip-bg,var(--bg-layer-base,#f5f7fa));border-color:var(--ci-chip-border,var(--stroke-secondary,#d1dbea))}._chipIcon_1gu87_6{color:var(--ci-chip-icon,var(--text-secondary,#57647a))}._chipText_1gu87_10{color:var(--ci-chip-text,var(--text-primary,#161b2d))}._chipClose_1gu87_14{color:var(--ci-chip-close,var(--text-secondary,#57647a))}._chipClose_1gu87_14:hover,._chipClose_1gu87_14:focus-visible{color:var(--ci-chip-close-hover,var(--text-primary,#161b2d))}._wrapper_10e5r_1{background:var(--ci-bg,var(--bg-control-neutral,#fcfcfc));border-color:var(--ci-border,var(--stroke-tertiary,#e0e6f0))}._wrapper_10e5r_1:focus-within,._wrapper_10e5r_1:active{outline-color:var(--ci-border-focus,var(--stroke-accent-focus,#6785fb))}._wrapper_10e5r_1._wrapperDisabled_10e5r_8{color:var(--ci-text-disabled,var(--text-control-disable-primary,#848e9c));cursor:not-allowed}._textarea_10e5r_13{color:var(--ci-text,var(--text-primary,#161b2d))}._textarea_10e5r_13::placeholder{color:var(--ci-placeholder,var(--text-secondary,#57647a))}._textarea_10e5r_13:disabled{color:var(--ci-text-disabled,var(--text-control-disable-primary,#848e9c));cursor:not-allowed}._modelSelectorButton_10e5r_24 ._modelSelectorCaret_10e5r_24{color:var(--ci-model-selector-caret-color,var(--text-primary,#161b2d))}._modelSelectorButton_10e5r_24:hover{background:var(--ci-model-selector-hover-bg,var(--bg-control-accent-alpha-hover,#2764d924))}._modelSelectorButton_10e5r_24:active{background:var(--ci-model-selector-hover-bg,var(--bg-control-accent-alpha-active,#2764d933))}._modelSelectorButton_10e5r_24._modelSelectorButtonDisabled_10e5r_33{opacity:.5}._modelSelectorButton_10e5r_24._modelSelectorButtonDisabled_10e5r_33 ._modelSelectorCaret_10e5r_24{color:var(--ci-model-selector-disabled-color,var(--text-control-disable-primary,#848e9c))}._wrapperError_129ri_1{border-color:var(--ci-voice-error,var(--stroke-error,#ae2f2f))}._waveformCanvas_129ri_5{color:var(--ci-voice-waveform,var(--text-primary,#161b2d))}@keyframes _recording-pulse_129ri_1{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.8)}}._recordingDot_129ri_19{background:var(--ci-voice-accent,var(--text-error,#ae2f2f));animation:1.2s ease-in-out infinite _recording-pulse_129ri_1}._searchHeader_1tt5t_1{background:var(--ms-search-header-bg,var(--bg-layer-raised,#fcfcfc))}._selectedItem_1tt5t_5{background:var(--ms-selected-item-bg,var(--bg-control-accent-alpha-active,#2764d933))}._selectedItemCheck_1tt5t_9{color:var(--ms-selected-item-check,var(--text-accent,#1d4ed8))}._divider_1tiyp_1{background:var(--ci-sheet-divider,var(--stroke-secondary,#d1dbea))}._item_1tiyp_5{color:var(--ci-sheet-text,var(--text-primary,#161b2d))}._item_1tiyp_5:hover{background:var(--ci-sheet-item-hover,var(--bg-layer-raised,#fcfcfc))}._item_1tiyp_5:active{background:var(--ci-sheet-item-active,var(--bg-control-neutral-active,#d1dbea))}._itemIcon_1tiyp_15{color:var(--ci-sheet-icon,var(--text-secondary,#57647a))}._checkIcon_1tiyp_19{color:var(--ci-check-icon,var(--text-accent,#1d4ed8))}._stateLabel_1tiyp_23{color:var(--ci-sheet-text,var(--text-secondary,#57647a))}._welcome_n2ph8_1{color:var(--ci-welcome-color,var(--text-primary,#161b2d))}
1
+ @keyframes _slide-up_1d50f_1{0%{transform:translateY(100%)}to{transform:translateY(0)}}._backdrop_1d50f_9{background:var(--ci-backdrop,var(--bg-backdrop,#161b2d4d))}._sheet_1d50f_13{background:var(--ci-sheet-bg,var(--bg-layer-raised,#fcfcfc));animation:.3s cubic-bezier(.32,.72,0,1) _slide-up_1d50f_1}._title_1d50f_18{color:var(--ci-sheet-text,var(--text-primary,#161b2d))}._divider_1d50f_22{background:var(--ci-sheet-divider,var(--stroke-tertiary,#e0e6f0))}._item_1sr2n_1{color:var(--ci-sheet-text,var(--text-primary,#161b2d))}._item_1sr2n_1:hover{background:var(--ci-sheet-item-hover,var(--bg-layer-raised,#fcfcfc))}._item_1sr2n_1:active{background:var(--ci-sheet-item-active,var(--bg-control-neutral-active,#d1dbea))}._itemIcon_1sr2n_11{color:var(--ci-sheet-icon,var(--text-secondary,#57647a))}._label_14i7c_1{color:var(--csf-label-text,var(--text-primary,#161b2d))!important}._modal_kl0h0_1{background:var(--csm-bg,var(--bg-layer-raised,#fcfcfc))!important}._icon_1fv6z_1{color:var(--tbs-icon-text,var(--text-secondary,#57647a))}._selectedIcon_1fv6z_5{color:var(--tbs-selected-icon-text,var(--text-accent,#1d4ed8))}._selectedToolIcon_r268y_1{color:var(--aab-selected-tool-icon,var(--text-accent,#1d4ed8))}._toolIcon_r268y_5{color:var(--aab-tool-icon,var(--text-secondary,#57647a))}._chevronIcon_r268y_9{color:var(--aab-chevron-icon,var(--text-secondary,#57647a))}._chip_ydmd8_1{background:var(--ci-chip-bg,var(--bg-layer-base,#f5f7fa));border-color:var(--ci-chip-border,var(--stroke-secondary,#d1dbea))}._chip_ydmd8_1:hover,._chip_ydmd8_1:focus-visible{background:var(--ci-chip-hover-bg,var(--bg-control-neutral-hover-muted,#e0e6f0))}._chipSelected_ydmd8_9{background:var(--ci-chip-selected-bg,var(--bg-control-accent-alpha,#2764d90f));border-color:var(--ci-chip-selected-border,var(--stroke-accent,#1d4ed8))}._chipSelected_ydmd8_9:hover,._chipSelected_ydmd8_9:focus-visible{background:var(--ci-chip-selected-bg-hover,var(--bg-control-accent-alpha-hover,#2764d924))}._chipSelected_ydmd8_9 ._chipIcon_ydmd8_16{color:var(--ci-chip-selected-icon,var(--text-accent,#1d4ed8))}._chipSelected_ydmd8_9 ._chipText_ydmd8_19{color:var(--ci-chip-selected-text,var(--text-accent,#1d4ed8))}._chipSelected_ydmd8_9 ._chipClose_ydmd8_22{color:var(--ci-chip-close,var(--text-accent,#1d4ed8))}._chipClose_ydmd8_22{color:var(--ci-chip-close,var(--text-secondary,#57647a))}._chipClose_ydmd8_22:hover,._chipClose_ydmd8_22:focus-visible{color:var(--ci-chip-close-hover,var(--text-primary,#161b2d))}._chipIcon_ydmd8_16{color:var(--ci-chip-icon,var(--text-secondary,#57647a))}._chipText_ydmd8_19{color:var(--ci-chip-text,var(--text-primary,#161b2d))}._wrapper_10e5r_1{background:var(--ci-bg,var(--bg-control-neutral,#fcfcfc));border-color:var(--ci-border,var(--stroke-tertiary,#e0e6f0))}._wrapper_10e5r_1:focus-within,._wrapper_10e5r_1:active{outline-color:var(--ci-border-focus,var(--stroke-accent-focus,#6785fb))}._wrapper_10e5r_1._wrapperDisabled_10e5r_8{color:var(--ci-text-disabled,var(--text-control-disable-primary,#848e9c));cursor:not-allowed}._textarea_10e5r_13{color:var(--ci-text,var(--text-primary,#161b2d))}._textarea_10e5r_13::placeholder{color:var(--ci-placeholder,var(--text-secondary,#57647a))}._textarea_10e5r_13:disabled{color:var(--ci-text-disabled,var(--text-control-disable-primary,#848e9c));cursor:not-allowed}._modelSelectorButton_10e5r_24 ._modelSelectorCaret_10e5r_24{color:var(--ci-model-selector-caret-color,var(--text-primary,#161b2d))}._modelSelectorButton_10e5r_24:hover{background:var(--ci-model-selector-hover-bg,var(--bg-control-accent-alpha-hover,#2764d924))}._modelSelectorButton_10e5r_24:active{background:var(--ci-model-selector-hover-bg,var(--bg-control-accent-alpha-active,#2764d933))}._modelSelectorButton_10e5r_24._modelSelectorButtonDisabled_10e5r_33{opacity:.5}._modelSelectorButton_10e5r_24._modelSelectorButtonDisabled_10e5r_33 ._modelSelectorCaret_10e5r_24{color:var(--ci-model-selector-disabled-color,var(--text-control-disable-primary,#848e9c))}._wrapperError_129ri_1{border-color:var(--ci-voice-error,var(--stroke-error,#ae2f2f))}._waveformCanvas_129ri_5{color:var(--ci-voice-waveform,var(--text-primary,#161b2d))}@keyframes _recording-pulse_129ri_1{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.8)}}._recordingDot_129ri_19{background:var(--ci-voice-accent,var(--text-error,#ae2f2f));animation:1.2s ease-in-out infinite _recording-pulse_129ri_1}._searchHeader_1tt5t_1{background:var(--ms-search-header-bg,var(--bg-layer-raised,#fcfcfc))}._selectedItem_1tt5t_5{background:var(--ms-selected-item-bg,var(--bg-control-accent-alpha-active,#2764d933))}._selectedItemCheck_1tt5t_9{color:var(--ms-selected-item-check,var(--text-accent,#1d4ed8))}._divider_1tiyp_1{background:var(--ci-sheet-divider,var(--stroke-secondary,#d1dbea))}._item_1tiyp_5{color:var(--ci-sheet-text,var(--text-primary,#161b2d))}._item_1tiyp_5:hover{background:var(--ci-sheet-item-hover,var(--bg-layer-raised,#fcfcfc))}._item_1tiyp_5:active{background:var(--ci-sheet-item-active,var(--bg-control-neutral-active,#d1dbea))}._itemIcon_1tiyp_15{color:var(--ci-sheet-icon,var(--text-secondary,#57647a))}._checkIcon_1tiyp_19{color:var(--ci-check-icon,var(--text-accent,#1d4ed8))}._stateLabel_1tiyp_23{color:var(--ci-sheet-text,var(--text-secondary,#57647a))}._welcome_n2ph8_1{color:var(--ci-welcome-color,var(--text-primary,#161b2d))}
2
2
  /*$vite$:1*/
package/index.d.ts CHANGED
@@ -6,8 +6,6 @@ export { Input } from './components/Input/Input';
6
6
  export type { ConversationInputColors, ConversationInputProps, ConversationInputStyles, ConversationInputTypography, EditMessageInputProps, } from './models/ConversationInput';
7
7
  export { SendOnEnter } from './models/Input';
8
8
  export type { ChatSettingsValues, InputColors, InputProps, InputTypography, ToolsChipLabels, } from './models/Input';
9
- export { AttachmentCard, AttachmentTray, AttachmentGroup, FileDndOverlay, getAttachmentIcon, } from '../../attachment-input/src/index.ts';
10
- export type { AttachmentGroupProps } from '../../attachment-input/src/index.ts';
11
9
  export type { BottomSheetItem } from './components/BottomSheet/BottomSheet';
12
10
  export { ChatSettingsModal, type ChatSettingsModalProps, } from './components/ChatSettingsModal/ChatSettingsModal';
13
11
  //# sourceMappingURL=index.d.ts.map
package/index.d.ts.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,gDAAgD,CAAC;AAClF,YAAY,EAAE,qBAAqB,EAAE,MAAM,gDAAgD,CAAC;AAC5F,OAAO,EAAE,iBAAiB,EAAE,MAAM,kDAAkD,CAAC;AACrF,OAAO,EAAE,gBAAgB,EAAE,MAAM,gDAAgD,CAAC;AAClF,OAAO,EAAE,KAAK,EAAE,MAAM,0BAA0B,CAAC;AACjD,YAAY,EACV,uBAAuB,EACvB,sBAAsB,EACtB,uBAAuB,EACvB,2BAA2B,EAC3B,qBAAqB,GACtB,MAAM,4BAA4B,CAAC;AACpC,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,YAAY,EACV,kBAAkB,EAClB,WAAW,EACX,UAAU,EACV,eAAe,EACf,eAAe,GAChB,MAAM,gBAAgB,CAAC;AAGxB,OAAO,EACL,cAAc,EACd,cAAc,EACd,eAAe,EACf,cAAc,EACd,iBAAiB,GAClB,MAAM,gCAAgC,CAAC;AACxC,YAAY,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAC;AAC3E,YAAY,EAAE,eAAe,EAAE,MAAM,sCAAsC,CAAC;AAC5E,OAAO,EACL,iBAAiB,EACjB,KAAK,sBAAsB,GAC5B,MAAM,kDAAkD,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,gDAAgD,CAAC;AAClF,YAAY,EAAE,qBAAqB,EAAE,MAAM,gDAAgD,CAAC;AAC5F,OAAO,EAAE,iBAAiB,EAAE,MAAM,kDAAkD,CAAC;AACrF,OAAO,EAAE,gBAAgB,EAAE,MAAM,gDAAgD,CAAC;AAClF,OAAO,EAAE,KAAK,EAAE,MAAM,0BAA0B,CAAC;AACjD,YAAY,EACV,uBAAuB,EACvB,sBAAsB,EACtB,uBAAuB,EACvB,2BAA2B,EAC3B,qBAAqB,GACtB,MAAM,4BAA4B,CAAC;AACpC,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,YAAY,EACV,kBAAkB,EAClB,WAAW,EACX,UAAU,EACV,eAAe,EACf,eAAe,GAChB,MAAM,gBAAgB,CAAC;AAExB,YAAY,EAAE,eAAe,EAAE,MAAM,sCAAsC,CAAC;AAC5E,OAAO,EACL,iBAAiB,EACjB,KAAK,sBAAsB,GAC5B,MAAM,kDAAkD,CAAC"}