@brunoalz/smartgesti-site-editor 1.2.0 → 1.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/editor/BlockSelector.js +5 -2
- package/dist/editor/BlockSelector.js.map +1 -1
- package/dist/editor/LandingPageEditor.d.ts.map +1 -1
- package/dist/editor/LandingPageEditor.js +199 -173
- package/dist/editor/LandingPageEditor.js.map +1 -1
- package/dist/editor/PaletteSelector.d.ts +3 -0
- package/dist/editor/PaletteSelector.d.ts.map +1 -1
- package/dist/editor/PaletteSelector.js +114 -25
- package/dist/editor/PaletteSelector.js.map +1 -1
- package/dist/editor/PropertyEditor/BlockPropertyEditor.d.ts.map +1 -1
- package/dist/editor/PropertyEditor/BlockPropertyEditor.js +86 -48
- package/dist/editor/PropertyEditor/BlockPropertyEditor.js.map +1 -1
- package/dist/editor/components/RightPanel.d.ts +2 -0
- package/dist/editor/components/RightPanel.d.ts.map +1 -1
- package/dist/editor/components/RightPanel.js +23 -22
- package/dist/editor/components/RightPanel.js.map +1 -1
- package/dist/engine/export/exporters/content/AvatarExporter.js +2 -2
- package/dist/engine/export/exporters/content/AvatarExporter.js.map +1 -1
- package/dist/engine/export/exporters/content/BadgeExporter.js +11 -11
- package/dist/engine/export/exporters/content/BadgeExporter.js.map +1 -1
- package/dist/engine/export/exporters/sections/AdminSectionExporters.d.ts +6 -0
- package/dist/engine/export/exporters/sections/AdminSectionExporters.d.ts.map +1 -0
- package/dist/engine/export/exporters/sections/AdminSectionExporters.js +157 -0
- package/dist/engine/export/exporters/sections/AdminSectionExporters.js.map +1 -0
- package/dist/engine/export/exporters/sections/BlogPostExporters.js +34 -34
- package/dist/engine/export/exporters/sections/BlogPostExporters.js.map +1 -1
- package/dist/engine/export/exporters/sections/ContentGridExporters.js +16 -16
- package/dist/engine/export/exporters/sections/ContentGridExporters.js.map +1 -1
- package/dist/engine/export/exporters/sections/MarketingExporters.js +4 -4
- package/dist/engine/export/exporters/sections/MarketingExporters.js.map +1 -1
- package/dist/engine/export/exporters/sections/index.d.ts.map +1 -1
- package/dist/engine/export/exporters/sections/index.js +37 -33
- package/dist/engine/export/exporters/sections/index.js.map +1 -1
- package/dist/engine/index.js +98 -95
- package/dist/engine/index.js.map +1 -1
- package/dist/engine/preview/Preview.d.ts.map +1 -1
- package/dist/engine/preview/Preview.js +165 -160
- package/dist/engine/preview/Preview.js.map +1 -1
- package/dist/engine/registry/blocks/sections/aboutSection.d.ts +3 -0
- package/dist/engine/registry/blocks/sections/aboutSection.d.ts.map +1 -0
- package/dist/engine/registry/blocks/sections/aboutSection.js +117 -0
- package/dist/engine/registry/blocks/sections/aboutSection.js.map +1 -0
- package/dist/engine/registry/blocks/sections/contactSection.d.ts +3 -0
- package/dist/engine/registry/blocks/sections/contactSection.d.ts.map +1 -0
- package/dist/engine/registry/blocks/sections/contactSection.js +118 -0
- package/dist/engine/registry/blocks/sections/contactSection.js.map +1 -0
- package/dist/engine/registry/blocks/sections/index.d.ts +3 -0
- package/dist/engine/registry/blocks/sections/index.d.ts.map +1 -1
- package/dist/engine/registry/blocks/sections/productShowcase.d.ts +3 -0
- package/dist/engine/registry/blocks/sections/productShowcase.d.ts.map +1 -0
- package/dist/engine/registry/blocks/sections/productShowcase.js +108 -0
- package/dist/engine/registry/blocks/sections/productShowcase.js.map +1 -0
- package/dist/engine/render/renderers/content/BadgeRenderer.js +12 -12
- package/dist/engine/render/renderers/content/BadgeRenderer.js.map +1 -1
- package/dist/engine/render/renderers/sections/AboutSectionRenderer.d.ts +3 -0
- package/dist/engine/render/renderers/sections/AboutSectionRenderer.d.ts.map +1 -0
- package/dist/engine/render/renderers/sections/AboutSectionRenderer.js +246 -0
- package/dist/engine/render/renderers/sections/AboutSectionRenderer.js.map +1 -0
- package/dist/engine/render/renderers/sections/ContactSectionRenderer.d.ts +3 -0
- package/dist/engine/render/renderers/sections/ContactSectionRenderer.d.ts.map +1 -0
- package/dist/engine/render/renderers/sections/ContactSectionRenderer.js +287 -0
- package/dist/engine/render/renderers/sections/ContactSectionRenderer.js.map +1 -0
- package/dist/engine/render/renderers/sections/FeatureGridRenderer.js +5 -5
- package/dist/engine/render/renderers/sections/FeatureGridRenderer.js.map +1 -1
- package/dist/engine/render/renderers/sections/FeatureRenderer.js +9 -9
- package/dist/engine/render/renderers/sections/FeatureRenderer.js.map +1 -1
- package/dist/engine/render/renderers/sections/PricingCardRenderer.js +5 -5
- package/dist/engine/render/renderers/sections/PricingCardRenderer.js.map +1 -1
- package/dist/engine/render/renderers/sections/ProductShowcaseRenderer.d.ts +3 -0
- package/dist/engine/render/renderers/sections/ProductShowcaseRenderer.d.ts.map +1 -0
- package/dist/engine/render/renderers/sections/ProductShowcaseRenderer.js +287 -0
- package/dist/engine/render/renderers/sections/ProductShowcaseRenderer.js.map +1 -0
- package/dist/engine/render/renderers/sections/index.js +26 -20
- package/dist/engine/render/renderers/sections/index.js.map +1 -1
- package/dist/engine/schema/siteDocument.d.ts +96 -2
- package/dist/engine/schema/siteDocument.d.ts.map +1 -1
- package/dist/engine/schema/siteDocument.js.map +1 -1
- package/dist/hooks/useEditorState.d.ts +2 -0
- package/dist/hooks/useEditorState.d.ts.map +1 -1
- package/dist/hooks/useEditorState.js +82 -77
- package/dist/hooks/useEditorState.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +109 -106
- package/dist/index.js.map +1 -1
- package/dist/shared/schema.d.ts +1 -1
- package/dist/shared/schema.d.ts.map +1 -1
- package/dist/shared/schema.js +7 -4
- package/dist/shared/schema.js.map +1 -1
- package/dist/shared/templates/index.d.ts +6 -0
- package/dist/shared/templates/index.d.ts.map +1 -1
- package/dist/shared/templates/index.js +49 -23
- package/dist/shared/templates/index.js.map +1 -1
- package/dist/shared/templates/smartgesti-admin.d.ts +3 -0
- package/dist/shared/templates/smartgesti-admin.d.ts.map +1 -0
- package/dist/shared/templates/smartgesti-admin.js +423 -0
- package/dist/shared/templates/smartgesti-admin.js.map +1 -0
- package/dist/utils/blockIcons.d.ts.map +1 -1
- package/dist/utils/blockIcons.js +3 -0
- package/dist/utils/blockIcons.js.map +1 -1
- package/dist/utils/colorUtils.d.ts +73 -16
- package/dist/utils/colorUtils.d.ts.map +1 -1
- package/dist/utils/colorUtils.js +95 -9
- package/dist/utils/colorUtils.js.map +1 -1
- package/dist/viewer/LandingPageViewer.d.ts.map +1 -1
- package/dist/viewer/LandingPageViewer.js +66 -65
- package/dist/viewer/LandingPageViewer.js.map +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../src/shared/templates/index.ts"],"sourcesContent":["/**\r\n * Templates estáticos para Landing Pages de Escolas\r\n *\r\n * Cada template é um SiteDocument completo pronto para uso\r\n */\r\n\r\nimport { escolaPremiumTemplate } from \"./escola-premium\";\r\nimport { escolaEdviTemplate } from \"./escola-edvi\";\r\nimport { escolaZilomTemplate } from \"./escola-zilom\";\r\nimport { escolaBlogTemplate } from \"./escola-blog\";\r\n\r\n// Re-export templates\r\nexport { escolaPremiumTemplate } from \"./escola-premium\";\r\nexport { escolaEdviTemplate } from \"./escola-edvi\";\r\nexport { escolaZilomTemplate } from \"./escola-zilom\";\r\nexport { escolaBlogTemplate } from \"./escola-blog\";\r\n\r\n/**\r\n * Informações sobre templates disponíveis\r\n */\r\nexport interface TemplateInfo {\r\n id: string;\r\n name: string;\r\n description: string;\r\n category: string;\r\n tags: string[];\r\n preview?: string;\r\n}\r\n\r\n/**\r\n * Lista de templates disponíveis com metadados\r\n */\r\nexport const templateList: TemplateInfo[] = [\r\n {\r\n id: \"escola-premium\",\r\n name: \"Colégio Vanguarda\",\r\n description:\r\n \"Landing page moderna e profissional com hero fullscreen, vídeo institucional, FAQ, pricing, depoimentos e seções completas para escolas de excelência\",\r\n category: \"education\",\r\n tags: [\r\n \"escola\",\r\n \"colégio\",\r\n \"premium\",\r\n \"moderno\",\r\n \"profissional\",\r\n \"bilíngue\",\r\n \"steam\",\r\n \"educação\",\r\n \"landing page\",\r\n ],\r\n preview: \"https://placehold.co/400x300/6366f1/white?text=Colégio+Vanguarda\",\r\n },\r\n {\r\n id: \"escola-edvi\",\r\n name: \"Edvi\",\r\n description:\r\n \"Template Edvi para escolas – hero com overlay azul, countdown de admissão, carousel, blog, equipe e formulário de contato\",\r\n category: \"education\",\r\n tags: [\r\n \"edvi\",\r\n \"escola\",\r\n \"educação\",\r\n \"countdown\",\r\n \"carousel\",\r\n \"blog\",\r\n \"equipe\",\r\n \"landing page\",\r\n ],\r\n preview: \"https://placehold.co/400x300/2563eb/white?text=Edvi\",\r\n },\r\n {\r\n id: \"escola-zilom\",\r\n name: \"Template Chat\",\r\n description:\r\n \"Template Zilom para ensino online – hero split com gradiente, cursos populares, categorias, depoimentos, newsletter e formulário de registro\",\r\n category: \"education\",\r\n tags: [\r\n \"zilom\",\r\n \"cursos\",\r\n \"ensino online\",\r\n \"course card\",\r\n \"category card\",\r\n \"newsletter\",\r\n \"landing page\",\r\n ],\r\n preview: \"https://placehold.co/400x300/6366f1/white?text=Zilom\",\r\n },\r\n {\r\n id: \"escola-blog\",\r\n name: \"Escola Blog\",\r\n description:\r\n \"Template simples com blog integrado — ideal para testar o sistema de plugins. Ative o plugin Blog no editor para páginas dinâmicas.\",\r\n category: \"education\",\r\n tags: [\r\n \"escola\",\r\n \"blog\",\r\n \"plugin\",\r\n \"simples\",\r\n \"notícias\",\r\n \"landing page\",\r\n ],\r\n preview: \"https://placehold.co/400x300/4f46e5/white?text=Escola+Blog\",\r\n },\r\n];\r\n\r\n/**\r\n * Mapa de templates por ID para acesso rápido\r\n */\r\nexport const templates = {\r\n \"escola-premium\": escolaPremiumTemplate,\r\n \"escola-edvi\": escolaEdviTemplate,\r\n \"escola-zilom\": escolaZilomTemplate,\r\n \"escola-blog\": escolaBlogTemplate,\r\n} as const;\r\n\r\nexport type TemplateId = keyof typeof templates;\r\n\r\n/**\r\n * Retorna um template pelo ID\r\n */\r\nexport function getTemplate(id: TemplateId) {\r\n return templates[id] || null;\r\n}\r\n\r\n/**\r\n * Retorna templates filtrados por categoria\r\n */\r\nexport function getTemplatesByCategory(category: string): TemplateInfo[] {\r\n return templateList.filter((t) => t.category === category);\r\n}\r\n\r\n/**\r\n * Retorna templates filtrados por tag\r\n */\r\nexport function getTemplatesByTag(tag: string): TemplateInfo[] {\r\n return templateList.filter((t) => t.tags.includes(tag.toLowerCase()));\r\n}\r\n\r\n/**\r\n * Busca templates por termo\r\n */\r\nexport function searchTemplates(query: string): TemplateInfo[] {\r\n const q = query.toLowerCase();\r\n return templateList.filter(\r\n (t) =>\r\n t.name.toLowerCase().includes(q) ||\r\n t.description.toLowerCase().includes(q) ||\r\n t.tags.some((tag) => tag.includes(q)),\r\n );\r\n}\r\n"],"names":["templateList","templates","escolaPremiumTemplate","escolaEdviTemplate","escolaZilomTemplate","escolaBlogTemplate","getTemplate","id","getTemplatesByCategory","category","t","getTemplatesByTag","tag","searchTemplates","query","q"],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../src/shared/templates/index.ts"],"sourcesContent":["/**\r\n * Templates estáticos para Landing Pages de Escolas\r\n *\r\n * Cada template é um SiteDocument completo pronto para uso\r\n */\r\n\r\nimport { escolaPremiumTemplate } from \"./escola-premium\";\r\nimport { escolaEdviTemplate } from \"./escola-edvi\";\r\nimport { escolaZilomTemplate } from \"./escola-zilom\";\r\nimport { escolaBlogTemplate } from \"./escola-blog\";\r\nimport { smartgestiAdminTemplate } from \"./smartgesti-admin\";\r\n\r\n// Re-export templates\r\nexport { escolaPremiumTemplate } from \"./escola-premium\";\r\nexport { escolaEdviTemplate } from \"./escola-edvi\";\r\nexport { escolaZilomTemplate } from \"./escola-zilom\";\r\nexport { escolaBlogTemplate } from \"./escola-blog\";\r\nexport { smartgestiAdminTemplate } from \"./smartgesti-admin\";\r\n\r\n/**\r\n * Informações sobre templates disponíveis\r\n */\r\nexport interface TemplateInfo {\r\n id: string;\r\n name: string;\r\n description: string;\r\n category: string;\r\n tags: string[];\r\n preview?: string;\r\n}\r\n\r\n/**\r\n * Lista de templates disponíveis com metadados\r\n */\r\nexport const templateList: TemplateInfo[] = [\r\n {\r\n id: \"escola-premium\",\r\n name: \"Colégio Vanguarda\",\r\n description:\r\n \"Landing page moderna e profissional com hero fullscreen, vídeo institucional, FAQ, pricing, depoimentos e seções completas para escolas de excelência\",\r\n category: \"education\",\r\n tags: [\r\n \"escola\",\r\n \"colégio\",\r\n \"premium\",\r\n \"moderno\",\r\n \"profissional\",\r\n \"bilíngue\",\r\n \"steam\",\r\n \"educação\",\r\n \"landing page\",\r\n ],\r\n preview: \"https://placehold.co/400x300/6366f1/white?text=Colégio+Vanguarda\",\r\n },\r\n {\r\n id: \"escola-edvi\",\r\n name: \"Edvi\",\r\n description:\r\n \"Template Edvi para escolas – hero com overlay azul, countdown de admissão, carousel, blog, equipe e formulário de contato\",\r\n category: \"education\",\r\n tags: [\r\n \"edvi\",\r\n \"escola\",\r\n \"educação\",\r\n \"countdown\",\r\n \"carousel\",\r\n \"blog\",\r\n \"equipe\",\r\n \"landing page\",\r\n ],\r\n preview: \"https://placehold.co/400x300/2563eb/white?text=Edvi\",\r\n },\r\n {\r\n id: \"escola-zilom\",\r\n name: \"Template Chat\",\r\n description:\r\n \"Template Zilom para ensino online – hero split com gradiente, cursos populares, categorias, depoimentos, newsletter e formulário de registro\",\r\n category: \"education\",\r\n tags: [\r\n \"zilom\",\r\n \"cursos\",\r\n \"ensino online\",\r\n \"course card\",\r\n \"category card\",\r\n \"newsletter\",\r\n \"landing page\",\r\n ],\r\n preview: \"https://placehold.co/400x300/6366f1/white?text=Zilom\",\r\n },\r\n {\r\n id: \"escola-blog\",\r\n name: \"Escola Blog\",\r\n description:\r\n \"Template simples com blog integrado — ideal para testar o sistema de plugins. Ative o plugin Blog no editor para páginas dinâmicas.\",\r\n category: \"education\",\r\n tags: [\r\n \"escola\",\r\n \"blog\",\r\n \"plugin\",\r\n \"simples\",\r\n \"notícias\",\r\n \"landing page\",\r\n ],\r\n preview: \"https://placehold.co/400x300/4f46e5/white?text=Escola+Blog\",\r\n },\r\n {\r\n id: \"smartgesti-admin\",\r\n name: \"SmartGesti Admin\",\r\n description:\r\n \"Landing page profissional para sistema de gestão administrativa – módulos, benefícios, contato e depoimentos\",\r\n category: \"business\",\r\n tags: [\r\n \"gestão\",\r\n \"administrativo\",\r\n \"saas\",\r\n \"software\",\r\n \"profissional\",\r\n \"corporativo\",\r\n \"landing page\",\r\n ],\r\n preview: \"https://placehold.co/400x300/6366f1/white?text=SmartGesti+Admin\",\r\n },\r\n];\r\n\r\n/**\r\n * Mapa de templates por ID para acesso rápido\r\n */\r\nexport const templates = {\r\n \"escola-premium\": escolaPremiumTemplate,\r\n \"escola-edvi\": escolaEdviTemplate,\r\n \"escola-zilom\": escolaZilomTemplate,\r\n \"escola-blog\": escolaBlogTemplate,\r\n \"smartgesti-admin\": smartgestiAdminTemplate,\r\n} as const;\r\n\r\nexport type TemplateId = keyof typeof templates;\r\n\r\n/**\r\n * Mapa de template → nome da paleta default correspondente\r\n */\r\nexport const templateDefaultPalette: Record<TemplateId, string> = {\r\n \"escola-premium\": \"Indigo & Cyan\",\r\n \"escola-edvi\": \"Blue Academy\",\r\n \"escola-zilom\": \"Blue Academy\",\r\n \"escola-blog\": \"Indigo Amber\",\r\n \"smartgesti-admin\": \"Indigo Pro\",\r\n};\r\n\r\n/**\r\n * Retorna um template pelo ID\r\n */\r\nexport function getTemplate(id: TemplateId) {\r\n return templates[id] || null;\r\n}\r\n\r\n/**\r\n * Retorna templates filtrados por categoria\r\n */\r\nexport function getTemplatesByCategory(category: string): TemplateInfo[] {\r\n return templateList.filter((t) => t.category === category);\r\n}\r\n\r\n/**\r\n * Retorna templates filtrados por tag\r\n */\r\nexport function getTemplatesByTag(tag: string): TemplateInfo[] {\r\n return templateList.filter((t) => t.tags.includes(tag.toLowerCase()));\r\n}\r\n\r\n/**\r\n * Busca templates por termo\r\n */\r\nexport function searchTemplates(query: string): TemplateInfo[] {\r\n const q = query.toLowerCase();\r\n return templateList.filter(\r\n (t) =>\r\n t.name.toLowerCase().includes(q) ||\r\n t.description.toLowerCase().includes(q) ||\r\n t.tags.some((tag) => tag.includes(q)),\r\n );\r\n}\r\n"],"names":["templateList","templates","escolaPremiumTemplate","escolaEdviTemplate","escolaZilomTemplate","escolaBlogTemplate","smartgestiAdminTemplate","templateDefaultPalette","getTemplate","id","getTemplatesByCategory","category","t","getTemplatesByTag","tag","searchTemplates","query","q"],"mappings":";;;;;AAkCO,MAAMA,IAA+B;AAAA,EAC1C;AAAA,IACE,IAAI;AAAA,IACJ,MAAM;AAAA,IACN,aACE;AAAA,IACF,UAAU;AAAA,IACV,MAAM;AAAA,MACJ;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,IAAA;AAAA,IAEF,SAAS;AAAA,EAAA;AAAA,EAEX;AAAA,IACE,IAAI;AAAA,IACJ,MAAM;AAAA,IACN,aACE;AAAA,IACF,UAAU;AAAA,IACV,MAAM;AAAA,MACJ;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,IAAA;AAAA,IAEF,SAAS;AAAA,EAAA;AAAA,EAEX;AAAA,IACE,IAAI;AAAA,IACJ,MAAM;AAAA,IACN,aACE;AAAA,IACF,UAAU;AAAA,IACV,MAAM;AAAA,MACJ;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,IAAA;AAAA,IAEF,SAAS;AAAA,EAAA;AAAA,EAEX;AAAA,IACE,IAAI;AAAA,IACJ,MAAM;AAAA,IACN,aACE;AAAA,IACF,UAAU;AAAA,IACV,MAAM;AAAA,MACJ;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,IAAA;AAAA,IAEF,SAAS;AAAA,EAAA;AAAA,EAEX;AAAA,IACE,IAAI;AAAA,IACJ,MAAM;AAAA,IACN,aACE;AAAA,IACF,UAAU;AAAA,IACV,MAAM;AAAA,MACJ;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,IAAA;AAAA,IAEF,SAAS;AAAA,EAAA;AAEb,GAKaC,IAAY;AAAA,EACvB,kBAAkBC;AAAA,EAClB,eAAeC;AAAA,EACf,gBAAgBC;AAAA,EAChB,eAAeC;AAAA,EACf,oBAAoBC;AACtB,GAOaC,IAAqD;AAAA,EAChE,kBAAkB;AAAA,EAClB,eAAe;AAAA,EACf,gBAAgB;AAAA,EAChB,eAAe;AAAA,EACf,oBAAoB;AACtB;AAKO,SAASC,EAAYC,GAAgB;AAC1C,SAAOR,EAAUQ,CAAE,KAAK;AAC1B;AAKO,SAASC,EAAuBC,GAAkC;AACvE,SAAOX,EAAa,OAAO,CAACY,MAAMA,EAAE,aAAaD,CAAQ;AAC3D;AAKO,SAASE,EAAkBC,GAA6B;AAC7D,SAAOd,EAAa,OAAO,CAACY,MAAMA,EAAE,KAAK,SAASE,EAAI,YAAA,CAAa,CAAC;AACtE;AAKO,SAASC,EAAgBC,GAA+B;AAC7D,QAAMC,IAAID,EAAM,YAAA;AAChB,SAAOhB,EAAa;AAAA,IAClB,CAACY,MACCA,EAAE,KAAK,YAAA,EAAc,SAASK,CAAC,KAC/BL,EAAE,YAAY,YAAA,EAAc,SAASK,CAAC,KACtCL,EAAE,KAAK,KAAK,CAACE,MAAQA,EAAI,SAASG,CAAC,CAAC;AAAA,EAAA;AAE1C;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"smartgesti-admin.d.ts","sourceRoot":"","sources":["../../../src/shared/templates/smartgesti-admin.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AAEH,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AAG9C,eAAO,MAAM,uBAAuB,EAAE,YAmcrC,CAAC"}
|
|
@@ -0,0 +1,423 @@
|
|
|
1
|
+
import { NAVBAR_DEFAULT_PROPS as e } from "../../engine/registry/blocks/sections/navbar.js";
|
|
2
|
+
const a = {
|
|
3
|
+
meta: {
|
|
4
|
+
title: "SmartGesti Admin",
|
|
5
|
+
description: "Landing page profissional para sistema de gestão administrativa – módulos, benefícios, contato e depoimentos",
|
|
6
|
+
language: "pt-BR"
|
|
7
|
+
},
|
|
8
|
+
theme: {
|
|
9
|
+
colors: {
|
|
10
|
+
primary: "#6366f1",
|
|
11
|
+
secondary: "#4f46e5",
|
|
12
|
+
accent: "#8b5cf6",
|
|
13
|
+
background: "#ffffff",
|
|
14
|
+
surface: "#f8fafc",
|
|
15
|
+
text: "#0f172a",
|
|
16
|
+
textMuted: "#64748b",
|
|
17
|
+
border: "#e2e8f0",
|
|
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
|
+
// 1. NAVBAR
|
|
42
|
+
{
|
|
43
|
+
id: "admin-navbar",
|
|
44
|
+
type: "navbar",
|
|
45
|
+
props: {
|
|
46
|
+
...e,
|
|
47
|
+
links: [
|
|
48
|
+
{ text: "Home", href: "/site/p/home" },
|
|
49
|
+
{ text: "Produtos", href: "#admin-products" },
|
|
50
|
+
{ text: "Sobre", href: "#admin-about" },
|
|
51
|
+
{ text: "Depoimentos", href: "#admin-testimonials" },
|
|
52
|
+
{ text: "FAQ", href: "#admin-faq" },
|
|
53
|
+
{ text: "Contato", href: "#admin-contact" }
|
|
54
|
+
],
|
|
55
|
+
ctaButton: { text: "Solicitar Demo", href: "#admin-contact" },
|
|
56
|
+
bg: "#ffffff",
|
|
57
|
+
// Link hover effects
|
|
58
|
+
linkHoverEffect: "underline",
|
|
59
|
+
linkHoverIntensity: 60,
|
|
60
|
+
linkHoverColor: "#6366f1",
|
|
61
|
+
// CTA button hover effects
|
|
62
|
+
buttonHoverEffect: "scale",
|
|
63
|
+
buttonHoverIntensity: 50,
|
|
64
|
+
buttonHoverOverlay: "shine"
|
|
65
|
+
}
|
|
66
|
+
},
|
|
67
|
+
// 2. HERO
|
|
68
|
+
{
|
|
69
|
+
id: "admin-hero",
|
|
70
|
+
type: "hero",
|
|
71
|
+
props: {
|
|
72
|
+
variation: "hero-split",
|
|
73
|
+
variant: "split",
|
|
74
|
+
badge: "Gestão Inteligente",
|
|
75
|
+
title: "Simplifique a gestão da sua instituição",
|
|
76
|
+
description: "Plataforma completa para gestão administrativa, acadêmica e financeira. Automatize processos, reduza custos e tome decisões baseadas em dados.",
|
|
77
|
+
primaryButton: { text: "Começar Agora", href: "#admin-contact" },
|
|
78
|
+
secondaryButton: { text: "Ver Demonstração", href: "#admin-products" },
|
|
79
|
+
image: "https://placehold.co/600x500/6366f1/ffffff?text=SmartGesti",
|
|
80
|
+
align: "left",
|
|
81
|
+
minHeight: "85vh",
|
|
82
|
+
background: "linear-gradient(135deg, #1e1b4b 0%, #312e81 100%)",
|
|
83
|
+
// Button hover effects
|
|
84
|
+
buttonHoverEffect: "glow",
|
|
85
|
+
buttonHoverIntensity: 60,
|
|
86
|
+
buttonHoverOverlay: "shine"
|
|
87
|
+
}
|
|
88
|
+
},
|
|
89
|
+
// 3. STATS
|
|
90
|
+
{
|
|
91
|
+
id: "admin-stats",
|
|
92
|
+
type: "stats",
|
|
93
|
+
props: {
|
|
94
|
+
title: "Números que Falam",
|
|
95
|
+
subtitle: "Resultados reais de quem usa o SmartGesti",
|
|
96
|
+
items: [
|
|
97
|
+
{ value: "500+", label: "Instituições Atendidas" },
|
|
98
|
+
{ value: "99.9%", label: "Uptime Garantido" },
|
|
99
|
+
{ value: "50k+", label: "Usuários Ativos" },
|
|
100
|
+
{ value: "4.9", label: "Nota dos Clientes", suffix: "/5" }
|
|
101
|
+
]
|
|
102
|
+
}
|
|
103
|
+
},
|
|
104
|
+
// 4. PRODUCT SHOWCASE
|
|
105
|
+
{
|
|
106
|
+
id: "admin-products",
|
|
107
|
+
type: "productShowcase",
|
|
108
|
+
props: {
|
|
109
|
+
title: "Nossos Módulos",
|
|
110
|
+
subtitle: "Soluções Completas",
|
|
111
|
+
variant: "alternating",
|
|
112
|
+
products: [
|
|
113
|
+
{
|
|
114
|
+
name: "Gestão Acadêmica",
|
|
115
|
+
description: "Controle total do fluxo acadêmico.",
|
|
116
|
+
longDescription: "Gerencie matrículas, turmas, notas, frequências e boletins em uma única plataforma. Acompanhe o desempenho dos alunos em tempo real.",
|
|
117
|
+
icon: "📚",
|
|
118
|
+
badge: "Mais Popular",
|
|
119
|
+
features: [
|
|
120
|
+
"Matrículas online",
|
|
121
|
+
"Diário de classe digital",
|
|
122
|
+
"Boletins automáticos",
|
|
123
|
+
"Portal do aluno e responsável"
|
|
124
|
+
],
|
|
125
|
+
primaryButton: { text: "Saiba Mais", href: "#admin-contact" }
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
name: "Gestão Financeira",
|
|
129
|
+
description: "Finanças sob controle total.",
|
|
130
|
+
longDescription: "Controle mensalidades, gere boletos, acompanhe inadimplência e tenha relatórios financeiros completos para tomar decisões estratégicas.",
|
|
131
|
+
icon: "💰",
|
|
132
|
+
features: [
|
|
133
|
+
"Emissão de boletos",
|
|
134
|
+
"Controle de inadimplência",
|
|
135
|
+
"Relatórios financeiros",
|
|
136
|
+
"Integração bancária"
|
|
137
|
+
],
|
|
138
|
+
primaryButton: { text: "Saiba Mais", href: "#admin-contact" },
|
|
139
|
+
secondaryButton: { text: "Ver Preços", href: "#admin-faq" }
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
name: "Comunicação Integrada",
|
|
143
|
+
description: "Conecte escola, família e alunos.",
|
|
144
|
+
longDescription: "Envie comunicados, agende reuniões, compartilhe documentos e mantenha todos informados através de notificações push, email e SMS.",
|
|
145
|
+
icon: "💬",
|
|
146
|
+
features: [
|
|
147
|
+
"Comunicados instantâneos",
|
|
148
|
+
"Agenda de eventos",
|
|
149
|
+
"Chat escola-família",
|
|
150
|
+
"Notificações push"
|
|
151
|
+
],
|
|
152
|
+
primaryButton: { text: "Saiba Mais", href: "#admin-contact" }
|
|
153
|
+
}
|
|
154
|
+
],
|
|
155
|
+
// Button hover effects
|
|
156
|
+
buttonHoverEffect: "scale",
|
|
157
|
+
buttonHoverIntensity: 50,
|
|
158
|
+
buttonHoverOverlay: "shine"
|
|
159
|
+
}
|
|
160
|
+
},
|
|
161
|
+
// 5. ABOUT SECTION
|
|
162
|
+
{
|
|
163
|
+
id: "admin-about",
|
|
164
|
+
type: "aboutSection",
|
|
165
|
+
props: {
|
|
166
|
+
title: "Por que escolher o SmartGesti?",
|
|
167
|
+
subtitle: "Sobre Nós",
|
|
168
|
+
description: "Desde 2015, ajudamos instituições de ensino a modernizar seus processos. Nossa plataforma foi desenvolvida em parceria com gestores escolares para resolver problemas reais do dia a dia.",
|
|
169
|
+
secondaryDescription: "Acreditamos que tecnologia de qualidade deve ser acessível a todas as instituições, independente do tamanho.",
|
|
170
|
+
variant: "image-left",
|
|
171
|
+
image: "https://placehold.co/600x400/e0e7ff/6366f1?text=Equipe+SmartGesti",
|
|
172
|
+
achievements: [
|
|
173
|
+
{ text: "Equipe 100% brasileira" },
|
|
174
|
+
{ text: "Suporte humanizado em português" },
|
|
175
|
+
{ text: "Implantação em até 7 dias" },
|
|
176
|
+
{ text: "Sem taxa de adesão" }
|
|
177
|
+
],
|
|
178
|
+
primaryButton: { text: "Conheça Nossa História", href: "#admin-contact" },
|
|
179
|
+
stats: [
|
|
180
|
+
{ value: "500+", label: "Clientes" },
|
|
181
|
+
{ value: "8+", label: "Anos" }
|
|
182
|
+
],
|
|
183
|
+
// Button hover effects
|
|
184
|
+
buttonHoverEffect: "glow",
|
|
185
|
+
buttonHoverIntensity: 50,
|
|
186
|
+
buttonHoverOverlay: "shine"
|
|
187
|
+
}
|
|
188
|
+
},
|
|
189
|
+
// 6. FEATURE GRID
|
|
190
|
+
{
|
|
191
|
+
id: "admin-features",
|
|
192
|
+
type: "featureGrid",
|
|
193
|
+
props: {
|
|
194
|
+
title: "Benefícios da Plataforma",
|
|
195
|
+
subtitle: "Tudo que sua instituição precisa em um só lugar",
|
|
196
|
+
columns: 3,
|
|
197
|
+
variant: "cards",
|
|
198
|
+
features: [
|
|
199
|
+
{
|
|
200
|
+
icon: "shield",
|
|
201
|
+
title: "Segurança Total",
|
|
202
|
+
description: "Dados criptografados, backups automáticos e conformidade com LGPD."
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
icon: "zap",
|
|
206
|
+
title: "Alta Performance",
|
|
207
|
+
description: "Sistema rápido e estável, mesmo com milhares de acessos simultâneos."
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
icon: "smartphone",
|
|
211
|
+
title: "100% Responsivo",
|
|
212
|
+
description: "Acesse de qualquer dispositivo – desktop, tablet ou celular."
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
icon: "bar-chart",
|
|
216
|
+
title: "Dashboards Inteligentes",
|
|
217
|
+
description: "Visualize dados em tempo real com gráficos e relatórios personalizados."
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
icon: "users",
|
|
221
|
+
title: "Multi-Unidade",
|
|
222
|
+
description: "Gerencie múltiplas unidades a partir de uma única conta administrativa."
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
icon: "headphones",
|
|
226
|
+
title: "Suporte Premium",
|
|
227
|
+
description: "Atendimento via chat, email e telefone com tempo de resposta garantido."
|
|
228
|
+
}
|
|
229
|
+
]
|
|
230
|
+
}
|
|
231
|
+
},
|
|
232
|
+
// 7. TESTIMONIALS
|
|
233
|
+
{
|
|
234
|
+
id: "admin-testimonials",
|
|
235
|
+
type: "testimonialGrid",
|
|
236
|
+
props: {
|
|
237
|
+
title: "O que Nossos Clientes Dizem",
|
|
238
|
+
subtitle: "Depoimentos reais de gestores que transformaram suas instituições",
|
|
239
|
+
columns: 3,
|
|
240
|
+
testimonials: [
|
|
241
|
+
{
|
|
242
|
+
quote: "O SmartGesti revolucionou nossa gestão. Reduzimos em 60% o tempo gasto com processos administrativos.",
|
|
243
|
+
authorName: "Maria Silva",
|
|
244
|
+
authorRole: "Diretora",
|
|
245
|
+
authorCompany: "Colégio São Paulo",
|
|
246
|
+
rating: 5
|
|
247
|
+
},
|
|
248
|
+
{
|
|
249
|
+
quote: "A integração financeira é impecável. Finalmente temos controle total da inadimplência.",
|
|
250
|
+
authorName: "João Santos",
|
|
251
|
+
authorRole: "Gestor Financeiro",
|
|
252
|
+
authorCompany: "Escola Nova Era",
|
|
253
|
+
rating: 5
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
quote: "O suporte é excepcional. Sempre que precisamos, a equipe está pronta para ajudar.",
|
|
257
|
+
authorName: "Ana Oliveira",
|
|
258
|
+
authorRole: "Coordenadora",
|
|
259
|
+
authorCompany: "Instituto Futuro",
|
|
260
|
+
rating: 5
|
|
261
|
+
}
|
|
262
|
+
]
|
|
263
|
+
}
|
|
264
|
+
},
|
|
265
|
+
// 8. FAQ
|
|
266
|
+
{
|
|
267
|
+
id: "admin-faq",
|
|
268
|
+
type: "faq",
|
|
269
|
+
props: {
|
|
270
|
+
title: "Perguntas Frequentes",
|
|
271
|
+
subtitle: "Tire suas dúvidas sobre o SmartGesti",
|
|
272
|
+
items: [
|
|
273
|
+
{
|
|
274
|
+
question: "Quanto tempo leva para implementar?",
|
|
275
|
+
answer: "A implantação completa leva em média 7 dias úteis. Nossa equipe cuida de toda a migração de dados e treinamento da equipe."
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
question: "O sistema funciona offline?",
|
|
279
|
+
answer: "O SmartGesti é 100% online (cloud), garantindo acesso de qualquer lugar. Em caso de queda de internet, os dados são sincronizados automaticamente ao reconectar."
|
|
280
|
+
},
|
|
281
|
+
{
|
|
282
|
+
question: "Existe taxa de adesão?",
|
|
283
|
+
answer: "Não cobramos taxa de adesão, implementação ou treinamento. O valor mensal inclui tudo: sistema, suporte, atualizações e backups."
|
|
284
|
+
},
|
|
285
|
+
{
|
|
286
|
+
question: "Posso cancelar a qualquer momento?",
|
|
287
|
+
answer: "Sim, não há fidelidade. Você pode cancelar a qualquer momento e exportar todos os seus dados."
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
question: "O sistema é seguro?",
|
|
291
|
+
answer: "Absolutamente. Utilizamos criptografia de ponta, backups diários, servidores redundantes e somos 100% conformes com a LGPD."
|
|
292
|
+
}
|
|
293
|
+
]
|
|
294
|
+
}
|
|
295
|
+
},
|
|
296
|
+
// 9. CONTACT SECTION
|
|
297
|
+
{
|
|
298
|
+
id: "admin-contact",
|
|
299
|
+
type: "contactSection",
|
|
300
|
+
props: {
|
|
301
|
+
title: "Fale Conosco",
|
|
302
|
+
subtitle: "Contato",
|
|
303
|
+
description: "Solicite uma demonstração gratuita ou tire suas dúvidas com nossa equipe.",
|
|
304
|
+
variant: "split",
|
|
305
|
+
contactInfo: [
|
|
306
|
+
{ icon: "mail", label: "Email", value: "contato@smartgesti.com.br" },
|
|
307
|
+
{ icon: "phone", label: "Telefone", value: "(11) 3456-7890" },
|
|
308
|
+
{
|
|
309
|
+
icon: "map-pin",
|
|
310
|
+
label: "Endereço",
|
|
311
|
+
value: "Av. Paulista, 1000 - São Paulo, SP"
|
|
312
|
+
},
|
|
313
|
+
{ icon: "clock", label: "Horário", value: "Seg a Sex, 8h às 18h" }
|
|
314
|
+
],
|
|
315
|
+
formTitle: "Solicite uma demonstração",
|
|
316
|
+
formFields: [
|
|
317
|
+
{
|
|
318
|
+
name: "name",
|
|
319
|
+
label: "Nome Completo",
|
|
320
|
+
type: "text",
|
|
321
|
+
placeholder: "Seu nome",
|
|
322
|
+
required: !0
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
name: "email",
|
|
326
|
+
label: "Email Institucional",
|
|
327
|
+
type: "email",
|
|
328
|
+
placeholder: "email@instituicao.com.br",
|
|
329
|
+
required: !0
|
|
330
|
+
},
|
|
331
|
+
{
|
|
332
|
+
name: "phone",
|
|
333
|
+
label: "Telefone",
|
|
334
|
+
type: "tel",
|
|
335
|
+
placeholder: "(00) 00000-0000"
|
|
336
|
+
},
|
|
337
|
+
{
|
|
338
|
+
name: "message",
|
|
339
|
+
label: "Mensagem",
|
|
340
|
+
type: "textarea",
|
|
341
|
+
placeholder: "Conte-nos sobre sua instituição e suas necessidades...",
|
|
342
|
+
required: !0
|
|
343
|
+
}
|
|
344
|
+
],
|
|
345
|
+
submitText: "Solicitar Demonstração",
|
|
346
|
+
// Button hover effects
|
|
347
|
+
buttonHoverEffect: "scale",
|
|
348
|
+
buttonHoverIntensity: 50,
|
|
349
|
+
buttonHoverOverlay: "shine"
|
|
350
|
+
}
|
|
351
|
+
},
|
|
352
|
+
// 10. CTA
|
|
353
|
+
{
|
|
354
|
+
id: "admin-cta",
|
|
355
|
+
type: "cta",
|
|
356
|
+
props: {
|
|
357
|
+
title: "Pronto para transformar sua gestão?",
|
|
358
|
+
description: "Junte-se a mais de 500 instituições que já simplificaram seus processos com o SmartGesti.",
|
|
359
|
+
primaryButton: { text: "Começar Agora", href: "#admin-contact" },
|
|
360
|
+
secondaryButton: { text: "Ver Planos" },
|
|
361
|
+
variant: "gradient",
|
|
362
|
+
// Button hover effects
|
|
363
|
+
buttonHoverEffect: "scale",
|
|
364
|
+
buttonHoverIntensity: 50,
|
|
365
|
+
buttonHoverOverlay: "shine"
|
|
366
|
+
}
|
|
367
|
+
},
|
|
368
|
+
// 11. FOOTER
|
|
369
|
+
{
|
|
370
|
+
id: "admin-footer",
|
|
371
|
+
type: "footer",
|
|
372
|
+
props: {
|
|
373
|
+
logoText: "SmartGesti",
|
|
374
|
+
description: "Plataforma de gestão inteligente para instituições de ensino.",
|
|
375
|
+
variant: "multi-column",
|
|
376
|
+
columns: [
|
|
377
|
+
{
|
|
378
|
+
title: "Produto",
|
|
379
|
+
links: [
|
|
380
|
+
{ text: "Gestão Acadêmica", href: "#admin-products" },
|
|
381
|
+
{ text: "Gestão Financeira", href: "#admin-products" },
|
|
382
|
+
{ text: "Comunicação", href: "#admin-products" },
|
|
383
|
+
{ text: "Relatórios", href: "#admin-products" }
|
|
384
|
+
]
|
|
385
|
+
},
|
|
386
|
+
{
|
|
387
|
+
title: "Empresa",
|
|
388
|
+
links: [
|
|
389
|
+
{ text: "Sobre Nós", href: "#admin-about" },
|
|
390
|
+
{ text: "Carreiras", href: "#" },
|
|
391
|
+
{ text: "Blog", href: "#" },
|
|
392
|
+
{ text: "Contato", href: "#admin-contact" }
|
|
393
|
+
]
|
|
394
|
+
},
|
|
395
|
+
{
|
|
396
|
+
title: "Suporte",
|
|
397
|
+
links: [
|
|
398
|
+
{ text: "Central de Ajuda", href: "#" },
|
|
399
|
+
{ text: "Documentação", href: "#" },
|
|
400
|
+
{ text: "Status", href: "#" },
|
|
401
|
+
{ text: "Termos de Uso", href: "#" }
|
|
402
|
+
]
|
|
403
|
+
}
|
|
404
|
+
],
|
|
405
|
+
social: [
|
|
406
|
+
{ platform: "instagram", href: "https://instagram.com/smartgesti" },
|
|
407
|
+
{ platform: "linkedin", href: "https://linkedin.com/company/smartgesti" },
|
|
408
|
+
{ platform: "youtube", href: "https://youtube.com/smartgesti" },
|
|
409
|
+
{ platform: "whatsapp", href: "https://wa.me/5511999999999" }
|
|
410
|
+
],
|
|
411
|
+
copyright: "© 2025 SmartGesti. Todos os direitos reservados.",
|
|
412
|
+
// Link hover effects
|
|
413
|
+
linkHoverEffect: "underline-center",
|
|
414
|
+
linkHoverIntensity: 50,
|
|
415
|
+
linkHoverColor: "#a5b4fc"
|
|
416
|
+
}
|
|
417
|
+
}
|
|
418
|
+
]
|
|
419
|
+
};
|
|
420
|
+
export {
|
|
421
|
+
a as smartgestiAdminTemplate
|
|
422
|
+
};
|
|
423
|
+
//# sourceMappingURL=smartgesti-admin.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"smartgesti-admin.js","sources":["../../../src/shared/templates/smartgesti-admin.ts"],"sourcesContent":["/**\n * Template: SmartGesti Administrativo\n * Landing page profissional para software de gestão administrativa\n *\n * Características:\n * - Navbar elegante com CTA\n * - Hero split com gradiente escuro\n * - Stats de impacto (clientes, uptime, etc.)\n * - Product Showcase alternado (módulos do sistema)\n * - About Section com achievements e stats flutuantes\n * - Feature Grid de benefícios\n * - Testimonials de clientes\n * - FAQ\n * - Contact Section com formulário\n * - CTA final\n * - Footer multi-colunas\n */\n\nimport type { SiteDocument } from \"../schema\";\nimport { NAVBAR_DEFAULT_PROPS } from \"../../engine/registry/blocks/sections/navbar\";\n\nexport const smartgestiAdminTemplate: SiteDocument = {\n meta: {\n title: \"SmartGesti Admin\",\n description:\n \"Landing page profissional para sistema de gestão administrativa – módulos, benefícios, contato e depoimentos\",\n language: \"pt-BR\",\n },\n theme: {\n colors: {\n primary: \"#6366f1\",\n secondary: \"#4f46e5\",\n accent: \"#8b5cf6\",\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:\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 // 1. NAVBAR\n {\n id: \"admin-navbar\",\n type: \"navbar\",\n props: {\n ...NAVBAR_DEFAULT_PROPS,\n links: [\n { text: \"Home\", href: \"/site/p/home\" },\n { text: \"Produtos\", href: \"#admin-products\" },\n { text: \"Sobre\", href: \"#admin-about\" },\n { text: \"Depoimentos\", href: \"#admin-testimonials\" },\n { text: \"FAQ\", href: \"#admin-faq\" },\n { text: \"Contato\", href: \"#admin-contact\" },\n ],\n ctaButton: { text: \"Solicitar Demo\", href: \"#admin-contact\" },\n bg: \"#ffffff\",\n // Link hover effects\n linkHoverEffect: \"underline\",\n linkHoverIntensity: 60,\n linkHoverColor: \"#6366f1\",\n // CTA button hover effects\n buttonHoverEffect: \"scale\",\n buttonHoverIntensity: 50,\n buttonHoverOverlay: \"shine\",\n },\n },\n\n // 2. HERO\n {\n id: \"admin-hero\",\n type: \"hero\",\n props: {\n variation: \"hero-split\",\n variant: \"split\",\n badge: \"Gestão Inteligente\",\n title: \"Simplifique a gestão da sua instituição\",\n description:\n \"Plataforma completa para gestão administrativa, acadêmica e financeira. Automatize processos, reduza custos e tome decisões baseadas em dados.\",\n primaryButton: { text: \"Começar Agora\", href: \"#admin-contact\" },\n secondaryButton: { text: \"Ver Demonstração\", href: \"#admin-products\" },\n image: \"https://placehold.co/600x500/6366f1/ffffff?text=SmartGesti\",\n align: \"left\",\n minHeight: \"85vh\",\n background: \"linear-gradient(135deg, #1e1b4b 0%, #312e81 100%)\",\n // Button hover effects\n buttonHoverEffect: \"glow\",\n buttonHoverIntensity: 60,\n buttonHoverOverlay: \"shine\",\n },\n },\n\n // 3. STATS\n {\n id: \"admin-stats\",\n type: \"stats\",\n props: {\n title: \"Números que Falam\",\n subtitle: \"Resultados reais de quem usa o SmartGesti\",\n items: [\n { value: \"500+\", label: \"Instituições Atendidas\" },\n { value: \"99.9%\", label: \"Uptime Garantido\" },\n { value: \"50k+\", label: \"Usuários Ativos\" },\n { value: \"4.9\", label: \"Nota dos Clientes\", suffix: \"/5\" },\n ],\n },\n },\n\n // 4. PRODUCT SHOWCASE\n {\n id: \"admin-products\",\n type: \"productShowcase\",\n props: {\n title: \"Nossos Módulos\",\n subtitle: \"Soluções Completas\",\n variant: \"alternating\",\n products: [\n {\n name: \"Gestão Acadêmica\",\n description: \"Controle total do fluxo acadêmico.\",\n longDescription:\n \"Gerencie matrículas, turmas, notas, frequências e boletins em uma única plataforma. Acompanhe o desempenho dos alunos em tempo real.\",\n icon: \"📚\",\n badge: \"Mais Popular\",\n features: [\n \"Matrículas online\",\n \"Diário de classe digital\",\n \"Boletins automáticos\",\n \"Portal do aluno e responsável\",\n ],\n primaryButton: { text: \"Saiba Mais\", href: \"#admin-contact\" },\n },\n {\n name: \"Gestão Financeira\",\n description: \"Finanças sob controle total.\",\n longDescription:\n \"Controle mensalidades, gere boletos, acompanhe inadimplência e tenha relatórios financeiros completos para tomar decisões estratégicas.\",\n icon: \"💰\",\n features: [\n \"Emissão de boletos\",\n \"Controle de inadimplência\",\n \"Relatórios financeiros\",\n \"Integração bancária\",\n ],\n primaryButton: { text: \"Saiba Mais\", href: \"#admin-contact\" },\n secondaryButton: { text: \"Ver Preços\", href: \"#admin-faq\" },\n },\n {\n name: \"Comunicação Integrada\",\n description: \"Conecte escola, família e alunos.\",\n longDescription:\n \"Envie comunicados, agende reuniões, compartilhe documentos e mantenha todos informados através de notificações push, email e SMS.\",\n icon: \"💬\",\n features: [\n \"Comunicados instantâneos\",\n \"Agenda de eventos\",\n \"Chat escola-família\",\n \"Notificações push\",\n ],\n primaryButton: { text: \"Saiba Mais\", href: \"#admin-contact\" },\n },\n ],\n // Button hover effects\n buttonHoverEffect: \"scale\",\n buttonHoverIntensity: 50,\n buttonHoverOverlay: \"shine\",\n },\n },\n\n // 5. ABOUT SECTION\n {\n id: \"admin-about\",\n type: \"aboutSection\",\n props: {\n title: \"Por que escolher o SmartGesti?\",\n subtitle: \"Sobre Nós\",\n description:\n \"Desde 2015, ajudamos instituições de ensino a modernizar seus processos. Nossa plataforma foi desenvolvida em parceria com gestores escolares para resolver problemas reais do dia a dia.\",\n secondaryDescription:\n \"Acreditamos que tecnologia de qualidade deve ser acessível a todas as instituições, independente do tamanho.\",\n variant: \"image-left\",\n image: \"https://placehold.co/600x400/e0e7ff/6366f1?text=Equipe+SmartGesti\",\n achievements: [\n { text: \"Equipe 100% brasileira\" },\n { text: \"Suporte humanizado em português\" },\n { text: \"Implantação em até 7 dias\" },\n { text: \"Sem taxa de adesão\" },\n ],\n primaryButton: { text: \"Conheça Nossa História\", href: \"#admin-contact\" },\n stats: [\n { value: \"500+\", label: \"Clientes\" },\n { value: \"8+\", label: \"Anos\" },\n ],\n // Button hover effects\n buttonHoverEffect: \"glow\",\n buttonHoverIntensity: 50,\n buttonHoverOverlay: \"shine\",\n },\n },\n\n // 6. FEATURE GRID\n {\n id: \"admin-features\",\n type: \"featureGrid\",\n props: {\n title: \"Benefícios da Plataforma\",\n subtitle: \"Tudo que sua instituição precisa em um só lugar\",\n columns: 3,\n variant: \"cards\",\n features: [\n {\n icon: \"shield\",\n title: \"Segurança Total\",\n description:\n \"Dados criptografados, backups automáticos e conformidade com LGPD.\",\n },\n {\n icon: \"zap\",\n title: \"Alta Performance\",\n description:\n \"Sistema rápido e estável, mesmo com milhares de acessos simultâneos.\",\n },\n {\n icon: \"smartphone\",\n title: \"100% Responsivo\",\n description:\n \"Acesse de qualquer dispositivo – desktop, tablet ou celular.\",\n },\n {\n icon: \"bar-chart\",\n title: \"Dashboards Inteligentes\",\n description:\n \"Visualize dados em tempo real com gráficos e relatórios personalizados.\",\n },\n {\n icon: \"users\",\n title: \"Multi-Unidade\",\n description:\n \"Gerencie múltiplas unidades a partir de uma única conta administrativa.\",\n },\n {\n icon: \"headphones\",\n title: \"Suporte Premium\",\n description:\n \"Atendimento via chat, email e telefone com tempo de resposta garantido.\",\n },\n ],\n },\n },\n\n // 7. TESTIMONIALS\n {\n id: \"admin-testimonials\",\n type: \"testimonialGrid\",\n props: {\n title: \"O que Nossos Clientes Dizem\",\n subtitle: \"Depoimentos reais de gestores que transformaram suas instituições\",\n columns: 3,\n testimonials: [\n {\n quote:\n \"O SmartGesti revolucionou nossa gestão. Reduzimos em 60% o tempo gasto com processos administrativos.\",\n authorName: \"Maria Silva\",\n authorRole: \"Diretora\",\n authorCompany: \"Colégio São Paulo\",\n rating: 5,\n },\n {\n quote:\n \"A integração financeira é impecável. Finalmente temos controle total da inadimplência.\",\n authorName: \"João Santos\",\n authorRole: \"Gestor Financeiro\",\n authorCompany: \"Escola Nova Era\",\n rating: 5,\n },\n {\n quote:\n \"O suporte é excepcional. Sempre que precisamos, a equipe está pronta para ajudar.\",\n authorName: \"Ana Oliveira\",\n authorRole: \"Coordenadora\",\n authorCompany: \"Instituto Futuro\",\n rating: 5,\n },\n ],\n },\n },\n\n // 8. FAQ\n {\n id: \"admin-faq\",\n type: \"faq\",\n props: {\n title: \"Perguntas Frequentes\",\n subtitle: \"Tire suas dúvidas sobre o SmartGesti\",\n items: [\n {\n question: \"Quanto tempo leva para implementar?\",\n answer:\n \"A implantação completa leva em média 7 dias úteis. Nossa equipe cuida de toda a migração de dados e treinamento da equipe.\",\n },\n {\n question: \"O sistema funciona offline?\",\n answer:\n \"O SmartGesti é 100% online (cloud), garantindo acesso de qualquer lugar. Em caso de queda de internet, os dados são sincronizados automaticamente ao reconectar.\",\n },\n {\n question: \"Existe taxa de adesão?\",\n answer:\n \"Não cobramos taxa de adesão, implementação ou treinamento. O valor mensal inclui tudo: sistema, suporte, atualizações e backups.\",\n },\n {\n question: \"Posso cancelar a qualquer momento?\",\n answer:\n \"Sim, não há fidelidade. Você pode cancelar a qualquer momento e exportar todos os seus dados.\",\n },\n {\n question: \"O sistema é seguro?\",\n answer:\n \"Absolutamente. Utilizamos criptografia de ponta, backups diários, servidores redundantes e somos 100% conformes com a LGPD.\",\n },\n ],\n },\n },\n\n // 9. CONTACT SECTION\n {\n id: \"admin-contact\",\n type: \"contactSection\",\n props: {\n title: \"Fale Conosco\",\n subtitle: \"Contato\",\n description: \"Solicite uma demonstração gratuita ou tire suas dúvidas com nossa equipe.\",\n variant: \"split\",\n contactInfo: [\n { icon: \"mail\", label: \"Email\", value: \"contato@smartgesti.com.br\" },\n { icon: \"phone\", label: \"Telefone\", value: \"(11) 3456-7890\" },\n {\n icon: \"map-pin\",\n label: \"Endereço\",\n value: \"Av. Paulista, 1000 - São Paulo, SP\",\n },\n { icon: \"clock\", label: \"Horário\", value: \"Seg a Sex, 8h às 18h\" },\n ],\n formTitle: \"Solicite uma demonstração\",\n formFields: [\n {\n name: \"name\",\n label: \"Nome Completo\",\n type: \"text\",\n placeholder: \"Seu nome\",\n required: true,\n },\n {\n name: \"email\",\n label: \"Email Institucional\",\n type: \"email\",\n placeholder: \"email@instituicao.com.br\",\n required: true,\n },\n {\n name: \"phone\",\n label: \"Telefone\",\n type: \"tel\",\n placeholder: \"(00) 00000-0000\",\n },\n {\n name: \"message\",\n label: \"Mensagem\",\n type: \"textarea\",\n placeholder: \"Conte-nos sobre sua instituição e suas necessidades...\",\n required: true,\n },\n ],\n submitText: \"Solicitar Demonstração\",\n // Button hover effects\n buttonHoverEffect: \"scale\",\n buttonHoverIntensity: 50,\n buttonHoverOverlay: \"shine\",\n },\n },\n\n // 10. CTA\n {\n id: \"admin-cta\",\n type: \"cta\",\n props: {\n title: \"Pronto para transformar sua gestão?\",\n description:\n \"Junte-se a mais de 500 instituições que já simplificaram seus processos com o SmartGesti.\",\n primaryButton: { text: \"Começar Agora\", href: \"#admin-contact\" },\n secondaryButton: { text: \"Ver Planos\" },\n variant: \"gradient\",\n // Button hover effects\n buttonHoverEffect: \"scale\",\n buttonHoverIntensity: 50,\n buttonHoverOverlay: \"shine\",\n },\n },\n\n // 11. FOOTER\n {\n id: \"admin-footer\",\n type: \"footer\",\n props: {\n logoText: \"SmartGesti\",\n description:\n \"Plataforma de gestão inteligente para instituições de ensino.\",\n variant: \"multi-column\",\n columns: [\n {\n title: \"Produto\",\n links: [\n { text: \"Gestão Acadêmica\", href: \"#admin-products\" },\n { text: \"Gestão Financeira\", href: \"#admin-products\" },\n { text: \"Comunicação\", href: \"#admin-products\" },\n { text: \"Relatórios\", href: \"#admin-products\" },\n ],\n },\n {\n title: \"Empresa\",\n links: [\n { text: \"Sobre Nós\", href: \"#admin-about\" },\n { text: \"Carreiras\", href: \"#\" },\n { text: \"Blog\", href: \"#\" },\n { text: \"Contato\", href: \"#admin-contact\" },\n ],\n },\n {\n title: \"Suporte\",\n links: [\n { text: \"Central de Ajuda\", href: \"#\" },\n { text: \"Documentação\", href: \"#\" },\n { text: \"Status\", href: \"#\" },\n { text: \"Termos de Uso\", href: \"#\" },\n ],\n },\n ],\n social: [\n { platform: \"instagram\", href: \"https://instagram.com/smartgesti\" },\n { platform: \"linkedin\", href: \"https://linkedin.com/company/smartgesti\" },\n { platform: \"youtube\", href: \"https://youtube.com/smartgesti\" },\n { platform: \"whatsapp\", href: \"https://wa.me/5511999999999\" },\n ],\n copyright: \"© 2025 SmartGesti. Todos os direitos reservados.\",\n // Link hover effects\n linkHoverEffect: \"underline-center\",\n linkHoverIntensity: 50,\n linkHoverColor: \"#a5b4fc\",\n },\n },\n ],\n};\n"],"names":["smartgestiAdminTemplate","NAVBAR_DEFAULT_PROPS"],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"blockIcons.d.ts","sourceRoot":"","sources":["../../src/utils/blockIcons.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,SAAS,EAAE,MAAM,WAAW,CAAC;
|
|
1
|
+
{"version":3,"file":"blockIcons.d.ts","sourceRoot":"","sources":["../../src/utils/blockIcons.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,SAAS,EAAE,MAAM,WAAW,CAAC;AAwDtC;;GAEG;AACH,wBAAgB,YAAY,CAAC,IAAI,EAAE,SAAS,GAAG,MAAM,CAEpD;AAED;;GAEG;AACH,wBAAgB,gBAAgB,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,CAOrD"}
|
package/dist/utils/blockIcons.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"blockIcons.js","sources":["../../src/utils/blockIcons.ts"],"sourcesContent":["/**\n * Mapeamento de ícones para cada tipo de bloco\n * Usado no BlockPalette e BlockHeader\n */\n\nimport { BlockType } from \"../engine\";\n\nconst BLOCK_ICONS: Record<string, string> = {\n // Layout\n container: \"📦\",\n stack: \"📚\",\n grid: \"⊞\",\n box: \"☐\",\n section: \"▦\",\n spacer: \"↕\",\n\n // Conteúdo\n heading: \"H\",\n text: \"T\",\n image: \"🖼️\",\n video: \"🎥\",\n icon: \"★\",\n badge: \"🎟️\",\n avatar: \"👤\",\n socialLinks: \"🌐\",\n\n // Interativos\n button: \"🔘\",\n link: \"🔗\",\n divider: \"─\",\n card: \"🃏\",\n\n // Seções\n hero: \"🏆\",\n feature: \"✨\",\n featureGrid: \"⭐\",\n pricing: \"💰\",\n pricingCard: \"💳\",\n testimonial: \"💬\",\n testimonialGrid: \"🗨️\",\n courseCardGrid: \"📚\",\n categoryCardGrid: \"📂\",\n faq: \"❓\",\n faqItem: \"📝\",\n cta: \"📣\",\n stats: \"📊\",\n statItem: \"#\",\n logoCloud: \"🏂\",\n navbar: \"☰\",\n footer: \"📋\",\n\n // Formulários\n form: \"📋\",\n input: \"✏️\",\n textarea: \"📑\",\n formSelect: \"👇\",\n};\n\n/**\n * Retorna o ícone emoji para um tipo de bloco\n */\nexport function getBlockIcon(type: BlockType): string {\n return BLOCK_ICONS[type] || \"•\";\n}\n\n/**\n * Retorna as iniciais do nome do bloco (fallback se não houver ícone)\n */\nexport function getBlockInitials(name: string): string {\n return name\n .split(\" \")\n .map((word) => word[0])\n .join(\"\")\n .toUpperCase()\n .slice(0, 2);\n}\n"],"names":["BLOCK_ICONS","getBlockIcon","type"],"mappings":"AAOA,MAAMA,IAAsC;AAAA;AAAA,EAE1C,WAAW;AAAA,EACX,OAAO;AAAA,EACP,MAAM;AAAA,EACN,KAAK;AAAA,EACL,SAAS;AAAA,EACT,QAAQ;AAAA;AAAA,EAGR,SAAS;AAAA,EACT,MAAM;AAAA,EACN,OAAO;AAAA,EACP,OAAO;AAAA,EACP,MAAM;AAAA,EACN,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,aAAa;AAAA;AAAA,EAGb,QAAQ;AAAA,EACR,MAAM;AAAA,EACN,SAAS;AAAA,EACT,MAAM;AAAA;AAAA,EAGN,MAAM;AAAA,EACN,SAAS;AAAA,EACT,aAAa;AAAA,EACb,SAAS;AAAA,EACT,aAAa;AAAA,EACb,aAAa;AAAA,EACb,iBAAiB;AAAA,EACjB,gBAAgB;AAAA,EAChB,kBAAkB;AAAA,EAClB,KAAK;AAAA,EACL,SAAS;AAAA,EACT,KAAK;AAAA,EACL,OAAO;AAAA,EACP,UAAU;AAAA,EACV,WAAW;AAAA,EACX,QAAQ;AAAA,EACR,QAAQ;AAAA;AAAA,
|
|
1
|
+
{"version":3,"file":"blockIcons.js","sources":["../../src/utils/blockIcons.ts"],"sourcesContent":["/**\n * Mapeamento de ícones para cada tipo de bloco\n * Usado no BlockPalette e BlockHeader\n */\n\nimport { BlockType } from \"../engine\";\n\nconst BLOCK_ICONS: Record<string, string> = {\n // Layout\n container: \"📦\",\n stack: \"📚\",\n grid: \"⊞\",\n box: \"☐\",\n section: \"▦\",\n spacer: \"↕\",\n\n // Conteúdo\n heading: \"H\",\n text: \"T\",\n image: \"🖼️\",\n video: \"🎥\",\n icon: \"★\",\n badge: \"🎟️\",\n avatar: \"👤\",\n socialLinks: \"🌐\",\n\n // Interativos\n button: \"🔘\",\n link: \"🔗\",\n divider: \"─\",\n card: \"🃏\",\n\n // Seções\n hero: \"🏆\",\n feature: \"✨\",\n featureGrid: \"⭐\",\n pricing: \"💰\",\n pricingCard: \"💳\",\n testimonial: \"💬\",\n testimonialGrid: \"🗨️\",\n courseCardGrid: \"📚\",\n categoryCardGrid: \"📂\",\n faq: \"❓\",\n faqItem: \"📝\",\n cta: \"📣\",\n stats: \"📊\",\n statItem: \"#\",\n logoCloud: \"🏂\",\n navbar: \"☰\",\n footer: \"📋\",\n productShowcase: \"🛍️\",\n aboutSection: \"ℹ️\",\n contactSection: \"📬\",\n\n // Formulários\n form: \"📋\",\n input: \"✏️\",\n textarea: \"📑\",\n formSelect: \"👇\",\n};\n\n/**\n * Retorna o ícone emoji para um tipo de bloco\n */\nexport function getBlockIcon(type: BlockType): string {\n return BLOCK_ICONS[type] || \"•\";\n}\n\n/**\n * Retorna as iniciais do nome do bloco (fallback se não houver ícone)\n */\nexport function getBlockInitials(name: string): string {\n return name\n .split(\" \")\n .map((word) => word[0])\n .join(\"\")\n .toUpperCase()\n .slice(0, 2);\n}\n"],"names":["BLOCK_ICONS","getBlockIcon","type"],"mappings":"AAOA,MAAMA,IAAsC;AAAA;AAAA,EAE1C,WAAW;AAAA,EACX,OAAO;AAAA,EACP,MAAM;AAAA,EACN,KAAK;AAAA,EACL,SAAS;AAAA,EACT,QAAQ;AAAA;AAAA,EAGR,SAAS;AAAA,EACT,MAAM;AAAA,EACN,OAAO;AAAA,EACP,OAAO;AAAA,EACP,MAAM;AAAA,EACN,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,aAAa;AAAA;AAAA,EAGb,QAAQ;AAAA,EACR,MAAM;AAAA,EACN,SAAS;AAAA,EACT,MAAM;AAAA;AAAA,EAGN,MAAM;AAAA,EACN,SAAS;AAAA,EACT,aAAa;AAAA,EACb,SAAS;AAAA,EACT,aAAa;AAAA,EACb,aAAa;AAAA,EACb,iBAAiB;AAAA,EACjB,gBAAgB;AAAA,EAChB,kBAAkB;AAAA,EAClB,KAAK;AAAA,EACL,SAAS;AAAA,EACT,KAAK;AAAA,EACL,OAAO;AAAA,EACP,UAAU;AAAA,EACV,WAAW;AAAA,EACX,QAAQ;AAAA,EACR,QAAQ;AAAA,EACR,iBAAiB;AAAA,EACjB,cAAc;AAAA,EACd,gBAAgB;AAAA;AAAA,EAGhB,MAAM;AAAA,EACN,OAAO;AAAA,EACP,UAAU;AAAA,EACV,YAAY;AACd;AAKO,SAASC,EAAaC,GAAyB;AACpD,SAAOF,EAAYE,CAAI,KAAK;AAC9B;"}
|