@telefonica/mistica 16.1.0 → 16.2.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.
- package/css/mistica.css +1 -1
- package/dist/accordion.css-mistica.js +12 -9
- package/dist/accordion.css.d.ts +1 -0
- package/dist/accordion.js +36 -39
- package/dist/align.css-mistica.js +12 -0
- package/dist/align.css.d.ts +1 -0
- package/dist/align.css.ts.vanilla.css-mistica.js +11 -0
- package/dist/align.d.ts +12 -0
- package/dist/align.js +79 -0
- package/dist/box.css-mistica.js +41 -0
- package/dist/box.css.d.ts +23 -0
- package/dist/box.css.ts.vanilla.css-mistica.js +11 -0
- package/dist/box.d.ts +4 -0
- package/dist/box.js +39 -31
- package/dist/boxed.css-mistica.js +10 -5
- package/dist/boxed.css.d.ts +3 -0
- package/dist/boxed.js +20 -24
- package/dist/callout.css-mistica.js +12 -4
- package/dist/callout.css.d.ts +1 -0
- package/dist/callout.js +14 -22
- package/dist/card.css-mistica.js +26 -23
- package/dist/card.css.d.ts +1 -0
- package/dist/card.js +17 -23
- package/dist/community/advanced-data-card.css-mistica.js +32 -23
- package/dist/community/advanced-data-card.css.d.ts +3 -0
- package/dist/community/advanced-data-card.js +46 -55
- package/dist/empty-state.css-mistica.js +11 -8
- package/dist/empty-state.css.d.ts +1 -0
- package/dist/empty-state.js +10 -13
- package/dist/form.css-mistica.js +12 -0
- package/dist/form.css.d.ts +1 -0
- package/dist/form.js +8 -10
- package/dist/grid.css-mistica.js +143 -126
- package/dist/grid.css.d.ts +13 -0
- package/dist/grid.js +35 -38
- package/dist/hero.css-mistica.js +14 -8
- package/dist/hero.css.d.ts +2 -0
- package/dist/hero.js +17 -25
- package/dist/image.js +23 -25
- package/dist/index.d.ts +1 -0
- package/dist/index.js +4 -0
- package/dist/inline.js +10 -11
- package/dist/list.css-mistica.js +12 -9
- package/dist/list.css.d.ts +1 -0
- package/dist/list.js +43 -46
- package/dist/loading-screen.js +16 -16
- package/dist/logo-blau.d.ts +1 -1
- package/dist/logo-blau.js +10 -10
- package/dist/logo-common.d.ts +1 -0
- package/dist/logo-movistar.d.ts +1 -1
- package/dist/logo-movistar.js +4 -4
- package/dist/logo-o2-new.d.ts +1 -1
- package/dist/logo-o2-new.js +5 -5
- package/dist/logo-o2.d.ts +1 -1
- package/dist/logo-o2.js +5 -5
- package/dist/logo-telefonica.d.ts +1 -1
- package/dist/logo-telefonica.js +4 -4
- package/dist/logo-tu.d.ts +1 -1
- package/dist/logo-tu.js +5 -5
- package/dist/logo-vivo.d.ts +1 -1
- package/dist/logo-vivo.js +7 -7
- package/dist/logo.d.ts +9 -8
- package/dist/logo.js +125 -102
- package/dist/navigation-bar.css-mistica.js +23 -20
- package/dist/navigation-bar.css.d.ts +1 -0
- package/dist/navigation-bar.js +30 -37
- package/dist/package-version.js +1 -1
- package/dist/phone-number-field.d.ts +1 -4
- package/dist/phone-number-field.js +52 -82
- package/dist/popover.d.ts +1 -0
- package/dist/popover.js +9 -10
- package/dist/sheet-common.css-mistica.js +5 -5
- package/dist/skeleton-base.js +10 -12
- package/dist/skeletons.css-mistica.js +11 -5
- package/dist/skeletons.css.d.ts +1 -0
- package/dist/snackbar.css-mistica.js +20 -14
- package/dist/snackbar.css.d.ts +3 -1
- package/dist/snackbar.js +65 -75
- package/dist/tag.css-mistica.js +15 -4
- package/dist/tag.css.d.ts +2 -0
- package/dist/tag.js +20 -24
- package/dist/text-field-base.d.ts +1 -1
- package/dist/text-field-components.css-mistica.js +16 -10
- package/dist/text-field-components.css.d.ts +1 -0
- package/dist/text-field-components.js +32 -35
- package/dist/timer.js +42 -43
- package/dist/tooltip.d.ts +3 -1
- package/dist/tooltip.js +106 -106
- package/dist/touchable.js +47 -42
- package/dist-es/accordion.css-mistica.js +3 -3
- package/dist-es/accordion.js +58 -61
- package/dist-es/align.css-mistica.js +3 -0
- package/dist-es/align.css.ts.vanilla.css-mistica.js +2 -0
- package/dist-es/align.js +70 -0
- package/dist-es/box.css-mistica.js +24 -0
- package/dist-es/box.css.ts.vanilla.css-mistica.js +2 -0
- package/dist-es/box.js +43 -35
- package/dist-es/boxed.css-mistica.js +5 -3
- package/dist-es/boxed.js +28 -32
- package/dist-es/callout.css-mistica.js +7 -2
- package/dist-es/callout.js +44 -52
- package/dist-es/card.css-mistica.js +4 -4
- package/dist-es/card.js +11 -17
- package/dist-es/community/advanced-data-card.css-mistica.js +7 -7
- package/dist-es/community/advanced-data-card.js +90 -99
- package/dist-es/empty-state.css-mistica.js +3 -3
- package/dist-es/empty-state.js +19 -22
- package/dist-es/form.css-mistica.js +3 -0
- package/dist-es/form.js +12 -14
- package/dist-es/grid.css-mistica.js +123 -112
- package/dist-es/grid.js +38 -41
- package/dist-es/hero.css-mistica.js +2 -2
- package/dist-es/hero.js +36 -44
- package/dist-es/image.js +28 -30
- package/dist-es/index.js +1844 -1843
- package/dist-es/inline.js +19 -20
- package/dist-es/list.css-mistica.js +2 -2
- package/dist-es/list.js +75 -78
- package/dist-es/loading-screen.js +30 -30
- package/dist-es/logo-blau.js +11 -11
- package/dist-es/logo-movistar.js +5 -5
- package/dist-es/logo-o2-new.js +8 -8
- package/dist-es/logo-o2.js +8 -8
- package/dist-es/logo-telefonica.js +4 -4
- package/dist-es/logo-tu.js +8 -8
- package/dist-es/logo-vivo.js +16 -16
- package/dist-es/logo.js +132 -109
- package/dist-es/navigation-bar.css-mistica.js +11 -11
- package/dist-es/navigation-bar.js +80 -87
- package/dist-es/package-version.js +1 -1
- package/dist-es/phone-number-field.js +59 -89
- package/dist-es/popover.js +17 -18
- package/dist-es/sheet-common.css-mistica.js +2 -2
- package/dist-es/skeleton-base.js +15 -17
- package/dist-es/skeletons.css-mistica.js +5 -2
- package/dist-es/snackbar.css-mistica.js +4 -4
- package/dist-es/snackbar.js +93 -103
- package/dist-es/style.css +1 -1
- package/dist-es/tag.css-mistica.js +2 -2
- package/dist-es/tag.js +34 -38
- package/dist-es/text-field-components.css-mistica.js +5 -2
- package/dist-es/text-field-components.js +48 -51
- package/dist-es/timer.js +80 -81
- package/dist-es/tooltip.js +148 -148
- package/dist-es/touchable.js +55 -50
- package/package.json +1 -1
- package/dist/sprinkles.css-mistica.js +0 -2494
- package/dist-es/sprinkles.css-mistica.js +0 -2485
|
@@ -9,20 +9,28 @@ function _export(target, all) {
|
|
|
9
9
|
});
|
|
10
10
|
}
|
|
11
11
|
_export(exports, {
|
|
12
|
-
|
|
12
|
+
background: function() {
|
|
13
13
|
return _;
|
|
14
14
|
},
|
|
15
|
+
closeButtonContainer: function() {
|
|
16
|
+
return f;
|
|
17
|
+
},
|
|
15
18
|
closeButtonContainerSize: function() {
|
|
16
19
|
return t;
|
|
17
20
|
},
|
|
18
21
|
container: function() {
|
|
19
|
-
return
|
|
22
|
+
return a;
|
|
20
23
|
},
|
|
21
24
|
content: function() {
|
|
22
|
-
return
|
|
25
|
+
return e;
|
|
23
26
|
}
|
|
24
27
|
});
|
|
25
28
|
require("./sprinkles.css.ts.vanilla.css-mistica.js");
|
|
26
29
|
require("./icon-button.css.ts.vanilla.css-mistica.js");
|
|
27
30
|
require("./callout.css.ts.vanilla.css-mistica.js");
|
|
28
|
-
var _ =
|
|
31
|
+
var _ = {
|
|
32
|
+
inverse: "_1y2v1nf3q",
|
|
33
|
+
alternative: "_1y2v1nf3q",
|
|
34
|
+
default: "_1y2v1nf3y",
|
|
35
|
+
media: "_1y2v1nf3q"
|
|
36
|
+
}, f = "_14g0jmy5 _1y2v1nfhf _1y2v1nfll", t = "_14g0jmy6", a = "_14g0jmy1 _1y2v1nf7s _1y2v1nf91 _1y2v1nfaa _1y2v1nfbj _1y2v1nfhk _1y2v1nfkb _1y2v1nfkl", e = "_14g0jmy3 _1y2v1nfi6 _1y2v1nfhe";
|
package/dist/callout.css.d.ts
CHANGED
|
@@ -2,3 +2,4 @@ export declare const container: string;
|
|
|
2
2
|
export declare const content: string;
|
|
3
3
|
export declare const closeButtonContainer: string;
|
|
4
4
|
export declare const closeButtonContainerSize: string;
|
|
5
|
+
export declare const background: Record<"inverse" | "default" | "alternative" | "media", string>;
|
package/dist/callout.js
CHANGED
|
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
Object.defineProperty(exports, "default", {
|
|
7
7
|
enumerable: true,
|
|
8
8
|
get: function() {
|
|
9
|
-
return
|
|
9
|
+
return or;
|
|
10
10
|
}
|
|
11
11
|
});
|
|
12
12
|
const _jsxruntime = require("react/jsx-runtime");
|
|
@@ -22,7 +22,6 @@ const _classnames = /*#__PURE__*/ _interop_require_default(require("classnames")
|
|
|
22
22
|
const _buttongroup = /*#__PURE__*/ _interop_require_default(require("./button-group.js"));
|
|
23
23
|
const _calloutcssmistica = require("./callout.css-mistica.js");
|
|
24
24
|
const _imagecssmistica = require("./image.css-mistica.js");
|
|
25
|
-
const _sprinklescssmistica = require("./sprinkles.css-mistica.js");
|
|
26
25
|
const _skincontractcssmistica = require("./skins/skin-contract.css-mistica.js");
|
|
27
26
|
const _dom = require("./utils/dom.js");
|
|
28
27
|
const _css = require("./utils/css.js");
|
|
@@ -85,29 +84,22 @@ function _object_spread_props(target, source) {
|
|
|
85
84
|
return target;
|
|
86
85
|
}
|
|
87
86
|
const W = (param)=>{
|
|
88
|
-
let { title:
|
|
89
|
-
const b = (0, _themevariantcontext.useThemeVariant)(), { texts:
|
|
87
|
+
let { title: o, titleAs: c = "h2", description: d, asset: a, onClose: t, closeButtonLabel: p, button: i, secondaryButton: l, buttonLink: m, "aria-label": u, dataAttributes: f, role: h } = param;
|
|
88
|
+
const b = (0, _themevariantcontext.useThemeVariant)(), { texts: x, t: g } = (0, _hooks.useTheme)();
|
|
90
89
|
return /* @__PURE__ */ (0, _jsxruntime.jsx)("section", _object_spread_props(_object_spread({
|
|
91
|
-
className: (0, _classnames.default)(_calloutcssmistica.container,
|
|
92
|
-
background: {
|
|
93
|
-
inverse: _skincontractcssmistica.vars.colors.backgroundContainer,
|
|
94
|
-
alternative: _skincontractcssmistica.vars.colors.backgroundContainer,
|
|
95
|
-
default: _skincontractcssmistica.vars.colors.backgroundContainerAlternative,
|
|
96
|
-
media: _skincontractcssmistica.vars.colors.backgroundContainer
|
|
97
|
-
}[b]
|
|
98
|
-
})),
|
|
90
|
+
className: (0, _classnames.default)(_calloutcssmistica.container, _calloutcssmistica.background[b]),
|
|
99
91
|
style: (0, _css.applyCssVars)({
|
|
100
92
|
[_imagecssmistica.vars.mediaBorderRadius]: _skincontractcssmistica.vars.borderRadii.mediaSmall
|
|
101
93
|
}),
|
|
102
|
-
"aria-label":
|
|
94
|
+
"aria-label": u !== null && u !== void 0 ? u : o,
|
|
103
95
|
role: h
|
|
104
96
|
}, (0, _dom.getPrefixedDataAttributes)(f, "Callout")), {
|
|
105
97
|
children: /* @__PURE__ */ (0, _jsxruntime.jsxs)(_themevariantcontext.ThemeVariant, {
|
|
106
98
|
isInverse: !1,
|
|
107
99
|
children: [
|
|
108
|
-
|
|
100
|
+
a && /* @__PURE__ */ (0, _jsxruntime.jsx)(_box.default, {
|
|
109
101
|
paddingRight: 16,
|
|
110
|
-
children:
|
|
102
|
+
children: a
|
|
111
103
|
}),
|
|
112
104
|
/* @__PURE__ */ (0, _jsxruntime.jsxs)("div", {
|
|
113
105
|
className: _calloutcssmistica.content,
|
|
@@ -126,7 +118,7 @@ const W = (param)=>{
|
|
|
126
118
|
/* @__PURE__ */ (0, _jsxruntime.jsx)(_text.Text3, {
|
|
127
119
|
as: c,
|
|
128
120
|
regular: !0,
|
|
129
|
-
children:
|
|
121
|
+
children: o
|
|
130
122
|
}),
|
|
131
123
|
/* @__PURE__ */ (0, _jsxruntime.jsx)(_text.Text2, {
|
|
132
124
|
as: "p",
|
|
@@ -143,10 +135,10 @@ const W = (param)=>{
|
|
|
143
135
|
})
|
|
144
136
|
]
|
|
145
137
|
}),
|
|
146
|
-
(
|
|
147
|
-
primaryButton:
|
|
148
|
-
secondaryButton:
|
|
149
|
-
link:
|
|
138
|
+
(i || l || m) && /* @__PURE__ */ (0, _jsxruntime.jsx)(_buttongroup.default, {
|
|
139
|
+
primaryButton: i,
|
|
140
|
+
secondaryButton: l,
|
|
141
|
+
link: m
|
|
150
142
|
})
|
|
151
143
|
]
|
|
152
144
|
}),
|
|
@@ -158,7 +150,7 @@ const W = (param)=>{
|
|
|
158
150
|
bleedRight: !0,
|
|
159
151
|
Icon: _iconcloseregular.default,
|
|
160
152
|
onPress: t,
|
|
161
|
-
"aria-label":
|
|
153
|
+
"aria-label": p || x.closeButtonLabel || g(_texttokens.closeButtonLabel)
|
|
162
154
|
})
|
|
163
155
|
})
|
|
164
156
|
]
|
|
@@ -166,4 +158,4 @@ const W = (param)=>{
|
|
|
166
158
|
]
|
|
167
159
|
})
|
|
168
160
|
}));
|
|
169
|
-
},
|
|
161
|
+
}, or = W;
|
package/dist/card.css-mistica.js
CHANGED
|
@@ -10,82 +10,85 @@ function _export(target, all) {
|
|
|
10
10
|
}
|
|
11
11
|
_export(exports, {
|
|
12
12
|
actions: function() {
|
|
13
|
-
return
|
|
13
|
+
return _;
|
|
14
14
|
},
|
|
15
15
|
boxed: function() {
|
|
16
16
|
return e;
|
|
17
17
|
},
|
|
18
18
|
cardContainer: function() {
|
|
19
|
+
return y;
|
|
20
|
+
},
|
|
21
|
+
cardContentContainer: function() {
|
|
19
22
|
return r;
|
|
20
23
|
},
|
|
21
24
|
circularMediaOverlay: function() {
|
|
22
|
-
return
|
|
25
|
+
return f;
|
|
23
26
|
},
|
|
24
27
|
dataCard: function() {
|
|
25
|
-
return
|
|
28
|
+
return s;
|
|
26
29
|
},
|
|
27
30
|
dataCardTopActionsWithoutIcon: function() {
|
|
28
|
-
return
|
|
31
|
+
return i;
|
|
29
32
|
},
|
|
30
33
|
displayCardBackground: function() {
|
|
31
|
-
return
|
|
34
|
+
return t;
|
|
32
35
|
},
|
|
33
36
|
displayCardContainer: function() {
|
|
34
37
|
return d;
|
|
35
38
|
},
|
|
36
39
|
displayCardContent: function() {
|
|
37
|
-
return
|
|
40
|
+
return h;
|
|
38
41
|
},
|
|
39
42
|
displayCardGradient: function() {
|
|
40
43
|
return o;
|
|
41
44
|
},
|
|
42
45
|
flexColumn: function() {
|
|
43
|
-
return
|
|
46
|
+
return C;
|
|
44
47
|
},
|
|
45
48
|
mediaCard: function() {
|
|
46
|
-
return
|
|
49
|
+
return l;
|
|
47
50
|
},
|
|
48
51
|
mediaCardAsset: function() {
|
|
49
|
-
return
|
|
52
|
+
return c;
|
|
50
53
|
},
|
|
51
54
|
mediaCardContent: function() {
|
|
52
|
-
return
|
|
55
|
+
return b;
|
|
53
56
|
},
|
|
54
57
|
nakedCardContent: function() {
|
|
55
|
-
return
|
|
58
|
+
return u;
|
|
56
59
|
},
|
|
57
60
|
snapCard: function() {
|
|
58
|
-
return
|
|
61
|
+
return k;
|
|
59
62
|
},
|
|
60
63
|
touchable: function() {
|
|
61
|
-
return
|
|
64
|
+
return p;
|
|
62
65
|
},
|
|
63
66
|
touchableCardOverlay: function() {
|
|
64
|
-
return
|
|
67
|
+
return m;
|
|
65
68
|
},
|
|
66
69
|
touchableCardOverlayInverse: function() {
|
|
67
|
-
return
|
|
70
|
+
return q;
|
|
68
71
|
},
|
|
69
72
|
touchableCardOverlayMedia: function() {
|
|
70
|
-
return
|
|
73
|
+
return O;
|
|
71
74
|
},
|
|
72
75
|
touchableContainer: function() {
|
|
73
|
-
return
|
|
76
|
+
return j;
|
|
74
77
|
},
|
|
75
78
|
touchableMediaCardOverlay: function() {
|
|
76
|
-
return
|
|
79
|
+
return w;
|
|
77
80
|
},
|
|
78
81
|
touchableNakedMediaOverlay: function() {
|
|
79
|
-
return
|
|
82
|
+
return x;
|
|
80
83
|
},
|
|
81
84
|
vars: function() {
|
|
82
|
-
return
|
|
85
|
+
return M;
|
|
83
86
|
}
|
|
84
87
|
});
|
|
85
88
|
require("./sprinkles.css.ts.vanilla.css-mistica.js");
|
|
86
89
|
require("./icon-button.css.ts.vanilla.css-mistica.js");
|
|
87
90
|
require("./card.css.ts.vanilla.css-mistica.js");
|
|
88
|
-
var
|
|
89
|
-
aspectRatio: "var(--
|
|
90
|
-
topActionsCount: "var(--
|
|
91
|
+
var _ = "_15e54s91 _1y2v1nfhk _1y2v1nfi6 _1y2v1nfi0", e = "_15e54s93 _1y2v1nfhk _1y2v1nfhe", y = "_15e54s9w", r = "_1y2v1nfhk _1y2v1nfi6 _1y2v1nfhw _1y2v1nfhq", f = "_15e54s99", s = "_15e54s9l _1y2v1nfaa _1y2v1nfbj _1y2v1nf7y _1y2v1nf97 _1y2v1nfhk _1y2v1nfi6 _1y2v1nfhe _1y2v1nfhq _1y2v1nfi7", i = "_15e54s9x", t = "_15e54s9s", d = "_1y2v1nfi7 _1y2v1nfio _1y2v1nfhk _1y2v1nfhe", h = "_15e54s9r", o = "_15e54s9t", C = "_15e54s9y", l = "_1y2v1nfhk _1y2v1nfhq _1y2v1nfio _1y2v1nfi7 _1y2v1nfi6", c = "_15e54s9h", b = "_15e54s9g _1y2v1nfaa _1y2v1nfbj _1y2v1nfhk _1y2v1nfi6 _1y2v1nfhe _1y2v1nf7s _1y2v1nf97 _1y2v1nfhq _1y2v1nfhw", u = "_15e54s9j _1y2v1nfhk _1y2v1nfi6 _1y2v1nfhe _1y2v1nfhq _1y2v1nfhw _1y2v1nf7s _1y2v1nfbj", k = "_15e54s9n _1y2v1nf7s _1y2v1nf91 _1y2v1nfaa _1y2v1nfbj _1y2v1nfhk _1y2v1nfhe _1y2v1nfio _1y2v1nfhq _1y2v1nfhw _1y2v1nfi7 _1y2v1nfi6", p = "_15e54s96", m = "_15e54s9b _15e54s97", q = "_15e54s9c _15e54s97", O = "_15e54s9d _15e54s97", j = "_15e54s95", w = "_15e54s98 _15e54s97", x = "_15e54s9a _15e54s97", M = {
|
|
92
|
+
aspectRatio: "var(--_15e54s9u)",
|
|
93
|
+
topActionsCount: "var(--_15e54s9v)"
|
|
91
94
|
};
|
package/dist/card.css.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export declare const actions: string;
|
|
2
2
|
export declare const boxed: string;
|
|
3
|
+
export declare const cardContentContainer: string;
|
|
3
4
|
export declare const touchableContainer: string;
|
|
4
5
|
export declare const touchable: string;
|
|
5
6
|
export declare const touchableMediaCardOverlay: string;
|
package/dist/card.js
CHANGED
|
@@ -20,28 +20,28 @@ _export(exports, {
|
|
|
20
20
|
return Z;
|
|
21
21
|
},
|
|
22
22
|
DataCard: function() {
|
|
23
|
-
return
|
|
23
|
+
return Ua;
|
|
24
24
|
},
|
|
25
25
|
DisplayDataCard: function() {
|
|
26
|
-
return
|
|
26
|
+
return Pa;
|
|
27
27
|
},
|
|
28
28
|
DisplayMediaCard: function() {
|
|
29
|
-
return
|
|
29
|
+
return Za;
|
|
30
30
|
},
|
|
31
31
|
MediaCard: function() {
|
|
32
|
-
return
|
|
32
|
+
return Ja;
|
|
33
33
|
},
|
|
34
34
|
NakedCard: function() {
|
|
35
|
-
return
|
|
35
|
+
return Ka;
|
|
36
36
|
},
|
|
37
37
|
PosterCard: function() {
|
|
38
|
-
return
|
|
38
|
+
return er;
|
|
39
39
|
},
|
|
40
40
|
SmallNakedCard: function() {
|
|
41
|
-
return
|
|
41
|
+
return Qa;
|
|
42
42
|
},
|
|
43
43
|
SnapCard: function() {
|
|
44
|
-
return
|
|
44
|
+
return Ya;
|
|
45
45
|
},
|
|
46
46
|
useVideoWithControls: function() {
|
|
47
47
|
return Ve;
|
|
@@ -61,7 +61,6 @@ const _skincontractcssmistica = require("./skins/skin-contract.css-mistica.js");
|
|
|
61
61
|
const _cardcssmistica = require("./card.css-mistica.js");
|
|
62
62
|
const _imagecssmistica = require("./image.css-mistica.js");
|
|
63
63
|
const _hooks = require("./hooks.js");
|
|
64
|
-
const _sprinklescssmistica = require("./sprinkles.css-mistica.js");
|
|
65
64
|
const _iconbutton = require("./icon-button.js");
|
|
66
65
|
const _iconcloseregular = /*#__PURE__*/ _interop_require_default(require("./generated/mistica-icons/icon-close-regular.js"));
|
|
67
66
|
const _iconpausefilled = /*#__PURE__*/ _interop_require_default(require("./generated/mistica-icons/icon-pause-filled.js"));
|
|
@@ -382,12 +381,7 @@ const M = ()=>{
|
|
|
382
381
|
let { headline: a, headlineRef: r, pretitle: t, pretitleLinesMax: n, title: o, titleAs: d = "h3", titleLinesMax: l, subtitle: i, subtitleLinesMax: h, description: c, descriptionLinesMax: p, extra: m, extraRef: u, button: f, buttonLink: x } = param;
|
|
383
382
|
const { textPresets: b } = (0, _hooks.useTheme)();
|
|
384
383
|
return /* @__PURE__ */ (0, _jsxruntime.jsxs)("div", {
|
|
385
|
-
className:
|
|
386
|
-
display: "flex",
|
|
387
|
-
flex: 1,
|
|
388
|
-
justifyContent: "space-between",
|
|
389
|
-
flexDirection: "column"
|
|
390
|
-
}),
|
|
384
|
+
className: _cardcssmistica.cardContentContainer,
|
|
391
385
|
children: [
|
|
392
386
|
/* @__PURE__ */ (0, _jsxruntime.jsxs)("div", {
|
|
393
387
|
className: _cardcssmistica.flexColumn,
|
|
@@ -471,7 +465,7 @@ const M = ()=>{
|
|
|
471
465
|
})
|
|
472
466
|
]
|
|
473
467
|
});
|
|
474
|
-
},
|
|
468
|
+
}, Ja = /*#__PURE__*/ _react.forwardRef((_param, D)=>{
|
|
475
469
|
var { media: a, asset: r, headline: t, pretitle: n, pretitleLinesMax: o, subtitle: d, subtitleLinesMax: l, title: i, titleAs: h = "h3", titleLinesMax: c, description: p, descriptionLinesMax: m, extra: u, actions: f, button: x, buttonLink: b, dataAttributes: C, "aria-label": T, onClose: S, closeButtonLabel: N } = _param, y = _object_without_properties(_param, [
|
|
476
470
|
"media",
|
|
477
471
|
"asset",
|
|
@@ -582,7 +576,7 @@ const M = ()=>{
|
|
|
582
576
|
})
|
|
583
577
|
]
|
|
584
578
|
});
|
|
585
|
-
}),
|
|
579
|
+
}), Ka = /*#__PURE__*/ _react.forwardRef((_param, D)=>{
|
|
586
580
|
var { media: a, asset: r, headline: t, pretitle: n, pretitleLinesMax: o, subtitle: d, subtitleLinesMax: l, title: i, titleAs: h = "h3", titleLinesMax: c, description: p, descriptionLinesMax: m, extra: u, actions: f, button: x, buttonLink: b, dataAttributes: C, "aria-label": T, onClose: S, closeButtonLabel: N } = _param, y = _object_without_properties(_param, [
|
|
587
581
|
"media",
|
|
588
582
|
"asset",
|
|
@@ -690,7 +684,7 @@ const M = ()=>{
|
|
|
690
684
|
})
|
|
691
685
|
]
|
|
692
686
|
});
|
|
693
|
-
}),
|
|
687
|
+
}), Qa = /*#__PURE__*/ _react.forwardRef((_param, u)=>{
|
|
694
688
|
var { media: a, title: r, titleAs: t = "h3", titleLinesMax: n, subtitle: o, subtitleLinesMax: d, description: l, descriptionLinesMax: i, extra: h, dataAttributes: c, "aria-label": p } = _param, m = _object_without_properties(_param, [
|
|
695
689
|
"media",
|
|
696
690
|
"title",
|
|
@@ -780,7 +774,7 @@ const M = ()=>{
|
|
|
780
774
|
})
|
|
781
775
|
}))
|
|
782
776
|
});
|
|
783
|
-
}),
|
|
777
|
+
}), Ua = /*#__PURE__*/ _react.forwardRef((_param, D)=>{
|
|
784
778
|
var { asset: a, headline: r, pretitle: t, pretitleLinesMax: n, title: o, titleAs: d = "h3", titleLinesMax: l, subtitle: i, subtitleLinesMax: h, description: c, descriptionLinesMax: p, extra: m, actions: u, button: f, buttonLink: x, dataAttributes: b, "aria-label": C, onClose: T, closeButtonLabel: S, aspectRatio: N } = _param, y = _object_without_properties(_param, [
|
|
785
779
|
"asset",
|
|
786
780
|
"headline",
|
|
@@ -894,7 +888,7 @@ const M = ()=>{
|
|
|
894
888
|
})
|
|
895
889
|
]
|
|
896
890
|
});
|
|
897
|
-
}),
|
|
891
|
+
}), Ya = /*#__PURE__*/ _react.forwardRef((_param, x)=>{
|
|
898
892
|
var { asset: a, title: r, titleAs: t = "h3", titleLinesMax: n, subtitle: o, subtitleLinesMax: d, description: l, descriptionLinesMax: i, dataAttributes: h, "aria-label": c, extra: p, isInverse: m = !1, aspectRatio: u } = _param, f = _object_without_properties(_param, [
|
|
899
893
|
"asset",
|
|
900
894
|
"title",
|
|
@@ -1196,7 +1190,7 @@ const M = ()=>{
|
|
|
1196
1190
|
})
|
|
1197
1191
|
]
|
|
1198
1192
|
});
|
|
1199
|
-
}),
|
|
1193
|
+
}), Za = /*#__PURE__*/ _react.forwardRef((_param, t)=>{
|
|
1200
1194
|
var { dataAttributes: a } = _param, r = _object_without_properties(_param, [
|
|
1201
1195
|
"dataAttributes"
|
|
1202
1196
|
]);
|
|
@@ -1207,7 +1201,7 @@ const M = ()=>{
|
|
|
1207
1201
|
"component-name": "DisplayMediaCard"
|
|
1208
1202
|
}, a)
|
|
1209
1203
|
}));
|
|
1210
|
-
}),
|
|
1204
|
+
}), Pa = /*#__PURE__*/ _react.forwardRef((_param, t)=>{
|
|
1211
1205
|
var { dataAttributes: a } = _param, r = _object_without_properties(_param, [
|
|
1212
1206
|
"dataAttributes"
|
|
1213
1207
|
]);
|
|
@@ -1217,7 +1211,7 @@ const M = ()=>{
|
|
|
1217
1211
|
"component-name": "DisplayDataCard"
|
|
1218
1212
|
}, a)
|
|
1219
1213
|
}));
|
|
1220
|
-
}),
|
|
1214
|
+
}), er = /*#__PURE__*/ _react.forwardRef((_param, I)=>{
|
|
1221
1215
|
var { dataAttributes: a, backgroundImage: r, backgroundVideo: t, poster: n, backgroundVideoRef: o, width: d, height: l, aspectRatio: i = "7:10", "aria-label": h, actions: c, onClose: p, closeButtonLabel: m, asset: u, headline: f, pretitle: x, pretitleLinesMax: b, title: C, titleAs: T = "h3", titleLinesMax: S, subtitle: N, subtitleLinesMax: y, description: D, descriptionLinesMax: R, extra: z, variant: H, isInverse: E, backgroundColor: w } = _param, k = _object_without_properties(_param, [
|
|
1222
1216
|
"dataAttributes",
|
|
1223
1217
|
"backgroundImage",
|
|
@@ -10,72 +10,81 @@ function _export(target, all) {
|
|
|
10
10
|
}
|
|
11
11
|
_export(exports, {
|
|
12
12
|
MIN_HEIGHT: function() {
|
|
13
|
-
return
|
|
13
|
+
return f;
|
|
14
14
|
},
|
|
15
15
|
actions: function() {
|
|
16
|
-
return
|
|
16
|
+
return n;
|
|
17
17
|
},
|
|
18
18
|
actionsVariants: function() {
|
|
19
|
-
return
|
|
19
|
+
return _;
|
|
20
20
|
},
|
|
21
21
|
adjustButtonLink: function() {
|
|
22
22
|
return t;
|
|
23
23
|
},
|
|
24
24
|
button: function() {
|
|
25
|
-
return
|
|
25
|
+
return o;
|
|
26
26
|
},
|
|
27
27
|
buttonMobile: function() {
|
|
28
|
-
return
|
|
28
|
+
return u;
|
|
29
29
|
},
|
|
30
30
|
cardContentStyle: function() {
|
|
31
31
|
return i;
|
|
32
32
|
},
|
|
33
|
+
container: function() {
|
|
34
|
+
return y;
|
|
35
|
+
},
|
|
33
36
|
dataCard: function() {
|
|
34
37
|
return x;
|
|
35
38
|
},
|
|
36
39
|
divider: function() {
|
|
37
|
-
return
|
|
40
|
+
return e;
|
|
38
41
|
},
|
|
39
42
|
footerDirection: function() {
|
|
40
|
-
return
|
|
43
|
+
return h;
|
|
44
|
+
},
|
|
45
|
+
footerImage: function() {
|
|
46
|
+
return d;
|
|
41
47
|
},
|
|
42
48
|
footerText: function() {
|
|
43
|
-
return
|
|
49
|
+
return c;
|
|
44
50
|
},
|
|
45
51
|
marginRightAuto: function() {
|
|
46
|
-
return
|
|
52
|
+
return b;
|
|
47
53
|
},
|
|
48
54
|
marginRightButton: function() {
|
|
49
|
-
return
|
|
55
|
+
return m;
|
|
50
56
|
},
|
|
51
57
|
minHeight: function() {
|
|
52
|
-
return
|
|
58
|
+
return p;
|
|
53
59
|
},
|
|
54
60
|
paddingX: function() {
|
|
55
|
-
return
|
|
61
|
+
return s;
|
|
56
62
|
},
|
|
57
63
|
topActionsWithoutIcon: function() {
|
|
58
|
-
return
|
|
64
|
+
return g;
|
|
59
65
|
},
|
|
60
66
|
touchable: function() {
|
|
61
|
-
return
|
|
67
|
+
return l;
|
|
62
68
|
},
|
|
63
69
|
touchableCardHoverOverlay: function() {
|
|
64
|
-
return
|
|
70
|
+
return k;
|
|
65
71
|
},
|
|
66
72
|
vars: function() {
|
|
67
|
-
return
|
|
73
|
+
return j;
|
|
74
|
+
},
|
|
75
|
+
withPaddingTop: function() {
|
|
76
|
+
return C;
|
|
68
77
|
},
|
|
69
78
|
zindex: function() {
|
|
70
|
-
return
|
|
79
|
+
return H;
|
|
71
80
|
}
|
|
72
81
|
});
|
|
73
82
|
require("../sprinkles.css.ts.vanilla.css-mistica.js");
|
|
74
83
|
require("../icon-button.css.ts.vanilla.css-mistica.js");
|
|
75
84
|
require("./advanced-data-card.css.ts.vanilla.css-mistica.js");
|
|
76
|
-
var
|
|
77
|
-
default: "
|
|
78
|
-
mobile: "
|
|
79
|
-
}, t = "
|
|
80
|
-
topActionsCount: "var(--
|
|
81
|
-
},
|
|
85
|
+
var f = 216, n = "_1x00fru4 _1x00fru2 _1y2v1nfaa _1y2v1nfbj _1y2v1nfhk _1y2v1nfhw _1y2v1nf97", _ = {
|
|
86
|
+
default: "_1x00fruj",
|
|
87
|
+
mobile: "_1x00fruk"
|
|
88
|
+
}, t = "_1x00frus", o = "_1x00frun", u = "_1x00fruo _1x00frun", i = "_1x00fru8 _1x00fru2 _1y2v1nfaa _1y2v1nfbj _1y2v1nf7m _1y2v1nf97", y = "_1y2v1nfhe _1y2v1nfio", x = "_1x00fruc _1y2v1nfhe _1y2v1nfhk _1y2v1nfi6 _1y2v1nfhq", e = "_1x00fruh", h = "_1x00frur _1y2v1nfhk _1y2v1nfhp", d = "_1y2v1nfhz _1y2v1nfhk", c = "_1y2v1nfhk _1y2v1nfi6 _1y2v1nfhz _1y2v1nfjt", b = "_1x00frul", m = "_1x00frut", p = "_1x00frua", s = "_1x00fru2 _1y2v1nfaa _1y2v1nfbj", g = "_1x00fruv", l = "_1x00fru5", k = "_1x00fru6", j = {
|
|
89
|
+
topActionsCount: "var(--_1x00fruu)"
|
|
90
|
+
}, C = "_1y2v1nf7s", H = "_1x00fru9";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
export declare const container: string;
|
|
1
2
|
export declare const paddingX: string;
|
|
2
3
|
export declare const actions: string;
|
|
3
4
|
export declare const touchable: string;
|
|
@@ -14,8 +15,10 @@ export declare const divider: string;
|
|
|
14
15
|
export declare const footerText: string;
|
|
15
16
|
export declare const actionsVariants: Record<"default" | "mobile", string>;
|
|
16
17
|
export declare const marginRightAuto: string;
|
|
18
|
+
export declare const withPaddingTop: string;
|
|
17
19
|
export declare const button: string;
|
|
18
20
|
export declare const buttonMobile: string;
|
|
21
|
+
export declare const footerImage: string;
|
|
19
22
|
export declare const footerDirection: string;
|
|
20
23
|
export declare const adjustButtonLink: string;
|
|
21
24
|
export declare const marginRightButton: string;
|