@telefonica/mistica 14.18.2 → 14.20.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/button.css-mistica.js +28 -22
  3. package/dist/button.css.d.ts +3 -1
  4. package/dist/button.d.ts +6 -0
  5. package/dist/button.js +60 -58
  6. package/dist/card.css-mistica.js +18 -18
  7. package/dist/card.css.d.ts +1 -2
  8. package/dist/card.d.ts +17 -8
  9. package/dist/card.js +331 -277
  10. package/dist/community/advanced-data-card.css-mistica.js +18 -21
  11. package/dist/community/advanced-data-card.css.d.ts +2 -3
  12. package/dist/community/advanced-data-card.js +171 -158
  13. package/dist/generated/mistica-icons/icon-subtract-circle-filled.d.ts +4 -0
  14. package/dist/generated/mistica-icons/icon-subtract-circle-filled.js +110 -0
  15. package/dist/generated/mistica-icons/icon-subtract-circle-light.d.ts +4 -0
  16. package/dist/generated/mistica-icons/icon-subtract-circle-light.js +116 -0
  17. package/dist/generated/mistica-icons/icon-subtract-circle-regular.d.ts +4 -0
  18. package/dist/generated/mistica-icons/icon-subtract-circle-regular.js +116 -0
  19. package/dist/generated/mistica-icons/icon-subtract-light.d.ts +4 -0
  20. package/dist/generated/mistica-icons/icon-subtract-light.js +110 -0
  21. package/dist/generated/mistica-icons/icon-subtract-regular.d.ts +4 -0
  22. package/dist/generated/mistica-icons/icon-subtract-regular.js +110 -0
  23. package/dist/header.js +27 -29
  24. package/dist/index.d.ts +7 -2
  25. package/dist/index.js +26 -0
  26. package/dist/list.css-mistica.js +17 -14
  27. package/dist/list.css.d.ts +2 -1
  28. package/dist/list.js +170 -163
  29. package/dist/package-version.js +1 -1
  30. package/dist/skins/blau.js +14 -0
  31. package/dist/skins/defaults.js +14 -0
  32. package/dist/skins/movistar-legacy.js +14 -0
  33. package/dist/skins/movistar.js +14 -0
  34. package/dist/skins/o2.js +14 -0
  35. package/dist/skins/telefonica.js +16 -2
  36. package/dist/skins/types/index.d.ts +12 -0
  37. package/dist/skins/vivo-new.js +15 -1
  38. package/dist/skins/vivo.js +14 -0
  39. package/dist/tabs.css-mistica.js +10 -14
  40. package/dist/tabs.css.d.ts +1 -2
  41. package/dist/tabs.js +39 -33
  42. package/dist/theme-context-provider.js +29 -27
  43. package/dist/title.d.ts +1 -0
  44. package/dist/title.js +91 -29
  45. package/dist-es/button.css-mistica.js +9 -9
  46. package/dist-es/button.js +75 -73
  47. package/dist-es/card.css-mistica.js +4 -4
  48. package/dist-es/card.js +449 -401
  49. package/dist-es/community/advanced-data-card.css-mistica.js +3 -3
  50. package/dist-es/community/advanced-data-card.js +195 -182
  51. package/dist-es/generated/mistica-icons/icon-subtract-circle-filled.js +101 -0
  52. package/dist-es/generated/mistica-icons/icon-subtract-circle-light.js +107 -0
  53. package/dist-es/generated/mistica-icons/icon-subtract-circle-regular.js +107 -0
  54. package/dist-es/generated/mistica-icons/icon-subtract-light.js +101 -0
  55. package/dist-es/generated/mistica-icons/icon-subtract-regular.js +101 -0
  56. package/dist-es/header.js +46 -48
  57. package/dist-es/index.js +1729 -1724
  58. package/dist-es/list.css-mistica.js +2 -2
  59. package/dist-es/list.js +242 -235
  60. package/dist-es/package-version.js +1 -1
  61. package/dist-es/skins/blau.js +14 -0
  62. package/dist-es/skins/defaults.js +14 -0
  63. package/dist-es/skins/movistar-legacy.js +14 -0
  64. package/dist-es/skins/movistar.js +14 -0
  65. package/dist-es/skins/o2.js +14 -0
  66. package/dist-es/skins/telefonica.js +16 -2
  67. package/dist-es/skins/vivo-new.js +15 -1
  68. package/dist-es/skins/vivo.js +14 -0
  69. package/dist-es/style.css +1 -1
  70. package/dist-es/tabs.css-mistica.js +8 -9
  71. package/dist-es/tabs.js +49 -43
  72. package/dist-es/theme-context-provider.js +63 -61
  73. package/dist-es/title.js +58 -38
  74. package/package.json +1 -1
package/dist/list.js CHANGED
@@ -10,16 +10,16 @@ function _export(target, all) {
10
10
  }
11
11
  _export(exports, {
12
12
  BoxedRow: function() {
13
- return qe;
13
+ return Ge;
14
14
  },
15
15
  BoxedRowList: function() {
16
- return ze;
16
+ return Je;
17
17
  },
18
18
  Row: function() {
19
- return Fe;
19
+ return qe;
20
20
  },
21
21
  RowList: function() {
22
- return Ye;
22
+ return ze;
23
23
  }
24
24
  });
25
25
  const _jsxruntime = require("react/jsx-runtime");
@@ -164,31 +164,31 @@ function _object_without_properties_loose(source, excluded) {
164
164
  }
165
165
  return target;
166
166
  }
167
- const U = (e, r)=>typeof e == "function" ? e == null ? void 0 : e({
168
- centerY: r
169
- }) : r ? /* @__PURE__ */ (0, _jsxruntime.jsx)("div", {
167
+ const $ = (e, n)=>typeof e == "function" ? e == null ? void 0 : e({
168
+ centerY: n
169
+ }) : n ? /* @__PURE__ */ (0, _jsxruntime.jsx)("div", {
170
170
  style: {
171
171
  display: "flex",
172
172
  alignItems: "center",
173
173
  height: "100%"
174
174
  },
175
175
  children: e
176
- }) : e, be = (param)=>{
177
- let { withChevron: e , headline: r , title: i , titleLinesMax: a , subtitle: s , subtitleLinesMax: b , description: l , descriptionLinesMax: B , detail: c , asset: T , type: f = "basic" , badge: I , right: S , extra: V , labelId: h , disabled: g } = param;
178
- const m = (0, _themevariantcontext.useIsInverseVariant)(), n = [
176
+ }) : e, ye = (param)=>{
177
+ let { withChevron: e , headline: n , title: r , titleLinesMax: o , subtitle: d , subtitleLinesMax: x , description: l , descriptionLinesMax: A , detail: c , asset: E , type: g = "basic" , badge: T , right: X , extra: D , labelId: h , disabled: v } = param;
178
+ const u = (0, _themevariantcontext.useIsInverseVariant)(), i = [
179
+ n,
179
180
  r,
180
- i,
181
- s,
181
+ d,
182
182
  l,
183
- V
184
- ].filter(Boolean).length === 1, E = ()=>I ? /* @__PURE__ */ (0, _jsxruntime.jsx)(_box.default, {
183
+ D
184
+ ].filter(Boolean).length === 1, f = ()=>T ? /* @__PURE__ */ (0, _jsxruntime.jsx)(_box.default, {
185
185
  paddingLeft: 16,
186
186
  children: /* @__PURE__ */ (0, _jsxruntime.jsx)("div", {
187
187
  className: (0, _classnames.default)(_listcssmistica.center, _listcssmistica.badge, {
188
- [_listcssmistica.disabled]: g
188
+ [_listcssmistica.disabled]: v
189
189
  }),
190
- children: I === !0 ? /* @__PURE__ */ (0, _jsxruntime.jsx)(_badge.default, {}) : /* @__PURE__ */ (0, _jsxruntime.jsx)(_badge.default, {
191
- value: I
190
+ children: T === !0 ? /* @__PURE__ */ (0, _jsxruntime.jsx)(_badge.default, {}) : /* @__PURE__ */ (0, _jsxruntime.jsx)(_badge.default, {
191
+ value: T
192
192
  })
193
193
  })
194
194
  }) : null;
@@ -196,32 +196,32 @@ const U = (e, r)=>typeof e == "function" ? e == null ? void 0 : e({
196
196
  paddingY: 16,
197
197
  className: _listcssmistica.content,
198
198
  children: [
199
- T && /* @__PURE__ */ (0, _jsxruntime.jsx)(_box.default, {
199
+ E && /* @__PURE__ */ (0, _jsxruntime.jsx)(_box.default, {
200
200
  paddingRight: 16,
201
201
  className: (0, _classnames.default)({
202
- [_listcssmistica.center]: n,
203
- [_listcssmistica.disabled]: g
202
+ [_listcssmistica.center]: i,
203
+ [_listcssmistica.disabled]: v
204
204
  }),
205
205
  children: /* @__PURE__ */ (0, _jsxruntime.jsx)("div", {
206
206
  className: _listcssmistica.asset,
207
- children: T
207
+ children: E
208
208
  })
209
209
  }),
210
210
  /* @__PURE__ */ (0, _jsxruntime.jsx)("div", {
211
211
  className: (0, _classnames.default)(_listcssmistica.rowBody, {
212
- [_listcssmistica.disabled]: g
212
+ [_listcssmistica.disabled]: v
213
213
  }),
214
214
  style: {
215
- justifyContent: n ? "center" : "flex-start"
215
+ justifyContent: i ? "center" : "flex-start"
216
216
  },
217
217
  children: /* @__PURE__ */ (0, _jsxruntime.jsxs)(_stack.default, {
218
218
  space: 4,
219
219
  children: [
220
- r && /* @__PURE__ */ (0, _jsxruntime.jsx)(_text.Text1, {
220
+ n && /* @__PURE__ */ (0, _jsxruntime.jsx)(_text.Text1, {
221
221
  regular: !0,
222
222
  color: _skincontractcssmistica.vars.colors.textPrimary,
223
223
  hyphens: "auto",
224
- children: r
224
+ children: n
225
225
  }),
226
226
  /* @__PURE__ */ (0, _jsxruntime.jsxs)(_stack.default, {
227
227
  space: 2,
@@ -229,41 +229,41 @@ const U = (e, r)=>typeof e == "function" ? e == null ? void 0 : e({
229
229
  /* @__PURE__ */ (0, _jsxruntime.jsx)(_text.Text3, {
230
230
  regular: !0,
231
231
  color: _skincontractcssmistica.vars.colors.textPrimary,
232
- truncate: a,
232
+ truncate: o,
233
233
  id: h,
234
234
  hyphens: "auto",
235
- children: i
235
+ children: r
236
236
  }),
237
- s && /* @__PURE__ */ (0, _jsxruntime.jsx)(_text.Text2, {
237
+ d && /* @__PURE__ */ (0, _jsxruntime.jsx)(_text.Text2, {
238
238
  regular: !0,
239
239
  color: _skincontractcssmistica.vars.colors.textSecondary,
240
- truncate: b,
240
+ truncate: x,
241
241
  hyphens: "auto",
242
- children: s
242
+ children: d
243
243
  }),
244
244
  l && /* @__PURE__ */ (0, _jsxruntime.jsx)(_text.Text2, {
245
245
  regular: !0,
246
246
  color: _skincontractcssmistica.vars.colors.textSecondary,
247
- truncate: B,
247
+ truncate: A,
248
248
  hyphens: "auto",
249
249
  children: l
250
250
  }),
251
- V
251
+ D
252
252
  ]
253
253
  })
254
254
  ]
255
255
  })
256
256
  }),
257
- E(),
257
+ f(),
258
258
  /* @__PURE__ */ (0, _jsxruntime.jsxs)("div", {
259
259
  className: (0, _classnames.default)({
260
- [_listcssmistica.right]: !!c || f !== "basic",
260
+ [_listcssmistica.right]: !!c || g !== "basic",
261
261
  [_listcssmistica.rightRestrictedWidth]: !!c
262
262
  }),
263
263
  children: [
264
264
  c && /* @__PURE__ */ (0, _jsxruntime.jsx)("div", {
265
265
  className: (0, _classnames.default)(_listcssmistica.center, _listcssmistica.detail, {
266
- [_listcssmistica.disabled]: g
266
+ [_listcssmistica.disabled]: v
267
267
  }),
268
268
  children: /* @__PURE__ */ (0, _jsxruntime.jsx)(_text.Text2, {
269
269
  regular: !0,
@@ -272,26 +272,26 @@ const U = (e, r)=>typeof e == "function" ? e == null ? void 0 : e({
272
272
  children: c
273
273
  })
274
274
  }),
275
- f === "control" && /* @__PURE__ */ (0, _jsxruntime.jsx)("div", {
275
+ g === "control" && /* @__PURE__ */ (0, _jsxruntime.jsx)("div", {
276
276
  className: (0, _classnames.default)({
277
277
  [_listcssmistica.detailRight]: !!c
278
278
  }),
279
- children: U(S, n)
279
+ children: $(X, i)
280
280
  }),
281
- f === "custom" && /* @__PURE__ */ (0, _jsxruntime.jsx)("div", {
281
+ g === "custom" && /* @__PURE__ */ (0, _jsxruntime.jsx)("div", {
282
282
  className: (0, _classnames.default)({
283
283
  [_listcssmistica.detailRight]: !!c,
284
- [_listcssmistica.disabled]: g
284
+ [_listcssmistica.disabled]: v
285
285
  }),
286
- children: U(S, n)
286
+ children: $(X, i)
287
287
  }),
288
- (f === "chevron" || f === "custom" && e) && /* @__PURE__ */ (0, _jsxruntime.jsx)(_box.default, {
289
- paddingLeft: c || f === "custom" ? 4 : 0,
288
+ (g === "chevron" || g === "custom" && e) && /* @__PURE__ */ (0, _jsxruntime.jsx)(_box.default, {
289
+ paddingLeft: c || g === "custom" ? 4 : 0,
290
290
  className: (0, _classnames.default)(_listcssmistica.center, {
291
- [_listcssmistica.disabled]: g
291
+ [_listcssmistica.disabled]: v
292
292
  }),
293
293
  children: /* @__PURE__ */ (0, _jsxruntime.jsx)(_iconchevron.default, {
294
- color: m ? _skincontractcssmistica.vars.colors.inverse : _skincontractcssmistica.vars.colors.neutralMedium,
294
+ color: u ? _skincontractcssmistica.vars.colors.inverse : _skincontractcssmistica.vars.colors.neutralMedium,
295
295
  direction: "right"
296
296
  })
297
297
  })
@@ -299,149 +299,154 @@ const U = (e, r)=>typeof e == "function" ? e == null ? void 0 : e({
299
299
  })
300
300
  ]
301
301
  });
302
- }, xe = (param)=>{
303
- let { value: e , defaultValue: r , onChange: i } = param;
304
- const a = e !== void 0, [s, b] = _react.useState(!!r), l = ()=>{
305
- a || b(!s), i && i(a ? !e : !s);
302
+ }, Re = (param)=>{
303
+ let { value: e , defaultValue: n , onChange: r } = param;
304
+ const o = e !== void 0, [d, x] = _react.useState(!!n), l = ()=>{
305
+ o || x(!d), r && r(o ? !e : !d);
306
306
  };
307
- return a ? [
307
+ return o ? [
308
308
  !!e,
309
309
  l
310
310
  ] : [
311
- s,
311
+ d,
312
312
  l
313
313
  ];
314
- }, we = (e)=>e.switch !== void 0, ye = (e)=>e.checkbox !== void 0, Re = (e)=>e.radioValue !== void 0, _ = /*#__PURE__*/ _react.forwardRef((e, r)=>{
315
- const i = (0, _hooks.useAriaId)(), a = (0, _themevariantcontext.useIsInverseVariant)(), { asset: s , headline: b , title: l , titleLinesMax: B , subtitle: c , subtitleLinesMax: T , description: f , descriptionLinesMax: I , detail: S , badge: V , role: h , extra: g , dataAttributes: m } = e, O = (0, _radiobutton.useRadioContext)(), n = e.disabled || e.radioValue !== void 0 && O.disabled, [E, F] = xe(e.switch || e.checkbox || {}), x = (param)=>/* @__PURE__ */ {
316
- let { type: d , right: v , labelId: X } = param;
317
- return (0, _jsxruntime.jsx)(be, {
318
- asset: s,
319
- headline: b,
314
+ }, Ce = (e)=>e.switch !== void 0, Ne = (e)=>e.checkbox !== void 0, ke = (e)=>e.radioValue !== void 0, ee = /*#__PURE__*/ _react.forwardRef((e, n)=>{
315
+ const r = (0, _hooks.useAriaId)(), o = (0, _themevariantcontext.useIsInverseVariant)(), { asset: d , headline: x , title: l , titleLinesMax: A , subtitle: c , subtitleLinesMax: E , description: g , descriptionLinesMax: T , detail: X , badge: D , role: h , extra: v , dataAttributes: u } = e, F = (0, _radiobutton.useRadioContext)(), i = e.disabled || e.radioValue !== void 0 && F.disabled, f = !i && !o, w = !i && o, [Y, q] = Re(e.switch || e.checkbox || {}), y = (param)=>/* @__PURE__ */ {
316
+ let { type: s , right: b , labelId: M } = param;
317
+ return (0, _jsxruntime.jsx)(ye, {
318
+ asset: d,
319
+ headline: x,
320
320
  title: l,
321
321
  subtitle: c,
322
- description: f,
323
- badge: V,
324
- titleLinesMax: B,
325
- subtitleLinesMax: T,
326
- descriptionLinesMax: I,
327
- detail: S,
328
- type: d,
329
- right: v,
330
- extra: g,
331
- labelId: X,
332
- disabled: n,
322
+ description: g,
323
+ badge: D,
324
+ titleLinesMax: A,
325
+ subtitleLinesMax: E,
326
+ descriptionLinesMax: T,
327
+ detail: X,
328
+ type: s,
329
+ right: b,
330
+ extra: v,
331
+ labelId: M,
332
+ disabled: i,
333
333
  withChevron: !!e.onPress || !!e.href || !!e.to
334
334
  });
335
- }, M = (d)=>{
336
- let v = "chevron";
337
- return d.right === null && (v = "basic"), d.right && (v = "custom"), /* @__PURE__ */ (0, _jsxruntime.jsx)(_box.default, {
335
+ }, j = (s)=>{
336
+ let b = "chevron";
337
+ return s.right === null && (b = "basic"), s.right && (b = "custom"), /* @__PURE__ */ (0, _jsxruntime.jsx)(_box.default, {
338
338
  paddingX: 16,
339
- ref: r,
340
- children: x({
341
- type: v,
342
- right: d.right
339
+ ref: n,
340
+ children: y({
341
+ type: b,
342
+ right: s.right
343
343
  })
344
344
  });
345
345
  };
346
- if (e.onPress && !we(e) && !ye(e) && !Re(e)) return /* @__PURE__ */ (0, _jsxruntime.jsx)(_touchable.BaseTouchable, {
347
- ref: r,
346
+ if (e.onPress && !Ce(e) && !Ne(e) && !ke(e)) return /* @__PURE__ */ (0, _jsxruntime.jsx)(_touchable.BaseTouchable, {
347
+ ref: n,
348
348
  className: (0, _classnames.default)(_listcssmistica.rowContent, {
349
- [_listcssmistica.hoverBackground]: !(n || a),
350
- [_listcssmistica.pointer]: !n
349
+ [_listcssmistica.touchableBackground]: f,
350
+ [_listcssmistica.touchableBackgroundInverse]: w,
351
+ [_listcssmistica.pointer]: !i
351
352
  }),
352
353
  trackingEvent: e.trackingEvent,
353
354
  onPress: e.onPress,
354
355
  role: h,
355
- dataAttributes: m,
356
- disabled: n,
357
- children: M(e)
356
+ dataAttributes: u,
357
+ disabled: i,
358
+ children: j(e)
358
359
  });
359
360
  if (e.to) return /* @__PURE__ */ (0, _jsxruntime.jsx)(_touchable.BaseTouchable, {
360
361
  className: (0, _classnames.default)(_listcssmistica.rowContent, {
361
- [_listcssmistica.hoverBackground]: !(n || a),
362
- [_listcssmistica.pointer]: !n
362
+ [_listcssmistica.touchableBackground]: f,
363
+ [_listcssmistica.touchableBackgroundInverse]: w,
364
+ [_listcssmistica.pointer]: !i
363
365
  }),
364
366
  trackingEvent: e.trackingEvent,
365
367
  to: e.to,
366
368
  fullPageOnWebView: e.fullPageOnWebView,
367
369
  role: h,
368
- dataAttributes: m,
369
- disabled: n,
370
- children: M(e)
370
+ dataAttributes: u,
371
+ disabled: i,
372
+ children: j(e)
371
373
  });
372
374
  if (e.href) return /* @__PURE__ */ (0, _jsxruntime.jsx)(_touchable.BaseTouchable, {
373
375
  className: (0, _classnames.default)(_listcssmistica.rowContent, {
374
- [_listcssmistica.hoverBackground]: !(n || a),
375
- [_listcssmistica.pointer]: !n
376
+ [_listcssmistica.touchableBackground]: f,
377
+ [_listcssmistica.touchableBackgroundInverse]: w,
378
+ [_listcssmistica.pointer]: !i
376
379
  }),
377
380
  trackingEvent: e.trackingEvent,
378
381
  href: e.href,
379
382
  newTab: e.newTab,
380
383
  role: h,
381
- dataAttributes: m,
382
- disabled: n,
383
- children: M(e)
384
+ dataAttributes: u,
385
+ disabled: i,
386
+ children: j(e)
384
387
  });
385
- const Y = (d)=>{
386
- var X, q;
388
+ const z = (s)=>{
389
+ var M, G;
387
390
  var _ref, _ref1;
388
- const v = (_ref1 = (_ref = (X = e.switch) == null ? void 0 : X.name) !== null && _ref !== void 0 ? _ref : (q = e.checkbox) == null ? void 0 : q.name) !== null && _ref1 !== void 0 ? _ref1 : i;
391
+ const b = (_ref1 = (_ref = (M = e.switch) == null ? void 0 : M.name) !== null && _ref !== void 0 ? _ref : (G = e.checkbox) == null ? void 0 : G.name) !== null && _ref1 !== void 0 ? _ref1 : r;
389
392
  return e.onPress ? /* @__PURE__ */ (0, _jsxruntime.jsxs)("div", {
390
393
  className: _listcssmistica.dualActionContainer,
391
394
  children: [
392
395
  /* @__PURE__ */ (0, _jsxruntime.jsx)(_touchable.BaseTouchable, {
393
- dataAttributes: m,
394
- disabled: n,
396
+ dataAttributes: u,
397
+ disabled: i,
395
398
  onPress: e.onPress,
396
399
  role: h,
397
400
  className: (0, _classnames.default)(_listcssmistica.dualActionLeft, {
398
- [_listcssmistica.hoverBackground]: !(n || a)
401
+ [_listcssmistica.touchableBackground]: f,
402
+ [_listcssmistica.touchableBackgroundInverse]: w
399
403
  }),
400
- children: x({
404
+ children: y({
401
405
  type: "basic",
402
- labelId: i
406
+ labelId: r
403
407
  })
404
408
  }),
405
409
  /* @__PURE__ */ (0, _jsxruntime.jsx)("div", {
406
410
  className: _listcssmistica.dualActionDivider
407
411
  }),
408
- /* @__PURE__ */ (0, _jsxruntime.jsx)(d, {
409
- disabled: n,
410
- name: v,
411
- checked: E,
412
- "aria-labelledby": i,
413
- onChange: F,
412
+ /* @__PURE__ */ (0, _jsxruntime.jsx)(s, {
413
+ disabled: i,
414
+ name: b,
415
+ checked: Y,
416
+ "aria-labelledby": r,
417
+ onChange: q,
414
418
  render: (param)=>/* @__PURE__ */ {
415
- let { controlElement: W } = param;
419
+ let { controlElement: H } = param;
416
420
  return (0, _jsxruntime.jsx)("div", {
417
421
  className: _listcssmistica.dualActionRight,
418
- children: W
422
+ children: H
419
423
  });
420
424
  }
421
425
  })
422
426
  ]
423
427
  }) : /* @__PURE__ */ (0, _jsxruntime.jsx)("div", {
424
428
  className: (0, _classnames.default)(_listcssmistica.rowContent, {
425
- [_listcssmistica.hoverBackground]: !(n || a),
426
- [_listcssmistica.pointer]: !n
429
+ [_listcssmistica.touchableBackground]: f,
430
+ [_listcssmistica.touchableBackgroundInverse]: w,
431
+ [_listcssmistica.pointer]: !i
427
432
  }),
428
- children: /* @__PURE__ */ (0, _jsxruntime.jsx)(d, {
429
- disabled: n,
430
- dataAttributes: m,
431
- name: v,
432
- checked: E,
433
- onChange: F,
433
+ children: /* @__PURE__ */ (0, _jsxruntime.jsx)(s, {
434
+ disabled: i,
435
+ dataAttributes: u,
436
+ name: b,
437
+ checked: Y,
438
+ onChange: q,
434
439
  render: (param)=>/* @__PURE__ */ {
435
- let { controlElement: W , labelId: $ } = param;
440
+ let { controlElement: H , labelId: te } = param;
436
441
  return (0, _jsxruntime.jsx)(_box.default, {
437
442
  paddingX: 16,
438
443
  role: h,
439
- children: x({
440
- labelId: $,
444
+ children: y({
445
+ labelId: te,
441
446
  type: "control",
442
447
  right: ()=>/* @__PURE__ */ (0, _jsxruntime.jsx)(_stack.default, {
443
448
  space: "around",
444
- children: W
449
+ children: H
445
450
  })
446
451
  })
447
452
  });
@@ -449,35 +454,36 @@ const U = (e, r)=>typeof e == "function" ? e == null ? void 0 : e({
449
454
  })
450
455
  });
451
456
  };
452
- return e.switch ? Y(_switchcomponent.default) : e.checkbox ? Y(_checkbox.default) : e.radioValue ? e.onPress ? /* @__PURE__ */ (0, _jsxruntime.jsxs)("div", {
457
+ return e.switch ? z(_switchcomponent.default) : e.checkbox ? z(_checkbox.default) : e.radioValue ? e.onPress ? /* @__PURE__ */ (0, _jsxruntime.jsxs)("div", {
453
458
  className: _listcssmistica.dualActionContainer,
454
459
  children: [
455
460
  /* @__PURE__ */ (0, _jsxruntime.jsx)(_touchable.BaseTouchable, {
456
- disabled: n,
461
+ disabled: i,
457
462
  onPress: e.onPress,
458
463
  role: h,
459
464
  className: (0, _classnames.default)(_listcssmistica.dualActionLeft, {
460
- [_listcssmistica.hoverBackground]: !(n || a)
465
+ [_listcssmistica.touchableBackground]: f,
466
+ [_listcssmistica.touchableBackgroundInverse]: w
461
467
  }),
462
- children: x({
468
+ children: y({
463
469
  type: "basic",
464
- labelId: i
470
+ labelId: r
465
471
  })
466
472
  }),
467
473
  /* @__PURE__ */ (0, _jsxruntime.jsx)("div", {
468
474
  className: _listcssmistica.dualActionDivider
469
475
  }),
470
476
  /* @__PURE__ */ (0, _jsxruntime.jsx)(_radiobutton.default, {
471
- dataAttributes: m,
477
+ dataAttributes: u,
472
478
  value: e.radioValue,
473
- "aria-labelledby": i,
479
+ "aria-labelledby": r,
474
480
  render: (param)=>/* @__PURE__ */ {
475
- let { controlElement: d } = param;
481
+ let { controlElement: s } = param;
476
482
  return (0, _jsxruntime.jsx)(_stack.default, {
477
483
  space: "around",
478
484
  children: /* @__PURE__ */ (0, _jsxruntime.jsx)(_box.default, {
479
485
  paddingX: 16,
480
- children: d
486
+ children: s
481
487
  })
482
488
  });
483
489
  }
@@ -485,25 +491,26 @@ const U = (e, r)=>typeof e == "function" ? e == null ? void 0 : e({
485
491
  ]
486
492
  }) : /* @__PURE__ */ (0, _jsxruntime.jsx)("div", {
487
493
  className: (0, _classnames.default)(_listcssmistica.rowContent, {
488
- [_listcssmistica.hoverBackground]: !(n || a),
489
- [_listcssmistica.pointer]: !n
494
+ [_listcssmistica.touchableBackground]: f,
495
+ [_listcssmistica.touchableBackgroundInverse]: w,
496
+ [_listcssmistica.pointer]: !i
490
497
  }),
491
498
  role: h,
492
- ref: r,
499
+ ref: n,
493
500
  children: /* @__PURE__ */ (0, _jsxruntime.jsx)(_radiobutton.default, {
494
- dataAttributes: m,
501
+ dataAttributes: u,
495
502
  value: e.radioValue,
496
- "aria-labelledby": i,
503
+ "aria-labelledby": r,
497
504
  render: (param)=>/* @__PURE__ */ {
498
- let { controlElement: d } = param;
505
+ let { controlElement: s } = param;
499
506
  return (0, _jsxruntime.jsx)(_box.default, {
500
507
  paddingX: 16,
501
- children: x({
502
- labelId: i,
508
+ children: y({
509
+ labelId: r,
503
510
  type: "control",
504
511
  right: ()=>/* @__PURE__ */ (0, _jsxruntime.jsx)(_stack.default, {
505
512
  space: "around",
506
- children: d
513
+ children: s
507
514
  })
508
515
  })
509
516
  });
@@ -513,62 +520,62 @@ const U = (e, r)=>typeof e == "function" ? e == null ? void 0 : e({
513
520
  paddingX: 16,
514
521
  className: _listcssmistica.rowContent,
515
522
  role: h,
516
- dataAttributes: m,
517
- children: e.right ? x({
523
+ dataAttributes: u,
524
+ children: e.right ? y({
518
525
  type: "custom",
519
526
  right: e.right
520
- }) : x({
527
+ }) : y({
521
528
  type: "basic"
522
529
  })
523
530
  });
524
- }), Fe = /*#__PURE__*/ _react.forwardRef((_param, i)=>/* @__PURE__ */ {
525
- var { dataAttributes: e } = _param, r = _object_without_properties(_param, [
531
+ }), qe = /*#__PURE__*/ _react.forwardRef((_param, r)=>/* @__PURE__ */ {
532
+ var { dataAttributes: e } = _param, n = _object_without_properties(_param, [
526
533
  "dataAttributes"
527
534
  ]);
528
- return (0, _jsxruntime.jsx)(_, _object_spread_props(_object_spread({}, r), {
529
- ref: i,
535
+ return (0, _jsxruntime.jsx)(ee, _object_spread_props(_object_spread({}, n), {
536
+ ref: r,
530
537
  dataAttributes: _object_spread({
531
538
  "component-name": "Row"
532
539
  }, e)
533
540
  }));
534
- }), Ye = (param)=>{
535
- let { children: e , ariaLabelledby: r , role: i , dataAttributes: a , noLastDivider: s } = param;
536
- const b = _react.Children.count(e) - 1, l = !s;
541
+ }), ze = (param)=>{
542
+ let { children: e , ariaLabelledby: n , role: r , dataAttributes: o , noLastDivider: d } = param;
543
+ const x = _react.Children.count(e) - 1, l = !d;
537
544
  return /* @__PURE__ */ (0, _jsxruntime.jsx)("div", _object_spread_props(_object_spread({
538
- role: i,
539
- "aria-labelledby": r
540
- }, (0, _dom.getPrefixedDataAttributes)(a, "RowList")), {
541
- children: _react.Children.toArray(e).filter(Boolean).map((B, c)=>/* @__PURE__ */ (0, _jsxruntime.jsxs)(_react.Fragment, {
545
+ role: r,
546
+ "aria-labelledby": n
547
+ }, (0, _dom.getPrefixedDataAttributes)(o, "RowList")), {
548
+ children: _react.Children.toArray(e).filter(Boolean).map((A, c)=>/* @__PURE__ */ (0, _jsxruntime.jsxs)(_react.Fragment, {
542
549
  children: [
543
- B,
544
- (c < b || l) && /* @__PURE__ */ (0, _jsxruntime.jsx)(_box.default, {
550
+ A,
551
+ (c < x || l) && /* @__PURE__ */ (0, _jsxruntime.jsx)(_box.default, {
545
552
  paddingX: 16,
546
553
  children: /* @__PURE__ */ (0, _jsxruntime.jsx)(_divider.default, {})
547
554
  })
548
555
  ]
549
556
  }, c))
550
557
  }));
551
- }, qe = /*#__PURE__*/ _react.forwardRef((_param, i)=>/* @__PURE__ */ {
552
- var { dataAttributes: e } = _param, r = _object_without_properties(_param, [
558
+ }, Ge = /*#__PURE__*/ _react.forwardRef((_param, r)=>/* @__PURE__ */ {
559
+ var { dataAttributes: e } = _param, n = _object_without_properties(_param, [
553
560
  "dataAttributes"
554
561
  ]);
555
562
  return (0, _jsxruntime.jsx)(_boxed.Boxed, {
556
- isInverse: r.isInverse,
557
- ref: i,
563
+ isInverse: n.isInverse,
564
+ ref: r,
558
565
  dataAttributes: _object_spread({
559
566
  "component-name": "BoxedRow"
560
567
  }, e),
561
- children: /* @__PURE__ */ (0, _jsxruntime.jsx)(_, _object_spread({}, r))
568
+ children: /* @__PURE__ */ (0, _jsxruntime.jsx)(ee, _object_spread({}, n))
562
569
  });
563
- }), ze = (param)=>/* @__PURE__ */ {
564
- let { children: e , ariaLabelledby: r , role: i , dataAttributes: a } = param;
570
+ }), Je = (param)=>/* @__PURE__ */ {
571
+ let { children: e , ariaLabelledby: n , role: r , dataAttributes: o } = param;
565
572
  return (0, _jsxruntime.jsx)(_stack.default, {
566
573
  space: 16,
567
- role: i,
568
- "aria-labelledby": r,
574
+ role: r,
575
+ "aria-labelledby": n,
569
576
  dataAttributes: _object_spread({
570
577
  "component-name": "BoxedRowList"
571
- }, a),
578
+ }, o),
572
579
  children: e
573
580
  });
574
581
  };
@@ -8,4 +8,4 @@ Object.defineProperty(exports, "PACKAGE_VERSION", {
8
8
  return o;
9
9
  }
10
10
  });
11
- const o = "14.18.2";
11
+ const o = "14.20.0";
@@ -308,9 +308,23 @@ const e = {
308
308
  title1: {
309
309
  weight: "medium"
310
310
  },
311
+ title2: {
312
+ weight: "light",
313
+ size: {
314
+ mobile: 20,
315
+ desktop: 28
316
+ },
317
+ lineHeight: {
318
+ mobile: 24,
319
+ desktop: 32
320
+ }
321
+ },
311
322
  indicator: {
312
323
  weight: "medium"
313
324
  },
325
+ navigationBar: {
326
+ weight: "medium"
327
+ },
314
328
  text5: {
315
329
  weight: "light"
316
330
  },
@@ -47,6 +47,20 @@ const t = {
47
47
  title1: {
48
48
  weight: "medium"
49
49
  },
50
+ title2: {
51
+ weight: "light",
52
+ size: {
53
+ mobile: 20,
54
+ desktop: 28
55
+ },
56
+ lineHeight: {
57
+ mobile: 24,
58
+ desktop: 32
59
+ }
60
+ },
61
+ navigationBar: {
62
+ weight: "medium"
63
+ },
50
64
  indicator: {
51
65
  weight: "medium"
52
66
  },