@vadimcomanescu/nadicode-design-system 2.0.9 → 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 -0
- package/eslint-rules/nadicode/data/catalog-names.json +93 -0
- package/eslint-rules/nadicode/index.js +2 -0
- 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 -5822
- package/contracts/public-surface-registry.schema.json +0 -219
- package/contracts/spec-manifest.json +0 -46
- 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
|
-
}
|