@rocapine/react-native-onboarding 1.13.0 → 1.15.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (26) hide show
  1. package/dist/onboarding-example.d.ts +926 -818
  2. package/dist/onboarding-example.d.ts.map +1 -1
  3. package/dist/onboarding-example.js +306 -255
  4. package/dist/onboarding-example.js.map +1 -1
  5. package/dist/steps/ComposableScreen/elements/SafeAreaViewElement.d.ts +102 -0
  6. package/dist/steps/ComposableScreen/elements/SafeAreaViewElement.d.ts.map +1 -0
  7. package/dist/steps/ComposableScreen/elements/SafeAreaViewElement.js +22 -0
  8. package/dist/steps/ComposableScreen/elements/SafeAreaViewElement.js.map +1 -0
  9. package/dist/steps/ComposableScreen/elements/VideoElement.d.ts +6 -0
  10. package/dist/steps/ComposableScreen/elements/VideoElement.d.ts.map +1 -1
  11. package/dist/steps/ComposableScreen/elements/VideoElement.js +1 -0
  12. package/dist/steps/ComposableScreen/elements/VideoElement.js.map +1 -1
  13. package/dist/steps/ComposableScreen/elements/ZStackElement.d.ts +66 -0
  14. package/dist/steps/ComposableScreen/elements/ZStackElement.d.ts.map +1 -0
  15. package/dist/steps/ComposableScreen/elements/ZStackElement.js +6 -0
  16. package/dist/steps/ComposableScreen/elements/ZStackElement.js.map +1 -0
  17. package/dist/steps/ComposableScreen/types.d.ts +16 -0
  18. package/dist/steps/ComposableScreen/types.d.ts.map +1 -1
  19. package/dist/steps/ComposableScreen/types.js +16 -0
  20. package/dist/steps/ComposableScreen/types.js.map +1 -1
  21. package/package.json +1 -1
  22. package/src/onboarding-example.ts +51 -0
  23. package/src/steps/ComposableScreen/elements/SafeAreaViewElement.ts +28 -0
  24. package/src/steps/ComposableScreen/elements/VideoElement.ts +2 -0
  25. package/src/steps/ComposableScreen/elements/ZStackElement.ts +6 -0
  26. package/src/steps/ComposableScreen/types.ts +32 -0
@@ -1 +1 @@
1
- {"version":3,"file":"onboarding-example.d.ts","sourceRoot":"","sources":["../src/onboarding-example.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2ZR,CAAC"}
1
+ {"version":3,"file":"onboarding-example.d.ts","sourceRoot":"","sources":["../src/onboarding-example.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8cR,CAAC"}
@@ -97,287 +97,338 @@ exports.onboardingExample = {
97
97
  payload: {
98
98
  elements: [
99
99
  {
100
- id: "root",
101
- type: "YStack",
102
- props: { gap: 24, padding: 24 },
100
+ id: "safe-root",
101
+ type: "SafeAreaView",
102
+ props: { flex: 1, edges: ["top", "bottom"] },
103
103
  children: [
104
104
  {
105
- id: "hero-lottie",
106
- type: "Lottie",
107
- props: {
108
- source: "https://raw.githubusercontent.com/airbnb/lottie-web/master/demo/adrock/data.json",
109
- height: 180,
110
- autoPlay: true,
111
- loop: true,
112
- },
113
- },
114
- {
115
- id: "hero-rive",
116
- type: "Rive",
117
- props: {
118
- url: "https://cdn.rive.app/animations/vehicles.riv",
119
- height: 180,
120
- autoPlay: true,
121
- fit: "Contain",
122
- },
123
- },
124
- {
125
- id: "hero-image",
126
- type: "Image",
127
- props: {
128
- url: "https://picsum.photos/800/400?grayscale",
129
- height: 180,
130
- resizeMode: "cover",
131
- borderRadius: 16,
132
- },
133
- },
134
- {
135
- id: "hero-icon",
136
- type: "Icon",
137
- props: {
138
- name: "Star",
139
- size: 48,
140
- color: "#007AFF",
141
- marginVertical: 8,
142
- },
143
- },
144
- {
145
- id: "hero-video",
146
- type: "Video",
147
- props: {
148
- url: "https://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4",
149
- height: 200,
150
- borderRadius: 12,
151
- controls: true,
152
- muted: true,
153
- },
154
- },
155
- {
156
- id: "hero-input",
157
- type: "Input",
158
- props: {
159
- variableName: "name",
160
- placeholder: "Enter your name",
161
- keyboardType: "default",
162
- returnKeyType: "done",
163
- autoCapitalize: "words",
164
- marginVertical: 8,
165
- },
166
- },
167
- {
168
- id: "greeting",
169
- type: "Text",
170
- props: {
171
- content: "Hello {{name}}!",
172
- mode: "expression",
173
- fontSize: 18,
174
- fontWeight: "600",
175
- textAlign: "center",
176
- marginVertical: 4,
177
- },
178
- },
179
- {
180
- id: "headline",
181
- type: "Text",
182
- props: {
183
- content: "Built from the CMS",
184
- fontSize: 28,
185
- fontWeight: "700",
186
- fontFamily: "System",
187
- textAlign: "center",
188
- },
189
- },
190
- {
191
- id: "subheadline",
192
- type: "Text",
193
- props: {
194
- content: "This screen is composed entirely from a JSON payload — no custom renderer needed.",
195
- fontSize: 15,
196
- textAlign: "center",
197
- lineHeight: 22,
198
- opacity: 0.6,
199
- },
200
- },
201
- {
202
- id: "hero-radio",
203
- type: "RadioGroup",
204
- props: {
205
- variableName: "plan",
206
- defaultValue: "monthly",
207
- gap: 8,
208
- marginVertical: 8,
209
- items: [
210
- { label: "Monthly", value: "monthly" },
211
- { label: "Yearly", value: "yearly" },
212
- { label: "Lifetime", value: "lifetime" },
213
- ],
214
- },
215
- },
216
- {
217
- id: "plan-display",
218
- type: "Text",
219
- props: {
220
- content: "Selected: {{plan}}",
221
- mode: "expression",
222
- fontSize: 14,
223
- textAlign: "center",
224
- opacity: 0.6,
225
- marginVertical: 4,
226
- },
227
- },
228
- {
229
- id: "hero-checkbox",
230
- type: "CheckboxGroup",
231
- props: {
232
- variableName: "goals",
233
- defaultValues: ["health", "fitness"],
234
- gap: 8,
235
- marginVertical: 8,
236
- items: [
237
- { label: "Improve health", value: "health" },
238
- { label: "Build fitness", value: "fitness" },
239
- { label: "Lose weight", value: "weight" },
240
- { label: "Gain muscle", value: "muscle" },
241
- ],
242
- },
243
- },
244
- {
245
- id: "goals-display",
246
- type: "Text",
247
- props: {
248
- content: "Goals: {{goals}}",
249
- mode: "expression",
250
- fontSize: 14,
251
- textAlign: "center",
252
- opacity: 0.6,
253
- marginVertical: 4,
254
- },
255
- },
256
- {
257
- id: "hero-date-picker",
258
- type: "DatePicker",
259
- props: {
260
- variableName: "birthdate",
261
- defaultValue: "1990-01-01T00:00:00.000Z",
262
- mode: "date",
263
- display: "spinner",
264
- maximumDate: new Date().toISOString(), // static at module load time — suitable for demo; use a runtime value in production
265
- marginVertical: 8,
266
- },
267
- },
268
- {
269
- id: "birthdate-display",
270
- type: "Text",
271
- props: {
272
- content: "Birth date: {{birthdate}}",
273
- mode: "expression",
274
- fontSize: 14,
275
- textAlign: "center",
276
- opacity: 0.6,
277
- marginVertical: 4,
278
- },
279
- },
280
- {
281
- id: "hero-carousel",
282
- type: "Carousel",
283
- props: {
284
- carouselType: "parallax",
285
- autoPlay: true,
286
- autoPlayInterval: 3000,
287
- loop: true,
288
- showDots: true,
289
- height: 220,
290
- borderRadius: 16,
291
- marginVertical: 8,
292
- },
105
+ id: "root",
106
+ type: "YStack",
107
+ props: { gap: 24, padding: 24 },
293
108
  children: [
294
109
  {
295
- id: "carousel-slide-1",
296
- type: "Image",
110
+ id: "hero-lottie",
111
+ type: "Lottie",
297
112
  props: {
298
- url: "https://picsum.photos/400/220?random=10",
299
- height: 220,
300
- resizeMode: "cover",
113
+ source: "https://raw.githubusercontent.com/airbnb/lottie-web/master/demo/adrock/data.json",
114
+ height: 180,
115
+ autoPlay: true,
116
+ loop: true,
301
117
  },
302
118
  },
303
119
  {
304
- id: "carousel-slide-2",
305
- type: "Image",
120
+ id: "hero-rive",
121
+ type: "Rive",
306
122
  props: {
307
- url: "https://picsum.photos/400/220?random=11",
308
- height: 220,
309
- resizeMode: "cover",
123
+ url: "https://cdn.rive.app/animations/vehicles.riv",
124
+ height: 180,
125
+ autoPlay: true,
126
+ fit: "Contain",
310
127
  },
311
128
  },
312
129
  {
313
- id: "carousel-slide-3",
130
+ id: "hero-image",
314
131
  type: "Image",
315
132
  props: {
316
- url: "https://picsum.photos/400/220?random=12",
317
- height: 220,
133
+ url: "https://picsum.photos/800/400?grayscale",
134
+ height: 180,
318
135
  resizeMode: "cover",
136
+ borderRadius: 16,
319
137
  },
320
138
  },
321
- ],
322
- },
323
- {
324
- id: "hero-button",
325
- type: "Button",
326
- props: {
327
- label: "Get Started",
328
- variant: "filled",
329
- marginVertical: 8,
330
- },
331
- },
332
- {
333
- id: "gradient-card",
334
- type: "YStack",
335
- props: {
336
- padding: 20,
337
- gap: 8,
338
- borderRadius: 16,
339
- overflow: "hidden",
340
- marginVertical: 4,
341
- backgroundGradient: {
342
- type: "linear",
343
- from: "topLeft",
344
- to: "bottomRight",
345
- stops: [
346
- { color: "#6C63FF" },
347
- { color: "#FF6584" },
348
- ],
139
+ {
140
+ id: "hero-icon",
141
+ type: "Icon",
142
+ props: {
143
+ name: "Star",
144
+ size: 48,
145
+ color: "#007AFF",
146
+ marginVertical: 8,
147
+ },
148
+ },
149
+ {
150
+ id: "hero-video",
151
+ type: "Video",
152
+ props: {
153
+ url: "https://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4",
154
+ height: 200,
155
+ borderRadius: 12,
156
+ controls: true,
157
+ muted: true,
158
+ contentFit: "cover",
159
+ },
349
160
  },
350
- },
351
- children: [
352
161
  {
353
- id: "gradient-card-title",
162
+ id: "hero-input",
163
+ type: "Input",
164
+ props: {
165
+ variableName: "name",
166
+ placeholder: "Enter your name",
167
+ keyboardType: "default",
168
+ returnKeyType: "done",
169
+ autoCapitalize: "words",
170
+ marginVertical: 8,
171
+ },
172
+ },
173
+ {
174
+ id: "greeting",
354
175
  type: "Text",
355
- props: { content: "Linear gradient", fontSize: 15, fontWeight: "700", color: "#fff" },
176
+ props: {
177
+ content: "Hello {{name}}!",
178
+ mode: "expression",
179
+ fontSize: 18,
180
+ fontWeight: "600",
181
+ textAlign: "center",
182
+ marginVertical: 4,
183
+ },
356
184
  },
357
185
  {
358
- id: "gradient-card-body",
186
+ id: "headline",
359
187
  type: "Text",
360
- props: { content: "topLeft → bottomRight", fontSize: 12, color: "#fff", opacity: 0.85 },
188
+ props: {
189
+ content: "Built from the CMS",
190
+ fontSize: 28,
191
+ fontWeight: "700",
192
+ fontFamily: "System",
193
+ textAlign: "center",
194
+ },
361
195
  },
362
- ],
363
- },
364
- {
365
- id: "gradient-button",
366
- type: "Button",
367
- props: {
368
- label: "Gradient Button",
369
- variant: "filled",
370
- marginVertical: 4,
371
- backgroundGradient: {
372
- type: "linear",
373
- from: "left",
374
- to: "right",
375
- stops: [
376
- { color: "#FF6584", position: 0 },
377
- { color: "#6C63FF", position: 1 },
196
+ {
197
+ id: "subheadline",
198
+ type: "Text",
199
+ props: {
200
+ content: "This screen is composed entirely from a JSON payload — no custom renderer needed.",
201
+ fontSize: 15,
202
+ textAlign: "center",
203
+ lineHeight: 22,
204
+ opacity: 0.6,
205
+ },
206
+ },
207
+ {
208
+ id: "hero-radio",
209
+ type: "RadioGroup",
210
+ props: {
211
+ variableName: "plan",
212
+ defaultValue: "monthly",
213
+ gap: 8,
214
+ marginVertical: 8,
215
+ items: [
216
+ { label: "Monthly", value: "monthly" },
217
+ { label: "Yearly", value: "yearly" },
218
+ { label: "Lifetime", value: "lifetime" },
219
+ ],
220
+ },
221
+ },
222
+ {
223
+ id: "plan-display",
224
+ type: "Text",
225
+ props: {
226
+ content: "Selected: {{plan}}",
227
+ mode: "expression",
228
+ fontSize: 14,
229
+ textAlign: "center",
230
+ opacity: 0.6,
231
+ marginVertical: 4,
232
+ },
233
+ },
234
+ {
235
+ id: "hero-checkbox",
236
+ type: "CheckboxGroup",
237
+ props: {
238
+ variableName: "goals",
239
+ defaultValues: ["health", "fitness"],
240
+ gap: 8,
241
+ marginVertical: 8,
242
+ items: [
243
+ { label: "Improve health", value: "health" },
244
+ { label: "Build fitness", value: "fitness" },
245
+ { label: "Lose weight", value: "weight" },
246
+ { label: "Gain muscle", value: "muscle" },
247
+ ],
248
+ },
249
+ },
250
+ {
251
+ id: "goals-display",
252
+ type: "Text",
253
+ props: {
254
+ content: "Goals: {{goals}}",
255
+ mode: "expression",
256
+ fontSize: 14,
257
+ textAlign: "center",
258
+ opacity: 0.6,
259
+ marginVertical: 4,
260
+ },
261
+ },
262
+ {
263
+ id: "hero-date-picker",
264
+ type: "DatePicker",
265
+ props: {
266
+ variableName: "birthdate",
267
+ defaultValue: "1990-01-01T00:00:00.000Z",
268
+ mode: "date",
269
+ display: "spinner",
270
+ maximumDate: new Date().toISOString(), // static at module load time — suitable for demo; use a runtime value in production
271
+ marginVertical: 8,
272
+ },
273
+ },
274
+ {
275
+ id: "birthdate-display",
276
+ type: "Text",
277
+ props: {
278
+ content: "Birth date: {{birthdate}}",
279
+ mode: "expression",
280
+ fontSize: 14,
281
+ textAlign: "center",
282
+ opacity: 0.6,
283
+ marginVertical: 4,
284
+ },
285
+ },
286
+ {
287
+ id: "hero-carousel",
288
+ type: "Carousel",
289
+ props: {
290
+ carouselType: "parallax",
291
+ autoPlay: true,
292
+ autoPlayInterval: 3000,
293
+ loop: true,
294
+ showDots: true,
295
+ height: 220,
296
+ borderRadius: 16,
297
+ marginVertical: 8,
298
+ },
299
+ children: [
300
+ {
301
+ id: "carousel-slide-1",
302
+ type: "Image",
303
+ props: {
304
+ url: "https://picsum.photos/400/220?random=10",
305
+ height: 220,
306
+ resizeMode: "cover",
307
+ },
308
+ },
309
+ {
310
+ id: "carousel-slide-2",
311
+ type: "Image",
312
+ props: {
313
+ url: "https://picsum.photos/400/220?random=11",
314
+ height: 220,
315
+ resizeMode: "cover",
316
+ },
317
+ },
318
+ {
319
+ id: "carousel-slide-3",
320
+ type: "Image",
321
+ props: {
322
+ url: "https://picsum.photos/400/220?random=12",
323
+ height: 220,
324
+ resizeMode: "cover",
325
+ },
326
+ },
327
+ ],
328
+ },
329
+ {
330
+ id: "zstack-demo",
331
+ type: "ZStack",
332
+ props: {
333
+ height: 200,
334
+ borderRadius: 16,
335
+ overflow: "hidden",
336
+ marginVertical: 8,
337
+ },
338
+ children: [
339
+ {
340
+ id: "zstack-bg",
341
+ type: "Image",
342
+ props: {
343
+ url: "https://picsum.photos/800/400?random=20",
344
+ height: 200,
345
+ resizeMode: "cover",
346
+ },
347
+ },
348
+ {
349
+ id: "zstack-overlay",
350
+ type: "YStack",
351
+ props: {
352
+ flex: 1,
353
+ backgroundColor: "rgba(0,0,0,0.45)",
354
+ padding: 20,
355
+ justifyContent: "flex-end",
356
+ },
357
+ children: [
358
+ {
359
+ id: "zstack-label",
360
+ type: "Text",
361
+ props: {
362
+ content: "ZStack: layered elements",
363
+ fontSize: 18,
364
+ fontWeight: "700",
365
+ color: "#fff",
366
+ },
367
+ },
368
+ ],
369
+ },
378
370
  ],
379
371
  },
380
- },
372
+ {
373
+ id: "hero-button",
374
+ type: "Button",
375
+ props: {
376
+ label: "Get Started",
377
+ variant: "filled",
378
+ marginVertical: 8,
379
+ },
380
+ },
381
+ {
382
+ id: "gradient-card",
383
+ type: "YStack",
384
+ props: {
385
+ padding: 20,
386
+ gap: 8,
387
+ borderRadius: 16,
388
+ overflow: "hidden",
389
+ marginVertical: 4,
390
+ backgroundGradient: {
391
+ type: "linear",
392
+ from: "topLeft",
393
+ to: "bottomRight",
394
+ stops: [
395
+ { color: "#6C63FF" },
396
+ { color: "#FF6584" },
397
+ ],
398
+ },
399
+ },
400
+ children: [
401
+ {
402
+ id: "gradient-card-title",
403
+ type: "Text",
404
+ props: { content: "Linear gradient", fontSize: 15, fontWeight: "700", color: "#fff" },
405
+ },
406
+ {
407
+ id: "gradient-card-body",
408
+ type: "Text",
409
+ props: { content: "topLeft → bottomRight", fontSize: 12, color: "#fff", opacity: 0.85 },
410
+ },
411
+ ],
412
+ },
413
+ {
414
+ id: "gradient-button",
415
+ type: "Button",
416
+ props: {
417
+ label: "Gradient Button",
418
+ variant: "filled",
419
+ marginVertical: 4,
420
+ backgroundGradient: {
421
+ type: "linear",
422
+ from: "left",
423
+ to: "right",
424
+ stops: [
425
+ { color: "#FF6584", position: 0 },
426
+ { color: "#6C63FF", position: 1 },
427
+ ],
428
+ },
429
+ },
430
+ },
431
+ ],
381
432
  },
382
433
  ],
383
434
  },