@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,8 +3,8 @@ name: Seed Design System
|
|
|
3
3
|
description: >
|
|
4
4
|
Use when building UI with the Seed Design System or composing full pages from
|
|
5
5
|
Seed components. Covers tokens, components, glass effects, animations,
|
|
6
|
-
dual-axis theming,
|
|
7
|
-
tags: [seed, design-system, arctic-glow, react, tailwind, radix, glassmorphism,
|
|
6
|
+
dual-axis theming, and Next.js App Router integration.
|
|
7
|
+
tags: [seed, design-system, arctic-glow, react, tailwind, radix, glassmorphism, json-render]
|
|
8
8
|
---
|
|
9
9
|
|
|
10
10
|
# Seed Design System -- Agent Skill
|
|
@@ -20,7 +20,7 @@ Consumer scaffold contract: brand customization stays palette-only unless the ta
|
|
|
20
20
|
|
|
21
21
|
## Component Discovery
|
|
22
22
|
|
|
23
|
-
The catalog (`./catalog` and `./catalog/components` subpath exports) is the single surface for discovering and consuming Seed blocks
|
|
23
|
+
The catalog (`./catalog` and `./catalog/components` subpath exports) is the single surface for discovering and consuming Seed catalog blocks.
|
|
24
24
|
|
|
25
25
|
**Discovery** (server-safe, read this to learn what's available):
|
|
26
26
|
```ts
|
|
@@ -36,13 +36,17 @@ import { seedComponents } from "@vadimcomanescu/nadicode-design-system/catalog/c
|
|
|
36
36
|
|
|
37
37
|
Usage:
|
|
38
38
|
```tsx
|
|
39
|
-
const { LoginBlock,
|
|
40
|
-
|
|
39
|
+
const { LoginBlock, HeroBlock } = seedComponents
|
|
40
|
+
// All catalog components use BaseComponentProps — pass props object and emit callback
|
|
41
|
+
<LoginBlock
|
|
42
|
+
props={{ type: "login", showSocial: true }}
|
|
43
|
+
emit={(event) => { if (event === 'submit') handleLogin() }}
|
|
44
|
+
/>
|
|
41
45
|
```
|
|
42
46
|
|
|
43
|
-
**
|
|
47
|
+
**Catalog blocks** are imported exclusively from `seedComponents`. Do not import them via individual subpath exports (ADR 0009). The ESLint rule `nadicode/require-catalog-import` enforces this at lint time.
|
|
44
48
|
|
|
45
|
-
**UI primitives** (Button, Heading, Input, etc.)
|
|
49
|
+
**Cataloged UI primitives** (Button, Heading, Input, etc.) are consumed through `seedComponents` via the catalog, same as blocks. Icons retain individual subpath exports. Charts are cataloged and consumed through `seedComponents`.
|
|
46
50
|
|
|
47
51
|
## Catalog-First Rule (MANDATORY)
|
|
48
52
|
|
|
@@ -50,10 +54,10 @@ const { LoginBlock, DashboardPageKit } = seedComponents
|
|
|
50
54
|
|
|
51
55
|
### The workflow
|
|
52
56
|
|
|
53
|
-
1. **Check the catalog.** Read `seedComponentDefinitions` keys, descriptions, and props. If a catalog block
|
|
57
|
+
1. **Check the catalog.** Read `seedComponentDefinitions` keys, descriptions, and props. If a catalog block covers >= 70% of the required functionality, USE IT. Pass props, compose with primitives around it, or request missing props upstream.
|
|
54
58
|
2. **If the catalog block doesn't fit**, document WHY in a code comment at the top of your new component: `// Catalog: <BlockName> exists but doesn't fit because <reason>`. This makes the gap visible for future DS improvement.
|
|
55
59
|
3. **If no catalog match exists**, build from primitives, but flag the gap: open an issue on the DS repo or leave a `// TODO(catalog-gap): this should be a catalog block` comment.
|
|
56
|
-
4. **Never silently reimplement** a catalog block. The catalog
|
|
60
|
+
4. **Never silently reimplement** a catalog block. The catalog covers all standard block patterns. Reimplementing from primitives what the catalog already offers is wasted work and creates drift.
|
|
57
61
|
|
|
58
62
|
### What counts as "block-level"
|
|
59
63
|
|
|
@@ -88,12 +92,13 @@ The catalog is machine-readable, tested, accessible, and themed. Hand-built bloc
|
|
|
88
92
|
| `#6366f1` / Electric Indigo | `#38BDB8` (dark) / `#1A8F88` (light) teal | Arctic Glow replaced Indigo |
|
|
89
93
|
| `import { MeshGradient } from "@paper-design/shaders-react"` | `import { ShaderBackground } from "@vadimcomanescu/nadicode-design-system/shader-background"` | Use themed wrapper |
|
|
90
94
|
| CSS hex in vars: `--color-bg: #0F1114` | `--color-background: 15 17 20` | CSS vars use space-separated RGB |
|
|
91
|
-
| Block
|
|
92
|
-
| Required content props | Optional
|
|
95
|
+
| Block with flat `interface *Props` | `BaseComponentProps<SeedProps<'Name'>>` | Flat props removed in v5.0.0 |
|
|
96
|
+
| Required content props | Optional via `props.x ?? default` | Blocks render standalone |
|
|
97
|
+
| `<LoginBlock onSubmit={fn} />` (flat props on catalog blocks) | `<LoginBlock props={{...}} emit={(e) => ...} />` | All catalog blocks use `BaseComponentProps`; flat props removed in v5.0.0 |
|
|
93
98
|
| Inline/floating labels | `Label` above control (stacked) | Form convention |
|
|
94
99
|
| `text-[10px]`, `text-[11px]` | `text-xs`, `text-sm`, `Heading`, `Typography` | No arbitrary text sizes |
|
|
95
100
|
| Ad-hoc `chat-*` classes | Compose Seed primitives + motion tokens | No custom chat classes |
|
|
96
|
-
| `import { BarChart } from "recharts"` | `import {
|
|
101
|
+
| `import { BarChart } from "recharts"` | `import { seedComponents } from "@vadimcomanescu/nadicode-design-system/catalog/components"` then `seedComponents.BarChart` | No direct recharts; charts are in the catalog |
|
|
97
102
|
| Ad-hoc Card + value for KPIs | `MetricCard` | Use the DS component |
|
|
98
103
|
| Hex/rgb in chart config | `var(--color-chart-N)` tokens | Chart colors are tokenized |
|
|
99
104
|
| Generic English defaults | Override ALL default copy per brand | No shipping placeholder text |
|
|
@@ -109,7 +114,7 @@ Override all default copy. Map brand colors to semantic tokens. Verify contrast
|
|
|
109
114
|
|
|
110
115
|
## Dashboard Rules
|
|
111
116
|
|
|
112
|
-
KPI cards: `MetricCard`. Charts: empty-data guard required (`data.length > 0`). Chart colors: `var(--color-chart-N)` tokens. Import from
|
|
117
|
+
KPI cards: `MetricCard`. Charts: empty-data guard required (`data.length > 0`). Chart colors: `var(--color-chart-N)` tokens. Import charts from `seedComponents`, never `recharts` directly. Sidebar navigation must include IA grouping with `SidebarGroupLabel`.
|
|
113
118
|
|
|
114
119
|
## Admin Chat
|
|
115
120
|
|
|
@@ -142,8 +147,8 @@ Token source of truth: `src/lib/tokens.config.js` (authored), `src/index.css` (g
|
|
|
142
147
|
Use `Heading` for semantic headings. Use `Typography` for non-heading copy only.
|
|
143
148
|
|
|
144
149
|
```tsx
|
|
145
|
-
import {
|
|
146
|
-
|
|
150
|
+
import { seedComponents } from "@vadimcomanescu/nadicode-design-system/catalog/components"
|
|
151
|
+
const { Heading, Typography } = seedComponents
|
|
147
152
|
|
|
148
153
|
<Heading level={1}>Page title</Heading>
|
|
149
154
|
<Heading level={2} size="section">Section title</Heading>
|
|
@@ -255,12 +260,12 @@ import { SettingsIcon, BellIcon } from "@vadimcomanescu/nadicode-design-system/i
|
|
|
255
260
|
|
|
256
261
|
### Two Tiers
|
|
257
262
|
|
|
258
|
-
| Tier |
|
|
259
|
-
|
|
260
|
-
| **Hand-crafted** |
|
|
261
|
-
| **Factory-wrapped** |
|
|
263
|
+
| Tier | Animation | Source |
|
|
264
|
+
|------|-----------|--------|
|
|
265
|
+
| **Hand-crafted** | `motion.path` stroke animations (premium, per-icon) | [lucide-animated.com](https://lucide-animated.com); `sun.tsx` as template |
|
|
266
|
+
| **Factory-wrapped** | CSS stroke-draw via `createAnimatedIcon` (covers full Lucide catalog) | `lucide-wrapped.tsx` |
|
|
262
267
|
|
|
263
|
-
|
|
268
|
+
Before adding a new icon, check whether it already exports from `@vadimcomanescu/nadicode-design-system/icons` or a matching `@vadimcomanescu/nadicode-design-system/icons/<name>` subpath.
|
|
264
269
|
|
|
265
270
|
If an icon is missing, add it to `lucide-wrapped.tsx` via `createAnimatedIcon`. Do not hand-craft local copies to bypass the package contract.
|
|
266
271
|
|
|
@@ -311,7 +316,7 @@ Every page = **Shell > Sections > Components**.
|
|
|
311
316
|
- 2-8 sections (vertical bands, no nesting)
|
|
312
317
|
- 1-6 components per section via CSS grid/flex
|
|
313
318
|
|
|
314
|
-
**
|
|
319
|
+
**Catalog blocks are the building material.** Before assembling a page from primitives, check `seedComponentDefinitions` for existing blocks that cover your need. Pages are composed as json-render `NextAppSpec` JSON specs referencing catalog blocks by name. See the Catalog-First Rule above.
|
|
315
320
|
|
|
316
321
|
### Shell Selection
|
|
317
322
|
|
|
@@ -327,7 +332,7 @@ Content widths, vertical rhythm, responsive contracts: `references/composition.m
|
|
|
327
332
|
|
|
328
333
|
### Kanban Board
|
|
329
334
|
|
|
330
|
-
Compound component via `seedComponents`. Uses `@dnd-kit` internally (no dnd-kit types leak). Card content is consumer-owned. See catalog entry for full props and sub-components. Types: `@vadimcomanescu/nadicode-design-system/kanban
|
|
335
|
+
Compound component via `seedComponents`. Uses `@dnd-kit` internally (no dnd-kit types leak). Card content is consumer-owned. See catalog entry for full props and sub-components. Types: `@vadimcomanescu/nadicode-design-system/kanban.types`.
|
|
331
336
|
|
|
332
337
|
---
|
|
333
338
|
|
|
@@ -251,7 +251,7 @@ Mobile (stacked): Tablet (2 col): Desktop (3 col):
|
|
|
251
251
|
- **Agency Home**: Hero -> Logo cloud -> Services grid -> ProcessFlowBlock -> Outcome stats -> Testimonials -> FAQ -> CTA
|
|
252
252
|
- **Digital Workers**: Hero -> AgentProfileGridBlock -> Per-agent deep dives -> WorkflowGraph -> Integrations -> FAQ -> CTA
|
|
253
253
|
- **Service Detail**: Hero -> SolutionShowcaseBlock -> Features -> ProcessFlowBlock -> Stats -> Testimonials -> CTA
|
|
254
|
-
- **About/Team**: Mission hero -> Values (
|
|
254
|
+
- **About/Team**: Mission hero -> Values (FeatureBlock variant="grid") -> Team (TeamBlock) -> Company stats -> Partners -> CTA
|
|
255
255
|
- **Contact**: Heading -> ContactBlock -> Company info cards -> FAQ
|
|
256
256
|
- **Settings**: Settings nav -> Profile -> Preferences -> Notifications -> Integrations -> Danger zone
|
|
257
257
|
- **CRUD List**: Header + search -> Filter bar -> Data table -> Pagination
|
|
@@ -104,47 +104,38 @@ import { AmbientGrid } from "@vadimcomanescu/nadicode-design-system/ambient-grid
|
|
|
104
104
|
<AmbientGrid size={32} /> // Custom cell size
|
|
105
105
|
```
|
|
106
106
|
|
|
107
|
-
### AuroraEffect
|
|
108
|
-
|
|
109
|
-
Slow-moving gradient aurora background. Three layered animations at 12-18s cycles.
|
|
110
|
-
|
|
111
|
-
```tsx
|
|
112
|
-
import { AuroraEffect } from "@vadimcomanescu/nadicode-design-system/aurora-effect"
|
|
113
|
-
<AuroraEffect className="absolute inset-0 -z-10" />
|
|
114
|
-
```
|
|
115
|
-
|
|
116
107
|
### MeteorShower
|
|
117
108
|
|
|
118
|
-
Animated diagonal streak particles.
|
|
109
|
+
Animated diagonal streak particles. Cataloged — use via `seedComponents`.
|
|
119
110
|
|
|
120
111
|
```tsx
|
|
121
|
-
import {
|
|
122
|
-
<MeteorShower
|
|
112
|
+
import { seedComponents } from "@vadimcomanescu/nadicode-design-system/catalog/components"
|
|
113
|
+
<seedComponents.MeteorShower props={{ count: 20 }} emit={() => {}} on={{}} />
|
|
123
114
|
```
|
|
124
115
|
|
|
125
116
|
### MouseSpotlight
|
|
126
117
|
|
|
127
|
-
Mouse-following spotlight radial gradient.
|
|
118
|
+
Mouse-following spotlight radial gradient. Cataloged — use via `seedComponents`.
|
|
128
119
|
|
|
129
120
|
```tsx
|
|
130
|
-
import {
|
|
131
|
-
<MouseSpotlight
|
|
121
|
+
import { seedComponents } from "@vadimcomanescu/nadicode-design-system/catalog/components"
|
|
122
|
+
<seedComponents.MouseSpotlight props={{ color: "teal", size: 300 }} emit={() => {}} on={{}}>Content</seedComponents.MouseSpotlight>
|
|
132
123
|
```
|
|
133
124
|
|
|
134
125
|
### AnimatedBackground
|
|
135
126
|
|
|
136
|
-
CSS animated gradient background.
|
|
127
|
+
CSS animated gradient background. Cataloged — use via `seedComponents`.
|
|
137
128
|
|
|
138
129
|
```tsx
|
|
139
|
-
import {
|
|
140
|
-
<AnimatedBackground />
|
|
130
|
+
import { seedComponents } from "@vadimcomanescu/nadicode-design-system/catalog/components"
|
|
131
|
+
<seedComponents.AnimatedBackground props={{}} emit={() => {}} on={{}} />
|
|
141
132
|
```
|
|
142
133
|
|
|
143
134
|
### Other Effect Components
|
|
144
135
|
|
|
145
136
|
| Component | Purpose |
|
|
146
137
|
|-----------|---------|
|
|
147
|
-
|
|
|
138
|
+
| MouseGlow | Mouse-tracking dot-grid overlay (cataloged) |
|
|
148
139
|
| MovingBorder | Animated border rotation |
|
|
149
140
|
| ProgressiveBlur | Gradient blur transition |
|
|
150
141
|
| TiltCard | 3D perspective tilt on hover |
|
|
@@ -155,7 +146,12 @@ import { AnimatedBackground } from "@vadimcomanescu/nadicode-design-system/anima
|
|
|
155
146
|
|
|
156
147
|
## Text Effect Components
|
|
157
148
|
|
|
158
|
-
All
|
|
149
|
+
All 9 text effect components are catalog primitives. Import via `seedComponents`:
|
|
150
|
+
|
|
151
|
+
```tsx
|
|
152
|
+
import { seedComponents } from "@vadimcomanescu/nadicode-design-system/catalog/components"
|
|
153
|
+
// Use: <seedComponents.TextReveal props={{ text: "..." }} emit={() => {}} on={{}} />
|
|
154
|
+
```
|
|
159
155
|
|
|
160
156
|
| Component | Effect | Key Props |
|
|
161
157
|
|-----------|--------|-----------|
|
|
@@ -190,7 +186,6 @@ All in `@vadimcomanescu/nadicode-design-system/text-effects/`.
|
|
|
190
186
|
| Avatar3D | 3D avatar using Three.js | `state`, custom 3D options |
|
|
191
187
|
| AgentStatus | Connection status indicator | `status: "connected" \| "disconnected" \| "connecting"` |
|
|
192
188
|
| AudioWaveform | Real-time audio level visualization | `audioData`, `isActive` |
|
|
193
|
-
| ConversationThread | Chat message list with roles | `messages`, `isStreaming` |
|
|
194
189
|
|
|
195
190
|
Agent animations use `--color-primary` (not accent) for glow effects:
|
|
196
191
|
|
|
@@ -291,47 +291,42 @@ Key points:
|
|
|
291
291
|
|
|
292
292
|
## Pattern 4: Block Composition (LoginBlock)
|
|
293
293
|
|
|
294
|
-
Blocks compose UI primitives into page-ready sections.
|
|
294
|
+
Blocks compose UI primitives into page-ready sections. All catalog blocks use `BaseComponentProps<SeedProps<'BlockName'>>` from `@json-render/react`.
|
|
295
295
|
|
|
296
296
|
```tsx
|
|
297
|
-
|
|
297
|
+
'use client'
|
|
298
|
+
|
|
299
|
+
import { type BaseComponentProps } from '@json-render/react'
|
|
300
|
+
import { type SeedProps } from '@/catalog/catalog'
|
|
298
301
|
import { Button } from "../ui/Button"
|
|
299
|
-
import { Card, CardContent, CardDescription,
|
|
302
|
+
import { Card, CardContent, CardDescription, CardHeader } from "../ui/Card"
|
|
300
303
|
import { Input } from "../ui/Input"
|
|
301
|
-
import {
|
|
302
|
-
import { GoogleIcon } from "../ui/BrandIcons"
|
|
303
|
-
import {
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
304
|
+
import { Field, FieldLabel } from "../ui/Field"
|
|
305
|
+
import { GoogleIcon, MicrosoftIcon } from "../ui/BrandIcons"
|
|
306
|
+
import { StaggerChildren } from "../ui/StaggerChildren"
|
|
307
|
+
import { Heading } from "../ui/Heading"
|
|
308
|
+
import { cn } from '@/lib/utils'
|
|
309
|
+
|
|
310
|
+
const FIELD_STAGGER_MS = 50
|
|
311
|
+
|
|
312
|
+
export function LoginBlock({ props, emit }: BaseComponentProps<SeedProps<'LoginBlock'>>) {
|
|
313
|
+
const type = props.type ?? "login"
|
|
314
|
+
const showSocial = props.showSocial ?? true
|
|
315
|
+
const error = props.error ?? null
|
|
313
316
|
|
|
314
|
-
|
|
315
|
-
className,
|
|
316
|
-
type = "login",
|
|
317
|
-
showSocial = true,
|
|
318
|
-
title,
|
|
319
|
-
description,
|
|
320
|
-
onLogin,
|
|
321
|
-
}: LoginBlockProps) {
|
|
322
|
-
const defaultTitle = type === "login" ? "Welcome back" : "Create an account"
|
|
317
|
+
const resolvedTitle = type === "login" ? "Welcome back" : "Create an account"
|
|
323
318
|
const buttonText = type === "login" ? "Sign In" : "Sign Up"
|
|
324
319
|
|
|
325
320
|
return (
|
|
326
|
-
<Card className={cn("w-full max-w-[400px] border-border/50"
|
|
321
|
+
<Card className={cn("w-full max-w-[400px] border-border/50")}>
|
|
327
322
|
<CardHeader className="space-y-1">
|
|
328
|
-
<
|
|
323
|
+
<Heading level={2} size="section" className="text-center">{resolvedTitle}</Heading>
|
|
329
324
|
<CardDescription className="text-center">...</CardDescription>
|
|
330
325
|
</CardHeader>
|
|
331
326
|
<CardContent className="grid gap-4">
|
|
332
|
-
{showSocial && (
|
|
327
|
+
{!!showSocial && (
|
|
333
328
|
<>
|
|
334
|
-
<Button variant="outline" className="w-full
|
|
329
|
+
<Button type="button" variant="outline" className="w-full" onClick={() => emit('socialLogin')}>
|
|
335
330
|
<GoogleIcon className="h-5 w-5" />
|
|
336
331
|
<span>Continue with Google</span>
|
|
337
332
|
</Button>
|
|
@@ -342,32 +337,37 @@ export function LoginBlock({
|
|
|
342
337
|
</div>
|
|
343
338
|
</>
|
|
344
339
|
)}
|
|
345
|
-
|
|
346
|
-
<div className="
|
|
347
|
-
|
|
348
|
-
<Input id="email" type="email" placeholder="name@example.com" />
|
|
340
|
+
{!!error && (
|
|
341
|
+
<div id="login-error" role="alert" className="rounded-md border border-destructive/50 bg-destructive/10 px-4 py-3 text-sm text-destructive">
|
|
342
|
+
{error}
|
|
349
343
|
</div>
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
344
|
+
)}
|
|
345
|
+
<form onSubmit={(e) => { e.preventDefault(); emit('submit') }} className="grid gap-4">
|
|
346
|
+
<StaggerChildren staggerMs={FIELD_STAGGER_MS} className="grid gap-4">
|
|
347
|
+
<Field>
|
|
348
|
+
<FieldLabel htmlFor="email">Email address</FieldLabel>
|
|
349
|
+
<Input id="email" type="email" required placeholder="name@example.com" />
|
|
350
|
+
</Field>
|
|
351
|
+
<Field>
|
|
352
|
+
<FieldLabel htmlFor="password">Password</FieldLabel>
|
|
353
|
+
<Input id="password" type="password" required />
|
|
354
|
+
</Field>
|
|
355
|
+
<Button type="submit" className="w-full bg-accent hover:bg-accent/90">{buttonText}</Button>
|
|
356
|
+
</StaggerChildren>
|
|
355
357
|
</form>
|
|
356
358
|
</CardContent>
|
|
357
|
-
<CardFooter>
|
|
358
|
-
<p className="text-center text-sm text-text-tertiary">
|
|
359
|
-
Don't have an account? <a href="#" className="text-accent">Create account</a>
|
|
360
|
-
</p>
|
|
361
|
-
</CardFooter>
|
|
362
359
|
</Card>
|
|
363
360
|
)
|
|
364
361
|
}
|
|
365
362
|
```
|
|
366
363
|
|
|
367
364
|
Key points:
|
|
368
|
-
-
|
|
369
|
-
-
|
|
370
|
-
-
|
|
371
|
-
-
|
|
372
|
-
-
|
|
365
|
+
- `'use client'` directive required (blocks use browser APIs and event handlers)
|
|
366
|
+
- Blocks use `BaseComponentProps<SeedProps<'BlockName'>>`, no flat props interface
|
|
367
|
+
- Access data as `props.x ?? default`, never top-level destructuring
|
|
368
|
+
- Fire callbacks with `emit('eventName')` where event name matches catalog `events` array
|
|
369
|
+
- Use `Field` + `FieldLabel` (not bare `Label`), `Heading` (not `CardTitle`)
|
|
370
|
+
- `StaggerChildren` for entrance animation on form fields
|
|
371
|
+
- No `ref` prop (blocks are not primitives)
|
|
373
372
|
- Semantic tokens only (`text-text-tertiary`, `bg-border/50`, `bg-accent`)
|
|
373
|
+
- Naming convention: `*Block.tsx` suffix
|
|
@@ -42,7 +42,7 @@ Expected wait time?
|
|
|
42
42
|
< 1 second -> Skeleton (matches content shape)
|
|
43
43
|
1-3 seconds -> Spinner with optional message
|
|
44
44
|
3+ seconds -> Progress bar (determinate or indeterminate)
|
|
45
|
-
Unknown/streaming -> StreamingText or
|
|
45
|
+
Unknown/streaming -> StreamingText or ChatThinkingMessage
|
|
46
46
|
```
|
|
47
47
|
|
|
48
48
|
| Tier | Component | When |
|
|
@@ -205,29 +205,30 @@ function MyForm() {
|
|
|
205
205
|
|-------|-----------|--------|
|
|
206
206
|
| `idle` | Empty conversation | `Empty` with "Start a conversation" |
|
|
207
207
|
| `connected` | Ready for input | Active composer with send button |
|
|
208
|
-
| `streaming` | Receiving tokens | `StreamingText` in `
|
|
209
|
-
| `thinking` | Agent processing | `
|
|
210
|
-
| `tool-calling` | Tool execution | `
|
|
208
|
+
| `streaming` | Receiving tokens | `StreamingText` in `ChatMessage` + `ChatMessageContent isStreaming` |
|
|
209
|
+
| `thinking` | Agent processing | `ChatThinkingMessage variant="pill"` (pulsing dots) |
|
|
210
|
+
| `tool-calling` | Tool execution | `ChatToolCall` with state (input-available/output-available/output-error) |
|
|
211
211
|
| `approval-needed` | Awaiting user | `ApprovalCard` with approve/reject buttons |
|
|
212
212
|
| `error` | Agent/connection error | Error alert with retry |
|
|
213
213
|
|
|
214
214
|
### Streaming Implementation
|
|
215
215
|
|
|
216
216
|
```tsx
|
|
217
|
-
<
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
<
|
|
224
|
-
name="search_files"
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
217
|
+
<ChatMessage role="assistant">
|
|
218
|
+
<ChatMessageContent isStreaming={isStreaming}>
|
|
219
|
+
{streamingContent} {/* Updates as tokens arrive; shows cursor when isStreaming */}
|
|
220
|
+
</ChatMessageContent>
|
|
221
|
+
</ChatMessage>
|
|
222
|
+
|
|
223
|
+
<ChatToolCall state="input-available"> {/* input-available | output-available | output-error */}
|
|
224
|
+
<ChatToolCallHeader name="search_files" />
|
|
225
|
+
<ChatToolCallContent>
|
|
226
|
+
<ChatToolCallInput>{JSON.stringify({ query: "utils.ts" }, null, 2)}</ChatToolCallInput>
|
|
227
|
+
{toolResult && <ChatToolCallOutput>{toolResult}</ChatToolCallOutput>}
|
|
228
|
+
</ChatToolCallContent>
|
|
229
|
+
</ChatToolCall>
|
|
230
|
+
|
|
231
|
+
<ChatThinkingMessage variant="pill" /> {/* Animated dots; variant="dots" for inline */}
|
|
231
232
|
```
|
|
232
233
|
|
|
233
234
|
---
|
package/README.md
CHANGED
|
@@ -15,7 +15,9 @@ The dev server runs on `http://localhost:5001` and serves the showcase routes un
|
|
|
15
15
|
|
|
16
16
|
Consumer apps install Seed through an exact released package version. For unpublished local work, stage a tarball under `.nadicode/packages/` and install that committed relative artifact instead. Do not point apps at a live DS repo directory.
|
|
17
17
|
|
|
18
|
-
Component discovery and consumption go through the catalog.
|
|
18
|
+
Component discovery and consumption go through the catalog. Catalog blocks have no individual subpath exports.
|
|
19
|
+
|
|
20
|
+
All catalog components implement `BaseComponentProps<SeedProps<'Name'>>` from `@json-render/react`. Consumer apps wire `defineCatalog()` (from `@json-render/core`) and `defineRegistry()` (from `@json-render/react`) to render pages from JSON specs. See `JSON_RENDER_MIGRATION.md` for the full consumer wiring pattern.
|
|
19
21
|
|
|
20
22
|
Canonical consumer docs:
|
|
21
23
|
|