@vadimcomanescu/nadicode-design-system 4.0.11 → 5.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (677) hide show
  1. package/.agents/skills/seed/SKILL.md +27 -22
  2. package/.agents/skills/seed/references/animation.md +1 -1
  3. package/.agents/skills/seed/references/composition.md +1 -1
  4. package/.agents/skills/seed/references/glass-and-effects.md +16 -21
  5. package/.agents/skills/seed/references/patterns.md +47 -47
  6. package/.agents/skills/seed/references/state-machines.md +19 -18
  7. package/README.md +3 -1
  8. package/contracts/consumer-intent-map.json +2 -700
  9. package/contracts/message-catalog-contract.json +20 -20
  10. package/contracts/release-governance-baseline.json +14 -265
  11. package/dist/ProfilePage-KJVA3ZQ5.js +87 -0
  12. package/dist/TeamPage-BX3RMSZU.js +479 -0
  13. package/dist/catalog/catalog.d.ts +4753 -1883
  14. package/dist/catalog/catalog.js +22 -2107
  15. package/dist/catalog/components.d.ts +234 -177
  16. package/dist/catalog/components.js +217 -288
  17. package/dist/catalog/definitions/action.d.ts +170 -0
  18. package/dist/catalog/definitions/action.js +1 -0
  19. package/dist/catalog/definitions/agent.d.ts +496 -0
  20. package/dist/catalog/definitions/agent.js +1 -0
  21. package/dist/catalog/definitions/blocks-agent.d.ts +359 -0
  22. package/dist/catalog/definitions/blocks-agent.js +1 -0
  23. package/dist/catalog/definitions/blocks-auth.d.ts +179 -0
  24. package/dist/catalog/definitions/blocks-auth.js +1 -0
  25. package/dist/catalog/definitions/blocks-content.d.ts +495 -0
  26. package/dist/catalog/definitions/blocks-content.js +2 -0
  27. package/dist/catalog/definitions/blocks-crud.d.ts +485 -0
  28. package/dist/catalog/definitions/blocks-crud.js +1 -0
  29. package/dist/catalog/definitions/blocks-data.d.ts +309 -0
  30. package/dist/catalog/definitions/blocks-data.js +2 -0
  31. package/dist/catalog/definitions/blocks-marketing.d.ts +381 -0
  32. package/dist/catalog/definitions/blocks-marketing.js +1 -0
  33. package/dist/catalog/definitions/blocks-misc.d.ts +108 -0
  34. package/dist/catalog/definitions/blocks-misc.js +1 -0
  35. package/dist/catalog/definitions/chart.d.ts +293 -0
  36. package/dist/catalog/definitions/chart.js +2 -0
  37. package/dist/catalog/definitions/chat.d.ts +108 -0
  38. package/dist/catalog/definitions/chat.js +1 -0
  39. package/dist/catalog/definitions/display.d.ts +575 -0
  40. package/dist/catalog/definitions/display.js +2 -0
  41. package/dist/catalog/definitions/effects.d.ts +267 -0
  42. package/dist/catalog/definitions/effects.js +1 -0
  43. package/dist/catalog/definitions/form.d.ts +413 -0
  44. package/dist/catalog/definitions/form.js +2 -0
  45. package/dist/catalog/definitions/index.d.ts +5262 -0
  46. package/dist/catalog/definitions/index.js +21 -0
  47. package/dist/catalog/definitions/layout.d.ts +133 -0
  48. package/dist/catalog/definitions/layout.js +1 -0
  49. package/dist/catalog/definitions/navigation.d.ts +121 -0
  50. package/dist/catalog/definitions/navigation.js +1 -0
  51. package/dist/catalog/definitions/overlay.d.ts +183 -0
  52. package/dist/catalog/definitions/overlay.js +1 -0
  53. package/dist/catalog/definitions/shared.d.ts +31 -0
  54. package/dist/catalog/definitions/shared.js +1 -0
  55. package/dist/catalog/definitions/text-effects.d.ts +204 -0
  56. package/dist/catalog/definitions/text-effects.js +1 -0
  57. package/dist/catalog/definitions/text.d.ts +38 -0
  58. package/dist/catalog/definitions/text.js +1 -0
  59. package/dist/catalog/primitives/action.d.ts +12 -0
  60. package/dist/{components/ui/AnimatedDialog.js → catalog/primitives/action.js} +42 -33
  61. package/dist/catalog/primitives/agent.d.ts +18 -0
  62. package/dist/catalog/primitives/agent.js +32 -0
  63. package/dist/catalog/primitives/chart.d.ts +12 -0
  64. package/dist/catalog/primitives/chart.js +17 -0
  65. package/dist/catalog/primitives/chat.d.ts +10 -0
  66. package/dist/{components/page-kits/TwoFactorPageKit.js → catalog/primitives/chat.js} +42 -44
  67. package/dist/catalog/primitives/display.d.ts +34 -0
  68. package/dist/{components/page-kits/TeamSettingsPageKit.js → catalog/primitives/display.js} +70 -47
  69. package/dist/catalog/primitives/effects.d.ts +19 -0
  70. package/dist/catalog/primitives/effects.js +25 -0
  71. package/dist/catalog/primitives/form.d.ts +22 -0
  72. package/dist/{components/page-kits/OnboardingPageKit.js → catalog/primitives/form.js} +51 -47
  73. package/dist/catalog/primitives/index.d.ts +137 -0
  74. package/dist/{components/page-kits/LandingPageKit.js → catalog/primitives/index.js} +170 -57
  75. package/dist/catalog/primitives/layout.d.ts +14 -0
  76. package/dist/{components/blocks/TwoFactorChallengeBlock.js → catalog/primitives/layout.js} +42 -34
  77. package/dist/catalog/primitives/navigation.d.ts +10 -0
  78. package/dist/{components/page-kits/NavigationShellPageKit.js → catalog/primitives/navigation.js} +41 -37
  79. package/dist/catalog/primitives/overlay.d.ts +12 -0
  80. package/dist/catalog/primitives/overlay.js +130 -0
  81. package/dist/catalog/primitives/text-effects.d.ts +13 -0
  82. package/dist/{components/blocks/SocialProofBlock.js → catalog/primitives/text-effects.js} +4 -11
  83. package/dist/catalog/primitives/text.d.ts +7 -0
  84. package/dist/catalog/primitives/text.js +7 -0
  85. package/dist/catalog/primitives/utils.d.ts +8 -0
  86. package/dist/catalog/primitives/utils.js +1 -0
  87. package/dist/catalog/types.d.ts +3 -3
  88. package/dist/chunk-2LBEV4YF.js +128 -0
  89. package/dist/chunk-2NMP3J5R.js +6 -0
  90. package/dist/chunk-34MKVVGB.js +176 -0
  91. package/dist/{chunk-KFL4YCMI.js → chunk-37LY27CX.js} +1 -1
  92. package/dist/{chunk-LPED36AD.js → chunk-3BGWXRQC.js} +6 -8
  93. package/dist/chunk-3QMHVXSQ.js +258 -0
  94. package/dist/{chunk-ZI22L4DD.js → chunk-3TYPQWKD.js} +7 -13
  95. package/dist/chunk-44NVO477.js +46 -0
  96. package/dist/chunk-4ACR6NGQ.js +144 -0
  97. package/dist/{chunk-FF3XUIZO.js → chunk-4DWRAIM2.js} +1 -1
  98. package/dist/chunk-4EHXVFQY.js +78 -0
  99. package/dist/chunk-4EOX2S37.js +24 -0
  100. package/dist/chunk-4GLBFZVI.js +184 -0
  101. package/dist/chunk-4GQ5EMWR.js +142 -0
  102. package/dist/chunk-4TK2PXMJ.js +6 -0
  103. package/dist/chunk-4ZST7OY5.js +153 -0
  104. package/dist/chunk-56TNQ2P4.js +82 -0
  105. package/dist/chunk-5B3GLRX3.js +139 -0
  106. package/dist/chunk-5KQEGO3O.js +71 -0
  107. package/dist/chunk-5L2RFJZR.js +31 -0
  108. package/dist/{chunk-326EZJLO.js → chunk-5MLOZVOQ.js} +31 -24
  109. package/dist/chunk-5XDYCBR6.js +345 -0
  110. package/dist/chunk-5ZC3RHXB.js +72 -0
  111. package/dist/chunk-65CUE2WL.js +257 -0
  112. package/dist/chunk-6KRT337C.js +75 -0
  113. package/dist/{chunk-HQKORL27.js → chunk-6LD76RMU.js} +9 -12
  114. package/dist/{chunk-L3WRHSHM.js → chunk-6NL36QN3.js} +9 -8
  115. package/dist/chunk-6NND57T2.js +79 -0
  116. package/dist/{chunk-TBJPLMUE.js → chunk-6OBT3A5O.js} +6 -9
  117. package/dist/{chunk-4INNXURW.js → chunk-767GZSNJ.js} +6 -9
  118. package/dist/{chunk-2S4727W3.js → chunk-7AUNUDHM.js} +20 -16
  119. package/dist/chunk-7IVXTSZK.js +185 -0
  120. package/dist/{chunk-UGIHLU2V.js → chunk-7OOO22KB.js} +10 -15
  121. package/dist/chunk-7PTI46BS.js +119 -0
  122. package/dist/chunk-7SOMHO2L.js +181 -0
  123. package/dist/chunk-7SRNVMBY.js +72 -0
  124. package/dist/chunk-7U7XFIP6.js +17 -0
  125. package/dist/chunk-7X3GXC7C.js +52 -0
  126. package/dist/{chunk-R4CRWXEQ.js → chunk-A44E44UV.js} +35 -27
  127. package/dist/chunk-A4TQNK7R.js +58 -0
  128. package/dist/chunk-AU2Q7CXZ.js +45 -0
  129. package/dist/{chunk-BG26NCUY.js → chunk-B4YCI5NM.js} +10 -19
  130. package/dist/{chunk-JXZ4HYXA.js → chunk-BAB6AHOM.js} +64 -60
  131. package/dist/chunk-BHPATKC7.js +116 -0
  132. package/dist/chunk-BJVCZI2B.js +29 -0
  133. package/dist/{chunk-JPL22322.js → chunk-BVXSAVKY.js} +6 -11
  134. package/dist/chunk-C7LO3JEF.js +195 -0
  135. package/dist/chunk-CAET62YQ.js +228 -0
  136. package/dist/chunk-CPHVCY3M.js +230 -0
  137. package/dist/{chunk-WOYBVPXK.js → chunk-CQ75K2DH.js} +8 -10
  138. package/dist/{chunk-OSNTB6RY.js → chunk-CY3PROVO.js} +88 -26
  139. package/dist/{chunk-ZURTIIST.js → chunk-D6MFOI3N.js} +20 -20
  140. package/dist/{chunk-WVHBPPI3.js → chunk-DGSNEGJP.js} +15 -17
  141. package/dist/{chunk-NTN5DWXV.js → chunk-DSNPOAE6.js} +7 -10
  142. package/dist/chunk-E5E3W2K4.js +6 -0
  143. package/dist/chunk-EJQ73FJ5.js +383 -0
  144. package/dist/chunk-F3QIIOOL.js +71 -0
  145. package/dist/chunk-FAKTXE3F.js +272 -0
  146. package/dist/chunk-FAQZPQF7.js +119 -0
  147. package/dist/chunk-FOXDDL2Z.js +41 -0
  148. package/dist/chunk-G722PEFL.js +71 -0
  149. package/dist/chunk-GC7QKZQW.js +20 -0
  150. package/dist/{chunk-QLL3Z6U6.js → chunk-GE4WUAAE.js} +8 -8
  151. package/dist/chunk-GNKNT52O.js +45 -0
  152. package/dist/chunk-GQEB425G.js +41 -0
  153. package/dist/{chunk-XTASI4IY.js → chunk-GVOWGEGX.js} +6 -13
  154. package/dist/chunk-GXUQFXT7.js +282 -0
  155. package/dist/chunk-GZ4DTYWM.js +36 -0
  156. package/dist/{chunk-7XRKBROR.js → chunk-HF2HNDE7.js} +22 -12
  157. package/dist/chunk-HMN4K4L6.js +44 -0
  158. package/dist/{chunk-2BXGWBD4.js → chunk-HX3VXWNJ.js} +20 -13
  159. package/dist/{chunk-NEECQ3IH.js → chunk-HZTWLK7C.js} +16 -18
  160. package/dist/{chunk-B6HXF3HP.js → chunk-ID3N3MHQ.js} +13 -21
  161. package/dist/{chunk-I2ZI5RUM.js → chunk-IHGZJS7N.js} +11 -11
  162. package/dist/{chunk-F2TNOCXQ.js → chunk-IYK2ABFE.js} +25 -14
  163. package/dist/{chunk-WSBLCWY7.js → chunk-IZ7A62GI.js} +7 -6
  164. package/dist/chunk-JDLCIPSC.js +18 -0
  165. package/dist/{chunk-4R7DT2NJ.js → chunk-JPA45CDE.js} +67 -42
  166. package/dist/{chunk-J7F42IR3.js → chunk-JPNNAU26.js} +7 -3
  167. package/dist/chunk-JUAOQFC3.js +32 -0
  168. package/dist/{chunk-3TZLHB2L.js → chunk-JVQQQS2M.js} +8 -13
  169. package/dist/chunk-KA44DDCB.js +42 -0
  170. package/dist/{chunk-O2W6C3K2.js → chunk-KANK5FAG.js} +65 -62
  171. package/dist/chunk-KKBTPNXT.js +110 -0
  172. package/dist/chunk-KL43KGCK.js +106 -0
  173. package/dist/chunk-KMTLCN6S.js +134 -0
  174. package/dist/{chunk-HOWTYZL5.js → chunk-KPO4PD6C.js} +78 -12
  175. package/dist/{chunk-TYP2MR3Q.js → chunk-KV726HMK.js} +20 -2
  176. package/dist/{chunk-4QOH76MI.js → chunk-KWIIKHIB.js} +10 -13
  177. package/dist/chunk-KXZP6XI2.js +84 -0
  178. package/dist/chunk-L2IRYY6K.js +230 -0
  179. package/dist/chunk-L4Q724G2.js +217 -0
  180. package/dist/chunk-L55GVKLY.js +149 -0
  181. package/dist/{chunk-DT6XGHB3.js → chunk-L77KWJJB.js} +29 -30
  182. package/dist/chunk-LH5KBOIA.js +228 -0
  183. package/dist/chunk-LO3MDQSJ.js +130 -0
  184. package/dist/chunk-LYI5YMC6.js +125 -0
  185. package/dist/chunk-LZ66ADSL.js +142 -0
  186. package/dist/chunk-MB75U2OV.js +77 -0
  187. package/dist/{components/ui/AnimatedTabs.js → chunk-MFZYC6QC.js} +41 -24
  188. package/dist/chunk-MOFWXBTK.js +112 -0
  189. package/dist/chunk-MT76BPYV.js +30 -0
  190. package/dist/{chunk-X5AEOQAL.js → chunk-MZGGA75L.js} +1 -40
  191. package/dist/chunk-N334RMNE.js +39 -0
  192. package/dist/{chunk-YZK222HJ.js → chunk-NA6ZPKIK.js} +19 -7
  193. package/dist/chunk-NF2Y5ERJ.js +186 -0
  194. package/dist/{chunk-3M3QV2EN.js → chunk-NVBF4OWT.js} +6 -9
  195. package/dist/chunk-NZXZ3PH2.js +56 -0
  196. package/dist/chunk-OB2KVO7O.js +23 -0
  197. package/dist/chunk-OLDUGLDM.js +114 -0
  198. package/dist/{chunk-K4QZ377F.js → chunk-OMGVZWRM.js} +25 -16
  199. package/dist/{chunk-X4HXVLER.js → chunk-OMI2LLXM.js} +16 -19
  200. package/dist/{chunk-UIZTZCAU.js → chunk-OS2BLQ2G.js} +9 -14
  201. package/dist/chunk-OUXJUUCB.js +131 -0
  202. package/dist/{chunk-QQOWC53X.js → chunk-OWWQP3YW.js} +4 -2
  203. package/dist/chunk-P5I63ETD.js +691 -0
  204. package/dist/chunk-P7CTBRHO.js +176 -0
  205. package/dist/chunk-P7JS4B7U.js +101 -0
  206. package/dist/{chunk-FODQX5Q5.js → chunk-PD6WW7E5.js} +8 -10
  207. package/dist/chunk-PJ7DVYWA.js +185 -0
  208. package/dist/{chunk-OTZIMMPV.js → chunk-PQBVNNEG.js} +18 -18
  209. package/dist/chunk-PY7WBWKH.js +37 -0
  210. package/dist/{chunk-ALFCQ35A.js → chunk-PYRHNONA.js} +25 -16
  211. package/dist/{chunk-TBXW5MDR.js → chunk-Q4CRHV5T.js} +25 -17
  212. package/dist/{chunk-PC6VMNDY.js → chunk-Q7PCHHVJ.js} +0 -8
  213. package/dist/chunk-QCL76CM6.js +92 -0
  214. package/dist/chunk-QFXWI2WX.js +40 -0
  215. package/dist/{chunk-JRLU2VSB.js → chunk-QLPU2IEO.js} +25 -39
  216. package/dist/{chunk-K4ZPHSWL.js → chunk-R4DPHCHJ.js} +22 -15
  217. package/dist/chunk-SEJXMNMK.js +191 -0
  218. package/dist/{chunk-E6YDGQ2O.js → chunk-SIXPY62Q.js} +17 -16
  219. package/dist/chunk-STKNMEJA.js +15 -0
  220. package/dist/chunk-STNVWBJH.js +41 -0
  221. package/dist/{chunk-73T44TBV.js → chunk-TL5UCQC3.js} +12 -16
  222. package/dist/{chunk-Q3CKH7RH.js → chunk-TNDMBLYP.js} +7 -18
  223. package/dist/chunk-TTA5TLNJ.js +97 -0
  224. package/dist/chunk-TV6CJ5NI.js +57 -0
  225. package/dist/chunk-TXRGQO5M.js +100 -0
  226. package/dist/chunk-U3QOFPHD.js +28 -0
  227. package/dist/chunk-UB6XJTRU.js +45 -0
  228. package/dist/chunk-UGXI4PES.js +415 -0
  229. package/dist/{chunk-N3IZNRY2.js → chunk-UIYX2EMT.js} +11 -19
  230. package/dist/chunk-UOUERAB4.js +446 -0
  231. package/dist/chunk-UQB54LIA.js +228 -0
  232. package/dist/chunk-UT6MKK2S.js +115 -0
  233. package/dist/chunk-UXYLA2IV.js +124 -0
  234. package/dist/{chunk-PDSQC6VE.js → chunk-V5RSV4ZV.js} +5 -2
  235. package/dist/chunk-VUNXVYOH.js +129 -0
  236. package/dist/chunk-W4KI424V.js +380 -0
  237. package/dist/chunk-W7ZGCFTB.js +23 -0
  238. package/dist/chunk-WAIZR4CR.js +107 -0
  239. package/dist/{chunk-T5LXQNIP.js → chunk-WHYKEOUV.js} +29 -25
  240. package/dist/chunk-WRBPEZFY.js +80 -0
  241. package/dist/chunk-XI775QZZ.js +275 -0
  242. package/dist/chunk-XLIFWBE7.js +117 -0
  243. package/dist/{chunk-BI3TXPMR.js → chunk-XMGWLDNG.js} +4 -6
  244. package/dist/chunk-XYMFKNKG.js +93 -0
  245. package/dist/chunk-XYYZRQES.js +256 -0
  246. package/dist/chunk-XZDVTOXJ.js +94 -0
  247. package/dist/{chunk-OTFIAT6T.js → chunk-YB3J4ZRZ.js} +15 -6
  248. package/dist/chunk-YCS4MMC3.js +133 -0
  249. package/dist/chunk-YGDO5KDY.js +33 -0
  250. package/dist/{chunk-6Y4UFG7C.js → chunk-YNBDA24W.js} +6 -13
  251. package/dist/chunk-YXRIXTXW.js +32 -0
  252. package/dist/chunk-ZFCSKVTZ.js +102 -0
  253. package/dist/chunk-ZLWEBAL6.js +48 -0
  254. package/dist/chunk-ZND7AAWG.js +290 -0
  255. package/dist/{chunk-DITD5GBG.js → chunk-ZNF6S3DQ.js} +20 -38
  256. package/dist/chunk-ZSU5ZI4O.js +32 -0
  257. package/dist/components/blocks/AccountLockedBlock.d.ts +3 -11
  258. package/dist/components/blocks/AccountLockedBlock.js +2 -2
  259. package/dist/components/blocks/ActivityFeedBlock.d.ts +3 -14
  260. package/dist/components/blocks/ActivityFeedBlock.js +2 -2
  261. package/dist/components/blocks/AgentConversationBlock.d.ts +12 -17
  262. package/dist/components/blocks/AgentConversationBlock.js +10 -109
  263. package/dist/components/blocks/AgentProfileGridBlock.d.ts +3 -19
  264. package/dist/components/blocks/AgentProfileGridBlock.js +2 -2
  265. package/dist/components/blocks/AgentRunOverviewBlock.d.ts +3 -31
  266. package/dist/components/blocks/AgentRunOverviewBlock.js +2 -2
  267. package/dist/components/blocks/AgentWorkbenchBlock.d.ts +5 -21
  268. package/dist/components/blocks/AgentWorkbenchBlock.js +14 -112
  269. package/dist/components/blocks/ApiKeysBlock.d.ts +3 -18
  270. package/dist/components/blocks/ApiKeysBlock.js +35 -35
  271. package/dist/components/blocks/AuthLayout.d.ts +3 -17
  272. package/dist/components/blocks/AuthLayout.js +4 -4
  273. package/dist/components/blocks/AuthSuccessBlock.d.ts +3 -12
  274. package/dist/components/blocks/AuthSuccessBlock.js +6 -1
  275. package/dist/components/blocks/BannerBlock.d.ts +3 -9
  276. package/dist/components/blocks/BannerBlock.js +33 -33
  277. package/dist/components/blocks/BenchmarksBlock.d.ts +3 -20
  278. package/dist/components/blocks/BenchmarksBlock.js +1 -1
  279. package/dist/components/blocks/BlogDetailBlock.d.ts +3 -0
  280. package/dist/components/{page-kits/VerifyEmailPageKit.js → blocks/BlogDetailBlock.js} +37 -34
  281. package/dist/components/blocks/BlogIndexBlock.d.ts +3 -0
  282. package/dist/components/blocks/{EmailVerifiedBlock.js → BlogIndexBlock.js} +3 -3
  283. package/dist/components/blocks/CallToActionBlock.d.ts +3 -13
  284. package/dist/components/blocks/CallToActionBlock.js +3 -3
  285. package/dist/components/blocks/ChangelogBlock.d.ts +3 -16
  286. package/dist/components/blocks/ChangelogBlock.js +33 -32
  287. package/dist/components/blocks/ChartBlock.d.ts +3 -16
  288. package/dist/components/blocks/ChartBlock.js +33 -33
  289. package/dist/components/blocks/ChartCollectionBlock.d.ts +3 -5
  290. package/dist/components/blocks/ChartCollectionBlock.js +3 -3
  291. package/dist/components/blocks/ChatLayout.d.ts +3 -17
  292. package/dist/components/blocks/ChatLayout.js +33 -33
  293. package/dist/components/blocks/CheckEmailBlock.d.ts +3 -9
  294. package/dist/components/blocks/CheckEmailBlock.js +1 -1
  295. package/dist/components/blocks/CodeBlock.d.ts +3 -7
  296. package/dist/components/blocks/CodeBlock.js +1 -1
  297. package/dist/components/blocks/CommandPaletteBlock.d.ts +3 -9
  298. package/dist/components/blocks/CommandPaletteBlock.js +35 -35
  299. package/dist/components/blocks/ComparisonBlock.d.ts +3 -13
  300. package/dist/components/blocks/ComparisonBlock.js +2 -2
  301. package/dist/components/blocks/ContactBlock.d.ts +3 -17
  302. package/dist/components/blocks/ContactBlock.js +3 -3
  303. package/dist/components/blocks/CreateBlock.d.ts +1 -16
  304. package/dist/components/blocks/CreateBlock.js +32 -33
  305. package/dist/components/blocks/CrudListBlock.d.ts +3 -0
  306. package/dist/components/{page-kits/SuccessPageKit.js → blocks/CrudListBlock.js} +40 -33
  307. package/dist/components/blocks/DashboardBlock.d.ts +3 -0
  308. package/dist/components/{page-kits/DashboardPageKit.js → blocks/DashboardBlock.js} +47 -48
  309. package/dist/components/blocks/DataGridBlock.d.ts +3 -10
  310. package/dist/components/blocks/DataGridBlock.js +35 -36
  311. package/dist/components/blocks/DirectoryBlock.d.ts +3 -17
  312. package/dist/components/blocks/DirectoryBlock.js +38 -37
  313. package/dist/components/blocks/FAQBlock.d.ts +3 -12
  314. package/dist/components/blocks/FAQBlock.js +33 -33
  315. package/dist/components/blocks/FeatureBlock.d.ts +3 -23
  316. package/dist/components/blocks/FeatureBlock.js +32 -32
  317. package/dist/components/blocks/FooterBlock.d.ts +3 -19
  318. package/dist/components/blocks/FooterBlock.js +1 -1
  319. package/dist/components/blocks/FormFieldBlock.d.ts +3 -0
  320. package/dist/components/{page-kits/MarketingShellPageKit.js → blocks/FormFieldBlock.js} +38 -41
  321. package/dist/components/blocks/GalleryBlock.d.ts +3 -13
  322. package/dist/components/blocks/GalleryBlock.js +35 -35
  323. package/dist/components/blocks/HeaderBlock.d.ts +3 -14
  324. package/dist/components/blocks/HeaderBlock.js +35 -34
  325. package/dist/components/blocks/HeatmapChartBlock.d.ts +3 -15
  326. package/dist/components/blocks/HeatmapChartBlock.js +1 -1
  327. package/dist/components/blocks/HeroBlock.d.ts +4 -2
  328. package/dist/components/blocks/HeroBlock.js +35 -35
  329. package/dist/components/blocks/IntegrationsBlock.d.ts +3 -15
  330. package/dist/components/blocks/IntegrationsBlock.js +33 -33
  331. package/dist/components/blocks/InteractiveAreaChartBlock.d.ts +3 -21
  332. package/dist/components/blocks/InteractiveAreaChartBlock.js +32 -32
  333. package/dist/components/blocks/LoginBlock.d.ts +3 -41
  334. package/dist/components/blocks/LoginBlock.js +2 -2
  335. package/dist/components/blocks/LogoCloud.d.ts +3 -12
  336. package/dist/components/blocks/LogoCloud.js +6 -2
  337. package/dist/components/blocks/NewsletterBlock.d.ts +1 -8
  338. package/dist/components/blocks/NewsletterBlock.js +3 -3
  339. package/dist/components/blocks/NotFoundBlock.d.ts +3 -9
  340. package/dist/components/blocks/NotFoundBlock.js +36 -36
  341. package/dist/components/blocks/OTPBlock.d.ts +3 -10
  342. package/dist/components/blocks/OTPBlock.js +34 -32
  343. package/dist/components/blocks/OnboardingBlock.d.ts +1 -14
  344. package/dist/components/blocks/OnboardingBlock.js +33 -33
  345. package/dist/components/blocks/OnboardingFlowBlock.d.ts +3 -0
  346. package/dist/components/blocks/OnboardingFlowBlock.js +127 -0
  347. package/dist/components/blocks/PasswordRecoveryBlock.d.ts +1 -12
  348. package/dist/components/blocks/PasswordRecoveryBlock.js +2 -2
  349. package/dist/components/blocks/PricingBlock.d.ts +1 -19
  350. package/dist/components/blocks/PricingBlock.js +3 -3
  351. package/dist/components/blocks/ProcessFlowBlock.d.ts +3 -15
  352. package/dist/components/blocks/ProcessFlowBlock.js +2 -6
  353. package/dist/components/blocks/ROICalculatorBlock.d.ts +3 -0
  354. package/dist/components/blocks/{SavingsCalculatorBlock.js → ROICalculatorBlock.js} +3 -3
  355. package/dist/components/blocks/ResetPasswordBlock.d.ts +3 -9
  356. package/dist/components/blocks/ResetPasswordBlock.js +1 -1
  357. package/dist/components/blocks/SettingsNavBlock.d.ts +3 -0
  358. package/dist/components/blocks/{SettingsLayout.js → SettingsNavBlock.js} +39 -37
  359. package/dist/components/blocks/SolutionShowcaseBlock.d.ts +3 -17
  360. package/dist/components/blocks/SolutionShowcaseBlock.js +2 -2
  361. package/dist/components/blocks/StatsBlock.d.ts +3 -21
  362. package/dist/components/blocks/StatsBlock.js +1 -110
  363. package/dist/components/blocks/StatsMarketingBlock.d.ts +3 -14
  364. package/dist/components/blocks/StatsMarketingBlock.js +3 -3
  365. package/dist/components/blocks/TeamBlock.d.ts +3 -16
  366. package/dist/components/blocks/TeamBlock.js +1 -1
  367. package/dist/components/blocks/TestimonialsBlock.d.ts +6 -9
  368. package/dist/components/blocks/TestimonialsBlock.js +15 -2
  369. package/dist/components/blocks/TimezonePickerBlock.d.ts +3 -11
  370. package/dist/components/blocks/TimezonePickerBlock.js +35 -35
  371. package/dist/components/blocks/TwoFactorSetupBlock.d.ts +1 -12
  372. package/dist/components/blocks/TwoFactorSetupBlock.js +36 -36
  373. package/dist/components/blocks/UsageDonutBlock.d.ts +3 -16
  374. package/dist/components/blocks/UsageDonutBlock.js +1 -1
  375. package/dist/components/blocks/WizardBlock.d.ts +1 -15
  376. package/dist/components/blocks/WizardBlock.js +32 -32
  377. package/dist/components/blocks/user/InviteUserModal.d.ts +4 -4
  378. package/dist/components/blocks/user/InviteUserModal.js +34 -34
  379. package/dist/components/pages/settings/ProfilePage.d.ts +1 -0
  380. package/dist/components/pages/settings/TeamPage.d.ts +1 -0
  381. package/dist/components/ui/Accordion.js +31 -31
  382. package/dist/components/ui/AgentAvatar.js +2 -72
  383. package/dist/components/ui/AgentStatus.d.ts +1 -1
  384. package/dist/components/ui/AgentStatus.js +2 -71
  385. package/dist/components/ui/AgentTimeline.js +3 -97
  386. package/dist/components/ui/AlertDialog.js +3 -133
  387. package/dist/components/ui/AnnouncementBanner.js +4 -46
  388. package/dist/components/ui/ApprovalCard.js +5 -115
  389. package/dist/components/ui/AspectRatio.js +1 -5
  390. package/dist/components/ui/AvatarUpload.js +6 -119
  391. package/dist/components/ui/BentoGrid.js +4 -28
  392. package/dist/components/ui/Breadcrumb.js +31 -31
  393. package/dist/components/ui/ButtonGroup.js +2 -18
  394. package/dist/components/ui/Calendar.js +31 -31
  395. package/dist/components/ui/Carousel.js +35 -247
  396. package/dist/components/ui/ChartCard.js +2 -2
  397. package/dist/components/ui/ChatActions.js +2 -2
  398. package/dist/components/ui/ChatGreeting.js +3 -77
  399. package/dist/components/ui/ChatMessage.d.ts +26 -5
  400. package/dist/components/ui/ChatMessage.js +3 -95
  401. package/dist/components/ui/ChatPromptInput.js +4 -191
  402. package/dist/components/ui/ChatResponse.js +2 -24
  403. package/dist/components/ui/ChatThinkingMessage.d.ts +25 -6
  404. package/dist/components/ui/ChatThinkingMessage.js +7 -53
  405. package/dist/components/ui/ChatToolCall.d.ts +4 -2
  406. package/dist/components/ui/ChatToolCall.js +13 -190
  407. package/dist/components/ui/CheckStatus.js +2 -57
  408. package/dist/components/ui/Checkbox.js +31 -31
  409. package/dist/components/ui/CheckoutForm.d.ts +3 -7
  410. package/dist/components/ui/CheckoutForm.js +34 -33
  411. package/dist/components/ui/CheckoutFormDemo.js +32 -32
  412. package/dist/components/ui/Combobox.d.ts +2 -1
  413. package/dist/components/ui/Combobox.js +38 -109
  414. package/dist/components/ui/Command.js +34 -34
  415. package/dist/components/ui/ConfettiBurst.js +3 -71
  416. package/dist/components/ui/ContextMenu.js +34 -215
  417. package/dist/components/ui/Conversation.js +35 -115
  418. package/dist/components/ui/DataTable.d.ts +2 -1
  419. package/dist/components/ui/DataTable.js +33 -33
  420. package/dist/components/ui/DatePicker.js +31 -31
  421. package/dist/components/ui/DateRangePicker.js +31 -31
  422. package/dist/components/ui/Dialog.js +33 -33
  423. package/dist/components/ui/DiffStat.js +2 -32
  424. package/dist/components/ui/Drawer.js +3 -116
  425. package/dist/components/ui/DropdownMenu.js +32 -32
  426. package/dist/components/ui/FileUpload.js +34 -171
  427. package/dist/components/ui/FloatingDock.js +3 -100
  428. package/dist/components/ui/FormWizard.d.ts +5 -13
  429. package/dist/components/ui/FormWizard.js +1 -1
  430. package/dist/components/ui/HandoffIndicator.js +4 -42
  431. package/dist/components/ui/HoverCard.js +2 -23
  432. package/dist/components/ui/InputGroup.js +2 -36
  433. package/dist/components/ui/InputOTP.js +31 -31
  434. package/dist/components/ui/Item.d.ts +1 -1
  435. package/dist/components/ui/Item.js +2 -176
  436. package/dist/components/ui/KanbanBoard.d.ts +2 -1
  437. package/dist/components/ui/KanbanBoard.js +2 -2
  438. package/dist/components/ui/Kbd.js +2 -17
  439. package/dist/components/ui/LanguageSwitcher.js +31 -31
  440. package/dist/components/ui/MagneticElement.js +3 -41
  441. package/dist/components/ui/MemoryInspector.js +3 -94
  442. package/dist/components/ui/Menubar.js +34 -257
  443. package/dist/components/ui/MouseGlow.d.ts +10 -0
  444. package/dist/components/ui/MouseGlow.js +3 -0
  445. package/dist/components/ui/{MouseEffect.d.ts → MouseSpotlight.d.ts} +0 -9
  446. package/dist/components/ui/{MouseEffect.js → MouseSpotlight.js} +1 -1
  447. package/dist/components/ui/MovingBorder.js +2 -40
  448. package/dist/components/ui/NavUser.d.ts +4 -0
  449. package/dist/components/{blocks → ui}/NavUser.js +37 -36
  450. package/dist/components/ui/NavigationMenu.js +34 -161
  451. package/dist/components/ui/NotificationCenter.js +34 -136
  452. package/dist/components/ui/Pagination.js +31 -31
  453. package/dist/components/ui/ProgressRing.js +4 -128
  454. package/dist/components/ui/PromoCard.js +4 -41
  455. package/dist/components/ui/RadioGroup.js +33 -69
  456. package/dist/components/ui/Resizable.js +34 -68
  457. package/dist/components/ui/Select.js +31 -31
  458. package/dist/components/ui/SettingsModal.js +41 -137
  459. package/dist/components/ui/ShaderBackground.js +4 -71
  460. package/dist/components/ui/Sheet.d.ts +2 -1
  461. package/dist/components/ui/Sheet.js +36 -32
  462. package/dist/components/ui/Sidebar.js +35 -34
  463. package/dist/components/ui/SourceCitation.js +3 -119
  464. package/dist/components/ui/SpringHover.js +3 -32
  465. package/dist/components/ui/StaggeredEntrance.js +2 -23
  466. package/dist/components/ui/StatusDot.d.ts +1 -1
  467. package/dist/components/ui/StyleToggle.js +1 -1
  468. package/dist/components/ui/SuccessCheck.js +3 -52
  469. package/dist/components/ui/Tabs.d.ts +5 -3
  470. package/dist/components/ui/Tabs.js +5 -1
  471. package/dist/components/ui/TagInput.js +35 -132
  472. package/dist/components/ui/ThemeToggle.d.ts +2 -1
  473. package/dist/components/ui/ThemeToggle.js +36 -66
  474. package/dist/components/ui/TiltCard.js +3 -48
  475. package/dist/components/ui/ToggleGroup.js +3 -56
  476. package/dist/components/ui/TreeView.js +35 -216
  477. package/dist/components/ui/Typography.d.ts +1 -1
  478. package/dist/components/ui/Typography.js +1 -1
  479. package/dist/components/ui/VoiceAgentCard.d.ts +9 -0
  480. package/dist/components/{blocks → ui}/VoiceAgentCard.js +2 -2
  481. package/dist/components/ui/WorkspaceSwitcherBlock.d.ts +3 -0
  482. package/dist/components/{blocks → ui}/WorkspaceSwitcherBlock.js +36 -35
  483. package/dist/components/ui/charts/index.js +1 -1
  484. package/dist/components/ui/icons/index.js +31 -31
  485. package/dist/components/ui/text-effects/index.js +2 -2
  486. package/dist/index.js +39 -39
  487. package/dist/internal/local-image-assets.d.ts +1 -0
  488. package/dist/lib/json-render/app.d.ts +11 -0
  489. package/dist/lib/json-render/app.js +7 -0
  490. package/dist/lib/json-render/catalog.d.ts +1154 -0
  491. package/dist/lib/json-render/catalog.js +23 -0
  492. package/dist/lib/json-render/registry.d.ts +1 -0
  493. package/dist/lib/json-render/registry.js +58 -0
  494. package/dist/lib/json-render/showcase-spec.d.ts +3 -0
  495. package/dist/lib/json-render/showcase-spec.js +2 -0
  496. package/dist/lib/react-utils.d.ts +1 -1
  497. package/dist/lib/standalone-routes.d.ts +56 -0
  498. package/dist/lib/standalone-routes.js +1 -0
  499. package/dist/lib/tool-call-state-map.d.ts +2 -0
  500. package/dist/lib/tool-call-state-map.js +1 -0
  501. package/dist/messages/en.js +1 -1
  502. package/dist/messages/it.js +1 -1
  503. package/dist/test/PublicSeedTestProvider.js +2 -2
  504. package/eslint-rules/nadicode/__tests__/rules.test.js +3 -3
  505. package/eslint-rules/nadicode/data/catalog-names.json +149 -38
  506. package/eslint-rules/nadicode/rules/__tests__/no-diy-backdrop-blur.test.js +0 -5
  507. package/eslint-rules/nadicode/rules/__tests__/require-catalog-component.test.js +2 -2
  508. package/eslint-rules/nadicode/rules/no-diy-backdrop-blur.js +0 -1
  509. package/eslint-rules/nadicode/rules/no-unregistered-glass.js +4 -6
  510. package/eslint-rules/nadicode/rules/require-glass-on-floating-ui.js +0 -2
  511. package/eslint-rules/nadicode/rules/require-metadata-on-page.js +11 -0
  512. package/eslint-rules/nadicode/rules/require-scroll-containment-on-overlay.js +0 -2
  513. package/package.json +9 -678
  514. package/dist/chunk-23M6A7EW.js +0 -30
  515. package/dist/chunk-3A6CFUG4.js +0 -175
  516. package/dist/chunk-3UG7AY5B.js +0 -75
  517. package/dist/chunk-46MPJVJ6.js +0 -115
  518. package/dist/chunk-4IGBBIYW.js +0 -47
  519. package/dist/chunk-4JJARNWW.js +0 -138
  520. package/dist/chunk-4WPZ6T7V.js +0 -186
  521. package/dist/chunk-567EG267.js +0 -130
  522. package/dist/chunk-5DWVAAP2.js +0 -60
  523. package/dist/chunk-5USY2AY2.js +0 -72
  524. package/dist/chunk-5Y4BOIYO.js +0 -121
  525. package/dist/chunk-6CDHFSOH.js +0 -60
  526. package/dist/chunk-7IXYIUQ5.js +0 -114
  527. package/dist/chunk-7LIF2WZX.js +0 -125
  528. package/dist/chunk-AN5TW4AL.js +0 -50
  529. package/dist/chunk-BQLHU3KL.js +0 -96
  530. package/dist/chunk-CCUXLYZX.js +0 -33
  531. package/dist/chunk-CI2O2OSW.js +0 -168
  532. package/dist/chunk-E7RCIX5C.js +0 -150
  533. package/dist/chunk-EHIKO3CD.js +0 -169
  534. package/dist/chunk-EYWOKTOY.js +0 -58
  535. package/dist/chunk-FJP5SRCH.js +0 -40
  536. package/dist/chunk-G4FB7QSY.js +0 -134
  537. package/dist/chunk-GI6UL27V.js +0 -126
  538. package/dist/chunk-GICOWV5M.js +0 -30
  539. package/dist/chunk-I66XWYSS.js +0 -117
  540. package/dist/chunk-KA47SVMB.js +0 -149
  541. package/dist/chunk-KCOMDSQ4.js +0 -86
  542. package/dist/chunk-KKXYZASY.js +0 -94
  543. package/dist/chunk-LIJYUSSE.js +0 -152
  544. package/dist/chunk-LNVZNQCZ.js +0 -124
  545. package/dist/chunk-LPW5LWX7.js +0 -32
  546. package/dist/chunk-MX7GIO2A.js +0 -83
  547. package/dist/chunk-NBQKHIAP.js +0 -120
  548. package/dist/chunk-O3LHOHLI.js +0 -56
  549. package/dist/chunk-PYLBCISI.js +0 -165
  550. package/dist/chunk-PYTNUV2K.js +0 -30
  551. package/dist/chunk-QOHUG6UP.js +0 -145
  552. package/dist/chunk-RNZM3QJX.js +0 -101
  553. package/dist/chunk-SBLQB3A2.js +0 -70
  554. package/dist/chunk-THN674BW.js +0 -269
  555. package/dist/chunk-TOLHBTIL.js +0 -30
  556. package/dist/chunk-UMYGE2DM.js +0 -47
  557. package/dist/chunk-UO5DYAP7.js +0 -35
  558. package/dist/chunk-UWLSJLKT.js +0 -147
  559. package/dist/chunk-V2ORH4K3.js +0 -167
  560. package/dist/chunk-V3FMLBOA.js +0 -105
  561. package/dist/chunk-VDP7SAKP.js +0 -164
  562. package/dist/chunk-XTZMFOHK.js +0 -52
  563. package/dist/chunk-YOGZZMQS.js +0 -60
  564. package/dist/chunk-YRQBSMGZ.js +0 -42
  565. package/dist/chunk-YVS2TJ7I.js +0 -32
  566. package/dist/chunk-YW2KJAC6.js +0 -159
  567. package/dist/chunk-Z6PIE2PZ.js +0 -36
  568. package/dist/chunk-ZBQLUB3B.js +0 -110
  569. package/dist/chunk-ZXGBPUSM.js +0 -28
  570. package/dist/components/blocks/AudioVisualizerBlock.d.ts +0 -6
  571. package/dist/components/blocks/AudioVisualizerBlock.js +0 -3
  572. package/dist/components/blocks/BarChartBlock.d.ts +0 -15
  573. package/dist/components/blocks/BarChartBlock.js +0 -10
  574. package/dist/components/blocks/EmailVerifiedBlock.d.ts +0 -10
  575. package/dist/components/blocks/FeatureGridBlock.d.ts +0 -14
  576. package/dist/components/blocks/FeatureGridBlock.js +0 -12
  577. package/dist/components/blocks/ForgotPasswordBlock.d.ts +0 -14
  578. package/dist/components/blocks/ForgotPasswordBlock.js +0 -15
  579. package/dist/components/blocks/HeroSectionBlock.d.ts +0 -19
  580. package/dist/components/blocks/HeroSectionBlock.js +0 -139
  581. package/dist/components/blocks/KanbanDemoBlock.d.ts +0 -4
  582. package/dist/components/blocks/KanbanDemoBlock.js +0 -17
  583. package/dist/components/blocks/MagicLinkBlock.d.ts +0 -12
  584. package/dist/components/blocks/MagicLinkBlock.js +0 -18
  585. package/dist/components/blocks/NavUser.d.ts +0 -18
  586. package/dist/components/blocks/PasswordChangedBlock.d.ts +0 -10
  587. package/dist/components/blocks/PasswordChangedBlock.js +0 -10
  588. package/dist/components/blocks/PricingTableBlock.d.ts +0 -19
  589. package/dist/components/blocks/PricingTableBlock.js +0 -13
  590. package/dist/components/blocks/SavingsCalculatorBlock.d.ts +0 -30
  591. package/dist/components/blocks/SettingsLayout.d.ts +0 -16
  592. package/dist/components/blocks/SignUpBlock.d.ts +0 -11
  593. package/dist/components/blocks/SignUpBlock.js +0 -14
  594. package/dist/components/blocks/SocialProofBlock.d.ts +0 -19
  595. package/dist/components/blocks/TwoFactorChallengeBlock.d.ts +0 -12
  596. package/dist/components/blocks/VoiceAgentCard.d.ts +0 -19
  597. package/dist/components/blocks/WorkspaceSwitcherBlock.d.ts +0 -11
  598. package/dist/components/page-kits/AccountLockedPageKit.d.ts +0 -10
  599. package/dist/components/page-kits/AccountLockedPageKit.js +0 -11
  600. package/dist/components/page-kits/AgentsChatPageKit.d.ts +0 -46
  601. package/dist/components/page-kits/AgentsChatPageKit.js +0 -142
  602. package/dist/components/page-kits/AnalyticsPageKit.d.ts +0 -49
  603. package/dist/components/page-kits/AnalyticsPageKit.js +0 -139
  604. package/dist/components/page-kits/BlogContentPageKit.d.ts +0 -64
  605. package/dist/components/page-kits/BlogContentPageKit.js +0 -141
  606. package/dist/components/page-kits/CheckoutPageKit.d.ts +0 -36
  607. package/dist/components/page-kits/CheckoutPageKit.js +0 -135
  608. package/dist/components/page-kits/CompanySuitePageKit.d.ts +0 -25
  609. package/dist/components/page-kits/CompanySuitePageKit.js +0 -153
  610. package/dist/components/page-kits/CrudFormPageKit.d.ts +0 -54
  611. package/dist/components/page-kits/CrudFormPageKit.js +0 -138
  612. package/dist/components/page-kits/CrudListDetailPageKit.d.ts +0 -70
  613. package/dist/components/page-kits/CrudListDetailPageKit.js +0 -138
  614. package/dist/components/page-kits/DashboardPageKit.d.ts +0 -39
  615. package/dist/components/page-kits/ErrorPageKit.d.ts +0 -22
  616. package/dist/components/page-kits/ErrorPageKit.js +0 -8
  617. package/dist/components/page-kits/KanbanBoardPageKit.d.ts +0 -31
  618. package/dist/components/page-kits/KanbanBoardPageKit.js +0 -143
  619. package/dist/components/page-kits/LandingPageKit.d.ts +0 -29
  620. package/dist/components/page-kits/LoginPageKit.d.ts +0 -16
  621. package/dist/components/page-kits/LoginPageKit.js +0 -14
  622. package/dist/components/page-kits/MarketingShellPageKit.d.ts +0 -21
  623. package/dist/components/page-kits/NavigationShellPageKit.d.ts +0 -41
  624. package/dist/components/page-kits/OnboardingPageKit.d.ts +0 -26
  625. package/dist/components/page-kits/PricingPageKit.d.ts +0 -41
  626. package/dist/components/page-kits/PricingPageKit.js +0 -153
  627. package/dist/components/page-kits/ProfileSettingsPageKit.d.ts +0 -50
  628. package/dist/components/page-kits/ProfileSettingsPageKit.js +0 -17
  629. package/dist/components/page-kits/RecoveryPageKit.d.ts +0 -17
  630. package/dist/components/page-kits/RecoveryPageKit.js +0 -19
  631. package/dist/components/page-kits/ResetPageKit.d.ts +0 -14
  632. package/dist/components/page-kits/ResetPageKit.js +0 -19
  633. package/dist/components/page-kits/ServiceSuitePageKit.d.ts +0 -25
  634. package/dist/components/page-kits/ServiceSuitePageKit.js +0 -156
  635. package/dist/components/page-kits/SettingsPageKit.d.ts +0 -27
  636. package/dist/components/page-kits/SettingsPageKit.js +0 -11
  637. package/dist/components/page-kits/SignupPageKit.d.ts +0 -15
  638. package/dist/components/page-kits/SignupPageKit.js +0 -14
  639. package/dist/components/page-kits/SuccessPageKit.d.ts +0 -15
  640. package/dist/components/page-kits/TeamSettingsPageKit.d.ts +0 -50
  641. package/dist/components/page-kits/TwoFactorPageKit.d.ts +0 -16
  642. package/dist/components/page-kits/VerifyEmailPageKit.d.ts +0 -15
  643. package/dist/components/page-kits/VoiceAgentsPageKit.d.ts +0 -35
  644. package/dist/components/page-kits/VoiceAgentsPageKit.js +0 -133
  645. package/dist/components/ui/AgentMessageBubble.d.ts +0 -37
  646. package/dist/components/ui/AgentMessageBubble.js +0 -115
  647. package/dist/components/ui/AnimatedDialog.d.ts +0 -30
  648. package/dist/components/ui/AnimatedSheet.d.ts +0 -26
  649. package/dist/components/ui/AnimatedSheet.js +0 -264
  650. package/dist/components/ui/AnimatedTabs.d.ts +0 -16
  651. package/dist/components/ui/AuroraEffect.d.ts +0 -9
  652. package/dist/components/ui/AuroraEffect.js +0 -77
  653. package/dist/components/ui/ChatPromptInputAttachments.d.ts +0 -9
  654. package/dist/components/ui/ChatPromptInputAttachments.js +0 -145
  655. package/dist/components/ui/ConversationThread.d.ts +0 -27
  656. package/dist/components/ui/ConversationThread.js +0 -99
  657. package/dist/components/ui/PageTransition.d.ts +0 -9
  658. package/dist/components/ui/PageTransition.js +0 -56
  659. package/dist/components/ui/SearchCommand.d.ts +0 -33
  660. package/dist/components/ui/SearchCommand.js +0 -115
  661. package/dist/components/ui/ThinkingIndicator.d.ts +0 -14
  662. package/dist/components/ui/ThinkingIndicator.js +0 -9
  663. package/dist/components/ui/Toast.d.ts +0 -28
  664. package/dist/components/ui/Toast.js +0 -115
  665. package/dist/components/ui/Toaster.d.ts +0 -1
  666. package/dist/components/ui/Toaster.js +0 -136
  667. package/dist/components/ui/ToolCallCard.d.ts +0 -16
  668. package/dist/components/ui/ToolCallCard.js +0 -13
  669. package/dist/components/ui/VisuallyHidden.d.ts +0 -2
  670. package/dist/components/ui/VisuallyHidden.js +0 -8
  671. package/dist/hooks/use-toast.d.ts +0 -44
  672. package/dist/hooks/use-toast.js +0 -2
  673. package/dist/{chunk-CQEUNASC.js → chunk-ETS5O4ZQ.js} +1 -1
  674. package/dist/{chunk-C6MJQDPC.js → chunk-KHLMOBAU.js} +1 -1
  675. package/dist/{chunk-M4XKO45H.js → chunk-MPVYXUOD.js} +8 -8
  676. package/dist/{chunk-HZPCTOQJ.js → chunk-TKT6WW4E.js} +1 -1
  677. package/dist/{chunk-EEL4RAPC.js → chunk-V4NBPGED.js} +8 -8
@@ -0,0 +1,176 @@
1
+ import { Typography } from './chunk-Q7PCHHVJ.js';
2
+ import { Pagination, PaginationContent, PaginationItem, PaginationPrevious, PaginationLink, PaginationNext } from './chunk-2BADJLMV.js';
3
+ import { Heading } from './chunk-UXX6HHPS.js';
4
+ import { Table, TableHeader, TableRow, TableHead, TableBody, TableCell } from './chunk-PXDHNGTG.js';
5
+ import { Input } from './chunk-AP3XXYAY.js';
6
+ import { Empty, EmptyTitle, EmptyDescription } from './chunk-4TF4QFIM.js';
7
+ import { Card, CardHeader, CardTitle, CardContent } from './chunk-7UY24UWL.js';
8
+ import { Button } from './chunk-7KIDDF3I.js';
9
+ import { cn } from './chunk-QYZT24TS.js';
10
+ import { useMemo } from 'react';
11
+ import { jsxs, jsx } from 'react/jsx-runtime';
12
+
13
+ var EMPTY_COLUMNS = [];
14
+ var EMPTY_ROWS = [];
15
+ var EMPTY_FILTERS = [];
16
+ function deriveRowLabel(row, columns) {
17
+ if (row.summaryLabel) return row.summaryLabel;
18
+ const firstColumn = columns[0];
19
+ if (!firstColumn) return row.id;
20
+ const firstCellValue = row.cells[firstColumn.id];
21
+ return firstCellValue ?? row.id;
22
+ }
23
+ function deriveState(state, rows, selectedRowId) {
24
+ if (state) return state;
25
+ if (rows.length === 0) return "empty";
26
+ if (selectedRowId) return "selected-row";
27
+ return "has-data";
28
+ }
29
+ function clampPage(value, min, max) {
30
+ return Math.min(Math.max(value, min), max);
31
+ }
32
+ function CrudListBlock({
33
+ props,
34
+ emit,
35
+ children
36
+ }) {
37
+ const title = props.title;
38
+ const description = props.description;
39
+ const columns = props.columns ?? EMPTY_COLUMNS;
40
+ const rows = props.rows ?? EMPTY_ROWS;
41
+ const selectedRowId = props.selectedRowId ?? null;
42
+ const filterControls = props.filterControls ?? EMPTY_FILTERS;
43
+ const pagination = props.pagination;
44
+ const errorMessage = props.errorMessage ?? null;
45
+ const emptyTitle = props.emptyTitle ?? "No rows to display";
46
+ const emptyDescription = props.emptyDescription ?? "Create a new entry or adjust filters.";
47
+ const className = props.className;
48
+ const resolvedState = deriveState(props.state, rows, selectedRowId);
49
+ const pages = useMemo(() => {
50
+ const totalPages = Math.max(1, pagination.totalPages);
51
+ const currentPage = clampPage(pagination.page, 1, totalPages);
52
+ const visible = 5;
53
+ const half = Math.floor(visible / 2);
54
+ let start = Math.max(1, currentPage - half);
55
+ const end = Math.min(totalPages, start + visible - 1);
56
+ if (end - start < visible - 1) {
57
+ start = Math.max(1, end - visible + 1);
58
+ }
59
+ return Array.from({ length: end - start + 1 }, (_, index) => start + index);
60
+ }, [pagination.page, pagination.totalPages]);
61
+ return /* @__PURE__ */ jsxs("section", { className: cn("space-y-6", className), children: [
62
+ title || description ? /* @__PURE__ */ jsxs("header", { className: "space-y-1", children: [
63
+ title ? /* @__PURE__ */ jsx(Heading, { level: 3, children: title }) : null,
64
+ description ? /* @__PURE__ */ jsx(Typography, { variant: "muted", children: description }) : null
65
+ ] }) : null,
66
+ filterControls.length > 0 ? /* @__PURE__ */ jsxs(Card, { children: [
67
+ /* @__PURE__ */ jsx(CardHeader, { children: /* @__PURE__ */ jsx(CardTitle, { children: "Filters" }) }),
68
+ /* @__PURE__ */ jsx(CardContent, { className: "grid gap-3 md:grid-cols-2 xl:grid-cols-3", children: filterControls.map((filter) => /* @__PURE__ */ jsxs("label", { className: "space-y-1", children: [
69
+ /* @__PURE__ */ jsx(Typography, { variant: "small", className: "font-medium", children: filter.label }),
70
+ /* @__PURE__ */ jsx(
71
+ Input,
72
+ {
73
+ "aria-label": filter.label,
74
+ value: filter.value,
75
+ placeholder: filter.placeholder ?? void 0,
76
+ onChange: () => emit("filterChange")
77
+ }
78
+ )
79
+ ] }, filter.id)) })
80
+ ] }) : null,
81
+ /* @__PURE__ */ jsxs("div", { className: "space-y-4", children: [
82
+ resolvedState === "loading" ? /* @__PURE__ */ jsx(Typography, { variant: "small", className: "text-text-secondary", children: "Loading list data" }) : null,
83
+ resolvedState === "error" ? /* @__PURE__ */ jsx(
84
+ "div",
85
+ {
86
+ role: "alert",
87
+ className: "rounded-md border border-destructive/40 bg-destructive/10 px-4 py-3 text-sm text-destructive",
88
+ children: errorMessage ?? "The list is unavailable. Retry once the data source recovers."
89
+ }
90
+ ) : null,
91
+ (resolvedState === "empty" || resolvedState === "filtered") && rows.length === 0 ? /* @__PURE__ */ jsxs(Empty, { children: [
92
+ /* @__PURE__ */ jsx(EmptyTitle, { children: emptyTitle }),
93
+ /* @__PURE__ */ jsx(EmptyDescription, { children: emptyDescription })
94
+ ] }) : null,
95
+ rows.length > 0 ? /* @__PURE__ */ jsx(Card, { children: /* @__PURE__ */ jsx(CardContent, { className: "p-0", children: /* @__PURE__ */ jsx("div", { className: "overflow-x-auto min-w-[600px]", children: /* @__PURE__ */ jsxs(Table, { children: [
96
+ /* @__PURE__ */ jsx(TableHeader, { children: /* @__PURE__ */ jsx(TableRow, { children: columns.map((column) => /* @__PURE__ */ jsx(TableHead, { children: column.header }, column.id)) }) }),
97
+ /* @__PURE__ */ jsx(TableBody, { children: rows.map((row) => {
98
+ const rowLabel = deriveRowLabel(row, columns);
99
+ return /* @__PURE__ */ jsx(
100
+ TableRow,
101
+ {
102
+ className: cn(
103
+ selectedRowId === row.id ? "bg-surface-secondary/70" : void 0
104
+ ),
105
+ children: columns.map((column, columnIndex) => {
106
+ const cell = row.cells[column.id] ?? "-";
107
+ if (columnIndex === 0) {
108
+ return /* @__PURE__ */ jsx(TableCell, { children: /* @__PURE__ */ jsx(
109
+ Button,
110
+ {
111
+ variant: "ghost",
112
+ className: "h-auto p-0 font-normal",
113
+ onClick: () => emit("rowSelect"),
114
+ "aria-label": `Select ${rowLabel}`,
115
+ children: cell
116
+ }
117
+ ) }, column.id);
118
+ }
119
+ return /* @__PURE__ */ jsx(TableCell, { children: cell }, column.id);
120
+ })
121
+ },
122
+ row.id
123
+ );
124
+ }) })
125
+ ] }) }) }) }) : null,
126
+ /* @__PURE__ */ jsx(Pagination, { children: /* @__PURE__ */ jsxs(PaginationContent, { children: [
127
+ /* @__PURE__ */ jsx(PaginationItem, { children: /* @__PURE__ */ jsx(
128
+ PaginationPrevious,
129
+ {
130
+ href: "#",
131
+ onClick: (event) => {
132
+ event.preventDefault();
133
+ if (pagination.page > 1) {
134
+ emit("pageChange");
135
+ }
136
+ },
137
+ "aria-disabled": pagination.page <= 1,
138
+ className: pagination.page <= 1 ? "pointer-events-none opacity-50" : void 0
139
+ }
140
+ ) }),
141
+ pages.map((page) => /* @__PURE__ */ jsx(PaginationItem, { children: /* @__PURE__ */ jsx(
142
+ PaginationLink,
143
+ {
144
+ href: "#",
145
+ isActive: page === pagination.page,
146
+ onClick: (event) => {
147
+ event.preventDefault();
148
+ emit("pageChange");
149
+ },
150
+ children: page
151
+ }
152
+ ) }, page)),
153
+ /* @__PURE__ */ jsx(PaginationItem, { children: /* @__PURE__ */ jsx(
154
+ PaginationNext,
155
+ {
156
+ href: "#",
157
+ onClick: (event) => {
158
+ event.preventDefault();
159
+ if (pagination.page < pagination.totalPages) {
160
+ emit("pageChange");
161
+ }
162
+ },
163
+ "aria-disabled": pagination.page >= pagination.totalPages,
164
+ className: pagination.page >= pagination.totalPages ? "pointer-events-none opacity-50" : void 0
165
+ }
166
+ ) })
167
+ ] }) })
168
+ ] }),
169
+ resolvedState === "selected-row" && children ? /* @__PURE__ */ jsx("aside", { className: "space-y-4", children: /* @__PURE__ */ jsxs(Card, { children: [
170
+ /* @__PURE__ */ jsx(CardHeader, { children: /* @__PURE__ */ jsx(CardTitle, { children: "Detail" }) }),
171
+ /* @__PURE__ */ jsx(CardContent, { children })
172
+ ] }) }) : null
173
+ ] });
174
+ }
175
+
176
+ export { CrudListBlock };
@@ -0,0 +1,101 @@
1
+ import { z } from 'zod';
2
+
3
+ // src/catalog/definitions/layout.ts
4
+ var layoutDefinitions = {
5
+ AspectRatio: {
6
+ props: z.object({
7
+ ratio: z.number().nullable(),
8
+ className: z.string().nullable()
9
+ }),
10
+ slots: ["default"],
11
+ description: "Radix aspect-ratio container. ratio controls the width/height aspect ratio (e.g. 16/9). Children fill the container.",
12
+ example: { ratio: 16 / 9, className: null }
13
+ },
14
+ BentoGrid: {
15
+ props: z.object({
16
+ columns: z.union([z.literal(2), z.literal(3), z.literal(4)]).nullable()
17
+ }),
18
+ slots: ["default"],
19
+ description: "Animated CSS grid for bento-style card layouts. Children appear with staggered ScrollFadeIn entrance. columns controls the column count (2/3/4, default 3).",
20
+ example: { columns: 3 }
21
+ },
22
+ Card: {
23
+ props: z.object({
24
+ interactive: z.boolean().nullable(),
25
+ accentBorder: z.enum(["left", "top"]).nullable(),
26
+ hoverGlow: z.boolean().nullable(),
27
+ showBrackets: z.boolean().nullable()
28
+ }),
29
+ slots: ["default"],
30
+ description: "Glass-panel card container. interactive enables spring hover lift. accentBorder adds a 3 px accent-coloured border on the left or top edge. hoverGlow adds a glow shadow on hover. showBrackets renders corner bracket decorations.",
31
+ example: { interactive: true, accentBorder: "left", hoverGlow: false, showBrackets: null }
32
+ },
33
+ Collapsible: {
34
+ props: z.object({
35
+ open: z.boolean().nullable(),
36
+ defaultOpen: z.boolean().nullable()
37
+ }),
38
+ slots: ["trigger", "content"],
39
+ events: ["openChange"],
40
+ description: "Radix Collapsible root that toggles visibility of its content. Compose with CollapsibleTrigger and CollapsibleContent sub-components.",
41
+ example: { open: null, defaultOpen: true }
42
+ },
43
+ Grid: {
44
+ props: z.object({
45
+ cols: z.union([
46
+ z.literal(1),
47
+ z.literal(2),
48
+ z.literal(3),
49
+ z.literal(4)
50
+ ]).nullable(),
51
+ gap: z.enum(["sm", "md", "lg", "xl"]).nullable()
52
+ }),
53
+ slots: ["default"],
54
+ description: "Responsive CSS grid utility. cols maps to responsive grid-cols breakpoints (1 \u2192 single, 4 \u2192 2-col md / 4-col lg). gap maps to gap-2/4/8/12. Defaults: cols 1, gap md.",
55
+ example: { cols: 3, gap: "md" }
56
+ },
57
+ Resizable: {
58
+ props: z.object({
59
+ direction: z.enum(["horizontal", "vertical"]).nullable()
60
+ }),
61
+ slots: ["default"],
62
+ description: "react-resizable-panels wrapper. Compose with ResizablePanel and ResizableHandle sub-components. direction defaults to horizontal.",
63
+ example: { direction: "horizontal" }
64
+ },
65
+ ScrollArea: {
66
+ props: z.object({
67
+ orientation: z.enum(["horizontal", "vertical"]).nullable()
68
+ }),
69
+ slots: ["default"],
70
+ description: "Radix ScrollArea with a styled scrollbar. orientation controls which ScrollBar is shown (default vertical). Content overflows within the bounded container.",
71
+ example: { orientation: "vertical" }
72
+ },
73
+ Separator: {
74
+ props: z.object({
75
+ orientation: z.enum(["horizontal", "vertical"]).nullable()
76
+ }),
77
+ description: "Thin divider line. orientation horizontal renders a full-width 1 px rule; vertical renders a full-height 1 px rule. Defaults to horizontal.",
78
+ example: { orientation: "horizontal" }
79
+ },
80
+ Tabs: {
81
+ props: z.object({
82
+ items: z.array(z.object({ value: z.string(), label: z.string() })).nullable(),
83
+ defaultValue: z.string().nullable(),
84
+ value: z.string().nullable()
85
+ }),
86
+ slots: ["default"],
87
+ events: ["valueChange"],
88
+ description: "Animated Radix Tabs with spring-based active-tab indicator. items generates the trigger list. Tab panel content is passed in the default slot keyed by item.value. value enables controlled mode. Fires valueChange on tab switch.",
89
+ example: {
90
+ items: [
91
+ { value: "overview", label: "Overview" },
92
+ { value: "analytics", label: "Analytics" },
93
+ { value: "settings", label: "Settings" }
94
+ ],
95
+ defaultValue: "overview",
96
+ value: null
97
+ }
98
+ }
99
+ };
100
+
101
+ export { layoutDefinitions };
@@ -5,19 +5,17 @@ import { siteConfig } from './chunk-A7NUWD76.js';
5
5
  import { jsx, jsxs } from 'react/jsx-runtime';
6
6
 
7
7
  var defaultStats = [
8
- { value: 1200, label: "Stars on GitHub", prefix: "+" },
9
- { value: 22, label: "Active Users", suffix: " Million" },
10
- { value: 500, label: "Powered Apps", prefix: "+" }
8
+ { value: 1200, label: "Stars on GitHub", prefix: "+", suffix: null },
9
+ { value: 22, label: "Active Users", suffix: " Million", prefix: null },
10
+ { value: 500, label: "Powered Apps", prefix: "+", suffix: null }
11
11
  ];
12
12
  var defaultTitle = `${siteConfig.name} in numbers`;
13
13
  var defaultDescription = `The numbers speak for themselves. ${siteConfig.name} powers the next generation of AI interfaces with premium design tokens, glass effects, and accessible components.`;
14
- function StatsMarketingBlock({
15
- title = defaultTitle,
16
- description = defaultDescription,
17
- stats = defaultStats,
18
- className
19
- }) {
20
- return /* @__PURE__ */ jsx("section", { className: className ?? "py-12 md:py-16", children: /* @__PURE__ */ jsxs("div", { className: "mx-auto max-w-5xl space-y-8 px-6 md:space-y-16", children: [
14
+ function StatsMarketingBlock({ props }) {
15
+ const title = props.title ?? defaultTitle;
16
+ const description = props.description ?? defaultDescription;
17
+ const stats = props.stats ?? defaultStats;
18
+ return /* @__PURE__ */ jsx("section", { className: "py-12 md:py-16", children: /* @__PURE__ */ jsxs("div", { className: "mx-auto max-w-5xl space-y-8 px-6 md:space-y-16", children: [
21
19
  /* @__PURE__ */ jsxs("div", { className: "relative z-10 mx-auto max-w-xl space-y-6 text-center", children: [
22
20
  /* @__PURE__ */ jsx(Heading, { level: 2, size: "section", className: "text-4xl lg:text-5xl", children: title }),
23
21
  /* @__PURE__ */ jsx("p", { className: "text-text-secondary", children: description })
@@ -0,0 +1,185 @@
1
+ import { Typography } from './chunk-Q7PCHHVJ.js';
2
+ import { SidebarProvider, Sidebar, SidebarHeader, SidebarContent, SidebarGroup, SidebarGroupContent, SidebarMenu, SidebarMenuItem, SidebarMenuButton, SidebarTrigger } from './chunk-4DWRAIM2.js';
3
+ import { Empty, EmptyTitle, EmptyDescription } from './chunk-4TF4QFIM.js';
4
+ import { Card, CardHeader, CardTitle, CardContent } from './chunk-7UY24UWL.js';
5
+ import { Button } from './chunk-7KIDDF3I.js';
6
+ import { useMotionConfig, motionSpring } from './chunk-PD2YEH3H.js';
7
+ import { LayoutDashboardIcon } from './chunk-O74AEVHW.js';
8
+ import { Badge } from './chunk-S4JAHKOP.js';
9
+ import { cn } from './chunk-QYZT24TS.js';
10
+ import { AnimatePresence, m } from 'motion/react';
11
+ import { jsx, jsxs } from 'react/jsx-runtime';
12
+
13
+ function resolveActiveSection(sections, activeSectionId) {
14
+ const directMatch = sections.find(
15
+ (section) => section.id === activeSectionId && section.isAvailable !== false
16
+ );
17
+ if (directMatch) return directMatch;
18
+ const firstAvailable = sections.find(
19
+ (section) => section.isAvailable !== false
20
+ );
21
+ if (firstAvailable) return firstAvailable;
22
+ return sections[0] ?? null;
23
+ }
24
+ function SettingsNavBlock({
25
+ props,
26
+ emit,
27
+ children
28
+ }) {
29
+ const title = props.title ?? "Settings";
30
+ const subtitle = props.subtitle ?? "Manage your preferences";
31
+ const sections = props.sections;
32
+ const activeSectionId = props.activeSectionId;
33
+ const saveState = props.saveState ?? "default";
34
+ const validationMessage = props.validationMessage;
35
+ const fatalErrorMessage = props.fatalErrorMessage;
36
+ const savedMessage = props.savedMessage ?? "Changes saved successfully.";
37
+ const saveLabel = props.saveLabel ?? "Save changes";
38
+ const discardLabel = props.discardLabel ?? "Discard";
39
+ const className = props.className;
40
+ const motionConfig = useMotionConfig();
41
+ const activeSection = resolveActiveSection(sections, activeSectionId);
42
+ const isBusy = saveState === "saving" || saveState === "loading";
43
+ const showActions = saveState !== "default" && saveState !== "loading";
44
+ return /* @__PURE__ */ jsx(
45
+ SidebarProvider,
46
+ {
47
+ className: cn(
48
+ "h-[800px] w-full glass-panel rounded-xl overflow-hidden shadow-2xl",
49
+ className
50
+ ),
51
+ children: /* @__PURE__ */ jsxs("div", { className: "h-full w-full bg-background flex", children: [
52
+ /* @__PURE__ */ jsxs(
53
+ Sidebar,
54
+ {
55
+ collapsible: "none",
56
+ className: "hidden sm:flex w-64 border-r border-border",
57
+ children: [
58
+ /* @__PURE__ */ jsx(SidebarHeader, { className: "p-4", children: /* @__PURE__ */ jsxs("div", { className: "flex items-center gap-4 px-2", children: [
59
+ /* @__PURE__ */ jsx("div", { className: "flex aspect-square size-8 items-center justify-center rounded-lg bg-primary text-primary-foreground shadow-glow", children: /* @__PURE__ */ jsx(LayoutDashboardIcon, { size: 16 }) }),
60
+ /* @__PURE__ */ jsxs("div", { className: "grid flex-1 text-left text-sm leading-tight", children: [
61
+ /* @__PURE__ */ jsx("span", { className: "truncate font-semibold", children: title }),
62
+ /* @__PURE__ */ jsx("span", { className: "truncate text-xs text-text-secondary", children: subtitle })
63
+ ] })
64
+ ] }) }),
65
+ /* @__PURE__ */ jsx(SidebarContent, { className: "px-2", children: /* @__PURE__ */ jsx(SidebarGroup, { children: /* @__PURE__ */ jsx(SidebarGroupContent, { children: /* @__PURE__ */ jsx(SidebarMenu, { className: "space-y-1.5", children: sections.map((section) => {
66
+ const isUnavailable = section.isAvailable === false;
67
+ const isActive = activeSection?.id === section.id;
68
+ return /* @__PURE__ */ jsxs(SidebarMenuItem, { children: [
69
+ /* @__PURE__ */ jsxs(
70
+ SidebarMenuButton,
71
+ {
72
+ isActive,
73
+ onClick: () => {
74
+ if (!isUnavailable && section.id !== activeSection?.id) {
75
+ emit("sectionChange");
76
+ }
77
+ },
78
+ className: "justify-between",
79
+ disabled: isUnavailable,
80
+ children: [
81
+ /* @__PURE__ */ jsx("span", { children: section.label }),
82
+ section.badge ? /* @__PURE__ */ jsx(
83
+ Badge,
84
+ {
85
+ variant: "accent",
86
+ className: "h-5 px-1.5 text-[10px]",
87
+ children: section.badge
88
+ }
89
+ ) : null
90
+ ]
91
+ }
92
+ ),
93
+ isUnavailable && section.unavailableReason ? /* @__PURE__ */ jsx(
94
+ Typography,
95
+ {
96
+ variant: "small",
97
+ className: "px-2 text-text-tertiary",
98
+ children: section.unavailableReason
99
+ }
100
+ ) : null
101
+ ] }, section.id);
102
+ }) }) }) }) })
103
+ ]
104
+ }
105
+ ),
106
+ /* @__PURE__ */ jsxs("main", { className: "flex-1 overflow-y-auto", children: [
107
+ /* @__PURE__ */ jsxs("header", { className: "flex items-center border-b border-border px-4 py-3", children: [
108
+ /* @__PURE__ */ jsx(SidebarTrigger, {}),
109
+ /* @__PURE__ */ jsx("span", { className: "ml-2 text-sm font-medium text-text-primary", children: "Settings" })
110
+ ] }),
111
+ /* @__PURE__ */ jsxs("div", { className: "max-w-4xl mx-auto p-8 space-y-4", children: [
112
+ saveState === "loading" ? /* @__PURE__ */ jsx(Typography, { variant: "small", className: "text-text-secondary", children: "Loading settings content" }) : null,
113
+ saveState === "dirty" ? /* @__PURE__ */ jsx(Badge, { variant: "outline", children: "Unsaved changes" }) : null,
114
+ saveState === "saving" ? /* @__PURE__ */ jsx(Typography, { variant: "small", className: "text-text-secondary", children: "Saving changes..." }) : null,
115
+ saveState === "saved" ? /* @__PURE__ */ jsx(Typography, { variant: "small", className: "text-success", children: savedMessage }) : null,
116
+ saveState === "validation-error" ? /* @__PURE__ */ jsx(
117
+ "div",
118
+ {
119
+ role: "alert",
120
+ className: "rounded-md border border-destructive/40 bg-destructive/10 px-4 py-3 text-sm text-destructive",
121
+ children: validationMessage ?? "Please resolve validation errors before saving."
122
+ }
123
+ ) : null,
124
+ saveState === "fatal-error" ? /* @__PURE__ */ jsx(
125
+ "div",
126
+ {
127
+ role: "alert",
128
+ className: "rounded-md border border-destructive/40 bg-destructive/10 px-4 py-3 text-sm text-destructive",
129
+ children: fatalErrorMessage ?? "Settings failed to load. Retry or contact support."
130
+ }
131
+ ) : null,
132
+ /* @__PURE__ */ jsx(AnimatePresence, { mode: "wait", children: /* @__PURE__ */ jsx(
133
+ m.div,
134
+ {
135
+ initial: { opacity: 0, y: 8 },
136
+ animate: { opacity: 1, y: 0 },
137
+ exit: { opacity: 0, y: -8 },
138
+ transition: { ...motionSpring.snappy, ...motionConfig },
139
+ children: /* @__PURE__ */ jsxs(Card, { children: [
140
+ /* @__PURE__ */ jsxs(CardHeader, { children: [
141
+ /* @__PURE__ */ jsx(CardTitle, { children: activeSection?.label ?? "Settings section" }),
142
+ activeSection?.description ? /* @__PURE__ */ jsx(
143
+ Typography,
144
+ {
145
+ variant: "small",
146
+ className: "text-text-secondary",
147
+ children: activeSection.description
148
+ }
149
+ ) : null
150
+ ] }),
151
+ /* @__PURE__ */ jsx(CardContent, { children: children ?? (activeSection?.description ? /* @__PURE__ */ jsx(Typography, { variant: "small", className: "text-text-secondary", children: activeSection.description }) : /* @__PURE__ */ jsxs(Empty, { children: [
152
+ /* @__PURE__ */ jsx(EmptyTitle, { children: "No content" }),
153
+ /* @__PURE__ */ jsx(EmptyDescription, { children: "Use the sectionContent slot to provide settings content." })
154
+ ] })) })
155
+ ] })
156
+ },
157
+ activeSection?.id ?? "empty"
158
+ ) }),
159
+ showActions ? /* @__PURE__ */ jsxs("div", { className: "flex flex-wrap justify-end gap-2", children: [
160
+ /* @__PURE__ */ jsx(
161
+ Button,
162
+ {
163
+ variant: "ghost",
164
+ onClick: () => emit("discard"),
165
+ disabled: isBusy,
166
+ children: discardLabel
167
+ }
168
+ ),
169
+ /* @__PURE__ */ jsx(
170
+ Button,
171
+ {
172
+ onClick: () => emit("save"),
173
+ disabled: isBusy,
174
+ children: saveLabel
175
+ }
176
+ )
177
+ ] }) : null
178
+ ] })
179
+ ] })
180
+ ] })
181
+ }
182
+ );
183
+ }
184
+
185
+ export { SettingsNavBlock };
@@ -20,17 +20,20 @@ var defaultPlans = [
20
20
  period: "/forever",
21
21
  features: ["1,000 requests/mo", "Community support", "1 project", "Basic analytics"],
22
22
  action: "Get Started",
23
- variant: "outline"
23
+ variant: "outline",
24
+ popular: null,
25
+ badge: null
24
26
  },
25
27
  {
26
28
  name: "Pro",
27
29
  description: "For professional developers and small teams.",
28
- price: (isYearly) => isYearly ? "$29" : "$39",
30
+ price: "$39",
29
31
  period: "/month",
30
32
  features: ["100,000 requests/mo", "Priority support", "Unlimited projects", "Advanced analytics", "Custom domains"],
31
33
  action: "Upgrade to Pro",
32
34
  variant: "accent",
33
- popular: true
35
+ popular: true,
36
+ badge: null
34
37
  },
35
38
  {
36
39
  name: "Enterprise",
@@ -39,22 +42,19 @@ var defaultPlans = [
39
42
  period: "",
40
43
  features: ["Unlimited requests", "24/7 Dedicated support", "SSO & Audit logs", "SLA guarantees", "On-premise deployment"],
41
44
  action: "Contact Sales",
42
- variant: "outline"
45
+ variant: "outline",
46
+ popular: null,
47
+ badge: null
43
48
  }
44
49
  ];
45
- function resolvePrice(price, isYearly) {
46
- return typeof price === "function" ? price(isYearly) : price;
47
- }
48
- function PricingBlock({
49
- title = "Simple, transparent pricing",
50
- description = "Choose the plan that's right for you. Change or cancel anytime.",
51
- plans = defaultPlans,
52
- showBillingToggle = true,
53
- className
54
- }) {
50
+ function PricingBlock({ props, emit }) {
51
+ const title = props.title ?? "Simple, transparent pricing";
52
+ const description = props.description ?? "Choose the plan that's right for you. Change or cancel anytime.";
53
+ const plans = props.plans ?? defaultPlans;
54
+ const showBillingToggle = props.showBillingToggle ?? true;
55
55
  const t = useTranslations("blocks.pricingBlock");
56
56
  const [isYearly, setIsYearly] = useState(false);
57
- return /* @__PURE__ */ jsx("section", { className: className ?? "py-16 md:py-24", children: /* @__PURE__ */ jsxs("div", { className: "container mx-auto px-6 lg:px-8", children: [
57
+ return /* @__PURE__ */ jsx("section", { className: "py-16 md:py-24", children: /* @__PURE__ */ jsxs("div", { className: "container mx-auto px-6 lg:px-8", children: [
58
58
  /* @__PURE__ */ jsxs("div", { className: "mb-12 text-center", children: [
59
59
  /* @__PURE__ */ jsx(Heading, { level: 2, size: "section", className: "mb-4 sm:text-4xl", children: title }),
60
60
  /* @__PURE__ */ jsx("p", { className: "mb-8 text-lg text-text-secondary", children: description }),
@@ -69,7 +69,7 @@ function PricingBlock({
69
69
  ] })
70
70
  ] }),
71
71
  /* @__PURE__ */ jsx(StaggerChildren, { staggerMs: 120, className: "grid gap-8 md:grid-cols-3", children: plans.map((plan) => {
72
- const priceStr = resolvePrice(plan.price, isYearly);
72
+ const priceStr = plan.price;
73
73
  const card = /* @__PURE__ */ jsxs(
74
74
  Card,
75
75
  {
@@ -79,7 +79,7 @@ function PricingBlock({
79
79
  plan.popular ? "border-accent shadow-lg shadow-accent/5 z-10" : "border-border/50 hover:border-border"
80
80
  ),
81
81
  children: [
82
- plan.popular && /* @__PURE__ */ jsx("div", { className: "absolute -top-4 left-0 ring-0 w-full flex justify-center", children: /* @__PURE__ */ jsx(Badge, { variant: "accent", className: "shadow-lg", children: t("mostPopular") }) }),
82
+ (plan.popular || plan.badge) && /* @__PURE__ */ jsx("div", { className: "absolute -top-4 left-0 ring-0 w-full flex justify-center", children: /* @__PURE__ */ jsx(Badge, { variant: "accent", className: "shadow-lg", children: plan.badge ?? t("mostPopular") }) }),
83
83
  /* @__PURE__ */ jsxs(CardHeader, { className: "pb-8 pt-8", children: [
84
84
  /* @__PURE__ */ jsx(CardTitle, { className: "text-xl font-semibold text-text-primary", children: plan.name }),
85
85
  /* @__PURE__ */ jsx("p", { className: "text-sm text-text-secondary", children: plan.description })
@@ -97,7 +97,7 @@ function PricingBlock({
97
97
  feature
98
98
  ] }, feature)) })
99
99
  ] }),
100
- /* @__PURE__ */ jsx(CardFooter, { children: /* @__PURE__ */ jsx(Button, { className: "w-full", variant: plan.variant, children: plan.action }) })
100
+ /* @__PURE__ */ jsx(CardFooter, { children: /* @__PURE__ */ jsx(Button, { className: "w-full", variant: plan.variant, onClick: () => emit("selectPlan"), children: plan.action }) })
101
101
  ]
102
102
  },
103
103
  plan.name
@@ -0,0 +1,37 @@
1
+ import { GripVerticalIcon } from './chunk-WXVNTJIB.js';
2
+ import { cn } from './chunk-QYZT24TS.js';
3
+ import * as ResizablePrimitive from 'react-resizable-panels';
4
+ import { jsx } from 'react/jsx-runtime';
5
+
6
+ function ResizablePanelGroup({
7
+ className,
8
+ ...props
9
+ }) {
10
+ return /* @__PURE__ */ jsx(
11
+ ResizablePrimitive.Group,
12
+ {
13
+ className: cn("flex h-full w-full", className),
14
+ ...props
15
+ }
16
+ );
17
+ }
18
+ var ResizablePanel = ResizablePrimitive.Panel;
19
+ function ResizableHandle({
20
+ withHandle,
21
+ className,
22
+ ...props
23
+ }) {
24
+ return /* @__PURE__ */ jsx(
25
+ ResizablePrimitive.Separator,
26
+ {
27
+ className: cn(
28
+ "relative flex w-px items-center justify-center bg-border after:absolute after:inset-y-0 after:left-1/2 after:w-1 after:-translate-x-1/2 focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-accent focus-visible:ring-offset-1 aria-[orientation=horizontal]:h-px aria-[orientation=horizontal]:w-full aria-[orientation=horizontal]:after:left-0 aria-[orientation=horizontal]:after:h-1 aria-[orientation=horizontal]:after:w-full aria-[orientation=horizontal]:after:translate-x-0 aria-[orientation=horizontal]:after:-translate-y-1/2 aria-[orientation=horizontal]:after:translate-y-0",
29
+ className
30
+ ),
31
+ ...props,
32
+ children: !!withHandle && /* @__PURE__ */ jsx("div", { className: "z-10 flex h-4 w-3 items-center justify-center rounded-sm border bg-border", children: /* @__PURE__ */ jsx(GripVerticalIcon, { size: 10 }) })
33
+ }
34
+ );
35
+ }
36
+
37
+ export { ResizableHandle, ResizablePanel, ResizablePanelGroup };