@tactics/toddle-styleguide 1.0.2 → 1.0.4
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/App.tsx +11 -1
- package/assets/lottie/wave-for-daycares.json +1197 -0
- package/assets/lottie/wave-for-parents.json +1 -0
- package/index.d.ts +2 -1
- package/index.tsx +2 -0
- package/package.json +3 -1
- package/src/components/atoms/animated-wave/animated-wave.component.d.ts +1 -0
- package/src/components/atoms/animated-wave/animated-wave.component.tsx +28 -0
- package/src/components/atoms/animated-wave/animated-wave.preview.tsx +20 -0
- package/src/components/atoms/animated-wave/animated-wave.styles.d.ts +21 -0
- package/src/components/atoms/animated-wave/animated-wave.styles.js +25 -0
- package/src/components/atoms/calendar/__snapshots__/calendar.test.js.snap +173 -179
- package/src/components/atoms/heading-components/all-caps-heading/__snapshots__/all-caps-heading.test.js.snap +4 -0
- package/src/components/atoms/heading-components/all-caps-heading/all-caps-heading.component.d.ts +1 -1
- package/src/components/atoms/heading-components/all-caps-heading/all-caps-heading.component.tsx +12 -1
- package/src/components/atoms/heading-components/heading1/heading1.component.d.ts +1 -1
- package/src/components/atoms/heading-components/heading1/heading1.component.tsx +9 -1
- package/src/components/atoms/heading-components/heading3/heading3.component.d.ts +1 -1
- package/src/components/atoms/heading-components/heading3/heading3.component.tsx +9 -1
- package/src/components/atoms/heading-components/heading4/heading4.component.d.ts +1 -1
- package/src/components/atoms/heading-components/heading4/heading4.component.tsx +9 -1
- package/src/components/atoms/static-wave/static-wave.component.d.ts +8 -0
- package/src/components/atoms/static-wave/static-wave.component.tsx +46 -0
- package/src/components/atoms/static-wave/static-wave.styles.d.ts +14 -0
- package/src/components/atoms/static-wave/static-wave.styles.js +14 -0
- package/src/components/molecules/select-list-item/__snapshots__/select-list-item.test.js.snap +6 -0
- package/src/components/molecules/select-list-item/select-list-item-preview.tsx +1 -1
- package/src/components/molecules/select-list-item/select-list-item.component.tsx +6 -1
- package/src/components/molecules/wave-background/__snapshots__/wave.test.js.snap +177 -0
- package/src/components/molecules/wave-background/wave.component.d.ts +2 -0
- package/src/components/molecules/wave-background/wave.component.tsx +35 -0
- package/src/components/molecules/wave-background/wave.preview.d.ts +1 -0
- package/src/components/molecules/wave-background/wave.preview.tsx +78 -0
- package/src/components/molecules/wave-background/wave.styles.d.ts +13 -0
- package/src/components/molecules/wave-background/wave.styles.js +13 -0
- package/src/components/molecules/wave-background/wave.test.js +25 -0
- package/src/components/organisms/loading-indicator/loading-indicator.test.js +1 -0
- package/src/components/organisms/my-child-list-item/__snapshots__/my-child-list-item.test.js.snap +2 -0
- package/src/components/organisms/my-child-list-item/my-child-list-item.component.tsx +6 -1
- package/src/components/organisms/my-child-list-item/my-child-list-item.preview.tsx +1 -1
- package/src/components/templates/modal/modal.preview.tsx +1 -1
- package/src/components/templates/popover/components/modal/heading/heading.component.tsx +7 -1
- package/src/components/templates/popover/components/modal/heading/heading.styles.d.ts +4 -0
- package/src/components/templates/popover/components/modal/heading/heading.styles.js +4 -0
- package/src/context/theme.context.d.ts +5 -0
- package/src/context/theme.context.ts +3 -0
- package/src/theme/provider/parent.theme.d.ts +3 -0
- package/src/theme/provider/parent.theme.ts +3 -0
- package/src/theme/provider/staff-member.theme.d.ts +3 -0
- package/src/theme/provider/staff-member.theme.ts +3 -0
|
@@ -170,7 +170,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
170
170
|
}
|
|
171
171
|
testID="undefined.header.title"
|
|
172
172
|
>
|
|
173
|
-
|
|
173
|
+
Maart 2023
|
|
174
174
|
</Text>
|
|
175
175
|
</View>
|
|
176
176
|
<View
|
|
@@ -434,7 +434,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
434
434
|
}
|
|
435
435
|
>
|
|
436
436
|
<View
|
|
437
|
-
accessibilityLabel=" Maandag
|
|
437
|
+
accessibilityLabel=" Maandag 27 Februari 2023 "
|
|
438
438
|
accessibilityState={
|
|
439
439
|
{
|
|
440
440
|
"disabled": false,
|
|
@@ -459,7 +459,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
459
459
|
"width": 42,
|
|
460
460
|
}
|
|
461
461
|
}
|
|
462
|
-
testID="undefined.day_2023-
|
|
462
|
+
testID="undefined.day_2023-02-27"
|
|
463
463
|
>
|
|
464
464
|
<Text
|
|
465
465
|
allowFontScaling={false}
|
|
@@ -478,7 +478,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
478
478
|
]
|
|
479
479
|
}
|
|
480
480
|
>
|
|
481
|
-
|
|
481
|
+
27
|
|
482
482
|
</Text>
|
|
483
483
|
<View
|
|
484
484
|
style={
|
|
@@ -505,7 +505,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
505
505
|
}
|
|
506
506
|
>
|
|
507
507
|
<View
|
|
508
|
-
accessibilityLabel=" Dinsdag
|
|
508
|
+
accessibilityLabel=" Dinsdag 28 Februari 2023 "
|
|
509
509
|
accessibilityState={
|
|
510
510
|
{
|
|
511
511
|
"disabled": false,
|
|
@@ -530,7 +530,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
530
530
|
"width": 42,
|
|
531
531
|
}
|
|
532
532
|
}
|
|
533
|
-
testID="undefined.day_2023-
|
|
533
|
+
testID="undefined.day_2023-02-28"
|
|
534
534
|
>
|
|
535
535
|
<Text
|
|
536
536
|
allowFontScaling={false}
|
|
@@ -549,7 +549,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
549
549
|
]
|
|
550
550
|
}
|
|
551
551
|
>
|
|
552
|
-
|
|
552
|
+
28
|
|
553
553
|
</Text>
|
|
554
554
|
<View
|
|
555
555
|
style={
|
|
@@ -576,7 +576,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
576
576
|
}
|
|
577
577
|
>
|
|
578
578
|
<View
|
|
579
|
-
accessibilityLabel=" Woensdag 1
|
|
579
|
+
accessibilityLabel=" Woensdag 1 Maart 2023 "
|
|
580
580
|
accessibilityRole="button"
|
|
581
581
|
accessibilityState={
|
|
582
582
|
{
|
|
@@ -602,7 +602,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
602
602
|
"width": 42,
|
|
603
603
|
}
|
|
604
604
|
}
|
|
605
|
-
testID="undefined.day_2023-
|
|
605
|
+
testID="undefined.day_2023-03-01"
|
|
606
606
|
>
|
|
607
607
|
<Text
|
|
608
608
|
allowFontScaling={false}
|
|
@@ -645,7 +645,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
645
645
|
}
|
|
646
646
|
>
|
|
647
647
|
<View
|
|
648
|
-
accessibilityLabel=" Donderdag 2
|
|
648
|
+
accessibilityLabel=" Donderdag 2 Maart 2023 "
|
|
649
649
|
accessibilityRole="button"
|
|
650
650
|
accessibilityState={
|
|
651
651
|
{
|
|
@@ -671,7 +671,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
671
671
|
"width": 42,
|
|
672
672
|
}
|
|
673
673
|
}
|
|
674
|
-
testID="undefined.day_2023-
|
|
674
|
+
testID="undefined.day_2023-03-02"
|
|
675
675
|
>
|
|
676
676
|
<Text
|
|
677
677
|
allowFontScaling={false}
|
|
@@ -714,7 +714,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
714
714
|
}
|
|
715
715
|
>
|
|
716
716
|
<View
|
|
717
|
-
accessibilityLabel=" Vrijdag 3
|
|
717
|
+
accessibilityLabel=" Vrijdag 3 Maart 2023 "
|
|
718
718
|
accessibilityRole="button"
|
|
719
719
|
accessibilityState={
|
|
720
720
|
{
|
|
@@ -740,7 +740,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
740
740
|
"width": 42,
|
|
741
741
|
}
|
|
742
742
|
}
|
|
743
|
-
testID="undefined.day_2023-
|
|
743
|
+
testID="undefined.day_2023-03-03"
|
|
744
744
|
>
|
|
745
745
|
<Text
|
|
746
746
|
allowFontScaling={false}
|
|
@@ -783,7 +783,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
783
783
|
}
|
|
784
784
|
>
|
|
785
785
|
<View
|
|
786
|
-
accessibilityLabel=" Zaterdag 4
|
|
786
|
+
accessibilityLabel=" Zaterdag 4 Maart 2023 "
|
|
787
787
|
accessibilityRole="button"
|
|
788
788
|
accessibilityState={
|
|
789
789
|
{
|
|
@@ -809,7 +809,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
809
809
|
"width": 42,
|
|
810
810
|
}
|
|
811
811
|
}
|
|
812
|
-
testID="undefined.day_2023-
|
|
812
|
+
testID="undefined.day_2023-03-04"
|
|
813
813
|
>
|
|
814
814
|
<Text
|
|
815
815
|
allowFontScaling={false}
|
|
@@ -852,7 +852,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
852
852
|
}
|
|
853
853
|
>
|
|
854
854
|
<View
|
|
855
|
-
accessibilityLabel=" Zondag 5
|
|
855
|
+
accessibilityLabel=" Zondag 5 Maart 2023 "
|
|
856
856
|
accessibilityRole="button"
|
|
857
857
|
accessibilityState={
|
|
858
858
|
{
|
|
@@ -878,7 +878,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
878
878
|
"width": 42,
|
|
879
879
|
}
|
|
880
880
|
}
|
|
881
|
-
testID="undefined.day_2023-
|
|
881
|
+
testID="undefined.day_2023-03-05"
|
|
882
882
|
>
|
|
883
883
|
<Text
|
|
884
884
|
allowFontScaling={false}
|
|
@@ -931,7 +931,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
931
931
|
}
|
|
932
932
|
>
|
|
933
933
|
<View
|
|
934
|
-
accessibilityLabel=" Maandag 6
|
|
934
|
+
accessibilityLabel=" Maandag 6 Maart 2023 "
|
|
935
935
|
accessibilityRole="button"
|
|
936
936
|
accessibilityState={
|
|
937
937
|
{
|
|
@@ -957,7 +957,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
957
957
|
"width": 42,
|
|
958
958
|
}
|
|
959
959
|
}
|
|
960
|
-
testID="undefined.day_2023-
|
|
960
|
+
testID="undefined.day_2023-03-06"
|
|
961
961
|
>
|
|
962
962
|
<Text
|
|
963
963
|
allowFontScaling={false}
|
|
@@ -1000,7 +1000,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
1000
1000
|
}
|
|
1001
1001
|
>
|
|
1002
1002
|
<View
|
|
1003
|
-
accessibilityLabel=" Dinsdag 7
|
|
1003
|
+
accessibilityLabel="today Dinsdag 7 Maart 2023 "
|
|
1004
1004
|
accessibilityRole="button"
|
|
1005
1005
|
accessibilityState={
|
|
1006
1006
|
{
|
|
@@ -1020,13 +1020,17 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
1020
1020
|
style={
|
|
1021
1021
|
{
|
|
1022
1022
|
"alignItems": "center",
|
|
1023
|
+
"borderColor": "#7B93DB",
|
|
1024
|
+
"borderRadius": 21,
|
|
1025
|
+
"borderStyle": "solid",
|
|
1026
|
+
"borderWidth": 1,
|
|
1023
1027
|
"height": 42,
|
|
1024
1028
|
"justifyContent": "center",
|
|
1025
1029
|
"opacity": 1,
|
|
1026
1030
|
"width": 42,
|
|
1027
1031
|
}
|
|
1028
1032
|
}
|
|
1029
|
-
testID="undefined.day_2023-
|
|
1033
|
+
testID="undefined.day_2023-03-07"
|
|
1030
1034
|
>
|
|
1031
1035
|
<Text
|
|
1032
1036
|
allowFontScaling={false}
|
|
@@ -1039,6 +1043,9 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
1039
1043
|
"lineHeight": 22.4,
|
|
1040
1044
|
"marginTop": 4,
|
|
1041
1045
|
},
|
|
1046
|
+
{
|
|
1047
|
+
"color": "#7B93DB",
|
|
1048
|
+
},
|
|
1042
1049
|
]
|
|
1043
1050
|
}
|
|
1044
1051
|
>
|
|
@@ -1069,7 +1076,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
1069
1076
|
}
|
|
1070
1077
|
>
|
|
1071
1078
|
<View
|
|
1072
|
-
accessibilityLabel=" Woensdag 8
|
|
1079
|
+
accessibilityLabel=" Woensdag 8 Maart 2023 "
|
|
1073
1080
|
accessibilityRole="button"
|
|
1074
1081
|
accessibilityState={
|
|
1075
1082
|
{
|
|
@@ -1095,7 +1102,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
1095
1102
|
"width": 42,
|
|
1096
1103
|
}
|
|
1097
1104
|
}
|
|
1098
|
-
testID="undefined.day_2023-
|
|
1105
|
+
testID="undefined.day_2023-03-08"
|
|
1099
1106
|
>
|
|
1100
1107
|
<Text
|
|
1101
1108
|
allowFontScaling={false}
|
|
@@ -1138,7 +1145,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
1138
1145
|
}
|
|
1139
1146
|
>
|
|
1140
1147
|
<View
|
|
1141
|
-
accessibilityLabel=" Donderdag 9
|
|
1148
|
+
accessibilityLabel=" Donderdag 9 Maart 2023 "
|
|
1142
1149
|
accessibilityRole="button"
|
|
1143
1150
|
accessibilityState={
|
|
1144
1151
|
{
|
|
@@ -1164,7 +1171,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
1164
1171
|
"width": 42,
|
|
1165
1172
|
}
|
|
1166
1173
|
}
|
|
1167
|
-
testID="undefined.day_2023-
|
|
1174
|
+
testID="undefined.day_2023-03-09"
|
|
1168
1175
|
>
|
|
1169
1176
|
<Text
|
|
1170
1177
|
allowFontScaling={false}
|
|
@@ -1207,7 +1214,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
1207
1214
|
}
|
|
1208
1215
|
>
|
|
1209
1216
|
<View
|
|
1210
|
-
accessibilityLabel=" Vrijdag 10
|
|
1217
|
+
accessibilityLabel=" Vrijdag 10 Maart 2023 "
|
|
1211
1218
|
accessibilityRole="button"
|
|
1212
1219
|
accessibilityState={
|
|
1213
1220
|
{
|
|
@@ -1233,7 +1240,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
1233
1240
|
"width": 42,
|
|
1234
1241
|
}
|
|
1235
1242
|
}
|
|
1236
|
-
testID="undefined.day_2023-
|
|
1243
|
+
testID="undefined.day_2023-03-10"
|
|
1237
1244
|
>
|
|
1238
1245
|
<Text
|
|
1239
1246
|
allowFontScaling={false}
|
|
@@ -1276,7 +1283,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
1276
1283
|
}
|
|
1277
1284
|
>
|
|
1278
1285
|
<View
|
|
1279
|
-
accessibilityLabel=" Zaterdag 11
|
|
1286
|
+
accessibilityLabel=" Zaterdag 11 Maart 2023 "
|
|
1280
1287
|
accessibilityRole="button"
|
|
1281
1288
|
accessibilityState={
|
|
1282
1289
|
{
|
|
@@ -1302,7 +1309,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
1302
1309
|
"width": 42,
|
|
1303
1310
|
}
|
|
1304
1311
|
}
|
|
1305
|
-
testID="undefined.day_2023-
|
|
1312
|
+
testID="undefined.day_2023-03-11"
|
|
1306
1313
|
>
|
|
1307
1314
|
<Text
|
|
1308
1315
|
allowFontScaling={false}
|
|
@@ -1345,7 +1352,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
1345
1352
|
}
|
|
1346
1353
|
>
|
|
1347
1354
|
<View
|
|
1348
|
-
accessibilityLabel=" Zondag 12
|
|
1355
|
+
accessibilityLabel=" Zondag 12 Maart 2023 "
|
|
1349
1356
|
accessibilityRole="button"
|
|
1350
1357
|
accessibilityState={
|
|
1351
1358
|
{
|
|
@@ -1371,7 +1378,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
1371
1378
|
"width": 42,
|
|
1372
1379
|
}
|
|
1373
1380
|
}
|
|
1374
|
-
testID="undefined.day_2023-
|
|
1381
|
+
testID="undefined.day_2023-03-12"
|
|
1375
1382
|
>
|
|
1376
1383
|
<Text
|
|
1377
1384
|
allowFontScaling={false}
|
|
@@ -1424,7 +1431,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
1424
1431
|
}
|
|
1425
1432
|
>
|
|
1426
1433
|
<View
|
|
1427
|
-
accessibilityLabel=" Maandag 13
|
|
1434
|
+
accessibilityLabel=" Maandag 13 Maart 2023 "
|
|
1428
1435
|
accessibilityRole="button"
|
|
1429
1436
|
accessibilityState={
|
|
1430
1437
|
{
|
|
@@ -1450,7 +1457,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
1450
1457
|
"width": 42,
|
|
1451
1458
|
}
|
|
1452
1459
|
}
|
|
1453
|
-
testID="undefined.day_2023-
|
|
1460
|
+
testID="undefined.day_2023-03-13"
|
|
1454
1461
|
>
|
|
1455
1462
|
<Text
|
|
1456
1463
|
allowFontScaling={false}
|
|
@@ -1493,7 +1500,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
1493
1500
|
}
|
|
1494
1501
|
>
|
|
1495
1502
|
<View
|
|
1496
|
-
accessibilityLabel=" Dinsdag 14
|
|
1503
|
+
accessibilityLabel=" Dinsdag 14 Maart 2023 "
|
|
1497
1504
|
accessibilityRole="button"
|
|
1498
1505
|
accessibilityState={
|
|
1499
1506
|
{
|
|
@@ -1519,7 +1526,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
1519
1526
|
"width": 42,
|
|
1520
1527
|
}
|
|
1521
1528
|
}
|
|
1522
|
-
testID="undefined.day_2023-
|
|
1529
|
+
testID="undefined.day_2023-03-14"
|
|
1523
1530
|
>
|
|
1524
1531
|
<Text
|
|
1525
1532
|
allowFontScaling={false}
|
|
@@ -1562,7 +1569,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
1562
1569
|
}
|
|
1563
1570
|
>
|
|
1564
1571
|
<View
|
|
1565
|
-
accessibilityLabel=" Woensdag 15
|
|
1572
|
+
accessibilityLabel=" Woensdag 15 Maart 2023 "
|
|
1566
1573
|
accessibilityRole="button"
|
|
1567
1574
|
accessibilityState={
|
|
1568
1575
|
{
|
|
@@ -1588,7 +1595,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
1588
1595
|
"width": 42,
|
|
1589
1596
|
}
|
|
1590
1597
|
}
|
|
1591
|
-
testID="undefined.day_2023-
|
|
1598
|
+
testID="undefined.day_2023-03-15"
|
|
1592
1599
|
>
|
|
1593
1600
|
<Text
|
|
1594
1601
|
allowFontScaling={false}
|
|
@@ -1631,7 +1638,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
1631
1638
|
}
|
|
1632
1639
|
>
|
|
1633
1640
|
<View
|
|
1634
|
-
accessibilityLabel=" Donderdag 16
|
|
1641
|
+
accessibilityLabel=" Donderdag 16 Maart 2023 "
|
|
1635
1642
|
accessibilityRole="button"
|
|
1636
1643
|
accessibilityState={
|
|
1637
1644
|
{
|
|
@@ -1657,7 +1664,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
1657
1664
|
"width": 42,
|
|
1658
1665
|
}
|
|
1659
1666
|
}
|
|
1660
|
-
testID="undefined.day_2023-
|
|
1667
|
+
testID="undefined.day_2023-03-16"
|
|
1661
1668
|
>
|
|
1662
1669
|
<Text
|
|
1663
1670
|
allowFontScaling={false}
|
|
@@ -1700,7 +1707,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
1700
1707
|
}
|
|
1701
1708
|
>
|
|
1702
1709
|
<View
|
|
1703
|
-
accessibilityLabel=" Vrijdag 17
|
|
1710
|
+
accessibilityLabel=" Vrijdag 17 Maart 2023 "
|
|
1704
1711
|
accessibilityRole="button"
|
|
1705
1712
|
accessibilityState={
|
|
1706
1713
|
{
|
|
@@ -1726,7 +1733,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
1726
1733
|
"width": 42,
|
|
1727
1734
|
}
|
|
1728
1735
|
}
|
|
1729
|
-
testID="undefined.day_2023-
|
|
1736
|
+
testID="undefined.day_2023-03-17"
|
|
1730
1737
|
>
|
|
1731
1738
|
<Text
|
|
1732
1739
|
allowFontScaling={false}
|
|
@@ -1769,7 +1776,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
1769
1776
|
}
|
|
1770
1777
|
>
|
|
1771
1778
|
<View
|
|
1772
|
-
accessibilityLabel=" Zaterdag 18
|
|
1779
|
+
accessibilityLabel=" Zaterdag 18 Maart 2023 "
|
|
1773
1780
|
accessibilityRole="button"
|
|
1774
1781
|
accessibilityState={
|
|
1775
1782
|
{
|
|
@@ -1795,7 +1802,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
1795
1802
|
"width": 42,
|
|
1796
1803
|
}
|
|
1797
1804
|
}
|
|
1798
|
-
testID="undefined.day_2023-
|
|
1805
|
+
testID="undefined.day_2023-03-18"
|
|
1799
1806
|
>
|
|
1800
1807
|
<Text
|
|
1801
1808
|
allowFontScaling={false}
|
|
@@ -1838,7 +1845,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
1838
1845
|
}
|
|
1839
1846
|
>
|
|
1840
1847
|
<View
|
|
1841
|
-
accessibilityLabel=" Zondag 19
|
|
1848
|
+
accessibilityLabel=" Zondag 19 Maart 2023 "
|
|
1842
1849
|
accessibilityRole="button"
|
|
1843
1850
|
accessibilityState={
|
|
1844
1851
|
{
|
|
@@ -1864,7 +1871,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
1864
1871
|
"width": 42,
|
|
1865
1872
|
}
|
|
1866
1873
|
}
|
|
1867
|
-
testID="undefined.day_2023-
|
|
1874
|
+
testID="undefined.day_2023-03-19"
|
|
1868
1875
|
>
|
|
1869
1876
|
<Text
|
|
1870
1877
|
allowFontScaling={false}
|
|
@@ -1917,7 +1924,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
1917
1924
|
}
|
|
1918
1925
|
>
|
|
1919
1926
|
<View
|
|
1920
|
-
accessibilityLabel=" Maandag 20
|
|
1927
|
+
accessibilityLabel=" Maandag 20 Maart 2023 "
|
|
1921
1928
|
accessibilityRole="button"
|
|
1922
1929
|
accessibilityState={
|
|
1923
1930
|
{
|
|
@@ -1943,7 +1950,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
1943
1950
|
"width": 42,
|
|
1944
1951
|
}
|
|
1945
1952
|
}
|
|
1946
|
-
testID="undefined.day_2023-
|
|
1953
|
+
testID="undefined.day_2023-03-20"
|
|
1947
1954
|
>
|
|
1948
1955
|
<Text
|
|
1949
1956
|
allowFontScaling={false}
|
|
@@ -1986,7 +1993,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
1986
1993
|
}
|
|
1987
1994
|
>
|
|
1988
1995
|
<View
|
|
1989
|
-
accessibilityLabel=" Dinsdag 21
|
|
1996
|
+
accessibilityLabel=" Dinsdag 21 Maart 2023 "
|
|
1990
1997
|
accessibilityRole="button"
|
|
1991
1998
|
accessibilityState={
|
|
1992
1999
|
{
|
|
@@ -2012,7 +2019,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
2012
2019
|
"width": 42,
|
|
2013
2020
|
}
|
|
2014
2021
|
}
|
|
2015
|
-
testID="undefined.day_2023-
|
|
2022
|
+
testID="undefined.day_2023-03-21"
|
|
2016
2023
|
>
|
|
2017
2024
|
<Text
|
|
2018
2025
|
allowFontScaling={false}
|
|
@@ -2055,7 +2062,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
2055
2062
|
}
|
|
2056
2063
|
>
|
|
2057
2064
|
<View
|
|
2058
|
-
accessibilityLabel=" Woensdag 22
|
|
2065
|
+
accessibilityLabel=" Woensdag 22 Maart 2023 "
|
|
2059
2066
|
accessibilityRole="button"
|
|
2060
2067
|
accessibilityState={
|
|
2061
2068
|
{
|
|
@@ -2081,7 +2088,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
2081
2088
|
"width": 42,
|
|
2082
2089
|
}
|
|
2083
2090
|
}
|
|
2084
|
-
testID="undefined.day_2023-
|
|
2091
|
+
testID="undefined.day_2023-03-22"
|
|
2085
2092
|
>
|
|
2086
2093
|
<Text
|
|
2087
2094
|
allowFontScaling={false}
|
|
@@ -2124,7 +2131,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
2124
2131
|
}
|
|
2125
2132
|
>
|
|
2126
2133
|
<View
|
|
2127
|
-
accessibilityLabel=" Donderdag 23
|
|
2134
|
+
accessibilityLabel=" Donderdag 23 Maart 2023 "
|
|
2128
2135
|
accessibilityRole="button"
|
|
2129
2136
|
accessibilityState={
|
|
2130
2137
|
{
|
|
@@ -2150,7 +2157,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
2150
2157
|
"width": 42,
|
|
2151
2158
|
}
|
|
2152
2159
|
}
|
|
2153
|
-
testID="undefined.day_2023-
|
|
2160
|
+
testID="undefined.day_2023-03-23"
|
|
2154
2161
|
>
|
|
2155
2162
|
<Text
|
|
2156
2163
|
allowFontScaling={false}
|
|
@@ -2193,7 +2200,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
2193
2200
|
}
|
|
2194
2201
|
>
|
|
2195
2202
|
<View
|
|
2196
|
-
accessibilityLabel=" Vrijdag 24
|
|
2203
|
+
accessibilityLabel=" Vrijdag 24 Maart 2023 "
|
|
2197
2204
|
accessibilityRole="button"
|
|
2198
2205
|
accessibilityState={
|
|
2199
2206
|
{
|
|
@@ -2219,7 +2226,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
2219
2226
|
"width": 42,
|
|
2220
2227
|
}
|
|
2221
2228
|
}
|
|
2222
|
-
testID="undefined.day_2023-
|
|
2229
|
+
testID="undefined.day_2023-03-24"
|
|
2223
2230
|
>
|
|
2224
2231
|
<Text
|
|
2225
2232
|
allowFontScaling={false}
|
|
@@ -2262,7 +2269,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
2262
2269
|
}
|
|
2263
2270
|
>
|
|
2264
2271
|
<View
|
|
2265
|
-
accessibilityLabel=" Zaterdag 25
|
|
2272
|
+
accessibilityLabel=" Zaterdag 25 Maart 2023 "
|
|
2266
2273
|
accessibilityRole="button"
|
|
2267
2274
|
accessibilityState={
|
|
2268
2275
|
{
|
|
@@ -2288,7 +2295,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
2288
2295
|
"width": 42,
|
|
2289
2296
|
}
|
|
2290
2297
|
}
|
|
2291
|
-
testID="undefined.day_2023-
|
|
2298
|
+
testID="undefined.day_2023-03-25"
|
|
2292
2299
|
>
|
|
2293
2300
|
<Text
|
|
2294
2301
|
allowFontScaling={false}
|
|
@@ -2331,7 +2338,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
2331
2338
|
}
|
|
2332
2339
|
>
|
|
2333
2340
|
<View
|
|
2334
|
-
accessibilityLabel=" Zondag 26
|
|
2341
|
+
accessibilityLabel=" Zondag 26 Maart 2023 "
|
|
2335
2342
|
accessibilityRole="button"
|
|
2336
2343
|
accessibilityState={
|
|
2337
2344
|
{
|
|
@@ -2357,7 +2364,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
2357
2364
|
"width": 42,
|
|
2358
2365
|
}
|
|
2359
2366
|
}
|
|
2360
|
-
testID="undefined.day_2023-
|
|
2367
|
+
testID="undefined.day_2023-03-26"
|
|
2361
2368
|
>
|
|
2362
2369
|
<Text
|
|
2363
2370
|
allowFontScaling={false}
|
|
@@ -2410,7 +2417,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
2410
2417
|
}
|
|
2411
2418
|
>
|
|
2412
2419
|
<View
|
|
2413
|
-
accessibilityLabel="
|
|
2420
|
+
accessibilityLabel=" Maandag 27 Maart 2023 "
|
|
2414
2421
|
accessibilityRole="button"
|
|
2415
2422
|
accessibilityState={
|
|
2416
2423
|
{
|
|
@@ -2430,17 +2437,13 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
2430
2437
|
style={
|
|
2431
2438
|
{
|
|
2432
2439
|
"alignItems": "center",
|
|
2433
|
-
"borderColor": "#7B93DB",
|
|
2434
|
-
"borderRadius": 21,
|
|
2435
|
-
"borderStyle": "solid",
|
|
2436
|
-
"borderWidth": 1,
|
|
2437
2440
|
"height": 42,
|
|
2438
2441
|
"justifyContent": "center",
|
|
2439
2442
|
"opacity": 1,
|
|
2440
2443
|
"width": 42,
|
|
2441
2444
|
}
|
|
2442
2445
|
}
|
|
2443
|
-
testID="undefined.day_2023-
|
|
2446
|
+
testID="undefined.day_2023-03-27"
|
|
2444
2447
|
>
|
|
2445
2448
|
<Text
|
|
2446
2449
|
allowFontScaling={false}
|
|
@@ -2453,9 +2456,6 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
2453
2456
|
"lineHeight": 22.4,
|
|
2454
2457
|
"marginTop": 4,
|
|
2455
2458
|
},
|
|
2456
|
-
{
|
|
2457
|
-
"color": "#7B93DB",
|
|
2458
|
-
},
|
|
2459
2459
|
]
|
|
2460
2460
|
}
|
|
2461
2461
|
>
|
|
@@ -2486,7 +2486,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
2486
2486
|
}
|
|
2487
2487
|
>
|
|
2488
2488
|
<View
|
|
2489
|
-
accessibilityLabel=" Dinsdag 28
|
|
2489
|
+
accessibilityLabel=" Dinsdag 28 Maart 2023 "
|
|
2490
2490
|
accessibilityRole="button"
|
|
2491
2491
|
accessibilityState={
|
|
2492
2492
|
{
|
|
@@ -2512,7 +2512,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
2512
2512
|
"width": 42,
|
|
2513
2513
|
}
|
|
2514
2514
|
}
|
|
2515
|
-
testID="undefined.day_2023-
|
|
2515
|
+
testID="undefined.day_2023-03-28"
|
|
2516
2516
|
>
|
|
2517
2517
|
<Text
|
|
2518
2518
|
allowFontScaling={false}
|
|
@@ -2555,7 +2555,8 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
2555
2555
|
}
|
|
2556
2556
|
>
|
|
2557
2557
|
<View
|
|
2558
|
-
accessibilityLabel=" Woensdag
|
|
2558
|
+
accessibilityLabel=" Woensdag 29 Maart 2023 "
|
|
2559
|
+
accessibilityRole="button"
|
|
2559
2560
|
accessibilityState={
|
|
2560
2561
|
{
|
|
2561
2562
|
"disabled": false,
|
|
@@ -2580,7 +2581,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
2580
2581
|
"width": 42,
|
|
2581
2582
|
}
|
|
2582
2583
|
}
|
|
2583
|
-
testID="undefined.day_2023-03-
|
|
2584
|
+
testID="undefined.day_2023-03-29"
|
|
2584
2585
|
>
|
|
2585
2586
|
<Text
|
|
2586
2587
|
allowFontScaling={false}
|
|
@@ -2593,13 +2594,10 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
2593
2594
|
"lineHeight": 22.4,
|
|
2594
2595
|
"marginTop": 4,
|
|
2595
2596
|
},
|
|
2596
|
-
{
|
|
2597
|
-
"color": "#9AA5B1",
|
|
2598
|
-
},
|
|
2599
2597
|
]
|
|
2600
2598
|
}
|
|
2601
2599
|
>
|
|
2602
|
-
|
|
2600
|
+
29
|
|
2603
2601
|
</Text>
|
|
2604
2602
|
<View
|
|
2605
2603
|
style={
|
|
@@ -2626,7 +2624,8 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
2626
2624
|
}
|
|
2627
2625
|
>
|
|
2628
2626
|
<View
|
|
2629
|
-
accessibilityLabel=" Donderdag
|
|
2627
|
+
accessibilityLabel=" Donderdag 30 Maart 2023 "
|
|
2628
|
+
accessibilityRole="button"
|
|
2630
2629
|
accessibilityState={
|
|
2631
2630
|
{
|
|
2632
2631
|
"disabled": false,
|
|
@@ -2651,7 +2650,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
2651
2650
|
"width": 42,
|
|
2652
2651
|
}
|
|
2653
2652
|
}
|
|
2654
|
-
testID="undefined.day_2023-03-
|
|
2653
|
+
testID="undefined.day_2023-03-30"
|
|
2655
2654
|
>
|
|
2656
2655
|
<Text
|
|
2657
2656
|
allowFontScaling={false}
|
|
@@ -2664,13 +2663,10 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
2664
2663
|
"lineHeight": 22.4,
|
|
2665
2664
|
"marginTop": 4,
|
|
2666
2665
|
},
|
|
2667
|
-
{
|
|
2668
|
-
"color": "#9AA5B1",
|
|
2669
|
-
},
|
|
2670
2666
|
]
|
|
2671
2667
|
}
|
|
2672
2668
|
>
|
|
2673
|
-
|
|
2669
|
+
30
|
|
2674
2670
|
</Text>
|
|
2675
2671
|
<View
|
|
2676
2672
|
style={
|
|
@@ -2697,7 +2693,8 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
2697
2693
|
}
|
|
2698
2694
|
>
|
|
2699
2695
|
<View
|
|
2700
|
-
accessibilityLabel=" Vrijdag
|
|
2696
|
+
accessibilityLabel=" Vrijdag 31 Maart 2023 "
|
|
2697
|
+
accessibilityRole="button"
|
|
2701
2698
|
accessibilityState={
|
|
2702
2699
|
{
|
|
2703
2700
|
"disabled": false,
|
|
@@ -2722,7 +2719,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
2722
2719
|
"width": 42,
|
|
2723
2720
|
}
|
|
2724
2721
|
}
|
|
2725
|
-
testID="undefined.day_2023-03-
|
|
2722
|
+
testID="undefined.day_2023-03-31"
|
|
2726
2723
|
>
|
|
2727
2724
|
<Text
|
|
2728
2725
|
allowFontScaling={false}
|
|
@@ -2735,13 +2732,10 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
2735
2732
|
"lineHeight": 22.4,
|
|
2736
2733
|
"marginTop": 4,
|
|
2737
2734
|
},
|
|
2738
|
-
{
|
|
2739
|
-
"color": "#9AA5B1",
|
|
2740
|
-
},
|
|
2741
2735
|
]
|
|
2742
2736
|
}
|
|
2743
2737
|
>
|
|
2744
|
-
|
|
2738
|
+
31
|
|
2745
2739
|
</Text>
|
|
2746
2740
|
<View
|
|
2747
2741
|
style={
|
|
@@ -2768,7 +2762,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
2768
2762
|
}
|
|
2769
2763
|
>
|
|
2770
2764
|
<View
|
|
2771
|
-
accessibilityLabel=" Zaterdag
|
|
2765
|
+
accessibilityLabel=" Zaterdag 1 April 2023 "
|
|
2772
2766
|
accessibilityState={
|
|
2773
2767
|
{
|
|
2774
2768
|
"disabled": false,
|
|
@@ -2793,7 +2787,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
2793
2787
|
"width": 42,
|
|
2794
2788
|
}
|
|
2795
2789
|
}
|
|
2796
|
-
testID="undefined.day_2023-
|
|
2790
|
+
testID="undefined.day_2023-04-01"
|
|
2797
2791
|
>
|
|
2798
2792
|
<Text
|
|
2799
2793
|
allowFontScaling={false}
|
|
@@ -2812,7 +2806,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
2812
2806
|
]
|
|
2813
2807
|
}
|
|
2814
2808
|
>
|
|
2815
|
-
|
|
2809
|
+
1
|
|
2816
2810
|
</Text>
|
|
2817
2811
|
<View
|
|
2818
2812
|
style={
|
|
@@ -2839,7 +2833,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
2839
2833
|
}
|
|
2840
2834
|
>
|
|
2841
2835
|
<View
|
|
2842
|
-
accessibilityLabel=" Zondag
|
|
2836
|
+
accessibilityLabel=" Zondag 2 April 2023 "
|
|
2843
2837
|
accessibilityState={
|
|
2844
2838
|
{
|
|
2845
2839
|
"disabled": false,
|
|
@@ -2864,7 +2858,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
2864
2858
|
"width": 42,
|
|
2865
2859
|
}
|
|
2866
2860
|
}
|
|
2867
|
-
testID="undefined.day_2023-
|
|
2861
|
+
testID="undefined.day_2023-04-02"
|
|
2868
2862
|
>
|
|
2869
2863
|
<Text
|
|
2870
2864
|
allowFontScaling={false}
|
|
@@ -2883,7 +2877,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
2883
2877
|
]
|
|
2884
2878
|
}
|
|
2885
2879
|
>
|
|
2886
|
-
|
|
2880
|
+
2
|
|
2887
2881
|
</Text>
|
|
2888
2882
|
<View
|
|
2889
2883
|
style={
|
|
@@ -3077,7 +3071,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
3077
3071
|
}
|
|
3078
3072
|
testID="undefined.header.title"
|
|
3079
3073
|
>
|
|
3080
|
-
|
|
3074
|
+
Maart 2023
|
|
3081
3075
|
</Text>
|
|
3082
3076
|
</View>
|
|
3083
3077
|
<View
|
|
@@ -3341,7 +3335,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
3341
3335
|
}
|
|
3342
3336
|
>
|
|
3343
3337
|
<View
|
|
3344
|
-
accessibilityLabel=" Maandag
|
|
3338
|
+
accessibilityLabel=" Maandag 27 Februari 2023 "
|
|
3345
3339
|
accessibilityState={
|
|
3346
3340
|
{
|
|
3347
3341
|
"disabled": false,
|
|
@@ -3366,7 +3360,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
3366
3360
|
"width": 42,
|
|
3367
3361
|
}
|
|
3368
3362
|
}
|
|
3369
|
-
testID="undefined.day_2023-
|
|
3363
|
+
testID="undefined.day_2023-02-27"
|
|
3370
3364
|
>
|
|
3371
3365
|
<Text
|
|
3372
3366
|
allowFontScaling={false}
|
|
@@ -3385,7 +3379,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
3385
3379
|
]
|
|
3386
3380
|
}
|
|
3387
3381
|
>
|
|
3388
|
-
|
|
3382
|
+
27
|
|
3389
3383
|
</Text>
|
|
3390
3384
|
<View
|
|
3391
3385
|
style={
|
|
@@ -3412,7 +3406,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
3412
3406
|
}
|
|
3413
3407
|
>
|
|
3414
3408
|
<View
|
|
3415
|
-
accessibilityLabel=" Dinsdag
|
|
3409
|
+
accessibilityLabel=" Dinsdag 28 Februari 2023 "
|
|
3416
3410
|
accessibilityState={
|
|
3417
3411
|
{
|
|
3418
3412
|
"disabled": false,
|
|
@@ -3437,7 +3431,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
3437
3431
|
"width": 42,
|
|
3438
3432
|
}
|
|
3439
3433
|
}
|
|
3440
|
-
testID="undefined.day_2023-
|
|
3434
|
+
testID="undefined.day_2023-02-28"
|
|
3441
3435
|
>
|
|
3442
3436
|
<Text
|
|
3443
3437
|
allowFontScaling={false}
|
|
@@ -3456,7 +3450,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
3456
3450
|
]
|
|
3457
3451
|
}
|
|
3458
3452
|
>
|
|
3459
|
-
|
|
3453
|
+
28
|
|
3460
3454
|
</Text>
|
|
3461
3455
|
<View
|
|
3462
3456
|
style={
|
|
@@ -3483,7 +3477,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
3483
3477
|
}
|
|
3484
3478
|
>
|
|
3485
3479
|
<View
|
|
3486
|
-
accessibilityLabel=" Woensdag 1
|
|
3480
|
+
accessibilityLabel=" Woensdag 1 Maart 2023 "
|
|
3487
3481
|
accessibilityState={
|
|
3488
3482
|
{
|
|
3489
3483
|
"disabled": false,
|
|
@@ -3508,7 +3502,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
3508
3502
|
"width": 42,
|
|
3509
3503
|
}
|
|
3510
3504
|
}
|
|
3511
|
-
testID="undefined.day_2023-
|
|
3505
|
+
testID="undefined.day_2023-03-01"
|
|
3512
3506
|
>
|
|
3513
3507
|
<Text
|
|
3514
3508
|
allowFontScaling={false}
|
|
@@ -3554,7 +3548,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
3554
3548
|
}
|
|
3555
3549
|
>
|
|
3556
3550
|
<View
|
|
3557
|
-
accessibilityLabel=" Donderdag 2
|
|
3551
|
+
accessibilityLabel=" Donderdag 2 Maart 2023 "
|
|
3558
3552
|
accessibilityState={
|
|
3559
3553
|
{
|
|
3560
3554
|
"disabled": false,
|
|
@@ -3579,7 +3573,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
3579
3573
|
"width": 42,
|
|
3580
3574
|
}
|
|
3581
3575
|
}
|
|
3582
|
-
testID="undefined.day_2023-
|
|
3576
|
+
testID="undefined.day_2023-03-02"
|
|
3583
3577
|
>
|
|
3584
3578
|
<Text
|
|
3585
3579
|
allowFontScaling={false}
|
|
@@ -3625,7 +3619,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
3625
3619
|
}
|
|
3626
3620
|
>
|
|
3627
3621
|
<View
|
|
3628
|
-
accessibilityLabel=" Vrijdag 3
|
|
3622
|
+
accessibilityLabel=" Vrijdag 3 Maart 2023 "
|
|
3629
3623
|
accessibilityState={
|
|
3630
3624
|
{
|
|
3631
3625
|
"disabled": false,
|
|
@@ -3650,7 +3644,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
3650
3644
|
"width": 42,
|
|
3651
3645
|
}
|
|
3652
3646
|
}
|
|
3653
|
-
testID="undefined.day_2023-
|
|
3647
|
+
testID="undefined.day_2023-03-03"
|
|
3654
3648
|
>
|
|
3655
3649
|
<Text
|
|
3656
3650
|
allowFontScaling={false}
|
|
@@ -3696,7 +3690,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
3696
3690
|
}
|
|
3697
3691
|
>
|
|
3698
3692
|
<View
|
|
3699
|
-
accessibilityLabel=" Zaterdag 4
|
|
3693
|
+
accessibilityLabel=" Zaterdag 4 Maart 2023 "
|
|
3700
3694
|
accessibilityState={
|
|
3701
3695
|
{
|
|
3702
3696
|
"disabled": false,
|
|
@@ -3721,7 +3715,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
3721
3715
|
"width": 42,
|
|
3722
3716
|
}
|
|
3723
3717
|
}
|
|
3724
|
-
testID="undefined.day_2023-
|
|
3718
|
+
testID="undefined.day_2023-03-04"
|
|
3725
3719
|
>
|
|
3726
3720
|
<Text
|
|
3727
3721
|
allowFontScaling={false}
|
|
@@ -3767,7 +3761,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
3767
3761
|
}
|
|
3768
3762
|
>
|
|
3769
3763
|
<View
|
|
3770
|
-
accessibilityLabel=" Zondag 5
|
|
3764
|
+
accessibilityLabel=" Zondag 5 Maart 2023 "
|
|
3771
3765
|
accessibilityState={
|
|
3772
3766
|
{
|
|
3773
3767
|
"disabled": false,
|
|
@@ -3792,7 +3786,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
3792
3786
|
"width": 42,
|
|
3793
3787
|
}
|
|
3794
3788
|
}
|
|
3795
|
-
testID="undefined.day_2023-
|
|
3789
|
+
testID="undefined.day_2023-03-05"
|
|
3796
3790
|
>
|
|
3797
3791
|
<Text
|
|
3798
3792
|
allowFontScaling={false}
|
|
@@ -3848,7 +3842,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
3848
3842
|
}
|
|
3849
3843
|
>
|
|
3850
3844
|
<View
|
|
3851
|
-
accessibilityLabel=" Maandag 6
|
|
3845
|
+
accessibilityLabel=" Maandag 6 Maart 2023 "
|
|
3852
3846
|
accessibilityState={
|
|
3853
3847
|
{
|
|
3854
3848
|
"disabled": false,
|
|
@@ -3873,7 +3867,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
3873
3867
|
"width": 42,
|
|
3874
3868
|
}
|
|
3875
3869
|
}
|
|
3876
|
-
testID="undefined.day_2023-
|
|
3870
|
+
testID="undefined.day_2023-03-06"
|
|
3877
3871
|
>
|
|
3878
3872
|
<Text
|
|
3879
3873
|
allowFontScaling={false}
|
|
@@ -3919,7 +3913,8 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
3919
3913
|
}
|
|
3920
3914
|
>
|
|
3921
3915
|
<View
|
|
3922
|
-
accessibilityLabel=" Dinsdag 7
|
|
3916
|
+
accessibilityLabel="today Dinsdag 7 Maart 2023 "
|
|
3917
|
+
accessibilityRole="button"
|
|
3923
3918
|
accessibilityState={
|
|
3924
3919
|
{
|
|
3925
3920
|
"disabled": false,
|
|
@@ -3938,13 +3933,17 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
3938
3933
|
style={
|
|
3939
3934
|
{
|
|
3940
3935
|
"alignItems": "center",
|
|
3936
|
+
"borderColor": "#7B93DB",
|
|
3937
|
+
"borderRadius": 21,
|
|
3938
|
+
"borderStyle": "solid",
|
|
3939
|
+
"borderWidth": 1,
|
|
3941
3940
|
"height": 42,
|
|
3942
3941
|
"justifyContent": "center",
|
|
3943
3942
|
"opacity": 1,
|
|
3944
3943
|
"width": 42,
|
|
3945
3944
|
}
|
|
3946
3945
|
}
|
|
3947
|
-
testID="undefined.day_2023-
|
|
3946
|
+
testID="undefined.day_2023-03-07"
|
|
3948
3947
|
>
|
|
3949
3948
|
<Text
|
|
3950
3949
|
allowFontScaling={false}
|
|
@@ -3958,7 +3957,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
3958
3957
|
"marginTop": 4,
|
|
3959
3958
|
},
|
|
3960
3959
|
{
|
|
3961
|
-
"color": "#
|
|
3960
|
+
"color": "#7B93DB",
|
|
3962
3961
|
},
|
|
3963
3962
|
]
|
|
3964
3963
|
}
|
|
@@ -3990,7 +3989,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
3990
3989
|
}
|
|
3991
3990
|
>
|
|
3992
3991
|
<View
|
|
3993
|
-
accessibilityLabel=" Woensdag 8
|
|
3992
|
+
accessibilityLabel=" Woensdag 8 Maart 2023 "
|
|
3994
3993
|
accessibilityState={
|
|
3995
3994
|
{
|
|
3996
3995
|
"disabled": false,
|
|
@@ -4015,7 +4014,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
4015
4014
|
"width": 42,
|
|
4016
4015
|
}
|
|
4017
4016
|
}
|
|
4018
|
-
testID="undefined.day_2023-
|
|
4017
|
+
testID="undefined.day_2023-03-08"
|
|
4019
4018
|
>
|
|
4020
4019
|
<Text
|
|
4021
4020
|
allowFontScaling={false}
|
|
@@ -4061,7 +4060,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
4061
4060
|
}
|
|
4062
4061
|
>
|
|
4063
4062
|
<View
|
|
4064
|
-
accessibilityLabel=" Donderdag 9
|
|
4063
|
+
accessibilityLabel=" Donderdag 9 Maart 2023 "
|
|
4065
4064
|
accessibilityState={
|
|
4066
4065
|
{
|
|
4067
4066
|
"disabled": false,
|
|
@@ -4086,7 +4085,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
4086
4085
|
"width": 42,
|
|
4087
4086
|
}
|
|
4088
4087
|
}
|
|
4089
|
-
testID="undefined.day_2023-
|
|
4088
|
+
testID="undefined.day_2023-03-09"
|
|
4090
4089
|
>
|
|
4091
4090
|
<Text
|
|
4092
4091
|
allowFontScaling={false}
|
|
@@ -4132,7 +4131,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
4132
4131
|
}
|
|
4133
4132
|
>
|
|
4134
4133
|
<View
|
|
4135
|
-
accessibilityLabel=" Vrijdag 10
|
|
4134
|
+
accessibilityLabel=" Vrijdag 10 Maart 2023 "
|
|
4136
4135
|
accessibilityState={
|
|
4137
4136
|
{
|
|
4138
4137
|
"disabled": false,
|
|
@@ -4157,7 +4156,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
4157
4156
|
"width": 42,
|
|
4158
4157
|
}
|
|
4159
4158
|
}
|
|
4160
|
-
testID="undefined.day_2023-
|
|
4159
|
+
testID="undefined.day_2023-03-10"
|
|
4161
4160
|
>
|
|
4162
4161
|
<Text
|
|
4163
4162
|
allowFontScaling={false}
|
|
@@ -4203,7 +4202,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
4203
4202
|
}
|
|
4204
4203
|
>
|
|
4205
4204
|
<View
|
|
4206
|
-
accessibilityLabel=" Zaterdag 11
|
|
4205
|
+
accessibilityLabel=" Zaterdag 11 Maart 2023 "
|
|
4207
4206
|
accessibilityState={
|
|
4208
4207
|
{
|
|
4209
4208
|
"disabled": false,
|
|
@@ -4228,7 +4227,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
4228
4227
|
"width": 42,
|
|
4229
4228
|
}
|
|
4230
4229
|
}
|
|
4231
|
-
testID="undefined.day_2023-
|
|
4230
|
+
testID="undefined.day_2023-03-11"
|
|
4232
4231
|
>
|
|
4233
4232
|
<Text
|
|
4234
4233
|
allowFontScaling={false}
|
|
@@ -4274,7 +4273,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
4274
4273
|
}
|
|
4275
4274
|
>
|
|
4276
4275
|
<View
|
|
4277
|
-
accessibilityLabel=" Zondag 12
|
|
4276
|
+
accessibilityLabel=" Zondag 12 Maart 2023 "
|
|
4278
4277
|
accessibilityState={
|
|
4279
4278
|
{
|
|
4280
4279
|
"disabled": false,
|
|
@@ -4299,7 +4298,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
4299
4298
|
"width": 42,
|
|
4300
4299
|
}
|
|
4301
4300
|
}
|
|
4302
|
-
testID="undefined.day_2023-
|
|
4301
|
+
testID="undefined.day_2023-03-12"
|
|
4303
4302
|
>
|
|
4304
4303
|
<Text
|
|
4305
4304
|
allowFontScaling={false}
|
|
@@ -4355,7 +4354,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
4355
4354
|
}
|
|
4356
4355
|
>
|
|
4357
4356
|
<View
|
|
4358
|
-
accessibilityLabel=" Maandag 13
|
|
4357
|
+
accessibilityLabel=" Maandag 13 Maart 2023 "
|
|
4359
4358
|
accessibilityState={
|
|
4360
4359
|
{
|
|
4361
4360
|
"disabled": false,
|
|
@@ -4380,7 +4379,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
4380
4379
|
"width": 42,
|
|
4381
4380
|
}
|
|
4382
4381
|
}
|
|
4383
|
-
testID="undefined.day_2023-
|
|
4382
|
+
testID="undefined.day_2023-03-13"
|
|
4384
4383
|
>
|
|
4385
4384
|
<Text
|
|
4386
4385
|
allowFontScaling={false}
|
|
@@ -4426,7 +4425,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
4426
4425
|
}
|
|
4427
4426
|
>
|
|
4428
4427
|
<View
|
|
4429
|
-
accessibilityLabel=" Dinsdag 14
|
|
4428
|
+
accessibilityLabel=" Dinsdag 14 Maart 2023 "
|
|
4430
4429
|
accessibilityState={
|
|
4431
4430
|
{
|
|
4432
4431
|
"disabled": false,
|
|
@@ -4451,7 +4450,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
4451
4450
|
"width": 42,
|
|
4452
4451
|
}
|
|
4453
4452
|
}
|
|
4454
|
-
testID="undefined.day_2023-
|
|
4453
|
+
testID="undefined.day_2023-03-14"
|
|
4455
4454
|
>
|
|
4456
4455
|
<Text
|
|
4457
4456
|
allowFontScaling={false}
|
|
@@ -4497,7 +4496,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
4497
4496
|
}
|
|
4498
4497
|
>
|
|
4499
4498
|
<View
|
|
4500
|
-
accessibilityLabel=" Woensdag 15
|
|
4499
|
+
accessibilityLabel=" Woensdag 15 Maart 2023 "
|
|
4501
4500
|
accessibilityState={
|
|
4502
4501
|
{
|
|
4503
4502
|
"disabled": false,
|
|
@@ -4522,7 +4521,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
4522
4521
|
"width": 42,
|
|
4523
4522
|
}
|
|
4524
4523
|
}
|
|
4525
|
-
testID="undefined.day_2023-
|
|
4524
|
+
testID="undefined.day_2023-03-15"
|
|
4526
4525
|
>
|
|
4527
4526
|
<Text
|
|
4528
4527
|
allowFontScaling={false}
|
|
@@ -4568,7 +4567,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
4568
4567
|
}
|
|
4569
4568
|
>
|
|
4570
4569
|
<View
|
|
4571
|
-
accessibilityLabel=" Donderdag 16
|
|
4570
|
+
accessibilityLabel=" Donderdag 16 Maart 2023 "
|
|
4572
4571
|
accessibilityState={
|
|
4573
4572
|
{
|
|
4574
4573
|
"disabled": false,
|
|
@@ -4593,7 +4592,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
4593
4592
|
"width": 42,
|
|
4594
4593
|
}
|
|
4595
4594
|
}
|
|
4596
|
-
testID="undefined.day_2023-
|
|
4595
|
+
testID="undefined.day_2023-03-16"
|
|
4597
4596
|
>
|
|
4598
4597
|
<Text
|
|
4599
4598
|
allowFontScaling={false}
|
|
@@ -4639,7 +4638,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
4639
4638
|
}
|
|
4640
4639
|
>
|
|
4641
4640
|
<View
|
|
4642
|
-
accessibilityLabel=" Vrijdag 17
|
|
4641
|
+
accessibilityLabel=" Vrijdag 17 Maart 2023 "
|
|
4643
4642
|
accessibilityState={
|
|
4644
4643
|
{
|
|
4645
4644
|
"disabled": false,
|
|
@@ -4664,7 +4663,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
4664
4663
|
"width": 42,
|
|
4665
4664
|
}
|
|
4666
4665
|
}
|
|
4667
|
-
testID="undefined.day_2023-
|
|
4666
|
+
testID="undefined.day_2023-03-17"
|
|
4668
4667
|
>
|
|
4669
4668
|
<Text
|
|
4670
4669
|
allowFontScaling={false}
|
|
@@ -4710,7 +4709,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
4710
4709
|
}
|
|
4711
4710
|
>
|
|
4712
4711
|
<View
|
|
4713
|
-
accessibilityLabel=" Zaterdag 18
|
|
4712
|
+
accessibilityLabel=" Zaterdag 18 Maart 2023 "
|
|
4714
4713
|
accessibilityState={
|
|
4715
4714
|
{
|
|
4716
4715
|
"disabled": false,
|
|
@@ -4735,7 +4734,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
4735
4734
|
"width": 42,
|
|
4736
4735
|
}
|
|
4737
4736
|
}
|
|
4738
|
-
testID="undefined.day_2023-
|
|
4737
|
+
testID="undefined.day_2023-03-18"
|
|
4739
4738
|
>
|
|
4740
4739
|
<Text
|
|
4741
4740
|
allowFontScaling={false}
|
|
@@ -4781,7 +4780,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
4781
4780
|
}
|
|
4782
4781
|
>
|
|
4783
4782
|
<View
|
|
4784
|
-
accessibilityLabel=" Zondag 19
|
|
4783
|
+
accessibilityLabel=" Zondag 19 Maart 2023 "
|
|
4785
4784
|
accessibilityState={
|
|
4786
4785
|
{
|
|
4787
4786
|
"disabled": false,
|
|
@@ -4806,7 +4805,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
4806
4805
|
"width": 42,
|
|
4807
4806
|
}
|
|
4808
4807
|
}
|
|
4809
|
-
testID="undefined.day_2023-
|
|
4808
|
+
testID="undefined.day_2023-03-19"
|
|
4810
4809
|
>
|
|
4811
4810
|
<Text
|
|
4812
4811
|
allowFontScaling={false}
|
|
@@ -4862,7 +4861,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
4862
4861
|
}
|
|
4863
4862
|
>
|
|
4864
4863
|
<View
|
|
4865
|
-
accessibilityLabel=" Maandag 20
|
|
4864
|
+
accessibilityLabel=" Maandag 20 Maart 2023 "
|
|
4866
4865
|
accessibilityState={
|
|
4867
4866
|
{
|
|
4868
4867
|
"disabled": false,
|
|
@@ -4887,7 +4886,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
4887
4886
|
"width": 42,
|
|
4888
4887
|
}
|
|
4889
4888
|
}
|
|
4890
|
-
testID="undefined.day_2023-
|
|
4889
|
+
testID="undefined.day_2023-03-20"
|
|
4891
4890
|
>
|
|
4892
4891
|
<Text
|
|
4893
4892
|
allowFontScaling={false}
|
|
@@ -4933,7 +4932,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
4933
4932
|
}
|
|
4934
4933
|
>
|
|
4935
4934
|
<View
|
|
4936
|
-
accessibilityLabel=" Dinsdag 21
|
|
4935
|
+
accessibilityLabel=" Dinsdag 21 Maart 2023 "
|
|
4937
4936
|
accessibilityState={
|
|
4938
4937
|
{
|
|
4939
4938
|
"disabled": false,
|
|
@@ -4958,7 +4957,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
4958
4957
|
"width": 42,
|
|
4959
4958
|
}
|
|
4960
4959
|
}
|
|
4961
|
-
testID="undefined.day_2023-
|
|
4960
|
+
testID="undefined.day_2023-03-21"
|
|
4962
4961
|
>
|
|
4963
4962
|
<Text
|
|
4964
4963
|
allowFontScaling={false}
|
|
@@ -5004,7 +5003,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
5004
5003
|
}
|
|
5005
5004
|
>
|
|
5006
5005
|
<View
|
|
5007
|
-
accessibilityLabel=" Woensdag 22
|
|
5006
|
+
accessibilityLabel=" Woensdag 22 Maart 2023 "
|
|
5008
5007
|
accessibilityState={
|
|
5009
5008
|
{
|
|
5010
5009
|
"disabled": false,
|
|
@@ -5029,7 +5028,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
5029
5028
|
"width": 42,
|
|
5030
5029
|
}
|
|
5031
5030
|
}
|
|
5032
|
-
testID="undefined.day_2023-
|
|
5031
|
+
testID="undefined.day_2023-03-22"
|
|
5033
5032
|
>
|
|
5034
5033
|
<Text
|
|
5035
5034
|
allowFontScaling={false}
|
|
@@ -5075,7 +5074,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
5075
5074
|
}
|
|
5076
5075
|
>
|
|
5077
5076
|
<View
|
|
5078
|
-
accessibilityLabel=" Donderdag 23
|
|
5077
|
+
accessibilityLabel=" Donderdag 23 Maart 2023 "
|
|
5079
5078
|
accessibilityState={
|
|
5080
5079
|
{
|
|
5081
5080
|
"disabled": false,
|
|
@@ -5100,7 +5099,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
5100
5099
|
"width": 42,
|
|
5101
5100
|
}
|
|
5102
5101
|
}
|
|
5103
|
-
testID="undefined.day_2023-
|
|
5102
|
+
testID="undefined.day_2023-03-23"
|
|
5104
5103
|
>
|
|
5105
5104
|
<Text
|
|
5106
5105
|
allowFontScaling={false}
|
|
@@ -5146,7 +5145,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
5146
5145
|
}
|
|
5147
5146
|
>
|
|
5148
5147
|
<View
|
|
5149
|
-
accessibilityLabel=" Vrijdag 24
|
|
5148
|
+
accessibilityLabel=" Vrijdag 24 Maart 2023 "
|
|
5150
5149
|
accessibilityState={
|
|
5151
5150
|
{
|
|
5152
5151
|
"disabled": false,
|
|
@@ -5171,7 +5170,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
5171
5170
|
"width": 42,
|
|
5172
5171
|
}
|
|
5173
5172
|
}
|
|
5174
|
-
testID="undefined.day_2023-
|
|
5173
|
+
testID="undefined.day_2023-03-24"
|
|
5175
5174
|
>
|
|
5176
5175
|
<Text
|
|
5177
5176
|
allowFontScaling={false}
|
|
@@ -5217,7 +5216,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
5217
5216
|
}
|
|
5218
5217
|
>
|
|
5219
5218
|
<View
|
|
5220
|
-
accessibilityLabel=" Zaterdag 25
|
|
5219
|
+
accessibilityLabel=" Zaterdag 25 Maart 2023 "
|
|
5221
5220
|
accessibilityState={
|
|
5222
5221
|
{
|
|
5223
5222
|
"disabled": false,
|
|
@@ -5242,7 +5241,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
5242
5241
|
"width": 42,
|
|
5243
5242
|
}
|
|
5244
5243
|
}
|
|
5245
|
-
testID="undefined.day_2023-
|
|
5244
|
+
testID="undefined.day_2023-03-25"
|
|
5246
5245
|
>
|
|
5247
5246
|
<Text
|
|
5248
5247
|
allowFontScaling={false}
|
|
@@ -5288,7 +5287,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
5288
5287
|
}
|
|
5289
5288
|
>
|
|
5290
5289
|
<View
|
|
5291
|
-
accessibilityLabel=" Zondag 26
|
|
5290
|
+
accessibilityLabel=" Zondag 26 Maart 2023 "
|
|
5292
5291
|
accessibilityState={
|
|
5293
5292
|
{
|
|
5294
5293
|
"disabled": false,
|
|
@@ -5313,7 +5312,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
5313
5312
|
"width": 42,
|
|
5314
5313
|
}
|
|
5315
5314
|
}
|
|
5316
|
-
testID="undefined.day_2023-
|
|
5315
|
+
testID="undefined.day_2023-03-26"
|
|
5317
5316
|
>
|
|
5318
5317
|
<Text
|
|
5319
5318
|
allowFontScaling={false}
|
|
@@ -5369,8 +5368,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
5369
5368
|
}
|
|
5370
5369
|
>
|
|
5371
5370
|
<View
|
|
5372
|
-
accessibilityLabel="
|
|
5373
|
-
accessibilityRole="button"
|
|
5371
|
+
accessibilityLabel=" Maandag 27 Maart 2023 "
|
|
5374
5372
|
accessibilityState={
|
|
5375
5373
|
{
|
|
5376
5374
|
"disabled": false,
|
|
@@ -5389,17 +5387,13 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
5389
5387
|
style={
|
|
5390
5388
|
{
|
|
5391
5389
|
"alignItems": "center",
|
|
5392
|
-
"borderColor": "#7B93DB",
|
|
5393
|
-
"borderRadius": 21,
|
|
5394
|
-
"borderStyle": "solid",
|
|
5395
|
-
"borderWidth": 1,
|
|
5396
5390
|
"height": 42,
|
|
5397
5391
|
"justifyContent": "center",
|
|
5398
5392
|
"opacity": 1,
|
|
5399
5393
|
"width": 42,
|
|
5400
5394
|
}
|
|
5401
5395
|
}
|
|
5402
|
-
testID="undefined.day_2023-
|
|
5396
|
+
testID="undefined.day_2023-03-27"
|
|
5403
5397
|
>
|
|
5404
5398
|
<Text
|
|
5405
5399
|
allowFontScaling={false}
|
|
@@ -5413,7 +5407,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
5413
5407
|
"marginTop": 4,
|
|
5414
5408
|
},
|
|
5415
5409
|
{
|
|
5416
|
-
"color": "#
|
|
5410
|
+
"color": "#9AA5B1",
|
|
5417
5411
|
},
|
|
5418
5412
|
]
|
|
5419
5413
|
}
|
|
@@ -5445,7 +5439,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
5445
5439
|
}
|
|
5446
5440
|
>
|
|
5447
5441
|
<View
|
|
5448
|
-
accessibilityLabel=" Dinsdag 28
|
|
5442
|
+
accessibilityLabel=" Dinsdag 28 Maart 2023 "
|
|
5449
5443
|
accessibilityState={
|
|
5450
5444
|
{
|
|
5451
5445
|
"disabled": false,
|
|
@@ -5470,7 +5464,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
5470
5464
|
"width": 42,
|
|
5471
5465
|
}
|
|
5472
5466
|
}
|
|
5473
|
-
testID="undefined.day_2023-
|
|
5467
|
+
testID="undefined.day_2023-03-28"
|
|
5474
5468
|
>
|
|
5475
5469
|
<Text
|
|
5476
5470
|
allowFontScaling={false}
|
|
@@ -5516,7 +5510,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
5516
5510
|
}
|
|
5517
5511
|
>
|
|
5518
5512
|
<View
|
|
5519
|
-
accessibilityLabel=" Woensdag
|
|
5513
|
+
accessibilityLabel=" Woensdag 29 Maart 2023 "
|
|
5520
5514
|
accessibilityState={
|
|
5521
5515
|
{
|
|
5522
5516
|
"disabled": false,
|
|
@@ -5541,7 +5535,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
5541
5535
|
"width": 42,
|
|
5542
5536
|
}
|
|
5543
5537
|
}
|
|
5544
|
-
testID="undefined.day_2023-03-
|
|
5538
|
+
testID="undefined.day_2023-03-29"
|
|
5545
5539
|
>
|
|
5546
5540
|
<Text
|
|
5547
5541
|
allowFontScaling={false}
|
|
@@ -5560,7 +5554,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
5560
5554
|
]
|
|
5561
5555
|
}
|
|
5562
5556
|
>
|
|
5563
|
-
|
|
5557
|
+
29
|
|
5564
5558
|
</Text>
|
|
5565
5559
|
<View
|
|
5566
5560
|
style={
|
|
@@ -5587,7 +5581,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
5587
5581
|
}
|
|
5588
5582
|
>
|
|
5589
5583
|
<View
|
|
5590
|
-
accessibilityLabel=" Donderdag
|
|
5584
|
+
accessibilityLabel=" Donderdag 30 Maart 2023 "
|
|
5591
5585
|
accessibilityState={
|
|
5592
5586
|
{
|
|
5593
5587
|
"disabled": false,
|
|
@@ -5612,7 +5606,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
5612
5606
|
"width": 42,
|
|
5613
5607
|
}
|
|
5614
5608
|
}
|
|
5615
|
-
testID="undefined.day_2023-03-
|
|
5609
|
+
testID="undefined.day_2023-03-30"
|
|
5616
5610
|
>
|
|
5617
5611
|
<Text
|
|
5618
5612
|
allowFontScaling={false}
|
|
@@ -5631,7 +5625,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
5631
5625
|
]
|
|
5632
5626
|
}
|
|
5633
5627
|
>
|
|
5634
|
-
|
|
5628
|
+
30
|
|
5635
5629
|
</Text>
|
|
5636
5630
|
<View
|
|
5637
5631
|
style={
|
|
@@ -5658,7 +5652,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
5658
5652
|
}
|
|
5659
5653
|
>
|
|
5660
5654
|
<View
|
|
5661
|
-
accessibilityLabel=" Vrijdag
|
|
5655
|
+
accessibilityLabel=" Vrijdag 31 Maart 2023 "
|
|
5662
5656
|
accessibilityState={
|
|
5663
5657
|
{
|
|
5664
5658
|
"disabled": false,
|
|
@@ -5683,7 +5677,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
5683
5677
|
"width": 42,
|
|
5684
5678
|
}
|
|
5685
5679
|
}
|
|
5686
|
-
testID="undefined.day_2023-03-
|
|
5680
|
+
testID="undefined.day_2023-03-31"
|
|
5687
5681
|
>
|
|
5688
5682
|
<Text
|
|
5689
5683
|
allowFontScaling={false}
|
|
@@ -5702,7 +5696,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
5702
5696
|
]
|
|
5703
5697
|
}
|
|
5704
5698
|
>
|
|
5705
|
-
|
|
5699
|
+
31
|
|
5706
5700
|
</Text>
|
|
5707
5701
|
<View
|
|
5708
5702
|
style={
|
|
@@ -5729,7 +5723,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
5729
5723
|
}
|
|
5730
5724
|
>
|
|
5731
5725
|
<View
|
|
5732
|
-
accessibilityLabel=" Zaterdag
|
|
5726
|
+
accessibilityLabel=" Zaterdag 1 April 2023 "
|
|
5733
5727
|
accessibilityState={
|
|
5734
5728
|
{
|
|
5735
5729
|
"disabled": false,
|
|
@@ -5754,7 +5748,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
5754
5748
|
"width": 42,
|
|
5755
5749
|
}
|
|
5756
5750
|
}
|
|
5757
|
-
testID="undefined.day_2023-
|
|
5751
|
+
testID="undefined.day_2023-04-01"
|
|
5758
5752
|
>
|
|
5759
5753
|
<Text
|
|
5760
5754
|
allowFontScaling={false}
|
|
@@ -5773,7 +5767,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
5773
5767
|
]
|
|
5774
5768
|
}
|
|
5775
5769
|
>
|
|
5776
|
-
|
|
5770
|
+
1
|
|
5777
5771
|
</Text>
|
|
5778
5772
|
<View
|
|
5779
5773
|
style={
|
|
@@ -5800,7 +5794,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
5800
5794
|
}
|
|
5801
5795
|
>
|
|
5802
5796
|
<View
|
|
5803
|
-
accessibilityLabel=" Zondag
|
|
5797
|
+
accessibilityLabel=" Zondag 2 April 2023 "
|
|
5804
5798
|
accessibilityState={
|
|
5805
5799
|
{
|
|
5806
5800
|
"disabled": false,
|
|
@@ -5825,7 +5819,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
5825
5819
|
"width": 42,
|
|
5826
5820
|
}
|
|
5827
5821
|
}
|
|
5828
|
-
testID="undefined.day_2023-
|
|
5822
|
+
testID="undefined.day_2023-04-02"
|
|
5829
5823
|
>
|
|
5830
5824
|
<Text
|
|
5831
5825
|
allowFontScaling={false}
|
|
@@ -5844,7 +5838,7 @@ exports[`Test for the calendar component renders a calendar where you can select
|
|
|
5844
5838
|
]
|
|
5845
5839
|
}
|
|
5846
5840
|
>
|
|
5847
|
-
|
|
5841
|
+
2
|
|
5848
5842
|
</Text>
|
|
5849
5843
|
<View
|
|
5850
5844
|
style={
|