@adminide-stack/clock-tik-browser 12.0.17-alpha.0 → 12.0.17-alpha.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/lib/Validation/Schema.d.ts +54 -0
- package/lib/Validation/Schema.d.ts.map +1 -0
- package/lib/Validation/Schema.js +26 -0
- package/lib/Validation/Schema.js.map +1 -0
- package/lib/components/HelpCenterFooter.d.ts.map +1 -1
- package/lib/components/HelpCenterFooter.js +11 -7
- package/lib/components/HelpCenterFooter.js.map +1 -1
- package/lib/components/HelpCenterHeader.js +1 -1
- package/lib/components/Logo.d.ts.map +1 -1
- package/lib/components/Logo.js +56 -91
- package/lib/components/Logo.js.map +1 -1
- package/lib/components/navbar/index.d.ts.map +1 -1
- package/lib/components/navbar/index.js +5 -3
- package/lib/components/navbar/index.js.map +1 -1
- package/lib/compute.d.ts.map +1 -1
- package/lib/compute.js +43 -7
- package/lib/compute.js.map +1 -1
- package/lib/config/env-config.d.ts +17 -0
- package/lib/config/env-config.d.ts.map +1 -0
- package/lib/config/env-config.js +52 -0
- package/lib/config/env-config.js.map +1 -0
- package/lib/{config.d.ts → config/index.d.ts} +2 -13
- package/lib/config/index.d.ts.map +1 -0
- package/lib/pages/ArticlePage/index.d.ts.map +1 -1
- package/lib/pages/ArticlePage/index.js +32 -0
- package/lib/pages/ArticlePage/index.js.map +1 -1
- package/lib/pages/Contact-us/index.d.ts +3 -0
- package/lib/pages/Contact-us/index.d.ts.map +1 -0
- package/lib/pages/Contact-us/index.js +159 -0
- package/lib/pages/Contact-us/index.js.map +1 -0
- package/lib/pages/Feedback/index.d.ts +3 -0
- package/lib/pages/Feedback/index.d.ts.map +1 -0
- package/lib/pages/Feedback/index.js +126 -0
- package/lib/pages/Feedback/index.js.map +1 -0
- package/lib/pages/GetStarted/index.d.ts.map +1 -1
- package/lib/pages/GetStarted/index.js +14 -14
- package/lib/pages/GetStarted/index.js.map +1 -1
- package/lib/pages/HelpCenter/components/CaresHero.d.ts +6 -0
- package/lib/pages/HelpCenter/components/CaresHero.d.ts.map +1 -0
- package/lib/pages/HelpCenter/components/CaresHero.js +55 -0
- package/lib/pages/HelpCenter/components/CaresHero.js.map +1 -0
- package/lib/pages/HelpCenter/components/CaresLayout.d.ts +11 -0
- package/lib/pages/HelpCenter/components/CaresLayout.d.ts.map +1 -0
- package/lib/pages/HelpCenter/components/CaresLayout.js +20 -0
- package/lib/pages/HelpCenter/components/CaresLayout.js.map +1 -0
- package/lib/pages/HelpCenter/components/HelpCategoryCard.d.ts +4 -4
- package/lib/pages/HelpCenter/components/HelpCategoryCard.d.ts.map +1 -1
- package/lib/pages/HelpCenter/components/NeedHelpWithSection.d.ts +6 -0
- package/lib/pages/HelpCenter/components/NeedHelpWithSection.d.ts.map +1 -0
- package/lib/pages/HelpCenter/components/NeedHelpWithSection.js +70 -0
- package/lib/pages/HelpCenter/components/NeedHelpWithSection.js.map +1 -0
- package/lib/pages/HelpCenter/components/PopularArticlesGrid.d.ts +8 -0
- package/lib/pages/HelpCenter/components/PopularArticlesGrid.d.ts.map +1 -0
- package/lib/pages/HelpCenter/components/PopularArticlesGrid.js +21 -0
- package/lib/pages/HelpCenter/components/PopularArticlesGrid.js.map +1 -0
- package/lib/pages/HelpCenter/components/SupportPlansSection.d.ts +3 -0
- package/lib/pages/HelpCenter/components/SupportPlansSection.d.ts.map +1 -0
- package/lib/pages/HelpCenter/components/SupportPlansSection.js +63 -0
- package/lib/pages/HelpCenter/components/SupportPlansSection.js.map +1 -0
- package/lib/pages/HelpCenter/components/SupportServicesSection.d.ts +3 -0
- package/lib/pages/HelpCenter/components/SupportServicesSection.d.ts.map +1 -0
- package/lib/pages/HelpCenter/components/SupportServicesSection.js +61 -0
- package/lib/pages/HelpCenter/components/SupportServicesSection.js.map +1 -0
- package/lib/pages/HelpCenter/index.d.ts.map +1 -1
- package/lib/pages/HelpCenter/index.js +13 -60
- package/lib/pages/HelpCenter/index.js.map +1 -1
- package/lib/pages/HelpCenter/mockData.d.ts.map +1 -1
- package/lib/pages/HelpCenter/mockData.js +13 -9
- package/lib/pages/HelpCenter/mockData.js.map +1 -1
- package/lib/pages/LandingPage/components/Assets.d.ts +26 -0
- package/lib/pages/LandingPage/components/Assets.d.ts.map +1 -1
- package/lib/pages/LandingPage/components/Assets.js +6 -12
- package/lib/pages/LandingPage/components/Assets.js.map +1 -1
- package/lib/pages/LandingPage/components/BuildingSoftwareScene.d.ts +4 -0
- package/lib/pages/LandingPage/components/BuildingSoftwareScene.d.ts.map +1 -0
- package/lib/pages/LandingPage/components/BuildingSoftwareScene.js +1679 -0
- package/lib/pages/LandingPage/components/BuildingSoftwareScene.js.map +1 -0
- package/lib/pages/LandingPage/components/CodeEditor.d.ts +7 -0
- package/lib/pages/LandingPage/components/CodeEditor.d.ts.map +1 -0
- package/lib/pages/LandingPage/components/ControlCard.d.ts +6 -0
- package/lib/pages/LandingPage/components/ControlCard.d.ts.map +1 -0
- package/lib/pages/LandingPage/components/ControlCard.js +98 -0
- package/lib/pages/LandingPage/components/ControlCard.js.map +1 -0
- package/lib/pages/LandingPage/components/DeployButton.d.ts +8 -0
- package/lib/pages/LandingPage/components/DeployButton.d.ts.map +1 -0
- package/lib/pages/LandingPage/components/DeploymentResult.d.ts +6 -0
- package/lib/pages/LandingPage/components/DeploymentResult.d.ts.map +1 -0
- package/lib/pages/LandingPage/components/IconButton.d.ts +8 -0
- package/lib/pages/LandingPage/components/IconButton.d.ts.map +1 -0
- package/lib/pages/LandingPage/components/ImageCard.d.ts +13 -0
- package/lib/pages/LandingPage/components/ImageCard.d.ts.map +1 -0
- package/lib/pages/LandingPage/components/ImageCard.js +38 -0
- package/lib/pages/LandingPage/components/ImageCard.js.map +1 -0
- package/lib/pages/LandingPage/components/InfrastructureCard.d.ts +4 -0
- package/lib/pages/LandingPage/components/InfrastructureCard.d.ts.map +1 -0
- package/lib/pages/LandingPage/components/InfrastructureCard.js +236 -0
- package/lib/pages/LandingPage/components/InfrastructureCard.js.map +1 -0
- package/lib/pages/LandingPage/components/InfrastructureTabs.d.ts +4 -0
- package/lib/pages/LandingPage/components/InfrastructureTabs.d.ts.map +1 -0
- package/lib/pages/LandingPage/components/InfrastructureTabs.js +57 -0
- package/lib/pages/LandingPage/components/InfrastructureTabs.js.map +1 -0
- package/lib/pages/LandingPage/components/Investigation.d.ts +4 -0
- package/lib/pages/LandingPage/components/Investigation.d.ts.map +1 -0
- package/lib/pages/LandingPage/components/InvestigationCard.d.ts +6 -0
- package/lib/pages/LandingPage/components/InvestigationCard.d.ts.map +1 -0
- package/lib/pages/LandingPage/components/InvestigationCard.js +118 -0
- package/lib/pages/LandingPage/components/InvestigationCard.js.map +1 -0
- package/lib/pages/LandingPage/components/LearningCard.d.ts +9 -0
- package/lib/pages/LandingPage/components/LearningCard.d.ts.map +1 -0
- package/lib/pages/LandingPage/components/LearningCard.js +22 -0
- package/lib/pages/LandingPage/components/LearningCard.js.map +1 -0
- package/lib/pages/LandingPage/components/MetricsDisplay.d.ts +6 -0
- package/lib/pages/LandingPage/components/MetricsDisplay.d.ts.map +1 -0
- package/lib/pages/LandingPage/components/ProfilesCard.d.ts +10 -0
- package/lib/pages/LandingPage/components/ProfilesCard.d.ts.map +1 -0
- package/lib/pages/LandingPage/components/ProfilesCard.js +52 -0
- package/lib/pages/LandingPage/components/ProfilesCard.js.map +1 -0
- package/lib/pages/LandingPage/components/Section.d.ts +12 -0
- package/lib/pages/LandingPage/components/Section.d.ts.map +1 -0
- package/lib/pages/LandingPage/components/Section.js +26 -0
- package/lib/pages/LandingPage/components/Section.js.map +1 -0
- package/lib/pages/LandingPage/components/Toast.d.ts +12 -0
- package/lib/pages/LandingPage/components/Toast.d.ts.map +1 -0
- package/lib/pages/LandingPage/components/Toast.js +39 -0
- package/lib/pages/LandingPage/components/Toast.js.map +1 -0
- package/lib/pages/LandingPage/components/ToastContainer.d.ts +13 -0
- package/lib/pages/LandingPage/components/ToastContainer.d.ts.map +1 -0
- package/lib/pages/LandingPage/components/ToastContainer.js +62 -0
- package/lib/pages/LandingPage/components/ToastContainer.js.map +1 -0
- package/lib/pages/LandingPage/components/index.d.ts +16 -0
- package/lib/pages/LandingPage/components/index.d.ts.map +1 -0
- package/lib/pages/LandingPage/index.d.ts.map +1 -1
- package/lib/pages/LandingPage/index.js +641 -189
- package/lib/pages/LandingPage/index.js.map +1 -1
- package/lib/pages/Privacy/index.d.ts +3 -0
- package/lib/pages/Privacy/index.d.ts.map +1 -0
- package/lib/pages/Privacy/index.js +7590 -0
- package/lib/pages/Privacy/index.js.map +1 -0
- package/lib/pages/Thanks/index.d.ts +2 -0
- package/lib/pages/Thanks/index.d.ts.map +1 -0
- package/lib/pages/Thanks/index.js +56 -0
- package/lib/pages/Thanks/index.js.map +1 -0
- package/lib/routes.json +44 -0
- package/lib/utils/markdownLoader.d.ts +2 -0
- package/lib/utils/markdownLoader.d.ts.map +1 -1
- package/lib/utils/markdownLoader.js +1590 -1104
- package/lib/utils/markdownLoader.js.map +1 -1
- package/package.json +2 -2
- package/lib/config.d.ts.map +0 -1
- package/lib/pages/HelpCenter/components/BookStack.js +0 -36
- package/lib/pages/HelpCenter/components/BookStack.js.map +0 -1
- package/lib/pages/LandingPage/components/ArticleCard.d.ts +0 -11
- package/lib/pages/LandingPage/components/ArticleCard.d.ts.map +0 -1
- package/lib/pages/LandingPage/components/ArticleCard.js +0 -29
- package/lib/pages/LandingPage/components/ArticleCard.js.map +0 -1
- package/lib/pages/LandingPage/components/CategoriesSection.d.ts +0 -16
- package/lib/pages/LandingPage/components/CategoriesSection.d.ts.map +0 -1
- package/lib/pages/LandingPage/components/CategoriesSection.js +0 -31
- package/lib/pages/LandingPage/components/CategoriesSection.js.map +0 -1
- package/lib/pages/LandingPage/components/CategoryCard.d.ts +0 -11
- package/lib/pages/LandingPage/components/CategoryCard.d.ts.map +0 -1
- package/lib/pages/LandingPage/components/CategoryCard.js +0 -25
- package/lib/pages/LandingPage/components/CategoryCard.js.map +0 -1
- package/lib/pages/LandingPage/components/FeaturedSection.d.ts +0 -15
- package/lib/pages/LandingPage/components/FeaturedSection.d.ts.map +0 -1
- package/lib/pages/LandingPage/components/FeaturedSection.js +0 -24
- package/lib/pages/LandingPage/components/FeaturedSection.js.map +0 -1
- package/lib/pages/LandingPage/components/HeroSection.d.ts +0 -9
- package/lib/pages/LandingPage/components/HeroSection.d.ts.map +0 -1
- package/lib/pages/LandingPage/components/HeroSection.js +0 -46
- package/lib/pages/LandingPage/components/HeroSection.js.map +0 -1
- package/lib/pages/LandingPage/components/Icons.d.ts +0 -14
- package/lib/pages/LandingPage/components/Icons.d.ts.map +0 -1
- package/lib/pages/LandingPage/components/Icons.js +0 -174
- package/lib/pages/LandingPage/components/Icons.js.map +0 -1
- package/lib/pages/LandingPage/components/ResourceCard.d.ts +0 -12
- package/lib/pages/LandingPage/components/ResourceCard.d.ts.map +0 -1
- package/lib/pages/LandingPage/components/ResourceCard.js +0 -30
- package/lib/pages/LandingPage/components/ResourceCard.js.map +0 -1
- package/lib/pages/LandingPage/components/ResourcesSection.d.ts +0 -18
- package/lib/pages/LandingPage/components/ResourcesSection.d.ts.map +0 -1
- package/lib/pages/LandingPage/components/ResourcesSection.js +0 -26
- package/lib/pages/LandingPage/components/ResourcesSection.js.map +0 -1
- package/lib/pages/LandingPage/components/SearchBar.d.ts +0 -8
- package/lib/pages/LandingPage/components/SearchBar.d.ts.map +0 -1
- package/lib/pages/LandingPage/components/SearchBar.js +0 -58
- package/lib/pages/LandingPage/components/SearchBar.js.map +0 -1
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
import {jsx,jsxs}from'react/jsx-runtime';import {Search,Clock,TrendingUp}from'lucide-react';function InvestigationCard({
|
|
2
|
+
progress
|
|
3
|
+
}) {
|
|
4
|
+
const isComplete = progress >= 100;
|
|
5
|
+
return jsx("div", {
|
|
6
|
+
className: "w-full max-w-2xl mx-auto px-5",
|
|
7
|
+
children: jsxs("div", {
|
|
8
|
+
className: "backdrop-blur-xl rounded-2xl border border-white/10 p-8 transition-all duration-700",
|
|
9
|
+
style: {
|
|
10
|
+
background: 'rgba(255, 255, 255, 0.95)',
|
|
11
|
+
boxShadow: '0px 20px 60px rgba(0, 0, 0, 0.1)',
|
|
12
|
+
transform: isComplete ? 'scale(1)' : 'scale(0.98)',
|
|
13
|
+
opacity: isComplete ? 1 : 0.8
|
|
14
|
+
},
|
|
15
|
+
children: [jsxs("div", {
|
|
16
|
+
className: "flex items-center justify-between mb-6",
|
|
17
|
+
children: [jsxs("div", {
|
|
18
|
+
className: "flex items-center gap-3",
|
|
19
|
+
children: [jsx("div", {
|
|
20
|
+
className: "w-12 h-12 rounded-xl flex items-center justify-center",
|
|
21
|
+
style: {
|
|
22
|
+
background: isComplete ? 'linear-gradient(135deg, #10b981 0%, #059669 100%)' : 'linear-gradient(135deg, #f59e0b 0%, #d97706 100%)'
|
|
23
|
+
},
|
|
24
|
+
children: jsx(Search, {
|
|
25
|
+
className: "w-6 h-6 text-white"
|
|
26
|
+
})
|
|
27
|
+
}), jsxs("div", {
|
|
28
|
+
children: [jsx("h3", {
|
|
29
|
+
className: "text-lg font-semibold",
|
|
30
|
+
style: {
|
|
31
|
+
color: 'var(--gray-900)'
|
|
32
|
+
},
|
|
33
|
+
children: "Investigating the problem"
|
|
34
|
+
}), jsx("p", {
|
|
35
|
+
className: "text-sm",
|
|
36
|
+
style: {
|
|
37
|
+
color: 'var(--gray-600)'
|
|
38
|
+
},
|
|
39
|
+
children: "Analyzing system metrics and logs"
|
|
40
|
+
})]
|
|
41
|
+
})]
|
|
42
|
+
}), jsxs("span", {
|
|
43
|
+
className: "text-2xl font-bold",
|
|
44
|
+
style: {
|
|
45
|
+
color: 'var(--gray-900)'
|
|
46
|
+
},
|
|
47
|
+
children: [Math.round(progress), "%"]
|
|
48
|
+
})]
|
|
49
|
+
}), jsxs("div", {
|
|
50
|
+
className: "space-y-3 mb-6",
|
|
51
|
+
children: [jsx(ProgressStep, {
|
|
52
|
+
icon: Clock,
|
|
53
|
+
label: "Pulling metrics...",
|
|
54
|
+
isActive: progress >= 20,
|
|
55
|
+
isComplete: progress >= 40
|
|
56
|
+
}), jsx(ProgressStep, {
|
|
57
|
+
icon: TrendingUp,
|
|
58
|
+
label: "Analyzing patterns...",
|
|
59
|
+
isActive: progress >= 40,
|
|
60
|
+
isComplete: progress >= 70
|
|
61
|
+
}), jsx(ProgressStep, {
|
|
62
|
+
icon: Search,
|
|
63
|
+
label: "Identifying root cause...",
|
|
64
|
+
isActive: progress >= 70,
|
|
65
|
+
isComplete: progress >= 100
|
|
66
|
+
})]
|
|
67
|
+
}), jsx("div", {
|
|
68
|
+
className: "w-full bg-gray-200 rounded-full h-3 overflow-hidden",
|
|
69
|
+
children: jsx("div", {
|
|
70
|
+
className: "h-full transition-all duration-300 rounded-full",
|
|
71
|
+
style: {
|
|
72
|
+
width: `${progress}%`,
|
|
73
|
+
background: isComplete ? 'linear-gradient(90deg, #10b981 0%, #059669 100%)' : 'linear-gradient(90deg, #f59e0b 0%, #d97706 100%)'
|
|
74
|
+
}
|
|
75
|
+
})
|
|
76
|
+
}), isComplete && jsx("div", {
|
|
77
|
+
className: "mt-6 p-4 rounded-xl",
|
|
78
|
+
style: {
|
|
79
|
+
background: 'rgba(16, 185, 129, 0.1)',
|
|
80
|
+
border: '1px solid rgba(16, 185, 129, 0.2)'
|
|
81
|
+
},
|
|
82
|
+
children: jsx("p", {
|
|
83
|
+
className: "text-sm font-medium",
|
|
84
|
+
style: {
|
|
85
|
+
color: '#059669'
|
|
86
|
+
},
|
|
87
|
+
children: "Analysis complete! Root cause identified in API timeout handling."
|
|
88
|
+
})
|
|
89
|
+
})]
|
|
90
|
+
})
|
|
91
|
+
});
|
|
92
|
+
}
|
|
93
|
+
function ProgressStep({
|
|
94
|
+
icon: Icon,
|
|
95
|
+
label,
|
|
96
|
+
isActive,
|
|
97
|
+
isComplete
|
|
98
|
+
}) {
|
|
99
|
+
return jsxs("div", {
|
|
100
|
+
className: "flex items-center gap-3 px-4 py-3 rounded-xl transition-all duration-300",
|
|
101
|
+
style: {
|
|
102
|
+
background: isActive ? 'rgba(0, 0, 0, 0.03)' : 'transparent',
|
|
103
|
+
opacity: isActive ? 1 : 0.4
|
|
104
|
+
},
|
|
105
|
+
children: [jsx("div", {
|
|
106
|
+
className: `w-8 h-8 rounded-lg flex items-center justify-center transition-all duration-300 ${isComplete ? 'bg-green-500' : isActive ? 'bg-amber-500' : 'bg-gray-300'}`,
|
|
107
|
+
children: jsx(Icon, {
|
|
108
|
+
className: "w-4 h-4 text-white"
|
|
109
|
+
})
|
|
110
|
+
}), jsx("span", {
|
|
111
|
+
className: "text-sm font-medium",
|
|
112
|
+
style: {
|
|
113
|
+
color: 'var(--gray-700)'
|
|
114
|
+
},
|
|
115
|
+
children: label
|
|
116
|
+
})]
|
|
117
|
+
});
|
|
118
|
+
}export{InvestigationCard};//# sourceMappingURL=InvestigationCard.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InvestigationCard.js","sources":["../../../../src/pages/LandingPage/components/InvestigationCard.tsx"],"sourcesContent":[null],"names":["_jsx","_jsxs"],"mappings":"4FAMgB,SAAA,iBAAiB,CAAC;AAC9B,EAAA;AAEA,CAAA,EAAA;AAKgB,EAAA,MAAA,UAAA,GAAA,QAAuC,IAAA,GAAA;AACvC,EAAA,OAAAA,GAAA,CAAA,KAAA,EAAA;8CACkC;kBAC3B,CAAA,KAAE;AACZ,MAAA,SAAA,EAAA,qFAEsD;AAKvC,MAAA,KAAA,EAAA;AACI,QAAA,UAAA,EAAA,2BAAqD;AACrD,QAAA,SAAA,EAAA,kCAAqD;AAC5D,QAAA,SAAA,EAAA,UAAA,GAAA,UAAA,GAAA,aAEA;8BAyCI,CAAA,GAAA;AACL,OAAA;AACI,MAAA,QAAA,EAAA,CAAAC,IAAA,CAAA,KAAA,EAAA;AACA,QAAA,SAAA,EAAA,wCAAoD;wBAC3D,KACH,EAGL;AAIW,UAAA,SAAA,EAAA,yBAAqC;AACrC,UAAA,QAAA,EAAA,CAAAD,GAAA,CAAA,OAA2C;AAC9C,YAAA,SAAA,EAAA,uDAEkC;AAQ3D,YAAC,KAAA,EAAA;AASD,cAAqB,UAAG,EAAA,UAAY,GAAA,mDAAgD,GAAA;AAChF,aAEQ;YAEI,QAAU,EAAAA,UAAW,EAAE;cAChB;aAGX;AAYZ,WAAC,CAAA,EAAAC,IAAA,CAAA,KAAA,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
interface LearningCardProps {
|
|
3
|
+
icon: ReactNode;
|
|
4
|
+
title: string;
|
|
5
|
+
description: string;
|
|
6
|
+
}
|
|
7
|
+
export declare function LearningCard({ icon, title, description }: LearningCardProps): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=LearningCard.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LearningCard.d.ts","sourceRoot":"","sources":["../../../../src/pages/LandingPage/components/LearningCard.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAElC,UAAU,iBAAiB;IACvB,IAAI,EAAE,SAAS,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;CACvB;AAED,wBAAgB,YAAY,CAAC,EAAE,IAAI,EAAE,KAAK,EAAE,WAAW,EAAE,EAAE,iBAAiB,2CAY3E"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import {jsxs,jsx}from'react/jsx-runtime';function LearningCard({
|
|
2
|
+
icon,
|
|
3
|
+
title,
|
|
4
|
+
description
|
|
5
|
+
}) {
|
|
6
|
+
return jsxs("div", {
|
|
7
|
+
className: "p-5 rounded-2xl border border-black/5 bg-white/50",
|
|
8
|
+
children: [jsxs("h3", {
|
|
9
|
+
className: "text-base font-semibold mb-2 flex items-center gap-2",
|
|
10
|
+
style: {
|
|
11
|
+
color: 'var(--gray-900)'
|
|
12
|
+
},
|
|
13
|
+
children: [icon, title]
|
|
14
|
+
}), jsx("p", {
|
|
15
|
+
className: "text-sm",
|
|
16
|
+
style: {
|
|
17
|
+
color: 'var(--gray-600)'
|
|
18
|
+
},
|
|
19
|
+
children: description
|
|
20
|
+
})]
|
|
21
|
+
});
|
|
22
|
+
}export{LearningCard};//# sourceMappingURL=LearningCard.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LearningCard.js","sources":["../../../../src/pages/LandingPage/components/LearningCard.tsx"],"sourcesContent":[null],"names":[],"mappings":"yCAQM,SAAU,YAAY,CAAC;AACzB,EAAA,IAAA;AAWJ,EAAC,KAAA;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MetricsDisplay.d.ts","sourceRoot":"","sources":["../../../../src/pages/LandingPage/components/MetricsDisplay.tsx"],"names":[],"mappings":"AAUA,UAAU,mBAAmB;IACzB,OAAO,CAAC,EAAE,MAAM,CAAC;CACpB;AAiCD,wBAAgB,cAAc,CAAC,EAAE,OAAW,EAAE,EAAE,mBAAmB,2CAWlE"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
interface ProfileCardProps {
|
|
2
|
+
name: string;
|
|
3
|
+
role: string;
|
|
4
|
+
avatarGradient: string;
|
|
5
|
+
progress: number;
|
|
6
|
+
className?: string;
|
|
7
|
+
}
|
|
8
|
+
export declare function ProfileCard({ name, role, avatarGradient, progress, className }: ProfileCardProps): import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
export {};
|
|
10
|
+
//# sourceMappingURL=ProfilesCard.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ProfilesCard.d.ts","sourceRoot":"","sources":["../../../../src/pages/LandingPage/components/ProfilesCard.tsx"],"names":[],"mappings":"AAAA,UAAU,gBAAgB;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,cAAc,EAAE,MAAM,CAAC;IACvB,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,wBAAgB,WAAW,CAAC,EAAE,IAAI,EAAE,IAAI,EAAE,cAAc,EAAE,QAAQ,EAAE,SAAc,EAAE,EAAE,gBAAgB,2CAkCrG"}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import {jsx,jsxs}from'react/jsx-runtime';function ProfileCard({
|
|
2
|
+
name,
|
|
3
|
+
role,
|
|
4
|
+
avatarGradient,
|
|
5
|
+
progress,
|
|
6
|
+
className = ''
|
|
7
|
+
}) {
|
|
8
|
+
return jsx("div", {
|
|
9
|
+
className: `absolute transition-all duration-500 ${className}`,
|
|
10
|
+
style: {
|
|
11
|
+
opacity: progress,
|
|
12
|
+
transform: `translateY(${(1 - progress) * 30}px) scale(${0.9 + progress * 0.1})`
|
|
13
|
+
},
|
|
14
|
+
children: jsxs("div", {
|
|
15
|
+
className: "p-4 rounded-xl backdrop-blur-xl border border-white/10",
|
|
16
|
+
style: {
|
|
17
|
+
background: 'rgba(255, 255, 255, 0.95)',
|
|
18
|
+
boxShadow: '0px 8px 24px rgba(0, 0, 0, 0.12)'
|
|
19
|
+
},
|
|
20
|
+
children: [jsxs("div", {
|
|
21
|
+
className: "flex items-center gap-3 mb-3",
|
|
22
|
+
children: [jsx("div", {
|
|
23
|
+
className: `w-10 h-10 rounded-full ${avatarGradient}`
|
|
24
|
+
}), jsxs("div", {
|
|
25
|
+
className: "flex-1",
|
|
26
|
+
children: [jsx("h5", {
|
|
27
|
+
className: "text-sm font-semibold",
|
|
28
|
+
style: {
|
|
29
|
+
color: 'var(--gray-900)'
|
|
30
|
+
},
|
|
31
|
+
children: name
|
|
32
|
+
}), jsx("p", {
|
|
33
|
+
className: "text-xs",
|
|
34
|
+
style: {
|
|
35
|
+
color: 'var(--gray-600)'
|
|
36
|
+
},
|
|
37
|
+
children: role
|
|
38
|
+
})]
|
|
39
|
+
})]
|
|
40
|
+
}), jsxs("div", {
|
|
41
|
+
className: "flex gap-2",
|
|
42
|
+
children: [jsx("button", {
|
|
43
|
+
className: "flex-1 px-3 py-1.5 text-xs rounded-lg bg-black text-white",
|
|
44
|
+
children: "Follow"
|
|
45
|
+
}), jsx("button", {
|
|
46
|
+
className: "flex-1 px-3 py-1.5 text-xs rounded-lg border border-black/20",
|
|
47
|
+
children: "Message"
|
|
48
|
+
})]
|
|
49
|
+
})]
|
|
50
|
+
})
|
|
51
|
+
});
|
|
52
|
+
}export{ProfileCard};//# sourceMappingURL=ProfilesCard.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ProfilesCard.js","sources":["../../../../src/pages/LandingPage/components/ProfilesCard.tsx"],"sourcesContent":[null],"names":["_jsx"],"mappings":"yCAQgB,SAAA,WAAW,CAAC;MACjB;AAIK,EAAA,IAAA;AACA,EAAA,cAAA;AACH,EAAA,QAAA;AAKO,EAAA,SAAA,GAAA;AACA,CAAA,EAAA;AACH,EAAA,OAAAA,GAAA,CAAA,KAAA,EAAA;AAoBjB,IAAC,SAAA,EAAA,CAAA,qCAAA,EAAA,SAAA,CAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export type SectionTone = 'default' | 'muted' | 'yellow' | 'green' | 'dark';
|
|
3
|
+
export declare const Container: ({ className, children, }: {
|
|
4
|
+
className?: string;
|
|
5
|
+
children: React.ReactNode;
|
|
6
|
+
}) => React.ReactElement;
|
|
7
|
+
export declare const Section: ({ tone, className, children, }: {
|
|
8
|
+
tone?: SectionTone;
|
|
9
|
+
className?: string;
|
|
10
|
+
children: React.ReactNode;
|
|
11
|
+
}) => React.ReactElement;
|
|
12
|
+
//# sourceMappingURL=Section.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Section.d.ts","sourceRoot":"","sources":["../../../../src/pages/LandingPage/components/Section.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,MAAM,WAAW,GAAG,SAAS,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,GAAG,MAAM,CAAC;AAU5E,eAAO,MAAM,SAAS,GAAI,0BAGvB;IACC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC7B,KAAG,KAAK,CAAC,YAET,CAAC;AAEF,eAAO,MAAM,OAAO,GAAI,gCAIrB;IACC,IAAI,CAAC,EAAE,WAAW,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC7B,KAAG,KAAK,CAAC,YAET,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import {jsx}from'react/jsx-runtime';const toneClasses = {
|
|
2
|
+
default: 'bg-background text-foreground',
|
|
3
|
+
muted: 'bg-[#F7F4EB] text-foreground',
|
|
4
|
+
yellow: 'bg-[#F6C945] text-foreground',
|
|
5
|
+
green: 'bg-[#0B5B43] text-white',
|
|
6
|
+
dark: 'bg-[#1A1A1A] text-white'
|
|
7
|
+
};
|
|
8
|
+
const Container = ({
|
|
9
|
+
className,
|
|
10
|
+
children
|
|
11
|
+
}) => {
|
|
12
|
+
return jsx("div", {
|
|
13
|
+
className: `mx-auto w-full max-w-7xl px-6 lg:px-10 ${className || ''}`,
|
|
14
|
+
children: children
|
|
15
|
+
});
|
|
16
|
+
};
|
|
17
|
+
const Section = ({
|
|
18
|
+
tone = 'default',
|
|
19
|
+
className,
|
|
20
|
+
children
|
|
21
|
+
}) => {
|
|
22
|
+
return jsx("section", {
|
|
23
|
+
className: `${toneClasses[tone]} ${className || ''}`,
|
|
24
|
+
children: children
|
|
25
|
+
});
|
|
26
|
+
};export{Container,Section};//# sourceMappingURL=Section.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Section.js","sources":["../../../../src/pages/LandingPage/components/Section.tsx"],"sourcesContent":[null],"names":["_jsx"],"mappings":"oCAIA,MAAM,WAAW,GAAgC;AAC7C,EAAA,OAAA,EAAO,+BAAiC;AACxC,EAAA,KAAA,EAAK,8BAAgC;AACrC,EAAA,MAAA,EAAM,8BAAgC;AACtC,EAAA,KAAA,EAAK,yBAA2B;AAChC,EAAA,IAAA,EAAI;CACP;AAEY,MAAA,SAAS,GAAG,CAAC;WAOf;AACX,EAAE;AAEF,CAAA,KAAM;AASF,EAAA,OAAAA;AACJ,IAAE,SAAA,EAAA,CAAA,uCAAA,EAAA,SAAA,IAAA,EAAA,CAAA,CAAA;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
interface ToastProps {
|
|
3
|
+
icon: ReactNode;
|
|
4
|
+
title: string;
|
|
5
|
+
message: string;
|
|
6
|
+
iconBgColor?: string;
|
|
7
|
+
progress: number;
|
|
8
|
+
isVisible?: boolean;
|
|
9
|
+
}
|
|
10
|
+
export declare function Toast({ icon, title, message, iconBgColor, progress, isVisible }: ToastProps): import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
export {};
|
|
12
|
+
//# sourceMappingURL=Toast.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Toast.d.ts","sourceRoot":"","sources":["../../../../src/pages/LandingPage/components/Toast.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAElC,UAAU,UAAU;IAChB,IAAI,EAAE,SAAS,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,OAAO,CAAC;CACvB;AAED,wBAAgB,KAAK,CAAC,EAAE,IAAI,EAAE,KAAK,EAAE,OAAO,EAAE,WAA4B,EAAE,QAAQ,EAAE,SAAgB,EAAE,EAAE,UAAU,2CA8BnH"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import {jsx,jsxs}from'react/jsx-runtime';function Toast({
|
|
2
|
+
icon,
|
|
3
|
+
title,
|
|
4
|
+
message,
|
|
5
|
+
iconBgColor = 'bg-green-500',
|
|
6
|
+
progress,
|
|
7
|
+
isVisible = true
|
|
8
|
+
}) {
|
|
9
|
+
return jsx("div", {
|
|
10
|
+
className: "transition-all duration-500",
|
|
11
|
+
style: {
|
|
12
|
+
opacity: isVisible ? progress : 0,
|
|
13
|
+
transform: `translateX(${isVisible ? (1 - progress) * 100 : 100}px) scale(${0.95 + progress * 0.05})`
|
|
14
|
+
},
|
|
15
|
+
children: jsx("div", {
|
|
16
|
+
className: "p-4 rounded-xl backdrop-blur-xl border border-white/10",
|
|
17
|
+
style: {
|
|
18
|
+
background: 'rgba(30, 30, 30, 0.95)',
|
|
19
|
+
boxShadow: '0px 8px 24px rgba(0, 0, 0, 0.3)'
|
|
20
|
+
},
|
|
21
|
+
children: jsxs("div", {
|
|
22
|
+
className: "flex items-start gap-3",
|
|
23
|
+
children: [jsx("div", {
|
|
24
|
+
className: `w-10 h-10 rounded-lg ${iconBgColor} flex items-center justify-center flex-shrink-0`,
|
|
25
|
+
children: icon
|
|
26
|
+
}), jsxs("div", {
|
|
27
|
+
className: "flex-1",
|
|
28
|
+
children: [jsx("h4", {
|
|
29
|
+
className: "text-sm font-semibold mb-1 text-white",
|
|
30
|
+
children: title
|
|
31
|
+
}), jsx("p", {
|
|
32
|
+
className: "text-xs text-white/70",
|
|
33
|
+
children: message
|
|
34
|
+
})]
|
|
35
|
+
})]
|
|
36
|
+
})
|
|
37
|
+
})
|
|
38
|
+
});
|
|
39
|
+
}export{Toast};//# sourceMappingURL=Toast.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Toast.js","sources":["../../../../src/pages/LandingPage/components/Toast.tsx"],"sourcesContent":[null],"names":["_jsx"],"mappings":"kDAWgB,KAAK,CAAC;AAClB,EAAA,IAAA;;;AAMS,EAAA,WAAA,GAAA;AAKO,EAAA,QAAA;AACA,EAAA,SAAA,GAAA;AACH,CAAA,EAAA;AAgBjB,EAAC,OAAAA,GAAA,CAAA,KAAA,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
interface ToastContainerProps {
|
|
2
|
+
isVisible: boolean;
|
|
3
|
+
toastProgresses: {
|
|
4
|
+
toast1: number;
|
|
5
|
+
toast2: number;
|
|
6
|
+
toast3: number;
|
|
7
|
+
toast4: number;
|
|
8
|
+
toast5: number;
|
|
9
|
+
};
|
|
10
|
+
}
|
|
11
|
+
export declare function ToastContainer({ isVisible, toastProgresses }: ToastContainerProps): import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
export {};
|
|
13
|
+
//# sourceMappingURL=ToastContainer.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ToastContainer.d.ts","sourceRoot":"","sources":["../../../../src/pages/LandingPage/components/ToastContainer.tsx"],"names":[],"mappings":"AAGA,UAAU,mBAAmB;IACzB,SAAS,EAAE,OAAO,CAAC;IACnB,eAAe,EAAE;QACb,MAAM,EAAE,MAAM,CAAC;QACf,MAAM,EAAE,MAAM,CAAC;QACf,MAAM,EAAE,MAAM,CAAC;QACf,MAAM,EAAE,MAAM,CAAC;QACf,MAAM,EAAE,MAAM,CAAC;KAClB,CAAC;CACL;AAED,wBAAgB,cAAc,CAAC,EAAE,SAAS,EAAE,eAAe,EAAE,EAAE,mBAAmB,2CAuDjF"}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
import {jsxs,jsx}from'react/jsx-runtime';import {Bell}from'lucide-react';import {Toast}from'./Toast.js';function ToastContainer({
|
|
2
|
+
isVisible,
|
|
3
|
+
toastProgresses
|
|
4
|
+
}) {
|
|
5
|
+
return jsxs("div", {
|
|
6
|
+
className: "fixed top-20 right-8 w-80 space-y-3 z-50 transition-all duration-500",
|
|
7
|
+
style: {
|
|
8
|
+
opacity: isVisible ? 1 : 0,
|
|
9
|
+
pointerEvents: isVisible ? 'auto' : 'none'
|
|
10
|
+
},
|
|
11
|
+
children: [jsx(Toast, {
|
|
12
|
+
icon: jsx("span", {
|
|
13
|
+
className: "text-xl",
|
|
14
|
+
children: "\uD83D\uDCAC"
|
|
15
|
+
}),
|
|
16
|
+
title: "Charmaine",
|
|
17
|
+
message: "WHAT DID YOU DO?! Fix it, we are losing so much money.",
|
|
18
|
+
iconBgColor: "bg-green-500",
|
|
19
|
+
progress: toastProgresses.toast1,
|
|
20
|
+
isVisible: isVisible
|
|
21
|
+
}), jsx(Toast, {
|
|
22
|
+
icon: jsx(Bell, {
|
|
23
|
+
className: "w-5 h-5 text-white"
|
|
24
|
+
}),
|
|
25
|
+
title: "You just broke our app",
|
|
26
|
+
message: "We're done using your product. Why is it so unreliable?",
|
|
27
|
+
iconBgColor: "bg-blue-500",
|
|
28
|
+
progress: toastProgresses.toast2,
|
|
29
|
+
isVisible: isVisible
|
|
30
|
+
}), jsx(Toast, {
|
|
31
|
+
icon: jsx("span", {
|
|
32
|
+
className: "text-xl",
|
|
33
|
+
children: "\uD83D\uDCCA"
|
|
34
|
+
}),
|
|
35
|
+
title: "#oncall",
|
|
36
|
+
message: "Brian: nothing in the runbook is working...please help \uD83D\uDE2B",
|
|
37
|
+
iconBgColor: "bg-yellow-500/20",
|
|
38
|
+
progress: toastProgresses.toast3,
|
|
39
|
+
isVisible: isVisible
|
|
40
|
+
}), jsx(Toast, {
|
|
41
|
+
icon: jsx("span", {
|
|
42
|
+
className: "text-xl",
|
|
43
|
+
children: "P"
|
|
44
|
+
}),
|
|
45
|
+
title: "Incident Created",
|
|
46
|
+
message: "[Critical] /login error rate spiked to 47% assigned to @Brian.",
|
|
47
|
+
iconBgColor: "bg-green-500",
|
|
48
|
+
progress: toastProgresses.toast4,
|
|
49
|
+
isVisible: isVisible
|
|
50
|
+
}), jsx(Toast, {
|
|
51
|
+
icon: jsx("span", {
|
|
52
|
+
className: "text-xl",
|
|
53
|
+
children: "\uD83D\uDCCB"
|
|
54
|
+
}),
|
|
55
|
+
title: "Alert",
|
|
56
|
+
message: "[P2] GET /api/user/:id/timezone - p95 latency > 2s",
|
|
57
|
+
iconBgColor: "bg-purple-500/20",
|
|
58
|
+
progress: toastProgresses.toast5,
|
|
59
|
+
isVisible: isVisible
|
|
60
|
+
})]
|
|
61
|
+
});
|
|
62
|
+
}export{ToastContainer};//# sourceMappingURL=ToastContainer.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ToastContainer.js","sources":["../../../../src/pages/LandingPage/components/ToastContainer.tsx"],"sourcesContent":[null],"names":["_jsxs"],"mappings":"iHAcgB,cAAc,CAAC;AAC3B,EAAA,SAAO;;;AAME,EAAA,OAAAA,IAAA,CAAA,KAAA,EAED;AA8CZ,IAAC,SAAA,EAAA,sEAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export { Toast } from './Toast';
|
|
2
|
+
export { ToastContainer } from './ToastContainer';
|
|
3
|
+
export { ImageCard } from './ImageCard';
|
|
4
|
+
export { ProfileCard } from './ProfilesCard';
|
|
5
|
+
export { IconButton } from './IconButton';
|
|
6
|
+
export { CodeEditor } from './CodeEditor';
|
|
7
|
+
export { DeployButton } from './DeployButton';
|
|
8
|
+
export { InvestigationCard } from './InvestigationCard';
|
|
9
|
+
export { MetricsDisplay } from './MetricsDisplay';
|
|
10
|
+
export { DeploymentResult } from './DeploymentResult';
|
|
11
|
+
export { LearningCard } from './LearningCard';
|
|
12
|
+
export { ControlCard } from './ControlCard';
|
|
13
|
+
export { BuildingSoftwareScene } from './BuildingSoftwareScene';
|
|
14
|
+
export { InfrastructureCard } from './InfrastructureCard';
|
|
15
|
+
export { InfrastructureTabs } from './InfrastructureTabs';
|
|
16
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/pages/LandingPage/components/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAChE,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/pages/LandingPage/index.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/pages/LandingPage/index.tsx"],"names":[],"mappings":"AAaA,QAAA,MAAM,WAAW,+CA8OhB,CAAC;AAEF,eAAe,WAAW,CAAC"}
|