@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,178 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"schemaVersion": "1.0.0",
|
|
3
|
-
"generatedAt": "2026-03-26T09:55:16.565Z",
|
|
4
|
-
"package": {
|
|
5
|
-
"name": "@vadimcomanescu/nadicode-design-system",
|
|
6
|
-
"version": "2.0.8",
|
|
7
|
-
"distributionModel": "package-backed",
|
|
8
|
-
"install": {
|
|
9
|
-
"canonicalStrategy": "exact-version-package-install",
|
|
10
|
-
"exactVersionPattern": "@vadimcomanescu/nadicode-design-system@<exact-version>",
|
|
11
|
-
"unpublishedLocalFallbackPattern": "file:.nadicode/packages/vadimcomanescu-nadicode-design-system-<version>.tgz",
|
|
12
|
-
"disallowedStrategies": [
|
|
13
|
-
"live repo directory installs",
|
|
14
|
-
"absolute machine path installs",
|
|
15
|
-
"parent-directory file: installs"
|
|
16
|
-
]
|
|
17
|
-
}
|
|
18
|
-
},
|
|
19
|
-
"entrypoints": {
|
|
20
|
-
"machineReadable": {
|
|
21
|
-
"consumerContract": {
|
|
22
|
-
"exportSubpath": "./consumer-contract",
|
|
23
|
-
"relativePath": "contracts/consumer-contract.json",
|
|
24
|
-
"schemaVersion": "1.0.0",
|
|
25
|
-
"purpose": "Single machine-readable entrypoint for agent and scaffold consumers."
|
|
26
|
-
},
|
|
27
|
-
"catalog": {
|
|
28
|
-
"exportSubpath": "./catalog",
|
|
29
|
-
"relativePath": "dist/catalog.json",
|
|
30
|
-
"schemaVersion": "1.1.0",
|
|
31
|
-
"purpose": "Component and block metadata with stable export paths."
|
|
32
|
-
},
|
|
33
|
-
"publicSurfaceRegistry": {
|
|
34
|
-
"exportSubpath": "./public-surface-registry",
|
|
35
|
-
"relativePath": "contracts/public-surface-registry.json",
|
|
36
|
-
"schemaVersion": "1.0.0",
|
|
37
|
-
"purpose": "Stable public package surface and props schema references."
|
|
38
|
-
},
|
|
39
|
-
"blockPropsSchemas": {
|
|
40
|
-
"exportSubpath": "./block-props-schemas",
|
|
41
|
-
"relativePath": "contracts/block-props-schemas.json",
|
|
42
|
-
"schemaVersion": "1.0.0",
|
|
43
|
-
"purpose": "Block props metadata referenced by the registry."
|
|
44
|
-
},
|
|
45
|
-
"componentPropsSchemas": {
|
|
46
|
-
"exportSubpath": "./component-props-schemas",
|
|
47
|
-
"relativePath": "contracts/component-props-schemas.json",
|
|
48
|
-
"schemaVersion": "1.0.0",
|
|
49
|
-
"purpose": "Component props metadata referenced by the registry."
|
|
50
|
-
},
|
|
51
|
-
"pageKitPropsSchemas": {
|
|
52
|
-
"exportSubpath": "./page-kit-props-schemas",
|
|
53
|
-
"relativePath": "contracts/page-kit-props-schemas.json",
|
|
54
|
-
"schemaVersion": "1.0.0",
|
|
55
|
-
"purpose": "Page-kit props metadata referenced by the registry."
|
|
56
|
-
},
|
|
57
|
-
"consumerIntentMap": {
|
|
58
|
-
"exportSubpath": "./consumer-intent-map",
|
|
59
|
-
"relativePath": "contracts/consumer-intent-map.json",
|
|
60
|
-
"schemaVersion": "1.0.0",
|
|
61
|
-
"purpose": "Page-intent contract for scaffold-safe route ownership."
|
|
62
|
-
},
|
|
63
|
-
"messageCatalogContract": {
|
|
64
|
-
"exportSubpath": "./message-catalog-contract",
|
|
65
|
-
"relativePath": "contracts/message-catalog-contract.json",
|
|
66
|
-
"schemaVersion": "1.0.0",
|
|
67
|
-
"purpose": "DS message ownership and locale catalog contract."
|
|
68
|
-
},
|
|
69
|
-
"specManifest": {
|
|
70
|
-
"exportSubpath": "./spec-manifest",
|
|
71
|
-
"relativePath": "contracts/spec-manifest.json",
|
|
72
|
-
"schemaVersion": "1.0.0",
|
|
73
|
-
"purpose": "Spec inventory for the maintained feature contract set."
|
|
74
|
-
}
|
|
75
|
-
},
|
|
76
|
-
"operationalDelegates": {
|
|
77
|
-
"dsCheck": {
|
|
78
|
-
"exportSubpath": "./ds-check",
|
|
79
|
-
"relativePath": "scripts/ds-check.mjs",
|
|
80
|
-
"purpose": "Consumer app contract verification delegate."
|
|
81
|
-
},
|
|
82
|
-
"dsUpdate": {
|
|
83
|
-
"exportSubpath": "./ds-update",
|
|
84
|
-
"relativePath": "scripts/ds-update.mjs",
|
|
85
|
-
"purpose": "Consumer package reinstall delegate."
|
|
86
|
-
}
|
|
87
|
-
},
|
|
88
|
-
"humanGuidance": {
|
|
89
|
-
"syncedSkillContractPath": ".agents/skills/seed/contract.md",
|
|
90
|
-
"scaffoldProcessDocPath": "docs/nadicode/SCAFFOLDING_PROCESS.md"
|
|
91
|
-
}
|
|
92
|
-
},
|
|
93
|
-
"ownership": {
|
|
94
|
-
"packageOwns": [
|
|
95
|
-
"Published components, blocks, page kits, tokens, and helpers.",
|
|
96
|
-
"Machine-readable contract artifacts exported from the installed package.",
|
|
97
|
-
"ESLint rules, Tailwind preset, and DS-owned locale catalogs.",
|
|
98
|
-
"Bundled synced Seed skill and agent contract guidance."
|
|
99
|
-
],
|
|
100
|
-
"showcaseOwns": [
|
|
101
|
-
"src/app/* route runtime and showcase-only page composition.",
|
|
102
|
-
"src/i18n/* next-intl runtime wiring for the in-repo app.",
|
|
103
|
-
"Visual verification surfaces and local showcase state fixtures."
|
|
104
|
-
],
|
|
105
|
-
"consumerAppOwns": [
|
|
106
|
-
{
|
|
107
|
-
"path": "src/app/globals.css",
|
|
108
|
-
"purpose": "Consumer-owned global runtime styles.",
|
|
109
|
-
"contract": "Must import @vadimcomanescu/nadicode-design-system/tokens.css before app palette overrides."
|
|
110
|
-
},
|
|
111
|
-
{
|
|
112
|
-
"path": "tailwind.config.*",
|
|
113
|
-
"purpose": "Consumer-owned Tailwind binding.",
|
|
114
|
-
"contract": "Must default-export the imported @vadimcomanescu/nadicode-design-system/tailwind preset result."
|
|
115
|
-
},
|
|
116
|
-
{
|
|
117
|
-
"path": "eslint.config.*",
|
|
118
|
-
"purpose": "Consumer-owned ESLint binding.",
|
|
119
|
-
"contract": "Must use the imported @vadimcomanescu/nadicode-design-system/eslint-config and eslint-plugin bindings."
|
|
120
|
-
},
|
|
121
|
-
{
|
|
122
|
-
"path": "src/components/providers.tsx",
|
|
123
|
-
"purpose": "Consumer-owned React provider composition.",
|
|
124
|
-
"contract": "Must wrap app runtime with the package ThemeProvider."
|
|
125
|
-
},
|
|
126
|
-
{
|
|
127
|
-
"path": "src/i18n/request.ts",
|
|
128
|
-
"purpose": "Consumer-owned next-intl request wiring.",
|
|
129
|
-
"contract": "Must merge app locale catalogs with package-backed DS message catalogs via mergeSeedMessages."
|
|
130
|
-
},
|
|
131
|
-
{
|
|
132
|
-
"path": "messages/<locale>.json",
|
|
133
|
-
"purpose": "Consumer-owned locale catalogs.",
|
|
134
|
-
"contract": "Must remain app-owned JSON catalogs, not repo-local seed-messages copies."
|
|
135
|
-
},
|
|
136
|
-
{
|
|
137
|
-
"path": "scripts/ds-check.mjs",
|
|
138
|
-
"purpose": "Consumer-owned delegate wrapper.",
|
|
139
|
-
"contract": "Must delegate to @vadimcomanescu/nadicode-design-system/ds-check."
|
|
140
|
-
},
|
|
141
|
-
{
|
|
142
|
-
"path": "scripts/ds-update.mjs",
|
|
143
|
-
"purpose": "Consumer-owned delegate wrapper.",
|
|
144
|
-
"contract": "Must delegate to @vadimcomanescu/nadicode-design-system/ds-update."
|
|
145
|
-
},
|
|
146
|
-
{
|
|
147
|
-
"path": "tsconfig.json",
|
|
148
|
-
"purpose": "Consumer-owned TypeScript runtime config.",
|
|
149
|
-
"contract": "Must keep baseUrl='.' and paths['@/*']=['./src/*'] for Seed consumer imports."
|
|
150
|
-
}
|
|
151
|
-
]
|
|
152
|
-
},
|
|
153
|
-
"derivedFrom": {
|
|
154
|
-
"publicSurfaceRegistry": {
|
|
155
|
-
"relativePath": "contracts/public-surface-registry.json",
|
|
156
|
-
"stableEntryCount": 436
|
|
157
|
-
},
|
|
158
|
-
"consumerIntentMap": {
|
|
159
|
-
"relativePath": "contracts/consumer-intent-map.json",
|
|
160
|
-
"intentCount": 26,
|
|
161
|
-
"suiteCount": 4
|
|
162
|
-
},
|
|
163
|
-
"messageCatalogContract": {
|
|
164
|
-
"relativePath": "contracts/message-catalog-contract.json",
|
|
165
|
-
"localeCount": 2,
|
|
166
|
-
"stableMessageKeyCount": 258
|
|
167
|
-
},
|
|
168
|
-
"specManifest": {
|
|
169
|
-
"relativePath": "contracts/spec-manifest.json",
|
|
170
|
-
"entryCount": 4
|
|
171
|
-
},
|
|
172
|
-
"catalog": {
|
|
173
|
-
"relativePath": "dist/catalog.json",
|
|
174
|
-
"componentCount": 174,
|
|
175
|
-
"blockCount": 56
|
|
176
|
-
}
|
|
177
|
-
}
|
|
178
|
-
}
|