@blerp/design 1.0.108 → 1.0.109

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 CHANGED
@@ -7411,7 +7411,7 @@ var _templateObject$4, _templateObject2, _templateObject3, _templateObject4, _te
7411
7411
  //primary and secondary action buttons
7412
7412
 
7413
7413
  var YellowHoverBorder = styled__default['default'].div(_templateObject$4 || (_templateObject$4 = _taggedTemplateLiteral__default['default'](["\n position: absolute;\n height: 105%;\n width: 105%;\n top: 50%;\n left: 50%;\n transform: translate(-50%, -50%);\n border: 4px solid rgb(255, 225, 76);\n border-radius: 20px;\n transition: opacity 0.3s ease-in-out;\n /* Opacity should be changed to \"1\" onHover of this component's parent */\n opacity: 0;\n"])));
7414
- var LineClamp$1 = styled__default['default'].div(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral__default['default'](["\n display: -webkit-box;\n -webkit-line-clamp: 2;\n -webkit-box-orient: vertical;\n overflow: hidden;\n margin: 5px 0;\n"])));
7414
+ var LineClamp$1 = styled__default['default'].div(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral__default['default'](["\n display: -webkit-box;\n -webkit-line-clamp: 2;\n -webkit-box-orient: vertical;\n overflow: hidden;\n margin: 5px 0;\n max-width: 80%;\n"])));
7415
7415
  var TopPill = styled__default['default'].div(_templateObject3 || (_templateObject3 = _taggedTemplateLiteral__default['default'](["\n display: flex;\n justify-content: center;\n align-items: center;\n height: 32px;\n width: ", ";\n position: absolute;\n top: 8px;\n left: 8px;\n border-radius: 20px;\n overflow: hidden;\n transition: width 0.3s ease-in-out;\n"])), function (props) {
7416
7416
  return props.isLocked ? props.collectionHovered ? "90%" : "70%" : "45%";
7417
7417
  });
@@ -7807,7 +7807,7 @@ var PremiumCollectionCard = function PremiumCollectionCard(_ref) {
7807
7807
  textDecoration: "none"
7808
7808
  }
7809
7809
  }, /*#__PURE__*/React__default['default'].createElement(LineClamp$1, null, /*#__PURE__*/React__default['default'].createElement(Text, {
7810
- fontSize: fontSize ? fontSize : "24px",
7810
+ fontSize: fontSize ? fontSize : "21px",
7811
7811
  color: "white.override",
7812
7812
  textAlign: "center",
7813
7813
  sx: {
@@ -7820,7 +7820,7 @@ var PremiumCollectionCard = function PremiumCollectionCard(_ref) {
7820
7820
  sx: {
7821
7821
  zIndex: isLocked ? "1" : "3"
7822
7822
  },
7823
- fontSize: fontSize ? fontSize : "24px",
7823
+ fontSize: fontSize ? fontSize : "21px",
7824
7824
  color: "white.override",
7825
7825
  textAlign: "center"
7826
7826
  }, collection === null || collection === void 0 ? void 0 : collection.title)), isLocked ? /*#__PURE__*/React__default['default'].createElement(LockedScrim, {
@@ -7916,7 +7916,7 @@ var PremiumCollectionCard = function PremiumCollectionCard(_ref) {
7916
7916
  };
7917
7917
 
7918
7918
  var _templateObject$3;
7919
- var LineClamp = styled__default['default'].div(_templateObject$3 || (_templateObject$3 = _taggedTemplateLiteral__default['default'](["\n display: -webkit-box;\n -webkit-line-clamp: 1;\n -webkit-box-orient: vertical;\n overflow: hidden;\n margin: 5px 0;\n"]))); //on background click
7919
+ var LineClamp = styled__default['default'].div(_templateObject$3 || (_templateObject$3 = _taggedTemplateLiteral__default['default'](["\n display: -webkit-box;\n -webkit-line-clamp: 1;\n -webkit-box-orient: vertical;\n overflow: hidden;\n margin: 5px 0;\n max-width: 80%;\n"]))); //on background click
7920
7920
  //primary and secondary action buttons
7921
7921
 
7922
7922
  var CollectionCard$1 = function CollectionCard(_ref) {
package/dist/index.esm.js CHANGED
@@ -7342,7 +7342,7 @@ var _templateObject$4, _templateObject2, _templateObject3, _templateObject4, _te
7342
7342
  //primary and secondary action buttons
7343
7343
 
7344
7344
  var YellowHoverBorder = styled.div(_templateObject$4 || (_templateObject$4 = _taggedTemplateLiteral(["\n position: absolute;\n height: 105%;\n width: 105%;\n top: 50%;\n left: 50%;\n transform: translate(-50%, -50%);\n border: 4px solid rgb(255, 225, 76);\n border-radius: 20px;\n transition: opacity 0.3s ease-in-out;\n /* Opacity should be changed to \"1\" onHover of this component's parent */\n opacity: 0;\n"])));
7345
- var LineClamp$1 = styled.div(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n display: -webkit-box;\n -webkit-line-clamp: 2;\n -webkit-box-orient: vertical;\n overflow: hidden;\n margin: 5px 0;\n"])));
7345
+ var LineClamp$1 = styled.div(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n display: -webkit-box;\n -webkit-line-clamp: 2;\n -webkit-box-orient: vertical;\n overflow: hidden;\n margin: 5px 0;\n max-width: 80%;\n"])));
7346
7346
  var TopPill = styled.div(_templateObject3 || (_templateObject3 = _taggedTemplateLiteral(["\n display: flex;\n justify-content: center;\n align-items: center;\n height: 32px;\n width: ", ";\n position: absolute;\n top: 8px;\n left: 8px;\n border-radius: 20px;\n overflow: hidden;\n transition: width 0.3s ease-in-out;\n"])), function (props) {
7347
7347
  return props.isLocked ? props.collectionHovered ? "90%" : "70%" : "45%";
7348
7348
  });
@@ -7738,7 +7738,7 @@ var PremiumCollectionCard = function PremiumCollectionCard(_ref) {
7738
7738
  textDecoration: "none"
7739
7739
  }
7740
7740
  }, /*#__PURE__*/React__default.createElement(LineClamp$1, null, /*#__PURE__*/React__default.createElement(Text, {
7741
- fontSize: fontSize ? fontSize : "24px",
7741
+ fontSize: fontSize ? fontSize : "21px",
7742
7742
  color: "white.override",
7743
7743
  textAlign: "center",
7744
7744
  sx: {
@@ -7751,7 +7751,7 @@ var PremiumCollectionCard = function PremiumCollectionCard(_ref) {
7751
7751
  sx: {
7752
7752
  zIndex: isLocked ? "1" : "3"
7753
7753
  },
7754
- fontSize: fontSize ? fontSize : "24px",
7754
+ fontSize: fontSize ? fontSize : "21px",
7755
7755
  color: "white.override",
7756
7756
  textAlign: "center"
7757
7757
  }, collection === null || collection === void 0 ? void 0 : collection.title)), isLocked ? /*#__PURE__*/React__default.createElement(LockedScrim, {
@@ -7847,7 +7847,7 @@ var PremiumCollectionCard = function PremiumCollectionCard(_ref) {
7847
7847
  };
7848
7848
 
7849
7849
  var _templateObject$3;
7850
- var LineClamp = styled.div(_templateObject$3 || (_templateObject$3 = _taggedTemplateLiteral(["\n display: -webkit-box;\n -webkit-line-clamp: 1;\n -webkit-box-orient: vertical;\n overflow: hidden;\n margin: 5px 0;\n"]))); //on background click
7850
+ var LineClamp = styled.div(_templateObject$3 || (_templateObject$3 = _taggedTemplateLiteral(["\n display: -webkit-box;\n -webkit-line-clamp: 1;\n -webkit-box-orient: vertical;\n overflow: hidden;\n margin: 5px 0;\n max-width: 80%;\n"]))); //on background click
7851
7851
  //primary and secondary action buttons
7852
7852
 
7853
7853
  var CollectionCard$1 = function CollectionCard(_ref) {
package/dist/index.umd.js CHANGED
@@ -7363,7 +7363,7 @@
7363
7363
  //primary and secondary action buttons
7364
7364
 
7365
7365
  var YellowHoverBorder = styled__default['default'].div(_templateObject$4 || (_templateObject$4 = _taggedTemplateLiteral__default['default'](["\n position: absolute;\n height: 105%;\n width: 105%;\n top: 50%;\n left: 50%;\n transform: translate(-50%, -50%);\n border: 4px solid rgb(255, 225, 76);\n border-radius: 20px;\n transition: opacity 0.3s ease-in-out;\n /* Opacity should be changed to \"1\" onHover of this component's parent */\n opacity: 0;\n"])));
7366
- var LineClamp$1 = styled__default['default'].div(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral__default['default'](["\n display: -webkit-box;\n -webkit-line-clamp: 2;\n -webkit-box-orient: vertical;\n overflow: hidden;\n margin: 5px 0;\n"])));
7366
+ var LineClamp$1 = styled__default['default'].div(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral__default['default'](["\n display: -webkit-box;\n -webkit-line-clamp: 2;\n -webkit-box-orient: vertical;\n overflow: hidden;\n margin: 5px 0;\n max-width: 80%;\n"])));
7367
7367
  var TopPill = styled__default['default'].div(_templateObject3 || (_templateObject3 = _taggedTemplateLiteral__default['default'](["\n display: flex;\n justify-content: center;\n align-items: center;\n height: 32px;\n width: ", ";\n position: absolute;\n top: 8px;\n left: 8px;\n border-radius: 20px;\n overflow: hidden;\n transition: width 0.3s ease-in-out;\n"])), function (props) {
7368
7368
  return props.isLocked ? props.collectionHovered ? "90%" : "70%" : "45%";
7369
7369
  });
@@ -7759,7 +7759,7 @@
7759
7759
  textDecoration: "none"
7760
7760
  }
7761
7761
  }, /*#__PURE__*/React__default['default'].createElement(LineClamp$1, null, /*#__PURE__*/React__default['default'].createElement(Text, {
7762
- fontSize: fontSize ? fontSize : "24px",
7762
+ fontSize: fontSize ? fontSize : "21px",
7763
7763
  color: "white.override",
7764
7764
  textAlign: "center",
7765
7765
  sx: {
@@ -7772,7 +7772,7 @@
7772
7772
  sx: {
7773
7773
  zIndex: isLocked ? "1" : "3"
7774
7774
  },
7775
- fontSize: fontSize ? fontSize : "24px",
7775
+ fontSize: fontSize ? fontSize : "21px",
7776
7776
  color: "white.override",
7777
7777
  textAlign: "center"
7778
7778
  }, collection === null || collection === void 0 ? void 0 : collection.title)), isLocked ? /*#__PURE__*/React__default['default'].createElement(LockedScrim, {
@@ -7868,7 +7868,7 @@
7868
7868
  };
7869
7869
 
7870
7870
  var _templateObject$3;
7871
- var LineClamp = styled__default['default'].div(_templateObject$3 || (_templateObject$3 = _taggedTemplateLiteral__default['default'](["\n display: -webkit-box;\n -webkit-line-clamp: 1;\n -webkit-box-orient: vertical;\n overflow: hidden;\n margin: 5px 0;\n"]))); //on background click
7871
+ var LineClamp = styled__default['default'].div(_templateObject$3 || (_templateObject$3 = _taggedTemplateLiteral__default['default'](["\n display: -webkit-box;\n -webkit-line-clamp: 1;\n -webkit-box-orient: vertical;\n overflow: hidden;\n margin: 5px 0;\n max-width: 80%;\n"]))); //on background click
7872
7872
  //primary and secondary action buttons
7873
7873
 
7874
7874
  var CollectionCard$1 = function CollectionCard(_ref) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blerp/design",
3
- "version": "1.0.108",
3
+ "version": "1.0.109",
4
4
  "description": "Blerp UI",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {