tek-wallet 0.0.426 → 0.0.427

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.
@@ -121,11 +121,12 @@ function RealtimeProvider(_a) {
121
121
  horizontal: (_e = (_d = notification === null || notification === void 0 ? void 0 : notification.anchorOrigin) === null || _d === void 0 ? void 0 : _d.horizontal) !== null && _e !== void 0 ? _e : "right",
122
122
  }, onClose: function () {
123
123
  closeNotification(notification.id);
124
- }, slots: { transition: GrowTransition }, autoHideDuration: (_f = notification.duration) !== null && _f !== void 0 ? _f : 2000, children: (0, jsx_runtime_1.jsx)(material_1.Alert, { icon: false, onClose: function () {
125
- closeNotification(notification.id);
126
- }, severity: notification.type, sx: {
124
+ }, slots: { transition: GrowTransition }, autoHideDuration: (_f = notification.duration) !== null && _f !== void 0 ? _f : 2000, children: (0, jsx_runtime_1.jsx)(material_1.Alert, { icon: false, severity: notification.type, sx: {
127
125
  width: "fit-content",
128
126
  borderRadius: theme.mixins.customRadius.r16,
127
+ mx: "auto",
128
+ backgroundColor: theme.palette.background.black,
129
+ padding: "".concat(theme.mixins.customPadding.p0, " ").concat(theme.mixins.customPadding.p12),
129
130
  }, children: notification.message }) }, notification.id));
130
131
  }) })] }));
131
132
  }
@@ -88,6 +88,7 @@ var pagePadding = {
88
88
  paddingBottom: "2rem",
89
89
  };
90
90
  var customPadding = {
91
+ p0: "0rem",
91
92
  p4: "0.25rem",
92
93
  p6: "0.375rem",
93
94
  p8: "0.5rem",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tek-wallet",
3
- "version": "0.0.426",
3
+ "version": "0.0.427",
4
4
  "description": "A custom React provider with TypeScript support",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",