@everymatrix/lottery-program-wof 1.22.2 → 1.22.6

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.
Files changed (61) hide show
  1. package/dist/lottery-program-wof.js +1244 -2170
  2. package/dist/lottery-program-wof.js.map +1 -1
  3. package/index.html +2 -2
  4. package/package.json +2 -2
  5. package/src/LotteryProgramWof.svelte +7 -6
  6. package/src/business.ts +11 -6
  7. package/src/calc.point.ts +1 -112
  8. package/src/calc.ts +0 -6
  9. package/src/class.svgcalc.ts +35 -210
  10. package/src/images/theme.bg.blackring.svg +10 -0
  11. package/src/images/theme.bg.halo.svg +27 -0
  12. package/src/images/theme1Bg3.svg +15 -0
  13. package/src/images/theme2Bg3.svg +11 -0
  14. package/src/images/theme2Center.svg +36 -0
  15. package/src/images/theme3Bg1.svg +29 -0
  16. package/src/images/theme3Bg2.svg +19 -0
  17. package/src/images/theme3Center.svg +77 -0
  18. package/src/images/theme7Arrow.svg +67 -0
  19. package/src/images/theme7Bg1.svg +786 -0
  20. package/src/images/theme7Bg2.svg +40 -0
  21. package/src/images/theme7Bg3.svg +26 -0
  22. package/src/images/theme7Center.svg +72 -0
  23. package/src/images/theme7Light.svg +17 -0
  24. package/src/images/themeCenter1.svg +76 -0
  25. package/src/images/themeCenter2.svg +58 -0
  26. package/src/images/{areaSec.svg → themePointerArea.svg} +37 -4
  27. package/src/images/themeShadow.svg +27 -0
  28. package/src/private.item.svelte +13 -16
  29. package/src/private.item.svg.scss +179 -20
  30. package/src/private.item.svg.svelte +89 -135
  31. package/src/private.message.svelte +33 -12
  32. package/src/private.outcomes.svelte +1 -0
  33. package/src/themes.image.center.ts +61 -134
  34. package/src/themes.ts +8 -231
  35. package/src/translations.js +2 -2
  36. package/src/business.dom.test.ts +0 -34
  37. package/src/business.dom.ts +0 -21
  38. package/src/images/area.svg +0 -11
  39. package/src/images/areaV1.svg +0 -18
  40. package/src/images/areaV2.svg +0 -17
  41. package/src/images/background.svg +0 -27
  42. package/src/images/background3.svg +0 -13
  43. package/src/images/backgroundShadow.svg +0 -22
  44. package/src/images/centerArrow.svg +0 -50
  45. package/src/images/centerArrow1.svg +0 -18
  46. package/src/images/centerArrow2.svg +0 -5
  47. package/src/images/centerArrow3.svg +0 -46
  48. package/src/images/centerArrowBg.svg +0 -12
  49. package/src/images/centerBackground1.svg +0 -21
  50. package/src/images/centerBackground2.svg +0 -24
  51. package/src/images/centerCircle.svg +0 -24
  52. package/src/images/centerPack.svg +0 -16
  53. package/src/images/centerText3.svg +0 -3
  54. package/src/images/partition1.svg +0 -10
  55. package/src/images/spin.svg +0 -13
  56. package/src/themes.image.base.ts +0 -69
  57. package/src/themes.image.pointer.ts +0 -51
  58. package/src/themes.partitions.ts +0 -193
  59. /package/src/images/{pointerArrow.svg → theme2Arrow.svg} +0 -0
  60. /package/src/images/{pointerArrow3.svg → theme3Arrow.svg} +0 -0
  61. /package/src/images/{light.svg → themePartitionLight.svg} +0 -0
package/index.html CHANGED
@@ -31,8 +31,8 @@
31
31
 
32
32
  <div class="webcomponent">
33
33
  <lottery-program-wof
34
- endpoint="http://jetbull.wofapi.stage.everymatrix.local/v1"
35
- session="1b0e37c6-7234-47fb-8602-8422094faa8e"
34
+ endpoint="https://wofapi-stage-tipico.casino-nonprod-one.everymatrix.local/v1"
35
+ session="966ea04f-3644-460e-b1d7-db9840f80884"
36
36
  spinduration="3"
37
37
  spinrotation="3"
38
38
  />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/lottery-program-wof",
3
- "version": "1.22.2",
3
+ "version": "1.22.6",
4
4
  "main": "dist/lottery-program-wof.js",
5
5
  "svelte": "src/index.ts",
6
6
  "scripts": {
@@ -39,5 +39,5 @@
39
39
  "publishConfig": {
40
40
  "access": "public"
41
41
  },
42
- "gitHead": "00526169e334a168f043b392aecfd6de1b1a3261"
42
+ "gitHead": "83728b06bafc02370fe4a23a8cf59224f31b1599"
43
43
  }
@@ -25,6 +25,7 @@
25
25
  export let clientstyling: string = ''
26
26
  export let clientstylingurl: string = ''
27
27
  export let translationurl: string = ''
28
+ export let programid: string = ''
28
29
  export let loginevent: string = ''
29
30
  export let loginurl: string = ''
30
31
  export let currentinfo: CurrentInfo = CurrentInfo.RemainingTimes
@@ -106,10 +107,10 @@
106
107
  <wof-loader />
107
108
  {:else}
108
109
  {#if bonuses.length}
109
- {#each bonuses as _l}
110
+ {#each bonuses as bonus}
110
111
  <lottery-program-wof-private-item {...{
111
112
  ...commonProps,
112
- id: _l.program.id,
113
+ id: bonus.program.id,
113
114
  currentinfo,
114
115
  giftimagesrc,
115
116
  contentdirection,
@@ -124,7 +125,10 @@
124
125
  </div>
125
126
  </div>
126
127
  <div slot="tab-History">
127
- <lottery-program-wof-private-outcomes {...commonProps} />
128
+ <lottery-program-wof-private-outcomes {...{
129
+ ...commonProps,
130
+ id: bonuses.find(_bonus => _bonus.program.id === programid)?.program.id,
131
+ }} />
128
132
  </div>
129
133
  </lottery-program-wof-private-tabs>
130
134
  </div>
@@ -133,12 +137,9 @@
133
137
  <style lang="scss">
134
138
 
135
139
  lottery-program-wof-private-item {
136
- width: 480px;
137
140
  display: inline-block;
138
141
  }
139
142
 
140
-
141
-
142
143
  *,
143
144
  *::before,
144
145
  *::after {
package/src/business.ts CHANGED
@@ -122,17 +122,21 @@ export const api = {
122
122
 
123
123
  let data = await fetcherApi(Api.draw, endpoint, { id, session, guid }) as ApiDrawResult
124
124
 
125
- // data = getExceptionData(data)
126
-
127
125
  let index = data.item?.result?.wheelOfFortunePartitionIndex
128
-
129
- let message: any
130
126
 
131
- const option = options[index]
132
- const imageSrc = (option.image as SVGAElement)?.href?.baseVal
127
+ const getOptionAndImageSrc = (_index: number) => {
128
+ const option = options[_index]
129
+ return {
130
+ option,
131
+ imageSrc: (option?.image as SVGAElement)?.href?.baseVal
132
+ } as const
133
+ }
133
134
 
135
+ let message: any
134
136
  if(!index){
135
137
  index = options.length - 1
138
+
139
+ const { imageSrc } = getOptionAndImageSrc(index)
136
140
  message = {
137
141
  mode: 'nogift',
138
142
  modeValue: {
@@ -140,6 +144,7 @@ export const api = {
140
144
  }
141
145
  }
142
146
  }else{
147
+ const { imageSrc, option } = getOptionAndImageSrc(index)
143
148
  message = {
144
149
  mode: 'gift',
145
150
  modeValue: {
package/src/calc.point.ts CHANGED
@@ -1,7 +1,4 @@
1
- import { ArrowMode, Point, PointerMode } from "./types"
2
-
3
- import { ratioGoldenMean } from "./calc"
4
- import { mapObjectValueToTuple } from "./util"
1
+ import type { Point } from "./types"
5
2
 
6
3
  export const getSymmetricalPointFromScalar =
7
4
  (length: number): Point => ({
@@ -55,18 +52,6 @@ export const getTrianglePointsY =
55
52
  }
56
53
  }
57
54
 
58
- export const getTwoPointsOfLineGradientForBgRing = (radius, angle, center) => {
59
- const p1 = getPointOnCircle(radius, angle - Math.PI / 2, center)
60
- const p2 = getPointOnCircle(radius, angle + Math.PI / 2, center)
61
-
62
- return {
63
- x1: p1.x,
64
- y1: p1.y,
65
- x2: p2.x,
66
- y2: p2.y,
67
- }
68
- }
69
-
70
55
  export const getTwoPointsOfLineGradient = (radius, index, length, angle) => ({
71
56
  x1: radius,
72
57
  y1: radius,
@@ -74,102 +59,6 @@ export const getTwoPointsOfLineGradient = (radius, index, length, angle) => ({
74
59
  y2: radius * (1 + Math.sin(2 * Math.PI / length * index + angle)),
75
60
  })
76
61
 
77
- export const getTrianglePoints =
78
-
79
- (center: number, width: number, height: number, arrowMode: ArrowMode, rCircleCenter: number) => {
80
-
81
- const pointCenter = getSymmetricalPointFromScalar(center)
82
-
83
- const getYAxisMatrix = () => {
84
-
85
- switch(arrowMode){
86
- case ArrowMode.DownFromTop: return getTrianglePointsY(height, false, 0)
87
- case ArrowMode.DownFromCenter: return getTrianglePointsY(height, false, pointCenter.y + rCircleCenter)
88
- case ArrowMode.UpFromCenter: return getTrianglePointsY(height, true, pointCenter.y - rCircleCenter)
89
- case ArrowMode.UpFromBottom: return getTrianglePointsY(height, true, pointCenter.y * 2)
90
- }
91
- }
92
-
93
- const {y1, y2, y3} = getYAxisMatrix()
94
-
95
- const points: Point[] = [
96
- {
97
- x: pointCenter.x - width/2,
98
- y: y1
99
- },
100
- {
101
- x: pointCenter.x,
102
- y: y2,
103
- },
104
- {
105
- x: pointCenter.x + width/2,
106
- y: y3
107
- }
108
- ]
109
-
110
- const pointsValue =
111
- points.map(point =>
112
- Object.keys(point).map(key => point[key]).join(' ')
113
- ).join(', ')
114
-
115
- return pointsValue
116
- }
117
-
118
- export const getImagePartitionProps = (index, length, radius) => {
119
-
120
- const multiple = 1.5
121
- const size = {
122
- width: multiple * 2 * radius * Math.sin(2 * Math.PI / length /2),
123
- height: radius,
124
- }
125
-
126
- const translate = [
127
- size.width / 2,
128
- size.height
129
- // * (1 - 168/197)
130
- ].map(s => `${s * -1}px`).join(',')
131
-
132
- const rotate = 360 / length * index
133
-
134
- return {
135
- x: radius - size.width / 2,
136
- y: radius - size.height,
137
- ...size,
138
- style: [
139
- `transform-origin: ${radius}px ${radius}px`,
140
- `transform: ${[
141
- `rotate(${rotate}deg)`,
142
- // `translate(${translate})`,
143
- ].join(' ')}`,
144
-
145
- ].join(';'),
146
- }
147
- }
148
-
149
- export const getRingCircleProps = (index, length, rRingOuter, rRingInner, r) => {
150
-
151
- const aver = (rRingOuter + rRingInner) / 2
152
- const diff = (rRingOuter - rRingInner) / 2
153
-
154
- const { point } = getPointWithNext(index, length, aver, r)
155
-
156
- const radius = diff * 0.618
157
-
158
- return {
159
- cx: point.x,
160
- cy: point.y,
161
- r: radius,
162
- style: `stroke-width: ${radius * ratioGoldenMean(6)}px`,
163
- class: "RingCircle",
164
- part: "RingCircle",
165
- }
166
- }
167
-
168
-
169
- export const pointMinus = (point1: Point, point2: Point): Point => ({
170
- x: point1.x - point2.x,
171
- y: point1.y - point2.y
172
- })
173
62
 
174
63
  export const pointPlus = (point1: Point, point2: Point): Point => ({
175
64
  x: point1.x + point2.x,
package/src/calc.ts CHANGED
@@ -25,10 +25,4 @@ const randomDirection = () => Math.random() > 0.5 ? 1 : -1
25
25
 
26
26
  export const randomInSection = (number: number) => {
27
27
  return 360 / number / 2 * (1 - 0.2) * Math.random() * randomDirection()
28
- }
29
-
30
- export const getArcLength = (radius: number, degrees: number) => {
31
- const circumference = 2 * Math.PI * radius;
32
- const arcLength = (degrees / 360) * circumference;
33
- return arcLength;
34
28
  }
@@ -1,21 +1,7 @@
1
- import { getColorSchema } from "./business.dom"
2
- import { getArcLength } from "./calc"
3
- import { getPointOnCircle, getPointWithNext, getSymmetricalPointFromScalar, getTwoPointsOfLineGradient, pointMinus, pointPlus } from "./calc.point"
4
- import { renderSvgImageProps, themedImageProps } from "./themes.image.base"
5
- import { themedCenterImagesUpdater } from "./themes.image.center"
6
- import { themedPointerImagesUpdater } from "./themes.image.pointer"
7
- import { partitionStrokeSteps } from "./themes.partitions"
1
+ import { getPointOnCircle, getPointWithNext, getSymmetricalPointFromScalar, getTwoPointsOfLineGradient, pointPlus } from "./calc.point"
8
2
  import { ArrowMode, Point, PointerMode, ContentDirection } from "./types"
9
3
  import { mapObjectValueToTuple } from "./util"
10
4
 
11
- // @ts-ignore
12
- import lightSvg from './images/light.svg'
13
- // @ts-ignore
14
- import areaSvg from './images/area.svg'
15
- // @ts-ignore
16
- import areaSecSvg from './images/areaSec.svg'
17
- // @ts-ignore
18
- import backgroundShadowSvg from './images/backgroundShadow.svg'
19
5
  import { findDegWithPointerMode } from "./business"
20
6
  import { themes } from "./themes"
21
7
 
@@ -30,8 +16,6 @@ export class SvgCalc {
30
16
  center
31
17
  length
32
18
  ratio
33
- rRingInner
34
- rRingOuter
35
19
  theme
36
20
  themeIndex
37
21
  options
@@ -39,6 +23,7 @@ export class SvgCalc {
39
23
 
40
24
  constructor({
41
25
  size,
26
+ radius,
42
27
  options,
43
28
  themeIndex,
44
29
  contentdirection,
@@ -54,9 +39,7 @@ export class SvgCalc {
54
39
  this.themeIndex = themeIndex
55
40
  this.theme = themes[themeIndex]
56
41
  //
57
- this.radius = this.theme.size.radius / 2 * this.ratio
58
- this.rRingInner = this.theme.size.rRingInner / 2 * this.ratio
59
- this.rRingOuter = this.theme.size.rRingOuter / 2 * this.ratio
42
+ this.radius = radius
60
43
  }
61
44
 
62
45
  get sizeImage () {
@@ -65,7 +48,10 @@ export class SvgCalc {
65
48
  if(this.length <= 3) return getSize(4)
66
49
 
67
50
  switch(this.length){
68
- case 6: return this.ratio * 48
51
+ case 8:
52
+ case 7: return this.ratio * 24
53
+ case 6: return this.ratio * 36
54
+ case 5: return this.ratio * 48
69
55
  case 4: return this.ratio * 56
70
56
  default: return getSize(this.length)
71
57
  }
@@ -79,10 +65,16 @@ export class SvgCalc {
79
65
  }
80
66
  }
81
67
 
82
- getSvgImageProps (index){
68
+ getSvgImageProps (index, partitionDivisor: string | number = 1.25){
83
69
  const sizeImage = this.getSizeImageByPartition(index)
84
70
 
85
- let baseRadius = this.radius - sizeImage / 2 - 3 * this.ratio
71
+ let baseRadius
72
+ if(this.options[index].name){
73
+ baseRadius = this.radius - sizeImage / 2 - 3 * this.ratio
74
+ }else{
75
+ baseRadius = (this.radius - sizeImage / 2) / Number(partitionDivisor) - 3 * this.ratio;
76
+ }
77
+
86
78
  return {
87
79
  ...this.getPropsForPartitionInfo(index, this.getOffsetImage(sizeImage), baseRadius),
88
80
  width: sizeImage,
@@ -105,6 +97,23 @@ export class SvgCalc {
105
97
  }
106
98
  }
107
99
 
100
+ getSvgTextPropsAdjustedByImage(index) {
101
+ const props = this.getSvgTextProps(index)
102
+ const size = this.options[index].image ? 80 : 100
103
+
104
+ const objectSize = {
105
+ width: size,
106
+ height: size,
107
+ }
108
+
109
+ return {
110
+ ...props,
111
+ ...objectSize,
112
+ x: this.contentdirection === 'clockwise' ? props.x : props.x - objectSize.width,
113
+ y: props.y - objectSize.height / 2,
114
+ }
115
+ }
116
+
108
117
  get offsetText (){
109
118
  return {
110
119
  center: 0,
@@ -180,25 +189,6 @@ export class SvgCalc {
180
189
  }
181
190
  }
182
191
 
183
- getRingImageProps (index) {
184
-
185
- const aver = (this.rRingOuter + this.rRingInner) / 2
186
- const diff = (this.rRingOuter - this.rRingInner) / 2 + 4 * this.ratio
187
-
188
- const { point } = getPointWithNext(index, this.length, aver, this.center)
189
-
190
- const radius = diff * 2
191
-
192
- return {
193
- x: point.x - diff,
194
- y: point.y - diff,
195
- width: radius,
196
- height: radius,
197
- //
198
- href: lightSvg
199
- }
200
- }
201
-
202
192
  getPartitionDraw(
203
193
  index: number,
204
194
  ){
@@ -209,10 +199,8 @@ export class SvgCalc {
209
199
  const { point, pointNext } = getPointWithNext(index, this.length, this.radius, this.center)
210
200
 
211
201
  const ds = [
212
- `M`,
213
- ...mapObjectValueToTuple(rPoint),
214
- `L`,
215
- ...mapObjectValueToTuple(point),
202
+ `M`, ...mapObjectValueToTuple(rPoint),
203
+ `L`, ...mapObjectValueToTuple(point),
216
204
  `A`,
217
205
  ...mapObjectValueToTuple(rRingInnerPoint),
218
206
  `0 0 1`,
@@ -224,169 +212,6 @@ export class SvgCalc {
224
212
  d: ds.join(' ')
225
213
  }
226
214
  }
227
-
228
-
229
- getBackgroundImageProps(hrefIndex: number) {
230
-
231
- const multiple = 1
232
-
233
- const size = {
234
- width: multiple * 2 * this.radius * Math.sin(2 * Math.PI / this.length /2),
235
- height: multiple * this.radius,
236
- }
237
-
238
- const hrefs = [
239
- areaSecSvg,
240
- areaSvg,
241
- ]
242
-
243
- return {
244
- x: this.center,
245
- y: this.center,
246
- ...size,
247
- href: hrefs[hrefIndex],
248
- style: `transform: translate(${[
249
- size.width / 2,
250
- size.height
251
- // * (1 - 168/197)
252
- ].map(s => `${s * -1}px`).join(',')})`,
253
- }
254
- }
255
-
256
- getLinearGradientDef(id, steps, rotation = 0) {
257
- return {
258
- props: {
259
- id,
260
- gradientTransform: `rotate(${rotation})`,
261
- gradientUnits: "userSpaceOnUse",
262
- },
263
- steps,
264
- }
265
- }
266
-
267
- backgroundCircleProps(props){
268
-
269
- const { rotation, ...rest } = props
270
-
271
- return {
272
- ...rest,
273
- cx: this.center,
274
- cy: this.center,
275
- ...(rotation ? {
276
- style: `transform-origin: ${this.center}px ${this.center}px; transform: rotate(${rotation}deg)`
277
- } : {})
278
- }
279
- }
280
-
281
- backgroundCirclePropsArray(){
282
-
283
- const propsArray = [
284
- {
285
- fill: `url(#BgRingBaseLinearGradient)`,
286
- r: this.theme.size.rBg1 / 2 * this.ratio,
287
- rotation: 135,
288
- },
289
- {
290
- fill: `url(#BgRingSmallLinearGradient)`,
291
- r: this.rRingOuter,
292
- },
293
- {
294
- fill: `url(#BgRingBaseLinearGradient)`,
295
- r: this.rRingInner,
296
- rotation: 45,
297
- },
298
- ]
299
-
300
- return propsArray.map(props => this.backgroundCircleProps(props))
301
- }
302
-
303
- getPartitionsGradientDefs() {
304
- let defs = []
305
-
306
- for(let index = 0; index < this.length; index++){
307
- let defConfig = this.getLinearGradientDef(`grad${index}`, getColorSchema(index, this.length, this.theme.partitions.colorSchema))
308
- defConfig = {
309
- ...defConfig,
310
- props: {
311
- ...defConfig.props,
312
- ...getTwoPointsOfLineGradient(this.center, index, this.length, -1 * Math.PI / 2)
313
- }
314
- }
315
- defs.push(defConfig)
316
- }
317
-
318
- return defs
319
- }
320
-
321
- getDefs() {
322
- return [
323
- this.getLinearGradientDef("BgRingBaseLinearGradient", this.theme.background.base.linearGradient.steps),
324
- this.getLinearGradientDef("BgRingSmallLinearGradient", this.theme.background.small.linearGradient.steps),
325
- this.getLinearGradientDef("LGPartitionStroke", partitionStrokeSteps, 45),
326
- ...this.getPartitionsGradientDefs(),
327
- ]
328
- }
329
-
330
- getThemedPointerImages() {
331
- let themedPointerImages = []
332
- themedPointerImagesUpdater(
333
- this.ratio,
334
- (list) => {
335
- themedPointerImages = list[this.themeIndex]
336
- }, {
337
- x: 0,
338
- y: (this.rRingOuter + this.rRingInner) / 2 / this.ratio,
339
- }
340
- )
341
- return themedPointerImages
342
- }
343
-
344
- getThemedCenterImages() {
345
- let themedCenterImages = []
346
- themedCenterImagesUpdater(this.ratio, (list) => {
347
- themedCenterImages = list[this.themeIndex]
348
- })
349
- return themedCenterImages
350
- }
351
-
352
- getThemedImageProp(themedData) {
353
- return themedImageProps(this.center, themedData)
354
- }
355
-
356
- getShadowImage(){
357
- const size = (this.rRingInner) * 2
358
- return renderSvgImageProps(this.center, backgroundShadowSvg, {
359
- width: size,
360
- height: size,
361
- })
362
- }
363
-
364
- getShadowSize(){
365
- return {
366
- cx: this.center,
367
- cy: this.center,
368
- r: (this.rRingInner)
369
- }
370
- }
371
-
372
- getPartitionBackgroundProp(index) {
373
- return {
374
- ...this.getPartitionDraw(index),
375
- fill: `url(#grad${index})`,
376
- strokeWidth: '0.5px',
377
- 'stroke-dasharray': `${this.radius} ${getArcLength(this.radius, 360 / this.length)}`,
378
- ...((this.themeIndex === 0 || this.themeIndex) === 1 ? {stroke: `url(#LGPartitionStroke)`}: {})
379
- }
380
- }
381
-
382
- getPartitionFrame(){
383
- return {
384
- ...this.getPartitionDraw(0),
385
- fill: `transparent`,
386
- stroke: `url(#GPointerPartitionFrame)`,
387
- 'stroke-dasharray': `${this.radius} ${getArcLength(this.radius, 360 / this.length)}`,
388
- }
389
- }
390
215
 
391
216
  getDeg(index?: number){
392
217
  return findDegWithPointerMode(index || this.length - 1, this.length, this.theme.pointerMode)
@@ -417,4 +242,4 @@ export class SvgCalc {
417
242
  return - Math.PI / 2
418
243
  }
419
244
  }
420
- }
245
+ }
@@ -0,0 +1,10 @@
1
+ <svg width="294" height="294" viewBox="0 0 294 294" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M147 0.0581055C65.8444 0.0581055 0.0595703 65.8429 0.0595703 146.999C0.0595703 228.154 65.8444 293.954 147 293.954C228.156 293.954 293.956 228.154 293.956 146.999C293.956 65.8429 228.156 0.0581055 147 0.0581055ZM147 270.75C78.6584 270.75 23.2491 215.355 23.2491 146.999C23.2491 78.6422 78.6584 23.2476 147 23.2476C215.342 23.2476 270.751 78.657 270.751 146.999C270.751 215.34 215.357 270.75 147 270.75Z" fill="url(#paint0_linear_4318_345)"/>
3
+ <defs>
4
+ <linearGradient id="paint0_linear_4318_345" x1="246.941" y1="47.0578" x2="35.8266" y2="258.172" gradientUnits="userSpaceOnUse">
5
+ <stop stop-color="#000604"/>
6
+ <stop offset="0.4" stop-color="#303030"/>
7
+ <stop offset="1" stop-color="#000604"/>
8
+ </linearGradient>
9
+ </defs>
10
+ </svg>
@@ -0,0 +1,27 @@
1
+ <svg width="375" height="400" viewBox="0 0 375 400" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g filter="url(#filter0_d_4318_310)">
3
+ <path d="M337 199.999C337 282.839 269.855 349.999 187 349.999C104.145 349.999 37 282.839 37 199.999C37 117.158 100.302 53.9152 179.817 50.1611C182.197 50.0577 184.606 49.9985 187 49.9985C189.394 49.9985 191.803 50.0429 194.183 50.1611C273.683 53.9152 337 119.552 337 199.984V199.999Z" fill="url(#paint0_linear_4318_310)"/>
4
+ </g>
5
+ <defs>
6
+ <filter id="filter0_d_4318_310" x="-13" y="-0.00146484" width="400" height="400" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
7
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
8
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
9
+ <feOffset/>
10
+ <feGaussianBlur stdDeviation="25"/>
11
+ <feComposite in2="hardAlpha" operator="out"/>
12
+ <feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 0.972917 0 0 0 0 0.729167 0 0 0 0.5 0"/>
13
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_4318_310"/>
14
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_4318_310" result="shape"/>
15
+ </filter>
16
+ <linearGradient id="paint0_linear_4318_310" x1="114.86" y1="324.947" x2="267.254" y2="60.9799" gradientUnits="userSpaceOnUse">
17
+ <stop stop-color="#FFB915"/>
18
+ <stop offset="0.24" stop-color="#BF8500"/>
19
+ <stop offset="0.41" stop-color="#FFE26A"/>
20
+ <stop offset="0.46" stop-color="#FFDD63"/>
21
+ <stop offset="0.53" stop-color="#FFCF51"/>
22
+ <stop offset="0.58" stop-color="#FFC13F"/>
23
+ <stop offset="0.82" stop-color="#FFB915"/>
24
+ <stop offset="1" stop-color="#FFF100"/>
25
+ </linearGradient>
26
+ </defs>
27
+ </svg>
@@ -0,0 +1,15 @@
1
+ <svg width="254" height="254" viewBox="0 0 254 254" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M127 0.29126C57.0325 0.29126 0.292969 57.0308 0.292969 126.998C0.292969 196.966 57.0325 253.705 127 253.705C196.968 253.705 253.707 196.981 253.707 126.998C253.707 57.0161 196.982 0.29126 127 0.29126ZM127 250.749C58.6583 250.749 3.24892 195.355 3.24892 126.998C3.24892 58.6418 58.6583 3.24722 127 3.24722C195.342 3.24722 250.751 58.6566 250.751 126.998C250.751 195.34 195.357 250.749 127 250.749Z" fill="url(#paint0_linear_4318_346)"/>
3
+ <defs>
4
+ <linearGradient id="paint0_linear_4318_346" x1="67.5262" y1="229.999" x2="184.789" y2="26.8949" gradientUnits="userSpaceOnUse">
5
+ <stop stop-color="#FFB915"/>
6
+ <stop offset="0.24" stop-color="#BF8500"/>
7
+ <stop offset="0.41" stop-color="#FFE26A"/>
8
+ <stop offset="0.46" stop-color="#FFDD63"/>
9
+ <stop offset="0.53" stop-color="#FFCF51"/>
10
+ <stop offset="0.58" stop-color="#FFC13F"/>
11
+ <stop offset="0.82" stop-color="#FFB915"/>
12
+ <stop offset="1" stop-color="#FFF100"/>
13
+ </linearGradient>
14
+ </defs>
15
+ </svg>
@@ -0,0 +1,11 @@
1
+ <svg width="256" height="256" viewBox="0 0 256 256" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M128 0C57.3186 0 0 57.3186 0 128C0 198.681 57.3186 256 128 256C198.681 256 256 198.696 256 128C256 57.3036 198.696 0 128 0ZM128 253.014C58.9609 253.014 2.98612 197.054 2.98612 128C2.98612 58.946 58.9609 2.98612 128 2.98612C197.039 2.98612 253.014 58.9609 253.014 128C253.014 197.039 197.054 253.014 128 253.014Z" fill="url(#paint0_linear_4318_393)"/>
3
+ <defs>
4
+ <linearGradient id="paint0_linear_4318_393" x1="182" y1="4.5" x2="77.5" y2="256" gradientUnits="userSpaceOnUse">
5
+ <stop offset="0.00312487" stop-color="#454545"/>
6
+ <stop offset="0.310417"/>
7
+ <stop offset="0.628125" stop-color="#575757"/>
8
+ <stop offset="1"/>
9
+ </linearGradient>
10
+ </defs>
11
+ </svg>
@@ -0,0 +1,36 @@
1
+ <svg width="120" height="120" viewBox="0 0 120 120" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g filter="url(#filter0_d_321_83)">
3
+ <path d="M59.9924 30C43.5289 30 30.1875 43.3414 30.1875 59.8049C30.1875 76.2684 43.5289 89.6097 59.9924 89.6097C76.4559 89.6097 89.7972 76.2684 89.7972 59.8049C89.7972 43.3414 76.4559 30 59.9924 30Z" fill="url(#paint0_linear_321_83)"/>
4
+ </g>
5
+ <path d="M41.9866 66.1805C41.3386 66.1805 40.7446 66.1085 40.2046 65.9645C39.6766 65.8205 39.2266 65.6285 38.8546 65.3885V62.9765C39.2146 63.1685 39.5626 63.3365 39.8986 63.4805C40.2466 63.6245 40.5946 63.7385 40.9426 63.8225C41.2906 63.8945 41.6446 63.9305 42.0046 63.9305C42.3046 63.9305 42.5806 63.9065 42.8326 63.8585C43.0846 63.7985 43.3006 63.7085 43.4806 63.5885C43.6726 63.4685 43.8226 63.3245 43.9306 63.1565C44.0386 62.9765 44.0926 62.7665 44.0926 62.5265C44.0926 62.1905 44.0266 61.9085 43.8946 61.6805C43.7626 61.4525 43.5826 61.2425 43.3546 61.0505C43.1266 60.8585 42.8566 60.6545 42.5446 60.4385C42.1846 60.1745 41.8366 59.8805 41.5006 59.5565C41.1646 59.2325 40.8886 58.8545 40.6726 58.4225C40.4566 57.9785 40.3486 57.4625 40.3486 56.8745C40.3486 56.2985 40.4506 55.7765 40.6546 55.3085C40.8586 54.8285 41.1526 54.4145 41.5366 54.0665C41.9326 53.7185 42.4006 53.4485 42.9406 53.2565C43.4806 53.0645 44.0866 52.9685 44.7586 52.9685C45.4306 52.9685 46.0486 53.0405 46.6126 53.1845C47.1766 53.3285 47.7226 53.5445 48.2506 53.8325L47.2966 55.8845C46.8406 55.6685 46.4026 55.5065 45.9826 55.3985C45.5746 55.2905 45.1666 55.2365 44.7586 55.2365C44.5186 55.2365 44.2966 55.2725 44.0926 55.3445C43.9006 55.4045 43.7266 55.5005 43.5706 55.6325C43.4266 55.7525 43.3126 55.9025 43.2286 56.0825C43.1446 56.2625 43.1026 56.4605 43.1026 56.6765C43.1026 56.9765 43.1626 57.2345 43.2826 57.4505C43.4146 57.6665 43.5946 57.8705 43.8226 58.0625C44.0626 58.2425 44.3506 58.4465 44.6866 58.6745C45.1666 58.9865 45.5626 59.3225 45.8746 59.6825C46.1866 60.0305 46.4206 60.4145 46.5766 60.8345C46.7326 61.2425 46.8106 61.6985 46.8106 62.2025C46.8106 62.8745 46.6846 63.4625 46.4326 63.9665C46.1806 64.4585 45.8326 64.8725 45.3886 65.2085C44.9446 65.5325 44.4286 65.7785 43.8406 65.9465C43.2646 66.1025 42.6466 66.1805 41.9866 66.1805ZM48.5076 66.0005L51.2256 53.1485H54.8076C55.8516 53.1485 56.6856 53.3045 57.3096 53.6165C57.9456 53.9285 58.4016 54.3665 58.6776 54.9305C58.9656 55.4945 59.1096 56.1485 59.1096 56.8925C59.1096 57.6605 58.9656 58.3265 58.6776 58.8905C58.4016 59.4545 58.0116 59.9285 57.5076 60.3125C57.0036 60.6845 56.4096 60.9665 55.7256 61.1585C55.0416 61.3385 54.3036 61.4285 53.5116 61.4285H52.1436L51.1896 66.0005H48.5076ZM53.7276 59.1965C54.2676 59.1965 54.7356 59.1125 55.1316 58.9445C55.5396 58.7645 55.8516 58.5065 56.0676 58.1705C56.2956 57.8345 56.4096 57.4325 56.4096 56.9645C56.4096 56.4245 56.2656 56.0285 55.9776 55.7765C55.6896 55.5125 55.2636 55.3805 54.6996 55.3805H53.4396L52.6296 59.1965H53.7276ZM58.5039 66.0005L58.8279 64.4525L60.4659 63.7325L62.2299 55.4165L60.8979 54.6965L61.2219 53.1485H66.9099L66.5859 54.6965L64.9119 55.4165L63.1479 63.7325L64.5159 64.4525L64.1919 66.0005H58.5039ZM66.3845 66.0005L69.1025 53.1485H72.2345L75.2225 62.6165H75.2945C75.3305 62.4245 75.3665 62.1905 75.4025 61.9145C75.4505 61.6385 75.4985 61.3445 75.5465 61.0325C75.6065 60.7085 75.6665 60.3905 75.7265 60.0785C75.7865 59.7665 75.8405 59.4845 75.8885 59.2325L77.1845 53.1485H79.5965L76.8785 66.0005H73.8725L70.7405 56.2805H70.6505C70.6385 56.3525 70.6145 56.5265 70.5785 56.8025C70.5425 57.0665 70.4945 57.3845 70.4345 57.7565C70.3865 58.1285 70.3265 58.5125 70.2545 58.9085C70.1945 59.2925 70.1345 59.6405 70.0745 59.9525L68.7965 66.0005H66.3845Z" fill="url(#paint1_linear_321_83)"/>
6
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M93.7972 59.8053C93.7972 47.716 87.4542 37.1107 77.914 31.1353L72.866 24.5679L71.2409 27.9164C67.7221 26.6755 63.9362 26.0005 59.9924 26.0005C41.3197 26.0005 26.1875 41.1327 26.1875 59.8053C26.1875 70.7672 31.4025 80.5089 39.4874 86.6852L46.2741 94.5956L47.6632 91.2922C51.483 92.7887 55.6416 93.6102 59.9924 93.6102C78.665 93.6102 93.7972 78.478 93.7972 59.8053ZM49.2147 87.6027C52.557 88.8991 56.1915 89.6102 59.9924 89.6102C76.4559 89.6102 89.7972 76.2688 89.7972 59.8053C89.7972 49.1301 84.1879 39.7675 75.7552 34.5037L67.9996 34.5954L69.4813 31.5422C66.5009 30.5423 63.31 30.0005 59.9924 30.0005C43.5289 30.0005 30.1875 43.3418 30.1875 59.8053C30.1875 70.2587 35.5661 79.4534 43.7073 84.7734L50.5947 84.3211L49.2147 87.6027Z" fill="url(#paint2_linear_321_83)"/>
7
+ <defs>
8
+ <filter id="filter0_d_321_83" x="0.1875" y="0" width="119.61" height="119.61" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
9
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
10
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
11
+ <feOffset/>
12
+ <feGaussianBlur stdDeviation="15"/>
13
+ <feComposite in2="hardAlpha" operator="out"/>
14
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0"/>
15
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_321_83"/>
16
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_321_83" result="shape"/>
17
+ </filter>
18
+ <linearGradient id="paint0_linear_321_83" x1="48.9996" y1="102.5" x2="74.9996" y2="24.5" gradientUnits="userSpaceOnUse">
19
+ <stop offset="0.0604165" stop-color="#FFB915"/>
20
+ <stop offset="0.2375" stop-color="#C48A02"/>
21
+ <stop offset="0.477083" stop-color="#FFE067"/>
22
+ <stop offset="0.721875" stop-color="#FFB915"/>
23
+ <stop offset="1" stop-color="#FFF100"/>
24
+ </linearGradient>
25
+ <linearGradient id="paint1_linear_321_83" x1="71.1177" y1="48.4796" x2="64.6579" y2="74.2794" gradientUnits="userSpaceOnUse">
26
+ <stop stop-color="#170C06"/>
27
+ <stop offset="0.33125" stop-color="#575757"/>
28
+ <stop offset="1" stop-color="#170C06"/>
29
+ </linearGradient>
30
+ <linearGradient id="paint2_linear_321_83" x1="79.4996" y1="28.7109" x2="51.378" y2="93.2576" gradientUnits="userSpaceOnUse">
31
+ <stop stop-color="#170C06"/>
32
+ <stop offset="0.33125" stop-color="#575757"/>
33
+ <stop offset="1" stop-color="#170C06"/>
34
+ </linearGradient>
35
+ </defs>
36
+ </svg>