From d1f8dc0782a617d9fb19c8c43736b62c23ccc882 Mon Sep 17 00:00:00 2001 From: Ho Ngoc Hai Date: Thu, 12 Feb 2026 17:25:43 +0700 Subject: [PATCH] chore: remove tMarketing design pages including livechat, social hub, AI chatbot, AI content studio, analytics, chatbot automation, and customer CRM. --- .../src/pages/tMarketing/ai-chatbot.pen | 1654 ---------------- .../pages/tMarketing/ai-content-studio.pen | 259 --- .../pages/tMarketing/analytics-dashboard.pen | 1677 ----------------- .../pages/tMarketing/chatbot-automation.pen | 274 --- .../src/pages/tMarketing/customer-crm.pen | 293 --- .../src/pages/tMarketing/livechat-console.pen | 276 --- .../src/pages/tMarketing/social-hub.pen | 1646 ---------------- 7 files changed, 6079 deletions(-) delete mode 100644 pencil-design/src/pages/tMarketing/ai-chatbot.pen delete mode 100644 pencil-design/src/pages/tMarketing/ai-content-studio.pen delete mode 100644 pencil-design/src/pages/tMarketing/analytics-dashboard.pen delete mode 100644 pencil-design/src/pages/tMarketing/chatbot-automation.pen delete mode 100644 pencil-design/src/pages/tMarketing/customer-crm.pen delete mode 100644 pencil-design/src/pages/tMarketing/livechat-console.pen delete mode 100644 pencil-design/src/pages/tMarketing/social-hub.pen diff --git a/pencil-design/src/pages/tMarketing/ai-chatbot.pen b/pencil-design/src/pages/tMarketing/ai-chatbot.pen deleted file mode 100644 index dc2d1daf..00000000 --- a/pencil-design/src/pages/tMarketing/ai-chatbot.pen +++ /dev/null @@ -1,1654 +0,0 @@ -{ - "version": "2.7", - "children": [ - { - "type": "frame", - "id": "AIChatbotScreen", - "x": 0, - "y": 0, - "name": "Screen/AI Chatbot", - "reusable": true, - "clip": true, - "width": 2063, - "height": 800, - "fill": "$bg-page", - "children": [ - { - "type": "frame", - "id": "Sidebar", - "width": 240, - "height": "fill_container", - "fill": "$bg-card", - "stroke": { - "align": "inside", - "thickness": 3, - "fill": "$yellow-primary" - }, - "layout": "vertical", - "padding": [ - 24, - 16 - ], - "justifyContent": "space_between", - "children": [ - { - "type": "frame", - "id": "SidebarTop", - "width": "fill_container", - "layout": "vertical", - "gap": 32, - "children": [ - { - "type": "frame", - "id": "LogoSection", - "width": "fill_container", - "stroke": { - "align": "inside", - "thickness": 1, - "fill": "$border" - }, - "gap": 8, - "padding": [ - 0, - 0, - 16, - 0 - ], - "alignItems": "center", - "children": [ - { - "type": "frame", - "id": "LogoMark", - "width": 32, - "height": 32, - "fill": "$yellow-primary", - "justifyContent": "center", - "alignItems": "center", - "children": [ - { - "type": "text", - "id": "LogoLetter", - "fill": "$bg-card", - "content": "M", - "fontFamily": "Roboto", - "fontSize": 16, - "fontWeight": "700" - } - ] - }, - { - "type": "text", - "id": "LogoText", - "fill": "$text-primary", - "content": "tMARKETING", - "fontFamily": "Roboto", - "fontSize": 14, - "fontWeight": "700" - } - ] - }, - { - "type": "frame", - "id": "NavSection", - "width": "fill_container", - "layout": "vertical", - "gap": 2, - "children": [ - { - "type": "frame", - "id": "NavHub", - "width": "fill_container", - "gap": 10, - "padding": [ - 10, - 12 - ], - "alignItems": "center", - "children": [ - { - "type": "text", - "id": "NavHubNum", - "fill": "$text-tertiary", - "content": "01", - "fontFamily": "Roboto", - "fontSize": 12, - "fontWeight": "600" - }, - { - "type": "text", - "id": "NavHubLabel", - "fill": "$text-secondary", - "content": "HUB", - "fontFamily": "Roboto", - "fontSize": 12, - "fontWeight": "500" - } - ] - }, - { - "type": "frame", - "id": "NavChat", - "width": "fill_container", - "gap": 10, - "padding": [ - 10, - 12 - ], - "alignItems": "center", - "children": [ - { - "type": "text", - "id": "NavChatNum", - "fill": "$text-tertiary", - "content": "02", - "fontFamily": "Roboto", - "fontSize": 12, - "fontWeight": "600" - }, - { - "type": "text", - "id": "NavChatLabel", - "fill": "$text-secondary", - "content": "CHAT", - "fontFamily": "Roboto", - "fontSize": 12, - "fontWeight": "500" - } - ] - }, - { - "type": "frame", - "id": "NavBot", - "width": "fill_container", - "gap": 10, - "padding": [ - 10, - 12 - ], - "alignItems": "center", - "children": [ - { - "type": "text", - "id": "NavBotNum", - "fill": "$text-tertiary", - "content": "03", - "fontFamily": "Roboto", - "fontSize": 12, - "fontWeight": "600" - }, - { - "type": "text", - "id": "NavBotLabel", - "fill": "$text-secondary", - "content": "BOT", - "fontFamily": "Roboto", - "fontSize": 12, - "fontWeight": "500" - } - ] - }, - { - "type": "frame", - "id": "NavAIBot", - "width": "fill_container", - "fill": "#FACC1515", - "stroke": { - "align": "inside", - "thickness": 1, - "fill": "$yellow-primary" - }, - "gap": 10, - "padding": [ - 10, - 12 - ], - "alignItems": "center", - "children": [ - { - "type": "text", - "id": "NavAIBotNum", - "fill": "$yellow-primary", - "content": "04", - "fontFamily": "Roboto", - "fontSize": 12, - "fontWeight": "600" - }, - { - "type": "text", - "id": "NavAIBotLabel", - "fill": "$text-primary", - "content": "AI BOT", - "fontFamily": "Roboto", - "fontSize": 12, - "fontWeight": "600" - } - ] - }, - { - "type": "frame", - "id": "NavCRM", - "width": "fill_container", - "gap": 10, - "padding": [ - 10, - 12 - ], - "alignItems": "center", - "children": [ - { - "type": "text", - "id": "NavCRMNum", - "fill": "$text-tertiary", - "content": "05", - "fontFamily": "Roboto", - "fontSize": 12, - "fontWeight": "600" - }, - { - "type": "text", - "id": "NavCRMLabel", - "fill": "$text-secondary", - "content": "CRM", - "fontFamily": "Roboto", - "fontSize": 12, - "fontWeight": "500" - } - ] - }, - { - "type": "frame", - "id": "NavStats", - "width": "fill_container", - "gap": 10, - "padding": [ - 10, - 12 - ], - "alignItems": "center", - "children": [ - { - "type": "text", - "id": "NavStatsNum", - "fill": "$text-tertiary", - "content": "06", - "fontFamily": "Roboto", - "fontSize": 12, - "fontWeight": "600" - }, - { - "type": "text", - "id": "NavStatsLabel", - "fill": "$text-secondary", - "content": "ANALYTICS", - "fontFamily": "Roboto", - "fontSize": 12, - "fontWeight": "500" - } - ] - } - ] - } - ] - }, - { - "type": "frame", - "id": "SidebarBottom", - "width": "fill_container", - "layout": "vertical", - "gap": 20, - "children": [ - { - "type": "frame", - "id": "AICredits", - "width": "fill_container", - "fill": "#A855F715", - "stroke": { - "thickness": 1, - "fill": "#A855F730" - }, - "layout": "vertical", - "gap": 12, - "padding": 16, - "children": [ - { - "type": "frame", - "id": "CreditsHeader", - "gap": 8, - "alignItems": "center", - "children": [ - { - "type": "icon_font", - "id": "CreditsIcon", - "width": 14, - "height": 14, - "iconFontName": "sparkles", - "iconFontFamily": "lucide", - "fill": "#A855F7" - }, - { - "type": "text", - "id": "CreditsLabel", - "fill": "#A855F7", - "content": "GEMINI API", - "fontFamily": "Roboto", - "fontSize": 11, - "fontWeight": "700" - } - ] - }, - { - "type": "text", - "id": "CreditsValue", - "fill": "$text-primary", - "content": "8.2K tokens left", - "fontFamily": "Roboto", - "fontSize": 12, - "fontWeight": "normal" - } - ] - }, - { - "type": "frame", - "id": "AccountRow", - "width": "fill_container", - "stroke": { - "align": "inside", - "thickness": 1, - "fill": "$border" - }, - "gap": 10, - "padding": [ - 20, - 0, - 0, - 0 - ], - "alignItems": "center", - "children": [ - { - "type": "frame", - "id": "Avatar", - "width": 32, - "height": 32, - "fill": "$border", - "justifyContent": "center", - "alignItems": "center", - "children": [ - { - "type": "text", - "id": "AvatarText", - "fill": "$text-primary", - "content": "AD", - "fontFamily": "Roboto", - "fontSize": 10, - "fontWeight": "700" - } - ] - }, - { - "type": "text", - "id": "UserName", - "fill": "$text-primary", - "content": "ADMIN", - "fontFamily": "Roboto", - "fontSize": 12, - "fontWeight": "600" - }, - { - "type": "icon_font", - "id": "ChevronIcon", - "width": 14, - "height": 14, - "iconFontName": "chevron-right", - "iconFontFamily": "lucide", - "fill": "$text-tertiary" - } - ] - } - ] - } - ] - }, - { - "type": "frame", - "id": "MainContent", - "width": "fill_container", - "height": "fill_container", - "fill": "$bg-page", - "children": [ - { - "type": "frame", - "id": "ScenariosList", - "width": 320, - "height": "fill_container", - "fill": "$bg-card", - "stroke": { - "thickness": 1, - "fill": "$border" - }, - "layout": "vertical", - "children": [ - { - "type": "frame", - "id": "ScenariosHeader", - "width": "fill_container", - "stroke": { - "align": "inside", - "thickness": 1, - "fill": "$border" - }, - "padding": [ - 16, - 20 - ], - "justifyContent": "space_between", - "alignItems": "center", - "children": [ - { - "type": "frame", - "id": "ScenariosLeft", - "gap": 10, - "alignItems": "center", - "children": [ - { - "type": "icon_font", - "id": "ScenariosIcon", - "width": 16, - "height": 16, - "iconFontName": "layers", - "iconFontFamily": "lucide", - "fill": "$yellow-primary" - }, - { - "type": "text", - "id": "ScenariosTitle", - "fill": "$text-primary", - "content": "SCENARIOS", - "fontFamily": "Roboto", - "fontSize": 12, - "fontWeight": "700" - } - ] - }, - { - "type": "frame", - "id": "AddScenarioBtn", - "width": 28, - "height": 28, - "fill": "$yellow-primary", - "justifyContent": "center", - "alignItems": "center", - "children": [ - { - "type": "icon_font", - "id": "AddScenarioIcon", - "width": 14, - "height": 14, - "iconFontName": "plus", - "iconFontFamily": "lucide", - "fill": "$bg-card" - } - ] - } - ] - }, - { - "type": "frame", - "id": "ScenarioItems", - "width": "fill_container", - "height": "fill_container", - "layout": "vertical", - "children": [ - { - "type": "frame", - "id": "Scenario1", - "width": "fill_container", - "fill": "#FACC1510", - "stroke": { - "align": "inside", - "thickness": 2, - "fill": "$yellow-primary" - }, - "layout": "vertical", - "gap": 12, - "padding": 16, - "children": [ - { - "type": "frame", - "id": "S1Header", - "width": "fill_container", - "justifyContent": "space_between", - "alignItems": "center", - "children": [ - { - "type": "frame", - "id": "S1Left", - "gap": 8, - "alignItems": "center", - "children": [ - { - "type": "icon_font", - "id": "S1Icon", - "width": 14, - "height": 14, - "iconFontName": "sparkles", - "iconFontFamily": "lucide", - "fill": "#A855F7" - }, - { - "type": "text", - "id": "S1Name", - "fill": "$text-primary", - "content": "Product Consultant", - "fontFamily": "Roboto", - "fontSize": 12, - "fontWeight": "600" - } - ] - }, - { - "type": "frame", - "id": "S1Status", - "fill": "#22C55E20", - "padding": [ - 4, - 8 - ], - "children": [ - { - "type": "text", - "id": "S1StatusText", - "fill": "$success", - "content": "ACTIVE", - "fontFamily": "Roboto", - "fontSize": 9, - "fontWeight": "700" - } - ] - } - ] - }, - { - "type": "text", - "id": "S1Desc", - "fill": "$text-secondary", - "content": "Tư vấn sản phẩm tự động với AI", - "fontFamily": "Roboto", - "fontSize": 11, - "fontWeight": "normal" - }, - { - "type": "frame", - "id": "S1Stats", - "gap": 16, - "children": [ - { - "type": "text", - "id": "S1Convos", - "fill": "$text-tertiary", - "content": "2.4K convos", - "fontFamily": "Roboto", - "fontSize": 10, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "S1Rate", - "fill": "$success", - "content": "92% success", - "fontFamily": "Roboto", - "fontSize": 10, - "fontWeight": "normal" - } - ] - } - ] - }, - { - "type": "frame", - "id": "Scenario2", - "width": "fill_container", - "stroke": { - "align": "inside", - "thickness": 1, - "fill": "$border" - }, - "layout": "vertical", - "gap": 12, - "padding": 16, - "children": [ - { - "type": "frame", - "id": "S2Header", - "width": "fill_container", - "justifyContent": "space_between", - "alignItems": "center", - "children": [ - { - "type": "frame", - "id": "S2Left", - "gap": 8, - "alignItems": "center", - "children": [ - { - "type": "icon_font", - "id": "S2Icon", - "width": 14, - "height": 14, - "iconFontName": "sparkles", - "iconFontFamily": "lucide", - "fill": "#A855F7" - }, - { - "type": "text", - "id": "S2Name", - "fill": "$text-primary", - "content": "FAQ Handler", - "fontFamily": "Roboto", - "fontSize": 12, - "fontWeight": "600" - } - ] - }, - { - "type": "frame", - "id": "S2Status", - "fill": "#22C55E20", - "padding": [ - 4, - 8 - ], - "children": [ - { - "type": "text", - "id": "S2StatusText", - "fill": "$success", - "content": "ACTIVE", - "fontFamily": "Roboto", - "fontSize": 9, - "fontWeight": "700" - } - ] - } - ] - }, - { - "type": "text", - "id": "S2Desc", - "fill": "$text-secondary", - "content": "Trả lời câu hỏi thường gặp", - "fontFamily": "Roboto", - "fontSize": 11, - "fontWeight": "normal" - }, - { - "type": "frame", - "id": "S2Stats", - "gap": 16, - "children": [ - { - "type": "text", - "id": "S2Convos", - "fill": "$text-tertiary", - "content": "5.1K convos", - "fontFamily": "Roboto", - "fontSize": 10, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "S2Rate", - "fill": "$success", - "content": "88% success", - "fontFamily": "Roboto", - "fontSize": 10, - "fontWeight": "normal" - } - ] - } - ] - }, - { - "type": "frame", - "id": "Scenario3", - "width": "fill_container", - "stroke": { - "align": "inside", - "thickness": 1, - "fill": "$border" - }, - "layout": "vertical", - "gap": 12, - "padding": 16, - "children": [ - { - "type": "frame", - "id": "S3Header", - "width": "fill_container", - "justifyContent": "space_between", - "alignItems": "center", - "children": [ - { - "type": "frame", - "id": "S3Left", - "gap": 8, - "alignItems": "center", - "children": [ - { - "type": "icon_font", - "id": "S3Icon", - "width": 14, - "height": 14, - "iconFontName": "sparkles", - "iconFontFamily": "lucide", - "fill": "#A855F7" - }, - { - "type": "text", - "id": "S3Name", - "fill": "$text-primary", - "content": "Lead Generator", - "fontFamily": "Roboto", - "fontSize": 12, - "fontWeight": "600" - } - ] - }, - { - "type": "frame", - "id": "S3Status", - "fill": "#FACC1520", - "padding": [ - 4, - 8 - ], - "children": [ - { - "type": "text", - "id": "S3StatusText", - "fill": "$warning", - "content": "TRAINING", - "fontFamily": "Roboto", - "fontSize": 9, - "fontWeight": "700" - } - ] - } - ] - }, - { - "type": "text", - "id": "S3Desc", - "fill": "$text-secondary", - "content": "Thu thập thông tin khách hàng", - "fontFamily": "Roboto", - "fontSize": 11, - "fontWeight": "normal" - }, - { - "type": "frame", - "id": "S3Stats", - "gap": 16, - "children": [ - { - "type": "text", - "id": "S3Convos", - "fill": "$text-tertiary", - "content": "342 test runs", - "fontFamily": "Roboto", - "fontSize": 10, - "fontWeight": "normal" - } - ] - } - ] - }, - { - "type": "frame", - "id": "Scenario4", - "width": "fill_container", - "stroke": { - "align": "inside", - "thickness": 1, - "fill": "$border" - }, - "layout": "vertical", - "gap": 12, - "padding": 16, - "children": [ - { - "type": "frame", - "id": "S4Header", - "width": "fill_container", - "justifyContent": "space_between", - "alignItems": "center", - "children": [ - { - "type": "frame", - "id": "S4Left", - "gap": 8, - "alignItems": "center", - "children": [ - { - "type": "icon_font", - "id": "S4Icon", - "width": 14, - "height": 14, - "iconFontName": "sparkles", - "iconFontFamily": "lucide", - "fill": "#A855F7" - }, - { - "type": "text", - "id": "S4Name", - "fill": "$text-primary", - "content": "Promo Campaign", - "fontFamily": "Roboto", - "fontSize": 12, - "fontWeight": "600" - } - ] - }, - { - "type": "frame", - "id": "S4Status", - "fill": "$bg-page", - "padding": [ - 4, - 8 - ], - "children": [ - { - "type": "text", - "id": "S4StatusText", - "fill": "$text-tertiary", - "content": "DRAFT", - "fontFamily": "Roboto", - "fontSize": 9, - "fontWeight": "700" - } - ] - } - ] - }, - { - "type": "text", - "id": "S4Desc", - "fill": "$text-secondary", - "content": "Giới thiệu khuyến mãi mới", - "fontFamily": "Roboto", - "fontSize": 11, - "fontWeight": "normal" - } - ] - } - ] - } - ] - }, - { - "type": "frame", - "id": "ConfigPanel", - "width": "fill_container", - "height": "fill_container", - "layout": "vertical", - "children": [ - { - "type": "frame", - "id": "ConfigHeader", - "width": "fill_container", - "fill": "$bg-card", - "stroke": { - "thickness": 1, - "fill": "$border" - }, - "padding": [ - 16, - 24 - ], - "justifyContent": "space_between", - "alignItems": "center", - "children": [ - { - "type": "frame", - "id": "ConfigLeft", - "layout": "vertical", - "gap": 4, - "children": [ - { - "type": "frame", - "id": "ConfigTitleRow", - "gap": 10, - "alignItems": "center", - "children": [ - { - "type": "icon_font", - "id": "ConfigIcon", - "width": 20, - "height": 20, - "iconFontName": "sparkles", - "iconFontFamily": "lucide", - "fill": "#A855F7" - }, - { - "type": "text", - "id": "ConfigTitle", - "fill": "$text-primary", - "content": "PRODUCT CONSULTANT", - "fontFamily": "Roboto", - "fontSize": 20, - "fontWeight": "700" - } - ] - }, - { - "type": "text", - "id": "ConfigDesc", - "fill": "$text-secondary", - "content": "Powered by Gemini 2.0 Flash", - "fontFamily": "Roboto", - "fontSize": 12, - "fontWeight": "normal" - } - ] - }, - { - "type": "frame", - "id": "ConfigActions", - "gap": 12, - "children": [ - { - "type": "frame", - "id": "TrainBtn", - "fill": "#A855F715", - "stroke": { - "thickness": 1, - "fill": "#A855F7" - }, - "gap": 6, - "padding": [ - 10, - 16 - ], - "alignItems": "center", - "children": [ - { - "type": "icon_font", - "id": "TrainIcon", - "width": 14, - "height": 14, - "iconFontName": "brain", - "iconFontFamily": "lucide", - "fill": "#A855F7" - }, - { - "type": "text", - "id": "TrainText", - "fill": "#A855F7", - "content": "TRAIN", - "fontFamily": "Roboto", - "fontSize": 11, - "fontWeight": "600" - } - ] - }, - { - "type": "frame", - "id": "SaveBtn", - "fill": "$yellow-primary", - "gap": 6, - "padding": [ - 10, - 18 - ], - "alignItems": "center", - "children": [ - { - "type": "icon_font", - "id": "SaveIcon", - "width": 14, - "height": 14, - "iconFontName": "save", - "iconFontFamily": "lucide", - "fill": "$bg-card" - }, - { - "type": "text", - "id": "SaveText", - "fill": "$bg-card", - "content": "SAVE", - "fontFamily": "Roboto", - "fontSize": 11, - "fontWeight": "700" - } - ] - } - ] - } - ] - }, - { - "type": "frame", - "id": "ConfigBody", - "width": "fill_container", - "height": "fill_container", - "gap": 20, - "padding": 24, - "children": [ - { - "type": "frame", - "id": "SystemPrompt", - "width": "fill_container", - "height": "fill_container", - "fill": "$bg-card", - "stroke": { - "thickness": 1, - "fill": "$border" - }, - "layout": "vertical", - "children": [ - { - "type": "frame", - "id": "PromptHeader", - "width": "fill_container", - "stroke": { - "align": "inside", - "thickness": 1, - "fill": "$border" - }, - "gap": 10, - "padding": [ - 14, - 20 - ], - "alignItems": "center", - "children": [ - { - "type": "icon_font", - "id": "PromptIcon", - "width": 14, - "height": 14, - "iconFontName": "file-text", - "iconFontFamily": "lucide", - "fill": "$yellow-primary" - }, - { - "type": "text", - "id": "PromptTitle", - "fill": "$text-primary", - "content": "SYSTEM PROMPT", - "fontFamily": "Roboto", - "fontSize": 11, - "fontWeight": "700" - } - ] - }, - { - "type": "frame", - "id": "PromptBody", - "width": "fill_container", - "height": "fill_container", - "padding": 16, - "children": [ - { - "type": "text", - "id": "PromptText", - "fill": "$text-secondary", - "content": "Bạn là trợ lý bán hàng chuyên nghiệp của GoodGo. Nhiệm vụ của bạn là:\n\n1. Chào đón khách hàng thân thiện\n2. Tư vấn sản phẩm phù hợp nhu cầu\n3. Trả lời câu hỏi về giá và tính năng\n4. Hướng dẫn đặt hàng\n\nLuôn giữ giọng điệu lịch sự, chuyên nghiệp và hữu ích.", - "lineHeight": 1.6, - "fontFamily": "Roboto", - "fontSize": 12, - "fontWeight": "normal" - } - ] - } - ] - }, - { - "type": "frame", - "id": "TrainingData", - "width": "fill_container", - "height": "fill_container", - "fill": "$bg-card", - "stroke": { - "thickness": 1, - "fill": "$border" - }, - "layout": "vertical", - "children": [ - { - "type": "frame", - "id": "TrainingHeader", - "width": "fill_container", - "stroke": { - "align": "inside", - "thickness": 1, - "fill": "$border" - }, - "padding": [ - 14, - 20 - ], - "justifyContent": "space_between", - "alignItems": "center", - "children": [ - { - "type": "frame", - "id": "TrainingLeft", - "gap": 10, - "alignItems": "center", - "children": [ - { - "type": "icon_font", - "id": "TrainingIcon", - "width": 14, - "height": 14, - "iconFontName": "database", - "iconFontFamily": "lucide", - "fill": "$yellow-primary" - }, - { - "type": "text", - "id": "TrainingTitle", - "fill": "$text-primary", - "content": "TRAINING DATA", - "fontFamily": "Roboto", - "fontSize": 11, - "fontWeight": "700" - } - ] - }, - { - "type": "frame", - "id": "UploadBtn", - "stroke": { - "thickness": 1, - "fill": "$border" - }, - "gap": 6, - "padding": [ - 6, - 10 - ], - "alignItems": "center", - "children": [ - { - "type": "icon_font", - "id": "UploadIcon", - "width": 12, - "height": 12, - "iconFontName": "upload", - "iconFontFamily": "lucide", - "fill": "$text-secondary" - }, - { - "type": "text", - "id": "UploadText", - "fill": "$text-secondary", - "content": "UPLOAD", - "fontFamily": "Roboto", - "fontSize": 10, - "fontWeight": "600" - } - ] - } - ] - }, - { - "type": "frame", - "id": "TrainingBody", - "width": "fill_container", - "height": "fill_container", - "layout": "vertical", - "gap": 10, - "padding": 16, - "children": [ - { - "type": "frame", - "id": "DataFile1", - "width": "fill_container", - "fill": "$bg-page", - "stroke": { - "thickness": 1, - "fill": "$border" - }, - "padding": 12, - "justifyContent": "space_between", - "alignItems": "center", - "children": [ - { - "type": "frame", - "id": "DF1Left", - "gap": 10, - "alignItems": "center", - "children": [ - { - "type": "icon_font", - "id": "DF1Icon", - "width": 14, - "height": 14, - "iconFontName": "file-text", - "iconFontFamily": "lucide", - "fill": "$text-tertiary" - }, - { - "type": "text", - "id": "DF1Name", - "fill": "$text-primary", - "content": "products.json", - "fontFamily": "Roboto", - "fontSize": 11, - "fontWeight": "normal" - } - ] - }, - { - "type": "text", - "id": "DF1Size", - "fill": "$text-tertiary", - "content": "2.4 MB", - "fontFamily": "Roboto", - "fontSize": 10, - "fontWeight": "normal" - } - ] - }, - { - "type": "frame", - "id": "DataFile2", - "width": "fill_container", - "fill": "$bg-page", - "stroke": { - "thickness": 1, - "fill": "$border" - }, - "padding": 12, - "justifyContent": "space_between", - "alignItems": "center", - "children": [ - { - "type": "frame", - "id": "DF2Left", - "gap": 10, - "alignItems": "center", - "children": [ - { - "type": "icon_font", - "id": "DF2Icon", - "width": 14, - "height": 14, - "iconFontName": "file-text", - "iconFontFamily": "lucide", - "fill": "$text-tertiary" - }, - { - "type": "text", - "id": "DF2Name", - "fill": "$text-primary", - "content": "faq-responses.csv", - "fontFamily": "Roboto", - "fontSize": 11, - "fontWeight": "normal" - } - ] - }, - { - "type": "text", - "id": "DF2Size", - "fill": "$text-tertiary", - "content": "856 KB", - "fontFamily": "Roboto", - "fontSize": 10, - "fontWeight": "normal" - } - ] - }, - { - "type": "frame", - "id": "DataFile3", - "width": "fill_container", - "fill": "$bg-page", - "stroke": { - "thickness": 1, - "fill": "$border" - }, - "padding": 12, - "justifyContent": "space_between", - "alignItems": "center", - "children": [ - { - "type": "frame", - "id": "DF3Left", - "gap": 10, - "alignItems": "center", - "children": [ - { - "type": "icon_font", - "id": "DF3Icon", - "width": 14, - "height": 14, - "iconFontName": "file-text", - "iconFontFamily": "lucide", - "fill": "$text-tertiary" - }, - { - "type": "text", - "id": "DF3Name", - "fill": "$text-primary", - "content": "chat-history.json", - "fontFamily": "Roboto", - "fontSize": 11, - "fontWeight": "normal" - } - ] - }, - { - "type": "text", - "id": "DF3Size", - "fill": "$text-tertiary", - "content": "5.1 MB", - "fontFamily": "Roboto", - "fontSize": 10, - "fontWeight": "normal" - } - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "type": "frame", - "id": "TestPanel", - "width": 340, - "height": "fill_container", - "fill": "$bg-card", - "stroke": { - "align": "inside", - "thickness": 1, - "fill": "$border" - }, - "layout": "vertical", - "children": [ - { - "type": "frame", - "id": "TestHeader", - "width": "fill_container", - "stroke": { - "align": "inside", - "thickness": 1, - "fill": "$border" - }, - "gap": 10, - "padding": [ - 16, - 20 - ], - "alignItems": "center", - "children": [ - { - "type": "icon_font", - "id": "TestIcon", - "width": 16, - "height": 16, - "iconFontName": "message-square", - "iconFontFamily": "lucide", - "fill": "$yellow-primary" - }, - { - "type": "text", - "id": "TestTitle", - "fill": "$text-primary", - "content": "TEST CHAT", - "fontFamily": "Roboto", - "fontSize": 12, - "fontWeight": "700" - } - ] - }, - { - "type": "frame", - "id": "TestMessages", - "width": "fill_container", - "height": "fill_container", - "layout": "vertical", - "gap": 12, - "padding": 16, - "children": [ - { - "type": "frame", - "id": "UserMsg1", - "width": "fill_container", - "justifyContent": "end", - "children": [ - { - "type": "frame", - "id": "UserBubble1", - "fill": "$yellow-primary", - "layout": "vertical", - "gap": 4, - "padding": [ - 10, - 14 - ], - "children": [ - { - "type": "text", - "id": "UserText1", - "fill": "$bg-card", - "content": "Cho mình hỏi sản phẩm X giá bao nhiêu?", - "fontFamily": "Roboto", - "fontSize": 12, - "fontWeight": "500" - } - ] - } - ] - }, - { - "type": "frame", - "id": "BotMsg1", - "width": "fill_container", - "gap": 10, - "children": [ - { - "type": "frame", - "id": "BotAvatar", - "width": 28, - "height": 28, - "fill": "#A855F720", - "justifyContent": "center", - "alignItems": "center", - "children": [ - { - "type": "icon_font", - "id": "BotAvatarIcon", - "width": 14, - "height": 14, - "iconFontName": "bot", - "iconFontFamily": "lucide", - "fill": "#A855F7" - } - ] - }, - { - "type": "frame", - "id": "BotBubble1", - "width": "fill_container", - "fill": "$bg-page", - "stroke": { - "thickness": 1, - "fill": "$border" - }, - "layout": "vertical", - "gap": 8, - "padding": [ - 10, - 14 - ], - "children": [ - { - "type": "text", - "id": "BotText1", - "fill": "$text-primary", - "content": "Chào bạn! 👋 Dạ sản phẩm X hiện đang có giá:\n\n• Size S: 250.000đ\n• Size M: 290.000đ\n• Size L: 350.000đ\n\nBạn muốn mình tư vấn thêm về sản phẩm không ạ?", - "lineHeight": 1.5, - "fontFamily": "Roboto", - "fontSize": 12, - "fontWeight": "normal" - }, - { - "type": "frame", - "id": "BotInfo", - "gap": 8, - "alignItems": "center", - "children": [ - { - "type": "icon_font", - "id": "BotInfoIcon", - "width": 10, - "height": 10, - "iconFontName": "sparkles", - "iconFontFamily": "lucide", - "fill": "#A855F7" - }, - { - "type": "text", - "id": "BotInfoText", - "fill": "#A855F7", - "content": "Gemini 2.0", - "fontFamily": "Roboto", - "fontSize": 10, - "fontWeight": "normal" - } - ] - } - ] - } - ] - } - ] - }, - { - "type": "frame", - "id": "TestInput", - "width": "fill_container", - "stroke": { - "align": "inside", - "thickness": 1, - "fill": "$border" - }, - "gap": 10, - "padding": [ - 12, - 16 - ], - "alignItems": "center", - "children": [ - { - "type": "frame", - "id": "TestInputField", - "width": "fill_container", - "height": 36, - "fill": "$bg-page", - "stroke": { - "thickness": 1, - "fill": "$border" - }, - "padding": [ - 0, - 12 - ], - "alignItems": "center", - "children": [ - { - "type": "text", - "id": "TestInputPlaceholder", - "fill": "$text-tertiary", - "content": "Test a message...", - "fontFamily": "Roboto", - "fontSize": 12, - "fontWeight": "normal" - } - ] - }, - { - "type": "frame", - "id": "TestSendBtn", - "width": 36, - "height": 36, - "fill": "$yellow-primary", - "justifyContent": "center", - "alignItems": "center", - "children": [ - { - "type": "icon_font", - "id": "TestSendIcon", - "width": 16, - "height": 16, - "iconFontName": "send", - "iconFontFamily": "lucide", - "fill": "$bg-card" - } - ] - } - ] - } - ] - } - ] - } - ] - } - ], - "variables": { - "bg-page": { - "type": "color", - "value": "#18181B" - }, - "bg-card": { - "type": "color", - "value": "#0F0F10" - }, - "yellow-primary": { - "type": "color", - "value": "#FACC15" - }, - "text-primary": { - "type": "color", - "value": "#FAFAFA" - }, - "text-secondary": { - "type": "color", - "value": "#71717A" - }, - "text-tertiary": { - "type": "color", - "value": "#52525B" - }, - "border": { - "type": "color", - "value": "#27272A" - }, - "success": { - "type": "color", - "value": "#22C55E" - }, - "warning": { - "type": "color", - "value": "#FACC15" - }, - "error": { - "type": "color", - "value": "#EF4444" - }, - "info": { - "type": "color", - "value": "#3B82F6" - } - } -} \ No newline at end of file diff --git a/pencil-design/src/pages/tMarketing/ai-content-studio.pen b/pencil-design/src/pages/tMarketing/ai-content-studio.pen deleted file mode 100644 index 12b73423..00000000 --- a/pencil-design/src/pages/tMarketing/ai-content-studio.pen +++ /dev/null @@ -1,259 +0,0 @@ -{ - "version": "2.6", - "children": [ - { - "type": "frame", - "id": "AIContentStudioScreen", - "name": "Screen/AI Content Studio", - "reusable": true, - "width": 1280, - "height": 720, - "fill": "$bg-page", - "layout": "horizontal", - "clip": true, - "children": [ - { - "type": "frame", - "id": "Sidebar", - "width": 240, - "height": "fill_container", - "fill": "$bg-card", - "stroke": {"thickness": 3, "fill": "$yellow-primary", "align": "inside"}, - "layout": "vertical", - "justifyContent": "space_between", - "padding": [24, 16], - "children": [ - { - "type": "frame", - "id": "SidebarTop", - "width": "fill_container", - "layout": "vertical", - "gap": 32, - "children": [ - {"type": "frame", "id": "LogoSection", "width": "fill_container", "padding": [0, 0, 16, 0], "stroke": {"thickness": 1, "fill": "$border", "align": "inside"}, "gap": 8, "alignItems": "center", "children": [ - {"type": "frame", "id": "LogoMark", "width": 32, "height": 32, "fill": "$yellow-primary", "justifyContent": "center", "alignItems": "center", "children": [ - {"type": "text", "id": "LogoLetter", "fill": "$bg-card", "content": "M", "fontFamily": "Roboto", "fontSize": 16, "fontWeight": "700"} - ]}, - {"type": "text", "id": "LogoText", "fill": "$text-primary", "content": "tMARKETING", "fontFamily": "Roboto", "fontSize": 14, "fontWeight": "700"} - ]}, - {"type": "frame", "id": "NavSection", "width": "fill_container", "layout": "vertical", "gap": 2, "children": [ - {"type": "frame", "id": "NavHub", "width": "fill_container", "padding": [10, 12], "gap": 10, "alignItems": "center", "children": [ - {"type": "text", "id": "NavHubNum", "fill": "$text-tertiary", "content": "01", "fontFamily": "Roboto", "fontSize": 12, "fontWeight": "600"}, - {"type": "text", "id": "NavHubLabel", "fill": "$text-secondary", "content": "HUB", "fontFamily": "Roboto", "fontSize": 12, "fontWeight": "500"} - ]}, - {"type": "frame", "id": "NavChat", "width": "fill_container", "padding": [10, 12], "gap": 10, "alignItems": "center", "children": [ - {"type": "text", "id": "NavChatNum", "fill": "$text-tertiary", "content": "02", "fontFamily": "Roboto", "fontSize": 12, "fontWeight": "600"}, - {"type": "text", "id": "NavChatLabel", "fill": "$text-secondary", "content": "CHAT", "fontFamily": "Roboto", "fontSize": 12, "fontWeight": "500"} - ]}, - {"type": "frame", "id": "NavCRM", "width": "fill_container", "padding": [10, 12], "gap": 10, "alignItems": "center", "children": [ - {"type": "text", "id": "NavCRMNum", "fill": "$text-tertiary", "content": "03", "fontFamily": "Roboto", "fontSize": 12, "fontWeight": "600"}, - {"type": "text", "id": "NavCRMLabel", "fill": "$text-secondary", "content": "CRM", "fontFamily": "Roboto", "fontSize": 12, "fontWeight": "500"} - ]}, - {"type": "frame", "id": "NavAI", "width": "fill_container", "fill": "#FACC1515", "stroke": {"thickness": 1, "fill": "$yellow-primary", "align": "inside"}, "padding": [10, 12], "gap": 10, "alignItems": "center", "children": [ - {"type": "text", "id": "NavAINum", "fill": "$yellow-primary", "content": "04", "fontFamily": "Roboto", "fontSize": 12, "fontWeight": "600"}, - {"type": "text", "id": "NavAILabel", "fill": "$text-primary", "content": "AI STUDIO", "fontFamily": "Roboto", "fontSize": 12, "fontWeight": "600"} - ]}, - {"type": "frame", "id": "NavStats", "width": "fill_container", "padding": [10, 12], "gap": 10, "alignItems": "center", "children": [ - {"type": "text", "id": "NavStatsNum", "fill": "$text-tertiary", "content": "05", "fontFamily": "Roboto", "fontSize": 12, "fontWeight": "600"}, - {"type": "text", "id": "NavStatsLabel", "fill": "$text-secondary", "content": "ANALYTICS", "fontFamily": "Roboto", "fontSize": 12, "fontWeight": "500"} - ]} - ]} - ] - }, - { - "type": "frame", - "id": "SidebarBottom", - "width": "fill_container", - "layout": "vertical", - "gap": 20, - "children": [ - {"type": "frame", "id": "AICredits", "width": "fill_container", "fill": "#A855F715", "stroke": {"thickness": 1, "fill": "#A855F730"}, "padding": 16, "layout": "vertical", "gap": 12, "children": [ - {"type": "frame", "id": "CreditsHeader", "gap": 8, "alignItems": "center", "children": [ - {"type": "icon_font", "id": "CreditsIcon", "width": 14, "height": 14, "iconFontName": "sparkles", "iconFontFamily": "lucide", "fill": "#A855F7"}, - {"type": "text", "id": "CreditsLabel", "fill": "#A855F7", "content": "AI CREDITS", "fontFamily": "Roboto", "fontSize": 11, "fontWeight": "700"} - ]}, - {"type": "text", "id": "CreditsValue", "fill": "$text-primary", "content": "450 / 500", "fontFamily": "Roboto", "fontSize": 14, "fontWeight": "600"}, - {"type": "frame", "id": "CreditsBar", "width": "fill_container", "height": 4, "fill": "$bg-page", "children": [ - {"type": "frame", "id": "CreditsFill", "width": "90%", "height": 4, "fill": "#A855F7"} - ]} - ]}, - {"type": "frame", "id": "AccountRow", "width": "fill_container", "padding": [20, 0, 0, 0], "stroke": {"thickness": 1, "fill": "$border", "align": "inside"}, "gap": 10, "alignItems": "center", "children": [ - {"type": "frame", "id": "Avatar", "width": 32, "height": 32, "fill": "$border", "justifyContent": "center", "alignItems": "center", "children": [ - {"type": "text", "id": "AvatarText", "fill": "$text-primary", "content": "AD", "fontFamily": "Roboto", "fontSize": 10, "fontWeight": "700"} - ]}, - {"type": "text", "id": "UserName", "fill": "$text-primary", "content": "ADMIN", "fontFamily": "Roboto", "fontSize": 12, "fontWeight": "600"}, - {"type": "icon_font", "id": "ChevronIcon", "width": 14, "height": 14, "iconFontName": "chevron-right", "iconFontFamily": "lucide", "fill": "$text-tertiary"} - ]} - ] - } - ] - }, - { - "type": "frame", - "id": "MainContent", - "width": "fill_container", - "height": "fill_container", - "fill": "$bg-page", - "layout": "horizontal", - "gap": 0, - "children": [ - {"type": "frame", "id": "ContentArea", "width": "fill_container", "height": "fill_container", "layout": "vertical", "padding": [32, 32], "gap": 24, "children": [ - {"type": "frame", "id": "PageHeader", "width": "fill_container", "justifyContent": "space_between", "alignItems": "center", "children": [ - {"type": "frame", "id": "HeaderLeft", "layout": "vertical", "gap": 4, "children": [ - {"type": "text", "id": "PageTitle", "fill": "$text-primary", "content": "AI CONTENT STUDIO", "fontFamily": "Roboto", "fontSize": 28, "fontWeight": "700"}, - {"type": "text", "id": "PageSubtitle", "fill": "$text-secondary", "content": "Generate content with Google Gemini AI", "fontFamily": "Roboto", "fontSize": 13} - ]}, - {"type": "frame", "id": "HeaderActions", "gap": 12, "children": [ - {"type": "frame", "id": "DraftsBtn", "stroke": {"thickness": 1, "fill": "$border"}, "padding": [8, 12], "gap": 6, "alignItems": "center", "children": [ - {"type": "icon_font", "id": "DraftsIcon", "width": 14, "height": 14, "iconFontName": "file-text", "iconFontFamily": "lucide", "fill": "$text-tertiary"}, - {"type": "text", "id": "DraftsText", "fill": "$text-secondary", "content": "DRAFTS", "fontFamily": "Roboto", "fontSize": 11, "fontWeight": "500"} - ]}, - {"type": "frame", "id": "ScheduleBtn", "stroke": {"thickness": 1, "fill": "$border"}, "padding": [8, 12], "gap": 6, "alignItems": "center", "children": [ - {"type": "icon_font", "id": "ScheduleIcon", "width": 14, "height": 14, "iconFontName": "calendar", "iconFontFamily": "lucide", "fill": "$text-tertiary"}, - {"type": "text", "id": "ScheduleText", "fill": "$text-secondary", "content": "SCHEDULE", "fontFamily": "Roboto", "fontSize": 11, "fontWeight": "500"} - ]} - ]} - ]}, - {"type": "frame", "id": "ContentCalendar", "width": "fill_container", "fill": "$bg-card", "stroke": {"thickness": 1, "fill": "$border"}, "layout": "vertical", "children": [ - {"type": "frame", "id": "CalendarHeader", "width": "fill_container", "padding": [16, 20], "stroke": {"thickness": 1, "fill": "$border", "align": "inside"}, "justifyContent": "space_between", "alignItems": "center", "children": [ - {"type": "frame", "id": "CalendarHeaderLeft", "gap": 10, "alignItems": "center", "children": [ - {"type": "icon_font", "id": "CalendarIcon", "width": 16, "height": 16, "iconFontName": "calendar", "iconFontFamily": "lucide", "fill": "$yellow-primary"}, - {"type": "text", "id": "CalendarTitle", "fill": "$text-primary", "content": "CONTENT CALENDAR", "fontFamily": "Roboto", "fontSize": 12, "fontWeight": "700"} - ]}, - {"type": "frame", "id": "CalendarNav", "gap": 8, "alignItems": "center", "children": [ - {"type": "frame", "id": "CalendarPrev", "width": 28, "height": 28, "stroke": {"thickness": 1, "fill": "$border"}, "justifyContent": "center", "alignItems": "center", "children": [ - {"type": "icon_font", "id": "PrevIcon", "width": 14, "height": 14, "iconFontName": "chevron-left", "iconFontFamily": "lucide", "fill": "$text-secondary"} - ]}, - {"type": "text", "id": "CalendarMonth", "fill": "$text-primary", "content": "FEBRUARY 2026", "fontFamily": "Roboto", "fontSize": 12, "fontWeight": "600"}, - {"type": "frame", "id": "CalendarNext", "width": 28, "height": 28, "stroke": {"thickness": 1, "fill": "$border"}, "justifyContent": "center", "alignItems": "center", "children": [ - {"type": "icon_font", "id": "NextIcon", "width": 14, "height": 14, "iconFontName": "chevron-right", "iconFontFamily": "lucide", "fill": "$text-secondary"} - ]} - ]} - ]}, - {"type": "frame", "id": "CalendarDays", "width": "fill_container", "padding": [8, 20], "stroke": {"thickness": 1, "fill": "$border", "align": "inside"}, "gap": 0, "children": [ - {"type": "frame", "id": "Day1", "width": "fill_container", "justifyContent": "center", "children": [{"type": "text", "id": "Day1Text", "fill": "$text-tertiary", "content": "SUN", "fontFamily": "Roboto", "fontSize": 10, "fontWeight": "700"}]}, - {"type": "frame", "id": "Day2", "width": "fill_container", "justifyContent": "center", "children": [{"type": "text", "id": "Day2Text", "fill": "$text-tertiary", "content": "MON", "fontFamily": "Roboto", "fontSize": 10, "fontWeight": "700"}]}, - {"type": "frame", "id": "Day3", "width": "fill_container", "justifyContent": "center", "children": [{"type": "text", "id": "Day3Text", "fill": "$text-tertiary", "content": "TUE", "fontFamily": "Roboto", "fontSize": 10, "fontWeight": "700"}]}, - {"type": "frame", "id": "Day4", "width": "fill_container", "justifyContent": "center", "children": [{"type": "text", "id": "Day4Text", "fill": "$text-tertiary", "content": "WED", "fontFamily": "Roboto", "fontSize": 10, "fontWeight": "700"}]}, - {"type": "frame", "id": "Day5", "width": "fill_container", "justifyContent": "center", "children": [{"type": "text", "id": "Day5Text", "fill": "$text-tertiary", "content": "THU", "fontFamily": "Roboto", "fontSize": 10, "fontWeight": "700"}]}, - {"type": "frame", "id": "Day6", "width": "fill_container", "justifyContent": "center", "children": [{"type": "text", "id": "Day6Text", "fill": "$text-tertiary", "content": "FRI", "fontFamily": "Roboto", "fontSize": 10, "fontWeight": "700"}]}, - {"type": "frame", "id": "Day7", "width": "fill_container", "justifyContent": "center", "children": [{"type": "text", "id": "Day7Text", "fill": "$text-tertiary", "content": "SAT", "fontFamily": "Roboto", "fontSize": 10, "fontWeight": "700"}]} - ]}, - {"type": "frame", "id": "CalendarGrid", "width": "fill_container", "padding": [12, 20], "layout": "vertical", "gap": 8, "children": [ - {"type": "frame", "id": "Week1", "width": "fill_container", "gap": 8, "children": [ - {"type": "frame", "id": "Cell1", "width": "fill_container", "height": 60, "fill": "$bg-page", "stroke": {"thickness": 1, "fill": "$border"}, "padding": 8, "layout": "vertical", "gap": 4, "children": [{"type": "text", "id": "Cell1Date", "fill": "$text-tertiary", "content": "1", "fontFamily": "Roboto", "fontSize": 11}]}, - {"type": "frame", "id": "Cell2", "width": "fill_container", "height": 60, "fill": "$bg-page", "stroke": {"thickness": 1, "fill": "$border"}, "padding": 8, "layout": "vertical", "gap": 4, "children": [{"type": "text", "id": "Cell2Date", "fill": "$text-tertiary", "content": "2", "fontFamily": "Roboto", "fontSize": 11}]}, - {"type": "frame", "id": "Cell3", "width": "fill_container", "height": 60, "fill": "$bg-page", "stroke": {"thickness": 1, "fill": "$border"}, "padding": 8, "layout": "vertical", "gap": 4, "children": [{"type": "text", "id": "Cell3Date", "fill": "$text-tertiary", "content": "3", "fontFamily": "Roboto", "fontSize": 11}]}, - {"type": "frame", "id": "Cell4", "width": "fill_container", "height": 60, "fill": "$bg-page", "stroke": {"thickness": 1, "fill": "$border"}, "padding": 8, "layout": "vertical", "gap": 4, "children": [{"type": "text", "id": "Cell4Date", "fill": "$text-tertiary", "content": "4", "fontFamily": "Roboto", "fontSize": 11}]}, - {"type": "frame", "id": "Cell5", "width": "fill_container", "height": 60, "fill": "$bg-page", "stroke": {"thickness": 1, "fill": "$border"}, "padding": 8, "layout": "vertical", "gap": 4, "children": [{"type": "text", "id": "Cell5Date", "fill": "$text-tertiary", "content": "5", "fontFamily": "Roboto", "fontSize": 11}]}, - {"type": "frame", "id": "Cell6", "width": "fill_container", "height": 60, "fill": "#FACC1510", "stroke": {"thickness": 1, "fill": "$yellow-primary"}, "padding": 8, "layout": "vertical", "gap": 4, "children": [{"type": "text", "id": "Cell6Date", "fill": "$yellow-primary", "content": "6", "fontFamily": "Roboto", "fontSize": 11, "fontWeight": "700"}, {"type": "text", "id": "Cell6Event", "fill": "$text-secondary", "content": "FB Post", "fontFamily": "Roboto", "fontSize": 9}]}, - {"type": "frame", "id": "Cell7", "width": "fill_container", "height": 60, "fill": "$bg-page", "stroke": {"thickness": 1, "fill": "$border"}, "padding": 8, "layout": "vertical", "gap": 4, "children": [{"type": "text", "id": "Cell7Date", "fill": "$text-tertiary", "content": "7", "fontFamily": "Roboto", "fontSize": 11}]} - ]}, - {"type": "frame", "id": "Week2", "width": "fill_container", "gap": 8, "children": [ - {"type": "frame", "id": "Cell8", "width": "fill_container", "height": 60, "fill": "#3B82F610", "stroke": {"thickness": 1, "fill": "#3B82F6"}, "padding": 8, "layout": "vertical", "gap": 4, "children": [{"type": "text", "id": "Cell8Date", "fill": "#3B82F6", "content": "8", "fontFamily": "Roboto", "fontSize": 11, "fontWeight": "700"}, {"type": "text", "id": "Cell8Event", "fill": "$text-secondary", "content": "IG Reel", "fontFamily": "Roboto", "fontSize": 9}]}, - {"type": "frame", "id": "Cell9", "width": "fill_container", "height": 60, "fill": "$bg-page", "stroke": {"thickness": 1, "fill": "$border"}, "padding": 8, "layout": "vertical", "gap": 4, "children": [{"type": "text", "id": "Cell9Date", "fill": "$text-tertiary", "content": "9", "fontFamily": "Roboto", "fontSize": 11}]}, - {"type": "frame", "id": "Cell10", "width": "fill_container", "height": 60, "fill": "#A855F710", "stroke": {"thickness": 1, "fill": "#A855F7"}, "padding": 8, "layout": "vertical", "gap": 4, "children": [{"type": "text", "id": "Cell10Date", "fill": "#A855F7", "content": "10", "fontFamily": "Roboto", "fontSize": 11, "fontWeight": "700"}, {"type": "text", "id": "Cell10Event", "fill": "$text-secondary", "content": "AI Banner", "fontFamily": "Roboto", "fontSize": 9}]}, - {"type": "frame", "id": "Cell11", "width": "fill_container", "height": 60, "fill": "$bg-page", "stroke": {"thickness": 1, "fill": "$border"}, "padding": 8, "layout": "vertical", "gap": 4, "children": [{"type": "text", "id": "Cell11Date", "fill": "$text-tertiary", "content": "11", "fontFamily": "Roboto", "fontSize": 11}]}, - {"type": "frame", "id": "Cell12", "width": "fill_container", "height": 60, "fill": "$bg-page", "stroke": {"thickness": 1, "fill": "$border"}, "padding": 8, "layout": "vertical", "gap": 4, "children": [{"type": "text", "id": "Cell12Date", "fill": "$text-tertiary", "content": "12", "fontFamily": "Roboto", "fontSize": 11}]}, - {"type": "frame", "id": "Cell13", "width": "fill_container", "height": 60, "fill": "$bg-page", "stroke": {"thickness": 1, "fill": "$border"}, "padding": 8, "layout": "vertical", "gap": 4, "children": [{"type": "text", "id": "Cell13Date", "fill": "$text-tertiary", "content": "13", "fontFamily": "Roboto", "fontSize": 11}]}, - {"type": "frame", "id": "Cell14", "width": "fill_container", "height": 60, "fill": "#22C55E10", "stroke": {"thickness": 1, "fill": "#22C55E"}, "padding": 8, "layout": "vertical", "gap": 4, "children": [{"type": "text", "id": "Cell14Date", "fill": "#22C55E", "content": "14", "fontFamily": "Roboto", "fontSize": 11, "fontWeight": "700"}, {"type": "text", "id": "Cell14Event", "fill": "$text-secondary", "content": "Valentine", "fontFamily": "Roboto", "fontSize": 9}]} - ]} - ]} - ]}, - {"type": "frame", "id": "UpcomingPosts", "width": "fill_container", "height": "fill_container", "fill": "$bg-card", "stroke": {"thickness": 1, "fill": "$border"}, "layout": "vertical", "children": [ - {"type": "frame", "id": "UpcomingHeader", "width": "fill_container", "padding": [14, 20], "stroke": {"thickness": 1, "fill": "$border", "align": "inside"}, "gap": 10, "alignItems": "center", "children": [ - {"type": "icon_font", "id": "UpcomingIcon", "width": 14, "height": 14, "iconFontName": "clock", "iconFontFamily": "lucide", "fill": "$yellow-primary"}, - {"type": "text", "id": "UpcomingTitle", "fill": "$text-primary", "content": "UPCOMING POSTS", "fontFamily": "Roboto", "fontSize": 11, "fontWeight": "700"} - ]}, - {"type": "frame", "id": "UpcomingList", "width": "fill_container", "height": "fill_container", "padding": [12, 16], "layout": "vertical", "gap": 8, "children": [ - {"type": "frame", "id": "Post1", "width": "fill_container", "fill": "$bg-page", "stroke": {"thickness": 1, "fill": "$border"}, "padding": 12, "gap": 12, "alignItems": "center", "children": [ - {"type": "frame", "id": "Post1Date", "width": 48, "layout": "vertical", "alignItems": "center", "children": [ - {"type": "text", "id": "Post1Day", "fill": "$yellow-primary", "content": "06", "fontFamily": "Roboto", "fontSize": 18, "fontWeight": "700"}, - {"type": "text", "id": "Post1Month", "fill": "$text-tertiary", "content": "FEB", "fontFamily": "Roboto", "fontSize": 10} - ]}, - {"type": "frame", "id": "Post1Info", "width": "fill_container", "layout": "vertical", "gap": 4, "children": [ - {"type": "text", "id": "Post1Title", "fill": "$text-primary", "content": "Spring Collection Announcement", "fontFamily": "Roboto", "fontSize": 12, "fontWeight": "600"}, - {"type": "text", "id": "Post1Platforms", "fill": "#3B82F6", "content": "FB • IG", "fontFamily": "Roboto", "fontSize": 10, "fontWeight": "600"} - ]}, - {"type": "text", "id": "Post1Time", "fill": "$text-tertiary", "content": "10:00 AM", "fontFamily": "Roboto", "fontSize": 10} - ]}, - {"type": "frame", "id": "Post2", "width": "fill_container", "fill": "$bg-page", "stroke": {"thickness": 1, "fill": "$border"}, "padding": 12, "gap": 12, "alignItems": "center", "children": [ - {"type": "frame", "id": "Post2Date", "width": 48, "layout": "vertical", "alignItems": "center", "children": [ - {"type": "text", "id": "Post2Day", "fill": "#A855F7", "content": "10", "fontFamily": "Roboto", "fontSize": 18, "fontWeight": "700"}, - {"type": "text", "id": "Post2Month", "fill": "$text-tertiary", "content": "FEB", "fontFamily": "Roboto", "fontSize": 10} - ]}, - {"type": "frame", "id": "Post2Info", "width": "fill_container", "layout": "vertical", "gap": 4, "children": [ - {"type": "text", "id": "Post2Title", "fill": "$text-primary", "content": "AI Generated Banner", "fontFamily": "Roboto", "fontSize": 12, "fontWeight": "600"}, - {"type": "frame", "id": "Post2Badge", "gap": 4, "alignItems": "center", "children": [ - {"type": "icon_font", "id": "Post2AIIcon", "width": 10, "height": 10, "iconFontName": "sparkles", "iconFontFamily": "lucide", "fill": "#A855F7"}, - {"type": "text", "id": "Post2AIText", "fill": "#A855F7", "content": "GEMINI", "fontFamily": "Roboto", "fontSize": 10, "fontWeight": "600"} - ]} - ]}, - {"type": "text", "id": "Post2Time", "fill": "$text-tertiary", "content": "2:00 PM", "fontFamily": "Roboto", "fontSize": 10} - ]} - ]} - ]} - ]}, - {"type": "frame", "id": "AIPanel", "width": 380, "height": "fill_container", "fill": "$bg-card", "stroke": {"thickness": 1, "fill": "$border", "align": "inside"}, "layout": "vertical", "children": [ - {"type": "frame", "id": "AIPanelHeader", "width": "fill_container", "padding": [20, 24], "stroke": {"thickness": 1, "fill": "$border", "align": "inside"}, "gap": 10, "alignItems": "center", "children": [ - {"type": "icon_font", "id": "AIHeaderIcon", "width": 18, "height": 18, "iconFontName": "sparkles", "iconFontFamily": "lucide", "fill": "#A855F7"}, - {"type": "text", "id": "AIHeaderTitle", "fill": "$text-primary", "content": "AI GENERATION", "fontFamily": "Roboto", "fontSize": 13, "fontWeight": "700"} - ]}, - {"type": "frame", "id": "AIPromptSection", "width": "fill_container", "padding": 20, "layout": "vertical", "gap": 16, "children": [ - {"type": "text", "id": "PromptLabel", "fill": "$text-secondary", "content": "PROMPT", "fontFamily": "Roboto", "fontSize": 11, "fontWeight": "700"}, - {"type": "frame", "id": "PromptInput", "width": "fill_container", "height": 100, "fill": "$bg-page", "stroke": {"thickness": 1, "fill": "$border"}, "padding": 12, "children": [ - {"type": "text", "id": "PromptPlaceholder", "fill": "$text-tertiary", "content": "Describe the content you want to generate...", "fontFamily": "Roboto", "fontSize": 12} - ]}, - {"type": "text", "id": "StyleLabel", "fill": "$text-secondary", "content": "STYLE", "fontFamily": "Roboto", "fontSize": 11, "fontWeight": "700"}, - {"type": "frame", "id": "StyleOptions", "width": "fill_container", "gap": 8, "children": [ - {"type": "frame", "id": "StylePro", "fill": "#A855F715", "stroke": {"thickness": 1, "fill": "#A855F7"}, "padding": [8, 12], "children": [{"type": "text", "id": "StyleProText", "fill": "#A855F7", "content": "PRO", "fontFamily": "Roboto", "fontSize": 10, "fontWeight": "700"}]}, - {"type": "frame", "id": "StyleMinimal", "stroke": {"thickness": 1, "fill": "$border"}, "padding": [8, 12], "children": [{"type": "text", "id": "StyleMinimalText", "fill": "$text-secondary", "content": "MINIMAL", "fontFamily": "Roboto", "fontSize": 10, "fontWeight": "600"}]}, - {"type": "frame", "id": "StyleVibrant", "stroke": {"thickness": 1, "fill": "$border"}, "padding": [8, 12], "children": [{"type": "text", "id": "StyleVibrantText", "fill": "$text-secondary", "content": "VIBRANT", "fontFamily": "Roboto", "fontSize": 10, "fontWeight": "600"}]} - ]}, - {"type": "text", "id": "OutputLabel", "fill": "$text-secondary", "content": "OUTPUT", "fontFamily": "Roboto", "fontSize": 11, "fontWeight": "700"}, - {"type": "frame", "id": "OutputOptions", "width": "fill_container", "gap": 8, "children": [ - {"type": "frame", "id": "OutPost", "fill": "$yellow-primary", "padding": [8, 12], "gap": 6, "alignItems": "center", "children": [ - {"type": "icon_font", "id": "OutPostIcon", "width": 12, "height": 12, "iconFontName": "file-text", "iconFontFamily": "lucide", "fill": "$bg-card"}, - {"type": "text", "id": "OutPostText", "fill": "$bg-card", "content": "POST", "fontFamily": "Roboto", "fontSize": 10, "fontWeight": "700"} - ]}, - {"type": "frame", "id": "OutImage", "stroke": {"thickness": 1, "fill": "$border"}, "padding": [8, 12], "gap": 6, "alignItems": "center", "children": [ - {"type": "icon_font", "id": "OutImageIcon", "width": 12, "height": 12, "iconFontName": "image", "iconFontFamily": "lucide", "fill": "$text-secondary"}, - {"type": "text", "id": "OutImageText", "fill": "$text-secondary", "content": "IMAGE", "fontFamily": "Roboto", "fontSize": 10, "fontWeight": "600"} - ]}, - {"type": "frame", "id": "OutVideo", "stroke": {"thickness": 1, "fill": "$border"}, "padding": [8, 12], "gap": 6, "alignItems": "center", "children": [ - {"type": "icon_font", "id": "OutVideoIcon", "width": 12, "height": 12, "iconFontName": "video", "iconFontFamily": "lucide", "fill": "$text-secondary"}, - {"type": "text", "id": "OutVideoText", "fill": "$text-secondary", "content": "VIDEO", "fontFamily": "Roboto", "fontSize": 10, "fontWeight": "600"} - ]} - ]} - ]}, - {"type": "frame", "id": "PreviewSection", "width": "fill_container", "height": "fill_container", "padding": 20, "layout": "vertical", "gap": 12, "children": [ - {"type": "text", "id": "PreviewLabel", "fill": "$text-secondary", "content": "PREVIEW", "fontFamily": "Roboto", "fontSize": 11, "fontWeight": "700"}, - {"type": "frame", "id": "PreviewBox", "width": "fill_container", "height": "fill_container", "fill": "$bg-page", "stroke": {"thickness": 1, "fill": "#A855F730", "align": "inside"}, "justifyContent": "center", "alignItems": "center", "layout": "vertical", "gap": 8, "children": [ - {"type": "icon_font", "id": "PreviewAIIcon", "width": 32, "height": 32, "iconFontName": "sparkles", "iconFontFamily": "lucide", "fill": "#A855F730"}, - {"type": "text", "id": "PreviewEmpty", "fill": "$text-tertiary", "content": "AI preview will appear here", "fontFamily": "Roboto", "fontSize": 11} - ]} - ]}, - {"type": "frame", "id": "GenerateBtn", "width": "fill_container", "fill": "#A855F7", "padding": [16, 0], "justifyContent": "center", "alignItems": "center", "gap": 8, "children": [ - {"type": "icon_font", "id": "GenerateIcon", "width": 16, "height": 16, "iconFontName": "wand-2", "iconFontFamily": "lucide", "fill": "#FFFFFF"}, - {"type": "text", "id": "GenerateText", "fill": "#FFFFFF", "content": "GENERATE WITH GEMINI", "fontFamily": "Roboto", "fontSize": 12, "fontWeight": "700"} - ]} - ]} - ] - } - ] - } - ], - "variables": { - "bg-page": {"type": "color", "value": "#18181B"}, - "bg-card": {"type": "color", "value": "#0F0F10"}, - "yellow-primary": {"type": "color", "value": "#FACC15"}, - "text-primary": {"type": "color", "value": "#FAFAFA"}, - "text-secondary": {"type": "color", "value": "#71717A"}, - "text-tertiary": {"type": "color", "value": "#52525B"}, - "border": {"type": "color", "value": "#27272A"}, - "success": {"type": "color", "value": "#22C55E"}, - "warning": {"type": "color", "value": "#FACC15"}, - "error": {"type": "color", "value": "#EF4444"}, - "info": {"type": "color", "value": "#3B82F6"} - } -} diff --git a/pencil-design/src/pages/tMarketing/analytics-dashboard.pen b/pencil-design/src/pages/tMarketing/analytics-dashboard.pen deleted file mode 100644 index 8bb7f110..00000000 --- a/pencil-design/src/pages/tMarketing/analytics-dashboard.pen +++ /dev/null @@ -1,1677 +0,0 @@ -{ - "version": "2.7", - "children": [ - { - "type": "frame", - "id": "AnalyticsDashboardScreen", - "x": 0, - "y": 0, - "name": "Screen/Analytics Dashboard", - "reusable": true, - "clip": true, - "width": 1280, - "height": 802, - "fill": "$bg-page", - "children": [ - { - "type": "frame", - "id": "Sidebar", - "width": 240, - "height": "fill_container", - "fill": "$bg-card", - "stroke": { - "align": "inside", - "thickness": 3, - "fill": "$yellow-primary" - }, - "layout": "vertical", - "padding": [ - 24, - 16 - ], - "justifyContent": "space_between", - "children": [ - { - "type": "frame", - "id": "SidebarTop", - "width": "fill_container", - "layout": "vertical", - "gap": 32, - "children": [ - { - "type": "frame", - "id": "LogoSection", - "width": "fill_container", - "stroke": { - "align": "inside", - "thickness": 1, - "fill": "$border" - }, - "gap": 8, - "padding": [ - 0, - 0, - 16, - 0 - ], - "alignItems": "center", - "children": [ - { - "type": "frame", - "id": "LogoMark", - "width": 32, - "height": 32, - "fill": "$yellow-primary", - "justifyContent": "center", - "alignItems": "center", - "children": [ - { - "type": "text", - "id": "LogoLetter", - "fill": "$bg-card", - "content": "M", - "fontFamily": "Roboto", - "fontSize": 16, - "fontWeight": "700" - } - ] - }, - { - "type": "text", - "id": "LogoText", - "fill": "$text-primary", - "content": "tMARKETING", - "fontFamily": "Roboto", - "fontSize": 14, - "fontWeight": "700" - } - ] - }, - { - "type": "frame", - "id": "NavSection", - "width": "fill_container", - "layout": "vertical", - "gap": 2, - "children": [ - { - "type": "frame", - "id": "NavHub", - "width": "fill_container", - "gap": 10, - "padding": [ - 10, - 12 - ], - "alignItems": "center", - "children": [ - { - "type": "text", - "id": "NavHubNum", - "fill": "$text-tertiary", - "content": "01", - "fontFamily": "Roboto", - "fontSize": 12, - "fontWeight": "600" - }, - { - "type": "text", - "id": "NavHubLabel", - "fill": "$text-secondary", - "content": "HUB", - "fontFamily": "Roboto", - "fontSize": 12, - "fontWeight": "500" - } - ] - }, - { - "type": "frame", - "id": "NavChat", - "width": "fill_container", - "gap": 10, - "padding": [ - 10, - 12 - ], - "alignItems": "center", - "children": [ - { - "type": "text", - "id": "NavChatNum", - "fill": "$text-tertiary", - "content": "02", - "fontFamily": "Roboto", - "fontSize": 12, - "fontWeight": "600" - }, - { - "type": "text", - "id": "NavChatLabel", - "fill": "$text-secondary", - "content": "CHAT", - "fontFamily": "Roboto", - "fontSize": 12, - "fontWeight": "500" - } - ] - }, - { - "type": "frame", - "id": "NavCRM", - "width": "fill_container", - "gap": 10, - "padding": [ - 10, - 12 - ], - "alignItems": "center", - "children": [ - { - "type": "text", - "id": "NavCRMNum", - "fill": "$text-tertiary", - "content": "03", - "fontFamily": "Roboto", - "fontSize": 12, - "fontWeight": "600" - }, - { - "type": "text", - "id": "NavCRMLabel", - "fill": "$text-secondary", - "content": "CRM", - "fontFamily": "Roboto", - "fontSize": 12, - "fontWeight": "500" - } - ] - }, - { - "type": "frame", - "id": "NavAI", - "width": "fill_container", - "gap": 10, - "padding": [ - 10, - 12 - ], - "alignItems": "center", - "children": [ - { - "type": "text", - "id": "NavAINum", - "fill": "$text-tertiary", - "content": "04", - "fontFamily": "Roboto", - "fontSize": 12, - "fontWeight": "600" - }, - { - "type": "text", - "id": "NavAILabel", - "fill": "$text-secondary", - "content": "AI STUDIO", - "fontFamily": "Roboto", - "fontSize": 12, - "fontWeight": "500" - } - ] - }, - { - "type": "frame", - "id": "NavStats", - "width": "fill_container", - "fill": "#FACC1515", - "stroke": { - "align": "inside", - "thickness": 1, - "fill": "$yellow-primary" - }, - "gap": 10, - "padding": [ - 10, - 12 - ], - "alignItems": "center", - "children": [ - { - "type": "text", - "id": "NavStatsNum", - "fill": "$yellow-primary", - "content": "05", - "fontFamily": "Roboto", - "fontSize": 12, - "fontWeight": "600" - }, - { - "type": "text", - "id": "NavStatsLabel", - "fill": "$text-primary", - "content": "ANALYTICS", - "fontFamily": "Roboto", - "fontSize": 12, - "fontWeight": "600" - } - ] - } - ] - } - ] - }, - { - "type": "frame", - "id": "SidebarBottom", - "width": "fill_container", - "layout": "vertical", - "gap": 20, - "children": [ - { - "type": "frame", - "id": "InsightBox", - "width": "fill_container", - "fill": "#22C55E15", - "stroke": { - "thickness": 1, - "fill": "#22C55E30" - }, - "layout": "vertical", - "gap": 8, - "padding": 16, - "children": [ - { - "type": "frame", - "id": "InsightHeader", - "gap": 8, - "alignItems": "center", - "children": [ - { - "type": "icon_font", - "id": "InsightIcon", - "width": 14, - "height": 14, - "iconFontName": "trending-up", - "iconFontFamily": "lucide", - "fill": "$success" - }, - { - "type": "text", - "id": "InsightLabel", - "fill": "$success", - "content": "GROWING", - "fontFamily": "Roboto", - "fontSize": 11, - "fontWeight": "700" - } - ] - }, - { - "type": "text", - "id": "InsightValue", - "fill": "$text-primary", - "content": "+24% vs last week", - "fontFamily": "Roboto", - "fontSize": 12, - "fontWeight": "normal" - } - ] - }, - { - "type": "frame", - "id": "AccountRow", - "width": "fill_container", - "stroke": { - "align": "inside", - "thickness": 1, - "fill": "$border" - }, - "gap": 10, - "padding": [ - 20, - 0, - 0, - 0 - ], - "alignItems": "center", - "children": [ - { - "type": "frame", - "id": "Avatar", - "width": 32, - "height": 32, - "fill": "$border", - "justifyContent": "center", - "alignItems": "center", - "children": [ - { - "type": "text", - "id": "AvatarText", - "fill": "$text-primary", - "content": "AD", - "fontFamily": "Roboto", - "fontSize": 10, - "fontWeight": "700" - } - ] - }, - { - "type": "text", - "id": "UserName", - "fill": "$text-primary", - "content": "ADMIN", - "fontFamily": "Roboto", - "fontSize": 12, - "fontWeight": "600" - }, - { - "type": "icon_font", - "id": "ChevronIcon", - "width": 14, - "height": 14, - "iconFontName": "chevron-right", - "iconFontFamily": "lucide", - "fill": "$text-tertiary" - } - ] - } - ] - } - ] - }, - { - "type": "frame", - "id": "MainContent", - "width": "fill_container", - "height": "fill_container", - "fill": "$bg-page", - "layout": "vertical", - "gap": 24, - "padding": [ - 32, - 40 - ], - "children": [ - { - "type": "frame", - "id": "PageHeader", - "width": "fill_container", - "justifyContent": "space_between", - "alignItems": "center", - "children": [ - { - "type": "frame", - "id": "HeaderLeft", - "layout": "vertical", - "gap": 4, - "children": [ - { - "type": "text", - "id": "PageTitle", - "fill": "$text-primary", - "content": "ANALYTICS", - "fontFamily": "Roboto", - "fontSize": 32, - "fontWeight": "700" - }, - { - "type": "text", - "id": "PageSubtitle", - "fill": "$text-secondary", - "content": "AI-powered insights and performance metrics", - "fontFamily": "Roboto", - "fontSize": 14, - "fontWeight": "normal" - } - ] - }, - { - "type": "frame", - "id": "HeaderActions", - "gap": 12, - "children": [ - { - "type": "frame", - "id": "DateRange", - "stroke": { - "thickness": 1, - "fill": "$border" - }, - "gap": 8, - "padding": [ - 10, - 14 - ], - "alignItems": "center", - "children": [ - { - "type": "icon_font", - "id": "CalendarIcon", - "width": 14, - "height": 14, - "iconFontName": "calendar", - "iconFontFamily": "lucide", - "fill": "$text-tertiary" - }, - { - "type": "text", - "id": "DateText", - "fill": "$text-secondary", - "content": "LAST 7 DAYS", - "fontFamily": "Roboto", - "fontSize": 11, - "fontWeight": "500" - }, - { - "type": "icon_font", - "id": "DateArrow", - "width": 12, - "height": 12, - "iconFontName": "chevron-down", - "iconFontFamily": "lucide", - "fill": "$text-tertiary" - } - ] - }, - { - "type": "frame", - "id": "ExportBtn", - "fill": "$yellow-primary", - "gap": 6, - "padding": [ - 10, - 18 - ], - "alignItems": "center", - "children": [ - { - "type": "icon_font", - "id": "ExportIcon", - "width": 14, - "height": 14, - "iconFontName": "download", - "iconFontFamily": "lucide", - "fill": "$bg-card" - }, - { - "type": "text", - "id": "ExportText", - "fill": "$bg-card", - "content": "EXPORT", - "fontFamily": "Roboto", - "fontSize": 11, - "fontWeight": "700" - } - ] - } - ] - } - ] - }, - { - "type": "frame", - "id": "KPICards", - "width": "fill_container", - "gap": 16, - "children": [ - { - "type": "frame", - "id": "KPIReach", - "width": "fill_container", - "fill": "$bg-card", - "stroke": { - "thickness": 1, - "fill": "$border" - }, - "layout": "vertical", - "gap": 12, - "padding": 20, - "children": [ - { - "type": "frame", - "id": "KPIReachHeader", - "width": "fill_container", - "justifyContent": "space_between", - "alignItems": "center", - "children": [ - { - "type": "text", - "id": "KPIReachLabel", - "fill": "$text-secondary", - "content": "TOTAL REACH", - "fontFamily": "Roboto", - "fontSize": 11, - "fontWeight": "600" - }, - { - "type": "icon_font", - "id": "KPIReachIcon", - "width": 14, - "height": 14, - "iconFontName": "eye", - "iconFontFamily": "lucide", - "fill": "$text-tertiary" - } - ] - }, - { - "type": "text", - "id": "KPIReachValue", - "fill": "$text-primary", - "content": "245.8K", - "fontFamily": "Roboto", - "fontSize": 28, - "fontWeight": "700" - }, - { - "type": "frame", - "id": "KPIReachChange", - "gap": 6, - "alignItems": "center", - "children": [ - { - "type": "icon_font", - "id": "KPIReachArrow", - "width": 12, - "height": 12, - "iconFontName": "arrow-up-right", - "iconFontFamily": "lucide", - "fill": "$success" - }, - { - "type": "text", - "id": "KPIReachPercent", - "fill": "$success", - "content": "+18.2%", - "fontFamily": "Roboto", - "fontSize": 12, - "fontWeight": "600" - } - ] - } - ] - }, - { - "type": "frame", - "id": "KPIEngage", - "width": "fill_container", - "fill": "$bg-card", - "stroke": { - "thickness": 1, - "fill": "$border" - }, - "layout": "vertical", - "gap": 12, - "padding": 20, - "children": [ - { - "type": "frame", - "id": "KPIEngageHeader", - "width": "fill_container", - "justifyContent": "space_between", - "alignItems": "center", - "children": [ - { - "type": "text", - "id": "KPIEngageLabel", - "fill": "$text-secondary", - "content": "ENGAGEMENT", - "fontFamily": "Roboto", - "fontSize": 11, - "fontWeight": "600" - }, - { - "type": "icon_font", - "id": "KPIEngageIcon", - "width": 14, - "height": 14, - "iconFontName": "heart", - "iconFontFamily": "lucide", - "fill": "$text-tertiary" - } - ] - }, - { - "type": "text", - "id": "KPIEngageValue", - "fill": "$text-primary", - "content": "14.2%", - "fontFamily": "Roboto", - "fontSize": 28, - "fontWeight": "700" - }, - { - "type": "frame", - "id": "KPIEngageChange", - "gap": 6, - "alignItems": "center", - "children": [ - { - "type": "icon_font", - "id": "KPIEngageArrow", - "width": 12, - "height": 12, - "iconFontName": "arrow-up-right", - "iconFontFamily": "lucide", - "fill": "$success" - }, - { - "type": "text", - "id": "KPIEngagePercent", - "fill": "$success", - "content": "+5.4%", - "fontFamily": "Roboto", - "fontSize": 12, - "fontWeight": "600" - } - ] - } - ] - }, - { - "type": "frame", - "id": "KPIConversions", - "width": "fill_container", - "fill": "$bg-card", - "stroke": { - "thickness": 1, - "fill": "$border" - }, - "layout": "vertical", - "gap": 12, - "padding": 20, - "children": [ - { - "type": "frame", - "id": "KPIConversionsHeader", - "width": "fill_container", - "justifyContent": "space_between", - "alignItems": "center", - "children": [ - { - "type": "text", - "id": "KPIConversionsLabel", - "fill": "$text-secondary", - "content": "CONVERSIONS", - "fontFamily": "Roboto", - "fontSize": 11, - "fontWeight": "600" - }, - { - "type": "icon_font", - "id": "KPIConversionsIcon", - "width": 14, - "height": 14, - "iconFontName": "target", - "iconFontFamily": "lucide", - "fill": "$text-tertiary" - } - ] - }, - { - "type": "text", - "id": "KPIConversionsValue", - "fill": "$text-primary", - "content": "1,842", - "fontFamily": "Roboto", - "fontSize": 28, - "fontWeight": "700" - }, - { - "type": "frame", - "id": "KPIConversionsChange", - "gap": 6, - "alignItems": "center", - "children": [ - { - "type": "icon_font", - "id": "KPIConversionsArrow", - "width": 12, - "height": 12, - "iconFontName": "arrow-up-right", - "iconFontFamily": "lucide", - "fill": "$success" - }, - { - "type": "text", - "id": "KPIConversionsPercent", - "fill": "$success", - "content": "+32.1%", - "fontFamily": "Roboto", - "fontSize": 12, - "fontWeight": "600" - } - ] - } - ] - }, - { - "type": "frame", - "id": "KPIROI", - "width": "fill_container", - "fill": "$bg-card", - "stroke": { - "thickness": 1, - "fill": "$border" - }, - "layout": "vertical", - "gap": 12, - "padding": 20, - "children": [ - { - "type": "frame", - "id": "KPIROIHeader", - "width": "fill_container", - "justifyContent": "space_between", - "alignItems": "center", - "children": [ - { - "type": "text", - "id": "KPIROILabel", - "fill": "$text-secondary", - "content": "ROI", - "fontFamily": "Roboto", - "fontSize": 11, - "fontWeight": "600" - }, - { - "type": "icon_font", - "id": "KPIROIIcon", - "width": 14, - "height": 14, - "iconFontName": "dollar-sign", - "iconFontFamily": "lucide", - "fill": "$text-tertiary" - } - ] - }, - { - "type": "text", - "id": "KPIROIValue", - "fill": "$yellow-primary", - "content": "324%", - "fontFamily": "Roboto", - "fontSize": 28, - "fontWeight": "700" - }, - { - "type": "frame", - "id": "KPIROIChange", - "gap": 6, - "alignItems": "center", - "children": [ - { - "type": "icon_font", - "id": "KPIROIArrow", - "width": 12, - "height": 12, - "iconFontName": "arrow-up-right", - "iconFontFamily": "lucide", - "fill": "$success" - }, - { - "type": "text", - "id": "KPIROIPercent", - "fill": "$success", - "content": "+48%", - "fontFamily": "Roboto", - "fontSize": 12, - "fontWeight": "600" - } - ] - } - ] - } - ] - }, - { - "type": "frame", - "id": "ChartsRow", - "width": "fill_container", - "height": "fill_container", - "gap": 20, - "children": [ - { - "type": "frame", - "id": "TrendChart", - "width": "fill_container", - "height": "fill_container", - "fill": "$bg-card", - "stroke": { - "thickness": 1, - "fill": "$border" - }, - "layout": "vertical", - "children": [ - { - "type": "frame", - "id": "TrendHeader", - "width": "fill_container", - "stroke": { - "align": "inside", - "thickness": 1, - "fill": "$border" - }, - "padding": [ - 16, - 20 - ], - "justifyContent": "space_between", - "alignItems": "center", - "children": [ - { - "type": "frame", - "id": "TrendHeaderLeft", - "gap": 10, - "alignItems": "center", - "children": [ - { - "type": "icon_font", - "id": "TrendIcon", - "width": 16, - "height": 16, - "iconFontName": "trending-up", - "iconFontFamily": "lucide", - "fill": "$yellow-primary" - }, - { - "type": "text", - "id": "TrendTitle", - "fill": "$text-primary", - "content": "PERFORMANCE TREND", - "fontFamily": "Roboto", - "fontSize": 12, - "fontWeight": "700" - } - ] - }, - { - "type": "frame", - "id": "TrendLegend", - "gap": 16, - "children": [ - { - "type": "frame", - "id": "LegendReach", - "gap": 6, - "alignItems": "center", - "children": [ - { - "type": "frame", - "id": "LegendReachDot", - "width": 8, - "height": 8, - "fill": "$yellow-primary" - }, - { - "type": "text", - "id": "LegendReachText", - "fill": "$text-secondary", - "content": "REACH", - "fontFamily": "Roboto", - "fontSize": 10, - "fontWeight": "normal" - } - ] - }, - { - "type": "frame", - "id": "LegendEngage", - "gap": 6, - "alignItems": "center", - "children": [ - { - "type": "frame", - "id": "LegendEngageDot", - "width": 8, - "height": 8, - "fill": "#3B82F6" - }, - { - "type": "text", - "id": "LegendEngageText", - "fill": "$text-secondary", - "content": "ENGAGE", - "fontFamily": "Roboto", - "fontSize": 10, - "fontWeight": "normal" - } - ] - } - ] - } - ] - }, - { - "type": "frame", - "id": "ChartArea", - "width": "fill_container", - "height": "fill_container", - "layout": "vertical", - "gap": 16, - "padding": 20, - "justifyContent": "center", - "alignItems": "center", - "children": [ - { - "type": "frame", - "id": "ChartBars", - "width": "fill_container", - "height": "fill_container", - "gap": 12, - "alignItems": "end", - "children": [ - { - "type": "frame", - "id": "Bar1", - "width": "fill_container", - "layout": "vertical", - "gap": 8, - "alignItems": "center", - "children": [ - { - "type": "frame", - "id": "Bar1Fill", - "width": 24, - "height": 80, - "fill": "$yellow-primary" - }, - { - "type": "text", - "id": "Bar1Label", - "fill": "$text-tertiary", - "content": "MON", - "fontFamily": "Roboto", - "fontSize": 9, - "fontWeight": "normal" - } - ] - }, - { - "type": "frame", - "id": "Bar2", - "width": "fill_container", - "layout": "vertical", - "gap": 8, - "alignItems": "center", - "children": [ - { - "type": "frame", - "id": "Bar2Fill", - "width": 24, - "height": 100, - "fill": "$yellow-primary" - }, - { - "type": "text", - "id": "Bar2Label", - "fill": "$text-tertiary", - "content": "TUE", - "fontFamily": "Roboto", - "fontSize": 9, - "fontWeight": "normal" - } - ] - }, - { - "type": "frame", - "id": "Bar3", - "width": "fill_container", - "layout": "vertical", - "gap": 8, - "alignItems": "center", - "children": [ - { - "type": "frame", - "id": "Bar3Fill", - "width": 24, - "height": 65, - "fill": "$yellow-primary" - }, - { - "type": "text", - "id": "Bar3Label", - "fill": "$text-tertiary", - "content": "WED", - "fontFamily": "Roboto", - "fontSize": 9, - "fontWeight": "normal" - } - ] - }, - { - "type": "frame", - "id": "Bar4", - "width": "fill_container", - "layout": "vertical", - "gap": 8, - "alignItems": "center", - "children": [ - { - "type": "frame", - "id": "Bar4Fill", - "width": 24, - "height": 120, - "fill": "$yellow-primary" - }, - { - "type": "text", - "id": "Bar4Label", - "fill": "$text-tertiary", - "content": "THU", - "fontFamily": "Roboto", - "fontSize": 9, - "fontWeight": "normal" - } - ] - }, - { - "type": "frame", - "id": "Bar5", - "width": "fill_container", - "layout": "vertical", - "gap": 8, - "alignItems": "center", - "children": [ - { - "type": "frame", - "id": "Bar5Fill", - "width": 24, - "height": 140, - "fill": "$yellow-primary" - }, - { - "type": "text", - "id": "Bar5Label", - "fill": "$text-tertiary", - "content": "FRI", - "fontFamily": "Roboto", - "fontSize": 9, - "fontWeight": "normal" - } - ] - }, - { - "type": "frame", - "id": "Bar6", - "width": "fill_container", - "layout": "vertical", - "gap": 8, - "alignItems": "center", - "children": [ - { - "type": "frame", - "id": "Bar6Fill", - "width": 24, - "height": 110, - "fill": "$yellow-primary" - }, - { - "type": "text", - "id": "Bar6Label", - "fill": "$text-tertiary", - "content": "SAT", - "fontFamily": "Roboto", - "fontSize": 9, - "fontWeight": "normal" - } - ] - }, - { - "type": "frame", - "id": "Bar7", - "width": "fill_container", - "layout": "vertical", - "gap": 8, - "alignItems": "center", - "children": [ - { - "type": "frame", - "id": "Bar7Fill", - "width": 24, - "height": 90, - "fill": "$yellow-primary" - }, - { - "type": "text", - "id": "Bar7Label", - "fill": "$text-tertiary", - "content": "SUN", - "fontFamily": "Roboto", - "fontSize": 9, - "fontWeight": "normal" - } - ] - } - ] - } - ] - } - ] - }, - { - "type": "frame", - "id": "AIInsights", - "width": 320, - "height": "fill_container", - "fill": "$bg-card", - "stroke": { - "thickness": 1, - "fill": "$border" - }, - "layout": "vertical", - "children": [ - { - "type": "frame", - "id": "AIHeader", - "width": "fill_container", - "stroke": { - "align": "inside", - "thickness": 1, - "fill": "$border" - }, - "gap": 10, - "padding": [ - 16, - 20 - ], - "alignItems": "center", - "children": [ - { - "type": "icon_font", - "id": "AIIcon", - "width": 16, - "height": 16, - "iconFontName": "sparkles", - "iconFontFamily": "lucide", - "fill": "#A855F7" - }, - { - "type": "text", - "id": "AITitle", - "fill": "$text-primary", - "content": "AI INSIGHTS", - "fontFamily": "Roboto", - "fontSize": 12, - "fontWeight": "700" - } - ] - }, - { - "type": "frame", - "id": "AIList", - "width": "fill_container", - "height": "fill_container", - "layout": "vertical", - "gap": 12, - "padding": 16, - "children": [ - { - "type": "frame", - "id": "Insight1", - "width": "fill_container", - "fill": "#22C55E10", - "stroke": { - "thickness": 1, - "fill": "#22C55E30" - }, - "layout": "vertical", - "gap": 8, - "padding": 12, - "children": [ - { - "type": "frame", - "id": "Insight1Header", - "gap": 6, - "alignItems": "center", - "children": [ - { - "type": "icon_font", - "id": "Insight1Icon", - "width": 12, - "height": 12, - "iconFontName": "lightbulb", - "iconFontFamily": "lucide", - "fill": "$success" - }, - { - "type": "text", - "id": "Insight1Label", - "fill": "$success", - "content": "OPPORTUNITY", - "fontFamily": "Roboto", - "fontSize": 10, - "fontWeight": "700" - } - ] - }, - { - "type": "text", - "id": "Insight1Text", - "fill": "$text-primary", - "content": "Instagram engagement peaks at 6-8 PM. \nSchedule posts earlier.", - "fontFamily": "Roboto", - "fontSize": 11, - "fontWeight": "normal" - } - ] - }, - { - "type": "frame", - "id": "Insight2", - "width": "fill_container", - "fill": "#FACC1510", - "stroke": { - "thickness": 1, - "fill": "#FACC1530" - }, - "layout": "vertical", - "gap": 8, - "padding": 12, - "children": [ - { - "type": "frame", - "id": "Insight2Header", - "gap": 6, - "alignItems": "center", - "children": [ - { - "type": "icon_font", - "id": "Insight2Icon", - "width": 12, - "height": 12, - "iconFontName": "zap", - "iconFontFamily": "lucide", - "fill": "$yellow-primary" - }, - { - "type": "text", - "id": "Insight2Label", - "fill": "$yellow-primary", - "content": "ACTION", - "fontFamily": "Roboto", - "fontSize": 10, - "fontWeight": "700" - } - ] - }, - { - "type": "text", - "id": "Insight2Text", - "fill": "$text-primary", - "content": "Video content gets 3x more engagement. \nConsider Reels.", - "fontFamily": "Roboto", - "fontSize": 11, - "fontWeight": "normal" - } - ] - }, - { - "type": "frame", - "id": "Insight3", - "width": "fill_container", - "fill": "#3B82F610", - "stroke": { - "thickness": 1, - "fill": "#3B82F630" - }, - "layout": "vertical", - "gap": 8, - "padding": 12, - "children": [ - { - "type": "frame", - "id": "Insight3Header", - "gap": 6, - "alignItems": "center", - "children": [ - { - "type": "icon_font", - "id": "Insight3Icon", - "width": 12, - "height": 12, - "iconFontName": "info", - "iconFontFamily": "lucide", - "fill": "#3B82F6" - }, - { - "type": "text", - "id": "Insight3Label", - "fill": "#3B82F6", - "content": "TREND", - "fontFamily": "Roboto", - "fontSize": 10, - "fontWeight": "700" - } - ] - }, - { - "type": "text", - "id": "Insight3Text", - "fill": "$text-primary", - "content": "Zalo shows fastest growth in VN market. \nIncrease focus.", - "fontFamily": "Roboto", - "fontSize": 11, - "fontWeight": "normal" - } - ] - } - ] - } - ] - } - ] - }, - { - "type": "frame", - "id": "ChannelPerformance", - "width": "fill_container", - "fill": "$bg-card", - "stroke": { - "thickness": 1, - "fill": "$border" - }, - "layout": "vertical", - "children": [ - { - "type": "frame", - "id": "ChannelHeader", - "width": "fill_container", - "stroke": { - "align": "inside", - "thickness": 1, - "fill": "$border" - }, - "gap": 10, - "padding": [ - 14, - 20 - ], - "alignItems": "center", - "children": [ - { - "type": "icon_font", - "id": "ChannelIcon", - "width": 14, - "height": 14, - "iconFontName": "bar-chart-2", - "iconFontFamily": "lucide", - "fill": "$yellow-primary" - }, - { - "type": "text", - "id": "ChannelTitle", - "fill": "$text-primary", - "content": "CHANNEL PERFORMANCE", - "fontFamily": "Roboto", - "fontSize": 11, - "fontWeight": "700" - } - ] - }, - { - "type": "frame", - "id": "ChannelList", - "width": "fill_container", - "gap": 16, - "padding": 16, - "children": [ - { - "type": "frame", - "id": "ChFB", - "width": "fill_container", - "layout": "vertical", - "gap": 8, - "children": [ - { - "type": "frame", - "id": "ChFBTop", - "width": "fill_container", - "justifyContent": "space_between", - "children": [ - { - "type": "text", - "id": "ChFBName", - "fill": "#3B82F6", - "content": "FACEBOOK", - "fontFamily": "Roboto", - "fontSize": 10, - "fontWeight": "700" - }, - { - "type": "text", - "id": "ChFBValue", - "fill": "$text-primary", - "content": "45.2K", - "fontFamily": "Roboto", - "fontSize": 11, - "fontWeight": "600" - } - ] - }, - { - "type": "frame", - "id": "ChFBBar", - "width": "fill_container", - "height": 4, - "fill": "$bg-page", - "children": [ - { - "type": "frame", - "id": "ChFBFill", - "width": "fit_content(0)", - "height": 4, - "fill": "#3B82F6" - } - ] - } - ] - }, - { - "type": "frame", - "id": "ChIG", - "width": "fill_container", - "layout": "vertical", - "gap": 8, - "children": [ - { - "type": "frame", - "id": "ChIGTop", - "width": "fill_container", - "justifyContent": "space_between", - "children": [ - { - "type": "text", - "id": "ChIGName", - "fill": "#E1306C", - "content": "INSTAGRAM", - "fontFamily": "Roboto", - "fontSize": 10, - "fontWeight": "700" - }, - { - "type": "text", - "id": "ChIGValue", - "fill": "$text-primary", - "content": "38.7K", - "fontFamily": "Roboto", - "fontSize": 11, - "fontWeight": "600" - } - ] - }, - { - "type": "frame", - "id": "ChIGBar", - "width": "fill_container", - "height": 4, - "fill": "$bg-page", - "children": [ - { - "type": "frame", - "id": "ChIGFill", - "width": "fit_content(0)", - "height": 4, - "fill": "#E1306C" - } - ] - } - ] - }, - { - "type": "frame", - "id": "ChZalo", - "width": "fill_container", - "layout": "vertical", - "gap": 8, - "children": [ - { - "type": "frame", - "id": "ChZaloTop", - "width": "fill_container", - "justifyContent": "space_between", - "children": [ - { - "type": "text", - "id": "ChZaloName", - "fill": "#0068FF", - "content": "ZALO", - "fontFamily": "Roboto", - "fontSize": 10, - "fontWeight": "700" - }, - { - "type": "text", - "id": "ChZaloValue", - "fill": "$text-primary", - "content": "28.1K", - "fontFamily": "Roboto", - "fontSize": 11, - "fontWeight": "600" - } - ] - }, - { - "type": "frame", - "id": "ChZaloBar", - "width": "fill_container", - "height": 4, - "fill": "$bg-page", - "children": [ - { - "type": "frame", - "id": "ChZaloFill", - "width": "fit_content(0)", - "height": 4, - "fill": "#0068FF" - } - ] - } - ] - }, - { - "type": "frame", - "id": "ChWA", - "width": "fill_container", - "layout": "vertical", - "gap": 8, - "children": [ - { - "type": "frame", - "id": "ChWATop", - "width": "fill_container", - "justifyContent": "space_between", - "children": [ - { - "type": "text", - "id": "ChWAName", - "fill": "#25D366", - "content": "WHATSAPP", - "fontFamily": "Roboto", - "fontSize": 10, - "fontWeight": "700" - }, - { - "type": "text", - "id": "ChWAValue", - "fill": "$text-primary", - "content": "12.4K", - "fontFamily": "Roboto", - "fontSize": 11, - "fontWeight": "600" - } - ] - }, - { - "type": "frame", - "id": "ChWABar", - "width": "fill_container", - "height": 4, - "fill": "$bg-page", - "children": [ - { - "type": "frame", - "id": "ChWAFill", - "width": "fit_content(0)", - "height": 4, - "fill": "#25D366" - } - ] - } - ] - } - ] - } - ] - } - ] - } - ] - } - ], - "variables": { - "bg-page": { - "type": "color", - "value": "#18181B" - }, - "bg-card": { - "type": "color", - "value": "#0F0F10" - }, - "yellow-primary": { - "type": "color", - "value": "#FACC15" - }, - "text-primary": { - "type": "color", - "value": "#FAFAFA" - }, - "text-secondary": { - "type": "color", - "value": "#71717A" - }, - "text-tertiary": { - "type": "color", - "value": "#52525B" - }, - "border": { - "type": "color", - "value": "#27272A" - }, - "success": { - "type": "color", - "value": "#22C55E" - }, - "warning": { - "type": "color", - "value": "#FACC15" - }, - "error": { - "type": "color", - "value": "#EF4444" - }, - "info": { - "type": "color", - "value": "#3B82F6" - } - } -} \ No newline at end of file diff --git a/pencil-design/src/pages/tMarketing/chatbot-automation.pen b/pencil-design/src/pages/tMarketing/chatbot-automation.pen deleted file mode 100644 index 7f8fafdc..00000000 --- a/pencil-design/src/pages/tMarketing/chatbot-automation.pen +++ /dev/null @@ -1,274 +0,0 @@ -{ - "version": "2.6", - "children": [ - { - "type": "frame", - "id": "ChatbotAutomationScreen", - "name": "Screen/Chatbot Automation", - "reusable": true, - "width": 1280, - "height": 720, - "fill": "$bg-page", - "layout": "horizontal", - "clip": true, - "children": [ - { - "type": "frame", - "id": "Sidebar", - "width": 240, - "height": "fill_container", - "fill": "$bg-card", - "stroke": {"thickness": 3, "fill": "$yellow-primary", "align": "inside"}, - "layout": "vertical", - "justifyContent": "space_between", - "padding": [24, 16], - "children": [ - { - "type": "frame", - "id": "SidebarTop", - "width": "fill_container", - "layout": "vertical", - "gap": 32, - "children": [ - {"type": "frame", "id": "LogoSection", "width": "fill_container", "padding": [0, 0, 16, 0], "stroke": {"thickness": 1, "fill": "$border", "align": "inside"}, "gap": 8, "alignItems": "center", "children": [ - {"type": "frame", "id": "LogoMark", "width": 32, "height": 32, "fill": "$yellow-primary", "justifyContent": "center", "alignItems": "center", "children": [ - {"type": "text", "id": "LogoLetter", "fill": "$bg-card", "content": "M", "fontFamily": "Roboto", "fontSize": 16, "fontWeight": "700"} - ]}, - {"type": "text", "id": "LogoText", "fill": "$text-primary", "content": "tMARKETING", "fontFamily": "Roboto", "fontSize": 14, "fontWeight": "700"} - ]}, - {"type": "frame", "id": "NavSection", "width": "fill_container", "layout": "vertical", "gap": 2, "children": [ - {"type": "frame", "id": "NavHub", "width": "fill_container", "padding": [10, 12], "gap": 10, "alignItems": "center", "children": [ - {"type": "text", "id": "NavHubNum", "fill": "$text-tertiary", "content": "01", "fontFamily": "Roboto", "fontSize": 12, "fontWeight": "600"}, - {"type": "text", "id": "NavHubLabel", "fill": "$text-secondary", "content": "HUB", "fontFamily": "Roboto", "fontSize": 12, "fontWeight": "500"} - ]}, - {"type": "frame", "id": "NavChat", "width": "fill_container", "padding": [10, 12], "gap": 10, "alignItems": "center", "children": [ - {"type": "text", "id": "NavChatNum", "fill": "$text-tertiary", "content": "02", "fontFamily": "Roboto", "fontSize": 12, "fontWeight": "600"}, - {"type": "text", "id": "NavChatLabel", "fill": "$text-secondary", "content": "CHAT", "fontFamily": "Roboto", "fontSize": 12, "fontWeight": "500"} - ]}, - {"type": "frame", "id": "NavBot", "width": "fill_container", "fill": "#FACC1515", "stroke": {"thickness": 1, "fill": "$yellow-primary", "align": "inside"}, "padding": [10, 12], "gap": 10, "alignItems": "center", "children": [ - {"type": "text", "id": "NavBotNum", "fill": "$yellow-primary", "content": "03", "fontFamily": "Roboto", "fontSize": 12, "fontWeight": "600"}, - {"type": "text", "id": "NavBotLabel", "fill": "$text-primary", "content": "BOT", "fontFamily": "Roboto", "fontSize": 12, "fontWeight": "600"} - ]}, - {"type": "frame", "id": "NavCRM", "width": "fill_container", "padding": [10, 12], "gap": 10, "alignItems": "center", "children": [ - {"type": "text", "id": "NavCRMNum", "fill": "$text-tertiary", "content": "04", "fontFamily": "Roboto", "fontSize": 12, "fontWeight": "600"}, - {"type": "text", "id": "NavCRMLabel", "fill": "$text-secondary", "content": "CRM", "fontFamily": "Roboto", "fontSize": 12, "fontWeight": "500"} - ]}, - {"type": "frame", "id": "NavAI", "width": "fill_container", "padding": [10, 12], "gap": 10, "alignItems": "center", "children": [ - {"type": "text", "id": "NavAINum", "fill": "$text-tertiary", "content": "05", "fontFamily": "Roboto", "fontSize": 12, "fontWeight": "600"}, - {"type": "text", "id": "NavAILabel", "fill": "$text-secondary", "content": "AI STUDIO", "fontFamily": "Roboto", "fontSize": 12, "fontWeight": "500"} - ]}, - {"type": "frame", "id": "NavStats", "width": "fill_container", "padding": [10, 12], "gap": 10, "alignItems": "center", "children": [ - {"type": "text", "id": "NavStatsNum", "fill": "$text-tertiary", "content": "06", "fontFamily": "Roboto", "fontSize": 12, "fontWeight": "600"}, - {"type": "text", "id": "NavStatsLabel", "fill": "$text-secondary", "content": "ANALYTICS", "fontFamily": "Roboto", "fontSize": 12, "fontWeight": "500"} - ]} - ]} - ] - }, - { - "type": "frame", - "id": "SidebarBottom", - "width": "fill_container", - "layout": "vertical", - "gap": 20, - "children": [ - {"type": "frame", "id": "BotStatus", "width": "fill_container", "fill": "#22C55E15", "stroke": {"thickness": 1, "fill": "#22C55E30"}, "padding": 16, "layout": "vertical", "gap": 8, "children": [ - {"type": "frame", "id": "BotHeader", "gap": 8, "alignItems": "center", "children": [ - {"type": "icon_font", "id": "BotIcon", "width": 14, "height": 14, "iconFontName": "bot", "iconFontFamily": "lucide", "fill": "$success"}, - {"type": "text", "id": "BotLabel", "fill": "$success", "content": "BOT ACTIVE", "fontFamily": "Roboto", "fontSize": 11, "fontWeight": "700"} - ]}, - {"type": "text", "id": "BotInfo", "fill": "$text-secondary", "content": "3 flows running", "fontFamily": "Roboto", "fontSize": 11} - ]}, - {"type": "frame", "id": "AccountRow", "width": "fill_container", "padding": [20, 0, 0, 0], "stroke": {"thickness": 1, "fill": "$border", "align": "inside"}, "gap": 10, "alignItems": "center", "children": [ - {"type": "frame", "id": "Avatar", "width": 32, "height": 32, "fill": "$border", "justifyContent": "center", "alignItems": "center", "children": [ - {"type": "text", "id": "AvatarText", "fill": "$text-primary", "content": "AD", "fontFamily": "Roboto", "fontSize": 10, "fontWeight": "700"} - ]}, - {"type": "text", "id": "UserName", "fill": "$text-primary", "content": "ADMIN", "fontFamily": "Roboto", "fontSize": 12, "fontWeight": "600"}, - {"type": "icon_font", "id": "ChevronIcon", "width": 14, "height": 14, "iconFontName": "chevron-right", "iconFontFamily": "lucide", "fill": "$text-tertiary"} - ]} - ] - } - ] - }, - { - "type": "frame", - "id": "MainContent", - "width": "fill_container", - "height": "fill_container", - "fill": "$bg-page", - "layout": "horizontal", - "gap": 0, - "children": [ - {"type": "frame", "id": "FlowList", "width": 280, "height": "fill_container", "fill": "$bg-card", "stroke": {"thickness": 1, "fill": "$border"}, "layout": "vertical", "children": [ - {"type": "frame", "id": "FlowHeader", "width": "fill_container", "padding": [16, 20], "stroke": {"thickness": 1, "fill": "$border", "align": "inside"}, "justifyContent": "space_between", "alignItems": "center", "children": [ - {"type": "frame", "id": "FlowHeaderLeft", "gap": 10, "alignItems": "center", "children": [ - {"type": "icon_font", "id": "FlowIcon", "width": 16, "height": 16, "iconFontName": "git-branch", "iconFontFamily": "lucide", "fill": "$yellow-primary"}, - {"type": "text", "id": "FlowTitle", "fill": "$text-primary", "content": "FLOWS", "fontFamily": "Roboto", "fontSize": 12, "fontWeight": "700"} - ]}, - {"type": "frame", "id": "AddFlowBtn", "width": 28, "height": 28, "fill": "$yellow-primary", "justifyContent": "center", "alignItems": "center", "children": [ - {"type": "icon_font", "id": "AddFlowIcon", "width": 14, "height": 14, "iconFontName": "plus", "iconFontFamily": "lucide", "fill": "$bg-card"} - ]} - ]}, - {"type": "frame", "id": "FlowItems", "width": "fill_container", "height": "fill_container", "layout": "vertical", "children": [ - {"type": "frame", "id": "Flow1", "width": "fill_container", "fill": "#FACC1510", "stroke": {"thickness": 2, "fill": "$yellow-primary", "align": "inside"}, "padding": 16, "layout": "vertical", "gap": 10, "children": [ - {"type": "frame", "id": "Flow1Header", "justifyContent": "space_between", "alignItems": "center", "width": "fill_container", "children": [ - {"type": "text", "id": "Flow1Name", "fill": "$text-primary", "content": "Welcome Message", "fontFamily": "Roboto", "fontSize": 12, "fontWeight": "600"}, - {"type": "frame", "id": "Flow1StatusDot", "width": 8, "height": 8, "fill": "$success"} - ]}, - {"type": "text", "id": "Flow1Desc", "fill": "$text-secondary", "content": "Greet new customers", "fontFamily": "Roboto", "fontSize": 11}, - {"type": "frame", "id": "Flow1Stats", "gap": 12, "children": [ - {"type": "text", "id": "Flow1Sent", "fill": "$text-tertiary", "content": "1.2K sent", "fontFamily": "Roboto", "fontSize": 10}, - {"type": "text", "id": "Flow1Rate", "fill": "$success", "content": "85% open", "fontFamily": "Roboto", "fontSize": 10} - ]} - ]}, - {"type": "frame", "id": "Flow2", "width": "fill_container", "stroke": {"thickness": 1, "fill": "$border", "align": "inside"}, "padding": 16, "layout": "vertical", "gap": 10, "children": [ - {"type": "frame", "id": "Flow2Header", "justifyContent": "space_between", "alignItems": "center", "width": "fill_container", "children": [ - {"type": "text", "id": "Flow2Name", "fill": "$text-primary", "content": "Product Inquiry", "fontFamily": "Roboto", "fontSize": 12, "fontWeight": "600"}, - {"type": "frame", "id": "Flow2StatusDot", "width": 8, "height": 8, "fill": "$success"} - ]}, - {"type": "text", "id": "Flow2Desc", "fill": "$text-secondary", "content": "Handle product questions", "fontFamily": "Roboto", "fontSize": 11}, - {"type": "frame", "id": "Flow2Stats", "gap": 12, "children": [ - {"type": "text", "id": "Flow2Sent", "fill": "$text-tertiary", "content": "890 sent", "fontFamily": "Roboto", "fontSize": 10}, - {"type": "text", "id": "Flow2Rate", "fill": "$success", "content": "72% open", "fontFamily": "Roboto", "fontSize": 10} - ]} - ]}, - {"type": "frame", "id": "Flow3", "width": "fill_container", "stroke": {"thickness": 1, "fill": "$border", "align": "inside"}, "padding": 16, "layout": "vertical", "gap": 10, "children": [ - {"type": "frame", "id": "Flow3Header", "justifyContent": "space_between", "alignItems": "center", "width": "fill_container", "children": [ - {"type": "text", "id": "Flow3Name", "fill": "$text-primary", "content": "Abandoned Cart", "fontFamily": "Roboto", "fontSize": 12, "fontWeight": "600"}, - {"type": "frame", "id": "Flow3StatusDot", "width": 8, "height": 8, "fill": "$success"} - ]}, - {"type": "text", "id": "Flow3Desc", "fill": "$text-secondary", "content": "Recover lost sales", "fontFamily": "Roboto", "fontSize": 11}, - {"type": "frame", "id": "Flow3Stats", "gap": 12, "children": [ - {"type": "text", "id": "Flow3Sent", "fill": "$text-tertiary", "content": "456 sent", "fontFamily": "Roboto", "fontSize": 10}, - {"type": "text", "id": "Flow3Rate", "fill": "$warning", "content": "28% conv", "fontFamily": "Roboto", "fontSize": 10} - ]} - ]}, - {"type": "frame", "id": "Flow4", "width": "fill_container", "stroke": {"thickness": 1, "fill": "$border", "align": "inside"}, "padding": 16, "layout": "vertical", "gap": 10, "children": [ - {"type": "frame", "id": "Flow4Header", "justifyContent": "space_between", "alignItems": "center", "width": "fill_container", "children": [ - {"type": "text", "id": "Flow4Name", "fill": "$text-primary", "content": "Order Update", "fontFamily": "Roboto", "fontSize": 12, "fontWeight": "600"}, - {"type": "frame", "id": "Flow4StatusDot", "width": 8, "height": 8, "fill": "$text-tertiary"} - ]}, - {"type": "text", "id": "Flow4Desc", "fill": "$text-secondary", "content": "Shipping notifications", "fontFamily": "Roboto", "fontSize": 11}, - {"type": "frame", "id": "Flow4Stats", "gap": 12, "children": [ - {"type": "text", "id": "Flow4Sent", "fill": "$text-tertiary", "content": "Draft", "fontFamily": "Roboto", "fontSize": 10} - ]} - ]} - ]} - ]}, - {"type": "frame", "id": "FlowCanvas", "width": "fill_container", "height": "fill_container", "layout": "vertical", "children": [ - {"type": "frame", "id": "CanvasHeader", "width": "fill_container", "fill": "$bg-card", "stroke": {"thickness": 1, "fill": "$border"}, "padding": [16, 24], "justifyContent": "space_between", "alignItems": "center", "children": [ - {"type": "frame", "id": "CanvasHeaderLeft", "layout": "vertical", "gap": 4, "children": [ - {"type": "text", "id": "CanvasTitle", "fill": "$text-primary", "content": "WELCOME MESSAGE", "fontFamily": "Roboto", "fontSize": 20, "fontWeight": "700"}, - {"type": "text", "id": "CanvasDesc", "fill": "$text-secondary", "content": "Trigger: New customer joins • 3 nodes", "fontFamily": "Roboto", "fontSize": 12} - ]}, - {"type": "frame", "id": "CanvasActions", "gap": 12, "children": [ - {"type": "frame", "id": "TestBtn", "stroke": {"thickness": 1, "fill": "$border"}, "padding": [10, 16], "gap": 6, "alignItems": "center", "children": [ - {"type": "icon_font", "id": "TestIcon", "width": 14, "height": 14, "iconFontName": "play", "iconFontFamily": "lucide", "fill": "$text-secondary"}, - {"type": "text", "id": "TestText", "fill": "$text-secondary", "content": "TEST", "fontFamily": "Roboto", "fontSize": 11, "fontWeight": "600"} - ]}, - {"type": "frame", "id": "PublishBtn", "fill": "$yellow-primary", "padding": [10, 18], "gap": 6, "alignItems": "center", "children": [ - {"type": "icon_font", "id": "PublishIcon", "width": 14, "height": 14, "iconFontName": "rocket", "iconFontFamily": "lucide", "fill": "$bg-card"}, - {"type": "text", "id": "PublishText", "fill": "$bg-card", "content": "PUBLISH", "fontFamily": "Roboto", "fontSize": 11, "fontWeight": "700"} - ]} - ]} - ]}, - {"type": "frame", "id": "CanvasArea", "width": "fill_container", "height": "fill_container", "fill": "#0C0C0E", "padding": 40, "layout": "vertical", "gap": 0, "alignItems": "center", "justifyContent": "center", "children": [ - {"type": "frame", "id": "TriggerNode", "width": 280, "fill": "#22C55E15", "stroke": {"thickness": 2, "fill": "$success"}, "padding": 16, "layout": "vertical", "gap": 12, "children": [ - {"type": "frame", "id": "TriggerHeader", "gap": 10, "alignItems": "center", "children": [ - {"type": "icon_font", "id": "TriggerIcon", "width": 18, "height": 18, "iconFontName": "zap", "iconFontFamily": "lucide", "fill": "$success"}, - {"type": "text", "id": "TriggerLabel", "fill": "$success", "content": "TRIGGER", "fontFamily": "Roboto", "fontSize": 11, "fontWeight": "700"} - ]}, - {"type": "text", "id": "TriggerName", "fill": "$text-primary", "content": "New Customer Joins", "fontFamily": "Roboto", "fontSize": 13, "fontWeight": "600"}, - {"type": "text", "id": "TriggerDesc", "fill": "$text-secondary", "content": "When a customer sends first message", "fontFamily": "Roboto", "fontSize": 11} - ]}, - {"type": "frame", "id": "Connector1", "width": 2, "height": 32, "fill": "$border"}, - {"type": "frame", "id": "DelayNode", "width": 280, "fill": "#3B82F615", "stroke": {"thickness": 2, "fill": "#3B82F6"}, "padding": 16, "layout": "vertical", "gap": 12, "children": [ - {"type": "frame", "id": "DelayHeader", "gap": 10, "alignItems": "center", "children": [ - {"type": "icon_font", "id": "DelayIcon", "width": 18, "height": 18, "iconFontName": "clock", "iconFontFamily": "lucide", "fill": "#3B82F6"}, - {"type": "text", "id": "DelayLabel", "fill": "#3B82F6", "content": "DELAY", "fontFamily": "Roboto", "fontSize": 11, "fontWeight": "700"} - ]}, - {"type": "text", "id": "DelayName", "fill": "$text-primary", "content": "Wait 2 seconds", "fontFamily": "Roboto", "fontSize": 13, "fontWeight": "600"}, - {"type": "text", "id": "DelayDesc", "fill": "$text-secondary", "content": "Make response feel natural", "fontFamily": "Roboto", "fontSize": 11} - ]}, - {"type": "frame", "id": "Connector2", "width": 2, "height": 32, "fill": "$border"}, - {"type": "frame", "id": "MessageNode", "width": 280, "fill": "#FACC1515", "stroke": {"thickness": 2, "fill": "$yellow-primary"}, "padding": 16, "layout": "vertical", "gap": 12, "children": [ - {"type": "frame", "id": "MsgHeader", "gap": 10, "alignItems": "center", "children": [ - {"type": "icon_font", "id": "MsgIcon", "width": 18, "height": 18, "iconFontName": "message-circle", "iconFontFamily": "lucide", "fill": "$yellow-primary"}, - {"type": "text", "id": "MsgLabel", "fill": "$yellow-primary", "content": "SEND MESSAGE", "fontFamily": "Roboto", "fontSize": 11, "fontWeight": "700"} - ]}, - {"type": "text", "id": "MsgName", "fill": "$text-primary", "content": "Welcome Greeting", "fontFamily": "Roboto", "fontSize": 13, "fontWeight": "600"}, - {"type": "text", "id": "MsgPreview", "fill": "$text-secondary", "content": "\"Xin chào! Cảm ơn bạn đã liên hệ...\"", "fontFamily": "Roboto", "fontSize": 11} - ]} - ]} - ]}, - {"type": "frame", "id": "NodePanel", "width": 260, "height": "fill_container", "fill": "$bg-card", "stroke": {"thickness": 1, "fill": "$border", "align": "inside"}, "layout": "vertical", "children": [ - {"type": "frame", "id": "NodeHeader", "width": "fill_container", "padding": [16, 20], "stroke": {"thickness": 1, "fill": "$border", "align": "inside"}, "gap": 10, "alignItems": "center", "children": [ - {"type": "icon_font", "id": "NodePanelIcon", "width": 16, "height": 16, "iconFontName": "box", "iconFontFamily": "lucide", "fill": "$yellow-primary"}, - {"type": "text", "id": "NodePanelTitle", "fill": "$text-primary", "content": "ADD NODE", "fontFamily": "Roboto", "fontSize": 12, "fontWeight": "700"} - ]}, - {"type": "frame", "id": "NodeList", "width": "fill_container", "height": "fill_container", "padding": 16, "layout": "vertical", "gap": 10, "children": [ - {"type": "frame", "id": "NodeTrigger", "width": "fill_container", "fill": "$bg-page", "stroke": {"thickness": 1, "fill": "$border"}, "padding": 12, "gap": 12, "alignItems": "center", "children": [ - {"type": "frame", "id": "NodeTriggerIcon", "width": 32, "height": 32, "fill": "#22C55E20", "justifyContent": "center", "alignItems": "center", "children": [ - {"type": "icon_font", "id": "NTIcon", "width": 16, "height": 16, "iconFontName": "zap", "iconFontFamily": "lucide", "fill": "$success"} - ]}, - {"type": "frame", "id": "NodeTriggerInfo", "layout": "vertical", "gap": 2, "children": [ - {"type": "text", "id": "NTName", "fill": "$text-primary", "content": "Trigger", "fontFamily": "Roboto", "fontSize": 12, "fontWeight": "600"}, - {"type": "text", "id": "NTDesc", "fill": "$text-tertiary", "content": "Start flow", "fontFamily": "Roboto", "fontSize": 10} - ]} - ]}, - {"type": "frame", "id": "NodeMessage", "width": "fill_container", "fill": "$bg-page", "stroke": {"thickness": 1, "fill": "$border"}, "padding": 12, "gap": 12, "alignItems": "center", "children": [ - {"type": "frame", "id": "NodeMsgIcon", "width": 32, "height": 32, "fill": "#FACC1520", "justifyContent": "center", "alignItems": "center", "children": [ - {"type": "icon_font", "id": "NMIcon", "width": 16, "height": 16, "iconFontName": "message-circle", "iconFontFamily": "lucide", "fill": "$yellow-primary"} - ]}, - {"type": "frame", "id": "NodeMsgInfo", "layout": "vertical", "gap": 2, "children": [ - {"type": "text", "id": "NMName", "fill": "$text-primary", "content": "Send Message", "fontFamily": "Roboto", "fontSize": 12, "fontWeight": "600"}, - {"type": "text", "id": "NMDesc", "fill": "$text-tertiary", "content": "Text/Image/Video", "fontFamily": "Roboto", "fontSize": 10} - ]} - ]}, - {"type": "frame", "id": "NodeCondition", "width": "fill_container", "fill": "$bg-page", "stroke": {"thickness": 1, "fill": "$border"}, "padding": 12, "gap": 12, "alignItems": "center", "children": [ - {"type": "frame", "id": "NodeCondIcon", "width": 32, "height": 32, "fill": "#A855F720", "justifyContent": "center", "alignItems": "center", "children": [ - {"type": "icon_font", "id": "NCIcon", "width": 16, "height": 16, "iconFontName": "git-branch", "iconFontFamily": "lucide", "fill": "#A855F7"} - ]}, - {"type": "frame", "id": "NodeCondInfo", "layout": "vertical", "gap": 2, "children": [ - {"type": "text", "id": "NCName", "fill": "$text-primary", "content": "Condition", "fontFamily": "Roboto", "fontSize": 12, "fontWeight": "600"}, - {"type": "text", "id": "NCDesc", "fill": "$text-tertiary", "content": "Branch logic", "fontFamily": "Roboto", "fontSize": 10} - ]} - ]}, - {"type": "frame", "id": "NodeDelay", "width": "fill_container", "fill": "$bg-page", "stroke": {"thickness": 1, "fill": "$border"}, "padding": 12, "gap": 12, "alignItems": "center", "children": [ - {"type": "frame", "id": "NodeDelayIcon", "width": 32, "height": 32, "fill": "#3B82F620", "justifyContent": "center", "alignItems": "center", "children": [ - {"type": "icon_font", "id": "NDIcon", "width": 16, "height": 16, "iconFontName": "clock", "iconFontFamily": "lucide", "fill": "#3B82F6"} - ]}, - {"type": "frame", "id": "NodeDelayInfo", "layout": "vertical", "gap": 2, "children": [ - {"type": "text", "id": "NDName", "fill": "$text-primary", "content": "Delay", "fontFamily": "Roboto", "fontSize": 12, "fontWeight": "600"}, - {"type": "text", "id": "NDDesc", "fill": "$text-tertiary", "content": "Wait time", "fontFamily": "Roboto", "fontSize": 10} - ]} - ]}, - {"type": "frame", "id": "NodeAI", "width": "fill_container", "fill": "$bg-page", "stroke": {"thickness": 1, "fill": "#A855F730"}, "padding": 12, "gap": 12, "alignItems": "center", "children": [ - {"type": "frame", "id": "NodeAIIcon", "width": 32, "height": 32, "fill": "#A855F720", "justifyContent": "center", "alignItems": "center", "children": [ - {"type": "icon_font", "id": "NAIcon", "width": 16, "height": 16, "iconFontName": "sparkles", "iconFontFamily": "lucide", "fill": "#A855F7"} - ]}, - {"type": "frame", "id": "NodeAIInfo", "layout": "vertical", "gap": 2, "children": [ - {"type": "text", "id": "NAName", "fill": "$text-primary", "content": "AI Response", "fontFamily": "Roboto", "fontSize": 12, "fontWeight": "600"}, - {"type": "text", "id": "NADesc", "fill": "#A855F7", "content": "Gemini AI", "fontFamily": "Roboto", "fontSize": 10} - ]} - ]} - ]} - ]} - ] - } - ] - } - ], - "variables": { - "bg-page": {"type": "color", "value": "#18181B"}, - "bg-card": {"type": "color", "value": "#0F0F10"}, - "yellow-primary": {"type": "color", "value": "#FACC15"}, - "text-primary": {"type": "color", "value": "#FAFAFA"}, - "text-secondary": {"type": "color", "value": "#71717A"}, - "text-tertiary": {"type": "color", "value": "#52525B"}, - "border": {"type": "color", "value": "#27272A"}, - "success": {"type": "color", "value": "#22C55E"}, - "warning": {"type": "color", "value": "#FACC15"}, - "error": {"type": "color", "value": "#EF4444"}, - "info": {"type": "color", "value": "#3B82F6"} - } -} diff --git a/pencil-design/src/pages/tMarketing/customer-crm.pen b/pencil-design/src/pages/tMarketing/customer-crm.pen deleted file mode 100644 index 9bb80321..00000000 --- a/pencil-design/src/pages/tMarketing/customer-crm.pen +++ /dev/null @@ -1,293 +0,0 @@ -{ - "version": "2.6", - "children": [ - { - "type": "frame", - "id": "CustomerCRMScreen", - "name": "Screen/Customer CRM", - "reusable": true, - "width": 1280, - "height": 720, - "fill": "$bg-page", - "layout": "horizontal", - "clip": true, - "children": [ - { - "type": "frame", - "id": "Sidebar", - "width": 240, - "height": "fill_container", - "fill": "$bg-card", - "stroke": {"thickness": 3, "fill": "$yellow-primary", "align": "inside"}, - "layout": "vertical", - "justifyContent": "space_between", - "padding": [24, 16], - "children": [ - { - "type": "frame", - "id": "SidebarTop", - "width": "fill_container", - "layout": "vertical", - "gap": 32, - "children": [ - {"type": "frame", "id": "LogoSection", "width": "fill_container", "padding": [0, 0, 16, 0], "stroke": {"thickness": 1, "fill": "$border", "align": "inside"}, "gap": 8, "alignItems": "center", "children": [ - {"type": "frame", "id": "LogoMark", "width": 32, "height": 32, "fill": "$yellow-primary", "justifyContent": "center", "alignItems": "center", "children": [ - {"type": "text", "id": "LogoLetter", "fill": "$bg-card", "content": "M", "fontFamily": "Roboto", "fontSize": 16, "fontWeight": "700"} - ]}, - {"type": "text", "id": "LogoText", "fill": "$text-primary", "content": "tMARKETING", "fontFamily": "Roboto", "fontSize": 14, "fontWeight": "700"} - ]}, - {"type": "frame", "id": "NavSection", "width": "fill_container", "layout": "vertical", "gap": 2, "children": [ - {"type": "frame", "id": "NavHub", "width": "fill_container", "padding": [10, 12], "gap": 10, "alignItems": "center", "children": [ - {"type": "text", "id": "NavHubNum", "fill": "$text-tertiary", "content": "01", "fontFamily": "Roboto", "fontSize": 12, "fontWeight": "600"}, - {"type": "text", "id": "NavHubLabel", "fill": "$text-secondary", "content": "HUB", "fontFamily": "Roboto", "fontSize": 12, "fontWeight": "500"} - ]}, - {"type": "frame", "id": "NavChat", "width": "fill_container", "padding": [10, 12], "gap": 10, "alignItems": "center", "children": [ - {"type": "text", "id": "NavChatNum", "fill": "$text-tertiary", "content": "02", "fontFamily": "Roboto", "fontSize": 12, "fontWeight": "600"}, - {"type": "text", "id": "NavChatLabel", "fill": "$text-secondary", "content": "CHAT", "fontFamily": "Roboto", "fontSize": 12, "fontWeight": "500"} - ]}, - {"type": "frame", "id": "NavCRM", "width": "fill_container", "fill": "#FACC1515", "stroke": {"thickness": 1, "fill": "$yellow-primary", "align": "inside"}, "padding": [10, 12], "gap": 10, "alignItems": "center", "children": [ - {"type": "text", "id": "NavCRMNum", "fill": "$yellow-primary", "content": "03", "fontFamily": "Roboto", "fontSize": 12, "fontWeight": "600"}, - {"type": "text", "id": "NavCRMLabel", "fill": "$text-primary", "content": "CRM", "fontFamily": "Roboto", "fontSize": 12, "fontWeight": "600"} - ]}, - {"type": "frame", "id": "NavAI", "width": "fill_container", "padding": [10, 12], "gap": 10, "alignItems": "center", "children": [ - {"type": "text", "id": "NavAINum", "fill": "$text-tertiary", "content": "04", "fontFamily": "Roboto", "fontSize": 12, "fontWeight": "600"}, - {"type": "text", "id": "NavAILabel", "fill": "$text-secondary", "content": "AI STUDIO", "fontFamily": "Roboto", "fontSize": 12, "fontWeight": "500"} - ]}, - {"type": "frame", "id": "NavStats", "width": "fill_container", "padding": [10, 12], "gap": 10, "alignItems": "center", "children": [ - {"type": "text", "id": "NavStatsNum", "fill": "$text-tertiary", "content": "05", "fontFamily": "Roboto", "fontSize": 12, "fontWeight": "600"}, - {"type": "text", "id": "NavStatsLabel", "fill": "$text-secondary", "content": "ANALYTICS", "fontFamily": "Roboto", "fontSize": 12, "fontWeight": "500"} - ]} - ]} - ] - }, - { - "type": "frame", - "id": "SidebarBottom", - "width": "fill_container", - "layout": "vertical", - "gap": 20, - "children": [ - {"type": "frame", "id": "StorageBox", "width": "fill_container", "fill": "#FACC1510", "stroke": {"thickness": 1, "fill": "#FACC1530"}, "padding": 16, "layout": "vertical", "gap": 12, "children": [ - {"type": "frame", "id": "StorageHeader", "gap": 8, "alignItems": "center", "children": [ - {"type": "icon_font", "id": "StorageIcon", "width": 14, "height": 14, "iconFontName": "database", "iconFontFamily": "lucide", "fill": "$yellow-primary"}, - {"type": "text", "id": "StorageLabel", "fill": "$yellow-primary", "content": "STORAGE", "fontFamily": "Roboto", "fontSize": 11, "fontWeight": "700"} - ]}, - {"type": "text", "id": "StorageValue", "fill": "$text-primary", "content": "2.4 GB / 10 GB", "fontFamily": "Roboto", "fontSize": 12}, - {"type": "frame", "id": "StorageBar", "width": "fill_container", "height": 4, "fill": "$bg-page", "children": [ - {"type": "frame", "id": "StorageFill", "width": "24%", "height": 4, "fill": "$yellow-primary"} - ]} - ]}, - {"type": "frame", "id": "AccountRow", "width": "fill_container", "padding": [20, 0, 0, 0], "stroke": {"thickness": 1, "fill": "$border", "align": "inside"}, "gap": 10, "alignItems": "center", "children": [ - {"type": "frame", "id": "Avatar", "width": 32, "height": 32, "fill": "$border", "justifyContent": "center", "alignItems": "center", "children": [ - {"type": "text", "id": "AvatarText", "fill": "$text-primary", "content": "AD", "fontFamily": "Roboto", "fontSize": 10, "fontWeight": "700"} - ]}, - {"type": "text", "id": "UserName", "fill": "$text-primary", "content": "ADMIN", "fontFamily": "Roboto", "fontSize": 12, "fontWeight": "600"}, - {"type": "icon_font", "id": "ChevronIcon", "width": 14, "height": 14, "iconFontName": "chevron-right", "iconFontFamily": "lucide", "fill": "$text-tertiary"} - ]} - ] - } - ] - }, - { - "type": "frame", - "id": "MainContent", - "width": "fill_container", - "height": "fill_container", - "fill": "$bg-page", - "layout": "vertical", - "padding": [32, 40], - "gap": 24, - "children": [ - {"type": "frame", "id": "PageHeader", "width": "fill_container", "justifyContent": "space_between", "alignItems": "center", "children": [ - {"type": "frame", "id": "HeaderLeft", "layout": "vertical", "gap": 4, "children": [ - {"type": "text", "id": "PageTitle", "fill": "$text-primary", "content": "CUSTOMERS", "fontFamily": "Roboto", "fontSize": 32, "fontWeight": "700"}, - {"type": "text", "id": "PageSubtitle", "fill": "$text-secondary", "content": "Manage customer profiles for re-marketing campaigns", "fontFamily": "Roboto", "fontSize": 14} - ]}, - {"type": "frame", "id": "HeaderActions", "gap": 12, "children": [ - {"type": "frame", "id": "SearchBtn", "stroke": {"thickness": 1, "fill": "$border"}, "padding": [10, 14], "gap": 8, "alignItems": "center", "children": [ - {"type": "icon_font", "id": "SearchIcon", "width": 14, "height": 14, "iconFontName": "search", "iconFontFamily": "lucide", "fill": "$text-tertiary"}, - {"type": "text", "id": "SearchText", "fill": "$text-secondary", "content": "SEARCH", "fontFamily": "Roboto", "fontSize": 11, "fontWeight": "500"} - ]}, - {"type": "frame", "id": "ExportBtn", "stroke": {"thickness": 1, "fill": "$border"}, "padding": [10, 14], "gap": 8, "alignItems": "center", "children": [ - {"type": "icon_font", "id": "ExportIcon", "width": 14, "height": 14, "iconFontName": "download", "iconFontFamily": "lucide", "fill": "$text-tertiary"}, - {"type": "text", "id": "ExportText", "fill": "$text-secondary", "content": "EXPORT", "fontFamily": "Roboto", "fontSize": 11, "fontWeight": "500"} - ]}, - {"type": "frame", "id": "AddBtn", "fill": "$yellow-primary", "padding": [10, 18], "gap": 6, "alignItems": "center", "children": [ - {"type": "icon_font", "id": "PlusIcon", "width": 14, "height": 14, "iconFontName": "user-plus", "iconFontFamily": "lucide", "fill": "$bg-card"}, - {"type": "text", "id": "AddText", "fill": "$bg-card", "content": "ADD", "fontFamily": "Roboto", "fontSize": 11, "fontWeight": "700"} - ]} - ]} - ]}, - {"type": "frame", "id": "KPICards", "width": "fill_container", "gap": 16, "children": [ - {"type": "frame", "id": "KPITotal", "width": "fill_container", "fill": "$bg-card", "stroke": {"thickness": 1, "fill": "$border"}, "padding": 20, "layout": "vertical", "gap": 8, "children": [ - {"type": "text", "id": "KPITotalLabel", "fill": "$text-secondary", "content": "TOTAL CUSTOMERS", "fontFamily": "Roboto", "fontSize": 11, "fontWeight": "600"}, - {"type": "frame", "id": "KPITotalRow", "justifyContent": "space_between", "alignItems": "end", "children": [ - {"type": "text", "id": "KPITotalValue", "fill": "$text-primary", "content": "12,456", "fontFamily": "Roboto", "fontSize": 28, "fontWeight": "700"}, - {"type": "frame", "id": "KPITotalChange", "gap": 4, "alignItems": "center", "children": [ - {"type": "icon_font", "id": "KPITotalArrow", "width": 12, "height": 12, "iconFontName": "arrow-up-right", "iconFontFamily": "lucide", "fill": "$success"}, - {"type": "text", "id": "KPITotalPercent", "fill": "$success", "content": "5%", "fontFamily": "Roboto", "fontSize": 12, "fontWeight": "600"} - ]} - ]} - ]}, - {"type": "frame", "id": "KPIActive", "width": "fill_container", "fill": "$bg-card", "stroke": {"thickness": 1, "fill": "$border"}, "padding": 20, "layout": "vertical", "gap": 8, "children": [ - {"type": "text", "id": "KPIActiveLabel", "fill": "$text-secondary", "content": "ACTIVE", "fontFamily": "Roboto", "fontSize": 11, "fontWeight": "600"}, - {"type": "frame", "id": "KPIActiveRow", "justifyContent": "space_between", "alignItems": "end", "children": [ - {"type": "text", "id": "KPIActiveValue", "fill": "$text-primary", "content": "4,892", "fontFamily": "Roboto", "fontSize": 28, "fontWeight": "700"}, - {"type": "frame", "id": "KPIActiveChange", "gap": 4, "alignItems": "center", "children": [ - {"type": "icon_font", "id": "KPIActiveArrow", "width": 12, "height": 12, "iconFontName": "arrow-up-right", "iconFontFamily": "lucide", "fill": "$success"}, - {"type": "text", "id": "KPIActivePercent", "fill": "$success", "content": "12%", "fontFamily": "Roboto", "fontSize": 12, "fontWeight": "600"} - ]} - ]} - ]}, - {"type": "frame", "id": "KPINew", "width": "fill_container", "fill": "$bg-card", "stroke": {"thickness": 1, "fill": "$border"}, "padding": 20, "layout": "vertical", "gap": 8, "children": [ - {"type": "text", "id": "KPINewLabel", "fill": "$text-secondary", "content": "NEW TODAY", "fontFamily": "Roboto", "fontSize": 11, "fontWeight": "600"}, - {"type": "frame", "id": "KPINewRow", "justifyContent": "space_between", "alignItems": "end", "children": [ - {"type": "text", "id": "KPINewValue", "fill": "$text-primary", "content": "+342", "fontFamily": "Roboto", "fontSize": 28, "fontWeight": "700"}, - {"type": "text", "id": "KPINewBadge", "fill": "$info", "content": "NEW", "fontFamily": "Roboto", "fontSize": 10, "fontWeight": "700"} - ]} - ]}, - {"type": "frame", "id": "KPISegments", "width": "fill_container", "fill": "$bg-card", "stroke": {"thickness": 1, "fill": "$border"}, "padding": 20, "layout": "vertical", "gap": 8, "children": [ - {"type": "text", "id": "KPISegmentsLabel", "fill": "$text-secondary", "content": "SEGMENTS", "fontFamily": "Roboto", "fontSize": 11, "fontWeight": "600"}, - {"type": "frame", "id": "KPISegmentsRow", "justifyContent": "space_between", "alignItems": "end", "children": [ - {"type": "text", "id": "KPISegmentsValue", "fill": "$text-primary", "content": "8", "fontFamily": "Roboto", "fontSize": 28, "fontWeight": "700"}, - {"type": "text", "id": "KPISegmentsDesc", "fill": "$text-tertiary", "content": "GROUPS", "fontFamily": "Roboto", "fontSize": 10, "fontWeight": "600"} - ]} - ]} - ]}, - {"type": "frame", "id": "CustomerTable", "width": "fill_container", "height": "fill_container", "fill": "$bg-card", "stroke": {"thickness": 1, "fill": "$border"}, "layout": "vertical", "children": [ - {"type": "frame", "id": "TableHeader", "width": "fill_container", "padding": [16, 20], "stroke": {"thickness": 1, "fill": "$border", "align": "inside"}, "justifyContent": "space_between", "alignItems": "center", "children": [ - {"type": "frame", "id": "TableHeaderLeft", "gap": 10, "alignItems": "center", "children": [ - {"type": "icon_font", "id": "TableIcon", "width": 16, "height": 16, "iconFontName": "users", "iconFontFamily": "lucide", "fill": "$yellow-primary"}, - {"type": "text", "id": "TableTitle", "fill": "$text-primary", "content": "CUSTOMER LIST", "fontFamily": "Roboto", "fontSize": 12, "fontWeight": "700"} - ]}, - {"type": "frame", "id": "TableActions", "gap": 8, "children": [ - {"type": "frame", "id": "FilterBtn", "stroke": {"thickness": 1, "fill": "$border"}, "padding": [6, 10], "gap": 6, "alignItems": "center", "children": [ - {"type": "icon_font", "id": "FilterIcon", "width": 12, "height": 12, "iconFontName": "filter", "iconFontFamily": "lucide", "fill": "$text-tertiary"}, - {"type": "text", "id": "FilterText", "fill": "$text-secondary", "content": "FILTERS", "fontFamily": "Roboto", "fontSize": 10, "fontWeight": "600"}, - {"type": "icon_font", "id": "FilterArrow", "width": 10, "height": 10, "iconFontName": "chevron-down", "iconFontFamily": "lucide", "fill": "$text-tertiary"} - ]}, - {"type": "frame", "id": "TagsBtn", "stroke": {"thickness": 1, "fill": "$border"}, "padding": [6, 10], "gap": 6, "alignItems": "center", "children": [ - {"type": "icon_font", "id": "TagsIcon", "width": 12, "height": 12, "iconFontName": "tag", "iconFontFamily": "lucide", "fill": "$text-tertiary"}, - {"type": "text", "id": "TagsText", "fill": "$text-secondary", "content": "TAGS", "fontFamily": "Roboto", "fontSize": 10, "fontWeight": "600"}, - {"type": "icon_font", "id": "TagsArrow", "width": 10, "height": 10, "iconFontName": "chevron-down", "iconFontFamily": "lucide", "fill": "$text-tertiary"} - ]} - ]} - ]}, - {"type": "frame", "id": "TableColumnHeaders", "width": "fill_container", "padding": [12, 20], "stroke": {"thickness": 1, "fill": "$border", "align": "inside"}, "children": [ - {"type": "frame", "id": "ColCheck", "width": 32, "justifyContent": "center", "children": [ - {"type": "frame", "id": "CheckAll", "width": 16, "height": 16, "stroke": {"thickness": 1, "fill": "$border"}} - ]}, - {"type": "text", "id": "ColName", "width": "fill_container", "fill": "$text-secondary", "content": "NAME", "fontFamily": "Roboto", "fontSize": 10, "fontWeight": "700"}, - {"type": "text", "id": "ColPhone", "width": 140, "fill": "$text-secondary", "content": "PHONE", "fontFamily": "Roboto", "fontSize": 10, "fontWeight": "700"}, - {"type": "text", "id": "ColChannel", "width": 100, "fill": "$text-secondary", "content": "CHANNEL", "fontFamily": "Roboto", "fontSize": 10, "fontWeight": "700"}, - {"type": "text", "id": "ColScore", "width": 120, "fill": "$text-secondary", "content": "SCORE", "fontFamily": "Roboto", "fontSize": 10, "fontWeight": "700"}, - {"type": "text", "id": "ColActions", "width": 80, "fill": "$text-secondary", "content": "ACTIONS", "fontFamily": "Roboto", "fontSize": 10, "fontWeight": "700"} - ]}, - {"type": "frame", "id": "TableBody", "width": "fill_container", "height": "fill_container", "layout": "vertical", "children": [ - {"type": "frame", "id": "Row1", "width": "fill_container", "padding": [14, 20], "stroke": {"thickness": 1, "fill": "$border", "align": "inside"}, "alignItems": "center", "children": [ - {"type": "frame", "id": "Row1Check", "width": 32, "justifyContent": "center", "children": [ - {"type": "frame", "id": "Check1", "width": 16, "height": 16, "stroke": {"thickness": 1, "fill": "$border"}} - ]}, - {"type": "text", "id": "Row1Name", "width": "fill_container", "fill": "$text-primary", "content": "Nguyễn Văn A", "fontFamily": "Roboto", "fontSize": 12, "fontWeight": "600"}, - {"type": "text", "id": "Row1Phone", "width": 140, "fill": "$text-secondary", "content": "0912 xxx xxx", "fontFamily": "Roboto", "fontSize": 12}, - {"type": "text", "id": "Row1Channel", "width": 100, "fill": "#0068FF", "content": "ZALO", "fontFamily": "Roboto", "fontSize": 10, "fontWeight": "700"}, - {"type": "text", "id": "Row1Score", "width": 120, "fill": "$yellow-primary", "content": "★★★★☆", "fontFamily": "Roboto", "fontSize": 12}, - {"type": "frame", "id": "Row1Actions", "width": 80, "gap": 8, "children": [ - {"type": "icon_font", "id": "Row1View", "width": 14, "height": 14, "iconFontName": "eye", "iconFontFamily": "lucide", "fill": "$text-tertiary"}, - {"type": "icon_font", "id": "Row1Edit", "width": 14, "height": 14, "iconFontName": "edit-2", "iconFontFamily": "lucide", "fill": "$text-tertiary"} - ]} - ]}, - {"type": "frame", "id": "Row2", "width": "fill_container", "padding": [14, 20], "stroke": {"thickness": 1, "fill": "$border", "align": "inside"}, "alignItems": "center", "children": [ - {"type": "frame", "id": "Row2Check", "width": 32, "justifyContent": "center", "children": [ - {"type": "frame", "id": "Check2", "width": 16, "height": 16, "stroke": {"thickness": 1, "fill": "$border"}} - ]}, - {"type": "text", "id": "Row2Name", "width": "fill_container", "fill": "$text-primary", "content": "Trần Thị B", "fontFamily": "Roboto", "fontSize": 12, "fontWeight": "600"}, - {"type": "text", "id": "Row2Phone", "width": 140, "fill": "$text-secondary", "content": "0987 xxx xxx", "fontFamily": "Roboto", "fontSize": 12}, - {"type": "text", "id": "Row2Channel", "width": 100, "fill": "#3B82F6", "content": "FB", "fontFamily": "Roboto", "fontSize": 10, "fontWeight": "700"}, - {"type": "text", "id": "Row2Score", "width": 120, "fill": "$yellow-primary", "content": "★★★☆☆", "fontFamily": "Roboto", "fontSize": 12}, - {"type": "frame", "id": "Row2Actions", "width": 80, "gap": 8, "children": [ - {"type": "icon_font", "id": "Row2View", "width": 14, "height": 14, "iconFontName": "eye", "iconFontFamily": "lucide", "fill": "$text-tertiary"}, - {"type": "icon_font", "id": "Row2Edit", "width": 14, "height": 14, "iconFontName": "edit-2", "iconFontFamily": "lucide", "fill": "$text-tertiary"} - ]} - ]}, - {"type": "frame", "id": "Row3", "width": "fill_container", "padding": [14, 20], "stroke": {"thickness": 1, "fill": "$border", "align": "inside"}, "alignItems": "center", "children": [ - {"type": "frame", "id": "Row3Check", "width": 32, "justifyContent": "center", "children": [ - {"type": "frame", "id": "Check3", "width": 16, "height": 16, "stroke": {"thickness": 1, "fill": "$border"}} - ]}, - {"type": "text", "id": "Row3Name", "width": "fill_container", "fill": "$text-primary", "content": "Lê Văn C", "fontFamily": "Roboto", "fontSize": 12, "fontWeight": "600"}, - {"type": "text", "id": "Row3Phone", "width": 140, "fill": "$text-secondary", "content": "0909 xxx xxx", "fontFamily": "Roboto", "fontSize": 12}, - {"type": "text", "id": "Row3Channel", "width": 100, "fill": "#E1306C", "content": "IG", "fontFamily": "Roboto", "fontSize": 10, "fontWeight": "700"}, - {"type": "text", "id": "Row3Score", "width": 120, "fill": "$yellow-primary", "content": "★★★★★", "fontFamily": "Roboto", "fontSize": 12}, - {"type": "frame", "id": "Row3Actions", "width": 80, "gap": 8, "children": [ - {"type": "icon_font", "id": "Row3View", "width": 14, "height": 14, "iconFontName": "eye", "iconFontFamily": "lucide", "fill": "$text-tertiary"}, - {"type": "icon_font", "id": "Row3Edit", "width": 14, "height": 14, "iconFontName": "edit-2", "iconFontFamily": "lucide", "fill": "$text-tertiary"} - ]} - ]}, - {"type": "frame", "id": "Row4", "width": "fill_container", "padding": [14, 20], "alignItems": "center", "children": [ - {"type": "frame", "id": "Row4Check", "width": 32, "justifyContent": "center", "children": [ - {"type": "frame", "id": "Check4", "width": 16, "height": 16, "stroke": {"thickness": 1, "fill": "$border"}} - ]}, - {"type": "text", "id": "Row4Name", "width": "fill_container", "fill": "$text-primary", "content": "Phạm Thị D", "fontFamily": "Roboto", "fontSize": 12, "fontWeight": "600"}, - {"type": "text", "id": "Row4Phone", "width": 140, "fill": "$text-secondary", "content": "0888 xxx xxx", "fontFamily": "Roboto", "fontSize": 12}, - {"type": "text", "id": "Row4Channel", "width": 100, "fill": "#25D366", "content": "WA", "fontFamily": "Roboto", "fontSize": 10, "fontWeight": "700"}, - {"type": "text", "id": "Row4Score", "width": 120, "fill": "$yellow-primary", "content": "★★☆☆☆", "fontFamily": "Roboto", "fontSize": 12}, - {"type": "frame", "id": "Row4Actions", "width": 80, "gap": 8, "children": [ - {"type": "icon_font", "id": "Row4View", "width": 14, "height": 14, "iconFontName": "eye", "iconFontFamily": "lucide", "fill": "$text-tertiary"}, - {"type": "icon_font", "id": "Row4Edit", "width": 14, "height": 14, "iconFontName": "edit-2", "iconFontFamily": "lucide", "fill": "$text-tertiary"} - ]} - ]} - ]} - ]}, - {"type": "frame", "id": "Footer", "width": "fill_container", "justifyContent": "space_between", "alignItems": "center", "children": [ - {"type": "frame", "id": "BulkActions", "gap": 8, "children": [ - {"type": "frame", "id": "BulkEmail", "stroke": {"thickness": 1, "fill": "$border"}, "padding": [8, 12], "gap": 6, "alignItems": "center", "children": [ - {"type": "icon_font", "id": "BulkEmailIcon", "width": 14, "height": 14, "iconFontName": "mail", "iconFontFamily": "lucide", "fill": "$text-secondary"}, - {"type": "text", "id": "BulkEmailText", "fill": "$text-secondary", "content": "EMAIL", "fontFamily": "Roboto", "fontSize": 10, "fontWeight": "600"} - ]}, - {"type": "frame", "id": "BulkSMS", "stroke": {"thickness": 1, "fill": "$border"}, "padding": [8, 12], "gap": 6, "alignItems": "center", "children": [ - {"type": "icon_font", "id": "BulkSMSIcon", "width": 14, "height": 14, "iconFontName": "smartphone", "iconFontFamily": "lucide", "fill": "$text-secondary"}, - {"type": "text", "id": "BulkSMSText", "fill": "$text-secondary", "content": "SMS", "fontFamily": "Roboto", "fontSize": 10, "fontWeight": "600"} - ]}, - {"type": "frame", "id": "BulkCampaign", "stroke": {"thickness": 1, "fill": "$border"}, "padding": [8, 12], "gap": 6, "alignItems": "center", "children": [ - {"type": "icon_font", "id": "BulkCampaignIcon", "width": 14, "height": 14, "iconFontName": "target", "iconFontFamily": "lucide", "fill": "$text-secondary"}, - {"type": "text", "id": "BulkCampaignText", "fill": "$text-secondary", "content": "CAMPAIGN", "fontFamily": "Roboto", "fontSize": 10, "fontWeight": "600"} - ]}, - {"type": "frame", "id": "BulkExport", "fill": "$yellow-primary", "padding": [8, 12], "gap": 6, "alignItems": "center", "children": [ - {"type": "icon_font", "id": "BulkExportIcon", "width": 14, "height": 14, "iconFontName": "download", "iconFontFamily": "lucide", "fill": "$bg-card"}, - {"type": "text", "id": "BulkExportText", "fill": "$bg-card", "content": "EXPORT ALL", "fontFamily": "Roboto", "fontSize": 10, "fontWeight": "700"} - ]} - ]}, - {"type": "frame", "id": "Pagination", "gap": 8, "children": [ - {"type": "frame", "id": "Page1", "width": 32, "height": 32, "fill": "$yellow-primary", "justifyContent": "center", "alignItems": "center", "children": [ - {"type": "text", "id": "Page1Text", "fill": "$bg-card", "content": "01", "fontFamily": "Roboto", "fontSize": 11, "fontWeight": "700"} - ]}, - {"type": "frame", "id": "Page2", "width": 32, "height": 32, "stroke": {"thickness": 1, "fill": "$border"}, "justifyContent": "center", "alignItems": "center", "children": [ - {"type": "text", "id": "Page2Text", "fill": "$text-secondary", "content": "02", "fontFamily": "Roboto", "fontSize": 11, "fontWeight": "600"} - ]}, - {"type": "frame", "id": "Page3", "width": 32, "height": 32, "stroke": {"thickness": 1, "fill": "$border"}, "justifyContent": "center", "alignItems": "center", "children": [ - {"type": "text", "id": "Page3Text", "fill": "$text-secondary", "content": "03", "fontFamily": "Roboto", "fontSize": 11, "fontWeight": "600"} - ]}, - {"type": "frame", "id": "PageNext", "width": 32, "height": 32, "stroke": {"thickness": 1, "fill": "$border"}, "justifyContent": "center", "alignItems": "center", "children": [ - {"type": "icon_font", "id": "PageNextIcon", "width": 14, "height": 14, "iconFontName": "chevron-right", "iconFontFamily": "lucide", "fill": "$text-secondary"} - ]} - ]} - ]} - ] - } - ] - } - ], - "variables": { - "bg-page": {"type": "color", "value": "#18181B"}, - "bg-card": {"type": "color", "value": "#0F0F10"}, - "yellow-primary": {"type": "color", "value": "#FACC15"}, - "text-primary": {"type": "color", "value": "#FAFAFA"}, - "text-secondary": {"type": "color", "value": "#71717A"}, - "text-tertiary": {"type": "color", "value": "#52525B"}, - "border": {"type": "color", "value": "#27272A"}, - "success": {"type": "color", "value": "#22C55E"}, - "warning": {"type": "color", "value": "#FACC15"}, - "error": {"type": "color", "value": "#EF4444"}, - "info": {"type": "color", "value": "#3B82F6"} - } -} diff --git a/pencil-design/src/pages/tMarketing/livechat-console.pen b/pencil-design/src/pages/tMarketing/livechat-console.pen deleted file mode 100644 index 50b14428..00000000 --- a/pencil-design/src/pages/tMarketing/livechat-console.pen +++ /dev/null @@ -1,276 +0,0 @@ -{ - "version": "2.6", - "children": [ - { - "type": "frame", - "id": "LivechatScreen", - "name": "Screen/Livechat Console", - "reusable": true, - "width": 1280, - "height": 720, - "fill": "$bg-page", - "layout": "horizontal", - "clip": true, - "children": [ - { - "type": "frame", - "id": "Sidebar", - "width": 240, - "height": "fill_container", - "fill": "$bg-card", - "stroke": {"thickness": 3, "fill": "$yellow-primary", "align": "inside"}, - "layout": "vertical", - "justifyContent": "space_between", - "padding": [24, 16], - "children": [ - { - "type": "frame", - "id": "SidebarTop", - "width": "fill_container", - "layout": "vertical", - "gap": 32, - "children": [ - {"type": "frame", "id": "LogoSection", "width": "fill_container", "padding": [0, 0, 16, 0], "stroke": {"thickness": 1, "fill": "$border", "align": "inside"}, "gap": 8, "alignItems": "center", "children": [ - {"type": "frame", "id": "LogoMark", "width": 32, "height": 32, "fill": "$yellow-primary", "justifyContent": "center", "alignItems": "center", "children": [ - {"type": "text", "id": "LogoLetter", "fill": "$bg-card", "content": "M", "fontFamily": "Roboto", "fontSize": 16, "fontWeight": "700"} - ]}, - {"type": "text", "id": "LogoText", "fill": "$text-primary", "content": "tMARKETING", "fontFamily": "Roboto", "fontSize": 14, "fontWeight": "700"} - ]}, - {"type": "frame", "id": "NavSection", "width": "fill_container", "layout": "vertical", "gap": 2, "children": [ - {"type": "frame", "id": "NavHub", "width": "fill_container", "padding": [10, 12], "gap": 10, "alignItems": "center", "children": [ - {"type": "text", "id": "NavHubNum", "fill": "$text-tertiary", "content": "01", "fontFamily": "Roboto", "fontSize": 12, "fontWeight": "600"}, - {"type": "text", "id": "NavHubLabel", "fill": "$text-secondary", "content": "HUB", "fontFamily": "Roboto", "fontSize": 12, "fontWeight": "500"} - ]}, - {"type": "frame", "id": "NavChat", "width": "fill_container", "fill": "#FACC1515", "stroke": {"thickness": 1, "fill": "$yellow-primary", "align": "inside"}, "padding": [10, 12], "gap": 10, "alignItems": "center", "children": [ - {"type": "text", "id": "NavChatNum", "fill": "$yellow-primary", "content": "02", "fontFamily": "Roboto", "fontSize": 12, "fontWeight": "600"}, - {"type": "text", "id": "NavChatLabel", "fill": "$text-primary", "content": "CHAT", "fontFamily": "Roboto", "fontSize": 12, "fontWeight": "600"} - ]}, - {"type": "frame", "id": "NavCRM", "width": "fill_container", "padding": [10, 12], "gap": 10, "alignItems": "center", "children": [ - {"type": "text", "id": "NavCRMNum", "fill": "$text-tertiary", "content": "03", "fontFamily": "Roboto", "fontSize": 12, "fontWeight": "600"}, - {"type": "text", "id": "NavCRMLabel", "fill": "$text-secondary", "content": "CRM", "fontFamily": "Roboto", "fontSize": 12, "fontWeight": "500"} - ]}, - {"type": "frame", "id": "NavAI", "width": "fill_container", "padding": [10, 12], "gap": 10, "alignItems": "center", "children": [ - {"type": "text", "id": "NavAINum", "fill": "$text-tertiary", "content": "04", "fontFamily": "Roboto", "fontSize": 12, "fontWeight": "600"}, - {"type": "text", "id": "NavAILabel", "fill": "$text-secondary", "content": "AI STUDIO", "fontFamily": "Roboto", "fontSize": 12, "fontWeight": "500"} - ]}, - {"type": "frame", "id": "NavStats", "width": "fill_container", "padding": [10, 12], "gap": 10, "alignItems": "center", "children": [ - {"type": "text", "id": "NavStatsNum", "fill": "$text-tertiary", "content": "05", "fontFamily": "Roboto", "fontSize": 12, "fontWeight": "600"}, - {"type": "text", "id": "NavStatsLabel", "fill": "$text-secondary", "content": "ANALYTICS", "fontFamily": "Roboto", "fontSize": 12, "fontWeight": "500"} - ]} - ]} - ] - }, - { - "type": "frame", - "id": "SidebarBottom", - "width": "fill_container", - "layout": "vertical", - "gap": 20, - "children": [ - {"type": "frame", "id": "AgentStatus", "width": "fill_container", "fill": "#22C55E15", "stroke": {"thickness": 1, "fill": "#22C55E30"}, "padding": 16, "layout": "vertical", "gap": 8, "children": [ - {"type": "frame", "id": "AgentHeader", "gap": 8, "alignItems": "center", "children": [ - {"type": "frame", "id": "AgentDot", "width": 8, "height": 8, "fill": "$success"}, - {"type": "text", "id": "AgentLabel", "fill": "$success", "content": "ONLINE", "fontFamily": "Roboto", "fontSize": 11, "fontWeight": "700"} - ]}, - {"type": "text", "id": "AgentInfo", "fill": "$text-secondary", "content": "5 active conversations", "fontFamily": "Roboto", "fontSize": 11} - ]}, - {"type": "frame", "id": "AccountRow", "width": "fill_container", "padding": [20, 0, 0, 0], "stroke": {"thickness": 1, "fill": "$border", "align": "inside"}, "gap": 10, "alignItems": "center", "children": [ - {"type": "frame", "id": "Avatar", "width": 32, "height": 32, "fill": "$border", "justifyContent": "center", "alignItems": "center", "children": [ - {"type": "text", "id": "AvatarText", "fill": "$text-primary", "content": "AD", "fontFamily": "Roboto", "fontSize": 10, "fontWeight": "700"} - ]}, - {"type": "text", "id": "UserName", "fill": "$text-primary", "content": "ADMIN", "fontFamily": "Roboto", "fontSize": 12, "fontWeight": "600"}, - {"type": "icon_font", "id": "ChevronIcon", "width": 14, "height": 14, "iconFontName": "chevron-right", "iconFontFamily": "lucide", "fill": "$text-tertiary"} - ]} - ] - } - ] - }, - { - "type": "frame", - "id": "ConversationList", - "width": 300, - "height": "fill_container", - "fill": "$bg-card", - "stroke": {"thickness": 1, "fill": "$border"}, - "layout": "vertical", - "children": [ - {"type": "frame", "id": "ConvHeader", "width": "fill_container", "padding": [16, 20], "stroke": {"thickness": 1, "fill": "$border", "align": "inside"}, "justifyContent": "space_between", "alignItems": "center", "children": [ - {"type": "text", "id": "ConvTitle", "fill": "$text-primary", "content": "CONVERSATIONS", "fontFamily": "Roboto", "fontSize": 12, "fontWeight": "700"}, - {"type": "frame", "id": "ConvActions", "gap": 8, "children": [ - {"type": "frame", "id": "FilterConv", "stroke": {"thickness": 1, "fill": "$border"}, "padding": [4, 8], "gap": 4, "alignItems": "center", "children": [ - {"type": "text", "id": "FilterConvText", "fill": "$text-secondary", "content": "ALL", "fontFamily": "Roboto", "fontSize": 10, "fontWeight": "600"}, - {"type": "icon_font", "id": "FilterConvIcon", "width": 10, "height": 10, "iconFontName": "chevron-down", "iconFontFamily": "lucide", "fill": "$text-tertiary"} - ]}, - {"type": "frame", "id": "SearchConv", "stroke": {"thickness": 1, "fill": "$border"}, "padding": 4, "justifyContent": "center", "alignItems": "center", "children": [ - {"type": "icon_font", "id": "SearchConvIcon", "width": 12, "height": 12, "iconFontName": "search", "iconFontFamily": "lucide", "fill": "$text-tertiary"} - ]} - ]} - ]}, - {"type": "frame", "id": "ConvList", "width": "fill_container", "height": "fill_container", "layout": "vertical", "children": [ - {"type": "frame", "id": "Conv1", "width": "fill_container", "fill": "#FACC1510", "stroke": {"thickness": 3, "fill": "$yellow-primary", "align": "inside"}, "padding": 16, "layout": "vertical", "gap": 8, "children": [ - {"type": "frame", "id": "Conv1Header", "width": "fill_container", "justifyContent": "space_between", "alignItems": "center", "children": [ - {"type": "frame", "id": "Conv1Left", "gap": 8, "alignItems": "center", "children": [ - {"type": "frame", "id": "Conv1Dot", "width": 8, "height": 8, "fill": "$success"}, - {"type": "text", "id": "Conv1Name", "fill": "$text-primary", "content": "Nguyễn Văn A", "fontFamily": "Roboto", "fontSize": 12, "fontWeight": "600"} - ]}, - {"type": "text", "id": "Conv1Time", "fill": "$text-tertiary", "content": "2m", "fontFamily": "Roboto", "fontSize": 10} - ]}, - {"type": "text", "id": "Conv1Preview", "fill": "$text-secondary", "content": "\"Tôi muốn hỏi về sản phẩm...\"", "fontFamily": "Roboto", "fontSize": 11}, - {"type": "frame", "id": "Conv1Channel", "gap": 6, "alignItems": "center", "children": [ - {"type": "text", "id": "Conv1Via", "fill": "$text-tertiary", "content": "via", "fontFamily": "Roboto", "fontSize": 10}, - {"type": "text", "id": "Conv1Platform", "fill": "#0068FF", "content": "ZALO", "fontFamily": "Roboto", "fontSize": 10, "fontWeight": "700"} - ]} - ]}, - {"type": "frame", "id": "Conv2", "width": "fill_container", "stroke": {"thickness": 1, "fill": "$border", "align": "inside"}, "padding": 16, "layout": "vertical", "gap": 8, "children": [ - {"type": "frame", "id": "Conv2Header", "width": "fill_container", "justifyContent": "space_between", "alignItems": "center", "children": [ - {"type": "frame", "id": "Conv2Left", "gap": 8, "alignItems": "center", "children": [ - {"type": "frame", "id": "Conv2Dot", "width": 8, "height": 8, "fill": "$warning"}, - {"type": "text", "id": "Conv2Name", "fill": "$text-primary", "content": "Trần Thị B", "fontFamily": "Roboto", "fontSize": 12, "fontWeight": "600"} - ]}, - {"type": "text", "id": "Conv2Time", "fill": "$text-tertiary", "content": "5m", "fontFamily": "Roboto", "fontSize": 10} - ]}, - {"type": "text", "id": "Conv2Preview", "fill": "$text-secondary", "content": "\"Giá bao nhiêu vậy shop?\"", "fontFamily": "Roboto", "fontSize": 11}, - {"type": "frame", "id": "Conv2Channel", "gap": 6, "alignItems": "center", "children": [ - {"type": "text", "id": "Conv2Via", "fill": "$text-tertiary", "content": "via", "fontFamily": "Roboto", "fontSize": 10}, - {"type": "text", "id": "Conv2Platform", "fill": "#3B82F6", "content": "FB", "fontFamily": "Roboto", "fontSize": 10, "fontWeight": "700"} - ]} - ]}, - {"type": "frame", "id": "Conv3", "width": "fill_container", "stroke": {"thickness": 1, "fill": "$border", "align": "inside"}, "padding": 16, "layout": "vertical", "gap": 8, "children": [ - {"type": "frame", "id": "Conv3Header", "width": "fill_container", "justifyContent": "space_between", "alignItems": "center", "children": [ - {"type": "frame", "id": "Conv3Left", "gap": 8, "alignItems": "center", "children": [ - {"type": "frame", "id": "Conv3Dot", "width": 8, "height": 8, "fill": "$text-tertiary"}, - {"type": "text", "id": "Conv3Name", "fill": "$text-primary", "content": "Lê Văn C", "fontFamily": "Roboto", "fontSize": 12, "fontWeight": "600"} - ]}, - {"type": "text", "id": "Conv3Time", "fill": "$text-tertiary", "content": "12m", "fontFamily": "Roboto", "fontSize": 10} - ]}, - {"type": "text", "id": "Conv3Preview", "fill": "$text-secondary", "content": "\"Cảm ơn shop nhé!\"", "fontFamily": "Roboto", "fontSize": 11}, - {"type": "frame", "id": "Conv3Channel", "gap": 6, "alignItems": "center", "children": [ - {"type": "text", "id": "Conv3Via", "fill": "$text-tertiary", "content": "via", "fontFamily": "Roboto", "fontSize": 10}, - {"type": "text", "id": "Conv3Platform", "fill": "#E1306C", "content": "IG", "fontFamily": "Roboto", "fontSize": 10, "fontWeight": "700"} - ]} - ]}, - {"type": "frame", "id": "Conv4", "width": "fill_container", "stroke": {"thickness": 1, "fill": "$border", "align": "inside"}, "padding": 16, "layout": "vertical", "gap": 8, "children": [ - {"type": "frame", "id": "Conv4Header", "width": "fill_container", "justifyContent": "space_between", "alignItems": "center", "children": [ - {"type": "frame", "id": "Conv4Left", "gap": 8, "alignItems": "center", "children": [ - {"type": "frame", "id": "Conv4Dot", "width": 8, "height": 8, "fill": "$success"}, - {"type": "text", "id": "Conv4Name", "fill": "$text-primary", "content": "+84912xxx", "fontFamily": "Roboto", "fontSize": 12, "fontWeight": "600"} - ]}, - {"type": "text", "id": "Conv4Time", "fill": "$text-tertiary", "content": "15m", "fontFamily": "Roboto", "fontSize": 10} - ]}, - {"type": "text", "id": "Conv4Preview", "fill": "$text-secondary", "content": "\"Hi, I want to order...\"", "fontFamily": "Roboto", "fontSize": 11}, - {"type": "frame", "id": "Conv4Channel", "gap": 6, "alignItems": "center", "children": [ - {"type": "text", "id": "Conv4Via", "fill": "$text-tertiary", "content": "via", "fontFamily": "Roboto", "fontSize": 10}, - {"type": "text", "id": "Conv4Platform", "fill": "#25D366", "content": "WA", "fontFamily": "Roboto", "fontSize": 10, "fontWeight": "700"} - ]} - ]} - ]} - ] - }, - { - "type": "frame", - "id": "ChatArea", - "width": "fill_container", - "height": "fill_container", - "fill": "$bg-page", - "layout": "vertical", - "children": [ - {"type": "frame", "id": "ChatHeader", "width": "fill_container", "fill": "$bg-card", "stroke": {"thickness": 1, "fill": "$border"}, "padding": [16, 24], "justifyContent": "space_between", "alignItems": "center", "children": [ - {"type": "frame", "id": "ChatHeaderLeft", "gap": 16, "alignItems": "center", "children": [ - {"type": "frame", "id": "CustomerAvatar", "width": 40, "height": 40, "fill": "$yellow-primary", "justifyContent": "center", "alignItems": "center", "children": [ - {"type": "text", "id": "CustomerInitial", "fill": "$bg-card", "content": "NA", "fontFamily": "Roboto", "fontSize": 14, "fontWeight": "700"} - ]}, - {"type": "frame", "id": "CustomerInfo", "layout": "vertical", "gap": 4, "children": [ - {"type": "text", "id": "CustomerName", "fill": "$text-primary", "content": "Nguyễn Văn A", "fontFamily": "Roboto", "fontSize": 14, "fontWeight": "700"}, - {"type": "frame", "id": "CustomerMeta", "gap": 12, "children": [ - {"type": "frame", "id": "CustomerChannel", "gap": 4, "alignItems": "center", "children": [ - {"type": "text", "id": "ChannelLabel", "fill": "$text-tertiary", "content": "via", "fontFamily": "Roboto", "fontSize": 11}, - {"type": "text", "id": "ChannelValue", "fill": "#0068FF", "content": "ZALO", "fontFamily": "Roboto", "fontSize": 11, "fontWeight": "700"} - ]}, - {"type": "frame", "id": "CustomerLocation", "gap": 4, "alignItems": "center", "children": [ - {"type": "icon_font", "id": "LocationIcon", "width": 12, "height": 12, "iconFontName": "map-pin", "iconFontFamily": "lucide", "fill": "$text-tertiary"}, - {"type": "text", "id": "LocationText", "fill": "$text-secondary", "content": "TP. Hồ Chí Minh", "fontFamily": "Roboto", "fontSize": 11} - ]} - ]} - ]} - ]}, - {"type": "frame", "id": "ChatHeaderActions", "gap": 12, "children": [ - {"type": "frame", "id": "ViewProfileBtn", "stroke": {"thickness": 1, "fill": "$border"}, "padding": [8, 12], "gap": 6, "alignItems": "center", "children": [ - {"type": "icon_font", "id": "ProfileIcon", "width": 14, "height": 14, "iconFontName": "user", "iconFontFamily": "lucide", "fill": "$text-secondary"}, - {"type": "text", "id": "ProfileText", "fill": "$text-secondary", "content": "PROFILE", "fontFamily": "Roboto", "fontSize": 11, "fontWeight": "600"} - ]}, - {"type": "frame", "id": "MoreBtn", "stroke": {"thickness": 1, "fill": "$border"}, "padding": 8, "justifyContent": "center", "alignItems": "center", "children": [ - {"type": "icon_font", "id": "MoreIcon", "width": 14, "height": 14, "iconFontName": "more-vertical", "iconFontFamily": "lucide", "fill": "$text-secondary"} - ]} - ]} - ]}, - {"type": "frame", "id": "ChatMessages", "width": "fill_container", "height": "fill_container", "padding": 24, "layout": "vertical", "gap": 16, "children": [ - {"type": "frame", "id": "MsgCustomer1", "width": "fill_container", "children": [ - {"type": "frame", "id": "MsgBubble1", "fill": "$bg-card", "stroke": {"thickness": 1, "fill": "$border"}, "padding": [12, 16], "layout": "vertical", "gap": 6, "children": [ - {"type": "text", "id": "MsgText1", "fill": "$text-primary", "content": "Xin chào shop!", "fontFamily": "Roboto", "fontSize": 13}, - {"type": "text", "id": "MsgTime1", "fill": "$text-tertiary", "content": "10:30 AM", "fontFamily": "Roboto", "fontSize": 10} - ]} - ]}, - {"type": "frame", "id": "MsgAgent1", "width": "fill_container", "justifyContent": "end", "children": [ - {"type": "frame", "id": "MsgBubbleAgent1", "fill": "$yellow-primary", "padding": [12, 16], "layout": "vertical", "gap": 6, "children": [ - {"type": "text", "id": "MsgTextAgent1", "fill": "$bg-card", "content": "Dạ chào anh/chị! Em có thể giúp gì ạ?", "fontFamily": "Roboto", "fontSize": 13, "fontWeight": "500"}, - {"type": "text", "id": "MsgTimeAgent1", "fill": "$bg-page", "content": "10:31 AM", "fontFamily": "Roboto", "fontSize": 10} - ]} - ]}, - {"type": "frame", "id": "MsgCustomer2", "width": "fill_container", "children": [ - {"type": "frame", "id": "MsgBubble2", "fill": "$bg-card", "stroke": {"thickness": 1, "fill": "$border"}, "padding": [12, 16], "layout": "vertical", "gap": 6, "children": [ - {"type": "text", "id": "MsgText2", "fill": "$text-primary", "content": "Tôi muốn hỏi về sản phẩm X có còn hàng không ạ?", "fontFamily": "Roboto", "fontSize": 13}, - {"type": "text", "id": "MsgTime2", "fill": "$text-tertiary", "content": "10:32 AM", "fontFamily": "Roboto", "fontSize": 10} - ]} - ]}, - {"type": "frame", "id": "TypingIndicator", "gap": 8, "alignItems": "center", "children": [ - {"type": "frame", "id": "TypingDot1", "width": 6, "height": 6, "fill": "$text-tertiary"}, - {"type": "frame", "id": "TypingDot2", "width": 6, "height": 6, "fill": "$text-tertiary"}, - {"type": "frame", "id": "TypingDot3", "width": 6, "height": 6, "fill": "$text-tertiary"}, - {"type": "text", "id": "TypingText", "fill": "$text-tertiary", "content": "Customer is typing...", "fontFamily": "Roboto", "fontSize": 11} - ]} - ]}, - {"type": "frame", "id": "QuickReplies", "width": "fill_container", "fill": "$bg-card", "stroke": {"thickness": 1, "fill": "$border", "align": "inside"}, "padding": [12, 24], "gap": 8, "children": [ - {"type": "text", "id": "QuickLabel", "fill": "$text-tertiary", "content": "QUICK:", "fontFamily": "Roboto", "fontSize": 10, "fontWeight": "700"}, - {"type": "frame", "id": "Quick1", "fill": "$bg-page", "stroke": {"thickness": 1, "fill": "$border"}, "padding": [6, 12], "children": [ - {"type": "text", "id": "Quick1Text", "fill": "$text-secondary", "content": "Xin chào!", "fontFamily": "Roboto", "fontSize": 11} - ]}, - {"type": "frame", "id": "Quick2", "fill": "$bg-page", "stroke": {"thickness": 1, "fill": "$border"}, "padding": [6, 12], "children": [ - {"type": "text", "id": "Quick2Text", "fill": "$text-secondary", "content": "Cảm ơn", "fontFamily": "Roboto", "fontSize": 11} - ]}, - {"type": "frame", "id": "Quick3", "fill": "$bg-page", "stroke": {"thickness": 1, "fill": "$border"}, "padding": [6, 12], "children": [ - {"type": "text", "id": "Quick3Text", "fill": "$text-secondary", "content": "Đang kiểm tra", "fontFamily": "Roboto", "fontSize": 11} - ]}, - {"type": "frame", "id": "Quick4", "fill": "$bg-page", "stroke": {"thickness": 1, "fill": "$border"}, "padding": [6, 12], "children": [ - {"type": "text", "id": "Quick4Text", "fill": "$text-secondary", "content": "Liên hệ CSKH", "fontFamily": "Roboto", "fontSize": 11} - ]} - ]}, - {"type": "frame", "id": "MessageInput", "width": "fill_container", "fill": "$bg-card", "padding": [16, 24], "gap": 12, "alignItems": "center", "children": [ - {"type": "frame", "id": "AttachBtn", "width": 40, "height": 40, "stroke": {"thickness": 1, "fill": "$border"}, "justifyContent": "center", "alignItems": "center", "children": [ - {"type": "icon_font", "id": "AttachIcon", "width": 18, "height": 18, "iconFontName": "paperclip", "iconFontFamily": "lucide", "fill": "$text-secondary"} - ]}, - {"type": "frame", "id": "InputField", "width": "fill_container", "height": 40, "fill": "$bg-page", "stroke": {"thickness": 1, "fill": "$border"}, "padding": [0, 16], "alignItems": "center", "children": [ - {"type": "text", "id": "InputPlaceholder", "fill": "$text-tertiary", "content": "Type your message...", "fontFamily": "Roboto", "fontSize": 13} - ]}, - {"type": "frame", "id": "SendBtn", "width": 40, "height": 40, "fill": "$yellow-primary", "justifyContent": "center", "alignItems": "center", "children": [ - {"type": "icon_font", "id": "SendIcon", "width": 18, "height": 18, "iconFontName": "send", "iconFontFamily": "lucide", "fill": "$bg-card"} - ]} - ]} - ] - } - ] - } - ], - "variables": { - "bg-page": {"type": "color", "value": "#18181B"}, - "bg-card": {"type": "color", "value": "#0F0F10"}, - "yellow-primary": {"type": "color", "value": "#FACC15"}, - "text-primary": {"type": "color", "value": "#FAFAFA"}, - "text-secondary": {"type": "color", "value": "#71717A"}, - "text-tertiary": {"type": "color", "value": "#52525B"}, - "border": {"type": "color", "value": "#27272A"}, - "success": {"type": "color", "value": "#22C55E"}, - "warning": {"type": "color", "value": "#FACC15"}, - "error": {"type": "color", "value": "#EF4444"}, - "info": {"type": "color", "value": "#3B82F6"} - } -} diff --git a/pencil-design/src/pages/tMarketing/social-hub.pen b/pencil-design/src/pages/tMarketing/social-hub.pen deleted file mode 100644 index 41d96605..00000000 --- a/pencil-design/src/pages/tMarketing/social-hub.pen +++ /dev/null @@ -1,1646 +0,0 @@ -{ - "version": "2.7", - "children": [ - { - "type": "frame", - "id": "SocialHubScreen", - "x": 0, - "y": 0, - "name": "Screen/Social Hub", - "reusable": true, - "clip": true, - "width": 1280, - "height": 920, - "fill": "$bg-page", - "children": [ - { - "type": "frame", - "id": "Sidebar", - "width": 240, - "height": "fill_container", - "fill": "$bg-card", - "stroke": { - "align": "inside", - "thickness": 3, - "fill": "$yellow-primary" - }, - "layout": "vertical", - "padding": [ - 24, - 16 - ], - "justifyContent": "space_between", - "children": [ - { - "type": "frame", - "id": "SidebarTop", - "width": "fill_container", - "layout": "vertical", - "gap": 32, - "children": [ - { - "type": "frame", - "id": "LogoSection", - "width": "fill_container", - "stroke": { - "align": "inside", - "thickness": 1, - "fill": "$border" - }, - "gap": 8, - "padding": [ - 0, - 0, - 16, - 0 - ], - "alignItems": "center", - "children": [ - { - "type": "frame", - "id": "LogoMark", - "width": 32, - "height": 32, - "fill": "$yellow-primary", - "justifyContent": "center", - "alignItems": "center", - "children": [ - { - "type": "text", - "id": "LogoLetter", - "fill": "$bg-card", - "content": "M", - "fontFamily": "Roboto", - "fontSize": 16, - "fontWeight": "700" - } - ] - }, - { - "type": "text", - "id": "LogoText", - "fill": "$text-primary", - "content": "tMARKETING", - "fontFamily": "Roboto", - "fontSize": 14, - "fontWeight": "700" - } - ] - }, - { - "type": "frame", - "id": "NavSection", - "width": "fill_container", - "layout": "vertical", - "gap": 2, - "children": [ - { - "type": "frame", - "id": "NavHub", - "width": "fill_container", - "fill": "#FACC1515", - "stroke": { - "align": "inside", - "thickness": 1, - "fill": "$yellow-primary" - }, - "gap": 10, - "padding": [ - 10, - 12 - ], - "alignItems": "center", - "children": [ - { - "type": "text", - "id": "NavHubNum", - "fill": "$yellow-primary", - "content": "01", - "fontFamily": "Roboto", - "fontSize": 12, - "fontWeight": "600" - }, - { - "type": "text", - "id": "NavHubLabel", - "fill": "$text-primary", - "content": "HUB", - "fontFamily": "Roboto", - "fontSize": 12, - "fontWeight": "600" - } - ] - }, - { - "type": "frame", - "id": "NavChat", - "width": "fill_container", - "gap": 10, - "padding": [ - 10, - 12 - ], - "alignItems": "center", - "children": [ - { - "type": "text", - "id": "NavChatNum", - "fill": "$text-tertiary", - "content": "02", - "fontFamily": "Roboto", - "fontSize": 12, - "fontWeight": "600" - }, - { - "type": "text", - "id": "NavChatLabel", - "fill": "$text-secondary", - "content": "CHAT", - "fontFamily": "Roboto", - "fontSize": 12, - "fontWeight": "500" - } - ] - }, - { - "type": "frame", - "id": "NavCRM", - "width": "fill_container", - "gap": 10, - "padding": [ - 10, - 12 - ], - "alignItems": "center", - "children": [ - { - "type": "text", - "id": "NavCRMNum", - "fill": "$text-tertiary", - "content": "03", - "fontFamily": "Roboto", - "fontSize": 12, - "fontWeight": "600" - }, - { - "type": "text", - "id": "NavCRMLabel", - "fill": "$text-secondary", - "content": "CRM", - "fontFamily": "Roboto", - "fontSize": 12, - "fontWeight": "500" - } - ] - }, - { - "type": "frame", - "id": "NavAI", - "width": "fill_container", - "gap": 10, - "padding": [ - 10, - 12 - ], - "alignItems": "center", - "children": [ - { - "type": "text", - "id": "NavAINum", - "fill": "$text-tertiary", - "content": "04", - "fontFamily": "Roboto", - "fontSize": 12, - "fontWeight": "600" - }, - { - "type": "text", - "id": "NavAILabel", - "fill": "$text-secondary", - "content": "AI STUDIO", - "fontFamily": "Roboto", - "fontSize": 12, - "fontWeight": "500" - } - ] - }, - { - "type": "frame", - "id": "NavStats", - "width": "fill_container", - "gap": 10, - "padding": [ - 10, - 12 - ], - "alignItems": "center", - "children": [ - { - "type": "text", - "id": "NavStatsNum", - "fill": "$text-tertiary", - "content": "05", - "fontFamily": "Roboto", - "fontSize": 12, - "fontWeight": "600" - }, - { - "type": "text", - "id": "NavStatsLabel", - "fill": "$text-secondary", - "content": "ANALYTICS", - "fontFamily": "Roboto", - "fontSize": 12, - "fontWeight": "500" - } - ] - } - ] - } - ] - }, - { - "type": "frame", - "id": "SidebarBottom", - "width": "fill_container", - "layout": "vertical", - "gap": 20, - "children": [ - { - "type": "frame", - "id": "MetricsBox", - "width": "fill_container", - "fill": "#FACC1510", - "stroke": { - "thickness": 1, - "fill": "#FACC1530" - }, - "layout": "vertical", - "gap": 12, - "padding": 16, - "children": [ - { - "type": "frame", - "id": "MetricsHeader", - "gap": 8, - "alignItems": "center", - "children": [ - { - "type": "icon_font", - "id": "MetricsIcon", - "width": 14, - "height": 14, - "iconFontName": "bar-chart-2", - "iconFontFamily": "lucide", - "fill": "$yellow-primary" - }, - { - "type": "text", - "id": "MetricsLabel", - "fill": "$yellow-primary", - "content": "REACH TODAY", - "fontFamily": "Roboto", - "fontSize": 11, - "fontWeight": "700" - } - ] - }, - { - "type": "text", - "id": "MetricsValue", - "fill": "$text-primary", - "content": "45.2K", - "fontFamily": "Roboto", - "fontSize": 28, - "fontWeight": "700" - } - ] - }, - { - "type": "frame", - "id": "AccountRow", - "width": "fill_container", - "stroke": { - "align": "inside", - "thickness": 1, - "fill": "$border" - }, - "gap": 10, - "padding": [ - 20, - 0, - 0, - 0 - ], - "alignItems": "center", - "children": [ - { - "type": "frame", - "id": "Avatar", - "width": 32, - "height": 32, - "fill": "$border", - "justifyContent": "center", - "alignItems": "center", - "children": [ - { - "type": "text", - "id": "AvatarText", - "fill": "$text-primary", - "content": "AD", - "fontFamily": "Roboto", - "fontSize": 10, - "fontWeight": "700" - } - ] - }, - { - "type": "text", - "id": "UserName", - "fill": "$text-primary", - "content": "ADMIN", - "fontFamily": "Roboto", - "fontSize": 12, - "fontWeight": "600" - }, - { - "type": "icon_font", - "id": "ChevronIcon", - "width": 14, - "height": 14, - "iconFontName": "chevron-right", - "iconFontFamily": "lucide", - "fill": "$text-tertiary" - } - ] - } - ] - } - ] - }, - { - "type": "frame", - "id": "MainContent", - "width": "fill_container", - "height": "fill_container", - "fill": "$bg-page", - "layout": "vertical", - "gap": 24, - "padding": [ - 32, - 40 - ], - "children": [ - { - "type": "frame", - "id": "PageHeader", - "width": "fill_container", - "justifyContent": "space_between", - "alignItems": "center", - "children": [ - { - "type": "frame", - "id": "HeaderLeft", - "layout": "vertical", - "gap": 4, - "children": [ - { - "type": "text", - "id": "PageTitle", - "fill": "$text-primary", - "content": "SOCIAL HUB", - "fontFamily": "Roboto", - "fontSize": 32, - "fontWeight": "700" - }, - { - "type": "text", - "id": "PageSubtitle", - "fill": "$text-secondary", - "content": "Manage all your social media channels in one place", - "fontFamily": "Roboto", - "fontSize": 14, - "fontWeight": "normal" - } - ] - }, - { - "type": "frame", - "id": "HeaderActions", - "gap": 12, - "children": [ - { - "type": "frame", - "id": "SearchBtn", - "stroke": { - "thickness": 1, - "fill": "$border" - }, - "gap": 8, - "padding": [ - 10, - 14 - ], - "alignItems": "center", - "children": [ - { - "type": "icon_font", - "id": "SearchIcon", - "width": 14, - "height": 14, - "iconFontName": "search", - "iconFontFamily": "lucide", - "fill": "$text-tertiary" - }, - { - "type": "text", - "id": "SearchText", - "fill": "$text-secondary", - "content": "SEARCH", - "fontFamily": "Roboto", - "fontSize": 11, - "fontWeight": "500" - } - ] - }, - { - "type": "frame", - "id": "NewPostBtn", - "fill": "$yellow-primary", - "gap": 6, - "padding": [ - 10, - 18 - ], - "alignItems": "center", - "children": [ - { - "type": "icon_font", - "id": "PlusIcon", - "width": 14, - "height": 14, - "iconFontName": "plus", - "iconFontFamily": "lucide", - "fill": "$bg-card" - }, - { - "type": "text", - "id": "NewPostText", - "fill": "$bg-card", - "content": "NEW POST", - "fontFamily": "Roboto", - "fontSize": 11, - "fontWeight": "700" - } - ] - } - ] - } - ] - }, - { - "type": "frame", - "id": "TopRow", - "width": "fill_container", - "gap": 20, - "children": [ - { - "type": "frame", - "id": "PlatformStatus", - "width": "fill_container", - "fill": "$bg-card", - "stroke": { - "thickness": 1, - "fill": "$border" - }, - "layout": "vertical", - "children": [ - { - "type": "frame", - "id": "PlatformHeader", - "width": "fill_container", - "stroke": { - "align": "inside", - "thickness": 1, - "fill": "$border" - }, - "gap": 10, - "padding": [ - 16, - 20 - ], - "alignItems": "center", - "children": [ - { - "type": "icon_font", - "id": "PlatformIcon", - "width": 16, - "height": 16, - "iconFontName": "globe", - "iconFontFamily": "lucide", - "fill": "$yellow-primary" - }, - { - "type": "text", - "id": "PlatformTitle", - "fill": "$text-primary", - "content": "PLATFORM STATUS", - "fontFamily": "Roboto", - "fontSize": 12, - "fontWeight": "700" - } - ] - }, - { - "type": "frame", - "id": "PlatformList", - "width": "fill_container", - "layout": "vertical", - "gap": 12, - "padding": 16, - "children": [ - { - "type": "frame", - "id": "PlatformFB", - "width": "fill_container", - "justifyContent": "space_between", - "alignItems": "center", - "children": [ - { - "type": "frame", - "id": "PlatformFBLeft", - "gap": 10, - "alignItems": "center", - "children": [ - { - "type": "frame", - "id": "FBDot", - "width": 8, - "height": 8, - "fill": "$success" - }, - { - "type": "text", - "id": "FBName", - "fill": "$text-primary", - "content": "Facebook", - "fontFamily": "Roboto", - "fontSize": 12, - "fontWeight": "normal" - } - ] - }, - { - "type": "text", - "id": "FBStatus", - "fill": "$success", - "content": "ACTIVE", - "fontFamily": "Roboto", - "fontSize": 10, - "fontWeight": "700" - } - ] - }, - { - "type": "frame", - "id": "PlatformIG", - "width": "fill_container", - "justifyContent": "space_between", - "alignItems": "center", - "children": [ - { - "type": "frame", - "id": "PlatformIGLeft", - "gap": 10, - "alignItems": "center", - "children": [ - { - "type": "frame", - "id": "IGDot", - "width": 8, - "height": 8, - "fill": "$success" - }, - { - "type": "text", - "id": "IGName", - "fill": "$text-primary", - "content": "Instagram", - "fontFamily": "Roboto", - "fontSize": 12, - "fontWeight": "normal" - } - ] - }, - { - "type": "text", - "id": "IGStatus", - "fill": "$success", - "content": "ACTIVE", - "fontFamily": "Roboto", - "fontSize": 10, - "fontWeight": "700" - } - ] - }, - { - "type": "frame", - "id": "PlatformZalo", - "width": "fill_container", - "justifyContent": "space_between", - "alignItems": "center", - "children": [ - { - "type": "frame", - "id": "PlatformZaloLeft", - "gap": 10, - "alignItems": "center", - "children": [ - { - "type": "frame", - "id": "ZaloDot", - "width": 8, - "height": 8, - "fill": "$success" - }, - { - "type": "text", - "id": "ZaloName", - "fill": "$text-primary", - "content": "Zalo OA", - "fontFamily": "Roboto", - "fontSize": 12, - "fontWeight": "normal" - } - ] - }, - { - "type": "text", - "id": "ZaloStatus", - "fill": "$success", - "content": "ACTIVE", - "fontFamily": "Roboto", - "fontSize": 10, - "fontWeight": "700" - } - ] - }, - { - "type": "frame", - "id": "PlatformX", - "width": "fill_container", - "justifyContent": "space_between", - "alignItems": "center", - "children": [ - { - "type": "frame", - "id": "PlatformXLeft", - "gap": 10, - "alignItems": "center", - "children": [ - { - "type": "frame", - "id": "XDot", - "width": 8, - "height": 8, - "fill": "$warning" - }, - { - "type": "text", - "id": "XName", - "fill": "$text-primary", - "content": "X (Twitter)", - "fontFamily": "Roboto", - "fontSize": 12, - "fontWeight": "normal" - } - ] - }, - { - "type": "text", - "id": "XStatus", - "fill": "$warning", - "content": "PENDING", - "fontFamily": "Roboto", - "fontSize": 10, - "fontWeight": "700" - } - ] - }, - { - "type": "frame", - "id": "PlatformWA", - "width": "fill_container", - "justifyContent": "space_between", - "alignItems": "center", - "children": [ - { - "type": "frame", - "id": "PlatformWALeft", - "gap": 10, - "alignItems": "center", - "children": [ - { - "type": "frame", - "id": "WADot", - "width": 8, - "height": 8, - "fill": "$success" - }, - { - "type": "text", - "id": "WAName", - "fill": "$text-primary", - "content": "WhatsApp", - "fontFamily": "Roboto", - "fontSize": 12, - "fontWeight": "normal" - } - ] - }, - { - "type": "text", - "id": "WAStatus", - "fill": "$success", - "content": "ACTIVE", - "fontFamily": "Roboto", - "fontSize": 10, - "fontWeight": "700" - } - ] - } - ] - } - ] - }, - { - "type": "frame", - "id": "QuickActions", - "width": 280, - "fill": "$bg-card", - "stroke": { - "thickness": 1, - "fill": "$border" - }, - "layout": "vertical", - "children": [ - { - "type": "frame", - "id": "ActionsHeader", - "width": "fill_container", - "stroke": { - "align": "inside", - "thickness": 1, - "fill": "$border" - }, - "gap": 10, - "padding": [ - 16, - 20 - ], - "alignItems": "center", - "children": [ - { - "type": "icon_font", - "id": "ActionsIcon", - "width": 16, - "height": 16, - "iconFontName": "zap", - "iconFontFamily": "lucide", - "fill": "$yellow-primary" - }, - { - "type": "text", - "id": "ActionsTitle", - "fill": "$text-primary", - "content": "QUICK ACTIONS", - "fontFamily": "Roboto", - "fontSize": 12, - "fontWeight": "700" - } - ] - }, - { - "type": "frame", - "id": "ActionsList", - "width": "fill_container", - "layout": "vertical", - "gap": 10, - "padding": 16, - "children": [ - { - "type": "frame", - "id": "ActionPost", - "width": "fill_container", - "fill": "$bg-page", - "stroke": { - "thickness": 1, - "fill": "$border" - }, - "gap": 10, - "padding": [ - 10, - 14 - ], - "alignItems": "center", - "children": [ - { - "type": "icon_font", - "id": "ActionPostIcon", - "width": 14, - "height": 14, - "iconFontName": "edit-3", - "iconFontFamily": "lucide", - "fill": "$text-secondary" - }, - { - "type": "text", - "id": "ActionPostText", - "fill": "$text-primary", - "content": "CREATE POST", - "fontFamily": "Roboto", - "fontSize": 11, - "fontWeight": "600" - } - ] - }, - { - "type": "frame", - "id": "ActionStats", - "width": "fill_container", - "fill": "$bg-page", - "stroke": { - "thickness": 1, - "fill": "$border" - }, - "gap": 10, - "padding": [ - 10, - 14 - ], - "alignItems": "center", - "children": [ - { - "type": "icon_font", - "id": "ActionStatsIcon", - "width": 14, - "height": 14, - "iconFontName": "bar-chart-2", - "iconFontFamily": "lucide", - "fill": "$text-secondary" - }, - { - "type": "text", - "id": "ActionStatsText", - "fill": "$text-primary", - "content": "VIEW STATS", - "fontFamily": "Roboto", - "fontSize": 11, - "fontWeight": "600" - } - ] - }, - { - "type": "frame", - "id": "ActionReply", - "width": "fill_container", - "fill": "$bg-page", - "stroke": { - "thickness": 1, - "fill": "$border" - }, - "gap": 10, - "padding": [ - 10, - 14 - ], - "alignItems": "center", - "children": [ - { - "type": "icon_font", - "id": "ActionReplyIcon", - "width": 14, - "height": 14, - "iconFontName": "message-circle", - "iconFontFamily": "lucide", - "fill": "$text-secondary" - }, - { - "type": "text", - "id": "ActionReplyText", - "fill": "$text-primary", - "content": "REPLY ALL", - "fontFamily": "Roboto", - "fontSize": 11, - "fontWeight": "600" - } - ] - }, - { - "type": "frame", - "id": "ActionSchedule", - "width": "fill_container", - "fill": "$bg-page", - "stroke": { - "thickness": 1, - "fill": "$border" - }, - "gap": 10, - "padding": [ - 10, - 14 - ], - "alignItems": "center", - "children": [ - { - "type": "icon_font", - "id": "ActionScheduleIcon", - "width": 14, - "height": 14, - "iconFontName": "calendar", - "iconFontFamily": "lucide", - "fill": "$text-secondary" - }, - { - "type": "text", - "id": "ActionScheduleText", - "fill": "$text-primary", - "content": "SCHEDULE", - "fontFamily": "Roboto", - "fontSize": 11, - "fontWeight": "600" - } - ] - } - ] - } - ] - } - ] - }, - { - "type": "frame", - "id": "UnifiedFeed", - "width": "fill_container", - "height": "fill_container", - "fill": "$bg-card", - "stroke": { - "thickness": 1, - "fill": "$border" - }, - "layout": "vertical", - "children": [ - { - "type": "frame", - "id": "FeedHeader", - "width": "fill_container", - "stroke": { - "align": "inside", - "thickness": 1, - "fill": "$border" - }, - "padding": [ - 16, - 20 - ], - "justifyContent": "space_between", - "alignItems": "center", - "children": [ - { - "type": "frame", - "id": "FeedHeaderLeft", - "gap": 10, - "alignItems": "center", - "children": [ - { - "type": "icon_font", - "id": "FeedIcon", - "width": 16, - "height": 16, - "iconFontName": "rss", - "iconFontFamily": "lucide", - "fill": "$yellow-primary" - }, - { - "type": "text", - "id": "FeedTitle", - "fill": "$text-primary", - "content": "UNIFIED FEED", - "fontFamily": "Roboto", - "fontSize": 12, - "fontWeight": "700" - } - ] - }, - { - "type": "frame", - "id": "FeedActions", - "gap": 12, - "children": [ - { - "type": "frame", - "id": "FilterBtn", - "stroke": { - "thickness": 1, - "fill": "$border" - }, - "gap": 6, - "padding": [ - 6, - 10 - ], - "alignItems": "center", - "children": [ - { - "type": "text", - "id": "FilterText", - "fill": "$text-secondary", - "content": "ALL", - "fontFamily": "Roboto", - "fontSize": 10, - "fontWeight": "600" - }, - { - "type": "icon_font", - "id": "FilterArrow", - "width": 12, - "height": 12, - "iconFontName": "chevron-down", - "iconFontFamily": "lucide", - "fill": "$text-tertiary" - } - ] - }, - { - "type": "frame", - "id": "RefreshBtn", - "stroke": { - "thickness": 1, - "fill": "$border" - }, - "padding": 6, - "justifyContent": "center", - "alignItems": "center", - "children": [ - { - "type": "icon_font", - "id": "RefreshIcon", - "width": 14, - "height": 14, - "iconFontName": "refresh-cw", - "iconFontFamily": "lucide", - "fill": "$text-secondary" - } - ] - } - ] - } - ] - }, - { - "type": "frame", - "id": "FeedList", - "width": "fill_container", - "height": "fill_container", - "layout": "vertical", - "padding": 16, - "children": [ - { - "type": "frame", - "id": "FeedItem1", - "width": "fill_container", - "stroke": { - "align": "inside", - "thickness": 1, - "fill": "$border" - }, - "gap": 12, - "padding": [ - 12, - 0 - ], - "alignItems": "center", - "children": [ - { - "type": "frame", - "id": "Indicator1", - "width": 3, - "height": 36, - "fill": "#3B82F6" - }, - { - "type": "frame", - "id": "FeedContent1", - "width": "fill_container", - "layout": "vertical", - "gap": 4, - "children": [ - { - "type": "text", - "id": "FeedTitle1", - "fill": "$text-primary", - "content": "@customer1 commented on your post", - "fontFamily": "Roboto", - "fontSize": 12, - "fontWeight": "600" - }, - { - "type": "text", - "id": "FeedDesc1", - "fill": "$text-secondary", - "content": "\"Great product! Love it!\"", - "fontFamily": "Roboto", - "fontSize": 11, - "fontWeight": "normal" - } - ] - }, - { - "type": "text", - "id": "FeedBadge1", - "fill": "#3B82F6", - "content": "FB", - "fontFamily": "Roboto", - "fontSize": 10, - "fontWeight": "700" - } - ] - }, - { - "type": "frame", - "id": "FeedItem2", - "width": "fill_container", - "stroke": { - "align": "inside", - "thickness": 1, - "fill": "$border" - }, - "gap": 12, - "padding": [ - 12, - 0 - ], - "alignItems": "center", - "children": [ - { - "type": "frame", - "id": "Indicator2", - "width": 3, - "height": 36, - "fill": "#E1306C" - }, - { - "type": "frame", - "id": "FeedContent2", - "width": "fill_container", - "layout": "vertical", - "gap": 4, - "children": [ - { - "type": "text", - "id": "FeedTitle2", - "fill": "$text-primary", - "content": "@user123 liked your post", - "fontFamily": "Roboto", - "fontSize": 12, - "fontWeight": "600" - }, - { - "type": "text", - "id": "FeedDesc2", - "fill": "$text-secondary", - "content": "Spring Collection 2026 announcement", - "fontFamily": "Roboto", - "fontSize": 11, - "fontWeight": "normal" - } - ] - }, - { - "type": "text", - "id": "FeedBadge2", - "fill": "#E1306C", - "content": "IG", - "fontFamily": "Roboto", - "fontSize": 10, - "fontWeight": "700" - } - ] - }, - { - "type": "frame", - "id": "FeedItem3", - "width": "fill_container", - "stroke": { - "align": "inside", - "thickness": 1, - "fill": "$border" - }, - "gap": 12, - "padding": [ - 12, - 0 - ], - "alignItems": "center", - "children": [ - { - "type": "frame", - "id": "Indicator3", - "width": 3, - "height": 36, - "fill": "#0068FF" - }, - { - "type": "frame", - "id": "FeedContent3", - "width": "fill_container", - "layout": "vertical", - "gap": 4, - "children": [ - { - "type": "text", - "id": "FeedTitle3", - "fill": "$text-primary", - "content": "Khách hàng gửi tin nhắn mới", - "fontFamily": "Roboto", - "fontSize": 12, - "fontWeight": "600" - }, - { - "type": "text", - "id": "FeedDesc3", - "fill": "$text-secondary", - "content": "\"Cho mình hỏi giá sản phẩm X...\"", - "fontFamily": "Roboto", - "fontSize": 11, - "fontWeight": "normal" - } - ] - }, - { - "type": "text", - "id": "FeedBadge3", - "fill": "#0068FF", - "content": "ZALO", - "fontFamily": "Roboto", - "fontSize": 10, - "fontWeight": "700" - } - ] - }, - { - "type": "frame", - "id": "FeedItem4", - "width": "fill_container", - "gap": 12, - "padding": [ - 12, - 0 - ], - "alignItems": "center", - "children": [ - { - "type": "frame", - "id": "Indicator4", - "width": 3, - "height": 36, - "fill": "#25D366" - }, - { - "type": "frame", - "id": "FeedContent4", - "width": "fill_container", - "layout": "vertical", - "gap": 4, - "children": [ - { - "type": "text", - "id": "FeedTitle4", - "fill": "$text-primary", - "content": "+84912xxx sent a message", - "fontFamily": "Roboto", - "fontSize": 12, - "fontWeight": "600" - }, - { - "type": "text", - "id": "FeedDesc4", - "fill": "$text-secondary", - "content": "\"Hi, I want to order...\"", - "fontFamily": "Roboto", - "fontSize": 11, - "fontWeight": "normal" - } - ] - }, - { - "type": "text", - "id": "FeedBadge4", - "fill": "#25D366", - "content": "WA", - "fontFamily": "Roboto", - "fontSize": 10, - "fontWeight": "700" - } - ] - } - ] - } - ] - }, - { - "type": "frame", - "id": "KPICards", - "width": "fill_container", - "gap": 16, - "children": [ - { - "type": "frame", - "id": "KPIReach", - "width": "fill_container", - "fill": "$bg-card", - "stroke": { - "thickness": 1, - "fill": "$border" - }, - "layout": "vertical", - "gap": 12, - "padding": 20, - "children": [ - { - "type": "text", - "id": "KPIReachLabel", - "fill": "$text-secondary", - "content": "TOTAL REACH", - "fontFamily": "Roboto", - "fontSize": 11, - "fontWeight": "600" - }, - { - "type": "text", - "id": "KPIReachValue", - "fill": "$text-primary", - "content": "45.2K", - "fontFamily": "Roboto", - "fontSize": 28, - "fontWeight": "700" - }, - { - "type": "frame", - "id": "KPIReachChange", - "gap": 6, - "alignItems": "center", - "children": [ - { - "type": "icon_font", - "id": "KPIReachArrow", - "width": 12, - "height": 12, - "iconFontName": "arrow-up-right", - "iconFontFamily": "lucide", - "fill": "$success" - }, - { - "type": "text", - "id": "KPIReachPercent", - "fill": "$success", - "content": "12.5%", - "fontFamily": "Roboto", - "fontSize": 12, - "fontWeight": "600" - } - ] - } - ] - }, - { - "type": "frame", - "id": "KPIEngage", - "width": "fill_container", - "fill": "$bg-card", - "stroke": { - "thickness": 1, - "fill": "$border" - }, - "layout": "vertical", - "gap": 12, - "padding": 20, - "children": [ - { - "type": "text", - "id": "KPIEngageLabel", - "fill": "$text-secondary", - "content": "ENGAGEMENT", - "fontFamily": "Roboto", - "fontSize": 11, - "fontWeight": "600" - }, - { - "type": "text", - "id": "KPIEngageValue", - "fill": "$text-primary", - "content": "12.8%", - "fontFamily": "Roboto", - "fontSize": 28, - "fontWeight": "700" - }, - { - "type": "frame", - "id": "KPIEngageChange", - "gap": 6, - "alignItems": "center", - "children": [ - { - "type": "icon_font", - "id": "KPIEngageArrow", - "width": 12, - "height": 12, - "iconFontName": "arrow-up-right", - "iconFontFamily": "lucide", - "fill": "$success" - }, - { - "type": "text", - "id": "KPIEngagePercent", - "fill": "$success", - "content": "8.2%", - "fontFamily": "Roboto", - "fontSize": 12, - "fontWeight": "600" - } - ] - } - ] - }, - { - "type": "frame", - "id": "KPIFollowers", - "width": "fill_container", - "fill": "$bg-card", - "stroke": { - "thickness": 1, - "fill": "$border" - }, - "layout": "vertical", - "gap": 12, - "padding": 20, - "children": [ - { - "type": "text", - "id": "KPIFollowersLabel", - "fill": "$text-secondary", - "content": "NEW FOLLOWERS", - "fontFamily": "Roboto", - "fontSize": 11, - "fontWeight": "600" - }, - { - "type": "text", - "id": "KPIFollowersValue", - "fill": "$text-primary", - "content": "+1.2K", - "fontFamily": "Roboto", - "fontSize": 28, - "fontWeight": "700" - }, - { - "type": "frame", - "id": "KPIFollowersChange", - "gap": 6, - "alignItems": "center", - "children": [ - { - "type": "icon_font", - "id": "KPIFollowersArrow", - "width": 12, - "height": 12, - "iconFontName": "arrow-up-right", - "iconFontFamily": "lucide", - "fill": "$success" - }, - { - "type": "text", - "id": "KPIFollowersPercent", - "fill": "$success", - "content": "24.1%", - "fontFamily": "Roboto", - "fontSize": 12, - "fontWeight": "600" - } - ] - } - ] - }, - { - "type": "frame", - "id": "KPIMessages", - "width": "fill_container", - "fill": "$bg-card", - "stroke": { - "thickness": 1, - "fill": "$border" - }, - "layout": "vertical", - "gap": 12, - "padding": 20, - "children": [ - { - "type": "text", - "id": "KPIMessagesLabel", - "fill": "$text-secondary", - "content": "MESSAGES", - "fontFamily": "Roboto", - "fontSize": 11, - "fontWeight": "600" - }, - { - "type": "text", - "id": "KPIMessagesValue", - "fill": "$text-primary", - "content": "234", - "fontFamily": "Roboto", - "fontSize": 28, - "fontWeight": "700" - }, - { - "type": "frame", - "id": "KPIMessagesChange", - "gap": 6, - "alignItems": "center", - "children": [ - { - "type": "icon_font", - "id": "KPIMessagesArrow", - "width": 12, - "height": 12, - "iconFontName": "minus", - "iconFontFamily": "lucide", - "fill": "$text-tertiary" - }, - { - "type": "text", - "id": "KPIMessagesPercent", - "fill": "$text-tertiary", - "content": "0.0%", - "fontFamily": "Roboto", - "fontSize": 12, - "fontWeight": "600" - } - ] - } - ] - } - ] - } - ] - } - ] - } - ], - "variables": { - "bg-page": { - "type": "color", - "value": "#18181B" - }, - "bg-card": { - "type": "color", - "value": "#0F0F10" - }, - "yellow-primary": { - "type": "color", - "value": "#FACC15" - }, - "text-primary": { - "type": "color", - "value": "#FAFAFA" - }, - "text-secondary": { - "type": "color", - "value": "#71717A" - }, - "text-tertiary": { - "type": "color", - "value": "#52525B" - }, - "border": { - "type": "color", - "value": "#27272A" - }, - "success": { - "type": "color", - "value": "#22C55E" - }, - "warning": { - "type": "color", - "value": "#FACC15" - }, - "error": { - "type": "color", - "value": "#EF4444" - }, - "info": { - "type": "color", - "value": "#3B82F6" - } - } -} \ No newline at end of file