@wecareu/icons 1.1.0 → 1.1.2

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/index.mjs CHANGED
@@ -1,635 +1,11 @@
1
- // ../theme/lib/module/index.js
2
- import * as React from "react";
3
-
4
- // ../tokens/lib/module/index.js
5
- var themeColors = {
6
- dark: {
7
- accent: {
8
- hover: "#5e318e",
9
- pressed: "#3c1c6e",
10
- primary: "#4d267e"
11
- },
12
- background: {
13
- card: "#231639",
14
- elevated: "#181829",
15
- primary: "#0b0c13",
16
- quaternary: "#100e1c",
17
- secondary: "#1e1d34",
18
- tertiary: "#13141b"
19
- },
20
- border: {
21
- disabled: "#333445",
22
- light: "#292a39",
23
- secondary: "#292a39"
24
- },
25
- interactive: {
26
- primary: "#803ed0",
27
- primaryDisabled: "#333445",
28
- primaryHover: "#9148e0",
29
- primaryPressed: "#6f34b8",
30
- secondary: "#494681",
31
- secondaryHover: "#5a5691",
32
- secondaryPressed: "#3a3669"
33
- },
34
- rating: {
35
- primary: "#FFB000"
36
- },
37
- status: {
38
- available: "#4d267e",
39
- busy: "#FFB74D",
40
- offline: "#6f6c70",
41
- online: "#81C784"
42
- },
43
- surface: {
44
- card: "#231639",
45
- cardSecondary: "#1e1d34",
46
- disabled: "#100e1c",
47
- elevated: "#231639",
48
- header: "#13141b",
49
- input: "#1e1d34",
50
- modal: "#181829",
51
- primary: "#1e1d34",
52
- secondary: "#13141b",
53
- tabBar: "#100e1c",
54
- tertiary: "#181829"
55
- },
56
- text: {
57
- badge: "#0b0c13",
58
- disabled: "#6f6c70",
59
- placeholder: "#9b989c",
60
- primary: "#e8e5e9",
61
- secondary: "#c8c5c9",
62
- tertiary: "#9b989c"
63
- }
64
- },
65
- light: {
66
- accent: {
67
- hover: "#9670c7",
68
- pressed: "#835fa5",
69
- primary: "#a981d9"
70
- },
71
- background: {
72
- card: "#d4c7ea",
73
- elevated: "#cccbe2",
74
- primary: "#ecedf4",
75
- quaternary: "#d7d7e8",
76
- secondary: "#e4e5ec",
77
- tertiary: "#e6e3f2"
78
- },
79
- border: {
80
- disabled: "#e4e5ec",
81
- light: "#e6e3f2",
82
- secondary: "#d7d7e8"
83
- },
84
- interactive: {
85
- primary: "#712fc1",
86
- primaryDisabled: "#b8b5bb",
87
- primaryHover: "#5f2399",
88
- primaryPressed: "#4d1a7a",
89
- secondary: "#817eb9",
90
- secondaryHover: "#6f6b9a",
91
- secondaryPressed: "#5d597b"
92
- },
93
- rating: {
94
- primary: "#FFD700"
95
- },
96
- status: {
97
- available: "#a981d9",
98
- busy: "#FF9800",
99
- offline: "#adadb0",
100
- online: "#4CAF50"
101
- },
102
- surface: {
103
- card: "#d4c7ea",
104
- cardSecondary: "#e6e3f2",
105
- disabled: "#e4e5ec",
106
- header: "#e4e5ec",
107
- input: "#e6e3f2",
108
- modal: "#cccbe2",
109
- secondary: "#e6e3f2",
110
- tabBar: "#d7d7e8",
111
- tertiary: "#d7d7e8"
112
- },
113
- text: {
114
- badge: "#ecedf4",
115
- disabled: "#adadb0",
116
- placeholder: "#8b888c",
117
- primary: "#2a282b",
118
- secondary: "#4b484c",
119
- tertiary: "#6b686c"
120
- }
121
- }
122
- };
123
- var neutralColors = {
124
- black: "#000000",
125
- gray50: "#FAFAFA",
126
- gray100: "#F5F4F5",
127
- gray200: "#EDEAEE",
128
- gray300: "#E0DCE1",
129
- gray400: "#D0CDD1",
130
- gray500: "#B6B3B7",
131
- gray600: "#9B989C",
132
- gray700: "#6F6C70",
133
- gray800: "#4B484C",
134
- gray900: "#2A282B",
135
- transparent: "transparent",
136
- white: "#FFFFFF"
137
- };
138
- var semanticColors = {
139
- dark: {
140
- error: "#EF5350",
141
- info: "#64B5F6",
142
- success: "#81C784",
143
- warning: "#FFB74D"
144
- },
145
- light: {
146
- error: "#F44336",
147
- info: "#2196F3",
148
- success: "#4CAF50",
149
- warning: "#FF9800"
150
- }
151
- };
152
- var gradientColors = {
153
- dark: {
154
- primary: [themeColors.dark.interactive.primary, themeColors.dark.accent.primary],
155
- secondary: [themeColors.dark.interactive.secondary, themeColors.dark.interactive.primary],
156
- button: ["#BC4CF7", "#7873EE"],
157
- buttonDisabled: ["#BC4CF760", "#7873EE60"]
158
- },
159
- light: {
160
- primary: [themeColors.light.interactive.primary, themeColors.light.accent.primary],
161
- secondary: [themeColors.light.interactive.secondary, themeColors.light.interactive.primary],
162
- button: ["#BC4CF7", "#7873EE"],
163
- buttonDisabled: ["#BC4CF760", "#7873EE60"]
164
- }
165
- };
166
- var alphaColors = {
167
- dark: {
168
- border: "rgba(182, 179, 183, 0.3)",
169
- overlay: "rgba(0, 0, 0, 0.7)",
170
- surface: "rgba(182, 179, 183, 0.1)"
171
- },
172
- light: {
173
- border: "rgba(75, 72, 76, 0.2)",
174
- overlay: "rgba(0, 0, 0, 0.5)",
175
- surface: "rgba(255, 255, 255, 0.8)"
176
- }
177
- };
178
- var shadowColors = {
179
- dark: {
180
- button: "rgba(128, 62, 208, 0.3)",
181
- card: "rgba(0, 0, 0, 0.3)",
182
- primary: themeColors.dark.interactive.primary,
183
- primaryFull: `0 20px 80px -10px ${themeColors.dark.interactive.primary}`,
184
- secondary: "rgba(0, 0, 0, 0.5)"
185
- },
186
- light: {
187
- button: "rgba(113, 47, 193, 0.25)",
188
- card: "rgba(75, 72, 76, 0.03)",
189
- primary: themeColors.light.interactive.primary,
190
- primaryFull: `0 20px 80px -10px ${themeColors.light.interactive.primary}`,
191
- secondary: "rgba(75, 72, 76, 0.06)"
192
- }
193
- };
194
- var shadowStyles = {
195
- dark: {
196
- card: {
197
- elevation: 1,
198
- shadowColor: shadowColors.dark.card,
199
- shadowOffset: {
200
- height: 1,
201
- width: 0
202
- },
203
- shadowOpacity: 1,
204
- shadowRadius: 3
205
- },
206
- primary: {
207
- elevation: 20,
208
- shadowColor: shadowColors.dark.primary,
209
- shadowOffset: {
210
- height: 20,
211
- width: 0
212
- },
213
- shadowOpacity: 1,
214
- shadowRadius: 35
215
- },
216
- secondary: {
217
- elevation: 2,
218
- shadowColor: shadowColors.dark.secondary,
219
- shadowOffset: {
220
- height: 2,
221
- width: 0
222
- },
223
- shadowOpacity: 1,
224
- shadowRadius: 4
225
- }
226
- },
227
- light: {
228
- card: {
229
- elevation: 1,
230
- shadowColor: shadowColors.light.card,
231
- shadowOffset: {
232
- height: 1,
233
- width: 0
234
- },
235
- shadowOpacity: 1,
236
- shadowRadius: 3
237
- },
238
- primary: {
239
- elevation: 20,
240
- shadowColor: shadowColors.light.primary,
241
- shadowOffset: {
242
- height: 20,
243
- width: 0
244
- },
245
- shadowOpacity: 1,
246
- shadowRadius: 35
247
- },
248
- secondary: {
249
- elevation: 2,
250
- shadowColor: shadowColors.light.secondary,
251
- shadowOffset: {
252
- height: 2,
253
- width: 0
254
- },
255
- shadowOpacity: 1,
256
- shadowRadius: 4
257
- }
258
- }
259
- };
260
- var fontFamilies = {
261
- regular: "Livvic",
262
- semibold: "LivvicSemiBold",
263
- bold: "LivvicBold",
264
- heading: "LivvicBold",
265
- body: "Livvic",
266
- caption: "Livvic",
267
- button: "LivvicSemiBold"
268
- };
269
- var fontSizes = {
270
- xs: 12,
271
- sm: 14,
272
- md: 16,
273
- lg: 18,
274
- xl: 20,
275
- xxl: 24,
276
- huge: 32,
277
- caption: 12,
278
- body: 16,
279
- subtitle: 18,
280
- title: 20,
281
- heading: 24,
282
- display: 32
283
- };
284
- var lineHeights = {
285
- displayLarge: 38,
286
- displayMedium: 29,
287
- headingLarge: 28,
288
- headingMedium: 25,
289
- headingSmall: 22,
290
- bodyLarge: 29,
291
- bodyMedium: 22,
292
- bodySmall: 20,
293
- labelLarge: 22,
294
- labelMedium: 20,
295
- labelSmall: 17,
296
- buttonLarge: 22,
297
- buttonMedium: 20,
298
- caption: 17
299
- };
300
- var fontWeights = {
301
- regular: "400",
302
- medium: "500",
303
- semibold: "600",
304
- bold: "700"
305
- };
306
- var textStyles = {
307
- displayLarge: {
308
- fontFamily: fontFamilies.bold,
309
- fontSize: fontSizes.huge,
310
- fontWeight: fontWeights.bold,
311
- lineHeight: lineHeights.displayLarge
312
- },
313
- displayMedium: {
314
- fontFamily: fontFamilies.bold,
315
- fontSize: fontSizes.heading,
316
- fontWeight: fontWeights.bold,
317
- lineHeight: lineHeights.displayMedium
318
- },
319
- headingLarge: {
320
- fontFamily: fontFamilies.bold,
321
- fontSize: fontSizes.title,
322
- fontWeight: fontWeights.bold,
323
- lineHeight: lineHeights.headingLarge
324
- },
325
- headingMedium: {
326
- fontFamily: fontFamilies.semibold,
327
- fontSize: fontSizes.subtitle,
328
- fontWeight: fontWeights.semibold,
329
- lineHeight: lineHeights.headingMedium
330
- },
331
- headingSmall: {
332
- fontFamily: fontFamilies.semibold,
333
- fontSize: fontSizes.md,
334
- fontWeight: fontWeights.semibold,
335
- lineHeight: lineHeights.headingSmall
336
- },
337
- bodyLarge: {
338
- fontFamily: fontFamilies.regular,
339
- fontSize: fontSizes.lg,
340
- fontWeight: fontWeights.regular,
341
- lineHeight: lineHeights.bodyLarge
342
- },
343
- bodyMedium: {
344
- fontFamily: fontFamilies.regular,
345
- fontSize: fontSizes.body,
346
- fontWeight: fontWeights.regular,
347
- lineHeight: lineHeights.bodyMedium
348
- },
349
- bodySmall: {
350
- fontFamily: fontFamilies.regular,
351
- fontSize: fontSizes.sm,
352
- fontWeight: fontWeights.regular,
353
- lineHeight: lineHeights.bodySmall
354
- },
355
- labelLarge: {
356
- fontFamily: fontFamilies.semibold,
357
- fontSize: fontSizes.md,
358
- fontWeight: fontWeights.semibold,
359
- lineHeight: lineHeights.labelLarge
360
- },
361
- labelMedium: {
362
- fontFamily: fontFamilies.semibold,
363
- fontSize: fontSizes.sm,
364
- fontWeight: fontWeights.semibold,
365
- lineHeight: lineHeights.labelMedium
366
- },
367
- labelSmall: {
368
- fontFamily: fontFamilies.regular,
369
- fontSize: fontSizes.xs,
370
- fontWeight: fontWeights.regular,
371
- lineHeight: lineHeights.labelSmall
372
- },
373
- buttonLarge: {
374
- fontFamily: fontFamilies.semibold,
375
- fontSize: fontSizes.md,
376
- fontWeight: fontWeights.semibold,
377
- lineHeight: lineHeights.buttonLarge
378
- },
379
- buttonMedium: {
380
- fontFamily: fontFamilies.semibold,
381
- fontSize: fontSizes.sm,
382
- fontWeight: fontWeights.semibold,
383
- lineHeight: lineHeights.buttonMedium
384
- },
385
- caption: {
386
- fontFamily: fontFamilies.regular,
387
- fontSize: fontSizes.caption,
388
- fontWeight: fontWeights.regular,
389
- lineHeight: lineHeights.caption
390
- }
391
- };
392
- var spacing = {
393
- xs: 4,
394
- sm: 8,
395
- md: 12,
396
- lg: 16,
397
- xl: 24,
398
- xxl: 32,
399
- xxxl: 48,
400
- headerHeight: 56,
401
- tabBarHeight: 80
402
- };
403
- var radius = {
404
- xs: 4,
405
- sm: 6,
406
- md: 8,
407
- lg: 12,
408
- xl: 16,
409
- xxl: 24,
410
- round: 9999
411
- };
412
- var tokens = {
413
- dark: {
414
- colors: {
415
- background: themeColors.dark.background.primary,
416
- error: semanticColors.dark.error,
417
- onBackground: themeColors.dark.text.primary,
418
- onError: neutralColors.white,
419
- onPrimary: neutralColors.white,
420
- onSecondary: neutralColors.black,
421
- onSurface: themeColors.dark.text.primary,
422
- primary: themeColors.dark.interactive.primary,
423
- primaryVariant: themeColors.dark.accent.primary,
424
- secondary: themeColors.dark.interactive.secondary,
425
- surface: themeColors.dark.surface.primary
426
- }
427
- },
428
- light: {
429
- colors: {
430
- background: themeColors.light.background.primary,
431
- error: semanticColors.light.error,
432
- onBackground: themeColors.light.text.primary,
433
- onError: neutralColors.white,
434
- onPrimary: neutralColors.white,
435
- onSecondary: neutralColors.white,
436
- onSurface: themeColors.light.text.primary,
437
- primary: themeColors.light.interactive.primary,
438
- primaryVariant: themeColors.light.accent.primary,
439
- secondary: themeColors.light.interactive.secondary,
440
- surface: themeColors.light.surface.card
441
- }
442
- },
443
- radius,
444
- spacing,
445
- typography: {
446
- fontSize: fontSizes,
447
- fontWeightBold: fontWeights.bold,
448
- fontWeightMedium: fontWeights.medium,
449
- fontWeightRegular: fontWeights.regular,
450
- fontWeightSemibold: fontWeights.semibold
451
- }
452
- };
1
+ import {
2
+ LOTTIE_ANIMATIONS,
3
+ LOTTIE_ANIMATION_NAMES,
4
+ Lottie
5
+ } from "./chunk-TUV7ZJP2.mjs";
453
6
 
454
- // ../theme/lib/module/index.js
455
- var createTheme = (scheme) => {
456
- const colorTokens = scheme === "dark" ? themeColors.dark : themeColors.light;
457
- const semanticTokens = scheme === "dark" ? semanticColors.dark : semanticColors.light;
458
- const alphaTokens = scheme === "dark" ? alphaColors.dark : alphaColors.light;
459
- const gradientTokens = scheme === "dark" ? gradientColors.dark : gradientColors.light;
460
- const shadowColorTokens = scheme === "dark" ? shadowColors.dark : shadowColors.light;
461
- const shadowStyleTokens = scheme === "dark" ? shadowStyles.dark : shadowStyles.light;
462
- return {
463
- scheme,
464
- colors: {
465
- background: {
466
- card: colorTokens.background.card,
467
- elevated: colorTokens.background.elevated,
468
- modal: colorTokens.surface.modal,
469
- overlay: alphaTokens.overlay,
470
- primary: colorTokens.background.primary,
471
- quaternary: colorTokens.background.quaternary,
472
- secondary: colorTokens.background.secondary,
473
- tertiary: colorTokens.background.tertiary
474
- },
475
- surface: {
476
- card: colorTokens.surface.card,
477
- cardSecondary: colorTokens.surface.cardSecondary,
478
- disabled: colorTokens.surface.disabled,
479
- elevated: colorTokens.background.elevated,
480
- header: colorTokens.surface.header,
481
- input: colorTokens.surface.input,
482
- modal: colorTokens.surface.modal,
483
- primary: colorTokens.surface.card,
484
- secondary: colorTokens.surface.secondary,
485
- tabBar: colorTokens.surface.tabBar,
486
- tertiary: colorTokens.surface.tertiary
487
- },
488
- text: {
489
- badge: colorTokens.text.badge,
490
- black: neutralColors.black,
491
- disabled: colorTokens.text.disabled,
492
- inverse: scheme === "dark" ? neutralColors.black : neutralColors.white,
493
- link: colorTokens.interactive.primary,
494
- placeholder: colorTokens.text.placeholder,
495
- primary: colorTokens.text.primary,
496
- secondary: colorTokens.text.secondary,
497
- tertiary: colorTokens.text.tertiary,
498
- white: neutralColors.white
499
- },
500
- brand: {
501
- accent: colorTokens.accent.primary,
502
- primary: colorTokens.interactive.primary,
503
- secondary: colorTokens.interactive.secondary
504
- },
505
- interactive: {
506
- accent: colorTokens.accent.primary,
507
- accentHover: colorTokens.accent.hover,
508
- accentPressed: colorTokens.accent.pressed,
509
- primary: colorTokens.interactive.primary,
510
- primaryDisabled: colorTokens.interactive.primaryDisabled,
511
- primaryHover: colorTokens.interactive.primaryHover,
512
- primaryPressed: colorTokens.interactive.primaryPressed,
513
- secondary: colorTokens.interactive.secondary,
514
- secondaryHover: colorTokens.interactive.secondaryHover,
515
- secondaryPressed: colorTokens.interactive.secondaryPressed
516
- },
517
- status: {
518
- available: colorTokens.status.available,
519
- busy: colorTokens.status.busy,
520
- error: semanticTokens.error,
521
- info: semanticTokens.info,
522
- offline: colorTokens.status.offline,
523
- online: colorTokens.status.online,
524
- success: semanticTokens.success,
525
- warning: semanticTokens.warning
526
- },
527
- rating: {
528
- primary: colorTokens.rating.primary
529
- },
530
- border: {
531
- disabled: colorTokens.border.disabled,
532
- error: semanticTokens.error,
533
- focus: colorTokens.interactive.primary,
534
- ...scheme === "light" && {
535
- light: colorTokens.border.light
536
- },
537
- primary: alphaTokens.border,
538
- secondary: colorTokens.border.secondary
539
- },
540
- shadow: {
541
- card: shadowColorTokens.card,
542
- primary: shadowColorTokens.primary,
543
- primaryFull: shadowColorTokens.primaryFull,
544
- secondary: shadowColorTokens.secondary
545
- },
546
- shadowStyles: {
547
- card: shadowStyleTokens.card,
548
- primary: shadowStyleTokens.primary,
549
- secondary: shadowStyleTokens.secondary
550
- },
551
- gradient: {
552
- primary: gradientTokens.primary,
553
- secondary: gradientTokens.secondary,
554
- button: gradientTokens.button,
555
- buttonDisabled: gradientTokens.buttonDisabled
556
- },
557
- alpha: {
558
- border: alphaTokens.border,
559
- overlay: alphaTokens.overlay,
560
- surface: alphaTokens.surface
561
- }
562
- },
563
- spacing,
564
- typography: {
565
- fontFamily: fontFamilies,
566
- fontSize: fontSizes,
567
- fontWeight: fontWeights,
568
- lineHeight: lineHeights,
569
- textStyles
570
- },
571
- radius,
572
- components: {
573
- button: {
574
- borderRadius: radius.md,
575
- paddingHorizontal: spacing.lg,
576
- paddingVertical: spacing.sm,
577
- ...shadowStyleTokens.primary
578
- },
579
- input: {
580
- backgroundColor: colorTokens.surface.input,
581
- borderColor: colorTokens.surface.input,
582
- borderRadius: radius.md,
583
- borderWidth: 1,
584
- paddingHorizontal: spacing.md,
585
- paddingVertical: spacing.sm
586
- },
587
- card: {
588
- backgroundColor: colorTokens.surface.card,
589
- borderRadius: radius.lg,
590
- padding: spacing.md,
591
- ...shadowStyleTokens.card
592
- },
593
- cardSecondary: {
594
- backgroundColor: colorTokens.surface.cardSecondary,
595
- borderRadius: radius.lg,
596
- padding: spacing.md,
597
- ...shadowStyleTokens.card
598
- },
599
- modal: {
600
- backgroundColor: colorTokens.surface.modal,
601
- borderRadius: radius.xl,
602
- overlayColor: alphaTokens.overlay
603
- },
604
- header: {
605
- backgroundColor: colorTokens.surface.header,
606
- borderBottomColor: scheme === "light" ? colorTokens.border.light : colorTokens.border.secondary
607
- },
608
- tabBar: {
609
- backgroundColor: colorTokens.surface.tabBar,
610
- borderTopColor: scheme === "light" ? colorTokens.border.light : colorTokens.border.secondary
611
- }
612
- },
613
- layout: {
614
- headerHeight: spacing.headerHeight,
615
- tabBarHeight: spacing.tabBarHeight,
616
- safeAreaPadding: spacing.md,
617
- screenPadding: spacing.lg
618
- },
619
- setScheme: () => {
620
- },
621
- toggleScheme: () => {
622
- }
623
- };
624
- };
625
- var ThemeContext = /* @__PURE__ */ React.createContext(createTheme("light"));
626
- function useTheme() {
627
- const context = React.useContext(ThemeContext);
628
- if (!context) {
629
- throw new Error("useTheme deve ser usado dentro de um ThemeProvider");
630
- }
631
- return context;
632
- }
7
+ // src/Icon.tsx
8
+ import { useTheme } from "@wecareu/theme";
633
9
 
634
10
  // src/generated/ArrowDown.tsx
635
11
  import Svg, { Path } from "react-native-svg";
@@ -878,7 +254,9 @@ var FingerPrint_default = FingerPrint;
878
254
  import Svg34, { Mask, Path as Path34, G as G7 } from "react-native-svg";
879
255
  import { jsx as jsx34, jsxs as jsxs13 } from "react/jsx-runtime";
880
256
  var Fingernail = (props) => /* @__PURE__ */ jsxs13(Svg34, { width: 32, height: 33, viewBox: "0 0 32 33", ...props, children: [
881
- /* @__PURE__ */ jsxs13(Mask, { id: "a", width: 30, height: 29, x: 1, y: 2, maskUnits: "userSpaceOnUse", children: [
257
+ /* @__PURE__ */ jsxs13(Mask, { id: "a", width: 30, height: 29, x: 1, y: 2, maskUnits: "userSpaceOnUse", style: {
258
+ maskType: "luminance"
259
+ }, children: [
882
260
  /* @__PURE__ */ jsx34(Path34, { strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M29.333 16.5c0 7.364-5.969 13.333-13.333 13.333S2.667 23.864 2.667 16.5 8.637 3.167 16 3.167" }),
883
261
  /* @__PURE__ */ jsx34(Path34, { strokeWidth: 2, d: "m25.333 6.815.23.704h.74l-.6.434.23.704-.6-.434-.598.434.228-.704-.598-.434h.74z" }),
884
262
  /* @__PURE__ */ jsx34(Path34, { strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M20 13.167a4 4 0 1 0-8 0v8a4 4 0 0 0 8 0z" }),
@@ -1222,52 +600,6 @@ var Icon = ({ name, size, color, testID = "icon", ...rest }) => {
1222
600
  );
1223
601
  };
1224
602
 
1225
- // src/LottieView.tsx
1226
- import LottieView from "lottie-react-native";
1227
-
1228
- // src/assets/lottie/dots.json
1229
- var dots_default = { nm: "Loading Dots", ddd: 0, h: 1080, w: 1920, meta: { g: "@lottiefiles/toolkit-js 0.33.2" }, layers: [{ ty: 4, nm: "Dot4", sr: 1, st: 0, op: 360, ip: 0, hd: false, ddd: 0, bm: 0, hasMask: false, ao: 0, ks: { a: { a: 0, k: [-284, 92, 0], ix: 1 }, s: { a: 1, k: [{ o: { x: 0.333, y: 0 }, i: { x: 0.667, y: 1 }, s: [50, 50, 100], t: 25 }, { o: { x: 0.333, y: 0 }, i: { x: 0.667, y: 1 }, s: [75, 75, 100], t: 39 }, { s: [50, 50, 100], t: 55 }], ix: 6 }, sk: { a: 0, k: 0 }, p: { a: 1, k: [{ o: { x: 0.333, y: 0 }, i: { x: 0.667, y: 1 }, s: [1142, 540, 0], t: 25, ti: [0, 0, 0], to: [0, -6.667, 0] }, { o: { x: 0.333, y: 0 }, i: { x: 0.667, y: 1 }, s: [1142, 500, 0], t: 39, ti: [0, -6.667, 0], to: [0, 0, 0] }, { s: [1142, 540, 0], t: 55 }], ix: 2 }, r: { a: 0, k: 0, ix: 10 }, sa: { a: 0, k: 0 }, o: { a: 1, k: [{ o: { x: 0.333, y: 0 }, i: { x: 0.667, y: 1 }, s: [25], t: 25 }, { o: { x: 0.333, y: 0 }, i: { x: 0.667, y: 1 }, s: [100], t: 39 }, { s: [25], t: 55 }], ix: 11 } }, ef: [], shapes: [{ ty: "gr", bm: 0, hd: false, mn: "ADBE Vector Group", nm: "Ellipse 1", ix: 1, cix: 2, np: 3, it: [{ ty: "el", bm: 0, hd: false, mn: "ADBE Vector Shape - Ellipse", nm: "Ellipse Path 1", d: 1, p: { a: 0, k: [0, 0], ix: 3 }, s: { a: 0, k: [120, 120], ix: 2 } }, { ty: "fl", bm: 0, hd: false, mn: "ADBE Vector Graphic - Fill", nm: "Fill 1", c: { a: 0, k: [1, 1, 1], ix: 4 }, r: 1, o: { a: 0, k: 100, ix: 5 } }, { ty: "tr", a: { a: 0, k: [0, 0], ix: 1 }, s: { a: 0, k: [100, 100], ix: 3 }, sk: { a: 0, k: 0, ix: 4 }, p: { a: 0, k: [-284, 92], ix: 2 }, r: { a: 0, k: 0, ix: 6 }, sa: { a: 0, k: 0, ix: 5 }, o: { a: 0, k: 100, ix: 7 } }] }], ind: 1 }, { ty: 4, nm: "Dot3", sr: 1, st: 0, op: 360, ip: 0, hd: false, ddd: 0, bm: 0, hasMask: false, ao: 0, ks: { a: { a: 0, k: [-284, 92, 0], ix: 1 }, s: { a: 1, k: [{ o: { x: 0.333, y: 0 }, i: { x: 0.667, y: 1 }, s: [50, 50, 100], t: 17 }, { o: { x: 0.333, y: 0 }, i: { x: 0.667, y: 1 }, s: [75, 75, 100], t: 31 }, { s: [50, 50, 100], t: 47 }], ix: 6 }, sk: { a: 0, k: 0 }, p: { a: 1, k: [{ o: { x: 0.333, y: 0 }, i: { x: 0.667, y: 1 }, s: [1022, 540, 0], t: 17, ti: [0, 0, 0], to: [0, -6.667, 0] }, { o: { x: 0.333, y: 0 }, i: { x: 0.667, y: 1 }, s: [1022, 500, 0], t: 31, ti: [0, -6.667, 0], to: [0, 0, 0] }, { s: [1022, 540, 0], t: 47 }], ix: 2 }, r: { a: 0, k: 0, ix: 10 }, sa: { a: 0, k: 0 }, o: { a: 1, k: [{ o: { x: 0.333, y: 0 }, i: { x: 0.667, y: 1 }, s: [25], t: 17 }, { o: { x: 0.333, y: 0 }, i: { x: 0.667, y: 1 }, s: [100], t: 31 }, { s: [25], t: 47 }], ix: 11 } }, ef: [], shapes: [{ ty: "gr", bm: 0, hd: false, mn: "ADBE Vector Group", nm: "Ellipse 1", ix: 1, cix: 2, np: 3, it: [{ ty: "el", bm: 0, hd: false, mn: "ADBE Vector Shape - Ellipse", nm: "Ellipse Path 1", d: 1, p: { a: 0, k: [0, 0], ix: 3 }, s: { a: 0, k: [120, 120], ix: 2 } }, { ty: "fl", bm: 0, hd: false, mn: "ADBE Vector Graphic - Fill", nm: "Fill 1", c: { a: 0, k: [1, 1, 1], ix: 4 }, r: 1, o: { a: 0, k: 100, ix: 5 } }, { ty: "tr", a: { a: 0, k: [0, 0], ix: 1 }, s: { a: 0, k: [100, 100], ix: 3 }, sk: { a: 0, k: 0, ix: 4 }, p: { a: 0, k: [-284, 92], ix: 2 }, r: { a: 0, k: 0, ix: 6 }, sa: { a: 0, k: 0, ix: 5 }, o: { a: 0, k: 100, ix: 7 } }] }], ind: 2 }, { ty: 4, nm: "Dot2", sr: 1, st: 0, op: 360, ip: 0, hd: false, ddd: 0, bm: 0, hasMask: false, ao: 0, ks: { a: { a: 0, k: [-284, 92, 0], ix: 1 }, s: { a: 1, k: [{ o: { x: 0.333, y: 0 }, i: { x: 0.667, y: 1 }, s: [50, 50, 100], t: 9 }, { o: { x: 0.333, y: 0 }, i: { x: 0.667, y: 1 }, s: [75, 75, 100], t: 23 }, { s: [50, 50, 100], t: 39 }], ix: 6 }, sk: { a: 0, k: 0 }, p: { a: 1, k: [{ o: { x: 0.333, y: 0 }, i: { x: 0.667, y: 1 }, s: [902, 540, 0], t: 9, ti: [0, 0, 0], to: [0, -6.667, 0] }, { o: { x: 0.333, y: 0 }, i: { x: 0.667, y: 1 }, s: [902, 500, 0], t: 23, ti: [0, 0, 0], to: [0, 0, 0] }, { s: [902, 540, 0], t: 39 }], ix: 2 }, r: { a: 0, k: 0, ix: 10 }, sa: { a: 0, k: 0 }, o: { a: 1, k: [{ o: { x: 0.333, y: 0 }, i: { x: 0.667, y: 1 }, s: [25], t: 9 }, { o: { x: 0.333, y: 0 }, i: { x: 0.667, y: 1 }, s: [100], t: 23 }, { s: [25], t: 39 }], ix: 11 } }, ef: [], shapes: [{ ty: "gr", bm: 0, hd: false, mn: "ADBE Vector Group", nm: "Ellipse 1", ix: 1, cix: 2, np: 3, it: [{ ty: "el", bm: 0, hd: false, mn: "ADBE Vector Shape - Ellipse", nm: "Ellipse Path 1", d: 1, p: { a: 0, k: [0, 0], ix: 3 }, s: { a: 0, k: [120, 120], ix: 2 } }, { ty: "fl", bm: 0, hd: false, mn: "ADBE Vector Graphic - Fill", nm: "Fill 1", c: { a: 0, k: [1, 1, 1], ix: 4 }, r: 1, o: { a: 0, k: 100, ix: 5 } }, { ty: "tr", a: { a: 0, k: [0, 0], ix: 1 }, s: { a: 0, k: [100, 100], ix: 3 }, sk: { a: 0, k: 0, ix: 4 }, p: { a: 0, k: [-284, 92], ix: 2 }, r: { a: 0, k: 0, ix: 6 }, sa: { a: 0, k: 0, ix: 5 }, o: { a: 0, k: 100, ix: 7 } }] }], ind: 3 }, { ty: 4, nm: "Dot1", sr: 1, st: 0, op: 360, ip: 0, hd: false, ddd: 0, bm: 0, hasMask: false, ao: 0, ks: { a: { a: 0, k: [-284, 92, 0], ix: 1 }, s: { a: 1, k: [{ o: { x: 0.333, y: 0 }, i: { x: 0.667, y: 1 }, s: [50, 50, 100], t: 0 }, { o: { x: 0.333, y: 0 }, i: { x: 0.667, y: 1 }, s: [75, 75, 100], t: 14 }, { s: [50, 50, 100], t: 30 }], ix: 6 }, sk: { a: 0, k: 0 }, p: { a: 1, k: [{ o: { x: 0.333, y: 0 }, i: { x: 0.667, y: 1 }, s: [782, 540, 0], t: 0, ti: [0, 0, 0], to: [0, -6.667, 0] }, { o: { x: 0.333, y: 0 }, i: { x: 0.667, y: 1 }, s: [782, 500, 0], t: 14, ti: [0, -6.667, 0], to: [0, 0, 0] }, { s: [782, 540, 0], t: 30 }], ix: 2 }, r: { a: 0, k: 0, ix: 10 }, sa: { a: 0, k: 0 }, o: { a: 1, k: [{ o: { x: 0.333, y: 0 }, i: { x: 0.667, y: 1 }, s: [25], t: 0 }, { o: { x: 0.333, y: 0 }, i: { x: 0.667, y: 1 }, s: [100], t: 14 }, { s: [25], t: 30 }], ix: 11 } }, ef: [], shapes: [{ ty: "gr", bm: 0, hd: false, mn: "ADBE Vector Group", nm: "Ellipse 1", ix: 1, cix: 2, np: 3, it: [{ ty: "el", bm: 0, hd: false, mn: "ADBE Vector Shape - Ellipse", nm: "Ellipse Path 1", d: 1, p: { a: 0, k: [0, 0], ix: 3 }, s: { a: 0, k: [120, 120], ix: 2 } }, { ty: "fl", bm: 0, hd: false, mn: "ADBE Vector Graphic - Fill", nm: "Fill 1", c: { a: 0, k: [1, 1, 1], ix: 4 }, r: 1, o: { a: 0, k: 100, ix: 5 } }, { ty: "tr", a: { a: 0, k: [0, 0], ix: 1 }, s: { a: 0, k: [100, 100], ix: 3 }, sk: { a: 0, k: 0, ix: 4 }, p: { a: 0, k: [-284, 92], ix: 2 }, r: { a: 0, k: 0, ix: 6 }, sa: { a: 0, k: 0, ix: 5 }, o: { a: 0, k: 100, ix: 7 } }] }], ind: 4 }], v: "5.7.11", fr: 60, op: 81, ip: 0, assets: [] };
1230
-
1231
- // src/assets/lottie/locations.json
1232
- var locations_default = { nm: "g", ddd: 0, h: 520, w: 1096, meta: { g: "@lottiefiles/toolkit-js 0.33.2" }, layers: [{ ty: 0, nm: "p", sr: 1, st: 44, op: 344, ip: 44, hd: false, ddd: 0, bm: 0, hasMask: false, ao: 0, ks: { a: { a: 0, k: [24, 28, 0] }, s: { a: 0, k: [100, 100, 100] }, sk: { a: 0, k: 0 }, p: { a: 0, k: [922.07, 409, 0] }, r: { a: 0, k: 0 }, sa: { a: 0, k: 0 }, o: { a: 0, k: 100 } }, ef: [], w: 48, h: 56, refId: "comp_0", ind: 1 }, { ty: 0, nm: "p", sr: 1, st: 42, op: 342, ip: 42, hd: false, ddd: 0, bm: 0, hasMask: false, ao: 0, ks: { a: { a: 0, k: [24, 28, 0] }, s: { a: 0, k: [100, 100, 100] }, sk: { a: 0, k: 0 }, p: { a: 0, k: [969.07, 374, 0] }, r: { a: 0, k: 0 }, sa: { a: 0, k: 0 }, o: { a: 0, k: 100 } }, ef: [], w: 48, h: 56, refId: "comp_0", ind: 2 }, { ty: 0, nm: "p", sr: 1, st: 40, op: 340, ip: 40, hd: false, ddd: 0, bm: 0, hasMask: false, ao: 0, ks: { a: { a: 0, k: [24, 28, 0] }, s: { a: 0, k: [100, 100, 100] }, sk: { a: 0, k: 0 }, p: { a: 0, k: [899.07, 320.365, 0] }, r: { a: 0, k: 0 }, sa: { a: 0, k: 0 }, o: { a: 0, k: 100 } }, ef: [], w: 48, h: 56, refId: "comp_0", ind: 3 }, { ty: 0, nm: "p", sr: 1, st: 38, op: 338, ip: 38, hd: false, ddd: 0, bm: 0, hasMask: false, ao: 0, ks: { a: { a: 0, k: [24, 28, 0] }, s: { a: 0, k: [100, 100, 100] }, sk: { a: 0, k: 0 }, p: { a: 0, k: [996.444, 141.365, 0] }, r: { a: 0, k: 0 }, sa: { a: 0, k: 0 }, o: { a: 0, k: 100 } }, ef: [], w: 48, h: 56, refId: "comp_0", ind: 4 }, { ty: 0, nm: "p", sr: 1, st: 36, op: 336, ip: 36, hd: false, ddd: 0, bm: 0, hasMask: false, ao: 0, ks: { a: { a: 0, k: [24, 28, 0] }, s: { a: 0, k: [100, 100, 100] }, sk: { a: 0, k: 0 }, p: { a: 0, k: [883.07, 245.314, 0] }, r: { a: 0, k: 0 }, sa: { a: 0, k: 0 }, o: { a: 0, k: 100 } }, ef: [], w: 48, h: 56, refId: "comp_0", ind: 5 }, { ty: 0, nm: "p", sr: 1, st: 34, op: 334, ip: 34, hd: false, ddd: 0, bm: 0, hasMask: false, ao: 0, ks: { a: { a: 0, k: [24, 28, 0] }, s: { a: 0, k: [100, 100, 100] }, sk: { a: 0, k: 0 }, p: { a: 0, k: [906.07, 197.314, 0] }, r: { a: 0, k: 0 }, sa: { a: 0, k: 0 }, o: { a: 0, k: 100 } }, ef: [], w: 48, h: 56, refId: "comp_0", ind: 6 }, { ty: 0, nm: "p", sr: 1, st: 32, op: 332, ip: 32, hd: false, ddd: 0, bm: 0, hasMask: false, ao: 0, ks: { a: { a: 0, k: [24, 28, 0] }, s: { a: 0, k: [100, 100, 100] }, sk: { a: 0, k: 0 }, p: { a: 0, k: [820.07, 258, 0] }, r: { a: 0, k: 0 }, sa: { a: 0, k: 0 }, o: { a: 0, k: 100 } }, ef: [], w: 48, h: 56, refId: "comp_0", ind: 7 }, { ty: 0, nm: "p", sr: 1, st: 30, op: 330, ip: 30, hd: false, ddd: 0, bm: 0, hasMask: false, ao: 0, ks: { a: { a: 0, k: [24, 28, 0] }, s: { a: 0, k: [100, 100, 100] }, sk: { a: 0, k: 0 }, p: { a: 0, k: [782.07, 216.627, 0] }, r: { a: 0, k: 0 }, sa: { a: 0, k: 0 }, o: { a: 0, k: 100 } }, ef: [], w: 48, h: 56, refId: "comp_0", ind: 8 }, { ty: 0, nm: "p", sr: 1, st: 28, op: 328, ip: 28, hd: false, ddd: 0, bm: 0, hasMask: false, ao: 0, ks: { a: { a: 0, k: [24, 28, 0] }, s: { a: 0, k: [100, 100, 100] }, sk: { a: 0, k: 0 }, p: { a: 0, k: [657.07, 140.241, 0] }, r: { a: 0, k: 0 }, sa: { a: 0, k: 0 }, o: { a: 0, k: 100 } }, ef: [], w: 48, h: 56, refId: "comp_0", ind: 9 }, { ty: 0, nm: "p", sr: 1, st: 26, op: 326, ip: 26, hd: false, ddd: 0, bm: 0, hasMask: false, ao: 0, ks: { a: { a: 0, k: [24, 28, 0] }, s: { a: 0, k: [100, 100, 100] }, sk: { a: 0, k: 0 }, p: { a: 0, k: [693.07, 197.314, 0] }, r: { a: 0, k: 0 }, sa: { a: 0, k: 0 }, o: { a: 0, k: 100 } }, ef: [], w: 48, h: 56, refId: "comp_0", ind: 10 }, { ty: 0, nm: "p", sr: 1, st: 24, op: 324, ip: 24, hd: false, ddd: 0, bm: 0, hasMask: false, ao: 0, ks: { a: { a: 0, k: [24, 28, 0] }, s: { a: 0, k: [100, 100, 100] }, sk: { a: 0, k: 0 }, p: { a: 0, k: [661, 277.314, 0] }, r: { a: 0, k: 0 }, sa: { a: 0, k: 0 }, o: { a: 0, k: 100 } }, ef: [], w: 48, h: 56, refId: "comp_0", ind: 11 }, { ty: 0, nm: "p", sr: 1, st: 22, op: 322, ip: 22, hd: false, ddd: 0, bm: 0, hasMask: false, ao: 0, ks: { a: { a: 0, k: [24, 28, 0] }, s: { a: 0, k: [100, 100, 100] }, sk: { a: 0, k: 0 }, p: { a: 0, k: [596, 206.419, 0] }, r: { a: 0, k: 0 }, sa: { a: 0, k: 0 }, o: { a: 0, k: 100 } }, ef: [], w: 48, h: 56, refId: "comp_0", ind: 12 }, { ty: 0, nm: "p", sr: 1, st: 20, op: 320, ip: 20, hd: false, ddd: 0, bm: 0, hasMask: false, ao: 0, ks: { a: { a: 0, k: [24, 28, 0] }, s: { a: 0, k: [100, 100, 100] }, sk: { a: 0, k: 0 }, p: { a: 0, k: [556.827, 167.419, 0] }, r: { a: 0, k: 0 }, sa: { a: 0, k: 0 }, o: { a: 0, k: 100 } }, ef: [], w: 48, h: 56, refId: "comp_0", ind: 13 }, { ty: 0, nm: "p", sr: 1, st: 18, op: 318, ip: 18, hd: false, ddd: 0, bm: 0, hasMask: false, ao: 0, ks: { a: { a: 0, k: [24, 28, 0] }, s: { a: 0, k: [100, 100, 100] }, sk: { a: 0, k: 0 }, p: { a: 0, k: [560.422, 131.314, 0] }, r: { a: 0, k: 0 }, sa: { a: 0, k: 0 }, o: { a: 0, k: 100 } }, ef: [], w: 48, h: 56, refId: "comp_0", ind: 14 }, { ty: 0, nm: "p", sr: 1, st: 16, op: 316, ip: 16, hd: false, ddd: 0, bm: 0, hasMask: false, ao: 0, ks: { a: { a: 0, k: [24, 28, 0] }, s: { a: 0, k: [100, 100, 100] }, sk: { a: 0, k: 0 }, p: { a: 0, k: [502.422, 131.314, 0] }, r: { a: 0, k: 0 }, sa: { a: 0, k: 0 }, o: { a: 0, k: 100 } }, ef: [], w: 48, h: 56, refId: "comp_0", ind: 15 }, { ty: 0, nm: "p", sr: 1, st: 14, op: 314, ip: 14, hd: false, ddd: 0, bm: 0, hasMask: false, ao: 0, ks: { a: { a: 0, k: [24, 28, 0] }, s: { a: 0, k: [100, 100, 100] }, sk: { a: 0, k: 0 }, p: { a: 0, k: [259, 393.314, 0] }, r: { a: 0, k: 0 }, sa: { a: 0, k: 0 }, o: { a: 0, k: 100 } }, ef: [], w: 48, h: 56, refId: "comp_0", ind: 16 }, { ty: 0, nm: "p", sr: 1, st: 12, op: 312, ip: 12, hd: false, ddd: 0, bm: 0, hasMask: false, ao: 0, ks: { a: { a: 0, k: [24, 28, 0] }, s: { a: 0, k: [100, 100, 100] }, sk: { a: 0, k: 0 }, p: { a: 0, k: [295.854, 359.314, 0] }, r: { a: 0, k: 0 }, sa: { a: 0, k: 0 }, o: { a: 0, k: 100 } }, ef: [], w: 48, h: 56, refId: "comp_0", ind: 17 }, { ty: 0, nm: "p", sr: 1, st: 10, op: 310, ip: 10, hd: false, ddd: 0, bm: 0, hasMask: false, ao: 0, ks: { a: { a: 0, k: [24, 28, 0] }, s: { a: 0, k: [100, 100, 100] }, sk: { a: 0, k: 0 }, p: { a: 0, k: [259, 327.314, 0] }, r: { a: 0, k: 0 }, sa: { a: 0, k: 0 }, o: { a: 0, k: 100 } }, ef: [], w: 48, h: 56, refId: "comp_0", ind: 18 }, { ty: 0, nm: "p", sr: 1, st: 8, op: 308, ip: 8, hd: false, ddd: 0, bm: 0, hasMask: false, ao: 0, ks: { a: { a: 0, k: [24, 28, 0] }, s: { a: 0, k: [100, 100, 100] }, sk: { a: 0, k: 0 }, p: { a: 0, k: [304, 277.314, 0] }, r: { a: 0, k: 0 }, sa: { a: 0, k: 0 }, o: { a: 0, k: 100 } }, ef: [], w: 48, h: 56, refId: "comp_0", ind: 19 }, { ty: 0, nm: "p", sr: 1, st: 6, op: 306, ip: 6, hd: false, ddd: 0, bm: 0, hasMask: false, ao: 0, ks: { a: { a: 0, k: [24, 28, 0] }, s: { a: 0, k: [100, 100, 100] }, sk: { a: 0, k: 0 }, p: { a: 0, k: [205, 238.314, 0] }, r: { a: 0, k: 0 }, sa: { a: 0, k: 0 }, o: { a: 0, k: 100 } }, ef: [], w: 48, h: 56, refId: "comp_0", ind: 20 }, { ty: 0, nm: "p", sr: 1, st: 4, op: 304, ip: 4, hd: false, ddd: 0, bm: 0, hasMask: false, ao: 0, ks: { a: { a: 0, k: [24, 28, 0] }, s: { a: 0, k: [100, 100, 100] }, sk: { a: 0, k: 0 }, p: { a: 0, k: [154, 167.314, 0] }, r: { a: 0, k: 0 }, sa: { a: 0, k: 0 }, o: { a: 0, k: 100 } }, ef: [], w: 48, h: 56, refId: "comp_0", ind: 21 }, { ty: 0, nm: "p", sr: 1, st: 2, op: 302, ip: 2, hd: false, ddd: 0, bm: 0, hasMask: false, ao: 0, ks: { a: { a: 0, k: [24, 28, 0] }, s: { a: 0, k: [100, 100, 100] }, sk: { a: 0, k: 0 }, p: { a: 0, k: [221, 124, 0] }, r: { a: 0, k: 0 }, sa: { a: 0, k: 0 }, o: { a: 0, k: 100 } }, ef: [], w: 48, h: 56, refId: "comp_0", ind: 22 }, { ty: 0, nm: "p", sr: 1, st: 0, op: 300, ip: 0, hd: false, ddd: 0, bm: 0, hasMask: false, ao: 0, ks: { a: { a: 0, k: [24, 28, 0] }, s: { a: 0, k: [100, 100, 100] }, sk: { a: 0, k: 0 }, p: { a: 0, k: [118, 75.307, 0] }, r: { a: 0, k: 0 }, sa: { a: 0, k: 0 }, o: { a: 0, k: 100 } }, ef: [], w: 48, h: 56, refId: "comp_0", ind: 23 }], v: "4.8.0", fr: 24, op: 60, ip: 0, assets: [{ nm: "", id: "comp_0", layers: [{ ty: 4, nm: "p", sr: 1, st: 0, op: 300, ip: 0, hd: false, ddd: 0, bm: 0, hasMask: false, ao: 0, ks: { a: { a: 0, k: [0, 9.657, 0] }, s: { a: 1, k: [{ o: { x: 0.744, y: 0 }, i: { x: 0.298, y: 2.451 }, s: [0, 0, 100], t: 0 }, { s: [200, 200, 100], t: 15 }] }, sk: { a: 0, k: 0 }, p: { a: 0, k: [24, 56, 0] }, r: { a: 0, k: 0 }, sa: { a: 0, k: 0 }, o: { a: 0, k: 100 } }, ef: [], shapes: [{ ty: "gr", bm: 0, hd: false, nm: "S", it: [{ ty: "sh", bm: 0, hd: false, nm: "P", d: 1, ks: { a: 0, k: { c: true, i: [[-3.125, 3.124], [-3.123, -3.124], [3.125, -3.124], [0, 0], [0, 0]], o: [[3.123, -3.124], [3.125, 3.124], [0, 0], [0, 0], [-3.125, -3.124]], v: [[-5.656, -7.314], [5.656, -7.314], [5.656, 4], [0, 9.657], [-5.656, 4]] } } }, { ty: "sh", bm: 0, hd: false, nm: "P", d: 1, ks: { a: 0, k: { c: true, i: [[0.781, -0.781], [0.781, 0.781], [-0.781, 0.781], [-0.781, -0.781]], o: [[-0.781, 0.781], [-0.781, -0.781], [0.781, -0.781], [0.781, 0.781]], v: [[1.414, -0.243], [-1.414, -0.243], [-1.414, -3.071], [1.414, -3.071]] } } }, { ty: "mm", bm: 0, hd: false, nm: "M", mm: 3 }, { ty: "fl", bm: 0, hd: false, nm: "F", c: { a: 0, k: [0.4392, 0.1843, 0.7608] }, r: 1, o: { a: 0, k: 100 } }, { ty: "tr", a: { a: 0, k: [0, 0] }, s: { a: 0, k: [100, 100] }, sk: { a: 0, k: 0 }, p: { a: 0, k: [0, 0] }, r: { a: 0, k: 0 }, sa: { a: 0, k: 0 }, o: { a: 0, k: 100 } }] }], ind: 1 }] }] };
1233
-
1234
- // src/assets/lottie/notification.json
1235
- var notification_default = { nm: "notificacion", ddd: 0, h: 300, w: 300, meta: { g: "@lottiefiles/toolkit-js 0.33.2" }, layers: [{ ty: 4, nm: "Path", sr: 1, st: 0, op: 3600, ip: 0, hd: false, ddd: 0, bm: 0, hasMask: false, ao: 0, ks: { a: { a: 0, k: [1, -88, 0], ix: 1 }, s: { a: 0, k: [100, 100, 100], ix: 6 }, sk: { a: 0, k: 0 }, p: { a: 0, k: [166.366, 61.75, 0], ix: 2 }, r: { a: 1, k: [{ o: { x: 0.42, y: 0 }, i: { x: 0.58, y: 1 }, s: [0], t: 0 }, { o: { x: 0.42, y: 0 }, i: { x: 0.58, y: 1 }, s: [20], t: 13 }, { o: { x: 0.42, y: 0 }, i: { x: 0.58, y: 1 }, s: [-15], t: 24 }, { o: { x: 0.42, y: 0 }, i: { x: 0.58, y: 1 }, s: [7], t: 33 }, { o: { x: 0.42, y: 0 }, i: { x: 0.58, y: 1 }, s: [-4], t: 39 }, { o: { x: 0.42, y: 0 }, i: { x: 0.58, y: 1 }, s: [3], t: 46 }, { o: { x: 0.42, y: 0 }, i: { x: 0.58, y: 1 }, s: [-2], t: 53 }, { o: { x: 0.42, y: 0 }, i: { x: 0.58, y: 1 }, s: [2], t: 59 }, { s: [0], t: 72 }], ix: 10 }, sa: { a: 0, k: 0 }, o: { a: 0, k: 100, ix: 11 } }, ef: [], shapes: [{ ty: "gr", bm: 0, hd: false, mn: "ADBE Vector Group", nm: "Path", ix: 1, cix: 2, np: 2, it: [{ ty: "sh", bm: 0, hd: false, mn: "ADBE Vector Shape - Group", nm: "Trazado 1", ix: 1, d: 1, ks: { a: 0, k: { c: true, i: [[0, 0], [-3.93, 4.06], [0.12, 0.28], [-2.83, 1.22], [-1.25, -2.79], [-0.07, -0.27], [-3.03, -6], [-4.94, -0.8], [-0.81, -1.9], [2.73, -1.16], [0, 0], [0.65, 1.84], [-0.14, 0.15]], o: [[-2.63, -6.51], [-0.17, -0.24], [-1.24, -2.78], [2.83, -1.23], [0.11, 0.26], [5.88, -0.12], [0, 0], [0.15, 0.01], [0.76, 1.8], [0, 0], [-2.72, 1.16], [-0.63, -1.81], [2.78, -4.22]], v: [[-19.64, 2.75], [-17, -14.03], [-17.45, -14.78], [-14.58, -22.03], [-7.2, -19.2], [-6.95, -18.39], [7.77, -8.98], [17.2, 1.99], [20.81, 3.97], [17.27, 9.33], [-12.26, 21.87], [-18.64, 20.72], [-17.74, 17.07]] }, ix: 2 } }, { ty: "fl", bm: 0, hd: false, mn: "ADBE Vector Graphic - Fill", nm: "Relleno 1", c: { a: 0, k: [0.4392, 0.1843, 0.7608], ix: 4 }, r: 1, o: { a: 0, k: 100, ix: 5 } }, { ty: "tr", a: { a: 0, k: [0, 0], ix: 1 }, s: { a: 0, k: [300, 300], ix: 3 }, sk: { a: 0, k: 0, ix: 4 }, p: { a: 0, k: [0, 0], ix: 2 }, r: { a: 0, k: 23, ix: 6 }, sa: { a: 0, k: 0, ix: 5 }, o: { a: 0, k: 100, ix: 7 } }] }], ind: 1 }, { ty: 4, nm: "Path", sr: 1, st: 0, op: 3600, ip: 0, hd: false, ddd: 0, bm: 0, hasMask: false, ao: 0, ks: { a: { a: 0, k: [15.218, -148.558, 0], ix: 1 }, s: { a: 0, k: [100, 100, 100], ix: 6 }, sk: { a: 0, k: 0 }, p: { a: 0, k: [165.866, 61, 0], ix: 2 }, r: { a: 1, k: [{ o: { x: 0.42, y: 0 }, i: { x: 0.58, y: 1 }, s: [0], t: 3 }, { o: { x: 0.42, y: 0 }, i: { x: 0.58, y: 1 }, s: [20], t: 16 }, { o: { x: 0.42, y: 0 }, i: { x: 0.58, y: 1 }, s: [-15], t: 27 }, { o: { x: 0.42, y: 0 }, i: { x: 0.58, y: 1 }, s: [7], t: 36 }, { o: { x: 0.42, y: 0 }, i: { x: 0.58, y: 1 }, s: [-4], t: 42 }, { o: { x: 0.42, y: 0 }, i: { x: 0.58, y: 1 }, s: [3], t: 49 }, { o: { x: 0.42, y: 0 }, i: { x: 0.58, y: 1 }, s: [-2], t: 56 }, { o: { x: 0.42, y: 0 }, i: { x: 0.58, y: 1 }, s: [2], t: 62 }, { s: [0], t: 75 }], ix: 10 }, sa: { a: 0, k: 0 }, o: { a: 0, k: 100, ix: 11 } }, ef: [], shapes: [{ ty: "gr", bm: 0, hd: false, mn: "ADBE Vector Group", nm: "Path", ix: 1, cix: 2, np: 2, it: [{ ty: "sh", bm: 0, hd: false, mn: "ADBE Vector Shape - Group", nm: "Trazado 1", ix: 1, d: 1, ks: { a: 0, k: { c: true, i: [[-0.32, -0.78], [2.79, -1.27], [1.22, 2.9], [-0.01, 0.8], [0, 0]], o: [[1.23, 2.9], [-2.78, 1.28], [-0.33, -0.78], [0, 0], [0.57, 0.53]], v: [[5.03, -3.04], [2.2, 4.51], [-5.05, 1.57], [-5.5, -0.82], [3.66, -5]] }, ix: 2 } }, { ty: "fl", bm: 0, hd: false, mn: "ADBE Vector Graphic - Fill", nm: "Relleno 1", c: { a: 0, k: [0.4392, 0.1843, 0.7608], ix: 4 }, r: 1, o: { a: 0, k: 100, ix: 5 } }, { ty: "tr", a: { a: 0, k: [0, 0], ix: 1 }, s: { a: 0, k: [300, 300], ix: 3 }, sk: { a: 0, k: 0, ix: 4 }, p: { a: 0, k: [0, 0], ix: 2 }, r: { a: 0, k: 23, ix: 6 }, sa: { a: 0, k: 0, ix: 5 }, o: { a: 0, k: 100, ix: 7 } }] }], ind: 2 }], v: "5.6.5", fr: 60, op: 109, ip: 0, assets: [] };
1236
-
1237
- // src/lottie-map.ts
1238
- var LOTTIE_ANIMATIONS = {
1239
- dots: dots_default,
1240
- locations: locations_default,
1241
- notification: notification_default
1242
- };
1243
- var LOTTIE_ANIMATION_NAMES = ["dots", "locations", "notification"];
1244
-
1245
- // src/LottieView.tsx
1246
- import { jsx as jsx71 } from "react/jsx-runtime";
1247
- function Lottie({
1248
- autoPlay = true,
1249
- loop = true,
1250
- name,
1251
- size,
1252
- speed = 1,
1253
- style,
1254
- testID
1255
- }) {
1256
- const source = LOTTIE_ANIMATIONS[name];
1257
- const sizeStyle = size != null ? { height: size, width: size } : {};
1258
- return /* @__PURE__ */ jsx71(
1259
- LottieView,
1260
- {
1261
- autoPlay,
1262
- loop,
1263
- source,
1264
- speed,
1265
- style: [sizeStyle, style],
1266
- testID
1267
- }
1268
- );
1269
- }
1270
-
1271
603
  // src/index.tsx
1272
604
  var ICON_NAMES = Object.keys(ICONS);
1273
605
  export {