@articles-media/articles-dev-box 1.0.23 → 1.0.25
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/Ad-BAvmOFcq.js +503 -0
- package/dist/Ad.js +1 -1
- package/dist/AdConfirmExitModal-BNFKKayL.js +55 -0
- package/dist/AdDetailsModal-Cv1ll9G-.js +107 -0
- package/dist/ArticlesAd.js +7 -8
- package/dist/{Button-BlAdEbSd.js → Button-CU11ETla.js} +9 -9
- package/dist/CreditsModal.js +50 -25
- package/dist/DarkModeHandler.js +11 -12
- package/dist/FriendsList.js +40 -41
- package/dist/{GameScoreboard-CBY3JsFa.js → GameScoreboard-Dj5mTFTn.js} +48 -49
- package/dist/GameScoreboard.js +1 -1
- package/dist/GlobalBody.js +20 -20
- package/dist/GlobalHead.js +2 -3
- package/dist/Link-8nSDV4sI.js +16 -0
- package/dist/ReturnToLauncherButton.js +17 -18
- package/dist/SettingsModal-tXcbd23J.js +246 -0
- package/dist/SettingsModal.js +1 -1
- package/dist/StatusModal-CBzdZdAm.js +69 -0
- package/dist/ViewUserModal-C_gWUvXi.js +1544 -0
- package/dist/ViewUserModal.js +1 -1
- package/dist/{classnames-DP6dWde5.js → classnames-CpG5mzJ5.js} +12 -4
- package/dist/index.js +4 -4
- package/dist/numberWithCommas-rN3cZDJL.js +1170 -0
- package/package.json +1 -1
- package/dist/Ad-Ck5UdTq3.js +0 -387
- package/dist/AdConfirmExitModal-CJ-HtcVC.js +0 -56
- package/dist/AdDetailsModal-DRNRTL2W.js +0 -108
- package/dist/Link-MFZblBb4.js +0 -17
- package/dist/Modal-BX1s6CCU.js +0 -1631
- package/dist/SettingsModal-XI2dMI09.js +0 -247
- package/dist/StatusModal-elrPJvX1.js +0 -70
- package/dist/ViewUserModal-DDjWLpyM.js +0 -3094
- package/dist/jsx-runtime-VZk6y-ec.js +0 -191
- package/dist/numberWithCommas-BSKBdR-e.js +0 -18
- /package/dist/{useAuthSiteStatus-1rHjYC4N.js → useAuthSiteStatus-Cj9IjMj7.js} +0 -0
package/dist/ViewUserModal.js
CHANGED
|
@@ -1,6 +1,14 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
var
|
|
1
|
+
//#region \0rolldown/runtime.js
|
|
2
|
+
var e = Object.create, t = Object.defineProperty, n = Object.getOwnPropertyDescriptor, r = Object.getOwnPropertyNames, i = Object.getPrototypeOf, a = Object.prototype.hasOwnProperty, o = (e, t) => () => (t || e((t = { exports: {} }).exports, t), t.exports), s = (e, i, o, s) => {
|
|
3
|
+
if (i && typeof i == "object" || typeof i == "function") for (var c = r(i), l = 0, u = c.length, d; l < u; l++) d = c[l], !a.call(e, d) && d !== o && t(e, d, {
|
|
4
|
+
get: ((e) => i[e]).bind(null, d),
|
|
5
|
+
enumerable: !(s = n(i, d)) || s.enumerable
|
|
6
|
+
});
|
|
7
|
+
return e;
|
|
8
|
+
}, c = (n, r, a) => (a = n == null ? {} : e(i(n)), s(r || !n || !n.__esModule ? t(a, "default", {
|
|
9
|
+
value: n,
|
|
10
|
+
enumerable: !0
|
|
11
|
+
}) : a, n)), l = /* @__PURE__ */ o(((e, t) => {
|
|
4
12
|
(function() {
|
|
5
13
|
var e = {}.hasOwnProperty;
|
|
6
14
|
function n() {
|
|
@@ -28,4 +36,4 @@ var t = /* @__PURE__ */ e(((e, t) => {
|
|
|
28
36
|
})();
|
|
29
37
|
}));
|
|
30
38
|
//#endregion
|
|
31
|
-
export { t };
|
|
39
|
+
export { c as n, l as t };
|
package/dist/index.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import e from "./ReturnToLauncherButton.js";
|
|
2
2
|
import t from "./ArticlesAd.js";
|
|
3
|
-
import { t as n } from "./Ad-
|
|
4
|
-
import { t as r } from "./ViewUserModal-
|
|
5
|
-
import { t as i } from "./GameScoreboard-
|
|
3
|
+
import { t as n } from "./Ad-BAvmOFcq.js";
|
|
4
|
+
import { t as r } from "./ViewUserModal-C_gWUvXi.js";
|
|
5
|
+
import { t as i } from "./GameScoreboard-Dj5mTFTn.js";
|
|
6
6
|
import a from "./GlobalHead.js";
|
|
7
7
|
import o from "./GlobalBody.js";
|
|
8
|
-
import { t as s } from "./SettingsModal-
|
|
8
|
+
import { t as s } from "./SettingsModal-tXcbd23J.js";
|
|
9
9
|
import c from "./CreditsModal.js";
|
|
10
10
|
import l from "./DarkModeHandler.js";
|
|
11
11
|
import u from "./useUserFriends.js";
|