@decido/shell 1.0.0 → 4.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +31 -0
- package/package.json +27 -18
- package/.turbo/turbo-build.log +0 -13
- package/src/AgentPlayer.tsx +0 -105
- package/src/DecidoPlayer.tsx +0 -117
- package/src/bridge/BridgeAgent.ts +0 -443
- package/src/components/DecidoIcon.tsx +0 -56
- package/src/components/JsonTreeEditor.tsx +0 -117
- package/src/components/PanelSplitter.tsx +0 -71
- package/src/components/PluginErrorBoundary.tsx +0 -69
- package/src/components/SafeLiquidUI.tsx +0 -114
- package/src/components/TransientLayer.tsx +0 -92
- package/src/components/agent/AgentChat.tsx +0 -134
- package/src/components/chat-extensions/IntentCatalogPanel.tsx +0 -81
- package/src/components/chat-extensions/chatSlashCommands.ts +0 -101
- package/src/components/controls/CreatorInputBar.tsx +0 -144
- package/src/components/controls/OSToolbar.tsx +0 -90
- package/src/components/controls/TimelineTape.tsx +0 -43
- package/src/components/debug/ActionTimelineTab.tsx +0 -111
- package/src/components/debug/CSSInspectorTab.tsx +0 -436
- package/src/components/debug/ExportTab.tsx +0 -192
- package/src/components/debug/FlowHealthTab.tsx +0 -86
- package/src/components/debug/LogsTab.tsx +0 -110
- package/src/components/debug/MorphStackTab.tsx +0 -241
- package/src/components/debug/NetworkTab.tsx +0 -173
- package/src/components/debug/PerformanceTab.tsx +0 -171
- package/src/components/debug/ProfilesTab.tsx +0 -238
- package/src/components/debug/ReplayTab.tsx +0 -70
- package/src/components/debug/StoresTab.tsx +0 -255
- package/src/components/debug/TopologyTab.tsx +0 -59
- package/src/components/debug/debugConfig.tsx +0 -66
- package/src/components/playground/DebugPanel.tsx +0 -112
- package/src/components/playground/HeaderCenterControls.tsx +0 -92
- package/src/components/playground/KeyframeListItem.tsx +0 -70
- package/src/components/playground/PlaygroundAppSidebar.tsx +0 -171
- package/src/components/playground/PlaygroundBottomControls.tsx +0 -132
- package/src/components/playground/PlaygroundCanvas.tsx +0 -87
- package/src/components/playground/PlaygroundChat.tsx +0 -236
- package/src/components/playground/PlaygroundErrorBoundary.tsx +0 -63
- package/src/components/playground/PlaygroundFloatingInput.tsx +0 -352
- package/src/components/playground/PlaygroundHeader.tsx +0 -222
- package/src/components/playground/PlaygroundSidebar.tsx +0 -136
- package/src/components/playground/PlaygroundTerminal.tsx +0 -44
- package/src/components/playground/SuggestionCards.tsx +0 -29
- package/src/components/playground/demos/ClinicaAINode.tsx +0 -221
- package/src/components/playground/demos/FinanceAINode.tsx +0 -226
- package/src/components/playground/demos/KiaAcademyNode.tsx +0 -250
- package/src/components/playground/demos/KiaBotNode.tsx +0 -207
- package/src/components/playground/demos/KiaCampaignNode.tsx +0 -191
- package/src/components/playground/demos/KiaComplianceNode.tsx +0 -140
- package/src/components/playground/demos/KiaCustomerJourneyNode.tsx +0 -220
- package/src/components/playground/demos/KiaCyberNode.tsx +0 -203
- package/src/components/playground/demos/KiaDashboardNode.tsx +0 -399
- package/src/components/playground/demos/KiaEmbudoOverviewNode.tsx +0 -168
- package/src/components/playground/demos/KiaExecutiveNode.tsx +0 -169
- package/src/components/playground/demos/KiaGamificationNode.tsx +0 -229
- package/src/components/playground/demos/KiaIntelligenceHubNode.tsx +0 -165
- package/src/components/playground/demos/KiaInventoryNode.tsx +0 -183
- package/src/components/playground/demos/KiaLeadScoringNode.tsx +0 -226
- package/src/components/playground/demos/KiaLiveSimulationNode.tsx +0 -177
- package/src/components/playground/demos/KiaMultiDealerNode.tsx +0 -223
- package/src/components/playground/demos/KiaNPSVoiceNode.tsx +0 -214
- package/src/components/playground/demos/KiaOmnichannelNode.tsx +0 -162
- package/src/components/playground/demos/KiaPBIBudgetNode.tsx +0 -152
- package/src/components/playground/demos/KiaPBIConversionNode.tsx +0 -206
- package/src/components/playground/demos/KiaPBIFunnelNode.tsx +0 -184
- package/src/components/playground/demos/KiaPBIOwnershipNode.tsx +0 -113
- package/src/components/playground/demos/KiaPBIPartnerNode.tsx +0 -143
- package/src/components/playground/demos/KiaPBIPreciosNode.tsx +0 -120
- package/src/components/playground/demos/KiaPBIRuntNode.tsx +0 -205
- package/src/components/playground/demos/KiaPartnerScoreNode.tsx +0 -206
- package/src/components/playground/demos/KiaPredictiveNode.tsx +0 -226
- package/src/components/playground/demos/KiaShowroomNode.tsx +0 -194
- package/src/components/playground/demos/KiaStoreNode.tsx +0 -215
- package/src/components/playground/demos/KiaSustainabilityNode.tsx +0 -173
- package/src/components/playground/demos/KiaUsedVehiclesNode.tsx +0 -163
- package/src/components/playground/demos/KiaWorkshopNode.tsx +0 -221
- package/src/components/playground/demos/SmartCityNode.tsx +0 -205
- package/src/components/playground/demos/kia_campaign_manifest.json +0 -112
- package/src/components/playground/input-parts/AIModelSelector.tsx +0 -156
- package/src/components/playground/input-parts/InputActions.tsx +0 -80
- package/src/components/playground/input-parts/InputToolbar.tsx +0 -245
- package/src/components/playground/input-parts/ResourceLibraryPanel.tsx +0 -287
- package/src/components/playground/sidebarDsdIO.ts +0 -82
- package/src/components/settings/SettingsPanel.tsx +0 -267
- package/src/components/shell/AppHeader.tsx +0 -9
- package/src/components/shell/AppShell.tsx +0 -139
- package/src/components/shell/ArtifactBar.tsx +0 -97
- package/src/components/shell/BootScreen.tsx +0 -19
- package/src/components/shell/CenterComposite.tsx +0 -87
- package/src/components/shell/CodeEditorPanel.tsx +0 -88
- package/src/components/shell/GlobalOverlays.tsx +0 -228
- package/src/components/shell/LayoutConfigurator.tsx +0 -209
- package/src/components/shell/LayoutGrid.tsx +0 -178
- package/src/components/shell/MorphShell.tsx +0 -368
- package/src/components/shell/PluginViewer.tsx +0 -147
- package/src/components/shell/ShellNexusPreview.tsx +0 -458
- package/src/components/shell/SlotRenderer.tsx +0 -115
- package/src/components/shell/TabBar.tsx +0 -94
- package/src/components/shell/TemplateLibrary.tsx +0 -195
- package/src/components/shell/layoutConstants.ts +0 -35
- package/src/components/shell/morphStageMeta.ts +0 -15
- package/src/components/shell/shells/BuiltInShells.tsx +0 -443
- package/src/components/shell/shells/DatawayChatShell.tsx +0 -42
- package/src/components/shell/shells/TokenPreview.tsx +0 -339
- package/src/components/shell/shells/bootShells.ts +0 -31
- package/src/components/shells/CreatorShell.tsx +0 -37
- package/src/components/shells/DecidoShell.tsx +0 -447
- package/src/components/shells/ExperimentalChatShell.tsx +0 -245
- package/src/components/shells/UserCanvas.tsx +0 -44
- package/src/components/studio/BlueprintManagerPanel.tsx +0 -137
- package/src/components/studio/DependencyTreePanel.tsx +0 -192
- package/src/components/studio/NodePalette.tsx +0 -92
- package/src/components/studio/NodePropertiesPanel.tsx +0 -81
- package/src/components/studio/ReactFlowEditor.tsx +0 -242
- package/src/components/studio/TimelineEditor.tsx +0 -122
- package/src/components/studio/TimelineKeyframeCard.tsx +0 -99
- package/src/components/studio/VariablePanel.tsx +0 -181
- package/src/components/studio/blueprint/BlueprintCard.tsx +0 -82
- package/src/components/studio/editor/CanvasContextMenu.tsx +0 -107
- package/src/components/studio/editor/EditorToolbar.tsx +0 -80
- package/src/components/studio/editor/StageContentRenderer.tsx +0 -134
- package/src/components/studio/editor/TrackPropertyEditors.tsx +0 -133
- package/src/components/studio/editor/TreeNodeItem.tsx +0 -91
- package/src/components/studio/editor/edgeStyles.ts +0 -43
- package/src/components/studio/editor/editorKeyHandler.ts +0 -95
- package/src/components/studio/editor/nodeTypeRegistry.ts +0 -137
- package/src/components/studio/editor/paletteCatalog.tsx +0 -84
- package/src/components/studio/nodes/shell/InteractionNodes.tsx +0 -82
- package/src/components/studio/nodes/shell/LayoutControlNodes.tsx +0 -69
- package/src/components/studio/nodes/shell/RegisterActionNode.tsx +0 -20
- package/src/components/studio/nodes/shell/RegisterButtonNode.tsx +0 -22
- package/src/components/studio/nodes/shell/RegisterPanelNode.tsx +0 -19
- package/src/components/studio/nodes/shell/RegisterSidebarNode.tsx +0 -19
- package/src/components/studio/nodes/shell/RegisterStatusBarNode.tsx +0 -22
- package/src/components/studio/nodes/shell/RegisterTabNode.tsx +0 -21
- package/src/components/studio/nodes/shell/RegisterTopBarNode.tsx +0 -22
- package/src/components/studio/nodes/shell/ShellConfigNode.tsx +0 -51
- package/src/components/studio/nodes/shell/ShellNodeBase.tsx +0 -100
- package/src/components/studio/nodes/shell/ThemeNodes.tsx +0 -51
- package/src/components/studio/nodes/shell/index.ts +0 -12
- package/src/components/widgets/BroadcastWidget.tsx +0 -93
- package/src/components/widgets/MarketplaceWidget.tsx +0 -298
- package/src/components/widgets/McpToolsWidget.tsx +0 -231
- package/src/components/widgets/OpsDashboard.tsx +0 -59
- package/src/components/widgets/QuickActionsWidget.tsx +0 -60
- package/src/components/widgets/UsageWidget.tsx +0 -112
- package/src/components/widgets/WidgetRenderer.tsx +0 -892
- package/src/components/widgets/WidgetSlotPanel.tsx +0 -213
- package/src/config/IconRegistry.ts +0 -126
- package/src/contexts/NetworkProvider.tsx +0 -162
- package/src/core/AIDirector.ts +0 -71
- package/src/core/EventBus.ts +0 -37
- package/src/core/PluginContext.tsx +0 -141
- package/src/hooks/listeners/useUIStateListener.ts +0 -59
- package/src/hooks/listeners/useWhatsAppListener.ts +0 -110
- package/src/hooks/morphBridge.ts +0 -82
- package/src/hooks/useAIModelSelector.ts +0 -144
- package/src/hooks/useAgentStream.ts +0 -220
- package/src/hooks/useAutoUpdater.ts +0 -89
- package/src/hooks/useBootSequence.ts +0 -20
- package/src/hooks/useExportDSD.ts +0 -53
- package/src/hooks/useFullscreen.ts +0 -35
- package/src/hooks/useGeminiStream.ts +0 -282
- package/src/hooks/useIntentLens.ts +0 -224
- package/src/hooks/useKeyboardShortcuts.ts +0 -69
- package/src/hooks/useLoggerBridge.ts +0 -32
- package/src/hooks/useMcpClient.ts +0 -112
- package/src/hooks/useNexusaiDeploy.ts +0 -118
- package/src/hooks/usePlaybackEngine.ts +0 -21
- package/src/hooks/usePlaygroundCommander.ts +0 -475
- package/src/hooks/usePluginEngine.ts +0 -165
- package/src/hooks/useScreenRecorder.ts +0 -73
- package/src/hooks/useShellKeyboard.ts +0 -40
- package/src/hooks/useShellShortcuts.ts +0 -118
- package/src/hooks/useSoundEffects.ts +0 -35
- package/src/hooks/useStudioConfig.ts +0 -72
- package/src/hooks/useSystemBoot.ts +0 -84
- package/src/hooks/useSystemTelemetry.ts +0 -62
- package/src/index.ts +0 -97
- package/src/lib/debugLogger.ts +0 -80
- package/src/lib/networkInterceptor.ts +0 -100
- package/src/mocks/decido.tsx +0 -41
- package/src/plugins/pluginAPI.ts +0 -190
- package/src/store/McpStore.ts +0 -69
- package/src/store/UpdaterStore.ts +0 -60
- package/src/store/engine.ts +0 -392
- package/src/store/index.ts +0 -4
- package/src/store/layoutPresets.ts +0 -66
- package/src/store/playgroundTypes.ts +0 -98
- package/src/store/useActionTimelineStore.ts +0 -48
- package/src/store/useDebugPanelStore.ts +0 -98
- package/src/store/useDebugProfileStore.ts +0 -130
- package/src/store/useLayoutStore.ts +0 -205
- package/src/store/useMorphInstanceStore.ts +0 -289
- package/src/store/useMorphologyStore.ts +0 -103
- package/src/store/usePlaygroundStore.ts +0 -236
- package/src/store/useShellRegistry.ts +0 -123
- package/src/store/useSuggestionsStore.ts +0 -57
- package/src/store/useThemeStore.ts +0 -399
- package/src/store/useUIComponentStore.ts +0 -179
- package/src/types/DecidoStoryDefinition.ts +0 -43
- package/src/utils/ai/ai-architect.ts +0 -92
- package/src/utils/ai/ai-code.ts +0 -187
- package/src/utils/ai/ai-core.ts +0 -50
- package/src/utils/ai/ai-media.ts +0 -292
- package/src/utils/layoutGraph.ts +0 -67
- package/tsconfig.json +0 -17
- package/tsconfig.tsbuildinfo +0 -1
|
@@ -1,195 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* TemplateLibrary — Starter template gallery for Web Preview.
|
|
3
|
-
*
|
|
4
|
-
* Sprint AK: Shows when preview is empty. Click a template → loads in preview.
|
|
5
|
-
*/
|
|
6
|
-
import React from 'react';
|
|
7
|
-
import { motion } from 'motion/react';
|
|
8
|
-
|
|
9
|
-
interface Template {
|
|
10
|
-
id: string;
|
|
11
|
-
title: string;
|
|
12
|
-
category: string;
|
|
13
|
-
emoji: string;
|
|
14
|
-
gradient: string;
|
|
15
|
-
description: string;
|
|
16
|
-
html: string;
|
|
17
|
-
css: string;
|
|
18
|
-
js: string;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
const TEMPLATES: Template[] = [
|
|
22
|
-
{
|
|
23
|
-
id: 'landing-saas',
|
|
24
|
-
title: 'Landing SaaS',
|
|
25
|
-
category: 'Marketing',
|
|
26
|
-
emoji: '🚀',
|
|
27
|
-
gradient: 'from-violet-600 to-indigo-600',
|
|
28
|
-
description: 'Hero con CTA, features, testimonios',
|
|
29
|
-
html: `<section class="min-h-screen bg-linear-to-br from-violet-950 via-indigo-950 to-black text-text-primary">
|
|
30
|
-
<nav class="flex items-center justify-between px-8 py-6">
|
|
31
|
-
<span class="text-xl font-bold bg-linear-to-r from-violet-400 to-indigo-400 bg-clip-text text-transparent">NexusAI</span>
|
|
32
|
-
<div class="flex gap-6 text-sm text-text-secondary"><a href="#" class="hover:text-text-primary">Features</a><a href="#" class="hover:text-text-primary">Pricing</a><a href="#" class="hover:text-text-primary">Docs</a></div>
|
|
33
|
-
<button class="px-5 py-2 bg-violet-600 hover:bg-violet-500 rounded-full text-sm font-medium transition">Get Started</button>
|
|
34
|
-
</nav>
|
|
35
|
-
<div class="flex flex-col items-center text-center pt-24 px-6">
|
|
36
|
-
<span class="px-4 py-1.5 bg-violet-500/10 border border-violet-500/20 rounded-full text-xs text-violet-300 mb-6">✨ Now in Beta</span>
|
|
37
|
-
<h1 class="text-5xl md:text-7xl font-bold leading-tight max-w-4xl">Build faster with <span class="bg-linear-to-r from-violet-400 to-cyan-400 bg-clip-text text-transparent">AI-powered</span> tools</h1>
|
|
38
|
-
<p class="text-lg text-text-secondary mt-6 max-w-2xl">Ship products 10x faster. Our AI understands your codebase and generates production-ready code in seconds.</p>
|
|
39
|
-
<div class="flex gap-4 mt-10"><button class="px-8 py-3 bg-violet-600 hover:bg-violet-500 rounded-full font-medium transition">Start Free Trial</button><button class="px-8 py-3 bg-surface-glass hover:bg-surface-glass border border-border-default rounded-full font-medium transition">Watch Demo →</button></div>
|
|
40
|
-
</div>
|
|
41
|
-
</section>`,
|
|
42
|
-
css: '',
|
|
43
|
-
js: '',
|
|
44
|
-
},
|
|
45
|
-
{
|
|
46
|
-
id: 'dashboard',
|
|
47
|
-
title: 'Dashboard',
|
|
48
|
-
category: 'App',
|
|
49
|
-
emoji: '📊',
|
|
50
|
-
gradient: 'from-cyan-600 to-blue-600',
|
|
51
|
-
description: 'Métricas, gráficos, sidebar',
|
|
52
|
-
html: `<div class="flex h-screen bg-surface-primary text-text-primary">
|
|
53
|
-
<aside class="w-56 bg-surface-secondary border-r border-border-subtle p-4 flex flex-col gap-2">
|
|
54
|
-
<span class="text-lg font-bold text-cyan-400 mb-4">📊 Dashboard</span>
|
|
55
|
-
<a class="px-3 py-2 rounded-lg bg-cyan-500/10 text-cyan-300 text-sm">Overview</a>
|
|
56
|
-
<a class="px-3 py-2 rounded-lg text-text-muted hover:text-text-primary text-sm">Analytics</a>
|
|
57
|
-
<a class="px-3 py-2 rounded-lg text-text-muted hover:text-text-primary text-sm">Reports</a>
|
|
58
|
-
<a class="px-3 py-2 rounded-lg text-text-muted hover:text-text-primary text-sm">Settings</a>
|
|
59
|
-
</aside>
|
|
60
|
-
<main class="flex-1 p-8 overflow-auto">
|
|
61
|
-
<h2 class="text-2xl font-bold mb-6">Good morning 👋</h2>
|
|
62
|
-
<div class="grid grid-cols-3 gap-4 mb-8">
|
|
63
|
-
<div class="bg-surface-secondary border border-border-subtle rounded-2xl p-5"><p class="text-xs text-text-muted mb-1">Revenue</p><p class="text-3xl font-bold text-emerald-400">$48,352</p><p class="text-xs text-emerald-500 mt-1">↑ 12.5%</p></div>
|
|
64
|
-
<div class="bg-surface-secondary border border-border-subtle rounded-2xl p-5"><p class="text-xs text-text-muted mb-1">Users</p><p class="text-3xl font-bold text-cyan-400">2,847</p><p class="text-xs text-cyan-500 mt-1">↑ 8.3%</p></div>
|
|
65
|
-
<div class="bg-surface-secondary border border-border-subtle rounded-2xl p-5"><p class="text-xs text-text-muted mb-1">Conversion</p><p class="text-3xl font-bold text-violet-400">3.24%</p><p class="text-xs text-violet-500 mt-1">↑ 2.1%</p></div>
|
|
66
|
-
</div>
|
|
67
|
-
<div class="bg-surface-secondary border border-border-subtle rounded-2xl p-6"><h3 class="text-sm font-medium text-text-secondary mb-4">Recent Activity</h3><div class="space-y-3"><div class="flex items-center gap-3 text-sm"><span class="w-8 h-8 rounded-full bg-emerald-500/10 flex items-center justify-center text-emerald-400">$</span><span class="text-text-primary">New subscription — Pro Plan</span><span class="ml-auto text-text-muted">2m ago</span></div><div class="flex items-center gap-3 text-sm"><span class="w-8 h-8 rounded-full bg-cyan-500/10 flex items-center justify-center text-cyan-400">👤</span><span class="text-text-primary">New user registered</span><span class="ml-auto text-text-muted">15m ago</span></div></div></div>
|
|
68
|
-
</main>
|
|
69
|
-
</div>`,
|
|
70
|
-
css: '',
|
|
71
|
-
js: '',
|
|
72
|
-
},
|
|
73
|
-
{
|
|
74
|
-
id: 'portfolio',
|
|
75
|
-
title: 'Portfolio',
|
|
76
|
-
category: 'Personal',
|
|
77
|
-
emoji: '🎨',
|
|
78
|
-
gradient: 'from-pink-600 to-rose-600',
|
|
79
|
-
description: 'Bio, proyectos, contacto',
|
|
80
|
-
html: `<div class="min-h-screen bg-surface-primary text-text-primary px-6 py-16 flex flex-col items-center">
|
|
81
|
-
<div class="max-w-2xl w-full">
|
|
82
|
-
<div class="flex items-center gap-4 mb-8"><div class="w-16 h-16 rounded-full bg-linear-to-br from-pink-500 to-rose-500 flex items-center justify-center text-2xl">JR</div><div><h1 class="text-2xl font-bold">Maria Garcia</h1><p class="text-text-muted">Full-Stack Designer & Developer</p></div></div>
|
|
83
|
-
<p class="text-text-secondary leading-relaxed mb-12">I craft beautiful digital experiences that bridge the gap between design and engineering. 5+ years building products for startups and enterprises.</p>
|
|
84
|
-
<h2 class="text-sm font-bold text-text-muted uppercase tracking-wider mb-4">Selected Work</h2>
|
|
85
|
-
<div class="grid grid-cols-2 gap-4 mb-12">
|
|
86
|
-
<div class="group bg-surface-tertiary rounded-2xl overflow-hidden border border-border-subtle hover:border-pink-500/30 transition"><div class="h-32 bg-linear-to-br from-pink-500/20 to-purple-500/20"></div><div class="p-4"><h3 class="font-medium">E-Commerce Platform</h3><p class="text-xs text-text-muted mt-1">React, Node.js, Stripe</p></div></div>
|
|
87
|
-
<div class="group bg-surface-tertiary rounded-2xl overflow-hidden border border-border-subtle hover:border-cyan-500/30 transition"><div class="h-32 bg-linear-to-br from-cyan-500/20 to-blue-500/20"></div><div class="p-4"><h3 class="font-medium">AI Dashboard</h3><p class="text-xs text-text-muted mt-1">Vue, Python, TensorFlow</p></div></div>
|
|
88
|
-
</div>
|
|
89
|
-
<div class="flex gap-4 text-sm text-text-muted"><a href="#" class="hover:text-text-primary">GitHub</a><a href="#" class="hover:text-text-primary">LinkedIn</a><a href="#" class="hover:text-text-primary">Twitter</a><a href="#" class="hover:text-text-primary">Email</a></div>
|
|
90
|
-
</div>
|
|
91
|
-
</div>`,
|
|
92
|
-
css: '',
|
|
93
|
-
js: '',
|
|
94
|
-
},
|
|
95
|
-
{
|
|
96
|
-
id: 'pricing',
|
|
97
|
-
title: 'Pricing',
|
|
98
|
-
category: 'Marketing',
|
|
99
|
-
emoji: '💳',
|
|
100
|
-
gradient: 'from-emerald-600 to-teal-600',
|
|
101
|
-
description: '3 planes con toggle mensual/anual',
|
|
102
|
-
html: `<section class="min-h-screen bg-surface-primary text-text-primary py-20 px-6">
|
|
103
|
-
<div class="max-w-5xl mx-auto text-center">
|
|
104
|
-
<h2 class="text-4xl font-bold mb-4">Simple, transparent pricing</h2>
|
|
105
|
-
<p class="text-text-muted mb-12">No hidden fees. Cancel anytime.</p>
|
|
106
|
-
<div class="grid md:grid-cols-3 gap-6">
|
|
107
|
-
<div class="bg-surface-tertiary border border-border-subtle rounded-2xl p-8 text-left"><p class="text-sm text-text-muted mb-2">Starter</p><p class="text-4xl font-bold mb-1">$9<span class="text-lg text-text-muted">/mo</span></p><p class="text-xs text-text-muted mb-6">Perfect for getting started</p><ul class="space-y-2 text-sm text-text-secondary mb-8"><li>✓ 5 projects</li><li>✓ Basic analytics</li><li>✓ Email support</li></ul><button class="w-full py-2.5 bg-surface-glass hover:bg-surface-glass border border-border-default rounded-xl text-sm transition">Get Started</button></div>
|
|
108
|
-
<div class="bg-surface-tertiary border-2 border-emerald-500/50 rounded-2xl p-8 text-left relative"><span class="absolute -top-3 left-1/2 -translate-x-1/2 px-3 py-0.5 bg-emerald-500 rounded-full text-xs font-medium">Popular</span><p class="text-sm text-text-muted mb-2">Pro</p><p class="text-4xl font-bold mb-1">$29<span class="text-lg text-text-muted">/mo</span></p><p class="text-xs text-text-muted mb-6">For growing teams</p><ul class="space-y-2 text-sm text-text-secondary mb-8"><li>✓ Unlimited projects</li><li>✓ Advanced analytics</li><li>✓ Priority support</li><li>✓ Custom domains</li></ul><button class="w-full py-2.5 bg-emerald-600 hover:bg-emerald-500 rounded-xl text-sm font-medium transition">Get Started</button></div>
|
|
109
|
-
<div class="bg-surface-tertiary border border-border-subtle rounded-2xl p-8 text-left"><p class="text-sm text-text-muted mb-2">Enterprise</p><p class="text-4xl font-bold mb-1">$99<span class="text-lg text-text-muted">/mo</span></p><p class="text-xs text-text-muted mb-6">For large organizations</p><ul class="space-y-2 text-sm text-text-secondary mb-8"><li>✓ Everything in Pro</li><li>✓ SSO & SAML</li><li>✓ Dedicated support</li><li>✓ SLA guarantee</li></ul><button class="w-full py-2.5 bg-surface-glass hover:bg-surface-glass border border-border-default rounded-xl text-sm transition">Contact Sales</button></div>
|
|
110
|
-
</div>
|
|
111
|
-
</div>
|
|
112
|
-
</section>`,
|
|
113
|
-
css: '',
|
|
114
|
-
js: '',
|
|
115
|
-
},
|
|
116
|
-
{
|
|
117
|
-
id: 'login',
|
|
118
|
-
title: 'Login',
|
|
119
|
-
category: 'Auth',
|
|
120
|
-
emoji: '🔐',
|
|
121
|
-
gradient: 'from-amber-600 to-orange-600',
|
|
122
|
-
description: 'Form con social login y glassmorphism',
|
|
123
|
-
html: `<div class="min-h-screen bg-surface-primary flex items-center justify-center p-6">
|
|
124
|
-
<div class="w-full max-w-sm bg-surface-glass backdrop-blur-xl border border-border-default rounded-3xl p-8 text-text-primary">
|
|
125
|
-
<div class="text-center mb-8"><span class="text-4xl">🔐</span><h2 class="text-2xl font-bold mt-3">Welcome back</h2><p class="text-sm text-text-muted mt-1">Sign in to your account</p></div>
|
|
126
|
-
<div class="space-y-4">
|
|
127
|
-
<div><label class="text-xs text-text-muted mb-1 block">Email</label><input type="email" placeholder="you@email.com" class="w-full px-4 py-3 bg-surface-glass border border-border-default rounded-xl text-sm outline-hidden focus:border-amber-500/50 transition"/></div>
|
|
128
|
-
<div><label class="text-xs text-text-muted mb-1 block">Password</label><input type="password" placeholder="••••••••" class="w-full px-4 py-3 bg-surface-glass border border-border-default rounded-xl text-sm outline-hidden focus:border-amber-500/50 transition"/></div>
|
|
129
|
-
<button class="w-full py-3 bg-linear-to-r from-amber-500 to-orange-500 hover:from-amber-400 hover:to-orange-400 rounded-xl text-sm font-medium transition">Sign In</button>
|
|
130
|
-
<div class="flex items-center gap-3 my-2"><div class="flex-1 h-px bg-surface-glass"></div><span class="text-xs text-text-muted">or</span><div class="flex-1 h-px bg-surface-glass"></div></div>
|
|
131
|
-
<button class="w-full py-3 bg-surface-glass hover:bg-surface-glass border border-border-default rounded-xl text-sm transition flex items-center justify-center gap-2">🌐 Continue with Google</button>
|
|
132
|
-
</div>
|
|
133
|
-
<p class="text-xs text-text-muted text-center mt-6">Don't have an account? <a href="#" class="text-amber-400 hover:underline">Sign up</a></p>
|
|
134
|
-
</div>
|
|
135
|
-
</div>`,
|
|
136
|
-
css: '',
|
|
137
|
-
js: '',
|
|
138
|
-
},
|
|
139
|
-
{
|
|
140
|
-
id: 'blog',
|
|
141
|
-
title: 'Blog',
|
|
142
|
-
category: 'Content',
|
|
143
|
-
emoji: '📝',
|
|
144
|
-
gradient: 'from-sky-600 to-blue-600',
|
|
145
|
-
description: 'Lista de artículos con cards',
|
|
146
|
-
html: `<div class="min-h-screen bg-surface-primary text-text-primary py-16 px-6">
|
|
147
|
-
<div class="max-w-3xl mx-auto">
|
|
148
|
-
<h1 class="text-4xl font-bold mb-2">Blog</h1>
|
|
149
|
-
<p class="text-text-muted mb-12">Thoughts on design, technology, and building products.</p>
|
|
150
|
-
<div class="space-y-6">
|
|
151
|
-
<article class="group bg-surface-tertiary border border-border-subtle rounded-2xl p-6 hover:border-sky-500/30 transition cursor-pointer"><div class="flex items-center gap-2 text-xs text-text-muted mb-3"><span class="px-2 py-0.5 bg-sky-500/10 text-sky-400 rounded">Design</span><span>Mar 15, 2026</span><span>· 5 min read</span></div><h2 class="text-xl font-bold group-hover:text-sky-400 transition">The Future of AI-Powered Design Tools</h2><p class="text-sm text-text-muted mt-2 leading-relaxed">How generative AI is transforming the way we build user interfaces and what it means for designers.</p></article>
|
|
152
|
-
<article class="group bg-surface-tertiary border border-border-subtle rounded-2xl p-6 hover:border-violet-500/30 transition cursor-pointer"><div class="flex items-center gap-2 text-xs text-text-muted mb-3"><span class="px-2 py-0.5 bg-violet-500/10 text-violet-400 rounded">Engineering</span><span>Mar 10, 2026</span><span>· 8 min read</span></div><h2 class="text-xl font-bold group-hover:text-violet-400 transition">Building a Real-Time Collaboration Engine</h2><p class="text-sm text-text-muted mt-2 leading-relaxed">A deep dive into the architecture behind our multi-user editing system using CRDTs and WebSockets.</p></article>
|
|
153
|
-
<article class="group bg-surface-tertiary border border-border-subtle rounded-2xl p-6 hover:border-emerald-500/30 transition cursor-pointer"><div class="flex items-center gap-2 text-xs text-text-muted mb-3"><span class="px-2 py-0.5 bg-emerald-500/10 text-emerald-400 rounded">Product</span><span>Mar 5, 2026</span><span>· 3 min read</span></div><h2 class="text-xl font-bold group-hover:text-emerald-400 transition">Shipping Faster with Component Libraries</h2><p class="text-sm text-text-muted mt-2 leading-relaxed">How we reduced our time-to-market by 60% by investing in a robust design system.</p></article>
|
|
154
|
-
</div>
|
|
155
|
-
</div>
|
|
156
|
-
</div>`,
|
|
157
|
-
css: '',
|
|
158
|
-
js: '',
|
|
159
|
-
},
|
|
160
|
-
];
|
|
161
|
-
|
|
162
|
-
interface TemplateLibraryProps {
|
|
163
|
-
onSelect: (template: { html: string; css: string; js: string }) => void;
|
|
164
|
-
}
|
|
165
|
-
|
|
166
|
-
export const TemplateLibrary = React.memo(function TemplateLibrary({ onSelect }: TemplateLibraryProps) {
|
|
167
|
-
return (
|
|
168
|
-
<div className="flex flex-col items-center justify-center h-full p-6 overflow-auto">
|
|
169
|
-
<div className="text-center mb-8">
|
|
170
|
-
<span className="text-4xl">🎨</span>
|
|
171
|
-
<h2 className="text-xl font-bold text-text-primary mt-3">Elige un template</h2>
|
|
172
|
-
<p className="text-sm text-text-muted mt-1">Click para cargar — luego refina con IA</p>
|
|
173
|
-
</div>
|
|
174
|
-
<div className="grid grid-cols-2 lg:grid-cols-3 gap-3 max-w-3xl w-full">
|
|
175
|
-
{TEMPLATES.map((t, i) => (
|
|
176
|
-
<motion.button
|
|
177
|
-
key={t.id}
|
|
178
|
-
initial={{ opacity: 0, y: 12 }}
|
|
179
|
-
animate={{ opacity: 1, y: 0 }}
|
|
180
|
-
transition={{ delay: i * 0.05 }}
|
|
181
|
-
onClick={() => onSelect({ html: t.html, css: t.css, js: t.js })}
|
|
182
|
-
className="group bg-surface-tertiary border border-border-subtle hover:border-border-strong rounded-2xl p-4 text-left transition-all hover:scale-[1.02] hover:shadow-xl overflow-hidden"
|
|
183
|
-
>
|
|
184
|
-
<div className={`h-20 rounded-xl bg-linear-to-br ${t.gradient} opacity-30 group-hover:opacity-50 transition mb-3 flex items-center justify-center`}>
|
|
185
|
-
<span className="text-3xl opacity-70">{t.emoji}</span>
|
|
186
|
-
</div>
|
|
187
|
-
<h3 className="text-sm font-bold text-text-primary">{t.title}</h3>
|
|
188
|
-
<p className="text-[10px] text-text-muted mt-0.5">{t.category}</p>
|
|
189
|
-
<p className="text-[10px] text-text-muted mt-1">{t.description}</p>
|
|
190
|
-
</motion.button>
|
|
191
|
-
))}
|
|
192
|
-
</div>
|
|
193
|
-
</div>
|
|
194
|
-
);
|
|
195
|
-
});
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Layout configurator constants — region labels, grid positions, slot options.
|
|
3
|
-
* Extracted from LayoutConfigurator.tsx for reuse and cleaner main component.
|
|
4
|
-
*/
|
|
5
|
-
import type { RegionId, SlotComponentId } from '../../store/layoutPresets';
|
|
6
|
-
|
|
7
|
-
export const REGION_LABELS: Record<RegionId, string> = {
|
|
8
|
-
R1: 'Left Top',
|
|
9
|
-
R2: 'Left Bottom',
|
|
10
|
-
R3: 'Right Top',
|
|
11
|
-
R4: 'Right Bottom',
|
|
12
|
-
R5: 'Top Edge',
|
|
13
|
-
R6: 'Status Bar',
|
|
14
|
-
};
|
|
15
|
-
|
|
16
|
-
export const REGION_POSITIONS: Record<RegionId, string> = {
|
|
17
|
-
R1: 'col-start-1 row-start-1',
|
|
18
|
-
R2: 'col-start-1 row-start-2',
|
|
19
|
-
R3: 'col-start-3 row-start-1',
|
|
20
|
-
R4: 'col-start-3 row-start-2',
|
|
21
|
-
R5: 'col-start-1 col-span-3 row-start-0',
|
|
22
|
-
R6: 'col-start-2 col-span-1 row-start-3',
|
|
23
|
-
};
|
|
24
|
-
|
|
25
|
-
/** Available components for slot assignment */
|
|
26
|
-
export const SLOT_OPTIONS: { id: SlotComponentId; label: string }[] = [
|
|
27
|
-
{ id: null, label: '— Vacío —' },
|
|
28
|
-
{ id: 'chat', label: 'Chat' },
|
|
29
|
-
{ id: 'debug', label: 'Debug Panel' },
|
|
30
|
-
{ id: 'terminal', label: 'Terminal' },
|
|
31
|
-
{ id: 'canvas', label: 'Canvas / MorphShell' },
|
|
32
|
-
{ id: 'graph-editor', label: 'Graph Editor' },
|
|
33
|
-
{ id: 'timeline-editor', label: 'Timeline Editor' },
|
|
34
|
-
{ id: 'app-sidebar', label: 'App Sidebar' },
|
|
35
|
-
];
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* MorphShell stage metadata — icon + color per MorphStageType.
|
|
3
|
-
* Extracted from MorphShell.tsx for reuse.
|
|
4
|
-
*/
|
|
5
|
-
import { Box, CodeXml, Droplets, Puzzle, FileBox, LayoutDashboard } from 'lucide-react';
|
|
6
|
-
import type { MorphStageType } from '../../store/layoutPresets';
|
|
7
|
-
|
|
8
|
-
export const STAGE_META: Record<string, { icon: React.ComponentType<any>; color: string }> = {
|
|
9
|
-
'3d': { icon: Box, color: 'text-cyan-400' },
|
|
10
|
-
'2d': { icon: LayoutDashboard, color: 'text-emerald-400' },
|
|
11
|
-
'workbench': { icon: CodeXml, color: 'text-purple-400' },
|
|
12
|
-
'liquid': { icon: Droplets, color: 'text-blue-400' },
|
|
13
|
-
'custom': { icon: Puzzle, color: 'text-orange-400' },
|
|
14
|
-
'artifact': { icon: FileBox, color: 'text-yellow-400' },
|
|
15
|
-
};
|