@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,432 +0,0 @@
1
- // Jest Snapshot v1, https://goo.gl/fbAQLP
2
-
3
- exports[`<Booking> partial:<Modal> inherit:className 1`] = `
4
- <DocumentFragment>
5
- <ui-modal-overflow
6
- class="pressable container overflow"
7
- style="height: 768px;"
8
- tabindex="0"
9
- >
10
- <ui-modal
11
- class="view fit modal calcWidth mirai"
12
- >
13
- <ui-view
14
- class="view row header hideBack"
15
- >
16
- <ui-text
17
- class="text headline-3 title"
18
- >
19
- user.action.resend_booking
20
- </ui-text>
21
- <ui-button
22
- class="pressable button small squared transparent"
23
- tabindex="0"
24
- >
25
- <ui-icon
26
- class="icon headline-3 icon"
27
- >
28
- <svg
29
- fill="currentColor"
30
- height="1em"
31
- stroke="currentColor"
32
- stroke-width="0"
33
- viewBox="0 0 24 24"
34
- width="1em"
35
- xmlns="http://www.w3.org/2000/svg"
36
- >
37
- <path
38
- d="M0 0h24v24H0V0z"
39
- fill="none"
40
- />
41
- <path
42
- d="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z"
43
- />
44
- </svg>
45
- </ui-icon>
46
- </ui-button>
47
- </ui-view>
48
- <ui-view
49
- class="view"
50
- >
51
- <ui-view
52
- class="view"
53
- >
54
- <ui-text
55
- class="text paragraph"
56
- >
57
- user.label.email_text
58
- </ui-text>
59
- <ui-input-text
60
- class="view inputContainer"
61
- >
62
- <ui-view
63
- class="view row inputBorder"
64
- >
65
- <ui-view
66
- class="view wide content"
67
- >
68
- <ui-label
69
- class="text paragraph text label"
70
- htmlfor="input.email"
71
- >
72
- common.label.email
73
- </ui-label>
74
- <input
75
- class="input input withLabel"
76
- id="input.email"
77
- name="email"
78
- required=""
79
- type="email"
80
- value=""
81
- />
82
- </ui-view>
83
- </ui-view>
84
- </ui-input-text>
85
- </ui-view>
86
- <ui-view
87
- class="view row"
88
- >
89
- <ui-button
90
- class="pressable button large secondary wide"
91
- data-testid="cancel-button"
92
- tabindex="0"
93
- >
94
- common.action.back
95
- </ui-button>
96
- <ui-button
97
- class="pressable button large wide"
98
- data-testid="submit-button"
99
- tabindex="0"
100
- >
101
- common.action.send
102
- </ui-button>
103
- </ui-view>
104
- </ui-view>
105
- </ui-modal>
106
- </ui-modal-overflow>
107
- </DocumentFragment>
108
- `;
109
-
110
- exports[`<Booking> partial:<Modal> renders 1`] = `
111
- <DocumentFragment>
112
- <ui-modal-overflow
113
- class="pressable container overflow"
114
- style="height: 768px;"
115
- tabindex="0"
116
- >
117
- <ui-modal
118
- class="view fit modal calcWidth"
119
- >
120
- <ui-view
121
- class="view row header hideBack"
122
- >
123
- <ui-text
124
- class="text headline-3 title"
125
- >
126
- user.action.resend_booking
127
- </ui-text>
128
- <ui-button
129
- class="pressable button small squared transparent"
130
- tabindex="0"
131
- >
132
- <ui-icon
133
- class="icon headline-3 icon"
134
- >
135
- <svg
136
- fill="currentColor"
137
- height="1em"
138
- stroke="currentColor"
139
- stroke-width="0"
140
- viewBox="0 0 24 24"
141
- width="1em"
142
- xmlns="http://www.w3.org/2000/svg"
143
- >
144
- <path
145
- d="M0 0h24v24H0V0z"
146
- fill="none"
147
- />
148
- <path
149
- d="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z"
150
- />
151
- </svg>
152
- </ui-icon>
153
- </ui-button>
154
- </ui-view>
155
- <ui-view
156
- class="view"
157
- >
158
- <ui-view
159
- class="view"
160
- >
161
- <ui-text
162
- class="text paragraph"
163
- >
164
- user.label.email_text
165
- </ui-text>
166
- <ui-input-text
167
- class="view inputContainer"
168
- >
169
- <ui-view
170
- class="view row inputBorder"
171
- >
172
- <ui-view
173
- class="view wide content"
174
- >
175
- <ui-label
176
- class="text paragraph text label"
177
- htmlfor="input.email"
178
- >
179
- common.label.email
180
- </ui-label>
181
- <input
182
- class="input input withLabel"
183
- id="input.email"
184
- name="email"
185
- required=""
186
- type="email"
187
- value=""
188
- />
189
- </ui-view>
190
- </ui-view>
191
- </ui-input-text>
192
- </ui-view>
193
- <ui-view
194
- class="view row"
195
- >
196
- <ui-button
197
- class="pressable button large secondary wide"
198
- data-testid="cancel-button"
199
- tabindex="0"
200
- >
201
- common.action.back
202
- </ui-button>
203
- <ui-button
204
- class="pressable button large wide"
205
- data-testid="submit-button"
206
- tabindex="0"
207
- >
208
- common.action.send
209
- </ui-button>
210
- </ui-view>
211
- </ui-view>
212
- </ui-modal>
213
- </ui-modal-overflow>
214
- </DocumentFragment>
215
- `;
216
-
217
- exports[`<Booking> partial:<Modal> testID 1`] = `
218
- <DocumentFragment>
219
- <ui-modal-overflow
220
- class="pressable container overflow"
221
- data-testid="mirai-overflow"
222
- style="height: 768px;"
223
- tabindex="0"
224
- >
225
- <ui-modal
226
- class="view fit modal calcWidth"
227
- data-testid="mirai"
228
- >
229
- <ui-view
230
- class="view row header hideBack"
231
- >
232
- <ui-text
233
- class="text headline-3 title"
234
- >
235
- user.action.resend_booking
236
- </ui-text>
237
- <ui-button
238
- class="pressable button small squared transparent"
239
- data-testid="mirai-button-close"
240
- tabindex="0"
241
- >
242
- <ui-icon
243
- class="icon headline-3 icon"
244
- >
245
- <svg
246
- fill="currentColor"
247
- height="1em"
248
- stroke="currentColor"
249
- stroke-width="0"
250
- viewBox="0 0 24 24"
251
- width="1em"
252
- xmlns="http://www.w3.org/2000/svg"
253
- >
254
- <path
255
- d="M0 0h24v24H0V0z"
256
- fill="none"
257
- />
258
- <path
259
- d="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z"
260
- />
261
- </svg>
262
- </ui-icon>
263
- </ui-button>
264
- </ui-view>
265
- <ui-view
266
- class="view"
267
- >
268
- <ui-view
269
- class="view"
270
- >
271
- <ui-text
272
- class="text paragraph"
273
- >
274
- user.label.email_text
275
- </ui-text>
276
- <ui-input-text
277
- class="view inputContainer"
278
- >
279
- <ui-view
280
- class="view row inputBorder"
281
- >
282
- <ui-view
283
- class="view wide content"
284
- >
285
- <ui-label
286
- class="text paragraph text label"
287
- htmlfor="input.email"
288
- >
289
- common.label.email
290
- </ui-label>
291
- <input
292
- class="input input withLabel"
293
- id="input.email"
294
- name="email"
295
- required=""
296
- type="email"
297
- value=""
298
- />
299
- </ui-view>
300
- </ui-view>
301
- </ui-input-text>
302
- </ui-view>
303
- <ui-view
304
- class="view row"
305
- >
306
- <ui-button
307
- class="pressable button large secondary wide"
308
- data-testid="cancel-button"
309
- tabindex="0"
310
- >
311
- common.action.back
312
- </ui-button>
313
- <ui-button
314
- class="pressable button large wide"
315
- data-testid="submit-button"
316
- tabindex="0"
317
- >
318
- common.action.send
319
- </ui-button>
320
- </ui-view>
321
- </ui-view>
322
- </ui-modal>
323
- </ui-modal-overflow>
324
- </DocumentFragment>
325
- `;
326
-
327
- exports[`<Booking> partial:<Modal> with a store 1`] = `
328
- <DocumentFragment>
329
- <ui-modal-overflow
330
- class="pressable container overflow"
331
- style="height: 768px;"
332
- tabindex="0"
333
- >
334
- <ui-modal
335
- class="view fit modal calcWidth"
336
- >
337
- <ui-view
338
- class="view row header hideBack"
339
- >
340
- <ui-text
341
- class="text headline-3 title"
342
- >
343
- user.action.resend_booking
344
- </ui-text>
345
- <ui-button
346
- class="pressable button small squared transparent"
347
- tabindex="0"
348
- >
349
- <ui-icon
350
- class="icon headline-3 icon"
351
- >
352
- <svg
353
- fill="currentColor"
354
- height="1em"
355
- stroke="currentColor"
356
- stroke-width="0"
357
- viewBox="0 0 24 24"
358
- width="1em"
359
- xmlns="http://www.w3.org/2000/svg"
360
- >
361
- <path
362
- d="M0 0h24v24H0V0z"
363
- fill="none"
364
- />
365
- <path
366
- d="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z"
367
- />
368
- </svg>
369
- </ui-icon>
370
- </ui-button>
371
- </ui-view>
372
- <ui-view
373
- class="view"
374
- >
375
- <ui-view
376
- class="view"
377
- >
378
- <ui-text
379
- class="text paragraph"
380
- >
381
- user.label.email_text
382
- </ui-text>
383
- <ui-input-text
384
- class="view inputContainer"
385
- >
386
- <ui-view
387
- class="view row inputBorder"
388
- >
389
- <ui-view
390
- class="view wide content"
391
- >
392
- <ui-label
393
- class="text paragraph text label"
394
- htmlfor="input.email"
395
- >
396
- common.label.email
397
- </ui-label>
398
- <input
399
- class="input input withLabel"
400
- id="input.email"
401
- name="email"
402
- required=""
403
- type="email"
404
- value=""
405
- />
406
- </ui-view>
407
- </ui-view>
408
- </ui-input-text>
409
- </ui-view>
410
- <ui-view
411
- class="view row"
412
- >
413
- <ui-button
414
- class="pressable button large secondary wide"
415
- data-testid="cancel-button"
416
- tabindex="0"
417
- >
418
- common.action.back
419
- </ui-button>
420
- <ui-button
421
- class="pressable button large wide"
422
- data-testid="submit-button"
423
- tabindex="0"
424
- >
425
- common.action.send
426
- </ui-button>
427
- </ui-view>
428
- </ui-view>
429
- </ui-modal>
430
- </ui-modal-overflow>
431
- </DocumentFragment>
432
- `;