@prosopo/procaptcha-bundle 0.3.1 → 0.3.3
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/.rollup.cache/home/runner/work/captcha/captcha/packages/procaptcha-bundle/dist/bundle/index.d.ts.map +1 -1
- package/.rollup.cache/home/runner/work/captcha/captcha/packages/procaptcha-bundle/dist/bundle/index.js +14 -7
- package/.rollup.cache/home/runner/work/captcha/captcha/packages/procaptcha-bundle/dist/bundle/index.js.map +1 -1
- package/dist/bundle/Captcha-O2tGirAv.js +106 -0
- package/dist/bundle/ProcaptchaWidget-f7S-UgEx.js +891 -0
- package/dist/bundle/{index-DUjgpJkc.js → index-BoRQHVyP.js} +4649 -3729
- package/dist/bundle/index.d.ts.map +1 -1
- package/dist/bundle/procaptcha.bundle.js +1 -1
- package/dist/bundle/{interface-CyIrD5th.js → utils-CIX8CwBe.js} +5092 -5181
- package/dist/cjs/account/dist/extension/ExtensionWeb3.cjs +28 -0
- package/dist/cjs/account/dist/index.cjs +2 -0
- package/dist/cjs/index.cjs +15 -6
- package/dist/cjs/procaptcha-frictionless/dist/ProcaptchaFrictionless.cjs +27 -0
- package/dist/cjs/procaptcha-frictionless/dist/index.cjs +4 -0
- package/dist/cjs/procaptcha-pow/dist/Services/Manager.cjs +91 -27
- package/dist/cjs/procaptcha-pow/dist/components/Captcha.cjs +22 -67
- package/dist/cjs/procaptcha-pow/dist/components/ProcaptchaPoW.cjs +1 -1
- package/dist/cjs/web-components/dist/CaptchaPlaceholder.cjs +13 -55
- package/dist/cjs/web-components/dist/Checkbox.cjs +21 -11
- package/dist/cjs/web-components/dist/Containers.cjs +42 -0
- package/dist/cjs/web-components/dist/LoadingSpinner.cjs +4 -0
- package/dist/cjs/web-components/dist/Logo.cjs +16 -0
- package/dist/cjs/web-components/dist/LogoWithText.cjs +10 -0
- package/dist/cjs/web-components/dist/LogoWithoutText.cjs +10 -0
- package/dist/cjs/web-components/dist/WidgetConstants.cjs +12 -0
- package/dist/cjs/web-components/dist/index.cjs +11 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +14 -7
- package/dist/index.js.map +1 -1
- package/package.json +7 -6
- package/stats.html +1 -1
- package/typedoc.config.js +13 -0
- package/vite.cjs.config.ts +13 -0
- package/vite.config.ts +14 -1
- package/dist/bundle/Captcha-wrP5sDne.js +0 -169
- package/dist/bundle/ProcaptchaWidget-CggtG-1W.js +0 -1037
package/typedoc.config.js
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
// Copyright 2021-2024 Prosopo (UK) Ltd.
|
|
2
|
+
//
|
|
3
|
+
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
// you may not use this file except in compliance with the License.
|
|
5
|
+
// You may obtain a copy of the License at
|
|
6
|
+
//
|
|
7
|
+
// http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
//
|
|
9
|
+
// Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
// distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
// See the License for the specific language governing permissions and
|
|
13
|
+
// limitations under the License.
|
|
1
14
|
export default {
|
|
2
15
|
entryPoints: ['src/**/*.ts', 'src/**/*.tsx', 'src/**/*.js', 'src/**/*.jsx', 'src/**/*.json'],
|
|
3
16
|
includes: 'src',
|
package/vite.cjs.config.ts
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
// Copyright 2021-2024 Prosopo (UK) Ltd.
|
|
2
|
+
//
|
|
3
|
+
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
// you may not use this file except in compliance with the License.
|
|
5
|
+
// You may obtain a copy of the License at
|
|
6
|
+
//
|
|
7
|
+
// http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
//
|
|
9
|
+
// Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
// distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
// See the License for the specific language governing permissions and
|
|
13
|
+
// limitations under the License.
|
|
1
14
|
import { ViteCommonJSConfig } from '@prosopo/config'
|
|
2
15
|
import path from 'path'
|
|
3
16
|
|
package/vite.config.ts
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
// Copyright 2021-2024 Prosopo (UK) Ltd.
|
|
2
|
+
//
|
|
3
|
+
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
// you may not use this file except in compliance with the License.
|
|
5
|
+
// You may obtain a copy of the License at
|
|
6
|
+
//
|
|
7
|
+
// http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
//
|
|
9
|
+
// Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
// distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
// See the License for the specific language governing permissions and
|
|
13
|
+
// limitations under the License.
|
|
1
14
|
import * as fs from 'fs'
|
|
2
15
|
import * as path from 'path'
|
|
3
16
|
import { ViteFrontendConfig } from '@prosopo/config'
|
|
@@ -10,7 +23,7 @@ loadEnv()
|
|
|
10
23
|
process.env.TS_NODE_PROJECT = path.resolve('./tsconfig.json')
|
|
11
24
|
|
|
12
25
|
// Package specific config
|
|
13
|
-
const copyTo = ['../../demos/client-bundle-example/src']
|
|
26
|
+
const copyTo = ['../../demos/client-bundle-example/src/assets']
|
|
14
27
|
const bundleName = 'procaptcha'
|
|
15
28
|
const packageName = '@prosopo/procaptcha-bundle'
|
|
16
29
|
const entry = './src/index.tsx'
|
|
@@ -1,169 +0,0 @@
|
|
|
1
|
-
import { P as k, c as T, r as w, l as b, d as H, j as n, a as u, L as P } from "./index-DUjgpJkc.js";
|
|
2
|
-
import { P as x, W as v, u as V, p as _, h as A, s as W, e as S, A as q, K as C, a as E, d as L, l as N, b as Q, S as O, c as R, w as F, t as B, f as j, g as D, C as U, i as K } from "./interface-CyIrD5th.js";
|
|
3
|
-
class I {
|
|
4
|
-
}
|
|
5
|
-
class $ extends I {
|
|
6
|
-
constructor() {
|
|
7
|
-
super(...arguments), this.getNetwork = (t) => {
|
|
8
|
-
const e = t.networks[t.defaultNetwork];
|
|
9
|
-
if (!e)
|
|
10
|
-
throw new x("DEVELOPER.NETWORK_NOT_FOUND", {
|
|
11
|
-
context: { error: `No network found for environment ${t.defaultEnvironment}` }
|
|
12
|
-
});
|
|
13
|
-
return e;
|
|
14
|
-
};
|
|
15
|
-
}
|
|
16
|
-
async getAccount(t) {
|
|
17
|
-
const e = this.getNetwork(t), o = new v(e.endpoint), s = await this.createAccount(o), r = await this.createExtension(s);
|
|
18
|
-
return {
|
|
19
|
-
account: s,
|
|
20
|
-
extension: r
|
|
21
|
-
};
|
|
22
|
-
}
|
|
23
|
-
async createExtension(t) {
|
|
24
|
-
const e = new O(async () => {
|
|
25
|
-
});
|
|
26
|
-
return e.signRaw = async (o) => {
|
|
27
|
-
const s = t.keypair.sign(o.data);
|
|
28
|
-
return {
|
|
29
|
-
id: 1,
|
|
30
|
-
signature: V(s)
|
|
31
|
-
};
|
|
32
|
-
}, {
|
|
33
|
-
accounts: {
|
|
34
|
-
get: async () => [t],
|
|
35
|
-
subscribe: () => () => {
|
|
36
|
-
}
|
|
37
|
-
},
|
|
38
|
-
name: "procaptcha-web2",
|
|
39
|
-
version: "0.1.11",
|
|
40
|
-
signer: e
|
|
41
|
-
};
|
|
42
|
-
}
|
|
43
|
-
async createAccount(t) {
|
|
44
|
-
const e = {
|
|
45
|
-
area: { width: 300, height: 300 },
|
|
46
|
-
offsetParameter: 2001000001,
|
|
47
|
-
multiplier: 15e3,
|
|
48
|
-
fontSizeFactor: 1.5,
|
|
49
|
-
maxShadowBlur: 50,
|
|
50
|
-
numberOfRounds: 5,
|
|
51
|
-
seed: 42
|
|
52
|
-
}, o = await this.getFingerprint(), s = _(e.numberOfRounds, e.seed, e), r = A([s, o].join(""), 128).slice(2), d = W(r), h = S(d), i = await q.create({ provider: t, initWasm: !1 }), p = "ed25519", c = new C({ type: p, ss58Format: i.registry.chainSS58 }).addFromMnemonic(h), g = c.address.length === 42 ? c.address : E(L(c.address), i.registry.chainSS58);
|
|
53
|
-
return {
|
|
54
|
-
address: g,
|
|
55
|
-
type: p,
|
|
56
|
-
name: g,
|
|
57
|
-
keypair: c
|
|
58
|
-
};
|
|
59
|
-
}
|
|
60
|
-
async getFingerprint() {
|
|
61
|
-
const o = await (await N()).get(), { screenFrame: s, ...r } = o.components;
|
|
62
|
-
return Q(r);
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
const z = (a, t) => {
|
|
66
|
-
let e = 0;
|
|
67
|
-
const o = "0".repeat(t);
|
|
68
|
-
for (; ; ) {
|
|
69
|
-
const s = new TextEncoder().encode(e + a);
|
|
70
|
-
if (G(R(s)).startsWith(o))
|
|
71
|
-
return e;
|
|
72
|
-
e += 1;
|
|
73
|
-
}
|
|
74
|
-
}, G = (a) => Array.from(a).map((t) => t.toString(16).padStart(2, "0")).join(""), J = async (a) => {
|
|
75
|
-
const t = () => {
|
|
76
|
-
const l = {
|
|
77
|
-
userAccountAddress: "",
|
|
78
|
-
...a
|
|
79
|
-
};
|
|
80
|
-
return k.parse(l);
|
|
81
|
-
}, e = (l) => {
|
|
82
|
-
const m = l.networks[l.defaultNetwork];
|
|
83
|
-
if (!m)
|
|
84
|
-
throw new x("DEVELOPER.NETWORK_NOT_FOUND", {
|
|
85
|
-
context: { error: `No network found for environment ${l.defaultEnvironment}` }
|
|
86
|
-
});
|
|
87
|
-
return m;
|
|
88
|
-
}, o = async () => {
|
|
89
|
-
const l = e(t()), m = await q.create({ provider: new v(l.endpoint), initWasm: !1 }), M = "sr25519", Z = new C({ type: M, ss58Format: m.registry.chainSS58 });
|
|
90
|
-
return new D(m, JSON.parse(U), l.contract.address, "prosopo", 0, Z.addFromAddress(t().account.address || ""));
|
|
91
|
-
}, s = t();
|
|
92
|
-
if (!s.web2 && !s.userAccountAddress)
|
|
93
|
-
throw new x("GENERAL.ACCOUNT_NOT_FOUND", {
|
|
94
|
-
context: { error: "Account address has not been set for web3 mode" }
|
|
95
|
-
});
|
|
96
|
-
const d = await new $().getAccount(s), h = await o(), i = await F(h.query.getRandomActiveProvider, h.query)(d.account.address, a.account.address || ""), p = B(i.provider.url.toString()), f = new j(e(t()), p, a.account.address || ""), c = await f.getPowCaptchaChallenge(d.account.address, a.account.address || "");
|
|
97
|
-
c.challenge, c.difficulty;
|
|
98
|
-
const g = z(c.challenge, c.difficulty);
|
|
99
|
-
return await f.submitPowCaptchaSolution(c, d.account.address, a.account.address || "", i, g);
|
|
100
|
-
}, y = T`
|
|
101
|
-
align-items: center;
|
|
102
|
-
justify-content: flex-end;
|
|
103
|
-
display: flex;
|
|
104
|
-
padding: 8px;
|
|
105
|
-
|
|
106
|
-
@media (max-width: 245px) {
|
|
107
|
-
&:nth-of-type(1),
|
|
108
|
-
&:nth-of-type(2) {
|
|
109
|
-
display: none;
|
|
110
|
-
} /* Both logos hidden */
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
@media (min-width: 245px) and (max-width: 400px) {
|
|
114
|
-
&:nth-of-type(1) {
|
|
115
|
-
display: flex;
|
|
116
|
-
} /* logoWithText */
|
|
117
|
-
&:nth-of-type(2) {
|
|
118
|
-
display: none;
|
|
119
|
-
} /* logoWithoutText */
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
@media (min-width: 401px) {
|
|
123
|
-
&:nth-of-type(1) {
|
|
124
|
-
display: none;
|
|
125
|
-
} /* logoWithText */
|
|
126
|
-
&:nth-of-type(2) {
|
|
127
|
-
display: flex;
|
|
128
|
-
} /* logoWithoutText */
|
|
129
|
-
}
|
|
130
|
-
`, o1 = (a) => {
|
|
131
|
-
const [t, e] = w.useState(!1), [o, s] = w.useState(!1), r = a.config.theme, d = { maxWidth: "400px", minWidth: "200px", margin: "8px" }, h = r ? "light" : "dark", i = w.useMemo(() => r === "light" ? b : H, [r]), p = async () => {
|
|
132
|
-
s(!0), J(a.config).then((f) => {
|
|
133
|
-
f.verified && e(!0), s(!1);
|
|
134
|
-
});
|
|
135
|
-
};
|
|
136
|
-
return n("div", { children: n("div", { style: { maxWidth: "100%", maxHeight: "100%", overflowX: "auto" }, children: u("div", { style: d, "data-cy": "button-human", children: [" ", u("div", { style: {
|
|
137
|
-
padding: "8px",
|
|
138
|
-
border: "1px solid",
|
|
139
|
-
backgroundColor: i.palette.background.default,
|
|
140
|
-
borderColor: i.palette.grey[300],
|
|
141
|
-
borderRadius: "8px",
|
|
142
|
-
display: "flex",
|
|
143
|
-
justifyContent: "space-between",
|
|
144
|
-
alignItems: "center",
|
|
145
|
-
flexWrap: "wrap"
|
|
146
|
-
}, children: [n("div", { style: { display: "flex", flexDirection: "column" }, children: u("div", { style: {
|
|
147
|
-
display: "flex",
|
|
148
|
-
justifyContent: "flex-start",
|
|
149
|
-
alignItems: "center",
|
|
150
|
-
flexWrap: "wrap"
|
|
151
|
-
}, children: [n("div", { style: {
|
|
152
|
-
height: "50px",
|
|
153
|
-
width: "50px",
|
|
154
|
-
display: "flex",
|
|
155
|
-
alignItems: "center",
|
|
156
|
-
justifyContent: "center",
|
|
157
|
-
flexDirection: "column",
|
|
158
|
-
verticalAlign: "middle"
|
|
159
|
-
}, children: n("div", { style: {
|
|
160
|
-
display: "flex"
|
|
161
|
-
}, children: n("div", { style: { flex: 1 }, children: o ? n(P, { themeColor: h }) : n(K, { checked: t, onChange: p, themeColor: a.config.theme || "light" }) }) }) }), n("div", { style: { padding: 1 }, children: n("span", { style: { color: i.palette.background.contrastText, paddingLeft: "4px" }, children: "I am a human" }) })] }) }), n("div", { children: n("a", { href: "https://www.prosopo.io/#features?ref=accounts.prosopo.io&utm_campaign=widget&utm_medium=checkbox", target: "_blank", "aria-label": "Visit prosopo.io to learn more about the service and its accessibility options.", children: n("div", { children: u("div", { children: [n("div", { css: y, dangerouslySetInnerHTML: {
|
|
162
|
-
__html: r === "light" ? e1 : t1
|
|
163
|
-
} }), n("div", { css: y, dangerouslySetInnerHTML: {
|
|
164
|
-
__html: r === "light" ? X : Y
|
|
165
|
-
} })] }) }) }) })] })] }) }) });
|
|
166
|
-
}, X = '<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2062.63 468.67" height="35px" width="140px"><defs><style>.cls-1{fill:#1d1d1b;}</style></defs><title>Prosopo Logo Black</title><path class="cls-1" d="M335.55,1825.19A147.75,147.75,0,0,1,483.3,1972.94h50.5c0-109.49-88.76-198.25-198.25-198.25v50.5Z" transform="translate(-215.73 -1774.69)"/><path class="cls-1" d="M269.36,1891.39A147.74,147.74,0,0,1,417.1,2039.13h50.5c0-109.49-88.75-198.24-198.24-198.24v50.5Z" transform="translate(-215.73 -1774.69)"/><path class="cls-1" d="M414,2157.17a147.75,147.75,0,0,1-147.74-147.74h-50.5c0,109.49,88.75,198.24,198.24,198.24v-50.5Z" transform="translate(-215.73 -1774.69)"/><path class="cls-1" d="M480.17,2091a147.74,147.74,0,0,1-147.74-147.75H281.92c0,109.49,88.76,198.25,198.25,198.25V2091Z" transform="translate(-215.73 -1774.69)"/><path class="cls-1" d="M862.8,2017.5q-27.39,22.86-78.25,22.86h-65v112.19H654.82v-312h134q46.32,0,73.86,24.13t27.55,74.72Q890.2,1994.64,862.8,2017.5ZM813,1905.1q-12.37-10.36-34.7-10.38H719.59v91.87h58.75q22.32,0,34.7-11.22t12.39-35.56Q825.43,1915.48,813,1905.1Z" transform="translate(-215.73 -1774.69)"/><path class="cls-1" d="M1045.69,1916.42c.78.08,2.51.19,5.19.32v61.81c-3.81-.42-7.2-.71-10.16-.85s-5.36-.21-7.2-.21q-36.4,0-48.89,23.71-7,13.33-7,41.06v110.29H916.89V1921.82h57.58V1962q14-23.07,24.34-31.54,16.94-14.18,44-14.18C1044,1916.32,1044.92,1916.35,1045.69,1916.42Z" transform="translate(-215.73 -1774.69)"/><path class="cls-1" d="M1265.64,2124.32q-29.21,36.06-88.69,36.06t-88.69-36.06Q1059,2088.26,1059,2037.5q0-49.9,29.22-86.5t88.69-36.59q59.47,0,88.69,36.59t29.21,86.5Q1294.85,2088.26,1265.64,2124.32ZM1217.38,2091q14.17-18.81,14.18-53.48t-14.18-53.37q-14.19-18.7-40.64-18.71T1136,1984.13q-14.29,18.72-14.29,53.37T1136,2091q14.28,18.81,40.75,18.81T1217.38,2091Z" transform="translate(-215.73 -1774.69)"/><path class="cls-1" d="M1371.81,2078.88q1.92,16.1,8.29,22.87,11.28,12.06,41.7,12.06,17.85,0,28.39-5.29t10.53-15.88a17.12,17.12,0,0,0-8.48-15.45q-8.49-5.28-63.12-18.2-39.33-9.73-55.41-24.35-16.08-14.39-16.09-41.49,0-32,25.14-54.93t70.75-23q43.26,0,70.53,17.25t31.29,59.59H1455q-1.27-11.64-6.58-18.42-10-12.27-34-12.28-19.74,0-28.13,6.14t-8.38,14.4c0,6.91,3,11.93,8.92,15q8.89,4.89,63,16.73,36,8.46,54.05,25.61,17.77,17.35,17.78,43.39,0,34.3-25.56,56t-79,21.7q-54.51,0-80.49-23t-26-58.53Z" transform="translate(-215.73 -1774.69)"/><path class="cls-1" d="M1745.54,2124.32q-29.22,36.06-88.7,36.06t-88.69-36.06q-29.2-36.06-29.21-86.82,0-49.9,29.21-86.5t88.69-36.59q59.49,0,88.7,36.59t29.21,86.5Q1774.75,2088.26,1745.54,2124.32ZM1697.27,2091q14.19-18.81,14.19-53.48t-14.19-53.37q-14.18-18.7-40.64-18.71t-40.75,18.71q-14.28,18.72-14.28,53.37t14.28,53.48q14.3,18.81,40.75,18.81T1697.27,2091Z" transform="translate(-215.73 -1774.69)"/><path class="cls-1" d="M1992.75,1946.59q28.24,29.84,28.23,87.63,0,61-27.58,92.93t-71.06,32q-27.69,0-46-13.76-10-7.62-19.6-22.23v120.24H1797V1921.82h57.79v34.08q9.79-15,20.88-23.71,20.23-15.43,48.15-15.45Q1964.53,1916.74,1992.75,1946.59Zm-46.3,43.39q-12.3-20.52-39.88-20.53-33.15,0-45.54,31.11-6.43,16.51-6.42,41.92,0,40.21,21.58,56.51,12.82,9.53,30.37,9.53,25.45,0,38.83-19.48t13.36-51.86Q1958.75,2010.51,1946.45,1990Z" transform="translate(-215.73 -1774.69)"/><path class="cls-1" d="M2249.14,2124.32q-29.2,36.06-88.69,36.06t-88.69-36.06q-29.22-36.06-29.21-86.82,0-49.9,29.21-86.5t88.69-36.59q59.49,0,88.69,36.59t29.22,86.5Q2278.36,2088.26,2249.14,2124.32ZM2200.88,2091q14.19-18.81,14.18-53.48t-14.18-53.37q-14.18-18.7-40.64-18.71t-40.75,18.71q-14.28,18.72-14.29,53.37t14.29,53.48q14.3,18.81,40.75,18.81T2200.88,2091Z" transform="translate(-215.73 -1774.69)"/></svg>', Y = '<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2062.63 468.67" height="35px" width="140px"><defs><style>.cls-1{fill:#fff;}</style></defs><title>Prosopo Logo Black</title><path class="cls-1" d="M335.55,1825.19A147.75,147.75,0,0,1,483.3,1972.94h50.5c0-109.49-88.76-198.25-198.25-198.25v50.5Z" transform="translate(-215.73 -1774.69)"/><path class="cls-1" d="M269.36,1891.39A147.74,147.74,0,0,1,417.1,2039.13h50.5c0-109.49-88.75-198.24-198.24-198.24v50.5Z" transform="translate(-215.73 -1774.69)"/><path class="cls-1" d="M414,2157.17a147.75,147.75,0,0,1-147.74-147.74h-50.5c0,109.49,88.75,198.24,198.24,198.24v-50.5Z" transform="translate(-215.73 -1774.69)"/><path class="cls-1" d="M480.17,2091a147.74,147.74,0,0,1-147.74-147.75H281.92c0,109.49,88.76,198.25,198.25,198.25V2091Z" transform="translate(-215.73 -1774.69)"/><path class="cls-1" d="M862.8,2017.5q-27.39,22.86-78.25,22.86h-65v112.19H654.82v-312h134q46.32,0,73.86,24.13t27.55,74.72Q890.2,1994.64,862.8,2017.5ZM813,1905.1q-12.37-10.36-34.7-10.38H719.59v91.87h58.75q22.32,0,34.7-11.22t12.39-35.56Q825.43,1915.48,813,1905.1Z" transform="translate(-215.73 -1774.69)"/><path class="cls-1" d="M1045.69,1916.42c.78.08,2.51.19,5.19.32v61.81c-3.81-.42-7.2-.71-10.16-.85s-5.36-.21-7.2-.21q-36.4,0-48.89,23.71-7,13.33-7,41.06v110.29H916.89V1921.82h57.58V1962q14-23.07,24.34-31.54,16.94-14.18,44-14.18C1044,1916.32,1044.92,1916.35,1045.69,1916.42Z" transform="translate(-215.73 -1774.69)"/><path class="cls-1" d="M1265.64,2124.32q-29.21,36.06-88.69,36.06t-88.69-36.06Q1059,2088.26,1059,2037.5q0-49.9,29.22-86.5t88.69-36.59q59.47,0,88.69,36.59t29.21,86.5Q1294.85,2088.26,1265.64,2124.32ZM1217.38,2091q14.17-18.81,14.18-53.48t-14.18-53.37q-14.19-18.7-40.64-18.71T1136,1984.13q-14.29,18.72-14.29,53.37T1136,2091q14.28,18.81,40.75,18.81T1217.38,2091Z" transform="translate(-215.73 -1774.69)"/><path class="cls-1" d="M1371.81,2078.88q1.92,16.1,8.29,22.87,11.28,12.06,41.7,12.06,17.85,0,28.39-5.29t10.53-15.88a17.12,17.12,0,0,0-8.48-15.45q-8.49-5.28-63.12-18.2-39.33-9.73-55.41-24.35-16.08-14.39-16.09-41.49,0-32,25.14-54.93t70.75-23q43.26,0,70.53,17.25t31.29,59.59H1455q-1.27-11.64-6.58-18.42-10-12.27-34-12.28-19.74,0-28.13,6.14t-8.38,14.4c0,6.91,3,11.93,8.92,15q8.89,4.89,63,16.73,36,8.46,54.05,25.61,17.77,17.35,17.78,43.39,0,34.3-25.56,56t-79,21.7q-54.51,0-80.49-23t-26-58.53Z" transform="translate(-215.73 -1774.69)"/><path class="cls-1" d="M1745.54,2124.32q-29.22,36.06-88.7,36.06t-88.69-36.06q-29.2-36.06-29.21-86.82,0-49.9,29.21-86.5t88.69-36.59q59.49,0,88.7,36.59t29.21,86.5Q1774.75,2088.26,1745.54,2124.32ZM1697.27,2091q14.19-18.81,14.19-53.48t-14.19-53.37q-14.18-18.7-40.64-18.71t-40.75,18.71q-14.28,18.72-14.28,53.37t14.28,53.48q14.3,18.81,40.75,18.81T1697.27,2091Z" transform="translate(-215.73 -1774.69)"/><path class="cls-1" d="M1992.75,1946.59q28.24,29.84,28.23,87.63,0,61-27.58,92.93t-71.06,32q-27.69,0-46-13.76-10-7.62-19.6-22.23v120.24H1797V1921.82h57.79v34.08q9.79-15,20.88-23.71,20.23-15.43,48.15-15.45Q1964.53,1916.74,1992.75,1946.59Zm-46.3,43.39q-12.3-20.52-39.88-20.53-33.15,0-45.54,31.11-6.43,16.51-6.42,41.92,0,40.21,21.58,56.51,12.82,9.53,30.37,9.53,25.45,0,38.83-19.48t13.36-51.86Q1958.75,2010.51,1946.45,1990Z" transform="translate(-215.73 -1774.69)"/><path class="cls-1" d="M2249.14,2124.32q-29.2,36.06-88.69,36.06t-88.69-36.06q-29.22-36.06-29.21-86.82,0-49.9,29.21-86.5t88.69-36.59q59.49,0,88.69,36.59t29.22,86.5Q2278.36,2088.26,2249.14,2124.32ZM2200.88,2091q14.19-18.81,14.18-53.48t-14.18-53.37q-14.18-18.7-40.64-18.71t-40.75,18.71q-14.28,18.72-14.29,53.37t14.29,53.48q14.3,18.81,40.75,18.81T2200.88,2091Z" transform="translate(-215.73 -1774.69)"/></svg>', t1 = '<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 260 348" height="35px"><path id="Vector" d="M95.7053 40.2707C127.005 40.2707 157.022 52.6841 179.154 74.78C201.286 96.8759 213.719 126.844 213.719 158.093H254.056C254.056 70.7808 183.16 -4.57764e-05 95.7053 -4.57764e-05V40.2707Z" fill="#fff"/><path id="Vector_2" d="M42.8365 93.0614C58.3333 93.0614 73.6784 96.1087 87.9955 102.029C102.313 107.95 115.322 116.628 126.279 127.568C137.237 138.508 145.93 151.496 151.86 165.79C157.79 180.084 160.843 195.404 160.843 210.875H201.179C201.179 123.564 130.291 52.7906 42.8365 52.7906V93.0614Z" fill="#fff"/><path id="Vector_3" d="M158.367 305.005C127.07 305.003 97.056 292.59 74.926 270.496C52.796 248.402 40.3626 218.437 40.3604 187.191H0.0239563C0.0239563 274.503 70.9123 345.276 158.367 345.276V305.005Z" fill="#fff"/><path id="Vector_4" d="M211.219 252.239C195.722 252.239 180.376 249.191 166.059 243.27C151.741 237.349 138.732 228.67 127.774 217.729C116.816 206.788 108.123 193.799 102.194 179.505C96.2637 165.21 93.2121 149.889 93.2132 134.417H52.8687C52.8687 221.729 123.765 292.509 211.219 292.509V252.239Z" fill="#fff"/></g><defs><clipPath id="clip0_1_2"><rect width="254" height="345" fill="white"/></clipPath></defs></svg>', e1 = '<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 260 348" height="35px"><path id="Vector" d="M95.7053 40.2707C127.005 40.2707 157.022 52.6841 179.154 74.78C201.286 96.8759 213.719 126.844 213.719 158.093H254.056C254.056 70.7808 183.16 -4.57764e-05 95.7053 -4.57764e-05V40.2707Z" fill="#000000"/><path id="Vector_2" d="M42.8365 93.0614C58.3333 93.0614 73.6784 96.1087 87.9955 102.029C102.313 107.95 115.322 116.628 126.279 127.568C137.237 138.508 145.93 151.496 151.86 165.79C157.79 180.084 160.843 195.404 160.843 210.875H201.179C201.179 123.564 130.291 52.7906 42.8365 52.7906V93.0614Z" fill="#000000"/><path id="Vector_3" d="M158.367 305.005C127.07 305.003 97.056 292.59 74.926 270.496C52.796 248.402 40.3626 218.437 40.3604 187.191H0.0239563C0.0239563 274.503 70.9123 345.276 158.367 345.276V305.005Z" fill="#000000"/><path id="Vector_4" d="M211.219 252.239C195.722 252.239 180.376 249.191 166.059 243.27C151.741 237.349 138.732 228.67 127.774 217.729C116.816 206.788 108.123 193.799 102.194 179.505C96.2637 165.21 93.2121 149.889 93.2132 134.417H52.8687C52.8687 221.729 123.765 292.509 211.219 292.509V252.239Z" fill="#000000"/></g><defs><clipPath id="clip0_1_2"><rect width="254" height="345" fill="white"/></clipPath></defs></svg>';
|
|
167
|
-
export {
|
|
168
|
-
o1 as default
|
|
169
|
-
};
|