@cuemath/leap 3.2.33 → 3.2.34-mb
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/assets/gif/gif.js +1 -4
- package/dist/assets/gif/gif.js.map +1 -1
- package/dist/assets/illustrations/illustrations.js +0 -17
- package/dist/assets/illustrations/illustrations.js.map +1 -1
- package/dist/assets/lottie/lottie.js +0 -3
- package/dist/assets/lottie/lottie.js.map +1 -1
- package/dist/features/auth/comps/animated-avatar-message/animated-avatar-message-styled.js +1 -1
- package/dist/features/auth/comps/animated-avatar-message/animated-avatar-message-styled.js.map +1 -1
- package/dist/features/auth/comps/animated-avatar-message/animated-avatar-message.js +22 -22
- package/dist/features/auth/comps/animated-avatar-message/animated-avatar-message.js.map +1 -1
- package/dist/features/auth/comps/pill-button/pill-button-styled.js +11 -12
- package/dist/features/auth/comps/pill-button/pill-button-styled.js.map +1 -1
- package/dist/features/auth/pla-signup/onboarding-guide/onboarding-guide-styled.js +4 -11
- package/dist/features/auth/pla-signup/onboarding-guide/onboarding-guide-styled.js.map +1 -1
- package/dist/features/auth/pla-signup/onboarding-guide/onboarding-guide.js +17 -17
- package/dist/features/auth/pla-signup/onboarding-guide/onboarding-guide.js.map +1 -1
- package/dist/features/auth/pla-signup/signup-options/signup-options.js +1 -1
- package/dist/features/auth/pla-signup/signup-options/signup-options.js.map +1 -1
- package/dist/features/stickers/sticker-data.js +234 -0
- package/dist/features/stickers/sticker-data.js.map +1 -0
- package/dist/features/stickers/sticker-selector/sticker-selector-grid.js +39 -0
- package/dist/features/stickers/sticker-selector/sticker-selector-grid.js.map +1 -0
- package/dist/features/{ui/sticker-grid/sticker-grid-styles.js → stickers/sticker-selector/sticker-selector-styles.js} +23 -31
- package/dist/features/stickers/sticker-selector/sticker-selector-styles.js.map +1 -0
- package/dist/features/stickers/sticker-selector/sticker-selector.js +88 -0
- package/dist/features/stickers/sticker-selector/sticker-selector.js.map +1 -0
- package/dist/features/stickers/sticker-selector/sticker.js +60 -0
- package/dist/features/stickers/sticker-selector/sticker.js.map +1 -0
- package/dist/features/stickers/stickers-effects/effects.js +82 -0
- package/dist/features/stickers/stickers-effects/effects.js.map +1 -0
- package/dist/features/stickers/stickers-effects/stickers-cache.js +19 -0
- package/dist/features/stickers/stickers-effects/stickers-cache.js.map +1 -0
- package/dist/features/stickers/stickers-effects/stickers-effects-helper.js +105 -0
- package/dist/features/stickers/stickers-effects/stickers-effects-helper.js.map +1 -0
- package/dist/features/stickers/stickers-effects/stickers-effects-styled.js +37 -0
- package/dist/features/stickers/stickers-effects/stickers-effects-styled.js.map +1 -0
- package/dist/features/stickers/stickers-effects/stickers-effects.js +67 -0
- package/dist/features/stickers/stickers-effects/stickers-effects.js.map +1 -0
- package/dist/features/ui/arrow-tooltip/arrow-tooltip-styled.js +8 -3
- package/dist/features/ui/arrow-tooltip/arrow-tooltip-styled.js.map +1 -1
- package/dist/features/ui/arrow-tooltip/arrow-tooltip.js +40 -40
- package/dist/features/ui/arrow-tooltip/arrow-tooltip.js.map +1 -1
- package/dist/features/ui/dot-lottie-animations/dot-lottie-animation.js +88 -75
- package/dist/features/ui/dot-lottie-animations/dot-lottie-animation.js.map +1 -1
- package/dist/features/ui/drawer/drawer-styled.js +2 -4
- package/dist/features/ui/drawer/drawer-styled.js.map +1 -1
- package/dist/features/ui/lottie-animation/lottie-animation.js +36 -31
- package/dist/features/ui/lottie-animation/lottie-animation.js.map +1 -1
- package/dist/features/ui/modals/modal-styled.js +48 -15
- package/dist/features/ui/modals/modal-styled.js.map +1 -1
- package/dist/features/ui/modals/modal.js +43 -35
- package/dist/features/ui/modals/modal.js.map +1 -1
- package/dist/index.d.ts +85 -57
- package/dist/index.js +343 -341
- package/dist/index.js.map +1 -1
- package/dist/node_modules/uuid/dist/esm-browser/regex.js +5 -0
- package/dist/node_modules/uuid/dist/esm-browser/regex.js.map +1 -0
- package/dist/node_modules/uuid/dist/esm-browser/rng.js +2 -3
- package/dist/node_modules/uuid/dist/esm-browser/rng.js.map +1 -1
- package/dist/node_modules/uuid/dist/esm-browser/stringify.js +10 -6
- package/dist/node_modules/uuid/dist/esm-browser/stringify.js.map +1 -1
- package/dist/node_modules/uuid/dist/esm-browser/v4.js +9 -12
- package/dist/node_modules/uuid/dist/esm-browser/v4.js.map +1 -1
- package/dist/node_modules/uuid/dist/esm-browser/validate.js +8 -0
- package/dist/node_modules/uuid/dist/esm-browser/validate.js.map +1 -0
- package/package.json +1 -1
- package/dist/features/ui/sticker-grid/sticker-grid-styles.js.map +0 -1
- package/dist/features/ui/sticker-grid/sticker-grid.js +0 -24
- package/dist/features/ui/sticker-grid/sticker-grid.js.map +0 -1
- package/dist/features/ui/sticker-grid/sticker.js +0 -57
- package/dist/features/ui/sticker-grid/sticker.js.map +0 -1
- package/dist/features/ui/stickers/constants.js +0 -6
- package/dist/features/ui/stickers/constants.js.map +0 -1
- package/dist/features/ui/stickers/stickers-effects.js +0 -64
- package/dist/features/ui/stickers/stickers-effects.js.map +0 -1
- package/dist/features/ui/stickers/stickers-styled.js +0 -29
- package/dist/features/ui/stickers/stickers-styled.js.map +0 -1
- package/dist/features/ui/stickers/stickers-utils.js +0 -91
- package/dist/features/ui/stickers/stickers-utils.js.map +0 -1
- package/dist/features/ui/stickers/stickers.js +0 -40
- package/dist/features/ui/stickers/stickers.js.map +0 -1
- package/dist/node_modules/uuid/dist/esm-browser/native.js +0 -7
- package/dist/node_modules/uuid/dist/esm-browser/native.js.map +0 -1
- package/dist/static/arrow-board-green.11e75bca.svg +0 -1
- package/dist/static/book-checked-green.c275dbd9.svg +0 -1
- package/dist/static/book-checked-orange.53ea6880.svg +0 -1
- package/dist/static/book-checked-purple.df628f3e.svg +0 -1
- package/dist/static/calendar-check-green.ab0e24d2.svg +0 -1
- package/dist/static/calendar-cross-orange.8e7a23bd.svg +0 -1
- package/dist/static/calendar-hour-glass-orange.e99f8ffd.json +0 -1
- package/dist/static/equal-outlined.b705bf5d.svg +0 -1
- package/dist/static/handshake-green.f8d24216.svg +0 -1
- package/dist/static/heart-outlined.5b5415fe.svg +0 -1
- package/dist/static/knowledge-blue.ead536f1.svg +0 -1
- package/dist/static/learning-session-grid-bg.fb60e64b.gif +0 -0
- package/dist/static/platform-green.eb853207.svg +0 -1
- package/dist/static/platform-purple.ecf6fa46.svg +0 -1
- package/dist/static/radial-gradient-bg-2.6657c758.svg +0 -1
- package/dist/static/radial-gradient-bg.5ae0cde5.svg +0 -1
- package/dist/static/star-outlined.bde83c7c.svg +0 -1
- package/dist/static/student-avatar.24bc2875.svg +0 -1
- package/dist/static/teacher-found.0ba07d4a.json +0 -1
- package/dist/static/teacher-search.552c8ba2.json +0 -1
- package/dist/static/trophy-outlined.f946b362.svg +0 -1
- package/dist/static/way-forward-grid-bg.ab5d2dc6.gif +0 -0
- package/dist/static/your-goals-grid-bg.87fa9c60.gif +0 -0
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"regex.js","sources":["../../../../../node_modules/uuid/dist/esm-browser/regex.js"],"sourcesContent":["export default /^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i;"],"names":["REGEX"],"mappings":"AAAA,MAAAA,IAAe;","x_google_ignoreList":[0]}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
const e = new Uint8Array(16);
|
|
1
|
+
var t, e = new Uint8Array(16);
|
|
3
2
|
function o() {
|
|
4
|
-
if (!t && (t = typeof crypto < "u" && crypto.getRandomValues && crypto.getRandomValues.bind(crypto), !t))
|
|
3
|
+
if (!t && (t = typeof crypto < "u" && crypto.getRandomValues && crypto.getRandomValues.bind(crypto) || typeof msCrypto < "u" && typeof msCrypto.getRandomValues == "function" && msCrypto.getRandomValues.bind(msCrypto), !t))
|
|
5
4
|
throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");
|
|
6
5
|
return t(e);
|
|
7
6
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"rng.js","sources":["../../../../../node_modules/uuid/dist/esm-browser/rng.js"],"sourcesContent":["// Unique ID creation requires a high quality random # generator. In the browser we therefore\n// require the crypto API and do not support built-in fallback to lower quality random number\n// generators (like Math.random()).\
|
|
1
|
+
{"version":3,"file":"rng.js","sources":["../../../../../node_modules/uuid/dist/esm-browser/rng.js"],"sourcesContent":["// Unique ID creation requires a high quality random # generator. In the browser we therefore\n// require the crypto API and do not support built-in fallback to lower quality random number\n// generators (like Math.random()).\nvar getRandomValues;\nvar rnds8 = new Uint8Array(16);\nexport default function rng() {\n // lazy load so that environments that need to polyfill have a chance to do so\n if (!getRandomValues) {\n // getRandomValues needs to be invoked in a context where \"this\" is a Crypto implementation. Also,\n // find the complete implementation of crypto (msCrypto) on IE11.\n getRandomValues = typeof crypto !== 'undefined' && crypto.getRandomValues && crypto.getRandomValues.bind(crypto) || typeof msCrypto !== 'undefined' && typeof msCrypto.getRandomValues === 'function' && msCrypto.getRandomValues.bind(msCrypto);\n\n if (!getRandomValues) {\n throw new Error('crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported');\n }\n }\n\n return getRandomValues(rnds8);\n}"],"names":["getRandomValues","rnds8","rng"],"mappings":"AAGA,IAAIA,GACAC,IAAQ,IAAI,WAAW,EAAE;AACd,SAASC,IAAM;AAE5B,MAAI,CAACF,MAGHA,IAAkB,OAAO,SAAW,OAAe,OAAO,mBAAmB,OAAO,gBAAgB,KAAK,MAAM,KAAK,OAAO,WAAa,OAAe,OAAO,SAAS,mBAAoB,cAAc,SAAS,gBAAgB,KAAK,QAAQ,GAE3O,CAACA;AACH,UAAM,IAAI,MAAM,0GAA0G;AAI9H,SAAOA,EAAgBC,CAAK;AAC9B;","x_google_ignoreList":[0]}
|
|
@@ -1,10 +1,14 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import s from "./validate.js";
|
|
2
|
+
var t = [];
|
|
3
|
+
for (var n = 0; n < 256; ++n)
|
|
4
|
+
t.push((n + 256).toString(16).substr(1));
|
|
5
|
+
function f(e) {
|
|
6
|
+
var i = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : 0, o = (t[e[i + 0]] + t[e[i + 1]] + t[e[i + 2]] + t[e[i + 3]] + "-" + t[e[i + 4]] + t[e[i + 5]] + "-" + t[e[i + 6]] + t[e[i + 7]] + "-" + t[e[i + 8]] + t[e[i + 9]] + "-" + t[e[i + 10]] + t[e[i + 11]] + t[e[i + 12]] + t[e[i + 13]] + t[e[i + 14]] + t[e[i + 15]]).toLowerCase();
|
|
7
|
+
if (!s(o))
|
|
8
|
+
throw TypeError("Stringified UUID is invalid");
|
|
9
|
+
return o;
|
|
6
10
|
}
|
|
7
11
|
export {
|
|
8
|
-
|
|
12
|
+
f as default
|
|
9
13
|
};
|
|
10
14
|
//# sourceMappingURL=stringify.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"stringify.js","sources":["../../../../../node_modules/uuid/dist/esm-browser/stringify.js"],"sourcesContent":["import validate from './validate.js';\n/**\n * Convert array of 16 byte values to UUID string format of the form:\n * XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\n */\n\
|
|
1
|
+
{"version":3,"file":"stringify.js","sources":["../../../../../node_modules/uuid/dist/esm-browser/stringify.js"],"sourcesContent":["import validate from './validate.js';\n/**\n * Convert array of 16 byte values to UUID string format of the form:\n * XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\n */\n\nvar byteToHex = [];\n\nfor (var i = 0; i < 256; ++i) {\n byteToHex.push((i + 0x100).toString(16).substr(1));\n}\n\nfunction stringify(arr) {\n var offset = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 0;\n // Note: Be careful editing this code! It's been tuned for performance\n // and works in ways you may not expect. See https://github.com/uuidjs/uuid/pull/434\n var uuid = (byteToHex[arr[offset + 0]] + byteToHex[arr[offset + 1]] + byteToHex[arr[offset + 2]] + byteToHex[arr[offset + 3]] + '-' + byteToHex[arr[offset + 4]] + byteToHex[arr[offset + 5]] + '-' + byteToHex[arr[offset + 6]] + byteToHex[arr[offset + 7]] + '-' + byteToHex[arr[offset + 8]] + byteToHex[arr[offset + 9]] + '-' + byteToHex[arr[offset + 10]] + byteToHex[arr[offset + 11]] + byteToHex[arr[offset + 12]] + byteToHex[arr[offset + 13]] + byteToHex[arr[offset + 14]] + byteToHex[arr[offset + 15]]).toLowerCase(); // Consistency check for valid UUID. If this throws, it's likely due to one\n // of the following:\n // - One or more input array values don't map to a hex octet (leading to\n // \"undefined\" in the uuid)\n // - Invalid input values for the RFC `version` or `variant` fields\n\n if (!validate(uuid)) {\n throw TypeError('Stringified UUID is invalid');\n }\n\n return uuid;\n}\n\nexport default stringify;"],"names":["byteToHex","i","stringify","arr","offset","uuid","validate"],"mappings":";AAMA,IAAIA,IAAY,CAAA;AAEhB,SAASC,IAAI,GAAGA,IAAI,KAAK,EAAEA;AACzB,EAAAD,EAAU,MAAMC,IAAI,KAAO,SAAS,EAAE,EAAE,OAAO,CAAC,CAAC;AAGnD,SAASC,EAAUC,GAAK;AACtB,MAAIC,IAAS,UAAU,SAAS,KAAK,UAAU,CAAC,MAAM,SAAY,UAAU,CAAC,IAAI,GAG7EC,KAAQL,EAAUG,EAAIC,IAAS,CAAC,CAAC,IAAIJ,EAAUG,EAAIC,IAAS,CAAC,CAAC,IAAIJ,EAAUG,EAAIC,IAAS,CAAC,CAAC,IAAIJ,EAAUG,EAAIC,IAAS,CAAC,CAAC,IAAI,MAAMJ,EAAUG,EAAIC,IAAS,CAAC,CAAC,IAAIJ,EAAUG,EAAIC,IAAS,CAAC,CAAC,IAAI,MAAMJ,EAAUG,EAAIC,IAAS,CAAC,CAAC,IAAIJ,EAAUG,EAAIC,IAAS,CAAC,CAAC,IAAI,MAAMJ,EAAUG,EAAIC,IAAS,CAAC,CAAC,IAAIJ,EAAUG,EAAIC,IAAS,CAAC,CAAC,IAAI,MAAMJ,EAAUG,EAAIC,IAAS,EAAE,CAAC,IAAIJ,EAAUG,EAAIC,IAAS,EAAE,CAAC,IAAIJ,EAAUG,EAAIC,IAAS,EAAE,CAAC,IAAIJ,EAAUG,EAAIC,IAAS,EAAE,CAAC,IAAIJ,EAAUG,EAAIC,IAAS,EAAE,CAAC,IAAIJ,EAAUG,EAAIC,IAAS,EAAE,CAAC,GAAG;AAMzf,MAAI,CAACE,EAASD,CAAI;AAChB,UAAM,UAAU,6BAA6B;AAG/C,SAAOA;AACT;","x_google_ignoreList":[0]}
|
|
@@ -1,20 +1,17 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
function g(n, m, t) {
|
|
5
|
-
if (e.randomUUID && !m && !n)
|
|
6
|
-
return e.randomUUID();
|
|
1
|
+
import d from "./rng.js";
|
|
2
|
+
import f from "./stringify.js";
|
|
3
|
+
function v(n, m, x) {
|
|
7
4
|
n = n || {};
|
|
8
|
-
|
|
5
|
+
var r = n.random || (n.rng || d)();
|
|
9
6
|
if (r[6] = r[6] & 15 | 64, r[8] = r[8] & 63 | 128, m) {
|
|
10
|
-
|
|
11
|
-
for (
|
|
12
|
-
m[
|
|
7
|
+
x = x || 0;
|
|
8
|
+
for (var a = 0; a < 16; ++a)
|
|
9
|
+
m[x + a] = r[a];
|
|
13
10
|
return m;
|
|
14
11
|
}
|
|
15
|
-
return
|
|
12
|
+
return f(r);
|
|
16
13
|
}
|
|
17
14
|
export {
|
|
18
|
-
|
|
15
|
+
v as default
|
|
19
16
|
};
|
|
20
17
|
//# sourceMappingURL=v4.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"v4.js","sources":["../../../../../node_modules/uuid/dist/esm-browser/v4.js"],"sourcesContent":["import
|
|
1
|
+
{"version":3,"file":"v4.js","sources":["../../../../../node_modules/uuid/dist/esm-browser/v4.js"],"sourcesContent":["import rng from './rng.js';\nimport stringify from './stringify.js';\n\nfunction v4(options, buf, offset) {\n options = options || {};\n var rnds = options.random || (options.rng || rng)(); // Per 4.4, set bits for version and `clock_seq_hi_and_reserved`\n\n rnds[6] = rnds[6] & 0x0f | 0x40;\n rnds[8] = rnds[8] & 0x3f | 0x80; // Copy bytes to buffer, if provided\n\n if (buf) {\n offset = offset || 0;\n\n for (var i = 0; i < 16; ++i) {\n buf[offset + i] = rnds[i];\n }\n\n return buf;\n }\n\n return stringify(rnds);\n}\n\nexport default v4;"],"names":["v4","options","buf","offset","rnds","rng","i","stringify"],"mappings":";;AAGA,SAASA,EAAGC,GAASC,GAAKC,GAAQ;AAChC,EAAAF,IAAUA,KAAW;AACrB,MAAIG,IAAOH,EAAQ,WAAWA,EAAQ,OAAOI;AAK7C,MAHAD,EAAK,CAAC,IAAIA,EAAK,CAAC,IAAI,KAAO,IAC3BA,EAAK,CAAC,IAAIA,EAAK,CAAC,IAAI,KAAO,KAEvBF,GAAK;AACP,IAAAC,IAASA,KAAU;AAEnB,aAASG,IAAI,GAAGA,IAAI,IAAI,EAAEA;AACxB,MAAAJ,EAAIC,IAASG,CAAC,IAAIF,EAAKE,CAAC;AAG1B,WAAOJ;AAAA,EACR;AAED,SAAOK,EAAUH,CAAI;AACvB;","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"validate.js","sources":["../../../../../node_modules/uuid/dist/esm-browser/validate.js"],"sourcesContent":["import REGEX from './regex.js';\n\nfunction validate(uuid) {\n return typeof uuid === 'string' && REGEX.test(uuid);\n}\n\nexport default validate;"],"names":["validate","uuid","REGEX"],"mappings":";AAEA,SAASA,EAASC,GAAM;AACtB,SAAO,OAAOA,KAAS,YAAYC,EAAM,KAAKD,CAAI;AACpD;","x_google_ignoreList":[0]}
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"sticker-grid-styles.js","sources":["../../../../src/features/ui/sticker-grid/sticker-grid-styles.ts"],"sourcesContent":["import styled from 'styled-components';\n\nexport const StickerContainer = styled.div<{\n $size: number | string;\n $disabled?: boolean;\n}>`\n position: relative;\n width: ${({ $size }) => (typeof $size === 'number' ? `${$size}px` : $size)};\n height: ${({ $size }) => (typeof $size === 'number' ? `${$size}px` : $size)};\n cursor: ${({ $disabled }) => ($disabled ? 'none' : 'pointer')};\n border-radius: 8px;\n overflow: hidden;\n display: flex;\n align-items: center;\n justify-content: center;\n transition: all 0.2s ease;\n background-color: transparent;\n opacity: ${({ $disabled }) => ($disabled ? 0.5 : 1)};\n\n &:hover {\n transform: ${({ $disabled }) => ($disabled ? 'none' : 'scale(1.1)')};\n background-color: rgba(255, 255, 255, 0.1);\n }\n\n &:active {\n transform: ${({ $disabled }) => ($disabled ? 'none' : 'scale(0.95)')};\n }\n`;\n\nexport const StaticEmoji = styled.div<{ $size: number | string }>`\n font-size: ${({ $size }) => {\n if (typeof $size === 'number') {\n return `${$size * 0.7}px`;\n }\n\n return '70%';\n }};\n line-height: 1;\n display: flex;\n align-items: center;\n justify-content: center;\n width: 100%;\n height: 100%;\n transition: opacity 0.2s ease;\n`;\n\nexport const LottieContainer = styled.div<{ $size: number | string }>`\n position: absolute;\n top: 50%;\n left: 50%;\n width: ${({ $size }) => (typeof $size === 'number' ? `${$size * 0.7}px` : $size)};\n height: ${({ $size }) => (typeof $size === 'number' ? `${$size * 0.7}px` : $size)};\n opacity: 0;\n transition: opacity 0.2s ease;\n transform: translate(-50%, -50%);\n pointer-events: none;\n\n ${StickerContainer}:hover & {\n opacity: 1;\n }\n`;\n\nexport const StickerGrid = styled.div<{\n $columns: number;\n $gap: number;\n}>`\n display: grid;\n grid-template-columns: repeat(${({ $columns }) => $columns}, 1fr);\n gap: ${({ $gap }) => $gap}px;\n padding: 16px;\n background-color: #2a2a2a;\n border-radius: 12px;\n max-height: 400px;\n overflow-y: auto;\n\n &::-webkit-scrollbar {\n width: 8px;\n }\n\n &::-webkit-scrollbar-track {\n background: rgba(255, 255, 255, 0.1);\n border-radius: 4px;\n }\n\n &::-webkit-scrollbar-thumb {\n background: rgba(255, 255, 255, 0.3);\n border-radius: 4px;\n }\n\n &::-webkit-scrollbar-thumb:hover {\n background: rgba(255, 255, 255, 0.5);\n }\n`;\n\nexport const StickerGridContainer = styled.div<{\n $width: string;\n $height: string;\n}>`\n width: 100%;\n max-width: ${({ $width }) => $width};\n max-height: ${({ $height }) => $height};\n`;\n"],"names":["StickerContainer","styled","$size","$disabled","StaticEmoji","LottieContainer","StickerGrid","$columns","$gap","StickerGridContainer","$width","$height"],"mappings":";AAEO,MAAMA,IAAmBC,EAAO;AAAA;AAAA,WAK5B,CAAC,EAAE,OAAAC,EAAa,MAAA,OAAOA,KAAU,WAAW,GAAGA,CAAK,OAAOA,CAAM;AAAA,YAChE,CAAC,EAAE,OAAAA,EAAa,MAAA,OAAOA,KAAU,WAAW,GAAGA,CAAK,OAAOA,CAAM;AAAA,YACjE,CAAC,EAAE,WAAAC,EAAA,MAAiBA,IAAY,SAAS,SAAU;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,aAQlD,CAAC,EAAE,WAAAA,EAAA,MAAiBA,IAAY,MAAM,CAAE;AAAA;AAAA;AAAA,iBAGpC,CAAC,EAAE,WAAAA,EAAA,MAAiBA,IAAY,SAAS,YAAa;AAAA;AAAA;AAAA;AAAA;AAAA,iBAKtD,CAAC,EAAE,WAAAA,EAAA,MAAiBA,IAAY,SAAS,aAAc;AAAA;AAAA,GAI3DC,IAAcH,EAAO;AAAA,eACnB,CAAC,EAAE,OAAAC,QACV,OAAOA,KAAU,WACZ,GAAGA,IAAQ,GAAG,OAGhB,KACR;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,GAUUG,IAAkBJ,EAAO;AAAA;AAAA;AAAA;AAAA,WAI3B,CAAC,EAAE,OAAAC,QAAa,OAAOA,KAAU,WAAW,GAAGA,IAAQ,GAAG,OAAOA,CAAM;AAAA,YACtE,CAAC,EAAE,OAAAA,QAAa,OAAOA,KAAU,WAAW,GAAGA,IAAQ,GAAG,OAAOA,CAAM;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,IAM/EF,CAAgB;AAAA;AAAA;AAAA,GAKPM,IAAcL,EAAO;AAAA;AAAA,kCAKA,CAAC,EAAE,UAAAM,EAAS,MAAMA,CAAQ;AAAA,SACnD,CAAC,EAAE,MAAAC,EAAK,MAAMA,CAAI;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,GA0BdC,IAAuBR,EAAO;AAAA;AAAA,eAK5B,CAAC,EAAE,QAAAS,EAAO,MAAMA,CAAM;AAAA,gBACrB,CAAC,EAAE,SAAAC,EAAQ,MAAMA,CAAO;AAAA;"}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { jsx as m } from "react/jsx-runtime";
|
|
2
|
-
import { memo as d } from "react";
|
|
3
|
-
import n from "./sticker.js";
|
|
4
|
-
import { StickerGridContainer as a, StickerGrid as f } from "./sticker-grid-styles.js";
|
|
5
|
-
const h = ({
|
|
6
|
-
stickers: t,
|
|
7
|
-
columns: i = 4,
|
|
8
|
-
gap: e = 8,
|
|
9
|
-
stickerSize: p = 48,
|
|
10
|
-
onStickerClick: o
|
|
11
|
-
}) => /* @__PURE__ */ m(a, { $width: "350px", $height: "400px", children: /* @__PURE__ */ m(f, { $columns: i, $gap: e, children: t.map((r) => /* @__PURE__ */ m(
|
|
12
|
-
n,
|
|
13
|
-
{
|
|
14
|
-
emoji: r.emoji,
|
|
15
|
-
lottieUrl: r.lottieUrl,
|
|
16
|
-
size: p,
|
|
17
|
-
onClick: () => o == null ? void 0 : o(r)
|
|
18
|
-
},
|
|
19
|
-
r.id
|
|
20
|
-
)) }) }), $ = d(h);
|
|
21
|
-
export {
|
|
22
|
-
$ as default
|
|
23
|
-
};
|
|
24
|
-
//# sourceMappingURL=sticker-grid.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"sticker-grid.js","sources":["../../../../src/features/ui/sticker-grid/sticker-grid.tsx"],"sourcesContent":["import type { IStickerGridProps } from './sticker-grid-types';\n\nimport React, { memo } from 'react';\n\nimport Sticker from './sticker';\nimport { StickerGrid, StickerGridContainer } from './sticker-grid-styles';\n\nconst StickerGridComponent: React.FC<IStickerGridProps> = ({\n stickers,\n columns = 4,\n gap = 8,\n stickerSize = 48,\n onStickerClick,\n}) => {\n return (\n <StickerGridContainer $width=\"350px\" $height=\"400px\">\n <StickerGrid $columns={columns} $gap={gap}>\n {stickers.map(sticker => (\n <Sticker\n key={sticker.id}\n emoji={sticker.emoji}\n lottieUrl={sticker.lottieUrl}\n size={stickerSize}\n onClick={() => onStickerClick?.(sticker)}\n />\n ))}\n </StickerGrid>\n </StickerGridContainer>\n );\n};\n\nexport default memo(StickerGridComponent);\n"],"names":["StickerGridComponent","stickers","columns","gap","stickerSize","onStickerClick","jsx","StickerGridContainer","StickerGrid","sticker","Sticker","stickerGrid","memo"],"mappings":";;;;AAOA,MAAMA,IAAoD,CAAC;AAAA,EACzD,UAAAC;AAAA,EACA,SAAAC,IAAU;AAAA,EACV,KAAAC,IAAM;AAAA,EACN,aAAAC,IAAc;AAAA,EACd,gBAAAC;AACF,MAEK,gBAAAC,EAAAC,GAAA,EAAqB,QAAO,SAAQ,SAAQ,SAC3C,UAAA,gBAAAD,EAACE,GAAY,EAAA,UAAUN,GAAS,MAAMC,GACnC,UAAAF,EAAS,IAAI,CACZQ,MAAA,gBAAAH;AAAA,EAACI;AAAA,EAAA;AAAA,IAEC,OAAOD,EAAQ;AAAA,IACf,WAAWA,EAAQ;AAAA,IACnB,MAAML;AAAA,IACN,SAAS,MAAMC,KAAA,gBAAAA,EAAiBI;AAAA,EAAO;AAAA,EAJlCA,EAAQ;AAAA,CAMhB,GACH,EACF,CAAA,GAIWE,IAAAC,EAAKZ,CAAoB;"}
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
import { jsxs as p, jsx as s } from "react/jsx-runtime";
|
|
2
|
-
import { memo as S, useState as v, useRef as L, useLayoutEffect as M, useCallback as i, useMemo as $ } from "react";
|
|
3
|
-
import g from "../lottie-animation/lottie-animation.js";
|
|
4
|
-
import { StickerContainer as k, StaticEmoji as E, LottieContainer as j } from "./sticker-grid-styles.js";
|
|
5
|
-
const x = ({
|
|
6
|
-
emoji: a,
|
|
7
|
-
lottieUrl: c,
|
|
8
|
-
size: t = 48,
|
|
9
|
-
onClick: o,
|
|
10
|
-
disabled: e = !1
|
|
11
|
-
}) => {
|
|
12
|
-
const [r, u] = v(!1), n = L(null);
|
|
13
|
-
M(() => {
|
|
14
|
-
n.current && n.current.playSegments([0, 1], !0);
|
|
15
|
-
}, []);
|
|
16
|
-
const f = i(() => {
|
|
17
|
-
e || u(!0);
|
|
18
|
-
}, [e]), m = i(() => {
|
|
19
|
-
e || u(!1);
|
|
20
|
-
}, [e]), l = i(() => {
|
|
21
|
-
!e && o && o();
|
|
22
|
-
}, [e, o]), h = $(
|
|
23
|
-
() => ({
|
|
24
|
-
loop: !0,
|
|
25
|
-
renderer: "canvas",
|
|
26
|
-
autoplay: r
|
|
27
|
-
}),
|
|
28
|
-
[r]
|
|
29
|
-
);
|
|
30
|
-
return /* @__PURE__ */ p(
|
|
31
|
-
k,
|
|
32
|
-
{
|
|
33
|
-
$size: t,
|
|
34
|
-
$disabled: e,
|
|
35
|
-
onMouseEnter: f,
|
|
36
|
-
onMouseLeave: m,
|
|
37
|
-
onClick: l,
|
|
38
|
-
children: [
|
|
39
|
-
!r && /* @__PURE__ */ s(E, { $size: t, children: a }),
|
|
40
|
-
c && /* @__PURE__ */ s(j, { $size: t, children: /* @__PURE__ */ s(
|
|
41
|
-
g,
|
|
42
|
-
{
|
|
43
|
-
ref: n,
|
|
44
|
-
src: c,
|
|
45
|
-
width: "100%",
|
|
46
|
-
height: "100%",
|
|
47
|
-
settings: h
|
|
48
|
-
}
|
|
49
|
-
) })
|
|
50
|
-
]
|
|
51
|
-
}
|
|
52
|
-
);
|
|
53
|
-
}, d = S(x);
|
|
54
|
-
export {
|
|
55
|
-
d as default
|
|
56
|
-
};
|
|
57
|
-
//# sourceMappingURL=sticker.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"sticker.js","sources":["../../../../src/features/ui/sticker-grid/sticker.tsx"],"sourcesContent":["import type { ILottieAnimationRef } from '../lottie-animation/types';\nimport type { IStickerProps } from './sticker-grid-types';\n\nimport React, { useCallback, useMemo, useRef, useState, memo, useLayoutEffect } from 'react';\n\nimport LottieAnimation from '../lottie-animation/lottie-animation';\nimport { StickerContainer, StaticEmoji, LottieContainer } from './sticker-grid-styles';\n\nconst Sticker: React.FC<IStickerProps> = ({\n emoji,\n lottieUrl,\n size = 48,\n onClick,\n disabled = false,\n}) => {\n const [isHovered, setIsHovered] = useState(false);\n const lottieRef = useRef<ILottieAnimationRef>(null);\n\n useLayoutEffect(() => {\n if (lottieRef.current) {\n lottieRef.current.playSegments([0, 1], true);\n }\n }, []);\n\n const handleMouseEnter = useCallback(() => {\n if (!disabled) setIsHovered(true);\n }, [disabled]);\n\n const handleMouseLeave = useCallback(() => {\n if (!disabled) setIsHovered(false);\n }, [disabled]);\n\n const handleClick = useCallback(() => {\n if (!disabled && onClick) onClick();\n }, [disabled, onClick]);\n\n const lottieSettings = useMemo(\n () => ({\n loop: true,\n renderer: 'canvas',\n autoplay: isHovered,\n }),\n [isHovered],\n );\n\n return (\n <StickerContainer\n $size={size}\n $disabled={disabled}\n onMouseEnter={handleMouseEnter}\n onMouseLeave={handleMouseLeave}\n onClick={handleClick}\n >\n {!isHovered && <StaticEmoji $size={size}>{emoji}</StaticEmoji>}\n\n {lottieUrl && (\n <LottieContainer $size={size}>\n <LottieAnimation\n ref={lottieRef}\n src={lottieUrl}\n width=\"100%\"\n height=\"100%\"\n settings={lottieSettings}\n />\n </LottieContainer>\n )}\n </StickerContainer>\n );\n};\n\nexport default memo(Sticker);\n"],"names":["Sticker","emoji","lottieUrl","size","onClick","disabled","isHovered","setIsHovered","useState","lottieRef","useRef","useLayoutEffect","handleMouseEnter","useCallback","handleMouseLeave","handleClick","lottieSettings","useMemo","jsxs","StickerContainer","jsx","StaticEmoji","LottieContainer","LottieAnimation","Sticker$1","memo"],"mappings":";;;;AAQA,MAAMA,IAAmC,CAAC;AAAA,EACxC,OAAAC;AAAA,EACA,WAAAC;AAAA,EACA,MAAAC,IAAO;AAAA,EACP,SAAAC;AAAA,EACA,UAAAC,IAAW;AACb,MAAM;AACJ,QAAM,CAACC,GAAWC,CAAY,IAAIC,EAAS,EAAK,GAC1CC,IAAYC,EAA4B,IAAI;AAElD,EAAAC,EAAgB,MAAM;AACpB,IAAIF,EAAU,WACZA,EAAU,QAAQ,aAAa,CAAC,GAAG,CAAC,GAAG,EAAI;AAAA,EAE/C,GAAG,CAAE,CAAA;AAEC,QAAAG,IAAmBC,EAAY,MAAM;AACrC,IAACR,KAAUE,EAAa,EAAI;AAAA,EAAA,GAC/B,CAACF,CAAQ,CAAC,GAEPS,IAAmBD,EAAY,MAAM;AACrC,IAACR,KAAUE,EAAa,EAAK;AAAA,EAAA,GAChC,CAACF,CAAQ,CAAC,GAEPU,IAAcF,EAAY,MAAM;AAChC,IAAA,CAACR,KAAYD,KAAiBA;EAAA,GACjC,CAACC,GAAUD,CAAO,CAAC,GAEhBY,IAAiBC;AAAA,IACrB,OAAO;AAAA,MACL,MAAM;AAAA,MACN,UAAU;AAAA,MACV,UAAUX;AAAA,IAAA;AAAA,IAEZ,CAACA,CAAS;AAAA,EAAA;AAIV,SAAA,gBAAAY;AAAA,IAACC;AAAA,IAAA;AAAA,MACC,OAAOhB;AAAA,MACP,WAAWE;AAAA,MACX,cAAcO;AAAA,MACd,cAAcE;AAAA,MACd,SAASC;AAAA,MAER,UAAA;AAAA,QAAA,CAACT,KAAa,gBAAAc,EAACC,GAAY,EAAA,OAAOlB,GAAO,UAAMF,GAAA;AAAA,QAE/CC,KACC,gBAAAkB,EAACE,GAAgB,EAAA,OAAOnB,GACtB,UAAA,gBAAAiB;AAAA,UAACG;AAAA,UAAA;AAAA,YACC,KAAKd;AAAA,YACL,KAAKP;AAAA,YACL,OAAM;AAAA,YACN,QAAO;AAAA,YACP,UAAUc;AAAA,UAAA;AAAA,QAAA,GAEd;AAAA,MAAA;AAAA,IAAA;AAAA,EAAA;AAIR,GAEeQ,IAAAC,EAAKzB,CAAO;"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"constants.js","sources":["../../../../src/features/ui/stickers/constants.ts"],"sourcesContent":["export const STICKER_MIN_SIZE = 32;\nexport const STICKER_MAX_SIZE = 48;\n"],"names":["STICKER_MIN_SIZE","STICKER_MAX_SIZE"],"mappings":"AAAO,MAAMA,IAAmB,IACnBC,IAAmB;"}
|
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
import { keyframes as r, css as t } from "styled-components";
|
|
2
|
-
import { randomizeDuration as o } from "./stickers-utils.js";
|
|
3
|
-
const s = r`
|
|
4
|
-
0% {
|
|
5
|
-
transform: translateY(0vh);
|
|
6
|
-
opacity: 1;
|
|
7
|
-
}
|
|
8
|
-
100% {
|
|
9
|
-
transform: translateY(-100vh);
|
|
10
|
-
opacity: 0;
|
|
11
|
-
}
|
|
12
|
-
`, n = r`
|
|
13
|
-
0% {
|
|
14
|
-
transform: translateY(0vh);
|
|
15
|
-
opacity: 1;
|
|
16
|
-
}
|
|
17
|
-
100% {
|
|
18
|
-
transform: translateY(100vh);
|
|
19
|
-
opacity: 0;
|
|
20
|
-
}
|
|
21
|
-
`, e = r`
|
|
22
|
-
0% {
|
|
23
|
-
transform: translateX(var(--from-x)) translateY(var(--from-y)) scale(1);
|
|
24
|
-
opacity: 1;
|
|
25
|
-
}
|
|
26
|
-
100% {
|
|
27
|
-
transform: translateX(0vw) translateY(0vh) scale(1.25);
|
|
28
|
-
opacity: 0;
|
|
29
|
-
}
|
|
30
|
-
`, m = r`
|
|
31
|
-
0% {
|
|
32
|
-
transform: translateX(0) translateY(0vh);
|
|
33
|
-
opacity: 1;
|
|
34
|
-
}
|
|
35
|
-
35% {
|
|
36
|
-
transform: translateX(0) translateY(-50vh) scale(1.25);
|
|
37
|
-
opacity: 1;
|
|
38
|
-
}
|
|
39
|
-
60% {
|
|
40
|
-
transform: translateX(var(--from-x)) translateY(var(--from-y)) scale(1.25);
|
|
41
|
-
opacity: 0.75;
|
|
42
|
-
}
|
|
43
|
-
100% {
|
|
44
|
-
transform: translateX(var(--from-x)) translateY(-110vh) scale(1.25);
|
|
45
|
-
opacity: 0;
|
|
46
|
-
}
|
|
47
|
-
`, i = {
|
|
48
|
-
float_up: (a) => t`
|
|
49
|
-
animation: ${s} ${o(a)}ms ease-out forwards;
|
|
50
|
-
`,
|
|
51
|
-
fall_down: (a) => t`
|
|
52
|
-
animation: ${n} ${o(a)}ms ease-out forwards;
|
|
53
|
-
`,
|
|
54
|
-
burst_from_edges: (a) => t`
|
|
55
|
-
animation: ${e} ${o(a)}ms linear forwards;
|
|
56
|
-
`,
|
|
57
|
-
pop_expand: (a) => t`
|
|
58
|
-
animation: ${m} ${a}ms cubic-bezier(0.5, 0.1, 0.7, 1) forwards;
|
|
59
|
-
`
|
|
60
|
-
};
|
|
61
|
-
export {
|
|
62
|
-
i as effectAnimations
|
|
63
|
-
};
|
|
64
|
-
//# sourceMappingURL=stickers-effects.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"stickers-effects.js","sources":["../../../../src/features/ui/stickers/stickers-effects.ts"],"sourcesContent":["import type { StickersProps } from './stickers-types';\n\nimport { keyframes, css } from 'styled-components';\n\nimport { randomizeDuration } from './stickers-utils';\n\nconst floatUp = keyframes`\n 0% {\n transform: translateY(0vh);\n opacity: 1;\n }\n 100% {\n transform: translateY(-100vh);\n opacity: 0;\n }\n`;\n\nconst fallDown = keyframes`\n 0% {\n transform: translateY(0vh);\n opacity: 1;\n }\n 100% {\n transform: translateY(100vh);\n opacity: 0;\n }\n`;\n\nconst burstFromEdges = keyframes`\n 0% {\n transform: translateX(var(--from-x)) translateY(var(--from-y)) scale(1);\n opacity: 1;\n }\n 100% {\n transform: translateX(0vw) translateY(0vh) scale(1.25);\n opacity: 0;\n }\n`;\n\nconst popExpand = keyframes`\n 0% {\n transform: translateX(0) translateY(0vh);\n opacity: 1;\n }\n 35% {\n transform: translateX(0) translateY(-50vh) scale(1.25);\n opacity: 1;\n }\n 60% {\n transform: translateX(var(--from-x)) translateY(var(--from-y)) scale(1.25);\n opacity: 0.75;\n }\n 100% {\n transform: translateX(var(--from-x)) translateY(-110vh) scale(1.25);\n opacity: 0;\n }\n`;\n\nexport const effectAnimations: Record<\n StickersProps['effect'],\n (duration: number) => ReturnType<typeof css>\n> = {\n float_up: (duration: number) => css`\n animation: ${floatUp} ${randomizeDuration(duration)}ms ease-out forwards;\n `,\n fall_down: (duration: number) => css`\n animation: ${fallDown} ${randomizeDuration(duration)}ms ease-out forwards;\n `,\n burst_from_edges: (duration: number) => css`\n animation: ${burstFromEdges} ${randomizeDuration(duration)}ms linear forwards;\n `,\n pop_expand: (duration: number) => css`\n animation: ${popExpand} ${duration}ms cubic-bezier(0.5, 0.1, 0.7, 1) forwards;\n `,\n};\n"],"names":["floatUp","keyframes","fallDown","burstFromEdges","popExpand","effectAnimations","duration","css","randomizeDuration"],"mappings":";;AAMA,MAAMA,IAAUC;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,GAWVC,IAAWD;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,GAWXE,IAAiBF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,GAWjBG,IAAYH;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,GAmBLI,IAGT;AAAA,EACF,UAAU,CAACC,MAAqBC;AAAA,iBACjBP,CAAO,IAAIQ,EAAkBF,CAAQ,CAAC;AAAA;AAAA,EAErD,WAAW,CAACA,MAAqBC;AAAA,iBAClBL,CAAQ,IAAIM,EAAkBF,CAAQ,CAAC;AAAA;AAAA,EAEtD,kBAAkB,CAACA,MAAqBC;AAAA,iBACzBJ,CAAc,IAAIK,EAAkBF,CAAQ,CAAC;AAAA;AAAA,EAE5D,YAAY,CAACA,MAAqBC;AAAA,iBACnBH,CAAS,IAAIE,CAAQ;AAAA;AAEtC;"}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import $, { css as s } from "styled-components";
|
|
2
|
-
import { effectAnimations as n } from "./stickers-effects.js";
|
|
3
|
-
const h = $.div`
|
|
4
|
-
position: relative;
|
|
5
|
-
width: 100vw;
|
|
6
|
-
height: 100vh;
|
|
7
|
-
background: transparent;
|
|
8
|
-
pointer-events: none;
|
|
9
|
-
`, a = $.div`
|
|
10
|
-
position: absolute;
|
|
11
|
-
z-index: 10;
|
|
12
|
-
|
|
13
|
-
left: ${({ x: t }) => `${t}%`};
|
|
14
|
-
top: ${({ y: t }) => `${t}%`};
|
|
15
|
-
width: ${({ size: t }) => `${t}px`};
|
|
16
|
-
height: ${({ size: t }) => `${t}px`};
|
|
17
|
-
font-size: ${({ size: t }) => `${t}px`};
|
|
18
|
-
|
|
19
|
-
${({ effect: t, duration: i, fromX: o, fromY: e }) => o && e ? s`
|
|
20
|
-
${n[t](i)}
|
|
21
|
-
--from-x: ${o};
|
|
22
|
-
--from-y: ${e};
|
|
23
|
-
` : n[t](i)}
|
|
24
|
-
`;
|
|
25
|
-
export {
|
|
26
|
-
h as Container,
|
|
27
|
-
a as Sticker
|
|
28
|
-
};
|
|
29
|
-
//# sourceMappingURL=stickers-styled.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"stickers-styled.js","sources":["../../../../src/features/ui/stickers/stickers-styled.ts"],"sourcesContent":["import type { StickersProps } from './stickers-types';\n\nimport styled, { css } from 'styled-components';\n\nimport { effectAnimations } from './stickers-effects';\n\nexport const Container = styled.div`\n position: relative;\n width: 100vw;\n height: 100vh;\n background: transparent;\n pointer-events: none;\n`;\n\nexport const Sticker = styled.div<{\n effect: StickersProps['effect'];\n duration: number;\n fromX?: string;\n fromY?: string;\n x: number;\n y: number;\n size: number;\n}>`\n position: absolute;\n z-index: 10;\n\n left: ${({ x }) => `${x}%`};\n top: ${({ y }) => `${y}%`};\n width: ${({ size }) => `${size}px`};\n height: ${({ size }) => `${size}px`};\n font-size: ${({ size }) => `${size}px`};\n\n ${({ effect, duration, fromX, fromY }) =>\n fromX && fromY\n ? css`\n ${effectAnimations[effect](duration)}\n --from-x: ${fromX};\n --from-y: ${fromY};\n `\n : effectAnimations[effect](duration)}\n`;\n"],"names":["Container","styled","Sticker","x","y","size","effect","duration","fromX","fromY","css","effectAnimations"],"mappings":";;AAMO,MAAMA,IAAYC,EAAO;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,GAQnBC,IAAUD,EAAO;AAAA;AAAA;AAAA;AAAA,UAYpB,CAAC,EAAE,GAAAE,EAAQ,MAAA,GAAGA,CAAC,GAAG;AAAA,SACnB,CAAC,EAAE,GAAAC,EAAQ,MAAA,GAAGA,CAAC,GAAG;AAAA,WAChB,CAAC,EAAE,MAAAC,EAAW,MAAA,GAAGA,CAAI,IAAI;AAAA,YACxB,CAAC,EAAE,MAAAA,EAAW,MAAA,GAAGA,CAAI,IAAI;AAAA,eACtB,CAAC,EAAE,MAAAA,EAAW,MAAA,GAAGA,CAAI,IAAI;AAAA;AAAA,IAEpC,CAAC,EAAE,QAAAC,GAAQ,UAAAC,GAAU,OAAAC,GAAO,OAAAC,QAC5BD,KAASC,IACLC;AAAA,YACIC,EAAiBL,CAAM,EAAEC,CAAQ,CAAC;AAAA,sBACxBC,CAAK;AAAA,sBACLC,CAAK;AAAA,YAEnBE,EAAiBL,CAAM,EAAEC,CAAQ,CAAC;AAAA;"}
|
|
@@ -1,91 +0,0 @@
|
|
|
1
|
-
const f = (n, s) => {
|
|
2
|
-
const t = Math.ceil(s / 4), r = Math.floor(n / t), d = n % t, M = ["top", "right", "bottom", "left"][r] ?? "left", h = (d + 0.5) / t * 100, i = (Math.random() - 0.5) * 25, o = Math.min(Math.max(h + i, 0), 100), a = 45 + Math.random() * 10, e = 45 + Math.random() * 10;
|
|
3
|
-
let l = 0, m = 0;
|
|
4
|
-
switch (M) {
|
|
5
|
-
case "top":
|
|
6
|
-
l = o - a, m = -e + i;
|
|
7
|
-
break;
|
|
8
|
-
case "right":
|
|
9
|
-
l = 100 - a + i, m = o - e;
|
|
10
|
-
break;
|
|
11
|
-
case "bottom":
|
|
12
|
-
l = o - a, m = 100 - e + i;
|
|
13
|
-
break;
|
|
14
|
-
case "left":
|
|
15
|
-
l = -a + i, m = o - e;
|
|
16
|
-
break;
|
|
17
|
-
}
|
|
18
|
-
return {
|
|
19
|
-
fromX: `${l}vw`,
|
|
20
|
-
fromY: `${m}vh`,
|
|
21
|
-
x: a,
|
|
22
|
-
y: e
|
|
23
|
-
};
|
|
24
|
-
}, g = (n, s = 10) => {
|
|
25
|
-
const t = [];
|
|
26
|
-
let r = 0;
|
|
27
|
-
const d = n;
|
|
28
|
-
for (; t.length < n && r < d; ) {
|
|
29
|
-
const c = Math.floor(Math.random() * (100 - 2 * s) + s);
|
|
30
|
-
t.every((M) => Math.abs(M - c) >= s) && t.push(c), r++;
|
|
31
|
-
}
|
|
32
|
-
for (; t.length < n; )
|
|
33
|
-
t.push(Math.floor(Math.random() * (100 - 2 * s) + s));
|
|
34
|
-
return t;
|
|
35
|
-
};
|
|
36
|
-
function x({
|
|
37
|
-
count: n,
|
|
38
|
-
effect: s,
|
|
39
|
-
stickers: t,
|
|
40
|
-
minSize: r,
|
|
41
|
-
maxSize: d
|
|
42
|
-
}) {
|
|
43
|
-
const c = 100 / n * 2, M = () => Math.random() * (d - r) + r, h = [], i = ["float_up", "fall_down"].includes(s) ? g(n, c) : [];
|
|
44
|
-
for (let o = 0; o < n; o++) {
|
|
45
|
-
const a = t[o % t.length] ?? "", e = M();
|
|
46
|
-
if (s === "float_up")
|
|
47
|
-
h.push({
|
|
48
|
-
id: o,
|
|
49
|
-
sticker: a,
|
|
50
|
-
x: i[o],
|
|
51
|
-
y: 110 + (Math.random() - 0.5) * e,
|
|
52
|
-
size: e
|
|
53
|
-
});
|
|
54
|
-
else if (s === "fall_down")
|
|
55
|
-
h.push({
|
|
56
|
-
id: o,
|
|
57
|
-
sticker: a,
|
|
58
|
-
x: i[o],
|
|
59
|
-
y: -10 + (Math.random() - 0.5) * e,
|
|
60
|
-
size: e
|
|
61
|
-
});
|
|
62
|
-
else if (s === "burst_from_edges") {
|
|
63
|
-
const { x: l, y: m, fromX: p, fromY: u } = f(o, n);
|
|
64
|
-
h.push({ id: o, sticker: a, x: l, y: m, fromX: p, fromY: u, size: e });
|
|
65
|
-
} else s === "pop_expand" ? h.push({
|
|
66
|
-
id: o,
|
|
67
|
-
sticker: a,
|
|
68
|
-
x: 50,
|
|
69
|
-
y: 100,
|
|
70
|
-
fromX: `${(Math.random() - 0.5) * 27.5}vw`,
|
|
71
|
-
fromY: `${-50 - Math.random() * 27.5}vh`,
|
|
72
|
-
size: e
|
|
73
|
-
}) : h.push({
|
|
74
|
-
id: o,
|
|
75
|
-
sticker: a,
|
|
76
|
-
x: Math.random() * 100,
|
|
77
|
-
y: Math.random() * 100,
|
|
78
|
-
size: e
|
|
79
|
-
});
|
|
80
|
-
}
|
|
81
|
-
return h;
|
|
82
|
-
}
|
|
83
|
-
const v = (n, s = 0.2) => {
|
|
84
|
-
const t = n * s, r = n - t, d = n + t;
|
|
85
|
-
return Math.floor(Math.random() * (d - r + 1)) + r;
|
|
86
|
-
};
|
|
87
|
-
export {
|
|
88
|
-
x as generateStickerData,
|
|
89
|
-
v as randomizeDuration
|
|
90
|
-
};
|
|
91
|
-
//# sourceMappingURL=stickers-utils.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"stickers-utils.js","sources":["../../../../src/features/ui/stickers/stickers-utils.ts"],"sourcesContent":["import type { StickerDatum, StickersProps } from './stickers-types';\n\nconst getBurstPosition = (\n index: number,\n total: number,\n): {\n fromX: string;\n fromY: string;\n x: number;\n y: number;\n} => {\n const countPerSide = Math.ceil(total / 4);\n const sideIndex = Math.floor(index / countPerSide);\n const pos = index % countPerSide;\n\n const sides = ['top', 'right', 'bottom', 'left'] as const;\n const side = sides[sideIndex] ?? 'left';\n\n const basePercent = ((pos + 0.5) / countPerSide) * 100;\n const jitter = (Math.random() - 0.5) * 25;\n const edgePercent = Math.min(Math.max(basePercent + jitter, 0), 100);\n\n const centerX = 45 + Math.random() * 10;\n const centerY = 45 + Math.random() * 10;\n\n let fromX = 0;\n let fromY = 0;\n\n switch (side) {\n case 'top':\n fromX = edgePercent - centerX;\n fromY = -centerY + jitter;\n break;\n case 'right':\n fromX = 100 - centerX + jitter;\n fromY = edgePercent - centerY;\n break;\n case 'bottom':\n fromX = edgePercent - centerX;\n fromY = 100 - centerY + jitter;\n break;\n case 'left':\n fromX = -centerX + jitter;\n fromY = edgePercent - centerY;\n break;\n }\n\n return {\n fromX: `${fromX}vw`,\n fromY: `${fromY}vh`,\n x: centerX,\n y: centerY,\n };\n};\n\nconst getRandomNonOverlappingPositions = (count: number, buffer = 10): number[] => {\n const used: number[] = [];\n let attempts = 0;\n const maxAttempts = count;\n\n while (used.length < count && attempts < maxAttempts) {\n const value = Math.floor(Math.random() * (100 - 2 * buffer) + buffer);\n\n if (used.every(v => Math.abs(v - value) >= buffer)) {\n used.push(value);\n }\n attempts++;\n }\n\n while (used.length < count) {\n used.push(Math.floor(Math.random() * (100 - 2 * buffer) + buffer));\n }\n\n return used;\n};\n\nexport function generateStickerData({\n count,\n effect,\n stickers,\n minSize,\n maxSize,\n}: {\n count: number;\n effect: StickersProps['effect'];\n stickers: string[];\n minSize: number;\n maxSize: number;\n}): StickerDatum[] {\n const buffer = (100 / count) * 2;\n const getSize = () => Math.random() * (maxSize - minSize) + minSize;\n const result: StickerDatum[] = [];\n const xPositions = ['float_up', 'fall_down'].includes(effect)\n ? getRandomNonOverlappingPositions(count, buffer)\n : [];\n\n for (let i = 0; i < count; i++) {\n const sticker = stickers[i % stickers.length] ?? '';\n const size = getSize();\n\n if (effect === 'float_up') {\n result.push({\n id: i,\n sticker,\n x: xPositions[i]!,\n y: 110 + (Math.random() - 0.5) * size,\n size,\n });\n } else if (effect === 'fall_down') {\n result.push({\n id: i,\n sticker,\n x: xPositions[i]!,\n y: -10 + (Math.random() - 0.5) * size,\n size,\n });\n } else if (effect === 'burst_from_edges') {\n const { x, y, fromX, fromY } = getBurstPosition(i, count);\n\n result.push({ id: i, sticker, x, y, fromX, fromY, size });\n } else if (effect === 'pop_expand') {\n result.push({\n id: i,\n sticker,\n x: 50,\n y: 100,\n fromX: `${(Math.random() - 0.5) * 27.5}vw`,\n fromY: `${-50 - Math.random() * 27.5}vh`,\n size,\n });\n } else {\n result.push({\n id: i,\n sticker,\n x: Math.random() * 100,\n y: Math.random() * 100,\n size,\n });\n }\n }\n\n return result;\n}\n\nexport const randomizeDuration = (base: number, variancePercent = 0.2): number => {\n const delta = base * variancePercent;\n const min = base - delta;\n const max = base + delta;\n\n return Math.floor(Math.random() * (max - min + 1)) + min;\n};\n"],"names":["getBurstPosition","index","total","countPerSide","sideIndex","pos","side","basePercent","jitter","edgePercent","centerX","centerY","fromX","fromY","getRandomNonOverlappingPositions","count","buffer","used","attempts","maxAttempts","value","v","generateStickerData","effect","stickers","minSize","maxSize","getSize","result","xPositions","i","sticker","size","x","y","randomizeDuration","base","variancePercent","delta","min","max"],"mappings":"AAEA,MAAMA,IAAmB,CACvBC,GACAC,MAMG;AACH,QAAMC,IAAe,KAAK,KAAKD,IAAQ,CAAC,GAClCE,IAAY,KAAK,MAAMH,IAAQE,CAAY,GAC3CE,IAAMJ,IAAQE,GAGdG,IADQ,CAAC,OAAO,SAAS,UAAU,MAAM,EAC5BF,CAAS,KAAK,QAE3BG,KAAgBF,IAAM,OAAOF,IAAgB,KAC7CK,KAAU,KAAK,OAAO,IAAI,OAAO,IACjCC,IAAc,KAAK,IAAI,KAAK,IAAIF,IAAcC,GAAQ,CAAC,GAAG,GAAG,GAE7DE,IAAU,KAAK,KAAK,OAAA,IAAW,IAC/BC,IAAU,KAAK,KAAK,OAAA,IAAW;AAErC,MAAIC,IAAQ,GACRC,IAAQ;AAEZ,UAAQP,GAAM;AAAA,IACZ,KAAK;AACH,MAAAM,IAAQH,IAAcC,GACtBG,IAAQ,CAACF,IAAUH;AACnB;AAAA,IACF,KAAK;AACH,MAAAI,IAAQ,MAAMF,IAAUF,GACxBK,IAAQJ,IAAcE;AACtB;AAAA,IACF,KAAK;AACH,MAAAC,IAAQH,IAAcC,GACtBG,IAAQ,MAAMF,IAAUH;AACxB;AAAA,IACF,KAAK;AACH,MAAAI,IAAQ,CAACF,IAAUF,GACnBK,IAAQJ,IAAcE;AACtB;AAAA,EACJ;AAEO,SAAA;AAAA,IACL,OAAO,GAAGC,CAAK;AAAA,IACf,OAAO,GAAGC,CAAK;AAAA,IACf,GAAGH;AAAA,IACH,GAAGC;AAAA,EAAA;AAEP,GAEMG,IAAmC,CAACC,GAAeC,IAAS,OAAiB;AACjF,QAAMC,IAAiB,CAAA;AACvB,MAAIC,IAAW;AACf,QAAMC,IAAcJ;AAEpB,SAAOE,EAAK,SAASF,KAASG,IAAWC,KAAa;AAC9C,UAAAC,IAAQ,KAAK,MAAM,KAAK,YAAY,MAAM,IAAIJ,KAAUA,CAAM;AAEhE,IAAAC,EAAK,MAAM,CAAKI,MAAA,KAAK,IAAIA,IAAID,CAAK,KAAKJ,CAAM,KAC/CC,EAAK,KAAKG,CAAK,GAEjBF;AAAA,EACF;AAEO,SAAAD,EAAK,SAASF;AACd,IAAAE,EAAA,KAAK,KAAK,MAAM,KAAK,YAAY,MAAM,IAAID,KAAUA,CAAM,CAAC;AAG5D,SAAAC;AACT;AAEO,SAASK,EAAoB;AAAA,EAClC,OAAAP;AAAA,EACA,QAAAQ;AAAA,EACA,UAAAC;AAAA,EACA,SAAAC;AAAA,EACA,SAAAC;AACF,GAMmB;AACX,QAAAV,IAAU,MAAMD,IAAS,GACzBY,IAAU,MAAM,KAAK,OAAO,KAAKD,IAAUD,KAAWA,GACtDG,IAAyB,CAAA,GACzBC,IAAa,CAAC,YAAY,WAAW,EAAE,SAASN,CAAM,IACxDT,EAAiCC,GAAOC,CAAM,IAC9C,CAAA;AAEJ,WAASc,IAAI,GAAGA,IAAIf,GAAOe,KAAK;AAC9B,UAAMC,IAAUP,EAASM,IAAIN,EAAS,MAAM,KAAK,IAC3CQ,IAAOL;AAEb,QAAIJ,MAAW;AACb,MAAAK,EAAO,KAAK;AAAA,QACV,IAAIE;AAAA,QACJ,SAAAC;AAAA,QACA,GAAGF,EAAWC,CAAC;AAAA,QACf,GAAG,OAAO,KAAK,WAAW,OAAOE;AAAA,QACjC,MAAAA;AAAA,MAAA,CACD;AAAA,aACQT,MAAW;AACpB,MAAAK,EAAO,KAAK;AAAA,QACV,IAAIE;AAAA,QACJ,SAAAC;AAAA,QACA,GAAGF,EAAWC,CAAC;AAAA,QACf,GAAG,OAAO,KAAK,OAAA,IAAW,OAAOE;AAAA,QACjC,MAAAA;AAAA,MAAA,CACD;AAAA,aACQT,MAAW,oBAAoB;AAClC,YAAA,EAAE,GAAAU,GAAG,GAAAC,GAAG,OAAAtB,GAAO,OAAAC,MAAUb,EAAiB8B,GAAGf,CAAK;AAEjD,MAAAa,EAAA,KAAK,EAAE,IAAIE,GAAG,SAAAC,GAAS,GAAAE,GAAG,GAAAC,GAAG,OAAAtB,GAAO,OAAAC,GAAO,MAAAmB,EAAM,CAAA;AAAA,IAAA,MAC1D,CAAWT,MAAW,eACpBK,EAAO,KAAK;AAAA,MACV,IAAIE;AAAA,MACJ,SAAAC;AAAA,MACA,GAAG;AAAA,MACH,GAAG;AAAA,MACH,OAAO,IAAI,KAAK,OAAO,IAAI,OAAO,IAAI;AAAA,MACtC,OAAO,GAAG,MAAM,KAAK,WAAW,IAAI;AAAA,MACpC,MAAAC;AAAA,IAAA,CACD,IAEDJ,EAAO,KAAK;AAAA,MACV,IAAIE;AAAA,MACJ,SAAAC;AAAA,MACA,GAAG,KAAK,OAAA,IAAW;AAAA,MACnB,GAAG,KAAK,OAAA,IAAW;AAAA,MACnB,MAAAC;AAAA,IAAA,CACD;AAAA,EAEL;AAEO,SAAAJ;AACT;AAEO,MAAMO,IAAoB,CAACC,GAAcC,IAAkB,QAAgB;AAChF,QAAMC,IAAQF,IAAOC,GACfE,IAAMH,IAAOE,GACbE,IAAMJ,IAAOE;AAEZ,SAAA,KAAK,MAAM,KAAK,OAAA,KAAYE,IAAMD,IAAM,EAAE,IAAIA;AACvD;"}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { jsx as a } from "react/jsx-runtime";
|
|
2
|
-
import { memo as E, useState as I, useLayoutEffect as l } from "react";
|
|
3
|
-
import { STICKER_MIN_SIZE as x, STICKER_MAX_SIZE as D } from "./constants.js";
|
|
4
|
-
import { Container as T, Sticker as _ } from "./stickers-styled.js";
|
|
5
|
-
import { generateStickerData as z } from "./stickers-utils.js";
|
|
6
|
-
const C = ({ stickers: i, effect: t, count: m, duration: r }) => {
|
|
7
|
-
const [c, s] = I([]);
|
|
8
|
-
return l(() => {
|
|
9
|
-
const e = z({
|
|
10
|
-
count: m,
|
|
11
|
-
effect: t,
|
|
12
|
-
stickers: i,
|
|
13
|
-
minSize: x,
|
|
14
|
-
maxSize: D
|
|
15
|
-
});
|
|
16
|
-
s(e);
|
|
17
|
-
const o = setTimeout(() => s([]), r);
|
|
18
|
-
return () => clearTimeout(o);
|
|
19
|
-
}, [i, t, m, r]), /* @__PURE__ */ a(T, { children: c.map((e) => {
|
|
20
|
-
const { id: o, sticker: n, x: S, y: k, size: p, fromX: u, fromY: f } = e;
|
|
21
|
-
return /* @__PURE__ */ a(
|
|
22
|
-
_,
|
|
23
|
-
{
|
|
24
|
-
effect: t,
|
|
25
|
-
duration: r,
|
|
26
|
-
fromX: u,
|
|
27
|
-
fromY: f,
|
|
28
|
-
x: S,
|
|
29
|
-
y: k,
|
|
30
|
-
size: p,
|
|
31
|
-
children: n
|
|
32
|
-
},
|
|
33
|
-
o
|
|
34
|
-
);
|
|
35
|
-
}) });
|
|
36
|
-
}, R = E(C);
|
|
37
|
-
export {
|
|
38
|
-
R as default
|
|
39
|
-
};
|
|
40
|
-
//# sourceMappingURL=stickers.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"stickers.js","sources":["../../../../src/features/ui/stickers/stickers.tsx"],"sourcesContent":["import type { StickerDatum, StickersProps } from './stickers-types';\n\nimport React, { memo, useLayoutEffect, useState } from 'react';\n\nimport { STICKER_MAX_SIZE, STICKER_MIN_SIZE } from './constants';\nimport { Container, Sticker } from './stickers-styled';\nimport { generateStickerData } from './stickers-utils';\n\nconst Stickers: React.FC<StickersProps> = ({ stickers, effect, count, duration }) => {\n const [stickersData, setStickersData] = useState<ReturnType<typeof generateStickerData>>([]);\n\n useLayoutEffect(() => {\n const stickerData = generateStickerData({\n count,\n effect,\n stickers,\n minSize: STICKER_MIN_SIZE,\n maxSize: STICKER_MAX_SIZE,\n });\n\n setStickersData(stickerData);\n\n const timeout = setTimeout(() => setStickersData([]), duration);\n\n return () => clearTimeout(timeout);\n }, [stickers, effect, count, duration]);\n\n return (\n <Container>\n {stickersData.map((data: StickerDatum) => {\n const { id, sticker, x, y, size, fromX, fromY } = data;\n\n return (\n <Sticker\n key={id}\n effect={effect}\n duration={duration}\n fromX={fromX}\n fromY={fromY}\n x={x}\n y={y}\n size={size}\n >\n {sticker}\n </Sticker>\n );\n })}\n </Container>\n );\n};\n\nexport default memo(Stickers);\n"],"names":["Stickers","stickers","effect","count","duration","stickersData","setStickersData","useState","useLayoutEffect","stickerData","generateStickerData","STICKER_MIN_SIZE","STICKER_MAX_SIZE","timeout","jsx","Container","data","id","sticker","x","y","size","fromX","fromY","Sticker","memo"],"mappings":";;;;;AAQA,MAAMA,IAAoC,CAAC,EAAE,UAAAC,GAAU,QAAAC,GAAQ,OAAAC,GAAO,UAAAC,QAAe;AACnF,QAAM,CAACC,GAAcC,CAAe,IAAIC,EAAiD,CAAE,CAAA;AAE3F,SAAAC,EAAgB,MAAM;AACpB,UAAMC,IAAcC,EAAoB;AAAA,MACtC,OAAAP;AAAA,MACA,QAAAD;AAAA,MACA,UAAAD;AAAA,MACA,SAASU;AAAA,MACT,SAASC;AAAA,IAAA,CACV;AAED,IAAAN,EAAgBG,CAAW;AAE3B,UAAMI,IAAU,WAAW,MAAMP,EAAgB,CAAE,CAAA,GAAGF,CAAQ;AAEvD,WAAA,MAAM,aAAaS,CAAO;AAAA,KAChC,CAACZ,GAAUC,GAAQC,GAAOC,CAAQ,CAAC,GAGnC,gBAAAU,EAAAC,GAAA,EACE,UAAaV,EAAA,IAAI,CAACW,MAAuB;AAClC,UAAA,EAAE,IAAAC,GAAI,SAAAC,GAAS,GAAAC,GAAG,GAAAC,GAAG,MAAAC,GAAM,OAAAC,GAAO,OAAAC,EAAU,IAAAP;AAGhD,WAAA,gBAAAF;AAAA,MAACU;AAAA,MAAA;AAAA,QAEC,QAAAtB;AAAA,QACA,UAAAE;AAAA,QACA,OAAAkB;AAAA,QACA,OAAAC;AAAA,QACA,GAAAJ;AAAA,QACA,GAAAC;AAAA,QACA,MAAAC;AAAA,QAEC,UAAAH;AAAA,MAAA;AAAA,MATID;AAAA,IAAA;AAAA,EAYV,CAAA,EACH,CAAA;AAEJ,GAEehB,IAAAwB,EAAKzB,CAAQ;"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"native.js","sources":["../../../../../node_modules/uuid/dist/esm-browser/native.js"],"sourcesContent":["const randomUUID = typeof crypto !== 'undefined' && crypto.randomUUID && crypto.randomUUID.bind(crypto);\nexport default {\n randomUUID\n};"],"names":["randomUUID","native"],"mappings":"AAAA,MAAMA,IAAa,OAAO,SAAW,OAAe,OAAO,cAAc,OAAO,WAAW,KAAK,MAAM,GACvFC,IAAA;AAAA,EACb,YAAAD;AACF;","x_google_ignoreList":[0]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="96" height="96" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M76.6726 23.7512C73.3996 17.6123 68.1301 12.4004 61.1789 12.4004H54.021C47.0698 12.4004 41.8003 17.6123 38.5273 23.7512C35.8589 28.756 34.0807 35.0817 33.4531 42.0004H30.8804L30.2875 40.641C29.6096 39.0875 28.1022 38.0658 26.4179 38.0035L26.2546 38.0004H18.4C16.9158 38.0004 15.5316 38.7486 14.7187 39.9902C13.9058 41.2318 13.7737 42.7996 14.3671 44.1598L15.6 46.9848V48.2152L14.3671 51.041C13.7737 52.4012 13.9058 53.9689 14.7187 55.2105C15.5316 56.4522 16.9158 57.2004 18.4 57.2004H26.2546C28.0042 57.2003 29.5877 56.1633 30.2875 54.5598L30.8804 53.2004H33.4531C34.0807 60.1191 35.8589 66.4447 38.5273 71.4496C41.8003 77.5885 47.0698 82.8004 54.021 82.8004H61.1789C68.1301 82.8004 73.3996 77.5885 76.6726 71.4496C80.0466 65.1212 82 56.6814 82 47.6004C82 38.5194 80.0466 30.0796 76.6726 23.7512Z" fill="#00E573" stroke="#0D0D0D" stroke-width="0.8" stroke-linejoin="round"/><path d="M70.4422 47.6008C70.4422 64.6111 63.0902 78.4008 54.0212 78.4008C44.9521 78.4008 37.6001 64.6111 37.6001 47.6008C37.6001 30.5904 44.9521 16.8008 54.0212 16.8008C63.0902 16.8008 70.4422 30.5904 70.4422 47.6008Z" fill="#00E573"/><path d="M61.179 78.4008C70.2481 78.4008 77.6001 64.6111 77.6001 47.6008C77.6001 30.5904 70.2481 16.8008 61.179 16.8008H54.0212C63.0902 16.8008 70.4422 30.5904 70.4422 47.6008C70.4422 64.6111 63.0902 78.4008 54.0212 78.4008H61.179Z" fill="#00E573"/><path d="M54.0212 78.4008C63.0902 78.4008 70.4422 64.6111 70.4422 47.6008C70.4422 30.5904 63.0902 16.8008 54.0212 16.8008M54.0212 78.4008C44.9521 78.4008 37.6001 64.6111 37.6001 47.6008C37.6001 30.5904 44.9521 16.8008 54.0212 16.8008M54.0212 78.4008H61.179C70.2481 78.4008 77.6001 64.6111 77.6001 47.6008C77.6001 30.5904 70.2481 16.8008 61.179 16.8008H54.0212" stroke="#0D0D0D" stroke-width="0.8"/><path d="M64.7999 47.5992C64.7999 61.075 59.7855 71.9992 53.5999 71.9992C47.4143 71.9992 42.3999 61.075 42.3999 47.5992C42.3999 34.1235 47.4143 23.1992 53.5999 23.1992C59.7855 23.1992 64.7999 34.1235 64.7999 47.5992Z" fill="#0D0D0D" stroke="#0D0D0D" stroke-width="0.8"/><path d="M60.0002 47.5996C60.0002 57.5407 57.1348 65.5996 53.6002 65.5996C50.0656 65.5996 47.2002 57.5407 47.2002 47.5996C47.2002 37.6585 50.0656 29.5996 53.6002 29.5996C57.1348 29.5996 60.0002 37.6585 60.0002 47.5996Z" fill="#00E573" stroke="#0D0D0D" stroke-width="0.8"/><path d="M55.2 47.5992C55.2 50.0293 54.4837 51.9992 53.6 51.9992C52.7163 51.9992 52 50.0293 52 47.5992C52 45.1692 52.7163 43.1992 53.6 43.1992C54.4837 43.1992 55.2 45.1692 55.2 47.5992Z" fill="#0D0D0D" stroke="#0D0D0D" stroke-width="0.8"/><rect x="20" y="46.4004" width="33.6" height="2.4" fill="#00E573" stroke="#0D0D0D" stroke-width="0.8"/><path d="M20.1454 46.4004H27.9999L26.2544 42.4004H18.3999L20.1454 46.4004Z" fill="#0D0D0D" stroke="#0D0D0D" stroke-width="0.8"/><path d="M20.1454 48.8008H27.9999L26.2544 52.8008H18.3999L20.1454 48.8008Z" fill="#0D0D0D" stroke="#0D0D0D" stroke-width="0.8"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="64" height="64" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M26.3359 10.7246C30.6467 10.7246 34.2078 13.6438 35.2892 17.5482C35.3815 17.8813 35.6993 18.122 36.0518 18.122H53.2431C55.4028 18.122 57.1536 19.8728 57.1536 22.0324V49.3645C57.1536 51.5241 55.4028 53.2749 53.2431 53.2749H10.7561C8.59647 53.2749 6.8457 51.5241 6.8457 49.3645V20.8257C6.8457 19.3325 8.05618 18.122 9.54938 18.122H9.77153C10.6708 18.122 11.3997 17.393 11.3997 16.4938C11.3997 15.1233 12.5107 14.0123 13.8812 14.0123H14.7363C15.4085 14.0123 15.9535 13.4673 15.9535 12.7951C15.9535 11.6516 16.8805 10.7246 18.024 10.7246H26.3359ZM34.878 17.662C33.8457 13.9348 30.447 11.1513 26.3359 11.1513H18.024C17.1161 11.1513 16.3802 11.8872 16.3802 12.7951C16.3802 13.703 15.6442 14.439 14.7363 14.439H13.8812C12.7464 14.439 11.8264 15.3589 11.8264 16.4938C11.8264 17.6287 10.9064 18.5487 9.77153 18.5487H9.54938C8.29182 18.5487 7.27237 19.5681 7.27237 20.8257V49.3645C7.27237 51.2885 8.83211 52.8482 10.7561 52.8482H53.2431C55.1672 52.8482 56.7269 51.2885 56.7269 49.3645V22.0324C56.7269 20.1084 55.1672 18.5487 53.2431 18.5487H36.0518C35.511 18.5487 35.0224 18.1833 34.878 17.662Z" fill="#0D0D0D"/><path d="M26.3359 11.1513C30.447 11.1513 33.8457 13.9348 34.878 17.662C35.0224 18.1833 35.511 18.5487 36.0518 18.5487H53.2431C55.1672 18.5487 56.7269 20.1084 56.7269 22.0324V49.3645C56.7269 51.2885 55.1672 52.8482 53.2431 52.8482H10.7561C8.83211 52.8482 7.27237 51.2885 7.27237 49.3645V20.8257C7.27237 19.5681 8.29182 18.5487 9.54938 18.5487H9.77153C10.9064 18.5487 11.8264 17.6287 11.8264 16.4938C11.8264 15.3589 12.7464 14.439 13.8812 14.439H14.7363C15.6442 14.439 16.3802 13.703 16.3802 12.7951C16.3802 11.8872 17.1161 11.1513 18.024 11.1513H26.3359Z" fill="#00E573"/><path fill-rule="evenodd" clip-rule="evenodd" d="M26.5504 14.3201H19.7887V17.5889H15.2272V21.6567H10.728L10.728 49.6789L53.4934 49.6789V21.3865H36.3623C34.5291 21.3865 32.9482 22.4663 32.2207 24.0246V20.0404C32.2207 16.883 29.6839 14.3201 26.5504 14.3201ZM15.2272 22.0834V40.0432H26.48C29.4111 40.0432 31.7864 42.4137 31.7864 45.3368H31.7942V47.3863C31.0703 45.8192 29.4846 44.7317 27.645 44.7317H11.1547V22.0834H15.2272ZM32.2209 25.9546C32.2209 23.6674 34.075 21.8132 36.3623 21.8132H53.0667V44.7317H36.3624C34.5292 44.7317 32.9483 45.8115 32.2209 47.3697L32.221 26.2248L32.2209 26.1939V25.9546ZM53.0667 49.2523H32.2213C32.2467 46.9869 34.091 45.1583 36.3624 45.1583H53.0667V49.2523ZM27.645 45.1584C29.9164 45.1584 31.7607 46.9869 31.7861 49.2523L11.1547 49.2523V45.1584H27.645ZM19.7887 18.0156H15.6539V21.6567V22.0834V39.6165H26.48C28.8764 39.6165 30.9298 41.0837 31.7864 43.1673V41.7784C31.6374 38.9879 29.3484 36.7744 26.5504 36.7744H19.7887V22.0834V21.6567V18.0156ZM31.7864 39.8685C30.9322 37.8017 28.9106 36.3477 26.5504 36.3477H20.2154V22.0834V21.6567V14.7468H26.5504C29.4446 14.7468 31.7941 17.115 31.7941 20.0404V21.7437C30.9483 19.5832 28.9357 18.0557 26.5741 18.0557H23.314V18.4824H26.5741C29.3496 18.4824 31.6363 20.7885 31.7864 23.7161V24.2776V25.1691C30.9339 23.1624 28.9194 21.7544 26.5741 21.7544H23.314V22.1811H26.5741C29.3635 22.1811 31.6368 24.329 31.7864 27.0271V30.511C30.9339 28.5043 28.9194 27.0964 26.5741 27.0964H23.314V27.523H26.5741C29.3635 27.523 31.6368 29.6709 31.7864 32.369V34.6213C30.9339 32.6146 28.9194 31.2066 26.5741 31.2066H23.314V31.6333H26.5741C29.3635 31.6333 31.6368 33.7812 31.7864 36.4793V39.8685Z" fill="#0D0D0D"/><path fill-rule="evenodd" clip-rule="evenodd" d="M46.4715 30.6891L41.5641 36.4319L41.1886 36.2933C41.1886 34.8878 40.1797 33.693 38.7911 33.3401L38.8962 32.9266C40.2816 33.2787 41.3525 34.3852 41.5734 35.7643L46.1472 30.4119L46.4715 30.6891Z" fill="#0D0D0D"/><path fill-rule="evenodd" clip-rule="evenodd" d="M36.0179 33.4219C36.0179 29.7694 38.9788 26.8086 42.6312 26.8086C46.2837 26.8086 49.2446 29.7694 49.2446 33.4219C49.2446 37.0743 46.2837 40.0352 42.6312 40.0352C38.9788 40.0352 36.0179 37.0743 36.0179 33.4219Z" fill="#0D0D0D"/><path d="M27.645 45.1584C29.9164 45.1584 31.7607 46.9869 31.7861 49.2523L11.1547 49.2523V45.1584H27.645Z" fill="#0D0D0D"/><path d="M53.0667 49.2523H32.2213C32.2467 46.9869 34.091 45.1583 36.3624 45.1583H53.0667V49.2523Z" fill="#0D0D0D"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="81" height="80" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M33.5864 13.4062C38.9748 13.4062 43.4263 17.0552 44.778 21.9357C44.8933 22.3521 45.2906 22.653 45.7313 22.653H67.2204C69.92 22.653 72.1085 24.8414 72.1085 27.541V61.7061C72.1085 64.4057 69.92 66.5941 67.2204 66.5941H14.1117C11.4121 66.5941 9.22363 64.4057 9.22363 61.7061V26.0326C9.22363 24.1661 10.7367 22.653 12.6032 22.653H12.8809C14.005 22.653 14.9162 21.7418 14.9162 20.6177C14.9162 18.9046 16.3049 17.5158 18.0181 17.5158H19.0869C19.9272 17.5158 20.6084 16.8347 20.6084 15.9944C20.6084 14.565 21.7671 13.4062 23.1965 13.4062H33.5864ZM44.264 22.078C42.9737 17.419 38.7252 13.9396 33.5864 13.9396H23.1965C22.0617 13.9396 21.1417 14.8595 21.1417 15.9944C21.1417 17.1292 20.2217 18.0492 19.0869 18.0492H18.0181C16.5995 18.0492 15.4495 19.1992 15.4495 20.6177C15.4495 22.0363 14.2995 23.1863 12.8809 23.1863H12.6032C11.0313 23.1863 9.75697 24.4606 9.75697 26.0326V61.7061C9.75697 64.1111 11.7066 66.0608 14.1117 66.0608H67.2204C69.6255 66.0608 71.5751 64.1111 71.5751 61.7061V27.541C71.5751 25.136 69.6255 23.1863 67.2204 23.1863H45.7313C45.0552 23.1863 44.4445 22.7296 44.264 22.078Z" fill="#0D0D0D"/><path d="M33.5864 13.9396C38.7252 13.9396 42.9737 17.419 44.264 22.078C44.4445 22.7296 45.0552 23.1863 45.7313 23.1863H67.2204C69.6255 23.1863 71.5751 25.136 71.5751 27.541V61.7061C71.5751 64.1111 69.6255 66.0608 67.2204 66.0608H14.1117C11.7066 66.0608 9.75697 64.1111 9.75697 61.7061V26.0326C9.75697 24.4606 11.0313 23.1863 12.6032 23.1863H12.8809C14.2995 23.1863 15.4495 22.0363 15.4495 20.6177C15.4495 19.1992 16.5995 18.0492 18.0181 18.0492H19.0869C20.2217 18.0492 21.1417 17.1292 21.1417 15.9944C21.1417 14.8595 22.0617 13.9396 23.1965 13.9396H33.5864Z" fill="#FF884C"/><path fill-rule="evenodd" clip-rule="evenodd" d="M33.8545 17.9007H25.4024V21.9866H19.7005V27.0714H14.0766L14.0766 62.0992L67.5332 62.0992V26.7337H46.1193C43.8279 26.7337 41.8517 28.0834 40.9424 30.0312V25.0509C40.9424 21.1042 37.7714 17.9007 33.8545 17.9007ZM19.7005 27.6047V50.0545H33.7665C37.4304 50.0545 40.3995 53.0176 40.3995 56.6714H40.4093V59.2334C39.5044 57.2744 37.5223 55.9151 35.2227 55.9151H14.6099V27.6047H19.7005ZM40.9426 32.4437C40.9426 29.5847 43.2603 27.267 46.1193 27.267H66.9999V55.9151H46.1195C43.8281 55.9151 41.8519 57.2648 40.9426 59.2126L40.9427 32.7814L40.9426 32.7429V32.4437ZM66.9999 61.5658H40.9431C40.9749 58.7341 43.2802 56.4484 46.1195 56.4484H66.9999V61.5658ZM35.2227 56.4484C38.062 56.4484 40.3673 58.7341 40.3991 61.5658L14.6099 61.5658V56.4484H35.2227ZM25.4024 22.52H20.2338V27.0714V27.6047V49.5211H33.7665C36.762 49.5211 39.3288 51.3551 40.3995 53.9596V52.2235C40.2132 48.7353 37.3521 45.9685 33.8545 45.9685H25.4024V27.6047V27.0714V22.52ZM40.3995 49.8362C39.3318 47.2526 36.8047 45.4352 33.8545 45.4352H25.9357V27.6047V27.0714V18.434H33.8545C37.4722 18.434 40.4091 21.3942 40.4091 25.0509V27.1802C39.3519 24.4795 36.8362 22.5701 33.8841 22.5701H29.809V23.1034H33.8841C37.3535 23.1034 40.2119 25.9862 40.3995 29.6456V30.3475V31.4618C39.3338 28.9535 36.8157 27.1935 33.8841 27.1935H29.809V27.7269H33.8841C37.3709 27.7269 40.2125 30.4118 40.3995 33.7843V38.1392C39.3338 35.6308 36.8157 33.8709 33.8841 33.8709H29.809V34.4043H33.8841C37.3709 34.4043 40.2125 37.0891 40.3995 40.4617V43.2771C39.3338 40.7687 36.8157 39.0088 33.8841 39.0088H29.809V39.5421H33.8841C37.3709 39.5421 40.2125 42.227 40.3995 45.5996V49.8362Z" fill="#0D0D0D"/><path fill-rule="evenodd" clip-rule="evenodd" d="M58.7559 38.3618L52.6217 45.5404L52.1523 45.3671C52.1523 43.6103 50.8911 42.1168 49.1554 41.6756L49.2868 41.1587C51.0185 41.5989 52.3571 42.982 52.6332 44.7059L58.3505 38.0154L58.7559 38.3618Z" fill="#0D0D0D"/><path fill-rule="evenodd" clip-rule="evenodd" d="M45.6889 33.5112H62.2222V50.0445H45.6889V33.5112ZM46.2222 34.0445V49.5112H61.6889V34.0445H46.2222Z" fill="#0D0D0D"/><path d="M35.2227 56.4484C38.062 56.4484 40.3673 58.7341 40.3991 61.5658L14.6099 61.5658V56.4484H35.2227Z" fill="#0D0D0D"/><path d="M66.9999 61.5658H40.9431C40.9749 58.7341 43.2802 56.4484 46.1195 56.4484H66.9999V61.5658Z" fill="#0D0D0D"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="96" height="96" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M39.5039 16.0879C45.97 16.0879 51.3118 20.4667 52.9338 26.3232C53.0722 26.8229 53.549 27.184 54.0778 27.184H79.8647C83.1042 27.184 85.7304 29.8101 85.7304 33.0496V74.0477C85.7304 77.2872 83.1042 79.9134 79.8647 79.9134H16.1342C12.8947 79.9134 10.2686 77.2872 10.2686 74.0477V31.2395C10.2686 28.9997 12.0843 27.184 14.3241 27.184H14.6573C16.0061 27.184 17.0996 26.0905 17.0996 24.7417C17.0996 22.6859 18.7661 21.0194 20.8219 21.0194H22.1045C23.1128 21.0194 23.9302 20.202 23.9302 19.1936C23.9302 17.4784 25.3207 16.0879 27.036 16.0879H39.5039ZM52.317 26.494C50.7686 20.9032 45.6705 16.7279 39.5039 16.7279H27.036C25.6742 16.7279 24.5702 17.8318 24.5702 19.1936C24.5702 20.5554 23.4663 21.6594 22.1045 21.6594H20.8219C19.1196 21.6594 17.7396 23.0394 17.7396 24.7417C17.7396 26.444 16.3596 27.824 14.6573 27.824H14.3241C12.4377 27.824 10.9086 29.3531 10.9086 31.2395V74.0477C10.9086 76.9337 13.2482 79.2734 16.1342 79.2734H79.8647C82.7508 79.2734 85.0904 76.9337 85.0904 74.0477V33.0496C85.0904 30.1636 82.7508 27.824 79.8647 27.824H54.0778C53.2665 27.824 52.5336 27.2759 52.317 26.494Z" fill="#0D0D0D"/><path d="M39.5039 16.7279C45.6705 16.7279 50.7686 20.9032 52.317 26.494C52.5336 27.2759 53.2665 27.824 54.0778 27.824H79.8647C82.7508 27.824 85.0904 30.1636 85.0904 33.0496V74.0477C85.0904 76.9337 82.7508 79.2734 79.8647 79.2734H16.1342C13.2482 79.2734 10.9086 76.9337 10.9086 74.0477V31.2395C10.9086 29.3531 12.4377 27.824 14.3241 27.824H14.6573C16.3596 27.824 17.7396 26.444 17.7396 24.7417C17.7396 23.0394 19.1196 21.6594 20.8219 21.6594H22.1045C23.4663 21.6594 24.5702 20.5554 24.5702 19.1936C24.5702 17.8318 25.6742 16.7279 27.036 16.7279H39.5039Z" fill="#FF80F4"/><path fill-rule="evenodd" clip-rule="evenodd" d="M39.8256 21.4812H29.683V26.3843H22.8408V32.486H16.0921V74.5194L80.2401 74.5194V32.0808H54.5434C51.7937 32.0808 49.4222 33.7005 48.3311 36.0378V30.0615C48.3311 25.3255 44.5258 21.4812 39.8256 21.4812ZM22.8408 33.126V60.0658H39.72C44.1166 60.0658 47.6796 63.6215 47.6796 68.0061H47.6913V71.0805C46.6054 68.7297 44.2269 67.0985 41.4675 67.0985H16.7321V33.126H22.8408ZM48.3313 38.9329C48.3313 35.502 51.1125 32.7208 54.5434 32.7208H79.6001V67.0985H54.5436C51.7939 67.0985 49.4225 68.7182 48.3313 71.0555L48.3315 39.3381L48.3313 39.2919V38.9329ZM79.6001 73.8794H48.3319C48.37 70.4813 51.1365 67.7385 54.5436 67.7385H79.6001V73.8794ZM41.4675 67.7385C44.8745 67.7385 47.641 70.4814 47.6792 73.8794L16.7321 73.8794V67.7385H41.4675ZM29.683 27.0244H23.4808V32.486V33.126V59.4258H39.72C43.3146 59.4258 46.3947 61.6265 47.6796 64.7519V62.6685C47.4561 58.4828 44.0227 55.1626 39.8256 55.1626H29.683V33.126V32.486V27.0244ZM47.6796 59.8038C46.3984 56.7035 43.3658 54.5226 39.8256 54.5226H30.323V33.126V32.486V22.1212H39.8256C44.1669 22.1212 47.6911 25.6734 47.6911 30.0615V32.6166C46.4225 29.3758 43.4036 27.0845 39.8611 27.0845H34.971V27.7245H39.8611C44.0244 27.7245 47.4545 31.1838 47.6796 35.5751V36.4173V37.7546C46.4008 34.7445 43.3791 32.6326 39.8611 32.6326H34.971V33.2726H39.8611C44.0453 33.2726 47.4552 36.4945 47.6796 40.5416V45.7674C46.4008 42.7574 43.3791 40.6455 39.8611 40.6455H34.971V41.2855H39.8611C44.0453 41.2855 47.4552 44.5074 47.6796 48.5544V51.9329C46.4008 48.9228 43.3791 46.8109 39.8611 46.8109H34.971V47.4509H39.8611C44.0453 47.4509 47.4552 50.6728 47.6796 54.7199V59.8038Z" fill="#0D0D0D"/><path fill-rule="evenodd" clip-rule="evenodd" d="M69.7073 46.0346L62.3462 54.6488L61.7829 54.4409C61.7829 52.3327 60.2695 50.5405 58.1867 50.0111L58.3443 49.3908C60.4224 49.919 62.0288 51.5788 62.36 53.6475L69.2207 45.6188L69.7073 46.0346Z" fill="#0D0D0D"/><path fill-rule="evenodd" clip-rule="evenodd" d="M54.0269 40.2138H73.8669V60.0538H54.0269V40.2138ZM54.6669 40.8538V59.4138H73.2269V40.8538H54.6669Z" fill="#0D0D0D"/><path d="M41.4675 67.7385C44.8745 67.7385 47.641 70.4814 47.6792 73.8794L16.7321 73.8794V67.7385H41.4675Z" fill="#0D0D0D"/><path d="M79.6001 73.8794H48.3319C48.37 70.4813 51.1365 67.7385 54.5436 67.7385H79.6001V73.8794Z" fill="#0D0D0D"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="64" height="64" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M35.0102 49.0859H58.3586C59.5368 49.0859 60.4919 48.1307 60.4919 46.9525V11.5718C60.4919 10.3936 59.5368 9.43848 58.3586 9.43848H20.4268C19.2486 9.43848 18.2935 10.3936 18.2935 11.5718V18.8692C10.1499 20.6098 4.04297 27.8457 4.04297 36.5088C4.04311 46.4713 12.1195 54.5473 22.082 54.5473C27.1546 54.5473 31.7371 52.449 35.0102 49.0859Z" fill="#00E573" stroke="#0D0D0D" stroke-width="0.426667"/><rect x="22.5586" y="13.7041" width="33.6652" height="31.1141" fill="#00E573" stroke="#0D0D0D" stroke-width="0.426667"/><path fill-rule="evenodd" clip-rule="evenodd" d="M39.3913 27.1534V27.103H30.9749V27.1534H39.3913Z" fill="#00E573"/><path fill-rule="evenodd" clip-rule="evenodd" d="M39.3913 27.103H30.9749V27.1534H39.3913V27.103Z" fill="#00E573"/><path fill-rule="evenodd" clip-rule="evenodd" d="M47.8076 27.103H39.3913V27.1534H47.8076V27.103Z" fill="#00E573"/><path fill-rule="evenodd" clip-rule="evenodd" d="M47.8076 27.1534V27.103H39.3913V27.1534H47.8076Z" fill="#00E573"/><path fill-rule="evenodd" clip-rule="evenodd" d="M30.9749 27.103H22.5586V27.1534H30.9749V27.103Z" fill="#00E573"/><path fill-rule="evenodd" clip-rule="evenodd" d="M56.2238 27.1534V27.103H47.8076V27.1534H56.2238Z" fill="black" fill-opacity="0.38"/><path fill-rule="evenodd" clip-rule="evenodd" d="M56.2238 27.103H47.8076V27.1534H56.2238V27.103Z" fill="black" fill-opacity="0.38"/><path d="M30.9749 35.961H22.5586V44.8189H30.9749V35.961Z" fill="#00E573"/><path d="M30.9749 18.2954V27.1534M30.9749 18.2954H39.3913M30.9749 18.2954H22.5586V27.103M30.9749 18.2954V27.103M30.9749 27.1534H22.5586V27.103M30.9749 27.1534H39.3913M30.9749 27.1534V27.103M30.9749 27.1534V35.961M39.3913 18.2954V27.1534M39.3913 18.2954H47.8076M39.3913 18.2954V27.103M39.3913 27.1534H47.8076M39.3913 27.1534V27.103M39.3913 27.1534V35.961M47.8076 18.2954V27.1534M47.8076 18.2954H56.2238V27.1534M47.8076 27.1534H56.2238M47.8076 27.1534V27.103M47.8076 27.1534V35.961M56.2238 27.1534V27.103M56.2238 27.1534V35.961M22.5586 27.103H30.9749M22.5586 27.103V35.961M30.9749 27.103V35.961M30.9749 27.103H39.3913M30.9749 35.961H22.5586M30.9749 35.961H39.3913M30.9749 35.961V44.8189M22.5586 35.961V44.8189H30.9749M39.3913 27.103V35.961M39.3913 27.103H47.8076M39.3913 35.961H47.8076M39.3913 35.961V44.8189M47.8076 27.103V35.961M47.8076 27.103H56.2238M47.8076 35.961H56.2238M47.8076 35.961V44.8189M56.2238 27.103V35.961M56.2238 35.961V44.8189H47.8076M30.9749 44.8189H39.3913M39.3913 44.8189H47.8076" stroke="#0D0D0D" stroke-width="0.426667"/><rect x="22.5586" y="13.7041" width="33.6652" height="4.59061" fill="#00E573" stroke="#0D0D0D" stroke-width="0.426667"/><path d="M26.082 12.1733V15.2138M29.9429 12.1733V15.2138M33.8032 12.1733V15.2138M37.665 12.1733V15.2138M41.5258 12.1733V15.2138M45.3867 12.1733V15.2138M49.2479 12.1733V15.2138M53.1085 12.1733V15.2138" stroke="#0D0D0D" stroke-width="0.426667" stroke-linecap="square"/><circle cx="22.0808" cy="36.5081" r="13.7722" fill="#0D0D0D"/><path fill-rule="evenodd" clip-rule="evenodd" d="M28.4555 31.3899L19.9103 41.3899L18.8541 41.0001C18.8541 38.6675 17.1784 36.6706 14.8516 36.0792L15.1472 34.9162C17.4825 35.5097 19.3305 37.2976 19.8839 39.5736L27.5432 30.6104L28.4555 31.3899Z" fill="#00E573"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="64" height="64" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M35.0102 49.0859H58.3586C59.5368 49.0859 60.4919 48.1307 60.4919 46.9525V11.5718C60.4919 10.3936 59.5368 9.43848 58.3586 9.43848H20.4268C19.2486 9.43848 18.2935 10.3936 18.2935 11.5718V18.8692C10.1499 20.6098 4.04297 27.8457 4.04297 36.5088C4.04311 46.4713 12.1195 54.5473 22.082 54.5473C27.1546 54.5473 31.7371 52.449 35.0102 49.0859Z" fill="#FF884C" stroke="#0D0D0D" stroke-width="0.426667"/><rect x="22.5586" y="13.7051" width="33.6652" height="31.1141" fill="#FF884C" stroke="#0D0D0D" stroke-width="0.426667"/><path fill-rule="evenodd" clip-rule="evenodd" d="M39.3913 27.1538V27.1035H30.9749V27.1538H39.3913Z" fill="#FF884C"/><path fill-rule="evenodd" clip-rule="evenodd" d="M39.3913 27.1035H30.9749V27.1538H39.3913V27.1035Z" fill="#FF884C"/><path fill-rule="evenodd" clip-rule="evenodd" d="M47.8076 27.1035H39.3913V27.1538H47.8076V27.1035Z" fill="#FF884C"/><path fill-rule="evenodd" clip-rule="evenodd" d="M47.8076 27.1538V27.1035H39.3913V27.1538H47.8076Z" fill="#FF884C"/><path fill-rule="evenodd" clip-rule="evenodd" d="M30.9749 27.1035H22.5586V27.1538H30.9749V27.1035Z" fill="#FF884C"/><path fill-rule="evenodd" clip-rule="evenodd" d="M56.2238 27.1538V27.1035H47.8076V27.1538H56.2238Z" fill="black" fill-opacity="0.38"/><path fill-rule="evenodd" clip-rule="evenodd" d="M56.2238 27.1035H47.8076V27.1538H56.2238V27.1035Z" fill="black" fill-opacity="0.38"/><path d="M30.9749 35.9615H22.5586V44.8194H30.9749V35.9615Z" fill="#FF884C"/><path d="M30.9749 18.2959V27.1538M30.9749 18.2959H39.3913M30.9749 18.2959H22.5586V27.1035M30.9749 18.2959V27.1035M30.9749 27.1538H22.5586V27.1035M30.9749 27.1538H39.3913M30.9749 27.1538V27.1035M30.9749 27.1538V35.9615M39.3913 18.2959V27.1538M39.3913 18.2959H47.8076M39.3913 18.2959V27.1035M39.3913 27.1538H47.8076M39.3913 27.1538V27.1035M39.3913 27.1538V35.9615M47.8076 18.2959V27.1538M47.8076 18.2959H56.2238V27.1538M47.8076 27.1538H56.2238M47.8076 27.1538V27.1035M47.8076 27.1538V35.9615M56.2238 27.1538V27.1035M56.2238 27.1538V35.9615M22.5586 27.1035H30.9749M22.5586 27.1035V35.9615M30.9749 27.1035V35.9615M30.9749 27.1035H39.3913M30.9749 35.9615H22.5586M30.9749 35.9615H39.3913M30.9749 35.9615V44.8194M22.5586 35.9615V44.8194H30.9749M39.3913 27.1035V35.9615M39.3913 27.1035H47.8076M39.3913 35.9615H47.8076M39.3913 35.9615V44.8194M47.8076 27.1035V35.9615M47.8076 27.1035H56.2238M47.8076 35.9615H56.2238M47.8076 35.9615V44.8194M56.2238 27.1035V35.9615M56.2238 35.9615V44.8194H47.8076M30.9749 44.8194H39.3913M39.3913 44.8194H47.8076" stroke="#0D0D0D" stroke-width="0.426667"/><rect x="22.5586" y="13.7051" width="33.6652" height="4.59061" fill="#FF884C" stroke="#0D0D0D" stroke-width="0.426667"/><path d="M26.082 12.1748V15.2153M29.9429 12.1748V15.2153M33.8032 12.1748V15.2153M37.665 12.1748V15.2153M41.5258 12.1748V15.2153M45.3867 12.1748V15.2153M49.2479 12.1748V15.2153M53.1085 12.1748V15.2153" stroke="#0D0D0D" stroke-width="0.426667" stroke-linecap="square"/><circle cx="22.0808" cy="36.5086" r="13.7722" fill="#0D0D0D"/><path d="M23.5303 36.2798L28.0775 40.827L26.6363 42.2681L22.0892 37.7209L17.531 42.2792L16.0898 40.838L20.648 36.2798L16.0767 31.7085L17.5178 30.2673L22.0892 34.8387L26.6495 30.2784L28.0906 31.7195L23.5303 36.2798Z" fill="#FF884C"/></svg>
|