@vadimcomanescu/nadicode-design-system 2.0.9 → 4.0.1

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.
Files changed (154) hide show
  1. package/.agents/skills/seed/SKILL.md +24 -14
  2. package/.agents/skills/seed/contract.md +19 -6
  3. package/.agents/skills/seed/recipes/agency-home.md +5 -5
  4. package/.agents/skills/seed/recipes/auth.md +3 -3
  5. package/.agents/skills/seed/recipes/blog-content.md +2 -2
  6. package/.agents/skills/seed/recipes/company-about.md +3 -3
  7. package/.agents/skills/seed/recipes/company-contact.md +3 -3
  8. package/.agents/skills/seed/recipes/digital-workers.md +3 -3
  9. package/.agents/skills/seed/recipes/marketing-landing.md +8 -8
  10. package/.agents/skills/seed/recipes/marketing-shell.md +4 -4
  11. package/.agents/skills/seed/recipes/navigation-shell.md +3 -2
  12. package/.agents/skills/seed/recipes/pricing.md +4 -4
  13. package/.agents/skills/seed/recipes/service-detail.md +3 -3
  14. package/.agents/skills/seed/references/blocks.md +5 -5
  15. package/.agents/skills/seed/references/components.md +2 -2
  16. package/.agents/skills/seed/references/nextjs.md +2 -2
  17. package/README.md +3 -3
  18. package/contracts/consumer-intent-map.json +1 -2
  19. package/contracts/release-governance-baseline.json +3 -37
  20. package/dist/catalog/catalog.d.ts +2220 -0
  21. package/dist/catalog/catalog.js +1913 -0
  22. package/dist/catalog/components.d.ts +201 -0
  23. package/dist/catalog/components.js +407 -0
  24. package/dist/catalog/types.d.ts +4 -0
  25. package/dist/catalog/types.js +1 -0
  26. package/dist/chunk-224KPIOG.js +60 -0
  27. package/dist/chunk-25BOZMXA.js +169 -0
  28. package/dist/chunk-32OLQ7FC.js +130 -0
  29. package/dist/chunk-3JJBJ4VR.js +47 -0
  30. package/dist/chunk-3U56FXYC.js +30 -0
  31. package/dist/chunk-4MWKE6F5.js +86 -0
  32. package/dist/chunk-6HGSU24S.js +94 -0
  33. package/dist/chunk-7IADIXDV.js +168 -0
  34. package/dist/chunk-7NS3VFD7.js +86 -0
  35. package/dist/chunk-ALA6OM7K.js +134 -0
  36. package/dist/chunk-AN5TW4AL.js +50 -0
  37. package/dist/chunk-AWZFQQGN.js +167 -0
  38. package/dist/chunk-BRCBJ3S4.js +42 -0
  39. package/dist/chunk-BRICSLHJ.js +30 -0
  40. package/dist/chunk-BYEHHZZN.js +115 -0
  41. package/dist/chunk-C33GUEDY.js +149 -0
  42. package/dist/chunk-CUDMDYKE.js +150 -0
  43. package/dist/chunk-CVTMWSNS.js +145 -0
  44. package/dist/chunk-DEZXWNYF.js +165 -0
  45. package/dist/chunk-DNJEVMDY.js +40 -0
  46. package/dist/chunk-DNJOBML6.js +66 -0
  47. package/dist/chunk-FTGFOK6T.js +69 -0
  48. package/dist/{chunk-7A2RXKGH.js → chunk-GJ557DGH.js} +1 -1
  49. package/dist/chunk-HFBJ6L6O.js +104 -0
  50. package/dist/chunk-HPTHS7SX.js +52 -0
  51. package/dist/chunk-K4U67BVG.js +175 -0
  52. package/dist/chunk-KNR3WB5C.js +147 -0
  53. package/dist/chunk-KQ7ZC6EM.js +66 -0
  54. package/dist/chunk-LGW7FVG5.js +83 -0
  55. package/dist/chunk-LK2L3C7D.js +72 -0
  56. package/dist/chunk-LP6ZZYOQ.js +36 -0
  57. package/dist/chunk-LV4P7WVM.js +54 -0
  58. package/dist/chunk-MGSGCARB.js +164 -0
  59. package/dist/chunk-N3YFYMNZ.js +73 -0
  60. package/dist/{chunk-DSMGCFMJ.js → chunk-POFFOUQW.js} +2 -5
  61. package/dist/chunk-Q5IYBNA7.js +56 -0
  62. package/dist/chunk-QJCE7NZF.js +85 -0
  63. package/dist/chunk-QW5II6YK.js +96 -0
  64. package/dist/chunk-RMGDDOCD.js +138 -0
  65. package/dist/chunk-RNCX4JIE.js +70 -0
  66. package/dist/chunk-RWCL5OPX.js +112 -0
  67. package/dist/chunk-S5OY2B63.js +28 -0
  68. package/dist/chunk-SIQNG72C.js +257 -0
  69. package/dist/chunk-SP7NIZFP.js +117 -0
  70. package/dist/chunk-SWRJWMGG.js +30 -0
  71. package/dist/chunk-TCQIJ3DO.js +85 -0
  72. package/dist/chunk-TPJ6JJ2F.js +290 -0
  73. package/dist/chunk-UR43ANYS.js +159 -0
  74. package/dist/chunk-VRGPG2YN.js +79 -0
  75. package/dist/chunk-WSBLCWY7.js +126 -0
  76. package/dist/chunk-XKKFSFYO.js +93 -0
  77. package/dist/chunk-XO7TBM47.js +32 -0
  78. package/dist/chunk-YDYDGG5K.js +132 -0
  79. package/dist/chunk-YMJOUYMT.js +171 -0
  80. package/dist/chunk-Z2WION42.js +32 -0
  81. package/dist/chunk-ZFKSVEYW.js +35 -0
  82. package/dist/components/blocks/AgentProfileGridBlock.js +8 -86
  83. package/dist/components/blocks/AgentRunOverviewBlock.js +8 -147
  84. package/dist/components/blocks/AgentWorkbenchBlock.js +15 -257
  85. package/dist/components/blocks/AudioVisualizerBlock.js +2 -50
  86. package/dist/components/blocks/AuthLayout.js +9 -73
  87. package/dist/components/blocks/BannerBlock.js +8 -66
  88. package/dist/components/blocks/BarChartBlock.js +5 -47
  89. package/dist/components/blocks/ChartBlock.js +7 -54
  90. package/dist/components/blocks/ChartCollectionBlock.js +11 -171
  91. package/dist/components/blocks/ChatLayout.js +12 -126
  92. package/dist/components/blocks/CreateBlock.js +9 -104
  93. package/dist/components/blocks/DataGridBlock.js +9 -117
  94. package/dist/components/blocks/DirectoryBlock.js +12 -85
  95. package/dist/components/blocks/FeatureGridBlock.js +6 -56
  96. package/dist/components/blocks/GalleryBlock.js +6 -69
  97. package/dist/components/blocks/HeroBlock.js +2 -2
  98. package/dist/components/blocks/HeroSectionBlock.js +10 -134
  99. package/dist/components/blocks/IntegrationsBlock.js +13 -94
  100. package/dist/components/blocks/InteractiveAreaChartBlock.js +5 -290
  101. package/dist/components/blocks/KanbanDemoBlock.js +8 -145
  102. package/dist/components/blocks/LogoCloud.js +4 -35
  103. package/dist/components/blocks/NavUser.js +5 -85
  104. package/dist/components/blocks/NotFoundBlock.js +8 -32
  105. package/dist/components/blocks/OnboardingBlock.js +7 -66
  106. package/dist/components/blocks/SettingsLayout.js +13 -86
  107. package/dist/components/blocks/SignUpBlock.js +8 -168
  108. package/dist/components/blocks/SolutionShowcaseBlock.js +11 -112
  109. package/dist/components/blocks/StatsBlock.js +6 -60
  110. package/dist/components/blocks/UsageDonutBlock.js +5 -79
  111. package/dist/components/blocks/WizardBlock.js +12 -93
  112. package/dist/components/blocks/user/InviteUserModal.js +10 -132
  113. package/dist/components/page-kits/AccountLockedPageKit.js +3 -40
  114. package/dist/components/page-kits/AgentsChatPageKit.js +11 -159
  115. package/dist/components/page-kits/AnalyticsPageKit.js +12 -150
  116. package/dist/components/page-kits/BlogContentPageKit.js +12 -167
  117. package/dist/components/page-kits/CheckoutPageKit.js +9 -83
  118. package/dist/components/page-kits/CompanySuitePageKit.js +9 -96
  119. package/dist/components/page-kits/DashboardPageKit.js +11 -149
  120. package/dist/components/page-kits/ErrorPageKit.js +5 -52
  121. package/dist/components/page-kits/KanbanBoardPageKit.js +7 -169
  122. package/dist/components/page-kits/LandingPageKit.js +12 -73
  123. package/dist/components/page-kits/LoginPageKit.js +3 -32
  124. package/dist/components/page-kits/OnboardingPageKit.js +6 -115
  125. package/dist/components/page-kits/PricingPageKit.js +12 -138
  126. package/dist/components/page-kits/ProfileSettingsPageKit.js +10 -164
  127. package/dist/components/page-kits/RecoveryPageKit.js +3 -42
  128. package/dist/components/page-kits/ResetPageKit.js +3 -36
  129. package/dist/components/page-kits/ServiceSuitePageKit.js +11 -176
  130. package/dist/components/page-kits/SignupPageKit.js +3 -30
  131. package/dist/components/page-kits/SuccessPageKit.js +4 -30
  132. package/dist/components/page-kits/TeamSettingsPageKit.js +9 -165
  133. package/dist/components/page-kits/TwoFactorPageKit.js +4 -28
  134. package/dist/components/page-kits/VerifyEmailPageKit.js +4 -30
  135. package/dist/components/page-kits/VoiceAgentsPageKit.js +13 -130
  136. package/dist/components/ui/AvatarUpload.js +1 -1
  137. package/dist/components/ui/CheckoutForm.js +5 -70
  138. package/dist/components/ui/MouseEffect.js +1 -1
  139. package/eslint-rules/nadicode/config.js +2 -0
  140. package/eslint-rules/nadicode/data/catalog-names.json +93 -0
  141. package/eslint-rules/nadicode/index.js +4 -0
  142. package/eslint-rules/nadicode/rules/__tests__/require-catalog-component.test.js +77 -0
  143. package/eslint-rules/nadicode/rules/__tests__/require-catalog-import.test.js +111 -0
  144. package/eslint-rules/nadicode/rules/require-catalog-component.js +79 -0
  145. package/eslint-rules/nadicode/rules/require-catalog-import.js +59 -0
  146. package/package.json +15 -358
  147. package/contracts/block-props-schemas.json +0 -2186
  148. package/contracts/component-props-schemas.json +0 -8322
  149. package/contracts/consumer-contract.json +0 -178
  150. package/contracts/page-kit-props-schemas.json +0 -1894
  151. package/contracts/public-surface-registry.json +0 -5822
  152. package/contracts/public-surface-registry.schema.json +0 -219
  153. package/contracts/spec-manifest.json +0 -46
  154. package/dist/catalog.json +0 -5221
@@ -1,178 +0,0 @@
1
- {
2
- "schemaVersion": "1.0.0",
3
- "generatedAt": "2026-03-26T10:57:12.195Z",
4
- "package": {
5
- "name": "@vadimcomanescu/nadicode-design-system",
6
- "version": "2.0.9",
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
- }