@blerp/design 1.0.105 → 1.0.108
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 +14 -8
- package/dist/index.esm.js +14 -8
- package/dist/index.umd.js +14 -8
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -7443,6 +7443,7 @@ var PremiumCollectionCard = function PremiumCollectionCard(_ref) {
|
|
|
7443
7443
|
secondaryActionButton = _ref.secondaryActionButton,
|
|
7444
7444
|
bottomLeftIcon = _ref.bottomLeftIcon,
|
|
7445
7445
|
handleClickBottomLeftIcon = _ref.handleClickBottomLeftIcon,
|
|
7446
|
+
premiumDiamondPill = _ref.premiumDiamondPill,
|
|
7446
7447
|
fluid = _ref.fluid,
|
|
7447
7448
|
fontSize = _ref.fontSize,
|
|
7448
7449
|
isLink = _ref.isLink,
|
|
@@ -7611,7 +7612,7 @@ var PremiumCollectionCard = function PremiumCollectionCard(_ref) {
|
|
|
7611
7612
|
transition: "opacity .3s ease-in-out",
|
|
7612
7613
|
opacity: collectionHovered ? "1" : "0"
|
|
7613
7614
|
}
|
|
7614
|
-
}) : /*#__PURE__*/React__default['default'].createElement(React__default['default'].Fragment, null), /*#__PURE__*/React__default['default'].createElement(TopPill, {
|
|
7615
|
+
}) : /*#__PURE__*/React__default['default'].createElement(React__default['default'].Fragment, null), premiumDiamondPill ? premiumDiamondPill : /*#__PURE__*/React__default['default'].createElement(TopPill, {
|
|
7615
7616
|
style: {
|
|
7616
7617
|
zIndex: "3"
|
|
7617
7618
|
},
|
|
@@ -7778,13 +7779,12 @@ var PremiumCollectionCard = function PremiumCollectionCard(_ref) {
|
|
|
7778
7779
|
bottom: "8px",
|
|
7779
7780
|
right: "8px"
|
|
7780
7781
|
}
|
|
7781
|
-
}
|
|
7782
|
-
}, /*#__PURE__*/React__default['default'].createElement(PresentGiftIcon, {
|
|
7782
|
+
},
|
|
7783
7783
|
onClick: function onClick(e) {
|
|
7784
|
-
e.stopPropagation();
|
|
7785
|
-
|
|
7784
|
+
e.stopPropagation();
|
|
7786
7785
|
handleClickBottomLeftIcon();
|
|
7787
|
-
}
|
|
7786
|
+
}
|
|
7787
|
+
}, /*#__PURE__*/React__default['default'].createElement(PresentGiftIcon, {
|
|
7788
7788
|
sx: {
|
|
7789
7789
|
position: "absolute",
|
|
7790
7790
|
width: "100%",
|
|
@@ -7943,7 +7943,10 @@ var CollectionCard$1 = function CollectionCard(_ref) {
|
|
|
7943
7943
|
hideUnlockPlatformText = _ref.hideUnlockPlatformText,
|
|
7944
7944
|
hidePremiumLockIcon = _ref.hidePremiumLockIcon,
|
|
7945
7945
|
unlockPlatformText = _ref.unlockPlatformText,
|
|
7946
|
-
hideCollectionBackground = _ref.hideCollectionBackground
|
|
7946
|
+
hideCollectionBackground = _ref.hideCollectionBackground,
|
|
7947
|
+
bottomLeftIcon = _ref.bottomLeftIcon,
|
|
7948
|
+
handleClickBottomLeftIcon = _ref.handleClickBottomLeftIcon,
|
|
7949
|
+
premiumDiamondPill = _ref.premiumDiamondPill;
|
|
7947
7950
|
|
|
7948
7951
|
var _useState = React.useState(null),
|
|
7949
7952
|
_useState2 = _slicedToArray__default['default'](_useState, 2),
|
|
@@ -8072,7 +8075,10 @@ var CollectionCard$1 = function CollectionCard(_ref) {
|
|
|
8072
8075
|
hideUnlockPlatformText: hideUnlockPlatformText,
|
|
8073
8076
|
hidePremiumLockIcon: hidePremiumLockIcon,
|
|
8074
8077
|
unlockPlatformText: unlockPlatformText,
|
|
8075
|
-
hideCollectionBackground: hideCollectionBackground
|
|
8078
|
+
hideCollectionBackground: hideCollectionBackground,
|
|
8079
|
+
bottomLeftIcon: bottomLeftIcon,
|
|
8080
|
+
handleClickBottomLeftIcon: handleClickBottomLeftIcon,
|
|
8081
|
+
premiumDiamondPill: premiumDiamondPill
|
|
8076
8082
|
});
|
|
8077
8083
|
}
|
|
8078
8084
|
|
package/dist/index.esm.js
CHANGED
|
@@ -7374,6 +7374,7 @@ var PremiumCollectionCard = function PremiumCollectionCard(_ref) {
|
|
|
7374
7374
|
secondaryActionButton = _ref.secondaryActionButton,
|
|
7375
7375
|
bottomLeftIcon = _ref.bottomLeftIcon,
|
|
7376
7376
|
handleClickBottomLeftIcon = _ref.handleClickBottomLeftIcon,
|
|
7377
|
+
premiumDiamondPill = _ref.premiumDiamondPill,
|
|
7377
7378
|
fluid = _ref.fluid,
|
|
7378
7379
|
fontSize = _ref.fontSize,
|
|
7379
7380
|
isLink = _ref.isLink,
|
|
@@ -7542,7 +7543,7 @@ var PremiumCollectionCard = function PremiumCollectionCard(_ref) {
|
|
|
7542
7543
|
transition: "opacity .3s ease-in-out",
|
|
7543
7544
|
opacity: collectionHovered ? "1" : "0"
|
|
7544
7545
|
}
|
|
7545
|
-
}) : /*#__PURE__*/React__default.createElement(React__default.Fragment, null), /*#__PURE__*/React__default.createElement(TopPill, {
|
|
7546
|
+
}) : /*#__PURE__*/React__default.createElement(React__default.Fragment, null), premiumDiamondPill ? premiumDiamondPill : /*#__PURE__*/React__default.createElement(TopPill, {
|
|
7546
7547
|
style: {
|
|
7547
7548
|
zIndex: "3"
|
|
7548
7549
|
},
|
|
@@ -7709,13 +7710,12 @@ var PremiumCollectionCard = function PremiumCollectionCard(_ref) {
|
|
|
7709
7710
|
bottom: "8px",
|
|
7710
7711
|
right: "8px"
|
|
7711
7712
|
}
|
|
7712
|
-
}
|
|
7713
|
-
}, /*#__PURE__*/React__default.createElement(PresentGiftIcon, {
|
|
7713
|
+
},
|
|
7714
7714
|
onClick: function onClick(e) {
|
|
7715
|
-
e.stopPropagation();
|
|
7716
|
-
|
|
7715
|
+
e.stopPropagation();
|
|
7717
7716
|
handleClickBottomLeftIcon();
|
|
7718
|
-
}
|
|
7717
|
+
}
|
|
7718
|
+
}, /*#__PURE__*/React__default.createElement(PresentGiftIcon, {
|
|
7719
7719
|
sx: {
|
|
7720
7720
|
position: "absolute",
|
|
7721
7721
|
width: "100%",
|
|
@@ -7874,7 +7874,10 @@ var CollectionCard$1 = function CollectionCard(_ref) {
|
|
|
7874
7874
|
hideUnlockPlatformText = _ref.hideUnlockPlatformText,
|
|
7875
7875
|
hidePremiumLockIcon = _ref.hidePremiumLockIcon,
|
|
7876
7876
|
unlockPlatformText = _ref.unlockPlatformText,
|
|
7877
|
-
hideCollectionBackground = _ref.hideCollectionBackground
|
|
7877
|
+
hideCollectionBackground = _ref.hideCollectionBackground,
|
|
7878
|
+
bottomLeftIcon = _ref.bottomLeftIcon,
|
|
7879
|
+
handleClickBottomLeftIcon = _ref.handleClickBottomLeftIcon,
|
|
7880
|
+
premiumDiamondPill = _ref.premiumDiamondPill;
|
|
7878
7881
|
|
|
7879
7882
|
var _useState = useState(null),
|
|
7880
7883
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -8003,7 +8006,10 @@ var CollectionCard$1 = function CollectionCard(_ref) {
|
|
|
8003
8006
|
hideUnlockPlatformText: hideUnlockPlatformText,
|
|
8004
8007
|
hidePremiumLockIcon: hidePremiumLockIcon,
|
|
8005
8008
|
unlockPlatformText: unlockPlatformText,
|
|
8006
|
-
hideCollectionBackground: hideCollectionBackground
|
|
8009
|
+
hideCollectionBackground: hideCollectionBackground,
|
|
8010
|
+
bottomLeftIcon: bottomLeftIcon,
|
|
8011
|
+
handleClickBottomLeftIcon: handleClickBottomLeftIcon,
|
|
8012
|
+
premiumDiamondPill: premiumDiamondPill
|
|
8007
8013
|
});
|
|
8008
8014
|
}
|
|
8009
8015
|
|
package/dist/index.umd.js
CHANGED
|
@@ -7395,6 +7395,7 @@
|
|
|
7395
7395
|
secondaryActionButton = _ref.secondaryActionButton,
|
|
7396
7396
|
bottomLeftIcon = _ref.bottomLeftIcon,
|
|
7397
7397
|
handleClickBottomLeftIcon = _ref.handleClickBottomLeftIcon,
|
|
7398
|
+
premiumDiamondPill = _ref.premiumDiamondPill,
|
|
7398
7399
|
fluid = _ref.fluid,
|
|
7399
7400
|
fontSize = _ref.fontSize,
|
|
7400
7401
|
isLink = _ref.isLink,
|
|
@@ -7563,7 +7564,7 @@
|
|
|
7563
7564
|
transition: "opacity .3s ease-in-out",
|
|
7564
7565
|
opacity: collectionHovered ? "1" : "0"
|
|
7565
7566
|
}
|
|
7566
|
-
}) : /*#__PURE__*/React__default['default'].createElement(React__default['default'].Fragment, null), /*#__PURE__*/React__default['default'].createElement(TopPill, {
|
|
7567
|
+
}) : /*#__PURE__*/React__default['default'].createElement(React__default['default'].Fragment, null), premiumDiamondPill ? premiumDiamondPill : /*#__PURE__*/React__default['default'].createElement(TopPill, {
|
|
7567
7568
|
style: {
|
|
7568
7569
|
zIndex: "3"
|
|
7569
7570
|
},
|
|
@@ -7730,13 +7731,12 @@
|
|
|
7730
7731
|
bottom: "8px",
|
|
7731
7732
|
right: "8px"
|
|
7732
7733
|
}
|
|
7733
|
-
}
|
|
7734
|
-
}, /*#__PURE__*/React__default['default'].createElement(PresentGiftIcon, {
|
|
7734
|
+
},
|
|
7735
7735
|
onClick: function onClick(e) {
|
|
7736
|
-
e.stopPropagation();
|
|
7737
|
-
|
|
7736
|
+
e.stopPropagation();
|
|
7738
7737
|
handleClickBottomLeftIcon();
|
|
7739
|
-
}
|
|
7738
|
+
}
|
|
7739
|
+
}, /*#__PURE__*/React__default['default'].createElement(PresentGiftIcon, {
|
|
7740
7740
|
sx: {
|
|
7741
7741
|
position: "absolute",
|
|
7742
7742
|
width: "100%",
|
|
@@ -7895,7 +7895,10 @@
|
|
|
7895
7895
|
hideUnlockPlatformText = _ref.hideUnlockPlatformText,
|
|
7896
7896
|
hidePremiumLockIcon = _ref.hidePremiumLockIcon,
|
|
7897
7897
|
unlockPlatformText = _ref.unlockPlatformText,
|
|
7898
|
-
hideCollectionBackground = _ref.hideCollectionBackground
|
|
7898
|
+
hideCollectionBackground = _ref.hideCollectionBackground,
|
|
7899
|
+
bottomLeftIcon = _ref.bottomLeftIcon,
|
|
7900
|
+
handleClickBottomLeftIcon = _ref.handleClickBottomLeftIcon,
|
|
7901
|
+
premiumDiamondPill = _ref.premiumDiamondPill;
|
|
7899
7902
|
|
|
7900
7903
|
var _useState = React.useState(null),
|
|
7901
7904
|
_useState2 = _slicedToArray__default['default'](_useState, 2),
|
|
@@ -8024,7 +8027,10 @@
|
|
|
8024
8027
|
hideUnlockPlatformText: hideUnlockPlatformText,
|
|
8025
8028
|
hidePremiumLockIcon: hidePremiumLockIcon,
|
|
8026
8029
|
unlockPlatformText: unlockPlatformText,
|
|
8027
|
-
hideCollectionBackground: hideCollectionBackground
|
|
8030
|
+
hideCollectionBackground: hideCollectionBackground,
|
|
8031
|
+
bottomLeftIcon: bottomLeftIcon,
|
|
8032
|
+
handleClickBottomLeftIcon: handleClickBottomLeftIcon,
|
|
8033
|
+
premiumDiamondPill: premiumDiamondPill
|
|
8028
8034
|
});
|
|
8029
8035
|
}
|
|
8030
8036
|
|