@telefonica/mistica 16.5.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 (74) hide show
  1. package/css/mistica.css +1 -1
  2. package/dist/callout.js +27 -15
  3. package/dist/card.css-mistica.js +5 -5
  4. package/dist/card.d.ts +9 -1
  5. package/dist/card.js +611 -475
  6. package/dist/community/advanced-data-card.css-mistica.js +14 -11
  7. package/dist/community/advanced-data-card.css.d.ts +1 -0
  8. package/dist/community/advanced-data-card.d.ts +1 -1
  9. package/dist/community/advanced-data-card.js +172 -85
  10. package/dist/cover-hero.css-mistica.js +14 -11
  11. package/dist/cover-hero.css.d.ts +1 -0
  12. package/dist/cover-hero.d.ts +1 -0
  13. package/dist/cover-hero.js +101 -59
  14. package/dist/empty-state.js +24 -15
  15. package/dist/header.css-mistica.js +6 -3
  16. package/dist/header.css.d.ts +1 -0
  17. package/dist/header.d.ts +3 -2
  18. package/dist/header.js +148 -79
  19. package/dist/hero.css-mistica.js +11 -8
  20. package/dist/hero.css.d.ts +1 -0
  21. package/dist/hero.d.ts +2 -1
  22. package/dist/hero.js +102 -68
  23. package/dist/highlighted-card.js +32 -23
  24. package/dist/index.d.ts +1 -0
  25. package/dist/index.js +4 -0
  26. package/dist/maybe-dismissable.js +8 -5
  27. package/dist/meter.d.ts +23 -0
  28. package/dist/meter.js +400 -0
  29. package/dist/package-version.js +1 -1
  30. package/dist/sheet-common.css-mistica.js +16 -10
  31. package/dist/sheet-common.css.d.ts +3 -1
  32. package/dist/sheet-common.js +78 -70
  33. package/dist/sheet-info.css-mistica.js +15 -4
  34. package/dist/sheet-info.css.d.ts +2 -0
  35. package/dist/sheet-info.d.ts +3 -0
  36. package/dist/sheet-info.js +61 -43
  37. package/dist/sheet-native.js +59 -48
  38. package/dist/sheet-types.d.ts +6 -1
  39. package/dist/sheet-web.js +6 -4
  40. package/dist/text-tokens.d.ts +10 -0
  41. package/dist/text-tokens.js +54 -38
  42. package/dist/theme-context-provider.js +60 -50
  43. package/dist/theme.d.ts +3 -2
  44. package/dist/utils/headings.d.ts +2 -0
  45. package/dist/utils/headings.js +11 -0
  46. package/dist/utils/types.d.ts +1 -0
  47. package/dist-es/callout.js +55 -43
  48. package/dist-es/card.css-mistica.js +2 -2
  49. package/dist-es/card.js +721 -588
  50. package/dist-es/community/advanced-data-card.css-mistica.js +3 -3
  51. package/dist-es/community/advanced-data-card.js +217 -130
  52. package/dist-es/cover-hero.css-mistica.js +3 -3
  53. package/dist-es/cover-hero.js +132 -90
  54. package/dist-es/empty-state.js +40 -31
  55. package/dist-es/header.css-mistica.js +2 -2
  56. package/dist-es/header.js +174 -104
  57. package/dist-es/hero.css-mistica.js +2 -2
  58. package/dist-es/hero.js +150 -115
  59. package/dist-es/highlighted-card.js +36 -27
  60. package/dist-es/index.js +1839 -1838
  61. package/dist-es/maybe-dismissable.js +17 -14
  62. package/dist-es/meter.js +346 -0
  63. package/dist-es/package-version.js +1 -1
  64. package/dist-es/sheet-common.css-mistica.js +2 -2
  65. package/dist-es/sheet-common.js +124 -116
  66. package/dist-es/sheet-info.css-mistica.js +2 -2
  67. package/dist-es/sheet-info.js +74 -56
  68. package/dist-es/sheet-native.js +59 -48
  69. package/dist-es/sheet-web.js +10 -8
  70. package/dist-es/style.css +1 -1
  71. package/dist-es/text-tokens.js +30 -20
  72. package/dist-es/theme-context-provider.js +88 -78
  73. package/dist-es/utils/headings.js +2 -0
  74. package/package.json +2 -1
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
5
5
  Object.defineProperty(exports, "showNativeSheet", {
6
6
  enumerable: true,
7
7
  get: function() {
8
- return h;
8
+ return p;
9
9
  }
10
10
  });
11
11
  function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) {
@@ -39,13 +39,13 @@ function _async_to_generator(fn) {
39
39
  }
40
40
  const I = (e)=>Array.isArray(e) ? e.length ? e.join(`
41
41
 
42
- `) : void 0 : e, a = (e, param)=>{
43
- let { title: r, subtitle: t, description: n, selectedId: s, items: o } = param;
42
+ `) : void 0 : e, l = (e, param)=>{
43
+ let { title: i, subtitle: t, description: r, selectedId: s, items: n } = param;
44
44
  return e({
45
- title: r,
45
+ title: i,
46
46
  subtitle: t,
47
47
  // TODO: add multiline support to native sheet
48
- description: I(n),
48
+ description: I(r),
49
49
  content: [
50
50
  {
51
51
  type: "LIST",
@@ -55,26 +55,26 @@ const I = (e)=>Array.isArray(e) ? e.length ? e.join(`
55
55
  selectedIds: typeof s == "string" ? [
56
56
  s
57
57
  ] : [],
58
- items: o
58
+ items: n
59
59
  }
60
60
  ]
61
61
  }).then((param)=>{
62
- let { action: i, result: d } = param;
63
- return i === "SUBMIT" ? {
64
- action: i,
62
+ let { action: o, result: d } = param;
63
+ return o === "SUBMIT" ? {
64
+ action: o,
65
65
  selectedId: d[0].selectedIds[0]
66
66
  } : {
67
- action: i,
67
+ action: o,
68
68
  selectedId: null
69
69
  };
70
70
  });
71
71
  }, T = (e, param)=>{
72
- let { title: r, subtitle: t, description: n, items: s } = param;
72
+ let { title: i, subtitle: t, description: r, items: s } = param;
73
73
  return e({
74
- title: r,
74
+ title: i,
75
75
  subtitle: t,
76
76
  // TODO: add multiline support to native sheet
77
- description: I(n),
77
+ description: I(r),
78
78
  content: [
79
79
  {
80
80
  type: "LIST",
@@ -86,61 +86,72 @@ const I = (e)=>Array.isArray(e) ? e.length ? e.join(`
86
86
  }
87
87
  ]
88
88
  }).then((param)=>{
89
- let { action: o, result: i } = param;
90
- return o === "SUBMIT" ? {
91
- action: o,
92
- selectedId: i[0].selectedIds[0]
89
+ let { action: n, result: o } = param;
90
+ return n === "SUBMIT" ? {
91
+ action: n,
92
+ selectedId: o[0].selectedIds[0]
93
93
  } : {
94
- action: o,
94
+ action: n,
95
95
  selectedId: null
96
96
  };
97
97
  });
98
98
  }, N = function() {
99
99
  var _ref = _async_to_generator(function*(e, param) {
100
- let { title: r, subtitle: t, description: n, items: s } = param;
101
- yield e({
102
- title: r,
100
+ let { title: i, subtitle: t, description: r, items: s, button: n } = param;
101
+ const o = {
102
+ type: "LIST",
103
+ id: "list-0",
104
+ listType: "INFORMATIVE",
105
+ autoSubmit: !1,
106
+ selectedIds: [],
107
+ items: s
108
+ };
109
+ return yield e({
110
+ title: i,
103
111
  subtitle: t,
104
112
  // TODO: add multiline support to native sheet
105
- description: I(n),
106
- content: [
113
+ description: I(r),
114
+ content: n ? [
115
+ o,
107
116
  {
108
- type: "LIST",
109
- id: "list-0",
110
- listType: "INFORMATIVE",
111
- autoSubmit: !1,
112
- selectedIds: [],
113
- items: s
117
+ type: "BOTTOM_ACTIONS",
118
+ id: "bottom-actions-0",
119
+ button: n
114
120
  }
121
+ ] : [
122
+ o
115
123
  ]
116
- });
124
+ }).then(()=>({
125
+ // this is an informative sheet, it can only be dismissed
126
+ action: "DISMISS"
127
+ }));
117
128
  });
118
129
  return function N(e, _) {
119
130
  return _ref.apply(this, arguments);
120
131
  };
121
- }(), p = (e, param)=>{
122
- let { title: r, subtitle: t, description: n, button: s, secondaryButton: o, link: i } = param;
132
+ }(), h = (e, param)=>{
133
+ let { title: i, subtitle: t, description: r, button: s, secondaryButton: n, link: o } = param;
123
134
  return e({
124
- title: r,
135
+ title: i,
125
136
  subtitle: t,
126
137
  // TODO: add multiline support to native sheet
127
- description: I(n),
138
+ description: I(r),
128
139
  content: [
129
140
  {
130
141
  type: "BOTTOM_ACTIONS",
131
142
  id: "bottom-actions-0",
132
143
  button: s,
133
- secondaryButton: o,
134
- link: i
144
+ secondaryButton: n,
145
+ link: o
135
146
  }
136
147
  ]
137
148
  }).then((param)=>{
138
- let { action: d, result: l } = param;
149
+ let { action: d, result: u } = param;
139
150
  if (d === "SUBMIT") {
140
- const u = l.find((param)=>{
141
- let { id: S } = param;
142
- return S === "bottom-actions-0";
143
- }), c = u == null ? void 0 : u.selectedIds[0];
151
+ const S = u.find((param)=>{
152
+ let { id: a } = param;
153
+ return a === "bottom-actions-0";
154
+ }), c = S == null ? void 0 : S.selectedIds[0];
144
155
  if (c === "PRIMARY" || c === "SECONDARY" || c === "LINK") return {
145
156
  action: c
146
157
  };
@@ -149,10 +160,10 @@ const I = (e)=>Array.isArray(e) ? e.length ? e.join(`
149
160
  action: "DISMISS"
150
161
  };
151
162
  });
152
- }, h = (e, r)=>{
163
+ }, p = (e, i)=>{
153
164
  let t;
154
- const { type: n, props: s } = r;
155
- switch(n){
165
+ const { type: r, props: s } = i;
166
+ switch(r){
156
167
  case "INFO":
157
168
  t = N(e, s);
158
169
  break;
@@ -160,14 +171,14 @@ const I = (e)=>Array.isArray(e) ? e.length ? e.join(`
160
171
  t = T(e, s);
161
172
  break;
162
173
  case "RADIO_LIST":
163
- t = a(e, s);
174
+ t = l(e, s);
164
175
  break;
165
176
  case "ACTIONS":
166
- t = p(e, s);
177
+ t = h(e, s);
167
178
  break;
168
179
  default:
169
- const o = n;
170
- throw new Error(`Unknown sheet type: ${o}`);
180
+ const n = r;
181
+ throw new Error(`Unknown sheet type: ${n}`);
171
182
  }
172
183
  return t;
173
184
  };
@@ -44,6 +44,9 @@ export type SheetPropsByType = {
44
44
  description?: string;
45
45
  icon: InfoIcon;
46
46
  }>;
47
+ button?: {
48
+ text: string;
49
+ };
47
50
  }>;
48
51
  ACTIONS: SheetProps<{
49
52
  button: {
@@ -72,7 +75,9 @@ export type SheetResultByType = {
72
75
  } | {
73
76
  action: 'DISMISS';
74
77
  };
75
- INFO: void;
78
+ INFO: {
79
+ action: 'DISMISS';
80
+ };
76
81
  ACTIONS: {
77
82
  action: 'PRIMARY' | 'SECONDARY' | 'LINK' | 'DISMISS';
78
83
  };
package/dist/sheet-web.js CHANGED
@@ -111,7 +111,7 @@ function _object_spread_props(target, source) {
111
111
  }
112
112
  return target;
113
113
  }
114
- const S = /*#__PURE__*/ _react.lazy(()=>Promise.resolve().then(()=>/*#__PURE__*/ _interop_require_wildcard(require(/* webpackChunkName: "sheet-actions" */ "./sheet-actions.js")))), I = /*#__PURE__*/ _react.lazy(()=>Promise.resolve().then(()=>/*#__PURE__*/ _interop_require_wildcard(require(/* webpackChunkName: "sheet-info" */ "./sheet-info.js")))), p = /*#__PURE__*/ _react.lazy(()=>Promise.resolve().then(()=>/*#__PURE__*/ _interop_require_wildcard(require(/* webpackChunkName: "sheet-action-list" */ "./sheet-actions-list.js")))), d = /*#__PURE__*/ _react.lazy(()=>Promise.resolve().then(()=>/*#__PURE__*/ _interop_require_wildcard(require(/* webpackChunkName: "sheet-radio-list" */ "./sheet-radio-list.js")))), w = (param)=>{
114
+ const u = /*#__PURE__*/ _react.lazy(()=>Promise.resolve().then(()=>/*#__PURE__*/ _interop_require_wildcard(require(/* webpackChunkName: "sheet-actions" */ "./sheet-actions.js")))), I = /*#__PURE__*/ _react.lazy(()=>Promise.resolve().then(()=>/*#__PURE__*/ _interop_require_wildcard(require(/* webpackChunkName: "sheet-info" */ "./sheet-info.js")))), p = /*#__PURE__*/ _react.lazy(()=>Promise.resolve().then(()=>/*#__PURE__*/ _interop_require_wildcard(require(/* webpackChunkName: "sheet-action-list" */ "./sheet-actions-list.js")))), f = /*#__PURE__*/ _react.lazy(()=>Promise.resolve().then(()=>/*#__PURE__*/ _interop_require_wildcard(require(/* webpackChunkName: "sheet-radio-list" */ "./sheet-radio-list.js")))), w = (param)=>{
115
115
  let { sheetProps: t, onResolve: e } = param;
116
116
  const { isDarkMode: s } = (0, _hooks.useTheme)(), r = _react.useRef(null), i = (n)=>{
117
117
  r.current = n;
@@ -119,7 +119,9 @@ const S = /*#__PURE__*/ _react.lazy(()=>Promise.resolve().then(()=>/*#__PURE__*/
119
119
  if (!e) throw new Error("onResolve handler is not set");
120
120
  switch(t.type){
121
121
  case "INFO":
122
- e(void 0);
122
+ e({
123
+ action: "DISMISS"
124
+ });
123
125
  break;
124
126
  case "ACTIONS_LIST":
125
127
  r.current ? e({
@@ -160,7 +162,7 @@ const S = /*#__PURE__*/ _react.lazy(()=>Promise.resolve().then(()=>/*#__PURE__*/
160
162
  onSelect: i
161
163
  }));
162
164
  case "RADIO_LIST":
163
- return /* @__PURE__ */ (0, _jsxruntime.jsx)(d, _object_spread_props(_object_spread({}, t.props), {
165
+ return /* @__PURE__ */ (0, _jsxruntime.jsx)(f, _object_spread_props(_object_spread({}, t.props), {
164
166
  items: t.props.items.map((n)=>_object_spread_props(_object_spread({}, n), {
165
167
  asset: n.icon && /* @__PURE__ */ (0, _jsxruntime.jsx)(_image.default, {
166
168
  circular: !0,
@@ -172,7 +174,7 @@ const S = /*#__PURE__*/ _react.lazy(()=>Promise.resolve().then(()=>/*#__PURE__*/
172
174
  onSelect: i
173
175
  }));
174
176
  case "ACTIONS":
175
- return /* @__PURE__ */ (0, _jsxruntime.jsx)(S, _object_spread_props(_object_spread({}, t.props), {
177
+ return /* @__PURE__ */ (0, _jsxruntime.jsx)(u, _object_spread_props(_object_spread({}, t.props), {
176
178
  buttonLink: t.props.link,
177
179
  onClose: a,
178
180
  onPressButton: i
@@ -144,3 +144,13 @@ export declare const ratingRegularLabel: TextToken;
144
144
  export declare const ratingGoodLabel: TextToken;
145
145
  export declare const ratingVeryGoodLabel: TextToken;
146
146
  export declare const ratingQuantitativeLabel: TextToken;
147
+ /**
148
+ * 1$s: segments count
149
+ * 2$s: total percentage value
150
+ */
151
+ export declare const meterTotalLabel: TextToken;
152
+ /**
153
+ * 1$s: segment number
154
+ * 2$s: segment percentage value
155
+ */
156
+ export declare const meterSectionLabel: TextToken;
@@ -25,7 +25,7 @@ _export(exports, {
25
25
  return B;
26
26
  },
27
27
  closeNavigationMenu: function() {
28
- return D;
28
+ return I;
29
29
  },
30
30
  counterDecreaseLabel: function() {
31
31
  return Z;
@@ -37,10 +37,10 @@ _export(exports, {
37
37
  return J;
38
38
  },
39
39
  counterMinValue: function() {
40
- return G;
40
+ return K;
41
41
  },
42
42
  counterQuantity: function() {
43
- return K;
43
+ return G;
44
44
  },
45
45
  counterRemoveLabel: function() {
46
46
  return q;
@@ -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 S;
97
+ return A;
98
98
  },
99
99
  formErrorsAlertMessage: function() {
100
100
  return c;
@@ -106,25 +106,25 @@ _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
112
  return E;
113
113
  },
114
114
  formTextMultilineMaxCount: function() {
115
- return $;
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
125
  },
126
126
  mainNavigationBarOpenSectionMenu: function() {
127
- return I;
127
+ return D;
128
128
  },
129
129
  mainNavigationBarSectionSeeAll: function() {
130
130
  return N;
@@ -132,6 +132,12 @@ _export(exports, {
132
132
  menuLabelSuffix: function() {
133
133
  return y;
134
134
  },
135
+ meterSectionLabel: function() {
136
+ return ve;
137
+ },
138
+ meterTotalLabel: function() {
139
+ return he;
140
+ },
135
141
  modalClose: function() {
136
142
  return a;
137
143
  },
@@ -148,10 +154,10 @@ _export(exports, {
148
154
  return w;
149
155
  },
150
156
  progressBarCompletedLabel: function() {
151
- return H;
157
+ return z;
152
158
  },
153
159
  progressBarStepLabel: function() {
154
- return z;
160
+ return H;
155
161
  },
156
162
  ratingBadLabel: function() {
157
163
  return me;
@@ -160,7 +166,7 @@ _export(exports, {
160
166
  return ge;
161
167
  },
162
168
  ratingQuantitativeLabel: function() {
163
- return be;
169
+ return Ce;
164
170
  },
165
171
  ratingRegularLabel: function() {
166
172
  return pe;
@@ -169,7 +175,7 @@ _export(exports, {
169
175
  return ue;
170
176
  },
171
177
  ratingVeryGoodLabel: function() {
172
- return Ce;
178
+ return be;
173
179
  },
174
180
  sheetConfirmButton: function() {
175
181
  return R;
@@ -199,13 +205,13 @@ _export(exports, {
199
205
  return te;
200
206
  },
201
207
  timerHoursLongLabel: function() {
202
- return oe;
208
+ return se;
203
209
  },
204
210
  timerHoursShortLabel: function() {
205
211
  return U;
206
212
  },
207
213
  timerMinuteLongLabel: function() {
208
- return se;
214
+ return oe;
209
215
  },
210
216
  timerMinutesLongLabel: function() {
211
217
  return re;
@@ -238,12 +244,12 @@ const e = {
238
244
  en: "Hide password",
239
245
  de: "Passwort verbergen",
240
246
  pt: "esconder a senha"
241
- }, o = {
247
+ }, s = {
242
248
  es: "Cargando",
243
249
  en: "Loading",
244
250
  de: "Wird gespeichert",
245
251
  pt: "Carregando"
246
- }, s = {
252
+ }, o = {
247
253
  es: "Se abre en ventana nueva",
248
254
  en: "Opens in a new window",
249
255
  de: "Wird in neuem Fenster ge\xf6ffnet",
@@ -298,12 +304,12 @@ const e = {
298
304
  en: "CVV",
299
305
  de: "CVV",
300
306
  pt: "CVV"
301
- }, C = {
307
+ }, b = {
302
308
  es: "CVV incorrecto",
303
309
  en: "Incorrect CVV",
304
310
  de: "Falsche CVV",
305
311
  pt: "CVV incorreto"
306
- }, b = {
312
+ }, C = {
307
313
  es: "Mostrar ayuda CVV",
308
314
  en: "Show CVV help",
309
315
  de: "CVV-Hilfe anzeigen",
@@ -328,27 +334,27 @@ const e = {
328
334
  en: "Invalid date",
329
335
  de: "Datum ung\xfcltig",
330
336
  pt: "Data inv\xe1lida"
331
- }, L = {
337
+ }, $ = {
332
338
  es: "No es un n\xfamero de tarjeta v\xe1lido",
333
339
  en: "The card number is not valid",
334
340
  de: "Kartennummer ung\xfcltig",
335
341
  pt: "N\xe3o \xe9 um n\xfamero de cart\xe3o v\xe1lido"
336
- }, A = {
342
+ }, L = {
337
343
  es: "Fecha no permitida",
338
344
  en: "Invalid date",
339
345
  de: "Unzul\xe4ssiges Datum",
340
346
  pt: "Data n\xe3o permitida"
341
- }, S = {
347
+ }, A = {
342
348
  es: "Email incorrecto",
343
349
  en: "Invalid email",
344
350
  de: "Falsche E-Mail-Adresse",
345
351
  pt: "Email incorreto"
346
- }, M = {
352
+ }, S = {
347
353
  es: "IBAN incorrecto",
348
354
  en: "Incorrect IBAN",
349
355
  de: "Falsche IBAN",
350
356
  pt: "IBAN incorreto"
351
- }, $ = {
357
+ }, M = {
352
358
  es: "1$s de 2$s caracteres",
353
359
  en: "1$s of 2$s characters",
354
360
  de: "1$s von 2$s Zeichen",
@@ -373,12 +379,12 @@ const e = {
373
379
  en: "Open navigation menu",
374
380
  de: "Navigationsmen\xfc \xf6ffnen",
375
381
  pt: "Abrir menu de navega\xe7\xe3o"
376
- }, D = {
382
+ }, I = {
377
383
  es: "Cerrar men\xfa de navegaci\xf3n",
378
384
  en: "Close navigation menu",
379
385
  de: "Navigationsmen\xfc schlie\xdfen",
380
386
  pt: "Fechar menu de navega\xe7\xe3o"
381
- }, I = {
387
+ }, D = {
382
388
  es: "Abrir submen\xfa",
383
389
  en: "Open submenu",
384
390
  de: "Untermen\xfc \xf6ffnen",
@@ -423,12 +429,12 @@ const e = {
423
429
  en: "Continue",
424
430
  de: "Fortfahren",
425
431
  pt: "Continuar"
426
- }, H = {
432
+ }, z = {
427
433
  es: "completo",
428
434
  en: "completed",
429
435
  de: "vollendet",
430
436
  pt: "conclu\xeddo"
431
- }, z = {
437
+ }, H = {
432
438
  es: "Paso 1$s de 2$s",
433
439
  en: "Step 1$s of 2$s",
434
440
  de: "Schritt 1$s von 2$s",
@@ -453,12 +459,12 @@ const e = {
453
459
  en: "Decrease value",
454
460
  de: "Wert verringern",
455
461
  pt: "diminuir valor"
456
- }, K = {
462
+ }, G = {
457
463
  es: "cantidad",
458
464
  en: "quantity",
459
465
  de: "menge",
460
466
  pt: "quantidade"
461
- }, G = {
467
+ }, K = {
462
468
  es: "m\xednimo",
463
469
  en: "minimum of",
464
470
  de: "minimal",
@@ -508,12 +514,12 @@ const e = {
508
514
  en: "hour",
509
515
  de: "Stunde",
510
516
  pt: "hora"
511
- }, oe = {
517
+ }, se = {
512
518
  es: "horas",
513
519
  en: "hours",
514
520
  de: "Stunden",
515
521
  pt: "horas"
516
- }, se = {
522
+ }, oe = {
517
523
  es: "minuto",
518
524
  en: "minute",
519
525
  de: "Minute",
@@ -568,14 +574,24 @@ const e = {
568
574
  en: "good",
569
575
  de: "gut",
570
576
  pt: "bom"
571
- }, Ce = {
577
+ }, be = {
572
578
  es: "muy bueno",
573
579
  en: "very good",
574
580
  de: "sehr gut",
575
581
  pt: "muito bom"
576
- }, be = {
582
+ }, Ce = {
577
583
  es: "1$s de 2$s",
578
584
  en: "1$s out of 2$s",
579
585
  de: "1$s von 2$s",
580
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%"
581
597
  };