@telefonica/mistica 14.19.0 → 14.20.1

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 (70) hide show
  1. package/css/mistica.css +1 -1
  2. package/dist/button.js +17 -17
  3. package/dist/card.css-mistica.js +6 -6
  4. package/dist/card.css.d.ts +0 -1
  5. package/dist/card.d.ts +15 -4
  6. package/dist/card.js +298 -264
  7. package/dist/community/advanced-data-card.css-mistica.js +18 -21
  8. package/dist/community/advanced-data-card.css.d.ts +2 -3
  9. package/dist/community/advanced-data-card.js +171 -158
  10. package/dist/generated/mistica-icons/icon-subtract-circle-filled.d.ts +4 -0
  11. package/dist/generated/mistica-icons/icon-subtract-circle-filled.js +110 -0
  12. package/dist/generated/mistica-icons/icon-subtract-circle-light.d.ts +4 -0
  13. package/dist/generated/mistica-icons/icon-subtract-circle-light.js +116 -0
  14. package/dist/generated/mistica-icons/icon-subtract-circle-regular.d.ts +4 -0
  15. package/dist/generated/mistica-icons/icon-subtract-circle-regular.js +116 -0
  16. package/dist/generated/mistica-icons/icon-subtract-light.d.ts +4 -0
  17. package/dist/generated/mistica-icons/icon-subtract-light.js +110 -0
  18. package/dist/generated/mistica-icons/icon-subtract-regular.d.ts +4 -0
  19. package/dist/generated/mistica-icons/icon-subtract-regular.js +110 -0
  20. package/dist/header.js +27 -29
  21. package/dist/index.d.ts +9 -1
  22. package/dist/index.js +50 -0
  23. package/dist/list.css-mistica.js +17 -14
  24. package/dist/list.css.d.ts +2 -1
  25. package/dist/list.js +170 -163
  26. package/dist/package-version.js +1 -1
  27. package/dist/skins/blau.js +14 -0
  28. package/dist/skins/defaults.js +14 -0
  29. package/dist/skins/movistar-legacy.js +14 -0
  30. package/dist/skins/movistar.js +14 -0
  31. package/dist/skins/o2.js +14 -0
  32. package/dist/skins/telefonica.js +16 -2
  33. package/dist/skins/types/index.d.ts +12 -0
  34. package/dist/skins/vivo-new.js +15 -1
  35. package/dist/skins/vivo.js +14 -0
  36. package/dist/tabs.css-mistica.js +10 -14
  37. package/dist/tabs.css.d.ts +1 -2
  38. package/dist/tabs.js +39 -33
  39. package/dist/theme-context-provider.js +29 -27
  40. package/dist/title.d.ts +1 -0
  41. package/dist/title.js +91 -29
  42. package/dist-es/button.js +17 -17
  43. package/dist-es/card.css-mistica.js +3 -3
  44. package/dist-es/card.js +409 -378
  45. package/dist-es/community/advanced-data-card.css-mistica.js +3 -3
  46. package/dist-es/community/advanced-data-card.js +195 -182
  47. package/dist-es/generated/mistica-icons/icon-subtract-circle-filled.js +101 -0
  48. package/dist-es/generated/mistica-icons/icon-subtract-circle-light.js +107 -0
  49. package/dist-es/generated/mistica-icons/icon-subtract-circle-regular.js +107 -0
  50. package/dist-es/generated/mistica-icons/icon-subtract-light.js +101 -0
  51. package/dist-es/generated/mistica-icons/icon-subtract-regular.js +101 -0
  52. package/dist-es/header.js +46 -48
  53. package/dist-es/index.js +1755 -1747
  54. package/dist-es/list.css-mistica.js +2 -2
  55. package/dist-es/list.js +242 -235
  56. package/dist-es/package-version.js +1 -1
  57. package/dist-es/skins/blau.js +14 -0
  58. package/dist-es/skins/defaults.js +14 -0
  59. package/dist-es/skins/movistar-legacy.js +14 -0
  60. package/dist-es/skins/movistar.js +14 -0
  61. package/dist-es/skins/o2.js +14 -0
  62. package/dist-es/skins/telefonica.js +16 -2
  63. package/dist-es/skins/vivo-new.js +15 -1
  64. package/dist-es/skins/vivo.js +14 -0
  65. package/dist-es/style.css +1 -1
  66. package/dist-es/tabs.css-mistica.js +8 -9
  67. package/dist-es/tabs.js +49 -43
  68. package/dist-es/theme-context-provider.js +63 -61
  69. package/dist-es/title.js +58 -38
  70. package/package.json +5 -2
package/dist/title.js CHANGED
@@ -10,14 +10,17 @@ function _export(target, all) {
10
10
  }
11
11
  _export(exports, {
12
12
  Title1: function() {
13
- return k;
13
+ return H;
14
14
  },
15
15
  Title2: function() {
16
- return y;
16
+ return L;
17
+ },
18
+ Title3: function() {
19
+ return A;
17
20
  }
18
21
  });
19
22
  const _jsxruntime = require("react/jsx-runtime");
20
- const _text = require("./text.js");
23
+ const _text = /*#__PURE__*/ _interop_require_wildcard(require("./text.js"));
21
24
  const _inline = /*#__PURE__*/ _interop_require_default(require("./inline.js"));
22
25
  const _box = /*#__PURE__*/ _interop_require_default(require("./box.js"));
23
26
  const _skincontractcssmistica = require("./skins/skin-contract.css-mistica.js");
@@ -27,6 +30,45 @@ function _interop_require_default(obj) {
27
30
  default: obj
28
31
  };
29
32
  }
33
+ function _getRequireWildcardCache(nodeInterop) {
34
+ if (typeof WeakMap !== "function") return null;
35
+ var cacheBabelInterop = new WeakMap();
36
+ var cacheNodeInterop = new WeakMap();
37
+ return (_getRequireWildcardCache = function(nodeInterop) {
38
+ return nodeInterop ? cacheNodeInterop : cacheBabelInterop;
39
+ })(nodeInterop);
40
+ }
41
+ function _interop_require_wildcard(obj, nodeInterop) {
42
+ if (!nodeInterop && obj && obj.__esModule) {
43
+ return obj;
44
+ }
45
+ if (obj === null || typeof obj !== "object" && typeof obj !== "function") {
46
+ return {
47
+ default: obj
48
+ };
49
+ }
50
+ var cache = _getRequireWildcardCache(nodeInterop);
51
+ if (cache && cache.has(obj)) {
52
+ return cache.get(obj);
53
+ }
54
+ var newObj = {};
55
+ var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor;
56
+ for(var key in obj){
57
+ if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) {
58
+ var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null;
59
+ if (desc && (desc.get || desc.set)) {
60
+ Object.defineProperty(newObj, key, desc);
61
+ } else {
62
+ newObj[key] = obj[key];
63
+ }
64
+ }
65
+ }
66
+ newObj.default = obj;
67
+ if (cache) {
68
+ cache.set(obj, newObj);
69
+ }
70
+ return newObj;
71
+ }
30
72
  function _define_property(obj, key, value) {
31
73
  if (key in obj) {
32
74
  Object.defineProperty(obj, key, {
@@ -56,51 +98,71 @@ function _object_spread(target) {
56
98
  return target;
57
99
  }
58
100
  const m = (param)=>{
59
- let { title: t , right: e } = param;
60
- const { textPresets: o } = (0, _hooks.useTheme)();
61
- return e ? /* @__PURE__ */ (0, _jsxruntime.jsxs)(_inline.default, {
101
+ let { title: e , right: t , dataAttributes: o } = param;
102
+ const { textPresets: r } = (0, _hooks.useTheme)();
103
+ return t ? /* @__PURE__ */ (0, _jsxruntime.jsxs)(_inline.default, {
62
104
  space: "between",
63
105
  alignItems: "baseline",
106
+ dataAttributes: o,
64
107
  children: [
65
- t,
108
+ e,
66
109
  /* @__PURE__ */ (0, _jsxruntime.jsx)(_box.default, {
67
110
  paddingLeft: 16,
68
111
  children: /* @__PURE__ */ (0, _jsxruntime.jsx)(_text.Text2, {
69
- weight: o.link.weight,
70
- children: e
112
+ weight: r.link.weight,
113
+ children: t
71
114
  })
72
115
  })
73
116
  ]
74
- }) : t;
75
- }, k = (param)=>{
76
- let { children: t , as: e = "h3" , id: o , right: i , dataAttributes: n } = param;
77
- const { textPresets: a } = (0, _hooks.useTheme)();
117
+ }) : e;
118
+ }, H = (param)=>{
119
+ let { children: e , as: t = "h3" , id: o , right: r , dataAttributes: s } = param;
120
+ const { textPresets: n } = (0, _hooks.useTheme)();
78
121
  return /* @__PURE__ */ (0, _jsxruntime.jsx)(m, {
79
122
  title: /* @__PURE__ */ (0, _jsxruntime.jsx)(_text.Text1, {
80
123
  color: _skincontractcssmistica.vars.colors.textSecondary,
81
124
  transform: "uppercase",
82
- weight: a.title1.weight,
83
- as: e,
125
+ weight: n.title1.weight,
126
+ as: t,
84
127
  id: o,
85
- dataAttributes: _object_spread({
86
- "component-name": "Title1"
87
- }, n),
88
128
  wordBreak: !1,
89
- children: t
129
+ children: e
130
+ }),
131
+ right: r,
132
+ dataAttributes: _object_spread({
133
+ "component-name": "Title1"
134
+ }, s)
135
+ });
136
+ }, L = (param)=>{
137
+ let { children: e , as: t = "h3" , id: o , right: r , dataAttributes: s } = param;
138
+ const { textPresets: n } = (0, _hooks.useTheme)();
139
+ return /* @__PURE__ */ (0, _jsxruntime.jsx)(m, {
140
+ title: /* @__PURE__ */ (0, _jsxruntime.jsx)(_text.default, {
141
+ as: t,
142
+ id: o,
143
+ mobileSize: n.title2.size.mobile,
144
+ desktopSize: n.title2.size.desktop,
145
+ weight: n.title2.weight,
146
+ mobileLineHeight: n.title2.lineHeight.mobile,
147
+ desktopLineHeight: n.title2.lineHeight.desktop,
148
+ children: e
90
149
  }),
91
- right: i
150
+ right: r,
151
+ dataAttributes: _object_spread({
152
+ "component-name": "Title2"
153
+ }, s)
92
154
  });
93
- }, y = (param)=>/* @__PURE__ */ {
94
- let { children: t , as: e = "h3" , id: o , right: i , dataAttributes: n } = param;
155
+ }, A = (param)=>/* @__PURE__ */ {
156
+ let { children: e , as: t = "h3" , id: o , right: r , dataAttributes: s } = param;
95
157
  return (0, _jsxruntime.jsx)(m, {
96
- title: /* @__PURE__ */ (0, _jsxruntime.jsx)(_text.Text5, {
97
- as: e,
158
+ title: /* @__PURE__ */ (0, _jsxruntime.jsx)(_text.Text6, {
159
+ as: t,
98
160
  id: o,
99
- dataAttributes: _object_spread({
100
- "component-name": "Title2"
101
- }, n),
102
- children: t
161
+ children: e
103
162
  }),
104
- right: i
163
+ right: r,
164
+ dataAttributes: _object_spread({
165
+ "component-name": "Title3"
166
+ }, s)
105
167
  });
106
168
  };
package/dist-es/button.js CHANGED
@@ -94,15 +94,15 @@ import { flattenChildren as H } from "./skins/utils.js";
94
94
  import { inverseVariants as $, variants as K, small as Y, isLoading as V, textContent as q, link as J, inverseLink as Q, alignedLeftLink as U, alignedRightLink as p, alignedVerticalLink as ee, textContentLink as te, SMALL_SPINNER_SIZE as ne, SPINNER_SIZE as ie, ICON_MARGIN_PX as E, CHEVRON_MARGIN_LEFT_LINK as re, loadingFiller as oe, X_SMALL_PADDING_PX as ae, X_PADDING_PX as se, loadingContent as ce, SMALL_ICON_SIZE as le, ICON_SIZE as de } from "./button.css-mistica.js";
95
95
  const w = (param)=>{
96
96
  let { content: e , defaultIconSize: r , renderText: n } = param;
97
- const c = H(e), m = c.length, d = [];
97
+ const c = H(e), f = c.length, d = [];
98
98
  let l = [];
99
99
  const g = ()=>{
100
100
  d.push(/* @__PURE__ */ t(o.Fragment, {
101
101
  children: n(l)
102
102
  }, d.length)), l = [];
103
103
  };
104
- return c.forEach((u, f)=>{
105
- const a = f === 0, s = f === m - 1;
104
+ return c.forEach((u, m)=>{
105
+ const a = m === 0, s = m === f - 1;
106
106
  if (/*#__PURE__*/ o.isValidElement(u)) {
107
107
  l.length && g();
108
108
  var _u_props_size;
@@ -121,15 +121,15 @@ const w = (param)=>{
121
121
  } else l.push(u), s && g();
122
122
  }), d;
123
123
  }, ue = ()=>/* @__PURE__ */ t("svg", {
124
- width: "8",
125
- height: "20",
124
+ width: "0.5em",
125
+ height: "1.25em",
126
126
  viewBox: "0 0 8 20",
127
127
  children: /* @__PURE__ */ t("path", {
128
128
  d: "M6.32595 11.0107L3.03801 7.7086L3.03292 7.70375L3.032 7.70291L3.02931 7.70047L3.02848 7.69974L3.02248 7.69436C2.88533 7.57121 2.71386 7.53733 2.56343 7.55395C2.41648 7.57018 2.27272 7.63567 2.16886 7.73711C2.06893 7.83185 2.01209 7.97816 2.00175 8.11707C1.99083 8.26377 2.02925 8.43959 2.16869 8.57393L5.24446 11.5515L2.15859 14.512L2.15375 14.5171L2.1529 14.518L2.15046 14.5207L2.14974 14.5215L2.14435 14.5275C2.02121 14.6647 1.98733 14.8361 2.00394 14.9866C2.02017 15.1335 2.08567 15.2773 2.18711 15.3811C2.28184 15.4811 2.42816 15.5379 2.56706 15.5483C2.71377 15.5592 2.88958 15.5208 3.02392 15.3813L6.32595 12.0922C6.6246 11.7936 6.6246 11.3094 6.32595 11.0107Z",
129
129
  fill: "currentColor"
130
130
  })
131
131
  }), D = (param)=>{
132
- let { showSpinner: e , children: r , small: n , loadingText: c , shouldRenderSpinner: m , setShouldRenderSpinner: d , renderText: l , textContentStyle: g , StartIcon: u , EndIcon: f , withChevron: a } = param;
132
+ let { showSpinner: e , children: r , small: n , loadingText: c , shouldRenderSpinner: f , setShouldRenderSpinner: d , renderText: l , textContentStyle: g , StartIcon: u , EndIcon: m , withChevron: a } = param;
133
133
  const s = n ? le : de, i = T(n ? ne : ie);
134
134
  return /* @__PURE__ */ C(F, {
135
135
  children: [
@@ -153,13 +153,13 @@ const w = (param)=>{
153
153
  defaultIconSize: s,
154
154
  renderText: l
155
155
  }),
156
- f && !a && /* @__PURE__ */ t("div", {
156
+ m && !a && /* @__PURE__ */ t("div", {
157
157
  style: {
158
158
  display: "flex",
159
159
  alignItems: "center",
160
160
  marginLeft: E
161
161
  },
162
- children: /* @__PURE__ */ t(f, {
162
+ children: /* @__PURE__ */ t(m, {
163
163
  size: s,
164
164
  color: "currentColor"
165
165
  })
@@ -191,10 +191,10 @@ const w = (param)=>{
191
191
  "aria-hidden": e ? void 0 : !0,
192
192
  className: ce,
193
193
  onTransitionEnd: ()=>{
194
- e !== m && d(e);
194
+ e !== f && d(e);
195
195
  },
196
196
  children: [
197
- m ? /* @__PURE__ */ t(z, {
197
+ f ? /* @__PURE__ */ t(z, {
198
198
  rolePresentation: !!c,
199
199
  color: "currentcolor",
200
200
  delay: "0s",
@@ -219,13 +219,13 @@ const w = (param)=>{
219
219
  ]
220
220
  });
221
221
  }, N = /*#__PURE__*/ o.forwardRef((e, r)=>{
222
- const { textPresets: n } = O(), { eventFormat: c } = W(), { formStatus: m , formId: d } = k(), l = x(), { loadingText: g } = e, u = !!e.submit, f = m === "sending", [a, s] = o.useState(!1), i = e.showSpinner || f && u || a, [v, L] = o.useState(!!i);
222
+ const { textPresets: n } = O(), { eventFormat: c } = W(), { formStatus: f , formId: d } = k(), l = x(), { loadingText: g } = e, u = !!e.submit, m = f === "sending", [a, s] = o.useState(!1), i = e.showSpinner || m && u || a, [v, L] = o.useState(!!i);
223
223
  o.useEffect(()=>{
224
224
  i && !v && L(!0);
225
225
  }, [
226
226
  i,
227
227
  v,
228
- m
228
+ f
229
229
  ]);
230
230
  var _e_trackingEvent;
231
231
  const S = ()=>c === "google-analytics-4" ? {
@@ -276,7 +276,7 @@ const w = (param)=>{
276
276
  StartIcon: e.StartIcon,
277
277
  EndIcon: e.EndIcon
278
278
  }),
279
- disabled: e.disabled || i || f,
279
+ disabled: e.disabled || i || m,
280
280
  role: "button"
281
281
  };
282
282
  if (process.env.NODE_ENV !== "production" && (e.to === "" || e.href === "")) throw Error("to or href props are empty strings");
@@ -310,7 +310,7 @@ const w = (param)=>{
310
310
  return null;
311
311
  }), Ne = /*#__PURE__*/ o.forwardRef((e, r)=>{
312
312
  var _e_withChevron;
313
- const { formStatus: n } = k(), c = x(), { analytics: m , textPresets: d } = O(), { loadingText: l } = e, g = n === "sending", [u, f] = o.useState(!1), a = e.showSpinner || u, s = (_e_withChevron = e.withChevron) !== null && _e_withChevron !== void 0 ? _e_withChevron : !!e.href || !!e.to, [i, v] = o.useState(!!a);
313
+ const { formStatus: n } = k(), c = x(), { analytics: f , textPresets: d } = O(), { 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, [i, v] = o.useState(!!a);
314
314
  o.useEffect(()=>{
315
315
  a && !i && v(!0);
316
316
  }, [
@@ -319,7 +319,7 @@ const w = (param)=>{
319
319
  n
320
320
  ]);
321
321
  var _e_trackingEvent;
322
- const L = ()=>m.eventFormat === "google-analytics-4" ? {
322
+ const L = ()=>f.eventFormat === "google-analytics-4" ? {
323
323
  name: A.userInteraction,
324
324
  component_type: "link",
325
325
  component_copy: P(e.children)
@@ -335,7 +335,7 @@ const w = (param)=>{
335
335
  }), I = {
336
336
  className: R(J, {
337
337
  [Q]: c,
338
- [U]: !!e.bleedLeft,
338
+ [U]: !!e.bleedLeft || !!e.aligned,
339
339
  [p]: !!e.bleedRight,
340
340
  [ee]: !!e.bleedY,
341
341
  [V]: a
@@ -365,7 +365,7 @@ const w = (param)=>{
365
365
  }, I), {
366
366
  onPress: (h)=>{
367
367
  const b = e.onPress(h);
368
- b && (f(!0), b.finally(()=>f(!1)));
368
+ b && (m(!0), b.finally(()=>m(!1)));
369
369
  }
370
370
  }));
371
371
  if (e.to || e.to === "") return /* @__PURE__ */ t(y, _object_spread_props(_object_spread({
@@ -1,6 +1,6 @@
1
1
  import "./sprinkles.css.ts.vanilla.css-mistica.js";
2
2
  import "./card.css.ts.vanilla.css-mistica.js";
3
- var a = "_15e54s91 _1y2v1nfb4 _1y2v1nfbq _1y2v1nfbk", _ = "_15e54s93 _1y2v1nfb4 _1y2v1nfaz", y = "_15e54s9w _1y2v1nfc1 _1y2v1nfch _1y2v1nfb4 _1y2v1nfbj _1y2v1nfbd _1y2v1nfdn", f = "_1y2v1nfb4 _1y2v1nfc3 _1y2v1nfcj _1y2v1nfbj _1y2v1nfbd", r = "_15e54s9x _1y2v1nfc1 _1y2v1nfch _1y2v1nfb4 _1y2v1nfbj _1y2v1nfbd _1y2v1nfdn", e = "_15e54s9y _1y2v1nfc1 _1y2v1nfch _1y2v1nfb4 _1y2v1nfbj _1y2v1nfbd _1y2v1nfdn", b = "_15e54s910", d = "_15e54s98", s = "_15e54s9k _1y2v1nf8w _1y2v1nfa5 _1y2v1nf6k _1y2v1nf7t _1y2v1nfb4 _1y2v1nfbq _1y2v1nfaz _1y2v1nfba _1y2v1nfbr", c = "_15e54s9s", t = "_1y2v1nfbr _1y2v1nfc8 _1y2v1nfb4 _1y2v1nfaz", o = "_15e54s9r", i = "_15e54s9t", C = "_1y2v1nfb4 _1y2v1nfba _1y2v1nfc8 _1y2v1nfbr _1y2v1nfbq", l = "_15e54s9f _1y2v1nf8w _1y2v1nfa5 _1y2v1nfb4 _1y2v1nfbq _1y2v1nfaz _1y2v1nf6e _1y2v1nf7t _1y2v1nfba _1y2v1nfbg", h = "_15e54s9g", u = "_15e54s9i _1y2v1nfb4 _1y2v1nfbq _1y2v1nfaz _1y2v1nfba _1y2v1nfbg _1y2v1nf6e", p = "_15e54s9m _1y2v1nf6e _1y2v1nf7n _1y2v1nf8w _1y2v1nfa5 _1y2v1nfb4 _1y2v1nfaz _1y2v1nfc8 _1y2v1nfba _1y2v1nfbg _1y2v1nfbr _1y2v1nfbq", z = "_15e54s95", k = "_15e54s9a _15e54s96", m = "_15e54s9b _15e54s96", q = "_15e54s9c _15e54s96", O = "_15e54s94", g = "_15e54s97 _15e54s96", j = "_15e54s99 _15e54s96", M = {
4
- aspectRatio: "var(--_15e54s9z)"
3
+ var a = "_15e54s91 _1y2v1nfb4 _1y2v1nfbq _1y2v1nfbk", _ = "_15e54s93 _1y2v1nfb4 _1y2v1nfaz", y = "_15e54s9v _1y2v1nfc1 _1y2v1nfch _1y2v1nfb4 _1y2v1nfbj _1y2v1nfbd _1y2v1nfdn", f = "_1y2v1nfb4 _1y2v1nfc3 _1y2v1nfcj _1y2v1nfbj _1y2v1nfbd", r = "_15e54s9w _1y2v1nfc1 _1y2v1nfch _1y2v1nfb4 _1y2v1nfbj _1y2v1nfbd _1y2v1nfdn", e = "_15e54s9x _1y2v1nfc1 _1y2v1nfch _1y2v1nfb4 _1y2v1nfbj _1y2v1nfbd _1y2v1nfdn", b = "_15e54s9z", d = "_15e54s98", s = "_15e54s9k _1y2v1nf8w _1y2v1nfa5 _1y2v1nf6k _1y2v1nf7t _1y2v1nfb4 _1y2v1nfbq _1y2v1nfaz _1y2v1nfba _1y2v1nfbr", c = "_15e54s9r", t = "_1y2v1nfbr _1y2v1nfc8 _1y2v1nfb4 _1y2v1nfaz", o = "_15e54s9q", i = "_15e54s9s", C = "_1y2v1nfb4 _1y2v1nfba _1y2v1nfc8 _1y2v1nfbr _1y2v1nfbq", l = "_15e54s9f _1y2v1nf8w _1y2v1nfa5 _1y2v1nfb4 _1y2v1nfbq _1y2v1nfaz _1y2v1nf6e _1y2v1nf7t _1y2v1nfba _1y2v1nfbg", h = "_15e54s9g", u = "_15e54s9i _1y2v1nfb4 _1y2v1nfbq _1y2v1nfaz _1y2v1nfba _1y2v1nfbg _1y2v1nf6e", p = "_15e54s9m _1y2v1nf6e _1y2v1nf7n _1y2v1nf8w _1y2v1nfa5 _1y2v1nfb4 _1y2v1nfaz _1y2v1nfc8 _1y2v1nfba _1y2v1nfbg _1y2v1nfbr _1y2v1nfbq", q = "_15e54s95", z = "_15e54s9a _15e54s96", k = "_15e54s9b _15e54s96", m = "_15e54s9c _15e54s96", O = "_15e54s94", g = "_15e54s97 _15e54s96", j = "_15e54s99 _15e54s96", M = {
4
+ aspectRatio: "var(--_15e54s9y)"
5
5
  };
6
- export { a as actions, _ as boxed, y as cardAction, f as cardActionIconButton, r as cardActionInverse, e as cardActionMedia, b as cardContainer, d as circularMediaOverlay, s as dataCard, c as displayCardBackground, t as displayCardContainer, o as displayCardContent, i as displayCardGradient, C as mediaCard, l as mediaCardContent, h as mediaCardIcon, u as nakedCardContent, p as snapCard, z as touchable, k as touchableCardOverlay, m as touchableCardOverlayInverse, q as touchableCardOverlayMedia, O as touchableContainer, g as touchableMediaCardOverlay, j as touchableNakedMediaOverlay, M as vars };
6
+ export { a as actions, _ as boxed, y as cardAction, f as cardActionIconButton, r as cardActionInverse, e as cardActionMedia, b as cardContainer, d as circularMediaOverlay, s as dataCard, c as displayCardBackground, t as displayCardContainer, o as displayCardContent, i as displayCardGradient, C as mediaCard, l as mediaCardContent, h as mediaCardIcon, u as nakedCardContent, p as snapCard, q as touchable, z as touchableCardOverlay, k as touchableCardOverlayInverse, m as touchableCardOverlayMedia, O as touchableContainer, g as touchableMediaCardOverlay, j as touchableNakedMediaOverlay, M as vars };