@telefonica/mistica 14.16.1 → 14.17.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/button.css-mistica.js +19 -16
- package/dist/button.css.d.ts +1 -0
- package/dist/button.d.ts +6 -1
- package/dist/button.js +161 -115
- package/dist/card.js +41 -41
- package/dist/list.css-mistica.js +17 -11
- package/dist/list.css.d.ts +2 -0
- package/dist/list.d.ts +1 -0
- package/dist/list.js +106 -94
- package/dist/package-version.js +1 -1
- package/dist/skins/blau.js +11 -10
- package/dist/skins/defaults.js +1 -0
- package/dist/skins/movistar-legacy.js +11 -10
- package/dist/skins/movistar.js +11 -10
- package/dist/skins/o2.js +11 -10
- package/dist/skins/telefonica.js +11 -10
- package/dist/skins/types/index.d.ts +1 -0
- package/dist/skins/vivo-new.js +11 -10
- package/dist/skins/vivo.js +11 -10
- package/dist/spinner.css-mistica.js +4 -4
- package/dist/tabs.js +13 -13
- package/dist-es/button.css-mistica.js +3 -3
- package/dist-es/button.js +201 -155
- package/dist-es/card.js +66 -66
- package/dist-es/list.css-mistica.js +2 -2
- package/dist-es/list.js +143 -131
- package/dist-es/package-version.js +1 -1
- package/dist-es/skins/blau.js +11 -10
- package/dist-es/skins/defaults.js +1 -0
- package/dist-es/skins/movistar-legacy.js +11 -10
- package/dist-es/skins/movistar.js +11 -10
- package/dist-es/skins/o2.js +11 -10
- package/dist-es/skins/telefonica.js +11 -10
- package/dist-es/skins/vivo-new.js +11 -10
- package/dist-es/skins/vivo.js +11 -10
- package/dist-es/spinner.css-mistica.js +2 -2
- package/dist-es/style.css +1 -1
- package/dist-es/tabs.js +18 -18
- package/package.json +1 -1
package/dist-es/card.js
CHANGED
|
@@ -87,11 +87,11 @@ import { Boxed as Z, InternalBoxed as L } from "./boxed.js";
|
|
|
87
87
|
import q from "./button-group.js";
|
|
88
88
|
import we, { MediaBorderRadiusProvider as Be } from "./image.js";
|
|
89
89
|
import { BaseTouchable as O } from "./touchable.js";
|
|
90
|
-
import { vars as
|
|
91
|
-
import { touchableContainer as
|
|
90
|
+
import { vars as f } from "./skins/skin-contract.css-mistica.js";
|
|
91
|
+
import { touchableContainer as P, boxed as _, touchable as E, mediaCard as Ie, mediaCardContent as Ae, dataCard as be, actions as ee, snapCard as Re, videoAction as V, displayCardContainer as re, displayCardBackground as ae, displayCardContent as ie, displayCardGradient as ne, cardActionIconButton as Q, cardContainer as De, vars as Me, touchableMediaCardOverlay as ze, touchableCardOverlay as J, touchableCardOverlayInverse as te, touchableCardOverlayMedia as se, cardAction as He, cardActionInverse as Oe, cardActionMedia as Pe } from "./card.css-mistica.js";
|
|
92
92
|
import { useTheme as K } from "./hooks.js";
|
|
93
93
|
import { sprinkles as oe } from "./sprinkles.css-mistica.js";
|
|
94
|
-
import
|
|
94
|
+
import _e from "./icon-button.js";
|
|
95
95
|
import Ee from "./generated/mistica-icons/icon-close-regular.js";
|
|
96
96
|
import We from "./generated/mistica-icons/icon-pause-filled.js";
|
|
97
97
|
import Ge from "./generated/mistica-icons/icon-play-filled.js";
|
|
@@ -114,13 +114,13 @@ const ce = (r, a)=>{
|
|
|
114
114
|
}, he = 48, k = (param)=>{
|
|
115
115
|
let { actions: r , onClose: a , type: i = "default" } = param;
|
|
116
116
|
const s = ce(r, a), h = s.length > 0, o = {
|
|
117
|
-
default:
|
|
118
|
-
inverse:
|
|
117
|
+
default: f.colors.neutralHigh,
|
|
118
|
+
inverse: f.colors.inverse,
|
|
119
119
|
media: "#000000"
|
|
120
120
|
}, p = {
|
|
121
121
|
default: He,
|
|
122
122
|
inverse: Oe,
|
|
123
|
-
media:
|
|
123
|
+
media: Pe
|
|
124
124
|
};
|
|
125
125
|
return h ? /* @__PURE__ */ e("div", {
|
|
126
126
|
style: {
|
|
@@ -135,7 +135,7 @@ const ce = (r, a)=>{
|
|
|
135
135
|
}),
|
|
136
136
|
children: s.map((param, m)=>{
|
|
137
137
|
let { onPress: l , label: d , Icon: t , iconSize: u = 20 } = param;
|
|
138
|
-
return t ? /* @__PURE__ */ e(
|
|
138
|
+
return t ? /* @__PURE__ */ e(_e, {
|
|
139
139
|
size: he,
|
|
140
140
|
onPress: l,
|
|
141
141
|
"aria-label": d,
|
|
@@ -257,7 +257,7 @@ const ce = (r, a)=>{
|
|
|
257
257
|
};
|
|
258
258
|
}, fe = (param)=>{
|
|
259
259
|
let { headline: r , pretitle: a , pretitleLinesMax: i , title: s , titleLinesMax: h , subtitle: o , subtitleLinesMax: p , description: l , descriptionLinesMax: d , extra: t , button: u , buttonLink: m } = param;
|
|
260
|
-
const { textPresets:
|
|
260
|
+
const { textPresets: v } = K(), g = ()=>r ? typeof r == "string" ? /* @__PURE__ */ e(Te, {
|
|
261
261
|
type: "promo",
|
|
262
262
|
children: r
|
|
263
263
|
}) : r : null;
|
|
@@ -295,7 +295,7 @@ const ce = (r, a)=>{
|
|
|
295
295
|
desktopSize: 20,
|
|
296
296
|
desktopLineHeight: "28px",
|
|
297
297
|
truncate: h,
|
|
298
|
-
weight:
|
|
298
|
+
weight: v.cardTitle.weight,
|
|
299
299
|
as: "h3",
|
|
300
300
|
hyphens: "auto",
|
|
301
301
|
children: s
|
|
@@ -316,7 +316,7 @@ const ce = (r, a)=>{
|
|
|
316
316
|
truncate: d,
|
|
317
317
|
as: "p",
|
|
318
318
|
regular: !0,
|
|
319
|
-
color:
|
|
319
|
+
color: f.colors.textSecondary,
|
|
320
320
|
hyphens: "auto",
|
|
321
321
|
children: l
|
|
322
322
|
})
|
|
@@ -336,8 +336,8 @@ const ce = (r, a)=>{
|
|
|
336
336
|
})
|
|
337
337
|
]
|
|
338
338
|
});
|
|
339
|
-
}, Sr = /*#__PURE__*/ T.forwardRef((_param,
|
|
340
|
-
var { media: r , headline: a , pretitle: i , pretitleLinesMax: s , subtitle: h , subtitleLinesMax: o , title: p , titleLinesMax: l , description: d , descriptionLinesMax: t , extra: u , actions: m , button:
|
|
339
|
+
}, Sr = /*#__PURE__*/ T.forwardRef((_param, B)=>{
|
|
340
|
+
var { media: r , headline: a , pretitle: i , pretitleLinesMax: s , subtitle: h , subtitleLinesMax: o , title: p , titleLinesMax: l , description: d , descriptionLinesMax: t , extra: u , actions: m , button: v , buttonLink: g , dataAttributes: w , "aria-label": C , onClose: S } = _param, c = _object_without_properties(_param, [
|
|
341
341
|
"media",
|
|
342
342
|
"headline",
|
|
343
343
|
"pretitle",
|
|
@@ -359,14 +359,14 @@ const ce = (r, a)=>{
|
|
|
359
359
|
const N = c.href || c.to || c.onPress, b = ze;
|
|
360
360
|
return /* @__PURE__ */ n(W, {
|
|
361
361
|
"aria-label": C,
|
|
362
|
-
className:
|
|
362
|
+
className: P,
|
|
363
363
|
children: [
|
|
364
364
|
/* @__PURE__ */ e(Z, {
|
|
365
|
-
className:
|
|
365
|
+
className: _,
|
|
366
366
|
dataAttributes: _object_spread({
|
|
367
367
|
"component-name": "MediaCard"
|
|
368
|
-
},
|
|
369
|
-
ref:
|
|
368
|
+
}, w),
|
|
369
|
+
ref: B,
|
|
370
370
|
width: "100%",
|
|
371
371
|
height: "100%",
|
|
372
372
|
children: /* @__PURE__ */ n(O, _object_spread_props(_object_spread({
|
|
@@ -398,7 +398,7 @@ const ce = (r, a)=>{
|
|
|
398
398
|
description: d,
|
|
399
399
|
descriptionLinesMax: t,
|
|
400
400
|
extra: u,
|
|
401
|
-
button:
|
|
401
|
+
button: v,
|
|
402
402
|
buttonLink: g
|
|
403
403
|
})
|
|
404
404
|
})
|
|
@@ -414,8 +414,8 @@ const ce = (r, a)=>{
|
|
|
414
414
|
})
|
|
415
415
|
]
|
|
416
416
|
});
|
|
417
|
-
}), xr = /*#__PURE__*/ T.forwardRef((_param,
|
|
418
|
-
var { icon: r , headline: a , pretitle: i , pretitleLinesMax: s , title: h , titleLinesMax: o , subtitle: p , subtitleLinesMax: l , description: d , descriptionLinesMax: t , extra: u , actions: m , button:
|
|
417
|
+
}), xr = /*#__PURE__*/ T.forwardRef((_param, B)=>{
|
|
418
|
+
var { icon: r , headline: a , pretitle: i , pretitleLinesMax: s , title: h , titleLinesMax: o , subtitle: p , subtitleLinesMax: l , description: d , descriptionLinesMax: t , extra: u , actions: m , button: v , buttonLink: g , dataAttributes: w , "aria-label": C , onClose: S } = _param, c = _object_without_properties(_param, [
|
|
419
419
|
"icon",
|
|
420
420
|
"headline",
|
|
421
421
|
"pretitle",
|
|
@@ -441,14 +441,14 @@ const ce = (r, a)=>{
|
|
|
441
441
|
};
|
|
442
442
|
return /* @__PURE__ */ n(W, {
|
|
443
443
|
"aria-label": C,
|
|
444
|
-
className:
|
|
444
|
+
className: P,
|
|
445
445
|
children: [
|
|
446
446
|
/* @__PURE__ */ e(Z, {
|
|
447
|
-
className:
|
|
447
|
+
className: _,
|
|
448
448
|
dataAttributes: _object_spread({
|
|
449
449
|
"component-name": "DataCard"
|
|
450
|
-
},
|
|
451
|
-
ref:
|
|
450
|
+
}, w),
|
|
451
|
+
ref: B,
|
|
452
452
|
width: "100%",
|
|
453
453
|
height: "100%",
|
|
454
454
|
children: /* @__PURE__ */ n(O, _object_spread_props(_object_spread({
|
|
@@ -491,10 +491,10 @@ const ce = (r, a)=>{
|
|
|
491
491
|
u && /* @__PURE__ */ e("div", {
|
|
492
492
|
children: u
|
|
493
493
|
}),
|
|
494
|
-
(
|
|
494
|
+
(v || g) && /* @__PURE__ */ e("div", {
|
|
495
495
|
className: ee,
|
|
496
496
|
children: /* @__PURE__ */ e(q, {
|
|
497
|
-
primaryButton:
|
|
497
|
+
primaryButton: v,
|
|
498
498
|
link: g
|
|
499
499
|
})
|
|
500
500
|
})
|
|
@@ -522,11 +522,11 @@ const ce = (r, a)=>{
|
|
|
522
522
|
"extra",
|
|
523
523
|
"isInverse"
|
|
524
524
|
]);
|
|
525
|
-
const m = t.href || t.to || t.onPress,
|
|
525
|
+
const m = t.href || t.to || t.onPress, v = d ? te : J;
|
|
526
526
|
return /* @__PURE__ */ e(W, {
|
|
527
|
-
className:
|
|
527
|
+
className: P,
|
|
528
528
|
children: /* @__PURE__ */ e(Z, {
|
|
529
|
-
className:
|
|
529
|
+
className: _,
|
|
530
530
|
dataAttributes: _object_spread({
|
|
531
531
|
"component-name": "SnapCard"
|
|
532
532
|
}, o),
|
|
@@ -541,7 +541,7 @@ const ce = (r, a)=>{
|
|
|
541
541
|
"aria-label": p,
|
|
542
542
|
children: [
|
|
543
543
|
m && /* @__PURE__ */ e("div", {
|
|
544
|
-
className:
|
|
544
|
+
className: v
|
|
545
545
|
}),
|
|
546
546
|
/* @__PURE__ */ n("section", {
|
|
547
547
|
className: Re,
|
|
@@ -565,7 +565,7 @@ const ce = (r, a)=>{
|
|
|
565
565
|
s && /* @__PURE__ */ e(A, {
|
|
566
566
|
truncate: h,
|
|
567
567
|
regular: !0,
|
|
568
|
-
color:
|
|
568
|
+
color: f.colors.textSecondary,
|
|
569
569
|
as: "p",
|
|
570
570
|
hyphens: "auto",
|
|
571
571
|
children: s
|
|
@@ -584,7 +584,7 @@ const ce = (r, a)=>{
|
|
|
584
584
|
})
|
|
585
585
|
});
|
|
586
586
|
}), Ke = 264, ve = /*#__PURE__*/ T.forwardRef((_param, G)=>{
|
|
587
|
-
var { isInverse: r , backgroundImage: a , backgroundVideo: i , backgroundVideoRef: s , poster: h , icon: o , headline: p , pretitle: l , pretitleLinesMax: d , title: t , titleLinesMax: u , description: m , descriptionLinesMax:
|
|
587
|
+
var { isInverse: r , backgroundImage: a , backgroundVideo: i , backgroundVideoRef: s , poster: h , icon: o , headline: p , pretitle: l , pretitleLinesMax: d , title: t , titleLinesMax: u , description: m , descriptionLinesMax: v , extra: g , button: w , secondaryButton: C , onClose: S , actions: c , buttonLink: B , dataAttributes: N , width: b , height: z , aspectRatio: H , "aria-label": R } = _param, M = _object_without_properties(_param, [
|
|
588
588
|
"isInverse",
|
|
589
589
|
"backgroundImage",
|
|
590
590
|
"backgroundVideo",
|
|
@@ -610,36 +610,36 @@ const ce = (r, a)=>{
|
|
|
610
610
|
"aspectRatio",
|
|
611
611
|
"aria-label"
|
|
612
612
|
]);
|
|
613
|
-
const
|
|
613
|
+
const I = me(a), { video: X , videoStatus: j , onVideoControlPress: U } = ue(i, h, s);
|
|
614
614
|
i && (c = [
|
|
615
615
|
{
|
|
616
616
|
Icon: pe(j),
|
|
617
617
|
onPress: U,
|
|
618
618
|
label: "Video controls",
|
|
619
619
|
iconSize: j === "loadingTimeout" ? 16 : 12,
|
|
620
|
-
iconColor:
|
|
620
|
+
iconColor: f.colors.inverse,
|
|
621
621
|
iconBackground: V,
|
|
622
622
|
iconBackgroundInverse: V
|
|
623
623
|
}
|
|
624
624
|
]);
|
|
625
|
-
const F = le(),
|
|
625
|
+
const F = le(), x = !!a || !!i, Y = x ? "0 0 16px rgba(0,0,0,0.4)" : void 0, ye = (c == null ? void 0 : c.length) || S, ge = M.href || M.to || M.onPress, Ce = a || i ? se : r ? te : J;
|
|
626
626
|
return /* @__PURE__ */ n(W, {
|
|
627
627
|
width: b,
|
|
628
628
|
height: z,
|
|
629
629
|
aspectRatio: H,
|
|
630
630
|
"aria-label": R,
|
|
631
631
|
minWidth: Ke,
|
|
632
|
-
className:
|
|
632
|
+
className: P,
|
|
633
633
|
children: [
|
|
634
634
|
/* @__PURE__ */ e(L, {
|
|
635
|
-
borderRadius:
|
|
636
|
-
className:
|
|
635
|
+
borderRadius: f.borderRadii.legacyDisplay,
|
|
636
|
+
className: _,
|
|
637
637
|
dataAttributes: N,
|
|
638
638
|
ref: G,
|
|
639
639
|
width: "100%",
|
|
640
640
|
minHeight: "100%",
|
|
641
641
|
isInverse: r,
|
|
642
|
-
background: a || i ? F ?
|
|
642
|
+
background: a || i ? F ? f.colors.backgroundContainerBrandOverInverse : f.colors.backgroundContainer : void 0,
|
|
643
643
|
children: /* @__PURE__ */ n(O, _object_spread_props(_object_spread({
|
|
644
644
|
maybe: !0
|
|
645
645
|
}, M), {
|
|
@@ -656,27 +656,27 @@ const ce = (r, a)=>{
|
|
|
656
656
|
isInverse: F,
|
|
657
657
|
children: /* @__PURE__ */ e("div", {
|
|
658
658
|
className: ae,
|
|
659
|
-
children: i ? X : a ?
|
|
659
|
+
children: i ? X : a ? I : void 0
|
|
660
660
|
})
|
|
661
661
|
}),
|
|
662
662
|
/* @__PURE__ */ n("div", {
|
|
663
663
|
className: ie,
|
|
664
664
|
style: {
|
|
665
|
-
paddingTop:
|
|
665
|
+
paddingTop: x && !o && !ye ? 0 : 24
|
|
666
666
|
},
|
|
667
667
|
children: [
|
|
668
668
|
o ? /* @__PURE__ */ e(D, {
|
|
669
|
-
paddingBottom:
|
|
669
|
+
paddingBottom: x ? 0 : 40,
|
|
670
670
|
paddingX: 24,
|
|
671
671
|
children: o
|
|
672
672
|
}) : /* @__PURE__ */ e(D, {
|
|
673
|
-
paddingBottom: c != null && c.length || S ?
|
|
673
|
+
paddingBottom: c != null && c.length || S ? x ? 24 : 64 : 0
|
|
674
674
|
}),
|
|
675
675
|
/* @__PURE__ */ e(D, {
|
|
676
676
|
paddingX: 24,
|
|
677
|
-
paddingTop:
|
|
677
|
+
paddingTop: x ? 40 : 0,
|
|
678
678
|
paddingBottom: 24,
|
|
679
|
-
className:
|
|
679
|
+
className: x ? ne : void 0,
|
|
680
680
|
children: /* @__PURE__ */ n(y, {
|
|
681
681
|
space: 24,
|
|
682
682
|
children: [
|
|
@@ -716,10 +716,10 @@ const ce = (r, a)=>{
|
|
|
716
716
|
}),
|
|
717
717
|
m && /* @__PURE__ */ e(xe, {
|
|
718
718
|
forceMobileSizes: !0,
|
|
719
|
-
truncate:
|
|
719
|
+
truncate: v,
|
|
720
720
|
as: "p",
|
|
721
721
|
regular: !0,
|
|
722
|
-
color:
|
|
722
|
+
color: x ? f.colors.textPrimary : f.colors.textSecondary,
|
|
723
723
|
textShadow: Y,
|
|
724
724
|
hyphens: "auto",
|
|
725
725
|
children: m
|
|
@@ -729,10 +729,10 @@ const ce = (r, a)=>{
|
|
|
729
729
|
g
|
|
730
730
|
]
|
|
731
731
|
}),
|
|
732
|
-
(
|
|
733
|
-
primaryButton:
|
|
732
|
+
(w || C || B) && /* @__PURE__ */ e(q, {
|
|
733
|
+
primaryButton: w,
|
|
734
734
|
secondaryButton: C,
|
|
735
|
-
link:
|
|
735
|
+
link: B
|
|
736
736
|
})
|
|
737
737
|
]
|
|
738
738
|
})
|
|
@@ -773,7 +773,7 @@ const ce = (r, a)=>{
|
|
|
773
773
|
})
|
|
774
774
|
}));
|
|
775
775
|
}), Qe = 140, Ar = /*#__PURE__*/ T.forwardRef((_param, b)=>{
|
|
776
|
-
var { dataAttributes: r , backgroundImage: a , backgroundVideo: i , poster: s , backgroundVideoRef: h , width: o , height: p , aspectRatio: l = "7:10" , ariaLabel: d , actions: t , onClose: u , icon: m , headline:
|
|
776
|
+
var { dataAttributes: r , backgroundImage: a , backgroundVideo: i , poster: s , backgroundVideoRef: h , width: o , height: p , aspectRatio: l = "7:10" , ariaLabel: d , actions: t , onClose: u , icon: m , headline: v , pretitle: g , pretitleLinesMax: w , title: C , titleLinesMax: S , description: c , descriptionLinesMax: B } = _param, N = _object_without_properties(_param, [
|
|
777
777
|
"dataAttributes",
|
|
778
778
|
"backgroundImage",
|
|
779
779
|
"backgroundVideo",
|
|
@@ -801,29 +801,29 @@ const ce = (r, a)=>{
|
|
|
801
801
|
onPress: M,
|
|
802
802
|
label: "Video controls",
|
|
803
803
|
iconSize: R === "loadingTimeout" ? 16 : 12,
|
|
804
|
-
iconColor:
|
|
804
|
+
iconColor: f.colors.inverse,
|
|
805
805
|
iconBackground: V,
|
|
806
806
|
iconBackgroundInverse: V
|
|
807
807
|
}
|
|
808
808
|
]);
|
|
809
|
-
const G = le(),
|
|
809
|
+
const G = le(), I = !!a || !!i, X = I ? "0 0 16px rgba(0,0,0,0.4)" : void 0, j = (t == null ? void 0 : t.length) || u, { textPresets: U } = K(), F = N.href || N.to || N.onPress, x = se;
|
|
810
810
|
return /* @__PURE__ */ n(W, {
|
|
811
811
|
width: o,
|
|
812
812
|
height: p,
|
|
813
813
|
minWidth: Qe,
|
|
814
814
|
aspectRatio: l,
|
|
815
815
|
"aria-label": d,
|
|
816
|
-
className:
|
|
816
|
+
className: P,
|
|
817
817
|
children: [
|
|
818
818
|
/* @__PURE__ */ e(L, {
|
|
819
|
-
borderRadius:
|
|
820
|
-
className:
|
|
819
|
+
borderRadius: f.borderRadii.legacyDisplay,
|
|
820
|
+
className: _,
|
|
821
821
|
dataAttributes: r,
|
|
822
822
|
ref: b,
|
|
823
823
|
width: "100%",
|
|
824
824
|
minHeight: "100%",
|
|
825
825
|
isInverse: !0,
|
|
826
|
-
background: a || i ? G ?
|
|
826
|
+
background: a || i ? G ? f.colors.backgroundContainerBrandOverInverse : f.colors.backgroundContainer : void 0,
|
|
827
827
|
children: /* @__PURE__ */ n(O, _object_spread_props(_object_spread({
|
|
828
828
|
maybe: !0
|
|
829
829
|
}, N), {
|
|
@@ -831,7 +831,7 @@ const ce = (r, a)=>{
|
|
|
831
831
|
"aria-label": d,
|
|
832
832
|
children: [
|
|
833
833
|
F && /* @__PURE__ */ e("div", {
|
|
834
|
-
className:
|
|
834
|
+
className: x
|
|
835
835
|
}),
|
|
836
836
|
/* @__PURE__ */ n("div", {
|
|
837
837
|
className: re,
|
|
@@ -846,38 +846,38 @@ const ce = (r, a)=>{
|
|
|
846
846
|
/* @__PURE__ */ n("div", {
|
|
847
847
|
className: ie,
|
|
848
848
|
style: {
|
|
849
|
-
paddingTop:
|
|
849
|
+
paddingTop: I && !m && !j ? 0 : 24
|
|
850
850
|
},
|
|
851
851
|
children: [
|
|
852
852
|
m ? /* @__PURE__ */ e(D, {
|
|
853
|
-
paddingBottom:
|
|
853
|
+
paddingBottom: I ? 0 : 40,
|
|
854
854
|
paddingX: 24,
|
|
855
855
|
children: m
|
|
856
856
|
}) : /* @__PURE__ */ e(D, {
|
|
857
|
-
paddingBottom: t != null && t.length || u ?
|
|
857
|
+
paddingBottom: t != null && t.length || u ? I ? 24 : 64 : 0
|
|
858
858
|
}),
|
|
859
859
|
/* @__PURE__ */ e(D, {
|
|
860
860
|
paddingX: 16,
|
|
861
|
-
paddingTop:
|
|
861
|
+
paddingTop: I ? 40 : 0,
|
|
862
862
|
paddingBottom: 24,
|
|
863
|
-
className:
|
|
863
|
+
className: I ? ne : void 0,
|
|
864
864
|
children: /* @__PURE__ */ e(y, {
|
|
865
865
|
space: 24,
|
|
866
866
|
children: /* @__PURE__ */ e("div", {
|
|
867
867
|
children: /* @__PURE__ */ n(y, {
|
|
868
868
|
space: 8,
|
|
869
869
|
children: [
|
|
870
|
-
(
|
|
870
|
+
(v || g || C) && /* @__PURE__ */ e("header", {
|
|
871
871
|
children: /* @__PURE__ */ n(y, {
|
|
872
872
|
space: 16,
|
|
873
873
|
children: [
|
|
874
|
-
|
|
874
|
+
v,
|
|
875
875
|
/* @__PURE__ */ n(y, {
|
|
876
876
|
space: 4,
|
|
877
877
|
children: [
|
|
878
878
|
g && /* @__PURE__ */ e(A, {
|
|
879
879
|
forceMobileSizes: !0,
|
|
880
|
-
truncate:
|
|
880
|
+
truncate: w,
|
|
881
881
|
as: "div",
|
|
882
882
|
regular: !0,
|
|
883
883
|
textShadow: X,
|
|
@@ -902,7 +902,7 @@ const ce = (r, a)=>{
|
|
|
902
902
|
}),
|
|
903
903
|
c && /* @__PURE__ */ e(A, {
|
|
904
904
|
forceMobileSizes: !0,
|
|
905
|
-
truncate:
|
|
905
|
+
truncate: B,
|
|
906
906
|
as: "p",
|
|
907
907
|
regular: !0,
|
|
908
908
|
textShadow: X,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import "./sprinkles.css.ts.vanilla.css-mistica.js";
|
|
2
2
|
import "./list.css.ts.vanilla.css-mistica.js";
|
|
3
|
-
var _ = "_1y2v1nf64 _1y2v1nf6m _1y2v1nf6o", y = "_1y2v1nf6d _1y2v1nf9i _1y2v1nf8w _1y2v1nf6m", f = "_1y2v1nf64 _1y2v1nf6j", a = "_1y2v1nf64 _1y2v1nf8f _1y2v1nfa5", r = "
|
|
4
|
-
export { _ as asset, y as badge, f as center, a as content, r as
|
|
3
|
+
var _ = "_1y2v1nf64 _1y2v1nf6m _1y2v1nf6o", y = "_1y2v1nf6d _1y2v1nf9i _1y2v1nf8w _1y2v1nf6m", f = "_1y2v1nf64 _1y2v1nf6j", a = "_1y2v1nf64 _1y2v1nf8f _1y2v1nfa5", r = "_2buj9gd", t = "_2buj9gc", o = "_2buj9g0", i = "_1y2v1nf64 _1y2v1nf69 _1y2v1nf8w", e = "_2buj9gk _1y2v1nf64", d = "_1y2v1nf6r _1y2v1nf76 _1y2v1nf7l _1y2v1nf80 _1y2v1nfaa _1y2v1nf5y _1y2v1nf7q _1y2v1nf85 _1y2v1nf66 _1y2v1nf6p", g = "_2buj9gm _1y2v1nf6r _1y2v1nf76 _1y2v1nf7l _1y2v1nf80 _1y2v1nfaa _1y2v1nf5y _1y2v1nf7q _1y2v1nf85 _1y2v1nf64 _1y2v1nf6j _1y2v1nf6o _1y2v1nf8g _1y2v1nf8w", u = "_2buj9g1", b = "_1y2v1nfar", l = "_2buj9gb", j = "_1y2v1nf64 _1y2v1nf6a _1y2v1nf6q", c = "_1y2v1nf6r _1y2v1nf76 _1y2v1nf7l _1y2v1nf80 _1y2v1nf8f _1y2v1nfaa _1y2v1nf5y _1y2v1nf66 _1y2v1nf8w";
|
|
4
|
+
export { _ as asset, y as badge, f as center, a as content, r as detail, t as detailRight, o as disabled, i as dualActionContainer, e as dualActionDivider, d as dualActionLeft, g as dualActionRight, u as hoverBackground, b as pointer, l as right, j as rowBody, c as rowContent };
|