@tcn/ui-table 0.0.9 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,1155 @@
1
+ export const items = [
2
+ {
3
+ id: 'one',
4
+ name: 'Sam Spade And the Longest Name that you have ever seen and it will just keep going cause we are going to test the table and see how it handles this',
5
+ age: 22,
6
+ email: 'sam.spade@example.com',
7
+ city: 'San Francisco',
8
+ country: 'USA',
9
+ occupation: 'Detective',
10
+ isActive: true,
11
+ },
12
+ {
13
+ id: 'two',
14
+ name: 'Kelsier',
15
+ age: 166,
16
+ email: 'kelsier@scadrial.com',
17
+ city: 'Luthadel',
18
+ country: 'Scadrial',
19
+ occupation: 'Mistborn',
20
+ isActive: true,
21
+ },
22
+ {
23
+ id: 'three',
24
+ name: 'Tress',
25
+ age: 17,
26
+ email: 'tress@lumar.com',
27
+ city: 'Diggen’s Point',
28
+ country: 'Lumar',
29
+ occupation: 'Adventurer',
30
+ isActive: true,
31
+ },
32
+ {
33
+ id: 'four',
34
+ name: 'Breeze',
35
+ age: 45,
36
+ email: 'breeze@scadrial.com',
37
+ city: 'Fadrex',
38
+ country: 'Scadrial',
39
+ occupation: 'Soother',
40
+ isActive: false,
41
+ },
42
+ {
43
+ id: 'five',
44
+ name: 'Spook',
45
+ age: 17,
46
+ email: 'spook@scadrial.com',
47
+ city: 'Urteau',
48
+ country: 'Scadrial',
49
+ occupation: 'Tin-eye',
50
+ isActive: true,
51
+ },
52
+ {
53
+ id: 'six',
54
+ name: 'Anne',
55
+ age: 32,
56
+ email: 'anne@example.com',
57
+ city: 'New York',
58
+ country: 'USA',
59
+ occupation: 'Writer',
60
+ isActive: true,
61
+ },
62
+ {
63
+ id: 'seven',
64
+ name: 'Hoid',
65
+ age: 1934,
66
+ email: 'hoid@scadrial.com',
67
+ city: 'Urteau',
68
+ country: 'Scadrial',
69
+ occupation: 'Mistborn',
70
+ isActive: true,
71
+ },
72
+ {
73
+ id: 'eight',
74
+ name: 'Vasher',
75
+ age: 320,
76
+ email: 'vasher@scadrial.com',
77
+ city: 'Luthadel',
78
+ country: 'Scadrial',
79
+ occupation: 'Mistborn',
80
+ isActive: true,
81
+ },
82
+ {
83
+ id: 'nine',
84
+ name: 'Vin',
85
+ age: 21,
86
+ email: 'vin@example.com',
87
+ city: 'San Francisco',
88
+ country: 'USA',
89
+ occupation: 'Detective',
90
+ isActive: true,
91
+ },
92
+ {
93
+ id: 'ten',
94
+ name: 'Elend',
95
+ age: 24,
96
+ email: 'elend@example.com',
97
+ city: 'New York',
98
+ country: 'USA',
99
+ occupation: 'King',
100
+ isActive: true,
101
+ },
102
+ {
103
+ id: 'eleven',
104
+ name: 'Sazed',
105
+ age: 45,
106
+ email: 'sazed@scadrial.com',
107
+ city: 'Luthadel',
108
+ country: 'Scadrial',
109
+ occupation: 'Mistborn',
110
+ isActive: true,
111
+ },
112
+ {
113
+ id: 'twelve',
114
+ name: 'Marsh',
115
+ age: 170,
116
+ email: 'marsh@example.com',
117
+ city: 'Boston',
118
+ country: 'USA',
119
+ occupation: 'Adventurer',
120
+ isActive: true,
121
+ },
122
+ {
123
+ id: 'thirteen',
124
+ name: 'Dockson',
125
+ age: 42,
126
+ email: 'dockson@example.com',
127
+ city: 'London',
128
+ country: 'UK',
129
+ occupation: 'Merchant',
130
+ isActive: true,
131
+ },
132
+ {
133
+ id: 'fourteen',
134
+ name: 'Ham',
135
+ age: 38,
136
+ email: 'ham@example.com',
137
+ city: 'Paris',
138
+ country: 'France',
139
+ occupation: 'Chef',
140
+ isActive: true,
141
+ },
142
+ {
143
+ id: 'fifteen',
144
+ name: 'Clubs',
145
+ age: 55,
146
+ email: 'clubs@example.com',
147
+ city: 'Berlin',
148
+ country: 'Germany',
149
+ occupation: 'Musician',
150
+ isActive: true,
151
+ },
152
+ {
153
+ id: 'sixteen',
154
+ name: 'OreSeur',
155
+ age: 400,
156
+ email: 'oreseur@example.com',
157
+ city: 'Tokyo',
158
+ country: 'Japan',
159
+ occupation: 'Scientist',
160
+ isActive: true,
161
+ },
162
+ {
163
+ id: 'seventeen',
164
+ name: 'TenSoon',
165
+ age: 350,
166
+ email: 'tensoon@example.com',
167
+ city: 'Sydney',
168
+ country: 'Australia',
169
+ occupation: 'Artist',
170
+ isActive: true,
171
+ },
172
+ {
173
+ id: 'eighteen',
174
+ name: 'Kaladin',
175
+ age: 25,
176
+ email: 'kaladin@example.com',
177
+ city: 'Chicago',
178
+ country: 'USA',
179
+ occupation: 'Soldier',
180
+ isActive: true,
181
+ },
182
+ {
183
+ id: 'nineteen',
184
+ name: 'Shallan',
185
+ age: 20,
186
+ email: 'shallan@example.com',
187
+ city: 'Miami',
188
+ country: 'USA',
189
+ occupation: 'Student',
190
+ isActive: true,
191
+ },
192
+ {
193
+ id: 'twenty',
194
+ name: 'Dalinar',
195
+ age: 53,
196
+ email: 'dalinar@example.com',
197
+ city: 'Los Angeles',
198
+ country: 'USA',
199
+ occupation: 'King',
200
+ isActive: true,
201
+ },
202
+ {
203
+ id: 'twentyone',
204
+ name: 'Adolin',
205
+ age: 25,
206
+ email: 'adolin@example.com',
207
+ city: 'San Diego',
208
+ country: 'USA',
209
+ occupation: 'Soldier',
210
+ isActive: true,
211
+ },
212
+ {
213
+ id: 'twentytwo',
214
+ name: 'Renarin',
215
+ age: 21,
216
+ email: 'renarin@example.com',
217
+ city: 'Austin',
218
+ country: 'USA',
219
+ occupation: 'Adventurer',
220
+ isActive: true,
221
+ },
222
+ {
223
+ id: 'twentythree',
224
+ name: 'Jasnah',
225
+ age: 35,
226
+ email: 'jasnah@example.com',
227
+ city: 'Dallas',
228
+ country: 'USA',
229
+ occupation: 'Queen',
230
+ isActive: true,
231
+ },
232
+ {
233
+ id: 'twentyfour',
234
+ name: 'Navani',
235
+ age: 50,
236
+ email: 'navani@example.com',
237
+ city: 'Phoenix',
238
+ country: 'USA',
239
+ occupation: 'Mistborn',
240
+ isActive: true,
241
+ },
242
+ {
243
+ id: 'twentyfive',
244
+ name: 'Szeth',
245
+ age: 35,
246
+ email: 'szeth@example.com',
247
+ city: 'Denver',
248
+ country: 'USA',
249
+ occupation: 'Assassin',
250
+ isActive: true,
251
+ },
252
+ {
253
+ id: 'twentysix',
254
+ name: 'Lift',
255
+ age: 13,
256
+ email: 'lift@example.com',
257
+ city: 'Atlanta',
258
+ country: 'USA',
259
+ occupation: 'Adventurer',
260
+ isActive: true,
261
+ },
262
+ {
263
+ id: 'twentyseven',
264
+ name: 'Rock',
265
+ age: 40,
266
+ email: 'rock@example.com',
267
+ city: 'Houston',
268
+ country: 'USA',
269
+ occupation: 'Adventurer',
270
+ isActive: true,
271
+ },
272
+ {
273
+ id: 'twentyeight',
274
+ name: 'Teft',
275
+ age: 50,
276
+ email: 'teft@example.com',
277
+ city: 'Miami',
278
+ country: 'USA',
279
+ occupation: 'Mistborn',
280
+ isActive: true,
281
+ },
282
+ {
283
+ id: 'twentynine',
284
+ name: 'Bridge Four',
285
+ age: 30,
286
+ email: 'bridgefour@example.com',
287
+ city: 'New Orleans',
288
+ country: 'USA',
289
+ occupation: 'Adventurer',
290
+ isActive: true,
291
+ },
292
+ {
293
+ id: 'thirty',
294
+ name: 'Moash',
295
+ age: 25,
296
+ email: 'moash@example.com',
297
+ city: 'Chicago',
298
+ country: 'USA',
299
+ occupation: 'King',
300
+ isActive: true,
301
+ },
302
+ {
303
+ id: 'thirtyone',
304
+ name: 'Wit',
305
+ age: 2000,
306
+ email: 'wit@example.com',
307
+ city: 'New York',
308
+ country: 'USA',
309
+ occupation: 'Adventurer',
310
+ isActive: true,
311
+ },
312
+ {
313
+ id: 'thirtytwo',
314
+ name: 'Sadeas',
315
+ age: 55,
316
+ email: 'sadeas@example.com',
317
+ city: 'San Francisco',
318
+ country: 'USA',
319
+ occupation: 'Mistborn',
320
+ isActive: true,
321
+ },
322
+ {
323
+ id: 'thirtythree',
324
+ name: 'Amaram',
325
+ age: 45,
326
+ email: 'amaram@example.com',
327
+ city: 'Los Angeles',
328
+ country: 'USA',
329
+ occupation: 'King',
330
+ isActive: true,
331
+ },
332
+ {
333
+ id: 'thirtyfour',
334
+ name: 'Gavilar',
335
+ age: 55,
336
+ email: 'gavilar@example.com',
337
+ city: 'Boston',
338
+ country: 'USA',
339
+ occupation: 'Mistborn',
340
+ isActive: true,
341
+ },
342
+ {
343
+ id: 'thirtyfive',
344
+ name: 'Taravangian',
345
+ age: 70,
346
+ email: 'taravangian@example.com',
347
+ city: 'London',
348
+ country: 'UK',
349
+ occupation: 'Mistborn',
350
+ isActive: true,
351
+ },
352
+ {
353
+ id: 'thirtysix',
354
+ name: 'Rysn',
355
+ age: 20,
356
+ email: 'rysn@example.com',
357
+ city: 'Sydney',
358
+ country: 'Australia',
359
+ occupation: 'Adventurer',
360
+ isActive: true,
361
+ },
362
+ {
363
+ id: 'thirtyseven',
364
+ name: 'Raboniel',
365
+ age: 7000,
366
+ email: 'raboniel@example.com',
367
+ city: 'Tokyo',
368
+ country: 'Japan',
369
+ occupation: 'Mistborn',
370
+ isActive: true,
371
+ },
372
+ {
373
+ id: 'thirtyeight',
374
+ name: 'Leshwi',
375
+ age: 6000,
376
+ email: 'leshwi@example.com',
377
+ city: 'Berlin',
378
+ country: 'Germany',
379
+ occupation: 'Mistborn',
380
+ isActive: true,
381
+ },
382
+ {
383
+ id: 'thirtynine',
384
+ name: 'Venli',
385
+ age: 25,
386
+ email: 'venli@example.com',
387
+ city: 'Paris',
388
+ country: 'France',
389
+ occupation: 'Adventurer',
390
+ isActive: true,
391
+ },
392
+ {
393
+ id: 'forty',
394
+ name: 'Eshonai',
395
+ age: 27,
396
+ email: 'eshonai@example.com',
397
+ city: 'San Francisco',
398
+ country: 'USA',
399
+ occupation: 'Mistborn',
400
+ isActive: true,
401
+ },
402
+ {
403
+ id: 'fortyone',
404
+ name: 'Steris',
405
+ age: 28,
406
+ email: 'steris@example.com',
407
+ city: 'New York',
408
+ country: 'USA',
409
+ occupation: 'Mistborn',
410
+ isActive: true,
411
+ },
412
+ {
413
+ id: 'fortytwo',
414
+ name: 'Marasi',
415
+ age: 25,
416
+ email: 'marasi@example.com',
417
+ city: 'Chicago',
418
+ country: 'USA',
419
+ occupation: 'Mistborn',
420
+ isActive: true,
421
+ },
422
+ {
423
+ id: 'fortythree',
424
+ name: 'Wayne',
425
+ age: 32,
426
+ email: 'wayne@example.com',
427
+ city: 'Miami',
428
+ country: 'USA',
429
+ occupation: 'Adventurer',
430
+ isActive: true,
431
+ },
432
+ {
433
+ id: 'fortyfour',
434
+ name: 'Waxillium',
435
+ age: 42,
436
+ email: 'waxillium@example.com',
437
+ city: 'San Diego',
438
+ country: 'USA',
439
+ occupation: 'Adventurer',
440
+ isActive: true,
441
+ },
442
+ {
443
+ id: 'fortyfive',
444
+ name: 'Miles',
445
+ age: 40,
446
+ email: 'miles@example.com',
447
+ city: 'New York',
448
+ country: 'USA',
449
+ occupation: 'Adventurer',
450
+ isActive: true,
451
+ },
452
+ {
453
+ id: 'fortysix',
454
+ name: 'Ranette',
455
+ age: 38,
456
+ email: 'ranette@example.com',
457
+ city: 'Boston',
458
+ country: 'USA',
459
+ occupation: 'Mistborn',
460
+ isActive: true,
461
+ },
462
+ {
463
+ id: 'fortyseven',
464
+ name: 'MeLaan',
465
+ age: 300,
466
+ email: 'melaan@example.com',
467
+ city: 'London',
468
+ country: 'UK',
469
+ occupation: 'Mistborn',
470
+ isActive: true,
471
+ },
472
+ {
473
+ id: 'fortyeight',
474
+ name: 'Suit',
475
+ age: 50,
476
+ email: 'suit@example.com',
477
+ city: 'Paris',
478
+ country: 'France',
479
+ occupation: 'Adventurer',
480
+ isActive: true,
481
+ },
482
+ {
483
+ id: 'fortynine',
484
+ name: 'Edwarn',
485
+ age: 65,
486
+ email: 'edwarn@example.com',
487
+ city: 'Berlin',
488
+ country: 'Germany',
489
+ occupation: 'Adventurer',
490
+ isActive: true,
491
+ },
492
+ {
493
+ id: 'fifty',
494
+ name: 'Telsin',
495
+ age: 40,
496
+ email: 'telsin@example.com',
497
+ city: 'Tokyo',
498
+ country: 'Japan',
499
+ occupation: 'Mistborn',
500
+ isActive: true,
501
+ },
502
+ {
503
+ id: 'fiftyone',
504
+ name: 'Raoden',
505
+ age: 25,
506
+ email: 'raoden@example.com',
507
+ city: 'Sydney',
508
+ country: 'Australia',
509
+ occupation: 'Adventurer',
510
+ isActive: true,
511
+ },
512
+ {
513
+ id: 'fiftytwo',
514
+ name: 'Sarene',
515
+ age: 25,
516
+ email: 'sarene@example.com',
517
+ city: 'New York',
518
+ country: 'USA',
519
+ occupation: 'Mistborn',
520
+ isActive: true,
521
+ },
522
+ {
523
+ id: 'fiftythree',
524
+ name: 'Hrathen',
525
+ age: 40,
526
+ email: 'hrathen@example.com',
527
+ city: 'Chicago',
528
+ country: 'USA',
529
+ occupation: 'King',
530
+ isActive: true,
531
+ },
532
+ {
533
+ id: 'fiftyfour',
534
+ name: 'Dilaf',
535
+ age: 45,
536
+ email: 'dilaf@example.com',
537
+ city: 'Miami',
538
+ country: 'USA',
539
+ occupation: 'Mistborn',
540
+ isActive: true,
541
+ },
542
+ {
543
+ id: 'fiftyfive',
544
+ name: 'Galladon',
545
+ age: 35,
546
+ email: 'galladon@example.com',
547
+ city: 'San Francisco',
548
+ country: 'USA',
549
+ occupation: 'Mistborn',
550
+ isActive: true,
551
+ },
552
+ {
553
+ id: 'fiftysix',
554
+ name: 'Lightsong',
555
+ age: 5,
556
+ email: 'lightsong@example.com',
557
+ city: 'Los Angeles',
558
+ country: 'USA',
559
+ occupation: 'Mistborn',
560
+ isActive: true,
561
+ },
562
+ {
563
+ id: 'fiftyseven',
564
+ name: 'Siri',
565
+ age: 18,
566
+ email: 'siri@example.com',
567
+ city: 'New York',
568
+ country: 'USA',
569
+ occupation: 'Mistborn',
570
+ isActive: true,
571
+ },
572
+ {
573
+ id: 'fiftyeight',
574
+ name: 'Vivenna',
575
+ age: 22,
576
+ email: 'vivenna@example.com',
577
+ city: 'London',
578
+ country: 'UK',
579
+ occupation: 'Mistborn',
580
+ isActive: true,
581
+ },
582
+ {
583
+ id: 'fiftynine',
584
+ name: 'Denth',
585
+ age: 400,
586
+ email: 'denth@example.com',
587
+ city: 'Tokyo',
588
+ country: 'Japan',
589
+ occupation: 'Mistborn',
590
+ isActive: true,
591
+ },
592
+ {
593
+ id: 'sixty',
594
+ name: 'Tonk Fah',
595
+ age: 45,
596
+ email: 'tonkfah@example.com',
597
+ city: 'Sydney',
598
+ country: 'Australia',
599
+ occupation: 'Adventurer',
600
+ isActive: true,
601
+ },
602
+ {
603
+ id: 'sixtyone',
604
+ name: 'Susebron',
605
+ age: 23,
606
+ email: 'susebron@example.com',
607
+ city: 'San Francisco',
608
+ country: 'USA',
609
+ occupation: 'Mistborn',
610
+ isActive: true,
611
+ },
612
+ {
613
+ id: 'sixtytwo',
614
+ name: 'Bluefingers',
615
+ age: 50,
616
+ email: 'bluefingers@example.com',
617
+ city: 'New York',
618
+ country: 'USA',
619
+ occupation: 'Adventurer',
620
+ isActive: true,
621
+ },
622
+ {
623
+ id: 'sixtythree',
624
+ name: 'Trelagist',
625
+ age: 45,
626
+ email: 'trelagist@example.com',
627
+ city: 'Chicago',
628
+ country: 'USA',
629
+ occupation: 'Mistborn',
630
+ isActive: true,
631
+ },
632
+ {
633
+ id: 'sixtyfour',
634
+ name: 'Blushweaver',
635
+ age: 30,
636
+ email: 'blushweaver@example.com',
637
+ city: 'Miami',
638
+ country: 'USA',
639
+ occupation: 'Mistborn',
640
+ isActive: true,
641
+ },
642
+ {
643
+ id: 'sixtyfive',
644
+ name: 'Llarimar',
645
+ age: 45,
646
+ email: 'llarimar@example.com',
647
+ city: 'San Francisco',
648
+ country: 'USA',
649
+ occupation: 'Mistborn',
650
+ isActive: true,
651
+ },
652
+ {
653
+ id: 'sixtysix',
654
+ name: 'Stephen Leeds',
655
+ age: 35,
656
+ email: 'stephenleeds@example.com',
657
+ city: 'New York',
658
+ country: 'USA',
659
+ occupation: 'Adventurer',
660
+ isActive: true,
661
+ },
662
+ {
663
+ id: 'sixtyseven',
664
+ name: 'Baon',
665
+ age: 45,
666
+ email: 'baon@example.com',
667
+ city: 'Boston',
668
+ country: 'USA',
669
+ occupation: 'Adventurer',
670
+ isActive: true,
671
+ },
672
+ {
673
+ id: 'sixtyeight',
674
+ name: 'Silence Montane',
675
+ age: 35,
676
+ email: 'silencemontane@example.com',
677
+ city: 'London',
678
+ country: 'UK',
679
+ occupation: 'Mistborn',
680
+ isActive: true,
681
+ },
682
+ {
683
+ id: 'sixtynine',
684
+ name: 'William Ann',
685
+ age: 25,
686
+ email: 'williamann@example.com',
687
+ city: 'Paris',
688
+ country: 'France',
689
+ occupation: 'Adventurer',
690
+ isActive: true,
691
+ },
692
+ {
693
+ id: 'seventy',
694
+ name: 'Grandpa Smedry',
695
+ age: 70,
696
+ email: 'grandpasmedry@example.com',
697
+ city: 'New York',
698
+ country: 'USA',
699
+ occupation: 'Adventurer',
700
+ isActive: true,
701
+ },
702
+ {
703
+ id: 'seventyone',
704
+ name: 'Alcatraz Smedry',
705
+ age: 13,
706
+ email: 'alcatrazsmedry@example.com',
707
+ city: 'San Francisco',
708
+ country: 'USA',
709
+ occupation: 'Adventurer',
710
+ isActive: true,
711
+ },
712
+ {
713
+ id: 'seventytwo',
714
+ name: 'Bastille',
715
+ age: 13,
716
+ email: 'bastille@example.com',
717
+ city: 'New York',
718
+ country: 'USA',
719
+ occupation: 'Adventurer',
720
+ isActive: true,
721
+ },
722
+ {
723
+ id: 'seventythree',
724
+ name: 'Khriss',
725
+ age: 35,
726
+ email: 'khriss@example.com',
727
+ city: 'London',
728
+ country: 'UK',
729
+ occupation: 'Mistborn',
730
+ isActive: true,
731
+ },
732
+ {
733
+ id: 'seventyfour',
734
+ name: 'Nazh',
735
+ age: 45,
736
+ email: 'nazh@example.com',
737
+ city: 'Paris',
738
+ country: 'France',
739
+ occupation: 'Mistborn',
740
+ isActive: true,
741
+ },
742
+ {
743
+ id: 'seventyfive',
744
+ name: 'Demoux',
745
+ age: 25,
746
+ email: 'demoux@example.com',
747
+ city: 'San Francisco',
748
+ country: 'USA',
749
+ occupation: 'Mistborn',
750
+ isActive: true,
751
+ },
752
+ {
753
+ id: 'seventysix',
754
+ name: 'Felt',
755
+ age: 50,
756
+ email: 'felt@example.com',
757
+ city: 'New York',
758
+ country: 'USA',
759
+ occupation: 'Mistborn',
760
+ isActive: true,
761
+ },
762
+ {
763
+ id: 'seventyseven',
764
+ name: 'Captain Goradel',
765
+ age: 35,
766
+ email: 'captaingoradel@example.com',
767
+ city: 'London',
768
+ country: 'UK',
769
+ occupation: 'Mistborn',
770
+ isActive: true,
771
+ },
772
+ {
773
+ id: 'seventyeight',
774
+ name: 'Allrianne',
775
+ age: 20,
776
+ email: 'allrianne@example.com',
777
+ city: 'New York',
778
+ country: 'USA',
779
+ occupation: 'Mistborn',
780
+ isActive: true,
781
+ },
782
+ {
783
+ id: 'seventynine',
784
+ name: 'Cett',
785
+ age: 50,
786
+ email: 'cett@example.com',
787
+ city: 'San Francisco',
788
+ country: 'USA',
789
+ occupation: 'Mistborn',
790
+ isActive: true,
791
+ },
792
+ {
793
+ id: 'eighty',
794
+ name: 'Zane',
795
+ age: 25,
796
+ email: 'zane@example.com',
797
+ city: 'New York',
798
+ country: 'USA',
799
+ occupation: 'Adventurer',
800
+ isActive: true,
801
+ },
802
+ {
803
+ id: 'eightyone',
804
+ name: 'Straff Venture',
805
+ age: 45,
806
+ email: 'straffventure@example.com',
807
+ city: 'San Francisco',
808
+ country: 'USA',
809
+ occupation: 'Adventurer',
810
+ isActive: true,
811
+ },
812
+ {
813
+ id: 'eightytwo',
814
+ name: 'Yomen',
815
+ age: 40,
816
+ email: 'yomen@example.com',
817
+ city: 'London',
818
+ country: 'UK',
819
+ occupation: 'Mistborn',
820
+ isActive: true,
821
+ },
822
+ {
823
+ id: 'eightythree',
824
+ name: 'Beldre',
825
+ age: 20,
826
+ email: 'beldre@example.com',
827
+ city: 'New York',
828
+ country: 'USA',
829
+ occupation: 'Adventurer',
830
+ isActive: true,
831
+ },
832
+ {
833
+ id: 'eightyfour',
834
+ name: 'Quellion',
835
+ age: 35,
836
+ email: 'quellion@example.com',
837
+ city: 'San Francisco',
838
+ country: 'USA',
839
+ occupation: 'Mistborn',
840
+ isActive: true,
841
+ },
842
+ {
843
+ id: 'eightyfive',
844
+ name: 'Fatren',
845
+ age: 30,
846
+ email: 'fatren@example.com',
847
+ city: 'New York',
848
+ country: 'USA',
849
+ occupation: 'Adventurer',
850
+ isActive: true,
851
+ },
852
+ {
853
+ id: 'eightysix',
854
+ name: 'Human',
855
+ age: 30,
856
+ email: 'human@example.com',
857
+ city: 'San Francisco',
858
+ country: 'USA',
859
+ occupation: 'Adventurer',
860
+ isActive: true,
861
+ },
862
+ {
863
+ id: 'eightyseven',
864
+ name: 'Alendi',
865
+ age: 25,
866
+ email: 'alendi@example.com',
867
+ city: 'New York',
868
+ country: 'USA',
869
+ occupation: 'Adventurer',
870
+ isActive: true,
871
+ },
872
+ {
873
+ id: 'eightyeight',
874
+ name: 'Kwaan',
875
+ age: 60,
876
+ email: 'kwaan@example.com',
877
+ city: 'London',
878
+ country: 'UK',
879
+ occupation: 'Mistborn',
880
+ isActive: true,
881
+ },
882
+ {
883
+ id: 'eightynine',
884
+ name: 'Rashek',
885
+ age: 1000,
886
+ email: 'rashek@example.com',
887
+ city: 'San Francisco',
888
+ country: 'USA',
889
+ occupation: 'Mistborn',
890
+ isActive: true,
891
+ },
892
+ {
893
+ id: 'ninety',
894
+ name: 'Tindwyl',
895
+ age: 42,
896
+ email: 'tindwyl@example.com',
897
+ city: 'New York',
898
+ country: 'USA',
899
+ occupation: 'Adventurer',
900
+ isActive: true,
901
+ },
902
+ {
903
+ id: 'ninetyone',
904
+ name: 'Philen Frandel',
905
+ age: 35,
906
+ email: 'philenfrandel@example.com',
907
+ city: 'San Francisco',
908
+ country: 'USA',
909
+ occupation: 'Adventurer',
910
+ isActive: true,
911
+ },
912
+ {
913
+ id: 'ninetytwo',
914
+ name: 'Elhokar',
915
+ age: 30,
916
+ email: 'elhokar@example.com',
917
+ city: 'New York',
918
+ country: 'USA',
919
+ occupation: 'Adventurer',
920
+ isActive: true,
921
+ },
922
+ {
923
+ id: 'ninetythree',
924
+ name: 'Tien',
925
+ age: 12,
926
+ email: 'tien@example.com',
927
+ city: 'San Francisco',
928
+ country: 'USA',
929
+ occupation: 'Adventurer',
930
+ isActive: true,
931
+ },
932
+ {
933
+ id: 'ninetyfour',
934
+ name: 'Roshone',
935
+ age: 45,
936
+ email: 'roshone@example.com',
937
+ city: 'New York',
938
+ country: 'USA',
939
+ occupation: 'Adventurer',
940
+ isActive: true,
941
+ },
942
+ {
943
+ id: 'ninetyfive',
944
+ name: 'Lirin',
945
+ age: 45,
946
+ email: 'lirin@example.com',
947
+ city: 'San Francisco',
948
+ country: 'USA',
949
+ occupation: 'Adventurer',
950
+ isActive: true,
951
+ },
952
+ {
953
+ id: 'ninetysix',
954
+ name: 'Hesina',
955
+ age: 40,
956
+ email: 'hesina@example.com',
957
+ city: 'New York',
958
+ country: 'USA',
959
+ occupation: 'Mistborn',
960
+ isActive: true,
961
+ },
962
+ {
963
+ id: 'ninetyseven',
964
+ name: 'Pattern',
965
+ age: 1000,
966
+ email: 'pattern@example.com',
967
+ city: 'San Francisco',
968
+ country: 'USA',
969
+ occupation: 'Mistborn',
970
+ isActive: true,
971
+ },
972
+ {
973
+ id: 'ninetyeight',
974
+ name: 'Sylphrena',
975
+ age: 1000,
976
+ email: 'sylphrena@example.com',
977
+ city: 'New York',
978
+ country: 'USA',
979
+ occupation: 'Mistborn',
980
+ isActive: true,
981
+ },
982
+ {
983
+ id: 'ninetynine',
984
+ name: 'Ivory',
985
+ age: 2000,
986
+ email: 'ivory@example.com',
987
+ city: 'San Francisco',
988
+ country: 'USA',
989
+ occupation: 'Mistborn',
990
+ isActive: true,
991
+ },
992
+ {
993
+ id: 'hundred',
994
+ name: 'Wyndle',
995
+ age: 1000,
996
+ email: 'wyndle@example.com',
997
+ city: 'New York',
998
+ country: 'USA',
999
+ occupation: 'Adventurer',
1000
+ isActive: true,
1001
+ },
1002
+ {
1003
+ id: 'hundredone',
1004
+ name: 'Nightblood',
1005
+ age: 300,
1006
+ email: 'nightblood@example.com',
1007
+ city: 'San Francisco',
1008
+ country: 'USA',
1009
+ occupation: 'Mistborn',
1010
+ isActive: true,
1011
+ },
1012
+ {
1013
+ id: 'hundredtwo',
1014
+ name: 'Azure',
1015
+ age: 35,
1016
+ email: 'azure@example.com',
1017
+ city: 'New York',
1018
+ country: 'USA',
1019
+ occupation: 'Mistborn',
1020
+ isActive: true,
1021
+ },
1022
+ {
1023
+ id: 'hundredthree',
1024
+ name: 'Zahel',
1025
+ age: 400,
1026
+ email: 'zahel@example.com',
1027
+ city: 'San Francisco',
1028
+ country: 'USA',
1029
+ occupation: 'Mistborn',
1030
+ isActive: true,
1031
+ },
1032
+ {
1033
+ id: 'hundredfour',
1034
+ name: 'Cultivation',
1035
+ age: 10000,
1036
+ email: 'cultivation@example.com',
1037
+ city: 'New York',
1038
+ country: 'USA',
1039
+ occupation: 'Mistborn',
1040
+ isActive: true,
1041
+ },
1042
+ {
1043
+ id: 'hundredfive',
1044
+ name: 'Honor',
1045
+ age: 10000,
1046
+ email: 'honor@example.com',
1047
+ city: 'San Francisco',
1048
+ country: 'USA',
1049
+ occupation: 'Mistborn',
1050
+ isActive: true,
1051
+ },
1052
+ {
1053
+ id: 'hundredsix',
1054
+ name: 'Odium',
1055
+ age: 10000,
1056
+ email: 'odium@example.com',
1057
+ city: 'New York',
1058
+ country: 'USA',
1059
+ occupation: 'Mistborn',
1060
+ isActive: true,
1061
+ },
1062
+ {
1063
+ id: 'hundredseven',
1064
+ name: 'Preservation',
1065
+ age: 10000,
1066
+ email: 'preservation@example.com',
1067
+ city: 'San Francisco',
1068
+ country: 'USA',
1069
+ occupation: 'Mistborn',
1070
+ isActive: true,
1071
+ },
1072
+ {
1073
+ id: 'hundredeight',
1074
+ name: 'Ruin',
1075
+ age: 10000,
1076
+ email: 'ruin@example.com',
1077
+ city: 'New York',
1078
+ country: 'USA',
1079
+ occupation: 'Mistborn',
1080
+ isActive: true,
1081
+ },
1082
+ {
1083
+ id: 'hundrednine',
1084
+ name: 'Harmony',
1085
+ age: 1000,
1086
+ email: 'harmony@example.com',
1087
+ city: 'San Francisco',
1088
+ country: 'USA',
1089
+ occupation: 'Mistborn',
1090
+ isActive: true,
1091
+ },
1092
+ {
1093
+ id: 'hundredten',
1094
+ name: 'Endowment',
1095
+ age: 10000,
1096
+ email: 'endowment@example.com',
1097
+ city: 'New York',
1098
+ country: 'USA',
1099
+ occupation: 'Mistborn',
1100
+ isActive: true,
1101
+ },
1102
+ {
1103
+ id: 'hundredtwenty',
1104
+ name: 'Autonomy',
1105
+ age: 10000,
1106
+ email: 'autonomy@example.com',
1107
+ city: 'San Francisco',
1108
+ country: 'USA',
1109
+ occupation: 'Mistborn',
1110
+ isActive: true,
1111
+ },
1112
+ {
1113
+ id: 'hundredthirty',
1114
+ name: 'Devotion',
1115
+ age: 10000,
1116
+ email: 'devotion@example.com',
1117
+ city: 'New York',
1118
+ country: 'USA',
1119
+ occupation: 'Mistborn',
1120
+ isActive: true,
1121
+ },
1122
+ {
1123
+ id: 'hundredforty',
1124
+ name: 'Dominion',
1125
+ age: 10000,
1126
+ email: 'dominion@example.com',
1127
+ city: 'San Francisco',
1128
+ country: 'USA',
1129
+ occupation: 'Mistborn',
1130
+ isActive: true,
1131
+ },
1132
+ ];
1133
+ export const stickyItems = [
1134
+ {
1135
+ id: 'two',
1136
+ name: 'Milo',
1137
+ age: 14,
1138
+ email: 'milo@example.com',
1139
+ city: 'Boston',
1140
+ country: 'USA',
1141
+ occupation: 'Student',
1142
+ isActive: true,
1143
+ },
1144
+ {
1145
+ id: 'three',
1146
+ name: 'Tock',
1147
+ age: 6,
1148
+ email: 'tock@example.com',
1149
+ city: 'London',
1150
+ country: 'UK',
1151
+ occupation: 'Child',
1152
+ isActive: false,
1153
+ },
1154
+ ];
1155
+ //# sourceMappingURL=sample_data.js.map