@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,10 +1,10 @@
|
|
|
1
|
-
import {jsx
|
|
1
|
+
import {jsxs,jsx}from'react/jsx-runtime';const HelpCenterIcons = {
|
|
2
2
|
Perplexity: props => jsxs("svg", {
|
|
3
3
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4
4
|
viewBox: "0 0 24 24",
|
|
5
5
|
fill: "none",
|
|
6
6
|
stroke: "currentColor",
|
|
7
|
-
strokeWidth: "
|
|
7
|
+
strokeWidth: "1.5",
|
|
8
8
|
strokeLinecap: "round",
|
|
9
9
|
strokeLinejoin: "round",
|
|
10
10
|
width: "24",
|
|
@@ -15,51 +15,51 @@ import {jsx,jsxs}from'react/jsx-runtime';const HelpCenterIcons = {
|
|
|
15
15
|
cy: "12",
|
|
16
16
|
r: "10"
|
|
17
17
|
}), jsx("path", {
|
|
18
|
-
d: "
|
|
18
|
+
d: "M12 16v-4"
|
|
19
19
|
}), jsx("path", {
|
|
20
|
-
d: "M12
|
|
20
|
+
d: "M12 8h.01"
|
|
21
21
|
})]
|
|
22
22
|
}),
|
|
23
|
-
Pro: props =>
|
|
23
|
+
Pro: props => jsx("svg", {
|
|
24
24
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25
25
|
viewBox: "0 0 24 24",
|
|
26
26
|
fill: "none",
|
|
27
27
|
stroke: "currentColor",
|
|
28
|
-
strokeWidth: "
|
|
28
|
+
strokeWidth: "1.5",
|
|
29
29
|
strokeLinecap: "round",
|
|
30
30
|
strokeLinejoin: "round",
|
|
31
31
|
width: "24",
|
|
32
32
|
height: "24",
|
|
33
33
|
...props,
|
|
34
|
-
children:
|
|
35
|
-
|
|
36
|
-
})
|
|
37
|
-
d: "m16 13-3-3-3 3"
|
|
38
|
-
}), jsx("path", {
|
|
39
|
-
d: "M13 10v6"
|
|
40
|
-
})]
|
|
34
|
+
children: jsx("polygon", {
|
|
35
|
+
points: "12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"
|
|
36
|
+
})
|
|
41
37
|
}),
|
|
42
|
-
Features: props =>
|
|
38
|
+
Features: props => jsxs("svg", {
|
|
43
39
|
xmlns: "http://www.w3.org/2000/svg",
|
|
44
40
|
viewBox: "0 0 24 24",
|
|
45
41
|
fill: "none",
|
|
46
42
|
stroke: "currentColor",
|
|
47
|
-
strokeWidth: "
|
|
43
|
+
strokeWidth: "1.5",
|
|
48
44
|
strokeLinecap: "round",
|
|
49
45
|
strokeLinejoin: "round",
|
|
50
46
|
width: "24",
|
|
51
47
|
height: "24",
|
|
52
48
|
...props,
|
|
53
|
-
children: jsx("path", {
|
|
54
|
-
d: "
|
|
55
|
-
})
|
|
49
|
+
children: [jsx("path", {
|
|
50
|
+
d: "M12 2L2 7l10 5 10-5-10-5z"
|
|
51
|
+
}), jsx("path", {
|
|
52
|
+
d: "M2 17l10 5 10-5"
|
|
53
|
+
}), jsx("path", {
|
|
54
|
+
d: "M2 12l10 5 10-5"
|
|
55
|
+
})]
|
|
56
56
|
}),
|
|
57
57
|
Subscription: props => jsxs("svg", {
|
|
58
58
|
xmlns: "http://www.w3.org/2000/svg",
|
|
59
59
|
viewBox: "0 0 24 24",
|
|
60
60
|
fill: "none",
|
|
61
61
|
stroke: "currentColor",
|
|
62
|
-
strokeWidth: "
|
|
62
|
+
strokeWidth: "1.5",
|
|
63
63
|
strokeLinecap: "round",
|
|
64
64
|
strokeLinejoin: "round",
|
|
65
65
|
width: "24",
|
|
@@ -83,16 +83,22 @@ import {jsx,jsxs}from'react/jsx-runtime';const HelpCenterIcons = {
|
|
|
83
83
|
viewBox: "0 0 24 24",
|
|
84
84
|
fill: "none",
|
|
85
85
|
stroke: "currentColor",
|
|
86
|
-
strokeWidth: "
|
|
86
|
+
strokeWidth: "1.5",
|
|
87
87
|
strokeLinecap: "round",
|
|
88
88
|
strokeLinejoin: "round",
|
|
89
89
|
width: "24",
|
|
90
90
|
height: "24",
|
|
91
91
|
...props,
|
|
92
|
-
children: [jsx("
|
|
93
|
-
|
|
92
|
+
children: [jsx("circle", {
|
|
93
|
+
cx: "11",
|
|
94
|
+
cy: "11",
|
|
95
|
+
r: "8"
|
|
94
96
|
}), jsx("path", {
|
|
95
97
|
d: "m21 21-4.3-4.3"
|
|
98
|
+
}), jsx("path", {
|
|
99
|
+
d: "M11 8v6"
|
|
100
|
+
}), jsx("path", {
|
|
101
|
+
d: "M8 11h6"
|
|
96
102
|
})]
|
|
97
103
|
}),
|
|
98
104
|
Enterprise: props => jsxs("svg", {
|
|
@@ -100,16 +106,22 @@ import {jsx,jsxs}from'react/jsx-runtime';const HelpCenterIcons = {
|
|
|
100
106
|
viewBox: "0 0 24 24",
|
|
101
107
|
fill: "none",
|
|
102
108
|
stroke: "currentColor",
|
|
103
|
-
strokeWidth: "
|
|
109
|
+
strokeWidth: "1.5",
|
|
104
110
|
strokeLinecap: "round",
|
|
105
111
|
strokeLinejoin: "round",
|
|
106
112
|
width: "24",
|
|
107
113
|
height: "24",
|
|
108
114
|
...props,
|
|
109
|
-
children: [jsx("
|
|
110
|
-
|
|
115
|
+
children: [jsx("rect", {
|
|
116
|
+
x: "2",
|
|
117
|
+
y: "7",
|
|
118
|
+
width: "20",
|
|
119
|
+
height: "14",
|
|
120
|
+
rx: "2"
|
|
111
121
|
}), jsx("path", {
|
|
112
|
-
d: "
|
|
122
|
+
d: "M16 7V5a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v2"
|
|
123
|
+
}), jsx("path", {
|
|
124
|
+
d: "M12 12h.01"
|
|
113
125
|
})]
|
|
114
126
|
}),
|
|
115
127
|
Account: props => jsxs("svg", {
|
|
@@ -117,18 +129,18 @@ import {jsx,jsxs}from'react/jsx-runtime';const HelpCenterIcons = {
|
|
|
117
129
|
viewBox: "0 0 24 24",
|
|
118
130
|
fill: "none",
|
|
119
131
|
stroke: "currentColor",
|
|
120
|
-
strokeWidth: "
|
|
132
|
+
strokeWidth: "1.5",
|
|
121
133
|
strokeLinecap: "round",
|
|
122
134
|
strokeLinejoin: "round",
|
|
123
135
|
width: "24",
|
|
124
136
|
height: "24",
|
|
125
137
|
...props,
|
|
126
|
-
children: [jsx("
|
|
127
|
-
d: "M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2"
|
|
128
|
-
}), jsx("circle", {
|
|
138
|
+
children: [jsx("circle", {
|
|
129
139
|
cx: "12",
|
|
130
|
-
cy: "
|
|
131
|
-
r: "
|
|
140
|
+
cy: "8",
|
|
141
|
+
r: "5"
|
|
142
|
+
}), jsx("path", {
|
|
143
|
+
d: "M20 21a8 8 0 1 0-16 0"
|
|
132
144
|
})]
|
|
133
145
|
}),
|
|
134
146
|
Assistant: props => jsxs("svg", {
|
|
@@ -136,20 +148,28 @@ import {jsx,jsxs}from'react/jsx-runtime';const HelpCenterIcons = {
|
|
|
136
148
|
viewBox: "0 0 24 24",
|
|
137
149
|
fill: "none",
|
|
138
150
|
stroke: "currentColor",
|
|
139
|
-
strokeWidth: "
|
|
151
|
+
strokeWidth: "1.5",
|
|
140
152
|
strokeLinecap: "round",
|
|
141
153
|
strokeLinejoin: "round",
|
|
142
154
|
width: "24",
|
|
143
155
|
height: "24",
|
|
144
156
|
...props,
|
|
145
|
-
children: [jsx("
|
|
157
|
+
children: [jsx("path", {
|
|
158
|
+
d: "M12 8V4H8"
|
|
159
|
+
}), jsx("rect", {
|
|
146
160
|
width: "16",
|
|
147
|
-
height: "
|
|
161
|
+
height: "12",
|
|
148
162
|
x: "4",
|
|
149
|
-
y: "
|
|
163
|
+
y: "8",
|
|
150
164
|
rx: "2"
|
|
151
165
|
}), jsx("path", {
|
|
152
|
-
d: "
|
|
166
|
+
d: "M2 14h2"
|
|
167
|
+
}), jsx("path", {
|
|
168
|
+
d: "M20 14h2"
|
|
169
|
+
}), jsx("path", {
|
|
170
|
+
d: "M15 13v2"
|
|
171
|
+
}), jsx("path", {
|
|
172
|
+
d: "M9 13v2"
|
|
153
173
|
})]
|
|
154
174
|
}),
|
|
155
175
|
Privacy: props => jsxs("svg", {
|
|
@@ -157,7 +177,7 @@ import {jsx,jsxs}from'react/jsx-runtime';const HelpCenterIcons = {
|
|
|
157
177
|
viewBox: "0 0 24 24",
|
|
158
178
|
fill: "none",
|
|
159
179
|
stroke: "currentColor",
|
|
160
|
-
strokeWidth: "
|
|
180
|
+
strokeWidth: "1.5",
|
|
161
181
|
strokeLinecap: "round",
|
|
162
182
|
strokeLinejoin: "round",
|
|
163
183
|
width: "24",
|
|
@@ -168,48 +188,61 @@ import {jsx,jsxs}from'react/jsx-runtime';const HelpCenterIcons = {
|
|
|
168
188
|
height: "11",
|
|
169
189
|
x: "3",
|
|
170
190
|
y: "11",
|
|
171
|
-
rx: "2"
|
|
172
|
-
ry: "2"
|
|
191
|
+
rx: "2"
|
|
173
192
|
}), jsx("path", {
|
|
174
193
|
d: "M7 11V7a5 5 0 0 1 10 0v4"
|
|
194
|
+
}), jsx("circle", {
|
|
195
|
+
cx: "12",
|
|
196
|
+
cy: "16",
|
|
197
|
+
r: "1"
|
|
175
198
|
})]
|
|
176
199
|
}),
|
|
177
|
-
Spaces: props =>
|
|
200
|
+
Spaces: props => jsxs("svg", {
|
|
178
201
|
xmlns: "http://www.w3.org/2000/svg",
|
|
179
202
|
viewBox: "0 0 24 24",
|
|
180
203
|
fill: "none",
|
|
181
204
|
stroke: "currentColor",
|
|
182
|
-
strokeWidth: "
|
|
205
|
+
strokeWidth: "1.5",
|
|
183
206
|
strokeLinecap: "round",
|
|
184
207
|
strokeLinejoin: "round",
|
|
185
208
|
width: "24",
|
|
186
209
|
height: "24",
|
|
187
210
|
...props,
|
|
188
|
-
children: jsx("path", {
|
|
211
|
+
children: [jsx("path", {
|
|
189
212
|
d: "M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H20v20H6.5a2.5 2.5 0 0 1 0-5H20"
|
|
190
|
-
})
|
|
213
|
+
}), jsx("path", {
|
|
214
|
+
d: "M8 7h6"
|
|
215
|
+
}), jsx("path", {
|
|
216
|
+
d: "M8 11h8"
|
|
217
|
+
})]
|
|
191
218
|
}),
|
|
192
|
-
Threads: props =>
|
|
219
|
+
Threads: props => jsxs("svg", {
|
|
193
220
|
xmlns: "http://www.w3.org/2000/svg",
|
|
194
221
|
viewBox: "0 0 24 24",
|
|
195
222
|
fill: "none",
|
|
196
223
|
stroke: "currentColor",
|
|
197
|
-
strokeWidth: "
|
|
224
|
+
strokeWidth: "1.5",
|
|
198
225
|
strokeLinecap: "round",
|
|
199
226
|
strokeLinejoin: "round",
|
|
200
227
|
width: "24",
|
|
201
228
|
height: "24",
|
|
202
229
|
...props,
|
|
203
|
-
children: jsx("path", {
|
|
230
|
+
children: [jsx("path", {
|
|
204
231
|
d: "M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"
|
|
205
|
-
})
|
|
232
|
+
}), jsx("path", {
|
|
233
|
+
d: "M8 10h.01"
|
|
234
|
+
}), jsx("path", {
|
|
235
|
+
d: "M12 10h.01"
|
|
236
|
+
}), jsx("path", {
|
|
237
|
+
d: "M16 10h.01"
|
|
238
|
+
})]
|
|
206
239
|
}),
|
|
207
240
|
Troubleshooting: props => jsx("svg", {
|
|
208
241
|
xmlns: "http://www.w3.org/2000/svg",
|
|
209
242
|
viewBox: "0 0 24 24",
|
|
210
243
|
fill: "none",
|
|
211
244
|
stroke: "currentColor",
|
|
212
|
-
strokeWidth: "
|
|
245
|
+
strokeWidth: "1.5",
|
|
213
246
|
strokeLinecap: "round",
|
|
214
247
|
strokeLinejoin: "round",
|
|
215
248
|
width: "24",
|
|
@@ -224,18 +257,18 @@ import {jsx,jsxs}from'react/jsx-runtime';const HelpCenterIcons = {
|
|
|
224
257
|
viewBox: "0 0 24 24",
|
|
225
258
|
fill: "none",
|
|
226
259
|
stroke: "currentColor",
|
|
227
|
-
strokeWidth: "
|
|
260
|
+
strokeWidth: "1.5",
|
|
228
261
|
strokeLinecap: "round",
|
|
229
262
|
strokeLinejoin: "round",
|
|
230
263
|
width: "24",
|
|
231
264
|
height: "24",
|
|
232
265
|
...props,
|
|
233
266
|
children: [jsx("path", {
|
|
234
|
-
d: "
|
|
267
|
+
d: "m7 8-4 4 4 4"
|
|
235
268
|
}), jsx("path", {
|
|
236
|
-
d: "
|
|
269
|
+
d: "m17 8 4 4-4 4"
|
|
237
270
|
}), jsx("path", {
|
|
238
|
-
d: "
|
|
271
|
+
d: "m14 4-4 16"
|
|
239
272
|
})]
|
|
240
273
|
}),
|
|
241
274
|
FileUploads: props => jsxs("svg", {
|
|
@@ -243,7 +276,7 @@ import {jsx,jsxs}from'react/jsx-runtime';const HelpCenterIcons = {
|
|
|
243
276
|
viewBox: "0 0 24 24",
|
|
244
277
|
fill: "none",
|
|
245
278
|
stroke: "currentColor",
|
|
246
|
-
strokeWidth: "
|
|
279
|
+
strokeWidth: "1.5",
|
|
247
280
|
strokeLinecap: "round",
|
|
248
281
|
strokeLinejoin: "round",
|
|
249
282
|
width: "24",
|
|
@@ -264,26 +297,20 @@ import {jsx,jsxs}from'react/jsx-runtime';const HelpCenterIcons = {
|
|
|
264
297
|
viewBox: "0 0 24 24",
|
|
265
298
|
fill: "none",
|
|
266
299
|
stroke: "currentColor",
|
|
267
|
-
strokeWidth: "
|
|
300
|
+
strokeWidth: "1.5",
|
|
268
301
|
strokeLinecap: "round",
|
|
269
302
|
strokeLinejoin: "round",
|
|
270
303
|
width: "24",
|
|
271
304
|
height: "24",
|
|
272
305
|
...props,
|
|
273
|
-
children: [jsx("
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
y: "4",
|
|
278
|
-
rx: "2"
|
|
279
|
-
}), jsx("path", {
|
|
280
|
-
d: "M10 8v8"
|
|
281
|
-
}), jsx("path", {
|
|
282
|
-
d: "m6 12 4-4 4 4"
|
|
306
|
+
children: [jsx("circle", {
|
|
307
|
+
cx: "12",
|
|
308
|
+
cy: "12",
|
|
309
|
+
r: "10"
|
|
283
310
|
}), jsx("path", {
|
|
284
|
-
d: "
|
|
311
|
+
d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"
|
|
285
312
|
}), jsx("path", {
|
|
286
|
-
d: "
|
|
313
|
+
d: "M12 17h.01"
|
|
287
314
|
})]
|
|
288
315
|
}),
|
|
289
316
|
DataPrivacy: props => jsxs("svg", {
|
|
@@ -291,43 +318,41 @@ import {jsx,jsxs}from'react/jsx-runtime';const HelpCenterIcons = {
|
|
|
291
318
|
viewBox: "0 0 24 24",
|
|
292
319
|
fill: "none",
|
|
293
320
|
stroke: "currentColor",
|
|
294
|
-
strokeWidth: "
|
|
321
|
+
strokeWidth: "1.5",
|
|
295
322
|
strokeLinecap: "round",
|
|
296
323
|
strokeLinejoin: "round",
|
|
297
324
|
width: "24",
|
|
298
325
|
height: "24",
|
|
299
326
|
...props,
|
|
300
327
|
children: [jsx("path", {
|
|
301
|
-
d: "M12
|
|
328
|
+
d: "M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"
|
|
302
329
|
}), jsx("path", {
|
|
303
|
-
d: "
|
|
330
|
+
d: "M12 8v4"
|
|
331
|
+
}), jsx("path", {
|
|
332
|
+
d: "M12 16h.01"
|
|
304
333
|
})]
|
|
305
334
|
}),
|
|
306
|
-
GettingStarted: props =>
|
|
335
|
+
GettingStarted: props => jsx("svg", {
|
|
307
336
|
xmlns: "http://www.w3.org/2000/svg",
|
|
308
337
|
viewBox: "0 0 24 24",
|
|
309
338
|
fill: "none",
|
|
310
339
|
stroke: "currentColor",
|
|
311
|
-
strokeWidth: "
|
|
340
|
+
strokeWidth: "1.5",
|
|
312
341
|
strokeLinecap: "round",
|
|
313
342
|
strokeLinejoin: "round",
|
|
314
343
|
width: "24",
|
|
315
344
|
height: "24",
|
|
316
345
|
...props,
|
|
317
|
-
children:
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
r: "10"
|
|
321
|
-
}), jsx("path", {
|
|
322
|
-
d: "M10 8v8l6-4-6-4z"
|
|
323
|
-
})]
|
|
346
|
+
children: jsx("path", {
|
|
347
|
+
d: "M5 3l14 9-14 9V3z"
|
|
348
|
+
})
|
|
324
349
|
}),
|
|
325
350
|
StudentHub: props => jsxs("svg", {
|
|
326
351
|
xmlns: "http://www.w3.org/2000/svg",
|
|
327
352
|
viewBox: "0 0 24 24",
|
|
328
353
|
fill: "none",
|
|
329
354
|
stroke: "currentColor",
|
|
330
|
-
strokeWidth: "
|
|
355
|
+
strokeWidth: "1.5",
|
|
331
356
|
strokeLinecap: "round",
|
|
332
357
|
strokeLinejoin: "round",
|
|
333
358
|
width: "24",
|
|
@@ -345,7 +370,7 @@ import {jsx,jsxs}from'react/jsx-runtime';const HelpCenterIcons = {
|
|
|
345
370
|
viewBox: "0 0 24 24",
|
|
346
371
|
fill: "none",
|
|
347
372
|
stroke: "currentColor",
|
|
348
|
-
strokeWidth: "
|
|
373
|
+
strokeWidth: "1.5",
|
|
349
374
|
strokeLinecap: "round",
|
|
350
375
|
strokeLinejoin: "round",
|
|
351
376
|
width: "24",
|
|
@@ -356,25 +381,25 @@ import {jsx,jsxs}from'react/jsx-runtime';const HelpCenterIcons = {
|
|
|
356
381
|
y: "3",
|
|
357
382
|
width: "7",
|
|
358
383
|
height: "7",
|
|
359
|
-
rx: "1"
|
|
384
|
+
rx: "1.5"
|
|
360
385
|
}), jsx("rect", {
|
|
361
386
|
x: "14",
|
|
362
387
|
y: "3",
|
|
363
388
|
width: "7",
|
|
364
389
|
height: "7",
|
|
365
|
-
rx: "1"
|
|
390
|
+
rx: "1.5"
|
|
366
391
|
}), jsx("rect", {
|
|
367
392
|
x: "3",
|
|
368
393
|
y: "14",
|
|
369
394
|
width: "7",
|
|
370
395
|
height: "7",
|
|
371
|
-
rx: "1"
|
|
396
|
+
rx: "1.5"
|
|
372
397
|
}), jsx("rect", {
|
|
373
398
|
x: "14",
|
|
374
399
|
y: "14",
|
|
375
400
|
width: "7",
|
|
376
401
|
height: "7",
|
|
377
|
-
rx: "1"
|
|
402
|
+
rx: "1.5"
|
|
378
403
|
})]
|
|
379
404
|
}),
|
|
380
405
|
AiEmployees: props => jsxs("svg", {
|
|
@@ -382,32 +407,30 @@ import {jsx,jsxs}from'react/jsx-runtime';const HelpCenterIcons = {
|
|
|
382
407
|
viewBox: "0 0 24 24",
|
|
383
408
|
fill: "none",
|
|
384
409
|
stroke: "currentColor",
|
|
385
|
-
strokeWidth: "
|
|
410
|
+
strokeWidth: "1.5",
|
|
386
411
|
strokeLinecap: "round",
|
|
387
412
|
strokeLinejoin: "round",
|
|
388
413
|
width: "24",
|
|
389
414
|
height: "24",
|
|
390
415
|
...props,
|
|
391
|
-
children: [jsx("
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
416
|
+
children: [jsx("rect", {
|
|
417
|
+
x: "3",
|
|
418
|
+
y: "4",
|
|
419
|
+
width: "18",
|
|
420
|
+
height: "16",
|
|
421
|
+
rx: "3"
|
|
422
|
+
}), jsx("circle", {
|
|
423
|
+
cx: "9",
|
|
424
|
+
cy: "10",
|
|
425
|
+
r: "1.5"
|
|
426
|
+
}), jsx("circle", {
|
|
427
|
+
cx: "15",
|
|
428
|
+
cy: "10",
|
|
429
|
+
r: "1.5"
|
|
399
430
|
}), jsx("path", {
|
|
400
|
-
d: "
|
|
401
|
-
}), jsx("
|
|
402
|
-
|
|
403
|
-
y1: "9",
|
|
404
|
-
x2: "9.01",
|
|
405
|
-
y2: "9"
|
|
406
|
-
}), jsx("line", {
|
|
407
|
-
x1: "15",
|
|
408
|
-
y1: "9",
|
|
409
|
-
x2: "15.01",
|
|
410
|
-
y2: "9"
|
|
431
|
+
d: "M9 15c.83.67 2.17 1 3 1s2.17-.33 3-1"
|
|
432
|
+
}), jsx("path", {
|
|
433
|
+
d: "M12 4V2"
|
|
411
434
|
})]
|
|
412
435
|
}),
|
|
413
436
|
SolutionsEngineering: props => jsxs("svg", {
|
|
@@ -415,7 +438,7 @@ import {jsx,jsxs}from'react/jsx-runtime';const HelpCenterIcons = {
|
|
|
415
438
|
viewBox: "0 0 24 24",
|
|
416
439
|
fill: "none",
|
|
417
440
|
stroke: "currentColor",
|
|
418
|
-
strokeWidth: "
|
|
441
|
+
strokeWidth: "1.5",
|
|
419
442
|
strokeLinecap: "round",
|
|
420
443
|
strokeLinejoin: "round",
|
|
421
444
|
width: "24",
|
|
@@ -425,11 +448,6 @@ import {jsx,jsxs}from'react/jsx-runtime';const HelpCenterIcons = {
|
|
|
425
448
|
points: "16 18 22 12 16 6"
|
|
426
449
|
}), jsx("polyline", {
|
|
427
450
|
points: "8 6 2 12 8 18"
|
|
428
|
-
}), jsx("line", {
|
|
429
|
-
x1: "12",
|
|
430
|
-
y1: "2",
|
|
431
|
-
x2: "12",
|
|
432
|
-
y2: "22"
|
|
433
451
|
})]
|
|
434
452
|
}),
|
|
435
453
|
SolutionsSales: props => jsx("svg", {
|
|
@@ -437,14 +455,14 @@ import {jsx,jsxs}from'react/jsx-runtime';const HelpCenterIcons = {
|
|
|
437
455
|
viewBox: "0 0 24 24",
|
|
438
456
|
fill: "none",
|
|
439
457
|
stroke: "currentColor",
|
|
440
|
-
strokeWidth: "
|
|
458
|
+
strokeWidth: "1.5",
|
|
441
459
|
strokeLinecap: "round",
|
|
442
460
|
strokeLinejoin: "round",
|
|
443
461
|
width: "24",
|
|
444
462
|
height: "24",
|
|
445
463
|
...props,
|
|
446
464
|
children: jsx("path", {
|
|
447
|
-
d: "
|
|
465
|
+
d: "M22 12h-4l-3 9L9 3l-3 9H2"
|
|
448
466
|
})
|
|
449
467
|
}),
|
|
450
468
|
SolutionsMarketing: props => jsx("svg", {
|
|
@@ -452,7 +470,7 @@ import {jsx,jsxs}from'react/jsx-runtime';const HelpCenterIcons = {
|
|
|
452
470
|
viewBox: "0 0 24 24",
|
|
453
471
|
fill: "none",
|
|
454
472
|
stroke: "currentColor",
|
|
455
|
-
strokeWidth: "
|
|
473
|
+
strokeWidth: "1.5",
|
|
456
474
|
strokeLinecap: "round",
|
|
457
475
|
strokeLinejoin: "round",
|
|
458
476
|
width: "24",
|
|
@@ -467,20 +485,32 @@ import {jsx,jsxs}from'react/jsx-runtime';const HelpCenterIcons = {
|
|
|
467
485
|
viewBox: "0 0 24 24",
|
|
468
486
|
fill: "none",
|
|
469
487
|
stroke: "currentColor",
|
|
470
|
-
strokeWidth: "
|
|
488
|
+
strokeWidth: "1.5",
|
|
471
489
|
strokeLinecap: "round",
|
|
472
490
|
strokeLinejoin: "round",
|
|
473
491
|
width: "24",
|
|
474
492
|
height: "24",
|
|
475
493
|
...props,
|
|
476
494
|
children: [jsx("path", {
|
|
477
|
-
d: "
|
|
495
|
+
d: "M8 12h8"
|
|
478
496
|
}), jsx("path", {
|
|
479
|
-
d: "
|
|
480
|
-
}), jsx("
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
497
|
+
d: "M12 8v8"
|
|
498
|
+
}), jsx("rect", {
|
|
499
|
+
x: "2",
|
|
500
|
+
y: "2",
|
|
501
|
+
width: "8",
|
|
502
|
+
height: "8",
|
|
503
|
+
rx: "2"
|
|
504
|
+
}), jsx("rect", {
|
|
505
|
+
x: "14",
|
|
506
|
+
y: "14",
|
|
507
|
+
width: "8",
|
|
508
|
+
height: "8",
|
|
509
|
+
rx: "2"
|
|
510
|
+
}), jsx("path", {
|
|
511
|
+
d: "M14 6h2a4 4 0 0 1 4 4v2"
|
|
512
|
+
}), jsx("path", {
|
|
513
|
+
d: "M4 14v2a4 4 0 0 0 4 4h2"
|
|
484
514
|
})]
|
|
485
515
|
}),
|
|
486
516
|
SecurityCompliance: props => jsxs("svg", {
|
|
@@ -488,7 +518,7 @@ import {jsx,jsxs}from'react/jsx-runtime';const HelpCenterIcons = {
|
|
|
488
518
|
viewBox: "0 0 24 24",
|
|
489
519
|
fill: "none",
|
|
490
520
|
stroke: "currentColor",
|
|
491
|
-
strokeWidth: "
|
|
521
|
+
strokeWidth: "1.5",
|
|
492
522
|
strokeLinecap: "round",
|
|
493
523
|
strokeLinejoin: "round",
|
|
494
524
|
width: "24",
|
|
@@ -505,7 +535,7 @@ import {jsx,jsxs}from'react/jsx-runtime';const HelpCenterIcons = {
|
|
|
505
535
|
viewBox: "0 0 24 24",
|
|
506
536
|
fill: "none",
|
|
507
537
|
stroke: "currentColor",
|
|
508
|
-
strokeWidth: "
|
|
538
|
+
strokeWidth: "1.5",
|
|
509
539
|
strokeLinecap: "round",
|
|
510
540
|
strokeLinejoin: "round",
|
|
511
541
|
width: "24",
|
|
@@ -522,31 +552,51 @@ import {jsx,jsxs}from'react/jsx-runtime';const HelpCenterIcons = {
|
|
|
522
552
|
viewBox: "0 0 24 24",
|
|
523
553
|
fill: "none",
|
|
524
554
|
stroke: "currentColor",
|
|
525
|
-
strokeWidth: "
|
|
555
|
+
strokeWidth: "1.5",
|
|
526
556
|
strokeLinecap: "round",
|
|
527
557
|
strokeLinejoin: "round",
|
|
528
558
|
width: "24",
|
|
529
559
|
height: "24",
|
|
530
560
|
...props,
|
|
531
561
|
children: [jsx("path", {
|
|
532
|
-
d: "
|
|
533
|
-
}), jsx("
|
|
534
|
-
|
|
562
|
+
d: "M4 15s1-1 4-1 5 2 8 2 4-1 4-1V3s-1 1-4 1-5-2-8-2-4 1-4 1z"
|
|
563
|
+
}), jsx("line", {
|
|
564
|
+
x1: "4",
|
|
565
|
+
y1: "22",
|
|
566
|
+
x2: "4",
|
|
567
|
+
y2: "15"
|
|
535
568
|
})]
|
|
536
569
|
}),
|
|
537
|
-
Documentation: props =>
|
|
570
|
+
Documentation: props => jsxs("svg", {
|
|
538
571
|
xmlns: "http://www.w3.org/2000/svg",
|
|
539
572
|
viewBox: "0 0 24 24",
|
|
540
573
|
fill: "none",
|
|
541
574
|
stroke: "currentColor",
|
|
542
|
-
strokeWidth: "
|
|
575
|
+
strokeWidth: "1.5",
|
|
543
576
|
strokeLinecap: "round",
|
|
544
577
|
strokeLinejoin: "round",
|
|
545
578
|
width: "24",
|
|
546
579
|
height: "24",
|
|
547
580
|
...props,
|
|
548
|
-
children: jsx("path", {
|
|
549
|
-
d: "
|
|
550
|
-
})
|
|
581
|
+
children: [jsx("path", {
|
|
582
|
+
d: "M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"
|
|
583
|
+
}), jsx("polyline", {
|
|
584
|
+
points: "14 2 14 8 20 8"
|
|
585
|
+
}), jsx("line", {
|
|
586
|
+
x1: "16",
|
|
587
|
+
y1: "13",
|
|
588
|
+
x2: "8",
|
|
589
|
+
y2: "13"
|
|
590
|
+
}), jsx("line", {
|
|
591
|
+
x1: "16",
|
|
592
|
+
y1: "17",
|
|
593
|
+
x2: "8",
|
|
594
|
+
y2: "17"
|
|
595
|
+
}), jsx("line", {
|
|
596
|
+
x1: "10",
|
|
597
|
+
y1: "9",
|
|
598
|
+
x2: "8",
|
|
599
|
+
y2: "9"
|
|
600
|
+
})]
|
|
551
601
|
})
|
|
552
602
|
};export{HelpCenterIcons};//# sourceMappingURL=Icons.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Icons.js","sources":["../../../../src/pages/HelpCenter/components/Icons.tsx"],"sourcesContent":[null],"names":["_jsxs","_jsx"],"mappings":"yCAEa,MAAA,eAAe,GAAG;AAC3B,EAAA,UAAA,EAAU,KAAuC,IAAAA,IAC7C,CACI,KAAA,EAAA;
|
|
1
|
+
{"version":3,"file":"Icons.js","sources":["../../../../src/pages/HelpCenter/components/Icons.tsx"],"sourcesContent":[null],"names":["_jsxs","_jsx"],"mappings":"yCAEa,MAAA,eAAe,GAAG;AAC3B,EAAA,UAAA,EAAU,KAAuC,IAAAA,IAC7C,CACI,KAAA,EAAA;IAgBR,KAAK,EAAC,4BAEO;AAcb,IAAA,OAAA,EAAU,WAAyC;AAkBnD,IAAA,IAAA,EAAA,MAAY;AAiBZ,IAAA,MAAA,EAAA,cAAoD;AAmBpD,IAAA,aAAa,KAAoC;AAkBjD,IAAA,aAA8C,EAAA,OAC1C;IAgBJ,cAAgD,EAAA,OAC5C;AAoBJ,IAAA,KAAA,EAAO,IAAG;AAkBV,IAAA,MAAM,EAAE,IAAqC;AAkB7C,IAAA,GAAA,KAAS;IAmBT,QAAe,EAAA,CAAAC,GAAA,CAAA,QAAyC,EAAA;AAgBxD,MAAA,EAAK,EAAC,IAAoC;AAkB1C,MAAA,EAAA,EAAA,IAAA;AAmBA,MAAA,CAAA,EAAA;AAkBA,KAAA,CAAA,EAAAA,GAAA,CAAA,MAAkD,EAAA;MAkBpC,CAAA,EAAA;KAgBJ,CAAA,EAAAA,GAAA,CAAA,MAAG,EAAA;MAiBgB,CAAA,EAAA;AAC7B,KAAA,CAAA;IAmBA;KAoBoB,EAAA,KAAA,IAAAA,GAAA,CAAA,KAAE,EAAC;IAiBvB,KAAc,EAAA,4BACV;IAeJ,OAAkB,EAAA,WAAE;IAgBpB,IAAY,EAAA,MAAA;IAqBZ,MAAkB,EAAA,cAAG;IAiBrB,WAAW,EAAA,KAAsC;AAiBjD,IAAA,aAA+C,EAAA,OAC3C;IAgBJ,cAAa,EAAG,OAAsC;IAoBxD,KAAA,EAAA,IAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PopularArticle.d.ts","sourceRoot":"","sources":["../../../../src/pages/HelpCenter/components/PopularArticle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,MAAM,WAAW,mBAAmB;IAChC,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB;
|
|
1
|
+
{"version":3,"file":"PopularArticle.d.ts","sourceRoot":"","sources":["../../../../src/pages/HelpCenter/components/PopularArticle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,MAAM,WAAW,mBAAmB;IAChC,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB;AAWD,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CAsDxD,CAAC"}
|