@adminide-stack/yantra-help-browser 12.0.16-alpha.21 → 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 +226 -93
- package/lib/components/HelpCenterFooter.js.map +1 -1
- package/lib/components/HelpCenterHeader.d.ts.map +1 -1
- package/lib/components/HelpCenterHeader.js +111 -50
- 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.map +1 -1
- package/lib/pages/HelpCenter/components/HelpCategoryCard.js +111 -83
- package/lib/pages/HelpCenter/components/HelpCategoryCard.js.map +1 -1
- package/lib/pages/HelpCenter/components/Icons.d.ts.map +1 -1
- package/lib/pages/HelpCenter/components/Icons.js +182 -132
- 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 +21 -21
- 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 +286 -79
- 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 +71 -8
- 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/package.json +2 -2
- package/lib/pages/LandingPage/components/Assets.js +0 -14
- package/lib/pages/LandingPage/components/Assets.js.map +0 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {jsx
|
|
1
|
+
import {jsxs,jsx}from'react/jsx-runtime';import {useParams,Link}from'@remix-run/react';import {HelpCenterHeader}from'../../components/HelpCenterHeader.js';import {HelpCenterIcons}from'../HelpCenter/components/Icons.js';import {getCategoryByIdSync}from'../../utils/markdownLoader.js';const CategoryCollectionPage = () => {
|
|
2
2
|
const {
|
|
3
3
|
categoryId
|
|
4
4
|
} = useParams();
|
|
@@ -7,26 +7,54 @@ import {jsx,jsxs}from'react/jsx-runtime';import {useParams,Link}from'@remix-run/
|
|
|
7
7
|
if (iconType in HelpCenterIcons) {
|
|
8
8
|
const IconComponent = HelpCenterIcons[iconType];
|
|
9
9
|
return jsx(IconComponent, {
|
|
10
|
-
width:
|
|
11
|
-
height:
|
|
10
|
+
width: 28,
|
|
11
|
+
height: 28
|
|
12
12
|
});
|
|
13
13
|
}
|
|
14
14
|
return null;
|
|
15
15
|
};
|
|
16
16
|
if (!category) {
|
|
17
|
-
return
|
|
17
|
+
return jsxs("div", {
|
|
18
18
|
className: "min-h-screen bg-background text-foreground",
|
|
19
|
-
children: jsxs("div", {
|
|
20
|
-
className: "container mx-auto px-
|
|
21
|
-
children: [jsx("
|
|
22
|
-
className: "
|
|
19
|
+
children: [jsx(HelpCenterHeader, {}), jsxs("div", {
|
|
20
|
+
className: "container mx-auto max-w-4xl px-6 py-20 text-center lg:px-16",
|
|
21
|
+
children: [jsx("div", {
|
|
22
|
+
className: "mb-6 inline-flex h-20 w-20 items-center justify-center rounded-2xl bg-muted",
|
|
23
|
+
children: jsx("svg", {
|
|
24
|
+
className: "h-10 w-10 text-muted-foreground",
|
|
25
|
+
fill: "none",
|
|
26
|
+
stroke: "currentColor",
|
|
27
|
+
viewBox: "0 0 24 24",
|
|
28
|
+
children: jsx("path", {
|
|
29
|
+
strokeLinecap: "round",
|
|
30
|
+
strokeLinejoin: "round",
|
|
31
|
+
strokeWidth: 1.5,
|
|
32
|
+
d: "M9.172 16.172a4 4 0 015.656 0M9 10h.01M15 10h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"
|
|
33
|
+
})
|
|
34
|
+
})
|
|
35
|
+
}), jsx("h1", {
|
|
36
|
+
className: "mb-2 text-2xl font-extrabold",
|
|
23
37
|
children: "Category not found"
|
|
24
|
-
}), jsx(
|
|
38
|
+
}), jsx("p", {
|
|
39
|
+
className: "mb-6 text-muted-foreground",
|
|
40
|
+
children: "The category you're looking for doesn't exist or has been moved."
|
|
41
|
+
}), jsxs(Link, {
|
|
25
42
|
to: "/help-center",
|
|
26
|
-
className: "
|
|
27
|
-
children: "
|
|
43
|
+
className: "inline-flex items-center gap-2 rounded-xl bg-gradient-to-r from-cyan-500 to-blue-600 px-5 py-2.5 text-sm font-semibold text-white shadow transition-all hover:-translate-y-0.5 hover:shadow-lg",
|
|
44
|
+
children: [jsx("svg", {
|
|
45
|
+
className: "h-4 w-4",
|
|
46
|
+
fill: "none",
|
|
47
|
+
stroke: "currentColor",
|
|
48
|
+
viewBox: "0 0 24 24",
|
|
49
|
+
children: jsx("path", {
|
|
50
|
+
strokeLinecap: "round",
|
|
51
|
+
strokeLinejoin: "round",
|
|
52
|
+
strokeWidth: 2,
|
|
53
|
+
d: "M10 19l-7-7m0 0l7-7m-7 7h18"
|
|
54
|
+
})
|
|
55
|
+
}), "Back to Help Center"]
|
|
28
56
|
})]
|
|
29
|
-
})
|
|
57
|
+
})]
|
|
30
58
|
});
|
|
31
59
|
}
|
|
32
60
|
return jsxs("div", {
|
|
@@ -35,80 +63,127 @@ import {jsx,jsxs}from'react/jsx-runtime';import {useParams,Link}from'@remix-run/
|
|
|
35
63
|
className: "relative overflow-hidden",
|
|
36
64
|
children: jsx(HelpCenterHeader, {})
|
|
37
65
|
}), jsx("div", {
|
|
38
|
-
className: "
|
|
39
|
-
children:
|
|
40
|
-
className: "
|
|
41
|
-
children:
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
66
|
+
className: "border-b border-border/30",
|
|
67
|
+
children: jsx("div", {
|
|
68
|
+
className: "container mx-auto max-w-7xl px-6 py-3 lg:px-16",
|
|
69
|
+
children: jsxs("nav", {
|
|
70
|
+
className: "flex items-center gap-2 text-sm",
|
|
71
|
+
children: [jsx(Link, {
|
|
72
|
+
to: "/help-center",
|
|
73
|
+
className: "text-muted-foreground transition-colors hover:text-foreground",
|
|
74
|
+
children: "Help Center"
|
|
75
|
+
}), jsx("svg", {
|
|
76
|
+
className: "h-3.5 w-3.5 text-muted-foreground/40",
|
|
77
|
+
fill: "none",
|
|
78
|
+
stroke: "currentColor",
|
|
79
|
+
viewBox: "0 0 24 24",
|
|
80
|
+
children: jsx("path", {
|
|
81
|
+
strokeLinecap: "round",
|
|
82
|
+
strokeLinejoin: "round",
|
|
83
|
+
strokeWidth: 2,
|
|
84
|
+
d: "M9 5l7 7-7 7"
|
|
85
|
+
})
|
|
86
|
+
}), jsx("span", {
|
|
87
|
+
className: "font-medium text-foreground",
|
|
88
|
+
children: category.title
|
|
89
|
+
})]
|
|
90
|
+
})
|
|
51
91
|
})
|
|
52
92
|
}), jsxs("main", {
|
|
53
|
-
className: "container mx-auto px-
|
|
54
|
-
children: [
|
|
55
|
-
className: "mb-
|
|
56
|
-
children:
|
|
57
|
-
className: "flex items-
|
|
58
|
-
children:
|
|
59
|
-
|
|
60
|
-
|
|
93
|
+
className: "container mx-auto max-w-7xl px-6 py-10 lg:px-16",
|
|
94
|
+
children: [jsxs("div", {
|
|
95
|
+
className: "mb-10 flex items-start gap-5",
|
|
96
|
+
children: [jsx("div", {
|
|
97
|
+
className: "flex h-14 w-14 shrink-0 items-center justify-center rounded-2xl bg-gradient-to-br from-cyan-500/10 to-blue-500/10 text-cyan-500",
|
|
98
|
+
children: renderIcon(category.iconType)
|
|
99
|
+
}), jsxs("div", {
|
|
100
|
+
children: [jsx("h1", {
|
|
101
|
+
className: "text-3xl font-extrabold tracking-tight text-foreground lg:text-4xl",
|
|
102
|
+
children: category.title
|
|
103
|
+
}), jsx("p", {
|
|
104
|
+
className: "mt-2 text-base text-muted-foreground",
|
|
105
|
+
children: category.description
|
|
61
106
|
}), jsxs("div", {
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
})
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
107
|
+
className: "mt-3 flex items-center gap-3",
|
|
108
|
+
children: [jsxs("div", {
|
|
109
|
+
className: "inline-flex items-center gap-1.5 rounded-full border border-border/60 bg-muted/50 px-3 py-1 text-[12px] font-medium text-muted-foreground",
|
|
110
|
+
children: [jsx("svg", {
|
|
111
|
+
className: "h-3.5 w-3.5",
|
|
112
|
+
fill: "none",
|
|
113
|
+
stroke: "currentColor",
|
|
114
|
+
viewBox: "0 0 24 24",
|
|
115
|
+
children: jsx("path", {
|
|
116
|
+
strokeLinecap: "round",
|
|
117
|
+
strokeLinejoin: "round",
|
|
118
|
+
strokeWidth: 1.5,
|
|
119
|
+
d: "M19.5 14.25v-2.625a3.375 3.375 0 00-3.375-3.375h-1.5A1.125 1.125 0 0113.5 7.125v-1.5a3.375 3.375 0 00-3.375-3.375H8.25m0 12.75h7.5m-7.5 3H12M10.5 2.25H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 00-9-9z"
|
|
120
|
+
})
|
|
121
|
+
}), category.articles.length, " articles"]
|
|
122
|
+
}), jsxs("div", {
|
|
123
|
+
className: "inline-flex items-center gap-1.5 rounded-full border border-border/60 bg-muted/50 px-3 py-1 text-[12px] font-medium text-muted-foreground",
|
|
124
|
+
children: [jsx("svg", {
|
|
125
|
+
className: "h-3.5 w-3.5",
|
|
126
|
+
fill: "none",
|
|
127
|
+
stroke: "currentColor",
|
|
128
|
+
viewBox: "0 0 24 24",
|
|
129
|
+
children: jsx("path", {
|
|
130
|
+
strokeLinecap: "round",
|
|
131
|
+
strokeLinejoin: "round",
|
|
132
|
+
strokeWidth: 1.5,
|
|
133
|
+
d: "M12 6v6h4.5m4.5 0a9 9 0 11-18 0 9 9 0 0118 0z"
|
|
134
|
+
})
|
|
135
|
+
}), "Updated recently"]
|
|
79
136
|
})]
|
|
80
137
|
})]
|
|
81
|
-
})
|
|
138
|
+
})]
|
|
82
139
|
}), jsx("div", {
|
|
83
|
-
className: "space-y-
|
|
84
|
-
children: category.articles.map(article => jsxs(Link, {
|
|
140
|
+
className: "space-y-3",
|
|
141
|
+
children: category.articles.map((article, idx) => jsxs(Link, {
|
|
85
142
|
to: `/help-center/${categoryId}/${article.slug}`,
|
|
86
|
-
className:
|
|
87
|
-
children: [
|
|
88
|
-
className: "flex-
|
|
143
|
+
className: "group flex items-center gap-4 rounded-2xl border border-border/60 bg-card p-5 transition-all duration-300 hover:-translate-y-0.5 hover:border-cyan-500/30 hover:shadow-lg hover:shadow-cyan-500/[0.04]",
|
|
144
|
+
children: [jsx("div", {
|
|
145
|
+
className: "flex h-8 w-8 shrink-0 items-center justify-center rounded-lg bg-muted text-[12px] font-bold text-muted-foreground",
|
|
146
|
+
children: String(idx + 1).padStart(2, '0')
|
|
147
|
+
}), jsxs("div", {
|
|
148
|
+
className: "min-w-0 flex-1",
|
|
89
149
|
children: [jsx("h3", {
|
|
90
|
-
className: "text-
|
|
150
|
+
className: "text-[15px] font-semibold text-foreground transition-colors group-hover:text-cyan-500",
|
|
91
151
|
children: article.title
|
|
92
152
|
}), jsx("p", {
|
|
93
|
-
className: "mt-
|
|
153
|
+
className: "mt-0.5 truncate text-[13px] text-muted-foreground",
|
|
94
154
|
children: article.description
|
|
95
155
|
})]
|
|
96
|
-
}), jsx("
|
|
97
|
-
className: "
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
strokeWidth: 2,
|
|
107
|
-
d: "M9 5l7 7-7 7"
|
|
108
|
-
})
|
|
156
|
+
}), jsx("svg", {
|
|
157
|
+
className: "h-4 w-4 shrink-0 text-muted-foreground/40 transition-all duration-300 group-hover:translate-x-0.5 group-hover:text-cyan-500",
|
|
158
|
+
fill: "none",
|
|
159
|
+
stroke: "currentColor",
|
|
160
|
+
viewBox: "0 0 24 24",
|
|
161
|
+
children: jsx("path", {
|
|
162
|
+
strokeLinecap: "round",
|
|
163
|
+
strokeLinejoin: "round",
|
|
164
|
+
strokeWidth: 2,
|
|
165
|
+
d: "M9 5l7 7-7 7"
|
|
109
166
|
})
|
|
110
167
|
})]
|
|
111
168
|
}, article.id))
|
|
169
|
+
}), jsx("div", {
|
|
170
|
+
className: "mt-10 text-center",
|
|
171
|
+
children: jsxs(Link, {
|
|
172
|
+
to: "/help-center",
|
|
173
|
+
className: "inline-flex items-center gap-2 text-sm font-medium text-muted-foreground transition-colors hover:text-foreground",
|
|
174
|
+
children: [jsx("svg", {
|
|
175
|
+
className: "h-4 w-4",
|
|
176
|
+
fill: "none",
|
|
177
|
+
stroke: "currentColor",
|
|
178
|
+
viewBox: "0 0 24 24",
|
|
179
|
+
children: jsx("path", {
|
|
180
|
+
strokeLinecap: "round",
|
|
181
|
+
strokeLinejoin: "round",
|
|
182
|
+
strokeWidth: 2,
|
|
183
|
+
d: "M10 19l-7-7m0 0l7-7m-7 7h18"
|
|
184
|
+
})
|
|
185
|
+
}), "Back to all categories"]
|
|
186
|
+
})
|
|
112
187
|
})]
|
|
113
188
|
})]
|
|
114
189
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../src/pages/CategoryCollection/index.tsx"],"sourcesContent":[null],"names":["_jsx"],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../src/pages/CategoryCollection/index.tsx"],"sourcesContent":[null],"names":["_jsx"],"mappings":"2RAMM,MAAA,sBAAsB,GAAa,MAAK;AAC1C,EAAA,MAAA;AACA,IAAA;AAEA,GAAA,GAAA,SAAgB,EAAA;AACZ,EAAA,MAAA,QAAY,GAAA,UAAmB,GAAA,mBAAG,CAAA,UAAA,CAAA,GAAA,IAAA;AAC9B,EAAA,MAAA,UAAM,eAAgB;gBACf,IAAA,eAAc,EAAA;YACxB,aAAA,GAAA,eAAA,CAAA,QAAA,CAAA;AACD,MAAA,OAAAA,iBAAY,EAAA;AAChB,QAAE,KAAA,EAAA,EAAA;QAEE,MAAS,EAAA;QACT;;IA0CJ,OAAO;AAsHX,GAAE;AAEF,EAAA,IAAA,CAAA,QAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ExampleCard.d.ts","sourceRoot":"","sources":["../../../../src/pages/GetStarted/components/ExampleCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,UAAU,gBAAgB;
|
|
1
|
+
{"version":3,"file":"ExampleCard.d.ts","sourceRoot":"","sources":["../../../../src/pages/GetStarted/components/ExampleCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,UAAU,gBAAgB;IACtB,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB;AACD,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CAuBlD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GetStartedHero.d.ts","sourceRoot":"","sources":["../../../../src/pages/GetStarted/components/GetStartedHero.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,UAAU,mBAAmB;
|
|
1
|
+
{"version":3,"file":"GetStartedHero.d.ts","sourceRoot":"","sources":["../../../../src/pages/GetStarted/components/GetStartedHero.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,UAAU,mBAAmB;IACzB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CAgBxD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InfoSection.d.ts","sourceRoot":"","sources":["../../../../src/pages/GetStarted/components/InfoSection.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,UAAU,gBAAgB;
|
|
1
|
+
{"version":3,"file":"InfoSection.d.ts","sourceRoot":"","sources":["../../../../src/pages/GetStarted/components/InfoSection.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,UAAU,gBAAgB;IACtB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,eAAe,CAAC,EAAE,OAAO,CAAC;CAC7B;AACD,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CAgBlD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TipCard.d.ts","sourceRoot":"","sources":["../../../../src/pages/GetStarted/components/TipCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,UAAU,YAAY;
|
|
1
|
+
{"version":3,"file":"TipCard.d.ts","sourceRoot":"","sources":["../../../../src/pages/GetStarted/components/TipCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,UAAU,YAAY;IAClB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB;AACD,eAAO,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC,YAAY,CAiB1C,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UseCase.d.ts","sourceRoot":"","sources":["../../../../src/pages/GetStarted/components/UseCase.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,UAAU,YAAY;
|
|
1
|
+
{"version":3,"file":"UseCase.d.ts","sourceRoot":"","sources":["../../../../src/pages/GetStarted/components/UseCase.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,UAAU,YAAY;IAClB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC1B;AACD,eAAO,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC,YAAY,CAQ1C,CAAC;AAEF,UAAU,gBAAgB;IACtB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC7B;AACD,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CAElD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/pages/GetStarted/index.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/pages/GetStarted/index.tsx"],"names":[],"mappings":"AAuFA,QAAA,MAAM,cAAc,+CAiVnB,CAAC;AAEF,eAAe,cAAc,CAAC"}
|