@shell-shock/plugin-theme 0.3.2 → 0.3.4

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 (69) hide show
  1. package/dist/helpers/ansi-utils.cjs +54 -0
  2. package/dist/helpers/ansi-utils.d.cts.map +1 -1
  3. package/dist/helpers/ansi-utils.d.mts.map +1 -1
  4. package/dist/helpers/ansi-utils.mjs +54 -0
  5. package/dist/helpers/ansi-utils.mjs.map +1 -1
  6. package/dist/{style-dictionary/helpers.mjs → helpers/border-styles.cjs} +2 -15
  7. package/dist/helpers/border-styles.d.cts +14 -0
  8. package/dist/helpers/border-styles.d.cts.map +1 -0
  9. package/dist/helpers/border-styles.d.mts +14 -0
  10. package/dist/helpers/border-styles.d.mts.map +1 -0
  11. package/dist/{style-dictionary/helpers.cjs → helpers/border-styles.mjs} +3 -17
  12. package/dist/helpers/border-styles.mjs.map +1 -0
  13. package/dist/helpers/index.cjs +98 -1
  14. package/dist/helpers/index.d.cts +4 -1
  15. package/dist/helpers/index.d.mts +4 -1
  16. package/dist/helpers/index.mjs +4 -1
  17. package/dist/helpers/merge.cjs +18 -0
  18. package/dist/helpers/merge.d.cts +16 -0
  19. package/dist/helpers/merge.d.cts.map +1 -0
  20. package/dist/helpers/merge.d.mts +16 -0
  21. package/dist/helpers/merge.d.mts.map +1 -0
  22. package/dist/helpers/merge.mjs +18 -0
  23. package/dist/helpers/merge.mjs.map +1 -0
  24. package/dist/helpers/spinners.cjs +1853 -0
  25. package/dist/helpers/spinners.d.cts +735 -0
  26. package/dist/helpers/spinners.d.cts.map +1 -0
  27. package/dist/helpers/spinners.d.mts +735 -0
  28. package/dist/helpers/spinners.d.mts.map +1 -0
  29. package/dist/helpers/spinners.mjs +1760 -0
  30. package/dist/helpers/spinners.mjs.map +1 -0
  31. package/dist/index.cjs +3 -0
  32. package/dist/index.d.cts +2 -2
  33. package/dist/index.d.cts.map +1 -1
  34. package/dist/index.d.mts +2 -2
  35. package/dist/index.d.mts.map +1 -1
  36. package/dist/index.mjs +3 -0
  37. package/dist/index.mjs.map +1 -1
  38. package/dist/style-dictionary/border-styles.cjs +39 -38
  39. package/dist/style-dictionary/border-styles.mjs +2 -1
  40. package/dist/style-dictionary/border-styles.mjs.map +1 -1
  41. package/dist/style-dictionary/colors.cjs +117 -2
  42. package/dist/style-dictionary/colors.mjs +116 -1
  43. package/dist/style-dictionary/colors.mjs.map +1 -1
  44. package/dist/style-dictionary/icons.cjs +30 -2
  45. package/dist/style-dictionary/icons.mjs +29 -1
  46. package/dist/style-dictionary/icons.mjs.map +1 -1
  47. package/dist/style-dictionary/labels.cjs +2 -2
  48. package/dist/style-dictionary/labels.mjs +1 -1
  49. package/dist/style-dictionary/labels.mjs.map +1 -1
  50. package/dist/style-dictionary/padding.cjs +39 -38
  51. package/dist/style-dictionary/padding.mjs +2 -1
  52. package/dist/style-dictionary/padding.mjs.map +1 -1
  53. package/dist/style-dictionary/settings.cjs +2 -2
  54. package/dist/style-dictionary/settings.mjs +1 -1
  55. package/dist/style-dictionary/settings.mjs.map +1 -1
  56. package/dist/style-dictionary/spinners.cjs +31 -0
  57. package/dist/style-dictionary/spinners.mjs +31 -0
  58. package/dist/style-dictionary/spinners.mjs.map +1 -0
  59. package/dist/themes/storm.cjs +20 -1
  60. package/dist/themes/storm.mjs +20 -1
  61. package/dist/themes/storm.mjs.map +1 -1
  62. package/dist/types/index.d.cts +2 -2
  63. package/dist/types/index.d.mts +2 -2
  64. package/dist/types/theme.d.cts +48 -4
  65. package/dist/types/theme.d.cts.map +1 -1
  66. package/dist/types/theme.d.mts +48 -4
  67. package/dist/types/theme.d.mts.map +1 -1
  68. package/package.json +49 -7
  69. package/dist/style-dictionary/helpers.mjs.map +0 -1
@@ -0,0 +1,1853 @@
1
+ Object.defineProperty(exports, '__esModule', { value: true });
2
+
3
+ //#region src/helpers/spinners.ts
4
+ const spinners = {
5
+ dots: {
6
+ interval: 80,
7
+ frames: [
8
+ "⠋",
9
+ "⠙",
10
+ "⠹",
11
+ "⠸",
12
+ "⠼",
13
+ "⠴",
14
+ "⠦",
15
+ "⠧",
16
+ "⠇",
17
+ "⠏"
18
+ ]
19
+ },
20
+ dots2: {
21
+ interval: 80,
22
+ frames: [
23
+ "⣾",
24
+ "⣽",
25
+ "⣻",
26
+ "⢿",
27
+ "⡿",
28
+ "⣟",
29
+ "⣯",
30
+ "⣷"
31
+ ]
32
+ },
33
+ dots3: {
34
+ interval: 80,
35
+ frames: [
36
+ "⠋",
37
+ "⠙",
38
+ "⠚",
39
+ "⠞",
40
+ "⠖",
41
+ "⠦",
42
+ "⠴",
43
+ "⠲",
44
+ "⠳",
45
+ "⠓"
46
+ ]
47
+ },
48
+ dots4: {
49
+ interval: 80,
50
+ frames: [
51
+ "⠄",
52
+ "⠆",
53
+ "⠇",
54
+ "⠋",
55
+ "⠙",
56
+ "⠸",
57
+ "⠰",
58
+ "⠠",
59
+ "⠰",
60
+ "⠸",
61
+ "⠙",
62
+ "⠋",
63
+ "⠇",
64
+ "⠆"
65
+ ]
66
+ },
67
+ dots5: {
68
+ interval: 80,
69
+ frames: [
70
+ "⠋",
71
+ "⠙",
72
+ "⠚",
73
+ "⠒",
74
+ "⠂",
75
+ "⠂",
76
+ "⠒",
77
+ "⠲",
78
+ "⠴",
79
+ "⠦",
80
+ "⠖",
81
+ "⠒",
82
+ "⠐",
83
+ "⠐",
84
+ "⠒",
85
+ "⠓",
86
+ "⠋"
87
+ ]
88
+ },
89
+ dots6: {
90
+ interval: 80,
91
+ frames: [
92
+ "⠁",
93
+ "⠉",
94
+ "⠙",
95
+ "⠚",
96
+ "⠒",
97
+ "⠂",
98
+ "⠂",
99
+ "⠒",
100
+ "⠲",
101
+ "⠴",
102
+ "⠤",
103
+ "⠄",
104
+ "⠄",
105
+ "⠤",
106
+ "⠴",
107
+ "⠲",
108
+ "⠒",
109
+ "⠂",
110
+ "⠂",
111
+ "⠒",
112
+ "⠚",
113
+ "⠙",
114
+ "⠉",
115
+ "⠁"
116
+ ]
117
+ },
118
+ dots7: {
119
+ interval: 80,
120
+ frames: [
121
+ "⠈",
122
+ "⠉",
123
+ "⠋",
124
+ "⠓",
125
+ "⠒",
126
+ "⠐",
127
+ "⠐",
128
+ "⠒",
129
+ "⠖",
130
+ "⠦",
131
+ "⠤",
132
+ "⠠",
133
+ "⠠",
134
+ "⠤",
135
+ "⠦",
136
+ "⠖",
137
+ "⠒",
138
+ "⠐",
139
+ "⠐",
140
+ "⠒",
141
+ "⠓",
142
+ "⠋",
143
+ "⠉",
144
+ "⠈"
145
+ ]
146
+ },
147
+ dots8: {
148
+ interval: 80,
149
+ frames: [
150
+ "⠁",
151
+ "⠁",
152
+ "⠉",
153
+ "⠙",
154
+ "⠚",
155
+ "⠒",
156
+ "⠂",
157
+ "⠂",
158
+ "⠒",
159
+ "⠲",
160
+ "⠴",
161
+ "⠤",
162
+ "⠄",
163
+ "⠄",
164
+ "⠤",
165
+ "⠠",
166
+ "⠠",
167
+ "⠤",
168
+ "⠦",
169
+ "⠖",
170
+ "⠒",
171
+ "⠐",
172
+ "⠐",
173
+ "⠒",
174
+ "⠓",
175
+ "⠋",
176
+ "⠉",
177
+ "⠈",
178
+ "⠈"
179
+ ]
180
+ },
181
+ dots9: {
182
+ interval: 80,
183
+ frames: [
184
+ "⢹",
185
+ "⢺",
186
+ "⢼",
187
+ "⣸",
188
+ "⣇",
189
+ "⡧",
190
+ "⡗",
191
+ "⡏"
192
+ ]
193
+ },
194
+ dots10: {
195
+ interval: 80,
196
+ frames: [
197
+ "⢄",
198
+ "⢂",
199
+ "⢁",
200
+ "⡁",
201
+ "⡈",
202
+ "⡐",
203
+ "⡠"
204
+ ]
205
+ },
206
+ dots11: {
207
+ interval: 100,
208
+ frames: [
209
+ "⠁",
210
+ "⠂",
211
+ "⠄",
212
+ "⡀",
213
+ "⢀",
214
+ "⠠",
215
+ "⠐",
216
+ "⠈"
217
+ ]
218
+ },
219
+ dots12: {
220
+ interval: 80,
221
+ frames: [
222
+ "⢀⠀",
223
+ "⡀⠀",
224
+ "⠄⠀",
225
+ "⢂⠀",
226
+ "⡂⠀",
227
+ "⠅⠀",
228
+ "⢃⠀",
229
+ "⡃⠀",
230
+ "⠍⠀",
231
+ "⢋⠀",
232
+ "⡋⠀",
233
+ "⠍⠁",
234
+ "⢋⠁",
235
+ "⡋⠁",
236
+ "⠍⠉",
237
+ "⠋⠉",
238
+ "⠋⠉",
239
+ "⠉⠙",
240
+ "⠉⠙",
241
+ "⠉⠩",
242
+ "⠈⢙",
243
+ "⠈⡙",
244
+ "⢈⠩",
245
+ "⡀⢙",
246
+ "⠄⡙",
247
+ "⢂⠩",
248
+ "⡂⢘",
249
+ "⠅⡘",
250
+ "⢃⠨",
251
+ "⡃⢐",
252
+ "⠍⡐",
253
+ "⢋⠠",
254
+ "⡋⢀",
255
+ "⠍⡁",
256
+ "⢋⠁",
257
+ "⡋⠁",
258
+ "⠍⠉",
259
+ "⠋⠉",
260
+ "⠋⠉",
261
+ "⠉⠙",
262
+ "⠉⠙",
263
+ "⠉⠩",
264
+ "⠈⢙",
265
+ "⠈⡙",
266
+ "⠈⠩",
267
+ "⠀⢙",
268
+ "⠀⡙",
269
+ "⠀⠩",
270
+ "⠀⢘",
271
+ "⠀⡘",
272
+ "⠀⠨",
273
+ "⠀⢐",
274
+ "⠀⡐",
275
+ "⠀⠠",
276
+ "⠀⢀",
277
+ "⠀⡀"
278
+ ]
279
+ },
280
+ dots13: {
281
+ interval: 80,
282
+ frames: [
283
+ "⣼",
284
+ "⣹",
285
+ "⢻",
286
+ "⠿",
287
+ "⡟",
288
+ "⣏",
289
+ "⣧",
290
+ "⣶"
291
+ ]
292
+ },
293
+ dots14: {
294
+ interval: 80,
295
+ frames: [
296
+ "⠉⠉",
297
+ "⠈⠙",
298
+ "⠀⠹",
299
+ "⠀⢸",
300
+ "⠀⣰",
301
+ "⢀⣠",
302
+ "⣀⣀",
303
+ "⣄⡀",
304
+ "⣆⠀",
305
+ "⡇⠀",
306
+ "⠏⠀",
307
+ "⠋⠁"
308
+ ]
309
+ },
310
+ dots8Bit: {
311
+ interval: 80,
312
+ frames: [
313
+ "⠀",
314
+ "⠁",
315
+ "⠂",
316
+ "⠃",
317
+ "⠄",
318
+ "⠅",
319
+ "⠆",
320
+ "⠇",
321
+ "⡀",
322
+ "⡁",
323
+ "⡂",
324
+ "⡃",
325
+ "⡄",
326
+ "⡅",
327
+ "⡆",
328
+ "⡇",
329
+ "⠈",
330
+ "⠉",
331
+ "⠊",
332
+ "⠋",
333
+ "⠌",
334
+ "⠍",
335
+ "⠎",
336
+ "⠏",
337
+ "⡈",
338
+ "⡉",
339
+ "⡊",
340
+ "⡋",
341
+ "⡌",
342
+ "⡍",
343
+ "⡎",
344
+ "⡏",
345
+ "⠐",
346
+ "⠑",
347
+ "⠒",
348
+ "⠓",
349
+ "⠔",
350
+ "⠕",
351
+ "⠖",
352
+ "⠗",
353
+ "⡐",
354
+ "⡑",
355
+ "⡒",
356
+ "⡓",
357
+ "⡔",
358
+ "⡕",
359
+ "⡖",
360
+ "⡗",
361
+ "⠘",
362
+ "⠙",
363
+ "⠚",
364
+ "⠛",
365
+ "⠜",
366
+ "⠝",
367
+ "⠞",
368
+ "⠟",
369
+ "⡘",
370
+ "⡙",
371
+ "⡚",
372
+ "⡛",
373
+ "⡜",
374
+ "⡝",
375
+ "⡞",
376
+ "⡟",
377
+ "⠠",
378
+ "⠡",
379
+ "⠢",
380
+ "⠣",
381
+ "⠤",
382
+ "⠥",
383
+ "⠦",
384
+ "⠧",
385
+ "⡠",
386
+ "⡡",
387
+ "⡢",
388
+ "⡣",
389
+ "⡤",
390
+ "⡥",
391
+ "⡦",
392
+ "⡧",
393
+ "⠨",
394
+ "⠩",
395
+ "⠪",
396
+ "⠫",
397
+ "⠬",
398
+ "⠭",
399
+ "⠮",
400
+ "⠯",
401
+ "⡨",
402
+ "⡩",
403
+ "⡪",
404
+ "⡫",
405
+ "⡬",
406
+ "⡭",
407
+ "⡮",
408
+ "⡯",
409
+ "⠰",
410
+ "⠱",
411
+ "⠲",
412
+ "⠳",
413
+ "⠴",
414
+ "⠵",
415
+ "⠶",
416
+ "⠷",
417
+ "⡰",
418
+ "⡱",
419
+ "⡲",
420
+ "⡳",
421
+ "⡴",
422
+ "⡵",
423
+ "⡶",
424
+ "⡷",
425
+ "⠸",
426
+ "⠹",
427
+ "⠺",
428
+ "⠻",
429
+ "⠼",
430
+ "⠽",
431
+ "⠾",
432
+ "⠿",
433
+ "⡸",
434
+ "⡹",
435
+ "⡺",
436
+ "⡻",
437
+ "⡼",
438
+ "⡽",
439
+ "⡾",
440
+ "⡿",
441
+ "⢀",
442
+ "⢁",
443
+ "⢂",
444
+ "⢃",
445
+ "⢄",
446
+ "⢅",
447
+ "⢆",
448
+ "⢇",
449
+ "⣀",
450
+ "⣁",
451
+ "⣂",
452
+ "⣃",
453
+ "⣄",
454
+ "⣅",
455
+ "⣆",
456
+ "⣇",
457
+ "⢈",
458
+ "⢉",
459
+ "⢊",
460
+ "⢋",
461
+ "⢌",
462
+ "⢍",
463
+ "⢎",
464
+ "⢏",
465
+ "⣈",
466
+ "⣉",
467
+ "⣊",
468
+ "⣋",
469
+ "⣌",
470
+ "⣍",
471
+ "⣎",
472
+ "⣏",
473
+ "⢐",
474
+ "⢑",
475
+ "⢒",
476
+ "⢓",
477
+ "⢔",
478
+ "⢕",
479
+ "⢖",
480
+ "⢗",
481
+ "⣐",
482
+ "⣑",
483
+ "⣒",
484
+ "⣓",
485
+ "⣔",
486
+ "⣕",
487
+ "⣖",
488
+ "⣗",
489
+ "⢘",
490
+ "⢙",
491
+ "⢚",
492
+ "⢛",
493
+ "⢜",
494
+ "⢝",
495
+ "⢞",
496
+ "⢟",
497
+ "⣘",
498
+ "⣙",
499
+ "⣚",
500
+ "⣛",
501
+ "⣜",
502
+ "⣝",
503
+ "⣞",
504
+ "⣟",
505
+ "⢠",
506
+ "⢡",
507
+ "⢢",
508
+ "⢣",
509
+ "⢤",
510
+ "⢥",
511
+ "⢦",
512
+ "⢧",
513
+ "⣠",
514
+ "⣡",
515
+ "⣢",
516
+ "⣣",
517
+ "⣤",
518
+ "⣥",
519
+ "⣦",
520
+ "⣧",
521
+ "⢨",
522
+ "⢩",
523
+ "⢪",
524
+ "⢫",
525
+ "⢬",
526
+ "⢭",
527
+ "⢮",
528
+ "⢯",
529
+ "⣨",
530
+ "⣩",
531
+ "⣪",
532
+ "⣫",
533
+ "⣬",
534
+ "⣭",
535
+ "⣮",
536
+ "⣯",
537
+ "⢰",
538
+ "⢱",
539
+ "⢲",
540
+ "⢳",
541
+ "⢴",
542
+ "⢵",
543
+ "⢶",
544
+ "⢷",
545
+ "⣰",
546
+ "⣱",
547
+ "⣲",
548
+ "⣳",
549
+ "⣴",
550
+ "⣵",
551
+ "⣶",
552
+ "⣷",
553
+ "⢸",
554
+ "⢹",
555
+ "⢺",
556
+ "⢻",
557
+ "⢼",
558
+ "⢽",
559
+ "⢾",
560
+ "⢿",
561
+ "⣸",
562
+ "⣹",
563
+ "⣺",
564
+ "⣻",
565
+ "⣼",
566
+ "⣽",
567
+ "⣾",
568
+ "⣿"
569
+ ]
570
+ },
571
+ dotsCircle: {
572
+ interval: 80,
573
+ frames: [
574
+ "⢎ ",
575
+ "⠎⠁",
576
+ "⠊⠑",
577
+ "⠈⠱",
578
+ " ⡱",
579
+ "⢀⡰",
580
+ "⢄⡠",
581
+ "⢆⡀"
582
+ ]
583
+ },
584
+ sand: {
585
+ interval: 80,
586
+ frames: [
587
+ "⠁",
588
+ "⠂",
589
+ "⠄",
590
+ "⡀",
591
+ "⡈",
592
+ "⡐",
593
+ "⡠",
594
+ "⣀",
595
+ "⣁",
596
+ "⣂",
597
+ "⣄",
598
+ "⣌",
599
+ "⣔",
600
+ "⣤",
601
+ "⣥",
602
+ "⣦",
603
+ "⣮",
604
+ "⣶",
605
+ "⣷",
606
+ "⣿",
607
+ "⡿",
608
+ "⠿",
609
+ "⢟",
610
+ "⠟",
611
+ "⡛",
612
+ "⠛",
613
+ "⠫",
614
+ "⢋",
615
+ "⠋",
616
+ "⠍",
617
+ "⡉",
618
+ "⠉",
619
+ "⠑",
620
+ "⠡",
621
+ "⢁"
622
+ ]
623
+ },
624
+ line: {
625
+ interval: 130,
626
+ frames: [
627
+ "-",
628
+ "\\",
629
+ "|",
630
+ "/"
631
+ ]
632
+ },
633
+ line2: {
634
+ interval: 100,
635
+ frames: [
636
+ "⠂",
637
+ "-",
638
+ "–",
639
+ "—",
640
+ "–",
641
+ "-"
642
+ ]
643
+ },
644
+ rollingLine: {
645
+ interval: 80,
646
+ frames: [
647
+ "/ ",
648
+ " - ",
649
+ " \\ ",
650
+ " |",
651
+ " |",
652
+ " \\ ",
653
+ " - ",
654
+ "/ "
655
+ ]
656
+ },
657
+ pipe: {
658
+ interval: 100,
659
+ frames: [
660
+ "┤",
661
+ "┘",
662
+ "┴",
663
+ "└",
664
+ "├",
665
+ "┌",
666
+ "┬",
667
+ "┐"
668
+ ]
669
+ },
670
+ simpleDots: {
671
+ interval: 400,
672
+ frames: [
673
+ ". ",
674
+ ".. ",
675
+ "...",
676
+ " "
677
+ ]
678
+ },
679
+ simpleDotsScrolling: {
680
+ interval: 200,
681
+ frames: [
682
+ ". ",
683
+ ".. ",
684
+ "...",
685
+ " ..",
686
+ " .",
687
+ " "
688
+ ]
689
+ },
690
+ star: {
691
+ interval: 70,
692
+ frames: [
693
+ "✶",
694
+ "✸",
695
+ "✹",
696
+ "✺",
697
+ "✹",
698
+ "✷"
699
+ ]
700
+ },
701
+ star2: {
702
+ interval: 80,
703
+ frames: [
704
+ "+",
705
+ "x",
706
+ "*"
707
+ ]
708
+ },
709
+ flip: {
710
+ interval: 70,
711
+ frames: [
712
+ "_",
713
+ "_",
714
+ "_",
715
+ "-",
716
+ "`",
717
+ "`",
718
+ "'",
719
+ "´",
720
+ "-",
721
+ "_",
722
+ "_",
723
+ "_"
724
+ ]
725
+ },
726
+ hamburger: {
727
+ interval: 100,
728
+ frames: [
729
+ "☱",
730
+ "☲",
731
+ "☴"
732
+ ]
733
+ },
734
+ growVertical: {
735
+ interval: 120,
736
+ frames: [
737
+ "▁",
738
+ "▃",
739
+ "▄",
740
+ "▅",
741
+ "▆",
742
+ "▇",
743
+ "▆",
744
+ "▅",
745
+ "▄",
746
+ "▃"
747
+ ]
748
+ },
749
+ growHorizontal: {
750
+ interval: 120,
751
+ frames: [
752
+ "▏",
753
+ "▎",
754
+ "▍",
755
+ "▌",
756
+ "▋",
757
+ "▊",
758
+ "▉",
759
+ "▊",
760
+ "▋",
761
+ "▌",
762
+ "▍",
763
+ "▎"
764
+ ]
765
+ },
766
+ balloon: {
767
+ interval: 140,
768
+ frames: [
769
+ " ",
770
+ ".",
771
+ "o",
772
+ "O",
773
+ "@",
774
+ "*",
775
+ " "
776
+ ]
777
+ },
778
+ balloon2: {
779
+ interval: 120,
780
+ frames: [
781
+ ".",
782
+ "o",
783
+ "O",
784
+ "°",
785
+ "O",
786
+ "o",
787
+ "."
788
+ ]
789
+ },
790
+ noise: {
791
+ interval: 100,
792
+ frames: [
793
+ "▓",
794
+ "▒",
795
+ "░"
796
+ ]
797
+ },
798
+ bounce: {
799
+ interval: 120,
800
+ frames: [
801
+ "⠁",
802
+ "⠂",
803
+ "⠄",
804
+ "⠂"
805
+ ]
806
+ },
807
+ boxBounce: {
808
+ interval: 120,
809
+ frames: [
810
+ "▖",
811
+ "▘",
812
+ "▝",
813
+ "▗"
814
+ ]
815
+ },
816
+ boxBounce2: {
817
+ interval: 100,
818
+ frames: [
819
+ "▌",
820
+ "▀",
821
+ "▐",
822
+ "▄"
823
+ ]
824
+ },
825
+ triangle: {
826
+ interval: 50,
827
+ frames: [
828
+ "◢",
829
+ "◣",
830
+ "◤",
831
+ "◥"
832
+ ]
833
+ },
834
+ binary: {
835
+ interval: 80,
836
+ frames: [
837
+ "010010",
838
+ "001100",
839
+ "100101",
840
+ "111010",
841
+ "111101",
842
+ "010111",
843
+ "101011",
844
+ "111000",
845
+ "110011",
846
+ "110101"
847
+ ]
848
+ },
849
+ arc: {
850
+ interval: 100,
851
+ frames: [
852
+ "◜",
853
+ "◠",
854
+ "◝",
855
+ "◞",
856
+ "◡",
857
+ "◟"
858
+ ]
859
+ },
860
+ circle: {
861
+ interval: 120,
862
+ frames: [
863
+ "◡",
864
+ "⊙",
865
+ "◠"
866
+ ]
867
+ },
868
+ squareCorners: {
869
+ interval: 180,
870
+ frames: [
871
+ "◰",
872
+ "◳",
873
+ "◲",
874
+ "◱"
875
+ ]
876
+ },
877
+ circleQuarters: {
878
+ interval: 120,
879
+ frames: [
880
+ "◴",
881
+ "◷",
882
+ "◶",
883
+ "◵"
884
+ ]
885
+ },
886
+ circleHalves: {
887
+ interval: 50,
888
+ frames: [
889
+ "◐",
890
+ "◓",
891
+ "◑",
892
+ "◒"
893
+ ]
894
+ },
895
+ squish: {
896
+ interval: 100,
897
+ frames: ["╫", "╪"]
898
+ },
899
+ toggle: {
900
+ interval: 250,
901
+ frames: ["⊶", "⊷"]
902
+ },
903
+ toggle2: {
904
+ interval: 80,
905
+ frames: ["▫", "▪"]
906
+ },
907
+ toggle3: {
908
+ interval: 120,
909
+ frames: ["□", "■"]
910
+ },
911
+ toggle4: {
912
+ interval: 100,
913
+ frames: [
914
+ "■",
915
+ "□",
916
+ "▪",
917
+ "▫"
918
+ ]
919
+ },
920
+ toggle5: {
921
+ interval: 100,
922
+ frames: ["▮", "▯"]
923
+ },
924
+ toggle6: {
925
+ interval: 300,
926
+ frames: ["ဝ", "၀"]
927
+ },
928
+ toggle7: {
929
+ interval: 80,
930
+ frames: ["⦾", "⦿"]
931
+ },
932
+ toggle8: {
933
+ interval: 100,
934
+ frames: ["◍", "◌"]
935
+ },
936
+ toggle9: {
937
+ interval: 100,
938
+ frames: ["◉", "◎"]
939
+ },
940
+ toggle10: {
941
+ interval: 100,
942
+ frames: [
943
+ "㊂",
944
+ "㊀",
945
+ "㊁"
946
+ ]
947
+ },
948
+ toggle11: {
949
+ interval: 50,
950
+ frames: ["⧇", "⧆"]
951
+ },
952
+ toggle12: {
953
+ interval: 120,
954
+ frames: ["☗", "☖"]
955
+ },
956
+ toggle13: {
957
+ interval: 80,
958
+ frames: [
959
+ "=",
960
+ "*",
961
+ "-"
962
+ ]
963
+ },
964
+ arrow: {
965
+ interval: 100,
966
+ frames: [
967
+ "←",
968
+ "↖",
969
+ "↑",
970
+ "↗",
971
+ "→",
972
+ "↘",
973
+ "↓",
974
+ "↙"
975
+ ]
976
+ },
977
+ arrow2: {
978
+ interval: 80,
979
+ frames: [
980
+ "⬆️ ",
981
+ "↗️ ",
982
+ "➡️ ",
983
+ "↘️ ",
984
+ "⬇️ ",
985
+ "↙️ ",
986
+ "⬅️ ",
987
+ "↖️ "
988
+ ]
989
+ },
990
+ arrow3: {
991
+ interval: 120,
992
+ frames: [
993
+ "▹▹▹▹▹",
994
+ "▸▹▹▹▹",
995
+ "▹▸▹▹▹",
996
+ "▹▹▸▹▹",
997
+ "▹▹▹▸▹",
998
+ "▹▹▹▹▸"
999
+ ]
1000
+ },
1001
+ bouncingBar: {
1002
+ interval: 80,
1003
+ frames: [
1004
+ "[ ]",
1005
+ "[= ]",
1006
+ "[== ]",
1007
+ "[=== ]",
1008
+ "[====]",
1009
+ "[ ===]",
1010
+ "[ ==]",
1011
+ "[ =]",
1012
+ "[ ]",
1013
+ "[ =]",
1014
+ "[ ==]",
1015
+ "[ ===]",
1016
+ "[====]",
1017
+ "[=== ]",
1018
+ "[== ]",
1019
+ "[= ]"
1020
+ ]
1021
+ },
1022
+ bouncingBall: {
1023
+ interval: 80,
1024
+ frames: [
1025
+ "( ● )",
1026
+ "( ● )",
1027
+ "( ● )",
1028
+ "( ● )",
1029
+ "( ●)",
1030
+ "( ● )",
1031
+ "( ● )",
1032
+ "( ● )",
1033
+ "( ● )",
1034
+ "(● )"
1035
+ ]
1036
+ },
1037
+ smiley: {
1038
+ interval: 200,
1039
+ frames: ["😄 ", "😝 "]
1040
+ },
1041
+ monkey: {
1042
+ interval: 300,
1043
+ frames: [
1044
+ "🙈 ",
1045
+ "🙈 ",
1046
+ "🙉 ",
1047
+ "🙊 "
1048
+ ]
1049
+ },
1050
+ hearts: {
1051
+ interval: 100,
1052
+ frames: [
1053
+ "💛 ",
1054
+ "💙 ",
1055
+ "💜 ",
1056
+ "💚 ",
1057
+ "💗 "
1058
+ ]
1059
+ },
1060
+ clock: {
1061
+ interval: 100,
1062
+ frames: [
1063
+ "🕛 ",
1064
+ "🕐 ",
1065
+ "🕑 ",
1066
+ "🕒 ",
1067
+ "🕓 ",
1068
+ "🕔 ",
1069
+ "🕕 ",
1070
+ "🕖 ",
1071
+ "🕗 ",
1072
+ "🕘 ",
1073
+ "🕙 ",
1074
+ "🕚 "
1075
+ ]
1076
+ },
1077
+ earth: {
1078
+ interval: 180,
1079
+ frames: [
1080
+ "🌍 ",
1081
+ "🌎 ",
1082
+ "🌏 "
1083
+ ]
1084
+ },
1085
+ material: {
1086
+ interval: 17,
1087
+ frames: [
1088
+ "█▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁",
1089
+ "██▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁",
1090
+ "███▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁",
1091
+ "████▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁",
1092
+ "██████▁▁▁▁▁▁▁▁▁▁▁▁▁▁",
1093
+ "██████▁▁▁▁▁▁▁▁▁▁▁▁▁▁",
1094
+ "███████▁▁▁▁▁▁▁▁▁▁▁▁▁",
1095
+ "████████▁▁▁▁▁▁▁▁▁▁▁▁",
1096
+ "█████████▁▁▁▁▁▁▁▁▁▁▁",
1097
+ "█████████▁▁▁▁▁▁▁▁▁▁▁",
1098
+ "██████████▁▁▁▁▁▁▁▁▁▁",
1099
+ "███████████▁▁▁▁▁▁▁▁▁",
1100
+ "█████████████▁▁▁▁▁▁▁",
1101
+ "██████████████▁▁▁▁▁▁",
1102
+ "██████████████▁▁▁▁▁▁",
1103
+ "▁██████████████▁▁▁▁▁",
1104
+ "▁██████████████▁▁▁▁▁",
1105
+ "▁██████████████▁▁▁▁▁",
1106
+ "▁▁██████████████▁▁▁▁",
1107
+ "▁▁▁██████████████▁▁▁",
1108
+ "▁▁▁▁█████████████▁▁▁",
1109
+ "▁▁▁▁██████████████▁▁",
1110
+ "▁▁▁▁██████████████▁▁",
1111
+ "▁▁▁▁▁██████████████▁",
1112
+ "▁▁▁▁▁██████████████▁",
1113
+ "▁▁▁▁▁██████████████▁",
1114
+ "▁▁▁▁▁▁██████████████",
1115
+ "▁▁▁▁▁▁██████████████",
1116
+ "▁▁▁▁▁▁▁█████████████",
1117
+ "▁▁▁▁▁▁▁█████████████",
1118
+ "▁▁▁▁▁▁▁▁████████████",
1119
+ "▁▁▁▁▁▁▁▁████████████",
1120
+ "▁▁▁▁▁▁▁▁▁███████████",
1121
+ "▁▁▁▁▁▁▁▁▁███████████",
1122
+ "▁▁▁▁▁▁▁▁▁▁██████████",
1123
+ "▁▁▁▁▁▁▁▁▁▁██████████",
1124
+ "▁▁▁▁▁▁▁▁▁▁▁▁████████",
1125
+ "▁▁▁▁▁▁▁▁▁▁▁▁▁███████",
1126
+ "▁▁▁▁▁▁▁▁▁▁▁▁▁▁██████",
1127
+ "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁█████",
1128
+ "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁█████",
1129
+ "█▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁████",
1130
+ "██▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁███",
1131
+ "██▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁███",
1132
+ "███▁▁▁▁▁▁▁▁▁▁▁▁▁▁███",
1133
+ "████▁▁▁▁▁▁▁▁▁▁▁▁▁▁██",
1134
+ "█████▁▁▁▁▁▁▁▁▁▁▁▁▁▁█",
1135
+ "█████▁▁▁▁▁▁▁▁▁▁▁▁▁▁█",
1136
+ "██████▁▁▁▁▁▁▁▁▁▁▁▁▁█",
1137
+ "████████▁▁▁▁▁▁▁▁▁▁▁▁",
1138
+ "█████████▁▁▁▁▁▁▁▁▁▁▁",
1139
+ "█████████▁▁▁▁▁▁▁▁▁▁▁",
1140
+ "█████████▁▁▁▁▁▁▁▁▁▁▁",
1141
+ "█████████▁▁▁▁▁▁▁▁▁▁▁",
1142
+ "███████████▁▁▁▁▁▁▁▁▁",
1143
+ "████████████▁▁▁▁▁▁▁▁",
1144
+ "████████████▁▁▁▁▁▁▁▁",
1145
+ "██████████████▁▁▁▁▁▁",
1146
+ "██████████████▁▁▁▁▁▁",
1147
+ "▁██████████████▁▁▁▁▁",
1148
+ "▁██████████████▁▁▁▁▁",
1149
+ "▁▁▁█████████████▁▁▁▁",
1150
+ "▁▁▁▁▁████████████▁▁▁",
1151
+ "▁▁▁▁▁████████████▁▁▁",
1152
+ "▁▁▁▁▁▁███████████▁▁▁",
1153
+ "▁▁▁▁▁▁▁▁█████████▁▁▁",
1154
+ "▁▁▁▁▁▁▁▁█████████▁▁▁",
1155
+ "▁▁▁▁▁▁▁▁▁█████████▁▁",
1156
+ "▁▁▁▁▁▁▁▁▁█████████▁▁",
1157
+ "▁▁▁▁▁▁▁▁▁▁█████████▁",
1158
+ "▁▁▁▁▁▁▁▁▁▁▁████████▁",
1159
+ "▁▁▁▁▁▁▁▁▁▁▁████████▁",
1160
+ "▁▁▁▁▁▁▁▁▁▁▁▁███████▁",
1161
+ "▁▁▁▁▁▁▁▁▁▁▁▁███████▁",
1162
+ "▁▁▁▁▁▁▁▁▁▁▁▁▁███████",
1163
+ "▁▁▁▁▁▁▁▁▁▁▁▁▁███████",
1164
+ "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁█████",
1165
+ "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁████",
1166
+ "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁████",
1167
+ "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁████",
1168
+ "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁███",
1169
+ "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁███",
1170
+ "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁██",
1171
+ "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁██",
1172
+ "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁██",
1173
+ "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁█",
1174
+ "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁█",
1175
+ "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁█",
1176
+ "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁",
1177
+ "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁",
1178
+ "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁",
1179
+ "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁"
1180
+ ]
1181
+ },
1182
+ moon: {
1183
+ interval: 80,
1184
+ frames: [
1185
+ "🌑 ",
1186
+ "🌒 ",
1187
+ "🌓 ",
1188
+ "🌔 ",
1189
+ "🌕 ",
1190
+ "🌖 ",
1191
+ "🌗 ",
1192
+ "🌘 "
1193
+ ]
1194
+ },
1195
+ runner: {
1196
+ interval: 140,
1197
+ frames: ["🚶 ", "🏃 "]
1198
+ },
1199
+ pong: {
1200
+ interval: 80,
1201
+ frames: [
1202
+ "▐⠂ ▌",
1203
+ "▐⠈ ▌",
1204
+ "▐ ⠂ ▌",
1205
+ "▐ ⠠ ▌",
1206
+ "▐ ⡀ ▌",
1207
+ "▐ ⠠ ▌",
1208
+ "▐ ⠂ ▌",
1209
+ "▐ ⠈ ▌",
1210
+ "▐ ⠂ ▌",
1211
+ "▐ ⠠ ▌",
1212
+ "▐ ⡀ ▌",
1213
+ "▐ ⠠ ▌",
1214
+ "▐ ⠂ ▌",
1215
+ "▐ ⠈ ▌",
1216
+ "▐ ⠂▌",
1217
+ "▐ ⠠▌",
1218
+ "▐ ⡀▌",
1219
+ "▐ ⠠ ▌",
1220
+ "▐ ⠂ ▌",
1221
+ "▐ ⠈ ▌",
1222
+ "▐ ⠂ ▌",
1223
+ "▐ ⠠ ▌",
1224
+ "▐ ⡀ ▌",
1225
+ "▐ ⠠ ▌",
1226
+ "▐ ⠂ ▌",
1227
+ "▐ ⠈ ▌",
1228
+ "▐ ⠂ ▌",
1229
+ "▐ ⠠ ▌",
1230
+ "▐ ⡀ ▌",
1231
+ "▐⠠ ▌"
1232
+ ]
1233
+ },
1234
+ shark: {
1235
+ interval: 120,
1236
+ frames: [
1237
+ "▐|\\____________▌",
1238
+ "▐_|\\___________▌",
1239
+ "▐__|\\__________▌",
1240
+ "▐___|\\_________▌",
1241
+ "▐____|\\________▌",
1242
+ "▐_____|\\_______▌",
1243
+ "▐______|\\______▌",
1244
+ "▐_______|\\_____▌",
1245
+ "▐________|\\____▌",
1246
+ "▐_________|\\___▌",
1247
+ "▐__________|\\__▌",
1248
+ "▐___________|\\_▌",
1249
+ "▐____________|\\▌",
1250
+ "▐____________/|▌",
1251
+ "▐___________/|_▌",
1252
+ "▐__________/|__▌",
1253
+ "▐_________/|___▌",
1254
+ "▐________/|____▌",
1255
+ "▐_______/|_____▌",
1256
+ "▐______/|______▌",
1257
+ "▐_____/|_______▌",
1258
+ "▐____/|________▌",
1259
+ "▐___/|_________▌",
1260
+ "▐__/|__________▌",
1261
+ "▐_/|___________▌",
1262
+ "▐/|____________▌"
1263
+ ]
1264
+ },
1265
+ dqpb: {
1266
+ interval: 100,
1267
+ frames: [
1268
+ "d",
1269
+ "q",
1270
+ "p",
1271
+ "b"
1272
+ ]
1273
+ },
1274
+ weather: {
1275
+ interval: 100,
1276
+ frames: [
1277
+ "☀️ ",
1278
+ "☀️ ",
1279
+ "☀️ ",
1280
+ "🌤 ",
1281
+ "⛅️ ",
1282
+ "🌥 ",
1283
+ "☁️ ",
1284
+ "🌧 ",
1285
+ "🌨 ",
1286
+ "🌧 ",
1287
+ "🌨 ",
1288
+ "🌧 ",
1289
+ "🌨 ",
1290
+ "⛈ ",
1291
+ "🌨 ",
1292
+ "🌧 ",
1293
+ "🌨 ",
1294
+ "☁️ ",
1295
+ "🌥 ",
1296
+ "⛅️ ",
1297
+ "🌤 ",
1298
+ "☀️ ",
1299
+ "☀️ "
1300
+ ]
1301
+ },
1302
+ christmas: {
1303
+ interval: 400,
1304
+ frames: ["🌲", "🎄"]
1305
+ },
1306
+ grenade: {
1307
+ interval: 80,
1308
+ frames: [
1309
+ "، ",
1310
+ "′ ",
1311
+ " ´ ",
1312
+ " ‾ ",
1313
+ " ⸌",
1314
+ " ⸊",
1315
+ " |",
1316
+ " ⁎",
1317
+ " ⁕",
1318
+ " ෴ ",
1319
+ " ⁓",
1320
+ " ",
1321
+ " ",
1322
+ " "
1323
+ ]
1324
+ },
1325
+ point: {
1326
+ interval: 125,
1327
+ frames: [
1328
+ "∙∙∙",
1329
+ "●∙∙",
1330
+ "∙●∙",
1331
+ "∙∙●",
1332
+ "∙∙∙"
1333
+ ]
1334
+ },
1335
+ layer: {
1336
+ interval: 150,
1337
+ frames: [
1338
+ "-",
1339
+ "=",
1340
+ "≡"
1341
+ ]
1342
+ },
1343
+ betaWave: {
1344
+ interval: 80,
1345
+ frames: [
1346
+ "ρββββββ",
1347
+ "βρβββββ",
1348
+ "ββρββββ",
1349
+ "βββρβββ",
1350
+ "ββββρββ",
1351
+ "βββββρβ",
1352
+ "ββββββρ"
1353
+ ]
1354
+ },
1355
+ fingerDance: {
1356
+ interval: 160,
1357
+ frames: [
1358
+ "🤘 ",
1359
+ "🤟 ",
1360
+ "🖖 ",
1361
+ "✋ ",
1362
+ "🤚 ",
1363
+ "👆 "
1364
+ ]
1365
+ },
1366
+ fistBump: {
1367
+ interval: 80,
1368
+ frames: [
1369
+ "🤜    🤛 ",
1370
+ "🤜    🤛 ",
1371
+ "🤜    🤛 ",
1372
+ " 🤜  🤛  ",
1373
+ "  🤜🤛   ",
1374
+ " 🤜✨🤛   ",
1375
+ "🤜 ✨ 🤛  "
1376
+ ]
1377
+ },
1378
+ soccerHeader: {
1379
+ interval: 80,
1380
+ frames: [
1381
+ " 🧑⚽️ 🧑 ",
1382
+ "🧑 ⚽️ 🧑 ",
1383
+ "🧑 ⚽️ 🧑 ",
1384
+ "🧑 ⚽️ 🧑 ",
1385
+ "🧑 ⚽️ 🧑 ",
1386
+ "🧑 ⚽️ 🧑 ",
1387
+ "🧑 ⚽️🧑 ",
1388
+ "🧑 ⚽️ 🧑 ",
1389
+ "🧑 ⚽️ 🧑 ",
1390
+ "🧑 ⚽️ 🧑 ",
1391
+ "🧑 ⚽️ 🧑 ",
1392
+ "🧑 ⚽️ 🧑 "
1393
+ ]
1394
+ },
1395
+ mindblown: {
1396
+ interval: 160,
1397
+ frames: [
1398
+ "😐 ",
1399
+ "😐 ",
1400
+ "😮 ",
1401
+ "😮 ",
1402
+ "😦 ",
1403
+ "😦 ",
1404
+ "😧 ",
1405
+ "😧 ",
1406
+ "🤯 ",
1407
+ "💥 ",
1408
+ "✨ ",
1409
+ "  ",
1410
+ "  ",
1411
+ "  "
1412
+ ]
1413
+ },
1414
+ speaker: {
1415
+ interval: 160,
1416
+ frames: [
1417
+ "🔈 ",
1418
+ "🔉 ",
1419
+ "🔊 ",
1420
+ "🔉 "
1421
+ ]
1422
+ },
1423
+ orangePulse: {
1424
+ interval: 100,
1425
+ frames: [
1426
+ "🔸 ",
1427
+ "🔶 ",
1428
+ "🟠 ",
1429
+ "🟠 ",
1430
+ "🔶 "
1431
+ ]
1432
+ },
1433
+ bluePulse: {
1434
+ interval: 100,
1435
+ frames: [
1436
+ "🔹 ",
1437
+ "🔷 ",
1438
+ "🔵 ",
1439
+ "🔵 ",
1440
+ "🔷 "
1441
+ ]
1442
+ },
1443
+ orangeBluePulse: {
1444
+ interval: 100,
1445
+ frames: [
1446
+ "🔸 ",
1447
+ "🔶 ",
1448
+ "🟠 ",
1449
+ "🟠 ",
1450
+ "🔶 ",
1451
+ "🔹 ",
1452
+ "🔷 ",
1453
+ "🔵 ",
1454
+ "🔵 ",
1455
+ "🔷 "
1456
+ ]
1457
+ },
1458
+ timeTravel: {
1459
+ interval: 100,
1460
+ frames: [
1461
+ "🕛 ",
1462
+ "🕚 ",
1463
+ "🕙 ",
1464
+ "🕘 ",
1465
+ "🕗 ",
1466
+ "🕖 ",
1467
+ "🕕 ",
1468
+ "🕔 ",
1469
+ "🕓 ",
1470
+ "🕒 ",
1471
+ "🕑 ",
1472
+ "🕐 "
1473
+ ]
1474
+ },
1475
+ aesthetic: {
1476
+ interval: 80,
1477
+ frames: [
1478
+ "▰▱▱▱▱▱▱",
1479
+ "▰▰▱▱▱▱▱",
1480
+ "▰▰▰▱▱▱▱",
1481
+ "▰▰▰▰▱▱▱",
1482
+ "▰▰▰▰▰▱▱",
1483
+ "▰▰▰▰▰▰▱",
1484
+ "▰▰▰▰▰▰▰",
1485
+ "▰▱▱▱▱▱▱"
1486
+ ]
1487
+ },
1488
+ dwarfFortress: {
1489
+ interval: 80,
1490
+ frames: [
1491
+ " ██████£££ ",
1492
+ "☺██████£££ ",
1493
+ "☺██████£££ ",
1494
+ "☺▓█████£££ ",
1495
+ "☺▓█████£££ ",
1496
+ "☺▒█████£££ ",
1497
+ "☺▒█████£££ ",
1498
+ "☺░█████£££ ",
1499
+ "☺░█████£££ ",
1500
+ "☺ █████£££ ",
1501
+ " ☺█████£££ ",
1502
+ " ☺█████£££ ",
1503
+ " ☺▓████£££ ",
1504
+ " ☺▓████£££ ",
1505
+ " ☺▒████£££ ",
1506
+ " ☺▒████£££ ",
1507
+ " ☺░████£££ ",
1508
+ " ☺░████£££ ",
1509
+ " ☺ ████£££ ",
1510
+ " ☺████£££ ",
1511
+ " ☺████£££ ",
1512
+ " ☺▓███£££ ",
1513
+ " ☺▓███£££ ",
1514
+ " ☺▒███£££ ",
1515
+ " ☺▒███£££ ",
1516
+ " ☺░███£££ ",
1517
+ " ☺░███£££ ",
1518
+ " ☺ ███£££ ",
1519
+ " ☺███£££ ",
1520
+ " ☺███£££ ",
1521
+ " ☺▓██£££ ",
1522
+ " ☺▓██£££ ",
1523
+ " ☺▒██£££ ",
1524
+ " ☺▒██£££ ",
1525
+ " ☺░██£££ ",
1526
+ " ☺░██£££ ",
1527
+ " ☺ ██£££ ",
1528
+ " ☺██£££ ",
1529
+ " ☺██£££ ",
1530
+ " ☺▓█£££ ",
1531
+ " ☺▓█£££ ",
1532
+ " ☺▒█£££ ",
1533
+ " ☺▒█£££ ",
1534
+ " ☺░█£££ ",
1535
+ " ☺░█£££ ",
1536
+ " ☺ █£££ ",
1537
+ " ☺█£££ ",
1538
+ " ☺█£££ ",
1539
+ " ☺▓£££ ",
1540
+ " ☺▓£££ ",
1541
+ " ☺▒£££ ",
1542
+ " ☺▒£££ ",
1543
+ " ☺░£££ ",
1544
+ " ☺░£££ ",
1545
+ " ☺ £££ ",
1546
+ " ☺£££ ",
1547
+ " ☺£££ ",
1548
+ " ☺▓££ ",
1549
+ " ☺▓££ ",
1550
+ " ☺▒££ ",
1551
+ " ☺▒££ ",
1552
+ " ☺░££ ",
1553
+ " ☺░££ ",
1554
+ " ☺ ££ ",
1555
+ " ☺££ ",
1556
+ " ☺££ ",
1557
+ " ☺▓£ ",
1558
+ " ☺▓£ ",
1559
+ " ☺▒£ ",
1560
+ " ☺▒£ ",
1561
+ " ☺░£ ",
1562
+ " ☺░£ ",
1563
+ " ☺ £ ",
1564
+ " ☺£ ",
1565
+ " ☺£ ",
1566
+ " ☺▓ ",
1567
+ " ☺▓ ",
1568
+ " ☺▒ ",
1569
+ " ☺▒ ",
1570
+ " ☺░ ",
1571
+ " ☺░ ",
1572
+ " ☺ ",
1573
+ " ☺ &",
1574
+ " ☺ ☼&",
1575
+ " ☺ ☼ &",
1576
+ " ☺☼ &",
1577
+ " ☺☼ & ",
1578
+ " ‼ & ",
1579
+ " ☺ & ",
1580
+ " ‼ & ",
1581
+ " ☺ & ",
1582
+ " ‼ & ",
1583
+ " ☺ & ",
1584
+ "‼ & ",
1585
+ " & ",
1586
+ " & ",
1587
+ " & ░ ",
1588
+ " & ▒ ",
1589
+ " & ▓ ",
1590
+ " & £ ",
1591
+ " & ░£ ",
1592
+ " & ▒£ ",
1593
+ " & ▓£ ",
1594
+ " & ££ ",
1595
+ " & ░££ ",
1596
+ " & ▒££ ",
1597
+ "& ▓££ ",
1598
+ "& £££ ",
1599
+ " ░£££ ",
1600
+ " ▒£££ ",
1601
+ " ▓£££ ",
1602
+ " █£££ ",
1603
+ " ░█£££ ",
1604
+ " ▒█£££ ",
1605
+ " ▓█£££ ",
1606
+ " ██£££ ",
1607
+ " ░██£££ ",
1608
+ " ▒██£££ ",
1609
+ " ▓██£££ ",
1610
+ " ███£££ ",
1611
+ " ░███£££ ",
1612
+ " ▒███£££ ",
1613
+ " ▓███£££ ",
1614
+ " ████£££ ",
1615
+ " ░████£££ ",
1616
+ " ▒████£££ ",
1617
+ " ▓████£££ ",
1618
+ " █████£££ ",
1619
+ " ░█████£££ ",
1620
+ " ▒█████£££ ",
1621
+ " ▓█████£££ ",
1622
+ " ██████£££ ",
1623
+ " ██████£££ "
1624
+ ]
1625
+ },
1626
+ fish: {
1627
+ interval: 80,
1628
+ frames: [
1629
+ "~~~~~~~~~~~~~~~~~~~~",
1630
+ "> ~~~~~~~~~~~~~~~~~~",
1631
+ "º> ~~~~~~~~~~~~~~~~~",
1632
+ "(º> ~~~~~~~~~~~~~~~~",
1633
+ "((º> ~~~~~~~~~~~~~~~",
1634
+ "<((º> ~~~~~~~~~~~~~~",
1635
+ "><((º> ~~~~~~~~~~~~~",
1636
+ " ><((º> ~~~~~~~~~~~~",
1637
+ "~ ><((º> ~~~~~~~~~~~",
1638
+ "~~ <>((º> ~~~~~~~~~~",
1639
+ "~~~ ><((º> ~~~~~~~~~",
1640
+ "~~~~ <>((º> ~~~~~~~~",
1641
+ "~~~~~ ><((º> ~~~~~~~",
1642
+ "~~~~~~ <>((º> ~~~~~~",
1643
+ "~~~~~~~ ><((º> ~~~~~",
1644
+ "~~~~~~~~ <>((º> ~~~~",
1645
+ "~~~~~~~~~ ><((º> ~~~",
1646
+ "~~~~~~~~~~ <>((º> ~~",
1647
+ "~~~~~~~~~~~ ><((º> ~",
1648
+ "~~~~~~~~~~~~ <>((º> ",
1649
+ "~~~~~~~~~~~~~ ><((º>",
1650
+ "~~~~~~~~~~~~~~ <>((º",
1651
+ "~~~~~~~~~~~~~~~ ><((",
1652
+ "~~~~~~~~~~~~~~~~ <>(",
1653
+ "~~~~~~~~~~~~~~~~~ ><",
1654
+ "~~~~~~~~~~~~~~~~~~ <",
1655
+ "~~~~~~~~~~~~~~~~~~~~"
1656
+ ]
1657
+ }
1658
+ };
1659
+ var spinners_default = spinners;
1660
+ const dots = spinners.dots;
1661
+ const dots2 = spinners.dots2;
1662
+ const dots3 = spinners.dots3;
1663
+ const dots4 = spinners.dots4;
1664
+ const dots5 = spinners.dots5;
1665
+ const dots6 = spinners.dots6;
1666
+ const dots7 = spinners.dots7;
1667
+ const dots8 = spinners.dots8;
1668
+ const dots9 = spinners.dots9;
1669
+ const dots10 = spinners.dots10;
1670
+ const dots11 = spinners.dots11;
1671
+ const dots12 = spinners.dots12;
1672
+ const dots13 = spinners.dots13;
1673
+ const dots14 = spinners.dots14;
1674
+ const dots8Bit = spinners.dots8Bit;
1675
+ const dotsCircle = spinners.dotsCircle;
1676
+ const sand = spinners.sand;
1677
+ const line = spinners.line;
1678
+ const line2 = spinners.line2;
1679
+ const rollingLine = spinners.rollingLine;
1680
+ const pipe = spinners.pipe;
1681
+ const simpleDots = spinners.simpleDots;
1682
+ const simpleDotsScrolling = spinners.simpleDotsScrolling;
1683
+ const star = spinners.star;
1684
+ const star2 = spinners.star2;
1685
+ const flip = spinners.flip;
1686
+ const hamburger = spinners.hamburger;
1687
+ const growVertical = spinners.growVertical;
1688
+ const growHorizontal = spinners.growHorizontal;
1689
+ const balloon = spinners.balloon;
1690
+ const balloon2 = spinners.balloon2;
1691
+ const noise = spinners.noise;
1692
+ const bounce = spinners.bounce;
1693
+ const boxBounce = spinners.boxBounce;
1694
+ const boxBounce2 = spinners.boxBounce2;
1695
+ const triangle = spinners.triangle;
1696
+ const binary = spinners.binary;
1697
+ const arc = spinners.arc;
1698
+ const circle = spinners.circle;
1699
+ const squareCorners = spinners.squareCorners;
1700
+ const circleQuarters = spinners.circleQuarters;
1701
+ const circleHalves = spinners.circleHalves;
1702
+ const squish = spinners.squish;
1703
+ const toggle = spinners.toggle;
1704
+ const toggle2 = spinners.toggle2;
1705
+ const toggle3 = spinners.toggle3;
1706
+ const toggle4 = spinners.toggle4;
1707
+ const toggle5 = spinners.toggle5;
1708
+ const toggle6 = spinners.toggle6;
1709
+ const toggle7 = spinners.toggle7;
1710
+ const toggle8 = spinners.toggle8;
1711
+ const toggle9 = spinners.toggle9;
1712
+ const toggle10 = spinners.toggle10;
1713
+ const toggle11 = spinners.toggle11;
1714
+ const toggle12 = spinners.toggle12;
1715
+ const toggle13 = spinners.toggle13;
1716
+ const arrow = spinners.arrow;
1717
+ const arrow2 = spinners.arrow2;
1718
+ const arrow3 = spinners.arrow3;
1719
+ const bouncingBar = spinners.bouncingBar;
1720
+ const bouncingBall = spinners.bouncingBall;
1721
+ const smiley = spinners.smiley;
1722
+ const monkey = spinners.monkey;
1723
+ const hearts = spinners.hearts;
1724
+ const clock = spinners.clock;
1725
+ const earth = spinners.earth;
1726
+ const material = spinners.material;
1727
+ const moon = spinners.moon;
1728
+ const runner = spinners.runner;
1729
+ const pong = spinners.pong;
1730
+ const shark = spinners.shark;
1731
+ const dqpb = spinners.dqpb;
1732
+ const weather = spinners.weather;
1733
+ const christmas = spinners.christmas;
1734
+ const grenade = spinners.grenade;
1735
+ const point = spinners.point;
1736
+ const layer = spinners.layer;
1737
+ const betaWave = spinners.betaWave;
1738
+ const fingerDance = spinners.fingerDance;
1739
+ const fistBump = spinners.fistBump;
1740
+ const soccerHeader = spinners.soccerHeader;
1741
+ const mindblown = spinners.mindblown;
1742
+ const speaker = spinners.speaker;
1743
+ const orangePulse = spinners.orangePulse;
1744
+ const bluePulse = spinners.bluePulse;
1745
+ const orangeBluePulse = spinners.orangeBluePulse;
1746
+ const timeTravel = spinners.timeTravel;
1747
+ const aesthetic = spinners.aesthetic;
1748
+ const dwarfFortress = spinners.dwarfFortress;
1749
+ const fish = spinners.fish;
1750
+ /**
1751
+ * Applies the specified spinner preset and returns the corresponding spinner configuration.
1752
+ *
1753
+ * @param identifier - The spinner preset identifier.
1754
+ * @returns The spinner configuration with the corresponding characters.
1755
+ */
1756
+ function resolveSpinner(identifier) {
1757
+ return spinners[identifier];
1758
+ }
1759
+
1760
+ //#endregion
1761
+ exports.aesthetic = aesthetic;
1762
+ exports.arc = arc;
1763
+ exports.arrow = arrow;
1764
+ exports.arrow2 = arrow2;
1765
+ exports.arrow3 = arrow3;
1766
+ exports.balloon = balloon;
1767
+ exports.balloon2 = balloon2;
1768
+ exports.betaWave = betaWave;
1769
+ exports.binary = binary;
1770
+ exports.bluePulse = bluePulse;
1771
+ exports.bounce = bounce;
1772
+ exports.bouncingBall = bouncingBall;
1773
+ exports.bouncingBar = bouncingBar;
1774
+ exports.boxBounce = boxBounce;
1775
+ exports.boxBounce2 = boxBounce2;
1776
+ exports.christmas = christmas;
1777
+ exports.circle = circle;
1778
+ exports.circleHalves = circleHalves;
1779
+ exports.circleQuarters = circleQuarters;
1780
+ exports.clock = clock;
1781
+ exports.default = spinners_default;
1782
+ exports.dots = dots;
1783
+ exports.dots10 = dots10;
1784
+ exports.dots11 = dots11;
1785
+ exports.dots12 = dots12;
1786
+ exports.dots13 = dots13;
1787
+ exports.dots14 = dots14;
1788
+ exports.dots2 = dots2;
1789
+ exports.dots3 = dots3;
1790
+ exports.dots4 = dots4;
1791
+ exports.dots5 = dots5;
1792
+ exports.dots6 = dots6;
1793
+ exports.dots7 = dots7;
1794
+ exports.dots8 = dots8;
1795
+ exports.dots8Bit = dots8Bit;
1796
+ exports.dots9 = dots9;
1797
+ exports.dotsCircle = dotsCircle;
1798
+ exports.dqpb = dqpb;
1799
+ exports.dwarfFortress = dwarfFortress;
1800
+ exports.earth = earth;
1801
+ exports.fingerDance = fingerDance;
1802
+ exports.fish = fish;
1803
+ exports.fistBump = fistBump;
1804
+ exports.flip = flip;
1805
+ exports.grenade = grenade;
1806
+ exports.growHorizontal = growHorizontal;
1807
+ exports.growVertical = growVertical;
1808
+ exports.hamburger = hamburger;
1809
+ exports.hearts = hearts;
1810
+ exports.layer = layer;
1811
+ exports.line = line;
1812
+ exports.line2 = line2;
1813
+ exports.material = material;
1814
+ exports.mindblown = mindblown;
1815
+ exports.monkey = monkey;
1816
+ exports.moon = moon;
1817
+ exports.noise = noise;
1818
+ exports.orangeBluePulse = orangeBluePulse;
1819
+ exports.orangePulse = orangePulse;
1820
+ exports.pipe = pipe;
1821
+ exports.point = point;
1822
+ exports.pong = pong;
1823
+ exports.resolveSpinner = resolveSpinner;
1824
+ exports.rollingLine = rollingLine;
1825
+ exports.runner = runner;
1826
+ exports.sand = sand;
1827
+ exports.shark = shark;
1828
+ exports.simpleDots = simpleDots;
1829
+ exports.simpleDotsScrolling = simpleDotsScrolling;
1830
+ exports.smiley = smiley;
1831
+ exports.soccerHeader = soccerHeader;
1832
+ exports.speaker = speaker;
1833
+ exports.spinners = spinners;
1834
+ exports.squareCorners = squareCorners;
1835
+ exports.squish = squish;
1836
+ exports.star = star;
1837
+ exports.star2 = star2;
1838
+ exports.timeTravel = timeTravel;
1839
+ exports.toggle = toggle;
1840
+ exports.toggle10 = toggle10;
1841
+ exports.toggle11 = toggle11;
1842
+ exports.toggle12 = toggle12;
1843
+ exports.toggle13 = toggle13;
1844
+ exports.toggle2 = toggle2;
1845
+ exports.toggle3 = toggle3;
1846
+ exports.toggle4 = toggle4;
1847
+ exports.toggle5 = toggle5;
1848
+ exports.toggle6 = toggle6;
1849
+ exports.toggle7 = toggle7;
1850
+ exports.toggle8 = toggle8;
1851
+ exports.toggle9 = toggle9;
1852
+ exports.triangle = triangle;
1853
+ exports.weather = weather;