@trinityui/design-system 2.1.4 → 2.2.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/CHANGELOG.md +187 -1
- package/MIGRATION.md +118 -0
- package/README.md +56 -2
- package/dist/Legend.js +873 -868
- package/dist/app-shell.js +5705 -5757
- package/dist/charts.js +2399 -2407
- package/dist/components/AI/AIActions.d.ts +3 -3
- package/dist/components/AI/AIActions.d.ts.map +1 -1
- package/dist/components/AI/AIAvatar.d.ts +1 -1
- package/dist/components/AI/AIAvatar.d.ts.map +1 -1
- package/dist/components/AI/AIChainOfThought.d.ts +63 -188
- package/dist/components/AI/AIChainOfThought.d.ts.map +1 -1
- package/dist/components/AI/AIChainOfThought.types.d.ts +195 -0
- package/dist/components/AI/AIChainOfThought.types.d.ts.map +1 -0
- package/dist/components/AI/AIChainOfThought.utils.d.ts +20 -0
- package/dist/components/AI/AIChainOfThought.utils.d.ts.map +1 -0
- package/dist/components/AI/AIChat.d.ts +5 -5
- package/dist/components/AI/AIChat.d.ts.map +1 -1
- package/dist/components/AI/AIContainer.d.ts +3 -3
- package/dist/components/AI/AIContainer.d.ts.map +1 -1
- package/dist/components/AI/AIExplainability.d.ts +1 -1
- package/dist/components/AI/AIExplainability.d.ts.map +1 -1
- package/dist/components/AI/AILabel.d.ts +1 -1
- package/dist/components/AI/AILabel.d.ts.map +1 -1
- package/dist/components/AI/AIMessage.d.ts +15 -2
- package/dist/components/AI/AIMessage.d.ts.map +1 -1
- package/dist/components/AI/AIRelatedQuestions.d.ts +1 -1
- package/dist/components/AI/AIRelatedQuestions.d.ts.map +1 -1
- package/dist/components/AI/AIResponseRenderer.d.ts +33 -26
- package/dist/components/AI/AIResponseRenderer.d.ts.map +1 -1
- package/dist/components/AI/AISources.d.ts +2 -2
- package/dist/components/AI/AISources.d.ts.map +1 -1
- package/dist/components/AI/AISourcesPanel.d.ts +2 -2
- package/dist/components/AI/AISourcesPanel.d.ts.map +1 -1
- package/dist/components/AI/AITextBlock.d.ts +59 -19
- package/dist/components/AI/AITextBlock.d.ts.map +1 -1
- package/dist/components/AI/AIVisuals.d.ts +4 -4
- package/dist/components/AI/AIVisuals.d.ts.map +1 -1
- package/dist/components/AI/AIVoiceInput.d.ts +2 -2
- package/dist/components/AI/AIVoiceInput.d.ts.map +1 -1
- package/dist/components/AI/ChatHeader.d.ts +1 -1
- package/dist/components/AI/ChatHeader.d.ts.map +1 -1
- package/dist/components/AI/ChatHistoryList.d.ts +1 -1
- package/dist/components/AI/ChatHistoryList.d.ts.map +1 -1
- package/dist/components/AI/ChatThread.d.ts +21 -1
- package/dist/components/AI/ChatThread.d.ts.map +1 -1
- package/dist/components/AI/InsightEngine.d.ts +29 -1
- package/dist/components/AI/InsightEngine.d.ts.map +1 -1
- package/dist/components/AI/InsightEngineInput.d.ts +1 -1
- package/dist/components/AI/InsightEngineInput.d.ts.map +1 -1
- package/dist/components/AI/QueryInput.d.ts +1 -1
- package/dist/components/AI/QueryInput.d.ts.map +1 -1
- package/dist/components/AI/UserAvatar.d.ts +1 -1
- package/dist/components/AI/UserAvatar.d.ts.map +1 -1
- package/dist/components/AI/UserMessage.d.ts +1 -1
- package/dist/components/AI/UserMessage.d.ts.map +1 -1
- package/dist/components/AI/tokens.d.ts +120 -10
- package/dist/components/AI/tokens.d.ts.map +1 -1
- package/dist/components/AppLayout/AIFab.d.ts +1 -1
- package/dist/components/AppLayout/AIFab.d.ts.map +1 -1
- package/dist/components/AppLayout/AIFabLayout.deprecated.d.ts +3 -2
- package/dist/components/AppLayout/AIFabLayout.deprecated.d.ts.map +1 -1
- package/dist/components/AppLayout/AppLayout.d.ts +45 -1
- package/dist/components/AppLayout/AppLayout.d.ts.map +1 -1
- package/dist/components/AppLayout/InsightEnginePanel.d.ts +1 -1
- package/dist/components/AppLayout/InsightEnginePanel.d.ts.map +1 -1
- package/dist/components/AppLayout/ResizablePanel.d.ts +1 -1
- package/dist/components/AppLayout/ResizablePanel.d.ts.map +1 -1
- package/dist/components/AppLayout/ThreadHistorySidebar.d.ts +1 -1
- package/dist/components/AppLayout/ThreadHistorySidebar.d.ts.map +1 -1
- package/dist/components/Autocomplete/Autocomplete.d.ts +10 -1
- package/dist/components/Autocomplete/Autocomplete.d.ts.map +1 -1
- package/dist/components/Breadcrumbs/Breadcrumbs.d.ts +57 -0
- package/dist/components/Breadcrumbs/Breadcrumbs.d.ts.map +1 -0
- package/dist/components/Breadcrumbs/index.d.ts +3 -0
- package/dist/components/Breadcrumbs/index.d.ts.map +1 -0
- package/dist/components/Carousel/Carousel.d.ts +26 -1
- package/dist/components/Carousel/Carousel.d.ts.map +1 -1
- package/dist/components/Carousel/index.d.ts +1 -1
- package/dist/components/Carousel/index.d.ts.map +1 -1
- package/dist/components/Charts/AreaChart.d.ts +1 -1
- package/dist/components/Charts/AreaChart.d.ts.map +1 -1
- package/dist/components/Charts/BarChart.d.ts +1 -1
- package/dist/components/Charts/BarChart.d.ts.map +1 -1
- package/dist/components/Charts/ChartWrapper.d.ts +1 -1
- package/dist/components/Charts/ChartWrapper.d.ts.map +1 -1
- package/dist/components/Charts/ComposedChart.d.ts +1 -1
- package/dist/components/Charts/ComposedChart.d.ts.map +1 -1
- package/dist/components/Charts/CustomLegend.d.ts +6 -8
- package/dist/components/Charts/CustomLegend.d.ts.map +1 -1
- package/dist/components/Charts/CustomTooltip.d.ts +4 -3
- package/dist/components/Charts/CustomTooltip.d.ts.map +1 -1
- package/dist/components/Charts/LineChart.d.ts +1 -1
- package/dist/components/Charts/LineChart.d.ts.map +1 -1
- package/dist/components/Charts/PieChart.d.ts +1 -1
- package/dist/components/Charts/PieChart.d.ts.map +1 -1
- package/dist/components/Charts/RadialChart.d.ts +2 -2
- package/dist/components/Charts/RadialChart.d.ts.map +1 -1
- package/dist/components/Charts/ScatterChart.d.ts +1 -1
- package/dist/components/Charts/ScatterChart.d.ts.map +1 -1
- package/dist/components/Charts/Sparkline.d.ts +1 -1
- package/dist/components/Charts/Sparkline.d.ts.map +1 -1
- package/dist/components/Charts/highchartsUtils.d.ts.map +1 -1
- package/dist/components/ChipsInput/ChipsInput.d.ts +1 -1
- package/dist/components/ChipsInput/ChipsInput.d.ts.map +1 -1
- package/dist/components/ClearableTextField/ClearableTextField.d.ts +7 -1
- package/dist/components/ClearableTextField/ClearableTextField.d.ts.map +1 -1
- package/dist/components/Combobox/Combobox.d.ts +1 -1
- package/dist/components/Combobox/Combobox.d.ts.map +1 -1
- package/dist/components/CommandPalette/CommandPalette.d.ts +10 -1
- package/dist/components/CommandPalette/CommandPalette.d.ts.map +1 -1
- package/dist/components/Cron/Cron.d.ts +1 -1
- package/dist/components/Cron/Cron.d.ts.map +1 -1
- package/dist/components/DataCard/DataCard.d.ts +1 -1
- package/dist/components/DataCard/DataCard.d.ts.map +1 -1
- package/dist/components/DiffViewer/DiffViewer.d.ts +1 -1
- package/dist/components/DiffViewer/DiffViewer.d.ts.map +1 -1
- package/dist/components/DockLayout/DockLayout.d.ts +1 -1
- package/dist/components/DockLayout/DockLayout.d.ts.map +1 -1
- package/dist/components/DocumentCard/DocumentCard.d.ts +1 -1
- package/dist/components/DocumentCard/DocumentCard.d.ts.map +1 -1
- package/dist/components/FileUpload/FileUpload.d.ts +1 -1
- package/dist/components/FileUpload/FileUpload.d.ts.map +1 -1
- package/dist/components/FilterBar/FilterBar.d.ts +42 -1
- package/dist/components/FilterBar/FilterBar.d.ts.map +1 -1
- package/dist/components/Footer.d.ts +17 -2
- package/dist/components/Footer.d.ts.map +1 -1
- package/dist/components/GoToTop/GoToTop.d.ts +1 -1
- package/dist/components/GoToTop/GoToTop.d.ts.map +1 -1
- package/dist/components/HtmlToMui/HtmlToMui.d.ts +1 -1
- package/dist/components/HtmlToMui/HtmlToMui.d.ts.map +1 -1
- package/dist/components/HtmlToMui/StreamingHtmlToMui.d.ts +1 -1
- package/dist/components/HtmlToMui/StreamingHtmlToMui.d.ts.map +1 -1
- package/dist/components/IllustratedMessage.d.ts +2 -2
- package/dist/components/IllustratedMessage.d.ts.map +1 -1
- package/dist/components/LandingPage/LandingPage.d.ts +1 -1
- package/dist/components/LandingPage/LandingPage.d.ts.map +1 -1
- package/dist/components/MentionsInput/MentionsInput.d.ts +1 -1
- package/dist/components/MentionsInput/MentionsInput.d.ts.map +1 -1
- package/dist/components/Modal/Modal.d.ts +1 -1
- package/dist/components/Modal/Modal.d.ts.map +1 -1
- package/dist/components/NestedMenu/NestedMenu.d.ts +6 -0
- package/dist/components/NestedMenu/NestedMenu.d.ts.map +1 -1
- package/dist/components/OverflowTooltip/OverflowTooltip.d.ts +7 -3
- package/dist/components/OverflowTooltip/OverflowTooltip.d.ts.map +1 -1
- package/dist/components/PageHeader/PageHeader.d.ts +23 -5
- package/dist/components/PageHeader/PageHeader.d.ts.map +1 -1
- package/dist/components/Popper/Popper.d.ts +1 -1
- package/dist/components/Popper/Popper.d.ts.map +1 -1
- package/dist/components/PredictiveTextInput/PredictiveTextInput.d.ts +1 -1
- package/dist/components/PredictiveTextInput/PredictiveTextInput.d.ts.map +1 -1
- package/dist/components/SandboxedIframeRenderer/SandboxedIframeRenderer.d.ts +1 -1
- package/dist/components/SandboxedIframeRenderer/SandboxedIframeRenderer.d.ts.map +1 -1
- package/dist/components/SearchInput/SearchInput.d.ts +1 -1
- package/dist/components/SearchInput/SearchInput.d.ts.map +1 -1
- package/dist/components/SimpleTable/SimpleTable.d.ts +7 -2
- package/dist/components/SimpleTable/SimpleTable.d.ts.map +1 -1
- package/dist/components/SplitPane/SplitPane.d.ts +51 -7
- package/dist/components/SplitPane/SplitPane.d.ts.map +1 -1
- package/dist/components/SplitPane/index.d.ts +1 -1
- package/dist/components/SplitPane/index.d.ts.map +1 -1
- package/dist/components/StatusIndicator/StatusIndicator.d.ts +1 -1
- package/dist/components/StatusIndicator/StatusIndicator.d.ts.map +1 -1
- package/dist/components/Timeline/Timeline.d.ts +1 -1
- package/dist/components/Timeline/Timeline.d.ts.map +1 -1
- package/dist/components/Toast/Toast.d.ts +1 -1
- package/dist/components/Toast/Toast.d.ts.map +1 -1
- package/dist/components/TopNavHeader.d.ts +14 -2
- package/dist/components/TopNavHeader.d.ts.map +1 -1
- package/dist/components/TopNavWithSidebar.d.ts +34 -4
- package/dist/components/TopNavWithSidebar.d.ts.map +1 -1
- package/dist/components/Tour/Tour.d.ts +1 -1
- package/dist/components/Tour/Tour.d.ts.map +1 -1
- package/dist/components/TransferList/TransferList.d.ts +1 -1
- package/dist/components/TransferList/TransferList.d.ts.map +1 -1
- package/dist/components/TreeView/TreeView.d.ts +1 -1
- package/dist/components/TreeView/TreeView.d.ts.map +1 -1
- package/dist/components/index.d.ts +0 -2
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/navigation/components.d.ts +5 -5
- package/dist/components/navigation/components.d.ts.map +1 -1
- package/dist/components/shared/NavBar.styles.d.ts +65 -0
- package/dist/components/shared/NavBar.styles.d.ts.map +1 -0
- package/dist/components/shared/useResizable.d.ts +82 -0
- package/dist/components/shared/useResizable.d.ts.map +1 -0
- package/dist/components/shared/warnDeprecated.d.ts +30 -0
- package/dist/components/shared/warnDeprecated.d.ts.map +1 -0
- package/dist/components/templates/Dashboard/DashboardTemplate.d.ts +1 -1
- package/dist/components/templates/Dashboard/DashboardTemplate.d.ts.map +1 -1
- package/dist/components/templates/ListDetail/ListDetailTemplate.d.ts +1 -1
- package/dist/components/templates/ListDetail/ListDetailTemplate.d.ts.map +1 -1
- package/dist/components/templates/Settings/SettingsTemplate.d.ts +1 -1
- package/dist/components/templates/Settings/SettingsTemplate.d.ts.map +1 -1
- package/dist/data.js +116 -114
- package/dist/essentials.js +91 -89
- package/dist/form.d.ts.map +1 -1
- package/dist/forms.js +356 -46564
- package/dist/index.d.ts +44 -11
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +26935 -26522
- package/dist/theme.d.ts.map +1 -1
- package/dist/theme.js +42 -42
- package/dist/tokens.d.ts +16 -0
- package/dist/tokens.d.ts.map +1 -1
- package/dist/tokens.js +1 -1
- package/dist/trinity.css +864 -1025
- package/package.json +14 -9
- package/dist/assets/design-system.css +0 -1
- package/dist/components/RichTextEditor/RichTextEditor.d.ts +0 -39
- package/dist/components/RichTextEditor/RichTextEditor.d.ts.map +0 -1
- package/dist/components/RichTextEditor/index.d.ts +0 -3
- package/dist/components/RichTextEditor/index.d.ts.map +0 -1
|
@@ -19,6 +19,6 @@ export interface UserAvatarProps {
|
|
|
19
19
|
size?: 'small' | 'medium';
|
|
20
20
|
}
|
|
21
21
|
/** User Avatar component */
|
|
22
|
-
export declare const UserAvatar: React.
|
|
22
|
+
export declare const UserAvatar: React.ForwardRefExoticComponent<UserAvatarProps & React.RefAttributes<HTMLDivElement>>;
|
|
23
23
|
export default UserAvatar;
|
|
24
24
|
//# sourceMappingURL=UserAvatar.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UserAvatar.d.ts","sourceRoot":"","sources":["../../../src/components/AI/UserAvatar.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AAEH,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B;;GAEG;AACH,MAAM,WAAW,eAAe;IAC9B,IAAI,CAAC,EAAE,OAAO,GAAG,QAAQ,CAAC;CAC3B;AAED,4BAA4B;AAC5B,eAAO,MAAM,UAAU,
|
|
1
|
+
{"version":3,"file":"UserAvatar.d.ts","sourceRoot":"","sources":["../../../src/components/AI/UserAvatar.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AAEH,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B;;GAEG;AACH,MAAM,WAAW,eAAe;IAC9B,IAAI,CAAC,EAAE,OAAO,GAAG,QAAQ,CAAC;CAC3B;AAED,4BAA4B;AAC5B,eAAO,MAAM,UAAU,wFAsBrB,CAAC;AAEH,eAAe,UAAU,CAAC"}
|
|
@@ -21,6 +21,6 @@ export interface UserMessageProps {
|
|
|
21
21
|
content: string;
|
|
22
22
|
}
|
|
23
23
|
/** User message bubble */
|
|
24
|
-
export declare const UserMessage: React.
|
|
24
|
+
export declare const UserMessage: React.ForwardRefExoticComponent<UserMessageProps & React.RefAttributes<HTMLDivElement>>;
|
|
25
25
|
export default UserMessage;
|
|
26
26
|
//# sourceMappingURL=UserMessage.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UserMessage.d.ts","sourceRoot":"","sources":["../../../src/components/AI/UserMessage.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B;;GAEG;AACH,MAAM,WAAW,gBAAgB;IAC/B,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,0BAA0B;AAC1B,eAAO,MAAM,WAAW,
|
|
1
|
+
{"version":3,"file":"UserMessage.d.ts","sourceRoot":"","sources":["../../../src/components/AI/UserMessage.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B;;GAEG;AACH,MAAM,WAAW,gBAAgB;IAC/B,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,0BAA0B;AAC1B,eAAO,MAAM,WAAW,yFA+BtB,CAAC;AAEH,eAAe,WAAW,CAAC"}
|
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* AI Design Tokens
|
|
3
|
-
* Consistent spacing, border radius,
|
|
3
|
+
* Consistent spacing, border radius, color, shadow, and typography tokens
|
|
4
|
+
* for AI components.
|
|
5
|
+
*
|
|
6
|
+
* All rgba values are derived from brand colors via the `alpha()` utility —
|
|
7
|
+
* there is no direct hex/rgb literal in this file. When brand colors change
|
|
8
|
+
* in `src/tokens.ts`, these tokens update automatically.
|
|
4
9
|
*/
|
|
5
10
|
/** Standardized border radius values for AI components (MUI spacing units) */
|
|
6
11
|
export declare const aiRadius: {
|
|
@@ -51,33 +56,136 @@ export declare const aiSpacing: {
|
|
|
51
56
|
/** Extra large spacing - 32px */
|
|
52
57
|
readonly xl: 4;
|
|
53
58
|
};
|
|
59
|
+
/**
|
|
60
|
+
* Standardized box-shadow values used by AI surfaces. All values are derived
|
|
61
|
+
* from brand colors via `alpha()` — there are no literal rgba strings here,
|
|
62
|
+
* so a brand color change cascades automatically.
|
|
63
|
+
*/
|
|
64
|
+
export declare const aiBoxShadow: {
|
|
65
|
+
/** Soft purple glow under AI badges / avatars — default resting elevation */
|
|
66
|
+
readonly elevation: `0 2px 8px ${string}`;
|
|
67
|
+
/** Dual coral+purple glow for emphasized AI surfaces (hover, streaming) */
|
|
68
|
+
readonly glow: `0 0 20px ${string}, 0 0 40px ${string}`;
|
|
69
|
+
/** Focus ring for AI inputs — matches theme focus style but purple */
|
|
70
|
+
readonly inputGlow: `0 0 0 3px ${string}`;
|
|
71
|
+
/** Starting shadow for the pulsing AIAvatar animation */
|
|
72
|
+
readonly pulseStart: `0 0 0 0 ${string}`;
|
|
73
|
+
/** Ending shadow for the pulsing AIAvatar animation */
|
|
74
|
+
readonly pulseEnd: "0 0 0 10px transparent";
|
|
75
|
+
/** Popover elevation for AI explainability popups */
|
|
76
|
+
readonly popover: `0 8px 32px ${string}`;
|
|
77
|
+
};
|
|
78
|
+
/**
|
|
79
|
+
* Standardized typography values for AI components. Components should reference
|
|
80
|
+
* these named roles rather than hardcoding `variant` or `fontSize`. This keeps
|
|
81
|
+
* AI surfaces visually consistent and makes future type-scale changes a single
|
|
82
|
+
* edit rather than a grep-and-replace across ~20 files.
|
|
83
|
+
*/
|
|
84
|
+
export declare const aiTypography: {
|
|
85
|
+
/** Tiny meta text — timestamps, source badges (11px) */
|
|
86
|
+
readonly meta: {
|
|
87
|
+
readonly fontSize: string;
|
|
88
|
+
readonly fontWeight: number;
|
|
89
|
+
readonly lineHeight: number;
|
|
90
|
+
};
|
|
91
|
+
/** Dense row text — chat timestamps, phase status (12px) */
|
|
92
|
+
readonly caption: {
|
|
93
|
+
readonly fontSize: string;
|
|
94
|
+
readonly fontWeight: number;
|
|
95
|
+
readonly lineHeight: number;
|
|
96
|
+
};
|
|
97
|
+
/** Body copy inside AI messages and responses (14px) */
|
|
98
|
+
readonly body: {
|
|
99
|
+
fontSize: string;
|
|
100
|
+
fontWeight: number;
|
|
101
|
+
lineHeight: number;
|
|
102
|
+
};
|
|
103
|
+
/** Emphasized body — AI response headings, section titles (14px, semibold) */
|
|
104
|
+
readonly bodyEmphasis: {
|
|
105
|
+
readonly fontSize: string;
|
|
106
|
+
readonly fontWeight: number;
|
|
107
|
+
readonly lineHeight: number;
|
|
108
|
+
};
|
|
109
|
+
/** Section headings inside chain-of-thought cards, insight cards */
|
|
110
|
+
readonly heading: {
|
|
111
|
+
readonly fontSize: string;
|
|
112
|
+
readonly fontWeight: number;
|
|
113
|
+
readonly lineHeight: number;
|
|
114
|
+
};
|
|
115
|
+
};
|
|
54
116
|
export declare const aiTokens: {
|
|
55
117
|
readonly gradient: {
|
|
56
118
|
readonly primary: `linear-gradient(180deg, ${string} 0%, ${string} 100%)`;
|
|
57
119
|
readonly text: `linear-gradient(180deg, ${string} 0%, ${string} 100%)`;
|
|
58
|
-
readonly subtle:
|
|
120
|
+
readonly subtle: `linear-gradient(180deg, ${string} 0%, ${string} 100%)`;
|
|
59
121
|
readonly border: `linear-gradient(180deg, ${string}, ${string})`;
|
|
60
|
-
readonly glow:
|
|
61
|
-
readonly inputGlow:
|
|
122
|
+
readonly glow: `0 0 20px ${string}, 0 0 40px ${string}`;
|
|
123
|
+
readonly inputGlow: `0 0 0 3px ${string}`;
|
|
62
124
|
readonly horizontal: `linear-gradient(90deg, ${string} 0%, ${string} 100%)`;
|
|
63
125
|
readonly diagonal: `linear-gradient(135deg, ${string} 0%, ${string} 100%)`;
|
|
64
126
|
};
|
|
65
127
|
readonly colors: {
|
|
66
128
|
readonly aiPrimary: string;
|
|
67
129
|
readonly aiSecondary: string;
|
|
68
|
-
readonly aiBackground:
|
|
69
|
-
readonly aiBackgroundDark:
|
|
70
|
-
readonly aiBorder:
|
|
71
|
-
readonly aiBorderDark:
|
|
130
|
+
readonly aiBackground: string;
|
|
131
|
+
readonly aiBackgroundDark: string;
|
|
132
|
+
readonly aiBorder: string;
|
|
133
|
+
readonly aiBorderDark: string;
|
|
72
134
|
readonly aiHover: string;
|
|
73
135
|
readonly aiHoverDark: string;
|
|
74
136
|
readonly aiGradientStart: string;
|
|
75
137
|
readonly aiGradientEnd: string;
|
|
76
|
-
readonly sourceBadgeBg:
|
|
77
|
-
readonly sourceBadgeBgDark:
|
|
138
|
+
readonly sourceBadgeBg: string;
|
|
139
|
+
readonly sourceBadgeBgDark: string;
|
|
78
140
|
readonly typingDot: string;
|
|
79
141
|
readonly typingDotDark: string;
|
|
80
142
|
};
|
|
143
|
+
readonly boxShadow: {
|
|
144
|
+
/** Soft purple glow under AI badges / avatars — default resting elevation */
|
|
145
|
+
readonly elevation: `0 2px 8px ${string}`;
|
|
146
|
+
/** Dual coral+purple glow for emphasized AI surfaces (hover, streaming) */
|
|
147
|
+
readonly glow: `0 0 20px ${string}, 0 0 40px ${string}`;
|
|
148
|
+
/** Focus ring for AI inputs — matches theme focus style but purple */
|
|
149
|
+
readonly inputGlow: `0 0 0 3px ${string}`;
|
|
150
|
+
/** Starting shadow for the pulsing AIAvatar animation */
|
|
151
|
+
readonly pulseStart: `0 0 0 0 ${string}`;
|
|
152
|
+
/** Ending shadow for the pulsing AIAvatar animation */
|
|
153
|
+
readonly pulseEnd: "0 0 0 10px transparent";
|
|
154
|
+
/** Popover elevation for AI explainability popups */
|
|
155
|
+
readonly popover: `0 8px 32px ${string}`;
|
|
156
|
+
};
|
|
157
|
+
readonly typography: {
|
|
158
|
+
/** Tiny meta text — timestamps, source badges (11px) */
|
|
159
|
+
readonly meta: {
|
|
160
|
+
readonly fontSize: string;
|
|
161
|
+
readonly fontWeight: number;
|
|
162
|
+
readonly lineHeight: number;
|
|
163
|
+
};
|
|
164
|
+
/** Dense row text — chat timestamps, phase status (12px) */
|
|
165
|
+
readonly caption: {
|
|
166
|
+
readonly fontSize: string;
|
|
167
|
+
readonly fontWeight: number;
|
|
168
|
+
readonly lineHeight: number;
|
|
169
|
+
};
|
|
170
|
+
/** Body copy inside AI messages and responses (14px) */
|
|
171
|
+
readonly body: {
|
|
172
|
+
fontSize: string;
|
|
173
|
+
fontWeight: number;
|
|
174
|
+
lineHeight: number;
|
|
175
|
+
};
|
|
176
|
+
/** Emphasized body — AI response headings, section titles (14px, semibold) */
|
|
177
|
+
readonly bodyEmphasis: {
|
|
178
|
+
readonly fontSize: string;
|
|
179
|
+
readonly fontWeight: number;
|
|
180
|
+
readonly lineHeight: number;
|
|
181
|
+
};
|
|
182
|
+
/** Section headings inside chain-of-thought cards, insight cards */
|
|
183
|
+
readonly heading: {
|
|
184
|
+
readonly fontSize: string;
|
|
185
|
+
readonly fontWeight: number;
|
|
186
|
+
readonly lineHeight: number;
|
|
187
|
+
};
|
|
188
|
+
};
|
|
81
189
|
readonly radius: {
|
|
82
190
|
/** Extra small radius for tags, badges - 4px */
|
|
83
191
|
readonly xs: 1;
|
|
@@ -128,5 +236,7 @@ export declare const aiTokens: {
|
|
|
128
236
|
export type AIRadius = typeof aiRadius;
|
|
129
237
|
export type AIRadiusPx = typeof aiRadiusPx;
|
|
130
238
|
export type AISpacing = typeof aiSpacing;
|
|
239
|
+
export type AIBoxShadow = typeof aiBoxShadow;
|
|
240
|
+
export type AITypography = typeof aiTypography;
|
|
131
241
|
export type AITokens = typeof aiTokens;
|
|
132
242
|
//# sourceMappingURL=tokens.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tokens.d.ts","sourceRoot":"","sources":["../../../src/components/AI/tokens.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"tokens.d.ts","sourceRoot":"","sources":["../../../src/components/AI/tokens.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AASH,8EAA8E;AAC9E,eAAO,MAAM,QAAQ;IACnB,gDAAgD;;IAEhD,kDAAkD;;IAElD,kDAAkD;;IAElD,gDAAgD;;IAEhD,wDAAwD;;IAExD,+BAA+B;;IAE/B,mBAAmB;;CAEX,CAAC;AAEX,4DAA4D;AAC5D,eAAO,MAAM,UAAU;IACrB,+BAA+B;;IAE/B,yBAAyB;;IAEzB,0BAA0B;;IAE1B,0BAA0B;;IAE1B,gCAAgC;;IAEhC,sBAAsB;;IAEtB,mBAAmB;;CAEX,CAAC;AAEX,oDAAoD;AACpD,eAAO,MAAM,SAAS;IACpB,0BAA0B;;IAE1B,0BAA0B;;IAE1B,4BAA4B;;IAE5B,6BAA6B;;IAE7B,2BAA2B;;IAE3B,iCAAiC;;CAEzB,CAAC;AAgBX;;;;GAIG;AACH,eAAO,MAAM,WAAW;IACtB,6EAA6E;;IAE7E,2EAA2E;;IAE3E,sEAAsE;;IAEtE,yDAAyD;;IAEzD,uDAAuD;;IAEvD,qDAAqD;;CAE7C,CAAC;AAMX;;;;;GAKG;AACH,eAAO,MAAM,YAAY;IACvB,wDAAwD;;;;;;IAMxD,4DAA4D;;;;;;IAM5D,wDAAwD;;;;;;IAExD,8EAA8E;;;;;;IAM9E,oEAAoE;;;;;;CAM5D,CAAC;AAMX,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAzDnB,6EAA6E;;QAE7E,2EAA2E;;QAE3E,sEAAsE;;QAEtE,yDAAyD;;QAEzD,uDAAuD;;QAEvD,qDAAqD;;;;QAerD,wDAAwD;;;;;;QAMxD,4DAA4D;;;;;;QAM5D,wDAAwD;;;;;;QAExD,8EAA8E;;;;;;QAM9E,oEAAoE;;;;;;;;QAnHpE,gDAAgD;;QAEhD,kDAAkD;;QAElD,kDAAkD;;QAElD,gDAAgD;;QAEhD,wDAAwD;;QAExD,+BAA+B;;QAE/B,mBAAmB;;;;QAMnB,+BAA+B;;QAE/B,yBAAyB;;QAEzB,0BAA0B;;QAE1B,0BAA0B;;QAE1B,gCAAgC;;QAEhC,sBAAsB;;QAEtB,mBAAmB;;;;QAMnB,0BAA0B;;QAE1B,0BAA0B;;QAE1B,4BAA4B;;QAE5B,6BAA6B;;QAE7B,2BAA2B;;QAE3B,iCAAiC;;;CAqIzB,CAAC;AAEX,MAAM,MAAM,QAAQ,GAAG,OAAO,QAAQ,CAAC;AACvC,MAAM,MAAM,UAAU,GAAG,OAAO,UAAU,CAAC;AAC3C,MAAM,MAAM,SAAS,GAAG,OAAO,SAAS,CAAC;AACzC,MAAM,MAAM,WAAW,GAAG,OAAO,WAAW,CAAC;AAC7C,MAAM,MAAM,YAAY,GAAG,OAAO,YAAY,CAAC;AAC/C,MAAM,MAAM,QAAQ,GAAG,OAAO,QAAQ,CAAC"}
|
|
@@ -45,6 +45,6 @@ export interface AIFabProps {
|
|
|
45
45
|
* A beautifully styled FAB with Trinity AI branding that can be used
|
|
46
46
|
* to open the InsightEnginePanel from anywhere in the application.
|
|
47
47
|
*/
|
|
48
|
-
export declare const AIFab: React.
|
|
48
|
+
export declare const AIFab: React.ForwardRefExoticComponent<AIFabProps & React.RefAttributes<HTMLDivElement>>;
|
|
49
49
|
export default AIFab;
|
|
50
50
|
//# sourceMappingURL=AIFab.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AIFab.d.ts","sourceRoot":"","sources":["../../../src/components/AppLayout/AIFab.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;GAWG;AAEH,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B;;GAEG;AACH,MAAM,WAAW,UAAU;IACzB,6CAA6C;IAC7C,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,uCAAuC;IACvC,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,0BAA0B;IAC1B,QAAQ,CAAC,EAAE,cAAc,GAAG,aAAa,GAAG,WAAW,GAAG,UAAU,CAAC;IACrE,8CAA8C;IAC9C,MAAM,CAAC,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,CAAC;QAAC,CAAC,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC;IACpC,wDAAwD;IACxD,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,oCAAoC;IACpC,YAAY,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC/B,sBAAsB;IACtB,IAAI,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAC;IACpC,mBAAmB;IACnB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,kCAAkC;IAClC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,qBAAqB;IACrB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED;;;;;GAKG;AACH,eAAO,MAAM,KAAK,
|
|
1
|
+
{"version":3,"file":"AIFab.d.ts","sourceRoot":"","sources":["../../../src/components/AppLayout/AIFab.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;GAWG;AAEH,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B;;GAEG;AACH,MAAM,WAAW,UAAU;IACzB,6CAA6C;IAC7C,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,uCAAuC;IACvC,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,0BAA0B;IAC1B,QAAQ,CAAC,EAAE,cAAc,GAAG,aAAa,GAAG,WAAW,GAAG,UAAU,CAAC;IACrE,8CAA8C;IAC9C,MAAM,CAAC,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,CAAC;QAAC,CAAC,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC;IACpC,wDAAwD;IACxD,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,oCAAoC;IACpC,YAAY,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC/B,sBAAsB;IACtB,IAAI,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAC;IACpC,mBAAmB;IACnB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,kCAAkC;IAClC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,qBAAqB;IACrB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED;;;;;GAKG;AACH,eAAO,MAAM,KAAK,mFAgGhB,CAAC;AAEH,eAAe,KAAK,CAAC"}
|
|
@@ -26,7 +26,8 @@
|
|
|
26
26
|
import React from 'react';
|
|
27
27
|
import { AppLayoutProps } from './AppLayout';
|
|
28
28
|
/**
|
|
29
|
-
* @deprecated
|
|
29
|
+
* @deprecated Removed in v3.0 (planned). Use `AppLayout` with
|
|
30
|
+
* `navStyle="topnav"` and `aiTrigger="fab"` instead. See MIGRATION.md.
|
|
30
31
|
*/
|
|
31
|
-
export declare const AIFabLayout: React.
|
|
32
|
+
export declare const AIFabLayout: React.ForwardRefExoticComponent<AppLayoutProps & React.RefAttributes<HTMLDivElement>>;
|
|
32
33
|
//# sourceMappingURL=AIFabLayout.deprecated.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AIFabLayout.deprecated.d.ts","sourceRoot":"","sources":["../../../src/components/AppLayout/AIFabLayout.deprecated.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AAEH,OAAO,
|
|
1
|
+
{"version":3,"file":"AIFabLayout.deprecated.d.ts","sourceRoot":"","sources":["../../../src/components/AppLayout/AIFabLayout.deprecated.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AAEH,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAa,cAAc,EAAE,MAAM,aAAa,CAAC;AAGxD;;;GAGG;AACH,eAAO,MAAM,WAAW,uFAQtB,CAAC"}
|
|
@@ -115,6 +115,11 @@ export interface AppLayoutProps {
|
|
|
115
115
|
* Client name for the client selector
|
|
116
116
|
*/
|
|
117
117
|
clientName?: string;
|
|
118
|
+
/**
|
|
119
|
+
* Show or hide the client selector in the header.
|
|
120
|
+
* @default true
|
|
121
|
+
*/
|
|
122
|
+
showClientSelector?: boolean;
|
|
118
123
|
/**
|
|
119
124
|
* Available clients for the selector
|
|
120
125
|
*/
|
|
@@ -126,6 +131,21 @@ export interface AppLayoutProps {
|
|
|
126
131
|
* Callback when client changes
|
|
127
132
|
*/
|
|
128
133
|
onClientChange?: (clientId: string) => void;
|
|
134
|
+
/**
|
|
135
|
+
* Show or hide the header search control.
|
|
136
|
+
* @default true
|
|
137
|
+
*/
|
|
138
|
+
showSearch?: boolean;
|
|
139
|
+
/**
|
|
140
|
+
* Callback fired when the user submits a header search query.
|
|
141
|
+
*/
|
|
142
|
+
onSearch?: (query: string) => void;
|
|
143
|
+
/**
|
|
144
|
+
* Show or hide the sidebar hamburger/collapse control.
|
|
145
|
+
* Applies only when navStyle='sidebar'.
|
|
146
|
+
* @default true
|
|
147
|
+
*/
|
|
148
|
+
showSidebarToggle?: boolean;
|
|
129
149
|
/**
|
|
130
150
|
* @deprecated Use onSelectedNavItemChange instead.
|
|
131
151
|
* Callback when navigation item is clicked.
|
|
@@ -148,7 +168,31 @@ export interface AppLayoutProps {
|
|
|
148
168
|
* SX props for the content wrapper
|
|
149
169
|
*/
|
|
150
170
|
contentSx?: SxProps<Theme>;
|
|
171
|
+
/**
|
|
172
|
+
* Optional footer rendered below the main content area. Typically a
|
|
173
|
+
* `<Footer>` from `@trinityui/design-system`, but any ReactNode works.
|
|
174
|
+
* Hidden when the AI panel is in fullscreen mode.
|
|
175
|
+
*
|
|
176
|
+
* @example
|
|
177
|
+
* ```tsx
|
|
178
|
+
* import { Footer } from '@trinityui/design-system';
|
|
179
|
+
* <AppLayout footer={<Footer companyName="Acme" variant="dark" />}>
|
|
180
|
+
* {pageContent}
|
|
181
|
+
* </AppLayout>
|
|
182
|
+
* ```
|
|
183
|
+
*/
|
|
184
|
+
footer?: React.ReactNode;
|
|
185
|
+
/**
|
|
186
|
+
* Sidebar background variant. `'dark'` (default) uses Trinity's branded navy;
|
|
187
|
+
* `'light'` uses a neutral surface background. Use `'light'` for
|
|
188
|
+
* white-label deployments where the default navy clashes with brand colors.
|
|
189
|
+
*
|
|
190
|
+
* Only applies when `navStyle='sidebar'`.
|
|
191
|
+
*
|
|
192
|
+
* @default 'dark'
|
|
193
|
+
*/
|
|
194
|
+
sidebarVariant?: 'dark' | 'light';
|
|
151
195
|
}
|
|
152
|
-
export declare const AppLayout: React.
|
|
196
|
+
export declare const AppLayout: React.ForwardRefExoticComponent<AppLayoutProps & React.RefAttributes<HTMLDivElement>>;
|
|
153
197
|
export default AppLayout;
|
|
154
198
|
//# sourceMappingURL=AppLayout.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AppLayout.d.ts","sourceRoot":"","sources":["../../../src/components/AppLayout/AppLayout.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAwCG;AAEH,OAAO,KAAgC,MAAM,OAAO,CAAC;AACrD,OAAO,EAAgC,OAAO,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AAI7E,OAAO,EAAsB,KAAK,uBAAuB,EAAE,MAAM,sBAAsB,CAAC;AAExF,OAAO,EAAS,KAAK,UAAU,EAAE,MAAM,SAAS,CAAC;AAOjD;;;;GAIG;AACH,MAAM,MAAM,QAAQ,GAAG,SAAS,GAAG,QAAQ,CAAC;AAE5C;;;;;GAKG;AACH,MAAM,MAAM,SAAS,GAAG,SAAS,GAAG,KAAK,GAAG,MAAM,CAAC;AAEnD;;GAEG;AACH,MAAM,WAAW,OAAO;IACtB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,KAAK,CAAC,SAAS,CAAC;IACtB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AAED;;GAEG;AACH,MAAM,WAAW,cAAc;IAC7B,+CAA+C;IAC/C,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAE1B;;;OAGG;IACH,QAAQ,CAAC,EAAE,QAAQ,CAAC;IAEpB;;;OAGG;IACH,SAAS,CAAC,EAAE,SAAS,CAAC;IAEtB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,EAAE,CAAC;IAErB;;;OAGG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IAEzB;;;OAGG;IACH,uBAAuB,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;IAEnD;;;OAGG;IACH,IAAI,CAAC,EAAE;QACL,IAAI,EAAE,MAAM,CAAC;QACb,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,QAAQ,CAAC,EAAE,MAAM,CAAC;KACnB,CAAC;IAEF;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;OAEG;IACH,OAAO,CAAC,EAAE;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;IAEzC;;OAEG;IACH,cAAc,CAAC,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;IAE5C;;;OAGG;IACH,UAAU,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;IAEtC;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC,UAAU,CAAC,CAAC;IAE/B;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC,uBAAuB,CAAC,CAAC;IAE9C;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC,KAAK,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"AppLayout.d.ts","sourceRoot":"","sources":["../../../src/components/AppLayout/AppLayout.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAwCG;AAEH,OAAO,KAAgC,MAAM,OAAO,CAAC;AACrD,OAAO,EAAgC,OAAO,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AAI7E,OAAO,EAAsB,KAAK,uBAAuB,EAAE,MAAM,sBAAsB,CAAC;AAExF,OAAO,EAAS,KAAK,UAAU,EAAE,MAAM,SAAS,CAAC;AAOjD;;;;GAIG;AACH,MAAM,MAAM,QAAQ,GAAG,SAAS,GAAG,QAAQ,CAAC;AAE5C;;;;;GAKG;AACH,MAAM,MAAM,SAAS,GAAG,SAAS,GAAG,KAAK,GAAG,MAAM,CAAC;AAEnD;;GAEG;AACH,MAAM,WAAW,OAAO;IACtB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,KAAK,CAAC,SAAS,CAAC;IACtB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AAED;;GAEG;AACH,MAAM,WAAW,cAAc;IAC7B,+CAA+C;IAC/C,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAE1B;;;OAGG;IACH,QAAQ,CAAC,EAAE,QAAQ,CAAC;IAEpB;;;OAGG;IACH,SAAS,CAAC,EAAE,SAAS,CAAC;IAEtB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,EAAE,CAAC;IAErB;;;OAGG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IAEzB;;;OAGG;IACH,uBAAuB,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;IAEnD;;;OAGG;IACH,IAAI,CAAC,EAAE;QACL,IAAI,EAAE,MAAM,CAAC;QACb,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,QAAQ,CAAC,EAAE,MAAM,CAAC;KACnB,CAAC;IAEF;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAE7B;;OAEG;IACH,OAAO,CAAC,EAAE;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;IAEzC;;OAEG;IACH,cAAc,CAAC,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;IAE5C;;;OAGG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IAErB;;OAEG;IACH,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAEnC;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAE5B;;;OAGG;IACH,UAAU,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;IAEtC;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC,UAAU,CAAC,CAAC;IAE/B;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC,uBAAuB,CAAC,CAAC;IAE9C;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC,KAAK,CAAC,CAAC;IAE3B;;;;;;;;;;;;OAYG;IACH,MAAM,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAEzB;;;;;;;;OAQG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;CACnC;AA8FD,eAAO,MAAM,SAAS,uFA2QpB,CAAC;AAEH,eAAe,SAAS,CAAC"}
|
|
@@ -136,6 +136,6 @@ export interface InsightEnginePanelProps {
|
|
|
136
136
|
/**
|
|
137
137
|
* InsightEnginePanel - AI chat interface with Trinity branding
|
|
138
138
|
*/
|
|
139
|
-
export declare const InsightEnginePanel: React.
|
|
139
|
+
export declare const InsightEnginePanel: React.ForwardRefExoticComponent<InsightEnginePanelProps & React.RefAttributes<HTMLDivElement>>;
|
|
140
140
|
export default InsightEnginePanel;
|
|
141
141
|
//# sourceMappingURL=InsightEnginePanel.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InsightEnginePanel.d.ts","sourceRoot":"","sources":["../../../src/components/AppLayout/InsightEnginePanel.tsx"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"InsightEnginePanel.d.ts","sourceRoot":"","sources":["../../../src/components/AppLayout/InsightEnginePanel.tsx"],"names":[],"mappings":"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"}
|
|
@@ -47,6 +47,6 @@ export interface ResizablePanelProps {
|
|
|
47
47
|
* ResizablePanel - A panel that can be resized by dragging.
|
|
48
48
|
* Used for sidebars, AI chat panels, and other expandable content areas.
|
|
49
49
|
*/
|
|
50
|
-
export declare const ResizablePanel: React.
|
|
50
|
+
export declare const ResizablePanel: React.ForwardRefExoticComponent<ResizablePanelProps & React.RefAttributes<HTMLDivElement>>;
|
|
51
51
|
export default ResizablePanel;
|
|
52
52
|
//# sourceMappingURL=ResizablePanel.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ResizablePanel.d.ts","sourceRoot":"","sources":["../../../src/components/AppLayout/ResizablePanel.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG;AAEH,OAAO,KAAmD,MAAM,OAAO,CAAC;AACxE,OAAO,EAA4B,OAAO,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AAGzE;;GAEG;AACH,MAAM,WAAW,mBAAmB;IAClC,gCAAgC;IAChC,IAAI,EAAE,OAAO,CAAC;IACd,oBAAoB;IACpB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,iCAAiC;IACjC,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,gDAAgD;IAChD,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,gDAAgD;IAChD,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,oCAAoC;IACpC,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,iCAAiC;IACjC,IAAI,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;IACxB,qBAAqB;IACrB,MAAM,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACzB,kCAAkC;IAClC,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,sBAAsB;IACtB,EAAE,CAAC,EAAE,OAAO,CAAC,KAAK,CAAC,CAAC;IACpB,iCAAiC;IACjC,SAAS,CAAC,EAAE,OAAO,CAAC,KAAK,CAAC,CAAC;CAC5B;AAED;;;GAGG;AACH,eAAO,MAAM,cAAc,
|
|
1
|
+
{"version":3,"file":"ResizablePanel.d.ts","sourceRoot":"","sources":["../../../src/components/AppLayout/ResizablePanel.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG;AAEH,OAAO,KAAmD,MAAM,OAAO,CAAC;AACxE,OAAO,EAA4B,OAAO,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AAGzE;;GAEG;AACH,MAAM,WAAW,mBAAmB;IAClC,gCAAgC;IAChC,IAAI,EAAE,OAAO,CAAC;IACd,oBAAoB;IACpB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,iCAAiC;IACjC,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,gDAAgD;IAChD,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,gDAAgD;IAChD,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,oCAAoC;IACpC,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,iCAAiC;IACjC,IAAI,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;IACxB,qBAAqB;IACrB,MAAM,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACzB,kCAAkC;IAClC,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,sBAAsB;IACtB,EAAE,CAAC,EAAE,OAAO,CAAC,KAAK,CAAC,CAAC;IACpB,iCAAiC;IACjC,SAAS,CAAC,EAAE,OAAO,CAAC,KAAK,CAAC,CAAC;CAC5B;AAED;;;GAGG;AACH,eAAO,MAAM,cAAc,4FA2L1B,CAAC;AAEF,eAAe,cAAc,CAAC"}
|
|
@@ -48,6 +48,6 @@ export interface ThreadHistorySidebarProps {
|
|
|
48
48
|
/** Width of the sidebar */
|
|
49
49
|
width?: number;
|
|
50
50
|
}
|
|
51
|
-
export declare const ThreadHistorySidebar: React.
|
|
51
|
+
export declare const ThreadHistorySidebar: React.ForwardRefExoticComponent<ThreadHistorySidebarProps & React.RefAttributes<HTMLDivElement>>;
|
|
52
52
|
export default ThreadHistorySidebar;
|
|
53
53
|
//# sourceMappingURL=ThreadHistorySidebar.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ThreadHistorySidebar.d.ts","sourceRoot":"","sources":["../../../src/components/AppLayout/ThreadHistorySidebar.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;GAWG;AAEH,OAAO,KAAmB,MAAM,OAAO,CAAC;AA6BxC,MAAM,WAAW,UAAU;IACzB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,IAAI,CAAC;IAChB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAED,MAAM,WAAW,WAAW;IAC1B,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,UAAU,EAAE,CAAC;CACvB;AAED;;GAEG;AACH,MAAM,WAAW,yBAAyB;IACxC,6CAA6C;IAC7C,YAAY,CAAC,EAAE,WAAW,EAAE,CAAC;IAC7B,mCAAmC;IACnC,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,yCAAyC;IACzC,cAAc,CAAC,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;IAC5C,sCAAsC;IACtC,WAAW,CAAC,EAAE,MAAM,IAAI,CAAC;IACzB,sCAAsC;IACtC,cAAc,CAAC,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;IAC5C,sCAAsC;IACtC,cAAc,CAAC,EAAE,CAAC,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;IAC9D,gDAAgD;IAChD,YAAY,CAAC,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;IAC1C,oCAAoC;IACpC,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,kCAAkC;IAClC,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,2BAA2B;IAC3B,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAmCD,eAAO,MAAM,oBAAoB,
|
|
1
|
+
{"version":3,"file":"ThreadHistorySidebar.d.ts","sourceRoot":"","sources":["../../../src/components/AppLayout/ThreadHistorySidebar.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;GAWG;AAEH,OAAO,KAAmB,MAAM,OAAO,CAAC;AA6BxC,MAAM,WAAW,UAAU;IACzB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,IAAI,CAAC;IAChB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAED,MAAM,WAAW,WAAW;IAC1B,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,UAAU,EAAE,CAAC;CACvB;AAED;;GAEG;AACH,MAAM,WAAW,yBAAyB;IACxC,6CAA6C;IAC7C,YAAY,CAAC,EAAE,WAAW,EAAE,CAAC;IAC7B,mCAAmC;IACnC,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,yCAAyC;IACzC,cAAc,CAAC,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;IAC5C,sCAAsC;IACtC,WAAW,CAAC,EAAE,MAAM,IAAI,CAAC;IACzB,sCAAsC;IACtC,cAAc,CAAC,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;IAC5C,sCAAsC;IACtC,cAAc,CAAC,EAAE,CAAC,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;IAC9D,gDAAgD;IAChD,YAAY,CAAC,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;IAC1C,oCAAoC;IACpC,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,kCAAkC;IAClC,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,2BAA2B;IAC3B,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAmCD,eAAO,MAAM,oBAAoB,kGAuVhC,CAAC;AAEF,eAAe,oBAAoB,CAAC"}
|
|
@@ -107,7 +107,16 @@ export declare const Autocomplete: AutocompleteComponent;
|
|
|
107
107
|
export type VirtualizedAutocompleteHandle = AutocompleteHandle;
|
|
108
108
|
/** @deprecated Use AutocompleteProps instead. */
|
|
109
109
|
export type VirtualizedAutocompleteProps<T, Multiple extends boolean | undefined, DisableClearable extends boolean | undefined, FreeSolo extends boolean | undefined> = AutocompleteProps<T, Multiple, DisableClearable, FreeSolo>;
|
|
110
|
-
/**
|
|
110
|
+
/**
|
|
111
|
+
* @deprecated Removed in v3.0 (planned). Use `Autocomplete` — MUI's
|
|
112
|
+
* implementation virtualizes internally, so this dedicated export is no
|
|
113
|
+
* longer needed. See MIGRATION.md § "v3.0 deprecations".
|
|
114
|
+
*
|
|
115
|
+
* No runtime warning is wired here because `Autocomplete` is a generic
|
|
116
|
+
* component and wrapping it would break type inference. The IDE
|
|
117
|
+
* strikethrough from the JSDoc tag is the signal — plus the export-level
|
|
118
|
+
* `@deprecated` tag in `src/index.ts`.
|
|
119
|
+
*/
|
|
111
120
|
export declare const VirtualizedAutocomplete: AutocompleteComponent;
|
|
112
121
|
export default Autocomplete;
|
|
113
122
|
//# sourceMappingURL=Autocomplete.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Autocomplete.d.ts","sourceRoot":"","sources":["../../../src/components/Autocomplete/Autocomplete.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,
|
|
1
|
+
{"version":3,"file":"Autocomplete.d.ts","sourceRoot":"","sources":["../../../src/components/Autocomplete/Autocomplete.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @fileoverview Trinity-branded Breadcrumbs wrapper.
|
|
3
|
+
* @module components/Breadcrumbs
|
|
4
|
+
*
|
|
5
|
+
* Thin wrapper over MUI's `Breadcrumbs` that:
|
|
6
|
+
*
|
|
7
|
+
* 1. Applies Trinity separator styling (chevron icon with secondary text color)
|
|
8
|
+
* 2. Accepts a declarative `items` array so consumers don't hand-assemble
|
|
9
|
+
* `<Link>` + plain-text variations
|
|
10
|
+
* 3. Auto-collapses chains of 5+ items to a clickable ellipsis
|
|
11
|
+
* 4. Disables the final item (treats it as the current page) by rendering it
|
|
12
|
+
* as plain text instead of a link
|
|
13
|
+
*
|
|
14
|
+
* Consumers who need the full MUI API can use `<MuiBreadcrumbs>` directly —
|
|
15
|
+
* this wrapper is the **opinionated default** for page-level breadcrumbs.
|
|
16
|
+
*
|
|
17
|
+
* @example
|
|
18
|
+
* ```tsx
|
|
19
|
+
* import { Breadcrumbs } from '@trinityui/design-system';
|
|
20
|
+
*
|
|
21
|
+
* <Breadcrumbs
|
|
22
|
+
* items={[
|
|
23
|
+
* { label: 'Home', href: '/' },
|
|
24
|
+
* { label: 'Studies', href: '/studies' },
|
|
25
|
+
* { label: 'Oncology Phase 3' }, // no href = current page
|
|
26
|
+
* ]}
|
|
27
|
+
* />
|
|
28
|
+
* ```
|
|
29
|
+
*/
|
|
30
|
+
import * as React from 'react';
|
|
31
|
+
import { type BreadcrumbsProps as MuiBreadcrumbsProps } from '@mui/material';
|
|
32
|
+
export interface BreadcrumbItem {
|
|
33
|
+
/** Display label */
|
|
34
|
+
label: string;
|
|
35
|
+
/**
|
|
36
|
+
* Destination URL. Items without an `href` are treated as the current page
|
|
37
|
+
* — rendered as plain `<Typography>` rather than a link.
|
|
38
|
+
*/
|
|
39
|
+
href?: string;
|
|
40
|
+
/** Optional leading icon */
|
|
41
|
+
icon?: React.ReactNode;
|
|
42
|
+
/** onClick override — useful when routing via a client-side router */
|
|
43
|
+
onClick?: (event: React.MouseEvent<HTMLAnchorElement>) => void;
|
|
44
|
+
}
|
|
45
|
+
export interface BreadcrumbsProps extends Omit<MuiBreadcrumbsProps, 'children'> {
|
|
46
|
+
/** The breadcrumb trail, in order from root → current page. */
|
|
47
|
+
items: BreadcrumbItem[];
|
|
48
|
+
/**
|
|
49
|
+
* Maximum number of items visible before the middle collapses to an
|
|
50
|
+
* ellipsis. Pass `Infinity` to disable collapse entirely.
|
|
51
|
+
* @default 4
|
|
52
|
+
*/
|
|
53
|
+
maxItems?: number;
|
|
54
|
+
}
|
|
55
|
+
export declare const Breadcrumbs: React.ForwardRefExoticComponent<Omit<BreadcrumbsProps, "ref"> & React.RefAttributes<HTMLElement>>;
|
|
56
|
+
export default Breadcrumbs;
|
|
57
|
+
//# sourceMappingURL=Breadcrumbs.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Breadcrumbs.d.ts","sourceRoot":"","sources":["../../../src/components/Breadcrumbs/Breadcrumbs.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AAEH,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAIL,KAAK,gBAAgB,IAAI,mBAAmB,EAC7C,MAAM,eAAe,CAAC;AAGvB,MAAM,WAAW,cAAc;IAC7B,oBAAoB;IACpB,KAAK,EAAE,MAAM,CAAC;IACd;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,4BAA4B;IAC5B,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,sEAAsE;IACtE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,UAAU,CAAC,iBAAiB,CAAC,KAAK,IAAI,CAAC;CAChE;AAED,MAAM,WAAW,gBACf,SAAQ,IAAI,CAAC,mBAAmB,EAAE,UAAU,CAAC;IAC7C,+DAA+D;IAC/D,KAAK,EAAE,cAAc,EAAE,CAAC;IACxB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,eAAO,MAAM,WAAW,mGAuEvB,CAAC;AAEF,eAAe,WAAW,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Breadcrumbs/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC;AACrD,YAAY,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC"}
|
|
@@ -4,6 +4,31 @@
|
|
|
4
4
|
*/
|
|
5
5
|
import * as React from 'react';
|
|
6
6
|
export type CarouselEffect = 'scrollx' | 'fade';
|
|
7
|
+
/**
|
|
8
|
+
* Imperative handle for parent-driven carousel control.
|
|
9
|
+
*
|
|
10
|
+
* @example
|
|
11
|
+
* ```tsx
|
|
12
|
+
* const ref = useRef<CarouselHandle>(null);
|
|
13
|
+
* // ...
|
|
14
|
+
* <Carousel ref={ref}>{slides}</Carousel>
|
|
15
|
+
* <button onClick={() => ref.current?.goToSlide(2)}>Jump to 3</button>
|
|
16
|
+
* ```
|
|
17
|
+
*/
|
|
18
|
+
export interface CarouselHandle {
|
|
19
|
+
/** Jump to a specific slide index. Clamped or wrapped based on `infinite`. */
|
|
20
|
+
goToSlide: (index: number) => void;
|
|
21
|
+
/** Advance to the next slide */
|
|
22
|
+
next: () => void;
|
|
23
|
+
/** Return to the previous slide */
|
|
24
|
+
prev: () => void;
|
|
25
|
+
/** Resume autoplay (only has effect when `autoplay` prop is true) */
|
|
26
|
+
play: () => void;
|
|
27
|
+
/** Pause autoplay */
|
|
28
|
+
pause: () => void;
|
|
29
|
+
/** Get the current slide index */
|
|
30
|
+
getCurrent: () => number;
|
|
31
|
+
}
|
|
7
32
|
export interface CarouselProps {
|
|
8
33
|
/** Slides rendered in order */
|
|
9
34
|
children: React.ReactNode;
|
|
@@ -30,6 +55,6 @@ export interface CarouselProps {
|
|
|
30
55
|
/** Height for viewport (e.g. 320, '320px', '40vh') */
|
|
31
56
|
height?: number | string;
|
|
32
57
|
}
|
|
33
|
-
export declare const Carousel: React.
|
|
58
|
+
export declare const Carousel: React.ForwardRefExoticComponent<CarouselProps & React.RefAttributes<CarouselHandle>>;
|
|
34
59
|
export default Carousel;
|
|
35
60
|
//# sourceMappingURL=Carousel.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Carousel.d.ts","sourceRoot":"","sources":["../../../src/components/Carousel/Carousel.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAK/B,MAAM,MAAM,cAAc,GAAG,SAAS,GAAG,MAAM,CAAC;AAEhD,MAAM,WAAW,aAAa;IAC5B,+BAA+B;IAC/B,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,2BAA2B;IAC3B,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,gCAAgC;IAChC,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,sBAAsB;IACtB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,wCAAwC;IACxC,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,wCAAwC;IACxC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,kBAAkB;IAClB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,mCAAmC;IACnC,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,wBAAwB;IACxB,MAAM,CAAC,EAAE,cAAc,CAAC;IACxB,oCAAoC;IACpC,QAAQ,CAAC,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;IACvD,2CAA2C;IAC3C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,sDAAsD;IACtD,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CAC1B;AAID,eAAO,MAAM,QAAQ,
|
|
1
|
+
{"version":3,"file":"Carousel.d.ts","sourceRoot":"","sources":["../../../src/components/Carousel/Carousel.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAK/B,MAAM,MAAM,cAAc,GAAG,SAAS,GAAG,MAAM,CAAC;AAEhD;;;;;;;;;;GAUG;AACH,MAAM,WAAW,cAAc;IAC7B,8EAA8E;IAC9E,SAAS,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACnC,gCAAgC;IAChC,IAAI,EAAE,MAAM,IAAI,CAAC;IACjB,mCAAmC;IACnC,IAAI,EAAE,MAAM,IAAI,CAAC;IACjB,qEAAqE;IACrE,IAAI,EAAE,MAAM,IAAI,CAAC;IACjB,qBAAqB;IACrB,KAAK,EAAE,MAAM,IAAI,CAAC;IAClB,kCAAkC;IAClC,UAAU,EAAE,MAAM,MAAM,CAAC;CAC1B;AAED,MAAM,WAAW,aAAa;IAC5B,+BAA+B;IAC/B,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,2BAA2B;IAC3B,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,gCAAgC;IAChC,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,sBAAsB;IACtB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,wCAAwC;IACxC,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,wCAAwC;IACxC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,kBAAkB;IAClB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,mCAAmC;IACnC,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,wBAAwB;IACxB,MAAM,CAAC,EAAE,cAAc,CAAC;IACxB,oCAAoC;IACpC,QAAQ,CAAC,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;IACvD,2CAA2C;IAC3C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,sDAAsD;IACtD,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CAC1B;AAID,eAAO,MAAM,QAAQ,sFAiSnB,CAAC;AAEH,eAAe,QAAQ,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { Carousel, type CarouselProps, type CarouselEffect } from './Carousel';
|
|
1
|
+
export { Carousel, type CarouselProps, type CarouselEffect, type CarouselHandle } from './Carousel';
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Carousel/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,KAAK,aAAa,EAAE,KAAK,cAAc,EAAE,MAAM,YAAY,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Carousel/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,KAAK,aAAa,EAAE,KAAK,cAAc,EAAE,KAAK,cAAc,EAAE,MAAM,YAAY,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import type { AreaChartProps } from './types';
|
|
3
|
-
export declare const AreaChart: React.
|
|
3
|
+
export declare const AreaChart: React.ForwardRefExoticComponent<AreaChartProps & React.RefAttributes<HTMLDivElement>>;
|
|
4
4
|
export default AreaChart;
|
|
5
5
|
//# sourceMappingURL=AreaChart.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AreaChart.d.ts","sourceRoot":"","sources":["../../../src/components/Charts/AreaChart.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAKvC,OAAO,KAAK,EAAE,cAAc,EAAa,MAAM,SAAS,CAAC;AAGzD,eAAO,MAAM,SAAS,
|
|
1
|
+
{"version":3,"file":"AreaChart.d.ts","sourceRoot":"","sources":["../../../src/components/Charts/AreaChart.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAKvC,OAAO,KAAK,EAAE,cAAc,EAAa,MAAM,SAAS,CAAC;AAGzD,eAAO,MAAM,SAAS,uFA0FpB,CAAC;AAEH,eAAe,SAAS,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import type { BarChartProps } from './types';
|
|
3
|
-
export declare const BarChart: React.
|
|
3
|
+
export declare const BarChart: React.ForwardRefExoticComponent<BarChartProps & React.RefAttributes<HTMLDivElement>>;
|
|
4
4
|
export default BarChart;
|
|
5
5
|
//# sourceMappingURL=BarChart.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BarChart.d.ts","sourceRoot":"","sources":["../../../src/components/Charts/BarChart.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAKvC,OAAO,KAAK,EAAE,aAAa,EAAa,MAAM,SAAS,CAAC;AAGxD,eAAO,MAAM,QAAQ,
|
|
1
|
+
{"version":3,"file":"BarChart.d.ts","sourceRoot":"","sources":["../../../src/components/Charts/BarChart.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAKvC,OAAO,KAAK,EAAE,aAAa,EAAa,MAAM,SAAS,CAAC;AAGxD,eAAO,MAAM,QAAQ,sFAuFnB,CAAC;AAEH,eAAe,QAAQ,CAAC"}
|
|
@@ -43,6 +43,6 @@ export interface ChartWrapperProps {
|
|
|
43
43
|
/**
|
|
44
44
|
* ChartWrapper - Container component for charts with built-in states
|
|
45
45
|
*/
|
|
46
|
-
export declare const ChartWrapper: React.
|
|
46
|
+
export declare const ChartWrapper: React.ForwardRefExoticComponent<ChartWrapperProps & React.RefAttributes<HTMLDivElement>>;
|
|
47
47
|
export default ChartWrapper;
|
|
48
48
|
//# sourceMappingURL=ChartWrapper.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChartWrapper.d.ts","sourceRoot":"","sources":["../../../src/components/Charts/ChartWrapper.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAIL,OAAO,EACP,KAAK,EACN,MAAM,eAAe,CAAC;AAIvB;;GAEG;AACH,MAAM,WAAW,iBAAiB;IAChC,kBAAkB;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,iCAAiC;IACjC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,mBAAmB;IACnB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,oBAAoB;IACpB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,oBAAoB;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,4BAA4B;IAC5B,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,0BAA0B;IAC1B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,kCAAkC;IAClC,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,sBAAsB;IACtB,EAAE,CAAC,EAAE,OAAO,CAAC,KAAK,CAAC,CAAC;IACpB,0BAA0B;IAC1B,OAAO,CAAC,EAAE,SAAS,GAAG,UAAU,GAAG,UAAU,CAAC;CAC/C;AAED;;GAEG;AACH,eAAO,MAAM,YAAY,
|
|
1
|
+
{"version":3,"file":"ChartWrapper.d.ts","sourceRoot":"","sources":["../../../src/components/Charts/ChartWrapper.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAIL,OAAO,EACP,KAAK,EACN,MAAM,eAAe,CAAC;AAIvB;;GAEG;AACH,MAAM,WAAW,iBAAiB;IAChC,kBAAkB;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,iCAAiC;IACjC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,mBAAmB;IACnB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,oBAAoB;IACpB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,oBAAoB;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,4BAA4B;IAC5B,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,0BAA0B;IAC1B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,kCAAkC;IAClC,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,sBAAsB;IACtB,EAAE,CAAC,EAAE,OAAO,CAAC,KAAK,CAAC,CAAC;IACpB,0BAA0B;IAC1B,OAAO,CAAC,EAAE,SAAS,GAAG,UAAU,GAAG,UAAU,CAAC;CAC/C;AAED;;GAEG;AACH,eAAO,MAAM,YAAY,0FA2MxB,CAAC;AAEF,eAAe,YAAY,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import type { ComposedChartProps } from './types';
|
|
3
|
-
export declare const ComposedChart: React.
|
|
3
|
+
export declare const ComposedChart: React.ForwardRefExoticComponent<ComposedChartProps & React.RefAttributes<HTMLDivElement>>;
|
|
4
4
|
export default ComposedChart;
|
|
5
5
|
//# sourceMappingURL=ComposedChart.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ComposedChart.d.ts","sourceRoot":"","sources":["../../../src/components/Charts/ComposedChart.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAKvC,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAGlD,eAAO,MAAM,aAAa,
|
|
1
|
+
{"version":3,"file":"ComposedChart.d.ts","sourceRoot":"","sources":["../../../src/components/Charts/ComposedChart.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAKvC,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAGlD,eAAO,MAAM,aAAa,2FAiFxB,CAAC;AAEH,eAAe,aAAa,CAAC"}
|