@adminide-stack/clock-tik-browser 12.0.17-alpha.0
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 +3 -0
- package/lib/components/HelpCenterFooter.d.ts.map +1 -0
- package/lib/components/HelpCenterFooter.js +98 -0
- package/lib/components/HelpCenterFooter.js.map +1 -0
- package/lib/components/HelpCenterHeader.d.ts +7 -0
- package/lib/components/HelpCenterHeader.d.ts.map +1 -0
- package/lib/components/HelpCenterHeader.js +80 -0
- package/lib/components/HelpCenterHeader.js.map +1 -0
- package/lib/components/Logo.d.ts +4 -0
- package/lib/components/Logo.d.ts.map +1 -0
- package/lib/components/Logo.js +105 -0
- package/lib/components/Logo.js.map +1 -0
- package/lib/components/navbar/index.d.ts +7 -0
- package/lib/components/navbar/index.d.ts.map +1 -0
- package/lib/components/navbar/index.js +77 -0
- package/lib/components/navbar/index.js.map +1 -0
- package/lib/compute.d.ts +5 -0
- package/lib/compute.d.ts.map +1 -0
- package/lib/compute.js +59 -0
- package/lib/compute.js.map +1 -0
- package/lib/config.d.ts +43 -0
- package/lib/config.d.ts.map +1 -0
- package/lib/index.d.ts +4 -0
- package/lib/index.d.ts.map +1 -0
- package/lib/index.js +2 -0
- package/lib/index.js.map +1 -0
- package/lib/module.d.ts +4 -0
- package/lib/module.d.ts.map +1 -0
- package/lib/module.js +13 -0
- package/lib/module.js.map +1 -0
- package/lib/pages/ArticlePage/index.d.ts +4 -0
- package/lib/pages/ArticlePage/index.d.ts.map +1 -0
- package/lib/pages/ArticlePage/index.js +190 -0
- package/lib/pages/ArticlePage/index.js.map +1 -0
- package/lib/pages/CategoryCollection/index.d.ts +4 -0
- package/lib/pages/CategoryCollection/index.d.ts.map +1 -0
- package/lib/pages/CategoryCollection/index.js +121 -0
- package/lib/pages/CategoryCollection/index.js.map +1 -0
- package/lib/pages/GetStarted/components/ExampleCard.d.ts +10 -0
- package/lib/pages/GetStarted/components/ExampleCard.d.ts.map +1 -0
- package/lib/pages/GetStarted/components/GetStartedHero.d.ts +8 -0
- package/lib/pages/GetStarted/components/GetStartedHero.d.ts.map +1 -0
- package/lib/pages/GetStarted/components/InfoSection.d.ts +11 -0
- package/lib/pages/GetStarted/components/InfoSection.d.ts.map +1 -0
- package/lib/pages/GetStarted/components/TipCard.d.ts +10 -0
- package/lib/pages/GetStarted/components/TipCard.d.ts.map +1 -0
- package/lib/pages/GetStarted/components/UseCase.d.ts +13 -0
- package/lib/pages/GetStarted/components/UseCase.d.ts.map +1 -0
- package/lib/pages/GetStarted/index.d.ts +3 -0
- package/lib/pages/GetStarted/index.d.ts.map +1 -0
- package/lib/pages/GetStarted/index.js +776 -0
- package/lib/pages/GetStarted/index.js.map +1 -0
- package/lib/pages/HelpCenter/components/BookStack.d.ts +3 -0
- package/lib/pages/HelpCenter/components/BookStack.d.ts.map +1 -0
- package/lib/pages/HelpCenter/components/BookStack.js +36 -0
- package/lib/pages/HelpCenter/components/BookStack.js.map +1 -0
- package/lib/pages/HelpCenter/components/HelpCategoryCard.d.ts +21 -0
- package/lib/pages/HelpCenter/components/HelpCategoryCard.d.ts.map +1 -0
- package/lib/pages/HelpCenter/components/HelpCategoryCard.js +84 -0
- package/lib/pages/HelpCenter/components/HelpCategoryCard.js.map +1 -0
- package/lib/pages/HelpCenter/components/Icons.d.ts +22 -0
- package/lib/pages/HelpCenter/components/Icons.d.ts.map +1 -0
- package/lib/pages/HelpCenter/components/Icons.js +342 -0
- package/lib/pages/HelpCenter/components/Icons.js.map +1 -0
- package/lib/pages/HelpCenter/components/PopularArticle.d.ts +8 -0
- package/lib/pages/HelpCenter/components/PopularArticle.d.ts.map +1 -0
- package/lib/pages/HelpCenter/components/PopularArticle.js +51 -0
- package/lib/pages/HelpCenter/components/PopularArticle.js.map +1 -0
- package/lib/pages/HelpCenter/index.d.ts +4 -0
- package/lib/pages/HelpCenter/index.d.ts.map +1 -0
- package/lib/pages/HelpCenter/index.js +71 -0
- package/lib/pages/HelpCenter/index.js.map +1 -0
- package/lib/pages/HelpCenter/mockData.d.ts +8 -0
- package/lib/pages/HelpCenter/mockData.d.ts.map +1 -0
- package/lib/pages/HelpCenter/mockData.js +13 -0
- package/lib/pages/HelpCenter/mockData.js.map +1 -0
- package/lib/pages/LandingPage/components/ArticleCard.d.ts +11 -0
- package/lib/pages/LandingPage/components/ArticleCard.d.ts.map +1 -0
- package/lib/pages/LandingPage/components/ArticleCard.js +29 -0
- package/lib/pages/LandingPage/components/ArticleCard.js.map +1 -0
- package/lib/pages/LandingPage/components/Assets.d.ts +15 -0
- package/lib/pages/LandingPage/components/Assets.d.ts.map +1 -0
- package/lib/pages/LandingPage/components/Assets.js +14 -0
- package/lib/pages/LandingPage/components/Assets.js.map +1 -0
- package/lib/pages/LandingPage/components/CategoriesSection.d.ts +16 -0
- package/lib/pages/LandingPage/components/CategoriesSection.d.ts.map +1 -0
- package/lib/pages/LandingPage/components/CategoriesSection.js +31 -0
- package/lib/pages/LandingPage/components/CategoriesSection.js.map +1 -0
- package/lib/pages/LandingPage/components/CategoryCard.d.ts +11 -0
- package/lib/pages/LandingPage/components/CategoryCard.d.ts.map +1 -0
- package/lib/pages/LandingPage/components/CategoryCard.js +25 -0
- package/lib/pages/LandingPage/components/CategoryCard.js.map +1 -0
- package/lib/pages/LandingPage/components/FeaturedSection.d.ts +15 -0
- package/lib/pages/LandingPage/components/FeaturedSection.d.ts.map +1 -0
- package/lib/pages/LandingPage/components/FeaturedSection.js +24 -0
- package/lib/pages/LandingPage/components/FeaturedSection.js.map +1 -0
- package/lib/pages/LandingPage/components/HeroSection.d.ts +9 -0
- package/lib/pages/LandingPage/components/HeroSection.d.ts.map +1 -0
- package/lib/pages/LandingPage/components/HeroSection.js +46 -0
- package/lib/pages/LandingPage/components/HeroSection.js.map +1 -0
- package/lib/pages/LandingPage/components/Icons.d.ts +14 -0
- package/lib/pages/LandingPage/components/Icons.d.ts.map +1 -0
- package/lib/pages/LandingPage/components/Icons.js +174 -0
- package/lib/pages/LandingPage/components/Icons.js.map +1 -0
- package/lib/pages/LandingPage/components/ResourceCard.d.ts +12 -0
- package/lib/pages/LandingPage/components/ResourceCard.d.ts.map +1 -0
- package/lib/pages/LandingPage/components/ResourceCard.js +30 -0
- package/lib/pages/LandingPage/components/ResourceCard.js.map +1 -0
- package/lib/pages/LandingPage/components/ResourcesSection.d.ts +18 -0
- package/lib/pages/LandingPage/components/ResourcesSection.d.ts.map +1 -0
- package/lib/pages/LandingPage/components/ResourcesSection.js +26 -0
- package/lib/pages/LandingPage/components/ResourcesSection.js.map +1 -0
- package/lib/pages/LandingPage/components/SearchBar.d.ts +8 -0
- package/lib/pages/LandingPage/components/SearchBar.d.ts.map +1 -0
- package/lib/pages/LandingPage/components/SearchBar.js +58 -0
- package/lib/pages/LandingPage/components/SearchBar.js.map +1 -0
- package/lib/pages/LandingPage/index.d.ts +3 -0
- package/lib/pages/LandingPage/index.d.ts.map +1 -0
- package/lib/pages/LandingPage/index.js +209 -0
- package/lib/pages/LandingPage/index.js.map +1 -0
- package/lib/routes.json +58 -0
- package/lib/slot-fill/FooterFill.d.ts +3 -0
- package/lib/slot-fill/FooterFill.d.ts.map +1 -0
- package/lib/slot-fill/FooterFill.js +12 -0
- package/lib/slot-fill/FooterFill.js.map +1 -0
- package/lib/slot-fill/HeaderSearchButtonFill.d.ts +3 -0
- package/lib/slot-fill/HeaderSearchButtonFill.d.ts.map +1 -0
- package/lib/slot-fill/LogoFill.d.ts +5 -0
- package/lib/slot-fill/LogoFill.d.ts.map +1 -0
- package/lib/slot-fill/LogoFill.js +74 -0
- package/lib/slot-fill/LogoFill.js.map +1 -0
- package/lib/slot-fill/RightContentFill.d.ts +3 -0
- package/lib/slot-fill/RightContentFill.d.ts.map +1 -0
- package/lib/slot-fill/RightContentFill.js +14 -0
- package/lib/slot-fill/RightContentFill.js.map +1 -0
- package/lib/slot-fill/SearchBarFill.d.ts +4 -0
- package/lib/slot-fill/SearchBarFill.d.ts.map +1 -0
- package/lib/slot-fill/consts.d.ts +5 -0
- package/lib/slot-fill/consts.d.ts.map +1 -0
- package/lib/slot-fill/consts.js +2 -0
- package/lib/slot-fill/consts.js.map +1 -0
- package/lib/slot-fill/index.d.ts +6 -0
- package/lib/slot-fill/index.d.ts.map +1 -0
- package/lib/utils/helpCenterUtils.d.ts +26 -0
- package/lib/utils/helpCenterUtils.d.ts.map +1 -0
- package/lib/utils/index.d.ts +3 -0
- package/lib/utils/index.d.ts.map +1 -0
- package/lib/utils/index.js +3 -0
- package/lib/utils/index.js.map +1 -0
- package/lib/utils/markdownLoader.d.ts +32 -0
- package/lib/utils/markdownLoader.d.ts.map +1 -0
- package/lib/utils/markdownLoader.js +1287 -0
- package/lib/utils/markdownLoader.js.map +1 -0
- package/package.json +56 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../src/pages/GetStarted/index.tsx"],"sourcesContent":[null],"names":["_jsxs","_jsx"],"mappings":"0GAGM,MAAA,cAAc,GAAG,MAAK;SACjBA,IACE,CAAA,KAAA,EAAA;AAouBb,IAAE,SAAA,EAAA,4BAAA;AAEF,IAAA,QAAA,EAAA,CAAeC,aAAc,EAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BookStack.d.ts","sourceRoot":"","sources":["../../../../src/pages/HelpCenter/components/BookStack.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,EA0C7B,CAAC"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import {jsx,jsxs}from'react/jsx-runtime';const BookStack = () => {
|
|
2
|
+
return jsx("div", {
|
|
3
|
+
className: "transform w-full p-20",
|
|
4
|
+
children: jsxs("div", {
|
|
5
|
+
className: "relative h-full w-full",
|
|
6
|
+
children: [jsx("img", {
|
|
7
|
+
src: "https://images.unsplash.com/photo-1495446815901-a7297e633e8d?auto=format&fit=crop&q=80&w=1000",
|
|
8
|
+
alt: "Stack of books",
|
|
9
|
+
className: "h-full w-full rounded-lg object-cover",
|
|
10
|
+
style: {
|
|
11
|
+
clipPath: 'polygon(0 0, 100% 0, 100% 100%, 0 100%)',
|
|
12
|
+
transform: 'perspective(1200px) rotateY(-15deg) rotateX(5deg)',
|
|
13
|
+
boxShadow: '0 25px 50px -12px rgba(0, 0, 0, 0.25)'
|
|
14
|
+
}
|
|
15
|
+
}), jsx("div", {
|
|
16
|
+
className: "absolute -right-0 -top-0 h-full w-full rounded-lg bg-teal-400 opacity-20",
|
|
17
|
+
style: {
|
|
18
|
+
transform: 'perspective(1200px) rotateY(-15deg) rotateX(5deg) translateZ(-20px)',
|
|
19
|
+
boxShadow: '0 25px 50px -12px rgba(0, 0, 0, 0.25)'
|
|
20
|
+
}
|
|
21
|
+
}), jsx("div", {
|
|
22
|
+
className: "absolute -right-6 -top-6 h-full w-full rounded-lg bg-teal-500 opacity-10",
|
|
23
|
+
style: {
|
|
24
|
+
transform: 'perspective(1200px) rotateY(-15deg) rotateX(5deg) translateZ(-40px)',
|
|
25
|
+
boxShadow: '0 25px 50px -12px rgba(0, 0, 0, 0.25)'
|
|
26
|
+
}
|
|
27
|
+
}), jsx("div", {
|
|
28
|
+
className: "absolute -right-12 -top-12 h-full w-full rounded-lg bg-teal-500 opacity-10",
|
|
29
|
+
style: {
|
|
30
|
+
transform: 'perspective(1200px) rotateY(-15deg) rotateX(5deg) translateZ(-40px)',
|
|
31
|
+
boxShadow: '0 25px 50px -12px rgba(0, 0, 0, 0.25)'
|
|
32
|
+
}
|
|
33
|
+
})]
|
|
34
|
+
})
|
|
35
|
+
});
|
|
36
|
+
};export{BookStack};//# sourceMappingURL=BookStack.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BookStack.js","sources":["../../../../src/pages/HelpCenter/components/BookStack.tsx"],"sourcesContent":[null],"names":["_jsx","_jsxs"],"mappings":"yCAEO,MAAM,SAAS,GAAa,MAAK;SAC7BA,GACE,CAAA,KAAA,EAAA;AAQW,IAAA,SAAA,EAAA,uBAAmD;AACnD,IAAA,QAAA,EAAAC,IAAA,CAAA,KAAA,EAAA;AACA,MAAA,SAAA,EAAA,wBAAkD;AACrD,MAAA,QAAA,EAAA,CAAAD,GAAA,CAAA,KAKD,EAAA;AAEI,QAAA,GAAA,EAAA,+FAAgF;AAChF,QAAA,GAAA,EAAA,gBAAA;AACH,QAAA,SAAA,EAAA,uCAImF;AAEhF,QAAA,KAAA,EAAA;AACA,UAAA,QAAA,EAAA,yCAAkD;AACrD,UAAA,SAAA,EAAA,mDAGqF;AAElF,UAAA,SAAA,EAAA;AACA;qBAED;AAIvB,QAAE,SAAA,EAAA,0EAAA;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface CategoryAuthor {
|
|
3
|
+
name: string;
|
|
4
|
+
articles: number;
|
|
5
|
+
}
|
|
6
|
+
export interface HelpCategory {
|
|
7
|
+
id: string;
|
|
8
|
+
title: string;
|
|
9
|
+
description: string;
|
|
10
|
+
iconType: string;
|
|
11
|
+
icon?: React.ReactNode;
|
|
12
|
+
authors?: CategoryAuthor[];
|
|
13
|
+
}
|
|
14
|
+
interface HelpCategoryCardProps {
|
|
15
|
+
category: HelpCategory;
|
|
16
|
+
className?: string;
|
|
17
|
+
onClick?: (id: string) => void;
|
|
18
|
+
}
|
|
19
|
+
export declare const HelpCategoryCard: React.FC<HelpCategoryCardProps>;
|
|
20
|
+
export {};
|
|
21
|
+
//# sourceMappingURL=HelpCategoryCard.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HelpCategoryCard.d.ts","sourceRoot":"","sources":["../../../../src/pages/HelpCenter/components/HelpCategoryCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,MAAM,WAAW,cAAc;IAC3B,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,YAAY;IACzB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,OAAO,CAAC,EAAE,cAAc,EAAE,CAAC;CAC9B;AAED,UAAU,qBAAqB;IAC3B,QAAQ,EAAE,YAAY,CAAC;IACvB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;CAClC;AAED,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,EAAE,CAAC,qBAAqB,CAgF5D,CAAC"}
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
import {jsxs,jsx}from'react/jsx-runtime';import {cn}from'../../../utils/index.js';import {HelpCenterIcons}from'./Icons.js';const HelpCategoryCard = ({
|
|
2
|
+
category,
|
|
3
|
+
className,
|
|
4
|
+
onClick
|
|
5
|
+
}) => {
|
|
6
|
+
const handleClick = () => {
|
|
7
|
+
if (onClick) {
|
|
8
|
+
onClick(category.id);
|
|
9
|
+
}
|
|
10
|
+
};
|
|
11
|
+
const renderIcon = iconType => {
|
|
12
|
+
// TypeScript will complain about indexing with a string, so we need this check
|
|
13
|
+
if (iconType in HelpCenterIcons) {
|
|
14
|
+
const IconComponent = HelpCenterIcons[iconType];
|
|
15
|
+
return jsx(IconComponent, {
|
|
16
|
+
className: "w-6 h-6 text-white"
|
|
17
|
+
});
|
|
18
|
+
}
|
|
19
|
+
// Fallback icon if not found
|
|
20
|
+
return jsx("svg", {
|
|
21
|
+
className: "w-6 h-6 text-white",
|
|
22
|
+
fill: "none",
|
|
23
|
+
stroke: "currentColor",
|
|
24
|
+
viewBox: "0 0 24 24",
|
|
25
|
+
children: jsx("path", {
|
|
26
|
+
strokeLinecap: "round",
|
|
27
|
+
strokeLinejoin: "round",
|
|
28
|
+
strokeWidth: 2,
|
|
29
|
+
d: "M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z"
|
|
30
|
+
})
|
|
31
|
+
});
|
|
32
|
+
};
|
|
33
|
+
return jsxs("div", {
|
|
34
|
+
className: cn('group relative cursor-pointer overflow-hidden rounded-2xl bg-card p-8 shadow-sm transition-all duration-300 hover:shadow-xl hover:-translate-y-1', 'border border-border hover:border-primary/50', className),
|
|
35
|
+
onClick: handleClick,
|
|
36
|
+
children: [jsx("div", {
|
|
37
|
+
className: "absolute inset-0 bg-gradient-to-br from-primary/0 via-primary/0 to-primary/0 transition-all duration-300 group-hover:from-primary/5 group-hover:via-primary/3 group-hover:to-primary/5"
|
|
38
|
+
}), jsxs("div", {
|
|
39
|
+
className: "relative z-10",
|
|
40
|
+
children: [jsx("div", {
|
|
41
|
+
className: "mb-6 flex h-12 w-12 items-center justify-center rounded-xl bg-primary text-foreground text-white shadow-lg",
|
|
42
|
+
children: jsx("div", {
|
|
43
|
+
className: "text-foreground",
|
|
44
|
+
children: renderIcon(category.iconType)
|
|
45
|
+
})
|
|
46
|
+
}), jsx("h3", {
|
|
47
|
+
className: "mb-3 text-xl font-semibold text-foreground group-hover:text-primary transition-colors",
|
|
48
|
+
children: category.title
|
|
49
|
+
}), jsx("p", {
|
|
50
|
+
className: "mb-6 text-muted-foreground leading-relaxed",
|
|
51
|
+
children: category.description
|
|
52
|
+
}), category.authors && category.authors.length > 0 && jsx("div", {
|
|
53
|
+
className: "flex items-center space-x-3 text-sm text-muted-foreground",
|
|
54
|
+
children: category.authors.map((author, index) => jsxs("div", {
|
|
55
|
+
className: "flex items-center",
|
|
56
|
+
children: [jsx("div", {
|
|
57
|
+
className: "mr-2 flex h-6 w-6 items-center justify-center rounded-full bg-muted text-xs font-medium text-foreground",
|
|
58
|
+
children: author.name.charAt(0)
|
|
59
|
+
}), jsxs("span", {
|
|
60
|
+
className: "font-medium",
|
|
61
|
+
children: [author.name, " \u2022 ", author.articles, " ", author.articles === 1 ? 'article' : 'articles']
|
|
62
|
+
})]
|
|
63
|
+
}, index))
|
|
64
|
+
}), jsxs("div", {
|
|
65
|
+
className: "mt-6 flex items-center text-primary opacity-0 transition-all duration-300 group-hover:opacity-100",
|
|
66
|
+
children: [jsx("span", {
|
|
67
|
+
className: "text-sm font-medium",
|
|
68
|
+
children: "Explore"
|
|
69
|
+
}), jsx("svg", {
|
|
70
|
+
className: "ml-2 h-4 w-4 transition-transform duration-300 group-hover:translate-x-1",
|
|
71
|
+
fill: "none",
|
|
72
|
+
stroke: "currentColor",
|
|
73
|
+
viewBox: "0 0 24 24",
|
|
74
|
+
children: jsx("path", {
|
|
75
|
+
strokeLinecap: "round",
|
|
76
|
+
strokeLinejoin: "round",
|
|
77
|
+
strokeWidth: 2,
|
|
78
|
+
d: "M9 5l7 7-7 7"
|
|
79
|
+
})
|
|
80
|
+
})]
|
|
81
|
+
})]
|
|
82
|
+
})]
|
|
83
|
+
});
|
|
84
|
+
};export{HelpCategoryCard};//# sourceMappingURL=HelpCategoryCard.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HelpCategoryCard.js","sources":["../../../../src/pages/HelpCenter/components/HelpCategoryCard.tsx"],"sourcesContent":[null],"names":["_jsx"],"mappings":"2HAwBO,MAAM,gBAAgB,GAAoC,CAAC;UACxD;WACE;AACA,EAAA;;AAER,EAAA,MAAE,WAAA,GAAA,MAAA;AAEF,IAAA,IAAA,OAAgB,EAAA;aACmE,CAAA,QAAA,CAAA,EAAA,CAAA;AAC/E;AACI,GAAA;AACA,EAAA,MAAA,UAAA,WAAqB,IAAA;;QAGzB,QAA6B,IAAA,eAAA,EAAA;AAC7B,MAAA,MAAA,aACS,GAAA,eAAU,CAAA,QAAA,CAAA;AASvB,MAAE,OAAAA,GAAA,CAAA,aAAA,EAAA;QAEK;AAqDX,OAAE,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const HelpCenterIcons: {
|
|
3
|
+
Perplexity: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
Pro: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
Features: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
Subscription: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
SearchModes: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
Enterprise: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
Account: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
Assistant: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
Privacy: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
Spaces: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
13
|
+
Threads: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
14
|
+
Troubleshooting: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
15
|
+
Api: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
16
|
+
FileUploads: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
17
|
+
TechnicalQuestions: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
18
|
+
DataPrivacy: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
19
|
+
GettingStarted: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
20
|
+
StudentHub: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
21
|
+
};
|
|
22
|
+
//# sourceMappingURL=Icons.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Icons.d.ts","sourceRoot":"","sources":["../../../../src/pages/HelpCenter/components/Icons.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,eAAO,MAAM,eAAe;wBACJ,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC;iBAkBpC,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC;sBAkBxB,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC;0BAgBzB,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC;yBAiB9B,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC;wBAiB9B,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC;qBAiBhC,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC;uBAiB3B,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC;qBAiB/B,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC;oBAiB9B,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC;qBAgB5B,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC;6BAgBrB,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC;iBAgBzC,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC;yBAkBrB,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC;gCAmBtB,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC;yBAoBpC,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC;4BAiB1B,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC;wBAiBjC,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC;CAiBpD,CAAC"}
|
|
@@ -0,0 +1,342 @@
|
|
|
1
|
+
import {jsxs,jsx}from'react/jsx-runtime';const HelpCenterIcons = {
|
|
2
|
+
Perplexity: props => jsxs("svg", {
|
|
3
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
+
viewBox: "0 0 24 24",
|
|
5
|
+
fill: "none",
|
|
6
|
+
stroke: "currentColor",
|
|
7
|
+
strokeWidth: "2",
|
|
8
|
+
strokeLinecap: "round",
|
|
9
|
+
strokeLinejoin: "round",
|
|
10
|
+
width: "24",
|
|
11
|
+
height: "24",
|
|
12
|
+
...props,
|
|
13
|
+
children: [jsx("circle", {
|
|
14
|
+
cx: "12",
|
|
15
|
+
cy: "12",
|
|
16
|
+
r: "10"
|
|
17
|
+
}), jsx("path", {
|
|
18
|
+
d: "M9 12h6"
|
|
19
|
+
}), jsx("path", {
|
|
20
|
+
d: "M12 9v6"
|
|
21
|
+
})]
|
|
22
|
+
}),
|
|
23
|
+
Pro: props => jsxs("svg", {
|
|
24
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
25
|
+
viewBox: "0 0 24 24",
|
|
26
|
+
fill: "none",
|
|
27
|
+
stroke: "currentColor",
|
|
28
|
+
strokeWidth: "2",
|
|
29
|
+
strokeLinecap: "round",
|
|
30
|
+
strokeLinejoin: "round",
|
|
31
|
+
width: "24",
|
|
32
|
+
height: "24",
|
|
33
|
+
...props,
|
|
34
|
+
children: [jsx("path", {
|
|
35
|
+
d: "M20 7h-9l-2-3h-6c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-9c0-1.1-.9-2-2-2z"
|
|
36
|
+
}), jsx("path", {
|
|
37
|
+
d: "m16 13-3-3-3 3"
|
|
38
|
+
}), jsx("path", {
|
|
39
|
+
d: "M13 10v6"
|
|
40
|
+
})]
|
|
41
|
+
}),
|
|
42
|
+
Features: props => jsx("svg", {
|
|
43
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
44
|
+
viewBox: "0 0 24 24",
|
|
45
|
+
fill: "none",
|
|
46
|
+
stroke: "currentColor",
|
|
47
|
+
strokeWidth: "2",
|
|
48
|
+
strokeLinecap: "round",
|
|
49
|
+
strokeLinejoin: "round",
|
|
50
|
+
width: "24",
|
|
51
|
+
height: "24",
|
|
52
|
+
...props,
|
|
53
|
+
children: jsx("path", {
|
|
54
|
+
d: "M19 14c1.49-1.46 3-3.21 3-5.5A5.5 5.5 0 0 0 16.5 3c-1.76 0-3 .5-4.5 2-1.5-1.5-2.74-2-4.5-2A5.5 5.5 0 0 0 2 8.5c0 2.3 1.5 4.05 3 5.5l7 7Z"
|
|
55
|
+
})
|
|
56
|
+
}),
|
|
57
|
+
Subscription: props => jsxs("svg", {
|
|
58
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
59
|
+
viewBox: "0 0 24 24",
|
|
60
|
+
fill: "none",
|
|
61
|
+
stroke: "currentColor",
|
|
62
|
+
strokeWidth: "2",
|
|
63
|
+
strokeLinecap: "round",
|
|
64
|
+
strokeLinejoin: "round",
|
|
65
|
+
width: "24",
|
|
66
|
+
height: "24",
|
|
67
|
+
...props,
|
|
68
|
+
children: [jsx("rect", {
|
|
69
|
+
width: "20",
|
|
70
|
+
height: "14",
|
|
71
|
+
x: "2",
|
|
72
|
+
y: "5",
|
|
73
|
+
rx: "2"
|
|
74
|
+
}), jsx("line", {
|
|
75
|
+
x1: "2",
|
|
76
|
+
x2: "22",
|
|
77
|
+
y1: "10",
|
|
78
|
+
y2: "10"
|
|
79
|
+
})]
|
|
80
|
+
}),
|
|
81
|
+
SearchModes: props => jsxs("svg", {
|
|
82
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
83
|
+
viewBox: "0 0 24 24",
|
|
84
|
+
fill: "none",
|
|
85
|
+
stroke: "currentColor",
|
|
86
|
+
strokeWidth: "2",
|
|
87
|
+
strokeLinecap: "round",
|
|
88
|
+
strokeLinejoin: "round",
|
|
89
|
+
width: "24",
|
|
90
|
+
height: "24",
|
|
91
|
+
...props,
|
|
92
|
+
children: [jsx("path", {
|
|
93
|
+
d: "M11 3a8 8 0 1 0 0 16 8 8 0 0 0 0-16z"
|
|
94
|
+
}), jsx("path", {
|
|
95
|
+
d: "m21 21-4.3-4.3"
|
|
96
|
+
})]
|
|
97
|
+
}),
|
|
98
|
+
Enterprise: props => jsxs("svg", {
|
|
99
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
100
|
+
viewBox: "0 0 24 24",
|
|
101
|
+
fill: "none",
|
|
102
|
+
stroke: "currentColor",
|
|
103
|
+
strokeWidth: "2",
|
|
104
|
+
strokeLinecap: "round",
|
|
105
|
+
strokeLinejoin: "round",
|
|
106
|
+
width: "24",
|
|
107
|
+
height: "24",
|
|
108
|
+
...props,
|
|
109
|
+
children: [jsx("path", {
|
|
110
|
+
d: "M2 17 12 7l10 10"
|
|
111
|
+
}), jsx("path", {
|
|
112
|
+
d: "M2 7h20"
|
|
113
|
+
})]
|
|
114
|
+
}),
|
|
115
|
+
Account: props => jsxs("svg", {
|
|
116
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
117
|
+
viewBox: "0 0 24 24",
|
|
118
|
+
fill: "none",
|
|
119
|
+
stroke: "currentColor",
|
|
120
|
+
strokeWidth: "2",
|
|
121
|
+
strokeLinecap: "round",
|
|
122
|
+
strokeLinejoin: "round",
|
|
123
|
+
width: "24",
|
|
124
|
+
height: "24",
|
|
125
|
+
...props,
|
|
126
|
+
children: [jsx("path", {
|
|
127
|
+
d: "M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2"
|
|
128
|
+
}), jsx("circle", {
|
|
129
|
+
cx: "12",
|
|
130
|
+
cy: "7",
|
|
131
|
+
r: "4"
|
|
132
|
+
})]
|
|
133
|
+
}),
|
|
134
|
+
Assistant: props => jsxs("svg", {
|
|
135
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
136
|
+
viewBox: "0 0 24 24",
|
|
137
|
+
fill: "none",
|
|
138
|
+
stroke: "currentColor",
|
|
139
|
+
strokeWidth: "2",
|
|
140
|
+
strokeLinecap: "round",
|
|
141
|
+
strokeLinejoin: "round",
|
|
142
|
+
width: "24",
|
|
143
|
+
height: "24",
|
|
144
|
+
...props,
|
|
145
|
+
children: [jsx("rect", {
|
|
146
|
+
width: "16",
|
|
147
|
+
height: "20",
|
|
148
|
+
x: "4",
|
|
149
|
+
y: "2",
|
|
150
|
+
rx: "2"
|
|
151
|
+
}), jsx("path", {
|
|
152
|
+
d: "M12 18h.01"
|
|
153
|
+
})]
|
|
154
|
+
}),
|
|
155
|
+
Privacy: props => jsxs("svg", {
|
|
156
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
157
|
+
viewBox: "0 0 24 24",
|
|
158
|
+
fill: "none",
|
|
159
|
+
stroke: "currentColor",
|
|
160
|
+
strokeWidth: "2",
|
|
161
|
+
strokeLinecap: "round",
|
|
162
|
+
strokeLinejoin: "round",
|
|
163
|
+
width: "24",
|
|
164
|
+
height: "24",
|
|
165
|
+
...props,
|
|
166
|
+
children: [jsx("rect", {
|
|
167
|
+
width: "18",
|
|
168
|
+
height: "11",
|
|
169
|
+
x: "3",
|
|
170
|
+
y: "11",
|
|
171
|
+
rx: "2",
|
|
172
|
+
ry: "2"
|
|
173
|
+
}), jsx("path", {
|
|
174
|
+
d: "M7 11V7a5 5 0 0 1 10 0v4"
|
|
175
|
+
})]
|
|
176
|
+
}),
|
|
177
|
+
Spaces: props => jsx("svg", {
|
|
178
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
179
|
+
viewBox: "0 0 24 24",
|
|
180
|
+
fill: "none",
|
|
181
|
+
stroke: "currentColor",
|
|
182
|
+
strokeWidth: "2",
|
|
183
|
+
strokeLinecap: "round",
|
|
184
|
+
strokeLinejoin: "round",
|
|
185
|
+
width: "24",
|
|
186
|
+
height: "24",
|
|
187
|
+
...props,
|
|
188
|
+
children: jsx("path", {
|
|
189
|
+
d: "M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H20v20H6.5a2.5 2.5 0 0 1 0-5H20"
|
|
190
|
+
})
|
|
191
|
+
}),
|
|
192
|
+
Threads: props => jsx("svg", {
|
|
193
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
194
|
+
viewBox: "0 0 24 24",
|
|
195
|
+
fill: "none",
|
|
196
|
+
stroke: "currentColor",
|
|
197
|
+
strokeWidth: "2",
|
|
198
|
+
strokeLinecap: "round",
|
|
199
|
+
strokeLinejoin: "round",
|
|
200
|
+
width: "24",
|
|
201
|
+
height: "24",
|
|
202
|
+
...props,
|
|
203
|
+
children: jsx("path", {
|
|
204
|
+
d: "M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"
|
|
205
|
+
})
|
|
206
|
+
}),
|
|
207
|
+
Troubleshooting: props => jsx("svg", {
|
|
208
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
209
|
+
viewBox: "0 0 24 24",
|
|
210
|
+
fill: "none",
|
|
211
|
+
stroke: "currentColor",
|
|
212
|
+
strokeWidth: "2",
|
|
213
|
+
strokeLinecap: "round",
|
|
214
|
+
strokeLinejoin: "round",
|
|
215
|
+
width: "24",
|
|
216
|
+
height: "24",
|
|
217
|
+
...props,
|
|
218
|
+
children: jsx("path", {
|
|
219
|
+
d: "M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z"
|
|
220
|
+
})
|
|
221
|
+
}),
|
|
222
|
+
Api: props => jsxs("svg", {
|
|
223
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
224
|
+
viewBox: "0 0 24 24",
|
|
225
|
+
fill: "none",
|
|
226
|
+
stroke: "currentColor",
|
|
227
|
+
strokeWidth: "2",
|
|
228
|
+
strokeLinecap: "round",
|
|
229
|
+
strokeLinejoin: "round",
|
|
230
|
+
width: "24",
|
|
231
|
+
height: "24",
|
|
232
|
+
...props,
|
|
233
|
+
children: [jsx("path", {
|
|
234
|
+
d: "M18 21a6 6 0 0 0 0-12h-4a6 6 0 1 0 0 12"
|
|
235
|
+
}), jsx("path", {
|
|
236
|
+
d: "M14 21a6 6 0 0 0 0-12"
|
|
237
|
+
}), jsx("path", {
|
|
238
|
+
d: "M10 9a6 6 0 0 0 0 12"
|
|
239
|
+
})]
|
|
240
|
+
}),
|
|
241
|
+
FileUploads: props => jsxs("svg", {
|
|
242
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
243
|
+
viewBox: "0 0 24 24",
|
|
244
|
+
fill: "none",
|
|
245
|
+
stroke: "currentColor",
|
|
246
|
+
strokeWidth: "2",
|
|
247
|
+
strokeLinecap: "round",
|
|
248
|
+
strokeLinejoin: "round",
|
|
249
|
+
width: "24",
|
|
250
|
+
height: "24",
|
|
251
|
+
...props,
|
|
252
|
+
children: [jsx("path", {
|
|
253
|
+
d: "M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"
|
|
254
|
+
}), jsx("polyline", {
|
|
255
|
+
points: "14 2 14 8 20 8"
|
|
256
|
+
}), jsx("path", {
|
|
257
|
+
d: "M12 12v6"
|
|
258
|
+
}), jsx("path", {
|
|
259
|
+
d: "m15 15-3-3-3 3"
|
|
260
|
+
})]
|
|
261
|
+
}),
|
|
262
|
+
TechnicalQuestions: props => jsxs("svg", {
|
|
263
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
264
|
+
viewBox: "0 0 24 24",
|
|
265
|
+
fill: "none",
|
|
266
|
+
stroke: "currentColor",
|
|
267
|
+
strokeWidth: "2",
|
|
268
|
+
strokeLinecap: "round",
|
|
269
|
+
strokeLinejoin: "round",
|
|
270
|
+
width: "24",
|
|
271
|
+
height: "24",
|
|
272
|
+
...props,
|
|
273
|
+
children: [jsx("rect", {
|
|
274
|
+
width: "20",
|
|
275
|
+
height: "16",
|
|
276
|
+
x: "2",
|
|
277
|
+
y: "4",
|
|
278
|
+
rx: "2"
|
|
279
|
+
}), jsx("path", {
|
|
280
|
+
d: "M10 8v8"
|
|
281
|
+
}), jsx("path", {
|
|
282
|
+
d: "m6 12 4-4 4 4"
|
|
283
|
+
}), jsx("path", {
|
|
284
|
+
d: "M18 16v-4"
|
|
285
|
+
}), jsx("path", {
|
|
286
|
+
d: "M18 8h.01"
|
|
287
|
+
})]
|
|
288
|
+
}),
|
|
289
|
+
DataPrivacy: props => jsxs("svg", {
|
|
290
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
291
|
+
viewBox: "0 0 24 24",
|
|
292
|
+
fill: "none",
|
|
293
|
+
stroke: "currentColor",
|
|
294
|
+
strokeWidth: "2",
|
|
295
|
+
strokeLinecap: "round",
|
|
296
|
+
strokeLinejoin: "round",
|
|
297
|
+
width: "24",
|
|
298
|
+
height: "24",
|
|
299
|
+
...props,
|
|
300
|
+
children: [jsx("path", {
|
|
301
|
+
d: "M12 2a5 5 0 0 0-5 5v3h10V7a5 5 0 0 0-5-5Z"
|
|
302
|
+
}), jsx("path", {
|
|
303
|
+
d: "M19 10h1a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h1"
|
|
304
|
+
})]
|
|
305
|
+
}),
|
|
306
|
+
GettingStarted: props => jsxs("svg", {
|
|
307
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
308
|
+
viewBox: "0 0 24 24",
|
|
309
|
+
fill: "none",
|
|
310
|
+
stroke: "currentColor",
|
|
311
|
+
strokeWidth: "2",
|
|
312
|
+
strokeLinecap: "round",
|
|
313
|
+
strokeLinejoin: "round",
|
|
314
|
+
width: "24",
|
|
315
|
+
height: "24",
|
|
316
|
+
...props,
|
|
317
|
+
children: [jsx("circle", {
|
|
318
|
+
cx: "12",
|
|
319
|
+
cy: "12",
|
|
320
|
+
r: "10"
|
|
321
|
+
}), jsx("path", {
|
|
322
|
+
d: "M10 8v8l6-4-6-4z"
|
|
323
|
+
})]
|
|
324
|
+
}),
|
|
325
|
+
StudentHub: props => jsxs("svg", {
|
|
326
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
327
|
+
viewBox: "0 0 24 24",
|
|
328
|
+
fill: "none",
|
|
329
|
+
stroke: "currentColor",
|
|
330
|
+
strokeWidth: "2",
|
|
331
|
+
strokeLinecap: "round",
|
|
332
|
+
strokeLinejoin: "round",
|
|
333
|
+
width: "24",
|
|
334
|
+
height: "24",
|
|
335
|
+
...props,
|
|
336
|
+
children: [jsx("path", {
|
|
337
|
+
d: "M22 10v6M2 10l10-5 10 5-10 5z"
|
|
338
|
+
}), jsx("path", {
|
|
339
|
+
d: "M6 12v5c3 3 9 3 12 0v-5"
|
|
340
|
+
})]
|
|
341
|
+
})
|
|
342
|
+
};export{HelpCenterIcons};//# sourceMappingURL=Icons.js.map
|
|
@@ -0,0 +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;AAgBR,IAAA,KAAK,EAAqC,4BAE7B;IAgBb,OAAQ,EAAA,WAA2C;AAgBnD,IAAA,IAAA,EAAA,MAAY;IAiBZ,MAAW,EAAA,cAAyC;IAiBpD,WAAU,EAAG,GAAA;AAiBb,IAAA,aAA8C,EAAA,OAC1C;AAgBJ,IAAA,cAAgD,EAAA,OAC5C;AAgBJ,IAAA,KAAA,EAAO,IAAG;IAiBV,MAAM,EAAE,IAAC;IAgBT,GAAO,KAAA;IAgBP,QAAe,EAAA,CAAAC,GAAA,CAAA,QAAyC,EAAA;AAgBxD,MAAA,EAAK,EAAC,IAAoC;AAkB1C,MAAA,EAAA,EAAA,IAAA;MAmBkB,CAAA,EAAA;KAoBP,CAAA,EAAAA,GAAA,CAAA,MAAG,EAAA;AAiBd,MAAA,CAAA,EAAA;KAiBU,CAAA,EAAAA,GAAA,CAAA,MAAG,EAAA;MAiBf,CAAA,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +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;AAED,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CAgCxD,CAAC"}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import {jsx,jsxs}from'react/jsx-runtime';import {cn}from'../../../utils/index.js';const PopularArticle = ({
|
|
2
|
+
title,
|
|
3
|
+
link,
|
|
4
|
+
className
|
|
5
|
+
}) => {
|
|
6
|
+
return jsx("div", {
|
|
7
|
+
className: cn('group', className),
|
|
8
|
+
children: jsxs("a", {
|
|
9
|
+
href: link,
|
|
10
|
+
className: "flex items-center justify-between rounded-xl border border-border bg-card px-6 py-4 transition-all duration-200 hover:border-primary/50 hover:shadow-md hover:-translate-y-0.5",
|
|
11
|
+
children: [jsxs("div", {
|
|
12
|
+
className: "flex items-center space-x-4",
|
|
13
|
+
children: [jsx("div", {
|
|
14
|
+
className: "flex h-8 w-8 items-center justify-center rounded-lg bg-primary/10 text-primary",
|
|
15
|
+
children: jsx("svg", {
|
|
16
|
+
className: "h-4 w-4",
|
|
17
|
+
fill: "none",
|
|
18
|
+
stroke: "currentColor",
|
|
19
|
+
viewBox: "0 0 24 24",
|
|
20
|
+
children: jsx("path", {
|
|
21
|
+
strokeLinecap: "round",
|
|
22
|
+
strokeLinejoin: "round",
|
|
23
|
+
strokeWidth: 2,
|
|
24
|
+
d: "M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z"
|
|
25
|
+
})
|
|
26
|
+
})
|
|
27
|
+
}), jsx("span", {
|
|
28
|
+
className: "font-medium text-foreground group-hover:text-primary transition-colors",
|
|
29
|
+
children: title
|
|
30
|
+
})]
|
|
31
|
+
}), jsxs("div", {
|
|
32
|
+
className: "flex items-center space-x-2 text-muted-foreground transition-all duration-200 group-hover:text-primary group-hover:translate-x-1",
|
|
33
|
+
children: [jsx("span", {
|
|
34
|
+
className: "text-sm font-medium",
|
|
35
|
+
children: "Read"
|
|
36
|
+
}), jsx("svg", {
|
|
37
|
+
className: "h-4 w-4",
|
|
38
|
+
fill: "none",
|
|
39
|
+
stroke: "currentColor",
|
|
40
|
+
viewBox: "0 0 24 24",
|
|
41
|
+
children: jsx("path", {
|
|
42
|
+
strokeLinecap: "round",
|
|
43
|
+
strokeLinejoin: "round",
|
|
44
|
+
strokeWidth: 2,
|
|
45
|
+
d: "M9 5l7 7-7 7"
|
|
46
|
+
})
|
|
47
|
+
})]
|
|
48
|
+
})]
|
|
49
|
+
})
|
|
50
|
+
});
|
|
51
|
+
};export{PopularArticle};//# sourceMappingURL=PopularArticle.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PopularArticle.js","sources":["../../../../src/pages/HelpCenter/components/PopularArticle.tsx"],"sourcesContent":[null],"names":[],"mappings":"kFASO,MAAM,cAAc,GAAkC,CAAC;AAC1D,EAAA,KAAA;AA+BJ,EAAE,IAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/pages/HelpCenter/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAS1B,QAAA,MAAM,cAAc,EAAE,KAAK,CAAC,EAmE3B,CAAC;AAEF,eAAe,cAAc,CAAC"}
|