@telefonica/mistica 16.5.0 → 16.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (74) hide show
  1. package/css/mistica.css +1 -1
  2. package/dist/callout.js +27 -15
  3. package/dist/card.css-mistica.js +5 -5
  4. package/dist/card.d.ts +9 -1
  5. package/dist/card.js +611 -475
  6. package/dist/community/advanced-data-card.css-mistica.js +14 -11
  7. package/dist/community/advanced-data-card.css.d.ts +1 -0
  8. package/dist/community/advanced-data-card.d.ts +1 -1
  9. package/dist/community/advanced-data-card.js +172 -85
  10. package/dist/cover-hero.css-mistica.js +14 -11
  11. package/dist/cover-hero.css.d.ts +1 -0
  12. package/dist/cover-hero.d.ts +1 -0
  13. package/dist/cover-hero.js +101 -59
  14. package/dist/empty-state.js +24 -15
  15. package/dist/header.css-mistica.js +6 -3
  16. package/dist/header.css.d.ts +1 -0
  17. package/dist/header.d.ts +3 -2
  18. package/dist/header.js +148 -79
  19. package/dist/hero.css-mistica.js +11 -8
  20. package/dist/hero.css.d.ts +1 -0
  21. package/dist/hero.d.ts +2 -1
  22. package/dist/hero.js +102 -68
  23. package/dist/highlighted-card.js +32 -23
  24. package/dist/index.d.ts +1 -0
  25. package/dist/index.js +4 -0
  26. package/dist/maybe-dismissable.js +8 -5
  27. package/dist/meter.d.ts +23 -0
  28. package/dist/meter.js +400 -0
  29. package/dist/package-version.js +1 -1
  30. package/dist/sheet-common.css-mistica.js +16 -10
  31. package/dist/sheet-common.css.d.ts +3 -1
  32. package/dist/sheet-common.js +78 -70
  33. package/dist/sheet-info.css-mistica.js +15 -4
  34. package/dist/sheet-info.css.d.ts +2 -0
  35. package/dist/sheet-info.d.ts +3 -0
  36. package/dist/sheet-info.js +61 -43
  37. package/dist/sheet-native.js +59 -48
  38. package/dist/sheet-types.d.ts +6 -1
  39. package/dist/sheet-web.js +6 -4
  40. package/dist/text-tokens.d.ts +10 -0
  41. package/dist/text-tokens.js +54 -38
  42. package/dist/theme-context-provider.js +60 -50
  43. package/dist/theme.d.ts +3 -2
  44. package/dist/utils/headings.d.ts +2 -0
  45. package/dist/utils/headings.js +11 -0
  46. package/dist/utils/types.d.ts +1 -0
  47. package/dist-es/callout.js +55 -43
  48. package/dist-es/card.css-mistica.js +2 -2
  49. package/dist-es/card.js +721 -588
  50. package/dist-es/community/advanced-data-card.css-mistica.js +3 -3
  51. package/dist-es/community/advanced-data-card.js +217 -130
  52. package/dist-es/cover-hero.css-mistica.js +3 -3
  53. package/dist-es/cover-hero.js +132 -90
  54. package/dist-es/empty-state.js +40 -31
  55. package/dist-es/header.css-mistica.js +2 -2
  56. package/dist-es/header.js +174 -104
  57. package/dist-es/hero.css-mistica.js +2 -2
  58. package/dist-es/hero.js +150 -115
  59. package/dist-es/highlighted-card.js +36 -27
  60. package/dist-es/index.js +1839 -1838
  61. package/dist-es/maybe-dismissable.js +17 -14
  62. package/dist-es/meter.js +346 -0
  63. package/dist-es/package-version.js +1 -1
  64. package/dist-es/sheet-common.css-mistica.js +2 -2
  65. package/dist-es/sheet-common.js +124 -116
  66. package/dist-es/sheet-info.css-mistica.js +2 -2
  67. package/dist-es/sheet-info.js +74 -56
  68. package/dist-es/sheet-native.js +59 -48
  69. package/dist-es/sheet-web.js +10 -8
  70. package/dist-es/style.css +1 -1
  71. package/dist-es/text-tokens.js +30 -20
  72. package/dist-es/theme-context-provider.js +88 -78
  73. package/dist-es/utils/headings.js +2 -0
  74. package/package.json +2 -1
@@ -1,33 +1,36 @@
1
1
  "use client";
2
- import { jsx as e, Fragment as c, jsxs as u } from "react/jsx-runtime";
2
+ import { jsx as t, Fragment as c, jsxs as u } from "react/jsx-runtime";
3
3
  import * as o from "react";
4
4
  import b from "./generated/mistica-icons/icon-close-regular.js";
5
5
  import { useTheme as f } from "./hooks.js";
6
- import { IconButton as p } from "./icon-button.js";
7
- import { dismissableContainer as d, dismissableButton as x } from "./maybe-dismissable.css-mistica.js";
6
+ import { IconButton as d } from "./icon-button.js";
7
+ import { dismissableContainer as p, dismissableButton as x } from "./maybe-dismissable.css-mistica.js";
8
8
  import { ThemeVariant as h } from "./theme-variant-context.js";
9
9
  import { closeButtonLabel as B } from "./text-tokens.js";
10
10
  const a = /*#__PURE__*/ o.createContext(!1), M = ()=>o.useContext(a), C = (param)=>{
11
- let { children: s, width: r, onClose: t, "aria-label": i, variant: m } = param;
11
+ let { children: e, width: r, onClose: s, "aria-label": i, variant: m } = param;
12
12
  const { texts: l, t: n } = f();
13
- return t ? /* @__PURE__ */ u("section", {
14
- className: d,
13
+ return s ? /* @__PURE__ */ u("section", {
14
+ className: p,
15
15
  "aria-label": i,
16
16
  style: {
17
17
  width: r || "100%",
18
18
  minHeight: "100%"
19
19
  },
20
20
  children: [
21
- /* @__PURE__ */ e(a.Provider, {
21
+ /* @__PURE__ */ t(a.Provider, {
22
22
  value: !0,
23
- children: s
23
+ children: e
24
24
  }),
25
- /* @__PURE__ */ e(h, {
25
+ /* @__PURE__ */ t(h, {
26
26
  variant: m,
27
- children: /* @__PURE__ */ e("div", {
27
+ children: /* @__PURE__ */ t("div", {
28
28
  className: x,
29
- children: /* @__PURE__ */ e(p, {
30
- onPress: t,
29
+ children: /* @__PURE__ */ t(d, {
30
+ dataAttributes: {
31
+ testid: "closeButton"
32
+ },
33
+ onPress: s,
31
34
  "aria-label": l.closeButtonLabel || n(B),
32
35
  small: !0,
33
36
  Icon: b
@@ -35,8 +38,8 @@ const a = /*#__PURE__*/ o.createContext(!1), M = ()=>o.useContext(a), C = (param
35
38
  })
36
39
  })
37
40
  ]
38
- }) : /* @__PURE__ */ e(c, {
39
- children: s
41
+ }) : /* @__PURE__ */ t(c, {
42
+ children: e
40
43
  });
41
44
  }, N = C;
42
45
  export { N as default, M as useIsDismissable };
@@ -0,0 +1,346 @@
1
+ "use client";
2
+ function _define_property(obj, key, value) {
3
+ if (key in obj) {
4
+ Object.defineProperty(obj, key, {
5
+ value: value,
6
+ enumerable: true,
7
+ configurable: true,
8
+ writable: true
9
+ });
10
+ } else {
11
+ obj[key] = value;
12
+ }
13
+ return obj;
14
+ }
15
+ function _object_spread(target) {
16
+ for(var i = 1; i < arguments.length; i++){
17
+ var source = arguments[i] != null ? arguments[i] : {};
18
+ var ownKeys = Object.keys(source);
19
+ if (typeof Object.getOwnPropertySymbols === "function") {
20
+ ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function(sym) {
21
+ return Object.getOwnPropertyDescriptor(source, sym).enumerable;
22
+ }));
23
+ }
24
+ ownKeys.forEach(function(key) {
25
+ _define_property(target, key, source[key]);
26
+ });
27
+ }
28
+ return target;
29
+ }
30
+ function ownKeys(object, enumerableOnly) {
31
+ var keys = Object.keys(object);
32
+ if (Object.getOwnPropertySymbols) {
33
+ var symbols = Object.getOwnPropertySymbols(object);
34
+ if (enumerableOnly) {
35
+ symbols = symbols.filter(function(sym) {
36
+ return Object.getOwnPropertyDescriptor(object, sym).enumerable;
37
+ });
38
+ }
39
+ keys.push.apply(keys, symbols);
40
+ }
41
+ return keys;
42
+ }
43
+ function _object_spread_props(target, source) {
44
+ source = source != null ? source : {};
45
+ if (Object.getOwnPropertyDescriptors) {
46
+ Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
47
+ } else {
48
+ ownKeys(Object(source)).forEach(function(key) {
49
+ Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
50
+ });
51
+ }
52
+ return target;
53
+ }
54
+ import { jsx as o, jsxs as E, Fragment as ut } from "react/jsx-runtime";
55
+ import * as m from "react";
56
+ import { createElement as Et } from "react";
57
+ import { vars as a } from "./skins/skin-contract.css-mistica.js";
58
+ import Mt from "cubic-bezier";
59
+ import { getPrefixedDataAttributes as bt } from "./utils/dom.js";
60
+ import { useThemeVariant as Tt } from "./theme-variant-context.js";
61
+ import { useTheme as vt, useElementDimensions as Rt } from "./hooks.js";
62
+ import { meterTotalLabel as St, meterSectionLabel as Lt } from "./text-tokens.js";
63
+ import { isRunningAcceptanceTest as _t } from "./utils/platform.js";
64
+ const A = 100, J = A / 2, ft = A / 2, Q = 6, wt = 2, gt = 200, tt = 1e3, Nt = 1e3 / 60 / tt / 4, Ct = 100, D = 1e-4, R = "linear", Ot = "angular", r = "circular", pt = [
65
+ a.colors.controlActivated,
66
+ a.colors.warning,
67
+ a.colors.success,
68
+ a.colors.highlight,
69
+ a.colors.promo
70
+ ], Ft = [
71
+ a.colors.controlActivatedInverse,
72
+ a.colors.warning,
73
+ a.colors.success,
74
+ a.colors.highlight,
75
+ a.colors.promo
76
+ ], Ut = Mt(0.75, 0, 0.27, 1, Nt), W = (t, n, $)=>Math.min(Math.max(t, n), $), kt = (t, n, $, M)=>{
77
+ var O;
78
+ const s = [];
79
+ let b = 0, S = 0;
80
+ for(let h = 0; h < t.length; h++){
81
+ b += t[h], S += n[h];
82
+ const G = gt * (M ? h : t.length - 1 - h), V = W(($ - G) / tt, 0, 1), Z = W(Ut(V), 0, 1), X = ((O = s.at(-1)) == null ? void 0 : O.end) || 0, u = W(b + (S - b) * Z, 0, 1 - D);
83
+ s.push({
84
+ start: X,
85
+ end: u
86
+ });
87
+ }
88
+ return s;
89
+ }, C = (param)=>{
90
+ let { x1: t, y1: n, x2: $, y2: M, radius: s, clockwise: b = 1, largeArchFlag: S = 0 } = param;
91
+ return s ? `M ${t} ${n} A ${s} ${s} 0 ${+S} ${+b} ${$} ${M}` : `M ${t} ${n} L ${$} ${M}`;
92
+ }, Dt = (param)=>{
93
+ let { type: t = Ot, width: n = "100%", colors: $, values: M, reverse: s = !1, dataAttributes: b, "aria-hidden": S = !1, "aria-label": O, "aria-labelledby": h } = param;
94
+ const { borderRadii: G, t: V } = vt(), { ref: Z, width: X } = Rt(), u = parseInt(G.bar) !== 0, et = Tt(), q = et === "media", rt = et === "inverse", nt = $ || (rt || q ? Ft : pt), [p, ot] = m.useState(typeof n == "number" ? n : 0), z = p === 0 ? 1 : A / p, at = u ? Q / 2 : 0, Y = at * z, i = Q * z, c = t === R ? 0 : J - i / 2, T = wt * z, H = m.useId(), st = `marker-current-${H}`, it = `marker-start-${H}`, ct = `mask-last-segment-${H}`, lt = `mask-bar-track-${H}`, dt = m.useMemo(()=>window.matchMedia("(prefers-reduced-motion: reduce)").matches !== !0 && !_t(), []), L = t === R ? A - Y * 2 : t === r ? Math.PI * 2 : Math.PI, l = t === R ? T / A : T / c / L, xt = t === R ? Q : t === r ? p : p / 2 + at, K = t === R ? i : t === r ? A : J + Y, At = q ? a.colors.inverse : rt ? a.colors.barTrackInverse : a.colors.barTrack, f = m.useMemo(()=>M.map((e)=>e / Ct), [
95
+ M
96
+ ]), P = m.useRef(Array.from({
97
+ length: f.length
98
+ }, ()=>s ? 1 : 0)), [_, $t] = m.useState(()=>f.map(()=>({
99
+ start: 0,
100
+ end: 0
101
+ })));
102
+ let v = -1, B = -1;
103
+ for(let e = 0; e < _.length; e++)_[e].end - _[e].start > D && (v < 0 && (v = e), B = e);
104
+ const d = _.at(-1);
105
+ m.useEffect(()=>{
106
+ ot(typeof n == "number" ? n : X);
107
+ }, [
108
+ n,
109
+ X
110
+ ]), m.useEffect(()=>{
111
+ let e;
112
+ const I = performance.now(), w = I + tt + gt * (f.length - 1);
113
+ let N = [];
114
+ const U = ()=>{
115
+ const x = performance.now();
116
+ N = kt(P.current, f, x - I, s), dt && x < w ? e = requestAnimationFrame(U) : (N = kt(P.current, f, w - I, s), P.current = f), $t(N);
117
+ };
118
+ return U(), ()=>{
119
+ cancelAnimationFrame(e), P.current = N.map((x)=>x.end - x.start);
120
+ };
121
+ }, [
122
+ c,
123
+ f,
124
+ t,
125
+ s,
126
+ dt
127
+ ]);
128
+ const k = m.useCallback((e)=>t === R ? Y + L * e : J - c * Math.cos(e * L), [
129
+ Y,
130
+ L,
131
+ c,
132
+ t
133
+ ]), g = m.useCallback((e)=>t === R ? i / 2 : ft - c * Math.sin(e * L), [
134
+ L,
135
+ c,
136
+ i,
137
+ t
138
+ ]), F = (e)=>nt[e % nt.length], mt = Math.round(((d == null ? void 0 : d.end) || 0) * 100), ht = V(St, f.length, mt) + " " + f.map((e, I)=>`${V(Lt, I + 1, Math.round(e * 100))}`).join(". ");
139
+ return /* @__PURE__ */ o("div", _object_spread_props(_object_spread({
140
+ ref: Z,
141
+ style: {
142
+ width: n
143
+ },
144
+ role: "meter",
145
+ "aria-label": O || (h ? void 0 : ht),
146
+ "aria-labelledby": h,
147
+ "aria-valuenow": mt,
148
+ "aria-valuemin": 0,
149
+ "aria-valuemax": 100,
150
+ "aria-live": "polite",
151
+ "aria-valuetext": ht,
152
+ "aria-hidden": S
153
+ }, bt(b, "Meter")), {
154
+ children: /* @__PURE__ */ E("svg", {
155
+ viewBox: `0 0 ${A} ${K}`,
156
+ style: {
157
+ width: p,
158
+ height: xt,
159
+ display: "block",
160
+ transform: `rotate(${t === r ? "90deg" : 0})`
161
+ },
162
+ "aria-hidden": "true",
163
+ children: [
164
+ /* @__PURE__ */ E("defs", {
165
+ children: [
166
+ u && /* @__PURE__ */ E(ut, {
167
+ children: [
168
+ /* @__PURE__ */ E("marker", {
169
+ id: st,
170
+ viewBox: "0 0 10 10",
171
+ markerWidth: 1,
172
+ markerHeight: 1,
173
+ orient: "auto",
174
+ refX: 5,
175
+ refY: 5,
176
+ children: [
177
+ /* @__PURE__ */ o("rect", {
178
+ x: 4,
179
+ y: 0,
180
+ width: 2,
181
+ height: 10,
182
+ fill: F(B)
183
+ }),
184
+ /* @__PURE__ */ o("path", {
185
+ d: C({
186
+ x1: 5,
187
+ y1: 0,
188
+ x2: 5,
189
+ y2: 10,
190
+ radius: 5
191
+ }),
192
+ fill: F(B)
193
+ })
194
+ ]
195
+ }),
196
+ /* @__PURE__ */ E("marker", {
197
+ id: it,
198
+ viewBox: "0 0 10 10",
199
+ markerWidth: 1,
200
+ markerHeight: 1,
201
+ orient: "auto",
202
+ refX: 5,
203
+ refY: 5,
204
+ children: [
205
+ /* @__PURE__ */ o("rect", {
206
+ x: 4,
207
+ y: 0,
208
+ width: 2,
209
+ height: 10,
210
+ fill: F(v)
211
+ }),
212
+ /* @__PURE__ */ o("path", {
213
+ d: C({
214
+ x1: 5,
215
+ y1: 0,
216
+ x2: 5,
217
+ y2: 10,
218
+ radius: 5,
219
+ clockwise: 0
220
+ }),
221
+ fill: F(v)
222
+ })
223
+ ]
224
+ })
225
+ ]
226
+ }),
227
+ /* @__PURE__ */ E("mask", {
228
+ id: lt,
229
+ maskUnits: "userSpaceOnUse",
230
+ children: [
231
+ /* @__PURE__ */ o("rect", {
232
+ x: 0,
233
+ y: 0,
234
+ width: A,
235
+ height: K,
236
+ fill: "white"
237
+ }),
238
+ v >= 0 && d && /* @__PURE__ */ E(ut, {
239
+ children: [
240
+ /* @__PURE__ */ o("path", {
241
+ stroke: "black",
242
+ fill: "none",
243
+ strokeWidth: i + T * 2,
244
+ strokeLinecap: t === r || !u ? "butt" : "round",
245
+ d: C({
246
+ x1: k(0),
247
+ y1: g(0),
248
+ x2: k(W(d.end + (u ? 0 : l), 0, 1 - D)),
249
+ y2: g(W(d.end + (u ? 0 : l), 0, 1 - D)),
250
+ radius: c,
251
+ largeArchFlag: t === r ? d.end >= 0.5 : 0
252
+ })
253
+ }),
254
+ t === r && u && // the circular type has butt line caps, so we need to add a circle to the end
255
+ /* @__PURE__ */ o("circle", {
256
+ cx: k(d.end),
257
+ cy: g(d.end),
258
+ r: i / 2 + T,
259
+ fill: "black"
260
+ }),
261
+ t === r && d.end <= 0.5 && // small patch to remove the circular mask when the last segment is too near to the start
262
+ /* @__PURE__ */ o("rect", {
263
+ x: 0,
264
+ y: ft + T,
265
+ width: i + T * 2,
266
+ height: i / 2 + T,
267
+ fill: "white"
268
+ })
269
+ ]
270
+ })
271
+ ]
272
+ }),
273
+ t === r && /* @__PURE__ */ E("mask", {
274
+ id: ct,
275
+ maskUnits: "userSpaceOnUse",
276
+ children: [
277
+ /* @__PURE__ */ o("rect", {
278
+ x: 0,
279
+ y: 0,
280
+ width: A,
281
+ height: K,
282
+ fill: "white"
283
+ }),
284
+ /* @__PURE__ */ o("path", {
285
+ stroke: "black",
286
+ strokeWidth: i,
287
+ fill: "none",
288
+ d: C({
289
+ x1: k(1 - l),
290
+ y1: g(1 - l),
291
+ x2: k(1),
292
+ y2: g(1),
293
+ radius: c
294
+ })
295
+ })
296
+ ]
297
+ })
298
+ ]
299
+ }),
300
+ /* @__PURE__ */ o("path", {
301
+ stroke: At,
302
+ opacity: q ? 0.5 : 1,
303
+ fill: "none",
304
+ strokeWidth: i,
305
+ strokeLinecap: t === r || !u ? "butt" : "round",
306
+ d: C({
307
+ x1: k(0),
308
+ y1: g(0),
309
+ x2: k(1 - (t === r ? l : 0)),
310
+ y2: g(1 - (t === r ? l : 0)),
311
+ largeArchFlag: 1,
312
+ radius: c
313
+ }),
314
+ mask: `url("#${lt}")`
315
+ }),
316
+ v >= 0 && [
317
+ ..._
318
+ ].reverse().map((e, I)=>{
319
+ const w = _.length - 1 - I, N = F(w), U = w === v, x = w === B, j = U || e.end - e.start < l ? e.start : e.start + l / 2, y = x || e.end - e.start < l ? e.end : e.end - l / 2;
320
+ if (y - j < D) return null;
321
+ const It = U && t !== r;
322
+ return /* @__PURE__ */ o("path", {
323
+ stroke: N,
324
+ fill: "none",
325
+ strokeWidth: i,
326
+ strokeLinecap: "butt",
327
+ markerEnd: x ? `url(#${st})` : void 0,
328
+ markerStart: It ? `url(#${it})` : void 0,
329
+ mask: x && t === r ? `url("#${ct}")` : void 0,
330
+ d: C({
331
+ x1: k(j),
332
+ y1: g(j),
333
+ x2: k(y),
334
+ y2: g(y),
335
+ largeArchFlag: t === r ? y - j >= 0.5 : 0,
336
+ radius: c
337
+ })
338
+ }, I);
339
+ })
340
+ ]
341
+ })
342
+ }));
343
+ }, Wt = (t)=>/* @__PURE__ */ /*#__PURE__*/ Et(Dt, _object_spread_props(_object_spread({}, t), {
344
+ key: `${t.type},${t.values.length},${t.reverse}`
345
+ })), Zt = Wt;
346
+ export { Zt as default };
@@ -1,2 +1,2 @@
1
- const o = "16.5.0";
1
+ const o = "16.6.0";
2
2
  export { o as PACKAGE_VERSION };
@@ -1,4 +1,4 @@
1
1
  import "./sprinkles.css.ts.vanilla.css-mistica.js";
2
2
  import "./sheet-common.css.ts.vanilla.css-mistica.js";
3
- var f = "pidemf6 _1y2v1nf3r", y = "pidemf4 _1y2v1nfhk _1y2v1nfla _1y2v1nflp _1y2v1nfm4", _ = "pidemf9 _1y2v1nf85 _1y2v1nfho _1y2v1nfhu", e = "pidemfq", i = "_1y2v1nfku _1y2v1nfia _1y2v1nfho _1y2v1nfhu", a = "pidemfl", r = "pidemf7", t = "_1y2v1nf50 _1y2v1nfik _1y2v1nfiv _1y2v1nfk8", o = "pidemfc _1y2v1nf7q _1y2v1nf8z _1y2v1nfhj _1y2v1nfkv _1y2v1nfj5 _1y2v1nfib _1y2v1nfho _1y2v1nfhx", h = "pidemff _1y2v1nf82 _1y2v1nf9b _1y2v1nfak _1y2v1nfbt _1y2v1nfhj _1y2v1nfkv _1y2v1nflp", m = "pidemfk _1y2v1nfhk _1y2v1nf43 _1y2v1nfkv _1y2v1nfla _1y2v1nflp _1y2v1nfm4", p = "pidemfp _1y2v1nfhm _1y2v1nfm4 _1y2v1nf3r", d = "pidemfn _1y2v1nfhm _1y2v1nfkv _1y2v1nf3r", l = 400;
4
- export { f as Sheet, y as SheetContainer, _ as SheetContent, e as bodyContent, i as children, a as closingOverlay, r as closingSheet, t as handle, o as handleContainer, h as modalCloseButton, m as overlay, p as stickyButtons, d as stickyTitle, l as transitionDuration };
3
+ var f = "pidemf6 _1y2v1nf3r", y = "pidemf4 _1y2v1nfhk _1y2v1nfla _1y2v1nflp _1y2v1nfm4", _ = "pidemf9 _1y2v1nf85 _1y2v1nfho _1y2v1nfhu", e = "pidemfu", a = "_1y2v1nfku _1y2v1nfia _1y2v1nfho _1y2v1nfhu", r = "pidemfp", i = "pidemf7", t = "_1y2v1nf50 _1y2v1nfib _1y2v1nfis _1y2v1nfk8", h = "pidemfe _1y2v1nfhn", o = "_1y2v1nfik _1y2v1nfiv", m = "pidemfj _1y2v1nf82 _1y2v1nf9b _1y2v1nfak _1y2v1nfbt _1y2v1nfhj _1y2v1nfkv _1y2v1nflp", p = "pidemfo _1y2v1nfhk _1y2v1nf43 _1y2v1nfkv _1y2v1nfla _1y2v1nflp _1y2v1nfm4", d = "pidemfc _1y2v1nf7q _1y2v1nf8z _1y2v1nfhj _1y2v1nfkv _1y2v1nfj5 _1y2v1nfib _1y2v1nfho _1y2v1nfhx", l = "pidemft _1y2v1nfhm _1y2v1nfm4 _1y2v1nf3r", k = "pidemfr _1y2v1nfhm _1y2v1nfkv _1y2v1nf3r", s = 400;
4
+ export { f as Sheet, y as SheetContainer, _ as SheetContent, e as bodyContent, a as children, r as closingOverlay, i as closingSheet, t as handleBar, h as handleContainer, o as handleTouchable, m as modalCloseButton, p as overlay, d as sheetTopDraggingArea, l as stickyButtons, k as stickyTitle, s as transitionDuration };