@mirai/core 0.4.36 → 0.4.38

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 (211) hide show
  1. package/build/contexts/PerformanceManager/PerformanceManager.scripts.js +1 -1
  2. package/build/contexts/PerformanceManager/PerformanceManager.scripts.js.map +1 -1
  3. package/package.json +1 -1
  4. package/.env +0 -22
  5. package/.gitlab-ci.yml +0 -4
  6. package/.nvmrc +0 -1
  7. package/__tests__/Booking/__mocks__/booking-delete.json +0 -1
  8. package/__tests__/Booking/__mocks__/booking-get.json +0 -105
  9. package/__tests__/Booking/booking.constants.js +0 -8
  10. package/__tests__/Booking/workflows/cancel.workflow.js +0 -20
  11. package/__tests__/Booking/workflows/index.js +0 -5
  12. package/__tests__/Booking/workflows/openMobileMenu.workflow.js +0 -4
  13. package/__tests__/Booking/workflows/print.workflow.js +0 -13
  14. package/__tests__/Booking/workflows/resend.workflow.js +0 -18
  15. package/__tests__/Booking/workflows/review.workflow.js +0 -17
  16. package/__tests__/BookingQuery/__mocks__/user-booking-get.json +0 -9
  17. package/__tests__/BookingQuery/workflows/index.js +0 -1
  18. package/__tests__/BookingQuery/workflows/login.workflow.js +0 -22
  19. package/__tests__/Checkout/__mocks__/checkout-get.json +0 -935
  20. package/__tests__/Checkout/__mocks__/checkout-post-PAYLATER.json +0 -10
  21. package/__tests__/Checkout/__mocks__/checkout-post-TPV.json +0 -7
  22. package/__tests__/Checkout/__mocks__/checkout-post-TRANSFER.json +0 -10
  23. package/__tests__/Checkout/checkout.constants.js +0 -8
  24. package/__tests__/Checkout/workflows/form.workflow.js +0 -17
  25. package/__tests__/Checkout/workflows/index.js +0 -4
  26. package/__tests__/Checkout/workflows/payment.workflow.js +0 -10
  27. package/__tests__/Checkout/workflows/review.workflow.js +0 -19
  28. package/__tests__/Checkout/workflows/submit.workflow.js +0 -9
  29. package/__tests__/Deals/__mocks__/deals-success.json +0 -739
  30. package/__tests__/Deals/workflows/calendar.workflow.js +0 -14
  31. package/__tests__/Deals/workflows/clear.workflow.js +0 -7
  32. package/__tests__/Deals/workflows/index.js +0 -5
  33. package/__tests__/Deals/workflows/occupation.workflow.js +0 -6
  34. package/__tests__/Deals/workflows/promocode.workflow.js +0 -3
  35. package/__tests__/Deals/workflows/submit.workflow.js +0 -6
  36. package/__tests__/Finder/workflows/calendar.workflow.js +0 -10
  37. package/__tests__/Finder/workflows/index.js +0 -3
  38. package/__tests__/Finder/workflows/occupation.workflow.js +0 -27
  39. package/__tests__/Finder/workflows/promocode.workflow.js +0 -8
  40. package/__tests__/Rates/__mocks__/extras-one-success.json +0 -138
  41. package/__tests__/Rates/__mocks__/extras-success.json +0 -397
  42. package/__tests__/Rates/__mocks__/rates-success.json +0 -731
  43. package/__tests__/Rates/workflows/extras.js +0 -9
  44. package/__tests__/Rates/workflows/extrasExpect.js +0 -11
  45. package/__tests__/Rates/workflows/index.js +0 -4
  46. package/__tests__/Rates/workflows/multiroom.js +0 -26
  47. package/__tests__/Rates/workflows/rates.js +0 -9
  48. package/__tests__/Session/workflows/bookings.workflow.js +0 -18
  49. package/__tests__/Session/workflows/forgotPassword.workflow.js +0 -20
  50. package/__tests__/Session/workflows/index.js +0 -5
  51. package/__tests__/Session/workflows/login.workflow.js +0 -29
  52. package/__tests__/Session/workflows/logout.workflow.js +0 -8
  53. package/__tests__/Session/workflows/profile.workflow.js +0 -49
  54. package/__tests__/Signup/workflows/index.js +0 -2
  55. package/__tests__/Signup/workflows/signup.workflow.js +0 -26
  56. package/__tests__/Signup/workflows/signupError.workflow.js +0 -22
  57. package/__tests__/__screenshots__/rates.spec.jsx/Desktop/Search-multiroom-with-one-extras-1.png +0 -0
  58. package/__tests__/__screenshots__/rates.spec.jsx/Desktop/Search-multiroom-with-some-extras-1.png +0 -0
  59. package/__tests__/__screenshots__/rates.spec.jsx/iPhone-12/Search-multiroom-with-one-extras-1.png +0 -0
  60. package/__tests__/__screenshots__/rates.spec.jsx/iPhone-12/Search-multiroom-with-some-extras-1.png +0 -0
  61. package/__tests__/booking.spec.jsx +0 -34
  62. package/__tests__/bookingQuey.spec.js +0 -43
  63. package/__tests__/buttonFinder.spec.js +0 -16
  64. package/__tests__/checkout.spec.jsx +0 -52
  65. package/__tests__/constants.js +0 -20
  66. package/__tests__/deals.spec.js +0 -30
  67. package/__tests__/finder.spec.js +0 -75
  68. package/__tests__/helpers/closeNotification.js +0 -7
  69. package/__tests__/helpers/getWeekNumber.js +0 -8
  70. package/__tests__/helpers/index.js +0 -2
  71. package/__tests__/rates.spec.jsx +0 -39
  72. package/__tests__/session.spec.js +0 -32
  73. package/__tests__/signup.spec.js +0 -17
  74. package/build/components/BannerLoyalty/__tests__/__snapshots__/BannerLoyalty.skeleton.test.js.snap +0 -287
  75. package/build/components/BannerLoyalty/__tests__/__snapshots__/BannerLoyalty.test.js.snap +0 -102
  76. package/build/components/Booking/__tests__/__snapshots__/Booking.test.js.snap +0 -1302
  77. package/build/components/Booking/components/Field/__tests__/__snapshots__/Field.test.js.snap +0 -139
  78. package/build/components/Booking/components/Hotelverse/__tests__/__snapshots__/Hotelverse.test.js.snap +0 -108
  79. package/build/components/Booking/partials/__tests__/__snapshots__/Booking.FormCancel.test.js.snap +0 -546
  80. package/build/components/Booking/partials/__tests__/__snapshots__/Booking.FormEdit.test.js.snap +0 -46
  81. package/build/components/Booking/partials/__tests__/__snapshots__/Booking.FormResend.test.js.snap +0 -166
  82. package/build/components/Booking/partials/__tests__/__snapshots__/Booking.Information.test.js.snap +0 -110
  83. package/build/components/Booking/partials/__tests__/__snapshots__/Booking.Menu.test.js.snap +0 -82
  84. package/build/components/Booking/partials/__tests__/__snapshots__/Booking.Modal.test.js.snap +0 -432
  85. package/build/components/Booking/partials/__tests__/__snapshots__/Booking.ModalAgency.test.js.snap +0 -319
  86. package/build/components/Booking/partials/__tests__/__snapshots__/Booking.Payment.test.js.snap +0 -178
  87. package/build/components/BookingQuery/__tests__/__snapshots__/BookingQuery.test.js.snap +0 -1048
  88. package/build/components/ButtonFinder/__tests__/__snapshots__/ButtonFinder.test.js.snap +0 -8210
  89. package/build/components/Chat/__tests__/__snapshots__/Chat.constants.test.js.snap +0 -30
  90. package/build/components/Chat/__tests__/__snapshots__/Chat.test.js.snap +0 -634
  91. package/build/components/Chat/components/Avatar/__tests__/__snapshots__/Avatar.test.jsx.snap +0 -97
  92. package/build/components/Chat/components/Input/__tests__/__snapshots__/Input.test.jsx.snap +0 -178
  93. package/build/components/Chat/components/InputRich/__tests__/__snapshots__/InputRich.test.jsx.snap +0 -282
  94. package/build/components/Chat/components/Message/__tests__/__snapshots__/Message.test.jsx.snap +0 -211
  95. package/build/components/Chat/components/Message/components/__tests__/__snapshots__/Booking.test.js.snap +0 -65
  96. package/build/components/Chat/components/Message/components/__tests__/__snapshots__/Card.test.js.snap +0 -29
  97. package/build/components/Chat/components/Message/components/__tests__/__snapshots__/Environment.test.js.snap +0 -44
  98. package/build/components/Chat/components/Offline/__tests__/__snapshots__/Offline.test.js.snap +0 -162
  99. package/build/components/Chat/helpers/__tests__/__snapshots__/getVerboseDate.test.js.snap +0 -9
  100. package/build/components/Checkout/__tests__/__snapshots__/Checkout.test.js.snap +0 -2018
  101. package/build/components/Checkout/components/InputRadio/__tests__/__snapshots__/InputRadio.test.js.snap +0 -347
  102. package/build/components/Checkout/partials/__tests__/__snapshots__/Checkout.Confirmation.test.js.snap +0 -418
  103. package/build/components/Checkout/partials/__tests__/__snapshots__/Checkout.Form.test.js.snap +0 -6754
  104. package/build/components/Deals/__tests__/__snapshots__/Deals.Calendar.test.js.snap +0 -4449
  105. package/build/components/Deals/__tests__/__snapshots__/Deals.constants.js.snap +0 -15
  106. package/build/components/Deals/__tests__/__snapshots__/Deals.test.js.snap +0 -7828
  107. package/build/components/Deals/helpers/__tests__/__mocks__/deal.json +0 -25
  108. package/build/components/Environment/__tests__/__snapshots__/Environment.State.test.js.snap +0 -120
  109. package/build/components/Environment/__tests__/__snapshots__/Environment.test.js.snap +0 -988
  110. package/build/components/Finder/__tests__/__snapshots__/Finder.constants.test.js.snap +0 -39
  111. package/build/components/Finder/__tests__/__snapshots__/Finder.test.js.snap +0 -22237
  112. package/build/components/Finder/components/Calendar/__tests__/__mocks__/prices.json +0 -11
  113. package/build/components/Finder/components/Calendar/__tests__/__snapshots__/Calendar.test.js.snap +0 -11108
  114. package/build/components/Finder/components/Places/__tests__/__mocks__/places.json +0 -44
  115. package/build/components/Finder/components/Places/__tests__/__snapshots__/Places.test.js.snap +0 -324
  116. package/build/components/Finder/helpers/__tests__/__mocks__/dataSource.json +0 -1382
  117. package/build/components/Finder/helpers/__tests__/__snapshots__/getForwarderUrl.test.js.snap +0 -7
  118. package/build/components/Header/__tests__/__snapshots__/Header.test.js.snap +0 -1187
  119. package/build/components/Profile/components/Bookings/__tests__/__snapshots__/Bookings.test.js.snap +0 -19
  120. package/build/components/Rates/__tests__/__snapshots__/Rates.Content.test.js.snap +0 -41
  121. package/build/components/Rates/__tests__/__snapshots__/Rates.Footer.test.js.snap +0 -50
  122. package/build/components/Rates/__tests__/__snapshots__/Rates.Header.test.js.snap +0 -3
  123. package/build/components/Rates/__tests__/__snapshots__/Rates.RoomSelector.test.js.snap +0 -3
  124. package/build/components/Rates/__tests__/__snapshots__/Rates.Unavailability.test.js.snap +0 -53
  125. package/build/components/Rates/__tests__/__snapshots__/Rates.test.js.snap +0 -11760
  126. package/build/components/Rates/components/CardHotel/__tests__/__snapshots__/CardHotel.test.js.snap +0 -113
  127. package/build/components/Rates/components/Filters/__tests__/__snapshots__/FIlters.Button.test.js.snap +0 -32
  128. package/build/components/Rates/components/Filters/__tests__/__snapshots__/Filters.Amenity.test.js.snap +0 -21
  129. package/build/components/Rates/components/Filters/__tests__/__snapshots__/Filters.BookingOption.test.js.snap +0 -32
  130. package/build/components/Rates/components/Filters/__tests__/__snapshots__/Filters.test.js.snap +0 -167
  131. package/build/components/Rates/components/Hotelverse/__tests__/__snapshots__/Hotelverse.test.js.snap +0 -3
  132. package/build/components/Rates/components/Item/__tests__/__snapshots__/Item.Preview.test.js.snap +0 -96
  133. package/build/components/Rates/components/Item/__tests__/__snapshots__/Item.Rates.test.js.snap +0 -9
  134. package/build/components/Rates/components/Item/__tests__/__snapshots__/Item.Summary.test.js.snap +0 -53
  135. package/build/components/Rates/components/Item/__tests__/__snapshots__/Item.test.js.snap +0 -154
  136. package/build/components/Rates/components/Item/components/Amenities/__tests__/__snapshots__/Amenities.test.js.snap +0 -3
  137. package/build/components/Rates/components/Item/components/Countdown/__tests__/__snapshots__/Countdown.test.js.snap +0 -3
  138. package/build/components/Rates/components/Item/components/Features/__tests__/__snapshots__/Features.test.js.snap +0 -40
  139. package/build/components/Rates/components/Item/components/ModalCancellationInfo/__tests__/__snapshots__/ModalCancellationInfo.test.js.snap +0 -35
  140. package/build/components/Rates/components/Item/components/ModalInfo/__tests__/__snapshots__/ModalInfo.test.js.snap +0 -72
  141. package/build/components/Rates/components/Item/components/ModalOfferInfo/__tests__/__snapshots__/ModalOfferInfo.test.js.snap +0 -49
  142. package/build/components/Rates/components/Item/components/ModalUrl/__tests__/__snapshots__/ModalUrl.test.js.snap +0 -50
  143. package/build/components/Rates/components/Item/components/Option/__tests__/__snapshots__/Option.test.js.snap +0 -18
  144. package/build/components/Rates/components/Item/components/PriceDetails/__tests__/__snapshots__/PriceDetails.test.js.snap +0 -23
  145. package/build/components/Rates/components/Item/components/RateDetails/__tests__/__snapshots__/RateDetails.test.js.snap +0 -3
  146. package/build/components/Rates/components/Item/components/Slider/__tests__/__snapshots__/Slider.test.js.snap +0 -27
  147. package/build/components/Rates/components/Item/components/TooltipDates/__tests__/__snapshots__/TooltipDates.test.js.snap +0 -3
  148. package/build/components/Rates/components/ModalClubRate/__tests__/__snapshots__/ModalClubRate.test.js.snap +0 -257
  149. package/build/components/Rates/components/ModalExtras/__tests__/__snapshots__/ModalExtras.test.js.snap +0 -68
  150. package/build/components/Rates/components/ModalMapView/__tests__/__snapshots__/ModalMapView.test.js.snap +0 -78
  151. package/build/components/Session/__tests__/__snapshots__/Session.test.js.snap +0 -260
  152. package/build/components/Signup/__tests__/__snapshots__/Signup.test.js.snap +0 -1091
  153. package/build/components/__shared__/BookingDates/__tests__/__snapshots__/BookingDates.test.js.snap +0 -208
  154. package/build/components/__shared__/BookingDetails/__tests__/__snapshots__/BookingDetails.test.js.snap +0 -2190
  155. package/build/components/__shared__/BookingTable/__tests__/__snapshots__/BookingTable.Row.test.js.snap +0 -500
  156. package/build/components/__shared__/BookingTable/__tests__/__snapshots__/BookingTable.test.js.snap +0 -745
  157. package/build/components/__shared__/BookingTerms/__tests__/__snapshots__/BookingTerms.test.js.snap +0 -450
  158. package/build/components/__shared__/ButtonMore/__tests__/__snapshots__/ButtonMore.test.js.snap +0 -115
  159. package/build/components/__shared__/ButtonPayment/__tests__/__snapshots__/ButtonPayment.test.js.snap +0 -206
  160. package/build/components/__shared__/ButtonPayment/components/Form/__tests__/__snapshots__/Form.test.js.snap +0 -65
  161. package/build/components/__shared__/ButtonPayment/components/FormAddon/__tests__/__snapshots__/FormAddon.test.js.snap +0 -68
  162. package/build/components/__shared__/ButtonPayment/components/FormCheckout/__tests__/__snapshots__/FormCheckout.test.js.snap +0 -356
  163. package/build/components/__shared__/ButtonPayment/components/FormCheckout/helpers/__tests__/__snapshots__/getStyle.test.js.snap +0 -23
  164. package/build/components/__shared__/ButtonPayment/components/FormPaycomet/__tests__/__snapshots__/FormPaycomet.test.js.snap +0 -165
  165. package/build/components/__shared__/ButtonPayment/components/FormSipay/__tests__/__snapshots__/FormSipay.test.js.snap +0 -161
  166. package/build/components/__shared__/ButtonPayment/components/InputField/__tests__/__snapshots__/InputField.test.js.snap +0 -190
  167. package/build/components/__shared__/Card/__tests__/__snapshots__/Card.test.js.snap +0 -34
  168. package/build/components/__shared__/Countdown/__tests__/__snapshots__/Countdown.test.js.snap +0 -42
  169. package/build/components/__shared__/Field/__tests__/__snapshots__/Field.test.js.snap +0 -1018
  170. package/build/components/__shared__/FieldOccupation/__tests__/__snapshots__/FieldOccupation.test.js.snap +0 -2243
  171. package/build/components/__shared__/FieldPromocode/__tests__/__snapshots__/FieldPromocode.test.jsx.snap +0 -373
  172. package/build/components/__shared__/Footer/__tests__/__snapshots__/Footer.test.js.snap +0 -178
  173. package/build/components/__shared__/NotificationRequiredFields/__tests__/__snapshots__/NotificationRequiredFields.test.js.snap +0 -118
  174. package/build/components/__shared__/Occupation/__tests__/__mocks__/occupation.json +0 -17
  175. package/build/components/__shared__/Occupation/__tests__/__snapshots__/Occupation.test.js.snap +0 -3754
  176. package/build/components/__shared__/Payment/__tests__/__snapshots__/Payment.test.js.snap +0 -1109
  177. package/build/components/__shared__/Payment/components/AmazonPay/__tests__/__snapshots__/AmazonPay.test.js.snap +0 -23
  178. package/build/components/__shared__/Payment/components/Aplazame/__tests__/__snapshots__/Aplazame.test.js.snap +0 -33
  179. package/build/components/__shared__/Payment/components/Card/__tests__/__snapshots__/Card.test.js.snap +0 -933
  180. package/build/components/__shared__/Payment/components/PCI/__tests__/__snapshots__/PCI.test.js.snap +0 -474
  181. package/build/components/__shared__/Payment/components/Tpv/__tests__/__snapshots__/Tpv.test.js.snap +0 -98
  182. package/build/components/__shared__/PriceBreakdown/__tests__/__snapshots__/PriceBreakdown.Line.test.js.snap +0 -49
  183. package/build/components/__shared__/PriceBreakdown/__tests__/__snapshots__/PriceBreakdown.test.js.snap +0 -337
  184. package/build/components/__shared__/SelectEnvironment/__tests__/__snapshots__/SelectEnvironment.test.js.snap +0 -1192
  185. package/build/components/__shared__/Skeleton/__tests__/__snapshots__/Skeleton.test.js.snap +0 -66
  186. package/build/components/__shared__/TextRequiredFields/__tests__/__snapshots__/TextRequiredFields.test.js.snap +0 -41
  187. package/build/components/helpers/__tests__/__mocks__/hotels.json +0 -87
  188. package/build/components/helpers/__tests__/__snapshots__/parseHtml.test.js.snap +0 -317
  189. package/playwright.config.js +0 -50
  190. package/public/App.Container.jsx +0 -147
  191. package/public/App.jsx +0 -34
  192. package/public/App.module.css +0 -153
  193. package/public/index.html +0 -32
  194. package/public/index.template.html +0 -19
  195. package/public/performance/index.html +0 -159
  196. package/public/routes/Deals.jsx +0 -20
  197. package/public/routes/Finder.jsx +0 -19
  198. package/public/routes/Home.constants.js +0 -52
  199. package/public/routes/Home.jsx +0 -131
  200. package/public/routes/NotFound.jsx +0 -23
  201. package/public/routes/Profile.jsx +0 -21
  202. package/public/routes/Signup.jsx +0 -20
  203. package/public/routes/Step0-Accommodations.jsx +0 -4
  204. package/public/routes/Step1-Rates.jsx +0 -12
  205. package/public/routes/Step2-Checkout.jsx +0 -4
  206. package/public/routes/Step3-Booking.jsx +0 -4
  207. package/public/routes/components/Logo.jsx +0 -18
  208. package/public/routes/components/index.js +0 -1
  209. package/public/routes/index.js +0 -10
  210. package/public/routes/routes.module.css +0 -259
  211. package/public/themes/monalisa.theme.css +0 -45
@@ -1,745 +0,0 @@
1
- // Jest Snapshot v1, https://goo.gl/fbAQLP
2
-
3
- exports[`<BookingTable> inherit:className 1`] = `
4
- <DocumentFragment>
5
- <ui-view
6
- class="view mirai"
7
- >
8
- <ui-view
9
- class="view row"
10
- >
11
- <ui-view
12
- class="view"
13
- >
14
- <ui-view
15
- class="view row"
16
- >
17
- <ui-text
18
- class="text action"
19
- />
20
- </ui-view>
21
- <ui-view
22
- class="view row"
23
- >
24
- <ui-view
25
- class="view row wide"
26
- />
27
- </ui-view>
28
- </ui-view>
29
- <ui-view
30
- class="view"
31
- >
32
- <ui-text
33
- class="text action"
34
- />
35
- </ui-view>
36
- <ui-view
37
- class="view"
38
- >
39
- <ui-text
40
- class="text action"
41
- >
42
- common.label.free
43
- </ui-text>
44
- </ui-view>
45
- </ui-view>
46
- <ui-view
47
- class="view row"
48
- >
49
- <ui-view
50
- class="view"
51
- >
52
- <ui-view
53
- class="view row"
54
- >
55
- <ui-text
56
- class="text action"
57
- />
58
- </ui-view>
59
- <ui-view
60
- class="view row"
61
- >
62
- <ui-view
63
- class="view row wide"
64
- />
65
- </ui-view>
66
- </ui-view>
67
- <ui-view
68
- class="view"
69
- >
70
- <ui-text
71
- class="text action"
72
- />
73
- </ui-view>
74
- <ui-view
75
- class="view"
76
- >
77
- <ui-text
78
- class="text action"
79
- >
80
- common.label.free
81
- </ui-text>
82
- </ui-view>
83
- </ui-view>
84
- <ui-view
85
- class="view row"
86
- >
87
- <ui-view
88
- class="view"
89
- >
90
- <ui-view
91
- class="view row"
92
- >
93
- <ui-text
94
- class="text action"
95
- />
96
- </ui-view>
97
- <ui-view
98
- class="view row"
99
- >
100
- <ui-view
101
- class="view row wide"
102
- />
103
- </ui-view>
104
- </ui-view>
105
- <ui-view
106
- class="view"
107
- >
108
- <ui-text
109
- class="text action"
110
- />
111
- </ui-view>
112
- <ui-view
113
- class="view"
114
- >
115
- <ui-text
116
- class="text action"
117
- >
118
- common.label.free
119
- </ui-text>
120
- </ui-view>
121
- </ui-view>
122
- </ui-view>
123
- </DocumentFragment>
124
- `;
125
-
126
- exports[`<BookingTable> prop:currency 1`] = `
127
- <DocumentFragment>
128
- <ui-view
129
- class="view"
130
- >
131
- <ui-view
132
- class="view row"
133
- >
134
- <ui-view
135
- class="view"
136
- >
137
- <ui-view
138
- class="view row"
139
- >
140
- <ui-text
141
- class="text action"
142
- />
143
- </ui-view>
144
- <ui-view
145
- class="view row"
146
- >
147
- <ui-view
148
- class="view row wide"
149
- />
150
- </ui-view>
151
- </ui-view>
152
- <ui-view
153
- class="view"
154
- >
155
- <ui-text
156
- class="text action"
157
- />
158
- </ui-view>
159
- <ui-view
160
- class="view"
161
- >
162
- <ui-text
163
- class="text action"
164
- >
165
- common.label.free
166
- </ui-text>
167
- </ui-view>
168
- </ui-view>
169
- <ui-view
170
- class="view row"
171
- >
172
- <ui-view
173
- class="view"
174
- >
175
- <ui-view
176
- class="view row"
177
- >
178
- <ui-text
179
- class="text action"
180
- />
181
- </ui-view>
182
- <ui-view
183
- class="view row"
184
- >
185
- <ui-view
186
- class="view row wide"
187
- />
188
- </ui-view>
189
- </ui-view>
190
- <ui-view
191
- class="view"
192
- >
193
- <ui-text
194
- class="text action"
195
- />
196
- </ui-view>
197
- <ui-view
198
- class="view"
199
- >
200
- <ui-text
201
- class="text action"
202
- >
203
- common.label.free
204
- </ui-text>
205
- </ui-view>
206
- </ui-view>
207
- <ui-view
208
- class="view row"
209
- >
210
- <ui-view
211
- class="view"
212
- >
213
- <ui-view
214
- class="view row"
215
- >
216
- <ui-text
217
- class="text action"
218
- />
219
- </ui-view>
220
- <ui-view
221
- class="view row"
222
- >
223
- <ui-view
224
- class="view row wide"
225
- />
226
- </ui-view>
227
- </ui-view>
228
- <ui-view
229
- class="view"
230
- >
231
- <ui-text
232
- class="text action"
233
- />
234
- </ui-view>
235
- <ui-view
236
- class="view"
237
- >
238
- <ui-text
239
- class="text action"
240
- >
241
- common.label.free
242
- </ui-text>
243
- </ui-view>
244
- </ui-view>
245
- </ui-view>
246
- </DocumentFragment>
247
- `;
248
-
249
- exports[`<BookingTable> prop:expanded 1`] = `
250
- <DocumentFragment>
251
- <ui-view
252
- class="view"
253
- >
254
- <ui-view
255
- class="view row"
256
- >
257
- <ui-view
258
- class="view"
259
- >
260
- <ui-view
261
- class="view row"
262
- >
263
- <ui-text
264
- class="text action"
265
- />
266
- </ui-view>
267
- <ui-view
268
- class="view row"
269
- >
270
- <ui-view
271
- class="view row wide"
272
- />
273
- </ui-view>
274
- </ui-view>
275
- <ui-view
276
- class="view"
277
- >
278
- <ui-text
279
- class="text action"
280
- />
281
- </ui-view>
282
- <ui-view
283
- class="view"
284
- >
285
- <ui-text
286
- class="text action"
287
- >
288
- common.label.free
289
- </ui-text>
290
- </ui-view>
291
- </ui-view>
292
- <ui-view
293
- class="view row"
294
- >
295
- <ui-view
296
- class="view"
297
- >
298
- <ui-view
299
- class="view row"
300
- >
301
- <ui-text
302
- class="text action"
303
- />
304
- </ui-view>
305
- <ui-view
306
- class="view row"
307
- >
308
- <ui-view
309
- class="view row wide"
310
- />
311
- </ui-view>
312
- </ui-view>
313
- <ui-view
314
- class="view"
315
- >
316
- <ui-text
317
- class="text action"
318
- />
319
- </ui-view>
320
- <ui-view
321
- class="view"
322
- >
323
- <ui-text
324
- class="text action"
325
- >
326
- common.label.free
327
- </ui-text>
328
- </ui-view>
329
- </ui-view>
330
- <ui-view
331
- class="view row"
332
- >
333
- <ui-view
334
- class="view"
335
- >
336
- <ui-view
337
- class="view row"
338
- >
339
- <ui-text
340
- class="text action"
341
- />
342
- </ui-view>
343
- <ui-view
344
- class="view row"
345
- >
346
- <ui-view
347
- class="view row wide"
348
- />
349
- </ui-view>
350
- </ui-view>
351
- <ui-view
352
- class="view"
353
- >
354
- <ui-text
355
- class="text action"
356
- />
357
- </ui-view>
358
- <ui-view
359
- class="view"
360
- >
361
- <ui-text
362
- class="text action"
363
- >
364
- common.label.free
365
- </ui-text>
366
- </ui-view>
367
- </ui-view>
368
- </ui-view>
369
- </DocumentFragment>
370
- `;
371
-
372
- exports[`<BookingTable> prop:label 1`] = `
373
- <DocumentFragment>
374
- <ui-view
375
- class="view"
376
- >
377
- <ui-text
378
- class="text bold paragraph"
379
- >
380
- label
381
- </ui-text>
382
- <ui-view
383
- class="view row"
384
- >
385
- <ui-view
386
- class="view"
387
- >
388
- <ui-view
389
- class="view row"
390
- >
391
- <ui-text
392
- class="text action"
393
- />
394
- </ui-view>
395
- <ui-view
396
- class="view row"
397
- >
398
- <ui-view
399
- class="view row wide"
400
- />
401
- </ui-view>
402
- </ui-view>
403
- <ui-view
404
- class="view"
405
- >
406
- <ui-text
407
- class="text action"
408
- />
409
- </ui-view>
410
- <ui-view
411
- class="view"
412
- >
413
- <ui-text
414
- class="text action"
415
- >
416
- common.label.free
417
- </ui-text>
418
- </ui-view>
419
- </ui-view>
420
- <ui-view
421
- class="view row"
422
- >
423
- <ui-view
424
- class="view"
425
- >
426
- <ui-view
427
- class="view row"
428
- >
429
- <ui-text
430
- class="text action"
431
- />
432
- </ui-view>
433
- <ui-view
434
- class="view row"
435
- >
436
- <ui-view
437
- class="view row wide"
438
- />
439
- </ui-view>
440
- </ui-view>
441
- <ui-view
442
- class="view"
443
- >
444
- <ui-text
445
- class="text action"
446
- />
447
- </ui-view>
448
- <ui-view
449
- class="view"
450
- >
451
- <ui-text
452
- class="text action"
453
- >
454
- common.label.free
455
- </ui-text>
456
- </ui-view>
457
- </ui-view>
458
- <ui-view
459
- class="view row"
460
- >
461
- <ui-view
462
- class="view"
463
- >
464
- <ui-view
465
- class="view row"
466
- >
467
- <ui-text
468
- class="text action"
469
- />
470
- </ui-view>
471
- <ui-view
472
- class="view row"
473
- >
474
- <ui-view
475
- class="view row wide"
476
- />
477
- </ui-view>
478
- </ui-view>
479
- <ui-view
480
- class="view"
481
- >
482
- <ui-text
483
- class="text action"
484
- />
485
- </ui-view>
486
- <ui-view
487
- class="view"
488
- >
489
- <ui-text
490
- class="text action"
491
- >
492
- common.label.free
493
- </ui-text>
494
- </ui-view>
495
- </ui-view>
496
- </ui-view>
497
- </DocumentFragment>
498
- `;
499
-
500
- exports[`<BookingTable> renders 1`] = `
501
- <DocumentFragment>
502
- <ui-view
503
- class="view"
504
- >
505
- <ui-view
506
- class="view row"
507
- >
508
- <ui-view
509
- class="view"
510
- >
511
- <ui-view
512
- class="view row"
513
- >
514
- <ui-text
515
- class="text action"
516
- />
517
- </ui-view>
518
- <ui-view
519
- class="view row"
520
- >
521
- <ui-view
522
- class="view row wide"
523
- />
524
- </ui-view>
525
- </ui-view>
526
- <ui-view
527
- class="view"
528
- >
529
- <ui-text
530
- class="text action"
531
- />
532
- </ui-view>
533
- <ui-view
534
- class="view"
535
- >
536
- <ui-text
537
- class="text action"
538
- >
539
- common.label.free
540
- </ui-text>
541
- </ui-view>
542
- </ui-view>
543
- <ui-view
544
- class="view row"
545
- >
546
- <ui-view
547
- class="view"
548
- >
549
- <ui-view
550
- class="view row"
551
- >
552
- <ui-text
553
- class="text action"
554
- />
555
- </ui-view>
556
- <ui-view
557
- class="view row"
558
- >
559
- <ui-view
560
- class="view row wide"
561
- />
562
- </ui-view>
563
- </ui-view>
564
- <ui-view
565
- class="view"
566
- >
567
- <ui-text
568
- class="text action"
569
- />
570
- </ui-view>
571
- <ui-view
572
- class="view"
573
- >
574
- <ui-text
575
- class="text action"
576
- >
577
- common.label.free
578
- </ui-text>
579
- </ui-view>
580
- </ui-view>
581
- <ui-view
582
- class="view row"
583
- >
584
- <ui-view
585
- class="view"
586
- >
587
- <ui-view
588
- class="view row"
589
- >
590
- <ui-text
591
- class="text action"
592
- />
593
- </ui-view>
594
- <ui-view
595
- class="view row"
596
- >
597
- <ui-view
598
- class="view row wide"
599
- />
600
- </ui-view>
601
- </ui-view>
602
- <ui-view
603
- class="view"
604
- >
605
- <ui-text
606
- class="text action"
607
- />
608
- </ui-view>
609
- <ui-view
610
- class="view"
611
- >
612
- <ui-text
613
- class="text action"
614
- >
615
- common.label.free
616
- </ui-text>
617
- </ui-view>
618
- </ui-view>
619
- </ui-view>
620
- </DocumentFragment>
621
- `;
622
-
623
- exports[`<BookingTable> testID 1`] = `
624
- <DocumentFragment>
625
- <ui-view
626
- class="view"
627
- data-testid="mirai"
628
- >
629
- <ui-view
630
- class="view row"
631
- >
632
- <ui-view
633
- class="view"
634
- >
635
- <ui-view
636
- class="view row"
637
- >
638
- <ui-text
639
- class="text action"
640
- />
641
- </ui-view>
642
- <ui-view
643
- class="view row"
644
- >
645
- <ui-view
646
- class="view row wide"
647
- />
648
- </ui-view>
649
- </ui-view>
650
- <ui-view
651
- class="view"
652
- >
653
- <ui-text
654
- class="text action"
655
- />
656
- </ui-view>
657
- <ui-view
658
- class="view"
659
- >
660
- <ui-text
661
- class="text action"
662
- >
663
- common.label.free
664
- </ui-text>
665
- </ui-view>
666
- </ui-view>
667
- <ui-view
668
- class="view row"
669
- >
670
- <ui-view
671
- class="view"
672
- >
673
- <ui-view
674
- class="view row"
675
- >
676
- <ui-text
677
- class="text action"
678
- />
679
- </ui-view>
680
- <ui-view
681
- class="view row"
682
- >
683
- <ui-view
684
- class="view row wide"
685
- />
686
- </ui-view>
687
- </ui-view>
688
- <ui-view
689
- class="view"
690
- >
691
- <ui-text
692
- class="text action"
693
- />
694
- </ui-view>
695
- <ui-view
696
- class="view"
697
- >
698
- <ui-text
699
- class="text action"
700
- >
701
- common.label.free
702
- </ui-text>
703
- </ui-view>
704
- </ui-view>
705
- <ui-view
706
- class="view row"
707
- >
708
- <ui-view
709
- class="view"
710
- >
711
- <ui-view
712
- class="view row"
713
- >
714
- <ui-text
715
- class="text action"
716
- />
717
- </ui-view>
718
- <ui-view
719
- class="view row"
720
- >
721
- <ui-view
722
- class="view row wide"
723
- />
724
- </ui-view>
725
- </ui-view>
726
- <ui-view
727
- class="view"
728
- >
729
- <ui-text
730
- class="text action"
731
- />
732
- </ui-view>
733
- <ui-view
734
- class="view"
735
- >
736
- <ui-text
737
- class="text action"
738
- >
739
- common.label.free
740
- </ui-text>
741
- </ui-view>
742
- </ui-view>
743
- </ui-view>
744
- </DocumentFragment>
745
- `;