@hero-design/rn 7.16.0 → 7.16.2
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/.turbo/turbo-build.log +2 -2
- package/es/index.js +176 -2444
- package/lib/index.js +449 -2717
- package/package.json +3 -4
- package/rollup.config.js +2 -0
- package/src/components/DatePicker/DatePickerIOS.tsx +2 -2
- package/src/components/List/StyledBasicListItem.tsx +2 -2
- package/src/components/Select/MultiSelect/Option.tsx +7 -10
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/Option.spec.tsx.snap +39 -21
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +342 -203
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/index.spec.tsx.snap +366 -224
- package/src/components/Select/SingleSelect/Option.tsx +2 -11
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/Option.spec.tsx.snap +21 -14
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +252 -168
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/index.spec.tsx.snap +294 -196
- package/src/components/Select/StyledSelect.tsx +2 -15
- package/src/components/Select/__tests__/StyledSelect.spec.tsx +1 -15
- package/src/components/Select/__tests__/__snapshots__/StyledSelect.spec.tsx.snap +0 -54
- package/src/components/TimePicker/TimePickerIOS.tsx +2 -2
- package/src/theme/__tests__/__snapshots__/index.spec.ts.snap +0 -2
- package/src/theme/components/select.ts +0 -2
- package/types/components/Select/StyledSelect.d.ts +2 -10
- package/types/theme/components/select.d.ts +0 -2
|
@@ -443,10 +443,13 @@ Array [
|
|
|
443
443
|
>
|
|
444
444
|
<View>
|
|
445
445
|
<View
|
|
446
|
+
accessibilityState={
|
|
447
|
+
Object {
|
|
448
|
+
"disabled": false,
|
|
449
|
+
}
|
|
450
|
+
}
|
|
446
451
|
accessible={true}
|
|
447
|
-
collapsable={false}
|
|
448
452
|
focusable={true}
|
|
449
|
-
nativeID="animatedComponent"
|
|
450
453
|
onClick={[Function]}
|
|
451
454
|
onResponderGrant={[Function]}
|
|
452
455
|
onResponderMove={[Function]}
|
|
@@ -455,22 +458,26 @@ Array [
|
|
|
455
458
|
onResponderTerminationRequest={[Function]}
|
|
456
459
|
onStartShouldSetResponder={[Function]}
|
|
457
460
|
style={
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
461
|
+
Array [
|
|
462
|
+
Object {
|
|
463
|
+
"alignItems": "center",
|
|
464
|
+
"backgroundColor": "#f1e9fb",
|
|
465
|
+
"flexDirection": "row",
|
|
466
|
+
"opacity": 1,
|
|
467
|
+
"padding": 16,
|
|
468
|
+
},
|
|
469
|
+
undefined,
|
|
470
|
+
]
|
|
467
471
|
}
|
|
468
472
|
>
|
|
469
473
|
<View
|
|
470
474
|
style={
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
475
|
+
Array [
|
|
476
|
+
Object {
|
|
477
|
+
"flex": 1,
|
|
478
|
+
},
|
|
479
|
+
undefined,
|
|
480
|
+
]
|
|
474
481
|
}
|
|
475
482
|
>
|
|
476
483
|
<Text
|
|
@@ -493,20 +500,31 @@ Array [
|
|
|
493
500
|
Monday
|
|
494
501
|
</Text>
|
|
495
502
|
</View>
|
|
496
|
-
<
|
|
497
|
-
name="checkmark"
|
|
503
|
+
<View
|
|
498
504
|
style={
|
|
499
505
|
Array [
|
|
500
506
|
Object {
|
|
501
|
-
"
|
|
502
|
-
"fontSize": 20,
|
|
507
|
+
"marginLeft": 8,
|
|
503
508
|
},
|
|
504
509
|
undefined,
|
|
505
510
|
]
|
|
506
511
|
}
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
512
|
+
>
|
|
513
|
+
<HeroIcon
|
|
514
|
+
name="checkmark"
|
|
515
|
+
style={
|
|
516
|
+
Array [
|
|
517
|
+
Object {
|
|
518
|
+
"color": "#292a2b",
|
|
519
|
+
"fontSize": 20,
|
|
520
|
+
},
|
|
521
|
+
undefined,
|
|
522
|
+
]
|
|
523
|
+
}
|
|
524
|
+
themeIntent="text"
|
|
525
|
+
themeSize="small"
|
|
526
|
+
/>
|
|
527
|
+
</View>
|
|
510
528
|
</View>
|
|
511
529
|
</View>
|
|
512
530
|
</View>
|
|
@@ -516,10 +534,13 @@ Array [
|
|
|
516
534
|
>
|
|
517
535
|
<View>
|
|
518
536
|
<View
|
|
537
|
+
accessibilityState={
|
|
538
|
+
Object {
|
|
539
|
+
"disabled": false,
|
|
540
|
+
}
|
|
541
|
+
}
|
|
519
542
|
accessible={true}
|
|
520
|
-
collapsable={false}
|
|
521
543
|
focusable={true}
|
|
522
|
-
nativeID="animatedComponent"
|
|
523
544
|
onClick={[Function]}
|
|
524
545
|
onResponderGrant={[Function]}
|
|
525
546
|
onResponderMove={[Function]}
|
|
@@ -528,22 +549,26 @@ Array [
|
|
|
528
549
|
onResponderTerminationRequest={[Function]}
|
|
529
550
|
onStartShouldSetResponder={[Function]}
|
|
530
551
|
style={
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
552
|
+
Array [
|
|
553
|
+
Object {
|
|
554
|
+
"alignItems": "center",
|
|
555
|
+
"backgroundColor": "#f1e9fb",
|
|
556
|
+
"flexDirection": "row",
|
|
557
|
+
"opacity": 1,
|
|
558
|
+
"padding": 16,
|
|
559
|
+
},
|
|
560
|
+
undefined,
|
|
561
|
+
]
|
|
540
562
|
}
|
|
541
563
|
>
|
|
542
564
|
<View
|
|
543
565
|
style={
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
566
|
+
Array [
|
|
567
|
+
Object {
|
|
568
|
+
"flex": 1,
|
|
569
|
+
},
|
|
570
|
+
undefined,
|
|
571
|
+
]
|
|
547
572
|
}
|
|
548
573
|
>
|
|
549
574
|
<Text
|
|
@@ -566,20 +591,31 @@ Array [
|
|
|
566
591
|
Tuesday
|
|
567
592
|
</Text>
|
|
568
593
|
</View>
|
|
569
|
-
<
|
|
570
|
-
name="checkmark"
|
|
594
|
+
<View
|
|
571
595
|
style={
|
|
572
596
|
Array [
|
|
573
597
|
Object {
|
|
574
|
-
"
|
|
575
|
-
"fontSize": 20,
|
|
598
|
+
"marginLeft": 8,
|
|
576
599
|
},
|
|
577
600
|
undefined,
|
|
578
601
|
]
|
|
579
602
|
}
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
603
|
+
>
|
|
604
|
+
<HeroIcon
|
|
605
|
+
name="checkmark"
|
|
606
|
+
style={
|
|
607
|
+
Array [
|
|
608
|
+
Object {
|
|
609
|
+
"color": "#292a2b",
|
|
610
|
+
"fontSize": 20,
|
|
611
|
+
},
|
|
612
|
+
undefined,
|
|
613
|
+
]
|
|
614
|
+
}
|
|
615
|
+
themeIntent="text"
|
|
616
|
+
themeSize="small"
|
|
617
|
+
/>
|
|
618
|
+
</View>
|
|
583
619
|
</View>
|
|
584
620
|
</View>
|
|
585
621
|
</View>
|
|
@@ -589,10 +625,13 @@ Array [
|
|
|
589
625
|
>
|
|
590
626
|
<View>
|
|
591
627
|
<View
|
|
628
|
+
accessibilityState={
|
|
629
|
+
Object {
|
|
630
|
+
"disabled": false,
|
|
631
|
+
}
|
|
632
|
+
}
|
|
592
633
|
accessible={true}
|
|
593
|
-
collapsable={false}
|
|
594
634
|
focusable={true}
|
|
595
|
-
nativeID="animatedComponent"
|
|
596
635
|
onClick={[Function]}
|
|
597
636
|
onResponderGrant={[Function]}
|
|
598
637
|
onResponderMove={[Function]}
|
|
@@ -601,22 +640,26 @@ Array [
|
|
|
601
640
|
onResponderTerminationRequest={[Function]}
|
|
602
641
|
onStartShouldSetResponder={[Function]}
|
|
603
642
|
style={
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
643
|
+
Array [
|
|
644
|
+
Object {
|
|
645
|
+
"alignItems": "center",
|
|
646
|
+
"backgroundColor": "#ffffff",
|
|
647
|
+
"flexDirection": "row",
|
|
648
|
+
"opacity": 1,
|
|
649
|
+
"padding": 16,
|
|
650
|
+
},
|
|
651
|
+
undefined,
|
|
652
|
+
]
|
|
613
653
|
}
|
|
614
654
|
>
|
|
615
655
|
<View
|
|
616
656
|
style={
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
657
|
+
Array [
|
|
658
|
+
Object {
|
|
659
|
+
"flex": 1,
|
|
660
|
+
},
|
|
661
|
+
undefined,
|
|
662
|
+
]
|
|
620
663
|
}
|
|
621
664
|
>
|
|
622
665
|
<Text
|
|
@@ -648,10 +691,13 @@ Array [
|
|
|
648
691
|
>
|
|
649
692
|
<View>
|
|
650
693
|
<View
|
|
694
|
+
accessibilityState={
|
|
695
|
+
Object {
|
|
696
|
+
"disabled": false,
|
|
697
|
+
}
|
|
698
|
+
}
|
|
651
699
|
accessible={true}
|
|
652
|
-
collapsable={false}
|
|
653
700
|
focusable={true}
|
|
654
|
-
nativeID="animatedComponent"
|
|
655
701
|
onClick={[Function]}
|
|
656
702
|
onResponderGrant={[Function]}
|
|
657
703
|
onResponderMove={[Function]}
|
|
@@ -660,22 +706,26 @@ Array [
|
|
|
660
706
|
onResponderTerminationRequest={[Function]}
|
|
661
707
|
onStartShouldSetResponder={[Function]}
|
|
662
708
|
style={
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
709
|
+
Array [
|
|
710
|
+
Object {
|
|
711
|
+
"alignItems": "center",
|
|
712
|
+
"backgroundColor": "#ffffff",
|
|
713
|
+
"flexDirection": "row",
|
|
714
|
+
"opacity": 1,
|
|
715
|
+
"padding": 16,
|
|
716
|
+
},
|
|
717
|
+
undefined,
|
|
718
|
+
]
|
|
672
719
|
}
|
|
673
720
|
>
|
|
674
721
|
<View
|
|
675
722
|
style={
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
723
|
+
Array [
|
|
724
|
+
Object {
|
|
725
|
+
"flex": 1,
|
|
726
|
+
},
|
|
727
|
+
undefined,
|
|
728
|
+
]
|
|
679
729
|
}
|
|
680
730
|
>
|
|
681
731
|
<Text
|
|
@@ -707,10 +757,13 @@ Array [
|
|
|
707
757
|
>
|
|
708
758
|
<View>
|
|
709
759
|
<View
|
|
760
|
+
accessibilityState={
|
|
761
|
+
Object {
|
|
762
|
+
"disabled": false,
|
|
763
|
+
}
|
|
764
|
+
}
|
|
710
765
|
accessible={true}
|
|
711
|
-
collapsable={false}
|
|
712
766
|
focusable={true}
|
|
713
|
-
nativeID="animatedComponent"
|
|
714
767
|
onClick={[Function]}
|
|
715
768
|
onResponderGrant={[Function]}
|
|
716
769
|
onResponderMove={[Function]}
|
|
@@ -719,22 +772,26 @@ Array [
|
|
|
719
772
|
onResponderTerminationRequest={[Function]}
|
|
720
773
|
onStartShouldSetResponder={[Function]}
|
|
721
774
|
style={
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
775
|
+
Array [
|
|
776
|
+
Object {
|
|
777
|
+
"alignItems": "center",
|
|
778
|
+
"backgroundColor": "#ffffff",
|
|
779
|
+
"flexDirection": "row",
|
|
780
|
+
"opacity": 1,
|
|
781
|
+
"padding": 16,
|
|
782
|
+
},
|
|
783
|
+
undefined,
|
|
784
|
+
]
|
|
731
785
|
}
|
|
732
786
|
>
|
|
733
787
|
<View
|
|
734
788
|
style={
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
789
|
+
Array [
|
|
790
|
+
Object {
|
|
791
|
+
"flex": 1,
|
|
792
|
+
},
|
|
793
|
+
undefined,
|
|
794
|
+
]
|
|
738
795
|
}
|
|
739
796
|
>
|
|
740
797
|
<Text
|
|
@@ -766,10 +823,13 @@ Array [
|
|
|
766
823
|
>
|
|
767
824
|
<View>
|
|
768
825
|
<View
|
|
826
|
+
accessibilityState={
|
|
827
|
+
Object {
|
|
828
|
+
"disabled": false,
|
|
829
|
+
}
|
|
830
|
+
}
|
|
769
831
|
accessible={true}
|
|
770
|
-
collapsable={false}
|
|
771
832
|
focusable={true}
|
|
772
|
-
nativeID="animatedComponent"
|
|
773
833
|
onClick={[Function]}
|
|
774
834
|
onResponderGrant={[Function]}
|
|
775
835
|
onResponderMove={[Function]}
|
|
@@ -778,22 +838,26 @@ Array [
|
|
|
778
838
|
onResponderTerminationRequest={[Function]}
|
|
779
839
|
onStartShouldSetResponder={[Function]}
|
|
780
840
|
style={
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
841
|
+
Array [
|
|
842
|
+
Object {
|
|
843
|
+
"alignItems": "center",
|
|
844
|
+
"backgroundColor": "#ffffff",
|
|
845
|
+
"flexDirection": "row",
|
|
846
|
+
"opacity": 1,
|
|
847
|
+
"padding": 16,
|
|
848
|
+
},
|
|
849
|
+
undefined,
|
|
850
|
+
]
|
|
790
851
|
}
|
|
791
852
|
>
|
|
792
853
|
<View
|
|
793
854
|
style={
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
855
|
+
Array [
|
|
856
|
+
Object {
|
|
857
|
+
"flex": 1,
|
|
858
|
+
},
|
|
859
|
+
undefined,
|
|
860
|
+
]
|
|
797
861
|
}
|
|
798
862
|
>
|
|
799
863
|
<Text
|
|
@@ -825,10 +889,13 @@ Array [
|
|
|
825
889
|
>
|
|
826
890
|
<View>
|
|
827
891
|
<View
|
|
892
|
+
accessibilityState={
|
|
893
|
+
Object {
|
|
894
|
+
"disabled": false,
|
|
895
|
+
}
|
|
896
|
+
}
|
|
828
897
|
accessible={true}
|
|
829
|
-
collapsable={false}
|
|
830
898
|
focusable={true}
|
|
831
|
-
nativeID="animatedComponent"
|
|
832
899
|
onClick={[Function]}
|
|
833
900
|
onResponderGrant={[Function]}
|
|
834
901
|
onResponderMove={[Function]}
|
|
@@ -837,22 +904,26 @@ Array [
|
|
|
837
904
|
onResponderTerminationRequest={[Function]}
|
|
838
905
|
onStartShouldSetResponder={[Function]}
|
|
839
906
|
style={
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
907
|
+
Array [
|
|
908
|
+
Object {
|
|
909
|
+
"alignItems": "center",
|
|
910
|
+
"backgroundColor": "#ffffff",
|
|
911
|
+
"flexDirection": "row",
|
|
912
|
+
"opacity": 1,
|
|
913
|
+
"padding": 16,
|
|
914
|
+
},
|
|
915
|
+
undefined,
|
|
916
|
+
]
|
|
849
917
|
}
|
|
850
918
|
>
|
|
851
919
|
<View
|
|
852
920
|
style={
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
921
|
+
Array [
|
|
922
|
+
Object {
|
|
923
|
+
"flex": 1,
|
|
924
|
+
},
|
|
925
|
+
undefined,
|
|
926
|
+
]
|
|
856
927
|
}
|
|
857
928
|
>
|
|
858
929
|
<Text
|
|
@@ -1395,10 +1466,13 @@ Array [
|
|
|
1395
1466
|
>
|
|
1396
1467
|
<View>
|
|
1397
1468
|
<View
|
|
1469
|
+
accessibilityState={
|
|
1470
|
+
Object {
|
|
1471
|
+
"disabled": false,
|
|
1472
|
+
}
|
|
1473
|
+
}
|
|
1398
1474
|
accessible={true}
|
|
1399
|
-
collapsable={false}
|
|
1400
1475
|
focusable={true}
|
|
1401
|
-
nativeID="animatedComponent"
|
|
1402
1476
|
onClick={[Function]}
|
|
1403
1477
|
onResponderGrant={[Function]}
|
|
1404
1478
|
onResponderMove={[Function]}
|
|
@@ -1407,22 +1481,26 @@ Array [
|
|
|
1407
1481
|
onResponderTerminationRequest={[Function]}
|
|
1408
1482
|
onStartShouldSetResponder={[Function]}
|
|
1409
1483
|
style={
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1484
|
+
Array [
|
|
1485
|
+
Object {
|
|
1486
|
+
"alignItems": "center",
|
|
1487
|
+
"backgroundColor": "#f1e9fb",
|
|
1488
|
+
"flexDirection": "row",
|
|
1489
|
+
"opacity": 1,
|
|
1490
|
+
"padding": 16,
|
|
1491
|
+
},
|
|
1492
|
+
undefined,
|
|
1493
|
+
]
|
|
1419
1494
|
}
|
|
1420
1495
|
>
|
|
1421
1496
|
<View
|
|
1422
1497
|
style={
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1498
|
+
Array [
|
|
1499
|
+
Object {
|
|
1500
|
+
"flex": 1,
|
|
1501
|
+
},
|
|
1502
|
+
undefined,
|
|
1503
|
+
]
|
|
1426
1504
|
}
|
|
1427
1505
|
>
|
|
1428
1506
|
<Text
|
|
@@ -1445,20 +1523,31 @@ Array [
|
|
|
1445
1523
|
Monday
|
|
1446
1524
|
</Text>
|
|
1447
1525
|
</View>
|
|
1448
|
-
<
|
|
1449
|
-
name="checkmark"
|
|
1526
|
+
<View
|
|
1450
1527
|
style={
|
|
1451
1528
|
Array [
|
|
1452
1529
|
Object {
|
|
1453
|
-
"
|
|
1454
|
-
"fontSize": 20,
|
|
1530
|
+
"marginLeft": 8,
|
|
1455
1531
|
},
|
|
1456
1532
|
undefined,
|
|
1457
1533
|
]
|
|
1458
1534
|
}
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1535
|
+
>
|
|
1536
|
+
<HeroIcon
|
|
1537
|
+
name="checkmark"
|
|
1538
|
+
style={
|
|
1539
|
+
Array [
|
|
1540
|
+
Object {
|
|
1541
|
+
"color": "#292a2b",
|
|
1542
|
+
"fontSize": 20,
|
|
1543
|
+
},
|
|
1544
|
+
undefined,
|
|
1545
|
+
]
|
|
1546
|
+
}
|
|
1547
|
+
themeIntent="text"
|
|
1548
|
+
themeSize="small"
|
|
1549
|
+
/>
|
|
1550
|
+
</View>
|
|
1462
1551
|
</View>
|
|
1463
1552
|
</View>
|
|
1464
1553
|
</View>
|
|
@@ -1468,10 +1557,13 @@ Array [
|
|
|
1468
1557
|
>
|
|
1469
1558
|
<View>
|
|
1470
1559
|
<View
|
|
1560
|
+
accessibilityState={
|
|
1561
|
+
Object {
|
|
1562
|
+
"disabled": false,
|
|
1563
|
+
}
|
|
1564
|
+
}
|
|
1471
1565
|
accessible={true}
|
|
1472
|
-
collapsable={false}
|
|
1473
1566
|
focusable={true}
|
|
1474
|
-
nativeID="animatedComponent"
|
|
1475
1567
|
onClick={[Function]}
|
|
1476
1568
|
onResponderGrant={[Function]}
|
|
1477
1569
|
onResponderMove={[Function]}
|
|
@@ -1480,22 +1572,26 @@ Array [
|
|
|
1480
1572
|
onResponderTerminationRequest={[Function]}
|
|
1481
1573
|
onStartShouldSetResponder={[Function]}
|
|
1482
1574
|
style={
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1575
|
+
Array [
|
|
1576
|
+
Object {
|
|
1577
|
+
"alignItems": "center",
|
|
1578
|
+
"backgroundColor": "#f1e9fb",
|
|
1579
|
+
"flexDirection": "row",
|
|
1580
|
+
"opacity": 1,
|
|
1581
|
+
"padding": 16,
|
|
1582
|
+
},
|
|
1583
|
+
undefined,
|
|
1584
|
+
]
|
|
1492
1585
|
}
|
|
1493
1586
|
>
|
|
1494
1587
|
<View
|
|
1495
1588
|
style={
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1589
|
+
Array [
|
|
1590
|
+
Object {
|
|
1591
|
+
"flex": 1,
|
|
1592
|
+
},
|
|
1593
|
+
undefined,
|
|
1594
|
+
]
|
|
1499
1595
|
}
|
|
1500
1596
|
>
|
|
1501
1597
|
<Text
|
|
@@ -1518,20 +1614,31 @@ Array [
|
|
|
1518
1614
|
Tuesday
|
|
1519
1615
|
</Text>
|
|
1520
1616
|
</View>
|
|
1521
|
-
<
|
|
1522
|
-
name="checkmark"
|
|
1617
|
+
<View
|
|
1523
1618
|
style={
|
|
1524
1619
|
Array [
|
|
1525
1620
|
Object {
|
|
1526
|
-
"
|
|
1527
|
-
"fontSize": 20,
|
|
1621
|
+
"marginLeft": 8,
|
|
1528
1622
|
},
|
|
1529
1623
|
undefined,
|
|
1530
1624
|
]
|
|
1531
1625
|
}
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1626
|
+
>
|
|
1627
|
+
<HeroIcon
|
|
1628
|
+
name="checkmark"
|
|
1629
|
+
style={
|
|
1630
|
+
Array [
|
|
1631
|
+
Object {
|
|
1632
|
+
"color": "#292a2b",
|
|
1633
|
+
"fontSize": 20,
|
|
1634
|
+
},
|
|
1635
|
+
undefined,
|
|
1636
|
+
]
|
|
1637
|
+
}
|
|
1638
|
+
themeIntent="text"
|
|
1639
|
+
themeSize="small"
|
|
1640
|
+
/>
|
|
1641
|
+
</View>
|
|
1535
1642
|
</View>
|
|
1536
1643
|
</View>
|
|
1537
1644
|
</View>
|
|
@@ -1541,10 +1648,13 @@ Array [
|
|
|
1541
1648
|
>
|
|
1542
1649
|
<View>
|
|
1543
1650
|
<View
|
|
1651
|
+
accessibilityState={
|
|
1652
|
+
Object {
|
|
1653
|
+
"disabled": false,
|
|
1654
|
+
}
|
|
1655
|
+
}
|
|
1544
1656
|
accessible={true}
|
|
1545
|
-
collapsable={false}
|
|
1546
1657
|
focusable={true}
|
|
1547
|
-
nativeID="animatedComponent"
|
|
1548
1658
|
onClick={[Function]}
|
|
1549
1659
|
onResponderGrant={[Function]}
|
|
1550
1660
|
onResponderMove={[Function]}
|
|
@@ -1553,22 +1663,26 @@ Array [
|
|
|
1553
1663
|
onResponderTerminationRequest={[Function]}
|
|
1554
1664
|
onStartShouldSetResponder={[Function]}
|
|
1555
1665
|
style={
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1666
|
+
Array [
|
|
1667
|
+
Object {
|
|
1668
|
+
"alignItems": "center",
|
|
1669
|
+
"backgroundColor": "#ffffff",
|
|
1670
|
+
"flexDirection": "row",
|
|
1671
|
+
"opacity": 1,
|
|
1672
|
+
"padding": 16,
|
|
1673
|
+
},
|
|
1674
|
+
undefined,
|
|
1675
|
+
]
|
|
1565
1676
|
}
|
|
1566
1677
|
>
|
|
1567
1678
|
<View
|
|
1568
1679
|
style={
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1680
|
+
Array [
|
|
1681
|
+
Object {
|
|
1682
|
+
"flex": 1,
|
|
1683
|
+
},
|
|
1684
|
+
undefined,
|
|
1685
|
+
]
|
|
1572
1686
|
}
|
|
1573
1687
|
>
|
|
1574
1688
|
<Text
|
|
@@ -1600,10 +1714,13 @@ Array [
|
|
|
1600
1714
|
>
|
|
1601
1715
|
<View>
|
|
1602
1716
|
<View
|
|
1717
|
+
accessibilityState={
|
|
1718
|
+
Object {
|
|
1719
|
+
"disabled": false,
|
|
1720
|
+
}
|
|
1721
|
+
}
|
|
1603
1722
|
accessible={true}
|
|
1604
|
-
collapsable={false}
|
|
1605
1723
|
focusable={true}
|
|
1606
|
-
nativeID="animatedComponent"
|
|
1607
1724
|
onClick={[Function]}
|
|
1608
1725
|
onResponderGrant={[Function]}
|
|
1609
1726
|
onResponderMove={[Function]}
|
|
@@ -1612,22 +1729,26 @@ Array [
|
|
|
1612
1729
|
onResponderTerminationRequest={[Function]}
|
|
1613
1730
|
onStartShouldSetResponder={[Function]}
|
|
1614
1731
|
style={
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1732
|
+
Array [
|
|
1733
|
+
Object {
|
|
1734
|
+
"alignItems": "center",
|
|
1735
|
+
"backgroundColor": "#ffffff",
|
|
1736
|
+
"flexDirection": "row",
|
|
1737
|
+
"opacity": 1,
|
|
1738
|
+
"padding": 16,
|
|
1739
|
+
},
|
|
1740
|
+
undefined,
|
|
1741
|
+
]
|
|
1624
1742
|
}
|
|
1625
1743
|
>
|
|
1626
1744
|
<View
|
|
1627
1745
|
style={
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1746
|
+
Array [
|
|
1747
|
+
Object {
|
|
1748
|
+
"flex": 1,
|
|
1749
|
+
},
|
|
1750
|
+
undefined,
|
|
1751
|
+
]
|
|
1631
1752
|
}
|
|
1632
1753
|
>
|
|
1633
1754
|
<Text
|
|
@@ -1659,10 +1780,13 @@ Array [
|
|
|
1659
1780
|
>
|
|
1660
1781
|
<View>
|
|
1661
1782
|
<View
|
|
1783
|
+
accessibilityState={
|
|
1784
|
+
Object {
|
|
1785
|
+
"disabled": false,
|
|
1786
|
+
}
|
|
1787
|
+
}
|
|
1662
1788
|
accessible={true}
|
|
1663
|
-
collapsable={false}
|
|
1664
1789
|
focusable={true}
|
|
1665
|
-
nativeID="animatedComponent"
|
|
1666
1790
|
onClick={[Function]}
|
|
1667
1791
|
onResponderGrant={[Function]}
|
|
1668
1792
|
onResponderMove={[Function]}
|
|
@@ -1671,22 +1795,26 @@ Array [
|
|
|
1671
1795
|
onResponderTerminationRequest={[Function]}
|
|
1672
1796
|
onStartShouldSetResponder={[Function]}
|
|
1673
1797
|
style={
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
|
|
1798
|
+
Array [
|
|
1799
|
+
Object {
|
|
1800
|
+
"alignItems": "center",
|
|
1801
|
+
"backgroundColor": "#ffffff",
|
|
1802
|
+
"flexDirection": "row",
|
|
1803
|
+
"opacity": 1,
|
|
1804
|
+
"padding": 16,
|
|
1805
|
+
},
|
|
1806
|
+
undefined,
|
|
1807
|
+
]
|
|
1683
1808
|
}
|
|
1684
1809
|
>
|
|
1685
1810
|
<View
|
|
1686
1811
|
style={
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1812
|
+
Array [
|
|
1813
|
+
Object {
|
|
1814
|
+
"flex": 1,
|
|
1815
|
+
},
|
|
1816
|
+
undefined,
|
|
1817
|
+
]
|
|
1690
1818
|
}
|
|
1691
1819
|
>
|
|
1692
1820
|
<Text
|
|
@@ -1718,10 +1846,13 @@ Array [
|
|
|
1718
1846
|
>
|
|
1719
1847
|
<View>
|
|
1720
1848
|
<View
|
|
1849
|
+
accessibilityState={
|
|
1850
|
+
Object {
|
|
1851
|
+
"disabled": false,
|
|
1852
|
+
}
|
|
1853
|
+
}
|
|
1721
1854
|
accessible={true}
|
|
1722
|
-
collapsable={false}
|
|
1723
1855
|
focusable={true}
|
|
1724
|
-
nativeID="animatedComponent"
|
|
1725
1856
|
onClick={[Function]}
|
|
1726
1857
|
onResponderGrant={[Function]}
|
|
1727
1858
|
onResponderMove={[Function]}
|
|
@@ -1730,22 +1861,26 @@ Array [
|
|
|
1730
1861
|
onResponderTerminationRequest={[Function]}
|
|
1731
1862
|
onStartShouldSetResponder={[Function]}
|
|
1732
1863
|
style={
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1864
|
+
Array [
|
|
1865
|
+
Object {
|
|
1866
|
+
"alignItems": "center",
|
|
1867
|
+
"backgroundColor": "#ffffff",
|
|
1868
|
+
"flexDirection": "row",
|
|
1869
|
+
"opacity": 1,
|
|
1870
|
+
"padding": 16,
|
|
1871
|
+
},
|
|
1872
|
+
undefined,
|
|
1873
|
+
]
|
|
1742
1874
|
}
|
|
1743
1875
|
>
|
|
1744
1876
|
<View
|
|
1745
1877
|
style={
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
|
|
1878
|
+
Array [
|
|
1879
|
+
Object {
|
|
1880
|
+
"flex": 1,
|
|
1881
|
+
},
|
|
1882
|
+
undefined,
|
|
1883
|
+
]
|
|
1749
1884
|
}
|
|
1750
1885
|
>
|
|
1751
1886
|
<Text
|
|
@@ -1777,10 +1912,13 @@ Array [
|
|
|
1777
1912
|
>
|
|
1778
1913
|
<View>
|
|
1779
1914
|
<View
|
|
1915
|
+
accessibilityState={
|
|
1916
|
+
Object {
|
|
1917
|
+
"disabled": false,
|
|
1918
|
+
}
|
|
1919
|
+
}
|
|
1780
1920
|
accessible={true}
|
|
1781
|
-
collapsable={false}
|
|
1782
1921
|
focusable={true}
|
|
1783
|
-
nativeID="animatedComponent"
|
|
1784
1922
|
onClick={[Function]}
|
|
1785
1923
|
onResponderGrant={[Function]}
|
|
1786
1924
|
onResponderMove={[Function]}
|
|
@@ -1789,22 +1927,26 @@ Array [
|
|
|
1789
1927
|
onResponderTerminationRequest={[Function]}
|
|
1790
1928
|
onStartShouldSetResponder={[Function]}
|
|
1791
1929
|
style={
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
-
|
|
1930
|
+
Array [
|
|
1931
|
+
Object {
|
|
1932
|
+
"alignItems": "center",
|
|
1933
|
+
"backgroundColor": "#ffffff",
|
|
1934
|
+
"flexDirection": "row",
|
|
1935
|
+
"opacity": 1,
|
|
1936
|
+
"padding": 16,
|
|
1937
|
+
},
|
|
1938
|
+
undefined,
|
|
1939
|
+
]
|
|
1801
1940
|
}
|
|
1802
1941
|
>
|
|
1803
1942
|
<View
|
|
1804
1943
|
style={
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1944
|
+
Array [
|
|
1945
|
+
Object {
|
|
1946
|
+
"flex": 1,
|
|
1947
|
+
},
|
|
1948
|
+
undefined,
|
|
1949
|
+
]
|
|
1808
1950
|
}
|
|
1809
1951
|
>
|
|
1810
1952
|
<Text
|