@blerp/design 1.0.91 → 1.0.94

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
@@ -4360,7 +4360,10 @@ var SnackbarProvider = function SnackbarProvider(props) {
4360
4360
  onClose: function onClose() {
4361
4361
  return setOpen(false);
4362
4362
  },
4363
- key: "snackbar-toast"
4363
+ key: "snackbar-toast",
4364
+ TransitionProps: {
4365
+ unmountOnExit: true
4366
+ }
4364
4367
  }, /*#__PURE__*/React__default['default'].createElement(Alert, {
4365
4368
  severity: snackbarValues.severity,
4366
4369
  variant: "filled",
@@ -7505,7 +7508,7 @@ var PremiumCollectionCard = function PremiumCollectionCard(_ref) {
7505
7508
  id: "yellow-border"
7506
7509
  }), /*#__PURE__*/React__default['default'].createElement(Box, {
7507
7510
  sx: {
7508
- backgroundColor: "white.override",
7511
+ backgroundColor: "transparent",
7509
7512
  borderRadius: "12px",
7510
7513
  width: "100%",
7511
7514
  height: "100%",
@@ -7715,7 +7718,7 @@ var PremiumCollectionCard = function PremiumCollectionCard(_ref) {
7715
7718
  }
7716
7719
  }
7717
7720
  }), /*#__PURE__*/React__default['default'].createElement("img", {
7718
- src: collection === null || collection === void 0 ? void 0 : (_collection$ownerObje = collection.ownerObject) === null || _collection$ownerObje === void 0 ? void 0 : (_collection$ownerObje2 = _collection$ownerObje.profileImage) === null || _collection$ownerObje2 === void 0 ? void 0 : (_collection$ownerObje3 = _collection$ownerObje2.original) === null || _collection$ownerObje3 === void 0 ? void 0 : _collection$ownerObje3.url,
7721
+ src: (collection === null || collection === void 0 ? void 0 : (_collection$ownerObje = collection.ownerObject) === null || _collection$ownerObje === void 0 ? void 0 : (_collection$ownerObje2 = _collection$ownerObje.profileImage) === null || _collection$ownerObje2 === void 0 ? void 0 : (_collection$ownerObje3 = _collection$ownerObje2.original) === null || _collection$ownerObje3 === void 0 ? void 0 : _collection$ownerObje3.url) || "https://cdn.blerp.com/design/web/account-black.svg",
7719
7722
  style: {
7720
7723
  width: "100%",
7721
7724
  height: "100%",
package/dist/index.esm.js CHANGED
@@ -4291,7 +4291,10 @@ var SnackbarProvider = function SnackbarProvider(props) {
4291
4291
  onClose: function onClose() {
4292
4292
  return setOpen(false);
4293
4293
  },
4294
- key: "snackbar-toast"
4294
+ key: "snackbar-toast",
4295
+ TransitionProps: {
4296
+ unmountOnExit: true
4297
+ }
4295
4298
  }, /*#__PURE__*/React__default.createElement(Alert, {
4296
4299
  severity: snackbarValues.severity,
4297
4300
  variant: "filled",
@@ -7436,7 +7439,7 @@ var PremiumCollectionCard = function PremiumCollectionCard(_ref) {
7436
7439
  id: "yellow-border"
7437
7440
  }), /*#__PURE__*/React__default.createElement(Box, {
7438
7441
  sx: {
7439
- backgroundColor: "white.override",
7442
+ backgroundColor: "transparent",
7440
7443
  borderRadius: "12px",
7441
7444
  width: "100%",
7442
7445
  height: "100%",
@@ -7646,7 +7649,7 @@ var PremiumCollectionCard = function PremiumCollectionCard(_ref) {
7646
7649
  }
7647
7650
  }
7648
7651
  }), /*#__PURE__*/React__default.createElement("img", {
7649
- src: collection === null || collection === void 0 ? void 0 : (_collection$ownerObje = collection.ownerObject) === null || _collection$ownerObje === void 0 ? void 0 : (_collection$ownerObje2 = _collection$ownerObje.profileImage) === null || _collection$ownerObje2 === void 0 ? void 0 : (_collection$ownerObje3 = _collection$ownerObje2.original) === null || _collection$ownerObje3 === void 0 ? void 0 : _collection$ownerObje3.url,
7652
+ src: (collection === null || collection === void 0 ? void 0 : (_collection$ownerObje = collection.ownerObject) === null || _collection$ownerObje === void 0 ? void 0 : (_collection$ownerObje2 = _collection$ownerObje.profileImage) === null || _collection$ownerObje2 === void 0 ? void 0 : (_collection$ownerObje3 = _collection$ownerObje2.original) === null || _collection$ownerObje3 === void 0 ? void 0 : _collection$ownerObje3.url) || "https://cdn.blerp.com/design/web/account-black.svg",
7650
7653
  style: {
7651
7654
  width: "100%",
7652
7655
  height: "100%",
package/dist/index.umd.js CHANGED
@@ -4312,7 +4312,10 @@
4312
4312
  onClose: function onClose() {
4313
4313
  return setOpen(false);
4314
4314
  },
4315
- key: "snackbar-toast"
4315
+ key: "snackbar-toast",
4316
+ TransitionProps: {
4317
+ unmountOnExit: true
4318
+ }
4316
4319
  }, /*#__PURE__*/React__default['default'].createElement(Alert, {
4317
4320
  severity: snackbarValues.severity,
4318
4321
  variant: "filled",
@@ -7457,7 +7460,7 @@
7457
7460
  id: "yellow-border"
7458
7461
  }), /*#__PURE__*/React__default['default'].createElement(Box, {
7459
7462
  sx: {
7460
- backgroundColor: "white.override",
7463
+ backgroundColor: "transparent",
7461
7464
  borderRadius: "12px",
7462
7465
  width: "100%",
7463
7466
  height: "100%",
@@ -7667,7 +7670,7 @@
7667
7670
  }
7668
7671
  }
7669
7672
  }), /*#__PURE__*/React__default['default'].createElement("img", {
7670
- src: collection === null || collection === void 0 ? void 0 : (_collection$ownerObje = collection.ownerObject) === null || _collection$ownerObje === void 0 ? void 0 : (_collection$ownerObje2 = _collection$ownerObje.profileImage) === null || _collection$ownerObje2 === void 0 ? void 0 : (_collection$ownerObje3 = _collection$ownerObje2.original) === null || _collection$ownerObje3 === void 0 ? void 0 : _collection$ownerObje3.url,
7673
+ src: (collection === null || collection === void 0 ? void 0 : (_collection$ownerObje = collection.ownerObject) === null || _collection$ownerObje === void 0 ? void 0 : (_collection$ownerObje2 = _collection$ownerObje.profileImage) === null || _collection$ownerObje2 === void 0 ? void 0 : (_collection$ownerObje3 = _collection$ownerObje2.original) === null || _collection$ownerObje3 === void 0 ? void 0 : _collection$ownerObje3.url) || "https://cdn.blerp.com/design/web/account-black.svg",
7671
7674
  style: {
7672
7675
  width: "100%",
7673
7676
  height: "100%",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blerp/design",
3
- "version": "1.0.91",
3
+ "version": "1.0.94",
4
4
  "description": "Blerp UI",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {