@adminide-stack/yantra-help-browser 12.0.16-alpha.20 → 12.0.16-alpha.21
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 +93 -73
- package/lib/components/HelpCenterFooter.js.map +1 -1
- package/lib/components/HelpCenterHeader.d.ts.map +1 -1
- package/lib/components/HelpCenterHeader.js +57 -12
- package/lib/components/HelpCenterHeader.js.map +1 -1
- package/lib/components/SearchBar.js +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 +135 -50
- 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 +211 -1
- package/lib/pages/HelpCenter/components/Icons.js.map +1 -1
- package/lib/pages/HelpCenter/components/PopularArticle.d.ts.map +1 -1
- package/lib/pages/HelpCenter/components/PopularArticle.js +17 -23
- 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 +105 -30
- package/lib/pages/HelpCenter/index.js.map +1 -1
- package/lib/pages/HelpCenter/mockData.d.ts.map +1 -1
- package/lib/pages/HelpCenter/mockData.js +14 -6
- package/lib/pages/HelpCenter/mockData.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
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HelpCenterFooter.d.ts","sourceRoot":"","sources":["../../src/components/HelpCenterFooter.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,
|
|
1
|
+
{"version":3,"file":"HelpCenterFooter.d.ts","sourceRoot":"","sources":["../../src/components/HelpCenterFooter.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,EA2EpC,CAAC"}
|
|
@@ -1,85 +1,105 @@
|
|
|
1
1
|
import {jsx,jsxs}from'react/jsx-runtime';const HelpCenterFooter = () => {
|
|
2
2
|
return jsx("footer", {
|
|
3
|
-
className: "bg-muted
|
|
3
|
+
className: "border-t border-border bg-muted/50",
|
|
4
4
|
children: jsxs("div", {
|
|
5
|
-
className: "container mx-auto px-16",
|
|
5
|
+
className: "container mx-auto max-w-7xl px-6 py-12 lg:px-16",
|
|
6
6
|
children: [jsxs("div", {
|
|
7
|
-
className: "
|
|
8
|
-
children: [
|
|
9
|
-
className: "text-center text-
|
|
10
|
-
children: "
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
href: "#",
|
|
34
|
-
className: "text-muted-foreground hover:text-primary",
|
|
35
|
-
children: [jsx("span", {
|
|
36
|
-
className: "sr-only",
|
|
37
|
-
children: "Twitter"
|
|
38
|
-
}), jsx("svg", {
|
|
39
|
-
className: "h-6 w-6",
|
|
40
|
-
fill: "currentColor",
|
|
41
|
-
viewBox: "0 0 24 24",
|
|
42
|
-
"aria-hidden": "true",
|
|
43
|
-
children: jsx("path", {
|
|
44
|
-
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"
|
|
45
|
-
})
|
|
7
|
+
className: "flex flex-col items-center gap-8 sm:flex-row sm:justify-between sm:items-start",
|
|
8
|
+
children: [jsxs("div", {
|
|
9
|
+
className: "text-center sm:text-left",
|
|
10
|
+
children: [jsxs("div", {
|
|
11
|
+
className: "flex items-center justify-center gap-2 sm:justify-start",
|
|
12
|
+
children: [jsx("div", {
|
|
13
|
+
className: "flex h-7 w-7 items-center justify-center rounded-lg bg-primary",
|
|
14
|
+
children: jsx("svg", {
|
|
15
|
+
className: "h-4 w-4 text-white",
|
|
16
|
+
fill: "none",
|
|
17
|
+
stroke: "currentColor",
|
|
18
|
+
viewBox: "0 0 24 24",
|
|
19
|
+
children: jsx("path", {
|
|
20
|
+
strokeLinecap: "round",
|
|
21
|
+
strokeLinejoin: "round",
|
|
22
|
+
strokeWidth: 2,
|
|
23
|
+
d: "M13 10V3L4 14h7v7l9-11h-7z"
|
|
24
|
+
})
|
|
25
|
+
})
|
|
26
|
+
}), jsx("span", {
|
|
27
|
+
className: "text-base font-semibold text-foreground",
|
|
28
|
+
children: "Yantra Help Center"
|
|
29
|
+
})]
|
|
30
|
+
}), jsx("p", {
|
|
31
|
+
className: "mt-1.5 text-xs text-muted-foreground",
|
|
32
|
+
children: "Where Knowledge Begins"
|
|
46
33
|
})]
|
|
47
|
-
}), jsxs("
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
className: "
|
|
52
|
-
children: "
|
|
53
|
-
}), jsx("
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
34
|
+
}), jsxs("div", {
|
|
35
|
+
className: "flex flex-wrap justify-center gap-x-8 gap-y-2 text-sm text-muted-foreground",
|
|
36
|
+
children: [jsx("a", {
|
|
37
|
+
href: "/help-center",
|
|
38
|
+
className: "transition-colors hover:text-foreground",
|
|
39
|
+
children: "Help Center"
|
|
40
|
+
}), jsx("a", {
|
|
41
|
+
href: "#",
|
|
42
|
+
className: "transition-colors hover:text-foreground",
|
|
43
|
+
children: "Privacy Policy"
|
|
44
|
+
}), jsx("a", {
|
|
45
|
+
href: "#",
|
|
46
|
+
className: "transition-colors hover:text-foreground",
|
|
47
|
+
children: "Contact Us"
|
|
61
48
|
})]
|
|
62
|
-
}), jsxs("
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
className: "
|
|
67
|
-
children: "
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
49
|
+
}), jsxs("div", {
|
|
50
|
+
className: "flex items-center gap-4",
|
|
51
|
+
children: [jsxs("a", {
|
|
52
|
+
href: "#",
|
|
53
|
+
className: "text-muted-foreground transition-colors hover:text-foreground",
|
|
54
|
+
children: [jsx("span", {
|
|
55
|
+
className: "sr-only",
|
|
56
|
+
children: "Twitter"
|
|
57
|
+
}), jsx("svg", {
|
|
58
|
+
className: "h-5 w-5",
|
|
59
|
+
fill: "currentColor",
|
|
60
|
+
viewBox: "0 0 24 24",
|
|
61
|
+
"aria-hidden": "true",
|
|
62
|
+
children: jsx("path", {
|
|
63
|
+
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"
|
|
64
|
+
})
|
|
65
|
+
})]
|
|
66
|
+
}), jsxs("a", {
|
|
67
|
+
href: "#",
|
|
68
|
+
className: "text-muted-foreground transition-colors hover:text-foreground",
|
|
69
|
+
children: [jsx("span", {
|
|
70
|
+
className: "sr-only",
|
|
71
|
+
children: "LinkedIn"
|
|
72
|
+
}), jsx("svg", {
|
|
73
|
+
className: "h-5 w-5",
|
|
74
|
+
fill: "currentColor",
|
|
75
|
+
viewBox: "0 0 24 24",
|
|
76
|
+
"aria-hidden": "true",
|
|
77
|
+
children: jsx("path", {
|
|
78
|
+
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"
|
|
79
|
+
})
|
|
80
|
+
})]
|
|
81
|
+
}), jsxs("a", {
|
|
82
|
+
href: "#",
|
|
83
|
+
className: "text-muted-foreground transition-colors hover:text-foreground",
|
|
84
|
+
children: [jsx("span", {
|
|
85
|
+
className: "sr-only",
|
|
86
|
+
children: "GitHub"
|
|
87
|
+
}), jsx("svg", {
|
|
88
|
+
className: "h-5 w-5",
|
|
89
|
+
fill: "currentColor",
|
|
90
|
+
viewBox: "0 0 24 24",
|
|
91
|
+
"aria-hidden": "true",
|
|
92
|
+
children: jsx("path", {
|
|
93
|
+
fillRule: "evenodd",
|
|
94
|
+
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",
|
|
95
|
+
clipRule: "evenodd"
|
|
96
|
+
})
|
|
97
|
+
})]
|
|
78
98
|
})]
|
|
79
99
|
})]
|
|
80
100
|
}), jsxs("div", {
|
|
81
|
-
className: "text-center text-xs text-muted-foreground",
|
|
82
|
-
children: ["\u00A9
|
|
101
|
+
className: "mt-8 border-t border-border pt-6 text-center text-xs text-muted-foreground",
|
|
102
|
+
children: ["\u00A9 ", new Date().getFullYear(), " Yantra. All rights reserved."]
|
|
83
103
|
})]
|
|
84
104
|
})
|
|
85
105
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HelpCenterFooter.js","sources":["../../src/components/HelpCenterFooter.tsx"],"sourcesContent":[null],"names":["_jsx"],"mappings":"yCAEO,MAAM,gBAAgB,GAAa,MAAK;
|
|
1
|
+
{"version":3,"file":"HelpCenterFooter.js","sources":["../../src/components/HelpCenterFooter.tsx"],"sourcesContent":[null],"names":["_jsx"],"mappings":"yCAEO,MAAM,gBAAgB,GAAa,MAAK;AAC3C,EAAA,OAAAA,GACI,CAAA,QAAA,EAAA;AAyER,IAAE,SAAA,EAAA,oCAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HelpCenterHeader.d.ts","sourceRoot":"","sources":["../../src/components/HelpCenterHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,EAAE,CAAC,GAAG,
|
|
1
|
+
{"version":3,"file":"HelpCenterHeader.d.ts","sourceRoot":"","sources":["../../src/components/HelpCenterHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,EAAE,CAAC,GAAG,CA8E1C,CAAC"}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
1
|
import {jsxs,jsx}from'react/jsx-runtime';import {SearchBar}from'./SearchBar.js';const HelpCenterHeader = props => {
|
|
2
2
|
return jsxs("div", {
|
|
3
3
|
className: "relative overflow-visible w-full",
|
|
4
|
-
children: [
|
|
5
|
-
className: "absolute inset-0 bg-[#057d78]",
|
|
6
|
-
children: jsx("div", {
|
|
7
|
-
className: "absolute inset-0 opacity-
|
|
4
|
+
children: [jsxs("div", {
|
|
5
|
+
className: "absolute inset-0 bg-gradient-to-br from-[#046b67] via-[#057d78] to-[#0a9e98]",
|
|
6
|
+
children: [jsx("div", {
|
|
7
|
+
className: "absolute inset-0 opacity-[0.07]",
|
|
8
8
|
style: {
|
|
9
|
-
backgroundImage: `radial-gradient(circle at 1px 1px, rgba(255, 255, 255, 0.
|
|
10
|
-
backgroundSize: '
|
|
9
|
+
backgroundImage: `radial-gradient(circle at 1px 1px, rgba(255, 255, 255, 0.4) 1px, transparent 0)`,
|
|
10
|
+
backgroundSize: '24px 24px'
|
|
11
11
|
}
|
|
12
|
-
})
|
|
12
|
+
}), jsx("div", {
|
|
13
|
+
className: "absolute inset-0 opacity-30",
|
|
14
|
+
style: {
|
|
15
|
+
background: 'radial-gradient(ellipse 80% 60% at 50% 40%, rgba(255,255,255,0.15), transparent)'
|
|
16
|
+
}
|
|
17
|
+
}), jsx("div", {
|
|
18
|
+
className: "absolute -top-24 -right-24 h-96 w-96 rounded-full opacity-10",
|
|
19
|
+
style: {
|
|
20
|
+
background: 'radial-gradient(circle, rgba(255,255,255,0.3), transparent 70%)'
|
|
21
|
+
}
|
|
22
|
+
}), jsx("div", {
|
|
23
|
+
className: "absolute -bottom-16 -left-16 h-72 w-72 rounded-full opacity-10",
|
|
24
|
+
style: {
|
|
25
|
+
background: 'radial-gradient(circle, rgba(255,255,255,0.25), transparent 70%)'
|
|
26
|
+
}
|
|
27
|
+
})]
|
|
13
28
|
}), jsx("div", {
|
|
14
|
-
className: "relative z-10 mx-auto flex min-h-[
|
|
29
|
+
className: "relative z-10 mx-auto flex min-h-[420px] max-w-7xl flex-col items-center justify-center px-6 pt-16 pb-8 text-center lg:px-16",
|
|
15
30
|
style: {
|
|
16
31
|
overflow: 'visible'
|
|
17
32
|
},
|
|
@@ -20,14 +35,44 @@ import {jsxs,jsx}from'react/jsx-runtime';import {SearchBar}from'./SearchBar.js';
|
|
|
20
35
|
style: {
|
|
21
36
|
overflow: 'visible'
|
|
22
37
|
},
|
|
23
|
-
children: [
|
|
24
|
-
className: "mb-6
|
|
38
|
+
children: [jsxs("div", {
|
|
39
|
+
className: "mb-6 inline-flex items-center gap-2 rounded-full border border-white/20 bg-white/10 px-4 py-1.5 text-sm font-medium text-white/90 backdrop-blur-sm",
|
|
40
|
+
children: [jsx("svg", {
|
|
41
|
+
className: "h-4 w-4",
|
|
42
|
+
fill: "none",
|
|
43
|
+
stroke: "currentColor",
|
|
44
|
+
viewBox: "0 0 24 24",
|
|
45
|
+
children: jsx("path", {
|
|
46
|
+
strokeLinecap: "round",
|
|
47
|
+
strokeLinejoin: "round",
|
|
48
|
+
strokeWidth: 2,
|
|
49
|
+
d: "M13 10V3L4 14h7v7l9-11h-7z"
|
|
50
|
+
})
|
|
51
|
+
}), "Yantra Help Center"]
|
|
52
|
+
}), jsx("h1", {
|
|
53
|
+
className: "mb-5 text-4xl font-semibold leading-[1.15] tracking-tight text-white sm:text-5xl lg:text-6xl",
|
|
25
54
|
children: "How can we help?"
|
|
26
55
|
}), jsx("p", {
|
|
27
|
-
className: "mb-
|
|
28
|
-
children: "
|
|
56
|
+
className: "mb-10 text-lg font-normal text-white/70 lg:text-xl",
|
|
57
|
+
children: "Search our knowledge base or browse categories below"
|
|
29
58
|
}), jsx(SearchBar, {})]
|
|
30
59
|
})
|
|
60
|
+
}), jsx("div", {
|
|
61
|
+
className: "relative z-10",
|
|
62
|
+
children: jsx("svg", {
|
|
63
|
+
className: "block w-full",
|
|
64
|
+
viewBox: "0 0 1440 48",
|
|
65
|
+
fill: "none",
|
|
66
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
67
|
+
preserveAspectRatio: "none",
|
|
68
|
+
style: {
|
|
69
|
+
height: '48px'
|
|
70
|
+
},
|
|
71
|
+
children: jsx("path", {
|
|
72
|
+
d: "M0 48h1440V20C1320 4 1200 0 1080 8 960 16 840 32 720 36 600 40 480 28 360 20 240 12 120 8 0 16V48z",
|
|
73
|
+
className: "fill-background"
|
|
74
|
+
})
|
|
75
|
+
})
|
|
31
76
|
})]
|
|
32
77
|
});
|
|
33
78
|
};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":"gFAGa,MAAA,gBAAgB,GAAkB,KAAC,IAAS;AACrD,EAAA,OAAAA,IACS,CAAA,KAAA,EAAA;
|
|
1
|
+
{"version":3,"file":"HelpCenterHeader.js","sources":["../../src/components/HelpCenterHeader.tsx"],"sourcesContent":[null],"names":["_jsxs","_jsx"],"mappings":"gFAGa,MAAA,gBAAgB,GAAkB,KAAC,IAAS;AACrD,EAAA,OAAAA,IACS,CAAA,KAAA,EAAA;AAOW,IAAA,SAAA,EAAA,kCAAkG;AAClG,IAAA,QAAA,EAAA,CAAAA,IAAA,CAAA,KAAA,EAAA;AACH,MAAA,SAAA,EAAA,8EAKM;AACH,MAAA,QAAA,EAAA,CAAAC,GAAA,CAAA,KAAA,EAAA;AACH,QAAA,SAAA,EAAA,iCAID;AAwDpB,QAAE,KAAA,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -159,7 +159,7 @@ import {jsxs,jsx,Fragment}from'react/jsx-runtime';import {useState,useRef,useEff
|
|
|
159
159
|
children: [jsx("span", {
|
|
160
160
|
className: "text-sm text-white/60",
|
|
161
161
|
children: "Popular:"
|
|
162
|
-
}), ['
|
|
162
|
+
}), ['AI Employees', 'Integrations', 'Security', 'Getting started'].map(term => jsx("button", {
|
|
163
163
|
onClick: () => {
|
|
164
164
|
setSearchQuery(term);
|
|
165
165
|
setShowDropdown(true);
|
|
@@ -10,11 +10,13 @@ export interface HelpCategory {
|
|
|
10
10
|
iconType: string;
|
|
11
11
|
icon?: React.ReactNode;
|
|
12
12
|
authors?: CategoryAuthor[];
|
|
13
|
+
articles?: any[];
|
|
13
14
|
}
|
|
14
15
|
interface HelpCategoryCardProps {
|
|
15
16
|
category: HelpCategory;
|
|
16
17
|
className?: string;
|
|
17
18
|
onClick?: (id: string) => void;
|
|
19
|
+
featured?: boolean;
|
|
18
20
|
}
|
|
19
21
|
export declare const HelpCategoryCard: React.FC<HelpCategoryCardProps>;
|
|
20
22
|
export {};
|
|
@@ -1 +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;
|
|
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;IAC3B,QAAQ,CAAC,EAAE,GAAG,EAAE,CAAC;CACpB;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;IAC/B,QAAQ,CAAC,EAAE,OAAO,CAAC;CACtB;AAyDD,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,EAAE,CAAC,qBAAqB,CAmI5D,CAAC"}
|
|
@@ -1,24 +1,78 @@
|
|
|
1
|
-
import {jsxs,jsx}from'react/jsx-runtime';import {cn}from'../../../utils/index.js';import {HelpCenterIcons}from'./Icons.js'
|
|
1
|
+
import {jsxs,jsx}from'react/jsx-runtime';import {cn}from'../../../utils/index.js';import {HelpCenterIcons}from'./Icons.js';// Map category IDs to gradient accent colors
|
|
2
|
+
const CATEGORY_COLORS = {
|
|
3
|
+
'platform-features': {
|
|
4
|
+
gradient: 'from-teal-500/10 to-emerald-500/5',
|
|
5
|
+
iconBg: 'bg-teal-600',
|
|
6
|
+
badge: 'text-teal-700 bg-teal-50 dark:text-teal-400 dark:bg-teal-950'
|
|
7
|
+
},
|
|
8
|
+
'ai-employees': {
|
|
9
|
+
gradient: 'from-violet-500/10 to-purple-500/5',
|
|
10
|
+
iconBg: 'bg-violet-600',
|
|
11
|
+
badge: 'text-violet-700 bg-violet-50 dark:text-violet-400 dark:bg-violet-950'
|
|
12
|
+
},
|
|
13
|
+
'solutions-engineering': {
|
|
14
|
+
gradient: 'from-blue-500/10 to-cyan-500/5',
|
|
15
|
+
iconBg: 'bg-blue-600',
|
|
16
|
+
badge: 'text-blue-700 bg-blue-50 dark:text-blue-400 dark:bg-blue-950'
|
|
17
|
+
},
|
|
18
|
+
'solutions-sales': {
|
|
19
|
+
gradient: 'from-amber-500/10 to-orange-500/5',
|
|
20
|
+
iconBg: 'bg-amber-600',
|
|
21
|
+
badge: 'text-amber-700 bg-amber-50 dark:text-amber-400 dark:bg-amber-950'
|
|
22
|
+
},
|
|
23
|
+
'solutions-marketing': {
|
|
24
|
+
gradient: 'from-pink-500/10 to-rose-500/5',
|
|
25
|
+
iconBg: 'bg-pink-600',
|
|
26
|
+
badge: 'text-pink-700 bg-pink-50 dark:text-pink-400 dark:bg-pink-950'
|
|
27
|
+
},
|
|
28
|
+
integrations: {
|
|
29
|
+
gradient: 'from-indigo-500/10 to-blue-500/5',
|
|
30
|
+
iconBg: 'bg-indigo-600',
|
|
31
|
+
badge: 'text-indigo-700 bg-indigo-50 dark:text-indigo-400 dark:bg-indigo-950'
|
|
32
|
+
},
|
|
33
|
+
'security-compliance': {
|
|
34
|
+
gradient: 'from-emerald-500/10 to-green-500/5',
|
|
35
|
+
iconBg: 'bg-emerald-600',
|
|
36
|
+
badge: 'text-emerald-700 bg-emerald-50 dark:text-emerald-400 dark:bg-emerald-950'
|
|
37
|
+
},
|
|
38
|
+
openclaw: {
|
|
39
|
+
gradient: 'from-orange-500/10 to-yellow-500/5',
|
|
40
|
+
iconBg: 'bg-orange-600',
|
|
41
|
+
badge: 'text-orange-700 bg-orange-50 dark:text-orange-400 dark:bg-orange-950'
|
|
42
|
+
},
|
|
43
|
+
'use-cases': {
|
|
44
|
+
gradient: 'from-cyan-500/10 to-sky-500/5',
|
|
45
|
+
iconBg: 'bg-cyan-600',
|
|
46
|
+
badge: 'text-cyan-700 bg-cyan-50 dark:text-cyan-400 dark:bg-cyan-950'
|
|
47
|
+
}
|
|
48
|
+
};
|
|
49
|
+
const DEFAULT_COLOR = {
|
|
50
|
+
gradient: 'from-primary/5 to-primary/0',
|
|
51
|
+
iconBg: 'bg-primary',
|
|
52
|
+
badge: 'text-primary bg-primary/10'
|
|
53
|
+
};
|
|
54
|
+
const HelpCategoryCard = ({
|
|
2
55
|
category,
|
|
3
56
|
className,
|
|
4
|
-
onClick
|
|
57
|
+
onClick,
|
|
58
|
+
featured = false
|
|
5
59
|
}) => {
|
|
6
60
|
const handleClick = () => {
|
|
7
61
|
if (onClick) {
|
|
8
62
|
onClick(category.id);
|
|
9
63
|
}
|
|
10
64
|
};
|
|
65
|
+
const colors = CATEGORY_COLORS[category.id] || DEFAULT_COLOR;
|
|
66
|
+
const articleCount = category.articles?.length || 0;
|
|
11
67
|
const renderIcon = iconType => {
|
|
12
|
-
// TypeScript will complain about indexing with a string, so we need this check
|
|
13
68
|
if (iconType in HelpCenterIcons) {
|
|
14
69
|
const IconComponent = HelpCenterIcons[iconType];
|
|
15
70
|
return jsx(IconComponent, {
|
|
16
|
-
className: "w-
|
|
71
|
+
className: "w-5 h-5 text-white"
|
|
17
72
|
});
|
|
18
73
|
}
|
|
19
|
-
// Fallback icon if not found
|
|
20
74
|
return jsx("svg", {
|
|
21
|
-
className: "w-
|
|
75
|
+
className: "w-5 h-5 text-white",
|
|
22
76
|
fill: "none",
|
|
23
77
|
stroke: "currentColor",
|
|
24
78
|
viewBox: "0 0 24 24",
|
|
@@ -30,55 +84,86 @@ import {jsxs,jsx}from'react/jsx-runtime';import {cn}from'../../../utils/index.js
|
|
|
30
84
|
})
|
|
31
85
|
});
|
|
32
86
|
};
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
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",
|
|
87
|
+
if (featured) {
|
|
88
|
+
return jsxs("div", {
|
|
89
|
+
className: cn('group relative cursor-pointer overflow-hidden rounded-xl border border-border bg-card transition-all duration-200', 'hover:border-primary/40 hover:shadow-lg hover:shadow-primary/5 hover:-translate-y-0.5', className),
|
|
90
|
+
onClick: handleClick,
|
|
40
91
|
children: [jsx("div", {
|
|
41
|
-
className:
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
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",
|
|
92
|
+
className: cn('absolute inset-0 bg-gradient-to-br opacity-0 transition-opacity duration-200 group-hover:opacity-100', colors.gradient)
|
|
93
|
+
}), jsxs("div", {
|
|
94
|
+
className: "relative z-10 p-6",
|
|
95
|
+
children: [jsxs("div", {
|
|
96
|
+
className: "flex items-start gap-4",
|
|
56
97
|
children: [jsx("div", {
|
|
57
|
-
className:
|
|
58
|
-
children:
|
|
59
|
-
}), jsxs("
|
|
60
|
-
className: "
|
|
61
|
-
children: [
|
|
98
|
+
className: cn('flex h-10 w-10 shrink-0 items-center justify-center rounded-lg shadow-sm', colors.iconBg),
|
|
99
|
+
children: renderIcon(category.iconType)
|
|
100
|
+
}), jsxs("div", {
|
|
101
|
+
className: "min-w-0 flex-1",
|
|
102
|
+
children: [jsx("h3", {
|
|
103
|
+
className: "text-base font-semibold text-foreground group-hover:text-primary transition-colors truncate",
|
|
104
|
+
children: category.title
|
|
105
|
+
}), jsx("p", {
|
|
106
|
+
className: "mt-1 text-sm text-muted-foreground line-clamp-2 leading-relaxed",
|
|
107
|
+
children: category.description
|
|
108
|
+
})]
|
|
62
109
|
})]
|
|
63
|
-
},
|
|
110
|
+
}), jsxs("div", {
|
|
111
|
+
className: "mt-4 flex items-center justify-between",
|
|
112
|
+
children: [jsxs("span", {
|
|
113
|
+
className: cn('inline-flex items-center rounded-md px-2 py-0.5 text-xs font-medium', colors.badge),
|
|
114
|
+
children: [articleCount, " ", articleCount === 1 ? 'article' : 'articles']
|
|
115
|
+
}), jsxs("div", {
|
|
116
|
+
className: "flex items-center gap-1 text-muted-foreground opacity-0 transition-all duration-200 group-hover:opacity-100 group-hover:text-primary",
|
|
117
|
+
children: [jsx("span", {
|
|
118
|
+
className: "text-xs font-medium",
|
|
119
|
+
children: "Explore"
|
|
120
|
+
}), jsx("svg", {
|
|
121
|
+
className: "h-3.5 w-3.5 transition-transform duration-200 group-hover:translate-x-0.5",
|
|
122
|
+
fill: "none",
|
|
123
|
+
stroke: "currentColor",
|
|
124
|
+
viewBox: "0 0 24 24",
|
|
125
|
+
children: jsx("path", {
|
|
126
|
+
strokeLinecap: "round",
|
|
127
|
+
strokeLinejoin: "round",
|
|
128
|
+
strokeWidth: 2,
|
|
129
|
+
d: "M9 5l7 7-7 7"
|
|
130
|
+
})
|
|
131
|
+
})]
|
|
132
|
+
})]
|
|
133
|
+
})]
|
|
134
|
+
})]
|
|
135
|
+
});
|
|
136
|
+
}
|
|
137
|
+
// Compact card for non-featured categories
|
|
138
|
+
return jsx("div", {
|
|
139
|
+
className: cn('group relative cursor-pointer rounded-lg border border-border bg-card px-4 py-3.5 transition-all duration-200', 'hover:border-primary/30 hover:bg-accent/50 hover:shadow-sm', className),
|
|
140
|
+
onClick: handleClick,
|
|
141
|
+
children: jsxs("div", {
|
|
142
|
+
className: "flex items-center gap-3",
|
|
143
|
+
children: [jsx("div", {
|
|
144
|
+
className: cn('flex h-8 w-8 shrink-0 items-center justify-center rounded-md', colors.iconBg),
|
|
145
|
+
children: renderIcon(category.iconType)
|
|
64
146
|
}), jsxs("div", {
|
|
65
|
-
className: "
|
|
66
|
-
children: [jsx("
|
|
67
|
-
className: "text-sm font-medium",
|
|
68
|
-
children:
|
|
69
|
-
}),
|
|
70
|
-
className: "
|
|
71
|
-
|
|
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
|
-
})
|
|
147
|
+
className: "min-w-0 flex-1",
|
|
148
|
+
children: [jsx("h3", {
|
|
149
|
+
className: "text-sm font-medium text-foreground group-hover:text-primary transition-colors truncate",
|
|
150
|
+
children: category.title
|
|
151
|
+
}), articleCount > 0 && jsxs("p", {
|
|
152
|
+
className: "text-xs text-muted-foreground mt-0.5",
|
|
153
|
+
children: [articleCount, " ", articleCount === 1 ? 'article' : 'articles']
|
|
80
154
|
})]
|
|
155
|
+
}), jsx("svg", {
|
|
156
|
+
className: "h-4 w-4 shrink-0 text-muted-foreground/50 transition-all duration-200 group-hover:text-primary group-hover:translate-x-0.5",
|
|
157
|
+
fill: "none",
|
|
158
|
+
stroke: "currentColor",
|
|
159
|
+
viewBox: "0 0 24 24",
|
|
160
|
+
children: jsx("path", {
|
|
161
|
+
strokeLinecap: "round",
|
|
162
|
+
strokeLinejoin: "round",
|
|
163
|
+
strokeWidth: 2,
|
|
164
|
+
d: "M9 5l7 7-7 7"
|
|
165
|
+
})
|
|
81
166
|
})]
|
|
82
|
-
})
|
|
167
|
+
})
|
|
83
168
|
});
|
|
84
169
|
};export{HelpCategoryCard};//# sourceMappingURL=HelpCategoryCard.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HelpCategoryCard.js","sources":["../../../../src/pages/HelpCenter/components/HelpCategoryCard.tsx"],"sourcesContent":[null],"names":["_jsx"],"mappings":"
|
|
1
|
+
{"version":3,"file":"HelpCategoryCard.js","sources":["../../../../src/pages/HelpCenter/components/HelpCategoryCard.tsx"],"sourcesContent":[null],"names":["_jsx"],"mappings":"2HA0BA;AACA,MAAM,eAAe,GAAwE;AACzF,EAAA,mBAAA,EAAmB;AACf,IAAA,QAAA,EAAA,mCAA6C;AAC7C,IAAA,MAAA,EAAA,aAAqB;AACrB,IAAA,KAAA,EAAA;AACH,GAAA;AACD,EAAA,cAAA,EAAc;AACV,IAAA,QAAA,EAAA,oCAA8C;AAC9C,IAAA,MAAA,EAAA,eAAuB;AACvB,IAAA,KAAA,EAAA;AACH,GAAA;AACD,EAAA,uBAAA,EAAuB;AACnB,IAAA,QAAA,EAAA,gCAA0C;AAC1C,IAAA,MAAA,EAAA,aAAqB;AACrB,IAAA,KAAA,EAAA;AACH,GAAA;AACD,EAAA,iBAAA,EAAiB;AACb,IAAA,QAAA,EAAA,mCAA6C;AAC7C,IAAA,MAAA,EAAA,cAAsB;AACtB,IAAA,KAAA,EAAA;AACH,GAAA;AACD,EAAA,qBAAA,EAAqB;AACjB,IAAA,QAAA,EAAA,gCAA0C;AAC1C,IAAA,MAAA,EAAA,aAAqB;AACrB,IAAA,KAAA,EAAA;AACH,GAAA;AACD,EAAA,YAAA,EAAY;AACR,IAAA,QAAA,EAAA,kCAA4C;AAC5C,IAAA,MAAA,EAAA,eAAuB;AACvB,IAAA,KAAA,EAAA;AACH,GAAA;AACD,EAAA,qBAAA,EAAqB;AACjB,IAAA,QAAA,EAAA,oCAA8C;AAC9C,IAAA,MAAA,EAAA,gBAAwB;AACxB,IAAA,KAAA,EAAA;AACH,GAAA;AACD,EAAA,QAAA,EAAQ;AACJ,IAAA,QAAA,EAAA,oCAA8C;AAC9C,IAAA,MAAA,EAAA,eAAuB;AACvB,IAAA,KAAA,EAAA;AACH,GAAA;AACD,EAAA,WAAA,EAAW;AACP,IAAA,QAAA,EAAA,+BAAyC;AACzC,IAAA,MAAA,EAAA,aAAqB;AACrB,IAAA,KAAA,EAAA;AACH;CACJ;AAED,MAAM,aAAa,GAAG;AAClB,EAAA,QAAA,EAAQ,6BAA+B;AACvC,EAAA,MAAA,EAAM,YAAc;AACpB,EAAA,KAAA,EAAK;CACR;AAEY,MAAA,gBAAgB,GAAoC,CAAC;UAMxD;WACE;AACA,EAAA,OAAA;UACH,GAAA;AACL,CAAA,KAAE;QAEI,WAAS,GAAA,MAAA;IACf,IAAM,OAAA,EAAA;AAEN,MAAA,OAAgB,CAAA,QAAA,CAAG,EAAC,CAAA;AAChB;AACI,GAAA;AACA,EAAA,MAAA,MAAA,GAAA,eAAqB,CAAA,QAAC,qBAAU;QACpC,YAAC,GAAA,QAAA,CAAA,QAAA,EAAA,MAAA,IAAA,CAAA;AACD,EAAA,MAAA,UACS,GAAA,QAAA,IAAA;AASb,IAAA,IAAE,QAAA,IAAA,eAAA,EAAA;MAEE,MAAA,aAAW,GAAA,eAAA,CAAA,QAAA,CAAA;AACX,MAAA,OAAAA,GAEQ,CAAA,aAAA,EAAA;QA2DX,SAAA,EAAA;OAE0C,CAAA;;AAmC/C,IAAE,OAAAA,GAAA,CAAA,KAAA,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -18,5 +18,15 @@ export declare const HelpCenterIcons: {
|
|
|
18
18
|
DataPrivacy: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
19
19
|
GettingStarted: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
20
20
|
StudentHub: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
21
|
+
PlatformFeatures: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
22
|
+
AiEmployees: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
23
|
+
SolutionsEngineering: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
24
|
+
SolutionsSales: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
25
|
+
SolutionsMarketing: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
26
|
+
Integrations: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
27
|
+
SecurityCompliance: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
28
|
+
OpenClaw: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
29
|
+
UseCases: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
30
|
+
Documentation: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
21
31
|
};
|
|
22
32
|
//# sourceMappingURL=Icons.d.ts.map
|
|
@@ -1 +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;
|
|
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;8BAkBvB,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC;yBAmBlC,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC;kCAoBpB,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC;4BAkBnC,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC;gCAgBzB,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC;0BAgBnC,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC;gCAkBvB,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC;sBAiBvC,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC;sBAiB7B,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC;2BAiBxB,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC;CAgBvD,CAAC"}
|