@blerp/design 1.0.99 → 1.0.100

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
@@ -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
@@ -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
@@ -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.100",
4
4
  "description": "Blerp UI",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {