@trinityui/design-system 1.0.2 → 1.0.4
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 +37 -1
- package/MIGRATION.md +8 -8
- package/README.md +8 -8
- package/dist/Legend.js +1455 -0
- package/dist/accessibility.d.ts +119 -0
- package/dist/accessibility.d.ts.map +1 -0
- package/dist/assets/index.d.ts +234 -0
- package/dist/assets/index.d.ts.map +1 -0
- package/dist/components/AI/AIActions.d.ts +104 -0
- package/dist/components/AI/AIActions.d.ts.map +1 -0
- package/dist/components/AI/AIAvatar.d.ts +32 -0
- package/dist/components/AI/AIAvatar.d.ts.map +1 -0
- package/dist/components/AI/AIChat.d.ts +142 -0
- package/dist/components/AI/AIChat.d.ts.map +1 -0
- package/dist/components/AI/AIContainer.d.ts +97 -0
- package/dist/components/AI/AIContainer.d.ts.map +1 -0
- package/dist/components/AI/AIExplainability.d.ts +46 -0
- package/dist/components/AI/AIExplainability.d.ts.map +1 -0
- package/dist/components/AI/AILabel.d.ts +43 -0
- package/dist/components/AI/AILabel.d.ts.map +1 -0
- package/dist/components/AI/AIMessage.d.ts +93 -0
- package/dist/components/AI/AIMessage.d.ts.map +1 -0
- package/dist/components/AI/AIRelatedQuestions.d.ts +53 -0
- package/dist/components/AI/AIRelatedQuestions.d.ts.map +1 -0
- package/dist/components/AI/AIResponseRenderer.d.ts +50 -0
- package/dist/components/AI/AIResponseRenderer.d.ts.map +1 -0
- package/dist/components/AI/AISources.d.ts +66 -0
- package/dist/components/AI/AISources.d.ts.map +1 -0
- package/dist/components/AI/AISourcesPanel.d.ts +84 -0
- package/dist/components/AI/AISourcesPanel.d.ts.map +1 -0
- package/dist/components/AI/AITextBlock.d.ts +56 -0
- package/dist/components/AI/AITextBlock.d.ts.map +1 -0
- package/dist/components/AI/AIVisuals.d.ts +104 -0
- package/dist/components/AI/AIVisuals.d.ts.map +1 -0
- package/dist/components/AI/AIVoiceInput.d.ts +66 -0
- package/dist/components/AI/AIVoiceInput.d.ts.map +1 -0
- package/dist/components/AI/ChatHeader.d.ts +52 -0
- package/dist/components/AI/ChatHeader.d.ts.map +1 -0
- package/dist/components/AI/ChatHistoryList.d.ts +80 -0
- package/dist/components/AI/ChatHistoryList.d.ts.map +1 -0
- package/dist/components/AI/ChatThread.d.ts +74 -0
- package/dist/components/AI/ChatThread.d.ts.map +1 -0
- package/dist/components/AI/InsightEngine.d.ts +147 -0
- package/dist/components/AI/InsightEngine.d.ts.map +1 -0
- package/dist/components/AI/InsightEngineInput.d.ts +94 -0
- package/dist/components/AI/InsightEngineInput.d.ts.map +1 -0
- package/dist/components/AI/QueryInput.d.ts +114 -0
- package/dist/components/AI/QueryInput.d.ts.map +1 -0
- package/dist/components/AI/UserAvatar.d.ts +24 -0
- package/dist/components/AI/UserAvatar.d.ts.map +1 -0
- package/dist/components/AI/UserMessage.d.ts +26 -0
- package/dist/components/AI/UserMessage.d.ts.map +1 -0
- package/dist/components/AI/index.d.ts +39 -0
- package/dist/components/AI/index.d.ts.map +1 -0
- package/dist/components/AI/tokens.d.ts +132 -0
- package/dist/components/AI/tokens.d.ts.map +1 -0
- package/dist/components/AI/types/index.d.ts +6 -0
- package/dist/components/AI/types/index.d.ts.map +1 -0
- package/dist/components/AI/types/response.d.ts +312 -0
- package/dist/components/AI/types/response.d.ts.map +1 -0
- package/dist/components/AppLayout/AIFab.d.ts +50 -0
- package/dist/components/AppLayout/AIFab.d.ts.map +1 -0
- package/dist/components/AppLayout/AIFabLayout.deprecated.d.ts +32 -0
- package/dist/components/AppLayout/AIFabLayout.deprecated.d.ts.map +1 -0
- package/dist/components/AppLayout/AppLayout.d.ts +154 -0
- package/dist/components/AppLayout/AppLayout.d.ts.map +1 -0
- package/dist/components/AppLayout/InsightEnginePanel.d.ts +141 -0
- package/dist/components/AppLayout/InsightEnginePanel.d.ts.map +1 -0
- package/dist/components/AppLayout/ResizablePanel.d.ts +52 -0
- package/dist/components/AppLayout/ResizablePanel.d.ts.map +1 -0
- package/dist/components/AppLayout/ThreadHistorySidebar.d.ts +53 -0
- package/dist/components/AppLayout/ThreadHistorySidebar.d.ts.map +1 -0
- package/dist/components/AppLayout/index.d.ts +27 -0
- package/dist/components/AppLayout/index.d.ts.map +1 -0
- package/dist/components/Charts/AreaChart.d.ts +38 -0
- package/dist/components/Charts/AreaChart.d.ts.map +1 -0
- package/dist/components/Charts/BarChart.d.ts +47 -0
- package/dist/components/Charts/BarChart.d.ts.map +1 -0
- package/dist/components/Charts/ChartWrapper.d.ts +48 -0
- package/dist/components/Charts/ChartWrapper.d.ts.map +1 -0
- package/dist/components/Charts/ComposedChart.d.ts +34 -0
- package/dist/components/Charts/ComposedChart.d.ts.map +1 -0
- package/dist/components/Charts/CustomLegend.d.ts +69 -0
- package/dist/components/Charts/CustomLegend.d.ts.map +1 -0
- package/dist/components/Charts/CustomTooltip.d.ts +55 -0
- package/dist/components/Charts/CustomTooltip.d.ts.map +1 -0
- package/dist/components/Charts/LineChart.d.ts +36 -0
- package/dist/components/Charts/LineChart.d.ts.map +1 -0
- package/dist/components/Charts/PieChart.d.ts +52 -0
- package/dist/components/Charts/PieChart.d.ts.map +1 -0
- package/dist/components/Charts/RadialChart.d.ts +51 -0
- package/dist/components/Charts/RadialChart.d.ts.map +1 -0
- package/dist/components/Charts/ScatterChart.d.ts +55 -0
- package/dist/components/Charts/ScatterChart.d.ts.map +1 -0
- package/dist/components/Charts/Sparkline.d.ts +44 -0
- package/dist/components/Charts/Sparkline.d.ts.map +1 -0
- package/dist/components/Charts/index.d.ts +48 -0
- package/dist/components/Charts/index.d.ts.map +1 -0
- package/dist/components/Charts/tokens.d.ts +200 -0
- package/dist/components/Charts/tokens.d.ts.map +1 -0
- package/dist/components/Charts/types.d.ts +595 -0
- package/dist/components/Charts/types.d.ts.map +1 -0
- package/dist/components/Combobox/Combobox.d.ts +99 -0
- package/dist/components/Combobox/Combobox.d.ts.map +1 -0
- package/dist/components/Combobox/index.d.ts +3 -0
- package/dist/components/Combobox/index.d.ts.map +1 -0
- package/dist/components/CommandPalette/CommandPalette.d.ts +76 -0
- package/dist/components/CommandPalette/CommandPalette.d.ts.map +1 -0
- package/dist/components/CommandPalette/index.d.ts +2 -0
- package/dist/components/CommandPalette/index.d.ts.map +1 -0
- package/dist/components/DataCard/DataCard.d.ts +60 -0
- package/dist/components/DataCard/DataCard.d.ts.map +1 -0
- package/dist/components/DataCard/index.d.ts +2 -0
- package/dist/components/DataCard/index.d.ts.map +1 -0
- package/dist/components/DataTable/CellRenderers.d.ts +78 -0
- package/dist/components/DataTable/CellRenderers.d.ts.map +1 -0
- package/dist/components/DataTable/DataTable.d.ts +36 -0
- package/dist/components/DataTable/DataTable.d.ts.map +1 -0
- package/dist/components/DataTable/InlineAddRow.d.ts +27 -0
- package/dist/components/DataTable/InlineAddRow.d.ts.map +1 -0
- package/dist/components/DataTable/index.d.ts +6 -0
- package/dist/components/DataTable/index.d.ts.map +1 -0
- package/dist/components/DataTable/tokens.d.ts +132 -0
- package/dist/components/DataTable/tokens.d.ts.map +1 -0
- package/dist/components/DataTable/types.d.ts +334 -0
- package/dist/components/DataTable/types.d.ts.map +1 -0
- package/dist/components/DiffViewer/DiffViewer.d.ts +63 -0
- package/dist/components/DiffViewer/DiffViewer.d.ts.map +1 -0
- package/dist/components/DiffViewer/index.d.ts +3 -0
- package/dist/components/DiffViewer/index.d.ts.map +1 -0
- package/dist/components/DockLayout/DockLayout.d.ts +78 -0
- package/dist/components/DockLayout/DockLayout.d.ts.map +1 -0
- package/dist/components/DockLayout/index.d.ts +3 -0
- package/dist/components/DockLayout/index.d.ts.map +1 -0
- package/dist/components/FileUpload/FileUpload.d.ts +93 -0
- package/dist/components/FileUpload/FileUpload.d.ts.map +1 -0
- package/dist/components/FileUpload/index.d.ts +2 -0
- package/dist/components/FileUpload/index.d.ts.map +1 -0
- package/dist/components/FilterBar/FilterBar.d.ts +76 -0
- package/dist/components/FilterBar/FilterBar.d.ts.map +1 -0
- package/dist/components/FilterBar/index.d.ts +2 -0
- package/dist/components/FilterBar/index.d.ts.map +1 -0
- package/dist/components/Footer.d.ts +30 -0
- package/dist/components/Footer.d.ts.map +1 -0
- package/dist/components/Icon.d.ts +67 -0
- package/dist/components/Icon.d.ts.map +1 -0
- package/dist/components/IllustratedMessage.d.ts +99 -0
- package/dist/components/IllustratedMessage.d.ts.map +1 -0
- package/dist/components/LandingPage/FeatureCard.d.ts +89 -0
- package/dist/components/LandingPage/FeatureCard.d.ts.map +1 -0
- package/dist/components/LandingPage/LandingPage.d.ts +126 -0
- package/dist/components/LandingPage/LandingPage.d.ts.map +1 -0
- package/dist/components/LandingPage/index.d.ts +11 -0
- package/dist/components/LandingPage/index.d.ts.map +1 -0
- package/dist/components/Modal/Modal.d.ts +181 -0
- package/dist/components/Modal/Modal.d.ts.map +1 -0
- package/dist/components/Modal/index.d.ts +2 -0
- package/dist/components/Modal/index.d.ts.map +1 -0
- package/dist/components/PageHeader/PageHeader.d.ts +91 -0
- package/dist/components/PageHeader/PageHeader.d.ts.map +1 -0
- package/dist/components/PageHeader/index.d.ts +2 -0
- package/dist/components/PageHeader/index.d.ts.map +1 -0
- package/dist/components/RichTextEditor/RichTextEditor.d.ts +52 -0
- package/dist/components/RichTextEditor/RichTextEditor.d.ts.map +1 -0
- package/dist/components/RichTextEditor/index.d.ts +3 -0
- package/dist/components/RichTextEditor/index.d.ts.map +1 -0
- package/dist/components/SearchInput/SearchInput.d.ts +66 -0
- package/dist/components/SearchInput/SearchInput.d.ts.map +1 -0
- package/dist/components/SearchInput/index.d.ts +2 -0
- package/dist/components/SearchInput/index.d.ts.map +1 -0
- package/dist/components/SimpleTable/SimpleTable.d.ts +93 -0
- package/dist/components/SimpleTable/SimpleTable.d.ts.map +1 -0
- package/dist/components/SimpleTable/index.d.ts +3 -0
- package/dist/components/SimpleTable/index.d.ts.map +1 -0
- package/dist/components/SplitPane/SplitPane.d.ts +52 -0
- package/dist/components/SplitPane/SplitPane.d.ts.map +1 -0
- package/dist/components/SplitPane/index.d.ts +3 -0
- package/dist/components/SplitPane/index.d.ts.map +1 -0
- package/dist/components/StatusIndicator/Badge.d.ts +71 -0
- package/dist/components/StatusIndicator/Badge.d.ts.map +1 -0
- package/dist/components/StatusIndicator/Chip.d.ts +64 -0
- package/dist/components/StatusIndicator/Chip.d.ts.map +1 -0
- package/dist/components/StatusIndicator/Indicators.d.ts +81 -0
- package/dist/components/StatusIndicator/Indicators.d.ts.map +1 -0
- package/dist/components/StatusIndicator/Legend.d.ts +42 -0
- package/dist/components/StatusIndicator/Legend.d.ts.map +1 -0
- package/dist/components/StatusIndicator/Shapes.d.ts +32 -0
- package/dist/components/StatusIndicator/Shapes.d.ts.map +1 -0
- package/dist/components/StatusIndicator/StatusIndicator.d.ts +183 -0
- package/dist/components/StatusIndicator/StatusIndicator.d.ts.map +1 -0
- package/dist/components/StatusIndicator/index.d.ts +55 -0
- package/dist/components/StatusIndicator/index.d.ts.map +1 -0
- package/dist/components/StatusIndicator/types.d.ts +37 -0
- package/dist/components/StatusIndicator/types.d.ts.map +1 -0
- package/dist/components/Timeline/Timeline.d.ts +89 -0
- package/dist/components/Timeline/Timeline.d.ts.map +1 -0
- package/dist/components/Timeline/index.d.ts +2 -0
- package/dist/components/Timeline/index.d.ts.map +1 -0
- package/dist/components/Toast/Toast.d.ts +124 -0
- package/dist/components/Toast/Toast.d.ts.map +1 -0
- package/dist/components/Toast/index.d.ts +2 -0
- package/dist/components/Toast/index.d.ts.map +1 -0
- package/dist/components/TopNavHeader.d.ts +55 -0
- package/dist/components/TopNavHeader.d.ts.map +1 -0
- package/dist/components/TopNavWithSidebar.d.ts +64 -0
- package/dist/components/TopNavWithSidebar.d.ts.map +1 -0
- package/dist/components/TransferList/TransferList.d.ts +62 -0
- package/dist/components/TransferList/TransferList.d.ts.map +1 -0
- package/dist/components/TransferList/index.d.ts +3 -0
- package/dist/components/TransferList/index.d.ts.map +1 -0
- package/dist/components/TreeView/TreeView.d.ts +89 -0
- package/dist/components/TreeView/TreeView.d.ts.map +1 -0
- package/dist/components/TreeView/index.d.ts +3 -0
- package/dist/components/TreeView/index.d.ts.map +1 -0
- package/dist/components/index.d.ts +119 -0
- package/dist/components/index.d.ts.map +1 -0
- package/dist/components/internal/index.d.ts +27 -0
- package/dist/components/internal/index.d.ts.map +1 -0
- package/dist/components/navigation/components.d.ts +85 -0
- package/dist/components/navigation/components.d.ts.map +1 -0
- package/dist/components/navigation/hooks.d.ts +65 -0
- package/dist/components/navigation/hooks.d.ts.map +1 -0
- package/dist/components/navigation/index.d.ts +28 -0
- package/dist/components/navigation/index.d.ts.map +1 -0
- package/dist/components/navigation/styled.d.ts +13 -0
- package/dist/components/navigation/styled.d.ts.map +1 -0
- package/dist/components/navigation/types.d.ts +58 -0
- package/dist/components/navigation/types.d.ts.map +1 -0
- package/dist/components/shared/TrinityLogoSvg.d.ts +29 -0
- package/dist/components/shared/TrinityLogoSvg.d.ts.map +1 -0
- package/dist/components/shared.d.ts +92 -0
- package/dist/components/shared.d.ts.map +1 -0
- package/dist/components/templates/Dashboard/DashboardTemplate.d.ts +66 -0
- package/dist/components/templates/Dashboard/DashboardTemplate.d.ts.map +1 -0
- package/dist/components/templates/Dashboard/index.d.ts +2 -0
- package/dist/components/templates/Dashboard/index.d.ts.map +1 -0
- package/dist/components/templates/ListDetail/ListDetailTemplate.d.ts +88 -0
- package/dist/components/templates/ListDetail/ListDetailTemplate.d.ts.map +1 -0
- package/dist/components/templates/ListDetail/index.d.ts +2 -0
- package/dist/components/templates/ListDetail/index.d.ts.map +1 -0
- package/dist/components/templates/Settings/SettingsTemplate.d.ts +78 -0
- package/dist/components/templates/Settings/SettingsTemplate.d.ts.map +1 -0
- package/dist/components/templates/Settings/index.d.ts +2 -0
- package/dist/components/templates/Settings/index.d.ts.map +1 -0
- package/dist/components/templates/index.d.ts +5 -0
- package/dist/components/templates/index.d.ts.map +1 -0
- package/dist/essentials.d.ts +49 -0
- package/dist/essentials.d.ts.map +1 -0
- package/dist/essentials.js +256 -0
- package/dist/form.d.ts +212 -0
- package/dist/form.d.ts.map +1 -0
- package/dist/hierarchy.d.ts +371 -0
- package/dist/hierarchy.d.ts.map +1 -0
- package/dist/hooks/useTrinityPalette.d.ts +54 -0
- package/dist/hooks/useTrinityPalette.d.ts.map +1 -0
- package/dist/hooks.d.ts +217 -0
- package/dist/hooks.d.ts.map +1 -0
- package/dist/index.d.ts +111 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +2293 -3731
- package/dist/presets/analytics.d.ts +197 -0
- package/dist/presets/analytics.d.ts.map +1 -0
- package/dist/presets/crm.d.ts +67 -0
- package/dist/presets/crm.d.ts.map +1 -0
- package/dist/presets/index.d.ts +21 -0
- package/dist/presets/index.d.ts.map +1 -0
- package/dist/presets/portal.d.ts +67 -0
- package/dist/presets/portal.d.ts.map +1 -0
- package/dist/theme.d.ts +221 -0
- package/dist/theme.d.ts.map +1 -0
- package/dist/tokens.d.ts +4760 -0
- package/dist/tokens.d.ts.map +1 -0
- package/dist/trinity.css +1 -1
- package/package.json +2 -2
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @fileoverview PieChart component.
|
|
3
|
+
* @module components/Charts/PieChart
|
|
4
|
+
* PieChart & DonutChart Components
|
|
5
|
+
* Trinity-styled pie and donut charts
|
|
6
|
+
* @example
|
|
7
|
+
* ```tsx
|
|
8
|
+
* import { PieChart } from '@trinityui/design-system';
|
|
9
|
+
*
|
|
10
|
+
* <PieChart />
|
|
11
|
+
* ```
|
|
12
|
+
*/
|
|
13
|
+
import React from 'react';
|
|
14
|
+
import { PieChartProps } from './types';
|
|
15
|
+
/**
|
|
16
|
+
* PieChart - Trinity-styled pie chart
|
|
17
|
+
*
|
|
18
|
+
* @example
|
|
19
|
+
* ```tsx
|
|
20
|
+
* <PieChart
|
|
21
|
+
* data={[
|
|
22
|
+
* { name: 'Desktop', value: 400 },
|
|
23
|
+
* { name: 'Mobile', value: 300 },
|
|
24
|
+
* { name: 'Tablet', value: 200 },
|
|
25
|
+
* ]}
|
|
26
|
+
* title="Traffic by Device"
|
|
27
|
+
* />
|
|
28
|
+
* ```
|
|
29
|
+
*/
|
|
30
|
+
export declare const PieChart: React.FC<PieChartProps>;
|
|
31
|
+
/**
|
|
32
|
+
* DonutChart - Convenience wrapper for PieChart with inner radius
|
|
33
|
+
*
|
|
34
|
+
* @example
|
|
35
|
+
* ```tsx
|
|
36
|
+
* <DonutChart
|
|
37
|
+
* data={[
|
|
38
|
+
* { name: 'Completed', value: 75 },
|
|
39
|
+
* { name: 'Remaining', value: 25 },
|
|
40
|
+
* ]}
|
|
41
|
+
* centerContent={
|
|
42
|
+
* <Box>
|
|
43
|
+
* <Typography variant="h4">75%</Typography>
|
|
44
|
+
* <Typography variant="caption">Complete</Typography>
|
|
45
|
+
* </Box>
|
|
46
|
+
* }
|
|
47
|
+
* />
|
|
48
|
+
* ```
|
|
49
|
+
*/
|
|
50
|
+
export declare const DonutChart: React.FC<PieChartProps>;
|
|
51
|
+
export default PieChart;
|
|
52
|
+
//# sourceMappingURL=PieChart.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PieChart.d.ts","sourceRoot":"","sources":["../../../src/components/Charts/PieChart.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;GAWG;AAEH,OAAO,KAAyC,MAAM,OAAO,CAAC;AAmB9D,OAAO,EAAE,aAAa,EAAmF,MAAM,SAAS,CAAC;AAuHzH;;;;;;;;;;;;;;GAcG;AACH,eAAO,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC,aAAa,CA2L5C,CAAC;AAEF;;;;;;;;;;;;;;;;;;GAkBG;AACH,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,aAAa,CAE9C,CAAC;AAEF,eAAe,QAAQ,CAAC"}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @fileoverview RadialChart component.
|
|
3
|
+
* @module components/Charts/RadialChart
|
|
4
|
+
* RadialChart & GaugeChart Components
|
|
5
|
+
* Trinity-styled radial bar and gauge charts
|
|
6
|
+
* @example
|
|
7
|
+
* ```tsx
|
|
8
|
+
* import { RadialChart } from '@trinityui/design-system';
|
|
9
|
+
*
|
|
10
|
+
* <RadialChart />
|
|
11
|
+
* ```
|
|
12
|
+
*/
|
|
13
|
+
import React from 'react';
|
|
14
|
+
import { RadialBarChartProps, GaugeChartProps } from './types';
|
|
15
|
+
/**
|
|
16
|
+
* RadialBarChart - Trinity-styled radial/circular bar chart
|
|
17
|
+
*
|
|
18
|
+
* @example
|
|
19
|
+
* ```tsx
|
|
20
|
+
* <RadialBarChart
|
|
21
|
+
* data={[
|
|
22
|
+
* { name: 'Task A', value: 80 },
|
|
23
|
+
* { name: 'Task B', value: 60 },
|
|
24
|
+
* { name: 'Task C', value: 40 },
|
|
25
|
+
* ]}
|
|
26
|
+
* title="Progress Overview"
|
|
27
|
+
* />
|
|
28
|
+
* ```
|
|
29
|
+
*/
|
|
30
|
+
export declare const RadialBarChart: React.FC<RadialBarChartProps>;
|
|
31
|
+
/**
|
|
32
|
+
* GaugeChart - Single-value gauge/meter chart
|
|
33
|
+
*
|
|
34
|
+
* @example
|
|
35
|
+
* ```tsx
|
|
36
|
+
* <GaugeChart
|
|
37
|
+
* value={75}
|
|
38
|
+
* max={100}
|
|
39
|
+
* title="CPU Usage"
|
|
40
|
+
* unit="%"
|
|
41
|
+
* thresholds={[
|
|
42
|
+
* { value: 50, color: '#24A148' },
|
|
43
|
+
* { value: 80, color: '#F59E0B' },
|
|
44
|
+
* { value: 100, color: '#DA1E28' },
|
|
45
|
+
* ]}
|
|
46
|
+
* />
|
|
47
|
+
* ```
|
|
48
|
+
*/
|
|
49
|
+
export declare const GaugeChart: React.FC<GaugeChartProps>;
|
|
50
|
+
export default RadialBarChart;
|
|
51
|
+
//# sourceMappingURL=RadialChart.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RadialChart.d.ts","sourceRoot":"","sources":["../../../src/components/Charts/RadialChart.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;GAWG;AAEH,OAAO,KAAkB,MAAM,OAAO,CAAC;AAevC,OAAO,EAAE,mBAAmB,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAG/D;;;;;;;;;;;;;;GAcG;AACH,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CA+IxD,CAAC;AAEF;;;;;;;;;;;;;;;;;GAiBG;AACH,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CAkKhD,CAAC;AAEF,eAAe,cAAc,CAAC"}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @fileoverview ScatterChart component.
|
|
3
|
+
* @module components/Charts/ScatterChart
|
|
4
|
+
* ScatterChart Component
|
|
5
|
+
* Trinity-styled scatter and bubble charts
|
|
6
|
+
* @example
|
|
7
|
+
* ```tsx
|
|
8
|
+
* import { ScatterChart } from '@trinityui/design-system';
|
|
9
|
+
*
|
|
10
|
+
* <ScatterChart />
|
|
11
|
+
* ```
|
|
12
|
+
*/
|
|
13
|
+
import React from 'react';
|
|
14
|
+
import { ScatterChartProps } from './types';
|
|
15
|
+
/**
|
|
16
|
+
* ScatterChart - Trinity-styled scatter and bubble chart
|
|
17
|
+
*
|
|
18
|
+
* @example
|
|
19
|
+
* ```tsx
|
|
20
|
+
* // Simple scatter plot
|
|
21
|
+
* <ScatterChart
|
|
22
|
+
* data={[
|
|
23
|
+
* { x: 100, y: 200, name: 'A' },
|
|
24
|
+
* { x: 120, y: 100, name: 'B' },
|
|
25
|
+
* ]}
|
|
26
|
+
* xAxis={{ label: 'X Value' }}
|
|
27
|
+
* yAxis={{ label: 'Y Value' }}
|
|
28
|
+
* title="Scatter Plot"
|
|
29
|
+
* />
|
|
30
|
+
*
|
|
31
|
+
* // Bubble chart with size (z axis)
|
|
32
|
+
* <ScatterChart
|
|
33
|
+
* data={[
|
|
34
|
+
* { x: 100, y: 200, z: 50, name: 'A' },
|
|
35
|
+
* { x: 120, y: 100, z: 80, name: 'B' },
|
|
36
|
+
* ]}
|
|
37
|
+
* zAxis={{ range: [50, 400] }}
|
|
38
|
+
* />
|
|
39
|
+
*
|
|
40
|
+
* // Multiple series
|
|
41
|
+
* <ScatterChart
|
|
42
|
+
* data={[
|
|
43
|
+
* { name: 'Group A', data: [...], color: '#7841C9' },
|
|
44
|
+
* { name: 'Group B', data: [...], color: '#FF6150' },
|
|
45
|
+
* ]}
|
|
46
|
+
* />
|
|
47
|
+
* ```
|
|
48
|
+
*/
|
|
49
|
+
export declare const ScatterChart: React.FC<ScatterChartProps>;
|
|
50
|
+
/**
|
|
51
|
+
* BubbleChart - Convenience wrapper for ScatterChart with z-axis
|
|
52
|
+
*/
|
|
53
|
+
export declare const BubbleChart: React.FC<ScatterChartProps>;
|
|
54
|
+
export default ScatterChart;
|
|
55
|
+
//# sourceMappingURL=ScatterChart.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ScatterChart.d.ts","sourceRoot":"","sources":["../../../src/components/Charts/ScatterChart.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;GAWG;AAEH,OAAO,KAAsB,MAAM,OAAO,CAAC;AA0B3C,OAAO,EAAE,iBAAiB,EAA6C,MAAM,SAAS,CAAC;AAmHvF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiCG;AACH,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAmMpD,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAOnD,CAAC;AAEF,eAAe,YAAY,CAAC"}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @fileoverview Sparkline component.
|
|
3
|
+
* @module components/Charts/Sparkline
|
|
4
|
+
* Sparkline Component
|
|
5
|
+
* Small, inline charts for dashboards and tables
|
|
6
|
+
* @example
|
|
7
|
+
* ```tsx
|
|
8
|
+
* import { Sparkline } from '@trinityui/design-system';
|
|
9
|
+
*
|
|
10
|
+
* <Sparkline />
|
|
11
|
+
* ```
|
|
12
|
+
*/
|
|
13
|
+
import React from 'react';
|
|
14
|
+
import { SparklineProps } from './types';
|
|
15
|
+
/**
|
|
16
|
+
* Sparkline - Compact inline chart
|
|
17
|
+
*
|
|
18
|
+
* @example
|
|
19
|
+
* ```tsx
|
|
20
|
+
* // Simple line sparkline
|
|
21
|
+
* <Sparkline
|
|
22
|
+
* data={[10, 20, 15, 30, 25, 40]}
|
|
23
|
+
* width={100}
|
|
24
|
+
* height={32}
|
|
25
|
+
* />
|
|
26
|
+
*
|
|
27
|
+
* // Bar sparkline with min/max highlighting
|
|
28
|
+
* <Sparkline
|
|
29
|
+
* type="bar"
|
|
30
|
+
* data={[10, 20, 15, 30, 25, 40]}
|
|
31
|
+
* showMinMax
|
|
32
|
+
* />
|
|
33
|
+
*
|
|
34
|
+
* // Area sparkline with reference line
|
|
35
|
+
* <Sparkline
|
|
36
|
+
* type="area"
|
|
37
|
+
* data={[10, 20, 15, 30, 25, 40]}
|
|
38
|
+
* referenceLine="average"
|
|
39
|
+
* />
|
|
40
|
+
* ```
|
|
41
|
+
*/
|
|
42
|
+
export declare const Sparkline: React.FC<SparklineProps>;
|
|
43
|
+
export default Sparkline;
|
|
44
|
+
//# sourceMappingURL=Sparkline.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Sparkline.d.ts","sourceRoot":"","sources":["../../../src/components/Charts/Sparkline.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;GAWG;AAIH,OAAO,KAAkB,MAAM,OAAO,CAAC;AAkBvC,OAAO,EAAE,cAAc,EAAkB,MAAM,SAAS,CAAC;AAEzD;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,cAAc,CAoP9C,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Trinity Design System - Charts Component Library
|
|
3
|
+
*
|
|
4
|
+
* A comprehensive charting library built on Recharts with Trinity branding,
|
|
5
|
+
* accessibility support, and consistent styling.
|
|
6
|
+
*
|
|
7
|
+
* @example
|
|
8
|
+
* ```tsx
|
|
9
|
+
* import {
|
|
10
|
+
* LineChart,
|
|
11
|
+
* BarChart,
|
|
12
|
+
* PieChart,
|
|
13
|
+
* chartColorsPrimary
|
|
14
|
+
* } from '@trinityui/design-system/components/Charts';
|
|
15
|
+
*
|
|
16
|
+
* // Basic line chart
|
|
17
|
+
* <LineChart
|
|
18
|
+
* data={salesData}
|
|
19
|
+
* series={[{ dataKey: 'revenue', name: 'Revenue' }]}
|
|
20
|
+
* xAxis={{ dataKey: 'month' }}
|
|
21
|
+
* title="Monthly Revenue"
|
|
22
|
+
* />
|
|
23
|
+
*
|
|
24
|
+
* // Bar chart with stacking
|
|
25
|
+
* <BarChart
|
|
26
|
+
* data={data}
|
|
27
|
+
* series={[
|
|
28
|
+
* { dataKey: 'desktop', name: 'Desktop' },
|
|
29
|
+
* { dataKey: 'mobile', name: 'Mobile' },
|
|
30
|
+
* ]}
|
|
31
|
+
* variant="stacked"
|
|
32
|
+
* />
|
|
33
|
+
* ```
|
|
34
|
+
*/
|
|
35
|
+
export { ChartWrapper } from './ChartWrapper';
|
|
36
|
+
export { CustomTooltip, SimpleTooltip } from './CustomTooltip';
|
|
37
|
+
export { CustomLegend, InteractiveLegend, PieLegend } from './CustomLegend';
|
|
38
|
+
export { LineChart } from './LineChart';
|
|
39
|
+
export { BarChart } from './BarChart';
|
|
40
|
+
export { AreaChart } from './AreaChart';
|
|
41
|
+
export { PieChart, DonutChart } from './PieChart';
|
|
42
|
+
export { ScatterChart, BubbleChart } from './ScatterChart';
|
|
43
|
+
export { RadialBarChart, GaugeChart } from './RadialChart';
|
|
44
|
+
export { ComposedChart } from './ComposedChart';
|
|
45
|
+
export { Sparkline } from './Sparkline';
|
|
46
|
+
export { chartColorsPrimary, chartColorsCategorical, chartColorsSequential, chartColorsDiverging, chartColorsStatus, chartColorsStatusMap, chartTypography, chartSpacing, chartSizing, chartGridStyles, chartAxisStyles, chartTooltipStyles, chartLegendStyles, chartAnimation, chartTheme, getChartColor, getChartColors, } from './tokens';
|
|
47
|
+
export type { DataPoint, NamedDataPoint, TimeSeriesDataPoint, MultiSeriesDataPoint, PieDataPoint, ScatterDataPoint, SeriesConfig, AxisConfig, LegendConfig, LegendPosition, LegendAlign, TooltipConfig, ReferenceLineConfig, ReferenceAreaConfig, BaseChartProps, LineChartProps, BarChartProps, BarChartLayout, BarChartVariant, AreaChartProps, PieChartProps, ScatterChartProps, ComposedChartProps, ComposedSeriesConfig, ComposedChartReferenceLineConfig, RadialBarChartProps, GaugeChartProps, SparklineProps, } from './types';
|
|
48
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Charts/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiCG;AAGH,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAC/D,OAAO,EAAE,YAAY,EAAE,iBAAiB,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAG5E,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,QAAQ,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAClD,OAAO,EAAE,YAAY,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC3D,OAAO,EAAE,cAAc,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAC3D,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAGxC,OAAO,EAEL,kBAAkB,EAClB,sBAAsB,EACtB,qBAAqB,EACrB,oBAAoB,EACpB,iBAAiB,EACjB,oBAAoB,EAGpB,eAAe,EAGf,YAAY,EACZ,WAAW,EAGX,eAAe,EACf,eAAe,EACf,kBAAkB,EAClB,iBAAiB,EAGjB,cAAc,EAGd,UAAU,EAGV,aAAa,EACb,cAAc,GACf,MAAM,UAAU,CAAC;AAGlB,YAAY,EAEV,SAAS,EACT,cAAc,EACd,mBAAmB,EACnB,oBAAoB,EACpB,YAAY,EACZ,gBAAgB,EAGhB,YAAY,EACZ,UAAU,EACV,YAAY,EACZ,cAAc,EACd,WAAW,EACX,aAAa,EACb,mBAAmB,EACnB,mBAAmB,EAGnB,cAAc,EACd,cAAc,EACd,aAAa,EACb,cAAc,EACd,eAAe,EACf,cAAc,EACd,aAAa,EACb,iBAAiB,EACjB,kBAAkB,EAClB,oBAAoB,EACpB,gCAAgC,EAChC,mBAAmB,EACnB,eAAe,EACf,cAAc,GACf,MAAM,SAAS,CAAC"}
|
|
@@ -0,0 +1,200 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Chart Design Tokens
|
|
3
|
+
* Consistent styling for all Trinity chart components
|
|
4
|
+
*/
|
|
5
|
+
/**
|
|
6
|
+
* Primary chart color palette - Trinity brand colors
|
|
7
|
+
* Use for single-series or highlighted data
|
|
8
|
+
*/
|
|
9
|
+
export declare const chartColorsPrimary: string[];
|
|
10
|
+
/**
|
|
11
|
+
* Categorical palette - for distinct categories
|
|
12
|
+
* Optimized for contrast and accessibility
|
|
13
|
+
*/
|
|
14
|
+
export declare const chartColorsCategorical: string[];
|
|
15
|
+
export declare const chartColorsSequential: string[];
|
|
16
|
+
/**
|
|
17
|
+
* Diverging palette - for data with a midpoint
|
|
18
|
+
* Coral to Purple through neutral
|
|
19
|
+
*/
|
|
20
|
+
export declare const chartColorsDiverging: string[];
|
|
21
|
+
/**
|
|
22
|
+
* Status colors for charts (as object for semantic access)
|
|
23
|
+
*/
|
|
24
|
+
export declare const chartColorsStatusMap: {
|
|
25
|
+
success: string;
|
|
26
|
+
warning: string;
|
|
27
|
+
error: string;
|
|
28
|
+
info: string;
|
|
29
|
+
neutral: string;
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* Status colors for charts (as array for iteration)
|
|
33
|
+
* Order: success, warning, error, info
|
|
34
|
+
*/
|
|
35
|
+
export declare const chartColorsStatus: string[];
|
|
36
|
+
export declare const chartTypography: {
|
|
37
|
+
fontFamily: string;
|
|
38
|
+
title: {
|
|
39
|
+
fontSize: number;
|
|
40
|
+
fontWeight: number;
|
|
41
|
+
fill: string;
|
|
42
|
+
};
|
|
43
|
+
subtitle: {
|
|
44
|
+
fontSize: number;
|
|
45
|
+
fontWeight: number;
|
|
46
|
+
fill: string;
|
|
47
|
+
};
|
|
48
|
+
axisLabel: {
|
|
49
|
+
fontSize: number;
|
|
50
|
+
fontWeight: number;
|
|
51
|
+
fill: string;
|
|
52
|
+
};
|
|
53
|
+
axisTick: {
|
|
54
|
+
fontSize: number;
|
|
55
|
+
fontWeight: number;
|
|
56
|
+
fill: string;
|
|
57
|
+
};
|
|
58
|
+
legend: {
|
|
59
|
+
fontSize: number;
|
|
60
|
+
fontWeight: number;
|
|
61
|
+
fill: string;
|
|
62
|
+
};
|
|
63
|
+
tooltip: {
|
|
64
|
+
fontSize: number;
|
|
65
|
+
fontWeight: number;
|
|
66
|
+
fill: string;
|
|
67
|
+
};
|
|
68
|
+
tooltipLabel: {
|
|
69
|
+
fontSize: number;
|
|
70
|
+
fontWeight: number;
|
|
71
|
+
fill: string;
|
|
72
|
+
};
|
|
73
|
+
dataLabel: {
|
|
74
|
+
fontSize: number;
|
|
75
|
+
fontWeight: number;
|
|
76
|
+
fill: string;
|
|
77
|
+
};
|
|
78
|
+
};
|
|
79
|
+
export declare const chartSpacing: {
|
|
80
|
+
xs: number;
|
|
81
|
+
sm: number;
|
|
82
|
+
md: number;
|
|
83
|
+
lg: number;
|
|
84
|
+
xl: number;
|
|
85
|
+
xxl: number;
|
|
86
|
+
};
|
|
87
|
+
export declare const chartSizing: {
|
|
88
|
+
minHeight: number;
|
|
89
|
+
defaultHeight: number;
|
|
90
|
+
maxHeight: number;
|
|
91
|
+
strokeWidth: {
|
|
92
|
+
thin: number;
|
|
93
|
+
default: number;
|
|
94
|
+
thick: number;
|
|
95
|
+
};
|
|
96
|
+
dotSize: {
|
|
97
|
+
small: number;
|
|
98
|
+
default: number;
|
|
99
|
+
large: number;
|
|
100
|
+
};
|
|
101
|
+
barRadius: number;
|
|
102
|
+
barMaxWidth: number;
|
|
103
|
+
innerRadiusRatio: number;
|
|
104
|
+
outerPadding: number;
|
|
105
|
+
};
|
|
106
|
+
export declare const chartGridStyles: {
|
|
107
|
+
stroke: string;
|
|
108
|
+
strokeDasharray: string;
|
|
109
|
+
strokeWidth: number;
|
|
110
|
+
light: {
|
|
111
|
+
stroke: string;
|
|
112
|
+
strokeOpacity: number;
|
|
113
|
+
};
|
|
114
|
+
dark: {
|
|
115
|
+
stroke: string;
|
|
116
|
+
strokeOpacity: number;
|
|
117
|
+
};
|
|
118
|
+
};
|
|
119
|
+
export declare const chartAxisStyles: {
|
|
120
|
+
stroke: string;
|
|
121
|
+
strokeWidth: number;
|
|
122
|
+
tickSize: number;
|
|
123
|
+
tickPadding: number;
|
|
124
|
+
tickFontSize: number;
|
|
125
|
+
labelFontSize: number;
|
|
126
|
+
light: {
|
|
127
|
+
lineColor: string;
|
|
128
|
+
lineOpacity: number;
|
|
129
|
+
tickColor: string;
|
|
130
|
+
};
|
|
131
|
+
dark: {
|
|
132
|
+
lineColor: string;
|
|
133
|
+
lineOpacity: number;
|
|
134
|
+
tickColor: string;
|
|
135
|
+
};
|
|
136
|
+
};
|
|
137
|
+
export declare const chartTooltipStyles: {
|
|
138
|
+
backgroundColor: string;
|
|
139
|
+
borderColor: string;
|
|
140
|
+
borderRadius: number;
|
|
141
|
+
boxShadow: string;
|
|
142
|
+
padding: string;
|
|
143
|
+
};
|
|
144
|
+
export declare const chartLegendStyles: {
|
|
145
|
+
iconSize: number;
|
|
146
|
+
iconType: "circle";
|
|
147
|
+
itemGap: number;
|
|
148
|
+
verticalAlign: "bottom";
|
|
149
|
+
align: "center";
|
|
150
|
+
wrapperStyle: {
|
|
151
|
+
paddingTop: number;
|
|
152
|
+
};
|
|
153
|
+
};
|
|
154
|
+
export declare const chartAnimation: {
|
|
155
|
+
duration: number;
|
|
156
|
+
easing: string;
|
|
157
|
+
};
|
|
158
|
+
export declare const chartAccessibility: {
|
|
159
|
+
minContrastRatio: number;
|
|
160
|
+
focusRing: {
|
|
161
|
+
color: string;
|
|
162
|
+
width: number;
|
|
163
|
+
offset: number;
|
|
164
|
+
};
|
|
165
|
+
};
|
|
166
|
+
export declare const chartTheme: {
|
|
167
|
+
light: {
|
|
168
|
+
background: string;
|
|
169
|
+
text: string;
|
|
170
|
+
textSecondary: string;
|
|
171
|
+
grid: string;
|
|
172
|
+
axis: string;
|
|
173
|
+
tooltip: {
|
|
174
|
+
background: string;
|
|
175
|
+
border: string;
|
|
176
|
+
text: string;
|
|
177
|
+
};
|
|
178
|
+
};
|
|
179
|
+
dark: {
|
|
180
|
+
background: string;
|
|
181
|
+
text: string;
|
|
182
|
+
textSecondary: string;
|
|
183
|
+
grid: string;
|
|
184
|
+
axis: string;
|
|
185
|
+
tooltip: {
|
|
186
|
+
background: string;
|
|
187
|
+
border: string;
|
|
188
|
+
text: string;
|
|
189
|
+
};
|
|
190
|
+
};
|
|
191
|
+
};
|
|
192
|
+
/**
|
|
193
|
+
* Get a color from the primary palette by index (wraps around)
|
|
194
|
+
*/
|
|
195
|
+
export declare const getChartColor: (index: number) => string;
|
|
196
|
+
/**
|
|
197
|
+
* Get multiple colors for a given number of series
|
|
198
|
+
*/
|
|
199
|
+
export declare const getChartColors: (count: number) => string[];
|
|
200
|
+
//# sourceMappingURL=tokens.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tokens.d.ts","sourceRoot":"","sources":["../../../src/components/Charts/tokens.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAWH;;;GAGG;AACH,eAAO,MAAM,kBAAkB,UAW9B,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,sBAAsB,UAWlC,CAAC;AAOF,eAAO,MAAM,qBAAqB,UAWjC,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,oBAAoB,UAQhC,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,oBAAoB;;;;;;CAMhC,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,iBAAiB,UAK7B,CAAC;AAMF,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0C3B,CAAC;AAMF,eAAO,MAAM,YAAY;;;;;;;CAOxB,CAAC;AAEF,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;CA2BvB,CAAC;AAMF,eAAO,MAAM,eAAe;;;;;;;;;;;;CAc3B,CAAC;AAEF,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;CAmB3B,CAAC;AAMF,eAAO,MAAM,kBAAkB;;;;;;CAM9B,CAAC;AAMF,eAAO,MAAM,iBAAiB;;;;;;;;;CAS7B,CAAC;AAMF,eAAO,MAAM,cAAc;;;CAG1B,CAAC;AAMF,eAAO,MAAM,kBAAkB;;;;;;;CAS9B,CAAC;AAMF,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;CAyBtB,CAAC;AAMF;;GAEG;AACH,eAAO,MAAM,aAAa,GAAI,OAAO,MAAM,KAAG,MAE7C,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,cAAc,GAAI,OAAO,MAAM,KAAG,MAAM,EAEpD,CAAC"}
|