@mirai/core 0.3.182 → 0.3.184

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 (22) hide show
  1. package/build/components/Checkout/Checkout.js.map +1 -1
  2. package/build/components/Checkout/Checkout.module.css +21 -25
  3. package/build/components/Checkout/partials/Checkout.Confirmation.js +7 -5
  4. package/build/components/Checkout/partials/Checkout.Confirmation.js.map +1 -1
  5. package/build/components/Checkout/partials/Checkout.Details.js +1 -2
  6. package/build/components/Checkout/partials/Checkout.Details.js.map +1 -1
  7. package/build/components/Checkout/partials/Checkout.Summary.js +6 -6
  8. package/build/components/Checkout/partials/Checkout.Summary.js.map +1 -1
  9. package/build/components/Checkout/partials/__tests__/__snapshots__/Checkout.Confirmation.test.js.snap +336 -312
  10. package/build/components/Checkout/partials/__tests__/__snapshots__/Checkout.Details.test.js.snap +5 -5
  11. package/build/components/Checkout/partials/__tests__/__snapshots__/Checkout.Summary.test.js.snap +20 -20
  12. package/build/components/__shared__/BookingTable/BookingTable.Row.js +1 -1
  13. package/build/components/__shared__/BookingTable/BookingTable.Row.js.map +1 -1
  14. package/build/components/__shared__/NotificationRequiredFields/NotificationRequiredFields.l10n.js +3 -0
  15. package/build/components/__shared__/NotificationRequiredFields/NotificationRequiredFields.l10n.js.map +1 -1
  16. package/build/components/__shared__/Payment/components/Aplazame/Aplazame.js +6 -2
  17. package/build/components/__shared__/Payment/components/Aplazame/Aplazame.js.map +1 -1
  18. package/build/components/__shared__/Payment/components/Aplazame/__tests__/__snapshots__/Aplazame.test.js.snap +2 -1
  19. package/build/components/__shared__/Payment/components/Tpv/Tpv.js +6 -1
  20. package/build/components/__shared__/Payment/components/Tpv/Tpv.js.map +1 -1
  21. package/build/components/__shared__/Payment/components/Tpv/__tests__/__snapshots__/Tpv.test.js.snap +3 -0
  22. package/package.json +1 -1
@@ -8,14 +8,14 @@ exports[`component:<Checkout> partial:<Confirmation> Test A/B variant A 1`] = `
8
8
  <div
9
9
  class="view"
10
10
  >
11
- <h3
12
- class="text bold headline-3"
13
- >
14
- user.label.booking_summary
15
- </h3>
16
11
  <div
17
12
  class="view"
18
13
  >
14
+ <h3
15
+ class="text bold headline-3"
16
+ >
17
+ user.label.booking_summary
18
+ </h3>
19
19
  <div
20
20
  class="view row wide"
21
21
  >
@@ -205,66 +205,70 @@ exports[`component:<Checkout> partial:<Confirmation> Test A/B variant A 1`] = `
205
205
  </div>
206
206
  </div>
207
207
  </div>
208
- <button
209
- class="pressable button large wide"
210
- methods="CARD,AMAZON_PAY"
208
+ <div
209
+ class="view"
211
210
  >
212
- <div
213
- class="view busyContainer"
211
+ <button
212
+ class="pressable button large wide"
213
+ methods="CARD,AMAZON_PAY"
214
214
  >
215
215
  <div
216
- class="view spinner"
217
- />
218
- </div>
219
- <div
220
- class="view row children"
221
- >
222
- user.action.book_now
223
- </div>
224
- </button>
225
- <div
226
- class="pressable container overflow"
227
- style="height: 768px;"
228
- >
216
+ class="view busyContainer"
217
+ >
218
+ <div
219
+ class="view spinner"
220
+ />
221
+ </div>
222
+ <div
223
+ class="view row children"
224
+ >
225
+ user.action.book_now
226
+ </div>
227
+ </button>
229
228
  <div
230
- class="view fit modal calcWidth"
229
+ class="pressable container overflow"
230
+ style="height: 768px;"
231
231
  >
232
232
  <div
233
- class="view row header hideBack"
233
+ class="view fit modal calcWidth"
234
234
  >
235
- <button
236
- class="pressable button small squared transparent button"
235
+ <div
236
+ class="view row header hideBack"
237
237
  >
238
- <span
239
- class="icon headline-3 icon"
238
+ <button
239
+ class="pressable button small squared transparent button"
240
240
  >
241
- <svg
242
- fill="currentColor"
243
- height="1em"
244
- stroke="currentColor"
245
- stroke-width="0"
246
- viewBox="0 0 24 24"
247
- width="1em"
248
- xmlns="http://www.w3.org/2000/svg"
241
+ <span
242
+ class="icon headline-3 icon"
249
243
  >
250
- <path
251
- d="M0 0h24v24H0V0z"
252
- fill="none"
253
- />
254
- <path
255
- 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"
256
- />
257
- </svg>
258
- </span>
259
- </button>
244
+ <svg
245
+ fill="currentColor"
246
+ height="1em"
247
+ stroke="currentColor"
248
+ stroke-width="0"
249
+ viewBox="0 0 24 24"
250
+ width="1em"
251
+ xmlns="http://www.w3.org/2000/svg"
252
+ >
253
+ <path
254
+ d="M0 0h24v24H0V0z"
255
+ fill="none"
256
+ />
257
+ <path
258
+ 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"
259
+ />
260
+ </svg>
261
+ </span>
262
+ </button>
263
+ </div>
260
264
  </div>
261
265
  </div>
266
+ <span
267
+ class="text small lighten wide"
268
+ >
269
+ common.notification.ssl_encryption
270
+ </span>
262
271
  </div>
263
- <span
264
- class="text small wide"
265
- >
266
- common.notification.ssl_encryption
267
- </span>
268
272
  </div>
269
273
  </DocumentFragment>
270
274
  `;
@@ -277,14 +281,14 @@ exports[`component:<Checkout> partial:<Confirmation> Test A/B variant B 1`] = `
277
281
  <div
278
282
  class="view"
279
283
  >
280
- <h3
281
- class="text bold headline-3"
282
- >
283
- user.label.booking_summary
284
- </h3>
285
284
  <div
286
285
  class="view"
287
286
  >
287
+ <h3
288
+ class="text bold headline-3"
289
+ >
290
+ user.label.booking_summary
291
+ </h3>
288
292
  <div
289
293
  class="view row wide"
290
294
  >
@@ -474,66 +478,70 @@ exports[`component:<Checkout> partial:<Confirmation> Test A/B variant B 1`] = `
474
478
  </div>
475
479
  </div>
476
480
  </div>
477
- <button
478
- class="pressable button large wide"
479
- methods="CARD,AMAZON_PAY"
481
+ <div
482
+ class="view"
480
483
  >
481
- <div
482
- class="view busyContainer"
484
+ <button
485
+ class="pressable button large wide"
486
+ methods="CARD,AMAZON_PAY"
483
487
  >
484
488
  <div
485
- class="view spinner"
486
- />
487
- </div>
488
- <div
489
- class="view row children"
490
- >
491
- user.action.book_now
492
- </div>
493
- </button>
494
- <div
495
- class="pressable container overflow"
496
- style="height: 768px;"
497
- >
489
+ class="view busyContainer"
490
+ >
491
+ <div
492
+ class="view spinner"
493
+ />
494
+ </div>
495
+ <div
496
+ class="view row children"
497
+ >
498
+ user.action.book_now
499
+ </div>
500
+ </button>
498
501
  <div
499
- class="view fit modal calcWidth"
502
+ class="pressable container overflow"
503
+ style="height: 768px;"
500
504
  >
501
505
  <div
502
- class="view row header hideBack"
506
+ class="view fit modal calcWidth"
503
507
  >
504
- <button
505
- class="pressable button small squared transparent button"
508
+ <div
509
+ class="view row header hideBack"
506
510
  >
507
- <span
508
- class="icon headline-3 icon"
511
+ <button
512
+ class="pressable button small squared transparent button"
509
513
  >
510
- <svg
511
- fill="currentColor"
512
- height="1em"
513
- stroke="currentColor"
514
- stroke-width="0"
515
- viewBox="0 0 24 24"
516
- width="1em"
517
- xmlns="http://www.w3.org/2000/svg"
514
+ <span
515
+ class="icon headline-3 icon"
518
516
  >
519
- <path
520
- d="M0 0h24v24H0V0z"
521
- fill="none"
522
- />
523
- <path
524
- 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"
525
- />
526
- </svg>
527
- </span>
528
- </button>
517
+ <svg
518
+ fill="currentColor"
519
+ height="1em"
520
+ stroke="currentColor"
521
+ stroke-width="0"
522
+ viewBox="0 0 24 24"
523
+ width="1em"
524
+ xmlns="http://www.w3.org/2000/svg"
525
+ >
526
+ <path
527
+ d="M0 0h24v24H0V0z"
528
+ fill="none"
529
+ />
530
+ <path
531
+ 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"
532
+ />
533
+ </svg>
534
+ </span>
535
+ </button>
536
+ </div>
529
537
  </div>
530
538
  </div>
539
+ <span
540
+ class="text small lighten wide"
541
+ >
542
+ common.notification.ssl_encryption
543
+ </span>
531
544
  </div>
532
- <span
533
- class="text small wide"
534
- >
535
- common.notification.ssl_encryption
536
- </span>
537
545
  </div>
538
546
  </DocumentFragment>
539
547
  `;
@@ -546,14 +554,14 @@ exports[`component:<Checkout> partial:<Confirmation> inherit:className 1`] = `
546
554
  <div
547
555
  class="view"
548
556
  >
549
- <h3
550
- class="text bold headline-3"
551
- >
552
- user.label.booking_summary
553
- </h3>
554
557
  <div
555
558
  class="view"
556
559
  >
560
+ <h3
561
+ class="text bold headline-3"
562
+ >
563
+ user.label.booking_summary
564
+ </h3>
557
565
  <div
558
566
  class="view row wide"
559
567
  >
@@ -743,66 +751,70 @@ exports[`component:<Checkout> partial:<Confirmation> inherit:className 1`] = `
743
751
  </div>
744
752
  </div>
745
753
  </div>
746
- <button
747
- class="pressable button large wide"
748
- methods="CARD,AMAZON_PAY"
754
+ <div
755
+ class="view"
749
756
  >
750
- <div
751
- class="view busyContainer"
757
+ <button
758
+ class="pressable button large wide"
759
+ methods="CARD,AMAZON_PAY"
752
760
  >
753
761
  <div
754
- class="view spinner"
755
- />
756
- </div>
757
- <div
758
- class="view row children"
759
- >
760
- user.action.book_now
761
- </div>
762
- </button>
763
- <div
764
- class="pressable container overflow"
765
- style="height: 768px;"
766
- >
762
+ class="view busyContainer"
763
+ >
764
+ <div
765
+ class="view spinner"
766
+ />
767
+ </div>
768
+ <div
769
+ class="view row children"
770
+ >
771
+ user.action.book_now
772
+ </div>
773
+ </button>
767
774
  <div
768
- class="view fit modal calcWidth"
775
+ class="pressable container overflow"
776
+ style="height: 768px;"
769
777
  >
770
778
  <div
771
- class="view row header hideBack"
779
+ class="view fit modal calcWidth"
772
780
  >
773
- <button
774
- class="pressable button small squared transparent button"
781
+ <div
782
+ class="view row header hideBack"
775
783
  >
776
- <span
777
- class="icon headline-3 icon"
784
+ <button
785
+ class="pressable button small squared transparent button"
778
786
  >
779
- <svg
780
- fill="currentColor"
781
- height="1em"
782
- stroke="currentColor"
783
- stroke-width="0"
784
- viewBox="0 0 24 24"
785
- width="1em"
786
- xmlns="http://www.w3.org/2000/svg"
787
+ <span
788
+ class="icon headline-3 icon"
787
789
  >
788
- <path
789
- d="M0 0h24v24H0V0z"
790
- fill="none"
791
- />
792
- <path
793
- 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"
794
- />
795
- </svg>
796
- </span>
797
- </button>
790
+ <svg
791
+ fill="currentColor"
792
+ height="1em"
793
+ stroke="currentColor"
794
+ stroke-width="0"
795
+ viewBox="0 0 24 24"
796
+ width="1em"
797
+ xmlns="http://www.w3.org/2000/svg"
798
+ >
799
+ <path
800
+ d="M0 0h24v24H0V0z"
801
+ fill="none"
802
+ />
803
+ <path
804
+ 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"
805
+ />
806
+ </svg>
807
+ </span>
808
+ </button>
809
+ </div>
798
810
  </div>
799
811
  </div>
812
+ <span
813
+ class="text small lighten wide"
814
+ >
815
+ common.notification.ssl_encryption
816
+ </span>
800
817
  </div>
801
- <span
802
- class="text small wide"
803
- >
804
- common.notification.ssl_encryption
805
- </span>
806
818
  </div>
807
819
  </DocumentFragment>
808
820
  `;
@@ -815,14 +827,14 @@ exports[`component:<Checkout> partial:<Confirmation> renders 1`] = `
815
827
  <div
816
828
  class="view"
817
829
  >
818
- <h3
819
- class="text bold headline-3"
820
- >
821
- user.label.booking_summary
822
- </h3>
823
830
  <div
824
831
  class="view"
825
832
  >
833
+ <h3
834
+ class="text bold headline-3"
835
+ >
836
+ user.label.booking_summary
837
+ </h3>
826
838
  <div
827
839
  class="view row wide"
828
840
  >
@@ -1012,66 +1024,70 @@ exports[`component:<Checkout> partial:<Confirmation> renders 1`] = `
1012
1024
  </div>
1013
1025
  </div>
1014
1026
  </div>
1015
- <button
1016
- class="pressable button large wide"
1017
- methods="CARD,AMAZON_PAY"
1027
+ <div
1028
+ class="view"
1018
1029
  >
1019
- <div
1020
- class="view busyContainer"
1030
+ <button
1031
+ class="pressable button large wide"
1032
+ methods="CARD,AMAZON_PAY"
1021
1033
  >
1022
1034
  <div
1023
- class="view spinner"
1024
- />
1025
- </div>
1026
- <div
1027
- class="view row children"
1028
- >
1029
- user.action.book_now
1030
- </div>
1031
- </button>
1032
- <div
1033
- class="pressable container overflow"
1034
- style="height: 768px;"
1035
- >
1035
+ class="view busyContainer"
1036
+ >
1037
+ <div
1038
+ class="view spinner"
1039
+ />
1040
+ </div>
1041
+ <div
1042
+ class="view row children"
1043
+ >
1044
+ user.action.book_now
1045
+ </div>
1046
+ </button>
1036
1047
  <div
1037
- class="view fit modal calcWidth"
1048
+ class="pressable container overflow"
1049
+ style="height: 768px;"
1038
1050
  >
1039
1051
  <div
1040
- class="view row header hideBack"
1052
+ class="view fit modal calcWidth"
1041
1053
  >
1042
- <button
1043
- class="pressable button small squared transparent button"
1054
+ <div
1055
+ class="view row header hideBack"
1044
1056
  >
1045
- <span
1046
- class="icon headline-3 icon"
1057
+ <button
1058
+ class="pressable button small squared transparent button"
1047
1059
  >
1048
- <svg
1049
- fill="currentColor"
1050
- height="1em"
1051
- stroke="currentColor"
1052
- stroke-width="0"
1053
- viewBox="0 0 24 24"
1054
- width="1em"
1055
- xmlns="http://www.w3.org/2000/svg"
1060
+ <span
1061
+ class="icon headline-3 icon"
1056
1062
  >
1057
- <path
1058
- d="M0 0h24v24H0V0z"
1059
- fill="none"
1060
- />
1061
- <path
1062
- 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"
1063
- />
1064
- </svg>
1065
- </span>
1066
- </button>
1063
+ <svg
1064
+ fill="currentColor"
1065
+ height="1em"
1066
+ stroke="currentColor"
1067
+ stroke-width="0"
1068
+ viewBox="0 0 24 24"
1069
+ width="1em"
1070
+ xmlns="http://www.w3.org/2000/svg"
1071
+ >
1072
+ <path
1073
+ d="M0 0h24v24H0V0z"
1074
+ fill="none"
1075
+ />
1076
+ <path
1077
+ 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"
1078
+ />
1079
+ </svg>
1080
+ </span>
1081
+ </button>
1082
+ </div>
1067
1083
  </div>
1068
1084
  </div>
1085
+ <span
1086
+ class="text small lighten wide"
1087
+ >
1088
+ common.notification.ssl_encryption
1089
+ </span>
1069
1090
  </div>
1070
- <span
1071
- class="text small wide"
1072
- >
1073
- common.notification.ssl_encryption
1074
- </span>
1075
1091
  </div>
1076
1092
  </DocumentFragment>
1077
1093
  `;
@@ -1085,14 +1101,14 @@ exports[`component:<Checkout> partial:<Confirmation> testID 1`] = `
1085
1101
  <div
1086
1102
  class="view"
1087
1103
  >
1088
- <h3
1089
- class="text bold headline-3"
1090
- >
1091
- user.label.booking_summary
1092
- </h3>
1093
1104
  <div
1094
1105
  class="view"
1095
1106
  >
1107
+ <h3
1108
+ class="text bold headline-3"
1109
+ >
1110
+ user.label.booking_summary
1111
+ </h3>
1096
1112
  <div
1097
1113
  class="view row wide"
1098
1114
  >
@@ -1282,66 +1298,70 @@ exports[`component:<Checkout> partial:<Confirmation> testID 1`] = `
1282
1298
  </div>
1283
1299
  </div>
1284
1300
  </div>
1285
- <button
1286
- class="pressable button large wide"
1287
- methods="CARD,AMAZON_PAY"
1301
+ <div
1302
+ class="view"
1288
1303
  >
1289
- <div
1290
- class="view busyContainer"
1304
+ <button
1305
+ class="pressable button large wide"
1306
+ methods="CARD,AMAZON_PAY"
1291
1307
  >
1292
1308
  <div
1293
- class="view spinner"
1294
- />
1295
- </div>
1296
- <div
1297
- class="view row children"
1298
- >
1299
- user.action.book_now
1300
- </div>
1301
- </button>
1302
- <div
1303
- class="pressable container overflow"
1304
- style="height: 768px;"
1305
- >
1309
+ class="view busyContainer"
1310
+ >
1311
+ <div
1312
+ class="view spinner"
1313
+ />
1314
+ </div>
1315
+ <div
1316
+ class="view row children"
1317
+ >
1318
+ user.action.book_now
1319
+ </div>
1320
+ </button>
1306
1321
  <div
1307
- class="view fit modal calcWidth"
1322
+ class="pressable container overflow"
1323
+ style="height: 768px;"
1308
1324
  >
1309
1325
  <div
1310
- class="view row header hideBack"
1326
+ class="view fit modal calcWidth"
1311
1327
  >
1312
- <button
1313
- class="pressable button small squared transparent button"
1328
+ <div
1329
+ class="view row header hideBack"
1314
1330
  >
1315
- <span
1316
- class="icon headline-3 icon"
1331
+ <button
1332
+ class="pressable button small squared transparent button"
1317
1333
  >
1318
- <svg
1319
- fill="currentColor"
1320
- height="1em"
1321
- stroke="currentColor"
1322
- stroke-width="0"
1323
- viewBox="0 0 24 24"
1324
- width="1em"
1325
- xmlns="http://www.w3.org/2000/svg"
1334
+ <span
1335
+ class="icon headline-3 icon"
1326
1336
  >
1327
- <path
1328
- d="M0 0h24v24H0V0z"
1329
- fill="none"
1330
- />
1331
- <path
1332
- 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"
1333
- />
1334
- </svg>
1335
- </span>
1336
- </button>
1337
+ <svg
1338
+ fill="currentColor"
1339
+ height="1em"
1340
+ stroke="currentColor"
1341
+ stroke-width="0"
1342
+ viewBox="0 0 24 24"
1343
+ width="1em"
1344
+ xmlns="http://www.w3.org/2000/svg"
1345
+ >
1346
+ <path
1347
+ d="M0 0h24v24H0V0z"
1348
+ fill="none"
1349
+ />
1350
+ <path
1351
+ 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"
1352
+ />
1353
+ </svg>
1354
+ </span>
1355
+ </button>
1356
+ </div>
1337
1357
  </div>
1338
1358
  </div>
1359
+ <span
1360
+ class="text small lighten wide"
1361
+ >
1362
+ common.notification.ssl_encryption
1363
+ </span>
1339
1364
  </div>
1340
- <span
1341
- class="text small wide"
1342
- >
1343
- common.notification.ssl_encryption
1344
- </span>
1345
1365
  </div>
1346
1366
  </DocumentFragment>
1347
1367
  `;
@@ -1354,14 +1374,14 @@ exports[`component:<Checkout> partial:<Confirmation> with a store 1`] = `
1354
1374
  <div
1355
1375
  class="view"
1356
1376
  >
1357
- <h3
1358
- class="text bold headline-3"
1359
- >
1360
- user.label.booking_summary
1361
- </h3>
1362
1377
  <div
1363
1378
  class="view"
1364
1379
  >
1380
+ <h3
1381
+ class="text bold headline-3"
1382
+ >
1383
+ user.label.booking_summary
1384
+ </h3>
1365
1385
  <div
1366
1386
  class="view row wide"
1367
1387
  >
@@ -1551,66 +1571,70 @@ exports[`component:<Checkout> partial:<Confirmation> with a store 1`] = `
1551
1571
  </div>
1552
1572
  </div>
1553
1573
  </div>
1554
- <button
1555
- class="pressable button large wide"
1556
- methods="CARD,AMAZON_PAY"
1574
+ <div
1575
+ class="view"
1557
1576
  >
1558
- <div
1559
- class="view busyContainer"
1577
+ <button
1578
+ class="pressable button large wide"
1579
+ methods="CARD,AMAZON_PAY"
1560
1580
  >
1561
1581
  <div
1562
- class="view spinner"
1563
- />
1564
- </div>
1565
- <div
1566
- class="view row children"
1567
- >
1568
- user.action.book_now
1569
- </div>
1570
- </button>
1571
- <div
1572
- class="pressable container overflow"
1573
- style="height: 768px;"
1574
- >
1582
+ class="view busyContainer"
1583
+ >
1584
+ <div
1585
+ class="view spinner"
1586
+ />
1587
+ </div>
1588
+ <div
1589
+ class="view row children"
1590
+ >
1591
+ user.action.book_now
1592
+ </div>
1593
+ </button>
1575
1594
  <div
1576
- class="view fit modal calcWidth"
1595
+ class="pressable container overflow"
1596
+ style="height: 768px;"
1577
1597
  >
1578
1598
  <div
1579
- class="view row header hideBack"
1599
+ class="view fit modal calcWidth"
1580
1600
  >
1581
- <button
1582
- class="pressable button small squared transparent button"
1601
+ <div
1602
+ class="view row header hideBack"
1583
1603
  >
1584
- <span
1585
- class="icon headline-3 icon"
1604
+ <button
1605
+ class="pressable button small squared transparent button"
1586
1606
  >
1587
- <svg
1588
- fill="currentColor"
1589
- height="1em"
1590
- stroke="currentColor"
1591
- stroke-width="0"
1592
- viewBox="0 0 24 24"
1593
- width="1em"
1594
- xmlns="http://www.w3.org/2000/svg"
1607
+ <span
1608
+ class="icon headline-3 icon"
1595
1609
  >
1596
- <path
1597
- d="M0 0h24v24H0V0z"
1598
- fill="none"
1599
- />
1600
- <path
1601
- 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"
1602
- />
1603
- </svg>
1604
- </span>
1605
- </button>
1610
+ <svg
1611
+ fill="currentColor"
1612
+ height="1em"
1613
+ stroke="currentColor"
1614
+ stroke-width="0"
1615
+ viewBox="0 0 24 24"
1616
+ width="1em"
1617
+ xmlns="http://www.w3.org/2000/svg"
1618
+ >
1619
+ <path
1620
+ d="M0 0h24v24H0V0z"
1621
+ fill="none"
1622
+ />
1623
+ <path
1624
+ 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"
1625
+ />
1626
+ </svg>
1627
+ </span>
1628
+ </button>
1629
+ </div>
1606
1630
  </div>
1607
1631
  </div>
1632
+ <span
1633
+ class="text small lighten wide"
1634
+ >
1635
+ common.notification.ssl_encryption
1636
+ </span>
1608
1637
  </div>
1609
- <span
1610
- class="text small wide"
1611
- >
1612
- common.notification.ssl_encryption
1613
- </span>
1614
1638
  </div>
1615
1639
  </DocumentFragment>
1616
1640
  `;