@epam/ai-dial-sidebar 1.1.0-dev.182 → 1.1.0-dev.183

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,40 +0,0 @@
1
- import { FC } from 'react';
2
- /** All user-visible strings in {@link SearchInputProps}. */
3
- export interface SearchInputLabels {
4
- /** Placeholder text (e.g. `"Search chat…"`). */
5
- placeholder: string;
6
- /** Accessible label for the clear-search button. */
7
- clearLabel: string;
8
- /** Accessible label for the search input. Defaults to `placeholder` when omitted. */
9
- ariaLabel?: string;
10
- }
11
- /** CSS custom-property overrides for the `SearchInput` component. */
12
- export interface SearchInputColors {
13
- /** Search icon color. */
14
- icon?: string;
15
- }
16
- /** Combined style overrides (colors and class names) for the `SearchInput` component. */
17
- export interface SearchInputStyles {
18
- /** Color overrides applied as CSS custom properties. */
19
- colors?: SearchInputColors;
20
- /** CSS class applied to the search icon. */
21
- iconClassName?: string;
22
- /** CSS class applied to the outer wrapper. Defaults to `'px-2 py-1'`. */
23
- wrapperClassName?: string;
24
- /** CSS class applied to the search row, merged after its own border and radius defaults. */
25
- rowClassName?: string;
26
- }
27
- /** Props for `SearchInput`. */
28
- export interface SearchInputProps {
29
- /** Current search query value. */
30
- value: string;
31
- /** Called whenever the query changes. */
32
- onChange: (value: string) => void;
33
- /** User-visible strings. */
34
- labels: SearchInputLabels;
35
- /** Style overrides for colors and element class names. */
36
- styles?: SearchInputStyles;
37
- }
38
- /** Search input styled to align with sidebar action buttons. */
39
- export declare const SearchInput: FC<SearchInputProps>;
40
- //# sourceMappingURL=SearchInput.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SearchInput.d.ts","sourceRoot":"","sources":["../../../src/components/SearchInput/SearchInput.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,KAAK,EAAE,EAAiB,MAAM,OAAO,CAAC;AAG/C,4DAA4D;AAC5D,MAAM,WAAW,iBAAiB;IAChC,gDAAgD;IAChD,WAAW,EAAE,MAAM,CAAC;IACpB,oDAAoD;IACpD,UAAU,EAAE,MAAM,CAAC;IACnB,qFAAqF;IACrF,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,qEAAqE;AACrE,MAAM,WAAW,iBAAiB;IAChC,yBAAyB;IACzB,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,yFAAyF;AACzF,MAAM,WAAW,iBAAiB;IAChC,wDAAwD;IACxD,MAAM,CAAC,EAAE,iBAAiB,CAAC;IAC3B,4CAA4C;IAC5C,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,yEAAyE;IACzE,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,4FAA4F;IAC5F,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAED,+BAA+B;AAC/B,MAAM,WAAW,gBAAgB;IAC/B,kCAAkC;IAClC,KAAK,EAAE,MAAM,CAAC;IACd,yCAAyC;IACzC,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,4BAA4B;IAC5B,MAAM,EAAE,iBAAiB,CAAC;IAC1B,0DAA0D;IAC1D,MAAM,CAAC,EAAE,iBAAiB,CAAC;CAC5B;AAED,gEAAgE;AAChE,eAAO,MAAM,WAAW,EAAE,EAAE,CAAC,gBAAgB,CA4C5C,CAAC"}