@electroplix/components 0.3.1 → 0.5.0-alpha.2
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 +66 -0
- package/LICENSE +21 -0
- package/README.md +130 -516
- package/SECURITY.md +19 -0
- package/cli.cjs +510 -485
- package/dist/config.d.ts +73 -0
- package/dist/config.esm.js +229 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.esm.js +8644 -7781
- package/dist/package.json +97 -0
- package/dist/src/components/blog/index.d.ts +5 -5
- package/dist/src/components/blog/index.d.ts.map +1 -1
- package/dist/src/components/buttons/index.d.ts +19 -15
- package/dist/src/components/buttons/index.d.ts.map +1 -1
- package/dist/src/components/content/BlockquoteTestimonial.d.ts +1 -1
- package/dist/src/components/content/BlockquoteTestimonial.d.ts.map +1 -1
- package/dist/src/components/content/CalloutBox.d.ts +4 -3
- package/dist/src/components/content/CalloutBox.d.ts.map +1 -1
- package/dist/src/components/content/HeadingSection.d.ts +2 -2
- package/dist/src/components/content/HeadingSection.d.ts.map +1 -1
- package/dist/src/components/content/InlineCodeText.d.ts +4 -3
- package/dist/src/components/content/InlineCodeText.d.ts.map +1 -1
- package/dist/src/components/content/ParagraphBlock.d.ts +5 -4
- package/dist/src/components/content/ParagraphBlock.d.ts.map +1 -1
- package/dist/src/components/content/RichMarkdown.d.ts +4 -3
- package/dist/src/components/content/RichMarkdown.d.ts.map +1 -1
- package/dist/src/components/content/TeamGrid.d.ts +1 -1
- package/dist/src/components/content/TeamGrid.d.ts.map +1 -1
- package/dist/src/components/content/index.d.ts +7 -7
- package/dist/src/components/content/index.d.ts.map +1 -1
- package/dist/src/components/data-display/Badge.d.ts +5 -4
- package/dist/src/components/data-display/Badge.d.ts.map +1 -1
- package/dist/src/components/data-display/BadgeGroup.d.ts +4 -3
- package/dist/src/components/data-display/BadgeGroup.d.ts.map +1 -1
- package/dist/src/components/data-display/BarChart.d.ts.map +1 -1
- package/dist/src/components/data-display/CalendarGrid.d.ts +1 -1
- package/dist/src/components/data-display/CalendarGrid.d.ts.map +1 -1
- package/dist/src/components/data-display/DataTable.d.ts +3 -3
- package/dist/src/components/data-display/DataTable.d.ts.map +1 -1
- package/dist/src/components/data-display/LineChart.d.ts.map +1 -1
- package/dist/src/components/data-display/PieChart.d.ts +1 -1
- package/dist/src/components/data-display/PieChart.d.ts.map +1 -1
- package/dist/src/components/data-display/ProgressBar.d.ts.map +1 -1
- package/dist/src/components/data-display/RatingStars.d.ts.map +1 -1
- package/dist/src/components/data-display/Sparkline.d.ts.map +1 -1
- package/dist/src/components/data-display/Timeline.d.ts +1 -1
- package/dist/src/components/data-display/Timeline.d.ts.map +1 -1
- package/dist/src/components/data-display/index.d.ts +11 -11
- package/dist/src/components/data-display/index.d.ts.map +1 -1
- package/dist/src/components/ecommerce/index.d.ts +10 -10
- package/dist/src/components/ecommerce/index.d.ts.map +1 -1
- package/dist/src/components/forms/AddressAutocomplete.d.ts +1 -1
- package/dist/src/components/forms/AddressAutocomplete.d.ts.map +1 -1
- package/dist/src/components/forms/Captcha.d.ts +2 -2
- package/dist/src/components/forms/Captcha.d.ts.map +1 -1
- package/dist/src/components/forms/ContactForm.d.ts +1 -1
- package/dist/src/components/forms/ContactForm.d.ts.map +1 -1
- package/dist/src/components/forms/DateTimePicker.d.ts +2 -2
- package/dist/src/components/forms/DateTimePicker.d.ts.map +1 -1
- package/dist/src/components/forms/FileUploader.d.ts +1 -1
- package/dist/src/components/forms/FileUploader.d.ts.map +1 -1
- package/dist/src/components/forms/FormShell.d.ts +1 -1
- package/dist/src/components/forms/FormShell.d.ts.map +1 -1
- package/dist/src/components/forms/InputField.d.ts +1 -1
- package/dist/src/components/forms/InputField.d.ts.map +1 -1
- package/dist/src/components/forms/MultiStepWizard.d.ts +1 -1
- package/dist/src/components/forms/MultiStepWizard.d.ts.map +1 -1
- package/dist/src/components/forms/NewsletterSignup.d.ts +1 -1
- package/dist/src/components/forms/NewsletterSignup.d.ts.map +1 -1
- package/dist/src/components/forms/RadioGroup.d.ts +1 -1
- package/dist/src/components/forms/RadioGroup.d.ts.map +1 -1
- package/dist/src/components/forms/SelectDropdown.d.ts +1 -1
- package/dist/src/components/forms/SelectDropdown.d.ts.map +1 -1
- package/dist/src/components/forms/TextAreaField.d.ts +1 -1
- package/dist/src/components/forms/TextAreaField.d.ts.map +1 -1
- package/dist/src/components/forms/ToggleSwitch.d.ts +1 -1
- package/dist/src/components/forms/ToggleSwitch.d.ts.map +1 -1
- package/dist/src/components/forms/ValidationWrapper.d.ts +1 -1
- package/dist/src/components/forms/ValidationWrapper.d.ts.map +1 -1
- package/dist/src/components/forms/index.d.ts +28 -28
- package/dist/src/components/forms/index.d.ts.map +1 -1
- package/dist/src/components/hero/CTAOverlayHero.d.ts +1 -1
- package/dist/src/components/hero/CTAOverlayHero.d.ts.map +1 -1
- package/dist/src/components/hero/CarouselHero.d.ts +1 -1
- package/dist/src/components/hero/CarouselHero.d.ts.map +1 -1
- package/dist/src/components/hero/HeroShell.d.ts +1 -1
- package/dist/src/components/hero/HeroShell.d.ts.map +1 -1
- package/dist/src/components/hero/PatternedHero.d.ts +2 -2
- package/dist/src/components/hero/PatternedHero.d.ts.map +1 -1
- package/dist/src/components/hero/SplitHero.d.ts +1 -1
- package/dist/src/components/hero/SplitHero.d.ts.map +1 -1
- package/dist/src/components/hero/StaticHero.d.ts +2 -2
- package/dist/src/components/hero/StaticHero.d.ts.map +1 -1
- package/dist/src/components/hero/VideoHeaderHero.d.ts +1 -1
- package/dist/src/components/hero/VideoHeaderHero.d.ts.map +1 -1
- package/dist/src/components/hero/index.d.ts +14 -14
- package/dist/src/components/hero/index.d.ts.map +1 -1
- package/dist/src/components/lists-cards/index.d.ts +5 -5
- package/dist/src/components/lists-cards/index.d.ts.map +1 -1
- package/dist/src/components/marketing/index.d.ts +10 -10
- package/dist/src/components/marketing/index.d.ts.map +1 -1
- package/dist/src/components/media/index.d.ts +12 -12
- package/dist/src/components/media/index.d.ts.map +1 -1
- package/dist/src/components/miscellaneous/index.d.ts +4 -4
- package/dist/src/components/miscellaneous/index.d.ts.map +1 -1
- package/dist/src/components/modals/index.d.ts +12 -12
- package/dist/src/components/modals/index.d.ts.map +1 -1
- package/dist/src/components/navigation/AnchorLinks.d.ts +2 -2
- package/dist/src/components/navigation/AnchorLinks.d.ts.map +1 -1
- package/dist/src/components/navigation/Breadcrumbs.d.ts +1 -1
- package/dist/src/components/navigation/Breadcrumbs.d.ts.map +1 -1
- package/dist/src/components/navigation/Footer.d.ts +1 -1
- package/dist/src/components/navigation/Footer.d.ts.map +1 -1
- package/dist/src/components/navigation/LanguageSelector.d.ts +1 -1
- package/dist/src/components/navigation/LanguageSelector.d.ts.map +1 -1
- package/dist/src/components/navigation/MegaMenu.d.ts +1 -1
- package/dist/src/components/navigation/MegaMenu.d.ts.map +1 -1
- package/dist/src/components/navigation/Pagination.d.ts.map +1 -1
- package/dist/src/components/navigation/PrimaryNav.d.ts.map +1 -1
- package/dist/src/components/navigation/SideDrawerNav.d.ts +2 -2
- package/dist/src/components/navigation/SideDrawerNav.d.ts.map +1 -1
- package/dist/src/components/navigation/SidebarMenu.d.ts +1 -1
- package/dist/src/components/navigation/SidebarMenu.d.ts.map +1 -1
- package/dist/src/components/navigation/Stepper.d.ts +1 -1
- package/dist/src/components/navigation/Stepper.d.ts.map +1 -1
- package/dist/src/components/navigation/Tabs.d.ts +2 -2
- package/dist/src/components/navigation/Tabs.d.ts.map +1 -1
- package/dist/src/components/navigation/index.d.ts +22 -22
- package/dist/src/components/navigation/index.d.ts.map +1 -1
- package/dist/src/components/onboarding/index.d.ts +9 -9
- package/dist/src/components/onboarding/index.d.ts.map +1 -1
- package/dist/src/components/search/index.d.ts +2 -2
- package/dist/src/components/search/index.d.ts.map +1 -1
- package/dist/src/components/site-identity/index.d.ts +4 -4
- package/dist/src/components/site-identity/index.d.ts.map +1 -1
- package/dist/src/components/social/index.d.ts +7 -7
- package/dist/src/components/social/index.d.ts.map +1 -1
- package/dist/src/components/user-accounts/index.d.ts +7 -7
- package/dist/src/components/user-accounts/index.d.ts.map +1 -1
- package/dist/src/core/config.d.ts +1 -1
- package/dist/src/core/config.d.ts.map +1 -1
- package/dist/src/core/icons.d.ts +1 -1
- package/dist/src/core/icons.d.ts.map +1 -1
- package/dist/src/core/index.d.ts +7 -7
- package/dist/src/core/index.d.ts.map +1 -1
- package/dist/src/core/provider.d.ts +20 -20
- package/dist/src/core/provider.d.ts.map +1 -1
- package/dist/src/core/types.d.ts +4 -4
- package/dist/src/core/types.d.ts.map +1 -1
- package/dist/src/core/utils.d.ts +1 -1
- package/dist/src/core/utils.d.ts.map +1 -1
- package/dist/src/index.d.ts +19 -19
- package/dist/src/index.d.ts.map +1 -1
- package/metadata/blog.json +807 -0
- package/metadata/buttons.json +2186 -0
- package/metadata/content.json +1152 -0
- package/metadata/data-display.json +822 -0
- package/metadata/ecommerce.json +1059 -0
- package/metadata/forms.json +2637 -0
- package/metadata/hero.json +1401 -0
- package/metadata/lists-cards.json +848 -0
- package/metadata/marketing.json +1235 -0
- package/metadata/media.json +800 -0
- package/metadata/miscellaneous.json +778 -0
- package/metadata/modals.json +954 -0
- package/metadata/navigation.json +1348 -0
- package/metadata/onboarding.json +615 -0
- package/metadata/search.json +559 -0
- package/metadata/site-identity.json +555 -0
- package/metadata/social.json +654 -0
- package/metadata/user-accounts.json +727 -0
- package/package.json +97 -85
- package/dist/README.md +0 -35
- package/dist/src/__tests__/test-utils.d.ts +0 -8
- package/dist/src/__tests__/test-utils.d.ts.map +0 -1
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@electroplix/components",
|
|
3
|
+
"version": "0.5.0-alpha.1",
|
|
4
|
+
"description": "Parametric, config-driven UI components by Electroplix. 158+ components across 18 categories — navigation, hero, buttons, forms, content, data display, ecommerce, lists/cards, marketing, media, miscellaneous, modals, onboarding, search, site-identity, social, user-accounts, and blog. AI-builder-ready metadata included.",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"license": "MIT",
|
|
7
|
+
"repository": {
|
|
8
|
+
"type": "git",
|
|
9
|
+
"url": "https://github.com/electroplix/Design-System.git",
|
|
10
|
+
"directory": "packages/components"
|
|
11
|
+
},
|
|
12
|
+
"sideEffects": false,
|
|
13
|
+
"main": "./dist/index.esm.js",
|
|
14
|
+
"module": "./index.esm.js",
|
|
15
|
+
"types": "./dist/index.d.ts",
|
|
16
|
+
"bin": {
|
|
17
|
+
"electroplix-components": "./cli.cjs"
|
|
18
|
+
},
|
|
19
|
+
"exports": {
|
|
20
|
+
"./package.json": "./package.json",
|
|
21
|
+
".": {
|
|
22
|
+
"@electroplix-ds/source": "./src/index.ts",
|
|
23
|
+
"types": "./dist/index.d.ts",
|
|
24
|
+
"import": "./dist/index.esm.js",
|
|
25
|
+
"default": "./dist/index.esm.js"
|
|
26
|
+
},
|
|
27
|
+
"./config": {
|
|
28
|
+
"types": "./dist/config.d.ts",
|
|
29
|
+
"import": "./dist/config.esm.js",
|
|
30
|
+
"default": "./dist/config.esm.js"
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
"typesVersions": {
|
|
34
|
+
"*": {
|
|
35
|
+
"config": [
|
|
36
|
+
"./dist/config.d.ts"
|
|
37
|
+
]
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
"files": [
|
|
41
|
+
"dist",
|
|
42
|
+
"cli.cjs",
|
|
43
|
+
"metadata",
|
|
44
|
+
"README.md",
|
|
45
|
+
"CHANGELOG.md",
|
|
46
|
+
"LICENSE",
|
|
47
|
+
"SECURITY.md",
|
|
48
|
+
"!**/*.tsbuildinfo"
|
|
49
|
+
],
|
|
50
|
+
"homepage": "https://electroplix.com",
|
|
51
|
+
"engines": {
|
|
52
|
+
"node": ">=18.0.0"
|
|
53
|
+
},
|
|
54
|
+
"author": "Electroplix",
|
|
55
|
+
"peerDependencies": {
|
|
56
|
+
"react": ">=19.2.5 <20",
|
|
57
|
+
"react-dom": ">=19.2.5 <20"
|
|
58
|
+
},
|
|
59
|
+
"peerDependenciesMeta": {
|
|
60
|
+
"react-dom": {
|
|
61
|
+
"optional": true
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
"keywords": [
|
|
65
|
+
"react",
|
|
66
|
+
"components",
|
|
67
|
+
"ui",
|
|
68
|
+
"ui-kit",
|
|
69
|
+
"design-system",
|
|
70
|
+
"navbar",
|
|
71
|
+
"hero",
|
|
72
|
+
"buttons",
|
|
73
|
+
"forms",
|
|
74
|
+
"modals",
|
|
75
|
+
"ecommerce",
|
|
76
|
+
"charts",
|
|
77
|
+
"data-display",
|
|
78
|
+
"marketing",
|
|
79
|
+
"media",
|
|
80
|
+
"social",
|
|
81
|
+
"blog",
|
|
82
|
+
"search",
|
|
83
|
+
"onboarding",
|
|
84
|
+
"navigation",
|
|
85
|
+
"electroplix",
|
|
86
|
+
"configurable",
|
|
87
|
+
"parametric",
|
|
88
|
+
"theme",
|
|
89
|
+
"dark-mode",
|
|
90
|
+
"inline-svg",
|
|
91
|
+
"zero-dependency"
|
|
92
|
+
],
|
|
93
|
+
"scripts": {
|
|
94
|
+
"sync-metadata": "node scripts/sync-metadata.mjs",
|
|
95
|
+
"sync-metadata:dry": "node scripts/sync-metadata.mjs --dry-run"
|
|
96
|
+
}
|
|
97
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React from
|
|
1
|
+
import type React from 'react';
|
|
2
2
|
export interface BlogPost {
|
|
3
3
|
id: string;
|
|
4
4
|
title: string;
|
|
@@ -17,7 +17,7 @@ export interface BlogPost {
|
|
|
17
17
|
export interface BlogCardProps {
|
|
18
18
|
post: BlogPost;
|
|
19
19
|
onClick?: (post: BlogPost) => void;
|
|
20
|
-
variant?:
|
|
20
|
+
variant?: 'vertical' | 'horizontal';
|
|
21
21
|
}
|
|
22
22
|
export declare function BlogCard({ post, onClick, variant }: BlogCardProps): import("react/jsx-runtime").JSX.Element;
|
|
23
23
|
export interface AuthorBylineProps {
|
|
@@ -61,7 +61,7 @@ export interface RelatedPostsProps {
|
|
|
61
61
|
title?: string;
|
|
62
62
|
onPostClick?: (post: BlogPost) => void;
|
|
63
63
|
}
|
|
64
|
-
export declare function RelatedPosts({ posts, title, onPostClick }: RelatedPostsProps): import("react/jsx-runtime").JSX.Element;
|
|
64
|
+
export declare function RelatedPosts({ posts, title, onPostClick, }: RelatedPostsProps): import("react/jsx-runtime").JSX.Element;
|
|
65
65
|
export interface ArchiveGroup {
|
|
66
66
|
label: string;
|
|
67
67
|
posts: BlogPost[];
|
|
@@ -80,9 +80,9 @@ export interface BlogComment {
|
|
|
80
80
|
replies?: BlogComment[];
|
|
81
81
|
}
|
|
82
82
|
export interface CommentsSectionProps {
|
|
83
|
-
comments
|
|
83
|
+
comments?: BlogComment[];
|
|
84
84
|
onSubmit?: (text: string, parentId?: string) => void;
|
|
85
85
|
title?: string;
|
|
86
86
|
}
|
|
87
|
-
export declare function CommentsSection({ comments, onSubmit, title }: CommentsSectionProps): import("react/jsx-runtime").JSX.Element;
|
|
87
|
+
export declare function CommentsSection({ comments, onSubmit, title, }: CommentsSectionProps): import("react/jsx-runtime").JSX.Element;
|
|
88
88
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/blog/index.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import React from
|
|
2
|
-
import type { IconName } from
|
|
1
|
+
import type React from 'react';
|
|
2
|
+
import type { IconName } from '../../core/icons';
|
|
3
3
|
export type ButtonBaseProps = {
|
|
4
4
|
label?: string;
|
|
5
|
+
children?: React.ReactNode;
|
|
5
6
|
onClick?: () => void;
|
|
6
7
|
bgColor?: string;
|
|
7
8
|
textColor?: string;
|
|
@@ -27,6 +28,7 @@ export type ButtonBaseProps = {
|
|
|
27
28
|
transitionDuration?: number;
|
|
28
29
|
className?: string;
|
|
29
30
|
style?: React.CSSProperties;
|
|
31
|
+
ariaLabel?: string;
|
|
30
32
|
};
|
|
31
33
|
export declare const baseBtn: (p: ButtonBaseProps) => React.CSSProperties;
|
|
32
34
|
export declare function PrimaryButton(p: ButtonBaseProps): import("react/jsx-runtime").JSX.Element;
|
|
@@ -36,16 +38,21 @@ export type IconButtonProps = ButtonBaseProps & {
|
|
|
36
38
|
size?: number;
|
|
37
39
|
};
|
|
38
40
|
export declare function IconButton(p: IconButtonProps): import("react/jsx-runtime").JSX.Element;
|
|
39
|
-
export type
|
|
40
|
-
|
|
41
|
+
export type ButtonProps = ButtonBaseProps & {
|
|
42
|
+
variant?: 'primary' | 'secondary' | 'tertiary' | 'icon';
|
|
43
|
+
};
|
|
44
|
+
export declare function Button({ variant, ...props }: ButtonProps): import("react/jsx-runtime").JSX.Element;
|
|
45
|
+
export { PrimaryButton as ButtonAlias };
|
|
46
|
+
export declare function FloatingActionButton(p: ButtonBaseProps & {
|
|
47
|
+
position?: 'bottom-right' | 'bottom-left';
|
|
41
48
|
offset?: number;
|
|
42
49
|
fixed?: boolean;
|
|
43
|
-
};
|
|
44
|
-
export declare function FloatingActionButton(p: FabProps): import("react/jsx-runtime").JSX.Element;
|
|
50
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
45
51
|
export type GroupButtonItem = ButtonBaseProps & {
|
|
46
52
|
active?: boolean;
|
|
53
|
+
id?: string | number;
|
|
47
54
|
};
|
|
48
|
-
export
|
|
55
|
+
export declare function ButtonGroup(p: {
|
|
49
56
|
buttons: GroupButtonItem[];
|
|
50
57
|
toggle?: boolean;
|
|
51
58
|
onChange?: (index: number) => void;
|
|
@@ -56,16 +63,13 @@ export type ButtonGroupProps = {
|
|
|
56
63
|
gap?: number;
|
|
57
64
|
className?: string;
|
|
58
65
|
style?: React.CSSProperties;
|
|
59
|
-
};
|
|
60
|
-
export declare function ButtonGroup(p: ButtonGroupProps): import("react/jsx-runtime").JSX.Element;
|
|
66
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
61
67
|
export declare function LoadingButton(p: ButtonBaseProps): import("react/jsx-runtime").JSX.Element;
|
|
62
|
-
export
|
|
68
|
+
export declare function ShareButton(p: ButtonBaseProps & {
|
|
63
69
|
url?: string;
|
|
64
|
-
};
|
|
65
|
-
export declare function
|
|
66
|
-
export type DownloadButtonProps = ButtonBaseProps & {
|
|
70
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
71
|
+
export declare function DownloadButton(p: ButtonBaseProps & {
|
|
67
72
|
fileUrl?: string;
|
|
68
|
-
};
|
|
69
|
-
export declare function DownloadButton(p: DownloadButtonProps): import("react/jsx-runtime").JSX.Element;
|
|
73
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
70
74
|
export declare function PrintButton(p: ButtonBaseProps): import("react/jsx-runtime").JSX.Element;
|
|
71
75
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/buttons/index.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAGjD,MAAM,MAAM,eAAe,GAAG;IAC5B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACzB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC5B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAaF,eAAO,MAAM,OAAO,MAAO,eAAe,KAAG,KAAK,CAAC,aA8BjD,CAAC;AAEH,wBAAgB,aAAa,CAAC,CAAC,EAAE,eAAe,2CA+C/C;AAED,wBAAgB,eAAe,CAAC,CAAC,EAAE,eAAe,2CA8CjD;AAED,wBAAgB,cAAc,CAAC,CAAC,EAAE,eAAe,2CA2ChD;AAED,MAAM,MAAM,eAAe,GAAG,eAAe,GAAG;IAAE,IAAI,CAAC,EAAE,MAAM,CAAA;CAAE,CAAC;AAElE,wBAAgB,UAAU,CAAC,CAAC,EAAE,eAAe,2CA+C5C;AAED,MAAM,MAAM,WAAW,GAAG,eAAe,GAAG;IAC1C,OAAO,CAAC,EAAE,SAAS,GAAG,WAAW,GAAG,UAAU,GAAG,MAAM,CAAC;CACzD,CAAC;AAEF,wBAAgB,MAAM,CAAC,EAAE,OAAmB,EAAE,GAAG,KAAK,EAAE,EAAE,WAAW,2CAWpE;AAED,OAAO,EAAE,aAAa,IAAI,WAAW,EAAE,CAAC;AAMxC,wBAAgB,oBAAoB,CAClC,CAAC,EAAE,eAAe,GAAG;IACnB,QAAQ,CAAC,EAAE,cAAc,GAAG,aAAa,CAAC;IAC1C,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,OAAO,CAAC;CACjB,2CA+DF;AAED,MAAM,MAAM,eAAe,GAAG,eAAe,GAAG;IAAE,MAAM,CAAC,EAAE,OAAO,CAAC;IAAC,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;CAAE,CAAC;AAE3F,wBAAgB,WAAW,CAAC,CAAC,EAAE;IAC7B,OAAO,EAAE,eAAe,EAAE,CAAC;IAC3B,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACnC,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;CAC7B,2CAqDA;AAED,wBAAgB,aAAa,CAAC,CAAC,EAAE,eAAe,2CAE/C;AAED,wBAAgB,WAAW,CAAC,CAAC,EAAE,eAAe,GAAG;IAAE,GAAG,CAAC,EAAE,MAAM,CAAA;CAAE,2CAwBhE;AAED,wBAAgB,cAAc,CAAC,CAAC,EAAE,eAAe,GAAG;IAAE,OAAO,CAAC,EAAE,MAAM,CAAA;CAAE,2CAoBvE;AAED,wBAAgB,WAAW,CAAC,CAAC,EAAE,eAAe,2CAgB7C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BlockquoteTestimonial.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"BlockquoteTestimonial.d.ts","sourceRoot":"","sources":["../../../../src/components/content/BlockquoteTestimonial.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAM/B,MAAM,WAAW,0BAA0B;IACzC,EAAE,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC;IACvB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC5B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAaD,wBAAgB,qBAAqB,CAAC,EACpC,EAAE,EAAE,GAAe,EACnB,OAAO,EACP,SAAS,EACT,UAAU,EACV,IAAU,EACV,EAAO,EACP,EAAO,EACP,MAAW,EACX,GAAQ,EACR,KAAU,EACV,SAAc,EACd,KAAyE,EACzE,MAAsB,EACtB,IAAyB,EACzB,SAAS,EACT,WAAW,EACX,SAAc,EACd,UAAe,EACf,WAAW,GACZ,EAAE,0BAA0B,2CA8G5B"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from
|
|
2
|
-
export type CalloutVariant =
|
|
1
|
+
import type React from 'react';
|
|
2
|
+
export type CalloutVariant = 'info' | 'success' | 'warning' | 'danger';
|
|
3
3
|
export interface CalloutBoxProps {
|
|
4
4
|
as?: React.ElementType;
|
|
5
5
|
bgColor?: string;
|
|
@@ -21,6 +21,7 @@ export interface CalloutBoxProps {
|
|
|
21
21
|
border?: boolean;
|
|
22
22
|
dismissible?: boolean;
|
|
23
23
|
onDismiss?: () => void;
|
|
24
|
+
children?: React.ReactNode;
|
|
24
25
|
}
|
|
25
|
-
export declare function CalloutBox({ as: Tag, bgColor, textColor, fontFamily, maxW, px, py, radius, gap, style, className, variant, title, message, icon, titleSize, messageSize, border, dismissible, onDismiss, }: CalloutBoxProps): import("react/jsx-runtime").JSX.Element | null;
|
|
26
|
+
export declare function CalloutBox({ as: Tag, bgColor, textColor, fontFamily, maxW, px, py, radius, gap, style, className, variant, title, message, icon, titleSize, messageSize, border, dismissible, onDismiss, children, }: CalloutBoxProps): import("react/jsx-runtime").JSX.Element | null;
|
|
26
27
|
//# sourceMappingURL=CalloutBox.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CalloutBox.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"CalloutBox.d.ts","sourceRoot":"","sources":["../../../../src/components/content/CalloutBox.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAO/B,MAAM,MAAM,cAAc,GAAG,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,CAAC;AAEvE,MAAM,WAAW,eAAe;IAC9B,EAAE,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC;IACvB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC5B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,cAAc,CAAC;IACzB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,IAAI,CAAC;IACvB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B;AA8CD,wBAAgB,UAAU,CAAC,EACzB,EAAE,EAAE,GAAe,EACnB,OAAO,EACP,SAAS,EACT,UAAU,EACV,IAAU,EACV,EAAM,EACN,EAAM,EACN,MAAU,EACV,GAAQ,EACR,KAAU,EACV,SAAc,EACd,OAAgB,EAChB,KAAc,EACd,OAAyC,EACzC,IAAI,EACJ,SAAc,EACd,WAAgB,EAChB,MAAa,EACb,WAAmB,EACnB,SAAS,EACT,QAAQ,GACT,EAAE,eAAe,kDAyIjB"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React from
|
|
1
|
+
import type React from 'react';
|
|
2
2
|
export interface HeadingSectionProps {
|
|
3
3
|
as?: React.ElementType;
|
|
4
4
|
bgColor?: string;
|
|
@@ -14,7 +14,7 @@ export interface HeadingSectionProps {
|
|
|
14
14
|
eyebrow?: string;
|
|
15
15
|
title?: string;
|
|
16
16
|
subtitle?: string;
|
|
17
|
-
align?:
|
|
17
|
+
align?: 'left' | 'center' | 'right';
|
|
18
18
|
eyebrowSize?: number;
|
|
19
19
|
titleSize?: number;
|
|
20
20
|
subtitleSize?: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HeadingSection.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"HeadingSection.d.ts","sourceRoot":"","sources":["../../../../src/components/content/HeadingSection.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAM/B,MAAM,WAAW,mBAAmB;IAClC,EAAE,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC;IACvB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC5B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,OAAO,CAAC;IACpC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,cAAc,CAAC,EAAE,OAAO,CAAC;CAC1B;AAYD,wBAAgB,cAAc,CAAC,EAC7B,EAAE,EAAE,GAAe,EACnB,OAAO,EACP,SAAS,EACT,UAAU,EACV,IAAU,EACV,EAAO,EACP,EAAO,EACP,MAAW,EACX,GAAQ,EACR,KAAU,EACV,SAAc,EACd,OAAoB,EACpB,KAAuB,EACvB,QAAkE,EAClE,KAAc,EACd,WAAgB,EAChB,SAAc,EACd,YAAiB,EACjB,OAAY,EACZ,WAAW,EACX,cAAqB,GACtB,EAAE,mBAAmB,2CAkHrB"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React from
|
|
1
|
+
import type React from 'react';
|
|
2
2
|
export interface InlineCodeProps {
|
|
3
3
|
as?: React.ElementType;
|
|
4
4
|
bgColor?: string;
|
|
@@ -11,7 +11,8 @@ export interface InlineCodeProps {
|
|
|
11
11
|
gap?: number;
|
|
12
12
|
style?: React.CSSProperties;
|
|
13
13
|
className?: string;
|
|
14
|
-
text
|
|
14
|
+
text?: string;
|
|
15
|
+
children?: React.ReactNode;
|
|
15
16
|
codeBg?: string;
|
|
16
17
|
codeColor?: string;
|
|
17
18
|
codePx?: string;
|
|
@@ -20,5 +21,5 @@ export interface InlineCodeProps {
|
|
|
20
21
|
accentColor?: string;
|
|
21
22
|
copyable?: boolean;
|
|
22
23
|
}
|
|
23
|
-
export declare function InlineCodeText({ as: Tag, bgColor, textColor, fontFamily, maxW, px, py, radius, gap, style, className, text, codeBg, codeColor, codePx, codeRadius, size, accentColor, copyable, }: InlineCodeProps): import("react/jsx-runtime").JSX.Element;
|
|
24
|
+
export declare function InlineCodeText({ as: Tag, bgColor, textColor, fontFamily, maxW, px, py, radius, gap, style, className, text, codeBg, codeColor, codePx, codeRadius, size, accentColor, copyable, children, }: InlineCodeProps): import("react/jsx-runtime").JSX.Element;
|
|
24
25
|
//# sourceMappingURL=InlineCodeText.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InlineCodeText.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"InlineCodeText.d.ts","sourceRoot":"","sources":["../../../../src/components/content/InlineCodeText.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAO/B,MAAM,WAAW,eAAe;IAC9B,EAAE,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC;IACvB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC5B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAYD,wBAAgB,cAAc,CAAC,EAC7B,EAAE,EAAE,GAAe,EACnB,OAAO,EACP,SAAS,EACT,UAAU,EACV,IAAU,EACV,EAAO,EACP,EAAO,EACP,MAAW,EACX,GAAQ,EACR,KAAU,EACV,SAAc,EACd,IAA0F,EAC1F,MAAM,EACN,SAAS,EACT,MAAkB,EAClB,UAAc,EACd,IAAS,EACT,WAAW,EACX,QAAe,EACf,QAAQ,GACT,EAAE,eAAe,2CAiHjB"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React from
|
|
1
|
+
import type React from 'react';
|
|
2
2
|
export interface ParagraphBlockProps {
|
|
3
3
|
as?: React.ElementType;
|
|
4
4
|
bgColor?: string;
|
|
@@ -11,13 +11,14 @@ export interface ParagraphBlockProps {
|
|
|
11
11
|
gap?: number;
|
|
12
12
|
style?: React.CSSProperties;
|
|
13
13
|
className?: string;
|
|
14
|
-
paragraphs
|
|
14
|
+
paragraphs?: string[];
|
|
15
|
+
children?: React.ReactNode;
|
|
15
16
|
size?: number;
|
|
16
17
|
leading?: number;
|
|
17
|
-
align?:
|
|
18
|
+
align?: 'left' | 'center' | 'right' | 'justify';
|
|
18
19
|
accentColor?: string;
|
|
19
20
|
showDropCap?: boolean;
|
|
20
21
|
title?: string;
|
|
21
22
|
}
|
|
22
|
-
export declare function ParagraphBlock({ as: Tag, bgColor, textColor, fontFamily, maxW, px, py, radius, gap, style, className, paragraphs, size, leading, align, accentColor, showDropCap, title, }: ParagraphBlockProps): import("react/jsx-runtime").JSX.Element;
|
|
23
|
+
export declare function ParagraphBlock({ as: Tag, bgColor, textColor, fontFamily, maxW, px, py, radius, gap, style, className, paragraphs, size, leading, align, accentColor, showDropCap, title, children, }: ParagraphBlockProps): import("react/jsx-runtime").JSX.Element;
|
|
23
24
|
//# sourceMappingURL=ParagraphBlock.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ParagraphBlock.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"ParagraphBlock.d.ts","sourceRoot":"","sources":["../../../../src/components/content/ParagraphBlock.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAM/B,MAAM,WAAW,mBAAmB;IAClC,EAAE,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC;IACvB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC5B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;IACtB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,OAAO,GAAG,SAAS,CAAC;IAChD,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAYD,wBAAgB,cAAc,CAAC,EAC7B,EAAE,EAAE,GAAe,EACnB,OAAO,EACP,SAAS,EACT,UAAU,EACV,IAAU,EACV,EAAO,EACP,EAAO,EACP,MAAW,EACX,GAAQ,EACR,KAAU,EACV,SAAc,EACd,UAGC,EACD,IAAS,EACT,OAAc,EACd,KAAc,EACd,WAAW,EACX,WAAmB,EACnB,KAAK,EACL,QAAQ,GACT,EAAE,mBAAmB,2CA+IrB"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React from
|
|
1
|
+
import type React from 'react';
|
|
2
2
|
export interface RichMarkdownProps {
|
|
3
3
|
as?: React.ElementType;
|
|
4
4
|
bgColor?: string;
|
|
@@ -11,10 +11,11 @@ export interface RichMarkdownProps {
|
|
|
11
11
|
gap?: number;
|
|
12
12
|
style?: React.CSSProperties;
|
|
13
13
|
className?: string;
|
|
14
|
-
markdown
|
|
14
|
+
markdown?: string;
|
|
15
|
+
content?: string;
|
|
15
16
|
baseSize?: number;
|
|
16
17
|
accentColor?: string;
|
|
17
18
|
title?: string;
|
|
18
19
|
}
|
|
19
|
-
export declare function RichMarkdown({ as: Tag, bgColor, textColor, fontFamily, maxW, px, py, radius, gap, style, className, markdown, baseSize, accentColor, title, }: RichMarkdownProps): import("react/jsx-runtime").JSX.Element;
|
|
20
|
+
export declare function RichMarkdown({ as: Tag, bgColor, textColor, fontFamily, maxW, px, py, radius, gap, style, className, markdown, content, baseSize, accentColor, title, }: RichMarkdownProps): import("react/jsx-runtime").JSX.Element;
|
|
20
21
|
//# sourceMappingURL=RichMarkdown.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RichMarkdown.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"RichMarkdown.d.ts","sourceRoot":"","sources":["../../../../src/components/content/RichMarkdown.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AA2F/B,MAAM,WAAW,iBAAiB;IAChC,EAAE,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC;IACvB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC5B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAWD,wBAAgB,YAAY,CAAC,EAC3B,EAAE,EAAE,GAAe,EACnB,OAAO,EACP,SAAS,EACT,UAAU,EACV,IAAU,EACV,EAAO,EACP,EAAO,EACP,MAAW,EACX,GAAQ,EACR,KAAU,EACV,SAAc,EACd,QAAQ,EACR,OAAO,EACP,QAAa,EACb,WAAW,EACX,KAAK,GACN,EAAE,iBAAiB,2CAoFnB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TeamGrid.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"TeamGrid.d.ts","sourceRoot":"","sources":["../../../../src/components/content/TeamGrid.tsx"],"names":[],"mappings":"AAMA,MAAM,WAAW,UAAU;IACzB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,OAAO,CAAC,EAAE;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;CAC5C;AAED,MAAM,WAAW,aAAa;IAC5B,OAAO,EAAE,UAAU,EAAE,CAAC;IACtB,OAAO,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC1B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAYD,wBAAgB,QAAQ,CAAC,EACvB,OAAY,EACZ,OAAW,EACX,KAAK,EACL,QAAQ,EACR,OAAO,EACP,SAAS,EACT,WAAW,EACX,WAAW,EACX,UAAU,GACX,EAAE,aAAa,2CAoMf"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export { BlockquoteTestimonial, type BlockquoteTestimonialProps, } from
|
|
2
|
-
export { CalloutBox, type CalloutBoxProps, type CalloutVariant } from
|
|
3
|
-
export { HeadingSection, type HeadingSectionProps } from
|
|
4
|
-
export { InlineCodeText, type InlineCodeProps } from
|
|
5
|
-
export { ParagraphBlock, type ParagraphBlockProps } from
|
|
6
|
-
export { RichMarkdown, type RichMarkdownProps } from
|
|
7
|
-
export { TeamGrid, type TeamGridProps, type TeamMember } from
|
|
1
|
+
export { BlockquoteTestimonial, type BlockquoteTestimonialProps, } from './BlockquoteTestimonial';
|
|
2
|
+
export { CalloutBox, type CalloutBoxProps, type CalloutVariant } from './CalloutBox';
|
|
3
|
+
export { HeadingSection, type HeadingSectionProps } from './HeadingSection';
|
|
4
|
+
export { InlineCodeText, type InlineCodeProps } from './InlineCodeText';
|
|
5
|
+
export { ParagraphBlock, type ParagraphBlockProps } from './ParagraphBlock';
|
|
6
|
+
export { RichMarkdown, type RichMarkdownProps } from './RichMarkdown';
|
|
7
|
+
export { TeamGrid, type TeamGridProps, type TeamMember } from './TeamGrid';
|
|
8
8
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/content/index.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,qBAAqB,EACrB,KAAK,0BAA0B,GAChC,MAAM,yBAAyB,CAAC;AACjC,OAAO,EAAE,UAAU,EAAE,KAAK,eAAe,EAAE,KAAK,cAAc,EAAE,MAAM,cAAc,CAAC;AACrF,OAAO,EAAE,cAAc,EAAE,KAAK,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAC5E,OAAO,EAAE,cAAc,EAAE,KAAK,eAAe,EAAE,MAAM,kBAAkB,CAAC;AACxE,OAAO,EAAE,cAAc,EAAE,KAAK,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAC5E,OAAO,EAAE,YAAY,EAAE,KAAK,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACtE,OAAO,EAAE,QAAQ,EAAE,KAAK,aAAa,EAAE,KAAK,UAAU,EAAE,MAAM,YAAY,CAAC"}
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
import React from
|
|
2
|
-
export type BadgeTone =
|
|
1
|
+
import type React from 'react';
|
|
2
|
+
export type BadgeTone = 'neutral' | 'success' | 'warning' | 'danger' | 'info';
|
|
3
3
|
export interface BadgeProps {
|
|
4
|
-
children
|
|
4
|
+
children?: React.ReactNode;
|
|
5
|
+
label?: string;
|
|
5
6
|
tone?: BadgeTone;
|
|
6
7
|
pill?: boolean;
|
|
7
8
|
}
|
|
8
|
-
export declare function Badge({ children, tone, pill }: BadgeProps): import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
export declare function Badge({ children, label, tone, pill }: BadgeProps): import("react/jsx-runtime").JSX.Element;
|
|
9
10
|
//# sourceMappingURL=Badge.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Badge.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"Badge.d.ts","sourceRoot":"","sources":["../../../../src/components/data-display/Badge.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAM/B,MAAM,MAAM,SAAS,GAAG,SAAS,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,GAAG,MAAM,CAAC;AAE9E,MAAM,WAAW,UAAU;IACzB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,IAAI,CAAC,EAAE,OAAO,CAAC;CAChB;AAmCD,wBAAgB,KAAK,CAAC,EAAE,QAAQ,EAAE,KAAK,EAAE,IAAgB,EAAE,IAAW,EAAE,EAAE,UAAU,2CAyCnF"}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import { type BadgeTone } from
|
|
1
|
+
import { type BadgeTone } from './Badge';
|
|
2
2
|
export interface BadgeGroupProps {
|
|
3
|
-
items
|
|
3
|
+
items?: string[];
|
|
4
|
+
badges?: string[];
|
|
4
5
|
tone?: BadgeTone;
|
|
5
6
|
title?: string;
|
|
6
7
|
}
|
|
7
|
-
export declare function BadgeGroup({ items, tone, title }: BadgeGroupProps): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export declare function BadgeGroup({ items, badges, tone, title }: BadgeGroupProps): import("react/jsx-runtime").JSX.Element;
|
|
8
9
|
//# sourceMappingURL=BadgeGroup.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BadgeGroup.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"BadgeGroup.d.ts","sourceRoot":"","sources":["../../../../src/components/data-display/BadgeGroup.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAS,KAAK,SAAS,EAAE,MAAM,SAAS,CAAC;AAIhD,MAAM,WAAW,eAAe;IAC9B,KAAK,CAAC,EAAE,MAAM,EAAE,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,wBAAgB,UAAU,CAAC,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE,eAAe,2CAqEzE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BarChart.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"BarChart.d.ts","sourceRoot":"","sources":["../../../../src/components/data-display/BarChart.tsx"],"names":[],"mappings":"AAOA,MAAM,WAAW,aAAa;IAC5B,IAAI,EAAE,MAAM,EAAE,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAaD,wBAAgB,QAAQ,CAAC,EACvB,IAAS,EACT,MAAW,EACX,KAAW,EACX,MAAY,EACZ,KAAK,EACL,QAAe,EACf,OAAY,EACZ,SAAa,GACd,EAAE,aAAa,2CAuMf"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CalendarGrid.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"CalendarGrid.d.ts","sourceRoot":"","sources":["../../../../src/components/data-display/CalendarGrid.tsx"],"names":[],"mappings":"AAQA,MAAM,WAAW,YAAY;IAC3B,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,GAAG,MAAM,CAAC;CAC9D;AAED,MAAM,WAAW,iBAAiB;IAChC,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,CAAC,GAAG,CAAC,CAAC;IAChB,KAAK,CAAC,EAAE,YAAY,EAAE,CAAC;IACvB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;CACtC;AAaD,wBAAgB,YAAY,CAAC,EAC3B,IAAI,EACJ,KAAK,EACL,OAAW,EACX,KAAU,EACV,KAAK,EACL,WAAW,GACZ,EAAE,iBAAiB,2CA0KnB"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import React from
|
|
1
|
+
import type React from 'react';
|
|
2
2
|
export interface DataTableColumn<T> {
|
|
3
3
|
key: keyof T;
|
|
4
4
|
label: string;
|
|
5
5
|
width?: number | string;
|
|
6
|
-
align?:
|
|
6
|
+
align?: 'left' | 'center' | 'right';
|
|
7
7
|
render?: (row: T) => React.ReactNode;
|
|
8
8
|
sortable?: boolean;
|
|
9
9
|
}
|
|
@@ -16,7 +16,7 @@ export interface DataTableProps<T> {
|
|
|
16
16
|
caption?: string;
|
|
17
17
|
initialSort?: {
|
|
18
18
|
key: keyof T;
|
|
19
|
-
dir:
|
|
19
|
+
dir: 'asc' | 'desc';
|
|
20
20
|
};
|
|
21
21
|
searchable?: boolean;
|
|
22
22
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DataTable.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"DataTable.d.ts","sourceRoot":"","sources":["../../../../src/components/data-display/DataTable.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAO/B,MAAM,WAAW,eAAe,CAAC,CAAC;IAChC,GAAG,EAAE,MAAM,CAAC,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,KAAK,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,OAAO,CAAC;IACpC,MAAM,CAAC,EAAE,CAAC,GAAG,EAAE,CAAC,KAAK,KAAK,CAAC,SAAS,CAAC;IACrC,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,MAAM,WAAW,cAAc,CAAC,CAAC;IAC/B,OAAO,EAAE,eAAe,CAAC,CAAC,CAAC,EAAE,CAAC;IAC9B,IAAI,EAAE,CAAC,EAAE,CAAC;IACV,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,WAAW,CAAC,EAAE;QAAE,GAAG,EAAE,MAAM,CAAC,CAAC;QAAC,GAAG,EAAE,KAAK,GAAG,MAAM,CAAA;KAAE,CAAC;IACpD,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB;AAaD,wBAAgB,SAAS,CAAC,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE,EACvD,OAAY,EACZ,IAAS,EACT,QAAY,EACZ,KAAY,EACZ,OAAe,EACf,OAAO,EACP,WAAW,EACX,UAAkB,GACnB,EAAE,cAAc,CAAC,CAAC,CAAC,2CA0YnB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LineChart.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"LineChart.d.ts","sourceRoot":"","sources":["../../../../src/components/data-display/LineChart.tsx"],"names":[],"mappings":"AAOA,MAAM,WAAW,cAAc;IAC7B,IAAI,EAAE,MAAM,EAAE,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAcD,wBAAgB,SAAS,CAAC,EACxB,IAAS,EACT,MAAW,EACX,KAAW,EACX,MAAY,EACZ,KAAK,EACL,QAAe,EACf,OAAY,GACb,EAAE,cAAc,2CA6NhB"}
|
|
@@ -5,5 +5,5 @@ export interface PieChartProps {
|
|
|
5
5
|
height?: number;
|
|
6
6
|
title?: string;
|
|
7
7
|
}
|
|
8
|
-
export declare function PieChart({ data, labels, width, height, title }: PieChartProps): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export declare function PieChart({ data, labels, width, height, title, }: PieChartProps): import("react/jsx-runtime").JSX.Element;
|
|
9
9
|
//# sourceMappingURL=PieChart.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PieChart.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"PieChart.d.ts","sourceRoot":"","sources":["../../../../src/components/data-display/PieChart.tsx"],"names":[],"mappings":"AAOA,MAAM,WAAW,aAAa;IAC5B,IAAI,EAAE,MAAM,EAAE,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAwBD,wBAAgB,QAAQ,CAAC,EACvB,IAAS,EACT,MAAW,EACX,KAAW,EACX,MAAY,EACZ,KAAK,GACN,EAAE,aAAa,2CA4Nf"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProgressBar.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"ProgressBar.d.ts","sourceRoot":"","sources":["../../../../src/components/data-display/ProgressBar.tsx"],"names":[],"mappings":"AAOA,MAAM,WAAW,gBAAgB;IAC/B,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAcD,wBAAgB,WAAW,CAAC,EAC1B,KAAS,EACT,SAAgB,EAChB,MAAW,EACX,OAAc,EACd,KAAK,EACL,SAAiB,EACjB,aAAa,GACd,EAAE,gBAAgB,2CAyHlB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RatingStars.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"RatingStars.d.ts","sourceRoot":"","sources":["../../../../src/components/data-display/RatingStars.tsx"],"names":[],"mappings":"AAuFA,MAAM,WAAW,gBAAgB;IAC/B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CACpC;AAED,wBAAgB,WAAW,CAAC,EAC1B,KAAS,EACT,KAAS,EACT,IAAS,EACT,SAAgB,EAChB,WAAmB,EACnB,QAAQ,GACT,EAAE,gBAAgB,2CAiFlB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Sparkline.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"Sparkline.d.ts","sourceRoot":"","sources":["../../../../src/components/data-display/Sparkline.tsx"],"names":[],"mappings":"AAOA,MAAM,WAAW,cAAc;IAC7B,IAAI,EAAE,MAAM,EAAE,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAaD,wBAAgB,SAAS,CAAC,EAAE,IAAS,EAAE,KAAW,EAAE,MAAW,EAAE,EAAE,cAAc,2CA+FhF"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Timeline.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"Timeline.d.ts","sourceRoot":"","sources":["../../../../src/components/data-display/Timeline.tsx"],"names":[],"mappings":"AAOA,MAAM,WAAW,YAAY;IAC3B,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,GAAG,aAAa,GAAG,SAAS,GAAG,MAAM,CAAC;CACtD;AAED,MAAM,WAAW,aAAa;IAC5B,KAAK,EAAE,YAAY,EAAE,CAAC;CACvB;AAgKD,wBAAgB,QAAQ,CAAC,EAAE,KAAU,EAAE,EAAE,aAAa,2CA6DrD"}
|