@mideind/netskrafl-react 1.0.0-beta.1
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/.eslintignore +8 -0
- package/.eslintrc.json +13 -0
- package/README.md +63 -0
- package/dist/cjs/index.css +6837 -0
- package/dist/cjs/index.js +3046 -0
- package/dist/cjs/index.js.map +1 -0
- package/dist/esm/index.css +6837 -0
- package/dist/esm/index.js +3046 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/types.d.ts +41 -0
- package/package.json +63 -0
- package/rollup.config.js +60 -0
- package/src/components/index.ts +2 -0
- package/src/components/netskrafl/Netskrafl.stories.tsx +66 -0
- package/src/components/netskrafl/Netskrafl.tsx +135 -0
- package/src/components/netskrafl/Netskrafl.types.ts +7 -0
- package/src/components/netskrafl/index.ts +2 -0
- package/src/css/fonts.css +4 -0
- package/src/css/glyphs.css +224 -0
- package/src/css/skrafl-explo.css +6616 -0
- package/src/fonts/glyphicons-regular.eot +0 -0
- package/src/fonts/glyphicons-regular.ttf +0 -0
- package/src/fonts/glyphicons-regular.woff +0 -0
- package/src/index.ts +2 -0
- package/src/messages/messages.json +1576 -0
- package/src/mithril/actions.ts +319 -0
- package/src/mithril/bag.ts +65 -0
- package/src/mithril/bestdisplay.ts +74 -0
- package/src/mithril/blankdialog.ts +94 -0
- package/src/mithril/board.ts +336 -0
- package/src/mithril/buttons.ts +303 -0
- package/src/mithril/challengedialog.ts +186 -0
- package/src/mithril/channel.ts +162 -0
- package/src/mithril/chat.ts +228 -0
- package/src/mithril/components.ts +496 -0
- package/src/mithril/dragdrop.ts +219 -0
- package/src/mithril/elopage.ts +180 -0
- package/src/mithril/friend.ts +227 -0
- package/src/mithril/game.ts +1378 -0
- package/src/mithril/gameview.ts +111 -0
- package/src/mithril/globalstate.ts +33 -0
- package/src/mithril/i18n.ts +186 -0
- package/src/mithril/localstorage.ts +133 -0
- package/src/mithril/login.ts +122 -0
- package/src/mithril/logo.ts +270 -0
- package/src/mithril/main.ts +737 -0
- package/src/mithril/mithril.ts +29 -0
- package/src/mithril/model.ts +817 -0
- package/src/mithril/movelistitem.ts +226 -0
- package/src/mithril/page.ts +852 -0
- package/src/mithril/playername.ts +91 -0
- package/src/mithril/promodialog.ts +82 -0
- package/src/mithril/recentlist.ts +148 -0
- package/src/mithril/request.ts +52 -0
- package/src/mithril/review.ts +634 -0
- package/src/mithril/rightcolumn.ts +398 -0
- package/src/mithril/searchbutton.ts +118 -0
- package/src/mithril/statsdisplay.ts +109 -0
- package/src/mithril/tabs.ts +169 -0
- package/src/mithril/tile.ts +145 -0
- package/src/mithril/twoletter.ts +76 -0
- package/src/mithril/types.ts +379 -0
- package/src/mithril/userinfodialog.ts +171 -0
- package/src/mithril/util.ts +304 -0
- package/src/mithril/wait.ts +246 -0
- package/src/mithril/wordcheck.ts +102 -0
- package/tsconfig.json +28 -0
- package/vite.config.ts +12 -0
|
@@ -0,0 +1,270 @@
|
|
|
1
|
+
/*
|
|
2
|
+
|
|
3
|
+
Logo.ts
|
|
4
|
+
|
|
5
|
+
Animated Explo / Netskrafl logo & legend component
|
|
6
|
+
|
|
7
|
+
Copyright (C) 2024 Miðeind ehf.
|
|
8
|
+
Original author: Vilhjálmur Þorsteinsson
|
|
9
|
+
|
|
10
|
+
The Creative Commons Attribution-NonCommercial 4.0
|
|
11
|
+
International Public License (CC-BY-NC 4.0) applies to this software.
|
|
12
|
+
For further information, see https://github.com/mideind/Netskrafl
|
|
13
|
+
|
|
14
|
+
*/
|
|
15
|
+
|
|
16
|
+
import { m, ComponentFunc } from "./mithril";
|
|
17
|
+
|
|
18
|
+
// SVG code for Explo logo
|
|
19
|
+
const headerLogo = `<svg width="134" height="134" viewBox="-32 -8 134 134" fill="none" xmlns="http://www.w3.org/2000/svg">`;
|
|
20
|
+
const circle = `<circle class="shadow" cx="35" cy="59" r="63" fill="#ffffff"/>`;
|
|
21
|
+
const pieces: string[][] = [
|
|
22
|
+
// Orange box on top
|
|
23
|
+
[
|
|
24
|
+
`<path d="M65.2672 12.542L54.3998 18.813L43.5323 25.146L32.6649 18.813L21.7354 12.542L43.5323 0L65.2672 12.542Z" fill="#FDC12C"/>`,
|
|
25
|
+
`<path d="M43.5323 25.1457V37.6877L21.7354 25.1457V12.5416L43.5323 25.1457Z" fill="#E69419"/>`,
|
|
26
|
+
`<path d="M65.2661 12.5416V25.1457L43.5312 37.6877V25.1457L65.2661 12.5416Z" fill="#F8DA95"/>`
|
|
27
|
+
],
|
|
28
|
+
// Red box
|
|
29
|
+
[
|
|
30
|
+
`<path d="M43.5318 37.6847L32.6644 43.9557L21.7349 50.2267L10.8674 43.9557L0 37.6847L21.7349 25.1427L43.5318 37.6847Z" fill="#AA3731"/>`,
|
|
31
|
+
`<path d="M21.7349 50.23V62.7719L0 50.23V37.688L21.7349 50.23Z" fill="#721D19"/>`
|
|
32
|
+
],
|
|
33
|
+
// Green box
|
|
34
|
+
[
|
|
35
|
+
`<path d="M65.2672 50.23L54.3998 56.501L43.5323 62.7719L32.6028 56.501L21.7354 50.23L43.5323 37.688L65.2672 50.23Z" fill="#669256"/>`,
|
|
36
|
+
`<path d="M43.5323 62.7716V75.3756L21.7354 62.7716V50.2296L43.5323 62.7716Z" fill="#496A38"/>`,
|
|
37
|
+
`<path d="M65.2661 50.2296V62.7716L43.5312 75.3756V62.7716L65.2661 50.2296Z" fill="#B7C7AD"/>`
|
|
38
|
+
],
|
|
39
|
+
// Light blue box
|
|
40
|
+
[
|
|
41
|
+
`<path d="M43.5318 75.3754L32.6644 81.6464L21.7349 87.9174L10.8674 81.6464L0 75.3754L21.7349 62.7714L43.5318 75.3754Z" fill="#83C8CE"/>`,
|
|
42
|
+
`<path d="M21.7349 87.918V100.46L0 87.918V75.376L21.7349 87.918Z" fill="#5699A5"/>`
|
|
43
|
+
],
|
|
44
|
+
// Pink box at the bottom
|
|
45
|
+
[
|
|
46
|
+
`<path d="M65.2672 87.918L54.3998 94.1889L43.5323 100.46L32.6649 94.1889L21.7354 87.918L43.5323 75.376L65.2672 87.918Z" fill="#E39FA5"/>`,
|
|
47
|
+
`<path d="M43.5323 100.46V113.002L21.7354 100.46V87.9177L43.5323 100.46Z" fill="#B6676D"/>`,
|
|
48
|
+
`<path d="M65.2661 87.9177V100.46L43.5312 113.002V100.46L65.2661 87.9177Z" fill="#EACFD1"/>`
|
|
49
|
+
]
|
|
50
|
+
];
|
|
51
|
+
// SVG code for the letters 'netskrafl'
|
|
52
|
+
const headerLetters = `<svg viewBox="0 0 992.73 323.47" fill="none" xmlns="http://www.w3.org/2000/svg">`;
|
|
53
|
+
const letters: string[][] = [
|
|
54
|
+
[`<path fill="#514c4c"`,
|
|
55
|
+
` d="M1728.66,1133.94a1.85,1.85,0,0,1-2-2v-54.59c0-10.41-4.91-17.28-14.73-17.28-9.43,0-14.93,6.87-14.93,17.28V1132a1.85,1.85,0,0,1-2,2h-23.56a1.86,1.86,0,0,1-2-2v-91.12a1.86,1.86,0,0,1,2-2h23.56a1.85,1.85,0,0,1,2,2v6.68h.2c4.32-5.89,12.37-10.8,24.55-10.8,21,0,32.4,14.53,32.4,35.34V1132a1.86,1.86,0,0,1-2,2Z"`,
|
|
56
|
+
` transform="translate(-1401.69 -918.27)"/>`],
|
|
57
|
+
[`<path fill="#514c4c"`,
|
|
58
|
+
` d="M1769.19,1109a68.34,68.34,0,0,1-3.34-22.58c0-10,1.18-16.89,3.14-22.78,5.5-17.08,20.62-26.9,40.84-26.9,21,0,35.55,10,41,26.71,2,6.28,3.15,13.15,3.15,29.25a1.92,1.92,0,0,1-2.16,2h-57.54a1,1,0,0,0-1.18,1.18,21.17,21.17,0,0,0,1.18,5.3c2.55,8.24,9.82,12.56,19.64,12.56a30.5,30.5,0,0,0,21.79-8.44c1-.78,2-1,2.75,0l13,12.18a1.77,1.77,0,0,1,.2,2.75c-9,9.62-23,15.9-40.45,15.9C1789.61,1136.1,1774.69,1126.09,1769.19,1109Zm56.55-32.59a1,1,0,0,0,1.18-1.18,23.82,23.82,0,0,0-1-7.07c-2.16-6.48-8-10.41-15.91-10.41s-13.75,3.93-15.91,10.41a23.82,23.82,0,0,0-1,7.07,1,1,0,0,0,1.18,1.18Z"`,
|
|
59
|
+
` transform="translate(-1401.69 -918.27)"/>`],
|
|
60
|
+
[`<path fill="#514c4c"`,
|
|
61
|
+
` d="M1898.61,1135.12c-22,0-30.24-9.82-30.24-31.62v-43.2a1,1,0,0,0-1.18-1.18h-5.89a1.85,1.85,0,0,1-2-2v-16.3a1.85,1.85,0,0,1,2-2h5.89a1,1,0,0,0,1.18-1.18v-25.53a1.85,1.85,0,0,1,2-2h23.37a1.85,1.85,0,0,1,2,2v25.53a1,1,0,0,0,1.18,1.18H1909a1.86,1.86,0,0,1,2,2v16.3a1.85,1.85,0,0,1-2,2h-12.18a1,1,0,0,0-1.18,1.18v42c0,7.06,2.36,9.42,8.64,9.42H1909a1.86,1.86,0,0,1,2,2v19.45a1.86,1.86,0,0,1-2,2Z"`,
|
|
62
|
+
` transform="translate(-1401.69 -918.27)"/>`],
|
|
63
|
+
[`<path fill="#514c4c"`,
|
|
64
|
+
` d="M1919.28,1121.37a1.91,1.91,0,0,1,0-2.75l12.77-14.33a1.89,1.89,0,0,1,2.75,0c8.44,6.48,19.24,10.41,29.06,10.41,10,0,14.73-3.73,14.73-9,0-4.51-2.56-7.26-13.55-8.24l-10.61-1.18c-20-2-31-12-31-29.06,0-18.66,14.33-30.44,39.07-30.44,16.11,0,29.66,5.1,38.49,11.78a2.14,2.14,0,0,1,.2,3l-11,13.55a1.92,1.92,0,0,1-2.75.39,49.74,49.74,0,0,0-25.72-7.66c-8,0-12,3.14-12,7.86,0,4.32,2.36,6.87,13.16,7.85l10.4,1.18c22.39,2.16,31.62,13,31.62,28.86-.2,19.44-15.32,32.6-42.42,32.6C1942.65,1136.1,1928.32,1129.23,1919.28,1121.37Z"`,
|
|
65
|
+
` transform="translate(-1401.69 -918.27)"/>`],
|
|
66
|
+
[`<path fill="#514c4c"`,
|
|
67
|
+
` d="M2077.79,1133.94c-1.38,0-2.16-.59-2.95-2l-21.21-38.29-9.81,12.17V1132a1.86,1.86,0,0,1-2,2h-23.56a1.85,1.85,0,0,1-2-2v-129.6a1.86,1.86,0,0,1,2-2h23.56a1.86,1.86,0,0,1,2,2v72.06l27.29-33.58a4.5,4.5,0,0,1,3.73-2H2100a1.1,1.1,0,0,1,.78,2l-29.06,33.58,33.19,57.54a1.2,1.2,0,0,1-1,2Z"`,
|
|
68
|
+
` transform="translate(-1401.69 -918.27)"/>`],
|
|
69
|
+
[`<path fill="#514c4c"`,
|
|
70
|
+
` d="M2115.68,1133.94a1.85,1.85,0,0,1-2-2v-91.12a1.85,1.85,0,0,1,2-2h23.57a1.85,1.85,0,0,1,2,2v8.05h.2c4.51-7.65,13.15-12.17,24.74-12.17,6.28,0,12.57,2.16,16.69,5.69a1.93,1.93,0,0,1,.59,2.75l-11,20c-.78,1-1.57,1-2.75.4-4.51-2.95-9-4.52-13.74-4.32-10.21.39-14.73,7.85-14.73,20.61V1132a1.85,1.85,0,0,1-2,2Z"`,
|
|
71
|
+
` transform="translate(-1401.69 -918.27)"/>`],
|
|
72
|
+
[`<path fill="#514c4c"`,
|
|
73
|
+
` d="M2246.58,1133.94a1.86,1.86,0,0,1-2-2v-6.29h-.19c-4.91,6.29-13.16,10.41-26.12,10.41-16.89,0-31.61-8.84-31.61-29.06,0-21,15.9-30.63,39.47-30.63H2243a1,1,0,0,0,1.18-1.18v-3.54c0-8.83-4.32-13-19.44-13-9.62,0-16.69,2.75-21.21,6.09a1.56,1.56,0,0,1-2.55-.39l-8.84-15.52a1.89,1.89,0,0,1,.59-2.74c8.06-5.7,19.64-9.43,35.35-9.43,31,0,42.22,10.6,42.22,34.36V1132a1.85,1.85,0,0,1-2,2Zm-2.36-31.61v-6.48a1,1,0,0,0-1.18-1.18h-13.35c-11.58,0-16.89,3.34-16.89,10.8,0,6.67,4.72,10,13.75,10C2238.33,1115.48,2244.22,1111.16,2244.22,1102.33Z"`,
|
|
74
|
+
` transform="translate(-1401.69 -918.27)"/>`],
|
|
75
|
+
[`<path fill="#514c4c"`,
|
|
76
|
+
` d="M2291.92,1133.94a1.86,1.86,0,0,1-2-2V1060.3a1,1,0,0,0-1.17-1.18h-5.89a1.86,1.86,0,0,1-2-2v-16.3a1.86,1.86,0,0,1,2-2h5.89a1,1,0,0,0,1.17-1.18v-4.51c0-23.18,10.8-32.8,33.39-32.8h10.8a1.86,1.86,0,0,1,2,2v18.45a1.86,1.86,0,0,1-2,2h-6.09c-8.64,0-10.8,2.16-10.8,10.21v4.71a1,1,0,0,0,1.18,1.18h15.51a1.85,1.85,0,0,1,2,2v16.3a1.85,1.85,0,0,1-2,2h-15.51a1,1,0,0,0-1.18,1.18V1132a1.85,1.85,0,0,1-2,2Zm90.13,1.18c-21,0-29.46-9.23-29.46-30.24v-102.5a1.86,1.86,0,0,1,2-2h23.56a1.86,1.86,0,0,1,2,2v100.34c0,6.48,2.55,9,8.24,9h4.13a1.85,1.85,0,0,1,2,2v19.45a1.85,1.85,0,0,1-2,2Z"`,
|
|
77
|
+
` transform="translate(-1401.69 -918.27)"/>`]
|
|
78
|
+
];
|
|
79
|
+
|
|
80
|
+
const footer = `</svg>`;
|
|
81
|
+
|
|
82
|
+
const WIDTH = 134;
|
|
83
|
+
const NUM_STEPS = pieces.length;
|
|
84
|
+
|
|
85
|
+
interface IAttributes {
|
|
86
|
+
width: number;
|
|
87
|
+
withCircle: boolean;
|
|
88
|
+
msStepTime: number;
|
|
89
|
+
once?: boolean;
|
|
90
|
+
className?: string;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
export const AnimatedExploLogo: ComponentFunc<IAttributes> = (initialVnode) => {
|
|
94
|
+
|
|
95
|
+
// Animation step time in milliseconds
|
|
96
|
+
const msStepTime = initialVnode.attrs.msStepTime || 0;
|
|
97
|
+
const width = initialVnode.attrs.width;
|
|
98
|
+
const scale = width / WIDTH;
|
|
99
|
+
const withCircle = initialVnode.attrs.withCircle || false;
|
|
100
|
+
const once = initialVnode.attrs.once ? true : false;
|
|
101
|
+
const className = initialVnode.attrs.className;
|
|
102
|
+
let delta: number = 1;
|
|
103
|
+
let step: number = msStepTime ? 0 : NUM_STEPS;
|
|
104
|
+
let ival: ReturnType<typeof setInterval> | number = 0;
|
|
105
|
+
|
|
106
|
+
function doStep() {
|
|
107
|
+
// Check whether we're still in the delay period
|
|
108
|
+
|
|
109
|
+
// Check if we need to reverse direction
|
|
110
|
+
if (delta < 0 && step == 0) {
|
|
111
|
+
delta = 1;
|
|
112
|
+
} else if (delta > 0 && step == NUM_STEPS) {
|
|
113
|
+
// All steps completed; should we reverse direction
|
|
114
|
+
// or stop the animation (if once == true)?
|
|
115
|
+
if (once) {
|
|
116
|
+
// We're done
|
|
117
|
+
delta = 0;
|
|
118
|
+
clearInterval(ival);
|
|
119
|
+
ival = 0;
|
|
120
|
+
}
|
|
121
|
+
else
|
|
122
|
+
// Reverse direction
|
|
123
|
+
delta = -1;
|
|
124
|
+
}
|
|
125
|
+
step += delta;
|
|
126
|
+
m.redraw();
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
return {
|
|
130
|
+
oninit: () => {
|
|
131
|
+
if (msStepTime)
|
|
132
|
+
ival = setInterval(doStep, msStepTime);
|
|
133
|
+
},
|
|
134
|
+
onremove: () => {
|
|
135
|
+
if (ival != 0) {
|
|
136
|
+
clearInterval(ival);
|
|
137
|
+
ival = 0;
|
|
138
|
+
}
|
|
139
|
+
},
|
|
140
|
+
view: () => {
|
|
141
|
+
let r: string[] = [ headerLogo ];
|
|
142
|
+
if (withCircle)
|
|
143
|
+
// Include white background circle, with drop shadow
|
|
144
|
+
r.push(circle);
|
|
145
|
+
for (let i = 0; i < step; i++)
|
|
146
|
+
for (let piece of pieces[i])
|
|
147
|
+
r.push(piece);
|
|
148
|
+
r.push(footer);
|
|
149
|
+
let attribs: any = {
|
|
150
|
+
style: {
|
|
151
|
+
"transform": `scale(${scale})`,
|
|
152
|
+
"transform-origin": "left top"
|
|
153
|
+
}
|
|
154
|
+
};
|
|
155
|
+
if (className !== undefined && className !== null)
|
|
156
|
+
attribs.class = className;
|
|
157
|
+
return m("div", attribs, m.trust(r.join("\n")));
|
|
158
|
+
}
|
|
159
|
+
};
|
|
160
|
+
};
|
|
161
|
+
|
|
162
|
+
const LETTER_WIDTH = 992.73;
|
|
163
|
+
const NUM_LETTER_STEPS = letters.length;
|
|
164
|
+
|
|
165
|
+
interface ILegendAttributes {
|
|
166
|
+
width: number;
|
|
167
|
+
msStepTime: number;
|
|
168
|
+
className?: string;
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
export const NetskraflLegend: ComponentFunc<ILegendAttributes> = (initialVnode) => {
|
|
172
|
+
|
|
173
|
+
// Animation step time in milliseconds
|
|
174
|
+
const msStepTime = initialVnode.attrs.msStepTime || 0;
|
|
175
|
+
const width = initialVnode.attrs.width;
|
|
176
|
+
const scale = width / LETTER_WIDTH;
|
|
177
|
+
const className = initialVnode.attrs.className;
|
|
178
|
+
let delta: number = 1;
|
|
179
|
+
let step: number = msStepTime ? 0 : NUM_LETTER_STEPS;
|
|
180
|
+
let ival: ReturnType<typeof setInterval> | number = 0;
|
|
181
|
+
|
|
182
|
+
function doStep() {
|
|
183
|
+
// Check whether we're still in the delay period
|
|
184
|
+
// Check if we need to reverse direction
|
|
185
|
+
if (delta < 0 && step == 0)
|
|
186
|
+
delta = 1;
|
|
187
|
+
else if (delta > 0 && step == NUM_LETTER_STEPS)
|
|
188
|
+
delta = -1;
|
|
189
|
+
step += delta;
|
|
190
|
+
m.redraw();
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
return {
|
|
194
|
+
oninit: () => {
|
|
195
|
+
if (msStepTime)
|
|
196
|
+
ival = setInterval(doStep, msStepTime);
|
|
197
|
+
},
|
|
198
|
+
onremove: () => {
|
|
199
|
+
if (ival != 0) {
|
|
200
|
+
clearInterval(ival);
|
|
201
|
+
ival = 0;
|
|
202
|
+
}
|
|
203
|
+
},
|
|
204
|
+
view: () => {
|
|
205
|
+
let r: string[] = [ headerLetters ];
|
|
206
|
+
for (let i = 0; i < step; i++)
|
|
207
|
+
for (let letter of letters[i])
|
|
208
|
+
r.push(letter);
|
|
209
|
+
r.push(footer);
|
|
210
|
+
const attribs: Record<string, any> = {
|
|
211
|
+
style: {
|
|
212
|
+
"transform": `scale(${scale})`,
|
|
213
|
+
"transform-origin": "left top"
|
|
214
|
+
}
|
|
215
|
+
};
|
|
216
|
+
if (className)
|
|
217
|
+
attribs.class = className;
|
|
218
|
+
return m("div", attribs, m.trust(r.join("\n")));
|
|
219
|
+
}
|
|
220
|
+
};
|
|
221
|
+
};
|
|
222
|
+
|
|
223
|
+
interface IExploLogoOnly {
|
|
224
|
+
width?: number;
|
|
225
|
+
height?: number;
|
|
226
|
+
scale?: number;
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
export const ExploLogoOnly: ComponentFunc<IExploLogoOnly> = (initialVnode) => {
|
|
230
|
+
|
|
231
|
+
// The Explo logo
|
|
232
|
+
|
|
233
|
+
const scale = initialVnode.attrs.scale !== undefined
|
|
234
|
+
? initialVnode.attrs.scale
|
|
235
|
+
: initialVnode.attrs.width !== undefined
|
|
236
|
+
? initialVnode.attrs.width / 23.0
|
|
237
|
+
: initialVnode.attrs.height !== undefined
|
|
238
|
+
? initialVnode.attrs.height / 40.0
|
|
239
|
+
: 1.0;
|
|
240
|
+
|
|
241
|
+
return {
|
|
242
|
+
view: () => {
|
|
243
|
+
const attribs: m.Attributes = {
|
|
244
|
+
style: {
|
|
245
|
+
"transform": `scale(${scale})`,
|
|
246
|
+
"transform-origin": "left top"
|
|
247
|
+
}
|
|
248
|
+
};
|
|
249
|
+
return m("div", attribs, m.trust(
|
|
250
|
+
`
|
|
251
|
+
<svg width="23" height="40" viewBox="0 0 23 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
252
|
+
<path d="M22.7373 4.36927L18.9514 6.55391L15.1655 8.76018L11.3796 6.55391L7.57202 4.36927L15.1655 0L22.7373 4.36927Z" fill="#FDC12C"/>
|
|
253
|
+
<path d="M22.7369 4.36923V8.76014L15.165 13.1294V8.76014L22.7369 4.36923Z" fill="#F8DA95"/>
|
|
254
|
+
<path d="M15.1655 8.76014V13.1294L7.57202 8.76014V4.36923L15.1655 8.76014Z" fill="#E69419"/>
|
|
255
|
+
<path d="M15.1653 13.1295L11.3794 15.3141L7.57182 17.4988L3.78591 15.3141L0 13.1295L7.57182 8.76022L15.1653 13.1295Z" fill="#AA3731"/>
|
|
256
|
+
<path d="M7.57182 17.4987V21.868L0 17.4987V13.1295L7.57182 17.4987Z" fill="#721D19"/>
|
|
257
|
+
<path d="M15.1653 26.2589L11.3794 28.4435L7.57182 30.6282L3.78591 28.4435L0 26.2589L7.57182 21.868L15.1653 26.2589Z" fill="#83C8CE"/>
|
|
258
|
+
<path d="M7.57182 30.6282V34.9974L0 30.6282V26.2589L7.57182 30.6282Z" fill="#5699A5"/>
|
|
259
|
+
<path d="M22.7373 17.4987L18.9514 19.6834L15.1655 21.868L11.3579 19.6834L7.57202 17.4987L15.1655 13.1295L22.7373 17.4987Z" fill="#669256"/>
|
|
260
|
+
<path d="M22.7369 17.4987V21.8679L15.165 26.2588V21.8679L22.7369 17.4987Z" fill="#B7C7AD"/>
|
|
261
|
+
<path d="M15.1655 21.8679V26.2588L7.57202 21.8679V17.4987L15.1655 21.8679Z" fill="#496A38"/>
|
|
262
|
+
<path d="M22.7373 30.6282L18.9514 32.8128L15.1655 34.9974L11.3796 32.8128L7.57202 30.6282L15.1655 26.2589L22.7373 30.6282Z" fill="#E39FA5"/>
|
|
263
|
+
<path d="M22.7369 30.6282V34.9975L15.165 39.3668V34.9975L22.7369 30.6282Z" fill="#EACFD1"/>
|
|
264
|
+
<path d="M15.1655 34.9975V39.3668L7.57202 34.9975V30.6282L15.1655 34.9975Z" fill="#B6676D"/>
|
|
265
|
+
</svg>
|
|
266
|
+
`)
|
|
267
|
+
);
|
|
268
|
+
},
|
|
269
|
+
};
|
|
270
|
+
};
|