@blerp/design 1.0.102 → 1.0.105

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
@@ -7416,7 +7416,7 @@ var TopPill = styled__default['default'].div(_templateObject3 || (_templateObjec
7416
7416
  return props.isLocked ? props.collectionHovered ? "90%" : "70%" : "45%";
7417
7417
  });
7418
7418
  var TopPillBackground = styled__default['default'].div(_templateObject4 || (_templateObject4 = _taggedTemplateLiteral__default['default'](["\n height: 32px;\n width: 100%;\n position: absolute;\n background-color: ", ";\n opacity: 0.5;\n"])), function (props) {
7419
- return props.theme.colors.notBlack;
7419
+ return props.theme.colors.notBlackOverride;
7420
7420
  });
7421
7421
  var LockedScrim = styled__default['default'].div(_templateObject5 || (_templateObject5 = _taggedTemplateLiteral__default['default'](["\n z-index: -1;\n padding-bottom: 8px;\n display: flex;\n flex-direction: column;\n justify-content: flex-end;\n align-items: center;\n z-index: 1;\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n overflow: \"hidden\";\n transition: backdrop-filter 0.4s, opacity 0.5s ease-in-out;\n opacity: ", ";\n backdrop-filter: ", ";\n"])), function (props) {
7422
7422
  return !props.collectionHovered ? "0" : "1";
@@ -7624,13 +7624,13 @@ var PremiumCollectionCard = function PremiumCollectionCard(_ref) {
7624
7624
  left: "2px",
7625
7625
  width: "28px",
7626
7626
  height: "28px",
7627
- color: "white.main",
7627
+ color: "white.override",
7628
7628
  borderRadius: "50%",
7629
7629
  alignItems: "center",
7630
7630
  justifyContent: "center",
7631
7631
  opacity: isLocked ? "1" : "0",
7632
7632
  "&:hover": {
7633
- backgroundColor: "white.main"
7633
+ backgroundColor: "white.override"
7634
7634
  },
7635
7635
  ":hover svg": {
7636
7636
  color: "starling.main"
@@ -7639,7 +7639,7 @@ var PremiumCollectionCard = function PremiumCollectionCard(_ref) {
7639
7639
  }, /*#__PURE__*/React__default['default'].createElement(iconsMaterial.BookmarkRounded, {
7640
7640
  sx: {
7641
7641
  height: ".6em",
7642
- color: "white.main",
7642
+ color: "white.override",
7643
7643
  opacity: isLocked ? "1" : "0"
7644
7644
  },
7645
7645
  onClick: function onClick(e) {
@@ -7653,13 +7653,13 @@ var PremiumCollectionCard = function PremiumCollectionCard(_ref) {
7653
7653
  left: "2px",
7654
7654
  width: "28px",
7655
7655
  height: "28px",
7656
- color: "white.main",
7656
+ color: "white.override",
7657
7657
  borderRadius: "50%",
7658
7658
  alignItems: "center",
7659
7659
  justifyContent: "center",
7660
7660
  opacity: isLocked ? "1" : "0",
7661
7661
  "&:hover": {
7662
- backgroundColor: "white.main"
7662
+ backgroundColor: "white.override"
7663
7663
  },
7664
7664
  ":hover svg": {
7665
7665
  color: "starling.main"
@@ -7672,7 +7672,7 @@ var PremiumCollectionCard = function PremiumCollectionCard(_ref) {
7672
7672
  },
7673
7673
  sx: {
7674
7674
  height: ".6em",
7675
- color: "white.main",
7675
+ color: "white.override",
7676
7676
  opacity: isLocked ? "1" : "0"
7677
7677
  }
7678
7678
  })), /*#__PURE__*/React__default['default'].createElement(Stack, {
@@ -7685,14 +7685,14 @@ var PremiumCollectionCard = function PremiumCollectionCard(_ref) {
7685
7685
  alignItems: "center"
7686
7686
  }, /*#__PURE__*/React__default['default'].createElement(DiamondIcon, {
7687
7687
  sx: {
7688
- color: "white.main",
7688
+ color: "white.override",
7689
7689
  height: ".6em",
7690
7690
  position: "relative",
7691
7691
  left: "4px"
7692
7692
  }
7693
7693
  }), /*#__PURE__*/React__default['default'].createElement(Text, {
7694
7694
  sx: {
7695
- color: "white.main",
7695
+ color: "white.override",
7696
7696
  fontWeight: "lighter",
7697
7697
  fontSize: ".8em"
7698
7698
  }
@@ -7702,7 +7702,7 @@ var PremiumCollectionCard = function PremiumCollectionCard(_ref) {
7702
7702
  top: "8px",
7703
7703
  right: "5px",
7704
7704
  height: ".6em",
7705
- color: "white.main",
7705
+ color: "white.override",
7706
7706
  paddingRight: "8px",
7707
7707
  opacity: isLocked ? collectionHovered ? "0" : "1" : "0",
7708
7708
  transition: "opacity .2s ease-in-out"
@@ -7713,7 +7713,7 @@ var PremiumCollectionCard = function PremiumCollectionCard(_ref) {
7713
7713
  }
7714
7714
  }))), secondaryActionButton ? secondaryActionButton : /*#__PURE__*/React__default['default'].createElement(Stack, {
7715
7715
  sx: {
7716
- zIndex: "3",
7716
+ zIndex: "4",
7717
7717
  justifyContent: "center",
7718
7718
  alignItems: "center",
7719
7719
  position: "absolute",
@@ -7761,7 +7761,7 @@ var PremiumCollectionCard = function PremiumCollectionCard(_ref) {
7761
7761
  }
7762
7762
  })), bottomLeftIcon ? bottomLeftIcon : /*#__PURE__*/React__default['default'].createElement(Stack, {
7763
7763
  sx: {
7764
- zIndex: "3",
7764
+ zIndex: "4",
7765
7765
  justifyContent: "center",
7766
7766
  alignItems: "center",
7767
7767
  position: "absolute",
@@ -7790,12 +7790,13 @@ var PremiumCollectionCard = function PremiumCollectionCard(_ref) {
7790
7790
  width: "100%",
7791
7791
  height: "100%",
7792
7792
  color: "white.override",
7793
- backgroundColor: "transparent",
7794
- zIndex: "3",
7793
+ // backgroundColor: "grey4.main",
7794
+ zIndex: "4",
7795
7795
  borderRadius: "50%",
7796
7796
  opacity: "1",
7797
7797
  "&:hover": {
7798
- // backgroundColor: "grey4.main",
7798
+ padding: "4px",
7799
+ backgroundColor: "grey7.override",
7799
7800
  opacity: "1"
7800
7801
  }
7801
7802
  }
package/dist/index.esm.js CHANGED
@@ -7347,7 +7347,7 @@ var TopPill = styled.div(_templateObject3 || (_templateObject3 = _taggedTemplate
7347
7347
  return props.isLocked ? props.collectionHovered ? "90%" : "70%" : "45%";
7348
7348
  });
7349
7349
  var TopPillBackground = styled.div(_templateObject4 || (_templateObject4 = _taggedTemplateLiteral(["\n height: 32px;\n width: 100%;\n position: absolute;\n background-color: ", ";\n opacity: 0.5;\n"])), function (props) {
7350
- return props.theme.colors.notBlack;
7350
+ return props.theme.colors.notBlackOverride;
7351
7351
  });
7352
7352
  var LockedScrim = styled.div(_templateObject5 || (_templateObject5 = _taggedTemplateLiteral(["\n z-index: -1;\n padding-bottom: 8px;\n display: flex;\n flex-direction: column;\n justify-content: flex-end;\n align-items: center;\n z-index: 1;\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n overflow: \"hidden\";\n transition: backdrop-filter 0.4s, opacity 0.5s ease-in-out;\n opacity: ", ";\n backdrop-filter: ", ";\n"])), function (props) {
7353
7353
  return !props.collectionHovered ? "0" : "1";
@@ -7555,13 +7555,13 @@ var PremiumCollectionCard = function PremiumCollectionCard(_ref) {
7555
7555
  left: "2px",
7556
7556
  width: "28px",
7557
7557
  height: "28px",
7558
- color: "white.main",
7558
+ color: "white.override",
7559
7559
  borderRadius: "50%",
7560
7560
  alignItems: "center",
7561
7561
  justifyContent: "center",
7562
7562
  opacity: isLocked ? "1" : "0",
7563
7563
  "&:hover": {
7564
- backgroundColor: "white.main"
7564
+ backgroundColor: "white.override"
7565
7565
  },
7566
7566
  ":hover svg": {
7567
7567
  color: "starling.main"
@@ -7570,7 +7570,7 @@ var PremiumCollectionCard = function PremiumCollectionCard(_ref) {
7570
7570
  }, /*#__PURE__*/React__default.createElement(BookmarkRounded, {
7571
7571
  sx: {
7572
7572
  height: ".6em",
7573
- color: "white.main",
7573
+ color: "white.override",
7574
7574
  opacity: isLocked ? "1" : "0"
7575
7575
  },
7576
7576
  onClick: function onClick(e) {
@@ -7584,13 +7584,13 @@ var PremiumCollectionCard = function PremiumCollectionCard(_ref) {
7584
7584
  left: "2px",
7585
7585
  width: "28px",
7586
7586
  height: "28px",
7587
- color: "white.main",
7587
+ color: "white.override",
7588
7588
  borderRadius: "50%",
7589
7589
  alignItems: "center",
7590
7590
  justifyContent: "center",
7591
7591
  opacity: isLocked ? "1" : "0",
7592
7592
  "&:hover": {
7593
- backgroundColor: "white.main"
7593
+ backgroundColor: "white.override"
7594
7594
  },
7595
7595
  ":hover svg": {
7596
7596
  color: "starling.main"
@@ -7603,7 +7603,7 @@ var PremiumCollectionCard = function PremiumCollectionCard(_ref) {
7603
7603
  },
7604
7604
  sx: {
7605
7605
  height: ".6em",
7606
- color: "white.main",
7606
+ color: "white.override",
7607
7607
  opacity: isLocked ? "1" : "0"
7608
7608
  }
7609
7609
  })), /*#__PURE__*/React__default.createElement(Stack, {
@@ -7616,14 +7616,14 @@ var PremiumCollectionCard = function PremiumCollectionCard(_ref) {
7616
7616
  alignItems: "center"
7617
7617
  }, /*#__PURE__*/React__default.createElement(DiamondIcon, {
7618
7618
  sx: {
7619
- color: "white.main",
7619
+ color: "white.override",
7620
7620
  height: ".6em",
7621
7621
  position: "relative",
7622
7622
  left: "4px"
7623
7623
  }
7624
7624
  }), /*#__PURE__*/React__default.createElement(Text, {
7625
7625
  sx: {
7626
- color: "white.main",
7626
+ color: "white.override",
7627
7627
  fontWeight: "lighter",
7628
7628
  fontSize: ".8em"
7629
7629
  }
@@ -7633,7 +7633,7 @@ var PremiumCollectionCard = function PremiumCollectionCard(_ref) {
7633
7633
  top: "8px",
7634
7634
  right: "5px",
7635
7635
  height: ".6em",
7636
- color: "white.main",
7636
+ color: "white.override",
7637
7637
  paddingRight: "8px",
7638
7638
  opacity: isLocked ? collectionHovered ? "0" : "1" : "0",
7639
7639
  transition: "opacity .2s ease-in-out"
@@ -7644,7 +7644,7 @@ var PremiumCollectionCard = function PremiumCollectionCard(_ref) {
7644
7644
  }
7645
7645
  }))), secondaryActionButton ? secondaryActionButton : /*#__PURE__*/React__default.createElement(Stack, {
7646
7646
  sx: {
7647
- zIndex: "3",
7647
+ zIndex: "4",
7648
7648
  justifyContent: "center",
7649
7649
  alignItems: "center",
7650
7650
  position: "absolute",
@@ -7692,7 +7692,7 @@ var PremiumCollectionCard = function PremiumCollectionCard(_ref) {
7692
7692
  }
7693
7693
  })), bottomLeftIcon ? bottomLeftIcon : /*#__PURE__*/React__default.createElement(Stack, {
7694
7694
  sx: {
7695
- zIndex: "3",
7695
+ zIndex: "4",
7696
7696
  justifyContent: "center",
7697
7697
  alignItems: "center",
7698
7698
  position: "absolute",
@@ -7721,12 +7721,13 @@ var PremiumCollectionCard = function PremiumCollectionCard(_ref) {
7721
7721
  width: "100%",
7722
7722
  height: "100%",
7723
7723
  color: "white.override",
7724
- backgroundColor: "transparent",
7725
- zIndex: "3",
7724
+ // backgroundColor: "grey4.main",
7725
+ zIndex: "4",
7726
7726
  borderRadius: "50%",
7727
7727
  opacity: "1",
7728
7728
  "&:hover": {
7729
- // backgroundColor: "grey4.main",
7729
+ padding: "4px",
7730
+ backgroundColor: "grey7.override",
7730
7731
  opacity: "1"
7731
7732
  }
7732
7733
  }
package/dist/index.umd.js CHANGED
@@ -7368,7 +7368,7 @@
7368
7368
  return props.isLocked ? props.collectionHovered ? "90%" : "70%" : "45%";
7369
7369
  });
7370
7370
  var TopPillBackground = styled__default['default'].div(_templateObject4 || (_templateObject4 = _taggedTemplateLiteral__default['default'](["\n height: 32px;\n width: 100%;\n position: absolute;\n background-color: ", ";\n opacity: 0.5;\n"])), function (props) {
7371
- return props.theme.colors.notBlack;
7371
+ return props.theme.colors.notBlackOverride;
7372
7372
  });
7373
7373
  var LockedScrim = styled__default['default'].div(_templateObject5 || (_templateObject5 = _taggedTemplateLiteral__default['default'](["\n z-index: -1;\n padding-bottom: 8px;\n display: flex;\n flex-direction: column;\n justify-content: flex-end;\n align-items: center;\n z-index: 1;\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n overflow: \"hidden\";\n transition: backdrop-filter 0.4s, opacity 0.5s ease-in-out;\n opacity: ", ";\n backdrop-filter: ", ";\n"])), function (props) {
7374
7374
  return !props.collectionHovered ? "0" : "1";
@@ -7576,13 +7576,13 @@
7576
7576
  left: "2px",
7577
7577
  width: "28px",
7578
7578
  height: "28px",
7579
- color: "white.main",
7579
+ color: "white.override",
7580
7580
  borderRadius: "50%",
7581
7581
  alignItems: "center",
7582
7582
  justifyContent: "center",
7583
7583
  opacity: isLocked ? "1" : "0",
7584
7584
  "&:hover": {
7585
- backgroundColor: "white.main"
7585
+ backgroundColor: "white.override"
7586
7586
  },
7587
7587
  ":hover svg": {
7588
7588
  color: "starling.main"
@@ -7591,7 +7591,7 @@
7591
7591
  }, /*#__PURE__*/React__default['default'].createElement(iconsMaterial.BookmarkRounded, {
7592
7592
  sx: {
7593
7593
  height: ".6em",
7594
- color: "white.main",
7594
+ color: "white.override",
7595
7595
  opacity: isLocked ? "1" : "0"
7596
7596
  },
7597
7597
  onClick: function onClick(e) {
@@ -7605,13 +7605,13 @@
7605
7605
  left: "2px",
7606
7606
  width: "28px",
7607
7607
  height: "28px",
7608
- color: "white.main",
7608
+ color: "white.override",
7609
7609
  borderRadius: "50%",
7610
7610
  alignItems: "center",
7611
7611
  justifyContent: "center",
7612
7612
  opacity: isLocked ? "1" : "0",
7613
7613
  "&:hover": {
7614
- backgroundColor: "white.main"
7614
+ backgroundColor: "white.override"
7615
7615
  },
7616
7616
  ":hover svg": {
7617
7617
  color: "starling.main"
@@ -7624,7 +7624,7 @@
7624
7624
  },
7625
7625
  sx: {
7626
7626
  height: ".6em",
7627
- color: "white.main",
7627
+ color: "white.override",
7628
7628
  opacity: isLocked ? "1" : "0"
7629
7629
  }
7630
7630
  })), /*#__PURE__*/React__default['default'].createElement(Stack, {
@@ -7637,14 +7637,14 @@
7637
7637
  alignItems: "center"
7638
7638
  }, /*#__PURE__*/React__default['default'].createElement(DiamondIcon, {
7639
7639
  sx: {
7640
- color: "white.main",
7640
+ color: "white.override",
7641
7641
  height: ".6em",
7642
7642
  position: "relative",
7643
7643
  left: "4px"
7644
7644
  }
7645
7645
  }), /*#__PURE__*/React__default['default'].createElement(Text, {
7646
7646
  sx: {
7647
- color: "white.main",
7647
+ color: "white.override",
7648
7648
  fontWeight: "lighter",
7649
7649
  fontSize: ".8em"
7650
7650
  }
@@ -7654,7 +7654,7 @@
7654
7654
  top: "8px",
7655
7655
  right: "5px",
7656
7656
  height: ".6em",
7657
- color: "white.main",
7657
+ color: "white.override",
7658
7658
  paddingRight: "8px",
7659
7659
  opacity: isLocked ? collectionHovered ? "0" : "1" : "0",
7660
7660
  transition: "opacity .2s ease-in-out"
@@ -7665,7 +7665,7 @@
7665
7665
  }
7666
7666
  }))), secondaryActionButton ? secondaryActionButton : /*#__PURE__*/React__default['default'].createElement(Stack, {
7667
7667
  sx: {
7668
- zIndex: "3",
7668
+ zIndex: "4",
7669
7669
  justifyContent: "center",
7670
7670
  alignItems: "center",
7671
7671
  position: "absolute",
@@ -7713,7 +7713,7 @@
7713
7713
  }
7714
7714
  })), bottomLeftIcon ? bottomLeftIcon : /*#__PURE__*/React__default['default'].createElement(Stack, {
7715
7715
  sx: {
7716
- zIndex: "3",
7716
+ zIndex: "4",
7717
7717
  justifyContent: "center",
7718
7718
  alignItems: "center",
7719
7719
  position: "absolute",
@@ -7742,12 +7742,13 @@
7742
7742
  width: "100%",
7743
7743
  height: "100%",
7744
7744
  color: "white.override",
7745
- backgroundColor: "transparent",
7746
- zIndex: "3",
7745
+ // backgroundColor: "grey4.main",
7746
+ zIndex: "4",
7747
7747
  borderRadius: "50%",
7748
7748
  opacity: "1",
7749
7749
  "&:hover": {
7750
- // backgroundColor: "grey4.main",
7750
+ padding: "4px",
7751
+ backgroundColor: "grey7.override",
7751
7752
  opacity: "1"
7752
7753
  }
7753
7754
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blerp/design",
3
- "version": "1.0.102",
3
+ "version": "1.0.105",
4
4
  "description": "Blerp UI",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {