@adminide-stack/yantra-help-browser 12.0.16-alpha.20 → 12.0.16-alpha.22
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/components/HelpCenterFooter.d.ts.map +1 -1
- package/lib/components/HelpCenterFooter.js +232 -79
- package/lib/components/HelpCenterFooter.js.map +1 -1
- package/lib/components/HelpCenterHeader.d.ts.map +1 -1
- package/lib/components/HelpCenterHeader.js +125 -19
- package/lib/components/HelpCenterHeader.js.map +1 -1
- package/lib/components/SearchBar.d.ts.map +1 -1
- package/lib/components/SearchBar.js +136 -72
- package/lib/components/SearchBar.js.map +1 -1
- package/lib/components/navbar/index.d.ts.map +1 -1
- package/lib/components/navbar/index.js +27 -27
- package/lib/components/navbar/index.js.map +1 -1
- package/lib/pages/CategoryCollection/index.d.ts.map +1 -1
- package/lib/pages/CategoryCollection/index.js +146 -71
- package/lib/pages/CategoryCollection/index.js.map +1 -1
- package/lib/pages/GetStarted/components/ExampleCard.d.ts.map +1 -1
- package/lib/pages/GetStarted/components/GetStartedHero.d.ts.map +1 -1
- package/lib/pages/GetStarted/components/InfoSection.d.ts.map +1 -1
- package/lib/pages/GetStarted/components/TipCard.d.ts.map +1 -1
- package/lib/pages/GetStarted/components/UseCase.d.ts.map +1 -1
- package/lib/pages/GetStarted/index.d.ts.map +1 -1
- package/lib/pages/GetStarted/index.js +358 -702
- package/lib/pages/GetStarted/index.js.map +1 -1
- package/lib/pages/HelpCenter/components/HelpCategoryCard.d.ts +2 -0
- package/lib/pages/HelpCenter/components/HelpCategoryCard.d.ts.map +1 -1
- package/lib/pages/HelpCenter/components/HelpCategoryCard.js +172 -59
- package/lib/pages/HelpCenter/components/HelpCategoryCard.js.map +1 -1
- package/lib/pages/HelpCenter/components/Icons.d.ts +10 -0
- package/lib/pages/HelpCenter/components/Icons.d.ts.map +1 -1
- package/lib/pages/HelpCenter/components/Icons.js +338 -78
- package/lib/pages/HelpCenter/components/Icons.js.map +1 -1
- package/lib/pages/HelpCenter/components/PopularArticle.d.ts +3 -0
- package/lib/pages/HelpCenter/components/PopularArticle.d.ts.map +1 -1
- package/lib/pages/HelpCenter/components/PopularArticle.js +31 -37
- package/lib/pages/HelpCenter/components/PopularArticle.js.map +1 -1
- package/lib/pages/HelpCenter/index.d.ts.map +1 -1
- package/lib/pages/HelpCenter/index.js +319 -37
- package/lib/pages/HelpCenter/index.js.map +1 -1
- package/lib/pages/HelpCenter/mockData.d.ts +16 -0
- package/lib/pages/HelpCenter/mockData.d.ts.map +1 -1
- package/lib/pages/HelpCenter/mockData.js +83 -12
- package/lib/pages/HelpCenter/mockData.js.map +1 -1
- package/lib/pages/LandingPage/components/ArticleCard.d.ts +2 -2
- package/lib/pages/LandingPage/components/ArticleCard.d.ts.map +1 -1
- package/lib/pages/LandingPage/components/ArticleCard.js +40 -20
- package/lib/pages/LandingPage/components/ArticleCard.js.map +1 -1
- package/lib/pages/LandingPage/components/Assets.d.ts.map +1 -1
- package/lib/pages/LandingPage/components/CategoriesSection.d.ts +2 -1
- package/lib/pages/LandingPage/components/CategoriesSection.d.ts.map +1 -1
- package/lib/pages/LandingPage/components/CategoriesSection.js +33 -23
- package/lib/pages/LandingPage/components/CategoriesSection.js.map +1 -1
- package/lib/pages/LandingPage/components/CategoryCard.d.ts +1 -1
- package/lib/pages/LandingPage/components/CategoryCard.d.ts.map +1 -1
- package/lib/pages/LandingPage/components/CategoryCard.js +44 -13
- package/lib/pages/LandingPage/components/CategoryCard.js.map +1 -1
- package/lib/pages/LandingPage/components/FeaturedSection.d.ts +2 -1
- package/lib/pages/LandingPage/components/FeaturedSection.d.ts.map +1 -1
- package/lib/pages/LandingPage/components/FeaturedSection.js +24 -9
- package/lib/pages/LandingPage/components/FeaturedSection.js.map +1 -1
- package/lib/pages/LandingPage/components/HeroSection.d.ts +1 -6
- package/lib/pages/LandingPage/components/HeroSection.d.ts.map +1 -1
- package/lib/pages/LandingPage/components/HeroSection.js +113 -37
- package/lib/pages/LandingPage/components/HeroSection.js.map +1 -1
- package/lib/pages/LandingPage/components/Icons.d.ts +0 -1
- package/lib/pages/LandingPage/components/Icons.d.ts.map +1 -1
- package/lib/pages/LandingPage/components/Icons.js +23 -48
- package/lib/pages/LandingPage/components/Icons.js.map +1 -1
- package/lib/pages/LandingPage/components/ResourceCard.d.ts +1 -1
- package/lib/pages/LandingPage/components/ResourceCard.d.ts.map +1 -1
- package/lib/pages/LandingPage/components/ResourceCard.js +33 -19
- package/lib/pages/LandingPage/components/ResourceCard.js.map +1 -1
- package/lib/pages/LandingPage/components/ResourcesSection.d.ts +2 -2
- package/lib/pages/LandingPage/components/ResourcesSection.d.ts.map +1 -1
- package/lib/pages/LandingPage/components/ResourcesSection.js +28 -14
- package/lib/pages/LandingPage/components/ResourcesSection.js.map +1 -1
- package/lib/pages/LandingPage/index.d.ts.map +1 -1
- package/lib/pages/LandingPage/index.js +160 -125
- package/lib/pages/LandingPage/index.js.map +1 -1
- package/lib/templates/content/ai-employees/ai-employees-overview.md +97 -0
- package/lib/templates/content/ai-employees/getting-started-ai-employees.md +119 -0
- package/lib/templates/content/ai-employees/how-ai-employees-work.md +123 -0
- package/lib/templates/content/ai-employees/supervised-mode.md +141 -0
- package/lib/templates/content/content-manifest.json +2082 -93
- package/lib/templates/content/integrations/crm-integrations.md +130 -0
- package/lib/templates/content/integrations/github-integration.md +95 -0
- package/lib/templates/content/integrations/integrations-overview.md +142 -0
- package/lib/templates/content/integrations/monitoring-integrations.md +109 -0
- package/lib/templates/content/integrations/productivity-integrations.md +129 -0
- package/lib/templates/content/integrations/slack-integration.md +79 -0
- package/lib/templates/content/openclaw/openclaw-architecture.md +202 -0
- package/lib/templates/content/openclaw/openclaw-contribution.md +107 -0
- package/lib/templates/content/openclaw/openclaw-overview.md +152 -0
- package/lib/templates/content/platform-features/always-watching.md +63 -0
- package/lib/templates/content/platform-features/instant-context.md +67 -0
- package/lib/templates/content/platform-features/instant-onboarding.md +80 -0
- package/lib/templates/content/platform-features/platform-overview.md +58 -0
- package/lib/templates/content/platform-features/proactive-alerts.md +88 -0
- package/lib/templates/content/platform-features/smart-escalation.md +93 -0
- package/lib/templates/content/security-compliance/audit-trail.md +112 -0
- package/lib/templates/content/security-compliance/compliance.md +120 -0
- package/lib/templates/content/security-compliance/data-encryption.md +94 -0
- package/lib/templates/content/security-compliance/security-overview.md +186 -0
- package/lib/templates/content/security-compliance/vm-isolation.md +126 -0
- package/lib/templates/content/solutions-engineering/bug-tracking-context.md +126 -0
- package/lib/templates/content/solutions-engineering/engineering-overview.md +107 -0
- package/lib/templates/content/solutions-engineering/error-monitoring.md +120 -0
- package/lib/templates/content/solutions-engineering/institutional-memory.md +120 -0
- package/lib/templates/content/solutions-marketing/brand-monitoring.md +135 -0
- package/lib/templates/content/solutions-marketing/content-automation.md +111 -0
- package/lib/templates/content/solutions-marketing/marketing-overview.md +108 -0
- package/lib/templates/content/solutions-marketing/social-media-management.md +108 -0
- package/lib/templates/content/solutions-sales/call-preparation.md +106 -0
- package/lib/templates/content/solutions-sales/crm-automation.md +119 -0
- package/lib/templates/content/solutions-sales/lead-management.md +108 -0
- package/lib/templates/content/solutions-sales/sales-overview.md +120 -0
- package/lib/templates/content/use-cases/engineering-use-cases.md +123 -0
- package/lib/templates/content/use-cases/marketing-use-cases.md +128 -0
- package/lib/templates/content/use-cases/sales-use-cases.md +123 -0
- package/lib/templates/content/use-cases/support-use-cases.md +120 -0
- package/lib/templates/content/use-cases/use-cases-overview.md +115 -0
- package/package.json +2 -2
- package/lib/pages/HelpCenter/components/BookStack.js +0 -36
- package/lib/pages/HelpCenter/components/BookStack.js.map +0 -1
- package/lib/pages/LandingPage/components/Assets.js +0 -14
- package/lib/pages/LandingPage/components/Assets.js.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HelpCenterFooter.d.ts","sourceRoot":"","sources":["../../src/components/HelpCenterFooter.tsx"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"HelpCenterFooter.d.ts","sourceRoot":"","sources":["../../src/components/HelpCenterFooter.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAExC,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,EA8MpC,CAAC"}
|
|
@@ -1,86 +1,239 @@
|
|
|
1
|
-
import {jsx
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
1
|
+
import {jsxs,jsx}from'react/jsx-runtime';import {useState}from'react';const HelpCenterFooter = () => {
|
|
2
|
+
const currentYear = new Date().getFullYear();
|
|
3
|
+
const [email, setEmail] = useState('');
|
|
4
|
+
const [subscribed, setSubscribed] = useState(false);
|
|
5
|
+
const handleSubscribe = e => {
|
|
6
|
+
e.preventDefault();
|
|
7
|
+
if (email.trim()) {
|
|
8
|
+
setSubscribed(true);
|
|
9
|
+
setEmail('');
|
|
10
|
+
}
|
|
11
|
+
};
|
|
12
|
+
const footerLinks = [{
|
|
13
|
+
title: 'Product',
|
|
14
|
+
links: [{
|
|
15
|
+
label: 'AI Employees',
|
|
16
|
+
href: '/help-center/ai-employees'
|
|
17
|
+
}, {
|
|
18
|
+
label: 'Platform Features',
|
|
19
|
+
href: '/help-center/platform-features'
|
|
20
|
+
}, {
|
|
21
|
+
label: 'Integrations',
|
|
22
|
+
href: '/help-center/integrations'
|
|
23
|
+
}, {
|
|
24
|
+
label: 'OpenClaw',
|
|
25
|
+
href: '/help-center/openclaw'
|
|
26
|
+
}, {
|
|
27
|
+
label: 'Pricing',
|
|
28
|
+
href: '#'
|
|
29
|
+
}]
|
|
30
|
+
}, {
|
|
31
|
+
title: 'Resources',
|
|
32
|
+
links: [{
|
|
33
|
+
label: 'Help Center',
|
|
34
|
+
href: '/help-center'
|
|
35
|
+
}, {
|
|
36
|
+
label: 'API Reference',
|
|
37
|
+
href: '/help-center/scope-api'
|
|
38
|
+
}, {
|
|
39
|
+
label: 'Status Page',
|
|
40
|
+
href: '#'
|
|
41
|
+
}, {
|
|
42
|
+
label: 'Release Notes',
|
|
43
|
+
href: '#'
|
|
44
|
+
}, {
|
|
45
|
+
label: 'Community',
|
|
46
|
+
href: '#'
|
|
47
|
+
}]
|
|
48
|
+
}, {
|
|
49
|
+
title: 'Company',
|
|
50
|
+
links: [{
|
|
51
|
+
label: 'About',
|
|
52
|
+
href: '#'
|
|
53
|
+
}, {
|
|
54
|
+
label: 'Blog',
|
|
55
|
+
href: '#'
|
|
56
|
+
}, {
|
|
57
|
+
label: 'Careers',
|
|
58
|
+
href: '#'
|
|
59
|
+
}, {
|
|
60
|
+
label: 'Contact',
|
|
61
|
+
href: '#'
|
|
62
|
+
}]
|
|
63
|
+
}, {
|
|
64
|
+
title: 'Legal',
|
|
65
|
+
links: [{
|
|
66
|
+
label: 'Privacy',
|
|
67
|
+
href: '#'
|
|
68
|
+
}, {
|
|
69
|
+
label: 'Terms',
|
|
70
|
+
href: '#'
|
|
71
|
+
}, {
|
|
72
|
+
label: 'Security',
|
|
73
|
+
href: '/help-center/security-compliance'
|
|
74
|
+
}, {
|
|
75
|
+
label: 'GDPR',
|
|
76
|
+
href: '/help-center/data-subject-privacy'
|
|
77
|
+
}]
|
|
78
|
+
}];
|
|
79
|
+
return jsxs("footer", {
|
|
80
|
+
className: "border-t border-border",
|
|
81
|
+
children: [jsx("div", {
|
|
82
|
+
className: "border-b border-border/50 bg-muted/30",
|
|
83
|
+
children: jsx("div", {
|
|
84
|
+
className: "container mx-auto max-w-7xl px-6 py-10 lg:px-16",
|
|
85
|
+
children: jsxs("div", {
|
|
86
|
+
className: "flex flex-col items-center justify-between gap-6 md:flex-row",
|
|
87
|
+
children: [jsxs("div", {
|
|
88
|
+
children: [jsx("h3", {
|
|
89
|
+
className: "text-lg font-bold text-foreground",
|
|
90
|
+
children: "Stay in the loop"
|
|
91
|
+
}), jsx("p", {
|
|
92
|
+
className: "mt-1 text-sm text-muted-foreground",
|
|
93
|
+
children: "Get product updates, new features, and tips delivered to your inbox."
|
|
94
|
+
})]
|
|
95
|
+
}), subscribed ? jsxs("div", {
|
|
96
|
+
className: "inline-flex items-center gap-2 rounded-xl border border-emerald-500/20 bg-emerald-500/10 px-5 py-3 text-sm font-medium text-emerald-600",
|
|
97
|
+
children: [jsx("svg", {
|
|
98
|
+
className: "h-4 w-4",
|
|
99
|
+
fill: "none",
|
|
100
|
+
stroke: "currentColor",
|
|
101
|
+
viewBox: "0 0 24 24",
|
|
102
|
+
children: jsx("path", {
|
|
103
|
+
strokeLinecap: "round",
|
|
104
|
+
strokeLinejoin: "round",
|
|
105
|
+
strokeWidth: 2,
|
|
106
|
+
d: "M5 13l4 4L19 7"
|
|
107
|
+
})
|
|
108
|
+
}), "You're subscribed!"]
|
|
109
|
+
}) : jsxs("form", {
|
|
110
|
+
onSubmit: handleSubscribe,
|
|
111
|
+
className: "flex w-full max-w-md",
|
|
112
|
+
children: [jsx("input", {
|
|
113
|
+
type: "email",
|
|
114
|
+
placeholder: "Enter your email",
|
|
115
|
+
value: email,
|
|
116
|
+
onChange: e => setEmail(e.target.value),
|
|
117
|
+
className: "h-11 flex-1 rounded-l-xl border border-border bg-background px-4 text-sm text-foreground placeholder-muted-foreground outline-none focus:border-primary focus:ring-1 focus:ring-primary",
|
|
118
|
+
required: true
|
|
119
|
+
}), jsx("button", {
|
|
120
|
+
type: "submit",
|
|
121
|
+
className: "rounded-r-xl bg-gradient-to-r from-cyan-500 to-blue-600 px-5 text-sm font-semibold text-white transition-all hover:from-cyan-400 hover:to-blue-500 hover:shadow-lg hover:shadow-cyan-500/20",
|
|
122
|
+
children: "Subscribe"
|
|
123
|
+
})]
|
|
46
124
|
})]
|
|
47
|
-
})
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
125
|
+
})
|
|
126
|
+
})
|
|
127
|
+
}), jsxs("div", {
|
|
128
|
+
className: "container mx-auto max-w-7xl px-6 py-14 lg:px-16",
|
|
129
|
+
children: [jsxs("div", {
|
|
130
|
+
className: "grid gap-10 sm:grid-cols-2 lg:grid-cols-6",
|
|
131
|
+
children: [jsxs("div", {
|
|
132
|
+
className: "lg:col-span-2",
|
|
133
|
+
children: [jsxs("div", {
|
|
134
|
+
className: "flex items-center gap-2.5",
|
|
135
|
+
children: [jsxs("svg", {
|
|
136
|
+
version: "1.1",
|
|
137
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
138
|
+
viewBox: "60 50 135 115",
|
|
139
|
+
width: "36",
|
|
140
|
+
height: "36",
|
|
141
|
+
children: [jsx("polygon", {
|
|
142
|
+
fill: "#39C5EF",
|
|
143
|
+
points: "141.44,80.33 112.7,80.33 127.07,55.91"
|
|
144
|
+
}), jsx("polygon", {
|
|
145
|
+
fill: "#39C5EF",
|
|
146
|
+
points: "154.26,102.1 99.88,102.1 109.05,86.53 145.09,86.53"
|
|
147
|
+
}), jsx("path", {
|
|
148
|
+
fill: "#EAB12B",
|
|
149
|
+
d: "M157.9,108.3H96.23l-1.49,2.54l32.33,44.33l32.33-44.33L157.9,108.3z M127.07,130.9c-3.25,0-5.88-2.64-5.88-5.88c0-3.25,2.64-5.88,5.88-5.88c3.26,0,5.89,2.64,5.89,5.88C132.96,128.26,130.32,130.9,127.07,130.9z"
|
|
150
|
+
}), jsx("polygon", {
|
|
151
|
+
fill: "#DF1E5B",
|
|
152
|
+
points: "66.87,158.19 78.09,139.13 91.76,158.19"
|
|
153
|
+
}), jsx("polygon", {
|
|
154
|
+
fill: "#DF1E5B",
|
|
155
|
+
points: "121.6,158.19 99.4,158.19 81.53,133.29 91.31,116.66"
|
|
156
|
+
}), jsx("polygon", {
|
|
157
|
+
fill: "#31B57E",
|
|
158
|
+
points: "172.61,133.29 154.74,158.19 132.54,158.19 162.83,116.66"
|
|
159
|
+
}), jsx("polygon", {
|
|
160
|
+
fill: "#31B57E",
|
|
161
|
+
points: "187.27,158.19 162.37,158.19 176.05,139.13"
|
|
162
|
+
})]
|
|
163
|
+
}), jsx("span", {
|
|
164
|
+
className: "text-lg font-bold text-foreground tracking-tight",
|
|
165
|
+
children: "Yantra"
|
|
166
|
+
})]
|
|
167
|
+
}), jsx("p", {
|
|
168
|
+
className: "mt-4 max-w-xs text-sm leading-relaxed text-muted-foreground",
|
|
169
|
+
children: "AI employees that work alongside your team \u2014 handling tasks, monitoring systems, and escalating intelligently."
|
|
170
|
+
}), jsx("div", {
|
|
171
|
+
className: "mt-6 flex items-center gap-2.5",
|
|
172
|
+
children: [{
|
|
173
|
+
name: 'Twitter',
|
|
174
|
+
href: '#',
|
|
175
|
+
d: 'M8.29 20.251c7.547 0 11.675-6.253 11.675-11.675 0-.178 0-.355-.012-.53A8.348 8.348 0 0022 5.92a8.19 8.19 0 01-2.357.646 4.118 4.118 0 001.804-2.27 8.224 8.224 0 01-2.605.996 4.107 4.107 0 00-6.993 3.743 11.65 11.65 0 01-8.457-4.287 4.106 4.106 0 001.27 5.477A4.072 4.072 0 012.8 9.713v.052a4.105 4.105 0 003.292 4.022 4.095 4.095 0 01-1.853.07 4.108 4.108 0 003.834 2.85A8.233 8.233 0 012 18.407a11.616 11.616 0 006.29 1.84'
|
|
176
|
+
}, {
|
|
177
|
+
name: 'GitHub',
|
|
178
|
+
href: '#',
|
|
179
|
+
d: 'M12 2C6.477 2 2 6.484 2 12.017c0 4.425 2.865 8.18 6.839 9.504.5.092.682-.217.682-.483 0-.237-.008-.868-.013-1.703-2.782.605-3.369-1.343-3.369-1.343-.454-1.158-1.11-1.466-1.11-1.466-.908-.62.069-.608.069-.608 1.003.07 1.531 1.032 1.531 1.032.892 1.53 2.341 1.088 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.113-4.555-4.951 0-1.093.39-1.988 1.029-2.688-.103-.253-.446-1.272.098-2.65 0 0 .84-.27 2.75 1.026A9.564 9.564 0 0112 6.844c.85.004 1.705.115 2.504.337 1.909-1.296 2.747-1.027 2.747-1.027.546 1.379.202 2.398.1 2.651.64.7 1.028 1.595 1.028 2.688 0 3.848-2.339 4.695-4.566 4.943.359.309.678.92.678 1.855 0 1.338-.012 2.419-.012 2.747 0 .268.18.58.688.482A10.019 10.019 0 0022 12.017C22 6.484 17.522 2 12 2z'
|
|
180
|
+
}, {
|
|
181
|
+
name: 'LinkedIn',
|
|
182
|
+
href: 'https://www.linkedin.com/company/yantra-app',
|
|
183
|
+
d: 'M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z'
|
|
184
|
+
}, {
|
|
185
|
+
name: 'YouTube',
|
|
186
|
+
href: '#',
|
|
187
|
+
d: 'M23.498 6.186a3.016 3.016 0 0 0-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 0 0 .502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 0 0 2.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 0 0 2.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814zM9.545 15.568V8.432L15.818 12l-6.273 3.568z'
|
|
188
|
+
}].map(social => jsxs("a", {
|
|
189
|
+
href: social.href,
|
|
190
|
+
target: social.href !== '#' ? '_blank' : undefined,
|
|
191
|
+
rel: social.href !== '#' ? 'noopener noreferrer' : undefined,
|
|
192
|
+
className: "flex h-9 w-9 items-center justify-center rounded-xl border border-border/50 text-muted-foreground transition-all duration-200 hover:border-border hover:text-foreground hover:bg-muted/50 hover:-translate-y-0.5",
|
|
193
|
+
children: [jsx("span", {
|
|
194
|
+
className: "sr-only",
|
|
195
|
+
children: social.name
|
|
196
|
+
}), jsx("svg", {
|
|
197
|
+
className: "h-4 w-4",
|
|
198
|
+
fill: "currentColor",
|
|
199
|
+
viewBox: "0 0 24 24",
|
|
200
|
+
"aria-hidden": "true",
|
|
201
|
+
children: jsx("path", {
|
|
202
|
+
fillRule: "evenodd",
|
|
203
|
+
d: social.d,
|
|
204
|
+
clipRule: "evenodd"
|
|
205
|
+
})
|
|
206
|
+
})]
|
|
207
|
+
}, social.name))
|
|
61
208
|
})]
|
|
62
|
-
}), jsxs("
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
d: "M12 2C6.477 2 2 6.484 2 12.017c0 4.425 2.865 8.18 6.839 9.504.5.092.682-.217.682-.483 0-.237-.008-.868-.013-1.703-2.782.605-3.369-1.343-3.369-1.343-.454-1.158-1.11-1.466-1.11-1.466-.908-.62.069-.608.069-.608 1.003.07 1.531 1.032 1.531 1.032.892 1.53 2.341 1.088 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.113-4.555-4.951 0-1.093.39-1.988 1.029-2.688-.103-.253-.446-1.272.098-2.65 0 0 .84-.27 2.75 1.026A9.564 9.564 0 0112 6.844c.85.004 1.705.115 2.504.337 1.909-1.296 2.747-1.027 2.747-1.027.546 1.379.202 2.398.1 2.651.64.7 1.028 1.595 1.028 2.688 0 3.848-2.339 4.695-4.566 4.943.359.309.678.92.678 1.855 0 1.338-.012 2.419-.012 2.747 0 .268.18.58.688.482A10.019 10.019 0 0022 12.017C22 6.484 17.522 2 12 2z",
|
|
76
|
-
clipRule: "evenodd"
|
|
77
|
-
})
|
|
209
|
+
}), footerLinks.map(section => jsxs("div", {
|
|
210
|
+
children: [jsx("h4", {
|
|
211
|
+
className: "text-[11px] font-bold uppercase tracking-[0.15em] text-muted-foreground/60",
|
|
212
|
+
children: section.title
|
|
213
|
+
}), jsx("ul", {
|
|
214
|
+
className: "mt-4 space-y-2.5",
|
|
215
|
+
children: section.links.map(link => jsx("li", {
|
|
216
|
+
children: jsx("a", {
|
|
217
|
+
href: link.href,
|
|
218
|
+
className: "text-sm text-muted-foreground transition-colors duration-200 hover:text-foreground",
|
|
219
|
+
children: link.label
|
|
220
|
+
})
|
|
221
|
+
}, link.label))
|
|
78
222
|
})]
|
|
79
|
-
})]
|
|
223
|
+
}, section.title))]
|
|
80
224
|
}), jsxs("div", {
|
|
81
|
-
className: "
|
|
82
|
-
children: ["
|
|
225
|
+
className: "mt-14 flex flex-col items-center justify-between gap-4 border-t border-border/50 pt-8 sm:flex-row",
|
|
226
|
+
children: [jsxs("p", {
|
|
227
|
+
className: "text-[12px] text-muted-foreground/60",
|
|
228
|
+
children: ["\u00A9 ", currentYear, " Yantra Inc. All rights reserved."]
|
|
229
|
+
}), jsxs("p", {
|
|
230
|
+
className: "text-[12px] text-muted-foreground/60",
|
|
231
|
+
children: ["Built with ", jsx("span", {
|
|
232
|
+
className: "text-red-500",
|
|
233
|
+
children: "\u2665"
|
|
234
|
+
}), " for teams that ship fast"]
|
|
235
|
+
})]
|
|
83
236
|
})]
|
|
84
|
-
})
|
|
237
|
+
})]
|
|
85
238
|
});
|
|
86
239
|
};export{HelpCenterFooter};//# sourceMappingURL=HelpCenterFooter.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HelpCenterFooter.js","sources":["../../src/components/HelpCenterFooter.tsx"],"sourcesContent":[null],"names":[
|
|
1
|
+
{"version":3,"file":"HelpCenterFooter.js","sources":["../../src/components/HelpCenterFooter.tsx"],"sourcesContent":[null],"names":[],"mappings":"sEAEO,MAAM,gBAAgB,GAAa,MAAK;QACrC,WAAA,OAAkB,IAAA,EAAI,YAAG,EAAW;QACpC,CAAA,KAAM,EAAA,QAAU,CAAA,WAAY,CAAA,EAAC,CAAE;QAC/B,CAAA,UAAW,EAAA,aAAe,CAAA,WAAY,CAAA,KAAM,CAAA;AAElD,EAAA,MAAA,eAAqB,GAAA,CAAA;oBACD,EAAA;AAChB,IAAA,IAAA,KAAS,CAAA,IAAC,EAAI,EAAA;mBACG,CAAA,IAAA,CAAA;cACL,CAAA,EAAA,CAAA;;AAEhB,GAAA;AAEA,EAAA,MAAA,cAAoB,CAAA;AAChB,IAAA,KAAA,EAAA,SAAA;AACI,IAAA,KAAA,EAAA,CAAA;AACA,MAAA,KAAA,EAAA,cAAO;AACH,MAAA,IAAA,EAAA;AACA,KAAA,EAAA;AACA,MAAA,KAAA,EAAA,mBAAS;AACT,MAAA,IAAA,EAAA;AACA,KAAA,EAAA;AACH,MAAA,KAAA,EAAA,cAAA;AACJ,MAAA,IAAA,EAAA;AACD,KAAA,EAAA;AACI,MAAA,KAAA,EAAA,UAAkB;AAClB,MAAA,IAAA,EAAA;AACI,KAAA,EAAA;AACA,MAAA,KAAA,EAAA;AACA,MAAA,IAAA,EAAA;AACA,KAAA;AACA,GAAA,EAAA;AACH,IAAA,KAAA,EAAA,WAAA;AACJ,IAAA,KAAA,EAAA,CAAA;AACD,MAAA,KAAA,EAAA,aAAA;AACI,MAAA,IAAA,EAAA;AACA,KAAA,EAAA;AACI,MAAA,KAAA,EAAA,eAAS;AACT,MAAA,IAAA,EAAA;AACA,KAAA,EAAA;AACA,MAAA,KAAA,EAAA,aAAS;AACZ,MAAA,IAAA,EAAA;AACJ,KAAA,EAAA;AACD,MAAA,KAAA,EAAA,eAAA;AACI,MAAA,IAAA,EAAA;AACA,KAAA,EAAA;AACI,MAAA,KAAA,EAAA,WAAS;AACT,MAAA,IAAA,EAAA;AACA,KAAA;AACA,GAAA,EAAA;AACH,IAAA,KAAA,EAAA,SAAA;AACJ,IAAA,KAAA,EAAA,CAAA;MACH,KAAA,EAAA,OAAA;AAEF,MAAA,IAAA,EACI;AAgFwB,KAAA,EAAA;AACI,MAAA,KAAA,EAAA,MAAA;AACA,MAAA,IAAA,EAAA;AACA,KAAA,EAAA;AACH,MAAA,KAAA,EAAA,SAAA;AACD,MAAA,IAAA,EAAA;AACI,KAAA,EAAA;AACA,MAAA,KAAA,EAAA,SAAA;AACA,MAAA,IAAA,EAAA;AACH,KAAA;AACD,GAAA,EAAA;AACI,IAAA,KAAA,EAAA,OAAA;AACA,IAAA,KAAA,EAAA,CAAA;AACA,MAAA,KAAA,EAAA,SAAA;AACH,MAAA,IAAA,EAAA;AACD,KAAA,EAAA;AACI,MAAA,KAAA,EAAA,OAAA;AACA,MAAA,IAAA,EAAA;AACA,KAAA,EAAA;AACH,MAAA,KAAA,EAAA,UAAA;;AAoDjC,KAAE,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HelpCenterHeader.d.ts","sourceRoot":"","sources":["../../src/components/HelpCenterHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"HelpCenterHeader.d.ts","sourceRoot":"","sources":["../../src/components/HelpCenterHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,EAAE,CAAC,GAAG,CAiJ1C,CAAC"}
|
|
@@ -1,33 +1,139 @@
|
|
|
1
|
-
import {jsxs,jsx}from'react/jsx-runtime';import {SearchBar}from'./SearchBar.js';const
|
|
1
|
+
import {jsxs,jsx}from'react/jsx-runtime';import {SearchBar}from'./SearchBar.js';const CUSTOMER_LOGOS = ['Stripe', 'Shopify', 'Notion', 'Vercel', 'Linear', 'Figma'];
|
|
2
|
+
const HelpCenterHeader = props => {
|
|
2
3
|
return jsxs("div", {
|
|
3
|
-
className: "relative overflow-
|
|
4
|
-
children: [
|
|
5
|
-
className: "absolute inset-0 bg-[#
|
|
6
|
-
children:
|
|
7
|
-
className: "absolute inset-0
|
|
4
|
+
className: "relative overflow-hidden w-full",
|
|
5
|
+
children: [jsxs("div", {
|
|
6
|
+
className: "absolute inset-0 bg-[#060b18]",
|
|
7
|
+
children: [jsxs("div", {
|
|
8
|
+
className: "absolute inset-0",
|
|
9
|
+
children: [jsx("div", {
|
|
10
|
+
className: "absolute top-[-20%] left-[10%] h-[600px] w-[600px] rounded-full opacity-20 blur-[120px]",
|
|
11
|
+
style: {
|
|
12
|
+
background: 'radial-gradient(circle, #06b6d4, transparent 70%)',
|
|
13
|
+
animation: 'float1 8s ease-in-out infinite'
|
|
14
|
+
}
|
|
15
|
+
}), jsx("div", {
|
|
16
|
+
className: "absolute top-[10%] right-[5%] h-[500px] w-[500px] rounded-full opacity-15 blur-[120px]",
|
|
17
|
+
style: {
|
|
18
|
+
background: 'radial-gradient(circle, #8b5cf6, transparent 70%)',
|
|
19
|
+
animation: 'float2 10s ease-in-out infinite'
|
|
20
|
+
}
|
|
21
|
+
}), jsx("div", {
|
|
22
|
+
className: "absolute bottom-[-10%] left-[40%] h-[400px] w-[400px] rounded-full opacity-10 blur-[100px]",
|
|
23
|
+
style: {
|
|
24
|
+
background: 'radial-gradient(circle, #ec4899, transparent 70%)',
|
|
25
|
+
animation: 'float3 12s ease-in-out infinite'
|
|
26
|
+
}
|
|
27
|
+
})]
|
|
28
|
+
}), jsx("div", {
|
|
29
|
+
className: "absolute inset-0 opacity-[0.03]",
|
|
8
30
|
style: {
|
|
9
|
-
backgroundImage:
|
|
10
|
-
backgroundSize: '
|
|
31
|
+
backgroundImage: 'radial-gradient(rgba(255,255,255,0.8) 1px, transparent 1px)',
|
|
32
|
+
backgroundSize: '24px 24px'
|
|
11
33
|
}
|
|
12
|
-
})
|
|
34
|
+
}), jsx("div", {
|
|
35
|
+
className: "absolute top-20 left-[15%] h-3 w-3 rounded-full border border-cyan-500/30",
|
|
36
|
+
style: {
|
|
37
|
+
animation: 'floatShape 6s ease-in-out infinite'
|
|
38
|
+
}
|
|
39
|
+
}), jsx("div", {
|
|
40
|
+
className: "absolute top-40 right-[20%] h-2 w-2 bg-violet-500/40 rotate-45",
|
|
41
|
+
style: {
|
|
42
|
+
animation: 'floatShape 8s ease-in-out infinite 1s'
|
|
43
|
+
}
|
|
44
|
+
}), jsx("div", {
|
|
45
|
+
className: "absolute bottom-32 left-[25%] h-4 w-4 rounded-full border border-pink-500/20",
|
|
46
|
+
style: {
|
|
47
|
+
animation: 'floatShape 7s ease-in-out infinite 2s'
|
|
48
|
+
}
|
|
49
|
+
}), jsx("div", {
|
|
50
|
+
className: "absolute top-32 right-[35%] h-2.5 w-2.5 bg-cyan-500/30 rounded-sm rotate-12",
|
|
51
|
+
style: {
|
|
52
|
+
animation: 'floatShape 9s ease-in-out infinite 0.5s'
|
|
53
|
+
}
|
|
54
|
+
}), jsx("div", {
|
|
55
|
+
className: "absolute bottom-40 right-[15%] h-3 w-3 border border-emerald-500/25 rounded-full",
|
|
56
|
+
style: {
|
|
57
|
+
animation: 'floatShape 7s ease-in-out infinite 3s'
|
|
58
|
+
}
|
|
59
|
+
})]
|
|
60
|
+
}), jsx("style", {
|
|
61
|
+
dangerouslySetInnerHTML: {
|
|
62
|
+
__html: `
|
|
63
|
+
@keyframes float1 { 0%, 100% { transform: translate(0, 0); } 50% { transform: translate(30px, -30px); } }
|
|
64
|
+
@keyframes float2 { 0%, 100% { transform: translate(0, 0); } 50% { transform: translate(-20px, 20px); } }
|
|
65
|
+
@keyframes float3 { 0%, 100% { transform: translate(0, 0); } 50% { transform: translate(25px, -15px); } }
|
|
66
|
+
@keyframes floatShape { 0%, 100% { transform: translateY(0) rotate(0deg); opacity: 0.3; } 50% { transform: translateY(-12px) rotate(180deg); opacity: 0.7; } }
|
|
67
|
+
@keyframes shimmer { 0% { background-position: -200% center; } 100% { background-position: 200% center; } }
|
|
68
|
+
@keyframes pulseGlow { 0%, 100% { opacity: 0.5; } 50% { opacity: 1; } }
|
|
69
|
+
@keyframes fadeInUp { 0% { opacity: 0; transform: translateY(16px); } 100% { opacity: 1; transform: translateY(0); } }
|
|
70
|
+
`
|
|
71
|
+
}
|
|
13
72
|
}), jsx("div", {
|
|
14
|
-
className: "relative z-10 mx-auto flex min-h-[
|
|
15
|
-
style: {
|
|
16
|
-
overflow: 'visible'
|
|
17
|
-
},
|
|
73
|
+
className: "relative z-10 mx-auto flex min-h-[560px] max-w-7xl flex-col items-center justify-center px-6 pt-24 pb-16 text-center lg:px-16",
|
|
18
74
|
children: jsxs("div", {
|
|
19
75
|
className: "max-w-4xl w-full",
|
|
20
76
|
style: {
|
|
21
77
|
overflow: 'visible'
|
|
22
78
|
},
|
|
23
|
-
children: [
|
|
24
|
-
className: "mb-6
|
|
25
|
-
children: "
|
|
79
|
+
children: [jsxs("div", {
|
|
80
|
+
className: "mb-6 flex flex-wrap items-center justify-center gap-3",
|
|
81
|
+
children: [jsxs("div", {
|
|
82
|
+
className: "inline-flex items-center gap-2 rounded-full border border-emerald-500/20 bg-emerald-500/[0.08] px-3.5 py-1.5 text-[12px] font-medium text-emerald-400 backdrop-blur-md",
|
|
83
|
+
children: [jsxs("span", {
|
|
84
|
+
className: "relative flex h-1.5 w-1.5",
|
|
85
|
+
children: [jsx("span", {
|
|
86
|
+
className: "absolute inline-flex h-full w-full animate-ping rounded-full bg-emerald-400 opacity-75"
|
|
87
|
+
}), jsx("span", {
|
|
88
|
+
className: "relative inline-flex h-1.5 w-1.5 rounded-full bg-emerald-500"
|
|
89
|
+
})]
|
|
90
|
+
}), "All systems operational"]
|
|
91
|
+
}), jsxs("div", {
|
|
92
|
+
className: "inline-flex items-center gap-1.5 rounded-full border border-white/[0.06] bg-white/[0.03] px-3.5 py-1.5 text-[12px] font-medium text-white/40 backdrop-blur-md",
|
|
93
|
+
children: [jsx("svg", {
|
|
94
|
+
className: "h-3.5 w-3.5 text-amber-500",
|
|
95
|
+
fill: "currentColor",
|
|
96
|
+
viewBox: "0 0 24 24",
|
|
97
|
+
children: jsx("path", {
|
|
98
|
+
d: "M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z"
|
|
99
|
+
})
|
|
100
|
+
}), "Trusted by 10,000+ teams"]
|
|
101
|
+
})]
|
|
102
|
+
}), jsxs("h1", {
|
|
103
|
+
className: "mb-5 text-4xl font-extrabold leading-[1.08] tracking-tight text-white sm:text-5xl lg:text-[64px]",
|
|
104
|
+
children: ["Find answers", ' ', jsx("span", {
|
|
105
|
+
className: "bg-clip-text text-transparent",
|
|
106
|
+
style: {
|
|
107
|
+
backgroundImage: 'linear-gradient(135deg, #06b6d4, #3b82f6, #8b5cf6, #ec4899)',
|
|
108
|
+
backgroundSize: '200% auto',
|
|
109
|
+
animation: 'shimmer 4s linear infinite'
|
|
110
|
+
},
|
|
111
|
+
children: "instantly"
|
|
112
|
+
})]
|
|
26
113
|
}), jsx("p", {
|
|
27
|
-
className: "mb-
|
|
28
|
-
children: "
|
|
29
|
-
}), jsx(SearchBar, {})
|
|
114
|
+
className: "mx-auto mb-10 max-w-xl text-base font-normal leading-relaxed text-white/45 lg:text-[17px]",
|
|
115
|
+
children: "Browse 117+ articles, step-by-step guides, and video tutorials. Everything you need to master Yantra AI employees."
|
|
116
|
+
}), jsx(SearchBar, {}), jsxs("div", {
|
|
117
|
+
className: "mt-14",
|
|
118
|
+
children: [jsx("p", {
|
|
119
|
+
className: "mb-4 text-[11px] font-medium uppercase tracking-[0.2em] text-white/20",
|
|
120
|
+
children: "Powering teams at"
|
|
121
|
+
}), jsx("div", {
|
|
122
|
+
className: "flex flex-wrap items-center justify-center gap-8",
|
|
123
|
+
children: CUSTOMER_LOGOS.map(name => jsx("span", {
|
|
124
|
+
className: "text-[15px] font-semibold tracking-wide text-white/[0.15] transition-colors duration-300 hover:text-white/40",
|
|
125
|
+
children: name
|
|
126
|
+
}, name))
|
|
127
|
+
})]
|
|
128
|
+
})]
|
|
30
129
|
})
|
|
130
|
+
}), jsxs("div", {
|
|
131
|
+
className: "relative z-10",
|
|
132
|
+
children: [jsx("div", {
|
|
133
|
+
className: "h-px bg-gradient-to-r from-transparent via-cyan-500/20 to-transparent"
|
|
134
|
+
}), jsx("div", {
|
|
135
|
+
className: "h-20 bg-gradient-to-b from-[#060b18] to-background"
|
|
136
|
+
})]
|
|
31
137
|
})]
|
|
32
138
|
});
|
|
33
139
|
};export{HelpCenterHeader};//# sourceMappingURL=HelpCenterHeader.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HelpCenterHeader.js","sources":["../../src/components/HelpCenterHeader.tsx"],"sourcesContent":[null],"names":["_jsxs","_jsx"],"mappings":"
|
|
1
|
+
{"version":3,"file":"HelpCenterHeader.js","sources":["../../src/components/HelpCenterHeader.tsx"],"sourcesContent":[null],"names":["_jsxs","_jsx"],"mappings":"gFAGA,MAAM,cAAc,GAAG,CAAC,QAAQ,EAAE,SAAS,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,OAAO,CAAC;AAEtE,MAAA,gBAAgB,GAAkB,KAAC,IAAS;SAC9CA;AASiB,IAAA,SAAA,EAAA,iCAAY;AACZ,IAAA,QAAA,EAAA,CAAAA,IAAA,CAAA,KAAA,EAAA;AACH,MAAA,SAAA,EAAA,+BAGD;AAEI,MAAA,QAAA,EAAA,CAAAA,IAAA,CAAA,KAAA,EAAA;AACA,QAAA,SAAA,EAAA,kBAAA;AACH,QAAA,QAAA,EAAA,CAAAC,GAAA,CAAA,KAAA,EAAA;AAKG,UAAA,SAAA,EAAA,yFAA+D;AAC/D,UAAA,KAAA,EAAA;2EAOmC;AAEvC,YAAA,SAAA,EAAA;AACA;AACH,SAAA,CAAA,EAAAA,GAAA,CAAA,KAAA,EAAA;AA6BD,UAAA,SAAA,EAAA,wFAAQ;;;;;;;;AAQf,YAAA,UAAA,EAAA,mDAAA;AACI,YAAA,WAIA;AAyBe;AACA,SAAA,CAAA;AACA,OAAA,CAAA,EAAAA,GAAA,CAAA,KAAA,EAAA;AACH,QAAA,SAAA,EAAA,iCAAA;AAuC7B,QAAE,KAAA,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SearchBar.d.ts","sourceRoot":"","sources":["../../src/components/SearchBar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAK3D,UAAU,cAAc;IACpB,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACnC,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC/B;AACD,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,cAAc,
|
|
1
|
+
{"version":3,"file":"SearchBar.d.ts","sourceRoot":"","sources":["../../src/components/SearchBar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAK3D,UAAU,cAAc;IACpB,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACnC,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC/B;AACD,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,cAAc,CAgU9C,CAAC"}
|