@unisphere/nx 4.15.7 → 5.0.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/utils.d.ts +2 -2
- package/dist/generators/utils.d.ts.map +1 -1
- package/dist/generators/utils.js +1 -1
- package/dist/migrations/3-15-0/add-experience-documentation.d.ts +3 -4
- package/dist/migrations/3-15-0/add-experience-documentation.d.ts.map +1 -1
- package/dist/migrations/3-15-0/add-experience-documentation.js +4 -18
- package/dist/migrations/3-23-0/update-documentation-typedoc-plugins.d.ts +3 -6
- package/dist/migrations/3-23-0/update-documentation-typedoc-plugins.d.ts.map +1 -1
- package/dist/migrations/3-23-0/update-documentation-typedoc-plugins.js +4 -166
- package/dist/migrations/4-15-2/move-cli-to-dev-dependencies.d.ts +4 -0
- package/dist/migrations/4-15-2/move-cli-to-dev-dependencies.d.ts.map +1 -1
- package/dist/migrations/4-15-2/move-cli-to-dev-dependencies.js +70 -0
- package/dist/migrations/4-15-8/templates/_publish-artifacts.template +361 -0
- package/dist/migrations/4-15-8/update-publish-artifacts-workflow.d.ts +8 -0
- package/dist/migrations/4-15-8/update-publish-artifacts-workflow.d.ts.map +1 -0
- package/dist/migrations/4-15-8/update-publish-artifacts-workflow.js +40 -0
- package/dist/migrations/4-15-9/templates/_publish-artifacts.template +361 -0
- package/dist/migrations/4-15-9/update-publish-artifacts-workflow.d.ts +10 -0
- package/dist/migrations/4-15-9/update-publish-artifacts-workflow.d.ts.map +1 -0
- package/dist/migrations/4-15-9/update-publish-artifacts-workflow.js +42 -0
- package/dist/migrations/5-0-0/remove-documentation.d.ts +9 -0
- package/dist/migrations/5-0-0/remove-documentation.d.ts.map +1 -0
- package/dist/migrations/5-0-0/remove-documentation.js +45 -0
- package/generators.json +0 -5
- package/migrations.json +25 -0
- package/package.json +1 -1
- package/dist/generators/add-documentation/USAGE.md +0 -64
- package/dist/generators/add-documentation/add-documentation.d.ts +0 -5
- package/dist/generators/add-documentation/add-documentation.d.ts.map +0 -1
- package/dist/generators/add-documentation/add-documentation.js +0 -145
- package/dist/generators/add-documentation/discover-typedoc-plugins.d.ts +0 -23
- package/dist/generators/add-documentation/discover-typedoc-plugins.d.ts.map +0 -1
- package/dist/generators/add-documentation/discover-typedoc-plugins.js +0 -128
- package/dist/generators/add-documentation/schema.d.ts +0 -4
- package/dist/generators/add-documentation/schema.json +0 -20
- package/dist/generators/add-documentation/templates/babel.config.js +0 -3
- package/dist/generators/add-documentation/templates/docs/changelog/overview.md +0 -9
- package/dist/generators/add-documentation/templates/docs/documentations/overview.md +0 -9
- package/dist/generators/add-documentation/templates/docs/reference/overview.md +0 -9
- package/dist/generators/add-documentation/templates/docusaurus.config.ts.template +0 -134
- package/dist/generators/add-documentation/templates/package.json.template +0 -59
- package/dist/generators/add-documentation/templates/plugins/discover-typedoc-plugins.mjs +0 -156
- package/dist/generators/add-documentation/templates/plugins/typedoc-plugins.ts.template +0 -7
- package/dist/generators/add-documentation/templates/postcss.config.js +0 -6
- package/dist/generators/add-documentation/templates/sidebars.ts +0 -9
- package/dist/generators/add-documentation/templates/src/components/demo-placeholder-card.tsx +0 -33
- package/dist/generators/add-documentation/templates/src/components/guides/experiences/genie/integrate-genie-guide.tsx +0 -149
- package/dist/generators/add-documentation/templates/src/components/guides/experiences/notifications/notifications-react-guide.tsx +0 -211
- package/dist/generators/add-documentation/templates/src/components/homepage-features/index.tsx +0 -141
- package/dist/generators/add-documentation/templates/src/components/homepage-features/styles.module.css +0 -87
- package/dist/generators/add-documentation/templates/src/components/homepage-modules/index.tsx +0 -76
- package/dist/generators/add-documentation/templates/src/components/homepage-modules/styles.module.css +0 -120
- package/dist/generators/add-documentation/templates/src/components/homepage-start-now/index.tsx +0 -22
- package/dist/generators/add-documentation/templates/src/components/homepage-start-now/styles.module.css +0 -38
- package/dist/generators/add-documentation/templates/src/components/interactive-code-panel.tsx +0 -258
- package/dist/generators/add-documentation/templates/src/components/introductions/developer-toolbox-experience.tsx +0 -84
- package/dist/generators/add-documentation/templates/src/components/introductions/hello-world-experience.tsx +0 -133
- package/dist/generators/add-documentation/templates/src/components/introductions/notificaitons-experience.tsx +0 -635
- package/dist/generators/add-documentation/templates/src/components/introductions/reactions-experience.tsx +0 -117
- package/dist/generators/add-documentation/templates/src/components/ui-shared/introduction-card.tsx +0 -117
- package/dist/generators/add-documentation/templates/src/components/ui-shared/playground-card.tsx +0 -67
- package/dist/generators/add-documentation/templates/src/components/ui-shared/use-color-mode.ts +0 -20
- package/dist/generators/add-documentation/templates/src/components/ui-shared/utils.ts +0 -8
- package/dist/generators/add-documentation/templates/src/css/custom.css +0 -710
- package/dist/generators/add-documentation/templates/src/css/hero.module.css +0 -190
- package/dist/generators/add-documentation/templates/src/pages/index.module.css +0 -59
- package/dist/generators/add-documentation/templates/src/pages/index.tsx.template +0 -79
- package/dist/generators/add-documentation/templates/src/theme/Navbar/Content/index.tsx +0 -103
- package/dist/generators/add-documentation/templates/src/theme/Navbar/Content/styles.module.css +0 -9
- package/dist/generators/add-documentation/templates/src/theme/Navbar/MobileSidebar/Header/index.tsx +0 -45
- package/dist/generators/add-documentation/templates/static/.nojekyll +0 -0
- package/dist/generators/add-documentation/templates/static/homepage/divider.svg +0 -5
- package/dist/generators/add-documentation/templates/static/homepage/icons/Architecture.svg +0 -4
- package/dist/generators/add-documentation/templates/static/homepage/icons/Cost.svg +0 -4
- package/dist/generators/add-documentation/templates/static/homepage/icons/ExternalLink.svg +0 -3
- package/dist/generators/add-documentation/templates/static/homepage/icons/Infra.svg +0 -8
- package/dist/generators/add-documentation/templates/static/homepage/icons/Redundancies.svg +0 -6
- package/dist/generators/add-documentation/templates/static/homepage/icons/Speed.svg +0 -6
- package/dist/generators/add-documentation/templates/static/homepage/icons/Standards.svg +0 -4
- package/dist/generators/add-documentation/templates/static/homepage/icons/Unified.svg +0 -12
- 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 +0 -6
- package/dist/generators/add-documentation/templates/static/img/logo_dark.svg +0 -6
- package/dist/generators/add-documentation/templates/static/robots.txt +0 -5
- package/dist/generators/add-documentation/templates/tailwind.config.js +0 -30
- package/dist/generators/add-documentation/templates/tsconfig.json +0 -7
|
@@ -1,190 +0,0 @@
|
|
|
1
|
-
.hero {
|
|
2
|
-
position: relative;
|
|
3
|
-
overflow: hidden;
|
|
4
|
-
border-radius: 1rem;
|
|
5
|
-
margin-bottom: 2rem;
|
|
6
|
-
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
.heroBackground {
|
|
10
|
-
position: absolute;
|
|
11
|
-
inset: 0;
|
|
12
|
-
background: linear-gradient(to bottom right, rgba(59, 130, 246, 0.1), rgba(168, 85, 247, 0.1), rgba(236, 72, 153, 0.1));
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
[data-theme='dark'] .heroBackground {
|
|
16
|
-
background: linear-gradient(to bottom right, rgba(59, 130, 246, 0.2), rgba(168, 85, 247, 0.2), rgba(236, 72, 153, 0.2));
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.heroPattern {
|
|
20
|
-
position: absolute;
|
|
21
|
-
inset: 0;
|
|
22
|
-
opacity: 0.3;
|
|
23
|
-
background-image: 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");
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
.heroContent {
|
|
27
|
-
position: relative;
|
|
28
|
-
z-index: 10;
|
|
29
|
-
padding: 1.5rem;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
@media (min-width: 768px) {
|
|
33
|
-
.heroContent {
|
|
34
|
-
padding: 2rem;
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
.heroBadge {
|
|
39
|
-
display: inline-flex;
|
|
40
|
-
align-items: center;
|
|
41
|
-
padding: 0.5rem 1rem;
|
|
42
|
-
background-color: rgba(59, 130, 246, 0.1);
|
|
43
|
-
border: 1px solid rgba(59, 130, 246, 0.2);
|
|
44
|
-
border-radius: 9999px;
|
|
45
|
-
color: rgb(29, 78, 216);
|
|
46
|
-
font-size: 0.875rem;
|
|
47
|
-
font-weight: 500;
|
|
48
|
-
margin-bottom: 1rem;
|
|
49
|
-
line-height: 1;
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
.heroBadge > * {
|
|
53
|
-
margin: 0;
|
|
54
|
-
line-height: 1;
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
[data-theme='dark'] .heroBadge {
|
|
58
|
-
background-color: rgba(59, 130, 246, 0.2);
|
|
59
|
-
border-color: rgba(59, 130, 246, 0.3);
|
|
60
|
-
color: rgb(147, 197, 253);
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
.heroIcon {
|
|
64
|
-
width: 1rem;
|
|
65
|
-
height: 1rem;
|
|
66
|
-
margin-right: 0.5rem;
|
|
67
|
-
flex-shrink: 0;
|
|
68
|
-
display: block;
|
|
69
|
-
vertical-align: middle;
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
.heroTitle {
|
|
73
|
-
font-size: 1.5rem;
|
|
74
|
-
font-weight: 700;
|
|
75
|
-
color: var(--ifm-color-gray-900);
|
|
76
|
-
margin-bottom: 0.75rem;
|
|
77
|
-
margin-top: 0;
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
@media (min-width: 768px) {
|
|
81
|
-
.heroTitle {
|
|
82
|
-
font-size: 1.875rem;
|
|
83
|
-
}
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
[data-theme='dark'] .heroTitle {
|
|
87
|
-
color: var(--ifm-color-white);
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
.heroDescription {
|
|
91
|
-
font-size: 1rem;
|
|
92
|
-
color: var(--ifm-color-gray-700);
|
|
93
|
-
margin-bottom: 1.25rem;
|
|
94
|
-
line-height: 1.625;
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
[data-theme='dark'] .heroDescription {
|
|
98
|
-
color: var(--ifm-color-gray-300);
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
.heroButtons {
|
|
102
|
-
display: flex;
|
|
103
|
-
flex-direction: column;
|
|
104
|
-
gap: 1rem;
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
@media (min-width: 640px) {
|
|
108
|
-
.heroButtons {
|
|
109
|
-
flex-direction: row;
|
|
110
|
-
}
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
.heroPrimaryButton {
|
|
114
|
-
display: inline-flex;
|
|
115
|
-
align-items: center;
|
|
116
|
-
justify-content: center;
|
|
117
|
-
padding: 0.75rem 1.5rem;
|
|
118
|
-
background: linear-gradient(to right, rgb(37, 99, 235), rgb(147, 51, 234));
|
|
119
|
-
color: white;
|
|
120
|
-
font-weight: 600;
|
|
121
|
-
border-radius: 0.75rem;
|
|
122
|
-
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
|
123
|
-
text-decoration: none;
|
|
124
|
-
transition: all 0.2s;
|
|
125
|
-
line-height: 1;
|
|
126
|
-
vertical-align: middle;
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
.heroPrimaryButton > * {
|
|
130
|
-
margin: 0;
|
|
131
|
-
line-height: 1;
|
|
132
|
-
}
|
|
133
|
-
|
|
134
|
-
.heroPrimaryButton:hover {
|
|
135
|
-
background: linear-gradient(to right, rgb(29, 78, 216), rgb(126, 34, 206));
|
|
136
|
-
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
|
|
137
|
-
transform: translateY(-2px);
|
|
138
|
-
color: white;
|
|
139
|
-
text-decoration: none;
|
|
140
|
-
}
|
|
141
|
-
|
|
142
|
-
.heroSecondaryButton {
|
|
143
|
-
display: inline-flex;
|
|
144
|
-
align-items: center;
|
|
145
|
-
justify-content: center;
|
|
146
|
-
padding: 0.75rem 1.5rem;
|
|
147
|
-
background-color: white;
|
|
148
|
-
color: var(--ifm-color-gray-700);
|
|
149
|
-
font-weight: 600;
|
|
150
|
-
border-radius: 0.75rem;
|
|
151
|
-
border: 2px solid var(--ifm-color-gray-200);
|
|
152
|
-
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
|
|
153
|
-
text-decoration: none;
|
|
154
|
-
transition: all 0.2s;
|
|
155
|
-
line-height: 1;
|
|
156
|
-
vertical-align: middle;
|
|
157
|
-
}
|
|
158
|
-
|
|
159
|
-
.heroSecondaryButton > * {
|
|
160
|
-
margin: 0;
|
|
161
|
-
line-height: 1;
|
|
162
|
-
}
|
|
163
|
-
|
|
164
|
-
[data-theme='dark'] .heroSecondaryButton {
|
|
165
|
-
background-color: var(--ifm-color-gray-800);
|
|
166
|
-
color: var(--ifm-color-gray-200);
|
|
167
|
-
border-color: var(--ifm-color-gray-600);
|
|
168
|
-
}
|
|
169
|
-
|
|
170
|
-
.heroSecondaryButton:hover {
|
|
171
|
-
border-color: var(--ifm-color-gray-300);
|
|
172
|
-
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
|
173
|
-
transform: translateY(-2px);
|
|
174
|
-
color: var(--ifm-color-gray-700);
|
|
175
|
-
text-decoration: none;
|
|
176
|
-
}
|
|
177
|
-
|
|
178
|
-
[data-theme='dark'] .heroSecondaryButton:hover {
|
|
179
|
-
border-color: var(--ifm-color-gray-500);
|
|
180
|
-
color: var(--ifm-color-gray-200);
|
|
181
|
-
}
|
|
182
|
-
|
|
183
|
-
.buttonIcon {
|
|
184
|
-
width: 1.25rem;
|
|
185
|
-
height: 1.25rem;
|
|
186
|
-
margin-right: 0.5rem;
|
|
187
|
-
flex-shrink: 0;
|
|
188
|
-
display: block;
|
|
189
|
-
vertical-align: middle;
|
|
190
|
-
}
|
|
@@ -1,59 +0,0 @@
|
|
|
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
|
-
}
|
|
@@ -1,79 +0,0 @@
|
|
|
1
|
-
import clsx from 'clsx';
|
|
2
|
-
import useDocusaurusContext from '@docusaurus/useDocusaurusContext';
|
|
3
|
-
import Link from '@docusaurus/Link';
|
|
4
|
-
import Layout from '@theme/Layout';
|
|
5
|
-
import Heading from '@theme/Heading';
|
|
6
|
-
|
|
7
|
-
import styles from './index.module.css';
|
|
8
|
-
|
|
9
|
-
function HomepageHeader() {
|
|
10
|
-
return (
|
|
11
|
-
<header className={clsx('hero relative overflow-hidden', styles.heroBanner)}>
|
|
12
|
-
<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>
|
|
13
|
-
|
|
14
|
-
<div className="container relative z-10">
|
|
15
|
-
<div className="max-w-4xl mx-auto text-center py-16 md:py-24">
|
|
16
|
-
<Heading as="h1" className={clsx('hero__title mb-6', styles.heroTitle)}>
|
|
17
|
-
<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">
|
|
18
|
-
<%= documentationName__humanReadable %>
|
|
19
|
-
</span>
|
|
20
|
-
</Heading>
|
|
21
|
-
|
|
22
|
-
<p className="text-xl md:text-2xl text-gray-600 dark:text-gray-300 mb-12 max-w-3xl mx-auto leading-relaxed">
|
|
23
|
-
Welcome to the <%= documentationName__humanReadable %> documentation site
|
|
24
|
-
</p>
|
|
25
|
-
|
|
26
|
-
<div className="grid grid-cols-1 md:grid-cols-3 gap-6 max-w-4xl mx-auto">
|
|
27
|
-
<Link
|
|
28
|
-
to="documentations/overview"
|
|
29
|
-
className="group bg-white dark:bg-gray-800 rounded-xl p-6 shadow-sm hover:shadow-lg border border-gray-100 dark:border-gray-700 transition-all duration-200 no-underline hover:no-underline"
|
|
30
|
-
>
|
|
31
|
-
<div className="w-12 h-12 mx-auto mb-4 bg-gradient-to-br from-blue-500 to-blue-600 rounded-xl flex items-center justify-center">
|
|
32
|
-
<svg className="w-6 h-6 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
33
|
-
<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" />
|
|
34
|
-
</svg>
|
|
35
|
-
</div>
|
|
36
|
-
<h3 className="text-lg font-semibold text-gray-900 dark:text-white mb-1">Documentation</h3>
|
|
37
|
-
<p className="text-gray-600 dark:text-gray-300 text-sm">Guides, concepts, and tutorials</p>
|
|
38
|
-
</Link>
|
|
39
|
-
|
|
40
|
-
<Link
|
|
41
|
-
to="reference/overview"
|
|
42
|
-
className="group bg-white dark:bg-gray-800 rounded-xl p-6 shadow-sm hover:shadow-lg border border-gray-100 dark:border-gray-700 transition-all duration-200 no-underline hover:no-underline"
|
|
43
|
-
>
|
|
44
|
-
<div className="w-12 h-12 mx-auto mb-4 bg-gradient-to-br from-purple-400 to-purple-500 rounded-xl flex items-center justify-center">
|
|
45
|
-
<svg className="w-6 h-6 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
46
|
-
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M10 20l4-16m4 4l4 4-4 4M6 16l-4-4 4-4" />
|
|
47
|
-
</svg>
|
|
48
|
-
</div>
|
|
49
|
-
<h3 className="text-lg font-semibold text-gray-900 dark:text-white mb-1">API Reference</h3>
|
|
50
|
-
<p className="text-gray-600 dark:text-gray-300 text-sm">TypeScript API documentation</p>
|
|
51
|
-
</Link>
|
|
52
|
-
|
|
53
|
-
<Link
|
|
54
|
-
to="changelog/overview"
|
|
55
|
-
className="group bg-white dark:bg-gray-800 rounded-xl p-6 shadow-sm hover:shadow-lg border border-gray-100 dark:border-gray-700 transition-all duration-200 no-underline hover:no-underline"
|
|
56
|
-
>
|
|
57
|
-
<div className="w-12 h-12 mx-auto mb-4 bg-gradient-to-br from-green-500 to-green-600 rounded-xl flex items-center justify-center">
|
|
58
|
-
<svg className="w-6 h-6 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
59
|
-
<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" />
|
|
60
|
-
</svg>
|
|
61
|
-
</div>
|
|
62
|
-
<h3 className="text-lg font-semibold text-gray-900 dark:text-white mb-1">Changelog</h3>
|
|
63
|
-
<p className="text-gray-600 dark:text-gray-300 text-sm">Updates and release notes</p>
|
|
64
|
-
</Link>
|
|
65
|
-
</div>
|
|
66
|
-
</div>
|
|
67
|
-
</div>
|
|
68
|
-
</header>
|
|
69
|
-
);
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
export default function Home(): JSX.Element {
|
|
73
|
-
const { siteConfig } = useDocusaurusContext();
|
|
74
|
-
return (
|
|
75
|
-
<Layout title={siteConfig.title}>
|
|
76
|
-
<HomepageHeader />
|
|
77
|
-
</Layout>
|
|
78
|
-
);
|
|
79
|
-
}
|
|
@@ -1,103 +0,0 @@
|
|
|
1
|
-
import React, {type ReactNode} from 'react';
|
|
2
|
-
import clsx from 'clsx';
|
|
3
|
-
import {
|
|
4
|
-
useThemeConfig,
|
|
5
|
-
ErrorCauseBoundary,
|
|
6
|
-
ThemeClassNames,
|
|
7
|
-
} from '@docusaurus/theme-common';
|
|
8
|
-
import {
|
|
9
|
-
splitNavbarItems,
|
|
10
|
-
useNavbarMobileSidebar,
|
|
11
|
-
} from '@docusaurus/theme-common/internal';
|
|
12
|
-
import NavbarItem, {type Props as NavbarItemConfig} from '@theme/NavbarItem';
|
|
13
|
-
import NavbarColorModeToggle from '@theme/Navbar/ColorModeToggle';
|
|
14
|
-
import SearchBar from '@theme/SearchBar';
|
|
15
|
-
import NavbarMobileSidebarToggle from '@theme/Navbar/MobileSidebar/Toggle';
|
|
16
|
-
import NavbarSearch from '@theme/Navbar/Search';
|
|
17
|
-
import NavbarLogo from '@theme/Navbar/Logo';
|
|
18
|
-
|
|
19
|
-
import styles from './styles.module.css';
|
|
20
|
-
|
|
21
|
-
function useNavbarItems() {
|
|
22
|
-
return useThemeConfig().navbar.items as NavbarItemConfig[];
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
function NavbarItems({items}: {items: NavbarItemConfig[]}): ReactNode {
|
|
26
|
-
return (
|
|
27
|
-
<>
|
|
28
|
-
{items.map((item, i) => (
|
|
29
|
-
<ErrorCauseBoundary
|
|
30
|
-
key={i}
|
|
31
|
-
onError={(error) =>
|
|
32
|
-
new Error(
|
|
33
|
-
`A theme navbar item failed to render.
|
|
34
|
-
Please double-check the following navbar item (themeConfig.navbar.items) of your Docusaurus config:
|
|
35
|
-
${JSON.stringify(item, null, 2)}`,
|
|
36
|
-
{cause: error},
|
|
37
|
-
)
|
|
38
|
-
}>
|
|
39
|
-
<NavbarItem {...item} />
|
|
40
|
-
</ErrorCauseBoundary>
|
|
41
|
-
))}
|
|
42
|
-
</>
|
|
43
|
-
);
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
function NavbarContentLayout({
|
|
47
|
-
left,
|
|
48
|
-
right,
|
|
49
|
-
}: {
|
|
50
|
-
left: ReactNode;
|
|
51
|
-
right: ReactNode;
|
|
52
|
-
}) {
|
|
53
|
-
return (
|
|
54
|
-
<div className="navbar__inner">
|
|
55
|
-
<div
|
|
56
|
-
className={clsx(
|
|
57
|
-
ThemeClassNames.layout.navbar.containerLeft,
|
|
58
|
-
'navbar__items',
|
|
59
|
-
)}>
|
|
60
|
-
{left}
|
|
61
|
-
</div>
|
|
62
|
-
<div
|
|
63
|
-
className={clsx(
|
|
64
|
-
ThemeClassNames.layout.navbar.containerRight,
|
|
65
|
-
'navbar__items navbar__items--right',
|
|
66
|
-
)}>
|
|
67
|
-
{right}
|
|
68
|
-
</div>
|
|
69
|
-
</div>
|
|
70
|
-
);
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
export default function NavbarContent(): ReactNode {
|
|
74
|
-
const mobileSidebar = useNavbarMobileSidebar();
|
|
75
|
-
|
|
76
|
-
const items = useNavbarItems();
|
|
77
|
-
const [leftItems, rightItems] = splitNavbarItems(items);
|
|
78
|
-
|
|
79
|
-
const searchBarItem = items.find((item) => item.type === 'search');
|
|
80
|
-
|
|
81
|
-
return (
|
|
82
|
-
<NavbarContentLayout
|
|
83
|
-
left={
|
|
84
|
-
<>
|
|
85
|
-
{!mobileSidebar.disabled && <NavbarMobileSidebarToggle />}
|
|
86
|
-
<NavbarLogo />
|
|
87
|
-
<NavbarItems items={leftItems} />
|
|
88
|
-
</>
|
|
89
|
-
}
|
|
90
|
-
right={
|
|
91
|
-
<>
|
|
92
|
-
<NavbarItems items={rightItems} />
|
|
93
|
-
<NavbarColorModeToggle className={styles.colorModeToggle} />
|
|
94
|
-
{!searchBarItem && (
|
|
95
|
-
<NavbarSearch>
|
|
96
|
-
<SearchBar />
|
|
97
|
-
</NavbarSearch>
|
|
98
|
-
)}
|
|
99
|
-
</>
|
|
100
|
-
}
|
|
101
|
-
/>
|
|
102
|
-
);
|
|
103
|
-
}
|
package/dist/generators/add-documentation/templates/src/theme/Navbar/MobileSidebar/Header/index.tsx
DELETED
|
@@ -1,45 +0,0 @@
|
|
|
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
|
|
@@ -1,5 +0,0 @@
|
|
|
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>
|
|
@@ -1,4 +0,0 @@
|
|
|
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>
|
|
@@ -1,4 +0,0 @@
|
|
|
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>
|
|
@@ -1,3 +0,0 @@
|
|
|
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>
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
<svg width="84" height="84" viewBox="0 0 84 84" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<rect x="14.5" y="34.5" width="56" height="31" stroke="currentColor"/>
|
|
3
|
-
<path d="M15 35L70 65" stroke="currentColor"/>
|
|
4
|
-
<path d="M15 65L70 35" stroke="currentColor"/>
|
|
5
|
-
<circle cx="26" cy="26" r="8" fill="#FF9DFF"/>
|
|
6
|
-
<circle cx="42" cy="26" r="8" fill="#FF9DFF"/>
|
|
7
|
-
<circle cx="58" cy="26" r="8" fill="#FF9DFF"/>
|
|
8
|
-
</svg>
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
<svg width="84" height="84" viewBox="0 0 84 84" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<rect x="20" y="20" width="44" height="44" fill="#FF9DFF"/>
|
|
3
|
-
<circle cx="20" cy="20" r="11.5" stroke="currentColor"/>
|
|
4
|
-
<rect x="31.5" y="31.5" width="20" height="21" stroke="currentColor"/>
|
|
5
|
-
<path d="M54.6077 73L65 55L75.3923 73H54.6077Z" stroke="currentColor"/>
|
|
6
|
-
</svg>
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
<svg width="84" height="84" viewBox="0 0 84 84" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M67 43L38.5 59.4545L38.5 26.5455L67 43Z" fill="#FF9DFF"/>
|
|
3
|
-
<path opacity="0.5" d="M54 43L25.5 59.4545L25.5 26.5455L54 43Z" fill="#FF9DFF"/>
|
|
4
|
-
<path opacity="0.2" d="M40 43L11.5 59.4545L11.5 26.5455L40 43Z" fill="#FF9DFF"/>
|
|
5
|
-
<path d="M53 27.4115L80 43L53 58.5885L53 27.4115Z" stroke="currentColor"/>
|
|
6
|
-
</svg>
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
<svg width="84" height="84" viewBox="0 0 84 84" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M46.5 17L52.8986 36.693H73.6051L56.8532 48.864L63.2519 68.557L46.5 56.386L29.7481 68.557L36.1468 48.864L19.3949 36.693H40.1014L46.5 17Z" fill="#FF9DFF"/>
|
|
3
|
-
<path d="M41.5 14.618L47.4231 32.8475L47.5354 33.193H47.8986H67.0663L51.5593 44.4595L51.2654 44.673L51.3777 45.0185L57.3008 63.248L41.7939 51.9815L41.5 51.768L41.2061 51.9815L25.6992 63.248L31.6223 45.0185L31.7346 44.673L31.4407 44.4595L15.9337 33.193H35.1014H35.4646L35.5769 32.8475L41.5 14.618Z" stroke="currentColor"/>
|
|
4
|
-
</svg>
|
|
@@ -1,12 +0,0 @@
|
|
|
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="M53.7944 41.144C53.7944 27.0186 50.102 15.5677 45.5473 15.5677C43.6895 15.5677 41.9751 17.4728 40.5963 20.6875C43.0089 25.1501 44.6249 33.3244 44.6249 42.6693C44.6249 51.0331 43.3304 58.4592 41.3289 63.1258C42.5631 65.4088 44.0058 66.7204 45.5473 66.7204C50.102 66.7204 53.7944 55.2694 53.7944 41.144Z" fill="#FF9DFF"/>
|
|
3
|
-
<mask id="path-3-inside-1_44_186" fill="white">
|
|
4
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M45.5643 15.5677C45.5587 15.5677 45.553 15.5676 45.5473 15.5676C40.9925 15.5676 37.3002 27.0186 37.3002 41.144C37.3002 55.2694 40.9925 66.7203 45.5473 66.7203L45.5472 66.7204C59.6727 66.7204 71.1236 55.2694 71.1236 41.144C71.1236 27.0243 59.6819 15.5769 45.5643 15.5677ZM19.9709 41.117V41.1711L19.9709 41.144L19.9709 41.117Z"/>
|
|
5
|
-
</mask>
|
|
6
|
-
<path d="M45.5473 15.5676L45.5473 16.5676L45.5475 16.5676L45.5473 15.5676ZM45.5643 15.5677L45.5578 16.5677L45.5637 16.5677L45.5643 15.5677ZM37.3002 41.144H38.3002H37.3002ZM45.5473 66.7203L46.4379 67.175L47.1806 65.7203L45.5473 65.7203L45.5473 66.7203ZM45.5472 66.7204L44.6566 66.2657L43.9139 67.7204L45.5472 67.7204L45.5472 66.7204ZM71.1236 41.144H72.1236H71.1236ZM19.9709 41.1711L18.9709 41.1716L20.9709 41.1711L19.9709 41.1711ZM19.9709 41.117L20.9709 41.117L18.9709 41.1165L19.9709 41.117ZM19.9709 41.144L18.9709 41.1435L18.9709 41.1445L19.9709 41.144ZM45.5475 16.5676C45.5509 16.5676 45.5544 16.5677 45.5578 16.5677L45.5708 14.5677C45.5629 14.5677 45.555 14.5676 45.5471 14.5676L45.5475 16.5676ZM38.3002 41.144C38.3002 34.1561 39.2149 27.8704 40.6675 23.3657C41.3955 21.1077 42.2411 19.3529 43.1324 18.1838C44.0353 16.9995 44.8608 16.5676 45.5473 16.5676L45.5473 14.5676C43.9563 14.5676 42.6123 15.5672 41.5419 16.9713C40.4598 18.3907 39.5283 20.3815 38.764 22.7519C37.2317 27.504 36.3002 34.0064 36.3002 41.144H38.3002ZM45.5473 65.7203C44.8608 65.7203 44.0353 65.2885 43.1324 64.1041C42.2411 62.935 41.3955 61.1803 40.6675 58.9223C39.2149 54.4176 38.3002 48.1318 38.3002 41.144H36.3002C36.3002 48.2815 37.2317 54.784 38.764 59.5361C39.5283 61.9065 40.4598 63.8973 41.5419 65.3167C42.6123 66.7208 43.9563 67.7203 45.5473 67.7203L45.5473 65.7203ZM44.6566 66.2656L44.6566 66.2657L46.4379 67.175L46.4379 67.175L44.6566 66.2656ZM45.5472 67.7204C60.2249 67.7204 72.1236 55.8217 72.1236 41.144H70.1236C70.1236 54.7172 59.1204 65.7204 45.5472 65.7204L45.5472 67.7204ZM72.1236 41.144C72.1236 26.4722 60.2346 14.5773 45.565 14.5677L45.5637 16.5677C59.1293 16.5766 70.1236 27.5764 70.1236 41.144H72.1236ZM20.9709 41.1711V41.117L18.9709 41.117V41.1711L20.9709 41.1711ZM18.9709 41.1445L18.9709 41.1716L20.9709 41.1705L20.9709 41.1435L18.9709 41.1445ZM18.9709 41.1165L18.9709 41.1435L20.9709 41.1445L20.9709 41.1175L18.9709 41.1165Z" fill="currentColor" mask="url(#path-3-inside-1_44_186)"/>
|
|
7
|
-
<path d="M45.5473 16.0676C46.4598 16.0676 47.415 16.6414 48.3598 17.8807C49.2987 19.1124 50.1658 20.9261 50.9029 23.2122C52.3754 27.7788 53.2943 34.1187 53.2943 41.144C53.2943 48.1693 52.3754 54.5092 50.9029 59.0757C50.1658 61.3618 49.2987 63.1756 48.3598 64.4073C47.415 65.6466 46.4598 66.2203 45.5473 66.2203C44.6347 66.2203 43.6796 65.6466 42.7348 64.4073C41.7958 63.1756 40.9287 61.3618 40.1916 59.0757C38.7191 54.5092 37.8002 48.1693 37.8002 41.144C37.8002 34.1187 38.7191 27.7788 40.1916 23.2122C40.9287 20.9261 41.7958 19.1124 42.7348 17.8807C43.6796 16.6414 44.6347 16.0676 45.5473 16.0676Z" stroke="currentColor"/>
|
|
8
|
-
<mask id="path-6-inside-2_44_186" fill="white">
|
|
9
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M36.3634 68.2455C36.3682 68.2456 36.373 68.2456 36.3778 68.2456C40.9326 68.2456 44.6249 56.7947 44.6249 42.6692C44.6249 28.5439 40.9326 17.093 36.3779 17.0929L36.3779 17.0929C22.2525 17.0929 10.8016 28.5438 10.8016 42.6692C10.8016 56.7898 22.2446 68.2377 36.3634 68.2455ZM61.9542 42.6962L61.9542 42.6422L61.9542 42.6692L61.9542 42.6962Z"/>
|
|
10
|
-
</mask>
|
|
11
|
-
<path d="M36.3778 68.2456L36.3778 67.2456L36.3776 67.2456L36.3778 68.2456ZM36.3634 68.2455L36.3689 67.2455L36.3639 67.2455L36.3634 68.2455ZM44.6249 42.6692L45.6249 42.6692L44.6249 42.6692ZM36.3779 17.0929L35.3782 17.1169L35.4016 18.0929L36.3779 18.0929L36.3779 17.0929ZM36.3779 17.0929L37.3776 17.0689L37.3542 16.0929L36.3779 16.0929L36.3779 17.0929ZM10.8016 42.6692L9.80156 42.6692L10.8016 42.6692ZM61.9542 42.6422L62.9542 42.6417L60.9542 42.6422L61.9542 42.6422ZM61.9542 42.6962L60.9542 42.6962L62.9542 42.6968L61.9542 42.6962ZM61.9542 42.6692L62.9542 42.6697L62.9542 42.6687L61.9542 42.6692ZM36.3776 67.2456C36.3747 67.2456 36.3718 67.2456 36.3689 67.2456L36.3578 69.2455C36.3646 69.2456 36.3713 69.2456 36.3781 69.2456L36.3776 67.2456ZM43.6249 42.6692C43.6249 49.6571 42.7102 55.9428 41.2577 60.4476C40.5296 62.7055 39.684 64.4603 38.7927 65.6294C37.8898 66.8138 37.0643 67.2456 36.3778 67.2456L36.3778 69.2456C37.9688 69.2456 39.3128 68.246 40.3832 66.8419C41.4653 65.4226 42.3968 63.4318 43.1611 61.0613C44.6934 56.3093 45.6249 49.8068 45.6249 42.6692L43.6249 42.6692ZM36.3779 18.0929C37.0643 18.0929 37.8898 18.5247 38.7927 19.7091C39.684 20.8782 40.5296 22.633 41.2577 24.891C42.7102 29.3957 43.6249 35.6814 43.6249 42.6692L45.6249 42.6692C45.6249 35.5317 44.6935 29.0293 43.1612 24.2772C42.3968 21.9068 41.4653 19.916 40.3833 18.4966C39.3129 17.0925 37.9688 16.0929 36.3779 16.0929L36.3779 18.0929ZM37.3776 17.0689L37.3776 17.0689L35.3782 17.1169L35.3782 17.1169L37.3776 17.0689ZM36.3779 16.0929C21.7002 16.0929 9.80156 27.9915 9.80156 42.6692L11.8016 42.6692C11.8016 29.0961 22.8048 18.0929 36.3779 18.0929L36.3779 16.0929ZM9.80156 42.6692C9.80156 57.3419 21.692 69.2374 36.3628 69.2455L36.3639 67.2455C22.7972 67.238 11.8016 56.2377 11.8016 42.6692L9.80156 42.6692ZM60.9542 42.6422L60.9542 42.6962L62.9542 42.6962L62.9542 42.6422L60.9542 42.6422ZM62.9542 42.6687L62.9542 42.6417L60.9542 42.6427L60.9542 42.6697L62.9542 42.6687ZM62.9542 42.6968L62.9542 42.6697L60.9542 42.6687L60.9542 42.6957L62.9542 42.6968Z" fill="currentColor" mask="url(#path-6-inside-2_44_186)"/>
|
|
12
|
-
</svg>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
<svg width="96" height="67" viewBox="0 0 96 67" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<rect x="0.5" y="10.5" width="81" height="56" stroke="black" stroke-dasharray="4 4"/>
|
|
3
|
-
<path d="M17.44 47V32.1H20.16V44.6H26.54V47H17.44ZM33.3994 47.24C32.3327 47.24 31.3594 46.9933 30.4794 46.5C29.6127 46.0067 28.9194 45.3333 28.3994 44.48C27.8927 43.6267 27.6394 42.6533 27.6394 41.56C27.6394 40.4667 27.8927 39.4933 28.3994 38.64C28.9194 37.7867 29.6127 37.1133 30.4794 36.62C31.346 36.1267 32.3194 35.88 33.3994 35.88C34.466 35.88 35.4327 36.1267 36.2994 36.62C37.166 37.1133 37.8527 37.7867 38.3594 38.64C38.8794 39.48 39.1394 40.4533 39.1394 41.56C39.1394 42.6533 38.8794 43.6267 38.3594 44.48C37.8394 45.3333 37.146 46.0067 36.2794 46.5C35.4127 46.9933 34.4527 47.24 33.3994 47.24ZM33.3994 44.84C33.986 44.84 34.4994 44.7 34.9394 44.42C35.3927 44.14 35.746 43.7533 35.9994 43.26C36.266 42.7533 36.3994 42.1867 36.3994 41.56C36.3994 40.92 36.266 40.36 35.9994 39.88C35.746 39.3867 35.3927 39 34.9394 38.72C34.4994 38.4267 33.986 38.28 33.3994 38.28C32.7994 38.28 32.2727 38.4267 31.8194 38.72C31.366 39 31.006 39.3867 30.7394 39.88C30.486 40.36 30.3594 40.92 30.3594 41.56C30.3594 42.1867 30.486 42.7533 30.7394 43.26C31.006 43.7533 31.366 44.14 31.8194 44.42C32.2727 44.7 32.7994 44.84 33.3994 44.84ZM46.4063 51.4C45.5929 51.4 44.8396 51.2667 44.1463 51C43.4529 50.7333 42.8529 50.36 42.3463 49.88C41.8529 49.4133 41.4929 48.86 41.2663 48.22L43.7063 47.3C43.8663 47.8067 44.1796 48.2133 44.6463 48.52C45.1263 48.84 45.7129 49 46.4063 49C46.9396 49 47.4063 48.9 47.8063 48.7C48.2196 48.5 48.5396 48.2067 48.7663 47.82C48.9929 47.4467 49.1063 46.9933 49.1063 46.46V43.98L49.6063 44.58C49.2329 45.2333 48.7329 45.7267 48.1063 46.06C47.4796 46.3933 46.7663 46.56 45.9663 46.56C44.9529 46.56 44.0463 46.3267 43.2463 45.86C42.4463 45.3933 41.8196 44.7533 41.3663 43.94C40.9129 43.1267 40.6863 42.2133 40.6863 41.2C40.6863 40.1733 40.9129 39.26 41.3663 38.46C41.8196 37.66 42.4396 37.0333 43.2263 36.58C44.0129 36.1133 44.9063 35.88 45.9063 35.88C46.7196 35.88 47.4329 36.0533 48.0463 36.4C48.6729 36.7333 49.1929 37.22 49.6063 37.86L49.2463 38.52V36.12H51.7263V46.46C51.7263 47.4067 51.4929 48.2533 51.0263 49C50.5729 49.7467 49.9463 50.3333 49.1463 50.76C48.3596 51.1867 47.4463 51.4 46.4063 51.4ZM46.2863 44.14C46.8463 44.14 47.3329 44.02 47.7463 43.78C48.1729 43.5267 48.5063 43.18 48.7463 42.74C48.9863 42.3 49.1063 41.7933 49.1063 41.22C49.1063 40.66 48.9796 40.16 48.7263 39.72C48.4863 39.2667 48.1529 38.9133 47.7263 38.66C47.3129 38.4067 46.8329 38.28 46.2863 38.28C45.7396 38.28 45.2463 38.4067 44.8063 38.66C44.3663 38.9133 44.0196 39.2667 43.7663 39.72C43.5263 40.16 43.4063 40.66 43.4063 41.22C43.4063 41.78 43.5263 42.28 43.7663 42.72C44.0196 43.16 44.3596 43.5067 44.7863 43.76C45.2263 44.0133 45.7263 44.14 46.2863 44.14ZM59.4931 47.24C58.4265 47.24 57.4531 46.9933 56.5731 46.5C55.7065 46.0067 55.0131 45.3333 54.4931 44.48C53.9865 43.6267 53.7331 42.6533 53.7331 41.56C53.7331 40.4667 53.9865 39.4933 54.4931 38.64C55.0131 37.7867 55.7065 37.1133 56.5731 36.62C57.4398 36.1267 58.4131 35.88 59.4931 35.88C60.5598 35.88 61.5265 36.1267 62.3931 36.62C63.2598 37.1133 63.9465 37.7867 64.4531 38.64C64.9731 39.48 65.2331 40.4533 65.2331 41.56C65.2331 42.6533 64.9731 43.6267 64.4531 44.48C63.9331 45.3333 63.2398 46.0067 62.3731 46.5C61.5065 46.9933 60.5465 47.24 59.4931 47.24ZM59.4931 44.84C60.0798 44.84 60.5931 44.7 61.0331 44.42C61.4865 44.14 61.8398 43.7533 62.0931 43.26C62.3598 42.7533 62.4931 42.1867 62.4931 41.56C62.4931 40.92 62.3598 40.36 62.0931 39.88C61.8398 39.3867 61.4865 39 61.0331 38.72C60.5931 38.4267 60.0798 38.28 59.4931 38.28C58.8931 38.28 58.3665 38.4267 57.9131 38.72C57.4598 39 57.0998 39.3867 56.8331 39.88C56.5798 40.36 56.4531 40.92 56.4531 41.56C56.4531 42.1867 56.5798 42.7533 56.8331 43.26C57.0998 43.7533 57.4598 44.14 57.9131 44.42C58.3665 44.7 58.8931 44.84 59.4931 44.84Z" fill="black"/>
|
|
4
|
-
<rect width="34" height="20" transform="translate(62)" fill="#FF9DFF"/>
|
|
5
|
-
<path d="M68.652 15V6.875H66.143V5.315H72.903V6.875H70.433V15H68.652ZM73.8519 15V5.315H77.9339C78.5752 5.315 79.1212 5.42767 79.5719 5.653C80.0312 5.86967 80.3822 6.18167 80.6249 6.589C80.8762 6.98767 81.0019 7.473 81.0019 8.045C81.0019 8.487 80.8806 8.903 80.6379 9.293C80.4039 9.67433 80.0269 9.99067 79.5069 10.242V9.423C79.9836 9.605 80.3606 9.83033 80.6379 10.099C80.9152 10.3677 81.1102 10.6667 81.2229 10.996C81.3356 11.3253 81.3919 11.672 81.3919 12.036C81.3919 12.9633 81.0842 13.6913 80.4689 14.22C79.8622 14.74 79.0172 15 77.9339 15H73.8519ZM75.6199 13.44H78.1159C78.5752 13.44 78.9392 13.3143 79.2079 13.063C79.4852 12.803 79.6239 12.4607 79.6239 12.036C79.6239 11.6113 79.4852 11.269 79.2079 11.009C78.9392 10.749 78.5752 10.619 78.1159 10.619H75.6199V13.44ZM75.6199 9.072H78.0249C78.3889 9.072 78.6792 8.968 78.8959 8.76C79.1126 8.54333 79.2209 8.266 79.2209 7.928C79.2209 7.59 79.1126 7.32133 78.8959 7.122C78.6792 6.92267 78.3889 6.823 78.0249 6.823H75.6199V9.072ZM82.7102 15V5.315H85.8692C86.8918 5.315 87.7802 5.523 88.5342 5.939C89.2968 6.34633 89.8862 6.914 90.3022 7.642C90.7182 8.36133 90.9262 9.19767 90.9262 10.151C90.9262 11.0957 90.7182 11.9363 90.3022 12.673C89.8862 13.401 89.2968 13.973 88.5342 14.389C87.7802 14.7963 86.8918 15 85.8692 15H82.7102ZM84.4782 13.44H85.9082C86.5668 13.44 87.1345 13.3057 87.6112 13.037C88.0965 12.7597 88.4735 12.3783 88.7422 11.893C89.0108 11.399 89.1452 10.8183 89.1452 10.151C89.1452 9.475 89.0108 8.89433 88.7422 8.409C88.4735 7.92367 88.0965 7.54667 87.6112 7.278C87.1345 7.00933 86.5668 6.875 85.9082 6.875H84.4782V13.44Z" fill="white"/>
|
|
6
|
-
</svg>
|