@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,433 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: Seed Design System
|
|
3
|
+
description: >
|
|
4
|
+
Use when building UI with the Seed Design System or composing full pages from
|
|
5
|
+
Seed components. Covers tokens, components, glass effects, animations,
|
|
6
|
+
dual-axis theming, page recipes, and Next.js App Router integration.
|
|
7
|
+
tags: [seed, design-system, arctic-glow, react, tailwind, radix, glassmorphism, recipes]
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# Seed Design System -- Agent Skill
|
|
11
|
+
|
|
12
|
+
React 19 + TypeScript + Tailwind CSS 4 + Radix UI + CVA.
|
|
13
|
+
Dual-axis theming: `theme` (light/dark/system) + `style` (arctic/bloom).
|
|
14
|
+
Arctic: cool teal glassmorphism. Bloom: warm light-only organic aesthetic.
|
|
15
|
+
Next.js App Router. Dev server: `localhost:5001`.
|
|
16
|
+
|
|
17
|
+
In consumer apps, Seed runtime normally comes from an exact released `@vadimcomanescu/nadicode-design-system` version. For unpublished local work, use a packed tarball such as `file:.nadicode/packages/vadimcomanescu-nadicode-design-system-<version>.tgz`. Do not point consumer apps at a live DS repo directory.
|
|
18
|
+
|
|
19
|
+
Consumer scaffold contract: brand customization stays palette-only unless the task is explicitly DS development. In seeded apps, edit seed-palette.css in the app src/ root for brand colors. Do not tell consumers to edit the package tokens stylesheet, `src/lib/tokens.config.js`, or font/layout wiring as part of normal branding.
|
|
20
|
+
|
|
21
|
+
## Read Order
|
|
22
|
+
|
|
23
|
+
1. **This file** -- router, quick references, forbidden patterns
|
|
24
|
+
2. **`contract.md`** -- binary rules, package integration contract
|
|
25
|
+
3. **`intent-map.md`** -- intent decision tree + recipe index
|
|
26
|
+
4. **`recipes/<page-type>.md`** -- matching recipe for your page
|
|
27
|
+
5. **`references/`** -- deep dives as needed
|
|
28
|
+
6. **`references/brand-override.md`** -- palette-only brand customization guide for seeded apps
|
|
29
|
+
|
|
30
|
+
---
|
|
31
|
+
|
|
32
|
+
## Intent Decision Tree
|
|
33
|
+
|
|
34
|
+
What are you building? Follow the tree to find your recipe.
|
|
35
|
+
|
|
36
|
+
```
|
|
37
|
+
Does user have a session?
|
|
38
|
+
YES --> app-shell intents:
|
|
39
|
+
dashboard .......... recipes/dashboard.md
|
|
40
|
+
CRUD list/detail ... recipes/crud-list-detail.md
|
|
41
|
+
CRUD form .......... recipes/crud-form.md
|
|
42
|
+
settings ........... recipes/settings.md
|
|
43
|
+
analytics .......... recipes/analytics.md
|
|
44
|
+
agents/chat ........ recipes/agents-chat.md
|
|
45
|
+
navigation shell ... recipes/navigation-shell.md
|
|
46
|
+
NO --> auth?
|
|
47
|
+
YES --> recipes/auth.md (auth-shell)
|
|
48
|
+
onboarding?
|
|
49
|
+
YES --> recipes/onboarding.md (onboarding-shell)
|
|
50
|
+
marketing intents (marketing-shell):
|
|
51
|
+
agency home ...... recipes/agency-home.md
|
|
52
|
+
landing .......... recipes/marketing-landing.md
|
|
53
|
+
digital workers .. recipes/digital-workers.md
|
|
54
|
+
service detail ... recipes/service-detail.md
|
|
55
|
+
pricing .......... recipes/pricing.md
|
|
56
|
+
blog/content ..... recipes/blog-content.md
|
|
57
|
+
about/team ....... recipes/company-about.md
|
|
58
|
+
contact .......... recipes/company-contact.md
|
|
59
|
+
checkout ......... recipes/checkout.md
|
|
60
|
+
marketing shell .. recipes/marketing-shell.md
|
|
61
|
+
error pages --> recipes/error-pages.md (fallback-shell)
|
|
62
|
+
```
|
|
63
|
+
|
|
64
|
+
Full intent-to-recipe mapping with shell selection: see `intent-map.md`.
|
|
65
|
+
|
|
66
|
+
---
|
|
67
|
+
|
|
68
|
+
## Forbidden Patterns
|
|
69
|
+
|
|
70
|
+
| WRONG | CORRECT | Why |
|
|
71
|
+
|-------|---------|-----|
|
|
72
|
+
| `text-foreground` | `text-text-primary` | `foreground` undefined |
|
|
73
|
+
| `text-muted-foreground` | `text-text-secondary` / `text-text-tertiary` | Semantic text tokens |
|
|
74
|
+
| `border-error` | `border-destructive` | `error` undefined |
|
|
75
|
+
| `bg-black/80` (overlays) | `bg-overlay/80` | Semantic overlay token |
|
|
76
|
+
| `bg-zinc-950`, `bg-slate-*` | `bg-background` / `bg-surface` | No Tailwind default colors |
|
|
77
|
+
| `h-screen` / `min-h-screen` | `h-dvh` / `min-h-dvh` | Mobile viewport bug |
|
|
78
|
+
| `glass-card` | `glass-panel` | `glass-card` deleted |
|
|
79
|
+
| `glass-atmospheric` | `glass-overlay` | Renamed |
|
|
80
|
+
| `import { X } from "lucide-react"` | `import { XIcon } from "@vadimcomanescu/nadicode-design-system/icons"` | Integrity test enforces |
|
|
81
|
+
| `import { motion } from "framer-motion"` | `import { motion } from "motion/react"` | Package renamed |
|
|
82
|
+
| `#6366f1` / Electric Indigo | `#38BDB8` (dark) / `#1A8F88` (light) teal | Arctic Glow replaced Indigo |
|
|
83
|
+
| `import { MeshGradient } from "@paper-design/shaders-react"` | `import { ShaderBackground } from "@vadimcomanescu/nadicode-design-system/shader-background"` | Use themed wrapper |
|
|
84
|
+
| CSS hex in vars: `--color-bg: #0F1114` | `--color-background: 15 17 20` | CSS vars use space-separated RGB |
|
|
85
|
+
| Block without `interface *Props` | `interface MyBlockProps { title?: string }` | Integrity test enforces |
|
|
86
|
+
| Required content props | Optional with defaults in destructuring | Blocks render standalone |
|
|
87
|
+
|
|
88
|
+
---
|
|
89
|
+
|
|
90
|
+
## Token Quick Reference
|
|
91
|
+
|
|
92
|
+
**Backgrounds:** `bg-background` (page), `bg-surface` (cards), `bg-surface-hover`, `bg-surface-active`, `bg-surface-raised`, `bg-muted`, `bg-overlay/80` (modals)
|
|
93
|
+
|
|
94
|
+
**Text:** `text-text-primary` (headings/body), `text-text-secondary` (meta), `text-text-tertiary` (disabled), `text-link`
|
|
95
|
+
|
|
96
|
+
**Status:** `bg-destructive`/`text-destructive`, `bg-success`/`text-success`, `bg-warning`, `bg-info`
|
|
97
|
+
|
|
98
|
+
**Borders:** `border-border`, `border-border-hover`, `border-border-subtle`, `border-destructive`
|
|
99
|
+
|
|
100
|
+
**Interactive:** `bg-primary` (gray.12), `bg-secondary`, `bg-accent` (teal), `ring-accent` (focus)
|
|
101
|
+
|
|
102
|
+
**Charts:** `chart-1` (teal), `chart-2` (blue), `chart-3` (amber), `chart-4` (green), `chart-5` (violet), `chart-6` (red)
|
|
103
|
+
|
|
104
|
+
**Sidebar:** `sidebar`, `sidebar-foreground`, `sidebar-primary`, `sidebar-accent`, `sidebar-border`, `sidebar-ring`
|
|
105
|
+
|
|
106
|
+
Full token tables with CSS variables and Radix scales: `references/tokens.md`
|
|
107
|
+
|
|
108
|
+
---
|
|
109
|
+
|
|
110
|
+
## Heading And Text
|
|
111
|
+
|
|
112
|
+
Use `Heading` for semantic headings. Use `Typography` for non-heading copy only.
|
|
113
|
+
|
|
114
|
+
```tsx
|
|
115
|
+
import { Heading } from "@vadimcomanescu/nadicode-design-system/heading"
|
|
116
|
+
import { Typography } from "@vadimcomanescu/nadicode-design-system/typography"
|
|
117
|
+
|
|
118
|
+
<Heading level={1}>Page title</Heading>
|
|
119
|
+
<Heading level={2} size="section">Section title</Heading>
|
|
120
|
+
<Heading level={3} size="label">Card title</Heading>
|
|
121
|
+
|
|
122
|
+
<Typography>Body copy</Typography>
|
|
123
|
+
<Typography variant="small">Meta text</Typography>
|
|
124
|
+
<Typography variant="muted">Muted text</Typography>
|
|
125
|
+
```
|
|
126
|
+
|
|
127
|
+
**Heading props**
|
|
128
|
+
|
|
129
|
+
| Prop | Type | Default | Purpose |
|
|
130
|
+
|------|------|---------|---------|
|
|
131
|
+
| `level` | `1 \| 2 \| 3 \| 4 \| 5 \| 6` | `2` | Semantic HTML heading level |
|
|
132
|
+
| `size` | `display \| section \| subsection \| title \| label \| eyebrow` | from `level` | Visual size preset |
|
|
133
|
+
| `className` | `string` | - | Spacing, color, and contextual overrides |
|
|
134
|
+
|
|
135
|
+
**Typography variants**
|
|
136
|
+
|
|
137
|
+
| Variant | Use |
|
|
138
|
+
|---------|-----|
|
|
139
|
+
| `body` | Default paragraph copy |
|
|
140
|
+
| `small` | Meta text, captions, compact labels |
|
|
141
|
+
| `muted` | Secondary/de-emphasized text |
|
|
142
|
+
|
|
143
|
+
---
|
|
144
|
+
|
|
145
|
+
## Golden Component Pattern
|
|
146
|
+
|
|
147
|
+
```tsx
|
|
148
|
+
import * as React from "react"
|
|
149
|
+
import { Slot } from "@radix-ui/react-slot"
|
|
150
|
+
import { cva, type VariantProps } from "class-variance-authority"
|
|
151
|
+
import { cn } from "@/lib/utils"
|
|
152
|
+
|
|
153
|
+
const variants = cva("base-classes", {
|
|
154
|
+
variants: { variant: { primary: "...", secondary: "..." }, size: { sm: "...", md: "..." } },
|
|
155
|
+
defaultVariants: { variant: "primary", size: "md" },
|
|
156
|
+
})
|
|
157
|
+
|
|
158
|
+
export interface Props extends React.ButtonHTMLAttributes<HTMLButtonElement>,
|
|
159
|
+
VariantProps<typeof variants> { asChild?: boolean; ref?: React.Ref<HTMLButtonElement> }
|
|
160
|
+
|
|
161
|
+
function MyComponent({ className, variant, size, asChild = false, ref, ...props }: Props) {
|
|
162
|
+
const Comp = asChild ? Slot : "button"
|
|
163
|
+
return <Comp className={cn(variants({ variant, size, className }))} ref={ref} {...props} />
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
export { MyComponent, variants }
|
|
167
|
+
```
|
|
168
|
+
|
|
169
|
+
**5 rules:** (1) `ref` as prop (React 19, no forwardRef) (2) `cn()` for class merging (3) CVA for variants (4) `asChild` + `Slot` for polymorphism (5) Export component + variants
|
|
170
|
+
|
|
171
|
+
Full patterns with Button, Input, Dialog, Block examples: `references/patterns.md`
|
|
172
|
+
|
|
173
|
+
---
|
|
174
|
+
|
|
175
|
+
## Glass Tiers
|
|
176
|
+
|
|
177
|
+
| Class | Use For | Key Properties |
|
|
178
|
+
|-------|---------|----------------|
|
|
179
|
+
| `glass-panel` | Dashboards, cards, data containers | `bg-surface/30 backdrop-blur-xl` |
|
|
180
|
+
| `glass-floating` | Elevated elements, hero cards | `bg-surface/40 backdrop-blur-[40px]` + heavy shadows |
|
|
181
|
+
| `glass-overlay` | Popovers, toasts, transient UI | `bg-surface/30 backdrop-blur-md` |
|
|
182
|
+
|
|
183
|
+
Light/bloom overrides are automatic. Bloom uses warm cream tints + brown shadows.
|
|
184
|
+
Deep dive: `references/glass-and-effects.md`
|
|
185
|
+
|
|
186
|
+
---
|
|
187
|
+
|
|
188
|
+
## Animation Essentials
|
|
189
|
+
|
|
190
|
+
```tsx
|
|
191
|
+
import { motion } from "motion/react"
|
|
192
|
+
import { motionSpring, fadeInUp, blockStagger } from "@/lib/motion"
|
|
193
|
+
```
|
|
194
|
+
|
|
195
|
+
### Spring Presets
|
|
196
|
+
|
|
197
|
+
| Name | Stiffness | Damping | Mass | Use For |
|
|
198
|
+
|------|-----------|---------|------|---------|
|
|
199
|
+
| `snappy` | 400 | 28 | 0.8 | Micro-interactions, tooltips |
|
|
200
|
+
| `gentle` | 200 | 20 | 1.0 | Page transitions, drawers |
|
|
201
|
+
| `bouncy` | 300 | 14 | 0.8 | Celebration, completion |
|
|
202
|
+
| `dramatic` | 500 | 24 | 1.2 | Hero entrances |
|
|
203
|
+
| `wobbly` | bloom only | | | Extra bounce |
|
|
204
|
+
|
|
205
|
+
### Duration Tokens
|
|
206
|
+
|
|
207
|
+
`duration-micro` (100ms), `duration-fast` (150ms), `duration-normal` (200ms), `duration-moderate` (250ms), `duration-slow` (300ms)
|
|
208
|
+
|
|
209
|
+
### Easing
|
|
210
|
+
|
|
211
|
+
`ease-out-cubic` (enters), `ease-in-out-cubic` (morphing). CSS transitions for hover/border/bg changes, springs for entrances/mounts.
|
|
212
|
+
|
|
213
|
+
### Animation Budgets
|
|
214
|
+
|
|
215
|
+
App pages: 400-600ms total. Marketing: 800-1200ms. Max stagger chain: 8 items, 50-120ms apart.
|
|
216
|
+
Below-fold items: use `ScrollFadeIn`.
|
|
217
|
+
|
|
218
|
+
Reduced motion: `useReducedMotion()` or `motion-reduce:` classes. Non-negotiable.
|
|
219
|
+
Style-aware motion: `useStyleMotion()` hook. Deep dive: `references/animation.md`
|
|
220
|
+
|
|
221
|
+
---
|
|
222
|
+
|
|
223
|
+
## Icon Rules
|
|
224
|
+
|
|
225
|
+
All icons export from `@vadimcomanescu/nadicode-design-system/icons` -- same import path, same API. Never import `lucide-react` directly (integrity test enforces).
|
|
226
|
+
|
|
227
|
+
```tsx
|
|
228
|
+
import { SettingsIcon, BellIcon } from "@vadimcomanescu/nadicode-design-system/icons"
|
|
229
|
+
<SettingsIcon size={16} /> // size in px, default 28
|
|
230
|
+
```
|
|
231
|
+
|
|
232
|
+
### Two Tiers
|
|
233
|
+
|
|
234
|
+
| Tier | Count | Animation | Source |
|
|
235
|
+
|------|-------|-----------|--------|
|
|
236
|
+
| **Hand-crafted** | 110 | `motion.path` stroke animations (premium, per-icon) | [lucide-animated.com](https://lucide-animated.com); `sun.tsx` as template |
|
|
237
|
+
| **Factory-wrapped** | 289 | CSS stroke-draw via `createAnimatedIcon` (covers full Lucide catalog) | `lucide-wrapped.tsx` |
|
|
238
|
+
|
|
239
|
+
**Total: 399 icons.** Before adding a new icon, check whether it already exports from `@vadimcomanescu/nadicode-design-system/icons` or a matching `@vadimcomanescu/nadicode-design-system/icons/<name>` subpath.
|
|
240
|
+
|
|
241
|
+
### Adding a New Icon
|
|
242
|
+
|
|
243
|
+
1. **Check if it exists** (399 total -- likely yes).
|
|
244
|
+
2. **If missing:** add it to `lucide-wrapped.tsx` using `createAnimatedIcon`:
|
|
245
|
+
```tsx
|
|
246
|
+
import { Home } from "lucide-react"
|
|
247
|
+
export const HomeIcon = createAnimatedIcon(Home, "HomeIcon")
|
|
248
|
+
```
|
|
249
|
+
3. **If the needed icon is missing**, stop and request an upstream DS export. Do not hand-craft a local scaffold copy just to bypass the package contract.
|
|
250
|
+
|
|
251
|
+
`createAnimatedIcon` is also exported for consumers to wrap any Lucide icon ad-hoc without adding it to the catalog.
|
|
252
|
+
|
|
253
|
+
Full catalog: `references/icons.md`
|
|
254
|
+
|
|
255
|
+
---
|
|
256
|
+
|
|
257
|
+
## Theming
|
|
258
|
+
|
|
259
|
+
Dual-axis: `theme` (light/dark/system) + `style` (arctic/bloom). Bloom forces light.
|
|
260
|
+
|
|
261
|
+
```tsx
|
|
262
|
+
const { theme, style, setTheme, setStyle, resolvedTheme } = useTheme()
|
|
263
|
+
```
|
|
264
|
+
|
|
265
|
+
CSS selectors: `:root` (light), `:root.dark`, `:root.bloom`. Style-aware motion via `useStyleMotion()`.
|
|
266
|
+
|
|
267
|
+
Arctic: teal accent `#38BDB8`/`#1A8F88`, cool grays. Bloom: coral accent `#E8573A`, warm cream, brown tints.
|
|
268
|
+
|
|
269
|
+
In seeded consumer apps, palette overrides may fully replace Bloom colors. Bloom remains a style axis, not a protected palette.
|
|
270
|
+
|
|
271
|
+
---
|
|
272
|
+
|
|
273
|
+
## i18n Components
|
|
274
|
+
|
|
275
|
+
**Ownership boundary**
|
|
276
|
+
The scaffold app owns `next-intl` setup: `src/i18n/request.ts`, locale routing, `NextIntlClientProvider`, `timeZone`, `now`, and message loading. Seed owns DS message catalogs and merge helpers only.
|
|
277
|
+
|
|
278
|
+
**Message merging**
|
|
279
|
+
Use `mergeSeedMessages` from `@vadimcomanescu/nadicode-design-system/lib/merge-messages` in `src/i18n/request.ts` to combine DS-owned package exports like `@vadimcomanescu/nadicode-design-system/messages/<locale>` with app-owned `messages/<locale>.json`, then pass the merged result into the app's own `NextIntlClientProvider`.
|
|
280
|
+
Do not copy DS catalog files into the app.
|
|
281
|
+
|
|
282
|
+
**Test helpers**
|
|
283
|
+
Consumer apps can import `SeedTestProvider` from `@vadimcomanescu/nadicode-design-system/test` when they need the package-owned test wrapper. The showcase app keeps its local `@/test/SeedTestProvider` wrapper for in-repo tests.
|
|
284
|
+
|
|
285
|
+
**LanguageSwitcher** (`@vadimcomanescu/nadicode-design-system/language-switcher`)
|
|
286
|
+
Props: `locales` (string[], default `['en','it']`), `value` (current locale), `onLocaleChange` (callback), `className`. Uses `useTranslations('components.languageSwitcher')` for labels. Without `onLocaleChange`, sets a `NEXT_LOCALE` cookie and calls `router.refresh()`.
|
|
287
|
+
|
|
288
|
+
**SettingsModal** (`@vadimcomanescu/nadicode-design-system/settings-modal`)
|
|
289
|
+
Exports: `defaultSettingsTabs`, `SettingsTabDef` (interface), `SettingsModal` (component).
|
|
290
|
+
Props: `open`, `onOpenChange`, `defaultTab`, `tabs` (SettingsTabDef[]), `renderContent` (preferred: `(tab: string) => ReactNode`), `ContentComponent` (deprecated). Uses `useTranslations('pages.settings')` for tab labels and headings. The default language tab renders `LanguageSwitcher` automatically.
|
|
291
|
+
|
|
292
|
+
---
|
|
293
|
+
|
|
294
|
+
## Composition Algebra
|
|
295
|
+
|
|
296
|
+
Every page = **Shell > Sections > Components**.
|
|
297
|
+
|
|
298
|
+
- 1 shell (persistent frame: sidebar, header, footer)
|
|
299
|
+
- 2-8 sections (vertical bands, no nesting)
|
|
300
|
+
- 1-6 components per section via CSS grid/flex
|
|
301
|
+
|
|
302
|
+
### Shell Selection
|
|
303
|
+
|
|
304
|
+
| Intent | Shell | Components |
|
|
305
|
+
|--------|-------|------------|
|
|
306
|
+
| App (dashboard, settings, CRUD, analytics, agents) | `app-shell` | `Sidebar` + top bar + `SearchCommand` |
|
|
307
|
+
| Marketing (landing, pricing, blog) | `marketing-shell` | `HeaderBlock` + `FooterBlock` |
|
|
308
|
+
| Auth | `auth-shell` | `AuthLayout` (split/centered) |
|
|
309
|
+
| Onboarding | `onboarding-shell` | Minimal header + progress bar |
|
|
310
|
+
| Error | `fallback-shell` | Logo + nav back |
|
|
311
|
+
|
|
312
|
+
Content widths, vertical rhythm, responsive contracts: `references/composition.md`
|
|
313
|
+
|
|
314
|
+
### Kanban Board (Drag & Drop)
|
|
315
|
+
|
|
316
|
+
Compound component for multi-column sortable boards (project boards, runs views, pipelines).
|
|
317
|
+
|
|
318
|
+
```tsx
|
|
319
|
+
import {
|
|
320
|
+
KanbanBoard, KanbanColumn, KanbanColumnHeader,
|
|
321
|
+
KanbanItem, KanbanHandle,
|
|
322
|
+
} from '@vadimcomanescu/nadicode-design-system/kanban-board'
|
|
323
|
+
import type { KanbanColumnState, KanbanMoveMeta } from '@vadimcomanescu/nadicode-design-system/kanban-board'
|
|
324
|
+
```
|
|
325
|
+
|
|
326
|
+
**Architecture:** `@dnd-kit/core` + `@dnd-kit/sortable` internally. Consumer API is Seed-owned (no dnd-kit types leak).
|
|
327
|
+
|
|
328
|
+
**Usage:**
|
|
329
|
+
|
|
330
|
+
```tsx
|
|
331
|
+
type Task = { id: string; title: string }
|
|
332
|
+
|
|
333
|
+
const [columns, setColumns] = useState<KanbanColumnState<Task>[]>([
|
|
334
|
+
{ id: 'todo', items: [{ id: '1', title: 'Task A' }] },
|
|
335
|
+
{ id: 'done', items: [] },
|
|
336
|
+
])
|
|
337
|
+
|
|
338
|
+
<KanbanBoard
|
|
339
|
+
value={columns}
|
|
340
|
+
onValueChange={(next, meta) => {
|
|
341
|
+
setColumns([...next])
|
|
342
|
+
// meta: { item, itemId, fromColumnId, toColumnId, fromIndex, toIndex }
|
|
343
|
+
}}
|
|
344
|
+
getItemId={(task) => task.id}
|
|
345
|
+
getItemLabel={(task) => task.title}
|
|
346
|
+
canMove={({ fromColumnId, toColumnId }) => isAllowed(fromColumnId, toColumnId)}
|
|
347
|
+
renderOverlay={(task) => <MyCard task={task} />}
|
|
348
|
+
>
|
|
349
|
+
{columns.map((col) => (
|
|
350
|
+
<KanbanColumn key={col.id} id={col.id} items={col.items} aria-label={col.name}>
|
|
351
|
+
<KanbanColumnHeader>{col.name} <Badge variant="outline">{col.items.length}</Badge></KanbanColumnHeader>
|
|
352
|
+
{col.items.map((task) => (
|
|
353
|
+
<KanbanItem key={task.id} value={task}>
|
|
354
|
+
<KanbanHandle aria-label={`Move ${task.title}`} />
|
|
355
|
+
<MyCard task={task} />
|
|
356
|
+
</KanbanItem>
|
|
357
|
+
))}
|
|
358
|
+
</KanbanColumn>
|
|
359
|
+
))}
|
|
360
|
+
</KanbanBoard>
|
|
361
|
+
```
|
|
362
|
+
|
|
363
|
+
**Key props:**
|
|
364
|
+
|
|
365
|
+
| Prop | Required | Purpose |
|
|
366
|
+
|------|----------|---------|
|
|
367
|
+
| `value` | Yes | `KanbanColumnState<T>[]` -- controlled column state |
|
|
368
|
+
| `onValueChange` | Yes | `(next, meta) => void` -- fires with new state + move metadata |
|
|
369
|
+
| `getItemId` | Yes | Extract stable ID from item |
|
|
370
|
+
| `getItemLabel` | No | Human label for screen reader announcements |
|
|
371
|
+
| `canMove` | No | Constraint callback to reject moves |
|
|
372
|
+
| `renderOverlay` | No | Custom drag ghost (renders inside `glass-floating`) |
|
|
373
|
+
| `activationDistance` | No | Px before drag starts (default: 5) |
|
|
374
|
+
| `items` on Column | Yes | Pass the column's items array for SortableContext |
|
|
375
|
+
|
|
376
|
+
**Card content is consumer-owned.** The DS provides the board structure, drag mechanics, glass styling, and accessibility. Compose card interiors from existing DS primitives: `Badge`, `StatusDot`, `Typography`, `Button`, `Avatar`.
|
|
377
|
+
|
|
378
|
+
---
|
|
379
|
+
|
|
380
|
+
## Page States
|
|
381
|
+
|
|
382
|
+
Every page handles: `loading` (Skeleton), `empty` (Empty + CTA), `error` (Alert + retry), `has-data`, `submitting` (disabled + spinner), `success` (Toast / SuccessCheck).
|
|
383
|
+
|
|
384
|
+
Loading tiers: Skeleton (< 1s), Spinner (1-3s), Progress (3s+).
|
|
385
|
+
Patterns: `references/state-machines.md`
|
|
386
|
+
|
|
387
|
+
---
|
|
388
|
+
|
|
389
|
+
## Recipe Index
|
|
390
|
+
|
|
391
|
+
| Intent | Recipe | Shell |
|
|
392
|
+
|--------|--------|-------|
|
|
393
|
+
| Dashboard | `recipes/dashboard.md` | app-shell |
|
|
394
|
+
| Marketing Landing | `recipes/marketing-landing.md` | marketing-shell |
|
|
395
|
+
| Agency Home | `recipes/agency-home.md` | marketing-shell |
|
|
396
|
+
| Digital Workers | `recipes/digital-workers.md` | marketing-shell |
|
|
397
|
+
| Service Detail | `recipes/service-detail.md` | marketing-shell |
|
|
398
|
+
| CRUD List + Detail | `recipes/crud-list-detail.md` | app-shell |
|
|
399
|
+
| CRUD Form | `recipes/crud-form.md` | app-shell |
|
|
400
|
+
| Settings | `recipes/settings.md` | app-shell |
|
|
401
|
+
| Auth | `recipes/auth.md` | auth-shell |
|
|
402
|
+
| Onboarding | `recipes/onboarding.md` | onboarding-shell |
|
|
403
|
+
| Pricing | `recipes/pricing.md` | marketing-shell |
|
|
404
|
+
| Analytics | `recipes/analytics.md` | app-shell |
|
|
405
|
+
| Agent Chat | `recipes/agents-chat.md` | app-shell |
|
|
406
|
+
| Error Pages | `recipes/error-pages.md` | fallback-shell |
|
|
407
|
+
| Navigation Shell | `recipes/navigation-shell.md` | app-shell |
|
|
408
|
+
| Blog / Content | `recipes/blog-content.md` | marketing-shell |
|
|
409
|
+
| Company About | `recipes/company-about.md` | marketing-shell |
|
|
410
|
+
| Company Contact | `recipes/company-contact.md` | marketing-shell |
|
|
411
|
+
| Marketing Shell | `recipes/marketing-shell.md` | marketing-shell |
|
|
412
|
+
| Checkout | `recipes/checkout.md` | marketing-shell |
|
|
413
|
+
|
|
414
|
+
---
|
|
415
|
+
|
|
416
|
+
## Reference Index
|
|
417
|
+
|
|
418
|
+
| File | Contents |
|
|
419
|
+
|------|----------|
|
|
420
|
+
| `references/tokens.md` | Radix scales, semantic token map, CSS variables, bloom palette |
|
|
421
|
+
| `references/components.md` | All UI components with tiers inline, Radix primitives, agentic UI |
|
|
422
|
+
| `references/patterns.md` | Golden pattern + 4 code examples: Button, Input, Dialog, LoginBlock |
|
|
423
|
+
| `references/animation.md` | Springs, easings, durations, stagger, choreography, reduced motion |
|
|
424
|
+
| `references/glass-and-effects.md` | Glass tier CSS, decorative components, text effects, shaders |
|
|
425
|
+
| `references/blocks.md` | Blocks by domain with import paths |
|
|
426
|
+
| `references/icons.md` | Animated icon usage patterns |
|
|
427
|
+
| `references/opinions.md` | Decision tables from Opinions Bible |
|
|
428
|
+
| `references/nextjs.md` | App Router setup, providers, SSR boundaries, showcase |
|
|
429
|
+
| `references/composition.md` | Layout algebra, spacing, grid patterns, content widths |
|
|
430
|
+
| `references/responsive.md` | Breakpoint contracts, mobile-first, touch targets |
|
|
431
|
+
| `references/state-machines.md` | State machines, loading tiers, streaming, error handling |
|
|
432
|
+
| `references/dashboard-patterns.md` | Glass budgets, typography, chart colors, animation, anti-patterns for dashboards |
|
|
433
|
+
| `references/brand-override.md` | Brand customization (colors, glass, typography, motion, copy, assets) |
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
# Seed Contract
|
|
2
|
+
|
|
3
|
+
Binary rules for consumer apps using the Seed Design System. Every rule is non-negotiable.
|
|
4
|
+
|
|
5
|
+
## Scope
|
|
6
|
+
|
|
7
|
+
- Apply only to the explicit migration scope you were given.
|
|
8
|
+
- Do not edit files outside scope unless the build is blocked by a required wiring step.
|
|
9
|
+
|
|
10
|
+
## Import Rules
|
|
11
|
+
|
|
12
|
+
1. Import Seed primitives, blocks, charts, icons, and text effects from `@vadimcomanescu/nadicode-design-system/*` subpaths. Do not vendor or recreate DS runtime files inside the scaffold.
|
|
13
|
+
2. Never import icons from `lucide-react` directly. Import from `@vadimcomanescu/nadicode-design-system/icons` or the matching `@vadimcomanescu/nadicode-design-system/icons/<name>` subpath.
|
|
14
|
+
3. If a needed primitive is missing, stop and report it. Do not invent ad-hoc replacements.
|
|
15
|
+
|
|
16
|
+
## Token Rules
|
|
17
|
+
|
|
18
|
+
4. Semantic tokens only (`bg-background`, `bg-surface`, `text-text-primary`, `border-border`, etc.).
|
|
19
|
+
5. Never use raw Tailwind palette classes (`bg-zinc-900`, `text-gray-500`).
|
|
20
|
+
6. Never use `text-foreground`, `text-muted-foreground`, or `border-error`.
|
|
21
|
+
7. Never use `bg-black/80` for overlays. Use `bg-overlay/80`.
|
|
22
|
+
|
|
23
|
+
## Container Rules
|
|
24
|
+
|
|
25
|
+
8. Use glass tiers for containers: `.glass-panel`, `.glass-floating`, or `.glass-overlay`.
|
|
26
|
+
|
|
27
|
+
## Form Rules
|
|
28
|
+
|
|
29
|
+
9. Stacked labels only (`Label` above control). Never inline or floating labels.
|
|
30
|
+
|
|
31
|
+
## Admin UI Rules
|
|
32
|
+
|
|
33
|
+
10. No arbitrary text sizes (`text-[10px]`, `text-[11px]`). Use `Heading`, `Typography`, or the standard Tailwind scale (`text-xs`, `text-sm`).
|
|
34
|
+
11. No ad-hoc `chat-*` classes. Conversation UIs must compose existing Seed primitives and motion tokens.
|
|
35
|
+
12. Admin chat features must include all three agentic layers:
|
|
36
|
+
- Conversation: `ConversationThread` or `AgentMessageBubble`
|
|
37
|
+
- Tooling: `ToolCallCard` or `ThinkingIndicator`
|
|
38
|
+
- Traceability: `SourceCitation`, `AgentTimeline`, `WorkflowGraph`, or `HandoffIndicator`
|
|
39
|
+
13. Admin sidebar navigation must include IA grouping with `SidebarGroupLabel`. No flat unlabeled menus.
|
|
40
|
+
14. Admin analytics must use Seed chart primitives (`AreaChart`, `BarChart`, `LineChart`, `PieChart`, `ChartContainer`). No pseudo-charts from raw `<div>` bars.
|
|
41
|
+
## Page Composition
|
|
42
|
+
|
|
43
|
+
16. Page architecture MUST match a `page_intent` from `intent-map.md`.
|
|
44
|
+
17. If an intent is missing from the catalog, stop and report it. Do not improvise.
|
|
45
|
+
18. Routes without a mapped intent + recipe are invalid.
|
|
46
|
+
|
|
47
|
+
## Brand Customization Rules
|
|
48
|
+
|
|
49
|
+
19. Always override ALL default copy. Never ship generic English defaults from block components.
|
|
50
|
+
20. Always map brand colors to semantic tokens. Never hardcode hex values in components.
|
|
51
|
+
21. Always verify contrast ratios after color override (WCAG AA: 4.5:1 body, 3:1 large text).
|
|
52
|
+
22. Glass intensity must match brand personality. See `references/brand-override.md` for presets.
|
|
53
|
+
23. Always update `src/site.config.ts` (name, description, tagline, nav) before building pages.
|
|
54
|
+
|
|
55
|
+
## Dashboard Rules
|
|
56
|
+
|
|
57
|
+
24. Dashboard KPI cards must use `MetricCard`, not ad-hoc Card + value compositions.
|
|
58
|
+
25. Chart components must not be rendered without an empty-data guard (`data.length > 0` or `ChartCard`).
|
|
59
|
+
26. Chart color configs must use `var(--color-chart-N)` tokens, never hex/rgb/hsl literals.
|
|
60
|
+
27. Import chart primitives from `@vadimcomanescu/nadicode-design-system/charts` or the matching `@vadimcomanescu/nadicode-design-system/charts/<chart-name>` subpath. Do not import `recharts` directly into scaffold app code.
|
|
61
|
+
|
|
62
|
+
## ESLint Rule Reference
|
|
63
|
+
|
|
64
|
+
These rules are enforced at lint time (Layer 1):
|
|
65
|
+
|
|
66
|
+
| Rule | Severity | What it catches |
|
|
67
|
+
|------|----------|-----------------|
|
|
68
|
+
| `nadicode/no-raw-recharts-import` | error | Direct `recharts` imports outside chart wrappers |
|
|
69
|
+
| `nadicode/require-chart-empty-handler` | error | Chart rendered without data-length guard |
|
|
70
|
+
| `nadicode/no-arbitrary-chart-color` | error | Hex/rgb/hsl in chart config instead of tokens |
|
|
71
|
+
| `nadicode/require-dashboard-loading-skeleton` | warn | Dashboard routes missing Skeleton import |
|
|
72
|
+
| `nadicode/require-stagger-on-metric-grid` | warn | 3+ MetricCard grid without StaggerChildren |
|
|
73
|
+
|
|
74
|
+
## i18n Test Mocking
|
|
75
|
+
|
|
76
|
+
The consumer app owns `next-intl` setup, including `src/i18n/request.ts`, locale routing, `NextIntlClientProvider`, `timeZone`, and `now`. Seed only supplies DS message catalogs plus merge helpers.
|
|
77
|
+
|
|
78
|
+
Consumer tests that render Seed components using `useTranslations` must provide merged messages. Use `mergeSeedMessages()` from `@vadimcomanescu/nadicode-design-system/lib/merge-messages` in `src/i18n/request.ts` to combine package-backed DS catalogs such as `@vadimcomanescu/nadicode-design-system/messages/<locale>` with `messages/<locale>.json` (consumer keys) and pass the result to your test's `NextIntlClientProvider`.
|
|
79
|
+
When a test only needs the Seed theme/provider wrapper, import `SeedTestProvider` from `@vadimcomanescu/nadicode-design-system/test`. The showcase app may keep using `@/test/SeedTestProvider` for in-repo tests.
|
|
80
|
+
Do not copy DS catalog files into the app.
|
|
81
|
+
|
|
82
|
+
## Done Criteria
|
|
83
|
+
|
|
84
|
+
All of these must pass before a task is complete:
|
|
85
|
+
|
|
86
|
+
```bash
|
|
87
|
+
npx tsc --noEmit
|
|
88
|
+
npm run build
|
|
89
|
+
npm run lint
|
|
90
|
+
npm run test
|
|
91
|
+
npm run ds:check
|
|
92
|
+
```
|