@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,219 +0,0 @@
1
- {
2
- "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "$id": "https://vadimcomanescu.dev/schemas/public-surface-registry.schema.json",
4
- "title": "Seed Public Surface Registry",
5
- "description": "Single source of truth for the package public API contract.",
6
- "type": "object",
7
- "additionalProperties": false,
8
- "required": [
9
- "schemaVersion",
10
- "entries"
11
- ],
12
- "properties": {
13
- "schemaVersion": {
14
- "type": "string",
15
- "pattern": "^\\d+\\.\\d+\\.\\d+$",
16
- "description": "Semantic version for this registry schema payload."
17
- },
18
- "entries": {
19
- "type": "array",
20
- "minItems": 1,
21
- "items": {
22
- "$ref": "#/$defs/entry"
23
- }
24
- }
25
- },
26
- "$defs": {
27
- "entry": {
28
- "type": "object",
29
- "additionalProperties": false,
30
- "required": [
31
- "subpath",
32
- "canonicalExport",
33
- "sourceFile",
34
- "sourceSymbol",
35
- "category",
36
- "tier",
37
- "stability",
38
- "propsSchemaRef",
39
- "description"
40
- ],
41
- "properties": {
42
- "subpath": {
43
- "type": "string",
44
- "minLength": 1,
45
- "description": "Package export subpath. Use \".\" for the root export."
46
- },
47
- "canonicalExport": {
48
- "type": "string",
49
- "minLength": 1,
50
- "description": "Canonical symbol consumers import from the subpath."
51
- },
52
- "sourceFile": {
53
- "type": "string",
54
- "minLength": 1,
55
- "description": "Repository-relative source file path for the canonical symbol."
56
- },
57
- "sourceSymbol": {
58
- "type": "string",
59
- "minLength": 1,
60
- "description": "Exported symbol name in the source file."
61
- },
62
- "category": {
63
- "type": "string",
64
- "enum": [
65
- "blocks",
66
- "components",
67
- "helpers",
68
- "tokens",
69
- "page-kits"
70
- ]
71
- },
72
- "tier": {
73
- "type": "string",
74
- "enum": [
75
- "stable",
76
- "demo-only",
77
- "internal"
78
- ]
79
- },
80
- "stability": {
81
- "type": "string",
82
- "enum": [
83
- "stable",
84
- "experimental",
85
- "deprecated"
86
- ]
87
- },
88
- "propsSchemaRef": {
89
- "type": [
90
- "string",
91
- "null"
92
- ],
93
- "description": "Path to props schema file or null for non-prop exports."
94
- },
95
- "description": {
96
- "type": "string",
97
- "minLength": 1
98
- },
99
- "pageKitContract": {
100
- "$ref": "#/$defs/pageKitContract"
101
- },
102
- "deprecation": {
103
- "$ref": "#/$defs/deprecation"
104
- },
105
- "examples": {
106
- "type": "array",
107
- "items": {
108
- "type": "string",
109
- "minLength": 1
110
- }
111
- }
112
- }
113
- },
114
- "deprecation": {
115
- "type": "object",
116
- "additionalProperties": false,
117
- "required": [
118
- "since",
119
- "removalVersion",
120
- "replacement"
121
- ],
122
- "properties": {
123
- "since": {
124
- "type": "string",
125
- "pattern": "^\\d+\\.\\d+\\.\\d+$",
126
- "description": "Package version that first marked this export as deprecated."
127
- },
128
- "removalVersion": {
129
- "type": "string",
130
- "pattern": "^\\d+\\.\\d+\\.\\d+$",
131
- "description": "Package version at which this export will be removed."
132
- },
133
- "replacement": {
134
- "type": ["string", "null"],
135
- "description": "Subpath of the replacement export, or null if no direct replacement exists."
136
- }
137
- }
138
- },
139
- "pageKitContract": {
140
- "type": "object",
141
- "additionalProperties": false,
142
- "required": [
143
- "supportedStates",
144
- "shellAssumptions",
145
- "shellDependencies",
146
- "composedStableSubpaths",
147
- "ownershipBoundaries"
148
- ],
149
- "properties": {
150
- "supportedStates": {
151
- "type": "array",
152
- "minItems": 1,
153
- "items": {
154
- "type": "string",
155
- "minLength": 1
156
- }
157
- },
158
- "shellAssumptions": {
159
- "type": "array",
160
- "minItems": 1,
161
- "items": {
162
- "type": "string",
163
- "minLength": 1
164
- }
165
- },
166
- "shellDependencies": {
167
- "type": "array",
168
- "items": {
169
- "type": "string",
170
- "pattern": "^\\./"
171
- }
172
- },
173
- "composedStableSubpaths": {
174
- "type": "array",
175
- "minItems": 1,
176
- "items": {
177
- "type": "string",
178
- "pattern": "^\\./"
179
- }
180
- },
181
- "ownershipBoundaries": {
182
- "type": "object",
183
- "additionalProperties": false,
184
- "required": [
185
- "seedOwned",
186
- "consumerOwned",
187
- "forbiddenRuntimeConcerns"
188
- ],
189
- "properties": {
190
- "seedOwned": {
191
- "type": "array",
192
- "minItems": 1,
193
- "items": {
194
- "type": "string",
195
- "minLength": 1
196
- }
197
- },
198
- "consumerOwned": {
199
- "type": "array",
200
- "minItems": 1,
201
- "items": {
202
- "type": "string",
203
- "minLength": 1
204
- }
205
- },
206
- "forbiddenRuntimeConcerns": {
207
- "type": "array",
208
- "minItems": 1,
209
- "items": {
210
- "type": "string",
211
- "minLength": 1
212
- }
213
- }
214
- }
215
- }
216
- }
217
- }
218
- }
219
- }
@@ -1,46 +0,0 @@
1
- {
2
- "schemaVersion": "1.0.0",
3
- "generatedAt": "<normalized>",
4
- "entries": [
5
- {
6
- "id": "chat-elements-core",
7
- "file": "specs/chat-elements-core.md",
8
- "title": "Chat Elements Core Primitives",
9
- "topic": "contract-enforcement",
10
- "phase": "enforcement",
11
- "dependencies": [],
12
- "order": 1
13
- },
14
- {
15
- "id": "chat-elements-advanced",
16
- "file": "specs/chat-elements-advanced.md",
17
- "title": "Chat Elements Advanced Compounds",
18
- "topic": "contract-enforcement",
19
- "phase": "enforcement",
20
- "dependencies": [
21
- "chat-elements-core"
22
- ],
23
- "order": 2
24
- },
25
- {
26
- "id": "chat-elements-infra",
27
- "file": "specs/chat-elements-infra.md",
28
- "title": "Chat Elements Infrastructure",
29
- "topic": "contract-enforcement",
30
- "phase": "enforcement",
31
- "dependencies": [],
32
- "order": 3
33
- },
34
- {
35
- "id": "chat-existing-upgrades",
36
- "file": "specs/chat-existing-upgrades.md",
37
- "title": "Chat Existing Component Upgrades",
38
- "topic": "contract-enforcement",
39
- "phase": "enforcement",
40
- "dependencies": [
41
- "chat-elements-core"
42
- ],
43
- "order": 4
44
- }
45
- ]
46
- }