@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
|
@@ -1,1894 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"schemaVersion": "1.0.0",
|
|
3
|
-
"pageKits": {
|
|
4
|
-
"AccountLockedPageKit": {
|
|
5
|
-
"canonicalExport": "AccountLockedPageKit",
|
|
6
|
-
"sourceSymbol": "AccountLockedPageKit",
|
|
7
|
-
"subpath": "./account-locked-page-kit",
|
|
8
|
-
"sourceFile": "src/components/page-kits/AccountLockedPageKit.tsx",
|
|
9
|
-
"category": "page-kits",
|
|
10
|
-
"tier": "stable",
|
|
11
|
-
"description": "AccountLockedPageKit page-kit export available at ./account-locked-page-kit.",
|
|
12
|
-
"propsSchema": {
|
|
13
|
-
"kind": "object",
|
|
14
|
-
"noDataProps": false,
|
|
15
|
-
"required": [],
|
|
16
|
-
"optional": [
|
|
17
|
-
"errorMessage",
|
|
18
|
-
"cardClassName"
|
|
19
|
-
],
|
|
20
|
-
"properties": {
|
|
21
|
-
"errorMessage": {
|
|
22
|
-
"required": false,
|
|
23
|
-
"type": "React.ReactNode"
|
|
24
|
-
},
|
|
25
|
-
"cardClassName": {
|
|
26
|
-
"required": false,
|
|
27
|
-
"type": "string"
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
},
|
|
32
|
-
"AgentsChatPageKit": {
|
|
33
|
-
"canonicalExport": "AgentsChatPageKit",
|
|
34
|
-
"sourceSymbol": "AgentsChatPageKit",
|
|
35
|
-
"subpath": "./agents-chat-page-kit",
|
|
36
|
-
"sourceFile": "src/components/page-kits/AgentsChatPageKit.tsx",
|
|
37
|
-
"category": "page-kits",
|
|
38
|
-
"tier": "stable",
|
|
39
|
-
"description": "AgentsChatPageKit page-kit export available at ./agents-chat-page-kit.",
|
|
40
|
-
"propsSchema": {
|
|
41
|
-
"kind": "object",
|
|
42
|
-
"noDataProps": false,
|
|
43
|
-
"required": [
|
|
44
|
-
"shell"
|
|
45
|
-
],
|
|
46
|
-
"optional": [
|
|
47
|
-
"state",
|
|
48
|
-
"messages",
|
|
49
|
-
"toolCalls",
|
|
50
|
-
"artifacts",
|
|
51
|
-
"traceEvents",
|
|
52
|
-
"approval",
|
|
53
|
-
"composer",
|
|
54
|
-
"errorMessage"
|
|
55
|
-
],
|
|
56
|
-
"properties": {
|
|
57
|
-
"shell": {
|
|
58
|
-
"required": true,
|
|
59
|
-
"type": "Omit<NavigationShellPageKitProps, \"children\">"
|
|
60
|
-
},
|
|
61
|
-
"state": {
|
|
62
|
-
"required": false,
|
|
63
|
-
"type": "AgentsChatPageKitState"
|
|
64
|
-
},
|
|
65
|
-
"messages": {
|
|
66
|
-
"required": false,
|
|
67
|
-
"type": "ConversationMessage[]"
|
|
68
|
-
},
|
|
69
|
-
"toolCalls": {
|
|
70
|
-
"required": false,
|
|
71
|
-
"type": "AgentsChatPageKitToolCall[]"
|
|
72
|
-
},
|
|
73
|
-
"artifacts": {
|
|
74
|
-
"required": false,
|
|
75
|
-
"type": "AgentsChatPageKitArtifact[]"
|
|
76
|
-
},
|
|
77
|
-
"traceEvents": {
|
|
78
|
-
"required": false,
|
|
79
|
-
"type": "AgentsChatPageKitTraceEvent[]"
|
|
80
|
-
},
|
|
81
|
-
"approval": {
|
|
82
|
-
"required": false,
|
|
83
|
-
"type": "AgentsChatPageKitApproval"
|
|
84
|
-
},
|
|
85
|
-
"composer": {
|
|
86
|
-
"required": false,
|
|
87
|
-
"type": "AgentsChatPageKitComposer"
|
|
88
|
-
},
|
|
89
|
-
"errorMessage": {
|
|
90
|
-
"required": false,
|
|
91
|
-
"type": "string"
|
|
92
|
-
}
|
|
93
|
-
}
|
|
94
|
-
}
|
|
95
|
-
},
|
|
96
|
-
"AnalyticsPageKit": {
|
|
97
|
-
"canonicalExport": "AnalyticsPageKit",
|
|
98
|
-
"sourceSymbol": "AnalyticsPageKit",
|
|
99
|
-
"subpath": "./analytics-page-kit",
|
|
100
|
-
"sourceFile": "src/components/page-kits/AnalyticsPageKit.tsx",
|
|
101
|
-
"category": "page-kits",
|
|
102
|
-
"tier": "stable",
|
|
103
|
-
"description": "AnalyticsPageKit page-kit export available at ./analytics-page-kit.",
|
|
104
|
-
"propsSchema": {
|
|
105
|
-
"kind": "object",
|
|
106
|
-
"noDataProps": false,
|
|
107
|
-
"required": [
|
|
108
|
-
"shell",
|
|
109
|
-
"filters",
|
|
110
|
-
"chartRegions",
|
|
111
|
-
"gridRegions"
|
|
112
|
-
],
|
|
113
|
-
"optional": [
|
|
114
|
-
"title",
|
|
115
|
-
"description",
|
|
116
|
-
"comparisonLabel",
|
|
117
|
-
"onResetFilters"
|
|
118
|
-
],
|
|
119
|
-
"properties": {
|
|
120
|
-
"shell": {
|
|
121
|
-
"required": true,
|
|
122
|
-
"type": "Omit<NavigationShellPageKitProps, \"children\">"
|
|
123
|
-
},
|
|
124
|
-
"title": {
|
|
125
|
-
"required": false,
|
|
126
|
-
"type": "string"
|
|
127
|
-
},
|
|
128
|
-
"description": {
|
|
129
|
-
"required": false,
|
|
130
|
-
"type": "string"
|
|
131
|
-
},
|
|
132
|
-
"filters": {
|
|
133
|
-
"required": true,
|
|
134
|
-
"type": "AnalyticsPageKitFilter[]"
|
|
135
|
-
},
|
|
136
|
-
"chartRegions": {
|
|
137
|
-
"required": true,
|
|
138
|
-
"type": "AnalyticsPageKitChartRegion[]"
|
|
139
|
-
},
|
|
140
|
-
"gridRegions": {
|
|
141
|
-
"required": true,
|
|
142
|
-
"type": "AnalyticsPageKitGridRegion[]"
|
|
143
|
-
},
|
|
144
|
-
"comparisonLabel": {
|
|
145
|
-
"required": false,
|
|
146
|
-
"type": "string"
|
|
147
|
-
},
|
|
148
|
-
"onResetFilters": {
|
|
149
|
-
"required": false,
|
|
150
|
-
"type": "() => void"
|
|
151
|
-
}
|
|
152
|
-
}
|
|
153
|
-
}
|
|
154
|
-
},
|
|
155
|
-
"BlogContentPageKit": {
|
|
156
|
-
"canonicalExport": "BlogContentPageKit",
|
|
157
|
-
"sourceSymbol": "BlogContentPageKit",
|
|
158
|
-
"subpath": "./blog-content-page-kit",
|
|
159
|
-
"sourceFile": "src/components/page-kits/BlogContentPageKit.tsx",
|
|
160
|
-
"category": "page-kits",
|
|
161
|
-
"tier": "stable",
|
|
162
|
-
"description": "BlogContentPageKit page-kit export available at ./blog-content-page-kit.",
|
|
163
|
-
"propsSchema": {
|
|
164
|
-
"kind": "object",
|
|
165
|
-
"noDataProps": false,
|
|
166
|
-
"required": [
|
|
167
|
-
"shell"
|
|
168
|
-
],
|
|
169
|
-
"optional": [
|
|
170
|
-
"state",
|
|
171
|
-
"variant",
|
|
172
|
-
"categories",
|
|
173
|
-
"activeCategoryId",
|
|
174
|
-
"onCategoryChange",
|
|
175
|
-
"articles",
|
|
176
|
-
"detail",
|
|
177
|
-
"changelog",
|
|
178
|
-
"pagination",
|
|
179
|
-
"newsletter",
|
|
180
|
-
"loadingMessage",
|
|
181
|
-
"emptyState"
|
|
182
|
-
],
|
|
183
|
-
"properties": {
|
|
184
|
-
"shell": {
|
|
185
|
-
"required": true,
|
|
186
|
-
"type": "Omit<MarketingShellPageKitProps, \"children\">"
|
|
187
|
-
},
|
|
188
|
-
"state": {
|
|
189
|
-
"required": false,
|
|
190
|
-
"type": "BlogContentPageKitState"
|
|
191
|
-
},
|
|
192
|
-
"variant": {
|
|
193
|
-
"required": false,
|
|
194
|
-
"type": "BlogContentPageKitVariant"
|
|
195
|
-
},
|
|
196
|
-
"categories": {
|
|
197
|
-
"required": false,
|
|
198
|
-
"type": "BlogContentPageKitCategory[]"
|
|
199
|
-
},
|
|
200
|
-
"activeCategoryId": {
|
|
201
|
-
"required": false,
|
|
202
|
-
"type": "string | null"
|
|
203
|
-
},
|
|
204
|
-
"onCategoryChange": {
|
|
205
|
-
"required": false,
|
|
206
|
-
"type": "(categoryId: string | null) => void"
|
|
207
|
-
},
|
|
208
|
-
"articles": {
|
|
209
|
-
"required": false,
|
|
210
|
-
"type": "BlogContentPageKitArticle[]"
|
|
211
|
-
},
|
|
212
|
-
"detail": {
|
|
213
|
-
"required": false,
|
|
214
|
-
"type": "BlogContentPageKitDetail"
|
|
215
|
-
},
|
|
216
|
-
"changelog": {
|
|
217
|
-
"required": false,
|
|
218
|
-
"type": "React.ComponentProps<typeof ChangelogBlock> | null"
|
|
219
|
-
},
|
|
220
|
-
"pagination": {
|
|
221
|
-
"required": false,
|
|
222
|
-
"type": "BlogContentPageKitPagination"
|
|
223
|
-
},
|
|
224
|
-
"newsletter": {
|
|
225
|
-
"required": false,
|
|
226
|
-
"type": "React.ComponentProps<typeof NewsletterBlock> | null"
|
|
227
|
-
},
|
|
228
|
-
"loadingMessage": {
|
|
229
|
-
"required": false,
|
|
230
|
-
"type": "string"
|
|
231
|
-
},
|
|
232
|
-
"emptyState": {
|
|
233
|
-
"required": false,
|
|
234
|
-
"type": "BlogContentPageKitEmptyState"
|
|
235
|
-
}
|
|
236
|
-
}
|
|
237
|
-
}
|
|
238
|
-
},
|
|
239
|
-
"CheckoutPageKit": {
|
|
240
|
-
"canonicalExport": "CheckoutPageKit",
|
|
241
|
-
"sourceSymbol": "CheckoutPageKit",
|
|
242
|
-
"subpath": "./checkout-page-kit",
|
|
243
|
-
"sourceFile": "src/components/page-kits/CheckoutPageKit.tsx",
|
|
244
|
-
"category": "page-kits",
|
|
245
|
-
"tier": "stable",
|
|
246
|
-
"description": "CheckoutPageKit page-kit export available at ./checkout-page-kit.",
|
|
247
|
-
"propsSchema": {
|
|
248
|
-
"kind": "object",
|
|
249
|
-
"noDataProps": false,
|
|
250
|
-
"required": [
|
|
251
|
-
"shell",
|
|
252
|
-
"summary",
|
|
253
|
-
"billingFields"
|
|
254
|
-
],
|
|
255
|
-
"optional": [
|
|
256
|
-
"state",
|
|
257
|
-
"onBillingFieldChange",
|
|
258
|
-
"onSubmit",
|
|
259
|
-
"onRetry",
|
|
260
|
-
"onContinue",
|
|
261
|
-
"errorMessage",
|
|
262
|
-
"successMessage",
|
|
263
|
-
"processingMessage"
|
|
264
|
-
],
|
|
265
|
-
"properties": {
|
|
266
|
-
"shell": {
|
|
267
|
-
"required": true,
|
|
268
|
-
"type": "Omit<MarketingShellPageKitProps, \"children\">"
|
|
269
|
-
},
|
|
270
|
-
"state": {
|
|
271
|
-
"required": false,
|
|
272
|
-
"type": "CheckoutPageKitState"
|
|
273
|
-
},
|
|
274
|
-
"summary": {
|
|
275
|
-
"required": true,
|
|
276
|
-
"type": "CheckoutPageKitSummary"
|
|
277
|
-
},
|
|
278
|
-
"billingFields": {
|
|
279
|
-
"required": true,
|
|
280
|
-
"type": "CheckoutPageKitBillingField[]"
|
|
281
|
-
},
|
|
282
|
-
"onBillingFieldChange": {
|
|
283
|
-
"required": false,
|
|
284
|
-
"type": "(fieldId: string, value: string) => void"
|
|
285
|
-
},
|
|
286
|
-
"onSubmit": {
|
|
287
|
-
"required": false,
|
|
288
|
-
"type": "() => void"
|
|
289
|
-
},
|
|
290
|
-
"onRetry": {
|
|
291
|
-
"required": false,
|
|
292
|
-
"type": "() => void"
|
|
293
|
-
},
|
|
294
|
-
"onContinue": {
|
|
295
|
-
"required": false,
|
|
296
|
-
"type": "() => void"
|
|
297
|
-
},
|
|
298
|
-
"errorMessage": {
|
|
299
|
-
"required": false,
|
|
300
|
-
"type": "string"
|
|
301
|
-
},
|
|
302
|
-
"successMessage": {
|
|
303
|
-
"required": false,
|
|
304
|
-
"type": "string"
|
|
305
|
-
},
|
|
306
|
-
"processingMessage": {
|
|
307
|
-
"required": false,
|
|
308
|
-
"type": "string"
|
|
309
|
-
}
|
|
310
|
-
}
|
|
311
|
-
}
|
|
312
|
-
},
|
|
313
|
-
"CompanySuitePageKit": {
|
|
314
|
-
"canonicalExport": "CompanySuitePageKit",
|
|
315
|
-
"sourceSymbol": "CompanySuitePageKit",
|
|
316
|
-
"subpath": "./company-suite-page-kit",
|
|
317
|
-
"sourceFile": "src/components/page-kits/CompanySuitePageKit.tsx",
|
|
318
|
-
"category": "page-kits",
|
|
319
|
-
"tier": "stable",
|
|
320
|
-
"description": "CompanySuitePageKit page-kit export available at ./company-suite-page-kit.",
|
|
321
|
-
"propsSchema": {
|
|
322
|
-
"kind": "object",
|
|
323
|
-
"noDataProps": false,
|
|
324
|
-
"required": [
|
|
325
|
-
"shell"
|
|
326
|
-
],
|
|
327
|
-
"optional": [
|
|
328
|
-
"variant",
|
|
329
|
-
"sectionOrder",
|
|
330
|
-
"narrative",
|
|
331
|
-
"team",
|
|
332
|
-
"contact",
|
|
333
|
-
"faq",
|
|
334
|
-
"cta"
|
|
335
|
-
],
|
|
336
|
-
"properties": {
|
|
337
|
-
"shell": {
|
|
338
|
-
"required": true,
|
|
339
|
-
"type": "Omit<MarketingShellPageKitProps, \"children\">"
|
|
340
|
-
},
|
|
341
|
-
"variant": {
|
|
342
|
-
"required": false,
|
|
343
|
-
"type": "CompanySuitePageKitVariant"
|
|
344
|
-
},
|
|
345
|
-
"sectionOrder": {
|
|
346
|
-
"required": false,
|
|
347
|
-
"type": "CompanySuitePageKitSectionId[]"
|
|
348
|
-
},
|
|
349
|
-
"narrative": {
|
|
350
|
-
"required": false,
|
|
351
|
-
"type": "CompanySuitePageKitNarrative"
|
|
352
|
-
},
|
|
353
|
-
"team": {
|
|
354
|
-
"required": false,
|
|
355
|
-
"type": "React.ComponentProps<typeof TeamBlock> | null"
|
|
356
|
-
},
|
|
357
|
-
"contact": {
|
|
358
|
-
"required": false,
|
|
359
|
-
"type": "React.ComponentProps<typeof ContactBlock> | null"
|
|
360
|
-
},
|
|
361
|
-
"faq": {
|
|
362
|
-
"required": false,
|
|
363
|
-
"type": "React.ComponentProps<typeof FAQBlock> | null"
|
|
364
|
-
},
|
|
365
|
-
"cta": {
|
|
366
|
-
"required": false,
|
|
367
|
-
"type": "React.ComponentProps<typeof CallToActionBlock> | null"
|
|
368
|
-
}
|
|
369
|
-
}
|
|
370
|
-
}
|
|
371
|
-
},
|
|
372
|
-
"CrudFormPageKit": {
|
|
373
|
-
"canonicalExport": "CrudFormPageKit",
|
|
374
|
-
"sourceSymbol": "CrudFormPageKit",
|
|
375
|
-
"subpath": "./crud-form-page-kit",
|
|
376
|
-
"sourceFile": "src/components/page-kits/CrudFormPageKit.tsx",
|
|
377
|
-
"category": "page-kits",
|
|
378
|
-
"tier": "stable",
|
|
379
|
-
"description": "CrudFormPageKit page-kit export available at ./crud-form-page-kit.",
|
|
380
|
-
"propsSchema": {
|
|
381
|
-
"kind": "object",
|
|
382
|
-
"noDataProps": false,
|
|
383
|
-
"required": [
|
|
384
|
-
"shell",
|
|
385
|
-
"sections"
|
|
386
|
-
],
|
|
387
|
-
"optional": [
|
|
388
|
-
"title",
|
|
389
|
-
"description",
|
|
390
|
-
"state",
|
|
391
|
-
"onFieldChange",
|
|
392
|
-
"actions",
|
|
393
|
-
"validationMessage",
|
|
394
|
-
"fatalErrorMessage",
|
|
395
|
-
"savedMessage"
|
|
396
|
-
],
|
|
397
|
-
"properties": {
|
|
398
|
-
"shell": {
|
|
399
|
-
"required": true,
|
|
400
|
-
"type": "Omit<NavigationShellPageKitProps, \"children\">"
|
|
401
|
-
},
|
|
402
|
-
"title": {
|
|
403
|
-
"required": false,
|
|
404
|
-
"type": "string"
|
|
405
|
-
},
|
|
406
|
-
"description": {
|
|
407
|
-
"required": false,
|
|
408
|
-
"type": "string"
|
|
409
|
-
},
|
|
410
|
-
"state": {
|
|
411
|
-
"required": false,
|
|
412
|
-
"type": "CrudFormPageKitState"
|
|
413
|
-
},
|
|
414
|
-
"sections": {
|
|
415
|
-
"required": true,
|
|
416
|
-
"type": "CrudFormPageKitSection[]"
|
|
417
|
-
},
|
|
418
|
-
"onFieldChange": {
|
|
419
|
-
"required": false,
|
|
420
|
-
"type": "(fieldId: string, value: string) => void"
|
|
421
|
-
},
|
|
422
|
-
"actions": {
|
|
423
|
-
"required": false,
|
|
424
|
-
"type": "CrudFormPageKitActions"
|
|
425
|
-
},
|
|
426
|
-
"validationMessage": {
|
|
427
|
-
"required": false,
|
|
428
|
-
"type": "string"
|
|
429
|
-
},
|
|
430
|
-
"fatalErrorMessage": {
|
|
431
|
-
"required": false,
|
|
432
|
-
"type": "string"
|
|
433
|
-
},
|
|
434
|
-
"savedMessage": {
|
|
435
|
-
"required": false,
|
|
436
|
-
"type": "string"
|
|
437
|
-
}
|
|
438
|
-
}
|
|
439
|
-
}
|
|
440
|
-
},
|
|
441
|
-
"CrudListDetailPageKit": {
|
|
442
|
-
"canonicalExport": "CrudListDetailPageKit",
|
|
443
|
-
"sourceSymbol": "CrudListDetailPageKit",
|
|
444
|
-
"subpath": "./crud-list-detail-page-kit",
|
|
445
|
-
"sourceFile": "src/components/page-kits/CrudListDetailPageKit.tsx",
|
|
446
|
-
"category": "page-kits",
|
|
447
|
-
"tier": "stable",
|
|
448
|
-
"description": "CrudListDetailPageKit page-kit export available at ./crud-list-detail-page-kit.",
|
|
449
|
-
"propsSchema": {
|
|
450
|
-
"kind": "object",
|
|
451
|
-
"noDataProps": false,
|
|
452
|
-
"required": [
|
|
453
|
-
"shell",
|
|
454
|
-
"columns",
|
|
455
|
-
"rows",
|
|
456
|
-
"pagination"
|
|
457
|
-
],
|
|
458
|
-
"optional": [
|
|
459
|
-
"title",
|
|
460
|
-
"description",
|
|
461
|
-
"state",
|
|
462
|
-
"filterControls",
|
|
463
|
-
"selectedRowId",
|
|
464
|
-
"selectedRowIds",
|
|
465
|
-
"onRowSelect",
|
|
466
|
-
"bulkActions",
|
|
467
|
-
"detailPanel",
|
|
468
|
-
"emptyState",
|
|
469
|
-
"errorMessage",
|
|
470
|
-
"listAriaLabel",
|
|
471
|
-
"headerActions",
|
|
472
|
-
"renderCollection"
|
|
473
|
-
],
|
|
474
|
-
"properties": {
|
|
475
|
-
"shell": {
|
|
476
|
-
"required": true,
|
|
477
|
-
"type": "Omit<NavigationShellPageKitProps, \"children\">"
|
|
478
|
-
},
|
|
479
|
-
"title": {
|
|
480
|
-
"required": false,
|
|
481
|
-
"type": "string"
|
|
482
|
-
},
|
|
483
|
-
"description": {
|
|
484
|
-
"required": false,
|
|
485
|
-
"type": "string"
|
|
486
|
-
},
|
|
487
|
-
"state": {
|
|
488
|
-
"required": false,
|
|
489
|
-
"type": "CrudListDetailPageKitState"
|
|
490
|
-
},
|
|
491
|
-
"columns": {
|
|
492
|
-
"required": true,
|
|
493
|
-
"type": "CrudListDetailPageKitColumn[]"
|
|
494
|
-
},
|
|
495
|
-
"rows": {
|
|
496
|
-
"required": true,
|
|
497
|
-
"type": "CrudListDetailPageKitRow[]"
|
|
498
|
-
},
|
|
499
|
-
"filterControls": {
|
|
500
|
-
"required": false,
|
|
501
|
-
"type": "CrudListDetailPageKitFilterControl[]"
|
|
502
|
-
},
|
|
503
|
-
"selectedRowId": {
|
|
504
|
-
"required": false,
|
|
505
|
-
"type": "string | null"
|
|
506
|
-
},
|
|
507
|
-
"selectedRowIds": {
|
|
508
|
-
"required": false,
|
|
509
|
-
"type": "string[]"
|
|
510
|
-
},
|
|
511
|
-
"onRowSelect": {
|
|
512
|
-
"required": false,
|
|
513
|
-
"type": "(rowId: string | null) => void"
|
|
514
|
-
},
|
|
515
|
-
"bulkActions": {
|
|
516
|
-
"required": false,
|
|
517
|
-
"type": "CrudListDetailPageKitBulkAction[]"
|
|
518
|
-
},
|
|
519
|
-
"detailPanel": {
|
|
520
|
-
"required": false,
|
|
521
|
-
"type": "CrudListDetailPageKitDetailPanel"
|
|
522
|
-
},
|
|
523
|
-
"emptyState": {
|
|
524
|
-
"required": false,
|
|
525
|
-
"type": "CrudListDetailPageKitEmptyState"
|
|
526
|
-
},
|
|
527
|
-
"pagination": {
|
|
528
|
-
"required": true,
|
|
529
|
-
"type": "CrudListDetailPageKitPagination"
|
|
530
|
-
},
|
|
531
|
-
"errorMessage": {
|
|
532
|
-
"required": false,
|
|
533
|
-
"type": "string"
|
|
534
|
-
},
|
|
535
|
-
"listAriaLabel": {
|
|
536
|
-
"required": false,
|
|
537
|
-
"type": "string"
|
|
538
|
-
},
|
|
539
|
-
"headerActions": {
|
|
540
|
-
"required": false,
|
|
541
|
-
"type": "React.ReactNode"
|
|
542
|
-
},
|
|
543
|
-
"renderCollection": {
|
|
544
|
-
"required": false,
|
|
545
|
-
"type": "(context: { rows: CrudListDetailPageKitRow[]; columns: CrudListDetailPageKitColumn[]; selectedRowId: string | null; onRowSelect?: (rowId: string | null) => void; }) => React.ReactNode"
|
|
546
|
-
}
|
|
547
|
-
}
|
|
548
|
-
}
|
|
549
|
-
},
|
|
550
|
-
"DashboardPageKit": {
|
|
551
|
-
"canonicalExport": "DashboardPageKit",
|
|
552
|
-
"sourceSymbol": "DashboardPageKit",
|
|
553
|
-
"subpath": "./dashboard-page-kit",
|
|
554
|
-
"sourceFile": "src/components/page-kits/DashboardPageKit.tsx",
|
|
555
|
-
"category": "page-kits",
|
|
556
|
-
"tier": "stable",
|
|
557
|
-
"description": "DashboardPageKit page-kit export available at ./dashboard-page-kit.",
|
|
558
|
-
"propsSchema": {
|
|
559
|
-
"kind": "object",
|
|
560
|
-
"noDataProps": false,
|
|
561
|
-
"required": [
|
|
562
|
-
"shell"
|
|
563
|
-
],
|
|
564
|
-
"optional": [
|
|
565
|
-
"title",
|
|
566
|
-
"description",
|
|
567
|
-
"kpis",
|
|
568
|
-
"kpiState",
|
|
569
|
-
"chartRegions",
|
|
570
|
-
"activityRegion",
|
|
571
|
-
"lastUpdated"
|
|
572
|
-
],
|
|
573
|
-
"properties": {
|
|
574
|
-
"shell": {
|
|
575
|
-
"required": true,
|
|
576
|
-
"type": "Omit<NavigationShellPageKitProps, \"children\">"
|
|
577
|
-
},
|
|
578
|
-
"title": {
|
|
579
|
-
"required": false,
|
|
580
|
-
"type": "string"
|
|
581
|
-
},
|
|
582
|
-
"description": {
|
|
583
|
-
"required": false,
|
|
584
|
-
"type": "string"
|
|
585
|
-
},
|
|
586
|
-
"kpis": {
|
|
587
|
-
"required": false,
|
|
588
|
-
"type": "MetricCardProps[]"
|
|
589
|
-
},
|
|
590
|
-
"kpiState": {
|
|
591
|
-
"required": false,
|
|
592
|
-
"type": "DashboardPageKitRegionState"
|
|
593
|
-
},
|
|
594
|
-
"chartRegions": {
|
|
595
|
-
"required": false,
|
|
596
|
-
"type": "DashboardPageKitChartRegion[]"
|
|
597
|
-
},
|
|
598
|
-
"activityRegion": {
|
|
599
|
-
"required": false,
|
|
600
|
-
"type": "DashboardPageKitActivityRegion"
|
|
601
|
-
},
|
|
602
|
-
"lastUpdated": {
|
|
603
|
-
"required": false,
|
|
604
|
-
"type": "Date"
|
|
605
|
-
}
|
|
606
|
-
}
|
|
607
|
-
}
|
|
608
|
-
},
|
|
609
|
-
"ErrorPageKit": {
|
|
610
|
-
"canonicalExport": "ErrorPageKit",
|
|
611
|
-
"sourceSymbol": "ErrorPageKit",
|
|
612
|
-
"subpath": "./error-page-kit",
|
|
613
|
-
"sourceFile": "src/components/page-kits/ErrorPageKit.tsx",
|
|
614
|
-
"category": "page-kits",
|
|
615
|
-
"tier": "stable",
|
|
616
|
-
"description": "ErrorPageKit page-kit export available at ./error-page-kit.",
|
|
617
|
-
"propsSchema": {
|
|
618
|
-
"kind": "object",
|
|
619
|
-
"noDataProps": false,
|
|
620
|
-
"required": [
|
|
621
|
-
"variant",
|
|
622
|
-
"title",
|
|
623
|
-
"description"
|
|
624
|
-
],
|
|
625
|
-
"optional": [
|
|
626
|
-
"metadata",
|
|
627
|
-
"primaryAction",
|
|
628
|
-
"secondaryAction",
|
|
629
|
-
"supportContent"
|
|
630
|
-
],
|
|
631
|
-
"properties": {
|
|
632
|
-
"variant": {
|
|
633
|
-
"required": true,
|
|
634
|
-
"type": "ErrorPageKitVariant"
|
|
635
|
-
},
|
|
636
|
-
"title": {
|
|
637
|
-
"required": true,
|
|
638
|
-
"type": "string"
|
|
639
|
-
},
|
|
640
|
-
"description": {
|
|
641
|
-
"required": true,
|
|
642
|
-
"type": "string"
|
|
643
|
-
},
|
|
644
|
-
"metadata": {
|
|
645
|
-
"required": false,
|
|
646
|
-
"type": "ErrorPageKitMetadata"
|
|
647
|
-
},
|
|
648
|
-
"primaryAction": {
|
|
649
|
-
"required": false,
|
|
650
|
-
"type": "ErrorPageKitAction"
|
|
651
|
-
},
|
|
652
|
-
"secondaryAction": {
|
|
653
|
-
"required": false,
|
|
654
|
-
"type": "ErrorPageKitAction"
|
|
655
|
-
},
|
|
656
|
-
"supportContent": {
|
|
657
|
-
"required": false,
|
|
658
|
-
"type": "React.ReactNode"
|
|
659
|
-
}
|
|
660
|
-
}
|
|
661
|
-
}
|
|
662
|
-
},
|
|
663
|
-
"KanbanBoardPageKit": {
|
|
664
|
-
"canonicalExport": "KanbanBoardPageKit",
|
|
665
|
-
"sourceSymbol": "KanbanBoardPageKit",
|
|
666
|
-
"subpath": "./kanban-board-page-kit",
|
|
667
|
-
"sourceFile": "src/components/page-kits/KanbanBoardPageKit.tsx",
|
|
668
|
-
"category": "page-kits",
|
|
669
|
-
"tier": "stable",
|
|
670
|
-
"description": "KanbanBoardPageKit page-kit export available at ./kanban-board-page-kit.",
|
|
671
|
-
"propsSchema": {
|
|
672
|
-
"kind": "object",
|
|
673
|
-
"noDataProps": false,
|
|
674
|
-
"required": [
|
|
675
|
-
"shell",
|
|
676
|
-
"columns",
|
|
677
|
-
"getItemId",
|
|
678
|
-
"onMove"
|
|
679
|
-
],
|
|
680
|
-
"optional": [
|
|
681
|
-
"state",
|
|
682
|
-
"readOnly",
|
|
683
|
-
"title",
|
|
684
|
-
"description",
|
|
685
|
-
"moveErrorMessage",
|
|
686
|
-
"activityRegion"
|
|
687
|
-
],
|
|
688
|
-
"properties": {
|
|
689
|
-
"shell": {
|
|
690
|
-
"required": true,
|
|
691
|
-
"type": "Omit<NavigationShellPageKitProps, \"children\">"
|
|
692
|
-
},
|
|
693
|
-
"state": {
|
|
694
|
-
"required": false,
|
|
695
|
-
"type": "KanbanBoardPageKitState"
|
|
696
|
-
},
|
|
697
|
-
"columns": {
|
|
698
|
-
"required": true,
|
|
699
|
-
"type": "KanbanBoardPageKitColumn<TItem>[]"
|
|
700
|
-
},
|
|
701
|
-
"getItemId": {
|
|
702
|
-
"required": true,
|
|
703
|
-
"type": "(item: TItem) => string | number"
|
|
704
|
-
},
|
|
705
|
-
"onMove": {
|
|
706
|
-
"required": true,
|
|
707
|
-
"type": "(next: readonly KanbanColumnState<TItem, string>[], meta: KanbanMoveMeta<TItem, string>) => void"
|
|
708
|
-
},
|
|
709
|
-
"readOnly": {
|
|
710
|
-
"required": false,
|
|
711
|
-
"type": "boolean"
|
|
712
|
-
},
|
|
713
|
-
"title": {
|
|
714
|
-
"required": false,
|
|
715
|
-
"type": "string"
|
|
716
|
-
},
|
|
717
|
-
"description": {
|
|
718
|
-
"required": false,
|
|
719
|
-
"type": "string"
|
|
720
|
-
},
|
|
721
|
-
"moveErrorMessage": {
|
|
722
|
-
"required": false,
|
|
723
|
-
"type": "string"
|
|
724
|
-
},
|
|
725
|
-
"activityRegion": {
|
|
726
|
-
"required": false,
|
|
727
|
-
"type": "React.ReactNode"
|
|
728
|
-
}
|
|
729
|
-
}
|
|
730
|
-
}
|
|
731
|
-
},
|
|
732
|
-
"LandingPageKit": {
|
|
733
|
-
"canonicalExport": "LandingPageKit",
|
|
734
|
-
"sourceSymbol": "LandingPageKit",
|
|
735
|
-
"subpath": "./landing-page-kit",
|
|
736
|
-
"sourceFile": "src/components/page-kits/LandingPageKit.tsx",
|
|
737
|
-
"category": "page-kits",
|
|
738
|
-
"tier": "stable",
|
|
739
|
-
"description": "LandingPageKit page-kit export available at ./landing-page-kit.",
|
|
740
|
-
"propsSchema": {
|
|
741
|
-
"kind": "object",
|
|
742
|
-
"noDataProps": false,
|
|
743
|
-
"required": [
|
|
744
|
-
"shell"
|
|
745
|
-
],
|
|
746
|
-
"optional": [
|
|
747
|
-
"sectionOrder",
|
|
748
|
-
"hero",
|
|
749
|
-
"features",
|
|
750
|
-
"proof",
|
|
751
|
-
"pricingTeaser",
|
|
752
|
-
"faq",
|
|
753
|
-
"cta",
|
|
754
|
-
"newsletter"
|
|
755
|
-
],
|
|
756
|
-
"properties": {
|
|
757
|
-
"shell": {
|
|
758
|
-
"required": true,
|
|
759
|
-
"type": "Omit<MarketingShellPageKitProps, \"children\">"
|
|
760
|
-
},
|
|
761
|
-
"sectionOrder": {
|
|
762
|
-
"required": false,
|
|
763
|
-
"type": "LandingPageKitSectionId[]"
|
|
764
|
-
},
|
|
765
|
-
"hero": {
|
|
766
|
-
"required": false,
|
|
767
|
-
"type": "React.ComponentProps<typeof HeroBlock>"
|
|
768
|
-
},
|
|
769
|
-
"features": {
|
|
770
|
-
"required": false,
|
|
771
|
-
"type": "React.ComponentProps<typeof FeatureBlock> | null"
|
|
772
|
-
},
|
|
773
|
-
"proof": {
|
|
774
|
-
"required": false,
|
|
775
|
-
"type": "LandingPageKitProofSection | null"
|
|
776
|
-
},
|
|
777
|
-
"pricingTeaser": {
|
|
778
|
-
"required": false,
|
|
779
|
-
"type": "React.ComponentProps<typeof PricingBlock> | null"
|
|
780
|
-
},
|
|
781
|
-
"faq": {
|
|
782
|
-
"required": false,
|
|
783
|
-
"type": "React.ComponentProps<typeof FAQBlock> | null"
|
|
784
|
-
},
|
|
785
|
-
"cta": {
|
|
786
|
-
"required": false,
|
|
787
|
-
"type": "React.ComponentProps<typeof CallToActionBlock> | null"
|
|
788
|
-
},
|
|
789
|
-
"newsletter": {
|
|
790
|
-
"required": false,
|
|
791
|
-
"type": "React.ComponentProps<typeof NewsletterBlock> | null"
|
|
792
|
-
}
|
|
793
|
-
}
|
|
794
|
-
}
|
|
795
|
-
},
|
|
796
|
-
"LoginPageKit": {
|
|
797
|
-
"canonicalExport": "LoginPageKit",
|
|
798
|
-
"sourceSymbol": "LoginPageKit",
|
|
799
|
-
"subpath": "./login-page-kit",
|
|
800
|
-
"sourceFile": "src/components/page-kits/LoginPageKit.tsx",
|
|
801
|
-
"category": "page-kits",
|
|
802
|
-
"tier": "stable",
|
|
803
|
-
"description": "LoginPageKit page-kit export available at ./login-page-kit.",
|
|
804
|
-
"propsSchema": {
|
|
805
|
-
"kind": "object",
|
|
806
|
-
"noDataProps": false,
|
|
807
|
-
"required": [],
|
|
808
|
-
"optional": [
|
|
809
|
-
"action",
|
|
810
|
-
"googleAction",
|
|
811
|
-
"error",
|
|
812
|
-
"showSocial",
|
|
813
|
-
"labels",
|
|
814
|
-
"forgotPasswordHref",
|
|
815
|
-
"signUpHref",
|
|
816
|
-
"cardClassName"
|
|
817
|
-
],
|
|
818
|
-
"properties": {
|
|
819
|
-
"action": {
|
|
820
|
-
"required": false,
|
|
821
|
-
"type": "LoginBlockProps[\"action\"]"
|
|
822
|
-
},
|
|
823
|
-
"googleAction": {
|
|
824
|
-
"required": false,
|
|
825
|
-
"type": "LoginBlockProps[\"googleAction\"]"
|
|
826
|
-
},
|
|
827
|
-
"error": {
|
|
828
|
-
"required": false,
|
|
829
|
-
"type": "LoginBlockProps[\"error\"]"
|
|
830
|
-
},
|
|
831
|
-
"showSocial": {
|
|
832
|
-
"required": false,
|
|
833
|
-
"type": "LoginBlockProps[\"showSocial\"]"
|
|
834
|
-
},
|
|
835
|
-
"labels": {
|
|
836
|
-
"required": false,
|
|
837
|
-
"type": "LoginBlockProps[\"labels\"]"
|
|
838
|
-
},
|
|
839
|
-
"forgotPasswordHref": {
|
|
840
|
-
"required": false,
|
|
841
|
-
"type": "LoginBlockProps[\"forgotPasswordHref\"]"
|
|
842
|
-
},
|
|
843
|
-
"signUpHref": {
|
|
844
|
-
"required": false,
|
|
845
|
-
"type": "LoginBlockProps[\"signUpHref\"]"
|
|
846
|
-
},
|
|
847
|
-
"cardClassName": {
|
|
848
|
-
"required": false,
|
|
849
|
-
"type": "string"
|
|
850
|
-
}
|
|
851
|
-
}
|
|
852
|
-
}
|
|
853
|
-
},
|
|
854
|
-
"MarketingShellPageKit": {
|
|
855
|
-
"canonicalExport": "MarketingShellPageKit",
|
|
856
|
-
"sourceSymbol": "MarketingShellPageKit",
|
|
857
|
-
"subpath": "./marketing-shell-page-kit",
|
|
858
|
-
"sourceFile": "src/components/page-kits/MarketingShellPageKit.tsx",
|
|
859
|
-
"category": "page-kits",
|
|
860
|
-
"tier": "stable",
|
|
861
|
-
"description": "MarketingShellPageKit page-kit export available at ./marketing-shell-page-kit.",
|
|
862
|
-
"propsSchema": {
|
|
863
|
-
"kind": "object",
|
|
864
|
-
"noDataProps": false,
|
|
865
|
-
"required": [
|
|
866
|
-
"navigationItems"
|
|
867
|
-
],
|
|
868
|
-
"optional": [
|
|
869
|
-
"primaryAction",
|
|
870
|
-
"secondaryAction",
|
|
871
|
-
"announcement",
|
|
872
|
-
"footerProps",
|
|
873
|
-
"contentClassName"
|
|
874
|
-
],
|
|
875
|
-
"properties": {
|
|
876
|
-
"navigationItems": {
|
|
877
|
-
"required": true,
|
|
878
|
-
"type": "MarketingShellPageKitNavigationItem[]"
|
|
879
|
-
},
|
|
880
|
-
"primaryAction": {
|
|
881
|
-
"required": false,
|
|
882
|
-
"type": "MarketingShellPageKitAction"
|
|
883
|
-
},
|
|
884
|
-
"secondaryAction": {
|
|
885
|
-
"required": false,
|
|
886
|
-
"type": "MarketingShellPageKitAction"
|
|
887
|
-
},
|
|
888
|
-
"announcement": {
|
|
889
|
-
"required": false,
|
|
890
|
-
"type": "ReactNode"
|
|
891
|
-
},
|
|
892
|
-
"footerProps": {
|
|
893
|
-
"required": false,
|
|
894
|
-
"type": "ComponentProps<typeof FooterBlock>"
|
|
895
|
-
},
|
|
896
|
-
"contentClassName": {
|
|
897
|
-
"required": false,
|
|
898
|
-
"type": "string"
|
|
899
|
-
}
|
|
900
|
-
}
|
|
901
|
-
}
|
|
902
|
-
},
|
|
903
|
-
"NavigationShellPageKit": {
|
|
904
|
-
"canonicalExport": "NavigationShellPageKit",
|
|
905
|
-
"sourceSymbol": "NavigationShellPageKit",
|
|
906
|
-
"subpath": "./navigation-shell-page-kit",
|
|
907
|
-
"sourceFile": "src/components/page-kits/NavigationShellPageKit.tsx",
|
|
908
|
-
"category": "page-kits",
|
|
909
|
-
"tier": "stable",
|
|
910
|
-
"description": "NavigationShellPageKit page-kit export available at ./navigation-shell-page-kit.",
|
|
911
|
-
"propsSchema": {
|
|
912
|
-
"kind": "object",
|
|
913
|
-
"noDataProps": false,
|
|
914
|
-
"required": [
|
|
915
|
-
"workspaceName",
|
|
916
|
-
"navigationGroups"
|
|
917
|
-
],
|
|
918
|
-
"optional": [
|
|
919
|
-
"workspaceHref",
|
|
920
|
-
"currentRole",
|
|
921
|
-
"activeHref",
|
|
922
|
-
"sidebarOpen",
|
|
923
|
-
"onSidebarOpenChange",
|
|
924
|
-
"defaultSidebarOpen",
|
|
925
|
-
"breadcrumbs",
|
|
926
|
-
"headerSearch",
|
|
927
|
-
"headerNotifications",
|
|
928
|
-
"headerActions",
|
|
929
|
-
"user",
|
|
930
|
-
"emptyNavigationMessage"
|
|
931
|
-
],
|
|
932
|
-
"properties": {
|
|
933
|
-
"workspaceName": {
|
|
934
|
-
"required": true,
|
|
935
|
-
"type": "string"
|
|
936
|
-
},
|
|
937
|
-
"workspaceHref": {
|
|
938
|
-
"required": false,
|
|
939
|
-
"type": "string"
|
|
940
|
-
},
|
|
941
|
-
"navigationGroups": {
|
|
942
|
-
"required": true,
|
|
943
|
-
"type": "NavigationShellPageKitNavGroup[]"
|
|
944
|
-
},
|
|
945
|
-
"currentRole": {
|
|
946
|
-
"required": false,
|
|
947
|
-
"type": "string"
|
|
948
|
-
},
|
|
949
|
-
"activeHref": {
|
|
950
|
-
"required": false,
|
|
951
|
-
"type": "string"
|
|
952
|
-
},
|
|
953
|
-
"sidebarOpen": {
|
|
954
|
-
"required": false,
|
|
955
|
-
"type": "boolean"
|
|
956
|
-
},
|
|
957
|
-
"onSidebarOpenChange": {
|
|
958
|
-
"required": false,
|
|
959
|
-
"type": "(open: boolean) => void"
|
|
960
|
-
},
|
|
961
|
-
"defaultSidebarOpen": {
|
|
962
|
-
"required": false,
|
|
963
|
-
"type": "boolean"
|
|
964
|
-
},
|
|
965
|
-
"breadcrumbs": {
|
|
966
|
-
"required": false,
|
|
967
|
-
"type": "NavigationShellPageKitBreadcrumbItem[]"
|
|
968
|
-
},
|
|
969
|
-
"headerSearch": {
|
|
970
|
-
"required": false,
|
|
971
|
-
"type": "ReactNode"
|
|
972
|
-
},
|
|
973
|
-
"headerNotifications": {
|
|
974
|
-
"required": false,
|
|
975
|
-
"type": "ReactNode"
|
|
976
|
-
},
|
|
977
|
-
"headerActions": {
|
|
978
|
-
"required": false,
|
|
979
|
-
"type": "ReactNode"
|
|
980
|
-
},
|
|
981
|
-
"user": {
|
|
982
|
-
"required": false,
|
|
983
|
-
"type": "NavigationShellPageKitUser"
|
|
984
|
-
},
|
|
985
|
-
"emptyNavigationMessage": {
|
|
986
|
-
"required": false,
|
|
987
|
-
"type": "string"
|
|
988
|
-
}
|
|
989
|
-
}
|
|
990
|
-
}
|
|
991
|
-
},
|
|
992
|
-
"OnboardingPageKit": {
|
|
993
|
-
"canonicalExport": "OnboardingPageKit",
|
|
994
|
-
"sourceSymbol": "OnboardingPageKit",
|
|
995
|
-
"subpath": "./onboarding-page-kit",
|
|
996
|
-
"sourceFile": "src/components/page-kits/OnboardingPageKit.tsx",
|
|
997
|
-
"category": "page-kits",
|
|
998
|
-
"tier": "stable",
|
|
999
|
-
"description": "OnboardingPageKit page-kit export available at ./onboarding-page-kit.",
|
|
1000
|
-
"propsSchema": {
|
|
1001
|
-
"kind": "object",
|
|
1002
|
-
"noDataProps": false,
|
|
1003
|
-
"required": [
|
|
1004
|
-
"shell",
|
|
1005
|
-
"steps",
|
|
1006
|
-
"activeStepIndex"
|
|
1007
|
-
],
|
|
1008
|
-
"optional": [
|
|
1009
|
-
"state",
|
|
1010
|
-
"validationMessage",
|
|
1011
|
-
"onStepChange",
|
|
1012
|
-
"onComplete",
|
|
1013
|
-
"canSkipOptionalStep",
|
|
1014
|
-
"onBack",
|
|
1015
|
-
"onContinueFromComplete",
|
|
1016
|
-
"completeTitle",
|
|
1017
|
-
"completeDescription"
|
|
1018
|
-
],
|
|
1019
|
-
"properties": {
|
|
1020
|
-
"shell": {
|
|
1021
|
-
"required": true,
|
|
1022
|
-
"type": "Omit<NavigationShellPageKitProps, \"children\">"
|
|
1023
|
-
},
|
|
1024
|
-
"steps": {
|
|
1025
|
-
"required": true,
|
|
1026
|
-
"type": "OnboardingPageKitStep[]"
|
|
1027
|
-
},
|
|
1028
|
-
"activeStepIndex": {
|
|
1029
|
-
"required": true,
|
|
1030
|
-
"type": "number"
|
|
1031
|
-
},
|
|
1032
|
-
"state": {
|
|
1033
|
-
"required": false,
|
|
1034
|
-
"type": "OnboardingPageKitState"
|
|
1035
|
-
},
|
|
1036
|
-
"validationMessage": {
|
|
1037
|
-
"required": false,
|
|
1038
|
-
"type": "string"
|
|
1039
|
-
},
|
|
1040
|
-
"onStepChange": {
|
|
1041
|
-
"required": false,
|
|
1042
|
-
"type": "(stepIndex: number) => void"
|
|
1043
|
-
},
|
|
1044
|
-
"onComplete": {
|
|
1045
|
-
"required": false,
|
|
1046
|
-
"type": "() => void"
|
|
1047
|
-
},
|
|
1048
|
-
"canSkipOptionalStep": {
|
|
1049
|
-
"required": false,
|
|
1050
|
-
"type": "boolean"
|
|
1051
|
-
},
|
|
1052
|
-
"onBack": {
|
|
1053
|
-
"required": false,
|
|
1054
|
-
"type": "() => void"
|
|
1055
|
-
},
|
|
1056
|
-
"onContinueFromComplete": {
|
|
1057
|
-
"required": false,
|
|
1058
|
-
"type": "() => void"
|
|
1059
|
-
},
|
|
1060
|
-
"completeTitle": {
|
|
1061
|
-
"required": false,
|
|
1062
|
-
"type": "string"
|
|
1063
|
-
},
|
|
1064
|
-
"completeDescription": {
|
|
1065
|
-
"required": false,
|
|
1066
|
-
"type": "string"
|
|
1067
|
-
}
|
|
1068
|
-
}
|
|
1069
|
-
}
|
|
1070
|
-
},
|
|
1071
|
-
"PricingPageKit": {
|
|
1072
|
-
"canonicalExport": "PricingPageKit",
|
|
1073
|
-
"sourceSymbol": "PricingPageKit",
|
|
1074
|
-
"subpath": "./pricing-page-kit",
|
|
1075
|
-
"sourceFile": "src/components/page-kits/PricingPageKit.tsx",
|
|
1076
|
-
"category": "page-kits",
|
|
1077
|
-
"tier": "stable",
|
|
1078
|
-
"description": "PricingPageKit page-kit export available at ./pricing-page-kit.",
|
|
1079
|
-
"propsSchema": {
|
|
1080
|
-
"kind": "object",
|
|
1081
|
-
"noDataProps": false,
|
|
1082
|
-
"required": [
|
|
1083
|
-
"shell"
|
|
1084
|
-
],
|
|
1085
|
-
"optional": [
|
|
1086
|
-
"state",
|
|
1087
|
-
"title",
|
|
1088
|
-
"description",
|
|
1089
|
-
"plans",
|
|
1090
|
-
"billing",
|
|
1091
|
-
"comparison",
|
|
1092
|
-
"faq",
|
|
1093
|
-
"cta",
|
|
1094
|
-
"planActions",
|
|
1095
|
-
"emptyState",
|
|
1096
|
-
"loadingMessage"
|
|
1097
|
-
],
|
|
1098
|
-
"properties": {
|
|
1099
|
-
"shell": {
|
|
1100
|
-
"required": true,
|
|
1101
|
-
"type": "Omit<MarketingShellPageKitProps, \"children\">"
|
|
1102
|
-
},
|
|
1103
|
-
"state": {
|
|
1104
|
-
"required": false,
|
|
1105
|
-
"type": "PricingPageKitState"
|
|
1106
|
-
},
|
|
1107
|
-
"title": {
|
|
1108
|
-
"required": false,
|
|
1109
|
-
"type": "string"
|
|
1110
|
-
},
|
|
1111
|
-
"description": {
|
|
1112
|
-
"required": false,
|
|
1113
|
-
"type": "string"
|
|
1114
|
-
},
|
|
1115
|
-
"plans": {
|
|
1116
|
-
"required": false,
|
|
1117
|
-
"type": "React.ComponentProps<typeof PricingBlock>[\"plans\"]"
|
|
1118
|
-
},
|
|
1119
|
-
"billing": {
|
|
1120
|
-
"required": false,
|
|
1121
|
-
"type": "PricingPageKitBillingControls"
|
|
1122
|
-
},
|
|
1123
|
-
"comparison": {
|
|
1124
|
-
"required": false,
|
|
1125
|
-
"type": "React.ComponentProps<typeof ComparisonBlock> | null"
|
|
1126
|
-
},
|
|
1127
|
-
"faq": {
|
|
1128
|
-
"required": false,
|
|
1129
|
-
"type": "React.ComponentProps<typeof FAQBlock> | null"
|
|
1130
|
-
},
|
|
1131
|
-
"cta": {
|
|
1132
|
-
"required": false,
|
|
1133
|
-
"type": "React.ComponentProps<typeof CallToActionBlock> | null"
|
|
1134
|
-
},
|
|
1135
|
-
"planActions": {
|
|
1136
|
-
"required": false,
|
|
1137
|
-
"type": "PricingPageKitPlanAction[]"
|
|
1138
|
-
},
|
|
1139
|
-
"emptyState": {
|
|
1140
|
-
"required": false,
|
|
1141
|
-
"type": "PricingPageKitEmptyState"
|
|
1142
|
-
},
|
|
1143
|
-
"loadingMessage": {
|
|
1144
|
-
"required": false,
|
|
1145
|
-
"type": "string"
|
|
1146
|
-
}
|
|
1147
|
-
}
|
|
1148
|
-
}
|
|
1149
|
-
},
|
|
1150
|
-
"ProfileSettingsPageKit": {
|
|
1151
|
-
"canonicalExport": "ProfileSettingsPageKit",
|
|
1152
|
-
"sourceSymbol": "ProfileSettingsPageKit",
|
|
1153
|
-
"subpath": "./profile-settings-page-kit",
|
|
1154
|
-
"sourceFile": "src/components/page-kits/ProfileSettingsPageKit.tsx",
|
|
1155
|
-
"category": "page-kits",
|
|
1156
|
-
"tier": "stable",
|
|
1157
|
-
"description": "ProfileSettingsPageKit page-kit export available at ./profile-settings-page-kit.",
|
|
1158
|
-
"propsSchema": {
|
|
1159
|
-
"kind": "object",
|
|
1160
|
-
"noDataProps": false,
|
|
1161
|
-
"required": [
|
|
1162
|
-
"profileFields",
|
|
1163
|
-
"notificationPreferences"
|
|
1164
|
-
],
|
|
1165
|
-
"optional": [
|
|
1166
|
-
"title",
|
|
1167
|
-
"description",
|
|
1168
|
-
"sections",
|
|
1169
|
-
"activeSectionId",
|
|
1170
|
-
"onSectionChange",
|
|
1171
|
-
"avatar",
|
|
1172
|
-
"mode",
|
|
1173
|
-
"saveState",
|
|
1174
|
-
"validationErrors",
|
|
1175
|
-
"validationMessage",
|
|
1176
|
-
"fatalErrorMessage",
|
|
1177
|
-
"onFieldChange",
|
|
1178
|
-
"onNotificationChange",
|
|
1179
|
-
"onSave",
|
|
1180
|
-
"onDiscard",
|
|
1181
|
-
"renderAdditionalSection"
|
|
1182
|
-
],
|
|
1183
|
-
"properties": {
|
|
1184
|
-
"title": {
|
|
1185
|
-
"required": false,
|
|
1186
|
-
"type": "string"
|
|
1187
|
-
},
|
|
1188
|
-
"description": {
|
|
1189
|
-
"required": false,
|
|
1190
|
-
"type": "string"
|
|
1191
|
-
},
|
|
1192
|
-
"sections": {
|
|
1193
|
-
"required": false,
|
|
1194
|
-
"type": "SettingsPageKitSection[]"
|
|
1195
|
-
},
|
|
1196
|
-
"activeSectionId": {
|
|
1197
|
-
"required": false,
|
|
1198
|
-
"type": "string"
|
|
1199
|
-
},
|
|
1200
|
-
"onSectionChange": {
|
|
1201
|
-
"required": false,
|
|
1202
|
-
"type": "(sectionId: string) => void"
|
|
1203
|
-
},
|
|
1204
|
-
"profileFields": {
|
|
1205
|
-
"required": true,
|
|
1206
|
-
"type": "ProfileSettingsPageKitField[]"
|
|
1207
|
-
},
|
|
1208
|
-
"notificationPreferences": {
|
|
1209
|
-
"required": true,
|
|
1210
|
-
"type": "ProfileSettingsPageKitNotificationPreference[]"
|
|
1211
|
-
},
|
|
1212
|
-
"avatar": {
|
|
1213
|
-
"required": false,
|
|
1214
|
-
"type": "ProfileSettingsPageKitAvatar"
|
|
1215
|
-
},
|
|
1216
|
-
"mode": {
|
|
1217
|
-
"required": false,
|
|
1218
|
-
"type": "ProfileSettingsPageKitMode"
|
|
1219
|
-
},
|
|
1220
|
-
"saveState": {
|
|
1221
|
-
"required": false,
|
|
1222
|
-
"type": "SettingsPageKitSaveState"
|
|
1223
|
-
},
|
|
1224
|
-
"validationErrors": {
|
|
1225
|
-
"required": false,
|
|
1226
|
-
"type": "Record<string, string>"
|
|
1227
|
-
},
|
|
1228
|
-
"validationMessage": {
|
|
1229
|
-
"required": false,
|
|
1230
|
-
"type": "string"
|
|
1231
|
-
},
|
|
1232
|
-
"fatalErrorMessage": {
|
|
1233
|
-
"required": false,
|
|
1234
|
-
"type": "string"
|
|
1235
|
-
},
|
|
1236
|
-
"onFieldChange": {
|
|
1237
|
-
"required": false,
|
|
1238
|
-
"type": "(fieldId: string, value: string) => void"
|
|
1239
|
-
},
|
|
1240
|
-
"onNotificationChange": {
|
|
1241
|
-
"required": false,
|
|
1242
|
-
"type": "(id: string, enabled: boolean) => void"
|
|
1243
|
-
},
|
|
1244
|
-
"onSave": {
|
|
1245
|
-
"required": false,
|
|
1246
|
-
"type": "() => void"
|
|
1247
|
-
},
|
|
1248
|
-
"onDiscard": {
|
|
1249
|
-
"required": false,
|
|
1250
|
-
"type": "() => void"
|
|
1251
|
-
},
|
|
1252
|
-
"renderAdditionalSection": {
|
|
1253
|
-
"required": false,
|
|
1254
|
-
"type": "(section: SettingsPageKitSection) => React.ReactNode"
|
|
1255
|
-
}
|
|
1256
|
-
}
|
|
1257
|
-
}
|
|
1258
|
-
},
|
|
1259
|
-
"RecoveryPageKit": {
|
|
1260
|
-
"canonicalExport": "RecoveryPageKit",
|
|
1261
|
-
"sourceSymbol": "RecoveryPageKit",
|
|
1262
|
-
"subpath": "./recovery-page-kit",
|
|
1263
|
-
"sourceFile": "src/components/page-kits/RecoveryPageKit.tsx",
|
|
1264
|
-
"category": "page-kits",
|
|
1265
|
-
"tier": "stable",
|
|
1266
|
-
"description": "RecoveryPageKit page-kit export available at ./recovery-page-kit.",
|
|
1267
|
-
"propsSchema": {
|
|
1268
|
-
"kind": "object",
|
|
1269
|
-
"noDataProps": false,
|
|
1270
|
-
"required": [],
|
|
1271
|
-
"optional": [
|
|
1272
|
-
"mode",
|
|
1273
|
-
"onSubmit",
|
|
1274
|
-
"onBackToLogin",
|
|
1275
|
-
"title",
|
|
1276
|
-
"description",
|
|
1277
|
-
"buttonText",
|
|
1278
|
-
"successTitle",
|
|
1279
|
-
"errorMessage",
|
|
1280
|
-
"cardClassName"
|
|
1281
|
-
],
|
|
1282
|
-
"properties": {
|
|
1283
|
-
"mode": {
|
|
1284
|
-
"required": false,
|
|
1285
|
-
"type": "PasswordRecoveryBlockProps[\"mode\"]"
|
|
1286
|
-
},
|
|
1287
|
-
"onSubmit": {
|
|
1288
|
-
"required": false,
|
|
1289
|
-
"type": "PasswordRecoveryBlockProps[\"onSubmit\"]"
|
|
1290
|
-
},
|
|
1291
|
-
"onBackToLogin": {
|
|
1292
|
-
"required": false,
|
|
1293
|
-
"type": "PasswordRecoveryBlockProps[\"onBackToLogin\"]"
|
|
1294
|
-
},
|
|
1295
|
-
"title": {
|
|
1296
|
-
"required": false,
|
|
1297
|
-
"type": "PasswordRecoveryBlockProps[\"title\"]"
|
|
1298
|
-
},
|
|
1299
|
-
"description": {
|
|
1300
|
-
"required": false,
|
|
1301
|
-
"type": "PasswordRecoveryBlockProps[\"description\"]"
|
|
1302
|
-
},
|
|
1303
|
-
"buttonText": {
|
|
1304
|
-
"required": false,
|
|
1305
|
-
"type": "PasswordRecoveryBlockProps[\"buttonText\"]"
|
|
1306
|
-
},
|
|
1307
|
-
"successTitle": {
|
|
1308
|
-
"required": false,
|
|
1309
|
-
"type": "PasswordRecoveryBlockProps[\"successTitle\"]"
|
|
1310
|
-
},
|
|
1311
|
-
"errorMessage": {
|
|
1312
|
-
"required": false,
|
|
1313
|
-
"type": "React.ReactNode"
|
|
1314
|
-
},
|
|
1315
|
-
"cardClassName": {
|
|
1316
|
-
"required": false,
|
|
1317
|
-
"type": "string"
|
|
1318
|
-
}
|
|
1319
|
-
}
|
|
1320
|
-
}
|
|
1321
|
-
},
|
|
1322
|
-
"ResetPageKit": {
|
|
1323
|
-
"canonicalExport": "ResetPageKit",
|
|
1324
|
-
"sourceSymbol": "ResetPageKit",
|
|
1325
|
-
"subpath": "./reset-page-kit",
|
|
1326
|
-
"sourceFile": "src/components/page-kits/ResetPageKit.tsx",
|
|
1327
|
-
"category": "page-kits",
|
|
1328
|
-
"tier": "stable",
|
|
1329
|
-
"description": "ResetPageKit page-kit export available at ./reset-page-kit.",
|
|
1330
|
-
"propsSchema": {
|
|
1331
|
-
"kind": "object",
|
|
1332
|
-
"noDataProps": false,
|
|
1333
|
-
"required": [],
|
|
1334
|
-
"optional": [
|
|
1335
|
-
"onSubmit",
|
|
1336
|
-
"onBackToLogin",
|
|
1337
|
-
"title",
|
|
1338
|
-
"description",
|
|
1339
|
-
"errorMessage",
|
|
1340
|
-
"cardClassName"
|
|
1341
|
-
],
|
|
1342
|
-
"properties": {
|
|
1343
|
-
"onSubmit": {
|
|
1344
|
-
"required": false,
|
|
1345
|
-
"type": "ResetPasswordBlockProps[\"onSubmit\"]"
|
|
1346
|
-
},
|
|
1347
|
-
"onBackToLogin": {
|
|
1348
|
-
"required": false,
|
|
1349
|
-
"type": "ResetPasswordBlockProps[\"onBackToLogin\"]"
|
|
1350
|
-
},
|
|
1351
|
-
"title": {
|
|
1352
|
-
"required": false,
|
|
1353
|
-
"type": "ResetPasswordBlockProps[\"title\"]"
|
|
1354
|
-
},
|
|
1355
|
-
"description": {
|
|
1356
|
-
"required": false,
|
|
1357
|
-
"type": "ResetPasswordBlockProps[\"description\"]"
|
|
1358
|
-
},
|
|
1359
|
-
"errorMessage": {
|
|
1360
|
-
"required": false,
|
|
1361
|
-
"type": "React.ReactNode"
|
|
1362
|
-
},
|
|
1363
|
-
"cardClassName": {
|
|
1364
|
-
"required": false,
|
|
1365
|
-
"type": "string"
|
|
1366
|
-
}
|
|
1367
|
-
}
|
|
1368
|
-
}
|
|
1369
|
-
},
|
|
1370
|
-
"ServiceSuitePageKit": {
|
|
1371
|
-
"canonicalExport": "ServiceSuitePageKit",
|
|
1372
|
-
"sourceSymbol": "ServiceSuitePageKit",
|
|
1373
|
-
"subpath": "./service-suite-page-kit",
|
|
1374
|
-
"sourceFile": "src/components/page-kits/ServiceSuitePageKit.tsx",
|
|
1375
|
-
"category": "page-kits",
|
|
1376
|
-
"tier": "stable",
|
|
1377
|
-
"description": "ServiceSuitePageKit page-kit export available at ./service-suite-page-kit.",
|
|
1378
|
-
"propsSchema": {
|
|
1379
|
-
"kind": "object",
|
|
1380
|
-
"noDataProps": false,
|
|
1381
|
-
"required": [
|
|
1382
|
-
"shell"
|
|
1383
|
-
],
|
|
1384
|
-
"optional": [
|
|
1385
|
-
"variant",
|
|
1386
|
-
"sectionOrder",
|
|
1387
|
-
"hero",
|
|
1388
|
-
"features",
|
|
1389
|
-
"process",
|
|
1390
|
-
"team",
|
|
1391
|
-
"testimonials",
|
|
1392
|
-
"faq",
|
|
1393
|
-
"cta"
|
|
1394
|
-
],
|
|
1395
|
-
"properties": {
|
|
1396
|
-
"shell": {
|
|
1397
|
-
"required": true,
|
|
1398
|
-
"type": "Omit<MarketingShellPageKitProps, \"children\">"
|
|
1399
|
-
},
|
|
1400
|
-
"variant": {
|
|
1401
|
-
"required": false,
|
|
1402
|
-
"type": "ServiceSuitePageKitVariant"
|
|
1403
|
-
},
|
|
1404
|
-
"sectionOrder": {
|
|
1405
|
-
"required": false,
|
|
1406
|
-
"type": "ServiceSuitePageKitSectionId[]"
|
|
1407
|
-
},
|
|
1408
|
-
"hero": {
|
|
1409
|
-
"required": false,
|
|
1410
|
-
"type": "Omit<React.ComponentProps<typeof HeroBlock>, \"variant\">"
|
|
1411
|
-
},
|
|
1412
|
-
"features": {
|
|
1413
|
-
"required": false,
|
|
1414
|
-
"type": "React.ComponentProps<typeof FeatureBlock> | null"
|
|
1415
|
-
},
|
|
1416
|
-
"process": {
|
|
1417
|
-
"required": false,
|
|
1418
|
-
"type": "React.ComponentProps<typeof ProcessFlowBlock> | null"
|
|
1419
|
-
},
|
|
1420
|
-
"team": {
|
|
1421
|
-
"required": false,
|
|
1422
|
-
"type": "React.ComponentProps<typeof TeamBlock> | null"
|
|
1423
|
-
},
|
|
1424
|
-
"testimonials": {
|
|
1425
|
-
"required": false,
|
|
1426
|
-
"type": "React.ComponentProps<typeof TestimonialsBlock> | null"
|
|
1427
|
-
},
|
|
1428
|
-
"faq": {
|
|
1429
|
-
"required": false,
|
|
1430
|
-
"type": "React.ComponentProps<typeof FAQBlock> | null"
|
|
1431
|
-
},
|
|
1432
|
-
"cta": {
|
|
1433
|
-
"required": false,
|
|
1434
|
-
"type": "React.ComponentProps<typeof CallToActionBlock> | null"
|
|
1435
|
-
}
|
|
1436
|
-
}
|
|
1437
|
-
}
|
|
1438
|
-
},
|
|
1439
|
-
"SettingsPageKit": {
|
|
1440
|
-
"canonicalExport": "SettingsPageKit",
|
|
1441
|
-
"sourceSymbol": "SettingsPageKit",
|
|
1442
|
-
"subpath": "./settings-page-kit",
|
|
1443
|
-
"sourceFile": "src/components/page-kits/SettingsPageKit.tsx",
|
|
1444
|
-
"category": "page-kits",
|
|
1445
|
-
"tier": "stable",
|
|
1446
|
-
"description": "SettingsPageKit page-kit export available at ./settings-page-kit.",
|
|
1447
|
-
"propsSchema": {
|
|
1448
|
-
"kind": "object",
|
|
1449
|
-
"noDataProps": false,
|
|
1450
|
-
"required": [
|
|
1451
|
-
"sections",
|
|
1452
|
-
"activeSectionId",
|
|
1453
|
-
"renderSection"
|
|
1454
|
-
],
|
|
1455
|
-
"optional": [
|
|
1456
|
-
"title",
|
|
1457
|
-
"description",
|
|
1458
|
-
"onSectionChange",
|
|
1459
|
-
"saveState",
|
|
1460
|
-
"validationMessage",
|
|
1461
|
-
"fatalErrorMessage",
|
|
1462
|
-
"savedMessage",
|
|
1463
|
-
"onSave",
|
|
1464
|
-
"onDiscard",
|
|
1465
|
-
"saveLabel",
|
|
1466
|
-
"discardLabel"
|
|
1467
|
-
],
|
|
1468
|
-
"properties": {
|
|
1469
|
-
"title": {
|
|
1470
|
-
"required": false,
|
|
1471
|
-
"type": "string"
|
|
1472
|
-
},
|
|
1473
|
-
"description": {
|
|
1474
|
-
"required": false,
|
|
1475
|
-
"type": "string"
|
|
1476
|
-
},
|
|
1477
|
-
"sections": {
|
|
1478
|
-
"required": true,
|
|
1479
|
-
"type": "SettingsPageKitSection[]"
|
|
1480
|
-
},
|
|
1481
|
-
"activeSectionId": {
|
|
1482
|
-
"required": true,
|
|
1483
|
-
"type": "string"
|
|
1484
|
-
},
|
|
1485
|
-
"onSectionChange": {
|
|
1486
|
-
"required": false,
|
|
1487
|
-
"type": "(sectionId: string) => void"
|
|
1488
|
-
},
|
|
1489
|
-
"renderSection": {
|
|
1490
|
-
"required": true,
|
|
1491
|
-
"type": "(section: SettingsPageKitSection) => React.ReactNode"
|
|
1492
|
-
},
|
|
1493
|
-
"saveState": {
|
|
1494
|
-
"required": false,
|
|
1495
|
-
"type": "SettingsPageKitSaveState"
|
|
1496
|
-
},
|
|
1497
|
-
"validationMessage": {
|
|
1498
|
-
"required": false,
|
|
1499
|
-
"type": "string"
|
|
1500
|
-
},
|
|
1501
|
-
"fatalErrorMessage": {
|
|
1502
|
-
"required": false,
|
|
1503
|
-
"type": "string"
|
|
1504
|
-
},
|
|
1505
|
-
"savedMessage": {
|
|
1506
|
-
"required": false,
|
|
1507
|
-
"type": "string"
|
|
1508
|
-
},
|
|
1509
|
-
"onSave": {
|
|
1510
|
-
"required": false,
|
|
1511
|
-
"type": "() => void"
|
|
1512
|
-
},
|
|
1513
|
-
"onDiscard": {
|
|
1514
|
-
"required": false,
|
|
1515
|
-
"type": "() => void"
|
|
1516
|
-
},
|
|
1517
|
-
"saveLabel": {
|
|
1518
|
-
"required": false,
|
|
1519
|
-
"type": "string"
|
|
1520
|
-
},
|
|
1521
|
-
"discardLabel": {
|
|
1522
|
-
"required": false,
|
|
1523
|
-
"type": "string"
|
|
1524
|
-
}
|
|
1525
|
-
}
|
|
1526
|
-
}
|
|
1527
|
-
},
|
|
1528
|
-
"SignupPageKit": {
|
|
1529
|
-
"canonicalExport": "SignupPageKit",
|
|
1530
|
-
"sourceSymbol": "SignupPageKit",
|
|
1531
|
-
"subpath": "./signup-page-kit",
|
|
1532
|
-
"sourceFile": "src/components/page-kits/SignupPageKit.tsx",
|
|
1533
|
-
"category": "page-kits",
|
|
1534
|
-
"tier": "stable",
|
|
1535
|
-
"description": "SignupPageKit page-kit export available at ./signup-page-kit.",
|
|
1536
|
-
"propsSchema": {
|
|
1537
|
-
"kind": "object",
|
|
1538
|
-
"noDataProps": false,
|
|
1539
|
-
"required": [],
|
|
1540
|
-
"optional": [
|
|
1541
|
-
"action",
|
|
1542
|
-
"googleAction",
|
|
1543
|
-
"error",
|
|
1544
|
-
"showSocial",
|
|
1545
|
-
"labels",
|
|
1546
|
-
"signInHref",
|
|
1547
|
-
"cardClassName"
|
|
1548
|
-
],
|
|
1549
|
-
"properties": {
|
|
1550
|
-
"action": {
|
|
1551
|
-
"required": false,
|
|
1552
|
-
"type": "LoginBlockProps[\"action\"]"
|
|
1553
|
-
},
|
|
1554
|
-
"googleAction": {
|
|
1555
|
-
"required": false,
|
|
1556
|
-
"type": "LoginBlockProps[\"googleAction\"]"
|
|
1557
|
-
},
|
|
1558
|
-
"error": {
|
|
1559
|
-
"required": false,
|
|
1560
|
-
"type": "LoginBlockProps[\"error\"]"
|
|
1561
|
-
},
|
|
1562
|
-
"showSocial": {
|
|
1563
|
-
"required": false,
|
|
1564
|
-
"type": "LoginBlockProps[\"showSocial\"]"
|
|
1565
|
-
},
|
|
1566
|
-
"labels": {
|
|
1567
|
-
"required": false,
|
|
1568
|
-
"type": "LoginBlockProps[\"labels\"]"
|
|
1569
|
-
},
|
|
1570
|
-
"signInHref": {
|
|
1571
|
-
"required": false,
|
|
1572
|
-
"type": "LoginBlockProps[\"signInHref\"]"
|
|
1573
|
-
},
|
|
1574
|
-
"cardClassName": {
|
|
1575
|
-
"required": false,
|
|
1576
|
-
"type": "string"
|
|
1577
|
-
}
|
|
1578
|
-
}
|
|
1579
|
-
}
|
|
1580
|
-
},
|
|
1581
|
-
"SuccessPageKit": {
|
|
1582
|
-
"canonicalExport": "SuccessPageKit",
|
|
1583
|
-
"sourceSymbol": "SuccessPageKit",
|
|
1584
|
-
"subpath": "./success-page-kit",
|
|
1585
|
-
"sourceFile": "src/components/page-kits/SuccessPageKit.tsx",
|
|
1586
|
-
"category": "page-kits",
|
|
1587
|
-
"tier": "stable",
|
|
1588
|
-
"description": "SuccessPageKit page-kit export available at ./success-page-kit.",
|
|
1589
|
-
"propsSchema": {
|
|
1590
|
-
"kind": "object",
|
|
1591
|
-
"noDataProps": false,
|
|
1592
|
-
"required": [],
|
|
1593
|
-
"optional": [
|
|
1594
|
-
"icon",
|
|
1595
|
-
"title",
|
|
1596
|
-
"description",
|
|
1597
|
-
"buttonText",
|
|
1598
|
-
"onContinue",
|
|
1599
|
-
"autoRedirectSeconds",
|
|
1600
|
-
"cardClassName"
|
|
1601
|
-
],
|
|
1602
|
-
"properties": {
|
|
1603
|
-
"icon": {
|
|
1604
|
-
"required": false,
|
|
1605
|
-
"type": "AuthSuccessBlockProps[\"icon\"]"
|
|
1606
|
-
},
|
|
1607
|
-
"title": {
|
|
1608
|
-
"required": false,
|
|
1609
|
-
"type": "AuthSuccessBlockProps[\"title\"]"
|
|
1610
|
-
},
|
|
1611
|
-
"description": {
|
|
1612
|
-
"required": false,
|
|
1613
|
-
"type": "AuthSuccessBlockProps[\"description\"]"
|
|
1614
|
-
},
|
|
1615
|
-
"buttonText": {
|
|
1616
|
-
"required": false,
|
|
1617
|
-
"type": "AuthSuccessBlockProps[\"buttonText\"]"
|
|
1618
|
-
},
|
|
1619
|
-
"onContinue": {
|
|
1620
|
-
"required": false,
|
|
1621
|
-
"type": "AuthSuccessBlockProps[\"onContinue\"]"
|
|
1622
|
-
},
|
|
1623
|
-
"autoRedirectSeconds": {
|
|
1624
|
-
"required": false,
|
|
1625
|
-
"type": "AuthSuccessBlockProps[\"autoRedirectSeconds\"]"
|
|
1626
|
-
},
|
|
1627
|
-
"cardClassName": {
|
|
1628
|
-
"required": false,
|
|
1629
|
-
"type": "string"
|
|
1630
|
-
}
|
|
1631
|
-
}
|
|
1632
|
-
}
|
|
1633
|
-
},
|
|
1634
|
-
"TeamSettingsPageKit": {
|
|
1635
|
-
"canonicalExport": "TeamSettingsPageKit",
|
|
1636
|
-
"sourceSymbol": "TeamSettingsPageKit",
|
|
1637
|
-
"subpath": "./team-settings-page-kit",
|
|
1638
|
-
"sourceFile": "src/components/page-kits/TeamSettingsPageKit.tsx",
|
|
1639
|
-
"category": "page-kits",
|
|
1640
|
-
"tier": "stable",
|
|
1641
|
-
"description": "TeamSettingsPageKit page-kit export available at ./team-settings-page-kit.",
|
|
1642
|
-
"propsSchema": {
|
|
1643
|
-
"kind": "object",
|
|
1644
|
-
"noDataProps": false,
|
|
1645
|
-
"required": [
|
|
1646
|
-
"shell",
|
|
1647
|
-
"members",
|
|
1648
|
-
"seatSummary",
|
|
1649
|
-
"search",
|
|
1650
|
-
"inviteAction",
|
|
1651
|
-
"memberActions"
|
|
1652
|
-
],
|
|
1653
|
-
"optional": [
|
|
1654
|
-
"state",
|
|
1655
|
-
"onMemberAction",
|
|
1656
|
-
"selectedMemberId",
|
|
1657
|
-
"onSelectedMemberChange",
|
|
1658
|
-
"errorMessage"
|
|
1659
|
-
],
|
|
1660
|
-
"properties": {
|
|
1661
|
-
"shell": {
|
|
1662
|
-
"required": true,
|
|
1663
|
-
"type": "Omit<NavigationShellPageKitProps, \"children\">"
|
|
1664
|
-
},
|
|
1665
|
-
"state": {
|
|
1666
|
-
"required": false,
|
|
1667
|
-
"type": "TeamSettingsPageKitState"
|
|
1668
|
-
},
|
|
1669
|
-
"members": {
|
|
1670
|
-
"required": true,
|
|
1671
|
-
"type": "TeamSettingsPageKitMember[]"
|
|
1672
|
-
},
|
|
1673
|
-
"seatSummary": {
|
|
1674
|
-
"required": true,
|
|
1675
|
-
"type": "TeamSettingsPageKitSeatSummary"
|
|
1676
|
-
},
|
|
1677
|
-
"search": {
|
|
1678
|
-
"required": true,
|
|
1679
|
-
"type": "TeamSettingsPageKitSearch"
|
|
1680
|
-
},
|
|
1681
|
-
"inviteAction": {
|
|
1682
|
-
"required": true,
|
|
1683
|
-
"type": "TeamSettingsPageKitInviteAction"
|
|
1684
|
-
},
|
|
1685
|
-
"memberActions": {
|
|
1686
|
-
"required": true,
|
|
1687
|
-
"type": "TeamSettingsPageKitMemberAction[]"
|
|
1688
|
-
},
|
|
1689
|
-
"onMemberAction": {
|
|
1690
|
-
"required": false,
|
|
1691
|
-
"type": "(memberId: string, actionId: string) => void"
|
|
1692
|
-
},
|
|
1693
|
-
"selectedMemberId": {
|
|
1694
|
-
"required": false,
|
|
1695
|
-
"type": "string | null"
|
|
1696
|
-
},
|
|
1697
|
-
"onSelectedMemberChange": {
|
|
1698
|
-
"required": false,
|
|
1699
|
-
"type": "(memberId: string | null) => void"
|
|
1700
|
-
},
|
|
1701
|
-
"errorMessage": {
|
|
1702
|
-
"required": false,
|
|
1703
|
-
"type": "string"
|
|
1704
|
-
}
|
|
1705
|
-
}
|
|
1706
|
-
}
|
|
1707
|
-
},
|
|
1708
|
-
"TwoFactorPageKit": {
|
|
1709
|
-
"canonicalExport": "TwoFactorPageKit",
|
|
1710
|
-
"sourceSymbol": "TwoFactorPageKit",
|
|
1711
|
-
"subpath": "./two-factor-page-kit",
|
|
1712
|
-
"sourceFile": "src/components/page-kits/TwoFactorPageKit.tsx",
|
|
1713
|
-
"category": "page-kits",
|
|
1714
|
-
"tier": "stable",
|
|
1715
|
-
"description": "TwoFactorPageKit page-kit export available at ./two-factor-page-kit.",
|
|
1716
|
-
"propsSchema": {
|
|
1717
|
-
"kind": "object",
|
|
1718
|
-
"noDataProps": false,
|
|
1719
|
-
"required": [],
|
|
1720
|
-
"optional": [
|
|
1721
|
-
"mode",
|
|
1722
|
-
"challengeProps",
|
|
1723
|
-
"setupProps",
|
|
1724
|
-
"errorMessage",
|
|
1725
|
-
"cardClassName"
|
|
1726
|
-
],
|
|
1727
|
-
"properties": {
|
|
1728
|
-
"mode": {
|
|
1729
|
-
"required": false,
|
|
1730
|
-
"type": "TwoFactorPageKitMode"
|
|
1731
|
-
},
|
|
1732
|
-
"challengeProps": {
|
|
1733
|
-
"required": false,
|
|
1734
|
-
"type": "Omit<TwoFactorChallengeBlockProps, \"className\">"
|
|
1735
|
-
},
|
|
1736
|
-
"setupProps": {
|
|
1737
|
-
"required": false,
|
|
1738
|
-
"type": "Omit<TwoFactorSetupBlockProps, \"className\">"
|
|
1739
|
-
},
|
|
1740
|
-
"errorMessage": {
|
|
1741
|
-
"required": false,
|
|
1742
|
-
"type": "React.ReactNode"
|
|
1743
|
-
},
|
|
1744
|
-
"cardClassName": {
|
|
1745
|
-
"required": false,
|
|
1746
|
-
"type": "string"
|
|
1747
|
-
}
|
|
1748
|
-
}
|
|
1749
|
-
}
|
|
1750
|
-
},
|
|
1751
|
-
"VerifyEmailPageKit": {
|
|
1752
|
-
"canonicalExport": "VerifyEmailPageKit",
|
|
1753
|
-
"sourceSymbol": "VerifyEmailPageKit",
|
|
1754
|
-
"subpath": "./verify-email-page-kit",
|
|
1755
|
-
"sourceFile": "src/components/page-kits/VerifyEmailPageKit.tsx",
|
|
1756
|
-
"category": "page-kits",
|
|
1757
|
-
"tier": "stable",
|
|
1758
|
-
"description": "VerifyEmailPageKit page-kit export available at ./verify-email-page-kit.",
|
|
1759
|
-
"propsSchema": {
|
|
1760
|
-
"kind": "object",
|
|
1761
|
-
"noDataProps": false,
|
|
1762
|
-
"required": [],
|
|
1763
|
-
"optional": [
|
|
1764
|
-
"icon",
|
|
1765
|
-
"title",
|
|
1766
|
-
"description",
|
|
1767
|
-
"buttonText",
|
|
1768
|
-
"onContinue",
|
|
1769
|
-
"autoRedirectSeconds",
|
|
1770
|
-
"cardClassName"
|
|
1771
|
-
],
|
|
1772
|
-
"properties": {
|
|
1773
|
-
"icon": {
|
|
1774
|
-
"required": false,
|
|
1775
|
-
"type": "AuthSuccessBlockProps[\"icon\"]"
|
|
1776
|
-
},
|
|
1777
|
-
"title": {
|
|
1778
|
-
"required": false,
|
|
1779
|
-
"type": "AuthSuccessBlockProps[\"title\"]"
|
|
1780
|
-
},
|
|
1781
|
-
"description": {
|
|
1782
|
-
"required": false,
|
|
1783
|
-
"type": "AuthSuccessBlockProps[\"description\"]"
|
|
1784
|
-
},
|
|
1785
|
-
"buttonText": {
|
|
1786
|
-
"required": false,
|
|
1787
|
-
"type": "AuthSuccessBlockProps[\"buttonText\"]"
|
|
1788
|
-
},
|
|
1789
|
-
"onContinue": {
|
|
1790
|
-
"required": false,
|
|
1791
|
-
"type": "AuthSuccessBlockProps[\"onContinue\"]"
|
|
1792
|
-
},
|
|
1793
|
-
"autoRedirectSeconds": {
|
|
1794
|
-
"required": false,
|
|
1795
|
-
"type": "AuthSuccessBlockProps[\"autoRedirectSeconds\"]"
|
|
1796
|
-
},
|
|
1797
|
-
"cardClassName": {
|
|
1798
|
-
"required": false,
|
|
1799
|
-
"type": "string"
|
|
1800
|
-
}
|
|
1801
|
-
}
|
|
1802
|
-
}
|
|
1803
|
-
},
|
|
1804
|
-
"VoiceAgentsPageKit": {
|
|
1805
|
-
"canonicalExport": "VoiceAgentsPageKit",
|
|
1806
|
-
"sourceSymbol": "VoiceAgentsPageKit",
|
|
1807
|
-
"subpath": "./voice-agents-page-kit",
|
|
1808
|
-
"sourceFile": "src/components/page-kits/VoiceAgentsPageKit.tsx",
|
|
1809
|
-
"category": "page-kits",
|
|
1810
|
-
"tier": "stable",
|
|
1811
|
-
"description": "VoiceAgentsPageKit page-kit export available at ./voice-agents-page-kit.",
|
|
1812
|
-
"propsSchema": {
|
|
1813
|
-
"kind": "object",
|
|
1814
|
-
"noDataProps": false,
|
|
1815
|
-
"required": [
|
|
1816
|
-
"agents"
|
|
1817
|
-
],
|
|
1818
|
-
"optional": [
|
|
1819
|
-
"state",
|
|
1820
|
-
"selectedAgentId",
|
|
1821
|
-
"presenceState",
|
|
1822
|
-
"messages",
|
|
1823
|
-
"streamingReply",
|
|
1824
|
-
"composerValue",
|
|
1825
|
-
"composerPlaceholder",
|
|
1826
|
-
"onComposerChange",
|
|
1827
|
-
"onSendMessage",
|
|
1828
|
-
"onSelectAgent",
|
|
1829
|
-
"onBackToSelection",
|
|
1830
|
-
"noAgentsMessage",
|
|
1831
|
-
"disconnectedMessage"
|
|
1832
|
-
],
|
|
1833
|
-
"properties": {
|
|
1834
|
-
"state": {
|
|
1835
|
-
"required": false,
|
|
1836
|
-
"type": "VoiceAgentsPageKitState"
|
|
1837
|
-
},
|
|
1838
|
-
"agents": {
|
|
1839
|
-
"required": true,
|
|
1840
|
-
"type": "VoiceAgentsPageKitAgent[]"
|
|
1841
|
-
},
|
|
1842
|
-
"selectedAgentId": {
|
|
1843
|
-
"required": false,
|
|
1844
|
-
"type": "string"
|
|
1845
|
-
},
|
|
1846
|
-
"presenceState": {
|
|
1847
|
-
"required": false,
|
|
1848
|
-
"type": "VoiceAgentsPageKitPresenceState"
|
|
1849
|
-
},
|
|
1850
|
-
"messages": {
|
|
1851
|
-
"required": false,
|
|
1852
|
-
"type": "VoiceAgentsPageKitMessage[]"
|
|
1853
|
-
},
|
|
1854
|
-
"streamingReply": {
|
|
1855
|
-
"required": false,
|
|
1856
|
-
"type": "string"
|
|
1857
|
-
},
|
|
1858
|
-
"composerValue": {
|
|
1859
|
-
"required": false,
|
|
1860
|
-
"type": "string"
|
|
1861
|
-
},
|
|
1862
|
-
"composerPlaceholder": {
|
|
1863
|
-
"required": false,
|
|
1864
|
-
"type": "string"
|
|
1865
|
-
},
|
|
1866
|
-
"onComposerChange": {
|
|
1867
|
-
"required": false,
|
|
1868
|
-
"type": "(value: string) => void"
|
|
1869
|
-
},
|
|
1870
|
-
"onSendMessage": {
|
|
1871
|
-
"required": false,
|
|
1872
|
-
"type": "(value: string) => void"
|
|
1873
|
-
},
|
|
1874
|
-
"onSelectAgent": {
|
|
1875
|
-
"required": false,
|
|
1876
|
-
"type": "(agentId: string) => void"
|
|
1877
|
-
},
|
|
1878
|
-
"onBackToSelection": {
|
|
1879
|
-
"required": false,
|
|
1880
|
-
"type": "() => void"
|
|
1881
|
-
},
|
|
1882
|
-
"noAgentsMessage": {
|
|
1883
|
-
"required": false,
|
|
1884
|
-
"type": "string"
|
|
1885
|
-
},
|
|
1886
|
-
"disconnectedMessage": {
|
|
1887
|
-
"required": false,
|
|
1888
|
-
"type": "string"
|
|
1889
|
-
}
|
|
1890
|
-
}
|
|
1891
|
-
}
|
|
1892
|
-
}
|
|
1893
|
-
}
|
|
1894
|
-
}
|