@blerp/design 1.0.105 → 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 +7 -4
- package/dist/index.esm.js +7 -4
- package/dist/index.umd.js +7 -4
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -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: {
|
|
@@ -7943,7 +7942,9 @@ var CollectionCard$1 = function CollectionCard(_ref) {
|
|
|
7943
7942
|
hideUnlockPlatformText = _ref.hideUnlockPlatformText,
|
|
7944
7943
|
hidePremiumLockIcon = _ref.hidePremiumLockIcon,
|
|
7945
7944
|
unlockPlatformText = _ref.unlockPlatformText,
|
|
7946
|
-
hideCollectionBackground = _ref.hideCollectionBackground
|
|
7945
|
+
hideCollectionBackground = _ref.hideCollectionBackground,
|
|
7946
|
+
bottomLeftIcon = _ref.bottomLeftIcon,
|
|
7947
|
+
handleClickBottomLeftIcon = _ref.handleClickBottomLeftIcon;
|
|
7947
7948
|
|
|
7948
7949
|
var _useState = React.useState(null),
|
|
7949
7950
|
_useState2 = _slicedToArray__default['default'](_useState, 2),
|
|
@@ -8072,7 +8073,9 @@ var CollectionCard$1 = function CollectionCard(_ref) {
|
|
|
8072
8073
|
hideUnlockPlatformText: hideUnlockPlatformText,
|
|
8073
8074
|
hidePremiumLockIcon: hidePremiumLockIcon,
|
|
8074
8075
|
unlockPlatformText: unlockPlatformText,
|
|
8075
|
-
hideCollectionBackground: hideCollectionBackground
|
|
8076
|
+
hideCollectionBackground: hideCollectionBackground,
|
|
8077
|
+
bottomLeftIcon: bottomLeftIcon,
|
|
8078
|
+
handleClickBottomLeftIcon: handleClickBottomLeftIcon
|
|
8076
8079
|
});
|
|
8077
8080
|
}
|
|
8078
8081
|
|
package/dist/index.esm.js
CHANGED
|
@@ -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: {
|
|
@@ -7874,7 +7873,9 @@ var CollectionCard$1 = function CollectionCard(_ref) {
|
|
|
7874
7873
|
hideUnlockPlatformText = _ref.hideUnlockPlatformText,
|
|
7875
7874
|
hidePremiumLockIcon = _ref.hidePremiumLockIcon,
|
|
7876
7875
|
unlockPlatformText = _ref.unlockPlatformText,
|
|
7877
|
-
hideCollectionBackground = _ref.hideCollectionBackground
|
|
7876
|
+
hideCollectionBackground = _ref.hideCollectionBackground,
|
|
7877
|
+
bottomLeftIcon = _ref.bottomLeftIcon,
|
|
7878
|
+
handleClickBottomLeftIcon = _ref.handleClickBottomLeftIcon;
|
|
7878
7879
|
|
|
7879
7880
|
var _useState = useState(null),
|
|
7880
7881
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -8003,7 +8004,9 @@ var CollectionCard$1 = function CollectionCard(_ref) {
|
|
|
8003
8004
|
hideUnlockPlatformText: hideUnlockPlatformText,
|
|
8004
8005
|
hidePremiumLockIcon: hidePremiumLockIcon,
|
|
8005
8006
|
unlockPlatformText: unlockPlatformText,
|
|
8006
|
-
hideCollectionBackground: hideCollectionBackground
|
|
8007
|
+
hideCollectionBackground: hideCollectionBackground,
|
|
8008
|
+
bottomLeftIcon: bottomLeftIcon,
|
|
8009
|
+
handleClickBottomLeftIcon: handleClickBottomLeftIcon
|
|
8007
8010
|
});
|
|
8008
8011
|
}
|
|
8009
8012
|
|
package/dist/index.umd.js
CHANGED
|
@@ -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: {
|
|
@@ -7895,7 +7894,9 @@
|
|
|
7895
7894
|
hideUnlockPlatformText = _ref.hideUnlockPlatformText,
|
|
7896
7895
|
hidePremiumLockIcon = _ref.hidePremiumLockIcon,
|
|
7897
7896
|
unlockPlatformText = _ref.unlockPlatformText,
|
|
7898
|
-
hideCollectionBackground = _ref.hideCollectionBackground
|
|
7897
|
+
hideCollectionBackground = _ref.hideCollectionBackground,
|
|
7898
|
+
bottomLeftIcon = _ref.bottomLeftIcon,
|
|
7899
|
+
handleClickBottomLeftIcon = _ref.handleClickBottomLeftIcon;
|
|
7899
7900
|
|
|
7900
7901
|
var _useState = React.useState(null),
|
|
7901
7902
|
_useState2 = _slicedToArray__default['default'](_useState, 2),
|
|
@@ -8024,7 +8025,9 @@
|
|
|
8024
8025
|
hideUnlockPlatformText: hideUnlockPlatformText,
|
|
8025
8026
|
hidePremiumLockIcon: hidePremiumLockIcon,
|
|
8026
8027
|
unlockPlatformText: unlockPlatformText,
|
|
8027
|
-
hideCollectionBackground: hideCollectionBackground
|
|
8028
|
+
hideCollectionBackground: hideCollectionBackground,
|
|
8029
|
+
bottomLeftIcon: bottomLeftIcon,
|
|
8030
|
+
handleClickBottomLeftIcon: handleClickBottomLeftIcon
|
|
8028
8031
|
});
|
|
8029
8032
|
}
|
|
8030
8033
|
|