@vadimcomanescu/nadicode-design-system 5.0.1 → 6.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 +39 -17
- package/.agents/skills/seed/references/composition.md +38 -22
- package/.agents/skills/seed/references/glass-and-effects.md +7 -5
- package/.agents/skills/seed/references/responsive.md +22 -63
- package/.agents/skills/seed/references/state-machines.md +54 -46
- package/contracts/release-governance-baseline.json +2 -2
- package/dist/{TeamPage-IYWL6N4I.js → TeamPage-OXOXATQO.js} +22 -20
- package/dist/catalog/catalog.d.ts +67 -1
- package/dist/catalog/catalog.js +8 -8
- package/dist/catalog/components.d.ts +4 -2
- package/dist/catalog/components.js +17 -16
- package/dist/catalog/definitions/blocks-content.d.ts +10 -0
- package/dist/catalog/definitions/blocks-content.js +1 -1
- package/dist/catalog/definitions/blocks-crud.d.ts +53 -1
- package/dist/catalog/definitions/blocks-crud.js +1 -1
- package/dist/catalog/definitions/blocks-data.d.ts +4 -0
- package/dist/catalog/definitions/blocks-data.js +1 -1
- package/dist/catalog/definitions/index.d.ts +67 -1
- package/dist/catalog/definitions/index.js +7 -7
- package/dist/catalog/primitives/index.js +3 -3
- package/dist/{chunk-4ZST7OY5.js → chunk-5DLTCQN4.js} +29 -7
- package/dist/{chunk-CTVV6JS6.js → chunk-6PEJEOX4.js} +1 -1
- package/dist/chunk-ACIJEUAH.js +213 -0
- package/dist/{chunk-PQBVNNEG.js → chunk-DEILZQEX.js} +12 -3
- package/dist/{chunk-VQVWFCHF.js → chunk-HXKCPTY3.js} +6 -6
- package/dist/{chunk-A4QNTJUR.js → chunk-J3CSDFH7.js} +6 -2
- package/dist/{chunk-XX4XJJSH.js → chunk-JZERLGVV.js} +1 -1
- package/dist/{chunk-NBDUZA66.js → chunk-KOJ3X2F3.js} +3 -1
- package/dist/{chunk-XMGWLDNG.js → chunk-KSJUX6EA.js} +2 -2
- package/dist/{chunk-JDHD4L6N.js → chunk-KUL5OOXZ.js} +1 -1
- package/dist/{chunk-AP5SGSN7.js → chunk-P3CGISJM.js} +4 -0
- package/dist/{chunk-IW36SVOH.js → chunk-PPVSKK77.js} +41 -3
- package/dist/{chunk-D6MFOI3N.js → chunk-QMDQVJ4P.js} +12 -5
- package/dist/{chunk-UPMSE6PQ.js → chunk-TCDBSHAY.js} +4 -2
- package/dist/{chunk-PJ7DVYWA.js → chunk-TOMUOPVE.js} +4 -0
- package/dist/{chunk-5RBO2IMZ.js → chunk-WJ7TDY4S.js} +5 -1
- package/dist/{chunk-PIFVLS5S.js → chunk-X5MMPEIL.js} +15 -13
- package/dist/{chunk-3LROWCZE.js → chunk-XNTU2I2Y.js} +11 -3
- package/dist/components/blocks/ApiKeysBlock.js +1 -1
- package/dist/components/blocks/BlogIndexBlock.d.ts +1 -1
- package/dist/components/blocks/BlogIndexBlock.js +1 -1
- package/dist/components/blocks/CommandPaletteBlock.js +1 -1
- package/dist/components/blocks/CrudListBlock.js +1 -1
- package/dist/components/blocks/DashboardBlock.js +1 -1
- package/dist/components/blocks/DataGridBlock.d.ts +1 -1
- package/dist/components/blocks/DataGridBlock.js +1 -1
- package/dist/components/blocks/IntegrationsBlock.js +2 -2
- package/dist/components/blocks/PricingBlock.d.ts +3 -1
- package/dist/components/blocks/PricingBlock.js +1 -1
- package/dist/components/blocks/SettingsNavBlock.d.ts +1 -1
- package/dist/components/blocks/SettingsNavBlock.js +1 -1
- package/dist/components/blocks/TeamManagementBlock.d.ts +3 -0
- package/dist/components/blocks/TeamManagementBlock.js +129 -0
- package/dist/components/blocks/TeamShowcaseBlock.d.ts +3 -0
- package/dist/components/blocks/{TeamBlock.js → TeamShowcaseBlock.js} +1 -1
- package/dist/components/logos/index.js +1 -1
- package/dist/lib/json-render/app.js +1 -1
- package/dist/lib/json-render/catalog.d.ts +8 -0
- package/dist/lib/json-render/catalog.js +9 -9
- package/dist/lib/json-render/registry.js +9 -9
- package/dist/lib/json-render/showcase-spec.js +1 -1
- package/eslint-rules/nadicode/data/catalog-names.json +2 -1
- package/package.json +1 -1
- package/dist/components/blocks/TeamBlock.d.ts +0 -3
- package/dist/{chunk-PQOL3E2V.js → chunk-3KEBY2I3.js} +2 -2
- package/dist/{chunk-IYK2ABFE.js → chunk-FUROL3RA.js} +1 -1
|
@@ -165,6 +165,8 @@ export declare const seedComponentDefinitions: {
|
|
|
165
165
|
readTimeLabel: z.ZodNullable<z.ZodString>;
|
|
166
166
|
}, z.core.$strip>>>;
|
|
167
167
|
activeCategoryId: z.ZodNullable<z.ZodString>;
|
|
168
|
+
selectedArticleId: z.ZodNullable<z.ZodString>;
|
|
169
|
+
currentPage: z.ZodNullable<z.ZodNumber>;
|
|
168
170
|
pagination: z.ZodNullable<z.ZodObject<{
|
|
169
171
|
page: z.ZodNumber;
|
|
170
172
|
totalPages: z.ZodNumber;
|
|
@@ -198,6 +200,8 @@ export declare const seedComponentDefinitions: {
|
|
|
198
200
|
readTimeLabel: string;
|
|
199
201
|
}[];
|
|
200
202
|
activeCategoryId: null;
|
|
203
|
+
selectedArticleId: null;
|
|
204
|
+
currentPage: null;
|
|
201
205
|
pagination: {
|
|
202
206
|
page: number;
|
|
203
207
|
totalPages: number;
|
|
@@ -330,6 +334,7 @@ export declare const seedComponentDefinitions: {
|
|
|
330
334
|
}, z.core.$strip>>>;
|
|
331
335
|
placeholder: z.ZodNullable<z.ZodString>;
|
|
332
336
|
searchValue: z.ZodNullable<z.ZodString>;
|
|
337
|
+
selectedItemId: z.ZodNullable<z.ZodString>;
|
|
333
338
|
}, z.core.$strip>;
|
|
334
339
|
events: string[];
|
|
335
340
|
description: string;
|
|
@@ -341,6 +346,7 @@ export declare const seedComponentDefinitions: {
|
|
|
341
346
|
}[];
|
|
342
347
|
placeholder: string;
|
|
343
348
|
searchValue: null;
|
|
349
|
+
selectedItemId: null;
|
|
344
350
|
};
|
|
345
351
|
};
|
|
346
352
|
FormWizard: {
|
|
@@ -495,6 +501,8 @@ export declare const seedComponentDefinitions: {
|
|
|
495
501
|
title: z.ZodNullable<z.ZodString>;
|
|
496
502
|
description: z.ZodNullable<z.ZodString>;
|
|
497
503
|
showBillingToggle: z.ZodNullable<z.ZodBoolean>;
|
|
504
|
+
selectedPlanName: z.ZodNullable<z.ZodString>;
|
|
505
|
+
isYearly: z.ZodNullable<z.ZodBoolean>;
|
|
498
506
|
plans: z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
499
507
|
name: z.ZodString;
|
|
500
508
|
description: z.ZodString;
|
|
@@ -513,6 +521,8 @@ export declare const seedComponentDefinitions: {
|
|
|
513
521
|
title: string;
|
|
514
522
|
description: null;
|
|
515
523
|
showBillingToggle: boolean;
|
|
524
|
+
selectedPlanName: null;
|
|
525
|
+
isYearly: null;
|
|
516
526
|
plans: null;
|
|
517
527
|
};
|
|
518
528
|
};
|
|
@@ -995,6 +1005,7 @@ export declare const seedComponentDefinitions: {
|
|
|
995
1005
|
title: z.ZodNullable<z.ZodString>;
|
|
996
1006
|
description: z.ZodNullable<z.ZodString>;
|
|
997
1007
|
newKeyName: z.ZodNullable<z.ZodString>;
|
|
1008
|
+
revokedKeyId: z.ZodNullable<z.ZodString>;
|
|
998
1009
|
}, z.core.$strip>;
|
|
999
1010
|
events: string[];
|
|
1000
1011
|
description: string;
|
|
@@ -1017,6 +1028,7 @@ export declare const seedComponentDefinitions: {
|
|
|
1017
1028
|
title: string;
|
|
1018
1029
|
description: string;
|
|
1019
1030
|
newKeyName: null;
|
|
1031
|
+
revokedKeyId: null;
|
|
1020
1032
|
};
|
|
1021
1033
|
};
|
|
1022
1034
|
CreateBlock: {
|
|
@@ -1072,6 +1084,7 @@ export declare const seedComponentDefinitions: {
|
|
|
1072
1084
|
page: z.ZodNumber;
|
|
1073
1085
|
totalPages: z.ZodNumber;
|
|
1074
1086
|
}, z.core.$strip>;
|
|
1087
|
+
currentPage: z.ZodNullable<z.ZodNumber>;
|
|
1075
1088
|
errorMessage: z.ZodNullable<z.ZodString>;
|
|
1076
1089
|
emptyTitle: z.ZodNullable<z.ZodString>;
|
|
1077
1090
|
emptyDescription: z.ZodNullable<z.ZodString>;
|
|
@@ -1104,6 +1117,7 @@ export declare const seedComponentDefinitions: {
|
|
|
1104
1117
|
page: number;
|
|
1105
1118
|
totalPages: number;
|
|
1106
1119
|
};
|
|
1120
|
+
currentPage: null;
|
|
1107
1121
|
errorMessage: null;
|
|
1108
1122
|
emptyTitle: null;
|
|
1109
1123
|
emptyDescription: null;
|
|
@@ -1413,7 +1427,55 @@ export declare const seedComponentDefinitions: {
|
|
|
1413
1427
|
className: null;
|
|
1414
1428
|
};
|
|
1415
1429
|
};
|
|
1416
|
-
|
|
1430
|
+
TeamManagementBlock: {
|
|
1431
|
+
props: z.ZodObject<{
|
|
1432
|
+
members: z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
1433
|
+
id: z.ZodString;
|
|
1434
|
+
name: z.ZodString;
|
|
1435
|
+
email: z.ZodString;
|
|
1436
|
+
role: z.ZodEnum<{
|
|
1437
|
+
owner: "owner";
|
|
1438
|
+
admin: "admin";
|
|
1439
|
+
member: "member";
|
|
1440
|
+
guest: "guest";
|
|
1441
|
+
}>;
|
|
1442
|
+
avatar: z.ZodNullable<z.ZodString>;
|
|
1443
|
+
joinedAt: z.ZodNullable<z.ZodString>;
|
|
1444
|
+
status: z.ZodNullable<z.ZodEnum<{
|
|
1445
|
+
active: "active";
|
|
1446
|
+
pending: "pending";
|
|
1447
|
+
deactivated: "deactivated";
|
|
1448
|
+
}>>;
|
|
1449
|
+
}, z.core.$strip>>>;
|
|
1450
|
+
searchQuery: z.ZodNullable<z.ZodString>;
|
|
1451
|
+
selectedMemberId: z.ZodNullable<z.ZodString>;
|
|
1452
|
+
selectedRole: z.ZodNullable<z.ZodString>;
|
|
1453
|
+
state: z.ZodNullable<z.ZodEnum<{
|
|
1454
|
+
error: "error";
|
|
1455
|
+
loading: "loading";
|
|
1456
|
+
empty: "empty";
|
|
1457
|
+
"has-data": "has-data";
|
|
1458
|
+
}>>;
|
|
1459
|
+
title: z.ZodNullable<z.ZodString>;
|
|
1460
|
+
description: z.ZodNullable<z.ZodString>;
|
|
1461
|
+
errorMessage: z.ZodNullable<z.ZodString>;
|
|
1462
|
+
className: z.ZodNullable<z.ZodString>;
|
|
1463
|
+
}, z.core.$strip>;
|
|
1464
|
+
events: string[];
|
|
1465
|
+
description: string;
|
|
1466
|
+
example: {
|
|
1467
|
+
members: null;
|
|
1468
|
+
searchQuery: null;
|
|
1469
|
+
selectedMemberId: null;
|
|
1470
|
+
selectedRole: null;
|
|
1471
|
+
state: null;
|
|
1472
|
+
title: null;
|
|
1473
|
+
description: null;
|
|
1474
|
+
errorMessage: null;
|
|
1475
|
+
className: null;
|
|
1476
|
+
};
|
|
1477
|
+
};
|
|
1478
|
+
TeamShowcaseBlock: {
|
|
1417
1479
|
props: z.ZodObject<{
|
|
1418
1480
|
title: z.ZodNullable<z.ZodString>;
|
|
1419
1481
|
sections: z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
@@ -1620,6 +1682,8 @@ export declare const seedComponentDefinitions: {
|
|
|
1620
1682
|
}, z.core.$strip>>>;
|
|
1621
1683
|
title: z.ZodNullable<z.ZodString>;
|
|
1622
1684
|
description: z.ZodNullable<z.ZodString>;
|
|
1685
|
+
selectedRowId: z.ZodNullable<z.ZodString>;
|
|
1686
|
+
selectedAction: z.ZodNullable<z.ZodString>;
|
|
1623
1687
|
}, z.core.$strip>;
|
|
1624
1688
|
events: string[];
|
|
1625
1689
|
description: string;
|
|
@@ -1632,6 +1696,8 @@ export declare const seedComponentDefinitions: {
|
|
|
1632
1696
|
}[];
|
|
1633
1697
|
title: string;
|
|
1634
1698
|
description: null;
|
|
1699
|
+
selectedRowId: null;
|
|
1700
|
+
selectedAction: null;
|
|
1635
1701
|
};
|
|
1636
1702
|
};
|
|
1637
1703
|
HeatmapChartBlock: {
|
package/dist/catalog/catalog.js
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
export { seedComponentDefinitions } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
1
|
+
export { seedComponentDefinitions } from '../chunk-6PEJEOX4.js';
|
|
2
|
+
import '../chunk-HXKCPTY3.js';
|
|
3
|
+
import '../chunk-QCL76CM6.js';
|
|
3
4
|
import '../chunk-LYI5YMC6.js';
|
|
4
5
|
import '../chunk-UXYLA2IV.js';
|
|
5
6
|
import '../chunk-YXRIXTXW.js';
|
|
7
|
+
import '../chunk-WAIZR4CR.js';
|
|
6
8
|
import '../chunk-UQB54LIA.js';
|
|
7
9
|
import '../chunk-E4KUPYHE.js';
|
|
8
10
|
import '../chunk-W4KI424V.js';
|
|
9
11
|
import '../chunk-7SOMHO2L.js';
|
|
10
12
|
import '../chunk-XI775QZZ.js';
|
|
11
13
|
import '../chunk-P7JS4B7U.js';
|
|
12
|
-
import '../chunk-
|
|
14
|
+
import '../chunk-XLIFWBE7.js';
|
|
13
15
|
import '../chunk-5XDYCBR6.js';
|
|
14
16
|
import '../chunk-ZU7MDRCI.js';
|
|
15
17
|
import '../chunk-ZL6BPQNN.js';
|
|
16
|
-
import '../chunk-
|
|
17
|
-
import '../chunk-
|
|
18
|
-
import '../chunk-
|
|
18
|
+
import '../chunk-XNTU2I2Y.js';
|
|
19
|
+
import '../chunk-PPVSKK77.js';
|
|
20
|
+
import '../chunk-J3CSDFH7.js';
|
|
19
21
|
export { validateOnSchema, validationCheckSchema } from '../chunk-BJVCZI2B.js';
|
|
20
22
|
import '../chunk-YEAJLVGB.js';
|
|
21
|
-
import '../chunk-WAIZR4CR.js';
|
|
22
|
-
import '../chunk-XLIFWBE7.js';
|
|
@@ -42,7 +42,8 @@ import { InviteUserModal } from '../components/blocks/user/InviteUserModal';
|
|
|
42
42
|
import { KanbanBoard, KanbanColumn, KanbanColumnHeader, KanbanHandle, KanbanItem } from '../components/ui/KanbanBoard';
|
|
43
43
|
import { NavUser } from '../components/ui/NavUser';
|
|
44
44
|
import { SettingsNavBlock } from '../components/blocks/SettingsNavBlock';
|
|
45
|
-
import {
|
|
45
|
+
import { TeamShowcaseBlock } from '../components/blocks/TeamShowcaseBlock';
|
|
46
|
+
import { TeamManagementBlock } from '../components/blocks/TeamManagementBlock';
|
|
46
47
|
import { TimezonePickerBlock } from '../components/blocks/TimezonePickerBlock';
|
|
47
48
|
import { WorkspaceSwitcherBlock } from '../components/ui/WorkspaceSwitcherBlock';
|
|
48
49
|
import { AgentConversationBlock } from '../components/blocks/AgentConversationBlock';
|
|
@@ -116,7 +117,8 @@ export declare const seedComponents: {
|
|
|
116
117
|
};
|
|
117
118
|
readonly NavUser: typeof NavUser;
|
|
118
119
|
readonly SettingsNavBlock: typeof SettingsNavBlock;
|
|
119
|
-
readonly
|
|
120
|
+
readonly TeamShowcaseBlock: typeof TeamShowcaseBlock;
|
|
121
|
+
readonly TeamManagementBlock: typeof TeamManagementBlock;
|
|
120
122
|
readonly TimezonePickerBlock: typeof TimezonePickerBlock;
|
|
121
123
|
readonly WorkspaceSwitcherBlock: typeof WorkspaceSwitcherBlock;
|
|
122
124
|
readonly AgentConversationBlock: typeof AgentConversationBlock;
|
|
@@ -1,45 +1,46 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
export { seedComponents } from '../chunk-
|
|
3
|
-
import '../chunk-
|
|
2
|
+
export { seedComponents } from '../chunk-X5MMPEIL.js';
|
|
3
|
+
import '../chunk-3KEBY2I3.js';
|
|
4
|
+
import '../chunk-5B3GLRX3.js';
|
|
4
5
|
import '../chunk-YGDO5KDY.js';
|
|
6
|
+
import '../chunk-YMAEXGD2.js';
|
|
5
7
|
import '../chunk-EJQ73FJ5.js';
|
|
6
8
|
import '../chunk-4GLBFZVI.js';
|
|
7
9
|
import '../chunk-P5I63ETD.js';
|
|
8
10
|
import '../chunk-OUXJUUCB.js';
|
|
9
11
|
import '../chunk-XYMFKNKG.js';
|
|
10
12
|
import '../chunk-3QMHVXSQ.js';
|
|
11
|
-
import '../chunk-5B3GLRX3.js';
|
|
12
13
|
import '../chunk-GXUQFXT7.js';
|
|
13
14
|
import '../chunk-65CUE2WL.js';
|
|
14
15
|
import '../chunk-L55GVKLY.js';
|
|
15
|
-
import '../chunk-YMAEXGD2.js';
|
|
16
16
|
import '../chunk-2NMP3J5R.js';
|
|
17
|
+
import '../chunk-B4373MDA.js';
|
|
17
18
|
import '../chunk-XLN4NVKU.js';
|
|
18
19
|
import '../chunk-A4TQNK7R.js';
|
|
19
20
|
import '../chunk-PD6WW7E5.js';
|
|
20
|
-
import '../chunk-
|
|
21
|
+
import '../chunk-ACIJEUAH.js';
|
|
22
|
+
import '../chunk-KSJUX6EA.js';
|
|
21
23
|
import '../chunk-PYRHNONA.js';
|
|
22
24
|
import '../chunk-HF2HNDE7.js';
|
|
23
25
|
import '../chunk-PTJPPKDR.js';
|
|
24
26
|
import '../chunk-QCFDSOTV.js';
|
|
25
27
|
import '../chunk-HZTWLK7C.js';
|
|
26
|
-
import '../chunk-B4373MDA.js';
|
|
27
28
|
import '../chunk-33UWVOQ6.js';
|
|
28
29
|
import '../chunk-R4SBK6Y5.js';
|
|
29
|
-
import '../chunk-
|
|
30
|
+
import '../chunk-DEILZQEX.js';
|
|
30
31
|
import '../chunk-B4YCI5NM.js';
|
|
31
32
|
import '../chunk-L77KWJJB.js';
|
|
32
33
|
import '../chunk-ZKA5X3E4.js';
|
|
33
|
-
import '../chunk-
|
|
34
|
+
import '../chunk-TOMUOPVE.js';
|
|
34
35
|
import '../chunk-HX3VXWNJ.js';
|
|
35
|
-
import '../chunk-
|
|
36
|
+
import '../chunk-FUROL3RA.js';
|
|
36
37
|
import '../chunk-3ZDYYZDD.js';
|
|
38
|
+
import '../chunk-J5DRK4RF.js';
|
|
37
39
|
import '../chunk-TSVN5A2F.js';
|
|
38
40
|
import '../chunk-PX2WVDDB.js';
|
|
39
41
|
import '../chunk-BZYMCJHW.js';
|
|
40
42
|
import '../chunk-H466RJCI.js';
|
|
41
43
|
import '../chunk-DT6DGTVW.js';
|
|
42
|
-
import '../chunk-J5DRK4RF.js';
|
|
43
44
|
import '../chunk-3FJG5MAT.js';
|
|
44
45
|
import '../chunk-STNVWBJH.js';
|
|
45
46
|
import '../chunk-OWWQP3YW.js';
|
|
@@ -55,16 +56,16 @@ import '../chunk-KANK5FAG.js';
|
|
|
55
56
|
import '../chunk-6NL36QN3.js';
|
|
56
57
|
import '../chunk-CQ75K2DH.js';
|
|
57
58
|
import '../chunk-UCFR7GLW.js';
|
|
58
|
-
import '../chunk-
|
|
59
|
+
import '../chunk-TCDBSHAY.js';
|
|
59
60
|
import '../chunk-JVIRZNQ6.js';
|
|
60
61
|
import '../chunk-GE4WUAAE.js';
|
|
61
62
|
import '../chunk-H3KTAHJP.js';
|
|
62
63
|
import '../chunk-NDQO7AO6.js';
|
|
63
|
-
import '../chunk-
|
|
64
|
-
import '../chunk-
|
|
65
|
-
import '../chunk-
|
|
64
|
+
import '../chunk-P3CGISJM.js';
|
|
65
|
+
import '../chunk-JZERLGVV.js';
|
|
66
|
+
import '../chunk-QMDQVJ4P.js';
|
|
66
67
|
import '../chunk-7AUNUDHM.js';
|
|
67
|
-
import '../chunk-
|
|
68
|
+
import '../chunk-5DLTCQN4.js';
|
|
68
69
|
import '../chunk-3BGWXRQC.js';
|
|
69
70
|
import '../chunk-OLDUGLDM.js';
|
|
70
71
|
import '../chunk-6LD76RMU.js';
|
|
@@ -75,7 +76,7 @@ import '../chunk-BVXSAVKY.js';
|
|
|
75
76
|
import '../chunk-GVOWGEGX.js';
|
|
76
77
|
import '../chunk-KMTLCN6S.js';
|
|
77
78
|
import '../chunk-U43JTK45.js';
|
|
78
|
-
import '../chunk-
|
|
79
|
+
import '../chunk-WJ7TDY4S.js';
|
|
79
80
|
import '../chunk-UMEBNHKR.js';
|
|
80
81
|
import '../chunk-FX3GYS5O.js';
|
|
81
82
|
import '../chunk-OMGVZWRM.js';
|
|
@@ -48,6 +48,8 @@ export declare const blocksContentDefinitions: {
|
|
|
48
48
|
readTimeLabel: z.ZodNullable<z.ZodString>;
|
|
49
49
|
}, z.core.$strip>>>;
|
|
50
50
|
activeCategoryId: z.ZodNullable<z.ZodString>;
|
|
51
|
+
selectedArticleId: z.ZodNullable<z.ZodString>;
|
|
52
|
+
currentPage: z.ZodNullable<z.ZodNumber>;
|
|
51
53
|
pagination: z.ZodNullable<z.ZodObject<{
|
|
52
54
|
page: z.ZodNumber;
|
|
53
55
|
totalPages: z.ZodNumber;
|
|
@@ -81,6 +83,8 @@ export declare const blocksContentDefinitions: {
|
|
|
81
83
|
readTimeLabel: string;
|
|
82
84
|
}[];
|
|
83
85
|
activeCategoryId: null;
|
|
86
|
+
selectedArticleId: null;
|
|
87
|
+
currentPage: null;
|
|
84
88
|
pagination: {
|
|
85
89
|
page: number;
|
|
86
90
|
totalPages: number;
|
|
@@ -213,6 +217,7 @@ export declare const blocksContentDefinitions: {
|
|
|
213
217
|
}, z.core.$strip>>>;
|
|
214
218
|
placeholder: z.ZodNullable<z.ZodString>;
|
|
215
219
|
searchValue: z.ZodNullable<z.ZodString>;
|
|
220
|
+
selectedItemId: z.ZodNullable<z.ZodString>;
|
|
216
221
|
}, z.core.$strip>;
|
|
217
222
|
events: string[];
|
|
218
223
|
description: string;
|
|
@@ -224,6 +229,7 @@ export declare const blocksContentDefinitions: {
|
|
|
224
229
|
}[];
|
|
225
230
|
placeholder: string;
|
|
226
231
|
searchValue: null;
|
|
232
|
+
selectedItemId: null;
|
|
227
233
|
};
|
|
228
234
|
};
|
|
229
235
|
FormWizard: {
|
|
@@ -378,6 +384,8 @@ export declare const blocksContentDefinitions: {
|
|
|
378
384
|
title: z.ZodNullable<z.ZodString>;
|
|
379
385
|
description: z.ZodNullable<z.ZodString>;
|
|
380
386
|
showBillingToggle: z.ZodNullable<z.ZodBoolean>;
|
|
387
|
+
selectedPlanName: z.ZodNullable<z.ZodString>;
|
|
388
|
+
isYearly: z.ZodNullable<z.ZodBoolean>;
|
|
381
389
|
plans: z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
382
390
|
name: z.ZodString;
|
|
383
391
|
description: z.ZodString;
|
|
@@ -396,6 +404,8 @@ export declare const blocksContentDefinitions: {
|
|
|
396
404
|
title: string;
|
|
397
405
|
description: null;
|
|
398
406
|
showBillingToggle: boolean;
|
|
407
|
+
selectedPlanName: null;
|
|
408
|
+
isYearly: null;
|
|
399
409
|
plans: null;
|
|
400
410
|
};
|
|
401
411
|
};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { blocksContentDefinitions } from '../../chunk-
|
|
1
|
+
export { blocksContentDefinitions } from '../../chunk-XNTU2I2Y.js';
|
|
2
2
|
import '../../chunk-BJVCZI2B.js';
|
|
@@ -13,6 +13,7 @@ export declare const blocksCrudDefinitions: {
|
|
|
13
13
|
title: z.ZodNullable<z.ZodString>;
|
|
14
14
|
description: z.ZodNullable<z.ZodString>;
|
|
15
15
|
newKeyName: z.ZodNullable<z.ZodString>;
|
|
16
|
+
revokedKeyId: z.ZodNullable<z.ZodString>;
|
|
16
17
|
}, z.core.$strip>;
|
|
17
18
|
events: string[];
|
|
18
19
|
description: string;
|
|
@@ -35,6 +36,7 @@ export declare const blocksCrudDefinitions: {
|
|
|
35
36
|
title: string;
|
|
36
37
|
description: string;
|
|
37
38
|
newKeyName: null;
|
|
39
|
+
revokedKeyId: null;
|
|
38
40
|
};
|
|
39
41
|
};
|
|
40
42
|
CreateBlock: {
|
|
@@ -90,6 +92,7 @@ export declare const blocksCrudDefinitions: {
|
|
|
90
92
|
page: z.ZodNumber;
|
|
91
93
|
totalPages: z.ZodNumber;
|
|
92
94
|
}, z.core.$strip>;
|
|
95
|
+
currentPage: z.ZodNullable<z.ZodNumber>;
|
|
93
96
|
errorMessage: z.ZodNullable<z.ZodString>;
|
|
94
97
|
emptyTitle: z.ZodNullable<z.ZodString>;
|
|
95
98
|
emptyDescription: z.ZodNullable<z.ZodString>;
|
|
@@ -122,6 +125,7 @@ export declare const blocksCrudDefinitions: {
|
|
|
122
125
|
page: number;
|
|
123
126
|
totalPages: number;
|
|
124
127
|
};
|
|
128
|
+
currentPage: null;
|
|
125
129
|
errorMessage: null;
|
|
126
130
|
emptyTitle: null;
|
|
127
131
|
emptyDescription: null;
|
|
@@ -431,7 +435,55 @@ export declare const blocksCrudDefinitions: {
|
|
|
431
435
|
className: null;
|
|
432
436
|
};
|
|
433
437
|
};
|
|
434
|
-
|
|
438
|
+
TeamManagementBlock: {
|
|
439
|
+
props: z.ZodObject<{
|
|
440
|
+
members: z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
441
|
+
id: z.ZodString;
|
|
442
|
+
name: z.ZodString;
|
|
443
|
+
email: z.ZodString;
|
|
444
|
+
role: z.ZodEnum<{
|
|
445
|
+
owner: "owner";
|
|
446
|
+
admin: "admin";
|
|
447
|
+
member: "member";
|
|
448
|
+
guest: "guest";
|
|
449
|
+
}>;
|
|
450
|
+
avatar: z.ZodNullable<z.ZodString>;
|
|
451
|
+
joinedAt: z.ZodNullable<z.ZodString>;
|
|
452
|
+
status: z.ZodNullable<z.ZodEnum<{
|
|
453
|
+
active: "active";
|
|
454
|
+
pending: "pending";
|
|
455
|
+
deactivated: "deactivated";
|
|
456
|
+
}>>;
|
|
457
|
+
}, z.core.$strip>>>;
|
|
458
|
+
searchQuery: z.ZodNullable<z.ZodString>;
|
|
459
|
+
selectedMemberId: z.ZodNullable<z.ZodString>;
|
|
460
|
+
selectedRole: z.ZodNullable<z.ZodString>;
|
|
461
|
+
state: z.ZodNullable<z.ZodEnum<{
|
|
462
|
+
error: "error";
|
|
463
|
+
loading: "loading";
|
|
464
|
+
empty: "empty";
|
|
465
|
+
"has-data": "has-data";
|
|
466
|
+
}>>;
|
|
467
|
+
title: z.ZodNullable<z.ZodString>;
|
|
468
|
+
description: z.ZodNullable<z.ZodString>;
|
|
469
|
+
errorMessage: z.ZodNullable<z.ZodString>;
|
|
470
|
+
className: z.ZodNullable<z.ZodString>;
|
|
471
|
+
}, z.core.$strip>;
|
|
472
|
+
events: string[];
|
|
473
|
+
description: string;
|
|
474
|
+
example: {
|
|
475
|
+
members: null;
|
|
476
|
+
searchQuery: null;
|
|
477
|
+
selectedMemberId: null;
|
|
478
|
+
selectedRole: null;
|
|
479
|
+
state: null;
|
|
480
|
+
title: null;
|
|
481
|
+
description: null;
|
|
482
|
+
errorMessage: null;
|
|
483
|
+
className: null;
|
|
484
|
+
};
|
|
485
|
+
};
|
|
486
|
+
TeamShowcaseBlock: {
|
|
435
487
|
props: z.ZodObject<{
|
|
436
488
|
title: z.ZodNullable<z.ZodString>;
|
|
437
489
|
sections: z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { blocksCrudDefinitions } from '../../chunk-
|
|
1
|
+
export { blocksCrudDefinitions } from '../../chunk-PPVSKK77.js';
|
|
@@ -136,6 +136,8 @@ export declare const blocksDataDefinitions: {
|
|
|
136
136
|
}, z.core.$strip>>>;
|
|
137
137
|
title: z.ZodNullable<z.ZodString>;
|
|
138
138
|
description: z.ZodNullable<z.ZodString>;
|
|
139
|
+
selectedRowId: z.ZodNullable<z.ZodString>;
|
|
140
|
+
selectedAction: z.ZodNullable<z.ZodString>;
|
|
139
141
|
}, z.core.$strip>;
|
|
140
142
|
events: string[];
|
|
141
143
|
description: string;
|
|
@@ -148,6 +150,8 @@ export declare const blocksDataDefinitions: {
|
|
|
148
150
|
}[];
|
|
149
151
|
title: string;
|
|
150
152
|
description: null;
|
|
153
|
+
selectedRowId: null;
|
|
154
|
+
selectedAction: null;
|
|
151
155
|
};
|
|
152
156
|
};
|
|
153
157
|
HeatmapChartBlock: {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { blocksDataDefinitions } from '../../chunk-
|
|
1
|
+
export { blocksDataDefinitions } from '../../chunk-J3CSDFH7.js';
|
|
2
2
|
import '../../chunk-BJVCZI2B.js';
|
|
@@ -152,6 +152,8 @@ export declare const allDefinitions: {
|
|
|
152
152
|
readTimeLabel: import("zod").ZodNullable<import("zod").ZodString>;
|
|
153
153
|
}, import("zod/v4/core").$strip>>>;
|
|
154
154
|
activeCategoryId: import("zod").ZodNullable<import("zod").ZodString>;
|
|
155
|
+
selectedArticleId: import("zod").ZodNullable<import("zod").ZodString>;
|
|
156
|
+
currentPage: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
155
157
|
pagination: import("zod").ZodNullable<import("zod").ZodObject<{
|
|
156
158
|
page: import("zod").ZodNumber;
|
|
157
159
|
totalPages: import("zod").ZodNumber;
|
|
@@ -185,6 +187,8 @@ export declare const allDefinitions: {
|
|
|
185
187
|
readTimeLabel: string;
|
|
186
188
|
}[];
|
|
187
189
|
activeCategoryId: null;
|
|
190
|
+
selectedArticleId: null;
|
|
191
|
+
currentPage: null;
|
|
188
192
|
pagination: {
|
|
189
193
|
page: number;
|
|
190
194
|
totalPages: number;
|
|
@@ -317,6 +321,7 @@ export declare const allDefinitions: {
|
|
|
317
321
|
}, import("zod/v4/core").$strip>>>;
|
|
318
322
|
placeholder: import("zod").ZodNullable<import("zod").ZodString>;
|
|
319
323
|
searchValue: import("zod").ZodNullable<import("zod").ZodString>;
|
|
324
|
+
selectedItemId: import("zod").ZodNullable<import("zod").ZodString>;
|
|
320
325
|
}, import("zod/v4/core").$strip>;
|
|
321
326
|
events: string[];
|
|
322
327
|
description: string;
|
|
@@ -328,6 +333,7 @@ export declare const allDefinitions: {
|
|
|
328
333
|
}[];
|
|
329
334
|
placeholder: string;
|
|
330
335
|
searchValue: null;
|
|
336
|
+
selectedItemId: null;
|
|
331
337
|
};
|
|
332
338
|
};
|
|
333
339
|
FormWizard: {
|
|
@@ -482,6 +488,8 @@ export declare const allDefinitions: {
|
|
|
482
488
|
title: import("zod").ZodNullable<import("zod").ZodString>;
|
|
483
489
|
description: import("zod").ZodNullable<import("zod").ZodString>;
|
|
484
490
|
showBillingToggle: import("zod").ZodNullable<import("zod").ZodBoolean>;
|
|
491
|
+
selectedPlanName: import("zod").ZodNullable<import("zod").ZodString>;
|
|
492
|
+
isYearly: import("zod").ZodNullable<import("zod").ZodBoolean>;
|
|
485
493
|
plans: import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
486
494
|
name: import("zod").ZodString;
|
|
487
495
|
description: import("zod").ZodString;
|
|
@@ -500,6 +508,8 @@ export declare const allDefinitions: {
|
|
|
500
508
|
title: string;
|
|
501
509
|
description: null;
|
|
502
510
|
showBillingToggle: boolean;
|
|
511
|
+
selectedPlanName: null;
|
|
512
|
+
isYearly: null;
|
|
503
513
|
plans: null;
|
|
504
514
|
};
|
|
505
515
|
};
|
|
@@ -982,6 +992,7 @@ export declare const allDefinitions: {
|
|
|
982
992
|
title: import("zod").ZodNullable<import("zod").ZodString>;
|
|
983
993
|
description: import("zod").ZodNullable<import("zod").ZodString>;
|
|
984
994
|
newKeyName: import("zod").ZodNullable<import("zod").ZodString>;
|
|
995
|
+
revokedKeyId: import("zod").ZodNullable<import("zod").ZodString>;
|
|
985
996
|
}, import("zod/v4/core").$strip>;
|
|
986
997
|
events: string[];
|
|
987
998
|
description: string;
|
|
@@ -1004,6 +1015,7 @@ export declare const allDefinitions: {
|
|
|
1004
1015
|
title: string;
|
|
1005
1016
|
description: string;
|
|
1006
1017
|
newKeyName: null;
|
|
1018
|
+
revokedKeyId: null;
|
|
1007
1019
|
};
|
|
1008
1020
|
};
|
|
1009
1021
|
CreateBlock: {
|
|
@@ -1059,6 +1071,7 @@ export declare const allDefinitions: {
|
|
|
1059
1071
|
page: import("zod").ZodNumber;
|
|
1060
1072
|
totalPages: import("zod").ZodNumber;
|
|
1061
1073
|
}, import("zod/v4/core").$strip>;
|
|
1074
|
+
currentPage: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
1062
1075
|
errorMessage: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1063
1076
|
emptyTitle: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1064
1077
|
emptyDescription: import("zod").ZodNullable<import("zod").ZodString>;
|
|
@@ -1091,6 +1104,7 @@ export declare const allDefinitions: {
|
|
|
1091
1104
|
page: number;
|
|
1092
1105
|
totalPages: number;
|
|
1093
1106
|
};
|
|
1107
|
+
currentPage: null;
|
|
1094
1108
|
errorMessage: null;
|
|
1095
1109
|
emptyTitle: null;
|
|
1096
1110
|
emptyDescription: null;
|
|
@@ -1400,7 +1414,55 @@ export declare const allDefinitions: {
|
|
|
1400
1414
|
className: null;
|
|
1401
1415
|
};
|
|
1402
1416
|
};
|
|
1403
|
-
|
|
1417
|
+
TeamManagementBlock: {
|
|
1418
|
+
props: import("zod").ZodObject<{
|
|
1419
|
+
members: import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1420
|
+
id: import("zod").ZodString;
|
|
1421
|
+
name: import("zod").ZodString;
|
|
1422
|
+
email: import("zod").ZodString;
|
|
1423
|
+
role: import("zod").ZodEnum<{
|
|
1424
|
+
owner: "owner";
|
|
1425
|
+
admin: "admin";
|
|
1426
|
+
member: "member";
|
|
1427
|
+
guest: "guest";
|
|
1428
|
+
}>;
|
|
1429
|
+
avatar: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1430
|
+
joinedAt: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1431
|
+
status: import("zod").ZodNullable<import("zod").ZodEnum<{
|
|
1432
|
+
active: "active";
|
|
1433
|
+
pending: "pending";
|
|
1434
|
+
deactivated: "deactivated";
|
|
1435
|
+
}>>;
|
|
1436
|
+
}, import("zod/v4/core").$strip>>>;
|
|
1437
|
+
searchQuery: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1438
|
+
selectedMemberId: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1439
|
+
selectedRole: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1440
|
+
state: import("zod").ZodNullable<import("zod").ZodEnum<{
|
|
1441
|
+
error: "error";
|
|
1442
|
+
loading: "loading";
|
|
1443
|
+
empty: "empty";
|
|
1444
|
+
"has-data": "has-data";
|
|
1445
|
+
}>>;
|
|
1446
|
+
title: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1447
|
+
description: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1448
|
+
errorMessage: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1449
|
+
className: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1450
|
+
}, import("zod/v4/core").$strip>;
|
|
1451
|
+
events: string[];
|
|
1452
|
+
description: string;
|
|
1453
|
+
example: {
|
|
1454
|
+
members: null;
|
|
1455
|
+
searchQuery: null;
|
|
1456
|
+
selectedMemberId: null;
|
|
1457
|
+
selectedRole: null;
|
|
1458
|
+
state: null;
|
|
1459
|
+
title: null;
|
|
1460
|
+
description: null;
|
|
1461
|
+
errorMessage: null;
|
|
1462
|
+
className: null;
|
|
1463
|
+
};
|
|
1464
|
+
};
|
|
1465
|
+
TeamShowcaseBlock: {
|
|
1404
1466
|
props: import("zod").ZodObject<{
|
|
1405
1467
|
title: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1406
1468
|
sections: import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -1607,6 +1669,8 @@ export declare const allDefinitions: {
|
|
|
1607
1669
|
}, import("zod/v4/core").$strip>>>;
|
|
1608
1670
|
title: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1609
1671
|
description: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1672
|
+
selectedRowId: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1673
|
+
selectedAction: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1610
1674
|
}, import("zod/v4/core").$strip>;
|
|
1611
1675
|
events: string[];
|
|
1612
1676
|
description: string;
|
|
@@ -1619,6 +1683,8 @@ export declare const allDefinitions: {
|
|
|
1619
1683
|
}[];
|
|
1620
1684
|
title: string;
|
|
1621
1685
|
description: null;
|
|
1686
|
+
selectedRowId: null;
|
|
1687
|
+
selectedAction: null;
|
|
1622
1688
|
};
|
|
1623
1689
|
};
|
|
1624
1690
|
HeatmapChartBlock: {
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
export { allDefinitions } from '../../chunk-
|
|
1
|
+
export { allDefinitions } from '../../chunk-HXKCPTY3.js';
|
|
2
|
+
import '../../chunk-QCL76CM6.js';
|
|
2
3
|
import '../../chunk-LYI5YMC6.js';
|
|
3
4
|
import '../../chunk-UXYLA2IV.js';
|
|
4
5
|
import '../../chunk-YXRIXTXW.js';
|
|
6
|
+
import '../../chunk-WAIZR4CR.js';
|
|
5
7
|
import '../../chunk-UQB54LIA.js';
|
|
6
8
|
import '../../chunk-E4KUPYHE.js';
|
|
7
9
|
import '../../chunk-W4KI424V.js';
|
|
8
10
|
import '../../chunk-7SOMHO2L.js';
|
|
9
11
|
import '../../chunk-XI775QZZ.js';
|
|
10
12
|
import '../../chunk-P7JS4B7U.js';
|
|
11
|
-
import '../../chunk-
|
|
13
|
+
import '../../chunk-XLIFWBE7.js';
|
|
12
14
|
import '../../chunk-5XDYCBR6.js';
|
|
13
15
|
import '../../chunk-ZU7MDRCI.js';
|
|
14
16
|
import '../../chunk-ZL6BPQNN.js';
|
|
15
|
-
import '../../chunk-
|
|
16
|
-
import '../../chunk-
|
|
17
|
-
import '../../chunk-
|
|
17
|
+
import '../../chunk-XNTU2I2Y.js';
|
|
18
|
+
import '../../chunk-PPVSKK77.js';
|
|
19
|
+
import '../../chunk-J3CSDFH7.js';
|
|
18
20
|
import '../../chunk-BJVCZI2B.js';
|
|
19
21
|
import '../../chunk-YEAJLVGB.js';
|
|
20
|
-
import '../../chunk-WAIZR4CR.js';
|
|
21
|
-
import '../../chunk-XLIFWBE7.js';
|