@vadimcomanescu/nadicode-design-system 4.0.10 → 5.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 +27 -22
- package/.agents/skills/seed/references/animation.md +1 -1
- package/.agents/skills/seed/references/composition.md +1 -1
- package/.agents/skills/seed/references/glass-and-effects.md +16 -21
- package/.agents/skills/seed/references/patterns.md +47 -47
- package/.agents/skills/seed/references/state-machines.md +19 -18
- package/README.md +3 -1
- package/contracts/consumer-intent-map.json +2 -700
- package/contracts/message-catalog-contract.json +20 -20
- package/contracts/release-governance-baseline.json +14 -265
- package/css/tokens.css +28 -18
- package/dist/ProfilePage-KJVA3ZQ5.js +87 -0
- package/dist/TeamPage-BX3RMSZU.js +479 -0
- package/dist/catalog/catalog.d.ts +4753 -1883
- package/dist/catalog/catalog.js +22 -2107
- package/dist/catalog/components.d.ts +234 -177
- package/dist/catalog/components.js +218 -289
- package/dist/catalog/definitions/action.d.ts +170 -0
- package/dist/catalog/definitions/action.js +1 -0
- package/dist/catalog/definitions/agent.d.ts +496 -0
- package/dist/catalog/definitions/agent.js +1 -0
- package/dist/catalog/definitions/blocks-agent.d.ts +359 -0
- package/dist/catalog/definitions/blocks-agent.js +1 -0
- package/dist/catalog/definitions/blocks-auth.d.ts +179 -0
- package/dist/catalog/definitions/blocks-auth.js +1 -0
- package/dist/catalog/definitions/blocks-content.d.ts +495 -0
- package/dist/catalog/definitions/blocks-content.js +2 -0
- package/dist/catalog/definitions/blocks-crud.d.ts +485 -0
- package/dist/catalog/definitions/blocks-crud.js +1 -0
- package/dist/catalog/definitions/blocks-data.d.ts +309 -0
- package/dist/catalog/definitions/blocks-data.js +2 -0
- package/dist/catalog/definitions/blocks-marketing.d.ts +381 -0
- package/dist/catalog/definitions/blocks-marketing.js +1 -0
- package/dist/catalog/definitions/blocks-misc.d.ts +108 -0
- package/dist/catalog/definitions/blocks-misc.js +1 -0
- package/dist/catalog/definitions/chart.d.ts +293 -0
- package/dist/catalog/definitions/chart.js +2 -0
- package/dist/catalog/definitions/chat.d.ts +108 -0
- package/dist/catalog/definitions/chat.js +1 -0
- package/dist/catalog/definitions/display.d.ts +575 -0
- package/dist/catalog/definitions/display.js +2 -0
- package/dist/catalog/definitions/effects.d.ts +267 -0
- package/dist/catalog/definitions/effects.js +1 -0
- package/dist/catalog/definitions/form.d.ts +413 -0
- package/dist/catalog/definitions/form.js +2 -0
- package/dist/catalog/definitions/index.d.ts +5262 -0
- package/dist/catalog/definitions/index.js +21 -0
- package/dist/catalog/definitions/layout.d.ts +133 -0
- package/dist/catalog/definitions/layout.js +1 -0
- package/dist/catalog/definitions/navigation.d.ts +121 -0
- package/dist/catalog/definitions/navigation.js +1 -0
- package/dist/catalog/definitions/overlay.d.ts +183 -0
- package/dist/catalog/definitions/overlay.js +1 -0
- package/dist/catalog/definitions/shared.d.ts +31 -0
- package/dist/catalog/definitions/shared.js +1 -0
- package/dist/catalog/definitions/text-effects.d.ts +204 -0
- package/dist/catalog/definitions/text-effects.js +1 -0
- package/dist/catalog/definitions/text.d.ts +38 -0
- package/dist/catalog/definitions/text.js +1 -0
- package/dist/catalog/primitives/action.d.ts +12 -0
- package/dist/{components/blocks/TwoFactorChallengeBlock.js → catalog/primitives/action.js} +42 -36
- package/dist/catalog/primitives/agent.d.ts +18 -0
- package/dist/catalog/primitives/agent.js +32 -0
- package/dist/catalog/primitives/chart.d.ts +12 -0
- package/dist/catalog/primitives/chart.js +17 -0
- package/dist/catalog/primitives/chat.d.ts +10 -0
- package/dist/{components/page-kits/TwoFactorPageKit.js → catalog/primitives/chat.js} +42 -44
- package/dist/catalog/primitives/display.d.ts +34 -0
- package/dist/{components/page-kits/TeamSettingsPageKit.js → catalog/primitives/display.js} +71 -48
- package/dist/catalog/primitives/effects.d.ts +19 -0
- package/dist/catalog/primitives/effects.js +25 -0
- package/dist/catalog/primitives/form.d.ts +22 -0
- package/dist/{components/page-kits/OnboardingPageKit.js → catalog/primitives/form.js} +51 -47
- package/dist/catalog/primitives/index.d.ts +137 -0
- package/dist/{components/page-kits/LandingPageKit.js → catalog/primitives/index.js} +171 -58
- package/dist/catalog/primitives/layout.d.ts +14 -0
- package/dist/catalog/primitives/layout.js +130 -0
- package/dist/catalog/primitives/navigation.d.ts +10 -0
- package/dist/{components/page-kits/NavigationShellPageKit.js → catalog/primitives/navigation.js} +41 -37
- package/dist/catalog/primitives/overlay.d.ts +12 -0
- package/dist/catalog/primitives/overlay.js +130 -0
- package/dist/catalog/primitives/text-effects.d.ts +13 -0
- package/dist/{components/blocks/SocialProofBlock.js → catalog/primitives/text-effects.js} +4 -11
- package/dist/catalog/primitives/text.d.ts +7 -0
- package/dist/catalog/primitives/text.js +7 -0
- package/dist/catalog/primitives/utils.d.ts +8 -0
- package/dist/catalog/primitives/utils.js +1 -0
- package/dist/catalog/types.d.ts +3 -3
- package/dist/chunk-2LBEV4YF.js +128 -0
- package/dist/chunk-2NMP3J5R.js +6 -0
- package/dist/chunk-34MKVVGB.js +176 -0
- package/dist/{chunk-KFL4YCMI.js → chunk-37LY27CX.js} +1 -1
- package/dist/{chunk-LPED36AD.js → chunk-3BGWXRQC.js} +6 -8
- package/dist/chunk-3QMHVXSQ.js +258 -0
- package/dist/{chunk-ZI22L4DD.js → chunk-3TYPQWKD.js} +7 -13
- package/dist/chunk-44NVO477.js +46 -0
- package/dist/chunk-4ACR6NGQ.js +144 -0
- package/dist/{chunk-FF3XUIZO.js → chunk-4DWRAIM2.js} +1 -1
- package/dist/chunk-4EHXVFQY.js +78 -0
- package/dist/chunk-4EOX2S37.js +24 -0
- package/dist/chunk-4GLBFZVI.js +184 -0
- package/dist/chunk-4GQ5EMWR.js +142 -0
- package/dist/chunk-4TK2PXMJ.js +6 -0
- package/dist/chunk-4ZST7OY5.js +153 -0
- package/dist/chunk-56TNQ2P4.js +82 -0
- package/dist/chunk-5B3GLRX3.js +139 -0
- package/dist/chunk-5KQEGO3O.js +71 -0
- package/dist/chunk-5L2RFJZR.js +31 -0
- package/dist/{chunk-2325VORX.js → chunk-5MLOZVOQ.js} +32 -25
- package/dist/chunk-5XDYCBR6.js +345 -0
- package/dist/chunk-5ZC3RHXB.js +72 -0
- package/dist/chunk-65CUE2WL.js +257 -0
- package/dist/chunk-6KRT337C.js +75 -0
- package/dist/{chunk-DVU2EABM.js → chunk-6LD76RMU.js} +9 -12
- package/dist/{chunk-L3WRHSHM.js → chunk-6NL36QN3.js} +9 -8
- package/dist/chunk-6NND57T2.js +79 -0
- package/dist/{chunk-TBJPLMUE.js → chunk-6OBT3A5O.js} +6 -9
- package/dist/{chunk-ZR7PL5XQ.js → chunk-767GZSNJ.js} +7 -10
- package/dist/{chunk-2S4727W3.js → chunk-7AUNUDHM.js} +20 -16
- package/dist/chunk-7IVXTSZK.js +185 -0
- package/dist/{chunk-N2J3XFR6.js → chunk-7OOO22KB.js} +11 -16
- package/dist/chunk-7PTI46BS.js +119 -0
- package/dist/chunk-7SOMHO2L.js +181 -0
- package/dist/chunk-7SRNVMBY.js +72 -0
- package/dist/chunk-7U7XFIP6.js +17 -0
- package/dist/{chunk-3HHLJH72.js → chunk-7UY24UWL.js} +1 -1
- package/dist/chunk-7X3GXC7C.js +52 -0
- package/dist/{chunk-R4CRWXEQ.js → chunk-A44E44UV.js} +35 -27
- package/dist/chunk-A4TQNK7R.js +58 -0
- package/dist/chunk-AU2Q7CXZ.js +45 -0
- package/dist/{chunk-IJ46YEUQ.js → chunk-B4YCI5NM.js} +10 -19
- package/dist/{chunk-JXZ4HYXA.js → chunk-BAB6AHOM.js} +64 -60
- package/dist/chunk-BHPATKC7.js +116 -0
- package/dist/chunk-BJVCZI2B.js +29 -0
- package/dist/{chunk-ZTYKDD4V.js → chunk-BVXSAVKY.js} +7 -12
- package/dist/chunk-C7LO3JEF.js +195 -0
- package/dist/chunk-CAET62YQ.js +228 -0
- package/dist/chunk-CPHVCY3M.js +230 -0
- package/dist/{chunk-WOYBVPXK.js → chunk-CQ75K2DH.js} +8 -10
- package/dist/{chunk-OSNTB6RY.js → chunk-CY3PROVO.js} +88 -26
- package/dist/{chunk-FRAGRQOH.js → chunk-D6MFOI3N.js} +20 -20
- package/dist/{chunk-D3PKI34R.js → chunk-DGSNEGJP.js} +16 -18
- package/dist/{chunk-NTN5DWXV.js → chunk-DSNPOAE6.js} +7 -10
- package/dist/chunk-E5E3W2K4.js +6 -0
- package/dist/chunk-EJQ73FJ5.js +383 -0
- package/dist/chunk-F3QIIOOL.js +71 -0
- package/dist/chunk-FAKTXE3F.js +272 -0
- package/dist/chunk-FAQZPQF7.js +119 -0
- package/dist/chunk-FOXDDL2Z.js +41 -0
- package/dist/chunk-G722PEFL.js +71 -0
- package/dist/chunk-GC7QKZQW.js +20 -0
- package/dist/{chunk-QLL3Z6U6.js → chunk-GE4WUAAE.js} +8 -8
- package/dist/chunk-GNKNT52O.js +45 -0
- package/dist/chunk-GQEB425G.js +41 -0
- package/dist/{chunk-XTASI4IY.js → chunk-GVOWGEGX.js} +6 -13
- package/dist/chunk-GXUQFXT7.js +282 -0
- package/dist/chunk-GZ4DTYWM.js +36 -0
- package/dist/{chunk-7XRKBROR.js → chunk-HF2HNDE7.js} +22 -12
- package/dist/chunk-HMN4K4L6.js +44 -0
- package/dist/{chunk-XA7VQWCT.js → chunk-HX3VXWNJ.js} +20 -13
- package/dist/{chunk-ERYYZSJU.js → chunk-HZTWLK7C.js} +17 -19
- package/dist/{chunk-B66BU2S5.js → chunk-ID3N3MHQ.js} +14 -22
- package/dist/{chunk-JGEE66UI.js → chunk-IHGZJS7N.js} +12 -12
- package/dist/{chunk-N3S6KCXN.js → chunk-IYK2ABFE.js} +25 -14
- package/dist/{chunk-WSBLCWY7.js → chunk-IZ7A62GI.js} +7 -6
- package/dist/chunk-JDLCIPSC.js +18 -0
- package/dist/{chunk-B5HTI43H.js → chunk-JPA45CDE.js} +68 -43
- package/dist/{chunk-J7F42IR3.js → chunk-JPNNAU26.js} +7 -3
- package/dist/chunk-JUAOQFC3.js +32 -0
- package/dist/{chunk-3TZLHB2L.js → chunk-JVQQQS2M.js} +8 -13
- package/dist/{chunk-4GSIGQXI.js → chunk-JWWXY7XR.js} +6 -6
- package/dist/chunk-KA44DDCB.js +42 -0
- package/dist/chunk-KANK5FAG.js +150 -0
- package/dist/chunk-KKBTPNXT.js +110 -0
- package/dist/chunk-KL43KGCK.js +106 -0
- package/dist/chunk-KMTLCN6S.js +134 -0
- package/dist/{chunk-HOWTYZL5.js → chunk-KPO4PD6C.js} +78 -12
- package/dist/{chunk-TYP2MR3Q.js → chunk-KV726HMK.js} +20 -2
- package/dist/{chunk-4QOH76MI.js → chunk-KWIIKHIB.js} +10 -13
- package/dist/chunk-KXZP6XI2.js +84 -0
- package/dist/chunk-L2IRYY6K.js +230 -0
- package/dist/chunk-L4Q724G2.js +217 -0
- package/dist/chunk-L55GVKLY.js +149 -0
- package/dist/{chunk-5NOH3QLY.js → chunk-L77KWJJB.js} +30 -31
- package/dist/chunk-LH5KBOIA.js +228 -0
- package/dist/chunk-LO3MDQSJ.js +130 -0
- package/dist/chunk-LYI5YMC6.js +125 -0
- package/dist/chunk-LZ66ADSL.js +142 -0
- package/dist/chunk-MB75U2OV.js +77 -0
- package/dist/{components/ui/AnimatedTabs.js → chunk-MFZYC6QC.js} +41 -24
- package/dist/chunk-MOFWXBTK.js +112 -0
- package/dist/chunk-MT76BPYV.js +30 -0
- package/dist/{chunk-X5AEOQAL.js → chunk-MZGGA75L.js} +1 -40
- package/dist/chunk-N334RMNE.js +39 -0
- package/dist/{chunk-ABV4BQF6.js → chunk-NA6ZPKIK.js} +20 -8
- package/dist/chunk-NF2Y5ERJ.js +186 -0
- package/dist/{chunk-4CUKPNS5.js → chunk-NVBF4OWT.js} +7 -10
- package/dist/chunk-NZXZ3PH2.js +56 -0
- package/dist/chunk-OB2KVO7O.js +23 -0
- package/dist/chunk-OLDUGLDM.js +114 -0
- package/dist/{chunk-HWOGLSB6.js → chunk-OMGVZWRM.js} +26 -17
- package/dist/{chunk-X4HXVLER.js → chunk-OMI2LLXM.js} +16 -19
- package/dist/{chunk-UIZTZCAU.js → chunk-OS2BLQ2G.js} +9 -14
- package/dist/chunk-OUXJUUCB.js +131 -0
- package/dist/{chunk-QQOWC53X.js → chunk-OWWQP3YW.js} +4 -2
- package/dist/chunk-P5I63ETD.js +691 -0
- package/dist/chunk-P7CTBRHO.js +176 -0
- package/dist/chunk-P7JS4B7U.js +101 -0
- package/dist/{chunk-FODQX5Q5.js → chunk-PD6WW7E5.js} +8 -10
- package/dist/chunk-PJ7DVYWA.js +185 -0
- package/dist/{chunk-BKWURLHQ.js → chunk-PQBVNNEG.js} +19 -19
- package/dist/chunk-PY7WBWKH.js +37 -0
- package/dist/{chunk-TBD4VKXH.js → chunk-PYRHNONA.js} +26 -17
- package/dist/{chunk-TBXW5MDR.js → chunk-Q4CRHV5T.js} +25 -17
- package/dist/{chunk-PC6VMNDY.js → chunk-Q7PCHHVJ.js} +0 -8
- package/dist/chunk-QCL76CM6.js +92 -0
- package/dist/chunk-QFXWI2WX.js +40 -0
- package/dist/{chunk-YZXCW44Y.js → chunk-QLPU2IEO.js} +26 -40
- package/dist/{chunk-C4PVGV2F.js → chunk-R4DPHCHJ.js} +22 -15
- package/dist/chunk-SEJXMNMK.js +191 -0
- package/dist/{chunk-CIDN3ULD.js → chunk-SIXPY62Q.js} +17 -16
- package/dist/chunk-STKNMEJA.js +15 -0
- package/dist/chunk-STNVWBJH.js +41 -0
- package/dist/{chunk-N5QVBOYM.js → chunk-TKT6WW4E.js} +2 -2
- package/dist/{chunk-73T44TBV.js → chunk-TL5UCQC3.js} +12 -16
- package/dist/{chunk-D4BKRPO4.js → chunk-TNDMBLYP.js} +8 -19
- package/dist/chunk-TTA5TLNJ.js +97 -0
- package/dist/chunk-TV6CJ5NI.js +57 -0
- package/dist/chunk-TXRGQO5M.js +100 -0
- package/dist/chunk-U3QOFPHD.js +28 -0
- package/dist/chunk-UB6XJTRU.js +45 -0
- package/dist/chunk-UGXI4PES.js +415 -0
- package/dist/{chunk-YNRO42PX.js → chunk-UIYX2EMT.js} +12 -20
- package/dist/chunk-UOUERAB4.js +446 -0
- package/dist/chunk-UQB54LIA.js +228 -0
- package/dist/chunk-UT6MKK2S.js +115 -0
- package/dist/chunk-UXYLA2IV.js +124 -0
- package/dist/{chunk-PDSQC6VE.js → chunk-V5RSV4ZV.js} +5 -2
- package/dist/chunk-VUNXVYOH.js +129 -0
- package/dist/chunk-W4KI424V.js +380 -0
- package/dist/chunk-W7ZGCFTB.js +23 -0
- package/dist/chunk-WAIZR4CR.js +107 -0
- package/dist/{chunk-T5LXQNIP.js → chunk-WHYKEOUV.js} +29 -25
- package/dist/chunk-WRBPEZFY.js +80 -0
- package/dist/chunk-XI775QZZ.js +275 -0
- package/dist/chunk-XLIFWBE7.js +117 -0
- package/dist/{chunk-BI3TXPMR.js → chunk-XMGWLDNG.js} +4 -6
- package/dist/chunk-XYMFKNKG.js +93 -0
- package/dist/chunk-XYYZRQES.js +256 -0
- package/dist/chunk-XZDVTOXJ.js +94 -0
- package/dist/{chunk-XFQLYQCV.js → chunk-YB3J4ZRZ.js} +16 -7
- package/dist/chunk-YCS4MMC3.js +133 -0
- package/dist/chunk-YGDO5KDY.js +33 -0
- package/dist/{chunk-OMEWVRBK.js → chunk-YNBDA24W.js} +7 -14
- package/dist/chunk-YXRIXTXW.js +32 -0
- package/dist/chunk-ZFCSKVTZ.js +102 -0
- package/dist/chunk-ZLWEBAL6.js +48 -0
- package/dist/chunk-ZND7AAWG.js +290 -0
- package/dist/{chunk-FAPU77SV.js → chunk-ZNF6S3DQ.js} +21 -39
- package/dist/chunk-ZSU5ZI4O.js +32 -0
- package/dist/components/blocks/AccountLockedBlock.d.ts +3 -11
- package/dist/components/blocks/AccountLockedBlock.js +3 -3
- package/dist/components/blocks/ActivityFeedBlock.d.ts +3 -14
- package/dist/components/blocks/ActivityFeedBlock.js +2 -2
- package/dist/components/blocks/AgentConversationBlock.d.ts +12 -17
- package/dist/components/blocks/AgentConversationBlock.js +10 -109
- package/dist/components/blocks/AgentProfileGridBlock.d.ts +3 -19
- package/dist/components/blocks/AgentProfileGridBlock.js +2 -2
- package/dist/components/blocks/AgentRunOverviewBlock.d.ts +3 -31
- package/dist/components/blocks/AgentRunOverviewBlock.js +2 -2
- package/dist/components/blocks/AgentWorkbenchBlock.d.ts +5 -21
- package/dist/components/blocks/AgentWorkbenchBlock.js +14 -112
- package/dist/components/blocks/ApiKeysBlock.d.ts +3 -18
- package/dist/components/blocks/ApiKeysBlock.js +35 -35
- package/dist/components/blocks/AuthLayout.d.ts +3 -17
- package/dist/components/blocks/AuthLayout.js +4 -4
- package/dist/components/blocks/AuthSuccessBlock.d.ts +3 -12
- package/dist/components/blocks/AuthSuccessBlock.js +7 -2
- package/dist/components/blocks/BannerBlock.d.ts +3 -9
- package/dist/components/blocks/BannerBlock.js +33 -33
- package/dist/components/blocks/BenchmarksBlock.d.ts +3 -20
- package/dist/components/blocks/BenchmarksBlock.js +2 -2
- package/dist/components/blocks/BlogDetailBlock.d.ts +3 -0
- package/dist/components/{page-kits/SuccessPageKit.js → blocks/BlogDetailBlock.js} +37 -34
- package/dist/components/blocks/BlogIndexBlock.d.ts +3 -0
- package/dist/components/blocks/{EmailVerifiedBlock.js → BlogIndexBlock.js} +4 -4
- package/dist/components/blocks/CallToActionBlock.d.ts +3 -13
- package/dist/components/blocks/CallToActionBlock.js +3 -3
- package/dist/components/blocks/ChangelogBlock.d.ts +3 -16
- package/dist/components/blocks/ChangelogBlock.js +33 -32
- package/dist/components/blocks/ChartBlock.d.ts +3 -16
- package/dist/components/blocks/ChartBlock.js +33 -33
- package/dist/components/blocks/ChartCollectionBlock.d.ts +3 -5
- package/dist/components/blocks/ChartCollectionBlock.js +4 -4
- package/dist/components/blocks/ChatLayout.d.ts +3 -17
- package/dist/components/blocks/ChatLayout.js +33 -33
- package/dist/components/blocks/CheckEmailBlock.d.ts +3 -9
- package/dist/components/blocks/CheckEmailBlock.js +2 -2
- package/dist/components/blocks/CodeBlock.d.ts +3 -7
- package/dist/components/blocks/CodeBlock.js +1 -1
- package/dist/components/blocks/CommandPaletteBlock.d.ts +3 -9
- package/dist/components/blocks/CommandPaletteBlock.js +35 -35
- package/dist/components/blocks/ComparisonBlock.d.ts +3 -13
- package/dist/components/blocks/ComparisonBlock.js +2 -2
- package/dist/components/blocks/ContactBlock.d.ts +3 -17
- package/dist/components/blocks/ContactBlock.js +3 -3
- package/dist/components/blocks/CreateBlock.d.ts +1 -16
- package/dist/components/blocks/CreateBlock.js +33 -34
- package/dist/components/blocks/CrudListBlock.d.ts +3 -0
- package/dist/components/{page-kits/VerifyEmailPageKit.js → blocks/CrudListBlock.js} +41 -34
- package/dist/components/blocks/DashboardBlock.d.ts +3 -0
- package/dist/components/{page-kits/DashboardPageKit.js → blocks/DashboardBlock.js} +49 -50
- package/dist/components/blocks/DataGridBlock.d.ts +3 -10
- package/dist/components/blocks/DataGridBlock.js +35 -36
- package/dist/components/blocks/DirectoryBlock.d.ts +3 -17
- package/dist/components/blocks/DirectoryBlock.js +38 -37
- package/dist/components/blocks/FAQBlock.d.ts +3 -12
- package/dist/components/blocks/FAQBlock.js +33 -33
- package/dist/components/blocks/FeatureBlock.d.ts +3 -23
- package/dist/components/blocks/FeatureBlock.js +33 -33
- package/dist/components/blocks/FooterBlock.d.ts +3 -19
- package/dist/components/blocks/FooterBlock.js +1 -1
- package/dist/components/blocks/FormFieldBlock.d.ts +3 -0
- package/dist/components/{page-kits/MarketingShellPageKit.js → blocks/FormFieldBlock.js} +38 -41
- package/dist/components/blocks/GalleryBlock.d.ts +3 -13
- package/dist/components/blocks/GalleryBlock.js +35 -35
- package/dist/components/blocks/HeaderBlock.d.ts +3 -14
- package/dist/components/blocks/HeaderBlock.js +35 -34
- package/dist/components/blocks/HeatmapChartBlock.d.ts +3 -15
- package/dist/components/blocks/HeatmapChartBlock.js +2 -2
- package/dist/components/blocks/HeroBlock.d.ts +4 -2
- package/dist/components/blocks/HeroBlock.js +36 -36
- package/dist/components/blocks/IntegrationsBlock.d.ts +3 -15
- package/dist/components/blocks/IntegrationsBlock.js +33 -33
- package/dist/components/blocks/InteractiveAreaChartBlock.d.ts +3 -21
- package/dist/components/blocks/InteractiveAreaChartBlock.js +33 -33
- package/dist/components/blocks/LoginBlock.d.ts +3 -41
- package/dist/components/blocks/LoginBlock.js +2 -2
- package/dist/components/blocks/LogoCloud.d.ts +3 -12
- package/dist/components/blocks/LogoCloud.js +6 -2
- package/dist/components/blocks/NewsletterBlock.d.ts +1 -8
- package/dist/components/blocks/NewsletterBlock.js +3 -3
- package/dist/components/blocks/NotFoundBlock.d.ts +3 -9
- package/dist/components/blocks/NotFoundBlock.js +36 -36
- package/dist/components/blocks/OTPBlock.d.ts +3 -10
- package/dist/components/blocks/OTPBlock.js +35 -33
- package/dist/components/blocks/OnboardingBlock.d.ts +1 -14
- package/dist/components/blocks/OnboardingBlock.js +34 -34
- package/dist/components/blocks/OnboardingFlowBlock.d.ts +3 -0
- package/dist/components/blocks/OnboardingFlowBlock.js +127 -0
- package/dist/components/blocks/PasswordRecoveryBlock.d.ts +1 -12
- package/dist/components/blocks/PasswordRecoveryBlock.js +3 -3
- package/dist/components/blocks/PricingBlock.d.ts +1 -19
- package/dist/components/blocks/PricingBlock.js +4 -4
- package/dist/components/blocks/ProcessFlowBlock.d.ts +3 -15
- package/dist/components/blocks/ProcessFlowBlock.js +2 -6
- package/dist/components/blocks/ROICalculatorBlock.d.ts +3 -0
- package/dist/components/blocks/{SavingsCalculatorBlock.js → ROICalculatorBlock.js} +4 -4
- package/dist/components/blocks/ResetPasswordBlock.d.ts +3 -9
- package/dist/components/blocks/ResetPasswordBlock.js +2 -2
- package/dist/components/blocks/SettingsNavBlock.d.ts +3 -0
- package/dist/components/blocks/{SettingsLayout.js → SettingsNavBlock.js} +39 -37
- package/dist/components/blocks/SolutionShowcaseBlock.d.ts +3 -17
- package/dist/components/blocks/SolutionShowcaseBlock.js +2 -2
- package/dist/components/blocks/StatsBlock.d.ts +3 -21
- package/dist/components/blocks/StatsBlock.js +3 -112
- package/dist/components/blocks/StatsMarketingBlock.d.ts +3 -14
- package/dist/components/blocks/StatsMarketingBlock.js +3 -3
- package/dist/components/blocks/TeamBlock.d.ts +3 -16
- package/dist/components/blocks/TeamBlock.js +1 -1
- package/dist/components/blocks/TestimonialsBlock.d.ts +6 -9
- package/dist/components/blocks/TestimonialsBlock.js +16 -3
- package/dist/components/blocks/TimezonePickerBlock.d.ts +3 -11
- package/dist/components/blocks/TimezonePickerBlock.js +35 -35
- package/dist/components/blocks/TwoFactorSetupBlock.d.ts +1 -12
- package/dist/components/blocks/TwoFactorSetupBlock.js +37 -37
- package/dist/components/blocks/UsageDonutBlock.d.ts +3 -16
- package/dist/components/blocks/UsageDonutBlock.js +2 -2
- package/dist/components/blocks/WizardBlock.d.ts +1 -15
- package/dist/components/blocks/WizardBlock.js +33 -33
- package/dist/components/blocks/user/InviteUserModal.d.ts +4 -4
- package/dist/components/blocks/user/InviteUserModal.js +34 -34
- package/dist/components/pages/settings/ProfilePage.d.ts +1 -0
- package/dist/components/pages/settings/TeamPage.d.ts +1 -0
- package/dist/components/ui/Accordion.js +31 -31
- package/dist/components/ui/AgentAvatar.js +2 -72
- package/dist/components/ui/AgentStatus.d.ts +1 -1
- package/dist/components/ui/AgentStatus.js +2 -71
- package/dist/components/ui/AgentTimeline.js +3 -97
- package/dist/components/ui/AlertDialog.js +3 -133
- package/dist/components/ui/AnnouncementBanner.js +4 -46
- package/dist/components/ui/ApprovalCard.js +5 -115
- package/dist/components/ui/AspectRatio.js +1 -5
- package/dist/components/ui/AvatarUpload.js +6 -119
- package/dist/components/ui/BentoGrid.js +4 -28
- package/dist/components/ui/Breadcrumb.js +31 -31
- package/dist/components/ui/ButtonGroup.js +2 -18
- package/dist/components/ui/Calendar.js +31 -31
- package/dist/components/ui/Card.js +1 -1
- package/dist/components/ui/Carousel.js +35 -247
- package/dist/components/ui/ChartCard.js +3 -3
- package/dist/components/ui/ChatActions.js +2 -2
- package/dist/components/ui/ChatGreeting.js +3 -77
- package/dist/components/ui/ChatMessage.d.ts +26 -5
- package/dist/components/ui/ChatMessage.js +3 -95
- package/dist/components/ui/ChatPromptInput.js +4 -191
- package/dist/components/ui/ChatResponse.js +2 -24
- package/dist/components/ui/ChatThinkingMessage.d.ts +25 -6
- package/dist/components/ui/ChatThinkingMessage.js +7 -53
- package/dist/components/ui/ChatToolCall.d.ts +4 -2
- package/dist/components/ui/ChatToolCall.js +13 -190
- package/dist/components/ui/CheckStatus.js +2 -57
- package/dist/components/ui/Checkbox.js +31 -31
- package/dist/components/ui/CheckoutForm.d.ts +3 -7
- package/dist/components/ui/CheckoutForm.js +35 -34
- package/dist/components/ui/CheckoutFormDemo.js +33 -33
- package/dist/components/ui/Combobox.d.ts +2 -1
- package/dist/components/ui/Combobox.js +38 -109
- package/dist/components/ui/Command.js +34 -34
- package/dist/components/ui/ConfettiBurst.js +3 -71
- package/dist/components/ui/ContextMenu.js +34 -215
- package/dist/components/ui/Conversation.js +35 -115
- package/dist/components/ui/DataTable.d.ts +2 -1
- package/dist/components/ui/DataTable.js +33 -33
- package/dist/components/ui/DatePicker.js +31 -31
- package/dist/components/ui/DateRangePicker.js +31 -31
- package/dist/components/ui/Dialog.js +33 -33
- package/dist/components/ui/DiffStat.js +2 -32
- package/dist/components/ui/Drawer.js +3 -116
- package/dist/components/ui/DropdownMenu.js +32 -32
- package/dist/components/ui/FileUpload.js +34 -171
- package/dist/components/ui/FloatingDock.js +3 -100
- package/dist/components/ui/FormWizard.d.ts +5 -13
- package/dist/components/ui/FormWizard.js +1 -1
- package/dist/components/ui/HandoffIndicator.js +4 -42
- package/dist/components/ui/HoverCard.js +2 -23
- package/dist/components/ui/InputGroup.js +2 -36
- package/dist/components/ui/InputOTP.js +31 -31
- package/dist/components/ui/Item.d.ts +1 -1
- package/dist/components/ui/Item.js +2 -176
- package/dist/components/ui/KanbanBoard.d.ts +2 -1
- package/dist/components/ui/KanbanBoard.js +2 -2
- package/dist/components/ui/Kbd.js +2 -17
- package/dist/components/ui/LanguageSwitcher.js +31 -31
- package/dist/components/ui/MagneticElement.js +3 -41
- package/dist/components/ui/MemoryInspector.js +3 -94
- package/dist/components/ui/Menubar.js +34 -257
- package/dist/components/ui/MetricCard.js +2 -2
- package/dist/components/ui/MouseGlow.d.ts +10 -0
- package/dist/components/ui/MouseGlow.js +3 -0
- package/dist/components/ui/{MouseEffect.d.ts → MouseSpotlight.d.ts} +0 -9
- package/dist/components/ui/{MouseEffect.js → MouseSpotlight.js} +1 -1
- package/dist/components/ui/MovingBorder.js +2 -40
- package/dist/components/ui/NavUser.d.ts +4 -0
- package/dist/components/{blocks → ui}/NavUser.js +37 -36
- package/dist/components/ui/NavigationMenu.js +34 -161
- package/dist/components/ui/NotificationCenter.js +34 -136
- package/dist/components/ui/Pagination.js +31 -31
- package/dist/components/ui/ProgressRing.js +4 -128
- package/dist/components/ui/PromoCard.js +4 -41
- package/dist/components/ui/RadioGroup.js +33 -69
- package/dist/components/ui/Resizable.js +34 -68
- package/dist/components/ui/Select.js +31 -31
- package/dist/components/ui/SettingsModal.js +41 -137
- package/dist/components/ui/ShaderBackground.js +4 -71
- package/dist/components/ui/Sheet.d.ts +2 -1
- package/dist/components/ui/Sheet.js +36 -32
- package/dist/components/ui/Sidebar.js +35 -34
- package/dist/components/ui/SourceCitation.js +3 -119
- package/dist/components/ui/SpringHover.js +3 -32
- package/dist/components/ui/StaggeredEntrance.js +2 -23
- package/dist/components/ui/StatusDot.d.ts +1 -1
- package/dist/components/ui/StyleToggle.js +1 -1
- package/dist/components/ui/SuccessCheck.js +3 -52
- package/dist/components/ui/Tabs.d.ts +5 -3
- package/dist/components/ui/Tabs.js +5 -1
- package/dist/components/ui/TagInput.js +35 -132
- package/dist/components/ui/ThemeToggle.d.ts +2 -1
- package/dist/components/ui/ThemeToggle.js +36 -66
- package/dist/components/ui/TiltCard.js +3 -48
- package/dist/components/ui/ToggleGroup.js +3 -56
- package/dist/components/ui/TreeView.js +35 -216
- package/dist/components/ui/Typography.d.ts +1 -1
- package/dist/components/ui/Typography.js +1 -1
- package/dist/components/ui/VoiceAgentCard.d.ts +9 -0
- package/dist/components/{blocks → ui}/VoiceAgentCard.js +2 -2
- package/dist/components/ui/WorkspaceSwitcherBlock.d.ts +3 -0
- package/dist/components/{blocks → ui}/WorkspaceSwitcherBlock.js +36 -35
- package/dist/components/ui/charts/index.js +1 -1
- package/dist/components/ui/icons/index.js +31 -31
- package/dist/components/ui/text-effects/index.js +2 -2
- package/dist/index.js +39 -39
- package/dist/internal/local-image-assets.d.ts +1 -0
- package/dist/lib/json-render/app.d.ts +11 -0
- package/dist/lib/json-render/app.js +7 -0
- package/dist/lib/json-render/catalog.d.ts +1154 -0
- package/dist/lib/json-render/catalog.js +23 -0
- package/dist/lib/json-render/registry.d.ts +1 -0
- package/dist/lib/json-render/registry.js +58 -0
- package/dist/lib/json-render/showcase-spec.d.ts +3 -0
- package/dist/lib/json-render/showcase-spec.js +2 -0
- package/dist/lib/react-utils.d.ts +1 -1
- package/dist/lib/standalone-routes.d.ts +56 -0
- package/dist/lib/standalone-routes.js +1 -0
- package/dist/lib/tool-call-state-map.d.ts +2 -0
- package/dist/lib/tool-call-state-map.js +1 -0
- package/dist/messages/en.js +1 -1
- package/dist/messages/it.js +1 -1
- package/dist/test/PublicSeedTestProvider.js +2 -2
- package/eslint-rules/nadicode/__tests__/rules.test.js +3 -3
- package/eslint-rules/nadicode/data/catalog-names.json +149 -38
- package/eslint-rules/nadicode/rules/__tests__/no-diy-backdrop-blur.test.js +0 -5
- package/eslint-rules/nadicode/rules/__tests__/require-catalog-component.test.js +2 -2
- package/eslint-rules/nadicode/rules/no-diy-backdrop-blur.js +0 -1
- package/eslint-rules/nadicode/rules/no-unregistered-glass.js +4 -6
- package/eslint-rules/nadicode/rules/require-glass-on-floating-ui.js +0 -2
- package/eslint-rules/nadicode/rules/require-metadata-on-page.js +11 -0
- package/eslint-rules/nadicode/rules/require-scroll-containment-on-overlay.js +0 -2
- package/package.json +9 -678
- package/src/lib/tokens.config.js +5 -5
- package/dist/chunk-2HETVNKL.js +0 -30
- package/dist/chunk-2IMMY3XX.js +0 -56
- package/dist/chunk-2KTT2AYB.js +0 -101
- package/dist/chunk-2WV6RLAC.js +0 -169
- package/dist/chunk-2YZZJUJ6.js +0 -70
- package/dist/chunk-3QKI6RJX.js +0 -149
- package/dist/chunk-3RCDKGEU.js +0 -72
- package/dist/chunk-4IGBBIYW.js +0 -47
- package/dist/chunk-4QMIT6UE.js +0 -30
- package/dist/chunk-4WPZ6T7V.js +0 -186
- package/dist/chunk-557WPFT4.js +0 -138
- package/dist/chunk-5CXWLUM5.js +0 -75
- package/dist/chunk-5Y4BOIYO.js +0 -121
- package/dist/chunk-67IG5FCH.js +0 -167
- package/dist/chunk-6QNV75XU.js +0 -126
- package/dist/chunk-7ANMFY6R.js +0 -36
- package/dist/chunk-7LIF2WZX.js +0 -125
- package/dist/chunk-7TGOAMCR.js +0 -94
- package/dist/chunk-A4UWREN6.js +0 -47
- package/dist/chunk-AN5TW4AL.js +0 -50
- package/dist/chunk-BPULUURW.js +0 -269
- package/dist/chunk-BXH7TNB3.js +0 -28
- package/dist/chunk-CCUXLYZX.js +0 -33
- package/dist/chunk-CI2O2OSW.js +0 -168
- package/dist/chunk-CN3DMZOJ.js +0 -175
- package/dist/chunk-EYWOKTOY.js +0 -58
- package/dist/chunk-G2YPDV3F.js +0 -130
- package/dist/chunk-G4FB7QSY.js +0 -134
- package/dist/chunk-G6EQO6QD.js +0 -165
- package/dist/chunk-GUSLJ3AL.js +0 -115
- package/dist/chunk-GZ6VDBQG.js +0 -42
- package/dist/chunk-I66XWYSS.js +0 -117
- package/dist/chunk-ILFUTPHO.js +0 -32
- package/dist/chunk-JQFECS4H.js +0 -52
- package/dist/chunk-K5JBAA4S.js +0 -147
- package/dist/chunk-KCOMDSQ4.js +0 -86
- package/dist/chunk-KQ672GKM.js +0 -114
- package/dist/chunk-L7XRBXDR.js +0 -30
- package/dist/chunk-LIJYUSSE.js +0 -152
- package/dist/chunk-LNVZNQCZ.js +0 -124
- package/dist/chunk-MLLNRFNW.js +0 -60
- package/dist/chunk-MO4BC6JT.js +0 -83
- package/dist/chunk-NOQKH3IZ.js +0 -150
- package/dist/chunk-OXEVIO5Z.js +0 -30
- package/dist/chunk-P3IWXUMH.js +0 -60
- package/dist/chunk-QLOLLRTD.js +0 -60
- package/dist/chunk-QOHUG6UP.js +0 -145
- package/dist/chunk-R3OWXU5R.js +0 -40
- package/dist/chunk-SBC32M5H.js +0 -164
- package/dist/chunk-SNSFT4EZ.js +0 -96
- package/dist/chunk-UO5DYAP7.js +0 -35
- package/dist/chunk-UWLSJLKT.js +0 -147
- package/dist/chunk-V3FMLBOA.js +0 -105
- package/dist/chunk-YCSEV2GM.js +0 -159
- package/dist/chunk-YVS2TJ7I.js +0 -32
- package/dist/chunk-ZBQLUB3B.js +0 -110
- package/dist/chunk-ZYWO77BI.js +0 -120
- package/dist/components/blocks/AudioVisualizerBlock.d.ts +0 -6
- package/dist/components/blocks/AudioVisualizerBlock.js +0 -3
- package/dist/components/blocks/BarChartBlock.d.ts +0 -15
- package/dist/components/blocks/BarChartBlock.js +0 -10
- package/dist/components/blocks/EmailVerifiedBlock.d.ts +0 -10
- package/dist/components/blocks/FeatureGridBlock.d.ts +0 -14
- package/dist/components/blocks/FeatureGridBlock.js +0 -12
- package/dist/components/blocks/ForgotPasswordBlock.d.ts +0 -14
- package/dist/components/blocks/ForgotPasswordBlock.js +0 -15
- package/dist/components/blocks/HeroSectionBlock.d.ts +0 -19
- package/dist/components/blocks/HeroSectionBlock.js +0 -139
- package/dist/components/blocks/KanbanDemoBlock.d.ts +0 -4
- package/dist/components/blocks/KanbanDemoBlock.js +0 -17
- package/dist/components/blocks/MagicLinkBlock.d.ts +0 -12
- package/dist/components/blocks/MagicLinkBlock.js +0 -18
- package/dist/components/blocks/NavUser.d.ts +0 -18
- package/dist/components/blocks/PasswordChangedBlock.d.ts +0 -10
- package/dist/components/blocks/PasswordChangedBlock.js +0 -10
- package/dist/components/blocks/PricingTableBlock.d.ts +0 -19
- package/dist/components/blocks/PricingTableBlock.js +0 -13
- package/dist/components/blocks/SavingsCalculatorBlock.d.ts +0 -30
- package/dist/components/blocks/SettingsLayout.d.ts +0 -16
- package/dist/components/blocks/SignUpBlock.d.ts +0 -11
- package/dist/components/blocks/SignUpBlock.js +0 -14
- package/dist/components/blocks/SocialProofBlock.d.ts +0 -19
- package/dist/components/blocks/TwoFactorChallengeBlock.d.ts +0 -12
- package/dist/components/blocks/VoiceAgentCard.d.ts +0 -19
- package/dist/components/blocks/WorkspaceSwitcherBlock.d.ts +0 -11
- package/dist/components/page-kits/AccountLockedPageKit.d.ts +0 -10
- package/dist/components/page-kits/AccountLockedPageKit.js +0 -11
- package/dist/components/page-kits/AgentsChatPageKit.d.ts +0 -46
- package/dist/components/page-kits/AgentsChatPageKit.js +0 -142
- package/dist/components/page-kits/AnalyticsPageKit.d.ts +0 -49
- package/dist/components/page-kits/AnalyticsPageKit.js +0 -139
- package/dist/components/page-kits/BlogContentPageKit.d.ts +0 -64
- package/dist/components/page-kits/BlogContentPageKit.js +0 -141
- package/dist/components/page-kits/CheckoutPageKit.d.ts +0 -36
- package/dist/components/page-kits/CheckoutPageKit.js +0 -135
- package/dist/components/page-kits/CompanySuitePageKit.d.ts +0 -25
- package/dist/components/page-kits/CompanySuitePageKit.js +0 -153
- package/dist/components/page-kits/CrudFormPageKit.d.ts +0 -54
- package/dist/components/page-kits/CrudFormPageKit.js +0 -138
- package/dist/components/page-kits/CrudListDetailPageKit.d.ts +0 -70
- package/dist/components/page-kits/CrudListDetailPageKit.js +0 -138
- package/dist/components/page-kits/DashboardPageKit.d.ts +0 -39
- package/dist/components/page-kits/ErrorPageKit.d.ts +0 -22
- package/dist/components/page-kits/ErrorPageKit.js +0 -8
- package/dist/components/page-kits/KanbanBoardPageKit.d.ts +0 -31
- package/dist/components/page-kits/KanbanBoardPageKit.js +0 -143
- package/dist/components/page-kits/LandingPageKit.d.ts +0 -29
- package/dist/components/page-kits/LoginPageKit.d.ts +0 -16
- package/dist/components/page-kits/LoginPageKit.js +0 -14
- package/dist/components/page-kits/MarketingShellPageKit.d.ts +0 -21
- package/dist/components/page-kits/NavigationShellPageKit.d.ts +0 -41
- package/dist/components/page-kits/OnboardingPageKit.d.ts +0 -26
- package/dist/components/page-kits/PricingPageKit.d.ts +0 -41
- package/dist/components/page-kits/PricingPageKit.js +0 -153
- package/dist/components/page-kits/ProfileSettingsPageKit.d.ts +0 -50
- package/dist/components/page-kits/ProfileSettingsPageKit.js +0 -17
- package/dist/components/page-kits/RecoveryPageKit.d.ts +0 -17
- package/dist/components/page-kits/RecoveryPageKit.js +0 -19
- package/dist/components/page-kits/ResetPageKit.d.ts +0 -14
- package/dist/components/page-kits/ResetPageKit.js +0 -19
- package/dist/components/page-kits/ServiceSuitePageKit.d.ts +0 -25
- package/dist/components/page-kits/ServiceSuitePageKit.js +0 -156
- package/dist/components/page-kits/SettingsPageKit.d.ts +0 -27
- package/dist/components/page-kits/SettingsPageKit.js +0 -11
- package/dist/components/page-kits/SignupPageKit.d.ts +0 -15
- package/dist/components/page-kits/SignupPageKit.js +0 -14
- package/dist/components/page-kits/SuccessPageKit.d.ts +0 -15
- package/dist/components/page-kits/TeamSettingsPageKit.d.ts +0 -50
- package/dist/components/page-kits/TwoFactorPageKit.d.ts +0 -16
- package/dist/components/page-kits/VerifyEmailPageKit.d.ts +0 -15
- package/dist/components/page-kits/VoiceAgentsPageKit.d.ts +0 -35
- package/dist/components/page-kits/VoiceAgentsPageKit.js +0 -133
- package/dist/components/ui/AgentMessageBubble.d.ts +0 -37
- package/dist/components/ui/AgentMessageBubble.js +0 -115
- package/dist/components/ui/AnimatedDialog.d.ts +0 -30
- package/dist/components/ui/AnimatedDialog.js +0 -119
- package/dist/components/ui/AnimatedSheet.d.ts +0 -26
- package/dist/components/ui/AnimatedSheet.js +0 -264
- package/dist/components/ui/AnimatedTabs.d.ts +0 -16
- package/dist/components/ui/AuroraEffect.d.ts +0 -9
- package/dist/components/ui/AuroraEffect.js +0 -77
- package/dist/components/ui/ChatPromptInputAttachments.d.ts +0 -9
- package/dist/components/ui/ChatPromptInputAttachments.js +0 -145
- package/dist/components/ui/ConversationThread.d.ts +0 -27
- package/dist/components/ui/ConversationThread.js +0 -99
- package/dist/components/ui/PageTransition.d.ts +0 -9
- package/dist/components/ui/PageTransition.js +0 -56
- package/dist/components/ui/SearchCommand.d.ts +0 -33
- package/dist/components/ui/SearchCommand.js +0 -115
- package/dist/components/ui/ThinkingIndicator.d.ts +0 -14
- package/dist/components/ui/ThinkingIndicator.js +0 -9
- package/dist/components/ui/Toast.d.ts +0 -28
- package/dist/components/ui/Toast.js +0 -115
- package/dist/components/ui/Toaster.d.ts +0 -1
- package/dist/components/ui/Toaster.js +0 -136
- package/dist/components/ui/ToolCallCard.d.ts +0 -16
- package/dist/components/ui/ToolCallCard.js +0 -13
- package/dist/components/ui/VisuallyHidden.d.ts +0 -2
- package/dist/components/ui/VisuallyHidden.js +0 -8
- package/dist/hooks/use-toast.d.ts +0 -44
- package/dist/hooks/use-toast.js +0 -2
- package/dist/{chunk-CQEUNASC.js → chunk-ETS5O4ZQ.js} +1 -1
- package/dist/{chunk-C6MJQDPC.js → chunk-KHLMOBAU.js} +1 -1
- package/dist/{chunk-M4XKO45H.js → chunk-MPVYXUOD.js} +8 -8
- package/dist/{chunk-EEL4RAPC.js → chunk-V4NBPGED.js} +8 -8
|
@@ -3,704 +3,6 @@
|
|
|
3
3
|
"generatedFrom": {
|
|
4
4
|
"source": "scripts/generate-consumer-intent-map.mjs"
|
|
5
5
|
},
|
|
6
|
-
"intents": {
|
|
7
|
-
|
|
8
|
-
"pageKitSubpath": "./agents-chat-page-kit",
|
|
9
|
-
"pageKitExport": "AgentsChatPageKit",
|
|
10
|
-
"canonicalImport": "@vadimcomanescu/nadicode-design-system/agents-chat-page-kit",
|
|
11
|
-
"routePatterns": [
|
|
12
|
-
"/workspace/agents"
|
|
13
|
-
],
|
|
14
|
-
"requiredStates": [
|
|
15
|
-
"empty",
|
|
16
|
-
"loading",
|
|
17
|
-
"thinking",
|
|
18
|
-
"blocked-approval",
|
|
19
|
-
"failed",
|
|
20
|
-
"running",
|
|
21
|
-
"complete"
|
|
22
|
-
],
|
|
23
|
-
"shellDependencies": [
|
|
24
|
-
"./navigation-shell-page-kit"
|
|
25
|
-
],
|
|
26
|
-
"shellAssumptions": [
|
|
27
|
-
"Agentic chat routes compose inside the authenticated navigation shell contract.",
|
|
28
|
-
"Consumers provide run orchestration and approval callbacks while Seed owns layout scaffolding."
|
|
29
|
-
],
|
|
30
|
-
"scaffoldSafe": true,
|
|
31
|
-
"recipe": "recipes/agents-chat.md",
|
|
32
|
-
"suite": "workspace-shell"
|
|
33
|
-
},
|
|
34
|
-
"analytics": {
|
|
35
|
-
"pageKitSubpath": "./analytics-page-kit",
|
|
36
|
-
"pageKitExport": "AnalyticsPageKit",
|
|
37
|
-
"canonicalImport": "@vadimcomanescu/nadicode-design-system/analytics-page-kit",
|
|
38
|
-
"routePatterns": [
|
|
39
|
-
"/analytics"
|
|
40
|
-
],
|
|
41
|
-
"requiredStates": [
|
|
42
|
-
"loading",
|
|
43
|
-
"empty",
|
|
44
|
-
"error",
|
|
45
|
-
"filtered",
|
|
46
|
-
"has-data",
|
|
47
|
-
"partial-data"
|
|
48
|
-
],
|
|
49
|
-
"shellDependencies": [
|
|
50
|
-
"./navigation-shell-page-kit"
|
|
51
|
-
],
|
|
52
|
-
"shellAssumptions": [
|
|
53
|
-
"Analytics routes compose this page kit inside the stable navigation shell contract.",
|
|
54
|
-
"Consumers own filtering logic and query orchestration while Seed owns structural chart and grid coordination."
|
|
55
|
-
],
|
|
56
|
-
"scaffoldSafe": true,
|
|
57
|
-
"recipe": "recipes/analytics.md",
|
|
58
|
-
"suite": "workspace-shell"
|
|
59
|
-
},
|
|
60
|
-
"auth-account-locked": {
|
|
61
|
-
"pageKitSubpath": "./account-locked-page-kit",
|
|
62
|
-
"pageKitExport": "AccountLockedPageKit",
|
|
63
|
-
"canonicalImport": "@vadimcomanescu/nadicode-design-system/account-locked-page-kit",
|
|
64
|
-
"routePatterns": [
|
|
65
|
-
"/auth/locked"
|
|
66
|
-
],
|
|
67
|
-
"requiredStates": [
|
|
68
|
-
"too-many-attempts",
|
|
69
|
-
"suspicious-activity",
|
|
70
|
-
"admin-lock",
|
|
71
|
-
"support-contact"
|
|
72
|
-
],
|
|
73
|
-
"shellDependencies": [],
|
|
74
|
-
"shellAssumptions": [
|
|
75
|
-
"Locked-account routes can render this page kit directly without custom layout overrides.",
|
|
76
|
-
"Consumers provide support and back-to-login handlers as app-owned inputs."
|
|
77
|
-
],
|
|
78
|
-
"scaffoldSafe": true,
|
|
79
|
-
"recipe": "recipes/auth.md",
|
|
80
|
-
"suite": "auth"
|
|
81
|
-
},
|
|
82
|
-
"auth-login": {
|
|
83
|
-
"pageKitSubpath": "./login-page-kit",
|
|
84
|
-
"pageKitExport": "LoginPageKit",
|
|
85
|
-
"canonicalImport": "@vadimcomanescu/nadicode-design-system/login-page-kit",
|
|
86
|
-
"routePatterns": [
|
|
87
|
-
"/login"
|
|
88
|
-
],
|
|
89
|
-
"requiredStates": [
|
|
90
|
-
"default",
|
|
91
|
-
"submitting",
|
|
92
|
-
"error",
|
|
93
|
-
"social-enabled",
|
|
94
|
-
"social-disabled"
|
|
95
|
-
],
|
|
96
|
-
"shellDependencies": [],
|
|
97
|
-
"shellAssumptions": [
|
|
98
|
-
"Unauthenticated sign-in routes can compose this page kit directly.",
|
|
99
|
-
"Consumers supply auth action wiring, provider hooks, and route links as inputs."
|
|
100
|
-
],
|
|
101
|
-
"scaffoldSafe": true,
|
|
102
|
-
"recipe": "recipes/auth.md",
|
|
103
|
-
"suite": "auth"
|
|
104
|
-
},
|
|
105
|
-
"auth-recovery": {
|
|
106
|
-
"pageKitSubpath": "./recovery-page-kit",
|
|
107
|
-
"pageKitExport": "RecoveryPageKit",
|
|
108
|
-
"canonicalImport": "@vadimcomanescu/nadicode-design-system/recovery-page-kit",
|
|
109
|
-
"routePatterns": [
|
|
110
|
-
"/recover"
|
|
111
|
-
],
|
|
112
|
-
"requiredStates": [
|
|
113
|
-
"reset-link",
|
|
114
|
-
"magic-link",
|
|
115
|
-
"submitting",
|
|
116
|
-
"success"
|
|
117
|
-
],
|
|
118
|
-
"shellDependencies": [],
|
|
119
|
-
"shellAssumptions": [
|
|
120
|
-
"Password-recovery routes can render this page kit without app-specific layout rewrites.",
|
|
121
|
-
"Consumers provide recovery submission handlers and retry/back navigation callbacks."
|
|
122
|
-
],
|
|
123
|
-
"scaffoldSafe": true,
|
|
124
|
-
"recipe": "recipes/auth.md",
|
|
125
|
-
"suite": "auth"
|
|
126
|
-
},
|
|
127
|
-
"auth-reset": {
|
|
128
|
-
"pageKitSubpath": "./reset-page-kit",
|
|
129
|
-
"pageKitExport": "ResetPageKit",
|
|
130
|
-
"canonicalImport": "@vadimcomanescu/nadicode-design-system/reset-page-kit",
|
|
131
|
-
"routePatterns": [
|
|
132
|
-
"/reset-password"
|
|
133
|
-
],
|
|
134
|
-
"requiredStates": [
|
|
135
|
-
"default",
|
|
136
|
-
"validating",
|
|
137
|
-
"submitting",
|
|
138
|
-
"error"
|
|
139
|
-
],
|
|
140
|
-
"shellDependencies": [],
|
|
141
|
-
"shellAssumptions": [
|
|
142
|
-
"Password-reset routes can compose this page kit as a standalone page artifact.",
|
|
143
|
-
"Consumers supply password reset submission and route fallback callbacks."
|
|
144
|
-
],
|
|
145
|
-
"scaffoldSafe": true,
|
|
146
|
-
"recipe": "recipes/auth.md",
|
|
147
|
-
"suite": "auth"
|
|
148
|
-
},
|
|
149
|
-
"auth-signup": {
|
|
150
|
-
"pageKitSubpath": "./signup-page-kit",
|
|
151
|
-
"pageKitExport": "SignupPageKit",
|
|
152
|
-
"canonicalImport": "@vadimcomanescu/nadicode-design-system/signup-page-kit",
|
|
153
|
-
"routePatterns": [
|
|
154
|
-
"/signup"
|
|
155
|
-
],
|
|
156
|
-
"requiredStates": [
|
|
157
|
-
"default",
|
|
158
|
-
"submitting",
|
|
159
|
-
"error",
|
|
160
|
-
"social-enabled",
|
|
161
|
-
"social-disabled"
|
|
162
|
-
],
|
|
163
|
-
"shellDependencies": [],
|
|
164
|
-
"shellAssumptions": [
|
|
165
|
-
"Unauthenticated signup routes can compose this page kit directly.",
|
|
166
|
-
"Consumers provide signup action wiring and account-route destinations."
|
|
167
|
-
],
|
|
168
|
-
"scaffoldSafe": true,
|
|
169
|
-
"recipe": "recipes/auth.md",
|
|
170
|
-
"suite": "auth"
|
|
171
|
-
},
|
|
172
|
-
"auth-success": {
|
|
173
|
-
"pageKitSubpath": "./success-page-kit",
|
|
174
|
-
"pageKitExport": "SuccessPageKit",
|
|
175
|
-
"canonicalImport": "@vadimcomanescu/nadicode-design-system/success-page-kit",
|
|
176
|
-
"routePatterns": [
|
|
177
|
-
"/auth/success"
|
|
178
|
-
],
|
|
179
|
-
"requiredStates": [
|
|
180
|
-
"default",
|
|
181
|
-
"auto-redirect",
|
|
182
|
-
"manual-continue"
|
|
183
|
-
],
|
|
184
|
-
"shellDependencies": [],
|
|
185
|
-
"shellAssumptions": [
|
|
186
|
-
"Consumers can use this page kit for generic auth completion success routes.",
|
|
187
|
-
"Consumers pass success copy, optional redirect timing, and continue actions as inputs."
|
|
188
|
-
],
|
|
189
|
-
"scaffoldSafe": true,
|
|
190
|
-
"recipe": "recipes/auth.md",
|
|
191
|
-
"suite": "auth"
|
|
192
|
-
},
|
|
193
|
-
"auth-two-factor": {
|
|
194
|
-
"pageKitSubpath": "./two-factor-page-kit",
|
|
195
|
-
"pageKitExport": "TwoFactorPageKit",
|
|
196
|
-
"canonicalImport": "@vadimcomanescu/nadicode-design-system/two-factor-page-kit",
|
|
197
|
-
"routePatterns": [
|
|
198
|
-
"/auth/2fa"
|
|
199
|
-
],
|
|
200
|
-
"requiredStates": [
|
|
201
|
-
"challenge",
|
|
202
|
-
"setup",
|
|
203
|
-
"invalid-code",
|
|
204
|
-
"verification-success",
|
|
205
|
-
"backup-codes"
|
|
206
|
-
],
|
|
207
|
-
"shellDependencies": [],
|
|
208
|
-
"shellAssumptions": [
|
|
209
|
-
"Two-factor routes can render this page kit for both challenge and setup states.",
|
|
210
|
-
"Consumers wire verification callbacks, backup-code flows, and navigation handlers."
|
|
211
|
-
],
|
|
212
|
-
"scaffoldSafe": true,
|
|
213
|
-
"recipe": "recipes/auth.md",
|
|
214
|
-
"suite": "auth"
|
|
215
|
-
},
|
|
216
|
-
"auth-verify-email": {
|
|
217
|
-
"pageKitSubpath": "./verify-email-page-kit",
|
|
218
|
-
"pageKitExport": "VerifyEmailPageKit",
|
|
219
|
-
"canonicalImport": "@vadimcomanescu/nadicode-design-system/verify-email-page-kit",
|
|
220
|
-
"routePatterns": [
|
|
221
|
-
"/auth/verify-email"
|
|
222
|
-
],
|
|
223
|
-
"requiredStates": [
|
|
224
|
-
"verification-success",
|
|
225
|
-
"auto-redirect",
|
|
226
|
-
"manual-continue"
|
|
227
|
-
],
|
|
228
|
-
"shellDependencies": [],
|
|
229
|
-
"shellAssumptions": [
|
|
230
|
-
"Email-verification completion routes can render this page kit as a terminal auth flow state.",
|
|
231
|
-
"Consumers pass continue actions and optional redirect timing policy as inputs."
|
|
232
|
-
],
|
|
233
|
-
"scaffoldSafe": true,
|
|
234
|
-
"recipe": "recipes/auth.md",
|
|
235
|
-
"suite": "auth"
|
|
236
|
-
},
|
|
237
|
-
"blog-content": {
|
|
238
|
-
"pageKitSubpath": "./blog-content-page-kit",
|
|
239
|
-
"pageKitExport": "BlogContentPageKit",
|
|
240
|
-
"canonicalImport": "@vadimcomanescu/nadicode-design-system/blog-content-page-kit",
|
|
241
|
-
"routePatterns": [
|
|
242
|
-
"/blog",
|
|
243
|
-
"/blog/:slug",
|
|
244
|
-
"/changelog"
|
|
245
|
-
],
|
|
246
|
-
"requiredStates": [
|
|
247
|
-
"loading",
|
|
248
|
-
"has-data",
|
|
249
|
-
"filtered",
|
|
250
|
-
"paginated",
|
|
251
|
-
"empty"
|
|
252
|
-
],
|
|
253
|
-
"shellDependencies": [
|
|
254
|
-
"./marketing-shell-page-kit"
|
|
255
|
-
],
|
|
256
|
-
"shellAssumptions": [
|
|
257
|
-
"Blog and changelog routes compose through the stable marketing shell contract.",
|
|
258
|
-
"Consumers provide content data, taxonomy, and pagination callbacks as declared inputs."
|
|
259
|
-
],
|
|
260
|
-
"scaffoldSafe": true,
|
|
261
|
-
"recipe": "recipes/blog-content.md",
|
|
262
|
-
"suite": "marketing-shell"
|
|
263
|
-
},
|
|
264
|
-
"checkout": {
|
|
265
|
-
"pageKitSubpath": "./checkout-page-kit",
|
|
266
|
-
"pageKitExport": "CheckoutPageKit",
|
|
267
|
-
"canonicalImport": "@vadimcomanescu/nadicode-design-system/checkout-page-kit",
|
|
268
|
-
"routePatterns": [
|
|
269
|
-
"/checkout",
|
|
270
|
-
"/checkout/success"
|
|
271
|
-
],
|
|
272
|
-
"requiredStates": [
|
|
273
|
-
"default",
|
|
274
|
-
"submitting",
|
|
275
|
-
"processing",
|
|
276
|
-
"error",
|
|
277
|
-
"success"
|
|
278
|
-
],
|
|
279
|
-
"shellDependencies": [
|
|
280
|
-
"./marketing-shell-page-kit"
|
|
281
|
-
],
|
|
282
|
-
"shellAssumptions": [
|
|
283
|
-
"Checkout routes compose within the stable marketing shell contract.",
|
|
284
|
-
"Consumers own payment orchestration and billing actions while Seed owns structure and state presentation."
|
|
285
|
-
],
|
|
286
|
-
"scaffoldSafe": true,
|
|
287
|
-
"recipe": "recipes/checkout.md",
|
|
288
|
-
"suite": "marketing-shell"
|
|
289
|
-
},
|
|
290
|
-
"company-suite": {
|
|
291
|
-
"pageKitSubpath": "./company-suite-page-kit",
|
|
292
|
-
"pageKitExport": "CompanySuitePageKit",
|
|
293
|
-
"canonicalImport": "@vadimcomanescu/nadicode-design-system/company-suite-page-kit",
|
|
294
|
-
"routePatterns": [
|
|
295
|
-
"/company/about",
|
|
296
|
-
"/company/contact"
|
|
297
|
-
],
|
|
298
|
-
"requiredStates": [
|
|
299
|
-
"company-about",
|
|
300
|
-
"company-contact",
|
|
301
|
-
"optional-sections"
|
|
302
|
-
],
|
|
303
|
-
"shellDependencies": [
|
|
304
|
-
"./marketing-shell-page-kit"
|
|
305
|
-
],
|
|
306
|
-
"shellAssumptions": [
|
|
307
|
-
"Company-facing about and contact routes compose through the stable marketing shell contract.",
|
|
308
|
-
"Consumers keep contact handling app-owned while Seed owns route composition."
|
|
309
|
-
],
|
|
310
|
-
"scaffoldSafe": true,
|
|
311
|
-
"recipe": "recipes/company-about.md",
|
|
312
|
-
"suite": "marketing-shell"
|
|
313
|
-
},
|
|
314
|
-
"crud-form": {
|
|
315
|
-
"pageKitSubpath": "./crud-form-page-kit",
|
|
316
|
-
"pageKitExport": "CrudFormPageKit",
|
|
317
|
-
"canonicalImport": "@vadimcomanescu/nadicode-design-system/crud-form-page-kit",
|
|
318
|
-
"routePatterns": [
|
|
319
|
-
"/resources/:resourceType/new",
|
|
320
|
-
"/resources/:resourceType/:id/edit"
|
|
321
|
-
],
|
|
322
|
-
"requiredStates": [
|
|
323
|
-
"pristine",
|
|
324
|
-
"dirty",
|
|
325
|
-
"validating",
|
|
326
|
-
"validation-error",
|
|
327
|
-
"submitting",
|
|
328
|
-
"saved",
|
|
329
|
-
"fatal-error"
|
|
330
|
-
],
|
|
331
|
-
"shellDependencies": [
|
|
332
|
-
"./navigation-shell-page-kit"
|
|
333
|
-
],
|
|
334
|
-
"shellAssumptions": [
|
|
335
|
-
"Create and edit routes compose this page kit inside stable app shell contracts.",
|
|
336
|
-
"Consumers own validation schemas and persistence while Seed owns form section and action layout scaffolding."
|
|
337
|
-
],
|
|
338
|
-
"scaffoldSafe": true,
|
|
339
|
-
"recipe": "recipes/crud-form.md",
|
|
340
|
-
"suite": "workspace-shell"
|
|
341
|
-
},
|
|
342
|
-
"crud-list-detail": {
|
|
343
|
-
"pageKitSubpath": "./crud-list-detail-page-kit",
|
|
344
|
-
"pageKitExport": "CrudListDetailPageKit",
|
|
345
|
-
"canonicalImport": "@vadimcomanescu/nadicode-design-system/crud-list-detail-page-kit",
|
|
346
|
-
"routePatterns": [
|
|
347
|
-
"/resources/:resourceType",
|
|
348
|
-
"/resources/:resourceType/:id"
|
|
349
|
-
],
|
|
350
|
-
"requiredStates": [
|
|
351
|
-
"loading",
|
|
352
|
-
"empty",
|
|
353
|
-
"filtered",
|
|
354
|
-
"selected-row",
|
|
355
|
-
"error",
|
|
356
|
-
"has-data"
|
|
357
|
-
],
|
|
358
|
-
"shellDependencies": [
|
|
359
|
-
"./navigation-shell-page-kit"
|
|
360
|
-
],
|
|
361
|
-
"shellAssumptions": [
|
|
362
|
-
"Entity management routes compose this page kit inside the stable navigation shell contract.",
|
|
363
|
-
"Consumers own query and mutation wiring while Seed owns list, detail, filter, and pagination structure."
|
|
364
|
-
],
|
|
365
|
-
"scaffoldSafe": true,
|
|
366
|
-
"recipe": "recipes/crud-list-detail.md",
|
|
367
|
-
"suite": "workspace-shell"
|
|
368
|
-
},
|
|
369
|
-
"dashboard": {
|
|
370
|
-
"pageKitSubpath": "./dashboard-page-kit",
|
|
371
|
-
"pageKitExport": "DashboardPageKit",
|
|
372
|
-
"canonicalImport": "@vadimcomanescu/nadicode-design-system/dashboard-page-kit",
|
|
373
|
-
"routePatterns": [
|
|
374
|
-
"/dashboard"
|
|
375
|
-
],
|
|
376
|
-
"requiredStates": [
|
|
377
|
-
"loading",
|
|
378
|
-
"empty",
|
|
379
|
-
"error",
|
|
380
|
-
"has-data",
|
|
381
|
-
"partial-data"
|
|
382
|
-
],
|
|
383
|
-
"shellDependencies": [
|
|
384
|
-
"./navigation-shell-page-kit"
|
|
385
|
-
],
|
|
386
|
-
"shellAssumptions": [
|
|
387
|
-
"Authenticated dashboard routes compose this page kit inside the stable navigation shell contract.",
|
|
388
|
-
"Consumers provide KPI and chart datasets while Seed owns layout, state scaffolding, and empty-state behavior."
|
|
389
|
-
],
|
|
390
|
-
"scaffoldSafe": true,
|
|
391
|
-
"recipe": "recipes/dashboard.md",
|
|
392
|
-
"suite": "workspace-shell"
|
|
393
|
-
},
|
|
394
|
-
"error": {
|
|
395
|
-
"pageKitSubpath": "./error-page-kit",
|
|
396
|
-
"pageKitExport": "ErrorPageKit",
|
|
397
|
-
"canonicalImport": "@vadimcomanescu/nadicode-design-system/error-page-kit",
|
|
398
|
-
"routePatterns": [
|
|
399
|
-
"/404",
|
|
400
|
-
"/500",
|
|
401
|
-
"/*"
|
|
402
|
-
],
|
|
403
|
-
"requiredStates": [
|
|
404
|
-
"not-found",
|
|
405
|
-
"server-error",
|
|
406
|
-
"generic-fallback"
|
|
407
|
-
],
|
|
408
|
-
"shellDependencies": [],
|
|
409
|
-
"shellAssumptions": [
|
|
410
|
-
"Error routes can render standalone without requiring app or marketing shell wrappers.",
|
|
411
|
-
"Consumers provide recovery actions and metadata while Seed owns fallback layout and branding scaffolding."
|
|
412
|
-
],
|
|
413
|
-
"scaffoldSafe": true,
|
|
414
|
-
"recipe": "recipes/error-pages.md",
|
|
415
|
-
"suite": "fallback",
|
|
416
|
-
"tieBreakGroup": "fallback",
|
|
417
|
-
"tieBreakPriority": 0
|
|
418
|
-
},
|
|
419
|
-
"kanban-board": {
|
|
420
|
-
"pageKitSubpath": "./kanban-board-page-kit",
|
|
421
|
-
"pageKitExport": "KanbanBoardPageKit",
|
|
422
|
-
"canonicalImport": "@vadimcomanescu/nadicode-design-system/kanban-board-page-kit",
|
|
423
|
-
"routePatterns": [
|
|
424
|
-
"/boards/:boardId",
|
|
425
|
-
"/pipelines/:pipelineId"
|
|
426
|
-
],
|
|
427
|
-
"requiredStates": [
|
|
428
|
-
"loading",
|
|
429
|
-
"empty",
|
|
430
|
-
"dragging",
|
|
431
|
-
"move-failed",
|
|
432
|
-
"has-data"
|
|
433
|
-
],
|
|
434
|
-
"shellDependencies": [
|
|
435
|
-
"./crud-list-detail-page-kit"
|
|
436
|
-
],
|
|
437
|
-
"shellAssumptions": [
|
|
438
|
-
"Board-style execution routes compose this page kit under authenticated shell contracts.",
|
|
439
|
-
"Consumers own board mutation and persistence while Seed owns board structure and move-failure presentation."
|
|
440
|
-
],
|
|
441
|
-
"scaffoldSafe": true,
|
|
442
|
-
"recipe": "recipes/crud-list-detail.md",
|
|
443
|
-
"suite": "workspace-shell"
|
|
444
|
-
},
|
|
445
|
-
"marketing-landing": {
|
|
446
|
-
"pageKitSubpath": "./landing-page-kit",
|
|
447
|
-
"pageKitExport": "LandingPageKit",
|
|
448
|
-
"canonicalImport": "@vadimcomanescu/nadicode-design-system/landing-page-kit",
|
|
449
|
-
"routePatterns": [
|
|
450
|
-
"/"
|
|
451
|
-
],
|
|
452
|
-
"requiredStates": [
|
|
453
|
-
"default",
|
|
454
|
-
"mobile-navigation",
|
|
455
|
-
"optional-sections",
|
|
456
|
-
"reordered-sections"
|
|
457
|
-
],
|
|
458
|
-
"shellDependencies": [
|
|
459
|
-
"./marketing-shell-page-kit"
|
|
460
|
-
],
|
|
461
|
-
"shellAssumptions": [
|
|
462
|
-
"Primary marketing routes such as / and /landing compose through the stable marketing shell.",
|
|
463
|
-
"Consumers pass section copy, links, and optionality through declared props without shell rewrites."
|
|
464
|
-
],
|
|
465
|
-
"scaffoldSafe": true,
|
|
466
|
-
"recipe": "recipes/marketing-landing.md",
|
|
467
|
-
"suite": "marketing-shell"
|
|
468
|
-
},
|
|
469
|
-
"onboarding": {
|
|
470
|
-
"pageKitSubpath": "./onboarding-page-kit",
|
|
471
|
-
"pageKitExport": "OnboardingPageKit",
|
|
472
|
-
"canonicalImport": "@vadimcomanescu/nadicode-design-system/onboarding-page-kit",
|
|
473
|
-
"routePatterns": [
|
|
474
|
-
"/onboarding",
|
|
475
|
-
"/onboarding/:step"
|
|
476
|
-
],
|
|
477
|
-
"requiredStates": [
|
|
478
|
-
"default",
|
|
479
|
-
"active-step",
|
|
480
|
-
"validation-error",
|
|
481
|
-
"saving",
|
|
482
|
-
"complete"
|
|
483
|
-
],
|
|
484
|
-
"shellDependencies": [
|
|
485
|
-
"./crud-form-page-kit"
|
|
486
|
-
],
|
|
487
|
-
"shellAssumptions": [
|
|
488
|
-
"Onboarding routes use this page kit to structure steps while app logic owns completion persistence.",
|
|
489
|
-
"Consumers provide step content and transitions as data, not by patching internal layout."
|
|
490
|
-
],
|
|
491
|
-
"scaffoldSafe": true,
|
|
492
|
-
"recipe": "recipes/onboarding.md",
|
|
493
|
-
"suite": "workspace-shell"
|
|
494
|
-
},
|
|
495
|
-
"pricing": {
|
|
496
|
-
"pageKitSubpath": "./pricing-page-kit",
|
|
497
|
-
"pageKitExport": "PricingPageKit",
|
|
498
|
-
"canonicalImport": "@vadimcomanescu/nadicode-design-system/pricing-page-kit",
|
|
499
|
-
"routePatterns": [
|
|
500
|
-
"/pricing"
|
|
501
|
-
],
|
|
502
|
-
"requiredStates": [
|
|
503
|
-
"default",
|
|
504
|
-
"billing-toggle",
|
|
505
|
-
"loading-action",
|
|
506
|
-
"empty-plan"
|
|
507
|
-
],
|
|
508
|
-
"shellDependencies": [
|
|
509
|
-
"./marketing-shell-page-kit"
|
|
510
|
-
],
|
|
511
|
-
"shellAssumptions": [
|
|
512
|
-
"Dedicated pricing routes compose through the stable marketing shell contract.",
|
|
513
|
-
"Plan data, checkout links, and billing behavior are app-owned inputs."
|
|
514
|
-
],
|
|
515
|
-
"scaffoldSafe": true,
|
|
516
|
-
"recipe": "recipes/pricing.md",
|
|
517
|
-
"suite": "marketing-shell"
|
|
518
|
-
},
|
|
519
|
-
"profile-settings": {
|
|
520
|
-
"pageKitSubpath": "./profile-settings-page-kit",
|
|
521
|
-
"pageKitExport": "ProfileSettingsPageKit",
|
|
522
|
-
"canonicalImport": "@vadimcomanescu/nadicode-design-system/profile-settings-page-kit",
|
|
523
|
-
"routePatterns": [
|
|
524
|
-
"/settings/profile"
|
|
525
|
-
],
|
|
526
|
-
"requiredStates": [
|
|
527
|
-
"view",
|
|
528
|
-
"edit",
|
|
529
|
-
"dirty",
|
|
530
|
-
"saving",
|
|
531
|
-
"saved",
|
|
532
|
-
"validation-error",
|
|
533
|
-
"fatal-error"
|
|
534
|
-
],
|
|
535
|
-
"shellDependencies": [
|
|
536
|
-
"./settings-page-kit"
|
|
537
|
-
],
|
|
538
|
-
"shellAssumptions": [
|
|
539
|
-
"Profile settings routes can render standalone or inside the broader settings-page-kit navigation model.",
|
|
540
|
-
"Consumers own account persistence, upload transport, and auth-ownership checks while Seed owns profile form structure."
|
|
541
|
-
],
|
|
542
|
-
"scaffoldSafe": true,
|
|
543
|
-
"recipe": "recipes/settings.md",
|
|
544
|
-
"suite": "workspace-shell"
|
|
545
|
-
},
|
|
546
|
-
"service-suite": {
|
|
547
|
-
"pageKitSubpath": "./service-suite-page-kit",
|
|
548
|
-
"pageKitExport": "ServiceSuitePageKit",
|
|
549
|
-
"canonicalImport": "@vadimcomanescu/nadicode-design-system/service-suite-page-kit",
|
|
550
|
-
"routePatterns": [
|
|
551
|
-
"/services",
|
|
552
|
-
"/services/digital-workers",
|
|
553
|
-
"/services/:slug"
|
|
554
|
-
],
|
|
555
|
-
"requiredStates": [
|
|
556
|
-
"agency-home",
|
|
557
|
-
"digital-workers",
|
|
558
|
-
"service-detail",
|
|
559
|
-
"optional-sections"
|
|
560
|
-
],
|
|
561
|
-
"shellDependencies": [
|
|
562
|
-
"./marketing-shell-page-kit"
|
|
563
|
-
],
|
|
564
|
-
"shellAssumptions": [
|
|
565
|
-
"Service-family marketing routes compose through the stable marketing shell contract.",
|
|
566
|
-
"Route variants are selected through explicit props, not bespoke per-route shell implementations."
|
|
567
|
-
],
|
|
568
|
-
"scaffoldSafe": true,
|
|
569
|
-
"recipe": "recipes/service-detail.md",
|
|
570
|
-
"suite": "marketing-shell"
|
|
571
|
-
},
|
|
572
|
-
"settings": {
|
|
573
|
-
"pageKitSubpath": "./settings-page-kit",
|
|
574
|
-
"pageKitExport": "SettingsPageKit",
|
|
575
|
-
"canonicalImport": "@vadimcomanescu/nadicode-design-system/settings-page-kit",
|
|
576
|
-
"routePatterns": [
|
|
577
|
-
"/settings"
|
|
578
|
-
],
|
|
579
|
-
"requiredStates": [
|
|
580
|
-
"loading",
|
|
581
|
-
"default",
|
|
582
|
-
"dirty",
|
|
583
|
-
"saving",
|
|
584
|
-
"saved",
|
|
585
|
-
"validation-error",
|
|
586
|
-
"fatal-error"
|
|
587
|
-
],
|
|
588
|
-
"shellDependencies": [],
|
|
589
|
-
"shellAssumptions": [
|
|
590
|
-
"Settings routes use this page kit to unify section navigation and save-state messaging.",
|
|
591
|
-
"Consumers own validation and persistence while Seed owns navigation, state banners, and section scaffolding."
|
|
592
|
-
],
|
|
593
|
-
"scaffoldSafe": true,
|
|
594
|
-
"recipe": "recipes/settings.md",
|
|
595
|
-
"suite": "workspace-shell"
|
|
596
|
-
},
|
|
597
|
-
"team-settings": {
|
|
598
|
-
"pageKitSubpath": "./team-settings-page-kit",
|
|
599
|
-
"pageKitExport": "TeamSettingsPageKit",
|
|
600
|
-
"canonicalImport": "@vadimcomanescu/nadicode-design-system/team-settings-page-kit",
|
|
601
|
-
"routePatterns": [
|
|
602
|
-
"/settings/team"
|
|
603
|
-
],
|
|
604
|
-
"requiredStates": [
|
|
605
|
-
"loading",
|
|
606
|
-
"empty",
|
|
607
|
-
"filtered",
|
|
608
|
-
"invited-member",
|
|
609
|
-
"active-member",
|
|
610
|
-
"saving",
|
|
611
|
-
"fatal-error"
|
|
612
|
-
],
|
|
613
|
-
"shellDependencies": [
|
|
614
|
-
"./crud-list-detail-page-kit"
|
|
615
|
-
],
|
|
616
|
-
"shellAssumptions": [
|
|
617
|
-
"Workspace-member settings routes use this page kit as the canonical team roster contract.",
|
|
618
|
-
"Consumers own invite workflow, seat rules, and authorization policy while Seed owns roster presentation structure."
|
|
619
|
-
],
|
|
620
|
-
"scaffoldSafe": true,
|
|
621
|
-
"recipe": "recipes/settings.md",
|
|
622
|
-
"suite": "workspace-shell"
|
|
623
|
-
},
|
|
624
|
-
"voice-agents": {
|
|
625
|
-
"pageKitSubpath": "./voice-agents-page-kit",
|
|
626
|
-
"pageKitExport": "VoiceAgentsPageKit",
|
|
627
|
-
"canonicalImport": "@vadimcomanescu/nadicode-design-system/voice-agents-page-kit",
|
|
628
|
-
"routePatterns": [
|
|
629
|
-
"/workspace/voice-agents"
|
|
630
|
-
],
|
|
631
|
-
"requiredStates": [
|
|
632
|
-
"agent-selection",
|
|
633
|
-
"active-conversation",
|
|
634
|
-
"streaming",
|
|
635
|
-
"agent-disconnected",
|
|
636
|
-
"no-agents"
|
|
637
|
-
],
|
|
638
|
-
"shellDependencies": [
|
|
639
|
-
"./agents-chat-page-kit"
|
|
640
|
-
],
|
|
641
|
-
"shellAssumptions": [
|
|
642
|
-
"Voice routes switch between agent-selection and active-conversation without consumer page rewrites.",
|
|
643
|
-
"Consumers provide microphone and transport wiring while Seed owns roster and session presentation structure."
|
|
644
|
-
],
|
|
645
|
-
"scaffoldSafe": true,
|
|
646
|
-
"recipe": "recipes/agents-chat.md",
|
|
647
|
-
"suite": "workspace-shell"
|
|
648
|
-
}
|
|
649
|
-
},
|
|
650
|
-
"suites": {
|
|
651
|
-
"auth": {
|
|
652
|
-
"description": "Auth flow intents with deterministic route ownership.",
|
|
653
|
-
"pageKitSubpaths": [],
|
|
654
|
-
"intentIds": [
|
|
655
|
-
"auth-login",
|
|
656
|
-
"auth-signup",
|
|
657
|
-
"auth-recovery",
|
|
658
|
-
"auth-reset",
|
|
659
|
-
"auth-two-factor",
|
|
660
|
-
"auth-account-locked",
|
|
661
|
-
"auth-verify-email",
|
|
662
|
-
"auth-success"
|
|
663
|
-
]
|
|
664
|
-
},
|
|
665
|
-
"fallback": {
|
|
666
|
-
"description": "Fallback and unmatched-route handling intents.",
|
|
667
|
-
"pageKitSubpaths": [],
|
|
668
|
-
"intentIds": [
|
|
669
|
-
"error"
|
|
670
|
-
]
|
|
671
|
-
},
|
|
672
|
-
"marketing-shell": {
|
|
673
|
-
"description": "Marketing shell contract and routed marketing/commerce intents.",
|
|
674
|
-
"pageKitSubpaths": [
|
|
675
|
-
"./marketing-shell-page-kit"
|
|
676
|
-
],
|
|
677
|
-
"intentIds": [
|
|
678
|
-
"marketing-landing",
|
|
679
|
-
"service-suite",
|
|
680
|
-
"company-suite",
|
|
681
|
-
"pricing",
|
|
682
|
-
"blog-content",
|
|
683
|
-
"checkout"
|
|
684
|
-
]
|
|
685
|
-
},
|
|
686
|
-
"workspace-shell": {
|
|
687
|
-
"description": "Authenticated workspace shell contract and app route intents.",
|
|
688
|
-
"pageKitSubpaths": [
|
|
689
|
-
"./navigation-shell-page-kit"
|
|
690
|
-
],
|
|
691
|
-
"intentIds": [
|
|
692
|
-
"dashboard",
|
|
693
|
-
"analytics",
|
|
694
|
-
"settings",
|
|
695
|
-
"profile-settings",
|
|
696
|
-
"crud-list-detail",
|
|
697
|
-
"crud-form",
|
|
698
|
-
"team-settings",
|
|
699
|
-
"onboarding",
|
|
700
|
-
"kanban-board",
|
|
701
|
-
"agents-chat",
|
|
702
|
-
"voice-agents"
|
|
703
|
-
]
|
|
704
|
-
}
|
|
705
|
-
}
|
|
6
|
+
"intents": {},
|
|
7
|
+
"suites": {}
|
|
706
8
|
}
|