@tactics/toddle-styleguide 1.4.2 → 1.4.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.
Files changed (39) hide show
  1. package/package.json +2 -2
  2. package/src/components/atoms/background-gradient/__snapshots__/background-gradient.test.js.snap +25 -21
  3. package/src/components/atoms/calendar/__snapshots__/calendar.test.js.snap +1846 -640
  4. package/src/components/atoms/footer/footer.styles.d.ts +14 -0
  5. package/src/components/atoms/increment-input/__snapshots__/increment-input.test.js.snap +12 -0
  6. package/src/components/atoms/line/line.preview.d.ts +2 -2
  7. package/src/components/molecules/blocked-message/__snapshots__/blocked-message.test.js.snap +6 -0
  8. package/src/components/molecules/button/__snapshots__/button.test.js.snap +6 -0
  9. package/src/components/molecules/calendar-select/__snapshots__/calendar-select.test.js.snap +18 -0
  10. package/src/components/molecules/date-input/__snapshots__/date-input.test.js.snap +6 -0
  11. package/src/components/molecules/default-select/__snapshots__/default-select.test.js.snap +6 -0
  12. package/src/components/molecules/failed-to-send/__snapshots__/failed-bubble.test.js.snap +6 -2
  13. package/src/components/molecules/message-input/__snapshots__/message-input.test.js.snap +24 -40
  14. package/src/components/molecules/password-input/__snapshots__/password-input.test.js.snap +36 -0
  15. package/src/components/molecules/pressable-icon/__snapshots__/pressable-icon.test.js.snap +18 -0
  16. package/src/components/molecules/search-input/__snapshots__/search.test.js.snap +6 -0
  17. package/src/components/molecules/select-list-item/__snapshots__/select-list-item.test.js.snap +36 -0
  18. package/src/components/molecules/select-picker/__snapshots__/select-picker.test.js.snap +12 -0
  19. package/src/components/molecules/send-bubble/__snapshots__/send-text-bubble.test.js.snap +0 -12
  20. package/src/components/molecules/snackbar/__snapshots__/snackbar.test.js.snap +24 -0
  21. package/src/components/molecules/swipe/__snapshots__/swipe.test.js.snap +6 -0
  22. package/src/components/molecules/time-picker/__snapshots__/time-picker.test.js.snap +20 -40
  23. package/src/components/molecules/time-picker/time-picker.component.d.ts +2 -2
  24. package/src/components/molecules/timeline/__snapshots__/timeline.test.js.snap +34 -32
  25. package/src/components/molecules/wave-background/__snapshots__/wave.test.js.snap +0 -2
  26. package/src/components/organisms/child-list-item/__snapshots__/child-list-item.test.js.snap +81 -63
  27. package/src/components/organisms/contact-item/__snapshots__/contact-item.test.js.snap +6 -0
  28. package/src/components/organisms/day-select/day-select.styles.d.ts +18 -0
  29. package/src/components/organisms/journal-entry/components/entry-type-indicator/entry-type-indicator.component.d.ts +2 -2
  30. package/src/components/organisms/journal-entry/components/journal-entry-type/journal-entry-type.component.d.ts +2 -2
  31. package/src/components/organisms/journal-entry/journal-entry.preview.d.ts +2 -2
  32. package/src/components/organisms/my-child-list-item/__snapshots__/my-child-list-item.test.js.snap +31 -21
  33. package/src/components/organisms/person-info-card/__snapshots__/person-info-card.test.js.snap +25 -21
  34. package/src/components/organisms/person-info-card/person-info-card.component.d.ts +2 -2
  35. package/src/components/organisms/tab-view/tab-view.component.d.ts +2 -1
  36. package/src/components/organisms/tab-view/tab-view.preview.d.ts +2 -2
  37. package/src/components/organisms/text-bubble/__snapshots__/text-bubble.test.js.snap +42 -14
  38. package/src/icons/__snapshots__/icons.test.js.snap +234 -20
  39. package/src/icons/index.d.ts +2 -2
@@ -142,6 +142,12 @@ exports[`Test for the calendar component renders a calendar where you can select
142
142
  >
143
143
  <RNSVGPath
144
144
  d="M8.875 17.375L1 9.5L8.875 1.625"
145
+ fill={
146
+ {
147
+ "payload": 4278190080,
148
+ "type": 0,
149
+ }
150
+ }
145
151
  propList={
146
152
  [
147
153
  "stroke",
@@ -192,7 +198,7 @@ exports[`Test for the calendar component renders a calendar where you can select
192
198
  }
193
199
  testID="undefined.header.title"
194
200
  >
195
- Augustus 2023
201
+ Oktober 2023
196
202
  </Text>
197
203
  </View>
198
204
  <View
@@ -276,6 +282,12 @@ exports[`Test for the calendar component renders a calendar where you can select
276
282
  >
277
283
  <RNSVGPath
278
284
  d="M1.75 1.625L9.33333 9.5L1.75 17.375"
285
+ fill={
286
+ {
287
+ "payload": 4278190080,
288
+ "type": 0,
289
+ }
290
+ }
279
291
  propList={
280
292
  [
281
293
  "stroke",
@@ -478,7 +490,7 @@ exports[`Test for the calendar component renders a calendar where you can select
478
490
  }
479
491
  >
480
492
  <View
481
- accessibilityLabel=" Maandag 31 Juli 2023 "
493
+ accessibilityLabel=" Maandag 25 September 2023 "
482
494
  accessibilityState={
483
495
  {
484
496
  "busy": undefined,
@@ -515,7 +527,7 @@ exports[`Test for the calendar component renders a calendar where you can select
515
527
  "width": 42,
516
528
  }
517
529
  }
518
- testID="undefined.day_2023-07-31"
530
+ testID="undefined.day_2023-09-25"
519
531
  >
520
532
  <Text
521
533
  allowFontScaling={false}
@@ -534,7 +546,7 @@ exports[`Test for the calendar component renders a calendar where you can select
534
546
  ]
535
547
  }
536
548
  >
537
- 31
549
+ 25
538
550
  </Text>
539
551
  <View
540
552
  style={
@@ -561,8 +573,7 @@ exports[`Test for the calendar component renders a calendar where you can select
561
573
  }
562
574
  >
563
575
  <View
564
- accessibilityLabel=" Dinsdag 1 Augustus 2023 "
565
- accessibilityRole="button"
576
+ accessibilityLabel=" Dinsdag 26 September 2023 "
566
577
  accessibilityState={
567
578
  {
568
579
  "busy": undefined,
@@ -599,7 +610,7 @@ exports[`Test for the calendar component renders a calendar where you can select
599
610
  "width": 42,
600
611
  }
601
612
  }
602
- testID="undefined.day_2023-08-01"
613
+ testID="undefined.day_2023-09-26"
603
614
  >
604
615
  <Text
605
616
  allowFontScaling={false}
@@ -612,10 +623,13 @@ exports[`Test for the calendar component renders a calendar where you can select
612
623
  "lineHeight": 22.4,
613
624
  "marginTop": 4,
614
625
  },
626
+ {
627
+ "color": "#9AA5B1",
628
+ },
615
629
  ]
616
630
  }
617
631
  >
618
- 1
632
+ 26
619
633
  </Text>
620
634
  <View
621
635
  style={
@@ -642,8 +656,7 @@ exports[`Test for the calendar component renders a calendar where you can select
642
656
  }
643
657
  >
644
658
  <View
645
- accessibilityLabel=" Woensdag 2 Augustus 2023 "
646
- accessibilityRole="button"
659
+ accessibilityLabel=" Woensdag 27 September 2023 "
647
660
  accessibilityState={
648
661
  {
649
662
  "busy": undefined,
@@ -680,7 +693,7 @@ exports[`Test for the calendar component renders a calendar where you can select
680
693
  "width": 42,
681
694
  }
682
695
  }
683
- testID="undefined.day_2023-08-02"
696
+ testID="undefined.day_2023-09-27"
684
697
  >
685
698
  <Text
686
699
  allowFontScaling={false}
@@ -693,10 +706,13 @@ exports[`Test for the calendar component renders a calendar where you can select
693
706
  "lineHeight": 22.4,
694
707
  "marginTop": 4,
695
708
  },
709
+ {
710
+ "color": "#9AA5B1",
711
+ },
696
712
  ]
697
713
  }
698
714
  >
699
- 2
715
+ 27
700
716
  </Text>
701
717
  <View
702
718
  style={
@@ -723,8 +739,7 @@ exports[`Test for the calendar component renders a calendar where you can select
723
739
  }
724
740
  >
725
741
  <View
726
- accessibilityLabel=" Donderdag 3 Augustus 2023 "
727
- accessibilityRole="button"
742
+ accessibilityLabel=" Donderdag 28 September 2023 "
728
743
  accessibilityState={
729
744
  {
730
745
  "busy": undefined,
@@ -761,7 +776,7 @@ exports[`Test for the calendar component renders a calendar where you can select
761
776
  "width": 42,
762
777
  }
763
778
  }
764
- testID="undefined.day_2023-08-03"
779
+ testID="undefined.day_2023-09-28"
765
780
  >
766
781
  <Text
767
782
  allowFontScaling={false}
@@ -774,10 +789,13 @@ exports[`Test for the calendar component renders a calendar where you can select
774
789
  "lineHeight": 22.4,
775
790
  "marginTop": 4,
776
791
  },
792
+ {
793
+ "color": "#9AA5B1",
794
+ },
777
795
  ]
778
796
  }
779
797
  >
780
- 3
798
+ 28
781
799
  </Text>
782
800
  <View
783
801
  style={
@@ -804,8 +822,7 @@ exports[`Test for the calendar component renders a calendar where you can select
804
822
  }
805
823
  >
806
824
  <View
807
- accessibilityLabel=" Vrijdag 4 Augustus 2023 "
808
- accessibilityRole="button"
825
+ accessibilityLabel=" Vrijdag 29 September 2023 "
809
826
  accessibilityState={
810
827
  {
811
828
  "busy": undefined,
@@ -842,7 +859,7 @@ exports[`Test for the calendar component renders a calendar where you can select
842
859
  "width": 42,
843
860
  }
844
861
  }
845
- testID="undefined.day_2023-08-04"
862
+ testID="undefined.day_2023-09-29"
846
863
  >
847
864
  <Text
848
865
  allowFontScaling={false}
@@ -855,10 +872,13 @@ exports[`Test for the calendar component renders a calendar where you can select
855
872
  "lineHeight": 22.4,
856
873
  "marginTop": 4,
857
874
  },
875
+ {
876
+ "color": "#9AA5B1",
877
+ },
858
878
  ]
859
879
  }
860
880
  >
861
- 4
881
+ 29
862
882
  </Text>
863
883
  <View
864
884
  style={
@@ -885,8 +905,7 @@ exports[`Test for the calendar component renders a calendar where you can select
885
905
  }
886
906
  >
887
907
  <View
888
- accessibilityLabel=" Zaterdag 5 Augustus 2023 "
889
- accessibilityRole="button"
908
+ accessibilityLabel=" Zaterdag 30 September 2023 "
890
909
  accessibilityState={
891
910
  {
892
911
  "busy": undefined,
@@ -923,7 +942,7 @@ exports[`Test for the calendar component renders a calendar where you can select
923
942
  "width": 42,
924
943
  }
925
944
  }
926
- testID="undefined.day_2023-08-05"
945
+ testID="undefined.day_2023-09-30"
927
946
  >
928
947
  <Text
929
948
  allowFontScaling={false}
@@ -936,10 +955,13 @@ exports[`Test for the calendar component renders a calendar where you can select
936
955
  "lineHeight": 22.4,
937
956
  "marginTop": 4,
938
957
  },
958
+ {
959
+ "color": "#9AA5B1",
960
+ },
939
961
  ]
940
962
  }
941
963
  >
942
- 5
964
+ 30
943
965
  </Text>
944
966
  <View
945
967
  style={
@@ -966,7 +988,7 @@ exports[`Test for the calendar component renders a calendar where you can select
966
988
  }
967
989
  >
968
990
  <View
969
- accessibilityLabel=" Zondag 6 Augustus 2023 "
991
+ accessibilityLabel=" Zondag 1 Oktober 2023 "
970
992
  accessibilityRole="button"
971
993
  accessibilityState={
972
994
  {
@@ -1004,7 +1026,7 @@ exports[`Test for the calendar component renders a calendar where you can select
1004
1026
  "width": 42,
1005
1027
  }
1006
1028
  }
1007
- testID="undefined.day_2023-08-06"
1029
+ testID="undefined.day_2023-10-01"
1008
1030
  >
1009
1031
  <Text
1010
1032
  allowFontScaling={false}
@@ -1020,7 +1042,7 @@ exports[`Test for the calendar component renders a calendar where you can select
1020
1042
  ]
1021
1043
  }
1022
1044
  >
1023
- 6
1045
+ 1
1024
1046
  </Text>
1025
1047
  <View
1026
1048
  style={
@@ -1057,7 +1079,7 @@ exports[`Test for the calendar component renders a calendar where you can select
1057
1079
  }
1058
1080
  >
1059
1081
  <View
1060
- accessibilityLabel=" Maandag 7 Augustus 2023 "
1082
+ accessibilityLabel=" Maandag 2 Oktober 2023 "
1061
1083
  accessibilityRole="button"
1062
1084
  accessibilityState={
1063
1085
  {
@@ -1095,7 +1117,7 @@ exports[`Test for the calendar component renders a calendar where you can select
1095
1117
  "width": 42,
1096
1118
  }
1097
1119
  }
1098
- testID="undefined.day_2023-08-07"
1120
+ testID="undefined.day_2023-10-02"
1099
1121
  >
1100
1122
  <Text
1101
1123
  allowFontScaling={false}
@@ -1111,7 +1133,7 @@ exports[`Test for the calendar component renders a calendar where you can select
1111
1133
  ]
1112
1134
  }
1113
1135
  >
1114
- 7
1136
+ 2
1115
1137
  </Text>
1116
1138
  <View
1117
1139
  style={
@@ -1138,7 +1160,7 @@ exports[`Test for the calendar component renders a calendar where you can select
1138
1160
  }
1139
1161
  >
1140
1162
  <View
1141
- accessibilityLabel=" Dinsdag 8 Augustus 2023 "
1163
+ accessibilityLabel=" Dinsdag 3 Oktober 2023 "
1142
1164
  accessibilityRole="button"
1143
1165
  accessibilityState={
1144
1166
  {
@@ -1176,7 +1198,7 @@ exports[`Test for the calendar component renders a calendar where you can select
1176
1198
  "width": 42,
1177
1199
  }
1178
1200
  }
1179
- testID="undefined.day_2023-08-08"
1201
+ testID="undefined.day_2023-10-03"
1180
1202
  >
1181
1203
  <Text
1182
1204
  allowFontScaling={false}
@@ -1192,7 +1214,7 @@ exports[`Test for the calendar component renders a calendar where you can select
1192
1214
  ]
1193
1215
  }
1194
1216
  >
1195
- 8
1217
+ 3
1196
1218
  </Text>
1197
1219
  <View
1198
1220
  style={
@@ -1219,7 +1241,7 @@ exports[`Test for the calendar component renders a calendar where you can select
1219
1241
  }
1220
1242
  >
1221
1243
  <View
1222
- accessibilityLabel=" Woensdag 9 Augustus 2023 "
1244
+ accessibilityLabel=" Woensdag 4 Oktober 2023 "
1223
1245
  accessibilityRole="button"
1224
1246
  accessibilityState={
1225
1247
  {
@@ -1257,7 +1279,7 @@ exports[`Test for the calendar component renders a calendar where you can select
1257
1279
  "width": 42,
1258
1280
  }
1259
1281
  }
1260
- testID="undefined.day_2023-08-09"
1282
+ testID="undefined.day_2023-10-04"
1261
1283
  >
1262
1284
  <Text
1263
1285
  allowFontScaling={false}
@@ -1273,7 +1295,7 @@ exports[`Test for the calendar component renders a calendar where you can select
1273
1295
  ]
1274
1296
  }
1275
1297
  >
1276
- 9
1298
+ 4
1277
1299
  </Text>
1278
1300
  <View
1279
1301
  style={
@@ -1300,7 +1322,7 @@ exports[`Test for the calendar component renders a calendar where you can select
1300
1322
  }
1301
1323
  >
1302
1324
  <View
1303
- accessibilityLabel=" Donderdag 10 Augustus 2023 "
1325
+ accessibilityLabel=" Donderdag 5 Oktober 2023 "
1304
1326
  accessibilityRole="button"
1305
1327
  accessibilityState={
1306
1328
  {
@@ -1338,7 +1360,7 @@ exports[`Test for the calendar component renders a calendar where you can select
1338
1360
  "width": 42,
1339
1361
  }
1340
1362
  }
1341
- testID="undefined.day_2023-08-10"
1363
+ testID="undefined.day_2023-10-05"
1342
1364
  >
1343
1365
  <Text
1344
1366
  allowFontScaling={false}
@@ -1354,7 +1376,7 @@ exports[`Test for the calendar component renders a calendar where you can select
1354
1376
  ]
1355
1377
  }
1356
1378
  >
1357
- 10
1379
+ 5
1358
1380
  </Text>
1359
1381
  <View
1360
1382
  style={
@@ -1381,7 +1403,7 @@ exports[`Test for the calendar component renders a calendar where you can select
1381
1403
  }
1382
1404
  >
1383
1405
  <View
1384
- accessibilityLabel=" Vrijdag 11 Augustus 2023 "
1406
+ accessibilityLabel=" Vrijdag 6 Oktober 2023 "
1385
1407
  accessibilityRole="button"
1386
1408
  accessibilityState={
1387
1409
  {
@@ -1419,7 +1441,7 @@ exports[`Test for the calendar component renders a calendar where you can select
1419
1441
  "width": 42,
1420
1442
  }
1421
1443
  }
1422
- testID="undefined.day_2023-08-11"
1444
+ testID="undefined.day_2023-10-06"
1423
1445
  >
1424
1446
  <Text
1425
1447
  allowFontScaling={false}
@@ -1435,7 +1457,7 @@ exports[`Test for the calendar component renders a calendar where you can select
1435
1457
  ]
1436
1458
  }
1437
1459
  >
1438
- 11
1460
+ 6
1439
1461
  </Text>
1440
1462
  <View
1441
1463
  style={
@@ -1462,7 +1484,7 @@ exports[`Test for the calendar component renders a calendar where you can select
1462
1484
  }
1463
1485
  >
1464
1486
  <View
1465
- accessibilityLabel=" Zaterdag 12 Augustus 2023 "
1487
+ accessibilityLabel=" Zaterdag 7 Oktober 2023 "
1466
1488
  accessibilityRole="button"
1467
1489
  accessibilityState={
1468
1490
  {
@@ -1500,7 +1522,7 @@ exports[`Test for the calendar component renders a calendar where you can select
1500
1522
  "width": 42,
1501
1523
  }
1502
1524
  }
1503
- testID="undefined.day_2023-08-12"
1525
+ testID="undefined.day_2023-10-07"
1504
1526
  >
1505
1527
  <Text
1506
1528
  allowFontScaling={false}
@@ -1516,7 +1538,7 @@ exports[`Test for the calendar component renders a calendar where you can select
1516
1538
  ]
1517
1539
  }
1518
1540
  >
1519
- 12
1541
+ 7
1520
1542
  </Text>
1521
1543
  <View
1522
1544
  style={
@@ -1543,7 +1565,7 @@ exports[`Test for the calendar component renders a calendar where you can select
1543
1565
  }
1544
1566
  >
1545
1567
  <View
1546
- accessibilityLabel=" Zondag 13 Augustus 2023 "
1568
+ accessibilityLabel=" Zondag 8 Oktober 2023 "
1547
1569
  accessibilityRole="button"
1548
1570
  accessibilityState={
1549
1571
  {
@@ -1581,7 +1603,7 @@ exports[`Test for the calendar component renders a calendar where you can select
1581
1603
  "width": 42,
1582
1604
  }
1583
1605
  }
1584
- testID="undefined.day_2023-08-13"
1606
+ testID="undefined.day_2023-10-08"
1585
1607
  >
1586
1608
  <Text
1587
1609
  allowFontScaling={false}
@@ -1597,7 +1619,7 @@ exports[`Test for the calendar component renders a calendar where you can select
1597
1619
  ]
1598
1620
  }
1599
1621
  >
1600
- 13
1622
+ 8
1601
1623
  </Text>
1602
1624
  <View
1603
1625
  style={
@@ -1634,7 +1656,7 @@ exports[`Test for the calendar component renders a calendar where you can select
1634
1656
  }
1635
1657
  >
1636
1658
  <View
1637
- accessibilityLabel="today Maandag 14 Augustus 2023 "
1659
+ accessibilityLabel=" Maandag 9 Oktober 2023 "
1638
1660
  accessibilityRole="button"
1639
1661
  accessibilityState={
1640
1662
  {
@@ -1666,17 +1688,13 @@ exports[`Test for the calendar component renders a calendar where you can select
1666
1688
  style={
1667
1689
  {
1668
1690
  "alignItems": "center",
1669
- "borderColor": "#7B93DB",
1670
- "borderRadius": 21,
1671
- "borderStyle": "solid",
1672
- "borderWidth": 1,
1673
1691
  "height": 42,
1674
1692
  "justifyContent": "center",
1675
1693
  "opacity": 1,
1676
1694
  "width": 42,
1677
1695
  }
1678
1696
  }
1679
- testID="undefined.day_2023-08-14"
1697
+ testID="undefined.day_2023-10-09"
1680
1698
  >
1681
1699
  <Text
1682
1700
  allowFontScaling={false}
@@ -1689,13 +1707,10 @@ exports[`Test for the calendar component renders a calendar where you can select
1689
1707
  "lineHeight": 22.4,
1690
1708
  "marginTop": 4,
1691
1709
  },
1692
- {
1693
- "color": "#7B93DB",
1694
- },
1695
1710
  ]
1696
1711
  }
1697
1712
  >
1698
- 14
1713
+ 9
1699
1714
  </Text>
1700
1715
  <View
1701
1716
  style={
@@ -1722,7 +1737,7 @@ exports[`Test for the calendar component renders a calendar where you can select
1722
1737
  }
1723
1738
  >
1724
1739
  <View
1725
- accessibilityLabel=" Dinsdag 15 Augustus 2023 "
1740
+ accessibilityLabel=" Dinsdag 10 Oktober 2023 "
1726
1741
  accessibilityRole="button"
1727
1742
  accessibilityState={
1728
1743
  {
@@ -1760,7 +1775,7 @@ exports[`Test for the calendar component renders a calendar where you can select
1760
1775
  "width": 42,
1761
1776
  }
1762
1777
  }
1763
- testID="undefined.day_2023-08-15"
1778
+ testID="undefined.day_2023-10-10"
1764
1779
  >
1765
1780
  <Text
1766
1781
  allowFontScaling={false}
@@ -1776,7 +1791,7 @@ exports[`Test for the calendar component renders a calendar where you can select
1776
1791
  ]
1777
1792
  }
1778
1793
  >
1779
- 15
1794
+ 10
1780
1795
  </Text>
1781
1796
  <View
1782
1797
  style={
@@ -1803,7 +1818,7 @@ exports[`Test for the calendar component renders a calendar where you can select
1803
1818
  }
1804
1819
  >
1805
1820
  <View
1806
- accessibilityLabel=" Woensdag 16 Augustus 2023 "
1821
+ accessibilityLabel=" Woensdag 11 Oktober 2023 "
1807
1822
  accessibilityRole="button"
1808
1823
  accessibilityState={
1809
1824
  {
@@ -1841,7 +1856,7 @@ exports[`Test for the calendar component renders a calendar where you can select
1841
1856
  "width": 42,
1842
1857
  }
1843
1858
  }
1844
- testID="undefined.day_2023-08-16"
1859
+ testID="undefined.day_2023-10-11"
1845
1860
  >
1846
1861
  <Text
1847
1862
  allowFontScaling={false}
@@ -1857,7 +1872,7 @@ exports[`Test for the calendar component renders a calendar where you can select
1857
1872
  ]
1858
1873
  }
1859
1874
  >
1860
- 16
1875
+ 11
1861
1876
  </Text>
1862
1877
  <View
1863
1878
  style={
@@ -1884,7 +1899,7 @@ exports[`Test for the calendar component renders a calendar where you can select
1884
1899
  }
1885
1900
  >
1886
1901
  <View
1887
- accessibilityLabel=" Donderdag 17 Augustus 2023 "
1902
+ accessibilityLabel=" Donderdag 12 Oktober 2023 "
1888
1903
  accessibilityRole="button"
1889
1904
  accessibilityState={
1890
1905
  {
@@ -1922,7 +1937,7 @@ exports[`Test for the calendar component renders a calendar where you can select
1922
1937
  "width": 42,
1923
1938
  }
1924
1939
  }
1925
- testID="undefined.day_2023-08-17"
1940
+ testID="undefined.day_2023-10-12"
1926
1941
  >
1927
1942
  <Text
1928
1943
  allowFontScaling={false}
@@ -1938,7 +1953,7 @@ exports[`Test for the calendar component renders a calendar where you can select
1938
1953
  ]
1939
1954
  }
1940
1955
  >
1941
- 17
1956
+ 12
1942
1957
  </Text>
1943
1958
  <View
1944
1959
  style={
@@ -1965,7 +1980,7 @@ exports[`Test for the calendar component renders a calendar where you can select
1965
1980
  }
1966
1981
  >
1967
1982
  <View
1968
- accessibilityLabel=" Vrijdag 18 Augustus 2023 "
1983
+ accessibilityLabel=" Vrijdag 13 Oktober 2023 "
1969
1984
  accessibilityRole="button"
1970
1985
  accessibilityState={
1971
1986
  {
@@ -2003,7 +2018,7 @@ exports[`Test for the calendar component renders a calendar where you can select
2003
2018
  "width": 42,
2004
2019
  }
2005
2020
  }
2006
- testID="undefined.day_2023-08-18"
2021
+ testID="undefined.day_2023-10-13"
2007
2022
  >
2008
2023
  <Text
2009
2024
  allowFontScaling={false}
@@ -2019,7 +2034,7 @@ exports[`Test for the calendar component renders a calendar where you can select
2019
2034
  ]
2020
2035
  }
2021
2036
  >
2022
- 18
2037
+ 13
2023
2038
  </Text>
2024
2039
  <View
2025
2040
  style={
@@ -2046,7 +2061,7 @@ exports[`Test for the calendar component renders a calendar where you can select
2046
2061
  }
2047
2062
  >
2048
2063
  <View
2049
- accessibilityLabel=" Zaterdag 19 Augustus 2023 "
2064
+ accessibilityLabel=" Zaterdag 14 Oktober 2023 "
2050
2065
  accessibilityRole="button"
2051
2066
  accessibilityState={
2052
2067
  {
@@ -2084,7 +2099,7 @@ exports[`Test for the calendar component renders a calendar where you can select
2084
2099
  "width": 42,
2085
2100
  }
2086
2101
  }
2087
- testID="undefined.day_2023-08-19"
2102
+ testID="undefined.day_2023-10-14"
2088
2103
  >
2089
2104
  <Text
2090
2105
  allowFontScaling={false}
@@ -2100,7 +2115,7 @@ exports[`Test for the calendar component renders a calendar where you can select
2100
2115
  ]
2101
2116
  }
2102
2117
  >
2103
- 19
2118
+ 14
2104
2119
  </Text>
2105
2120
  <View
2106
2121
  style={
@@ -2127,7 +2142,7 @@ exports[`Test for the calendar component renders a calendar where you can select
2127
2142
  }
2128
2143
  >
2129
2144
  <View
2130
- accessibilityLabel=" Zondag 20 Augustus 2023 "
2145
+ accessibilityLabel=" Zondag 15 Oktober 2023 "
2131
2146
  accessibilityRole="button"
2132
2147
  accessibilityState={
2133
2148
  {
@@ -2165,7 +2180,7 @@ exports[`Test for the calendar component renders a calendar where you can select
2165
2180
  "width": 42,
2166
2181
  }
2167
2182
  }
2168
- testID="undefined.day_2023-08-20"
2183
+ testID="undefined.day_2023-10-15"
2169
2184
  >
2170
2185
  <Text
2171
2186
  allowFontScaling={false}
@@ -2181,7 +2196,7 @@ exports[`Test for the calendar component renders a calendar where you can select
2181
2196
  ]
2182
2197
  }
2183
2198
  >
2184
- 20
2199
+ 15
2185
2200
  </Text>
2186
2201
  <View
2187
2202
  style={
@@ -2218,7 +2233,7 @@ exports[`Test for the calendar component renders a calendar where you can select
2218
2233
  }
2219
2234
  >
2220
2235
  <View
2221
- accessibilityLabel=" Maandag 21 Augustus 2023 "
2236
+ accessibilityLabel=" Maandag 16 Oktober 2023 "
2222
2237
  accessibilityRole="button"
2223
2238
  accessibilityState={
2224
2239
  {
@@ -2256,7 +2271,7 @@ exports[`Test for the calendar component renders a calendar where you can select
2256
2271
  "width": 42,
2257
2272
  }
2258
2273
  }
2259
- testID="undefined.day_2023-08-21"
2274
+ testID="undefined.day_2023-10-16"
2260
2275
  >
2261
2276
  <Text
2262
2277
  allowFontScaling={false}
@@ -2272,7 +2287,7 @@ exports[`Test for the calendar component renders a calendar where you can select
2272
2287
  ]
2273
2288
  }
2274
2289
  >
2275
- 21
2290
+ 16
2276
2291
  </Text>
2277
2292
  <View
2278
2293
  style={
@@ -2299,7 +2314,7 @@ exports[`Test for the calendar component renders a calendar where you can select
2299
2314
  }
2300
2315
  >
2301
2316
  <View
2302
- accessibilityLabel=" Dinsdag 22 Augustus 2023 "
2317
+ accessibilityLabel=" Dinsdag 17 Oktober 2023 "
2303
2318
  accessibilityRole="button"
2304
2319
  accessibilityState={
2305
2320
  {
@@ -2337,7 +2352,7 @@ exports[`Test for the calendar component renders a calendar where you can select
2337
2352
  "width": 42,
2338
2353
  }
2339
2354
  }
2340
- testID="undefined.day_2023-08-22"
2355
+ testID="undefined.day_2023-10-17"
2341
2356
  >
2342
2357
  <Text
2343
2358
  allowFontScaling={false}
@@ -2353,7 +2368,7 @@ exports[`Test for the calendar component renders a calendar where you can select
2353
2368
  ]
2354
2369
  }
2355
2370
  >
2356
- 22
2371
+ 17
2357
2372
  </Text>
2358
2373
  <View
2359
2374
  style={
@@ -2380,7 +2395,7 @@ exports[`Test for the calendar component renders a calendar where you can select
2380
2395
  }
2381
2396
  >
2382
2397
  <View
2383
- accessibilityLabel=" Woensdag 23 Augustus 2023 "
2398
+ accessibilityLabel="today Woensdag 18 Oktober 2023 "
2384
2399
  accessibilityRole="button"
2385
2400
  accessibilityState={
2386
2401
  {
@@ -2412,13 +2427,17 @@ exports[`Test for the calendar component renders a calendar where you can select
2412
2427
  style={
2413
2428
  {
2414
2429
  "alignItems": "center",
2430
+ "borderColor": "#7B93DB",
2431
+ "borderRadius": 21,
2432
+ "borderStyle": "solid",
2433
+ "borderWidth": 1,
2415
2434
  "height": 42,
2416
2435
  "justifyContent": "center",
2417
2436
  "opacity": 1,
2418
2437
  "width": 42,
2419
2438
  }
2420
2439
  }
2421
- testID="undefined.day_2023-08-23"
2440
+ testID="undefined.day_2023-10-18"
2422
2441
  >
2423
2442
  <Text
2424
2443
  allowFontScaling={false}
@@ -2431,10 +2450,13 @@ exports[`Test for the calendar component renders a calendar where you can select
2431
2450
  "lineHeight": 22.4,
2432
2451
  "marginTop": 4,
2433
2452
  },
2453
+ {
2454
+ "color": "#7B93DB",
2455
+ },
2434
2456
  ]
2435
2457
  }
2436
2458
  >
2437
- 23
2459
+ 18
2438
2460
  </Text>
2439
2461
  <View
2440
2462
  style={
@@ -2461,7 +2483,7 @@ exports[`Test for the calendar component renders a calendar where you can select
2461
2483
  }
2462
2484
  >
2463
2485
  <View
2464
- accessibilityLabel=" Donderdag 24 Augustus 2023 "
2486
+ accessibilityLabel=" Donderdag 19 Oktober 2023 "
2465
2487
  accessibilityRole="button"
2466
2488
  accessibilityState={
2467
2489
  {
@@ -2499,7 +2521,7 @@ exports[`Test for the calendar component renders a calendar where you can select
2499
2521
  "width": 42,
2500
2522
  }
2501
2523
  }
2502
- testID="undefined.day_2023-08-24"
2524
+ testID="undefined.day_2023-10-19"
2503
2525
  >
2504
2526
  <Text
2505
2527
  allowFontScaling={false}
@@ -2515,7 +2537,7 @@ exports[`Test for the calendar component renders a calendar where you can select
2515
2537
  ]
2516
2538
  }
2517
2539
  >
2518
- 24
2540
+ 19
2519
2541
  </Text>
2520
2542
  <View
2521
2543
  style={
@@ -2542,7 +2564,7 @@ exports[`Test for the calendar component renders a calendar where you can select
2542
2564
  }
2543
2565
  >
2544
2566
  <View
2545
- accessibilityLabel=" Vrijdag 25 Augustus 2023 "
2567
+ accessibilityLabel=" Vrijdag 20 Oktober 2023 "
2546
2568
  accessibilityRole="button"
2547
2569
  accessibilityState={
2548
2570
  {
@@ -2580,7 +2602,7 @@ exports[`Test for the calendar component renders a calendar where you can select
2580
2602
  "width": 42,
2581
2603
  }
2582
2604
  }
2583
- testID="undefined.day_2023-08-25"
2605
+ testID="undefined.day_2023-10-20"
2584
2606
  >
2585
2607
  <Text
2586
2608
  allowFontScaling={false}
@@ -2596,7 +2618,7 @@ exports[`Test for the calendar component renders a calendar where you can select
2596
2618
  ]
2597
2619
  }
2598
2620
  >
2599
- 25
2621
+ 20
2600
2622
  </Text>
2601
2623
  <View
2602
2624
  style={
@@ -2623,7 +2645,7 @@ exports[`Test for the calendar component renders a calendar where you can select
2623
2645
  }
2624
2646
  >
2625
2647
  <View
2626
- accessibilityLabel=" Zaterdag 26 Augustus 2023 "
2648
+ accessibilityLabel=" Zaterdag 21 Oktober 2023 "
2627
2649
  accessibilityRole="button"
2628
2650
  accessibilityState={
2629
2651
  {
@@ -2661,7 +2683,7 @@ exports[`Test for the calendar component renders a calendar where you can select
2661
2683
  "width": 42,
2662
2684
  }
2663
2685
  }
2664
- testID="undefined.day_2023-08-26"
2686
+ testID="undefined.day_2023-10-21"
2665
2687
  >
2666
2688
  <Text
2667
2689
  allowFontScaling={false}
@@ -2677,7 +2699,7 @@ exports[`Test for the calendar component renders a calendar where you can select
2677
2699
  ]
2678
2700
  }
2679
2701
  >
2680
- 26
2702
+ 21
2681
2703
  </Text>
2682
2704
  <View
2683
2705
  style={
@@ -2704,7 +2726,7 @@ exports[`Test for the calendar component renders a calendar where you can select
2704
2726
  }
2705
2727
  >
2706
2728
  <View
2707
- accessibilityLabel=" Zondag 27 Augustus 2023 "
2729
+ accessibilityLabel=" Zondag 22 Oktober 2023 "
2708
2730
  accessibilityRole="button"
2709
2731
  accessibilityState={
2710
2732
  {
@@ -2742,7 +2764,7 @@ exports[`Test for the calendar component renders a calendar where you can select
2742
2764
  "width": 42,
2743
2765
  }
2744
2766
  }
2745
- testID="undefined.day_2023-08-27"
2767
+ testID="undefined.day_2023-10-22"
2746
2768
  >
2747
2769
  <Text
2748
2770
  allowFontScaling={false}
@@ -2758,7 +2780,7 @@ exports[`Test for the calendar component renders a calendar where you can select
2758
2780
  ]
2759
2781
  }
2760
2782
  >
2761
- 27
2783
+ 22
2762
2784
  </Text>
2763
2785
  <View
2764
2786
  style={
@@ -2795,7 +2817,7 @@ exports[`Test for the calendar component renders a calendar where you can select
2795
2817
  }
2796
2818
  >
2797
2819
  <View
2798
- accessibilityLabel=" Maandag 28 Augustus 2023 "
2820
+ accessibilityLabel=" Maandag 23 Oktober 2023 "
2799
2821
  accessibilityRole="button"
2800
2822
  accessibilityState={
2801
2823
  {
@@ -2833,7 +2855,7 @@ exports[`Test for the calendar component renders a calendar where you can select
2833
2855
  "width": 42,
2834
2856
  }
2835
2857
  }
2836
- testID="undefined.day_2023-08-28"
2858
+ testID="undefined.day_2023-10-23"
2837
2859
  >
2838
2860
  <Text
2839
2861
  allowFontScaling={false}
@@ -2849,7 +2871,7 @@ exports[`Test for the calendar component renders a calendar where you can select
2849
2871
  ]
2850
2872
  }
2851
2873
  >
2852
- 28
2874
+ 23
2853
2875
  </Text>
2854
2876
  <View
2855
2877
  style={
@@ -2876,7 +2898,7 @@ exports[`Test for the calendar component renders a calendar where you can select
2876
2898
  }
2877
2899
  >
2878
2900
  <View
2879
- accessibilityLabel=" Dinsdag 29 Augustus 2023 "
2901
+ accessibilityLabel=" Dinsdag 24 Oktober 2023 "
2880
2902
  accessibilityRole="button"
2881
2903
  accessibilityState={
2882
2904
  {
@@ -2914,7 +2936,7 @@ exports[`Test for the calendar component renders a calendar where you can select
2914
2936
  "width": 42,
2915
2937
  }
2916
2938
  }
2917
- testID="undefined.day_2023-08-29"
2939
+ testID="undefined.day_2023-10-24"
2918
2940
  >
2919
2941
  <Text
2920
2942
  allowFontScaling={false}
@@ -2930,7 +2952,7 @@ exports[`Test for the calendar component renders a calendar where you can select
2930
2952
  ]
2931
2953
  }
2932
2954
  >
2933
- 29
2955
+ 24
2934
2956
  </Text>
2935
2957
  <View
2936
2958
  style={
@@ -2957,7 +2979,7 @@ exports[`Test for the calendar component renders a calendar where you can select
2957
2979
  }
2958
2980
  >
2959
2981
  <View
2960
- accessibilityLabel=" Woensdag 30 Augustus 2023 "
2982
+ accessibilityLabel=" Woensdag 25 Oktober 2023 "
2961
2983
  accessibilityRole="button"
2962
2984
  accessibilityState={
2963
2985
  {
@@ -2995,7 +3017,7 @@ exports[`Test for the calendar component renders a calendar where you can select
2995
3017
  "width": 42,
2996
3018
  }
2997
3019
  }
2998
- testID="undefined.day_2023-08-30"
3020
+ testID="undefined.day_2023-10-25"
2999
3021
  >
3000
3022
  <Text
3001
3023
  allowFontScaling={false}
@@ -3011,7 +3033,7 @@ exports[`Test for the calendar component renders a calendar where you can select
3011
3033
  ]
3012
3034
  }
3013
3035
  >
3014
- 30
3036
+ 25
3015
3037
  </Text>
3016
3038
  <View
3017
3039
  style={
@@ -3038,7 +3060,7 @@ exports[`Test for the calendar component renders a calendar where you can select
3038
3060
  }
3039
3061
  >
3040
3062
  <View
3041
- accessibilityLabel=" Donderdag 31 Augustus 2023 "
3063
+ accessibilityLabel=" Donderdag 26 Oktober 2023 "
3042
3064
  accessibilityRole="button"
3043
3065
  accessibilityState={
3044
3066
  {
@@ -3076,7 +3098,7 @@ exports[`Test for the calendar component renders a calendar where you can select
3076
3098
  "width": 42,
3077
3099
  }
3078
3100
  }
3079
- testID="undefined.day_2023-08-31"
3101
+ testID="undefined.day_2023-10-26"
3080
3102
  >
3081
3103
  <Text
3082
3104
  allowFontScaling={false}
@@ -3092,7 +3114,7 @@ exports[`Test for the calendar component renders a calendar where you can select
3092
3114
  ]
3093
3115
  }
3094
3116
  >
3095
- 31
3117
+ 26
3096
3118
  </Text>
3097
3119
  <View
3098
3120
  style={
@@ -3119,7 +3141,8 @@ exports[`Test for the calendar component renders a calendar where you can select
3119
3141
  }
3120
3142
  >
3121
3143
  <View
3122
- accessibilityLabel=" Vrijdag 1 September 2023 "
3144
+ accessibilityLabel=" Vrijdag 27 Oktober 2023 "
3145
+ accessibilityRole="button"
3123
3146
  accessibilityState={
3124
3147
  {
3125
3148
  "busy": undefined,
@@ -3156,7 +3179,7 @@ exports[`Test for the calendar component renders a calendar where you can select
3156
3179
  "width": 42,
3157
3180
  }
3158
3181
  }
3159
- testID="undefined.day_2023-09-01"
3182
+ testID="undefined.day_2023-10-27"
3160
3183
  >
3161
3184
  <Text
3162
3185
  allowFontScaling={false}
@@ -3169,13 +3192,10 @@ exports[`Test for the calendar component renders a calendar where you can select
3169
3192
  "lineHeight": 22.4,
3170
3193
  "marginTop": 4,
3171
3194
  },
3172
- {
3173
- "color": "#9AA5B1",
3174
- },
3175
3195
  ]
3176
3196
  }
3177
3197
  >
3178
- 1
3198
+ 27
3179
3199
  </Text>
3180
3200
  <View
3181
3201
  style={
@@ -3202,7 +3222,8 @@ exports[`Test for the calendar component renders a calendar where you can select
3202
3222
  }
3203
3223
  >
3204
3224
  <View
3205
- accessibilityLabel=" Zaterdag 2 September 2023 "
3225
+ accessibilityLabel=" Zaterdag 28 Oktober 2023 "
3226
+ accessibilityRole="button"
3206
3227
  accessibilityState={
3207
3228
  {
3208
3229
  "busy": undefined,
@@ -3239,7 +3260,7 @@ exports[`Test for the calendar component renders a calendar where you can select
3239
3260
  "width": 42,
3240
3261
  }
3241
3262
  }
3242
- testID="undefined.day_2023-09-02"
3263
+ testID="undefined.day_2023-10-28"
3243
3264
  >
3244
3265
  <Text
3245
3266
  allowFontScaling={false}
@@ -3252,13 +3273,10 @@ exports[`Test for the calendar component renders a calendar where you can select
3252
3273
  "lineHeight": 22.4,
3253
3274
  "marginTop": 4,
3254
3275
  },
3255
- {
3256
- "color": "#9AA5B1",
3257
- },
3258
3276
  ]
3259
3277
  }
3260
3278
  >
3261
- 2
3279
+ 28
3262
3280
  </Text>
3263
3281
  <View
3264
3282
  style={
@@ -3285,7 +3303,8 @@ exports[`Test for the calendar component renders a calendar where you can select
3285
3303
  }
3286
3304
  >
3287
3305
  <View
3288
- accessibilityLabel=" Zondag 3 September 2023 "
3306
+ accessibilityLabel=" Zondag 29 Oktober 2023 "
3307
+ accessibilityRole="button"
3289
3308
  accessibilityState={
3290
3309
  {
3291
3310
  "busy": undefined,
@@ -3322,7 +3341,7 @@ exports[`Test for the calendar component renders a calendar where you can select
3322
3341
  "width": 42,
3323
3342
  }
3324
3343
  }
3325
- testID="undefined.day_2023-09-03"
3344
+ testID="undefined.day_2023-10-29"
3326
3345
  >
3327
3346
  <Text
3328
3347
  allowFontScaling={false}
@@ -3335,13 +3354,10 @@ exports[`Test for the calendar component renders a calendar where you can select
3335
3354
  "lineHeight": 22.4,
3336
3355
  "marginTop": 4,
3337
3356
  },
3338
- {
3339
- "color": "#9AA5B1",
3340
- },
3341
3357
  ]
3342
3358
  }
3343
3359
  >
3344
- 3
3360
+ 29
3345
3361
  </Text>
3346
3362
  <View
3347
3363
  style={
@@ -3360,287 +3376,886 @@ exports[`Test for the calendar component renders a calendar where you can select
3360
3376
  </View>
3361
3377
  </View>
3362
3378
  </View>
3363
- </View>
3364
- </View>
3365
- </View>
3366
- `;
3367
-
3368
- exports[`Test for the calendar component renders a calendar where you can select a day, and give a starting-, end-date for the calendar 1`] = `
3369
- <View
3370
- onMoveShouldSetResponder={[Function]}
3371
- onMoveShouldSetResponderCapture={[Function]}
3372
- onResponderEnd={[Function]}
3373
- onResponderGrant={[Function]}
3374
- onResponderMove={[Function]}
3375
- onResponderReject={[Function]}
3376
- onResponderRelease={[Function]}
3377
- onResponderStart={[Function]}
3378
- onResponderTerminate={[Function]}
3379
- onResponderTerminationRequest={[Function]}
3380
- onStartShouldSetResponder={[Function]}
3381
- onStartShouldSetResponderCapture={[Function]}
3382
- onSwipe={[Function]}
3383
- >
3384
- <View
3385
- style={
3386
- [
3387
- {
3388
- "backgroundColor": "white",
3389
- "paddingLeft": 5,
3390
- "paddingRight": 5,
3391
- },
3392
- undefined,
3393
- ]
3394
- }
3395
- >
3396
- <View
3397
- accessibilityActions={
3398
- [
3399
- {
3400
- "label": "increment",
3401
- "name": "increment",
3402
- },
3403
- {
3404
- "label": "decrement",
3405
- "name": "decrement",
3406
- },
3407
- ]
3408
- }
3409
- accessibilityRole="adjustable"
3410
- accessible={true}
3411
- onAccessibilityAction={[Function]}
3412
- testID="undefined.header"
3413
- >
3414
3379
  <View
3415
3380
  style={
3416
- [
3417
- {
3418
- "alignItems": "center",
3419
- "flexDirection": "row",
3420
- "justifyContent": "space-between",
3421
- "marginTop": 6,
3422
- "paddingLeft": 10,
3423
- "paddingRight": 10,
3424
- },
3425
- undefined,
3426
- ]
3381
+ {
3382
+ "flexDirection": "row",
3383
+ "justifyContent": "space-around",
3384
+ "marginVertical": 7,
3385
+ }
3427
3386
  }
3428
3387
  >
3429
3388
  <View
3430
- accessibilityState={
3431
- {
3432
- "busy": undefined,
3433
- "checked": undefined,
3434
- "disabled": undefined,
3435
- "expanded": undefined,
3436
- "selected": undefined,
3437
- }
3438
- }
3439
- accessibilityValue={
3440
- {
3441
- "max": undefined,
3442
- "min": undefined,
3443
- "now": undefined,
3444
- "text": undefined,
3445
- }
3446
- }
3447
- accessible={true}
3448
- collapsable={false}
3449
- focusable={true}
3450
- hitSlop={
3451
- {
3452
- "bottom": 20,
3453
- "left": 20,
3454
- "right": 20,
3455
- "top": 20,
3456
- }
3457
- }
3458
- onClick={[Function]}
3459
- onResponderGrant={[Function]}
3460
- onResponderMove={[Function]}
3461
- onResponderRelease={[Function]}
3462
- onResponderTerminate={[Function]}
3463
- onResponderTerminationRequest={[Function]}
3464
- onStartShouldSetResponder={[Function]}
3465
3389
  style={
3466
3390
  {
3467
- "opacity": 1,
3468
- "padding": 10,
3391
+ "alignItems": "center",
3392
+ "flex": 1,
3469
3393
  }
3470
3394
  }
3471
- testID="undefined.header.leftArrow"
3472
3395
  >
3473
- <RNSVGSvgView
3474
- align="xMidYMid"
3475
- bbHeight="24"
3476
- bbWidth="24"
3477
- fill="none"
3478
- focusable={false}
3479
- height={24}
3480
- meetOrSlice={0}
3481
- minX={0}
3482
- minY={0}
3483
- style={
3484
- [
3485
- {
3486
- "backgroundColor": "transparent",
3487
- "borderWidth": 0,
3488
- },
3489
- {
3490
- "flex": 0,
3491
- "height": 24,
3492
- "width": 24,
3493
- },
3494
- ]
3495
- }
3496
- vbHeight={19}
3497
- vbWidth={10}
3498
- width={24}
3396
+ <View
3397
+ accessibilityLabel=" Maandag 30 Oktober 2023 "
3398
+ accessibilityRole="button"
3399
+ accessibilityState={
3400
+ {
3401
+ "busy": undefined,
3402
+ "checked": undefined,
3403
+ "disabled": false,
3404
+ "expanded": undefined,
3405
+ "selected": undefined,
3406
+ }
3407
+ }
3408
+ accessibilityValue={
3409
+ {
3410
+ "max": undefined,
3411
+ "min": undefined,
3412
+ "now": undefined,
3413
+ "text": undefined,
3414
+ }
3415
+ }
3416
+ accessible={true}
3417
+ collapsable={false}
3418
+ focusable={true}
3419
+ onClick={[Function]}
3420
+ onResponderGrant={[Function]}
3421
+ onResponderMove={[Function]}
3422
+ onResponderRelease={[Function]}
3423
+ onResponderTerminate={[Function]}
3424
+ onResponderTerminationRequest={[Function]}
3425
+ onStartShouldSetResponder={[Function]}
3426
+ style={
3427
+ {
3428
+ "alignItems": "center",
3429
+ "height": 42,
3430
+ "justifyContent": "center",
3431
+ "opacity": 1,
3432
+ "width": 42,
3433
+ }
3434
+ }
3435
+ testID="undefined.day_2023-10-30"
3499
3436
  >
3500
- <RNSVGGroup
3501
- fill={null}
3502
- propList={
3437
+ <Text
3438
+ allowFontScaling={false}
3439
+ style={
3503
3440
  [
3504
- "fill",
3441
+ {
3442
+ "color": "#1F2933",
3443
+ "fontFamily": "SourceSansPro",
3444
+ "fontSize": 16,
3445
+ "lineHeight": 22.4,
3446
+ "marginTop": 4,
3447
+ },
3505
3448
  ]
3506
3449
  }
3507
3450
  >
3508
- <RNSVGPath
3509
- d="M8.875 17.375L1 9.5L8.875 1.625"
3510
- propList={
3511
- [
3512
- "stroke",
3513
- "strokeWidth",
3514
- "strokeLinecap",
3515
- "strokeLinejoin",
3516
- ]
3517
- }
3518
- stroke={
3451
+ 30
3452
+ </Text>
3453
+ <View
3454
+ style={
3455
+ [
3519
3456
  {
3520
- "payload": 4279837036,
3521
- "type": 0,
3522
- }
3523
- }
3524
- strokeLinecap={1}
3525
- strokeLinejoin={1}
3526
- strokeWidth="2"
3527
- />
3528
- </RNSVGGroup>
3529
- </RNSVGSvgView>
3457
+ "borderRadius": 2,
3458
+ "height": 4,
3459
+ "marginHorizontal": 1,
3460
+ "marginTop": 1,
3461
+ "opacity": 0,
3462
+ "width": 4,
3463
+ },
3464
+ ]
3465
+ }
3466
+ />
3467
+ </View>
3530
3468
  </View>
3531
3469
  <View
3532
3470
  style={
3533
3471
  {
3534
3472
  "alignItems": "center",
3535
- "backgroundColor": "#19216C",
3536
- "borderRadius": 32,
3537
- "flexDirection": "row",
3538
- "height": 32,
3539
- "justifyContent": "center",
3540
- "paddingBottom": 4,
3541
- "paddingLeft": 16,
3542
- "paddingRight": 16,
3543
- "paddingTop": 4,
3473
+ "flex": 1,
3544
3474
  }
3545
3475
  }
3546
3476
  >
3547
- <Text
3548
- allowFontScaling={false}
3477
+ <View
3478
+ accessibilityLabel=" Dinsdag 31 Oktober 2023 "
3479
+ accessibilityRole="button"
3480
+ accessibilityState={
3481
+ {
3482
+ "busy": undefined,
3483
+ "checked": undefined,
3484
+ "disabled": false,
3485
+ "expanded": undefined,
3486
+ "selected": undefined,
3487
+ }
3488
+ }
3489
+ accessibilityValue={
3490
+ {
3491
+ "max": undefined,
3492
+ "min": undefined,
3493
+ "now": undefined,
3494
+ "text": undefined,
3495
+ }
3496
+ }
3497
+ accessible={true}
3498
+ collapsable={false}
3499
+ focusable={true}
3500
+ onClick={[Function]}
3501
+ onResponderGrant={[Function]}
3502
+ onResponderMove={[Function]}
3503
+ onResponderRelease={[Function]}
3504
+ onResponderTerminate={[Function]}
3505
+ onResponderTerminationRequest={[Function]}
3506
+ onStartShouldSetResponder={[Function]}
3549
3507
  style={
3550
3508
  {
3551
- "color": "#FFFFFF",
3552
- "fontFamily": "SourceSansPro",
3553
- "fontSize": 16,
3554
- "lineHeight": 22.4,
3555
- "margin": 0,
3509
+ "alignItems": "center",
3510
+ "height": 42,
3511
+ "justifyContent": "center",
3512
+ "opacity": 1,
3513
+ "width": 42,
3556
3514
  }
3557
3515
  }
3558
- testID="undefined.header.title"
3516
+ testID="undefined.day_2023-10-31"
3559
3517
  >
3560
- Augustus 2023
3561
- </Text>
3518
+ <Text
3519
+ allowFontScaling={false}
3520
+ style={
3521
+ [
3522
+ {
3523
+ "color": "#1F2933",
3524
+ "fontFamily": "SourceSansPro",
3525
+ "fontSize": 16,
3526
+ "lineHeight": 22.4,
3527
+ "marginTop": 4,
3528
+ },
3529
+ ]
3530
+ }
3531
+ >
3532
+ 31
3533
+ </Text>
3534
+ <View
3535
+ style={
3536
+ [
3537
+ {
3538
+ "borderRadius": 2,
3539
+ "height": 4,
3540
+ "marginHorizontal": 1,
3541
+ "marginTop": 1,
3542
+ "opacity": 0,
3543
+ "width": 4,
3544
+ },
3545
+ ]
3546
+ }
3547
+ />
3548
+ </View>
3562
3549
  </View>
3563
3550
  <View
3564
- accessibilityState={
3565
- {
3566
- "busy": undefined,
3567
- "checked": undefined,
3568
- "disabled": undefined,
3569
- "expanded": undefined,
3570
- "selected": undefined,
3571
- }
3572
- }
3573
- accessibilityValue={
3574
- {
3575
- "max": undefined,
3576
- "min": undefined,
3577
- "now": undefined,
3578
- "text": undefined,
3579
- }
3580
- }
3581
- accessible={true}
3582
- collapsable={false}
3583
- focusable={true}
3584
- hitSlop={
3585
- {
3586
- "bottom": 20,
3587
- "left": 20,
3588
- "right": 20,
3589
- "top": 20,
3590
- }
3591
- }
3592
- onClick={[Function]}
3593
- onResponderGrant={[Function]}
3594
- onResponderMove={[Function]}
3595
- onResponderRelease={[Function]}
3596
- onResponderTerminate={[Function]}
3597
- onResponderTerminationRequest={[Function]}
3598
- onStartShouldSetResponder={[Function]}
3599
3551
  style={
3600
3552
  {
3601
- "opacity": 1,
3602
- "padding": 10,
3553
+ "alignItems": "center",
3554
+ "flex": 1,
3603
3555
  }
3604
3556
  }
3605
- testID="undefined.header.rightArrow"
3606
3557
  >
3607
- <RNSVGSvgView
3608
- align="xMidYMid"
3609
- bbHeight="24"
3610
- bbWidth="24"
3611
- fill="none"
3612
- focusable={false}
3613
- height={24}
3614
- meetOrSlice={0}
3615
- minX={0}
3616
- minY={0}
3617
- style={
3618
- [
3619
- {
3620
- "backgroundColor": "transparent",
3621
- "borderWidth": 0,
3622
- },
3623
- {
3624
- "flex": 0,
3625
- "height": 24,
3626
- "width": 24,
3627
- },
3628
- ]
3629
- }
3630
- vbHeight={19}
3631
- vbWidth={11}
3632
- width={24}
3633
- >
3634
- <RNSVGGroup
3635
- fill={null}
3636
- propList={
3637
- [
3638
- "fill",
3639
- ]
3558
+ <View
3559
+ accessibilityLabel=" Woensdag 1 November 2023 "
3560
+ accessibilityState={
3561
+ {
3562
+ "busy": undefined,
3563
+ "checked": undefined,
3564
+ "disabled": false,
3565
+ "expanded": undefined,
3566
+ "selected": undefined,
3640
3567
  }
3641
- >
3568
+ }
3569
+ accessibilityValue={
3570
+ {
3571
+ "max": undefined,
3572
+ "min": undefined,
3573
+ "now": undefined,
3574
+ "text": undefined,
3575
+ }
3576
+ }
3577
+ accessible={true}
3578
+ collapsable={false}
3579
+ focusable={true}
3580
+ onClick={[Function]}
3581
+ onResponderGrant={[Function]}
3582
+ onResponderMove={[Function]}
3583
+ onResponderRelease={[Function]}
3584
+ onResponderTerminate={[Function]}
3585
+ onResponderTerminationRequest={[Function]}
3586
+ onStartShouldSetResponder={[Function]}
3587
+ style={
3588
+ {
3589
+ "alignItems": "center",
3590
+ "height": 42,
3591
+ "justifyContent": "center",
3592
+ "opacity": 1,
3593
+ "width": 42,
3594
+ }
3595
+ }
3596
+ testID="undefined.day_2023-11-01"
3597
+ >
3598
+ <Text
3599
+ allowFontScaling={false}
3600
+ style={
3601
+ [
3602
+ {
3603
+ "color": "#1F2933",
3604
+ "fontFamily": "SourceSansPro",
3605
+ "fontSize": 16,
3606
+ "lineHeight": 22.4,
3607
+ "marginTop": 4,
3608
+ },
3609
+ {
3610
+ "color": "#9AA5B1",
3611
+ },
3612
+ ]
3613
+ }
3614
+ >
3615
+ 1
3616
+ </Text>
3617
+ <View
3618
+ style={
3619
+ [
3620
+ {
3621
+ "borderRadius": 2,
3622
+ "height": 4,
3623
+ "marginHorizontal": 1,
3624
+ "marginTop": 1,
3625
+ "opacity": 0,
3626
+ "width": 4,
3627
+ },
3628
+ ]
3629
+ }
3630
+ />
3631
+ </View>
3632
+ </View>
3633
+ <View
3634
+ style={
3635
+ {
3636
+ "alignItems": "center",
3637
+ "flex": 1,
3638
+ }
3639
+ }
3640
+ >
3641
+ <View
3642
+ accessibilityLabel=" Donderdag 2 November 2023 "
3643
+ accessibilityState={
3644
+ {
3645
+ "busy": undefined,
3646
+ "checked": undefined,
3647
+ "disabled": false,
3648
+ "expanded": undefined,
3649
+ "selected": undefined,
3650
+ }
3651
+ }
3652
+ accessibilityValue={
3653
+ {
3654
+ "max": undefined,
3655
+ "min": undefined,
3656
+ "now": undefined,
3657
+ "text": undefined,
3658
+ }
3659
+ }
3660
+ accessible={true}
3661
+ collapsable={false}
3662
+ focusable={true}
3663
+ onClick={[Function]}
3664
+ onResponderGrant={[Function]}
3665
+ onResponderMove={[Function]}
3666
+ onResponderRelease={[Function]}
3667
+ onResponderTerminate={[Function]}
3668
+ onResponderTerminationRequest={[Function]}
3669
+ onStartShouldSetResponder={[Function]}
3670
+ style={
3671
+ {
3672
+ "alignItems": "center",
3673
+ "height": 42,
3674
+ "justifyContent": "center",
3675
+ "opacity": 1,
3676
+ "width": 42,
3677
+ }
3678
+ }
3679
+ testID="undefined.day_2023-11-02"
3680
+ >
3681
+ <Text
3682
+ allowFontScaling={false}
3683
+ style={
3684
+ [
3685
+ {
3686
+ "color": "#1F2933",
3687
+ "fontFamily": "SourceSansPro",
3688
+ "fontSize": 16,
3689
+ "lineHeight": 22.4,
3690
+ "marginTop": 4,
3691
+ },
3692
+ {
3693
+ "color": "#9AA5B1",
3694
+ },
3695
+ ]
3696
+ }
3697
+ >
3698
+ 2
3699
+ </Text>
3700
+ <View
3701
+ style={
3702
+ [
3703
+ {
3704
+ "borderRadius": 2,
3705
+ "height": 4,
3706
+ "marginHorizontal": 1,
3707
+ "marginTop": 1,
3708
+ "opacity": 0,
3709
+ "width": 4,
3710
+ },
3711
+ ]
3712
+ }
3713
+ />
3714
+ </View>
3715
+ </View>
3716
+ <View
3717
+ style={
3718
+ {
3719
+ "alignItems": "center",
3720
+ "flex": 1,
3721
+ }
3722
+ }
3723
+ >
3724
+ <View
3725
+ accessibilityLabel=" Vrijdag 3 November 2023 "
3726
+ accessibilityState={
3727
+ {
3728
+ "busy": undefined,
3729
+ "checked": undefined,
3730
+ "disabled": false,
3731
+ "expanded": undefined,
3732
+ "selected": undefined,
3733
+ }
3734
+ }
3735
+ accessibilityValue={
3736
+ {
3737
+ "max": undefined,
3738
+ "min": undefined,
3739
+ "now": undefined,
3740
+ "text": undefined,
3741
+ }
3742
+ }
3743
+ accessible={true}
3744
+ collapsable={false}
3745
+ focusable={true}
3746
+ onClick={[Function]}
3747
+ onResponderGrant={[Function]}
3748
+ onResponderMove={[Function]}
3749
+ onResponderRelease={[Function]}
3750
+ onResponderTerminate={[Function]}
3751
+ onResponderTerminationRequest={[Function]}
3752
+ onStartShouldSetResponder={[Function]}
3753
+ style={
3754
+ {
3755
+ "alignItems": "center",
3756
+ "height": 42,
3757
+ "justifyContent": "center",
3758
+ "opacity": 1,
3759
+ "width": 42,
3760
+ }
3761
+ }
3762
+ testID="undefined.day_2023-11-03"
3763
+ >
3764
+ <Text
3765
+ allowFontScaling={false}
3766
+ style={
3767
+ [
3768
+ {
3769
+ "color": "#1F2933",
3770
+ "fontFamily": "SourceSansPro",
3771
+ "fontSize": 16,
3772
+ "lineHeight": 22.4,
3773
+ "marginTop": 4,
3774
+ },
3775
+ {
3776
+ "color": "#9AA5B1",
3777
+ },
3778
+ ]
3779
+ }
3780
+ >
3781
+ 3
3782
+ </Text>
3783
+ <View
3784
+ style={
3785
+ [
3786
+ {
3787
+ "borderRadius": 2,
3788
+ "height": 4,
3789
+ "marginHorizontal": 1,
3790
+ "marginTop": 1,
3791
+ "opacity": 0,
3792
+ "width": 4,
3793
+ },
3794
+ ]
3795
+ }
3796
+ />
3797
+ </View>
3798
+ </View>
3799
+ <View
3800
+ style={
3801
+ {
3802
+ "alignItems": "center",
3803
+ "flex": 1,
3804
+ }
3805
+ }
3806
+ >
3807
+ <View
3808
+ accessibilityLabel=" Zaterdag 4 November 2023 "
3809
+ accessibilityState={
3810
+ {
3811
+ "busy": undefined,
3812
+ "checked": undefined,
3813
+ "disabled": false,
3814
+ "expanded": undefined,
3815
+ "selected": undefined,
3816
+ }
3817
+ }
3818
+ accessibilityValue={
3819
+ {
3820
+ "max": undefined,
3821
+ "min": undefined,
3822
+ "now": undefined,
3823
+ "text": undefined,
3824
+ }
3825
+ }
3826
+ accessible={true}
3827
+ collapsable={false}
3828
+ focusable={true}
3829
+ onClick={[Function]}
3830
+ onResponderGrant={[Function]}
3831
+ onResponderMove={[Function]}
3832
+ onResponderRelease={[Function]}
3833
+ onResponderTerminate={[Function]}
3834
+ onResponderTerminationRequest={[Function]}
3835
+ onStartShouldSetResponder={[Function]}
3836
+ style={
3837
+ {
3838
+ "alignItems": "center",
3839
+ "height": 42,
3840
+ "justifyContent": "center",
3841
+ "opacity": 1,
3842
+ "width": 42,
3843
+ }
3844
+ }
3845
+ testID="undefined.day_2023-11-04"
3846
+ >
3847
+ <Text
3848
+ allowFontScaling={false}
3849
+ style={
3850
+ [
3851
+ {
3852
+ "color": "#1F2933",
3853
+ "fontFamily": "SourceSansPro",
3854
+ "fontSize": 16,
3855
+ "lineHeight": 22.4,
3856
+ "marginTop": 4,
3857
+ },
3858
+ {
3859
+ "color": "#9AA5B1",
3860
+ },
3861
+ ]
3862
+ }
3863
+ >
3864
+ 4
3865
+ </Text>
3866
+ <View
3867
+ style={
3868
+ [
3869
+ {
3870
+ "borderRadius": 2,
3871
+ "height": 4,
3872
+ "marginHorizontal": 1,
3873
+ "marginTop": 1,
3874
+ "opacity": 0,
3875
+ "width": 4,
3876
+ },
3877
+ ]
3878
+ }
3879
+ />
3880
+ </View>
3881
+ </View>
3882
+ <View
3883
+ style={
3884
+ {
3885
+ "alignItems": "center",
3886
+ "flex": 1,
3887
+ }
3888
+ }
3889
+ >
3890
+ <View
3891
+ accessibilityLabel=" Zondag 5 November 2023 "
3892
+ accessibilityState={
3893
+ {
3894
+ "busy": undefined,
3895
+ "checked": undefined,
3896
+ "disabled": false,
3897
+ "expanded": undefined,
3898
+ "selected": undefined,
3899
+ }
3900
+ }
3901
+ accessibilityValue={
3902
+ {
3903
+ "max": undefined,
3904
+ "min": undefined,
3905
+ "now": undefined,
3906
+ "text": undefined,
3907
+ }
3908
+ }
3909
+ accessible={true}
3910
+ collapsable={false}
3911
+ focusable={true}
3912
+ onClick={[Function]}
3913
+ onResponderGrant={[Function]}
3914
+ onResponderMove={[Function]}
3915
+ onResponderRelease={[Function]}
3916
+ onResponderTerminate={[Function]}
3917
+ onResponderTerminationRequest={[Function]}
3918
+ onStartShouldSetResponder={[Function]}
3919
+ style={
3920
+ {
3921
+ "alignItems": "center",
3922
+ "height": 42,
3923
+ "justifyContent": "center",
3924
+ "opacity": 1,
3925
+ "width": 42,
3926
+ }
3927
+ }
3928
+ testID="undefined.day_2023-11-05"
3929
+ >
3930
+ <Text
3931
+ allowFontScaling={false}
3932
+ style={
3933
+ [
3934
+ {
3935
+ "color": "#1F2933",
3936
+ "fontFamily": "SourceSansPro",
3937
+ "fontSize": 16,
3938
+ "lineHeight": 22.4,
3939
+ "marginTop": 4,
3940
+ },
3941
+ {
3942
+ "color": "#9AA5B1",
3943
+ },
3944
+ ]
3945
+ }
3946
+ >
3947
+ 5
3948
+ </Text>
3949
+ <View
3950
+ style={
3951
+ [
3952
+ {
3953
+ "borderRadius": 2,
3954
+ "height": 4,
3955
+ "marginHorizontal": 1,
3956
+ "marginTop": 1,
3957
+ "opacity": 0,
3958
+ "width": 4,
3959
+ },
3960
+ ]
3961
+ }
3962
+ />
3963
+ </View>
3964
+ </View>
3965
+ </View>
3966
+ </View>
3967
+ </View>
3968
+ </View>
3969
+ `;
3970
+
3971
+ exports[`Test for the calendar component renders a calendar where you can select a day, and give a starting-, end-date for the calendar 1`] = `
3972
+ <View
3973
+ onMoveShouldSetResponder={[Function]}
3974
+ onMoveShouldSetResponderCapture={[Function]}
3975
+ onResponderEnd={[Function]}
3976
+ onResponderGrant={[Function]}
3977
+ onResponderMove={[Function]}
3978
+ onResponderReject={[Function]}
3979
+ onResponderRelease={[Function]}
3980
+ onResponderStart={[Function]}
3981
+ onResponderTerminate={[Function]}
3982
+ onResponderTerminationRequest={[Function]}
3983
+ onStartShouldSetResponder={[Function]}
3984
+ onStartShouldSetResponderCapture={[Function]}
3985
+ onSwipe={[Function]}
3986
+ >
3987
+ <View
3988
+ style={
3989
+ [
3990
+ {
3991
+ "backgroundColor": "white",
3992
+ "paddingLeft": 5,
3993
+ "paddingRight": 5,
3994
+ },
3995
+ undefined,
3996
+ ]
3997
+ }
3998
+ >
3999
+ <View
4000
+ accessibilityActions={
4001
+ [
4002
+ {
4003
+ "label": "increment",
4004
+ "name": "increment",
4005
+ },
4006
+ {
4007
+ "label": "decrement",
4008
+ "name": "decrement",
4009
+ },
4010
+ ]
4011
+ }
4012
+ accessibilityRole="adjustable"
4013
+ accessible={true}
4014
+ onAccessibilityAction={[Function]}
4015
+ testID="undefined.header"
4016
+ >
4017
+ <View
4018
+ style={
4019
+ [
4020
+ {
4021
+ "alignItems": "center",
4022
+ "flexDirection": "row",
4023
+ "justifyContent": "space-between",
4024
+ "marginTop": 6,
4025
+ "paddingLeft": 10,
4026
+ "paddingRight": 10,
4027
+ },
4028
+ undefined,
4029
+ ]
4030
+ }
4031
+ >
4032
+ <View
4033
+ accessibilityState={
4034
+ {
4035
+ "busy": undefined,
4036
+ "checked": undefined,
4037
+ "disabled": undefined,
4038
+ "expanded": undefined,
4039
+ "selected": undefined,
4040
+ }
4041
+ }
4042
+ accessibilityValue={
4043
+ {
4044
+ "max": undefined,
4045
+ "min": undefined,
4046
+ "now": undefined,
4047
+ "text": undefined,
4048
+ }
4049
+ }
4050
+ accessible={true}
4051
+ collapsable={false}
4052
+ focusable={true}
4053
+ hitSlop={
4054
+ {
4055
+ "bottom": 20,
4056
+ "left": 20,
4057
+ "right": 20,
4058
+ "top": 20,
4059
+ }
4060
+ }
4061
+ onClick={[Function]}
4062
+ onResponderGrant={[Function]}
4063
+ onResponderMove={[Function]}
4064
+ onResponderRelease={[Function]}
4065
+ onResponderTerminate={[Function]}
4066
+ onResponderTerminationRequest={[Function]}
4067
+ onStartShouldSetResponder={[Function]}
4068
+ style={
4069
+ {
4070
+ "opacity": 1,
4071
+ "padding": 10,
4072
+ }
4073
+ }
4074
+ testID="undefined.header.leftArrow"
4075
+ >
4076
+ <RNSVGSvgView
4077
+ align="xMidYMid"
4078
+ bbHeight="24"
4079
+ bbWidth="24"
4080
+ fill="none"
4081
+ focusable={false}
4082
+ height={24}
4083
+ meetOrSlice={0}
4084
+ minX={0}
4085
+ minY={0}
4086
+ style={
4087
+ [
4088
+ {
4089
+ "backgroundColor": "transparent",
4090
+ "borderWidth": 0,
4091
+ },
4092
+ {
4093
+ "flex": 0,
4094
+ "height": 24,
4095
+ "width": 24,
4096
+ },
4097
+ ]
4098
+ }
4099
+ vbHeight={19}
4100
+ vbWidth={10}
4101
+ width={24}
4102
+ >
4103
+ <RNSVGGroup
4104
+ fill={null}
4105
+ propList={
4106
+ [
4107
+ "fill",
4108
+ ]
4109
+ }
4110
+ >
4111
+ <RNSVGPath
4112
+ d="M8.875 17.375L1 9.5L8.875 1.625"
4113
+ fill={
4114
+ {
4115
+ "payload": 4278190080,
4116
+ "type": 0,
4117
+ }
4118
+ }
4119
+ propList={
4120
+ [
4121
+ "stroke",
4122
+ "strokeWidth",
4123
+ "strokeLinecap",
4124
+ "strokeLinejoin",
4125
+ ]
4126
+ }
4127
+ stroke={
4128
+ {
4129
+ "payload": 4279837036,
4130
+ "type": 0,
4131
+ }
4132
+ }
4133
+ strokeLinecap={1}
4134
+ strokeLinejoin={1}
4135
+ strokeWidth="2"
4136
+ />
4137
+ </RNSVGGroup>
4138
+ </RNSVGSvgView>
4139
+ </View>
4140
+ <View
4141
+ style={
4142
+ {
4143
+ "alignItems": "center",
4144
+ "backgroundColor": "#19216C",
4145
+ "borderRadius": 32,
4146
+ "flexDirection": "row",
4147
+ "height": 32,
4148
+ "justifyContent": "center",
4149
+ "paddingBottom": 4,
4150
+ "paddingLeft": 16,
4151
+ "paddingRight": 16,
4152
+ "paddingTop": 4,
4153
+ }
4154
+ }
4155
+ >
4156
+ <Text
4157
+ allowFontScaling={false}
4158
+ style={
4159
+ {
4160
+ "color": "#FFFFFF",
4161
+ "fontFamily": "SourceSansPro",
4162
+ "fontSize": 16,
4163
+ "lineHeight": 22.4,
4164
+ "margin": 0,
4165
+ }
4166
+ }
4167
+ testID="undefined.header.title"
4168
+ >
4169
+ Oktober 2023
4170
+ </Text>
4171
+ </View>
4172
+ <View
4173
+ accessibilityState={
4174
+ {
4175
+ "busy": undefined,
4176
+ "checked": undefined,
4177
+ "disabled": undefined,
4178
+ "expanded": undefined,
4179
+ "selected": undefined,
4180
+ }
4181
+ }
4182
+ accessibilityValue={
4183
+ {
4184
+ "max": undefined,
4185
+ "min": undefined,
4186
+ "now": undefined,
4187
+ "text": undefined,
4188
+ }
4189
+ }
4190
+ accessible={true}
4191
+ collapsable={false}
4192
+ focusable={true}
4193
+ hitSlop={
4194
+ {
4195
+ "bottom": 20,
4196
+ "left": 20,
4197
+ "right": 20,
4198
+ "top": 20,
4199
+ }
4200
+ }
4201
+ onClick={[Function]}
4202
+ onResponderGrant={[Function]}
4203
+ onResponderMove={[Function]}
4204
+ onResponderRelease={[Function]}
4205
+ onResponderTerminate={[Function]}
4206
+ onResponderTerminationRequest={[Function]}
4207
+ onStartShouldSetResponder={[Function]}
4208
+ style={
4209
+ {
4210
+ "opacity": 1,
4211
+ "padding": 10,
4212
+ }
4213
+ }
4214
+ testID="undefined.header.rightArrow"
4215
+ >
4216
+ <RNSVGSvgView
4217
+ align="xMidYMid"
4218
+ bbHeight="24"
4219
+ bbWidth="24"
4220
+ fill="none"
4221
+ focusable={false}
4222
+ height={24}
4223
+ meetOrSlice={0}
4224
+ minX={0}
4225
+ minY={0}
4226
+ style={
4227
+ [
4228
+ {
4229
+ "backgroundColor": "transparent",
4230
+ "borderWidth": 0,
4231
+ },
4232
+ {
4233
+ "flex": 0,
4234
+ "height": 24,
4235
+ "width": 24,
4236
+ },
4237
+ ]
4238
+ }
4239
+ vbHeight={19}
4240
+ vbWidth={11}
4241
+ width={24}
4242
+ >
4243
+ <RNSVGGroup
4244
+ fill={null}
4245
+ propList={
4246
+ [
4247
+ "fill",
4248
+ ]
4249
+ }
4250
+ >
3642
4251
  <RNSVGPath
3643
4252
  d="M1.75 1.625L9.33333 9.5L1.75 17.375"
4253
+ fill={
4254
+ {
4255
+ "payload": 4278190080,
4256
+ "type": 0,
4257
+ }
4258
+ }
3644
4259
  propList={
3645
4260
  [
3646
4261
  "stroke",
@@ -3651,180 +4266,771 @@ exports[`Test for the calendar component renders a calendar where you can select
3651
4266
  }
3652
4267
  stroke={
3653
4268
  {
3654
- "payload": 4279837036,
3655
- "type": 0,
3656
- }
3657
- }
3658
- strokeLinecap={1}
3659
- strokeLinejoin={1}
3660
- strokeWidth="2"
3661
- />
3662
- </RNSVGGroup>
3663
- </RNSVGSvgView>
4269
+ "payload": 4279837036,
4270
+ "type": 0,
4271
+ }
4272
+ }
4273
+ strokeLinecap={1}
4274
+ strokeLinejoin={1}
4275
+ strokeWidth="2"
4276
+ />
4277
+ </RNSVGGroup>
4278
+ </RNSVGSvgView>
4279
+ </View>
4280
+ </View>
4281
+ <View
4282
+ style={
4283
+ [
4284
+ {
4285
+ "flexDirection": "row",
4286
+ "justifyContent": "space-around",
4287
+ "marginTop": 32,
4288
+ },
4289
+ undefined,
4290
+ ]
4291
+ }
4292
+ testID="undefined.header.dayNames"
4293
+ >
4294
+ <Text
4295
+ accessibilityLabel=""
4296
+ allowFontScaling={false}
4297
+ numberOfLines={1}
4298
+ style={
4299
+ [
4300
+ {
4301
+ "color": "#1F2933",
4302
+ "fontFamily": "SourceSansProBold",
4303
+ "fontSize": 16,
4304
+ "lineHeight": 22.4,
4305
+ "marginBottom": 24,
4306
+ "textAlign": "center",
4307
+ "width": 32,
4308
+ },
4309
+ ]
4310
+ }
4311
+ >
4312
+ Ma
4313
+ </Text>
4314
+ <Text
4315
+ accessibilityLabel=""
4316
+ allowFontScaling={false}
4317
+ numberOfLines={1}
4318
+ style={
4319
+ [
4320
+ {
4321
+ "color": "#1F2933",
4322
+ "fontFamily": "SourceSansProBold",
4323
+ "fontSize": 16,
4324
+ "lineHeight": 22.4,
4325
+ "marginBottom": 24,
4326
+ "textAlign": "center",
4327
+ "width": 32,
4328
+ },
4329
+ ]
4330
+ }
4331
+ >
4332
+ Di
4333
+ </Text>
4334
+ <Text
4335
+ accessibilityLabel=""
4336
+ allowFontScaling={false}
4337
+ numberOfLines={1}
4338
+ style={
4339
+ [
4340
+ {
4341
+ "color": "#1F2933",
4342
+ "fontFamily": "SourceSansProBold",
4343
+ "fontSize": 16,
4344
+ "lineHeight": 22.4,
4345
+ "marginBottom": 24,
4346
+ "textAlign": "center",
4347
+ "width": 32,
4348
+ },
4349
+ ]
4350
+ }
4351
+ >
4352
+ Wo
4353
+ </Text>
4354
+ <Text
4355
+ accessibilityLabel=""
4356
+ allowFontScaling={false}
4357
+ numberOfLines={1}
4358
+ style={
4359
+ [
4360
+ {
4361
+ "color": "#1F2933",
4362
+ "fontFamily": "SourceSansProBold",
4363
+ "fontSize": 16,
4364
+ "lineHeight": 22.4,
4365
+ "marginBottom": 24,
4366
+ "textAlign": "center",
4367
+ "width": 32,
4368
+ },
4369
+ ]
4370
+ }
4371
+ >
4372
+ Do
4373
+ </Text>
4374
+ <Text
4375
+ accessibilityLabel=""
4376
+ allowFontScaling={false}
4377
+ numberOfLines={1}
4378
+ style={
4379
+ [
4380
+ {
4381
+ "color": "#1F2933",
4382
+ "fontFamily": "SourceSansProBold",
4383
+ "fontSize": 16,
4384
+ "lineHeight": 22.4,
4385
+ "marginBottom": 24,
4386
+ "textAlign": "center",
4387
+ "width": 32,
4388
+ },
4389
+ ]
4390
+ }
4391
+ >
4392
+ Vr
4393
+ </Text>
4394
+ <Text
4395
+ accessibilityLabel=""
4396
+ allowFontScaling={false}
4397
+ numberOfLines={1}
4398
+ style={
4399
+ [
4400
+ {
4401
+ "color": "#1F2933",
4402
+ "fontFamily": "SourceSansProBold",
4403
+ "fontSize": 16,
4404
+ "lineHeight": 22.4,
4405
+ "marginBottom": 24,
4406
+ "textAlign": "center",
4407
+ "width": 32,
4408
+ },
4409
+ ]
4410
+ }
4411
+ >
4412
+ Za
4413
+ </Text>
4414
+ <Text
4415
+ accessibilityLabel=""
4416
+ allowFontScaling={false}
4417
+ numberOfLines={1}
4418
+ style={
4419
+ [
4420
+ {
4421
+ "color": "#1F2933",
4422
+ "fontFamily": "SourceSansProBold",
4423
+ "fontSize": 16,
4424
+ "lineHeight": 22.4,
4425
+ "marginBottom": 24,
4426
+ "textAlign": "center",
4427
+ "width": 32,
4428
+ },
4429
+ ]
4430
+ }
4431
+ >
4432
+ Zo
4433
+ </Text>
4434
+ </View>
4435
+ </View>
4436
+ <View
4437
+ style={
4438
+ {
4439
+ "backgroundColor": "white",
4440
+ }
4441
+ }
4442
+ >
4443
+ <View
4444
+ style={
4445
+ {
4446
+ "flexDirection": "row",
4447
+ "justifyContent": "space-around",
4448
+ "marginVertical": 7,
4449
+ }
4450
+ }
4451
+ >
4452
+ <View
4453
+ style={
4454
+ {
4455
+ "alignItems": "center",
4456
+ "flex": 1,
4457
+ }
4458
+ }
4459
+ >
4460
+ <View
4461
+ accessibilityLabel=" Maandag 25 September 2023 "
4462
+ accessibilityState={
4463
+ {
4464
+ "busy": undefined,
4465
+ "checked": undefined,
4466
+ "disabled": false,
4467
+ "expanded": undefined,
4468
+ "selected": undefined,
4469
+ }
4470
+ }
4471
+ accessibilityValue={
4472
+ {
4473
+ "max": undefined,
4474
+ "min": undefined,
4475
+ "now": undefined,
4476
+ "text": undefined,
4477
+ }
4478
+ }
4479
+ accessible={true}
4480
+ collapsable={false}
4481
+ focusable={true}
4482
+ onClick={[Function]}
4483
+ onResponderGrant={[Function]}
4484
+ onResponderMove={[Function]}
4485
+ onResponderRelease={[Function]}
4486
+ onResponderTerminate={[Function]}
4487
+ onResponderTerminationRequest={[Function]}
4488
+ onStartShouldSetResponder={[Function]}
4489
+ style={
4490
+ {
4491
+ "alignItems": "center",
4492
+ "height": 42,
4493
+ "justifyContent": "center",
4494
+ "opacity": 1,
4495
+ "width": 42,
4496
+ }
4497
+ }
4498
+ testID="undefined.day_2023-09-25"
4499
+ >
4500
+ <Text
4501
+ allowFontScaling={false}
4502
+ style={
4503
+ [
4504
+ {
4505
+ "color": "#1F2933",
4506
+ "fontFamily": "SourceSansPro",
4507
+ "fontSize": 16,
4508
+ "lineHeight": 22.4,
4509
+ "marginTop": 4,
4510
+ },
4511
+ {
4512
+ "color": "#9AA5B1",
4513
+ },
4514
+ ]
4515
+ }
4516
+ >
4517
+ 25
4518
+ </Text>
4519
+ <View
4520
+ style={
4521
+ [
4522
+ {
4523
+ "borderRadius": 2,
4524
+ "height": 4,
4525
+ "marginHorizontal": 1,
4526
+ "marginTop": 1,
4527
+ "opacity": 0,
4528
+ "width": 4,
4529
+ },
4530
+ ]
4531
+ }
4532
+ />
4533
+ </View>
4534
+ </View>
4535
+ <View
4536
+ style={
4537
+ {
4538
+ "alignItems": "center",
4539
+ "flex": 1,
4540
+ }
4541
+ }
4542
+ >
4543
+ <View
4544
+ accessibilityLabel=" Dinsdag 26 September 2023 "
4545
+ accessibilityState={
4546
+ {
4547
+ "busy": undefined,
4548
+ "checked": undefined,
4549
+ "disabled": false,
4550
+ "expanded": undefined,
4551
+ "selected": undefined,
4552
+ }
4553
+ }
4554
+ accessibilityValue={
4555
+ {
4556
+ "max": undefined,
4557
+ "min": undefined,
4558
+ "now": undefined,
4559
+ "text": undefined,
4560
+ }
4561
+ }
4562
+ accessible={true}
4563
+ collapsable={false}
4564
+ focusable={true}
4565
+ onClick={[Function]}
4566
+ onResponderGrant={[Function]}
4567
+ onResponderMove={[Function]}
4568
+ onResponderRelease={[Function]}
4569
+ onResponderTerminate={[Function]}
4570
+ onResponderTerminationRequest={[Function]}
4571
+ onStartShouldSetResponder={[Function]}
4572
+ style={
4573
+ {
4574
+ "alignItems": "center",
4575
+ "height": 42,
4576
+ "justifyContent": "center",
4577
+ "opacity": 1,
4578
+ "width": 42,
4579
+ }
4580
+ }
4581
+ testID="undefined.day_2023-09-26"
4582
+ >
4583
+ <Text
4584
+ allowFontScaling={false}
4585
+ style={
4586
+ [
4587
+ {
4588
+ "color": "#1F2933",
4589
+ "fontFamily": "SourceSansPro",
4590
+ "fontSize": 16,
4591
+ "lineHeight": 22.4,
4592
+ "marginTop": 4,
4593
+ },
4594
+ {
4595
+ "color": "#9AA5B1",
4596
+ },
4597
+ ]
4598
+ }
4599
+ >
4600
+ 26
4601
+ </Text>
4602
+ <View
4603
+ style={
4604
+ [
4605
+ {
4606
+ "borderRadius": 2,
4607
+ "height": 4,
4608
+ "marginHorizontal": 1,
4609
+ "marginTop": 1,
4610
+ "opacity": 0,
4611
+ "width": 4,
4612
+ },
4613
+ ]
4614
+ }
4615
+ />
4616
+ </View>
4617
+ </View>
4618
+ <View
4619
+ style={
4620
+ {
4621
+ "alignItems": "center",
4622
+ "flex": 1,
4623
+ }
4624
+ }
4625
+ >
4626
+ <View
4627
+ accessibilityLabel=" Woensdag 27 September 2023 "
4628
+ accessibilityState={
4629
+ {
4630
+ "busy": undefined,
4631
+ "checked": undefined,
4632
+ "disabled": false,
4633
+ "expanded": undefined,
4634
+ "selected": undefined,
4635
+ }
4636
+ }
4637
+ accessibilityValue={
4638
+ {
4639
+ "max": undefined,
4640
+ "min": undefined,
4641
+ "now": undefined,
4642
+ "text": undefined,
4643
+ }
4644
+ }
4645
+ accessible={true}
4646
+ collapsable={false}
4647
+ focusable={true}
4648
+ onClick={[Function]}
4649
+ onResponderGrant={[Function]}
4650
+ onResponderMove={[Function]}
4651
+ onResponderRelease={[Function]}
4652
+ onResponderTerminate={[Function]}
4653
+ onResponderTerminationRequest={[Function]}
4654
+ onStartShouldSetResponder={[Function]}
4655
+ style={
4656
+ {
4657
+ "alignItems": "center",
4658
+ "height": 42,
4659
+ "justifyContent": "center",
4660
+ "opacity": 1,
4661
+ "width": 42,
4662
+ }
4663
+ }
4664
+ testID="undefined.day_2023-09-27"
4665
+ >
4666
+ <Text
4667
+ allowFontScaling={false}
4668
+ style={
4669
+ [
4670
+ {
4671
+ "color": "#1F2933",
4672
+ "fontFamily": "SourceSansPro",
4673
+ "fontSize": 16,
4674
+ "lineHeight": 22.4,
4675
+ "marginTop": 4,
4676
+ },
4677
+ {
4678
+ "color": "#9AA5B1",
4679
+ },
4680
+ ]
4681
+ }
4682
+ >
4683
+ 27
4684
+ </Text>
4685
+ <View
4686
+ style={
4687
+ [
4688
+ {
4689
+ "borderRadius": 2,
4690
+ "height": 4,
4691
+ "marginHorizontal": 1,
4692
+ "marginTop": 1,
4693
+ "opacity": 0,
4694
+ "width": 4,
4695
+ },
4696
+ ]
4697
+ }
4698
+ />
4699
+ </View>
4700
+ </View>
4701
+ <View
4702
+ style={
4703
+ {
4704
+ "alignItems": "center",
4705
+ "flex": 1,
4706
+ }
4707
+ }
4708
+ >
4709
+ <View
4710
+ accessibilityLabel=" Donderdag 28 September 2023 "
4711
+ accessibilityState={
4712
+ {
4713
+ "busy": undefined,
4714
+ "checked": undefined,
4715
+ "disabled": false,
4716
+ "expanded": undefined,
4717
+ "selected": undefined,
4718
+ }
4719
+ }
4720
+ accessibilityValue={
4721
+ {
4722
+ "max": undefined,
4723
+ "min": undefined,
4724
+ "now": undefined,
4725
+ "text": undefined,
4726
+ }
4727
+ }
4728
+ accessible={true}
4729
+ collapsable={false}
4730
+ focusable={true}
4731
+ onClick={[Function]}
4732
+ onResponderGrant={[Function]}
4733
+ onResponderMove={[Function]}
4734
+ onResponderRelease={[Function]}
4735
+ onResponderTerminate={[Function]}
4736
+ onResponderTerminationRequest={[Function]}
4737
+ onStartShouldSetResponder={[Function]}
4738
+ style={
4739
+ {
4740
+ "alignItems": "center",
4741
+ "height": 42,
4742
+ "justifyContent": "center",
4743
+ "opacity": 1,
4744
+ "width": 42,
4745
+ }
4746
+ }
4747
+ testID="undefined.day_2023-09-28"
4748
+ >
4749
+ <Text
4750
+ allowFontScaling={false}
4751
+ style={
4752
+ [
4753
+ {
4754
+ "color": "#1F2933",
4755
+ "fontFamily": "SourceSansPro",
4756
+ "fontSize": 16,
4757
+ "lineHeight": 22.4,
4758
+ "marginTop": 4,
4759
+ },
4760
+ {
4761
+ "color": "#9AA5B1",
4762
+ },
4763
+ ]
4764
+ }
4765
+ >
4766
+ 28
4767
+ </Text>
4768
+ <View
4769
+ style={
4770
+ [
4771
+ {
4772
+ "borderRadius": 2,
4773
+ "height": 4,
4774
+ "marginHorizontal": 1,
4775
+ "marginTop": 1,
4776
+ "opacity": 0,
4777
+ "width": 4,
4778
+ },
4779
+ ]
4780
+ }
4781
+ />
4782
+ </View>
3664
4783
  </View>
3665
- </View>
3666
- <View
3667
- style={
3668
- [
3669
- {
3670
- "flexDirection": "row",
3671
- "justifyContent": "space-around",
3672
- "marginTop": 32,
3673
- },
3674
- undefined,
3675
- ]
3676
- }
3677
- testID="undefined.header.dayNames"
3678
- >
3679
- <Text
3680
- accessibilityLabel=""
3681
- allowFontScaling={false}
3682
- numberOfLines={1}
4784
+ <View
3683
4785
  style={
3684
- [
3685
- {
3686
- "color": "#1F2933",
3687
- "fontFamily": "SourceSansProBold",
3688
- "fontSize": 16,
3689
- "lineHeight": 22.4,
3690
- "marginBottom": 24,
3691
- "textAlign": "center",
3692
- "width": 32,
3693
- },
3694
- ]
4786
+ {
4787
+ "alignItems": "center",
4788
+ "flex": 1,
4789
+ }
3695
4790
  }
3696
4791
  >
3697
- Ma
3698
- </Text>
3699
- <Text
3700
- accessibilityLabel=""
3701
- allowFontScaling={false}
3702
- numberOfLines={1}
3703
- style={
3704
- [
4792
+ <View
4793
+ accessibilityLabel=" Vrijdag 29 September 2023 "
4794
+ accessibilityState={
3705
4795
  {
3706
- "color": "#1F2933",
3707
- "fontFamily": "SourceSansProBold",
3708
- "fontSize": 16,
3709
- "lineHeight": 22.4,
3710
- "marginBottom": 24,
3711
- "textAlign": "center",
3712
- "width": 32,
3713
- },
3714
- ]
3715
- }
3716
- >
3717
- Di
3718
- </Text>
3719
- <Text
3720
- accessibilityLabel=""
3721
- allowFontScaling={false}
3722
- numberOfLines={1}
3723
- style={
3724
- [
4796
+ "busy": undefined,
4797
+ "checked": undefined,
4798
+ "disabled": false,
4799
+ "expanded": undefined,
4800
+ "selected": undefined,
4801
+ }
4802
+ }
4803
+ accessibilityValue={
3725
4804
  {
3726
- "color": "#1F2933",
3727
- "fontFamily": "SourceSansProBold",
3728
- "fontSize": 16,
3729
- "lineHeight": 22.4,
3730
- "marginBottom": 24,
3731
- "textAlign": "center",
3732
- "width": 32,
3733
- },
3734
- ]
4805
+ "max": undefined,
4806
+ "min": undefined,
4807
+ "now": undefined,
4808
+ "text": undefined,
4809
+ }
4810
+ }
4811
+ accessible={true}
4812
+ collapsable={false}
4813
+ focusable={true}
4814
+ onClick={[Function]}
4815
+ onResponderGrant={[Function]}
4816
+ onResponderMove={[Function]}
4817
+ onResponderRelease={[Function]}
4818
+ onResponderTerminate={[Function]}
4819
+ onResponderTerminationRequest={[Function]}
4820
+ onStartShouldSetResponder={[Function]}
4821
+ style={
4822
+ {
4823
+ "alignItems": "center",
4824
+ "height": 42,
4825
+ "justifyContent": "center",
4826
+ "opacity": 1,
4827
+ "width": 42,
4828
+ }
4829
+ }
4830
+ testID="undefined.day_2023-09-29"
4831
+ >
4832
+ <Text
4833
+ allowFontScaling={false}
4834
+ style={
4835
+ [
4836
+ {
4837
+ "color": "#1F2933",
4838
+ "fontFamily": "SourceSansPro",
4839
+ "fontSize": 16,
4840
+ "lineHeight": 22.4,
4841
+ "marginTop": 4,
4842
+ },
4843
+ {
4844
+ "color": "#9AA5B1",
4845
+ },
4846
+ ]
4847
+ }
4848
+ >
4849
+ 29
4850
+ </Text>
4851
+ <View
4852
+ style={
4853
+ [
4854
+ {
4855
+ "borderRadius": 2,
4856
+ "height": 4,
4857
+ "marginHorizontal": 1,
4858
+ "marginTop": 1,
4859
+ "opacity": 0,
4860
+ "width": 4,
4861
+ },
4862
+ ]
4863
+ }
4864
+ />
4865
+ </View>
4866
+ </View>
4867
+ <View
4868
+ style={
4869
+ {
4870
+ "alignItems": "center",
4871
+ "flex": 1,
4872
+ }
3735
4873
  }
3736
4874
  >
3737
- Wo
3738
- </Text>
3739
- <Text
3740
- accessibilityLabel=""
3741
- allowFontScaling={false}
3742
- numberOfLines={1}
4875
+ <View
4876
+ accessibilityLabel=" Zaterdag 30 September 2023 "
4877
+ accessibilityState={
4878
+ {
4879
+ "busy": undefined,
4880
+ "checked": undefined,
4881
+ "disabled": false,
4882
+ "expanded": undefined,
4883
+ "selected": undefined,
4884
+ }
4885
+ }
4886
+ accessibilityValue={
4887
+ {
4888
+ "max": undefined,
4889
+ "min": undefined,
4890
+ "now": undefined,
4891
+ "text": undefined,
4892
+ }
4893
+ }
4894
+ accessible={true}
4895
+ collapsable={false}
4896
+ focusable={true}
4897
+ onClick={[Function]}
4898
+ onResponderGrant={[Function]}
4899
+ onResponderMove={[Function]}
4900
+ onResponderRelease={[Function]}
4901
+ onResponderTerminate={[Function]}
4902
+ onResponderTerminationRequest={[Function]}
4903
+ onStartShouldSetResponder={[Function]}
4904
+ style={
4905
+ {
4906
+ "alignItems": "center",
4907
+ "height": 42,
4908
+ "justifyContent": "center",
4909
+ "opacity": 1,
4910
+ "width": 42,
4911
+ }
4912
+ }
4913
+ testID="undefined.day_2023-09-30"
4914
+ >
4915
+ <Text
4916
+ allowFontScaling={false}
4917
+ style={
4918
+ [
4919
+ {
4920
+ "color": "#1F2933",
4921
+ "fontFamily": "SourceSansPro",
4922
+ "fontSize": 16,
4923
+ "lineHeight": 22.4,
4924
+ "marginTop": 4,
4925
+ },
4926
+ {
4927
+ "color": "#9AA5B1",
4928
+ },
4929
+ ]
4930
+ }
4931
+ >
4932
+ 30
4933
+ </Text>
4934
+ <View
4935
+ style={
4936
+ [
4937
+ {
4938
+ "borderRadius": 2,
4939
+ "height": 4,
4940
+ "marginHorizontal": 1,
4941
+ "marginTop": 1,
4942
+ "opacity": 0,
4943
+ "width": 4,
4944
+ },
4945
+ ]
4946
+ }
4947
+ />
4948
+ </View>
4949
+ </View>
4950
+ <View
3743
4951
  style={
3744
- [
3745
- {
3746
- "color": "#1F2933",
3747
- "fontFamily": "SourceSansProBold",
3748
- "fontSize": 16,
3749
- "lineHeight": 22.4,
3750
- "marginBottom": 24,
3751
- "textAlign": "center",
3752
- "width": 32,
3753
- },
3754
- ]
4952
+ {
4953
+ "alignItems": "center",
4954
+ "flex": 1,
4955
+ }
3755
4956
  }
3756
4957
  >
3757
- Do
3758
- </Text>
3759
- <Text
3760
- accessibilityLabel=""
3761
- allowFontScaling={false}
3762
- numberOfLines={1}
3763
- style={
3764
- [
4958
+ <View
4959
+ accessibilityLabel=" Zondag 1 Oktober 2023 "
4960
+ accessibilityState={
3765
4961
  {
3766
- "color": "#1F2933",
3767
- "fontFamily": "SourceSansProBold",
3768
- "fontSize": 16,
3769
- "lineHeight": 22.4,
3770
- "marginBottom": 24,
3771
- "textAlign": "center",
3772
- "width": 32,
3773
- },
3774
- ]
3775
- }
3776
- >
3777
- Vr
3778
- </Text>
3779
- <Text
3780
- accessibilityLabel=""
3781
- allowFontScaling={false}
3782
- numberOfLines={1}
3783
- style={
3784
- [
4962
+ "busy": undefined,
4963
+ "checked": undefined,
4964
+ "disabled": false,
4965
+ "expanded": undefined,
4966
+ "selected": undefined,
4967
+ }
4968
+ }
4969
+ accessibilityValue={
3785
4970
  {
3786
- "color": "#1F2933",
3787
- "fontFamily": "SourceSansProBold",
3788
- "fontSize": 16,
3789
- "lineHeight": 22.4,
3790
- "marginBottom": 24,
3791
- "textAlign": "center",
3792
- "width": 32,
3793
- },
3794
- ]
3795
- }
3796
- >
3797
- Za
3798
- </Text>
3799
- <Text
3800
- accessibilityLabel=""
3801
- allowFontScaling={false}
3802
- numberOfLines={1}
3803
- style={
3804
- [
4971
+ "max": undefined,
4972
+ "min": undefined,
4973
+ "now": undefined,
4974
+ "text": undefined,
4975
+ }
4976
+ }
4977
+ accessible={true}
4978
+ collapsable={false}
4979
+ focusable={true}
4980
+ onClick={[Function]}
4981
+ onResponderGrant={[Function]}
4982
+ onResponderMove={[Function]}
4983
+ onResponderRelease={[Function]}
4984
+ onResponderTerminate={[Function]}
4985
+ onResponderTerminationRequest={[Function]}
4986
+ onStartShouldSetResponder={[Function]}
4987
+ style={
3805
4988
  {
3806
- "color": "#1F2933",
3807
- "fontFamily": "SourceSansProBold",
3808
- "fontSize": 16,
3809
- "lineHeight": 22.4,
3810
- "marginBottom": 24,
3811
- "textAlign": "center",
3812
- "width": 32,
3813
- },
3814
- ]
3815
- }
3816
- >
3817
- Zo
3818
- </Text>
4989
+ "alignItems": "center",
4990
+ "height": 42,
4991
+ "justifyContent": "center",
4992
+ "opacity": 1,
4993
+ "width": 42,
4994
+ }
4995
+ }
4996
+ testID="undefined.day_2023-10-01"
4997
+ >
4998
+ <Text
4999
+ allowFontScaling={false}
5000
+ style={
5001
+ [
5002
+ {
5003
+ "color": "#1F2933",
5004
+ "fontFamily": "SourceSansPro",
5005
+ "fontSize": 16,
5006
+ "lineHeight": 22.4,
5007
+ "marginTop": 4,
5008
+ },
5009
+ {
5010
+ "color": "#9AA5B1",
5011
+ },
5012
+ ]
5013
+ }
5014
+ >
5015
+ 1
5016
+ </Text>
5017
+ <View
5018
+ style={
5019
+ [
5020
+ {
5021
+ "borderRadius": 2,
5022
+ "height": 4,
5023
+ "marginHorizontal": 1,
5024
+ "marginTop": 1,
5025
+ "opacity": 0,
5026
+ "width": 4,
5027
+ },
5028
+ ]
5029
+ }
5030
+ />
5031
+ </View>
5032
+ </View>
3819
5033
  </View>
3820
- </View>
3821
- <View
3822
- style={
3823
- {
3824
- "backgroundColor": "white",
3825
- }
3826
- }
3827
- >
3828
5034
  <View
3829
5035
  style={
3830
5036
  {
@@ -3843,7 +5049,7 @@ exports[`Test for the calendar component renders a calendar where you can select
3843
5049
  }
3844
5050
  >
3845
5051
  <View
3846
- accessibilityLabel=" Maandag 31 Juli 2023 "
5052
+ accessibilityLabel=" Maandag 2 Oktober 2023 "
3847
5053
  accessibilityState={
3848
5054
  {
3849
5055
  "busy": undefined,
@@ -3880,7 +5086,7 @@ exports[`Test for the calendar component renders a calendar where you can select
3880
5086
  "width": 42,
3881
5087
  }
3882
5088
  }
3883
- testID="undefined.day_2023-07-31"
5089
+ testID="undefined.day_2023-10-02"
3884
5090
  >
3885
5091
  <Text
3886
5092
  allowFontScaling={false}
@@ -3899,7 +5105,7 @@ exports[`Test for the calendar component renders a calendar where you can select
3899
5105
  ]
3900
5106
  }
3901
5107
  >
3902
- 31
5108
+ 2
3903
5109
  </Text>
3904
5110
  <View
3905
5111
  style={
@@ -3926,7 +5132,7 @@ exports[`Test for the calendar component renders a calendar where you can select
3926
5132
  }
3927
5133
  >
3928
5134
  <View
3929
- accessibilityLabel=" Dinsdag 1 Augustus 2023 "
5135
+ accessibilityLabel=" Dinsdag 3 Oktober 2023 "
3930
5136
  accessibilityState={
3931
5137
  {
3932
5138
  "busy": undefined,
@@ -3963,7 +5169,7 @@ exports[`Test for the calendar component renders a calendar where you can select
3963
5169
  "width": 42,
3964
5170
  }
3965
5171
  }
3966
- testID="undefined.day_2023-08-01"
5172
+ testID="undefined.day_2023-10-03"
3967
5173
  >
3968
5174
  <Text
3969
5175
  allowFontScaling={false}
@@ -3982,7 +5188,7 @@ exports[`Test for the calendar component renders a calendar where you can select
3982
5188
  ]
3983
5189
  }
3984
5190
  >
3985
- 1
5191
+ 3
3986
5192
  </Text>
3987
5193
  <View
3988
5194
  style={
@@ -4009,7 +5215,7 @@ exports[`Test for the calendar component renders a calendar where you can select
4009
5215
  }
4010
5216
  >
4011
5217
  <View
4012
- accessibilityLabel=" Woensdag 2 Augustus 2023 "
5218
+ accessibilityLabel=" Woensdag 4 Oktober 2023 "
4013
5219
  accessibilityState={
4014
5220
  {
4015
5221
  "busy": undefined,
@@ -4046,7 +5252,7 @@ exports[`Test for the calendar component renders a calendar where you can select
4046
5252
  "width": 42,
4047
5253
  }
4048
5254
  }
4049
- testID="undefined.day_2023-08-02"
5255
+ testID="undefined.day_2023-10-04"
4050
5256
  >
4051
5257
  <Text
4052
5258
  allowFontScaling={false}
@@ -4065,7 +5271,7 @@ exports[`Test for the calendar component renders a calendar where you can select
4065
5271
  ]
4066
5272
  }
4067
5273
  >
4068
- 2
5274
+ 4
4069
5275
  </Text>
4070
5276
  <View
4071
5277
  style={
@@ -4092,7 +5298,7 @@ exports[`Test for the calendar component renders a calendar where you can select
4092
5298
  }
4093
5299
  >
4094
5300
  <View
4095
- accessibilityLabel=" Donderdag 3 Augustus 2023 "
5301
+ accessibilityLabel=" Donderdag 5 Oktober 2023 "
4096
5302
  accessibilityState={
4097
5303
  {
4098
5304
  "busy": undefined,
@@ -4129,7 +5335,7 @@ exports[`Test for the calendar component renders a calendar where you can select
4129
5335
  "width": 42,
4130
5336
  }
4131
5337
  }
4132
- testID="undefined.day_2023-08-03"
5338
+ testID="undefined.day_2023-10-05"
4133
5339
  >
4134
5340
  <Text
4135
5341
  allowFontScaling={false}
@@ -4148,7 +5354,7 @@ exports[`Test for the calendar component renders a calendar where you can select
4148
5354
  ]
4149
5355
  }
4150
5356
  >
4151
- 3
5357
+ 5
4152
5358
  </Text>
4153
5359
  <View
4154
5360
  style={
@@ -4175,7 +5381,7 @@ exports[`Test for the calendar component renders a calendar where you can select
4175
5381
  }
4176
5382
  >
4177
5383
  <View
4178
- accessibilityLabel=" Vrijdag 4 Augustus 2023 "
5384
+ accessibilityLabel=" Vrijdag 6 Oktober 2023 "
4179
5385
  accessibilityState={
4180
5386
  {
4181
5387
  "busy": undefined,
@@ -4212,7 +5418,7 @@ exports[`Test for the calendar component renders a calendar where you can select
4212
5418
  "width": 42,
4213
5419
  }
4214
5420
  }
4215
- testID="undefined.day_2023-08-04"
5421
+ testID="undefined.day_2023-10-06"
4216
5422
  >
4217
5423
  <Text
4218
5424
  allowFontScaling={false}
@@ -4231,7 +5437,7 @@ exports[`Test for the calendar component renders a calendar where you can select
4231
5437
  ]
4232
5438
  }
4233
5439
  >
4234
- 4
5440
+ 6
4235
5441
  </Text>
4236
5442
  <View
4237
5443
  style={
@@ -4258,7 +5464,7 @@ exports[`Test for the calendar component renders a calendar where you can select
4258
5464
  }
4259
5465
  >
4260
5466
  <View
4261
- accessibilityLabel=" Zaterdag 5 Augustus 2023 "
5467
+ accessibilityLabel=" Zaterdag 7 Oktober 2023 "
4262
5468
  accessibilityState={
4263
5469
  {
4264
5470
  "busy": undefined,
@@ -4295,7 +5501,7 @@ exports[`Test for the calendar component renders a calendar where you can select
4295
5501
  "width": 42,
4296
5502
  }
4297
5503
  }
4298
- testID="undefined.day_2023-08-05"
5504
+ testID="undefined.day_2023-10-07"
4299
5505
  >
4300
5506
  <Text
4301
5507
  allowFontScaling={false}
@@ -4314,7 +5520,7 @@ exports[`Test for the calendar component renders a calendar where you can select
4314
5520
  ]
4315
5521
  }
4316
5522
  >
4317
- 5
5523
+ 7
4318
5524
  </Text>
4319
5525
  <View
4320
5526
  style={
@@ -4341,7 +5547,7 @@ exports[`Test for the calendar component renders a calendar where you can select
4341
5547
  }
4342
5548
  >
4343
5549
  <View
4344
- accessibilityLabel=" Zondag 6 Augustus 2023 "
5550
+ accessibilityLabel=" Zondag 8 Oktober 2023 "
4345
5551
  accessibilityState={
4346
5552
  {
4347
5553
  "busy": undefined,
@@ -4378,7 +5584,7 @@ exports[`Test for the calendar component renders a calendar where you can select
4378
5584
  "width": 42,
4379
5585
  }
4380
5586
  }
4381
- testID="undefined.day_2023-08-06"
5587
+ testID="undefined.day_2023-10-08"
4382
5588
  >
4383
5589
  <Text
4384
5590
  allowFontScaling={false}
@@ -4397,7 +5603,7 @@ exports[`Test for the calendar component renders a calendar where you can select
4397
5603
  ]
4398
5604
  }
4399
5605
  >
4400
- 6
5606
+ 8
4401
5607
  </Text>
4402
5608
  <View
4403
5609
  style={
@@ -4434,7 +5640,7 @@ exports[`Test for the calendar component renders a calendar where you can select
4434
5640
  }
4435
5641
  >
4436
5642
  <View
4437
- accessibilityLabel=" Maandag 7 Augustus 2023 "
5643
+ accessibilityLabel=" Maandag 9 Oktober 2023 "
4438
5644
  accessibilityState={
4439
5645
  {
4440
5646
  "busy": undefined,
@@ -4471,7 +5677,7 @@ exports[`Test for the calendar component renders a calendar where you can select
4471
5677
  "width": 42,
4472
5678
  }
4473
5679
  }
4474
- testID="undefined.day_2023-08-07"
5680
+ testID="undefined.day_2023-10-09"
4475
5681
  >
4476
5682
  <Text
4477
5683
  allowFontScaling={false}
@@ -4490,7 +5696,7 @@ exports[`Test for the calendar component renders a calendar where you can select
4490
5696
  ]
4491
5697
  }
4492
5698
  >
4493
- 7
5699
+ 9
4494
5700
  </Text>
4495
5701
  <View
4496
5702
  style={
@@ -4517,7 +5723,7 @@ exports[`Test for the calendar component renders a calendar where you can select
4517
5723
  }
4518
5724
  >
4519
5725
  <View
4520
- accessibilityLabel=" Dinsdag 8 Augustus 2023 "
5726
+ accessibilityLabel=" Dinsdag 10 Oktober 2023 "
4521
5727
  accessibilityState={
4522
5728
  {
4523
5729
  "busy": undefined,
@@ -4554,7 +5760,7 @@ exports[`Test for the calendar component renders a calendar where you can select
4554
5760
  "width": 42,
4555
5761
  }
4556
5762
  }
4557
- testID="undefined.day_2023-08-08"
5763
+ testID="undefined.day_2023-10-10"
4558
5764
  >
4559
5765
  <Text
4560
5766
  allowFontScaling={false}
@@ -4573,7 +5779,7 @@ exports[`Test for the calendar component renders a calendar where you can select
4573
5779
  ]
4574
5780
  }
4575
5781
  >
4576
- 8
5782
+ 10
4577
5783
  </Text>
4578
5784
  <View
4579
5785
  style={
@@ -4600,7 +5806,7 @@ exports[`Test for the calendar component renders a calendar where you can select
4600
5806
  }
4601
5807
  >
4602
5808
  <View
4603
- accessibilityLabel=" Woensdag 9 Augustus 2023 "
5809
+ accessibilityLabel=" Woensdag 11 Oktober 2023 "
4604
5810
  accessibilityState={
4605
5811
  {
4606
5812
  "busy": undefined,
@@ -4637,7 +5843,7 @@ exports[`Test for the calendar component renders a calendar where you can select
4637
5843
  "width": 42,
4638
5844
  }
4639
5845
  }
4640
- testID="undefined.day_2023-08-09"
5846
+ testID="undefined.day_2023-10-11"
4641
5847
  >
4642
5848
  <Text
4643
5849
  allowFontScaling={false}
@@ -4656,7 +5862,7 @@ exports[`Test for the calendar component renders a calendar where you can select
4656
5862
  ]
4657
5863
  }
4658
5864
  >
4659
- 9
5865
+ 11
4660
5866
  </Text>
4661
5867
  <View
4662
5868
  style={
@@ -4683,7 +5889,7 @@ exports[`Test for the calendar component renders a calendar where you can select
4683
5889
  }
4684
5890
  >
4685
5891
  <View
4686
- accessibilityLabel=" Donderdag 10 Augustus 2023 "
5892
+ accessibilityLabel=" Donderdag 12 Oktober 2023 "
4687
5893
  accessibilityState={
4688
5894
  {
4689
5895
  "busy": undefined,
@@ -4720,7 +5926,7 @@ exports[`Test for the calendar component renders a calendar where you can select
4720
5926
  "width": 42,
4721
5927
  }
4722
5928
  }
4723
- testID="undefined.day_2023-08-10"
5929
+ testID="undefined.day_2023-10-12"
4724
5930
  >
4725
5931
  <Text
4726
5932
  allowFontScaling={false}
@@ -4739,7 +5945,7 @@ exports[`Test for the calendar component renders a calendar where you can select
4739
5945
  ]
4740
5946
  }
4741
5947
  >
4742
- 10
5948
+ 12
4743
5949
  </Text>
4744
5950
  <View
4745
5951
  style={
@@ -4766,7 +5972,7 @@ exports[`Test for the calendar component renders a calendar where you can select
4766
5972
  }
4767
5973
  >
4768
5974
  <View
4769
- accessibilityLabel=" Vrijdag 11 Augustus 2023 "
5975
+ accessibilityLabel=" Vrijdag 13 Oktober 2023 "
4770
5976
  accessibilityState={
4771
5977
  {
4772
5978
  "busy": undefined,
@@ -4803,7 +6009,7 @@ exports[`Test for the calendar component renders a calendar where you can select
4803
6009
  "width": 42,
4804
6010
  }
4805
6011
  }
4806
- testID="undefined.day_2023-08-11"
6012
+ testID="undefined.day_2023-10-13"
4807
6013
  >
4808
6014
  <Text
4809
6015
  allowFontScaling={false}
@@ -4822,7 +6028,7 @@ exports[`Test for the calendar component renders a calendar where you can select
4822
6028
  ]
4823
6029
  }
4824
6030
  >
4825
- 11
6031
+ 13
4826
6032
  </Text>
4827
6033
  <View
4828
6034
  style={
@@ -4849,7 +6055,7 @@ exports[`Test for the calendar component renders a calendar where you can select
4849
6055
  }
4850
6056
  >
4851
6057
  <View
4852
- accessibilityLabel=" Zaterdag 12 Augustus 2023 "
6058
+ accessibilityLabel=" Zaterdag 14 Oktober 2023 "
4853
6059
  accessibilityState={
4854
6060
  {
4855
6061
  "busy": undefined,
@@ -4886,7 +6092,7 @@ exports[`Test for the calendar component renders a calendar where you can select
4886
6092
  "width": 42,
4887
6093
  }
4888
6094
  }
4889
- testID="undefined.day_2023-08-12"
6095
+ testID="undefined.day_2023-10-14"
4890
6096
  >
4891
6097
  <Text
4892
6098
  allowFontScaling={false}
@@ -4905,7 +6111,7 @@ exports[`Test for the calendar component renders a calendar where you can select
4905
6111
  ]
4906
6112
  }
4907
6113
  >
4908
- 12
6114
+ 14
4909
6115
  </Text>
4910
6116
  <View
4911
6117
  style={
@@ -4932,7 +6138,7 @@ exports[`Test for the calendar component renders a calendar where you can select
4932
6138
  }
4933
6139
  >
4934
6140
  <View
4935
- accessibilityLabel=" Zondag 13 Augustus 2023 "
6141
+ accessibilityLabel=" Zondag 15 Oktober 2023 "
4936
6142
  accessibilityState={
4937
6143
  {
4938
6144
  "busy": undefined,
@@ -4969,7 +6175,7 @@ exports[`Test for the calendar component renders a calendar where you can select
4969
6175
  "width": 42,
4970
6176
  }
4971
6177
  }
4972
- testID="undefined.day_2023-08-13"
6178
+ testID="undefined.day_2023-10-15"
4973
6179
  >
4974
6180
  <Text
4975
6181
  allowFontScaling={false}
@@ -4988,7 +6194,7 @@ exports[`Test for the calendar component renders a calendar where you can select
4988
6194
  ]
4989
6195
  }
4990
6196
  >
4991
- 13
6197
+ 15
4992
6198
  </Text>
4993
6199
  <View
4994
6200
  style={
@@ -5025,8 +6231,7 @@ exports[`Test for the calendar component renders a calendar where you can select
5025
6231
  }
5026
6232
  >
5027
6233
  <View
5028
- accessibilityLabel="today Maandag 14 Augustus 2023 "
5029
- accessibilityRole="button"
6234
+ accessibilityLabel=" Maandag 16 Oktober 2023 "
5030
6235
  accessibilityState={
5031
6236
  {
5032
6237
  "busy": undefined,
@@ -5057,17 +6262,13 @@ exports[`Test for the calendar component renders a calendar where you can select
5057
6262
  style={
5058
6263
  {
5059
6264
  "alignItems": "center",
5060
- "borderColor": "#7B93DB",
5061
- "borderRadius": 21,
5062
- "borderStyle": "solid",
5063
- "borderWidth": 1,
5064
6265
  "height": 42,
5065
6266
  "justifyContent": "center",
5066
6267
  "opacity": 1,
5067
6268
  "width": 42,
5068
6269
  }
5069
6270
  }
5070
- testID="undefined.day_2023-08-14"
6271
+ testID="undefined.day_2023-10-16"
5071
6272
  >
5072
6273
  <Text
5073
6274
  allowFontScaling={false}
@@ -5081,12 +6282,12 @@ exports[`Test for the calendar component renders a calendar where you can select
5081
6282
  "marginTop": 4,
5082
6283
  },
5083
6284
  {
5084
- "color": "#7B93DB",
6285
+ "color": "#9AA5B1",
5085
6286
  },
5086
6287
  ]
5087
6288
  }
5088
6289
  >
5089
- 14
6290
+ 16
5090
6291
  </Text>
5091
6292
  <View
5092
6293
  style={
@@ -5113,7 +6314,7 @@ exports[`Test for the calendar component renders a calendar where you can select
5113
6314
  }
5114
6315
  >
5115
6316
  <View
5116
- accessibilityLabel=" Dinsdag 15 Augustus 2023 "
6317
+ accessibilityLabel=" Dinsdag 17 Oktober 2023 "
5117
6318
  accessibilityState={
5118
6319
  {
5119
6320
  "busy": undefined,
@@ -5150,7 +6351,7 @@ exports[`Test for the calendar component renders a calendar where you can select
5150
6351
  "width": 42,
5151
6352
  }
5152
6353
  }
5153
- testID="undefined.day_2023-08-15"
6354
+ testID="undefined.day_2023-10-17"
5154
6355
  >
5155
6356
  <Text
5156
6357
  allowFontScaling={false}
@@ -5169,7 +6370,7 @@ exports[`Test for the calendar component renders a calendar where you can select
5169
6370
  ]
5170
6371
  }
5171
6372
  >
5172
- 15
6373
+ 17
5173
6374
  </Text>
5174
6375
  <View
5175
6376
  style={
@@ -5196,7 +6397,8 @@ exports[`Test for the calendar component renders a calendar where you can select
5196
6397
  }
5197
6398
  >
5198
6399
  <View
5199
- accessibilityLabel=" Woensdag 16 Augustus 2023 "
6400
+ accessibilityLabel="today Woensdag 18 Oktober 2023 "
6401
+ accessibilityRole="button"
5200
6402
  accessibilityState={
5201
6403
  {
5202
6404
  "busy": undefined,
@@ -5227,13 +6429,17 @@ exports[`Test for the calendar component renders a calendar where you can select
5227
6429
  style={
5228
6430
  {
5229
6431
  "alignItems": "center",
6432
+ "borderColor": "#7B93DB",
6433
+ "borderRadius": 21,
6434
+ "borderStyle": "solid",
6435
+ "borderWidth": 1,
5230
6436
  "height": 42,
5231
6437
  "justifyContent": "center",
5232
6438
  "opacity": 1,
5233
6439
  "width": 42,
5234
6440
  }
5235
6441
  }
5236
- testID="undefined.day_2023-08-16"
6442
+ testID="undefined.day_2023-10-18"
5237
6443
  >
5238
6444
  <Text
5239
6445
  allowFontScaling={false}
@@ -5247,12 +6453,12 @@ exports[`Test for the calendar component renders a calendar where you can select
5247
6453
  "marginTop": 4,
5248
6454
  },
5249
6455
  {
5250
- "color": "#9AA5B1",
6456
+ "color": "#7B93DB",
5251
6457
  },
5252
6458
  ]
5253
6459
  }
5254
6460
  >
5255
- 16
6461
+ 18
5256
6462
  </Text>
5257
6463
  <View
5258
6464
  style={
@@ -5279,7 +6485,7 @@ exports[`Test for the calendar component renders a calendar where you can select
5279
6485
  }
5280
6486
  >
5281
6487
  <View
5282
- accessibilityLabel=" Donderdag 17 Augustus 2023 "
6488
+ accessibilityLabel=" Donderdag 19 Oktober 2023 "
5283
6489
  accessibilityState={
5284
6490
  {
5285
6491
  "busy": undefined,
@@ -5316,7 +6522,7 @@ exports[`Test for the calendar component renders a calendar where you can select
5316
6522
  "width": 42,
5317
6523
  }
5318
6524
  }
5319
- testID="undefined.day_2023-08-17"
6525
+ testID="undefined.day_2023-10-19"
5320
6526
  >
5321
6527
  <Text
5322
6528
  allowFontScaling={false}
@@ -5335,7 +6541,7 @@ exports[`Test for the calendar component renders a calendar where you can select
5335
6541
  ]
5336
6542
  }
5337
6543
  >
5338
- 17
6544
+ 19
5339
6545
  </Text>
5340
6546
  <View
5341
6547
  style={
@@ -5362,7 +6568,7 @@ exports[`Test for the calendar component renders a calendar where you can select
5362
6568
  }
5363
6569
  >
5364
6570
  <View
5365
- accessibilityLabel=" Vrijdag 18 Augustus 2023 "
6571
+ accessibilityLabel=" Vrijdag 20 Oktober 2023 "
5366
6572
  accessibilityState={
5367
6573
  {
5368
6574
  "busy": undefined,
@@ -5399,7 +6605,7 @@ exports[`Test for the calendar component renders a calendar where you can select
5399
6605
  "width": 42,
5400
6606
  }
5401
6607
  }
5402
- testID="undefined.day_2023-08-18"
6608
+ testID="undefined.day_2023-10-20"
5403
6609
  >
5404
6610
  <Text
5405
6611
  allowFontScaling={false}
@@ -5418,7 +6624,7 @@ exports[`Test for the calendar component renders a calendar where you can select
5418
6624
  ]
5419
6625
  }
5420
6626
  >
5421
- 18
6627
+ 20
5422
6628
  </Text>
5423
6629
  <View
5424
6630
  style={
@@ -5445,7 +6651,7 @@ exports[`Test for the calendar component renders a calendar where you can select
5445
6651
  }
5446
6652
  >
5447
6653
  <View
5448
- accessibilityLabel=" Zaterdag 19 Augustus 2023 "
6654
+ accessibilityLabel=" Zaterdag 21 Oktober 2023 "
5449
6655
  accessibilityState={
5450
6656
  {
5451
6657
  "busy": undefined,
@@ -5482,7 +6688,7 @@ exports[`Test for the calendar component renders a calendar where you can select
5482
6688
  "width": 42,
5483
6689
  }
5484
6690
  }
5485
- testID="undefined.day_2023-08-19"
6691
+ testID="undefined.day_2023-10-21"
5486
6692
  >
5487
6693
  <Text
5488
6694
  allowFontScaling={false}
@@ -5501,7 +6707,7 @@ exports[`Test for the calendar component renders a calendar where you can select
5501
6707
  ]
5502
6708
  }
5503
6709
  >
5504
- 19
6710
+ 21
5505
6711
  </Text>
5506
6712
  <View
5507
6713
  style={
@@ -5528,7 +6734,7 @@ exports[`Test for the calendar component renders a calendar where you can select
5528
6734
  }
5529
6735
  >
5530
6736
  <View
5531
- accessibilityLabel=" Zondag 20 Augustus 2023 "
6737
+ accessibilityLabel=" Zondag 22 Oktober 2023 "
5532
6738
  accessibilityState={
5533
6739
  {
5534
6740
  "busy": undefined,
@@ -5565,7 +6771,7 @@ exports[`Test for the calendar component renders a calendar where you can select
5565
6771
  "width": 42,
5566
6772
  }
5567
6773
  }
5568
- testID="undefined.day_2023-08-20"
6774
+ testID="undefined.day_2023-10-22"
5569
6775
  >
5570
6776
  <Text
5571
6777
  allowFontScaling={false}
@@ -5584,7 +6790,7 @@ exports[`Test for the calendar component renders a calendar where you can select
5584
6790
  ]
5585
6791
  }
5586
6792
  >
5587
- 20
6793
+ 22
5588
6794
  </Text>
5589
6795
  <View
5590
6796
  style={
@@ -5621,7 +6827,7 @@ exports[`Test for the calendar component renders a calendar where you can select
5621
6827
  }
5622
6828
  >
5623
6829
  <View
5624
- accessibilityLabel=" Maandag 21 Augustus 2023 "
6830
+ accessibilityLabel=" Maandag 23 Oktober 2023 "
5625
6831
  accessibilityState={
5626
6832
  {
5627
6833
  "busy": undefined,
@@ -5658,7 +6864,7 @@ exports[`Test for the calendar component renders a calendar where you can select
5658
6864
  "width": 42,
5659
6865
  }
5660
6866
  }
5661
- testID="undefined.day_2023-08-21"
6867
+ testID="undefined.day_2023-10-23"
5662
6868
  >
5663
6869
  <Text
5664
6870
  allowFontScaling={false}
@@ -5677,7 +6883,7 @@ exports[`Test for the calendar component renders a calendar where you can select
5677
6883
  ]
5678
6884
  }
5679
6885
  >
5680
- 21
6886
+ 23
5681
6887
  </Text>
5682
6888
  <View
5683
6889
  style={
@@ -5704,7 +6910,7 @@ exports[`Test for the calendar component renders a calendar where you can select
5704
6910
  }
5705
6911
  >
5706
6912
  <View
5707
- accessibilityLabel=" Dinsdag 22 Augustus 2023 "
6913
+ accessibilityLabel=" Dinsdag 24 Oktober 2023 "
5708
6914
  accessibilityState={
5709
6915
  {
5710
6916
  "busy": undefined,
@@ -5741,7 +6947,7 @@ exports[`Test for the calendar component renders a calendar where you can select
5741
6947
  "width": 42,
5742
6948
  }
5743
6949
  }
5744
- testID="undefined.day_2023-08-22"
6950
+ testID="undefined.day_2023-10-24"
5745
6951
  >
5746
6952
  <Text
5747
6953
  allowFontScaling={false}
@@ -5760,7 +6966,7 @@ exports[`Test for the calendar component renders a calendar where you can select
5760
6966
  ]
5761
6967
  }
5762
6968
  >
5763
- 22
6969
+ 24
5764
6970
  </Text>
5765
6971
  <View
5766
6972
  style={
@@ -5787,7 +6993,7 @@ exports[`Test for the calendar component renders a calendar where you can select
5787
6993
  }
5788
6994
  >
5789
6995
  <View
5790
- accessibilityLabel=" Woensdag 23 Augustus 2023 "
6996
+ accessibilityLabel=" Woensdag 25 Oktober 2023 "
5791
6997
  accessibilityState={
5792
6998
  {
5793
6999
  "busy": undefined,
@@ -5824,7 +7030,7 @@ exports[`Test for the calendar component renders a calendar where you can select
5824
7030
  "width": 42,
5825
7031
  }
5826
7032
  }
5827
- testID="undefined.day_2023-08-23"
7033
+ testID="undefined.day_2023-10-25"
5828
7034
  >
5829
7035
  <Text
5830
7036
  allowFontScaling={false}
@@ -5843,7 +7049,7 @@ exports[`Test for the calendar component renders a calendar where you can select
5843
7049
  ]
5844
7050
  }
5845
7051
  >
5846
- 23
7052
+ 25
5847
7053
  </Text>
5848
7054
  <View
5849
7055
  style={
@@ -5870,7 +7076,7 @@ exports[`Test for the calendar component renders a calendar where you can select
5870
7076
  }
5871
7077
  >
5872
7078
  <View
5873
- accessibilityLabel=" Donderdag 24 Augustus 2023 "
7079
+ accessibilityLabel=" Donderdag 26 Oktober 2023 "
5874
7080
  accessibilityState={
5875
7081
  {
5876
7082
  "busy": undefined,
@@ -5907,7 +7113,7 @@ exports[`Test for the calendar component renders a calendar where you can select
5907
7113
  "width": 42,
5908
7114
  }
5909
7115
  }
5910
- testID="undefined.day_2023-08-24"
7116
+ testID="undefined.day_2023-10-26"
5911
7117
  >
5912
7118
  <Text
5913
7119
  allowFontScaling={false}
@@ -5926,7 +7132,7 @@ exports[`Test for the calendar component renders a calendar where you can select
5926
7132
  ]
5927
7133
  }
5928
7134
  >
5929
- 24
7135
+ 26
5930
7136
  </Text>
5931
7137
  <View
5932
7138
  style={
@@ -5953,7 +7159,7 @@ exports[`Test for the calendar component renders a calendar where you can select
5953
7159
  }
5954
7160
  >
5955
7161
  <View
5956
- accessibilityLabel=" Vrijdag 25 Augustus 2023 "
7162
+ accessibilityLabel=" Vrijdag 27 Oktober 2023 "
5957
7163
  accessibilityState={
5958
7164
  {
5959
7165
  "busy": undefined,
@@ -5990,7 +7196,7 @@ exports[`Test for the calendar component renders a calendar where you can select
5990
7196
  "width": 42,
5991
7197
  }
5992
7198
  }
5993
- testID="undefined.day_2023-08-25"
7199
+ testID="undefined.day_2023-10-27"
5994
7200
  >
5995
7201
  <Text
5996
7202
  allowFontScaling={false}
@@ -6009,7 +7215,7 @@ exports[`Test for the calendar component renders a calendar where you can select
6009
7215
  ]
6010
7216
  }
6011
7217
  >
6012
- 25
7218
+ 27
6013
7219
  </Text>
6014
7220
  <View
6015
7221
  style={
@@ -6036,7 +7242,7 @@ exports[`Test for the calendar component renders a calendar where you can select
6036
7242
  }
6037
7243
  >
6038
7244
  <View
6039
- accessibilityLabel=" Zaterdag 26 Augustus 2023 "
7245
+ accessibilityLabel=" Zaterdag 28 Oktober 2023 "
6040
7246
  accessibilityState={
6041
7247
  {
6042
7248
  "busy": undefined,
@@ -6073,7 +7279,7 @@ exports[`Test for the calendar component renders a calendar where you can select
6073
7279
  "width": 42,
6074
7280
  }
6075
7281
  }
6076
- testID="undefined.day_2023-08-26"
7282
+ testID="undefined.day_2023-10-28"
6077
7283
  >
6078
7284
  <Text
6079
7285
  allowFontScaling={false}
@@ -6092,7 +7298,7 @@ exports[`Test for the calendar component renders a calendar where you can select
6092
7298
  ]
6093
7299
  }
6094
7300
  >
6095
- 26
7301
+ 28
6096
7302
  </Text>
6097
7303
  <View
6098
7304
  style={
@@ -6119,7 +7325,7 @@ exports[`Test for the calendar component renders a calendar where you can select
6119
7325
  }
6120
7326
  >
6121
7327
  <View
6122
- accessibilityLabel=" Zondag 27 Augustus 2023 "
7328
+ accessibilityLabel=" Zondag 29 Oktober 2023 "
6123
7329
  accessibilityState={
6124
7330
  {
6125
7331
  "busy": undefined,
@@ -6156,7 +7362,7 @@ exports[`Test for the calendar component renders a calendar where you can select
6156
7362
  "width": 42,
6157
7363
  }
6158
7364
  }
6159
- testID="undefined.day_2023-08-27"
7365
+ testID="undefined.day_2023-10-29"
6160
7366
  >
6161
7367
  <Text
6162
7368
  allowFontScaling={false}
@@ -6175,7 +7381,7 @@ exports[`Test for the calendar component renders a calendar where you can select
6175
7381
  ]
6176
7382
  }
6177
7383
  >
6178
- 27
7384
+ 29
6179
7385
  </Text>
6180
7386
  <View
6181
7387
  style={
@@ -6212,7 +7418,7 @@ exports[`Test for the calendar component renders a calendar where you can select
6212
7418
  }
6213
7419
  >
6214
7420
  <View
6215
- accessibilityLabel=" Maandag 28 Augustus 2023 "
7421
+ accessibilityLabel=" Maandag 30 Oktober 2023 "
6216
7422
  accessibilityState={
6217
7423
  {
6218
7424
  "busy": undefined,
@@ -6249,7 +7455,7 @@ exports[`Test for the calendar component renders a calendar where you can select
6249
7455
  "width": 42,
6250
7456
  }
6251
7457
  }
6252
- testID="undefined.day_2023-08-28"
7458
+ testID="undefined.day_2023-10-30"
6253
7459
  >
6254
7460
  <Text
6255
7461
  allowFontScaling={false}
@@ -6268,7 +7474,7 @@ exports[`Test for the calendar component renders a calendar where you can select
6268
7474
  ]
6269
7475
  }
6270
7476
  >
6271
- 28
7477
+ 30
6272
7478
  </Text>
6273
7479
  <View
6274
7480
  style={
@@ -6295,7 +7501,7 @@ exports[`Test for the calendar component renders a calendar where you can select
6295
7501
  }
6296
7502
  >
6297
7503
  <View
6298
- accessibilityLabel=" Dinsdag 29 Augustus 2023 "
7504
+ accessibilityLabel=" Dinsdag 31 Oktober 2023 "
6299
7505
  accessibilityState={
6300
7506
  {
6301
7507
  "busy": undefined,
@@ -6332,7 +7538,7 @@ exports[`Test for the calendar component renders a calendar where you can select
6332
7538
  "width": 42,
6333
7539
  }
6334
7540
  }
6335
- testID="undefined.day_2023-08-29"
7541
+ testID="undefined.day_2023-10-31"
6336
7542
  >
6337
7543
  <Text
6338
7544
  allowFontScaling={false}
@@ -6351,7 +7557,7 @@ exports[`Test for the calendar component renders a calendar where you can select
6351
7557
  ]
6352
7558
  }
6353
7559
  >
6354
- 29
7560
+ 31
6355
7561
  </Text>
6356
7562
  <View
6357
7563
  style={
@@ -6378,7 +7584,7 @@ exports[`Test for the calendar component renders a calendar where you can select
6378
7584
  }
6379
7585
  >
6380
7586
  <View
6381
- accessibilityLabel=" Woensdag 30 Augustus 2023 "
7587
+ accessibilityLabel=" Woensdag 1 November 2023 "
6382
7588
  accessibilityState={
6383
7589
  {
6384
7590
  "busy": undefined,
@@ -6415,7 +7621,7 @@ exports[`Test for the calendar component renders a calendar where you can select
6415
7621
  "width": 42,
6416
7622
  }
6417
7623
  }
6418
- testID="undefined.day_2023-08-30"
7624
+ testID="undefined.day_2023-11-01"
6419
7625
  >
6420
7626
  <Text
6421
7627
  allowFontScaling={false}
@@ -6434,7 +7640,7 @@ exports[`Test for the calendar component renders a calendar where you can select
6434
7640
  ]
6435
7641
  }
6436
7642
  >
6437
- 30
7643
+ 1
6438
7644
  </Text>
6439
7645
  <View
6440
7646
  style={
@@ -6461,7 +7667,7 @@ exports[`Test for the calendar component renders a calendar where you can select
6461
7667
  }
6462
7668
  >
6463
7669
  <View
6464
- accessibilityLabel=" Donderdag 31 Augustus 2023 "
7670
+ accessibilityLabel=" Donderdag 2 November 2023 "
6465
7671
  accessibilityState={
6466
7672
  {
6467
7673
  "busy": undefined,
@@ -6498,7 +7704,7 @@ exports[`Test for the calendar component renders a calendar where you can select
6498
7704
  "width": 42,
6499
7705
  }
6500
7706
  }
6501
- testID="undefined.day_2023-08-31"
7707
+ testID="undefined.day_2023-11-02"
6502
7708
  >
6503
7709
  <Text
6504
7710
  allowFontScaling={false}
@@ -6517,7 +7723,7 @@ exports[`Test for the calendar component renders a calendar where you can select
6517
7723
  ]
6518
7724
  }
6519
7725
  >
6520
- 31
7726
+ 2
6521
7727
  </Text>
6522
7728
  <View
6523
7729
  style={
@@ -6544,7 +7750,7 @@ exports[`Test for the calendar component renders a calendar where you can select
6544
7750
  }
6545
7751
  >
6546
7752
  <View
6547
- accessibilityLabel=" Vrijdag 1 September 2023 "
7753
+ accessibilityLabel=" Vrijdag 3 November 2023 "
6548
7754
  accessibilityState={
6549
7755
  {
6550
7756
  "busy": undefined,
@@ -6581,7 +7787,7 @@ exports[`Test for the calendar component renders a calendar where you can select
6581
7787
  "width": 42,
6582
7788
  }
6583
7789
  }
6584
- testID="undefined.day_2023-09-01"
7790
+ testID="undefined.day_2023-11-03"
6585
7791
  >
6586
7792
  <Text
6587
7793
  allowFontScaling={false}
@@ -6600,7 +7806,7 @@ exports[`Test for the calendar component renders a calendar where you can select
6600
7806
  ]
6601
7807
  }
6602
7808
  >
6603
- 1
7809
+ 3
6604
7810
  </Text>
6605
7811
  <View
6606
7812
  style={
@@ -6627,7 +7833,7 @@ exports[`Test for the calendar component renders a calendar where you can select
6627
7833
  }
6628
7834
  >
6629
7835
  <View
6630
- accessibilityLabel=" Zaterdag 2 September 2023 "
7836
+ accessibilityLabel=" Zaterdag 4 November 2023 "
6631
7837
  accessibilityState={
6632
7838
  {
6633
7839
  "busy": undefined,
@@ -6664,7 +7870,7 @@ exports[`Test for the calendar component renders a calendar where you can select
6664
7870
  "width": 42,
6665
7871
  }
6666
7872
  }
6667
- testID="undefined.day_2023-09-02"
7873
+ testID="undefined.day_2023-11-04"
6668
7874
  >
6669
7875
  <Text
6670
7876
  allowFontScaling={false}
@@ -6683,7 +7889,7 @@ exports[`Test for the calendar component renders a calendar where you can select
6683
7889
  ]
6684
7890
  }
6685
7891
  >
6686
- 2
7892
+ 4
6687
7893
  </Text>
6688
7894
  <View
6689
7895
  style={
@@ -6710,7 +7916,7 @@ exports[`Test for the calendar component renders a calendar where you can select
6710
7916
  }
6711
7917
  >
6712
7918
  <View
6713
- accessibilityLabel=" Zondag 3 September 2023 "
7919
+ accessibilityLabel=" Zondag 5 November 2023 "
6714
7920
  accessibilityState={
6715
7921
  {
6716
7922
  "busy": undefined,
@@ -6747,7 +7953,7 @@ exports[`Test for the calendar component renders a calendar where you can select
6747
7953
  "width": 42,
6748
7954
  }
6749
7955
  }
6750
- testID="undefined.day_2023-09-03"
7956
+ testID="undefined.day_2023-11-05"
6751
7957
  >
6752
7958
  <Text
6753
7959
  allowFontScaling={false}
@@ -6766,7 +7972,7 @@ exports[`Test for the calendar component renders a calendar where you can select
6766
7972
  ]
6767
7973
  }
6768
7974
  >
6769
- 3
7975
+ 5
6770
7976
  </Text>
6771
7977
  <View
6772
7978
  style={