@telefonica/mistica 14.26.1 → 14.28.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 (42) hide show
  1. package/css/mistica.css +1 -1
  2. package/dist/button-fixed-footer-layout.js +5 -5
  3. package/dist/button.d.ts +7 -1
  4. package/dist/button.js +78 -72
  5. package/dist/generated/mistica-icons/icon-add-more-location-filled.js +1 -1
  6. package/dist/generated/mistica-icons/icon-cut-filled.js +4 -4
  7. package/dist/generated/mistica-icons/icon-file-ppt-filled.js +1 -1
  8. package/dist/generated/mistica-icons/icon-open-filled.js +1 -1
  9. package/dist/generated/mistica-icons/icon-videogames-filled.js +25 -8
  10. package/dist/generated/mistica-icons/icon-videogames-light.js +35 -10
  11. package/dist/generated/mistica-icons/icon-videogames-regular.js +35 -10
  12. package/dist/menu.js +41 -41
  13. package/dist/package-version.js +1 -1
  14. package/dist/phone-number-field.js +1 -1
  15. package/dist/responsive-layout.css-mistica.js +14 -5
  16. package/dist/responsive-layout.css.d.ts +4 -1
  17. package/dist/responsive-layout.d.ts +3 -0
  18. package/dist/responsive-layout.js +58 -15
  19. package/dist/sheet.css-mistica.js +7 -7
  20. package/dist/sheet.css.d.ts +3 -0
  21. package/dist/sheet.js +4 -4
  22. package/dist/touchable.d.ts +1 -0
  23. package/dist/touchable.js +8 -7
  24. package/dist-es/button-fixed-footer-layout.js +4 -4
  25. package/dist-es/button.js +103 -97
  26. package/dist-es/generated/mistica-icons/icon-add-more-location-filled.js +6 -6
  27. package/dist-es/generated/mistica-icons/icon-cut-filled.js +7 -7
  28. package/dist-es/generated/mistica-icons/icon-file-ppt-filled.js +1 -1
  29. package/dist-es/generated/mistica-icons/icon-open-filled.js +1 -1
  30. package/dist-es/generated/mistica-icons/icon-videogames-filled.js +29 -12
  31. package/dist-es/generated/mistica-icons/icon-videogames-light.js +38 -13
  32. package/dist-es/generated/mistica-icons/icon-videogames-regular.js +39 -14
  33. package/dist-es/menu.js +64 -64
  34. package/dist-es/package-version.js +1 -1
  35. package/dist-es/phone-number-field.js +1 -1
  36. package/dist-es/responsive-layout.css-mistica.js +3 -3
  37. package/dist-es/responsive-layout.js +55 -20
  38. package/dist-es/sheet.css-mistica.js +2 -2
  39. package/dist-es/sheet.js +1 -1
  40. package/dist-es/style.css +1 -1
  41. package/dist-es/touchable.js +19 -18
  42. package/package.json +2 -2
package/dist-es/button.js CHANGED
@@ -78,10 +78,10 @@ function _object_without_properties_loose(source, excluded) {
78
78
  return target;
79
79
  }
80
80
  import { jsx as t, jsxs as C, Fragment as G } from "react/jsx-runtime";
81
- import * as o from "react";
81
+ import * as a from "react";
82
82
  import k from "classnames";
83
83
  import M from "./spinner.js";
84
- import { BaseTouchable as y } from "./touchable.js";
84
+ import { BaseTouchable as b } from "./touchable.js";
85
85
  import { useIsInverseVariant as A } from "./theme-variant-context.js";
86
86
  import { useForm as T } from "./form-context.js";
87
87
  import { pxToRem as B } from "./utils/css.js";
@@ -91,34 +91,34 @@ import { getTextFromChildren as P } from "./utils/common.js";
91
91
  import { useTrackingConfig as j, eventNames as O, eventCategories as D, eventActions as H } from "./utils/analytics.js";
92
92
  import { useTheme as V } from "./hooks.js";
93
93
  import { flattenChildren as Y } from "./skins/utils.js";
94
- import { inverseVariants as $, variants as q, small as J, isLoading as F, textContent as Q, link as U, inverseLink as p, PADDING_X_LINK as R, PADDING_Y_LINK as x, textContentLink as ee, SMALL_SPINNER_SIZE as te, SPINNER_SIZE as ne, ICON_MARGIN_PX as E, CHEVRON_MARGIN_LEFT_LINK as re, loadingFiller as ie, X_SMALL_PADDING_PX as oe, X_PADDING_PX as ae, loadingContent as se, SMALL_ICON_SIZE as ce, ICON_SIZE as le } from "./button.css-mistica.js";
94
+ import { inverseVariants as $, variants as q, small as J, isLoading as F, textContent as Q, link as U, inverseLink as p, PADDING_X_LINK as x, PADDING_Y_LINK as R, textContentLink as ee, SMALL_SPINNER_SIZE as te, SPINNER_SIZE as ne, ICON_MARGIN_PX as E, CHEVRON_MARGIN_LEFT_LINK as ie, loadingFiller as re, X_SMALL_PADDING_PX as ae, X_PADDING_PX as oe, loadingContent as se, SMALL_ICON_SIZE as le, ICON_SIZE as ce } from "./button.css-mistica.js";
95
95
  const N = (param)=>{
96
- let { content: e , defaultIconSize: i , renderText: n } = param;
97
- const c = Y(e), f = c.length, d = [];
98
- let l = [];
96
+ let { content: e , defaultIconSize: r , renderText: n } = param;
97
+ const l = Y(e), f = l.length, d = [];
98
+ let c = [];
99
99
  const g = ()=>{
100
- d.push(/* @__PURE__ */ t(o.Fragment, {
101
- children: n(l)
102
- }, d.length)), l = [];
100
+ d.push(/* @__PURE__ */ t(a.Fragment, {
101
+ children: n(c)
102
+ }, d.length)), c = [];
103
103
  };
104
- return c.forEach((u, m)=>{
105
- const a = m === 0, s = m === f - 1;
106
- if (/*#__PURE__*/ o.isValidElement(u)) {
107
- l.length && g();
104
+ return l.forEach((u, m)=>{
105
+ const o = m === 0, s = m === f - 1;
106
+ if (/*#__PURE__*/ a.isValidElement(u)) {
107
+ c.length && g();
108
108
  var _u_props_size;
109
- const v = (_u_props_size = u.props.size) !== null && _u_props_size !== void 0 ? _u_props_size : i;
109
+ const v = (_u_props_size = u.props.size) !== null && _u_props_size !== void 0 ? _u_props_size : r;
110
110
  d.push(/* @__PURE__ */ t("div", {
111
111
  style: {
112
112
  display: "flex",
113
113
  alignItems: "center",
114
- marginLeft: a ? 0 : E,
114
+ marginLeft: o ? 0 : E,
115
115
  marginRight: s ? 0 : E
116
116
  },
117
- children: /*#__PURE__*/ o.cloneElement(u, {
117
+ children: /*#__PURE__*/ a.cloneElement(u, {
118
118
  size: B(v)
119
119
  })
120
120
  }, d.length));
121
- } else l.push(u), s && g();
121
+ } else c.push(u), s && g();
122
122
  }), d;
123
123
  }, de = ()=>/* @__PURE__ */ t("svg", {
124
124
  width: "0.5em",
@@ -129,8 +129,8 @@ const N = (param)=>{
129
129
  fill: "currentColor"
130
130
  })
131
131
  }), z = (param)=>{
132
- let { showSpinner: e , children: i , small: n , loadingText: c , shouldRenderSpinner: f , setShouldRenderSpinner: d , renderText: l , textContentStyle: g , StartIcon: u , EndIcon: m , withChevron: a } = param;
133
- const s = n ? ce : le, r = B(n ? te : ne);
132
+ let { showSpinner: e , children: r , small: n , loadingText: l , shouldRenderSpinner: f , setShouldRenderSpinner: d , renderText: c , textContentStyle: g , StartIcon: u , EndIcon: m , withChevron: o } = param;
133
+ const s = n ? le : ce, i = B(n ? te : ne);
134
134
  return /* @__PURE__ */ C(G, {
135
135
  children: [
136
136
  /* @__PURE__ */ C("div", {
@@ -149,11 +149,11 @@ const N = (param)=>{
149
149
  })
150
150
  }),
151
151
  N({
152
- content: i,
152
+ content: r,
153
153
  defaultIconSize: s,
154
- renderText: l
154
+ renderText: c
155
155
  }),
156
- m && !a && /* @__PURE__ */ t("div", {
156
+ m && !o && /* @__PURE__ */ t("div", {
157
157
  style: {
158
158
  display: "flex",
159
159
  alignItems: "center",
@@ -164,27 +164,27 @@ const N = (param)=>{
164
164
  color: "currentColor"
165
165
  })
166
166
  }),
167
- a && /* @__PURE__ */ t("div", {
167
+ o && /* @__PURE__ */ t("div", {
168
168
  style: {
169
169
  display: "flex",
170
170
  alignItems: "center",
171
- marginLeft: re
171
+ marginLeft: ie
172
172
  },
173
173
  children: /* @__PURE__ */ t(de, {})
174
174
  })
175
175
  ]
176
176
  }),
177
177
  /* @__PURE__ */ t("div", {
178
- className: ie,
178
+ className: re,
179
179
  "aria-hidden": !0,
180
- style: c ? {
181
- paddingLeft: r,
182
- paddingRight: E + 2 * (n ? oe : ae)
180
+ style: l ? {
181
+ paddingLeft: i,
182
+ paddingRight: E + 2 * (n ? ae : oe)
183
183
  } : void 0,
184
184
  children: N({
185
- content: c,
185
+ content: l,
186
186
  defaultIconSize: s,
187
- renderText: l
187
+ renderText: c
188
188
  })
189
189
  }),
190
190
  /* @__PURE__ */ C("div", {
@@ -195,40 +195,40 @@ const N = (param)=>{
195
195
  },
196
196
  children: [
197
197
  f ? /* @__PURE__ */ t(M, {
198
- rolePresentation: !!c,
198
+ rolePresentation: !!l,
199
199
  color: "currentcolor",
200
200
  delay: "0s",
201
- size: r
201
+ size: i
202
202
  }) : /* @__PURE__ */ t("div", {
203
203
  style: {
204
204
  display: "inline-block",
205
- width: r,
206
- height: r
205
+ width: i,
206
+ height: i
207
207
  }
208
208
  }),
209
- c ? /* @__PURE__ */ t(K, {
209
+ l ? /* @__PURE__ */ t(K, {
210
210
  paddingLeft: 8,
211
211
  children: N({
212
- content: c,
212
+ content: l,
213
213
  defaultIconSize: s,
214
- renderText: l
214
+ renderText: c
215
215
  })
216
216
  }) : null
217
217
  ]
218
218
  })
219
219
  ]
220
220
  });
221
- }, _ = /*#__PURE__*/ o.forwardRef((e, i)=>{
222
- const { textPresets: n } = V(), { eventFormat: c } = j(), { formStatus: f , formId: d } = T(), l = A(), { loadingText: g } = e, u = !!e.submit, m = f === "sending", [a, s] = o.useState(!1), r = e.showSpinner || m && u || a, [v, L] = o.useState(!!r);
223
- o.useEffect(()=>{
224
- r && !v && L(!0);
221
+ }, _ = /*#__PURE__*/ a.forwardRef((e, r)=>{
222
+ const { textPresets: n } = V(), { eventFormat: l } = j(), { formStatus: f , formId: d } = T(), c = A(), { loadingText: g } = e, u = !!e.submit, m = f === "sending", [o, s] = a.useState(!1), i = e.showSpinner || m && u || o, [v, L] = a.useState(!!i);
223
+ a.useEffect(()=>{
224
+ i && !v && L(!0);
225
225
  }, [
226
- r,
226
+ i,
227
227
  v,
228
228
  f
229
229
  ]);
230
230
  var _e_trackingEvent;
231
- const S = ()=>c === "google-analytics-4" ? {
231
+ const S = ()=>l === "google-analytics-4" ? {
232
232
  name: O.userInteraction,
233
233
  component_type: `${e.type}_button`,
234
234
  component_copy: P(e.children)
@@ -236,86 +236,88 @@ const N = (param)=>{
236
236
  category: D.userInteraction,
237
237
  action: `${e.type}_button_tapped`,
238
238
  label: P(e.children)
239
- }, b = (I)=>e.small ? /* @__PURE__ */ t(X, {
239
+ }, I = (y)=>e.small ? /* @__PURE__ */ t(X, {
240
240
  size: 14,
241
241
  lineHeight: 20,
242
242
  weight: n.button.weight,
243
243
  truncate: 1,
244
244
  color: "inherit",
245
245
  as: "div",
246
- children: I
246
+ children: y
247
247
  }) : /* @__PURE__ */ t(Z, {
248
248
  weight: n.button.weight,
249
249
  truncate: 1,
250
250
  color: "inherit",
251
251
  as: "div",
252
- children: I
252
+ children: y
253
253
  }), h = {
254
- ref: i,
255
- className: k(l ? $[e.type] : q[e.type], e.className, {
254
+ ref: r,
255
+ className: k(c ? $[e.type] : q[e.type], e.className, {
256
256
  [J]: e.small,
257
- [F]: r
257
+ [F]: i
258
258
  }),
259
259
  style: _object_spread({
260
260
  cursor: e.fake ? "pointer" : void 0
261
261
  }, e.style),
262
262
  trackingEvent: (_e_trackingEvent = e.trackingEvent) !== null && _e_trackingEvent !== void 0 ? _e_trackingEvent : e.trackEvent ? S() : void 0,
263
263
  dataAttributes: e.dataAttributes,
264
+ "aria-label": e["aria-label"],
264
265
  "aria-controls": e["aria-controls"],
265
266
  "aria-expanded": e["aria-expanded"],
267
+ "aria-haspopup": e["aria-haspopup"],
266
268
  tabIndex: e.tabIndex,
267
269
  children: z({
268
- showSpinner: r,
270
+ showSpinner: i,
269
271
  shouldRenderSpinner: v,
270
272
  setShouldRenderSpinner: L,
271
273
  children: e.children,
272
274
  loadingText: g,
273
275
  small: e.small,
274
- renderText: b,
276
+ renderText: I,
275
277
  textContentStyle: Q,
276
278
  StartIcon: e.StartIcon,
277
279
  EndIcon: e.EndIcon
278
280
  }),
279
- disabled: e.disabled || r || m,
281
+ disabled: e.disabled || i || m,
280
282
  role: "button"
281
283
  };
282
284
  if (process.env.NODE_ENV !== "production" && (e.to === "" || e.href === "")) throw Error("to or href props are empty strings");
283
- if (e.fake) return /* @__PURE__ */ t(y, _object_spread_props(_object_spread({
285
+ if (e.fake) return /* @__PURE__ */ t(b, _object_spread_props(_object_spread({
284
286
  maybe: !0
285
287
  }, h), {
286
288
  role: "presentation",
287
289
  "aria-hidden": "true"
288
290
  }));
289
- if (e.submit) return /* @__PURE__ */ t(y, _object_spread({
291
+ if (e.submit) return /* @__PURE__ */ t(b, _object_spread({
290
292
  type: "submit",
291
293
  formId: d,
292
294
  onPress: ()=>{}
293
295
  }, h));
294
- if (e.onPress) return /* @__PURE__ */ t(y, _object_spread_props(_object_spread({}, h), {
295
- onPress: (I)=>{
296
- const w = e.onPress(I);
296
+ if (e.onPress) return /* @__PURE__ */ t(b, _object_spread_props(_object_spread({}, h), {
297
+ onPress: (y)=>{
298
+ const w = e.onPress(y);
297
299
  w && (s(!0), w.finally(()=>s(!1)));
298
300
  }
299
301
  }));
300
- if (e.to || e.to === "") return /* @__PURE__ */ t(y, _object_spread_props(_object_spread({}, h), {
302
+ if (e.to || e.to === "") return /* @__PURE__ */ t(b, _object_spread_props(_object_spread({}, h), {
301
303
  to: e.to,
302
304
  fullPageOnWebView: e.fullPageOnWebView
303
305
  }));
304
- if (e.href || e.href === "") return /* @__PURE__ */ t(y, _object_spread_props(_object_spread({}, h), {
306
+ if (e.href || e.href === "") return /* @__PURE__ */ t(b, _object_spread_props(_object_spread({}, h), {
305
307
  href: e.href,
306
308
  newTab: e.newTab,
307
309
  loadOnTop: e.loadOnTop
308
310
  }));
309
311
  if (process.env.NODE_ENV !== "production") throw Error("Bad button props");
310
312
  return null;
311
- }), Ne = /*#__PURE__*/ o.forwardRef((e, i)=>{
313
+ }), Ne = /*#__PURE__*/ a.forwardRef((e, r)=>{
312
314
  var _e_withChevron;
313
- const { formStatus: n } = T(), c = A(), { analytics: f , textPresets: d } = V(), { loadingText: l } = e, g = n === "sending", [u, m] = o.useState(!1), a = e.showSpinner || u, s = (_e_withChevron = e.withChevron) !== null && _e_withChevron !== void 0 ? _e_withChevron : !!e.href || !!e.to, [r, v] = o.useState(!!a);
314
- o.useEffect(()=>{
315
- a && !r && v(!0);
315
+ const { formStatus: n } = T(), l = A(), { analytics: f , textPresets: d } = V(), { loadingText: c } = e, g = n === "sending", [u, m] = a.useState(!1), o = e.showSpinner || u, s = (_e_withChevron = e.withChevron) !== null && _e_withChevron !== void 0 ? _e_withChevron : !!e.href || !!e.to, [i, v] = a.useState(!!o);
316
+ a.useEffect(()=>{
317
+ o && !i && v(!0);
316
318
  }, [
317
- a,
318
- r,
319
+ o,
320
+ i,
319
321
  n
320
322
  ]);
321
323
  var _e_trackingEvent;
@@ -332,32 +334,36 @@ const N = (param)=>{
332
334
  truncate: 1,
333
335
  color: "inherit",
334
336
  children: h
335
- }), b = {
337
+ }), I = {
336
338
  className: k(U, {
337
- [p]: c,
338
- [F]: a
339
+ [p]: l,
340
+ [F]: o
339
341
  }),
340
342
  /**
341
343
  * Setting bleed classes with style to override the margin:0 set by the Touchable component.
342
344
  * If we set it using className, it may not work depending on the order in which the styles are applied.
343
345
  */ style: _object_spread({}, e.bleedLeft || e.aligned ? {
344
- marginLeft: -R
346
+ marginLeft: -x
345
347
  } : void 0, e.bleedRight ? {
346
- marginRight: -R
348
+ marginRight: -x
347
349
  } : void 0, e.bleedY ? {
348
- marginTop: -x,
349
- marginBottom: -x
350
+ marginTop: -R,
351
+ marginBottom: -R
350
352
  } : void 0),
351
353
  trackingEvent: (_e_trackingEvent = e.trackingEvent) !== null && _e_trackingEvent !== void 0 ? _e_trackingEvent : e.trackEvent ? L() : void 0,
352
354
  dataAttributes: _object_spread({
353
355
  "component-name": "ButtonLink"
354
356
  }, e.dataAttributes),
357
+ "aria-label": e["aria-label"],
358
+ "aria-controls": e["aria-controls"],
359
+ "aria-expanded": e["aria-expanded"],
360
+ "aria-haspopup": e["aria-haspopup"],
355
361
  children: z({
356
- showSpinner: a,
357
- shouldRenderSpinner: r,
362
+ showSpinner: o,
363
+ shouldRenderSpinner: i,
358
364
  setShouldRenderSpinner: v,
359
365
  children: e.children,
360
- loadingText: l,
366
+ loadingText: c,
361
367
  small: !0,
362
368
  renderText: S,
363
369
  textContentStyle: ee,
@@ -365,66 +371,66 @@ const N = (param)=>{
365
371
  EndIcon: e.EndIcon,
366
372
  withChevron: s
367
373
  }),
368
- disabled: e.disabled || a || g
374
+ disabled: e.disabled || o || g
369
375
  };
370
376
  if (process.env.NODE_ENV !== "production" && (e.to === "" || e.href === "")) throw Error("to or href props are empty strings");
371
- if (e.onPress) return /* @__PURE__ */ t(y, _object_spread_props(_object_spread({
372
- ref: i
373
- }, b), {
377
+ if (e.onPress) return /* @__PURE__ */ t(b, _object_spread_props(_object_spread({
378
+ ref: r
379
+ }, I), {
374
380
  onPress: (h)=>{
375
- const I = e.onPress(h);
376
- I && (m(!0), I.finally(()=>m(!1)));
381
+ const y = e.onPress(h);
382
+ y && (m(!0), y.finally(()=>m(!1)));
377
383
  }
378
384
  }));
379
- if (e.to || e.to === "") return /* @__PURE__ */ t(y, _object_spread_props(_object_spread({
380
- ref: i
381
- }, b), {
385
+ if (e.to || e.to === "") return /* @__PURE__ */ t(b, _object_spread_props(_object_spread({
386
+ ref: r
387
+ }, I), {
382
388
  to: e.to,
383
389
  fullPageOnWebView: e.fullPageOnWebView
384
390
  }));
385
- if (e.href || e.href === "") return /* @__PURE__ */ t(y, _object_spread_props(_object_spread({
386
- ref: i
387
- }, b), {
391
+ if (e.href || e.href === "") return /* @__PURE__ */ t(b, _object_spread_props(_object_spread({
392
+ ref: r
393
+ }, I), {
388
394
  href: e.href,
389
395
  newTab: e.newTab
390
396
  }));
391
397
  if (process.env.NODE_ENV !== "production") throw Error("Bad button props");
392
398
  return null;
393
- }), _e = /*#__PURE__*/ o.forwardRef((_param, n)=>/* @__PURE__ */ {
394
- var { dataAttributes: e } = _param, i = _object_without_properties(_param, [
399
+ }), _e = /*#__PURE__*/ a.forwardRef((_param, n)=>/* @__PURE__ */ {
400
+ var { dataAttributes: e } = _param, r = _object_without_properties(_param, [
395
401
  "dataAttributes"
396
402
  ]);
397
403
  return t(_, _object_spread_props(_object_spread({
398
404
  dataAttributes: _object_spread({
399
405
  "component-name": "ButtonPrimary"
400
406
  }, e)
401
- }, i), {
407
+ }, r), {
402
408
  ref: n,
403
409
  type: "primary"
404
410
  }));
405
- }), we = /*#__PURE__*/ o.forwardRef((_param, n)=>/* @__PURE__ */ {
406
- var { dataAttributes: e } = _param, i = _object_without_properties(_param, [
411
+ }), we = /*#__PURE__*/ a.forwardRef((_param, n)=>/* @__PURE__ */ {
412
+ var { dataAttributes: e } = _param, r = _object_without_properties(_param, [
407
413
  "dataAttributes"
408
414
  ]);
409
415
  return t(_, _object_spread_props(_object_spread({
410
416
  dataAttributes: _object_spread({
411
417
  "component-name": "ButtonSecondary"
412
418
  }, e)
413
- }, i), {
419
+ }, r), {
414
420
  ref: n,
415
421
  type: "secondary"
416
422
  }));
417
- }), Re = /*#__PURE__*/ o.forwardRef((_param, n)=>/* @__PURE__ */ {
418
- var { dataAttributes: e } = _param, i = _object_without_properties(_param, [
423
+ }), xe = /*#__PURE__*/ a.forwardRef((_param, n)=>/* @__PURE__ */ {
424
+ var { dataAttributes: e } = _param, r = _object_without_properties(_param, [
419
425
  "dataAttributes"
420
426
  ]);
421
427
  return t(_, _object_spread_props(_object_spread({
422
428
  dataAttributes: _object_spread({
423
429
  "component-name": "ButtonDanger"
424
430
  }, e)
425
- }, i), {
431
+ }, r), {
426
432
  ref: n,
427
433
  type: "danger"
428
434
  }));
429
435
  });
430
- export { Re as ButtonDanger, Ne as ButtonLink, _e as ButtonPrimary, we as ButtonSecondary };
436
+ export { xe as ButtonDanger, Ne as ButtonLink, _e as ButtonPrimary, we as ButtonSecondary };
@@ -77,24 +77,24 @@ function _object_without_properties_loose(source, excluded) {
77
77
  }
78
78
  return target;
79
79
  }
80
- import { jsx as c } from "react/jsx-runtime";
80
+ import { jsx as r } from "react/jsx-runtime";
81
81
  import { useIsInverseVariant as s } from "../../theme-variant-context.js";
82
- import { vars as r } from "../../skins/skin-contract.css-mistica.js";
82
+ import { vars as c } from "../../skins/skin-contract.css-mistica.js";
83
83
  const a = (_param)=>{
84
84
  var { color: e , size: o = 24 } = _param, t = _object_without_properties(_param, [
85
85
  "color",
86
86
  "size"
87
87
  ]);
88
- const i = s(), n = e !== null && e !== void 0 ? e : i ? r.colors.inverse : r.colors.neutralHigh;
89
- return /* @__PURE__ */ c("svg", _object_spread_props(_object_spread({
88
+ const i = s(), n = e !== null && e !== void 0 ? e : i ? c.colors.inverse : c.colors.neutralHigh;
89
+ return /* @__PURE__ */ r("svg", _object_spread_props(_object_spread({
90
90
  width: o,
91
91
  height: o,
92
92
  viewBox: "0 0 24 24",
93
93
  role: "presentation"
94
94
  }, t), {
95
- children: /* @__PURE__ */ c("path", {
95
+ children: /* @__PURE__ */ r("path", {
96
96
  fill: n,
97
- d: "M19.967 4.043c1.232 1.23 1.885 3.028 1.876 5.216-.008 4.613-5.927 11.58-6.77 12.406a.61.61 0 01-.431.176.592.592 0 01-.432-.176c-.423-.41-1.37-1.51-2.47-3.037-1.272 1.614-3.353 1.802-4.037 1.807-.098.009-.21.009-.316.009h-.171c-1.062-.014-5.056-.395-5.056-5.247 0-4.837 3.955-5.199 5.014-5.207h.367a5 5 0 01-.048-.782c0-2.176.661-3.977 1.908-5.199 1.25-1.22 3.09-1.848 5.294-1.854 2.207.008 4.034.658 5.272 1.888zM16.855 8.6c0 1.303-.821 2.112-2.143 2.112-1.322 0-2.146-.81-2.146-2.112s.82-2.112 2.146-2.112c1.322 0 2.143.81 2.143 2.112zm-5.32 6.628c0-3.423-2.44-3.995-3.89-4.034h-.457c-1.426.014-3.807.546-3.807 4 0 3.47 2.415 4.017 3.849 4.042h.157c.095 0 .201 0 .291-.005 1.434-.026 3.857-.58 3.857-4.003zm-1.437-.63H8.065v-1.98a.605.605 0 00-.611-.603.607.607 0 00-.61.602v1.98h-2.03a.607.607 0 00-.61.603c0 .333.271.602.61.602h2.028v2.009c0 .333.272.602.611.602.336 0 .61-.27.61-.602v-2.009h2.034c.336 0 .61-.269.61-.602a.605.605 0 00-.61-.602z"
97
+ d: "M19.967 4.043c1.232 1.23 1.885 3.028 1.876 5.216-.008 4.613-5.927 11.58-6.77 12.406a.61.61 0 01-.431.176.592.592 0 01-.432-.176c-.423-.41-1.37-1.51-2.47-3.037-1.272 1.614-3.353 1.802-4.037 1.807-.098.009-.21.009-.316.009h-.171c-1.062-.014-5.056-.395-5.056-5.247 0-4.837 3.955-5.199 5.014-5.207h.367a5 5 0 01-.048-.782c0-2.176.661-3.977 1.908-5.199 1.25-1.22 3.09-1.848 5.294-1.854 2.207.008 4.034.658 5.272 1.888zM16.855 8.6c0-1.302-.821-2.112-2.143-2.112-1.325 0-2.146.81-2.146 2.112 0 1.303.824 2.112 2.146 2.112s2.143-.81 2.143-2.112zm-5.32 6.628c0-3.423-2.44-3.995-3.89-4.034h-.457c-1.426.014-3.807.546-3.807 4 0 3.47 2.415 4.017 3.849 4.042h.157c.095 0 .201 0 .291-.005 1.434-.026 3.857-.58 3.857-4.003zm-1.437-.63H8.065v-1.98a.605.605 0 00-.611-.603.607.607 0 00-.61.602v1.98h-2.03a.607.607 0 00-.61.603c0 .333.271.602.61.602h2.028v2.009c0 .333.272.602.611.602.336 0 .61-.27.61-.602v-2.009h2.034c.336 0 .61-.269.61-.602a.605.605 0 00-.61-.602z"
98
98
  })
99
99
  }));
100
100
  }, v = a;
@@ -77,24 +77,24 @@ function _object_without_properties_loose(source, excluded) {
77
77
  }
78
78
  return target;
79
79
  }
80
- import { jsx as o } from "react/jsx-runtime";
80
+ import { jsx as c } from "react/jsx-runtime";
81
81
  import { useIsInverseVariant as i } from "../../theme-variant-context.js";
82
82
  import { vars as r } from "../../skins/skin-contract.css-mistica.js";
83
83
  const n = (_param)=>{
84
- var { color: s , size: c = 24 } = _param, t = _object_without_properties(_param, [
84
+ var { color: s , size: o = 24 } = _param, t = _object_without_properties(_param, [
85
85
  "color",
86
86
  "size"
87
87
  ]);
88
88
  const e = i(), l = s !== null && s !== void 0 ? s : e ? r.colors.inverse : r.colors.neutralHigh;
89
- return /* @__PURE__ */ o("svg", _object_spread_props(_object_spread({
90
- width: c,
91
- height: c,
89
+ return /* @__PURE__ */ c("svg", _object_spread_props(_object_spread({
90
+ width: o,
91
+ height: o,
92
92
  viewBox: "0 0 24 24",
93
93
  role: "presentation"
94
94
  }, t), {
95
- children: /* @__PURE__ */ o("path", {
95
+ children: /* @__PURE__ */ c("path", {
96
96
  fill: l,
97
- d: "M21.843 18.151c0-2.52-1.403-3.697-3.826-3.697-.37 0-.706.039-1.03.09l-2.113-2.02 4.709-4.533c.933-.899 1.496-1.809 1.68-2.708.227-1.079-.117-2.101-1-2.944a.634.634 0 00-.89 0l-7.544 7.274L4.21 2.33a.642.642 0 00-.89.009c-.883.843-1.227 1.865-1 2.944.184.899.753 1.81 1.68 2.708l4.76 4.583-1.883 1.81a.083.083 0 00-.017.028.068.068 0 01-.017.028 7.425 7.425 0 00-.848-.056c-2.423 0-3.835 1.184-3.835 3.697s1.412 3.69 3.835 3.69c2.411 0 3.826-1.177 3.826-3.69 0-.689-.11-1.263-.311-1.759 0-.004.002-.006.004-.008.002-.003.004-.005.004-.009.48-.916.958-1.507 1.513-1.857.16-.098.345-.18.521-.235 1.219.16 2.16 1.045 2.807 2.65-.101.38-.177.803-.177 1.288 0 2.513 1.412 3.69 3.835 3.69s3.826-1.175 3.826-3.69zm-10.148-6.31c0 .333-.182.49-.496.49-.328 0-.51-.157-.507-.49 0-.323.182-.48.507-.48.314 0 .496.157.496.48zm6.322 8.784c-1.823 0-2.574-.723-2.574-2.474 0-1.762.75-2.482 2.574-2.482 1.826 0 2.566.723 2.566 2.482 0 1.75-.742 2.474-2.566 2.474zM7.731 18.13c0-1.103-.619-1.621-1.68-1.621-1.062 0-1.681.515-1.681 1.621 0 1.104.619 1.622 1.68 1.622 1.062 0 1.681-.518 1.681-1.622zm12.034.04c0-1.104-.622-1.622-1.684-1.622-1.064 0-1.68.515-1.68 1.622 0 1.106.619 1.622 1.68 1.622 1.065 0 1.684-.519 1.684-1.622zm-.84 0c0 .613-.205.81-.844.81-.635 0-.84-.197-.84-.81 0-.614.205-.813.84-.813.64 0 .844.2.844.813zm-12.874.77c.636 0 .84-.196.84-.81 0-.613-.204-.812-.84-.812s-.84.196-.84.813c0 .613.204.809.84.809zm-.06 1.61c-1.823 0-2.573-.714-2.573-2.473 0-1.762.748-2.481 2.574-2.481 1.826 0 2.566.722 2.566 2.481 0 1.76-.743 2.474-2.566 2.474z"
97
+ d: "M21.843 18.151c0-2.52-1.403-3.697-3.826-3.697-.37 0-.706.039-1.03.09l-2.113-2.02 4.709-4.533c.933-.899 1.496-1.809 1.68-2.708.227-1.079-.117-2.101-1-2.944a.634.634 0 00-.89 0l-7.544 7.274L4.21 2.33a.642.642 0 00-.89.009c-.883.843-1.227 1.865-1 2.944.184.899.753 1.81 1.68 2.708l4.76 4.583-1.883 1.81a.083.083 0 00-.017.028.068.068 0 01-.017.028 7.425 7.425 0 00-.848-.056c-2.423 0-3.835 1.184-3.835 3.697s1.412 3.69 3.835 3.69c2.411 0 3.826-1.177 3.826-3.69 0-.689-.11-1.263-.311-1.759 0-.004.002-.006.004-.008.002-.003.004-.005.004-.009.48-.916.958-1.507 1.513-1.857.16-.098.345-.18.521-.235 1.219.16 2.16 1.045 2.807 2.65-.101.38-.177.803-.177 1.288 0 2.513 1.412 3.69 3.835 3.69s3.826-1.175 3.826-3.69zm-10.148-6.31c0 .333-.182.49-.496.49-.328 0-.51-.157-.507-.49 0-.323.182-.48.507-.48.314 0 .496.157.496.48zm6.322 8.784c-1.823 0-2.574-.723-2.574-2.474 0-1.762.75-2.482 2.574-2.482 1.826 0 2.566.723 2.566 2.482 0 1.75-.742 2.474-2.566 2.474zM7.731 18.13c0-1.103-.619-1.621-1.68-1.621-1.062 0-1.681.515-1.681 1.621 0 1.104.619 1.622 1.68 1.622 1.062 0 1.681-.518 1.681-1.622zm12.034.04c0-1.104-.622-1.622-1.684-1.622-1.064 0-1.68.515-1.68 1.622 0 1.106.619 1.622 1.68 1.622 1.065 0 1.684-.519 1.684-1.622zm-.84 0c0 .613-.205.81-.844.81-.635 0-.84-.197-.84-.81 0-.614.205-.813.84-.813.64 0 .844.2.844.813zm-12.874.77c-.636 0-.84-.196-.84-.81 0-.616.204-.812.84-.812s.84.2.84.813-.204.809-.84.809zm-.06 1.61c-1.823 0-2.573-.714-2.573-2.473 0-1.762.748-2.481 2.574-2.481 1.826 0 2.566.722 2.566 2.481 0 1.76-.743 2.474-2.566 2.474z"
98
98
  })
99
99
  }));
100
100
  }, d = n;
@@ -95,7 +95,7 @@ const i = (_param)=>{
95
95
  children: [
96
96
  /* @__PURE__ */ l("path", {
97
97
  fill: h,
98
- d: "M20.11 7.803l.004.003v-.003h-.003zM5.912 11.458H4.618v3.77h.86v-1.3h.605c.496 0 .837-.114 1.059-.363.187-.21.28-.513.28-.916 0-.404-.098-.695-.303-.883-.243-.226-.616-.308-1.207-.308zm.49 1.681c-.109.104-.227.143-.501.143v.003h-.426v-1.202h.403c.267 0 .426.04.53.132.098.092.143.24.143.445 0 .221-.05.38-.149.479zm1.63-1.681h1.295c.59 0 .963.082 1.207.308.204.188.302.48.302.883s-.092.706-.28.916c-.221.249-.563.364-1.059.364h-.605v1.3h-.86v-3.77zm1.785 1.681c-.11.104-.227.143-.502.143v.003H8.89v-1.202h.403c.266 0 .426.04.53.132.097.092.142.24.142.445 0 .221-.05.38-.148.479zm2.465-1.059h-1.168v-.622h3.235l-.067.622h-1.14v3.149h-.86V12.08z"
98
+ d: "M20.11 7.803l.004.003v-.003h-.003zM5.912 11.458H4.618v3.77h.86v-1.3h.605c.496 0 .837-.114 1.059-.363.187-.21.28-.513.28-.916 0-.404-.098-.695-.303-.883-.243-.226-.616-.308-1.207-.308zm.49 1.681c-.109.104-.227.143-.501.143v.003h-.426v-1.202h.403c.267 0 .426.04.53.132.098.092.143.24.143.445 0 .221-.05.38-.149.479zm1.63-1.681h1.295c.59 0 .963.082 1.207.308.204.188.302.48.302.883s-.092.706-.28.916c-.221.249-.563.364-1.059.364h-.605v1.3h-.86v-3.77zm1.785 1.681c.098-.098.148-.258.148-.479 0-.204-.045-.353-.143-.445-.103-.093-.263-.132-.529-.132H8.89v1.202h.425v-.003c.275 0 .393-.04.502-.143zm2.465-1.059h-1.168v-.622h3.235l-.067.622h-1.14v3.149h-.86V12.08z"
99
99
  }),
100
100
  /* @__PURE__ */ l("path", {
101
101
  fill: h,
@@ -94,7 +94,7 @@ const n = (_param)=>{
94
94
  }, r), {
95
95
  children: /* @__PURE__ */ l("path", {
96
96
  fill: h,
97
- d: "M21.841 19.458l-.02-5.812c.04-.717-.167-1.339-.593-1.796a2.264 2.264 0 00-1.23-.655l-6.297-6.28c.13-.258.207-.543.207-.852a1.913 1.913 0 00-1.91-1.913c-1.053 0-1.91.857-1.91 1.913 0 .309.081.594.21.852l-6.289 6.294a2.361 2.361 0 00-1.854 2.317l.02 5.812c-.04.717.168 1.336.593 1.793.423.45 1.045.703 1.754.708l14.947-.002a2.368 2.368 0 001.678-.698 2.36 2.36 0 00.694-1.68zM11.998 3.355a.71.71 0 11-.002 1.419.71.71 0 01.002-1.42zm-6.227 7.79l12.474-.003-5.393-5.378c-.257.128-.546.21-.854.21-.308 0-.594-.082-.851-.21l-5.376 5.38zm11.956 6.678c0 .22-.18.4-.396.397h-.1a.398.398 0 01-.334-.179l-1.064-1.614v1.393a.4.4 0 01-.4.4h-.124a.4.4 0 01-.4-.4v-2.986a.4.4 0 01.4-.4h.095c.135 0 .258.07.334.178l1.067 1.617v-1.393a.4.4 0 01.4-.4h.12a.4.4 0 01.402.4v2.987zm-3.34-.118v.118c0 .22-.179.4-.4.403h-1.47a.4.4 0 01-.401-.4v-2.987a.4.4 0 01.4-.4h1.426c.123 0 .238.056.314.148a.41.41 0 01.078.34l-.025.117a.404.404 0 01-.392.313h-.871v.49h.66a.4.4 0 01.401.401v.118a.4.4 0 01-.4.4h-.661v.538h.941a.4.4 0 01.4.4zm-3.07-1.028c-.204.235-.504.358-.885.358h-.389v.788a.4.4 0 01-.4.4H9.51a.4.4 0 01-.4-.4v-2.987a.4.4 0 01.4-.4h.829c.428 0 .74.11.952.336.219.23.328.552.328.964 0 .406-.1.711-.302.94zm-2.75-.342c0 1.698-.922 1.95-1.47 1.95-.553 0-1.474-.255-1.474-1.95 0-1.7.921-1.955 1.473-1.955.55 0 1.47.252 1.47 1.955zm-1.47-1.025c.184 0 .529 0 .529 1.022 0 1.014-.33 1.014-.53 1.014-.199 0-.532 0-.532-1.014 0-1.022.333-1.022.532-1.022zm3.503.092s-.053-.047-.277-.047h-.283v.762h.336c.192 0 .216-.028.235-.05.03-.034.065-.093.065-.323 0-.188-.04-.3-.076-.342z"
97
+ d: "M21.841 19.458l-.02-5.812c.04-.717-.167-1.339-.593-1.796a2.264 2.264 0 00-1.23-.655l-6.297-6.28c.13-.258.207-.543.207-.852a1.913 1.913 0 00-1.91-1.913c-1.053 0-1.91.857-1.91 1.913 0 .309.081.594.21.852l-6.289 6.294a2.361 2.361 0 00-1.854 2.317l.02 5.812c-.04.717.168 1.336.593 1.793.423.45 1.045.703 1.754.708l14.947-.002a2.368 2.368 0 001.678-.698 2.36 2.36 0 00.694-1.68zM11.998 3.355a.71.71 0 11-.002 1.419.71.71 0 01.002-1.42zm-6.227 7.79l5.376-5.381c.257.128.543.21.851.21.308 0 .597-.082.854-.21l5.393 5.378-12.474.003zm11.956 6.678c0 .22-.18.4-.396.397h-.1a.398.398 0 01-.334-.179l-1.064-1.614v1.393a.4.4 0 01-.4.4h-.124a.4.4 0 01-.4-.4v-2.986a.4.4 0 01.4-.4h.095c.135 0 .258.07.334.178l1.067 1.617v-1.393a.4.4 0 01.4-.4h.12a.4.4 0 01.402.4v2.987zm-3.34-.118v.118c0 .22-.179.4-.4.403h-1.47a.4.4 0 01-.401-.4v-2.987a.4.4 0 01.4-.4h1.426c.123 0 .238.056.314.148a.41.41 0 01.078.34l-.025.117a.404.404 0 01-.392.313h-.871v.49h.66a.4.4 0 01.401.401v.118a.4.4 0 01-.4.4h-.661v.538h.941a.4.4 0 01.4.4zm-3.07-1.028c-.204.235-.504.358-.885.358h-.389v.788a.4.4 0 01-.4.4H9.51a.4.4 0 01-.4-.4v-2.987a.4.4 0 01.4-.4h.829c.428 0 .74.11.952.336.219.23.328.552.328.964 0 .406-.1.711-.302.94zm-2.75-.342c0 1.698-.922 1.95-1.47 1.95-.553 0-1.474-.255-1.474-1.95 0-1.7.921-1.955 1.473-1.955.55 0 1.47.252 1.47 1.955zm-1.47-1.025c.184 0 .529 0 .529 1.022 0 1.014-.33 1.014-.53 1.014-.199 0-.532 0-.532-1.014 0-1.022.333-1.022.532-1.022zm3.503.092s-.053-.047-.277-.047h-.283v.762h.336c.192 0 .216-.028.235-.05.03-.034.065-.093.065-.323 0-.188-.04-.3-.076-.342z"
98
98
  })
99
99
  }));
100
100
  }, m = n;
@@ -77,25 +77,42 @@ function _object_without_properties_loose(source, excluded) {
77
77
  }
78
78
  return target;
79
79
  }
80
- import { jsx as o } from "react/jsx-runtime";
81
- import { useIsInverseVariant as i } from "../../theme-variant-context.js";
82
- import { vars as e } from "../../skins/skin-contract.css-mistica.js";
83
- const t = (_param)=>{
84
- var { color: l , size: c = 24 } = _param, r = _object_without_properties(_param, [
80
+ import { jsxs as t, jsx as a } from "react/jsx-runtime";
81
+ import { useTheme as s } from "../../hooks.js";
82
+ import { useIsInverseVariant as m } from "../../theme-variant-context.js";
83
+ import { vars as o } from "../../skins/skin-contract.css-mistica.js";
84
+ const n = (_param)=>{
85
+ var { color: h , size: c = 24 } = _param, e = _object_without_properties(_param, [
85
86
  "color",
86
87
  "size"
87
88
  ]);
88
- const a = i(), s = l !== null && l !== void 0 ? l : a ? e.colors.inverse : e.colors.neutralHigh;
89
- return /* @__PURE__ */ o("svg", _object_spread_props(_object_spread({
89
+ const r = m(), l = h !== null && h !== void 0 ? h : r ? o.colors.inverse : o.colors.neutralHigh, { skinName: i } = s();
90
+ return i.match(/^o2/i) ? /* @__PURE__ */ t("svg", _object_spread_props(_object_spread({
90
91
  width: c,
91
92
  height: c,
92
93
  viewBox: "0 0 24 24",
93
94
  role: "presentation"
94
- }, r), {
95
- children: /* @__PURE__ */ o("path", {
96
- fill: s,
95
+ }, e), {
96
+ children: [
97
+ /* @__PURE__ */ a("path", {
98
+ fill: l,
99
+ d: "M7.858 8.845c-.963 0-1.758.795-1.758 1.757 0 .963.795 1.758 1.758 1.758.962 0 1.757-.795 1.757-1.758 0-.962-.795-1.757-1.757-1.757zm.795 2.176h-.377v.377c0 .25-.167.418-.418.418s-.419-.168-.419-.418v-.377h-.376c-.251 0-.419-.168-.419-.419 0-.25.168-.418.419-.418h.376v-.376c0-.252.168-.419.419-.419.25 0 .418.167.418.419v.376h.377c.25 0 .418.168.418.418 0 .252-.167.419-.418.419zm7.573-2.176c.962 0 1.757.795 1.757 1.757 0 .963-.795 1.758-1.757 1.758a1.768 1.768 0 01-1.757-1.758c0-.962.795-1.757 1.757-1.757zm-.837 2.176h1.674c.25 0 .418-.168.418-.419 0-.25-.167-.418-.418-.418h-1.674c-.25 0-.418.168-.418.418 0 .252.167.419.418.419z"
100
+ }),
101
+ /* @__PURE__ */ a("path", {
102
+ fill: l,
103
+ d: "M9.657 14.2a.826.826 0 01.586-.25h3.514a.83.83 0 01.586.25l3.85 3.85c.292.335.71.502 1.171.502h.962c.92 0 1.674-.753 1.674-1.673v-5.9a.796.796 0 00-.21-.544l-3.765-4.142A.753.753 0 0017.398 6h-2.595a.826.826 0 00-.585.251l-1.172 1.172a.826.826 0 01-.586.25h-.92a.826.826 0 01-.586-.25L9.782 6.25A.826.826 0 009.197 6H6.603a.753.753 0 00-.628.293l-3.766 4.142A.796.796 0 002 10.98v5.9c0 .92.753 1.673 1.674 1.673h.962c.46 0 .879-.167 1.172-.502l3.849-3.85zm-1.8-1.003a2.594 2.594 0 110-5.189 2.594 2.594 0 010 5.189zm8.369 0a2.594 2.594 0 110-5.189 2.594 2.594 0 010 5.189zm-3.766-3.055h-.837c-.25 0-.418-.167-.418-.418s.167-.419.418-.419h.837c.251 0 .419.168.419.419 0 .25-.168.418-.419.418z"
104
+ })
105
+ ]
106
+ })) : /* @__PURE__ */ a("svg", _object_spread_props(_object_spread({
107
+ width: c,
108
+ height: c,
109
+ viewBox: "0 0 24 24",
110
+ role: "presentation"
111
+ }, e), {
112
+ children: /* @__PURE__ */ a("path", {
113
+ fill: l,
97
114
  d: "M19.699 7.715l.016.04c.069.165.153.36.248.578.68 1.568 1.913 4.406 1.884 6.921-.006.415-.163 1.241-.283 1.636-.244.793-.815 1.302-1.437 1.507-.255.084-.6.162-.849.162-.333 0-.988-.131-1.325-.28a3.192 3.192 0 01-.784-.495c-.165-.143-.248-.245-.477-.526-.031-.04-.065-.081-.103-.127-.066-.082-.13-.166-.194-.25-.147-.192-.295-.386-.472-.554-.58-.555-1.317-.947-2.197-1.193a6.391 6.391 0 00-1.722-.236c-.583 0-1.165.082-1.726.236-.876.243-1.616.638-2.196 1.193-.174.166-.32.358-.466.55-.065.085-.13.17-.198.254l-.07.087c-.254.314-.337.416-.51.566-.313.268-.58.408-.77.495-.31.14-.91.283-1.26.283l-.042-.001-.037-.002a4.007 4.007 0 01-.848-.162c-.625-.205-1.194-.714-1.437-1.507-.124-.398-.28-1.221-.286-1.636-.035-2.522 1.202-5.366 1.882-6.93.093-.215.176-.406.244-.569.059-.142.112-.266.154-.36.031-.072.048-.104.06-.125l.007-.016.056-.112a3.13 3.13 0 01.55-.728c.677-.647 1.64-.975 2.862-.975.501 0 .95.067 1.361.176.244.065.785.303.793.309 0 0 .412.232.546.322a2.375 2.375 0 002.65 0c.132-.09.546-.322.546-.322.012-.006.552-.244.796-.309a5.4 5.4 0 011.361-.176c1.221 0 2.185.328 2.866.975.221.21.395.46.546.728l.059.112.009.016c.01.021.028.053.058.124.038.086.083.195.135.32zm-3.645 2.304c.252 0 .451-.065.586-.193.143-.135.213-.334.213-.592 0-.257-.07-.456-.213-.59-.138-.132-.334-.197-.586-.197-.252 0-.448.065-.585.196-.137.135-.21.334-.21.591 0 .255.07.457.21.592.137.128.336.193.585.193zm1.62 1.568c.251 0 .448-.064.585-.193.14-.132.213-.33.215-.59 0-.261-.072-.46-.215-.595-.137-.129-.334-.196-.586-.196-.252 0-.448.067-.585.196-.14.135-.213.334-.213.594 0 .26.07.457.213.591.137.129.333.193.585.193zm-1.034 1.379c.143-.135.213-.334.213-.591 0-.258-.07-.457-.213-.591-.138-.13-.334-.197-.586-.197-.252 0-.448.065-.585.197-.137.134-.21.333-.21.59 0 .258.07.457.21.592.137.131.336.196.585.196.252 0 .451-.065.586-.196zm-2.205-1.379c.252 0 .448-.064.586-.193.143-.132.215-.33.212-.59 0-.261-.072-.46-.212-.595-.138-.129-.334-.196-.586-.196-.252 0-.448.067-.585.196-.14.135-.213.334-.213.594 0 .26.073.457.213.591.137.129.333.193.585.193zm-4.325-.005c.19-.182.289-.46.292-.815 0-.362-.096-.639-.289-.827-.188-.176-.462-.266-.818-.266a.652.652 0 00-.095.006c.003-.037.006-.087.006-.107 0-.364-.096-.641-.289-.823-.188-.177-.462-.266-.818-.266-.358 0-.633.09-.815.263-.193.18-.291.457-.291.824 0 .058.005.109.01.16h-.019a2.366 2.366 0 00-.145-.012c-.356 0-.633.09-.816.263-.19.185-.288.46-.288.827 0 .367.098.644.286.82.187.177.462.267.82.267.096 0 .126 0 .168-.006a1.576 1.576 0 00-.016.157c0 .367.098.647.285.82.185.177.46.267.818.267.356 0 .633-.09.818-.267.19-.179.289-.456.289-.82a.83.83 0 00-.02-.177l-.003-.022h.112c.356 0 .63-.09.818-.266z"
98
115
  })
99
116
  }));
100
- }, h = t;
101
- export { h as default };
117
+ }, p = n;
118
+ export { p as default };