@mirai/core 0.4.22 → 0.4.24

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 (17) 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/Rates/Rates.js +4 -2
  8. package/build/components/Rates/Rates.js.map +1 -1
  9. package/build/components/Rates/__tests__/__snapshots__/Rates.test.js.snap +1204 -2244
  10. package/build/components/Rates/components/Filters/__tests__/__snapshots__/FIlters.Button.test.js.snap +1 -2
  11. package/build/components/Rates/components/Filters/__tests__/__snapshots__/Filters.test.js.snap +1 -2
  12. package/build/components/__shared__/BookingDetails/__tests__/__snapshots__/BookingDetails.test.js.snap +9 -174
  13. package/build/components/__shared__/BookingSummary/_tests__/__snapshots__/BookingSummary.test.js.snap +8 -8
  14. package/build/components/__shared__/BookingTable/__tests__/__snapshots__/BookingTable.test.js.snap +1 -1
  15. package/build/components/__shared__/Payment/__tests__/__snapshots__/Payment.test.js.snap +3 -3
  16. package/build/components/__shared__/PriceBreakdown/__tests__/__snapshots__/PriceBreakdown.test.js.snap +5 -5
  17. package/package.json +1 -1
@@ -207,10 +207,6 @@ exports[`<Checkout> Test A/B variant A 1`] = `
207
207
  style="height: 12rem;"
208
208
  />
209
209
  </ui-view>
210
- <ui-view
211
- class="view"
212
- style="flex: 1; max-width: calc(var(--mirai-ui-breakpoint-S) - var(--mirai-ui-space-M) * 2); height: 36rem;"
213
- />
214
210
  </ui-view>
215
211
  </ui-view>
216
212
  </ui-checkout>
@@ -463,10 +459,6 @@ exports[`<Checkout> Test A/B variant B 1`] = `
463
459
  style="height: 12rem;"
464
460
  />
465
461
  </ui-view>
466
- <ui-view
467
- class="view"
468
- style="flex: 1; max-width: calc(var(--mirai-ui-breakpoint-S) - var(--mirai-ui-space-M) * 2); height: 36rem;"
469
- />
470
462
  </ui-view>
471
463
  </ui-view>
472
464
  </ui-checkout>
@@ -719,10 +711,6 @@ exports[`<Checkout> inherit:className 1`] = `
719
711
  style="height: 12rem;"
720
712
  />
721
713
  </ui-view>
722
- <ui-view
723
- class="view"
724
- style="flex: 1; max-width: calc(var(--mirai-ui-breakpoint-S) - var(--mirai-ui-space-M) * 2); height: 36rem;"
725
- />
726
714
  </ui-view>
727
715
  </ui-view>
728
716
  </ui-checkout>
@@ -975,10 +963,6 @@ exports[`<Checkout> prop:session (false) 1`] = `
975
963
  style="height: 12rem;"
976
964
  />
977
965
  </ui-view>
978
- <ui-view
979
- class="view"
980
- style="flex: 1; max-width: calc(var(--mirai-ui-breakpoint-S) - var(--mirai-ui-space-M) * 2); height: 36rem;"
981
- />
982
966
  </ui-view>
983
967
  </ui-view>
984
968
  </ui-checkout>
@@ -1231,10 +1215,6 @@ exports[`<Checkout> prop:skeleton 1`] = `
1231
1215
  style="height: 12rem;"
1232
1216
  />
1233
1217
  </ui-view>
1234
- <ui-view
1235
- class="view"
1236
- style="flex: 1; max-width: calc(var(--mirai-ui-breakpoint-S) - var(--mirai-ui-space-M) * 2); height: 36rem;"
1237
- />
1238
1218
  </ui-view>
1239
1219
  </ui-view>
1240
1220
  </ui-checkout>
@@ -1487,10 +1467,6 @@ exports[`<Checkout> renders 1`] = `
1487
1467
  style="height: 12rem;"
1488
1468
  />
1489
1469
  </ui-view>
1490
- <ui-view
1491
- class="view"
1492
- style="flex: 1; max-width: calc(var(--mirai-ui-breakpoint-S) - var(--mirai-ui-space-M) * 2); height: 36rem;"
1493
- />
1494
1470
  </ui-view>
1495
1471
  </ui-view>
1496
1472
  </ui-checkout>
@@ -1744,10 +1720,6 @@ exports[`<Checkout> testID 1`] = `
1744
1720
  style="height: 12rem;"
1745
1721
  />
1746
1722
  </ui-view>
1747
- <ui-view
1748
- class="view"
1749
- style="flex: 1; max-width: calc(var(--mirai-ui-breakpoint-S) - var(--mirai-ui-space-M) * 2); height: 36rem;"
1750
- />
1751
1723
  </ui-view>
1752
1724
  </ui-view>
1753
1725
  </ui-checkout>
@@ -2000,10 +1972,6 @@ exports[`<Checkout> with a store 1`] = `
2000
1972
  style="height: 12rem;"
2001
1973
  />
2002
1974
  </ui-view>
2003
- <ui-view
2004
- class="view"
2005
- style="flex: 1; max-width: calc(var(--mirai-ui-breakpoint-S) - var(--mirai-ui-space-M) * 2); height: 36rem;"
2006
- />
2007
1975
  </ui-view>
2008
1976
  </ui-view>
2009
1977
  </ui-checkout>