@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.
- package/index.css +1 -1
- package/index.d.ts +0 -2
- package/index.d.ts.map +1 -1
- package/index.js +77 -49923
- package/package.json +2 -3
- package/JsonEditor-oVyN8mBH-4_lVc0wh-B2lYzGFt.js +0 -732
- package/components/SearchInput/SearchInput.d.ts +0 -40
- package/components/SearchInput/SearchInput.d.ts.map +0 -1
- package/index-BU5Qz5JM-BXYoqD6l-L4brbFsj.js +0 -58296
package/index.css
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
._wrapper_1t670_1{background:var(--sb-bg,var(--bg-layer-raised,#fcfcfc));border-color:var(--sb-border,var(--stroke-tertiary,#e0e6f0))}._header_1t670_6{color:var(--sb-text,var(--text-primary,#161b2d))}@keyframes _fadeIn_1t670_1{0%{opacity:0}to{opacity:1}}._appear_1t670_18{animation:.2s ease-out forwards _fadeIn_1t670_1}._resizeHandler_1t670_22{background:var(--sb-resize-handler,var(--text-info,#1d4ed8));width:4px!important;color:var(--sb-resize-handler,var(--text-info,#1d4ed8))!important}
|
|
1
|
+
._wrapper_1t670_1{background:var(--sb-bg,var(--bg-layer-raised,#fcfcfc));border-color:var(--sb-border,var(--stroke-tertiary,#e0e6f0))}._header_1t670_6{color:var(--sb-text,var(--text-primary,#161b2d))}@keyframes _fadeIn_1t670_1{0%{opacity:0}to{opacity:1}}._appear_1t670_18{animation:.2s ease-out forwards _fadeIn_1t670_1}._resizeHandler_1t670_22{background:var(--sb-resize-handler,var(--text-info,#1d4ed8));width:4px!important;color:var(--sb-resize-handler,var(--text-info,#1d4ed8))!important}
|
|
2
2
|
/*$vite$:1*/
|
package/index.d.ts
CHANGED
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
export { SidebarPanel } from './components/SidebarPanel/SidebarPanel';
|
|
2
|
-
export { SearchInput } from './components/SearchInput/SearchInput';
|
|
3
2
|
export { PanelEmpty } from './components/PanelEmptyState/PanelEmpty';
|
|
4
3
|
export { PanelNoResults } from './components/PanelEmptyState/PanelNoResults';
|
|
5
4
|
export { SidebarOrientation } from './types/orientation';
|
|
6
|
-
export type { SearchInputColors, SearchInputLabels, SearchInputProps, SearchInputStyles, } from './components/SearchInput/SearchInput';
|
|
7
5
|
export type { PanelEmptyProps } from './components/PanelEmptyState/PanelEmpty';
|
|
8
6
|
export type { PanelNoResultsProps } from './components/PanelEmptyState/PanelNoResults';
|
|
9
7
|
export type { SidebarPanelProps, SidebarPanelStyles, SidebarPanelColors, SidebarPanelLabels, SidebarPanelTypography, } from './models/panel-props';
|
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,YAAY,EAAE,MAAM,wCAAwC,CAAC;AACtE,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,wCAAwC,CAAC;AACtE,OAAO,EAAE,UAAU,EAAE,MAAM,yCAAyC,CAAC;AACrE,OAAO,EAAE,cAAc,EAAE,MAAM,6CAA6C,CAAC;AAC7E,OAAO,EAAE,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AACzD,YAAY,EAAE,eAAe,EAAE,MAAM,yCAAyC,CAAC;AAC/E,YAAY,EAAE,mBAAmB,EAAE,MAAM,6CAA6C,CAAC;AACvF,YAAY,EACV,iBAAiB,EACjB,kBAAkB,EAClB,kBAAkB,EAClB,kBAAkB,EAClB,sBAAsB,GACvB,MAAM,sBAAsB,CAAC"}
|