@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,1048 +0,0 @@
1
- // Jest Snapshot v1, https://goo.gl/fbAQLP
2
-
3
- exports[`<BookingQuery> Using ghost feature renders 1`] = `
4
- <DocumentFragment>
5
- <ui-pressable
6
- class="pressable"
7
- tabindex="0"
8
- >
9
- <div>
10
- <button>
11
- hello
12
- </button>
13
- </div>
14
- </ui-pressable>
15
- <ui-modal-overflow
16
- class="pressable container overflow"
17
- style="height: 768px;"
18
- tabindex="0"
19
- >
20
- <ui-modal
21
- class="view fit modal calcWidth"
22
- >
23
- <ui-view
24
- class="view row header hideBack"
25
- >
26
- <ui-text
27
- class="text headline-3 title"
28
- >
29
- user.label.booking_query_title
30
- </ui-text>
31
- <ui-button
32
- class="pressable button small squared transparent"
33
- tabindex="0"
34
- >
35
- <ui-icon
36
- class="icon headline-3 icon"
37
- >
38
- <svg
39
- fill="currentColor"
40
- height="1em"
41
- stroke="currentColor"
42
- stroke-width="0"
43
- viewBox="0 0 24 24"
44
- width="1em"
45
- xmlns="http://www.w3.org/2000/svg"
46
- >
47
- <path
48
- d="M0 0h24v24H0V0z"
49
- fill="none"
50
- />
51
- <path
52
- 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"
53
- />
54
- </svg>
55
- </ui-icon>
56
- </ui-button>
57
- </ui-view>
58
- <ui-form>
59
- <ui-text
60
- class="text paragraph"
61
- >
62
- user.label.form_description
63
- </ui-text>
64
- <ui-input-text
65
- class="view inputContainer"
66
- >
67
- <ui-view
68
- class="view row inputBorder"
69
- >
70
- <ui-view
71
- class="view wide content"
72
- >
73
- <ui-label
74
- class="text paragraph text label"
75
- htmlfor="input.id"
76
- >
77
- user.label.booking_code
78
- </ui-label>
79
- <input
80
- class="input input withLabel"
81
- id="input.id"
82
- name="id"
83
- required=""
84
- type="text"
85
- value=""
86
- />
87
- </ui-view>
88
- </ui-view>
89
- </ui-input-text>
90
- <ui-input-text
91
- class="view inputContainer"
92
- >
93
- <ui-view
94
- class="view row inputBorder"
95
- >
96
- <ui-view
97
- class="view wide content"
98
- >
99
- <ui-label
100
- class="text paragraph text label"
101
- htmlfor="input.pinCode"
102
- >
103
- user.label.pincode
104
- </ui-label>
105
- <input
106
- class="input input withLabel"
107
- id="input.pinCode"
108
- name="pinCode"
109
- required=""
110
- type="password"
111
- value=""
112
- />
113
- </ui-view>
114
- <ui-pressable
115
- class="pressable"
116
- tabindex="-1"
117
- >
118
- <ui-icon
119
- class="icon headline-3 icon password"
120
- >
121
- <svg
122
- fill="currentColor"
123
- height="1em"
124
- stroke="currentColor"
125
- stroke-width="0"
126
- viewBox="0 0 24 24"
127
- width="1em"
128
- xmlns="http://www.w3.org/2000/svg"
129
- >
130
- <path
131
- d="M0 0h24v24H0V0zm0 0h24v24H0V0zm0 0h24v24H0V0zm0 0h24v24H0V0z"
132
- fill="none"
133
- />
134
- <path
135
- d="M12 6a9.77 9.77 0 0 1 8.82 5.5 9.647 9.647 0 0 1-2.41 3.12l1.41 1.41c1.39-1.23 2.49-2.77 3.18-4.53C21.27 7.11 17 4 12 4c-1.27 0-2.49.2-3.64.57l1.65 1.65C10.66 6.09 11.32 6 12 6zm-1.07 1.14L13 9.21c.57.25 1.03.71 1.28 1.28l2.07 2.07c.08-.34.14-.7.14-1.07C16.5 9.01 14.48 7 12 7c-.37 0-.72.05-1.07.14zM2.01 3.87l2.68 2.68A11.738 11.738 0 0 0 1 11.5C2.73 15.89 7 19 12 19c1.52 0 2.98-.29 4.32-.82l3.42 3.42 1.41-1.41L3.42 2.45 2.01 3.87zm7.5 7.5 2.61 2.61c-.04.01-.08.02-.12.02a2.5 2.5 0 0 1-2.5-2.5c0-.05.01-.08.01-.13zm-3.4-3.4 1.75 1.75a4.6 4.6 0 0 0-.36 1.78 4.507 4.507 0 0 0 6.27 4.14l.98.98c-.88.24-1.8.38-2.75.38a9.77 9.77 0 0 1-8.82-5.5c.7-1.43 1.72-2.61 2.93-3.53z"
136
- />
137
- </svg>
138
- </ui-icon>
139
- </ui-pressable>
140
- </ui-view>
141
- </ui-input-text>
142
- <ui-button
143
- class="pressable disabled button large disabled wide"
144
- disabled="true"
145
- type="submit"
146
- >
147
- <ui-view
148
- class="view busyContainer"
149
- >
150
- <ui-view
151
- class="view spinner"
152
- />
153
- </ui-view>
154
- <ui-view
155
- class="view row children"
156
- >
157
- user.action.booking_query_cta
158
- </ui-view>
159
- </ui-button>
160
- <ui-text
161
- class="text bold small"
162
- >
163
- common.label.reservation_code
164
- </ui-text>
165
- <ui-text
166
- class="text small"
167
- >
168
- common.label.reservation_code_description
169
- </ui-text>
170
- </ui-form>
171
- </ui-modal>
172
- </ui-modal-overflow>
173
- </DocumentFragment>
174
- `;
175
-
176
- exports[`<BookingQuery> Using ghost feature with a store using ghost feature 1`] = `
177
- <DocumentFragment>
178
- <ui-pressable
179
- class="pressable"
180
- tabindex="0"
181
- >
182
- <div>
183
- <button>
184
- hello
185
- </button>
186
- </div>
187
- </ui-pressable>
188
- <ui-modal-overflow
189
- class="pressable container overflow"
190
- style="height: 768px;"
191
- tabindex="0"
192
- >
193
- <ui-modal
194
- class="view fit modal calcWidth"
195
- >
196
- <ui-view
197
- class="view row header hideBack"
198
- >
199
- <ui-text
200
- class="text headline-3 title"
201
- >
202
- user.label.booking_query_title
203
- </ui-text>
204
- <ui-button
205
- class="pressable button small squared transparent"
206
- tabindex="0"
207
- >
208
- <ui-icon
209
- class="icon headline-3 icon"
210
- >
211
- <svg
212
- fill="currentColor"
213
- height="1em"
214
- stroke="currentColor"
215
- stroke-width="0"
216
- viewBox="0 0 24 24"
217
- width="1em"
218
- xmlns="http://www.w3.org/2000/svg"
219
- >
220
- <path
221
- d="M0 0h24v24H0V0z"
222
- fill="none"
223
- />
224
- <path
225
- 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"
226
- />
227
- </svg>
228
- </ui-icon>
229
- </ui-button>
230
- </ui-view>
231
- <ui-form>
232
- <ui-text
233
- class="text paragraph"
234
- >
235
- user.label.form_description
236
- </ui-text>
237
- <ui-input-text
238
- class="view inputContainer"
239
- >
240
- <ui-view
241
- class="view row inputBorder"
242
- >
243
- <ui-view
244
- class="view wide content"
245
- >
246
- <ui-label
247
- class="text paragraph text label"
248
- htmlfor="input.id"
249
- >
250
- user.label.booking_code
251
- </ui-label>
252
- <input
253
- class="input input withLabel"
254
- id="input.id"
255
- name="id"
256
- required=""
257
- type="text"
258
- value=""
259
- />
260
- </ui-view>
261
- </ui-view>
262
- </ui-input-text>
263
- <ui-input-text
264
- class="view inputContainer"
265
- >
266
- <ui-view
267
- class="view row inputBorder"
268
- >
269
- <ui-view
270
- class="view wide content"
271
- >
272
- <ui-label
273
- class="text paragraph text label"
274
- htmlfor="input.pinCode"
275
- >
276
- user.label.pincode
277
- </ui-label>
278
- <input
279
- class="input input withLabel"
280
- id="input.pinCode"
281
- name="pinCode"
282
- required=""
283
- type="password"
284
- value=""
285
- />
286
- </ui-view>
287
- <ui-pressable
288
- class="pressable"
289
- tabindex="-1"
290
- >
291
- <ui-icon
292
- class="icon headline-3 icon password"
293
- >
294
- <svg
295
- fill="currentColor"
296
- height="1em"
297
- stroke="currentColor"
298
- stroke-width="0"
299
- viewBox="0 0 24 24"
300
- width="1em"
301
- xmlns="http://www.w3.org/2000/svg"
302
- >
303
- <path
304
- d="M0 0h24v24H0V0zm0 0h24v24H0V0zm0 0h24v24H0V0zm0 0h24v24H0V0z"
305
- fill="none"
306
- />
307
- <path
308
- d="M12 6a9.77 9.77 0 0 1 8.82 5.5 9.647 9.647 0 0 1-2.41 3.12l1.41 1.41c1.39-1.23 2.49-2.77 3.18-4.53C21.27 7.11 17 4 12 4c-1.27 0-2.49.2-3.64.57l1.65 1.65C10.66 6.09 11.32 6 12 6zm-1.07 1.14L13 9.21c.57.25 1.03.71 1.28 1.28l2.07 2.07c.08-.34.14-.7.14-1.07C16.5 9.01 14.48 7 12 7c-.37 0-.72.05-1.07.14zM2.01 3.87l2.68 2.68A11.738 11.738 0 0 0 1 11.5C2.73 15.89 7 19 12 19c1.52 0 2.98-.29 4.32-.82l3.42 3.42 1.41-1.41L3.42 2.45 2.01 3.87zm7.5 7.5 2.61 2.61c-.04.01-.08.02-.12.02a2.5 2.5 0 0 1-2.5-2.5c0-.05.01-.08.01-.13zm-3.4-3.4 1.75 1.75a4.6 4.6 0 0 0-.36 1.78 4.507 4.507 0 0 0 6.27 4.14l.98.98c-.88.24-1.8.38-2.75.38a9.77 9.77 0 0 1-8.82-5.5c.7-1.43 1.72-2.61 2.93-3.53z"
309
- />
310
- </svg>
311
- </ui-icon>
312
- </ui-pressable>
313
- </ui-view>
314
- </ui-input-text>
315
- <ui-button
316
- class="pressable disabled button large disabled wide"
317
- disabled="true"
318
- type="submit"
319
- >
320
- <ui-view
321
- class="view busyContainer"
322
- >
323
- <ui-view
324
- class="view spinner"
325
- />
326
- </ui-view>
327
- <ui-view
328
- class="view row children"
329
- >
330
- user.action.booking_query_cta
331
- </ui-view>
332
- </ui-button>
333
- <ui-text
334
- class="text bold small"
335
- >
336
- common.label.reservation_code
337
- </ui-text>
338
- <ui-text
339
- class="text small"
340
- >
341
- common.label.reservation_code_description
342
- </ui-text>
343
- </ui-form>
344
- </ui-modal>
345
- </ui-modal-overflow>
346
- </DocumentFragment>
347
- `;
348
-
349
- exports[`<BookingQuery> inherit:className 1`] = `
350
- <DocumentFragment>
351
- <ui-pressable
352
- class="pressable"
353
- tabindex="0"
354
- >
355
- <ui-text
356
- class="text medium paragraph"
357
- >
358
- user.action.booking_query
359
- </ui-text>
360
- </ui-pressable>
361
- <ui-modal-overflow
362
- class="pressable container overflow"
363
- style="height: 768px;"
364
- tabindex="0"
365
- >
366
- <ui-modal
367
- class="view fit modal calcWidth"
368
- >
369
- <ui-view
370
- class="view row header hideBack"
371
- >
372
- <ui-text
373
- class="text headline-3 title"
374
- >
375
- user.label.booking_query_title
376
- </ui-text>
377
- <ui-button
378
- class="pressable button small squared transparent"
379
- tabindex="0"
380
- >
381
- <ui-icon
382
- class="icon headline-3 icon"
383
- >
384
- <svg
385
- fill="currentColor"
386
- height="1em"
387
- stroke="currentColor"
388
- stroke-width="0"
389
- viewBox="0 0 24 24"
390
- width="1em"
391
- xmlns="http://www.w3.org/2000/svg"
392
- >
393
- <path
394
- d="M0 0h24v24H0V0z"
395
- fill="none"
396
- />
397
- <path
398
- 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"
399
- />
400
- </svg>
401
- </ui-icon>
402
- </ui-button>
403
- </ui-view>
404
- <ui-form>
405
- <ui-text
406
- class="text paragraph"
407
- >
408
- user.label.form_description
409
- </ui-text>
410
- <ui-input-text
411
- class="view inputContainer"
412
- >
413
- <ui-view
414
- class="view row inputBorder"
415
- >
416
- <ui-view
417
- class="view wide content"
418
- >
419
- <ui-label
420
- class="text paragraph text label"
421
- htmlfor="input.id"
422
- >
423
- user.label.booking_code
424
- </ui-label>
425
- <input
426
- class="input input withLabel"
427
- id="input.id"
428
- name="id"
429
- required=""
430
- type="text"
431
- value=""
432
- />
433
- </ui-view>
434
- </ui-view>
435
- </ui-input-text>
436
- <ui-input-text
437
- class="view inputContainer"
438
- >
439
- <ui-view
440
- class="view row inputBorder"
441
- >
442
- <ui-view
443
- class="view wide content"
444
- >
445
- <ui-label
446
- class="text paragraph text label"
447
- htmlfor="input.pinCode"
448
- >
449
- user.label.pincode
450
- </ui-label>
451
- <input
452
- class="input input withLabel"
453
- id="input.pinCode"
454
- name="pinCode"
455
- required=""
456
- type="password"
457
- value=""
458
- />
459
- </ui-view>
460
- <ui-pressable
461
- class="pressable"
462
- tabindex="-1"
463
- >
464
- <ui-icon
465
- class="icon headline-3 icon password"
466
- >
467
- <svg
468
- fill="currentColor"
469
- height="1em"
470
- stroke="currentColor"
471
- stroke-width="0"
472
- viewBox="0 0 24 24"
473
- width="1em"
474
- xmlns="http://www.w3.org/2000/svg"
475
- >
476
- <path
477
- d="M0 0h24v24H0V0zm0 0h24v24H0V0zm0 0h24v24H0V0zm0 0h24v24H0V0z"
478
- fill="none"
479
- />
480
- <path
481
- d="M12 6a9.77 9.77 0 0 1 8.82 5.5 9.647 9.647 0 0 1-2.41 3.12l1.41 1.41c1.39-1.23 2.49-2.77 3.18-4.53C21.27 7.11 17 4 12 4c-1.27 0-2.49.2-3.64.57l1.65 1.65C10.66 6.09 11.32 6 12 6zm-1.07 1.14L13 9.21c.57.25 1.03.71 1.28 1.28l2.07 2.07c.08-.34.14-.7.14-1.07C16.5 9.01 14.48 7 12 7c-.37 0-.72.05-1.07.14zM2.01 3.87l2.68 2.68A11.738 11.738 0 0 0 1 11.5C2.73 15.89 7 19 12 19c1.52 0 2.98-.29 4.32-.82l3.42 3.42 1.41-1.41L3.42 2.45 2.01 3.87zm7.5 7.5 2.61 2.61c-.04.01-.08.02-.12.02a2.5 2.5 0 0 1-2.5-2.5c0-.05.01-.08.01-.13zm-3.4-3.4 1.75 1.75a4.6 4.6 0 0 0-.36 1.78 4.507 4.507 0 0 0 6.27 4.14l.98.98c-.88.24-1.8.38-2.75.38a9.77 9.77 0 0 1-8.82-5.5c.7-1.43 1.72-2.61 2.93-3.53z"
482
- />
483
- </svg>
484
- </ui-icon>
485
- </ui-pressable>
486
- </ui-view>
487
- </ui-input-text>
488
- <ui-button
489
- class="pressable disabled button large disabled wide"
490
- disabled="true"
491
- type="submit"
492
- >
493
- <ui-view
494
- class="view busyContainer"
495
- >
496
- <ui-view
497
- class="view spinner"
498
- />
499
- </ui-view>
500
- <ui-view
501
- class="view row children"
502
- >
503
- user.action.booking_query_cta
504
- </ui-view>
505
- </ui-button>
506
- <ui-text
507
- class="text bold small"
508
- >
509
- common.label.reservation_code
510
- </ui-text>
511
- <ui-text
512
- class="text small"
513
- >
514
- common.label.reservation_code_description
515
- </ui-text>
516
- </ui-form>
517
- </ui-modal>
518
- </ui-modal-overflow>
519
- </DocumentFragment>
520
- `;
521
-
522
- exports[`<BookingQuery> renders 1`] = `
523
- <DocumentFragment>
524
- <ui-pressable
525
- class="pressable"
526
- tabindex="0"
527
- >
528
- <ui-text
529
- class="text medium paragraph"
530
- >
531
- user.action.booking_query
532
- </ui-text>
533
- </ui-pressable>
534
- <ui-modal-overflow
535
- class="pressable container overflow"
536
- style="height: 768px;"
537
- tabindex="0"
538
- >
539
- <ui-modal
540
- class="view fit modal calcWidth"
541
- >
542
- <ui-view
543
- class="view row header hideBack"
544
- >
545
- <ui-text
546
- class="text headline-3 title"
547
- >
548
- user.label.booking_query_title
549
- </ui-text>
550
- <ui-button
551
- class="pressable button small squared transparent"
552
- tabindex="0"
553
- >
554
- <ui-icon
555
- class="icon headline-3 icon"
556
- >
557
- <svg
558
- fill="currentColor"
559
- height="1em"
560
- stroke="currentColor"
561
- stroke-width="0"
562
- viewBox="0 0 24 24"
563
- width="1em"
564
- xmlns="http://www.w3.org/2000/svg"
565
- >
566
- <path
567
- d="M0 0h24v24H0V0z"
568
- fill="none"
569
- />
570
- <path
571
- 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"
572
- />
573
- </svg>
574
- </ui-icon>
575
- </ui-button>
576
- </ui-view>
577
- <ui-form>
578
- <ui-text
579
- class="text paragraph"
580
- >
581
- user.label.form_description
582
- </ui-text>
583
- <ui-input-text
584
- class="view inputContainer"
585
- >
586
- <ui-view
587
- class="view row inputBorder"
588
- >
589
- <ui-view
590
- class="view wide content"
591
- >
592
- <ui-label
593
- class="text paragraph text label"
594
- htmlfor="input.id"
595
- >
596
- user.label.booking_code
597
- </ui-label>
598
- <input
599
- class="input input withLabel"
600
- id="input.id"
601
- name="id"
602
- required=""
603
- type="text"
604
- value=""
605
- />
606
- </ui-view>
607
- </ui-view>
608
- </ui-input-text>
609
- <ui-input-text
610
- class="view inputContainer"
611
- >
612
- <ui-view
613
- class="view row inputBorder"
614
- >
615
- <ui-view
616
- class="view wide content"
617
- >
618
- <ui-label
619
- class="text paragraph text label"
620
- htmlfor="input.pinCode"
621
- >
622
- user.label.pincode
623
- </ui-label>
624
- <input
625
- class="input input withLabel"
626
- id="input.pinCode"
627
- name="pinCode"
628
- required=""
629
- type="password"
630
- value=""
631
- />
632
- </ui-view>
633
- <ui-pressable
634
- class="pressable"
635
- tabindex="-1"
636
- >
637
- <ui-icon
638
- class="icon headline-3 icon password"
639
- >
640
- <svg
641
- fill="currentColor"
642
- height="1em"
643
- stroke="currentColor"
644
- stroke-width="0"
645
- viewBox="0 0 24 24"
646
- width="1em"
647
- xmlns="http://www.w3.org/2000/svg"
648
- >
649
- <path
650
- d="M0 0h24v24H0V0zm0 0h24v24H0V0zm0 0h24v24H0V0zm0 0h24v24H0V0z"
651
- fill="none"
652
- />
653
- <path
654
- d="M12 6a9.77 9.77 0 0 1 8.82 5.5 9.647 9.647 0 0 1-2.41 3.12l1.41 1.41c1.39-1.23 2.49-2.77 3.18-4.53C21.27 7.11 17 4 12 4c-1.27 0-2.49.2-3.64.57l1.65 1.65C10.66 6.09 11.32 6 12 6zm-1.07 1.14L13 9.21c.57.25 1.03.71 1.28 1.28l2.07 2.07c.08-.34.14-.7.14-1.07C16.5 9.01 14.48 7 12 7c-.37 0-.72.05-1.07.14zM2.01 3.87l2.68 2.68A11.738 11.738 0 0 0 1 11.5C2.73 15.89 7 19 12 19c1.52 0 2.98-.29 4.32-.82l3.42 3.42 1.41-1.41L3.42 2.45 2.01 3.87zm7.5 7.5 2.61 2.61c-.04.01-.08.02-.12.02a2.5 2.5 0 0 1-2.5-2.5c0-.05.01-.08.01-.13zm-3.4-3.4 1.75 1.75a4.6 4.6 0 0 0-.36 1.78 4.507 4.507 0 0 0 6.27 4.14l.98.98c-.88.24-1.8.38-2.75.38a9.77 9.77 0 0 1-8.82-5.5c.7-1.43 1.72-2.61 2.93-3.53z"
655
- />
656
- </svg>
657
- </ui-icon>
658
- </ui-pressable>
659
- </ui-view>
660
- </ui-input-text>
661
- <ui-button
662
- class="pressable disabled button large disabled wide"
663
- disabled="true"
664
- type="submit"
665
- >
666
- <ui-view
667
- class="view busyContainer"
668
- >
669
- <ui-view
670
- class="view spinner"
671
- />
672
- </ui-view>
673
- <ui-view
674
- class="view row children"
675
- >
676
- user.action.booking_query_cta
677
- </ui-view>
678
- </ui-button>
679
- <ui-text
680
- class="text bold small"
681
- >
682
- common.label.reservation_code
683
- </ui-text>
684
- <ui-text
685
- class="text small"
686
- >
687
- common.label.reservation_code_description
688
- </ui-text>
689
- </ui-form>
690
- </ui-modal>
691
- </ui-modal-overflow>
692
- </DocumentFragment>
693
- `;
694
-
695
- exports[`<BookingQuery> testID 1`] = `
696
- <DocumentFragment>
697
- <ui-pressable
698
- class="pressable"
699
- data-testid="mirai-button-open-modal"
700
- tabindex="0"
701
- >
702
- <ui-text
703
- class="text medium paragraph"
704
- >
705
- user.action.booking_query
706
- </ui-text>
707
- </ui-pressable>
708
- <ui-modal-overflow
709
- class="pressable container overflow"
710
- data-testid="mirai-modal-overflow"
711
- style="height: 768px;"
712
- tabindex="0"
713
- >
714
- <ui-modal
715
- class="view fit modal calcWidth"
716
- data-testid="mirai-modal"
717
- >
718
- <ui-view
719
- class="view row header hideBack"
720
- >
721
- <ui-text
722
- class="text headline-3 title"
723
- >
724
- user.label.booking_query_title
725
- </ui-text>
726
- <ui-button
727
- class="pressable button small squared transparent"
728
- data-testid="mirai-modal-button-close"
729
- tabindex="0"
730
- >
731
- <ui-icon
732
- class="icon headline-3 icon"
733
- >
734
- <svg
735
- fill="currentColor"
736
- height="1em"
737
- stroke="currentColor"
738
- stroke-width="0"
739
- viewBox="0 0 24 24"
740
- width="1em"
741
- xmlns="http://www.w3.org/2000/svg"
742
- >
743
- <path
744
- d="M0 0h24v24H0V0z"
745
- fill="none"
746
- />
747
- <path
748
- 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"
749
- />
750
- </svg>
751
- </ui-icon>
752
- </ui-button>
753
- </ui-view>
754
- <ui-form
755
- data-testid="mirai"
756
- >
757
- <ui-text
758
- class="text paragraph"
759
- >
760
- user.label.form_description
761
- </ui-text>
762
- <ui-input-text
763
- class="view inputContainer"
764
- >
765
- <ui-view
766
- class="view row inputBorder"
767
- >
768
- <ui-view
769
- class="view wide content"
770
- >
771
- <ui-label
772
- class="text paragraph text label"
773
- htmlfor="input.id"
774
- >
775
- user.label.booking_code
776
- </ui-label>
777
- <input
778
- class="input input withLabel"
779
- data-testid="mirai-input-id"
780
- id="input.id"
781
- name="id"
782
- required=""
783
- type="text"
784
- value=""
785
- />
786
- </ui-view>
787
- </ui-view>
788
- </ui-input-text>
789
- <ui-input-text
790
- class="view inputContainer"
791
- >
792
- <ui-view
793
- class="view row inputBorder"
794
- >
795
- <ui-view
796
- class="view wide content"
797
- >
798
- <ui-label
799
- class="text paragraph text label"
800
- htmlfor="input.pinCode"
801
- >
802
- user.label.pincode
803
- </ui-label>
804
- <input
805
- class="input input withLabel"
806
- data-testid="mirai-input-pinCode"
807
- id="input.pinCode"
808
- name="pinCode"
809
- required=""
810
- type="password"
811
- value=""
812
- />
813
- </ui-view>
814
- <ui-pressable
815
- class="pressable"
816
- tabindex="-1"
817
- >
818
- <ui-icon
819
- class="icon headline-3 icon password"
820
- >
821
- <svg
822
- fill="currentColor"
823
- height="1em"
824
- stroke="currentColor"
825
- stroke-width="0"
826
- viewBox="0 0 24 24"
827
- width="1em"
828
- xmlns="http://www.w3.org/2000/svg"
829
- >
830
- <path
831
- d="M0 0h24v24H0V0zm0 0h24v24H0V0zm0 0h24v24H0V0zm0 0h24v24H0V0z"
832
- fill="none"
833
- />
834
- <path
835
- d="M12 6a9.77 9.77 0 0 1 8.82 5.5 9.647 9.647 0 0 1-2.41 3.12l1.41 1.41c1.39-1.23 2.49-2.77 3.18-4.53C21.27 7.11 17 4 12 4c-1.27 0-2.49.2-3.64.57l1.65 1.65C10.66 6.09 11.32 6 12 6zm-1.07 1.14L13 9.21c.57.25 1.03.71 1.28 1.28l2.07 2.07c.08-.34.14-.7.14-1.07C16.5 9.01 14.48 7 12 7c-.37 0-.72.05-1.07.14zM2.01 3.87l2.68 2.68A11.738 11.738 0 0 0 1 11.5C2.73 15.89 7 19 12 19c1.52 0 2.98-.29 4.32-.82l3.42 3.42 1.41-1.41L3.42 2.45 2.01 3.87zm7.5 7.5 2.61 2.61c-.04.01-.08.02-.12.02a2.5 2.5 0 0 1-2.5-2.5c0-.05.01-.08.01-.13zm-3.4-3.4 1.75 1.75a4.6 4.6 0 0 0-.36 1.78 4.507 4.507 0 0 0 6.27 4.14l.98.98c-.88.24-1.8.38-2.75.38a9.77 9.77 0 0 1-8.82-5.5c.7-1.43 1.72-2.61 2.93-3.53z"
836
- />
837
- </svg>
838
- </ui-icon>
839
- </ui-pressable>
840
- </ui-view>
841
- </ui-input-text>
842
- <ui-button
843
- class="pressable disabled button large disabled wide"
844
- data-testid="mirai-button-cta"
845
- disabled="true"
846
- type="submit"
847
- >
848
- <ui-view
849
- class="view busyContainer"
850
- >
851
- <ui-view
852
- class="view spinner"
853
- />
854
- </ui-view>
855
- <ui-view
856
- class="view row children"
857
- >
858
- user.action.booking_query_cta
859
- </ui-view>
860
- </ui-button>
861
- <ui-text
862
- class="text bold small"
863
- >
864
- common.label.reservation_code
865
- </ui-text>
866
- <ui-text
867
- class="text small"
868
- >
869
- common.label.reservation_code_description
870
- </ui-text>
871
- </ui-form>
872
- </ui-modal>
873
- </ui-modal-overflow>
874
- </DocumentFragment>
875
- `;
876
-
877
- exports[`<BookingQuery> with a store 1`] = `
878
- <DocumentFragment>
879
- <ui-pressable
880
- class="pressable"
881
- tabindex="0"
882
- >
883
- <ui-text
884
- class="text medium paragraph"
885
- >
886
- user.action.booking_query
887
- </ui-text>
888
- </ui-pressable>
889
- <ui-modal-overflow
890
- class="pressable container overflow"
891
- style="height: 768px;"
892
- tabindex="0"
893
- >
894
- <ui-modal
895
- class="view fit modal calcWidth"
896
- >
897
- <ui-view
898
- class="view row header hideBack"
899
- >
900
- <ui-text
901
- class="text headline-3 title"
902
- >
903
- user.label.booking_query_title
904
- </ui-text>
905
- <ui-button
906
- class="pressable button small squared transparent"
907
- tabindex="0"
908
- >
909
- <ui-icon
910
- class="icon headline-3 icon"
911
- >
912
- <svg
913
- fill="currentColor"
914
- height="1em"
915
- stroke="currentColor"
916
- stroke-width="0"
917
- viewBox="0 0 24 24"
918
- width="1em"
919
- xmlns="http://www.w3.org/2000/svg"
920
- >
921
- <path
922
- d="M0 0h24v24H0V0z"
923
- fill="none"
924
- />
925
- <path
926
- 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"
927
- />
928
- </svg>
929
- </ui-icon>
930
- </ui-button>
931
- </ui-view>
932
- <ui-form>
933
- <ui-text
934
- class="text paragraph"
935
- >
936
- user.label.form_description
937
- </ui-text>
938
- <ui-input-text
939
- class="view inputContainer"
940
- >
941
- <ui-view
942
- class="view row inputBorder"
943
- >
944
- <ui-view
945
- class="view wide content"
946
- >
947
- <ui-label
948
- class="text paragraph text label"
949
- htmlfor="input.id"
950
- >
951
- user.label.booking_code
952
- </ui-label>
953
- <input
954
- class="input input withLabel"
955
- id="input.id"
956
- name="id"
957
- required=""
958
- type="text"
959
- value=""
960
- />
961
- </ui-view>
962
- </ui-view>
963
- </ui-input-text>
964
- <ui-input-text
965
- class="view inputContainer"
966
- >
967
- <ui-view
968
- class="view row inputBorder"
969
- >
970
- <ui-view
971
- class="view wide content"
972
- >
973
- <ui-label
974
- class="text paragraph text label"
975
- htmlfor="input.pinCode"
976
- >
977
- user.label.pincode
978
- </ui-label>
979
- <input
980
- class="input input withLabel"
981
- id="input.pinCode"
982
- name="pinCode"
983
- required=""
984
- type="password"
985
- value=""
986
- />
987
- </ui-view>
988
- <ui-pressable
989
- class="pressable"
990
- tabindex="-1"
991
- >
992
- <ui-icon
993
- class="icon headline-3 icon password"
994
- >
995
- <svg
996
- fill="currentColor"
997
- height="1em"
998
- stroke="currentColor"
999
- stroke-width="0"
1000
- viewBox="0 0 24 24"
1001
- width="1em"
1002
- xmlns="http://www.w3.org/2000/svg"
1003
- >
1004
- <path
1005
- d="M0 0h24v24H0V0zm0 0h24v24H0V0zm0 0h24v24H0V0zm0 0h24v24H0V0z"
1006
- fill="none"
1007
- />
1008
- <path
1009
- d="M12 6a9.77 9.77 0 0 1 8.82 5.5 9.647 9.647 0 0 1-2.41 3.12l1.41 1.41c1.39-1.23 2.49-2.77 3.18-4.53C21.27 7.11 17 4 12 4c-1.27 0-2.49.2-3.64.57l1.65 1.65C10.66 6.09 11.32 6 12 6zm-1.07 1.14L13 9.21c.57.25 1.03.71 1.28 1.28l2.07 2.07c.08-.34.14-.7.14-1.07C16.5 9.01 14.48 7 12 7c-.37 0-.72.05-1.07.14zM2.01 3.87l2.68 2.68A11.738 11.738 0 0 0 1 11.5C2.73 15.89 7 19 12 19c1.52 0 2.98-.29 4.32-.82l3.42 3.42 1.41-1.41L3.42 2.45 2.01 3.87zm7.5 7.5 2.61 2.61c-.04.01-.08.02-.12.02a2.5 2.5 0 0 1-2.5-2.5c0-.05.01-.08.01-.13zm-3.4-3.4 1.75 1.75a4.6 4.6 0 0 0-.36 1.78 4.507 4.507 0 0 0 6.27 4.14l.98.98c-.88.24-1.8.38-2.75.38a9.77 9.77 0 0 1-8.82-5.5c.7-1.43 1.72-2.61 2.93-3.53z"
1010
- />
1011
- </svg>
1012
- </ui-icon>
1013
- </ui-pressable>
1014
- </ui-view>
1015
- </ui-input-text>
1016
- <ui-button
1017
- class="pressable disabled button large disabled wide"
1018
- disabled="true"
1019
- type="submit"
1020
- >
1021
- <ui-view
1022
- class="view busyContainer"
1023
- >
1024
- <ui-view
1025
- class="view spinner"
1026
- />
1027
- </ui-view>
1028
- <ui-view
1029
- class="view row children"
1030
- >
1031
- user.action.booking_query_cta
1032
- </ui-view>
1033
- </ui-button>
1034
- <ui-text
1035
- class="text bold small"
1036
- >
1037
- common.label.reservation_code
1038
- </ui-text>
1039
- <ui-text
1040
- class="text small"
1041
- >
1042
- common.label.reservation_code_description
1043
- </ui-text>
1044
- </ui-form>
1045
- </ui-modal>
1046
- </ui-modal-overflow>
1047
- </DocumentFragment>
1048
- `;