sccoreui 2.3.2 → 2.3.3

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 (58) hide show
  1. package/dist/App.js +3 -2
  2. package/dist/App.scss +1 -0
  3. package/dist/assets/flex.css +3 -0
  4. package/dist/assets/images/Payment-method-apple-card.png +0 -0
  5. package/dist/assets/images/Payment-method-card-white.png +0 -0
  6. package/dist/assets/images/Payment-method-master-card.png +0 -0
  7. package/dist/assets/images/avatar.png +0 -0
  8. package/dist/assets/images/avatar1.png +0 -0
  9. package/dist/assets/images/avatar2.png +0 -0
  10. package/dist/assets/images/avatar3.png +0 -0
  11. package/dist/assets/images/avatar4.png +0 -0
  12. package/dist/assets/images/avatar5.png +0 -0
  13. package/dist/assets/images/avatar6.png +0 -0
  14. package/dist/assets/images/avatar7.png +0 -0
  15. package/dist/assets/images/avatar8.png +0 -0
  16. package/dist/assets/images/avatar9.png +0 -0
  17. package/dist/assets/images/company.png +0 -0
  18. package/dist/assets/images/company1.png +0 -0
  19. package/dist/assets/images/company2.png +0 -0
  20. package/dist/assets/images/company3.png +0 -0
  21. package/dist/assets/images/company4.png +0 -0
  22. package/dist/assets/images/company5.png +0 -0
  23. package/dist/assets/images/company6.png +0 -0
  24. package/dist/assets/sccoreui.css +420 -56
  25. package/dist/assets/theme.css +53 -2
  26. package/dist/directives/svg-icons.js +121 -2
  27. package/dist/pages/avatar/avatar.js +8 -8
  28. package/dist/pages/badges/badge.js +17 -5
  29. package/dist/pages/checkbox-group/checkbox-group-component.js +2 -24
  30. package/dist/pages/content-dividers/content-dividers.js +11 -0
  31. package/dist/pages/date-picker/date-picker.js +12 -0
  32. package/dist/pages/file-upload/file-upload.js +33 -0
  33. package/dist/pages/home.js +7 -1
  34. package/dist/pages/input/input-text.js +5 -5
  35. package/dist/pages/loader-indicator/loader-indicator.js +8 -0
  36. package/dist/pages/paginator/pagination.js +0 -1
  37. package/dist/pages/progress-bar/progress-bar.js +4 -1
  38. package/dist/pages/progress-steps/progress-steps.js +74 -36
  39. package/dist/pages/progress_bar_round/circle-progress-bar.js +7 -0
  40. package/dist/pages/progress_bar_round/half-circle-progres-bar.js +7 -0
  41. package/dist/pages/slideout-menus/slideout-menus.js +52 -0
  42. package/dist/pages/tabels/table-data.js +2193 -0
  43. package/dist/pages/tabels/table.js +98 -0
  44. package/dist/pages/tabs/tabs.js +1 -1
  45. package/dist/pages/tags/tags.js +4 -4
  46. package/dist/types/pages/content-dividers/content-dividers.d.ts +2 -0
  47. package/dist/types/pages/date-picker/date-picker.d.ts +2 -0
  48. package/dist/types/pages/file-upload/file-upload.d.ts +3 -0
  49. package/dist/types/pages/loader-indicator/loader-indicator.d.ts +3 -0
  50. package/dist/types/pages/progress-steps/progress-steps.d.ts +3 -0
  51. package/dist/types/pages/progress_bar_round/circle-progress-bar.d.ts +11 -0
  52. package/dist/types/pages/progress_bar_round/half-circle-progres-bar.d.ts +11 -0
  53. package/dist/types/pages/slideout-menus/slideout-menus.d.ts +2 -0
  54. package/dist/types/pages/tabels/table-data.d.ts +28 -0
  55. package/dist/types/pages/tabels/table.d.ts +2 -0
  56. package/dist/types/pages/types/type.d.ts +18 -0
  57. package/package.json +1 -1
  58. package/dist/assets/images/avatar-for-av-component.png +0 -0
@@ -0,0 +1,2193 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.customersData = exports.teamData = void 0;
4
+ const tslib_1 = require("tslib");
5
+ const avatar_png_1 = tslib_1.__importDefault(require("../../assets/images/avatar.png"));
6
+ const avatar1_png_1 = tslib_1.__importDefault(require("../../assets/images/avatar1.png"));
7
+ const avatar2_png_1 = tslib_1.__importDefault(require("../../assets/images/avatar2.png"));
8
+ const avatar3_png_1 = tslib_1.__importDefault(require("../../assets/images/avatar3.png"));
9
+ const avatar4_png_1 = tslib_1.__importDefault(require("../../assets/images/avatar4.png"));
10
+ const avatar5_png_1 = tslib_1.__importDefault(require("../../assets/images/avatar5.png"));
11
+ const avatar6_png_1 = tslib_1.__importDefault(require("../../assets/images/avatar6.png"));
12
+ const avatar7_png_1 = tslib_1.__importDefault(require("../../assets/images/avatar7.png"));
13
+ const avatar8_png_1 = tslib_1.__importDefault(require("../../assets/images/avatar8.png"));
14
+ const avatar9_png_1 = tslib_1.__importDefault(require("../../assets/images/avatar9.png"));
15
+ const company_png_1 = tslib_1.__importDefault(require("../../assets/images/company.png"));
16
+ const company1_png_1 = tslib_1.__importDefault(require("../../assets/images/company1.png"));
17
+ const company2_png_1 = tslib_1.__importDefault(require("../../assets/images/company2.png"));
18
+ const company3_png_1 = tslib_1.__importDefault(require("../../assets/images/company3.png"));
19
+ const company4_png_1 = tslib_1.__importDefault(require("../../assets/images/company4.png"));
20
+ const company5_png_1 = tslib_1.__importDefault(require("../../assets/images/company5.png"));
21
+ const company6_png_1 = tslib_1.__importDefault(require("../../assets/images/company6.png"));
22
+ exports.teamData = [
23
+ {
24
+ id: 1000,
25
+ name: "Olivia Rhye",
26
+ image: avatar_png_1.default,
27
+ company: "Benton, John B Jr",
28
+ email: "olivia@untitledui.com",
29
+ role: "Product Designer",
30
+ status: "Active",
31
+ purchase: "",
32
+ teams: [
33
+ "Design",
34
+ "Product",
35
+ "Marketing",
36
+ "Sales",
37
+ "Services",
38
+ "Support",
39
+ "QA",
40
+ ],
41
+ date: "2015-09-13",
42
+ },
43
+ {
44
+ id: 1001,
45
+ name: "Phoenix Baker",
46
+ image: avatar1_png_1.default,
47
+ company: "Chanay, Jeffrey A Esq",
48
+ email: "phoenix@untitledui.com",
49
+ role: "Product Manager",
50
+ status: "Active",
51
+ purchase: "",
52
+ teams: [
53
+ "Design",
54
+ "Product",
55
+ "Marketing",
56
+ "Sales",
57
+ "Services",
58
+ "Support",
59
+ "QA",
60
+ ],
61
+ date: "2019-02-09",
62
+ },
63
+ {
64
+ id: 1002,
65
+ name: "Lana Steiner",
66
+ image: avatar2_png_1.default,
67
+ company: "Chemel, James L Cpa",
68
+ email: "lana@untitledui.com",
69
+ role: "Frontend Developer",
70
+ status: "Active",
71
+ purchase: "",
72
+ teams: [
73
+ "Design",
74
+ "Product",
75
+ "Marketing",
76
+ "Sales",
77
+ "Services",
78
+ "Support",
79
+ "QA",
80
+ ],
81
+ date: "2017-05-13",
82
+ },
83
+ {
84
+ id: 1003,
85
+ name: "Demi Wilkinson",
86
+ image: avatar3_png_1.default,
87
+ company: "Feltz Printing Service",
88
+ email: "demi@untitledui.com",
89
+ role: "Backend Developer",
90
+ status: "Active",
91
+ purchase: "",
92
+ teams: [
93
+ "Design",
94
+ "Product",
95
+ "Marketing",
96
+ "Sales",
97
+ "Services",
98
+ "Support",
99
+ "QA",
100
+ ],
101
+ date: "2020-09-15",
102
+ },
103
+ {
104
+ id: 1004,
105
+ name: "Candice Wu",
106
+ image: avatar4_png_1.default,
107
+ company: "Printing Dimensions",
108
+ email: "candice@untitledui.com",
109
+ role: "Fullstack Developer",
110
+ status: "Active",
111
+ purchase: "",
112
+ teams: [
113
+ "Design",
114
+ "Product",
115
+ "Marketing",
116
+ "Sales",
117
+ "Services",
118
+ "Support",
119
+ "QA",
120
+ ],
121
+ date: "2016-05-20",
122
+ },
123
+ {
124
+ id: 1005,
125
+ name: "Natali Craig",
126
+ image: avatar5_png_1.default,
127
+ company: "Chapman, Ross E Esq",
128
+ email: "natali@untitledui.com",
129
+ role: "UX Designer",
130
+ status: "Active",
131
+ purchase: "",
132
+ teams: [
133
+ "Design",
134
+ "Product",
135
+ "Marketing",
136
+ "Sales",
137
+ "Services",
138
+ "Support",
139
+ "QA",
140
+ ],
141
+ date: "2018-02-16",
142
+ },
143
+ {
144
+ id: 1006,
145
+ name: "Drew Cano",
146
+ image: avatar6_png_1.default,
147
+ company: "Rangoni Of Florence",
148
+ email: "drew@untitledui.com",
149
+ role: "UX Copywriter",
150
+ status: "Active",
151
+ purchase: "",
152
+ teams: [
153
+ "Design",
154
+ "Product",
155
+ "Marketing",
156
+ "Sales",
157
+ "Services",
158
+ "Support",
159
+ "QA",
160
+ ],
161
+ date: "2017-03-11",
162
+ },
163
+ {
164
+ id: 1007,
165
+ name: "Orlando Diggs",
166
+ image: avatar7_png_1.default,
167
+ company: "Feiner Bros",
168
+ email: "orlando@untitledui.com",
169
+ role: "UI Designer",
170
+ status: "Active",
171
+ purchase: "",
172
+ teams: [
173
+ "Design",
174
+ "Product",
175
+ "Marketing",
176
+ "Sales",
177
+ "Services",
178
+ "Support",
179
+ "QA",
180
+ ],
181
+ date: "2015-10-20",
182
+ },
183
+ {
184
+ id: 1008,
185
+ name: "Andi Lane",
186
+ image: avatar8_png_1.default,
187
+ company: "Buckley Miller & Wright",
188
+ email: "andi@untitledui.com",
189
+ role: "Product Manager",
190
+ status: "Active",
191
+ purchase: "",
192
+ teams: [
193
+ "Design",
194
+ "Product",
195
+ "Marketing",
196
+ "Sales",
197
+ "Services",
198
+ "Support",
199
+ "QA",
200
+ ],
201
+ date: "2016-07-25",
202
+ },
203
+ {
204
+ id: 1009,
205
+ name: "Kate Morrison",
206
+ image: avatar9_png_1.default,
207
+ company: "Rousseaux, Michael Esq",
208
+ email: "kate@untitledui.com",
209
+ role: "QA Engineer",
210
+ status: "Active",
211
+ purchase: "",
212
+ teams: [
213
+ "Design",
214
+ "Product",
215
+ "Marketing",
216
+ "Sales",
217
+ "Services",
218
+ "Support",
219
+ "QA",
220
+ ],
221
+ date: "2019-06-25",
222
+ },
223
+ {
224
+ id: 1000,
225
+ name: "Olivia Rhye",
226
+ image: avatar_png_1.default,
227
+ company: "Benton, John B Jr",
228
+ email: "olivia@untitledui.com",
229
+ role: "Product Designer",
230
+ status: "Active",
231
+ purchase: "",
232
+ teams: [
233
+ "Design",
234
+ "Product",
235
+ "Marketing",
236
+ "Sales",
237
+ "Services",
238
+ "Support",
239
+ "QA",
240
+ ],
241
+ date: "2015-09-13",
242
+ },
243
+ {
244
+ id: 1001,
245
+ name: "Phoenix Baker",
246
+ image: avatar1_png_1.default,
247
+ company: "Chanay, Jeffrey A Esq",
248
+ email: "phoenix@untitledui.com",
249
+ role: "Product Manager",
250
+ status: "Active",
251
+ purchase: "",
252
+ teams: [
253
+ "Design",
254
+ "Product",
255
+ "Marketing",
256
+ "Sales",
257
+ "Services",
258
+ "Support",
259
+ "QA",
260
+ ],
261
+ date: "2019-02-09",
262
+ },
263
+ {
264
+ id: 1002,
265
+ name: "Lana Steiner",
266
+ image: avatar2_png_1.default,
267
+ company: "Chemel, James L Cpa",
268
+ email: "lana@untitledui.com",
269
+ role: "Frontend Developer",
270
+ status: "Active",
271
+ purchase: "",
272
+ teams: [
273
+ "Design",
274
+ "Product",
275
+ "Marketing",
276
+ "Sales",
277
+ "Services",
278
+ "Support",
279
+ "QA",
280
+ ],
281
+ date: "2017-05-13",
282
+ },
283
+ {
284
+ id: 1003,
285
+ name: "Demi Wilkinson",
286
+ image: avatar3_png_1.default,
287
+ company: "Feltz Printing Service",
288
+ email: "demi@untitledui.com",
289
+ role: "Backend Developer",
290
+ status: "Active",
291
+ purchase: "",
292
+ teams: [
293
+ "Design",
294
+ "Product",
295
+ "Marketing",
296
+ "Sales",
297
+ "Services",
298
+ "Support",
299
+ "QA",
300
+ ],
301
+ date: "2020-09-15",
302
+ },
303
+ {
304
+ id: 1004,
305
+ name: "Candice Wu",
306
+ image: avatar4_png_1.default,
307
+ company: "Printing Dimensions",
308
+ email: "candice@untitledui.com",
309
+ role: "Fullstack Developer",
310
+ status: "Active",
311
+ purchase: "",
312
+ teams: [
313
+ "Design",
314
+ "Product",
315
+ "Marketing",
316
+ "Sales",
317
+ "Services",
318
+ "Support",
319
+ "QA",
320
+ ],
321
+ date: "2016-05-20",
322
+ },
323
+ {
324
+ id: 1005,
325
+ name: "Natali Craig",
326
+ image: avatar5_png_1.default,
327
+ company: "Chapman, Ross E Esq",
328
+ email: "natali@untitledui.com",
329
+ role: "UX Designer",
330
+ status: "Active",
331
+ purchase: "",
332
+ teams: [
333
+ "Design",
334
+ "Product",
335
+ "Marketing",
336
+ "Sales",
337
+ "Services",
338
+ "Support",
339
+ "QA",
340
+ ],
341
+ date: "2018-02-16",
342
+ },
343
+ {
344
+ id: 1006,
345
+ name: "Drew Cano",
346
+ image: avatar6_png_1.default,
347
+ company: "Rangoni Of Florence",
348
+ email: "drew@untitledui.com",
349
+ role: "UX Copywriter",
350
+ status: "Active",
351
+ purchase: "",
352
+ teams: [
353
+ "Design",
354
+ "Product",
355
+ "Marketing",
356
+ "Sales",
357
+ "Services",
358
+ "Support",
359
+ "QA",
360
+ ],
361
+ date: "2017-03-11",
362
+ },
363
+ {
364
+ id: 1007,
365
+ name: "Orlando Diggs",
366
+ image: avatar7_png_1.default,
367
+ company: "Feiner Bros",
368
+ email: "orlando@untitledui.com",
369
+ role: "UI Designer",
370
+ status: "Active",
371
+ purchase: "",
372
+ teams: [
373
+ "Design",
374
+ "Product",
375
+ "Marketing",
376
+ "Sales",
377
+ "Services",
378
+ "Support",
379
+ "QA",
380
+ ],
381
+ date: "2015-10-20",
382
+ },
383
+ {
384
+ id: 1008,
385
+ name: "Andi Lane",
386
+ image: avatar8_png_1.default,
387
+ company: "Buckley Miller & Wright",
388
+ email: "andi@untitledui.com",
389
+ role: "Product Manager",
390
+ status: "Active",
391
+ purchase: "",
392
+ teams: [
393
+ "Design",
394
+ "Product",
395
+ "Marketing",
396
+ "Sales",
397
+ "Services",
398
+ "Support",
399
+ "QA",
400
+ ],
401
+ date: "2016-07-25",
402
+ },
403
+ {
404
+ id: 1009,
405
+ name: "Kate Morrison",
406
+ image: avatar9_png_1.default,
407
+ company: "Rousseaux, Michael Esq",
408
+ email: "kate@untitledui.com",
409
+ role: "QA Engineer",
410
+ status: "Active",
411
+ purchase: "",
412
+ teams: [
413
+ "Design",
414
+ "Product",
415
+ "Marketing",
416
+ "Sales",
417
+ "Services",
418
+ "Support",
419
+ "QA",
420
+ ],
421
+ date: "2019-06-25",
422
+ },
423
+ {
424
+ id: 1000,
425
+ name: "Olivia Rhye",
426
+ image: avatar_png_1.default,
427
+ company: "Benton, John B Jr",
428
+ email: "olivia@untitledui.com",
429
+ role: "Product Designer",
430
+ status: "Active",
431
+ purchase: "",
432
+ teams: [
433
+ "Design",
434
+ "Product",
435
+ "Marketing",
436
+ "Sales",
437
+ "Services",
438
+ "Support",
439
+ "QA",
440
+ ],
441
+ date: "2015-09-13",
442
+ },
443
+ {
444
+ id: 1001,
445
+ name: "Phoenix Baker",
446
+ image: avatar1_png_1.default,
447
+ company: "Chanay, Jeffrey A Esq",
448
+ email: "phoenix@untitledui.com",
449
+ role: "Product Manager",
450
+ status: "Active",
451
+ purchase: "",
452
+ teams: [
453
+ "Design",
454
+ "Product",
455
+ "Marketing",
456
+ "Sales",
457
+ "Services",
458
+ "Support",
459
+ "QA",
460
+ ],
461
+ date: "2019-02-09",
462
+ },
463
+ {
464
+ id: 1002,
465
+ name: "Lana Steiner",
466
+ image: avatar2_png_1.default,
467
+ company: "Chemel, James L Cpa",
468
+ email: "lana@untitledui.com",
469
+ role: "Frontend Developer",
470
+ status: "Active",
471
+ purchase: "",
472
+ teams: [
473
+ "Design",
474
+ "Product",
475
+ "Marketing",
476
+ "Sales",
477
+ "Services",
478
+ "Support",
479
+ "QA",
480
+ ],
481
+ date: "2017-05-13",
482
+ },
483
+ {
484
+ id: 1003,
485
+ name: "Demi Wilkinson",
486
+ image: avatar3_png_1.default,
487
+ company: "Feltz Printing Service",
488
+ email: "demi@untitledui.com",
489
+ role: "Backend Developer",
490
+ status: "Active",
491
+ purchase: "",
492
+ teams: [
493
+ "Design",
494
+ "Product",
495
+ "Marketing",
496
+ "Sales",
497
+ "Services",
498
+ "Support",
499
+ "QA",
500
+ ],
501
+ date: "2020-09-15",
502
+ },
503
+ {
504
+ id: 1004,
505
+ name: "Candice Wu",
506
+ image: avatar4_png_1.default,
507
+ company: "Printing Dimensions",
508
+ email: "candice@untitledui.com",
509
+ role: "Fullstack Developer",
510
+ status: "Active",
511
+ purchase: "",
512
+ teams: [
513
+ "Design",
514
+ "Product",
515
+ "Marketing",
516
+ "Sales",
517
+ "Services",
518
+ "Support",
519
+ "QA",
520
+ ],
521
+ date: "2016-05-20",
522
+ },
523
+ {
524
+ id: 1005,
525
+ name: "Natali Craig",
526
+ image: avatar5_png_1.default,
527
+ company: "Chapman, Ross E Esq",
528
+ email: "natali@untitledui.com",
529
+ role: "UX Designer",
530
+ status: "Active",
531
+ purchase: "",
532
+ teams: [
533
+ "Design",
534
+ "Product",
535
+ "Marketing",
536
+ "Sales",
537
+ "Services",
538
+ "Support",
539
+ "QA",
540
+ ],
541
+ date: "2018-02-16",
542
+ },
543
+ {
544
+ id: 1006,
545
+ name: "Drew Cano",
546
+ image: avatar6_png_1.default,
547
+ company: "Rangoni Of Florence",
548
+ email: "drew@untitledui.com",
549
+ role: "UX Copywriter",
550
+ status: "Active",
551
+ purchase: "",
552
+ teams: [
553
+ "Design",
554
+ "Product",
555
+ "Marketing",
556
+ "Sales",
557
+ "Services",
558
+ "Support",
559
+ "QA",
560
+ ],
561
+ date: "2017-03-11",
562
+ },
563
+ {
564
+ id: 1007,
565
+ name: "Orlando Diggs",
566
+ image: avatar7_png_1.default,
567
+ company: "Feiner Bros",
568
+ email: "orlando@untitledui.com",
569
+ role: "UI Designer",
570
+ status: "Active",
571
+ purchase: "",
572
+ teams: [
573
+ "Design",
574
+ "Product",
575
+ "Marketing",
576
+ "Sales",
577
+ "Services",
578
+ "Support",
579
+ "QA",
580
+ ],
581
+ date: "2015-10-20",
582
+ },
583
+ {
584
+ id: 1008,
585
+ name: "Andi Lane",
586
+ image: avatar8_png_1.default,
587
+ company: "Buckley Miller & Wright",
588
+ email: "andi@untitledui.com",
589
+ role: "Product Manager",
590
+ status: "Active",
591
+ purchase: "",
592
+ teams: [
593
+ "Design",
594
+ "Product",
595
+ "Marketing",
596
+ "Sales",
597
+ "Services",
598
+ "Support",
599
+ "QA",
600
+ ],
601
+ date: "2016-07-25",
602
+ },
603
+ {
604
+ id: 1009,
605
+ name: "Kate Morrison",
606
+ image: avatar9_png_1.default,
607
+ company: "Rousseaux, Michael Esq",
608
+ email: "kate@untitledui.com",
609
+ role: "QA Engineer",
610
+ status: "Active",
611
+ purchase: "",
612
+ teams: [
613
+ "Design",
614
+ "Product",
615
+ "Marketing",
616
+ "Sales",
617
+ "Services",
618
+ "Support",
619
+ "QA",
620
+ ],
621
+ date: "2019-06-25",
622
+ },
623
+ {
624
+ id: 1000,
625
+ name: "Olivia Rhye",
626
+ image: avatar_png_1.default,
627
+ company: "Benton, John B Jr",
628
+ email: "olivia@untitledui.com",
629
+ role: "Product Designer",
630
+ status: "Active",
631
+ purchase: "",
632
+ teams: [
633
+ "Design",
634
+ "Product",
635
+ "Marketing",
636
+ "Sales",
637
+ "Services",
638
+ "Support",
639
+ "QA",
640
+ ],
641
+ date: "2015-09-13",
642
+ },
643
+ {
644
+ id: 1001,
645
+ name: "Phoenix Baker",
646
+ image: avatar1_png_1.default,
647
+ company: "Chanay, Jeffrey A Esq",
648
+ email: "phoenix@untitledui.com",
649
+ role: "Product Manager",
650
+ status: "Active",
651
+ purchase: "",
652
+ teams: [
653
+ "Design",
654
+ "Product",
655
+ "Marketing",
656
+ "Sales",
657
+ "Services",
658
+ "Support",
659
+ "QA",
660
+ ],
661
+ date: "2019-02-09",
662
+ },
663
+ {
664
+ id: 1002,
665
+ name: "Lana Steiner",
666
+ image: avatar2_png_1.default,
667
+ company: "Chemel, James L Cpa",
668
+ email: "lana@untitledui.com",
669
+ role: "Frontend Developer",
670
+ status: "Active",
671
+ purchase: "",
672
+ teams: [
673
+ "Design",
674
+ "Product",
675
+ "Marketing",
676
+ "Sales",
677
+ "Services",
678
+ "Support",
679
+ "QA",
680
+ ],
681
+ date: "2017-05-13",
682
+ },
683
+ {
684
+ id: 1003,
685
+ name: "Demi Wilkinson",
686
+ image: avatar3_png_1.default,
687
+ company: "Feltz Printing Service",
688
+ email: "demi@untitledui.com",
689
+ role: "Backend Developer",
690
+ status: "Active",
691
+ purchase: "",
692
+ teams: [
693
+ "Design",
694
+ "Product",
695
+ "Marketing",
696
+ "Sales",
697
+ "Services",
698
+ "Support",
699
+ "QA",
700
+ ],
701
+ date: "2020-09-15",
702
+ },
703
+ {
704
+ id: 1004,
705
+ name: "Candice Wu",
706
+ image: avatar4_png_1.default,
707
+ company: "Printing Dimensions",
708
+ email: "candice@untitledui.com",
709
+ role: "Fullstack Developer",
710
+ status: "Active",
711
+ purchase: "",
712
+ teams: [
713
+ "Design",
714
+ "Product",
715
+ "Marketing",
716
+ "Sales",
717
+ "Services",
718
+ "Support",
719
+ "QA",
720
+ ],
721
+ date: "2016-05-20",
722
+ },
723
+ {
724
+ id: 1005,
725
+ name: "Natali Craig",
726
+ image: avatar5_png_1.default,
727
+ company: "Chapman, Ross E Esq",
728
+ email: "natali@untitledui.com",
729
+ role: "UX Designer",
730
+ status: "Active",
731
+ purchase: "",
732
+ teams: [
733
+ "Design",
734
+ "Product",
735
+ "Marketing",
736
+ "Sales",
737
+ "Services",
738
+ "Support",
739
+ "QA",
740
+ ],
741
+ date: "2018-02-16",
742
+ },
743
+ {
744
+ id: 1006,
745
+ name: "Drew Cano",
746
+ image: avatar6_png_1.default,
747
+ company: "Rangoni Of Florence",
748
+ email: "drew@untitledui.com",
749
+ role: "UX Copywriter",
750
+ status: "Active",
751
+ purchase: "",
752
+ teams: [
753
+ "Design",
754
+ "Product",
755
+ "Marketing",
756
+ "Sales",
757
+ "Services",
758
+ "Support",
759
+ "QA",
760
+ ],
761
+ date: "2017-03-11",
762
+ },
763
+ {
764
+ id: 1007,
765
+ name: "Orlando Diggs",
766
+ image: avatar7_png_1.default,
767
+ company: "Feiner Bros",
768
+ email: "orlando@untitledui.com",
769
+ role: "UI Designer",
770
+ status: "Active",
771
+ purchase: "",
772
+ teams: [
773
+ "Design",
774
+ "Product",
775
+ "Marketing",
776
+ "Sales",
777
+ "Services",
778
+ "Support",
779
+ "QA",
780
+ ],
781
+ date: "2015-10-20",
782
+ },
783
+ {
784
+ id: 1008,
785
+ name: "Andi Lane",
786
+ image: avatar8_png_1.default,
787
+ company: "Buckley Miller & Wright",
788
+ email: "andi@untitledui.com",
789
+ role: "Product Manager",
790
+ status: "Active",
791
+ purchase: "",
792
+ teams: [
793
+ "Design",
794
+ "Product",
795
+ "Marketing",
796
+ "Sales",
797
+ "Services",
798
+ "Support",
799
+ "QA",
800
+ ],
801
+ date: "2016-07-25",
802
+ },
803
+ {
804
+ id: 1009,
805
+ name: "Kate Morrison",
806
+ image: avatar9_png_1.default,
807
+ company: "Rousseaux, Michael Esq",
808
+ email: "kate@untitledui.com",
809
+ role: "QA Engineer",
810
+ status: "Active",
811
+ purchase: "",
812
+ teams: [
813
+ "Design",
814
+ "Product",
815
+ "Marketing",
816
+ "Sales",
817
+ "Services",
818
+ "Support",
819
+ "QA",
820
+ ],
821
+ date: "2019-06-25",
822
+ },
823
+ {
824
+ id: 1000,
825
+ name: "Olivia Rhye",
826
+ image: avatar_png_1.default,
827
+ company: "Benton, John B Jr",
828
+ email: "olivia@untitledui.com",
829
+ role: "Product Designer",
830
+ status: "Active",
831
+ purchase: "",
832
+ teams: [
833
+ "Design",
834
+ "Product",
835
+ "Marketing",
836
+ "Sales",
837
+ "Services",
838
+ "Support",
839
+ "QA",
840
+ ],
841
+ date: "2015-09-13",
842
+ },
843
+ {
844
+ id: 1001,
845
+ name: "Phoenix Baker",
846
+ image: avatar1_png_1.default,
847
+ company: "Chanay, Jeffrey A Esq",
848
+ email: "phoenix@untitledui.com",
849
+ role: "Product Manager",
850
+ status: "Active",
851
+ purchase: "",
852
+ teams: [
853
+ "Design",
854
+ "Product",
855
+ "Marketing",
856
+ "Sales",
857
+ "Services",
858
+ "Support",
859
+ "QA",
860
+ ],
861
+ date: "2019-02-09",
862
+ },
863
+ {
864
+ id: 1002,
865
+ name: "Lana Steiner",
866
+ image: avatar2_png_1.default,
867
+ company: "Chemel, James L Cpa",
868
+ email: "lana@untitledui.com",
869
+ role: "Frontend Developer",
870
+ status: "Active",
871
+ purchase: "",
872
+ teams: [
873
+ "Design",
874
+ "Product",
875
+ "Marketing",
876
+ "Sales",
877
+ "Services",
878
+ "Support",
879
+ "QA",
880
+ ],
881
+ date: "2017-05-13",
882
+ },
883
+ {
884
+ id: 1003,
885
+ name: "Demi Wilkinson",
886
+ image: avatar3_png_1.default,
887
+ company: "Feltz Printing Service",
888
+ email: "demi@untitledui.com",
889
+ role: "Backend Developer",
890
+ status: "Active",
891
+ purchase: "",
892
+ teams: [
893
+ "Design",
894
+ "Product",
895
+ "Marketing",
896
+ "Sales",
897
+ "Services",
898
+ "Support",
899
+ "QA",
900
+ ],
901
+ date: "2020-09-15",
902
+ },
903
+ {
904
+ id: 1004,
905
+ name: "Candice Wu",
906
+ image: avatar4_png_1.default,
907
+ company: "Printing Dimensions",
908
+ email: "candice@untitledui.com",
909
+ role: "Fullstack Developer",
910
+ status: "Active",
911
+ purchase: "",
912
+ teams: [
913
+ "Design",
914
+ "Product",
915
+ "Marketing",
916
+ "Sales",
917
+ "Services",
918
+ "Support",
919
+ "QA",
920
+ ],
921
+ date: "2016-05-20",
922
+ },
923
+ {
924
+ id: 1005,
925
+ name: "Natali Craig",
926
+ image: avatar5_png_1.default,
927
+ company: "Chapman, Ross E Esq",
928
+ email: "natali@untitledui.com",
929
+ role: "UX Designer",
930
+ status: "Active",
931
+ purchase: "",
932
+ teams: [
933
+ "Design",
934
+ "Product",
935
+ "Marketing",
936
+ "Sales",
937
+ "Services",
938
+ "Support",
939
+ "QA",
940
+ ],
941
+ date: "2018-02-16",
942
+ },
943
+ {
944
+ id: 1006,
945
+ name: "Drew Cano",
946
+ image: avatar6_png_1.default,
947
+ company: "Rangoni Of Florence",
948
+ email: "drew@untitledui.com",
949
+ role: "UX Copywriter",
950
+ status: "Active",
951
+ purchase: "",
952
+ teams: [
953
+ "Design",
954
+ "Product",
955
+ "Marketing",
956
+ "Sales",
957
+ "Services",
958
+ "Support",
959
+ "QA",
960
+ ],
961
+ date: "2017-03-11",
962
+ },
963
+ {
964
+ id: 1007,
965
+ name: "Orlando Diggs",
966
+ image: avatar7_png_1.default,
967
+ company: "Feiner Bros",
968
+ email: "orlando@untitledui.com",
969
+ role: "UI Designer",
970
+ status: "Active",
971
+ purchase: "",
972
+ teams: [
973
+ "Design",
974
+ "Product",
975
+ "Marketing",
976
+ "Sales",
977
+ "Services",
978
+ "Support",
979
+ "QA",
980
+ ],
981
+ date: "2015-10-20",
982
+ },
983
+ {
984
+ id: 1008,
985
+ name: "Andi Lane",
986
+ image: avatar8_png_1.default,
987
+ company: "Buckley Miller & Wright",
988
+ email: "andi@untitledui.com",
989
+ role: "Product Manager",
990
+ status: "Active",
991
+ purchase: "",
992
+ teams: [
993
+ "Design",
994
+ "Product",
995
+ "Marketing",
996
+ "Sales",
997
+ "Services",
998
+ "Support",
999
+ "QA",
1000
+ ],
1001
+ date: "2016-07-25",
1002
+ },
1003
+ {
1004
+ id: 1009,
1005
+ name: "Kate Morrison",
1006
+ image: avatar9_png_1.default,
1007
+ company: "Rousseaux, Michael Esq",
1008
+ email: "kate@untitledui.com",
1009
+ role: "QA Engineer",
1010
+ status: "Active",
1011
+ purchase: "",
1012
+ teams: [
1013
+ "Design",
1014
+ "Product",
1015
+ "Marketing",
1016
+ "Sales",
1017
+ "Services",
1018
+ "Support",
1019
+ "QA",
1020
+ ],
1021
+ date: "2019-06-25",
1022
+ },
1023
+ {
1024
+ id: 1000,
1025
+ name: "Olivia Rhye",
1026
+ image: avatar_png_1.default,
1027
+ company: "Benton, John B Jr",
1028
+ email: "olivia@untitledui.com",
1029
+ role: "Product Designer",
1030
+ status: "Active",
1031
+ purchase: "",
1032
+ teams: [
1033
+ "Design",
1034
+ "Product",
1035
+ "Marketing",
1036
+ "Sales",
1037
+ "Services",
1038
+ "Support",
1039
+ "QA",
1040
+ ],
1041
+ date: "2015-09-13",
1042
+ },
1043
+ {
1044
+ id: 1001,
1045
+ name: "Phoenix Baker",
1046
+ image: avatar1_png_1.default,
1047
+ company: "Chanay, Jeffrey A Esq",
1048
+ email: "phoenix@untitledui.com",
1049
+ role: "Product Manager",
1050
+ status: "Active",
1051
+ purchase: "",
1052
+ teams: [
1053
+ "Design",
1054
+ "Product",
1055
+ "Marketing",
1056
+ "Sales",
1057
+ "Services",
1058
+ "Support",
1059
+ "QA",
1060
+ ],
1061
+ date: "2019-02-09",
1062
+ },
1063
+ {
1064
+ id: 1002,
1065
+ name: "Lana Steiner",
1066
+ image: avatar2_png_1.default,
1067
+ company: "Chemel, James L Cpa",
1068
+ email: "lana@untitledui.com",
1069
+ role: "Frontend Developer",
1070
+ status: "Active",
1071
+ purchase: "",
1072
+ teams: [
1073
+ "Design",
1074
+ "Product",
1075
+ "Marketing",
1076
+ "Sales",
1077
+ "Services",
1078
+ "Support",
1079
+ "QA",
1080
+ ],
1081
+ date: "2017-05-13",
1082
+ },
1083
+ {
1084
+ id: 1003,
1085
+ name: "Demi Wilkinson",
1086
+ image: avatar3_png_1.default,
1087
+ company: "Feltz Printing Service",
1088
+ email: "demi@untitledui.com",
1089
+ role: "Backend Developer",
1090
+ status: "Active",
1091
+ purchase: "",
1092
+ teams: [
1093
+ "Design",
1094
+ "Product",
1095
+ "Marketing",
1096
+ "Sales",
1097
+ "Services",
1098
+ "Support",
1099
+ "QA",
1100
+ ],
1101
+ date: "2020-09-15",
1102
+ },
1103
+ {
1104
+ id: 1004,
1105
+ name: "Candice Wu",
1106
+ image: avatar4_png_1.default,
1107
+ company: "Printing Dimensions",
1108
+ email: "candice@untitledui.com",
1109
+ role: "Fullstack Developer",
1110
+ status: "Active",
1111
+ purchase: "",
1112
+ teams: [
1113
+ "Design",
1114
+ "Product",
1115
+ "Marketing",
1116
+ "Sales",
1117
+ "Services",
1118
+ "Support",
1119
+ "QA",
1120
+ ],
1121
+ date: "2016-05-20",
1122
+ },
1123
+ {
1124
+ id: 1005,
1125
+ name: "Natali Craig",
1126
+ image: avatar5_png_1.default,
1127
+ company: "Chapman, Ross E Esq",
1128
+ email: "natali@untitledui.com",
1129
+ role: "UX Designer",
1130
+ status: "Active",
1131
+ purchase: "",
1132
+ teams: [
1133
+ "Design",
1134
+ "Product",
1135
+ "Marketing",
1136
+ "Sales",
1137
+ "Services",
1138
+ "Support",
1139
+ "QA",
1140
+ ],
1141
+ date: "2018-02-16",
1142
+ },
1143
+ {
1144
+ id: 1006,
1145
+ name: "Drew Cano",
1146
+ image: avatar6_png_1.default,
1147
+ company: "Rangoni Of Florence",
1148
+ email: "drew@untitledui.com",
1149
+ role: "UX Copywriter",
1150
+ status: "Active",
1151
+ purchase: "",
1152
+ teams: [
1153
+ "Design",
1154
+ "Product",
1155
+ "Marketing",
1156
+ "Sales",
1157
+ "Services",
1158
+ "Support",
1159
+ "QA",
1160
+ ],
1161
+ date: "2017-03-11",
1162
+ },
1163
+ {
1164
+ id: 1007,
1165
+ name: "Orlando Diggs",
1166
+ image: avatar7_png_1.default,
1167
+ company: "Feiner Bros",
1168
+ email: "orlando@untitledui.com",
1169
+ role: "UI Designer",
1170
+ status: "Active",
1171
+ purchase: "",
1172
+ teams: [
1173
+ "Design",
1174
+ "Product",
1175
+ "Marketing",
1176
+ "Sales",
1177
+ "Services",
1178
+ "Support",
1179
+ "QA",
1180
+ ],
1181
+ date: "2015-10-20",
1182
+ },
1183
+ {
1184
+ id: 1008,
1185
+ name: "Andi Lane",
1186
+ image: avatar8_png_1.default,
1187
+ company: "Buckley Miller & Wright",
1188
+ email: "andi@untitledui.com",
1189
+ role: "Product Manager",
1190
+ status: "Active",
1191
+ purchase: "",
1192
+ teams: [
1193
+ "Design",
1194
+ "Product",
1195
+ "Marketing",
1196
+ "Sales",
1197
+ "Services",
1198
+ "Support",
1199
+ "QA",
1200
+ ],
1201
+ date: "2016-07-25",
1202
+ },
1203
+ {
1204
+ id: 1009,
1205
+ name: "Kate Morrison",
1206
+ image: avatar9_png_1.default,
1207
+ company: "Rousseaux, Michael Esq",
1208
+ email: "kate@untitledui.com",
1209
+ role: "QA Engineer",
1210
+ status: "Active",
1211
+ purchase: "",
1212
+ teams: [
1213
+ "Design",
1214
+ "Product",
1215
+ "Marketing",
1216
+ "Sales",
1217
+ "Services",
1218
+ "Support",
1219
+ "QA",
1220
+ ],
1221
+ date: "2019-06-25",
1222
+ },
1223
+ {
1224
+ id: 1000,
1225
+ name: "Olivia Rhye",
1226
+ image: avatar_png_1.default,
1227
+ company: "Benton, John B Jr",
1228
+ email: "olivia@untitledui.com",
1229
+ role: "Product Designer",
1230
+ status: "Active",
1231
+ purchase: "",
1232
+ teams: [
1233
+ "Design",
1234
+ "Product",
1235
+ "Marketing",
1236
+ "Sales",
1237
+ "Services",
1238
+ "Support",
1239
+ "QA",
1240
+ ],
1241
+ date: "2015-09-13",
1242
+ },
1243
+ {
1244
+ id: 1001,
1245
+ name: "Phoenix Baker",
1246
+ image: avatar1_png_1.default,
1247
+ company: "Chanay, Jeffrey A Esq",
1248
+ email: "phoenix@untitledui.com",
1249
+ role: "Product Manager",
1250
+ status: "Active",
1251
+ purchase: "",
1252
+ teams: [
1253
+ "Design",
1254
+ "Product",
1255
+ "Marketing",
1256
+ "Sales",
1257
+ "Services",
1258
+ "Support",
1259
+ "QA",
1260
+ ],
1261
+ date: "2019-02-09",
1262
+ },
1263
+ {
1264
+ id: 1002,
1265
+ name: "Lana Steiner",
1266
+ image: avatar2_png_1.default,
1267
+ company: "Chemel, James L Cpa",
1268
+ email: "lana@untitledui.com",
1269
+ role: "Frontend Developer",
1270
+ status: "Active",
1271
+ purchase: "",
1272
+ teams: [
1273
+ "Design",
1274
+ "Product",
1275
+ "Marketing",
1276
+ "Sales",
1277
+ "Services",
1278
+ "Support",
1279
+ "QA",
1280
+ ],
1281
+ date: "2017-05-13",
1282
+ },
1283
+ {
1284
+ id: 1003,
1285
+ name: "Demi Wilkinson",
1286
+ image: avatar3_png_1.default,
1287
+ company: "Feltz Printing Service",
1288
+ email: "demi@untitledui.com",
1289
+ role: "Backend Developer",
1290
+ status: "Active",
1291
+ purchase: "",
1292
+ teams: [
1293
+ "Design",
1294
+ "Product",
1295
+ "Marketing",
1296
+ "Sales",
1297
+ "Services",
1298
+ "Support",
1299
+ "QA",
1300
+ ],
1301
+ date: "2020-09-15",
1302
+ },
1303
+ {
1304
+ id: 1004,
1305
+ name: "Candice Wu",
1306
+ image: avatar4_png_1.default,
1307
+ company: "Printing Dimensions",
1308
+ email: "candice@untitledui.com",
1309
+ role: "Fullstack Developer",
1310
+ status: "Active",
1311
+ purchase: "",
1312
+ teams: [
1313
+ "Design",
1314
+ "Product",
1315
+ "Marketing",
1316
+ "Sales",
1317
+ "Services",
1318
+ "Support",
1319
+ "QA",
1320
+ ],
1321
+ date: "2016-05-20",
1322
+ },
1323
+ {
1324
+ id: 1005,
1325
+ name: "Natali Craig",
1326
+ image: avatar5_png_1.default,
1327
+ company: "Chapman, Ross E Esq",
1328
+ email: "natali@untitledui.com",
1329
+ role: "UX Designer",
1330
+ status: "Active",
1331
+ purchase: "",
1332
+ teams: [
1333
+ "Design",
1334
+ "Product",
1335
+ "Marketing",
1336
+ "Sales",
1337
+ "Services",
1338
+ "Support",
1339
+ "QA",
1340
+ ],
1341
+ date: "2018-02-16",
1342
+ },
1343
+ {
1344
+ id: 1006,
1345
+ name: "Drew Cano",
1346
+ image: avatar6_png_1.default,
1347
+ company: "Rangoni Of Florence",
1348
+ email: "drew@untitledui.com",
1349
+ role: "UX Copywriter",
1350
+ status: "Active",
1351
+ purchase: "",
1352
+ teams: [
1353
+ "Design",
1354
+ "Product",
1355
+ "Marketing",
1356
+ "Sales",
1357
+ "Services",
1358
+ "Support",
1359
+ "QA",
1360
+ ],
1361
+ date: "2017-03-11",
1362
+ },
1363
+ {
1364
+ id: 1007,
1365
+ name: "Orlando Diggs",
1366
+ image: avatar7_png_1.default,
1367
+ company: "Feiner Bros",
1368
+ email: "orlando@untitledui.com",
1369
+ role: "UI Designer",
1370
+ status: "Active",
1371
+ purchase: "",
1372
+ teams: [
1373
+ "Design",
1374
+ "Product",
1375
+ "Marketing",
1376
+ "Sales",
1377
+ "Services",
1378
+ "Support",
1379
+ "QA",
1380
+ ],
1381
+ date: "2015-10-20",
1382
+ },
1383
+ {
1384
+ id: 1008,
1385
+ name: "Andi Lane",
1386
+ image: avatar8_png_1.default,
1387
+ company: "Buckley Miller & Wright",
1388
+ email: "andi@untitledui.com",
1389
+ role: "Product Manager",
1390
+ status: "Active",
1391
+ purchase: "",
1392
+ teams: [
1393
+ "Design",
1394
+ "Product",
1395
+ "Marketing",
1396
+ "Sales",
1397
+ "Services",
1398
+ "Support",
1399
+ "QA",
1400
+ ],
1401
+ date: "2016-07-25",
1402
+ },
1403
+ {
1404
+ id: 1009,
1405
+ name: "Kate Morrison",
1406
+ image: avatar9_png_1.default,
1407
+ company: "Rousseaux, Michael Esq",
1408
+ email: "kate@untitledui.com",
1409
+ role: "QA Engineer",
1410
+ status: "Active",
1411
+ purchase: "",
1412
+ teams: [
1413
+ "Design",
1414
+ "Product",
1415
+ "Marketing",
1416
+ "Sales",
1417
+ "Services",
1418
+ "Support",
1419
+ "QA",
1420
+ ],
1421
+ date: "2019-06-25",
1422
+ },
1423
+ {
1424
+ id: 1000,
1425
+ name: "Olivia Rhye",
1426
+ image: avatar_png_1.default,
1427
+ company: "Benton, John B Jr",
1428
+ email: "olivia@untitledui.com",
1429
+ role: "Product Designer",
1430
+ status: "Active",
1431
+ purchase: "",
1432
+ teams: [
1433
+ "Design",
1434
+ "Product",
1435
+ "Marketing",
1436
+ "Sales",
1437
+ "Services",
1438
+ "Support",
1439
+ "QA",
1440
+ ],
1441
+ date: "2015-09-13",
1442
+ },
1443
+ {
1444
+ id: 1001,
1445
+ name: "Phoenix Baker",
1446
+ image: avatar1_png_1.default,
1447
+ company: "Chanay, Jeffrey A Esq",
1448
+ email: "phoenix@untitledui.com",
1449
+ role: "Product Manager",
1450
+ status: "Active",
1451
+ purchase: "",
1452
+ teams: [
1453
+ "Design",
1454
+ "Product",
1455
+ "Marketing",
1456
+ "Sales",
1457
+ "Services",
1458
+ "Support",
1459
+ "QA",
1460
+ ],
1461
+ date: "2019-02-09",
1462
+ },
1463
+ {
1464
+ id: 1002,
1465
+ name: "Lana Steiner",
1466
+ image: avatar2_png_1.default,
1467
+ company: "Chemel, James L Cpa",
1468
+ email: "lana@untitledui.com",
1469
+ role: "Frontend Developer",
1470
+ status: "Active",
1471
+ purchase: "",
1472
+ teams: [
1473
+ "Design",
1474
+ "Product",
1475
+ "Marketing",
1476
+ "Sales",
1477
+ "Services",
1478
+ "Support",
1479
+ "QA",
1480
+ ],
1481
+ date: "2017-05-13",
1482
+ },
1483
+ {
1484
+ id: 1003,
1485
+ name: "Demi Wilkinson",
1486
+ image: avatar3_png_1.default,
1487
+ company: "Feltz Printing Service",
1488
+ email: "demi@untitledui.com",
1489
+ role: "Backend Developer",
1490
+ status: "Active",
1491
+ purchase: "",
1492
+ teams: [
1493
+ "Design",
1494
+ "Product",
1495
+ "Marketing",
1496
+ "Sales",
1497
+ "Services",
1498
+ "Support",
1499
+ "QA",
1500
+ ],
1501
+ date: "2020-09-15",
1502
+ },
1503
+ {
1504
+ id: 1004,
1505
+ name: "Candice Wu",
1506
+ image: avatar4_png_1.default,
1507
+ company: "Printing Dimensions",
1508
+ email: "candice@untitledui.com",
1509
+ role: "Fullstack Developer",
1510
+ status: "Active",
1511
+ purchase: "",
1512
+ teams: [
1513
+ "Design",
1514
+ "Product",
1515
+ "Marketing",
1516
+ "Sales",
1517
+ "Services",
1518
+ "Support",
1519
+ "QA",
1520
+ ],
1521
+ date: "2016-05-20",
1522
+ },
1523
+ {
1524
+ id: 1005,
1525
+ name: "Natali Craig",
1526
+ image: avatar5_png_1.default,
1527
+ company: "Chapman, Ross E Esq",
1528
+ email: "natali@untitledui.com",
1529
+ role: "UX Designer",
1530
+ status: "Active",
1531
+ purchase: "",
1532
+ teams: [
1533
+ "Design",
1534
+ "Product",
1535
+ "Marketing",
1536
+ "Sales",
1537
+ "Services",
1538
+ "Support",
1539
+ "QA",
1540
+ ],
1541
+ date: "2018-02-16",
1542
+ },
1543
+ {
1544
+ id: 1006,
1545
+ name: "Drew Cano",
1546
+ image: avatar6_png_1.default,
1547
+ company: "Rangoni Of Florence",
1548
+ email: "drew@untitledui.com",
1549
+ role: "UX Copywriter",
1550
+ status: "Active",
1551
+ purchase: "",
1552
+ teams: [
1553
+ "Design",
1554
+ "Product",
1555
+ "Marketing",
1556
+ "Sales",
1557
+ "Services",
1558
+ "Support",
1559
+ "QA",
1560
+ ],
1561
+ date: "2017-03-11",
1562
+ },
1563
+ {
1564
+ id: 1007,
1565
+ name: "Orlando Diggs",
1566
+ image: avatar7_png_1.default,
1567
+ company: "Feiner Bros",
1568
+ email: "orlando@untitledui.com",
1569
+ role: "UI Designer",
1570
+ status: "Active",
1571
+ purchase: "",
1572
+ teams: [
1573
+ "Design",
1574
+ "Product",
1575
+ "Marketing",
1576
+ "Sales",
1577
+ "Services",
1578
+ "Support",
1579
+ "QA",
1580
+ ],
1581
+ date: "2015-10-20",
1582
+ },
1583
+ {
1584
+ id: 1008,
1585
+ name: "Andi Lane",
1586
+ image: avatar8_png_1.default,
1587
+ company: "Buckley Miller & Wright",
1588
+ email: "andi@untitledui.com",
1589
+ role: "Product Manager",
1590
+ status: "Active",
1591
+ purchase: "",
1592
+ teams: [
1593
+ "Design",
1594
+ "Product",
1595
+ "Marketing",
1596
+ "Sales",
1597
+ "Services",
1598
+ "Support",
1599
+ "QA",
1600
+ ],
1601
+ date: "2016-07-25",
1602
+ },
1603
+ {
1604
+ id: 1009,
1605
+ name: "Kate Morrison",
1606
+ image: avatar9_png_1.default,
1607
+ company: "Rousseaux, Michael Esq",
1608
+ email: "kate@untitledui.com",
1609
+ role: "QA Engineer",
1610
+ status: "Active",
1611
+ purchase: "",
1612
+ teams: [
1613
+ "Design",
1614
+ "Product",
1615
+ "Marketing",
1616
+ "Sales",
1617
+ "Services",
1618
+ "Support",
1619
+ "QA",
1620
+ ],
1621
+ date: "2019-06-25",
1622
+ },
1623
+ {
1624
+ id: 1000,
1625
+ name: "Olivia Rhye",
1626
+ image: avatar_png_1.default,
1627
+ company: "Benton, John B Jr",
1628
+ email: "olivia@untitledui.com",
1629
+ role: "Product Designer",
1630
+ status: "Active",
1631
+ purchase: "",
1632
+ teams: [
1633
+ "Design",
1634
+ "Product",
1635
+ "Marketing",
1636
+ "Sales",
1637
+ "Services",
1638
+ "Support",
1639
+ "QA",
1640
+ ],
1641
+ date: "2015-09-13",
1642
+ },
1643
+ {
1644
+ id: 1001,
1645
+ name: "Phoenix Baker",
1646
+ image: avatar1_png_1.default,
1647
+ company: "Chanay, Jeffrey A Esq",
1648
+ email: "phoenix@untitledui.com",
1649
+ role: "Product Manager",
1650
+ status: "Active",
1651
+ purchase: "",
1652
+ teams: [
1653
+ "Design",
1654
+ "Product",
1655
+ "Marketing",
1656
+ "Sales",
1657
+ "Services",
1658
+ "Support",
1659
+ "QA",
1660
+ ],
1661
+ date: "2019-02-09",
1662
+ },
1663
+ {
1664
+ id: 1002,
1665
+ name: "Lana Steiner",
1666
+ image: avatar2_png_1.default,
1667
+ company: "Chemel, James L Cpa",
1668
+ email: "lana@untitledui.com",
1669
+ role: "Frontend Developer",
1670
+ status: "Active",
1671
+ purchase: "",
1672
+ teams: [
1673
+ "Design",
1674
+ "Product",
1675
+ "Marketing",
1676
+ "Sales",
1677
+ "Services",
1678
+ "Support",
1679
+ "QA",
1680
+ ],
1681
+ date: "2017-05-13",
1682
+ },
1683
+ {
1684
+ id: 1003,
1685
+ name: "Demi Wilkinson",
1686
+ image: avatar3_png_1.default,
1687
+ company: "Feltz Printing Service",
1688
+ email: "demi@untitledui.com",
1689
+ role: "Backend Developer",
1690
+ status: "Active",
1691
+ purchase: "",
1692
+ teams: [
1693
+ "Design",
1694
+ "Product",
1695
+ "Marketing",
1696
+ "Sales",
1697
+ "Services",
1698
+ "Support",
1699
+ "QA",
1700
+ ],
1701
+ date: "2020-09-15",
1702
+ },
1703
+ {
1704
+ id: 1004,
1705
+ name: "Candice Wu",
1706
+ image: avatar4_png_1.default,
1707
+ company: "Printing Dimensions",
1708
+ email: "candice@untitledui.com",
1709
+ role: "Fullstack Developer",
1710
+ status: "Active",
1711
+ purchase: "",
1712
+ teams: [
1713
+ "Design",
1714
+ "Product",
1715
+ "Marketing",
1716
+ "Sales",
1717
+ "Services",
1718
+ "Support",
1719
+ "QA",
1720
+ ],
1721
+ date: "2016-05-20",
1722
+ },
1723
+ {
1724
+ id: 1005,
1725
+ name: "Natali Craig",
1726
+ image: avatar5_png_1.default,
1727
+ company: "Chapman, Ross E Esq",
1728
+ email: "natali@untitledui.com",
1729
+ role: "UX Designer",
1730
+ status: "Active",
1731
+ purchase: "",
1732
+ teams: [
1733
+ "Design",
1734
+ "Product",
1735
+ "Marketing",
1736
+ "Sales",
1737
+ "Services",
1738
+ "Support",
1739
+ "QA",
1740
+ ],
1741
+ date: "2018-02-16",
1742
+ },
1743
+ {
1744
+ id: 1006,
1745
+ name: "Drew Cano",
1746
+ image: avatar6_png_1.default,
1747
+ company: "Rangoni Of Florence",
1748
+ email: "drew@untitledui.com",
1749
+ role: "UX Copywriter",
1750
+ status: "Active",
1751
+ purchase: "",
1752
+ teams: [
1753
+ "Design",
1754
+ "Product",
1755
+ "Marketing",
1756
+ "Sales",
1757
+ "Services",
1758
+ "Support",
1759
+ "QA",
1760
+ ],
1761
+ date: "2017-03-11",
1762
+ },
1763
+ {
1764
+ id: 1007,
1765
+ name: "Orlando Diggs",
1766
+ image: avatar7_png_1.default,
1767
+ company: "Feiner Bros",
1768
+ email: "orlando@untitledui.com",
1769
+ role: "UI Designer",
1770
+ status: "Active",
1771
+ purchase: "",
1772
+ teams: [
1773
+ "Design",
1774
+ "Product",
1775
+ "Marketing",
1776
+ "Sales",
1777
+ "Services",
1778
+ "Support",
1779
+ "QA",
1780
+ ],
1781
+ date: "2015-10-20",
1782
+ },
1783
+ {
1784
+ id: 1008,
1785
+ name: "Andi Lane",
1786
+ image: avatar8_png_1.default,
1787
+ company: "Buckley Miller & Wright",
1788
+ email: "andi@untitledui.com",
1789
+ role: "Product Manager",
1790
+ status: "Active",
1791
+ purchase: "",
1792
+ teams: [
1793
+ "Design",
1794
+ "Product",
1795
+ "Marketing",
1796
+ "Sales",
1797
+ "Services",
1798
+ "Support",
1799
+ "QA",
1800
+ ],
1801
+ date: "2016-07-25",
1802
+ },
1803
+ {
1804
+ id: 1009,
1805
+ name: "Kate Morrison",
1806
+ image: avatar9_png_1.default,
1807
+ company: "Rousseaux, Michael Esq",
1808
+ email: "kate@untitledui.com",
1809
+ role: "QA Engineer",
1810
+ status: "Active",
1811
+ purchase: "",
1812
+ teams: [
1813
+ "Design",
1814
+ "Product",
1815
+ "Marketing",
1816
+ "Sales",
1817
+ "Services",
1818
+ "Support",
1819
+ "QA",
1820
+ ],
1821
+ date: "2019-06-25",
1822
+ },
1823
+ {
1824
+ id: 1000,
1825
+ name: "Olivia Rhye",
1826
+ image: avatar_png_1.default,
1827
+ company: "Benton, John B Jr",
1828
+ email: "olivia@untitledui.com",
1829
+ role: "Product Designer",
1830
+ status: "Active",
1831
+ purchase: "",
1832
+ teams: [
1833
+ "Design",
1834
+ "Product",
1835
+ "Marketing",
1836
+ "Sales",
1837
+ "Services",
1838
+ "Support",
1839
+ "QA",
1840
+ ],
1841
+ date: "2015-09-13",
1842
+ },
1843
+ {
1844
+ id: 1001,
1845
+ name: "Phoenix Baker",
1846
+ image: avatar1_png_1.default,
1847
+ company: "Chanay, Jeffrey A Esq",
1848
+ email: "phoenix@untitledui.com",
1849
+ role: "Product Manager",
1850
+ status: "Active",
1851
+ purchase: "",
1852
+ teams: [
1853
+ "Design",
1854
+ "Product",
1855
+ "Marketing",
1856
+ "Sales",
1857
+ "Services",
1858
+ "Support",
1859
+ "QA",
1860
+ ],
1861
+ date: "2019-02-09",
1862
+ },
1863
+ {
1864
+ id: 1002,
1865
+ name: "Lana Steiner",
1866
+ image: avatar2_png_1.default,
1867
+ company: "Chemel, James L Cpa",
1868
+ email: "lana@untitledui.com",
1869
+ role: "Frontend Developer",
1870
+ status: "Active",
1871
+ purchase: "",
1872
+ teams: [
1873
+ "Design",
1874
+ "Product",
1875
+ "Marketing",
1876
+ "Sales",
1877
+ "Services",
1878
+ "Support",
1879
+ "QA",
1880
+ ],
1881
+ date: "2017-05-13",
1882
+ },
1883
+ {
1884
+ id: 1003,
1885
+ name: "Demi Wilkinson",
1886
+ image: avatar3_png_1.default,
1887
+ company: "Feltz Printing Service",
1888
+ email: "demi@untitledui.com",
1889
+ role: "Backend Developer",
1890
+ status: "Active",
1891
+ purchase: "",
1892
+ teams: [
1893
+ "Design",
1894
+ "Product",
1895
+ "Marketing",
1896
+ "Sales",
1897
+ "Services",
1898
+ "Support",
1899
+ "QA",
1900
+ ],
1901
+ date: "2020-09-15",
1902
+ },
1903
+ {
1904
+ id: 1004,
1905
+ name: "Candice Wu",
1906
+ image: avatar4_png_1.default,
1907
+ company: "Printing Dimensions",
1908
+ email: "candice@untitledui.com",
1909
+ role: "Fullstack Developer",
1910
+ status: "Active",
1911
+ purchase: "",
1912
+ teams: [
1913
+ "Design",
1914
+ "Product",
1915
+ "Marketing",
1916
+ "Sales",
1917
+ "Services",
1918
+ "Support",
1919
+ "QA",
1920
+ ],
1921
+ date: "2016-05-20",
1922
+ },
1923
+ {
1924
+ id: 1005,
1925
+ name: "Natali Craig",
1926
+ image: avatar5_png_1.default,
1927
+ company: "Chapman, Ross E Esq",
1928
+ email: "natali@untitledui.com",
1929
+ role: "UX Designer",
1930
+ status: "Active",
1931
+ purchase: "",
1932
+ teams: [
1933
+ "Design",
1934
+ "Product",
1935
+ "Marketing",
1936
+ "Sales",
1937
+ "Services",
1938
+ "Support",
1939
+ "QA",
1940
+ ],
1941
+ date: "2018-02-16",
1942
+ },
1943
+ {
1944
+ id: 1006,
1945
+ name: "Drew Cano",
1946
+ image: avatar6_png_1.default,
1947
+ company: "Rangoni Of Florence",
1948
+ email: "drew@untitledui.com",
1949
+ role: "UX Copywriter",
1950
+ status: "Active",
1951
+ purchase: "",
1952
+ teams: [
1953
+ "Design",
1954
+ "Product",
1955
+ "Marketing",
1956
+ "Sales",
1957
+ "Services",
1958
+ "Support",
1959
+ "QA",
1960
+ ],
1961
+ date: "2017-03-11",
1962
+ },
1963
+ {
1964
+ id: 1007,
1965
+ name: "Orlando Diggs",
1966
+ image: avatar7_png_1.default,
1967
+ company: "Feiner Bros",
1968
+ email: "orlando@untitledui.com",
1969
+ role: "UI Designer",
1970
+ status: "Active",
1971
+ purchase: "",
1972
+ teams: [
1973
+ "Design",
1974
+ "Product",
1975
+ "Marketing",
1976
+ "Sales",
1977
+ "Services",
1978
+ "Support",
1979
+ "QA",
1980
+ ],
1981
+ date: "2015-10-20",
1982
+ },
1983
+ {
1984
+ id: 1008,
1985
+ name: "Andi Lane",
1986
+ image: avatar8_png_1.default,
1987
+ company: "Buckley Miller & Wright",
1988
+ email: "andi@untitledui.com",
1989
+ role: "Product Manager",
1990
+ status: "Active",
1991
+ purchase: "",
1992
+ teams: [
1993
+ "Design",
1994
+ "Product",
1995
+ "Marketing",
1996
+ "Sales",
1997
+ "Services",
1998
+ "Support",
1999
+ "QA",
2000
+ ],
2001
+ date: "2016-07-25",
2002
+ },
2003
+ {
2004
+ id: 1009,
2005
+ name: "Kate Morrison",
2006
+ image: avatar9_png_1.default,
2007
+ company: "Rousseaux, Michael Esq",
2008
+ email: "kate@untitledui.com",
2009
+ role: "QA Engineer",
2010
+ status: "Active",
2011
+ purchase: "",
2012
+ teams: [
2013
+ "Design",
2014
+ "Product",
2015
+ "Marketing",
2016
+ "Sales",
2017
+ "Services",
2018
+ "Support",
2019
+ "QA",
2020
+ ],
2021
+ date: "2019-06-25",
2022
+ },
2023
+ ];
2024
+ exports.customersData = [
2025
+ {
2026
+ id: 100,
2027
+ name: "Catalog",
2028
+ image: company_png_1.default,
2029
+ website: "catalogapp.io",
2030
+ status: "Customer",
2031
+ about: {
2032
+ title: "Content curating app",
2033
+ description: "Brings all your news into one place",
2034
+ },
2035
+ users: [
2036
+ avatar_png_1.default,
2037
+ avatar1_png_1.default,
2038
+ avatar2_png_1.default,
2039
+ avatar3_png_1.default,
2040
+ avatar4_png_1.default,
2041
+ avatar5_png_1.default,
2042
+ avatar6_png_1.default,
2043
+ avatar7_png_1.default,
2044
+ avatar8_png_1.default,
2045
+ avatar9_png_1.default,
2046
+ ],
2047
+ licenseUse: 70,
2048
+ },
2049
+ {
2050
+ id: 101,
2051
+ name: "Circooles",
2052
+ image: company1_png_1.default,
2053
+ website: "getcirooles.com",
2054
+ status: "Churned",
2055
+ about: {
2056
+ title: "Design software",
2057
+ description: "Super lightweight design app",
2058
+ },
2059
+ users: [
2060
+ avatar_png_1.default,
2061
+ avatar1_png_1.default,
2062
+ avatar2_png_1.default,
2063
+ avatar3_png_1.default,
2064
+ avatar4_png_1.default,
2065
+ avatar5_png_1.default,
2066
+ avatar6_png_1.default,
2067
+ avatar7_png_1.default,
2068
+ avatar8_png_1.default,
2069
+ avatar9_png_1.default,
2070
+ ],
2071
+ licenseUse: 60,
2072
+ },
2073
+ {
2074
+ id: 102,
2075
+ name: "Command+R",
2076
+ image: company2_png_1.default,
2077
+ website: "cmdr.ai",
2078
+ status: "Customer",
2079
+ about: {
2080
+ title: "Data prediction",
2081
+ description: "AI and machine learning data",
2082
+ },
2083
+ users: [
2084
+ avatar_png_1.default,
2085
+ avatar1_png_1.default,
2086
+ avatar2_png_1.default,
2087
+ avatar3_png_1.default,
2088
+ avatar4_png_1.default,
2089
+ avatar5_png_1.default,
2090
+ avatar6_png_1.default,
2091
+ avatar7_png_1.default,
2092
+ avatar8_png_1.default,
2093
+ avatar9_png_1.default,
2094
+ ],
2095
+ licenseUse: 30,
2096
+ },
2097
+ {
2098
+ id: 103,
2099
+ name: "Hourglass",
2100
+ image: company3_png_1.default,
2101
+ website: "hourglass.app",
2102
+ status: "Customer",
2103
+ about: {
2104
+ title: "Productivity app",
2105
+ description: "Time management and productivity",
2106
+ },
2107
+ users: [
2108
+ avatar_png_1.default,
2109
+ avatar1_png_1.default,
2110
+ avatar2_png_1.default,
2111
+ avatar3_png_1.default,
2112
+ avatar4_png_1.default,
2113
+ avatar5_png_1.default,
2114
+ avatar6_png_1.default,
2115
+ avatar7_png_1.default,
2116
+ avatar8_png_1.default,
2117
+ avatar9_png_1.default,
2118
+ ],
2119
+ licenseUse: 80,
2120
+ },
2121
+ {
2122
+ id: 104,
2123
+ name: "Layers",
2124
+ image: company4_png_1.default,
2125
+ website: "getlayers.io",
2126
+ status: "Churned",
2127
+ about: {
2128
+ title: "Web app integrations",
2129
+ description: "Connect web apps seamlessly",
2130
+ },
2131
+ users: [
2132
+ avatar_png_1.default,
2133
+ avatar1_png_1.default,
2134
+ avatar2_png_1.default,
2135
+ avatar3_png_1.default,
2136
+ avatar4_png_1.default,
2137
+ avatar5_png_1.default,
2138
+ avatar6_png_1.default,
2139
+ avatar7_png_1.default,
2140
+ avatar8_png_1.default,
2141
+ avatar9_png_1.default,
2142
+ ],
2143
+ licenseUse: 20,
2144
+ },
2145
+ {
2146
+ id: 105,
2147
+ name: "Quotient",
2148
+ image: company5_png_1.default,
2149
+ website: "quotient.co",
2150
+ status: "Customer",
2151
+ about: {
2152
+ title: "Sales CRM",
2153
+ description: "Web-based sales doc management",
2154
+ },
2155
+ users: [
2156
+ avatar_png_1.default,
2157
+ avatar1_png_1.default,
2158
+ avatar2_png_1.default,
2159
+ avatar3_png_1.default,
2160
+ avatar4_png_1.default,
2161
+ avatar5_png_1.default,
2162
+ avatar6_png_1.default,
2163
+ avatar7_png_1.default,
2164
+ avatar8_png_1.default,
2165
+ avatar9_png_1.default,
2166
+ ],
2167
+ licenseUse: 10,
2168
+ },
2169
+ {
2170
+ id: 106,
2171
+ name: "Sisyphus",
2172
+ image: company6_png_1.default,
2173
+ website: "sisyphus.com",
2174
+ status: "Customer",
2175
+ about: {
2176
+ title: "Automation and workflow",
2177
+ description: "Time tracking, invoicing and expenses",
2178
+ },
2179
+ users: [
2180
+ avatar_png_1.default,
2181
+ avatar1_png_1.default,
2182
+ avatar2_png_1.default,
2183
+ avatar3_png_1.default,
2184
+ avatar4_png_1.default,
2185
+ avatar5_png_1.default,
2186
+ avatar6_png_1.default,
2187
+ avatar7_png_1.default,
2188
+ avatar8_png_1.default,
2189
+ avatar9_png_1.default,
2190
+ ],
2191
+ licenseUse: 40,
2192
+ },
2193
+ ];