@mirai/core 0.3.363 → 0.3.365

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 (46) hide show
  1. package/build/Core.js +3 -5
  2. package/build/Core.js.map +1 -1
  3. package/build/components/Booking/partials/__tests__/__snapshots__/Booking.Modal.test.js.snap +24 -24
  4. package/build/components/BookingQuery/__tests__/__snapshots__/BookingQuery.test.js.snap +30 -30
  5. package/build/components/Chat/components/Input/__tests__/__snapshots__/Input.test.jsx.snap +9 -9
  6. package/build/components/Chat/components/InputRich/__tests__/__snapshots__/InputRich.test.jsx.snap +17 -17
  7. package/build/components/Checkout/partials/__tests__/__snapshots__/Checkout.Confirmation.test.js.snap +30 -24
  8. package/build/components/Checkout/partials/__tests__/__snapshots__/Checkout.Form.test.js.snap +8 -8
  9. package/build/components/Deals/__tests__/__snapshots__/Deals.Calendar.test.js.snap +6 -6
  10. package/build/components/Deals/__tests__/__snapshots__/Deals.test.js.snap +95 -70
  11. package/build/components/Finder/Finder.compact.js +1 -1
  12. package/build/components/Finder/Finder.compact.js.map +1 -1
  13. package/build/components/Finder/Finder.js +1 -0
  14. package/build/components/Finder/Finder.js.map +1 -1
  15. package/build/components/Finder/Finder.module.css +21 -10
  16. package/build/components/Finder/__tests__/__snapshots__/Finder.test.js.snap +294 -210
  17. package/build/components/Finder/components/Calendar/__tests__/__snapshots__/Calendar.test.js.snap +18 -18
  18. package/build/components/Rates/Rates.js +1 -1
  19. package/build/components/Rates/Rates.js.map +1 -1
  20. package/build/components/Rates/components/Filters/Filters.module.css +4 -0
  21. package/build/components/Rates/components/ModalExtras/ModalExtras.js +0 -1
  22. package/build/components/Rates/components/ModalExtras/ModalExtras.js.map +1 -1
  23. package/build/components/Session/__tests__/__snapshots__/Session.test.js.snap +33 -33
  24. package/build/components/Signup/__tests__/__snapshots__/Signup.test.js.snap +9 -6
  25. package/build/components/__shared__/BookingDetails/__tests__/__snapshots__/BookingDetails.test.js.snap +10 -10
  26. package/build/components/__shared__/BookingTerms/__tests__/__snapshots__/BookingTerms.test.js.snap +8 -8
  27. package/build/components/__shared__/ButtonMore/__tests__/__snapshots__/ButtonMore.test.js.snap +6 -6
  28. package/build/components/__shared__/ButtonPayment/__tests__/__snapshots__/ButtonPayment.test.js.snap +17 -17
  29. package/build/components/__shared__/ButtonPayment/components/FormCheckout/__tests__/__snapshots__/FormCheckout.test.js.snap +9 -9
  30. package/build/components/__shared__/ButtonPayment/components/FormPaycomet/__tests__/__snapshots__/FormPaycomet.test.js.snap +3 -2
  31. package/build/components/__shared__/Field/__tests__/__snapshots__/Field.test.js.snap +32 -32
  32. package/build/components/__shared__/FieldOccupation/FieldOccupation.js +3 -0
  33. package/build/components/__shared__/FieldOccupation/FieldOccupation.js.map +1 -1
  34. package/build/components/__shared__/FieldOccupation/__tests__/__snapshots__/FieldOccupation.test.js.snap +150 -96
  35. package/build/components/__shared__/Occupation/Occupation.Group.js +4 -2
  36. package/build/components/__shared__/Occupation/Occupation.Group.js.map +1 -1
  37. package/build/components/__shared__/Occupation/Occupation.js +2 -1
  38. package/build/components/__shared__/Occupation/Occupation.js.map +1 -1
  39. package/build/components/__shared__/Occupation/__tests__/__snapshots__/Occupation.test.js.snap +258 -168
  40. package/build/helpers/getContents.js +16 -0
  41. package/build/helpers/getContents.js.map +1 -0
  42. package/build/helpers/index.js +22 -0
  43. package/build/helpers/index.js.map +1 -1
  44. package/build/theme.css +2 -0
  45. package/package.json +1 -1
  46. package/public/App.jsx +1 -1
@@ -194,8 +194,9 @@ exports[`component:<Checkout> partial:<Confirmation> Test A/B variant A 1`] = `
194
194
  <ui-view
195
195
  class="view"
196
196
  >
197
- <button
197
+ <ui-button
198
198
  class="pressable button large wide"
199
+ disabled="false"
199
200
  methods="CARD,AMAZON_PAY"
200
201
  tabindex="0"
201
202
  >
@@ -211,7 +212,7 @@ exports[`component:<Checkout> partial:<Confirmation> Test A/B variant A 1`] = `
211
212
  >
212
213
  user.action.book_now
213
214
  </ui-view>
214
- </button>
215
+ </ui-button>
215
216
  <ui-modal-overflow
216
217
  class="pressable container overflow"
217
218
  style="height: 768px;"
@@ -223,7 +224,7 @@ exports[`component:<Checkout> partial:<Confirmation> Test A/B variant A 1`] = `
223
224
  <ui-view
224
225
  class="view row header hideBack"
225
226
  >
226
- <button
227
+ <ui-button
227
228
  class="pressable button small squared transparent button"
228
229
  tabindex="0"
229
230
  >
@@ -248,7 +249,7 @@ exports[`component:<Checkout> partial:<Confirmation> Test A/B variant A 1`] = `
248
249
  />
249
250
  </svg>
250
251
  </ui-icon>
251
- </button>
252
+ </ui-button>
252
253
  </ui-view>
253
254
  </ui-modal>
254
255
  </ui-modal-overflow>
@@ -456,8 +457,9 @@ exports[`component:<Checkout> partial:<Confirmation> Test A/B variant B 1`] = `
456
457
  <ui-view
457
458
  class="view"
458
459
  >
459
- <button
460
+ <ui-button
460
461
  class="pressable button large wide"
462
+ disabled="false"
461
463
  methods="CARD,AMAZON_PAY"
462
464
  tabindex="0"
463
465
  >
@@ -473,7 +475,7 @@ exports[`component:<Checkout> partial:<Confirmation> Test A/B variant B 1`] = `
473
475
  >
474
476
  user.action.book_now
475
477
  </ui-view>
476
- </button>
478
+ </ui-button>
477
479
  <ui-modal-overflow
478
480
  class="pressable container overflow"
479
481
  style="height: 768px;"
@@ -485,7 +487,7 @@ exports[`component:<Checkout> partial:<Confirmation> Test A/B variant B 1`] = `
485
487
  <ui-view
486
488
  class="view row header hideBack"
487
489
  >
488
- <button
490
+ <ui-button
489
491
  class="pressable button small squared transparent button"
490
492
  tabindex="0"
491
493
  >
@@ -510,7 +512,7 @@ exports[`component:<Checkout> partial:<Confirmation> Test A/B variant B 1`] = `
510
512
  />
511
513
  </svg>
512
514
  </ui-icon>
513
- </button>
515
+ </ui-button>
514
516
  </ui-view>
515
517
  </ui-modal>
516
518
  </ui-modal-overflow>
@@ -717,8 +719,9 @@ exports[`component:<Checkout> partial:<Confirmation> inherit:className 1`] = `
717
719
  <ui-view
718
720
  class="view"
719
721
  >
720
- <button
722
+ <ui-button
721
723
  class="pressable button large wide"
724
+ disabled="false"
722
725
  methods="CARD,AMAZON_PAY"
723
726
  tabindex="0"
724
727
  >
@@ -734,7 +737,7 @@ exports[`component:<Checkout> partial:<Confirmation> inherit:className 1`] = `
734
737
  >
735
738
  user.action.book_now
736
739
  </ui-view>
737
- </button>
740
+ </ui-button>
738
741
  <ui-modal-overflow
739
742
  class="pressable container overflow"
740
743
  style="height: 768px;"
@@ -746,7 +749,7 @@ exports[`component:<Checkout> partial:<Confirmation> inherit:className 1`] = `
746
749
  <ui-view
747
750
  class="view row header hideBack"
748
751
  >
749
- <button
752
+ <ui-button
750
753
  class="pressable button small squared transparent button"
751
754
  tabindex="0"
752
755
  >
@@ -771,7 +774,7 @@ exports[`component:<Checkout> partial:<Confirmation> inherit:className 1`] = `
771
774
  />
772
775
  </svg>
773
776
  </ui-icon>
774
- </button>
777
+ </ui-button>
775
778
  </ui-view>
776
779
  </ui-modal>
777
780
  </ui-modal-overflow>
@@ -978,8 +981,9 @@ exports[`component:<Checkout> partial:<Confirmation> renders 1`] = `
978
981
  <ui-view
979
982
  class="view"
980
983
  >
981
- <button
984
+ <ui-button
982
985
  class="pressable button large wide"
986
+ disabled="false"
983
987
  methods="CARD,AMAZON_PAY"
984
988
  tabindex="0"
985
989
  >
@@ -995,7 +999,7 @@ exports[`component:<Checkout> partial:<Confirmation> renders 1`] = `
995
999
  >
996
1000
  user.action.book_now
997
1001
  </ui-view>
998
- </button>
1002
+ </ui-button>
999
1003
  <ui-modal-overflow
1000
1004
  class="pressable container overflow"
1001
1005
  style="height: 768px;"
@@ -1007,7 +1011,7 @@ exports[`component:<Checkout> partial:<Confirmation> renders 1`] = `
1007
1011
  <ui-view
1008
1012
  class="view row header hideBack"
1009
1013
  >
1010
- <button
1014
+ <ui-button
1011
1015
  class="pressable button small squared transparent button"
1012
1016
  tabindex="0"
1013
1017
  >
@@ -1032,7 +1036,7 @@ exports[`component:<Checkout> partial:<Confirmation> renders 1`] = `
1032
1036
  />
1033
1037
  </svg>
1034
1038
  </ui-icon>
1035
- </button>
1039
+ </ui-button>
1036
1040
  </ui-view>
1037
1041
  </ui-modal>
1038
1042
  </ui-modal-overflow>
@@ -1240,8 +1244,9 @@ exports[`component:<Checkout> partial:<Confirmation> testID 1`] = `
1240
1244
  <ui-view
1241
1245
  class="view"
1242
1246
  >
1243
- <button
1247
+ <ui-button
1244
1248
  class="pressable button large wide"
1249
+ disabled="false"
1245
1250
  methods="CARD,AMAZON_PAY"
1246
1251
  tabindex="0"
1247
1252
  >
@@ -1257,7 +1262,7 @@ exports[`component:<Checkout> partial:<Confirmation> testID 1`] = `
1257
1262
  >
1258
1263
  user.action.book_now
1259
1264
  </ui-view>
1260
- </button>
1265
+ </ui-button>
1261
1266
  <ui-modal-overflow
1262
1267
  class="pressable container overflow"
1263
1268
  style="height: 768px;"
@@ -1269,7 +1274,7 @@ exports[`component:<Checkout> partial:<Confirmation> testID 1`] = `
1269
1274
  <ui-view
1270
1275
  class="view row header hideBack"
1271
1276
  >
1272
- <button
1277
+ <ui-button
1273
1278
  class="pressable button small squared transparent button"
1274
1279
  tabindex="0"
1275
1280
  >
@@ -1294,7 +1299,7 @@ exports[`component:<Checkout> partial:<Confirmation> testID 1`] = `
1294
1299
  />
1295
1300
  </svg>
1296
1301
  </ui-icon>
1297
- </button>
1302
+ </ui-button>
1298
1303
  </ui-view>
1299
1304
  </ui-modal>
1300
1305
  </ui-modal-overflow>
@@ -1501,8 +1506,9 @@ exports[`component:<Checkout> partial:<Confirmation> with a store 1`] = `
1501
1506
  <ui-view
1502
1507
  class="view"
1503
1508
  >
1504
- <button
1509
+ <ui-button
1505
1510
  class="pressable button large wide"
1511
+ disabled="false"
1506
1512
  methods="CARD,AMAZON_PAY"
1507
1513
  tabindex="0"
1508
1514
  >
@@ -1518,7 +1524,7 @@ exports[`component:<Checkout> partial:<Confirmation> with a store 1`] = `
1518
1524
  >
1519
1525
  user.action.book_now
1520
1526
  </ui-view>
1521
- </button>
1527
+ </ui-button>
1522
1528
  <ui-modal-overflow
1523
1529
  class="pressable container overflow"
1524
1530
  style="height: 768px;"
@@ -1530,7 +1536,7 @@ exports[`component:<Checkout> partial:<Confirmation> with a store 1`] = `
1530
1536
  <ui-view
1531
1537
  class="view row header hideBack"
1532
1538
  >
1533
- <button
1539
+ <ui-button
1534
1540
  class="pressable button small squared transparent button"
1535
1541
  tabindex="0"
1536
1542
  >
@@ -1555,7 +1561,7 @@ exports[`component:<Checkout> partial:<Confirmation> with a store 1`] = `
1555
1561
  />
1556
1562
  </svg>
1557
1563
  </ui-icon>
1558
- </button>
1564
+ </ui-button>
1559
1565
  </ui-view>
1560
1566
  </ui-modal>
1561
1567
  </ui-modal-overflow>
@@ -1571,7 +1571,7 @@ exports[`component:<Checkout> partial:<Form> inherit:className 1`] = `
1571
1571
  <ui-view
1572
1572
  class="view row header hideBack"
1573
1573
  >
1574
- <button
1574
+ <ui-button
1575
1575
  class="pressable button small squared transparent button"
1576
1576
  tabindex="0"
1577
1577
  >
@@ -1596,7 +1596,7 @@ exports[`component:<Checkout> partial:<Form> inherit:className 1`] = `
1596
1596
  />
1597
1597
  </svg>
1598
1598
  </ui-icon>
1599
- </button>
1599
+ </ui-button>
1600
1600
  </ui-view>
1601
1601
  <ui-scrollview
1602
1602
  class="scrollview vertical"
@@ -3249,7 +3249,7 @@ exports[`component:<Checkout> partial:<Form> renders 1`] = `
3249
3249
  <ui-view
3250
3250
  class="view row header hideBack"
3251
3251
  >
3252
- <button
3252
+ <ui-button
3253
3253
  class="pressable button small squared transparent button"
3254
3254
  tabindex="0"
3255
3255
  >
@@ -3274,7 +3274,7 @@ exports[`component:<Checkout> partial:<Form> renders 1`] = `
3274
3274
  />
3275
3275
  </svg>
3276
3276
  </ui-icon>
3277
- </button>
3277
+ </ui-button>
3278
3278
  </ui-view>
3279
3279
  <ui-scrollview
3280
3280
  class="scrollview vertical"
@@ -4928,7 +4928,7 @@ exports[`component:<Checkout> partial:<Form> testID 1`] = `
4928
4928
  <ui-view
4929
4929
  class="view row header hideBack"
4930
4930
  >
4931
- <button
4931
+ <ui-button
4932
4932
  class="pressable button small squared transparent button"
4933
4933
  tabindex="0"
4934
4934
  >
@@ -4953,7 +4953,7 @@ exports[`component:<Checkout> partial:<Form> testID 1`] = `
4953
4953
  />
4954
4954
  </svg>
4955
4955
  </ui-icon>
4956
- </button>
4956
+ </ui-button>
4957
4957
  </ui-view>
4958
4958
  <ui-scrollview
4959
4959
  class="scrollview vertical"
@@ -6606,7 +6606,7 @@ exports[`component:<Checkout> partial:<Form> with a store 1`] = `
6606
6606
  <ui-view
6607
6607
  class="view row header hideBack"
6608
6608
  >
6609
- <button
6609
+ <ui-button
6610
6610
  class="pressable button small squared transparent button"
6611
6611
  tabindex="0"
6612
6612
  >
@@ -6631,7 +6631,7 @@ exports[`component:<Checkout> partial:<Form> with a store 1`] = `
6631
6631
  />
6632
6632
  </svg>
6633
6633
  </ui-icon>
6634
- </button>
6634
+ </ui-button>
6635
6635
  </ui-view>
6636
6636
  <ui-scrollview
6637
6637
  class="scrollview vertical"
@@ -725,7 +725,7 @@ exports[`component:<Deals.Calendar> inherit:className 1`] = `
725
725
  >
726
726
  marzo 2023
727
727
  </ui-text>
728
- <button
728
+ <ui-button
729
729
  class="pressable button small squared transparent"
730
730
  tabindex="0"
731
731
  >
@@ -750,7 +750,7 @@ exports[`component:<Deals.Calendar> inherit:className 1`] = `
750
750
  />
751
751
  </svg>
752
752
  </ui-icon>
753
- </button>
753
+ </ui-button>
754
754
  </ui-view>
755
755
  <ui-calendar-weekdays
756
756
  class="view forceRow weekdays"
@@ -2253,7 +2253,7 @@ exports[`component:<Deals.Calendar> renders 1`] = `
2253
2253
  >
2254
2254
  marzo 2023
2255
2255
  </ui-text>
2256
- <button
2256
+ <ui-button
2257
2257
  class="pressable button small squared transparent"
2258
2258
  tabindex="0"
2259
2259
  >
@@ -2278,7 +2278,7 @@ exports[`component:<Deals.Calendar> renders 1`] = `
2278
2278
  />
2279
2279
  </svg>
2280
2280
  </ui-icon>
2281
- </button>
2281
+ </ui-button>
2282
2282
  </ui-view>
2283
2283
  <ui-calendar-weekdays
2284
2284
  class="view forceRow weekdays"
@@ -3782,7 +3782,7 @@ exports[`component:<Deals.Calendar> testID 1`] = `
3782
3782
  >
3783
3783
  marzo 2023
3784
3784
  </ui-text>
3785
- <button
3785
+ <ui-button
3786
3786
  class="pressable button small squared transparent"
3787
3787
  data-testid="mirai-next"
3788
3788
  tabindex="0"
@@ -3808,7 +3808,7 @@ exports[`component:<Deals.Calendar> testID 1`] = `
3808
3808
  />
3809
3809
  </svg>
3810
3810
  </ui-icon>
3811
- </button>
3811
+ </ui-button>
3812
3812
  </ui-view>
3813
3813
  <ui-calendar-weekdays
3814
3814
  class="view forceRow weekdays"