@blerp/design 1.0.91 → 1.0.92
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 +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.umd.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -7505,7 +7505,7 @@ var PremiumCollectionCard = function PremiumCollectionCard(_ref) {
|
|
|
7505
7505
|
id: "yellow-border"
|
|
7506
7506
|
}), /*#__PURE__*/React__default['default'].createElement(Box, {
|
|
7507
7507
|
sx: {
|
|
7508
|
-
backgroundColor: "
|
|
7508
|
+
backgroundColor: "transparent",
|
|
7509
7509
|
borderRadius: "12px",
|
|
7510
7510
|
width: "100%",
|
|
7511
7511
|
height: "100%",
|
package/dist/index.esm.js
CHANGED
|
@@ -7436,7 +7436,7 @@ var PremiumCollectionCard = function PremiumCollectionCard(_ref) {
|
|
|
7436
7436
|
id: "yellow-border"
|
|
7437
7437
|
}), /*#__PURE__*/React__default.createElement(Box, {
|
|
7438
7438
|
sx: {
|
|
7439
|
-
backgroundColor: "
|
|
7439
|
+
backgroundColor: "transparent",
|
|
7440
7440
|
borderRadius: "12px",
|
|
7441
7441
|
width: "100%",
|
|
7442
7442
|
height: "100%",
|
package/dist/index.umd.js
CHANGED
|
@@ -7457,7 +7457,7 @@
|
|
|
7457
7457
|
id: "yellow-border"
|
|
7458
7458
|
}), /*#__PURE__*/React__default['default'].createElement(Box, {
|
|
7459
7459
|
sx: {
|
|
7460
|
-
backgroundColor: "
|
|
7460
|
+
backgroundColor: "transparent",
|
|
7461
7461
|
borderRadius: "12px",
|
|
7462
7462
|
width: "100%",
|
|
7463
7463
|
height: "100%",
|