@mirai/core 0.3.460 → 0.3.462

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 (68) hide show
  1. package/build/components/BannerLoyalty/BannerLoyalty.js +68 -62
  2. package/build/components/BannerLoyalty/BannerLoyalty.js.map +1 -1
  3. package/build/components/BannerLoyalty/BannerLoyalty.l10n.js +7 -1
  4. package/build/components/BannerLoyalty/BannerLoyalty.l10n.js.map +1 -1
  5. package/build/components/BannerLoyalty/BannerLoyalty.module.css +36 -26
  6. package/build/components/BannerLoyalty/BannerLoyalty.skeleton.js +27 -29
  7. package/build/components/BannerLoyalty/BannerLoyalty.skeleton.js.map +1 -1
  8. package/build/components/BannerLoyalty/__tests__/__snapshots__/BannerLoyalty.skeleton.test.js.snap +183 -186
  9. package/build/components/BannerLoyalty/__tests__/__snapshots__/BannerLoyalty.test.js.snap +61 -62
  10. package/build/components/Booking/__tests__/__snapshots__/Booking.test.js.snap +10 -10
  11. package/build/components/BookingQuery/__tests__/__snapshots__/BookingQuery.test.js.snap +12 -12
  12. package/build/components/ButtonFinder/__tests__/__snapshots__/ButtonFinder.test.js.snap +10 -10
  13. package/build/components/Chat/__tests__/__snapshots__/Chat.test.js.snap +4 -4
  14. package/build/components/Checkout/__tests__/__snapshots__/Checkout.test.js.snap +16 -16
  15. package/build/components/Checkout/partials/__tests__/__snapshots__/Checkout.Form.test.js.snap +20 -20
  16. package/build/components/Deals/__tests__/__snapshots__/Deals.Calendar.test.js.snap +3 -3
  17. package/build/components/Deals/__tests__/__snapshots__/Deals.test.js.snap +8 -8
  18. package/build/components/Finder/__tests__/__snapshots__/Finder.test.js.snap +28 -28
  19. package/build/components/Finder/components/Calendar/Calendar.module.css +1 -1
  20. package/build/components/Finder/components/Calendar/__tests__/__snapshots__/Calendar.test.js.snap +9 -9
  21. package/build/components/Finder/components/Places/Places.js +22 -5
  22. package/build/components/Finder/components/Places/Places.js.map +1 -1
  23. package/build/components/Finder/components/Places/Places.module.css +27 -2
  24. package/build/components/Finder/components/Places/__tests__/__snapshots__/Places.test.js.snap +160 -5
  25. package/build/components/Finder/components/Places/helpers/calcColumns.js +1 -1
  26. package/build/components/Finder/components/Places/helpers/calcColumns.js.map +1 -1
  27. package/build/components/Header/__tests__/__snapshots__/Header.test.js.snap +3 -3
  28. package/build/components/Rates/Rates.Header.js +8 -11
  29. package/build/components/Rates/Rates.Header.js.map +1 -1
  30. package/build/components/Rates/Rates.RoomSelector.js +1 -1
  31. package/build/components/Rates/Rates.RoomSelector.js.map +1 -1
  32. package/build/components/Rates/Rates.Skeleton.js +1 -1
  33. package/build/components/Rates/Rates.Skeleton.js.map +1 -1
  34. package/build/components/Rates/Rates.Unavailability.js +2 -1
  35. package/build/components/Rates/Rates.Unavailability.js.map +1 -1
  36. package/build/components/Rates/Rates.js +7 -7
  37. package/build/components/Rates/Rates.js.map +1 -1
  38. package/build/components/Rates/Rates.module.css +16 -7
  39. package/build/components/Rates/__tests__/__snapshots__/Rates.Header.test.js.snap +1 -8
  40. package/build/components/Rates/__tests__/__snapshots__/Rates.test.js.snap +6057 -6042
  41. package/build/components/Rates/components/CardHotel/__tests__/__snapshots__/CardHotel.test.js.snap +1 -1
  42. package/build/components/Rates/components/Filters/Filters.Button.js +3 -2
  43. package/build/components/Rates/components/Filters/Filters.Button.js.map +1 -1
  44. package/build/components/Rates/components/Filters/Filters.js +4 -1
  45. package/build/components/Rates/components/Filters/Filters.js.map +1 -1
  46. package/build/components/Rates/components/Filters/Filters.module.css +5 -0
  47. package/build/components/Rates/components/Filters/__tests__/__snapshots__/Filters.test.js.snap +1 -1
  48. package/build/components/Rates/components/Item/__tests__/__snapshots__/Item.Preview.test.js.snap +1 -1
  49. package/build/components/Rates/components/Item/__tests__/__snapshots__/Item.test.js.snap +1 -1
  50. package/build/components/Rates/components/Item/components/ModalInfo/__tests__/__snapshots__/ModalInfo.test.js.snap +2 -2
  51. package/build/components/Rates/components/Item/components/Slider/__tests__/__snapshots__/Slider.test.js.snap +1 -1
  52. package/build/components/Rates/components/ModalClubRate/ModalClubRate.js +6 -1
  53. package/build/components/Rates/components/ModalClubRate/ModalClubRate.js.map +1 -1
  54. package/build/components/Rates/components/ModalClubRate/ModalClubRate.module.css +4 -0
  55. package/build/components/Rates/components/ModalClubRate/__tests__/__snapshots__/ModalClubRate.test.js.snap +4 -4
  56. package/build/components/Rates/components/ModalExtras/__tests__/__snapshots__/ModalExtras.test.js.snap +1 -1
  57. package/build/components/Signup/__tests__/__snapshots__/Signup.test.js.snap +6 -6
  58. package/build/components/__shared__/FieldOccupation/__tests__/__snapshots__/FieldOccupation.test.js.snap +8 -8
  59. package/build/components/__shared__/Footer/__tests__/__snapshots__/Footer.test.js.snap +8 -8
  60. package/build/components/__shared__/Occupation/Occupation.js +1 -1
  61. package/build/components/__shared__/Occupation/Occupation.js.map +1 -1
  62. package/build/components/__shared__/Occupation/Occupation.module.css +2 -3
  63. package/build/components/__shared__/Occupation/__tests__/__snapshots__/Occupation.test.js.snap +11 -11
  64. package/build/components/__shared__/Payment/__tests__/__snapshots__/Payment.test.js.snap +10 -10
  65. package/build/components/__shared__/Payment/components/Card/__tests__/__snapshots__/Card.test.js.snap +12 -12
  66. package/build/components/helpers/__tests__/__snapshots__/parseHtml.test.js.snap +8 -8
  67. package/build/theme.css +1 -1
  68. package/package.json +1 -1
@@ -256,7 +256,7 @@ exports[`<Booking> inherit:className 1`] = `
256
256
  common.label.all_rights_reserved
257
257
  </ui-text>
258
258
  </ui-view>
259
- <a
259
+ <ui-a
260
260
  class="pressable action small"
261
261
  href="https://www.mirai.com/"
262
262
  tabindex="0"
@@ -267,7 +267,7 @@ exports[`<Booking> inherit:className 1`] = `
267
267
  >
268
268
  mirai
269
269
  </ui-text>
270
- </a>
270
+ </ui-a>
271
271
  </ui-view>
272
272
  </ui-view>
273
273
  </DocumentFragment>
@@ -529,7 +529,7 @@ exports[`<Booking> prop:skeleton 1`] = `
529
529
  common.label.all_rights_reserved
530
530
  </ui-text>
531
531
  </ui-view>
532
- <a
532
+ <ui-a
533
533
  class="pressable action small"
534
534
  href="https://www.mirai.com/"
535
535
  tabindex="0"
@@ -540,7 +540,7 @@ exports[`<Booking> prop:skeleton 1`] = `
540
540
  >
541
541
  mirai
542
542
  </ui-text>
543
- </a>
543
+ </ui-a>
544
544
  </ui-view>
545
545
  </ui-view>
546
546
  </DocumentFragment>
@@ -802,7 +802,7 @@ exports[`<Booking> renders 1`] = `
802
802
  common.label.all_rights_reserved
803
803
  </ui-text>
804
804
  </ui-view>
805
- <a
805
+ <ui-a
806
806
  class="pressable action small"
807
807
  href="https://www.mirai.com/"
808
808
  tabindex="0"
@@ -813,7 +813,7 @@ exports[`<Booking> renders 1`] = `
813
813
  >
814
814
  mirai
815
815
  </ui-text>
816
- </a>
816
+ </ui-a>
817
817
  </ui-view>
818
818
  </ui-view>
819
819
  </DocumentFragment>
@@ -1076,7 +1076,7 @@ exports[`<Booking> testID 1`] = `
1076
1076
  common.label.all_rights_reserved
1077
1077
  </ui-text>
1078
1078
  </ui-view>
1079
- <a
1079
+ <ui-a
1080
1080
  class="pressable action small"
1081
1081
  href="https://www.mirai.com/"
1082
1082
  tabindex="0"
@@ -1087,7 +1087,7 @@ exports[`<Booking> testID 1`] = `
1087
1087
  >
1088
1088
  mirai
1089
1089
  </ui-text>
1090
- </a>
1090
+ </ui-a>
1091
1091
  </ui-view>
1092
1092
  </ui-view>
1093
1093
  </DocumentFragment>
@@ -1349,7 +1349,7 @@ exports[`<Booking> with a store 1`] = `
1349
1349
  common.label.all_rights_reserved
1350
1350
  </ui-text>
1351
1351
  </ui-view>
1352
- <a
1352
+ <ui-a
1353
1353
  class="pressable action small"
1354
1354
  href="https://www.mirai.com/"
1355
1355
  tabindex="0"
@@ -1360,7 +1360,7 @@ exports[`<Booking> with a store 1`] = `
1360
1360
  >
1361
1361
  mirai
1362
1362
  </ui-text>
1363
- </a>
1363
+ </ui-a>
1364
1364
  </ui-view>
1365
1365
  </ui-view>
1366
1366
  </DocumentFragment>
@@ -55,7 +55,7 @@ exports[`<BookingQuery> Using ghost feature renders 1`] = `
55
55
  </ui-icon>
56
56
  </ui-button>
57
57
  </ui-view>
58
- <form>
58
+ <ui-form>
59
59
  <ui-text
60
60
  class="text paragraph"
61
61
  >
@@ -167,7 +167,7 @@ exports[`<BookingQuery> Using ghost feature renders 1`] = `
167
167
  >
168
168
  common.label.reservation_code_description
169
169
  </ui-text>
170
- </form>
170
+ </ui-form>
171
171
  </ui-modal>
172
172
  </ui-modal-overflow>
173
173
  </DocumentFragment>
@@ -228,7 +228,7 @@ exports[`<BookingQuery> Using ghost feature with a store using ghost feature 1`]
228
228
  </ui-icon>
229
229
  </ui-button>
230
230
  </ui-view>
231
- <form>
231
+ <ui-form>
232
232
  <ui-text
233
233
  class="text paragraph"
234
234
  >
@@ -340,7 +340,7 @@ exports[`<BookingQuery> Using ghost feature with a store using ghost feature 1`]
340
340
  >
341
341
  common.label.reservation_code_description
342
342
  </ui-text>
343
- </form>
343
+ </ui-form>
344
344
  </ui-modal>
345
345
  </ui-modal-overflow>
346
346
  </DocumentFragment>
@@ -401,7 +401,7 @@ exports[`<BookingQuery> inherit:className 1`] = `
401
401
  </ui-icon>
402
402
  </ui-button>
403
403
  </ui-view>
404
- <form>
404
+ <ui-form>
405
405
  <ui-text
406
406
  class="text paragraph"
407
407
  >
@@ -513,7 +513,7 @@ exports[`<BookingQuery> inherit:className 1`] = `
513
513
  >
514
514
  common.label.reservation_code_description
515
515
  </ui-text>
516
- </form>
516
+ </ui-form>
517
517
  </ui-modal>
518
518
  </ui-modal-overflow>
519
519
  </DocumentFragment>
@@ -574,7 +574,7 @@ exports[`<BookingQuery> renders 1`] = `
574
574
  </ui-icon>
575
575
  </ui-button>
576
576
  </ui-view>
577
- <form>
577
+ <ui-form>
578
578
  <ui-text
579
579
  class="text paragraph"
580
580
  >
@@ -686,7 +686,7 @@ exports[`<BookingQuery> renders 1`] = `
686
686
  >
687
687
  common.label.reservation_code_description
688
688
  </ui-text>
689
- </form>
689
+ </ui-form>
690
690
  </ui-modal>
691
691
  </ui-modal-overflow>
692
692
  </DocumentFragment>
@@ -751,7 +751,7 @@ exports[`<BookingQuery> testID 1`] = `
751
751
  </ui-icon>
752
752
  </ui-button>
753
753
  </ui-view>
754
- <form
754
+ <ui-form
755
755
  data-testid="mirai"
756
756
  >
757
757
  <ui-text
@@ -868,7 +868,7 @@ exports[`<BookingQuery> testID 1`] = `
868
868
  >
869
869
  common.label.reservation_code_description
870
870
  </ui-text>
871
- </form>
871
+ </ui-form>
872
872
  </ui-modal>
873
873
  </ui-modal-overflow>
874
874
  </DocumentFragment>
@@ -929,7 +929,7 @@ exports[`<BookingQuery> with a store 1`] = `
929
929
  </ui-icon>
930
930
  </ui-button>
931
931
  </ui-view>
932
- <form>
932
+ <ui-form>
933
933
  <ui-text
934
934
  class="text paragraph"
935
935
  >
@@ -1041,7 +1041,7 @@ exports[`<BookingQuery> with a store 1`] = `
1041
1041
  >
1042
1042
  common.label.reservation_code_description
1043
1043
  </ui-text>
1044
- </form>
1044
+ </ui-form>
1045
1045
  </ui-modal>
1046
1046
  </ui-modal-overflow>
1047
1047
  </DocumentFragment>
@@ -119,7 +119,7 @@ exports[`<ButtonFinder> inherit:className 1`] = `
119
119
  class="view calendar"
120
120
  >
121
121
  <ui-scrollview
122
- class="scrollview snap horizontal scrollview"
122
+ class="scrollview snap horizontal notIndicator scrollview"
123
123
  >
124
124
  <ui-calendar-month
125
125
  class="view month"
@@ -1392,7 +1392,7 @@ exports[`<ButtonFinder> inherit:className 1`] = `
1392
1392
  class="view"
1393
1393
  >
1394
1394
  <ui-scrollview
1395
- class="scrollview vertical"
1395
+ class="scrollview vertical notIndicator"
1396
1396
  >
1397
1397
  <ui-view
1398
1398
  class="view wide"
@@ -1786,7 +1786,7 @@ exports[`<ButtonFinder> prop:ghost 1`] = `
1786
1786
  class="view calendar"
1787
1787
  >
1788
1788
  <ui-scrollview
1789
- class="scrollview snap horizontal scrollview"
1789
+ class="scrollview snap horizontal notIndicator scrollview"
1790
1790
  >
1791
1791
  <ui-calendar-month
1792
1792
  class="view month"
@@ -3059,7 +3059,7 @@ exports[`<ButtonFinder> prop:ghost 1`] = `
3059
3059
  class="view"
3060
3060
  >
3061
3061
  <ui-scrollview
3062
- class="scrollview vertical"
3062
+ class="scrollview vertical notIndicator"
3063
3063
  >
3064
3064
  <ui-view
3065
3065
  class="view wide"
@@ -3449,7 +3449,7 @@ exports[`<ButtonFinder> prop:text 1`] = `
3449
3449
  class="view calendar"
3450
3450
  >
3451
3451
  <ui-scrollview
3452
- class="scrollview snap horizontal scrollview"
3452
+ class="scrollview snap horizontal notIndicator scrollview"
3453
3453
  >
3454
3454
  <ui-calendar-month
3455
3455
  class="view month"
@@ -4722,7 +4722,7 @@ exports[`<ButtonFinder> prop:text 1`] = `
4722
4722
  class="view"
4723
4723
  >
4724
4724
  <ui-scrollview
4725
- class="scrollview vertical"
4725
+ class="scrollview vertical notIndicator"
4726
4726
  >
4727
4727
  <ui-view
4728
4728
  class="view wide"
@@ -5112,7 +5112,7 @@ exports[`<ButtonFinder> renders 1`] = `
5112
5112
  class="view calendar"
5113
5113
  >
5114
5114
  <ui-scrollview
5115
- class="scrollview snap horizontal scrollview"
5115
+ class="scrollview snap horizontal notIndicator scrollview"
5116
5116
  >
5117
5117
  <ui-calendar-month
5118
5118
  class="view month"
@@ -6385,7 +6385,7 @@ exports[`<ButtonFinder> renders 1`] = `
6385
6385
  class="view"
6386
6386
  >
6387
6387
  <ui-scrollview
6388
- class="scrollview vertical"
6388
+ class="scrollview vertical notIndicator"
6389
6389
  >
6390
6390
  <ui-view
6391
6391
  class="view wide"
@@ -6775,7 +6775,7 @@ exports[`<ButtonFinder> testID 1`] = `
6775
6775
  class="view calendar"
6776
6776
  >
6777
6777
  <ui-scrollview
6778
- class="scrollview snap horizontal scrollview"
6778
+ class="scrollview snap horizontal notIndicator scrollview"
6779
6779
  >
6780
6780
  <ui-calendar-month
6781
6781
  class="view month"
@@ -8048,7 +8048,7 @@ exports[`<ButtonFinder> testID 1`] = `
8048
8048
  class="view"
8049
8049
  >
8050
8050
  <ui-scrollview
8051
- class="scrollview vertical"
8051
+ class="scrollview vertical notIndicator"
8052
8052
  >
8053
8053
  <ui-view
8054
8054
  class="view wide"
@@ -79,7 +79,7 @@ exports[`<Chat> applies the correct classes based on props 1`] = `
79
79
  </ui-view>
80
80
  </ui-view>
81
81
  <ui-scrollview
82
- class="scrollview vertical"
82
+ class="scrollview vertical notIndicator"
83
83
  >
84
84
  <ui-view
85
85
  class="view wide"
@@ -237,7 +237,7 @@ exports[`<Chat> inherit:className 1`] = `
237
237
  </ui-view>
238
238
  </ui-view>
239
239
  <ui-scrollview
240
- class="scrollview vertical"
240
+ class="scrollview vertical notIndicator"
241
241
  >
242
242
  <ui-view
243
243
  class="view wide"
@@ -395,7 +395,7 @@ exports[`<Chat> renders 1`] = `
395
395
  </ui-view>
396
396
  </ui-view>
397
397
  <ui-scrollview
398
- class="scrollview vertical"
398
+ class="scrollview vertical notIndicator"
399
399
  >
400
400
  <ui-view
401
401
  class="view wide"
@@ -554,7 +554,7 @@ exports[`<Chat> testID 1`] = `
554
554
  </ui-view>
555
555
  </ui-view>
556
556
  <ui-scrollview
557
- class="scrollview vertical"
557
+ class="scrollview vertical notIndicator"
558
558
  >
559
559
  <ui-view
560
560
  class="view wide"
@@ -239,7 +239,7 @@ exports[`<Checkout> Test A/B variant A 1`] = `
239
239
  common.label.all_rights_reserved
240
240
  </ui-text>
241
241
  </ui-view>
242
- <a
242
+ <ui-a
243
243
  class="pressable action small"
244
244
  href="https://www.mirai.com/"
245
245
  tabindex="0"
@@ -250,7 +250,7 @@ exports[`<Checkout> Test A/B variant A 1`] = `
250
250
  >
251
251
  mirai
252
252
  </ui-text>
253
- </a>
253
+ </ui-a>
254
254
  </ui-view>
255
255
  </ui-view>
256
256
  </DocumentFragment>
@@ -495,7 +495,7 @@ exports[`<Checkout> Test A/B variant B 1`] = `
495
495
  common.label.all_rights_reserved
496
496
  </ui-text>
497
497
  </ui-view>
498
- <a
498
+ <ui-a
499
499
  class="pressable action small"
500
500
  href="https://www.mirai.com/"
501
501
  tabindex="0"
@@ -506,7 +506,7 @@ exports[`<Checkout> Test A/B variant B 1`] = `
506
506
  >
507
507
  mirai
508
508
  </ui-text>
509
- </a>
509
+ </ui-a>
510
510
  </ui-view>
511
511
  </ui-view>
512
512
  </DocumentFragment>
@@ -751,7 +751,7 @@ exports[`<Checkout> inherit:className 1`] = `
751
751
  common.label.all_rights_reserved
752
752
  </ui-text>
753
753
  </ui-view>
754
- <a
754
+ <ui-a
755
755
  class="pressable action small"
756
756
  href="https://www.mirai.com/"
757
757
  tabindex="0"
@@ -762,7 +762,7 @@ exports[`<Checkout> inherit:className 1`] = `
762
762
  >
763
763
  mirai
764
764
  </ui-text>
765
- </a>
765
+ </ui-a>
766
766
  </ui-view>
767
767
  </ui-view>
768
768
  </DocumentFragment>
@@ -1007,7 +1007,7 @@ exports[`<Checkout> prop:session (false) 1`] = `
1007
1007
  common.label.all_rights_reserved
1008
1008
  </ui-text>
1009
1009
  </ui-view>
1010
- <a
1010
+ <ui-a
1011
1011
  class="pressable action small"
1012
1012
  href="https://www.mirai.com/"
1013
1013
  tabindex="0"
@@ -1018,7 +1018,7 @@ exports[`<Checkout> prop:session (false) 1`] = `
1018
1018
  >
1019
1019
  mirai
1020
1020
  </ui-text>
1021
- </a>
1021
+ </ui-a>
1022
1022
  </ui-view>
1023
1023
  </ui-view>
1024
1024
  </DocumentFragment>
@@ -1263,7 +1263,7 @@ exports[`<Checkout> prop:skeleton 1`] = `
1263
1263
  common.label.all_rights_reserved
1264
1264
  </ui-text>
1265
1265
  </ui-view>
1266
- <a
1266
+ <ui-a
1267
1267
  class="pressable action small"
1268
1268
  href="https://www.mirai.com/"
1269
1269
  tabindex="0"
@@ -1274,7 +1274,7 @@ exports[`<Checkout> prop:skeleton 1`] = `
1274
1274
  >
1275
1275
  mirai
1276
1276
  </ui-text>
1277
- </a>
1277
+ </ui-a>
1278
1278
  </ui-view>
1279
1279
  </ui-view>
1280
1280
  </DocumentFragment>
@@ -1519,7 +1519,7 @@ exports[`<Checkout> renders 1`] = `
1519
1519
  common.label.all_rights_reserved
1520
1520
  </ui-text>
1521
1521
  </ui-view>
1522
- <a
1522
+ <ui-a
1523
1523
  class="pressable action small"
1524
1524
  href="https://www.mirai.com/"
1525
1525
  tabindex="0"
@@ -1530,7 +1530,7 @@ exports[`<Checkout> renders 1`] = `
1530
1530
  >
1531
1531
  mirai
1532
1532
  </ui-text>
1533
- </a>
1533
+ </ui-a>
1534
1534
  </ui-view>
1535
1535
  </ui-view>
1536
1536
  </DocumentFragment>
@@ -1776,7 +1776,7 @@ exports[`<Checkout> testID 1`] = `
1776
1776
  common.label.all_rights_reserved
1777
1777
  </ui-text>
1778
1778
  </ui-view>
1779
- <a
1779
+ <ui-a
1780
1780
  class="pressable action small"
1781
1781
  href="https://www.mirai.com/"
1782
1782
  tabindex="0"
@@ -1787,7 +1787,7 @@ exports[`<Checkout> testID 1`] = `
1787
1787
  >
1788
1788
  mirai
1789
1789
  </ui-text>
1790
- </a>
1790
+ </ui-a>
1791
1791
  </ui-view>
1792
1792
  </ui-view>
1793
1793
  </DocumentFragment>
@@ -2032,7 +2032,7 @@ exports[`<Checkout> with a store 1`] = `
2032
2032
  common.label.all_rights_reserved
2033
2033
  </ui-text>
2034
2034
  </ui-view>
2035
- <a
2035
+ <ui-a
2036
2036
  class="pressable action small"
2037
2037
  href="https://www.mirai.com/"
2038
2038
  tabindex="0"
@@ -2043,7 +2043,7 @@ exports[`<Checkout> with a store 1`] = `
2043
2043
  >
2044
2044
  mirai
2045
2045
  </ui-text>
2046
- </a>
2046
+ </ui-a>
2047
2047
  </ui-view>
2048
2048
  </ui-view>
2049
2049
  </DocumentFragment>
@@ -2,7 +2,7 @@
2
2
 
3
3
  exports[`<Checkout> partial:<Form> inherit:className 1`] = `
4
4
  <DocumentFragment>
5
- <form
5
+ <ui-form
6
6
  autocomplete="off"
7
7
  >
8
8
  <ui-text
@@ -1368,7 +1368,7 @@ exports[`<Checkout> partial:<Form> inherit:className 1`] = `
1368
1368
  </span>
1369
1369
  </ui-label>
1370
1370
  </ui-input-option>
1371
- </form>
1371
+ </ui-form>
1372
1372
  <ui-payment
1373
1373
  class="view"
1374
1374
  >
@@ -1424,7 +1424,7 @@ exports[`<Checkout> partial:<Form> inherit:className 1`] = `
1424
1424
  class="view"
1425
1425
  data-testid="payments-container-CARD"
1426
1426
  >
1427
- <form
1427
+ <ui-form
1428
1428
  autocomplete="off"
1429
1429
  >
1430
1430
  <ui-input-text
@@ -1526,7 +1526,7 @@ exports[`<Checkout> partial:<Form> inherit:className 1`] = `
1526
1526
  </ui-view>
1527
1527
  </ui-view>
1528
1528
  </ui-input-text>
1529
- </form>
1529
+ </ui-form>
1530
1530
  </ui-view>
1531
1531
  </ui-view>
1532
1532
  <ui-view
@@ -1609,7 +1609,7 @@ exports[`<Checkout> partial:<Form> inherit:className 1`] = `
1609
1609
  </ui-button>
1610
1610
  </ui-view>
1611
1611
  <ui-scrollview
1612
- class="scrollview vertical"
1612
+ class="scrollview vertical notIndicator"
1613
1613
  vertical="true"
1614
1614
  >
1615
1615
  <ui-view
@@ -1690,7 +1690,7 @@ exports[`<Checkout> partial:<Form> inherit:className 1`] = `
1690
1690
 
1691
1691
  exports[`<Checkout> partial:<Form> renders 1`] = `
1692
1692
  <DocumentFragment>
1693
- <form
1693
+ <ui-form
1694
1694
  autocomplete="off"
1695
1695
  >
1696
1696
  <ui-text
@@ -3056,7 +3056,7 @@ exports[`<Checkout> partial:<Form> renders 1`] = `
3056
3056
  </span>
3057
3057
  </ui-label>
3058
3058
  </ui-input-option>
3059
- </form>
3059
+ </ui-form>
3060
3060
  <ui-payment
3061
3061
  class="view"
3062
3062
  >
@@ -3112,7 +3112,7 @@ exports[`<Checkout> partial:<Form> renders 1`] = `
3112
3112
  class="view"
3113
3113
  data-testid="payments-container-CARD"
3114
3114
  >
3115
- <form
3115
+ <ui-form
3116
3116
  autocomplete="off"
3117
3117
  >
3118
3118
  <ui-input-text
@@ -3214,7 +3214,7 @@ exports[`<Checkout> partial:<Form> renders 1`] = `
3214
3214
  </ui-view>
3215
3215
  </ui-view>
3216
3216
  </ui-input-text>
3217
- </form>
3217
+ </ui-form>
3218
3218
  </ui-view>
3219
3219
  </ui-view>
3220
3220
  <ui-view
@@ -3297,7 +3297,7 @@ exports[`<Checkout> partial:<Form> renders 1`] = `
3297
3297
  </ui-button>
3298
3298
  </ui-view>
3299
3299
  <ui-scrollview
3300
- class="scrollview vertical"
3300
+ class="scrollview vertical notIndicator"
3301
3301
  vertical="true"
3302
3302
  >
3303
3303
  <ui-view
@@ -3378,7 +3378,7 @@ exports[`<Checkout> partial:<Form> renders 1`] = `
3378
3378
 
3379
3379
  exports[`<Checkout> partial:<Form> testID 1`] = `
3380
3380
  <DocumentFragment>
3381
- <form
3381
+ <ui-form
3382
3382
  autocomplete="off"
3383
3383
  data-testid="mirai"
3384
3384
  >
@@ -4745,7 +4745,7 @@ exports[`<Checkout> partial:<Form> testID 1`] = `
4745
4745
  </span>
4746
4746
  </ui-label>
4747
4747
  </ui-input-option>
4748
- </form>
4748
+ </ui-form>
4749
4749
  <ui-payment
4750
4750
  class="view"
4751
4751
  >
@@ -4801,7 +4801,7 @@ exports[`<Checkout> partial:<Form> testID 1`] = `
4801
4801
  class="view"
4802
4802
  data-testid="payments-container-CARD"
4803
4803
  >
4804
- <form
4804
+ <ui-form
4805
4805
  autocomplete="off"
4806
4806
  >
4807
4807
  <ui-input-text
@@ -4903,7 +4903,7 @@ exports[`<Checkout> partial:<Form> testID 1`] = `
4903
4903
  </ui-view>
4904
4904
  </ui-view>
4905
4905
  </ui-input-text>
4906
- </form>
4906
+ </ui-form>
4907
4907
  </ui-view>
4908
4908
  </ui-view>
4909
4909
  <ui-view
@@ -4986,7 +4986,7 @@ exports[`<Checkout> partial:<Form> testID 1`] = `
4986
4986
  </ui-button>
4987
4987
  </ui-view>
4988
4988
  <ui-scrollview
4989
- class="scrollview vertical"
4989
+ class="scrollview vertical notIndicator"
4990
4990
  vertical="true"
4991
4991
  >
4992
4992
  <ui-view
@@ -5067,7 +5067,7 @@ exports[`<Checkout> partial:<Form> testID 1`] = `
5067
5067
 
5068
5068
  exports[`<Checkout> partial:<Form> with a store 1`] = `
5069
5069
  <DocumentFragment>
5070
- <form
5070
+ <ui-form
5071
5071
  autocomplete="off"
5072
5072
  >
5073
5073
  <ui-text
@@ -6433,7 +6433,7 @@ exports[`<Checkout> partial:<Form> with a store 1`] = `
6433
6433
  </span>
6434
6434
  </ui-label>
6435
6435
  </ui-input-option>
6436
- </form>
6436
+ </ui-form>
6437
6437
  <ui-payment
6438
6438
  class="view"
6439
6439
  >
@@ -6489,7 +6489,7 @@ exports[`<Checkout> partial:<Form> with a store 1`] = `
6489
6489
  class="view"
6490
6490
  data-testid="payments-container-CARD"
6491
6491
  >
6492
- <form
6492
+ <ui-form
6493
6493
  autocomplete="off"
6494
6494
  >
6495
6495
  <ui-input-text
@@ -6591,7 +6591,7 @@ exports[`<Checkout> partial:<Form> with a store 1`] = `
6591
6591
  </ui-view>
6592
6592
  </ui-view>
6593
6593
  </ui-input-text>
6594
- </form>
6594
+ </ui-form>
6595
6595
  </ui-view>
6596
6596
  </ui-view>
6597
6597
  <ui-view
@@ -6674,7 +6674,7 @@ exports[`<Checkout> partial:<Form> with a store 1`] = `
6674
6674
  </ui-button>
6675
6675
  </ui-view>
6676
6676
  <ui-scrollview
6677
- class="scrollview vertical"
6677
+ class="scrollview vertical notIndicator"
6678
6678
  vertical="true"
6679
6679
  >
6680
6680
  <ui-view
@@ -6,7 +6,7 @@ exports[`<Deals.Calendar> inherit:className 1`] = `
6
6
  class="view calendar"
7
7
  >
8
8
  <ui-scrollview
9
- class="scrollview snap horizontal scrollview"
9
+ class="scrollview snap horizontal notIndicator scrollview"
10
10
  >
11
11
  <ui-calendar-month
12
12
  class="view month"
@@ -1488,7 +1488,7 @@ exports[`<Deals.Calendar> renders 1`] = `
1488
1488
  class="view calendar"
1489
1489
  >
1490
1490
  <ui-scrollview
1491
- class="scrollview snap horizontal scrollview"
1491
+ class="scrollview snap horizontal notIndicator scrollview"
1492
1492
  >
1493
1493
  <ui-calendar-month
1494
1494
  class="view month"
@@ -2971,7 +2971,7 @@ exports[`<Deals.Calendar> testID 1`] = `
2971
2971
  data-testid="mirai"
2972
2972
  >
2973
2973
  <ui-scrollview
2974
- class="scrollview snap horizontal scrollview"
2974
+ class="scrollview snap horizontal notIndicator scrollview"
2975
2975
  >
2976
2976
  <ui-calendar-month
2977
2977
  class="view month"