@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.
Files changed (38) hide show
  1. package/README.md +41 -6
  2. package/build/components/Button/Button.module.css +4 -4
  3. package/build/components/Calendar/Calendar.Month.js +0 -4
  4. package/build/components/Calendar/Calendar.Month.js.map +1 -1
  5. package/build/components/Calendar/__tests__/__snapshots__/Calendar.test.jsx.snap +240 -360
  6. package/build/components/InputNumber/InputNumber.js +2 -2
  7. package/build/components/InputNumber/InputNumber.js.map +1 -1
  8. package/build/components/InputNumber/__tests__/__snapshots__/InputNumber.test.js.snap +180 -260
  9. package/build/components/InputOption/InputOption.js +6 -4
  10. package/build/components/InputOption/InputOption.js.map +1 -1
  11. package/build/components/InputOption/InputOption.module.css +2 -1
  12. package/build/components/InputOption/InputOption.stories.js +1 -0
  13. package/build/components/InputOption/InputOption.stories.js.map +1 -1
  14. package/build/components/InputOption/__tests__/__snapshots__/InputOption.test.js.snap +103 -14
  15. package/build/components/InputSelect/InputSelect.js +1 -1
  16. package/build/components/InputSelect/InputSelect.js.map +1 -1
  17. package/build/components/InputSelect/__tests__/__snapshots__/InputSelect.test.js.snap +71 -54
  18. package/build/components/InputText/__tests__/__snapshots__/InputText.test.js.snap +20 -39
  19. package/build/components/Menu/Menu.stories.js +2 -2
  20. package/build/components/Menu/Menu.stories.js.map +1 -1
  21. package/build/components/Menu/__tests__/__snapshots__/Menu.test.jsx.snap +17 -31
  22. package/build/components/Modal/Modal.js +1 -1
  23. package/build/components/Modal/Modal.js.map +1 -1
  24. package/build/components/Modal/__tests__/__snapshots__/Modal.test.js.snap +28 -26
  25. package/build/components/Notification/Notification.js +10 -13
  26. package/build/components/Notification/Notification.js.map +1 -1
  27. package/build/components/Notification/__tests__/__snapshots__/Notification.test.js.snap +58 -73
  28. package/build/components/Table/__tests__/__snapshots__/Table.test.js.snap +200 -300
  29. package/build/primitives/Icon/Icon.constants.js +30 -30
  30. package/build/primitives/Icon/Icon.constants.js.map +1 -1
  31. package/build/primitives/Icon/Icon.js +4 -2
  32. package/build/primitives/Icon/Icon.js.map +1 -1
  33. package/build/primitives/Icon/Icon.stories.js +13 -1
  34. package/build/primitives/Icon/Icon.stories.js.map +1 -1
  35. package/build/primitives/Icon/__tests__/__snapshots__/Icon.test.js.snap +33 -52
  36. package/build/primitives/Switch/Switch.module.css +7 -0
  37. package/build/theme/default.theme.css +15 -7
  38. 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-4"
702
+ class="icon headline-3"
703
703
  >
704
704
  <svg
705
- fill="none"
705
+ fill="currentColor"
706
706
  height="1em"
707
707
  stroke="currentColor"
708
- stroke-linecap="round"
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
- <line
716
- x1="5"
717
- x2="19"
718
- y1="12"
719
- y2="12"
713
+ <path
714
+ d="M0 0h24v24H0V0z"
715
+ fill="none"
720
716
  />
721
- <polyline
722
- points="12 5 19 12 12 19"
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-4"
2015
+ class="icon headline-3"
2020
2016
  >
2021
2017
  <svg
2022
- fill="none"
2018
+ fill="currentColor"
2023
2019
  height="1em"
2024
2020
  stroke="currentColor"
2025
- stroke-linecap="round"
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
- <line
2033
- x1="5"
2034
- x2="19"
2035
- y1="12"
2036
- y2="12"
2026
+ <path
2027
+ d="M0 0h24v24H0V0z"
2028
+ fill="none"
2037
2029
  />
2038
- <polyline
2039
- points="12 5 19 12 12 19"
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-4"
2644
+ class="icon headline-3"
2653
2645
  >
2654
2646
  <svg
2655
- fill="none"
2647
+ fill="currentColor"
2656
2648
  height="1em"
2657
2649
  stroke="currentColor"
2658
- stroke-linecap="round"
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
- <line
2666
- x1="19"
2667
- x2="5"
2668
- y1="12"
2669
- y2="12"
2655
+ <path
2656
+ d="M0 0h24v24H0V0z"
2657
+ fill="none"
2670
2658
  />
2671
- <polyline
2672
- points="12 19 5 12 12 5"
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-4"
3260
+ class="icon headline-3"
3273
3261
  >
3274
3262
  <svg
3275
- fill="none"
3263
+ fill="currentColor"
3276
3264
  height="1em"
3277
3265
  stroke="currentColor"
3278
- stroke-linecap="round"
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
- <line
3286
- x1="5"
3287
- x2="19"
3288
- y1="12"
3289
- y2="12"
3271
+ <path
3272
+ d="M0 0h24v24H0V0z"
3273
+ fill="none"
3290
3274
  />
3291
- <polyline
3292
- points="12 5 19 12 12 19"
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-4"
4480
+ class="icon headline-3"
4497
4481
  >
4498
4482
  <svg
4499
- fill="none"
4483
+ fill="currentColor"
4500
4484
  height="1em"
4501
4485
  stroke="currentColor"
4502
- stroke-linecap="round"
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
- <line
4510
- x1="5"
4511
- x2="19"
4512
- y1="12"
4513
- y2="12"
4491
+ <path
4492
+ d="M0 0h24v24H0V0z"
4493
+ fill="none"
4514
4494
  />
4515
- <polyline
4516
- points="12 5 19 12 12 19"
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-4"
5700
+ class="icon headline-3"
5721
5701
  >
5722
5702
  <svg
5723
- fill="none"
5703
+ fill="currentColor"
5724
5704
  height="1em"
5725
5705
  stroke="currentColor"
5726
- stroke-linecap="round"
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
- <line
5734
- x1="5"
5735
- x2="19"
5736
- y1="12"
5737
- y2="12"
5711
+ <path
5712
+ d="M0 0h24v24H0V0z"
5713
+ fill="none"
5738
5714
  />
5739
- <polyline
5740
- points="12 5 19 12 12 19"
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-4"
6920
+ class="icon headline-3"
6945
6921
  >
6946
6922
  <svg
6947
- fill="none"
6923
+ fill="currentColor"
6948
6924
  height="1em"
6949
6925
  stroke="currentColor"
6950
- stroke-linecap="round"
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
- <line
6958
- x1="5"
6959
- x2="19"
6960
- y1="12"
6961
- y2="12"
6931
+ <path
6932
+ d="M0 0h24v24H0V0z"
6933
+ fill="none"
6962
6934
  />
6963
- <polyline
6964
- points="12 5 19 12 12 19"
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-4"
8140
+ class="icon headline-3"
8169
8141
  >
8170
8142
  <svg
8171
- fill="none"
8143
+ fill="currentColor"
8172
8144
  height="1em"
8173
8145
  stroke="currentColor"
8174
- stroke-linecap="round"
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
- <line
8182
- x1="5"
8183
- x2="19"
8184
- y1="12"
8185
- y2="12"
8151
+ <path
8152
+ d="M0 0h24v24H0V0z"
8153
+ fill="none"
8186
8154
  />
8187
- <polyline
8188
- points="12 5 19 12 12 19"
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-4"
9360
+ class="icon headline-3"
9393
9361
  >
9394
9362
  <svg
9395
- fill="none"
9363
+ fill="currentColor"
9396
9364
  height="1em"
9397
9365
  stroke="currentColor"
9398
- stroke-linecap="round"
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
- <line
9406
- x1="5"
9407
- x2="19"
9408
- y1="12"
9409
- y2="12"
9371
+ <path
9372
+ d="M0 0h24v24H0V0z"
9373
+ fill="none"
9410
9374
  />
9411
- <polyline
9412
- points="12 5 19 12 12 19"
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-4"
11176
+ class="icon headline-3"
11213
11177
  >
11214
11178
  <svg
11215
- fill="none"
11179
+ fill="currentColor"
11216
11180
  height="1em"
11217
11181
  stroke="currentColor"
11218
- stroke-linecap="round"
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
- <line
11226
- x1="5"
11227
- x2="19"
11228
- y1="12"
11229
- y2="12"
11187
+ <path
11188
+ d="M0 0h24v24H0V0z"
11189
+ fill="none"
11230
11190
  />
11231
- <polyline
11232
- points="12 5 19 12 12 19"
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-4"
12386
+ class="icon headline-3"
12427
12387
  >
12428
12388
  <svg
12429
- fill="none"
12389
+ fill="currentColor"
12430
12390
  height="1em"
12431
12391
  stroke="currentColor"
12432
- stroke-linecap="round"
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
- <line
12440
- x1="5"
12441
- x2="19"
12442
- y1="12"
12443
- y2="12"
12397
+ <path
12398
+ d="M0 0h24v24H0V0z"
12399
+ fill="none"
12444
12400
  />
12445
- <polyline
12446
- points="12 5 19 12 12 19"
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-4"
13606
+ class="icon headline-3"
13651
13607
  >
13652
13608
  <svg
13653
- fill="none"
13609
+ fill="currentColor"
13654
13610
  height="1em"
13655
13611
  stroke="currentColor"
13656
- stroke-linecap="round"
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
- <line
13664
- x1="5"
13665
- x2="19"
13666
- y1="12"
13667
- y2="12"
13617
+ <path
13618
+ d="M0 0h24v24H0V0z"
13619
+ fill="none"
13668
13620
  />
13669
- <polyline
13670
- points="12 5 19 12 12 19"
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-4"
14826
+ class="icon headline-3"
14875
14827
  >
14876
14828
  <svg
14877
- fill="none"
14829
+ fill="currentColor"
14878
14830
  height="1em"
14879
14831
  stroke="currentColor"
14880
- stroke-linecap="round"
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
- <line
14888
- x1="5"
14889
- x2="19"
14890
- y1="12"
14891
- y2="12"
14837
+ <path
14838
+ d="M0 0h24v24H0V0z"
14839
+ fill="none"
14892
14840
  />
14893
- <polyline
14894
- points="12 5 19 12 12 19"
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-4"
17241
+ class="icon headline-3"
17294
17242
  >
17295
17243
  <svg
17296
- fill="none"
17244
+ fill="currentColor"
17297
17245
  height="1em"
17298
17246
  stroke="currentColor"
17299
- stroke-linecap="round"
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
- <line
17307
- x1="5"
17308
- x2="19"
17309
- y1="12"
17310
- y2="12"
17252
+ <path
17253
+ d="M0 0h24v24H0V0z"
17254
+ fill="none"
17311
17255
  />
17312
- <polyline
17313
- points="12 5 19 12 12 19"
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-4"
18461
+ class="icon headline-3"
18518
18462
  >
18519
18463
  <svg
18520
- fill="none"
18464
+ fill="currentColor"
18521
18465
  height="1em"
18522
18466
  stroke="currentColor"
18523
- stroke-linecap="round"
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
- <line
18531
- x1="5"
18532
- x2="19"
18533
- y1="12"
18534
- y2="12"
18472
+ <path
18473
+ d="M0 0h24v24H0V0z"
18474
+ fill="none"
18535
18475
  />
18536
- <polyline
18537
- points="12 5 19 12 12 19"
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-4"
19771
+ class="icon headline-3"
19832
19772
  >
19833
19773
  <svg
19834
- fill="none"
19774
+ fill="currentColor"
19835
19775
  height="1em"
19836
19776
  stroke="currentColor"
19837
- stroke-linecap="round"
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
- <line
19845
- x1="5"
19846
- x2="19"
19847
- y1="12"
19848
- y2="12"
19782
+ <path
19783
+ d="M0 0h24v24H0V0z"
19784
+ fill="none"
19849
19785
  />
19850
- <polyline
19851
- points="12 5 19 12 12 19"
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-4"
21084
+ class="icon headline-3"
21149
21085
  >
21150
21086
  <svg
21151
- fill="none"
21087
+ fill="currentColor"
21152
21088
  height="1em"
21153
21089
  stroke="currentColor"
21154
- stroke-linecap="round"
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
- <line
21162
- x1="5"
21163
- x2="19"
21164
- y1="12"
21165
- y2="12"
21095
+ <path
21096
+ d="M0 0h24v24H0V0z"
21097
+ fill="none"
21166
21098
  />
21167
- <polyline
21168
- points="12 5 19 12 12 19"
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-4"
21713
+ class="icon headline-3"
21782
21714
  >
21783
21715
  <svg
21784
- fill="none"
21716
+ fill="currentColor"
21785
21717
  height="1em"
21786
21718
  stroke="currentColor"
21787
- stroke-linecap="round"
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
- <line
21795
- x1="19"
21796
- x2="5"
21797
- y1="12"
21798
- y2="12"
21724
+ <path
21725
+ d="M0 0h24v24H0V0z"
21726
+ fill="none"
21799
21727
  />
21800
- <polyline
21801
- points="12 19 5 12 12 5"
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-4"
22329
+ class="icon headline-3"
22402
22330
  >
22403
22331
  <svg
22404
- fill="none"
22332
+ fill="currentColor"
22405
22333
  height="1em"
22406
22334
  stroke="currentColor"
22407
- stroke-linecap="round"
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
- <line
22415
- x1="5"
22416
- x2="19"
22417
- y1="12"
22418
- y2="12"
22340
+ <path
22341
+ d="M0 0h24v24H0V0z"
22342
+ fill="none"
22419
22343
  />
22420
- <polyline
22421
- points="12 5 19 12 12 19"
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-4"
23549
+ class="icon headline-3"
23626
23550
  >
23627
23551
  <svg
23628
- fill="none"
23552
+ fill="currentColor"
23629
23553
  height="1em"
23630
23554
  stroke="currentColor"
23631
- stroke-linecap="round"
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
- <line
23639
- x1="5"
23640
- x2="19"
23641
- y1="12"
23642
- y2="12"
23560
+ <path
23561
+ d="M0 0h24v24H0V0z"
23562
+ fill="none"
23643
23563
  />
23644
- <polyline
23645
- points="12 5 19 12 12 19"
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-4"
24769
+ class="icon headline-3"
24850
24770
  >
24851
24771
  <svg
24852
- fill="none"
24772
+ fill="currentColor"
24853
24773
  height="1em"
24854
24774
  stroke="currentColor"
24855
- stroke-linecap="round"
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
- <line
24863
- x1="5"
24864
- x2="19"
24865
- y1="12"
24866
- y2="12"
24780
+ <path
24781
+ d="M0 0h24v24H0V0z"
24782
+ fill="none"
24867
24783
  />
24868
- <polyline
24869
- points="12 5 19 12 12 19"
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-4"
25989
+ class="icon headline-3"
26074
25990
  >
26075
25991
  <svg
26076
- fill="none"
25992
+ fill="currentColor"
26077
25993
  height="1em"
26078
25994
  stroke="currentColor"
26079
- stroke-linecap="round"
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
- <line
26087
- x1="5"
26088
- x2="19"
26089
- y1="12"
26090
- y2="12"
26000
+ <path
26001
+ d="M0 0h24v24H0V0z"
26002
+ fill="none"
26091
26003
  />
26092
- <polyline
26093
- points="12 5 19 12 12 19"
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-4"
27209
+ class="icon headline-3"
27298
27210
  >
27299
27211
  <svg
27300
- fill="none"
27212
+ fill="currentColor"
27301
27213
  height="1em"
27302
27214
  stroke="currentColor"
27303
- stroke-linecap="round"
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
- <line
27311
- x1="5"
27312
- x2="19"
27313
- y1="12"
27314
- y2="12"
27220
+ <path
27221
+ d="M0 0h24v24H0V0z"
27222
+ fill="none"
27315
27223
  />
27316
- <polyline
27317
- points="12 5 19 12 12 19"
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-4"
28429
+ class="icon headline-3"
28522
28430
  >
28523
28431
  <svg
28524
- fill="none"
28432
+ fill="currentColor"
28525
28433
  height="1em"
28526
28434
  stroke="currentColor"
28527
- stroke-linecap="round"
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
- <line
28535
- x1="5"
28536
- x2="19"
28537
- y1="12"
28538
- y2="12"
28440
+ <path
28441
+ d="M0 0h24v24H0V0z"
28442
+ fill="none"
28539
28443
  />
28540
- <polyline
28541
- points="12 5 19 12 12 19"
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-4"
30245
+ class="icon headline-3"
30342
30246
  >
30343
30247
  <svg
30344
- fill="none"
30248
+ fill="currentColor"
30345
30249
  height="1em"
30346
30250
  stroke="currentColor"
30347
- stroke-linecap="round"
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
- <line
30355
- x1="5"
30356
- x2="19"
30357
- y1="12"
30358
- y2="12"
30256
+ <path
30257
+ d="M0 0h24v24H0V0z"
30258
+ fill="none"
30359
30259
  />
30360
- <polyline
30361
- points="12 5 19 12 12 19"
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-4"
31455
+ class="icon headline-3"
31556
31456
  >
31557
31457
  <svg
31558
- fill="none"
31458
+ fill="currentColor"
31559
31459
  height="1em"
31560
31460
  stroke="currentColor"
31561
- stroke-linecap="round"
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
- <line
31569
- x1="5"
31570
- x2="19"
31571
- y1="12"
31572
- y2="12"
31466
+ <path
31467
+ d="M0 0h24v24H0V0z"
31468
+ fill="none"
31573
31469
  />
31574
- <polyline
31575
- points="12 5 19 12 12 19"
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-4"
32675
+ class="icon headline-3"
32780
32676
  >
32781
32677
  <svg
32782
- fill="none"
32678
+ fill="currentColor"
32783
32679
  height="1em"
32784
32680
  stroke="currentColor"
32785
- stroke-linecap="round"
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
- <line
32793
- x1="5"
32794
- x2="19"
32795
- y1="12"
32796
- y2="12"
32686
+ <path
32687
+ d="M0 0h24v24H0V0z"
32688
+ fill="none"
32797
32689
  />
32798
- <polyline
32799
- points="12 5 19 12 12 19"
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-4"
33895
+ class="icon headline-3"
34004
33896
  >
34005
33897
  <svg
34006
- fill="none"
33898
+ fill="currentColor"
34007
33899
  height="1em"
34008
33900
  stroke="currentColor"
34009
- stroke-linecap="round"
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
- <line
34017
- x1="5"
34018
- x2="19"
34019
- y1="12"
34020
- y2="12"
33906
+ <path
33907
+ d="M0 0h24v24H0V0z"
33908
+ fill="none"
34021
33909
  />
34022
- <polyline
34023
- points="12 5 19 12 12 19"
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-4"
36310
+ class="icon headline-3"
36423
36311
  >
36424
36312
  <svg
36425
- fill="none"
36313
+ fill="currentColor"
36426
36314
  height="1em"
36427
36315
  stroke="currentColor"
36428
- stroke-linecap="round"
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
- <line
36436
- x1="5"
36437
- x2="19"
36438
- y1="12"
36439
- y2="12"
36321
+ <path
36322
+ d="M0 0h24v24H0V0z"
36323
+ fill="none"
36440
36324
  />
36441
- <polyline
36442
- points="12 5 19 12 12 19"
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-4"
37532
+ class="icon headline-3"
37649
37533
  >
37650
37534
  <svg
37651
- fill="none"
37535
+ fill="currentColor"
37652
37536
  height="1em"
37653
37537
  stroke="currentColor"
37654
- stroke-linecap="round"
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
- <line
37662
- x1="5"
37663
- x2="19"
37664
- y1="12"
37665
- y2="12"
37543
+ <path
37544
+ d="M0 0h24v24H0V0z"
37545
+ fill="none"
37666
37546
  />
37667
- <polyline
37668
- points="12 5 19 12 12 19"
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>