decentraland-ui2 0.4.2-10708661296.commit-9709320 → 0.4.2-10724162734.commit-9c8e91a
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignGasPriceHigherThanExpectedNotification.d.ts +4 -0
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignGasPriceHigherThanExpectedNotification.i18n.d.ts +24 -0
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignGasPriceHigherThanExpectedNotification.i18n.js +25 -0
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignGasPriceHigherThanExpectedNotification.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignGasPriceHigherThanExpectedNotification.js +9 -0
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignGasPriceHigherThanExpectedNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignNotification.d.ts +4 -0
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignNotification.js +18 -0
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfFundsNotification.d.ts +4 -0
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfFundsNotification.i18n.d.ts +24 -0
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfFundsNotification.i18n.js +25 -0
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfFundsNotification.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfFundsNotification.js +9 -0
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfFundsNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfStockNotification.d.ts +4 -0
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfStockNotification.i18n.d.ts +24 -0
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfStockNotification.i18n.js +25 -0
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfStockNotification.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfStockNotification.js +9 -0
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfStockNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Reward/RewardAssignedNotification.js +3 -9
- package/dist/components/Notifications/NotificationTypes/Reward/RewardAssignedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Reward/RewardDelayedNotification.d.ts +4 -0
- package/dist/components/Notifications/NotificationTypes/Reward/RewardDelayedNotification.i18n.d.ts +24 -0
- package/dist/components/Notifications/NotificationTypes/Reward/RewardDelayedNotification.i18n.js +25 -0
- package/dist/components/Notifications/NotificationTypes/Reward/RewardDelayedNotification.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Reward/RewardDelayedNotification.js +9 -0
- package/dist/components/Notifications/NotificationTypes/Reward/RewardDelayedNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Reward/RewardInProgressNotification.d.ts +4 -0
- package/dist/components/Notifications/NotificationTypes/Reward/RewardInProgressNotification.i18n.d.ts +24 -0
- package/dist/components/Notifications/NotificationTypes/Reward/RewardInProgressNotification.i18n.js +25 -0
- package/dist/components/Notifications/NotificationTypes/Reward/RewardInProgressNotification.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Reward/RewardInProgressNotification.js +9 -0
- package/dist/components/Notifications/NotificationTypes/Reward/RewardInProgressNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Reward/RewardNotification.d.ts +4 -0
- package/dist/components/Notifications/NotificationTypes/Reward/RewardNotification.js +14 -0
- package/dist/components/Notifications/NotificationTypes/Reward/RewardNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Reward/types.d.ts +17 -0
- package/dist/components/Notifications/NotificationTypes/Reward/types.js +2 -0
- package/dist/components/Notifications/NotificationTypes/Reward/types.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/index.d.ts +6 -1
- package/dist/components/Notifications/NotificationTypes/index.js +6 -1
- package/dist/components/Notifications/NotificationTypes/index.js.map +1 -1
- package/dist/components/Notifications/Notifications.stories.js +9 -2
- package/dist/components/Notifications/Notifications.stories.js.map +1 -1
- package/dist/components/Notifications/NotificationsFeedTabs.js +3 -0
- package/dist/components/Notifications/NotificationsFeedTabs.js.map +1 -1
- package/dist/components/Notifications/types.d.ts +15 -4
- package/dist/components/Notifications/types.js.map +1 -1
- package/dist/components/Notifications/utils.d.ts +4 -3
- package/dist/components/Notifications/utils.js +6 -1
- package/dist/components/Notifications/utils.js.map +1 -1
- package/dist/data/notifications.d.ts +8 -3
- package/dist/data/notifications.js +73 -1
- package/dist/data/notifications.js.map +1 -1
- package/package.json +3 -3
@@ -0,0 +1,4 @@
|
|
1
|
+
import React from "react";
|
2
|
+
import { CampaignGasPriceHigherThanExpectedNotificationProps, CommonNotificationProps } from "../../types";
|
3
|
+
declare const CampaignGasPriceHigherThanExpectedNotification: React.MemoExoticComponent<(props: CommonNotificationProps<CampaignGasPriceHigherThanExpectedNotificationProps>) => import("react/jsx-runtime").JSX.Element>;
|
4
|
+
export { CampaignGasPriceHigherThanExpectedNotification };
|
@@ -0,0 +1,24 @@
|
|
1
|
+
declare const i18n: {
|
2
|
+
en: {
|
3
|
+
description: {
|
4
|
+
start: string;
|
5
|
+
end: string;
|
6
|
+
};
|
7
|
+
title: string;
|
8
|
+
};
|
9
|
+
es: {
|
10
|
+
description: {
|
11
|
+
start: string;
|
12
|
+
end: string;
|
13
|
+
};
|
14
|
+
title: string;
|
15
|
+
};
|
16
|
+
zh: {
|
17
|
+
description: {
|
18
|
+
start: string;
|
19
|
+
end: string;
|
20
|
+
};
|
21
|
+
title: string;
|
22
|
+
};
|
23
|
+
};
|
24
|
+
export { i18n };
|
@@ -0,0 +1,25 @@
|
|
1
|
+
const i18n = {
|
2
|
+
en: {
|
3
|
+
description: {
|
4
|
+
start: "The gas price for the",
|
5
|
+
end: "campaign is lower than expected, and the transactions may not be processed.",
|
6
|
+
},
|
7
|
+
title: "Gas Price Higher Than Expected",
|
8
|
+
},
|
9
|
+
es: {
|
10
|
+
description: {
|
11
|
+
start: "El precio del gas para la",
|
12
|
+
end: "campaña es más alto de lo esperado, y las transacciones pueden no ser procesadas.",
|
13
|
+
},
|
14
|
+
title: "Precio del Gas Más Alto de lo Esperado",
|
15
|
+
},
|
16
|
+
zh: {
|
17
|
+
description: {
|
18
|
+
start: "该",
|
19
|
+
end: "活动的燃气价格高于预期,交易可能无法处理。",
|
20
|
+
},
|
21
|
+
title: "燃气价格高于预期",
|
22
|
+
},
|
23
|
+
};
|
24
|
+
export { i18n };
|
25
|
+
//# sourceMappingURL=CampaignGasPriceHigherThanExpectedNotification.i18n.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"CampaignGasPriceHigherThanExpectedNotification.i18n.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Reward/CampaignGasPriceHigherThanExpectedNotification.i18n.ts"],"names":[],"mappings":"AAAA,MAAM,IAAI,GAAG;IACX,EAAE,EAAE;QACF,WAAW,EAAE;YACX,KAAK,EAAE,uBAAuB;YAC9B,GAAG,EAAE,6EAA6E;SACnF;QACD,KAAK,EAAE,gCAAgC;KACxC;IACD,EAAE,EAAE;QACF,WAAW,EAAE;YACX,KAAK,EAAE,2BAA2B;YAClC,GAAG,EAAE,mFAAmF;SACzF;QACD,KAAK,EAAE,wCAAwC;KAChD;IACD,EAAE,EAAE;QACF,WAAW,EAAE;YACX,KAAK,EAAE,GAAG;YACV,GAAG,EAAE,uBAAuB;SAC7B;QACD,KAAK,EAAE,UAAU;KAClB;CACF,CAAA;AAED,OAAO,EAAE,IAAI,EAAE,CAAA"}
|
@@ -0,0 +1,9 @@
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
2
|
+
import React from "react";
|
3
|
+
import { i18n } from "./CampaignGasPriceHigherThanExpectedNotification.i18n";
|
4
|
+
import { CampaignNotification } from "./CampaignNotification";
|
5
|
+
const CampaignGasPriceHigherThanExpectedNotification = React.memo((props) => {
|
6
|
+
return _jsx(CampaignNotification, { ...props, i18n: i18n });
|
7
|
+
});
|
8
|
+
export { CampaignGasPriceHigherThanExpectedNotification };
|
9
|
+
//# sourceMappingURL=CampaignGasPriceHigherThanExpectedNotification.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"CampaignGasPriceHigherThanExpectedNotification.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Reward/CampaignGasPriceHigherThanExpectedNotification.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,IAAI,EAAE,MAAM,uDAAuD,CAAA;AAC5E,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAA;AAM7D,MAAM,8CAA8C,GAAG,KAAK,CAAC,IAAI,CAC/D,CACE,KAAmF,EACnF,EAAE;IACF,OAAO,KAAC,oBAAoB,OAAK,KAAK,EAAE,IAAI,EAAE,IAAI,GAAI,CAAA;AACxD,CAAC,CACF,CAAA;AAED,OAAO,EAAE,8CAA8C,EAAE,CAAA"}
|
@@ -0,0 +1,4 @@
|
|
1
|
+
import React from "react";
|
2
|
+
import { CampaignsCommonNotificationProps } from "./types";
|
3
|
+
declare const CampaignNotification: React.MemoExoticComponent<(props: CampaignsCommonNotificationProps) => import("react/jsx-runtime").JSX.Element>;
|
4
|
+
export { CampaignNotification };
|
@@ -0,0 +1,18 @@
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
2
|
+
import React from "react";
|
3
|
+
import { RewardIcon } from "../../../Icon";
|
4
|
+
import { NotificationItem } from "../../NotificationItem";
|
5
|
+
import { NotificationItemDescription, NotificationItemTitle, } from "../../NotificationItem.styled";
|
6
|
+
const CampaignName = (props) => {
|
7
|
+
const { metadata } = props.notification;
|
8
|
+
if (metadata.link) {
|
9
|
+
return _jsx("a", { href: metadata.link, children: metadata.campaignName });
|
10
|
+
}
|
11
|
+
return _jsx("strong", { children: metadata.campaignName });
|
12
|
+
};
|
13
|
+
const CampaignNotification = React.memo((props) => {
|
14
|
+
const { notification, locale, i18n } = props;
|
15
|
+
return (_jsxs(NotificationItem, { image: _jsx(RewardIcon, { width: 48, height: 48 }), timestamp: notification.timestamp, isNew: !notification.read, locale: locale, children: [_jsx(NotificationItemTitle, { children: i18n[locale].title }), _jsxs(NotificationItemDescription, { color: "inherit", underline: "none", children: [i18n[locale].description.start, " ", _jsx(CampaignName, { ...props }), " ", i18n[locale].description.end] })] }));
|
16
|
+
});
|
17
|
+
export { CampaignNotification };
|
18
|
+
//# sourceMappingURL=CampaignNotification.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"CampaignNotification.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Reward/CampaignNotification.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAA;AAC1C,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAA;AACzD,OAAO,EACL,2BAA2B,EAC3B,qBAAqB,GACtB,MAAM,+BAA+B,CAAA;AAEtC,MAAM,YAAY,GAAG,CAAC,KAAuC,EAAE,EAAE;IAC/D,MAAM,EAAE,QAAQ,EAAE,GAAG,KAAK,CAAC,YAAY,CAAA;IAEvC,IAAI,QAAQ,CAAC,IAAI,EAAE,CAAC;QAClB,OAAO,YAAG,IAAI,EAAE,QAAQ,CAAC,IAAI,YAAG,QAAQ,CAAC,YAAY,GAAK,CAAA;IAC5D,CAAC;IAED,OAAO,2BAAS,QAAQ,CAAC,YAAY,GAAU,CAAA;AACjD,CAAC,CAAA;AAED,MAAM,oBAAoB,GAAG,KAAK,CAAC,IAAI,CACrC,CAAC,KAAuC,EAAE,EAAE;IAC1C,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,KAAK,CAAA;IAC5C,OAAO,CACL,MAAC,gBAAgB,IACf,KAAK,EAAE,KAAC,UAAU,IAAC,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,GAAI,EAC5C,SAAS,EAAE,YAAY,CAAC,SAAS,EACjC,KAAK,EAAE,CAAC,YAAY,CAAC,IAAI,EACzB,MAAM,EAAE,MAAM,aAEd,KAAC,qBAAqB,cAAE,IAAI,CAAC,MAAM,CAAC,CAAC,KAAK,GAAyB,EACnE,MAAC,2BAA2B,IAAC,KAAK,EAAC,SAAS,EAAC,SAAS,EAAC,MAAM,aAC1D,IAAI,CAAC,MAAM,CAAC,CAAC,WAAW,CAAC,KAAK,OAAE,KAAC,YAAY,OAAK,KAAK,GAAI,EAAC,GAAG,EAC/D,IAAI,CAAC,MAAM,CAAC,CAAC,WAAW,CAAC,GAAG,IACD,IACb,CACpB,CAAA;AACH,CAAC,CACF,CAAA;AAED,OAAO,EAAE,oBAAoB,EAAE,CAAA"}
|
package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfFundsNotification.d.ts
ADDED
@@ -0,0 +1,4 @@
|
|
1
|
+
import React from "react";
|
2
|
+
import { CampaignOutOfFundsNotificationProps, CommonNotificationProps } from "../../types";
|
3
|
+
declare const CampaignOutOfFundsNotification: React.MemoExoticComponent<(props: CommonNotificationProps<CampaignOutOfFundsNotificationProps>) => import("react/jsx-runtime").JSX.Element>;
|
4
|
+
export { CampaignOutOfFundsNotification };
|
@@ -0,0 +1,24 @@
|
|
1
|
+
declare const i18n: {
|
2
|
+
en: {
|
3
|
+
description: {
|
4
|
+
start: string;
|
5
|
+
end: string;
|
6
|
+
};
|
7
|
+
title: string;
|
8
|
+
};
|
9
|
+
es: {
|
10
|
+
description: {
|
11
|
+
start: string;
|
12
|
+
end: string;
|
13
|
+
};
|
14
|
+
title: string;
|
15
|
+
};
|
16
|
+
zh: {
|
17
|
+
description: {
|
18
|
+
start: string;
|
19
|
+
end: string;
|
20
|
+
};
|
21
|
+
title: string;
|
22
|
+
};
|
23
|
+
};
|
24
|
+
export { i18n };
|
@@ -0,0 +1,25 @@
|
|
1
|
+
const i18n = {
|
2
|
+
en: {
|
3
|
+
description: {
|
4
|
+
start: "The",
|
5
|
+
end: "campaign has run out of funds.",
|
6
|
+
},
|
7
|
+
title: "Campaign Out of Funds",
|
8
|
+
},
|
9
|
+
es: {
|
10
|
+
description: {
|
11
|
+
start: "La",
|
12
|
+
end: "campaña se ha quedado sin fondos.",
|
13
|
+
},
|
14
|
+
title: "Campaña sin fondos",
|
15
|
+
},
|
16
|
+
zh: {
|
17
|
+
description: {
|
18
|
+
start: "该",
|
19
|
+
end: "活动已经用完资金。",
|
20
|
+
},
|
21
|
+
title: "活动资金用完",
|
22
|
+
},
|
23
|
+
};
|
24
|
+
export { i18n };
|
25
|
+
//# sourceMappingURL=CampaignOutOfFundsNotification.i18n.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"CampaignOutOfFundsNotification.i18n.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Reward/CampaignOutOfFundsNotification.i18n.ts"],"names":[],"mappings":"AAAA,MAAM,IAAI,GAAG;IACX,EAAE,EAAE;QACF,WAAW,EAAE;YACX,KAAK,EAAE,KAAK;YACZ,GAAG,EAAE,gCAAgC;SACtC;QACD,KAAK,EAAE,uBAAuB;KAC/B;IACD,EAAE,EAAE;QACF,WAAW,EAAE;YACX,KAAK,EAAE,IAAI;YACX,GAAG,EAAE,mCAAmC;SACzC;QACD,KAAK,EAAE,oBAAoB;KAC5B;IACD,EAAE,EAAE;QACF,WAAW,EAAE;YACX,KAAK,EAAE,GAAG;YACV,GAAG,EAAE,WAAW;SACjB;QACD,KAAK,EAAE,QAAQ;KAChB;CACF,CAAA;AAED,OAAO,EAAE,IAAI,EAAE,CAAA"}
|
package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfFundsNotification.js
ADDED
@@ -0,0 +1,9 @@
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
2
|
+
import React from "react";
|
3
|
+
import { CampaignNotification } from "./CampaignNotification";
|
4
|
+
import { i18n } from "./CampaignOutOfFundsNotification.i18n";
|
5
|
+
const CampaignOutOfFundsNotification = React.memo((props) => {
|
6
|
+
return _jsx(CampaignNotification, { ...props, i18n: i18n });
|
7
|
+
});
|
8
|
+
export { CampaignOutOfFundsNotification };
|
9
|
+
//# sourceMappingURL=CampaignOutOfFundsNotification.js.map
|
package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfFundsNotification.js.map
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"CampaignOutOfFundsNotification.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Reward/CampaignOutOfFundsNotification.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAA;AAC7D,OAAO,EAAE,IAAI,EAAE,MAAM,uCAAuC,CAAA;AAM5D,MAAM,8BAA8B,GAAG,KAAK,CAAC,IAAI,CAC/C,CAAC,KAAmE,EAAE,EAAE;IACtE,OAAO,KAAC,oBAAoB,OAAK,KAAK,EAAE,IAAI,EAAE,IAAI,GAAI,CAAA;AACxD,CAAC,CACF,CAAA;AAED,OAAO,EAAE,8BAA8B,EAAE,CAAA"}
|
package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfStockNotification.d.ts
ADDED
@@ -0,0 +1,4 @@
|
|
1
|
+
import React from "react";
|
2
|
+
import { CampaignOutOfStockNotificationProps, CommonNotificationProps } from "../../types";
|
3
|
+
declare const CampaignOutOfStockNotification: React.MemoExoticComponent<(props: CommonNotificationProps<CampaignOutOfStockNotificationProps>) => import("react/jsx-runtime").JSX.Element>;
|
4
|
+
export { CampaignOutOfStockNotification };
|
@@ -0,0 +1,24 @@
|
|
1
|
+
declare const i18n: {
|
2
|
+
en: {
|
3
|
+
description: {
|
4
|
+
start: string;
|
5
|
+
end: string;
|
6
|
+
};
|
7
|
+
title: string;
|
8
|
+
};
|
9
|
+
es: {
|
10
|
+
description: {
|
11
|
+
start: string;
|
12
|
+
end: string;
|
13
|
+
};
|
14
|
+
title: string;
|
15
|
+
};
|
16
|
+
zh: {
|
17
|
+
description: {
|
18
|
+
start: string;
|
19
|
+
end: string;
|
20
|
+
};
|
21
|
+
title: string;
|
22
|
+
};
|
23
|
+
};
|
24
|
+
export { i18n };
|
@@ -0,0 +1,25 @@
|
|
1
|
+
const i18n = {
|
2
|
+
en: {
|
3
|
+
description: {
|
4
|
+
start: "The",
|
5
|
+
end: "campaign has run out of stock.",
|
6
|
+
},
|
7
|
+
title: "Campaign Out of Stock",
|
8
|
+
},
|
9
|
+
es: {
|
10
|
+
description: {
|
11
|
+
start: "La",
|
12
|
+
end: "campaña se ha quedado sin stock.",
|
13
|
+
},
|
14
|
+
title: "Campaña sin stock",
|
15
|
+
},
|
16
|
+
zh: {
|
17
|
+
description: {
|
18
|
+
start: "该",
|
19
|
+
end: "活动已经售罄。",
|
20
|
+
},
|
21
|
+
title: "活动售罄",
|
22
|
+
},
|
23
|
+
};
|
24
|
+
export { i18n };
|
25
|
+
//# sourceMappingURL=CampaignOutOfStockNotification.i18n.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"CampaignOutOfStockNotification.i18n.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Reward/CampaignOutOfStockNotification.i18n.ts"],"names":[],"mappings":"AAAA,MAAM,IAAI,GAAG;IACX,EAAE,EAAE;QACF,WAAW,EAAE;YACX,KAAK,EAAE,KAAK;YACZ,GAAG,EAAE,gCAAgC;SACtC;QACD,KAAK,EAAE,uBAAuB;KAC/B;IACD,EAAE,EAAE;QACF,WAAW,EAAE;YACX,KAAK,EAAE,IAAI;YACX,GAAG,EAAE,kCAAkC;SACxC;QACD,KAAK,EAAE,mBAAmB;KAC3B;IACD,EAAE,EAAE;QACF,WAAW,EAAE;YACX,KAAK,EAAE,GAAG;YACV,GAAG,EAAE,SAAS;SACf;QACD,KAAK,EAAE,MAAM;KACd;CACF,CAAA;AAED,OAAO,EAAE,IAAI,EAAE,CAAA"}
|
package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfStockNotification.js
ADDED
@@ -0,0 +1,9 @@
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
2
|
+
import React from "react";
|
3
|
+
import { CampaignNotification } from "./CampaignNotification";
|
4
|
+
import { i18n } from "./CampaignOutOfStockNotification.i18n";
|
5
|
+
const CampaignOutOfStockNotification = React.memo((props) => {
|
6
|
+
return _jsx(CampaignNotification, { ...props, i18n: i18n });
|
7
|
+
});
|
8
|
+
export { CampaignOutOfStockNotification };
|
9
|
+
//# sourceMappingURL=CampaignOutOfStockNotification.js.map
|
package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfStockNotification.js.map
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"CampaignOutOfStockNotification.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Reward/CampaignOutOfStockNotification.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAA;AAC7D,OAAO,EAAE,IAAI,EAAE,MAAM,uCAAuC,CAAA;AAM5D,MAAM,8BAA8B,GAAG,KAAK,CAAC,IAAI,CAC/C,CAAC,KAAmE,EAAE,EAAE;IACtE,OAAO,KAAC,oBAAoB,OAAK,KAAK,EAAE,IAAI,EAAE,IAAI,GAAI,CAAA;AACxD,CAAC,CACF,CAAA;AAED,OAAO,EAAE,8BAA8B,EAAE,CAAA"}
|
package/dist/components/Notifications/NotificationTypes/Reward/RewardAssignedNotification.js
CHANGED
@@ -1,15 +1,9 @@
|
|
1
|
-
import { jsx as _jsx
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
2
2
|
import React from "react";
|
3
3
|
import { i18n } from "./RewardAssignedNotification.i18n";
|
4
|
-
import {
|
5
|
-
import { RewardIcon } from "../../../Icon";
|
6
|
-
import { NotificationItem } from "../../NotificationItem";
|
7
|
-
import { NotificationItemDescription, NotificationItemTitle, } from "../../NotificationItem.styled";
|
8
|
-
import { NotificationItemNFTLink } from "../../NotificationItemNFTLink";
|
9
|
-
import { getBGColorByRarity } from "../../utils";
|
4
|
+
import { RewardNotification } from "./RewardNotification";
|
10
5
|
const RewardAssignedNotification = React.memo((props) => {
|
11
|
-
|
12
|
-
return (_jsxs(NotificationItem, { image: notification.metadata.tokenImage, imageBackgroundColor: getBGColorByRarity(notification.metadata.tokenRarity), badgeIcon: _jsx(RewardIcon, {}), timestamp: notification.timestamp, isNew: !notification.read, locale: locale, children: [_jsx(NotificationItemTitle, { children: i18n[locale].title }), _jsxs(NotificationItemDescription, { color: "inherit", underline: "none", children: [i18n[locale].description.start, " ", _jsx(NotificationItemNFTLink, { rarity: notification.metadata.tokenRarity, name: notification.metadata.tokenName, link: config.get("EXPLORER_URL") }), " ", i18n[locale].description.end] })] }));
|
6
|
+
return _jsx(RewardNotification, { ...props, i18n: i18n });
|
13
7
|
});
|
14
8
|
export { RewardAssignedNotification };
|
15
9
|
//# sourceMappingURL=RewardAssignedNotification.js.map
|
package/dist/components/Notifications/NotificationTypes/Reward/RewardAssignedNotification.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"RewardAssignedNotification.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Reward/RewardAssignedNotification.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,IAAI,EAAE,MAAM,mCAAmC,CAAA;AACxD,OAAO,EAAE,
|
1
|
+
{"version":3,"file":"RewardAssignedNotification.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Reward/RewardAssignedNotification.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,IAAI,EAAE,MAAM,mCAAmC,CAAA;AACxD,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAA;AAMzD,MAAM,0BAA0B,GAAG,KAAK,CAAC,IAAI,CAC3C,CAAC,KAA+D,EAAE,EAAE;IAClE,OAAO,KAAC,kBAAkB,OAAK,KAAK,EAAE,IAAI,EAAE,IAAI,GAAI,CAAA;AACtD,CAAC,CACF,CAAA;AAED,OAAO,EAAE,0BAA0B,EAAE,CAAA"}
|
@@ -0,0 +1,4 @@
|
|
1
|
+
import React from "react";
|
2
|
+
import { CommonNotificationProps, RewardDelayedNotificationProps } from "../../types";
|
3
|
+
declare const RewardDelayedNotification: React.MemoExoticComponent<(props: CommonNotificationProps<RewardDelayedNotificationProps>) => import("react/jsx-runtime").JSX.Element>;
|
4
|
+
export { RewardDelayedNotification };
|
package/dist/components/Notifications/NotificationTypes/Reward/RewardDelayedNotification.i18n.d.ts
ADDED
@@ -0,0 +1,24 @@
|
|
1
|
+
declare const i18n: {
|
2
|
+
en: {
|
3
|
+
description: {
|
4
|
+
start: string;
|
5
|
+
end: string;
|
6
|
+
};
|
7
|
+
title: string;
|
8
|
+
};
|
9
|
+
es: {
|
10
|
+
description: {
|
11
|
+
start: string;
|
12
|
+
end: string;
|
13
|
+
};
|
14
|
+
title: string;
|
15
|
+
};
|
16
|
+
zh: {
|
17
|
+
description: {
|
18
|
+
start: string;
|
19
|
+
end: string;
|
20
|
+
};
|
21
|
+
title: string;
|
22
|
+
};
|
23
|
+
};
|
24
|
+
export { i18n };
|
package/dist/components/Notifications/NotificationTypes/Reward/RewardDelayedNotification.i18n.js
ADDED
@@ -0,0 +1,25 @@
|
|
1
|
+
const i18n = {
|
2
|
+
en: {
|
3
|
+
description: {
|
4
|
+
start: "We’re working on delivering your",
|
5
|
+
end: "as soon as possible.",
|
6
|
+
},
|
7
|
+
title: "Your Gift is Delayed",
|
8
|
+
},
|
9
|
+
es: {
|
10
|
+
description: {
|
11
|
+
start: "Estamos trabajando en entregar tu",
|
12
|
+
end: "lo antes posible.",
|
13
|
+
},
|
14
|
+
title: "Tu regalo está retrasado",
|
15
|
+
},
|
16
|
+
zh: {
|
17
|
+
description: {
|
18
|
+
start: "我们正在尽快交付您的",
|
19
|
+
end: "。",
|
20
|
+
},
|
21
|
+
title: "您的礼物延迟了",
|
22
|
+
},
|
23
|
+
};
|
24
|
+
export { i18n };
|
25
|
+
//# sourceMappingURL=RewardDelayedNotification.i18n.js.map
|
package/dist/components/Notifications/NotificationTypes/Reward/RewardDelayedNotification.i18n.js.map
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"RewardDelayedNotification.i18n.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Reward/RewardDelayedNotification.i18n.ts"],"names":[],"mappings":"AAAA,MAAM,IAAI,GAAG;IACX,EAAE,EAAE;QACF,WAAW,EAAE;YACX,KAAK,EAAE,kCAAkC;YACzC,GAAG,EAAE,sBAAsB;SAC5B;QACD,KAAK,EAAE,sBAAsB;KAC9B;IACD,EAAE,EAAE;QACF,WAAW,EAAE;YACX,KAAK,EAAE,mCAAmC;YAC1C,GAAG,EAAE,mBAAmB;SACzB;QACD,KAAK,EAAE,0BAA0B;KAClC;IACD,EAAE,EAAE;QACF,WAAW,EAAE;YACX,KAAK,EAAE,YAAY;YACnB,GAAG,EAAE,GAAG;SACT;QACD,KAAK,EAAE,SAAS;KACjB;CACF,CAAA;AAED,OAAO,EAAE,IAAI,EAAE,CAAA"}
|
@@ -0,0 +1,9 @@
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
2
|
+
import React from "react";
|
3
|
+
import { i18n } from "./RewardDelayedNotification.i18n";
|
4
|
+
import { RewardNotification } from "./RewardNotification";
|
5
|
+
const RewardDelayedNotification = React.memo((props) => {
|
6
|
+
return _jsx(RewardNotification, { ...props, i18n: i18n });
|
7
|
+
});
|
8
|
+
export { RewardDelayedNotification };
|
9
|
+
//# sourceMappingURL=RewardDelayedNotification.js.map
|
package/dist/components/Notifications/NotificationTypes/Reward/RewardDelayedNotification.js.map
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"RewardDelayedNotification.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Reward/RewardDelayedNotification.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,IAAI,EAAE,MAAM,kCAAkC,CAAA;AACvD,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAA;AAMzD,MAAM,yBAAyB,GAAG,KAAK,CAAC,IAAI,CAC1C,CAAC,KAA8D,EAAE,EAAE;IACjE,OAAO,KAAC,kBAAkB,OAAK,KAAK,EAAE,IAAI,EAAE,IAAI,GAAI,CAAA;AACtD,CAAC,CACF,CAAA;AAED,OAAO,EAAE,yBAAyB,EAAE,CAAA"}
|
package/dist/components/Notifications/NotificationTypes/Reward/RewardInProgressNotification.d.ts
ADDED
@@ -0,0 +1,4 @@
|
|
1
|
+
import React from "react";
|
2
|
+
import { CommonNotificationProps, RewardInProgressNotificationProps } from "../../types";
|
3
|
+
declare const RewardInProgressNotification: React.MemoExoticComponent<(props: CommonNotificationProps<RewardInProgressNotificationProps>) => import("react/jsx-runtime").JSX.Element>;
|
4
|
+
export { RewardInProgressNotification };
|
@@ -0,0 +1,24 @@
|
|
1
|
+
declare const i18n: {
|
2
|
+
en: {
|
3
|
+
description: {
|
4
|
+
start: string;
|
5
|
+
end: string;
|
6
|
+
};
|
7
|
+
title: string;
|
8
|
+
};
|
9
|
+
es: {
|
10
|
+
description: {
|
11
|
+
start: string;
|
12
|
+
end: string;
|
13
|
+
};
|
14
|
+
title: string;
|
15
|
+
};
|
16
|
+
zh: {
|
17
|
+
description: {
|
18
|
+
start: string;
|
19
|
+
end: string;
|
20
|
+
};
|
21
|
+
title: string;
|
22
|
+
};
|
23
|
+
};
|
24
|
+
export { i18n };
|
package/dist/components/Notifications/NotificationTypes/Reward/RewardInProgressNotification.i18n.js
ADDED
@@ -0,0 +1,25 @@
|
|
1
|
+
const i18n = {
|
2
|
+
en: {
|
3
|
+
description: {
|
4
|
+
start: "You’ve received a",
|
5
|
+
end: "for free. Try it out once it arrives!",
|
6
|
+
},
|
7
|
+
title: "A Gift is on its way!",
|
8
|
+
},
|
9
|
+
es: {
|
10
|
+
description: {
|
11
|
+
start: "Recibiste un",
|
12
|
+
end: "gratis. ¡Pruebalo cuando llegue!",
|
13
|
+
},
|
14
|
+
title: "¡Un regalo está en camino!",
|
15
|
+
},
|
16
|
+
zh: {
|
17
|
+
description: {
|
18
|
+
start: "您已免费收到一个",
|
19
|
+
end: "。一旦到达,立即试试吧!",
|
20
|
+
},
|
21
|
+
title: "一份礼物正在路上!",
|
22
|
+
},
|
23
|
+
};
|
24
|
+
export { i18n };
|
25
|
+
//# sourceMappingURL=RewardInProgressNotification.i18n.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"RewardInProgressNotification.i18n.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Reward/RewardInProgressNotification.i18n.ts"],"names":[],"mappings":"AAAA,MAAM,IAAI,GAAG;IACX,EAAE,EAAE;QACF,WAAW,EAAE;YACX,KAAK,EAAE,mBAAmB;YAC1B,GAAG,EAAE,uCAAuC;SAC7C;QACD,KAAK,EAAE,uBAAuB;KAC/B;IACD,EAAE,EAAE;QACF,WAAW,EAAE;YACX,KAAK,EAAE,cAAc;YACrB,GAAG,EAAE,kCAAkC;SACxC;QACD,KAAK,EAAE,4BAA4B;KACpC;IACD,EAAE,EAAE;QACF,WAAW,EAAE;YACX,KAAK,EAAE,UAAU;YACjB,GAAG,EAAE,cAAc;SACpB;QACD,KAAK,EAAE,WAAW;KACnB;CACF,CAAA;AAED,OAAO,EAAE,IAAI,EAAE,CAAA"}
|
package/dist/components/Notifications/NotificationTypes/Reward/RewardInProgressNotification.js
ADDED
@@ -0,0 +1,9 @@
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
2
|
+
import React from "react";
|
3
|
+
import { i18n } from "./RewardInProgressNotification.i18n";
|
4
|
+
import { RewardNotification } from "./RewardNotification";
|
5
|
+
const RewardInProgressNotification = React.memo((props) => {
|
6
|
+
return _jsx(RewardNotification, { ...props, i18n: i18n });
|
7
|
+
});
|
8
|
+
export { RewardInProgressNotification };
|
9
|
+
//# sourceMappingURL=RewardInProgressNotification.js.map
|
package/dist/components/Notifications/NotificationTypes/Reward/RewardInProgressNotification.js.map
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"RewardInProgressNotification.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Reward/RewardInProgressNotification.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,IAAI,EAAE,MAAM,qCAAqC,CAAA;AAC1D,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAA;AAMzD,MAAM,4BAA4B,GAAG,KAAK,CAAC,IAAI,CAC7C,CAAC,KAAiE,EAAE,EAAE;IACpE,OAAO,KAAC,kBAAkB,OAAK,KAAK,EAAE,IAAI,EAAE,IAAI,GAAI,CAAA;AACtD,CAAC,CACF,CAAA;AAED,OAAO,EAAE,4BAA4B,EAAE,CAAA"}
|
@@ -0,0 +1,14 @@
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
2
|
+
import React from "react";
|
3
|
+
import { config } from "../../../../config";
|
4
|
+
import { RewardIcon } from "../../../Icon";
|
5
|
+
import { NotificationItem } from "../../NotificationItem";
|
6
|
+
import { NotificationItemDescription, NotificationItemTitle, } from "../../NotificationItem.styled";
|
7
|
+
import { NotificationItemNFTLink } from "../../NotificationItemNFTLink";
|
8
|
+
import { getBGColorByRarity } from "../../utils";
|
9
|
+
const RewardNotification = React.memo((props) => {
|
10
|
+
const { notification, locale, i18n } = props;
|
11
|
+
return (_jsxs(NotificationItem, { image: notification.metadata.tokenImage, imageBackgroundColor: getBGColorByRarity(notification.metadata.tokenRarity), badgeIcon: _jsx(RewardIcon, {}), timestamp: notification.timestamp, isNew: !notification.read, locale: locale, children: [_jsx(NotificationItemTitle, { children: i18n[locale].title }), _jsxs(NotificationItemDescription, { color: "inherit", underline: "none", children: [i18n[locale].description.start, " ", _jsx(NotificationItemNFTLink, { rarity: notification.metadata.tokenRarity, name: notification.metadata.tokenName, link: config.get("EXPLORER_URL") }), " ", i18n[locale].description.end] })] }));
|
12
|
+
});
|
13
|
+
export { RewardNotification };
|
14
|
+
//# sourceMappingURL=RewardNotification.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"RewardNotification.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Reward/RewardNotification.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAA;AAC3C,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAA;AAC1C,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAA;AACzD,OAAO,EACL,2BAA2B,EAC3B,qBAAqB,GACtB,MAAM,+BAA+B,CAAA;AACtC,OAAO,EAAE,uBAAuB,EAAE,MAAM,+BAA+B,CAAA;AACvE,OAAO,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAA;AAEhD,MAAM,kBAAkB,GAAG,KAAK,CAAC,IAAI,CACnC,CAAC,KAAqC,EAAE,EAAE;IACxC,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,KAAK,CAAA;IAC5C,OAAO,CACL,MAAC,gBAAgB,IACf,KAAK,EAAE,YAAY,CAAC,QAAQ,CAAC,UAAU,EACvC,oBAAoB,EAAE,kBAAkB,CACtC,YAAY,CAAC,QAAQ,CAAC,WAAW,CAClC,EACD,SAAS,EAAE,KAAC,UAAU,KAAG,EACzB,SAAS,EAAE,YAAY,CAAC,SAAS,EACjC,KAAK,EAAE,CAAC,YAAY,CAAC,IAAI,EACzB,MAAM,EAAE,MAAM,aAEd,KAAC,qBAAqB,cAAE,IAAI,CAAC,MAAM,CAAC,CAAC,KAAK,GAAyB,EACnE,MAAC,2BAA2B,IAAC,KAAK,EAAC,SAAS,EAAC,SAAS,EAAC,MAAM,aAC1D,IAAI,CAAC,MAAM,CAAC,CAAC,WAAW,CAAC,KAAK,EAAE,GAAG,EACpC,KAAC,uBAAuB,IACtB,MAAM,EAAE,YAAY,CAAC,QAAQ,CAAC,WAAW,EACzC,IAAI,EAAE,YAAY,CAAC,QAAQ,CAAC,SAAS,EACrC,IAAI,EAAE,MAAM,CAAC,GAAG,CAAC,cAAc,CAAC,GAChC,EAAC,GAAG,EACL,IAAI,CAAC,MAAM,CAAC,CAAC,WAAW,CAAC,GAAG,IACD,IACb,CACpB,CAAA;AACH,CAAC,CACF,CAAA;AAED,OAAO,EAAE,kBAAkB,EAAE,CAAA"}
|
@@ -0,0 +1,17 @@
|
|
1
|
+
import { CampaignGasPriceHigherThanExpectedNotificationProps, CampaignOutOfFundsNotificationProps, CampaignOutOfStockNotificationProps, CommonNotificationProps, NotificationLocale, RewardAssignedNotificationProps, RewardDelayedNotificationProps, RewardInProgressNotificationProps } from "components/Notifications/types";
|
2
|
+
type RewardsNotificationProps = RewardAssignedNotificationProps | RewardInProgressNotificationProps | RewardDelayedNotificationProps;
|
3
|
+
type CampaignsNotificationProps = CampaignOutOfFundsNotificationProps | CampaignOutOfStockNotificationProps | CampaignGasPriceHigherThanExpectedNotificationProps;
|
4
|
+
type i18nProps = {
|
5
|
+
title: string;
|
6
|
+
description: {
|
7
|
+
start: string;
|
8
|
+
end: string;
|
9
|
+
};
|
10
|
+
};
|
11
|
+
type RewardsCommonNotificationProps = CommonNotificationProps<RewardsNotificationProps> & {
|
12
|
+
i18n: Record<NotificationLocale, i18nProps>;
|
13
|
+
};
|
14
|
+
type CampaignsCommonNotificationProps = CommonNotificationProps<CampaignsNotificationProps> & {
|
15
|
+
i18n: Record<NotificationLocale, i18nProps>;
|
16
|
+
};
|
17
|
+
export { RewardsCommonNotificationProps, CampaignsCommonNotificationProps };
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Reward/types.ts"],"names":[],"mappings":""}
|
@@ -15,10 +15,15 @@ import { BidAcceptedNotification } from "./Marketplace/BidAcceptedNotification";
|
|
15
15
|
import { BidReceivedNotification } from "./Marketplace/BidReceivedNotification";
|
16
16
|
import { ItemSoldNotification } from "./Marketplace/ItemSoldNotification";
|
17
17
|
import { RoyaltiesEarnedNotification } from "./Marketplace/RoyaltiesEarnedNotification";
|
18
|
+
import { CampaignGasPriceHigherThanExpectedNotification } from "./Reward/CampaignGasPriceHigherThanExpectedNotification";
|
19
|
+
import { CampaignOutOfFundsNotification } from "./Reward/CampaignOutOfFundsNotification";
|
20
|
+
import { CampaignOutOfStockNotification } from "./Reward/CampaignOutOfStockNotification";
|
18
21
|
import { RewardAssignedNotification } from "./Reward/RewardAssignedNotification";
|
22
|
+
import { RewardDelayedNotification } from "./Reward/RewardDelayedNotification";
|
23
|
+
import { RewardInProgressNotification } from "./Reward/RewardInProgressNotification";
|
19
24
|
import { WorldsAccessRestoredNotification } from "./Worlds/WorldsAccessRestoredNotification";
|
20
25
|
import { WorldsAccessRestrictedNotification } from "./Worlds/WorldsAccessRestrictedNotification";
|
21
26
|
import { WorldsMissingResourcesNotification } from "./Worlds/WorldsMissingResourcesNotification";
|
22
27
|
import { WorldsPermissionGrantedNotification } from "./Worlds/WorldsPermissionGrantedNotification";
|
23
28
|
import { WorldsPermissionRevokedNotification } from "./Worlds/WorldsPermissionRevokedNotification";
|
24
|
-
export { WorldsAccessRestoredNotification, WorldsAccessRestrictedNotification, WorldsMissingResourcesNotification, BidAcceptedNotification, BidReceivedNotification, ItemSoldNotification, RoyaltiesEarnedNotification, GovernanceAnnouncementNotification, GovernanceAuthoredProposalFinishedNotification, GovernanceCoauthorRequestedNotification, GovernanceNewCommentOnProposalNotification, GovernanceNewCommentOnProjectUpdateNotification, GovernanceProposalEnactedNotification, GovernanceVotingEndedVoterNotification, GovernancePitchPassedNotification, GovernanceTenderPassedNotification, LandRentalEndedNotification, LandRentedNotification, RewardAssignedNotification, EventsStartsSoonNotification, EventsStartedNotification, WorldsPermissionGrantedNotification, WorldsPermissionRevokedNotification, };
|
29
|
+
export { WorldsAccessRestoredNotification, WorldsAccessRestrictedNotification, WorldsMissingResourcesNotification, BidAcceptedNotification, BidReceivedNotification, ItemSoldNotification, RoyaltiesEarnedNotification, GovernanceAnnouncementNotification, GovernanceAuthoredProposalFinishedNotification, GovernanceCoauthorRequestedNotification, GovernanceNewCommentOnProposalNotification, GovernanceNewCommentOnProjectUpdateNotification, GovernanceProposalEnactedNotification, GovernanceVotingEndedVoterNotification, GovernancePitchPassedNotification, GovernanceTenderPassedNotification, LandRentalEndedNotification, LandRentedNotification, RewardAssignedNotification, RewardInProgressNotification, RewardDelayedNotification, EventsStartsSoonNotification, EventsStartedNotification, WorldsPermissionGrantedNotification, WorldsPermissionRevokedNotification, CampaignOutOfStockNotification, CampaignOutOfFundsNotification, CampaignGasPriceHigherThanExpectedNotification, };
|
@@ -15,11 +15,16 @@ import { BidAcceptedNotification } from "./Marketplace/BidAcceptedNotification";
|
|
15
15
|
import { BidReceivedNotification } from "./Marketplace/BidReceivedNotification";
|
16
16
|
import { ItemSoldNotification } from "./Marketplace/ItemSoldNotification";
|
17
17
|
import { RoyaltiesEarnedNotification } from "./Marketplace/RoyaltiesEarnedNotification";
|
18
|
+
import { CampaignGasPriceHigherThanExpectedNotification } from "./Reward/CampaignGasPriceHigherThanExpectedNotification";
|
19
|
+
import { CampaignOutOfFundsNotification } from "./Reward/CampaignOutOfFundsNotification";
|
20
|
+
import { CampaignOutOfStockNotification } from "./Reward/CampaignOutOfStockNotification";
|
18
21
|
import { RewardAssignedNotification } from "./Reward/RewardAssignedNotification";
|
22
|
+
import { RewardDelayedNotification } from "./Reward/RewardDelayedNotification";
|
23
|
+
import { RewardInProgressNotification } from "./Reward/RewardInProgressNotification";
|
19
24
|
import { WorldsAccessRestoredNotification } from "./Worlds/WorldsAccessRestoredNotification";
|
20
25
|
import { WorldsAccessRestrictedNotification } from "./Worlds/WorldsAccessRestrictedNotification";
|
21
26
|
import { WorldsMissingResourcesNotification } from "./Worlds/WorldsMissingResourcesNotification";
|
22
27
|
import { WorldsPermissionGrantedNotification } from "./Worlds/WorldsPermissionGrantedNotification";
|
23
28
|
import { WorldsPermissionRevokedNotification } from "./Worlds/WorldsPermissionRevokedNotification";
|
24
|
-
export { WorldsAccessRestoredNotification, WorldsAccessRestrictedNotification, WorldsMissingResourcesNotification, BidAcceptedNotification, BidReceivedNotification, ItemSoldNotification, RoyaltiesEarnedNotification, GovernanceAnnouncementNotification, GovernanceAuthoredProposalFinishedNotification, GovernanceCoauthorRequestedNotification, GovernanceNewCommentOnProposalNotification, GovernanceNewCommentOnProjectUpdateNotification, GovernanceProposalEnactedNotification, GovernanceVotingEndedVoterNotification, GovernancePitchPassedNotification, GovernanceTenderPassedNotification, LandRentalEndedNotification, LandRentedNotification, RewardAssignedNotification, EventsStartsSoonNotification, EventsStartedNotification, WorldsPermissionGrantedNotification, WorldsPermissionRevokedNotification, };
|
29
|
+
export { WorldsAccessRestoredNotification, WorldsAccessRestrictedNotification, WorldsMissingResourcesNotification, BidAcceptedNotification, BidReceivedNotification, ItemSoldNotification, RoyaltiesEarnedNotification, GovernanceAnnouncementNotification, GovernanceAuthoredProposalFinishedNotification, GovernanceCoauthorRequestedNotification, GovernanceNewCommentOnProposalNotification, GovernanceNewCommentOnProjectUpdateNotification, GovernanceProposalEnactedNotification, GovernanceVotingEndedVoterNotification, GovernancePitchPassedNotification, GovernanceTenderPassedNotification, LandRentalEndedNotification, LandRentedNotification, RewardAssignedNotification, RewardInProgressNotification, RewardDelayedNotification, EventsStartsSoonNotification, EventsStartedNotification, WorldsPermissionGrantedNotification, WorldsPermissionRevokedNotification, CampaignOutOfStockNotification, CampaignOutOfFundsNotification, CampaignGasPriceHigherThanExpectedNotification, };
|
25
30
|
//# sourceMappingURL=index.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/Notifications/NotificationTypes/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,yBAAyB,EAAE,MAAM,mCAAmC,CAAA;AAC7E,OAAO,EAAE,4BAA4B,EAAE,MAAM,sCAAsC,CAAA;AACnF,OAAO,EAAE,kCAAkC,EAAE,MAAM,iDAAiD,CAAA;AACpG,OAAO,EAAE,8CAA8C,EAAE,MAAM,6DAA6D,CAAA;AAC5H,OAAO,EAAE,uCAAuC,EAAE,MAAM,sDAAsD,CAAA;AAC9G,OAAO,EAAE,+CAA+C,EAAE,MAAM,8DAA8D,CAAA;AAC9H,OAAO,EAAE,0CAA0C,EAAE,MAAM,yDAAyD,CAAA;AACpH,OAAO,EAAE,iCAAiC,EAAE,MAAM,gDAAgD,CAAA;AAClG,OAAO,EAAE,qCAAqC,EAAE,MAAM,oDAAoD,CAAA;AAC1G,OAAO,EAAE,kCAAkC,EAAE,MAAM,iDAAiD,CAAA;AACpG,OAAO,EAAE,sCAAsC,EAAE,MAAM,qDAAqD,CAAA;AAC5G,OAAO,EAAE,2BAA2B,EAAE,MAAM,oCAAoC,CAAA;AAChF,OAAO,EAAE,sBAAsB,EAAE,MAAM,+BAA+B,CAAA;AACtE,OAAO,EAAE,uBAAuB,EAAE,MAAM,uCAAuC,CAAA;AAC/E,OAAO,EAAE,uBAAuB,EAAE,MAAM,uCAAuC,CAAA;AAC/E,OAAO,EAAE,oBAAoB,EAAE,MAAM,oCAAoC,CAAA;AACzE,OAAO,EAAE,2BAA2B,EAAE,MAAM,2CAA2C,CAAA;AACvF,OAAO,EAAE,0BAA0B,EAAE,MAAM,qCAAqC,CAAA;AAChF,OAAO,EAAE,gCAAgC,EAAE,MAAM,2CAA2C,CAAA;AAC5F,OAAO,EAAE,kCAAkC,EAAE,MAAM,6CAA6C,CAAA;AAChG,OAAO,EAAE,kCAAkC,EAAE,MAAM,6CAA6C,CAAA;AAChG,OAAO,EAAE,mCAAmC,EAAE,MAAM,8CAA8C,CAAA;AAClG,OAAO,EAAE,mCAAmC,EAAE,MAAM,8CAA8C,CAAA;AAElG,OAAO,EACL,gCAAgC,EAChC,kCAAkC,EAClC,kCAAkC,EAClC,uBAAuB,EACvB,uBAAuB,EACvB,oBAAoB,EACpB,2BAA2B,EAC3B,kCAAkC,EAClC,8CAA8C,EAC9C,uCAAuC,EACvC,0CAA0C,EAC1C,+CAA+C,EAC/C,qCAAqC,EACrC,sCAAsC,EACtC,iCAAiC,EACjC,kCAAkC,EAClC,2BAA2B,EAC3B,sBAAsB,EACtB,0BAA0B,EAC1B,4BAA4B,EAC5B,yBAAyB,EACzB,mCAAmC,EACnC,mCAAmC,
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/Notifications/NotificationTypes/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,yBAAyB,EAAE,MAAM,mCAAmC,CAAA;AAC7E,OAAO,EAAE,4BAA4B,EAAE,MAAM,sCAAsC,CAAA;AACnF,OAAO,EAAE,kCAAkC,EAAE,MAAM,iDAAiD,CAAA;AACpG,OAAO,EAAE,8CAA8C,EAAE,MAAM,6DAA6D,CAAA;AAC5H,OAAO,EAAE,uCAAuC,EAAE,MAAM,sDAAsD,CAAA;AAC9G,OAAO,EAAE,+CAA+C,EAAE,MAAM,8DAA8D,CAAA;AAC9H,OAAO,EAAE,0CAA0C,EAAE,MAAM,yDAAyD,CAAA;AACpH,OAAO,EAAE,iCAAiC,EAAE,MAAM,gDAAgD,CAAA;AAClG,OAAO,EAAE,qCAAqC,EAAE,MAAM,oDAAoD,CAAA;AAC1G,OAAO,EAAE,kCAAkC,EAAE,MAAM,iDAAiD,CAAA;AACpG,OAAO,EAAE,sCAAsC,EAAE,MAAM,qDAAqD,CAAA;AAC5G,OAAO,EAAE,2BAA2B,EAAE,MAAM,oCAAoC,CAAA;AAChF,OAAO,EAAE,sBAAsB,EAAE,MAAM,+BAA+B,CAAA;AACtE,OAAO,EAAE,uBAAuB,EAAE,MAAM,uCAAuC,CAAA;AAC/E,OAAO,EAAE,uBAAuB,EAAE,MAAM,uCAAuC,CAAA;AAC/E,OAAO,EAAE,oBAAoB,EAAE,MAAM,oCAAoC,CAAA;AACzE,OAAO,EAAE,2BAA2B,EAAE,MAAM,2CAA2C,CAAA;AACvF,OAAO,EAAE,8CAA8C,EAAE,MAAM,yDAAyD,CAAA;AACxH,OAAO,EAAE,8BAA8B,EAAE,MAAM,yCAAyC,CAAA;AACxF,OAAO,EAAE,8BAA8B,EAAE,MAAM,yCAAyC,CAAA;AACxF,OAAO,EAAE,0BAA0B,EAAE,MAAM,qCAAqC,CAAA;AAChF,OAAO,EAAE,yBAAyB,EAAE,MAAM,oCAAoC,CAAA;AAC9E,OAAO,EAAE,4BAA4B,EAAE,MAAM,uCAAuC,CAAA;AACpF,OAAO,EAAE,gCAAgC,EAAE,MAAM,2CAA2C,CAAA;AAC5F,OAAO,EAAE,kCAAkC,EAAE,MAAM,6CAA6C,CAAA;AAChG,OAAO,EAAE,kCAAkC,EAAE,MAAM,6CAA6C,CAAA;AAChG,OAAO,EAAE,mCAAmC,EAAE,MAAM,8CAA8C,CAAA;AAClG,OAAO,EAAE,mCAAmC,EAAE,MAAM,8CAA8C,CAAA;AAElG,OAAO,EACL,gCAAgC,EAChC,kCAAkC,EAClC,kCAAkC,EAClC,uBAAuB,EACvB,uBAAuB,EACvB,oBAAoB,EACpB,2BAA2B,EAC3B,kCAAkC,EAClC,8CAA8C,EAC9C,uCAAuC,EACvC,0CAA0C,EAC1C,+CAA+C,EAC/C,qCAAqC,EACrC,sCAAsC,EACtC,iCAAiC,EACjC,kCAAkC,EAClC,2BAA2B,EAC3B,sBAAsB,EACtB,0BAA0B,EAC1B,4BAA4B,EAC5B,yBAAyB,EACzB,4BAA4B,EAC5B,yBAAyB,EACzB,mCAAmC,EACnC,mCAAmC,EACnC,8BAA8B,EAC9B,8BAA8B,EAC9B,8CAA8C,GAC/C,CAAA"}
|
@@ -3,7 +3,7 @@ import { useState } from "react";
|
|
3
3
|
import { Box } from "@mui/material";
|
4
4
|
import { Notifications } from "./Notifications";
|
5
5
|
import { NotificationActiveTab } from "./types";
|
6
|
-
import { allTypeOfNotifications, bidAcceptedNotificationData, bidReceivedNotificationPropsData, eventStartedNotificationData, eventStartsSoonFutureStartNotificationData, eventStartsSoonPastStartNotificationData, governanceAnnouncementNotificationData, governanceAuthoredProposalFinishedNotificationData, governanceCoauthorRequestedNotificationData, governanceNewCommentOnProjectUpdateNotificationData, governanceNewCommentOnProposalNotificationData, governancePitchPassedNotificationData, governanceProposalEnactedNotificationData, governanceTenderPassedNotificationData, governanceVotingEndedVoterNotificationData, itemSoldNotificationPropsData, landRentalEndedNotificationData, landRentedNotificationData, rewardAssignedNotificationData, royalitesEarnedNotificationPropsData, worldsAccessRestoredNotificationData, worldsAccessRestrictedNotificationData, worldsMissingResourcesNotificationData, worldsPermissionGrantedNotificationPropsData, worldsPermissionRevokedNotificationData, } from "../../data/notifications";
|
6
|
+
import { allTypeOfNotifications, bidAcceptedNotificationData, bidReceivedNotificationPropsData, campaignGasPriceHigherThanExpectedNotificationData, campaignOutOfFundsNotificationData, campaignOutOfStockNotificationData, eventStartedNotificationData, eventStartsSoonFutureStartNotificationData, eventStartsSoonPastStartNotificationData, governanceAnnouncementNotificationData, governanceAuthoredProposalFinishedNotificationData, governanceCoauthorRequestedNotificationData, governanceNewCommentOnProjectUpdateNotificationData, governanceNewCommentOnProposalNotificationData, governancePitchPassedNotificationData, governanceProposalEnactedNotificationData, governanceTenderPassedNotificationData, governanceVotingEndedVoterNotificationData, itemSoldNotificationPropsData, landRentalEndedNotificationData, landRentedNotificationData, rewardAssignedNotificationData, rewardDelayedNotificationData, rewardInProgressNotificationData, royalitesEarnedNotificationPropsData, worldsAccessRestoredNotificationData, worldsAccessRestrictedNotificationData, worldsMissingResourcesNotificationData, worldsPermissionGrantedNotificationPropsData, worldsPermissionRevokedNotificationData, } from "../../data/notifications";
|
7
7
|
import { shorten } from "../AddressField/utils";
|
8
8
|
const meta = {
|
9
9
|
component: Notifications,
|
@@ -102,7 +102,14 @@ const MarketplaceNotifications = {
|
|
102
102
|
const RewardsNotifications = {
|
103
103
|
name: "Rewards Notifications",
|
104
104
|
args: {
|
105
|
-
items: [
|
105
|
+
items: [
|
106
|
+
rewardAssignedNotificationData,
|
107
|
+
rewardInProgressNotificationData,
|
108
|
+
rewardDelayedNotificationData,
|
109
|
+
campaignOutOfFundsNotificationData,
|
110
|
+
campaignOutOfStockNotificationData,
|
111
|
+
campaignGasPriceHigherThanExpectedNotificationData,
|
112
|
+
],
|
106
113
|
},
|
107
114
|
};
|
108
115
|
const WorldsNotifications = {
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Notifications.stories.js","sourceRoot":"","sources":["../../../src/components/Notifications/Notifications.stories.tsx"],"names":[],"mappings":"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
|
1
|
+
{"version":3,"file":"Notifications.stories.js","sourceRoot":"","sources":["../../../src/components/Notifications/Notifications.stories.tsx"],"names":[],"mappings":"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"}
|
@@ -9,6 +9,9 @@ import { EmptyViewContainer, EmptyViewDescription, EmptyViewTitle, } from "./Not
|
|
9
9
|
import { NotificationFeedPrevious, NotificationFeedTabsContainer, NotificationFeedTabsContent, NotificationFeedTabsHeader, NotificationFeedTabsListContainer, NotificationFeedTabsListWrapper, NotificationFeedTabsTitle, } from "./NotificationsFeedTabs.styled";
|
10
10
|
const NotificationHandler = ({ locale, notification, renderProfile, }) => {
|
11
11
|
const NotificationComponent = NotificationComponentByType[notification.type];
|
12
|
+
if (!NotificationComponent) {
|
13
|
+
return null;
|
14
|
+
}
|
12
15
|
return (_jsx(NotificationComponent, { notification: notification, locale: locale, renderProfile: renderProfile }));
|
13
16
|
};
|
14
17
|
const NoReadNotifications = ({ locale }) => (_jsxs(EmptyViewContainer, { children: [_jsx(HistoryIcon, { sx: { fontSize: "115px" } }), _jsx(EmptyViewTitle, { children: i18n[locale].feed.history.title }), _jsx(EmptyViewDescription, { children: i18n[locale].feed.history.description })] }));
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"NotificationsFeedTabs.js","sourceRoot":"","sources":["../../../src/components/Notifications/NotificationsFeedTabs.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,EAAE,EAAE,WAAW,EAAE,MAAM,OAAO,CAAA;AAC1C,OAAO,EAAE,GAAG,EAAE,IAAI,EAAE,MAAM,eAAe,CAAA;AACzC,OAAO,EAAE,IAAI,EAAE,MAAM,8BAA8B,CAAA;AACnD,OAAO,EAEL,qBAAqB,GAEtB,MAAM,SAAS,CAAA;AAChB,OAAO,EAAE,2BAA2B,EAAE,MAAM,SAAS,CAAA;AACrD,OAAO,EAAE,cAAc,EAAE,WAAW,EAAE,MAAM,SAAS,CAAA;AAErD,OAAO,EACL,kBAAkB,EAClB,oBAAoB,EACpB,cAAc,GACf,MAAM,4BAA4B,CAAA;AACnC,OAAO,EACL,wBAAwB,EACxB,6BAA6B,EAC7B,2BAA2B,EAC3B,0BAA0B,EAC1B,iCAAiC,EACjC,+BAA+B,EAC/B,yBAAyB,GAC1B,MAAM,gCAAgC,CAAA;AAEvC,MAAM,mBAAmB,GAAG,CAAC,EAC3B,MAAM,EACN,YAAY,EACZ,aAAa,GAKd,EAAE,EAAE;IACH,MAAM,qBAAqB,GAAG,2BAA2B,CAAC,YAAY,CAAC,IAAI,CAAC,CAAA;
|
1
|
+
{"version":3,"file":"NotificationsFeedTabs.js","sourceRoot":"","sources":["../../../src/components/Notifications/NotificationsFeedTabs.tsx"],"names":[],"mappings":"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"}
|
@@ -40,6 +40,7 @@ type RoyalitesEarnedNotificationProps = RawDecentralandNotification<Notification
|
|
40
40
|
type BidAcceptedNotificationProps = RawDecentralandNotification<NotificationType.BID_ACCEPTED, BidAcceptedMetadataProps>;
|
41
41
|
type BidReceivedNotificationProps = RawDecentralandNotification<NotificationType.BID_RECEIVED, BidReceivedMetadataProps>;
|
42
42
|
type MarketplaceNotificationsProps = ItemSoldNotificationProps | RoyalitesEarnedNotificationProps | BidAcceptedNotificationProps | BidReceivedNotificationProps;
|
43
|
+
type RewardsNotificationProps = RewardAssignedNotificationProps | RewardInProgressNotificationProps | RewardDelayedNotificationProps | CampaignOutOfFundsNotificationProps | CampaignOutOfStockNotificationProps | CampaignGasPriceHigherThanExpectedNotificationProps;
|
43
44
|
type CommonGovernanceNotificationMetadataProps = {
|
44
45
|
proposalId: string;
|
45
46
|
proposalTitle: string;
|
@@ -93,11 +94,21 @@ type LandNotificationMetadataProps = {
|
|
93
94
|
type LandRentedNotificationProps = RawDecentralandNotification<NotificationType.LAND_RENTED, LandNotificationMetadataProps>;
|
94
95
|
type LandRentalEndedNotificationProps = RawDecentralandNotification<NotificationType.LAND_RENTAL_ENDED, LandNotificationMetadataProps>;
|
95
96
|
type LandNotificationsProps = LandRentedNotificationProps | LandRentalEndedNotificationProps;
|
96
|
-
type
|
97
|
+
type CommonRewardsMetadata = {
|
97
98
|
tokenName: string;
|
98
99
|
tokenImage: string;
|
99
100
|
tokenRarity: Rarity;
|
100
|
-
}
|
101
|
+
};
|
102
|
+
type CommonCampaignMetadata = {
|
103
|
+
link?: string;
|
104
|
+
campaignName: string;
|
105
|
+
};
|
106
|
+
type RewardAssignedNotificationProps = RawDecentralandNotification<NotificationType.REWARD_ASSIGNED, CommonRewardsMetadata>;
|
107
|
+
type RewardInProgressNotificationProps = RawDecentralandNotification<NotificationType.REWARD_IN_PROGRESS, CommonRewardsMetadata>;
|
108
|
+
type RewardDelayedNotificationProps = RawDecentralandNotification<NotificationType.REWARD_DELAYED, CommonRewardsMetadata>;
|
109
|
+
type CampaignOutOfStockNotificationProps = RawDecentralandNotification<NotificationType.REWARD_CAMPAIGN_OUT_OF_STOCK, CommonCampaignMetadata>;
|
110
|
+
type CampaignOutOfFundsNotificationProps = RawDecentralandNotification<NotificationType.REWARD_CAMPAIGN_OUT_OF_FUNDS, CommonCampaignMetadata>;
|
111
|
+
type CampaignGasPriceHigherThanExpectedNotificationProps = RawDecentralandNotification<NotificationType.REWARD_CAMPAIGN_GAS_PRICE_HIGHER_THAN_EXPECTED, CommonCampaignMetadata>;
|
101
112
|
type CommonEventsMetadataProps = {
|
102
113
|
image: string;
|
103
114
|
link: string;
|
@@ -109,10 +120,10 @@ type EventsStartsSoonNotificationProps = RawDecentralandNotification<Notificatio
|
|
109
120
|
}>;
|
110
121
|
type EventsStartedNotificationProps = RawDecentralandNotification<NotificationType.EVENTS_STARTED, CommonEventsMetadataProps>;
|
111
122
|
type EventsNotificationsProps = EventsStartsSoonNotificationProps | EventsStartedNotificationProps;
|
112
|
-
type DCLNotificationProps = MarketplaceNotificationsProps | GovernanceNotificationsProps | WorldsNotificationsProps | LandNotificationsProps |
|
123
|
+
type DCLNotificationProps = MarketplaceNotificationsProps | GovernanceNotificationsProps | WorldsNotificationsProps | LandNotificationsProps | RewardsNotificationProps | EventsNotificationsProps;
|
113
124
|
type CommonNotificationProps<N> = {
|
114
125
|
notification: N;
|
115
126
|
locale: NotificationLocale;
|
116
127
|
renderProfile?: (address: string) => JSX.Element | string | null;
|
117
128
|
};
|
118
|
-
export { NotificationActiveTab, NotificationLocale, RawDecentralandNotification, ItemSoldNotificationProps, RoyalitesEarnedNotificationProps, BidAcceptedNotificationProps, BidReceivedNotificationProps, GovernanceAnnouncementNotificationProps, GovernanceProposalEnactedNotificationProps, GovernanceCoauthorRequestedNotificationProps, GovernanceAuthoredProposalFinishedNotificationProps, GovernanceVotingEndedVoterNotificationProps, GovernanceNewCommentOnProposalNotificationProps, GovernanceNewCommentOnProjectUpdateNotificationProps, GovernancePitchPassedNotificationProps, GovernanceTenderPassedNotificationProps, WorldsMissingResourcesNotificationProps, WorldsAccessRestrictedNotificationProps, WorldsAccessRestoredNotificationProps, WorldsPermissionGrantedNotificationProps, WorldsPermissionRevokedNotificationProps, LandRentedNotificationProps, LandRentalEndedNotificationProps, RewardAssignedNotificationProps, EventsStartsSoonNotificationProps, EventsStartedNotificationProps, DCLNotificationProps, CommonNotificationProps, };
|
129
|
+
export { NotificationActiveTab, NotificationLocale, RawDecentralandNotification, ItemSoldNotificationProps, RoyalitesEarnedNotificationProps, BidAcceptedNotificationProps, BidReceivedNotificationProps, GovernanceAnnouncementNotificationProps, GovernanceProposalEnactedNotificationProps, GovernanceCoauthorRequestedNotificationProps, GovernanceAuthoredProposalFinishedNotificationProps, GovernanceVotingEndedVoterNotificationProps, GovernanceNewCommentOnProposalNotificationProps, GovernanceNewCommentOnProjectUpdateNotificationProps, GovernancePitchPassedNotificationProps, GovernanceTenderPassedNotificationProps, WorldsMissingResourcesNotificationProps, WorldsAccessRestrictedNotificationProps, WorldsAccessRestoredNotificationProps, WorldsPermissionGrantedNotificationProps, WorldsPermissionRevokedNotificationProps, LandRentedNotificationProps, LandRentalEndedNotificationProps, RewardAssignedNotificationProps, RewardInProgressNotificationProps, RewardDelayedNotificationProps, CampaignOutOfStockNotificationProps, CampaignOutOfFundsNotificationProps, CampaignGasPriceHigherThanExpectedNotificationProps, EventsStartsSoonNotificationProps, EventsStartedNotificationProps, DCLNotificationProps, CommonNotificationProps, };
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../src/components/Notifications/types.ts"],"names":[],"mappings":"AAEA,IAAK,qBAGJ;AAHD,WAAK,qBAAqB;IACxB,0CAAiB,CAAA;IACjB,sCAAa,CAAA;AACf,CAAC,EAHI,qBAAqB,KAArB,qBAAqB,QAGzB;
|
1
|
+
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../src/components/Notifications/types.ts"],"names":[],"mappings":"AAEA,IAAK,qBAGJ;AAHD,WAAK,qBAAqB;IACxB,0CAAiB,CAAA;IACjB,sCAAa,CAAA;AACf,CAAC,EAHI,qBAAqB,KAArB,qBAAqB,QAGzB;AAkTD,OAAO,EACL,qBAAqB,GAiCtB,CAAA"}
|
@@ -4,9 +4,10 @@ import { CommonNotificationProps, DCLNotificationProps } from "./types";
|
|
4
4
|
declare const MAXIMUM_FRACTION_DIGITS = 2;
|
5
5
|
declare function formatMana(mana: string, maximumFractionDigits?: number): string;
|
6
6
|
declare function getBGColorByRarity(rarity: Rarity): string;
|
7
|
-
type DecentralandNotificationComponentByType<T> = {
|
8
|
-
[k in NotificationType]: T extends DCLNotificationProps ?
|
9
|
-
|
7
|
+
type DecentralandNotificationComponentByType<T> = Partial<{
|
8
|
+
[k in NotificationType]: T extends DCLNotificationProps ? // eslint-disable-next-line @typescript-eslint/no-explicit-any
|
9
|
+
FunctionComponent<CommonNotificationProps<any>> | null : never;
|
10
|
+
}>;
|
10
11
|
declare const NotificationComponentByType: DecentralandNotificationComponentByType<DCLNotificationProps>;
|
11
12
|
declare const CURRENT_AVAILABLE_NOTIFICATIONS: NotificationType[];
|
12
13
|
declare const replaceWithValues: (str: string, values: Record<string, string | JSX.Element>) => JSX.Element | string;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { Fragment as _Fragment, jsx as _jsx } from "react/jsx-runtime";
|
2
2
|
import { NotificationType, Rarity } from "@dcl/schemas";
|
3
|
-
import { BidAcceptedNotification, BidReceivedNotification, EventsStartedNotification, EventsStartsSoonNotification, GovernanceAnnouncementNotification, GovernanceAuthoredProposalFinishedNotification, GovernanceCoauthorRequestedNotification, GovernanceNewCommentOnProjectUpdateNotification, GovernanceNewCommentOnProposalNotification, GovernancePitchPassedNotification, GovernanceProposalEnactedNotification, GovernanceTenderPassedNotification, GovernanceVotingEndedVoterNotification, ItemSoldNotification, LandRentalEndedNotification, LandRentedNotification, RewardAssignedNotification, RoyaltiesEarnedNotification, WorldsAccessRestoredNotification, WorldsAccessRestrictedNotification, WorldsMissingResourcesNotification, WorldsPermissionGrantedNotification, WorldsPermissionRevokedNotification, } from "./NotificationTypes";
|
3
|
+
import { BidAcceptedNotification, BidReceivedNotification, CampaignGasPriceHigherThanExpectedNotification, CampaignOutOfFundsNotification, CampaignOutOfStockNotification, EventsStartedNotification, EventsStartsSoonNotification, GovernanceAnnouncementNotification, GovernanceAuthoredProposalFinishedNotification, GovernanceCoauthorRequestedNotification, GovernanceNewCommentOnProjectUpdateNotification, GovernanceNewCommentOnProposalNotification, GovernancePitchPassedNotification, GovernanceProposalEnactedNotification, GovernanceTenderPassedNotification, GovernanceVotingEndedVoterNotification, ItemSoldNotification, LandRentalEndedNotification, LandRentedNotification, RewardAssignedNotification, RewardDelayedNotification, RewardInProgressNotification, RoyaltiesEarnedNotification, WorldsAccessRestoredNotification, WorldsAccessRestrictedNotification, WorldsMissingResourcesNotification, WorldsPermissionGrantedNotification, WorldsPermissionRevokedNotification, } from "./NotificationTypes";
|
4
4
|
const MAXIMUM_FRACTION_DIGITS = 2;
|
5
5
|
function formatMana(mana, maximumFractionDigits = MAXIMUM_FRACTION_DIGITS) {
|
6
6
|
return (Number(mana) / 1e18).toFixed(maximumFractionDigits).toLocaleString();
|
@@ -28,10 +28,15 @@ const NotificationComponentByType = {
|
|
28
28
|
[NotificationType.LAND_RENTED]: LandRentedNotification,
|
29
29
|
[NotificationType.LAND_RENTAL_ENDED]: LandRentalEndedNotification,
|
30
30
|
[NotificationType.REWARD_ASSIGNED]: RewardAssignedNotification,
|
31
|
+
[NotificationType.REWARD_IN_PROGRESS]: RewardInProgressNotification,
|
32
|
+
[NotificationType.REWARD_DELAYED]: RewardDelayedNotification,
|
31
33
|
[NotificationType.EVENTS_STARTS_SOON]: EventsStartsSoonNotification,
|
32
34
|
[NotificationType.EVENTS_STARTED]: EventsStartedNotification,
|
33
35
|
[NotificationType.WORLDS_PERMISSION_GRANTED]: WorldsPermissionGrantedNotification,
|
34
36
|
[NotificationType.WORLDS_PERMISSION_REVOKED]: WorldsPermissionRevokedNotification,
|
37
|
+
[NotificationType.REWARD_CAMPAIGN_OUT_OF_FUNDS]: CampaignOutOfFundsNotification,
|
38
|
+
[NotificationType.REWARD_CAMPAIGN_GAS_PRICE_HIGHER_THAN_EXPECTED]: CampaignGasPriceHigherThanExpectedNotification,
|
39
|
+
[NotificationType.REWARD_CAMPAIGN_OUT_OF_STOCK]: CampaignOutOfStockNotification,
|
35
40
|
};
|
36
41
|
const CURRENT_AVAILABLE_NOTIFICATIONS = Object.values(NotificationType);
|
37
42
|
const replaceWithValues = (str, values) => {
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"utils.js","sourceRoot":"","sources":["../../../src/components/Notifications/utils.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,EAAE,MAAM,cAAc,CAAA;AACvD,OAAO,EACL,uBAAuB,EACvB,uBAAuB,EACvB,yBAAyB,EACzB,4BAA4B,EAC5B,kCAAkC,EAClC,8CAA8C,EAC9C,uCAAuC,EACvC,+CAA+C,EAC/C,0CAA0C,EAC1C,iCAAiC,EACjC,qCAAqC,EACrC,kCAAkC,EAClC,sCAAsC,EACtC,oBAAoB,EACpB,2BAA2B,EAC3B,sBAAsB,EACtB,0BAA0B,EAC1B,2BAA2B,EAC3B,gCAAgC,EAChC,kCAAkC,EAClC,kCAAkC,EAClC,mCAAmC,EACnC,mCAAmC,GACpC,MAAM,qBAAqB,CAAA;AAG5B,MAAM,uBAAuB,GAAG,CAAC,CAAA;AAEjC,SAAS,UAAU,CACjB,IAAY,EACZ,qBAAqB,GAAG,uBAAuB;IAE/C,OAAO,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC,CAAC,OAAO,CAAC,qBAAqB,CAAC,CAAC,cAAc,EAAE,CAAA;AAC9E,CAAC;AAED,SAAS,kBAAkB,CAAC,MAAc;IACxC,OAAO,MAAM,CAAC,WAAW,CAAC,MAAM,CAAC,CAAC,IAAI,EAAE,CAAA;AAC1C,CAAC;AASD,MAAM,2BAA2B,GAC/B;IACE,CAAC,gBAAgB,CAAC,gBAAgB,CAAC,EAAE,2BAA2B;IAChE,CAAC,gBAAgB,CAAC,SAAS,CAAC,EAAE,oBAAoB;IAClD,CAAC,gBAAgB,CAAC,YAAY,CAAC,EAAE,uBAAuB;IACxD,CAAC,gBAAgB,CAAC,YAAY,CAAC,EAAE,uBAAuB;IACxD,CAAC,gBAAgB,CAAC,uBAAuB,CAAC,EACxC,kCAAkC;IACpC,CAAC,gBAAgB,CAAC,6BAA6B,CAAC,EAC9C,uCAAuC;IACzC,CAAC,gBAAgB,CAAC,qCAAqC,CAAC,EACtD,8CAA8C;IAChD,CAAC,gBAAgB,CAAC,kCAAkC,CAAC,EACnD,0CAA0C;IAC5C,CAAC,gBAAgB,CAAC,wCAAwC,CAAC,EACzD,+CAA+C;IACjD,CAAC,gBAAgB,CAAC,2BAA2B,CAAC,EAC5C,qCAAqC;IACvC,CAAC,gBAAgB,CAAC,6BAA6B,CAAC,EAC9C,sCAAsC;IACxC,CAAC,gBAAgB,CAAC,uBAAuB,CAAC,EACxC,iCAAiC;IACnC,CAAC,gBAAgB,CAAC,wBAAwB,CAAC,EACzC,kCAAkC;IACpC,CAAC,gBAAgB,CAAC,wBAAwB,CAAC,EACzC,kCAAkC;IACpC,CAAC,gBAAgB,CAAC,sBAAsB,CAAC,EAAE,gCAAgC;IAC3E,CAAC,gBAAgB,CAAC,wBAAwB,CAAC,EACzC,kCAAkC;IACpC,CAAC,gBAAgB,CAAC,WAAW,CAAC,EAAE,sBAAsB;IACtD,CAAC,gBAAgB,CAAC,iBAAiB,CAAC,EAAE,2BAA2B;IACjE,CAAC,gBAAgB,CAAC,eAAe,CAAC,EAAE,0BAA0B;IAC9D,CAAC,gBAAgB,CAAC,kBAAkB,CAAC,EAAE,4BAA4B;IACnE,CAAC,gBAAgB,CAAC,cAAc,CAAC,EAAE,yBAAyB;IAC5D,CAAC,gBAAgB,CAAC,yBAAyB,CAAC,EAC1C,mCAAmC;IACrC,CAAC,gBAAgB,CAAC,yBAAyB,CAAC,EAC1C,mCAAmC;
|
1
|
+
{"version":3,"file":"utils.js","sourceRoot":"","sources":["../../../src/components/Notifications/utils.tsx"],"names":[],"mappings":"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"}
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { BidAcceptedNotificationProps, BidReceivedNotificationProps, EventsStartedNotificationProps, EventsStartsSoonNotificationProps, GovernanceAnnouncementNotificationProps, GovernanceAuthoredProposalFinishedNotificationProps, GovernanceCoauthorRequestedNotificationProps, GovernanceNewCommentOnProjectUpdateNotificationProps, GovernanceNewCommentOnProposalNotificationProps, GovernancePitchPassedNotificationProps, GovernanceProposalEnactedNotificationProps, GovernanceTenderPassedNotificationProps, GovernanceVotingEndedVoterNotificationProps, ItemSoldNotificationProps, LandRentalEndedNotificationProps, LandRentedNotificationProps, RewardAssignedNotificationProps, RoyalitesEarnedNotificationProps, WorldsAccessRestoredNotificationProps, WorldsAccessRestrictedNotificationProps, WorldsMissingResourcesNotificationProps, WorldsPermissionGrantedNotificationProps, WorldsPermissionRevokedNotificationProps } from "../components/Notifications/types";
|
1
|
+
import { BidAcceptedNotificationProps, BidReceivedNotificationProps, CampaignGasPriceHigherThanExpectedNotificationProps, CampaignOutOfFundsNotificationProps, CampaignOutOfStockNotificationProps, EventsStartedNotificationProps, EventsStartsSoonNotificationProps, GovernanceAnnouncementNotificationProps, GovernanceAuthoredProposalFinishedNotificationProps, GovernanceCoauthorRequestedNotificationProps, GovernanceNewCommentOnProjectUpdateNotificationProps, GovernanceNewCommentOnProposalNotificationProps, GovernancePitchPassedNotificationProps, GovernanceProposalEnactedNotificationProps, GovernanceTenderPassedNotificationProps, GovernanceVotingEndedVoterNotificationProps, ItemSoldNotificationProps, LandRentalEndedNotificationProps, LandRentedNotificationProps, RewardAssignedNotificationProps, RewardDelayedNotificationProps, RewardInProgressNotificationProps, RoyalitesEarnedNotificationProps, WorldsAccessRestoredNotificationProps, WorldsAccessRestrictedNotificationProps, WorldsMissingResourcesNotificationProps, WorldsPermissionGrantedNotificationProps, WorldsPermissionRevokedNotificationProps } from "../components/Notifications/types";
|
2
2
|
declare const eventStartedNotificationData: EventsStartedNotificationProps;
|
3
3
|
declare const eventStartsSoonFutureStartNotificationData: EventsStartsSoonNotificationProps;
|
4
4
|
declare const eventStartsSoonPastStartNotificationData: EventsStartsSoonNotificationProps;
|
@@ -18,10 +18,15 @@ declare const bidReceivedNotificationPropsData: BidReceivedNotificationProps;
|
|
18
18
|
declare const itemSoldNotificationPropsData: ItemSoldNotificationProps;
|
19
19
|
declare const royalitesEarnedNotificationPropsData: RoyalitesEarnedNotificationProps;
|
20
20
|
declare const rewardAssignedNotificationData: RewardAssignedNotificationProps;
|
21
|
+
declare const rewardInProgressNotificationData: RewardInProgressNotificationProps;
|
22
|
+
declare const rewardDelayedNotificationData: RewardDelayedNotificationProps;
|
23
|
+
declare const campaignOutOfFundsNotificationData: CampaignOutOfFundsNotificationProps;
|
24
|
+
declare const campaignOutOfStockNotificationData: CampaignOutOfStockNotificationProps;
|
25
|
+
declare const campaignGasPriceHigherThanExpectedNotificationData: CampaignGasPriceHigherThanExpectedNotificationProps;
|
21
26
|
declare const worldsAccessRestoredNotificationData: WorldsAccessRestoredNotificationProps;
|
22
27
|
declare const worldsAccessRestrictedNotificationData: WorldsAccessRestrictedNotificationProps;
|
23
28
|
declare const worldsMissingResourcesNotificationData: WorldsMissingResourcesNotificationProps;
|
24
29
|
declare const worldsPermissionGrantedNotificationPropsData: WorldsPermissionGrantedNotificationProps;
|
25
30
|
declare const worldsPermissionRevokedNotificationData: WorldsPermissionRevokedNotificationProps;
|
26
|
-
declare const allTypeOfNotifications: (ItemSoldNotificationProps | RoyalitesEarnedNotificationProps | BidAcceptedNotificationProps | BidReceivedNotificationProps | GovernanceAnnouncementNotificationProps | GovernanceProposalEnactedNotificationProps | GovernanceCoauthorRequestedNotificationProps | GovernanceAuthoredProposalFinishedNotificationProps | GovernanceVotingEndedVoterNotificationProps | GovernanceNewCommentOnProposalNotificationProps | GovernanceNewCommentOnProjectUpdateNotificationProps | GovernancePitchPassedNotificationProps | GovernanceTenderPassedNotificationProps | WorldsMissingResourcesNotificationProps | WorldsAccessRestrictedNotificationProps | WorldsAccessRestoredNotificationProps | WorldsPermissionGrantedNotificationProps | WorldsPermissionRevokedNotificationProps | LandRentedNotificationProps | LandRentalEndedNotificationProps |
|
27
|
-
export { eventStartedNotificationData, eventStartsSoonFutureStartNotificationData, eventStartsSoonPastStartNotificationData, governanceAnnouncementNotificationData, governanceAuthoredProposalFinishedNotificationData, governanceCoauthorRequestedNotificationData, governanceNewCommentOnProjectUpdateNotificationData, governanceNewCommentOnProposalNotificationData, governancePitchPassedNotificationData, governanceProposalEnactedNotificationData, governanceTenderPassedNotificationData, governanceVotingEndedVoterNotificationData, landRentalEndedNotificationData, landRentedNotificationData, bidAcceptedNotificationData, bidReceivedNotificationPropsData, itemSoldNotificationPropsData, royalitesEarnedNotificationPropsData, rewardAssignedNotificationData, worldsAccessRestoredNotificationData, worldsAccessRestrictedNotificationData, worldsMissingResourcesNotificationData, worldsPermissionGrantedNotificationPropsData, worldsPermissionRevokedNotificationData, allTypeOfNotifications, };
|
31
|
+
declare const allTypeOfNotifications: (ItemSoldNotificationProps | RoyalitesEarnedNotificationProps | BidAcceptedNotificationProps | BidReceivedNotificationProps | RewardAssignedNotificationProps | RewardInProgressNotificationProps | RewardDelayedNotificationProps | CampaignOutOfFundsNotificationProps | CampaignOutOfStockNotificationProps | CampaignGasPriceHigherThanExpectedNotificationProps | GovernanceAnnouncementNotificationProps | GovernanceProposalEnactedNotificationProps | GovernanceCoauthorRequestedNotificationProps | GovernanceAuthoredProposalFinishedNotificationProps | GovernanceVotingEndedVoterNotificationProps | GovernanceNewCommentOnProposalNotificationProps | GovernanceNewCommentOnProjectUpdateNotificationProps | GovernancePitchPassedNotificationProps | GovernanceTenderPassedNotificationProps | WorldsMissingResourcesNotificationProps | WorldsAccessRestrictedNotificationProps | WorldsAccessRestoredNotificationProps | WorldsPermissionGrantedNotificationProps | WorldsPermissionRevokedNotificationProps | LandRentedNotificationProps | LandRentalEndedNotificationProps | EventsStartsSoonNotificationProps | EventsStartedNotificationProps)[];
|
32
|
+
export { eventStartedNotificationData, eventStartsSoonFutureStartNotificationData, eventStartsSoonPastStartNotificationData, governanceAnnouncementNotificationData, governanceAuthoredProposalFinishedNotificationData, governanceCoauthorRequestedNotificationData, governanceNewCommentOnProjectUpdateNotificationData, governanceNewCommentOnProposalNotificationData, governancePitchPassedNotificationData, governanceProposalEnactedNotificationData, governanceTenderPassedNotificationData, governanceVotingEndedVoterNotificationData, landRentalEndedNotificationData, landRentedNotificationData, bidAcceptedNotificationData, bidReceivedNotificationPropsData, itemSoldNotificationPropsData, royalitesEarnedNotificationPropsData, rewardAssignedNotificationData, rewardInProgressNotificationData, rewardDelayedNotificationData, campaignOutOfFundsNotificationData, campaignOutOfStockNotificationData, campaignGasPriceHigherThanExpectedNotificationData, worldsAccessRestoredNotificationData, worldsAccessRestrictedNotificationData, worldsMissingResourcesNotificationData, worldsPermissionGrantedNotificationPropsData, worldsPermissionRevokedNotificationData, allTypeOfNotifications, };
|
@@ -322,6 +322,73 @@ const rewardAssignedNotificationData = {
|
|
322
322
|
created_at: "2023-11-29T12:51:00.600Z",
|
323
323
|
updated_at: "2023-11-29T12:51:00.600Z",
|
324
324
|
};
|
325
|
+
const rewardInProgressNotificationData = {
|
326
|
+
id: NotificationType.REWARD_IN_PROGRESS,
|
327
|
+
read: true,
|
328
|
+
type: NotificationType.REWARD_IN_PROGRESS,
|
329
|
+
address: "0x6b347a82fcac4e6a38d1fc40e3631bd8f9495e9f",
|
330
|
+
timestamp: new Date().getTime(),
|
331
|
+
metadata: {
|
332
|
+
tokenImage: "https://peer.decentraland.org/lambdas/collections/contents/urn:decentraland:ethereum:collections-v1:binance_us_collection:binance_us_upper_body/thumbnail",
|
333
|
+
tokenRarity: Rarity.MYTHIC,
|
334
|
+
tokenName: "NJacket",
|
335
|
+
},
|
336
|
+
created_at: "2023-11-29T12:51:00.600Z",
|
337
|
+
updated_at: "2023-11-29T12:51:00.600Z",
|
338
|
+
};
|
339
|
+
const rewardDelayedNotificationData = {
|
340
|
+
id: NotificationType.REWARD_DELAYED,
|
341
|
+
read: true,
|
342
|
+
type: NotificationType.REWARD_DELAYED,
|
343
|
+
address: "0x6b347a82fcac4e6a38d1fc40e3631bd8f9495e9f",
|
344
|
+
timestamp: new Date().getTime(),
|
345
|
+
metadata: {
|
346
|
+
tokenImage: "https://peer.decentraland.org/lambdas/collections/contents/urn:decentraland:ethereum:collections-v1:binance_us_collection:binance_us_upper_body/thumbnail",
|
347
|
+
tokenRarity: Rarity.MYTHIC,
|
348
|
+
tokenName: "NJacket",
|
349
|
+
},
|
350
|
+
created_at: "2023-11-29T12:51:00.600Z",
|
351
|
+
updated_at: "2023-11-29T12:51:00.600Z",
|
352
|
+
};
|
353
|
+
const campaignOutOfFundsNotificationData = {
|
354
|
+
id: NotificationType.REWARD_CAMPAIGN_OUT_OF_FUNDS,
|
355
|
+
read: true,
|
356
|
+
type: NotificationType.REWARD_CAMPAIGN_OUT_OF_FUNDS,
|
357
|
+
address: "0x6b347a82fcac4e6a38d1fc40e3631bd8f9495e9f",
|
358
|
+
timestamp: new Date().getTime(),
|
359
|
+
metadata: {
|
360
|
+
campaignName: "Cool Campaign",
|
361
|
+
link: "https://decentraland.zone/rewards/campaign/?id=e9b39fdb-1bf1-490a-855e-f5e6c63a4525",
|
362
|
+
},
|
363
|
+
created_at: "2023-11-29T12:51:00.600Z",
|
364
|
+
updated_at: "2023-11-29T12:51:00.600Z",
|
365
|
+
};
|
366
|
+
const campaignOutOfStockNotificationData = {
|
367
|
+
id: NotificationType.REWARD_CAMPAIGN_OUT_OF_STOCK,
|
368
|
+
read: true,
|
369
|
+
type: NotificationType.REWARD_CAMPAIGN_OUT_OF_STOCK,
|
370
|
+
address: "0x6b347a82fcac4e6a38d1fc40e3631bd8f9495e9f",
|
371
|
+
timestamp: new Date().getTime(),
|
372
|
+
metadata: {
|
373
|
+
campaignName: "Cool Campaign",
|
374
|
+
link: "https://decentraland.zone/rewards/campaign/?id=e9b39fdb-1bf1-490a-855e-f5e6c63a4525",
|
375
|
+
},
|
376
|
+
created_at: "2023-11-29T12:51:00.600Z",
|
377
|
+
updated_at: "2023-11-29T12:51:00.600Z",
|
378
|
+
};
|
379
|
+
const campaignGasPriceHigherThanExpectedNotificationData = {
|
380
|
+
id: NotificationType.REWARD_CAMPAIGN_GAS_PRICE_HIGHER_THAN_EXPECTED,
|
381
|
+
read: true,
|
382
|
+
type: NotificationType.REWARD_CAMPAIGN_GAS_PRICE_HIGHER_THAN_EXPECTED,
|
383
|
+
address: "0x6b347a82fcac4e6a38d1fc40e3631bd8f9495e9f",
|
384
|
+
timestamp: new Date().getTime(),
|
385
|
+
metadata: {
|
386
|
+
campaignName: "Cool Campaign",
|
387
|
+
link: "https://decentraland.zone/rewards/campaign/?id=e9b39fdb-1bf1-490a-855e-f5e6c63a4525",
|
388
|
+
},
|
389
|
+
created_at: "2023-11-29T12:51:00.600Z",
|
390
|
+
updated_at: "2023-11-29T12:51:00.600Z",
|
391
|
+
};
|
325
392
|
const worldsAccessRestoredNotificationData = {
|
326
393
|
id: NotificationType.WORLDS_ACCESS_RESTORED,
|
327
394
|
read: true,
|
@@ -416,11 +483,16 @@ const allTypeOfNotifications = [
|
|
416
483
|
itemSoldNotificationPropsData,
|
417
484
|
royalitesEarnedNotificationPropsData,
|
418
485
|
rewardAssignedNotificationData,
|
486
|
+
rewardInProgressNotificationData,
|
487
|
+
rewardDelayedNotificationData,
|
488
|
+
campaignOutOfFundsNotificationData,
|
489
|
+
campaignOutOfStockNotificationData,
|
490
|
+
campaignGasPriceHigherThanExpectedNotificationData,
|
419
491
|
worldsAccessRestoredNotificationData,
|
420
492
|
worldsAccessRestrictedNotificationData,
|
421
493
|
worldsMissingResourcesNotificationData,
|
422
494
|
worldsPermissionGrantedNotificationPropsData,
|
423
495
|
worldsPermissionRevokedNotificationData,
|
424
496
|
];
|
425
|
-
export { eventStartedNotificationData, eventStartsSoonFutureStartNotificationData, eventStartsSoonPastStartNotificationData, governanceAnnouncementNotificationData, governanceAuthoredProposalFinishedNotificationData, governanceCoauthorRequestedNotificationData, governanceNewCommentOnProjectUpdateNotificationData, governanceNewCommentOnProposalNotificationData, governancePitchPassedNotificationData, governanceProposalEnactedNotificationData, governanceTenderPassedNotificationData, governanceVotingEndedVoterNotificationData, landRentalEndedNotificationData, landRentedNotificationData, bidAcceptedNotificationData, bidReceivedNotificationPropsData, itemSoldNotificationPropsData, royalitesEarnedNotificationPropsData, rewardAssignedNotificationData, worldsAccessRestoredNotificationData, worldsAccessRestrictedNotificationData, worldsMissingResourcesNotificationData, worldsPermissionGrantedNotificationPropsData, worldsPermissionRevokedNotificationData, allTypeOfNotifications, };
|
497
|
+
export { eventStartedNotificationData, eventStartsSoonFutureStartNotificationData, eventStartsSoonPastStartNotificationData, governanceAnnouncementNotificationData, governanceAuthoredProposalFinishedNotificationData, governanceCoauthorRequestedNotificationData, governanceNewCommentOnProjectUpdateNotificationData, governanceNewCommentOnProposalNotificationData, governancePitchPassedNotificationData, governanceProposalEnactedNotificationData, governanceTenderPassedNotificationData, governanceVotingEndedVoterNotificationData, landRentalEndedNotificationData, landRentedNotificationData, bidAcceptedNotificationData, bidReceivedNotificationPropsData, itemSoldNotificationPropsData, royalitesEarnedNotificationPropsData, rewardAssignedNotificationData, rewardInProgressNotificationData, rewardDelayedNotificationData, campaignOutOfFundsNotificationData, campaignOutOfStockNotificationData, campaignGasPriceHigherThanExpectedNotificationData, worldsAccessRestoredNotificationData, worldsAccessRestrictedNotificationData, worldsMissingResourcesNotificationData, worldsPermissionGrantedNotificationPropsData, worldsPermissionRevokedNotificationData, allTypeOfNotifications, };
|
426
498
|
//# sourceMappingURL=notifications.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"notifications.js","sourceRoot":"","sources":["../../src/data/notifications.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,gBAAgB,EAAE,MAAM,EAAE,MAAM,cAAc,CAAA;AA2BpE,MAAM,eAAe,GAAG,IAAI,IAAI,EAAE,CAAA;AAClC,eAAe,CAAC,UAAU,CAAC,eAAe,CAAC,UAAU,EAAE,GAAG,GAAG,CAAC,CAAA;AAE9D,MAAM,aAAa,GAAG,IAAI,IAAI,EAAE,CAAA;AAChC,aAAa,CAAC,UAAU,CAAC,aAAa,CAAC,UAAU,EAAE,GAAG,EAAE,CAAC,CAAA;AAEzD,MAAM,4BAA4B,GAAmC;IACnE,EAAE,EAAE,gBAAgB,CAAC,cAAc;IACnC,IAAI,EAAE,IAAI;IACV,IAAI,EAAE,gBAAgB,CAAC,cAAc;IACrC,OAAO,EAAE,4CAA4C;IACrD,SAAS,EAAE,IAAI,IAAI,EAAE,CAAC,OAAO,EAAE;IAC/B,QAAQ,EAAE;QACR,IAAI,EAAE,gFAAgF;QACtF,IAAI,EAAE,qBAAqB;QAC3B,KAAK,EACH,4EAA4E;KAC/E;IACD,UAAU,EAAE,0BAA0B;IACtC,UAAU,EAAE,0BAA0B;CACvC,CAAA;AAED,MAAM,0CAA0C,GAC9C;IACE,EAAE,EAAE,gBAAgB,CAAC,kBAAkB,GAAG,QAAQ;IAClD,IAAI,EAAE,IAAI;IACV,IAAI,EAAE,gBAAgB,CAAC,kBAAkB;IACzC,OAAO,EAAE,4CAA4C;IACrD,SAAS,EAAE,IAAI,IAAI,EAAE,CAAC,OAAO,EAAE;IAC/B,QAAQ,EAAE;QACR,IAAI,EAAE,gFAAgF;QACtF,IAAI,EAAE,qBAAqB;QAC3B,KAAK,EACH,4EAA4E;QAC9E,QAAQ,EAAE,eAAe,CAAC,QAAQ,EAAE;QACpC,MAAM,EAAE,0BAA0B;KACnC;IACD,UAAU,EAAE,0BAA0B;IACtC,UAAU,EAAE,0BAA0B;CACvC,CAAA;AAEH,MAAM,wCAAwC,GAC5C;IACE,EAAE,EAAE,gBAAgB,CAAC,kBAAkB,GAAG,MAAM;IAChD,IAAI,EAAE,IAAI;IACV,IAAI,EAAE,gBAAgB,CAAC,kBAAkB;IACzC,OAAO,EAAE,4CAA4C;IACrD,SAAS,EAAE,IAAI,IAAI,EAAE,CAAC,OAAO,EAAE;IAC/B,QAAQ,EAAE;QACR,IAAI,EAAE,gFAAgF;QACtF,IAAI,EAAE,4BAA4B;QAClC,KAAK,EACH,4EAA4E;QAC9E,QAAQ,EAAE,aAAa,CAAC,QAAQ,EAAE;QAClC,MAAM,EAAE,0BAA0B;KACnC;IACD,UAAU,EAAE,0BAA0B;IACtC,UAAU,EAAE,0BAA0B;CACvC,CAAA;AAEH,MAAM,sCAAsC,GAC1C;IACE,EAAE,EAAE,gBAAgB,CAAC,uBAAuB;IAC5C,IAAI,EAAE,IAAI;IACV,IAAI,EAAE,gBAAgB,CAAC,uBAAuB;IAC9C,OAAO,EAAE,4CAA4C;IACrD,SAAS,EAAE,IAAI,IAAI,EAAE,CAAC,OAAO,EAAE;IAC/B,QAAQ,EAAE;QACR,IAAI,EAAE,qCAAqC;QAC3C,KAAK,EAAE,8BAA8B;QACrC,WAAW,EAAE,kBAAkB;KAChC;IACD,UAAU,EAAE,0BAA0B;IACtC,UAAU,EAAE,0BAA0B;CACvC,CAAA;AAEH,MAAM,kDAAkD,GACtD;IACE,EAAE,EAAE,gBAAgB,CAAC,qCAAqC;IAC1D,IAAI,EAAE,IAAI;IACV,IAAI,EAAE,gBAAgB,CAAC,qCAAqC;IAC5D,OAAO,EAAE,4CAA4C;IACrD,SAAS,EAAE,IAAI,IAAI,EAAE,CAAC,OAAO,EAAE;IAC/B,QAAQ,EAAE;QACR,IAAI,EAAE,qCAAqC;QAC3C,KAAK,EAAE,8BAA8B;QACrC,WAAW,EAAE,kBAAkB;QAC/B,UAAU,EAAE,kBAAkB;QAC9B,aAAa,EAAE,sCAAsC;KACtD;IACD,UAAU,EAAE,0BAA0B;IACtC,UAAU,EAAE,0BAA0B;CACvC,CAAA;AAEH,MAAM,2CAA2C,GAC/C;IACE,EAAE,EAAE,gBAAgB,CAAC,6BAA6B;IAClD,IAAI,EAAE,IAAI;IACV,IAAI,EAAE,gBAAgB,CAAC,6BAA6B;IACpD,OAAO,EAAE,4CAA4C;IACrD,SAAS,EAAE,IAAI,IAAI,EAAE,CAAC,OAAO,EAAE;IAC/B,QAAQ,EAAE;QACR,IAAI,EAAE,qCAAqC;QAC3C,KAAK,EAAE,8BAA8B;QACrC,WAAW,EAAE,kBAAkB;QAC/B,UAAU,EAAE,kBAAkB;QAC9B,aAAa,EAAE,sCAAsC;KACtD;IACD,UAAU,EAAE,0BAA0B;IACtC,UAAU,EAAE,0BAA0B;CACvC,CAAA;AAEH,MAAM,mDAAmD,GACvD;IACE,EAAE,EAAE,gBAAgB,CAAC,kCAAkC;IACvD,IAAI,EAAE,IAAI;IACV,IAAI,EAAE,gBAAgB,CAAC,kCAAkC;IACzD,OAAO,EAAE,4CAA4C;IACrD,SAAS,EAAE,IAAI,IAAI,EAAE,CAAC,OAAO,EAAE;IAC/B,QAAQ,EAAE;QACR,IAAI,EAAE,qCAAqC;QAC3C,KAAK,EAAE,8BAA8B;QACrC,WAAW,EAAE,kBAAkB;QAC/B,UAAU,EAAE,kBAAkB;QAC9B,aAAa,EAAE,sCAAsC;KACtD;IACD,UAAU,EAAE,0BAA0B;IACtC,UAAU,EAAE,0BAA0B;CACvC,CAAA;AAEH,MAAM,8CAA8C,GAClD;IACE,EAAE,EAAE,gBAAgB,CAAC,wCAAwC;IAC7D,IAAI,EAAE,IAAI;IACV,IAAI,EAAE,gBAAgB,CAAC,wCAAwC;IAC/D,OAAO,EAAE,4CAA4C;IACrD,SAAS,EAAE,IAAI,IAAI,EAAE,CAAC,OAAO,EAAE;IAC/B,QAAQ,EAAE;QACR,IAAI,EAAE,qCAAqC;QAC3C,KAAK,EAAE,8BAA8B;QACrC,WAAW,EAAE,kBAAkB;QAC/B,UAAU,EAAE,kBAAkB;QAC9B,aAAa,EAAE,sCAAsC;KACtD;IACD,UAAU,EAAE,0BAA0B;IACtC,UAAU,EAAE,0BAA0B;CACvC,CAAA;AAEH,MAAM,qCAAqC,GACzC;IACE,EAAE,EAAE,gBAAgB,CAAC,2BAA2B;IAChD,IAAI,EAAE,IAAI;IACV,IAAI,EAAE,gBAAgB,CAAC,uBAAuB;IAC9C,OAAO,EAAE,4CAA4C;IACrD,SAAS,EAAE,IAAI,IAAI,EAAE,CAAC,OAAO,EAAE;IAC/B,QAAQ,EAAE;QACR,IAAI,EAAE,qCAAqC;QAC3C,KAAK,EAAE,8BAA8B;QACrC,WAAW,EAAE,kBAAkB;QAC/B,UAAU,EAAE,kBAAkB;QAC9B,aAAa,EAAE,sCAAsC;KACtD;IACD,UAAU,EAAE,0BAA0B;IACtC,UAAU,EAAE,0BAA0B;CACvC,CAAA;AAEH,MAAM,yCAAyC,GAC7C;IACE,EAAE,EAAE,gBAAgB,CAAC,2BAA2B;IAChD,IAAI,EAAE,IAAI;IACV,IAAI,EAAE,gBAAgB,CAAC,2BAA2B;IAClD,OAAO,EAAE,4CAA4C;IACrD,SAAS,EAAE,IAAI,IAAI,EAAE,CAAC,OAAO,EAAE;IAC/B,QAAQ,EAAE;QACR,IAAI,EAAE,qCAAqC;QAC3C,KAAK,EAAE,8BAA8B;QACrC,WAAW,EAAE,kBAAkB;QAC/B,UAAU,EAAE,kBAAkB;QAC9B,aAAa,EAAE,sCAAsC;KACtD;IACD,UAAU,EAAE,0BAA0B;IACtC,UAAU,EAAE,0BAA0B;CACvC,CAAA;AAEH,MAAM,sCAAsC,GAC1C;IACE,EAAE,EAAE,gBAAgB,CAAC,wBAAwB;IAC7C,IAAI,EAAE,IAAI;IACV,IAAI,EAAE,gBAAgB,CAAC,wBAAwB;IAC/C,OAAO,EAAE,4CAA4C;IACrD,SAAS,EAAE,IAAI,IAAI,EAAE,CAAC,OAAO,EAAE;IAC/B,QAAQ,EAAE;QACR,IAAI,EAAE,qCAAqC;QAC3C,KAAK,EAAE,8BAA8B;QACrC,WAAW,EAAE,kBAAkB;QAC/B,UAAU,EAAE,kBAAkB;QAC9B,aAAa,EAAE,sCAAsC;KACtD;IACD,UAAU,EAAE,0BAA0B;IACtC,UAAU,EAAE,0BAA0B;CACvC,CAAA;AAEH,MAAM,0CAA0C,GAC9C;IACE,EAAE,EAAE,gBAAgB,CAAC,6BAA6B;IAClD,IAAI,EAAE,IAAI;IACV,IAAI,EAAE,gBAAgB,CAAC,6BAA6B;IACpD,OAAO,EAAE,4CAA4C;IACrD,SAAS,EAAE,IAAI,IAAI,EAAE,CAAC,OAAO,EAAE;IAC/B,QAAQ,EAAE;QACR,IAAI,EAAE,qCAAqC;QAC3C,KAAK,EAAE,8BAA8B;QACrC,WAAW,EAAE,kBAAkB;QAC/B,UAAU,EAAE,kBAAkB;QAC9B,aAAa,EAAE,sCAAsC;KACtD;IACD,UAAU,EAAE,0BAA0B;IACtC,UAAU,EAAE,0BAA0B;CACvC,CAAA;AAEH,MAAM,+BAA+B,GAAqC;IACxE,EAAE,EAAE,gBAAgB,CAAC,iBAAiB;IACtC,IAAI,EAAE,IAAI;IACV,IAAI,EAAE,gBAAgB,CAAC,iBAAiB;IACxC,OAAO,EAAE,4CAA4C;IACrD,SAAS,EAAE,IAAI,IAAI,EAAE,CAAC,OAAO,EAAE;IAC/B,QAAQ,EAAE;QACR,WAAW,EAAE,0CAA0C;QACvD,IAAI,EAAE,4GAA4G;QAClH,KAAK,EAAE,oBAAoB;QAC3B,QAAQ,EAAE,4CAA4C;QACtD,MAAM,EAAE,4CAA4C;QACpD,MAAM,EAAE,4CAA4C;QACpD,QAAQ,EAAE,4CAA4C;QACtD,SAAS,EAAE,YAAY;QACvB,OAAO,EAAE,YAAY;QACrB,OAAO,EAAE,iBAAiB;QAC1B,IAAI,EAAE,MAAM;KACb;IACD,UAAU,EAAE,0BAA0B;IACtC,UAAU,EAAE,0BAA0B;CACvC,CAAA;AAED,MAAM,0BAA0B,GAAgC;IAC9D,EAAE,EAAE,gBAAgB,CAAC,WAAW;IAChC,IAAI,EAAE,IAAI;IACV,IAAI,EAAE,gBAAgB,CAAC,WAAW;IAClC,OAAO,EAAE,4CAA4C;IACrD,SAAS,EAAE,IAAI,IAAI,EAAE,CAAC,OAAO,EAAE;IAC/B,QAAQ,EAAE;QACR,WAAW,EAAE,0CAA0C;QACvD,IAAI,EAAE,4GAA4G;QAClH,KAAK,EAAE,aAAa;QACpB,QAAQ,EAAE,4CAA4C;QACtD,MAAM,EAAE,4CAA4C;QACpD,MAAM,EAAE,4CAA4C;QACpD,QAAQ,EAAE,4CAA4C;QACtD,SAAS,EAAE,YAAY;QACvB,OAAO,EAAE,YAAY;QACrB,OAAO,EAAE,iBAAiB;QAC1B,IAAI,EAAE,MAAM;KACb;IACD,UAAU,EAAE,0BAA0B;IACtC,UAAU,EAAE,0BAA0B;CACvC,CAAA;AAED,MAAM,2BAA2B,GAAiC;IAChE,EAAE,EAAE,gBAAgB,CAAC,YAAY;IACjC,IAAI,EAAE,IAAI;IACV,IAAI,EAAE,gBAAgB,CAAC,YAAY;IACnC,OAAO,EAAE,4CAA4C;IACrD,SAAS,EAAE,IAAI,IAAI,EAAE,CAAC,OAAO,EAAE;IAC/B,QAAQ,EAAE;QACR,IAAI,EAAE,iGAAiG;QACvG,KAAK,EACH,2JAA2J;QAC7J,MAAM,EAAE,MAAM,CAAC,MAAM;QACrB,OAAO,EAAE,0BAA0B;QACnC,OAAO,EAAE,UAAU;QACnB,QAAQ,EAAE,WAAW,CAAC,QAAQ;QAC9B,KAAK,EAAE,sBAAsB;KAC9B;IACD,UAAU,EAAE,0BAA0B;IACtC,UAAU,EAAE,0BAA0B;CACvC,CAAA;AAED,MAAM,gCAAgC,GAAiC;IACrE,EAAE,EAAE,gBAAgB,CAAC,YAAY;IACjC,IAAI,EAAE,IAAI;IACV,IAAI,EAAE,gBAAgB,CAAC,YAAY;IACnC,OAAO,EAAE,4CAA4C;IACrD,SAAS,EAAE,IAAI,IAAI,EAAE,CAAC,OAAO,EAAE;IAC/B,QAAQ,EAAE;QACR,IAAI,EAAE,iGAAiG;QACvG,KAAK,EACH,2JAA2J;QAC7J,MAAM,EAAE,MAAM,CAAC,MAAM;QACrB,OAAO,EAAE,0BAA0B;QACnC,OAAO,EAAE,SAAS;QAClB,QAAQ,EAAE,WAAW,CAAC,QAAQ;QAC9B,KAAK,EAAE,sBAAsB;KAC9B;IACD,UAAU,EAAE,0BAA0B;IACtC,UAAU,EAAE,0BAA0B;CACvC,CAAA;AAED,MAAM,6BAA6B,GAA8B;IAC/D,EAAE,EAAE,gBAAgB,CAAC,SAAS;IAC9B,IAAI,EAAE,IAAI;IACV,IAAI,EAAE,gBAAgB,CAAC,SAAS;IAChC,OAAO,EAAE,4CAA4C;IACrD,SAAS,EAAE,IAAI,IAAI,EAAE,CAAC,OAAO,EAAE;IAC/B,QAAQ,EAAE;QACR,IAAI,EAAE,iGAAiG;QACvG,KAAK,EACH,2JAA2J;QAC7J,MAAM,EAAE,MAAM,CAAC,SAAS;QACxB,MAAM,EAAE,4CAA4C;QACpD,OAAO,EAAE,0BAA0B;QACnC,OAAO,EAAE,SAAS;QAClB,QAAQ,EAAE,WAAW,CAAC,QAAQ;KAC/B;IACD,UAAU,EAAE,0BAA0B;IACtC,UAAU,EAAE,0BAA0B;CACvC,CAAA;AAED,MAAM,oCAAoC,GAAqC;IAC7E,EAAE,EAAE,gBAAgB,CAAC,gBAAgB;IACrC,IAAI,EAAE,IAAI;IACV,IAAI,EAAE,gBAAgB,CAAC,gBAAgB;IACvC,OAAO,EAAE,4CAA4C;IACrD,SAAS,EAAE,IAAI,IAAI,EAAE,CAAC,OAAO,EAAE;IAC/B,QAAQ,EAAE;QACR,IAAI,EAAE,gGAAgG;QACtG,KAAK,EACH,2JAA2J;QAC7J,MAAM,EAAE,MAAM,CAAC,MAAM;QACrB,OAAO,EAAE,SAAS;QAClB,OAAO,EAAE,SAAS;QAClB,QAAQ,EAAE,WAAW,CAAC,QAAQ;QAC9B,YAAY,EAAE,mBAAmB;QACjC,kBAAkB,EAAE,4CAA4C;KACjE;IACD,UAAU,EAAE,0BAA0B;IACtC,UAAU,EAAE,0BAA0B;CACvC,CAAA;AAED,MAAM,8BAA8B,GAAoC;IACtE,EAAE,EAAE,gBAAgB,CAAC,eAAe;IACpC,IAAI,EAAE,IAAI;IACV,IAAI,EAAE,gBAAgB,CAAC,eAAe;IACtC,OAAO,EAAE,4CAA4C;IACrD,SAAS,EAAE,IAAI,IAAI,EAAE,CAAC,OAAO,EAAE;IAC/B,QAAQ,EAAE;QACR,UAAU,EACR,2JAA2J;QAC7J,WAAW,EAAE,MAAM,CAAC,MAAM;QAC1B,SAAS,EAAE,SAAS;KACrB;IACD,UAAU,EAAE,0BAA0B;IACtC,UAAU,EAAE,0BAA0B;CACvC,CAAA;AAED,MAAM,oCAAoC,GACxC;IACE,EAAE,EAAE,gBAAgB,CAAC,sBAAsB;IAC3C,IAAI,EAAE,IAAI;IACV,IAAI,EAAE,gBAAgB,CAAC,sBAAsB;IAC7C,OAAO,EAAE,4CAA4C;IACrD,SAAS,EAAE,IAAI,IAAI,EAAE,CAAC,OAAO,EAAE;IAC/B,QAAQ,EAAE;QACR,KAAK,EAAE,YAAY;QACnB,WAAW,EAAE,mBAAmB;QAChC,GAAG,EAAE,iDAAiD;KACvD;IACD,UAAU,EAAE,0BAA0B;IACtC,UAAU,EAAE,0BAA0B;CACvC,CAAA;AAEH,MAAM,sCAAsC,GAC1C;IACE,EAAE,EAAE,gBAAgB,CAAC,wBAAwB;IAC7C,IAAI,EAAE,IAAI;IACV,IAAI,EAAE,gBAAgB,CAAC,wBAAwB;IAC/C,OAAO,EAAE,4CAA4C;IACrD,SAAS,EAAE,IAAI,IAAI,EAAE,CAAC,OAAO,EAAE;IAC/B,QAAQ,EAAE;QACR,KAAK,EAAE,YAAY;QACnB,WAAW,EAAE,mBAAmB;QAChC,GAAG,EAAE,iDAAiD;QACtD,IAAI,EAAE,IAAI,IAAI,EAAE,CAAC,OAAO,EAAE;KAC3B;IACD,UAAU,EAAE,0BAA0B;IACtC,UAAU,EAAE,0BAA0B;CACvC,CAAA;AAEH,MAAM,sCAAsC,GAC1C;IACE,EAAE,EAAE,gBAAgB,CAAC,wBAAwB;IAC7C,IAAI,EAAE,IAAI;IACV,IAAI,EAAE,gBAAgB,CAAC,wBAAwB;IAC/C,OAAO,EAAE,4CAA4C;IACrD,SAAS,EAAE,IAAI,IAAI,EAAE,CAAC,OAAO,EAAE;IAC/B,QAAQ,EAAE;QACR,KAAK,EAAE,YAAY;QACnB,WAAW,EAAE,mBAAmB;QAChC,GAAG,EAAE,iDAAiD;QACtD,IAAI,EAAE,IAAI,IAAI,EAAE,CAAC,OAAO,EAAE;KAC3B;IACD,UAAU,EAAE,0BAA0B;IACtC,UAAU,EAAE,0BAA0B;CACvC,CAAA;AAEH,MAAM,4CAA4C,GAChD;IACE,EAAE,EAAE,gBAAgB,CAAC,yBAAyB;IAC9C,IAAI,EAAE,IAAI;IACV,IAAI,EAAE,gBAAgB,CAAC,yBAAyB;IAChD,OAAO,EAAE,4CAA4C;IACrD,SAAS,EAAE,IAAI,IAAI,EAAE,CAAC,OAAO,EAAE;IAC/B,QAAQ,EAAE;QACR,KAAK,EAAE,oBAAoB;QAC3B,WAAW,EAAE,mBAAmB;QAChC,WAAW,EAAE,CAAC,YAAY,CAAC;QAC3B,KAAK,EAAE,mBAAmB;KAC3B;IACD,UAAU,EAAE,0BAA0B;IACtC,UAAU,EAAE,0BAA0B;CACvC,CAAA;AAEH,MAAM,uCAAuC,GAC3C;IACE,EAAE,EAAE,gBAAgB,CAAC,yBAAyB;IAC9C,IAAI,EAAE,IAAI;IACV,IAAI,EAAE,gBAAgB,CAAC,yBAAyB;IAChD,OAAO,EAAE,4CAA4C;IACrD,SAAS,EAAE,IAAI,IAAI,EAAE,CAAC,OAAO,EAAE;IAC/B,QAAQ,EAAE;QACR,KAAK,EAAE,oBAAoB;QAC3B,WAAW,EAAE,mBAAmB;QAChC,WAAW,EAAE,CAAC,YAAY,CAAC;QAC3B,KAAK,EAAE,mBAAmB;KAC3B;IACD,UAAU,EAAE,0BAA0B;IACtC,UAAU,EAAE,0BAA0B;CACvC,CAAA;AAEH,MAAM,sBAAsB,GAAG;IAC7B,4BAA4B;IAC5B,0CAA0C;IAC1C,wCAAwC;IACxC,sCAAsC;IACtC,kDAAkD;IAClD,2CAA2C;IAC3C,mDAAmD;IACnD,8CAA8C;IAC9C,qCAAqC;IACrC,yCAAyC;IACzC,sCAAsC;IACtC,0CAA0C;IAC1C,+BAA+B;IAC/B,0BAA0B;IAC1B,2BAA2B;IAC3B,gCAAgC;IAChC,6BAA6B;IAC7B,oCAAoC;IACpC,8BAA8B;IAC9B,oCAAoC;IACpC,sCAAsC;IACtC,sCAAsC;IACtC,4CAA4C;IAC5C,uCAAuC;CACxC,CAAA;AAED,OAAO,EACL,4BAA4B,EAC5B,0CAA0C,EAC1C,wCAAwC,EACxC,sCAAsC,EACtC,kDAAkD,EAClD,2CAA2C,EAC3C,mDAAmD,EACnD,8CAA8C,EAC9C,qCAAqC,EACrC,yCAAyC,EACzC,sCAAsC,EACtC,0CAA0C,EAC1C,+BAA+B,EAC/B,0BAA0B,EAC1B,2BAA2B,EAC3B,gCAAgC,EAChC,6BAA6B,EAC7B,oCAAoC,EACpC,8BAA8B,EAC9B,oCAAoC,EACpC,sCAAsC,EACtC,sCAAsC,EACtC,4CAA4C,EAC5C,uCAAuC,EACvC,sBAAsB,GACvB,CAAA"}
|
1
|
+
{"version":3,"file":"notifications.js","sourceRoot":"","sources":["../../src/data/notifications.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "decentraland-ui2",
|
3
|
-
"version": "0.4.2-
|
3
|
+
"version": "0.4.2-10724162734.commit-9c8e91a",
|
4
4
|
"description": "Decentraland's UI components and styles",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"types": "dist/index.d.ts",
|
@@ -37,7 +37,7 @@
|
|
37
37
|
},
|
38
38
|
"homepage": "https://github.com/decentraland/ui2#readme",
|
39
39
|
"dependencies": {
|
40
|
-
"@dcl/schemas": "^
|
40
|
+
"@dcl/schemas": "^13.9.0",
|
41
41
|
"@dcl/ui-env": "^1.5.1",
|
42
42
|
"@emotion/react": "^11.11.4",
|
43
43
|
"@emotion/styled": "^11.11.5",
|
@@ -90,5 +90,5 @@
|
|
90
90
|
"files": [
|
91
91
|
"dist"
|
92
92
|
],
|
93
|
-
"commit": "
|
93
|
+
"commit": "9c8e91a4611610e86738a6a89cccda08b308b98a"
|
94
94
|
}
|