tekivex-ui 3.22.0 → 3.22.1
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/dist/headless.cjs +1 -1
- package/dist/headless.js +55 -55
- package/dist/index.cjs +1 -1
- package/dist/index.js +749 -749
- package/dist/src/components/TkxChat.d.ts +1 -1
- package/dist/src/components/TkxTable.d.ts +1 -1
- package/package.json +1 -1
|
@@ -27,5 +27,5 @@ export interface TkxChatBubbleProps {
|
|
|
27
27
|
avatarAssistant?: ReactNode;
|
|
28
28
|
}
|
|
29
29
|
export declare function TkxThinkingIndicator(): import("react/jsx-runtime").JSX.Element;
|
|
30
|
-
export declare function TkxChatBubble({ message, showTimestamp, avatarUser, avatarAssistant }: TkxChatBubbleProps): import("react/jsx-runtime").JSX.Element;
|
|
30
|
+
export declare function TkxChatBubble({ message, showTimestamp, avatarUser, avatarAssistant }: TkxChatBubbleProps): import("react/jsx-runtime").JSX.Element | null;
|
|
31
31
|
export declare function TkxChat({ messages, onSend, isLoading, placeholder, maxLength, showTimestamps, avatarUser, avatarAssistant, height, inputPosition, }: TkxChatProps): import("react/jsx-runtime").JSX.Element;
|
|
@@ -29,4 +29,4 @@ export interface TkxTableProps<T extends Record<string, unknown>> {
|
|
|
29
29
|
bordered?: boolean;
|
|
30
30
|
compact?: boolean;
|
|
31
31
|
}
|
|
32
|
-
export declare function TkxTable<T extends Record<string, unknown>>({ columns, data, caption, sortable, stickyHeader, isLoading, emptyState, style, className, striped, maxHeight, rowHeight, virtualScroll, onLoadMore, hasMore, loadingMore, onRowClick, selectedRows, bordered, compact, }: TkxTableProps<T>): import("react/jsx-runtime").JSX.Element;
|
|
32
|
+
export declare function TkxTable<T extends Record<string, unknown>>({ columns: columns_, data: data_, caption, sortable, stickyHeader, isLoading, emptyState, style, className, striped, maxHeight, rowHeight, virtualScroll, onLoadMore, hasMore, loadingMore, onRowClick, selectedRows, bordered, compact, }: TkxTableProps<T>): import("react/jsx-runtime").JSX.Element;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tekivex-ui",
|
|
3
|
-
"version": "3.22.
|
|
3
|
+
"version": "3.22.1",
|
|
4
4
|
"description": "Production-grade React component library — 116 components (plus 4 experimental, opt-in), WCAG 2.1 AAA, WAI-ARIA 1.2, built-in security kernel with published threat model, built-in charts, headless primitives, zero-runtime CSS engine, 44-locale i18n, Indian KYC pack, agent runtime (Anthropic/OpenAI/Gemini/Ollama/MCP/A2A), TypeScript-first.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|