@epam/ai-dial-sidebar 1.1.0-dev.30 → 1.1.0-dev.307
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/Header/Header.d.ts +2 -8
- package/components/Header/Header.d.ts.map +1 -1
- package/components/PanelEmptyState/PanelNoResults.d.ts +4 -4
- package/components/PanelEmptyState/PanelNoResults.d.ts.map +1 -1
- package/components/SidebarPanel/SidebarPanel.d.ts.map +1 -1
- package/index.css +1 -1
- package/index.d.ts +1 -3
- package/index.d.ts.map +1 -1
- package/index.js +83 -76312
- package/models/panel-props.d.ts +10 -46
- package/models/panel-props.d.ts.map +1 -1
- package/package.json +4 -5
- package/components/SearchInput/SearchInput.d.ts +0 -44
- package/components/SearchInput/SearchInput.d.ts.map +0 -1
|
@@ -1,15 +1,9 @@
|
|
|
1
1
|
import { FC, ReactNode } from 'react';
|
|
2
2
|
/** Props for the `Header` component. */
|
|
3
3
|
export interface HeaderProps {
|
|
4
|
-
/**
|
|
5
|
-
* Title text rendered between the two action groups.
|
|
6
|
-
* Truncated with an ellipsis when the panel is too narrow.
|
|
7
|
-
*/
|
|
4
|
+
/** Title rendered between the start and end action slots. */
|
|
8
5
|
title?: ReactNode;
|
|
9
|
-
/**
|
|
10
|
-
* CSS class applied to the title element.
|
|
11
|
-
* Defaults to `'dial-h1-text'`.
|
|
12
|
-
*/
|
|
6
|
+
/** CSS class applied to the title element. Defaults to `'dial-h1-text'`. */
|
|
13
7
|
titleClassName?: string;
|
|
14
8
|
/** CSS class applied to the root element. */
|
|
15
9
|
className?: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Header.d.ts","sourceRoot":"","sources":["../../../src/components/Header/Header.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,EAAE,EAAQ,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAGtD,wCAAwC;AACxC,MAAM,WAAW,WAAW;IAC1B
|
|
1
|
+
{"version":3,"file":"Header.d.ts","sourceRoot":"","sources":["../../../src/components/Header/Header.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,EAAE,EAAQ,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAGtD,wCAAwC;AACxC,MAAM,WAAW,WAAW;IAC1B,6DAA6D;IAC7D,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,4EAA4E;IAC5E,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,6CAA6C;IAC7C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,oEAAoE;IACpE,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB,mEAAmE;IACnE,YAAY,CAAC,EAAE,SAAS,CAAC;CAC1B;AAED,yEAAyE;AACzE,eAAO,MAAM,MAAM,EAAE,EAAE,CAAC,WAAW,CA6BlC,CAAC"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { IconFileSad } from '@tabler/icons-react';
|
|
2
2
|
import { FC } from 'react';
|
|
3
3
|
/** Props for `PanelNoResults`. */
|
|
4
4
|
export interface PanelNoResultsProps {
|
|
5
5
|
/** Primary message shown beneath the icon. */
|
|
6
6
|
label: string;
|
|
7
|
-
/** Icon component rendered above the label. Defaults to `
|
|
8
|
-
icon?: typeof
|
|
9
|
-
/** Icon size in px. Defaults to `
|
|
7
|
+
/** Icon component rendered above the label. Defaults to `IconFileSad`. */
|
|
8
|
+
icon?: typeof IconFileSad;
|
|
9
|
+
/** Icon size in px. Defaults to `32`. */
|
|
10
10
|
iconSize?: number;
|
|
11
11
|
}
|
|
12
12
|
/** Empty-state block rendered when a search or filter produces no matches. */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PanelNoResults.d.ts","sourceRoot":"","sources":["../../../src/components/PanelEmptyState/PanelNoResults.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"PanelNoResults.d.ts","sourceRoot":"","sources":["../../../src/components/PanelEmptyState/PanelNoResults.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAClD,OAAO,EAAQ,KAAK,EAAE,EAAE,MAAM,OAAO,CAAC;AAEtC,kCAAkC;AAClC,MAAM,WAAW,mBAAmB;IAClC,8CAA8C;IAC9C,KAAK,EAAE,MAAM,CAAC;IACd,0EAA0E;IAC1E,IAAI,CAAC,EAAE,OAAO,WAAW,CAAC;IAC1B,yCAAyC;IACzC,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,8EAA8E;AAC9E,eAAO,MAAM,cAAc,EAAE,EAAE,CAAC,mBAAmB,CAQlD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SidebarPanel.d.ts","sourceRoot":"","sources":["../../../src/components/SidebarPanel/SidebarPanel.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"SidebarPanel.d.ts","sourceRoot":"","sources":["../../../src/components/SidebarPanel/SidebarPanel.tsx"],"names":[],"mappings":"AASA,OAAO,EAML,KAAK,EAAE,EACR,MAAM,OAAO,CAAC;AACf,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAKlE,6GAA6G;AAC7G,eAAO,MAAM,YAAY,EAAE,EAAE,CAAC,iBAAiB,CAuM9C,CAAC"}
|
package/index.css
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
.
|
|
1
|
+
._wrapper_1civp_1{background:var(--sb-bg,var(--bg-layer-raised,#fcfcfc));border-color:var(--sb-border,var(--stroke-tertiary,#e0e6f0))}._header_1civp_6{color:var(--sb-text,var(--text-primary,#161b2d))}@keyframes _fadeIn_1civp_1{0%{opacity:0}to{opacity:1}}._appear_1civp_18{animation:.2s ease-out forwards _fadeIn_1civp_1}._resizeHandler_1civp_22{background:var(--sb-resize-handler,var(--text-accent,#1d4ed8));width:4px!important;color:var(--sb-resize-handler,var(--text-accent,#1d4ed8))!important}
|
|
2
2
|
/*$vite$:1*/
|
package/index.d.ts
CHANGED
|
@@ -1,10 +1,8 @@
|
|
|
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
|
-
export type { SidebarPanelProps, SidebarPanelStyles, SidebarPanelColors, SidebarPanelTypography, } from './models/panel-props';
|
|
7
|
+
export type { SidebarPanelProps, SidebarPanelStyles, SidebarPanelColors, SidebarPanelLabels, SidebarPanelTypography, } from './models/panel-props';
|
|
10
8
|
//# 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,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"}
|