@blerp/design 1.0.99 → 1.0.103

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
@@ -7424,7 +7424,7 @@ var LockedScrim = styled__default['default'].div(_templateObject5 || (_templateO
7424
7424
  return props.collectionHovered ? "blur(3px)" : "none";
7425
7425
  });
7426
7426
  var LockedScrimBackground = styled__default['default'].div(_templateObject6 || (_templateObject6 = _taggedTemplateLiteral__default['default'](["\n position: absolute;\n height: 100%;\n width: 100%;\n top: 0;\n /* transition: opacity 0.3s ease-in-out; */\n\n background-color: ", ";\n\n opacity: ", ";\n"])), function (props) {
7427
- return props.theme.colors.notBlack;
7427
+ return props.theme.colors.notBlackOverride;
7428
7428
  }, function (props) {
7429
7429
  return props.collectionHovered ? "0.5" : "0";
7430
7430
  });
@@ -7741,7 +7741,7 @@ var PremiumCollectionCard = function PremiumCollectionCard(_ref) {
7741
7741
  position: "absolute",
7742
7742
  width: "100%",
7743
7743
  height: "100%",
7744
- backgroundColor: "notBlack.main",
7744
+ backgroundColor: "notBlack.override",
7745
7745
  zIndex: "3",
7746
7746
  borderRadius: "50%",
7747
7747
  opacity: ".7",
@@ -7789,8 +7789,8 @@ var PremiumCollectionCard = function PremiumCollectionCard(_ref) {
7789
7789
  position: "absolute",
7790
7790
  width: "100%",
7791
7791
  height: "100%",
7792
- color: "white.main",
7793
- backgroundColor: "notBlack.main",
7792
+ color: "white.override",
7793
+ backgroundColor: "transparent",
7794
7794
  zIndex: "3",
7795
7795
  borderRadius: "50%",
7796
7796
  opacity: "1",
package/dist/index.esm.js CHANGED
@@ -7355,7 +7355,7 @@ var LockedScrim = styled.div(_templateObject5 || (_templateObject5 = _taggedTemp
7355
7355
  return props.collectionHovered ? "blur(3px)" : "none";
7356
7356
  });
7357
7357
  var LockedScrimBackground = styled.div(_templateObject6 || (_templateObject6 = _taggedTemplateLiteral(["\n position: absolute;\n height: 100%;\n width: 100%;\n top: 0;\n /* transition: opacity 0.3s ease-in-out; */\n\n background-color: ", ";\n\n opacity: ", ";\n"])), function (props) {
7358
- return props.theme.colors.notBlack;
7358
+ return props.theme.colors.notBlackOverride;
7359
7359
  }, function (props) {
7360
7360
  return props.collectionHovered ? "0.5" : "0";
7361
7361
  });
@@ -7672,7 +7672,7 @@ var PremiumCollectionCard = function PremiumCollectionCard(_ref) {
7672
7672
  position: "absolute",
7673
7673
  width: "100%",
7674
7674
  height: "100%",
7675
- backgroundColor: "notBlack.main",
7675
+ backgroundColor: "notBlack.override",
7676
7676
  zIndex: "3",
7677
7677
  borderRadius: "50%",
7678
7678
  opacity: ".7",
@@ -7720,8 +7720,8 @@ var PremiumCollectionCard = function PremiumCollectionCard(_ref) {
7720
7720
  position: "absolute",
7721
7721
  width: "100%",
7722
7722
  height: "100%",
7723
- color: "white.main",
7724
- backgroundColor: "notBlack.main",
7723
+ color: "white.override",
7724
+ backgroundColor: "transparent",
7725
7725
  zIndex: "3",
7726
7726
  borderRadius: "50%",
7727
7727
  opacity: "1",
package/dist/index.umd.js CHANGED
@@ -7376,7 +7376,7 @@
7376
7376
  return props.collectionHovered ? "blur(3px)" : "none";
7377
7377
  });
7378
7378
  var LockedScrimBackground = styled__default['default'].div(_templateObject6 || (_templateObject6 = _taggedTemplateLiteral__default['default'](["\n position: absolute;\n height: 100%;\n width: 100%;\n top: 0;\n /* transition: opacity 0.3s ease-in-out; */\n\n background-color: ", ";\n\n opacity: ", ";\n"])), function (props) {
7379
- return props.theme.colors.notBlack;
7379
+ return props.theme.colors.notBlackOverride;
7380
7380
  }, function (props) {
7381
7381
  return props.collectionHovered ? "0.5" : "0";
7382
7382
  });
@@ -7693,7 +7693,7 @@
7693
7693
  position: "absolute",
7694
7694
  width: "100%",
7695
7695
  height: "100%",
7696
- backgroundColor: "notBlack.main",
7696
+ backgroundColor: "notBlack.override",
7697
7697
  zIndex: "3",
7698
7698
  borderRadius: "50%",
7699
7699
  opacity: ".7",
@@ -7741,8 +7741,8 @@
7741
7741
  position: "absolute",
7742
7742
  width: "100%",
7743
7743
  height: "100%",
7744
- color: "white.main",
7745
- backgroundColor: "notBlack.main",
7744
+ color: "white.override",
7745
+ backgroundColor: "transparent",
7746
7746
  zIndex: "3",
7747
7747
  borderRadius: "50%",
7748
7748
  opacity: "1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blerp/design",
3
- "version": "1.0.99",
3
+ "version": "1.0.103",
4
4
  "description": "Blerp UI",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {