@blerp/design 1.0.103 → 1.0.106
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/dist/index.cjs.js +23 -19
- package/dist/index.esm.js +23 -19
- package/dist/index.umd.js +23 -19
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -7416,7 +7416,7 @@ var TopPill = styled__default['default'].div(_templateObject3 || (_templateObjec
|
|
|
7416
7416
|
return props.isLocked ? props.collectionHovered ? "90%" : "70%" : "45%";
|
|
7417
7417
|
});
|
|
7418
7418
|
var TopPillBackground = styled__default['default'].div(_templateObject4 || (_templateObject4 = _taggedTemplateLiteral__default['default'](["\n height: 32px;\n width: 100%;\n position: absolute;\n background-color: ", ";\n opacity: 0.5;\n"])), function (props) {
|
|
7419
|
-
return props.theme.colors.
|
|
7419
|
+
return props.theme.colors.notBlackOverride;
|
|
7420
7420
|
});
|
|
7421
7421
|
var LockedScrim = styled__default['default'].div(_templateObject5 || (_templateObject5 = _taggedTemplateLiteral__default['default'](["\n z-index: -1;\n padding-bottom: 8px;\n display: flex;\n flex-direction: column;\n justify-content: flex-end;\n align-items: center;\n z-index: 1;\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n overflow: \"hidden\";\n transition: backdrop-filter 0.4s, opacity 0.5s ease-in-out;\n opacity: ", ";\n backdrop-filter: ", ";\n"])), function (props) {
|
|
7422
7422
|
return !props.collectionHovered ? "0" : "1";
|
|
@@ -7624,13 +7624,13 @@ var PremiumCollectionCard = function PremiumCollectionCard(_ref) {
|
|
|
7624
7624
|
left: "2px",
|
|
7625
7625
|
width: "28px",
|
|
7626
7626
|
height: "28px",
|
|
7627
|
-
color: "white.
|
|
7627
|
+
color: "white.override",
|
|
7628
7628
|
borderRadius: "50%",
|
|
7629
7629
|
alignItems: "center",
|
|
7630
7630
|
justifyContent: "center",
|
|
7631
7631
|
opacity: isLocked ? "1" : "0",
|
|
7632
7632
|
"&:hover": {
|
|
7633
|
-
backgroundColor: "white.
|
|
7633
|
+
backgroundColor: "white.override"
|
|
7634
7634
|
},
|
|
7635
7635
|
":hover svg": {
|
|
7636
7636
|
color: "starling.main"
|
|
@@ -7639,7 +7639,7 @@ var PremiumCollectionCard = function PremiumCollectionCard(_ref) {
|
|
|
7639
7639
|
}, /*#__PURE__*/React__default['default'].createElement(iconsMaterial.BookmarkRounded, {
|
|
7640
7640
|
sx: {
|
|
7641
7641
|
height: ".6em",
|
|
7642
|
-
color: "white.
|
|
7642
|
+
color: "white.override",
|
|
7643
7643
|
opacity: isLocked ? "1" : "0"
|
|
7644
7644
|
},
|
|
7645
7645
|
onClick: function onClick(e) {
|
|
@@ -7653,13 +7653,13 @@ var PremiumCollectionCard = function PremiumCollectionCard(_ref) {
|
|
|
7653
7653
|
left: "2px",
|
|
7654
7654
|
width: "28px",
|
|
7655
7655
|
height: "28px",
|
|
7656
|
-
color: "white.
|
|
7656
|
+
color: "white.override",
|
|
7657
7657
|
borderRadius: "50%",
|
|
7658
7658
|
alignItems: "center",
|
|
7659
7659
|
justifyContent: "center",
|
|
7660
7660
|
opacity: isLocked ? "1" : "0",
|
|
7661
7661
|
"&:hover": {
|
|
7662
|
-
backgroundColor: "white.
|
|
7662
|
+
backgroundColor: "white.override"
|
|
7663
7663
|
},
|
|
7664
7664
|
":hover svg": {
|
|
7665
7665
|
color: "starling.main"
|
|
@@ -7672,7 +7672,7 @@ var PremiumCollectionCard = function PremiumCollectionCard(_ref) {
|
|
|
7672
7672
|
},
|
|
7673
7673
|
sx: {
|
|
7674
7674
|
height: ".6em",
|
|
7675
|
-
color: "white.
|
|
7675
|
+
color: "white.override",
|
|
7676
7676
|
opacity: isLocked ? "1" : "0"
|
|
7677
7677
|
}
|
|
7678
7678
|
})), /*#__PURE__*/React__default['default'].createElement(Stack, {
|
|
@@ -7685,14 +7685,14 @@ var PremiumCollectionCard = function PremiumCollectionCard(_ref) {
|
|
|
7685
7685
|
alignItems: "center"
|
|
7686
7686
|
}, /*#__PURE__*/React__default['default'].createElement(DiamondIcon, {
|
|
7687
7687
|
sx: {
|
|
7688
|
-
color: "white.
|
|
7688
|
+
color: "white.override",
|
|
7689
7689
|
height: ".6em",
|
|
7690
7690
|
position: "relative",
|
|
7691
7691
|
left: "4px"
|
|
7692
7692
|
}
|
|
7693
7693
|
}), /*#__PURE__*/React__default['default'].createElement(Text, {
|
|
7694
7694
|
sx: {
|
|
7695
|
-
color: "white.
|
|
7695
|
+
color: "white.override",
|
|
7696
7696
|
fontWeight: "lighter",
|
|
7697
7697
|
fontSize: ".8em"
|
|
7698
7698
|
}
|
|
@@ -7702,7 +7702,7 @@ var PremiumCollectionCard = function PremiumCollectionCard(_ref) {
|
|
|
7702
7702
|
top: "8px",
|
|
7703
7703
|
right: "5px",
|
|
7704
7704
|
height: ".6em",
|
|
7705
|
-
color: "white.
|
|
7705
|
+
color: "white.override",
|
|
7706
7706
|
paddingRight: "8px",
|
|
7707
7707
|
opacity: isLocked ? collectionHovered ? "0" : "1" : "0",
|
|
7708
7708
|
transition: "opacity .2s ease-in-out"
|
|
@@ -7713,7 +7713,7 @@ var PremiumCollectionCard = function PremiumCollectionCard(_ref) {
|
|
|
7713
7713
|
}
|
|
7714
7714
|
}))), secondaryActionButton ? secondaryActionButton : /*#__PURE__*/React__default['default'].createElement(Stack, {
|
|
7715
7715
|
sx: {
|
|
7716
|
-
zIndex: "
|
|
7716
|
+
zIndex: "4",
|
|
7717
7717
|
justifyContent: "center",
|
|
7718
7718
|
alignItems: "center",
|
|
7719
7719
|
position: "absolute",
|
|
@@ -7761,7 +7761,7 @@ var PremiumCollectionCard = function PremiumCollectionCard(_ref) {
|
|
|
7761
7761
|
}
|
|
7762
7762
|
})), bottomLeftIcon ? bottomLeftIcon : /*#__PURE__*/React__default['default'].createElement(Stack, {
|
|
7763
7763
|
sx: {
|
|
7764
|
-
zIndex: "
|
|
7764
|
+
zIndex: "4",
|
|
7765
7765
|
justifyContent: "center",
|
|
7766
7766
|
alignItems: "center",
|
|
7767
7767
|
position: "absolute",
|
|
@@ -7781,8 +7781,7 @@ var PremiumCollectionCard = function PremiumCollectionCard(_ref) {
|
|
|
7781
7781
|
}
|
|
7782
7782
|
}, /*#__PURE__*/React__default['default'].createElement(PresentGiftIcon, {
|
|
7783
7783
|
onClick: function onClick(e) {
|
|
7784
|
-
e.stopPropagation();
|
|
7785
|
-
|
|
7784
|
+
e.stopPropagation();
|
|
7786
7785
|
handleClickBottomLeftIcon();
|
|
7787
7786
|
},
|
|
7788
7787
|
sx: {
|
|
@@ -7790,12 +7789,13 @@ var PremiumCollectionCard = function PremiumCollectionCard(_ref) {
|
|
|
7790
7789
|
width: "100%",
|
|
7791
7790
|
height: "100%",
|
|
7792
7791
|
color: "white.override",
|
|
7793
|
-
backgroundColor: "
|
|
7794
|
-
zIndex: "
|
|
7792
|
+
// backgroundColor: "grey4.main",
|
|
7793
|
+
zIndex: "4",
|
|
7795
7794
|
borderRadius: "50%",
|
|
7796
7795
|
opacity: "1",
|
|
7797
7796
|
"&:hover": {
|
|
7798
|
-
|
|
7797
|
+
padding: "4px",
|
|
7798
|
+
backgroundColor: "grey7.override",
|
|
7799
7799
|
opacity: "1"
|
|
7800
7800
|
}
|
|
7801
7801
|
}
|
|
@@ -7942,7 +7942,9 @@ var CollectionCard$1 = function CollectionCard(_ref) {
|
|
|
7942
7942
|
hideUnlockPlatformText = _ref.hideUnlockPlatformText,
|
|
7943
7943
|
hidePremiumLockIcon = _ref.hidePremiumLockIcon,
|
|
7944
7944
|
unlockPlatformText = _ref.unlockPlatformText,
|
|
7945
|
-
hideCollectionBackground = _ref.hideCollectionBackground
|
|
7945
|
+
hideCollectionBackground = _ref.hideCollectionBackground,
|
|
7946
|
+
bottomLeftIcon = _ref.bottomLeftIcon,
|
|
7947
|
+
handleClickBottomLeftIcon = _ref.handleClickBottomLeftIcon;
|
|
7946
7948
|
|
|
7947
7949
|
var _useState = React.useState(null),
|
|
7948
7950
|
_useState2 = _slicedToArray__default['default'](_useState, 2),
|
|
@@ -8071,7 +8073,9 @@ var CollectionCard$1 = function CollectionCard(_ref) {
|
|
|
8071
8073
|
hideUnlockPlatformText: hideUnlockPlatformText,
|
|
8072
8074
|
hidePremiumLockIcon: hidePremiumLockIcon,
|
|
8073
8075
|
unlockPlatformText: unlockPlatformText,
|
|
8074
|
-
hideCollectionBackground: hideCollectionBackground
|
|
8076
|
+
hideCollectionBackground: hideCollectionBackground,
|
|
8077
|
+
bottomLeftIcon: bottomLeftIcon,
|
|
8078
|
+
handleClickBottomLeftIcon: handleClickBottomLeftIcon
|
|
8075
8079
|
});
|
|
8076
8080
|
}
|
|
8077
8081
|
|
package/dist/index.esm.js
CHANGED
|
@@ -7347,7 +7347,7 @@ var TopPill = styled.div(_templateObject3 || (_templateObject3 = _taggedTemplate
|
|
|
7347
7347
|
return props.isLocked ? props.collectionHovered ? "90%" : "70%" : "45%";
|
|
7348
7348
|
});
|
|
7349
7349
|
var TopPillBackground = styled.div(_templateObject4 || (_templateObject4 = _taggedTemplateLiteral(["\n height: 32px;\n width: 100%;\n position: absolute;\n background-color: ", ";\n opacity: 0.5;\n"])), function (props) {
|
|
7350
|
-
return props.theme.colors.
|
|
7350
|
+
return props.theme.colors.notBlackOverride;
|
|
7351
7351
|
});
|
|
7352
7352
|
var LockedScrim = styled.div(_templateObject5 || (_templateObject5 = _taggedTemplateLiteral(["\n z-index: -1;\n padding-bottom: 8px;\n display: flex;\n flex-direction: column;\n justify-content: flex-end;\n align-items: center;\n z-index: 1;\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n overflow: \"hidden\";\n transition: backdrop-filter 0.4s, opacity 0.5s ease-in-out;\n opacity: ", ";\n backdrop-filter: ", ";\n"])), function (props) {
|
|
7353
7353
|
return !props.collectionHovered ? "0" : "1";
|
|
@@ -7555,13 +7555,13 @@ var PremiumCollectionCard = function PremiumCollectionCard(_ref) {
|
|
|
7555
7555
|
left: "2px",
|
|
7556
7556
|
width: "28px",
|
|
7557
7557
|
height: "28px",
|
|
7558
|
-
color: "white.
|
|
7558
|
+
color: "white.override",
|
|
7559
7559
|
borderRadius: "50%",
|
|
7560
7560
|
alignItems: "center",
|
|
7561
7561
|
justifyContent: "center",
|
|
7562
7562
|
opacity: isLocked ? "1" : "0",
|
|
7563
7563
|
"&:hover": {
|
|
7564
|
-
backgroundColor: "white.
|
|
7564
|
+
backgroundColor: "white.override"
|
|
7565
7565
|
},
|
|
7566
7566
|
":hover svg": {
|
|
7567
7567
|
color: "starling.main"
|
|
@@ -7570,7 +7570,7 @@ var PremiumCollectionCard = function PremiumCollectionCard(_ref) {
|
|
|
7570
7570
|
}, /*#__PURE__*/React__default.createElement(BookmarkRounded, {
|
|
7571
7571
|
sx: {
|
|
7572
7572
|
height: ".6em",
|
|
7573
|
-
color: "white.
|
|
7573
|
+
color: "white.override",
|
|
7574
7574
|
opacity: isLocked ? "1" : "0"
|
|
7575
7575
|
},
|
|
7576
7576
|
onClick: function onClick(e) {
|
|
@@ -7584,13 +7584,13 @@ var PremiumCollectionCard = function PremiumCollectionCard(_ref) {
|
|
|
7584
7584
|
left: "2px",
|
|
7585
7585
|
width: "28px",
|
|
7586
7586
|
height: "28px",
|
|
7587
|
-
color: "white.
|
|
7587
|
+
color: "white.override",
|
|
7588
7588
|
borderRadius: "50%",
|
|
7589
7589
|
alignItems: "center",
|
|
7590
7590
|
justifyContent: "center",
|
|
7591
7591
|
opacity: isLocked ? "1" : "0",
|
|
7592
7592
|
"&:hover": {
|
|
7593
|
-
backgroundColor: "white.
|
|
7593
|
+
backgroundColor: "white.override"
|
|
7594
7594
|
},
|
|
7595
7595
|
":hover svg": {
|
|
7596
7596
|
color: "starling.main"
|
|
@@ -7603,7 +7603,7 @@ var PremiumCollectionCard = function PremiumCollectionCard(_ref) {
|
|
|
7603
7603
|
},
|
|
7604
7604
|
sx: {
|
|
7605
7605
|
height: ".6em",
|
|
7606
|
-
color: "white.
|
|
7606
|
+
color: "white.override",
|
|
7607
7607
|
opacity: isLocked ? "1" : "0"
|
|
7608
7608
|
}
|
|
7609
7609
|
})), /*#__PURE__*/React__default.createElement(Stack, {
|
|
@@ -7616,14 +7616,14 @@ var PremiumCollectionCard = function PremiumCollectionCard(_ref) {
|
|
|
7616
7616
|
alignItems: "center"
|
|
7617
7617
|
}, /*#__PURE__*/React__default.createElement(DiamondIcon, {
|
|
7618
7618
|
sx: {
|
|
7619
|
-
color: "white.
|
|
7619
|
+
color: "white.override",
|
|
7620
7620
|
height: ".6em",
|
|
7621
7621
|
position: "relative",
|
|
7622
7622
|
left: "4px"
|
|
7623
7623
|
}
|
|
7624
7624
|
}), /*#__PURE__*/React__default.createElement(Text, {
|
|
7625
7625
|
sx: {
|
|
7626
|
-
color: "white.
|
|
7626
|
+
color: "white.override",
|
|
7627
7627
|
fontWeight: "lighter",
|
|
7628
7628
|
fontSize: ".8em"
|
|
7629
7629
|
}
|
|
@@ -7633,7 +7633,7 @@ var PremiumCollectionCard = function PremiumCollectionCard(_ref) {
|
|
|
7633
7633
|
top: "8px",
|
|
7634
7634
|
right: "5px",
|
|
7635
7635
|
height: ".6em",
|
|
7636
|
-
color: "white.
|
|
7636
|
+
color: "white.override",
|
|
7637
7637
|
paddingRight: "8px",
|
|
7638
7638
|
opacity: isLocked ? collectionHovered ? "0" : "1" : "0",
|
|
7639
7639
|
transition: "opacity .2s ease-in-out"
|
|
@@ -7644,7 +7644,7 @@ var PremiumCollectionCard = function PremiumCollectionCard(_ref) {
|
|
|
7644
7644
|
}
|
|
7645
7645
|
}))), secondaryActionButton ? secondaryActionButton : /*#__PURE__*/React__default.createElement(Stack, {
|
|
7646
7646
|
sx: {
|
|
7647
|
-
zIndex: "
|
|
7647
|
+
zIndex: "4",
|
|
7648
7648
|
justifyContent: "center",
|
|
7649
7649
|
alignItems: "center",
|
|
7650
7650
|
position: "absolute",
|
|
@@ -7692,7 +7692,7 @@ var PremiumCollectionCard = function PremiumCollectionCard(_ref) {
|
|
|
7692
7692
|
}
|
|
7693
7693
|
})), bottomLeftIcon ? bottomLeftIcon : /*#__PURE__*/React__default.createElement(Stack, {
|
|
7694
7694
|
sx: {
|
|
7695
|
-
zIndex: "
|
|
7695
|
+
zIndex: "4",
|
|
7696
7696
|
justifyContent: "center",
|
|
7697
7697
|
alignItems: "center",
|
|
7698
7698
|
position: "absolute",
|
|
@@ -7712,8 +7712,7 @@ var PremiumCollectionCard = function PremiumCollectionCard(_ref) {
|
|
|
7712
7712
|
}
|
|
7713
7713
|
}, /*#__PURE__*/React__default.createElement(PresentGiftIcon, {
|
|
7714
7714
|
onClick: function onClick(e) {
|
|
7715
|
-
e.stopPropagation();
|
|
7716
|
-
|
|
7715
|
+
e.stopPropagation();
|
|
7717
7716
|
handleClickBottomLeftIcon();
|
|
7718
7717
|
},
|
|
7719
7718
|
sx: {
|
|
@@ -7721,12 +7720,13 @@ var PremiumCollectionCard = function PremiumCollectionCard(_ref) {
|
|
|
7721
7720
|
width: "100%",
|
|
7722
7721
|
height: "100%",
|
|
7723
7722
|
color: "white.override",
|
|
7724
|
-
backgroundColor: "
|
|
7725
|
-
zIndex: "
|
|
7723
|
+
// backgroundColor: "grey4.main",
|
|
7724
|
+
zIndex: "4",
|
|
7726
7725
|
borderRadius: "50%",
|
|
7727
7726
|
opacity: "1",
|
|
7728
7727
|
"&:hover": {
|
|
7729
|
-
|
|
7728
|
+
padding: "4px",
|
|
7729
|
+
backgroundColor: "grey7.override",
|
|
7730
7730
|
opacity: "1"
|
|
7731
7731
|
}
|
|
7732
7732
|
}
|
|
@@ -7873,7 +7873,9 @@ var CollectionCard$1 = function CollectionCard(_ref) {
|
|
|
7873
7873
|
hideUnlockPlatformText = _ref.hideUnlockPlatformText,
|
|
7874
7874
|
hidePremiumLockIcon = _ref.hidePremiumLockIcon,
|
|
7875
7875
|
unlockPlatformText = _ref.unlockPlatformText,
|
|
7876
|
-
hideCollectionBackground = _ref.hideCollectionBackground
|
|
7876
|
+
hideCollectionBackground = _ref.hideCollectionBackground,
|
|
7877
|
+
bottomLeftIcon = _ref.bottomLeftIcon,
|
|
7878
|
+
handleClickBottomLeftIcon = _ref.handleClickBottomLeftIcon;
|
|
7877
7879
|
|
|
7878
7880
|
var _useState = useState(null),
|
|
7879
7881
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -8002,7 +8004,9 @@ var CollectionCard$1 = function CollectionCard(_ref) {
|
|
|
8002
8004
|
hideUnlockPlatformText: hideUnlockPlatformText,
|
|
8003
8005
|
hidePremiumLockIcon: hidePremiumLockIcon,
|
|
8004
8006
|
unlockPlatformText: unlockPlatformText,
|
|
8005
|
-
hideCollectionBackground: hideCollectionBackground
|
|
8007
|
+
hideCollectionBackground: hideCollectionBackground,
|
|
8008
|
+
bottomLeftIcon: bottomLeftIcon,
|
|
8009
|
+
handleClickBottomLeftIcon: handleClickBottomLeftIcon
|
|
8006
8010
|
});
|
|
8007
8011
|
}
|
|
8008
8012
|
|
package/dist/index.umd.js
CHANGED
|
@@ -7368,7 +7368,7 @@
|
|
|
7368
7368
|
return props.isLocked ? props.collectionHovered ? "90%" : "70%" : "45%";
|
|
7369
7369
|
});
|
|
7370
7370
|
var TopPillBackground = styled__default['default'].div(_templateObject4 || (_templateObject4 = _taggedTemplateLiteral__default['default'](["\n height: 32px;\n width: 100%;\n position: absolute;\n background-color: ", ";\n opacity: 0.5;\n"])), function (props) {
|
|
7371
|
-
return props.theme.colors.
|
|
7371
|
+
return props.theme.colors.notBlackOverride;
|
|
7372
7372
|
});
|
|
7373
7373
|
var LockedScrim = styled__default['default'].div(_templateObject5 || (_templateObject5 = _taggedTemplateLiteral__default['default'](["\n z-index: -1;\n padding-bottom: 8px;\n display: flex;\n flex-direction: column;\n justify-content: flex-end;\n align-items: center;\n z-index: 1;\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n overflow: \"hidden\";\n transition: backdrop-filter 0.4s, opacity 0.5s ease-in-out;\n opacity: ", ";\n backdrop-filter: ", ";\n"])), function (props) {
|
|
7374
7374
|
return !props.collectionHovered ? "0" : "1";
|
|
@@ -7576,13 +7576,13 @@
|
|
|
7576
7576
|
left: "2px",
|
|
7577
7577
|
width: "28px",
|
|
7578
7578
|
height: "28px",
|
|
7579
|
-
color: "white.
|
|
7579
|
+
color: "white.override",
|
|
7580
7580
|
borderRadius: "50%",
|
|
7581
7581
|
alignItems: "center",
|
|
7582
7582
|
justifyContent: "center",
|
|
7583
7583
|
opacity: isLocked ? "1" : "0",
|
|
7584
7584
|
"&:hover": {
|
|
7585
|
-
backgroundColor: "white.
|
|
7585
|
+
backgroundColor: "white.override"
|
|
7586
7586
|
},
|
|
7587
7587
|
":hover svg": {
|
|
7588
7588
|
color: "starling.main"
|
|
@@ -7591,7 +7591,7 @@
|
|
|
7591
7591
|
}, /*#__PURE__*/React__default['default'].createElement(iconsMaterial.BookmarkRounded, {
|
|
7592
7592
|
sx: {
|
|
7593
7593
|
height: ".6em",
|
|
7594
|
-
color: "white.
|
|
7594
|
+
color: "white.override",
|
|
7595
7595
|
opacity: isLocked ? "1" : "0"
|
|
7596
7596
|
},
|
|
7597
7597
|
onClick: function onClick(e) {
|
|
@@ -7605,13 +7605,13 @@
|
|
|
7605
7605
|
left: "2px",
|
|
7606
7606
|
width: "28px",
|
|
7607
7607
|
height: "28px",
|
|
7608
|
-
color: "white.
|
|
7608
|
+
color: "white.override",
|
|
7609
7609
|
borderRadius: "50%",
|
|
7610
7610
|
alignItems: "center",
|
|
7611
7611
|
justifyContent: "center",
|
|
7612
7612
|
opacity: isLocked ? "1" : "0",
|
|
7613
7613
|
"&:hover": {
|
|
7614
|
-
backgroundColor: "white.
|
|
7614
|
+
backgroundColor: "white.override"
|
|
7615
7615
|
},
|
|
7616
7616
|
":hover svg": {
|
|
7617
7617
|
color: "starling.main"
|
|
@@ -7624,7 +7624,7 @@
|
|
|
7624
7624
|
},
|
|
7625
7625
|
sx: {
|
|
7626
7626
|
height: ".6em",
|
|
7627
|
-
color: "white.
|
|
7627
|
+
color: "white.override",
|
|
7628
7628
|
opacity: isLocked ? "1" : "0"
|
|
7629
7629
|
}
|
|
7630
7630
|
})), /*#__PURE__*/React__default['default'].createElement(Stack, {
|
|
@@ -7637,14 +7637,14 @@
|
|
|
7637
7637
|
alignItems: "center"
|
|
7638
7638
|
}, /*#__PURE__*/React__default['default'].createElement(DiamondIcon, {
|
|
7639
7639
|
sx: {
|
|
7640
|
-
color: "white.
|
|
7640
|
+
color: "white.override",
|
|
7641
7641
|
height: ".6em",
|
|
7642
7642
|
position: "relative",
|
|
7643
7643
|
left: "4px"
|
|
7644
7644
|
}
|
|
7645
7645
|
}), /*#__PURE__*/React__default['default'].createElement(Text, {
|
|
7646
7646
|
sx: {
|
|
7647
|
-
color: "white.
|
|
7647
|
+
color: "white.override",
|
|
7648
7648
|
fontWeight: "lighter",
|
|
7649
7649
|
fontSize: ".8em"
|
|
7650
7650
|
}
|
|
@@ -7654,7 +7654,7 @@
|
|
|
7654
7654
|
top: "8px",
|
|
7655
7655
|
right: "5px",
|
|
7656
7656
|
height: ".6em",
|
|
7657
|
-
color: "white.
|
|
7657
|
+
color: "white.override",
|
|
7658
7658
|
paddingRight: "8px",
|
|
7659
7659
|
opacity: isLocked ? collectionHovered ? "0" : "1" : "0",
|
|
7660
7660
|
transition: "opacity .2s ease-in-out"
|
|
@@ -7665,7 +7665,7 @@
|
|
|
7665
7665
|
}
|
|
7666
7666
|
}))), secondaryActionButton ? secondaryActionButton : /*#__PURE__*/React__default['default'].createElement(Stack, {
|
|
7667
7667
|
sx: {
|
|
7668
|
-
zIndex: "
|
|
7668
|
+
zIndex: "4",
|
|
7669
7669
|
justifyContent: "center",
|
|
7670
7670
|
alignItems: "center",
|
|
7671
7671
|
position: "absolute",
|
|
@@ -7713,7 +7713,7 @@
|
|
|
7713
7713
|
}
|
|
7714
7714
|
})), bottomLeftIcon ? bottomLeftIcon : /*#__PURE__*/React__default['default'].createElement(Stack, {
|
|
7715
7715
|
sx: {
|
|
7716
|
-
zIndex: "
|
|
7716
|
+
zIndex: "4",
|
|
7717
7717
|
justifyContent: "center",
|
|
7718
7718
|
alignItems: "center",
|
|
7719
7719
|
position: "absolute",
|
|
@@ -7733,8 +7733,7 @@
|
|
|
7733
7733
|
}
|
|
7734
7734
|
}, /*#__PURE__*/React__default['default'].createElement(PresentGiftIcon, {
|
|
7735
7735
|
onClick: function onClick(e) {
|
|
7736
|
-
e.stopPropagation();
|
|
7737
|
-
|
|
7736
|
+
e.stopPropagation();
|
|
7738
7737
|
handleClickBottomLeftIcon();
|
|
7739
7738
|
},
|
|
7740
7739
|
sx: {
|
|
@@ -7742,12 +7741,13 @@
|
|
|
7742
7741
|
width: "100%",
|
|
7743
7742
|
height: "100%",
|
|
7744
7743
|
color: "white.override",
|
|
7745
|
-
backgroundColor: "
|
|
7746
|
-
zIndex: "
|
|
7744
|
+
// backgroundColor: "grey4.main",
|
|
7745
|
+
zIndex: "4",
|
|
7747
7746
|
borderRadius: "50%",
|
|
7748
7747
|
opacity: "1",
|
|
7749
7748
|
"&:hover": {
|
|
7750
|
-
|
|
7749
|
+
padding: "4px",
|
|
7750
|
+
backgroundColor: "grey7.override",
|
|
7751
7751
|
opacity: "1"
|
|
7752
7752
|
}
|
|
7753
7753
|
}
|
|
@@ -7894,7 +7894,9 @@
|
|
|
7894
7894
|
hideUnlockPlatformText = _ref.hideUnlockPlatformText,
|
|
7895
7895
|
hidePremiumLockIcon = _ref.hidePremiumLockIcon,
|
|
7896
7896
|
unlockPlatformText = _ref.unlockPlatformText,
|
|
7897
|
-
hideCollectionBackground = _ref.hideCollectionBackground
|
|
7897
|
+
hideCollectionBackground = _ref.hideCollectionBackground,
|
|
7898
|
+
bottomLeftIcon = _ref.bottomLeftIcon,
|
|
7899
|
+
handleClickBottomLeftIcon = _ref.handleClickBottomLeftIcon;
|
|
7898
7900
|
|
|
7899
7901
|
var _useState = React.useState(null),
|
|
7900
7902
|
_useState2 = _slicedToArray__default['default'](_useState, 2),
|
|
@@ -8023,7 +8025,9 @@
|
|
|
8023
8025
|
hideUnlockPlatformText: hideUnlockPlatformText,
|
|
8024
8026
|
hidePremiumLockIcon: hidePremiumLockIcon,
|
|
8025
8027
|
unlockPlatformText: unlockPlatformText,
|
|
8026
|
-
hideCollectionBackground: hideCollectionBackground
|
|
8028
|
+
hideCollectionBackground: hideCollectionBackground,
|
|
8029
|
+
bottomLeftIcon: bottomLeftIcon,
|
|
8030
|
+
handleClickBottomLeftIcon: handleClickBottomLeftIcon
|
|
8027
8031
|
});
|
|
8028
8032
|
}
|
|
8029
8033
|
|