solfaces 2.0.0 → 2.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (69) hide show
  1. package/README.md +155 -14
  2. package/SKILL.md +180 -0
  3. package/dist/agent/index.cjs +14 -13
  4. package/dist/agent/index.js +4 -3
  5. package/dist/agent/mcp-server.cjs +2248 -13
  6. package/dist/{chunk-HCEE4K4T.js → chunk-3CE7Q44S.js} +6 -5
  7. package/dist/chunk-3CE7Q44S.js.map +1 -0
  8. package/dist/{chunk-23XJ5VDX.cjs → chunk-4YFZ4W2Y.cjs} +47 -16
  9. package/dist/chunk-4YFZ4W2Y.cjs.map +1 -0
  10. package/dist/{chunk-LRHYF5QN.js → chunk-5DT27HMT.js} +3 -3
  11. package/dist/{chunk-LRHYF5QN.js.map → chunk-5DT27HMT.js.map} +1 -1
  12. package/dist/{chunk-TTGJZEPV.js → chunk-66PSL4YO.js} +43 -12
  13. package/dist/chunk-66PSL4YO.js.map +1 -0
  14. package/dist/{chunk-JS527VKL.js → chunk-CKHLRORB.js} +6 -5
  15. package/dist/chunk-CKHLRORB.js.map +1 -0
  16. package/dist/{chunk-6UWILY7E.cjs → chunk-F54WHRCE.cjs} +6 -5
  17. package/dist/chunk-F54WHRCE.cjs.map +1 -0
  18. package/dist/chunk-N5DDJ3WQ.js +2242 -0
  19. package/dist/chunk-N5DDJ3WQ.js.map +1 -0
  20. package/dist/{chunk-46ZEFA6R.cjs → chunk-TYTBYDQU.cjs} +10 -9
  21. package/dist/chunk-TYTBYDQU.cjs.map +1 -0
  22. package/dist/{chunk-546TBMAR.cjs → chunk-WIXGHS77.cjs} +6 -6
  23. package/dist/{chunk-546TBMAR.cjs.map → chunk-WIXGHS77.cjs.map} +1 -1
  24. package/dist/chunk-XXJJH56O.cjs +2251 -0
  25. package/dist/chunk-XXJJH56O.cjs.map +1 -0
  26. package/dist/constants-Bi5uTRp5.d.cts +17 -0
  27. package/dist/constants-Bi5uTRp5.d.ts +17 -0
  28. package/dist/core/index.cjs +31 -31
  29. package/dist/core/index.d.cts +2 -2
  30. package/dist/core/index.d.ts +2 -2
  31. package/dist/core/index.js +3 -3
  32. package/dist/index.cjs +63 -34
  33. package/dist/index.d.cts +3 -1
  34. package/dist/index.d.ts +3 -1
  35. package/dist/index.js +5 -4
  36. package/dist/names/index.cjs +40 -0
  37. package/dist/names/index.cjs.map +1 -0
  38. package/dist/names/index.d.cts +48 -0
  39. package/dist/names/index.d.ts +48 -0
  40. package/dist/names/index.js +3 -0
  41. package/dist/names/index.js.map +1 -0
  42. package/dist/react/index.cjs +45 -22
  43. package/dist/react/index.cjs.map +1 -1
  44. package/dist/react/index.d.cts +16 -3
  45. package/dist/react/index.d.ts +16 -3
  46. package/dist/react/index.js +30 -8
  47. package/dist/react/index.js.map +1 -1
  48. package/dist/solfaces.cdn.global.js +2 -2
  49. package/dist/solfaces.cdn.global.js.map +1 -1
  50. package/dist/themes/index.d.cts +1 -1
  51. package/dist/themes/index.d.ts +1 -1
  52. package/dist/{traits-QlWuxZDD.d.cts → traits-sfe7rM9C.d.cts} +1 -0
  53. package/dist/{traits-QlWuxZDD.d.ts → traits-sfe7rM9C.d.ts} +1 -0
  54. package/dist/vanilla/index.cjs +5 -5
  55. package/dist/vanilla/index.d.cts +1 -1
  56. package/dist/vanilla/index.d.ts +1 -1
  57. package/dist/vanilla/index.js +2 -2
  58. package/package.json +22 -5
  59. package/python/solfaces.py +274 -3
  60. package/reference/integrations.md +211 -0
  61. package/reference/react.md +108 -0
  62. package/reference/themes.md +124 -0
  63. package/dist/chunk-23XJ5VDX.cjs.map +0 -1
  64. package/dist/chunk-46ZEFA6R.cjs.map +0 -1
  65. package/dist/chunk-6UWILY7E.cjs.map +0 -1
  66. package/dist/chunk-HCEE4K4T.js.map +0 -1
  67. package/dist/chunk-JS527VKL.js.map +0 -1
  68. package/dist/chunk-TTGJZEPV.js.map +0 -1
  69. package/skill.md +0 -608
@@ -0,0 +1,2251 @@
1
+ 'use strict';
2
+
3
+ // src/names/sha256.ts
4
+ var K = [
5
+ 1116352408,
6
+ 1899447441,
7
+ 3049323471,
8
+ 3921009573,
9
+ 961987163,
10
+ 1508970993,
11
+ 2453635748,
12
+ 2870763221,
13
+ 3624381080,
14
+ 310598401,
15
+ 607225278,
16
+ 1426881987,
17
+ 1925078388,
18
+ 2162078206,
19
+ 2614888103,
20
+ 3248222580,
21
+ 3835390401,
22
+ 4022224774,
23
+ 264347078,
24
+ 604807628,
25
+ 770255983,
26
+ 1249150122,
27
+ 1555081692,
28
+ 1996064986,
29
+ 2554220882,
30
+ 2821834349,
31
+ 2952996808,
32
+ 3210313671,
33
+ 3336571891,
34
+ 3584528711,
35
+ 113926993,
36
+ 338241895,
37
+ 666307205,
38
+ 773529912,
39
+ 1294757372,
40
+ 1396182291,
41
+ 1695183700,
42
+ 1986661051,
43
+ 2177026350,
44
+ 2456956037,
45
+ 2730485921,
46
+ 2820302411,
47
+ 3259730800,
48
+ 3345764771,
49
+ 3516065817,
50
+ 3600352804,
51
+ 4094571909,
52
+ 275423344,
53
+ 430227734,
54
+ 506948616,
55
+ 659060556,
56
+ 883997877,
57
+ 958139571,
58
+ 1322822218,
59
+ 1537002063,
60
+ 1747873779,
61
+ 1955562222,
62
+ 2024104815,
63
+ 2227730452,
64
+ 2361852424,
65
+ 2428436474,
66
+ 2756734187,
67
+ 3204031479,
68
+ 3329325298
69
+ ];
70
+ function rotr(n, x) {
71
+ return x >>> n | x << 32 - n;
72
+ }
73
+ function sha256(input) {
74
+ const encoder = new TextEncoder();
75
+ const msg = encoder.encode(input);
76
+ const bitLen = msg.length * 8;
77
+ const padLen = 64 - (msg.length + 9) % 64;
78
+ const totalLen = msg.length + 1 + (padLen === 64 ? 0 : padLen) + 8;
79
+ const buf = new Uint8Array(totalLen);
80
+ buf.set(msg);
81
+ buf[msg.length] = 128;
82
+ const dv = new DataView(buf.buffer);
83
+ dv.setUint32(totalLen - 4, bitLen, false);
84
+ let h0 = 1779033703, h1 = 3144134277, h2 = 1013904242, h3 = 2773480762;
85
+ let h4 = 1359893119, h5 = 2600822924, h6 = 528734635, h7 = 1541459225;
86
+ const W = new Int32Array(64);
87
+ for (let offset = 0; offset < totalLen; offset += 64) {
88
+ for (let i = 0; i < 16; i++) {
89
+ W[i] = dv.getInt32(offset + i * 4, false);
90
+ }
91
+ for (let i = 16; i < 64; i++) {
92
+ const s0 = rotr(7, W[i - 15]) ^ rotr(18, W[i - 15]) ^ W[i - 15] >>> 3;
93
+ const s1 = rotr(17, W[i - 2]) ^ rotr(19, W[i - 2]) ^ W[i - 2] >>> 10;
94
+ W[i] = W[i - 16] + s0 + W[i - 7] + s1 | 0;
95
+ }
96
+ let a = h0, b = h1, c = h2, d = h3;
97
+ let e = h4, f = h5, g = h6, h = h7;
98
+ for (let i = 0; i < 64; i++) {
99
+ const S1 = rotr(6, e) ^ rotr(11, e) ^ rotr(25, e);
100
+ const ch = e & f ^ ~e & g;
101
+ const temp1 = h + S1 + ch + K[i] + W[i] | 0;
102
+ const S0 = rotr(2, a) ^ rotr(13, a) ^ rotr(22, a);
103
+ const maj = a & b ^ a & c ^ b & c;
104
+ const temp2 = S0 + maj | 0;
105
+ h = g;
106
+ g = f;
107
+ f = e;
108
+ e = d + temp1 | 0;
109
+ d = c;
110
+ c = b;
111
+ b = a;
112
+ a = temp1 + temp2 | 0;
113
+ }
114
+ h0 = h0 + a | 0;
115
+ h1 = h1 + b | 0;
116
+ h2 = h2 + c | 0;
117
+ h3 = h3 + d | 0;
118
+ h4 = h4 + e | 0;
119
+ h5 = h5 + f | 0;
120
+ h6 = h6 + g | 0;
121
+ h7 = h7 + h | 0;
122
+ }
123
+ const out = new Uint8Array(32);
124
+ const outView = new DataView(out.buffer);
125
+ outView.setUint32(0, h0, false);
126
+ outView.setUint32(4, h1, false);
127
+ outView.setUint32(8, h2, false);
128
+ outView.setUint32(12, h3, false);
129
+ outView.setUint32(16, h4, false);
130
+ outView.setUint32(20, h5, false);
131
+ outView.setUint32(24, h6, false);
132
+ outView.setUint32(28, h7, false);
133
+ return out;
134
+ }
135
+ function sha256Hex(input) {
136
+ return Array.from(sha256(input)).map((b) => b.toString(16).padStart(2, "0")).join("");
137
+ }
138
+
139
+ // src/names/constants.ts
140
+ var SOLNAMES_VERSION = "v1";
141
+ var ADJECTIVES = Object.freeze([
142
+ "Frost",
143
+ "Solar",
144
+ "Coral",
145
+ "Amber",
146
+ "Mossy",
147
+ "Lunar",
148
+ "Misty",
149
+ "Alpine",
150
+ "Autumn",
151
+ "Breeze",
152
+ "Cerulean",
153
+ "Cloudy",
154
+ "Cosmic",
155
+ "Crystal",
156
+ "Dewy",
157
+ "Dusty",
158
+ "Earthy",
159
+ "Floral",
160
+ "Forest",
161
+ "Frozen",
162
+ "Glacial",
163
+ "Golden",
164
+ "Grassy",
165
+ "Harbor",
166
+ "Ivory",
167
+ "Jasmine",
168
+ "Lagoon",
169
+ "Leafy",
170
+ "Lush",
171
+ "Marine",
172
+ "Meadow",
173
+ "Mineral",
174
+ "Mosaic",
175
+ "Nectar",
176
+ "Nordic",
177
+ "Oceanic",
178
+ "Orchid",
179
+ "Pearly",
180
+ "Petal",
181
+ "Polar",
182
+ "Prairie",
183
+ "Rain",
184
+ "River",
185
+ "Rocky",
186
+ "Sandy",
187
+ "Savanna",
188
+ "Shore",
189
+ "Sierra",
190
+ "Snowy",
191
+ "Spring",
192
+ "Starry",
193
+ "Stone",
194
+ "Summer",
195
+ "Sunset",
196
+ "Tidal",
197
+ "Timber",
198
+ "Tropic",
199
+ "Tundra",
200
+ "Valley",
201
+ "Verdant",
202
+ "Winding",
203
+ "Winter",
204
+ "Woody",
205
+ "Bloom",
206
+ "Blossom",
207
+ "Brook",
208
+ "Canyon",
209
+ "Cedar",
210
+ "Cloud",
211
+ "Comet",
212
+ "Copper",
213
+ "Dawn",
214
+ "Delta",
215
+ "Dune",
216
+ "Eclipse",
217
+ "Fern",
218
+ "Flame",
219
+ "Flora",
220
+ "Glade",
221
+ "Azure",
222
+ "Cobalt",
223
+ "Crimson",
224
+ "Indigo",
225
+ "Scarlet",
226
+ "Sapphire",
227
+ "Emerald",
228
+ "Ruby",
229
+ "Garnet",
230
+ "Onyx",
231
+ "Jade",
232
+ "Turquoise",
233
+ "Magenta",
234
+ "Plum",
235
+ "Russet",
236
+ "Tawny",
237
+ "Burnt",
238
+ "Gilded",
239
+ "Platinum",
240
+ "Bronze",
241
+ "Chrome",
242
+ "Pearl",
243
+ "Opal",
244
+ "Blush",
245
+ "Rosy",
246
+ "Dusky",
247
+ "Inky",
248
+ "Ashen",
249
+ "Cream",
250
+ "Slate",
251
+ "Charcoal",
252
+ "Steel",
253
+ "Pewter",
254
+ "Honey",
255
+ "Saffron",
256
+ "Citrus",
257
+ "Lemon",
258
+ "Tangerine",
259
+ "Peach",
260
+ "Apricot",
261
+ "Vermilion",
262
+ "Mauve",
263
+ "Lilac",
264
+ "Periwinkle",
265
+ "Cerise",
266
+ "Maroon",
267
+ "Burgundy",
268
+ "Wine",
269
+ "Berry",
270
+ "Cherry",
271
+ "Mint",
272
+ "Olive",
273
+ "Teal",
274
+ "Navy",
275
+ "Cyan",
276
+ "Neon",
277
+ "Pastel",
278
+ "Muted",
279
+ "Lustrous",
280
+ "Gleaming",
281
+ "Glossy",
282
+ "Shining",
283
+ "Glowing",
284
+ "Luminous",
285
+ "Brilliant",
286
+ "Sparkling",
287
+ "Shimmering",
288
+ "Iridescent",
289
+ "Prismatic",
290
+ "Spectral",
291
+ "Twilight",
292
+ "Sunrise",
293
+ "Sunlit",
294
+ "Moonlit",
295
+ "Starlit",
296
+ "Candlelit",
297
+ "Firelit",
298
+ "Sunbeam",
299
+ "Afterglow",
300
+ "Halo",
301
+ "Flicker",
302
+ "Glow",
303
+ "Ray",
304
+ "Beam",
305
+ "Blaze",
306
+ "Glint",
307
+ "Spark",
308
+ "Arc",
309
+ "Prism",
310
+ "Spectrum",
311
+ "Rainbow",
312
+ "Aurora",
313
+ "Nebula",
314
+ "Stellar",
315
+ "Astral",
316
+ "Lucent",
317
+ "Frosted",
318
+ "Swift",
319
+ "Bold",
320
+ "Keen",
321
+ "Brave",
322
+ "Noble",
323
+ "Serene",
324
+ "Fierce",
325
+ "Gentle",
326
+ "Agile",
327
+ "Alert",
328
+ "Astute",
329
+ "Candid",
330
+ "Clever",
331
+ "Daring",
332
+ "Eager",
333
+ "Earnest",
334
+ "Fair",
335
+ "Gallant",
336
+ "Graceful",
337
+ "Hardy",
338
+ "Honest",
339
+ "Humble",
340
+ "Jovial",
341
+ "Joyful",
342
+ "Kind",
343
+ "Loyal",
344
+ "Merry",
345
+ "Mindful",
346
+ "Nimble",
347
+ "Patient",
348
+ "Plucky",
349
+ "Proud",
350
+ "Quick",
351
+ "Ready",
352
+ "Resilient",
353
+ "Savvy",
354
+ "Sincere",
355
+ "Skilled",
356
+ "Steady",
357
+ "Stout",
358
+ "Strong",
359
+ "Sure",
360
+ "Tender",
361
+ "True",
362
+ "Valiant",
363
+ "Willing",
364
+ "Wise",
365
+ "Witty",
366
+ "Worthy",
367
+ "Zealous",
368
+ "Active",
369
+ "Adept",
370
+ "Ardent",
371
+ "Avid",
372
+ "Benign",
373
+ "Bright",
374
+ "Civil",
375
+ "Clean",
376
+ "Clear",
377
+ "Composed",
378
+ "Content",
379
+ "Courtly",
380
+ "Crafty",
381
+ "Curious",
382
+ "Decent",
383
+ "Devout",
384
+ "Diligent",
385
+ "Direct",
386
+ "Driven",
387
+ "Dynamic",
388
+ "Elegant",
389
+ "Elite",
390
+ "Even",
391
+ "Exact",
392
+ "Famed",
393
+ "Fervent",
394
+ "Fine",
395
+ "Firm",
396
+ "Fit",
397
+ "Fluid",
398
+ "Focal",
399
+ "Fond",
400
+ "Frank",
401
+ "Free",
402
+ "Fresh",
403
+ "Friendly",
404
+ "Frugal",
405
+ "Gifted",
406
+ "Glad",
407
+ "Grand",
408
+ "Great",
409
+ "Green",
410
+ "Grounded",
411
+ "Hale",
412
+ "Happy",
413
+ "Hearty",
414
+ "Heroic",
415
+ "Ideal",
416
+ "Infinite",
417
+ "Inner",
418
+ "Intact",
419
+ "Intent",
420
+ "Just",
421
+ "Lively",
422
+ "Lucky",
423
+ "Major",
424
+ "Mellow",
425
+ "Mighty",
426
+ "Modest",
427
+ "Natural",
428
+ "Neat",
429
+ "Optimal",
430
+ "Original",
431
+ "Pacific",
432
+ "Peaceful",
433
+ "Pious",
434
+ "Pleased",
435
+ "Poised",
436
+ "Polite",
437
+ "Popular",
438
+ "Potent",
439
+ "Precious",
440
+ "Premier",
441
+ "Prime",
442
+ "Proper",
443
+ "Proven",
444
+ "Pure",
445
+ "Quiet",
446
+ "Rapid",
447
+ "Rare",
448
+ "Real",
449
+ "Regal",
450
+ "Rich",
451
+ "Rising",
452
+ "Robust",
453
+ "Royal",
454
+ "Sacred",
455
+ "Safe",
456
+ "Scenic",
457
+ "Secure",
458
+ "Senior",
459
+ "Sharp",
460
+ "Simple",
461
+ "Smart",
462
+ "Smooth",
463
+ "Snug",
464
+ "Social",
465
+ "Solid",
466
+ "Sound",
467
+ "Special",
468
+ "Stable",
469
+ "Stately",
470
+ "Still",
471
+ "Super",
472
+ "Supreme",
473
+ "Sweet",
474
+ "Thorough",
475
+ "Tidy",
476
+ "Top",
477
+ "Total",
478
+ "Tough",
479
+ "Trim",
480
+ "Trusted",
481
+ "Ultimate",
482
+ "Unique",
483
+ "United",
484
+ "Upper",
485
+ "Useful",
486
+ "Valid",
487
+ "Valued",
488
+ "Varied",
489
+ "Vital",
490
+ "Vivid",
491
+ "Vocal",
492
+ "Whole",
493
+ "Wide",
494
+ "Young",
495
+ "Zesty",
496
+ "Iron",
497
+ "Gold",
498
+ "Silver",
499
+ "Marble",
500
+ "Granite",
501
+ "Velvet",
502
+ "Satin",
503
+ "Silk",
504
+ "Linen",
505
+ "Cotton",
506
+ "Suede",
507
+ "Denim",
508
+ "Canvas",
509
+ "Leather",
510
+ "Wooden",
511
+ "Bamboo",
512
+ "Wicker",
513
+ "Woven",
514
+ "Braided",
515
+ "Knit",
516
+ "Lace",
517
+ "Mesh",
518
+ "Fiber",
519
+ "Glass",
520
+ "Mirror",
521
+ "Diamond",
522
+ "Flint",
523
+ "Basalt",
524
+ "Obsidian",
525
+ "Chalk",
526
+ "Clay",
527
+ "Gravel",
528
+ "Pebble",
529
+ "Cobble",
530
+ "Brick",
531
+ "Tile",
532
+ "Resin",
533
+ "Fossil",
534
+ "Shell",
535
+ "Bone",
536
+ "Feather",
537
+ "Plush",
538
+ "Brushed",
539
+ "Polished",
540
+ "Hammered",
541
+ "Forged",
542
+ "Cast",
543
+ "Molten",
544
+ "Tempered",
545
+ "Etched",
546
+ "Carved",
547
+ "Sculpted",
548
+ "Spun",
549
+ "Pressed",
550
+ "Rolled",
551
+ "Folded",
552
+ "Layered",
553
+ "Stacked",
554
+ "Ribbed",
555
+ "Matte",
556
+ "Lacquered",
557
+ "Enameled",
558
+ "Glazed",
559
+ "Painted",
560
+ "Dyed",
561
+ "Stained",
562
+ "Refined",
563
+ "Distilled",
564
+ "Purified",
565
+ "Filtered",
566
+ "Alloyed",
567
+ "Plated",
568
+ "Coated",
569
+ "Sealed",
570
+ "Bonded",
571
+ "Fused",
572
+ "Welded",
573
+ "Riveted",
574
+ "Textured",
575
+ "Grained",
576
+ "Veined",
577
+ "Flecked",
578
+ "Speckled",
579
+ "Dappled",
580
+ "Streaked",
581
+ "Banded",
582
+ "Striped",
583
+ "Checkered",
584
+ "Waxed",
585
+ "Oiled",
586
+ "Cured",
587
+ "Tanned",
588
+ "Smoked",
589
+ "Burnished",
590
+ "Antiqued",
591
+ "Patina",
592
+ "Weathered",
593
+ "Aged",
594
+ "Rustic",
595
+ "Hewn",
596
+ "Vast",
597
+ "Broad",
598
+ "Deep",
599
+ "High",
600
+ "Tall",
601
+ "Giant",
602
+ "Colossal",
603
+ "Massive",
604
+ "Immense",
605
+ "Boundless",
606
+ "Endless",
607
+ "Sweeping",
608
+ "Spanning",
609
+ "Extended",
610
+ "Towering",
611
+ "Soaring",
612
+ "Lofty",
613
+ "Elevated",
614
+ "Raised",
615
+ "Summit",
616
+ "Apex",
617
+ "Crest",
618
+ "Crown",
619
+ "Pinnacle",
620
+ "Zenith",
621
+ "Ridge",
622
+ "Ledge",
623
+ "Level",
624
+ "Hollow",
625
+ "Compact",
626
+ "Dense",
627
+ "Thick",
628
+ "Narrow",
629
+ "Slender",
630
+ "Micro",
631
+ "Mini",
632
+ "Small",
633
+ "Ample",
634
+ "Hefty",
635
+ "Jumbo",
636
+ "Mega",
637
+ "Ultra",
638
+ "Macro",
639
+ "Central",
640
+ "Core",
641
+ "Outer",
642
+ "Lateral",
643
+ "Radial",
644
+ "Spiral",
645
+ "Orbital",
646
+ "Linear",
647
+ "Planar",
648
+ "Spherical",
649
+ "Rounded",
650
+ "Angular",
651
+ "Pointed",
652
+ "Tapered",
653
+ "Curved",
654
+ "Arced",
655
+ "Twisted",
656
+ "Coiled",
657
+ "Fractal",
658
+ "Cellular",
659
+ "Quantum",
660
+ "Photon",
661
+ "Plasma",
662
+ "Kinetic",
663
+ "Static",
664
+ "Charged",
665
+ "Maximal",
666
+ "Atomic",
667
+ "Nano",
668
+ "Tiered",
669
+ "Strata",
670
+ "Nested",
671
+ "Stepped",
672
+ "Graded",
673
+ "Scaled",
674
+ "Proportioned",
675
+ "Modular",
676
+ "Symmetric",
677
+ "Parallel",
678
+ "Flowing",
679
+ "Drifting",
680
+ "Gliding",
681
+ "Sailing",
682
+ "Floating",
683
+ "Climbing",
684
+ "Leaping",
685
+ "Bounding",
686
+ "Sprinting",
687
+ "Dashing",
688
+ "Rushing",
689
+ "Surging",
690
+ "Cascading",
691
+ "Rolling",
692
+ "Tumbling",
693
+ "Spinning",
694
+ "Whirling",
695
+ "Twisting",
696
+ "Swirling",
697
+ "Pulsing",
698
+ "Beating",
699
+ "Humming",
700
+ "Buzzing",
701
+ "Ringing",
702
+ "Chiming",
703
+ "Singing",
704
+ "Dancing",
705
+ "Swaying",
706
+ "Waving",
707
+ "Rippling",
708
+ "Bubbling",
709
+ "Fizzing",
710
+ "Crackling",
711
+ "Snapping",
712
+ "Clicking",
713
+ "Tapping",
714
+ "Drumming",
715
+ "Thrumming",
716
+ "Vibrant",
717
+ "Magnetic",
718
+ "Electric",
719
+ "Blazing",
720
+ "Burning",
721
+ "Fiery",
722
+ "Volcanic",
723
+ "Thermal",
724
+ "Warming",
725
+ "Cooling",
726
+ "Chilling",
727
+ "Brisk",
728
+ "Crisp",
729
+ "Breezy",
730
+ "Gusty",
731
+ "Windy",
732
+ "Airy",
733
+ "Light",
734
+ "Buoyant",
735
+ "Weightless",
736
+ "Fleet",
737
+ "Peppy",
738
+ "Zippy",
739
+ "Snappy",
740
+ "Speedy",
741
+ "Sonic",
742
+ "Turbo",
743
+ "Warp",
744
+ "Express",
745
+ "Instant",
746
+ "Darting",
747
+ "Flying",
748
+ "Jetting",
749
+ "Cruising",
750
+ "Coasting",
751
+ "Rhythmic",
752
+ "Cycling",
753
+ "Pacing",
754
+ "Striding",
755
+ "Marching",
756
+ "Trotting",
757
+ "Galloping",
758
+ "Bouncing",
759
+ "Vaulting",
760
+ "Arching",
761
+ "Launched",
762
+ "Propelled",
763
+ "Hovering",
764
+ "Orbiting",
765
+ "Revolving",
766
+ "Rotating",
767
+ "Pivoting",
768
+ "Swinging",
769
+ "Rocking",
770
+ "Tilting",
771
+ "Shifting",
772
+ "Sliding",
773
+ "Skating",
774
+ "Surfing",
775
+ "Diving",
776
+ "Plunging",
777
+ "Dipping",
778
+ "Wading",
779
+ "Celestial",
780
+ "Ethereal",
781
+ "Mystic",
782
+ "Arcane",
783
+ "Ancient",
784
+ "Eternal",
785
+ "Timeless",
786
+ "Ageless",
787
+ "Enduring",
788
+ "Lasting",
789
+ "Perpetual",
790
+ "Legendary",
791
+ "Mythic",
792
+ "Epic",
793
+ "Fabled",
794
+ "Storied",
795
+ "Historic",
796
+ "Classic",
797
+ "Vintage",
798
+ "Retro",
799
+ "Modern",
800
+ "Future",
801
+ "Digital",
802
+ "Cyber",
803
+ "Virtual",
804
+ "Pixel",
805
+ "Binary",
806
+ "Omega",
807
+ "Alpha",
808
+ "Beta",
809
+ "Gamma",
810
+ "Sigma",
811
+ "Theta",
812
+ "Lambda",
813
+ "Kappa",
814
+ "Zeta",
815
+ "Epsilon",
816
+ "Omni",
817
+ "Dual",
818
+ "Triple",
819
+ "Nexus",
820
+ "Vertex",
821
+ "Vector",
822
+ "Matrix",
823
+ "Cipher",
824
+ "Enigma",
825
+ "Phantom",
826
+ "Mirage",
827
+ "Dream",
828
+ "Vision",
829
+ "Oracle",
830
+ "Prophet",
831
+ "Sage",
832
+ "Shaman",
833
+ "Druid",
834
+ "Artisan",
835
+ "Maestro",
836
+ "Virtuoso",
837
+ "Savant",
838
+ "Prodigy",
839
+ "Maven",
840
+ "Guru",
841
+ "Mentor",
842
+ "Guide",
843
+ "Scout",
844
+ "Pioneer",
845
+ "Voyager",
846
+ "Wanderer",
847
+ "Nomad",
848
+ "Rover",
849
+ "Ranger",
850
+ "Sentinel",
851
+ "Guardian",
852
+ "Keeper",
853
+ "Warden",
854
+ "Champion",
855
+ "Vanguard",
856
+ "Herald",
857
+ "Emissary",
858
+ "Envoy",
859
+ "Ambassador",
860
+ "Steward",
861
+ "Curator",
862
+ "Patron",
863
+ "Benefactor",
864
+ "Founder",
865
+ "Architect",
866
+ "Builder",
867
+ "Maker",
868
+ "Crafter",
869
+ "Weaver",
870
+ "Forger",
871
+ "Smith",
872
+ "Wright",
873
+ "Mason",
874
+ "Brewer",
875
+ "Baker",
876
+ "Tanner",
877
+ "Dyer",
878
+ "Scribe",
879
+ "Bard",
880
+ "Minstrel",
881
+ "Troubadour",
882
+ "Storyteller",
883
+ "Chronicler",
884
+ "Lorekeeper",
885
+ "Archivist",
886
+ "Tranquil",
887
+ "Placid",
888
+ "Hushed",
889
+ "Muffled",
890
+ "Soft",
891
+ "Subtle",
892
+ "Faint",
893
+ "Dim",
894
+ "Pale",
895
+ "Warm",
896
+ "Cool",
897
+ "Taut",
898
+ "Tense",
899
+ "Cozy",
900
+ "Homey",
901
+ "Pastoral",
902
+ "Sylvan",
903
+ "Bucolic",
904
+ "Idyllic",
905
+ "Quaint",
906
+ "Charming",
907
+ "Lovely",
908
+ "Pretty",
909
+ "Dapper",
910
+ "Natty",
911
+ "Chic",
912
+ "Posh",
913
+ "Classy",
914
+ "Fancy",
915
+ "Ornate",
916
+ "Lavish",
917
+ "Opulent",
918
+ "Majestic",
919
+ "Dignified",
920
+ "August",
921
+ "Solemn",
922
+ "Sober",
923
+ "Heartfelt",
924
+ "Genuine",
925
+ "Authentic",
926
+ "Novel",
927
+ "Singular",
928
+ "Distinct",
929
+ "Chosen",
930
+ "Select",
931
+ "Premium",
932
+ "Deluxe",
933
+ "Superior",
934
+ "Exquisite",
935
+ "Superb",
936
+ "Splendid",
937
+ "Glorious",
938
+ "Sublime",
939
+ "Resonant",
940
+ "Harmonic",
941
+ "Melodic",
942
+ "Lyrical",
943
+ "Poetic",
944
+ "Seamless",
945
+ "Effortless",
946
+ "Organic",
947
+ "Primal",
948
+ "Devoted",
949
+ "Dedicated",
950
+ "Committed",
951
+ "Focused",
952
+ "Determined",
953
+ "Resolute",
954
+ "Steadfast",
955
+ "Unwavering",
956
+ "Constant",
957
+ "Faithful",
958
+ "Reliable",
959
+ "Dependable",
960
+ "Trusty",
961
+ "Anchored",
962
+ "Moored",
963
+ "Sheltered",
964
+ "Protected",
965
+ "Guarded",
966
+ "Shielded",
967
+ "Fortified",
968
+ "Reinforced",
969
+ "Braced",
970
+ "Bolstered",
971
+ "Supported",
972
+ "Upheld",
973
+ "Sustained",
974
+ "Preserved",
975
+ "Conserved",
976
+ "Stored",
977
+ "Vaulted",
978
+ "Locked",
979
+ "Secured",
980
+ "Fastened",
981
+ "Linked",
982
+ "Joined",
983
+ "Connected",
984
+ "Paired",
985
+ "Matched",
986
+ "Balanced",
987
+ "Aligned",
988
+ "Centered",
989
+ "Aimed",
990
+ "Directed",
991
+ "Guided",
992
+ "Steered",
993
+ "Piloted",
994
+ "Navigated",
995
+ "Charted",
996
+ "Mapped",
997
+ "Tracked",
998
+ "Pursued",
999
+ "Discovered",
1000
+ "Unveiled",
1001
+ "Displayed",
1002
+ "Presented",
1003
+ "Granted",
1004
+ "Bestowed",
1005
+ "Conferred",
1006
+ "Sapient",
1007
+ "Sentient",
1008
+ "Radiant",
1009
+ "Fertile",
1010
+ "Abundant",
1011
+ "Bountiful",
1012
+ "Plentiful",
1013
+ "Prolific",
1014
+ "Thriving",
1015
+ "Flourishing",
1016
+ "Blooming",
1017
+ "Budding",
1018
+ "Growing",
1019
+ "Expanding",
1020
+ "Advancing",
1021
+ "Progressing",
1022
+ "Evolving",
1023
+ "Maturing",
1024
+ "Ripening",
1025
+ "Developing",
1026
+ "Emerging",
1027
+ "Nascent",
1028
+ "Incipient",
1029
+ "Dawning",
1030
+ "Unfolding",
1031
+ "Awakening",
1032
+ "Stirring",
1033
+ "Kindling",
1034
+ "Igniting",
1035
+ "Sparking",
1036
+ "Triggering",
1037
+ "Launching",
1038
+ "Initiating",
1039
+ "Pioneering",
1040
+ "Trailblazing",
1041
+ "Groundbreaking",
1042
+ "Innovative",
1043
+ "Inventive",
1044
+ "Creative",
1045
+ "Imaginative",
1046
+ "Inspired",
1047
+ "Visionary",
1048
+ "Prophetic",
1049
+ "Prescient",
1050
+ "Insightful",
1051
+ "Perceptive",
1052
+ "Observant",
1053
+ "Watchful",
1054
+ "Vigilant",
1055
+ "Attentive",
1056
+ "Thoughtful",
1057
+ "Considerate",
1058
+ "Caring",
1059
+ "Nurturing",
1060
+ "Fostering",
1061
+ "Cultivating",
1062
+ "Tending",
1063
+ "Pruning",
1064
+ "Trimming",
1065
+ "Shaping",
1066
+ "Forming",
1067
+ "Molding",
1068
+ "Fashioning",
1069
+ "Designing",
1070
+ "Drafting",
1071
+ "Sketching",
1072
+ "Drawing",
1073
+ "Painting",
1074
+ "Coloring",
1075
+ "Tinting",
1076
+ "Shading",
1077
+ "Blending",
1078
+ "Mixing",
1079
+ "Merging",
1080
+ "Combining",
1081
+ "Uniting",
1082
+ "Fusing",
1083
+ "Melding",
1084
+ "Weaving",
1085
+ "Knitting",
1086
+ "Stitching",
1087
+ "Sewing",
1088
+ "Quilting",
1089
+ "Patching",
1090
+ "Mending",
1091
+ "Healing",
1092
+ "Restoring",
1093
+ "Renewing",
1094
+ "Reviving",
1095
+ "Refreshing",
1096
+ "Rejuvenating",
1097
+ "Invigorating",
1098
+ "Energizing",
1099
+ "Empowering",
1100
+ "Strengthening",
1101
+ "Fortifying",
1102
+ "Hardening",
1103
+ "Tempering",
1104
+ "Seasoning",
1105
+ "Curing",
1106
+ "Aging",
1107
+ "Mellowing",
1108
+ "Softening",
1109
+ "Smoothing",
1110
+ "Leveling",
1111
+ "Planing",
1112
+ "Sanding",
1113
+ "Buffing",
1114
+ "Burnishing",
1115
+ "Radiating",
1116
+ "Beaming",
1117
+ "Lighting",
1118
+ "Illuminating",
1119
+ "Brightening",
1120
+ "Clarifying",
1121
+ "Purifying",
1122
+ "Filtering",
1123
+ "Distilling",
1124
+ "Condensing",
1125
+ "Concentrating",
1126
+ "Focusing",
1127
+ "Directing",
1128
+ "Channeling",
1129
+ "Terraced",
1130
+ "Ascending",
1131
+ "Streaming",
1132
+ "Umber",
1133
+ "Careful",
1134
+ "Perfecting",
1135
+ "Glittering",
1136
+ "Twinkling",
1137
+ "Verdure",
1138
+ "Auroral",
1139
+ "Boreal",
1140
+ "Austral",
1141
+ "Temperate"
1142
+ ]);
1143
+ var NOUNS = Object.freeze([
1144
+ "Falcon",
1145
+ "Hawk",
1146
+ "Eagle",
1147
+ "Owl",
1148
+ "Heron",
1149
+ "Crane",
1150
+ "Swan",
1151
+ "Dove",
1152
+ "Raven",
1153
+ "Finch",
1154
+ "Robin",
1155
+ "Wren",
1156
+ "Lark",
1157
+ "Jay",
1158
+ "Ibis",
1159
+ "Kite",
1160
+ "Osprey",
1161
+ "Condor",
1162
+ "Pelican",
1163
+ "Stork",
1164
+ "Sparrow",
1165
+ "Tern",
1166
+ "Puffin",
1167
+ "Parrot",
1168
+ "Toucan",
1169
+ "Kingfisher",
1170
+ "Flamingo",
1171
+ "Quail",
1172
+ "Pheasant",
1173
+ "Grouse",
1174
+ "Oriole",
1175
+ "Warbler",
1176
+ "Thrush",
1177
+ "Starling",
1178
+ "Magpie",
1179
+ "Swallow",
1180
+ "Martin",
1181
+ "Plover",
1182
+ "Curlew",
1183
+ "Sandpiper",
1184
+ "Wolf",
1185
+ "Fox",
1186
+ "Bear",
1187
+ "Stag",
1188
+ "Elk",
1189
+ "Moose",
1190
+ "Bison",
1191
+ "Lynx",
1192
+ "Cougar",
1193
+ "Panther",
1194
+ "Jaguar",
1195
+ "Leopard",
1196
+ "Tiger",
1197
+ "Lion",
1198
+ "Cheetah",
1199
+ "Gazelle",
1200
+ "Antelope",
1201
+ "Impala",
1202
+ "Zebra",
1203
+ "Giraffe",
1204
+ "Rhino",
1205
+ "Hippo",
1206
+ "Otter",
1207
+ "Beaver",
1208
+ "Badger",
1209
+ "Marten",
1210
+ "Ferret",
1211
+ "Mink",
1212
+ "Hare",
1213
+ "Rabbit",
1214
+ "Squirrel",
1215
+ "Chipmunk",
1216
+ "Porcupine",
1217
+ "Hedgehog",
1218
+ "Armadillo",
1219
+ "Pangolin",
1220
+ "Lemur",
1221
+ "Gibbon",
1222
+ "Tamarin",
1223
+ "Capybara",
1224
+ "Chinchilla",
1225
+ "Ocelot",
1226
+ "Margay",
1227
+ "Coati",
1228
+ "Kinkajou",
1229
+ "Tapir",
1230
+ "Okapi",
1231
+ "Kudu",
1232
+ "Oryx",
1233
+ "Chamois",
1234
+ "Orca",
1235
+ "Dolphin",
1236
+ "Whale",
1237
+ "Narwhal",
1238
+ "Walrus",
1239
+ "Seal",
1240
+ "Manatee",
1241
+ "Turtle",
1242
+ "Iguana",
1243
+ "Gecko",
1244
+ "Chameleon",
1245
+ "Newt",
1246
+ "Salamander",
1247
+ "Crab",
1248
+ "Lobster",
1249
+ "Seahorse",
1250
+ "Starfish",
1251
+ "Octopus",
1252
+ "Squid",
1253
+ "Jellyfish",
1254
+ "Stingray",
1255
+ "Barracuda",
1256
+ "Marlin",
1257
+ "Sailfish",
1258
+ "Trout",
1259
+ "Salmon",
1260
+ "Mantis",
1261
+ "Cricket",
1262
+ "Firefly",
1263
+ "Dragonfly",
1264
+ "Cedar",
1265
+ "Oak",
1266
+ "Pine",
1267
+ "Birch",
1268
+ "Maple",
1269
+ "Elm",
1270
+ "Ash",
1271
+ "Willow",
1272
+ "Cypress",
1273
+ "Redwood",
1274
+ "Sequoia",
1275
+ "Spruce",
1276
+ "Fir",
1277
+ "Larch",
1278
+ "Yew",
1279
+ "Beech",
1280
+ "Alder",
1281
+ "Poplar",
1282
+ "Aspen",
1283
+ "Walnut",
1284
+ "Hickory",
1285
+ "Teak",
1286
+ "Mahogany",
1287
+ "Ebony",
1288
+ "Bamboo",
1289
+ "Palm",
1290
+ "Acacia",
1291
+ "Baobab",
1292
+ "Banyan",
1293
+ "Olive",
1294
+ "Laurel",
1295
+ "Magnolia",
1296
+ "Lotus",
1297
+ "Orchid",
1298
+ "Iris",
1299
+ "Lily",
1300
+ "Rose",
1301
+ "Tulip",
1302
+ "Daisy",
1303
+ "Aster",
1304
+ "Dahlia",
1305
+ "Peony",
1306
+ "Jasmine",
1307
+ "Violet",
1308
+ "Clover",
1309
+ "Fern",
1310
+ "Moss",
1311
+ "Lichen",
1312
+ "Ivy",
1313
+ "Vine",
1314
+ "Reed",
1315
+ "Sage",
1316
+ "Basil",
1317
+ "Thyme",
1318
+ "Mint",
1319
+ "Dill",
1320
+ "Fennel",
1321
+ "Sorrel",
1322
+ "Yarrow",
1323
+ "Thistle",
1324
+ "Heather",
1325
+ "Bluebell",
1326
+ "Primrose",
1327
+ "Marigold",
1328
+ "Sunflower",
1329
+ "Zinnia",
1330
+ "Pansy",
1331
+ "Poppy",
1332
+ "Crocus",
1333
+ "Snowdrop",
1334
+ "Foxglove",
1335
+ "Honeysuckle",
1336
+ "Wisteria",
1337
+ "Hibiscus",
1338
+ "Plumeria",
1339
+ "Gardenia",
1340
+ "Camellia",
1341
+ "Begonia",
1342
+ "Azalea",
1343
+ "Oleander",
1344
+ "Canyon",
1345
+ "Ridge",
1346
+ "Peak",
1347
+ "Summit",
1348
+ "Cliff",
1349
+ "Bluff",
1350
+ "Mesa",
1351
+ "Butte",
1352
+ "Plateau",
1353
+ "Terrace",
1354
+ "Valley",
1355
+ "Basin",
1356
+ "Gorge",
1357
+ "Ravine",
1358
+ "Gulch",
1359
+ "Fjord",
1360
+ "Inlet",
1361
+ "Bay",
1362
+ "Cove",
1363
+ "Harbor",
1364
+ "Lagoon",
1365
+ "Reef",
1366
+ "Atoll",
1367
+ "Isle",
1368
+ "Peninsula",
1369
+ "Cape",
1370
+ "Shoal",
1371
+ "Bank",
1372
+ "Ledge",
1373
+ "Shelf",
1374
+ "Dune",
1375
+ "Desert",
1376
+ "Steppe",
1377
+ "Tundra",
1378
+ "Glacier",
1379
+ "Moraine",
1380
+ "Geyser",
1381
+ "Oasis",
1382
+ "Delta",
1383
+ "Estuary",
1384
+ "Marsh",
1385
+ "Bog",
1386
+ "Swamp",
1387
+ "Fen",
1388
+ "Moor",
1389
+ "Heath",
1390
+ "Meadow",
1391
+ "Prairie",
1392
+ "Savanna",
1393
+ "Glen",
1394
+ "Dale",
1395
+ "Dell",
1396
+ "Vale",
1397
+ "Hollow",
1398
+ "Grove",
1399
+ "Copse",
1400
+ "Thicket",
1401
+ "Taiga",
1402
+ "Mangrove",
1403
+ "Wetland",
1404
+ "Cascade",
1405
+ "Brook",
1406
+ "Creek",
1407
+ "Stream",
1408
+ "River",
1409
+ "Lake",
1410
+ "Pond",
1411
+ "Pool",
1412
+ "Tarn",
1413
+ "Loch",
1414
+ "Falls",
1415
+ "Fountain",
1416
+ "Grotto",
1417
+ "Cavern",
1418
+ "Cave",
1419
+ "Tunnel",
1420
+ "Arch",
1421
+ "Bridge",
1422
+ "Ford",
1423
+ "Pass",
1424
+ "Trail",
1425
+ "Path",
1426
+ "Route",
1427
+ "Caldera",
1428
+ "Crater",
1429
+ "Vent",
1430
+ "Spire",
1431
+ "Needle",
1432
+ "Dome",
1433
+ "Gateway",
1434
+ "Portal",
1435
+ "Threshold",
1436
+ "Verge",
1437
+ "Brink",
1438
+ "Edge",
1439
+ "Rim",
1440
+ "Brow",
1441
+ "Crest",
1442
+ "Promontory",
1443
+ "Headland",
1444
+ "Spit",
1445
+ "Tombolo",
1446
+ "Isthmus",
1447
+ "Strait",
1448
+ "Narrows",
1449
+ "Sound",
1450
+ "Bight",
1451
+ "Reach",
1452
+ "Stretch",
1453
+ "Expanse",
1454
+ "Clearing",
1455
+ "Glade",
1456
+ "Knoll",
1457
+ "Hillock",
1458
+ "Mound",
1459
+ "Tor",
1460
+ "Crag",
1461
+ "Scarp",
1462
+ "Escarpment",
1463
+ "Comet",
1464
+ "Meteor",
1465
+ "Asteroid",
1466
+ "Nebula",
1467
+ "Galaxy",
1468
+ "Quasar",
1469
+ "Pulsar",
1470
+ "Star",
1471
+ "Sun",
1472
+ "Moon",
1473
+ "Planet",
1474
+ "Orbit",
1475
+ "Eclipse",
1476
+ "Corona",
1477
+ "Flare",
1478
+ "Nova",
1479
+ "Cosmos",
1480
+ "Void",
1481
+ "Abyss",
1482
+ "Ether",
1483
+ "Zenith",
1484
+ "Nadir",
1485
+ "Horizon",
1486
+ "Aurora",
1487
+ "Meridian",
1488
+ "Equinox",
1489
+ "Solstice",
1490
+ "Phase",
1491
+ "Cycle",
1492
+ "Epoch",
1493
+ "Eon",
1494
+ "Era",
1495
+ "Dawn",
1496
+ "Dusk",
1497
+ "Twilight",
1498
+ "Night",
1499
+ "Noon",
1500
+ "Morning",
1501
+ "Evening",
1502
+ "Sunset",
1503
+ "Sunrise",
1504
+ "Daybreak",
1505
+ "Nightfall",
1506
+ "Starlight",
1507
+ "Moonbeam",
1508
+ "Sunray",
1509
+ "Skyline",
1510
+ "Firmament",
1511
+ "Canopy",
1512
+ "Infinity",
1513
+ "Vega",
1514
+ "Rigel",
1515
+ "Altair",
1516
+ "Deneb",
1517
+ "Sirius",
1518
+ "Polaris",
1519
+ "Arcturus",
1520
+ "Antares",
1521
+ "Lyra",
1522
+ "Orion",
1523
+ "Draco",
1524
+ "Phoenix",
1525
+ "Hydra",
1526
+ "Corvus",
1527
+ "Cygnus",
1528
+ "Aquila",
1529
+ "Andromeda",
1530
+ "Pegasus",
1531
+ "Perseus",
1532
+ "Gemini",
1533
+ "Centauri",
1534
+ "Cassiopeia",
1535
+ "Scorpius",
1536
+ "Sagittarius",
1537
+ "Capella",
1538
+ "Procyon",
1539
+ "Aldebaran",
1540
+ "Betelgeuse",
1541
+ "Spica",
1542
+ "Prism",
1543
+ "Quill",
1544
+ "Forge",
1545
+ "Anvil",
1546
+ "Helm",
1547
+ "Rune",
1548
+ "Atlas",
1549
+ "Compass",
1550
+ "Anchor",
1551
+ "Beacon",
1552
+ "Bell",
1553
+ "Bugle",
1554
+ "Drum",
1555
+ "Flute",
1556
+ "Harp",
1557
+ "Horn",
1558
+ "Lyre",
1559
+ "Pipe",
1560
+ "Gong",
1561
+ "Chime",
1562
+ "Cymbal",
1563
+ "Fiddle",
1564
+ "Trumpet",
1565
+ "Viola",
1566
+ "Cello",
1567
+ "Oboe",
1568
+ "Lute",
1569
+ "Mandolin",
1570
+ "Zither",
1571
+ "Sitar",
1572
+ "Banjo",
1573
+ "Lantern",
1574
+ "Torch",
1575
+ "Candle",
1576
+ "Lamp",
1577
+ "Globe",
1578
+ "Lens",
1579
+ "Scope",
1580
+ "Mirror",
1581
+ "Frame",
1582
+ "Easel",
1583
+ "Palette",
1584
+ "Brush",
1585
+ "Chisel",
1586
+ "Mallet",
1587
+ "Hammer",
1588
+ "Tongs",
1589
+ "Ladle",
1590
+ "Kettle",
1591
+ "Crucible",
1592
+ "Mortar",
1593
+ "Pestle",
1594
+ "Flask",
1595
+ "Vial",
1596
+ "Beaker",
1597
+ "Alembic",
1598
+ "Furnace",
1599
+ "Kiln",
1600
+ "Loom",
1601
+ "Shuttle",
1602
+ "Bobbin",
1603
+ "Spool",
1604
+ "Thimble",
1605
+ "Pin",
1606
+ "Clasp",
1607
+ "Buckle",
1608
+ "Brooch",
1609
+ "Pendant",
1610
+ "Amulet",
1611
+ "Talisman",
1612
+ "Charm",
1613
+ "Token",
1614
+ "Coin",
1615
+ "Medal",
1616
+ "Badge",
1617
+ "Shield",
1618
+ "Banner",
1619
+ "Flag",
1620
+ "Pennant",
1621
+ "Sigil",
1622
+ "Stamp",
1623
+ "Emblem",
1624
+ "Totem",
1625
+ "Icon",
1626
+ "Statue",
1627
+ "Obelisk",
1628
+ "Monolith",
1629
+ "Cairn",
1630
+ "Tablet",
1631
+ "Scroll",
1632
+ "Tome",
1633
+ "Codex",
1634
+ "Ledger",
1635
+ "Journal",
1636
+ "Chronicle",
1637
+ "Almanac",
1638
+ "Manual",
1639
+ "Gazette",
1640
+ "Folio",
1641
+ "Pamphlet",
1642
+ "Broadsheet",
1643
+ "Parchment",
1644
+ "Vellum",
1645
+ "Papyrus",
1646
+ "Inkwell",
1647
+ "Quiver",
1648
+ "Satchel",
1649
+ "Pouch",
1650
+ "Casket",
1651
+ "Coffer",
1652
+ "Chest",
1653
+ "Crate",
1654
+ "Barrel",
1655
+ "Quartz",
1656
+ "Opal",
1657
+ "Onyx",
1658
+ "Agate",
1659
+ "Garnet",
1660
+ "Topaz",
1661
+ "Beryl",
1662
+ "Zircon",
1663
+ "Spinel",
1664
+ "Peridot",
1665
+ "Jasper",
1666
+ "Amethyst",
1667
+ "Citrine",
1668
+ "Tourmaline",
1669
+ "Malachite",
1670
+ "Azurite",
1671
+ "Lapis",
1672
+ "Pyrite",
1673
+ "Galena",
1674
+ "Mica",
1675
+ "Talc",
1676
+ "Gypsum",
1677
+ "Calcite",
1678
+ "Dolomite",
1679
+ "Basalt",
1680
+ "Granite",
1681
+ "Marble",
1682
+ "Slate",
1683
+ "Shale",
1684
+ "Sandstone",
1685
+ "Limestone",
1686
+ "Obsidian",
1687
+ "Pumice",
1688
+ "Tuff",
1689
+ "Chert",
1690
+ "Flint",
1691
+ "Chalcedony",
1692
+ "Carnelian",
1693
+ "Sardonyx",
1694
+ "Moonstone",
1695
+ "Sunstone",
1696
+ "Labradorite",
1697
+ "Tanzanite",
1698
+ "Kunzite",
1699
+ "Rhodonite",
1700
+ "Sodalite",
1701
+ "Chrysocolla",
1702
+ "Aventurine",
1703
+ "Fluorite",
1704
+ "Seraphinite",
1705
+ "Charoite",
1706
+ "Sugilite",
1707
+ "Larimar",
1708
+ "Prehnite",
1709
+ "Danburite",
1710
+ "Scolecite",
1711
+ "Celestite",
1712
+ "Amazonite",
1713
+ "Howlite",
1714
+ "Lepidolite",
1715
+ "Storm",
1716
+ "Thunder",
1717
+ "Lightning",
1718
+ "Breeze",
1719
+ "Gale",
1720
+ "Squall",
1721
+ "Typhoon",
1722
+ "Cyclone",
1723
+ "Monsoon",
1724
+ "Tempest",
1725
+ "Zephyr",
1726
+ "Chinook",
1727
+ "Mistral",
1728
+ "Sirocco",
1729
+ "Foehn",
1730
+ "Bora",
1731
+ "Rain",
1732
+ "Drizzle",
1733
+ "Shower",
1734
+ "Downpour",
1735
+ "Deluge",
1736
+ "Flood",
1737
+ "Torrent",
1738
+ "Current",
1739
+ "Tide",
1740
+ "Wave",
1741
+ "Swell",
1742
+ "Surf",
1743
+ "Spray",
1744
+ "Foam",
1745
+ "Mist",
1746
+ "Fog",
1747
+ "Haze",
1748
+ "Dew",
1749
+ "Frost",
1750
+ "Ice",
1751
+ "Snow",
1752
+ "Sleet",
1753
+ "Hail",
1754
+ "Rime",
1755
+ "Thaw",
1756
+ "Flow",
1757
+ "Drift",
1758
+ "Eddy",
1759
+ "Vortex",
1760
+ "Whirl",
1761
+ "Spiral",
1762
+ "Funnel",
1763
+ "Column",
1764
+ "Plume",
1765
+ "Wisp",
1766
+ "Streak",
1767
+ "Band",
1768
+ "Front",
1769
+ "Trough",
1770
+ "Rainbow",
1771
+ "Halo",
1772
+ "Mirage",
1773
+ "Shimmer",
1774
+ "Glimmer",
1775
+ "Tower",
1776
+ "Turret",
1777
+ "Bastion",
1778
+ "Citadel",
1779
+ "Fortress",
1780
+ "Castle",
1781
+ "Palace",
1782
+ "Manor",
1783
+ "Lodge",
1784
+ "Cabin",
1785
+ "Cottage",
1786
+ "Villa",
1787
+ "Ranch",
1788
+ "Barn",
1789
+ "Silo",
1790
+ "Mill",
1791
+ "Foundry",
1792
+ "Workshop",
1793
+ "Studio",
1794
+ "Gallery",
1795
+ "Museum",
1796
+ "Library",
1797
+ "Archive",
1798
+ "Treasury",
1799
+ "Vault",
1800
+ "Chamber",
1801
+ "Hall",
1802
+ "Court",
1803
+ "Plaza",
1804
+ "Garden",
1805
+ "Balcony",
1806
+ "Porch",
1807
+ "Arcade",
1808
+ "Colonnade",
1809
+ "Pergola",
1810
+ "Pavilion",
1811
+ "Gazebo",
1812
+ "Kiosk",
1813
+ "Chapel",
1814
+ "Temple",
1815
+ "Shrine",
1816
+ "Monastery",
1817
+ "Abbey",
1818
+ "Cathedral",
1819
+ "Basilica",
1820
+ "Minaret",
1821
+ "Pagoda",
1822
+ "Stupa",
1823
+ "Pyramid",
1824
+ "Arena",
1825
+ "Stadium",
1826
+ "Forum",
1827
+ "Market",
1828
+ "Bazaar",
1829
+ "Emporium",
1830
+ "Depot",
1831
+ "Station",
1832
+ "Terminal",
1833
+ "Dock",
1834
+ "Wharf",
1835
+ "Pier",
1836
+ "Jetty",
1837
+ "Quay",
1838
+ "Marina",
1839
+ "Lighthouse",
1840
+ "Watchtower",
1841
+ "Outpost",
1842
+ "Camp",
1843
+ "Shelter",
1844
+ "Refuge",
1845
+ "Sanctuary",
1846
+ "Haven",
1847
+ "Retreat",
1848
+ "Nest",
1849
+ "Aerie",
1850
+ "Burrow",
1851
+ "Den",
1852
+ "Lair",
1853
+ "Roost",
1854
+ "Perch",
1855
+ "Bower",
1856
+ "Arbor",
1857
+ "Alcove",
1858
+ "Sextant",
1859
+ "Astrolabe",
1860
+ "Sundial",
1861
+ "Hourglass",
1862
+ "Pendulum",
1863
+ "Gyroscope",
1864
+ "Turbine",
1865
+ "Dynamo",
1866
+ "Generator",
1867
+ "Piston",
1868
+ "Valve",
1869
+ "Lever",
1870
+ "Pulley",
1871
+ "Winch",
1872
+ "Derrick",
1873
+ "Gantry",
1874
+ "Scaffold",
1875
+ "Trellis",
1876
+ "Lattice",
1877
+ "Grid",
1878
+ "Net",
1879
+ "Web",
1880
+ "Axle",
1881
+ "Gear",
1882
+ "Cog",
1883
+ "Sprocket",
1884
+ "Chain",
1885
+ "Link",
1886
+ "Cable",
1887
+ "Wire",
1888
+ "Thread",
1889
+ "Cord",
1890
+ "Rope",
1891
+ "Rigging",
1892
+ "Mast",
1893
+ "Boom",
1894
+ "Spar",
1895
+ "Keel",
1896
+ "Hull",
1897
+ "Rudder",
1898
+ "Tiller",
1899
+ "Wheel",
1900
+ "Chart",
1901
+ "Map",
1902
+ "Gauge",
1903
+ "Meter",
1904
+ "Scale",
1905
+ "Caliper",
1906
+ "Ruler",
1907
+ "Level",
1908
+ "Plumb",
1909
+ "Protractor",
1910
+ "Template",
1911
+ "Stencil",
1912
+ "Mold",
1913
+ "Die",
1914
+ "Lathe",
1915
+ "Bellows",
1916
+ "Retort",
1917
+ "Condenser",
1918
+ "Centrifuge",
1919
+ "Spectrometer",
1920
+ "Oscilloscope",
1921
+ "Theodolite",
1922
+ "Transit",
1923
+ "Sounding",
1924
+ "Probe",
1925
+ "Sensor",
1926
+ "Relay",
1927
+ "Switch",
1928
+ "Circuit",
1929
+ "Diode",
1930
+ "Quest",
1931
+ "Saga",
1932
+ "Legend",
1933
+ "Myth",
1934
+ "Fable",
1935
+ "Ballad",
1936
+ "Anthem",
1937
+ "Hymn",
1938
+ "Ode",
1939
+ "Sonnet",
1940
+ "Verse",
1941
+ "Stanza",
1942
+ "Canto",
1943
+ "Chorus",
1944
+ "Refrain",
1945
+ "Motif",
1946
+ "Theme",
1947
+ "Arc",
1948
+ "Prologue",
1949
+ "Epilogue",
1950
+ "Prelude",
1951
+ "Overture",
1952
+ "Finale",
1953
+ "Crescendo",
1954
+ "Cadence",
1955
+ "Tempo",
1956
+ "Rhythm",
1957
+ "Pulse",
1958
+ "Beat",
1959
+ "Tone",
1960
+ "Note",
1961
+ "Chord",
1962
+ "Harmony",
1963
+ "Melody",
1964
+ "Lyric",
1965
+ "Opus",
1966
+ "Suite",
1967
+ "Etude",
1968
+ "Fugue",
1969
+ "Canon",
1970
+ "March",
1971
+ "Waltz",
1972
+ "Rondo",
1973
+ "Aria",
1974
+ "Duet",
1975
+ "Trio",
1976
+ "Quartet",
1977
+ "Ensemble",
1978
+ "Guild",
1979
+ "League",
1980
+ "Order",
1981
+ "Council",
1982
+ "Assembly",
1983
+ "Conclave",
1984
+ "Synod",
1985
+ "Quorum",
1986
+ "Cohort",
1987
+ "Legion",
1988
+ "Brigade",
1989
+ "Battalion",
1990
+ "Regiment",
1991
+ "Division",
1992
+ "Corps",
1993
+ "Fleet",
1994
+ "Squadron",
1995
+ "Patrol",
1996
+ "Convoy",
1997
+ "Caravan",
1998
+ "Expedition",
1999
+ "Voyage",
2000
+ "Journey",
2001
+ "Trek",
2002
+ "Odyssey",
2003
+ "Passage",
2004
+ "Crossing",
2005
+ "Venture",
2006
+ "Enterprise",
2007
+ "Mission",
2008
+ "Campaign",
2009
+ "Crusade",
2010
+ "Pilgrimage",
2011
+ "Safari",
2012
+ "Sortie",
2013
+ "Foray",
2014
+ "Rally",
2015
+ "Charge",
2016
+ "Advance",
2017
+ "Concord",
2018
+ "Ember",
2019
+ "Blaze",
2020
+ "Inferno",
2021
+ "Pyre",
2022
+ "Spark",
2023
+ "Cinder",
2024
+ "Smoke",
2025
+ "Vapor",
2026
+ "Steam",
2027
+ "Nimbus",
2028
+ "Cumulus",
2029
+ "Cirrus",
2030
+ "Stratus",
2031
+ "Billow",
2032
+ "Puff",
2033
+ "Wake",
2034
+ "Ripple",
2035
+ "Surge",
2036
+ "Ebb",
2037
+ "Flux",
2038
+ "Gush",
2039
+ "Rush",
2040
+ "Spring",
2041
+ "Well",
2042
+ "Font",
2043
+ "Source",
2044
+ "Origin",
2045
+ "Root",
2046
+ "Seed",
2047
+ "Sprout",
2048
+ "Bud",
2049
+ "Bloom",
2050
+ "Petal",
2051
+ "Leaf",
2052
+ "Branch",
2053
+ "Limb",
2054
+ "Trunk",
2055
+ "Bark",
2056
+ "Grain",
2057
+ "Fiber",
2058
+ "Pulp",
2059
+ "Core",
2060
+ "Sap",
2061
+ "Resin",
2062
+ "Nectar",
2063
+ "Pollen",
2064
+ "Spore",
2065
+ "Frond",
2066
+ "Tendril",
2067
+ "Runner",
2068
+ "Shoot",
2069
+ "Stalk",
2070
+ "Stem",
2071
+ "Thorn",
2072
+ "Burr",
2073
+ "Cone",
2074
+ "Acorn",
2075
+ "Pinecone",
2076
+ "Nutshell",
2077
+ "Keystone",
2078
+ "Capstone",
2079
+ "Milestone",
2080
+ "Cornerstone",
2081
+ "Foundation",
2082
+ "Bedrock",
2083
+ "Pillar",
2084
+ "Buttress",
2085
+ "Parapet",
2086
+ "Battlement",
2087
+ "Barbican",
2088
+ "Gatehouse",
2089
+ "Drawbridge",
2090
+ "Portcullis",
2091
+ "Moat",
2092
+ "Stockade",
2093
+ "Palisade",
2094
+ "Bulwark",
2095
+ "Levee",
2096
+ "Embankment",
2097
+ "Causeway",
2098
+ "Aqueduct",
2099
+ "Viaduct",
2100
+ "Trestle",
2101
+ "Span",
2102
+ "Lintel",
2103
+ "Plinth",
2104
+ "Pedestal",
2105
+ "Dais",
2106
+ "Rostrum",
2107
+ "Podium",
2108
+ "Stage",
2109
+ "Platform",
2110
+ "Deck",
2111
+ "Landing",
2112
+ "Berth",
2113
+ "Channel",
2114
+ "Lock",
2115
+ "Weir",
2116
+ "Dam",
2117
+ "Spillway",
2118
+ "Flume",
2119
+ "Chute",
2120
+ "Sluice",
2121
+ "Nozzle",
2122
+ "Spout",
2123
+ "Faucet",
2124
+ "Cistern",
2125
+ "Wellspring",
2126
+ "Headwater",
2127
+ "Watershed",
2128
+ "Alluvium",
2129
+ "Loam",
2130
+ "Humus",
2131
+ "Peat",
2132
+ "Marl",
2133
+ "Silt",
2134
+ "Writ",
2135
+ "Clamp",
2136
+ "Eyepiece",
2137
+ "Traverse",
2138
+ "Stride",
2139
+ "Parley",
2140
+ "Char",
2141
+ "Trace",
2142
+ "Confluence",
2143
+ "Rampart"
2144
+ ]);
2145
+ var BLOCKED_COMBOS = Object.freeze(
2146
+ /* @__PURE__ */ new Set([
2147
+ // Add any discovered offensive adj+noun combinations here.
2148
+ // Format: "AdjectiveNoun" (PascalCase, concatenated)
2149
+ ])
2150
+ );
2151
+
2152
+ // src/names/derive.ts
2153
+ function mulberry32(seed) {
2154
+ let a = seed | 0;
2155
+ return () => {
2156
+ a = a + 1831565813 | 0;
2157
+ let t = Math.imul(a ^ a >>> 15, 1 | a);
2158
+ t = t + Math.imul(t ^ t >>> 7, 61 | t) ^ t;
2159
+ return ((t ^ t >>> 14) >>> 0) / 4294967296;
2160
+ };
2161
+ }
2162
+ var DOMAIN = `solnames-${SOLNAMES_VERSION}:`;
2163
+ function deriveName(wallet, format = "display", options) {
2164
+ const id = deriveIdentity(wallet, options);
2165
+ switch (format) {
2166
+ case "short":
2167
+ return id.short;
2168
+ case "display":
2169
+ return id.name;
2170
+ case "tag":
2171
+ return id.tag;
2172
+ case "full":
2173
+ return id.full;
2174
+ }
2175
+ }
2176
+ function deriveIdentity(wallet, options) {
2177
+ const adjectives = options?.adjectives ?? ADJECTIVES;
2178
+ const nouns = options?.nouns ?? NOUNS;
2179
+ const blocked = options?.blockedCombos ?? BLOCKED_COMBOS;
2180
+ const domain = options?.domain ? `${options.domain}:` : DOMAIN;
2181
+ const hash = sha256(domain + wallet);
2182
+ const hex = sha256Hex(domain + wallet);
2183
+ const seed = (hash[0] << 24 | hash[1] << 16 | hash[2] << 8 | hash[3]) >>> 0;
2184
+ const rng = mulberry32(seed);
2185
+ let adj1 = adjectives[Math.floor(rng() * adjectives.length)];
2186
+ let noun1 = nouns[Math.floor(rng() * nouns.length)];
2187
+ while (blocked.has(adj1 + noun1)) {
2188
+ adj1 = adjectives[Math.floor(rng() * adjectives.length)];
2189
+ noun1 = nouns[Math.floor(rng() * nouns.length)];
2190
+ }
2191
+ const adj2 = adjectives[Math.floor(rng() * adjectives.length)];
2192
+ const noun2 = nouns[Math.floor(rng() * nouns.length)];
2193
+ const discriminator = hex.slice(16, 20);
2194
+ return {
2195
+ short: adj1,
2196
+ name: adj1 + noun1,
2197
+ tag: adj1 + noun1 + "#" + discriminator,
2198
+ full: adj1 + noun1 + "-" + adj2 + noun2,
2199
+ adjective: adj1,
2200
+ noun: noun1,
2201
+ hash: hex,
2202
+ discriminator
2203
+ };
2204
+ }
2205
+
2206
+ // src/names/validate.ts
2207
+ var adjSet = new Set(ADJECTIVES);
2208
+ var nounSet = new Set(NOUNS);
2209
+ function isValidSolName(name) {
2210
+ return parseSolName(name) !== null;
2211
+ }
2212
+ function parseSolName(name) {
2213
+ const tagMatch = name.match(/^([A-Z][a-z]+)([A-Z][a-z]+)#([0-9a-f]{4})$/);
2214
+ if (tagMatch) {
2215
+ const [, adj, noun, disc] = tagMatch;
2216
+ if (adjSet.has(adj) && nounSet.has(noun)) {
2217
+ return { adjective: adj, noun, discriminator: disc };
2218
+ }
2219
+ return null;
2220
+ }
2221
+ const fullMatch = name.match(
2222
+ /^([A-Z][a-z]+)([A-Z][a-z]+)-([A-Z][a-z]+)([A-Z][a-z]+)$/
2223
+ );
2224
+ if (fullMatch) {
2225
+ const [, adj1, noun1] = fullMatch;
2226
+ if (adjSet.has(adj1) && nounSet.has(noun1)) {
2227
+ return { adjective: adj1, noun: noun1 };
2228
+ }
2229
+ return null;
2230
+ }
2231
+ const displayMatch = name.match(/^([A-Z][a-z]+)([A-Z][a-z]+)$/);
2232
+ if (displayMatch) {
2233
+ const [, adj, noun] = displayMatch;
2234
+ if (adjSet.has(adj) && nounSet.has(noun)) {
2235
+ return { adjective: adj, noun };
2236
+ }
2237
+ return null;
2238
+ }
2239
+ return null;
2240
+ }
2241
+
2242
+ exports.ADJECTIVES = ADJECTIVES;
2243
+ exports.BLOCKED_COMBOS = BLOCKED_COMBOS;
2244
+ exports.NOUNS = NOUNS;
2245
+ exports.SOLNAMES_VERSION = SOLNAMES_VERSION;
2246
+ exports.deriveIdentity = deriveIdentity;
2247
+ exports.deriveName = deriveName;
2248
+ exports.isValidSolName = isValidSolName;
2249
+ exports.parseSolName = parseSolName;
2250
+ //# sourceMappingURL=chunk-XXJJH56O.cjs.map
2251
+ //# sourceMappingURL=chunk-XXJJH56O.cjs.map