@vadimcomanescu/nadicode-design-system 2.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 +433 -0
- package/.agents/skills/seed/contract.md +92 -0
- package/.agents/skills/seed/intent-map.md +320 -0
- package/.agents/skills/seed/recipes/agency-home.md +311 -0
- package/.agents/skills/seed/recipes/agents-chat.md +281 -0
- package/.agents/skills/seed/recipes/analytics.md +253 -0
- package/.agents/skills/seed/recipes/auth.md +254 -0
- package/.agents/skills/seed/recipes/blog-content.md +307 -0
- package/.agents/skills/seed/recipes/checkout.md +311 -0
- package/.agents/skills/seed/recipes/company-about.md +276 -0
- package/.agents/skills/seed/recipes/company-contact.md +234 -0
- package/.agents/skills/seed/recipes/crud-form.md +233 -0
- package/.agents/skills/seed/recipes/crud-list-detail.md +230 -0
- package/.agents/skills/seed/recipes/dashboard.md +354 -0
- package/.agents/skills/seed/recipes/digital-workers.md +314 -0
- package/.agents/skills/seed/recipes/error-pages.md +199 -0
- package/.agents/skills/seed/recipes/marketing-landing.md +293 -0
- package/.agents/skills/seed/recipes/marketing-shell.md +165 -0
- package/.agents/skills/seed/recipes/navigation-shell.md +786 -0
- package/.agents/skills/seed/recipes/onboarding.md +258 -0
- package/.agents/skills/seed/recipes/pricing.md +271 -0
- package/.agents/skills/seed/recipes/service-detail.md +302 -0
- package/.agents/skills/seed/recipes/settings.md +252 -0
- package/.agents/skills/seed/references/animation.md +292 -0
- package/.agents/skills/seed/references/blocks.md +122 -0
- package/.agents/skills/seed/references/brand-override.md +140 -0
- package/.agents/skills/seed/references/components.md +270 -0
- package/.agents/skills/seed/references/composition.md +258 -0
- package/.agents/skills/seed/references/dashboard-patterns.md +101 -0
- package/.agents/skills/seed/references/glass-and-effects.md +201 -0
- package/.agents/skills/seed/references/icons.md +169 -0
- package/.agents/skills/seed/references/nextjs.md +109 -0
- package/.agents/skills/seed/references/opinions.md +271 -0
- package/.agents/skills/seed/references/patterns.md +373 -0
- package/.agents/skills/seed/references/responsive.md +209 -0
- package/.agents/skills/seed/references/state-machines.md +252 -0
- package/.agents/skills/seed/references/tokens.md +279 -0
- package/LICENSE +21 -0
- package/README.md +243 -0
- package/css/tokens.css +981 -0
- package/dist/chunk-226EBOTK.js +43 -0
- package/dist/chunk-2HDB6MDK.js +142 -0
- package/dist/chunk-2IZC7HSV.js +42 -0
- package/dist/chunk-2MOEOEOI.js +106 -0
- package/dist/chunk-2NT57K4U.js +43 -0
- package/dist/chunk-2SDZMTB2.js +47 -0
- package/dist/chunk-2WEUTBDI.js +79 -0
- package/dist/chunk-2ZJVU7NV.js +36 -0
- package/dist/chunk-3CLXYQKB.js +31 -0
- package/dist/chunk-3NYTIDKZ.js +1 -0
- package/dist/chunk-3R2VLZUR.js +56 -0
- package/dist/chunk-3UJ3HJZ3.js +24 -0
- package/dist/chunk-3ZDYYZDD.js +1 -0
- package/dist/chunk-4FEAWXJD.js +64 -0
- package/dist/chunk-4GSFNJAJ.js +19 -0
- package/dist/chunk-4HRVRW2X.js +669 -0
- package/dist/chunk-4K3PATUT.js +370 -0
- package/dist/chunk-4NXZIMYZ.js +32 -0
- package/dist/chunk-4O6L5YWT.js +17 -0
- package/dist/chunk-4OBE2FS2.js +44 -0
- package/dist/chunk-4S326Z3D.js +143 -0
- package/dist/chunk-55HD4L6G.js +67 -0
- package/dist/chunk-55U27XY4.js +28 -0
- package/dist/chunk-5DKCZWC6.js +186 -0
- package/dist/chunk-5ESF6N36.js +79 -0
- package/dist/chunk-5I3FWRC5.js +148 -0
- package/dist/chunk-5LCXASRW.js +41 -0
- package/dist/chunk-5UZDOF6V.js +35 -0
- package/dist/chunk-5Y4BOIYO.js +121 -0
- package/dist/chunk-666N6OTL.js +45 -0
- package/dist/chunk-6BAV4TZ5.js +39 -0
- package/dist/chunk-6DYFX5IR.js +44 -0
- package/dist/chunk-6FOHUNXR.js +14 -0
- package/dist/chunk-6G3RRWJT.js +43 -0
- package/dist/chunk-72X6SXOX.js +36 -0
- package/dist/chunk-73T6GXPA.js +37 -0
- package/dist/chunk-74RKVIBV.js +83 -0
- package/dist/chunk-756Q7AC5.js +27 -0
- package/dist/chunk-7KIDDF3I.js +67 -0
- package/dist/chunk-7WDT2PRI.js +43 -0
- package/dist/chunk-A7NUWD76.js +40 -0
- package/dist/chunk-ACRVOD7W.js +32 -0
- package/dist/chunk-AH6YSYYT.js +88 -0
- package/dist/chunk-ALMGJVMT.js +43 -0
- package/dist/chunk-ALUL3PF7.js +161 -0
- package/dist/chunk-ANBJ2OLC.js +104 -0
- package/dist/chunk-AP3XXYAY.js +51 -0
- package/dist/chunk-AP5Y5M3R.js +43 -0
- package/dist/chunk-ASKFAYYR.js +39 -0
- package/dist/chunk-AUSYEAIJ.js +93 -0
- package/dist/chunk-AWIJHDNK.js +65 -0
- package/dist/chunk-AZUJNRQU.js +52 -0
- package/dist/chunk-B3BYBSF2.js +38 -0
- package/dist/chunk-B5QL76GA.js +40 -0
- package/dist/chunk-BFLN54VR.js +31 -0
- package/dist/chunk-BJYCQ2NV.js +35 -0
- package/dist/chunk-BPCCTJSK.js +37 -0
- package/dist/chunk-BRP6D56U.js +47 -0
- package/dist/chunk-BRXNGF5W.js +96 -0
- package/dist/chunk-BYASYDOH.js +22 -0
- package/dist/chunk-BZYMCJHW.js +104 -0
- package/dist/chunk-C4SNHMYC.js +21 -0
- package/dist/chunk-CGUCH322.js +53 -0
- package/dist/chunk-CI7GPGCJ.js +43 -0
- package/dist/chunk-CRY67BIF.js +57 -0
- package/dist/chunk-CRZ2JE24.js +35 -0
- package/dist/chunk-CUZJIDU7.js +19 -0
- package/dist/chunk-CXACRCZ4.js +38 -0
- package/dist/chunk-D4NC7WX5.js +107 -0
- package/dist/chunk-DARC2ACH.js +240 -0
- package/dist/chunk-DF47R6LN.js +347 -0
- package/dist/chunk-DFPXK2JO.js +71 -0
- package/dist/chunk-DJTF3XFB.js +86 -0
- package/dist/chunk-DQPK2XRL.js +66 -0
- package/dist/chunk-DT6DGTVW.js +41 -0
- package/dist/chunk-E7RBK6ML.js +44 -0
- package/dist/chunk-EB5PYS7Q.js +57 -0
- package/dist/chunk-ELKIUARM.js +32 -0
- package/dist/chunk-EV2V5RWT.js +432 -0
- package/dist/chunk-EYWOKTOY.js +58 -0
- package/dist/chunk-F3T2U7YL.js +79 -0
- package/dist/chunk-FLF5AMNO.js +28 -0
- package/dist/chunk-FMH55OKV.js +42 -0
- package/dist/chunk-FOFGPWFS.js +7 -0
- package/dist/chunk-FTVLDDOQ.js +69 -0
- package/dist/chunk-G24VV5NO.js +62 -0
- package/dist/chunk-G5EO22OR.js +1 -0
- package/dist/chunk-G5EO5FWC.js +29 -0
- package/dist/chunk-G5YLGJXR.js +62 -0
- package/dist/chunk-GAKU7DFY.js +36 -0
- package/dist/chunk-GCUTJI7M.js +41 -0
- package/dist/chunk-GHIBG7OM.js +21 -0
- package/dist/chunk-GJUR6HT3.js +81 -0
- package/dist/chunk-GLU236NN.js +48 -0
- package/dist/chunk-GMMPLZLC.js +142 -0
- package/dist/chunk-GO35FTNJ.js +1 -0
- package/dist/chunk-H466RJCI.js +611 -0
- package/dist/chunk-HJBXUXTD.js +62 -0
- package/dist/chunk-HJC6U46F.js +83 -0
- package/dist/chunk-HNY45VUQ.js +35 -0
- package/dist/chunk-HOWTYZL5.js +134 -0
- package/dist/chunk-HRIEX66J.js +86 -0
- package/dist/chunk-HS7QNBCO.js +49 -0
- package/dist/chunk-I23DDSU7.js +40 -0
- package/dist/chunk-I3TH7PIB.js +69 -0
- package/dist/chunk-IFIDWZ5M.js +38 -0
- package/dist/chunk-IJJI4RQU.js +32 -0
- package/dist/chunk-ILIHQ2KZ.js +73 -0
- package/dist/chunk-IPXL7WX7.js +90 -0
- package/dist/chunk-IQEBXXB5.js +35 -0
- package/dist/chunk-J3QL5UQ7.js +163 -0
- package/dist/chunk-J5DRK4RF.js +54 -0
- package/dist/chunk-JBK2LA6U.js +46 -0
- package/dist/chunk-JC5W5UPI.js +125 -0
- package/dist/chunk-JHQ5NMLZ.js +43 -0
- package/dist/chunk-JHQTKMKG.js +35 -0
- package/dist/chunk-JJTQOH7J.js +76 -0
- package/dist/chunk-JL4MVVFH.js +36 -0
- package/dist/chunk-JMCSAGZ3.js +101 -0
- package/dist/chunk-JRJGSNI4.js +32 -0
- package/dist/chunk-JWQXBRE7.js +30 -0
- package/dist/chunk-JZ4G2SJH.js +52 -0
- package/dist/chunk-K6GIX57H.js +15 -0
- package/dist/chunk-KRBLVZII.js +20 -0
- package/dist/chunk-KSHJQ2VT.js +37 -0
- package/dist/chunk-KYGKJ553.js +52 -0
- package/dist/chunk-KYZT3RNW.js +37 -0
- package/dist/chunk-LCDDAE7J.js +28 -0
- package/dist/chunk-LDW4LHUM.js +47 -0
- package/dist/chunk-LIBXYD5Q.js +19 -0
- package/dist/chunk-LNVZNQCZ.js +124 -0
- package/dist/chunk-LQLFA2EL.js +65 -0
- package/dist/chunk-LSPO6OBI.js +94 -0
- package/dist/chunk-LV4LBWCS.js +29 -0
- package/dist/chunk-M7YSMMAC.js +294 -0
- package/dist/chunk-MAUTIHQG.js +54 -0
- package/dist/chunk-MDAYDDTC.js +23 -0
- package/dist/chunk-MJ4CB6ZL.js +23 -0
- package/dist/chunk-MLUSJTS2.js +107 -0
- package/dist/chunk-N53OMWW2.js +45 -0
- package/dist/chunk-NAAU5IWU.js +54 -0
- package/dist/chunk-NCULQXJE.js +36 -0
- package/dist/chunk-NURPUVUV.js +97 -0
- package/dist/chunk-O74AEVHW.js +37 -0
- package/dist/chunk-OCQB4IU7.js +71 -0
- package/dist/chunk-OHCQPI3W.js +31 -0
- package/dist/chunk-OHX2LFAH.js +112 -0
- package/dist/chunk-OITJWGFV.js +48 -0
- package/dist/chunk-ONGJ7AC2.js +34 -0
- package/dist/chunk-P6IRHPFM.js +32 -0
- package/dist/chunk-PD2YEH3H.js +84 -0
- package/dist/chunk-PJNHVPHF.js +266 -0
- package/dist/chunk-PKVTEDKO.js +32 -0
- package/dist/chunk-PRUXIDBD.js +69 -0
- package/dist/chunk-PSVQ7ZNX.js +44 -0
- package/dist/chunk-PX2WVDDB.js +69 -0
- package/dist/chunk-PXDHNGTG.js +142 -0
- package/dist/chunk-Q7LVUGFL.js +58 -0
- package/dist/chunk-QPXTBZWN.js +49 -0
- package/dist/chunk-QSU23VYZ.js +49 -0
- package/dist/chunk-QUKDUSHD.js +39 -0
- package/dist/chunk-QYZT24TS.js +18 -0
- package/dist/chunk-R3AO6AZM.js +49 -0
- package/dist/chunk-R5XP45PD.js +36 -0
- package/dist/chunk-R674XI7C.js +31 -0
- package/dist/chunk-R7N7YLFT.js +27 -0
- package/dist/chunk-RASEB2XI.js +16 -0
- package/dist/chunk-RBPLOM3A.js +52 -0
- package/dist/chunk-RF6ECFS5.js +36 -0
- package/dist/chunk-RHEF3WH6.js +83 -0
- package/dist/chunk-RWNJ54CI.js +22 -0
- package/dist/chunk-RX5EUODB.js +174 -0
- package/dist/chunk-RYOTIXZO.js +57 -0
- package/dist/chunk-S2WSXZ7Y.js +90 -0
- package/dist/chunk-S4GKGKON.js +38 -0
- package/dist/chunk-S4JAHKOP.js +26 -0
- package/dist/chunk-S733NAYS.js +34 -0
- package/dist/chunk-SEMWC3IT.js +32 -0
- package/dist/chunk-SGI25ZJ6.js +54 -0
- package/dist/chunk-SH72GWB7.js +28 -0
- package/dist/chunk-SR5U52V3.js +43 -0
- package/dist/chunk-SV3KZ6CB.js +136 -0
- package/dist/chunk-SW6QPJM4.js +79 -0
- package/dist/chunk-SXHYB7JB.js +36 -0
- package/dist/chunk-T5LXQNIP.js +177 -0
- package/dist/chunk-T6BRD7TS.js +44 -0
- package/dist/chunk-T7H53CK2.js +83 -0
- package/dist/chunk-TBKJ34BB.js +43 -0
- package/dist/chunk-TSVN5A2F.js +65 -0
- package/dist/chunk-TV4RSQH4.js +33 -0
- package/dist/chunk-TXGANOAX.js +37 -0
- package/dist/chunk-U7V6TREO.js +55 -0
- package/dist/chunk-UBIGDGOP.js +52 -0
- package/dist/chunk-UEG2LI7Z.js +43 -0
- package/dist/chunk-UHXGBV5N.js +35 -0
- package/dist/chunk-UIUMTURU.js +31 -0
- package/dist/chunk-UJDEGCCZ.js +49 -0
- package/dist/chunk-ULLTRLBD.js +268 -0
- package/dist/chunk-UN2SJ42K.js +118 -0
- package/dist/chunk-UWHKZX4Y.js +99 -0
- package/dist/chunk-UYT33NG6.js +23 -0
- package/dist/chunk-V6WNRZT3.js +43 -0
- package/dist/chunk-VCCI3NRD.js +392 -0
- package/dist/chunk-VDYPDMYR.js +37 -0
- package/dist/chunk-VJIL7W55.js +8 -0
- package/dist/chunk-VM462WZC.js +37 -0
- package/dist/chunk-VTAOHSPW.js +63 -0
- package/dist/chunk-W3B3UOEG.js +36 -0
- package/dist/chunk-W4YX7N46.js +60 -0
- package/dist/chunk-W73JAOHW.js +143 -0
- package/dist/chunk-WA45EC4Y.js +36 -0
- package/dist/chunk-WAP7DBSW.js +47 -0
- package/dist/chunk-WDGIQDQG.js +35 -0
- package/dist/chunk-WFJQ43SM.js +43 -0
- package/dist/chunk-WGPK3FQ7.js +44 -0
- package/dist/chunk-WH62BE24.js +165 -0
- package/dist/chunk-WI37ZYIF.js +370 -0
- package/dist/chunk-WI547C47.js +43 -0
- package/dist/chunk-WKRIKCJC.js +32 -0
- package/dist/chunk-WN5ONOHC.js +77 -0
- package/dist/chunk-WSU2PCA2.js +248 -0
- package/dist/chunk-WUO7OONN.js +33 -0
- package/dist/chunk-WXVNTJIB.js +99 -0
- package/dist/chunk-XBBR4PLJ.js +39 -0
- package/dist/chunk-XCZIF75R.js +114 -0
- package/dist/chunk-XQ2UDMPO.js +35 -0
- package/dist/chunk-XZ3A33GP.js +29 -0
- package/dist/chunk-Y56WBNCY.js +37 -0
- package/dist/chunk-YQIABLDO.js +18 -0
- package/dist/chunk-Z74D6D2W.js +46 -0
- package/dist/chunk-ZHTQF2KI.js +93 -0
- package/dist/chunk-ZJ6PY5ST.js +66 -0
- package/dist/chunk-ZLSWCV55.js +19 -0
- package/dist/chunk-ZU2GYVAP.js +32 -0
- package/dist/chunk-ZU55E4A7.js +50 -0
- package/dist/chunk-ZUHIWALK.js +48 -0
- package/dist/components/animate-ui/primitives/animate/scroll-progress.d.ts +27 -0
- package/dist/components/animate-ui/primitives/animate/scroll-progress.js +91 -0
- package/dist/components/animate-ui/primitives/animate/slot.d.ts +17 -0
- package/dist/components/animate-ui/primitives/animate/slot.js +6 -0
- package/dist/components/animate-ui/primitives/effects/fade.d.ts +18 -0
- package/dist/components/animate-ui/primitives/effects/fade.js +72 -0
- package/dist/components/animate-ui/primitives/effects/highlight.d.ts +91 -0
- package/dist/components/animate-ui/primitives/effects/highlight.js +433 -0
- package/dist/components/animate-ui/primitives/effects/shine.d.ts +17 -0
- package/dist/components/animate-ui/primitives/effects/shine.js +5 -0
- package/dist/components/animate-ui/primitives/effects/slide.d.ts +19 -0
- package/dist/components/animate-ui/primitives/effects/slide.js +74 -0
- package/dist/components/animate-ui/primitives/effects/zoom.d.ts +18 -0
- package/dist/components/animate-ui/primitives/effects/zoom.js +72 -0
- package/dist/components/blocks/AccountLockedBlock.d.ts +11 -0
- package/dist/components/blocks/AccountLockedBlock.js +61 -0
- package/dist/components/blocks/ActivityFeedBlock.d.ts +14 -0
- package/dist/components/blocks/ActivityFeedBlock.js +43 -0
- package/dist/components/blocks/AgentConversationBlock.d.ts +25 -0
- package/dist/components/blocks/AgentConversationBlock.js +149 -0
- package/dist/components/blocks/AgentProfileGridBlock.d.ts +19 -0
- package/dist/components/blocks/AgentProfileGridBlock.js +90 -0
- package/dist/components/blocks/AgentRunOverviewBlock.d.ts +32 -0
- package/dist/components/blocks/AgentRunOverviewBlock.js +154 -0
- package/dist/components/blocks/AgentWorkbenchBlock.d.ts +56 -0
- package/dist/components/blocks/AgentWorkbenchBlock.js +374 -0
- package/dist/components/blocks/AudioVisualizerBlock.d.ts +6 -0
- package/dist/components/blocks/AudioVisualizerBlock.js +51 -0
- package/dist/components/blocks/AuthLayout.d.ts +17 -0
- package/dist/components/blocks/AuthLayout.js +82 -0
- package/dist/components/blocks/AuthSuccessBlock.d.ts +12 -0
- package/dist/components/blocks/AuthSuccessBlock.js +63 -0
- package/dist/components/blocks/BannerBlock.d.ts +9 -0
- package/dist/components/blocks/BannerBlock.js +178 -0
- package/dist/components/blocks/BarChartBlock.d.ts +15 -0
- package/dist/components/blocks/BarChartBlock.js +52 -0
- package/dist/components/blocks/CallToActionBlock.d.ts +13 -0
- package/dist/components/blocks/CallToActionBlock.js +67 -0
- package/dist/components/blocks/ChangelogBlock.d.ts +16 -0
- package/dist/components/blocks/ChangelogBlock.js +218 -0
- package/dist/components/blocks/ChartBlock.d.ts +16 -0
- package/dist/components/blocks/ChartBlock.js +169 -0
- package/dist/components/blocks/ChartCollectionBlock.d.ts +5 -0
- package/dist/components/blocks/ChartCollectionBlock.js +177 -0
- package/dist/components/blocks/ChatLayout.d.ts +14 -0
- package/dist/components/blocks/ChatLayout.js +238 -0
- package/dist/components/blocks/CodeBlock.d.ts +8 -0
- package/dist/components/blocks/CodeBlock.js +65 -0
- package/dist/components/blocks/ComparisonBlock.d.ts +13 -0
- package/dist/components/blocks/ComparisonBlock.js +99 -0
- package/dist/components/blocks/ContactBlock.d.ts +17 -0
- package/dist/components/blocks/ContactBlock.js +126 -0
- package/dist/components/blocks/CreateBlock.d.ts +16 -0
- package/dist/components/blocks/CreateBlock.js +222 -0
- package/dist/components/blocks/DataGridBlock.d.ts +16 -0
- package/dist/components/blocks/DataGridBlock.js +236 -0
- package/dist/components/blocks/DirectoryBlock.d.ts +17 -0
- package/dist/components/blocks/DirectoryBlock.js +204 -0
- package/dist/components/blocks/FAQBlock.d.ts +12 -0
- package/dist/components/blocks/FAQBlock.js +160 -0
- package/dist/components/blocks/FeatureBlock.d.ts +27 -0
- package/dist/components/blocks/FeatureBlock.js +265 -0
- package/dist/components/blocks/FeatureGridBlock.d.ts +14 -0
- package/dist/components/blocks/FeatureGridBlock.js +62 -0
- package/dist/components/blocks/FooterBlock.d.ts +19 -0
- package/dist/components/blocks/FooterBlock.js +74 -0
- package/dist/components/blocks/GalleryBlock.d.ts +13 -0
- package/dist/components/blocks/GalleryBlock.js +187 -0
- package/dist/components/blocks/HeaderBlock.d.ts +14 -0
- package/dist/components/blocks/HeaderBlock.js +123 -0
- package/dist/components/blocks/HeatmapChartBlock.d.ts +15 -0
- package/dist/components/blocks/HeatmapChartBlock.js +9 -0
- package/dist/components/blocks/HeroBlock.d.ts +21 -0
- package/dist/components/blocks/HeroBlock.js +318 -0
- package/dist/components/blocks/HeroSectionBlock.d.ts +19 -0
- package/dist/components/blocks/HeroSectionBlock.js +267 -0
- package/dist/components/blocks/IntegrationsBlock.d.ts +15 -0
- package/dist/components/blocks/IntegrationsBlock.js +211 -0
- package/dist/components/blocks/InteractiveAreaChartBlock.d.ts +21 -0
- package/dist/components/blocks/InteractiveAreaChartBlock.js +407 -0
- package/dist/components/blocks/KanbanDemoBlock.d.ts +4 -0
- package/dist/components/blocks/KanbanDemoBlock.js +154 -0
- package/dist/components/blocks/LoginBlock.d.ts +41 -0
- package/dist/components/blocks/LoginBlock.js +13 -0
- package/dist/components/blocks/LogoCloud.d.ts +12 -0
- package/dist/components/blocks/LogoCloud.js +47 -0
- package/dist/components/blocks/NavUser.d.ts +18 -0
- package/dist/components/blocks/NavUser.js +211 -0
- package/dist/components/blocks/NewsletterBlock.d.ts +8 -0
- package/dist/components/blocks/NewsletterBlock.js +90 -0
- package/dist/components/blocks/NotFoundBlock.d.ts +9 -0
- package/dist/components/blocks/NotFoundBlock.js +157 -0
- package/dist/components/blocks/OnboardingBlock.d.ts +14 -0
- package/dist/components/blocks/OnboardingBlock.js +181 -0
- package/dist/components/blocks/PasswordRecoveryBlock.d.ts +12 -0
- package/dist/components/blocks/PasswordRecoveryBlock.js +146 -0
- package/dist/components/blocks/PricingBlock.d.ts +19 -0
- package/dist/components/blocks/PricingBlock.js +125 -0
- package/dist/components/blocks/ProcessFlowBlock.d.ts +15 -0
- package/dist/components/blocks/ProcessFlowBlock.js +82 -0
- package/dist/components/blocks/ResetPasswordBlock.d.ts +9 -0
- package/dist/components/blocks/ResetPasswordBlock.js +132 -0
- package/dist/components/blocks/SettingsLayout.d.ts +16 -0
- package/dist/components/blocks/SettingsLayout.js +205 -0
- package/dist/components/blocks/SignUpBlock.d.ts +11 -0
- package/dist/components/blocks/SignUpBlock.js +173 -0
- package/dist/components/blocks/SocialProofBlock.d.ts +23 -0
- package/dist/components/blocks/SocialProofBlock.js +122 -0
- package/dist/components/blocks/SolutionShowcaseBlock.d.ts +17 -0
- package/dist/components/blocks/SolutionShowcaseBlock.js +117 -0
- package/dist/components/blocks/StatsBlock.d.ts +21 -0
- package/dist/components/blocks/StatsBlock.js +180 -0
- package/dist/components/blocks/StatsMarketingBlock.d.ts +14 -0
- package/dist/components/blocks/StatsMarketingBlock.js +51 -0
- package/dist/components/blocks/TeamBlock.d.ts +16 -0
- package/dist/components/blocks/TeamBlock.js +57 -0
- package/dist/components/blocks/TestimonialsBlock.d.ts +15 -0
- package/dist/components/blocks/TestimonialsBlock.js +138 -0
- package/dist/components/blocks/TwoFactorChallengeBlock.d.ts +12 -0
- package/dist/components/blocks/TwoFactorChallengeBlock.js +207 -0
- package/dist/components/blocks/TwoFactorSetupBlock.d.ts +12 -0
- package/dist/components/blocks/TwoFactorSetupBlock.js +296 -0
- package/dist/components/blocks/UsageDonutBlock.d.ts +16 -0
- package/dist/components/blocks/UsageDonutBlock.js +84 -0
- package/dist/components/blocks/VoiceAgentCard.d.ts +17 -0
- package/dist/components/blocks/VoiceAgentCard.js +79 -0
- package/dist/components/blocks/WizardBlock.d.ts +15 -0
- package/dist/components/blocks/WizardBlock.js +207 -0
- package/dist/components/blocks/user/InviteUserModal.d.ts +20 -0
- package/dist/components/blocks/user/InviteUserModal.js +248 -0
- package/dist/components/layout/Grid.d.ts +13 -0
- package/dist/components/layout/Grid.js +42 -0
- package/dist/components/layout/GridSystem.d.ts +51 -0
- package/dist/components/layout/GridSystem.js +115 -0
- package/dist/components/logos/Gemini.d.ts +2 -0
- package/dist/components/logos/Gemini.js +2 -0
- package/dist/components/logos/GooglePaLM.d.ts +2 -0
- package/dist/components/logos/GooglePaLM.js +2 -0
- package/dist/components/logos/MagicUI.d.ts +2 -0
- package/dist/components/logos/MagicUI.js +2 -0
- package/dist/components/logos/MediaWiki.d.ts +2 -0
- package/dist/components/logos/MediaWiki.js +2 -0
- package/dist/components/logos/Replit.d.ts +2 -0
- package/dist/components/logos/Replit.js +2 -0
- package/dist/components/logos/VSCodium.d.ts +2 -0
- package/dist/components/logos/VSCodium.js +2 -0
- package/dist/components/logos/index.d.ts +6 -0
- package/dist/components/logos/index.js +7 -0
- package/dist/components/ui/Accordion.d.ts +13 -0
- package/dist/components/ui/Accordion.js +115 -0
- package/dist/components/ui/AgentAvatar.d.ts +15 -0
- package/dist/components/ui/AgentAvatar.js +73 -0
- package/dist/components/ui/AgentMessageBubble.d.ts +21 -0
- package/dist/components/ui/AgentMessageBubble.js +115 -0
- package/dist/components/ui/AgentMetricsCard.d.ts +19 -0
- package/dist/components/ui/AgentMetricsCard.js +7 -0
- package/dist/components/ui/AgentStatus.d.ts +19 -0
- package/dist/components/ui/AgentStatus.js +77 -0
- package/dist/components/ui/AgentTeamPanel.d.ts +30 -0
- package/dist/components/ui/AgentTeamPanel.js +6 -0
- package/dist/components/ui/AgentTerminal.d.ts +14 -0
- package/dist/components/ui/AgentTerminal.js +3 -0
- package/dist/components/ui/AgentTimeline.d.ts +17 -0
- package/dist/components/ui/AgentTimeline.js +90 -0
- package/dist/components/ui/Alert.d.ts +18 -0
- package/dist/components/ui/Alert.js +3 -0
- package/dist/components/ui/AlertDialog.d.ts +26 -0
- package/dist/components/ui/AlertDialog.js +137 -0
- package/dist/components/ui/AmbientGrid.d.ts +9 -0
- package/dist/components/ui/AmbientGrid.js +26 -0
- package/dist/components/ui/AnimatedBackground.d.ts +3 -0
- package/dist/components/ui/AnimatedBackground.js +3 -0
- package/dist/components/ui/AnimatedDialog.d.ts +30 -0
- package/dist/components/ui/AnimatedDialog.js +119 -0
- package/dist/components/ui/AnimatedSheet.d.ts +26 -0
- package/dist/components/ui/AnimatedSheet.js +264 -0
- package/dist/components/ui/AnimatedTabs.d.ts +16 -0
- package/dist/components/ui/AnimatedTabs.js +175 -0
- package/dist/components/ui/AnnouncementBanner.d.ts +10 -0
- package/dist/components/ui/AnnouncementBanner.js +48 -0
- package/dist/components/ui/ApprovalCard.d.ts +16 -0
- package/dist/components/ui/ApprovalCard.js +117 -0
- package/dist/components/ui/ArtifactCard.d.ts +18 -0
- package/dist/components/ui/ArtifactCard.js +4 -0
- package/dist/components/ui/AspectRatio.d.ts +3 -0
- package/dist/components/ui/AspectRatio.js +6 -0
- package/dist/components/ui/AudioWaveform.d.ts +18 -0
- package/dist/components/ui/AudioWaveform.js +77 -0
- package/dist/components/ui/AuroraEffect.d.ts +9 -0
- package/dist/components/ui/AuroraEffect.js +77 -0
- package/dist/components/ui/Avatar.d.ts +12 -0
- package/dist/components/ui/Avatar.js +3 -0
- package/dist/components/ui/Avatar3D.d.ts +18 -0
- package/dist/components/ui/Avatar3D.js +6 -0
- package/dist/components/ui/AvatarUpload.d.ts +6 -0
- package/dist/components/ui/AvatarUpload.js +124 -0
- package/dist/components/ui/Badge.d.ts +11 -0
- package/dist/components/ui/Badge.js +3 -0
- package/dist/components/ui/BentoGrid.d.ts +10 -0
- package/dist/components/ui/BentoGrid.js +32 -0
- package/dist/components/ui/BrandIcons.d.ts +5 -0
- package/dist/components/ui/BrandIcons.js +2 -0
- package/dist/components/ui/Breadcrumb.d.ts +23 -0
- package/dist/components/ui/Breadcrumb.js +217 -0
- package/dist/components/ui/Button.d.ts +14 -0
- package/dist/components/ui/Button.js +6 -0
- package/dist/components/ui/ButtonGroup.d.ts +5 -0
- package/dist/components/ui/ButtonGroup.js +19 -0
- package/dist/components/ui/Calendar.d.ts +5 -0
- package/dist/components/ui/Calendar.js +119 -0
- package/dist/components/ui/Card.d.ts +26 -0
- package/dist/components/ui/Card.js +6 -0
- package/dist/components/ui/Carousel.d.ts +31 -0
- package/dist/components/ui/Carousel.js +331 -0
- package/dist/components/ui/Chart.d.ts +43 -0
- package/dist/components/ui/Chart.js +3 -0
- package/dist/components/ui/ChartCard.d.ts +17 -0
- package/dist/components/ui/ChartCard.js +42 -0
- package/dist/components/ui/CheckStatus.d.ts +11 -0
- package/dist/components/ui/CheckStatus.js +58 -0
- package/dist/components/ui/Checkbox.d.ts +6 -0
- package/dist/components/ui/Checkbox.js +115 -0
- package/dist/components/ui/CheckoutForm.d.ts +7 -0
- package/dist/components/ui/CheckoutForm.js +186 -0
- package/dist/components/ui/CheckoutFormDemo.d.ts +7 -0
- package/dist/components/ui/CheckoutFormDemo.js +294 -0
- package/dist/components/ui/CodeDiffViewer.d.ts +20 -0
- package/dist/components/ui/CodeDiffViewer.js +4 -0
- package/dist/components/ui/Collapsible.d.ts +5 -0
- package/dist/components/ui/Collapsible.js +2 -0
- package/dist/components/ui/Combobox.d.ts +11 -0
- package/dist/components/ui/Combobox.js +195 -0
- package/dist/components/ui/Command.d.ts +28 -0
- package/dist/components/ui/Command.js +121 -0
- package/dist/components/ui/ConfettiBurst.d.ts +11 -0
- package/dist/components/ui/ConfettiBurst.js +74 -0
- package/dist/components/ui/ContextMenu.d.ts +40 -0
- package/dist/components/ui/ContextMenu.js +296 -0
- package/dist/components/ui/ContextMeter.d.ts +18 -0
- package/dist/components/ui/ContextMeter.js +3 -0
- package/dist/components/ui/ConversationThread.d.ts +21 -0
- package/dist/components/ui/ConversationThread.js +81 -0
- package/dist/components/ui/DataFreshness.d.ts +10 -0
- package/dist/components/ui/DataFreshness.js +74 -0
- package/dist/components/ui/DataTable.d.ts +8 -0
- package/dist/components/ui/DataTable.js +123 -0
- package/dist/components/ui/DatePicker.d.ts +1 -0
- package/dist/components/ui/DatePicker.js +154 -0
- package/dist/components/ui/DateRangePicker.d.ts +2 -0
- package/dist/components/ui/DateRangePicker.js +167 -0
- package/dist/components/ui/Dialog.d.ts +27 -0
- package/dist/components/ui/Dialog.js +120 -0
- package/dist/components/ui/DiffStat.d.ts +7 -0
- package/dist/components/ui/DiffStat.js +33 -0
- package/dist/components/ui/Drawer.d.ts +27 -0
- package/dist/components/ui/Drawer.js +117 -0
- package/dist/components/ui/DropdownMenu.d.ts +40 -0
- package/dist/components/ui/DropdownMenu.js +115 -0
- package/dist/components/ui/Empty.d.ts +14 -0
- package/dist/components/ui/Empty.js +3 -0
- package/dist/components/ui/Field.d.ts +44 -0
- package/dist/components/ui/Field.js +3 -0
- package/dist/components/ui/FileUpload.d.ts +33 -0
- package/dist/components/ui/FileUpload.js +252 -0
- package/dist/components/ui/FloatingDock.d.ts +14 -0
- package/dist/components/ui/FloatingDock.js +103 -0
- package/dist/components/ui/Form.d.ts +34 -0
- package/dist/components/ui/Form.js +4 -0
- package/dist/components/ui/FormWizard.d.ts +31 -0
- package/dist/components/ui/FormWizard.js +9 -0
- package/dist/components/ui/HandoffIndicator.d.ts +14 -0
- package/dist/components/ui/HandoffIndicator.js +46 -0
- package/dist/components/ui/Heading.d.ts +293 -0
- package/dist/components/ui/Heading.js +3 -0
- package/dist/components/ui/HoverCard.d.ts +8 -0
- package/dist/components/ui/HoverCard.js +24 -0
- package/dist/components/ui/InfiniteSlider.d.ts +11 -0
- package/dist/components/ui/InfiniteSlider.js +3 -0
- package/dist/components/ui/Input.d.ts +15 -0
- package/dist/components/ui/Input.js +4 -0
- package/dist/components/ui/InputGroup.d.ts +8 -0
- package/dist/components/ui/InputGroup.js +37 -0
- package/dist/components/ui/InputOTP.d.ts +17 -0
- package/dist/components/ui/InputOTP.js +115 -0
- package/dist/components/ui/Item.d.ts +42 -0
- package/dist/components/ui/Item.js +177 -0
- package/dist/components/ui/KanbanBoard.d.ts +8 -0
- package/dist/components/ui/KanbanBoard.js +11 -0
- package/dist/components/ui/Kbd.d.ts +4 -0
- package/dist/components/ui/Kbd.js +18 -0
- package/dist/components/ui/Label.d.ts +6 -0
- package/dist/components/ui/Label.js +3 -0
- package/dist/components/ui/LanguageSwitcher.d.ts +9 -0
- package/dist/components/ui/LanguageSwitcher.js +116 -0
- package/dist/components/ui/Logo.d.ts +3 -0
- package/dist/components/ui/Logo.js +2 -0
- package/dist/components/ui/MagneticElement.d.ts +10 -0
- package/dist/components/ui/MagneticElement.js +44 -0
- package/dist/components/ui/MemoryInspector.d.ts +16 -0
- package/dist/components/ui/MemoryInspector.js +95 -0
- package/dist/components/ui/Menubar.d.ts +47 -0
- package/dist/components/ui/Menubar.js +338 -0
- package/dist/components/ui/MeteorShower.d.ts +9 -0
- package/dist/components/ui/MeteorShower.js +3 -0
- package/dist/components/ui/MetricCard.d.ts +22 -0
- package/dist/components/ui/MetricCard.js +16 -0
- package/dist/components/ui/MouseEffect.d.ts +20 -0
- package/dist/components/ui/MouseEffect.js +6 -0
- package/dist/components/ui/MovingBorder.d.ts +11 -0
- package/dist/components/ui/MovingBorder.js +41 -0
- package/dist/components/ui/NativeSelect.d.ts +5 -0
- package/dist/components/ui/NativeSelect.js +19 -0
- package/dist/components/ui/NavigationMenu.d.ts +24 -0
- package/dist/components/ui/NavigationMenu.js +242 -0
- package/dist/components/ui/NotificationCenter.d.ts +25 -0
- package/dist/components/ui/NotificationCenter.js +217 -0
- package/dist/components/ui/PageTransition.d.ts +9 -0
- package/dist/components/ui/PageTransition.js +56 -0
- package/dist/components/ui/Pagination.d.ts +17 -0
- package/dist/components/ui/Pagination.js +230 -0
- package/dist/components/ui/PasswordInput.d.ts +6 -0
- package/dist/components/ui/PasswordInput.js +8 -0
- package/dist/components/ui/Popover.d.ts +8 -0
- package/dist/components/ui/Popover.js +3 -0
- package/dist/components/ui/Progress.d.ts +6 -0
- package/dist/components/ui/Progress.js +3 -0
- package/dist/components/ui/ProgressRing.d.ts +17 -0
- package/dist/components/ui/ProgressRing.js +131 -0
- package/dist/components/ui/ProgressiveBlur.d.ts +7 -0
- package/dist/components/ui/ProgressiveBlur.js +3 -0
- package/dist/components/ui/PromoCard.d.ts +9 -0
- package/dist/components/ui/PromoCard.js +45 -0
- package/dist/components/ui/RadioGroup.d.ts +9 -0
- package/dist/components/ui/RadioGroup.js +151 -0
- package/dist/components/ui/Resizable.d.ts +8 -0
- package/dist/components/ui/Resizable.js +149 -0
- package/dist/components/ui/RoleBadge.d.ts +11 -0
- package/dist/components/ui/RoleBadge.js +3 -0
- package/dist/components/ui/ScrollArea.d.ts +9 -0
- package/dist/components/ui/ScrollArea.js +3 -0
- package/dist/components/ui/ScrollFadeIn.d.ts +12 -0
- package/dist/components/ui/ScrollFadeIn.js +6 -0
- package/dist/components/ui/SearchCommand.d.ts +33 -0
- package/dist/components/ui/SearchCommand.js +263 -0
- package/dist/components/ui/Select.d.ts +27 -0
- package/dist/components/ui/Select.js +115 -0
- package/dist/components/ui/Separator.d.ts +7 -0
- package/dist/components/ui/Separator.js +3 -0
- package/dist/components/ui/SettingsModal.d.ts +19 -0
- package/dist/components/ui/SettingsModal.js +219 -0
- package/dist/components/ui/ShaderBackground.d.ts +16 -0
- package/dist/components/ui/ShaderBackground.js +74 -0
- package/dist/components/ui/Sheet.d.ts +33 -0
- package/dist/components/ui/Sheet.js +116 -0
- package/dist/components/ui/Sidebar.d.ts +122 -0
- package/dist/components/ui/Sidebar.js +128 -0
- package/dist/components/ui/Skeleton.d.ts +5 -0
- package/dist/components/ui/Skeleton.js +3 -0
- package/dist/components/ui/SkipNav.d.ts +2 -0
- package/dist/components/ui/SkipNav.js +20 -0
- package/dist/components/ui/Slider.d.ts +22 -0
- package/dist/components/ui/Slider.js +6 -0
- package/dist/components/ui/Sonner.d.ts +4 -0
- package/dist/components/ui/Sonner.js +26 -0
- package/dist/components/ui/SourceCitation.d.ts +19 -0
- package/dist/components/ui/SourceCitation.js +120 -0
- package/dist/components/ui/Spinner.d.ts +6 -0
- package/dist/components/ui/Spinner.js +3 -0
- package/dist/components/ui/SpringHover.d.ts +12 -0
- package/dist/components/ui/SpringHover.js +35 -0
- package/dist/components/ui/StaggerChildren.d.ts +11 -0
- package/dist/components/ui/StaggerChildren.js +6 -0
- package/dist/components/ui/StaggeredEntrance.d.ts +8 -0
- package/dist/components/ui/StaggeredEntrance.js +24 -0
- package/dist/components/ui/StatusDot.d.ts +11 -0
- package/dist/components/ui/StatusDot.js +3 -0
- package/dist/components/ui/StyleToggle.d.ts +7 -0
- package/dist/components/ui/StyleToggle.js +65 -0
- package/dist/components/ui/SuccessCheck.d.ts +10 -0
- package/dist/components/ui/SuccessCheck.js +55 -0
- package/dist/components/ui/Switch.d.ts +6 -0
- package/dist/components/ui/Switch.js +3 -0
- package/dist/components/ui/Table.d.ts +29 -0
- package/dist/components/ui/Table.js +3 -0
- package/dist/components/ui/Tabs.d.ts +13 -0
- package/dist/components/ui/Tabs.js +3 -0
- package/dist/components/ui/TagInput.d.ts +10 -0
- package/dist/components/ui/TagInput.js +216 -0
- package/dist/components/ui/Textarea.d.ts +13 -0
- package/dist/components/ui/Textarea.js +4 -0
- package/dist/components/ui/ThemeToggle.d.ts +7 -0
- package/dist/components/ui/ThemeToggle.js +150 -0
- package/dist/components/ui/ThinkingIndicator.d.ts +12 -0
- package/dist/components/ui/ThinkingIndicator.js +8 -0
- package/dist/components/ui/TiltCard.d.ts +10 -0
- package/dist/components/ui/TiltCard.js +51 -0
- package/dist/components/ui/Timeline.d.ts +14 -0
- package/dist/components/ui/Timeline.js +3 -0
- package/dist/components/ui/Toast.d.ts +28 -0
- package/dist/components/ui/Toast.js +115 -0
- package/dist/components/ui/Toaster.d.ts +1 -0
- package/dist/components/ui/Toaster.js +136 -0
- package/dist/components/ui/Toggle.d.ts +11 -0
- package/dist/components/ui/Toggle.js +3 -0
- package/dist/components/ui/ToggleGroup.d.ts +11 -0
- package/dist/components/ui/ToggleGroup.js +57 -0
- package/dist/components/ui/ToolCallCard.d.ts +16 -0
- package/dist/components/ui/ToolCallCard.js +9 -0
- package/dist/components/ui/Tooltip.d.ts +9 -0
- package/dist/components/ui/Tooltip.js +3 -0
- package/dist/components/ui/TreeView.d.ts +15 -0
- package/dist/components/ui/TreeView.js +299 -0
- package/dist/components/ui/TrendIndicator.d.ts +11 -0
- package/dist/components/ui/TrendIndicator.js +7 -0
- package/dist/components/ui/Typography.d.ts +11 -0
- package/dist/components/ui/Typography.js +3 -0
- package/dist/components/ui/VisuallyHidden.d.ts +2 -0
- package/dist/components/ui/VisuallyHidden.js +8 -0
- package/dist/components/ui/WorkflowGraph.d.ts +25 -0
- package/dist/components/ui/WorkflowGraph.js +3 -0
- package/dist/components/ui/charts/AreaChart.d.ts +14 -0
- package/dist/components/ui/charts/AreaChart.js +4 -0
- package/dist/components/ui/charts/BarChart.d.ts +16 -0
- package/dist/components/ui/charts/BarChart.js +4 -0
- package/dist/components/ui/charts/HeatmapChart.d.ts +16 -0
- package/dist/components/ui/charts/HeatmapChart.js +4 -0
- package/dist/components/ui/charts/LineChart.d.ts +13 -0
- package/dist/components/ui/charts/LineChart.js +4 -0
- package/dist/components/ui/charts/PieChart.d.ts +15 -0
- package/dist/components/ui/charts/PieChart.js +4 -0
- package/dist/components/ui/charts/RadarChart.d.ts +12 -0
- package/dist/components/ui/charts/RadarChart.js +4 -0
- package/dist/components/ui/charts/RadialBarChart.d.ts +14 -0
- package/dist/components/ui/charts/RadialBarChart.js +4 -0
- package/dist/components/ui/charts/Sparkline.d.ts +13 -0
- package/dist/components/ui/charts/Sparkline.js +6 -0
- package/dist/components/ui/charts/index.d.ts +7 -0
- package/dist/components/ui/charts/index.js +9 -0
- package/dist/components/ui/icons/activity.d.ts +7 -0
- package/dist/components/ui/icons/activity.js +4 -0
- package/dist/components/ui/icons/alert-circle.d.ts +7 -0
- package/dist/components/ui/icons/alert-circle.js +4 -0
- package/dist/components/ui/icons/alert-triangle.d.ts +7 -0
- package/dist/components/ui/icons/alert-triangle.js +4 -0
- package/dist/components/ui/icons/arrow-down-right.d.ts +7 -0
- package/dist/components/ui/icons/arrow-down-right.js +4 -0
- package/dist/components/ui/icons/arrow-down.d.ts +7 -0
- package/dist/components/ui/icons/arrow-down.js +4 -0
- package/dist/components/ui/icons/arrow-left.d.ts +7 -0
- package/dist/components/ui/icons/arrow-left.js +4 -0
- package/dist/components/ui/icons/arrow-right.d.ts +7 -0
- package/dist/components/ui/icons/arrow-right.js +4 -0
- package/dist/components/ui/icons/arrow-up-right.d.ts +7 -0
- package/dist/components/ui/icons/arrow-up-right.js +4 -0
- package/dist/components/ui/icons/arrow-up.d.ts +7 -0
- package/dist/components/ui/icons/arrow-up.js +4 -0
- package/dist/components/ui/icons/bell.d.ts +7 -0
- package/dist/components/ui/icons/bell.js +4 -0
- package/dist/components/ui/icons/bold.d.ts +7 -0
- package/dist/components/ui/icons/bold.js +4 -0
- package/dist/components/ui/icons/bot.d.ts +7 -0
- package/dist/components/ui/icons/bot.js +4 -0
- package/dist/components/ui/icons/calendar.d.ts +7 -0
- package/dist/components/ui/icons/calendar.js +4 -0
- package/dist/components/ui/icons/chart-bar.d.ts +7 -0
- package/dist/components/ui/icons/chart-bar.js +4 -0
- package/dist/components/ui/icons/chart-line.d.ts +7 -0
- package/dist/components/ui/icons/chart-line.js +4 -0
- package/dist/components/ui/icons/chart-pie.d.ts +7 -0
- package/dist/components/ui/icons/chart-pie.js +4 -0
- package/dist/components/ui/icons/check-circle.d.ts +7 -0
- package/dist/components/ui/icons/check-circle.js +4 -0
- package/dist/components/ui/icons/check.d.ts +7 -0
- package/dist/components/ui/icons/check.js +4 -0
- package/dist/components/ui/icons/chevron-down.d.ts +7 -0
- package/dist/components/ui/icons/chevron-down.js +4 -0
- package/dist/components/ui/icons/chevron-left.d.ts +7 -0
- package/dist/components/ui/icons/chevron-left.js +4 -0
- package/dist/components/ui/icons/chevron-right.d.ts +7 -0
- package/dist/components/ui/icons/chevron-right.js +4 -0
- package/dist/components/ui/icons/chevron-up.d.ts +7 -0
- package/dist/components/ui/icons/chevron-up.js +4 -0
- package/dist/components/ui/icons/chevrons-up-down.d.ts +7 -0
- package/dist/components/ui/icons/chevrons-up-down.js +4 -0
- package/dist/components/ui/icons/circle.d.ts +7 -0
- package/dist/components/ui/icons/circle.js +4 -0
- package/dist/components/ui/icons/clipboard.d.ts +7 -0
- package/dist/components/ui/icons/clipboard.js +4 -0
- package/dist/components/ui/icons/clock.d.ts +7 -0
- package/dist/components/ui/icons/clock.js +4 -0
- package/dist/components/ui/icons/cloud.d.ts +7 -0
- package/dist/components/ui/icons/cloud.js +4 -0
- package/dist/components/ui/icons/code-2.d.ts +7 -0
- package/dist/components/ui/icons/code-2.js +4 -0
- package/dist/components/ui/icons/copy.d.ts +7 -0
- package/dist/components/ui/icons/copy.js +4 -0
- package/dist/components/ui/icons/corner-down-left.d.ts +7 -0
- package/dist/components/ui/icons/corner-down-left.js +4 -0
- package/dist/components/ui/icons/credit-card.d.ts +7 -0
- package/dist/components/ui/icons/credit-card.js +4 -0
- package/dist/components/ui/icons/database.d.ts +7 -0
- package/dist/components/ui/icons/database.js +4 -0
- package/dist/components/ui/icons/dollar-sign.d.ts +7 -0
- package/dist/components/ui/icons/dollar-sign.js +4 -0
- package/dist/components/ui/icons/dot.d.ts +7 -0
- package/dist/components/ui/icons/dot.js +4 -0
- package/dist/components/ui/icons/download.d.ts +7 -0
- package/dist/components/ui/icons/download.js +4 -0
- package/dist/components/ui/icons/ellipsis.d.ts +7 -0
- package/dist/components/ui/icons/ellipsis.js +4 -0
- package/dist/components/ui/icons/external-link.d.ts +7 -0
- package/dist/components/ui/icons/external-link.js +4 -0
- package/dist/components/ui/icons/eye-off.d.ts +7 -0
- package/dist/components/ui/icons/eye-off.js +4 -0
- package/dist/components/ui/icons/eye.d.ts +7 -0
- package/dist/components/ui/icons/eye.js +4 -0
- package/dist/components/ui/icons/file.d.ts +7 -0
- package/dist/components/ui/icons/file.js +4 -0
- package/dist/components/ui/icons/filter.d.ts +7 -0
- package/dist/components/ui/icons/filter.js +4 -0
- package/dist/components/ui/icons/folder.d.ts +7 -0
- package/dist/components/ui/icons/folder.js +4 -0
- package/dist/components/ui/icons/github.d.ts +7 -0
- package/dist/components/ui/icons/github.js +4 -0
- package/dist/components/ui/icons/globe.d.ts +7 -0
- package/dist/components/ui/icons/globe.js +4 -0
- package/dist/components/ui/icons/grip-vertical.d.ts +7 -0
- package/dist/components/ui/icons/grip-vertical.js +4 -0
- package/dist/components/ui/icons/home.d.ts +7 -0
- package/dist/components/ui/icons/home.js +4 -0
- package/dist/components/ui/icons/image.d.ts +7 -0
- package/dist/components/ui/icons/image.js +4 -0
- package/dist/components/ui/icons/index.d.ts +111 -0
- package/dist/components/ui/icons/index.js +113 -0
- package/dist/components/ui/icons/info.d.ts +7 -0
- package/dist/components/ui/icons/info.js +4 -0
- package/dist/components/ui/icons/italic.d.ts +7 -0
- package/dist/components/ui/icons/italic.js +4 -0
- package/dist/components/ui/icons/key.d.ts +7 -0
- package/dist/components/ui/icons/key.js +4 -0
- package/dist/components/ui/icons/laptop.d.ts +7 -0
- package/dist/components/ui/icons/laptop.js +4 -0
- package/dist/components/ui/icons/layers.d.ts +7 -0
- package/dist/components/ui/icons/layers.js +4 -0
- package/dist/components/ui/icons/layout-dashboard.d.ts +7 -0
- package/dist/components/ui/icons/layout-dashboard.js +4 -0
- package/dist/components/ui/icons/lib/create-animated-icon.d.ts +7 -0
- package/dist/components/ui/icons/lib/create-animated-icon.js +4 -0
- package/dist/components/ui/icons/lib/types.d.ts +8 -0
- package/dist/components/ui/icons/lib/types.js +1 -0
- package/dist/components/ui/icons/lib/use-animated-icon.d.ts +26 -0
- package/dist/components/ui/icons/lib/use-animated-icon.js +2 -0
- package/dist/components/ui/icons/link.d.ts +7 -0
- package/dist/components/ui/icons/link.js +4 -0
- package/dist/components/ui/icons/linkedin.d.ts +7 -0
- package/dist/components/ui/icons/linkedin.js +4 -0
- package/dist/components/ui/icons/list.d.ts +7 -0
- package/dist/components/ui/icons/list.js +4 -0
- package/dist/components/ui/icons/loader-circle.d.ts +7 -0
- package/dist/components/ui/icons/loader-circle.js +4 -0
- package/dist/components/ui/icons/loader.d.ts +7 -0
- package/dist/components/ui/icons/loader.js +4 -0
- package/dist/components/ui/icons/lock.d.ts +7 -0
- package/dist/components/ui/icons/lock.js +4 -0
- package/dist/components/ui/icons/log-in.d.ts +7 -0
- package/dist/components/ui/icons/log-in.js +4 -0
- package/dist/components/ui/icons/log-out.d.ts +7 -0
- package/dist/components/ui/icons/log-out.js +4 -0
- package/dist/components/ui/icons/lucide-wrapped.d.ts +289 -0
- package/dist/components/ui/icons/lucide-wrapped.js +5 -0
- package/dist/components/ui/icons/mail.d.ts +7 -0
- package/dist/components/ui/icons/mail.js +4 -0
- package/dist/components/ui/icons/menu.d.ts +7 -0
- package/dist/components/ui/icons/menu.js +4 -0
- package/dist/components/ui/icons/mic-off.d.ts +7 -0
- package/dist/components/ui/icons/mic-off.js +4 -0
- package/dist/components/ui/icons/mic.d.ts +7 -0
- package/dist/components/ui/icons/mic.js +4 -0
- package/dist/components/ui/icons/minus.d.ts +7 -0
- package/dist/components/ui/icons/minus.js +4 -0
- package/dist/components/ui/icons/monitor.d.ts +7 -0
- package/dist/components/ui/icons/monitor.js +4 -0
- package/dist/components/ui/icons/moon.d.ts +7 -0
- package/dist/components/ui/icons/moon.js +4 -0
- package/dist/components/ui/icons/package-2.d.ts +7 -0
- package/dist/components/ui/icons/package-2.js +4 -0
- package/dist/components/ui/icons/package.d.ts +7 -0
- package/dist/components/ui/icons/package.js +4 -0
- package/dist/components/ui/icons/panel-left.d.ts +7 -0
- package/dist/components/ui/icons/panel-left.js +4 -0
- package/dist/components/ui/icons/paperclip.d.ts +7 -0
- package/dist/components/ui/icons/paperclip.js +4 -0
- package/dist/components/ui/icons/pause.d.ts +7 -0
- package/dist/components/ui/icons/pause.js +4 -0
- package/dist/components/ui/icons/pencil.d.ts +7 -0
- package/dist/components/ui/icons/pencil.js +4 -0
- package/dist/components/ui/icons/play.d.ts +7 -0
- package/dist/components/ui/icons/play.js +4 -0
- package/dist/components/ui/icons/plus.d.ts +7 -0
- package/dist/components/ui/icons/plus.js +4 -0
- package/dist/components/ui/icons/receipt.d.ts +7 -0
- package/dist/components/ui/icons/receipt.js +4 -0
- package/dist/components/ui/icons/refresh-cw.d.ts +7 -0
- package/dist/components/ui/icons/refresh-cw.js +4 -0
- package/dist/components/ui/icons/reply.d.ts +7 -0
- package/dist/components/ui/icons/reply.js +4 -0
- package/dist/components/ui/icons/rocket.d.ts +7 -0
- package/dist/components/ui/icons/rocket.js +4 -0
- package/dist/components/ui/icons/save.d.ts +7 -0
- package/dist/components/ui/icons/save.js +4 -0
- package/dist/components/ui/icons/search.d.ts +7 -0
- package/dist/components/ui/icons/search.js +4 -0
- package/dist/components/ui/icons/send.d.ts +7 -0
- package/dist/components/ui/icons/send.js +4 -0
- package/dist/components/ui/icons/settings-2.d.ts +7 -0
- package/dist/components/ui/icons/settings-2.js +4 -0
- package/dist/components/ui/icons/settings.d.ts +7 -0
- package/dist/components/ui/icons/settings.js +4 -0
- package/dist/components/ui/icons/share.d.ts +7 -0
- package/dist/components/ui/icons/share.js +4 -0
- package/dist/components/ui/icons/shield-check.d.ts +7 -0
- package/dist/components/ui/icons/shield-check.js +4 -0
- package/dist/components/ui/icons/shield.d.ts +7 -0
- package/dist/components/ui/icons/shield.js +4 -0
- package/dist/components/ui/icons/smartphone.d.ts +7 -0
- package/dist/components/ui/icons/smartphone.js +4 -0
- package/dist/components/ui/icons/snowflake.d.ts +7 -0
- package/dist/components/ui/icons/snowflake.js +4 -0
- package/dist/components/ui/icons/sort.d.ts +7 -0
- package/dist/components/ui/icons/sort.js +4 -0
- package/dist/components/ui/icons/sparkles.d.ts +7 -0
- package/dist/components/ui/icons/sparkles.js +4 -0
- package/dist/components/ui/icons/star.d.ts +7 -0
- package/dist/components/ui/icons/star.js +4 -0
- package/dist/components/ui/icons/stop.d.ts +7 -0
- package/dist/components/ui/icons/stop.js +4 -0
- package/dist/components/ui/icons/sun.d.ts +7 -0
- package/dist/components/ui/icons/sun.js +4 -0
- package/dist/components/ui/icons/table.d.ts +7 -0
- package/dist/components/ui/icons/table.js +4 -0
- package/dist/components/ui/icons/terminal.d.ts +7 -0
- package/dist/components/ui/icons/terminal.js +4 -0
- package/dist/components/ui/icons/thumbs-down.d.ts +7 -0
- package/dist/components/ui/icons/thumbs-down.js +4 -0
- package/dist/components/ui/icons/thumbs-up.d.ts +7 -0
- package/dist/components/ui/icons/thumbs-up.js +4 -0
- package/dist/components/ui/icons/trash-2.d.ts +7 -0
- package/dist/components/ui/icons/trash-2.js +4 -0
- package/dist/components/ui/icons/twitter.d.ts +7 -0
- package/dist/components/ui/icons/twitter.js +4 -0
- package/dist/components/ui/icons/underline.d.ts +7 -0
- package/dist/components/ui/icons/underline.js +4 -0
- package/dist/components/ui/icons/upload.d.ts +7 -0
- package/dist/components/ui/icons/upload.js +4 -0
- package/dist/components/ui/icons/user.d.ts +7 -0
- package/dist/components/ui/icons/user.js +4 -0
- package/dist/components/ui/icons/users.d.ts +7 -0
- package/dist/components/ui/icons/users.js +4 -0
- package/dist/components/ui/icons/wrench.d.ts +7 -0
- package/dist/components/ui/icons/wrench.js +4 -0
- package/dist/components/ui/icons/x-circle.d.ts +7 -0
- package/dist/components/ui/icons/x-circle.js +4 -0
- package/dist/components/ui/icons/x.d.ts +7 -0
- package/dist/components/ui/icons/x.js +4 -0
- package/dist/components/ui/icons/zap.d.ts +7 -0
- package/dist/components/ui/icons/zap.js +4 -0
- package/dist/components/ui/kanban.a11y.d.ts +10 -0
- package/dist/components/ui/kanban.a11y.js +1 -0
- package/dist/components/ui/kanban.context.d.ts +18 -0
- package/dist/components/ui/kanban.context.js +2 -0
- package/dist/components/ui/kanban.types.d.ts +56 -0
- package/dist/components/ui/kanban.types.js +1 -0
- package/dist/components/ui/kanban.utils.d.ts +14 -0
- package/dist/components/ui/kanban.utils.js +1 -0
- package/dist/components/ui/stepper/index.d.ts +2 -0
- package/dist/components/ui/stepper/index.js +7 -0
- package/dist/components/ui/stepper/step.d.ts +10 -0
- package/dist/components/ui/stepper/step.js +6 -0
- package/dist/components/ui/stepper/stepper.d.ts +19 -0
- package/dist/components/ui/stepper/stepper.js +3 -0
- package/dist/components/ui/text-effects/AnimatedGradientText.d.ts +9 -0
- package/dist/components/ui/text-effects/AnimatedGradientText.js +3 -0
- package/dist/components/ui/text-effects/CountingNumber.d.ts +15 -0
- package/dist/components/ui/text-effects/CountingNumber.js +3 -0
- package/dist/components/ui/text-effects/FlipWords.d.ts +10 -0
- package/dist/components/ui/text-effects/FlipWords.js +6 -0
- package/dist/components/ui/text-effects/HighlightText.d.ts +9 -0
- package/dist/components/ui/text-effects/HighlightText.js +7 -0
- package/dist/components/ui/text-effects/MorphingText.d.ts +10 -0
- package/dist/components/ui/text-effects/MorphingText.js +6 -0
- package/dist/components/ui/text-effects/ShimmeringText.d.ts +9 -0
- package/dist/components/ui/text-effects/ShimmeringText.js +2 -0
- package/dist/components/ui/text-effects/SlidingNumber.d.ts +16 -0
- package/dist/components/ui/text-effects/SlidingNumber.js +6 -0
- package/dist/components/ui/text-effects/StreamingText.d.ts +26 -0
- package/dist/components/ui/text-effects/StreamingText.js +3 -0
- package/dist/components/ui/text-effects/TextReveal.d.ts +11 -0
- package/dist/components/ui/text-effects/TextReveal.js +3 -0
- package/dist/components/ui/text-effects/index.d.ts +15 -0
- package/dist/components/ui/text-effects/index.js +15 -0
- package/dist/hooks/use-dismissed.d.ts +1 -0
- package/dist/hooks/use-dismissed.js +2 -0
- package/dist/hooks/use-is-in-view.d.ts +12 -0
- package/dist/hooks/use-is-in-view.js +2 -0
- package/dist/hooks/use-mobile.d.ts +1 -0
- package/dist/hooks/use-mobile.js +2 -0
- package/dist/hooks/use-motion-value-state.d.ts +3 -0
- package/dist/hooks/use-motion-value-state.js +2 -0
- package/dist/hooks/use-reduced-motion.d.ts +1 -0
- package/dist/hooks/use-reduced-motion.js +2 -0
- package/dist/hooks/use-safe-timeout.d.ts +5 -0
- package/dist/hooks/use-safe-timeout.js +1 -0
- package/dist/hooks/use-shader-preset.d.ts +12 -0
- package/dist/hooks/use-shader-preset.js +4 -0
- package/dist/hooks/use-toast.d.ts +44 -0
- package/dist/hooks/use-toast.js +2 -0
- package/dist/hooks/use-token.d.ts +9 -0
- package/dist/hooks/use-token.js +28 -0
- package/dist/hooks/useHotkey.d.ts +3 -0
- package/dist/hooks/useHotkey.js +37 -0
- package/dist/index.js +139 -0
- package/dist/lib/ThemeProvider.d.ts +21 -0
- package/dist/lib/ThemeProvider.js +2 -0
- package/dist/lib/animation.tokens.d.ts +249 -0
- package/dist/lib/animation.tokens.js +1 -0
- package/dist/lib/get-strict-context.d.ts +9 -0
- package/dist/lib/get-strict-context.js +2 -0
- package/dist/lib/merge-messages.d.ts +7 -0
- package/dist/lib/merge-messages.js +19 -0
- package/dist/lib/motion.d.ts +281 -0
- package/dist/lib/motion.js +4 -0
- package/dist/lib/patterns.d.ts +11 -0
- package/dist/lib/patterns.js +174 -0
- package/dist/lib/react-utils.d.ts +12 -0
- package/dist/lib/react-utils.js +1 -0
- package/dist/lib/shader-presets.d.ts +15 -0
- package/dist/lib/shader-presets.js +1 -0
- package/dist/lib/tokens.config.d.ts +796 -0
- package/dist/lib/tokens.config.test.d.ts +1 -0
- package/dist/lib/utils.d.ts +4 -0
- package/dist/lib/utils.js +1 -0
- package/dist/lib-index.d.ts +29 -0
- package/dist/messages/en.d.ts +3 -0
- package/dist/messages/en.js +1 -0
- package/dist/messages/it.d.ts +3 -0
- package/dist/messages/it.js +1 -0
- package/dist/site.config.d.ts +25 -0
- package/dist/test/PublicSeedTestProvider.d.ts +16 -0
- package/dist/test/PublicSeedTestProvider.js +25 -0
- package/dist/tokens.d.ts +188 -0
- package/eslint-rules/nadicode/__tests__/rules.test.js +2143 -0
- package/eslint-rules/nadicode/config.js +154 -0
- package/eslint-rules/nadicode/flat-config.mjs +16 -0
- package/eslint-rules/nadicode/index.js +145 -0
- package/eslint-rules/nadicode/rules/__tests__/no-direct-motion-import.test.js +72 -0
- package/eslint-rules/nadicode/rules/__tests__/no-diy-backdrop-blur.test.js +115 -0
- package/eslint-rules/nadicode/rules/__tests__/no-forbidden-tokens.test.js +97 -0
- package/eslint-rules/nadicode/rules/__tests__/no-handcoded-heading.test.js +107 -0
- package/eslint-rules/nadicode/rules/__tests__/no-hardcoded-motion-transition.test.js +149 -0
- package/eslint-rules/nadicode/rules/__tests__/require-aria-hidden-on-decorative-icon.test.js +73 -0
- package/eslint-rules/nadicode/rules/__tests__/require-focus-ring-with-outline-none.test.js +65 -0
- package/eslint-rules/nadicode/rules/__tests__/require-focus-visible-with-group-hover.test.js +60 -0
- package/eslint-rules/nadicode/rules/no-admin-arbitrary-text-size.js +53 -0
- package/eslint-rules/nadicode/rules/no-admin-manual-chart-bars.js +46 -0
- package/eslint-rules/nadicode/rules/no-app-primitive-composition.js +58 -0
- package/eslint-rules/nadicode/rules/no-arbitrary-chart-color.js +65 -0
- package/eslint-rules/nadicode/rules/no-barrel-imports.js +44 -0
- package/eslint-rules/nadicode/rules/no-deprecated-segment-config.js +56 -0
- package/eslint-rules/nadicode/rules/no-derived-state-via-useeffect.js +139 -0
- package/eslint-rules/nadicode/rules/no-direct-lucide-import.js +30 -0
- package/eslint-rules/nadicode/rules/no-direct-motion-import.js +68 -0
- package/eslint-rules/nadicode/rules/no-diy-backdrop-blur.js +82 -0
- package/eslint-rules/nadicode/rules/no-external-ui-library.js +43 -0
- package/eslint-rules/nadicode/rules/no-falsy-and-render.js +106 -0
- package/eslint-rules/nadicode/rules/no-forbidden-bespoke-chat-primitive.js +54 -0
- package/eslint-rules/nadicode/rules/no-forbidden-chat-class-usage.js +53 -0
- package/eslint-rules/nadicode/rules/no-forbidden-tokens.js +153 -0
- package/eslint-rules/nadicode/rules/no-forward-ref.js +44 -0
- package/eslint-rules/nadicode/rules/no-framer-motion-import.js +36 -0
- package/eslint-rules/nadicode/rules/no-handcoded-badge.js +132 -0
- package/eslint-rules/nadicode/rules/no-handcoded-empty-state.js +82 -0
- package/eslint-rules/nadicode/rules/no-handcoded-heading.js +273 -0
- package/eslint-rules/nadicode/rules/no-hardcoded-inline-color.js +233 -0
- package/eslint-rules/nadicode/rules/no-hardcoded-inline-duration.js +98 -0
- package/eslint-rules/nadicode/rules/no-hardcoded-inline-spacing.js +84 -0
- package/eslint-rules/nadicode/rules/no-hardcoded-inline-zindex.js +54 -0
- package/eslint-rules/nadicode/rules/no-hardcoded-motion-transition.js +139 -0
- package/eslint-rules/nadicode/rules/no-has-svg-selector.js +51 -0
- package/eslint-rules/nadicode/rules/no-inline-default-nonprimitive-props.js +93 -0
- package/eslint-rules/nadicode/rules/no-layout-property-animation.js +84 -0
- package/eslint-rules/nadicode/rules/no-low-contrast-text-opacity.js +67 -0
- package/eslint-rules/nadicode/rules/no-mutating-sort-on-state.js +136 -0
- package/eslint-rules/nadicode/rules/no-nested-glass.js +64 -0
- package/eslint-rules/nadicode/rules/no-object-in-effect-deps.js +48 -0
- package/eslint-rules/nadicode/rules/no-off-grid-spacing.js +69 -0
- package/eslint-rules/nadicode/rules/no-raw-recharts-import.js +36 -0
- package/eslint-rules/nadicode/rules/no-raw-tailwind-palette.js +57 -0
- package/eslint-rules/nadicode/rules/no-redirect-in-try-catch.js +129 -0
- package/eslint-rules/nadicode/rules/no-regexp-in-render.js +140 -0
- package/eslint-rules/nadicode/rules/no-runtime-api-in-use-cache.js +130 -0
- package/eslint-rules/nadicode/rules/no-screen-height-classes.js +72 -0
- package/eslint-rules/nadicode/rules/no-ssr-false-on-page.js +101 -0
- package/eslint-rules/nadicode/rules/no-unregistered-glass.js +125 -0
- package/eslint-rules/nadicode/rules/no-unstable-cache.js +36 -0
- package/eslint-rules/nadicode/rules/require-action-schema.js +142 -0
- package/eslint-rules/nadicode/rules/require-admin-sidebar-group-label.js +39 -0
- package/eslint-rules/nadicode/rules/require-aria-hidden-on-decorative-icon.js +76 -0
- package/eslint-rules/nadicode/rules/require-aria-label-on-nav.js +44 -0
- package/eslint-rules/nadicode/rules/require-auth-in-server-action.js +203 -0
- package/eslint-rules/nadicode/rules/require-chart-empty-handler.js +67 -0
- package/eslint-rules/nadicode/rules/require-dashboard-loading-skeleton.js +78 -0
- package/eslint-rules/nadicode/rules/require-effect-cleanup.js +116 -0
- package/eslint-rules/nadicode/rules/require-focus-ring-with-outline-none.js +48 -0
- package/eslint-rules/nadicode/rules/require-focus-visible-with-group-hover.js +57 -0
- package/eslint-rules/nadicode/rules/require-form-action.js +32 -0
- package/eslint-rules/nadicode/rules/require-glass-on-floating-ui.js +105 -0
- package/eslint-rules/nadicode/rules/require-input-name.js +56 -0
- package/eslint-rules/nadicode/rules/require-lazy-motion-provider.js +47 -0
- package/eslint-rules/nadicode/rules/require-lazy-state-init.js +61 -0
- package/eslint-rules/nadicode/rules/require-loading-fallback-on-dynamic.js +58 -0
- package/eslint-rules/nadicode/rules/require-metadata-on-page.js +96 -0
- package/eslint-rules/nadicode/rules/require-overflow-x-on-table-wrapper.js +59 -0
- package/eslint-rules/nadicode/rules/require-passive-event-listener.js +92 -0
- package/eslint-rules/nadicode/rules/require-reduced-motion-on-motion-import.js +112 -0
- package/eslint-rules/nadicode/rules/require-scroll-containment-on-overlay.js +69 -0
- package/eslint-rules/nadicode/rules/require-sidebar-trigger.js +52 -0
- package/eslint-rules/nadicode/rules/require-sizes-on-fill-image.js +65 -0
- package/eslint-rules/nadicode/rules/require-stagger-on-metric-grid.js +74 -0
- package/eslint-rules/nadicode/rules/require-touch-target-on-interactive.js +146 -0
- package/eslint-rules/nadicode/rules/require-usememo-for-render-filter-sort.js +172 -0
- package/eslint-rules/nadicode/rules/require-usesyncexternalstore-for-subscriptions.js +117 -0
- package/eslint-rules/nadicode/utils.js +302 -0
- package/package.json +1673 -0
- package/scripts/ds-check.mjs +969 -0
- package/scripts/ds-update.mjs +50 -0
- package/scripts/sync-seed-skill.mjs +64 -0
- package/src/lib/tokens.config.js +561 -0
- package/tailwind.config.js +300 -0
- package/tailwind.js +42 -0
- package/templates/consumer-eslint.config.mjs +63 -0
|
@@ -0,0 +1,270 @@
|
|
|
1
|
+
# Component Inventory
|
|
2
|
+
|
|
3
|
+
All components live under `src/components/`. Import via `@/components/ui/...` or `@/components/blocks/...`.
|
|
4
|
+
|
|
5
|
+
Tiers: **1**=Core (3+ recipes), **2**=Domain (1-2 recipes), **3**=Decorative (marketing only), **4**=Deprecation candidate.
|
|
6
|
+
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
## Form Controls
|
|
10
|
+
|
|
11
|
+
| Component | Path | Tier | Radix/Lib | Notes |
|
|
12
|
+
|-----------|------|------|-----------|-------|
|
|
13
|
+
| Button | `ui/Button` | 1 | `react-slot` | 8 variants (primary, secondary, outline, ghost, link, destructive, accent, glass), 4 sizes |
|
|
14
|
+
| Input | `ui/Input` | 1 | - | size: sm/default/lg, props: label, error, startIcon, endIcon |
|
|
15
|
+
| PasswordInput | `ui/PasswordInput` | 1 | - | Input with show/hide toggle |
|
|
16
|
+
| Textarea | `ui/Textarea` | 1 | - | Auto-grow text area |
|
|
17
|
+
| Select | `ui/Select` | 1 | `react-select` | Compound: Trigger, Content, Item, Group, Separator |
|
|
18
|
+
| NativeSelect | `ui/NativeSelect` | 4 | - | Browser-native `<select>` styled |
|
|
19
|
+
| Checkbox | `ui/Checkbox` | 1 | `react-checkbox` | With optional label |
|
|
20
|
+
| Switch | `ui/Switch` | 1 | `react-switch` | Toggle switch |
|
|
21
|
+
| RadioGroup | `ui/RadioGroup` | 1 | `react-radio-group` | RadioGroup + RadioGroupItem |
|
|
22
|
+
| Slider | `ui/Slider` | 1 | `react-slider` | Range slider |
|
|
23
|
+
| Combobox | `ui/Combobox` | 1 | `cmdk` | Searchable select |
|
|
24
|
+
| TagInput | `ui/TagInput` | 1 | - | Multi-value tag input |
|
|
25
|
+
| DatePicker | `ui/DatePicker` | 1 | `react-day-picker` | Single date picker |
|
|
26
|
+
| DateRangePicker | `ui/DateRangePicker` | 1 | `react-day-picker` | Date range selection |
|
|
27
|
+
| Calendar | `ui/Calendar` | 1 | `react-day-picker` | Calendar grid primitive |
|
|
28
|
+
| InputOTP | `ui/InputOTP` | 1 | `input-otp` | OTP input with groups, slots, separators |
|
|
29
|
+
| InputGroup | `ui/InputGroup` | 1 | - | Input + addon composition |
|
|
30
|
+
| Form | `ui/Form` | 1 | `react-hook-form` | FormField, FormItem, FormLabel, FormControl, FormMessage |
|
|
31
|
+
| FormWizard | `ui/FormWizard` | 1 | - | Multi-step form wizard |
|
|
32
|
+
| Field | `ui/Field` | 1 | - | Generic field wrapper (label + error) |
|
|
33
|
+
| Label | `ui/Label` | 1 | `react-label` | Accessible label |
|
|
34
|
+
| FileUpload | `ui/FileUpload` | 1 | - | Drag-and-drop file upload zone |
|
|
35
|
+
| CheckoutForm | `ui/CheckoutForm` | 2 | `@stripe/react-stripe-js` | Stripe Elements checkout form |
|
|
36
|
+
| CheckoutFormDemo | `ui/CheckoutFormDemo` | 2 | `@stripe/react-stripe-js` | Demo checkout with pre-wired state |
|
|
37
|
+
|
|
38
|
+
---
|
|
39
|
+
|
|
40
|
+
## Display
|
|
41
|
+
|
|
42
|
+
| Component | Path | Tier | Radix/Lib | Notes |
|
|
43
|
+
|-----------|------|------|-----------|-------|
|
|
44
|
+
| Card | `ui/Card` | 1 | - | Card, Header, Title, Description, Content, Footer |
|
|
45
|
+
| Avatar | `ui/Avatar` | 1 | `react-avatar` | Avatar, AvatarImage, AvatarFallback |
|
|
46
|
+
| AvatarUpload | `ui/AvatarUpload` | 1 | - | Avatar with upload functionality |
|
|
47
|
+
| Badge | `ui/Badge` | 1 | - | variant: default, secondary, outline, destructive, success, warning |
|
|
48
|
+
| RoleBadge | `ui/RoleBadge` | 4 | - | Role-specific badge styling (merge into Badge) |
|
|
49
|
+
| Table | `ui/Table` | 1 | - | Table, Header, Body, Row, Head, Cell |
|
|
50
|
+
| DataTable | `ui/DataTable` | 1 | `@tanstack/react-table` | Full-featured with sorting/filtering |
|
|
51
|
+
| Skeleton | `ui/Skeleton` | 1 | - | Loading placeholder |
|
|
52
|
+
| Spinner | `ui/Spinner` | 1 | - | Loading spinner |
|
|
53
|
+
| Progress | `ui/Progress` | 1 | `react-progress` | Progress bar |
|
|
54
|
+
| Empty | `ui/Empty` | 1 | - | Empty state placeholder |
|
|
55
|
+
| Timeline | `ui/Timeline` | 1 | - | Vertical timeline |
|
|
56
|
+
| StatusDot | `ui/StatusDot` | 4 | - | Status indicator dot (can be CSS utility) |
|
|
57
|
+
| Accordion | `ui/Accordion` | 1 | `react-accordion` | Accordion, Item, Trigger, Content |
|
|
58
|
+
| Tabs | `ui/Tabs` | 1 | `react-tabs` | Tabs, TabsList, TabsTrigger, TabsContent |
|
|
59
|
+
| AnimatedTabs | `ui/AnimatedTabs` | 3 | - | Tabs with sliding indicator (layoutId) |
|
|
60
|
+
| Tooltip | `ui/Tooltip` | 1 | `react-tooltip` | Provider, Tooltip, Trigger, Content |
|
|
61
|
+
| HoverCard | `ui/HoverCard` | 4 | `react-hover-card` | HoverCard, Trigger, Content |
|
|
62
|
+
| Popover | `ui/Popover` | 1 | `react-popover` | Popover, Trigger, Content |
|
|
63
|
+
| Alert | `ui/Alert` | 1 | - | variant: default, destructive |
|
|
64
|
+
| AlertDialog | `ui/AlertDialog` | 1 | `react-alert-dialog` | Full compound set with actions |
|
|
65
|
+
| Breadcrumb | `ui/Breadcrumb` | 1 | - | Breadcrumb, List, Item, Link, Separator |
|
|
66
|
+
| Kbd | `ui/Kbd` | 1 | - | Keyboard shortcut display |
|
|
67
|
+
| PromoCard | `ui/PromoCard` | 4 | - | Promotional card (Card + glass-floating may replace) |
|
|
68
|
+
| AnnouncementBanner | `ui/AnnouncementBanner` | 1 | - | Top-of-page announcement |
|
|
69
|
+
| Heading | `ui/Heading` | 1 | - | Semantic headings with explicit `level` + visual `size` |
|
|
70
|
+
| Typography | `ui/Typography` | 1 | - | Body, small, and muted text only |
|
|
71
|
+
| Carousel | `ui/Carousel` | 1 | `embla-carousel-react` | Content, Item, Previous, Next |
|
|
72
|
+
|
|
73
|
+
---
|
|
74
|
+
|
|
75
|
+
## Navigation
|
|
76
|
+
|
|
77
|
+
| Component | Path | Tier | Radix/Lib | Notes |
|
|
78
|
+
|-----------|------|------|-----------|-------|
|
|
79
|
+
| Sidebar | `ui/Sidebar` | 1 | - | Full system: Provider, Trigger, Content, Group, Menu |
|
|
80
|
+
| NavigationMenu | `ui/NavigationMenu` | 1 | `react-navigation-menu` | Menu, List, Item, Trigger, Content |
|
|
81
|
+
| Menubar | `ui/Menubar` | 4 | `react-menubar` | Rare in modern SaaS |
|
|
82
|
+
| DropdownMenu | `ui/DropdownMenu` | 1 | `react-dropdown-menu` | Full compound set |
|
|
83
|
+
| ContextMenu | `ui/ContextMenu` | 4 | `react-context-menu` | Rarely needed |
|
|
84
|
+
| Pagination | `ui/Pagination` | 1 | - | Content, Item, Previous, Next |
|
|
85
|
+
| FloatingDock | `ui/FloatingDock` | 4 | - | macOS-style floating dock |
|
|
86
|
+
| SearchCommand | `ui/SearchCommand` | 1 | `cmdk` | Cmd+K search dialog |
|
|
87
|
+
| Command | `ui/Command` | 1 | `cmdk` | Command palette primitive |
|
|
88
|
+
| TreeView | `ui/TreeView` | 1 | - | Recursive collapsible tree with keyboard nav |
|
|
89
|
+
|
|
90
|
+
---
|
|
91
|
+
|
|
92
|
+
## Layout and Overlays
|
|
93
|
+
|
|
94
|
+
| Component | Path | Tier | Radix/Lib | Notes |
|
|
95
|
+
|-----------|------|------|-----------|-------|
|
|
96
|
+
| Dialog | `ui/Dialog` | 1 | `react-dialog` | Full compound set with close button |
|
|
97
|
+
| AnimatedDialog | `ui/AnimatedDialog` | 3 | `react-dialog` | Dialog with motion spring animations |
|
|
98
|
+
| Drawer | `ui/Drawer` | 1 | `vaul` | Mobile-friendly bottom drawer |
|
|
99
|
+
| Sheet | `ui/Sheet` | 1 | `react-dialog` | Slide-in side panel |
|
|
100
|
+
| AnimatedSheet | `ui/AnimatedSheet` | 3 | `react-dialog` | Sheet with motion animations |
|
|
101
|
+
| Resizable | `ui/Resizable` | 1 | `react-resizable-panels` | PanelGroup, Panel, Handle |
|
|
102
|
+
| ScrollArea | `ui/ScrollArea` | 1 | `react-scroll-area` | Custom scrollbar |
|
|
103
|
+
| Collapsible | `ui/Collapsible` | 4 | `react-collapsible` | Used by Sidebar internally |
|
|
104
|
+
| BentoGrid | `ui/BentoGrid` | 1 | - | CSS grid layout system |
|
|
105
|
+
| AspectRatio | `ui/AspectRatio` | 1 | `react-aspect-ratio` | Fixed aspect ratio container |
|
|
106
|
+
| Separator | `ui/Separator` | 1 | `react-separator` | Horizontal/vertical divider |
|
|
107
|
+
| Toggle | `ui/Toggle` | 4 | `react-toggle` | variant: default, outline |
|
|
108
|
+
| ToggleGroup | `ui/ToggleGroup` | 4 | `react-toggle-group` | Group of toggles |
|
|
109
|
+
| Grid | `layout/Grid` | 1 | - | CSS Grid wrapper |
|
|
110
|
+
|
|
111
|
+
---
|
|
112
|
+
|
|
113
|
+
## Decorative Effects
|
|
114
|
+
|
|
115
|
+
| Component | Path | Tier | Notes |
|
|
116
|
+
|-----------|------|------|-------|
|
|
117
|
+
| AmbientGrid | `ui/AmbientGrid` | 3 | CSS grid overlay (24px cells, 0.06 opacity) |
|
|
118
|
+
| AuroraEffect | `ui/AuroraEffect` | 3 | Animated gradient aurora background |
|
|
119
|
+
| MeteorShower | `ui/MeteorShower` | 3 | Falling meteor particles |
|
|
120
|
+
| AnimatedBackground | `ui/AnimatedBackground` | 3 | CSS animated gradient background |
|
|
121
|
+
| MouseEffect | `ui/MouseEffect` | 3 | Mouse-tracking effects (MouseGlow, MouseSpotlight) |
|
|
122
|
+
| MovingBorder | `ui/MovingBorder` | 3 | Animated border rotation |
|
|
123
|
+
| ProgressiveBlur | `ui/ProgressiveBlur` | 3 | Gradient blur effect |
|
|
124
|
+
| TiltCard | `ui/TiltCard` | 3 | 3D perspective tilt on hover |
|
|
125
|
+
| MagneticElement | `ui/MagneticElement` | 3 | Magnetic cursor attraction |
|
|
126
|
+
| InfiniteSlider | `ui/InfiniteSlider` | 3 | Auto-scrolling content slider |
|
|
127
|
+
|
|
128
|
+
---
|
|
129
|
+
|
|
130
|
+
## Text Effects
|
|
131
|
+
|
|
132
|
+
All in `@vadimcomanescu/nadicode-design-system/text-effects/`.
|
|
133
|
+
|
|
134
|
+
| Component | Path | Tier | Notes |
|
|
135
|
+
|-----------|------|------|-------|
|
|
136
|
+
| TextReveal | `ui/text-effects/TextReveal` | 3 | Scroll-triggered text reveal |
|
|
137
|
+
| AnimatedGradientText | `ui/text-effects/AnimatedGradientText` | 3 | Animated gradient sweep on text |
|
|
138
|
+
| FlipWords | `ui/text-effects/FlipWords` | 3 | Word cycling with flip animation |
|
|
139
|
+
| StreamingText | `ui/text-effects/StreamingText` | 3 | ChatGPT-style streaming output |
|
|
140
|
+
| ShimmeringText | `ui/text-effects/ShimmeringText` | 3 | Shimmer highlight sweep |
|
|
141
|
+
| CountingNumber | `ui/text-effects/CountingNumber` | 3 | Animated number counter (also used in dashboard) |
|
|
142
|
+
| MorphingText | `ui/text-effects/MorphingText` | 3 | SVG text morphing transitions |
|
|
143
|
+
| HighlightText | `ui/text-effects/HighlightText` | 3 | Animated highlight marker |
|
|
144
|
+
| SlidingNumber | `ui/text-effects/SlidingNumber` | 3 | Digit-by-digit sliding animation |
|
|
145
|
+
|
|
146
|
+
---
|
|
147
|
+
|
|
148
|
+
## Animation Utilities
|
|
149
|
+
|
|
150
|
+
| Component | Path | Tier | Notes |
|
|
151
|
+
|-----------|------|------|-------|
|
|
152
|
+
| ScrollFadeIn | `ui/ScrollFadeIn` | 1 | Fade in on scroll intersection |
|
|
153
|
+
| StaggerChildren | `ui/StaggerChildren` | 1 | Stagger child element entrances |
|
|
154
|
+
| StaggeredEntrance | `ui/StaggeredEntrance` | 3 | Sequential entrance animation |
|
|
155
|
+
| PageTransition | `ui/PageTransition` | 1 | Route transition wrapper (keyed on pathname) |
|
|
156
|
+
| ConfettiBurst | `ui/ConfettiBurst` | 1 | Celebratory confetti animation |
|
|
157
|
+
| SpringHover | `ui/SpringHover` | 3 | Spring-based hover effect wrapper |
|
|
158
|
+
| SuccessCheck | `ui/SuccessCheck` | 1 | Animated success checkmark |
|
|
159
|
+
|
|
160
|
+
---
|
|
161
|
+
|
|
162
|
+
## Charts
|
|
163
|
+
|
|
164
|
+
Base `Chart.tsx` in `ui/` (not `ui/charts/`). The 7 chart variants in `ui/charts/`.
|
|
165
|
+
|
|
166
|
+
| Component | Path | Tier | Notes |
|
|
167
|
+
|-----------|------|------|-------|
|
|
168
|
+
| Chart | `ui/Chart` | 2 | Base config: ChartContainer, ChartTooltip, ChartLegend |
|
|
169
|
+
| AreaChart | `ui/charts/AreaChart` | 2 | Recharts area chart |
|
|
170
|
+
| BarChart | `ui/charts/BarChart` | 2 | Recharts bar chart |
|
|
171
|
+
| LineChart | `ui/charts/LineChart` | 2 | Recharts line chart |
|
|
172
|
+
| PieChart | `ui/charts/PieChart` | 2 | Recharts pie/donut chart |
|
|
173
|
+
| RadarChart | `ui/charts/RadarChart` | 2 | Recharts radar chart |
|
|
174
|
+
| RadialBarChart | `ui/charts/RadialBarChart` | 2 | Recharts radial bar chart |
|
|
175
|
+
| HeatmapChart | `ui/charts/HeatmapChart` | 2 | Custom heatmap visualization |
|
|
176
|
+
|
|
177
|
+
---
|
|
178
|
+
|
|
179
|
+
## AI / Voice
|
|
180
|
+
|
|
181
|
+
| Component | Path | Tier | Notes |
|
|
182
|
+
|-----------|------|------|-------|
|
|
183
|
+
| AgentAvatar | `ui/AgentAvatar` | 2 | AI agent avatar with idle/listening/speaking states |
|
|
184
|
+
| Avatar3D | `ui/Avatar3D` | 2 | 3D avatar with Three.js |
|
|
185
|
+
| AgentStatus | `ui/AgentStatus` | 2 | Agent connection status indicator |
|
|
186
|
+
| AudioWaveform | `ui/AudioWaveform` | 2 | Real-time audio visualization |
|
|
187
|
+
| ConversationThread | `ui/ConversationThread` | 2 | Chat message thread |
|
|
188
|
+
|
|
189
|
+
---
|
|
190
|
+
|
|
191
|
+
## Agentic UI
|
|
192
|
+
|
|
193
|
+
Components for AI agent interfaces, tool-use visualization, and multi-agent workflows.
|
|
194
|
+
|
|
195
|
+
### Core
|
|
196
|
+
|
|
197
|
+
| Component | Path | Tier | Notes |
|
|
198
|
+
|-----------|------|------|-------|
|
|
199
|
+
| ToolCallCard | `ui/ToolCallCard` | 2 | Tool invocation with name, args, status, result |
|
|
200
|
+
| ThinkingIndicator | `ui/ThinkingIndicator` | 2 | Animated "thinking..." for agent reasoning |
|
|
201
|
+
| AgentMessageBubble | `ui/AgentMessageBubble` | 2 | Chat bubble with role-based styling |
|
|
202
|
+
| ApprovalCard | `ui/ApprovalCard` | 2 | Human-in-the-loop approval/reject |
|
|
203
|
+
|
|
204
|
+
### Multi-Agent
|
|
205
|
+
|
|
206
|
+
| Component | Path | Tier | Notes |
|
|
207
|
+
|-----------|------|------|-------|
|
|
208
|
+
| AgentTeamPanel | `ui/AgentTeamPanel` | 2 | Agent team members and statuses |
|
|
209
|
+
| AgentTimeline | `ui/AgentTimeline` | 2 | Timeline of agent actions |
|
|
210
|
+
| WorkflowGraph | `ui/WorkflowGraph` | 2 | Visual graph of workflow steps |
|
|
211
|
+
| HandoffIndicator | `ui/HandoffIndicator` | 2 | Agent-to-agent task handoff |
|
|
212
|
+
|
|
213
|
+
### Observability
|
|
214
|
+
|
|
215
|
+
| Component | Path | Tier | Notes |
|
|
216
|
+
|-----------|------|------|-------|
|
|
217
|
+
| ContextMeter | `ui/ContextMeter` | 2 | Context window usage visualization |
|
|
218
|
+
| SourceCitation | `ui/SourceCitation` | 2 | Cited sources with links |
|
|
219
|
+
| AgentMetricsCard | `ui/AgentMetricsCard` | 2 | Agent performance metrics dashboard |
|
|
220
|
+
| MemoryInspector | `ui/MemoryInspector` | 2 | Agent memory/state inspector |
|
|
221
|
+
|
|
222
|
+
### Artifacts
|
|
223
|
+
|
|
224
|
+
| Component | Path | Tier | Notes |
|
|
225
|
+
|-----------|------|------|-------|
|
|
226
|
+
| ArtifactCard | `ui/ArtifactCard` | 2 | Generated artifacts display |
|
|
227
|
+
| CodeDiffViewer | `ui/CodeDiffViewer` | 2 | Side-by-side or unified diff view |
|
|
228
|
+
| AgentTerminal | `ui/AgentTerminal` | 2 | Terminal-style command output |
|
|
229
|
+
|
|
230
|
+
---
|
|
231
|
+
|
|
232
|
+
## Multi-Step / Stepper
|
|
233
|
+
|
|
234
|
+
All in `src/components/ui/stepper/`. Distinct from FormWizard.
|
|
235
|
+
|
|
236
|
+
| Component | Path | Tier | Notes |
|
|
237
|
+
|-----------|------|------|-------|
|
|
238
|
+
| Stepper | `ui/stepper/stepper` | 1 | Root stepper, exports `useStepper` hook |
|
|
239
|
+
| Step | `ui/stepper/step` | 1 | Individual step |
|
|
240
|
+
|
|
241
|
+
---
|
|
242
|
+
|
|
243
|
+
## Miscellaneous
|
|
244
|
+
|
|
245
|
+
| Component | Path | Tier | Notes |
|
|
246
|
+
|-----------|------|------|-------|
|
|
247
|
+
| ThemeToggle | `ui/ThemeToggle` | 1 | Light/dark/system theme switcher |
|
|
248
|
+
| StyleToggle | `ui/StyleToggle` | 1 | Arctic/bloom style switcher |
|
|
249
|
+
| Toast / Toaster | `ui/Toast`, `ui/Toaster` | 1 | `react-toast` based |
|
|
250
|
+
| Sonner | `ui/Sonner` | 1 | Sonner toast integration |
|
|
251
|
+
| NotificationCenter | `ui/NotificationCenter` | 4 | Overlaps with Sonner/Toast |
|
|
252
|
+
| Logo | `ui/Logo` | 1 | Brand logo component |
|
|
253
|
+
| BrandIcons | `ui/BrandIcons` | 1 | Google, GitHub brand SVGs |
|
|
254
|
+
| SkipNav | `ui/SkipNav` | 1 | Accessibility skip navigation |
|
|
255
|
+
| VisuallyHidden | `ui/VisuallyHidden` | 1 | Screen-reader-only content |
|
|
256
|
+
| ButtonGroup | `ui/ButtonGroup` | 4 | Grouped button layout (use flex+gap) |
|
|
257
|
+
| Item | `ui/Item` | 4 | Generic list item (too generic) |
|
|
258
|
+
|
|
259
|
+
---
|
|
260
|
+
|
|
261
|
+
## Tier Summary
|
|
262
|
+
|
|
263
|
+
| Tier | Count | Usage |
|
|
264
|
+
|------|-------|-------|
|
|
265
|
+
| 1 (Core) | ~48 | 3+ recipes, always available |
|
|
266
|
+
| 2 (Domain) | ~30 | Agentic, charts, AI/voice, checkout |
|
|
267
|
+
| 3 (Decorative) | ~27 | Marketing/showcase only |
|
|
268
|
+
| 4 (Deprecation) | ~14 | Evaluate for removal/consolidation |
|
|
269
|
+
|
|
270
|
+
Use `npm run docs:inventory` for filesystem-backed inventory output.
|
|
@@ -0,0 +1,258 @@
|
|
|
1
|
+
# Composition
|
|
2
|
+
|
|
3
|
+
Page layout algebra, shell selection, content widths, vertical rhythm, glass tiers, and grid patterns.
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## 3-Layer Model
|
|
8
|
+
|
|
9
|
+
Every Seed page is composed of exactly three layers:
|
|
10
|
+
|
|
11
|
+
```
|
|
12
|
+
Shell -- persistent frame (sidebar, header, footer)
|
|
13
|
+
Section -- vertical content band (hero, KPI row, chart grid)
|
|
14
|
+
Component -- UI primitive or block from the DS
|
|
15
|
+
```
|
|
16
|
+
|
|
17
|
+
**Rules:**
|
|
18
|
+
- A page has exactly 1 shell
|
|
19
|
+
- A page has 2-8 sections (vertical stacking, no nesting)
|
|
20
|
+
- Each section contains 1-6 components arranged via CSS grid or flex
|
|
21
|
+
- Sections never nest inside other sections
|
|
22
|
+
|
|
23
|
+
---
|
|
24
|
+
|
|
25
|
+
## Shell Selection
|
|
26
|
+
|
|
27
|
+
| Intent | Shell | Components |
|
|
28
|
+
|--------|-------|------------|
|
|
29
|
+
| App pages (dashboard, settings, CRUD, analytics, agents) | `app-shell` | `Sidebar` + top bar + `SearchCommand` |
|
|
30
|
+
| Marketing (landing, pricing, blog) | `marketing-shell` | `HeaderBlock` + `FooterBlock` |
|
|
31
|
+
| Auth (login, signup, reset) | `auth-shell` | `AuthLayout` (split-screen or centered) |
|
|
32
|
+
| Onboarding | `onboarding-shell` | Minimal header + progress bar, no nav |
|
|
33
|
+
| Error (404, 500) | `fallback-shell` | Logo + minimal nav back |
|
|
34
|
+
|
|
35
|
+
### Decision Tree
|
|
36
|
+
|
|
37
|
+
```
|
|
38
|
+
Does the user have a session? --> Yes --> app-shell
|
|
39
|
+
--> No --> Is it auth? --> auth-shell
|
|
40
|
+
--> Is it onboarding? --> onboarding-shell
|
|
41
|
+
--> marketing-shell or fallback-shell
|
|
42
|
+
```
|
|
43
|
+
|
|
44
|
+
### Shell Diagrams
|
|
45
|
+
|
|
46
|
+
```
|
|
47
|
+
APP SHELL MARKETING SHELL
|
|
48
|
+
+--+---------------------------+ +-----------------------------+
|
|
49
|
+
| | Top bar / Breadcrumb | | HeaderBlock |
|
|
50
|
+
|S | | +-----------------------------+
|
|
51
|
+
|I | Section 1 | | Section 1 |
|
|
52
|
+
|D | | | |
|
|
53
|
+
|E | Section 2 | | Section 2 |
|
|
54
|
+
|B | | | |
|
|
55
|
+
|A | Section 3 | | Section 3 |
|
|
56
|
+
|R | | +-----------------------------+
|
|
57
|
+
| | | | FooterBlock |
|
|
58
|
+
+--+---------------------------+ +-----------------------------+
|
|
59
|
+
|
|
60
|
+
AUTH SHELL ONBOARDING SHELL
|
|
61
|
+
+-----------------------------+ +-----------------------------+
|
|
62
|
+
| Logo (minimal) | | Logo Step 2/5 [Skip] |
|
|
63
|
+
+-----------------------------+ +-----------------------------+
|
|
64
|
+
| | | |
|
|
65
|
+
| +-------------------+ | | +-------------------+ |
|
|
66
|
+
| | Auth Card | | | | Step Content | |
|
|
67
|
+
| | (glass-floating) | | | | | |
|
|
68
|
+
| +-------------------+ | | +-------------------+ |
|
|
69
|
+
| | | [Back] [Next] |
|
|
70
|
+
+-----------------------------+ +-----------------------------+
|
|
71
|
+
```
|
|
72
|
+
|
|
73
|
+
---
|
|
74
|
+
|
|
75
|
+
## Content Width Contract
|
|
76
|
+
|
|
77
|
+
| Page Type | Max Width | Padding |
|
|
78
|
+
|-----------|-----------|---------|
|
|
79
|
+
| Marketing sections | `max-w-7xl` (1280px) | `px-4 sm:px-6 lg:px-8` |
|
|
80
|
+
| App content | `max-w-screen-2xl` (1536px) | `px-4 lg:px-6` |
|
|
81
|
+
| Centered forms (auth, onboarding) | `max-w-md` (448px) | `px-4` |
|
|
82
|
+
| Split-screen auth | `max-w-6xl` (1152px) | full-bleed |
|
|
83
|
+
| Reading content (blog, changelog) | `max-w-3xl` (768px) | `px-4 sm:px-6` |
|
|
84
|
+
|
|
85
|
+
### Decision Tree
|
|
86
|
+
|
|
87
|
+
```
|
|
88
|
+
Is it marketing / public?
|
|
89
|
+
Yes -> max-w-7xl mx-auto px-4 sm:px-6 lg:px-8
|
|
90
|
+
No -> Is it a form / auth?
|
|
91
|
+
Yes -> Is it centered?
|
|
92
|
+
Yes -> max-w-md mx-auto px-4
|
|
93
|
+
No -> max-w-2xl mx-auto px-4
|
|
94
|
+
No -> Is it reading content (blog)?
|
|
95
|
+
Yes -> max-w-3xl mx-auto px-4 sm:px-6
|
|
96
|
+
No -> App layout (full width within sidebar)
|
|
97
|
+
-> max-w-screen-2xl mx-auto px-4 lg:px-6
|
|
98
|
+
```
|
|
99
|
+
|
|
100
|
+
---
|
|
101
|
+
|
|
102
|
+
## Vertical Rhythm
|
|
103
|
+
|
|
104
|
+
| Context | Section gap | Inner element gap |
|
|
105
|
+
|---------|-------------|-------------------|
|
|
106
|
+
| Marketing | `py-16 md:py-24` | `space-y-6` / `gap-8` |
|
|
107
|
+
| App | `py-6 md:py-8` | `space-y-4` / `gap-4 lg:gap-6` |
|
|
108
|
+
| Forms | `py-6` | `space-y-6` (between groups), `space-y-4` (between fields) |
|
|
109
|
+
| Cards in grid | `gap-4 lg:gap-6` | `p-6` internal |
|
|
110
|
+
|
|
111
|
+
### Section Template
|
|
112
|
+
|
|
113
|
+
```tsx
|
|
114
|
+
{/* App section */}
|
|
115
|
+
<section className="py-6 md:py-8">
|
|
116
|
+
<div className="flex items-center justify-between mb-4">
|
|
117
|
+
<Heading level={3} size="subsection" >Section Title</Heading>
|
|
118
|
+
<Button variant="outline" size="sm">Action</Button>
|
|
119
|
+
</div>
|
|
120
|
+
{/* Section content */}
|
|
121
|
+
</section>
|
|
122
|
+
|
|
123
|
+
{/* Marketing section */}
|
|
124
|
+
<section className="py-16 md:py-24">
|
|
125
|
+
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
|
|
126
|
+
<Heading level={2} size="section" className="mb-4">Section Title</Heading>
|
|
127
|
+
<Typography variant="lead" className="mb-12 text-text-secondary">
|
|
128
|
+
Section description
|
|
129
|
+
</Typography>
|
|
130
|
+
{/* Section content */}
|
|
131
|
+
</div>
|
|
132
|
+
</section>
|
|
133
|
+
```
|
|
134
|
+
|
|
135
|
+
---
|
|
136
|
+
|
|
137
|
+
## Spacing Scale
|
|
138
|
+
|
|
139
|
+
| Token | Value | Use |
|
|
140
|
+
|-------|-------|-----|
|
|
141
|
+
| `gap-1` | 4px | Inline icon + text |
|
|
142
|
+
| `gap-2` | 8px | Related controls (button group) |
|
|
143
|
+
| `gap-3` | 12px | Form field internal |
|
|
144
|
+
| `gap-4` | 16px | Default card/section inner gap |
|
|
145
|
+
| `gap-6` | 24px | Section inner spacing, card padding |
|
|
146
|
+
| `gap-8` | 32px | Between major content groups |
|
|
147
|
+
| `gap-12` | 48px | Marketing section inner spacing |
|
|
148
|
+
| `gap-16` | 64px | Marketing between-section gap (mobile) |
|
|
149
|
+
| `gap-24` | 96px | Marketing between-section gap (desktop) |
|
|
150
|
+
|
|
151
|
+
---
|
|
152
|
+
|
|
153
|
+
## Glass Tier Selection
|
|
154
|
+
|
|
155
|
+
| Page Type | Glass Class | Rationale |
|
|
156
|
+
|-----------|-------------|-----------|
|
|
157
|
+
| Dashboard cards | `glass-panel` | Data containers, low elevation |
|
|
158
|
+
| Settings sections | `glass-panel` | Grouped content areas |
|
|
159
|
+
| Auth forms | `glass-floating` | Elevated, centered focus |
|
|
160
|
+
| Marketing hero | `glass-floating` | High-impact visual |
|
|
161
|
+
| Marketing sections | `glass-panel` | Structural containers |
|
|
162
|
+
| Modals/dialogs | N/A (use Dialog component) | Radix handles backdrop |
|
|
163
|
+
| Sidebar | none (use `bg-sidebar`) | Dedicated sidebar tokens |
|
|
164
|
+
| Toasts | `glass-overlay` | Transient, floating |
|
|
165
|
+
|
|
166
|
+
---
|
|
167
|
+
|
|
168
|
+
## Grid Patterns
|
|
169
|
+
|
|
170
|
+
### KPI / Stats Row
|
|
171
|
+
|
|
172
|
+
```
|
|
173
|
+
Mobile (1 col): Tablet (2 col): Desktop (4 col):
|
|
174
|
+
+------------------+ +--------+--------+ +----+----+----+----+
|
|
175
|
+
| KPI 1 | | KPI 1 | KPI 2 | |KPI1|KPI2|KPI3|KPI4|
|
|
176
|
+
+------------------+ +--------+--------+ +----+----+----+----+
|
|
177
|
+
| KPI 2 | | KPI 3 | KPI 4 |
|
|
178
|
+
+------------------+ +--------+--------+
|
|
179
|
+
|
|
180
|
+
grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-4 lg:gap-6
|
|
181
|
+
```
|
|
182
|
+
|
|
183
|
+
### Chart Grid
|
|
184
|
+
|
|
185
|
+
```
|
|
186
|
+
Mobile (stacked): Desktop (2 col):
|
|
187
|
+
+------------------+ +-----------+-----------+
|
|
188
|
+
| Chart 1 (full) | | Chart 1 | Chart 2 |
|
|
189
|
+
+------------------+ +-----------+-----------+
|
|
190
|
+
| Chart 2 (full) | | Chart 3 (full width) |
|
|
191
|
+
+------------------+ +-----------------------+
|
|
192
|
+
|
|
193
|
+
grid grid-cols-1 lg:grid-cols-2 gap-4 lg:gap-6
|
|
194
|
+
// Full-width chart: className="lg:col-span-2"
|
|
195
|
+
```
|
|
196
|
+
|
|
197
|
+
### Feature Grid (Marketing)
|
|
198
|
+
|
|
199
|
+
```
|
|
200
|
+
Mobile (1 col): Tablet (2 col): Desktop (3 col):
|
|
201
|
+
+------------------+ +--------+--------+ +------+------+------+
|
|
202
|
+
| Feature 1 | | Feat 1 | Feat 2 | |Feat 1|Feat 2|Feat 3|
|
|
203
|
+
+------------------+ +--------+--------+ +------+------+------+
|
|
204
|
+
|
|
205
|
+
grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-6 lg:gap-8
|
|
206
|
+
```
|
|
207
|
+
|
|
208
|
+
### Settings Layout
|
|
209
|
+
|
|
210
|
+
```
|
|
211
|
+
Mobile (stacked): Desktop (sidebar + content):
|
|
212
|
+
+----------------------+ +----------+------------------+
|
|
213
|
+
| [Tab nav scrollable] | | Sidebar | Content area |
|
|
214
|
+
+----------------------+ | nav | |
|
|
215
|
+
| Section Card 1 | | | Section Card 1 |
|
|
216
|
+
+----------------------+ | +------------------+
|
|
217
|
+
| Section Card 2 | | | Section Card 2 |
|
|
218
|
+
+----------------------+ +----------+------------------+
|
|
219
|
+
```
|
|
220
|
+
|
|
221
|
+
### 3-Panel Agent Workbench
|
|
222
|
+
|
|
223
|
+
```
|
|
224
|
+
Mobile (stacked): Tablet (2 col): Desktop (3 col):
|
|
225
|
+
+--------------+ +--------+---------+ +------+----------+------+
|
|
226
|
+
| Conversation | | Team | Conver- | | Team | Conver- | Work |
|
|
227
|
+
+--------------+ | Panel | sation | | & | sation | & |
|
|
228
|
+
| Composer | | +---------+ |Status| | Logs |
|
|
229
|
+
+--------------+ | | Composer| | +----------+ |
|
|
230
|
+
| Team Panel | +--------+---------+ | | Composer | |
|
|
231
|
+
+--------------+ +------+----------+------+
|
|
232
|
+
|
|
233
|
+
// Desktop: grid grid-cols-[280px_1fr_320px] h-dvh
|
|
234
|
+
// Tablet: grid grid-cols-[240px_1fr]
|
|
235
|
+
// Mobile: flex flex-col
|
|
236
|
+
```
|
|
237
|
+
|
|
238
|
+
---
|
|
239
|
+
|
|
240
|
+
## Section Ordering Principles
|
|
241
|
+
|
|
242
|
+
1. **Information hierarchy**: Most important content first (KPIs above charts, hero above features)
|
|
243
|
+
2. **Action proximity**: Primary CTAs near the decision context
|
|
244
|
+
3. **Progressive disclosure**: Overview -> detail -> action
|
|
245
|
+
4. **Consistent chrome**: Shell and navigation are always visible/accessible
|
|
246
|
+
|
|
247
|
+
### Standard Orders by Page Type
|
|
248
|
+
|
|
249
|
+
- **Dashboard**: Header -> KPI row -> Primary chart -> Secondary charts -> Activity feed
|
|
250
|
+
- **Marketing**: Hero -> Logo cloud -> Features -> Social proof -> Pricing teaser -> Testimonials -> FAQ -> CTA -> Footer
|
|
251
|
+
- **Agency Home**: Hero -> Logo cloud -> Services grid -> ProcessFlowBlock -> Outcome stats -> Testimonials -> FAQ -> CTA
|
|
252
|
+
- **Digital Workers**: Hero -> AgentProfileGridBlock -> Per-agent deep dives -> WorkflowGraph -> Integrations -> FAQ -> CTA
|
|
253
|
+
- **Service Detail**: Hero -> SolutionShowcaseBlock -> Features -> ProcessFlowBlock -> Stats -> Testimonials -> CTA
|
|
254
|
+
- **About/Team**: Mission hero -> Values (FeatureGridBlock) -> Team (TeamBlock) -> Company stats -> Partners -> CTA
|
|
255
|
+
- **Contact**: Heading -> ContactBlock -> Company info cards -> FAQ
|
|
256
|
+
- **Settings**: Settings nav -> Profile -> Preferences -> Notifications -> Integrations -> Danger zone
|
|
257
|
+
- **CRUD List**: Header + search -> Filter bar -> Data table -> Pagination
|
|
258
|
+
- **Auth**: Brand/illustration panel + Auth card (login/signup form)
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
# Dashboard Patterns Reference
|
|
2
|
+
|
|
3
|
+
What makes Seed dashboards different from stock shadcn/ui and how to apply the design system's opinionated layer.
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## Seed vs. Stock shadcn: 10 Techniques
|
|
8
|
+
|
|
9
|
+
| # | Technique | Stock shadcn | Seed Dashboard |
|
|
10
|
+
|---|-----------|-------------|----------------|
|
|
11
|
+
| 1 | **Surface treatment** | `bg-card` solid fill | `glass-panel` with backdrop-blur, noise texture, emboss border |
|
|
12
|
+
| 2 | **KPI typography** | `text-2xl font-bold` | `.metric-value` class + `text-3xl font-bold tracking-tight tabular-nums` |
|
|
13
|
+
| 3 | **Number animation** | Static render | `SlidingNumber` (digit roll) or `CountingNumber` (count up) |
|
|
14
|
+
| 4 | **Entrance motion** | None (instant mount) | `StaggerChildren` 80ms stagger on KPI row, `ScrollFadeIn` on chart sections |
|
|
15
|
+
| 5 | **Trend context** | Badge with +/- text | `TrendIndicator` component + `Sparkline` mini chart in every KPI card |
|
|
16
|
+
| 6 | **Chart theming** | Hardcoded hex colors | Semantic tokens `chart-1` through `chart-8` via `ChartContainer` config |
|
|
17
|
+
| 7 | **Data freshness** | None | `DataFreshness` component showing last-updated timestamp, optional live pulse |
|
|
18
|
+
| 8 | **Loading states** | Spinner or nothing | Skeleton grid matching exact card dimensions, `Skeleton` components for each element |
|
|
19
|
+
| 9 | **Glass budget** | N/A (no glass) | Max 5 glass-panel per page. Overflow uses `bg-surface` solid fill |
|
|
20
|
+
|
|
21
|
+
---
|
|
22
|
+
|
|
23
|
+
## Typography Enhancement
|
|
24
|
+
|
|
25
|
+
Seed dashboards use enhanced metric typography that stock shadcn does not provide.
|
|
26
|
+
|
|
27
|
+
### The `.metric-value` class
|
|
28
|
+
|
|
29
|
+
Defined in `src/index.css`, this class applies:
|
|
30
|
+
- `font-feature-settings: "tnum" 1` (tabular numbers for column alignment)
|
|
31
|
+
- `letter-spacing: -0.025em` (tighter tracking for large numbers)
|
|
32
|
+
- `-webkit-font-smoothing: antialiased` (crisp rendering)
|
|
33
|
+
|
|
34
|
+
### Recommended metric stack
|
|
35
|
+
|
|
36
|
+
```tsx
|
|
37
|
+
<SlidingNumber
|
|
38
|
+
value={kpi.value}
|
|
39
|
+
className="metric-value text-3xl font-bold tracking-tight tabular-nums"
|
|
40
|
+
/>
|
|
41
|
+
```
|
|
42
|
+
|
|
43
|
+
Key properties:
|
|
44
|
+
- `text-3xl` (1.875rem): large enough to be a focal point, small enough to fit 4 across
|
|
45
|
+
- `font-bold` (700): strong weight separation from labels
|
|
46
|
+
- `tracking-tight` (-0.025em): tighter than body text for number density
|
|
47
|
+
- `tabular-nums`: fixed-width digits so values don't shift when animating
|
|
48
|
+
|
|
49
|
+
### Label hierarchy
|
|
50
|
+
|
|
51
|
+
| Element | Classes | Size |
|
|
52
|
+
|---------|---------|------|
|
|
53
|
+
| KPI label | `text-text-secondary text-sm` | 14px |
|
|
54
|
+
| KPI value | `metric-value text-3xl font-bold tracking-tight tabular-nums` | 30px |
|
|
55
|
+
| KPI trend | `text-sm` (via TrendIndicator) | 14px |
|
|
56
|
+
| Comparison text | `text-text-tertiary text-xs` | 12px |
|
|
57
|
+
| Chart title | Heading `level={4} size="title"` | 18px |
|
|
58
|
+
| Chart axis labels | Recharts default | 12px |
|
|
59
|
+
|
|
60
|
+
---
|
|
61
|
+
|
|
62
|
+
## Color Expansion
|
|
63
|
+
|
|
64
|
+
The base chart palette provides 6 tokens. Seed extends to 8 for dashboards that need more series.
|
|
65
|
+
|
|
66
|
+
| Token | Role | Hex (arctic dark) | Typical Use |
|
|
67
|
+
|-------|------|-------------------|-------------|
|
|
68
|
+
| `chart-1` | Primary | `#E8B931` (gold) | Revenue, throughput, primary metric |
|
|
69
|
+
| `chart-2` | Secondary | `#3B82F6` (blue) | Users, latency, secondary metric |
|
|
70
|
+
| `chart-3` | Tertiary | `#22C55E` (green) | Growth, conversions, positive |
|
|
71
|
+
| `chart-4` | Quaternary | `#14B8A6` (teal) | Enterprise, high-value segments |
|
|
72
|
+
| `chart-5` | Quinary | `#EF4444` (red) | Churn, errors, negative |
|
|
73
|
+
| `chart-6` | Senary | `#A855F7` (violet) | Auxiliary series |
|
|
74
|
+
| `chart-7` | Septenary | `#A78BFA` (lavender) | Secondary auxiliary, comparison overlays |
|
|
75
|
+
| `chart-8` | Octonary | `#FB923C` (peach) | Warm accent, seasonal data, promotions |
|
|
76
|
+
|
|
77
|
+
### Color assignment rules
|
|
78
|
+
|
|
79
|
+
1. Assign colors by semantic meaning, not by series order
|
|
80
|
+
2. Keep assignments consistent within a dashboard variant (e.g., SaaS always maps `chart-1` to MRR)
|
|
81
|
+
3. Never reuse a color for two different metrics on the same page
|
|
82
|
+
4. Red (`chart-5`) is reserved for negative/error metrics
|
|
83
|
+
5. If you need 9+ colors, the dashboard has too many series. Split into tabs or sub-pages
|
|
84
|
+
|
|
85
|
+
---
|
|
86
|
+
|
|
87
|
+
## What is Deliberately NOT Included
|
|
88
|
+
|
|
89
|
+
These patterns were evaluated and rejected for Seed dashboards.
|
|
90
|
+
|
|
91
|
+
| Pattern | Why Not |
|
|
92
|
+
|---------|---------|
|
|
93
|
+
| Cursor parallax on cards | Distracting in a data-focused context. Dashboards are scanned, not explored. Motion budget is better spent on entrance animation and number transitions. |
|
|
94
|
+
| `@nivo` charts | Adds 200KB+ bundle weight with marginal visual improvement over Recharts. Seed's ChartContainer + semantic tokens achieve the same themed result with the existing Recharts dependency. |
|
|
95
|
+
| `rough-notation` underlines | Whimsical hand-drawn style conflicts with the precision aesthetic of monitoring and analytics dashboards. Acceptable in marketing pages, not in data surfaces. |
|
|
96
|
+
| Gradient fills on area charts | Solid `fillOpacity={0.15}` reads cleaner at small sizes and prints better. Gradients also interact poorly with glass-panel backdrop-blur, creating visual noise. |
|
|
97
|
+
| Auto-refreshing charts (polling) | Not a DS concern. The dashboard recipe provides `DataFreshness` UI. Polling/websocket logic belongs in the consumer app's data layer, not in UI components. |
|
|
98
|
+
| Drag-to-reorder widgets | Grid layout is intentional and opinionated. Draggable dashboards create visual entropy and break the glass budget contract. If users need customization, use a saved-views pattern with predefined layouts. |
|
|
99
|
+
| Tooltip on every data point | Only chart tooltips via `ChartTooltip` + `ChartTooltipContent`. No hover tooltips on KPI cards, badges, or static text. Tooltips are for charts and truncated content only. |
|
|
100
|
+
| Dark-only dashboard theme | Dashboards must work in both light and dark mode. Never hardcode dark backgrounds (`bg-zinc-950`, `bg-[#0F1114]`). Use semantic tokens (`bg-background`, `bg-surface`). |
|
|
101
|
+
| Tab-per-chart navigation | Tabs hide data. Prefer a scrollable single-page layout with `ScrollFadeIn` for progressive disclosure. Use tabs only for fundamentally different views (Overview vs. Detail). |
|