@mirai/ui 1.0.59 → 1.0.60
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +41 -6
- package/build/components/Button/Button.module.css +4 -4
- package/build/components/Calendar/Calendar.Month.js +0 -4
- package/build/components/Calendar/Calendar.Month.js.map +1 -1
- package/build/components/Calendar/__tests__/__snapshots__/Calendar.test.jsx.snap +240 -360
- package/build/components/InputNumber/InputNumber.js +2 -2
- package/build/components/InputNumber/InputNumber.js.map +1 -1
- package/build/components/InputNumber/__tests__/__snapshots__/InputNumber.test.js.snap +180 -260
- package/build/components/InputOption/InputOption.js +6 -4
- package/build/components/InputOption/InputOption.js.map +1 -1
- package/build/components/InputOption/InputOption.module.css +2 -1
- package/build/components/InputOption/InputOption.stories.js +1 -0
- package/build/components/InputOption/InputOption.stories.js.map +1 -1
- package/build/components/InputOption/__tests__/__snapshots__/InputOption.test.js.snap +103 -14
- package/build/components/InputSelect/InputSelect.js +1 -1
- package/build/components/InputSelect/InputSelect.js.map +1 -1
- package/build/components/InputSelect/__tests__/__snapshots__/InputSelect.test.js.snap +71 -54
- package/build/components/InputText/__tests__/__snapshots__/InputText.test.js.snap +20 -39
- package/build/components/Menu/Menu.stories.js +2 -2
- package/build/components/Menu/Menu.stories.js.map +1 -1
- package/build/components/Menu/__tests__/__snapshots__/Menu.test.jsx.snap +17 -31
- package/build/components/Modal/Modal.js +1 -1
- package/build/components/Modal/Modal.js.map +1 -1
- package/build/components/Modal/__tests__/__snapshots__/Modal.test.js.snap +28 -26
- package/build/components/Notification/Notification.js +10 -13
- package/build/components/Notification/Notification.js.map +1 -1
- package/build/components/Notification/__tests__/__snapshots__/Notification.test.js.snap +58 -73
- package/build/components/Table/__tests__/__snapshots__/Table.test.js.snap +200 -300
- package/build/primitives/Icon/Icon.constants.js +30 -30
- package/build/primitives/Icon/Icon.constants.js.map +1 -1
- package/build/primitives/Icon/Icon.js +4 -2
- package/build/primitives/Icon/Icon.js.map +1 -1
- package/build/primitives/Icon/Icon.stories.js +13 -1
- package/build/primitives/Icon/Icon.stories.js.map +1 -1
- package/build/primitives/Icon/__tests__/__snapshots__/Icon.test.js.snap +33 -52
- package/build/primitives/Switch/Switch.module.css +7 -0
- package/build/theme/default.theme.css +15 -7
- package/package.json +1 -1
|
@@ -699,27 +699,23 @@ exports[`component:<Calendar> desktop environment prop:captions 1`] = `
|
|
|
699
699
|
class="pressable pressable"
|
|
700
700
|
>
|
|
701
701
|
<span
|
|
702
|
-
class="icon headline-
|
|
702
|
+
class="icon headline-3"
|
|
703
703
|
>
|
|
704
704
|
<svg
|
|
705
|
-
fill="
|
|
705
|
+
fill="currentColor"
|
|
706
706
|
height="1em"
|
|
707
707
|
stroke="currentColor"
|
|
708
|
-
stroke-
|
|
709
|
-
stroke-linejoin="round"
|
|
710
|
-
stroke-width="2"
|
|
708
|
+
stroke-width="0"
|
|
711
709
|
viewBox="0 0 24 24"
|
|
712
710
|
width="1em"
|
|
713
711
|
xmlns="http://www.w3.org/2000/svg"
|
|
714
712
|
>
|
|
715
|
-
<
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
y1="12"
|
|
719
|
-
y2="12"
|
|
713
|
+
<path
|
|
714
|
+
d="M0 0h24v24H0V0z"
|
|
715
|
+
fill="none"
|
|
720
716
|
/>
|
|
721
|
-
<
|
|
722
|
-
|
|
717
|
+
<path
|
|
718
|
+
d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8-8-8z"
|
|
723
719
|
/>
|
|
724
720
|
</svg>
|
|
725
721
|
</span>
|
|
@@ -2016,27 +2012,23 @@ exports[`component:<Calendar> desktop environment prop:disabledDates 1`] = `
|
|
|
2016
2012
|
class="pressable pressable"
|
|
2017
2013
|
>
|
|
2018
2014
|
<span
|
|
2019
|
-
class="icon headline-
|
|
2015
|
+
class="icon headline-3"
|
|
2020
2016
|
>
|
|
2021
2017
|
<svg
|
|
2022
|
-
fill="
|
|
2018
|
+
fill="currentColor"
|
|
2023
2019
|
height="1em"
|
|
2024
2020
|
stroke="currentColor"
|
|
2025
|
-
stroke-
|
|
2026
|
-
stroke-linejoin="round"
|
|
2027
|
-
stroke-width="2"
|
|
2021
|
+
stroke-width="0"
|
|
2028
2022
|
viewBox="0 0 24 24"
|
|
2029
2023
|
width="1em"
|
|
2030
2024
|
xmlns="http://www.w3.org/2000/svg"
|
|
2031
2025
|
>
|
|
2032
|
-
<
|
|
2033
|
-
|
|
2034
|
-
|
|
2035
|
-
y1="12"
|
|
2036
|
-
y2="12"
|
|
2026
|
+
<path
|
|
2027
|
+
d="M0 0h24v24H0V0z"
|
|
2028
|
+
fill="none"
|
|
2037
2029
|
/>
|
|
2038
|
-
<
|
|
2039
|
-
|
|
2030
|
+
<path
|
|
2031
|
+
d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8-8-8z"
|
|
2040
2032
|
/>
|
|
2041
2033
|
</svg>
|
|
2042
2034
|
</span>
|
|
@@ -2649,27 +2641,23 @@ exports[`component:<Calendar> desktop environment prop:disabledPast 1`] = `
|
|
|
2649
2641
|
class="pressable"
|
|
2650
2642
|
>
|
|
2651
2643
|
<span
|
|
2652
|
-
class="icon headline-
|
|
2644
|
+
class="icon headline-3"
|
|
2653
2645
|
>
|
|
2654
2646
|
<svg
|
|
2655
|
-
fill="
|
|
2647
|
+
fill="currentColor"
|
|
2656
2648
|
height="1em"
|
|
2657
2649
|
stroke="currentColor"
|
|
2658
|
-
stroke-
|
|
2659
|
-
stroke-linejoin="round"
|
|
2660
|
-
stroke-width="2"
|
|
2650
|
+
stroke-width="0"
|
|
2661
2651
|
viewBox="0 0 24 24"
|
|
2662
2652
|
width="1em"
|
|
2663
2653
|
xmlns="http://www.w3.org/2000/svg"
|
|
2664
2654
|
>
|
|
2665
|
-
<
|
|
2666
|
-
|
|
2667
|
-
|
|
2668
|
-
y1="12"
|
|
2669
|
-
y2="12"
|
|
2655
|
+
<path
|
|
2656
|
+
d="M0 0h24v24H0V0z"
|
|
2657
|
+
fill="none"
|
|
2670
2658
|
/>
|
|
2671
|
-
<
|
|
2672
|
-
|
|
2659
|
+
<path
|
|
2660
|
+
d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"
|
|
2673
2661
|
/>
|
|
2674
2662
|
</svg>
|
|
2675
2663
|
</span>
|
|
@@ -3269,27 +3257,23 @@ exports[`component:<Calendar> desktop environment prop:disabledPast 1`] = `
|
|
|
3269
3257
|
class="pressable pressable"
|
|
3270
3258
|
>
|
|
3271
3259
|
<span
|
|
3272
|
-
class="icon headline-
|
|
3260
|
+
class="icon headline-3"
|
|
3273
3261
|
>
|
|
3274
3262
|
<svg
|
|
3275
|
-
fill="
|
|
3263
|
+
fill="currentColor"
|
|
3276
3264
|
height="1em"
|
|
3277
3265
|
stroke="currentColor"
|
|
3278
|
-
stroke-
|
|
3279
|
-
stroke-linejoin="round"
|
|
3280
|
-
stroke-width="2"
|
|
3266
|
+
stroke-width="0"
|
|
3281
3267
|
viewBox="0 0 24 24"
|
|
3282
3268
|
width="1em"
|
|
3283
3269
|
xmlns="http://www.w3.org/2000/svg"
|
|
3284
3270
|
>
|
|
3285
|
-
<
|
|
3286
|
-
|
|
3287
|
-
|
|
3288
|
-
y1="12"
|
|
3289
|
-
y2="12"
|
|
3271
|
+
<path
|
|
3272
|
+
d="M0 0h24v24H0V0z"
|
|
3273
|
+
fill="none"
|
|
3290
3274
|
/>
|
|
3291
|
-
<
|
|
3292
|
-
|
|
3275
|
+
<path
|
|
3276
|
+
d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8-8-8z"
|
|
3293
3277
|
/>
|
|
3294
3278
|
</svg>
|
|
3295
3279
|
</span>
|
|
@@ -4493,27 +4477,23 @@ exports[`component:<Calendar> desktop environment prop:format 1`] = `
|
|
|
4493
4477
|
class="pressable pressable"
|
|
4494
4478
|
>
|
|
4495
4479
|
<span
|
|
4496
|
-
class="icon headline-
|
|
4480
|
+
class="icon headline-3"
|
|
4497
4481
|
>
|
|
4498
4482
|
<svg
|
|
4499
|
-
fill="
|
|
4483
|
+
fill="currentColor"
|
|
4500
4484
|
height="1em"
|
|
4501
4485
|
stroke="currentColor"
|
|
4502
|
-
stroke-
|
|
4503
|
-
stroke-linejoin="round"
|
|
4504
|
-
stroke-width="2"
|
|
4486
|
+
stroke-width="0"
|
|
4505
4487
|
viewBox="0 0 24 24"
|
|
4506
4488
|
width="1em"
|
|
4507
4489
|
xmlns="http://www.w3.org/2000/svg"
|
|
4508
4490
|
>
|
|
4509
|
-
<
|
|
4510
|
-
|
|
4511
|
-
|
|
4512
|
-
y1="12"
|
|
4513
|
-
y2="12"
|
|
4491
|
+
<path
|
|
4492
|
+
d="M0 0h24v24H0V0z"
|
|
4493
|
+
fill="none"
|
|
4514
4494
|
/>
|
|
4515
|
-
<
|
|
4516
|
-
|
|
4495
|
+
<path
|
|
4496
|
+
d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8-8-8z"
|
|
4517
4497
|
/>
|
|
4518
4498
|
</svg>
|
|
4519
4499
|
</span>
|
|
@@ -5717,27 +5697,23 @@ exports[`component:<Calendar> desktop environment prop:from 1`] = `
|
|
|
5717
5697
|
class="pressable pressable"
|
|
5718
5698
|
>
|
|
5719
5699
|
<span
|
|
5720
|
-
class="icon headline-
|
|
5700
|
+
class="icon headline-3"
|
|
5721
5701
|
>
|
|
5722
5702
|
<svg
|
|
5723
|
-
fill="
|
|
5703
|
+
fill="currentColor"
|
|
5724
5704
|
height="1em"
|
|
5725
5705
|
stroke="currentColor"
|
|
5726
|
-
stroke-
|
|
5727
|
-
stroke-linejoin="round"
|
|
5728
|
-
stroke-width="2"
|
|
5706
|
+
stroke-width="0"
|
|
5729
5707
|
viewBox="0 0 24 24"
|
|
5730
5708
|
width="1em"
|
|
5731
5709
|
xmlns="http://www.w3.org/2000/svg"
|
|
5732
5710
|
>
|
|
5733
|
-
<
|
|
5734
|
-
|
|
5735
|
-
|
|
5736
|
-
y1="12"
|
|
5737
|
-
y2="12"
|
|
5711
|
+
<path
|
|
5712
|
+
d="M0 0h24v24H0V0z"
|
|
5713
|
+
fill="none"
|
|
5738
5714
|
/>
|
|
5739
|
-
<
|
|
5740
|
-
|
|
5715
|
+
<path
|
|
5716
|
+
d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8-8-8z"
|
|
5741
5717
|
/>
|
|
5742
5718
|
</svg>
|
|
5743
5719
|
</span>
|
|
@@ -6941,27 +6917,23 @@ exports[`component:<Calendar> desktop environment prop:highlights 1`] = `
|
|
|
6941
6917
|
class="pressable pressable"
|
|
6942
6918
|
>
|
|
6943
6919
|
<span
|
|
6944
|
-
class="icon headline-
|
|
6920
|
+
class="icon headline-3"
|
|
6945
6921
|
>
|
|
6946
6922
|
<svg
|
|
6947
|
-
fill="
|
|
6923
|
+
fill="currentColor"
|
|
6948
6924
|
height="1em"
|
|
6949
6925
|
stroke="currentColor"
|
|
6950
|
-
stroke-
|
|
6951
|
-
stroke-linejoin="round"
|
|
6952
|
-
stroke-width="2"
|
|
6926
|
+
stroke-width="0"
|
|
6953
6927
|
viewBox="0 0 24 24"
|
|
6954
6928
|
width="1em"
|
|
6955
6929
|
xmlns="http://www.w3.org/2000/svg"
|
|
6956
6930
|
>
|
|
6957
|
-
<
|
|
6958
|
-
|
|
6959
|
-
|
|
6960
|
-
y1="12"
|
|
6961
|
-
y2="12"
|
|
6931
|
+
<path
|
|
6932
|
+
d="M0 0h24v24H0V0z"
|
|
6933
|
+
fill="none"
|
|
6962
6934
|
/>
|
|
6963
|
-
<
|
|
6964
|
-
|
|
6935
|
+
<path
|
|
6936
|
+
d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8-8-8z"
|
|
6965
6937
|
/>
|
|
6966
6938
|
</svg>
|
|
6967
6939
|
</span>
|
|
@@ -8165,27 +8137,23 @@ exports[`component:<Calendar> desktop environment prop:locale 1`] = `
|
|
|
8165
8137
|
class="pressable pressable"
|
|
8166
8138
|
>
|
|
8167
8139
|
<span
|
|
8168
|
-
class="icon headline-
|
|
8140
|
+
class="icon headline-3"
|
|
8169
8141
|
>
|
|
8170
8142
|
<svg
|
|
8171
|
-
fill="
|
|
8143
|
+
fill="currentColor"
|
|
8172
8144
|
height="1em"
|
|
8173
8145
|
stroke="currentColor"
|
|
8174
|
-
stroke-
|
|
8175
|
-
stroke-linejoin="round"
|
|
8176
|
-
stroke-width="2"
|
|
8146
|
+
stroke-width="0"
|
|
8177
8147
|
viewBox="0 0 24 24"
|
|
8178
8148
|
width="1em"
|
|
8179
8149
|
xmlns="http://www.w3.org/2000/svg"
|
|
8180
8150
|
>
|
|
8181
|
-
<
|
|
8182
|
-
|
|
8183
|
-
|
|
8184
|
-
y1="12"
|
|
8185
|
-
y2="12"
|
|
8151
|
+
<path
|
|
8152
|
+
d="M0 0h24v24H0V0z"
|
|
8153
|
+
fill="none"
|
|
8186
8154
|
/>
|
|
8187
|
-
<
|
|
8188
|
-
|
|
8155
|
+
<path
|
|
8156
|
+
d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8-8-8z"
|
|
8189
8157
|
/>
|
|
8190
8158
|
</svg>
|
|
8191
8159
|
</span>
|
|
@@ -9389,27 +9357,23 @@ exports[`component:<Calendar> desktop environment prop:locale en-US 1`] = `
|
|
|
9389
9357
|
class="pressable pressable"
|
|
9390
9358
|
>
|
|
9391
9359
|
<span
|
|
9392
|
-
class="icon headline-
|
|
9360
|
+
class="icon headline-3"
|
|
9393
9361
|
>
|
|
9394
9362
|
<svg
|
|
9395
|
-
fill="
|
|
9363
|
+
fill="currentColor"
|
|
9396
9364
|
height="1em"
|
|
9397
9365
|
stroke="currentColor"
|
|
9398
|
-
stroke-
|
|
9399
|
-
stroke-linejoin="round"
|
|
9400
|
-
stroke-width="2"
|
|
9366
|
+
stroke-width="0"
|
|
9401
9367
|
viewBox="0 0 24 24"
|
|
9402
9368
|
width="1em"
|
|
9403
9369
|
xmlns="http://www.w3.org/2000/svg"
|
|
9404
9370
|
>
|
|
9405
|
-
<
|
|
9406
|
-
|
|
9407
|
-
|
|
9408
|
-
y1="12"
|
|
9409
|
-
y2="12"
|
|
9371
|
+
<path
|
|
9372
|
+
d="M0 0h24v24H0V0z"
|
|
9373
|
+
fill="none"
|
|
9410
9374
|
/>
|
|
9411
|
-
<
|
|
9412
|
-
|
|
9375
|
+
<path
|
|
9376
|
+
d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8-8-8z"
|
|
9413
9377
|
/>
|
|
9414
9378
|
</svg>
|
|
9415
9379
|
</span>
|
|
@@ -11209,27 +11173,23 @@ exports[`component:<Calendar> desktop environment prop:months 1`] = `
|
|
|
11209
11173
|
class="pressable pressable"
|
|
11210
11174
|
>
|
|
11211
11175
|
<span
|
|
11212
|
-
class="icon headline-
|
|
11176
|
+
class="icon headline-3"
|
|
11213
11177
|
>
|
|
11214
11178
|
<svg
|
|
11215
|
-
fill="
|
|
11179
|
+
fill="currentColor"
|
|
11216
11180
|
height="1em"
|
|
11217
11181
|
stroke="currentColor"
|
|
11218
|
-
stroke-
|
|
11219
|
-
stroke-linejoin="round"
|
|
11220
|
-
stroke-width="2"
|
|
11182
|
+
stroke-width="0"
|
|
11221
11183
|
viewBox="0 0 24 24"
|
|
11222
11184
|
width="1em"
|
|
11223
11185
|
xmlns="http://www.w3.org/2000/svg"
|
|
11224
11186
|
>
|
|
11225
|
-
<
|
|
11226
|
-
|
|
11227
|
-
|
|
11228
|
-
y1="12"
|
|
11229
|
-
y2="12"
|
|
11187
|
+
<path
|
|
11188
|
+
d="M0 0h24v24H0V0z"
|
|
11189
|
+
fill="none"
|
|
11230
11190
|
/>
|
|
11231
|
-
<
|
|
11232
|
-
|
|
11191
|
+
<path
|
|
11192
|
+
d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8-8-8z"
|
|
11233
11193
|
/>
|
|
11234
11194
|
</svg>
|
|
11235
11195
|
</span>
|
|
@@ -12423,27 +12383,23 @@ exports[`component:<Calendar> desktop environment prop:range 1`] = `
|
|
|
12423
12383
|
class="pressable pressable"
|
|
12424
12384
|
>
|
|
12425
12385
|
<span
|
|
12426
|
-
class="icon headline-
|
|
12386
|
+
class="icon headline-3"
|
|
12427
12387
|
>
|
|
12428
12388
|
<svg
|
|
12429
|
-
fill="
|
|
12389
|
+
fill="currentColor"
|
|
12430
12390
|
height="1em"
|
|
12431
12391
|
stroke="currentColor"
|
|
12432
|
-
stroke-
|
|
12433
|
-
stroke-linejoin="round"
|
|
12434
|
-
stroke-width="2"
|
|
12392
|
+
stroke-width="0"
|
|
12435
12393
|
viewBox="0 0 24 24"
|
|
12436
12394
|
width="1em"
|
|
12437
12395
|
xmlns="http://www.w3.org/2000/svg"
|
|
12438
12396
|
>
|
|
12439
|
-
<
|
|
12440
|
-
|
|
12441
|
-
|
|
12442
|
-
y1="12"
|
|
12443
|
-
y2="12"
|
|
12397
|
+
<path
|
|
12398
|
+
d="M0 0h24v24H0V0z"
|
|
12399
|
+
fill="none"
|
|
12444
12400
|
/>
|
|
12445
|
-
<
|
|
12446
|
-
|
|
12401
|
+
<path
|
|
12402
|
+
d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8-8-8z"
|
|
12447
12403
|
/>
|
|
12448
12404
|
</svg>
|
|
12449
12405
|
</span>
|
|
@@ -13647,27 +13603,23 @@ exports[`component:<Calendar> desktop environment prop:rangeMaxDays 1`] = `
|
|
|
13647
13603
|
class="pressable pressable"
|
|
13648
13604
|
>
|
|
13649
13605
|
<span
|
|
13650
|
-
class="icon headline-
|
|
13606
|
+
class="icon headline-3"
|
|
13651
13607
|
>
|
|
13652
13608
|
<svg
|
|
13653
|
-
fill="
|
|
13609
|
+
fill="currentColor"
|
|
13654
13610
|
height="1em"
|
|
13655
13611
|
stroke="currentColor"
|
|
13656
|
-
stroke-
|
|
13657
|
-
stroke-linejoin="round"
|
|
13658
|
-
stroke-width="2"
|
|
13612
|
+
stroke-width="0"
|
|
13659
13613
|
viewBox="0 0 24 24"
|
|
13660
13614
|
width="1em"
|
|
13661
13615
|
xmlns="http://www.w3.org/2000/svg"
|
|
13662
13616
|
>
|
|
13663
|
-
<
|
|
13664
|
-
|
|
13665
|
-
|
|
13666
|
-
y1="12"
|
|
13667
|
-
y2="12"
|
|
13617
|
+
<path
|
|
13618
|
+
d="M0 0h24v24H0V0z"
|
|
13619
|
+
fill="none"
|
|
13668
13620
|
/>
|
|
13669
|
-
<
|
|
13670
|
-
|
|
13621
|
+
<path
|
|
13622
|
+
d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8-8-8z"
|
|
13671
13623
|
/>
|
|
13672
13624
|
</svg>
|
|
13673
13625
|
</span>
|
|
@@ -14871,27 +14823,23 @@ exports[`component:<Calendar> desktop environment prop:rangeMinDays 1`] = `
|
|
|
14871
14823
|
class="pressable pressable"
|
|
14872
14824
|
>
|
|
14873
14825
|
<span
|
|
14874
|
-
class="icon headline-
|
|
14826
|
+
class="icon headline-3"
|
|
14875
14827
|
>
|
|
14876
14828
|
<svg
|
|
14877
|
-
fill="
|
|
14829
|
+
fill="currentColor"
|
|
14878
14830
|
height="1em"
|
|
14879
14831
|
stroke="currentColor"
|
|
14880
|
-
stroke-
|
|
14881
|
-
stroke-linejoin="round"
|
|
14882
|
-
stroke-width="2"
|
|
14832
|
+
stroke-width="0"
|
|
14883
14833
|
viewBox="0 0 24 24"
|
|
14884
14834
|
width="1em"
|
|
14885
14835
|
xmlns="http://www.w3.org/2000/svg"
|
|
14886
14836
|
>
|
|
14887
|
-
<
|
|
14888
|
-
|
|
14889
|
-
|
|
14890
|
-
y1="12"
|
|
14891
|
-
y2="12"
|
|
14837
|
+
<path
|
|
14838
|
+
d="M0 0h24v24H0V0z"
|
|
14839
|
+
fill="none"
|
|
14892
14840
|
/>
|
|
14893
|
-
<
|
|
14894
|
-
|
|
14841
|
+
<path
|
|
14842
|
+
d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8-8-8z"
|
|
14895
14843
|
/>
|
|
14896
14844
|
</svg>
|
|
14897
14845
|
</span>
|
|
@@ -17290,27 +17238,23 @@ exports[`component:<Calendar> desktop environment renders 1`] = `
|
|
|
17290
17238
|
class="pressable pressable"
|
|
17291
17239
|
>
|
|
17292
17240
|
<span
|
|
17293
|
-
class="icon headline-
|
|
17241
|
+
class="icon headline-3"
|
|
17294
17242
|
>
|
|
17295
17243
|
<svg
|
|
17296
|
-
fill="
|
|
17244
|
+
fill="currentColor"
|
|
17297
17245
|
height="1em"
|
|
17298
17246
|
stroke="currentColor"
|
|
17299
|
-
stroke-
|
|
17300
|
-
stroke-linejoin="round"
|
|
17301
|
-
stroke-width="2"
|
|
17247
|
+
stroke-width="0"
|
|
17302
17248
|
viewBox="0 0 24 24"
|
|
17303
17249
|
width="1em"
|
|
17304
17250
|
xmlns="http://www.w3.org/2000/svg"
|
|
17305
17251
|
>
|
|
17306
|
-
<
|
|
17307
|
-
|
|
17308
|
-
|
|
17309
|
-
y1="12"
|
|
17310
|
-
y2="12"
|
|
17252
|
+
<path
|
|
17253
|
+
d="M0 0h24v24H0V0z"
|
|
17254
|
+
fill="none"
|
|
17311
17255
|
/>
|
|
17312
|
-
<
|
|
17313
|
-
|
|
17256
|
+
<path
|
|
17257
|
+
d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8-8-8z"
|
|
17314
17258
|
/>
|
|
17315
17259
|
</svg>
|
|
17316
17260
|
</span>
|
|
@@ -18514,27 +18458,23 @@ exports[`component:<Calendar> inherit:className 1`] = `
|
|
|
18514
18458
|
class="pressable pressable"
|
|
18515
18459
|
>
|
|
18516
18460
|
<span
|
|
18517
|
-
class="icon headline-
|
|
18461
|
+
class="icon headline-3"
|
|
18518
18462
|
>
|
|
18519
18463
|
<svg
|
|
18520
|
-
fill="
|
|
18464
|
+
fill="currentColor"
|
|
18521
18465
|
height="1em"
|
|
18522
18466
|
stroke="currentColor"
|
|
18523
|
-
stroke-
|
|
18524
|
-
stroke-linejoin="round"
|
|
18525
|
-
stroke-width="2"
|
|
18467
|
+
stroke-width="0"
|
|
18526
18468
|
viewBox="0 0 24 24"
|
|
18527
18469
|
width="1em"
|
|
18528
18470
|
xmlns="http://www.w3.org/2000/svg"
|
|
18529
18471
|
>
|
|
18530
|
-
<
|
|
18531
|
-
|
|
18532
|
-
|
|
18533
|
-
y1="12"
|
|
18534
|
-
y2="12"
|
|
18472
|
+
<path
|
|
18473
|
+
d="M0 0h24v24H0V0z"
|
|
18474
|
+
fill="none"
|
|
18535
18475
|
/>
|
|
18536
|
-
<
|
|
18537
|
-
|
|
18476
|
+
<path
|
|
18477
|
+
d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8-8-8z"
|
|
18538
18478
|
/>
|
|
18539
18479
|
</svg>
|
|
18540
18480
|
</span>
|
|
@@ -19828,27 +19768,23 @@ exports[`component:<Calendar> mobile environment prop:captions 1`] = `
|
|
|
19828
19768
|
class="pressable pressable"
|
|
19829
19769
|
>
|
|
19830
19770
|
<span
|
|
19831
|
-
class="icon headline-
|
|
19771
|
+
class="icon headline-3"
|
|
19832
19772
|
>
|
|
19833
19773
|
<svg
|
|
19834
|
-
fill="
|
|
19774
|
+
fill="currentColor"
|
|
19835
19775
|
height="1em"
|
|
19836
19776
|
stroke="currentColor"
|
|
19837
|
-
stroke-
|
|
19838
|
-
stroke-linejoin="round"
|
|
19839
|
-
stroke-width="2"
|
|
19777
|
+
stroke-width="0"
|
|
19840
19778
|
viewBox="0 0 24 24"
|
|
19841
19779
|
width="1em"
|
|
19842
19780
|
xmlns="http://www.w3.org/2000/svg"
|
|
19843
19781
|
>
|
|
19844
|
-
<
|
|
19845
|
-
|
|
19846
|
-
|
|
19847
|
-
y1="12"
|
|
19848
|
-
y2="12"
|
|
19782
|
+
<path
|
|
19783
|
+
d="M0 0h24v24H0V0z"
|
|
19784
|
+
fill="none"
|
|
19849
19785
|
/>
|
|
19850
|
-
<
|
|
19851
|
-
|
|
19786
|
+
<path
|
|
19787
|
+
d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8-8-8z"
|
|
19852
19788
|
/>
|
|
19853
19789
|
</svg>
|
|
19854
19790
|
</span>
|
|
@@ -21145,27 +21081,23 @@ exports[`component:<Calendar> mobile environment prop:disabledDates 1`] = `
|
|
|
21145
21081
|
class="pressable pressable"
|
|
21146
21082
|
>
|
|
21147
21083
|
<span
|
|
21148
|
-
class="icon headline-
|
|
21084
|
+
class="icon headline-3"
|
|
21149
21085
|
>
|
|
21150
21086
|
<svg
|
|
21151
|
-
fill="
|
|
21087
|
+
fill="currentColor"
|
|
21152
21088
|
height="1em"
|
|
21153
21089
|
stroke="currentColor"
|
|
21154
|
-
stroke-
|
|
21155
|
-
stroke-linejoin="round"
|
|
21156
|
-
stroke-width="2"
|
|
21090
|
+
stroke-width="0"
|
|
21157
21091
|
viewBox="0 0 24 24"
|
|
21158
21092
|
width="1em"
|
|
21159
21093
|
xmlns="http://www.w3.org/2000/svg"
|
|
21160
21094
|
>
|
|
21161
|
-
<
|
|
21162
|
-
|
|
21163
|
-
|
|
21164
|
-
y1="12"
|
|
21165
|
-
y2="12"
|
|
21095
|
+
<path
|
|
21096
|
+
d="M0 0h24v24H0V0z"
|
|
21097
|
+
fill="none"
|
|
21166
21098
|
/>
|
|
21167
|
-
<
|
|
21168
|
-
|
|
21099
|
+
<path
|
|
21100
|
+
d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8-8-8z"
|
|
21169
21101
|
/>
|
|
21170
21102
|
</svg>
|
|
21171
21103
|
</span>
|
|
@@ -21778,27 +21710,23 @@ exports[`component:<Calendar> mobile environment prop:disabledPast 1`] = `
|
|
|
21778
21710
|
class="pressable"
|
|
21779
21711
|
>
|
|
21780
21712
|
<span
|
|
21781
|
-
class="icon headline-
|
|
21713
|
+
class="icon headline-3"
|
|
21782
21714
|
>
|
|
21783
21715
|
<svg
|
|
21784
|
-
fill="
|
|
21716
|
+
fill="currentColor"
|
|
21785
21717
|
height="1em"
|
|
21786
21718
|
stroke="currentColor"
|
|
21787
|
-
stroke-
|
|
21788
|
-
stroke-linejoin="round"
|
|
21789
|
-
stroke-width="2"
|
|
21719
|
+
stroke-width="0"
|
|
21790
21720
|
viewBox="0 0 24 24"
|
|
21791
21721
|
width="1em"
|
|
21792
21722
|
xmlns="http://www.w3.org/2000/svg"
|
|
21793
21723
|
>
|
|
21794
|
-
<
|
|
21795
|
-
|
|
21796
|
-
|
|
21797
|
-
y1="12"
|
|
21798
|
-
y2="12"
|
|
21724
|
+
<path
|
|
21725
|
+
d="M0 0h24v24H0V0z"
|
|
21726
|
+
fill="none"
|
|
21799
21727
|
/>
|
|
21800
|
-
<
|
|
21801
|
-
|
|
21728
|
+
<path
|
|
21729
|
+
d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"
|
|
21802
21730
|
/>
|
|
21803
21731
|
</svg>
|
|
21804
21732
|
</span>
|
|
@@ -22398,27 +22326,23 @@ exports[`component:<Calendar> mobile environment prop:disabledPast 1`] = `
|
|
|
22398
22326
|
class="pressable pressable"
|
|
22399
22327
|
>
|
|
22400
22328
|
<span
|
|
22401
|
-
class="icon headline-
|
|
22329
|
+
class="icon headline-3"
|
|
22402
22330
|
>
|
|
22403
22331
|
<svg
|
|
22404
|
-
fill="
|
|
22332
|
+
fill="currentColor"
|
|
22405
22333
|
height="1em"
|
|
22406
22334
|
stroke="currentColor"
|
|
22407
|
-
stroke-
|
|
22408
|
-
stroke-linejoin="round"
|
|
22409
|
-
stroke-width="2"
|
|
22335
|
+
stroke-width="0"
|
|
22410
22336
|
viewBox="0 0 24 24"
|
|
22411
22337
|
width="1em"
|
|
22412
22338
|
xmlns="http://www.w3.org/2000/svg"
|
|
22413
22339
|
>
|
|
22414
|
-
<
|
|
22415
|
-
|
|
22416
|
-
|
|
22417
|
-
y1="12"
|
|
22418
|
-
y2="12"
|
|
22340
|
+
<path
|
|
22341
|
+
d="M0 0h24v24H0V0z"
|
|
22342
|
+
fill="none"
|
|
22419
22343
|
/>
|
|
22420
|
-
<
|
|
22421
|
-
|
|
22344
|
+
<path
|
|
22345
|
+
d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8-8-8z"
|
|
22422
22346
|
/>
|
|
22423
22347
|
</svg>
|
|
22424
22348
|
</span>
|
|
@@ -23622,27 +23546,23 @@ exports[`component:<Calendar> mobile environment prop:format 1`] = `
|
|
|
23622
23546
|
class="pressable pressable"
|
|
23623
23547
|
>
|
|
23624
23548
|
<span
|
|
23625
|
-
class="icon headline-
|
|
23549
|
+
class="icon headline-3"
|
|
23626
23550
|
>
|
|
23627
23551
|
<svg
|
|
23628
|
-
fill="
|
|
23552
|
+
fill="currentColor"
|
|
23629
23553
|
height="1em"
|
|
23630
23554
|
stroke="currentColor"
|
|
23631
|
-
stroke-
|
|
23632
|
-
stroke-linejoin="round"
|
|
23633
|
-
stroke-width="2"
|
|
23555
|
+
stroke-width="0"
|
|
23634
23556
|
viewBox="0 0 24 24"
|
|
23635
23557
|
width="1em"
|
|
23636
23558
|
xmlns="http://www.w3.org/2000/svg"
|
|
23637
23559
|
>
|
|
23638
|
-
<
|
|
23639
|
-
|
|
23640
|
-
|
|
23641
|
-
y1="12"
|
|
23642
|
-
y2="12"
|
|
23560
|
+
<path
|
|
23561
|
+
d="M0 0h24v24H0V0z"
|
|
23562
|
+
fill="none"
|
|
23643
23563
|
/>
|
|
23644
|
-
<
|
|
23645
|
-
|
|
23564
|
+
<path
|
|
23565
|
+
d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8-8-8z"
|
|
23646
23566
|
/>
|
|
23647
23567
|
</svg>
|
|
23648
23568
|
</span>
|
|
@@ -24846,27 +24766,23 @@ exports[`component:<Calendar> mobile environment prop:from 1`] = `
|
|
|
24846
24766
|
class="pressable pressable"
|
|
24847
24767
|
>
|
|
24848
24768
|
<span
|
|
24849
|
-
class="icon headline-
|
|
24769
|
+
class="icon headline-3"
|
|
24850
24770
|
>
|
|
24851
24771
|
<svg
|
|
24852
|
-
fill="
|
|
24772
|
+
fill="currentColor"
|
|
24853
24773
|
height="1em"
|
|
24854
24774
|
stroke="currentColor"
|
|
24855
|
-
stroke-
|
|
24856
|
-
stroke-linejoin="round"
|
|
24857
|
-
stroke-width="2"
|
|
24775
|
+
stroke-width="0"
|
|
24858
24776
|
viewBox="0 0 24 24"
|
|
24859
24777
|
width="1em"
|
|
24860
24778
|
xmlns="http://www.w3.org/2000/svg"
|
|
24861
24779
|
>
|
|
24862
|
-
<
|
|
24863
|
-
|
|
24864
|
-
|
|
24865
|
-
y1="12"
|
|
24866
|
-
y2="12"
|
|
24780
|
+
<path
|
|
24781
|
+
d="M0 0h24v24H0V0z"
|
|
24782
|
+
fill="none"
|
|
24867
24783
|
/>
|
|
24868
|
-
<
|
|
24869
|
-
|
|
24784
|
+
<path
|
|
24785
|
+
d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8-8-8z"
|
|
24870
24786
|
/>
|
|
24871
24787
|
</svg>
|
|
24872
24788
|
</span>
|
|
@@ -26070,27 +25986,23 @@ exports[`component:<Calendar> mobile environment prop:highlights 1`] = `
|
|
|
26070
25986
|
class="pressable pressable"
|
|
26071
25987
|
>
|
|
26072
25988
|
<span
|
|
26073
|
-
class="icon headline-
|
|
25989
|
+
class="icon headline-3"
|
|
26074
25990
|
>
|
|
26075
25991
|
<svg
|
|
26076
|
-
fill="
|
|
25992
|
+
fill="currentColor"
|
|
26077
25993
|
height="1em"
|
|
26078
25994
|
stroke="currentColor"
|
|
26079
|
-
stroke-
|
|
26080
|
-
stroke-linejoin="round"
|
|
26081
|
-
stroke-width="2"
|
|
25995
|
+
stroke-width="0"
|
|
26082
25996
|
viewBox="0 0 24 24"
|
|
26083
25997
|
width="1em"
|
|
26084
25998
|
xmlns="http://www.w3.org/2000/svg"
|
|
26085
25999
|
>
|
|
26086
|
-
<
|
|
26087
|
-
|
|
26088
|
-
|
|
26089
|
-
y1="12"
|
|
26090
|
-
y2="12"
|
|
26000
|
+
<path
|
|
26001
|
+
d="M0 0h24v24H0V0z"
|
|
26002
|
+
fill="none"
|
|
26091
26003
|
/>
|
|
26092
|
-
<
|
|
26093
|
-
|
|
26004
|
+
<path
|
|
26005
|
+
d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8-8-8z"
|
|
26094
26006
|
/>
|
|
26095
26007
|
</svg>
|
|
26096
26008
|
</span>
|
|
@@ -27294,27 +27206,23 @@ exports[`component:<Calendar> mobile environment prop:locale 1`] = `
|
|
|
27294
27206
|
class="pressable pressable"
|
|
27295
27207
|
>
|
|
27296
27208
|
<span
|
|
27297
|
-
class="icon headline-
|
|
27209
|
+
class="icon headline-3"
|
|
27298
27210
|
>
|
|
27299
27211
|
<svg
|
|
27300
|
-
fill="
|
|
27212
|
+
fill="currentColor"
|
|
27301
27213
|
height="1em"
|
|
27302
27214
|
stroke="currentColor"
|
|
27303
|
-
stroke-
|
|
27304
|
-
stroke-linejoin="round"
|
|
27305
|
-
stroke-width="2"
|
|
27215
|
+
stroke-width="0"
|
|
27306
27216
|
viewBox="0 0 24 24"
|
|
27307
27217
|
width="1em"
|
|
27308
27218
|
xmlns="http://www.w3.org/2000/svg"
|
|
27309
27219
|
>
|
|
27310
|
-
<
|
|
27311
|
-
|
|
27312
|
-
|
|
27313
|
-
y1="12"
|
|
27314
|
-
y2="12"
|
|
27220
|
+
<path
|
|
27221
|
+
d="M0 0h24v24H0V0z"
|
|
27222
|
+
fill="none"
|
|
27315
27223
|
/>
|
|
27316
|
-
<
|
|
27317
|
-
|
|
27224
|
+
<path
|
|
27225
|
+
d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8-8-8z"
|
|
27318
27226
|
/>
|
|
27319
27227
|
</svg>
|
|
27320
27228
|
</span>
|
|
@@ -28518,27 +28426,23 @@ exports[`component:<Calendar> mobile environment prop:locale en-US 1`] = `
|
|
|
28518
28426
|
class="pressable pressable"
|
|
28519
28427
|
>
|
|
28520
28428
|
<span
|
|
28521
|
-
class="icon headline-
|
|
28429
|
+
class="icon headline-3"
|
|
28522
28430
|
>
|
|
28523
28431
|
<svg
|
|
28524
|
-
fill="
|
|
28432
|
+
fill="currentColor"
|
|
28525
28433
|
height="1em"
|
|
28526
28434
|
stroke="currentColor"
|
|
28527
|
-
stroke-
|
|
28528
|
-
stroke-linejoin="round"
|
|
28529
|
-
stroke-width="2"
|
|
28435
|
+
stroke-width="0"
|
|
28530
28436
|
viewBox="0 0 24 24"
|
|
28531
28437
|
width="1em"
|
|
28532
28438
|
xmlns="http://www.w3.org/2000/svg"
|
|
28533
28439
|
>
|
|
28534
|
-
<
|
|
28535
|
-
|
|
28536
|
-
|
|
28537
|
-
y1="12"
|
|
28538
|
-
y2="12"
|
|
28440
|
+
<path
|
|
28441
|
+
d="M0 0h24v24H0V0z"
|
|
28442
|
+
fill="none"
|
|
28539
28443
|
/>
|
|
28540
|
-
<
|
|
28541
|
-
|
|
28444
|
+
<path
|
|
28445
|
+
d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8-8-8z"
|
|
28542
28446
|
/>
|
|
28543
28447
|
</svg>
|
|
28544
28448
|
</span>
|
|
@@ -30338,27 +30242,23 @@ exports[`component:<Calendar> mobile environment prop:months 1`] = `
|
|
|
30338
30242
|
class="pressable pressable"
|
|
30339
30243
|
>
|
|
30340
30244
|
<span
|
|
30341
|
-
class="icon headline-
|
|
30245
|
+
class="icon headline-3"
|
|
30342
30246
|
>
|
|
30343
30247
|
<svg
|
|
30344
|
-
fill="
|
|
30248
|
+
fill="currentColor"
|
|
30345
30249
|
height="1em"
|
|
30346
30250
|
stroke="currentColor"
|
|
30347
|
-
stroke-
|
|
30348
|
-
stroke-linejoin="round"
|
|
30349
|
-
stroke-width="2"
|
|
30251
|
+
stroke-width="0"
|
|
30350
30252
|
viewBox="0 0 24 24"
|
|
30351
30253
|
width="1em"
|
|
30352
30254
|
xmlns="http://www.w3.org/2000/svg"
|
|
30353
30255
|
>
|
|
30354
|
-
<
|
|
30355
|
-
|
|
30356
|
-
|
|
30357
|
-
y1="12"
|
|
30358
|
-
y2="12"
|
|
30256
|
+
<path
|
|
30257
|
+
d="M0 0h24v24H0V0z"
|
|
30258
|
+
fill="none"
|
|
30359
30259
|
/>
|
|
30360
|
-
<
|
|
30361
|
-
|
|
30260
|
+
<path
|
|
30261
|
+
d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8-8-8z"
|
|
30362
30262
|
/>
|
|
30363
30263
|
</svg>
|
|
30364
30264
|
</span>
|
|
@@ -31552,27 +31452,23 @@ exports[`component:<Calendar> mobile environment prop:range 1`] = `
|
|
|
31552
31452
|
class="pressable pressable"
|
|
31553
31453
|
>
|
|
31554
31454
|
<span
|
|
31555
|
-
class="icon headline-
|
|
31455
|
+
class="icon headline-3"
|
|
31556
31456
|
>
|
|
31557
31457
|
<svg
|
|
31558
|
-
fill="
|
|
31458
|
+
fill="currentColor"
|
|
31559
31459
|
height="1em"
|
|
31560
31460
|
stroke="currentColor"
|
|
31561
|
-
stroke-
|
|
31562
|
-
stroke-linejoin="round"
|
|
31563
|
-
stroke-width="2"
|
|
31461
|
+
stroke-width="0"
|
|
31564
31462
|
viewBox="0 0 24 24"
|
|
31565
31463
|
width="1em"
|
|
31566
31464
|
xmlns="http://www.w3.org/2000/svg"
|
|
31567
31465
|
>
|
|
31568
|
-
<
|
|
31569
|
-
|
|
31570
|
-
|
|
31571
|
-
y1="12"
|
|
31572
|
-
y2="12"
|
|
31466
|
+
<path
|
|
31467
|
+
d="M0 0h24v24H0V0z"
|
|
31468
|
+
fill="none"
|
|
31573
31469
|
/>
|
|
31574
|
-
<
|
|
31575
|
-
|
|
31470
|
+
<path
|
|
31471
|
+
d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8-8-8z"
|
|
31576
31472
|
/>
|
|
31577
31473
|
</svg>
|
|
31578
31474
|
</span>
|
|
@@ -32776,27 +32672,23 @@ exports[`component:<Calendar> mobile environment prop:rangeMaxDays 1`] = `
|
|
|
32776
32672
|
class="pressable pressable"
|
|
32777
32673
|
>
|
|
32778
32674
|
<span
|
|
32779
|
-
class="icon headline-
|
|
32675
|
+
class="icon headline-3"
|
|
32780
32676
|
>
|
|
32781
32677
|
<svg
|
|
32782
|
-
fill="
|
|
32678
|
+
fill="currentColor"
|
|
32783
32679
|
height="1em"
|
|
32784
32680
|
stroke="currentColor"
|
|
32785
|
-
stroke-
|
|
32786
|
-
stroke-linejoin="round"
|
|
32787
|
-
stroke-width="2"
|
|
32681
|
+
stroke-width="0"
|
|
32788
32682
|
viewBox="0 0 24 24"
|
|
32789
32683
|
width="1em"
|
|
32790
32684
|
xmlns="http://www.w3.org/2000/svg"
|
|
32791
32685
|
>
|
|
32792
|
-
<
|
|
32793
|
-
|
|
32794
|
-
|
|
32795
|
-
y1="12"
|
|
32796
|
-
y2="12"
|
|
32686
|
+
<path
|
|
32687
|
+
d="M0 0h24v24H0V0z"
|
|
32688
|
+
fill="none"
|
|
32797
32689
|
/>
|
|
32798
|
-
<
|
|
32799
|
-
|
|
32690
|
+
<path
|
|
32691
|
+
d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8-8-8z"
|
|
32800
32692
|
/>
|
|
32801
32693
|
</svg>
|
|
32802
32694
|
</span>
|
|
@@ -34000,27 +33892,23 @@ exports[`component:<Calendar> mobile environment prop:rangeMinDays 1`] = `
|
|
|
34000
33892
|
class="pressable pressable"
|
|
34001
33893
|
>
|
|
34002
33894
|
<span
|
|
34003
|
-
class="icon headline-
|
|
33895
|
+
class="icon headline-3"
|
|
34004
33896
|
>
|
|
34005
33897
|
<svg
|
|
34006
|
-
fill="
|
|
33898
|
+
fill="currentColor"
|
|
34007
33899
|
height="1em"
|
|
34008
33900
|
stroke="currentColor"
|
|
34009
|
-
stroke-
|
|
34010
|
-
stroke-linejoin="round"
|
|
34011
|
-
stroke-width="2"
|
|
33901
|
+
stroke-width="0"
|
|
34012
33902
|
viewBox="0 0 24 24"
|
|
34013
33903
|
width="1em"
|
|
34014
33904
|
xmlns="http://www.w3.org/2000/svg"
|
|
34015
33905
|
>
|
|
34016
|
-
<
|
|
34017
|
-
|
|
34018
|
-
|
|
34019
|
-
y1="12"
|
|
34020
|
-
y2="12"
|
|
33906
|
+
<path
|
|
33907
|
+
d="M0 0h24v24H0V0z"
|
|
33908
|
+
fill="none"
|
|
34021
33909
|
/>
|
|
34022
|
-
<
|
|
34023
|
-
|
|
33910
|
+
<path
|
|
33911
|
+
d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8-8-8z"
|
|
34024
33912
|
/>
|
|
34025
33913
|
</svg>
|
|
34026
33914
|
</span>
|
|
@@ -36419,27 +36307,23 @@ exports[`component:<Calendar> mobile environment renders 1`] = `
|
|
|
36419
36307
|
class="pressable pressable"
|
|
36420
36308
|
>
|
|
36421
36309
|
<span
|
|
36422
|
-
class="icon headline-
|
|
36310
|
+
class="icon headline-3"
|
|
36423
36311
|
>
|
|
36424
36312
|
<svg
|
|
36425
|
-
fill="
|
|
36313
|
+
fill="currentColor"
|
|
36426
36314
|
height="1em"
|
|
36427
36315
|
stroke="currentColor"
|
|
36428
|
-
stroke-
|
|
36429
|
-
stroke-linejoin="round"
|
|
36430
|
-
stroke-width="2"
|
|
36316
|
+
stroke-width="0"
|
|
36431
36317
|
viewBox="0 0 24 24"
|
|
36432
36318
|
width="1em"
|
|
36433
36319
|
xmlns="http://www.w3.org/2000/svg"
|
|
36434
36320
|
>
|
|
36435
|
-
<
|
|
36436
|
-
|
|
36437
|
-
|
|
36438
|
-
y1="12"
|
|
36439
|
-
y2="12"
|
|
36321
|
+
<path
|
|
36322
|
+
d="M0 0h24v24H0V0z"
|
|
36323
|
+
fill="none"
|
|
36440
36324
|
/>
|
|
36441
|
-
<
|
|
36442
|
-
|
|
36325
|
+
<path
|
|
36326
|
+
d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8-8-8z"
|
|
36443
36327
|
/>
|
|
36444
36328
|
</svg>
|
|
36445
36329
|
</span>
|
|
@@ -37645,27 +37529,23 @@ exports[`component:<Calendar> testID 1`] = `
|
|
|
37645
37529
|
data-testid="mirai-next"
|
|
37646
37530
|
>
|
|
37647
37531
|
<span
|
|
37648
|
-
class="icon headline-
|
|
37532
|
+
class="icon headline-3"
|
|
37649
37533
|
>
|
|
37650
37534
|
<svg
|
|
37651
|
-
fill="
|
|
37535
|
+
fill="currentColor"
|
|
37652
37536
|
height="1em"
|
|
37653
37537
|
stroke="currentColor"
|
|
37654
|
-
stroke-
|
|
37655
|
-
stroke-linejoin="round"
|
|
37656
|
-
stroke-width="2"
|
|
37538
|
+
stroke-width="0"
|
|
37657
37539
|
viewBox="0 0 24 24"
|
|
37658
37540
|
width="1em"
|
|
37659
37541
|
xmlns="http://www.w3.org/2000/svg"
|
|
37660
37542
|
>
|
|
37661
|
-
<
|
|
37662
|
-
|
|
37663
|
-
|
|
37664
|
-
y1="12"
|
|
37665
|
-
y2="12"
|
|
37543
|
+
<path
|
|
37544
|
+
d="M0 0h24v24H0V0z"
|
|
37545
|
+
fill="none"
|
|
37666
37546
|
/>
|
|
37667
|
-
<
|
|
37668
|
-
|
|
37547
|
+
<path
|
|
37548
|
+
d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8-8-8z"
|
|
37669
37549
|
/>
|
|
37670
37550
|
</svg>
|
|
37671
37551
|
</span>
|