@tactics/toddle-styleguide 1.1.7 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +3 -5
- package/src/components/atoms/calendar/__snapshots__/calendar.test.js.snap +233 -231
- package/src/components/molecules/quick-filter/__snapshots__/quick-filter.test.js.snap +6 -42
- package/src/components/molecules/quick-filter/quick-filter.component.d.ts +2 -1
- package/src/components/molecules/quick-filter/quick-filter.component.tsx +14 -8
- package/src/components/molecules/quick-filter/quick-filter.preview.tsx +4 -0
- package/src/components/molecules/quick-filter/quick-filter.test.js +7 -0
- package/src/components/molecules/time-tracker/time-tracker.component.d.ts +1 -2
- package/src/components/molecules/time-tracker/time-tracker.component.tsx +11 -21
- package/src/components/organisms/person-info-card/person-info-card.styles.d.ts +4 -4
- package/src/components/templates/popover/components/modal/modal.component.d.ts +1 -1
- package/src/components/templates/popover/components/modal/modal.component.tsx +2 -2
- package/src/components/templates/popover/popover.component.d.ts +1 -1
- package/src/components/templates/popover/popover.component.tsx +5 -16
|
@@ -192,7 +192,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
192
192
|
}
|
|
193
193
|
testID="undefined.header.title"
|
|
194
194
|
>
|
|
195
|
-
|
|
195
|
+
April 2023
|
|
196
196
|
</Text>
|
|
197
197
|
</View>
|
|
198
198
|
<View
|
|
@@ -478,7 +478,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
478
478
|
}
|
|
479
479
|
>
|
|
480
480
|
<View
|
|
481
|
-
accessibilityLabel=" Maandag 27
|
|
481
|
+
accessibilityLabel=" Maandag 27 Maart 2023 "
|
|
482
482
|
accessibilityState={
|
|
483
483
|
{
|
|
484
484
|
"busy": undefined,
|
|
@@ -515,7 +515,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
515
515
|
"width": 42,
|
|
516
516
|
}
|
|
517
517
|
}
|
|
518
|
-
testID="undefined.day_2023-
|
|
518
|
+
testID="undefined.day_2023-03-27"
|
|
519
519
|
>
|
|
520
520
|
<Text
|
|
521
521
|
allowFontScaling={false}
|
|
@@ -561,7 +561,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
561
561
|
}
|
|
562
562
|
>
|
|
563
563
|
<View
|
|
564
|
-
accessibilityLabel=" Dinsdag 28
|
|
564
|
+
accessibilityLabel=" Dinsdag 28 Maart 2023 "
|
|
565
565
|
accessibilityState={
|
|
566
566
|
{
|
|
567
567
|
"busy": undefined,
|
|
@@ -598,7 +598,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
598
598
|
"width": 42,
|
|
599
599
|
}
|
|
600
600
|
}
|
|
601
|
-
testID="undefined.day_2023-
|
|
601
|
+
testID="undefined.day_2023-03-28"
|
|
602
602
|
>
|
|
603
603
|
<Text
|
|
604
604
|
allowFontScaling={false}
|
|
@@ -644,8 +644,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
644
644
|
}
|
|
645
645
|
>
|
|
646
646
|
<View
|
|
647
|
-
accessibilityLabel=" Woensdag
|
|
648
|
-
accessibilityRole="button"
|
|
647
|
+
accessibilityLabel=" Woensdag 29 Maart 2023 "
|
|
649
648
|
accessibilityState={
|
|
650
649
|
{
|
|
651
650
|
"busy": undefined,
|
|
@@ -682,7 +681,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
682
681
|
"width": 42,
|
|
683
682
|
}
|
|
684
683
|
}
|
|
685
|
-
testID="undefined.day_2023-03-
|
|
684
|
+
testID="undefined.day_2023-03-29"
|
|
686
685
|
>
|
|
687
686
|
<Text
|
|
688
687
|
allowFontScaling={false}
|
|
@@ -695,10 +694,13 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
695
694
|
"lineHeight": 22.4,
|
|
696
695
|
"marginTop": 4,
|
|
697
696
|
},
|
|
697
|
+
{
|
|
698
|
+
"color": "#9AA5B1",
|
|
699
|
+
},
|
|
698
700
|
]
|
|
699
701
|
}
|
|
700
702
|
>
|
|
701
|
-
|
|
703
|
+
29
|
|
702
704
|
</Text>
|
|
703
705
|
<View
|
|
704
706
|
style={
|
|
@@ -725,8 +727,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
725
727
|
}
|
|
726
728
|
>
|
|
727
729
|
<View
|
|
728
|
-
accessibilityLabel=" Donderdag
|
|
729
|
-
accessibilityRole="button"
|
|
730
|
+
accessibilityLabel=" Donderdag 30 Maart 2023 "
|
|
730
731
|
accessibilityState={
|
|
731
732
|
{
|
|
732
733
|
"busy": undefined,
|
|
@@ -763,7 +764,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
763
764
|
"width": 42,
|
|
764
765
|
}
|
|
765
766
|
}
|
|
766
|
-
testID="undefined.day_2023-03-
|
|
767
|
+
testID="undefined.day_2023-03-30"
|
|
767
768
|
>
|
|
768
769
|
<Text
|
|
769
770
|
allowFontScaling={false}
|
|
@@ -776,10 +777,13 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
776
777
|
"lineHeight": 22.4,
|
|
777
778
|
"marginTop": 4,
|
|
778
779
|
},
|
|
780
|
+
{
|
|
781
|
+
"color": "#9AA5B1",
|
|
782
|
+
},
|
|
779
783
|
]
|
|
780
784
|
}
|
|
781
785
|
>
|
|
782
|
-
|
|
786
|
+
30
|
|
783
787
|
</Text>
|
|
784
788
|
<View
|
|
785
789
|
style={
|
|
@@ -806,8 +810,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
806
810
|
}
|
|
807
811
|
>
|
|
808
812
|
<View
|
|
809
|
-
accessibilityLabel=" Vrijdag
|
|
810
|
-
accessibilityRole="button"
|
|
813
|
+
accessibilityLabel=" Vrijdag 31 Maart 2023 "
|
|
811
814
|
accessibilityState={
|
|
812
815
|
{
|
|
813
816
|
"busy": undefined,
|
|
@@ -844,7 +847,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
844
847
|
"width": 42,
|
|
845
848
|
}
|
|
846
849
|
}
|
|
847
|
-
testID="undefined.day_2023-03-
|
|
850
|
+
testID="undefined.day_2023-03-31"
|
|
848
851
|
>
|
|
849
852
|
<Text
|
|
850
853
|
allowFontScaling={false}
|
|
@@ -857,10 +860,13 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
857
860
|
"lineHeight": 22.4,
|
|
858
861
|
"marginTop": 4,
|
|
859
862
|
},
|
|
863
|
+
{
|
|
864
|
+
"color": "#9AA5B1",
|
|
865
|
+
},
|
|
860
866
|
]
|
|
861
867
|
}
|
|
862
868
|
>
|
|
863
|
-
|
|
869
|
+
31
|
|
864
870
|
</Text>
|
|
865
871
|
<View
|
|
866
872
|
style={
|
|
@@ -887,7 +893,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
887
893
|
}
|
|
888
894
|
>
|
|
889
895
|
<View
|
|
890
|
-
accessibilityLabel=" Zaterdag
|
|
896
|
+
accessibilityLabel=" Zaterdag 1 April 2023 "
|
|
891
897
|
accessibilityRole="button"
|
|
892
898
|
accessibilityState={
|
|
893
899
|
{
|
|
@@ -925,7 +931,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
925
931
|
"width": 42,
|
|
926
932
|
}
|
|
927
933
|
}
|
|
928
|
-
testID="undefined.day_2023-
|
|
934
|
+
testID="undefined.day_2023-04-01"
|
|
929
935
|
>
|
|
930
936
|
<Text
|
|
931
937
|
allowFontScaling={false}
|
|
@@ -941,7 +947,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
941
947
|
]
|
|
942
948
|
}
|
|
943
949
|
>
|
|
944
|
-
|
|
950
|
+
1
|
|
945
951
|
</Text>
|
|
946
952
|
<View
|
|
947
953
|
style={
|
|
@@ -968,7 +974,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
968
974
|
}
|
|
969
975
|
>
|
|
970
976
|
<View
|
|
971
|
-
accessibilityLabel=" Zondag
|
|
977
|
+
accessibilityLabel=" Zondag 2 April 2023 "
|
|
972
978
|
accessibilityRole="button"
|
|
973
979
|
accessibilityState={
|
|
974
980
|
{
|
|
@@ -1006,7 +1012,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
1006
1012
|
"width": 42,
|
|
1007
1013
|
}
|
|
1008
1014
|
}
|
|
1009
|
-
testID="undefined.day_2023-
|
|
1015
|
+
testID="undefined.day_2023-04-02"
|
|
1010
1016
|
>
|
|
1011
1017
|
<Text
|
|
1012
1018
|
allowFontScaling={false}
|
|
@@ -1022,7 +1028,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
1022
1028
|
]
|
|
1023
1029
|
}
|
|
1024
1030
|
>
|
|
1025
|
-
|
|
1031
|
+
2
|
|
1026
1032
|
</Text>
|
|
1027
1033
|
<View
|
|
1028
1034
|
style={
|
|
@@ -1059,7 +1065,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
1059
1065
|
}
|
|
1060
1066
|
>
|
|
1061
1067
|
<View
|
|
1062
|
-
accessibilityLabel=" Maandag
|
|
1068
|
+
accessibilityLabel="today Maandag 3 April 2023 "
|
|
1063
1069
|
accessibilityRole="button"
|
|
1064
1070
|
accessibilityState={
|
|
1065
1071
|
{
|
|
@@ -1091,13 +1097,17 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
1091
1097
|
style={
|
|
1092
1098
|
{
|
|
1093
1099
|
"alignItems": "center",
|
|
1100
|
+
"borderColor": "#7B93DB",
|
|
1101
|
+
"borderRadius": 21,
|
|
1102
|
+
"borderStyle": "solid",
|
|
1103
|
+
"borderWidth": 1,
|
|
1094
1104
|
"height": 42,
|
|
1095
1105
|
"justifyContent": "center",
|
|
1096
1106
|
"opacity": 1,
|
|
1097
1107
|
"width": 42,
|
|
1098
1108
|
}
|
|
1099
1109
|
}
|
|
1100
|
-
testID="undefined.day_2023-03
|
|
1110
|
+
testID="undefined.day_2023-04-03"
|
|
1101
1111
|
>
|
|
1102
1112
|
<Text
|
|
1103
1113
|
allowFontScaling={false}
|
|
@@ -1110,10 +1120,13 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
1110
1120
|
"lineHeight": 22.4,
|
|
1111
1121
|
"marginTop": 4,
|
|
1112
1122
|
},
|
|
1123
|
+
{
|
|
1124
|
+
"color": "#7B93DB",
|
|
1125
|
+
},
|
|
1113
1126
|
]
|
|
1114
1127
|
}
|
|
1115
1128
|
>
|
|
1116
|
-
|
|
1129
|
+
3
|
|
1117
1130
|
</Text>
|
|
1118
1131
|
<View
|
|
1119
1132
|
style={
|
|
@@ -1140,7 +1153,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
1140
1153
|
}
|
|
1141
1154
|
>
|
|
1142
1155
|
<View
|
|
1143
|
-
accessibilityLabel=" Dinsdag
|
|
1156
|
+
accessibilityLabel=" Dinsdag 4 April 2023 "
|
|
1144
1157
|
accessibilityRole="button"
|
|
1145
1158
|
accessibilityState={
|
|
1146
1159
|
{
|
|
@@ -1178,7 +1191,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
1178
1191
|
"width": 42,
|
|
1179
1192
|
}
|
|
1180
1193
|
}
|
|
1181
|
-
testID="undefined.day_2023-
|
|
1194
|
+
testID="undefined.day_2023-04-04"
|
|
1182
1195
|
>
|
|
1183
1196
|
<Text
|
|
1184
1197
|
allowFontScaling={false}
|
|
@@ -1194,7 +1207,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
1194
1207
|
]
|
|
1195
1208
|
}
|
|
1196
1209
|
>
|
|
1197
|
-
|
|
1210
|
+
4
|
|
1198
1211
|
</Text>
|
|
1199
1212
|
<View
|
|
1200
1213
|
style={
|
|
@@ -1221,7 +1234,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
1221
1234
|
}
|
|
1222
1235
|
>
|
|
1223
1236
|
<View
|
|
1224
|
-
accessibilityLabel=" Woensdag
|
|
1237
|
+
accessibilityLabel=" Woensdag 5 April 2023 "
|
|
1225
1238
|
accessibilityRole="button"
|
|
1226
1239
|
accessibilityState={
|
|
1227
1240
|
{
|
|
@@ -1259,7 +1272,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
1259
1272
|
"width": 42,
|
|
1260
1273
|
}
|
|
1261
1274
|
}
|
|
1262
|
-
testID="undefined.day_2023-
|
|
1275
|
+
testID="undefined.day_2023-04-05"
|
|
1263
1276
|
>
|
|
1264
1277
|
<Text
|
|
1265
1278
|
allowFontScaling={false}
|
|
@@ -1275,7 +1288,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
1275
1288
|
]
|
|
1276
1289
|
}
|
|
1277
1290
|
>
|
|
1278
|
-
|
|
1291
|
+
5
|
|
1279
1292
|
</Text>
|
|
1280
1293
|
<View
|
|
1281
1294
|
style={
|
|
@@ -1302,7 +1315,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
1302
1315
|
}
|
|
1303
1316
|
>
|
|
1304
1317
|
<View
|
|
1305
|
-
accessibilityLabel=" Donderdag
|
|
1318
|
+
accessibilityLabel=" Donderdag 6 April 2023 "
|
|
1306
1319
|
accessibilityRole="button"
|
|
1307
1320
|
accessibilityState={
|
|
1308
1321
|
{
|
|
@@ -1340,7 +1353,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
1340
1353
|
"width": 42,
|
|
1341
1354
|
}
|
|
1342
1355
|
}
|
|
1343
|
-
testID="undefined.day_2023-
|
|
1356
|
+
testID="undefined.day_2023-04-06"
|
|
1344
1357
|
>
|
|
1345
1358
|
<Text
|
|
1346
1359
|
allowFontScaling={false}
|
|
@@ -1356,7 +1369,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
1356
1369
|
]
|
|
1357
1370
|
}
|
|
1358
1371
|
>
|
|
1359
|
-
|
|
1372
|
+
6
|
|
1360
1373
|
</Text>
|
|
1361
1374
|
<View
|
|
1362
1375
|
style={
|
|
@@ -1383,7 +1396,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
1383
1396
|
}
|
|
1384
1397
|
>
|
|
1385
1398
|
<View
|
|
1386
|
-
accessibilityLabel=" Vrijdag
|
|
1399
|
+
accessibilityLabel=" Vrijdag 7 April 2023 "
|
|
1387
1400
|
accessibilityRole="button"
|
|
1388
1401
|
accessibilityState={
|
|
1389
1402
|
{
|
|
@@ -1421,7 +1434,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
1421
1434
|
"width": 42,
|
|
1422
1435
|
}
|
|
1423
1436
|
}
|
|
1424
|
-
testID="undefined.day_2023-
|
|
1437
|
+
testID="undefined.day_2023-04-07"
|
|
1425
1438
|
>
|
|
1426
1439
|
<Text
|
|
1427
1440
|
allowFontScaling={false}
|
|
@@ -1437,7 +1450,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
1437
1450
|
]
|
|
1438
1451
|
}
|
|
1439
1452
|
>
|
|
1440
|
-
|
|
1453
|
+
7
|
|
1441
1454
|
</Text>
|
|
1442
1455
|
<View
|
|
1443
1456
|
style={
|
|
@@ -1464,7 +1477,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
1464
1477
|
}
|
|
1465
1478
|
>
|
|
1466
1479
|
<View
|
|
1467
|
-
accessibilityLabel=" Zaterdag
|
|
1480
|
+
accessibilityLabel=" Zaterdag 8 April 2023 "
|
|
1468
1481
|
accessibilityRole="button"
|
|
1469
1482
|
accessibilityState={
|
|
1470
1483
|
{
|
|
@@ -1502,7 +1515,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
1502
1515
|
"width": 42,
|
|
1503
1516
|
}
|
|
1504
1517
|
}
|
|
1505
|
-
testID="undefined.day_2023-
|
|
1518
|
+
testID="undefined.day_2023-04-08"
|
|
1506
1519
|
>
|
|
1507
1520
|
<Text
|
|
1508
1521
|
allowFontScaling={false}
|
|
@@ -1518,7 +1531,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
1518
1531
|
]
|
|
1519
1532
|
}
|
|
1520
1533
|
>
|
|
1521
|
-
|
|
1534
|
+
8
|
|
1522
1535
|
</Text>
|
|
1523
1536
|
<View
|
|
1524
1537
|
style={
|
|
@@ -1545,7 +1558,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
1545
1558
|
}
|
|
1546
1559
|
>
|
|
1547
1560
|
<View
|
|
1548
|
-
accessibilityLabel=" Zondag
|
|
1561
|
+
accessibilityLabel=" Zondag 9 April 2023 "
|
|
1549
1562
|
accessibilityRole="button"
|
|
1550
1563
|
accessibilityState={
|
|
1551
1564
|
{
|
|
@@ -1583,7 +1596,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
1583
1596
|
"width": 42,
|
|
1584
1597
|
}
|
|
1585
1598
|
}
|
|
1586
|
-
testID="undefined.day_2023-
|
|
1599
|
+
testID="undefined.day_2023-04-09"
|
|
1587
1600
|
>
|
|
1588
1601
|
<Text
|
|
1589
1602
|
allowFontScaling={false}
|
|
@@ -1599,7 +1612,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
1599
1612
|
]
|
|
1600
1613
|
}
|
|
1601
1614
|
>
|
|
1602
|
-
|
|
1615
|
+
9
|
|
1603
1616
|
</Text>
|
|
1604
1617
|
<View
|
|
1605
1618
|
style={
|
|
@@ -1636,7 +1649,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
1636
1649
|
}
|
|
1637
1650
|
>
|
|
1638
1651
|
<View
|
|
1639
|
-
accessibilityLabel=" Maandag
|
|
1652
|
+
accessibilityLabel=" Maandag 10 April 2023 "
|
|
1640
1653
|
accessibilityRole="button"
|
|
1641
1654
|
accessibilityState={
|
|
1642
1655
|
{
|
|
@@ -1674,7 +1687,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
1674
1687
|
"width": 42,
|
|
1675
1688
|
}
|
|
1676
1689
|
}
|
|
1677
|
-
testID="undefined.day_2023-
|
|
1690
|
+
testID="undefined.day_2023-04-10"
|
|
1678
1691
|
>
|
|
1679
1692
|
<Text
|
|
1680
1693
|
allowFontScaling={false}
|
|
@@ -1690,7 +1703,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
1690
1703
|
]
|
|
1691
1704
|
}
|
|
1692
1705
|
>
|
|
1693
|
-
|
|
1706
|
+
10
|
|
1694
1707
|
</Text>
|
|
1695
1708
|
<View
|
|
1696
1709
|
style={
|
|
@@ -1717,7 +1730,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
1717
1730
|
}
|
|
1718
1731
|
>
|
|
1719
1732
|
<View
|
|
1720
|
-
accessibilityLabel=" Dinsdag
|
|
1733
|
+
accessibilityLabel=" Dinsdag 11 April 2023 "
|
|
1721
1734
|
accessibilityRole="button"
|
|
1722
1735
|
accessibilityState={
|
|
1723
1736
|
{
|
|
@@ -1755,7 +1768,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
1755
1768
|
"width": 42,
|
|
1756
1769
|
}
|
|
1757
1770
|
}
|
|
1758
|
-
testID="undefined.day_2023-
|
|
1771
|
+
testID="undefined.day_2023-04-11"
|
|
1759
1772
|
>
|
|
1760
1773
|
<Text
|
|
1761
1774
|
allowFontScaling={false}
|
|
@@ -1771,7 +1784,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
1771
1784
|
]
|
|
1772
1785
|
}
|
|
1773
1786
|
>
|
|
1774
|
-
|
|
1787
|
+
11
|
|
1775
1788
|
</Text>
|
|
1776
1789
|
<View
|
|
1777
1790
|
style={
|
|
@@ -1798,7 +1811,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
1798
1811
|
}
|
|
1799
1812
|
>
|
|
1800
1813
|
<View
|
|
1801
|
-
accessibilityLabel=" Woensdag
|
|
1814
|
+
accessibilityLabel=" Woensdag 12 April 2023 "
|
|
1802
1815
|
accessibilityRole="button"
|
|
1803
1816
|
accessibilityState={
|
|
1804
1817
|
{
|
|
@@ -1836,7 +1849,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
1836
1849
|
"width": 42,
|
|
1837
1850
|
}
|
|
1838
1851
|
}
|
|
1839
|
-
testID="undefined.day_2023-
|
|
1852
|
+
testID="undefined.day_2023-04-12"
|
|
1840
1853
|
>
|
|
1841
1854
|
<Text
|
|
1842
1855
|
allowFontScaling={false}
|
|
@@ -1852,7 +1865,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
1852
1865
|
]
|
|
1853
1866
|
}
|
|
1854
1867
|
>
|
|
1855
|
-
|
|
1868
|
+
12
|
|
1856
1869
|
</Text>
|
|
1857
1870
|
<View
|
|
1858
1871
|
style={
|
|
@@ -1879,7 +1892,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
1879
1892
|
}
|
|
1880
1893
|
>
|
|
1881
1894
|
<View
|
|
1882
|
-
accessibilityLabel=" Donderdag
|
|
1895
|
+
accessibilityLabel=" Donderdag 13 April 2023 "
|
|
1883
1896
|
accessibilityRole="button"
|
|
1884
1897
|
accessibilityState={
|
|
1885
1898
|
{
|
|
@@ -1917,7 +1930,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
1917
1930
|
"width": 42,
|
|
1918
1931
|
}
|
|
1919
1932
|
}
|
|
1920
|
-
testID="undefined.day_2023-
|
|
1933
|
+
testID="undefined.day_2023-04-13"
|
|
1921
1934
|
>
|
|
1922
1935
|
<Text
|
|
1923
1936
|
allowFontScaling={false}
|
|
@@ -1933,7 +1946,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
1933
1946
|
]
|
|
1934
1947
|
}
|
|
1935
1948
|
>
|
|
1936
|
-
|
|
1949
|
+
13
|
|
1937
1950
|
</Text>
|
|
1938
1951
|
<View
|
|
1939
1952
|
style={
|
|
@@ -1960,7 +1973,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
1960
1973
|
}
|
|
1961
1974
|
>
|
|
1962
1975
|
<View
|
|
1963
|
-
accessibilityLabel=" Vrijdag
|
|
1976
|
+
accessibilityLabel=" Vrijdag 14 April 2023 "
|
|
1964
1977
|
accessibilityRole="button"
|
|
1965
1978
|
accessibilityState={
|
|
1966
1979
|
{
|
|
@@ -1998,7 +2011,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
1998
2011
|
"width": 42,
|
|
1999
2012
|
}
|
|
2000
2013
|
}
|
|
2001
|
-
testID="undefined.day_2023-
|
|
2014
|
+
testID="undefined.day_2023-04-14"
|
|
2002
2015
|
>
|
|
2003
2016
|
<Text
|
|
2004
2017
|
allowFontScaling={false}
|
|
@@ -2014,7 +2027,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
2014
2027
|
]
|
|
2015
2028
|
}
|
|
2016
2029
|
>
|
|
2017
|
-
|
|
2030
|
+
14
|
|
2018
2031
|
</Text>
|
|
2019
2032
|
<View
|
|
2020
2033
|
style={
|
|
@@ -2041,7 +2054,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
2041
2054
|
}
|
|
2042
2055
|
>
|
|
2043
2056
|
<View
|
|
2044
|
-
accessibilityLabel=" Zaterdag
|
|
2057
|
+
accessibilityLabel=" Zaterdag 15 April 2023 "
|
|
2045
2058
|
accessibilityRole="button"
|
|
2046
2059
|
accessibilityState={
|
|
2047
2060
|
{
|
|
@@ -2079,7 +2092,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
2079
2092
|
"width": 42,
|
|
2080
2093
|
}
|
|
2081
2094
|
}
|
|
2082
|
-
testID="undefined.day_2023-
|
|
2095
|
+
testID="undefined.day_2023-04-15"
|
|
2083
2096
|
>
|
|
2084
2097
|
<Text
|
|
2085
2098
|
allowFontScaling={false}
|
|
@@ -2095,7 +2108,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
2095
2108
|
]
|
|
2096
2109
|
}
|
|
2097
2110
|
>
|
|
2098
|
-
|
|
2111
|
+
15
|
|
2099
2112
|
</Text>
|
|
2100
2113
|
<View
|
|
2101
2114
|
style={
|
|
@@ -2122,7 +2135,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
2122
2135
|
}
|
|
2123
2136
|
>
|
|
2124
2137
|
<View
|
|
2125
|
-
accessibilityLabel=" Zondag
|
|
2138
|
+
accessibilityLabel=" Zondag 16 April 2023 "
|
|
2126
2139
|
accessibilityRole="button"
|
|
2127
2140
|
accessibilityState={
|
|
2128
2141
|
{
|
|
@@ -2160,7 +2173,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
2160
2173
|
"width": 42,
|
|
2161
2174
|
}
|
|
2162
2175
|
}
|
|
2163
|
-
testID="undefined.day_2023-
|
|
2176
|
+
testID="undefined.day_2023-04-16"
|
|
2164
2177
|
>
|
|
2165
2178
|
<Text
|
|
2166
2179
|
allowFontScaling={false}
|
|
@@ -2176,7 +2189,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
2176
2189
|
]
|
|
2177
2190
|
}
|
|
2178
2191
|
>
|
|
2179
|
-
|
|
2192
|
+
16
|
|
2180
2193
|
</Text>
|
|
2181
2194
|
<View
|
|
2182
2195
|
style={
|
|
@@ -2213,7 +2226,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
2213
2226
|
}
|
|
2214
2227
|
>
|
|
2215
2228
|
<View
|
|
2216
|
-
accessibilityLabel=" Maandag
|
|
2229
|
+
accessibilityLabel=" Maandag 17 April 2023 "
|
|
2217
2230
|
accessibilityRole="button"
|
|
2218
2231
|
accessibilityState={
|
|
2219
2232
|
{
|
|
@@ -2251,7 +2264,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
2251
2264
|
"width": 42,
|
|
2252
2265
|
}
|
|
2253
2266
|
}
|
|
2254
|
-
testID="undefined.day_2023-
|
|
2267
|
+
testID="undefined.day_2023-04-17"
|
|
2255
2268
|
>
|
|
2256
2269
|
<Text
|
|
2257
2270
|
allowFontScaling={false}
|
|
@@ -2267,7 +2280,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
2267
2280
|
]
|
|
2268
2281
|
}
|
|
2269
2282
|
>
|
|
2270
|
-
|
|
2283
|
+
17
|
|
2271
2284
|
</Text>
|
|
2272
2285
|
<View
|
|
2273
2286
|
style={
|
|
@@ -2294,7 +2307,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
2294
2307
|
}
|
|
2295
2308
|
>
|
|
2296
2309
|
<View
|
|
2297
|
-
accessibilityLabel=" Dinsdag
|
|
2310
|
+
accessibilityLabel=" Dinsdag 18 April 2023 "
|
|
2298
2311
|
accessibilityRole="button"
|
|
2299
2312
|
accessibilityState={
|
|
2300
2313
|
{
|
|
@@ -2332,7 +2345,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
2332
2345
|
"width": 42,
|
|
2333
2346
|
}
|
|
2334
2347
|
}
|
|
2335
|
-
testID="undefined.day_2023-
|
|
2348
|
+
testID="undefined.day_2023-04-18"
|
|
2336
2349
|
>
|
|
2337
2350
|
<Text
|
|
2338
2351
|
allowFontScaling={false}
|
|
@@ -2348,7 +2361,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
2348
2361
|
]
|
|
2349
2362
|
}
|
|
2350
2363
|
>
|
|
2351
|
-
|
|
2364
|
+
18
|
|
2352
2365
|
</Text>
|
|
2353
2366
|
<View
|
|
2354
2367
|
style={
|
|
@@ -2375,7 +2388,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
2375
2388
|
}
|
|
2376
2389
|
>
|
|
2377
2390
|
<View
|
|
2378
|
-
accessibilityLabel=" Woensdag
|
|
2391
|
+
accessibilityLabel=" Woensdag 19 April 2023 "
|
|
2379
2392
|
accessibilityRole="button"
|
|
2380
2393
|
accessibilityState={
|
|
2381
2394
|
{
|
|
@@ -2413,7 +2426,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
2413
2426
|
"width": 42,
|
|
2414
2427
|
}
|
|
2415
2428
|
}
|
|
2416
|
-
testID="undefined.day_2023-
|
|
2429
|
+
testID="undefined.day_2023-04-19"
|
|
2417
2430
|
>
|
|
2418
2431
|
<Text
|
|
2419
2432
|
allowFontScaling={false}
|
|
@@ -2429,7 +2442,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
2429
2442
|
]
|
|
2430
2443
|
}
|
|
2431
2444
|
>
|
|
2432
|
-
|
|
2445
|
+
19
|
|
2433
2446
|
</Text>
|
|
2434
2447
|
<View
|
|
2435
2448
|
style={
|
|
@@ -2456,7 +2469,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
2456
2469
|
}
|
|
2457
2470
|
>
|
|
2458
2471
|
<View
|
|
2459
|
-
accessibilityLabel=" Donderdag
|
|
2472
|
+
accessibilityLabel=" Donderdag 20 April 2023 "
|
|
2460
2473
|
accessibilityRole="button"
|
|
2461
2474
|
accessibilityState={
|
|
2462
2475
|
{
|
|
@@ -2494,7 +2507,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
2494
2507
|
"width": 42,
|
|
2495
2508
|
}
|
|
2496
2509
|
}
|
|
2497
|
-
testID="undefined.day_2023-
|
|
2510
|
+
testID="undefined.day_2023-04-20"
|
|
2498
2511
|
>
|
|
2499
2512
|
<Text
|
|
2500
2513
|
allowFontScaling={false}
|
|
@@ -2510,7 +2523,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
2510
2523
|
]
|
|
2511
2524
|
}
|
|
2512
2525
|
>
|
|
2513
|
-
|
|
2526
|
+
20
|
|
2514
2527
|
</Text>
|
|
2515
2528
|
<View
|
|
2516
2529
|
style={
|
|
@@ -2537,7 +2550,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
2537
2550
|
}
|
|
2538
2551
|
>
|
|
2539
2552
|
<View
|
|
2540
|
-
accessibilityLabel=" Vrijdag
|
|
2553
|
+
accessibilityLabel=" Vrijdag 21 April 2023 "
|
|
2541
2554
|
accessibilityRole="button"
|
|
2542
2555
|
accessibilityState={
|
|
2543
2556
|
{
|
|
@@ -2575,7 +2588,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
2575
2588
|
"width": 42,
|
|
2576
2589
|
}
|
|
2577
2590
|
}
|
|
2578
|
-
testID="undefined.day_2023-
|
|
2591
|
+
testID="undefined.day_2023-04-21"
|
|
2579
2592
|
>
|
|
2580
2593
|
<Text
|
|
2581
2594
|
allowFontScaling={false}
|
|
@@ -2591,7 +2604,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
2591
2604
|
]
|
|
2592
2605
|
}
|
|
2593
2606
|
>
|
|
2594
|
-
|
|
2607
|
+
21
|
|
2595
2608
|
</Text>
|
|
2596
2609
|
<View
|
|
2597
2610
|
style={
|
|
@@ -2618,7 +2631,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
2618
2631
|
}
|
|
2619
2632
|
>
|
|
2620
2633
|
<View
|
|
2621
|
-
accessibilityLabel=" Zaterdag
|
|
2634
|
+
accessibilityLabel=" Zaterdag 22 April 2023 "
|
|
2622
2635
|
accessibilityRole="button"
|
|
2623
2636
|
accessibilityState={
|
|
2624
2637
|
{
|
|
@@ -2656,7 +2669,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
2656
2669
|
"width": 42,
|
|
2657
2670
|
}
|
|
2658
2671
|
}
|
|
2659
|
-
testID="undefined.day_2023-
|
|
2672
|
+
testID="undefined.day_2023-04-22"
|
|
2660
2673
|
>
|
|
2661
2674
|
<Text
|
|
2662
2675
|
allowFontScaling={false}
|
|
@@ -2672,7 +2685,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
2672
2685
|
]
|
|
2673
2686
|
}
|
|
2674
2687
|
>
|
|
2675
|
-
|
|
2688
|
+
22
|
|
2676
2689
|
</Text>
|
|
2677
2690
|
<View
|
|
2678
2691
|
style={
|
|
@@ -2699,7 +2712,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
2699
2712
|
}
|
|
2700
2713
|
>
|
|
2701
2714
|
<View
|
|
2702
|
-
accessibilityLabel=" Zondag
|
|
2715
|
+
accessibilityLabel=" Zondag 23 April 2023 "
|
|
2703
2716
|
accessibilityRole="button"
|
|
2704
2717
|
accessibilityState={
|
|
2705
2718
|
{
|
|
@@ -2737,7 +2750,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
2737
2750
|
"width": 42,
|
|
2738
2751
|
}
|
|
2739
2752
|
}
|
|
2740
|
-
testID="undefined.day_2023-
|
|
2753
|
+
testID="undefined.day_2023-04-23"
|
|
2741
2754
|
>
|
|
2742
2755
|
<Text
|
|
2743
2756
|
allowFontScaling={false}
|
|
@@ -2753,7 +2766,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
2753
2766
|
]
|
|
2754
2767
|
}
|
|
2755
2768
|
>
|
|
2756
|
-
|
|
2769
|
+
23
|
|
2757
2770
|
</Text>
|
|
2758
2771
|
<View
|
|
2759
2772
|
style={
|
|
@@ -2790,7 +2803,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
2790
2803
|
}
|
|
2791
2804
|
>
|
|
2792
2805
|
<View
|
|
2793
|
-
accessibilityLabel=" Maandag
|
|
2806
|
+
accessibilityLabel=" Maandag 24 April 2023 "
|
|
2794
2807
|
accessibilityRole="button"
|
|
2795
2808
|
accessibilityState={
|
|
2796
2809
|
{
|
|
@@ -2828,7 +2841,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
2828
2841
|
"width": 42,
|
|
2829
2842
|
}
|
|
2830
2843
|
}
|
|
2831
|
-
testID="undefined.day_2023-
|
|
2844
|
+
testID="undefined.day_2023-04-24"
|
|
2832
2845
|
>
|
|
2833
2846
|
<Text
|
|
2834
2847
|
allowFontScaling={false}
|
|
@@ -2844,7 +2857,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
2844
2857
|
]
|
|
2845
2858
|
}
|
|
2846
2859
|
>
|
|
2847
|
-
|
|
2860
|
+
24
|
|
2848
2861
|
</Text>
|
|
2849
2862
|
<View
|
|
2850
2863
|
style={
|
|
@@ -2871,7 +2884,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
2871
2884
|
}
|
|
2872
2885
|
>
|
|
2873
2886
|
<View
|
|
2874
|
-
accessibilityLabel=" Dinsdag
|
|
2887
|
+
accessibilityLabel=" Dinsdag 25 April 2023 "
|
|
2875
2888
|
accessibilityRole="button"
|
|
2876
2889
|
accessibilityState={
|
|
2877
2890
|
{
|
|
@@ -2909,7 +2922,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
2909
2922
|
"width": 42,
|
|
2910
2923
|
}
|
|
2911
2924
|
}
|
|
2912
|
-
testID="undefined.day_2023-
|
|
2925
|
+
testID="undefined.day_2023-04-25"
|
|
2913
2926
|
>
|
|
2914
2927
|
<Text
|
|
2915
2928
|
allowFontScaling={false}
|
|
@@ -2925,7 +2938,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
2925
2938
|
]
|
|
2926
2939
|
}
|
|
2927
2940
|
>
|
|
2928
|
-
|
|
2941
|
+
25
|
|
2929
2942
|
</Text>
|
|
2930
2943
|
<View
|
|
2931
2944
|
style={
|
|
@@ -2952,7 +2965,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
2952
2965
|
}
|
|
2953
2966
|
>
|
|
2954
2967
|
<View
|
|
2955
|
-
accessibilityLabel=" Woensdag
|
|
2968
|
+
accessibilityLabel=" Woensdag 26 April 2023 "
|
|
2956
2969
|
accessibilityRole="button"
|
|
2957
2970
|
accessibilityState={
|
|
2958
2971
|
{
|
|
@@ -2990,7 +3003,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
2990
3003
|
"width": 42,
|
|
2991
3004
|
}
|
|
2992
3005
|
}
|
|
2993
|
-
testID="undefined.day_2023-
|
|
3006
|
+
testID="undefined.day_2023-04-26"
|
|
2994
3007
|
>
|
|
2995
3008
|
<Text
|
|
2996
3009
|
allowFontScaling={false}
|
|
@@ -3006,7 +3019,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
3006
3019
|
]
|
|
3007
3020
|
}
|
|
3008
3021
|
>
|
|
3009
|
-
|
|
3022
|
+
26
|
|
3010
3023
|
</Text>
|
|
3011
3024
|
<View
|
|
3012
3025
|
style={
|
|
@@ -3033,7 +3046,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
3033
3046
|
}
|
|
3034
3047
|
>
|
|
3035
3048
|
<View
|
|
3036
|
-
accessibilityLabel=" Donderdag
|
|
3049
|
+
accessibilityLabel=" Donderdag 27 April 2023 "
|
|
3037
3050
|
accessibilityRole="button"
|
|
3038
3051
|
accessibilityState={
|
|
3039
3052
|
{
|
|
@@ -3071,7 +3084,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
3071
3084
|
"width": 42,
|
|
3072
3085
|
}
|
|
3073
3086
|
}
|
|
3074
|
-
testID="undefined.day_2023-
|
|
3087
|
+
testID="undefined.day_2023-04-27"
|
|
3075
3088
|
>
|
|
3076
3089
|
<Text
|
|
3077
3090
|
allowFontScaling={false}
|
|
@@ -3087,7 +3100,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
3087
3100
|
]
|
|
3088
3101
|
}
|
|
3089
3102
|
>
|
|
3090
|
-
|
|
3103
|
+
27
|
|
3091
3104
|
</Text>
|
|
3092
3105
|
<View
|
|
3093
3106
|
style={
|
|
@@ -3114,7 +3127,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
3114
3127
|
}
|
|
3115
3128
|
>
|
|
3116
3129
|
<View
|
|
3117
|
-
accessibilityLabel="
|
|
3130
|
+
accessibilityLabel=" Vrijdag 28 April 2023 "
|
|
3118
3131
|
accessibilityRole="button"
|
|
3119
3132
|
accessibilityState={
|
|
3120
3133
|
{
|
|
@@ -3146,17 +3159,13 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
3146
3159
|
style={
|
|
3147
3160
|
{
|
|
3148
3161
|
"alignItems": "center",
|
|
3149
|
-
"borderColor": "#7B93DB",
|
|
3150
|
-
"borderRadius": 21,
|
|
3151
|
-
"borderStyle": "solid",
|
|
3152
|
-
"borderWidth": 1,
|
|
3153
3162
|
"height": 42,
|
|
3154
3163
|
"justifyContent": "center",
|
|
3155
3164
|
"opacity": 1,
|
|
3156
3165
|
"width": 42,
|
|
3157
3166
|
}
|
|
3158
3167
|
}
|
|
3159
|
-
testID="undefined.day_2023-
|
|
3168
|
+
testID="undefined.day_2023-04-28"
|
|
3160
3169
|
>
|
|
3161
3170
|
<Text
|
|
3162
3171
|
allowFontScaling={false}
|
|
@@ -3169,13 +3178,10 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
3169
3178
|
"lineHeight": 22.4,
|
|
3170
3179
|
"marginTop": 4,
|
|
3171
3180
|
},
|
|
3172
|
-
{
|
|
3173
|
-
"color": "#7B93DB",
|
|
3174
|
-
},
|
|
3175
3181
|
]
|
|
3176
3182
|
}
|
|
3177
3183
|
>
|
|
3178
|
-
|
|
3184
|
+
28
|
|
3179
3185
|
</Text>
|
|
3180
3186
|
<View
|
|
3181
3187
|
style={
|
|
@@ -3202,7 +3208,8 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
3202
3208
|
}
|
|
3203
3209
|
>
|
|
3204
3210
|
<View
|
|
3205
|
-
accessibilityLabel=" Zaterdag
|
|
3211
|
+
accessibilityLabel=" Zaterdag 29 April 2023 "
|
|
3212
|
+
accessibilityRole="button"
|
|
3206
3213
|
accessibilityState={
|
|
3207
3214
|
{
|
|
3208
3215
|
"busy": undefined,
|
|
@@ -3239,7 +3246,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
3239
3246
|
"width": 42,
|
|
3240
3247
|
}
|
|
3241
3248
|
}
|
|
3242
|
-
testID="undefined.day_2023-04-
|
|
3249
|
+
testID="undefined.day_2023-04-29"
|
|
3243
3250
|
>
|
|
3244
3251
|
<Text
|
|
3245
3252
|
allowFontScaling={false}
|
|
@@ -3252,13 +3259,10 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
3252
3259
|
"lineHeight": 22.4,
|
|
3253
3260
|
"marginTop": 4,
|
|
3254
3261
|
},
|
|
3255
|
-
{
|
|
3256
|
-
"color": "#9AA5B1",
|
|
3257
|
-
},
|
|
3258
3262
|
]
|
|
3259
3263
|
}
|
|
3260
3264
|
>
|
|
3261
|
-
|
|
3265
|
+
29
|
|
3262
3266
|
</Text>
|
|
3263
3267
|
<View
|
|
3264
3268
|
style={
|
|
@@ -3285,7 +3289,8 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
3285
3289
|
}
|
|
3286
3290
|
>
|
|
3287
3291
|
<View
|
|
3288
|
-
accessibilityLabel=" Zondag
|
|
3292
|
+
accessibilityLabel=" Zondag 30 April 2023 "
|
|
3293
|
+
accessibilityRole="button"
|
|
3289
3294
|
accessibilityState={
|
|
3290
3295
|
{
|
|
3291
3296
|
"busy": undefined,
|
|
@@ -3322,7 +3327,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
3322
3327
|
"width": 42,
|
|
3323
3328
|
}
|
|
3324
3329
|
}
|
|
3325
|
-
testID="undefined.day_2023-04-
|
|
3330
|
+
testID="undefined.day_2023-04-30"
|
|
3326
3331
|
>
|
|
3327
3332
|
<Text
|
|
3328
3333
|
allowFontScaling={false}
|
|
@@ -3335,13 +3340,10 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
3335
3340
|
"lineHeight": 22.4,
|
|
3336
3341
|
"marginTop": 4,
|
|
3337
3342
|
},
|
|
3338
|
-
{
|
|
3339
|
-
"color": "#9AA5B1",
|
|
3340
|
-
},
|
|
3341
3343
|
]
|
|
3342
3344
|
}
|
|
3343
3345
|
>
|
|
3344
|
-
|
|
3346
|
+
30
|
|
3345
3347
|
</Text>
|
|
3346
3348
|
<View
|
|
3347
3349
|
style={
|
|
@@ -3557,7 +3559,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
3557
3559
|
}
|
|
3558
3560
|
testID="undefined.header.title"
|
|
3559
3561
|
>
|
|
3560
|
-
|
|
3562
|
+
April 2023
|
|
3561
3563
|
</Text>
|
|
3562
3564
|
</View>
|
|
3563
3565
|
<View
|
|
@@ -3843,7 +3845,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
3843
3845
|
}
|
|
3844
3846
|
>
|
|
3845
3847
|
<View
|
|
3846
|
-
accessibilityLabel=" Maandag 27
|
|
3848
|
+
accessibilityLabel=" Maandag 27 Maart 2023 "
|
|
3847
3849
|
accessibilityState={
|
|
3848
3850
|
{
|
|
3849
3851
|
"busy": undefined,
|
|
@@ -3880,7 +3882,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
3880
3882
|
"width": 42,
|
|
3881
3883
|
}
|
|
3882
3884
|
}
|
|
3883
|
-
testID="undefined.day_2023-
|
|
3885
|
+
testID="undefined.day_2023-03-27"
|
|
3884
3886
|
>
|
|
3885
3887
|
<Text
|
|
3886
3888
|
allowFontScaling={false}
|
|
@@ -3926,7 +3928,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
3926
3928
|
}
|
|
3927
3929
|
>
|
|
3928
3930
|
<View
|
|
3929
|
-
accessibilityLabel=" Dinsdag 28
|
|
3931
|
+
accessibilityLabel=" Dinsdag 28 Maart 2023 "
|
|
3930
3932
|
accessibilityState={
|
|
3931
3933
|
{
|
|
3932
3934
|
"busy": undefined,
|
|
@@ -3963,7 +3965,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
3963
3965
|
"width": 42,
|
|
3964
3966
|
}
|
|
3965
3967
|
}
|
|
3966
|
-
testID="undefined.day_2023-
|
|
3968
|
+
testID="undefined.day_2023-03-28"
|
|
3967
3969
|
>
|
|
3968
3970
|
<Text
|
|
3969
3971
|
allowFontScaling={false}
|
|
@@ -4009,7 +4011,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
4009
4011
|
}
|
|
4010
4012
|
>
|
|
4011
4013
|
<View
|
|
4012
|
-
accessibilityLabel=" Woensdag
|
|
4014
|
+
accessibilityLabel=" Woensdag 29 Maart 2023 "
|
|
4013
4015
|
accessibilityState={
|
|
4014
4016
|
{
|
|
4015
4017
|
"busy": undefined,
|
|
@@ -4046,7 +4048,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
4046
4048
|
"width": 42,
|
|
4047
4049
|
}
|
|
4048
4050
|
}
|
|
4049
|
-
testID="undefined.day_2023-03-
|
|
4051
|
+
testID="undefined.day_2023-03-29"
|
|
4050
4052
|
>
|
|
4051
4053
|
<Text
|
|
4052
4054
|
allowFontScaling={false}
|
|
@@ -4065,7 +4067,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
4065
4067
|
]
|
|
4066
4068
|
}
|
|
4067
4069
|
>
|
|
4068
|
-
|
|
4070
|
+
29
|
|
4069
4071
|
</Text>
|
|
4070
4072
|
<View
|
|
4071
4073
|
style={
|
|
@@ -4092,7 +4094,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
4092
4094
|
}
|
|
4093
4095
|
>
|
|
4094
4096
|
<View
|
|
4095
|
-
accessibilityLabel=" Donderdag
|
|
4097
|
+
accessibilityLabel=" Donderdag 30 Maart 2023 "
|
|
4096
4098
|
accessibilityState={
|
|
4097
4099
|
{
|
|
4098
4100
|
"busy": undefined,
|
|
@@ -4129,7 +4131,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
4129
4131
|
"width": 42,
|
|
4130
4132
|
}
|
|
4131
4133
|
}
|
|
4132
|
-
testID="undefined.day_2023-03-
|
|
4134
|
+
testID="undefined.day_2023-03-30"
|
|
4133
4135
|
>
|
|
4134
4136
|
<Text
|
|
4135
4137
|
allowFontScaling={false}
|
|
@@ -4148,7 +4150,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
4148
4150
|
]
|
|
4149
4151
|
}
|
|
4150
4152
|
>
|
|
4151
|
-
|
|
4153
|
+
30
|
|
4152
4154
|
</Text>
|
|
4153
4155
|
<View
|
|
4154
4156
|
style={
|
|
@@ -4175,7 +4177,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
4175
4177
|
}
|
|
4176
4178
|
>
|
|
4177
4179
|
<View
|
|
4178
|
-
accessibilityLabel=" Vrijdag
|
|
4180
|
+
accessibilityLabel=" Vrijdag 31 Maart 2023 "
|
|
4179
4181
|
accessibilityState={
|
|
4180
4182
|
{
|
|
4181
4183
|
"busy": undefined,
|
|
@@ -4212,7 +4214,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
4212
4214
|
"width": 42,
|
|
4213
4215
|
}
|
|
4214
4216
|
}
|
|
4215
|
-
testID="undefined.day_2023-03-
|
|
4217
|
+
testID="undefined.day_2023-03-31"
|
|
4216
4218
|
>
|
|
4217
4219
|
<Text
|
|
4218
4220
|
allowFontScaling={false}
|
|
@@ -4231,7 +4233,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
4231
4233
|
]
|
|
4232
4234
|
}
|
|
4233
4235
|
>
|
|
4234
|
-
|
|
4236
|
+
31
|
|
4235
4237
|
</Text>
|
|
4236
4238
|
<View
|
|
4237
4239
|
style={
|
|
@@ -4258,7 +4260,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
4258
4260
|
}
|
|
4259
4261
|
>
|
|
4260
4262
|
<View
|
|
4261
|
-
accessibilityLabel=" Zaterdag
|
|
4263
|
+
accessibilityLabel=" Zaterdag 1 April 2023 "
|
|
4262
4264
|
accessibilityState={
|
|
4263
4265
|
{
|
|
4264
4266
|
"busy": undefined,
|
|
@@ -4295,7 +4297,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
4295
4297
|
"width": 42,
|
|
4296
4298
|
}
|
|
4297
4299
|
}
|
|
4298
|
-
testID="undefined.day_2023-
|
|
4300
|
+
testID="undefined.day_2023-04-01"
|
|
4299
4301
|
>
|
|
4300
4302
|
<Text
|
|
4301
4303
|
allowFontScaling={false}
|
|
@@ -4314,7 +4316,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
4314
4316
|
]
|
|
4315
4317
|
}
|
|
4316
4318
|
>
|
|
4317
|
-
|
|
4319
|
+
1
|
|
4318
4320
|
</Text>
|
|
4319
4321
|
<View
|
|
4320
4322
|
style={
|
|
@@ -4341,7 +4343,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
4341
4343
|
}
|
|
4342
4344
|
>
|
|
4343
4345
|
<View
|
|
4344
|
-
accessibilityLabel=" Zondag
|
|
4346
|
+
accessibilityLabel=" Zondag 2 April 2023 "
|
|
4345
4347
|
accessibilityState={
|
|
4346
4348
|
{
|
|
4347
4349
|
"busy": undefined,
|
|
@@ -4378,7 +4380,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
4378
4380
|
"width": 42,
|
|
4379
4381
|
}
|
|
4380
4382
|
}
|
|
4381
|
-
testID="undefined.day_2023-
|
|
4383
|
+
testID="undefined.day_2023-04-02"
|
|
4382
4384
|
>
|
|
4383
4385
|
<Text
|
|
4384
4386
|
allowFontScaling={false}
|
|
@@ -4397,7 +4399,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
4397
4399
|
]
|
|
4398
4400
|
}
|
|
4399
4401
|
>
|
|
4400
|
-
|
|
4402
|
+
2
|
|
4401
4403
|
</Text>
|
|
4402
4404
|
<View
|
|
4403
4405
|
style={
|
|
@@ -4434,7 +4436,8 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
4434
4436
|
}
|
|
4435
4437
|
>
|
|
4436
4438
|
<View
|
|
4437
|
-
accessibilityLabel=" Maandag
|
|
4439
|
+
accessibilityLabel="today Maandag 3 April 2023 "
|
|
4440
|
+
accessibilityRole="button"
|
|
4438
4441
|
accessibilityState={
|
|
4439
4442
|
{
|
|
4440
4443
|
"busy": undefined,
|
|
@@ -4465,13 +4468,17 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
4465
4468
|
style={
|
|
4466
4469
|
{
|
|
4467
4470
|
"alignItems": "center",
|
|
4471
|
+
"borderColor": "#7B93DB",
|
|
4472
|
+
"borderRadius": 21,
|
|
4473
|
+
"borderStyle": "solid",
|
|
4474
|
+
"borderWidth": 1,
|
|
4468
4475
|
"height": 42,
|
|
4469
4476
|
"justifyContent": "center",
|
|
4470
4477
|
"opacity": 1,
|
|
4471
4478
|
"width": 42,
|
|
4472
4479
|
}
|
|
4473
4480
|
}
|
|
4474
|
-
testID="undefined.day_2023-03
|
|
4481
|
+
testID="undefined.day_2023-04-03"
|
|
4475
4482
|
>
|
|
4476
4483
|
<Text
|
|
4477
4484
|
allowFontScaling={false}
|
|
@@ -4485,12 +4492,12 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
4485
4492
|
"marginTop": 4,
|
|
4486
4493
|
},
|
|
4487
4494
|
{
|
|
4488
|
-
"color": "#
|
|
4495
|
+
"color": "#7B93DB",
|
|
4489
4496
|
},
|
|
4490
4497
|
]
|
|
4491
4498
|
}
|
|
4492
4499
|
>
|
|
4493
|
-
|
|
4500
|
+
3
|
|
4494
4501
|
</Text>
|
|
4495
4502
|
<View
|
|
4496
4503
|
style={
|
|
@@ -4517,7 +4524,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
4517
4524
|
}
|
|
4518
4525
|
>
|
|
4519
4526
|
<View
|
|
4520
|
-
accessibilityLabel=" Dinsdag
|
|
4527
|
+
accessibilityLabel=" Dinsdag 4 April 2023 "
|
|
4521
4528
|
accessibilityState={
|
|
4522
4529
|
{
|
|
4523
4530
|
"busy": undefined,
|
|
@@ -4554,7 +4561,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
4554
4561
|
"width": 42,
|
|
4555
4562
|
}
|
|
4556
4563
|
}
|
|
4557
|
-
testID="undefined.day_2023-
|
|
4564
|
+
testID="undefined.day_2023-04-04"
|
|
4558
4565
|
>
|
|
4559
4566
|
<Text
|
|
4560
4567
|
allowFontScaling={false}
|
|
@@ -4573,7 +4580,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
4573
4580
|
]
|
|
4574
4581
|
}
|
|
4575
4582
|
>
|
|
4576
|
-
|
|
4583
|
+
4
|
|
4577
4584
|
</Text>
|
|
4578
4585
|
<View
|
|
4579
4586
|
style={
|
|
@@ -4600,7 +4607,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
4600
4607
|
}
|
|
4601
4608
|
>
|
|
4602
4609
|
<View
|
|
4603
|
-
accessibilityLabel=" Woensdag
|
|
4610
|
+
accessibilityLabel=" Woensdag 5 April 2023 "
|
|
4604
4611
|
accessibilityState={
|
|
4605
4612
|
{
|
|
4606
4613
|
"busy": undefined,
|
|
@@ -4637,7 +4644,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
4637
4644
|
"width": 42,
|
|
4638
4645
|
}
|
|
4639
4646
|
}
|
|
4640
|
-
testID="undefined.day_2023-
|
|
4647
|
+
testID="undefined.day_2023-04-05"
|
|
4641
4648
|
>
|
|
4642
4649
|
<Text
|
|
4643
4650
|
allowFontScaling={false}
|
|
@@ -4656,7 +4663,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
4656
4663
|
]
|
|
4657
4664
|
}
|
|
4658
4665
|
>
|
|
4659
|
-
|
|
4666
|
+
5
|
|
4660
4667
|
</Text>
|
|
4661
4668
|
<View
|
|
4662
4669
|
style={
|
|
@@ -4683,7 +4690,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
4683
4690
|
}
|
|
4684
4691
|
>
|
|
4685
4692
|
<View
|
|
4686
|
-
accessibilityLabel=" Donderdag
|
|
4693
|
+
accessibilityLabel=" Donderdag 6 April 2023 "
|
|
4687
4694
|
accessibilityState={
|
|
4688
4695
|
{
|
|
4689
4696
|
"busy": undefined,
|
|
@@ -4720,7 +4727,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
4720
4727
|
"width": 42,
|
|
4721
4728
|
}
|
|
4722
4729
|
}
|
|
4723
|
-
testID="undefined.day_2023-
|
|
4730
|
+
testID="undefined.day_2023-04-06"
|
|
4724
4731
|
>
|
|
4725
4732
|
<Text
|
|
4726
4733
|
allowFontScaling={false}
|
|
@@ -4739,7 +4746,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
4739
4746
|
]
|
|
4740
4747
|
}
|
|
4741
4748
|
>
|
|
4742
|
-
|
|
4749
|
+
6
|
|
4743
4750
|
</Text>
|
|
4744
4751
|
<View
|
|
4745
4752
|
style={
|
|
@@ -4766,7 +4773,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
4766
4773
|
}
|
|
4767
4774
|
>
|
|
4768
4775
|
<View
|
|
4769
|
-
accessibilityLabel=" Vrijdag
|
|
4776
|
+
accessibilityLabel=" Vrijdag 7 April 2023 "
|
|
4770
4777
|
accessibilityState={
|
|
4771
4778
|
{
|
|
4772
4779
|
"busy": undefined,
|
|
@@ -4803,7 +4810,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
4803
4810
|
"width": 42,
|
|
4804
4811
|
}
|
|
4805
4812
|
}
|
|
4806
|
-
testID="undefined.day_2023-
|
|
4813
|
+
testID="undefined.day_2023-04-07"
|
|
4807
4814
|
>
|
|
4808
4815
|
<Text
|
|
4809
4816
|
allowFontScaling={false}
|
|
@@ -4822,7 +4829,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
4822
4829
|
]
|
|
4823
4830
|
}
|
|
4824
4831
|
>
|
|
4825
|
-
|
|
4832
|
+
7
|
|
4826
4833
|
</Text>
|
|
4827
4834
|
<View
|
|
4828
4835
|
style={
|
|
@@ -4849,7 +4856,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
4849
4856
|
}
|
|
4850
4857
|
>
|
|
4851
4858
|
<View
|
|
4852
|
-
accessibilityLabel=" Zaterdag
|
|
4859
|
+
accessibilityLabel=" Zaterdag 8 April 2023 "
|
|
4853
4860
|
accessibilityState={
|
|
4854
4861
|
{
|
|
4855
4862
|
"busy": undefined,
|
|
@@ -4886,7 +4893,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
4886
4893
|
"width": 42,
|
|
4887
4894
|
}
|
|
4888
4895
|
}
|
|
4889
|
-
testID="undefined.day_2023-
|
|
4896
|
+
testID="undefined.day_2023-04-08"
|
|
4890
4897
|
>
|
|
4891
4898
|
<Text
|
|
4892
4899
|
allowFontScaling={false}
|
|
@@ -4905,7 +4912,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
4905
4912
|
]
|
|
4906
4913
|
}
|
|
4907
4914
|
>
|
|
4908
|
-
|
|
4915
|
+
8
|
|
4909
4916
|
</Text>
|
|
4910
4917
|
<View
|
|
4911
4918
|
style={
|
|
@@ -4932,7 +4939,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
4932
4939
|
}
|
|
4933
4940
|
>
|
|
4934
4941
|
<View
|
|
4935
|
-
accessibilityLabel=" Zondag
|
|
4942
|
+
accessibilityLabel=" Zondag 9 April 2023 "
|
|
4936
4943
|
accessibilityState={
|
|
4937
4944
|
{
|
|
4938
4945
|
"busy": undefined,
|
|
@@ -4969,7 +4976,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
4969
4976
|
"width": 42,
|
|
4970
4977
|
}
|
|
4971
4978
|
}
|
|
4972
|
-
testID="undefined.day_2023-
|
|
4979
|
+
testID="undefined.day_2023-04-09"
|
|
4973
4980
|
>
|
|
4974
4981
|
<Text
|
|
4975
4982
|
allowFontScaling={false}
|
|
@@ -4988,7 +4995,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
4988
4995
|
]
|
|
4989
4996
|
}
|
|
4990
4997
|
>
|
|
4991
|
-
|
|
4998
|
+
9
|
|
4992
4999
|
</Text>
|
|
4993
5000
|
<View
|
|
4994
5001
|
style={
|
|
@@ -5025,7 +5032,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
5025
5032
|
}
|
|
5026
5033
|
>
|
|
5027
5034
|
<View
|
|
5028
|
-
accessibilityLabel=" Maandag
|
|
5035
|
+
accessibilityLabel=" Maandag 10 April 2023 "
|
|
5029
5036
|
accessibilityState={
|
|
5030
5037
|
{
|
|
5031
5038
|
"busy": undefined,
|
|
@@ -5062,7 +5069,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
5062
5069
|
"width": 42,
|
|
5063
5070
|
}
|
|
5064
5071
|
}
|
|
5065
|
-
testID="undefined.day_2023-
|
|
5072
|
+
testID="undefined.day_2023-04-10"
|
|
5066
5073
|
>
|
|
5067
5074
|
<Text
|
|
5068
5075
|
allowFontScaling={false}
|
|
@@ -5081,7 +5088,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
5081
5088
|
]
|
|
5082
5089
|
}
|
|
5083
5090
|
>
|
|
5084
|
-
|
|
5091
|
+
10
|
|
5085
5092
|
</Text>
|
|
5086
5093
|
<View
|
|
5087
5094
|
style={
|
|
@@ -5108,7 +5115,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
5108
5115
|
}
|
|
5109
5116
|
>
|
|
5110
5117
|
<View
|
|
5111
|
-
accessibilityLabel=" Dinsdag
|
|
5118
|
+
accessibilityLabel=" Dinsdag 11 April 2023 "
|
|
5112
5119
|
accessibilityState={
|
|
5113
5120
|
{
|
|
5114
5121
|
"busy": undefined,
|
|
@@ -5145,7 +5152,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
5145
5152
|
"width": 42,
|
|
5146
5153
|
}
|
|
5147
5154
|
}
|
|
5148
|
-
testID="undefined.day_2023-
|
|
5155
|
+
testID="undefined.day_2023-04-11"
|
|
5149
5156
|
>
|
|
5150
5157
|
<Text
|
|
5151
5158
|
allowFontScaling={false}
|
|
@@ -5164,7 +5171,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
5164
5171
|
]
|
|
5165
5172
|
}
|
|
5166
5173
|
>
|
|
5167
|
-
|
|
5174
|
+
11
|
|
5168
5175
|
</Text>
|
|
5169
5176
|
<View
|
|
5170
5177
|
style={
|
|
@@ -5191,7 +5198,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
5191
5198
|
}
|
|
5192
5199
|
>
|
|
5193
5200
|
<View
|
|
5194
|
-
accessibilityLabel=" Woensdag
|
|
5201
|
+
accessibilityLabel=" Woensdag 12 April 2023 "
|
|
5195
5202
|
accessibilityState={
|
|
5196
5203
|
{
|
|
5197
5204
|
"busy": undefined,
|
|
@@ -5228,7 +5235,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
5228
5235
|
"width": 42,
|
|
5229
5236
|
}
|
|
5230
5237
|
}
|
|
5231
|
-
testID="undefined.day_2023-
|
|
5238
|
+
testID="undefined.day_2023-04-12"
|
|
5232
5239
|
>
|
|
5233
5240
|
<Text
|
|
5234
5241
|
allowFontScaling={false}
|
|
@@ -5247,7 +5254,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
5247
5254
|
]
|
|
5248
5255
|
}
|
|
5249
5256
|
>
|
|
5250
|
-
|
|
5257
|
+
12
|
|
5251
5258
|
</Text>
|
|
5252
5259
|
<View
|
|
5253
5260
|
style={
|
|
@@ -5274,7 +5281,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
5274
5281
|
}
|
|
5275
5282
|
>
|
|
5276
5283
|
<View
|
|
5277
|
-
accessibilityLabel=" Donderdag
|
|
5284
|
+
accessibilityLabel=" Donderdag 13 April 2023 "
|
|
5278
5285
|
accessibilityState={
|
|
5279
5286
|
{
|
|
5280
5287
|
"busy": undefined,
|
|
@@ -5311,7 +5318,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
5311
5318
|
"width": 42,
|
|
5312
5319
|
}
|
|
5313
5320
|
}
|
|
5314
|
-
testID="undefined.day_2023-
|
|
5321
|
+
testID="undefined.day_2023-04-13"
|
|
5315
5322
|
>
|
|
5316
5323
|
<Text
|
|
5317
5324
|
allowFontScaling={false}
|
|
@@ -5330,7 +5337,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
5330
5337
|
]
|
|
5331
5338
|
}
|
|
5332
5339
|
>
|
|
5333
|
-
|
|
5340
|
+
13
|
|
5334
5341
|
</Text>
|
|
5335
5342
|
<View
|
|
5336
5343
|
style={
|
|
@@ -5357,7 +5364,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
5357
5364
|
}
|
|
5358
5365
|
>
|
|
5359
5366
|
<View
|
|
5360
|
-
accessibilityLabel=" Vrijdag
|
|
5367
|
+
accessibilityLabel=" Vrijdag 14 April 2023 "
|
|
5361
5368
|
accessibilityState={
|
|
5362
5369
|
{
|
|
5363
5370
|
"busy": undefined,
|
|
@@ -5394,7 +5401,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
5394
5401
|
"width": 42,
|
|
5395
5402
|
}
|
|
5396
5403
|
}
|
|
5397
|
-
testID="undefined.day_2023-
|
|
5404
|
+
testID="undefined.day_2023-04-14"
|
|
5398
5405
|
>
|
|
5399
5406
|
<Text
|
|
5400
5407
|
allowFontScaling={false}
|
|
@@ -5413,7 +5420,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
5413
5420
|
]
|
|
5414
5421
|
}
|
|
5415
5422
|
>
|
|
5416
|
-
|
|
5423
|
+
14
|
|
5417
5424
|
</Text>
|
|
5418
5425
|
<View
|
|
5419
5426
|
style={
|
|
@@ -5440,7 +5447,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
5440
5447
|
}
|
|
5441
5448
|
>
|
|
5442
5449
|
<View
|
|
5443
|
-
accessibilityLabel=" Zaterdag
|
|
5450
|
+
accessibilityLabel=" Zaterdag 15 April 2023 "
|
|
5444
5451
|
accessibilityState={
|
|
5445
5452
|
{
|
|
5446
5453
|
"busy": undefined,
|
|
@@ -5477,7 +5484,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
5477
5484
|
"width": 42,
|
|
5478
5485
|
}
|
|
5479
5486
|
}
|
|
5480
|
-
testID="undefined.day_2023-
|
|
5487
|
+
testID="undefined.day_2023-04-15"
|
|
5481
5488
|
>
|
|
5482
5489
|
<Text
|
|
5483
5490
|
allowFontScaling={false}
|
|
@@ -5496,7 +5503,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
5496
5503
|
]
|
|
5497
5504
|
}
|
|
5498
5505
|
>
|
|
5499
|
-
|
|
5506
|
+
15
|
|
5500
5507
|
</Text>
|
|
5501
5508
|
<View
|
|
5502
5509
|
style={
|
|
@@ -5523,7 +5530,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
5523
5530
|
}
|
|
5524
5531
|
>
|
|
5525
5532
|
<View
|
|
5526
|
-
accessibilityLabel=" Zondag
|
|
5533
|
+
accessibilityLabel=" Zondag 16 April 2023 "
|
|
5527
5534
|
accessibilityState={
|
|
5528
5535
|
{
|
|
5529
5536
|
"busy": undefined,
|
|
@@ -5560,7 +5567,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
5560
5567
|
"width": 42,
|
|
5561
5568
|
}
|
|
5562
5569
|
}
|
|
5563
|
-
testID="undefined.day_2023-
|
|
5570
|
+
testID="undefined.day_2023-04-16"
|
|
5564
5571
|
>
|
|
5565
5572
|
<Text
|
|
5566
5573
|
allowFontScaling={false}
|
|
@@ -5579,7 +5586,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
5579
5586
|
]
|
|
5580
5587
|
}
|
|
5581
5588
|
>
|
|
5582
|
-
|
|
5589
|
+
16
|
|
5583
5590
|
</Text>
|
|
5584
5591
|
<View
|
|
5585
5592
|
style={
|
|
@@ -5616,7 +5623,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
5616
5623
|
}
|
|
5617
5624
|
>
|
|
5618
5625
|
<View
|
|
5619
|
-
accessibilityLabel=" Maandag
|
|
5626
|
+
accessibilityLabel=" Maandag 17 April 2023 "
|
|
5620
5627
|
accessibilityState={
|
|
5621
5628
|
{
|
|
5622
5629
|
"busy": undefined,
|
|
@@ -5653,7 +5660,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
5653
5660
|
"width": 42,
|
|
5654
5661
|
}
|
|
5655
5662
|
}
|
|
5656
|
-
testID="undefined.day_2023-
|
|
5663
|
+
testID="undefined.day_2023-04-17"
|
|
5657
5664
|
>
|
|
5658
5665
|
<Text
|
|
5659
5666
|
allowFontScaling={false}
|
|
@@ -5672,7 +5679,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
5672
5679
|
]
|
|
5673
5680
|
}
|
|
5674
5681
|
>
|
|
5675
|
-
|
|
5682
|
+
17
|
|
5676
5683
|
</Text>
|
|
5677
5684
|
<View
|
|
5678
5685
|
style={
|
|
@@ -5699,7 +5706,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
5699
5706
|
}
|
|
5700
5707
|
>
|
|
5701
5708
|
<View
|
|
5702
|
-
accessibilityLabel=" Dinsdag
|
|
5709
|
+
accessibilityLabel=" Dinsdag 18 April 2023 "
|
|
5703
5710
|
accessibilityState={
|
|
5704
5711
|
{
|
|
5705
5712
|
"busy": undefined,
|
|
@@ -5736,7 +5743,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
5736
5743
|
"width": 42,
|
|
5737
5744
|
}
|
|
5738
5745
|
}
|
|
5739
|
-
testID="undefined.day_2023-
|
|
5746
|
+
testID="undefined.day_2023-04-18"
|
|
5740
5747
|
>
|
|
5741
5748
|
<Text
|
|
5742
5749
|
allowFontScaling={false}
|
|
@@ -5755,7 +5762,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
5755
5762
|
]
|
|
5756
5763
|
}
|
|
5757
5764
|
>
|
|
5758
|
-
|
|
5765
|
+
18
|
|
5759
5766
|
</Text>
|
|
5760
5767
|
<View
|
|
5761
5768
|
style={
|
|
@@ -5782,7 +5789,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
5782
5789
|
}
|
|
5783
5790
|
>
|
|
5784
5791
|
<View
|
|
5785
|
-
accessibilityLabel=" Woensdag
|
|
5792
|
+
accessibilityLabel=" Woensdag 19 April 2023 "
|
|
5786
5793
|
accessibilityState={
|
|
5787
5794
|
{
|
|
5788
5795
|
"busy": undefined,
|
|
@@ -5819,7 +5826,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
5819
5826
|
"width": 42,
|
|
5820
5827
|
}
|
|
5821
5828
|
}
|
|
5822
|
-
testID="undefined.day_2023-
|
|
5829
|
+
testID="undefined.day_2023-04-19"
|
|
5823
5830
|
>
|
|
5824
5831
|
<Text
|
|
5825
5832
|
allowFontScaling={false}
|
|
@@ -5838,7 +5845,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
5838
5845
|
]
|
|
5839
5846
|
}
|
|
5840
5847
|
>
|
|
5841
|
-
|
|
5848
|
+
19
|
|
5842
5849
|
</Text>
|
|
5843
5850
|
<View
|
|
5844
5851
|
style={
|
|
@@ -5865,7 +5872,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
5865
5872
|
}
|
|
5866
5873
|
>
|
|
5867
5874
|
<View
|
|
5868
|
-
accessibilityLabel=" Donderdag
|
|
5875
|
+
accessibilityLabel=" Donderdag 20 April 2023 "
|
|
5869
5876
|
accessibilityState={
|
|
5870
5877
|
{
|
|
5871
5878
|
"busy": undefined,
|
|
@@ -5902,7 +5909,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
5902
5909
|
"width": 42,
|
|
5903
5910
|
}
|
|
5904
5911
|
}
|
|
5905
|
-
testID="undefined.day_2023-
|
|
5912
|
+
testID="undefined.day_2023-04-20"
|
|
5906
5913
|
>
|
|
5907
5914
|
<Text
|
|
5908
5915
|
allowFontScaling={false}
|
|
@@ -5921,7 +5928,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
5921
5928
|
]
|
|
5922
5929
|
}
|
|
5923
5930
|
>
|
|
5924
|
-
|
|
5931
|
+
20
|
|
5925
5932
|
</Text>
|
|
5926
5933
|
<View
|
|
5927
5934
|
style={
|
|
@@ -5948,7 +5955,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
5948
5955
|
}
|
|
5949
5956
|
>
|
|
5950
5957
|
<View
|
|
5951
|
-
accessibilityLabel=" Vrijdag
|
|
5958
|
+
accessibilityLabel=" Vrijdag 21 April 2023 "
|
|
5952
5959
|
accessibilityState={
|
|
5953
5960
|
{
|
|
5954
5961
|
"busy": undefined,
|
|
@@ -5985,7 +5992,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
5985
5992
|
"width": 42,
|
|
5986
5993
|
}
|
|
5987
5994
|
}
|
|
5988
|
-
testID="undefined.day_2023-
|
|
5995
|
+
testID="undefined.day_2023-04-21"
|
|
5989
5996
|
>
|
|
5990
5997
|
<Text
|
|
5991
5998
|
allowFontScaling={false}
|
|
@@ -6004,7 +6011,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
6004
6011
|
]
|
|
6005
6012
|
}
|
|
6006
6013
|
>
|
|
6007
|
-
|
|
6014
|
+
21
|
|
6008
6015
|
</Text>
|
|
6009
6016
|
<View
|
|
6010
6017
|
style={
|
|
@@ -6031,7 +6038,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
6031
6038
|
}
|
|
6032
6039
|
>
|
|
6033
6040
|
<View
|
|
6034
|
-
accessibilityLabel=" Zaterdag
|
|
6041
|
+
accessibilityLabel=" Zaterdag 22 April 2023 "
|
|
6035
6042
|
accessibilityState={
|
|
6036
6043
|
{
|
|
6037
6044
|
"busy": undefined,
|
|
@@ -6068,7 +6075,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
6068
6075
|
"width": 42,
|
|
6069
6076
|
}
|
|
6070
6077
|
}
|
|
6071
|
-
testID="undefined.day_2023-
|
|
6078
|
+
testID="undefined.day_2023-04-22"
|
|
6072
6079
|
>
|
|
6073
6080
|
<Text
|
|
6074
6081
|
allowFontScaling={false}
|
|
@@ -6087,7 +6094,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
6087
6094
|
]
|
|
6088
6095
|
}
|
|
6089
6096
|
>
|
|
6090
|
-
|
|
6097
|
+
22
|
|
6091
6098
|
</Text>
|
|
6092
6099
|
<View
|
|
6093
6100
|
style={
|
|
@@ -6114,7 +6121,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
6114
6121
|
}
|
|
6115
6122
|
>
|
|
6116
6123
|
<View
|
|
6117
|
-
accessibilityLabel=" Zondag
|
|
6124
|
+
accessibilityLabel=" Zondag 23 April 2023 "
|
|
6118
6125
|
accessibilityState={
|
|
6119
6126
|
{
|
|
6120
6127
|
"busy": undefined,
|
|
@@ -6151,7 +6158,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
6151
6158
|
"width": 42,
|
|
6152
6159
|
}
|
|
6153
6160
|
}
|
|
6154
|
-
testID="undefined.day_2023-
|
|
6161
|
+
testID="undefined.day_2023-04-23"
|
|
6155
6162
|
>
|
|
6156
6163
|
<Text
|
|
6157
6164
|
allowFontScaling={false}
|
|
@@ -6170,7 +6177,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
6170
6177
|
]
|
|
6171
6178
|
}
|
|
6172
6179
|
>
|
|
6173
|
-
|
|
6180
|
+
23
|
|
6174
6181
|
</Text>
|
|
6175
6182
|
<View
|
|
6176
6183
|
style={
|
|
@@ -6207,7 +6214,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
6207
6214
|
}
|
|
6208
6215
|
>
|
|
6209
6216
|
<View
|
|
6210
|
-
accessibilityLabel=" Maandag
|
|
6217
|
+
accessibilityLabel=" Maandag 24 April 2023 "
|
|
6211
6218
|
accessibilityState={
|
|
6212
6219
|
{
|
|
6213
6220
|
"busy": undefined,
|
|
@@ -6244,7 +6251,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
6244
6251
|
"width": 42,
|
|
6245
6252
|
}
|
|
6246
6253
|
}
|
|
6247
|
-
testID="undefined.day_2023-
|
|
6254
|
+
testID="undefined.day_2023-04-24"
|
|
6248
6255
|
>
|
|
6249
6256
|
<Text
|
|
6250
6257
|
allowFontScaling={false}
|
|
@@ -6263,7 +6270,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
6263
6270
|
]
|
|
6264
6271
|
}
|
|
6265
6272
|
>
|
|
6266
|
-
|
|
6273
|
+
24
|
|
6267
6274
|
</Text>
|
|
6268
6275
|
<View
|
|
6269
6276
|
style={
|
|
@@ -6290,7 +6297,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
6290
6297
|
}
|
|
6291
6298
|
>
|
|
6292
6299
|
<View
|
|
6293
|
-
accessibilityLabel=" Dinsdag
|
|
6300
|
+
accessibilityLabel=" Dinsdag 25 April 2023 "
|
|
6294
6301
|
accessibilityState={
|
|
6295
6302
|
{
|
|
6296
6303
|
"busy": undefined,
|
|
@@ -6327,7 +6334,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
6327
6334
|
"width": 42,
|
|
6328
6335
|
}
|
|
6329
6336
|
}
|
|
6330
|
-
testID="undefined.day_2023-
|
|
6337
|
+
testID="undefined.day_2023-04-25"
|
|
6331
6338
|
>
|
|
6332
6339
|
<Text
|
|
6333
6340
|
allowFontScaling={false}
|
|
@@ -6346,7 +6353,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
6346
6353
|
]
|
|
6347
6354
|
}
|
|
6348
6355
|
>
|
|
6349
|
-
|
|
6356
|
+
25
|
|
6350
6357
|
</Text>
|
|
6351
6358
|
<View
|
|
6352
6359
|
style={
|
|
@@ -6373,7 +6380,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
6373
6380
|
}
|
|
6374
6381
|
>
|
|
6375
6382
|
<View
|
|
6376
|
-
accessibilityLabel=" Woensdag
|
|
6383
|
+
accessibilityLabel=" Woensdag 26 April 2023 "
|
|
6377
6384
|
accessibilityState={
|
|
6378
6385
|
{
|
|
6379
6386
|
"busy": undefined,
|
|
@@ -6410,7 +6417,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
6410
6417
|
"width": 42,
|
|
6411
6418
|
}
|
|
6412
6419
|
}
|
|
6413
|
-
testID="undefined.day_2023-
|
|
6420
|
+
testID="undefined.day_2023-04-26"
|
|
6414
6421
|
>
|
|
6415
6422
|
<Text
|
|
6416
6423
|
allowFontScaling={false}
|
|
@@ -6429,7 +6436,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
6429
6436
|
]
|
|
6430
6437
|
}
|
|
6431
6438
|
>
|
|
6432
|
-
|
|
6439
|
+
26
|
|
6433
6440
|
</Text>
|
|
6434
6441
|
<View
|
|
6435
6442
|
style={
|
|
@@ -6456,7 +6463,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
6456
6463
|
}
|
|
6457
6464
|
>
|
|
6458
6465
|
<View
|
|
6459
|
-
accessibilityLabel=" Donderdag
|
|
6466
|
+
accessibilityLabel=" Donderdag 27 April 2023 "
|
|
6460
6467
|
accessibilityState={
|
|
6461
6468
|
{
|
|
6462
6469
|
"busy": undefined,
|
|
@@ -6493,7 +6500,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
6493
6500
|
"width": 42,
|
|
6494
6501
|
}
|
|
6495
6502
|
}
|
|
6496
|
-
testID="undefined.day_2023-
|
|
6503
|
+
testID="undefined.day_2023-04-27"
|
|
6497
6504
|
>
|
|
6498
6505
|
<Text
|
|
6499
6506
|
allowFontScaling={false}
|
|
@@ -6512,7 +6519,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
6512
6519
|
]
|
|
6513
6520
|
}
|
|
6514
6521
|
>
|
|
6515
|
-
|
|
6522
|
+
27
|
|
6516
6523
|
</Text>
|
|
6517
6524
|
<View
|
|
6518
6525
|
style={
|
|
@@ -6539,8 +6546,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
6539
6546
|
}
|
|
6540
6547
|
>
|
|
6541
6548
|
<View
|
|
6542
|
-
accessibilityLabel="
|
|
6543
|
-
accessibilityRole="button"
|
|
6549
|
+
accessibilityLabel=" Vrijdag 28 April 2023 "
|
|
6544
6550
|
accessibilityState={
|
|
6545
6551
|
{
|
|
6546
6552
|
"busy": undefined,
|
|
@@ -6571,17 +6577,13 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
6571
6577
|
style={
|
|
6572
6578
|
{
|
|
6573
6579
|
"alignItems": "center",
|
|
6574
|
-
"borderColor": "#7B93DB",
|
|
6575
|
-
"borderRadius": 21,
|
|
6576
|
-
"borderStyle": "solid",
|
|
6577
|
-
"borderWidth": 1,
|
|
6578
6580
|
"height": 42,
|
|
6579
6581
|
"justifyContent": "center",
|
|
6580
6582
|
"opacity": 1,
|
|
6581
6583
|
"width": 42,
|
|
6582
6584
|
}
|
|
6583
6585
|
}
|
|
6584
|
-
testID="undefined.day_2023-
|
|
6586
|
+
testID="undefined.day_2023-04-28"
|
|
6585
6587
|
>
|
|
6586
6588
|
<Text
|
|
6587
6589
|
allowFontScaling={false}
|
|
@@ -6595,12 +6597,12 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
6595
6597
|
"marginTop": 4,
|
|
6596
6598
|
},
|
|
6597
6599
|
{
|
|
6598
|
-
"color": "#
|
|
6600
|
+
"color": "#9AA5B1",
|
|
6599
6601
|
},
|
|
6600
6602
|
]
|
|
6601
6603
|
}
|
|
6602
6604
|
>
|
|
6603
|
-
|
|
6605
|
+
28
|
|
6604
6606
|
</Text>
|
|
6605
6607
|
<View
|
|
6606
6608
|
style={
|
|
@@ -6627,7 +6629,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
6627
6629
|
}
|
|
6628
6630
|
>
|
|
6629
6631
|
<View
|
|
6630
|
-
accessibilityLabel=" Zaterdag
|
|
6632
|
+
accessibilityLabel=" Zaterdag 29 April 2023 "
|
|
6631
6633
|
accessibilityState={
|
|
6632
6634
|
{
|
|
6633
6635
|
"busy": undefined,
|
|
@@ -6664,7 +6666,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
6664
6666
|
"width": 42,
|
|
6665
6667
|
}
|
|
6666
6668
|
}
|
|
6667
|
-
testID="undefined.day_2023-04-
|
|
6669
|
+
testID="undefined.day_2023-04-29"
|
|
6668
6670
|
>
|
|
6669
6671
|
<Text
|
|
6670
6672
|
allowFontScaling={false}
|
|
@@ -6683,7 +6685,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
6683
6685
|
]
|
|
6684
6686
|
}
|
|
6685
6687
|
>
|
|
6686
|
-
|
|
6688
|
+
29
|
|
6687
6689
|
</Text>
|
|
6688
6690
|
<View
|
|
6689
6691
|
style={
|
|
@@ -6710,7 +6712,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
6710
6712
|
}
|
|
6711
6713
|
>
|
|
6712
6714
|
<View
|
|
6713
|
-
accessibilityLabel=" Zondag
|
|
6715
|
+
accessibilityLabel=" Zondag 30 April 2023 "
|
|
6714
6716
|
accessibilityState={
|
|
6715
6717
|
{
|
|
6716
6718
|
"busy": undefined,
|
|
@@ -6747,7 +6749,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
6747
6749
|
"width": 42,
|
|
6748
6750
|
}
|
|
6749
6751
|
}
|
|
6750
|
-
testID="undefined.day_2023-04-
|
|
6752
|
+
testID="undefined.day_2023-04-30"
|
|
6751
6753
|
>
|
|
6752
6754
|
<Text
|
|
6753
6755
|
allowFontScaling={false}
|
|
@@ -6766,7 +6768,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
6766
6768
|
]
|
|
6767
6769
|
}
|
|
6768
6770
|
>
|
|
6769
|
-
|
|
6771
|
+
30
|
|
6770
6772
|
</Text>
|
|
6771
6773
|
<View
|
|
6772
6774
|
style={
|