@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
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { useSafeTimeout } from './chunk-MDAYDDTC.js';
|
|
2
1
|
import { Spinner } from './chunk-ZLSWCV55.js';
|
|
3
2
|
import { Field, FieldLabel } from './chunk-RX5EUODB.js';
|
|
4
3
|
import { Separator } from './chunk-CUZJIDU7.js';
|
|
5
4
|
import { Input } from './chunk-AP3XXYAY.js';
|
|
6
|
-
import {
|
|
5
|
+
import { useSafeTimeout } from './chunk-MDAYDDTC.js';
|
|
6
|
+
import { Card, CardHeader, CardTitle, CardDescription, CardContent, CardFooter } from './chunk-7UY24UWL.js';
|
|
7
7
|
import { Button } from './chunk-7KIDDF3I.js';
|
|
8
8
|
import { m, fadeInUp, scaleIn } from './chunk-PD2YEH3H.js';
|
|
9
9
|
import { SparklesIcon } from './chunk-CGUCH322.js';
|
|
@@ -21,16 +21,8 @@ var MODE_ICONS = {
|
|
|
21
21
|
"magic-link": /* @__PURE__ */ jsx(SparklesIcon, { size: 32, className: "text-accent" })
|
|
22
22
|
};
|
|
23
23
|
var INSTRUCTION_STEPS = ["step1", "step2", "step3"];
|
|
24
|
-
function PasswordRecoveryBlock({
|
|
25
|
-
|
|
26
|
-
mode = "reset",
|
|
27
|
-
onSubmit,
|
|
28
|
-
onBackToLogin,
|
|
29
|
-
title,
|
|
30
|
-
description,
|
|
31
|
-
buttonText,
|
|
32
|
-
successTitle
|
|
33
|
-
}) {
|
|
24
|
+
function PasswordRecoveryBlock({ props, emit }) {
|
|
25
|
+
const mode = props.mode ?? "reset";
|
|
34
26
|
const prefersReduced = useReducedMotion();
|
|
35
27
|
const tShared = useTranslations("auth.passwordRecovery.shared");
|
|
36
28
|
const tMode = useTranslations(mode === "magic-link" ? "auth.passwordRecovery.magicLink" : "auth.passwordRecovery.reset");
|
|
@@ -38,27 +30,27 @@ function PasswordRecoveryBlock({
|
|
|
38
30
|
const [state, setState] = React.useState("entry");
|
|
39
31
|
const [resendState, setResendState] = React.useState("idle");
|
|
40
32
|
const setSafeTimeout = useSafeTimeout();
|
|
41
|
-
const resolvedTitle = title ?? tMode("title");
|
|
42
|
-
const resolvedDescription = description ?? tMode("description");
|
|
43
|
-
const resolvedButtonText = buttonText ?? tMode("button");
|
|
44
|
-
const resolvedSuccessTitle = successTitle ?? tShared("checkEmail");
|
|
33
|
+
const resolvedTitle = props.title ?? tMode("title");
|
|
34
|
+
const resolvedDescription = props.description ?? tMode("description");
|
|
35
|
+
const resolvedButtonText = props.buttonText ?? tMode("button");
|
|
36
|
+
const resolvedSuccessTitle = props.successTitle ?? tShared("checkEmail");
|
|
45
37
|
const handleSubmit = (e) => {
|
|
46
38
|
e.preventDefault();
|
|
47
39
|
if (!email) return;
|
|
48
40
|
setState("loading");
|
|
49
|
-
|
|
41
|
+
emit("submit");
|
|
50
42
|
setSafeTimeout(() => setState("success"), 1500);
|
|
51
43
|
};
|
|
52
44
|
const handleResend = () => {
|
|
53
45
|
setResendState("sending");
|
|
54
|
-
|
|
46
|
+
emit("submit");
|
|
55
47
|
setSafeTimeout(() => {
|
|
56
48
|
setResendState("sent");
|
|
57
49
|
setSafeTimeout(() => setResendState("idle"), 3e3);
|
|
58
50
|
}, 1e3);
|
|
59
51
|
};
|
|
60
52
|
if (state === "success") {
|
|
61
|
-
return /* @__PURE__ */ jsx(m.div, { ...prefersReduced ? {} : fadeInUp, className: cn("w-full max-w-sm mx-auto"
|
|
53
|
+
return /* @__PURE__ */ jsx(m.div, { ...prefersReduced ? {} : fadeInUp, className: cn("w-full max-w-sm mx-auto"), children: /* @__PURE__ */ jsxs(Card, { children: [
|
|
62
54
|
/* @__PURE__ */ jsxs(CardHeader, { className: "text-center", children: [
|
|
63
55
|
/* @__PURE__ */ jsx("div", { className: "mx-auto mb-2", children: /* @__PURE__ */ jsx(MailIcon, { size: 48, className: "text-accent" }) }),
|
|
64
56
|
/* @__PURE__ */ jsx(CardTitle, { className: "text-2xl", children: resolvedSuccessTitle }),
|
|
@@ -92,14 +84,14 @@ function PasswordRecoveryBlock({
|
|
|
92
84
|
"button",
|
|
93
85
|
{
|
|
94
86
|
type: "button",
|
|
95
|
-
onClick:
|
|
87
|
+
onClick: () => emit("backToLogin"),
|
|
96
88
|
className: "text-sm text-text-tertiary hover:text-text-primary transition-colors",
|
|
97
89
|
children: tShared("backToLogin")
|
|
98
90
|
}
|
|
99
91
|
) })
|
|
100
92
|
] }) });
|
|
101
93
|
}
|
|
102
|
-
return /* @__PURE__ */ jsx(m.div, { ...prefersReduced ? {} : scaleIn, className: cn("w-full max-w-sm mx-auto"
|
|
94
|
+
return /* @__PURE__ */ jsx(m.div, { ...prefersReduced ? {} : scaleIn, className: cn("w-full max-w-sm mx-auto"), children: /* @__PURE__ */ jsxs(Card, { children: [
|
|
103
95
|
/* @__PURE__ */ jsxs(CardHeader, { className: "text-center", children: [
|
|
104
96
|
/* @__PURE__ */ jsx("div", { className: "mx-auto mb-2", children: MODE_ICONS[mode] }),
|
|
105
97
|
/* @__PURE__ */ jsx(CardTitle, { className: "text-2xl", children: resolvedTitle }),
|
|
@@ -131,7 +123,7 @@ function PasswordRecoveryBlock({
|
|
|
131
123
|
"button",
|
|
132
124
|
{
|
|
133
125
|
type: "button",
|
|
134
|
-
onClick:
|
|
126
|
+
onClick: () => emit("backToLogin"),
|
|
135
127
|
className: "text-sm text-text-tertiary hover:text-text-primary transition-colors",
|
|
136
128
|
children: mode === "magic-link" ? tMode("backToPassword") : tShared("backToLogin")
|
|
137
129
|
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { AreaChart } from './chunk-ZTNHUABC.js';
|
|
2
2
|
import { Select, SelectTrigger, SelectValue, SelectContent, SelectItem } from './chunk-WH62BE24.js';
|
|
3
|
-
import { Card, CardHeader, CardTitle, CardDescription, CardContent } from './chunk-
|
|
4
|
-
import { cn } from './chunk-QYZT24TS.js';
|
|
3
|
+
import { Card, CardHeader, CardTitle, CardDescription, CardContent } from './chunk-7UY24UWL.js';
|
|
5
4
|
import * as React from 'react';
|
|
6
5
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
7
6
|
|
|
@@ -239,14 +238,12 @@ var defaultConfig = {
|
|
|
239
238
|
color: "rgb(var(--chart-2))"
|
|
240
239
|
}
|
|
241
240
|
};
|
|
242
|
-
function InteractiveAreaChartBlock({
|
|
243
|
-
data = defaultData
|
|
244
|
-
config = defaultConfig
|
|
245
|
-
title = "Traffic Analysis"
|
|
246
|
-
description = "Showing total visitors for the last 3 months"
|
|
247
|
-
timeRanges = defaultTimeRanges
|
|
248
|
-
className
|
|
249
|
-
}) {
|
|
241
|
+
function InteractiveAreaChartBlock({ props, emit }) {
|
|
242
|
+
const data = props.data ?? defaultData;
|
|
243
|
+
const config = props.config ?? defaultConfig;
|
|
244
|
+
const title = props.title ?? "Traffic Analysis";
|
|
245
|
+
const description = props.description ?? "Showing total visitors for the last 3 months";
|
|
246
|
+
const timeRanges = props.timeRanges ?? defaultTimeRanges;
|
|
250
247
|
const [timeRange, setTimeRange] = React.useState(timeRanges[0]?.value ?? "90d");
|
|
251
248
|
const filteredData = React.useMemo(() => data.filter((item) => {
|
|
252
249
|
const date = new Date(item.date);
|
|
@@ -256,13 +253,16 @@ function InteractiveAreaChartBlock({
|
|
|
256
253
|
now.setDate(now.getDate() - daysToSubtract);
|
|
257
254
|
return date >= now;
|
|
258
255
|
}), [data, timeRanges, timeRange]);
|
|
259
|
-
return /* @__PURE__ */ jsxs(Card, {
|
|
256
|
+
return /* @__PURE__ */ jsxs(Card, { children: [
|
|
260
257
|
/* @__PURE__ */ jsxs(CardHeader, { className: "flex items-center gap-2 space-y-0 border-b border-border py-6 sm:flex-row", children: [
|
|
261
258
|
/* @__PURE__ */ jsxs("div", { className: "grid flex-1 gap-1.5 text-center sm:text-left", children: [
|
|
262
259
|
/* @__PURE__ */ jsx(CardTitle, { children: title }),
|
|
263
260
|
/* @__PURE__ */ jsx(CardDescription, { children: description })
|
|
264
261
|
] }),
|
|
265
|
-
/* @__PURE__ */ jsxs(Select, { value: timeRange, onValueChange:
|
|
262
|
+
/* @__PURE__ */ jsxs(Select, { value: timeRange, onValueChange: (v) => {
|
|
263
|
+
setTimeRange(v);
|
|
264
|
+
emit("timeRangeChange");
|
|
265
|
+
}, children: [
|
|
266
266
|
/* @__PURE__ */ jsx(
|
|
267
267
|
SelectTrigger,
|
|
268
268
|
{
|
|
@@ -6,52 +6,63 @@ import { Replit } from './chunk-DT6DGTVW.js';
|
|
|
6
6
|
import { VSCodium } from './chunk-J5DRK4RF.js';
|
|
7
7
|
import { StaggerChildren } from './chunk-DQPK2XRL.js';
|
|
8
8
|
import { Heading } from './chunk-UXX6HHPS.js';
|
|
9
|
+
import { Card } from './chunk-7UY24UWL.js';
|
|
9
10
|
import { ScrollFadeIn } from './chunk-I23DDSU7.js';
|
|
10
|
-
import { Card } from './chunk-3HHLJH72.js';
|
|
11
11
|
import { Button } from './chunk-7KIDDF3I.js';
|
|
12
12
|
import { ChevronRightIcon } from './chunk-G24VV5NO.js';
|
|
13
13
|
import Link from 'next/link';
|
|
14
14
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
15
15
|
|
|
16
|
+
var ICON_MAP = {
|
|
17
|
+
Gemini: /* @__PURE__ */ jsx(Gemini, {}),
|
|
18
|
+
Replit: /* @__PURE__ */ jsx(Replit, {}),
|
|
19
|
+
MagicUI: /* @__PURE__ */ jsx(MagicUI, {}),
|
|
20
|
+
VSCodium: /* @__PURE__ */ jsx(VSCodium, {}),
|
|
21
|
+
MediaWiki: /* @__PURE__ */ jsx(MediaWiki, {}),
|
|
22
|
+
GooglePaLM: /* @__PURE__ */ jsx(GooglePaLM, {})
|
|
23
|
+
};
|
|
24
|
+
function resolveIntegrationIcon(iconKey) {
|
|
25
|
+
return ICON_MAP[iconKey] ?? /* @__PURE__ */ jsx("span", { children: iconKey });
|
|
26
|
+
}
|
|
16
27
|
var defaultIntegrations = [
|
|
17
28
|
{
|
|
18
29
|
title: "Google Gemini",
|
|
19
30
|
description: "Advanced multimodal AI for reasoning, code generation, and creative tasks.",
|
|
20
|
-
icon:
|
|
31
|
+
icon: "Gemini"
|
|
21
32
|
},
|
|
22
33
|
{
|
|
23
34
|
title: "Replit",
|
|
24
35
|
description: "Cloud-based IDE with real-time collaboration and instant deployment.",
|
|
25
|
-
icon:
|
|
36
|
+
icon: "Replit"
|
|
26
37
|
},
|
|
27
38
|
{
|
|
28
39
|
title: "Magic UI",
|
|
29
40
|
description: "Beautiful animated components to elevate your interface design.",
|
|
30
|
-
icon:
|
|
41
|
+
icon: "MagicUI"
|
|
31
42
|
},
|
|
32
43
|
{
|
|
33
44
|
title: "VSCodium",
|
|
34
45
|
description: "Open-source code editor with full extension ecosystem support.",
|
|
35
|
-
icon:
|
|
46
|
+
icon: "VSCodium"
|
|
36
47
|
},
|
|
37
48
|
{
|
|
38
49
|
title: "MediaWiki",
|
|
39
50
|
description: "Structured knowledge management with powerful search and versioning.",
|
|
40
|
-
icon:
|
|
51
|
+
icon: "MediaWiki"
|
|
41
52
|
},
|
|
42
53
|
{
|
|
43
54
|
title: "Google PaLM",
|
|
44
55
|
description: "Large language model API for text generation and understanding.",
|
|
45
|
-
icon:
|
|
56
|
+
icon: "GooglePaLM"
|
|
46
57
|
}
|
|
47
58
|
];
|
|
48
59
|
function IntegrationsBlock({
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
return /* @__PURE__ */ jsx(ScrollFadeIn, { children: /* @__PURE__ */ jsx("section", {
|
|
60
|
+
props
|
|
61
|
+
}) {
|
|
62
|
+
const title = props.title ?? "Integrate with your favorite tools";
|
|
63
|
+
const description = props.description ?? "Connect seamlessly with popular platforms and services to enhance your workflow.";
|
|
64
|
+
const integrations = props.integrations ? props.integrations.map((i) => ({ title: i.title, description: i.description, icon: i.icon, link: i.link ?? void 0 })) : defaultIntegrations;
|
|
65
|
+
return /* @__PURE__ */ jsx(ScrollFadeIn, { children: /* @__PURE__ */ jsx("section", { children: /* @__PURE__ */ jsx("div", { className: "py-32", children: /* @__PURE__ */ jsxs("div", { className: "mx-auto max-w-5xl px-6", children: [
|
|
55
66
|
/* @__PURE__ */ jsxs("div", { className: "text-center", children: [
|
|
56
67
|
/* @__PURE__ */ jsx(Heading, { level: 2, size: "section", className: "md:text-4xl", children: title }),
|
|
57
68
|
/* @__PURE__ */ jsx("p", { className: "text-text-tertiary mt-6", children: description })
|
|
@@ -62,7 +73,7 @@ function IntegrationsBlock({
|
|
|
62
73
|
title: integration.title,
|
|
63
74
|
description: integration.description,
|
|
64
75
|
link: integration.link,
|
|
65
|
-
children: integration.icon
|
|
76
|
+
children: resolveIntegrationIcon(integration.icon)
|
|
66
77
|
},
|
|
67
78
|
i
|
|
68
79
|
)) })
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { useSafeTimeout } from './chunk-MDAYDDTC.js';
|
|
2
1
|
import { ScrollArea } from './chunk-GLU236NN.js';
|
|
3
2
|
import { Input } from './chunk-AP3XXYAY.js';
|
|
3
|
+
import { useSafeTimeout } from './chunk-MDAYDDTC.js';
|
|
4
4
|
import { Avatar, AvatarFallback } from './chunk-NAAU5IWU.js';
|
|
5
5
|
import { Button } from './chunk-7KIDDF3I.js';
|
|
6
6
|
import { useMotionConfig, m, motionSpring } from './chunk-PD2YEH3H.js';
|
|
@@ -21,12 +21,13 @@ var defaultInitialMessages = [
|
|
|
21
21
|
}
|
|
22
22
|
];
|
|
23
23
|
function ChatLayout({
|
|
24
|
-
|
|
25
|
-
assistantName = "AI Assistant",
|
|
26
|
-
assistantStatus = "Online",
|
|
27
|
-
placeholder = "Type a message...",
|
|
28
|
-
className
|
|
24
|
+
props
|
|
29
25
|
}) {
|
|
26
|
+
const initialMessages = props.initialMessages ?? defaultInitialMessages;
|
|
27
|
+
const assistantName = props.assistantName ?? "AI Assistant";
|
|
28
|
+
const assistantStatus = props.assistantStatus ?? "Online";
|
|
29
|
+
const placeholder = props.placeholder ?? "Type a message...";
|
|
30
|
+
const className = props.className;
|
|
30
31
|
const t = useTranslations("blocks.chatLayout");
|
|
31
32
|
const motionConfig = useMotionConfig();
|
|
32
33
|
const [messages, setMessages] = React.useState(initialMessages);
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { cn } from './chunk-QYZT24TS.js';
|
|
2
|
+
import { jsx } from 'react/jsx-runtime';
|
|
3
|
+
|
|
4
|
+
function ButtonGroup({ className, ref, ...props }) {
|
|
5
|
+
return /* @__PURE__ */ jsx(
|
|
6
|
+
"div",
|
|
7
|
+
{
|
|
8
|
+
ref,
|
|
9
|
+
className: cn(
|
|
10
|
+
"inline-flex -space-x-px rounded-md shadow-sm *:rounded-none first:*:rounded-l-md last:*:rounded-r-md",
|
|
11
|
+
className
|
|
12
|
+
),
|
|
13
|
+
...props
|
|
14
|
+
}
|
|
15
|
+
);
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
export { ButtonGroup };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { StaggerChildren } from './chunk-DQPK2XRL.js';
|
|
2
2
|
import { Heading } from './chunk-UXX6HHPS.js';
|
|
3
|
-
import { Card, CardHeader, CardTitle, CardContent } from './chunk-
|
|
3
|
+
import { Card, CardHeader, CardTitle, CardContent } from './chunk-7UY24UWL.js';
|
|
4
4
|
import { Button } from './chunk-7KIDDF3I.js';
|
|
5
5
|
import { ZapIcon } from './chunk-FLF5AMNO.js';
|
|
6
6
|
import { KeyIcon } from './chunk-QSU23VYZ.js';
|
|
@@ -24,46 +24,83 @@ var ICON_COLORS = [
|
|
|
24
24
|
"bg-chart-3/10 text-chart-3",
|
|
25
25
|
"bg-chart-4/10 text-chart-4"
|
|
26
26
|
];
|
|
27
|
+
var ICON_MAP = {
|
|
28
|
+
GlobeIcon: /* @__PURE__ */ jsx(GlobeIcon, { size: 20 }),
|
|
29
|
+
ZapIcon: /* @__PURE__ */ jsx(ZapIcon, { size: 20 }),
|
|
30
|
+
DatabaseIcon: /* @__PURE__ */ jsx(DatabaseIcon, { size: 20 }),
|
|
31
|
+
ShieldIcon: /* @__PURE__ */ jsx(ShieldIcon, { size: 20 }),
|
|
32
|
+
ChartBarIcon: /* @__PURE__ */ jsx(ChartBarIcon, { size: 20 }),
|
|
33
|
+
Code2Icon: /* @__PURE__ */ jsx(Code2Icon, { size: 20 }),
|
|
34
|
+
LayersIcon: /* @__PURE__ */ jsx(LayersIcon, { size: 24 }),
|
|
35
|
+
CloudIcon: /* @__PURE__ */ jsx(CloudIcon, { size: 96 }),
|
|
36
|
+
KeyIcon: /* @__PURE__ */ jsx(KeyIcon, { size: 16 }),
|
|
37
|
+
LaptopIcon: /* @__PURE__ */ jsx(LaptopIcon, { size: 16 })
|
|
38
|
+
};
|
|
27
39
|
var defaultGridFeatures = [
|
|
28
40
|
{
|
|
29
41
|
title: "Edge Network",
|
|
30
42
|
description: "Deploy your AI models to the edge with a single click. Global low-latency inference.",
|
|
31
|
-
icon:
|
|
43
|
+
icon: "GlobeIcon",
|
|
44
|
+
badge: null,
|
|
45
|
+
bullets: null
|
|
32
46
|
},
|
|
33
47
|
{
|
|
34
48
|
title: "Real-time Processing",
|
|
35
49
|
description: "Process locally on device or in the cloud. WebGPU and WebAssembly support built-in.",
|
|
36
|
-
icon:
|
|
50
|
+
icon: "ZapIcon",
|
|
51
|
+
badge: null,
|
|
52
|
+
bullets: null
|
|
37
53
|
},
|
|
38
54
|
{
|
|
39
55
|
title: "Vector Database",
|
|
40
56
|
description: "Integrated vector storage for semantic search and long-term memory retrieval.",
|
|
41
|
-
icon:
|
|
57
|
+
icon: "DatabaseIcon",
|
|
58
|
+
badge: null,
|
|
59
|
+
bullets: null
|
|
42
60
|
},
|
|
43
61
|
{
|
|
44
62
|
title: "End-to-End Encryption",
|
|
45
63
|
description: "Your data is encrypted at rest and in transit. Enterprise-grade security standards.",
|
|
46
|
-
icon:
|
|
64
|
+
icon: "ShieldIcon",
|
|
65
|
+
badge: null,
|
|
66
|
+
bullets: null
|
|
47
67
|
},
|
|
48
68
|
{
|
|
49
69
|
title: "Automated Scaling",
|
|
50
70
|
description: "Scale from 0 to millions of requests without managing infrastructure.",
|
|
51
|
-
icon:
|
|
71
|
+
icon: "ChartBarIcon",
|
|
72
|
+
badge: null,
|
|
73
|
+
bullets: null
|
|
52
74
|
},
|
|
53
75
|
{
|
|
54
76
|
title: "API First",
|
|
55
77
|
description: "Everything is available via API. Integrate with your existing stack seamlessly.",
|
|
56
|
-
icon:
|
|
78
|
+
icon: "Code2Icon",
|
|
79
|
+
badge: null,
|
|
80
|
+
bullets: null
|
|
57
81
|
}
|
|
58
82
|
];
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
83
|
+
var defaultListFeatures = [
|
|
84
|
+
{
|
|
85
|
+
title: "Unified Component Architecture",
|
|
86
|
+
description: "Stop wrestling with fragmented libraries. Seed provides a cohesive set of primitives that work together perfectly out of the box. Themeable, accessible, and composable.",
|
|
87
|
+
icon: "LayersIcon",
|
|
88
|
+
badge: null,
|
|
89
|
+
bullets: ["Type-safe design tokens", "Radix UI primitives", "Automatic dark mode"]
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
title: "Secure by Default",
|
|
93
|
+
description: "Enterprise-ready security features including SSO, audit logs, and role-based access control. Compliant with SOC2 and GDPR.",
|
|
94
|
+
icon: "ShieldIcon",
|
|
95
|
+
badge: null,
|
|
96
|
+
bullets: ["End-to-end encryption", "SAML & OIDC support", "99.99% Uptime SLA"]
|
|
97
|
+
}
|
|
98
|
+
];
|
|
99
|
+
function resolveIcon(iconName, size) {
|
|
100
|
+
return ICON_MAP[iconName] ?? /* @__PURE__ */ jsx("span", { children: iconName });
|
|
101
|
+
}
|
|
102
|
+
function FeatureGridVariant({ features, badge, title, description }) {
|
|
103
|
+
return /* @__PURE__ */ jsx("section", { className: "py-24 relative", children: /* @__PURE__ */ jsxs("div", { className: "container mx-auto px-6 lg:px-8", children: [
|
|
67
104
|
/* @__PURE__ */ jsxs("div", { className: "text-center mb-16 max-w-2xl mx-auto", children: [
|
|
68
105
|
/* @__PURE__ */ jsx(Badge, { variant: "outline", className: "mb-4", children: badge }),
|
|
69
106
|
/* @__PURE__ */ jsx(Heading, { level: 2, size: "section", className: "text-text-primary sm:text-4xl mb-4", children: title }),
|
|
@@ -71,35 +108,18 @@ function FeatureGridVariant({
|
|
|
71
108
|
] }),
|
|
72
109
|
/* @__PURE__ */ jsx(StaggerChildren, { staggerMs: 80, className: "grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6 [grid-auto-rows:1fr]", children: features.map((feature, i) => /* @__PURE__ */ jsxs(Card, { interactive: true, className: "h-full", children: [
|
|
73
110
|
/* @__PURE__ */ jsxs(CardHeader, { className: "pb-2", children: [
|
|
74
|
-
/* @__PURE__ */ jsx("div", { className: cn("h-10 w-10 rounded-lg flex items-center justify-center mb-4", ICON_COLORS[i % ICON_COLORS.length]), children: feature.icon }),
|
|
111
|
+
/* @__PURE__ */ jsx("div", { className: cn("h-10 w-10 rounded-lg flex items-center justify-center mb-4", ICON_COLORS[i % ICON_COLORS.length]), children: resolveIcon(feature.icon) }),
|
|
75
112
|
/* @__PURE__ */ jsx(CardTitle, { className: "text-lg", children: feature.title })
|
|
76
113
|
] }),
|
|
77
114
|
/* @__PURE__ */ jsx(CardContent, { className: "flex-1", children: /* @__PURE__ */ jsx("p", { className: "text-text-secondary", children: feature.description }) })
|
|
78
115
|
] }, i)) })
|
|
79
116
|
] }) });
|
|
80
117
|
}
|
|
81
|
-
|
|
82
|
-
{
|
|
83
|
-
title: "Unified Component Architecture",
|
|
84
|
-
description: "Stop wrestling with fragmented libraries. Seed provides a cohesive set of primitives that work together perfectly out of the box. Themeable, accessible, and composable.",
|
|
85
|
-
icon: /* @__PURE__ */ jsx(LayersIcon, { size: 24 }),
|
|
86
|
-
bullets: ["Type-safe design tokens", "Radix UI primitives", "Automatic dark mode"],
|
|
87
|
-
buttonLabel: "Explore Architecture"
|
|
88
|
-
},
|
|
89
|
-
{
|
|
90
|
-
title: "Secure by Default",
|
|
91
|
-
description: "Enterprise-ready security features including SSO, audit logs, and role-based access control. Compliant with SOC2 and GDPR.",
|
|
92
|
-
icon: /* @__PURE__ */ jsx(ShieldIcon, { size: 24 }),
|
|
93
|
-
bullets: ["End-to-end encryption", "SAML & OIDC support", "99.99% Uptime SLA"],
|
|
94
|
-
buttonLabel: "View Security Docs"
|
|
95
|
-
}
|
|
96
|
-
];
|
|
97
|
-
function FeatureListVariant({
|
|
98
|
-
features = defaultListFeatures,
|
|
99
|
-
className
|
|
100
|
-
} = {}) {
|
|
101
|
-
return /* @__PURE__ */ jsx("section", { className: className ?? "py-24 overflow-hidden", children: /* @__PURE__ */ jsx("div", { className: "container mx-auto px-6 lg:px-8 space-y-24", children: features.map((feature, i) => {
|
|
118
|
+
function FeatureListVariant({ features }) {
|
|
119
|
+
return /* @__PURE__ */ jsx("section", { className: "py-24 overflow-hidden", children: /* @__PURE__ */ jsx("div", { className: "container mx-auto px-6 lg:px-8 space-y-24", children: features.map((feature, i) => {
|
|
102
120
|
const isReversed = i % 2 !== 0;
|
|
121
|
+
const bullets = feature.bullets ?? [];
|
|
122
|
+
const buttonLabel = feature.badge ?? "Learn more";
|
|
103
123
|
return /* @__PURE__ */ jsxs("div", { className: "grid lg:grid-cols-2 gap-12 items-center", children: [
|
|
104
124
|
isReversed && /* @__PURE__ */ jsxs("div", { className: "order-2 lg:order-1 relative", children: [
|
|
105
125
|
/* @__PURE__ */ jsx("div", { className: "absolute -inset-4 bg-primary/10 blur-3xl rounded-full" }),
|
|
@@ -125,14 +145,14 @@ function FeatureListVariant({
|
|
|
125
145
|
/* @__PURE__ */ jsx("div", { className: cn(
|
|
126
146
|
"h-12 w-12 rounded-xl flex items-center justify-center mb-6",
|
|
127
147
|
isReversed ? "bg-primary/20 text-primary" : "bg-accent/20 text-accent"
|
|
128
|
-
), children: feature.icon }),
|
|
148
|
+
), children: resolveIcon(feature.icon) }),
|
|
129
149
|
/* @__PURE__ */ jsx(Heading, { level: 3, size: "section", className: "text-text-primary mb-4", children: feature.title }),
|
|
130
150
|
/* @__PURE__ */ jsx("p", { className: "text-lg text-text-secondary mb-8 leading-relaxed", children: feature.description }),
|
|
131
|
-
/* @__PURE__ */ jsx("ul", { className: "space-y-4 mb-8", children:
|
|
151
|
+
/* @__PURE__ */ jsx("ul", { className: "space-y-4 mb-8", children: bullets.map((item) => /* @__PURE__ */ jsxs("li", { className: "flex items-center gap-4 text-text-primary", children: [
|
|
132
152
|
/* @__PURE__ */ jsx("div", { className: isReversed ? "h-1.5 w-1.5 rounded-full bg-primary" : "h-1.5 w-1.5 rounded-full bg-accent" }),
|
|
133
153
|
item
|
|
134
154
|
] }, item)) }),
|
|
135
|
-
/* @__PURE__ */ jsx(Button, { variant: "outline", children:
|
|
155
|
+
/* @__PURE__ */ jsx(Button, { variant: "outline", children: buttonLabel })
|
|
136
156
|
] }),
|
|
137
157
|
!isReversed && /* @__PURE__ */ jsxs("div", { className: "relative", children: [
|
|
138
158
|
/* @__PURE__ */ jsx("div", { className: "absolute -inset-4 bg-accent/10 blur-3xl rounded-full" }),
|
|
@@ -153,11 +173,16 @@ function FeatureListVariant({
|
|
|
153
173
|
] }, i);
|
|
154
174
|
}) }) });
|
|
155
175
|
}
|
|
156
|
-
function FeatureBlock({
|
|
176
|
+
function FeatureBlock({ props }) {
|
|
177
|
+
const variant = props.variant ?? "grid";
|
|
178
|
+
const badge = props.badge ?? "Capabilities";
|
|
179
|
+
const title = props.title ?? "Everything you need to build";
|
|
180
|
+
const description = props.description ?? "A complete toolkit for the next generation of intelligent applications.";
|
|
181
|
+
const features = props.features ?? (variant === "list" ? defaultListFeatures : defaultGridFeatures);
|
|
157
182
|
if (variant === "list") {
|
|
158
|
-
return /* @__PURE__ */ jsx(FeatureListVariant, {
|
|
183
|
+
return /* @__PURE__ */ jsx(FeatureListVariant, { features });
|
|
159
184
|
}
|
|
160
|
-
return /* @__PURE__ */ jsx(FeatureGridVariant, {
|
|
185
|
+
return /* @__PURE__ */ jsx(FeatureGridVariant, { features, badge, title, description });
|
|
161
186
|
}
|
|
162
187
|
|
|
163
188
|
export { FeatureBlock };
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { RoleBadge } from './chunk-OHCQPI3W.js';
|
|
2
2
|
import { Select, SelectTrigger, SelectValue, SelectContent, SelectItem } from './chunk-WH62BE24.js';
|
|
3
3
|
import { Field, FieldLabel } from './chunk-RX5EUODB.js';
|
|
4
|
-
import { Dialog, DialogTrigger, DialogContent, DialogHeader, DialogTitle, DialogDescription, DialogFooter } from './chunk-C6MJQDPC.js';
|
|
5
4
|
import { Input } from './chunk-AP3XXYAY.js';
|
|
5
|
+
import { Dialog, DialogTrigger, DialogContent, DialogHeader, DialogTitle, DialogDescription, DialogFooter } from './chunk-KHLMOBAU.js';
|
|
6
6
|
import { Button } from './chunk-7KIDDF3I.js';
|
|
7
7
|
import { PlusIcon } from './chunk-E7RBK6ML.js';
|
|
8
8
|
import { MailIcon } from './chunk-XQ2UDMPO.js';
|
|
@@ -17,7 +17,10 @@ var inviteSchema = z.object({
|
|
|
17
17
|
email: z.string().email({ message: "Please enter a valid email address." }),
|
|
18
18
|
role: z.enum(["admin", "member", "guest"])
|
|
19
19
|
});
|
|
20
|
-
function InviteUserModal({
|
|
20
|
+
function InviteUserModal({
|
|
21
|
+
emit,
|
|
22
|
+
onInvite
|
|
23
|
+
}) {
|
|
21
24
|
const [open, setOpen] = React.useState(false);
|
|
22
25
|
const [isPending, startTransition] = React.useTransition();
|
|
23
26
|
const [submitError, setSubmitError] = React.useState();
|
|
@@ -45,9 +48,10 @@ function InviteUserModal({ onInvite, onInvited }) {
|
|
|
45
48
|
setSubmitError(result.error ?? "Failed to send invitation.");
|
|
46
49
|
return;
|
|
47
50
|
}
|
|
51
|
+
emit("invite");
|
|
48
52
|
setOpen(false);
|
|
49
53
|
reset();
|
|
50
|
-
|
|
54
|
+
emit("invited");
|
|
51
55
|
}).catch(() => {
|
|
52
56
|
setSubmitError("Failed to send invitation.");
|
|
53
57
|
});
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { useStyleMotion, useMotionConfig, m } from './chunk-PD2YEH3H.js';
|
|
2
|
+
import { cn } from './chunk-QYZT24TS.js';
|
|
3
|
+
import { jsx } from 'react/jsx-runtime';
|
|
4
|
+
|
|
5
|
+
function SpringHover({ children, className, hoverScale = 1.03, pressScale = 0.95, disabled = false, ref }) {
|
|
6
|
+
const { spring, style } = useStyleMotion();
|
|
7
|
+
const motionConfig = useMotionConfig();
|
|
8
|
+
if (disabled) {
|
|
9
|
+
return /* @__PURE__ */ jsx("div", { ref, className, children });
|
|
10
|
+
}
|
|
11
|
+
const hoverRotate = style === "bloom" ? 0.5 : 0;
|
|
12
|
+
return /* @__PURE__ */ jsx(
|
|
13
|
+
m.div,
|
|
14
|
+
{
|
|
15
|
+
ref,
|
|
16
|
+
className: cn("inline-block", className),
|
|
17
|
+
whileHover: {
|
|
18
|
+
scale: hoverScale,
|
|
19
|
+
rotate: hoverRotate,
|
|
20
|
+
transition: { ...spring.bouncy, ...motionConfig }
|
|
21
|
+
},
|
|
22
|
+
whileTap: {
|
|
23
|
+
scale: pressScale,
|
|
24
|
+
rotate: 0,
|
|
25
|
+
transition: { ...spring.snappy, ...motionConfig }
|
|
26
|
+
},
|
|
27
|
+
children
|
|
28
|
+
}
|
|
29
|
+
);
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
export { SpringHover };
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { Typography } from './chunk-
|
|
1
|
+
import { Typography } from './chunk-Q7PCHHVJ.js';
|
|
2
2
|
import { Button } from './chunk-7KIDDF3I.js';
|
|
3
3
|
import { useMotionConfig, m, motionSpring } from './chunk-PD2YEH3H.js';
|
|
4
4
|
import { InfoIcon } from './chunk-W3B3UOEG.js';
|
|
5
|
-
import { AlertTriangleIcon } from './chunk-SXHYB7JB.js';
|
|
6
5
|
import { XIcon } from './chunk-UIUMTURU.js';
|
|
6
|
+
import { AlertTriangleIcon } from './chunk-SXHYB7JB.js';
|
|
7
7
|
import { cn } from './chunk-QYZT24TS.js';
|
|
8
8
|
import { useState } from 'react';
|
|
9
9
|
import { AnimatePresence } from 'motion/react';
|
|
@@ -19,18 +19,14 @@ var variantIcons = {
|
|
|
19
19
|
warning: /* @__PURE__ */ jsx(AlertTriangleIcon, { size: 16, className: "shrink-0" }),
|
|
20
20
|
accent: /* @__PURE__ */ jsx(InfoIcon, { size: 16, className: "shrink-0" })
|
|
21
21
|
};
|
|
22
|
-
function BannerBlock({
|
|
23
|
-
children,
|
|
24
|
-
variant = "info",
|
|
25
|
-
dismissible = true,
|
|
26
|
-
onDismiss,
|
|
27
|
-
className
|
|
28
|
-
}) {
|
|
22
|
+
function BannerBlock({ props, emit, children }) {
|
|
29
23
|
const motionConfig = useMotionConfig();
|
|
24
|
+
const variant = props.variant ?? "info";
|
|
25
|
+
const dismissible = props.dismissible ?? true;
|
|
30
26
|
const [visible, setVisible] = useState(true);
|
|
31
27
|
const handleDismiss = () => {
|
|
32
28
|
setVisible(false);
|
|
33
|
-
|
|
29
|
+
emit("dismiss");
|
|
34
30
|
};
|
|
35
31
|
return /* @__PURE__ */ jsx(AnimatePresence, { children: !!visible && /* @__PURE__ */ jsxs(
|
|
36
32
|
m.div,
|
|
@@ -41,12 +37,11 @@ function BannerBlock({
|
|
|
41
37
|
transition: { ...motionSpring.snappy, ...motionConfig },
|
|
42
38
|
className: cn(
|
|
43
39
|
"flex items-center gap-4 rounded-lg border px-4 py-4",
|
|
44
|
-
variantStyles[variant]
|
|
45
|
-
className
|
|
40
|
+
variantStyles[variant]
|
|
46
41
|
),
|
|
47
42
|
children: [
|
|
48
43
|
variantIcons[variant],
|
|
49
|
-
/* @__PURE__ */ jsx(Typography, { variant: "small", className: "flex-1 font-medium", children }),
|
|
44
|
+
/* @__PURE__ */ jsx(Typography, { variant: "small", className: "flex-1 font-medium", children: children ?? props.message ?? null }),
|
|
50
45
|
!!dismissible && /* @__PURE__ */ jsx(
|
|
51
46
|
Button,
|
|
52
47
|
{
|
|
@@ -2,17 +2,17 @@ import { SlidingNumber } from './chunk-ULLTRLBD.js';
|
|
|
2
2
|
import { Sparkline } from './chunk-RHEF3WH6.js';
|
|
3
3
|
import { TrendIndicator } from './chunk-3R2VLZUR.js';
|
|
4
4
|
import { Skeleton } from './chunk-RASEB2XI.js';
|
|
5
|
-
import { Card } from './chunk-
|
|
5
|
+
import { Card } from './chunk-7UY24UWL.js';
|
|
6
6
|
import { cn } from './chunk-QYZT24TS.js';
|
|
7
7
|
import { cva } from 'class-variance-authority';
|
|
8
8
|
import { jsxs, jsx, Fragment } from 'react/jsx-runtime';
|
|
9
9
|
|
|
10
|
-
var metricCardVariants = cva("transition-all border-l-2 border-l-transparent hover:border-l-accent/60", {
|
|
10
|
+
var metricCardVariants = cva("transition-all border-l-2 border-l-transparent hover:border-l-accent/60 min-w-0", {
|
|
11
11
|
variants: {
|
|
12
12
|
size: {
|
|
13
|
-
sm: "p-2 [&_.metric-label]:text-xs [&_.metric-value-row]:text-
|
|
14
|
-
default: "p-4 [&_.metric-label]:text-sm [&_.metric-value-row]:text-
|
|
15
|
-
lg: "p-6 [&_.metric-label]:text-base [&_.metric-value-row]:text-
|
|
13
|
+
sm: "p-2 [&_.metric-label]:text-xs [&_.metric-value-row]:text-lg",
|
|
14
|
+
default: "p-4 [&_.metric-label]:text-sm [&_.metric-value-row]:text-2xl",
|
|
15
|
+
lg: "p-6 [&_.metric-label]:text-base [&_.metric-value-row]:text-3xl"
|
|
16
16
|
}
|
|
17
17
|
},
|
|
18
18
|
defaultVariants: {
|
|
@@ -52,7 +52,7 @@ function MetricCard({
|
|
|
52
52
|
/* @__PURE__ */ jsx(Skeleton, { className: "h-4 w-16" }),
|
|
53
53
|
!!sparklineData && /* @__PURE__ */ jsx(Skeleton, { className: "h-8 w-full" })
|
|
54
54
|
] }) : /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
55
|
-
/* @__PURE__ */ jsx("div", { className: "metric-value-row mt-2 font-semibold tracking-sub", children: /* @__PURE__ */ jsxs("span", { className: "metric-value inline-flex items-baseline gap-0.5 tabular-nums", children: [
|
|
55
|
+
/* @__PURE__ */ jsx("div", { className: "metric-value-row mt-2 font-semibold tracking-sub overflow-hidden", children: /* @__PURE__ */ jsxs("span", { className: "metric-value inline-flex items-baseline gap-0.5 tabular-nums", children: [
|
|
56
56
|
!!prefix && /* @__PURE__ */ jsx("span", { className: "text-text-secondary", "data-slot": "metric-prefix", children: prefix }),
|
|
57
57
|
typeof value === "number" ? formattedValue ? /* @__PURE__ */ jsx("span", { "data-slot": "metric-formatted", children: formattedValue }) : /* @__PURE__ */ jsx(
|
|
58
58
|
SlidingNumber,
|