@brunoalz/smartgesti-site-editor 0.2.2 → 1.1.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 (607) hide show
  1. package/dist/editor/BlockSelector.d.ts +2 -1
  2. package/dist/editor/BlockSelector.d.ts.map +1 -1
  3. package/dist/editor/BlockSelector.js +55 -64
  4. package/dist/editor/BlockSelector.js.map +1 -1
  5. package/dist/editor/LandingPageEditor.d.ts +19 -0
  6. package/dist/editor/LandingPageEditor.d.ts.map +1 -0
  7. package/dist/editor/LandingPageEditor.js +239 -0
  8. package/dist/editor/LandingPageEditor.js.map +1 -0
  9. package/dist/editor/PageTabBar.d.ts +4 -1
  10. package/dist/editor/PageTabBar.d.ts.map +1 -1
  11. package/dist/editor/PageTabBar.js +179 -41
  12. package/dist/editor/PageTabBar.js.map +1 -1
  13. package/dist/editor/PropertyEditor/BlockPropertyEditor.d.ts +5 -3
  14. package/dist/editor/PropertyEditor/BlockPropertyEditor.d.ts.map +1 -1
  15. package/dist/editor/PropertyEditor/BlockPropertyEditor.js +60 -113
  16. package/dist/editor/PropertyEditor/BlockPropertyEditor.js.map +1 -1
  17. package/dist/editor/PropertyEditor/CollapsiblePropertyGroup.d.ts +3 -1
  18. package/dist/editor/PropertyEditor/CollapsiblePropertyGroup.d.ts.map +1 -1
  19. package/dist/editor/PropertyEditor/CollapsiblePropertyGroup.js +47 -33
  20. package/dist/editor/PropertyEditor/CollapsiblePropertyGroup.js.map +1 -1
  21. package/dist/editor/PropertyEditor/PropertyGroup.d.ts +1 -1
  22. package/dist/editor/PropertyEditor/PropertyGroup.d.ts.map +1 -1
  23. package/dist/editor/PropertyEditor/VariationSelector.d.ts +2 -1
  24. package/dist/editor/PropertyEditor/VariationSelector.d.ts.map +1 -1
  25. package/dist/editor/PropertyEditor/VariationSelector.js +35 -31
  26. package/dist/editor/PropertyEditor/VariationSelector.js.map +1 -1
  27. package/dist/editor/PropertyEditor/index.js +30 -28
  28. package/dist/editor/PropertyEditor/inputs/CarouselImagesInput.d.ts +16 -0
  29. package/dist/editor/PropertyEditor/inputs/CarouselImagesInput.d.ts.map +1 -0
  30. package/dist/editor/PropertyEditor/inputs/CarouselImagesInput.js +170 -0
  31. package/dist/editor/PropertyEditor/inputs/CarouselImagesInput.js.map +1 -0
  32. package/dist/editor/PropertyEditor/inputs/ImageGridInput.d.ts +1 -1
  33. package/dist/editor/PropertyEditor/inputs/ImageGridInput.d.ts.map +1 -1
  34. package/dist/editor/PropertyEditor/inputs/ImageGridInput.js +148 -121
  35. package/dist/editor/PropertyEditor/inputs/ImageGridInput.js.map +1 -1
  36. package/dist/editor/PropertyEditor/inputs/ImageInput.d.ts.map +1 -0
  37. package/dist/{components → editor/PropertyEditor}/inputs/ImageInput.js +41 -39
  38. package/dist/editor/PropertyEditor/inputs/ImageInput.js.map +1 -0
  39. package/dist/editor/PropertyEditor/inputs/TypographyInput.js +41 -44
  40. package/dist/editor/PropertyEditor/inputs/TypographyInput.js.map +1 -1
  41. package/dist/editor/PropertyEditor/inputs/index.d.ts +2 -0
  42. package/dist/editor/PropertyEditor/inputs/index.d.ts.map +1 -1
  43. package/dist/editor/PropertyEditor/renderPropertyInput.d.ts +1 -1
  44. package/dist/editor/PropertyEditor/renderPropertyInput.d.ts.map +1 -1
  45. package/dist/editor/PropertyEditor/renderPropertyInput.js +167 -139
  46. package/dist/editor/PropertyEditor/renderPropertyInput.js.map +1 -1
  47. package/dist/editor/components/CenterPanel.d.ts +13 -4
  48. package/dist/editor/components/CenterPanel.d.ts.map +1 -1
  49. package/dist/editor/components/CenterPanel.js +40 -31
  50. package/dist/editor/components/CenterPanel.js.map +1 -1
  51. package/dist/editor/components/LeftPanel.d.ts +2 -1
  52. package/dist/editor/components/LeftPanel.d.ts.map +1 -1
  53. package/dist/editor/components/LeftPanel.js +13 -12
  54. package/dist/editor/components/LeftPanel.js.map +1 -1
  55. package/dist/editor/components/LoadingSpinner.d.ts.map +1 -0
  56. package/dist/editor/components/LoadingSpinner.js.map +1 -0
  57. package/dist/editor/components/RightPanel.d.ts +8 -2
  58. package/dist/editor/components/RightPanel.d.ts.map +1 -1
  59. package/dist/editor/components/RightPanel.js +24 -19
  60. package/dist/editor/components/RightPanel.js.map +1 -1
  61. package/dist/editor/components/Toolbar.d.ts +5 -1
  62. package/dist/editor/components/Toolbar.d.ts.map +1 -1
  63. package/dist/editor/components/Toolbar.js +56 -40
  64. package/dist/editor/components/Toolbar.js.map +1 -1
  65. package/dist/engine/export/exportHtml.d.ts +10 -5
  66. package/dist/engine/export/exportHtml.d.ts.map +1 -1
  67. package/dist/engine/export/exportHtml.js +38 -40
  68. package/dist/engine/export/exportHtml.js.map +1 -1
  69. package/dist/engine/export/exporters/content/HeadingExporter.d.ts.map +1 -1
  70. package/dist/engine/export/exporters/content/HeadingExporter.js +6 -6
  71. package/dist/engine/export/exporters/content/HeadingExporter.js.map +1 -1
  72. package/dist/engine/export/exporters/content/LinkExporter.d.ts.map +1 -1
  73. package/dist/engine/export/exporters/content/LinkExporter.js +6 -6
  74. package/dist/engine/export/exporters/content/LinkExporter.js.map +1 -1
  75. package/dist/engine/export/exporters/content/TextExporter.d.ts.map +1 -1
  76. package/dist/engine/export/exporters/content/TextExporter.js +7 -7
  77. package/dist/engine/export/exporters/content/TextExporter.js.map +1 -1
  78. package/dist/engine/export/exporters/sections/BlogPostExporters.d.ts +6 -0
  79. package/dist/engine/export/exporters/sections/BlogPostExporters.d.ts.map +1 -0
  80. package/dist/engine/export/exporters/sections/BlogPostExporters.js +101 -0
  81. package/dist/engine/export/exporters/sections/BlogPostExporters.js.map +1 -0
  82. package/dist/engine/export/exporters/sections/FooterExporter.d.ts.map +1 -1
  83. package/dist/engine/export/exporters/sections/FooterExporter.js +33 -40
  84. package/dist/engine/export/exporters/sections/FooterExporter.js.map +1 -1
  85. package/dist/engine/export/exporters/sections/HeroExporter.d.ts.map +1 -1
  86. package/dist/engine/export/exporters/sections/HeroExporter.js +222 -218
  87. package/dist/engine/export/exporters/sections/HeroExporter.js.map +1 -1
  88. package/dist/engine/export/exporters/sections/MarketingExporters.js +88 -88
  89. package/dist/engine/export/exporters/sections/MarketingExporters.js.map +1 -1
  90. package/dist/engine/export/exporters/sections/NavbarExporter.js +34 -34
  91. package/dist/engine/export/exporters/sections/NavbarExporter.js.map +1 -1
  92. package/dist/engine/export/exporters/sections/index.d.ts.map +1 -1
  93. package/dist/engine/export/exporters/sections/index.js +29 -22
  94. package/dist/engine/export/exporters/sections/index.js.map +1 -1
  95. package/dist/engine/export/sanitizeHtml.d.ts.map +1 -1
  96. package/dist/engine/export/sanitizeHtml.js +65 -18
  97. package/dist/engine/export/sanitizeHtml.js.map +1 -1
  98. package/dist/engine/export/styleResolver.d.ts.map +1 -1
  99. package/dist/engine/export/styleResolver.js +33 -33
  100. package/dist/engine/export/styleResolver.js.map +1 -1
  101. package/dist/engine/generators/generateLandingPage.d.ts +4 -4
  102. package/dist/engine/generators/generateLandingPage.d.ts.map +1 -1
  103. package/dist/engine/generators/generateLandingPage.js.map +1 -1
  104. package/dist/engine/index.d.ts +6 -3
  105. package/dist/engine/index.d.ts.map +1 -1
  106. package/dist/engine/index.js +99 -89
  107. package/dist/engine/index.js.map +1 -1
  108. package/dist/engine/patch/PatchBuilder.d.ts +11 -11
  109. package/dist/engine/patch/PatchBuilder.d.ts.map +1 -1
  110. package/dist/engine/patch/PatchBuilder.js +92 -93
  111. package/dist/engine/patch/PatchBuilder.js.map +1 -1
  112. package/dist/engine/patch/applyPatch.js.map +1 -1
  113. package/dist/engine/plugins/builtin/blog/index.d.ts +3 -0
  114. package/dist/engine/plugins/builtin/blog/index.d.ts.map +1 -0
  115. package/dist/engine/plugins/builtin/blog/manifest.d.ts +3 -0
  116. package/dist/engine/plugins/builtin/blog/manifest.d.ts.map +1 -0
  117. package/dist/engine/plugins/builtin/blog/manifest.js +273 -0
  118. package/dist/engine/plugins/builtin/blog/manifest.js.map +1 -0
  119. package/dist/engine/plugins/builtin/blog/mockContentProvider.d.ts +7 -0
  120. package/dist/engine/plugins/builtin/blog/mockContentProvider.d.ts.map +1 -0
  121. package/dist/engine/plugins/builtin/blog/mockContentProvider.js +135 -0
  122. package/dist/engine/plugins/builtin/blog/mockContentProvider.js.map +1 -0
  123. package/dist/engine/plugins/contentHydration.d.ts +17 -0
  124. package/dist/engine/plugins/contentHydration.d.ts.map +1 -0
  125. package/dist/engine/plugins/contentHydration.js +121 -0
  126. package/dist/engine/plugins/contentHydration.js.map +1 -0
  127. package/dist/engine/plugins/dynamicPageResolver.d.ts +25 -0
  128. package/dist/engine/plugins/dynamicPageResolver.d.ts.map +1 -0
  129. package/dist/engine/plugins/dynamicPageResolver.js +32 -0
  130. package/dist/engine/plugins/dynamicPageResolver.js.map +1 -0
  131. package/dist/engine/plugins/index.d.ts +11 -0
  132. package/dist/engine/plugins/index.d.ts.map +1 -0
  133. package/dist/engine/plugins/pluginRegistry.d.ts +37 -0
  134. package/dist/engine/plugins/pluginRegistry.d.ts.map +1 -0
  135. package/dist/engine/plugins/pluginRegistry.js +134 -0
  136. package/dist/engine/plugins/pluginRegistry.js.map +1 -0
  137. package/dist/engine/plugins/types.d.ts +180 -0
  138. package/dist/engine/plugins/types.d.ts.map +1 -0
  139. package/dist/engine/presets/heroVariations.d.ts +5 -0
  140. package/dist/engine/presets/heroVariations.d.ts.map +1 -1
  141. package/dist/engine/presets/heroVariations.js +50 -6
  142. package/dist/engine/presets/heroVariations.js.map +1 -1
  143. package/dist/engine/preview/Preview.d.ts +19 -0
  144. package/dist/engine/preview/Preview.d.ts.map +1 -0
  145. package/dist/engine/preview/Preview.js +418 -0
  146. package/dist/engine/preview/Preview.js.map +1 -0
  147. package/dist/engine/registry/blocks/sections/blogPostCard.d.ts +3 -0
  148. package/dist/engine/registry/blocks/sections/blogPostCard.d.ts.map +1 -0
  149. package/dist/engine/registry/blocks/sections/blogPostCard.js +53 -0
  150. package/dist/engine/registry/blocks/sections/blogPostCard.js.map +1 -0
  151. package/dist/engine/registry/blocks/sections/blogPostDetail.d.ts +3 -0
  152. package/dist/engine/registry/blocks/sections/blogPostDetail.d.ts.map +1 -0
  153. package/dist/engine/registry/blocks/sections/blogPostDetail.js +49 -0
  154. package/dist/engine/registry/blocks/sections/blogPostDetail.js.map +1 -0
  155. package/dist/engine/registry/blocks/sections/blogPostGrid.d.ts +3 -0
  156. package/dist/engine/registry/blocks/sections/blogPostGrid.d.ts.map +1 -0
  157. package/dist/engine/registry/blocks/sections/blogPostGrid.js +89 -0
  158. package/dist/engine/registry/blocks/sections/blogPostGrid.js.map +1 -0
  159. package/dist/engine/registry/blocks/sections/hero.d.ts.map +1 -1
  160. package/dist/engine/registry/blocks/sections/hero.js +67 -14
  161. package/dist/engine/registry/blocks/sections/hero.js.map +1 -1
  162. package/dist/engine/registry/blocks/sections/index.d.ts +3 -0
  163. package/dist/engine/registry/blocks/sections/index.d.ts.map +1 -1
  164. package/dist/engine/registry/blocks/sections/navbar.d.ts.map +1 -1
  165. package/dist/engine/registry/blocks/sections/navbar.js +2 -1
  166. package/dist/engine/registry/blocks/sections/navbar.js.map +1 -1
  167. package/dist/engine/registry/registry.d.ts.map +1 -1
  168. package/dist/engine/registry/registry.js +39 -36
  169. package/dist/engine/registry/registry.js.map +1 -1
  170. package/dist/engine/registry/types.d.ts +17 -13
  171. package/dist/engine/registry/types.d.ts.map +1 -1
  172. package/dist/engine/render/renderNodeImpl.js +85 -85
  173. package/dist/engine/render/renderNodeImpl.js.map +1 -1
  174. package/dist/engine/render/renderPage.d.ts +3 -3
  175. package/dist/engine/render/renderPage.d.ts.map +1 -1
  176. package/dist/engine/render/renderPage.js.map +1 -1
  177. package/dist/engine/render/renderers/composition/CardRenderer.js +4 -4
  178. package/dist/engine/render/renderers/content/LinkRenderer.d.ts.map +1 -1
  179. package/dist/engine/render/renderers/content/LinkRenderer.js +41 -16
  180. package/dist/engine/render/renderers/content/LinkRenderer.js.map +1 -1
  181. package/dist/engine/render/renderers/content/SocialLinksRenderer.d.ts.map +1 -1
  182. package/dist/engine/render/renderers/content/SocialLinksRenderer.js +16 -23
  183. package/dist/engine/render/renderers/content/SocialLinksRenderer.js.map +1 -1
  184. package/dist/engine/render/renderers/forms/FormRenderer.js +6 -6
  185. package/dist/engine/render/renderers/layout/GridRenderer.js +3 -3
  186. package/dist/engine/render/renderers/sections/BlogPostCardRenderer.d.ts +3 -0
  187. package/dist/engine/render/renderers/sections/BlogPostCardRenderer.d.ts.map +1 -0
  188. package/dist/engine/render/renderers/sections/BlogPostCardRenderer.js +199 -0
  189. package/dist/engine/render/renderers/sections/BlogPostCardRenderer.js.map +1 -0
  190. package/dist/engine/render/renderers/sections/BlogPostDetailRenderer.d.ts +3 -0
  191. package/dist/engine/render/renderers/sections/BlogPostDetailRenderer.d.ts.map +1 -0
  192. package/dist/engine/render/renderers/sections/BlogPostDetailRenderer.js +293 -0
  193. package/dist/engine/render/renderers/sections/BlogPostDetailRenderer.js.map +1 -0
  194. package/dist/engine/render/renderers/sections/BlogPostGridRenderer.d.ts +3 -0
  195. package/dist/engine/render/renderers/sections/BlogPostGridRenderer.d.ts.map +1 -0
  196. package/dist/engine/render/renderers/sections/BlogPostGridRenderer.js +101 -0
  197. package/dist/engine/render/renderers/sections/BlogPostGridRenderer.js.map +1 -0
  198. package/dist/engine/render/renderers/sections/CtaRenderer.d.ts.map +1 -1
  199. package/dist/engine/render/renderers/sections/CtaRenderer.js +33 -31
  200. package/dist/engine/render/renderers/sections/CtaRenderer.js.map +1 -1
  201. package/dist/engine/render/renderers/sections/FaqItemRenderer.d.ts.map +1 -1
  202. package/dist/engine/render/renderers/sections/FaqItemRenderer.js +7 -6
  203. package/dist/engine/render/renderers/sections/FaqItemRenderer.js.map +1 -1
  204. package/dist/engine/render/renderers/sections/FaqRenderer.js +7 -7
  205. package/dist/engine/render/renderers/sections/FaqRenderer.js.map +1 -1
  206. package/dist/engine/render/renderers/sections/FeatureGridRenderer.d.ts.map +1 -1
  207. package/dist/engine/render/renderers/sections/FeatureGridRenderer.js +19 -18
  208. package/dist/engine/render/renderers/sections/FeatureGridRenderer.js.map +1 -1
  209. package/dist/engine/render/renderers/sections/FeatureRenderer.d.ts.map +1 -1
  210. package/dist/engine/render/renderers/sections/FeatureRenderer.js +5 -4
  211. package/dist/engine/render/renderers/sections/FeatureRenderer.js.map +1 -1
  212. package/dist/engine/render/renderers/sections/FooterRenderer.d.ts.map +1 -1
  213. package/dist/engine/render/renderers/sections/FooterRenderer.js +25 -30
  214. package/dist/engine/render/renderers/sections/FooterRenderer.js.map +1 -1
  215. package/dist/engine/render/renderers/sections/HeroRenderer.d.ts.map +1 -1
  216. package/dist/engine/render/renderers/sections/HeroRenderer.js +293 -229
  217. package/dist/engine/render/renderers/sections/HeroRenderer.js.map +1 -1
  218. package/dist/engine/render/renderers/sections/NavbarRenderer.d.ts.map +1 -1
  219. package/dist/engine/render/renderers/sections/NavbarRenderer.js +23 -22
  220. package/dist/engine/render/renderers/sections/NavbarRenderer.js.map +1 -1
  221. package/dist/engine/render/renderers/sections/PricingCardRenderer.d.ts.map +1 -1
  222. package/dist/engine/render/renderers/sections/PricingCardRenderer.js +7 -6
  223. package/dist/engine/render/renderers/sections/PricingCardRenderer.js.map +1 -1
  224. package/dist/engine/render/renderers/sections/PricingRenderer.js +9 -9
  225. package/dist/engine/render/renderers/sections/PricingRenderer.js.map +1 -1
  226. package/dist/engine/render/renderers/sections/TestimonialGridRenderer.d.ts.map +1 -1
  227. package/dist/engine/render/renderers/sections/TestimonialGridRenderer.js +17 -16
  228. package/dist/engine/render/renderers/sections/TestimonialGridRenderer.js.map +1 -1
  229. package/dist/engine/render/renderers/sections/TestimonialRenderer.d.ts.map +1 -1
  230. package/dist/engine/render/renderers/sections/TestimonialRenderer.js +11 -10
  231. package/dist/engine/render/renderers/sections/TestimonialRenderer.js.map +1 -1
  232. package/dist/engine/render/renderers/sections/index.js +24 -18
  233. package/dist/engine/render/renderers/sections/index.js.map +1 -1
  234. package/dist/engine/schema/siteDocument.d.ts +118 -7
  235. package/dist/engine/schema/siteDocument.d.ts.map +1 -1
  236. package/dist/engine/schema/siteDocument.js +1 -1
  237. package/dist/engine/schema/siteDocument.js.map +1 -1
  238. package/dist/engine/schema/themeTokens.d.ts +1 -1
  239. package/dist/engine/schema/themeTokens.js.map +1 -1
  240. package/dist/engine/shared/carouselAnimation.d.ts +20 -0
  241. package/dist/engine/shared/carouselAnimation.d.ts.map +1 -0
  242. package/dist/engine/shared/carouselAnimation.js +62 -0
  243. package/dist/engine/shared/carouselAnimation.js.map +1 -0
  244. package/dist/engine/shared/imageGrid/presets.js +4 -12
  245. package/dist/engine/shared/imageGrid/presets.js.map +1 -1
  246. package/dist/engine/shared/imageGrid/types.d.ts +2 -0
  247. package/dist/engine/shared/imageGrid/types.d.ts.map +1 -1
  248. package/dist/engine/shared/layoutConstants.d.ts +13 -0
  249. package/dist/engine/shared/layoutConstants.d.ts.map +1 -0
  250. package/dist/engine/shared/layoutConstants.js +14 -0
  251. package/dist/engine/shared/layoutConstants.js.map +1 -0
  252. package/dist/engine/shared/shadowConstants.d.ts +5 -0
  253. package/dist/engine/shared/shadowConstants.d.ts.map +1 -0
  254. package/dist/engine/shared/shadowConstants.js +11 -0
  255. package/dist/engine/shared/shadowConstants.js.map +1 -0
  256. package/dist/engine/shared/showWhen.d.ts +44 -0
  257. package/dist/engine/shared/showWhen.d.ts.map +1 -0
  258. package/dist/engine/shared/showWhen.js +33 -0
  259. package/dist/engine/shared/showWhen.js.map +1 -0
  260. package/dist/engine/shared/socialIcons.d.ts +6 -0
  261. package/dist/engine/shared/socialIcons.d.ts.map +1 -0
  262. package/dist/engine/shared/socialIcons.js +13 -0
  263. package/dist/engine/shared/socialIcons.js.map +1 -0
  264. package/dist/engine/shared/typeGuards.d.ts +11 -0
  265. package/dist/engine/shared/typeGuards.d.ts.map +1 -0
  266. package/dist/hooks/useEditorState.d.ts +8 -5
  267. package/dist/hooks/useEditorState.d.ts.map +1 -1
  268. package/dist/hooks/useEditorState.js +150 -194
  269. package/dist/hooks/useEditorState.js.map +1 -1
  270. package/dist/hooks/useNavbarAutoSync.d.ts +2 -2
  271. package/dist/hooks/useNavbarAutoSync.d.ts.map +1 -1
  272. package/dist/hooks/useNavbarAutoSync.js.map +1 -1
  273. package/dist/index.d.ts +60 -14
  274. package/dist/index.d.ts.map +1 -1
  275. package/dist/index.js +109 -124
  276. package/dist/index.js.map +1 -1
  277. package/dist/shared/index.d.ts +2 -2
  278. package/dist/shared/index.d.ts.map +1 -1
  279. package/dist/shared/schema.d.ts +4 -4
  280. package/dist/shared/schema.d.ts.map +1 -1
  281. package/dist/shared/schema.js.map +1 -1
  282. package/dist/shared/templates/escola-blog.d.ts +3 -0
  283. package/dist/shared/templates/escola-blog.d.ts.map +1 -0
  284. package/dist/shared/templates/escola-blog.js +160 -0
  285. package/dist/shared/templates/escola-blog.js.map +1 -0
  286. package/dist/shared/templates/escola-edvi.d.ts +2 -2
  287. package/dist/shared/templates/escola-edvi.d.ts.map +1 -1
  288. package/dist/shared/templates/escola-edvi.js.map +1 -1
  289. package/dist/shared/templates/escola-premium.d.ts +2 -2
  290. package/dist/shared/templates/escola-premium.d.ts.map +1 -1
  291. package/dist/shared/templates/escola-premium.js.map +1 -1
  292. package/dist/shared/templates/escola-zilom.d.ts +2 -2
  293. package/dist/shared/templates/escola-zilom.d.ts.map +1 -1
  294. package/dist/shared/templates/escola-zilom.js.map +1 -1
  295. package/dist/shared/templates/index.d.ts +7 -5
  296. package/dist/shared/templates/index.d.ts.map +1 -1
  297. package/dist/shared/templates/index.js +30 -12
  298. package/dist/shared/templates/index.js.map +1 -1
  299. package/dist/shared/validators.d.ts +3 -3
  300. package/dist/shared/validators.d.ts.map +1 -1
  301. package/dist/shared/validators.js.map +1 -1
  302. package/dist/site/BlockRenderer.d.ts +1 -1
  303. package/dist/site/BlockRenderer.d.ts.map +1 -1
  304. package/dist/site/BlockRenderer.js +22 -26
  305. package/dist/site/BlockRenderer.js.map +1 -1
  306. package/dist/site/blocks/Button.js +15 -17
  307. package/dist/site/blocks/Button.js.map +1 -1
  308. package/dist/site/blocks/Card.js +13 -15
  309. package/dist/site/blocks/Card.js.map +1 -1
  310. package/dist/site/blocks/Features.js +15 -17
  311. package/dist/site/blocks/Features.js.map +1 -1
  312. package/dist/site/blocks/Footer.js +10 -12
  313. package/dist/site/blocks/Footer.js.map +1 -1
  314. package/dist/site/blocks/Hero.js +12 -14
  315. package/dist/site/blocks/Hero.js.map +1 -1
  316. package/dist/site/blocks/Navbar.js +13 -15
  317. package/dist/site/blocks/Navbar.js.map +1 -1
  318. package/dist/site/blocks/Section.js +9 -11
  319. package/dist/site/blocks/Section.js.map +1 -1
  320. package/dist/site/blocks/SectionHeader.js +9 -11
  321. package/dist/site/blocks/SectionHeader.js.map +1 -1
  322. package/dist/site/blocks/SiteRoot.js +9 -12
  323. package/dist/site/blocks/SiteRoot.js.map +1 -1
  324. package/dist/site/index.js +73 -73
  325. package/dist/styles/site/sections.css.d.ts +1 -1
  326. package/dist/utils/blockUtils.d.ts +2 -2
  327. package/dist/utils/blockUtils.d.ts.map +1 -1
  328. package/dist/utils/blockUtils.js.map +1 -1
  329. package/dist/utils/changeDetector.d.ts +3 -2
  330. package/dist/utils/changeDetector.d.ts.map +1 -1
  331. package/dist/utils/changeDetector.js +39 -39
  332. package/dist/utils/changeDetector.js.map +1 -1
  333. package/dist/utils/cn.js +2 -2
  334. package/dist/utils/dataURLUtils.d.ts +24 -0
  335. package/dist/utils/dataURLUtils.d.ts.map +1 -0
  336. package/dist/utils/dataURLUtils.js +47 -0
  337. package/dist/utils/dataURLUtils.js.map +1 -0
  338. package/dist/utils/documentHash.d.ts +2 -2
  339. package/dist/utils/documentHash.d.ts.map +1 -1
  340. package/dist/utils/documentHash.js +8 -7
  341. package/dist/utils/documentHash.js.map +1 -1
  342. package/dist/utils/logger.d.ts +13 -0
  343. package/dist/utils/logger.d.ts.map +1 -0
  344. package/dist/utils/logger.js +13 -0
  345. package/dist/utils/logger.js.map +1 -0
  346. package/dist/utils/navbarSync.d.ts +3 -3
  347. package/dist/utils/navbarSync.d.ts.map +1 -1
  348. package/dist/utils/navbarSync.js +25 -24
  349. package/dist/utils/navbarSync.js.map +1 -1
  350. package/dist/utils/sharedTemplateToEngine.d.ts +7 -8
  351. package/dist/utils/sharedTemplateToEngine.d.ts.map +1 -1
  352. package/dist/utils/sharedTemplateToEngine.js +14 -87
  353. package/dist/utils/sharedTemplateToEngine.js.map +1 -1
  354. package/dist/viewer/LandingPageViewer.d.ts +32 -0
  355. package/dist/viewer/LandingPageViewer.d.ts.map +1 -0
  356. package/dist/viewer/LandingPageViewer.js +300 -0
  357. package/dist/viewer/LandingPageViewer.js.map +1 -0
  358. package/package.json +10 -5
  359. package/dist/components/ComponentPalette/definitions.d.ts +0 -3
  360. package/dist/components/ComponentPalette/definitions.d.ts.map +0 -1
  361. package/dist/components/ComponentPalette/definitions.js +0 -206
  362. package/dist/components/ComponentPalette/definitions.js.map +0 -1
  363. package/dist/components/ComponentPalette/index.d.ts +0 -7
  364. package/dist/components/ComponentPalette/index.d.ts.map +0 -1
  365. package/dist/components/ComponentPalette/index.js +0 -86
  366. package/dist/components/ComponentPalette/index.js.map +0 -1
  367. package/dist/components/LoadingSpinner.d.ts.map +0 -1
  368. package/dist/components/LoadingSpinner.js.map +0 -1
  369. package/dist/components/PreviewPanel/index.d.ts +0 -12
  370. package/dist/components/PreviewPanel/index.d.ts.map +0 -1
  371. package/dist/components/PreviewPanel/index.js +0 -140
  372. package/dist/components/PreviewPanel/index.js.map +0 -1
  373. package/dist/components/PropertyPanel/index.d.ts +0 -8
  374. package/dist/components/PropertyPanel/index.d.ts.map +0 -1
  375. package/dist/components/PropertyPanel/index.js +0 -223
  376. package/dist/components/PropertyPanel/index.js.map +0 -1
  377. package/dist/components/SiteEditor/index.d.ts +0 -3
  378. package/dist/components/SiteEditor/index.d.ts.map +0 -1
  379. package/dist/components/SiteEditor/index.js +0 -251
  380. package/dist/components/SiteEditor/index.js.map +0 -1
  381. package/dist/components/SiteViewer/index.d.ts +0 -3
  382. package/dist/components/SiteViewer/index.d.ts.map +0 -1
  383. package/dist/components/SiteViewer/index.js +0 -55
  384. package/dist/components/SiteViewer/index.js.map +0 -1
  385. package/dist/components/TemplateSelector/index.d.ts +0 -7
  386. package/dist/components/TemplateSelector/index.d.ts.map +0 -1
  387. package/dist/components/TemplateSelector/index.js +0 -109
  388. package/dist/components/TemplateSelector/index.js.map +0 -1
  389. package/dist/components/Toolbar/index.d.ts +0 -15
  390. package/dist/components/Toolbar/index.d.ts.map +0 -1
  391. package/dist/components/Toolbar/index.js +0 -113
  392. package/dist/components/Toolbar/index.js.map +0 -1
  393. package/dist/components/editors/PaletteSelector.d.ts +0 -14
  394. package/dist/components/editors/PaletteSelector.d.ts.map +0 -1
  395. package/dist/components/editors/PaletteSelector.js +0 -175
  396. package/dist/components/editors/PaletteSelector.js.map +0 -1
  397. package/dist/components/effects/SectionGlow.d.ts +0 -12
  398. package/dist/components/effects/SectionGlow.d.ts.map +0 -1
  399. package/dist/components/effects/SectionGlow.js +0 -139
  400. package/dist/components/effects/SectionGlow.js.map +0 -1
  401. package/dist/components/inputs/CheckboxInput.d.ts +0 -3
  402. package/dist/components/inputs/CheckboxInput.d.ts.map +0 -1
  403. package/dist/components/inputs/CheckboxInput.js +0 -46
  404. package/dist/components/inputs/CheckboxInput.js.map +0 -1
  405. package/dist/components/inputs/ColorInput.d.ts +0 -7
  406. package/dist/components/inputs/ColorInput.d.ts.map +0 -1
  407. package/dist/components/inputs/ColorInput.js +0 -180
  408. package/dist/components/inputs/ColorInput.js.map +0 -1
  409. package/dist/components/inputs/GradientInput.d.ts +0 -7
  410. package/dist/components/inputs/GradientInput.d.ts.map +0 -1
  411. package/dist/components/inputs/GradientInput.js +0 -78
  412. package/dist/components/inputs/GradientInput.js.map +0 -1
  413. package/dist/components/inputs/ImageInput.d.ts.map +0 -1
  414. package/dist/components/inputs/ImageInput.js.map +0 -1
  415. package/dist/components/inputs/SelectInput.d.ts +0 -7
  416. package/dist/components/inputs/SelectInput.d.ts.map +0 -1
  417. package/dist/components/inputs/SelectInput.js +0 -97
  418. package/dist/components/inputs/SelectInput.js.map +0 -1
  419. package/dist/components/inputs/SliderInput.d.ts +0 -8
  420. package/dist/components/inputs/SliderInput.d.ts.map +0 -1
  421. package/dist/components/inputs/SliderInput.js +0 -77
  422. package/dist/components/inputs/SliderInput.js.map +0 -1
  423. package/dist/components/inputs/index.d.ts +0 -11
  424. package/dist/components/inputs/index.d.ts.map +0 -1
  425. package/dist/components/inputs/types.d.ts +0 -48
  426. package/dist/components/inputs/types.d.ts.map +0 -1
  427. package/dist/components/inputs/types.js +0 -9
  428. package/dist/components/inputs/types.js.map +0 -1
  429. package/dist/components/renderers/ComponentRenderer.d.ts +0 -8
  430. package/dist/components/renderers/ComponentRenderer.d.ts.map +0 -1
  431. package/dist/components/renderers/ComponentRenderer.js +0 -13
  432. package/dist/components/renderers/ComponentRenderer.js.map +0 -1
  433. package/dist/components/renderers/HeroRenderer.d.ts +0 -3
  434. package/dist/components/renderers/HeroRenderer.d.ts.map +0 -1
  435. package/dist/components/renderers/HeroRenderer.js +0 -10
  436. package/dist/components/renderers/HeroRenderer.js.map +0 -1
  437. package/dist/components/renderers/hero/HeroBanner.d.ts +0 -3
  438. package/dist/components/renderers/hero/HeroBanner.d.ts.map +0 -1
  439. package/dist/components/renderers/hero/HeroBanner.js +0 -122
  440. package/dist/components/renderers/hero/HeroBanner.js.map +0 -1
  441. package/dist/components/renderers/hero/HeroCinematic.d.ts +0 -3
  442. package/dist/components/renderers/hero/HeroCinematic.d.ts.map +0 -1
  443. package/dist/components/renderers/hero/HeroCinematic.js +0 -141
  444. package/dist/components/renderers/hero/HeroCinematic.js.map +0 -1
  445. package/dist/components/renderers/hero/HeroClassic.d.ts +0 -3
  446. package/dist/components/renderers/hero/HeroClassic.d.ts.map +0 -1
  447. package/dist/components/renderers/hero/HeroClassic.js +0 -241
  448. package/dist/components/renderers/hero/HeroClassic.js.map +0 -1
  449. package/dist/components/renderers/hero/HeroCollage.d.ts +0 -3
  450. package/dist/components/renderers/hero/HeroCollage.d.ts.map +0 -1
  451. package/dist/components/renderers/hero/HeroCollage.js +0 -131
  452. package/dist/components/renderers/hero/HeroCollage.js.map +0 -1
  453. package/dist/components/renderers/hero/HeroColumns.d.ts +0 -3
  454. package/dist/components/renderers/hero/HeroColumns.d.ts.map +0 -1
  455. package/dist/components/renderers/hero/HeroColumns.js +0 -114
  456. package/dist/components/renderers/hero/HeroColumns.js.map +0 -1
  457. package/dist/components/renderers/hero/HeroGlass.d.ts +0 -3
  458. package/dist/components/renderers/hero/HeroGlass.d.ts.map +0 -1
  459. package/dist/components/renderers/hero/HeroGlass.js +0 -119
  460. package/dist/components/renderers/hero/HeroGlass.js.map +0 -1
  461. package/dist/components/renderers/hero/HeroNeon.d.ts +0 -3
  462. package/dist/components/renderers/hero/HeroNeon.d.ts.map +0 -1
  463. package/dist/components/renderers/hero/HeroNeon.js +0 -136
  464. package/dist/components/renderers/hero/HeroNeon.js.map +0 -1
  465. package/dist/components/renderers/hero/HeroParallax.d.ts +0 -3
  466. package/dist/components/renderers/hero/HeroParallax.d.ts.map +0 -1
  467. package/dist/components/renderers/hero/HeroParallax.js +0 -99
  468. package/dist/components/renderers/hero/HeroParallax.js.map +0 -1
  469. package/dist/components/renderers/hero/HeroSplit.d.ts +0 -3
  470. package/dist/components/renderers/hero/HeroSplit.d.ts.map +0 -1
  471. package/dist/components/renderers/hero/HeroSplit.js +0 -142
  472. package/dist/components/renderers/hero/HeroSplit.js.map +0 -1
  473. package/dist/components/renderers/hero/HeroSpotlight.d.ts +0 -3
  474. package/dist/components/renderers/hero/HeroSpotlight.d.ts.map +0 -1
  475. package/dist/components/renderers/hero/HeroSpotlight.js +0 -213
  476. package/dist/components/renderers/hero/HeroSpotlight.js.map +0 -1
  477. package/dist/components/renderers/hero/index.d.ts +0 -14
  478. package/dist/components/renderers/hero/index.d.ts.map +0 -1
  479. package/dist/components/renderers/index.d.ts +0 -8
  480. package/dist/components/renderers/index.d.ts.map +0 -1
  481. package/dist/components/renderers/index.js +0 -89
  482. package/dist/components/renderers/index.js.map +0 -1
  483. package/dist/components/renderers/types.d.ts +0 -11
  484. package/dist/components/renderers/types.d.ts.map +0 -1
  485. package/dist/editor/LandingPageEditorV2.d.ts +0 -19
  486. package/dist/editor/LandingPageEditorV2.d.ts.map +0 -1
  487. package/dist/editor/LandingPageEditorV2.js +0 -311
  488. package/dist/editor/LandingPageEditorV2.js.map +0 -1
  489. package/dist/editor/PropertyEditor/PropertyGroup.js +0 -23
  490. package/dist/editor/PropertyEditor/PropertyGroup.js.map +0 -1
  491. package/dist/engine/preview/PreviewV2.d.ts +0 -15
  492. package/dist/engine/preview/PreviewV2.d.ts.map +0 -1
  493. package/dist/engine/preview/PreviewV2.js +0 -242
  494. package/dist/engine/preview/PreviewV2.js.map +0 -1
  495. package/dist/modules/registry.d.ts +0 -31
  496. package/dist/modules/registry.d.ts.map +0 -1
  497. package/dist/modules/registry.js +0 -67
  498. package/dist/modules/registry.js.map +0 -1
  499. package/dist/node_modules/@dnd-kit/accessibility/dist/accessibility.esm.js +0 -57
  500. package/dist/node_modules/@dnd-kit/accessibility/dist/accessibility.esm.js.map +0 -1
  501. package/dist/node_modules/@dnd-kit/core/dist/core.esm.js +0 -2345
  502. package/dist/node_modules/@dnd-kit/core/dist/core.esm.js.map +0 -1
  503. package/dist/node_modules/@dnd-kit/sortable/dist/sortable.esm.js +0 -440
  504. package/dist/node_modules/@dnd-kit/sortable/dist/sortable.esm.js.map +0 -1
  505. package/dist/node_modules/@dnd-kit/utilities/dist/utilities.esm.js +0 -236
  506. package/dist/node_modules/@dnd-kit/utilities/dist/utilities.esm.js.map +0 -1
  507. package/dist/node_modules/clsx/dist/clsx.js +0 -17
  508. package/dist/node_modules/clsx/dist/clsx.js.map +0 -1
  509. package/dist/node_modules/lucide-react/dist/esm/Icon.js +0 -35
  510. package/dist/node_modules/lucide-react/dist/esm/Icon.js.map +0 -1
  511. package/dist/node_modules/lucide-react/dist/esm/createLucideIcon.js +0 -18
  512. package/dist/node_modules/lucide-react/dist/esm/createLucideIcon.js.map +0 -1
  513. package/dist/node_modules/lucide-react/dist/esm/defaultAttributes.js +0 -15
  514. package/dist/node_modules/lucide-react/dist/esm/defaultAttributes.js.map +0 -1
  515. package/dist/node_modules/lucide-react/dist/esm/icons/arrow-right.js +0 -9
  516. package/dist/node_modules/lucide-react/dist/esm/icons/arrow-right.js.map +0 -1
  517. package/dist/node_modules/lucide-react/dist/esm/icons/briefcase.js +0 -9
  518. package/dist/node_modules/lucide-react/dist/esm/icons/briefcase.js.map +0 -1
  519. package/dist/node_modules/lucide-react/dist/esm/icons/check.js +0 -6
  520. package/dist/node_modules/lucide-react/dist/esm/icons/check.js.map +0 -1
  521. package/dist/node_modules/lucide-react/dist/esm/icons/chevron-down.js +0 -8
  522. package/dist/node_modules/lucide-react/dist/esm/icons/chevron-down.js.map +0 -1
  523. package/dist/node_modules/lucide-react/dist/esm/icons/chevron-right.js +0 -8
  524. package/dist/node_modules/lucide-react/dist/esm/icons/chevron-right.js.map +0 -1
  525. package/dist/node_modules/lucide-react/dist/esm/icons/chevron-up.js +0 -6
  526. package/dist/node_modules/lucide-react/dist/esm/icons/chevron-up.js.map +0 -1
  527. package/dist/node_modules/lucide-react/dist/esm/icons/eye.js +0 -15
  528. package/dist/node_modules/lucide-react/dist/esm/icons/eye.js.map +0 -1
  529. package/dist/node_modules/lucide-react/dist/esm/icons/file-text.js +0 -12
  530. package/dist/node_modules/lucide-react/dist/esm/icons/file-text.js.map +0 -1
  531. package/dist/node_modules/lucide-react/dist/esm/icons/globe.js +0 -10
  532. package/dist/node_modules/lucide-react/dist/esm/icons/globe.js.map +0 -1
  533. package/dist/node_modules/lucide-react/dist/esm/icons/grid-3x3.js +0 -12
  534. package/dist/node_modules/lucide-react/dist/esm/icons/grid-3x3.js.map +0 -1
  535. package/dist/node_modules/lucide-react/dist/esm/icons/grip-vertical.js +0 -13
  536. package/dist/node_modules/lucide-react/dist/esm/icons/grip-vertical.js.map +0 -1
  537. package/dist/node_modules/lucide-react/dist/esm/icons/heading.js +0 -10
  538. package/dist/node_modules/lucide-react/dist/esm/icons/heading.js.map +0 -1
  539. package/dist/node_modules/lucide-react/dist/esm/icons/image.js +0 -10
  540. package/dist/node_modules/lucide-react/dist/esm/icons/image.js.map +0 -1
  541. package/dist/node_modules/lucide-react/dist/esm/icons/images.js +0 -11
  542. package/dist/node_modules/lucide-react/dist/esm/icons/images.js.map +0 -1
  543. package/dist/node_modules/lucide-react/dist/esm/icons/list.js +0 -13
  544. package/dist/node_modules/lucide-react/dist/esm/icons/list.js.map +0 -1
  545. package/dist/node_modules/lucide-react/dist/esm/icons/loader-circle.js +0 -8
  546. package/dist/node_modules/lucide-react/dist/esm/icons/loader-circle.js.map +0 -1
  547. package/dist/node_modules/lucide-react/dist/esm/icons/minus.js +0 -6
  548. package/dist/node_modules/lucide-react/dist/esm/icons/minus.js.map +0 -1
  549. package/dist/node_modules/lucide-react/dist/esm/icons/mouse-pointer-click.js +0 -18
  550. package/dist/node_modules/lucide-react/dist/esm/icons/mouse-pointer-click.js.map +0 -1
  551. package/dist/node_modules/lucide-react/dist/esm/icons/navigation.js +0 -8
  552. package/dist/node_modules/lucide-react/dist/esm/icons/navigation.js.map +0 -1
  553. package/dist/node_modules/lucide-react/dist/esm/icons/panels-top-left.js +0 -10
  554. package/dist/node_modules/lucide-react/dist/esm/icons/panels-top-left.js.map +0 -1
  555. package/dist/node_modules/lucide-react/dist/esm/icons/phone.js +0 -14
  556. package/dist/node_modules/lucide-react/dist/esm/icons/phone.js.map +0 -1
  557. package/dist/node_modules/lucide-react/dist/esm/icons/plus.js +0 -9
  558. package/dist/node_modules/lucide-react/dist/esm/icons/plus.js.map +0 -1
  559. package/dist/node_modules/lucide-react/dist/esm/icons/redo-2.js +0 -9
  560. package/dist/node_modules/lucide-react/dist/esm/icons/redo-2.js.map +0 -1
  561. package/dist/node_modules/lucide-react/dist/esm/icons/redo.js +0 -9
  562. package/dist/node_modules/lucide-react/dist/esm/icons/redo.js.map +0 -1
  563. package/dist/node_modules/lucide-react/dist/esm/icons/rotate-ccw.js +0 -9
  564. package/dist/node_modules/lucide-react/dist/esm/icons/rotate-ccw.js.map +0 -1
  565. package/dist/node_modules/lucide-react/dist/esm/icons/save.js +0 -16
  566. package/dist/node_modules/lucide-react/dist/esm/icons/save.js.map +0 -1
  567. package/dist/node_modules/lucide-react/dist/esm/icons/square.js +0 -8
  568. package/dist/node_modules/lucide-react/dist/esm/icons/square.js.map +0 -1
  569. package/dist/node_modules/lucide-react/dist/esm/icons/star.js +0 -14
  570. package/dist/node_modules/lucide-react/dist/esm/icons/star.js.map +0 -1
  571. package/dist/node_modules/lucide-react/dist/esm/icons/trash-2.js +0 -12
  572. package/dist/node_modules/lucide-react/dist/esm/icons/trash-2.js.map +0 -1
  573. package/dist/node_modules/lucide-react/dist/esm/icons/type.js +0 -10
  574. package/dist/node_modules/lucide-react/dist/esm/icons/type.js.map +0 -1
  575. package/dist/node_modules/lucide-react/dist/esm/icons/undo-2.js +0 -9
  576. package/dist/node_modules/lucide-react/dist/esm/icons/undo-2.js.map +0 -1
  577. package/dist/node_modules/lucide-react/dist/esm/icons/undo.js +0 -9
  578. package/dist/node_modules/lucide-react/dist/esm/icons/undo.js.map +0 -1
  579. package/dist/node_modules/lucide-react/dist/esm/icons/user.js +0 -9
  580. package/dist/node_modules/lucide-react/dist/esm/icons/user.js.map +0 -1
  581. package/dist/node_modules/lucide-react/dist/esm/shared/src/utils.js +0 -6
  582. package/dist/node_modules/lucide-react/dist/esm/shared/src/utils.js.map +0 -1
  583. package/dist/node_modules/react-colorful/dist/index.js +0 -167
  584. package/dist/node_modules/react-colorful/dist/index.js.map +0 -1
  585. package/dist/node_modules/tailwind-merge/dist/bundle-mjs.js +0 -2266
  586. package/dist/node_modules/tailwind-merge/dist/bundle-mjs.js.map +0 -1
  587. package/dist/types/index.d.ts +0 -99
  588. package/dist/types/index.d.ts.map +0 -1
  589. package/dist/types/module.d.ts +0 -25
  590. package/dist/types/module.d.ts.map +0 -1
  591. package/dist/utils/htmlExporter.d.ts +0 -6
  592. package/dist/utils/htmlExporter.d.ts.map +0 -1
  593. package/dist/utils/htmlExporter.js +0 -92
  594. package/dist/utils/htmlExporter.js.map +0 -1
  595. package/dist/utils/themeApplier.d.ts +0 -11
  596. package/dist/utils/themeApplier.d.ts.map +0 -1
  597. package/dist/utils/themeApplier.js +0 -29
  598. package/dist/utils/themeApplier.js.map +0 -1
  599. package/dist/utils/useDebounce.d.ts +0 -12
  600. package/dist/utils/useDebounce.d.ts.map +0 -1
  601. package/dist/viewer/LandingPageViewerV2.d.ts +0 -25
  602. package/dist/viewer/LandingPageViewerV2.d.ts.map +0 -1
  603. package/dist/viewer/LandingPageViewerV2.js +0 -253
  604. package/dist/viewer/LandingPageViewerV2.js.map +0 -1
  605. /package/dist/{components → editor/PropertyEditor}/inputs/ImageInput.d.ts +0 -0
  606. /package/dist/{components → editor/components}/LoadingSpinner.d.ts +0 -0
  607. /package/dist/{components → editor/components}/LoadingSpinner.js +0 -0
@@ -1 +1 @@
1
- {"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../src/shared/schema.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../src/shared/schema.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"schema.js","sources":["../../src/shared/schema.ts"],"sourcesContent":["/**\r\n * Schema Simplificado para Geração por IA\r\n *\r\n * Este schema define tipos standalone mais simples\r\n * que a IA pode gerar facilmente e que podem ser\r\n * convertidos para o schema do Editor quando necessário.\r\n */\r\n\r\n// ============================================================================\r\n// TIPOS DE BLOCO\r\n// ============================================================================\r\n\r\nexport type BlockType =\r\n // Layout\r\n | \"container\"\r\n | \"stack\"\r\n | \"grid\"\r\n | \"box\"\r\n | \"spacer\"\r\n // Conteúdo\r\n | \"heading\"\r\n | \"text\"\r\n | \"image\"\r\n | \"button\"\r\n | \"link\"\r\n | \"divider\"\r\n | \"badge\"\r\n | \"icon\"\r\n | \"avatar\"\r\n | \"video\"\r\n | \"socialLinks\"\r\n // Composição\r\n | \"card\"\r\n | \"section\"\r\n // Landing Page\r\n | \"hero\"\r\n | \"feature\"\r\n | \"featureGrid\"\r\n | \"pricing\"\r\n | \"pricingCard\"\r\n | \"testimonial\"\r\n | \"testimonialGrid\"\r\n | \"faq\"\r\n | \"faqItem\"\r\n | \"cta\"\r\n | \"stats\"\r\n | \"statItem\"\r\n | \"logoCloud\"\r\n | \"navbar\"\r\n | \"footer\"\r\n // Novos blocos reutilizáveis\r\n | \"countdown\"\r\n | \"carousel\"\r\n | \"blogCard\"\r\n | \"blogCardGrid\"\r\n | \"teamCard\"\r\n | \"teamGrid\"\r\n | \"courseCardGrid\"\r\n | \"categoryCardGrid\"\r\n // Forms\r\n | \"form\"\r\n | \"input\"\r\n | \"textarea\"\r\n | \"formSelect\";\r\n\r\n/** Lista de tipos de bloco válidos (para validação) */\r\nexport const AVAILABLE_BLOCK_TYPES: readonly BlockType[] = [\r\n \"container\",\r\n \"stack\",\r\n \"grid\",\r\n \"box\",\r\n \"spacer\",\r\n \"heading\",\r\n \"text\",\r\n \"image\",\r\n \"button\",\r\n \"link\",\r\n \"divider\",\r\n \"badge\",\r\n \"icon\",\r\n \"avatar\",\r\n \"video\",\r\n \"socialLinks\",\r\n \"card\",\r\n \"section\",\r\n \"hero\",\r\n \"feature\",\r\n \"featureGrid\",\r\n \"pricing\",\r\n \"pricingCard\",\r\n \"testimonial\",\r\n \"testimonialGrid\",\r\n \"faq\",\r\n \"faqItem\",\r\n \"cta\",\r\n \"stats\",\r\n \"statItem\",\r\n \"logoCloud\",\r\n \"navbar\",\r\n \"footer\",\r\n \"countdown\",\r\n \"carousel\",\r\n \"blogCard\",\r\n \"blogCardGrid\",\r\n \"teamCard\",\r\n \"teamGrid\",\r\n \"courseCardGrid\",\r\n \"categoryCardGrid\",\r\n \"form\",\r\n \"input\",\r\n \"textarea\",\r\n \"formSelect\",\r\n] as const;\r\n\r\n// ============================================================================\r\n// BLOCOS BASE\r\n// ============================================================================\r\n\r\nexport interface BlockBase {\r\n id: string;\r\n type: BlockType;\r\n}\r\n\r\nexport interface Block extends BlockBase {\r\n props: Record<string, unknown>;\r\n}\r\n\r\n// ============================================================================\r\n// BLOCOS ESPECÍFICOS\r\n// ============================================================================\r\n\r\nexport interface ContainerBlock extends BlockBase {\r\n type: \"container\";\r\n props: { maxWidth?: string; padding?: string; children?: Block[] };\r\n}\r\n\r\nexport interface StackBlock extends BlockBase {\r\n type: \"stack\";\r\n props: {\r\n direction?: \"row\" | \"col\";\r\n gap?: string;\r\n align?: string;\r\n justify?: string;\r\n wrap?: boolean;\r\n children?: Block[];\r\n };\r\n}\r\n\r\nexport interface GridBlock extends BlockBase {\r\n type: \"grid\";\r\n props: {\r\n cols?: number | { sm?: number; md?: number; lg?: number };\r\n gap?: string;\r\n children?: Block[];\r\n };\r\n}\r\n\r\nexport interface BoxBlock extends BlockBase {\r\n type: \"box\";\r\n props: {\r\n bg?: string;\r\n border?: string;\r\n radius?: string;\r\n shadow?: string;\r\n padding?: string;\r\n children?: Block[];\r\n };\r\n}\r\n\r\nexport interface SpacerBlock extends BlockBase {\r\n type: \"spacer\";\r\n props: { size?: string };\r\n}\r\n\r\nexport interface HeadingBlock extends BlockBase {\r\n type: \"heading\";\r\n props: {\r\n level: 1 | 2 | 3 | 4 | 5 | 6;\r\n text: string;\r\n align?: string;\r\n color?: string;\r\n };\r\n}\r\n\r\nexport interface TextBlock extends BlockBase {\r\n type: \"text\";\r\n props: {\r\n text: string;\r\n align?: string;\r\n color?: string;\r\n size?: \"sm\" | \"md\" | \"lg\";\r\n };\r\n}\r\n\r\nexport interface ImageBlock extends BlockBase {\r\n type: \"image\";\r\n props: {\r\n src: string;\r\n alt?: string;\r\n width?: string;\r\n height?: string;\r\n objectFit?: string;\r\n };\r\n}\r\n\r\nexport interface ButtonBlock extends BlockBase {\r\n type: \"button\";\r\n props: {\r\n text: string;\r\n href?: string;\r\n variant?: \"primary\" | \"secondary\" | \"outline\" | \"ghost\";\r\n size?: \"sm\" | \"md\" | \"lg\";\r\n };\r\n}\r\n\r\nexport interface LinkBlock extends BlockBase {\r\n type: \"link\";\r\n props: { text: string; href: string; target?: \"_blank\" | \"_self\" };\r\n}\r\n\r\nexport interface DividerBlock extends BlockBase {\r\n type: \"divider\";\r\n props: { color?: string; thickness?: string };\r\n}\r\n\r\nexport interface BadgeBlock extends BlockBase {\r\n type: \"badge\";\r\n props: { text: string; variant?: string };\r\n}\r\n\r\nexport interface IconBlock extends BlockBase {\r\n type: \"icon\";\r\n props: { name: string; size?: string; color?: string };\r\n}\r\n\r\nexport interface AvatarBlock extends BlockBase {\r\n type: \"avatar\";\r\n props: { src?: string; name?: string; size?: \"sm\" | \"md\" | \"lg\" | \"xl\" };\r\n}\r\n\r\nexport interface VideoBlock extends BlockBase {\r\n type: \"video\";\r\n props: {\r\n src: string;\r\n poster?: string;\r\n autoplay?: boolean;\r\n loop?: boolean;\r\n muted?: boolean;\r\n };\r\n}\r\n\r\nexport interface SocialLinksBlock extends BlockBase {\r\n type: \"socialLinks\";\r\n props: { links: Array<{ platform: string; url: string }>; variant?: string };\r\n}\r\n\r\nexport interface CardBlock extends BlockBase {\r\n type: \"card\";\r\n props: { header?: Block[]; content?: Block[]; footer?: Block[] };\r\n}\r\n\r\nexport interface SectionBlock extends BlockBase {\r\n type: \"section\";\r\n props: { bg?: string; padding?: string; children?: Block[] };\r\n}\r\n\r\nexport interface HeroBlock extends BlockBase {\r\n type: \"hero\";\r\n props: {\r\n title: string;\r\n subtitle?: string;\r\n description?: string;\r\n image?: string;\r\n primaryButton?: { text: string; href?: string };\r\n secondaryButton?: { text: string; href?: string };\r\n variant?: \"centered\" | \"split\" | \"background\";\r\n align?: string;\r\n overlay?: boolean;\r\n overlayColor?: string;\r\n background?: string;\r\n };\r\n}\r\n\r\nexport interface FeatureBlock extends BlockBase {\r\n type: \"feature\";\r\n props: { icon?: string; title: string; description: string };\r\n}\r\n\r\nexport interface FeatureGridBlock extends BlockBase {\r\n type: \"featureGrid\";\r\n props: {\r\n title?: string;\r\n subtitle?: string;\r\n columns?: 2 | 3 | 4;\r\n variant?: \"default\" | \"cards\" | \"image-cards\";\r\n features: Array<{\r\n icon?: string;\r\n title: string;\r\n description: string;\r\n image?: string;\r\n link?: { text: string; href?: string };\r\n }>;\r\n };\r\n}\r\n\r\nexport interface PricingCardBlock extends BlockBase {\r\n type: \"pricingCard\";\r\n props: {\r\n name: string;\r\n price: string;\r\n period?: string;\r\n description?: string;\r\n features: string[];\r\n buttonText: string;\r\n highlighted?: boolean;\r\n };\r\n}\r\n\r\nexport interface PricingBlock extends BlockBase {\r\n type: \"pricing\";\r\n props: {\r\n title?: string;\r\n subtitle?: string;\r\n plans: Array<{\r\n name: string;\r\n price: string;\r\n period?: string;\r\n description?: string;\r\n features: string[];\r\n buttonText: string;\r\n highlighted?: boolean;\r\n }>;\r\n };\r\n}\r\n\r\nexport interface TestimonialBlock extends BlockBase {\r\n type: \"testimonial\";\r\n props: {\r\n quote: string;\r\n author: string;\r\n role?: string;\r\n company?: string;\r\n avatar?: string;\r\n };\r\n}\r\n\r\nexport interface TestimonialGridBlock extends BlockBase {\r\n type: \"testimonialGrid\";\r\n props: {\r\n title?: string;\r\n testimonials: Array<{\r\n quote: string;\r\n author: string;\r\n role?: string;\r\n company?: string;\r\n avatar?: string;\r\n }>;\r\n };\r\n}\r\n\r\nexport interface FaqItemBlock extends BlockBase {\r\n type: \"faqItem\";\r\n props: { question: string; answer: string };\r\n}\r\n\r\nexport interface FaqBlock extends BlockBase {\r\n type: \"faq\";\r\n props: { title?: string; items: Array<{ question: string; answer: string }> };\r\n}\r\n\r\nexport interface CtaBlock extends BlockBase {\r\n type: \"cta\";\r\n props: {\r\n title: string;\r\n description?: string;\r\n buttonText: string;\r\n buttonHref?: string;\r\n variant?: \"simple\" | \"centered\" | \"split\";\r\n };\r\n}\r\n\r\nexport interface StatItemBlock extends BlockBase {\r\n type: \"statItem\";\r\n props: { value: string; label: string; description?: string };\r\n}\r\n\r\nexport interface StatsBlock extends BlockBase {\r\n type: \"stats\";\r\n props: {\r\n items: Array<{ value: string; label: string; description?: string }>;\r\n };\r\n}\r\n\r\nexport interface LogoCloudBlock extends BlockBase {\r\n type: \"logoCloud\";\r\n props: {\r\n title?: string;\r\n logos: Array<{ src: string; alt?: string; href?: string }>;\r\n };\r\n}\r\n\r\nexport interface NavbarBlock extends BlockBase {\r\n type: \"navbar\";\r\n props: {\r\n variation?: string;\r\n logo?: string | { src: string; alt?: string; href?: string };\r\n logoText?: string;\r\n links: Array<{ text: string; href: string }>;\r\n ctaButton?: { text: string; href?: string };\r\n sticky?: boolean;\r\n transparent?: boolean;\r\n bg?: string;\r\n };\r\n}\r\n\r\nexport interface CountdownBlock extends BlockBase {\r\n type: \"countdown\";\r\n props: {\r\n title?: string;\r\n description?: string;\r\n endDate?: string;\r\n showPlaceholders?: boolean;\r\n buttonText?: string;\r\n buttonHref?: string;\r\n variant?: \"default\" | \"banner\";\r\n badgeText?: string;\r\n bg?: string;\r\n };\r\n}\r\n\r\nexport interface CarouselBlock extends BlockBase {\r\n type: \"carousel\";\r\n props: {\r\n slides: Array<{\r\n image?: string;\r\n title?: string;\r\n description?: string;\r\n primaryButton?: { text: string; href?: string };\r\n secondaryButton?: { text: string; href?: string };\r\n }>;\r\n autoplay?: boolean;\r\n showArrows?: boolean;\r\n showDots?: boolean;\r\n };\r\n}\r\n\r\nexport interface BlogCardBlock extends BlockBase {\r\n type: \"blogCard\";\r\n props: {\r\n image?: string;\r\n date?: string;\r\n category?: string;\r\n title: string;\r\n excerpt?: string;\r\n linkText?: string;\r\n linkHref?: string;\r\n };\r\n}\r\n\r\nexport interface BlogCardGridBlock extends BlockBase {\r\n type: \"blogCardGrid\";\r\n props: {\r\n title?: string;\r\n subtitle?: string;\r\n columns?: 2 | 3 | 4;\r\n cards: Array<{\r\n image?: string;\r\n date?: string;\r\n category?: string;\r\n title: string;\r\n excerpt?: string;\r\n linkText?: string;\r\n linkHref?: string;\r\n }>;\r\n };\r\n}\r\n\r\nexport interface TeamCardBlock extends BlockBase {\r\n type: \"teamCard\";\r\n props: {\r\n avatar?: string;\r\n name: string;\r\n role?: string;\r\n };\r\n}\r\n\r\nexport interface TeamGridBlock extends BlockBase {\r\n type: \"teamGrid\";\r\n props: {\r\n title?: string;\r\n subtitle?: string;\r\n columns?: 2 | 3 | 4;\r\n members: Array<{\r\n avatar?: string;\r\n name: string;\r\n role?: string;\r\n }>;\r\n };\r\n}\r\n\r\nexport interface CourseCardGridBlock extends BlockBase {\r\n type: \"courseCardGrid\";\r\n props: {\r\n title?: string;\r\n subtitle?: string;\r\n columns?: 2 | 3 | 4;\r\n cards: Array<{\r\n image?: string;\r\n title: string;\r\n price?: string;\r\n period?: string;\r\n rating?: number;\r\n meta?: string[];\r\n buttonText?: string;\r\n buttonHref?: string;\r\n }>;\r\n };\r\n}\r\n\r\nexport interface CategoryCardGridBlock extends BlockBase {\r\n type: \"categoryCardGrid\";\r\n props: {\r\n title?: string;\r\n subtitle?: string;\r\n columns?: 2 | 3 | 4;\r\n categories: Array<{\r\n image: string;\r\n title: string;\r\n href?: string;\r\n }>;\r\n };\r\n}\r\n\r\nexport interface FormBlock extends BlockBase {\r\n type: \"form\";\r\n props: { action?: string; method?: string; children?: Block[] };\r\n}\r\n\r\nexport interface InputBlock extends BlockBase {\r\n type: \"input\";\r\n props: {\r\n name: string;\r\n type?: string;\r\n label?: string;\r\n placeholder?: string;\r\n required?: boolean;\r\n };\r\n}\r\n\r\nexport interface TextareaBlock extends BlockBase {\r\n type: \"textarea\";\r\n props: {\r\n name: string;\r\n label?: string;\r\n placeholder?: string;\r\n rows?: number;\r\n required?: boolean;\r\n };\r\n}\r\n\r\nexport interface FormSelectBlock extends BlockBase {\r\n type: \"formSelect\";\r\n props: {\r\n name: string;\r\n label?: string;\r\n options: Array<{ value: string; label: string }>;\r\n required?: boolean;\r\n };\r\n}\r\n\r\n// Alias para nomes alternativos (compatibilidade)\r\nexport type FAQBlock = FaqBlock;\r\nexport type FAQItemBlock = FaqItemBlock;\r\nexport type CTABlock = CtaBlock;\r\n\r\n// ============================================================================\r\n// TEMA SIMPLIFICADO PARA IA\r\n// ============================================================================\r\n\r\nexport interface SimpleColorTokens {\r\n primary: string;\r\n secondary: string;\r\n accent: string;\r\n background: string;\r\n surface: string;\r\n text: string;\r\n textMuted: string;\r\n border: string;\r\n success: string;\r\n warning: string;\r\n error: string;\r\n}\r\n\r\nexport interface SimpleTypographyTokens {\r\n fontFamily: string;\r\n fontFamilyHeading: string;\r\n baseFontSize: string;\r\n lineHeight: number;\r\n headingLineHeight: number;\r\n}\r\n\r\nexport interface SimpleSpacingTokens {\r\n unit: string;\r\n scale: number[];\r\n}\r\n\r\nexport interface SimpleEffectTokens {\r\n borderRadius: string;\r\n shadow: string;\r\n shadowLg: string;\r\n transition: string;\r\n}\r\n\r\nexport interface SimpleThemeTokens {\r\n colors: SimpleColorTokens;\r\n typography: SimpleTypographyTokens;\r\n spacing: SimpleSpacingTokens;\r\n effects: SimpleEffectTokens;\r\n}\r\n\r\n// ============================================================================\r\n// DOCUMENTO SIMPLIFICADO PARA IA\r\n// ============================================================================\r\n\r\nexport interface DocumentMeta {\r\n title: string;\r\n description?: string;\r\n favicon?: string;\r\n language?: string;\r\n}\r\n\r\nexport interface SiteDocumentV2 {\r\n meta: DocumentMeta;\r\n theme: SimpleThemeTokens;\r\n structure: Block[];\r\n}\r\n\r\n// ============================================================================\r\n// TEMA PADRÃO\r\n// ============================================================================\r\n\r\nexport const defaultThemeTokens: SimpleThemeTokens = {\r\n colors: {\r\n primary: \"#3b82f6\",\r\n secondary: \"#64748b\",\r\n accent: \"#f59e0b\",\r\n background: \"#ffffff\",\r\n surface: \"#f8fafc\",\r\n text: \"#1e293b\",\r\n textMuted: \"#64748b\",\r\n border: \"#e2e8f0\",\r\n success: \"#22c55e\",\r\n warning: \"#f59e0b\",\r\n error: \"#ef4444\",\r\n },\r\n typography: {\r\n fontFamily: \"Inter, system-ui, sans-serif\",\r\n fontFamilyHeading: \"Inter, system-ui, sans-serif\",\r\n baseFontSize: \"16px\",\r\n lineHeight: 1.6,\r\n headingLineHeight: 1.2,\r\n },\r\n spacing: {\r\n unit: \"0.25rem\",\r\n scale: [0, 1, 2, 4, 6, 8, 12, 16, 24, 32, 48, 64],\r\n },\r\n effects: {\r\n borderRadius: \"0.5rem\",\r\n shadow: \"0 1px 3px rgba(0,0,0,0.1)\",\r\n shadowLg: \"0 10px 15px rgba(0,0,0,0.1)\",\r\n transition: \"0.2s ease\",\r\n },\r\n};\r\n\r\n// ============================================================================\r\n// HELPERS\r\n// ============================================================================\r\n\r\nlet blockIdCounter = 0;\r\n\r\nexport function generateBlockId(prefix: string = \"block\"): string {\r\n return `${prefix}-${++blockIdCounter}-${Date.now().toString(36)}`;\r\n}\r\n\r\nexport function generateThemeCSSVariables(theme: SimpleThemeTokens): string {\r\n return `\r\n --color-primary: ${theme.colors.primary};\r\n --color-secondary: ${theme.colors.secondary};\r\n --color-accent: ${theme.colors.accent};\r\n --color-background: ${theme.colors.background};\r\n --color-surface: ${theme.colors.surface};\r\n --color-text: ${theme.colors.text};\r\n --color-text-muted: ${theme.colors.textMuted};\r\n --color-border: ${theme.colors.border};\r\n --color-success: ${theme.colors.success};\r\n --color-warning: ${theme.colors.warning};\r\n --color-error: ${theme.colors.error};\r\n --font-family: ${theme.typography.fontFamily};\r\n --font-family-heading: ${theme.typography.fontFamilyHeading};\r\n --font-size-base: ${theme.typography.baseFontSize};\r\n --line-height: ${theme.typography.lineHeight};\r\n --line-height-heading: ${theme.typography.headingLineHeight};\r\n --border-radius: ${theme.effects.borderRadius};\r\n --shadow: ${theme.effects.shadow};\r\n --shadow-lg: ${theme.effects.shadowLg};\r\n --transition: ${theme.effects.transition};\r\n `;\r\n}\r\n\r\n// Re-export tipos com alias para compatibilidade\r\nexport type ColorTokens = SimpleColorTokens;\r\nexport type TypographyTokens = SimpleTypographyTokens;\r\nexport type SpacingTokens = SimpleSpacingTokens;\r\nexport type EffectTokens = SimpleEffectTokens;\r\nexport type ThemeTokens = SimpleThemeTokens;\r\nexport type LayoutTokens = Record<string, unknown>;\r\nexport type ComponentTokens = Record<string, unknown>;\r\nexport type ThemePreset = string;\r\nexport const themePresets: Record<string, SimpleThemeTokens> = {\r\n default: defaultThemeTokens,\r\n};\r\n"],"names":["AVAILABLE_BLOCK_TYPES","defaultThemeTokens","blockIdCounter","generateBlockId","prefix","generateThemeCSSVariables","theme","themePresets"],"mappings":"AAkEO,MAAMA,IAA8C;AAAA,EACzD;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AACF,GAihBaC,IAAwC;AAAA,EACnD,QAAQ;AAAA,IACN,SAAS;AAAA,IACT,WAAW;AAAA,IACX,QAAQ;AAAA,IACR,YAAY;AAAA,IACZ,SAAS;AAAA,IACT,MAAM;AAAA,IACN,WAAW;AAAA,IACX,QAAQ;AAAA,IACR,SAAS;AAAA,IACT,SAAS;AAAA,IACT,OAAO;AAAA,EAAA;AAAA,EAET,YAAY;AAAA,IACV,YAAY;AAAA,IACZ,mBAAmB;AAAA,IACnB,cAAc;AAAA,IACd,YAAY;AAAA,IACZ,mBAAmB;AAAA,EAAA;AAAA,EAErB,SAAS;AAAA,IACP,MAAM;AAAA,IACN,OAAO,CAAC,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,IAAI,IAAI,IAAI,IAAI,IAAI,EAAE;AAAA,EAAA;AAAA,EAElD,SAAS;AAAA,IACP,cAAc;AAAA,IACd,QAAQ;AAAA,IACR,UAAU;AAAA,IACV,YAAY;AAAA,EAAA;AAEhB;AAMA,IAAIC,IAAiB;AAEd,SAASC,EAAgBC,IAAiB,SAAiB;AAChE,SAAO,GAAGA,CAAM,IAAI,EAAEF,CAAc,IAAI,KAAK,IAAA,EAAM,SAAS,EAAE,CAAC;AACjE;AAEO,SAASG,EAA0BC,GAAkC;AAC1E,SAAO;AAAA,uBACcA,EAAM,OAAO,OAAO;AAAA,yBAClBA,EAAM,OAAO,SAAS;AAAA,sBACzBA,EAAM,OAAO,MAAM;AAAA,0BACfA,EAAM,OAAO,UAAU;AAAA,uBAC1BA,EAAM,OAAO,OAAO;AAAA,oBACvBA,EAAM,OAAO,IAAI;AAAA,0BACXA,EAAM,OAAO,SAAS;AAAA,sBAC1BA,EAAM,OAAO,MAAM;AAAA,uBAClBA,EAAM,OAAO,OAAO;AAAA,uBACpBA,EAAM,OAAO,OAAO;AAAA,qBACtBA,EAAM,OAAO,KAAK;AAAA,qBAClBA,EAAM,WAAW,UAAU;AAAA,6BACnBA,EAAM,WAAW,iBAAiB;AAAA,wBACvCA,EAAM,WAAW,YAAY;AAAA,qBAChCA,EAAM,WAAW,UAAU;AAAA,6BACnBA,EAAM,WAAW,iBAAiB;AAAA,uBACxCA,EAAM,QAAQ,YAAY;AAAA,gBACjCA,EAAM,QAAQ,MAAM;AAAA,mBACjBA,EAAM,QAAQ,QAAQ;AAAA,oBACrBA,EAAM,QAAQ,UAAU;AAAA;AAE5C;AAWO,MAAMC,IAAkD;AAAA,EAC7D,SAASN;AACX;"}
1
+ {"version":3,"file":"schema.js","sources":["../../src/shared/schema.ts"],"sourcesContent":["/**\r\n * Schema Simplificado para Geração por IA\r\n *\r\n * Este schema define tipos standalone mais simples\r\n * que a IA pode gerar facilmente e que podem ser\r\n * convertidos para o schema do Editor quando necessário.\r\n */\r\n\r\n// ============================================================================\r\n// TIPOS DE BLOCO\r\n// ============================================================================\r\n\r\nexport type BlockType =\r\n // Layout\r\n | \"container\"\r\n | \"stack\"\r\n | \"grid\"\r\n | \"box\"\r\n | \"spacer\"\r\n // Conteúdo\r\n | \"heading\"\r\n | \"text\"\r\n | \"image\"\r\n | \"button\"\r\n | \"link\"\r\n | \"divider\"\r\n | \"badge\"\r\n | \"icon\"\r\n | \"avatar\"\r\n | \"video\"\r\n | \"socialLinks\"\r\n // Composição\r\n | \"card\"\r\n | \"section\"\r\n // Landing Page\r\n | \"hero\"\r\n | \"feature\"\r\n | \"featureGrid\"\r\n | \"pricing\"\r\n | \"pricingCard\"\r\n | \"testimonial\"\r\n | \"testimonialGrid\"\r\n | \"faq\"\r\n | \"faqItem\"\r\n | \"cta\"\r\n | \"stats\"\r\n | \"statItem\"\r\n | \"logoCloud\"\r\n | \"navbar\"\r\n | \"footer\"\r\n // Novos blocos reutilizáveis\r\n | \"countdown\"\r\n | \"carousel\"\r\n | \"blogCard\"\r\n | \"blogCardGrid\"\r\n | \"teamCard\"\r\n | \"teamGrid\"\r\n | \"courseCardGrid\"\r\n | \"categoryCardGrid\"\r\n // Forms\r\n | \"form\"\r\n | \"input\"\r\n | \"textarea\"\r\n | \"formSelect\";\r\n\r\n/** Lista de tipos de bloco válidos (para validação) */\r\nexport const AVAILABLE_BLOCK_TYPES: readonly BlockType[] = [\r\n \"container\",\r\n \"stack\",\r\n \"grid\",\r\n \"box\",\r\n \"spacer\",\r\n \"heading\",\r\n \"text\",\r\n \"image\",\r\n \"button\",\r\n \"link\",\r\n \"divider\",\r\n \"badge\",\r\n \"icon\",\r\n \"avatar\",\r\n \"video\",\r\n \"socialLinks\",\r\n \"card\",\r\n \"section\",\r\n \"hero\",\r\n \"feature\",\r\n \"featureGrid\",\r\n \"pricing\",\r\n \"pricingCard\",\r\n \"testimonial\",\r\n \"testimonialGrid\",\r\n \"faq\",\r\n \"faqItem\",\r\n \"cta\",\r\n \"stats\",\r\n \"statItem\",\r\n \"logoCloud\",\r\n \"navbar\",\r\n \"footer\",\r\n \"countdown\",\r\n \"carousel\",\r\n \"blogCard\",\r\n \"blogCardGrid\",\r\n \"teamCard\",\r\n \"teamGrid\",\r\n \"courseCardGrid\",\r\n \"categoryCardGrid\",\r\n \"form\",\r\n \"input\",\r\n \"textarea\",\r\n \"formSelect\",\r\n] as const;\r\n\r\n// ============================================================================\r\n// BLOCOS BASE\r\n// ============================================================================\r\n\r\nexport interface BlockBase {\r\n id: string;\r\n type: BlockType;\r\n}\r\n\r\nexport interface Block extends BlockBase {\r\n props: Record<string, any>;\r\n}\r\n\r\n// ============================================================================\r\n// BLOCOS ESPECÍFICOS\r\n// ============================================================================\r\n\r\nexport interface ContainerBlock extends BlockBase {\r\n type: \"container\";\r\n props: { maxWidth?: string; padding?: string; children?: Block[] };\r\n}\r\n\r\nexport interface StackBlock extends BlockBase {\r\n type: \"stack\";\r\n props: {\r\n direction?: \"row\" | \"col\";\r\n gap?: string;\r\n align?: string;\r\n justify?: string;\r\n wrap?: boolean;\r\n children?: Block[];\r\n };\r\n}\r\n\r\nexport interface GridBlock extends BlockBase {\r\n type: \"grid\";\r\n props: {\r\n cols?: number | { sm?: number; md?: number; lg?: number };\r\n gap?: string;\r\n children?: Block[];\r\n };\r\n}\r\n\r\nexport interface BoxBlock extends BlockBase {\r\n type: \"box\";\r\n props: {\r\n bg?: string;\r\n border?: string;\r\n radius?: string;\r\n shadow?: string;\r\n padding?: string;\r\n children?: Block[];\r\n };\r\n}\r\n\r\nexport interface SpacerBlock extends BlockBase {\r\n type: \"spacer\";\r\n props: { size?: string };\r\n}\r\n\r\nexport interface HeadingBlock extends BlockBase {\r\n type: \"heading\";\r\n props: {\r\n level: 1 | 2 | 3 | 4 | 5 | 6;\r\n text: string;\r\n align?: string;\r\n color?: string;\r\n };\r\n}\r\n\r\nexport interface TextBlock extends BlockBase {\r\n type: \"text\";\r\n props: {\r\n text: string;\r\n align?: string;\r\n color?: string;\r\n size?: \"sm\" | \"md\" | \"lg\";\r\n };\r\n}\r\n\r\nexport interface ImageBlock extends BlockBase {\r\n type: \"image\";\r\n props: {\r\n src: string;\r\n alt?: string;\r\n width?: string;\r\n height?: string;\r\n objectFit?: string;\r\n };\r\n}\r\n\r\nexport interface ButtonBlock extends BlockBase {\r\n type: \"button\";\r\n props: {\r\n text: string;\r\n href?: string;\r\n variant?: \"primary\" | \"secondary\" | \"outline\" | \"ghost\";\r\n size?: \"sm\" | \"md\" | \"lg\";\r\n };\r\n}\r\n\r\nexport interface LinkBlock extends BlockBase {\r\n type: \"link\";\r\n props: { text: string; href: string; target?: \"_blank\" | \"_self\" };\r\n}\r\n\r\nexport interface DividerBlock extends BlockBase {\r\n type: \"divider\";\r\n props: { color?: string; thickness?: string };\r\n}\r\n\r\nexport interface BadgeBlock extends BlockBase {\r\n type: \"badge\";\r\n props: { text: string; variant?: string };\r\n}\r\n\r\nexport interface IconBlock extends BlockBase {\r\n type: \"icon\";\r\n props: { name: string; size?: string; color?: string };\r\n}\r\n\r\nexport interface AvatarBlock extends BlockBase {\r\n type: \"avatar\";\r\n props: { src?: string; name?: string; size?: \"sm\" | \"md\" | \"lg\" | \"xl\" };\r\n}\r\n\r\nexport interface VideoBlock extends BlockBase {\r\n type: \"video\";\r\n props: {\r\n src: string;\r\n poster?: string;\r\n autoplay?: boolean;\r\n loop?: boolean;\r\n muted?: boolean;\r\n };\r\n}\r\n\r\nexport interface SocialLinksBlock extends BlockBase {\r\n type: \"socialLinks\";\r\n props: { links: Array<{ platform: string; url: string }>; variant?: string };\r\n}\r\n\r\nexport interface CardBlock extends BlockBase {\r\n type: \"card\";\r\n props: { header?: Block[]; content?: Block[]; footer?: Block[] };\r\n}\r\n\r\nexport interface SectionBlock extends BlockBase {\r\n type: \"section\";\r\n props: { bg?: string; padding?: string; children?: Block[] };\r\n}\r\n\r\nexport interface HeroBlock extends BlockBase {\r\n type: \"hero\";\r\n props: {\r\n title: string;\r\n subtitle?: string;\r\n description?: string;\r\n image?: string;\r\n primaryButton?: { text: string; href?: string };\r\n secondaryButton?: { text: string; href?: string };\r\n variant?: \"centered\" | \"split\" | \"background\";\r\n align?: string;\r\n overlay?: boolean;\r\n overlayColor?: string;\r\n background?: string;\r\n };\r\n}\r\n\r\nexport interface FeatureBlock extends BlockBase {\r\n type: \"feature\";\r\n props: { icon?: string; title: string; description: string };\r\n}\r\n\r\nexport interface FeatureGridBlock extends BlockBase {\r\n type: \"featureGrid\";\r\n props: {\r\n title?: string;\r\n subtitle?: string;\r\n columns?: 2 | 3 | 4;\r\n variant?: \"default\" | \"cards\" | \"image-cards\";\r\n features: Array<{\r\n icon?: string;\r\n title: string;\r\n description: string;\r\n image?: string;\r\n link?: { text: string; href?: string };\r\n }>;\r\n };\r\n}\r\n\r\nexport interface PricingCardBlock extends BlockBase {\r\n type: \"pricingCard\";\r\n props: {\r\n name: string;\r\n price: string;\r\n period?: string;\r\n description?: string;\r\n features: string[];\r\n buttonText: string;\r\n highlighted?: boolean;\r\n };\r\n}\r\n\r\nexport interface PricingBlock extends BlockBase {\r\n type: \"pricing\";\r\n props: {\r\n title?: string;\r\n subtitle?: string;\r\n plans: Array<{\r\n name: string;\r\n price: string;\r\n period?: string;\r\n description?: string;\r\n features: string[];\r\n buttonText: string;\r\n highlighted?: boolean;\r\n }>;\r\n };\r\n}\r\n\r\nexport interface TestimonialBlock extends BlockBase {\r\n type: \"testimonial\";\r\n props: {\r\n quote: string;\r\n author: string;\r\n role?: string;\r\n company?: string;\r\n avatar?: string;\r\n };\r\n}\r\n\r\nexport interface TestimonialGridBlock extends BlockBase {\r\n type: \"testimonialGrid\";\r\n props: {\r\n title?: string;\r\n testimonials: Array<{\r\n quote: string;\r\n author: string;\r\n role?: string;\r\n company?: string;\r\n avatar?: string;\r\n }>;\r\n };\r\n}\r\n\r\nexport interface FaqItemBlock extends BlockBase {\r\n type: \"faqItem\";\r\n props: { question: string; answer: string };\r\n}\r\n\r\nexport interface FaqBlock extends BlockBase {\r\n type: \"faq\";\r\n props: { title?: string; items: Array<{ question: string; answer: string }> };\r\n}\r\n\r\nexport interface CtaBlock extends BlockBase {\r\n type: \"cta\";\r\n props: {\r\n title: string;\r\n description?: string;\r\n buttonText: string;\r\n buttonHref?: string;\r\n variant?: \"simple\" | \"centered\" | \"split\";\r\n };\r\n}\r\n\r\nexport interface StatItemBlock extends BlockBase {\r\n type: \"statItem\";\r\n props: { value: string; label: string; description?: string };\r\n}\r\n\r\nexport interface StatsBlock extends BlockBase {\r\n type: \"stats\";\r\n props: {\r\n items: Array<{ value: string; label: string; description?: string }>;\r\n };\r\n}\r\n\r\nexport interface LogoCloudBlock extends BlockBase {\r\n type: \"logoCloud\";\r\n props: {\r\n title?: string;\r\n logos: Array<{ src: string; alt?: string; href?: string }>;\r\n };\r\n}\r\n\r\nexport interface NavbarBlock extends BlockBase {\r\n type: \"navbar\";\r\n props: {\r\n variation?: string;\r\n logo?: string | { src: string; alt?: string; href?: string };\r\n logoText?: string;\r\n links: Array<{ text: string; href: string }>;\r\n ctaButton?: { text: string; href?: string };\r\n sticky?: boolean;\r\n transparent?: boolean;\r\n bg?: string;\r\n };\r\n}\r\n\r\nexport interface CountdownBlock extends BlockBase {\r\n type: \"countdown\";\r\n props: {\r\n title?: string;\r\n description?: string;\r\n endDate?: string;\r\n showPlaceholders?: boolean;\r\n buttonText?: string;\r\n buttonHref?: string;\r\n variant?: \"default\" | \"banner\";\r\n badgeText?: string;\r\n bg?: string;\r\n };\r\n}\r\n\r\nexport interface CarouselBlock extends BlockBase {\r\n type: \"carousel\";\r\n props: {\r\n slides: Array<{\r\n image?: string;\r\n title?: string;\r\n description?: string;\r\n primaryButton?: { text: string; href?: string };\r\n secondaryButton?: { text: string; href?: string };\r\n }>;\r\n autoplay?: boolean;\r\n showArrows?: boolean;\r\n showDots?: boolean;\r\n };\r\n}\r\n\r\nexport interface BlogCardBlock extends BlockBase {\r\n type: \"blogCard\";\r\n props: {\r\n image?: string;\r\n date?: string;\r\n category?: string;\r\n title: string;\r\n excerpt?: string;\r\n linkText?: string;\r\n linkHref?: string;\r\n };\r\n}\r\n\r\nexport interface BlogCardGridBlock extends BlockBase {\r\n type: \"blogCardGrid\";\r\n props: {\r\n title?: string;\r\n subtitle?: string;\r\n columns?: 2 | 3 | 4;\r\n cards: Array<{\r\n image?: string;\r\n date?: string;\r\n category?: string;\r\n title: string;\r\n excerpt?: string;\r\n linkText?: string;\r\n linkHref?: string;\r\n }>;\r\n };\r\n}\r\n\r\nexport interface TeamCardBlock extends BlockBase {\r\n type: \"teamCard\";\r\n props: {\r\n avatar?: string;\r\n name: string;\r\n role?: string;\r\n };\r\n}\r\n\r\nexport interface TeamGridBlock extends BlockBase {\r\n type: \"teamGrid\";\r\n props: {\r\n title?: string;\r\n subtitle?: string;\r\n columns?: 2 | 3 | 4;\r\n members: Array<{\r\n avatar?: string;\r\n name: string;\r\n role?: string;\r\n }>;\r\n };\r\n}\r\n\r\nexport interface CourseCardGridBlock extends BlockBase {\r\n type: \"courseCardGrid\";\r\n props: {\r\n title?: string;\r\n subtitle?: string;\r\n columns?: 2 | 3 | 4;\r\n cards: Array<{\r\n image?: string;\r\n title: string;\r\n price?: string;\r\n period?: string;\r\n rating?: number;\r\n meta?: string[];\r\n buttonText?: string;\r\n buttonHref?: string;\r\n }>;\r\n };\r\n}\r\n\r\nexport interface CategoryCardGridBlock extends BlockBase {\r\n type: \"categoryCardGrid\";\r\n props: {\r\n title?: string;\r\n subtitle?: string;\r\n columns?: 2 | 3 | 4;\r\n categories: Array<{\r\n image: string;\r\n title: string;\r\n href?: string;\r\n }>;\r\n };\r\n}\r\n\r\nexport interface FormBlock extends BlockBase {\r\n type: \"form\";\r\n props: { action?: string; method?: string; children?: Block[] };\r\n}\r\n\r\nexport interface InputBlock extends BlockBase {\r\n type: \"input\";\r\n props: {\r\n name: string;\r\n type?: string;\r\n label?: string;\r\n placeholder?: string;\r\n required?: boolean;\r\n };\r\n}\r\n\r\nexport interface TextareaBlock extends BlockBase {\r\n type: \"textarea\";\r\n props: {\r\n name: string;\r\n label?: string;\r\n placeholder?: string;\r\n rows?: number;\r\n required?: boolean;\r\n };\r\n}\r\n\r\nexport interface FormSelectBlock extends BlockBase {\r\n type: \"formSelect\";\r\n props: {\r\n name: string;\r\n label?: string;\r\n options: Array<{ value: string; label: string }>;\r\n required?: boolean;\r\n };\r\n}\r\n\r\n// Alias para nomes alternativos (compatibilidade)\r\nexport type FAQBlock = FaqBlock;\r\nexport type FAQItemBlock = FaqItemBlock;\r\nexport type CTABlock = CtaBlock;\r\n\r\n// ============================================================================\r\n// TEMA SIMPLIFICADO PARA IA\r\n// ============================================================================\r\n\r\nexport interface SimpleColorTokens {\r\n primary: string;\r\n secondary: string;\r\n accent: string;\r\n background: string;\r\n surface: string;\r\n text: string;\r\n textMuted: string;\r\n border: string;\r\n success: string;\r\n warning: string;\r\n error: string;\r\n}\r\n\r\nexport interface SimpleTypographyTokens {\r\n fontFamily: string;\r\n fontFamilyHeading: string;\r\n baseFontSize: string;\r\n lineHeight: number;\r\n headingLineHeight: number;\r\n}\r\n\r\nexport interface SimpleSpacingTokens {\r\n unit: string;\r\n scale: number[];\r\n}\r\n\r\nexport interface SimpleEffectTokens {\r\n borderRadius: string;\r\n shadow: string;\r\n shadowLg: string;\r\n transition: string;\r\n}\r\n\r\nexport interface SimpleThemeTokens {\r\n colors: SimpleColorTokens;\r\n typography: SimpleTypographyTokens;\r\n spacing: SimpleSpacingTokens;\r\n effects: SimpleEffectTokens;\r\n}\r\n\r\n// ============================================================================\r\n// DOCUMENTO SIMPLIFICADO PARA IA\r\n// ============================================================================\r\n\r\nexport interface DocumentMeta {\r\n title: string;\r\n description?: string;\r\n favicon?: string;\r\n language?: string;\r\n}\r\n\r\nexport interface SiteDocument {\r\n meta: DocumentMeta;\r\n theme: SimpleThemeTokens;\r\n structure: Block[];\r\n}\r\n\r\n// ============================================================================\r\n// TEMA PADRÃO\r\n// ============================================================================\r\n\r\nexport const defaultThemeTokens: SimpleThemeTokens = {\r\n colors: {\r\n primary: \"#3b82f6\",\r\n secondary: \"#64748b\",\r\n accent: \"#f59e0b\",\r\n background: \"#ffffff\",\r\n surface: \"#f8fafc\",\r\n text: \"#1e293b\",\r\n textMuted: \"#64748b\",\r\n border: \"#e2e8f0\",\r\n success: \"#22c55e\",\r\n warning: \"#f59e0b\",\r\n error: \"#ef4444\",\r\n },\r\n typography: {\r\n fontFamily: \"Inter, system-ui, sans-serif\",\r\n fontFamilyHeading: \"Inter, system-ui, sans-serif\",\r\n baseFontSize: \"16px\",\r\n lineHeight: 1.6,\r\n headingLineHeight: 1.2,\r\n },\r\n spacing: {\r\n unit: \"0.25rem\",\r\n scale: [0, 1, 2, 4, 6, 8, 12, 16, 24, 32, 48, 64],\r\n },\r\n effects: {\r\n borderRadius: \"0.5rem\",\r\n shadow: \"0 1px 3px rgba(0,0,0,0.1)\",\r\n shadowLg: \"0 10px 15px rgba(0,0,0,0.1)\",\r\n transition: \"0.2s ease\",\r\n },\r\n};\r\n\r\n// ============================================================================\r\n// HELPERS\r\n// ============================================================================\r\n\r\nlet blockIdCounter = 0;\r\n\r\nexport function generateBlockId(prefix: string = \"block\"): string {\r\n return `${prefix}-${++blockIdCounter}-${Date.now().toString(36)}`;\r\n}\r\n\r\nexport function generateThemeCSSVariables(theme: SimpleThemeTokens): string {\r\n return `\r\n --color-primary: ${theme.colors.primary};\r\n --color-secondary: ${theme.colors.secondary};\r\n --color-accent: ${theme.colors.accent};\r\n --color-background: ${theme.colors.background};\r\n --color-surface: ${theme.colors.surface};\r\n --color-text: ${theme.colors.text};\r\n --color-text-muted: ${theme.colors.textMuted};\r\n --color-border: ${theme.colors.border};\r\n --color-success: ${theme.colors.success};\r\n --color-warning: ${theme.colors.warning};\r\n --color-error: ${theme.colors.error};\r\n --font-family: ${theme.typography.fontFamily};\r\n --font-family-heading: ${theme.typography.fontFamilyHeading};\r\n --font-size-base: ${theme.typography.baseFontSize};\r\n --line-height: ${theme.typography.lineHeight};\r\n --line-height-heading: ${theme.typography.headingLineHeight};\r\n --border-radius: ${theme.effects.borderRadius};\r\n --shadow: ${theme.effects.shadow};\r\n --shadow-lg: ${theme.effects.shadowLg};\r\n --transition: ${theme.effects.transition};\r\n `;\r\n}\r\n\r\n// Re-export tipos com alias para compatibilidade\r\nexport type ColorTokens = SimpleColorTokens;\r\nexport type TypographyTokens = SimpleTypographyTokens;\r\nexport type SpacingTokens = SimpleSpacingTokens;\r\nexport type EffectTokens = SimpleEffectTokens;\r\nexport type ThemeTokens = SimpleThemeTokens;\r\nexport type LayoutTokens = Record<string, any>;\r\nexport type ComponentTokens = Record<string, any>;\r\nexport type ThemePreset = string;\r\nexport const themePresets: Record<string, SimpleThemeTokens> = {\r\n default: defaultThemeTokens,\r\n};\r\n"],"names":["AVAILABLE_BLOCK_TYPES","defaultThemeTokens","blockIdCounter","generateBlockId","prefix","generateThemeCSSVariables","theme","themePresets"],"mappings":"AAkEO,MAAMA,IAA8C;AAAA,EACzD;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AACF,GAihBaC,IAAwC;AAAA,EACnD,QAAQ;AAAA,IACN,SAAS;AAAA,IACT,WAAW;AAAA,IACX,QAAQ;AAAA,IACR,YAAY;AAAA,IACZ,SAAS;AAAA,IACT,MAAM;AAAA,IACN,WAAW;AAAA,IACX,QAAQ;AAAA,IACR,SAAS;AAAA,IACT,SAAS;AAAA,IACT,OAAO;AAAA,EAAA;AAAA,EAET,YAAY;AAAA,IACV,YAAY;AAAA,IACZ,mBAAmB;AAAA,IACnB,cAAc;AAAA,IACd,YAAY;AAAA,IACZ,mBAAmB;AAAA,EAAA;AAAA,EAErB,SAAS;AAAA,IACP,MAAM;AAAA,IACN,OAAO,CAAC,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,IAAI,IAAI,IAAI,IAAI,IAAI,EAAE;AAAA,EAAA;AAAA,EAElD,SAAS;AAAA,IACP,cAAc;AAAA,IACd,QAAQ;AAAA,IACR,UAAU;AAAA,IACV,YAAY;AAAA,EAAA;AAEhB;AAMA,IAAIC,IAAiB;AAEd,SAASC,EAAgBC,IAAiB,SAAiB;AAChE,SAAO,GAAGA,CAAM,IAAI,EAAEF,CAAc,IAAI,KAAK,IAAA,EAAM,SAAS,EAAE,CAAC;AACjE;AAEO,SAASG,EAA0BC,GAAkC;AAC1E,SAAO;AAAA,uBACcA,EAAM,OAAO,OAAO;AAAA,yBAClBA,EAAM,OAAO,SAAS;AAAA,sBACzBA,EAAM,OAAO,MAAM;AAAA,0BACfA,EAAM,OAAO,UAAU;AAAA,uBAC1BA,EAAM,OAAO,OAAO;AAAA,oBACvBA,EAAM,OAAO,IAAI;AAAA,0BACXA,EAAM,OAAO,SAAS;AAAA,sBAC1BA,EAAM,OAAO,MAAM;AAAA,uBAClBA,EAAM,OAAO,OAAO;AAAA,uBACpBA,EAAM,OAAO,OAAO;AAAA,qBACtBA,EAAM,OAAO,KAAK;AAAA,qBAClBA,EAAM,WAAW,UAAU;AAAA,6BACnBA,EAAM,WAAW,iBAAiB;AAAA,wBACvCA,EAAM,WAAW,YAAY;AAAA,qBAChCA,EAAM,WAAW,UAAU;AAAA,6BACnBA,EAAM,WAAW,iBAAiB;AAAA,uBACxCA,EAAM,QAAQ,YAAY;AAAA,gBACjCA,EAAM,QAAQ,MAAM;AAAA,mBACjBA,EAAM,QAAQ,QAAQ;AAAA,oBACrBA,EAAM,QAAQ,UAAU;AAAA;AAE5C;AAWO,MAAMC,IAAkD;AAAA,EAC7D,SAASN;AACX;"}
@@ -0,0 +1,3 @@
1
+ import { SiteDocument } from '../schema';
2
+ export declare const escolaBlogTemplate: SiteDocument;
3
+ //# sourceMappingURL=escola-blog.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"escola-blog.d.ts","sourceRoot":"","sources":["../../../src/shared/templates/escola-blog.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AAEH,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AAG9C,eAAO,MAAM,kBAAkB,EAAE,YAsKhC,CAAC"}
@@ -0,0 +1,160 @@
1
+ import { NAVBAR_DEFAULT_PROPS as e } from "../../engine/registry/blocks/sections/navbar.js";
2
+ const t = {
3
+ meta: {
4
+ title: "Escola Blog",
5
+ description: "Template simples com blog integrado — ideal para testar o sistema de plugins",
6
+ language: "pt-BR"
7
+ },
8
+ theme: {
9
+ colors: {
10
+ primary: "#4f46e5",
11
+ secondary: "#6366f1",
12
+ accent: "#f59e0b",
13
+ background: "#ffffff",
14
+ surface: "#f9fafb",
15
+ text: "#111827",
16
+ textMuted: "#6b7280",
17
+ border: "#e5e7eb",
18
+ success: "#10b981",
19
+ warning: "#f59e0b",
20
+ error: "#ef4444"
21
+ },
22
+ typography: {
23
+ fontFamily: "Inter, system-ui, sans-serif",
24
+ fontFamilyHeading: "Inter, system-ui, sans-serif",
25
+ baseFontSize: "16px",
26
+ lineHeight: 1.6,
27
+ headingLineHeight: 1.2
28
+ },
29
+ spacing: {
30
+ unit: "0.25rem",
31
+ scale: [0, 1, 2, 4, 6, 8, 12, 16, 24, 32, 48, 64]
32
+ },
33
+ effects: {
34
+ borderRadius: "0.75rem",
35
+ shadow: "0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1)",
36
+ shadowLg: "0 25px 50px -12px rgba(0,0,0,0.25)",
37
+ transition: "all 0.3s ease"
38
+ }
39
+ },
40
+ structure: [
41
+ // ─── NAVBAR ───
42
+ {
43
+ id: "blog-navbar",
44
+ type: "navbar",
45
+ props: {
46
+ ...e,
47
+ links: [
48
+ { text: "Home", href: "/site/p/home" },
49
+ { text: "Sobre", href: "/site/p/sobre" },
50
+ { text: "Cursos", href: "/site/p/cursos" },
51
+ { text: "Blog", href: "/site/p/blog" },
52
+ { text: "Contato", href: "/site/p/contato" }
53
+ ],
54
+ ctaButton: { text: "Matricule-se", href: "/site/p/contato" },
55
+ bg: "#ffffff",
56
+ linkColor: "#374151",
57
+ linkHoverColor: "#4f46e5",
58
+ buttonColor: "#4f46e5",
59
+ buttonTextColor: "#ffffff"
60
+ }
61
+ },
62
+ // ─── HERO ───
63
+ {
64
+ id: "blog-hero",
65
+ type: "hero",
66
+ props: {
67
+ title: "Educação que Transforma",
68
+ subtitle: "Bem-vindo à nossa escola",
69
+ description: "Acompanhe nossas novidades, eventos e conquistas no blog da escola. Uma educação de qualidade começa com informação.",
70
+ variant: "centered",
71
+ align: "center",
72
+ overlay: !0,
73
+ overlayColor: "rgba(79, 70, 229, 0.85)",
74
+ background: "#4f46e5",
75
+ primaryButton: { text: "Conheça o Blog", href: "/site/p/blog" },
76
+ secondaryButton: { text: "Fale Conosco", href: "/site/p/contato" }
77
+ }
78
+ },
79
+ // ─── FEATURES ───
80
+ {
81
+ id: "blog-features",
82
+ type: "featureGrid",
83
+ props: {
84
+ title: "Por que nossa escola?",
85
+ subtitle: "Oferecemos uma experiência educacional completa e moderna",
86
+ columns: 3,
87
+ variant: "cards",
88
+ features: [
89
+ {
90
+ icon: "GraduationCap",
91
+ title: "Ensino de Excelência",
92
+ description: "Professores qualificados e metodologia comprovada para o melhor aprendizado."
93
+ },
94
+ {
95
+ icon: "Users",
96
+ title: "Comunidade Ativa",
97
+ description: "Eventos, palestras e encontros que fortalecem a relação escola-família."
98
+ },
99
+ {
100
+ icon: "BookOpen",
101
+ title: "Blog Informativo",
102
+ description: "Fique por dentro de tudo que acontece na escola através do nosso blog."
103
+ }
104
+ ]
105
+ }
106
+ },
107
+ // ─── CTA ───
108
+ {
109
+ id: "blog-cta",
110
+ type: "cta",
111
+ props: {
112
+ title: "Venha fazer parte da nossa história",
113
+ description: "Agende uma visita e conheça de perto a escola que vai transformar o futuro do seu filho.",
114
+ buttonText: "Agendar Visita",
115
+ buttonHref: "/site/p/contato",
116
+ variant: "centered"
117
+ }
118
+ },
119
+ // ─── FOOTER ───
120
+ {
121
+ id: "blog-footer",
122
+ type: "footer",
123
+ props: {
124
+ variant: "multi-column",
125
+ columns: [
126
+ {
127
+ title: "Escola Blog",
128
+ content: "Educação de qualidade com informação transparente. Acompanhe nosso blog!"
129
+ },
130
+ {
131
+ title: "Links Rápidos",
132
+ links: [
133
+ { text: "Home", href: "/site/p/home" },
134
+ { text: "Sobre", href: "/site/p/sobre" },
135
+ { text: "Cursos", href: "/site/p/cursos" },
136
+ { text: "Blog", href: "/site/p/blog" },
137
+ { text: "Contato", href: "/site/p/contato" }
138
+ ]
139
+ },
140
+ {
141
+ title: "Contato",
142
+ content: `contato@escolablog.com.br
143
+ (11) 1234-5678
144
+ Rua da Educação, 100`
145
+ }
146
+ ],
147
+ copyright: "© 2026 Escola Blog. Todos os direitos reservados.",
148
+ socialLinks: [
149
+ { platform: "facebook", url: "#" },
150
+ { platform: "instagram", url: "#" },
151
+ { platform: "youtube", url: "#" }
152
+ ]
153
+ }
154
+ }
155
+ ]
156
+ };
157
+ export {
158
+ t as escolaBlogTemplate
159
+ };
160
+ //# sourceMappingURL=escola-blog.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"escola-blog.js","sources":["../../../src/shared/templates/escola-blog.ts"],"sourcesContent":["/**\n * Template: Escola Blog\n * Template de escola com suporte ao Plugin Blog.\n *\n * Características:\n * - Navbar limpa com links para Home, Blog, Sobre, Contato\n * - Hero minimalista com call-to-action\n * - Seção de features da escola\n * - CTA para inscrição\n * - Footer multi-colunas\n *\n * Para testar o Plugin Blog:\n * 1. Selecione este template no editor\n * 2. No topbar, clique em \"+ Adicionar\" e ative o plugin \"Blog\"\n * 3. Uma seção de blog será injetada na landing page\n * 4. Novas páginas \"Blog\" e \"Post\" aparecerão no PageTabBar\n */\n\nimport type { SiteDocument } from \"../schema\";\nimport { NAVBAR_DEFAULT_PROPS } from \"../../engine/registry/blocks/sections/navbar\";\n\nexport const escolaBlogTemplate: SiteDocument = {\n meta: {\n title: \"Escola Blog\",\n description:\n \"Template simples com blog integrado — ideal para testar o sistema de plugins\",\n language: \"pt-BR\",\n },\n theme: {\n colors: {\n primary: \"#4f46e5\",\n secondary: \"#6366f1\",\n accent: \"#f59e0b\",\n background: \"#ffffff\",\n surface: \"#f9fafb\",\n text: \"#111827\",\n textMuted: \"#6b7280\",\n border: \"#e5e7eb\",\n success: \"#10b981\",\n warning: \"#f59e0b\",\n error: \"#ef4444\",\n },\n typography: {\n fontFamily: \"Inter, system-ui, sans-serif\",\n fontFamilyHeading: \"Inter, system-ui, sans-serif\",\n baseFontSize: \"16px\",\n lineHeight: 1.6,\n headingLineHeight: 1.2,\n },\n spacing: {\n unit: \"0.25rem\",\n scale: [0, 1, 2, 4, 6, 8, 12, 16, 24, 32, 48, 64],\n },\n effects: {\n borderRadius: \"0.75rem\",\n shadow:\n \"0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1)\",\n shadowLg: \"0 25px 50px -12px rgba(0,0,0,0.25)\",\n transition: \"all 0.3s ease\",\n },\n },\n structure: [\n // ─── NAVBAR ───\n {\n id: \"blog-navbar\",\n type: \"navbar\",\n props: {\n ...NAVBAR_DEFAULT_PROPS,\n links: [\n { text: \"Home\", href: \"/site/p/home\" },\n { text: \"Sobre\", href: \"/site/p/sobre\" },\n { text: \"Cursos\", href: \"/site/p/cursos\" },\n { text: \"Blog\", href: \"/site/p/blog\" },\n { text: \"Contato\", href: \"/site/p/contato\" },\n ],\n ctaButton: { text: \"Matricule-se\", href: \"/site/p/contato\" },\n bg: \"#ffffff\",\n linkColor: \"#374151\",\n linkHoverColor: \"#4f46e5\",\n buttonColor: \"#4f46e5\",\n buttonTextColor: \"#ffffff\",\n },\n },\n\n // ─── HERO ───\n {\n id: \"blog-hero\",\n type: \"hero\",\n props: {\n title: \"Educação que Transforma\",\n subtitle: \"Bem-vindo à nossa escola\",\n description:\n \"Acompanhe nossas novidades, eventos e conquistas no blog da escola. Uma educação de qualidade começa com informação.\",\n variant: \"centered\",\n align: \"center\",\n overlay: true,\n overlayColor: \"rgba(79, 70, 229, 0.85)\",\n background: \"#4f46e5\",\n primaryButton: { text: \"Conheça o Blog\", href: \"/site/p/blog\" },\n secondaryButton: { text: \"Fale Conosco\", href: \"/site/p/contato\" },\n },\n },\n\n // ─── FEATURES ───\n {\n id: \"blog-features\",\n type: \"featureGrid\",\n props: {\n title: \"Por que nossa escola?\",\n subtitle:\n \"Oferecemos uma experiência educacional completa e moderna\",\n columns: 3,\n variant: \"cards\",\n features: [\n {\n icon: \"GraduationCap\",\n title: \"Ensino de Excelência\",\n description:\n \"Professores qualificados e metodologia comprovada para o melhor aprendizado.\",\n },\n {\n icon: \"Users\",\n title: \"Comunidade Ativa\",\n description:\n \"Eventos, palestras e encontros que fortalecem a relação escola-família.\",\n },\n {\n icon: \"BookOpen\",\n title: \"Blog Informativo\",\n description:\n \"Fique por dentro de tudo que acontece na escola através do nosso blog.\",\n },\n ],\n },\n },\n\n // ─── CTA ───\n {\n id: \"blog-cta\",\n type: \"cta\",\n props: {\n title: \"Venha fazer parte da nossa história\",\n description:\n \"Agende uma visita e conheça de perto a escola que vai transformar o futuro do seu filho.\",\n buttonText: \"Agendar Visita\",\n buttonHref: \"/site/p/contato\",\n variant: \"centered\",\n },\n },\n\n // ─── FOOTER ───\n {\n id: \"blog-footer\",\n type: \"footer\",\n props: {\n variant: \"multi-column\",\n columns: [\n {\n title: \"Escola Blog\",\n content:\n \"Educação de qualidade com informação transparente. Acompanhe nosso blog!\",\n },\n {\n title: \"Links Rápidos\",\n links: [\n { text: \"Home\", href: \"/site/p/home\" },\n { text: \"Sobre\", href: \"/site/p/sobre\" },\n { text: \"Cursos\", href: \"/site/p/cursos\" },\n { text: \"Blog\", href: \"/site/p/blog\" },\n { text: \"Contato\", href: \"/site/p/contato\" },\n ],\n },\n {\n title: \"Contato\",\n content:\n \"contato@escolablog.com.br\\n(11) 1234-5678\\nRua da Educação, 100\",\n },\n ],\n copyright: \"© 2026 Escola Blog. Todos os direitos reservados.\",\n socialLinks: [\n { platform: \"facebook\", url: \"#\" },\n { platform: \"instagram\", url: \"#\" },\n { platform: \"youtube\", url: \"#\" },\n ],\n },\n },\n ],\n};\n"],"names":["escolaBlogTemplate","NAVBAR_DEFAULT_PROPS"],"mappings":"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"}
@@ -1,3 +1,3 @@
1
- import { SiteDocumentV2 } from '../schema';
2
- export declare const escolaEdviTemplate: SiteDocumentV2;
1
+ import { SiteDocument } from '../schema';
2
+ export declare const escolaEdviTemplate: SiteDocument;
3
3
  //# sourceMappingURL=escola-edvi.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"escola-edvi.d.ts","sourceRoot":"","sources":["../../../src/shared/templates/escola-edvi.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;GAiBG;AAEH,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,WAAW,CAAC;AAGhD,eAAO,MAAM,kBAAkB,EAAE,cA0lBhC,CAAC"}
1
+ {"version":3,"file":"escola-edvi.d.ts","sourceRoot":"","sources":["../../../src/shared/templates/escola-edvi.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;GAiBG;AAEH,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AAG9C,eAAO,MAAM,kBAAkB,EAAE,YA0lBhC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"escola-edvi.js","sources":["../../../src/shared/templates/escola-edvi.ts"],"sourcesContent":["/**\n * Template: Edvi\n * Layout inspirado no tema Edvi para instituições de ensino\n *\n * Características:\n * - Navbar flutuante com logo Edvi\n * - Hero com imagem e overlay azul\n * - Três caixas informativas (Day Care, Activities, Contacts)\n * - Our Regular Courses (cards com imagem)\n * - Why Choose Us (duas colunas)\n * - Countdown banner (Admission on Going)\n * - Our Special Classes (grid de imagens)\n * - Carousel Natural Programs\n * - Recently News & Blogs\n * - Meet Our Teachers\n * - Formulário de contato\n * - Footer multi-colunas\n */\n\nimport type { SiteDocumentV2 } from \"../schema\";\nimport { NAVBAR_DEFAULT_PROPS } from \"../../engine/registry/blocks/sections/navbar\";\n\nexport const escolaEdviTemplate: SiteDocumentV2 = {\n meta: {\n title: \"Edvi\",\n description:\n \"Template Edvi para escolas e instituições de ensino – foco no desenvolvimento das crianças\",\n language: \"pt-BR\",\n },\n theme: {\n colors: {\n primary: \"#2563eb\",\n secondary: \"#1d4ed8\",\n accent: \"#3b82f6\",\n background: \"#ffffff\",\n surface: \"#f8fafc\",\n text: \"#0f172a\",\n textMuted: \"#64748b\",\n border: \"#e2e8f0\",\n success: \"#10b981\",\n warning: \"#f59e0b\",\n error: \"#ef4444\",\n },\n typography: {\n fontFamily: \"Inter, system-ui, sans-serif\",\n fontFamilyHeading: \"Inter, system-ui, sans-serif\",\n baseFontSize: \"16px\",\n lineHeight: 1.6,\n headingLineHeight: 1.2,\n },\n spacing: {\n unit: \"0.25rem\",\n scale: [0, 1, 2, 4, 6, 8, 12, 16, 24, 32, 48, 64],\n },\n effects: {\n borderRadius: \"0.75rem\",\n shadow: \"0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1)\",\n shadowLg: \"0 25px 50px -12px rgba(0,0,0,0.25)\",\n transition: \"all 0.3s ease\",\n },\n },\n structure: [\n // 1. NAVBAR\n {\n id: \"edvi-navbar\",\n type: \"navbar\",\n props: {\n ...NAVBAR_DEFAULT_PROPS,\n // Sobrescrever apenas valores específicos do template\n links: [\n { text: \"Home\", href: \"/site/p/home\" },\n { text: \"About\", href: \"/site/p/sobre\" },\n { text: \"Pages\", href: \"/site/p/cursos\" },\n { text: \"Courses\", href: \"/site/p/cursos\" },\n { text: \"Events\", href: \"/site/p/avisos\" },\n { text: \"Blog\", href: \"/site/p/avisos\" },\n { text: \"Shop\", href: \"/site/p/cursos\" },\n { text: \"Contact\", href: \"/site/p/contato\" },\n ],\n ctaButton: { text: \"Enroll Now\", href: \"/site/p/contato\" },\n bg: \"#ffffff\",\n },\n },\n\n // 2. HERO\n {\n id: \"edvi-hero\",\n type: \"hero\",\n props: {\n variation: \"hero-overlay\",\n variant: \"image-bg\",\n title: \"We Focus on Your Children's Development\",\n description:\n \"Quality education and care in a nurturing environment. Join our community and give your child the best start in life.\",\n image: \"/site-images/20221121_00_ensino_ciencias_molecula.jpg\",\n overlay: true,\n overlayColor:\n \"linear-gradient(135deg, rgba(37, 99, 235, 0.9) 0%, rgba(29, 78, 216, 0.85) 100%)\",\n primaryButton: { text: \"About Us\", href: \"/site/p/sobre\" },\n secondaryButton: { text: \"Read More\", href: \"/site/p/cursos\" },\n align: \"center\",\n minHeight: \"85vh\",\n },\n },\n\n // 3. TRÊS CAIXAS (Our Day Care, Our Activities, Our Contacts)\n {\n id: \"edvi-info-boxes\",\n type: \"featureGrid\",\n props: {\n title: \"\",\n subtitle: \"\",\n columns: 3,\n variant: \"cards\",\n features: [\n {\n icon: \"clock\",\n title: \"Our Day Care\",\n description:\n \"Safe and nurturing environment for your little ones throughout the day.\",\n },\n {\n icon: \"pencil\",\n title: \"Our Activities\",\n description:\n \"Creative and educational activities designed for every age group.\",\n },\n {\n icon: \"phone\",\n title: \"Our Contacts\",\n description:\n \"We are here to answer your questions. Get in touch anytime.\",\n },\n ],\n },\n },\n\n // 4. OUR REGULAR COURSES\n {\n id: \"edvi-courses\",\n type: \"featureGrid\",\n props: {\n title: \"Our Regular Courses\",\n subtitle:\n \"Explore our range of programs designed for every stage of learning\",\n columns: 3,\n variant: \"image-cards\",\n features: [\n {\n title: \"Class I-XII\",\n description:\n \"Comprehensive curriculum from primary to senior secondary education.\",\n image: \"https://placehold.co/400x240/2563eb/fff?text=Class+I-XII\",\n link: { text: \"Read More\", href: \"/site/p/cursos\" },\n },\n {\n title: \"Science Lab\",\n description: \"Hands-on experiments and discovery-based learning.\",\n image: \"https://placehold.co/400x240/1d4ed8/fff?text=Science+Lab\",\n link: { text: \"Read More\", href: \"/site/p/cursos\" },\n },\n {\n title: \"Arts & Music\",\n description:\n \"Creative expression and musical education for all ages.\",\n image: \"https://placehold.co/400x240/3b82f6/fff?text=Arts+Music\",\n link: { text: \"Read More\", href: \"/site/p/cursos\" },\n },\n ],\n },\n },\n\n // 5. WHY CHOOSE US\n {\n id: \"edvi-why\",\n type: \"section\",\n props: {\n bg: \"#ffffff\",\n padding: \"6rem 2rem\",\n children: [\n {\n id: \"edvi-why-container\",\n type: \"container\",\n props: {\n maxWidth: \"1200px\",\n padding: \"0 1rem\",\n children: [\n {\n id: \"edvi-why-grid\",\n type: \"grid\",\n props: {\n cols: 2,\n gap: \"3rem\",\n children: [\n {\n id: \"edvi-why-image\",\n type: \"image\",\n props: {\n src: \"https://placehold.co/600x400/1e40af/fff?text=Why+Choose+Us\",\n alt: \"Why choose us\",\n },\n },\n {\n id: \"edvi-why-content\",\n type: \"stack\",\n props: {\n direction: \"col\",\n gap: \"1rem\",\n children: [\n {\n id: \"edvi-why-heading\",\n type: \"heading\",\n props: { level: 2, text: \"Why choose us?\" },\n },\n {\n id: \"edvi-why-text\",\n type: \"text\",\n props: {\n text: \"a) Experienced educators • b) Safe environment • c) Modern facilities • d) Individual attention • e) Holistic development • f) Parent partnership\",\n size: \"md\",\n },\n },\n {\n id: \"edvi-why-btn\",\n type: \"button\",\n props: {\n text: \"Read More\",\n href: \"/site/p/sobre\",\n variant: \"primary\",\n },\n },\n ],\n },\n },\n ],\n },\n },\n ],\n },\n },\n ],\n },\n },\n\n // 6. ADMISSION ON GOING (Countdown banner)\n {\n id: \"edvi-countdown\",\n type: \"countdown\",\n props: {\n title: \"Spring 2024 Admission is Now Open!\",\n description: \"Secure your child's place for the new semester.\",\n showPlaceholders: true,\n buttonText: \"Apply Now\",\n buttonHref: \"/site/p/contato\",\n variant: \"banner\",\n badgeText: \"Admission on Going\",\n bg: \"var(--sg-primary)\",\n },\n },\n\n // 7. OUR SPECIAL CLASSES\n {\n id: \"edvi-special\",\n type: \"section\",\n props: {\n bg: \"#f8fafc\",\n padding: \"6rem 2rem\",\n children: [\n {\n id: \"edvi-special-container\",\n type: \"container\",\n props: {\n maxWidth: \"1200px\",\n padding: \"0 1rem\",\n children: [\n {\n id: \"edvi-special-heading\",\n type: \"heading\",\n props: {\n level: 2,\n text: \"Our Special Classes\",\n align: \"center\",\n },\n },\n {\n id: \"edvi-special-sub\",\n type: \"text\",\n props: {\n text: \"Discover our unique programs\",\n align: \"center\",\n size: \"lg\",\n },\n },\n {\n id: \"edvi-special-spacer\",\n type: \"spacer\",\n props: { height: \"2rem\" },\n },\n {\n id: \"edvi-special-grid\",\n type: \"grid\",\n props: {\n cols: 4,\n gap: \"1.5rem\",\n children: [\n {\n id: \"edvi-special-1\",\n type: \"image\",\n props: {\n src: \"https://placehold.co/280x200/2563eb/fff?text=Drawing+Painting\",\n alt: \"Drawing & Painting\",\n },\n },\n {\n id: \"edvi-special-2\",\n type: \"image\",\n props: {\n src: \"https://placehold.co/280x200/1d4ed8/fff?text=Science+Lab\",\n alt: \"Science Lab\",\n },\n },\n {\n id: \"edvi-special-3\",\n type: \"image\",\n props: {\n src: \"https://placehold.co/280x200/3b82f6/fff?text=Music\",\n alt: \"Music\",\n },\n },\n {\n id: \"edvi-special-4\",\n type: \"image\",\n props: {\n src: \"https://placehold.co/280x200/60a5fa/fff?text=Sports\",\n alt: \"Sports\",\n },\n },\n ],\n },\n },\n ],\n },\n },\n ],\n },\n },\n\n // 8. NATURAL PROGRAMS (Carousel)\n {\n id: \"edvi-carousel\",\n type: \"carousel\",\n props: {\n slides: [\n {\n image:\n \"https://placehold.co/600x400/1e40af/fff?text=Natural+Programs\",\n title: \"Natural Programs for Children\",\n description:\n \"Programs that nurture curiosity and growth in a natural, supportive setting. Explore our offerings and find the perfect fit for your child.\",\n primaryButton: { text: \"Explore More\", href: \"/site/p/cursos\" },\n secondaryButton: { text: \"View Courses\", href: \"/site/p/cursos\" },\n },\n ],\n showArrows: true,\n showDots: false,\n },\n },\n\n // 9. RECENTLY NEWS & BLOGS\n {\n id: \"edvi-blog\",\n type: \"blogCardGrid\",\n props: {\n title: \"Recently News & Blogs\",\n subtitle: \"Latest updates and articles from our school\",\n columns: 3,\n cards: [\n {\n image: \"https://placehold.co/400x220/2563eb/fff?text=News+1\",\n date: \"24 January, 2024\",\n category: \"By Admin\",\n title: \"How to Engage Students in Classroom Activities\",\n excerpt:\n \"Five proven ways to increase participation and make learning fun for every child.\",\n linkText: \"Read More\",\n linkHref: \"/site/p/avisos\",\n },\n {\n image: \"https://placehold.co/400x220/1d4ed8/fff?text=News+2\",\n date: \"20 January, 2024\",\n category: \"By Admin\",\n title: \"The Importance of Early Childhood Education\",\n excerpt:\n \"Why the first years of school set the foundation for a lifetime of learning.\",\n linkText: \"Read More\",\n linkHref: \"/site/p/avisos\",\n },\n {\n image: \"https://placehold.co/400x220/3b82f6/fff?text=News+3\",\n date: \"15 January, 2024\",\n category: \"By Admin\",\n title: \"Parent-Teacher Collaboration Tips\",\n excerpt: \"Working together for the best outcomes for your child.\",\n linkText: \"Read More\",\n linkHref: \"/site/p/avisos\",\n },\n ],\n },\n },\n\n // 10. MEET OUR TEACHERS\n {\n id: \"edvi-teachers\",\n type: \"teamGrid\",\n props: {\n title: \"Meet Our Teachers\",\n subtitle: \"Dedicated educators who inspire and support every student\",\n columns: 4,\n members: [\n {\n name: \"Sarah Johnson\",\n role: \"Creative Teacher\",\n avatar: \"https://placehold.co/120x120/2563eb/fff?text=SJ\",\n },\n {\n name: \"Michael Brown\",\n role: \"Math Teacher\",\n avatar: \"https://placehold.co/120x120/1d4ed8/fff?text=MB\",\n },\n {\n name: \"Emily Davis\",\n role: \"Science Teacher\",\n avatar: \"https://placehold.co/120x120/3b82f6/fff?text=ED\",\n },\n {\n name: \"James Wilson\",\n role: \"Art Teacher\",\n avatar: \"https://placehold.co/120x120/60a5fa/fff?text=JW\",\n },\n ],\n },\n },\n\n // 11. WHAT DO YOU WANT TO KNOW (Contact form)\n {\n id: \"edvi-contact-section\",\n type: \"section\",\n props: {\n bg: \"#ffffff\",\n padding: \"6rem 2rem\",\n children: [\n {\n id: \"edvi-contact-container\",\n type: \"container\",\n props: {\n maxWidth: \"1200px\",\n padding: \"0 1rem\",\n children: [\n {\n id: \"edvi-contact-grid\",\n type: \"grid\",\n props: {\n cols: 2,\n gap: \"3rem\",\n children: [\n {\n id: \"edvi-contact-image\",\n type: \"image\",\n props: {\n src: \"https://placehold.co/600x400/e2e8f0/64748b?text=Contact+Us\",\n alt: \"Contact\",\n },\n },\n {\n id: \"edvi-contact-form-wrap\",\n type: \"stack\",\n props: {\n direction: \"col\",\n gap: \"1rem\",\n children: [\n {\n id: \"edvi-contact-heading\",\n type: \"heading\",\n props: {\n level: 2,\n text: \"What Do You Want to Know?\",\n },\n },\n {\n id: \"edvi-contact-form\",\n type: \"form\",\n props: {\n action: \"#\",\n method: \"post\",\n submitText: \"Send Message\",\n children: [\n {\n id: \"edvi-inp-name\",\n type: \"input\",\n props: {\n name: \"name\",\n label: \"Your Name\",\n placeholder: \"Your Name\",\n type: \"text\",\n },\n },\n {\n id: \"edvi-inp-email\",\n type: \"input\",\n props: {\n name: \"email\",\n label: \"Your Email\",\n placeholder: \"Your Email\",\n type: \"email\",\n },\n },\n {\n id: \"edvi-inp-phone\",\n type: \"input\",\n props: {\n name: \"phone\",\n label: \"Your Phone\",\n placeholder: \"Your Phone\",\n type: \"tel\",\n },\n },\n {\n id: \"edvi-inp-subject\",\n type: \"formSelect\",\n props: {\n name: \"subject\",\n label: \"Your Subject\",\n placeholder: \"Select subject\",\n options: [\n {\n value: \"admission\",\n label: \"Admission\",\n },\n {\n value: \"info\",\n label: \"General Info\",\n },\n {\n value: \"feedback\",\n label: \"Feedback\",\n },\n ],\n },\n },\n {\n id: \"edvi-inp-message\",\n type: \"textarea\",\n props: {\n name: \"message\",\n label: \"Your Message\",\n placeholder: \"Your Message\",\n rows: 4,\n },\n },\n ],\n },\n },\n ],\n },\n },\n ],\n },\n },\n ],\n },\n },\n ],\n },\n },\n\n // 12. FOOTER\n {\n id: \"edvi-footer\",\n type: \"footer\",\n props: {\n logoText: \"Edvi\",\n description:\n \"Quality education and care for your children. Join the Edvi community today.\",\n columns: [\n {\n title: \"Useful Links\",\n links: [\n { text: \"Home\", href: \"/site/p/home\" },\n { text: \"About Us\", href: \"/site/p/sobre\" },\n { text: \"Courses\", href: \"/site/p/cursos\" },\n { text: \"Events\", href: \"/site/p/avisos\" },\n { text: \"Teachers\", href: \"/site/p/sobre\" },\n ],\n },\n {\n title: \"Quick Links\",\n links: [\n { text: \"Gallery\", href: \"/site/p/cursos\" },\n { text: \"Blog\", href: \"/site/p/avisos\" },\n { text: \"Pricing\", href: \"/site/p/contato\" },\n { text: \"Contact Us\", href: \"/site/p/contato\" },\n { text: \"Privacy Policy\", href: \"/site/p/sobre\" },\n ],\n },\n {\n title: \"Contact Info\",\n links: [\n { text: \"123 Education St, City\", href: \"#\" },\n { text: \"+1 234 567 890\", href: \"tel:+1234567890\" },\n { text: \"info@edvi.edu\", href: \"mailto:info@edvi.edu\" },\n ],\n },\n ],\n social: [\n { platform: \"facebook\", href: \"#\" },\n { platform: \"twitter\", href: \"#\" },\n { platform: \"linkedin\", href: \"#\" },\n { platform: \"instagram\", href: \"#\" },\n ],\n copyright: \"Copyright © 2024 Edvi. All Rights Reserved.\",\n variant: \"multi-column\",\n },\n },\n ],\n};\n"],"names":["escolaEdviTemplate","NAVBAR_DEFAULT_PROPS"],"mappings":"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"}
1
+ {"version":3,"file":"escola-edvi.js","sources":["../../../src/shared/templates/escola-edvi.ts"],"sourcesContent":["/**\n * Template: Edvi\n * Layout inspirado no tema Edvi para instituições de ensino\n *\n * Características:\n * - Navbar flutuante com logo Edvi\n * - Hero com imagem e overlay azul\n * - Três caixas informativas (Day Care, Activities, Contacts)\n * - Our Regular Courses (cards com imagem)\n * - Why Choose Us (duas colunas)\n * - Countdown banner (Admission on Going)\n * - Our Special Classes (grid de imagens)\n * - Carousel Natural Programs\n * - Recently News & Blogs\n * - Meet Our Teachers\n * - Formulário de contato\n * - Footer multi-colunas\n */\n\nimport type { SiteDocument } from \"../schema\";\nimport { NAVBAR_DEFAULT_PROPS } from \"../../engine/registry/blocks/sections/navbar\";\n\nexport const escolaEdviTemplate: SiteDocument = {\n meta: {\n title: \"Edvi\",\n description:\n \"Template Edvi para escolas e instituições de ensino – foco no desenvolvimento das crianças\",\n language: \"pt-BR\",\n },\n theme: {\n colors: {\n primary: \"#2563eb\",\n secondary: \"#1d4ed8\",\n accent: \"#3b82f6\",\n background: \"#ffffff\",\n surface: \"#f8fafc\",\n text: \"#0f172a\",\n textMuted: \"#64748b\",\n border: \"#e2e8f0\",\n success: \"#10b981\",\n warning: \"#f59e0b\",\n error: \"#ef4444\",\n },\n typography: {\n fontFamily: \"Inter, system-ui, sans-serif\",\n fontFamilyHeading: \"Inter, system-ui, sans-serif\",\n baseFontSize: \"16px\",\n lineHeight: 1.6,\n headingLineHeight: 1.2,\n },\n spacing: {\n unit: \"0.25rem\",\n scale: [0, 1, 2, 4, 6, 8, 12, 16, 24, 32, 48, 64],\n },\n effects: {\n borderRadius: \"0.75rem\",\n shadow: \"0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1)\",\n shadowLg: \"0 25px 50px -12px rgba(0,0,0,0.25)\",\n transition: \"all 0.3s ease\",\n },\n },\n structure: [\n // 1. NAVBAR\n {\n id: \"edvi-navbar\",\n type: \"navbar\",\n props: {\n ...NAVBAR_DEFAULT_PROPS,\n // Sobrescrever apenas valores específicos do template\n links: [\n { text: \"Home\", href: \"/site/p/home\" },\n { text: \"About\", href: \"/site/p/sobre\" },\n { text: \"Pages\", href: \"/site/p/cursos\" },\n { text: \"Courses\", href: \"/site/p/cursos\" },\n { text: \"Events\", href: \"/site/p/avisos\" },\n { text: \"Blog\", href: \"/site/p/avisos\" },\n { text: \"Shop\", href: \"/site/p/cursos\" },\n { text: \"Contact\", href: \"/site/p/contato\" },\n ],\n ctaButton: { text: \"Enroll Now\", href: \"/site/p/contato\" },\n bg: \"#ffffff\",\n },\n },\n\n // 2. HERO\n {\n id: \"edvi-hero\",\n type: \"hero\",\n props: {\n variation: \"hero-overlay\",\n variant: \"image-bg\",\n title: \"We Focus on Your Children's Development\",\n description:\n \"Quality education and care in a nurturing environment. Join our community and give your child the best start in life.\",\n image: \"/site-images/20221121_00_ensino_ciencias_molecula.jpg\",\n overlay: true,\n overlayColor:\n \"linear-gradient(135deg, rgba(37, 99, 235, 0.9) 0%, rgba(29, 78, 216, 0.85) 100%)\",\n primaryButton: { text: \"About Us\", href: \"/site/p/sobre\" },\n secondaryButton: { text: \"Read More\", href: \"/site/p/cursos\" },\n align: \"center\",\n minHeight: \"85vh\",\n },\n },\n\n // 3. TRÊS CAIXAS (Our Day Care, Our Activities, Our Contacts)\n {\n id: \"edvi-info-boxes\",\n type: \"featureGrid\",\n props: {\n title: \"\",\n subtitle: \"\",\n columns: 3,\n variant: \"cards\",\n features: [\n {\n icon: \"clock\",\n title: \"Our Day Care\",\n description:\n \"Safe and nurturing environment for your little ones throughout the day.\",\n },\n {\n icon: \"pencil\",\n title: \"Our Activities\",\n description:\n \"Creative and educational activities designed for every age group.\",\n },\n {\n icon: \"phone\",\n title: \"Our Contacts\",\n description:\n \"We are here to answer your questions. Get in touch anytime.\",\n },\n ],\n },\n },\n\n // 4. OUR REGULAR COURSES\n {\n id: \"edvi-courses\",\n type: \"featureGrid\",\n props: {\n title: \"Our Regular Courses\",\n subtitle:\n \"Explore our range of programs designed for every stage of learning\",\n columns: 3,\n variant: \"image-cards\",\n features: [\n {\n title: \"Class I-XII\",\n description:\n \"Comprehensive curriculum from primary to senior secondary education.\",\n image: \"https://placehold.co/400x240/2563eb/fff?text=Class+I-XII\",\n link: { text: \"Read More\", href: \"/site/p/cursos\" },\n },\n {\n title: \"Science Lab\",\n description: \"Hands-on experiments and discovery-based learning.\",\n image: \"https://placehold.co/400x240/1d4ed8/fff?text=Science+Lab\",\n link: { text: \"Read More\", href: \"/site/p/cursos\" },\n },\n {\n title: \"Arts & Music\",\n description:\n \"Creative expression and musical education for all ages.\",\n image: \"https://placehold.co/400x240/3b82f6/fff?text=Arts+Music\",\n link: { text: \"Read More\", href: \"/site/p/cursos\" },\n },\n ],\n },\n },\n\n // 5. WHY CHOOSE US\n {\n id: \"edvi-why\",\n type: \"section\",\n props: {\n bg: \"#ffffff\",\n padding: \"6rem 2rem\",\n children: [\n {\n id: \"edvi-why-container\",\n type: \"container\",\n props: {\n maxWidth: \"1200px\",\n padding: \"0 1rem\",\n children: [\n {\n id: \"edvi-why-grid\",\n type: \"grid\",\n props: {\n cols: 2,\n gap: \"3rem\",\n children: [\n {\n id: \"edvi-why-image\",\n type: \"image\",\n props: {\n src: \"https://placehold.co/600x400/1e40af/fff?text=Why+Choose+Us\",\n alt: \"Why choose us\",\n },\n },\n {\n id: \"edvi-why-content\",\n type: \"stack\",\n props: {\n direction: \"col\",\n gap: \"1rem\",\n children: [\n {\n id: \"edvi-why-heading\",\n type: \"heading\",\n props: { level: 2, text: \"Why choose us?\" },\n },\n {\n id: \"edvi-why-text\",\n type: \"text\",\n props: {\n text: \"a) Experienced educators • b) Safe environment • c) Modern facilities • d) Individual attention • e) Holistic development • f) Parent partnership\",\n size: \"md\",\n },\n },\n {\n id: \"edvi-why-btn\",\n type: \"button\",\n props: {\n text: \"Read More\",\n href: \"/site/p/sobre\",\n variant: \"primary\",\n },\n },\n ],\n },\n },\n ],\n },\n },\n ],\n },\n },\n ],\n },\n },\n\n // 6. ADMISSION ON GOING (Countdown banner)\n {\n id: \"edvi-countdown\",\n type: \"countdown\",\n props: {\n title: \"Spring 2024 Admission is Now Open!\",\n description: \"Secure your child's place for the new semester.\",\n showPlaceholders: true,\n buttonText: \"Apply Now\",\n buttonHref: \"/site/p/contato\",\n variant: \"banner\",\n badgeText: \"Admission on Going\",\n bg: \"var(--sg-primary)\",\n },\n },\n\n // 7. OUR SPECIAL CLASSES\n {\n id: \"edvi-special\",\n type: \"section\",\n props: {\n bg: \"#f8fafc\",\n padding: \"6rem 2rem\",\n children: [\n {\n id: \"edvi-special-container\",\n type: \"container\",\n props: {\n maxWidth: \"1200px\",\n padding: \"0 1rem\",\n children: [\n {\n id: \"edvi-special-heading\",\n type: \"heading\",\n props: {\n level: 2,\n text: \"Our Special Classes\",\n align: \"center\",\n },\n },\n {\n id: \"edvi-special-sub\",\n type: \"text\",\n props: {\n text: \"Discover our unique programs\",\n align: \"center\",\n size: \"lg\",\n },\n },\n {\n id: \"edvi-special-spacer\",\n type: \"spacer\",\n props: { height: \"2rem\" },\n },\n {\n id: \"edvi-special-grid\",\n type: \"grid\",\n props: {\n cols: 4,\n gap: \"1.5rem\",\n children: [\n {\n id: \"edvi-special-1\",\n type: \"image\",\n props: {\n src: \"https://placehold.co/280x200/2563eb/fff?text=Drawing+Painting\",\n alt: \"Drawing & Painting\",\n },\n },\n {\n id: \"edvi-special-2\",\n type: \"image\",\n props: {\n src: \"https://placehold.co/280x200/1d4ed8/fff?text=Science+Lab\",\n alt: \"Science Lab\",\n },\n },\n {\n id: \"edvi-special-3\",\n type: \"image\",\n props: {\n src: \"https://placehold.co/280x200/3b82f6/fff?text=Music\",\n alt: \"Music\",\n },\n },\n {\n id: \"edvi-special-4\",\n type: \"image\",\n props: {\n src: \"https://placehold.co/280x200/60a5fa/fff?text=Sports\",\n alt: \"Sports\",\n },\n },\n ],\n },\n },\n ],\n },\n },\n ],\n },\n },\n\n // 8. NATURAL PROGRAMS (Carousel)\n {\n id: \"edvi-carousel\",\n type: \"carousel\",\n props: {\n slides: [\n {\n image:\n \"https://placehold.co/600x400/1e40af/fff?text=Natural+Programs\",\n title: \"Natural Programs for Children\",\n description:\n \"Programs that nurture curiosity and growth in a natural, supportive setting. Explore our offerings and find the perfect fit for your child.\",\n primaryButton: { text: \"Explore More\", href: \"/site/p/cursos\" },\n secondaryButton: { text: \"View Courses\", href: \"/site/p/cursos\" },\n },\n ],\n showArrows: true,\n showDots: false,\n },\n },\n\n // 9. RECENTLY NEWS & BLOGS\n {\n id: \"edvi-blog\",\n type: \"blogCardGrid\",\n props: {\n title: \"Recently News & Blogs\",\n subtitle: \"Latest updates and articles from our school\",\n columns: 3,\n cards: [\n {\n image: \"https://placehold.co/400x220/2563eb/fff?text=News+1\",\n date: \"24 January, 2024\",\n category: \"By Admin\",\n title: \"How to Engage Students in Classroom Activities\",\n excerpt:\n \"Five proven ways to increase participation and make learning fun for every child.\",\n linkText: \"Read More\",\n linkHref: \"/site/p/avisos\",\n },\n {\n image: \"https://placehold.co/400x220/1d4ed8/fff?text=News+2\",\n date: \"20 January, 2024\",\n category: \"By Admin\",\n title: \"The Importance of Early Childhood Education\",\n excerpt:\n \"Why the first years of school set the foundation for a lifetime of learning.\",\n linkText: \"Read More\",\n linkHref: \"/site/p/avisos\",\n },\n {\n image: \"https://placehold.co/400x220/3b82f6/fff?text=News+3\",\n date: \"15 January, 2024\",\n category: \"By Admin\",\n title: \"Parent-Teacher Collaboration Tips\",\n excerpt: \"Working together for the best outcomes for your child.\",\n linkText: \"Read More\",\n linkHref: \"/site/p/avisos\",\n },\n ],\n },\n },\n\n // 10. MEET OUR TEACHERS\n {\n id: \"edvi-teachers\",\n type: \"teamGrid\",\n props: {\n title: \"Meet Our Teachers\",\n subtitle: \"Dedicated educators who inspire and support every student\",\n columns: 4,\n members: [\n {\n name: \"Sarah Johnson\",\n role: \"Creative Teacher\",\n avatar: \"https://placehold.co/120x120/2563eb/fff?text=SJ\",\n },\n {\n name: \"Michael Brown\",\n role: \"Math Teacher\",\n avatar: \"https://placehold.co/120x120/1d4ed8/fff?text=MB\",\n },\n {\n name: \"Emily Davis\",\n role: \"Science Teacher\",\n avatar: \"https://placehold.co/120x120/3b82f6/fff?text=ED\",\n },\n {\n name: \"James Wilson\",\n role: \"Art Teacher\",\n avatar: \"https://placehold.co/120x120/60a5fa/fff?text=JW\",\n },\n ],\n },\n },\n\n // 11. WHAT DO YOU WANT TO KNOW (Contact form)\n {\n id: \"edvi-contact-section\",\n type: \"section\",\n props: {\n bg: \"#ffffff\",\n padding: \"6rem 2rem\",\n children: [\n {\n id: \"edvi-contact-container\",\n type: \"container\",\n props: {\n maxWidth: \"1200px\",\n padding: \"0 1rem\",\n children: [\n {\n id: \"edvi-contact-grid\",\n type: \"grid\",\n props: {\n cols: 2,\n gap: \"3rem\",\n children: [\n {\n id: \"edvi-contact-image\",\n type: \"image\",\n props: {\n src: \"https://placehold.co/600x400/e2e8f0/64748b?text=Contact+Us\",\n alt: \"Contact\",\n },\n },\n {\n id: \"edvi-contact-form-wrap\",\n type: \"stack\",\n props: {\n direction: \"col\",\n gap: \"1rem\",\n children: [\n {\n id: \"edvi-contact-heading\",\n type: \"heading\",\n props: {\n level: 2,\n text: \"What Do You Want to Know?\",\n },\n },\n {\n id: \"edvi-contact-form\",\n type: \"form\",\n props: {\n action: \"#\",\n method: \"post\",\n submitText: \"Send Message\",\n children: [\n {\n id: \"edvi-inp-name\",\n type: \"input\",\n props: {\n name: \"name\",\n label: \"Your Name\",\n placeholder: \"Your Name\",\n type: \"text\",\n },\n },\n {\n id: \"edvi-inp-email\",\n type: \"input\",\n props: {\n name: \"email\",\n label: \"Your Email\",\n placeholder: \"Your Email\",\n type: \"email\",\n },\n },\n {\n id: \"edvi-inp-phone\",\n type: \"input\",\n props: {\n name: \"phone\",\n label: \"Your Phone\",\n placeholder: \"Your Phone\",\n type: \"tel\",\n },\n },\n {\n id: \"edvi-inp-subject\",\n type: \"formSelect\",\n props: {\n name: \"subject\",\n label: \"Your Subject\",\n placeholder: \"Select subject\",\n options: [\n {\n value: \"admission\",\n label: \"Admission\",\n },\n {\n value: \"info\",\n label: \"General Info\",\n },\n {\n value: \"feedback\",\n label: \"Feedback\",\n },\n ],\n },\n },\n {\n id: \"edvi-inp-message\",\n type: \"textarea\",\n props: {\n name: \"message\",\n label: \"Your Message\",\n placeholder: \"Your Message\",\n rows: 4,\n },\n },\n ],\n },\n },\n ],\n },\n },\n ],\n },\n },\n ],\n },\n },\n ],\n },\n },\n\n // 12. FOOTER\n {\n id: \"edvi-footer\",\n type: \"footer\",\n props: {\n logoText: \"Edvi\",\n description:\n \"Quality education and care for your children. Join the Edvi community today.\",\n columns: [\n {\n title: \"Useful Links\",\n links: [\n { text: \"Home\", href: \"/site/p/home\" },\n { text: \"About Us\", href: \"/site/p/sobre\" },\n { text: \"Courses\", href: \"/site/p/cursos\" },\n { text: \"Events\", href: \"/site/p/avisos\" },\n { text: \"Teachers\", href: \"/site/p/sobre\" },\n ],\n },\n {\n title: \"Quick Links\",\n links: [\n { text: \"Gallery\", href: \"/site/p/cursos\" },\n { text: \"Blog\", href: \"/site/p/avisos\" },\n { text: \"Pricing\", href: \"/site/p/contato\" },\n { text: \"Contact Us\", href: \"/site/p/contato\" },\n { text: \"Privacy Policy\", href: \"/site/p/sobre\" },\n ],\n },\n {\n title: \"Contact Info\",\n links: [\n { text: \"123 Education St, City\", href: \"#\" },\n { text: \"+1 234 567 890\", href: \"tel:+1234567890\" },\n { text: \"info@edvi.edu\", href: \"mailto:info@edvi.edu\" },\n ],\n },\n ],\n social: [\n { platform: \"facebook\", href: \"#\" },\n { platform: \"twitter\", href: \"#\" },\n { platform: \"linkedin\", href: \"#\" },\n { platform: \"instagram\", href: \"#\" },\n ],\n copyright: \"Copyright © 2024 Edvi. All Rights Reserved.\",\n variant: \"multi-column\",\n },\n },\n ],\n};\n"],"names":["escolaEdviTemplate","NAVBAR_DEFAULT_PROPS"],"mappings":"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"}
@@ -1,3 +1,3 @@
1
- import { SiteDocumentV2 } from '../schema';
2
- export declare const escolaPremiumTemplate: SiteDocumentV2;
1
+ import { SiteDocument } from '../schema';
2
+ export declare const escolaPremiumTemplate: SiteDocument;
3
3
  //# sourceMappingURL=escola-premium.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"escola-premium.d.ts","sourceRoot":"","sources":["../../../src/shared/templates/escola-premium.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;GAiBG;AAEH,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,WAAW,CAAC;AAGhD,eAAO,MAAM,qBAAqB,EAAE,cAojBnC,CAAC"}
1
+ {"version":3,"file":"escola-premium.d.ts","sourceRoot":"","sources":["../../../src/shared/templates/escola-premium.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;GAiBG;AAEH,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AAG9C,eAAO,MAAM,qBAAqB,EAAE,YAojBnC,CAAC"}