pebble-shared 2.2.7 → 2.3.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.
- package/dist/fonts/pebble.eot +0 -0
- package/dist/fonts/pebble.svg +107 -101
- package/dist/fonts/pebble.ttf +0 -0
- package/dist/fonts/pebble.woff +0 -0
- package/dist/fonts/pebble.woff2 +0 -0
- package/dist/pebble.css +111 -105
- package/native/Icon.js +103 -101
- package/native/icons/pebble.ttf +0 -0
- package/package.json +5 -2
package/dist/fonts/pebble.ttf
CHANGED
|
Binary file
|
package/dist/fonts/pebble.woff
CHANGED
|
Binary file
|
package/dist/fonts/pebble.woff2
CHANGED
|
Binary file
|
package/dist/pebble.css
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: "pebble";
|
|
3
|
-
src: url("./fonts/pebble.eot?
|
|
4
|
-
url("./fonts/pebble.woff2?
|
|
5
|
-
url("./fonts/pebble.woff?
|
|
6
|
-
url("./fonts/pebble.ttf?
|
|
3
|
+
src: url("./fonts/pebble.eot?87f9fad82032973c1bc3df9c21456cf7?#iefix") format("embedded-opentype"),
|
|
4
|
+
url("./fonts/pebble.woff2?87f9fad82032973c1bc3df9c21456cf7") format("woff2"),
|
|
5
|
+
url("./fonts/pebble.woff?87f9fad82032973c1bc3df9c21456cf7") format("woff"),
|
|
6
|
+
url("./fonts/pebble.ttf?87f9fad82032973c1bc3df9c21456cf7") format("truetype");
|
|
7
7
|
}
|
|
8
8
|
|
|
9
9
|
.pi {
|
|
@@ -350,309 +350,315 @@ url("./fonts/pebble.ttf?a0071a0a5e3629631b2b41b769c3e30b") format("truetype");
|
|
|
350
350
|
.pi-leads-tab:before {
|
|
351
351
|
content: "\f16f";
|
|
352
352
|
}
|
|
353
|
-
.pi-
|
|
353
|
+
.pi-line-chart:before {
|
|
354
354
|
content: "\f170";
|
|
355
355
|
}
|
|
356
|
-
.pi-
|
|
356
|
+
.pi-link:before {
|
|
357
357
|
content: "\f171";
|
|
358
358
|
}
|
|
359
|
-
.pi-
|
|
359
|
+
.pi-location:before {
|
|
360
360
|
content: "\f172";
|
|
361
361
|
}
|
|
362
|
-
.pi-lock:before {
|
|
362
|
+
.pi-lock-filled:before {
|
|
363
363
|
content: "\f173";
|
|
364
364
|
}
|
|
365
|
-
.pi-
|
|
365
|
+
.pi-lock:before {
|
|
366
366
|
content: "\f174";
|
|
367
367
|
}
|
|
368
|
-
.pi-logout:before {
|
|
368
|
+
.pi-logout-door:before {
|
|
369
369
|
content: "\f175";
|
|
370
370
|
}
|
|
371
|
-
.pi-
|
|
371
|
+
.pi-logout:before {
|
|
372
372
|
content: "\f176";
|
|
373
373
|
}
|
|
374
|
-
.pi-mail:before {
|
|
374
|
+
.pi-mail-send:before {
|
|
375
375
|
content: "\f177";
|
|
376
376
|
}
|
|
377
|
-
.pi-
|
|
377
|
+
.pi-mail:before {
|
|
378
378
|
content: "\f178";
|
|
379
379
|
}
|
|
380
|
-
.pi-
|
|
380
|
+
.pi-mandates:before {
|
|
381
381
|
content: "\f179";
|
|
382
382
|
}
|
|
383
|
-
.pi-
|
|
383
|
+
.pi-meeting-room:before {
|
|
384
384
|
content: "\f17a";
|
|
385
385
|
}
|
|
386
|
-
.pi-
|
|
386
|
+
.pi-mic:before {
|
|
387
387
|
content: "\f17b";
|
|
388
388
|
}
|
|
389
|
-
.pi-
|
|
389
|
+
.pi-minus:before {
|
|
390
390
|
content: "\f17c";
|
|
391
391
|
}
|
|
392
|
-
.pi-
|
|
392
|
+
.pi-missed-call:before {
|
|
393
393
|
content: "\f17d";
|
|
394
394
|
}
|
|
395
|
-
.pi-
|
|
395
|
+
.pi-money:before {
|
|
396
396
|
content: "\f17e";
|
|
397
397
|
}
|
|
398
|
-
.pi-
|
|
398
|
+
.pi-more:before {
|
|
399
399
|
content: "\f17f";
|
|
400
400
|
}
|
|
401
|
-
.pi-not-
|
|
401
|
+
.pi-not-available:before {
|
|
402
402
|
content: "\f180";
|
|
403
403
|
}
|
|
404
|
-
.pi-
|
|
404
|
+
.pi-not-called:before {
|
|
405
405
|
content: "\f181";
|
|
406
406
|
}
|
|
407
|
-
.pi-note-
|
|
407
|
+
.pi-note-1:before {
|
|
408
408
|
content: "\f182";
|
|
409
409
|
}
|
|
410
|
-
.pi-note:before {
|
|
410
|
+
.pi-note-alt:before {
|
|
411
411
|
content: "\f183";
|
|
412
412
|
}
|
|
413
|
-
.pi-
|
|
413
|
+
.pi-note:before {
|
|
414
414
|
content: "\f184";
|
|
415
415
|
}
|
|
416
|
-
.pi-
|
|
416
|
+
.pi-notification:before {
|
|
417
417
|
content: "\f185";
|
|
418
418
|
}
|
|
419
|
-
.pi-
|
|
419
|
+
.pi-offline:before {
|
|
420
420
|
content: "\f186";
|
|
421
421
|
}
|
|
422
|
-
.pi-
|
|
422
|
+
.pi-open-external:before {
|
|
423
423
|
content: "\f187";
|
|
424
424
|
}
|
|
425
|
-
.pi-
|
|
425
|
+
.pi-opening-quote:before {
|
|
426
426
|
content: "\f188";
|
|
427
427
|
}
|
|
428
|
-
.pi-
|
|
428
|
+
.pi-orientation:before {
|
|
429
429
|
content: "\f189";
|
|
430
430
|
}
|
|
431
|
-
.pi-
|
|
431
|
+
.pi-other-leads:before {
|
|
432
432
|
content: "\f18a";
|
|
433
433
|
}
|
|
434
|
-
.pi-
|
|
434
|
+
.pi-others:before {
|
|
435
435
|
content: "\f18b";
|
|
436
436
|
}
|
|
437
|
-
.pi-outgoing-call:before {
|
|
437
|
+
.pi-outgoing-call-2:before {
|
|
438
438
|
content: "\f18c";
|
|
439
439
|
}
|
|
440
|
-
.pi-
|
|
440
|
+
.pi-outgoing-call:before {
|
|
441
441
|
content: "\f18d";
|
|
442
442
|
}
|
|
443
|
-
.pi-
|
|
443
|
+
.pi-patchout:before {
|
|
444
444
|
content: "\f18e";
|
|
445
445
|
}
|
|
446
|
-
.pi-
|
|
446
|
+
.pi-pause:before {
|
|
447
447
|
content: "\f18f";
|
|
448
448
|
}
|
|
449
|
-
.pi-
|
|
449
|
+
.pi-percentage:before {
|
|
450
450
|
content: "\f190";
|
|
451
451
|
}
|
|
452
|
-
.pi-person:before {
|
|
452
|
+
.pi-person-add-disabled:before {
|
|
453
453
|
content: "\f191";
|
|
454
454
|
}
|
|
455
|
-
.pi-
|
|
455
|
+
.pi-person:before {
|
|
456
456
|
content: "\f192";
|
|
457
457
|
}
|
|
458
|
-
.pi-phone-
|
|
458
|
+
.pi-phone-2:before {
|
|
459
459
|
content: "\f193";
|
|
460
460
|
}
|
|
461
|
-
.pi-phone-
|
|
461
|
+
.pi-phone-alt:before {
|
|
462
462
|
content: "\f194";
|
|
463
463
|
}
|
|
464
|
-
.pi-phone-
|
|
464
|
+
.pi-phone-filled:before {
|
|
465
465
|
content: "\f195";
|
|
466
466
|
}
|
|
467
|
-
.pi-phone-
|
|
467
|
+
.pi-phone-in-talk:before {
|
|
468
468
|
content: "\f196";
|
|
469
469
|
}
|
|
470
|
-
.pi-phone-incoming:before {
|
|
470
|
+
.pi-phone-incoming-2:before {
|
|
471
471
|
content: "\f197";
|
|
472
472
|
}
|
|
473
|
-
.pi-phone-
|
|
473
|
+
.pi-phone-incoming:before {
|
|
474
474
|
content: "\f198";
|
|
475
475
|
}
|
|
476
|
-
.pi-phone-
|
|
476
|
+
.pi-phone-missed:before {
|
|
477
477
|
content: "\f199";
|
|
478
478
|
}
|
|
479
|
-
.pi-phone-outgoing:before {
|
|
479
|
+
.pi-phone-outgoing-2:before {
|
|
480
480
|
content: "\f19a";
|
|
481
481
|
}
|
|
482
|
-
.pi-phone:before {
|
|
482
|
+
.pi-phone-outgoing:before {
|
|
483
483
|
content: "\f19b";
|
|
484
484
|
}
|
|
485
|
-
.pi-
|
|
485
|
+
.pi-phone:before {
|
|
486
486
|
content: "\f19c";
|
|
487
487
|
}
|
|
488
|
-
.pi-
|
|
488
|
+
.pi-play:before {
|
|
489
489
|
content: "\f19d";
|
|
490
490
|
}
|
|
491
|
-
.pi-
|
|
491
|
+
.pi-plus:before {
|
|
492
492
|
content: "\f19e";
|
|
493
493
|
}
|
|
494
|
-
.pi-
|
|
494
|
+
.pi-premium:before {
|
|
495
495
|
content: "\f19f";
|
|
496
496
|
}
|
|
497
|
-
.pi-
|
|
497
|
+
.pi-print:before {
|
|
498
498
|
content: "\f1a0";
|
|
499
499
|
}
|
|
500
|
-
.pi-
|
|
500
|
+
.pi-priority-change:before {
|
|
501
501
|
content: "\f1a1";
|
|
502
502
|
}
|
|
503
|
-
.pi-profile:before {
|
|
503
|
+
.pi-profile-1:before {
|
|
504
504
|
content: "\f1a2";
|
|
505
505
|
}
|
|
506
|
-
.pi-
|
|
506
|
+
.pi-profile:before {
|
|
507
507
|
content: "\f1a3";
|
|
508
508
|
}
|
|
509
|
-
.pi-
|
|
509
|
+
.pi-quotations:before {
|
|
510
510
|
content: "\f1a4";
|
|
511
511
|
}
|
|
512
|
-
.pi-radio-check:before {
|
|
512
|
+
.pi-radio-check-filled:before {
|
|
513
513
|
content: "\f1a5";
|
|
514
514
|
}
|
|
515
|
-
.pi-radio-
|
|
515
|
+
.pi-radio-check:before {
|
|
516
516
|
content: "\f1a6";
|
|
517
517
|
}
|
|
518
|
-
.pi-radio:before {
|
|
518
|
+
.pi-radio-selected:before {
|
|
519
519
|
content: "\f1a7";
|
|
520
520
|
}
|
|
521
|
-
.pi-
|
|
521
|
+
.pi-radio:before {
|
|
522
522
|
content: "\f1a8";
|
|
523
523
|
}
|
|
524
|
-
.pi-
|
|
524
|
+
.pi-redo:before {
|
|
525
525
|
content: "\f1a9";
|
|
526
526
|
}
|
|
527
|
-
.pi-reimbursements:before {
|
|
527
|
+
.pi-reimbursements-2:before {
|
|
528
528
|
content: "\f1aa";
|
|
529
529
|
}
|
|
530
|
-
.pi-
|
|
530
|
+
.pi-reimbursements:before {
|
|
531
531
|
content: "\f1ab";
|
|
532
532
|
}
|
|
533
|
-
.pi-
|
|
533
|
+
.pi-reschedule:before {
|
|
534
534
|
content: "\f1ac";
|
|
535
535
|
}
|
|
536
|
-
.pi-
|
|
536
|
+
.pi-reset:before {
|
|
537
537
|
content: "\f1ad";
|
|
538
538
|
}
|
|
539
|
-
.pi-
|
|
539
|
+
.pi-revisit:before {
|
|
540
540
|
content: "\f1ae";
|
|
541
541
|
}
|
|
542
|
-
.pi-
|
|
542
|
+
.pi-rules:before {
|
|
543
543
|
content: "\f1af";
|
|
544
544
|
}
|
|
545
|
-
.pi-
|
|
545
|
+
.pi-schedule-mail:before {
|
|
546
546
|
content: "\f1b0";
|
|
547
547
|
}
|
|
548
|
-
.pi-
|
|
548
|
+
.pi-search:before {
|
|
549
549
|
content: "\f1b1";
|
|
550
550
|
}
|
|
551
|
-
.pi-
|
|
551
|
+
.pi-self-added:before {
|
|
552
552
|
content: "\f1b2";
|
|
553
553
|
}
|
|
554
|
-
.pi-settings:before {
|
|
554
|
+
.pi-settings-line:before {
|
|
555
555
|
content: "\f1b3";
|
|
556
556
|
}
|
|
557
|
-
.pi-
|
|
557
|
+
.pi-settings:before {
|
|
558
558
|
content: "\f1b4";
|
|
559
559
|
}
|
|
560
|
-
.pi-share:before {
|
|
560
|
+
.pi-share-with-people:before {
|
|
561
561
|
content: "\f1b5";
|
|
562
562
|
}
|
|
563
|
-
.pi-
|
|
563
|
+
.pi-share:before {
|
|
564
564
|
content: "\f1b6";
|
|
565
565
|
}
|
|
566
|
-
.pi-site-visit:before {
|
|
566
|
+
.pi-site-visit-2:before {
|
|
567
567
|
content: "\f1b7";
|
|
568
568
|
}
|
|
569
|
-
.pi-
|
|
569
|
+
.pi-site-visit:before {
|
|
570
570
|
content: "\f1b8";
|
|
571
571
|
}
|
|
572
|
-
.pi-
|
|
572
|
+
.pi-sms:before {
|
|
573
573
|
content: "\f1b9";
|
|
574
574
|
}
|
|
575
|
-
.pi-
|
|
575
|
+
.pi-spinner:before {
|
|
576
576
|
content: "\f1ba";
|
|
577
577
|
}
|
|
578
|
-
.pi-
|
|
578
|
+
.pi-stats:before {
|
|
579
579
|
content: "\f1bb";
|
|
580
580
|
}
|
|
581
|
-
.pi-store:before {
|
|
581
|
+
.pi-store-2:before {
|
|
582
582
|
content: "\f1bc";
|
|
583
583
|
}
|
|
584
|
-
.pi-
|
|
584
|
+
.pi-store:before {
|
|
585
585
|
content: "\f1bd";
|
|
586
586
|
}
|
|
587
|
-
.pi-
|
|
587
|
+
.pi-system:before {
|
|
588
588
|
content: "\f1be";
|
|
589
589
|
}
|
|
590
|
-
.pi-
|
|
590
|
+
.pi-table:before {
|
|
591
591
|
content: "\f1bf";
|
|
592
592
|
}
|
|
593
|
-
.pi-
|
|
593
|
+
.pi-team:before {
|
|
594
594
|
content: "\f1c0";
|
|
595
595
|
}
|
|
596
|
-
.pi-
|
|
596
|
+
.pi-training:before {
|
|
597
597
|
content: "\f1c1";
|
|
598
598
|
}
|
|
599
|
-
.pi-transfer:before {
|
|
599
|
+
.pi-transfer-2:before {
|
|
600
600
|
content: "\f1c2";
|
|
601
601
|
}
|
|
602
|
-
.pi-
|
|
602
|
+
.pi-transfer-alt:before {
|
|
603
603
|
content: "\f1c3";
|
|
604
604
|
}
|
|
605
|
-
.pi-
|
|
605
|
+
.pi-transfer:before {
|
|
606
606
|
content: "\f1c4";
|
|
607
607
|
}
|
|
608
|
-
.pi-
|
|
608
|
+
.pi-transferred:before {
|
|
609
609
|
content: "\f1c5";
|
|
610
610
|
}
|
|
611
|
-
.pi-
|
|
611
|
+
.pi-travel:before {
|
|
612
612
|
content: "\f1c6";
|
|
613
613
|
}
|
|
614
|
-
.pi-
|
|
614
|
+
.pi-trophy:before {
|
|
615
615
|
content: "\f1c7";
|
|
616
616
|
}
|
|
617
|
-
.pi-
|
|
617
|
+
.pi-unchecked-radio:before {
|
|
618
618
|
content: "\f1c8";
|
|
619
619
|
}
|
|
620
|
-
.pi-
|
|
620
|
+
.pi-undo:before {
|
|
621
621
|
content: "\f1c9";
|
|
622
622
|
}
|
|
623
|
-
.pi-
|
|
623
|
+
.pi-unlock:before {
|
|
624
624
|
content: "\f1ca";
|
|
625
625
|
}
|
|
626
|
-
.pi-
|
|
626
|
+
.pi-update:before {
|
|
627
627
|
content: "\f1cb";
|
|
628
628
|
}
|
|
629
|
-
.pi-
|
|
629
|
+
.pi-updating:before {
|
|
630
630
|
content: "\f1cc";
|
|
631
631
|
}
|
|
632
|
-
.pi-
|
|
632
|
+
.pi-upload:before {
|
|
633
633
|
content: "\f1cd";
|
|
634
634
|
}
|
|
635
|
-
.pi-
|
|
635
|
+
.pi-user-alt:before {
|
|
636
636
|
content: "\f1ce";
|
|
637
637
|
}
|
|
638
|
-
.pi-
|
|
638
|
+
.pi-user:before {
|
|
639
639
|
content: "\f1cf";
|
|
640
640
|
}
|
|
641
|
-
.pi-
|
|
641
|
+
.pi-videocam:before {
|
|
642
642
|
content: "\f1d0";
|
|
643
643
|
}
|
|
644
|
-
.pi-
|
|
644
|
+
.pi-view-details:before {
|
|
645
645
|
content: "\f1d1";
|
|
646
646
|
}
|
|
647
|
-
.pi-
|
|
647
|
+
.pi-vpn-key:before {
|
|
648
648
|
content: "\f1d2";
|
|
649
649
|
}
|
|
650
|
-
.pi-
|
|
650
|
+
.pi-warning-line:before {
|
|
651
651
|
content: "\f1d3";
|
|
652
652
|
}
|
|
653
|
-
.pi-
|
|
653
|
+
.pi-warning:before {
|
|
654
654
|
content: "\f1d4";
|
|
655
655
|
}
|
|
656
|
+
.pi-whatsapp-filled:before {
|
|
657
|
+
content: "\f1d5";
|
|
658
|
+
}
|
|
659
|
+
.pi-whatsapp:before {
|
|
660
|
+
content: "\f1d6";
|
|
661
|
+
}
|
|
656
662
|
|
|
657
663
|
*,
|
|
658
664
|
*::before,
|
package/native/Icon.js
CHANGED
|
@@ -111,107 +111,109 @@ const glyphMap = {
|
|
|
111
111
|
"jodi": 61805,
|
|
112
112
|
"junk": 61806,
|
|
113
113
|
"leads-tab": 61807,
|
|
114
|
-
"
|
|
115
|
-
"
|
|
116
|
-
"
|
|
117
|
-
"lock": 61811,
|
|
118
|
-
"
|
|
119
|
-
"logout": 61813,
|
|
120
|
-
"
|
|
121
|
-
"mail": 61815,
|
|
122
|
-
"
|
|
123
|
-
"
|
|
124
|
-
"
|
|
125
|
-
"
|
|
126
|
-
"
|
|
127
|
-
"
|
|
128
|
-
"
|
|
129
|
-
"
|
|
130
|
-
"not-
|
|
131
|
-
"
|
|
132
|
-
"note-
|
|
133
|
-
"note": 61827,
|
|
134
|
-
"
|
|
135
|
-
"
|
|
136
|
-
"
|
|
137
|
-
"
|
|
138
|
-
"
|
|
139
|
-
"
|
|
140
|
-
"
|
|
141
|
-
"
|
|
142
|
-
"outgoing-call": 61836,
|
|
143
|
-
"
|
|
144
|
-
"
|
|
145
|
-
"
|
|
146
|
-
"
|
|
147
|
-
"person": 61841,
|
|
148
|
-
"
|
|
149
|
-
"phone-
|
|
150
|
-
"phone-
|
|
151
|
-
"phone-
|
|
152
|
-
"phone-
|
|
153
|
-
"phone-incoming": 61847,
|
|
154
|
-
"phone-
|
|
155
|
-
"phone-
|
|
156
|
-
"phone-outgoing": 61850,
|
|
157
|
-
"phone": 61851,
|
|
158
|
-
"
|
|
159
|
-
"
|
|
160
|
-
"
|
|
161
|
-
"
|
|
162
|
-
"
|
|
163
|
-
"
|
|
164
|
-
"profile": 61858,
|
|
165
|
-
"
|
|
166
|
-
"
|
|
167
|
-
"radio-check": 61861,
|
|
168
|
-
"radio-
|
|
169
|
-
"radio": 61863,
|
|
170
|
-
"
|
|
171
|
-
"
|
|
172
|
-
"reimbursements": 61866,
|
|
173
|
-
"
|
|
174
|
-
"
|
|
175
|
-
"
|
|
176
|
-
"
|
|
177
|
-
"
|
|
178
|
-
"
|
|
179
|
-
"
|
|
180
|
-
"
|
|
181
|
-
"settings": 61875,
|
|
182
|
-
"
|
|
183
|
-
"share": 61877,
|
|
184
|
-
"
|
|
185
|
-
"site-visit": 61879,
|
|
186
|
-
"
|
|
187
|
-
"
|
|
188
|
-
"
|
|
189
|
-
"
|
|
190
|
-
"store": 61884,
|
|
191
|
-
"
|
|
192
|
-
"
|
|
193
|
-
"
|
|
194
|
-
"
|
|
195
|
-
"
|
|
196
|
-
"transfer": 61890,
|
|
197
|
-
"
|
|
198
|
-
"
|
|
199
|
-
"
|
|
200
|
-
"
|
|
201
|
-
"
|
|
202
|
-
"
|
|
203
|
-
"
|
|
204
|
-
"
|
|
205
|
-
"
|
|
206
|
-
"
|
|
207
|
-
"
|
|
208
|
-
"
|
|
209
|
-
"
|
|
210
|
-
"
|
|
211
|
-
"
|
|
212
|
-
"
|
|
213
|
-
"
|
|
214
|
-
"
|
|
114
|
+
"line-chart": 61808,
|
|
115
|
+
"link": 61809,
|
|
116
|
+
"location": 61810,
|
|
117
|
+
"lock-filled": 61811,
|
|
118
|
+
"lock": 61812,
|
|
119
|
+
"logout-door": 61813,
|
|
120
|
+
"logout": 61814,
|
|
121
|
+
"mail-send": 61815,
|
|
122
|
+
"mail": 61816,
|
|
123
|
+
"mandates": 61817,
|
|
124
|
+
"meeting-room": 61818,
|
|
125
|
+
"mic": 61819,
|
|
126
|
+
"minus": 61820,
|
|
127
|
+
"missed-call": 61821,
|
|
128
|
+
"money": 61822,
|
|
129
|
+
"more": 61823,
|
|
130
|
+
"not-available": 61824,
|
|
131
|
+
"not-called": 61825,
|
|
132
|
+
"note-1": 61826,
|
|
133
|
+
"note-alt": 61827,
|
|
134
|
+
"note": 61828,
|
|
135
|
+
"notification": 61829,
|
|
136
|
+
"offline": 61830,
|
|
137
|
+
"open-external": 61831,
|
|
138
|
+
"opening-quote": 61832,
|
|
139
|
+
"orientation": 61833,
|
|
140
|
+
"other-leads": 61834,
|
|
141
|
+
"others": 61835,
|
|
142
|
+
"outgoing-call-2": 61836,
|
|
143
|
+
"outgoing-call": 61837,
|
|
144
|
+
"patchout": 61838,
|
|
145
|
+
"pause": 61839,
|
|
146
|
+
"percentage": 61840,
|
|
147
|
+
"person-add-disabled": 61841,
|
|
148
|
+
"person": 61842,
|
|
149
|
+
"phone-2": 61843,
|
|
150
|
+
"phone-alt": 61844,
|
|
151
|
+
"phone-filled": 61845,
|
|
152
|
+
"phone-in-talk": 61846,
|
|
153
|
+
"phone-incoming-2": 61847,
|
|
154
|
+
"phone-incoming": 61848,
|
|
155
|
+
"phone-missed": 61849,
|
|
156
|
+
"phone-outgoing-2": 61850,
|
|
157
|
+
"phone-outgoing": 61851,
|
|
158
|
+
"phone": 61852,
|
|
159
|
+
"play": 61853,
|
|
160
|
+
"plus": 61854,
|
|
161
|
+
"premium": 61855,
|
|
162
|
+
"print": 61856,
|
|
163
|
+
"priority-change": 61857,
|
|
164
|
+
"profile-1": 61858,
|
|
165
|
+
"profile": 61859,
|
|
166
|
+
"quotations": 61860,
|
|
167
|
+
"radio-check-filled": 61861,
|
|
168
|
+
"radio-check": 61862,
|
|
169
|
+
"radio-selected": 61863,
|
|
170
|
+
"radio": 61864,
|
|
171
|
+
"redo": 61865,
|
|
172
|
+
"reimbursements-2": 61866,
|
|
173
|
+
"reimbursements": 61867,
|
|
174
|
+
"reschedule": 61868,
|
|
175
|
+
"reset": 61869,
|
|
176
|
+
"revisit": 61870,
|
|
177
|
+
"rules": 61871,
|
|
178
|
+
"schedule-mail": 61872,
|
|
179
|
+
"search": 61873,
|
|
180
|
+
"self-added": 61874,
|
|
181
|
+
"settings-line": 61875,
|
|
182
|
+
"settings": 61876,
|
|
183
|
+
"share-with-people": 61877,
|
|
184
|
+
"share": 61878,
|
|
185
|
+
"site-visit-2": 61879,
|
|
186
|
+
"site-visit": 61880,
|
|
187
|
+
"sms": 61881,
|
|
188
|
+
"spinner": 61882,
|
|
189
|
+
"stats": 61883,
|
|
190
|
+
"store-2": 61884,
|
|
191
|
+
"store": 61885,
|
|
192
|
+
"system": 61886,
|
|
193
|
+
"table": 61887,
|
|
194
|
+
"team": 61888,
|
|
195
|
+
"training": 61889,
|
|
196
|
+
"transfer-2": 61890,
|
|
197
|
+
"transfer-alt": 61891,
|
|
198
|
+
"transfer": 61892,
|
|
199
|
+
"transferred": 61893,
|
|
200
|
+
"travel": 61894,
|
|
201
|
+
"trophy": 61895,
|
|
202
|
+
"unchecked-radio": 61896,
|
|
203
|
+
"undo": 61897,
|
|
204
|
+
"unlock": 61898,
|
|
205
|
+
"update": 61899,
|
|
206
|
+
"updating": 61900,
|
|
207
|
+
"upload": 61901,
|
|
208
|
+
"user-alt": 61902,
|
|
209
|
+
"user": 61903,
|
|
210
|
+
"videocam": 61904,
|
|
211
|
+
"view-details": 61905,
|
|
212
|
+
"vpn-key": 61906,
|
|
213
|
+
"warning-line": 61907,
|
|
214
|
+
"warning": 61908,
|
|
215
|
+
"whatsapp-filled": 61909,
|
|
216
|
+
"whatsapp": 61910
|
|
215
217
|
};
|
|
216
218
|
|
|
217
219
|
const iconSet = createIconSet(glyphMap, 'pebble', 'pebble.ttf');
|
package/native/icons/pebble.ttf
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pebble-shared",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.3.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "dist/pebble-shared.js",
|
|
6
6
|
"files": [
|
|
@@ -17,5 +17,8 @@
|
|
|
17
17
|
"copy:fonts": "copy './dist/fonts/*.ttf' ./native/icons",
|
|
18
18
|
"test": "exit 0"
|
|
19
19
|
},
|
|
20
|
-
"
|
|
20
|
+
"devDependencies": {
|
|
21
|
+
"@types/react-native": "^0.68.0"
|
|
22
|
+
},
|
|
23
|
+
"gitHead": "2e6e566cf87edbb14bb945d9bb62f97cd5742d2e"
|
|
21
24
|
}
|