@mirai/ui 1.0.34 → 1.0.35
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.
|
@@ -98,61 +98,55 @@ exports[`component:<Calendar> desktop environment prop:captions 1`] = `
|
|
|
98
98
|
<button
|
|
99
99
|
class="pressable cell"
|
|
100
100
|
data-testid="calendar-36-4"
|
|
101
|
-
|
|
101
|
+
disabled=""
|
|
102
102
|
>
|
|
103
103
|
<div
|
|
104
|
-
class="view day
|
|
104
|
+
class="view day"
|
|
105
105
|
>
|
|
106
106
|
<span
|
|
107
|
-
class="text
|
|
107
|
+
class="text paragraph textDisabled"
|
|
108
108
|
>
|
|
109
109
|
2
|
|
110
110
|
</span>
|
|
111
111
|
<span
|
|
112
|
-
class="text small caption color empty"
|
|
113
|
-
|
|
114
|
-
-
|
|
115
|
-
</span>
|
|
112
|
+
class="text small textDisabled caption color empty"
|
|
113
|
+
/>
|
|
116
114
|
</div>
|
|
117
115
|
</button>
|
|
118
116
|
<button
|
|
119
117
|
class="pressable cell"
|
|
120
118
|
data-testid="calendar-36-5"
|
|
121
|
-
|
|
119
|
+
disabled=""
|
|
122
120
|
>
|
|
123
121
|
<div
|
|
124
|
-
class="view day
|
|
122
|
+
class="view day"
|
|
125
123
|
>
|
|
126
124
|
<span
|
|
127
|
-
class="text paragraph"
|
|
125
|
+
class="text paragraph textDisabled"
|
|
128
126
|
>
|
|
129
127
|
3
|
|
130
128
|
</span>
|
|
131
129
|
<span
|
|
132
|
-
class="text small caption color empty"
|
|
133
|
-
|
|
134
|
-
-
|
|
135
|
-
</span>
|
|
130
|
+
class="text small textDisabled caption color empty"
|
|
131
|
+
/>
|
|
136
132
|
</div>
|
|
137
133
|
</button>
|
|
138
134
|
<button
|
|
139
135
|
class="pressable cell"
|
|
140
136
|
data-testid="calendar-36-6"
|
|
141
|
-
|
|
137
|
+
disabled=""
|
|
142
138
|
>
|
|
143
139
|
<div
|
|
144
|
-
class="view day
|
|
140
|
+
class="view day"
|
|
145
141
|
>
|
|
146
142
|
<span
|
|
147
|
-
class="text paragraph"
|
|
143
|
+
class="text paragraph textDisabled"
|
|
148
144
|
>
|
|
149
145
|
4
|
|
150
146
|
</span>
|
|
151
147
|
<span
|
|
152
|
-
class="text small caption color empty"
|
|
153
|
-
|
|
154
|
-
-
|
|
155
|
-
</span>
|
|
148
|
+
class="text small textDisabled caption color empty"
|
|
149
|
+
/>
|
|
156
150
|
</div>
|
|
157
151
|
</button>
|
|
158
152
|
</div>
|
|
@@ -168,7 +162,7 @@ exports[`component:<Calendar> desktop environment prop:captions 1`] = `
|
|
|
168
162
|
class="view day dayTouchable"
|
|
169
163
|
>
|
|
170
164
|
<span
|
|
171
|
-
class="text paragraph"
|
|
165
|
+
class="text bold paragraph"
|
|
172
166
|
>
|
|
173
167
|
5
|
|
174
168
|
</span>
|
|
@@ -1628,7 +1622,7 @@ exports[`component:<Calendar> desktop environment prop:disabledDates 1`] = `
|
|
|
1628
1622
|
class="view day"
|
|
1629
1623
|
>
|
|
1630
1624
|
<span
|
|
1631
|
-
class="text
|
|
1625
|
+
class="text paragraph textDisabled"
|
|
1632
1626
|
>
|
|
1633
1627
|
2
|
|
1634
1628
|
</span>
|
|
@@ -1637,13 +1631,13 @@ exports[`component:<Calendar> desktop environment prop:disabledDates 1`] = `
|
|
|
1637
1631
|
<button
|
|
1638
1632
|
class="pressable cell"
|
|
1639
1633
|
data-testid="calendar-36-5"
|
|
1640
|
-
|
|
1634
|
+
disabled=""
|
|
1641
1635
|
>
|
|
1642
1636
|
<div
|
|
1643
|
-
class="view day
|
|
1637
|
+
class="view day"
|
|
1644
1638
|
>
|
|
1645
1639
|
<span
|
|
1646
|
-
class="text paragraph"
|
|
1640
|
+
class="text paragraph textDisabled"
|
|
1647
1641
|
>
|
|
1648
1642
|
3
|
|
1649
1643
|
</span>
|
|
@@ -1652,13 +1646,13 @@ exports[`component:<Calendar> desktop environment prop:disabledDates 1`] = `
|
|
|
1652
1646
|
<button
|
|
1653
1647
|
class="pressable cell"
|
|
1654
1648
|
data-testid="calendar-36-6"
|
|
1655
|
-
|
|
1649
|
+
disabled=""
|
|
1656
1650
|
>
|
|
1657
1651
|
<div
|
|
1658
|
-
class="view day
|
|
1652
|
+
class="view day"
|
|
1659
1653
|
>
|
|
1660
1654
|
<span
|
|
1661
|
-
class="text paragraph"
|
|
1655
|
+
class="text paragraph textDisabled"
|
|
1662
1656
|
>
|
|
1663
1657
|
4
|
|
1664
1658
|
</span>
|
|
@@ -1671,13 +1665,13 @@ exports[`component:<Calendar> desktop environment prop:disabledDates 1`] = `
|
|
|
1671
1665
|
<button
|
|
1672
1666
|
class="pressable cell"
|
|
1673
1667
|
data-testid="calendar-37-0"
|
|
1674
|
-
|
|
1668
|
+
disabled=""
|
|
1675
1669
|
>
|
|
1676
1670
|
<div
|
|
1677
|
-
class="view day
|
|
1671
|
+
class="view day"
|
|
1678
1672
|
>
|
|
1679
1673
|
<span
|
|
1680
|
-
class="text paragraph"
|
|
1674
|
+
class="text bold paragraph textDisabled"
|
|
1681
1675
|
>
|
|
1682
1676
|
5
|
|
1683
1677
|
</span>
|
|
@@ -2846,13 +2840,13 @@ exports[`component:<Calendar> desktop environment prop:disabledPast 1`] = `
|
|
|
2846
2840
|
<button
|
|
2847
2841
|
class="pressable cell"
|
|
2848
2842
|
data-testid="calendar-36-4"
|
|
2849
|
-
|
|
2843
|
+
disabled=""
|
|
2850
2844
|
>
|
|
2851
2845
|
<div
|
|
2852
|
-
class="view day
|
|
2846
|
+
class="view day"
|
|
2853
2847
|
>
|
|
2854
2848
|
<span
|
|
2855
|
-
class="text
|
|
2849
|
+
class="text paragraph textDisabled"
|
|
2856
2850
|
>
|
|
2857
2851
|
2
|
|
2858
2852
|
</span>
|
|
@@ -2861,13 +2855,13 @@ exports[`component:<Calendar> desktop environment prop:disabledPast 1`] = `
|
|
|
2861
2855
|
<button
|
|
2862
2856
|
class="pressable cell"
|
|
2863
2857
|
data-testid="calendar-36-5"
|
|
2864
|
-
|
|
2858
|
+
disabled=""
|
|
2865
2859
|
>
|
|
2866
2860
|
<div
|
|
2867
|
-
class="view day
|
|
2861
|
+
class="view day"
|
|
2868
2862
|
>
|
|
2869
2863
|
<span
|
|
2870
|
-
class="text paragraph"
|
|
2864
|
+
class="text paragraph textDisabled"
|
|
2871
2865
|
>
|
|
2872
2866
|
3
|
|
2873
2867
|
</span>
|
|
@@ -2876,13 +2870,13 @@ exports[`component:<Calendar> desktop environment prop:disabledPast 1`] = `
|
|
|
2876
2870
|
<button
|
|
2877
2871
|
class="pressable cell"
|
|
2878
2872
|
data-testid="calendar-36-6"
|
|
2879
|
-
|
|
2873
|
+
disabled=""
|
|
2880
2874
|
>
|
|
2881
2875
|
<div
|
|
2882
|
-
class="view day
|
|
2876
|
+
class="view day"
|
|
2883
2877
|
>
|
|
2884
2878
|
<span
|
|
2885
|
-
class="text paragraph"
|
|
2879
|
+
class="text paragraph textDisabled"
|
|
2886
2880
|
>
|
|
2887
2881
|
4
|
|
2888
2882
|
</span>
|
|
@@ -2901,7 +2895,7 @@ exports[`component:<Calendar> desktop environment prop:disabledPast 1`] = `
|
|
|
2901
2895
|
class="view day dayTouchable"
|
|
2902
2896
|
>
|
|
2903
2897
|
<span
|
|
2904
|
-
class="text paragraph"
|
|
2898
|
+
class="text bold paragraph"
|
|
2905
2899
|
>
|
|
2906
2900
|
5
|
|
2907
2901
|
</span>
|
|
@@ -4070,13 +4064,13 @@ exports[`component:<Calendar> desktop environment prop:disabledWeekends 1`] = `
|
|
|
4070
4064
|
<button
|
|
4071
4065
|
class="pressable cell"
|
|
4072
4066
|
data-testid="calendar-36-4"
|
|
4073
|
-
|
|
4067
|
+
disabled=""
|
|
4074
4068
|
>
|
|
4075
4069
|
<div
|
|
4076
|
-
class="view day
|
|
4070
|
+
class="view day"
|
|
4077
4071
|
>
|
|
4078
4072
|
<span
|
|
4079
|
-
class="text
|
|
4073
|
+
class="text paragraph textDisabled"
|
|
4080
4074
|
>
|
|
4081
4075
|
2
|
|
4082
4076
|
</span>
|
|
@@ -4085,13 +4079,13 @@ exports[`component:<Calendar> desktop environment prop:disabledWeekends 1`] = `
|
|
|
4085
4079
|
<button
|
|
4086
4080
|
class="pressable cell"
|
|
4087
4081
|
data-testid="calendar-36-5"
|
|
4088
|
-
|
|
4082
|
+
disabled=""
|
|
4089
4083
|
>
|
|
4090
4084
|
<div
|
|
4091
|
-
class="view day
|
|
4085
|
+
class="view day"
|
|
4092
4086
|
>
|
|
4093
4087
|
<span
|
|
4094
|
-
class="text paragraph"
|
|
4088
|
+
class="text paragraph textDisabled"
|
|
4095
4089
|
>
|
|
4096
4090
|
3
|
|
4097
4091
|
</span>
|
|
@@ -4100,13 +4094,13 @@ exports[`component:<Calendar> desktop environment prop:disabledWeekends 1`] = `
|
|
|
4100
4094
|
<button
|
|
4101
4095
|
class="pressable cell"
|
|
4102
4096
|
data-testid="calendar-36-6"
|
|
4103
|
-
|
|
4097
|
+
disabled=""
|
|
4104
4098
|
>
|
|
4105
4099
|
<div
|
|
4106
|
-
class="view day
|
|
4100
|
+
class="view day"
|
|
4107
4101
|
>
|
|
4108
4102
|
<span
|
|
4109
|
-
class="text paragraph"
|
|
4103
|
+
class="text paragraph textDisabled"
|
|
4110
4104
|
>
|
|
4111
4105
|
4
|
|
4112
4106
|
</span>
|
|
@@ -4125,7 +4119,7 @@ exports[`component:<Calendar> desktop environment prop:disabledWeekends 1`] = `
|
|
|
4125
4119
|
class="view day dayTouchable"
|
|
4126
4120
|
>
|
|
4127
4121
|
<span
|
|
4128
|
-
class="text paragraph"
|
|
4122
|
+
class="text bold paragraph"
|
|
4129
4123
|
>
|
|
4130
4124
|
5
|
|
4131
4125
|
</span>
|
|
@@ -5294,13 +5288,13 @@ exports[`component:<Calendar> desktop environment prop:format 1`] = `
|
|
|
5294
5288
|
<button
|
|
5295
5289
|
class="pressable cell"
|
|
5296
5290
|
data-testid="calendar-36-4"
|
|
5297
|
-
|
|
5291
|
+
disabled=""
|
|
5298
5292
|
>
|
|
5299
5293
|
<div
|
|
5300
|
-
class="view day
|
|
5294
|
+
class="view day"
|
|
5301
5295
|
>
|
|
5302
5296
|
<span
|
|
5303
|
-
class="text
|
|
5297
|
+
class="text paragraph textDisabled"
|
|
5304
5298
|
>
|
|
5305
5299
|
2
|
|
5306
5300
|
</span>
|
|
@@ -5309,13 +5303,13 @@ exports[`component:<Calendar> desktop environment prop:format 1`] = `
|
|
|
5309
5303
|
<button
|
|
5310
5304
|
class="pressable cell"
|
|
5311
5305
|
data-testid="calendar-36-5"
|
|
5312
|
-
|
|
5306
|
+
disabled=""
|
|
5313
5307
|
>
|
|
5314
5308
|
<div
|
|
5315
|
-
class="view day
|
|
5309
|
+
class="view day"
|
|
5316
5310
|
>
|
|
5317
5311
|
<span
|
|
5318
|
-
class="text paragraph"
|
|
5312
|
+
class="text paragraph textDisabled"
|
|
5319
5313
|
>
|
|
5320
5314
|
3
|
|
5321
5315
|
</span>
|
|
@@ -5324,13 +5318,13 @@ exports[`component:<Calendar> desktop environment prop:format 1`] = `
|
|
|
5324
5318
|
<button
|
|
5325
5319
|
class="pressable cell"
|
|
5326
5320
|
data-testid="calendar-36-6"
|
|
5327
|
-
|
|
5321
|
+
disabled=""
|
|
5328
5322
|
>
|
|
5329
5323
|
<div
|
|
5330
|
-
class="view day
|
|
5324
|
+
class="view day"
|
|
5331
5325
|
>
|
|
5332
5326
|
<span
|
|
5333
|
-
class="text paragraph"
|
|
5327
|
+
class="text paragraph textDisabled"
|
|
5334
5328
|
>
|
|
5335
5329
|
4
|
|
5336
5330
|
</span>
|
|
@@ -5349,7 +5343,7 @@ exports[`component:<Calendar> desktop environment prop:format 1`] = `
|
|
|
5349
5343
|
class="view day dayTouchable"
|
|
5350
5344
|
>
|
|
5351
5345
|
<span
|
|
5352
|
-
class="text paragraph"
|
|
5346
|
+
class="text bold paragraph"
|
|
5353
5347
|
>
|
|
5354
5348
|
5
|
|
5355
5349
|
</span>
|
|
@@ -6518,13 +6512,13 @@ exports[`component:<Calendar> desktop environment prop:from 1`] = `
|
|
|
6518
6512
|
<button
|
|
6519
6513
|
class="pressable cell"
|
|
6520
6514
|
data-testid="calendar-36-4"
|
|
6521
|
-
|
|
6515
|
+
disabled=""
|
|
6522
6516
|
>
|
|
6523
6517
|
<div
|
|
6524
|
-
class="view day
|
|
6518
|
+
class="view day"
|
|
6525
6519
|
>
|
|
6526
6520
|
<span
|
|
6527
|
-
class="text
|
|
6521
|
+
class="text paragraph textDisabled"
|
|
6528
6522
|
>
|
|
6529
6523
|
2
|
|
6530
6524
|
</span>
|
|
@@ -6533,13 +6527,13 @@ exports[`component:<Calendar> desktop environment prop:from 1`] = `
|
|
|
6533
6527
|
<button
|
|
6534
6528
|
class="pressable cell"
|
|
6535
6529
|
data-testid="calendar-36-5"
|
|
6536
|
-
|
|
6530
|
+
disabled=""
|
|
6537
6531
|
>
|
|
6538
6532
|
<div
|
|
6539
|
-
class="view day
|
|
6533
|
+
class="view day"
|
|
6540
6534
|
>
|
|
6541
6535
|
<span
|
|
6542
|
-
class="text paragraph"
|
|
6536
|
+
class="text paragraph textDisabled"
|
|
6543
6537
|
>
|
|
6544
6538
|
3
|
|
6545
6539
|
</span>
|
|
@@ -6548,13 +6542,13 @@ exports[`component:<Calendar> desktop environment prop:from 1`] = `
|
|
|
6548
6542
|
<button
|
|
6549
6543
|
class="pressable cell"
|
|
6550
6544
|
data-testid="calendar-36-6"
|
|
6551
|
-
|
|
6545
|
+
disabled=""
|
|
6552
6546
|
>
|
|
6553
6547
|
<div
|
|
6554
|
-
class="view day
|
|
6548
|
+
class="view day"
|
|
6555
6549
|
>
|
|
6556
6550
|
<span
|
|
6557
|
-
class="text paragraph"
|
|
6551
|
+
class="text paragraph textDisabled"
|
|
6558
6552
|
>
|
|
6559
6553
|
4
|
|
6560
6554
|
</span>
|
|
@@ -6573,7 +6567,7 @@ exports[`component:<Calendar> desktop environment prop:from 1`] = `
|
|
|
6573
6567
|
class="view day dayTouchable"
|
|
6574
6568
|
>
|
|
6575
6569
|
<span
|
|
6576
|
-
class="text paragraph"
|
|
6570
|
+
class="text bold paragraph"
|
|
6577
6571
|
>
|
|
6578
6572
|
5
|
|
6579
6573
|
</span>
|
|
@@ -7742,13 +7736,13 @@ exports[`component:<Calendar> desktop environment prop:highlights 1`] = `
|
|
|
7742
7736
|
<button
|
|
7743
7737
|
class="pressable cell"
|
|
7744
7738
|
data-testid="calendar-36-4"
|
|
7745
|
-
|
|
7739
|
+
disabled=""
|
|
7746
7740
|
>
|
|
7747
7741
|
<div
|
|
7748
|
-
class="view day
|
|
7742
|
+
class="view day"
|
|
7749
7743
|
>
|
|
7750
7744
|
<span
|
|
7751
|
-
class="text
|
|
7745
|
+
class="text paragraph textDisabled"
|
|
7752
7746
|
>
|
|
7753
7747
|
2
|
|
7754
7748
|
</span>
|
|
@@ -7757,13 +7751,13 @@ exports[`component:<Calendar> desktop environment prop:highlights 1`] = `
|
|
|
7757
7751
|
<button
|
|
7758
7752
|
class="pressable cell"
|
|
7759
7753
|
data-testid="calendar-36-5"
|
|
7760
|
-
|
|
7754
|
+
disabled=""
|
|
7761
7755
|
>
|
|
7762
7756
|
<div
|
|
7763
|
-
class="view day
|
|
7757
|
+
class="view day"
|
|
7764
7758
|
>
|
|
7765
7759
|
<span
|
|
7766
|
-
class="text paragraph"
|
|
7760
|
+
class="text paragraph textDisabled"
|
|
7767
7761
|
>
|
|
7768
7762
|
3
|
|
7769
7763
|
</span>
|
|
@@ -7772,13 +7766,13 @@ exports[`component:<Calendar> desktop environment prop:highlights 1`] = `
|
|
|
7772
7766
|
<button
|
|
7773
7767
|
class="pressable cell"
|
|
7774
7768
|
data-testid="calendar-36-6"
|
|
7775
|
-
|
|
7769
|
+
disabled=""
|
|
7776
7770
|
>
|
|
7777
7771
|
<div
|
|
7778
|
-
class="view day
|
|
7772
|
+
class="view day"
|
|
7779
7773
|
>
|
|
7780
7774
|
<span
|
|
7781
|
-
class="text paragraph"
|
|
7775
|
+
class="text paragraph textDisabled"
|
|
7782
7776
|
>
|
|
7783
7777
|
4
|
|
7784
7778
|
</span>
|
|
@@ -7797,7 +7791,7 @@ exports[`component:<Calendar> desktop environment prop:highlights 1`] = `
|
|
|
7797
7791
|
class="view day dayTouchable"
|
|
7798
7792
|
>
|
|
7799
7793
|
<span
|
|
7800
|
-
class="text paragraph"
|
|
7794
|
+
class="text bold paragraph"
|
|
7801
7795
|
>
|
|
7802
7796
|
5
|
|
7803
7797
|
</span>
|
|
@@ -8966,13 +8960,13 @@ exports[`component:<Calendar> desktop environment prop:locale 1`] = `
|
|
|
8966
8960
|
<button
|
|
8967
8961
|
class="pressable cell"
|
|
8968
8962
|
data-testid="calendar-36-4"
|
|
8969
|
-
|
|
8963
|
+
disabled=""
|
|
8970
8964
|
>
|
|
8971
8965
|
<div
|
|
8972
|
-
class="view day
|
|
8966
|
+
class="view day"
|
|
8973
8967
|
>
|
|
8974
8968
|
<span
|
|
8975
|
-
class="text
|
|
8969
|
+
class="text paragraph textDisabled"
|
|
8976
8970
|
>
|
|
8977
8971
|
2
|
|
8978
8972
|
</span>
|
|
@@ -8981,13 +8975,13 @@ exports[`component:<Calendar> desktop environment prop:locale 1`] = `
|
|
|
8981
8975
|
<button
|
|
8982
8976
|
class="pressable cell"
|
|
8983
8977
|
data-testid="calendar-36-5"
|
|
8984
|
-
|
|
8978
|
+
disabled=""
|
|
8985
8979
|
>
|
|
8986
8980
|
<div
|
|
8987
|
-
class="view day
|
|
8981
|
+
class="view day"
|
|
8988
8982
|
>
|
|
8989
8983
|
<span
|
|
8990
|
-
class="text paragraph"
|
|
8984
|
+
class="text paragraph textDisabled"
|
|
8991
8985
|
>
|
|
8992
8986
|
3
|
|
8993
8987
|
</span>
|
|
@@ -8996,13 +8990,13 @@ exports[`component:<Calendar> desktop environment prop:locale 1`] = `
|
|
|
8996
8990
|
<button
|
|
8997
8991
|
class="pressable cell"
|
|
8998
8992
|
data-testid="calendar-36-6"
|
|
8999
|
-
|
|
8993
|
+
disabled=""
|
|
9000
8994
|
>
|
|
9001
8995
|
<div
|
|
9002
|
-
class="view day
|
|
8996
|
+
class="view day"
|
|
9003
8997
|
>
|
|
9004
8998
|
<span
|
|
9005
|
-
class="text paragraph"
|
|
8999
|
+
class="text paragraph textDisabled"
|
|
9006
9000
|
>
|
|
9007
9001
|
4
|
|
9008
9002
|
</span>
|
|
@@ -9021,7 +9015,7 @@ exports[`component:<Calendar> desktop environment prop:locale 1`] = `
|
|
|
9021
9015
|
class="view day dayTouchable"
|
|
9022
9016
|
>
|
|
9023
9017
|
<span
|
|
9024
|
-
class="text paragraph"
|
|
9018
|
+
class="text bold paragraph"
|
|
9025
9019
|
>
|
|
9026
9020
|
5
|
|
9027
9021
|
</span>
|
|
@@ -10195,13 +10189,13 @@ exports[`component:<Calendar> desktop environment prop:locale en-US 1`] = `
|
|
|
10195
10189
|
<button
|
|
10196
10190
|
class="pressable cell"
|
|
10197
10191
|
data-testid="calendar-36-5"
|
|
10198
|
-
|
|
10192
|
+
disabled=""
|
|
10199
10193
|
>
|
|
10200
10194
|
<div
|
|
10201
|
-
class="view day
|
|
10195
|
+
class="view day"
|
|
10202
10196
|
>
|
|
10203
10197
|
<span
|
|
10204
|
-
class="text
|
|
10198
|
+
class="text paragraph textDisabled"
|
|
10205
10199
|
>
|
|
10206
10200
|
2
|
|
10207
10201
|
</span>
|
|
@@ -10210,13 +10204,13 @@ exports[`component:<Calendar> desktop environment prop:locale en-US 1`] = `
|
|
|
10210
10204
|
<button
|
|
10211
10205
|
class="pressable cell"
|
|
10212
10206
|
data-testid="calendar-36-6"
|
|
10213
|
-
|
|
10207
|
+
disabled=""
|
|
10214
10208
|
>
|
|
10215
10209
|
<div
|
|
10216
|
-
class="view day
|
|
10210
|
+
class="view day"
|
|
10217
10211
|
>
|
|
10218
10212
|
<span
|
|
10219
|
-
class="text paragraph"
|
|
10213
|
+
class="text paragraph textDisabled"
|
|
10220
10214
|
>
|
|
10221
10215
|
3
|
|
10222
10216
|
</span>
|
|
@@ -10229,13 +10223,13 @@ exports[`component:<Calendar> desktop environment prop:locale en-US 1`] = `
|
|
|
10229
10223
|
<button
|
|
10230
10224
|
class="pressable cell"
|
|
10231
10225
|
data-testid="calendar-37-0"
|
|
10232
|
-
|
|
10226
|
+
disabled=""
|
|
10233
10227
|
>
|
|
10234
10228
|
<div
|
|
10235
|
-
class="view day
|
|
10229
|
+
class="view day"
|
|
10236
10230
|
>
|
|
10237
10231
|
<span
|
|
10238
|
-
class="text paragraph"
|
|
10232
|
+
class="text paragraph textDisabled"
|
|
10239
10233
|
>
|
|
10240
10234
|
4
|
|
10241
10235
|
</span>
|
|
@@ -10250,7 +10244,7 @@ exports[`component:<Calendar> desktop environment prop:locale en-US 1`] = `
|
|
|
10250
10244
|
class="view day dayTouchable"
|
|
10251
10245
|
>
|
|
10252
10246
|
<span
|
|
10253
|
-
class="text paragraph"
|
|
10247
|
+
class="text bold paragraph"
|
|
10254
10248
|
>
|
|
10255
10249
|
5
|
|
10256
10250
|
</span>
|
|
@@ -11414,13 +11408,13 @@ exports[`component:<Calendar> desktop environment prop:months 1`] = `
|
|
|
11414
11408
|
<button
|
|
11415
11409
|
class="pressable cell"
|
|
11416
11410
|
data-testid="calendar-36-4"
|
|
11417
|
-
|
|
11411
|
+
disabled=""
|
|
11418
11412
|
>
|
|
11419
11413
|
<div
|
|
11420
|
-
class="view day
|
|
11414
|
+
class="view day"
|
|
11421
11415
|
>
|
|
11422
11416
|
<span
|
|
11423
|
-
class="text
|
|
11417
|
+
class="text paragraph textDisabled"
|
|
11424
11418
|
>
|
|
11425
11419
|
2
|
|
11426
11420
|
</span>
|
|
@@ -11429,13 +11423,13 @@ exports[`component:<Calendar> desktop environment prop:months 1`] = `
|
|
|
11429
11423
|
<button
|
|
11430
11424
|
class="pressable cell"
|
|
11431
11425
|
data-testid="calendar-36-5"
|
|
11432
|
-
|
|
11426
|
+
disabled=""
|
|
11433
11427
|
>
|
|
11434
11428
|
<div
|
|
11435
|
-
class="view day
|
|
11429
|
+
class="view day"
|
|
11436
11430
|
>
|
|
11437
11431
|
<span
|
|
11438
|
-
class="text paragraph"
|
|
11432
|
+
class="text paragraph textDisabled"
|
|
11439
11433
|
>
|
|
11440
11434
|
3
|
|
11441
11435
|
</span>
|
|
@@ -11444,13 +11438,13 @@ exports[`component:<Calendar> desktop environment prop:months 1`] = `
|
|
|
11444
11438
|
<button
|
|
11445
11439
|
class="pressable cell"
|
|
11446
11440
|
data-testid="calendar-36-6"
|
|
11447
|
-
|
|
11441
|
+
disabled=""
|
|
11448
11442
|
>
|
|
11449
11443
|
<div
|
|
11450
|
-
class="view day
|
|
11444
|
+
class="view day"
|
|
11451
11445
|
>
|
|
11452
11446
|
<span
|
|
11453
|
-
class="text paragraph"
|
|
11447
|
+
class="text paragraph textDisabled"
|
|
11454
11448
|
>
|
|
11455
11449
|
4
|
|
11456
11450
|
</span>
|
|
@@ -11469,7 +11463,7 @@ exports[`component:<Calendar> desktop environment prop:months 1`] = `
|
|
|
11469
11463
|
class="view day dayTouchable"
|
|
11470
11464
|
>
|
|
11471
11465
|
<span
|
|
11472
|
-
class="text paragraph"
|
|
11466
|
+
class="text bold paragraph"
|
|
11473
11467
|
>
|
|
11474
11468
|
5
|
|
11475
11469
|
</span>
|
|
@@ -13224,13 +13218,13 @@ exports[`component:<Calendar> desktop environment prop:range 1`] = `
|
|
|
13224
13218
|
<button
|
|
13225
13219
|
class="pressable cell"
|
|
13226
13220
|
data-testid="calendar-36-4"
|
|
13227
|
-
|
|
13221
|
+
disabled=""
|
|
13228
13222
|
>
|
|
13229
13223
|
<div
|
|
13230
|
-
class="view day
|
|
13224
|
+
class="view day"
|
|
13231
13225
|
>
|
|
13232
13226
|
<span
|
|
13233
|
-
class="text
|
|
13227
|
+
class="text paragraph textDisabled"
|
|
13234
13228
|
>
|
|
13235
13229
|
2
|
|
13236
13230
|
</span>
|
|
@@ -13239,13 +13233,13 @@ exports[`component:<Calendar> desktop environment prop:range 1`] = `
|
|
|
13239
13233
|
<button
|
|
13240
13234
|
class="pressable cell"
|
|
13241
13235
|
data-testid="calendar-36-5"
|
|
13242
|
-
|
|
13236
|
+
disabled=""
|
|
13243
13237
|
>
|
|
13244
13238
|
<div
|
|
13245
|
-
class="view day
|
|
13239
|
+
class="view day"
|
|
13246
13240
|
>
|
|
13247
13241
|
<span
|
|
13248
|
-
class="text paragraph"
|
|
13242
|
+
class="text paragraph textDisabled"
|
|
13249
13243
|
>
|
|
13250
13244
|
3
|
|
13251
13245
|
</span>
|
|
@@ -13254,13 +13248,13 @@ exports[`component:<Calendar> desktop environment prop:range 1`] = `
|
|
|
13254
13248
|
<button
|
|
13255
13249
|
class="pressable cell"
|
|
13256
13250
|
data-testid="calendar-36-6"
|
|
13257
|
-
|
|
13251
|
+
disabled=""
|
|
13258
13252
|
>
|
|
13259
13253
|
<div
|
|
13260
|
-
class="view day
|
|
13254
|
+
class="view day"
|
|
13261
13255
|
>
|
|
13262
13256
|
<span
|
|
13263
|
-
class="text paragraph"
|
|
13257
|
+
class="text paragraph textDisabled"
|
|
13264
13258
|
>
|
|
13265
13259
|
4
|
|
13266
13260
|
</span>
|
|
@@ -13279,7 +13273,7 @@ exports[`component:<Calendar> desktop environment prop:range 1`] = `
|
|
|
13279
13273
|
class="view day dayTouchable"
|
|
13280
13274
|
>
|
|
13281
13275
|
<span
|
|
13282
|
-
class="text paragraph"
|
|
13276
|
+
class="text bold paragraph"
|
|
13283
13277
|
>
|
|
13284
13278
|
5
|
|
13285
13279
|
</span>
|
|
@@ -14454,7 +14448,7 @@ exports[`component:<Calendar> desktop environment prop:rangeMaxDays 1`] = `
|
|
|
14454
14448
|
class="view day"
|
|
14455
14449
|
>
|
|
14456
14450
|
<span
|
|
14457
|
-
class="text
|
|
14451
|
+
class="text paragraph textDisabled"
|
|
14458
14452
|
>
|
|
14459
14453
|
2
|
|
14460
14454
|
</span>
|
|
@@ -14503,7 +14497,7 @@ exports[`component:<Calendar> desktop environment prop:rangeMaxDays 1`] = `
|
|
|
14503
14497
|
class="view day"
|
|
14504
14498
|
>
|
|
14505
14499
|
<span
|
|
14506
|
-
class="text paragraph textDisabled"
|
|
14500
|
+
class="text bold paragraph textDisabled"
|
|
14507
14501
|
>
|
|
14508
14502
|
5
|
|
14509
14503
|
</span>
|
|
@@ -15672,13 +15666,13 @@ exports[`component:<Calendar> desktop environment prop:rangeMinDays 1`] = `
|
|
|
15672
15666
|
<button
|
|
15673
15667
|
class="pressable cell"
|
|
15674
15668
|
data-testid="calendar-36-4"
|
|
15675
|
-
|
|
15669
|
+
disabled=""
|
|
15676
15670
|
>
|
|
15677
15671
|
<div
|
|
15678
|
-
class="view day
|
|
15672
|
+
class="view day"
|
|
15679
15673
|
>
|
|
15680
15674
|
<span
|
|
15681
|
-
class="text
|
|
15675
|
+
class="text paragraph textDisabled"
|
|
15682
15676
|
>
|
|
15683
15677
|
2
|
|
15684
15678
|
</span>
|
|
@@ -15687,13 +15681,13 @@ exports[`component:<Calendar> desktop environment prop:rangeMinDays 1`] = `
|
|
|
15687
15681
|
<button
|
|
15688
15682
|
class="pressable cell"
|
|
15689
15683
|
data-testid="calendar-36-5"
|
|
15690
|
-
|
|
15684
|
+
disabled=""
|
|
15691
15685
|
>
|
|
15692
15686
|
<div
|
|
15693
|
-
class="view day
|
|
15687
|
+
class="view day"
|
|
15694
15688
|
>
|
|
15695
15689
|
<span
|
|
15696
|
-
class="text paragraph"
|
|
15690
|
+
class="text paragraph textDisabled"
|
|
15697
15691
|
>
|
|
15698
15692
|
3
|
|
15699
15693
|
</span>
|
|
@@ -15702,13 +15696,13 @@ exports[`component:<Calendar> desktop environment prop:rangeMinDays 1`] = `
|
|
|
15702
15696
|
<button
|
|
15703
15697
|
class="pressable cell"
|
|
15704
15698
|
data-testid="calendar-36-6"
|
|
15705
|
-
|
|
15699
|
+
disabled=""
|
|
15706
15700
|
>
|
|
15707
15701
|
<div
|
|
15708
|
-
class="view day
|
|
15702
|
+
class="view day"
|
|
15709
15703
|
>
|
|
15710
15704
|
<span
|
|
15711
|
-
class="text paragraph"
|
|
15705
|
+
class="text paragraph textDisabled"
|
|
15712
15706
|
>
|
|
15713
15707
|
4
|
|
15714
15708
|
</span>
|
|
@@ -15727,7 +15721,7 @@ exports[`component:<Calendar> desktop environment prop:rangeMinDays 1`] = `
|
|
|
15727
15721
|
class="view day dayTouchable"
|
|
15728
15722
|
>
|
|
15729
15723
|
<span
|
|
15730
|
-
class="text paragraph"
|
|
15724
|
+
class="text bold paragraph"
|
|
15731
15725
|
>
|
|
15732
15726
|
5
|
|
15733
15727
|
</span>
|
|
@@ -16896,13 +16890,13 @@ exports[`component:<Calendar> desktop environment prop:to 1`] = `
|
|
|
16896
16890
|
<button
|
|
16897
16891
|
class="pressable cell"
|
|
16898
16892
|
data-testid="calendar-36-4"
|
|
16899
|
-
|
|
16893
|
+
disabled=""
|
|
16900
16894
|
>
|
|
16901
16895
|
<div
|
|
16902
|
-
class="view day
|
|
16896
|
+
class="view day"
|
|
16903
16897
|
>
|
|
16904
16898
|
<span
|
|
16905
|
-
class="text
|
|
16899
|
+
class="text paragraph textDisabled"
|
|
16906
16900
|
>
|
|
16907
16901
|
2
|
|
16908
16902
|
</span>
|
|
@@ -16911,13 +16905,13 @@ exports[`component:<Calendar> desktop environment prop:to 1`] = `
|
|
|
16911
16905
|
<button
|
|
16912
16906
|
class="pressable cell"
|
|
16913
16907
|
data-testid="calendar-36-5"
|
|
16914
|
-
|
|
16908
|
+
disabled=""
|
|
16915
16909
|
>
|
|
16916
16910
|
<div
|
|
16917
|
-
class="view day
|
|
16911
|
+
class="view day"
|
|
16918
16912
|
>
|
|
16919
16913
|
<span
|
|
16920
|
-
class="text paragraph"
|
|
16914
|
+
class="text paragraph textDisabled"
|
|
16921
16915
|
>
|
|
16922
16916
|
3
|
|
16923
16917
|
</span>
|
|
@@ -16926,13 +16920,13 @@ exports[`component:<Calendar> desktop environment prop:to 1`] = `
|
|
|
16926
16920
|
<button
|
|
16927
16921
|
class="pressable cell"
|
|
16928
16922
|
data-testid="calendar-36-6"
|
|
16929
|
-
|
|
16923
|
+
disabled=""
|
|
16930
16924
|
>
|
|
16931
16925
|
<div
|
|
16932
|
-
class="view day
|
|
16926
|
+
class="view day"
|
|
16933
16927
|
>
|
|
16934
16928
|
<span
|
|
16935
|
-
class="text paragraph"
|
|
16929
|
+
class="text paragraph textDisabled"
|
|
16936
16930
|
>
|
|
16937
16931
|
4
|
|
16938
16932
|
</span>
|
|
@@ -16951,7 +16945,7 @@ exports[`component:<Calendar> desktop environment prop:to 1`] = `
|
|
|
16951
16945
|
class="view day dayTouchable"
|
|
16952
16946
|
>
|
|
16953
16947
|
<span
|
|
16954
|
-
class="text paragraph"
|
|
16948
|
+
class="text bold paragraph"
|
|
16955
16949
|
>
|
|
16956
16950
|
5
|
|
16957
16951
|
</span>
|
|
@@ -18120,13 +18114,13 @@ exports[`component:<Calendar> desktop environment renders 1`] = `
|
|
|
18120
18114
|
<button
|
|
18121
18115
|
class="pressable cell"
|
|
18122
18116
|
data-testid="calendar-36-4"
|
|
18123
|
-
|
|
18117
|
+
disabled=""
|
|
18124
18118
|
>
|
|
18125
18119
|
<div
|
|
18126
|
-
class="view day
|
|
18120
|
+
class="view day"
|
|
18127
18121
|
>
|
|
18128
18122
|
<span
|
|
18129
|
-
class="text
|
|
18123
|
+
class="text paragraph textDisabled"
|
|
18130
18124
|
>
|
|
18131
18125
|
2
|
|
18132
18126
|
</span>
|
|
@@ -18135,13 +18129,13 @@ exports[`component:<Calendar> desktop environment renders 1`] = `
|
|
|
18135
18129
|
<button
|
|
18136
18130
|
class="pressable cell"
|
|
18137
18131
|
data-testid="calendar-36-5"
|
|
18138
|
-
|
|
18132
|
+
disabled=""
|
|
18139
18133
|
>
|
|
18140
18134
|
<div
|
|
18141
|
-
class="view day
|
|
18135
|
+
class="view day"
|
|
18142
18136
|
>
|
|
18143
18137
|
<span
|
|
18144
|
-
class="text paragraph"
|
|
18138
|
+
class="text paragraph textDisabled"
|
|
18145
18139
|
>
|
|
18146
18140
|
3
|
|
18147
18141
|
</span>
|
|
@@ -18150,13 +18144,13 @@ exports[`component:<Calendar> desktop environment renders 1`] = `
|
|
|
18150
18144
|
<button
|
|
18151
18145
|
class="pressable cell"
|
|
18152
18146
|
data-testid="calendar-36-6"
|
|
18153
|
-
|
|
18147
|
+
disabled=""
|
|
18154
18148
|
>
|
|
18155
18149
|
<div
|
|
18156
|
-
class="view day
|
|
18150
|
+
class="view day"
|
|
18157
18151
|
>
|
|
18158
18152
|
<span
|
|
18159
|
-
class="text paragraph"
|
|
18153
|
+
class="text paragraph textDisabled"
|
|
18160
18154
|
>
|
|
18161
18155
|
4
|
|
18162
18156
|
</span>
|
|
@@ -18175,7 +18169,7 @@ exports[`component:<Calendar> desktop environment renders 1`] = `
|
|
|
18175
18169
|
class="view day dayTouchable"
|
|
18176
18170
|
>
|
|
18177
18171
|
<span
|
|
18178
|
-
class="text paragraph"
|
|
18172
|
+
class="text bold paragraph"
|
|
18179
18173
|
>
|
|
18180
18174
|
5
|
|
18181
18175
|
</span>
|
|
@@ -19344,13 +19338,13 @@ exports[`component:<Calendar> inherit:className 1`] = `
|
|
|
19344
19338
|
<button
|
|
19345
19339
|
class="pressable cell"
|
|
19346
19340
|
data-testid="calendar-36-4"
|
|
19347
|
-
|
|
19341
|
+
disabled=""
|
|
19348
19342
|
>
|
|
19349
19343
|
<div
|
|
19350
|
-
class="view day
|
|
19344
|
+
class="view day"
|
|
19351
19345
|
>
|
|
19352
19346
|
<span
|
|
19353
|
-
class="text
|
|
19347
|
+
class="text paragraph textDisabled"
|
|
19354
19348
|
>
|
|
19355
19349
|
2
|
|
19356
19350
|
</span>
|
|
@@ -19359,13 +19353,13 @@ exports[`component:<Calendar> inherit:className 1`] = `
|
|
|
19359
19353
|
<button
|
|
19360
19354
|
class="pressable cell"
|
|
19361
19355
|
data-testid="calendar-36-5"
|
|
19362
|
-
|
|
19356
|
+
disabled=""
|
|
19363
19357
|
>
|
|
19364
19358
|
<div
|
|
19365
|
-
class="view day
|
|
19359
|
+
class="view day"
|
|
19366
19360
|
>
|
|
19367
19361
|
<span
|
|
19368
|
-
class="text paragraph"
|
|
19362
|
+
class="text paragraph textDisabled"
|
|
19369
19363
|
>
|
|
19370
19364
|
3
|
|
19371
19365
|
</span>
|
|
@@ -19374,13 +19368,13 @@ exports[`component:<Calendar> inherit:className 1`] = `
|
|
|
19374
19368
|
<button
|
|
19375
19369
|
class="pressable cell"
|
|
19376
19370
|
data-testid="calendar-36-6"
|
|
19377
|
-
|
|
19371
|
+
disabled=""
|
|
19378
19372
|
>
|
|
19379
19373
|
<div
|
|
19380
|
-
class="view day
|
|
19374
|
+
class="view day"
|
|
19381
19375
|
>
|
|
19382
19376
|
<span
|
|
19383
|
-
class="text paragraph"
|
|
19377
|
+
class="text paragraph textDisabled"
|
|
19384
19378
|
>
|
|
19385
19379
|
4
|
|
19386
19380
|
</span>
|
|
@@ -19399,7 +19393,7 @@ exports[`component:<Calendar> inherit:className 1`] = `
|
|
|
19399
19393
|
class="view day dayTouchable"
|
|
19400
19394
|
>
|
|
19401
19395
|
<span
|
|
19402
|
-
class="text paragraph"
|
|
19396
|
+
class="text bold paragraph"
|
|
19403
19397
|
>
|
|
19404
19398
|
5
|
|
19405
19399
|
</span>
|
|
@@ -20571,61 +20565,55 @@ exports[`component:<Calendar> mobile environment prop:captions 1`] = `
|
|
|
20571
20565
|
<button
|
|
20572
20566
|
class="pressable cell"
|
|
20573
20567
|
data-testid="calendar-36-4"
|
|
20574
|
-
|
|
20568
|
+
disabled=""
|
|
20575
20569
|
>
|
|
20576
20570
|
<div
|
|
20577
|
-
class="view day
|
|
20571
|
+
class="view day"
|
|
20578
20572
|
>
|
|
20579
20573
|
<span
|
|
20580
|
-
class="text
|
|
20574
|
+
class="text paragraph textDisabled"
|
|
20581
20575
|
>
|
|
20582
20576
|
2
|
|
20583
20577
|
</span>
|
|
20584
20578
|
<span
|
|
20585
|
-
class="text small caption color empty"
|
|
20586
|
-
|
|
20587
|
-
-
|
|
20588
|
-
</span>
|
|
20579
|
+
class="text small textDisabled caption color empty"
|
|
20580
|
+
/>
|
|
20589
20581
|
</div>
|
|
20590
20582
|
</button>
|
|
20591
20583
|
<button
|
|
20592
20584
|
class="pressable cell"
|
|
20593
20585
|
data-testid="calendar-36-5"
|
|
20594
|
-
|
|
20586
|
+
disabled=""
|
|
20595
20587
|
>
|
|
20596
20588
|
<div
|
|
20597
|
-
class="view day
|
|
20589
|
+
class="view day"
|
|
20598
20590
|
>
|
|
20599
20591
|
<span
|
|
20600
|
-
class="text paragraph"
|
|
20592
|
+
class="text paragraph textDisabled"
|
|
20601
20593
|
>
|
|
20602
20594
|
3
|
|
20603
20595
|
</span>
|
|
20604
20596
|
<span
|
|
20605
|
-
class="text small caption color empty"
|
|
20606
|
-
|
|
20607
|
-
-
|
|
20608
|
-
</span>
|
|
20597
|
+
class="text small textDisabled caption color empty"
|
|
20598
|
+
/>
|
|
20609
20599
|
</div>
|
|
20610
20600
|
</button>
|
|
20611
20601
|
<button
|
|
20612
20602
|
class="pressable cell"
|
|
20613
20603
|
data-testid="calendar-36-6"
|
|
20614
|
-
|
|
20604
|
+
disabled=""
|
|
20615
20605
|
>
|
|
20616
20606
|
<div
|
|
20617
|
-
class="view day
|
|
20607
|
+
class="view day"
|
|
20618
20608
|
>
|
|
20619
20609
|
<span
|
|
20620
|
-
class="text paragraph"
|
|
20610
|
+
class="text paragraph textDisabled"
|
|
20621
20611
|
>
|
|
20622
20612
|
4
|
|
20623
20613
|
</span>
|
|
20624
20614
|
<span
|
|
20625
|
-
class="text small caption color empty"
|
|
20626
|
-
|
|
20627
|
-
-
|
|
20628
|
-
</span>
|
|
20615
|
+
class="text small textDisabled caption color empty"
|
|
20616
|
+
/>
|
|
20629
20617
|
</div>
|
|
20630
20618
|
</button>
|
|
20631
20619
|
</div>
|
|
@@ -20641,7 +20629,7 @@ exports[`component:<Calendar> mobile environment prop:captions 1`] = `
|
|
|
20641
20629
|
class="view day dayTouchable"
|
|
20642
20630
|
>
|
|
20643
20631
|
<span
|
|
20644
|
-
class="text paragraph"
|
|
20632
|
+
class="text bold paragraph"
|
|
20645
20633
|
>
|
|
20646
20634
|
5
|
|
20647
20635
|
</span>
|
|
@@ -22101,7 +22089,7 @@ exports[`component:<Calendar> mobile environment prop:disabledDates 1`] = `
|
|
|
22101
22089
|
class="view day"
|
|
22102
22090
|
>
|
|
22103
22091
|
<span
|
|
22104
|
-
class="text
|
|
22092
|
+
class="text paragraph textDisabled"
|
|
22105
22093
|
>
|
|
22106
22094
|
2
|
|
22107
22095
|
</span>
|
|
@@ -22110,13 +22098,13 @@ exports[`component:<Calendar> mobile environment prop:disabledDates 1`] = `
|
|
|
22110
22098
|
<button
|
|
22111
22099
|
class="pressable cell"
|
|
22112
22100
|
data-testid="calendar-36-5"
|
|
22113
|
-
|
|
22101
|
+
disabled=""
|
|
22114
22102
|
>
|
|
22115
22103
|
<div
|
|
22116
|
-
class="view day
|
|
22104
|
+
class="view day"
|
|
22117
22105
|
>
|
|
22118
22106
|
<span
|
|
22119
|
-
class="text paragraph"
|
|
22107
|
+
class="text paragraph textDisabled"
|
|
22120
22108
|
>
|
|
22121
22109
|
3
|
|
22122
22110
|
</span>
|
|
@@ -22125,13 +22113,13 @@ exports[`component:<Calendar> mobile environment prop:disabledDates 1`] = `
|
|
|
22125
22113
|
<button
|
|
22126
22114
|
class="pressable cell"
|
|
22127
22115
|
data-testid="calendar-36-6"
|
|
22128
|
-
|
|
22116
|
+
disabled=""
|
|
22129
22117
|
>
|
|
22130
22118
|
<div
|
|
22131
|
-
class="view day
|
|
22119
|
+
class="view day"
|
|
22132
22120
|
>
|
|
22133
22121
|
<span
|
|
22134
|
-
class="text paragraph"
|
|
22122
|
+
class="text paragraph textDisabled"
|
|
22135
22123
|
>
|
|
22136
22124
|
4
|
|
22137
22125
|
</span>
|
|
@@ -22144,13 +22132,13 @@ exports[`component:<Calendar> mobile environment prop:disabledDates 1`] = `
|
|
|
22144
22132
|
<button
|
|
22145
22133
|
class="pressable cell"
|
|
22146
22134
|
data-testid="calendar-37-0"
|
|
22147
|
-
|
|
22135
|
+
disabled=""
|
|
22148
22136
|
>
|
|
22149
22137
|
<div
|
|
22150
|
-
class="view day
|
|
22138
|
+
class="view day"
|
|
22151
22139
|
>
|
|
22152
22140
|
<span
|
|
22153
|
-
class="text paragraph"
|
|
22141
|
+
class="text bold paragraph textDisabled"
|
|
22154
22142
|
>
|
|
22155
22143
|
5
|
|
22156
22144
|
</span>
|
|
@@ -23319,13 +23307,13 @@ exports[`component:<Calendar> mobile environment prop:disabledPast 1`] = `
|
|
|
23319
23307
|
<button
|
|
23320
23308
|
class="pressable cell"
|
|
23321
23309
|
data-testid="calendar-36-4"
|
|
23322
|
-
|
|
23310
|
+
disabled=""
|
|
23323
23311
|
>
|
|
23324
23312
|
<div
|
|
23325
|
-
class="view day
|
|
23313
|
+
class="view day"
|
|
23326
23314
|
>
|
|
23327
23315
|
<span
|
|
23328
|
-
class="text
|
|
23316
|
+
class="text paragraph textDisabled"
|
|
23329
23317
|
>
|
|
23330
23318
|
2
|
|
23331
23319
|
</span>
|
|
@@ -23334,13 +23322,13 @@ exports[`component:<Calendar> mobile environment prop:disabledPast 1`] = `
|
|
|
23334
23322
|
<button
|
|
23335
23323
|
class="pressable cell"
|
|
23336
23324
|
data-testid="calendar-36-5"
|
|
23337
|
-
|
|
23325
|
+
disabled=""
|
|
23338
23326
|
>
|
|
23339
23327
|
<div
|
|
23340
|
-
class="view day
|
|
23328
|
+
class="view day"
|
|
23341
23329
|
>
|
|
23342
23330
|
<span
|
|
23343
|
-
class="text paragraph"
|
|
23331
|
+
class="text paragraph textDisabled"
|
|
23344
23332
|
>
|
|
23345
23333
|
3
|
|
23346
23334
|
</span>
|
|
@@ -23349,13 +23337,13 @@ exports[`component:<Calendar> mobile environment prop:disabledPast 1`] = `
|
|
|
23349
23337
|
<button
|
|
23350
23338
|
class="pressable cell"
|
|
23351
23339
|
data-testid="calendar-36-6"
|
|
23352
|
-
|
|
23340
|
+
disabled=""
|
|
23353
23341
|
>
|
|
23354
23342
|
<div
|
|
23355
|
-
class="view day
|
|
23343
|
+
class="view day"
|
|
23356
23344
|
>
|
|
23357
23345
|
<span
|
|
23358
|
-
class="text paragraph"
|
|
23346
|
+
class="text paragraph textDisabled"
|
|
23359
23347
|
>
|
|
23360
23348
|
4
|
|
23361
23349
|
</span>
|
|
@@ -23374,7 +23362,7 @@ exports[`component:<Calendar> mobile environment prop:disabledPast 1`] = `
|
|
|
23374
23362
|
class="view day dayTouchable"
|
|
23375
23363
|
>
|
|
23376
23364
|
<span
|
|
23377
|
-
class="text paragraph"
|
|
23365
|
+
class="text bold paragraph"
|
|
23378
23366
|
>
|
|
23379
23367
|
5
|
|
23380
23368
|
</span>
|
|
@@ -24543,13 +24531,13 @@ exports[`component:<Calendar> mobile environment prop:disabledWeekends 1`] = `
|
|
|
24543
24531
|
<button
|
|
24544
24532
|
class="pressable cell"
|
|
24545
24533
|
data-testid="calendar-36-4"
|
|
24546
|
-
|
|
24534
|
+
disabled=""
|
|
24547
24535
|
>
|
|
24548
24536
|
<div
|
|
24549
|
-
class="view day
|
|
24537
|
+
class="view day"
|
|
24550
24538
|
>
|
|
24551
24539
|
<span
|
|
24552
|
-
class="text
|
|
24540
|
+
class="text paragraph textDisabled"
|
|
24553
24541
|
>
|
|
24554
24542
|
2
|
|
24555
24543
|
</span>
|
|
@@ -24558,13 +24546,13 @@ exports[`component:<Calendar> mobile environment prop:disabledWeekends 1`] = `
|
|
|
24558
24546
|
<button
|
|
24559
24547
|
class="pressable cell"
|
|
24560
24548
|
data-testid="calendar-36-5"
|
|
24561
|
-
|
|
24549
|
+
disabled=""
|
|
24562
24550
|
>
|
|
24563
24551
|
<div
|
|
24564
|
-
class="view day
|
|
24552
|
+
class="view day"
|
|
24565
24553
|
>
|
|
24566
24554
|
<span
|
|
24567
|
-
class="text paragraph"
|
|
24555
|
+
class="text paragraph textDisabled"
|
|
24568
24556
|
>
|
|
24569
24557
|
3
|
|
24570
24558
|
</span>
|
|
@@ -24573,13 +24561,13 @@ exports[`component:<Calendar> mobile environment prop:disabledWeekends 1`] = `
|
|
|
24573
24561
|
<button
|
|
24574
24562
|
class="pressable cell"
|
|
24575
24563
|
data-testid="calendar-36-6"
|
|
24576
|
-
|
|
24564
|
+
disabled=""
|
|
24577
24565
|
>
|
|
24578
24566
|
<div
|
|
24579
|
-
class="view day
|
|
24567
|
+
class="view day"
|
|
24580
24568
|
>
|
|
24581
24569
|
<span
|
|
24582
|
-
class="text paragraph"
|
|
24570
|
+
class="text paragraph textDisabled"
|
|
24583
24571
|
>
|
|
24584
24572
|
4
|
|
24585
24573
|
</span>
|
|
@@ -24598,7 +24586,7 @@ exports[`component:<Calendar> mobile environment prop:disabledWeekends 1`] = `
|
|
|
24598
24586
|
class="view day dayTouchable"
|
|
24599
24587
|
>
|
|
24600
24588
|
<span
|
|
24601
|
-
class="text paragraph"
|
|
24589
|
+
class="text bold paragraph"
|
|
24602
24590
|
>
|
|
24603
24591
|
5
|
|
24604
24592
|
</span>
|
|
@@ -25767,13 +25755,13 @@ exports[`component:<Calendar> mobile environment prop:format 1`] = `
|
|
|
25767
25755
|
<button
|
|
25768
25756
|
class="pressable cell"
|
|
25769
25757
|
data-testid="calendar-36-4"
|
|
25770
|
-
|
|
25758
|
+
disabled=""
|
|
25771
25759
|
>
|
|
25772
25760
|
<div
|
|
25773
|
-
class="view day
|
|
25761
|
+
class="view day"
|
|
25774
25762
|
>
|
|
25775
25763
|
<span
|
|
25776
|
-
class="text
|
|
25764
|
+
class="text paragraph textDisabled"
|
|
25777
25765
|
>
|
|
25778
25766
|
2
|
|
25779
25767
|
</span>
|
|
@@ -25782,13 +25770,13 @@ exports[`component:<Calendar> mobile environment prop:format 1`] = `
|
|
|
25782
25770
|
<button
|
|
25783
25771
|
class="pressable cell"
|
|
25784
25772
|
data-testid="calendar-36-5"
|
|
25785
|
-
|
|
25773
|
+
disabled=""
|
|
25786
25774
|
>
|
|
25787
25775
|
<div
|
|
25788
|
-
class="view day
|
|
25776
|
+
class="view day"
|
|
25789
25777
|
>
|
|
25790
25778
|
<span
|
|
25791
|
-
class="text paragraph"
|
|
25779
|
+
class="text paragraph textDisabled"
|
|
25792
25780
|
>
|
|
25793
25781
|
3
|
|
25794
25782
|
</span>
|
|
@@ -25797,13 +25785,13 @@ exports[`component:<Calendar> mobile environment prop:format 1`] = `
|
|
|
25797
25785
|
<button
|
|
25798
25786
|
class="pressable cell"
|
|
25799
25787
|
data-testid="calendar-36-6"
|
|
25800
|
-
|
|
25788
|
+
disabled=""
|
|
25801
25789
|
>
|
|
25802
25790
|
<div
|
|
25803
|
-
class="view day
|
|
25791
|
+
class="view day"
|
|
25804
25792
|
>
|
|
25805
25793
|
<span
|
|
25806
|
-
class="text paragraph"
|
|
25794
|
+
class="text paragraph textDisabled"
|
|
25807
25795
|
>
|
|
25808
25796
|
4
|
|
25809
25797
|
</span>
|
|
@@ -25822,7 +25810,7 @@ exports[`component:<Calendar> mobile environment prop:format 1`] = `
|
|
|
25822
25810
|
class="view day dayTouchable"
|
|
25823
25811
|
>
|
|
25824
25812
|
<span
|
|
25825
|
-
class="text paragraph"
|
|
25813
|
+
class="text bold paragraph"
|
|
25826
25814
|
>
|
|
25827
25815
|
5
|
|
25828
25816
|
</span>
|
|
@@ -26991,13 +26979,13 @@ exports[`component:<Calendar> mobile environment prop:from 1`] = `
|
|
|
26991
26979
|
<button
|
|
26992
26980
|
class="pressable cell"
|
|
26993
26981
|
data-testid="calendar-36-4"
|
|
26994
|
-
|
|
26982
|
+
disabled=""
|
|
26995
26983
|
>
|
|
26996
26984
|
<div
|
|
26997
|
-
class="view day
|
|
26985
|
+
class="view day"
|
|
26998
26986
|
>
|
|
26999
26987
|
<span
|
|
27000
|
-
class="text
|
|
26988
|
+
class="text paragraph textDisabled"
|
|
27001
26989
|
>
|
|
27002
26990
|
2
|
|
27003
26991
|
</span>
|
|
@@ -27006,13 +26994,13 @@ exports[`component:<Calendar> mobile environment prop:from 1`] = `
|
|
|
27006
26994
|
<button
|
|
27007
26995
|
class="pressable cell"
|
|
27008
26996
|
data-testid="calendar-36-5"
|
|
27009
|
-
|
|
26997
|
+
disabled=""
|
|
27010
26998
|
>
|
|
27011
26999
|
<div
|
|
27012
|
-
class="view day
|
|
27000
|
+
class="view day"
|
|
27013
27001
|
>
|
|
27014
27002
|
<span
|
|
27015
|
-
class="text paragraph"
|
|
27003
|
+
class="text paragraph textDisabled"
|
|
27016
27004
|
>
|
|
27017
27005
|
3
|
|
27018
27006
|
</span>
|
|
@@ -27021,13 +27009,13 @@ exports[`component:<Calendar> mobile environment prop:from 1`] = `
|
|
|
27021
27009
|
<button
|
|
27022
27010
|
class="pressable cell"
|
|
27023
27011
|
data-testid="calendar-36-6"
|
|
27024
|
-
|
|
27012
|
+
disabled=""
|
|
27025
27013
|
>
|
|
27026
27014
|
<div
|
|
27027
|
-
class="view day
|
|
27015
|
+
class="view day"
|
|
27028
27016
|
>
|
|
27029
27017
|
<span
|
|
27030
|
-
class="text paragraph"
|
|
27018
|
+
class="text paragraph textDisabled"
|
|
27031
27019
|
>
|
|
27032
27020
|
4
|
|
27033
27021
|
</span>
|
|
@@ -27046,7 +27034,7 @@ exports[`component:<Calendar> mobile environment prop:from 1`] = `
|
|
|
27046
27034
|
class="view day dayTouchable"
|
|
27047
27035
|
>
|
|
27048
27036
|
<span
|
|
27049
|
-
class="text paragraph"
|
|
27037
|
+
class="text bold paragraph"
|
|
27050
27038
|
>
|
|
27051
27039
|
5
|
|
27052
27040
|
</span>
|
|
@@ -28215,13 +28203,13 @@ exports[`component:<Calendar> mobile environment prop:highlights 1`] = `
|
|
|
28215
28203
|
<button
|
|
28216
28204
|
class="pressable cell"
|
|
28217
28205
|
data-testid="calendar-36-4"
|
|
28218
|
-
|
|
28206
|
+
disabled=""
|
|
28219
28207
|
>
|
|
28220
28208
|
<div
|
|
28221
|
-
class="view day
|
|
28209
|
+
class="view day"
|
|
28222
28210
|
>
|
|
28223
28211
|
<span
|
|
28224
|
-
class="text
|
|
28212
|
+
class="text paragraph textDisabled"
|
|
28225
28213
|
>
|
|
28226
28214
|
2
|
|
28227
28215
|
</span>
|
|
@@ -28230,13 +28218,13 @@ exports[`component:<Calendar> mobile environment prop:highlights 1`] = `
|
|
|
28230
28218
|
<button
|
|
28231
28219
|
class="pressable cell"
|
|
28232
28220
|
data-testid="calendar-36-5"
|
|
28233
|
-
|
|
28221
|
+
disabled=""
|
|
28234
28222
|
>
|
|
28235
28223
|
<div
|
|
28236
|
-
class="view day
|
|
28224
|
+
class="view day"
|
|
28237
28225
|
>
|
|
28238
28226
|
<span
|
|
28239
|
-
class="text paragraph"
|
|
28227
|
+
class="text paragraph textDisabled"
|
|
28240
28228
|
>
|
|
28241
28229
|
3
|
|
28242
28230
|
</span>
|
|
@@ -28245,13 +28233,13 @@ exports[`component:<Calendar> mobile environment prop:highlights 1`] = `
|
|
|
28245
28233
|
<button
|
|
28246
28234
|
class="pressable cell"
|
|
28247
28235
|
data-testid="calendar-36-6"
|
|
28248
|
-
|
|
28236
|
+
disabled=""
|
|
28249
28237
|
>
|
|
28250
28238
|
<div
|
|
28251
|
-
class="view day
|
|
28239
|
+
class="view day"
|
|
28252
28240
|
>
|
|
28253
28241
|
<span
|
|
28254
|
-
class="text paragraph"
|
|
28242
|
+
class="text paragraph textDisabled"
|
|
28255
28243
|
>
|
|
28256
28244
|
4
|
|
28257
28245
|
</span>
|
|
@@ -28270,7 +28258,7 @@ exports[`component:<Calendar> mobile environment prop:highlights 1`] = `
|
|
|
28270
28258
|
class="view day dayTouchable"
|
|
28271
28259
|
>
|
|
28272
28260
|
<span
|
|
28273
|
-
class="text paragraph"
|
|
28261
|
+
class="text bold paragraph"
|
|
28274
28262
|
>
|
|
28275
28263
|
5
|
|
28276
28264
|
</span>
|
|
@@ -29439,13 +29427,13 @@ exports[`component:<Calendar> mobile environment prop:locale 1`] = `
|
|
|
29439
29427
|
<button
|
|
29440
29428
|
class="pressable cell"
|
|
29441
29429
|
data-testid="calendar-36-4"
|
|
29442
|
-
|
|
29430
|
+
disabled=""
|
|
29443
29431
|
>
|
|
29444
29432
|
<div
|
|
29445
|
-
class="view day
|
|
29433
|
+
class="view day"
|
|
29446
29434
|
>
|
|
29447
29435
|
<span
|
|
29448
|
-
class="text
|
|
29436
|
+
class="text paragraph textDisabled"
|
|
29449
29437
|
>
|
|
29450
29438
|
2
|
|
29451
29439
|
</span>
|
|
@@ -29454,13 +29442,13 @@ exports[`component:<Calendar> mobile environment prop:locale 1`] = `
|
|
|
29454
29442
|
<button
|
|
29455
29443
|
class="pressable cell"
|
|
29456
29444
|
data-testid="calendar-36-5"
|
|
29457
|
-
|
|
29445
|
+
disabled=""
|
|
29458
29446
|
>
|
|
29459
29447
|
<div
|
|
29460
|
-
class="view day
|
|
29448
|
+
class="view day"
|
|
29461
29449
|
>
|
|
29462
29450
|
<span
|
|
29463
|
-
class="text paragraph"
|
|
29451
|
+
class="text paragraph textDisabled"
|
|
29464
29452
|
>
|
|
29465
29453
|
3
|
|
29466
29454
|
</span>
|
|
@@ -29469,13 +29457,13 @@ exports[`component:<Calendar> mobile environment prop:locale 1`] = `
|
|
|
29469
29457
|
<button
|
|
29470
29458
|
class="pressable cell"
|
|
29471
29459
|
data-testid="calendar-36-6"
|
|
29472
|
-
|
|
29460
|
+
disabled=""
|
|
29473
29461
|
>
|
|
29474
29462
|
<div
|
|
29475
|
-
class="view day
|
|
29463
|
+
class="view day"
|
|
29476
29464
|
>
|
|
29477
29465
|
<span
|
|
29478
|
-
class="text paragraph"
|
|
29466
|
+
class="text paragraph textDisabled"
|
|
29479
29467
|
>
|
|
29480
29468
|
4
|
|
29481
29469
|
</span>
|
|
@@ -29494,7 +29482,7 @@ exports[`component:<Calendar> mobile environment prop:locale 1`] = `
|
|
|
29494
29482
|
class="view day dayTouchable"
|
|
29495
29483
|
>
|
|
29496
29484
|
<span
|
|
29497
|
-
class="text paragraph"
|
|
29485
|
+
class="text bold paragraph"
|
|
29498
29486
|
>
|
|
29499
29487
|
5
|
|
29500
29488
|
</span>
|
|
@@ -30668,13 +30656,13 @@ exports[`component:<Calendar> mobile environment prop:locale en-US 1`] = `
|
|
|
30668
30656
|
<button
|
|
30669
30657
|
class="pressable cell"
|
|
30670
30658
|
data-testid="calendar-36-5"
|
|
30671
|
-
|
|
30659
|
+
disabled=""
|
|
30672
30660
|
>
|
|
30673
30661
|
<div
|
|
30674
|
-
class="view day
|
|
30662
|
+
class="view day"
|
|
30675
30663
|
>
|
|
30676
30664
|
<span
|
|
30677
|
-
class="text
|
|
30665
|
+
class="text paragraph textDisabled"
|
|
30678
30666
|
>
|
|
30679
30667
|
2
|
|
30680
30668
|
</span>
|
|
@@ -30683,13 +30671,13 @@ exports[`component:<Calendar> mobile environment prop:locale en-US 1`] = `
|
|
|
30683
30671
|
<button
|
|
30684
30672
|
class="pressable cell"
|
|
30685
30673
|
data-testid="calendar-36-6"
|
|
30686
|
-
|
|
30674
|
+
disabled=""
|
|
30687
30675
|
>
|
|
30688
30676
|
<div
|
|
30689
|
-
class="view day
|
|
30677
|
+
class="view day"
|
|
30690
30678
|
>
|
|
30691
30679
|
<span
|
|
30692
|
-
class="text paragraph"
|
|
30680
|
+
class="text paragraph textDisabled"
|
|
30693
30681
|
>
|
|
30694
30682
|
3
|
|
30695
30683
|
</span>
|
|
@@ -30702,13 +30690,13 @@ exports[`component:<Calendar> mobile environment prop:locale en-US 1`] = `
|
|
|
30702
30690
|
<button
|
|
30703
30691
|
class="pressable cell"
|
|
30704
30692
|
data-testid="calendar-37-0"
|
|
30705
|
-
|
|
30693
|
+
disabled=""
|
|
30706
30694
|
>
|
|
30707
30695
|
<div
|
|
30708
|
-
class="view day
|
|
30696
|
+
class="view day"
|
|
30709
30697
|
>
|
|
30710
30698
|
<span
|
|
30711
|
-
class="text paragraph"
|
|
30699
|
+
class="text paragraph textDisabled"
|
|
30712
30700
|
>
|
|
30713
30701
|
4
|
|
30714
30702
|
</span>
|
|
@@ -30723,7 +30711,7 @@ exports[`component:<Calendar> mobile environment prop:locale en-US 1`] = `
|
|
|
30723
30711
|
class="view day dayTouchable"
|
|
30724
30712
|
>
|
|
30725
30713
|
<span
|
|
30726
|
-
class="text paragraph"
|
|
30714
|
+
class="text bold paragraph"
|
|
30727
30715
|
>
|
|
30728
30716
|
5
|
|
30729
30717
|
</span>
|
|
@@ -31887,13 +31875,13 @@ exports[`component:<Calendar> mobile environment prop:months 1`] = `
|
|
|
31887
31875
|
<button
|
|
31888
31876
|
class="pressable cell"
|
|
31889
31877
|
data-testid="calendar-36-4"
|
|
31890
|
-
|
|
31878
|
+
disabled=""
|
|
31891
31879
|
>
|
|
31892
31880
|
<div
|
|
31893
|
-
class="view day
|
|
31881
|
+
class="view day"
|
|
31894
31882
|
>
|
|
31895
31883
|
<span
|
|
31896
|
-
class="text
|
|
31884
|
+
class="text paragraph textDisabled"
|
|
31897
31885
|
>
|
|
31898
31886
|
2
|
|
31899
31887
|
</span>
|
|
@@ -31902,13 +31890,13 @@ exports[`component:<Calendar> mobile environment prop:months 1`] = `
|
|
|
31902
31890
|
<button
|
|
31903
31891
|
class="pressable cell"
|
|
31904
31892
|
data-testid="calendar-36-5"
|
|
31905
|
-
|
|
31893
|
+
disabled=""
|
|
31906
31894
|
>
|
|
31907
31895
|
<div
|
|
31908
|
-
class="view day
|
|
31896
|
+
class="view day"
|
|
31909
31897
|
>
|
|
31910
31898
|
<span
|
|
31911
|
-
class="text paragraph"
|
|
31899
|
+
class="text paragraph textDisabled"
|
|
31912
31900
|
>
|
|
31913
31901
|
3
|
|
31914
31902
|
</span>
|
|
@@ -31917,13 +31905,13 @@ exports[`component:<Calendar> mobile environment prop:months 1`] = `
|
|
|
31917
31905
|
<button
|
|
31918
31906
|
class="pressable cell"
|
|
31919
31907
|
data-testid="calendar-36-6"
|
|
31920
|
-
|
|
31908
|
+
disabled=""
|
|
31921
31909
|
>
|
|
31922
31910
|
<div
|
|
31923
|
-
class="view day
|
|
31911
|
+
class="view day"
|
|
31924
31912
|
>
|
|
31925
31913
|
<span
|
|
31926
|
-
class="text paragraph"
|
|
31914
|
+
class="text paragraph textDisabled"
|
|
31927
31915
|
>
|
|
31928
31916
|
4
|
|
31929
31917
|
</span>
|
|
@@ -31942,7 +31930,7 @@ exports[`component:<Calendar> mobile environment prop:months 1`] = `
|
|
|
31942
31930
|
class="view day dayTouchable"
|
|
31943
31931
|
>
|
|
31944
31932
|
<span
|
|
31945
|
-
class="text paragraph"
|
|
31933
|
+
class="text bold paragraph"
|
|
31946
31934
|
>
|
|
31947
31935
|
5
|
|
31948
31936
|
</span>
|
|
@@ -33697,13 +33685,13 @@ exports[`component:<Calendar> mobile environment prop:range 1`] = `
|
|
|
33697
33685
|
<button
|
|
33698
33686
|
class="pressable cell"
|
|
33699
33687
|
data-testid="calendar-36-4"
|
|
33700
|
-
|
|
33688
|
+
disabled=""
|
|
33701
33689
|
>
|
|
33702
33690
|
<div
|
|
33703
|
-
class="view day
|
|
33691
|
+
class="view day"
|
|
33704
33692
|
>
|
|
33705
33693
|
<span
|
|
33706
|
-
class="text
|
|
33694
|
+
class="text paragraph textDisabled"
|
|
33707
33695
|
>
|
|
33708
33696
|
2
|
|
33709
33697
|
</span>
|
|
@@ -33712,13 +33700,13 @@ exports[`component:<Calendar> mobile environment prop:range 1`] = `
|
|
|
33712
33700
|
<button
|
|
33713
33701
|
class="pressable cell"
|
|
33714
33702
|
data-testid="calendar-36-5"
|
|
33715
|
-
|
|
33703
|
+
disabled=""
|
|
33716
33704
|
>
|
|
33717
33705
|
<div
|
|
33718
|
-
class="view day
|
|
33706
|
+
class="view day"
|
|
33719
33707
|
>
|
|
33720
33708
|
<span
|
|
33721
|
-
class="text paragraph"
|
|
33709
|
+
class="text paragraph textDisabled"
|
|
33722
33710
|
>
|
|
33723
33711
|
3
|
|
33724
33712
|
</span>
|
|
@@ -33727,13 +33715,13 @@ exports[`component:<Calendar> mobile environment prop:range 1`] = `
|
|
|
33727
33715
|
<button
|
|
33728
33716
|
class="pressable cell"
|
|
33729
33717
|
data-testid="calendar-36-6"
|
|
33730
|
-
|
|
33718
|
+
disabled=""
|
|
33731
33719
|
>
|
|
33732
33720
|
<div
|
|
33733
|
-
class="view day
|
|
33721
|
+
class="view day"
|
|
33734
33722
|
>
|
|
33735
33723
|
<span
|
|
33736
|
-
class="text paragraph"
|
|
33724
|
+
class="text paragraph textDisabled"
|
|
33737
33725
|
>
|
|
33738
33726
|
4
|
|
33739
33727
|
</span>
|
|
@@ -33752,7 +33740,7 @@ exports[`component:<Calendar> mobile environment prop:range 1`] = `
|
|
|
33752
33740
|
class="view day dayTouchable"
|
|
33753
33741
|
>
|
|
33754
33742
|
<span
|
|
33755
|
-
class="text paragraph"
|
|
33743
|
+
class="text bold paragraph"
|
|
33756
33744
|
>
|
|
33757
33745
|
5
|
|
33758
33746
|
</span>
|
|
@@ -34927,7 +34915,7 @@ exports[`component:<Calendar> mobile environment prop:rangeMaxDays 1`] = `
|
|
|
34927
34915
|
class="view day"
|
|
34928
34916
|
>
|
|
34929
34917
|
<span
|
|
34930
|
-
class="text
|
|
34918
|
+
class="text paragraph textDisabled"
|
|
34931
34919
|
>
|
|
34932
34920
|
2
|
|
34933
34921
|
</span>
|
|
@@ -34976,7 +34964,7 @@ exports[`component:<Calendar> mobile environment prop:rangeMaxDays 1`] = `
|
|
|
34976
34964
|
class="view day"
|
|
34977
34965
|
>
|
|
34978
34966
|
<span
|
|
34979
|
-
class="text paragraph textDisabled"
|
|
34967
|
+
class="text bold paragraph textDisabled"
|
|
34980
34968
|
>
|
|
34981
34969
|
5
|
|
34982
34970
|
</span>
|
|
@@ -36145,13 +36133,13 @@ exports[`component:<Calendar> mobile environment prop:rangeMinDays 1`] = `
|
|
|
36145
36133
|
<button
|
|
36146
36134
|
class="pressable cell"
|
|
36147
36135
|
data-testid="calendar-36-4"
|
|
36148
|
-
|
|
36136
|
+
disabled=""
|
|
36149
36137
|
>
|
|
36150
36138
|
<div
|
|
36151
|
-
class="view day
|
|
36139
|
+
class="view day"
|
|
36152
36140
|
>
|
|
36153
36141
|
<span
|
|
36154
|
-
class="text
|
|
36142
|
+
class="text paragraph textDisabled"
|
|
36155
36143
|
>
|
|
36156
36144
|
2
|
|
36157
36145
|
</span>
|
|
@@ -36160,13 +36148,13 @@ exports[`component:<Calendar> mobile environment prop:rangeMinDays 1`] = `
|
|
|
36160
36148
|
<button
|
|
36161
36149
|
class="pressable cell"
|
|
36162
36150
|
data-testid="calendar-36-5"
|
|
36163
|
-
|
|
36151
|
+
disabled=""
|
|
36164
36152
|
>
|
|
36165
36153
|
<div
|
|
36166
|
-
class="view day
|
|
36154
|
+
class="view day"
|
|
36167
36155
|
>
|
|
36168
36156
|
<span
|
|
36169
|
-
class="text paragraph"
|
|
36157
|
+
class="text paragraph textDisabled"
|
|
36170
36158
|
>
|
|
36171
36159
|
3
|
|
36172
36160
|
</span>
|
|
@@ -36175,13 +36163,13 @@ exports[`component:<Calendar> mobile environment prop:rangeMinDays 1`] = `
|
|
|
36175
36163
|
<button
|
|
36176
36164
|
class="pressable cell"
|
|
36177
36165
|
data-testid="calendar-36-6"
|
|
36178
|
-
|
|
36166
|
+
disabled=""
|
|
36179
36167
|
>
|
|
36180
36168
|
<div
|
|
36181
|
-
class="view day
|
|
36169
|
+
class="view day"
|
|
36182
36170
|
>
|
|
36183
36171
|
<span
|
|
36184
|
-
class="text paragraph"
|
|
36172
|
+
class="text paragraph textDisabled"
|
|
36185
36173
|
>
|
|
36186
36174
|
4
|
|
36187
36175
|
</span>
|
|
@@ -36200,7 +36188,7 @@ exports[`component:<Calendar> mobile environment prop:rangeMinDays 1`] = `
|
|
|
36200
36188
|
class="view day dayTouchable"
|
|
36201
36189
|
>
|
|
36202
36190
|
<span
|
|
36203
|
-
class="text paragraph"
|
|
36191
|
+
class="text bold paragraph"
|
|
36204
36192
|
>
|
|
36205
36193
|
5
|
|
36206
36194
|
</span>
|
|
@@ -37369,13 +37357,13 @@ exports[`component:<Calendar> mobile environment prop:to 1`] = `
|
|
|
37369
37357
|
<button
|
|
37370
37358
|
class="pressable cell"
|
|
37371
37359
|
data-testid="calendar-36-4"
|
|
37372
|
-
|
|
37360
|
+
disabled=""
|
|
37373
37361
|
>
|
|
37374
37362
|
<div
|
|
37375
|
-
class="view day
|
|
37363
|
+
class="view day"
|
|
37376
37364
|
>
|
|
37377
37365
|
<span
|
|
37378
|
-
class="text
|
|
37366
|
+
class="text paragraph textDisabled"
|
|
37379
37367
|
>
|
|
37380
37368
|
2
|
|
37381
37369
|
</span>
|
|
@@ -37384,13 +37372,13 @@ exports[`component:<Calendar> mobile environment prop:to 1`] = `
|
|
|
37384
37372
|
<button
|
|
37385
37373
|
class="pressable cell"
|
|
37386
37374
|
data-testid="calendar-36-5"
|
|
37387
|
-
|
|
37375
|
+
disabled=""
|
|
37388
37376
|
>
|
|
37389
37377
|
<div
|
|
37390
|
-
class="view day
|
|
37378
|
+
class="view day"
|
|
37391
37379
|
>
|
|
37392
37380
|
<span
|
|
37393
|
-
class="text paragraph"
|
|
37381
|
+
class="text paragraph textDisabled"
|
|
37394
37382
|
>
|
|
37395
37383
|
3
|
|
37396
37384
|
</span>
|
|
@@ -37399,13 +37387,13 @@ exports[`component:<Calendar> mobile environment prop:to 1`] = `
|
|
|
37399
37387
|
<button
|
|
37400
37388
|
class="pressable cell"
|
|
37401
37389
|
data-testid="calendar-36-6"
|
|
37402
|
-
|
|
37390
|
+
disabled=""
|
|
37403
37391
|
>
|
|
37404
37392
|
<div
|
|
37405
|
-
class="view day
|
|
37393
|
+
class="view day"
|
|
37406
37394
|
>
|
|
37407
37395
|
<span
|
|
37408
|
-
class="text paragraph"
|
|
37396
|
+
class="text paragraph textDisabled"
|
|
37409
37397
|
>
|
|
37410
37398
|
4
|
|
37411
37399
|
</span>
|
|
@@ -37424,7 +37412,7 @@ exports[`component:<Calendar> mobile environment prop:to 1`] = `
|
|
|
37424
37412
|
class="view day dayTouchable"
|
|
37425
37413
|
>
|
|
37426
37414
|
<span
|
|
37427
|
-
class="text paragraph"
|
|
37415
|
+
class="text bold paragraph"
|
|
37428
37416
|
>
|
|
37429
37417
|
5
|
|
37430
37418
|
</span>
|
|
@@ -38593,13 +38581,13 @@ exports[`component:<Calendar> mobile environment renders 1`] = `
|
|
|
38593
38581
|
<button
|
|
38594
38582
|
class="pressable cell"
|
|
38595
38583
|
data-testid="calendar-36-4"
|
|
38596
|
-
|
|
38584
|
+
disabled=""
|
|
38597
38585
|
>
|
|
38598
38586
|
<div
|
|
38599
|
-
class="view day
|
|
38587
|
+
class="view day"
|
|
38600
38588
|
>
|
|
38601
38589
|
<span
|
|
38602
|
-
class="text
|
|
38590
|
+
class="text paragraph textDisabled"
|
|
38603
38591
|
>
|
|
38604
38592
|
2
|
|
38605
38593
|
</span>
|
|
@@ -38608,13 +38596,13 @@ exports[`component:<Calendar> mobile environment renders 1`] = `
|
|
|
38608
38596
|
<button
|
|
38609
38597
|
class="pressable cell"
|
|
38610
38598
|
data-testid="calendar-36-5"
|
|
38611
|
-
|
|
38599
|
+
disabled=""
|
|
38612
38600
|
>
|
|
38613
38601
|
<div
|
|
38614
|
-
class="view day
|
|
38602
|
+
class="view day"
|
|
38615
38603
|
>
|
|
38616
38604
|
<span
|
|
38617
|
-
class="text paragraph"
|
|
38605
|
+
class="text paragraph textDisabled"
|
|
38618
38606
|
>
|
|
38619
38607
|
3
|
|
38620
38608
|
</span>
|
|
@@ -38623,13 +38611,13 @@ exports[`component:<Calendar> mobile environment renders 1`] = `
|
|
|
38623
38611
|
<button
|
|
38624
38612
|
class="pressable cell"
|
|
38625
38613
|
data-testid="calendar-36-6"
|
|
38626
|
-
|
|
38614
|
+
disabled=""
|
|
38627
38615
|
>
|
|
38628
38616
|
<div
|
|
38629
|
-
class="view day
|
|
38617
|
+
class="view day"
|
|
38630
38618
|
>
|
|
38631
38619
|
<span
|
|
38632
|
-
class="text paragraph"
|
|
38620
|
+
class="text paragraph textDisabled"
|
|
38633
38621
|
>
|
|
38634
38622
|
4
|
|
38635
38623
|
</span>
|
|
@@ -38648,7 +38636,7 @@ exports[`component:<Calendar> mobile environment renders 1`] = `
|
|
|
38648
38636
|
class="view day dayTouchable"
|
|
38649
38637
|
>
|
|
38650
38638
|
<span
|
|
38651
|
-
class="text paragraph"
|
|
38639
|
+
class="text bold paragraph"
|
|
38652
38640
|
>
|
|
38653
38641
|
5
|
|
38654
38642
|
</span>
|
|
@@ -39818,13 +39806,13 @@ exports[`component:<Calendar> testID 1`] = `
|
|
|
39818
39806
|
<button
|
|
39819
39807
|
class="pressable cell"
|
|
39820
39808
|
data-testid="mirai-36-4"
|
|
39821
|
-
|
|
39809
|
+
disabled=""
|
|
39822
39810
|
>
|
|
39823
39811
|
<div
|
|
39824
|
-
class="view day
|
|
39812
|
+
class="view day"
|
|
39825
39813
|
>
|
|
39826
39814
|
<span
|
|
39827
|
-
class="text
|
|
39815
|
+
class="text paragraph textDisabled"
|
|
39828
39816
|
>
|
|
39829
39817
|
2
|
|
39830
39818
|
</span>
|
|
@@ -39833,13 +39821,13 @@ exports[`component:<Calendar> testID 1`] = `
|
|
|
39833
39821
|
<button
|
|
39834
39822
|
class="pressable cell"
|
|
39835
39823
|
data-testid="mirai-36-5"
|
|
39836
|
-
|
|
39824
|
+
disabled=""
|
|
39837
39825
|
>
|
|
39838
39826
|
<div
|
|
39839
|
-
class="view day
|
|
39827
|
+
class="view day"
|
|
39840
39828
|
>
|
|
39841
39829
|
<span
|
|
39842
|
-
class="text paragraph"
|
|
39830
|
+
class="text paragraph textDisabled"
|
|
39843
39831
|
>
|
|
39844
39832
|
3
|
|
39845
39833
|
</span>
|
|
@@ -39848,13 +39836,13 @@ exports[`component:<Calendar> testID 1`] = `
|
|
|
39848
39836
|
<button
|
|
39849
39837
|
class="pressable cell"
|
|
39850
39838
|
data-testid="mirai-36-6"
|
|
39851
|
-
|
|
39839
|
+
disabled=""
|
|
39852
39840
|
>
|
|
39853
39841
|
<div
|
|
39854
|
-
class="view day
|
|
39842
|
+
class="view day"
|
|
39855
39843
|
>
|
|
39856
39844
|
<span
|
|
39857
|
-
class="text paragraph"
|
|
39845
|
+
class="text paragraph textDisabled"
|
|
39858
39846
|
>
|
|
39859
39847
|
4
|
|
39860
39848
|
</span>
|
|
@@ -39873,7 +39861,7 @@ exports[`component:<Calendar> testID 1`] = `
|
|
|
39873
39861
|
class="view day dayTouchable"
|
|
39874
39862
|
>
|
|
39875
39863
|
<span
|
|
39876
|
-
class="text paragraph"
|
|
39864
|
+
class="text bold paragraph"
|
|
39877
39865
|
>
|
|
39878
39866
|
5
|
|
39879
39867
|
</span>
|