@blerp/design 1.0.107 → 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 +6 -3
- package/dist/index.esm.js +6 -3
- package/dist/index.umd.js +6 -3
- 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
|
},
|
|
@@ -7944,7 +7945,8 @@ var CollectionCard$1 = function CollectionCard(_ref) {
|
|
|
7944
7945
|
unlockPlatformText = _ref.unlockPlatformText,
|
|
7945
7946
|
hideCollectionBackground = _ref.hideCollectionBackground,
|
|
7946
7947
|
bottomLeftIcon = _ref.bottomLeftIcon,
|
|
7947
|
-
handleClickBottomLeftIcon = _ref.handleClickBottomLeftIcon
|
|
7948
|
+
handleClickBottomLeftIcon = _ref.handleClickBottomLeftIcon,
|
|
7949
|
+
premiumDiamondPill = _ref.premiumDiamondPill;
|
|
7948
7950
|
|
|
7949
7951
|
var _useState = React.useState(null),
|
|
7950
7952
|
_useState2 = _slicedToArray__default['default'](_useState, 2),
|
|
@@ -8075,7 +8077,8 @@ var CollectionCard$1 = function CollectionCard(_ref) {
|
|
|
8075
8077
|
unlockPlatformText: unlockPlatformText,
|
|
8076
8078
|
hideCollectionBackground: hideCollectionBackground,
|
|
8077
8079
|
bottomLeftIcon: bottomLeftIcon,
|
|
8078
|
-
handleClickBottomLeftIcon: handleClickBottomLeftIcon
|
|
8080
|
+
handleClickBottomLeftIcon: handleClickBottomLeftIcon,
|
|
8081
|
+
premiumDiamondPill: premiumDiamondPill
|
|
8079
8082
|
});
|
|
8080
8083
|
}
|
|
8081
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
|
},
|
|
@@ -7875,7 +7876,8 @@ var CollectionCard$1 = function CollectionCard(_ref) {
|
|
|
7875
7876
|
unlockPlatformText = _ref.unlockPlatformText,
|
|
7876
7877
|
hideCollectionBackground = _ref.hideCollectionBackground,
|
|
7877
7878
|
bottomLeftIcon = _ref.bottomLeftIcon,
|
|
7878
|
-
handleClickBottomLeftIcon = _ref.handleClickBottomLeftIcon
|
|
7879
|
+
handleClickBottomLeftIcon = _ref.handleClickBottomLeftIcon,
|
|
7880
|
+
premiumDiamondPill = _ref.premiumDiamondPill;
|
|
7879
7881
|
|
|
7880
7882
|
var _useState = useState(null),
|
|
7881
7883
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -8006,7 +8008,8 @@ var CollectionCard$1 = function CollectionCard(_ref) {
|
|
|
8006
8008
|
unlockPlatformText: unlockPlatformText,
|
|
8007
8009
|
hideCollectionBackground: hideCollectionBackground,
|
|
8008
8010
|
bottomLeftIcon: bottomLeftIcon,
|
|
8009
|
-
handleClickBottomLeftIcon: handleClickBottomLeftIcon
|
|
8011
|
+
handleClickBottomLeftIcon: handleClickBottomLeftIcon,
|
|
8012
|
+
premiumDiamondPill: premiumDiamondPill
|
|
8010
8013
|
});
|
|
8011
8014
|
}
|
|
8012
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
|
},
|
|
@@ -7896,7 +7897,8 @@
|
|
|
7896
7897
|
unlockPlatformText = _ref.unlockPlatformText,
|
|
7897
7898
|
hideCollectionBackground = _ref.hideCollectionBackground,
|
|
7898
7899
|
bottomLeftIcon = _ref.bottomLeftIcon,
|
|
7899
|
-
handleClickBottomLeftIcon = _ref.handleClickBottomLeftIcon
|
|
7900
|
+
handleClickBottomLeftIcon = _ref.handleClickBottomLeftIcon,
|
|
7901
|
+
premiumDiamondPill = _ref.premiumDiamondPill;
|
|
7900
7902
|
|
|
7901
7903
|
var _useState = React.useState(null),
|
|
7902
7904
|
_useState2 = _slicedToArray__default['default'](_useState, 2),
|
|
@@ -8027,7 +8029,8 @@
|
|
|
8027
8029
|
unlockPlatformText: unlockPlatformText,
|
|
8028
8030
|
hideCollectionBackground: hideCollectionBackground,
|
|
8029
8031
|
bottomLeftIcon: bottomLeftIcon,
|
|
8030
|
-
handleClickBottomLeftIcon: handleClickBottomLeftIcon
|
|
8032
|
+
handleClickBottomLeftIcon: handleClickBottomLeftIcon,
|
|
8033
|
+
premiumDiamondPill: premiumDiamondPill
|
|
8031
8034
|
});
|
|
8032
8035
|
}
|
|
8033
8036
|
|