@mirai/core 0.4.21 → 0.4.23

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 (16) hide show
  1. package/build/components/Booking/__tests__/__snapshots__/Booking.test.js.snap +0 -65
  2. package/build/components/Booking/partials/__tests__/__snapshots__/Booking.Information.test.js.snap +4 -4
  3. package/build/components/Booking/partials/__tests__/__snapshots__/Booking.Menu.test.js.snap +24 -624
  4. package/build/components/Checkout/__tests__/__snapshots__/Checkout.test.js.snap +0 -32
  5. package/build/components/Checkout/partials/__tests__/__snapshots__/Checkout.Confirmation.test.js.snap +270 -1362
  6. package/build/components/Checkout/partials/__tests__/__snapshots__/Checkout.Form.test.js.snap +4 -4
  7. package/build/components/Finder/Finder.module.css +0 -1
  8. package/build/components/Rates/__tests__/__snapshots__/Rates.test.js.snap +1204 -2244
  9. package/build/components/Rates/components/Filters/__tests__/__snapshots__/FIlters.Button.test.js.snap +1 -2
  10. package/build/components/Rates/components/Filters/__tests__/__snapshots__/Filters.test.js.snap +1 -2
  11. package/build/components/__shared__/BookingDetails/__tests__/__snapshots__/BookingDetails.test.js.snap +9 -174
  12. package/build/components/__shared__/BookingSummary/_tests__/__snapshots__/BookingSummary.test.js.snap +8 -8
  13. package/build/components/__shared__/BookingTable/__tests__/__snapshots__/BookingTable.test.js.snap +1 -1
  14. package/build/components/__shared__/Payment/__tests__/__snapshots__/Payment.test.js.snap +3 -3
  15. package/build/components/__shared__/PriceBreakdown/__tests__/__snapshots__/PriceBreakdown.test.js.snap +5 -5
  16. package/package.json +1 -1
@@ -215,19 +215,6 @@ exports[`<Booking> inherit:className 1`] = `
215
215
  style="height: 28rem;"
216
216
  />
217
217
  </ui-view>
218
- <ui-view
219
- class="view"
220
- style="flex: 1; gap: 1rem; max-width: calc(var(--mirai-ui-breakpoint-S) - var(--mirai-ui-space-M) * 2);"
221
- >
222
- <ui-view
223
- class="view"
224
- style="height: 16rem;"
225
- />
226
- <ui-view
227
- class="view"
228
- style="height: 8rem;"
229
- />
230
- </ui-view>
231
218
  </ui-view>
232
219
  </ui-view>
233
220
  </ui-view>
@@ -488,19 +475,6 @@ exports[`<Booking> prop:skeleton 1`] = `
488
475
  style="height: 28rem;"
489
476
  />
490
477
  </ui-view>
491
- <ui-view
492
- class="view"
493
- style="flex: 1; gap: 1rem; max-width: calc(var(--mirai-ui-breakpoint-S) - var(--mirai-ui-space-M) * 2);"
494
- >
495
- <ui-view
496
- class="view"
497
- style="height: 16rem;"
498
- />
499
- <ui-view
500
- class="view"
501
- style="height: 8rem;"
502
- />
503
- </ui-view>
504
478
  </ui-view>
505
479
  </ui-view>
506
480
  </ui-view>
@@ -761,19 +735,6 @@ exports[`<Booking> renders 1`] = `
761
735
  style="height: 28rem;"
762
736
  />
763
737
  </ui-view>
764
- <ui-view
765
- class="view"
766
- style="flex: 1; gap: 1rem; max-width: calc(var(--mirai-ui-breakpoint-S) - var(--mirai-ui-space-M) * 2);"
767
- >
768
- <ui-view
769
- class="view"
770
- style="height: 16rem;"
771
- />
772
- <ui-view
773
- class="view"
774
- style="height: 8rem;"
775
- />
776
- </ui-view>
777
738
  </ui-view>
778
739
  </ui-view>
779
740
  </ui-view>
@@ -1035,19 +996,6 @@ exports[`<Booking> testID 1`] = `
1035
996
  style="height: 28rem;"
1036
997
  />
1037
998
  </ui-view>
1038
- <ui-view
1039
- class="view"
1040
- style="flex: 1; gap: 1rem; max-width: calc(var(--mirai-ui-breakpoint-S) - var(--mirai-ui-space-M) * 2);"
1041
- >
1042
- <ui-view
1043
- class="view"
1044
- style="height: 16rem;"
1045
- />
1046
- <ui-view
1047
- class="view"
1048
- style="height: 8rem;"
1049
- />
1050
- </ui-view>
1051
999
  </ui-view>
1052
1000
  </ui-view>
1053
1001
  </ui-view>
@@ -1308,19 +1256,6 @@ exports[`<Booking> with a store 1`] = `
1308
1256
  style="height: 28rem;"
1309
1257
  />
1310
1258
  </ui-view>
1311
- <ui-view
1312
- class="view"
1313
- style="flex: 1; gap: 1rem; max-width: calc(var(--mirai-ui-breakpoint-S) - var(--mirai-ui-space-M) * 2);"
1314
- >
1315
- <ui-view
1316
- class="view"
1317
- style="height: 16rem;"
1318
- />
1319
- <ui-view
1320
- class="view"
1321
- style="height: 8rem;"
1322
- />
1323
- </ui-view>
1324
1259
  </ui-view>
1325
1260
  </ui-view>
1326
1261
  </ui-view>
@@ -6,7 +6,7 @@ exports[`<Booking> partial:<Information> inherit:className 1`] = `
6
6
  class="view mirai"
7
7
  >
8
8
  <ui-text
9
- class="text bold headline-3"
9
+ class="text bold paragraph"
10
10
  >
11
11
  user.label.booking_info
12
12
  </ui-text>
@@ -33,7 +33,7 @@ exports[`<Booking> partial:<Information> renders 1`] = `
33
33
  class="view"
34
34
  >
35
35
  <ui-text
36
- class="text bold headline-3"
36
+ class="text bold paragraph"
37
37
  >
38
38
  user.label.booking_info
39
39
  </ui-text>
@@ -61,7 +61,7 @@ exports[`<Booking> partial:<Information> testID 1`] = `
61
61
  data-testid="mirai"
62
62
  >
63
63
  <ui-text
64
- class="text bold headline-3"
64
+ class="text bold paragraph"
65
65
  >
66
66
  user.label.booking_info
67
67
  </ui-text>
@@ -88,7 +88,7 @@ exports[`<Booking> partial:<Information> with a store 1`] = `
88
88
  class="view"
89
89
  >
90
90
  <ui-text
91
- class="text bold headline-3"
91
+ class="text bold paragraph"
92
92
  >
93
93
  user.label.booking_info
94
94
  </ui-text>