@telefonica/mistica 16.4.0 → 16.6.0

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 (108) hide show
  1. package/css/mistica.css +1 -1
  2. package/css/vivo-new.css +11 -11
  3. package/dist/accordion.css-mistica.js +16 -13
  4. package/dist/accordion.css.d.ts +1 -0
  5. package/dist/accordion.d.ts +4 -0
  6. package/dist/accordion.js +110 -93
  7. package/dist/callout.js +27 -15
  8. package/dist/card.css-mistica.js +5 -5
  9. package/dist/card.d.ts +9 -1
  10. package/dist/card.js +611 -475
  11. package/dist/community/advanced-data-card.css-mistica.js +14 -11
  12. package/dist/community/advanced-data-card.css.d.ts +1 -0
  13. package/dist/community/advanced-data-card.d.ts +1 -1
  14. package/dist/community/advanced-data-card.js +172 -85
  15. package/dist/cover-hero.css-mistica.js +14 -11
  16. package/dist/cover-hero.css.d.ts +1 -0
  17. package/dist/cover-hero.d.ts +1 -0
  18. package/dist/cover-hero.js +101 -59
  19. package/dist/empty-state.js +24 -15
  20. package/dist/header.css-mistica.js +6 -3
  21. package/dist/header.css.d.ts +1 -0
  22. package/dist/header.d.ts +3 -2
  23. package/dist/header.js +148 -79
  24. package/dist/hero.css-mistica.js +11 -8
  25. package/dist/hero.css.d.ts +1 -0
  26. package/dist/hero.d.ts +2 -1
  27. package/dist/hero.js +102 -68
  28. package/dist/highlighted-card.js +32 -23
  29. package/dist/index.d.ts +1 -0
  30. package/dist/index.js +4 -0
  31. package/dist/maybe-dismissable.js +8 -5
  32. package/dist/meter.d.ts +23 -0
  33. package/dist/meter.js +400 -0
  34. package/dist/mosaic.d.ts +6 -2
  35. package/dist/mosaic.js +50 -48
  36. package/dist/navigation-bar.css-mistica.js +96 -37
  37. package/dist/navigation-bar.css.d.ts +27 -1
  38. package/dist/navigation-bar.d.ts +65 -30
  39. package/dist/navigation-bar.js +818 -193
  40. package/dist/package-version.js +1 -1
  41. package/dist/sheet-common.css-mistica.js +16 -10
  42. package/dist/sheet-common.css.d.ts +3 -1
  43. package/dist/sheet-common.js +78 -70
  44. package/dist/sheet-info.css-mistica.js +15 -4
  45. package/dist/sheet-info.css.d.ts +2 -0
  46. package/dist/sheet-info.d.ts +3 -0
  47. package/dist/sheet-info.js +61 -43
  48. package/dist/sheet-native.js +59 -48
  49. package/dist/sheet-types.d.ts +6 -1
  50. package/dist/sheet-web.js +6 -4
  51. package/dist/skins/blau.js +94 -94
  52. package/dist/skins/movistar.js +94 -94
  53. package/dist/skins/o2-new.js +94 -94
  54. package/dist/skins/o2.js +94 -94
  55. package/dist/skins/telefonica.js +94 -94
  56. package/dist/skins/tu.js +94 -94
  57. package/dist/skins/vivo-new.js +98 -98
  58. package/dist/skins/vivo.js +94 -94
  59. package/dist/text-tokens.d.ts +14 -0
  60. package/dist/text-tokens.js +134 -102
  61. package/dist/theme-context-provider.js +60 -50
  62. package/dist/theme.d.ts +3 -2
  63. package/dist/theme.js +20 -17
  64. package/dist/utils/headings.d.ts +2 -0
  65. package/dist/utils/headings.js +11 -0
  66. package/dist/utils/types.d.ts +1 -0
  67. package/dist-es/accordion.css-mistica.js +7 -7
  68. package/dist-es/accordion.js +140 -123
  69. package/dist-es/callout.js +55 -43
  70. package/dist-es/card.css-mistica.js +2 -2
  71. package/dist-es/card.js +721 -588
  72. package/dist-es/community/advanced-data-card.css-mistica.js +3 -3
  73. package/dist-es/community/advanced-data-card.js +217 -130
  74. package/dist-es/cover-hero.css-mistica.js +3 -3
  75. package/dist-es/cover-hero.js +132 -90
  76. package/dist-es/empty-state.js +40 -31
  77. package/dist-es/header.css-mistica.js +2 -2
  78. package/dist-es/header.js +174 -104
  79. package/dist-es/hero.css-mistica.js +2 -2
  80. package/dist-es/hero.js +150 -115
  81. package/dist-es/highlighted-card.js +36 -27
  82. package/dist-es/index.js +1839 -1838
  83. package/dist-es/maybe-dismissable.js +17 -14
  84. package/dist-es/meter.js +346 -0
  85. package/dist-es/mosaic.js +73 -71
  86. package/dist-es/navigation-bar.css-mistica.js +14 -15
  87. package/dist-es/navigation-bar.js +864 -240
  88. package/dist-es/package-version.js +1 -1
  89. package/dist-es/sheet-common.css-mistica.js +2 -2
  90. package/dist-es/sheet-common.js +124 -116
  91. package/dist-es/sheet-info.css-mistica.js +2 -2
  92. package/dist-es/sheet-info.js +74 -56
  93. package/dist-es/sheet-native.js +59 -48
  94. package/dist-es/sheet-web.js +10 -8
  95. package/dist-es/skins/blau.js +94 -94
  96. package/dist-es/skins/movistar.js +94 -94
  97. package/dist-es/skins/o2-new.js +94 -94
  98. package/dist-es/skins/o2.js +94 -94
  99. package/dist-es/skins/telefonica.js +94 -94
  100. package/dist-es/skins/tu.js +94 -94
  101. package/dist-es/skins/vivo-new.js +98 -98
  102. package/dist-es/skins/vivo.js +94 -94
  103. package/dist-es/style.css +1 -1
  104. package/dist-es/text-tokens.js +72 -52
  105. package/dist-es/theme-context-provider.js +88 -78
  106. package/dist-es/theme.js +20 -20
  107. package/dist-es/utils/headings.js +2 -0
  108. package/package.json +2 -1
@@ -10,40 +10,40 @@ function _export(target, all) {
10
10
  }
11
11
  _export(exports, {
12
12
  backNavigationBar: function() {
13
- return I;
13
+ return P;
14
14
  },
15
15
  carouselNextButton: function() {
16
- return P;
16
+ return F;
17
17
  },
18
18
  carouselPrevButton: function() {
19
- return k;
19
+ return O;
20
20
  },
21
21
  clearButton: function() {
22
- return N;
22
+ return k;
23
23
  },
24
24
  closeButtonLabel: function() {
25
- return E;
25
+ return B;
26
26
  },
27
27
  closeNavigationMenu: function() {
28
- return D;
28
+ return I;
29
29
  },
30
30
  counterDecreaseLabel: function() {
31
- return q;
31
+ return Z;
32
32
  },
33
33
  counterIncreaseLabel: function() {
34
- return z;
34
+ return W;
35
35
  },
36
36
  counterMaxValue: function() {
37
- return K;
37
+ return J;
38
38
  },
39
39
  counterMinValue: function() {
40
- return Z;
40
+ return K;
41
41
  },
42
42
  counterQuantity: function() {
43
- return W;
43
+ return G;
44
44
  },
45
45
  counterRemoveLabel: function() {
46
- return j;
46
+ return q;
47
47
  },
48
48
  dialogAcceptButton: function() {
49
49
  return d;
@@ -61,7 +61,7 @@ _export(exports, {
61
61
  return e;
62
62
  },
63
63
  formCreditCardCvvError: function() {
64
- return C;
64
+ return b;
65
65
  },
66
66
  formCreditCardCvvLabel: function() {
67
67
  return g;
@@ -76,7 +76,7 @@ _export(exports, {
76
76
  return h;
77
77
  },
78
78
  formCreditCardCvvTooltipVisaMcButtonOpen: function() {
79
- return b;
79
+ return C;
80
80
  },
81
81
  formCreditCardExpirationError: function() {
82
82
  return V;
@@ -85,16 +85,16 @@ _export(exports, {
85
85
  return p;
86
86
  },
87
87
  formCreditCardNumberError: function() {
88
- return L;
88
+ return $;
89
89
  },
90
90
  formCreditCardNumberLabel: function() {
91
91
  return m;
92
92
  },
93
93
  formDateOutOfRangeError: function() {
94
- return A;
94
+ return L;
95
95
  },
96
96
  formEmailError: function() {
97
- return $;
97
+ return A;
98
98
  },
99
99
  formErrorsAlertMessage: function() {
100
100
  return c;
@@ -106,25 +106,37 @@ _export(exports, {
106
106
  return l;
107
107
  },
108
108
  formIbanError: function() {
109
- return M;
109
+ return S;
110
110
  },
111
111
  formSearchClear: function() {
112
- return y;
112
+ return E;
113
113
  },
114
114
  formTextMultilineMaxCount: function() {
115
- return S;
115
+ return M;
116
116
  },
117
117
  linkOpensInCurrentPage: function() {
118
118
  return r;
119
119
  },
120
120
  linkOpensInNewTab: function() {
121
- return s;
121
+ return o;
122
122
  },
123
123
  loading: function() {
124
- return o;
124
+ return s;
125
+ },
126
+ mainNavigationBarOpenSectionMenu: function() {
127
+ return D;
128
+ },
129
+ mainNavigationBarSectionSeeAll: function() {
130
+ return N;
125
131
  },
126
132
  menuLabelSuffix: function() {
127
- return B;
133
+ return y;
134
+ },
135
+ meterSectionLabel: function() {
136
+ return ve;
137
+ },
138
+ meterTotalLabel: function() {
139
+ return he;
128
140
  },
129
141
  modalClose: function() {
130
142
  return a;
@@ -133,88 +145,88 @@ _export(exports, {
133
145
  return x;
134
146
  },
135
147
  pauseIconButtonLabel: function() {
136
- return w;
148
+ return T;
137
149
  },
138
150
  pinFieldInputLabel: function() {
139
- return H;
151
+ return j;
140
152
  },
141
153
  playIconButtonLabel: function() {
142
- return F;
154
+ return w;
143
155
  },
144
156
  progressBarCompletedLabel: function() {
145
- return T;
157
+ return z;
146
158
  },
147
159
  progressBarStepLabel: function() {
148
- return R;
160
+ return H;
149
161
  },
150
162
  ratingBadLabel: function() {
151
- return le;
163
+ return me;
152
164
  },
153
165
  ratingGoodLabel: function() {
154
- return me;
166
+ return ge;
155
167
  },
156
168
  ratingQuantitativeLabel: function() {
157
- return ge;
169
+ return Ce;
158
170
  },
159
171
  ratingRegularLabel: function() {
160
- return ue;
172
+ return pe;
161
173
  },
162
174
  ratingVeryBadLabel: function() {
163
- return ce;
175
+ return ue;
164
176
  },
165
177
  ratingVeryGoodLabel: function() {
166
- return pe;
178
+ return be;
167
179
  },
168
180
  sheetConfirmButton: function() {
169
- return O;
181
+ return R;
170
182
  },
171
183
  tableActionsHeaderLabel: function() {
172
- return de;
184
+ return le;
173
185
  },
174
186
  timerAnd: function() {
175
- return U;
187
+ return _;
176
188
  },
177
189
  timerDayLongLabel: function() {
178
- return X;
190
+ return ee;
179
191
  },
180
192
  timerDaysLongLabel: function() {
181
- return _;
193
+ return ne;
182
194
  },
183
195
  timerDaysShortLabel: function() {
184
- return G;
196
+ return Q;
185
197
  },
186
198
  timerDisplayMinutesLabel: function() {
187
- return ae;
199
+ return de;
188
200
  },
189
201
  timerDisplaySecondsLabel: function() {
190
- return ie;
202
+ return ce;
191
203
  },
192
204
  timerHourLongLabel: function() {
193
- return ee;
205
+ return te;
194
206
  },
195
207
  timerHoursLongLabel: function() {
196
- return ne;
208
+ return se;
197
209
  },
198
210
  timerHoursShortLabel: function() {
199
- return J;
211
+ return U;
200
212
  },
201
213
  timerMinuteLongLabel: function() {
202
- return te;
214
+ return oe;
203
215
  },
204
216
  timerMinutesLongLabel: function() {
205
- return oe;
217
+ return re;
206
218
  },
207
219
  timerMinutesShortLabel: function() {
208
- return Q;
220
+ return Y;
209
221
  },
210
222
  timerSecondLongLabel: function() {
211
- return se;
223
+ return ae;
212
224
  },
213
225
  timerSecondsLongLabel: function() {
214
- return re;
226
+ return ie;
215
227
  },
216
228
  timerSecondsShortLabel: function() {
217
- return Y;
229
+ return X;
218
230
  }
219
231
  });
220
232
  const e = {
@@ -232,12 +244,12 @@ const e = {
232
244
  en: "Hide password",
233
245
  de: "Passwort verbergen",
234
246
  pt: "esconder a senha"
235
- }, o = {
247
+ }, s = {
236
248
  es: "Cargando",
237
249
  en: "Loading",
238
250
  de: "Wird gespeichert",
239
251
  pt: "Carregando"
240
- }, s = {
252
+ }, o = {
241
253
  es: "Se abre en ventana nueva",
242
254
  en: "Opens in a new window",
243
255
  de: "Wird in neuem Fenster ge\xf6ffnet",
@@ -292,12 +304,12 @@ const e = {
292
304
  en: "CVV",
293
305
  de: "CVV",
294
306
  pt: "CVV"
295
- }, C = {
307
+ }, b = {
296
308
  es: "CVV incorrecto",
297
309
  en: "Incorrect CVV",
298
310
  de: "Falsche CVV",
299
311
  pt: "CVV incorreto"
300
- }, b = {
312
+ }, C = {
301
313
  es: "Mostrar ayuda CVV",
302
314
  en: "Show CVV help",
303
315
  de: "CVV-Hilfe anzeigen",
@@ -322,42 +334,42 @@ const e = {
322
334
  en: "Invalid date",
323
335
  de: "Datum ung\xfcltig",
324
336
  pt: "Data inv\xe1lida"
325
- }, L = {
337
+ }, $ = {
326
338
  es: "No es un n\xfamero de tarjeta v\xe1lido",
327
339
  en: "The card number is not valid",
328
340
  de: "Kartennummer ung\xfcltig",
329
341
  pt: "N\xe3o \xe9 um n\xfamero de cart\xe3o v\xe1lido"
330
- }, A = {
342
+ }, L = {
331
343
  es: "Fecha no permitida",
332
344
  en: "Invalid date",
333
345
  de: "Unzul\xe4ssiges Datum",
334
346
  pt: "Data n\xe3o permitida"
335
- }, $ = {
347
+ }, A = {
336
348
  es: "Email incorrecto",
337
349
  en: "Invalid email",
338
350
  de: "Falsche E-Mail-Adresse",
339
351
  pt: "Email incorreto"
340
- }, M = {
352
+ }, S = {
341
353
  es: "IBAN incorrecto",
342
354
  en: "Incorrect IBAN",
343
355
  de: "Falsche IBAN",
344
356
  pt: "IBAN incorreto"
345
- }, S = {
357
+ }, M = {
346
358
  es: "1$s de 2$s caracteres",
347
359
  en: "1$s of 2$s characters",
348
360
  de: "1$s von 2$s Zeichen",
349
361
  pt: "1$s de 2$s caracteres"
350
- }, E = {
362
+ }, B = {
351
363
  es: "Cerrar",
352
364
  en: "Close",
353
365
  de: "Schlie\xdfen",
354
366
  pt: "Fechar"
355
- }, y = {
367
+ }, E = {
356
368
  es: "Borrar b\xfasqueda",
357
369
  en: "Clear search",
358
370
  de: "Suche l\xf6schen",
359
371
  pt: "Apagar pesquisa"
360
- }, B = {
372
+ }, y = {
361
373
  es: "men\xfa",
362
374
  en: "menu",
363
375
  de: "Men\xfc",
@@ -367,199 +379,219 @@ const e = {
367
379
  en: "Open navigation menu",
368
380
  de: "Navigationsmen\xfc \xf6ffnen",
369
381
  pt: "Abrir menu de navega\xe7\xe3o"
370
- }, D = {
382
+ }, I = {
371
383
  es: "Cerrar men\xfa de navegaci\xf3n",
372
384
  en: "Close navigation menu",
373
385
  de: "Navigationsmen\xfc schlie\xdfen",
374
386
  pt: "Fechar menu de navega\xe7\xe3o"
375
- }, I = {
387
+ }, D = {
388
+ es: "Abrir submen\xfa",
389
+ en: "Open submenu",
390
+ de: "Untermen\xfc \xf6ffnen",
391
+ pt: "Abrir submenu"
392
+ }, N = {
393
+ es: "Ver todo",
394
+ en: "See all",
395
+ de: "Alle anzeigen",
396
+ pt: "Ver tudo"
397
+ }, P = {
376
398
  es: "Atr\xe1s",
377
399
  en: "Back",
378
400
  de: "Zur\xfcck",
379
401
  pt: "Voltar"
380
- }, N = {
402
+ }, k = {
381
403
  es: "Borrar",
382
404
  en: "Clear",
383
405
  de: "L\xf6schen",
384
406
  pt: "Apagar"
385
- }, P = {
407
+ }, F = {
386
408
  es: "siguiente",
387
409
  en: "next",
388
410
  de: "n\xe4chste",
389
411
  pt: "pr\xf3ximo"
390
- }, k = {
412
+ }, O = {
391
413
  es: "anterior",
392
414
  en: "previous",
393
415
  de: "vorherige",
394
416
  pt: "anterior"
395
- }, F = {
417
+ }, w = {
396
418
  es: "Reproducir",
397
419
  en: "Play",
398
420
  de: "Abspielen",
399
421
  pt: "Reproduzir"
400
- }, w = {
422
+ }, T = {
401
423
  es: "Pausar",
402
424
  en: "Pause",
403
425
  de: "Pausieren",
404
426
  pt: "Pausar"
405
- }, O = {
427
+ }, R = {
406
428
  es: "Continuar",
407
429
  en: "Continue",
408
430
  de: "Fortfahren",
409
431
  pt: "Continuar"
410
- }, T = {
432
+ }, z = {
411
433
  es: "completo",
412
434
  en: "completed",
413
435
  de: "vollendet",
414
436
  pt: "conclu\xeddo"
415
- }, R = {
437
+ }, H = {
416
438
  es: "Paso 1$s de 2$s",
417
439
  en: "Step 1$s of 2$s",
418
440
  de: "Schritt 1$s von 2$s",
419
441
  pt: "Etapa 1$s de 2$s"
420
- }, H = {
442
+ }, j = {
421
443
  es: "D\xedgito 1$s de 2$s",
422
444
  en: "Digit 1$s of 2$s",
423
445
  de: "Ziffer 1$s von 2$s",
424
446
  pt: "D\xedgito 1$s de 2$s"
425
- }, j = {
447
+ }, q = {
426
448
  es: "Borrar elemento",
427
449
  en: "Remove element",
428
450
  de: "Element entfernen",
429
451
  pt: "Remover elemento"
430
- }, z = {
452
+ }, W = {
431
453
  es: "Aumentar valor",
432
454
  en: "Increase value",
433
455
  de: "Wert steigern",
434
456
  pt: "aumentar valor"
435
- }, q = {
457
+ }, Z = {
436
458
  es: "Disminuir valor",
437
459
  en: "Decrease value",
438
460
  de: "Wert verringern",
439
461
  pt: "diminuir valor"
440
- }, W = {
462
+ }, G = {
441
463
  es: "cantidad",
442
464
  en: "quantity",
443
465
  de: "menge",
444
466
  pt: "quantidade"
445
- }, Z = {
467
+ }, K = {
446
468
  es: "m\xednimo",
447
469
  en: "minimum of",
448
470
  de: "minimal",
449
471
  pt: "m\xednimo"
450
- }, K = {
472
+ }, J = {
451
473
  es: "m\xe1ximo",
452
474
  en: "maximum of",
453
475
  de: "maximal",
454
476
  pt: "m\xe1ximo"
455
- }, G = {
477
+ }, Q = {
456
478
  es: "d",
457
479
  en: "d",
458
480
  de: "Tg.",
459
481
  pt: "d"
460
- }, J = {
482
+ }, U = {
461
483
  es: "h",
462
484
  en: "h",
463
485
  de: "Std.",
464
486
  pt: "h"
465
- }, Q = {
487
+ }, Y = {
466
488
  es: "min",
467
489
  en: "min",
468
490
  de: "Min.",
469
491
  pt: "min"
470
- }, Y = {
492
+ }, X = {
471
493
  es: "s",
472
494
  en: "s",
473
495
  de: "Sek.",
474
496
  pt: "s"
475
- }, U = {
497
+ }, _ = {
476
498
  es: "y",
477
499
  en: "and",
478
500
  de: "und",
479
501
  pt: "e"
480
- }, X = {
502
+ }, ee = {
481
503
  es: "d\xeda",
482
504
  en: "day",
483
505
  de: "Tag",
484
506
  pt: "dia"
485
- }, _ = {
507
+ }, ne = {
486
508
  es: "d\xedas",
487
509
  en: "days",
488
510
  de: "Tage",
489
511
  pt: "dias"
490
- }, ee = {
512
+ }, te = {
491
513
  es: "hora",
492
514
  en: "hour",
493
515
  de: "Stunde",
494
516
  pt: "hora"
495
- }, ne = {
517
+ }, se = {
496
518
  es: "horas",
497
519
  en: "hours",
498
520
  de: "Stunden",
499
521
  pt: "horas"
500
- }, te = {
522
+ }, oe = {
501
523
  es: "minuto",
502
524
  en: "minute",
503
525
  de: "Minute",
504
526
  pt: "minuto"
505
- }, oe = {
527
+ }, re = {
506
528
  es: "minutos",
507
529
  en: "minutes",
508
530
  de: "Minuten",
509
531
  pt: "minutos"
510
- }, se = {
532
+ }, ae = {
511
533
  es: "segundo",
512
534
  en: "second",
513
535
  de: "Sekunde",
514
536
  pt: "segundo"
515
- }, re = {
537
+ }, ie = {
516
538
  es: "segundos",
517
539
  en: "seconds",
518
540
  de: "Sekunden",
519
541
  pt: "segundos"
520
- }, ae = {
542
+ }, de = {
521
543
  es: "min",
522
544
  en: "min",
523
545
  de: "Min.",
524
546
  pt: "min"
525
- }, ie = {
547
+ }, ce = {
526
548
  es: "seg",
527
549
  en: "sec",
528
550
  de: "Sek.",
529
551
  pt: "seg"
530
- }, de = {
552
+ }, le = {
531
553
  es: "Acciones",
532
554
  en: "Actions",
533
555
  de: "Aktionen",
534
556
  pt: "A\xe7\xf5es"
535
- }, ce = {
557
+ }, ue = {
536
558
  es: "muy malo",
537
559
  en: "very bad",
538
560
  de: "sehr schlecht",
539
561
  pt: "muito ruim"
540
- }, le = {
562
+ }, me = {
541
563
  es: "malo",
542
564
  en: "bad",
543
565
  de: "schlecht",
544
566
  pt: "ruim"
545
- }, ue = {
567
+ }, pe = {
546
568
  es: "regular",
547
569
  en: "regular",
548
570
  de: "regular",
549
571
  pt: "regular"
550
- }, me = {
572
+ }, ge = {
551
573
  es: "bueno",
552
574
  en: "good",
553
575
  de: "gut",
554
576
  pt: "bom"
555
- }, pe = {
577
+ }, be = {
556
578
  es: "muy bueno",
557
579
  en: "very good",
558
580
  de: "sehr gut",
559
581
  pt: "muito bom"
560
- }, ge = {
582
+ }, Ce = {
561
583
  es: "1$s de 2$s",
562
584
  en: "1$s out of 2$s",
563
585
  de: "1$s von 2$s",
564
586
  pt: "1$s de 2$s"
587
+ }, he = {
588
+ es: "Indicador de progreso con 1$s secciones, total 2$s% de 100%.",
589
+ en: "Gauge chart 1$s segments, total 2$s% out of 100%.",
590
+ de: "Fortschrittsanzeige mit 1$s Abschnitten, insgesamt 2$s% von 100%.",
591
+ pt: "Indicador de progresso com 1$s se\xe7\xf5es, total 2$s% de 100%."
592
+ }, ve = {
593
+ es: "Secci\xf3n 1$s: 2$s%",
594
+ en: "Segment 1$s: 2$s%",
595
+ de: "Abschnitt 1$s: 2$s%",
596
+ pt: "Se\xe7\xe3o 1$s: 2$s%"
565
597
  };