@vadimcomanescu/nadicode-design-system 2.0.8 → 4.0.0
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/.agents/skills/seed/SKILL.md +19 -10
- package/.agents/skills/seed/contract.md +9 -2
- package/.agents/skills/seed/references/blocks.md +5 -5
- package/.agents/skills/seed/references/components.md +2 -2
- package/.agents/skills/seed/references/nextjs.md +2 -2
- package/README.md +3 -3
- package/contracts/consumer-intent-map.json +1 -2
- package/contracts/release-governance-baseline.json +3 -37
- package/dist/catalog/catalog.d.ts +2220 -0
- package/dist/catalog/catalog.js +1913 -0
- package/dist/catalog/components.d.ts +201 -0
- package/dist/catalog/components.js +407 -0
- package/dist/catalog/types.d.ts +4 -0
- package/dist/catalog/types.js +1 -0
- package/dist/chunk-224KPIOG.js +60 -0
- package/dist/chunk-25BOZMXA.js +169 -0
- package/dist/chunk-32OLQ7FC.js +130 -0
- package/dist/chunk-3JJBJ4VR.js +47 -0
- package/dist/chunk-3U56FXYC.js +30 -0
- package/dist/chunk-4MWKE6F5.js +86 -0
- package/dist/chunk-6HGSU24S.js +94 -0
- package/dist/chunk-7IADIXDV.js +168 -0
- package/dist/chunk-7NS3VFD7.js +86 -0
- package/dist/chunk-7XLZCXUL.js +175 -0
- package/dist/chunk-ALA6OM7K.js +134 -0
- package/dist/chunk-AN5TW4AL.js +50 -0
- package/dist/chunk-AWZFQQGN.js +167 -0
- package/dist/chunk-BRCBJ3S4.js +42 -0
- package/dist/chunk-BRICSLHJ.js +30 -0
- package/dist/chunk-BYEHHZZN.js +115 -0
- package/dist/chunk-C33GUEDY.js +149 -0
- package/dist/chunk-CUDMDYKE.js +150 -0
- package/dist/chunk-CVTMWSNS.js +145 -0
- package/dist/chunk-DEZXWNYF.js +165 -0
- package/dist/chunk-DNJEVMDY.js +40 -0
- package/dist/chunk-DNJOBML6.js +66 -0
- package/dist/chunk-FTGFOK6T.js +69 -0
- package/dist/chunk-HFBJ6L6O.js +104 -0
- package/dist/chunk-HPTHS7SX.js +52 -0
- package/dist/chunk-KNR3WB5C.js +147 -0
- package/dist/chunk-KQ7ZC6EM.js +66 -0
- package/dist/chunk-LGW7FVG5.js +83 -0
- package/dist/chunk-LP6ZZYOQ.js +36 -0
- package/dist/chunk-LV4P7WVM.js +54 -0
- package/dist/chunk-MGSGCARB.js +164 -0
- package/dist/chunk-N3YFYMNZ.js +73 -0
- package/dist/chunk-Q5IYBNA7.js +56 -0
- package/dist/chunk-QJCE7NZF.js +85 -0
- package/dist/chunk-QW5II6YK.js +96 -0
- package/dist/chunk-RMGDDOCD.js +138 -0
- package/dist/chunk-RNCX4JIE.js +70 -0
- package/dist/chunk-RWCL5OPX.js +112 -0
- package/dist/chunk-S5OY2B63.js +28 -0
- package/dist/chunk-SIQNG72C.js +257 -0
- package/dist/chunk-SP7NIZFP.js +117 -0
- package/dist/chunk-SWRJWMGG.js +30 -0
- package/dist/chunk-TCQIJ3DO.js +85 -0
- package/dist/chunk-TPJ6JJ2F.js +290 -0
- package/dist/chunk-TUJZMJXW.js +72 -0
- package/dist/chunk-UR43ANYS.js +159 -0
- package/dist/chunk-VRGPG2YN.js +79 -0
- package/dist/chunk-WSBLCWY7.js +126 -0
- package/dist/chunk-XKKFSFYO.js +93 -0
- package/dist/chunk-XO7TBM47.js +32 -0
- package/dist/chunk-YDYDGG5K.js +132 -0
- package/dist/chunk-YMJOUYMT.js +171 -0
- package/dist/chunk-Z2WION42.js +32 -0
- package/dist/chunk-ZFKSVEYW.js +35 -0
- package/dist/components/blocks/AgentProfileGridBlock.js +8 -86
- package/dist/components/blocks/AgentRunOverviewBlock.js +8 -147
- package/dist/components/blocks/AgentWorkbenchBlock.js +15 -257
- package/dist/components/blocks/AudioVisualizerBlock.js +2 -50
- package/dist/components/blocks/AuthLayout.js +9 -73
- package/dist/components/blocks/BannerBlock.js +8 -66
- package/dist/components/blocks/BarChartBlock.js +5 -47
- package/dist/components/blocks/ChartBlock.js +7 -54
- package/dist/components/blocks/ChartCollectionBlock.js +11 -171
- package/dist/components/blocks/ChatLayout.js +12 -126
- package/dist/components/blocks/CreateBlock.js +9 -104
- package/dist/components/blocks/DataGridBlock.js +9 -117
- package/dist/components/blocks/DirectoryBlock.js +12 -85
- package/dist/components/blocks/FeatureGridBlock.js +6 -56
- package/dist/components/blocks/GalleryBlock.js +6 -69
- package/dist/components/blocks/HeroSectionBlock.js +10 -134
- package/dist/components/blocks/IntegrationsBlock.js +13 -94
- package/dist/components/blocks/InteractiveAreaChartBlock.js +5 -290
- package/dist/components/blocks/KanbanDemoBlock.js +8 -145
- package/dist/components/blocks/LogoCloud.js +4 -35
- package/dist/components/blocks/NavUser.js +5 -85
- package/dist/components/blocks/NotFoundBlock.js +8 -32
- package/dist/components/blocks/OnboardingBlock.js +7 -66
- package/dist/components/blocks/SettingsLayout.js +13 -86
- package/dist/components/blocks/SignUpBlock.js +8 -168
- package/dist/components/blocks/SolutionShowcaseBlock.js +11 -112
- package/dist/components/blocks/StatsBlock.js +6 -60
- package/dist/components/blocks/UsageDonutBlock.js +5 -79
- package/dist/components/blocks/WizardBlock.js +12 -93
- package/dist/components/blocks/user/InviteUserModal.js +10 -132
- package/dist/components/page-kits/AccountLockedPageKit.js +3 -40
- package/dist/components/page-kits/AgentsChatPageKit.js +11 -159
- package/dist/components/page-kits/AnalyticsPageKit.js +12 -150
- package/dist/components/page-kits/BlogContentPageKit.js +12 -167
- package/dist/components/page-kits/CheckoutPageKit.js +9 -83
- package/dist/components/page-kits/CompanySuitePageKit.js +9 -96
- package/dist/components/page-kits/DashboardPageKit.js +11 -149
- package/dist/components/page-kits/ErrorPageKit.js +5 -52
- package/dist/components/page-kits/KanbanBoardPageKit.js +7 -169
- package/dist/components/page-kits/LandingPageKit.js +11 -72
- package/dist/components/page-kits/LoginPageKit.js +3 -32
- package/dist/components/page-kits/OnboardingPageKit.js +6 -115
- package/dist/components/page-kits/PricingPageKit.js +12 -138
- package/dist/components/page-kits/ProfileSettingsPageKit.js +10 -164
- package/dist/components/page-kits/RecoveryPageKit.js +3 -42
- package/dist/components/page-kits/ResetPageKit.js +3 -36
- package/dist/components/page-kits/ServiceSuitePageKit.js +10 -175
- package/dist/components/page-kits/SignupPageKit.js +3 -30
- package/dist/components/page-kits/SuccessPageKit.js +4 -30
- package/dist/components/page-kits/TeamSettingsPageKit.js +9 -165
- package/dist/components/page-kits/TwoFactorPageKit.js +4 -28
- package/dist/components/page-kits/VerifyEmailPageKit.js +4 -30
- package/dist/components/page-kits/VoiceAgentsPageKit.js +13 -130
- package/dist/components/ui/CheckoutForm.js +5 -70
- package/eslint-rules/nadicode/config.js +1 -1
- package/eslint-rules/nadicode/data/catalog-names.json +93 -0
- package/eslint-rules/nadicode/index.js +2 -2
- package/eslint-rules/nadicode/rules/__tests__/require-catalog-component.test.js +77 -0
- package/eslint-rules/nadicode/rules/require-catalog-component.js +79 -0
- package/package.json +18 -25
- package/contracts/block-props-schemas.json +0 -2186
- package/contracts/component-props-schemas.json +0 -8322
- package/contracts/consumer-contract.json +0 -178
- package/contracts/page-kit-props-schemas.json +0 -1894
- package/contracts/public-surface-registry.json +0 -6162
- package/contracts/public-surface-registry.schema.json +0 -227
- package/contracts/spec-manifest.json +0 -46
- package/dist/catalog.json +0 -5221
- package/eslint-rules/nadicode/rules/no-forbidden-page-kit-import.js +0 -99
|
@@ -0,0 +1,201 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Seed Component Registry
|
|
3
|
+
*
|
|
4
|
+
* Generated by scripts/generate-catalog-components.mjs — DO NOT EDIT.
|
|
5
|
+
*
|
|
6
|
+
* Maps every catalog key from seedComponentDefinitions to its actual React
|
|
7
|
+
* component(s). Use alongside the catalog for type-safe component discovery
|
|
8
|
+
* and rendering.
|
|
9
|
+
*/
|
|
10
|
+
import { AccountLockedBlock } from '../components/blocks/AccountLockedBlock';
|
|
11
|
+
import { ActivityFeedBlock } from '../components/blocks/ActivityFeedBlock';
|
|
12
|
+
import { AgentConversationBlock } from '../components/blocks/AgentConversationBlock';
|
|
13
|
+
import { AgentProfileGridBlock } from '../components/blocks/AgentProfileGridBlock';
|
|
14
|
+
import { AgentRunOverviewBlock } from '../components/blocks/AgentRunOverviewBlock';
|
|
15
|
+
import { AgentWorkbenchBlock } from '../components/blocks/AgentWorkbenchBlock';
|
|
16
|
+
import { BannerBlock } from '../components/blocks/BannerBlock';
|
|
17
|
+
import { BarChartBlock } from '../components/blocks/BarChartBlock';
|
|
18
|
+
import { CallToActionBlock } from '../components/blocks/CallToActionBlock';
|
|
19
|
+
import { ChangelogBlock } from '../components/blocks/ChangelogBlock';
|
|
20
|
+
import { ChartBlock } from '../components/blocks/ChartBlock';
|
|
21
|
+
import { ChartCollectionBlock } from '../components/blocks/ChartCollectionBlock';
|
|
22
|
+
import { ComparisonBlock } from '../components/blocks/ComparisonBlock';
|
|
23
|
+
import { ContactBlock } from '../components/blocks/ContactBlock';
|
|
24
|
+
import { CreateBlock } from '../components/blocks/CreateBlock';
|
|
25
|
+
import { DataGridBlock } from '../components/blocks/DataGridBlock';
|
|
26
|
+
import { DirectoryBlock } from '../components/blocks/DirectoryBlock';
|
|
27
|
+
import { FAQBlock } from '../components/blocks/FAQBlock';
|
|
28
|
+
import { FeatureBlock } from '../components/blocks/FeatureBlock';
|
|
29
|
+
import { FeatureGridBlock } from '../components/blocks/FeatureGridBlock';
|
|
30
|
+
import { FooterBlock } from '../components/blocks/FooterBlock';
|
|
31
|
+
import { GalleryBlock } from '../components/blocks/GalleryBlock';
|
|
32
|
+
import { HeaderBlock } from '../components/blocks/HeaderBlock';
|
|
33
|
+
import { HeatmapChartBlock } from '../components/blocks/HeatmapChartBlock';
|
|
34
|
+
import { HeroBlock } from '../components/blocks/HeroBlock';
|
|
35
|
+
import { HeroSectionBlock } from '../components/blocks/HeroSectionBlock';
|
|
36
|
+
import { IntegrationsBlock } from '../components/blocks/IntegrationsBlock';
|
|
37
|
+
import { InteractiveAreaChartBlock } from '../components/blocks/InteractiveAreaChartBlock';
|
|
38
|
+
import { LoginBlock } from '../components/blocks/LoginBlock';
|
|
39
|
+
import { NewsletterBlock } from '../components/blocks/NewsletterBlock';
|
|
40
|
+
import { OnboardingBlock } from '../components/blocks/OnboardingBlock';
|
|
41
|
+
import { PasswordRecoveryBlock } from '../components/blocks/PasswordRecoveryBlock';
|
|
42
|
+
import { PricingBlock } from '../components/blocks/PricingBlock';
|
|
43
|
+
import { ProcessFlowBlock } from '../components/blocks/ProcessFlowBlock';
|
|
44
|
+
import { ResetPasswordBlock } from '../components/blocks/ResetPasswordBlock';
|
|
45
|
+
import { SignUpBlock } from '../components/blocks/SignUpBlock';
|
|
46
|
+
import { SocialProofBlock } from '../components/blocks/SocialProofBlock';
|
|
47
|
+
import { SolutionShowcaseBlock } from '../components/blocks/SolutionShowcaseBlock';
|
|
48
|
+
import { StatsBlock } from '../components/blocks/StatsBlock';
|
|
49
|
+
import { StatsMarketingBlock } from '../components/blocks/StatsMarketingBlock';
|
|
50
|
+
import { TeamBlock } from '../components/blocks/TeamBlock';
|
|
51
|
+
import { TestimonialsBlock } from '../components/blocks/TestimonialsBlock';
|
|
52
|
+
import { TwoFactorChallengeBlock } from '../components/blocks/TwoFactorChallengeBlock';
|
|
53
|
+
import { TwoFactorSetupBlock } from '../components/blocks/TwoFactorSetupBlock';
|
|
54
|
+
import { UsageDonutBlock } from '../components/blocks/UsageDonutBlock';
|
|
55
|
+
import { AudioVisualizerBlock } from '../components/blocks/AudioVisualizerBlock';
|
|
56
|
+
import { AuthLayout } from '../components/blocks/AuthLayout';
|
|
57
|
+
import { AuthSuccessBlock } from '../components/blocks/AuthSuccessBlock';
|
|
58
|
+
import { ChatLayout } from '../components/blocks/ChatLayout';
|
|
59
|
+
import { CheckoutForm } from '../components/ui/CheckoutForm';
|
|
60
|
+
import { CodeBlock } from '../components/blocks/CodeBlock';
|
|
61
|
+
import { FormWizard } from '../components/ui/FormWizard';
|
|
62
|
+
import { InviteUserModal } from '../components/blocks/user/InviteUserModal';
|
|
63
|
+
import { KanbanBoard, KanbanColumn, KanbanColumnHeader, KanbanHandle, KanbanItem } from '../components/ui/KanbanBoard';
|
|
64
|
+
import { KanbanDemoBlock } from '../components/blocks/KanbanDemoBlock';
|
|
65
|
+
import { LogoCloud } from '../components/blocks/LogoCloud';
|
|
66
|
+
import { NavUser } from '../components/blocks/NavUser';
|
|
67
|
+
import { NotFoundBlock } from '../components/blocks/NotFoundBlock';
|
|
68
|
+
import { SettingsLayout } from '../components/blocks/SettingsLayout';
|
|
69
|
+
import { VoiceAgentCard } from '../components/blocks/VoiceAgentCard';
|
|
70
|
+
import { WizardBlock } from '../components/blocks/WizardBlock';
|
|
71
|
+
import { AccountLockedPageKit } from '../components/page-kits/AccountLockedPageKit';
|
|
72
|
+
import { AgentsChatPageKit } from '../components/page-kits/AgentsChatPageKit';
|
|
73
|
+
import { AnalyticsPageKit } from '../components/page-kits/AnalyticsPageKit';
|
|
74
|
+
import { BlogContentPageKit } from '../components/page-kits/BlogContentPageKit';
|
|
75
|
+
import { CheckoutPageKit } from '../components/page-kits/CheckoutPageKit';
|
|
76
|
+
import { CompanySuitePageKit } from '../components/page-kits/CompanySuitePageKit';
|
|
77
|
+
import { CrudFormPageKit } from '../components/page-kits/CrudFormPageKit';
|
|
78
|
+
import { CrudListDetailPageKit } from '../components/page-kits/CrudListDetailPageKit';
|
|
79
|
+
import { DashboardPageKit } from '../components/page-kits/DashboardPageKit';
|
|
80
|
+
import { ErrorPageKit } from '../components/page-kits/ErrorPageKit';
|
|
81
|
+
import { KanbanBoardPageKit } from '../components/page-kits/KanbanBoardPageKit';
|
|
82
|
+
import { LandingPageKit } from '../components/page-kits/LandingPageKit';
|
|
83
|
+
import { LoginPageKit } from '../components/page-kits/LoginPageKit';
|
|
84
|
+
import { MarketingShellPageKit } from '../components/page-kits/MarketingShellPageKit';
|
|
85
|
+
import { NavigationShellPageKit } from '../components/page-kits/NavigationShellPageKit';
|
|
86
|
+
import { OnboardingPageKit } from '../components/page-kits/OnboardingPageKit';
|
|
87
|
+
import { PricingPageKit } from '../components/page-kits/PricingPageKit';
|
|
88
|
+
import { ProfileSettingsPageKit } from '../components/page-kits/ProfileSettingsPageKit';
|
|
89
|
+
import { RecoveryPageKit } from '../components/page-kits/RecoveryPageKit';
|
|
90
|
+
import { ResetPageKit } from '../components/page-kits/ResetPageKit';
|
|
91
|
+
import { ServiceSuitePageKit } from '../components/page-kits/ServiceSuitePageKit';
|
|
92
|
+
import { SettingsPageKit } from '../components/page-kits/SettingsPageKit';
|
|
93
|
+
import { SignupPageKit } from '../components/page-kits/SignupPageKit';
|
|
94
|
+
import { SuccessPageKit } from '../components/page-kits/SuccessPageKit';
|
|
95
|
+
import { TeamSettingsPageKit } from '../components/page-kits/TeamSettingsPageKit';
|
|
96
|
+
import { TwoFactorPageKit } from '../components/page-kits/TwoFactorPageKit';
|
|
97
|
+
import { VerifyEmailPageKit } from '../components/page-kits/VerifyEmailPageKit';
|
|
98
|
+
import { VoiceAgentsPageKit } from '../components/page-kits/VoiceAgentsPageKit';
|
|
99
|
+
export declare const seedComponents: {
|
|
100
|
+
readonly AccountLockedBlock: typeof AccountLockedBlock;
|
|
101
|
+
readonly ActivityFeedBlock: typeof ActivityFeedBlock;
|
|
102
|
+
readonly AgentConversationBlock: typeof AgentConversationBlock;
|
|
103
|
+
readonly AgentProfileGridBlock: typeof AgentProfileGridBlock;
|
|
104
|
+
readonly AgentRunOverviewBlock: typeof AgentRunOverviewBlock;
|
|
105
|
+
readonly AgentWorkbenchBlock: typeof AgentWorkbenchBlock;
|
|
106
|
+
readonly BannerBlock: typeof BannerBlock;
|
|
107
|
+
readonly BarChartBlock: typeof BarChartBlock;
|
|
108
|
+
readonly CallToActionBlock: typeof CallToActionBlock;
|
|
109
|
+
readonly ChangelogBlock: typeof ChangelogBlock;
|
|
110
|
+
readonly ChartBlock: typeof ChartBlock;
|
|
111
|
+
readonly ChartCollectionBlock: typeof ChartCollectionBlock;
|
|
112
|
+
readonly ComparisonBlock: typeof ComparisonBlock;
|
|
113
|
+
readonly ContactBlock: typeof ContactBlock;
|
|
114
|
+
readonly CreateBlock: typeof CreateBlock;
|
|
115
|
+
readonly DataGridBlock: typeof DataGridBlock;
|
|
116
|
+
readonly DirectoryBlock: typeof DirectoryBlock;
|
|
117
|
+
readonly FAQBlock: typeof FAQBlock;
|
|
118
|
+
readonly FeatureBlock: typeof FeatureBlock;
|
|
119
|
+
readonly FeatureGridBlock: typeof FeatureGridBlock;
|
|
120
|
+
readonly FooterBlock: typeof FooterBlock;
|
|
121
|
+
readonly GalleryBlock: typeof GalleryBlock;
|
|
122
|
+
readonly HeaderBlock: typeof HeaderBlock;
|
|
123
|
+
readonly HeatmapChartBlock: typeof HeatmapChartBlock;
|
|
124
|
+
readonly HeroBlock: typeof HeroBlock;
|
|
125
|
+
readonly HeroSectionBlock: typeof HeroSectionBlock;
|
|
126
|
+
readonly IntegrationsBlock: typeof IntegrationsBlock;
|
|
127
|
+
readonly InteractiveAreaChartBlock: typeof InteractiveAreaChartBlock;
|
|
128
|
+
readonly LoginBlock: typeof LoginBlock;
|
|
129
|
+
readonly NewsletterBlock: typeof NewsletterBlock;
|
|
130
|
+
readonly OnboardingBlock: typeof OnboardingBlock;
|
|
131
|
+
readonly PasswordRecoveryBlock: typeof PasswordRecoveryBlock;
|
|
132
|
+
readonly PricingBlock: typeof PricingBlock;
|
|
133
|
+
readonly ProcessFlowBlock: typeof ProcessFlowBlock;
|
|
134
|
+
readonly ResetPasswordBlock: typeof ResetPasswordBlock;
|
|
135
|
+
readonly SignUpBlock: typeof SignUpBlock;
|
|
136
|
+
readonly SocialProofBlock: typeof SocialProofBlock;
|
|
137
|
+
readonly SolutionShowcaseBlock: typeof SolutionShowcaseBlock;
|
|
138
|
+
readonly StatsBlock: typeof StatsBlock;
|
|
139
|
+
readonly StatsMarketingBlock: typeof StatsMarketingBlock;
|
|
140
|
+
readonly TeamBlock: typeof TeamBlock;
|
|
141
|
+
readonly TestimonialsBlock: typeof TestimonialsBlock;
|
|
142
|
+
readonly TwoFactorChallengeBlock: typeof TwoFactorChallengeBlock;
|
|
143
|
+
readonly TwoFactorSetupBlock: typeof TwoFactorSetupBlock;
|
|
144
|
+
readonly UsageDonutBlock: typeof UsageDonutBlock;
|
|
145
|
+
readonly AudioVisualizerBlock: typeof AudioVisualizerBlock;
|
|
146
|
+
readonly AuthLayout: typeof AuthLayout;
|
|
147
|
+
readonly AuthSuccessBlock: typeof AuthSuccessBlock;
|
|
148
|
+
readonly ChatLayout: typeof ChatLayout;
|
|
149
|
+
readonly CheckoutForm: typeof CheckoutForm;
|
|
150
|
+
readonly CodeBlock: typeof CodeBlock;
|
|
151
|
+
readonly FormWizard: {
|
|
152
|
+
readonly FormWizard: typeof FormWizard;
|
|
153
|
+
readonly formWizardVariants: (props?: ({
|
|
154
|
+
variant?: "default" | "card" | null | undefined;
|
|
155
|
+
size?: "default" | "lg" | "sm" | null | undefined;
|
|
156
|
+
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
157
|
+
};
|
|
158
|
+
readonly InviteUserModal: typeof InviteUserModal;
|
|
159
|
+
readonly KanbanBoard: {
|
|
160
|
+
readonly KanbanBoard: typeof KanbanBoard;
|
|
161
|
+
readonly KanbanColumn: typeof KanbanColumn;
|
|
162
|
+
readonly KanbanColumnHeader: typeof KanbanColumnHeader;
|
|
163
|
+
readonly KanbanHandle: typeof KanbanHandle;
|
|
164
|
+
readonly KanbanItem: typeof KanbanItem;
|
|
165
|
+
};
|
|
166
|
+
readonly KanbanDemoBlock: typeof KanbanDemoBlock;
|
|
167
|
+
readonly LogoCloud: typeof LogoCloud;
|
|
168
|
+
readonly NavUser: typeof NavUser;
|
|
169
|
+
readonly NotFoundBlock: typeof NotFoundBlock;
|
|
170
|
+
readonly SettingsLayout: typeof SettingsLayout;
|
|
171
|
+
readonly VoiceAgentCard: typeof VoiceAgentCard;
|
|
172
|
+
readonly WizardBlock: typeof WizardBlock;
|
|
173
|
+
readonly AccountLockedPageKit: typeof AccountLockedPageKit;
|
|
174
|
+
readonly AgentsChatPageKit: typeof AgentsChatPageKit;
|
|
175
|
+
readonly AnalyticsPageKit: typeof AnalyticsPageKit;
|
|
176
|
+
readonly BlogContentPageKit: typeof BlogContentPageKit;
|
|
177
|
+
readonly CheckoutPageKit: typeof CheckoutPageKit;
|
|
178
|
+
readonly CompanySuitePageKit: typeof CompanySuitePageKit;
|
|
179
|
+
readonly CrudFormPageKit: typeof CrudFormPageKit;
|
|
180
|
+
readonly CrudListDetailPageKit: typeof CrudListDetailPageKit;
|
|
181
|
+
readonly DashboardPageKit: typeof DashboardPageKit;
|
|
182
|
+
readonly ErrorPageKit: typeof ErrorPageKit;
|
|
183
|
+
readonly KanbanBoardPageKit: typeof KanbanBoardPageKit;
|
|
184
|
+
readonly LandingPageKit: typeof LandingPageKit;
|
|
185
|
+
readonly LoginPageKit: typeof LoginPageKit;
|
|
186
|
+
readonly MarketingShellPageKit: typeof MarketingShellPageKit;
|
|
187
|
+
readonly NavigationShellPageKit: typeof NavigationShellPageKit;
|
|
188
|
+
readonly OnboardingPageKit: typeof OnboardingPageKit;
|
|
189
|
+
readonly PricingPageKit: typeof PricingPageKit;
|
|
190
|
+
readonly ProfileSettingsPageKit: typeof ProfileSettingsPageKit;
|
|
191
|
+
readonly RecoveryPageKit: typeof RecoveryPageKit;
|
|
192
|
+
readonly ResetPageKit: typeof ResetPageKit;
|
|
193
|
+
readonly ServiceSuitePageKit: typeof ServiceSuitePageKit;
|
|
194
|
+
readonly SettingsPageKit: typeof SettingsPageKit;
|
|
195
|
+
readonly SignupPageKit: typeof SignupPageKit;
|
|
196
|
+
readonly SuccessPageKit: typeof SuccessPageKit;
|
|
197
|
+
readonly TeamSettingsPageKit: typeof TeamSettingsPageKit;
|
|
198
|
+
readonly TwoFactorPageKit: typeof TwoFactorPageKit;
|
|
199
|
+
readonly VerifyEmailPageKit: typeof VerifyEmailPageKit;
|
|
200
|
+
readonly VoiceAgentsPageKit: typeof VoiceAgentsPageKit;
|
|
201
|
+
};
|
|
@@ -0,0 +1,407 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
import { TeamSettingsPageKit } from '../chunk-DEZXWNYF.js';
|
|
3
|
+
import { TwoFactorPageKit } from '../chunk-S5OY2B63.js';
|
|
4
|
+
import { VerifyEmailPageKit } from '../chunk-SWRJWMGG.js';
|
|
5
|
+
import { VoiceAgentsPageKit } from '../chunk-32OLQ7FC.js';
|
|
6
|
+
import { PricingPageKit } from '../chunk-RMGDDOCD.js';
|
|
7
|
+
import { ProfileSettingsPageKit } from '../chunk-MGSGCARB.js';
|
|
8
|
+
import { RecoveryPageKit } from '../chunk-BRCBJ3S4.js';
|
|
9
|
+
import { ResetPageKit } from '../chunk-LP6ZZYOQ.js';
|
|
10
|
+
import { ServiceSuitePageKit } from '../chunk-7XLZCXUL.js';
|
|
11
|
+
import { SettingsPageKit } from '../chunk-RKQPU75I.js';
|
|
12
|
+
import { SignupPageKit } from '../chunk-BRICSLHJ.js';
|
|
13
|
+
import { SuccessPageKit } from '../chunk-3U56FXYC.js';
|
|
14
|
+
import { DashboardPageKit } from '../chunk-C33GUEDY.js';
|
|
15
|
+
import { ErrorPageKit } from '../chunk-HPTHS7SX.js';
|
|
16
|
+
import { KanbanBoardPageKit } from '../chunk-25BOZMXA.js';
|
|
17
|
+
import { LandingPageKit } from '../chunk-TUJZMJXW.js';
|
|
18
|
+
import { LoginPageKit } from '../chunk-Z2WION42.js';
|
|
19
|
+
import { OnboardingPageKit } from '../chunk-BYEHHZZN.js';
|
|
20
|
+
import { AccountLockedPageKit } from '../chunk-DNJEVMDY.js';
|
|
21
|
+
import { AgentsChatPageKit } from '../chunk-UR43ANYS.js';
|
|
22
|
+
import { AnalyticsPageKit } from '../chunk-CUDMDYKE.js';
|
|
23
|
+
import { BlogContentPageKit } from '../chunk-AWZFQQGN.js';
|
|
24
|
+
import { CheckoutPageKit } from '../chunk-LGW7FVG5.js';
|
|
25
|
+
import { CompanySuitePageKit } from '../chunk-QW5II6YK.js';
|
|
26
|
+
import { MarketingShellPageKit } from '../chunk-Z233ZQZE.js';
|
|
27
|
+
import { CrudFormPageKit } from '../chunk-KWILREVQ.js';
|
|
28
|
+
import { CrudListDetailPageKit } from '../chunk-OJ7OO3QB.js';
|
|
29
|
+
import { NavigationShellPageKit } from '../chunk-ZKLB5N3Q.js';
|
|
30
|
+
import { TeamBlock } from '../chunk-VBZQ4DBE.js';
|
|
31
|
+
import { TestimonialsBlock } from '../chunk-FV2G6SAF.js';
|
|
32
|
+
import { TwoFactorChallengeBlock } from '../chunk-W7FXDRQJ.js';
|
|
33
|
+
import { TwoFactorSetupBlock } from '../chunk-IXQGKJU4.js';
|
|
34
|
+
import { UsageDonutBlock } from '../chunk-VRGPG2YN.js';
|
|
35
|
+
import { VoiceAgentCard } from '../chunk-HWHJ6IRQ.js';
|
|
36
|
+
import { WizardBlock } from '../chunk-XKKFSFYO.js';
|
|
37
|
+
import { InviteUserModal } from '../chunk-YDYDGG5K.js';
|
|
38
|
+
import { ProcessFlowBlock } from '../chunk-HZERHGBT.js';
|
|
39
|
+
import { ResetPasswordBlock } from '../chunk-X6VXWEDO.js';
|
|
40
|
+
import { SettingsLayout } from '../chunk-4MWKE6F5.js';
|
|
41
|
+
import { SignUpBlock } from '../chunk-7IADIXDV.js';
|
|
42
|
+
import { SocialProofBlock } from '../chunk-C7WHMSF3.js';
|
|
43
|
+
import { SolutionShowcaseBlock } from '../chunk-RWCL5OPX.js';
|
|
44
|
+
import { StatsBlock } from '../chunk-224KPIOG.js';
|
|
45
|
+
import { StatsMarketingBlock } from '../chunk-QIHA7S3A.js';
|
|
46
|
+
import { LogoCloud } from '../chunk-ZFKSVEYW.js';
|
|
47
|
+
import { NavUser } from '../chunk-QJCE7NZF.js';
|
|
48
|
+
import { NewsletterBlock } from '../chunk-K7NQ6ZAW.js';
|
|
49
|
+
import { NotFoundBlock } from '../chunk-XO7TBM47.js';
|
|
50
|
+
import { OnboardingBlock } from '../chunk-KQ7ZC6EM.js';
|
|
51
|
+
import { PasswordRecoveryBlock } from '../chunk-5PZ4VR2D.js';
|
|
52
|
+
import { PricingBlock } from '../chunk-VNNAL4A6.js';
|
|
53
|
+
import '../chunk-DARC2ACH.js';
|
|
54
|
+
import { GalleryBlock } from '../chunk-FTGFOK6T.js';
|
|
55
|
+
import { HeroBlock } from '../chunk-7A2RXKGH.js';
|
|
56
|
+
import { HeroSectionBlock } from '../chunk-ALA6OM7K.js';
|
|
57
|
+
import '../chunk-QQOWC53X.js';
|
|
58
|
+
import { HeaderBlock } from '../chunk-WOYBVPXK.js';
|
|
59
|
+
import { IntegrationsBlock } from '../chunk-6HGSU24S.js';
|
|
60
|
+
import '../chunk-3ZDYYZDD.js';
|
|
61
|
+
import '../chunk-H466RJCI.js';
|
|
62
|
+
import '../chunk-DT6DGTVW.js';
|
|
63
|
+
import '../chunk-J5DRK4RF.js';
|
|
64
|
+
import '../chunk-TSVN5A2F.js';
|
|
65
|
+
import '../chunk-PX2WVDDB.js';
|
|
66
|
+
import '../chunk-BZYMCJHW.js';
|
|
67
|
+
import { InteractiveAreaChartBlock } from '../chunk-TPJ6JJ2F.js';
|
|
68
|
+
import { KanbanDemoBlock } from '../chunk-CVTMWSNS.js';
|
|
69
|
+
import { ContactBlock } from '../chunk-U4GYSYGN.js';
|
|
70
|
+
import { CreateBlock } from '../chunk-HFBJ6L6O.js';
|
|
71
|
+
import { DataGridBlock } from '../chunk-SP7NIZFP.js';
|
|
72
|
+
import { DirectoryBlock } from '../chunk-TCQIJ3DO.js';
|
|
73
|
+
import { FAQBlock } from '../chunk-NEHCPO53.js';
|
|
74
|
+
import { FeatureBlock } from '../chunk-HJ3A2YNO.js';
|
|
75
|
+
import { FeatureGridBlock } from '../chunk-Q5IYBNA7.js';
|
|
76
|
+
import { FooterBlock } from '../chunk-AYWL4IYM.js';
|
|
77
|
+
import { BarChartBlock } from '../chunk-3JJBJ4VR.js';
|
|
78
|
+
import { CallToActionBlock } from '../chunk-GJPTPLCQ.js';
|
|
79
|
+
import { ChangelogBlock } from '../chunk-VEO56RH4.js';
|
|
80
|
+
import { ChartBlock } from '../chunk-LV4P7WVM.js';
|
|
81
|
+
import { ChartCollectionBlock } from '../chunk-YMJOUYMT.js';
|
|
82
|
+
import { HeatmapChartBlock } from '../chunk-VDONTZZX.js';
|
|
83
|
+
import { ChatLayout } from '../chunk-WSBLCWY7.js';
|
|
84
|
+
import { CodeBlock } from '../chunk-XTASI4IY.js';
|
|
85
|
+
import { ComparisonBlock } from '../chunk-VZCB4APK.js';
|
|
86
|
+
import { AgentConversationBlock } from '../chunk-4IGBBIYW.js';
|
|
87
|
+
import { AgentProfileGridBlock } from '../chunk-7NS3VFD7.js';
|
|
88
|
+
import { AgentRunOverviewBlock } from '../chunk-KNR3WB5C.js';
|
|
89
|
+
import { AgentWorkbenchBlock } from '../chunk-SIQNG72C.js';
|
|
90
|
+
import { AudioVisualizerBlock } from '../chunk-AN5TW4AL.js';
|
|
91
|
+
import { AuthLayout } from '../chunk-N3YFYMNZ.js';
|
|
92
|
+
import { LoginBlock } from '../chunk-RGE5OQMZ.js';
|
|
93
|
+
import { AuthSuccessBlock } from '../chunk-LCKLZ4XK.js';
|
|
94
|
+
import { BannerBlock } from '../chunk-DNJOBML6.js';
|
|
95
|
+
import '../chunk-G5EO22OR.js';
|
|
96
|
+
import '../chunk-OHX2LFAH.js';
|
|
97
|
+
import '../chunk-SGI25ZJ6.js';
|
|
98
|
+
import '../chunk-ANBJ2OLC.js';
|
|
99
|
+
import '../chunk-LV4LBWCS.js';
|
|
100
|
+
import { AccountLockedBlock } from '../chunk-FX23F33E.js';
|
|
101
|
+
import { ActivityFeedBlock } from '../chunk-ZM2NODUK.js';
|
|
102
|
+
import '../chunk-3NYTIDKZ.js';
|
|
103
|
+
import '../chunk-HS7QNBCO.js';
|
|
104
|
+
import '../chunk-2WEUTBDI.js';
|
|
105
|
+
import '../chunk-XZ3A33GP.js';
|
|
106
|
+
import '../chunk-F3T2U7YL.js';
|
|
107
|
+
import '../chunk-6DYFX5IR.js';
|
|
108
|
+
import '../chunk-EB5PYS7Q.js';
|
|
109
|
+
import '../chunk-WAP7DBSW.js';
|
|
110
|
+
import '../chunk-VCCI3NRD.js';
|
|
111
|
+
import '../chunk-IPXL7WX7.js';
|
|
112
|
+
import '../chunk-UWHKZX4Y.js';
|
|
113
|
+
import '../chunk-XCZIF75R.js';
|
|
114
|
+
import '../chunk-HRIEX66J.js';
|
|
115
|
+
import '../chunk-U7V6TREO.js';
|
|
116
|
+
import '../chunk-LDW4LHUM.js';
|
|
117
|
+
import '../chunk-5Y4BOIYO.js';
|
|
118
|
+
import '../chunk-4WPZ6T7V.js';
|
|
119
|
+
import '../chunk-MDAYDDTC.js';
|
|
120
|
+
import '../chunk-N53OMWW2.js';
|
|
121
|
+
import '../chunk-EYWOKTOY.js';
|
|
122
|
+
import '../chunk-4OBE2FS2.js';
|
|
123
|
+
import '../chunk-OSNTB6RY.js';
|
|
124
|
+
import '../chunk-YQIABLDO.js';
|
|
125
|
+
import '../chunk-DQPK2XRL.js';
|
|
126
|
+
import '../chunk-R7N7YLFT.js';
|
|
127
|
+
import '../chunk-J2DCQDXO.js';
|
|
128
|
+
import '../chunk-C4SNHMYC.js';
|
|
129
|
+
import '../chunk-B5QL76GA.js';
|
|
130
|
+
import '../chunk-HOWTYZL5.js';
|
|
131
|
+
import '../chunk-ZLSWCV55.js';
|
|
132
|
+
import '../chunk-OHCQPI3W.js';
|
|
133
|
+
import '../chunk-GLU236NN.js';
|
|
134
|
+
import '../chunk-UJDEGCCZ.js';
|
|
135
|
+
import '../chunk-JWQXBRE7.js';
|
|
136
|
+
import '../chunk-3UJ3HJZ3.js';
|
|
137
|
+
import '../chunk-BRXNGF5W.js';
|
|
138
|
+
import '../chunk-ULLTRLBD.js';
|
|
139
|
+
import '../chunk-RHEF3WH6.js';
|
|
140
|
+
import '../chunk-3R2VLZUR.js';
|
|
141
|
+
import '../chunk-4O6L5YWT.js';
|
|
142
|
+
import '../chunk-UGV45DH3.js';
|
|
143
|
+
import '../chunk-2BADJLMV.js';
|
|
144
|
+
import '../chunk-WH62BE24.js';
|
|
145
|
+
import '../chunk-GHIBG7OM.js';
|
|
146
|
+
import '../chunk-ZU55E4A7.js';
|
|
147
|
+
import '../chunk-WI547C47.js';
|
|
148
|
+
import '../chunk-IFIDWZ5M.js';
|
|
149
|
+
import '../chunk-WN5ONOHC.js';
|
|
150
|
+
import { KanbanItem, KanbanHandle, KanbanColumnHeader, KanbanColumn, KanbanBoard } from '../chunk-TYP2MR3Q.js';
|
|
151
|
+
import '../chunk-VTAOHSPW.js';
|
|
152
|
+
import '../chunk-B3BYBSF2.js';
|
|
153
|
+
import '../chunk-FOFGPWFS.js';
|
|
154
|
+
import '../chunk-RX5EUODB.js';
|
|
155
|
+
import '../chunk-UN2SJ42K.js';
|
|
156
|
+
import { formWizardVariants, FormWizard } from '../chunk-T5LXQNIP.js';
|
|
157
|
+
import '../chunk-WST5NLLC.js';
|
|
158
|
+
import '../chunk-PDSQC6VE.js';
|
|
159
|
+
import '../chunk-PXDHNGTG.js';
|
|
160
|
+
import '../chunk-CQEUNASC.js';
|
|
161
|
+
import '../chunk-DFPXK2JO.js';
|
|
162
|
+
import '../chunk-W73JAOHW.js';
|
|
163
|
+
import '../chunk-S2WSXZ7Y.js';
|
|
164
|
+
import '../chunk-756Q7AC5.js';
|
|
165
|
+
import { CheckoutForm } from '../chunk-RNCX4JIE.js';
|
|
166
|
+
import '../chunk-A7NUWD76.js';
|
|
167
|
+
import '../chunk-CUZJIDU7.js';
|
|
168
|
+
import '../chunk-AP3XXYAY.js';
|
|
169
|
+
import '../chunk-LIBXYD5Q.js';
|
|
170
|
+
import '../chunk-WSU2PCA2.js';
|
|
171
|
+
import '../chunk-HJZRSPWB.js';
|
|
172
|
+
import '../chunk-RASEB2XI.js';
|
|
173
|
+
import '../chunk-55HD4L6G.js';
|
|
174
|
+
import '../chunk-MJ4CB6ZL.js';
|
|
175
|
+
import '../chunk-VJIL7W55.js';
|
|
176
|
+
import '../chunk-I23DDSU7.js';
|
|
177
|
+
import '../chunk-KRBLVZII.js';
|
|
178
|
+
import '../chunk-DJTF3XFB.js';
|
|
179
|
+
import '../chunk-35EX5FP5.js';
|
|
180
|
+
import '../chunk-AH6YSYYT.js';
|
|
181
|
+
import '../chunk-D4NC7WX5.js';
|
|
182
|
+
import '../chunk-5UESKK6S.js';
|
|
183
|
+
import '../chunk-NAAU5IWU.js';
|
|
184
|
+
import '../chunk-4S326Z3D.js';
|
|
185
|
+
import '../chunk-DSMGCFMJ.js';
|
|
186
|
+
import '../chunk-GJUR6HT3.js';
|
|
187
|
+
import '../chunk-7KIDDF3I.js';
|
|
188
|
+
import '../chunk-4GSFNJAJ.js';
|
|
189
|
+
import '../chunk-6FOHUNXR.js';
|
|
190
|
+
import '../chunk-PD2YEH3H.js';
|
|
191
|
+
import '../chunk-CRY67BIF.js';
|
|
192
|
+
import '../chunk-HJC6U46F.js';
|
|
193
|
+
import '../chunk-W4YX7N46.js';
|
|
194
|
+
import '../chunk-I66XWYSS.js';
|
|
195
|
+
import '../chunk-GO35FTNJ.js';
|
|
196
|
+
import '../chunk-WUO7OONN.js';
|
|
197
|
+
import '../chunk-FLF5AMNO.js';
|
|
198
|
+
import '../chunk-3CLXYQKB.js';
|
|
199
|
+
import '../chunk-S4GKGKON.js';
|
|
200
|
+
import '../chunk-LCDDAE7J.js';
|
|
201
|
+
import '../chunk-R674XI7C.js';
|
|
202
|
+
import '../chunk-HNY45VUQ.js';
|
|
203
|
+
import '../chunk-BPCCTJSK.js';
|
|
204
|
+
import '../chunk-CGUCH322.js';
|
|
205
|
+
import '../chunk-ELKIUARM.js';
|
|
206
|
+
import '../chunk-KSHJQ2VT.js';
|
|
207
|
+
import '../chunk-GAKU7DFY.js';
|
|
208
|
+
import '../chunk-T6BRD7TS.js';
|
|
209
|
+
import '../chunk-TXGANOAX.js';
|
|
210
|
+
import '../chunk-OITJWGFV.js';
|
|
211
|
+
import '../chunk-Z74D6D2W.js';
|
|
212
|
+
import '../chunk-7WDT2PRI.js';
|
|
213
|
+
import '../chunk-IJJI4RQU.js';
|
|
214
|
+
import '../chunk-E7RBK6ML.js';
|
|
215
|
+
import '../chunk-UBIGDGOP.js';
|
|
216
|
+
import '../chunk-ALMGJVMT.js';
|
|
217
|
+
import '../chunk-QPXTBZWN.js';
|
|
218
|
+
import '../chunk-4NXZIMYZ.js';
|
|
219
|
+
import '../chunk-R5XP45PD.js';
|
|
220
|
+
import '../chunk-G5EO5FWC.js';
|
|
221
|
+
import '../chunk-NCULQXJE.js';
|
|
222
|
+
import '../chunk-VDYPDMYR.js';
|
|
223
|
+
import '../chunk-WDGIQDQG.js';
|
|
224
|
+
import '../chunk-RYOTIXZO.js';
|
|
225
|
+
import '../chunk-JZ4G2SJH.js';
|
|
226
|
+
import '../chunk-KYGKJ553.js';
|
|
227
|
+
import '../chunk-M7YSMMAC.js';
|
|
228
|
+
import '../chunk-XQ2UDMPO.js';
|
|
229
|
+
import '../chunk-JMCSAGZ3.js';
|
|
230
|
+
import '../chunk-QUKDUSHD.js';
|
|
231
|
+
import '../chunk-O74AEVHW.js';
|
|
232
|
+
import '../chunk-ZUHIWALK.js';
|
|
233
|
+
import '../chunk-2IZC7HSV.js';
|
|
234
|
+
import '../chunk-2SDZMTB2.js';
|
|
235
|
+
import '../chunk-IQEBXXB5.js';
|
|
236
|
+
import '../chunk-AZUJNRQU.js';
|
|
237
|
+
import '../chunk-W3B3UOEG.js';
|
|
238
|
+
import '../chunk-ACRVOD7W.js';
|
|
239
|
+
import '../chunk-QSU23VYZ.js';
|
|
240
|
+
import '../chunk-BJYCQ2NV.js';
|
|
241
|
+
import '../chunk-VM462WZC.js';
|
|
242
|
+
import '../chunk-5UZDOF6V.js';
|
|
243
|
+
import '../chunk-PKVTEDKO.js';
|
|
244
|
+
import '../chunk-I3TH7PIB.js';
|
|
245
|
+
import '../chunk-WGPK3FQ7.js';
|
|
246
|
+
import '../chunk-JL4MVVFH.js';
|
|
247
|
+
import '../chunk-4FEAWXJD.js';
|
|
248
|
+
import '../chunk-JHQTKMKG.js';
|
|
249
|
+
import '../chunk-WA45EC4Y.js';
|
|
250
|
+
import '../chunk-2MOEOEOI.js';
|
|
251
|
+
import '../chunk-5LCXASRW.js';
|
|
252
|
+
import '../chunk-2ZJVU7NV.js';
|
|
253
|
+
import '../chunk-5ESF6N36.js';
|
|
254
|
+
import '../chunk-RBPLOM3A.js';
|
|
255
|
+
import '../chunk-6BAV4TZ5.js';
|
|
256
|
+
import '../chunk-SW6QPJM4.js';
|
|
257
|
+
import '../chunk-2NT57K4U.js';
|
|
258
|
+
import '../chunk-JRJGSNI4.js';
|
|
259
|
+
import '../chunk-RF6ECFS5.js';
|
|
260
|
+
import '../chunk-KYZT3RNW.js';
|
|
261
|
+
import '../chunk-UEG2LI7Z.js';
|
|
262
|
+
import '../chunk-CI7GPGCJ.js';
|
|
263
|
+
import '../chunk-226EBOTK.js';
|
|
264
|
+
import '../chunk-74RKVIBV.js';
|
|
265
|
+
import '../chunk-V6WNRZT3.js';
|
|
266
|
+
import '../chunk-JBK2LA6U.js';
|
|
267
|
+
import '../chunk-55U27XY4.js';
|
|
268
|
+
import '../chunk-LSPO6OBI.js';
|
|
269
|
+
import '../chunk-Y56WBNCY.js';
|
|
270
|
+
import '../chunk-JJTQOH7J.js';
|
|
271
|
+
import '../chunk-72X6SXOX.js';
|
|
272
|
+
import '../chunk-SR5U52V3.js';
|
|
273
|
+
import '../chunk-AWIJHDNK.js';
|
|
274
|
+
import '../chunk-MAUTIHQG.js';
|
|
275
|
+
import '../chunk-S733NAYS.js';
|
|
276
|
+
import '../chunk-666N6OTL.js';
|
|
277
|
+
import '../chunk-FMH55OKV.js';
|
|
278
|
+
import '../chunk-WXVNTJIB.js';
|
|
279
|
+
import '../chunk-T7H53CK2.js';
|
|
280
|
+
import '../chunk-TBKJ34BB.js';
|
|
281
|
+
import '../chunk-BRP6D56U.js';
|
|
282
|
+
import '../chunk-6G3RRWJT.js';
|
|
283
|
+
import '../chunk-ZU2GYVAP.js';
|
|
284
|
+
import '../chunk-CRZ2JE24.js';
|
|
285
|
+
import '../chunk-PSVQ7ZNX.js';
|
|
286
|
+
import '../chunk-WKRIKCJC.js';
|
|
287
|
+
import '../chunk-JHQ5NMLZ.js';
|
|
288
|
+
import '../chunk-WFJQ43SM.js';
|
|
289
|
+
import '../chunk-AP5Y5M3R.js';
|
|
290
|
+
import '../chunk-Q7LVUGFL.js';
|
|
291
|
+
import '../chunk-G5YLGJXR.js';
|
|
292
|
+
import '../chunk-G24VV5NO.js';
|
|
293
|
+
import '../chunk-R3AO6AZM.js';
|
|
294
|
+
import '../chunk-GCUTJI7M.js';
|
|
295
|
+
import '../chunk-CXACRCZ4.js';
|
|
296
|
+
import '../chunk-P6IRHPFM.js';
|
|
297
|
+
import '../chunk-SXHYB7JB.js';
|
|
298
|
+
import '../chunk-BFLN54VR.js';
|
|
299
|
+
import '../chunk-ONGJ7AC2.js';
|
|
300
|
+
import '../chunk-UHXGBV5N.js';
|
|
301
|
+
import '../chunk-UIUMTURU.js';
|
|
302
|
+
import '../chunk-OCQB4IU7.js';
|
|
303
|
+
import '../chunk-ZJ6PY5ST.js';
|
|
304
|
+
import '../chunk-PRUXIDBD.js';
|
|
305
|
+
import '../chunk-NURPUVUV.js';
|
|
306
|
+
import '../chunk-J3QL5UQ7.js';
|
|
307
|
+
import '../chunk-S4JAHKOP.js';
|
|
308
|
+
import '../chunk-EK43W2Y6.js';
|
|
309
|
+
import '../chunk-TV4RSQH4.js';
|
|
310
|
+
import '../chunk-HJBXUXTD.js';
|
|
311
|
+
import '../chunk-ASKFAYYR.js';
|
|
312
|
+
import '../chunk-QYZT24TS.js';
|
|
313
|
+
|
|
314
|
+
// src/catalog/components.tsx
|
|
315
|
+
var seedComponents = {
|
|
316
|
+
AccountLockedBlock,
|
|
317
|
+
ActivityFeedBlock,
|
|
318
|
+
AgentConversationBlock,
|
|
319
|
+
AgentProfileGridBlock,
|
|
320
|
+
AgentRunOverviewBlock,
|
|
321
|
+
AgentWorkbenchBlock,
|
|
322
|
+
BannerBlock,
|
|
323
|
+
BarChartBlock,
|
|
324
|
+
CallToActionBlock,
|
|
325
|
+
ChangelogBlock,
|
|
326
|
+
ChartBlock,
|
|
327
|
+
ChartCollectionBlock,
|
|
328
|
+
ComparisonBlock,
|
|
329
|
+
ContactBlock,
|
|
330
|
+
CreateBlock,
|
|
331
|
+
DataGridBlock,
|
|
332
|
+
DirectoryBlock,
|
|
333
|
+
FAQBlock,
|
|
334
|
+
FeatureBlock,
|
|
335
|
+
FeatureGridBlock,
|
|
336
|
+
FooterBlock,
|
|
337
|
+
GalleryBlock,
|
|
338
|
+
HeaderBlock,
|
|
339
|
+
HeatmapChartBlock,
|
|
340
|
+
HeroBlock,
|
|
341
|
+
HeroSectionBlock,
|
|
342
|
+
IntegrationsBlock,
|
|
343
|
+
InteractiveAreaChartBlock,
|
|
344
|
+
LoginBlock,
|
|
345
|
+
NewsletterBlock,
|
|
346
|
+
OnboardingBlock,
|
|
347
|
+
PasswordRecoveryBlock,
|
|
348
|
+
PricingBlock,
|
|
349
|
+
ProcessFlowBlock,
|
|
350
|
+
ResetPasswordBlock,
|
|
351
|
+
SignUpBlock,
|
|
352
|
+
SocialProofBlock,
|
|
353
|
+
SolutionShowcaseBlock,
|
|
354
|
+
StatsBlock,
|
|
355
|
+
StatsMarketingBlock,
|
|
356
|
+
TeamBlock,
|
|
357
|
+
TestimonialsBlock,
|
|
358
|
+
TwoFactorChallengeBlock,
|
|
359
|
+
TwoFactorSetupBlock,
|
|
360
|
+
UsageDonutBlock,
|
|
361
|
+
AudioVisualizerBlock,
|
|
362
|
+
AuthLayout,
|
|
363
|
+
AuthSuccessBlock,
|
|
364
|
+
ChatLayout,
|
|
365
|
+
CheckoutForm,
|
|
366
|
+
CodeBlock,
|
|
367
|
+
FormWizard: { FormWizard, formWizardVariants },
|
|
368
|
+
InviteUserModal,
|
|
369
|
+
KanbanBoard: { KanbanBoard, KanbanColumn, KanbanColumnHeader, KanbanHandle, KanbanItem },
|
|
370
|
+
KanbanDemoBlock,
|
|
371
|
+
LogoCloud,
|
|
372
|
+
NavUser,
|
|
373
|
+
NotFoundBlock,
|
|
374
|
+
SettingsLayout,
|
|
375
|
+
VoiceAgentCard,
|
|
376
|
+
WizardBlock,
|
|
377
|
+
AccountLockedPageKit,
|
|
378
|
+
AgentsChatPageKit,
|
|
379
|
+
AnalyticsPageKit,
|
|
380
|
+
BlogContentPageKit,
|
|
381
|
+
CheckoutPageKit,
|
|
382
|
+
CompanySuitePageKit,
|
|
383
|
+
CrudFormPageKit,
|
|
384
|
+
CrudListDetailPageKit,
|
|
385
|
+
DashboardPageKit,
|
|
386
|
+
ErrorPageKit,
|
|
387
|
+
KanbanBoardPageKit,
|
|
388
|
+
LandingPageKit,
|
|
389
|
+
LoginPageKit,
|
|
390
|
+
MarketingShellPageKit,
|
|
391
|
+
NavigationShellPageKit,
|
|
392
|
+
OnboardingPageKit,
|
|
393
|
+
PricingPageKit,
|
|
394
|
+
ProfileSettingsPageKit,
|
|
395
|
+
RecoveryPageKit,
|
|
396
|
+
ResetPageKit,
|
|
397
|
+
ServiceSuitePageKit,
|
|
398
|
+
SettingsPageKit,
|
|
399
|
+
SignupPageKit,
|
|
400
|
+
SuccessPageKit,
|
|
401
|
+
TeamSettingsPageKit,
|
|
402
|
+
TwoFactorPageKit,
|
|
403
|
+
VerifyEmailPageKit,
|
|
404
|
+
VoiceAgentsPageKit
|
|
405
|
+
};
|
|
406
|
+
|
|
407
|
+
export { seedComponents };
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { seedComponentDefinitions } from './catalog';
|
|
2
|
+
import type { z } from 'zod';
|
|
3
|
+
/** Infer props type from a catalog entry name */
|
|
4
|
+
export type CatalogProps<K extends keyof typeof seedComponentDefinitions> = z.infer<(typeof seedComponentDefinitions)[K]['props']>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import { MetricCard } from './chunk-BRXNGF5W.js';
|
|
2
|
+
import { UsersIcon } from './chunk-WUO7OONN.js';
|
|
3
|
+
import { CreditCardIcon } from './chunk-JHQTKMKG.js';
|
|
4
|
+
import { DollarSignIcon } from './chunk-2MOEOEOI.js';
|
|
5
|
+
import { ActivityIcon } from './chunk-JJTQOH7J.js';
|
|
6
|
+
import { jsx } from 'react/jsx-runtime';
|
|
7
|
+
|
|
8
|
+
var defaultStats = [
|
|
9
|
+
{
|
|
10
|
+
title: "Total Revenue",
|
|
11
|
+
value: 45231.89,
|
|
12
|
+
icon: /* @__PURE__ */ jsx(DollarSignIcon, { size: 16, className: "text-text-tertiary" }),
|
|
13
|
+
prefix: "$",
|
|
14
|
+
formatter: (v) => v.toLocaleString("en-US", { minimumFractionDigits: 2, maximumFractionDigits: 2 }),
|
|
15
|
+
trend: { value: 20.1, direction: "up" },
|
|
16
|
+
periodText: "from last month"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
title: "Subscriptions",
|
|
20
|
+
value: 2350,
|
|
21
|
+
icon: /* @__PURE__ */ jsx(UsersIcon, { size: 16, className: "text-text-tertiary" }),
|
|
22
|
+
trend: { value: 180.1, direction: "up" },
|
|
23
|
+
periodText: "from last month"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
title: "Sales",
|
|
27
|
+
value: 12234,
|
|
28
|
+
icon: /* @__PURE__ */ jsx(CreditCardIcon, { size: 16, className: "text-text-tertiary" }),
|
|
29
|
+
trend: { value: -19, direction: "down" },
|
|
30
|
+
periodText: "from last month"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
title: "Active Now",
|
|
34
|
+
value: 573,
|
|
35
|
+
icon: /* @__PURE__ */ jsx(ActivityIcon, { size: 16, className: "text-text-tertiary" }),
|
|
36
|
+
trend: { value: 201, direction: "up" },
|
|
37
|
+
periodText: "since last hour"
|
|
38
|
+
}
|
|
39
|
+
];
|
|
40
|
+
function StatsBlock({
|
|
41
|
+
stats = defaultStats,
|
|
42
|
+
className
|
|
43
|
+
}) {
|
|
44
|
+
return /* @__PURE__ */ jsx("div", { className: className ?? "grid gap-4 md:grid-cols-2 lg:grid-cols-4", children: stats.map((stat) => /* @__PURE__ */ jsx(
|
|
45
|
+
MetricCard,
|
|
46
|
+
{
|
|
47
|
+
label: stat.title,
|
|
48
|
+
value: stat.value,
|
|
49
|
+
icon: stat.icon,
|
|
50
|
+
prefix: stat.prefix,
|
|
51
|
+
suffix: stat.suffix,
|
|
52
|
+
formatter: stat.formatter,
|
|
53
|
+
trend: stat.trend,
|
|
54
|
+
sparklineData: stat.sparklineData
|
|
55
|
+
},
|
|
56
|
+
stat.title
|
|
57
|
+
)) });
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
export { StatsBlock };
|