@telefonica/mistica 14.17.1 → 14.18.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 (176) hide show
  1. package/css/mistica.css +1 -1
  2. package/dist/avatar.css-mistica.js +3 -3
  3. package/dist/badge.css-mistica.js +3 -3
  4. package/dist/box.d.ts +8 -8
  5. package/dist/box.js +28 -21
  6. package/dist/boxed.css-mistica.js +1 -1
  7. package/dist/button-group.css-mistica.js +1 -1
  8. package/dist/button-layout.css-mistica.js +8 -8
  9. package/dist/button.css-mistica.js +19 -19
  10. package/dist/callout.css-mistica.js +1 -1
  11. package/dist/card.css-mistica.js +27 -18
  12. package/dist/card.css.d.ts +3 -0
  13. package/dist/card.d.ts +37 -14
  14. package/dist/card.js +442 -268
  15. package/dist/carousel.css-mistica.js +16 -16
  16. package/dist/checkbox.css-mistica.js +10 -10
  17. package/dist/chip.css-mistica.js +4 -4
  18. package/dist/circle.css-mistica.js +2 -2
  19. package/dist/circle.d.ts +2 -0
  20. package/dist/circle.js +61 -7
  21. package/dist/community/advanced-data-card.css-mistica.js +69 -0
  22. package/dist/community/advanced-data-card.css.d.ts +20 -0
  23. package/dist/community/advanced-data-card.css.ts.vanilla.css-mistica.js +11 -0
  24. package/dist/community/advanced-data-card.d.ts +39 -0
  25. package/dist/community/advanced-data-card.js +317 -0
  26. package/dist/community/blocks.css-mistica.js +21 -0
  27. package/dist/community/blocks.css.d.ts +2 -0
  28. package/dist/community/blocks.css.ts.vanilla.css-mistica.js +11 -0
  29. package/dist/community/blocks.d.ts +73 -0
  30. package/dist/community/blocks.js +258 -0
  31. package/dist/community/index.d.ts +2 -0
  32. package/dist/community/index.js +31 -3
  33. package/dist/credit-card-number-field.css-mistica.js +3 -3
  34. package/dist/dialog.css-mistica.js +9 -9
  35. package/dist/double-field.css-mistica.js +2 -2
  36. package/dist/empty-state-card.css-mistica.js +1 -1
  37. package/dist/empty-state.css-mistica.js +4 -4
  38. package/dist/empty-state.js +4 -4
  39. package/dist/feedback.css-mistica.js +3 -3
  40. package/dist/fixed-footer-layout.css-mistica.js +2 -2
  41. package/dist/grid.css.d.ts +6 -6
  42. package/dist/header.css-mistica.js +24 -0
  43. package/dist/header.css.d.ts +3 -0
  44. package/dist/header.css.ts.vanilla.css-mistica.js +11 -0
  45. package/dist/header.d.ts +3 -0
  46. package/dist/header.js +121 -101
  47. package/dist/hero.css-mistica.js +4 -4
  48. package/dist/highlighted-card.css-mistica.js +5 -5
  49. package/dist/horizontal-scroll.css-mistica.js +1 -1
  50. package/dist/icon-button.css-mistica.js +1 -1
  51. package/dist/image.css-mistica.js +1 -1
  52. package/dist/image.d.ts +19 -6
  53. package/dist/image.js +64 -61
  54. package/dist/index.d.ts +1 -1
  55. package/dist/index.js +6 -0
  56. package/dist/list.css-mistica.js +14 -14
  57. package/dist/list.js +11 -10
  58. package/dist/loading-bar.css-mistica.js +5 -5
  59. package/dist/maybe-dismissable.css-mistica.js +1 -1
  60. package/dist/menu.css-mistica.js +2 -2
  61. package/dist/navigation-bar.css-mistica.js +16 -16
  62. package/dist/navigation-breadcrumbs.css-mistica.js +1 -1
  63. package/dist/package-version.js +1 -1
  64. package/dist/password-field.css-mistica.js +2 -2
  65. package/dist/popover.css-mistica.js +11 -11
  66. package/dist/progress-bar.css-mistica.js +3 -3
  67. package/dist/radio-button.css-mistica.js +12 -12
  68. package/dist/responsive-layout.css-mistica.js +2 -2
  69. package/dist/screen-reader-only.css-mistica.js +1 -1
  70. package/dist/select.css-mistica.js +12 -12
  71. package/dist/skeletons.css-mistica.js +3 -3
  72. package/dist/snackbar.css-mistica.js +5 -5
  73. package/dist/spinner.css-mistica.js +1 -1
  74. package/dist/sprinkles.css-mistica.js +648 -336
  75. package/dist/sprinkles.css.d.ts +36 -7
  76. package/dist/stack.css-mistica.js +7 -4
  77. package/dist/stack.css.d.ts +3 -0
  78. package/dist/stack.d.ts +4 -2
  79. package/dist/stack.js +20 -13
  80. package/dist/stacking-group.css-mistica.js +1 -1
  81. package/dist/stepper.css-mistica.js +9 -9
  82. package/dist/switch-component.css-mistica.js +21 -21
  83. package/dist/tabs.css-mistica.js +11 -11
  84. package/dist/tag.css-mistica.js +1 -1
  85. package/dist/text-field-base.css-mistica.js +11 -11
  86. package/dist/text-field-components.css-mistica.js +15 -15
  87. package/dist/text-link.css-mistica.js +5 -5
  88. package/dist/theme.d.ts +2 -0
  89. package/dist/theme.js +49 -41
  90. package/dist/tooltip.css-mistica.js +9 -9
  91. package/dist/touchable.css-mistica.js +3 -3
  92. package/dist/utils/aspect-ratio-support.css-mistica.js +4 -4
  93. package/dist/utils/aspect-ratio-support.d.ts +4 -2
  94. package/dist/utils/aspect-ratio-support.js +17 -16
  95. package/dist/utils/types.d.ts +5 -0
  96. package/dist/utils/utility-types.d.ts +7 -0
  97. package/dist/video.css-mistica.js +2 -2
  98. package/dist/video.js +26 -78
  99. package/dist-es/avatar.css-mistica.js +2 -2
  100. package/dist-es/badge.css-mistica.js +2 -2
  101. package/dist-es/box.js +32 -25
  102. package/dist-es/boxed.css-mistica.js +1 -1
  103. package/dist-es/button-group.css-mistica.js +1 -1
  104. package/dist-es/button-layout.css-mistica.js +7 -7
  105. package/dist-es/button.css-mistica.js +9 -9
  106. package/dist-es/callout.css-mistica.js +1 -1
  107. package/dist-es/card.css-mistica.js +4 -4
  108. package/dist-es/card.js +549 -384
  109. package/dist-es/carousel.css-mistica.js +2 -2
  110. package/dist-es/checkbox.css-mistica.js +6 -6
  111. package/dist-es/chip.css-mistica.js +4 -4
  112. package/dist-es/circle.css-mistica.js +2 -2
  113. package/dist-es/circle.js +66 -12
  114. package/dist-es/community/advanced-data-card.css-mistica.js +7 -0
  115. package/dist-es/community/advanced-data-card.css.ts.vanilla.css-mistica.js +2 -0
  116. package/dist-es/community/advanced-data-card.js +256 -0
  117. package/dist-es/community/blocks.css-mistica.js +4 -0
  118. package/dist-es/community/blocks.css.ts.vanilla.css-mistica.js +2 -0
  119. package/dist-es/community/blocks.js +224 -0
  120. package/dist-es/community/index.js +4 -2
  121. package/dist-es/credit-card-number-field.css-mistica.js +3 -3
  122. package/dist-es/dialog.css-mistica.js +5 -5
  123. package/dist-es/double-field.css-mistica.js +2 -2
  124. package/dist-es/empty-state-card.css-mistica.js +1 -1
  125. package/dist-es/empty-state.css-mistica.js +3 -3
  126. package/dist-es/empty-state.js +11 -11
  127. package/dist-es/feedback.css-mistica.js +2 -2
  128. package/dist-es/fixed-footer-layout.css-mistica.js +2 -2
  129. package/dist-es/header.css-mistica.js +4 -0
  130. package/dist-es/header.css.ts.vanilla.css-mistica.js +2 -0
  131. package/dist-es/header.js +141 -121
  132. package/dist-es/hero.css-mistica.js +2 -2
  133. package/dist-es/highlighted-card.css-mistica.js +5 -5
  134. package/dist-es/horizontal-scroll.css-mistica.js +1 -1
  135. package/dist-es/icon-button.css-mistica.js +1 -1
  136. package/dist-es/image.css-mistica.js +1 -1
  137. package/dist-es/image.js +76 -73
  138. package/dist-es/index.js +1710 -1710
  139. package/dist-es/list.css-mistica.js +2 -2
  140. package/dist-es/list.js +22 -21
  141. package/dist-es/loading-bar.css-mistica.js +2 -2
  142. package/dist-es/maybe-dismissable.css-mistica.js +1 -1
  143. package/dist-es/menu.css-mistica.js +2 -2
  144. package/dist-es/navigation-bar.css-mistica.js +9 -9
  145. package/dist-es/navigation-breadcrumbs.css-mistica.js +1 -1
  146. package/dist-es/package-version.js +1 -1
  147. package/dist-es/password-field.css-mistica.js +2 -2
  148. package/dist-es/popover.css-mistica.js +2 -2
  149. package/dist-es/progress-bar.css-mistica.js +2 -2
  150. package/dist-es/radio-button.css-mistica.js +6 -6
  151. package/dist-es/responsive-layout.css-mistica.js +2 -2
  152. package/dist-es/screen-reader-only.css-mistica.js +1 -1
  153. package/dist-es/select.css-mistica.js +10 -10
  154. package/dist-es/skeletons.css-mistica.js +2 -2
  155. package/dist-es/snackbar.css-mistica.js +2 -2
  156. package/dist-es/spinner.css-mistica.js +1 -1
  157. package/dist-es/sprinkles.css-mistica.js +648 -336
  158. package/dist-es/stack.css-mistica.js +6 -3
  159. package/dist-es/stack.js +27 -20
  160. package/dist-es/stacking-group.css-mistica.js +1 -1
  161. package/dist-es/stepper.css-mistica.js +2 -2
  162. package/dist-es/style.css +1 -1
  163. package/dist-es/switch-component.css-mistica.js +18 -18
  164. package/dist-es/tabs.css-mistica.js +7 -7
  165. package/dist-es/tag.css-mistica.js +1 -1
  166. package/dist-es/text-field-base.css-mistica.js +2 -2
  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/theme.js +52 -44
  170. package/dist-es/tooltip.css-mistica.js +3 -3
  171. package/dist-es/touchable.css-mistica.js +2 -2
  172. package/dist-es/utils/aspect-ratio-support.css-mistica.js +3 -3
  173. package/dist-es/utils/aspect-ratio-support.js +17 -16
  174. package/dist-es/video.css-mistica.js +2 -2
  175. package/dist-es/video.js +36 -88
  176. package/package.json +2 -2
@@ -34,40 +34,40 @@ _export(exports, {
34
34
  return o;
35
35
  },
36
36
  enterActive: function() {
37
- return x;
37
+ return b;
38
38
  },
39
39
  enterDone: function() {
40
- return y;
40
+ return x;
41
41
  },
42
42
  exit: function() {
43
43
  return h;
44
44
  },
45
45
  exitActive: function() {
46
- return b;
46
+ return y;
47
47
  },
48
48
  fadeInBottomKeyframes: function() {
49
49
  return m;
50
50
  },
51
51
  fadeInTopKeyframes: function() {
52
- return i;
52
+ return d;
53
53
  },
54
54
  fadeInXKeyframes: function() {
55
- return w;
55
+ return i;
56
56
  },
57
57
  vars: function() {
58
- return s;
58
+ return w;
59
59
  },
60
60
  wrapper: function() {
61
- return c;
61
+ return s;
62
62
  }
63
63
  });
64
64
  require("./sprinkles.css.ts.vanilla.css-mistica.js");
65
65
  require("./tooltip.css.ts.vanilla.css-mistica.js");
66
- var v = "_1xhatbpb _1y2v1nf60 _1y2v1nfau _1y2v1nf8l _1y2v1nf91 _1y2v1nfac _1y2v1nf31 _1y2v1nfa9", t = "_1xhatbpe", _ = "_1xhatbpf", n = "_1xhatbpd", e = "_1xhatbpc", f = "_1y2v1nf60 _1y2v1nf8o _1y2v1nf91 _1y2v1nfas _1y2v1nf2", p = "_1xhatbpj _1y2v1nf6u _1y2v1nf79 _1y2v1nf7o _1y2v1nf83 _1y2v1nf60 _1y2v1nfbe _1y2v1nf8g _1y2v1nfal _1y2v1nfa9", o = "_1xhatbpk", x = "_1xhatbpl", y = "_1xhatbpm", h = "_1xhatbpn", b = "_1xhatbpo", m = "_1xhatbp6", i = "_1xhatbp7", w = "_1xhatbp8", s = {
66
+ var v = "_1xhatbpb _1y2v1nfb0 _1y2v1nfe6 _1y2v1nfbx _1y2v1nfcd _1y2v1nfdo _1y2v1nf31 _1y2v1nfdl", t = "_1xhatbpe", _ = "_1xhatbpf", n = "_1xhatbpd", e = "_1xhatbpc", f = "_1y2v1nfb0 _1y2v1nfc0 _1y2v1nfcd _1y2v1nfe4 _1y2v1nf2", p = "_1xhatbpj _1y2v1nf68 _1y2v1nf7h _1y2v1nf8q _1y2v1nf9z _1y2v1nfb0 _1y2v1nfeq _1y2v1nfbs _1y2v1nfdx _1y2v1nfdl", o = "_1xhatbpk", b = "_1xhatbpl", x = "_1xhatbpm", h = "_1xhatbpn", y = "_1xhatbpo", m = "_1xhatbp6", d = "_1xhatbp7", i = "_1xhatbp8", w = {
67
67
  shadowAlpha: "var(--_1xhatbp0)",
68
68
  enterTransform: "var(--_1xhatbp1)",
69
69
  enterDoneTransform: "var(--_1xhatbp2)",
70
70
  exitTransform: "var(--_1xhatbp3)",
71
71
  enterActiveAnimationName: "var(--_1xhatbp4)",
72
72
  arrowBoxShadow: "var(--_1xhatbp5)"
73
- }, c = "_1y2v1nf68";
73
+ }, s = "_1y2v1nfb8";
@@ -10,10 +10,10 @@ function _export(target, all) {
10
10
  }
11
11
  _export(exports, {
12
12
  base: function() {
13
- return f;
13
+ return n;
14
14
  },
15
15
  notTouchable: function() {
16
- return n;
16
+ return f;
17
17
  },
18
18
  touchable: function() {
19
19
  return _;
@@ -21,4 +21,4 @@ _export(exports, {
21
21
  });
22
22
  require("./sprinkles.css.ts.vanilla.css-mistica.js");
23
23
  require("./touchable.css.ts.vanilla.css-mistica.js");
24
- var f = "mhti6u1 _1y2v1nfar", n = "mhti6u4", _ = "mhti6u1 _1y2v1nfar _1y2v1nf6r _1y2v1nf76 _1y2v1nf7l _1y2v1nf80 _1y2v1nf66 _1y2v1nfaa _1y2v1nf8f _1y2v1nf2y _1y2v1nf5y _1y2v1nfat";
24
+ var n = "mhti6u1 _1y2v1nfe3", f = "mhti6u4", _ = "mhti6u1 _1y2v1nfe3 _1y2v1nf5z _1y2v1nf78 _1y2v1nf8h _1y2v1nf9q _1y2v1nfb6 _1y2v1nfdm _1y2v1nfbr _1y2v1nf2y _1y2v1nf5y _1y2v1nfe5";
@@ -10,7 +10,7 @@ function _export(target, all) {
10
10
  }
11
11
  _export(exports, {
12
12
  container: function() {
13
- return v;
13
+ return a;
14
14
  },
15
15
  containerWithWrapper: function() {
16
16
  return n;
@@ -19,11 +19,11 @@ _export(exports, {
19
19
  return y;
20
20
  },
21
21
  wrapper: function() {
22
- return f;
22
+ return e;
23
23
  }
24
24
  });
25
25
  require("../sprinkles.css.ts.vanilla.css-mistica.js");
26
26
  require("./aspect-ratio-support.css.ts.vanilla.css-mistica.js");
27
- var v = "yqswj62", n = "_1y2v1nf8f _1y2v1nf8w _1y2v1nfau _1y2v1nfb9", y = {
27
+ var a = "yqswj62", n = "_1y2v1nfbr _1y2v1nfc8 _1y2v1nfe6 _1y2v1nfel", y = {
28
28
  aspectRatio: "var(--yqswj60)"
29
- }, f = "_1y2v1nfas _1y2v1nfa7 _1y2v1nfa8 _1y2v1nf5z";
29
+ }, e = "_1y2v1nfe4 _1y2v1nfdj _1y2v1nfdk _1y2v1nfaz";
@@ -1,10 +1,11 @@
1
1
  import * as React from 'react';
2
+ import type { DataAttributes } from './types';
2
3
  type Props = {
3
4
  children: React.ReactNode;
4
5
  };
5
6
  export declare const AspectRatioSupportProvider: React.FC<Props>;
6
7
  export declare const useSupportsAspectRatio: () => boolean;
7
- type AspectRatioElementProps = {
8
+ type AspectRatioContainerProps = {
8
9
  width?: number | string;
9
10
  height?: number | string;
10
11
  aspectRatio: number;
@@ -12,6 +13,7 @@ type AspectRatioElementProps = {
12
13
  as?: React.ComponentType<any> | string;
13
14
  style?: React.CSSProperties;
14
15
  className?: string;
16
+ dataAttributes?: DataAttributes;
15
17
  };
16
- export declare const AspectRatioElement: (props: AspectRatioElementProps) => JSX.Element;
18
+ export declare const AspectRatioContainer: (props: AspectRatioContainerProps) => JSX.Element;
17
19
  export {};
@@ -9,14 +9,14 @@ function _export(target, all) {
9
9
  });
10
10
  }
11
11
  _export(exports, {
12
- AspectRatioElement: function() {
12
+ AspectRatioContainer: function() {
13
13
  return W;
14
14
  },
15
15
  AspectRatioSupportProvider: function() {
16
- return C;
16
+ return x;
17
17
  },
18
18
  useSupportsAspectRatio: function() {
19
- return v;
19
+ return N;
20
20
  }
21
21
  });
22
22
  const _jsxruntime = require("react/jsx-runtime");
@@ -121,9 +121,9 @@ function _object_spread_props(target, source) {
121
121
  }
122
122
  return target;
123
123
  }
124
- const u = /*#__PURE__*/ _react.createContext(!0), C = (param)=>{
124
+ const u = /*#__PURE__*/ _react.createContext(!0), x = (param)=>{
125
125
  let { children: t } = param;
126
- const [n, s] = _react.useState(!0);
126
+ const [o, s] = _react.useState(!0);
127
127
  return (0, _hooks.useIsomorphicLayoutEffect)(()=>{
128
128
  try {
129
129
  CSS.supports("aspect-ratio", "1 / 1") || s(!1);
@@ -131,19 +131,19 @@ const u = /*#__PURE__*/ _react.createContext(!0), C = (param)=>{
131
131
  s(!1);
132
132
  }
133
133
  }, []), /* @__PURE__ */ (0, _jsxruntime.jsx)(u.Provider, {
134
- value: n,
134
+ value: o,
135
135
  children: t
136
136
  });
137
- }, v = ()=>_react.useContext(u), W = (t)=>{
138
- const n = v(), s = typeof t.width != "number" && typeof t.height != "number" && t.aspectRatio !== 0, e = s ? t.aspectRatio : void 0;
137
+ }, N = ()=>_react.useContext(u), W = (t)=>{
138
+ const o = N(), s = typeof t.width != "number" && typeof t.height != "number" && t.aspectRatio !== 0, e = s ? t.aspectRatio : void 0;
139
139
  let i = t.width, a = t.height;
140
140
  t.width !== void 0 && t.height !== void 0 ? (i = t.width, a = t.height) : typeof t.width == "number" ? a = t.aspectRatio !== 0 ? t.width / t.aspectRatio : void 0 : typeof t.height == "number" ? i = t.aspectRatio !== 0 ? t.height * t.aspectRatio : void 0 : i = t.width || "100%";
141
141
  var _t_as;
142
- const o = s && !n, r = /*#__PURE__*/ _react.createElement((_t_as = t.as) !== null && _t_as !== void 0 ? _t_as : "div", {
142
+ const n = s && !o, r = /*#__PURE__*/ _react.createElement((_t_as = t.as) !== null && _t_as !== void 0 ? _t_as : "div", _object_spread({
143
143
  className: (0, _classnames.default)(t.className, _aspectratiosupportcssmistica.container, {
144
- [_aspectratiosupportcssmistica.containerWithWrapper]: o
144
+ [_aspectratiosupportcssmistica.containerWithWrapper]: n
145
145
  }),
146
- style: _object_spread({}, o ? _object_spread_props(_object_spread({}, t.style), {
146
+ style: _object_spread({}, n ? _object_spread_props(_object_spread({}, t.style), {
147
147
  position: e ? "absolute" : "static",
148
148
  width: "100%"
149
149
  }) : _object_spread_props(_object_spread({}, t.style), {
@@ -152,17 +152,18 @@ const u = /*#__PURE__*/ _react.createContext(!0), C = (param)=>{
152
152
  }), (0, _dynamic.assignInlineVars)({
153
153
  [_aspectratiosupportcssmistica.vars.aspectRatio]: e ? String(e) : "unset"
154
154
  }))
155
- }, t.children);
156
- if (o) {
155
+ }, !n && t.dataAttributes), t.children);
156
+ if (n) {
157
157
  const d = (()=>e ? t.width && typeof t.width == "string" && t.width.endsWith("%") ? `${Number(t.width.replace("%", "")) / e}%` : `${100 / e}%` : 0)();
158
- return /* @__PURE__ */ (0, _jsxruntime.jsx)("div", {
158
+ return /* @__PURE__ */ (0, _jsxruntime.jsx)("div", _object_spread_props(_object_spread({
159
159
  style: {
160
160
  width: i,
161
161
  height: a,
162
162
  paddingTop: d
163
163
  },
164
- className: _aspectratiosupportcssmistica.wrapper,
164
+ className: _aspectratiosupportcssmistica.wrapper
165
+ }, t.dataAttributes), {
165
166
  children: r
166
- });
167
+ }));
167
168
  } else return r;
168
169
  };
@@ -10,3 +10,8 @@ export type IconProps = {
10
10
  className?: string;
11
11
  style?: React.CSSProperties;
12
12
  };
13
+ export type ByBreakpoint<T> = T | {
14
+ mobile: T;
15
+ tablet?: T;
16
+ desktop: T;
17
+ };
@@ -0,0 +1,7 @@
1
+ type AllKeys<T> = T extends unknown ? keyof T : never;
2
+ type Id<T> = T extends infer U ? {
3
+ [K in keyof U]: U[K];
4
+ } : never;
5
+ type _ExclusifyUnion<T, K extends PropertyKey> = T extends unknown ? Id<T & Partial<Record<Exclude<K, keyof T>, never>>> : never;
6
+ export type ExclusifyUnion<T> = _ExclusifyUnion<T, AllKeys<T>>;
7
+ export {};
@@ -5,8 +5,8 @@ Object.defineProperty(exports, "__esModule", {
5
5
  Object.defineProperty(exports, "video", {
6
6
  enumerable: true,
7
7
  get: function() {
8
- return y;
8
+ return f;
9
9
  }
10
10
  });
11
11
  require("./sprinkles.css.ts.vanilla.css-mistica.js");
12
- var y = "_1y2v1nfau _1y2v1nfb9 _1y2v1nf66 _1y2v1nf5y _1y2v1nfa7 _1y2v1nfa8 _1y2v1nfci";
12
+ var f = "_1y2v1nfe6 _1y2v1nfel _1y2v1nfb6 _1y2v1nf5y _1y2v1nfdj _1y2v1nfdk _1y2v1nffu";
package/dist/video.js CHANGED
@@ -20,10 +20,10 @@ const _jsxruntime = require("react/jsx-runtime");
20
20
  const _react = /*#__PURE__*/ _interop_require_wildcard(require("react"));
21
21
  const _image = require("./image.js");
22
22
  const _aspectratiosupport = require("./utils/aspect-ratio-support.js");
23
- const _dom = require("./utils/dom.js");
24
23
  const _platform = require("./utils/platform.js");
25
24
  const _videocssmistica = require("./video.css-mistica.js");
26
25
  const _skincontractcssmistica = require("./skins/skin-contract.css-mistica.js");
26
+ const _dom = require("./utils/dom.js");
27
27
  function _getRequireWildcardCache(nodeInterop) {
28
28
  if (typeof WeakMap !== "function") return null;
29
29
  var cacheBabelInterop = new WeakMap();
@@ -63,58 +63,6 @@ function _interop_require_wildcard(obj, nodeInterop) {
63
63
  }
64
64
  return newObj;
65
65
  }
66
- function _define_property(obj, key, value) {
67
- if (key in obj) {
68
- Object.defineProperty(obj, key, {
69
- value: value,
70
- enumerable: true,
71
- configurable: true,
72
- writable: true
73
- });
74
- } else {
75
- obj[key] = value;
76
- }
77
- return obj;
78
- }
79
- function _object_spread(target) {
80
- for(var i = 1; i < arguments.length; i++){
81
- var source = arguments[i] != null ? arguments[i] : {};
82
- var ownKeys = Object.keys(source);
83
- if (typeof Object.getOwnPropertySymbols === "function") {
84
- ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function(sym) {
85
- return Object.getOwnPropertyDescriptor(source, sym).enumerable;
86
- }));
87
- }
88
- ownKeys.forEach(function(key) {
89
- _define_property(target, key, source[key]);
90
- });
91
- }
92
- return target;
93
- }
94
- function ownKeys(object, enumerableOnly) {
95
- var keys = Object.keys(object);
96
- if (Object.getOwnPropertySymbols) {
97
- var symbols = Object.getOwnPropertySymbols(object);
98
- if (enumerableOnly) {
99
- symbols = symbols.filter(function(sym) {
100
- return Object.getOwnPropertyDescriptor(object, sym).enumerable;
101
- });
102
- }
103
- keys.push.apply(keys, symbols);
104
- }
105
- return keys;
106
- }
107
- function _object_spread_props(target, source) {
108
- source = source != null ? source : {};
109
- if (Object.getOwnPropertyDescriptors) {
110
- Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
111
- } else {
112
- ownKeys(Object(source)).forEach(function(key) {
113
- Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
114
- });
115
- }
116
- return target;
117
- }
118
66
  function _object_without_properties(source, excluded) {
119
67
  if (source == null) return {};
120
68
  var target = _object_without_properties_loose(source, excluded);
@@ -174,7 +122,7 @@ const q = {
174
122
  "16:9": 16 / 9,
175
123
  "4:3": 4 / 3
176
124
  }, _ = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAAtJREFUGFdjYAACAAAFAAGq1chRAAAAAElFTkSuQmCC", z = /*#__PURE__*/ _react.forwardRef((_param, A)=>{
177
- var { src: r , poster: u , autoPlay: p = "when-loaded" , muted: x = !0 , loop: N = !0 , preload: k = "none" , loadingTimeout: T = 1e4 , onLoad: y , onError: h , onPause: R , onPlay: w , aspectRatio: c = "1:1" , dataAttributes: B } = _param, n = _object_without_properties(_param, [
125
+ var { src: r , poster: u , autoPlay: p = "when-loaded" , muted: x = !0 , loop: N = !0 , preload: k = "none" , loadingTimeout: T = 1e4 , onLoad: y , onError: h , onPause: R , onPlay: b , aspectRatio: c = "1:1" , dataAttributes: B } = _param, o = _object_without_properties(_param, [
178
126
  "src",
179
127
  "poster",
180
128
  "autoPlay",
@@ -189,7 +137,7 @@ const q = {
189
137
  "aspectRatio",
190
138
  "dataAttributes"
191
139
  ]);
192
- const [a, l] = _react.useReducer(D, "loading"), s = _react.useRef(null), C = _react.useRef(), f = _react.useRef(null), b = (0, _image.useMediaBorderRadius)(), m = typeof c == "number" ? c : K[c], v = _react.useCallback(()=>{
140
+ const [a, l] = _react.useReducer(D, "loading"), s = _react.useRef(null), C = _react.useRef(), f = _react.useRef(null), w = (0, _image.useMediaBorderRadius)(), g = typeof c == "number" ? c : K[c], v = _react.useCallback(()=>{
193
141
  a === "loading" && (l("fail"), h == null || h());
194
142
  }, [
195
143
  h,
@@ -217,7 +165,7 @@ const q = {
217
165
  r
218
166
  ]).map((e)=>typeof e == "string" ? {
219
167
  src: e
220
- } : e), g = a === "error" || a === "loading" || a === "loaded", j = /* @__PURE__ */ (0, _jsxruntime.jsx)("video", _object_spread_props(_object_spread({
168
+ } : e), m = a === "error" || a === "loading" || a === "loaded", V = /* @__PURE__ */ (0, _jsxruntime.jsx)("video", {
221
169
  ref: s,
222
170
  playsInline: !0,
223
171
  disablePictureInPicture: !0,
@@ -232,7 +180,7 @@ const q = {
232
180
  },
233
181
  onTimeUpdate: ()=>{
234
182
  var e;
235
- a !== "playing" && ((e = s.current) == null ? void 0 : e.currentTime) !== 0 && (w == null || w(), l("play"));
183
+ a !== "playing" && ((e = s.current) == null ? void 0 : e.currentTime) !== 0 && (b == null || b(), l("play"));
236
184
  },
237
185
  onCanPlay: ()=>{
238
186
  p === "streaming" && I();
@@ -240,13 +188,12 @@ const q = {
240
188
  onCanPlayThrough: ()=>{
241
189
  p !== "streaming" && I();
242
190
  },
243
- poster: _
244
- }, (0, _dom.getPrefixedDataAttributes)(B)), {
191
+ poster: _,
245
192
  style: {
246
193
  // For some reason adding this style with classnames doesn't add the border radius in safari
247
- borderRadius: b ? _skincontractcssmistica.vars.borderRadii.container : 0,
248
- visibility: g ? "hidden" : "visible",
249
- position: g || m !== 0 ? "absolute" : "static",
194
+ borderRadius: w ? _skincontractcssmistica.vars.borderRadii.container : 0,
195
+ visibility: m ? "hidden" : "visible",
196
+ position: m || g !== 0 ? "absolute" : "static",
250
197
  width: "100%",
251
198
  height: "100%"
252
199
  },
@@ -257,10 +204,10 @@ const q = {
257
204
  type: t
258
205
  }, i);
259
206
  })
260
- })), E = !!(m !== 0 || n.width && n.height), F = a === "error", G = _react.useMemo(()=>u ? /* @__PURE__ */ (0, _jsxruntime.jsx)(_image.ImageContent, {
207
+ }), E = !!(g !== 0 || o.width && o.height), F = a === "error", j = _react.useMemo(()=>u ? /* @__PURE__ */ (0, _jsxruntime.jsx)(_image.ImageContent, {
261
208
  aspectRatio: c,
262
- width: n.width,
263
- height: n.height,
209
+ width: o.width,
210
+ height: o.height,
264
211
  src: u
265
212
  }) : E ? /* @__PURE__ */ (0, _jsxruntime.jsx)("div", {
266
213
  style: {
@@ -269,25 +216,26 @@ const q = {
269
216
  height: "100%"
270
217
  },
271
218
  children: /* @__PURE__ */ (0, _jsxruntime.jsx)(_image.ImageError, {
272
- noBorderRadius: !b,
219
+ noBorderRadius: !w,
273
220
  withIcon: F
274
221
  })
275
222
  }) : void 0, [
276
223
  c,
277
- n.height,
278
- n.width,
279
- b,
224
+ o.height,
225
+ o.width,
226
+ w,
280
227
  F,
281
228
  u,
282
229
  E
283
230
  ]);
284
- return /* @__PURE__ */ (0, _jsxruntime.jsxs)(_aspectratiosupport.AspectRatioElement, {
231
+ return /* @__PURE__ */ (0, _jsxruntime.jsxs)(_aspectratiosupport.AspectRatioContainer, {
285
232
  style: {
286
233
  position: "relative"
287
234
  },
288
- aspectRatio: m,
289
- width: n.width,
290
- height: n.height,
235
+ aspectRatio: g,
236
+ width: o.width,
237
+ height: o.height,
238
+ dataAttributes: (0, _dom.getPrefixedDataAttributes)(B, "Video"),
291
239
  children: [
292
240
  /* @__PURE__ */ (0, _jsxruntime.jsx)("div", {
293
241
  style: {
@@ -314,16 +262,16 @@ const q = {
314
262
  }), typeof A == "function" ? A(t) : A && (A.current = t);
315
263
  }
316
264
  }),
317
- j,
265
+ V,
318
266
  /* @__PURE__ */ (0, _jsxruntime.jsx)("div", {
319
267
  ref: f,
320
268
  style: {
321
- position: m !== 0 ? "absolute" : "static",
322
- width: g ? "100%" : 0,
323
- height: g ? "100%" : 0,
269
+ position: g !== 0 ? "absolute" : "static",
270
+ width: m ? "100%" : 0,
271
+ height: m ? "100%" : 0,
324
272
  overflow: "hidden"
325
273
  },
326
- children: G
274
+ children: j
327
275
  })
328
276
  ]
329
277
  });
@@ -1,3 +1,3 @@
1
1
  import "./sprinkles.css.ts.vanilla.css-mistica.js";
2
- var a = "_1y2v1nfaq _1y2v1nf64 _1y2v1nf6j _1y2v1nf6d _1y2v1nfas", f = "_1y2v1nfci";
3
- export { a as avatar, f as image };
2
+ var f = "_1y2v1nfe2 _1y2v1nfb4 _1y2v1nfbj _1y2v1nfbd _1y2v1nfe4", a = "_1y2v1nffu";
3
+ export { f as avatar, a as image };
@@ -1,4 +1,4 @@
1
1
  import "./sprinkles.css.ts.vanilla.css-mistica.js";
2
2
  import "./badge.css.ts.vanilla.css-mistica.js";
3
- var _ = "_17szrmd2 _1y2v1nf8k _1y2v1nf90 _1y2v1nf4f", n = "_17szrmd6", f = "_17szrmd4 _17szrmd2 _1y2v1nf8k _1y2v1nf90 _1y2v1nf4f _1y2v1nf64 _1y2v1nf6j _1y2v1nf6d", y = "_1y2v1nf60", a = "_1y2v1nf5z _1y2v1nf68";
4
- export { _ as badge, n as badgeBigNumber, f as badgeNumber, y as badgeWithChildren, a as container };
3
+ var _ = "_17szrmd2 _1y2v1nfbw _1y2v1nfcc _1y2v1nf4f", n = "_17szrmd6", f = "_17szrmd4 _17szrmd2 _1y2v1nfbw _1y2v1nfcc _1y2v1nf4f _1y2v1nfb4 _1y2v1nfbj _1y2v1nfbd", b = "_1y2v1nfb0", y = "_1y2v1nfaz _1y2v1nfb8";
4
+ export { _ as badge, n as badgeBigNumber, f as badgeNumber, b as badgeWithChildren, y as container };
package/dist-es/box.js CHANGED
@@ -50,33 +50,40 @@ function _object_spread_props(target, source) {
50
50
  }
51
51
  return target;
52
52
  }
53
- import { jsx as u } from "react/jsx-runtime";
54
- import * as y from "react";
53
+ import { jsx as k } from "react/jsx-runtime";
54
+ import * as p from "react";
55
55
  import v from "classnames";
56
- import { sprinkles as B } from "./sprinkles.css-mistica.js";
57
- import { getPrefixedDataAttributes as R } from "./utils/dom.js";
58
- const S = /*#__PURE__*/ y.forwardRef((param, d)=>{
59
- let { className: i , children: l , width: o , padding: t = 0 , paddingX: e = t , paddingY: s = t , paddingTop: m = s , paddingBottom: f = s , paddingLeft: c = e , paddingRight: x = e , role: b , dataAttributes: n , "aria-label": p } = param;
60
- const a = {
61
- paddingTop: m,
62
- paddingBottom: f,
63
- paddingLeft: c,
64
- paddingRight: x
56
+ import { sprinkles as z } from "./sprinkles.css-mistica.js";
57
+ import { getPrefixedDataAttributes as A } from "./utils/dom.js";
58
+ const C = /*#__PURE__*/ p.forwardRef((param, u)=>{
59
+ let { className: f , children: i , width: l , padding: b = 0 , paddingX: m = b , paddingY: c = b , paddingTop: e = c , paddingBottom: o = c , paddingLeft: r = m , paddingRight: t = m , role: x , dataAttributes: y , "aria-label": j } = param;
60
+ const S = {
61
+ paddingTop: e,
62
+ paddingBottom: o,
63
+ paddingLeft: r,
64
+ paddingRight: t
65
65
  };
66
- let r = "";
66
+ let a = {}, s = "";
67
67
  try {
68
- r = B(a);
69
- } catch (e) {}
70
- return /* @__PURE__ */ u("div", _object_spread_props(_object_spread({}, R(n)), {
71
- role: b,
72
- "aria-label": p,
73
- ref: d,
74
- className: v(i, r),
75
- style: _object_spread({}, o !== void 0 ? {
76
- width: o,
68
+ s = z(S);
69
+ } catch (e1) {
70
+ a = {
71
+ paddingTop: typeof e == "object" ? e.mobile : e,
72
+ paddingBottom: typeof o == "object" ? o.mobile : o,
73
+ paddingLeft: typeof r == "object" ? r.mobile : r,
74
+ paddingRight: typeof t == "object" ? t.mobile : t
75
+ };
76
+ }
77
+ return /* @__PURE__ */ k("div", _object_spread_props(_object_spread({}, A(y)), {
78
+ role: x,
79
+ "aria-label": j,
80
+ ref: u,
81
+ className: v(f, s),
82
+ style: _object_spread({}, l !== void 0 ? {
83
+ width: l,
77
84
  boxSizing: "border-box"
78
- } : {}, r ? {} : a),
79
- children: l
85
+ } : {}, s ? {} : a),
86
+ children: i
80
87
  }));
81
- }), C = S;
82
- export { C as default };
88
+ }), q = C;
89
+ export { q as default };
@@ -1,3 +1,3 @@
1
1
  import "./sprinkles.css.ts.vanilla.css-mistica.js";
2
- var o = "_1y2v1nfa9";
2
+ var o = "_1y2v1nfdl";
3
3
  export { o as boxBorder };
@@ -1,4 +1,4 @@
1
1
  import "./sprinkles.css.ts.vanilla.css-mistica.js";
2
2
  import "./button-group.css.ts.vanilla.css-mistica.js";
3
- var r = "_1xdd1h64", t = "_1xdd1h63", v = "_1xdd1h62", _ = "_1xdd1h61 _1y2v1nf65 _1y2v1nf6j _1y2v1nf69";
3
+ var r = "_1xdd1h64", t = "_1xdd1h63", v = "_1xdd1h62", _ = "_1xdd1h61 _1y2v1nfb5 _1y2v1nfbj _1y2v1nfb9";
4
4
  export { r as buttonChild, t as buttons, v as container, _ as inline };
@@ -1,12 +1,12 @@
1
1
  import "./sprinkles.css.ts.vanilla.css-mistica.js";
2
2
  import "./button.css.ts.vanilla.css-mistica.js";
3
3
  import "./button-layout.css.ts.vanilla.css-mistica.js";
4
- var f = "kfxylhi", l = {
5
- right: "_1y2v1nf6e",
6
- left: "_1y2v1nf6c",
7
- center: "_1y2v1nf6d",
8
- "full-width": "kfxylhh _1y2v1nf6d"
9
- }, i = "kfxylh6 _1y2v1nf64", t = "kfxylh7", v = "kfxylh8", h = "kfxylh3 _1y2v1nf64 _1y2v1nf8f", y = "kfxylh4", e = "kfxylh1", k = "kfxylh9", o = {
4
+ var l = "kfxylhi", f = {
5
+ right: "_1y2v1nfbe",
6
+ left: "_1y2v1nfbc",
7
+ center: "_1y2v1nfbd",
8
+ "full-width": "kfxylhh _1y2v1nfbd"
9
+ }, i = "kfxylh6 _1y2v1nfb4", t = "kfxylh7", v = "kfxylh8", h = "kfxylh3 _1y2v1nfb4 _1y2v1nfbr", y = "kfxylh4", e = "kfxylh1", k = "kfxylh9", o = {
10
10
  buttonWidth: "var(--kfxylh0)"
11
11
  };
12
- export { f as alignMoreThanOneChildred, l as alignVariant, i as baseContainer, t as container, v as fullWidthContainer, h as link, y as linkAlignment, e as margins, k as noButtonWidth, o as vars };
12
+ export { l as alignMoreThanOneChildred, f as alignVariant, i as baseContainer, t as container, v as fullWidthContainer, h as link, y as linkAlignment, e as margins, k as noButtonWidth, o as vars };
@@ -1,12 +1,12 @@
1
1
  import "./sprinkles.css.ts.vanilla.css-mistica.js";
2
2
  import "./button.css.ts.vanilla.css-mistica.js";
3
- var _ = 104, r = 2, y = 8, f = 24, a = 20, p = 16, b = 20, i = 14.5, s = 10.5, e = "rrbrpnl", I = "rrbrpni _1y2v1nf28", l = {
4
- primary: "rrbrpnp rrbrpn2 _1y2v1nf6r _1y2v1nf76 _1y2v1nf7l _1y2v1nf80 _1y2v1nf68 _1y2v1nf5z _1y2v1nf8g _1y2v1nfah _1y2v1nfas _1y2v1nf21 _1y2v1nf3s",
5
- secondary: "rrbrpnq rrbrpn2 _1y2v1nf6r _1y2v1nf76 _1y2v1nf7l _1y2v1nf80 _1y2v1nf68 _1y2v1nf5z _1y2v1nf8g _1y2v1nfah _1y2v1nfas _1y2v1nf25 _1y2v1nf5y",
6
- danger: "rrbrpnr rrbrpn2 _1y2v1nf6r _1y2v1nf76 _1y2v1nf7l _1y2v1nf80 _1y2v1nf68 _1y2v1nf5z _1y2v1nf8g _1y2v1nfah _1y2v1nfas _1y2v1nf20 _1y2v1nf3m"
7
- }, t = "rrbrpn0", N = "rrbrpng _1y2v1nf7p _1y2v1nf84 _1y2v1nf68 _1y2v1nf8g _1y2v1nf5z _1y2v1nfah _1y2v1nfaa _1y2v1nf27 _1y2v1nf5y _1y2v1nfas _1y2v1nf9m", g = "rrbrpn7 _1y2v1nf65 _1y2v1nf60 _1y2v1nfau _1y2v1nfc3 _1y2v1nf6d _1y2v1nf6j", o = "rrbrpn4 _1y2v1nf66 _1y2v1nf8x _1y2v1nfas", L = "rrbrpn5", d = "rrbrpn9 _1y2v1nf64 _1y2v1nf6j _1y2v1nf6d", m = "rrbrpnk _1y2v1nf64 _1y2v1nf6j _1y2v1nf6d", S = {
8
- primary: "rrbrpnm rrbrpn2 _1y2v1nf6r _1y2v1nf76 _1y2v1nf7l _1y2v1nf80 _1y2v1nf68 _1y2v1nf5z _1y2v1nf8g _1y2v1nfah _1y2v1nfas _1y2v1nf20 _1y2v1nf3r",
9
- secondary: "rrbrpnn rrbrpn2 _1y2v1nf6r _1y2v1nf76 _1y2v1nf7l _1y2v1nf80 _1y2v1nf68 _1y2v1nf5z _1y2v1nf8g _1y2v1nfah _1y2v1nfas _1y2v1nf23 _1y2v1nf5y",
10
- danger: "rrbrpno rrbrpn2 _1y2v1nf6r _1y2v1nf76 _1y2v1nf7l _1y2v1nf80 _1y2v1nf68 _1y2v1nf5z _1y2v1nf8g _1y2v1nfah _1y2v1nfas _1y2v1nf20 _1y2v1nf3m"
3
+ var _ = 104, r = 2, y = 8, f = 24, b = 20, a = 16, p = 20, e = 14.5, t = 10.5, d = "rrbrpnl", i = "rrbrpni _1y2v1nf28", s = {
4
+ primary: "rrbrpnp rrbrpn2 _1y2v1nf5z _1y2v1nf78 _1y2v1nf8h _1y2v1nf9q _1y2v1nfb8 _1y2v1nfaz _1y2v1nfbs _1y2v1nfdt _1y2v1nfe4 _1y2v1nf21 _1y2v1nf3s",
5
+ secondary: "rrbrpnq rrbrpn2 _1y2v1nf5z _1y2v1nf78 _1y2v1nf8h _1y2v1nf9q _1y2v1nfb8 _1y2v1nfaz _1y2v1nfbs _1y2v1nfdt _1y2v1nfe4 _1y2v1nf25 _1y2v1nf5y",
6
+ danger: "rrbrpnr rrbrpn2 _1y2v1nf5z _1y2v1nf78 _1y2v1nf8h _1y2v1nf9q _1y2v1nfb8 _1y2v1nfaz _1y2v1nfbs _1y2v1nfdt _1y2v1nfe4 _1y2v1nf20 _1y2v1nf3m"
7
+ }, I = "rrbrpn0", N = "rrbrpng _1y2v1nf8t _1y2v1nfa2 _1y2v1nfb8 _1y2v1nfbs _1y2v1nfaz _1y2v1nfdt _1y2v1nfdm _1y2v1nf27 _1y2v1nf5y _1y2v1nfe4 _1y2v1nfcy", z = "rrbrpn7 _1y2v1nfb5 _1y2v1nfb0 _1y2v1nfe6 _1y2v1nfff _1y2v1nfbd _1y2v1nfbj", o = "rrbrpn4 _1y2v1nfb6 _1y2v1nfc9 _1y2v1nfe4", L = "rrbrpn5", l = "rrbrpn9 _1y2v1nfb4 _1y2v1nfbj _1y2v1nfbd", m = "rrbrpnk _1y2v1nfb4 _1y2v1nfbj _1y2v1nfbd", S = {
8
+ primary: "rrbrpnm rrbrpn2 _1y2v1nf5z _1y2v1nf78 _1y2v1nf8h _1y2v1nf9q _1y2v1nfb8 _1y2v1nfaz _1y2v1nfbs _1y2v1nfdt _1y2v1nfe4 _1y2v1nf20 _1y2v1nf3r",
9
+ secondary: "rrbrpnn rrbrpn2 _1y2v1nf5z _1y2v1nf78 _1y2v1nf8h _1y2v1nf9q _1y2v1nfb8 _1y2v1nfaz _1y2v1nfbs _1y2v1nfdt _1y2v1nfe4 _1y2v1nf23 _1y2v1nf5y",
10
+ danger: "rrbrpno rrbrpn2 _1y2v1nf5z _1y2v1nf78 _1y2v1nf8h _1y2v1nf9q _1y2v1nfb8 _1y2v1nfaz _1y2v1nfbs _1y2v1nfdt _1y2v1nfe4 _1y2v1nf20 _1y2v1nf3m"
11
11
  };
12
- export { _ as BUTTON_MIN_WIDTH, r as CHEVRON_MARGIN_LEFT_LINK, y as ICON_MARGIN_PX, f as ICON_SIZE, a as SMALL_ICON_SIZE, p as SMALL_SPINNER_SIZE, b as SPINNER_SIZE, i as X_PADDING_PX, s as X_SMALL_PADDING_PX, e as alignedLink, I as inverseLink, l as inverseVariants, t as isLoading, N as link, g as loadingContent, o as loadingFiller, L as small, d as textContent, m as textContentLink, S as variants };
12
+ export { _ as BUTTON_MIN_WIDTH, r as CHEVRON_MARGIN_LEFT_LINK, y as ICON_MARGIN_PX, f as ICON_SIZE, b as SMALL_ICON_SIZE, a as SMALL_SPINNER_SIZE, p as SPINNER_SIZE, e as X_PADDING_PX, t as X_SMALL_PADDING_PX, d as alignedLink, i as inverseLink, s as inverseVariants, I as isLoading, N as link, z as loadingContent, o as loadingFiller, L as small, l as textContent, m as textContentLink, S as variants };
@@ -1,4 +1,4 @@
1
1
  import "./sprinkles.css.ts.vanilla.css-mistica.js";
2
2
  import "./callout.css.ts.vanilla.css-mistica.js";
3
- var y = "_14g0jmy1 _1y2v1nf6w _1y2v1nf7b _1y2v1nf7q _1y2v1nf85 _1y2v1nf64 _1y2v1nfaj _1y2v1nfas", _ = "_14g0jmy3 _1y2v1nf6q";
3
+ var y = "_14g0jmy1 _1y2v1nf6e _1y2v1nf7n _1y2v1nf8w _1y2v1nfa5 _1y2v1nfb4 _1y2v1nfdv _1y2v1nfe4", _ = "_14g0jmy3 _1y2v1nfbq";
4
4
  export { y as container, _ as content };
@@ -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 _ = "_15e54s91 _1y2v1nf64 _1y2v1nf6q _1y2v1nf6k", a = "_15e54s93 _1y2v1nf64 _1y2v1nf5z", y = "_15e54s9r _1y2v1nf8p _1y2v1nf95 _1y2v1nf64 _1y2v1nf6j _1y2v1nf6d _1y2v1nfab", f = "_1y2v1nf64 _1y2v1nf8r _1y2v1nf97 _1y2v1nf6j _1y2v1nf6d", r = "_15e54s9s _1y2v1nf8p _1y2v1nf95 _1y2v1nf64 _1y2v1nf6j _1y2v1nf6d _1y2v1nfab", e = "_15e54s9t _1y2v1nf8p _1y2v1nf95 _1y2v1nf64 _1y2v1nf6j _1y2v1nf6d _1y2v1nfab", d = "_15e54s9w", s = "_15e54s9f _1y2v1nf7q _1y2v1nf85 _1y2v1nf6y _1y2v1nf7d _1y2v1nf64 _1y2v1nf6q _1y2v1nf5z _1y2v1nf6a _1y2v1nf8f", t = "_15e54s9n", o = "_1y2v1nf8f _1y2v1nf8w _1y2v1nf64 _1y2v1nf5z", i = "_15e54s9m", c = "_15e54s9o", C = "_1y2v1nf64 _1y2v1nf6a _1y2v1nf8w _1y2v1nf8f", l = "_15e54s9d _1y2v1nf7q _1y2v1nf85 _1y2v1nf64 _1y2v1nf6q _1y2v1nf5z _1y2v1nf6w _1y2v1nf7d _1y2v1nf6a _1y2v1nf6g", p = "_15e54s9h _1y2v1nf6w _1y2v1nf7b _1y2v1nf7q _1y2v1nf85 _1y2v1nf64 _1y2v1nf5z _1y2v1nf8w _1y2v1nf6a _1y2v1nf6g _1y2v1nf6q", b = "_15e54s95", u = "_15e54s98 _15e54s96", h = "_15e54s99 _15e54s96", q = "_15e54s9a _15e54s96", w = "_15e54s94", j = "_15e54s97 _15e54s96", m = {
4
- aspectRatio: "var(--_15e54s9v)"
5
- }, z = "_15e54s9u _1y2v1nf8p _1y2v1nf95 _1y2v1nf64 _1y2v1nf6j _1y2v1nf6d _1y2v1nfab";
6
- export { _ as actions, a as boxed, y as cardAction, f as cardActionIconButton, r as cardActionInverse, e as cardActionMedia, d as cardContainer, s as dataCard, t as displayCardBackground, o as displayCardContainer, i as displayCardContent, c as displayCardGradient, C as mediaCard, l as mediaCardContent, p as snapCard, b as touchable, u as touchableCardOverlay, h as touchableCardOverlayInverse, q as touchableCardOverlayMedia, w as touchableContainer, j as touchableMediaCardOverlay, m as vars, z as videoAction };
3
+ var _ = "_15e54s91 _1y2v1nfb4 _1y2v1nfbq _1y2v1nfbk", a = "_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 = "_15e54s910", d = "_15e54s98", s = "_15e54s9j _1y2v1nf8w _1y2v1nfa5 _1y2v1nf6k _1y2v1nf7t _1y2v1nfb4 _1y2v1nfbq _1y2v1nfaz _1y2v1nfba _1y2v1nfbr", c = "_15e54s9r", t = "_1y2v1nfbr _1y2v1nfc8 _1y2v1nfb4 _1y2v1nfaz", o = "_15e54s9q", i = "_15e54s9s", l = "_1y2v1nfb4 _1y2v1nfba _1y2v1nfc8 _1y2v1nfbr _1y2v1nfbq", C = "_15e54s9f _1y2v1nf8w _1y2v1nfa5 _1y2v1nfb4 _1y2v1nfbq _1y2v1nfaz _1y2v1nf6e _1y2v1nf7t _1y2v1nfba _1y2v1nfbg", h = "_15e54s9h _1y2v1nfb4 _1y2v1nfbq _1y2v1nfaz _1y2v1nfba _1y2v1nfbg _1y2v1nf6e", u = "_15e54s9l _1y2v1nf6e _1y2v1nf7n _1y2v1nf8w _1y2v1nfa5 _1y2v1nfb4 _1y2v1nfaz _1y2v1nfc8 _1y2v1nfba _1y2v1nfbg _1y2v1nfbr _1y2v1nfbq", p = "_15e54s95", j = "_15e54s9a _15e54s96", q = "_15e54s9b _15e54s96", z = "_15e54s9c _15e54s96", O = "_15e54s94", k = "_15e54s97 _15e54s96", A = "_15e54s99 _15e54s96", M = {
4
+ aspectRatio: "var(--_15e54s9z)"
5
+ }, g = "_15e54s9y _1y2v1nfc1 _1y2v1nfch _1y2v1nfb4 _1y2v1nfbj _1y2v1nfbd _1y2v1nfdn";
6
+ export { _ as actions, a 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, l as mediaCard, C as mediaCardContent, h as nakedCardContent, u as snapCard, p as touchable, j as touchableCardOverlay, q as touchableCardOverlayInverse, z as touchableCardOverlayMedia, O as touchableContainer, k as touchableMediaCardOverlay, A as touchableNakedMediaOverlay, M as vars, g as videoAction };