@mirai/core 0.4.13 → 0.4.15

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 (148) hide show
  1. package/build/Core.constants.js +1 -2
  2. package/build/Core.constants.js.map +1 -1
  3. package/build/components/BannerLoyalty/BannerLoyalty.js +27 -8
  4. package/build/components/BannerLoyalty/BannerLoyalty.js.map +1 -1
  5. package/build/components/BannerLoyalty/BannerLoyalty.l10n.js +1 -1
  6. package/build/components/BannerLoyalty/BannerLoyalty.l10n.js.map +1 -1
  7. package/build/components/BannerLoyalty/BannerLoyalty.module.css +13 -0
  8. package/build/components/Chat/Chat.constants.js +4 -1
  9. package/build/components/Chat/Chat.constants.js.map +1 -1
  10. package/build/components/Chat/Chat.js +4 -5
  11. package/build/components/Chat/Chat.js.map +1 -1
  12. package/build/components/Chat/Chat.theme.module.css +1 -1
  13. package/build/components/Chat/__tests__/__snapshots__/Chat.constants.test.js.snap +3 -0
  14. package/build/components/Chat/components/Message/Message.constants.js +4 -7
  15. package/build/components/Chat/components/Message/Message.constants.js.map +1 -1
  16. package/build/components/Finder/Finder.js +6 -11
  17. package/build/components/Finder/Finder.js.map +1 -1
  18. package/build/components/Finder/components/Calendar/Calendar.js +1 -1
  19. package/build/components/Finder/components/Calendar/Calendar.js.map +1 -1
  20. package/build/components/Rates/Rates.Content.js +3 -1
  21. package/build/components/Rates/Rates.Content.js.map +1 -1
  22. package/build/components/Rates/Rates.Footer.js +3 -3
  23. package/build/components/Rates/Rates.Footer.js.map +1 -1
  24. package/build/components/Rates/Rates.Unavailability.js +10 -10
  25. package/build/components/Rates/Rates.Unavailability.js.map +1 -1
  26. package/build/components/Rates/Rates.constants.js +3 -2
  27. package/build/components/Rates/Rates.constants.js.map +1 -1
  28. package/build/components/Rates/Rates.js +38 -42
  29. package/build/components/Rates/Rates.js.map +1 -1
  30. package/build/components/Rates/Rates.l10n.js +0 -3
  31. package/build/components/Rates/Rates.l10n.js.map +1 -1
  32. package/build/components/Rates/Rates.module.css +1 -1
  33. package/build/components/Rates/__tests__/__snapshots__/Rates.Content.test.js.snap +18 -3
  34. package/build/components/Rates/__tests__/__snapshots__/Rates.Unavailability.test.js.snap +0 -10
  35. package/build/components/Rates/__tests__/__snapshots__/Rates.test.js.snap +22 -3
  36. package/build/components/Rates/components/Filters/Filters.js +2 -2
  37. package/build/components/Rates/components/Filters/Filters.js.map +1 -1
  38. package/build/components/Rates/components/Item/Item.Preview.js +23 -2
  39. package/build/components/Rates/components/Item/Item.Preview.js.map +1 -1
  40. package/build/components/Rates/components/Item/Item.Rates.js +12 -1
  41. package/build/components/Rates/components/Item/Item.Rates.js.map +1 -1
  42. package/build/components/Rates/components/Item/Item.js +3 -2
  43. package/build/components/Rates/components/Item/Item.js.map +1 -1
  44. package/build/components/Rates/components/Item/Item.l10n.js +3 -0
  45. package/build/components/Rates/components/Item/Item.l10n.js.map +1 -1
  46. package/build/components/Rates/components/Item/components/{RateDetails/RateDetails.Countdown.js → Countdown/Countdown.js} +5 -3
  47. package/build/components/Rates/components/Item/components/Countdown/Countdown.js.map +1 -0
  48. package/build/components/Rates/components/Item/components/Countdown/Countdown.module.css +8 -0
  49. package/build/components/Rates/components/Item/components/Countdown/__tests__/__snapshots__/Countdown.test.js.snap +3 -0
  50. package/build/components/Rates/components/{ClubRate → Item/components/Countdown}/index.js +4 -4
  51. package/build/components/Rates/components/Item/components/Countdown/index.js.map +1 -0
  52. package/build/components/Rates/components/Item/components/RateDetails/RateDetails.js +3 -3
  53. package/build/components/Rates/components/Item/components/RateDetails/RateDetails.js.map +1 -1
  54. package/build/components/Rates/components/Item/components/Slider/Slider.js +50 -16
  55. package/build/components/Rates/components/Item/components/Slider/Slider.js.map +1 -1
  56. package/build/components/Rates/components/Item/components/Slider/Slider.l10n.js +3 -0
  57. package/build/components/Rates/components/Item/components/Slider/Slider.l10n.js.map +1 -1
  58. package/build/components/Rates/components/Item/components/index.js +11 -0
  59. package/build/components/Rates/components/Item/components/index.js.map +1 -1
  60. package/build/components/Rates/components/ModalClubRate/ModalClubRate.js +128 -0
  61. package/build/components/Rates/components/ModalClubRate/ModalClubRate.js.map +1 -0
  62. package/build/components/Rates/components/{ClubRate/ClubRate.l10n.js → ModalClubRate/ModalClubRate.l10n.js} +12 -3
  63. package/build/components/Rates/components/ModalClubRate/ModalClubRate.l10n.js.map +1 -0
  64. package/build/components/Rates/components/{ClubRate/ClubRate.module.css → ModalClubRate/ModalClubRate.module.css} +9 -16
  65. package/build/components/Rates/components/ModalClubRate/__tests__/__snapshots__/ModalClubRate.test.js.snap +257 -0
  66. package/build/components/Rates/components/ModalClubRate/helpers/getDiscount.js +45 -0
  67. package/build/components/Rates/components/ModalClubRate/helpers/getDiscount.js.map +1 -0
  68. package/build/components/Rates/components/ModalClubRate/helpers/index.js +17 -0
  69. package/build/components/Rates/components/ModalClubRate/helpers/index.js.map +1 -0
  70. package/build/components/Rates/components/ModalClubRate/index.js +17 -0
  71. package/build/components/Rates/components/ModalClubRate/index.js.map +1 -0
  72. package/build/components/Rates/components/index.js +11 -11
  73. package/build/components/Rates/components/index.js.map +1 -1
  74. package/build/components/Rates/helpers/{getMetaBoard.js → getBoard.js} +8 -8
  75. package/build/components/Rates/helpers/getBoard.js.map +1 -0
  76. package/build/components/Rates/helpers/index.js +11 -11
  77. package/build/components/Rates/helpers/index.js.map +1 -1
  78. package/build/components/Session/Session.Account.js +5 -3
  79. package/build/components/Session/Session.Account.js.map +1 -1
  80. package/build/components/Session/Session.Login.Modal.js +18 -8
  81. package/build/components/Session/Session.Login.Modal.js.map +1 -1
  82. package/build/components/Session/Session.Login.js +1 -0
  83. package/build/components/Session/Session.Login.js.map +1 -1
  84. package/build/components/Session/Session.js +2 -4
  85. package/build/components/Session/Session.js.map +1 -1
  86. package/build/components/Session/Session.l10n.js +4 -1
  87. package/build/components/Session/Session.l10n.js.map +1 -1
  88. package/build/components/Session/__tests__/__snapshots__/Session.test.js.snap +117 -1072
  89. package/build/components/__shared__/BookingSummary/BookingSummary.js +2 -0
  90. package/build/components/__shared__/BookingSummary/BookingSummary.js.map +1 -1
  91. package/build/components/helpers/ICON.js +3 -1
  92. package/build/components/helpers/ICON.js.map +1 -1
  93. package/build/contexts/PerformanceManager/PerformanceManager.constants.js +66 -2
  94. package/build/contexts/PerformanceManager/PerformanceManager.constants.js.map +1 -1
  95. package/build/contexts/PerformanceManager/PerformanceManager.js +28 -21
  96. package/build/contexts/PerformanceManager/PerformanceManager.js.map +1 -1
  97. package/build/contexts/PerformanceManager/helpers/getConsentMode.js +9 -5
  98. package/build/contexts/PerformanceManager/helpers/getConsentMode.js.map +1 -1
  99. package/build/contexts/PerformanceManager/providers/analytics/bookingResponse.js +0 -4
  100. package/build/contexts/PerformanceManager/providers/analytics/bookingResponse.js.map +1 -1
  101. package/build/contexts/PerformanceManager/providers/analytics/checkoutResponse.js +16 -5
  102. package/build/contexts/PerformanceManager/providers/analytics/checkoutResponse.js.map +1 -1
  103. package/build/contexts/PerformanceManager/providers/analytics/ratesResponse.js +23 -6
  104. package/build/contexts/PerformanceManager/providers/analytics/ratesResponse.js.map +1 -1
  105. package/build/contexts/PerformanceManager/providers/bing/bookingResponse.js +1 -1
  106. package/build/contexts/PerformanceManager/providers/bing/bookingResponse.js.map +1 -1
  107. package/build/contexts/PerformanceManager/providers/gtm/bookingResponse.js +10 -1
  108. package/build/contexts/PerformanceManager/providers/gtm/bookingResponse.js.map +1 -1
  109. package/build/contexts/PerformanceManager/providers/gtm/checkoutResponse.js +6 -0
  110. package/build/contexts/PerformanceManager/providers/gtm/checkoutResponse.js.map +1 -1
  111. package/build/contexts/PerformanceManager/providers/gtm/duetto/bookingResponse.js +41 -0
  112. package/build/contexts/PerformanceManager/providers/gtm/duetto/bookingResponse.js.map +1 -0
  113. package/build/contexts/PerformanceManager/providers/gtm/duetto/index.js +28 -0
  114. package/build/contexts/PerformanceManager/providers/gtm/duetto/index.js.map +1 -0
  115. package/build/contexts/PerformanceManager/providers/gtm/duetto/ratesResponse.js +70 -0
  116. package/build/contexts/PerformanceManager/providers/gtm/duetto/ratesResponse.js.map +1 -0
  117. package/build/contexts/PerformanceManager/providers/gtm/finderReady.js +10 -26
  118. package/build/contexts/PerformanceManager/providers/gtm/finderReady.js.map +1 -1
  119. package/build/contexts/PerformanceManager/providers/gtm/helpers/getInitEvent.js +33 -0
  120. package/build/contexts/PerformanceManager/providers/gtm/helpers/getInitEvent.js.map +1 -0
  121. package/build/contexts/PerformanceManager/providers/gtm/helpers/index.js +11 -0
  122. package/build/contexts/PerformanceManager/providers/gtm/helpers/index.js.map +1 -1
  123. package/build/contexts/PerformanceManager/providers/gtm/ratesResponse.js +24 -3
  124. package/build/contexts/PerformanceManager/providers/gtm/ratesResponse.js.map +1 -1
  125. package/build/helpers/consolidateStore.js +8 -2
  126. package/build/helpers/consolidateStore.js.map +1 -1
  127. package/build/helpers/getPerformance.js +4 -0
  128. package/build/helpers/getPerformance.js.map +1 -1
  129. package/package.json +1 -1
  130. package/public/index.html +1 -1
  131. package/build/components/Chat/services/Lisa/action.js +0 -28
  132. package/build/components/Chat/services/Lisa/action.js.map +0 -1
  133. package/build/components/Chat/services/Lisa/index.js +0 -17
  134. package/build/components/Chat/services/Lisa/index.js.map +0 -1
  135. package/build/components/Chat/services/Lisa/message.js +0 -26
  136. package/build/components/Chat/services/Lisa/message.js.map +0 -1
  137. package/build/components/Chat/services/Lisa/status.js +0 -13
  138. package/build/components/Chat/services/Lisa/status.js.map +0 -1
  139. package/build/components/Chat/services/Lisa/welcome.js +0 -25
  140. package/build/components/Chat/services/Lisa/welcome.js.map +0 -1
  141. package/build/components/Rates/components/ClubRate/ClubRate.js +0 -100
  142. package/build/components/Rates/components/ClubRate/ClubRate.js.map +0 -1
  143. package/build/components/Rates/components/ClubRate/ClubRate.l10n.js.map +0 -1
  144. package/build/components/Rates/components/ClubRate/__tests__/__snapshots__/ClubRate.test.js.snap +0 -38
  145. package/build/components/Rates/components/ClubRate/index.js.map +0 -1
  146. package/build/components/Rates/components/Item/components/RateDetails/RateDetails.Countdown.js.map +0 -1
  147. package/build/components/Rates/components/Item/components/RateDetails/__tests__/__snapshots__/RateDetails.Countdown.test.js.snap +0 -3
  148. package/build/components/Rates/helpers/getMetaBoard.js.map +0 -1
@@ -2,197 +2,35 @@
2
2
 
3
3
  exports[`<Session> Using ghost feature renders 1`] = `
4
4
  <DocumentFragment>
5
- <ui-pressable
6
- class="pressable"
7
- data-testid="show-login"
8
- tabindex="0"
9
- >
10
- <button>
11
- hello
12
- </button>
13
- </ui-pressable>
14
- <ui-modal-overflow
15
- class="pressable container overflow"
16
- style="height: 768px;"
17
- tabindex="0"
5
+ <ui-view
6
+ class="view"
18
7
  >
19
- <ui-modal
20
- class="view fit modal calcWidth"
8
+ <ui-menu
9
+ class="container"
10
+ data-testid="profile-menu"
21
11
  >
22
- <ui-view
23
- class="view row header hideBack"
24
- >
25
- <ui-text
26
- class="text headline-3 title"
27
- >
28
- user.label.title_session
29
- </ui-text>
30
- <ui-button
31
- class="pressable button small squared transparent"
32
- tabindex="0"
33
- >
34
- <ui-icon
35
- class="icon headline-3 icon"
36
- >
37
- <svg
38
- fill="currentColor"
39
- height="1em"
40
- stroke="currentColor"
41
- stroke-width="0"
42
- viewBox="0 0 24 24"
43
- width="1em"
44
- xmlns="http://www.w3.org/2000/svg"
45
- >
46
- <path
47
- d="M0 0h24v24H0V0z"
48
- fill="none"
49
- />
50
- <path
51
- 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"
52
- />
53
- </svg>
54
- </ui-icon>
55
- </ui-button>
56
- </ui-view>
57
- <ui-scrollview
58
- class="scrollview snap vertical"
12
+ <ui-pressable
13
+ class="pressable"
14
+ data-testid="show-profile-menu"
15
+ tabindex="0"
59
16
  >
60
- <ui-view
61
- class="view row wide"
62
- >
63
- <ui-view
64
- class="view wide"
65
- >
66
- <form>
67
- <ui-text
68
- class="text paragraph"
69
- >
70
- user.label.form_description
71
- </ui-text>
72
- <ui-input-text
73
- class="view inputContainer"
74
- >
75
- <ui-view
76
- class="view row inputBorder"
77
- >
78
- <ui-view
79
- class="view wide content"
80
- >
81
- <ui-label
82
- class="text paragraph text label"
83
- htmlfor="input.email"
84
- >
85
- common.label.email
86
- </ui-label>
87
- <input
88
- autocomplete="true"
89
- class="input input withLabel"
90
- id="input.email"
91
- name="email"
92
- required=""
93
- type="email"
94
- value=""
95
- />
96
- </ui-view>
97
- </ui-view>
98
- </ui-input-text>
99
- <ui-input-text
100
- class="view inputContainer"
101
- >
102
- <ui-view
103
- class="view row inputBorder"
104
- >
105
- <ui-view
106
- class="view wide content"
107
- >
108
- <ui-label
109
- class="text paragraph text label"
110
- htmlfor="input.password"
111
- >
112
- common.label.password
113
- </ui-label>
114
- <input
115
- autocomplete="true"
116
- class="input input withLabel"
117
- id="input.password"
118
- name="password"
119
- required=""
120
- type="password"
121
- value=""
122
- />
123
- </ui-view>
124
- <ui-pressable
125
- class="pressable"
126
- tabindex="-1"
127
- >
128
- <ui-icon
129
- class="icon headline-3 icon password"
130
- >
131
- <svg
132
- fill="currentColor"
133
- height="1em"
134
- stroke="currentColor"
135
- stroke-width="0"
136
- viewBox="0 0 24 24"
137
- width="1em"
138
- xmlns="http://www.w3.org/2000/svg"
139
- >
140
- <path
141
- d="M0 0h24v24H0V0zm0 0h24v24H0V0zm0 0h24v24H0V0zm0 0h24v24H0V0z"
142
- fill="none"
143
- />
144
- <path
145
- 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"
146
- />
147
- </svg>
148
- </ui-icon>
149
- </ui-pressable>
150
- </ui-view>
151
- </ui-input-text>
152
- <ui-view
153
- class="view wide"
154
- >
155
- <ui-action
156
- class="pressable action"
157
- data-testid="login-action"
158
- disabled="false"
159
- tabindex="0"
160
- >
161
- user.action.reset
162
- </ui-action>
163
- </ui-view>
164
- <ui-button
165
- class="pressable disabled button large disabled wide"
166
- data-testid="login-button"
167
- disabled="true"
168
- type="submit"
169
- >
170
- <ui-view
171
- class="view busyContainer"
172
- >
173
- <ui-view
174
- class="view spinner"
175
- />
176
- </ui-view>
177
- <ui-view
178
- class="view row children"
179
- >
180
- common.action.login
181
- </ui-view>
182
- </ui-button>
183
- </form>
184
- <ui-button
185
- class="pressable button large transparent"
186
- data-testid="login-button-secondary"
187
- tabindex="0"
188
- >
189
- user.action.signup
190
- </ui-button>
191
- </ui-view>
192
- </ui-view>
193
- </ui-scrollview>
194
- </ui-modal>
195
- </ui-modal-overflow>
17
+ <div>
18
+
19
+
20
+ <small>
21
+ hello@soyjavi.com
22
+ </small>
23
+
24
+
25
+ <strong>
26
+ Javi
27
+ </strong>
28
+
29
+
30
+ </div>
31
+ </ui-pressable>
32
+ </ui-menu>
33
+ </ui-view>
196
34
  </DocumentFragment>
197
35
  `;
198
36
 
@@ -232,681 +70,143 @@ exports[`<Session> Using ghost feature with an stored session 1`] = `
232
70
 
233
71
  exports[`<Session> inherit:className 1`] = `
234
72
  <DocumentFragment>
235
- <ui-pressable
236
- class="pressable"
237
- data-testid="show-login"
238
- tabindex="0"
239
- >
240
- <ui-view
241
- class="view row"
242
- >
243
- <ui-icon
244
- class="icon headline-3"
245
- >
246
- <svg
247
- fill="currentColor"
248
- height="1em"
249
- stroke="currentColor"
250
- stroke-width="0"
251
- viewBox="0 0 24 24"
252
- width="1em"
253
- xmlns="http://www.w3.org/2000/svg"
254
- >
255
- <path
256
- d="M0 0h24v24H0z"
257
- fill="none"
258
- />
259
- <path
260
- d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM7.35 18.5C8.66 17.56 10.26 17 12 17s3.34.56 4.65 1.5c-1.31.94-2.91 1.5-4.65 1.5s-3.34-.56-4.65-1.5zm10.79-1.38a9.947 9.947 0 0 0-12.28 0A7.957 7.957 0 0 1 4 12c0-4.42 3.58-8 8-8s8 3.58 8 8c0 1.95-.7 3.73-1.86 5.12z"
261
- />
262
- <path
263
- d="M12 6c-1.93 0-3.5 1.57-3.5 3.5S10.07 13 12 13s3.5-1.57 3.5-3.5S13.93 6 12 6zm0 5c-.83 0-1.5-.67-1.5-1.5S11.17 8 12 8s1.5.67 1.5 1.5S12.83 11 12 11z"
264
- />
265
- </svg>
266
- </ui-icon>
267
- <ui-text
268
- class="text medium paragraph"
269
- >
270
- common.action.login
271
- </ui-text>
272
- </ui-view>
273
- </ui-pressable>
274
- <ui-modal-overflow
275
- class="pressable container overflow"
276
- style="height: 768px;"
277
- tabindex="0"
73
+ <ui-view
74
+ class="view mirai"
278
75
  >
279
- <ui-modal
280
- class="view fit modal calcWidth"
76
+ <ui-menu
77
+ class="container"
78
+ data-testid="profile-menu"
281
79
  >
282
- <ui-view
283
- class="view row header hideBack"
80
+ <ui-pressable
81
+ class="pressable"
82
+ data-testid="show-profile-menu"
83
+ tabindex="0"
284
84
  >
285
- <ui-text
286
- class="text headline-3 title"
287
- >
288
- user.label.title_session
289
- </ui-text>
290
- <ui-button
291
- class="pressable button small squared transparent"
292
- tabindex="0"
85
+ <ui-view
86
+ class="view row"
293
87
  >
294
- <ui-icon
295
- class="icon headline-3 icon"
88
+ <ui-view
89
+ class="view row"
296
90
  >
297
- <svg
298
- fill="currentColor"
299
- height="1em"
300
- stroke="currentColor"
301
- stroke-width="0"
302
- viewBox="0 0 24 24"
303
- width="1em"
304
- xmlns="http://www.w3.org/2000/svg"
91
+ <ui-text
92
+ class="text bold action"
305
93
  >
306
- <path
307
- d="M0 0h24v24H0V0z"
308
- fill="none"
309
- />
310
- <path
311
- 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"
312
- />
313
- </svg>
314
- </ui-icon>
315
- </ui-button>
316
- </ui-view>
317
- <ui-scrollview
318
- class="scrollview snap vertical"
319
- >
320
- <ui-view
321
- class="view row wide"
322
- >
94
+ J
95
+ </ui-text>
96
+ </ui-view>
323
97
  <ui-view
324
98
  class="view wide"
325
99
  >
326
- <form>
327
- <ui-text
328
- class="text paragraph"
329
- >
330
- user.label.form_description
331
- </ui-text>
332
- <ui-input-text
333
- class="view inputContainer"
334
- >
335
- <ui-view
336
- class="view row inputBorder"
337
- >
338
- <ui-view
339
- class="view wide content"
340
- >
341
- <ui-label
342
- class="text paragraph text label"
343
- htmlfor="input.email"
344
- >
345
- common.label.email
346
- </ui-label>
347
- <input
348
- autocomplete="true"
349
- class="input input withLabel"
350
- id="input.email"
351
- name="email"
352
- required=""
353
- type="email"
354
- value=""
355
- />
356
- </ui-view>
357
- </ui-view>
358
- </ui-input-text>
359
- <ui-input-text
360
- class="view inputContainer"
361
- >
362
- <ui-view
363
- class="view row inputBorder"
364
- >
365
- <ui-view
366
- class="view wide content"
367
- >
368
- <ui-label
369
- class="text paragraph text label"
370
- htmlfor="input.password"
371
- >
372
- common.label.password
373
- </ui-label>
374
- <input
375
- autocomplete="true"
376
- class="input input withLabel"
377
- id="input.password"
378
- name="password"
379
- required=""
380
- type="password"
381
- value=""
382
- />
383
- </ui-view>
384
- <ui-pressable
385
- class="pressable"
386
- tabindex="-1"
387
- >
388
- <ui-icon
389
- class="icon headline-3 icon password"
390
- >
391
- <svg
392
- fill="currentColor"
393
- height="1em"
394
- stroke="currentColor"
395
- stroke-width="0"
396
- viewBox="0 0 24 24"
397
- width="1em"
398
- xmlns="http://www.w3.org/2000/svg"
399
- >
400
- <path
401
- d="M0 0h24v24H0V0zm0 0h24v24H0V0zm0 0h24v24H0V0zm0 0h24v24H0V0z"
402
- fill="none"
403
- />
404
- <path
405
- 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"
406
- />
407
- </svg>
408
- </ui-icon>
409
- </ui-pressable>
410
- </ui-view>
411
- </ui-input-text>
412
- <ui-view
413
- class="view wide"
414
- >
415
- <ui-action
416
- class="pressable action"
417
- data-testid="login-action"
418
- disabled="false"
419
- tabindex="0"
420
- >
421
- user.action.reset
422
- </ui-action>
423
- </ui-view>
424
- <ui-button
425
- class="pressable disabled button large disabled wide"
426
- data-testid="login-button"
427
- disabled="true"
428
- type="submit"
429
- >
430
- <ui-view
431
- class="view busyContainer"
432
- >
433
- <ui-view
434
- class="view spinner"
435
- />
436
- </ui-view>
437
- <ui-view
438
- class="view row children"
439
- >
440
- common.action.login
441
- </ui-view>
442
- </ui-button>
443
- </form>
444
- <ui-button
445
- class="pressable button large transparent"
446
- data-testid="login-button-secondary"
447
- tabindex="0"
100
+ <ui-text
101
+ class="text bold action"
102
+ >
103
+ Javi Jimenez
104
+ </ui-text>
105
+ <ui-text
106
+ class="text tiny"
448
107
  >
449
- user.action.signup
450
- </ui-button>
108
+ hello@soyjavi.com
109
+ </ui-text>
451
110
  </ui-view>
452
111
  </ui-view>
453
- </ui-scrollview>
454
- </ui-modal>
455
- </ui-modal-overflow>
112
+ </ui-pressable>
113
+ </ui-menu>
114
+ </ui-view>
456
115
  </DocumentFragment>
457
116
  `;
458
117
 
459
118
  exports[`<Session> renders 1`] = `
460
119
  <DocumentFragment>
461
- <ui-pressable
462
- class="pressable"
463
- data-testid="show-login"
464
- tabindex="0"
465
- >
466
- <ui-view
467
- class="view row"
468
- >
469
- <ui-icon
470
- class="icon headline-3"
471
- >
472
- <svg
473
- fill="currentColor"
474
- height="1em"
475
- stroke="currentColor"
476
- stroke-width="0"
477
- viewBox="0 0 24 24"
478
- width="1em"
479
- xmlns="http://www.w3.org/2000/svg"
480
- >
481
- <path
482
- d="M0 0h24v24H0z"
483
- fill="none"
484
- />
485
- <path
486
- d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM7.35 18.5C8.66 17.56 10.26 17 12 17s3.34.56 4.65 1.5c-1.31.94-2.91 1.5-4.65 1.5s-3.34-.56-4.65-1.5zm10.79-1.38a9.947 9.947 0 0 0-12.28 0A7.957 7.957 0 0 1 4 12c0-4.42 3.58-8 8-8s8 3.58 8 8c0 1.95-.7 3.73-1.86 5.12z"
487
- />
488
- <path
489
- d="M12 6c-1.93 0-3.5 1.57-3.5 3.5S10.07 13 12 13s3.5-1.57 3.5-3.5S13.93 6 12 6zm0 5c-.83 0-1.5-.67-1.5-1.5S11.17 8 12 8s1.5.67 1.5 1.5S12.83 11 12 11z"
490
- />
491
- </svg>
492
- </ui-icon>
493
- <ui-text
494
- class="text medium paragraph"
495
- >
496
- common.action.login
497
- </ui-text>
498
- </ui-view>
499
- </ui-pressable>
500
- <ui-modal-overflow
501
- class="pressable container overflow"
502
- style="height: 768px;"
503
- tabindex="0"
120
+ <ui-view
121
+ class="view"
504
122
  >
505
- <ui-modal
506
- class="view fit modal calcWidth"
123
+ <ui-menu
124
+ class="container"
125
+ data-testid="profile-menu"
507
126
  >
508
- <ui-view
509
- class="view row header hideBack"
127
+ <ui-pressable
128
+ class="pressable"
129
+ data-testid="show-profile-menu"
130
+ tabindex="0"
510
131
  >
511
- <ui-text
512
- class="text headline-3 title"
513
- >
514
- user.label.title_session
515
- </ui-text>
516
- <ui-button
517
- class="pressable button small squared transparent"
518
- tabindex="0"
132
+ <ui-view
133
+ class="view row"
519
134
  >
520
- <ui-icon
521
- class="icon headline-3 icon"
135
+ <ui-view
136
+ class="view row"
522
137
  >
523
- <svg
524
- fill="currentColor"
525
- height="1em"
526
- stroke="currentColor"
527
- stroke-width="0"
528
- viewBox="0 0 24 24"
529
- width="1em"
530
- xmlns="http://www.w3.org/2000/svg"
138
+ <ui-text
139
+ class="text bold action"
531
140
  >
532
- <path
533
- d="M0 0h24v24H0V0z"
534
- fill="none"
535
- />
536
- <path
537
- 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"
538
- />
539
- </svg>
540
- </ui-icon>
541
- </ui-button>
542
- </ui-view>
543
- <ui-scrollview
544
- class="scrollview snap vertical"
545
- >
546
- <ui-view
547
- class="view row wide"
548
- >
141
+ J
142
+ </ui-text>
143
+ </ui-view>
549
144
  <ui-view
550
145
  class="view wide"
551
146
  >
552
- <form>
553
- <ui-text
554
- class="text paragraph"
555
- >
556
- user.label.form_description
557
- </ui-text>
558
- <ui-input-text
559
- class="view inputContainer"
560
- >
561
- <ui-view
562
- class="view row inputBorder"
563
- >
564
- <ui-view
565
- class="view wide content"
566
- >
567
- <ui-label
568
- class="text paragraph text label"
569
- htmlfor="input.email"
570
- >
571
- common.label.email
572
- </ui-label>
573
- <input
574
- autocomplete="true"
575
- class="input input withLabel"
576
- id="input.email"
577
- name="email"
578
- required=""
579
- type="email"
580
- value=""
581
- />
582
- </ui-view>
583
- </ui-view>
584
- </ui-input-text>
585
- <ui-input-text
586
- class="view inputContainer"
587
- >
588
- <ui-view
589
- class="view row inputBorder"
590
- >
591
- <ui-view
592
- class="view wide content"
593
- >
594
- <ui-label
595
- class="text paragraph text label"
596
- htmlfor="input.password"
597
- >
598
- common.label.password
599
- </ui-label>
600
- <input
601
- autocomplete="true"
602
- class="input input withLabel"
603
- id="input.password"
604
- name="password"
605
- required=""
606
- type="password"
607
- value=""
608
- />
609
- </ui-view>
610
- <ui-pressable
611
- class="pressable"
612
- tabindex="-1"
613
- >
614
- <ui-icon
615
- class="icon headline-3 icon password"
616
- >
617
- <svg
618
- fill="currentColor"
619
- height="1em"
620
- stroke="currentColor"
621
- stroke-width="0"
622
- viewBox="0 0 24 24"
623
- width="1em"
624
- xmlns="http://www.w3.org/2000/svg"
625
- >
626
- <path
627
- d="M0 0h24v24H0V0zm0 0h24v24H0V0zm0 0h24v24H0V0zm0 0h24v24H0V0z"
628
- fill="none"
629
- />
630
- <path
631
- 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"
632
- />
633
- </svg>
634
- </ui-icon>
635
- </ui-pressable>
636
- </ui-view>
637
- </ui-input-text>
638
- <ui-view
639
- class="view wide"
640
- >
641
- <ui-action
642
- class="pressable action"
643
- data-testid="login-action"
644
- disabled="false"
645
- tabindex="0"
646
- >
647
- user.action.reset
648
- </ui-action>
649
- </ui-view>
650
- <ui-button
651
- class="pressable disabled button large disabled wide"
652
- data-testid="login-button"
653
- disabled="true"
654
- type="submit"
655
- >
656
- <ui-view
657
- class="view busyContainer"
658
- >
659
- <ui-view
660
- class="view spinner"
661
- />
662
- </ui-view>
663
- <ui-view
664
- class="view row children"
665
- >
666
- common.action.login
667
- </ui-view>
668
- </ui-button>
669
- </form>
670
- <ui-button
671
- class="pressable button large transparent"
672
- data-testid="login-button-secondary"
673
- tabindex="0"
147
+ <ui-text
148
+ class="text bold action"
149
+ >
150
+ Javi Jimenez
151
+ </ui-text>
152
+ <ui-text
153
+ class="text tiny"
674
154
  >
675
- user.action.signup
676
- </ui-button>
155
+ hello@soyjavi.com
156
+ </ui-text>
677
157
  </ui-view>
678
158
  </ui-view>
679
- </ui-scrollview>
680
- </ui-modal>
681
- </ui-modal-overflow>
159
+ </ui-pressable>
160
+ </ui-menu>
161
+ </ui-view>
682
162
  </DocumentFragment>
683
163
  `;
684
164
 
685
165
  exports[`<Session> testID 1`] = `
686
166
  <DocumentFragment>
687
- <ui-pressable
688
- class="pressable"
689
- data-testid="show-login"
690
- tabindex="0"
691
- >
692
- <ui-view
693
- class="view row"
694
- >
695
- <ui-icon
696
- class="icon headline-3"
697
- >
698
- <svg
699
- fill="currentColor"
700
- height="1em"
701
- stroke="currentColor"
702
- stroke-width="0"
703
- viewBox="0 0 24 24"
704
- width="1em"
705
- xmlns="http://www.w3.org/2000/svg"
706
- >
707
- <path
708
- d="M0 0h24v24H0z"
709
- fill="none"
710
- />
711
- <path
712
- d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM7.35 18.5C8.66 17.56 10.26 17 12 17s3.34.56 4.65 1.5c-1.31.94-2.91 1.5-4.65 1.5s-3.34-.56-4.65-1.5zm10.79-1.38a9.947 9.947 0 0 0-12.28 0A7.957 7.957 0 0 1 4 12c0-4.42 3.58-8 8-8s8 3.58 8 8c0 1.95-.7 3.73-1.86 5.12z"
713
- />
714
- <path
715
- d="M12 6c-1.93 0-3.5 1.57-3.5 3.5S10.07 13 12 13s3.5-1.57 3.5-3.5S13.93 6 12 6zm0 5c-.83 0-1.5-.67-1.5-1.5S11.17 8 12 8s1.5.67 1.5 1.5S12.83 11 12 11z"
716
- />
717
- </svg>
718
- </ui-icon>
719
- <ui-text
720
- class="text medium paragraph"
721
- >
722
- common.action.login
723
- </ui-text>
724
- </ui-view>
725
- </ui-pressable>
726
- <ui-modal-overflow
727
- class="pressable container overflow"
728
- style="height: 768px;"
729
- tabindex="0"
167
+ <ui-view
168
+ class="view"
169
+ data-testid="mirai"
730
170
  >
731
- <ui-modal
732
- class="view fit modal calcWidth"
171
+ <ui-menu
172
+ class="container"
173
+ data-testid="profile-menu"
733
174
  >
734
- <ui-view
735
- class="view row header hideBack"
175
+ <ui-pressable
176
+ class="pressable"
177
+ data-testid="show-profile-menu"
178
+ tabindex="0"
736
179
  >
737
- <ui-text
738
- class="text headline-3 title"
739
- >
740
- user.label.title_session
741
- </ui-text>
742
- <ui-button
743
- class="pressable button small squared transparent"
744
- tabindex="0"
180
+ <ui-view
181
+ class="view row"
745
182
  >
746
- <ui-icon
747
- class="icon headline-3 icon"
183
+ <ui-view
184
+ class="view row"
748
185
  >
749
- <svg
750
- fill="currentColor"
751
- height="1em"
752
- stroke="currentColor"
753
- stroke-width="0"
754
- viewBox="0 0 24 24"
755
- width="1em"
756
- xmlns="http://www.w3.org/2000/svg"
186
+ <ui-text
187
+ class="text bold action"
757
188
  >
758
- <path
759
- d="M0 0h24v24H0V0z"
760
- fill="none"
761
- />
762
- <path
763
- 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"
764
- />
765
- </svg>
766
- </ui-icon>
767
- </ui-button>
768
- </ui-view>
769
- <ui-scrollview
770
- class="scrollview snap vertical"
771
- >
772
- <ui-view
773
- class="view row wide"
774
- >
189
+ J
190
+ </ui-text>
191
+ </ui-view>
775
192
  <ui-view
776
193
  class="view wide"
777
194
  >
778
- <form
779
- data-testid="mirai"
195
+ <ui-text
196
+ class="text bold action"
780
197
  >
781
- <ui-text
782
- class="text paragraph"
783
- >
784
- user.label.form_description
785
- </ui-text>
786
- <ui-input-text
787
- class="view inputContainer"
788
- >
789
- <ui-view
790
- class="view row inputBorder"
791
- >
792
- <ui-view
793
- class="view wide content"
794
- >
795
- <ui-label
796
- class="text paragraph text label"
797
- htmlfor="input.email"
798
- >
799
- common.label.email
800
- </ui-label>
801
- <input
802
- autocomplete="true"
803
- class="input input withLabel"
804
- id="input.email"
805
- name="email"
806
- required=""
807
- type="email"
808
- value=""
809
- />
810
- </ui-view>
811
- </ui-view>
812
- </ui-input-text>
813
- <ui-input-text
814
- class="view inputContainer"
815
- >
816
- <ui-view
817
- class="view row inputBorder"
818
- >
819
- <ui-view
820
- class="view wide content"
821
- >
822
- <ui-label
823
- class="text paragraph text label"
824
- htmlfor="input.password"
825
- >
826
- common.label.password
827
- </ui-label>
828
- <input
829
- autocomplete="true"
830
- class="input input withLabel"
831
- id="input.password"
832
- name="password"
833
- required=""
834
- type="password"
835
- value=""
836
- />
837
- </ui-view>
838
- <ui-pressable
839
- class="pressable"
840
- tabindex="-1"
841
- >
842
- <ui-icon
843
- class="icon headline-3 icon password"
844
- >
845
- <svg
846
- fill="currentColor"
847
- height="1em"
848
- stroke="currentColor"
849
- stroke-width="0"
850
- viewBox="0 0 24 24"
851
- width="1em"
852
- xmlns="http://www.w3.org/2000/svg"
853
- >
854
- <path
855
- d="M0 0h24v24H0V0zm0 0h24v24H0V0zm0 0h24v24H0V0zm0 0h24v24H0V0z"
856
- fill="none"
857
- />
858
- <path
859
- 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"
860
- />
861
- </svg>
862
- </ui-icon>
863
- </ui-pressable>
864
- </ui-view>
865
- </ui-input-text>
866
- <ui-view
867
- class="view wide"
868
- >
869
- <ui-action
870
- class="pressable action"
871
- data-testid="login-action"
872
- disabled="false"
873
- tabindex="0"
874
- >
875
- user.action.reset
876
- </ui-action>
877
- </ui-view>
878
- <ui-button
879
- class="pressable disabled button large disabled wide"
880
- data-testid="login-button"
881
- disabled="true"
882
- type="submit"
883
- >
884
- <ui-view
885
- class="view busyContainer"
886
- >
887
- <ui-view
888
- class="view spinner"
889
- />
890
- </ui-view>
891
- <ui-view
892
- class="view row children"
893
- >
894
- common.action.login
895
- </ui-view>
896
- </ui-button>
897
- </form>
898
- <ui-button
899
- class="pressable button large transparent"
900
- data-testid="login-button-secondary"
901
- tabindex="0"
198
+ Javi Jimenez
199
+ </ui-text>
200
+ <ui-text
201
+ class="text tiny"
902
202
  >
903
- user.action.signup
904
- </ui-button>
203
+ hello@soyjavi.com
204
+ </ui-text>
905
205
  </ui-view>
906
206
  </ui-view>
907
- </ui-scrollview>
908
- </ui-modal>
909
- </ui-modal-overflow>
207
+ </ui-pressable>
208
+ </ui-menu>
209
+ </ui-view>
910
210
  </DocumentFragment>
911
211
  `;
912
212
 
@@ -957,259 +257,4 @@ exports[`<Session> with an stored session 1`] = `
957
257
  </DocumentFragment>
958
258
  `;
959
259
 
960
- exports[`<Session> with mode finishing signup 1`] = `
961
- <DocumentFragment>
962
- <ui-pressable
963
- class="pressable"
964
- data-testid="show-login"
965
- tabindex="0"
966
- >
967
- <ui-view
968
- class="view row"
969
- >
970
- <ui-icon
971
- class="icon headline-3"
972
- >
973
- <svg
974
- fill="currentColor"
975
- height="1em"
976
- stroke="currentColor"
977
- stroke-width="0"
978
- viewBox="0 0 24 24"
979
- width="1em"
980
- xmlns="http://www.w3.org/2000/svg"
981
- >
982
- <path
983
- d="M0 0h24v24H0z"
984
- fill="none"
985
- />
986
- <path
987
- d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM7.35 18.5C8.66 17.56 10.26 17 12 17s3.34.56 4.65 1.5c-1.31.94-2.91 1.5-4.65 1.5s-3.34-.56-4.65-1.5zm10.79-1.38a9.947 9.947 0 0 0-12.28 0A7.957 7.957 0 0 1 4 12c0-4.42 3.58-8 8-8s8 3.58 8 8c0 1.95-.7 3.73-1.86 5.12z"
988
- />
989
- <path
990
- d="M12 6c-1.93 0-3.5 1.57-3.5 3.5S10.07 13 12 13s3.5-1.57 3.5-3.5S13.93 6 12 6zm0 5c-.83 0-1.5-.67-1.5-1.5S11.17 8 12 8s1.5.67 1.5 1.5S12.83 11 12 11z"
991
- />
992
- </svg>
993
- </ui-icon>
994
- <ui-text
995
- class="text medium paragraph"
996
- >
997
- common.action.login
998
- </ui-text>
999
- </ui-view>
1000
- </ui-pressable>
1001
- <ui-modal-overflow
1002
- class="pressable container overflow"
1003
- style="height: 768px;"
1004
- tabindex="0"
1005
- >
1006
- <ui-modal
1007
- class="view fit modal calcWidth"
1008
- >
1009
- <ui-view
1010
- class="view row header hideBack"
1011
- >
1012
- <ui-text
1013
- class="text headline-3 title"
1014
- >
1015
- user.label.title_session
1016
- </ui-text>
1017
- <ui-button
1018
- class="pressable button small squared transparent"
1019
- tabindex="0"
1020
- >
1021
- <ui-icon
1022
- class="icon headline-3 icon"
1023
- >
1024
- <svg
1025
- fill="currentColor"
1026
- height="1em"
1027
- stroke="currentColor"
1028
- stroke-width="0"
1029
- viewBox="0 0 24 24"
1030
- width="1em"
1031
- xmlns="http://www.w3.org/2000/svg"
1032
- >
1033
- <path
1034
- d="M0 0h24v24H0V0z"
1035
- fill="none"
1036
- />
1037
- <path
1038
- 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"
1039
- />
1040
- </svg>
1041
- </ui-icon>
1042
- </ui-button>
1043
- </ui-view>
1044
- <ui-scrollview
1045
- class="scrollview snap vertical"
1046
- >
1047
- <ui-view
1048
- class="view row wide"
1049
- >
1050
- <ui-view
1051
- class="view wide"
1052
- >
1053
- <form>
1054
- <ui-notification
1055
- class="view row notification info outlined"
1056
- >
1057
- <ui-icon
1058
- class="icon headline-3"
1059
- >
1060
- <svg
1061
- fill="currentColor"
1062
- height="1em"
1063
- stroke="currentColor"
1064
- stroke-width="0"
1065
- viewBox="0 0 24 24"
1066
- width="1em"
1067
- xmlns="http://www.w3.org/2000/svg"
1068
- >
1069
- <path
1070
- d="M0 0h24v24H0V0z"
1071
- fill="none"
1072
- />
1073
- <path
1074
- d="M11 7h2v2h-2zm0 4h2v6h-2zm1-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"
1075
- />
1076
- </svg>
1077
- </ui-icon>
1078
- <ui-view
1079
- class="view texts"
1080
- >
1081
- <ui-text
1082
- class="text action"
1083
- >
1084
- <ui-text
1085
- class="text bold paragraph"
1086
- >
1087
- user.notification.activation_success
1088
- </ui-text>
1089
- <ui-text
1090
- class="text paragraph"
1091
- >
1092
- user.notification.finish_signup_description
1093
- </ui-text>
1094
- </ui-text>
1095
- </ui-view>
1096
- </ui-notification>
1097
- <ui-input-text
1098
- class="view inputContainer"
1099
- >
1100
- <ui-view
1101
- class="view row inputBorder"
1102
- >
1103
- <ui-view
1104
- class="view wide content"
1105
- >
1106
- <ui-label
1107
- class="text paragraph text label"
1108
- htmlfor="input.email"
1109
- >
1110
- common.label.email
1111
- </ui-label>
1112
- <input
1113
- autocomplete="true"
1114
- class="input input withLabel"
1115
- id="input.email"
1116
- name="email"
1117
- required=""
1118
- type="email"
1119
- value=""
1120
- />
1121
- </ui-view>
1122
- </ui-view>
1123
- </ui-input-text>
1124
- <ui-input-text
1125
- class="view inputContainer"
1126
- >
1127
- <ui-view
1128
- class="view row inputBorder"
1129
- >
1130
- <ui-view
1131
- class="view wide content"
1132
- >
1133
- <ui-label
1134
- class="text paragraph text label"
1135
- htmlfor="input.password"
1136
- >
1137
- common.label.password
1138
- </ui-label>
1139
- <input
1140
- autocomplete="true"
1141
- class="input input withLabel"
1142
- id="input.password"
1143
- name="password"
1144
- required=""
1145
- type="password"
1146
- value=""
1147
- />
1148
- </ui-view>
1149
- <ui-pressable
1150
- class="pressable"
1151
- tabindex="-1"
1152
- >
1153
- <ui-icon
1154
- class="icon headline-3 icon password"
1155
- >
1156
- <svg
1157
- fill="currentColor"
1158
- height="1em"
1159
- stroke="currentColor"
1160
- stroke-width="0"
1161
- viewBox="0 0 24 24"
1162
- width="1em"
1163
- xmlns="http://www.w3.org/2000/svg"
1164
- >
1165
- <path
1166
- d="M0 0h24v24H0V0zm0 0h24v24H0V0zm0 0h24v24H0V0zm0 0h24v24H0V0z"
1167
- fill="none"
1168
- />
1169
- <path
1170
- 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"
1171
- />
1172
- </svg>
1173
- </ui-icon>
1174
- </ui-pressable>
1175
- </ui-view>
1176
- </ui-input-text>
1177
- <ui-view
1178
- class="view wide"
1179
- >
1180
- <ui-action
1181
- class="pressable action"
1182
- data-testid="login-action"
1183
- disabled="false"
1184
- tabindex="0"
1185
- >
1186
- user.action.reset
1187
- </ui-action>
1188
- </ui-view>
1189
- <ui-button
1190
- class="pressable disabled button large disabled wide"
1191
- data-testid="login-button"
1192
- disabled="true"
1193
- type="submit"
1194
- >
1195
- <ui-view
1196
- class="view busyContainer"
1197
- >
1198
- <ui-view
1199
- class="view spinner"
1200
- />
1201
- </ui-view>
1202
- <ui-view
1203
- class="view row children"
1204
- >
1205
- common.action.login
1206
- </ui-view>
1207
- </ui-button>
1208
- </form>
1209
- </ui-view>
1210
- </ui-view>
1211
- </ui-scrollview>
1212
- </ui-modal>
1213
- </ui-modal-overflow>
1214
- </DocumentFragment>
1215
- `;
260
+ exports[`<Session> with mode finishing signup 1`] = `<DocumentFragment />`;