@telefonica/mistica 14.14.0 → 14.16.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 (192) hide show
  1. package/css/mistica.css +1 -1
  2. package/dist/avatar.css-mistica.js +1 -1
  3. package/dist/badge.css-mistica.js +3 -3
  4. package/dist/badge.js +19 -10
  5. package/dist/box.d.ts +1 -1
  6. package/dist/boxed.css-mistica.js +1 -1
  7. package/dist/button-layout.css-mistica.js +4 -4
  8. package/dist/button.css-mistica.js +19 -19
  9. package/dist/button.js +112 -112
  10. package/dist/callout.css-mistica.js +1 -1
  11. package/dist/card.css-mistica.js +23 -15
  12. package/dist/card.css.d.ts +4 -0
  13. package/dist/card.d.ts +3 -3
  14. package/dist/card.js +104 -95
  15. package/dist/carousel.css-mistica.js +13 -13
  16. package/dist/checkbox.css-mistica.js +5 -5
  17. package/dist/checkbox.js +10 -9
  18. package/dist/chip.css-mistica.js +4 -4
  19. package/dist/chip.d.ts +1 -0
  20. package/dist/chip.js +57 -41
  21. package/dist/circle.css-mistica.js +1 -1
  22. package/dist/credit-card-number-field.js +22 -19
  23. package/dist/cvv-field.js +60 -47
  24. package/dist/date-time-picker.d.ts +10 -0
  25. package/dist/date-time-picker.js +54 -35
  26. package/dist/dialog.css-mistica.js +3 -3
  27. package/dist/double-field.css-mistica.js +2 -2
  28. package/dist/empty-state-card.css-mistica.js +1 -1
  29. package/dist/empty-state.css-mistica.js +3 -3
  30. package/dist/feedback.css-mistica.js +3 -3
  31. package/dist/fixed-footer-layout.css-mistica.js +1 -1
  32. package/dist/fixed-footer-layout.js +79 -27
  33. package/dist/grid.css.d.ts +6 -6
  34. package/dist/hero.css-mistica.js +1 -1
  35. package/dist/highlighted-card.css-mistica.js +3 -3
  36. package/dist/hooks.d.ts +1 -1
  37. package/dist/icons/icon-cvv-amex.d.ts +1 -0
  38. package/dist/icons/icon-cvv-amex.js +5 -4
  39. package/dist/icons/icon-cvv-visa-mc.d.ts +1 -0
  40. package/dist/icons/icon-cvv-visa-mc.js +7 -6
  41. package/dist/image.css-mistica.js +1 -1
  42. package/dist/index.d.ts +1 -0
  43. package/dist/list.css-mistica.js +7 -7
  44. package/dist/list.js +90 -91
  45. package/dist/loading-bar.css-mistica.js +4 -4
  46. package/dist/maybe-dismissable.css-mistica.js +3 -3
  47. package/dist/menu.css-mistica.js +1 -1
  48. package/dist/navigation-bar.css-mistica.js +11 -11
  49. package/dist/navigation-breadcrumbs.css-mistica.js +1 -1
  50. package/dist/package-version.js +1 -1
  51. package/dist/password-field.css-mistica.js +1 -1
  52. package/dist/popover.css-mistica.js +3 -3
  53. package/dist/progress-bar.css-mistica.js +1 -1
  54. package/dist/radio-button.css-mistica.js +14 -14
  55. package/dist/radio-button.js +34 -33
  56. package/dist/responsive-layout.css-mistica.js +2 -2
  57. package/dist/screen-reader-only.css-mistica.js +1 -1
  58. package/dist/search-field.js +8 -8
  59. package/dist/select.css-mistica.js +11 -11
  60. package/dist/select.js +145 -142
  61. package/dist/skins/blau.js +10 -0
  62. package/dist/skins/defaults.js +10 -0
  63. package/dist/skins/movistar-legacy.js +10 -0
  64. package/dist/skins/movistar.js +10 -0
  65. package/dist/skins/o2.js +10 -0
  66. package/dist/skins/telefonica.js +12 -2
  67. package/dist/skins/types/index.d.ts +24 -8
  68. package/dist/skins/vivo-new.js +10 -0
  69. package/dist/skins/vivo.js +10 -0
  70. package/dist/snackbar.css-mistica.js +3 -3
  71. package/dist/sprinkles.css-mistica.js +226 -190
  72. package/dist/sprinkles.css.d.ts +16 -16
  73. package/dist/stepper.css-mistica.js +3 -3
  74. package/dist/stepper.js +26 -26
  75. package/dist/switch-component.css-mistica.js +15 -15
  76. package/dist/switch-component.js +16 -15
  77. package/dist/tabs.css-mistica.js +7 -7
  78. package/dist/tabs.js +32 -28
  79. package/dist/tag.css-mistica.js +1 -1
  80. package/dist/tag.js +15 -14
  81. package/dist/text-field-base.css-mistica.js +6 -6
  82. package/dist/text-field-base.js +44 -44
  83. package/dist/text-field-components.css-mistica.js +6 -6
  84. package/dist/text-link.css-mistica.js +5 -5
  85. package/dist/text.d.ts +6 -8
  86. package/dist/text.js +8 -7
  87. package/dist/theme-context-provider.js +25 -24
  88. package/dist/theme.d.ts +5 -2
  89. package/dist/theme.js +73 -24
  90. package/dist/title.js +27 -24
  91. package/dist/tooltip.css-mistica.js +6 -6
  92. package/dist/touchable.css-mistica.js +3 -3
  93. package/dist/utils/aspect-ratio-support.css-mistica.js +2 -2
  94. package/dist/video.css-mistica.js +1 -1
  95. package/dist/video.d.ts +7 -1
  96. package/dist/video.js +116 -76
  97. package/dist-es/avatar.css-mistica.js +1 -1
  98. package/dist-es/badge.css-mistica.js +2 -2
  99. package/dist-es/badge.js +29 -20
  100. package/dist-es/boxed.css-mistica.js +1 -1
  101. package/dist-es/button-layout.css-mistica.js +3 -3
  102. package/dist-es/button.css-mistica.js +9 -9
  103. package/dist-es/button.js +154 -154
  104. package/dist-es/callout.css-mistica.js +1 -1
  105. package/dist-es/card.css-mistica.js +4 -2
  106. package/dist-es/card.js +151 -142
  107. package/dist-es/carousel.css-mistica.js +2 -2
  108. package/dist-es/checkbox.css-mistica.js +5 -5
  109. package/dist-es/checkbox.js +21 -20
  110. package/dist-es/chip.css-mistica.js +4 -4
  111. package/dist-es/chip.js +77 -61
  112. package/dist-es/circle.css-mistica.js +1 -1
  113. package/dist-es/credit-card-number-field.js +23 -20
  114. package/dist-es/cvv-field.js +74 -61
  115. package/dist-es/date-time-picker.js +66 -47
  116. package/dist-es/dialog.css-mistica.js +3 -3
  117. package/dist-es/double-field.css-mistica.js +2 -2
  118. package/dist-es/empty-state-card.css-mistica.js +1 -1
  119. package/dist-es/empty-state.css-mistica.js +2 -2
  120. package/dist-es/feedback.css-mistica.js +2 -2
  121. package/dist-es/fixed-footer-layout.css-mistica.js +1 -1
  122. package/dist-es/fixed-footer-layout.js +94 -42
  123. package/dist-es/hero.css-mistica.js +1 -1
  124. package/dist-es/highlighted-card.css-mistica.js +3 -3
  125. package/dist-es/icons/icon-cvv-amex.js +5 -4
  126. package/dist-es/icons/icon-cvv-visa-mc.js +9 -8
  127. package/dist-es/image.css-mistica.js +1 -1
  128. package/dist-es/list.css-mistica.js +2 -2
  129. package/dist-es/list.js +114 -115
  130. package/dist-es/loading-bar.css-mistica.js +2 -2
  131. package/dist-es/maybe-dismissable.css-mistica.js +2 -2
  132. package/dist-es/menu.css-mistica.js +1 -1
  133. package/dist-es/navigation-bar.css-mistica.js +8 -8
  134. package/dist-es/navigation-breadcrumbs.css-mistica.js +1 -1
  135. package/dist-es/package-version.js +1 -1
  136. package/dist-es/password-field.css-mistica.js +1 -1
  137. package/dist-es/popover.css-mistica.js +2 -2
  138. package/dist-es/progress-bar.css-mistica.js +1 -1
  139. package/dist-es/radio-button.css-mistica.js +8 -8
  140. package/dist-es/radio-button.js +38 -37
  141. package/dist-es/responsive-layout.css-mistica.js +2 -2
  142. package/dist-es/screen-reader-only.css-mistica.js +1 -1
  143. package/dist-es/search-field.js +7 -7
  144. package/dist-es/select.css-mistica.js +10 -10
  145. package/dist-es/select.js +173 -170
  146. package/dist-es/skins/blau.js +10 -0
  147. package/dist-es/skins/defaults.js +10 -0
  148. package/dist-es/skins/movistar-legacy.js +10 -0
  149. package/dist-es/skins/movistar.js +10 -0
  150. package/dist-es/skins/o2.js +10 -0
  151. package/dist-es/skins/telefonica.js +12 -2
  152. package/dist-es/skins/vivo-new.js +10 -0
  153. package/dist-es/skins/vivo.js +10 -0
  154. package/dist-es/snackbar.css-mistica.js +2 -2
  155. package/dist-es/sprinkles.css-mistica.js +226 -190
  156. package/dist-es/stepper.css-mistica.js +2 -2
  157. package/dist-es/stepper.js +50 -50
  158. package/dist-es/style.css +1 -1
  159. package/dist-es/switch-component.css-mistica.js +12 -12
  160. package/dist-es/switch-component.js +37 -36
  161. package/dist-es/tabs.css-mistica.js +6 -6
  162. package/dist-es/tabs.js +49 -45
  163. package/dist-es/tag.css-mistica.js +1 -1
  164. package/dist-es/tag.js +28 -27
  165. package/dist-es/text-field-base.css-mistica.js +2 -2
  166. package/dist-es/text-field-base.js +64 -64
  167. package/dist-es/text-field-components.css-mistica.js +2 -2
  168. package/dist-es/text-link.css-mistica.js +5 -5
  169. package/dist-es/text.js +11 -10
  170. package/dist-es/theme-context-provider.js +56 -55
  171. package/dist-es/theme.js +69 -20
  172. package/dist-es/title.js +36 -33
  173. package/dist-es/tooltip.css-mistica.js +3 -3
  174. package/dist-es/touchable.css-mistica.js +2 -2
  175. package/dist-es/utils/aspect-ratio-support.css-mistica.js +2 -2
  176. package/dist-es/video.css-mistica.js +1 -1
  177. package/dist-es/video.js +121 -81
  178. package/package.json +3 -2
  179. package/dist/cvv-field.css-mistica.js +0 -21
  180. package/dist/cvv-field.css.d.ts +0 -2
  181. package/dist/cvv-field.css.ts.vanilla.css-mistica.js +0 -11
  182. package/dist/icons/icon-creditcard.d.ts +0 -7
  183. package/dist/icons/icon-creditcard.js +0 -33
  184. package/dist/icons/icon-info-cvv.d.ts +0 -7
  185. package/dist/icons/icon-info-cvv.js +0 -26
  186. package/dist/icons/icon-search.d.ts +0 -7
  187. package/dist/icons/icon-search.js +0 -32
  188. package/dist-es/cvv-field.css-mistica.js +0 -4
  189. package/dist-es/cvv-field.css.ts.vanilla.css-mistica.js +0 -2
  190. package/dist-es/icons/icon-creditcard.js +0 -24
  191. package/dist-es/icons/icon-info-cvv.js +0 -17
  192. package/dist-es/icons/icon-search.js +0 -23
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
5
5
  Object.defineProperty(exports, "default", {
6
6
  enumerable: true,
7
7
  get: function() {
8
- return Z;
8
+ return ie;
9
9
  }
10
10
  });
11
11
  const _jsxruntime = require("react/jsx-runtime");
@@ -21,6 +21,10 @@ const _hooks = require("./hooks.js");
21
21
  const _iconcloseregular = /*#__PURE__*/ _interop_require_default(require("./generated/mistica-icons/icon-close-regular.js"));
22
22
  const _datetimepickercssmistica = require("./date-time-picker.css-mistica.js");
23
23
  const _skincontractcssmistica = require("./skins/skin-contract.css-mistica.js");
24
+ require("moment/locale/es");
25
+ require("moment/locale/de");
26
+ require("moment/locale/pt-br");
27
+ require("moment/locale/en-gb");
24
28
  function _interop_require_default(obj) {
25
29
  return obj && obj.__esModule ? obj : {
26
30
  default: obj
@@ -144,49 +148,64 @@ function _object_without_properties_loose(source, excluded) {
144
148
  }
145
149
  return target;
146
150
  }
147
- const g = navigator.language.toLocaleLowerCase().split("-")[0];
148
- Promise.resolve(/* webpackChunkName: "moment-locale" */ `moment/locale/${g}`).then((p)=>/*#__PURE__*/ _interop_require_wildcard(require(p))).finally(()=>{});
149
- const Z = (_param)=>{
150
- var { withTime: s , mode: l , isValidDate: y , optional: u } = _param, t = _object_without_properties(_param, [
151
+ const A = {
152
+ es: "es",
153
+ // spanish
154
+ ca: "es",
155
+ // catalan
156
+ eu: "es",
157
+ // euskera
158
+ gl: "es",
159
+ // gallego
160
+ de: "de",
161
+ // german
162
+ pt: "pt-br",
163
+ // portuguese
164
+ en: "en-gb"
165
+ }, O = (a)=>{
166
+ const i = a.toLocaleLowerCase().split("-")[0];
167
+ return A[i] || "en-gb";
168
+ }, ie = (_param)=>{
169
+ var { withTime: a , mode: i , isValidDate: h , optional: u } = _param, t = _object_without_properties(_param, [
151
170
  "withTime",
152
171
  "mode",
153
172
  "isValidDate",
154
173
  "optional"
155
174
  ]);
156
- const [m, x] = _react.useState(!1), { texts: b } = (0, _hooks.useTheme)(), n = _react.useRef(null), { height: v , ref: k } = (0, _hooks.useElementDimensions)(), i = (e)=>{
157
- t.disabled || x(e);
158
- }, w = ()=>{
159
- var p;
160
- const { top: e = 0 , bottom: o = 0 , left: a = 0 } = ((p = n.current) == null ? void 0 : p.getBoundingClientRect()) || {}, P = 260 + o < window.innerHeight;
175
+ const [m, y] = _react.useState(!1), { texts: x , i18n: { locale: b } } = (0, _hooks.useTheme)(), n = _react.useRef(null), { height: k , ref: v } = (0, _hooks.useElementDimensions)(), l = (e)=>{
176
+ t.disabled || y(e);
177
+ }, C = ()=>{
178
+ var f;
179
+ const { top: e = 0 , bottom: o = 0 , left: c = 0 } = ((f = n.current) == null ? void 0 : f.getBoundingClientRect()) || {}, M = 260 + o < window.innerHeight;
161
180
  return {
162
181
  width: _textfieldcomponentscssmistica.DEFAULT_WIDTH,
163
- top: P ? o : e - v,
164
- left: a,
182
+ top: M ? o : e - k,
183
+ left: c,
165
184
  position: "absolute",
166
185
  borderRadius: _skincontractcssmistica.vars.borderRadii.input,
167
186
  overflow: "hidden",
168
187
  boxShadow: "0px 5px 5px -3px rgba(0,0,0,0.2), 0px 8px 10px 1px rgba(0,0,0,0.14), 0px 3px 14px 2px rgba(0,0,0,0.12)"
169
188
  };
170
- }, c = ()=>{
189
+ }, s = ()=>{
171
190
  var o;
172
191
  const e = (o = n.current) == null ? void 0 : o.value;
173
192
  return e ? new Date(e) : void 0;
174
- }, C = (e)=>s ? e.format("yyyy-MM-DD HH:mm") : l === "year-month" ? e.format("yyyy-MM") : e.format("yyyy-MM-DD"), f = (e)=>{
175
- var a;
176
- const o = typeof e == "string" ? e : C(e);
177
- n.current && (n.current.focus(), (a = t.onChange) == null || a.call(t, (0, _dom.createChangeEvent)(n.current, o)));
178
- }, D = ()=>c() && u ? /* @__PURE__ */ (0, _jsxruntime.jsx)(_iconbutton.default, {
179
- "aria-label": b.clearButton,
193
+ }, D = (e)=>a ? e.format("yyyy-MM-DD HH:mm") : i === "year-month" ? e.format("yyyy-MM") : e.format("yyyy-MM-DD"), p = (e)=>{
194
+ var c;
195
+ const o = typeof e == "string" ? e : D(e);
196
+ n.current && (n.current.focus(), (c = t.onChange) == null || c.call(t, (0, _dom.createChangeEvent)(n.current, o)));
197
+ }, w = ()=>s() && u ? /* @__PURE__ */ (0, _jsxruntime.jsx)(_iconbutton.default, {
198
+ "aria-label": x.clearButton,
180
199
  size: 32,
181
200
  onPress: ()=>{
182
- f("");
201
+ p("");
183
202
  },
184
203
  children: /* @__PURE__ */ (0, _jsxruntime.jsx)(_iconcloseregular.default, {})
185
204
  }) : /* @__PURE__ */ (0, _jsxruntime.jsx)(_iconbutton.default, {
186
205
  disabled: t.disabled,
187
206
  "aria-label": "",
188
207
  size: 32,
189
- onPress: ()=>i(!m),
208
+ onPress: ()=>l(!m),
190
209
  children: /* @__PURE__ */ (0, _jsxruntime.jsx)(_iconcalendarregular.default, {})
191
210
  });
192
211
  return /* @__PURE__ */ (0, _jsxruntime.jsxs)(_jsxruntime.Fragment, {
@@ -198,36 +217,36 @@ const Z = (_param)=>{
198
217
  required: !u,
199
218
  type: "text",
200
219
  autoComplete: "off",
201
- shrinkLabel: !!c(),
202
- endIcon: D(),
220
+ shrinkLabel: !!s(),
221
+ endIcon: w(),
203
222
  inputRef: (e)=>{
204
223
  var o;
205
224
  (o = t == null ? void 0 : t.inputRef) == null || o.call(t, e), n.current = e;
206
225
  },
207
226
  readOnly: !0,
208
- onKeyDown: ()=>i(!0),
227
+ onKeyDown: ()=>l(!0),
209
228
  onClick: ()=>{
210
- i(!0);
229
+ l(!0);
211
230
  }
212
231
  })),
213
232
  m && /* @__PURE__ */ (0, _jsxruntime.jsx)(_overlay.default, {
214
233
  onPress: (e)=>{
215
- (0, _dom.cancelEvent)(e), i(!1);
234
+ (0, _dom.cancelEvent)(e), l(!1);
216
235
  },
217
236
  disableScroll: !0,
218
237
  children: /* @__PURE__ */ (0, _jsxruntime.jsx)("div", {
219
- ref: k,
220
- style: w(),
238
+ ref: v,
239
+ style: C(),
221
240
  className: _datetimepickercssmistica.reactDatePicker,
222
241
  children: /* @__PURE__ */ (0, _jsxruntime.jsx)(_reactdatetime.default, {
223
- initialViewMode: l === "year-month" ? "months" : void 0,
224
- dateFormat: l === "year-month" ? "YYYY-MM" : void 0,
225
- timeFormat: s ? "HH:mm" : !1,
226
- initialValue: c(),
227
- locale: g,
242
+ initialViewMode: i === "year-month" ? "months" : void 0,
243
+ dateFormat: i === "year-month" ? "YYYY-MM" : void 0,
244
+ timeFormat: a ? "HH:mm" : !1,
245
+ initialValue: s(),
246
+ locale: O(b),
228
247
  input: !1,
229
- onChange: f,
230
- isValidDate: y
248
+ onChange: p,
249
+ isValidDate: h
231
250
  })
232
251
  })
233
252
  })
@@ -42,7 +42,7 @@ _export(exports, {
42
42
  });
43
43
  require("./sprinkles.css.ts.vanilla.css-mistica.js");
44
44
  require("./dialog.css.ts.vanilla.css-mistica.js");
45
- var _ = "_3dl29lb", y = "_3dl29l6", f = "_3dl29ll _1y2v1nf6x", a = "_3dl29lj _1y2v1nf6q _1y2v1nf9l", l = "_3dl29lm", d = "_3dl29l8 _1y2v1nf6w _1y2v1nf7a _1y2v1nf7o _1y2v1nf82 _1y2v1nf60 _1y2v1nfam _1y2v1nfbe", o = "_3dl29la _1y2v1nf30 _1y2v1nfab", r = "_3dl29l5 _1y2v1nf61 _1y2v1nf64 _1y2v1nf6d _1y2v1nf6j _1y2v1nf6a _1y2v1nfam _1y2v1nfbe _1y2v1nfbs _1y2v1nfb0 _1y2v1nf3b", t = {
46
- dialog: "_3dl29ld _1y2v1nf64 _1y2v1nf6a _1y2v1nf6g _1y2v1nf7p _1y2v1nf83 _1y2v1nf6z _1y2v1nf7b",
47
- default: "_3dl29ld _1y2v1nf64 _1y2v1nf6a _1y2v1nf6g _1y2v1nf6x _1y2v1nf7b _1y2v1nf7p _1y2v1nf83"
45
+ var _ = "_3dl29lb", y = "_3dl29l6", f = "_3dl29ll _1y2v1nf6y", a = "_3dl29lj _1y2v1nf6q _1y2v1nf9s", l = "_3dl29lm", d = "_3dl29l8 _1y2v1nf6w _1y2v1nf7b _1y2v1nf7q _1y2v1nf85 _1y2v1nf60 _1y2v1nfau _1y2v1nfbo", o = "_3dl29la _1y2v1nf30 _1y2v1nfaj", r = "_3dl29l5 _1y2v1nf61 _1y2v1nf64 _1y2v1nf6d _1y2v1nf6j _1y2v1nf6a _1y2v1nfau _1y2v1nfbo _1y2v1nfc3 _1y2v1nfb9 _1y2v1nf3b", t = {
46
+ dialog: "_3dl29ld _1y2v1nf64 _1y2v1nf6a _1y2v1nf6g _1y2v1nf7s _1y2v1nf87 _1y2v1nf70 _1y2v1nf7d",
47
+ default: "_3dl29ld _1y2v1nf64 _1y2v1nf6a _1y2v1nf6g _1y2v1nf6y _1y2v1nf7d _1y2v1nf7s _1y2v1nf87"
48
48
  }, e = "_3dl29l3 _1y2v1nf5z";
@@ -12,6 +12,6 @@ require("./sprinkles.css.ts.vanilla.css-mistica.js");
12
12
  require("./text-field-components.css.ts.vanilla.css-mistica.js");
13
13
  require("./double-field.css.ts.vanilla.css-mistica.js");
14
14
  var n = {
15
- default: "skrulh1 _1y2v1nf64 _1y2v1nf69 _1y2v1nf8b",
16
- fullWidth: "skrulh2 _1y2v1nf64 _1y2v1nf69 _1y2v1nf8b"
15
+ default: "skrulh1 _1y2v1nf64 _1y2v1nf69 _1y2v1nf8f",
16
+ fullWidth: "skrulh2 _1y2v1nf64 _1y2v1nf69 _1y2v1nf8f"
17
17
  };
@@ -21,4 +21,4 @@ _export(exports, {
21
21
  });
22
22
  require("./sprinkles.css.ts.vanilla.css-mistica.js");
23
23
  require("./empty-state-card.css.ts.vanilla.css-mistica.js");
24
- var n = "_1azor6p0", o = "_1azor6p4 _1y2v1nf8m _1y2v1nf91", v = "_1azor6p2 _1y2v1nf66 _1y2v1nf93";
24
+ var n = "_1azor6p0", o = "_1azor6p4 _1y2v1nf8r _1y2v1nf97", v = "_1azor6p2 _1y2v1nf66 _1y2v1nf99";
@@ -28,10 +28,10 @@ _export(exports, {
28
28
  return o;
29
29
  },
30
30
  smallImage: function() {
31
- return u;
31
+ return t;
32
32
  },
33
33
  vars: function() {
34
- return t;
34
+ return u;
35
35
  }
36
36
  });
37
37
  require("./sprinkles.css.ts.vanilla.css-mistica.js");
@@ -39,6 +39,6 @@ require("./empty-state.css.ts.vanilla.css-mistica.js");
39
39
  var n = "_13fzrua2 _1y2v1nf64 _1y2v1nf5y", v = {
40
40
  default: "_13fzrua3",
41
41
  largeImage: "_13fzrua4"
42
- }, e = "_13fzrua9 _1y2v1nf8o _1y2v1nf93", f = "_13fzruac", _ = "_13fzrua7 _1y2v1nf8r", o = "_13fzrua5", u = "_13fzruab _1y2v1nf66", t = {
42
+ }, e = "_13fzrua9 _1y2v1nf8t _1y2v1nf99", f = "_13fzruac", _ = "_13fzrua7 _1y2v1nf8w", o = "_13fzrua5", t = "_13fzruab _1y2v1nf66", u = {
43
43
  backgroundColor: "var(--_13fzrua0)"
44
44
  };
@@ -10,10 +10,10 @@ function _export(target, all) {
10
10
  }
11
11
  _export(exports, {
12
12
  container: function() {
13
- return r;
13
+ return n;
14
14
  },
15
15
  desktopContainer: function() {
16
- return n;
16
+ return r;
17
17
  },
18
18
  desktopContent: function() {
19
19
  return t;
@@ -33,4 +33,4 @@ _export(exports, {
33
33
  });
34
34
  require("./sprinkles.css.ts.vanilla.css-mistica.js");
35
35
  require("./feedback.css.ts.vanilla.css-mistica.js");
36
- var r = "gx6h6a3 _1y2v1nf64 _1y2v1nf8r _1y2v1nf8b", n = "_1y2v1nfac _1y2v1nf64 _1y2v1nf6g", t = "gx6h6a1", v = "gx6h6a7", f = "gx6h6a5", o = "gx6h6a6", p = "gx6h6a4";
36
+ var n = "gx6h6a3 _1y2v1nf64 _1y2v1nf8w _1y2v1nf8f", r = "_1y2v1nfak _1y2v1nf64 _1y2v1nf6g", t = "gx6h6a1", v = "gx6h6a7", f = "gx6h6a5", o = "gx6h6a6", p = "gx6h6a4";
@@ -30,7 +30,7 @@ _export(exports, {
30
30
  });
31
31
  require("./sprinkles.css.ts.vanilla.css-mistica.js");
32
32
  require("./fixed-footer-layout.css.ts.vanilla.css-mistica.js");
33
- var v = "p5j8j58", a = "p5j8j56 _1y2v1nf31", j = "p5j8j54", t = "p5j8j53 _1y2v1nf8b _1y2v1nf30", e = {
33
+ var v = "p5j8j58", a = "p5j8j56 _1y2v1nf31", j = "p5j8j54", t = "p5j8j53 _1y2v1nf8f _1y2v1nf30", e = {
34
34
  footerHeight: "var(--p5j8j50)",
35
35
  backgroundColor: "var(--p5j8j51)"
36
36
  }, p = "_1y2v1nf63";
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
5
5
  Object.defineProperty(exports, "default", {
6
6
  enumerable: true,
7
7
  get: function() {
8
- return ue;
8
+ return ce;
9
9
  }
10
10
  });
11
11
  const _jsxruntime = require("react/jsx-runtime");
@@ -17,7 +17,6 @@ const _hooks = require("./hooks.js");
17
17
  const _dom = require("./utils/dom.js");
18
18
  const _fixedfooterlayoutcssmistica = require("./fixed-footer-layout.css-mistica.js");
19
19
  const _dynamic = require("@vanilla-extract/dynamic");
20
- const _environment = require("./utils/environment.js");
21
20
  function _interop_require_default(obj) {
22
21
  return obj && obj.__esModule ? obj : {
23
22
  default: obj
@@ -62,58 +61,111 @@ function _interop_require_wildcard(obj, nodeInterop) {
62
61
  }
63
62
  return newObj;
64
63
  }
65
- const Y = 2, Z = (e)=>e === document.documentElement ? window : e, ee = (e)=>{
64
+ function _define_property(obj, key, value) {
65
+ if (key in obj) {
66
+ Object.defineProperty(obj, key, {
67
+ value: value,
68
+ enumerable: true,
69
+ configurable: true,
70
+ writable: true
71
+ });
72
+ } else {
73
+ obj[key] = value;
74
+ }
75
+ return obj;
76
+ }
77
+ function _object_spread(target) {
78
+ for(var i = 1; i < arguments.length; i++){
79
+ var source = arguments[i] != null ? arguments[i] : {};
80
+ var ownKeys = Object.keys(source);
81
+ if (typeof Object.getOwnPropertySymbols === "function") {
82
+ ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function(sym) {
83
+ return Object.getOwnPropertyDescriptor(source, sym).enumerable;
84
+ }));
85
+ }
86
+ ownKeys.forEach(function(key) {
87
+ _define_property(target, key, source[key]);
88
+ });
89
+ }
90
+ return target;
91
+ }
92
+ function ownKeys(object, enumerableOnly) {
93
+ var keys = Object.keys(object);
94
+ if (Object.getOwnPropertySymbols) {
95
+ var symbols = Object.getOwnPropertySymbols(object);
96
+ if (enumerableOnly) {
97
+ symbols = symbols.filter(function(sym) {
98
+ return Object.getOwnPropertyDescriptor(object, sym).enumerable;
99
+ });
100
+ }
101
+ keys.push.apply(keys, symbols);
102
+ }
103
+ return keys;
104
+ }
105
+ function _object_spread_props(target, source) {
106
+ source = source != null ? source : {};
107
+ if (Object.getOwnPropertyDescriptors) {
108
+ Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
109
+ } else {
110
+ ownKeys(Object(source)).forEach(function(key) {
111
+ Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
112
+ });
113
+ }
114
+ return target;
115
+ }
116
+ const X = 2, Y = (e)=>e === document.documentElement ? window : e, Z = (e)=>{
66
117
  const n = setTimeout(e, 0);
67
118
  return {
68
119
  cancel: ()=>clearTimeout(n)
69
120
  };
70
- }, te = (param)=>{
71
- let { isFooterVisible: e = !0 , footer: n , footerHeight: x = "auto" , footerBgColor: T , containerBgColor: g , children: y , onChangeFooterHeight: o } = param;
72
- const [w, F] = _react.useState(!1), i = _react.useRef(null), { isTabletOrSmaller: b } = (0, _hooks.useScreenSize)(), { platformOverrides: u } = (0, _hooks.useTheme)(), { height: r , ref: I } = (0, _hooks.useElementDimensions)(), R = (0, _hooks.useIsWithinIFrame)(), d = (0, _hooks.useWindowHeight)(), A = (0, _hooks.useScreenHeight)(), a = d - r > (R ? d : A) / Y;
121
+ }, C = (param)=>{
122
+ let { isFooterVisible: e = !0 , footer: n , footerHeight: x = "auto" , footerBgColor: S , containerBgColor: m , children: T , onChangeFooterHeight: o } = param;
123
+ const [g, y] = _react.useState(!1), u = _react.useRef(null), { isTabletOrSmaller: w } = (0, _hooks.useScreenSize)(), { platformOverrides: d } = (0, _hooks.useTheme)(), { height: s , ref: F } = (0, _hooks.useElementDimensions)(), b = (0, _hooks.useIsWithinIFrame)(), f = (0, _hooks.useWindowHeight)(), I = (0, _hooks.useScreenHeight)(), i = f - s > (b ? f : I) / X;
73
124
  (0, _hooks.useIsomorphicLayoutEffect)(()=>{
74
- o == null || o(r);
125
+ o == null || o(s);
75
126
  }, [
76
127
  o,
77
- r
128
+ s
78
129
  ]), _react.useEffect(()=>{
79
- const c = (0, _dom.getScrollableParentElement)(i.current), L = ()=>(0, _platform.isRunningAcceptanceTest)(u) || !a ? !1 : (0, _dom.hasScroll)(c) ? (0, _dom.getScrollDistanceToBottom)(c) > 1 : !1, t = (0, _debounce.default)(()=>{
80
- F(L());
130
+ const a = (0, _dom.getScrollableParentElement)(u.current), R = ()=>(0, _platform.isRunningAcceptanceTest)(d) || !i ? !1 : (0, _dom.hasScroll)(a) ? (0, _dom.getScrollDistanceToBottom)(a) > 1 : !1, t = (0, _debounce.default)(()=>{
131
+ y(R());
81
132
  }, 50, {
82
133
  leading: !0,
83
134
  maxWait: 200
84
- }), O = ee(t), s = Z(c);
85
- return (0, _dom.addPassiveEventListener)(s, "resize", t), (0, _dom.addPassiveEventListener)(s, "scroll", t), ()=>{
86
- t.cancel(), (0, _dom.removePassiveEventListener)(s, "scroll", t), (0, _dom.removePassiveEventListener)(s, "resize", t), O.cancel();
135
+ }), A = Z(t), r = Y(a);
136
+ return (0, _dom.addPassiveEventListener)(r, "resize", t), (0, _dom.addPassiveEventListener)(r, "scroll", t), ()=>{
137
+ t.cancel(), (0, _dom.removePassiveEventListener)(r, "scroll", t), (0, _dom.removePassiveEventListener)(r, "resize", t), A.cancel();
87
138
  };
88
139
  }, [
89
- a,
90
- u
140
+ i,
141
+ d
91
142
  ]);
92
- const D = (0, _environment.isClientSide)() && (0, _dom.hasScroll)((0, _dom.getScrollableParentElement)(i.current)), f = a || !D;
143
+ const p = i;
93
144
  return /* @__PURE__ */ (0, _jsxruntime.jsxs)(_jsxruntime.Fragment, {
94
145
  children: [
95
146
  /* @__PURE__ */ (0, _jsxruntime.jsx)("div", {
96
- ref: i,
147
+ ref: u,
97
148
  className: _fixedfooterlayoutcssmistica.container,
98
- style: (0, _dynamic.assignInlineVars)({
99
- [_fixedfooterlayoutcssmistica.vars.backgroundColor]: g !== null && g !== void 0 ? g : "",
100
- [_fixedfooterlayoutcssmistica.vars.footerHeight]: f ? `${r}px` : "0px"
101
- }),
102
- children: y
149
+ style: (0, _dynamic.assignInlineVars)(_object_spread_props(_object_spread({}, m && {
150
+ [_fixedfooterlayoutcssmistica.vars.backgroundColor]: m
151
+ }), {
152
+ [_fixedfooterlayoutcssmistica.vars.footerHeight]: p ? `${s}px` : "0px"
153
+ })),
154
+ children: T
103
155
  }),
104
156
  /* @__PURE__ */ (0, _jsxruntime.jsx)("div", {
105
157
  className: (0, _classnames.default)(_fixedfooterlayoutcssmistica.footer, {
106
158
  [_fixedfooterlayoutcssmistica.withoutFooter]: !e,
107
- [_fixedfooterlayoutcssmistica.elevated]: w,
108
- [_fixedfooterlayoutcssmistica.fixedFooter]: f
159
+ [_fixedfooterlayoutcssmistica.elevated]: g,
160
+ [_fixedfooterlayoutcssmistica.fixedFooter]: p
109
161
  }),
110
162
  style: {
111
- background: b ? T : void 0
163
+ background: w ? S : void 0
112
164
  },
113
165
  "data-testid": `fixed-footer${e ? "-visible" : "-hidden"}`,
114
166
  "data-position-fixed": "bottom",
115
167
  children: e && /* @__PURE__ */ (0, _jsxruntime.jsx)("aside", {
116
- ref: I,
168
+ ref: F,
117
169
  "data-component-name": "FixedFooter",
118
170
  style: {
119
171
  height: x,
@@ -124,4 +176,4 @@ const Y = 2, Z = (e)=>e === document.documentElement ? window : e, ee = (e)=>{
124
176
  })
125
177
  ]
126
178
  });
127
- }, ue = te;
179
+ }, ce = C;
@@ -9,8 +9,8 @@ export declare const vars: {
9
9
  export declare const grid: string;
10
10
  export declare const gridTemplateColumnsAutoRepeat: string;
11
11
  export declare const gridTemplateRowsAutoRepeat: string;
12
- export declare const gridTemplateColumns: Record<2 | 4 | 8 | 12 | 6 | 5 | 1 | 9 | 10 | 3 | 7 | 11, string>;
13
- export declare const gridTemplateRows: Record<2 | 4 | 8 | 12 | 6 | 5 | 1 | 9 | 10 | 3 | 7 | 11, string>;
12
+ export declare const gridTemplateColumns: Record<2 | 4 | 8 | 12 | 6 | 5 | 1 | 9 | 3 | 10 | 7 | 11, string>;
13
+ export declare const gridTemplateRows: Record<2 | 4 | 8 | 12 | 6 | 5 | 1 | 9 | 3 | 10 | 7 | 11, string>;
14
14
  export declare const gridAutoFlow: Record<"column" | "row" | "row dense" | "column dense", string>;
15
15
  export declare const gridJustifyItems: Record<"center" | "stretch" | "end" | "start", string>;
16
16
  export declare const gridAlignItems: Record<"center" | "stretch" | "end" | "start" | "baseline", string>;
@@ -18,9 +18,9 @@ export declare const gridJustifyContent: Record<"center" | "space-around" | "spa
18
18
  export declare const gridAlignContent: Record<"center" | "space-around" | "space-between" | "space-evenly" | "stretch" | "end" | "start", string>;
19
19
  export declare const fullColumns: string;
20
20
  export declare const fullRows: string;
21
- export declare const spanColumns: Record<2 | 4 | 8 | 12 | 6 | 5 | 1 | 9 | 10 | 3 | 7 | 11, string>;
22
- export declare const spanRows: Record<2 | 4 | 8 | 12 | 6 | 5 | 1 | 9 | 10 | 3 | 7 | 11, string>;
23
- export declare const columnStart: Record<2 | 4 | 8 | 12 | 6 | 5 | 1 | 9 | 10 | 3 | 7 | 11, string>;
24
- export declare const rowStart: Record<2 | 4 | 8 | 12 | 6 | 5 | 1 | 9 | 10 | 3 | 7 | 11, string>;
21
+ export declare const spanColumns: Record<2 | 4 | 8 | 12 | 6 | 5 | 1 | 9 | 3 | 10 | 7 | 11, string>;
22
+ export declare const spanRows: Record<2 | 4 | 8 | 12 | 6 | 5 | 1 | 9 | 3 | 10 | 7 | 11, string>;
23
+ export declare const columnStart: Record<2 | 4 | 8 | 12 | 6 | 5 | 1 | 9 | 3 | 10 | 7 | 11, string>;
24
+ export declare const rowStart: Record<2 | 4 | 8 | 12 | 6 | 5 | 1 | 9 | 3 | 10 | 7 | 11, string>;
25
25
  export declare const justifySelf: Record<"center" | "stretch" | "end" | "start", string>;
26
26
  export declare const alignSelf: Record<"center" | "stretch" | "end" | "start" | "baseline", string>;
@@ -31,6 +31,6 @@ _export(exports, {
31
31
  require("./sprinkles.css.ts.vanilla.css-mistica.js");
32
32
  require("./responsive-layout.css.ts.vanilla.css-mistica.js");
33
33
  require("./hero.css.ts.vanilla.css-mistica.js");
34
- var v = "_16rbpto6 _1y2v1nf64 _1y2v1nf6q _1y2v1nf6k", a = "_16rbpto2 _1y2v1nf64", n = "_1y2v1nf6j _1y2v1nf8r", _ = "_1y2v1nf6a", i = "_16rbpto7", p = {
34
+ var v = "_16rbpto6 _1y2v1nf64 _1y2v1nf6q _1y2v1nf6k", a = "_16rbpto2 _1y2v1nf64", n = "_1y2v1nf6j _1y2v1nf8w", _ = "_1y2v1nf6a", i = "_16rbpto7", p = {
35
35
  height: "var(--_16rbpto0)"
36
36
  };
@@ -25,6 +25,6 @@ _export(exports, {
25
25
  require("./sprinkles.css.ts.vanilla.css-mistica.js");
26
26
  require("./highlighted-card.css.ts.vanilla.css-mistica.js");
27
27
  var y = "wrb8722 _1y2v1nf64 _1y2v1nf69 _1y2v1nf6g _1y2v1nf6m", f = "wrb8725 _1y2v1nf64", _ = {
28
- withImage: "wrb8728 wrb8727 _1y2v1nf64 _1y2v1nf6a _1y2v1nf6i _1y2v1nf6x _1y2v1nf7b _1y2v1nf7o",
29
- withoutImage: "wrb8729 wrb8727 _1y2v1nf64 _1y2v1nf6a _1y2v1nf6i _1y2v1nf6x _1y2v1nf7b _1y2v1nf7o"
30
- }, r = "_1y2v1nf6r _1y2v1nf75 _1y2v1nf7j _1y2v1nf7x _1y2v1nf64 _1y2v1nf6m _1y2v1nfa2 _1y2v1nf8b _1y2v1nf5y";
28
+ withImage: "wrb8728 wrb8727 _1y2v1nf64 _1y2v1nf6a _1y2v1nf6i _1y2v1nf6y _1y2v1nf7d _1y2v1nf7q",
29
+ withoutImage: "wrb8729 wrb8727 _1y2v1nf64 _1y2v1nf6a _1y2v1nf6i _1y2v1nf6y _1y2v1nf7d _1y2v1nf7q"
30
+ }, r = "_1y2v1nf6r _1y2v1nf76 _1y2v1nf7l _1y2v1nf80 _1y2v1nf64 _1y2v1nf6m _1y2v1nfaa _1y2v1nf8f _1y2v1nf5y";
package/dist/hooks.d.ts CHANGED
@@ -24,7 +24,7 @@ export declare const useIsomorphicLayoutEffect: typeof React.useLayoutEffect;
24
24
  type IntersectionObserverOptions = {
25
25
  root?: Element | Document | null;
26
26
  rootMargin?: string;
27
- threshold?: number | number[];
27
+ threshold?: number | Array<number>;
28
28
  };
29
29
  export declare const useIsInViewport: (ref: React.RefObject<HTMLElement>, defaultValue: boolean, options?: IntersectionObserverOptions) => boolean;
30
30
  export {};
@@ -2,6 +2,7 @@ import * as React from 'react';
2
2
  type Props = {
3
3
  role?: string;
4
4
  size?: number;
5
+ color?: string;
5
6
  };
6
7
  declare const IconCvvAmex: React.FC<Props>;
7
8
  export default IconCvvAmex;
@@ -5,12 +5,13 @@ Object.defineProperty(exports, "__esModule", {
5
5
  Object.defineProperty(exports, "default", {
6
6
  enumerable: true,
7
7
  get: function() {
8
- return a;
8
+ return s;
9
9
  }
10
10
  });
11
11
  const _jsxruntime = require("react/jsx-runtime");
12
+ const _skincontractcssmistica = require("../skins/skin-contract.css-mistica.js");
12
13
  const l = (param)=>/* @__PURE__ */ {
13
- let { role: t = "presentation" , size: c = 48 } = param;
14
+ let { role: t = "presentation" , size: c = 48 , color: r } = param;
14
15
  return (0, _jsxruntime.jsx)("svg", {
15
16
  width: c,
16
17
  height: c,
@@ -20,7 +21,7 @@ const l = (param)=>/* @__PURE__ */ {
20
21
  flexShrink: 0
21
22
  },
22
23
  children: /* @__PURE__ */ (0, _jsxruntime.jsxs)("g", {
23
- fill: "#00A9E0",
24
+ fill: r || _skincontractcssmistica.vars.colors.brand,
24
25
  children: [
25
26
  /* @__PURE__ */ (0, _jsxruntime.jsx)("path", {
26
27
  d: "M2.571 0H45.43C46.849 0 48 1.075 48 2.4v27.2c0 1.325-1.151 2.4-2.571 2.4H2.57C1.151 32 0 30.925 0 29.6V2.4C0 1.075 1.151 0 2.571 0zm0 1.2c-.71 0-1.285.537-1.285 1.2v27.2c0 .663.575 1.2 1.285 1.2H45.43c.71 0 1.285-.537 1.285-1.2V2.4c0-.663-.575-1.2-1.285-1.2H2.57z",
@@ -37,4 +38,4 @@ const l = (param)=>/* @__PURE__ */ {
37
38
  ]
38
39
  })
39
40
  });
40
- }, a = l;
41
+ }, s = l;
@@ -2,6 +2,7 @@ import * as React from 'react';
2
2
  type Props = {
3
3
  role?: string;
4
4
  size?: number;
5
+ color?: string;
5
6
  };
6
7
  declare const IconCvvVisaMc: React.FC<Props>;
7
8
  export default IconCvvVisaMc;
@@ -5,22 +5,23 @@ Object.defineProperty(exports, "__esModule", {
5
5
  Object.defineProperty(exports, "default", {
6
6
  enumerable: true,
7
7
  get: function() {
8
- return s;
8
+ return l;
9
9
  }
10
10
  });
11
11
  const _jsxruntime = require("react/jsx-runtime");
12
- const a = (param)=>/* @__PURE__ */ {
13
- let { role: v = "presentation" , size: t = 48 } = param;
12
+ const _skincontractcssmistica = require("../skins/skin-contract.css-mistica.js");
13
+ const s = (param)=>/* @__PURE__ */ {
14
+ let { role: r = "presentation" , size: t = 48 , color: v } = param;
14
15
  return (0, _jsxruntime.jsx)("svg", {
15
16
  width: t,
16
17
  height: t,
17
18
  viewBox: "0 0 48 48",
18
- role: v,
19
+ role: r,
19
20
  style: {
20
21
  flexShrink: 0
21
22
  },
22
23
  children: /* @__PURE__ */ (0, _jsxruntime.jsxs)("g", {
23
- fill: "#00A9E0",
24
+ fill: v || _skincontractcssmistica.vars.colors.brand,
24
25
  children: [
25
26
  /* @__PURE__ */ (0, _jsxruntime.jsx)("path", {
26
27
  d: "M2.571 0H45.43C46.849 0 48 1.075 48 2.4v27.2c0 1.325-1.151 2.4-2.571 2.4H2.57C1.151 32 0 30.925 0 29.6V2.4C0 1.075 1.151 0 2.571 0zm0 1.2c-.71 0-1.285.537-1.285 1.2v27.2c0 .663.575 1.2 1.285 1.2H45.43c.71 0 1.285-.537 1.285-1.2V2.4c0-.663-.575-1.2-1.285-1.2H2.57z",
@@ -37,4 +38,4 @@ const a = (param)=>/* @__PURE__ */ {
37
38
  ]
38
39
  })
39
40
  });
40
- }, s = a;
41
+ }, l = s;
@@ -18,4 +18,4 @@ _export(exports, {
18
18
  });
19
19
  require("./sprinkles.css.ts.vanilla.css-mistica.js");
20
20
  require("./image.css.ts.vanilla.css-mistica.js");
21
- var f = 300, n = "_17tt25r1 _1y2v1nfam _1y2v1nfb0 _1y2v1nf66 _1y2v1nf8b _1y2v1nf8r _1y2v1nfc6 _1y2v1nf9z _1y2v1nfa0";
21
+ var f = 300, n = "_17tt25r1 _1y2v1nfau _1y2v1nfb9 _1y2v1nf66 _1y2v1nf8f _1y2v1nf8w _1y2v1nfci _1y2v1nfa7 _1y2v1nfa8";
package/dist/index.d.ts CHANGED
@@ -69,6 +69,7 @@ Logo as NavigationBarLogo, Logo, MovistarLogo, VivoLogo, O2Logo, TelefonicaLogo,
69
69
  export { default as Image } from './image';
70
70
  export { default as Chip } from './chip';
71
71
  export { default as Video } from './video';
72
+ export type { VideoElement } from './video';
72
73
  export { Carousel, CenteredCarousel, Slideshow, PageBullets } from './carousel';
73
74
  export { Grid, GridItem } from './grid';
74
75
  export { default as StackingGroup } from './stacking-group';
@@ -19,10 +19,10 @@ _export(exports, {
19
19
  return f;
20
20
  },
21
21
  content: function() {
22
- return r;
22
+ return a;
23
23
  },
24
24
  disabled: function() {
25
- return a;
25
+ return r;
26
26
  },
27
27
  dualActionContainer: function() {
28
28
  return o;
@@ -40,18 +40,18 @@ _export(exports, {
40
40
  return d;
41
41
  },
42
42
  pointer: function() {
43
- return j;
43
+ return g;
44
44
  },
45
45
  right: function() {
46
- return b;
46
+ return u;
47
47
  },
48
48
  rowBody: function() {
49
- return u;
49
+ return b;
50
50
  },
51
51
  rowContent: function() {
52
- return c;
52
+ return l;
53
53
  }
54
54
  });
55
55
  require("./sprinkles.css.ts.vanilla.css-mistica.js");
56
56
  require("./list.css.ts.vanilla.css-mistica.js");
57
- var _ = "_1y2v1nf64 _1y2v1nf6m _1y2v1nf6o", y = "_1y2v1nf6d _1y2v1nf9c _1y2v1nf8r _1y2v1nf6m", f = "_1y2v1nf64 _1y2v1nf6j", r = "_1y2v1nf64 _1y2v1nf8b _1y2v1nf9x", a = "_2buj9g0", o = "_1y2v1nf64 _1y2v1nf69", t = "_2buj9gi _1y2v1nf64", i = "_1y2v1nf6r _1y2v1nf75 _1y2v1nf7j _1y2v1nf7x _1y2v1nf66 _1y2v1nfa2 _1y2v1nf5y _1y2v1nf7o _1y2v1nf82 _1y2v1nf6p", e = "_2buj9gk _1y2v1nf6r _1y2v1nf75 _1y2v1nf7j _1y2v1nf7x _1y2v1nf66 _1y2v1nfa2 _1y2v1nf5y _1y2v1nf7o _1y2v1nf82 _1y2v1nf64 _1y2v1nf6j _1y2v1nf6o _1y2v1nf8c", d = "_2buj9g1", j = "_1y2v1nfaj", b = "_2buj9gb", u = "_1y2v1nf64 _1y2v1nf6a _1y2v1nf6q", c = "_1y2v1nf6r _1y2v1nf75 _1y2v1nf7j _1y2v1nf7x _1y2v1nf8b _1y2v1nfa2 _1y2v1nf5y";
57
+ var _ = "_1y2v1nf64 _1y2v1nf6m _1y2v1nf6o", y = "_1y2v1nf6d _1y2v1nf9i _1y2v1nf8w _1y2v1nf6m", f = "_1y2v1nf64 _1y2v1nf6j", a = "_1y2v1nf64 _1y2v1nf8f _1y2v1nfa5", r = "_2buj9g0", o = "_1y2v1nf64 _1y2v1nf69", t = "_2buj9gi _1y2v1nf64", i = "_1y2v1nf6r _1y2v1nf76 _1y2v1nf7l _1y2v1nf80 _1y2v1nfaa _1y2v1nf5y _1y2v1nf7q _1y2v1nf85 _1y2v1nf66 _1y2v1nf6p", e = "_2buj9gk _1y2v1nf6r _1y2v1nf76 _1y2v1nf7l _1y2v1nf80 _1y2v1nfaa _1y2v1nf5y _1y2v1nf7q _1y2v1nf85 _1y2v1nf64 _1y2v1nf6j _1y2v1nf6o _1y2v1nf8g _1y2v1nf8w", d = "_2buj9g1", g = "_1y2v1nfar", u = "_2buj9gb", b = "_1y2v1nf64 _1y2v1nf6a _1y2v1nf6q", l = "_1y2v1nf6r _1y2v1nf76 _1y2v1nf7l _1y2v1nf80 _1y2v1nf8f _1y2v1nfaa _1y2v1nf5y";