@salesmind-ai/design-system 0.2.1 → 0.3.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/README.md +32 -2
- package/dist/AppearancePanel-UT57J69V.d.cts +51 -0
- package/dist/AppearancePanel-UT57J69V.d.ts +51 -0
- package/dist/AppearanceProvider-C36a8-eb.d.cts +45 -0
- package/dist/AppearanceProvider-C36a8-eb.d.ts +45 -0
- package/dist/Breadcrumb-RX-B_gDV.d.cts +44 -0
- package/dist/Breadcrumb-RX-B_gDV.d.ts +44 -0
- package/dist/ExportMenu-A2TLFiVv.d.cts +311 -0
- package/dist/ExportMenu-C8qck5AT.d.ts +311 -0
- package/dist/SectionShell-BfBw5q0Y.d.cts +18 -0
- package/dist/SectionShell-BfBw5q0Y.d.ts +18 -0
- package/dist/Select-BdZmK0Lt.d.cts +66 -0
- package/dist/Select-BdZmK0Lt.d.ts +66 -0
- package/dist/admin/index.cjs +2941 -0
- package/dist/admin/index.cjs.map +1 -0
- package/dist/admin/index.css +4145 -0
- package/dist/admin/index.css.map +1 -0
- package/dist/admin/index.d.cts +491 -0
- package/dist/admin/index.d.ts +491 -0
- package/dist/admin/index.js +2918 -0
- package/dist/admin/index.js.map +1 -0
- package/dist/{audit-CiyPkxk1.d.cts → audit-BS2fn7M4.d.ts} +2 -51
- package/dist/{audit-CiyPkxk1.d.ts → audit-DwCmg32J.d.cts} +2 -51
- package/dist/blog/index.cjs +1074 -0
- package/dist/blog/index.cjs.map +1 -0
- package/dist/blog/index.css +1422 -0
- package/dist/blog/index.css.map +1 -0
- package/dist/blog/index.d.cts +233 -0
- package/dist/blog/index.d.ts +233 -0
- package/dist/blog/index.js +1056 -0
- package/dist/blog/index.js.map +1 -0
- package/dist/chart-types-BGVVO-zl.d.cts +208 -0
- package/dist/chart-types-BGVVO-zl.d.ts +208 -0
- package/dist/charts/index.cjs +2698 -0
- package/dist/charts/index.cjs.map +1 -0
- package/dist/charts/index.css +1167 -0
- package/dist/charts/index.css.map +1 -0
- package/dist/charts/index.d.cts +453 -0
- package/dist/charts/index.d.ts +453 -0
- package/dist/charts/index.js +2682 -0
- package/dist/charts/index.js.map +1 -0
- package/dist/core/index.cjs +526 -395
- package/dist/core/index.cjs.map +1 -1
- package/dist/core/index.css +294 -0
- package/dist/core/index.css.map +1 -1
- package/dist/core/index.d.cts +7 -982
- package/dist/core/index.d.ts +7 -982
- package/dist/core/index.js +476 -351
- package/dist/core/index.js.map +1 -1
- package/dist/i18n/index.cjs +585 -0
- package/dist/i18n/index.cjs.map +1 -0
- package/dist/i18n/index.d.cts +855 -0
- package/dist/i18n/index.d.ts +855 -0
- package/dist/i18n/index.js +547 -0
- package/dist/i18n/index.js.map +1 -0
- package/dist/index.cjs +3 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +11 -7
- package/dist/index.css.map +1 -1
- package/dist/index.d.cts +22 -1290
- package/dist/index.d.ts +22 -1290
- package/dist/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/dist/marketing/index.cjs +2144 -3023
- package/dist/marketing/index.cjs.map +1 -1
- package/dist/marketing/index.css +3729 -4824
- package/dist/marketing/index.css.map +1 -1
- package/dist/marketing/index.d.cts +1351 -4
- package/dist/marketing/index.d.ts +1351 -4
- package/dist/marketing/index.js +2190 -3054
- package/dist/marketing/index.js.map +1 -1
- package/dist/motion/index.cjs +1230 -0
- package/dist/motion/index.cjs.map +1 -0
- package/dist/motion/index.css +699 -0
- package/dist/motion/index.css.map +1 -0
- package/dist/motion/index.d.cts +68 -0
- package/dist/motion/index.d.ts +68 -0
- package/dist/motion/index.js +1218 -0
- package/dist/motion/index.js.map +1 -0
- package/dist/nav/index.cjs +1533 -0
- package/dist/nav/index.cjs.map +1 -0
- package/dist/nav/index.css +1984 -0
- package/dist/nav/index.css.map +1 -0
- package/dist/nav/index.d.cts +279 -0
- package/dist/nav/index.d.ts +279 -0
- package/dist/nav/index.js +1501 -0
- package/dist/nav/index.js.map +1 -0
- package/dist/report/index.cjs +26 -1649
- package/dist/report/index.cjs.map +1 -1
- package/dist/report/index.css +0 -963
- package/dist/report/index.css.map +1 -1
- package/dist/report/index.d.cts +4 -2
- package/dist/report/index.d.ts +4 -2
- package/dist/report/index.js +27 -1640
- package/dist/report/index.js.map +1 -1
- package/dist/sections/index.cjs +385 -0
- package/dist/sections/index.cjs.map +1 -0
- package/dist/sections/index.css +815 -0
- package/dist/sections/index.css.map +1 -0
- package/dist/sections/index.d.cts +69 -0
- package/dist/sections/index.d.ts +69 -0
- package/dist/sections/index.js +374 -0
- package/dist/sections/index.js.map +1 -0
- package/dist/social-proof/index.cjs +1255 -0
- package/dist/social-proof/index.cjs.map +1 -0
- package/dist/social-proof/index.css +1423 -0
- package/dist/social-proof/index.css.map +1 -0
- package/dist/social-proof/index.d.cts +258 -0
- package/dist/social-proof/index.d.ts +258 -0
- package/dist/social-proof/index.js +1238 -0
- package/dist/social-proof/index.js.map +1 -0
- package/dist/theme/index.cjs +573 -0
- package/dist/theme/index.cjs.map +1 -0
- package/dist/theme/index.css +464 -0
- package/dist/theme/index.css.map +1 -0
- package/dist/theme/index.d.cts +48 -0
- package/dist/theme/index.d.ts +48 -0
- package/dist/theme/index.js +558 -0
- package/dist/theme/index.js.map +1 -0
- package/dist/types-DAlgDGzw.d.cts +52 -0
- package/dist/types-DAlgDGzw.d.ts +52 -0
- package/dist/web/client/index.cjs +501 -0
- package/dist/web/client/index.cjs.map +1 -0
- package/dist/web/client/index.css +456 -0
- package/dist/web/client/index.css.map +1 -0
- package/dist/web/client/index.d.cts +172 -0
- package/dist/web/client/index.d.ts +172 -0
- package/dist/web/client/index.js +486 -0
- package/dist/web/client/index.js.map +1 -0
- package/dist/web/index.d.cts +6 -893
- package/dist/web/index.d.ts +6 -893
- package/dist/web/server/index.cjs +569 -0
- package/dist/web/server/index.cjs.map +1 -0
- package/dist/web/server/index.d.cts +725 -0
- package/dist/web/server/index.d.ts +725 -0
- package/dist/web/server/index.js +562 -0
- package/dist/web/server/index.js.map +1 -0
- package/package.json +81 -9
- package/dist/ExportMenu-hEe5MhLq.d.cts +0 -1027
- package/dist/ExportMenu-hEe5MhLq.d.ts +0 -1027
- package/dist/index-B64suAAc.d.cts +0 -1498
- package/dist/index-B64suAAc.d.ts +0 -1498
package/README.md
CHANGED
|
@@ -40,10 +40,38 @@ function App() {
|
|
|
40
40
|
|---|---|
|
|
41
41
|
| `@salesmind-ai/design-system` | Main components |
|
|
42
42
|
| `@salesmind-ai/design-system/core` | Core primitives |
|
|
43
|
+
| `@salesmind-ai/design-system/sections` | Section shell and section primitives |
|
|
44
|
+
| `@salesmind-ai/design-system/nav` | Navigation components |
|
|
45
|
+
| `@salesmind-ai/design-system/motion` | Motion-enabled components |
|
|
46
|
+
| `@salesmind-ai/design-system/social-proof` | Social proof components |
|
|
47
|
+
| `@salesmind-ai/design-system/marketing` | Marketing/conversion components |
|
|
48
|
+
| `@salesmind-ai/design-system/blog` | Blog and long-form content components |
|
|
49
|
+
| `@salesmind-ai/design-system/charts` | Chart components |
|
|
43
50
|
| `@salesmind-ai/design-system/report` | Report engine components |
|
|
44
|
-
| `@salesmind-ai/design-system/web` |
|
|
51
|
+
| `@salesmind-ai/design-system/web` | Backward-compatible mixed web entry |
|
|
52
|
+
| `@salesmind-ai/design-system/web/server` | Server-safe SEO + JSON-LD utilities |
|
|
53
|
+
| `@salesmind-ai/design-system/web/client` | Client-only consent + analytics utilities |
|
|
54
|
+
| `@salesmind-ai/design-system/theme` | Theme system |
|
|
55
|
+
| `@salesmind-ai/design-system/i18n` | Internationalization helpers |
|
|
45
56
|
| `@salesmind-ai/design-system/styles.css` | Compiled CSS |
|
|
46
57
|
|
|
58
|
+
### Web boundary rule
|
|
59
|
+
|
|
60
|
+
- Use `@salesmind-ai/design-system/web/server` for JSON-LD and schema generators in server components.
|
|
61
|
+
- Use `@salesmind-ai/design-system/web/client` for cookie consent hooks/components and analytics loaders.
|
|
62
|
+
- Treat `@salesmind-ai/design-system/web` as backward compatibility only, not the preferred import for new code.
|
|
63
|
+
|
|
64
|
+
### CSS contract
|
|
65
|
+
|
|
66
|
+
Public CSS entrypoints are part of the package contract:
|
|
67
|
+
|
|
68
|
+
- `@salesmind-ai/design-system/styles.css`
|
|
69
|
+
- `@salesmind-ai/design-system/index.css`
|
|
70
|
+
- `@salesmind-ai/design-system/core.css`
|
|
71
|
+
- `@salesmind-ai/design-system/web.css`
|
|
72
|
+
|
|
73
|
+
Consumers should rely on these public CSS exports instead of private `dist/` paths.
|
|
74
|
+
|
|
47
75
|
## Development
|
|
48
76
|
|
|
49
77
|
This project uses **pnpm**. Make sure you have it installed:
|
|
@@ -106,7 +134,9 @@ Changes in `src/` are rebuilt by tsup and hot-reloaded in consuming apps automat
|
|
|
106
134
|
src/
|
|
107
135
|
├── components/ # React components
|
|
108
136
|
├── core/ # Core/primitive exports
|
|
109
|
-
├── web/ #
|
|
137
|
+
├── web/ # Mixed legacy web boundary (backward compat)
|
|
138
|
+
│ ├── server/ # Server-safe SEO/JSON-LD exports
|
|
139
|
+
│ └── client/ # Client-only consent/analytics exports
|
|
110
140
|
├── report-engine/ # Report generation logic
|
|
111
141
|
├── report-export/ # Report export utilities
|
|
112
142
|
├── i18n/ # Internationalization (react-intl)
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import React__default from 'react';
|
|
2
|
+
|
|
3
|
+
/** All translatable labels for the AppearancePanel. */
|
|
4
|
+
interface AppearancePanelLabels {
|
|
5
|
+
/** Panel heading. @default "Appearance Settings" */
|
|
6
|
+
title?: string;
|
|
7
|
+
/** Theme section heading. @default "Theme" */
|
|
8
|
+
themeHeading?: string;
|
|
9
|
+
/** Brand section heading. @default "Brand" */
|
|
10
|
+
brandHeading?: string;
|
|
11
|
+
/** Density section heading. @default "Density" */
|
|
12
|
+
densityHeading?: string;
|
|
13
|
+
/** Geometry section heading. @default "Geometry" */
|
|
14
|
+
geometryHeading?: string;
|
|
15
|
+
/** Navigation section heading. @default "Navigation Layout" */
|
|
16
|
+
navHeading?: string;
|
|
17
|
+
/** Accent color label (shown for Custom brand). @default "Accent Color" */
|
|
18
|
+
accentColorLabel?: string;
|
|
19
|
+
/** Reset button text. @default "Reset to Defaults" */
|
|
20
|
+
resetLabel?: string;
|
|
21
|
+
themeLight?: string;
|
|
22
|
+
themeLightContrast?: string;
|
|
23
|
+
themeDark?: string;
|
|
24
|
+
themeDarkContrast?: string;
|
|
25
|
+
brandDefault?: string;
|
|
26
|
+
brandDefaultDescription?: string;
|
|
27
|
+
brandSalesmind?: string;
|
|
28
|
+
brandSalesmindDescription?: string;
|
|
29
|
+
brandCustom?: string;
|
|
30
|
+
brandCustomDescription?: string;
|
|
31
|
+
densityComfortable?: string;
|
|
32
|
+
densityComfortableDescription?: string;
|
|
33
|
+
densityCompact?: string;
|
|
34
|
+
densityCompactDescription?: string;
|
|
35
|
+
radiusPlayful?: string;
|
|
36
|
+
radiusPlayfulDescription?: string;
|
|
37
|
+
radiusSharp?: string;
|
|
38
|
+
radiusSharpDescription?: string;
|
|
39
|
+
navLeft?: string;
|
|
40
|
+
navRight?: string;
|
|
41
|
+
navBottom?: string;
|
|
42
|
+
}
|
|
43
|
+
interface AppearancePanelProps {
|
|
44
|
+
/** Custom class name */
|
|
45
|
+
className?: string;
|
|
46
|
+
/** Override default English labels for i18n. */
|
|
47
|
+
labels?: AppearancePanelLabels;
|
|
48
|
+
}
|
|
49
|
+
declare const AppearancePanel: React__default.ForwardRefExoticComponent<AppearancePanelProps & React__default.RefAttributes<HTMLDivElement>>;
|
|
50
|
+
|
|
51
|
+
export { AppearancePanel as A, type AppearancePanelLabels as a, type AppearancePanelProps as b };
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import React__default from 'react';
|
|
2
|
+
|
|
3
|
+
/** All translatable labels for the AppearancePanel. */
|
|
4
|
+
interface AppearancePanelLabels {
|
|
5
|
+
/** Panel heading. @default "Appearance Settings" */
|
|
6
|
+
title?: string;
|
|
7
|
+
/** Theme section heading. @default "Theme" */
|
|
8
|
+
themeHeading?: string;
|
|
9
|
+
/** Brand section heading. @default "Brand" */
|
|
10
|
+
brandHeading?: string;
|
|
11
|
+
/** Density section heading. @default "Density" */
|
|
12
|
+
densityHeading?: string;
|
|
13
|
+
/** Geometry section heading. @default "Geometry" */
|
|
14
|
+
geometryHeading?: string;
|
|
15
|
+
/** Navigation section heading. @default "Navigation Layout" */
|
|
16
|
+
navHeading?: string;
|
|
17
|
+
/** Accent color label (shown for Custom brand). @default "Accent Color" */
|
|
18
|
+
accentColorLabel?: string;
|
|
19
|
+
/** Reset button text. @default "Reset to Defaults" */
|
|
20
|
+
resetLabel?: string;
|
|
21
|
+
themeLight?: string;
|
|
22
|
+
themeLightContrast?: string;
|
|
23
|
+
themeDark?: string;
|
|
24
|
+
themeDarkContrast?: string;
|
|
25
|
+
brandDefault?: string;
|
|
26
|
+
brandDefaultDescription?: string;
|
|
27
|
+
brandSalesmind?: string;
|
|
28
|
+
brandSalesmindDescription?: string;
|
|
29
|
+
brandCustom?: string;
|
|
30
|
+
brandCustomDescription?: string;
|
|
31
|
+
densityComfortable?: string;
|
|
32
|
+
densityComfortableDescription?: string;
|
|
33
|
+
densityCompact?: string;
|
|
34
|
+
densityCompactDescription?: string;
|
|
35
|
+
radiusPlayful?: string;
|
|
36
|
+
radiusPlayfulDescription?: string;
|
|
37
|
+
radiusSharp?: string;
|
|
38
|
+
radiusSharpDescription?: string;
|
|
39
|
+
navLeft?: string;
|
|
40
|
+
navRight?: string;
|
|
41
|
+
navBottom?: string;
|
|
42
|
+
}
|
|
43
|
+
interface AppearancePanelProps {
|
|
44
|
+
/** Custom class name */
|
|
45
|
+
className?: string;
|
|
46
|
+
/** Override default English labels for i18n. */
|
|
47
|
+
labels?: AppearancePanelLabels;
|
|
48
|
+
}
|
|
49
|
+
declare const AppearancePanel: React__default.ForwardRefExoticComponent<AppearancePanelProps & React__default.RefAttributes<HTMLDivElement>>;
|
|
50
|
+
|
|
51
|
+
export { AppearancePanel as A, type AppearancePanelLabels as a, type AppearancePanelProps as b };
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
+
import React__default from 'react';
|
|
3
|
+
|
|
4
|
+
type Theme = 'light' | 'light-contrast' | 'dark' | 'dark-contrast';
|
|
5
|
+
type Brand = 'default' | 'salesmind' | 'custom';
|
|
6
|
+
type NavPlacement = 'left' | 'right' | 'bottom';
|
|
7
|
+
type Density = 'comfortable' | 'compact';
|
|
8
|
+
type Radius = 'playful' | 'sharp';
|
|
9
|
+
interface AppearanceSettings {
|
|
10
|
+
theme: Theme;
|
|
11
|
+
brand: Brand;
|
|
12
|
+
navPlacement: NavPlacement;
|
|
13
|
+
density: Density;
|
|
14
|
+
radius: Radius;
|
|
15
|
+
/** Hex color for custom brand (e.g., "#ff2d8a") */
|
|
16
|
+
customColor: string;
|
|
17
|
+
}
|
|
18
|
+
interface AppearanceContextValue extends AppearanceSettings {
|
|
19
|
+
setTheme: (theme: Theme) => void;
|
|
20
|
+
setBrand: (brand: Brand) => void;
|
|
21
|
+
setNavPlacement: (nav: NavPlacement) => void;
|
|
22
|
+
setDensity: (density: Density) => void;
|
|
23
|
+
setRadius: (radius: Radius) => void;
|
|
24
|
+
setCustomColor: (color: string) => void;
|
|
25
|
+
setAppearance: (settings: Partial<AppearanceSettings>) => void;
|
|
26
|
+
resetToDefaults: () => void;
|
|
27
|
+
}
|
|
28
|
+
/** Detect system color scheme preference */
|
|
29
|
+
/** Convert hex color to RGB triplet string (e.g., "255, 45, 138") */
|
|
30
|
+
declare function hexToRgb(hex: string): string;
|
|
31
|
+
/** Check if user prefers reduced motion */
|
|
32
|
+
declare function prefersReducedMotion(): boolean;
|
|
33
|
+
interface AppearanceProviderProps {
|
|
34
|
+
/** Initial settings (overrides localStorage) */
|
|
35
|
+
initialSettings?: Partial<AppearanceSettings>;
|
|
36
|
+
/** Disable localStorage persistence */
|
|
37
|
+
disablePersistence?: boolean;
|
|
38
|
+
/** Children */
|
|
39
|
+
children: React__default.ReactNode;
|
|
40
|
+
}
|
|
41
|
+
declare function AppearanceProvider({ initialSettings, disablePersistence, children, }: AppearanceProviderProps): react_jsx_runtime.JSX.Element;
|
|
42
|
+
declare function useAppearance(): AppearanceContextValue;
|
|
43
|
+
declare function initializeAppearance(settings?: Partial<AppearanceSettings>): void;
|
|
44
|
+
|
|
45
|
+
export { type AppearanceContextValue as A, type Brand as B, type Density as D, type NavPlacement as N, type Radius as R, type Theme as T, AppearanceProvider as a, type AppearanceProviderProps as b, type AppearanceSettings as c, hexToRgb as h, initializeAppearance as i, prefersReducedMotion as p, useAppearance as u };
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
+
import React__default from 'react';
|
|
3
|
+
|
|
4
|
+
type Theme = 'light' | 'light-contrast' | 'dark' | 'dark-contrast';
|
|
5
|
+
type Brand = 'default' | 'salesmind' | 'custom';
|
|
6
|
+
type NavPlacement = 'left' | 'right' | 'bottom';
|
|
7
|
+
type Density = 'comfortable' | 'compact';
|
|
8
|
+
type Radius = 'playful' | 'sharp';
|
|
9
|
+
interface AppearanceSettings {
|
|
10
|
+
theme: Theme;
|
|
11
|
+
brand: Brand;
|
|
12
|
+
navPlacement: NavPlacement;
|
|
13
|
+
density: Density;
|
|
14
|
+
radius: Radius;
|
|
15
|
+
/** Hex color for custom brand (e.g., "#ff2d8a") */
|
|
16
|
+
customColor: string;
|
|
17
|
+
}
|
|
18
|
+
interface AppearanceContextValue extends AppearanceSettings {
|
|
19
|
+
setTheme: (theme: Theme) => void;
|
|
20
|
+
setBrand: (brand: Brand) => void;
|
|
21
|
+
setNavPlacement: (nav: NavPlacement) => void;
|
|
22
|
+
setDensity: (density: Density) => void;
|
|
23
|
+
setRadius: (radius: Radius) => void;
|
|
24
|
+
setCustomColor: (color: string) => void;
|
|
25
|
+
setAppearance: (settings: Partial<AppearanceSettings>) => void;
|
|
26
|
+
resetToDefaults: () => void;
|
|
27
|
+
}
|
|
28
|
+
/** Detect system color scheme preference */
|
|
29
|
+
/** Convert hex color to RGB triplet string (e.g., "255, 45, 138") */
|
|
30
|
+
declare function hexToRgb(hex: string): string;
|
|
31
|
+
/** Check if user prefers reduced motion */
|
|
32
|
+
declare function prefersReducedMotion(): boolean;
|
|
33
|
+
interface AppearanceProviderProps {
|
|
34
|
+
/** Initial settings (overrides localStorage) */
|
|
35
|
+
initialSettings?: Partial<AppearanceSettings>;
|
|
36
|
+
/** Disable localStorage persistence */
|
|
37
|
+
disablePersistence?: boolean;
|
|
38
|
+
/** Children */
|
|
39
|
+
children: React__default.ReactNode;
|
|
40
|
+
}
|
|
41
|
+
declare function AppearanceProvider({ initialSettings, disablePersistence, children, }: AppearanceProviderProps): react_jsx_runtime.JSX.Element;
|
|
42
|
+
declare function useAppearance(): AppearanceContextValue;
|
|
43
|
+
declare function initializeAppearance(settings?: Partial<AppearanceSettings>): void;
|
|
44
|
+
|
|
45
|
+
export { type AppearanceContextValue as A, type Brand as B, type Density as D, type NavPlacement as N, type Radius as R, type Theme as T, AppearanceProvider as a, type AppearanceProviderProps as b, type AppearanceSettings as c, hexToRgb as h, initializeAppearance as i, prefersReducedMotion as p, useAppearance as u };
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import React__default from 'react';
|
|
2
|
+
|
|
3
|
+
interface BreadcrumbProps extends React__default.HTMLAttributes<HTMLElement> {
|
|
4
|
+
/** Override the default aria-label for the nav element. @default "Breadcrumb" */
|
|
5
|
+
'aria-label'?: string;
|
|
6
|
+
}
|
|
7
|
+
/**
|
|
8
|
+
* Navigation breadcrumb trail. Wrap `BreadcrumbList`, `BreadcrumbItem`,
|
|
9
|
+
* `BreadcrumbLink`, and `BreadcrumbPage` inside this root element.
|
|
10
|
+
*
|
|
11
|
+
* @example
|
|
12
|
+
* <Breadcrumb>
|
|
13
|
+
* <BreadcrumbList>
|
|
14
|
+
* <BreadcrumbItem>
|
|
15
|
+
* <BreadcrumbLink href="/">Home</BreadcrumbLink>
|
|
16
|
+
* </BreadcrumbItem>
|
|
17
|
+
* <BreadcrumbSeparator />
|
|
18
|
+
* <BreadcrumbItem>
|
|
19
|
+
* <BreadcrumbPage>Current</BreadcrumbPage>
|
|
20
|
+
* </BreadcrumbItem>
|
|
21
|
+
* </BreadcrumbList>
|
|
22
|
+
* </Breadcrumb>
|
|
23
|
+
*/
|
|
24
|
+
declare const Breadcrumb: React__default.ForwardRefExoticComponent<BreadcrumbProps & React__default.RefAttributes<HTMLElement>>;
|
|
25
|
+
type BreadcrumbListProps = React__default.OlHTMLAttributes<HTMLOListElement>;
|
|
26
|
+
declare const BreadcrumbList: React__default.ForwardRefExoticComponent<BreadcrumbListProps & React__default.RefAttributes<HTMLOListElement>>;
|
|
27
|
+
type BreadcrumbItemProps = React__default.LiHTMLAttributes<HTMLLIElement>;
|
|
28
|
+
declare const BreadcrumbItem: React__default.ForwardRefExoticComponent<BreadcrumbItemProps & React__default.RefAttributes<HTMLLIElement>>;
|
|
29
|
+
interface BreadcrumbLinkProps extends React__default.AnchorHTMLAttributes<HTMLAnchorElement> {
|
|
30
|
+
/**
|
|
31
|
+
* When true, renders its child as the root element via Radix Slot.
|
|
32
|
+
* Use this to compose with routing Link components.
|
|
33
|
+
*/
|
|
34
|
+
asChild?: boolean;
|
|
35
|
+
}
|
|
36
|
+
declare const BreadcrumbLink: React__default.ForwardRefExoticComponent<BreadcrumbLinkProps & React__default.RefAttributes<HTMLAnchorElement>>;
|
|
37
|
+
type BreadcrumbPageProps = React__default.HTMLAttributes<HTMLSpanElement>;
|
|
38
|
+
declare const BreadcrumbPage: React__default.ForwardRefExoticComponent<BreadcrumbPageProps & React__default.RefAttributes<HTMLSpanElement>>;
|
|
39
|
+
type BreadcrumbSeparatorProps = React__default.LiHTMLAttributes<HTMLLIElement>;
|
|
40
|
+
declare const BreadcrumbSeparator: React__default.ForwardRefExoticComponent<BreadcrumbSeparatorProps & React__default.RefAttributes<HTMLLIElement>>;
|
|
41
|
+
type BreadcrumbEllipsisProps = React__default.HTMLAttributes<HTMLSpanElement>;
|
|
42
|
+
declare const BreadcrumbEllipsis: React__default.ForwardRefExoticComponent<BreadcrumbEllipsisProps & React__default.RefAttributes<HTMLSpanElement>>;
|
|
43
|
+
|
|
44
|
+
export { Breadcrumb as B, BreadcrumbEllipsis as a, type BreadcrumbEllipsisProps as b, BreadcrumbItem as c, type BreadcrumbItemProps as d, BreadcrumbLink as e, type BreadcrumbLinkProps as f, BreadcrumbList as g, type BreadcrumbListProps as h, BreadcrumbPage as i, type BreadcrumbPageProps as j, type BreadcrumbProps as k, BreadcrumbSeparator as l, type BreadcrumbSeparatorProps as m };
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import React__default from 'react';
|
|
2
|
+
|
|
3
|
+
interface BreadcrumbProps extends React__default.HTMLAttributes<HTMLElement> {
|
|
4
|
+
/** Override the default aria-label for the nav element. @default "Breadcrumb" */
|
|
5
|
+
'aria-label'?: string;
|
|
6
|
+
}
|
|
7
|
+
/**
|
|
8
|
+
* Navigation breadcrumb trail. Wrap `BreadcrumbList`, `BreadcrumbItem`,
|
|
9
|
+
* `BreadcrumbLink`, and `BreadcrumbPage` inside this root element.
|
|
10
|
+
*
|
|
11
|
+
* @example
|
|
12
|
+
* <Breadcrumb>
|
|
13
|
+
* <BreadcrumbList>
|
|
14
|
+
* <BreadcrumbItem>
|
|
15
|
+
* <BreadcrumbLink href="/">Home</BreadcrumbLink>
|
|
16
|
+
* </BreadcrumbItem>
|
|
17
|
+
* <BreadcrumbSeparator />
|
|
18
|
+
* <BreadcrumbItem>
|
|
19
|
+
* <BreadcrumbPage>Current</BreadcrumbPage>
|
|
20
|
+
* </BreadcrumbItem>
|
|
21
|
+
* </BreadcrumbList>
|
|
22
|
+
* </Breadcrumb>
|
|
23
|
+
*/
|
|
24
|
+
declare const Breadcrumb: React__default.ForwardRefExoticComponent<BreadcrumbProps & React__default.RefAttributes<HTMLElement>>;
|
|
25
|
+
type BreadcrumbListProps = React__default.OlHTMLAttributes<HTMLOListElement>;
|
|
26
|
+
declare const BreadcrumbList: React__default.ForwardRefExoticComponent<BreadcrumbListProps & React__default.RefAttributes<HTMLOListElement>>;
|
|
27
|
+
type BreadcrumbItemProps = React__default.LiHTMLAttributes<HTMLLIElement>;
|
|
28
|
+
declare const BreadcrumbItem: React__default.ForwardRefExoticComponent<BreadcrumbItemProps & React__default.RefAttributes<HTMLLIElement>>;
|
|
29
|
+
interface BreadcrumbLinkProps extends React__default.AnchorHTMLAttributes<HTMLAnchorElement> {
|
|
30
|
+
/**
|
|
31
|
+
* When true, renders its child as the root element via Radix Slot.
|
|
32
|
+
* Use this to compose with routing Link components.
|
|
33
|
+
*/
|
|
34
|
+
asChild?: boolean;
|
|
35
|
+
}
|
|
36
|
+
declare const BreadcrumbLink: React__default.ForwardRefExoticComponent<BreadcrumbLinkProps & React__default.RefAttributes<HTMLAnchorElement>>;
|
|
37
|
+
type BreadcrumbPageProps = React__default.HTMLAttributes<HTMLSpanElement>;
|
|
38
|
+
declare const BreadcrumbPage: React__default.ForwardRefExoticComponent<BreadcrumbPageProps & React__default.RefAttributes<HTMLSpanElement>>;
|
|
39
|
+
type BreadcrumbSeparatorProps = React__default.LiHTMLAttributes<HTMLLIElement>;
|
|
40
|
+
declare const BreadcrumbSeparator: React__default.ForwardRefExoticComponent<BreadcrumbSeparatorProps & React__default.RefAttributes<HTMLLIElement>>;
|
|
41
|
+
type BreadcrumbEllipsisProps = React__default.HTMLAttributes<HTMLSpanElement>;
|
|
42
|
+
declare const BreadcrumbEllipsis: React__default.ForwardRefExoticComponent<BreadcrumbEllipsisProps & React__default.RefAttributes<HTMLSpanElement>>;
|
|
43
|
+
|
|
44
|
+
export { Breadcrumb as B, BreadcrumbEllipsis as a, type BreadcrumbEllipsisProps as b, BreadcrumbItem as c, type BreadcrumbItemProps as d, BreadcrumbLink as e, type BreadcrumbLinkProps as f, BreadcrumbList as g, type BreadcrumbListProps as h, BreadcrumbPage as i, type BreadcrumbPageProps as j, type BreadcrumbProps as k, BreadcrumbSeparator as l, type BreadcrumbSeparatorProps as m };
|
|
@@ -0,0 +1,311 @@
|
|
|
1
|
+
import React__default from 'react';
|
|
2
|
+
import { c as ReportMode, I as InsightType, A as AnalyticalState, D as DataStateDetails, s as TrendDirection } from './chart-types-BGVVO-zl.cjs';
|
|
3
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
4
|
+
|
|
5
|
+
interface ReportShellProps {
|
|
6
|
+
/** Report title */
|
|
7
|
+
title?: string;
|
|
8
|
+
/** Report subtitle or date range */
|
|
9
|
+
subtitle?: string;
|
|
10
|
+
/** Report mode (executive = minimal detail, analyst = full detail) */
|
|
11
|
+
mode?: ReportMode;
|
|
12
|
+
/** Brand variant for theming */
|
|
13
|
+
brand?: string;
|
|
14
|
+
/** Callback when mode changes */
|
|
15
|
+
onModeChange?: (mode: ReportMode) => void;
|
|
16
|
+
/** Report content */
|
|
17
|
+
children: React__default.ReactNode;
|
|
18
|
+
/** Header actions (export, share, etc.) */
|
|
19
|
+
actions?: React__default.ReactNode;
|
|
20
|
+
/** Additional CSS class */
|
|
21
|
+
className?: string;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* ReportShell is the root container for all reports.
|
|
25
|
+
* It provides mode context and establishes the report structure.
|
|
26
|
+
*/
|
|
27
|
+
declare const ReportShell: React__default.ForwardRefExoticComponent<ReportShellProps & React__default.RefAttributes<HTMLDivElement>>;
|
|
28
|
+
|
|
29
|
+
interface ExecutiveThesisProps {
|
|
30
|
+
/** The main thesis statement - the single most important finding */
|
|
31
|
+
thesis: string;
|
|
32
|
+
/** Supporting context for the thesis */
|
|
33
|
+
context?: string;
|
|
34
|
+
/** Key metric supporting the thesis */
|
|
35
|
+
metric?: {
|
|
36
|
+
label: string;
|
|
37
|
+
value: string | number;
|
|
38
|
+
trend?: 'up' | 'down' | 'neutral';
|
|
39
|
+
};
|
|
40
|
+
/** AI-generated indicator */
|
|
41
|
+
aiGenerated?: boolean;
|
|
42
|
+
/** Additional CSS class */
|
|
43
|
+
className?: string;
|
|
44
|
+
}
|
|
45
|
+
/**
|
|
46
|
+
* ExecutiveThesis displays the single most important finding of a report.
|
|
47
|
+
* There should be exactly ONE of these per report, at the top.
|
|
48
|
+
*
|
|
49
|
+
* Composition Rule: R1 - ExecutiveThesis MUST appear exactly once, at the top.
|
|
50
|
+
*/
|
|
51
|
+
declare const ExecutiveThesis: React__default.ForwardRefExoticComponent<ExecutiveThesisProps & React__default.RefAttributes<HTMLElement>>;
|
|
52
|
+
|
|
53
|
+
interface InsightBlockProps {
|
|
54
|
+
/** The type of insight - constrains allowed child charts */
|
|
55
|
+
type: InsightType;
|
|
56
|
+
/** The insight headline */
|
|
57
|
+
headline: string;
|
|
58
|
+
/** Supporting description */
|
|
59
|
+
description?: string;
|
|
60
|
+
/** Confidence score (0-100) */
|
|
61
|
+
confidence?: number;
|
|
62
|
+
/** Methodology notes (shown in analyst mode) */
|
|
63
|
+
methodology?: string;
|
|
64
|
+
/** Evidence charts (max 3 per composition rules) */
|
|
65
|
+
children: React__default.ReactNode;
|
|
66
|
+
/** Additional CSS class */
|
|
67
|
+
className?: string;
|
|
68
|
+
}
|
|
69
|
+
/**
|
|
70
|
+
* InsightBlock groups an insight with its supporting evidence.
|
|
71
|
+
*
|
|
72
|
+
* Composition Rules:
|
|
73
|
+
* - R2: InsightBlock MUST precede any chart it references
|
|
74
|
+
* - R3: Charts CANNOT appear without a parent InsightBlock
|
|
75
|
+
* - R6: Max 3 charts per InsightBlock
|
|
76
|
+
*/
|
|
77
|
+
declare const InsightBlock: React__default.ForwardRefExoticComponent<InsightBlockProps & React__default.RefAttributes<HTMLElement>>;
|
|
78
|
+
|
|
79
|
+
interface EvidenceGroupProps {
|
|
80
|
+
/** Group title */
|
|
81
|
+
title?: string;
|
|
82
|
+
/** Layout direction */
|
|
83
|
+
layout?: 'row' | 'column' | 'grid';
|
|
84
|
+
/** Number of columns for grid layout */
|
|
85
|
+
columns?: 1 | 2 | 3;
|
|
86
|
+
/** Evidence charts (max 3 per composition rules) */
|
|
87
|
+
children: React__default.ReactNode;
|
|
88
|
+
/** Additional CSS class */
|
|
89
|
+
className?: string;
|
|
90
|
+
}
|
|
91
|
+
/**
|
|
92
|
+
* EvidenceGroup contains related charts under an InsightBlock.
|
|
93
|
+
*
|
|
94
|
+
* Composition Rule: R6 - Max 3 charts per InsightBlock (enforced via EvidenceGroup)
|
|
95
|
+
*/
|
|
96
|
+
declare const EvidenceGroup: React__default.ForwardRefExoticComponent<EvidenceGroupProps & React__default.RefAttributes<HTMLDivElement>>;
|
|
97
|
+
|
|
98
|
+
interface ConfidenceIndicatorProps {
|
|
99
|
+
/** Confidence score (0-100) */
|
|
100
|
+
score: number;
|
|
101
|
+
/** Show the numeric score */
|
|
102
|
+
showScore?: boolean;
|
|
103
|
+
/** Show the label */
|
|
104
|
+
showLabel?: boolean;
|
|
105
|
+
/** Size variant */
|
|
106
|
+
size?: 'sm' | 'md' | 'lg';
|
|
107
|
+
/** Additional CSS class */
|
|
108
|
+
className?: string;
|
|
109
|
+
}
|
|
110
|
+
/**
|
|
111
|
+
* ConfidenceIndicator displays the reliability score of an insight or data point.
|
|
112
|
+
* This is a guardrail component that helps users understand data quality.
|
|
113
|
+
*/
|
|
114
|
+
declare const ConfidenceIndicator: React__default.ForwardRefExoticComponent<ConfidenceIndicatorProps & React__default.RefAttributes<HTMLDivElement>>;
|
|
115
|
+
|
|
116
|
+
interface DataCoverageBadgeProps {
|
|
117
|
+
/** Current sample size */
|
|
118
|
+
sampleSize: number;
|
|
119
|
+
/** Required minimum sample size */
|
|
120
|
+
requiredSize?: number;
|
|
121
|
+
/** Date range covered */
|
|
122
|
+
dateRange?: {
|
|
123
|
+
start: string;
|
|
124
|
+
end: string;
|
|
125
|
+
};
|
|
126
|
+
/** Show date range */
|
|
127
|
+
showDateRange?: boolean;
|
|
128
|
+
/** Size variant */
|
|
129
|
+
size?: 'sm' | 'md';
|
|
130
|
+
/** Additional CSS class */
|
|
131
|
+
className?: string;
|
|
132
|
+
}
|
|
133
|
+
/**
|
|
134
|
+
* DataCoverageBadge shows the sample size and optionally the date range of the data.
|
|
135
|
+
* This is a guardrail component that helps users understand data coverage.
|
|
136
|
+
*/
|
|
137
|
+
declare const DataCoverageBadge: React__default.ForwardRefExoticComponent<DataCoverageBadgeProps & React__default.RefAttributes<HTMLDivElement>>;
|
|
138
|
+
|
|
139
|
+
interface DataStateIndicatorProps {
|
|
140
|
+
/** Current analytical state */
|
|
141
|
+
state: AnalyticalState;
|
|
142
|
+
/** Additional details about the state */
|
|
143
|
+
details?: DataStateDetails;
|
|
144
|
+
/** Show full details or compact */
|
|
145
|
+
variant?: 'compact' | 'full';
|
|
146
|
+
/** Action button handler */
|
|
147
|
+
onAction?: () => void;
|
|
148
|
+
/** Additional CSS class */
|
|
149
|
+
className?: string;
|
|
150
|
+
}
|
|
151
|
+
/**
|
|
152
|
+
* DataStateIndicator shows the analytical state of data (valid, insufficient, etc.).
|
|
153
|
+
* This is a guardrail component that prevents misleading outputs.
|
|
154
|
+
*/
|
|
155
|
+
declare const DataStateIndicator: React__default.ForwardRefExoticComponent<DataStateIndicatorProps & React__default.RefAttributes<HTMLDivElement>>;
|
|
156
|
+
|
|
157
|
+
/** Translatable labels for the MethodologyNote component. */
|
|
158
|
+
interface MethodologyNoteLabels {
|
|
159
|
+
/** Title text and aria-label. @default "Methodology" */
|
|
160
|
+
title?: string;
|
|
161
|
+
/** Label for the sample size row. @default "Sample Size" */
|
|
162
|
+
sampleSize?: string;
|
|
163
|
+
/** Label for the data sources row. @default "Data Sources" */
|
|
164
|
+
dataSources?: string;
|
|
165
|
+
/** Label for the calculation row. @default "Calculation" */
|
|
166
|
+
calculation?: string;
|
|
167
|
+
}
|
|
168
|
+
interface MethodologyNoteProps {
|
|
169
|
+
/** Methodology description */
|
|
170
|
+
children: React__default.ReactNode;
|
|
171
|
+
/** Sample size (triggers automatic display if < 100) */
|
|
172
|
+
sampleSize?: number;
|
|
173
|
+
/** Data sources used */
|
|
174
|
+
sources?: string[];
|
|
175
|
+
/** Calculation method */
|
|
176
|
+
calculation?: string;
|
|
177
|
+
/** Always show regardless of mode */
|
|
178
|
+
forceShow?: boolean;
|
|
179
|
+
/** Additional CSS class */
|
|
180
|
+
className?: string;
|
|
181
|
+
/** Override default English labels for i18n. */
|
|
182
|
+
labels?: MethodologyNoteLabels;
|
|
183
|
+
}
|
|
184
|
+
/**
|
|
185
|
+
* MethodologyNote documents how data was collected and calculated.
|
|
186
|
+
*
|
|
187
|
+
* Composition Rule: R4 - MethodologyNote MUST appear if sample size < 100
|
|
188
|
+
*/
|
|
189
|
+
declare const MethodologyNote: React__default.ForwardRefExoticComponent<MethodologyNoteProps & React__default.RefAttributes<HTMLElement>>;
|
|
190
|
+
|
|
191
|
+
interface CaveatBlockProps {
|
|
192
|
+
/** Caveat title/summary */
|
|
193
|
+
title?: string;
|
|
194
|
+
/** Caveat details */
|
|
195
|
+
children: React__default.ReactNode;
|
|
196
|
+
/** Severity level */
|
|
197
|
+
severity?: 'info' | 'warning' | 'critical';
|
|
198
|
+
/** Confidence score that triggered this caveat */
|
|
199
|
+
confidence?: number;
|
|
200
|
+
/** Always show regardless of mode */
|
|
201
|
+
forceShow?: boolean;
|
|
202
|
+
/** Additional CSS class */
|
|
203
|
+
className?: string;
|
|
204
|
+
}
|
|
205
|
+
/**
|
|
206
|
+
* CaveatBlock displays limitations and warnings about the data or analysis.
|
|
207
|
+
*
|
|
208
|
+
* Composition Rule: Required if confidence < 70%
|
|
209
|
+
*/
|
|
210
|
+
declare const CaveatBlock: React__default.ForwardRefExoticComponent<CaveatBlockProps & React__default.RefAttributes<HTMLElement>>;
|
|
211
|
+
|
|
212
|
+
interface KeyMetricProps {
|
|
213
|
+
/** Metric title/label */
|
|
214
|
+
title: string;
|
|
215
|
+
/** Primary value */
|
|
216
|
+
value: string | number;
|
|
217
|
+
/** Value prefix (e.g., '$', '#') */
|
|
218
|
+
prefix?: string;
|
|
219
|
+
/** Value suffix (e.g., '%', 'users') */
|
|
220
|
+
suffix?: string;
|
|
221
|
+
/** Trend indicator */
|
|
222
|
+
trend?: {
|
|
223
|
+
value: number;
|
|
224
|
+
direction: TrendDirection;
|
|
225
|
+
label?: string;
|
|
226
|
+
};
|
|
227
|
+
/** Secondary metric */
|
|
228
|
+
secondary?: {
|
|
229
|
+
label: string;
|
|
230
|
+
value: string | number;
|
|
231
|
+
};
|
|
232
|
+
/** Sample size for data state */
|
|
233
|
+
sampleSize?: number;
|
|
234
|
+
/** Confidence score */
|
|
235
|
+
confidence?: number;
|
|
236
|
+
/** Click handler for drill-down */
|
|
237
|
+
onClick?: () => void;
|
|
238
|
+
/** Loading state */
|
|
239
|
+
loading?: boolean;
|
|
240
|
+
/** Size variant */
|
|
241
|
+
size?: 'sm' | 'md' | 'lg';
|
|
242
|
+
/** Additional CSS class */
|
|
243
|
+
className?: string;
|
|
244
|
+
}
|
|
245
|
+
/**
|
|
246
|
+
* KeyMetric displays a single KPI with trend indicator and optional drill-down.
|
|
247
|
+
* This is an analytical component with built-in data state awareness.
|
|
248
|
+
*/
|
|
249
|
+
declare const KeyMetric: React__default.ForwardRefExoticComponent<KeyMetricProps & React__default.RefAttributes<HTMLDivElement>>;
|
|
250
|
+
|
|
251
|
+
interface TrendIndicatorProps {
|
|
252
|
+
/** Percentage change */
|
|
253
|
+
value: number;
|
|
254
|
+
/** Override direction (auto-detected from value) */
|
|
255
|
+
direction?: TrendDirection;
|
|
256
|
+
/** Positive is good (green) or bad (red) */
|
|
257
|
+
positiveIsGood?: boolean;
|
|
258
|
+
/** Show arrow icon */
|
|
259
|
+
showIcon?: boolean;
|
|
260
|
+
/** Show the percentage sign */
|
|
261
|
+
showPercent?: boolean;
|
|
262
|
+
/** Size */
|
|
263
|
+
size?: 'sm' | 'md' | 'lg';
|
|
264
|
+
/** Additional CSS class */
|
|
265
|
+
className?: string;
|
|
266
|
+
}
|
|
267
|
+
/**
|
|
268
|
+
* TrendIndicator shows directional change with color coding.
|
|
269
|
+
* Requires at least 2 data points to be meaningful.
|
|
270
|
+
*/
|
|
271
|
+
declare const TrendIndicator: React__default.ForwardRefExoticComponent<TrendIndicatorProps & React__default.RefAttributes<HTMLSpanElement>>;
|
|
272
|
+
|
|
273
|
+
type ExportFormat = 'pdf' | 'csv' | 'xlsx' | 'pptx' | 'png' | 'json';
|
|
274
|
+
interface ExportOption {
|
|
275
|
+
/** Export format */
|
|
276
|
+
format: ExportFormat;
|
|
277
|
+
/** Display label */
|
|
278
|
+
label: string;
|
|
279
|
+
/** Optional description */
|
|
280
|
+
description?: string;
|
|
281
|
+
/** Whether this option is disabled */
|
|
282
|
+
disabled?: boolean;
|
|
283
|
+
}
|
|
284
|
+
interface ExportMenuProps {
|
|
285
|
+
/** Available export options */
|
|
286
|
+
options?: ExportOption[];
|
|
287
|
+
/** Callback when an export option is selected */
|
|
288
|
+
onExport: (format: ExportFormat) => void;
|
|
289
|
+
/** Whether export is currently in progress */
|
|
290
|
+
isExporting?: boolean;
|
|
291
|
+
/** Button label */
|
|
292
|
+
label?: string;
|
|
293
|
+
/** Button size */
|
|
294
|
+
size?: 'sm' | 'md' | 'lg';
|
|
295
|
+
/** Button variant */
|
|
296
|
+
variant?: 'primary' | 'secondary' | 'outline';
|
|
297
|
+
/** Additional CSS class */
|
|
298
|
+
className?: string;
|
|
299
|
+
/** Disabled state */
|
|
300
|
+
disabled?: boolean;
|
|
301
|
+
}
|
|
302
|
+
/**
|
|
303
|
+
* ExportMenu provides a dropdown for exporting reports in various formats.
|
|
304
|
+
* This is an interface-only component - actual export logic is implemented at the app layer.
|
|
305
|
+
*/
|
|
306
|
+
declare function ExportMenu({ options, onExport, isExporting, label, size, variant, className, disabled, }: ExportMenuProps): react_jsx_runtime.JSX.Element;
|
|
307
|
+
declare namespace ExportMenu {
|
|
308
|
+
var displayName: string;
|
|
309
|
+
}
|
|
310
|
+
|
|
311
|
+
export { CaveatBlock as C, DataCoverageBadge as D, EvidenceGroup as E, InsightBlock as I, KeyMetric as K, MethodologyNote as M, ReportShell as R, TrendIndicator as T, type CaveatBlockProps as a, ConfidenceIndicator as b, type ConfidenceIndicatorProps as c, type DataCoverageBadgeProps as d, DataStateIndicator as e, type DataStateIndicatorProps as f, type EvidenceGroupProps as g, ExecutiveThesis as h, type ExecutiveThesisProps as i, type ExportFormat as j, ExportMenu as k, type ExportMenuProps as l, type ExportOption as m, type InsightBlockProps as n, type KeyMetricProps as o, type MethodologyNoteLabels as p, type MethodologyNoteProps as q, type ReportShellProps as r, type TrendIndicatorProps as s };
|