@unisphere/nx 3.13.0 → 3.16.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/dist/generators/add-documentation/USAGE.md +64 -0
- package/dist/generators/add-documentation/add-documentation.d.ts +1 -1
- package/dist/generators/add-documentation/add-documentation.d.ts.map +1 -1
- package/dist/generators/add-documentation/add-documentation.js +80 -41
- package/dist/generators/add-documentation/schema.d.ts +4 -1
- package/dist/generators/add-documentation/schema.json +19 -10
- package/dist/generators/add-documentation/templates/babel.config.js +3 -0
- package/dist/generators/add-documentation/templates/docs/api/overview.md +8 -0
- package/dist/generators/add-documentation/templates/docs/changelog/overview.md +8 -0
- package/dist/generators/add-documentation/templates/docs/getting-started/overview.md +8 -0
- package/dist/generators/add-documentation/templates/docusaurus.config.ts.template +116 -0
- package/dist/generators/add-documentation/templates/package.json.template +57 -0
- package/dist/generators/add-documentation/templates/postcss.config.js +6 -0
- package/dist/generators/add-documentation/templates/sidebars.ts +9 -0
- package/dist/generators/add-documentation/templates/src/components/demo-placeholder-card.tsx +33 -0
- package/dist/generators/add-documentation/templates/src/components/guides/experiences/genie/integrate-genie-guide.tsx +149 -0
- package/dist/generators/add-documentation/templates/src/components/guides/experiences/notifications/notifications-react-guide.tsx +211 -0
- package/dist/generators/add-documentation/templates/src/components/homepage-features/index.tsx +239 -0
- package/dist/generators/add-documentation/templates/src/components/homepage-features/styles.module.css +87 -0
- package/dist/generators/add-documentation/templates/src/components/homepage-modules/index.tsx +76 -0
- package/dist/generators/add-documentation/templates/src/components/homepage-modules/styles.module.css +120 -0
- package/dist/generators/add-documentation/templates/src/components/homepage-start-now/index.tsx +22 -0
- package/dist/generators/add-documentation/templates/src/components/homepage-start-now/styles.module.css +38 -0
- package/dist/generators/add-documentation/templates/src/components/interactive-code-panel.tsx +258 -0
- package/dist/generators/add-documentation/templates/src/components/introductions/developer-toolbox-experience.tsx +84 -0
- package/dist/generators/add-documentation/templates/src/components/introductions/hello-world-experience.tsx +130 -0
- package/dist/generators/add-documentation/templates/src/components/introductions/notificaitons-experience.tsx +635 -0
- package/dist/generators/add-documentation/templates/src/components/introductions/reactions-experience.tsx +117 -0
- package/dist/generators/add-documentation/templates/src/components/ui-shared/introduction-card.tsx +117 -0
- package/dist/generators/add-documentation/templates/src/components/ui-shared/playground-card.tsx +67 -0
- package/dist/generators/add-documentation/templates/src/components/ui-shared/use-color-mode.ts +20 -0
- package/dist/generators/add-documentation/templates/src/components/ui-shared/utils.ts +8 -0
- package/dist/generators/add-documentation/templates/src/css/custom.css +487 -0
- package/dist/generators/add-documentation/templates/src/css/hero.module.css +190 -0
- package/dist/generators/add-documentation/templates/src/pages/index.module.css +59 -0
- package/dist/generators/add-documentation/templates/src/pages/index.tsx.template +191 -0
- package/dist/generators/add-documentation/templates/src/theme/Navbar/Content/index.tsx +145 -0
- package/dist/generators/add-documentation/templates/src/theme/Navbar/Content/styles.module.css +132 -0
- package/dist/generators/add-documentation/templates/src/theme/Navbar/MobileSidebar/Header/index.tsx +45 -0
- package/dist/generators/add-documentation/templates/static/.nojekyll +0 -0
- package/dist/generators/add-documentation/templates/static/docs/overview/unisphere-for-dummies-1.png +0 -0
- package/dist/generators/add-documentation/templates/static/docs/overview/unisphere-for-dummies-2.png +0 -0
- package/dist/generators/add-documentation/templates/static/docs/overview/unisphere-for-dummies-3.png +0 -0
- package/dist/generators/add-documentation/templates/static/docs/overview/unisphere-for-dummies-4.png +0 -0
- package/dist/generators/add-documentation/templates/static/homepage/divider.svg +5 -0
- package/dist/generators/add-documentation/templates/static/homepage/icons/Architecture.svg +4 -0
- package/dist/generators/add-documentation/templates/static/homepage/icons/Cost.svg +4 -0
- package/dist/generators/add-documentation/templates/static/homepage/icons/ExternalLink.svg +3 -0
- package/dist/generators/add-documentation/templates/static/homepage/icons/Infra.svg +8 -0
- package/dist/generators/add-documentation/templates/static/homepage/icons/Redundancies.svg +6 -0
- package/dist/generators/add-documentation/templates/static/homepage/icons/Speed.svg +6 -0
- package/dist/generators/add-documentation/templates/static/homepage/icons/Standards.svg +4 -0
- package/dist/generators/add-documentation/templates/static/homepage/icons/Unified.svg +12 -0
- package/dist/generators/add-documentation/templates/static/homepage/services/custo.jpg +0 -0
- package/dist/generators/add-documentation/templates/static/homepage/services/flame.jpg +0 -0
- package/dist/generators/add-documentation/templates/static/homepage/services/keepr.jpg +0 -0
- package/dist/generators/add-documentation/templates/static/homepage/services/loggi.jpg +0 -0
- package/dist/generators/add-documentation/templates/static/homepage/services/palleto.jpg +0 -0
- package/dist/generators/add-documentation/templates/static/homepage/services/publi.jpg +0 -0
- package/dist/generators/add-documentation/templates/static/homepage/services/tinker.jpg +0 -0
- package/dist/generators/add-documentation/templates/static/img/favicon.ico +0 -0
- package/dist/generators/add-documentation/templates/static/img/logo.svg +6 -0
- package/dist/generators/add-documentation/templates/static/img/logo_big.svg +12 -0
- package/dist/generators/add-documentation/templates/static/img/logo_big_dark.svg +12 -0
- package/dist/generators/add-documentation/templates/static/img/logo_dark.svg +6 -0
- package/dist/generators/add-documentation/templates/static/img/unisphere-social-card.jpg +0 -0
- package/dist/generators/add-documentation/templates/static/llm/INTEGRATE.md +497 -0
- package/dist/generators/add-documentation/templates/static/robots.txt +5 -0
- package/dist/generators/add-documentation/templates/static/team/amirc.jpeg +0 -0
- package/dist/generators/add-documentation/templates/static/team/erans.jpeg +0 -0
- package/dist/generators/add-documentation/templates/static/team/hadass.jpeg +0 -0
- package/dist/generators/add-documentation/templates/static/team/hillelc.jpeg +0 -0
- package/dist/generators/add-documentation/templates/static/team/idoz.jpeg +0 -0
- package/dist/generators/add-documentation/templates/static/team/lianb.jpeg +0 -0
- package/dist/generators/add-documentation/templates/static/team/nirb.jpeg +0 -0
- package/dist/generators/add-documentation/templates/static/team/nivs.jpeg +0 -0
- package/dist/generators/add-documentation/templates/static/team/omric.jpeg +0 -0
- package/dist/generators/add-documentation/templates/static/team/roeed.jpeg +0 -0
- package/dist/generators/add-documentation/templates/static/team/sivana.jpeg +0 -0
- package/dist/generators/add-documentation/templates/static/team/stask.png +0 -0
- package/dist/generators/add-documentation/templates/static/team/tanyal.jpeg +0 -0
- package/dist/generators/add-documentation/templates/static/team/tomere.jpeg +0 -0
- package/dist/generators/add-documentation/templates/static/team/tornikem.jpeg +0 -0
- package/dist/generators/add-documentation/templates/static/team/yairn.jpeg +0 -0
- package/dist/generators/add-documentation/templates/tailwind.config.js +30 -0
- package/dist/generators/add-documentation/templates/tsconfig.json +7 -0
- package/dist/generators/add-package/add-package.d.ts.map +1 -1
- package/dist/generators/add-package/add-package.js +9 -4
- package/dist/generators/add-package/schema.d.ts +1 -1
- package/dist/generators/add-package/schema.json +18 -10
- package/dist/generators/rename-package/rename-package.d.ts.map +1 -1
- package/dist/generators/rename-package/rename-package.js +12 -0
- package/dist/generators/utils.d.ts +1 -1
- package/dist/generators/utils.d.ts.map +1 -1
- package/dist/generators/utils.js +8 -10
- package/dist/migrations/3-15-0/add-experience-documentation.d.ts +10 -0
- package/dist/migrations/3-15-0/add-experience-documentation.d.ts.map +1 -0
- package/dist/migrations/3-15-0/add-experience-documentation.js +20 -0
- package/dist/migrations/3-16-0/remove-rollup-patch.d.ts +10 -0
- package/dist/migrations/3-16-0/remove-rollup-patch.d.ts.map +1 -0
- package/dist/migrations/3-16-0/remove-rollup-patch.js +32 -0
- package/dist/migrations/3-6-3/remove-rollup-patch.d.ts +1 -1
- package/dist/migrations/3-6-3/remove-rollup-patch.d.ts.map +1 -1
- package/dist/migrations/3-6-3/remove-rollup-patch.js +16 -6
- package/dist/migrations/3-7-0/update-gitignore-claude-exclusions.d.ts +9 -0
- package/dist/migrations/3-7-0/update-gitignore-claude-exclusions.d.ts.map +1 -0
- package/dist/migrations/3-7-0/update-gitignore-claude-exclusions.js +68 -0
- package/dist/shared.d.ts +4 -2
- package/dist/shared.d.ts.map +1 -1
- package/dist/shared.js +3 -1
- package/migrations.json +36 -1
- package/package.json +1 -1
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* CSS files with the .module.css suffix will be treated as CSS modules
|
|
3
|
+
* and scoped locally.
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
.heroBanner {
|
|
7
|
+
position: relative;
|
|
8
|
+
overflow: hidden;
|
|
9
|
+
min-height: 32rem;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.buttons {
|
|
13
|
+
display: flex;
|
|
14
|
+
align-items: center;
|
|
15
|
+
justify-content: center;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.heroTitle {
|
|
19
|
+
font-size: 4rem;
|
|
20
|
+
line-height: 1.1;
|
|
21
|
+
font-weight: 800;
|
|
22
|
+
font-style: italic;
|
|
23
|
+
letter-spacing: -0.025em;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
@media screen and (max-width: 768px) {
|
|
27
|
+
.heroTitle {
|
|
28
|
+
font-size: 3rem;
|
|
29
|
+
line-height: 1.2;
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
@media screen and (max-width: 480px) {
|
|
34
|
+
.heroTitle {
|
|
35
|
+
font-size: 2.25rem;
|
|
36
|
+
line-height: 1.2;
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
/* Animation classes for enhanced interactivity */
|
|
41
|
+
@keyframes fadeInUp {
|
|
42
|
+
from {
|
|
43
|
+
opacity: 0;
|
|
44
|
+
transform: translateY(30px);
|
|
45
|
+
}
|
|
46
|
+
to {
|
|
47
|
+
opacity: 1;
|
|
48
|
+
transform: translateY(0);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.heroTitle {
|
|
53
|
+
animation: fadeInUp 0.8s ease-out;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
/* Smooth scroll behavior */
|
|
57
|
+
html {
|
|
58
|
+
scroll-behavior: smooth;
|
|
59
|
+
}
|
|
@@ -0,0 +1,191 @@
|
|
|
1
|
+
import clsx from 'clsx';
|
|
2
|
+
import useDocusaurusContext from '@docusaurus/useDocusaurusContext';
|
|
3
|
+
import Layout from '@theme/Layout';
|
|
4
|
+
import Heading from '@theme/Heading';
|
|
5
|
+
import HomepageFeatures from '@site/src/components/homepage-features';
|
|
6
|
+
import HomepageModules from '@site/src/components/homepage-modules';
|
|
7
|
+
import HomepageStartNow from '@site/src/components/homepage-start-now';
|
|
8
|
+
|
|
9
|
+
import styles from './index.module.css';
|
|
10
|
+
|
|
11
|
+
function HomepageHeader() {
|
|
12
|
+
return (
|
|
13
|
+
<header className={clsx('hero relative overflow-hidden', styles.heroBanner)}>
|
|
14
|
+
{/* Modern gradient background */}
|
|
15
|
+
<div className="absolute inset-0 bg-gradient-to-br from-blue-50 via-white to-purple-100 dark:from-gray-900 dark:via-gray-800 dark:to-blue-900"></div>
|
|
16
|
+
|
|
17
|
+
{/* Subtle pattern overlay */}
|
|
18
|
+
<div className="absolute inset-0 opacity-30" style={{
|
|
19
|
+
backgroundImage: `url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%239C92AC' fill-opacity='0.1'%3E%3Ccircle cx='30' cy='30' r='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")`
|
|
20
|
+
}}></div>
|
|
21
|
+
|
|
22
|
+
<div className="container relative z-10">
|
|
23
|
+
<div className="max-w-4xl mx-auto text-center py-16 md:py-24">
|
|
24
|
+
{/* Main heading with modern typography */}
|
|
25
|
+
<Heading as="h1" className={clsx('hero__title mb-6', styles.heroTitle)}>
|
|
26
|
+
<span className="block text-transparent bg-clip-text bg-gradient-to-r from-blue-600 to-purple-400 dark:from-blue-400 dark:to-purple-300">
|
|
27
|
+
crafted for today
|
|
28
|
+
</span>
|
|
29
|
+
<span className="block text-transparent bg-clip-text bg-gradient-to-r from-purple-400 to-pink-400 dark:from-purple-300 dark:to-pink-300">
|
|
30
|
+
planned for tomorrow
|
|
31
|
+
</span>
|
|
32
|
+
</Heading>
|
|
33
|
+
|
|
34
|
+
{/* Subtitle */}
|
|
35
|
+
<p className="text-xl md:text-2xl text-gray-600 dark:text-gray-300 mb-8 max-w-3xl mx-auto leading-relaxed">
|
|
36
|
+
Welcome to the <%= documentationName__humanReadable %> documentation site
|
|
37
|
+
</p>
|
|
38
|
+
|
|
39
|
+
{/* Call-to-action buttons */}
|
|
40
|
+
{/* <div className="flex flex-col sm:flex-row gap-4 justify-center items-center">
|
|
41
|
+
<a
|
|
42
|
+
href="/docs/overview/introduction"
|
|
43
|
+
className="inline-flex items-center px-8 py-4 bg-gradient-to-r from-blue-600 to-blue-700 hover:from-blue-700 hover:to-blue-800 text-white font-semibold rounded-xl shadow-lg hover:shadow-xl transition-all duration-200 transform hover:-translate-y-0.5 focus:outline-none focus:ring-4 focus:ring-blue-300 dark:focus:ring-blue-800"
|
|
44
|
+
>
|
|
45
|
+
<svg className="w-5 h-5 mr-2" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
46
|
+
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M13 10V3L4 14h7v7l9-11h-7z" />
|
|
47
|
+
</svg>
|
|
48
|
+
Get Started
|
|
49
|
+
</a>
|
|
50
|
+
<a
|
|
51
|
+
href="/docs/api"
|
|
52
|
+
className="inline-flex items-center px-8 py-4 bg-white dark:bg-gray-800 text-gray-700 dark:text-gray-200 font-semibold rounded-xl border-2 border-gray-200 dark:border-gray-600 hover:border-gray-300 dark:hover:border-gray-500 shadow-md hover:shadow-lg transition-all duration-200 transform hover:-translate-y-0.5 focus:outline-none focus:ring-4 focus:ring-gray-300 dark:focus:ring-gray-600"
|
|
53
|
+
>
|
|
54
|
+
<svg className="w-5 h-5 mr-2" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
55
|
+
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} 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" />
|
|
56
|
+
</svg>
|
|
57
|
+
View Documentation
|
|
58
|
+
</a>
|
|
59
|
+
</div> */}
|
|
60
|
+
|
|
61
|
+
{/* Feature highlights */}
|
|
62
|
+
<div className="mt-16 grid grid-cols-1 md:grid-cols-3 gap-8 max-w-4xl mx-auto">
|
|
63
|
+
<div className="text-center group">
|
|
64
|
+
<div className="w-16 h-16 mx-auto mb-4 bg-gradient-to-br from-blue-500 to-blue-600 rounded-2xl flex items-center justify-center shadow-lg group-hover:shadow-xl transition-shadow duration-200">
|
|
65
|
+
<svg className="w-8 h-8 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
66
|
+
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M13 10V3L4 14h7v7l9-11h-7z" />
|
|
67
|
+
</svg>
|
|
68
|
+
</div>
|
|
69
|
+
<h3 className="text-lg font-semibold text-gray-900 dark:text-white mb-2">Lightning Fast</h3>
|
|
70
|
+
<p className="text-gray-600 dark:text-gray-300 text-sm">Optimized performance for modern applications</p>
|
|
71
|
+
</div>
|
|
72
|
+
|
|
73
|
+
<div className="text-center group">
|
|
74
|
+
<div className="w-16 h-16 mx-auto mb-4 bg-gradient-to-br from-purple-300 to-purple-400 rounded-2xl flex items-center justify-center shadow-lg group-hover:shadow-xl transition-shadow duration-200">
|
|
75
|
+
<svg className="w-8 h-8 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
76
|
+
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M19 11H5m14 0a2 2 0 012 2v6a2 2 0 01-2 2H5a2 2 0 01-2-2v-6a2 2 0 012-2m14 0V9a2 2 0 00-2-2M5 11V9a2 2 0 012-2m0 0V5a2 2 0 012-2h6a2 2 0 012 2v2M7 7h10" />
|
|
77
|
+
</svg>
|
|
78
|
+
</div>
|
|
79
|
+
<h3 className="text-lg font-semibold text-gray-900 dark:text-white mb-2">Modular Design</h3>
|
|
80
|
+
<p className="text-gray-600 dark:text-gray-300 text-sm">Reusable components for scalable development</p>
|
|
81
|
+
</div>
|
|
82
|
+
|
|
83
|
+
<div className="text-center group">
|
|
84
|
+
<div className="w-16 h-16 mx-auto mb-4 bg-gradient-to-br from-green-500 to-green-600 rounded-2xl flex items-center justify-center shadow-lg group-hover:shadow-xl transition-shadow duration-200">
|
|
85
|
+
<svg className="w-8 h-8 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
86
|
+
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z" />
|
|
87
|
+
</svg>
|
|
88
|
+
</div>
|
|
89
|
+
<h3 className="text-lg font-semibold text-gray-900 dark:text-white mb-2">Production Ready</h3>
|
|
90
|
+
<p className="text-gray-600 dark:text-gray-300 text-sm">Enterprise-grade reliability and security</p>
|
|
91
|
+
</div>
|
|
92
|
+
</div>
|
|
93
|
+
</div>
|
|
94
|
+
</div>
|
|
95
|
+
</header>
|
|
96
|
+
);
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
function DocumentationBanner() {
|
|
100
|
+
return (
|
|
101
|
+
<section className="relative py-16 px-4 overflow-hidden">
|
|
102
|
+
{/* Improved background with better contrast */}
|
|
103
|
+
<div className="absolute inset-0 bg-gradient-to-br from-slate-800 via-blue-900 to-purple-900"></div>
|
|
104
|
+
{/* Dark overlay for better text contrast */}
|
|
105
|
+
<div className="absolute inset-0 bg-black/30"></div>
|
|
106
|
+
<div className="absolute inset-0 opacity-10" style={{
|
|
107
|
+
backgroundImage: `url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.2'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3Ccircle cx='10' cy='10' r='1'/%3E%3Ccircle cx='50' cy='10' r='1'/%3E%3Ccircle cx='10' cy='50' r='1'/%3E%3Ccircle cx='50' cy='50' r='1'/%3E%3C/g%3E%3C/svg%3E")`
|
|
108
|
+
}}></div>
|
|
109
|
+
|
|
110
|
+
<div className="relative z-10 max-w-4xl mx-auto text-center">
|
|
111
|
+
{/* Badge */}
|
|
112
|
+
<div className="inline-flex items-center px-4 py-2 bg-white/20 backdrop-blur-sm rounded-full text-white text-sm font-medium mb-6 border border-white/30">
|
|
113
|
+
<svg className="w-4 h-4 mr-2" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
114
|
+
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} 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" />
|
|
115
|
+
</svg>
|
|
116
|
+
Documentation
|
|
117
|
+
</div>
|
|
118
|
+
|
|
119
|
+
{/* Main content */}
|
|
120
|
+
<h2 className="text-3xl md:text-4xl lg:text-5xl font-bold text-white mb-6">
|
|
121
|
+
<span className="block">Comprehensive</span>
|
|
122
|
+
<span className="block text-white/90">Documentation</span>
|
|
123
|
+
</h2>
|
|
124
|
+
|
|
125
|
+
<p className="text-xl text-white/90 mb-8 max-w-2xl mx-auto leading-relaxed">
|
|
126
|
+
Everything you need to integrate, build, and deploy with <%= documentationName__humanReadable %>
|
|
127
|
+
</p>
|
|
128
|
+
|
|
129
|
+
{/* Documentation sections */}
|
|
130
|
+
<div className="grid grid-cols-1 md:grid-cols-3 gap-6 mb-8">
|
|
131
|
+
<a href="/docs/documentation/overview" className="bg-white/15 backdrop-blur-md rounded-xl p-6 border border-white/30 hover:bg-white/20 transition-all duration-200 group shadow-lg no-underline">
|
|
132
|
+
<div className="w-12 h-12 mx-auto mb-4 bg-white/30 rounded-lg flex items-center justify-center group-hover:scale-110 transition-transform duration-200 shadow-md">
|
|
133
|
+
<svg className="w-6 h-6 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
134
|
+
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M12 6.253v13m0-13C10.832 5.477 9.246 5 7.5 5S4.168 5.477 3 6.253v13C4.168 18.477 5.754 18 7.5 18s3.332.477 4.5 1.253m0-13C13.168 5.477 14.754 5 16.5 5c1.747 0 3.332.477 4.5 1.253v13C19.832 18.477 18.247 18 16.5 18c-1.746 0-3.332.477-4.5 1.253" />
|
|
135
|
+
</svg>
|
|
136
|
+
</div>
|
|
137
|
+
<h3 className="text-lg font-semibold text-white mb-2">Core Concepts</h3>
|
|
138
|
+
<p className="text-white/90 text-sm">Learn how <%= documentationName__humanReadable %> works under the hood</p>
|
|
139
|
+
</a>
|
|
140
|
+
|
|
141
|
+
<a href="/docs/api/overview" className="bg-white/15 backdrop-blur-md rounded-xl p-6 border border-white/30 hover:bg-white/20 transition-all duration-200 group shadow-lg no-underline">
|
|
142
|
+
<div className="w-12 h-12 mx-auto mb-4 bg-white/30 rounded-lg flex items-center justify-center group-hover:scale-110 transition-transform duration-200 shadow-md">
|
|
143
|
+
<svg className="w-6 h-6 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
144
|
+
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M10 20l4-16m4 4l4 4-4 4M6 16l-4-4 4-4" />
|
|
145
|
+
</svg>
|
|
146
|
+
</div>
|
|
147
|
+
<h3 className="text-lg font-semibold text-white mb-2">API Reference</h3>
|
|
148
|
+
<p className="text-white/90 text-sm">Complete TypeScript API documentation</p>
|
|
149
|
+
</a>
|
|
150
|
+
|
|
151
|
+
<a href="/docs/changelog/overview" className="bg-white/15 backdrop-blur-md rounded-xl p-6 border border-white/30 hover:bg-white/20 transition-all duration-200 group shadow-lg no-underline">
|
|
152
|
+
<div className="w-12 h-12 mx-auto mb-4 bg-white/30 rounded-lg flex items-center justify-center group-hover:scale-110 transition-transform duration-200 shadow-md">
|
|
153
|
+
<svg className="w-6 h-6 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
154
|
+
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-3 7h3m-3 4h3m-6-4h.01M9 16h.01" />
|
|
155
|
+
</svg>
|
|
156
|
+
</div>
|
|
157
|
+
<h3 className="text-lg font-semibold text-white mb-2">Changelog</h3>
|
|
158
|
+
<p className="text-white/90 text-sm">Latest updates and release notes</p>
|
|
159
|
+
</a>
|
|
160
|
+
</div>
|
|
161
|
+
|
|
162
|
+
{/* Call to action */}
|
|
163
|
+
<div className="text-center">
|
|
164
|
+
<a href="/docs/documentation/overview" className="inline-flex items-center px-6 py-3 bg-white/20 backdrop-blur-md rounded-full text-white border border-white/40 shadow-lg hover:bg-white/30 transition-all duration-200 no-underline">
|
|
165
|
+
<span className="font-medium">Explore Documentation</span>
|
|
166
|
+
<svg className="w-5 h-5 ml-2" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
167
|
+
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M9 5l7 7-7 7" />
|
|
168
|
+
</svg>
|
|
169
|
+
</a>
|
|
170
|
+
</div>
|
|
171
|
+
</div>
|
|
172
|
+
</section>
|
|
173
|
+
);
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
export default function Home(): JSX.Element {
|
|
177
|
+
const { siteConfig } = useDocusaurusContext();
|
|
178
|
+
return (
|
|
179
|
+
<Layout title={siteConfig.title}>
|
|
180
|
+
<HomepageHeader />
|
|
181
|
+
<DocumentationBanner />
|
|
182
|
+
<main className="bg-white dark:bg-gray-900">
|
|
183
|
+
{/* Add spacing and modern layout */}
|
|
184
|
+
<div className="space-y-24 py-16">
|
|
185
|
+
<HomepageFeatures />
|
|
186
|
+
|
|
187
|
+
</div>
|
|
188
|
+
</main>
|
|
189
|
+
</Layout>
|
|
190
|
+
);
|
|
191
|
+
}
|
|
@@ -0,0 +1,145 @@
|
|
|
1
|
+
import React, {type ReactNode} from 'react';
|
|
2
|
+
import {
|
|
3
|
+
useThemeConfig,
|
|
4
|
+
ErrorCauseBoundary,
|
|
5
|
+
} from '@docusaurus/theme-common';
|
|
6
|
+
import {
|
|
7
|
+
splitNavbarItems,
|
|
8
|
+
useNavbarMobileSidebar,
|
|
9
|
+
} from '@docusaurus/theme-common/internal';
|
|
10
|
+
import NavbarItem, {type Props as NavbarItemConfig} from '@theme/NavbarItem';
|
|
11
|
+
import NavbarColorModeToggle from '@theme/Navbar/ColorModeToggle';
|
|
12
|
+
import NavbarMobileSidebarToggle from '@theme/Navbar/MobileSidebar/Toggle';
|
|
13
|
+
import NavbarLogo from '@theme/Navbar/Logo';
|
|
14
|
+
import SearchBar from '@theme/SearchBar';
|
|
15
|
+
|
|
16
|
+
import styles from './styles.module.css';
|
|
17
|
+
|
|
18
|
+
function useNavbarItems() {
|
|
19
|
+
return useThemeConfig().navbar.items as NavbarItemConfig[];
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
const navIcons: Record<string, ReactNode> = {
|
|
23
|
+
'Getting Started': (
|
|
24
|
+
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round">
|
|
25
|
+
<path d="M4.5 16.5c-1.5 1.26-2 5-2 5s3.74-.5 5-2c.71-.84.7-2.13-.09-2.91a2.18 2.18 0 0 0-2.91-.09z" />
|
|
26
|
+
<path d="m12 15-3-3a22 22 0 0 1 2-3.95A12.88 12.88 0 0 1 22 2c0 2.72-.78 7.5-6 11a22.35 22.35 0 0 1-4 2z" />
|
|
27
|
+
<path d="M9 12H4s.55-3.03 2-4c1.62-1.08 5 0 5 0" />
|
|
28
|
+
<path d="M12 15v5s3.03-.55 4-2c1.08-1.62 0-5 0-5" />
|
|
29
|
+
</svg>
|
|
30
|
+
),
|
|
31
|
+
'Learn': (
|
|
32
|
+
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round">
|
|
33
|
+
<path d="M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H20v20H6.5a2.5 2.5 0 0 1 0-5H20" />
|
|
34
|
+
<path d="M8 7h6" />
|
|
35
|
+
<path d="M8 11h8" />
|
|
36
|
+
</svg>
|
|
37
|
+
),
|
|
38
|
+
'Real-Time Experiences': (
|
|
39
|
+
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round">
|
|
40
|
+
<path d="M13 2 3 14h9l-1 8 10-12h-9l1-8z" />
|
|
41
|
+
</svg>
|
|
42
|
+
),
|
|
43
|
+
'NPM Packages': (
|
|
44
|
+
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round">
|
|
45
|
+
<path d="m7.5 4.27 9 5.15" />
|
|
46
|
+
<path d="M21 8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16Z" />
|
|
47
|
+
<path d="m3.3 7 8.7 5 8.7-5" />
|
|
48
|
+
<path d="M12 22V12" />
|
|
49
|
+
</svg>
|
|
50
|
+
),
|
|
51
|
+
'Create': (
|
|
52
|
+
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round">
|
|
53
|
+
<path d="M12 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7" />
|
|
54
|
+
<path d="M18.375 2.625a1 1 0 0 1 3 3l-9.013 9.014a2 2 0 0 1-.853.505l-2.873.84a.5.5 0 0 1-.62-.62l.84-2.873a2 2 0 0 1 .506-.852z" />
|
|
55
|
+
</svg>
|
|
56
|
+
),
|
|
57
|
+
'API': (
|
|
58
|
+
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round">
|
|
59
|
+
<polyline points="16 18 22 12 16 6" />
|
|
60
|
+
<polyline points="8 6 2 12 8 18" />
|
|
61
|
+
<line x1="14" y1="4" x2="10" y2="20" />
|
|
62
|
+
</svg>
|
|
63
|
+
),
|
|
64
|
+
'Changelog': (
|
|
65
|
+
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round">
|
|
66
|
+
<path d="M12 8v4l3 3" />
|
|
67
|
+
<circle cx="12" cy="12" r="10" />
|
|
68
|
+
</svg>
|
|
69
|
+
),
|
|
70
|
+
};
|
|
71
|
+
|
|
72
|
+
function NavbarItemWithIcon({item, index}: {item: NavbarItemConfig; index: number}): ReactNode {
|
|
73
|
+
const label = (item as any).label as string | undefined;
|
|
74
|
+
const icon = label ? navIcons[label] : null;
|
|
75
|
+
const wrapperRef = React.useRef<HTMLDivElement>(null);
|
|
76
|
+
|
|
77
|
+
const handleClick = (e: React.MouseEvent) => {
|
|
78
|
+
// If the click was directly on the link, let it handle itself
|
|
79
|
+
if ((e.target as HTMLElement).closest('a')) return;
|
|
80
|
+
// Otherwise forward the click to the link inside
|
|
81
|
+
const link = wrapperRef.current?.querySelector('a');
|
|
82
|
+
if (link) link.click();
|
|
83
|
+
};
|
|
84
|
+
|
|
85
|
+
return (
|
|
86
|
+
<ErrorCauseBoundary
|
|
87
|
+
key={index}
|
|
88
|
+
onError={(error) =>
|
|
89
|
+
new Error(
|
|
90
|
+
`A theme navbar item failed to render.
|
|
91
|
+
Please double-check the following navbar item (themeConfig.navbar.items) of your Docusaurus config:
|
|
92
|
+
${JSON.stringify(item, null, 2)}`,
|
|
93
|
+
{cause: error},
|
|
94
|
+
)
|
|
95
|
+
}>
|
|
96
|
+
<div
|
|
97
|
+
ref={wrapperRef}
|
|
98
|
+
className={styles.navItemWithIcon}
|
|
99
|
+
onClick={handleClick}>
|
|
100
|
+
{icon && <span className={styles.navIcon}>{icon}</span>}
|
|
101
|
+
<NavbarItem {...item} />
|
|
102
|
+
</div>
|
|
103
|
+
</ErrorCauseBoundary>
|
|
104
|
+
);
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
function NavbarItems({items}: {items: NavbarItemConfig[]}): ReactNode {
|
|
108
|
+
return (
|
|
109
|
+
<>
|
|
110
|
+
{items.map((item, i) => (
|
|
111
|
+
<NavbarItemWithIcon key={i} item={item} index={i} />
|
|
112
|
+
))}
|
|
113
|
+
</>
|
|
114
|
+
);
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
export default function NavbarContent(): ReactNode {
|
|
118
|
+
const mobileSidebar = useNavbarMobileSidebar();
|
|
119
|
+
|
|
120
|
+
const items = useNavbarItems();
|
|
121
|
+
const [leftItems, rightItems] = splitNavbarItems(items);
|
|
122
|
+
|
|
123
|
+
return (
|
|
124
|
+
<div className={styles.navbarWrapper}>
|
|
125
|
+
{/* Top row: logo, search, color mode toggle */}
|
|
126
|
+
<div className={styles.topRow}>
|
|
127
|
+
<div className={styles.topLeft}>
|
|
128
|
+
{!mobileSidebar.disabled && <NavbarMobileSidebarToggle />}
|
|
129
|
+
<NavbarLogo />
|
|
130
|
+
</div>
|
|
131
|
+
<div className={styles.topCenter}>
|
|
132
|
+
<SearchBar />
|
|
133
|
+
</div>
|
|
134
|
+
<div className={styles.topRight}>
|
|
135
|
+
<NavbarColorModeToggle className={styles.colorModeToggle} />
|
|
136
|
+
</div>
|
|
137
|
+
</div>
|
|
138
|
+
{/* Bottom row: navigation items */}
|
|
139
|
+
<div className={styles.bottomRow}>
|
|
140
|
+
<NavbarItems items={leftItems} />
|
|
141
|
+
<NavbarItems items={rightItems} />
|
|
142
|
+
</div>
|
|
143
|
+
</div>
|
|
144
|
+
);
|
|
145
|
+
}
|
package/dist/generators/add-documentation/templates/src/theme/Navbar/Content/styles.module.css
ADDED
|
@@ -0,0 +1,132 @@
|
|
|
1
|
+
/* Two-row Warp-style Navbar Layout */
|
|
2
|
+
|
|
3
|
+
.navbarWrapper {
|
|
4
|
+
display: flex;
|
|
5
|
+
flex-direction: column;
|
|
6
|
+
width: 100%;
|
|
7
|
+
padding: 0;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
/* Top row: logo + search + color toggle */
|
|
11
|
+
.topRow {
|
|
12
|
+
display: flex;
|
|
13
|
+
align-items: center;
|
|
14
|
+
justify-content: space-between;
|
|
15
|
+
width: 100%;
|
|
16
|
+
padding: 0.75rem 0;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.topLeft {
|
|
20
|
+
display: flex;
|
|
21
|
+
align-items: center;
|
|
22
|
+
gap: 0.5rem;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.topCenter {
|
|
26
|
+
flex: 1;
|
|
27
|
+
display: flex;
|
|
28
|
+
justify-content: center;
|
|
29
|
+
align-items: center;
|
|
30
|
+
max-width: 480px;
|
|
31
|
+
margin: 0 2rem;
|
|
32
|
+
position: relative;
|
|
33
|
+
z-index: 10;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
/* Search bar fills the top-center area */
|
|
37
|
+
.topCenter :global(.navbar__search) {
|
|
38
|
+
width: 100%;
|
|
39
|
+
margin-left: 0 !important;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.topCenter :global(.navbar__search-input) {
|
|
43
|
+
width: 100% !important;
|
|
44
|
+
transition: none !important;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.topRight {
|
|
48
|
+
display: flex;
|
|
49
|
+
align-items: center;
|
|
50
|
+
gap: 0.5rem;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
/* Bottom row: navigation items */
|
|
54
|
+
.bottomRow {
|
|
55
|
+
display: flex;
|
|
56
|
+
align-items: center;
|
|
57
|
+
gap: 0.25rem;
|
|
58
|
+
padding-bottom: 0;
|
|
59
|
+
width: 100%;
|
|
60
|
+
border-top: 1px solid var(--uc-border-color);
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
/* Icon + label wrapper for each nav item */
|
|
64
|
+
.navItemWithIcon {
|
|
65
|
+
display: flex;
|
|
66
|
+
align-items: center;
|
|
67
|
+
gap: 0.375rem;
|
|
68
|
+
padding: 0.625rem 0.75rem;
|
|
69
|
+
border-bottom: 2px solid transparent;
|
|
70
|
+
transition: all 0.2s ease;
|
|
71
|
+
cursor: pointer;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
.navItemWithIcon:hover {
|
|
75
|
+
color: var(--ifm-color-primary);
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
/* Active state: apply underline to the wrapper when it contains an active link */
|
|
79
|
+
.navItemWithIcon:has(:global(.navbar__link--active)) {
|
|
80
|
+
border-bottom-color: var(--ifm-color-primary);
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
.navIcon {
|
|
84
|
+
display: flex;
|
|
85
|
+
align-items: center;
|
|
86
|
+
flex-shrink: 0;
|
|
87
|
+
opacity: 0.6;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
.navItemWithIcon:hover .navIcon,
|
|
91
|
+
.navItemWithIcon:has(:global(.navbar__link--active)) .navIcon {
|
|
92
|
+
opacity: 1;
|
|
93
|
+
color: var(--ifm-color-primary);
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
/* Reset default navbar item styles inside our wrapper */
|
|
97
|
+
.navItemWithIcon :global(.navbar__item) {
|
|
98
|
+
padding: 0;
|
|
99
|
+
margin: 0;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
.navItemWithIcon :global(.navbar__link) {
|
|
103
|
+
padding: 0;
|
|
104
|
+
border-radius: 0;
|
|
105
|
+
font-size: 0.875rem;
|
|
106
|
+
font-weight: 500;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
.navItemWithIcon :global(.navbar__link--active) {
|
|
110
|
+
color: var(--ifm-color-primary);
|
|
111
|
+
font-weight: 600;
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
.navItemWithIcon :global(.navbar__link:hover) {
|
|
115
|
+
background: none;
|
|
116
|
+
color: var(--ifm-color-primary);
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
/* Hide color mode toggle on mobile */
|
|
120
|
+
@media (max-width: 996px) {
|
|
121
|
+
.colorModeToggle {
|
|
122
|
+
display: none;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
.topCenter {
|
|
126
|
+
display: none;
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
.bottomRow {
|
|
130
|
+
display: none;
|
|
131
|
+
}
|
|
132
|
+
}
|
package/dist/generators/add-documentation/templates/src/theme/Navbar/MobileSidebar/Header/index.tsx
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import {useNavbarMobileSidebar} from '@docusaurus/theme-common/internal';
|
|
3
|
+
import {translate} from '@docusaurus/Translate';
|
|
4
|
+
import NavbarColorModeToggle from '@theme/Navbar/ColorModeToggle';
|
|
5
|
+
import IconClose from '@theme/Icon/Close';
|
|
6
|
+
import NavbarLogo from '@theme/Navbar/Logo';
|
|
7
|
+
import BrowserOnly from '@docusaurus/BrowserOnly';
|
|
8
|
+
|
|
9
|
+
function CloseButton() {
|
|
10
|
+
const mobileSidebar = useNavbarMobileSidebar();
|
|
11
|
+
return (
|
|
12
|
+
<button
|
|
13
|
+
type="button"
|
|
14
|
+
aria-label={translate({
|
|
15
|
+
id: 'theme.docs.sidebar.closeSidebarButtonAriaLabel',
|
|
16
|
+
message: 'Close navigation bar',
|
|
17
|
+
description: 'The ARIA label for close button of mobile sidebar',
|
|
18
|
+
})}
|
|
19
|
+
className="clean-btn navbar-sidebar__close"
|
|
20
|
+
onClick={() => mobileSidebar.toggle()}>
|
|
21
|
+
<IconClose color="var(--ifm-color-emphasis-600)" />
|
|
22
|
+
</button>
|
|
23
|
+
);
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
function MobileSearchBar() {
|
|
27
|
+
// Lazy import to avoid SSR issues with the search-local plugin
|
|
28
|
+
const SearchBar = require('@theme/SearchBar').default;
|
|
29
|
+
return <SearchBar />;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
export default function NavbarMobileSidebarHeader(): JSX.Element {
|
|
33
|
+
return (
|
|
34
|
+
<div>
|
|
35
|
+
<div className="navbar-sidebar__brand">
|
|
36
|
+
<NavbarLogo />
|
|
37
|
+
<NavbarColorModeToggle className="margin-right--md" />
|
|
38
|
+
<CloseButton />
|
|
39
|
+
</div>
|
|
40
|
+
<div style={{padding: '0.5rem var(--ifm-navbar-padding-horizontal)'}}>
|
|
41
|
+
<BrowserOnly>{() => <MobileSearchBar />}</BrowserOnly>
|
|
42
|
+
</div>
|
|
43
|
+
</div>
|
|
44
|
+
);
|
|
45
|
+
}
|
|
File without changes
|
package/dist/generators/add-documentation/templates/static/docs/overview/unisphere-for-dummies-1.png
ADDED
|
Binary file
|
package/dist/generators/add-documentation/templates/static/docs/overview/unisphere-for-dummies-2.png
ADDED
|
Binary file
|
package/dist/generators/add-documentation/templates/static/docs/overview/unisphere-for-dummies-3.png
ADDED
|
Binary file
|
package/dist/generators/add-documentation/templates/static/docs/overview/unisphere-for-dummies-4.png
ADDED
|
Binary file
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="1280" height="102" viewBox="0 0 1280 102" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M-369 51L-364.188 43.1783L-359.376 35.5491L-354.564 28.3005L-349.752 21.6107L-344.94 15.6447L-340.128 10.5491L-335.316 6.44967L-330.504 3.44717L-325.692 1.61558L-320.88 1L-316.068 1.61558L-311.256 3.44717L-306.444 6.44967L-301.632 10.5491L-296.82 15.6447L-292.008 21.6107L-287.195 28.3005L-282.383 35.5491L-277.571 43.1783L-272.759 51L-267.947 58.8217L-263.135 66.4509L-258.323 73.6995L-253.511 80.3893L-248.699 86.3553L-243.887 91.4509L-239.075 95.5503L-234.263 98.5528L-229.451 100.384L-224.639 101L-219.827 100.384L-215.015 98.5528L-210.203 95.5503L-205.391 91.4509L-200.579 86.3553L-195.767 80.3893L-190.955 73.6995L-186.143 66.4509L-181.331 58.8217L-176.519 51L-171.707 43.1783L-166.895 35.5491L-162.083 28.3005L-157.271 21.6107L-152.459 15.6447L-147.647 10.5491L-142.835 6.44967L-138.023 3.44717L-133.211 1.61558L-128.399 1L-123.586 1.61558L-118.774 3.44717L-113.962 6.44967L-109.15 10.5491L-104.338 15.6447L-99.5263 21.6107L-94.7143 28.3005L-89.9023 35.5491L-85.0902 43.1783L-80.2782 51L-75.4662 58.8217L-70.6541 66.4509L-65.8421 73.6995L-61.0301 80.3893L-56.218 86.3553L-51.406 91.4509L-46.594 95.5503L-41.782 98.5528L-36.9699 100.384L-32.1579 101L-27.3459 100.384L-22.5338 98.5528L-17.7218 95.5503L-12.9098 91.4509L-8.09775 86.3553L-3.28574 80.3893L1.52631 73.6995L6.33832 66.4509L11.1504 58.8217L15.9624 51L20.7744 43.1783L25.5865 35.5491L30.3985 28.3005L35.2105 21.6107L40.0225 15.6447L44.8346 10.5491L49.6466 6.44967L54.4586 3.44717L59.2707 1.61558L64.0827 1L68.8947 1.61558L73.7068 3.44717L78.5188 6.44967L83.3308 10.5491L88.1428 15.6447L92.9549 21.6107L97.7669 28.3005L102.579 35.5491L107.391 43.1783L112.203 51L117.015 58.8217L121.827 66.4509L126.639 73.6995L131.451 80.3893L136.263 86.3553L141.075 91.4509L145.887 95.5503L150.699 98.5528L155.511 100.384L160.323 101L165.135 100.384L169.947 98.5528L174.759 95.5503L179.571 91.4509L184.383 86.3553L189.195 80.3893L194.008 73.6995L198.82 66.4509L203.632 58.8217L208.444 51L213.256 43.1783L218.068 35.5491L222.88 28.3005L227.692 21.6107L232.504 15.6447L237.316 10.5491L242.128 6.44967L246.94 3.44717L251.752 1.61558L256.564 1L261.376 1.61558L266.188 3.44717L271 6.44967L275.812 10.5491L280.624 15.6447L285.436 21.6107L290.248 28.3005L295.06 35.5491L299.872 43.1783L304.684 51L309.496 58.8217L314.308 66.4509L319.12 73.6995L323.932 80.3893L328.744 86.3553L333.556 91.4509L338.368 95.5503L343.18 98.5528L347.992 100.384L352.805 101L357.617 100.384L362.429 98.5528L367.241 95.5503L372.053 91.4509L376.865 86.3553L381.677 80.3893L386.489 73.6995L391.301 66.4509L396.113 58.8217L400.925 51L405.737 43.1783L410.549 35.5491L415.361 28.3005L420.173 21.6107L424.985 15.6447L429.797 10.5491L434.609 6.44967L439.421 3.44717L444.233 1.61558L449.045 1L453.857 1.61558L458.669 3.44717L463.481 6.44967L468.293 10.5491L473.105 15.6447L477.917 21.6107L482.729 28.3005L487.541 35.5491L492.353 43.1783L497.165 51L501.977 58.8217L506.789 66.4509L511.601 73.6995L516.414 80.3893L521.226 86.3553L526.038 91.4509L530.85 95.5503L535.662 98.5528L540.474 100.384L545.286 101L550.098 100.384L554.91 98.5528L559.722 95.5503L564.534 91.4509L569.346 86.3553L574.158 80.3893L578.97 73.6995L583.782 66.4509L588.594 58.8217L593.406 51L598.218 43.1783L603.03 35.5491L607.842 28.3005L612.654 21.6107L617.466 15.6447L622.278 10.5491L627.09 6.44967L631.902 3.44717L636.714 1.61558L641.526 1L646.338 1.61558L651.15 3.44717L655.962 6.44967L660.774 10.5491L665.586 15.6447L670.398 21.6107L675.21 28.3005L680.022 35.5491L684.835 43.1783L689.647 51L694.459 58.8217L699.271 66.4509L704.083 73.6995L708.895 80.3893L713.707 86.3553L718.519 91.4509L723.331 95.5503L728.143 98.5528L732.955 100.384L737.767 101L742.579 100.384L747.391 98.5528L752.203 95.5503L757.015 91.4509L761.827 86.3553L766.639 80.3893L771.451 73.6995L776.263 66.4509L781.075 58.8217L785.887 51L790.699 43.1783L795.511 35.5491L800.323 28.3005L805.135 21.6107L809.947 15.6447L814.759 10.5491L819.571 6.44967L824.383 3.44717L829.195 1.61558L834.007 1L838.819 1.61558L843.631 3.44717L848.444 6.44967L853.256 10.5491L858.068 15.6447L862.88 21.6107L867.692 28.3005L872.504 35.5491L877.316 43.1783L882.128 51L886.94 58.8217L891.752 66.4509L896.564 73.6995L901.376 80.3893L906.188 86.3553L911 91.4509L915.812 95.5503L920.624 98.5528L925.436 100.384L930.248 101L935.06 100.384L939.872 98.5528L944.684 95.5503L949.496 91.4509L954.308 86.3553L959.12 80.3893L963.932 73.6995L968.744 66.4509L973.556 58.8217L978.368 51L983.18 43.1783L987.992 35.5491L992.804 28.3005L997.616 21.6107L1002.43 15.6447L1007.24 10.5491L1012.05 6.44967L1016.86 3.44717L1021.68 1.61558L1026.49 1L1031.3 1.61558L1036.11 3.44717L1040.92 6.44967L1045.74 10.5491L1050.55 15.6447L1055.36 21.6107L1060.17 28.3005L1064.98 35.5491L1069.8 43.1783L1074.61 51L1079.42 58.8217L1084.23 66.4509L1089.05 73.6995L1093.86 80.3893L1098.67 86.3553L1103.48 91.4509L1108.29 95.5503L1113.11 98.5528L1117.92 100.384L1122.73 101L1127.54 100.384L1132.35 98.5528L1137.17 95.5503L1141.98 91.4509L1146.79 86.3553L1151.6 80.3893L1156.41 73.6995L1161.23 66.4509L1166.04 58.8217L1170.85 51L1175.66 43.1783L1180.47 35.5491L1185.29 28.3005L1190.1 21.6107L1194.91 15.6447L1199.72 10.5491L1204.53 6.44967L1209.35 3.44717L1214.16 1.61558L1218.97 1L1223.78 1.61558L1228.59 3.44717L1233.41 6.44967L1238.22 10.5491L1243.03 15.6447L1247.84 21.6107L1252.65 28.3005L1257.47 35.5491L1262.28 43.1783L1267.09 51L1271.9 58.8217L1276.71 66.4509L1281.53 73.6995L1286.34 80.3893L1291.15 86.3553L1295.96 91.4509L1300.77 95.5503L1305.59 98.5528L1310.4 100.384L1315.21 101L1320.02 100.384L1324.83 98.5528L1329.65 95.5503L1334.46 91.4509L1339.27 86.3553L1344.08 80.3893L1348.89 73.6995L1353.71 66.4509L1358.52 58.8217L1363.33 51L1368.14 43.1783L1372.95 35.5491L1377.77 28.3005L1382.58 21.6107L1387.39 15.6447L1392.2 10.5491L1397.01 6.44967L1401.83 3.44717L1406.64 1.61558L1411.45 1L1416.26 1.61558L1421.08 3.44717L1425.89 6.44967L1430.7 10.5491L1435.51 15.6447L1440.32 21.6107L1445.14 28.3005L1449.95 35.5491L1454.76 43.1783L1459.57 51L1464.38 58.8217L1469.2 66.4509L1474.01 73.6995L1478.82 80.3893L1483.63 86.3553L1488.44 91.4509L1493.26 95.5503L1498.07 98.5528L1502.88 100.384L1507.69 101L1512.5 100.384L1517.32 98.5528L1522.13 95.5503L1526.94 91.4509L1531.75 86.3553L1536.56 80.3893L1541.38 73.6995L1546.19 66.4509L1551 58.8217" fill="#FF9DFF"/>
|
|
3
|
+
<path d="M-369 51L-364.188 43.1783L-359.376 35.5491L-354.564 28.3005L-349.752 21.6107L-344.94 15.6447L-340.128 10.5491L-335.316 6.44967L-330.504 3.44717L-325.692 1.61558L-320.88 1L-316.068 1.61558L-311.256 3.44717L-306.444 6.44967L-301.632 10.5491L-296.82 15.6447L-292.008 21.6107L-287.195 28.3005L-282.383 35.5491L-277.571 43.1783L-272.759 51L-267.947 58.8217L-263.135 66.4509L-258.323 73.6995L-253.511 80.3893L-248.699 86.3553L-243.887 91.4509L-239.075 95.5503L-234.263 98.5528L-229.451 100.384L-224.639 101L-219.827 100.384L-215.015 98.5528L-210.203 95.5503L-205.391 91.4509L-200.579 86.3553L-195.767 80.3893L-190.955 73.6995L-186.143 66.4509L-181.331 58.8217L-176.519 51L-171.707 43.1783L-166.895 35.5491L-162.083 28.3005L-157.271 21.6107L-152.459 15.6447L-147.647 10.5491L-142.835 6.44967L-138.023 3.44717L-133.211 1.61558L-128.399 1L-123.586 1.61558L-118.774 3.44717L-113.962 6.44967L-109.15 10.5491L-104.338 15.6447L-99.5263 21.6107L-94.7143 28.3005L-89.9023 35.5491L-85.0902 43.1783L-80.2782 51L-75.4662 58.8217L-70.6542 66.4509L-65.8421 73.6995L-61.0301 80.3893L-56.2181 86.3553L-51.406 91.4509L-46.594 95.5503L-41.782 98.5528L-36.9699 100.384L-32.1579 101L-27.3459 100.384L-22.5339 98.5528L-17.7218 95.5503L-12.9098 91.4509L-8.09776 86.3553L-3.28573 80.3893L1.5263 73.6995L6.33833 66.4509L11.1504 58.8217L15.9624 51L20.7744 43.1783L25.5864 35.5491L30.3985 28.3005L35.2105 21.6107L40.0225 15.6447L44.8346 10.5491L49.6466 6.44967L54.4586 3.44717L59.2707 1.61558L64.0827 1L68.8947 1.61558L73.7067 3.44717L78.5188 6.44967L83.3308 10.5491L88.1428 15.6447L92.9549 21.6107L97.7669 28.3005L102.579 35.5491L107.391 43.1783L112.203 51L117.015 58.8217L121.827 66.4509L126.639 73.6995L131.451 80.3893L136.263 86.3553L141.075 91.4509L145.887 95.5503L150.699 98.5528L155.511 100.384L160.323 101L165.135 100.384L169.947 98.5528L174.759 95.5503L179.571 91.4509L184.383 86.3553L189.195 80.3893L194.007 73.6995L198.82 66.4509L203.632 58.8217L208.444 51L213.256 43.1783L218.068 35.5491L222.88 28.3005L227.692 21.6107L232.504 15.6447L237.316 10.5491L242.128 6.44967L246.94 3.44717L251.752 1.61558L256.564 1L261.376 1.61558L266.188 3.44717L271 6.44967L275.812 10.5491L280.624 15.6447L285.436 21.6107L290.248 28.3005L295.06 35.5491L299.872 43.1783L304.684 51L309.496 58.8217L314.308 66.4509L319.12 73.6995L323.932 80.3893L328.744 86.3553L333.556 91.4509L338.368 95.5503L343.18 98.5528L347.992 100.384L352.804 101L357.617 100.384L362.429 98.5528L367.241 95.5503L372.053 91.4509L376.865 86.3553L381.677 80.3893L386.489 73.6995L391.301 66.4509L396.113 58.8217L400.925 51L405.737 43.1783L410.549 35.5491L415.361 28.3005L420.173 21.6107L424.985 15.6447L429.797 10.5491L434.609 6.44967L439.421 3.44717L444.233 1.61558L449.045 1L453.857 1.61558L458.669 3.44717L463.481 6.44967L468.293 10.5491L473.105 15.6447L477.917 21.6107L482.729 28.3005L487.541 35.5491L492.353 43.1783L497.165 51L501.977 58.8217L506.789 66.4509L511.601 73.6995L516.413 80.3893L521.226 86.3553L526.038 91.4509L530.85 95.5503L535.662 98.5528L540.474 100.384L545.286 101L550.098 100.384L554.91 98.5528L559.722 95.5503L564.534 91.4509L569.346 86.3553L574.158 80.3893L578.97 73.6995L583.782 66.4509L588.594 58.8217L593.406 51L598.218 43.1783L603.03 35.5491L607.842 28.3005L612.654 21.6107L617.466 15.6447L622.278 10.5491L627.09 6.44967L631.902 3.44717L636.714 1.61558L641.526 1L646.338 1.61558L651.15 3.44717L655.962 6.44967L660.774 10.5491L665.586 15.6447L670.398 21.6107L675.21 28.3005L680.023 35.5491L684.835 43.1783L689.647 51L694.459 58.8217L699.271 66.4509L704.083 73.6995L708.895 80.3893L713.707 86.3553L718.519 91.4509L723.331 95.5503L728.143 98.5528L732.955 100.384L737.767 101L742.579 100.384L747.391 98.5528L752.203 95.5503L757.015 91.4509L761.827 86.3553L766.639 80.3893L771.451 73.6995L776.263 66.4509L781.075 58.8217L785.887 51L790.699 43.1783L795.511 35.5491L800.323 28.3005L805.135 21.6107L809.947 15.6447L814.759 10.5491L819.571 6.44967L824.383 3.44717L829.195 1.61558L834.007 1L838.819 1.61558L843.632 3.44717L848.444 6.44967L853.256 10.5491L858.068 15.6447L862.88 21.6107L867.692 28.3005L872.504 35.5491L877.316 43.1783L882.128 51L886.94 58.8217L891.752 66.4509L896.564 73.6995L901.376 80.3893L906.188 86.3553L911 91.4509L915.812 95.5503L920.624 98.5528L925.436 100.384L930.248 101L935.06 100.384L939.872 98.5528L944.684 95.5503L949.496 91.4509L954.308 86.3553L959.12 80.3893L963.932 73.6995L968.744 66.4509L973.556 58.8217L978.368 51L983.18 43.1783L987.992 35.5491L992.804 28.3005L997.616 21.6107L1002.43 15.6447L1007.24 10.5491L1012.05 6.44967L1016.86 3.44717L1021.68 1.61558L1026.49 1L1031.3 1.61558L1036.11 3.44717L1040.92 6.44967L1045.74 10.5491L1050.55 15.6447L1055.36 21.6107L1060.17 28.3005L1064.98 35.5491L1069.8 43.1783L1074.61 51L1079.42 58.8217L1084.23 66.4509L1089.05 73.6995L1093.86 80.3893L1098.67 86.3553L1103.48 91.4509L1108.29 95.5503L1113.11 98.5528L1117.92 100.384L1122.73 101L1127.54 100.384L1132.35 98.5528L1137.17 95.5503L1141.98 91.4509L1146.79 86.3553L1151.6 80.3893L1156.41 73.6995L1161.23 66.4509L1166.04 58.8217L1170.85 51L1175.66 43.1783L1180.47 35.5491L1185.29 28.3005L1190.1 21.6107L1194.91 15.6447L1199.72 10.5491L1204.53 6.44967L1209.35 3.44717L1214.16 1.61558L1218.97 1L1223.78 1.61558L1228.59 3.44717L1233.41 6.44967L1238.22 10.5491L1243.03 15.6447L1247.84 21.6107L1252.65 28.3005L1257.47 35.5491L1262.28 43.1783L1267.09 51L1271.9 58.8217L1276.71 66.4509L1281.53 73.6995L1286.34 80.3893L1291.15 86.3553L1295.96 91.4509L1300.77 95.5503L1305.59 98.5528L1310.4 100.384L1315.21 101L1320.02 100.384L1324.83 98.5528L1329.65 95.5503L1334.46 91.4509L1339.27 86.3553L1344.08 80.3893L1348.89 73.6995L1353.71 66.4509L1358.52 58.8217L1363.33 51L1368.14 43.1783L1372.95 35.5491L1377.77 28.3005L1382.58 21.6107L1387.39 15.6447L1392.2 10.5491L1397.01 6.44967L1401.83 3.44717L1406.64 1.61558L1411.45 1L1416.26 1.61558L1421.08 3.44717L1425.89 6.44967L1430.7 10.5491L1435.51 15.6447L1440.32 21.6107L1445.14 28.3005L1449.95 35.5491L1454.76 43.1783L1459.57 51L1464.38 58.8217L1469.2 66.4509L1474.01 73.6995L1478.82 80.3893L1483.63 86.3553L1488.44 91.4509L1493.26 95.5503L1498.07 98.5528L1502.88 100.384L1507.69 101L1512.5 100.384L1517.32 98.5528L1522.13 95.5503L1526.94 91.4509L1531.75 86.3553L1536.56 80.3893L1541.38 73.6995L1546.19 66.4509L1551 58.8217" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M-272 51L-267.188 43.1783L-262.376 35.5491L-257.564 28.3005L-252.752 21.6107L-247.94 15.6447L-243.128 10.5491L-238.316 6.44967L-233.504 3.44717L-228.692 1.61558L-223.88 1L-219.068 1.61558L-214.256 3.44717L-209.444 6.44967L-204.632 10.5491L-199.82 15.6447L-195.008 21.6107L-190.195 28.3005L-185.383 35.5491L-180.571 43.1783L-175.759 51L-170.947 58.8217L-166.135 66.4509L-161.323 73.6995L-156.511 80.3893L-151.699 86.3553L-146.887 91.4509L-142.075 95.5503L-137.263 98.5528L-132.451 100.384L-127.639 101L-122.827 100.384L-118.015 98.5528L-113.203 95.5503L-108.391 91.4509L-103.579 86.3553L-98.7669 80.3893L-93.9549 73.6995L-89.1429 66.4509L-84.3308 58.8217L-79.5188 51L-74.7068 43.1783L-69.8947 35.5491L-65.0827 28.3005L-60.2707 21.6107L-55.4587 15.6447L-50.6466 10.5491L-45.8346 6.44967L-41.0226 3.44717L-36.2105 1.61558L-31.3985 1L-26.5865 1.61558L-21.7744 3.44717L-16.9624 6.44967L-12.1504 10.5491L-7.33836 15.6447L-2.52633 21.6107L2.2857 28.3005L7.09773 35.5491L11.9098 43.1783L16.7218 51L21.5338 58.8217L26.3458 66.4509L31.1579 73.6995L35.9699 80.3893L40.7819 86.3553L45.594 91.4509L50.406 95.5503L55.218 98.5528L60.0301 100.384L64.8421 101L69.6541 100.384L74.4661 98.5528L79.2782 95.5503L84.0902 91.4509L88.9022 86.3553L93.7143 80.3893L98.5263 73.6995L103.338 66.4509L108.15 58.8217L112.962 51L117.774 43.1783L122.586 35.5491L127.398 28.3005L132.211 21.6107L137.023 15.6447L141.835 10.5491L146.647 6.44967L151.459 3.44717L156.271 1.61558L161.083 1L165.895 1.61558L170.707 3.44717L175.519 6.44967L180.331 10.5491L185.143 15.6447L189.955 21.6107L194.767 28.3005L199.579 35.5491L204.391 43.1783L209.203 51L214.015 58.8217L218.827 66.4509L223.639 73.6995L228.451 80.3893L233.263 86.3553L238.075 91.4509L242.887 95.5503L247.699 98.5528L252.511 100.384L257.323 101L262.135 100.384L266.947 98.5528L271.759 95.5503L276.571 91.4509L281.383 86.3553L286.195 80.3893L291.007 73.6995L295.82 66.4509L300.632 58.8217L305.444 51L310.256 43.1783L315.068 35.5491L319.88 28.3005L324.692 21.6107L329.504 15.6447L334.316 10.5491L339.128 6.44967L343.94 3.44717L348.752 1.61558L353.564 1L358.376 1.61558L363.188 3.44717L368 6.44967L372.812 10.5491L377.624 15.6447L382.436 21.6107L387.248 28.3005L392.06 35.5491L396.872 43.1783L401.684 51L406.496 58.8217L411.308 66.4509L416.12 73.6995L420.932 80.3893L425.744 86.3553L430.556 91.4509L435.368 95.5503L440.18 98.5528L444.992 100.384L449.804 101L454.617 100.384L459.429 98.5528L464.241 95.5503L469.053 91.4509L473.865 86.3553L478.677 80.3893L483.489 73.6995L488.301 66.4509L493.113 58.8217L497.925 51L502.737 43.1783L507.549 35.5491L512.361 28.3005L517.173 21.6107L521.985 15.6447L526.797 10.5491L531.609 6.44967L536.421 3.44717L541.233 1.61558L546.045 1L550.857 1.61558L555.669 3.44717L560.481 6.44967L565.293 10.5491L570.105 15.6447L574.917 21.6107L579.729 28.3005L584.541 35.5491L589.353 43.1783L594.165 51L598.977 58.8217L603.789 66.4509L608.601 73.6995L613.413 80.3893L618.226 86.3553L623.038 91.4509L627.85 95.5503L632.662 98.5528L637.474 100.384L642.286 101L647.098 100.384L651.91 98.5528L656.722 95.5503L661.534 91.4509L666.346 86.3553L671.158 80.3893L675.97 73.6995L680.782 66.4509L685.594 58.8217L690.406 51L695.218 43.1783L700.03 35.5491L704.842 28.3005L709.654 21.6107L714.466 15.6447L719.278 10.5491L724.09 6.44967L728.902 3.44717L733.714 1.61558L738.526 1L743.338 1.61558L748.15 3.44717L752.962 6.44967L757.774 10.5491L762.586 15.6447L767.398 21.6107L772.21 28.3005L777.023 35.5491L781.835 43.1783L786.647 51L791.459 58.8217L796.271 66.4509L801.083 73.6995L805.895 80.3893L810.707 86.3553L815.519 91.4509L820.331 95.5503L825.143 98.5528L829.955 100.384L834.767 101L839.579 100.384L844.391 98.5528L849.203 95.5503L854.015 91.4509L858.827 86.3553L863.639 80.3893L868.451 73.6995L873.263 66.4509L878.075 58.8217L882.887 51L887.699 43.1783L892.511 35.5491L897.323 28.3005L902.135 21.6107L906.947 15.6447L911.759 10.5491L916.571 6.44967L921.383 3.44717L926.195 1.61558L931.007 1L935.819 1.61558L940.632 3.44717L945.444 6.44967L950.256 10.5491L955.068 15.6447L959.88 21.6107L964.692 28.3005L969.504 35.5491L974.316 43.1783L979.128 51L983.94 58.8217L988.752 66.4509L993.564 73.6995L998.376 80.3893L1003.19 86.3553L1008 91.4509L1012.81 95.5503L1017.62 98.5528L1022.44 100.384L1027.25 101L1032.06 100.384L1036.87 98.5528L1041.68 95.5503L1046.5 91.4509L1051.31 86.3553L1056.12 80.3893L1060.93 73.6995L1065.74 66.4509L1070.56 58.8217L1075.37 51L1080.18 43.1783L1084.99 35.5491L1089.8 28.3005L1094.62 21.6107L1099.43 15.6447L1104.24 10.5491L1109.05 6.44967L1113.86 3.44717L1118.68 1.61558L1123.49 1L1128.3 1.61558L1133.11 3.44717L1137.92 6.44967L1142.74 10.5491L1147.55 15.6447L1152.36 21.6107L1157.17 28.3005L1161.98 35.5491L1166.8 43.1783L1171.61 51L1176.42 58.8217L1181.23 66.4509L1186.05 73.6995L1190.86 80.3893L1195.67 86.3553L1200.48 91.4509L1205.29 95.5503L1210.11 98.5528L1214.92 100.384L1219.73 101L1224.54 100.384L1229.35 98.5528L1234.17 95.5503L1238.98 91.4509L1243.79 86.3553L1248.6 80.3893L1253.41 73.6995L1258.23 66.4509L1263.04 58.8217L1267.85 51L1272.66 43.1783L1277.47 35.5491L1282.29 28.3005L1287.1 21.6107L1291.91 15.6447L1296.72 10.5491L1301.53 6.44967L1306.35 3.44717L1311.16 1.61558L1315.97 1L1320.78 1.61558L1325.59 3.44717L1330.41 6.44967L1335.22 10.5491L1340.03 15.6447L1344.84 21.6107L1349.65 28.3005L1354.47 35.5491L1359.28 43.1783L1364.09 51L1368.9 58.8217L1373.71 66.4509L1378.53 73.6995L1383.34 80.3893L1388.15 86.3553L1392.96 91.4509L1397.77 95.5503L1402.59 98.5528L1407.4 100.384L1412.21 101L1417.02 100.384L1421.83 98.5528L1426.65 95.5503L1431.46 91.4509L1436.27 86.3553L1441.08 80.3893L1445.89 73.6995L1450.71 66.4509L1455.52 58.8217L1460.33 51L1465.14 43.1783L1469.95 35.5491L1474.77 28.3005L1479.58 21.6107L1484.39 15.6447L1489.2 10.5491L1494.01 6.44967L1498.83 3.44717L1503.64 1.61558L1508.45 1L1513.26 1.61558L1518.08 3.44717L1522.89 6.44967L1527.7 10.5491L1532.51 15.6447L1537.32 21.6107L1542.14 28.3005L1546.95 35.5491L1551.76 43.1783L1556.57 51L1561.38 58.8217L1566.2 66.4509L1571.01 73.6995L1575.82 80.3893L1580.63 86.3553L1585.44 91.4509L1590.26 95.5503L1595.07 98.5528L1599.88 100.384L1604.69 101L1609.5 100.384L1614.32 98.5528L1619.13 95.5503L1623.94 91.4509L1628.75 86.3553L1633.56 80.3893L1638.38 73.6995L1643.19 66.4509L1648 58.8217" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="square" stroke-linejoin="round"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="84" height="84" viewBox="0 0 84 84" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M59.8688 22.0136C59.7131 21.9933 59.535 21.9956 59.3337 22.0214C55.6328 22.4959 51.4446 28.0352 47.0949 33.7881C43.3969 38.6792 39.582 43.7247 35.8506 45.9434C30.9749 48.8425 25.7826 48.2601 21.3191 47.7595C18.3491 47.4263 15.7017 47.1294 13.6848 47.9184C14.2772 47.919 14.9486 49.1131 15.9002 50.8056C18.1216 54.7567 21.8701 61.4238 29.7056 61.9643C35.2831 62.3491 40.2067 52.1594 45.128 41.9743C49.8516 32.1986 54.5731 22.4272 59.8688 22.0136ZM13.2657 48.1247C12.3123 48.7079 12.0701 49.7782 12.258 51.0751C12.4796 49.6694 12.8317 48.5644 13.2657 48.1247Z" fill="#FF9DFF"/>
|
|
3
|
+
<path d="M71.185 61.9643C74.6964 45.9434 69.6048 22.8991 60.6505 22.0212C49.4577 20.9239 40.8984 62.7364 29.7056 61.9643C18.5128 61.1923 15.6597 47.9184 13.6844 47.9184C11.7092 47.9184 10.8753 61.0865 14.5623 61.9643" stroke="currentColor" stroke-linecap="round"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="84" height="84" viewBox="0 0 84 84" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<rect x="18" y="19" width="50" height="50" fill="#FF9DFF"/>
|
|
3
|
+
<path d="M68 69L66.5057 63.4232L62.4232 67.5057L68 69ZM17.6464 19.3536L64.4645 66.1716L65.1716 65.4645L18.3536 18.6464L17.6464 19.3536Z" fill="currentColor"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4C4.44772 4 4 4.44772 4 5V19C4 19.5523 4.44772 20 5 20H19C19.5523 20 20 19.5523 20 19V14C20 13.4477 19.5523 13 19 13C18.4477 13 18 13.4477 18 14V18H6V6H10C10.5523 6 11 5.55228 11 5C11 4.44772 10.5523 4 10 4H5ZM14.5 4C13.9477 4 13.5 4.44772 13.5 5C13.5 5.55228 13.9477 6 14.5 6H16.5858L10.2929 12.2929C9.90237 12.6834 9.90237 13.3166 10.2929 13.7071C10.6834 14.0976 11.3166 14.0976 11.7071 13.7071L18 7.41421V9.5C18 10.0523 18.4477 10.5 19 10.5C19.5523 10.5 20 10.0523 20 9.5V5C20 4.44772 19.5523 4 19 4H14.5Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|