@epam/ai-dial-conversation-input 1.1.0-dev.94 → 1.1.0-dev.99
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/components/BottomSheet/BottomSheet.d.ts +1 -1
- package/components/BottomSheet/BottomSheet.d.ts.map +1 -1
- package/components/ChatSettingsModal/ChatSettingsModal.d.ts +1 -1
- package/components/ChatSettingsModal/ChatSettingsModal.d.ts.map +1 -1
- package/components/ModelSelectorBottomSheet/ModelSelectorBottomSheet.d.ts +2 -2
- package/components/ModelSelectorBottomSheet/ModelSelectorBottomSheet.d.ts.map +1 -1
- package/index.css +1 -1
- package/index.js +12 -12
- package/package.json +4 -4
|
@@ -4,7 +4,7 @@ import { BottomSheetShellColors } from '../BottomSheetShell/BottomSheetShell';
|
|
|
4
4
|
export interface BottomSheetColors {
|
|
5
5
|
/** Item label text color. Defaults to `--text-primary`. */
|
|
6
6
|
itemText?: string;
|
|
7
|
-
/** Item hover background. Defaults to `--bg-layer-
|
|
7
|
+
/** Item hover background. Defaults to `--bg-layer-raised`. */
|
|
8
8
|
itemHoverBg?: string;
|
|
9
9
|
/** Item active/pressed background. Defaults to `--bg-layer-4`. */
|
|
10
10
|
itemActiveBg?: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BottomSheet.d.ts","sourceRoot":"","sources":["../../../src/components/BottomSheet/BottomSheet.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,aAAa,EAAE,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAC1D,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,sCAAsC,CAAC;AAInF,yFAAyF;AACzF,MAAM,WAAW,iBAAiB;IAChC,2DAA2D;IAC3D,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,
|
|
1
|
+
{"version":3,"file":"BottomSheet.d.ts","sourceRoot":"","sources":["../../../src/components/BottomSheet/BottomSheet.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,aAAa,EAAE,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAC1D,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,sCAAsC,CAAC;AAInF,yFAAyF;AACzF,MAAM,WAAW,iBAAiB;IAChC,2DAA2D;IAC3D,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,8DAA8D;IAC9D,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,kEAAkE;IAClE,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,+DAA+D;IAC/D,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,mHAAmH;IACnH,KAAK,CAAC,EAAE,sBAAsB,CAAC;CAChC;AAED,sDAAsD;AACtD,MAAM,WAAW,eAAe;IAC9B,sCAAsC;IACtC,GAAG,EAAE,MAAM,CAAC;IACZ,qBAAqB;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,4BAA4B;IAC5B,IAAI,EAAE,SAAS,CAAC;IAChB,sCAAsC;IACtC,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,0EAA0E;IAC1E,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,6EAA6E;IAC7E,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB;AAED,sDAAsD;AACtD,MAAM,WAAW,gBAAgB;IAC/B,iCAAiC;IACjC,MAAM,EAAE,OAAO,CAAC;IAChB,iDAAiD;IACjD,KAAK,EAAE,MAAM,CAAC;IACd,iDAAiD;IACjD,UAAU,EAAE,MAAM,CAAC;IACnB,kFAAkF;IAClF,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,4EAA4E;IAC5E,KAAK,CAAC,EAAE,aAAa,CAAC;IACtB,2CAA2C;IAC3C,KAAK,EAAE,eAAe,EAAE,CAAC;IACzB,oFAAoF;IACpF,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,sFAAsF;IACtF,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,6EAA6E;IAC7E,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,2EAA2E;IAC3E,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,wDAAwD;IACxD,MAAM,CAAC,EAAE,iBAAiB,CAAC;CAC5B;AAED,gFAAgF;AAChF,eAAO,MAAM,WAAW,EAAE,EAAE,CAAC,gBAAgB,CA0D5C,CAAC"}
|
|
@@ -39,7 +39,7 @@ export interface ChatSettingsModalProps {
|
|
|
39
39
|
saveLabel?: string;
|
|
40
40
|
/** Tooltip shown on the save button when it is disabled (e.g. no response format selected). */
|
|
41
41
|
saveDisabledTooltip?: string;
|
|
42
|
-
/** CSS class applied for the modal background. Defaults to a `--bg-layer-
|
|
42
|
+
/** CSS class applied for the modal background. Defaults to a `--bg-layer-sunken` background. */
|
|
43
43
|
backgroundClassName?: string;
|
|
44
44
|
}
|
|
45
45
|
/** Desktop modal for chat settings (system prompt, temperature, response format). */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChatSettingsModal.d.ts","sourceRoot":"","sources":["../../../src/components/ChatSettingsModal/ChatSettingsModal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAO3D,OAAO,EAAQ,KAAK,EAAE,EAAE,MAAM,OAAO,CAAC;AAEtC,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,oBAAoB,CAAC;AAI7D,iDAAiD;AACjD,MAAM,WAAW,sBAAsB;IACrC,iFAAiF;IACjF,QAAQ,EAAE,kBAAkB,CAAC;IAC7B,qEAAqE;IACrE,qBAAqB,EAAE,cAAc,CAAC;IACtC,iEAAiE;IACjE,mBAAmB,EAAE,MAAM,CAAC;IAC5B,6DAA6D;IAC7D,kBAAkB,EAAE,MAAM,CAAC;IAC3B,4DAA4D;IAC5D,MAAM,EAAE,CAAC,MAAM,EAAE,kBAAkB,KAAK,IAAI,CAAC;IAC7C,0CAA0C;IAC1C,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,kDAAkD;IAClD,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,4EAA4E;IAC5E,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,+GAA+G;IAC/G,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,qEAAqE;IACrE,2BAA2B,CAAC,EAAE,MAAM,CAAC;IACrC,yEAAyE;IACzE,4BAA4B,CAAC,EAAE,MAAM,CAAC;IACtC,wEAAwE;IACxE,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,gFAAgF;IAChF,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,oEAAoE;IACpE,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,kIAAkI;IAClI,iBAAiB,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC,CAAC;IAC7C,qDAAqD;IACrD,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,gEAAgE;IAChE,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,+FAA+F;IAC/F,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,
|
|
1
|
+
{"version":3,"file":"ChatSettingsModal.d.ts","sourceRoot":"","sources":["../../../src/components/ChatSettingsModal/ChatSettingsModal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAO3D,OAAO,EAAQ,KAAK,EAAE,EAAE,MAAM,OAAO,CAAC;AAEtC,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,oBAAoB,CAAC;AAI7D,iDAAiD;AACjD,MAAM,WAAW,sBAAsB;IACrC,iFAAiF;IACjF,QAAQ,EAAE,kBAAkB,CAAC;IAC7B,qEAAqE;IACrE,qBAAqB,EAAE,cAAc,CAAC;IACtC,iEAAiE;IACjE,mBAAmB,EAAE,MAAM,CAAC;IAC5B,6DAA6D;IAC7D,kBAAkB,EAAE,MAAM,CAAC;IAC3B,4DAA4D;IAC5D,MAAM,EAAE,CAAC,MAAM,EAAE,kBAAkB,KAAK,IAAI,CAAC;IAC7C,0CAA0C;IAC1C,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,kDAAkD;IAClD,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,4EAA4E;IAC5E,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,+GAA+G;IAC/G,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,qEAAqE;IACrE,2BAA2B,CAAC,EAAE,MAAM,CAAC;IACrC,yEAAyE;IACzE,4BAA4B,CAAC,EAAE,MAAM,CAAC;IACtC,wEAAwE;IACxE,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,gFAAgF;IAChF,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,oEAAoE;IACpE,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,kIAAkI;IAClI,iBAAiB,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC,CAAC;IAC7C,qDAAqD;IACrD,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,gEAAgE;IAChE,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,+FAA+F;IAC/F,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,gGAAgG;IAChG,mBAAmB,CAAC,EAAE,MAAM,CAAC;CAC9B;AAED,qFAAqF;AACrF,eAAO,MAAM,iBAAiB,EAAE,EAAE,CAAC,sBAAsB,CAiFxD,CAAC;;AAEF,wBAAuC"}
|
|
@@ -7,13 +7,13 @@ export interface ModelSelectorBottomSheetColors {
|
|
|
7
7
|
divider?: string;
|
|
8
8
|
/** Item label and state-label text color. Defaults to `--text-primary`/`--text-secondary`. */
|
|
9
9
|
itemText?: string;
|
|
10
|
-
/** Item hover background. Defaults to `--bg-layer-
|
|
10
|
+
/** Item hover background. Defaults to `--bg-layer-raised`. */
|
|
11
11
|
itemHoverBg?: string;
|
|
12
12
|
/** Item active/pressed background. Defaults to `--bg-layer-4`. */
|
|
13
13
|
itemActiveBg?: string;
|
|
14
14
|
/** Item leading-icon color. Defaults to `--text-secondary`. */
|
|
15
15
|
itemIcon?: string;
|
|
16
|
-
/** Selected-row checkmark icon color. Defaults to `--text-accent
|
|
16
|
+
/** Selected-row checkmark icon color. Defaults to `--text-accent`. */
|
|
17
17
|
checkIcon?: string;
|
|
18
18
|
/** Color overrides forwarded to the underlying `BottomSheetShell` (backdrop, panel background, title, divider). */
|
|
19
19
|
shell?: BottomSheetShellColors;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ModelSelectorBottomSheet.d.ts","sourceRoot":"","sources":["../../../src/components/ModelSelectorBottomSheet/ModelSelectorBottomSheet.tsx"],"names":[],"mappings":"AAAA,OAAO,EAEL,KAAK,cAAc,EAEpB,MAAM,2BAA2B,CAAC;AASnC,OAAO,EAAE,KAAK,aAAa,EAAE,KAAK,EAAE,EAAuB,MAAM,OAAO,CAAC;AAGzE,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,sCAAsC,CAAC;AAKnF,sGAAsG;AACtG,MAAM,WAAW,8BAA8B;IAC7C,kGAAkG;IAClG,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,8FAA8F;IAC9F,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,
|
|
1
|
+
{"version":3,"file":"ModelSelectorBottomSheet.d.ts","sourceRoot":"","sources":["../../../src/components/ModelSelectorBottomSheet/ModelSelectorBottomSheet.tsx"],"names":[],"mappings":"AAAA,OAAO,EAEL,KAAK,cAAc,EAEpB,MAAM,2BAA2B,CAAC;AASnC,OAAO,EAAE,KAAK,aAAa,EAAE,KAAK,EAAE,EAAuB,MAAM,OAAO,CAAC;AAGzE,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,sCAAsC,CAAC;AAKnF,sGAAsG;AACtG,MAAM,WAAW,8BAA8B;IAC7C,kGAAkG;IAClG,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,8FAA8F;IAC9F,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,8DAA8D;IAC9D,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,kEAAkE;IAClE,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,+DAA+D;IAC/D,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,sEAAsE;IACtE,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,mHAAmH;IACnH,KAAK,CAAC,EAAE,sBAAsB,CAAC;CAChC;AAyED,wDAAwD;AACxD,MAAM,WAAW,6BAA6B;IAC5C,iCAAiC;IACjC,MAAM,EAAE,OAAO,CAAC;IAChB,kFAAkF;IAClF,KAAK,EAAE,MAAM,CAAC;IACd,iDAAiD;IACjD,UAAU,EAAE,MAAM,CAAC;IACnB,qEAAqE;IACrE,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,kFAAkF;IAClF,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,kJAAkJ;IAClJ,WAAW,CAAC,EAAE,cAAc,EAAE,CAAC;IAC/B,uEAAuE;IACvE,oBAAoB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrC,oFAAoF;IACpF,QAAQ,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IAC/B,oEAAoE;IACpE,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,wEAAwE;IACxE,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,yEAAyE;IACzE,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,4EAA4E;IAC5E,KAAK,CAAC,EAAE,aAAa,CAAC;IACtB,sFAAsF;IACtF,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,iGAAiG;IACjG,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,wDAAwD;IACxD,MAAM,CAAC,EAAE,8BAA8B,CAAC;CACzC;AAED,wFAAwF;AACxF,eAAO,MAAM,wBAAwB,EAAE,EAAE,CAAC,6BAA6B,CA+GtE,CAAC"}
|
package/index.css
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
@keyframes _slide-up_1yh0r_1{0%{transform:translateY(100%)}to{transform:translateY(0)}}._backdrop_1yh0r_9{background:var(--ci-backdrop,var(--bg-backdrop,#161b2d4d))}._sheet_1yh0r_13{background:var(--ci-sheet-bg,var(--bg-layer-raised,#fcfcfc));animation:.3s cubic-bezier(.32,.72,0,1) _slide-up_1yh0r_1}._title_1yh0r_18{color:var(--ci-sheet-text,var(--text-primary,#161b2d))}._divider_1yh0r_22{background:var(--ci-sheet-divider,var(--bg-layer-4,#d1dbea))}.
|
|
1
|
+
@keyframes _slide-up_1yh0r_1{0%{transform:translateY(100%)}to{transform:translateY(0)}}._backdrop_1yh0r_9{background:var(--ci-backdrop,var(--bg-backdrop,#161b2d4d))}._sheet_1yh0r_13{background:var(--ci-sheet-bg,var(--bg-layer-raised,#fcfcfc));animation:.3s cubic-bezier(.32,.72,0,1) _slide-up_1yh0r_1}._title_1yh0r_18{color:var(--ci-sheet-text,var(--text-primary,#161b2d))}._divider_1yh0r_22{background:var(--ci-sheet-divider,var(--bg-layer-4,#d1dbea))}._item_p5aqh_1{color:var(--ci-sheet-text,var(--text-primary,#161b2d))}._item_p5aqh_1:hover{background:var(--ci-sheet-item-hover,var(--bg-layer-raised,#fcfcfc))}._item_p5aqh_1:active{background:var(--ci-sheet-item-active,var(--bg-layer-4,#d1dbea))}._itemIcon_p5aqh_11{color:var(--ci-sheet-icon,var(--text-secondary,#6b7280))}._label_14i7c_1{color:var(--csf-label-text,var(--text-primary,#161b2d))!important}._modal_14b5s_1{background:var(--csm-bg,var(--bg-layer-sunken,#f5f7fa))!important}._icon_1oz9i_1{color:var(--tbs-icon-text,var(--text-secondary,#6b7280))}._selectedIcon_1oz9i_5{color:var(--tbs-selected-icon-text,var(--text-accent,#1d4ed8))}._selectedToolIcon_1lz31_1{color:var(--aab-selected-tool-icon,var(--text-accent,#1d4ed8))}._toolIcon_1lz31_5{color:var(--aab-tool-icon,var(--text-secondary,#6b7280))}._chevronIcon_1lz31_9{color:var(--aab-chevron-icon,var(--text-secondary,#6b7280))}._chip_16mrh_1{background:var(--ci-chip-bg,var(--bg-layer-base,#f5f7fa));border-color:var(--ci-chip-border,var(--stroke-secondary,#d1dbea))}._chipIcon_16mrh_6{color:var(--ci-chip-icon,var(--text-secondary,#6b7280))}._chipText_16mrh_10{color:var(--ci-chip-text,var(--text-primary,#161b2d))}._chipClose_16mrh_14{color:var(--ci-chip-close,var(--text-secondary,#6b7280))}._chipClose_16mrh_14:hover,._chipClose_16mrh_14:focus-visible{color:var(--ci-chip-close-hover,var(--text-primary,#161b2d))}._wrapper_4e8i8_1{background:var(--ci-bg,var(--bg-control-neutral,#fcfcfc));border-color:var(--ci-border,var(--stroke-tertiary,#e0e6f0))}._wrapper_4e8i8_1:focus-within,._wrapper_4e8i8_1:active{border-color:var(--ci-border-focus,var(--stroke-info,#124ace))}._wrapper_4e8i8_1._wrapperDisabled_4e8i8_8{color:var(--ci-text-disabled,var(--text-control-disable,#6b7280));cursor:not-allowed}._textarea_4e8i8_13{color:var(--ci-text,var(--text-primary,#161b2d))}._textarea_4e8i8_13::placeholder{color:var(--ci-placeholder,var(--text-secondary,#6b7280))}._textarea_4e8i8_13:disabled{color:var(--ci-text-disabled,var(--text-control-disable,#6b7280));cursor:not-allowed}._modelSelectorButton_4e8i8_24 ._modelSelectorCaret_4e8i8_24{color:var(--ci-model-selector-caret-color,var(--text-primary,#161b2d))}._modelSelectorButton_4e8i8_24:hover{background:var(--ci-model-selector-hover-bg,var(--bg-control-accent-alpha-hover,#2764d924))}._modelSelectorButton_4e8i8_24:active{background:var(--ci-model-selector-hover-bg,var(--bg-control-accent-alpha-active,#2764d933))}._modelSelectorButton_4e8i8_24._modelSelectorButtonDisabled_4e8i8_33{opacity:.5}._modelSelectorButton_4e8i8_24._modelSelectorButtonDisabled_4e8i8_33 ._modelSelectorCaret_4e8i8_24{color:var(--ci-model-selector-disabled-color,var(--text-control-disable,#6b7280))}._wrapperError_5wiyg_1{border-color:var(--ci-voice-error,var(--stroke-error,#ae2f2f))}._waveformCanvas_5wiyg_5{color:var(--ci-voice-waveform,var(--text-primary,#161b2d))}._timer_5wiyg_9{color:var(--ci-voice-waveform,var(--text-primary,#161b2d));font-variant-numeric:tabular-nums;white-space:nowrap}._stopRecordingIcon_5wiyg_15{color:var(--ci-voice-accent,var(--text-error,#ae2f2f))}@keyframes _recording-pulse_5wiyg_1{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.8)}}._recordingDot_5wiyg_29{background:var(--ci-voice-accent,var(--text-error,#ae2f2f));animation:1.2s ease-in-out infinite _recording-pulse_5wiyg_1}._tabContainer_153ct_1{background-color:#0000;color:var(--text-tertiary,#c7cbd4)!important;border-color:#0000!important}._tabContainer_153ct_1:hover{background-color:#5c8dea0f;color:var(--text-secondary,#6b7280)!important}._tabContainer_153ct_1>span{text-align:center}._tabContainer_153ct_1._tabActive_153ct_13{background-color:#2764d912;color:var(--text-secondary,#6b7280)!important}._tabContainer_153ct_1._tabActive_153ct_13:hover{background-color:#5c8dea0f}.dial-input:not(.dial-input-error){transition:border-color .15s,box-shadow .15s;border-color:var(--stroke-tertiary,#e0e6f0)!important;border-radius:.75rem!important}.dial-input:not(.dial-input-error):not(:disabled):hover{border-color:var(--stroke-info,#124ace)!important}.dial-input:not(.dial-input-error):not(:disabled):active,.dial-input:not(.dial-input-error):not(:disabled):focus,.dial-input:not(.dial-input-error):not(:disabled):focus-within{border-color:var(--stroke-info,#124ace)!important;box-shadow:0 0 0 4px var(--bg-accent-primary-alpha,#7da4ff2e)!important}.dial-input-error{border-radius:.75rem!important}._searchHeader_3587a_1{background:var(--ms-search-header-bg,var(--bg-layer-raised,#fcfcfc))}._selectedItem_3587a_5{background:var(--ms-selected-item-bg,var(--bg-accent-primary-alpha,#7da4ff2e))}._divider_f1dq4_1{background:var(--ci-sheet-divider,var(--bg-layer-4,#d1dbea))}._item_f1dq4_5{color:var(--ci-sheet-text,var(--text-primary,#161b2d))}._item_f1dq4_5:hover{background:var(--ci-sheet-item-hover,var(--bg-layer-raised,#fcfcfc))}._item_f1dq4_5:active{background:var(--ci-sheet-item-active,var(--bg-layer-4,#d1dbea))}._itemIcon_f1dq4_15{color:var(--ci-sheet-icon,var(--text-secondary,#6b7280))}._checkIcon_f1dq4_19{color:var(--ci-check-icon,var(--text-accent,#1d4ed8))}._stateLabel_f1dq4_23{color:var(--ci-sheet-text,var(--text-secondary,#6b7280))}._welcome_n2ph8_1{color:var(--ci-welcome-color,var(--text-primary,#161b2d))}
|
|
2
2
|
/*$vite$:1*/
|
package/index.js
CHANGED
|
@@ -357,8 +357,8 @@ var Ce = (e, t) => {
|
|
|
357
357
|
}, Ie = /* @__PURE__ */ function(e) {
|
|
358
358
|
return e.Enter = "enter", e.MetaEnter = "meta-enter", e;
|
|
359
359
|
}({}), Le = {
|
|
360
|
-
item: "
|
|
361
|
-
itemIcon: "
|
|
360
|
+
item: "_item_p5aqh_1",
|
|
361
|
+
itemIcon: "_itemIcon_p5aqh_11"
|
|
362
362
|
}, Re = ({ isOpen: e, title: t, closeLabel: n, onClose: r, style: i, items: s, className: c, titleClassName: u = "dial-body-semi-text", itemLabelClassName: d = "dial-small-text", btnTextClassName: f = "", colors: p }) => {
|
|
363
363
|
let m = (e) => {
|
|
364
364
|
e(), r();
|
|
@@ -534,7 +534,7 @@ var Ce = (e, t) => {
|
|
|
534
534
|
})
|
|
535
535
|
})]
|
|
536
536
|
});
|
|
537
|
-
}, Ue = { modal: "
|
|
537
|
+
}, Ue = { modal: "_modal_14b5s_1" }, We = ({ features: e, initialResponseFormat: t, initialSystemPrompt: n, initialTemperature: r, onSave: i, onClose: a, title: o = "Chat settings", responseFormatLabel: s, responseFormatHint: c, responseFormatMarkdownLabel: l, responseFormatPlainTextLabel: u, systemPromptLabel: d, systemPromptTooltip: f, temperatureLabel: p, temperatureLabels: m, temperatureHint: h, saveLabel: _ = "Apply changes", saveDisabledTooltip: v, backgroundClassName: y = Ue.modal }) => {
|
|
538
538
|
let { responseFormat: b, systemPrompt: x, temperature: S, canSubmit: w, setResponseFormat: T, setSystemPrompt: E, setTemperature: D, handleSubmit: A } = ze({
|
|
539
539
|
features: e,
|
|
540
540
|
initialResponseFormat: t,
|
|
@@ -816,10 +816,10 @@ var Ge = {
|
|
|
816
816
|
saveDisabledTooltip: h.saveDisabledTooltip
|
|
817
817
|
})] }) });
|
|
818
818
|
}, q = {
|
|
819
|
-
chip: "
|
|
820
|
-
chipIcon: "
|
|
821
|
-
chipText: "
|
|
822
|
-
chipClose: "
|
|
819
|
+
chip: "_chip_16mrh_1",
|
|
820
|
+
chipIcon: "_chipIcon_16mrh_6",
|
|
821
|
+
chipText: "_chipText_16mrh_10",
|
|
822
|
+
chipClose: "_chipClose_16mrh_14"
|
|
823
823
|
}, J = (e) => `${e} tool${e === 1 ? "" : "s"}`, Ye = (e) => `Remove ${e}`, Xe = ({ items: e, onToolToggle: t, isMobile: n, countLabel: r = J, removeLabel: i = Ye, typography: s, colors: l }) => {
|
|
824
824
|
let u = e.filter((e) => e.isSelected);
|
|
825
825
|
if (u.length === 0) return null;
|
|
@@ -1597,11 +1597,11 @@ function jt({ children: e, className: t, defaultHeight: n = 0, listRef: r, onRes
|
|
|
1597
1597
|
}, E, e, D);
|
|
1598
1598
|
}
|
|
1599
1599
|
var Mt = {
|
|
1600
|
-
divider: "
|
|
1601
|
-
item: "
|
|
1602
|
-
itemIcon: "
|
|
1603
|
-
checkIcon: "
|
|
1604
|
-
stateLabel: "
|
|
1600
|
+
divider: "_divider_f1dq4_1",
|
|
1601
|
+
item: "_item_f1dq4_5",
|
|
1602
|
+
itemIcon: "_itemIcon_f1dq4_15",
|
|
1603
|
+
checkIcon: "_checkIcon_f1dq4_19",
|
|
1604
|
+
stateLabel: "_stateLabel_f1dq4_23"
|
|
1605
1605
|
}, Nt = 44, Pt = 8, Ft = ({ index: e, style: t, ariaAttributes: n, items: r, selectedDeploymentId: i, labelClassName: a, query: s, onSelect: c }) => {
|
|
1606
1606
|
let d = r[e], f = dt(d.iconUrl, d.type, d.displayName ?? d.id, u.SM), p = d.id === i;
|
|
1607
1607
|
return /* @__PURE__ */ W("div", {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@epam/ai-dial-conversation-input",
|
|
3
3
|
"description": "Conversation message input with model selection, attachments, voice input, and edit mode",
|
|
4
|
-
"version": "1.1.0-dev.
|
|
4
|
+
"version": "1.1.0-dev.99",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "./index.js",
|
|
@@ -17,12 +17,12 @@
|
|
|
17
17
|
}
|
|
18
18
|
},
|
|
19
19
|
"peerDependencies": {
|
|
20
|
-
"@epam/ai-dial-attachment-input": "1.1.0-dev.
|
|
21
|
-
"@epam/ai-dial-chat-shared": "1.1.0-dev.
|
|
20
|
+
"@epam/ai-dial-attachment-input": "1.1.0-dev.99",
|
|
21
|
+
"@epam/ai-dial-chat-shared": "1.1.0-dev.99",
|
|
22
22
|
"@tabler/icons-react": "^3.44.0",
|
|
23
23
|
"react": "^19.0.0",
|
|
24
24
|
"react-dom": "^19.2.6",
|
|
25
|
-
"@epam/ai-dial-kit": "1.1.0-dev.
|
|
25
|
+
"@epam/ai-dial-kit": "1.1.0-dev.99",
|
|
26
26
|
"@epam/ai-dial-ui-kit": "^0.13.0-dev.26"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|