@epam/ai-dial-sidebar 1.0.0-dev.464 → 1.0.0-dev.469

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.
@@ -11,6 +11,10 @@ export interface SearchInputProps {
11
11
  clearLabel: string;
12
12
  /** CSS class applied to the search icon. Defaults to `'text-secondary'`. */
13
13
  iconClassName?: string;
14
+ /** CSS class applied to the outer wrapper, merged over the default `'px-2 py-1'`. Override to change the pill's horizontal inset. */
15
+ wrapperClassName?: string;
16
+ /** CSS class applied to the search row, merged after its own border/radius defaults. Use an important-modifier class (e.g. `'!rounded-lg'`) to override the default pill shape. */
17
+ rowClassName?: string;
14
18
  }
15
19
  /**
16
20
  * Minimal search input with icon positioned to align with sibling action buttons.
@@ -1 +1 @@
1
- {"version":3,"file":"SearchInput.d.ts","sourceRoot":"","sources":["../../../src/components/SearchInput/SearchInput.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,EAAE,EAAQ,MAAM,OAAO,CAAC;AAEtC,+BAA+B;AAC/B,MAAM,WAAW,gBAAgB;IAC/B,gDAAgD;IAChD,WAAW,EAAE,MAAM,CAAC;IACpB,kCAAkC;IAClC,KAAK,EAAE,MAAM,CAAC;IACd,yCAAyC;IACzC,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,oDAAoD;IACpD,UAAU,EAAE,MAAM,CAAC;IACnB,4EAA4E;IAC5E,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAED;;;;GAIG;AACH,eAAO,MAAM,WAAW,EAAE,EAAE,CAAC,gBAAgB,CAsB5C,CAAC"}
1
+ {"version":3,"file":"SearchInput.d.ts","sourceRoot":"","sources":["../../../src/components/SearchInput/SearchInput.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,KAAK,EAAE,EAAQ,MAAM,OAAO,CAAC;AAEtC,+BAA+B;AAC/B,MAAM,WAAW,gBAAgB;IAC/B,gDAAgD;IAChD,WAAW,EAAE,MAAM,CAAC;IACpB,kCAAkC;IAClC,KAAK,EAAE,MAAM,CAAC;IACd,yCAAyC;IACzC,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,oDAAoD;IACpD,UAAU,EAAE,MAAM,CAAC;IACnB,4EAA4E;IAC5E,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,qIAAqI;IACrI,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,mLAAmL;IACnL,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAED;;;;GAIG;AACH,eAAO,MAAM,WAAW,EAAE,EAAE,CAAC,gBAAgB,CA2B5C,CAAC"}
package/index.css CHANGED
@@ -1,2 +1,2 @@
1
- ._wrapper_x6z5j_1{background:var(--sb-bg,var(--bg-layer-3,#fcfcfc));border-color:var(--sb-border,var(--stroke-tertiary,#e0e6f0))}._header_x6z5j_6{color:var(--sb-text,var(--text-primary,#161b2d))}._divider_x6z5j_10{border-color:var(--sb-border,var(--stroke-tertiary,#e0e6f0))}._panel_x6z5j_14{border-color:var(--sb-border,var(--stroke-tertiary,#e0e6f0));border-inline-end-color:var(--sb-border-inline-end,var(--sb-border,var(--stroke-tertiary,#e0e6f0)))}@keyframes _fadeIn_x6z5j_1{0%{opacity:0}to{opacity:1}}._appear_x6z5j_27{animation:.2s ease-out forwards _fadeIn_x6z5j_1}._resizeHandler_x6z5j_31{background:var(--sb-bg-resize-handler,var(--text-success,#007274));width:4px!important;color:var(--sb-resize-handler,var(--text-success,#007274))!important}
1
+ ._wrapper_652b2_1{background:var(--sb-bg,var(--bg-layer-3,#fcfcfc));border-color:var(--sb-border,var(--stroke-tertiary,#e0e6f0))}._header_652b2_6{color:var(--sb-text,var(--text-primary,#161b2d))}._divider_652b2_10{border-color:var(--sb-border,var(--stroke-tertiary,#e0e6f0))}._panel_652b2_14{border-color:var(--sb-border,var(--stroke-tertiary,#e0e6f0));border-inline-end-color:var(--sb-border-inline-end,var(--sb-border,var(--stroke-tertiary,#e0e6f0)))}@keyframes _fadeIn_652b2_1{0%{opacity:0}to{opacity:1}}._appear_652b2_27{animation:.2s ease-out forwards _fadeIn_652b2_1}._resizeHandler_652b2_31{background:var(--sb-bg-resize-handler,var(--text-info,#7da4ff));width:4px!important;color:var(--sb-resize-handler,var(--text-info,#7da4ff))!important}
2
2
  /*$vite$:1*/