@articles-media/articles-dev-box 1.0.5 → 1.0.7
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/README.md +43 -41
- package/dist/Ad.cjs +1 -1
- package/dist/Ad.js +178 -165
- package/dist/AdConfirmExitModal-BRpOrF3L.cjs +1 -0
- package/dist/AdConfirmExitModal-TTHQo9Ou.js +72 -0
- package/dist/{AdDetailsModal-BOLzA3ZL.js → AdDetailsModal-CvFpYG_9.js} +14 -25
- package/dist/AdDetailsModal-Diavle2E.cjs +1 -0
- package/dist/GameScoreboard.cjs +1 -1
- package/dist/GameScoreboard.js +3835 -89
- package/dist/GlobalBody.cjs +24 -24
- package/dist/GlobalBody.js +28 -28
- package/dist/{Modal-BoOxjQvF.js → Modal-CZ77qLgM.js} +129 -110
- package/dist/Modal-Cr0uB770.cjs +2 -0
- package/dist/{index-CsgQIn35.js → toDate-CDo8dBwb.js} +470 -438
- package/dist/toDate-CzgAa_PT.cjs +6 -0
- package/package.json +75 -75
- package/dist/AdDetailsModal-BCRLBkc_.cjs +0 -1
- package/dist/Modal-BNCxuVnD.cjs +0 -2
- package/dist/index-CqsCVLvJ.cjs +0 -6
package/dist/GlobalBody.cjs
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
"use strict";const s=require("./jsx-runtime-nZSsnGb7.cjs"),e=require("react");function t(r){return s.jsxRuntimeExports.
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
"use strict";const s=require("./jsx-runtime-nZSsnGb7.cjs"),e=require("react");function t(r){return s.jsxRuntimeExports.jsx(s.jsxRuntimeExports.Fragment,{children:process.env.NODE_ENV==="development"&&s.jsxRuntimeExports.jsxs(s.jsxRuntimeExports.Fragment,{children:[s.jsxRuntimeExports.jsx("style",{children:`
|
|
2
|
+
@keyframes grow-shrink {
|
|
3
|
+
0% { transform: translateY(-50px); }
|
|
4
|
+
50% { transform: translateY(0px); }
|
|
5
|
+
100% { transform: translateY(-50px); }
|
|
6
|
+
}
|
|
7
|
+
.articles-global-body {
|
|
8
|
+
transform: translateY(-40px);
|
|
9
|
+
z-index: 1055!important;
|
|
10
|
+
position: absolute;
|
|
11
|
+
top: 0;
|
|
12
|
+
left: 0;
|
|
13
|
+
display: flex;
|
|
14
|
+
justify-content: center;
|
|
15
|
+
align-items: center;
|
|
16
|
+
width: 50px;
|
|
17
|
+
height: 50px;
|
|
18
|
+
margin: 0;
|
|
19
|
+
padding: 0;
|
|
20
|
+
background-color: green;
|
|
21
|
+
color: #FFFFFF;
|
|
22
|
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
|
23
|
+
animation: grow-shrink 2s ease-in;
|
|
6
24
|
}
|
|
7
|
-
|
|
8
|
-
transform: translateY(-40px);
|
|
9
|
-
z-index: 1055!important;
|
|
10
|
-
position: absolute;
|
|
11
|
-
top: 0;
|
|
12
|
-
left: 0;
|
|
13
|
-
display: flex;
|
|
14
|
-
justify-content: center;
|
|
15
|
-
align-items: center;
|
|
16
|
-
width: 50px;
|
|
17
|
-
height: 50px;
|
|
18
|
-
margin: 0;
|
|
19
|
-
padding: 0;
|
|
20
|
-
background-color: green;
|
|
21
|
-
color: #FFFFFF;
|
|
22
|
-
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
|
23
|
-
animation: grow-shrink 2s ease-in;
|
|
24
|
-
}
|
|
25
|
-
`}),s.jsxRuntimeExports.jsxs("div",{className:"articles-global-body",children:[s.jsxRuntimeExports.jsx("link",{rel:"stylesheet",href:"https://cdn.articles.media/fonts/fontawsome/css/all.min.css"}),s.jsxRuntimeExports.jsx("div",{className:"content",children:s.jsxRuntimeExports.jsx("i",{className:"fas fa-thumbs-up"})})]})]})}const n=e.memo(t);module.exports=n;
|
|
25
|
+
`}),s.jsxRuntimeExports.jsxs("div",{className:"articles-global-body",children:[s.jsxRuntimeExports.jsx("link",{rel:"stylesheet",href:"https://cdn.articles.media/fonts/fontawsome/css/all.min.css"}),s.jsxRuntimeExports.jsx("div",{className:"content",children:s.jsxRuntimeExports.jsx("i",{className:"fas fa-thumbs-up"})})]})]})})}const n=e.memo(t);module.exports=n;
|
package/dist/GlobalBody.js
CHANGED
|
@@ -1,32 +1,32 @@
|
|
|
1
1
|
import { j as e } from "./jsx-runtime-tc70JA_2.js";
|
|
2
2
|
import { memo as s } from "react";
|
|
3
3
|
function t(a) {
|
|
4
|
-
return /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
4
|
+
return /* @__PURE__ */ e.jsx(e.Fragment, { children: process.env.NODE_ENV === "development" && /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
|
|
5
|
+
/* @__PURE__ */ e.jsx("style", { children: `
|
|
6
|
+
@keyframes grow-shrink {
|
|
7
|
+
0% { transform: translateY(-50px); }
|
|
8
|
+
50% { transform: translateY(0px); }
|
|
9
|
+
100% { transform: translateY(-50px); }
|
|
10
|
+
}
|
|
11
|
+
.articles-global-body {
|
|
12
|
+
transform: translateY(-40px);
|
|
13
|
+
z-index: 1055!important;
|
|
14
|
+
position: absolute;
|
|
15
|
+
top: 0;
|
|
16
|
+
left: 0;
|
|
17
|
+
display: flex;
|
|
18
|
+
justify-content: center;
|
|
19
|
+
align-items: center;
|
|
20
|
+
width: 50px;
|
|
21
|
+
height: 50px;
|
|
22
|
+
margin: 0;
|
|
23
|
+
padding: 0;
|
|
24
|
+
background-color: green;
|
|
25
|
+
color: #FFFFFF;
|
|
26
|
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
|
27
|
+
animation: grow-shrink 2s ease-in;
|
|
10
28
|
}
|
|
11
|
-
|
|
12
|
-
transform: translateY(-40px);
|
|
13
|
-
z-index: 1055!important;
|
|
14
|
-
position: absolute;
|
|
15
|
-
top: 0;
|
|
16
|
-
left: 0;
|
|
17
|
-
display: flex;
|
|
18
|
-
justify-content: center;
|
|
19
|
-
align-items: center;
|
|
20
|
-
width: 50px;
|
|
21
|
-
height: 50px;
|
|
22
|
-
margin: 0;
|
|
23
|
-
padding: 0;
|
|
24
|
-
background-color: green;
|
|
25
|
-
color: #FFFFFF;
|
|
26
|
-
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
|
27
|
-
animation: grow-shrink 2s ease-in;
|
|
28
|
-
}
|
|
29
|
-
` }),
|
|
29
|
+
` }),
|
|
30
30
|
/* @__PURE__ */ e.jsxs("div", { className: "articles-global-body", children: [
|
|
31
31
|
/* @__PURE__ */ e.jsx(
|
|
32
32
|
"link",
|
|
@@ -37,9 +37,9 @@ function t(a) {
|
|
|
37
37
|
),
|
|
38
38
|
/* @__PURE__ */ e.jsx("div", { className: "content", children: /* @__PURE__ */ e.jsx("i", { className: "fas fa-thumbs-up" }) })
|
|
39
39
|
] })
|
|
40
|
-
] });
|
|
40
|
+
] }) });
|
|
41
41
|
}
|
|
42
|
-
const
|
|
42
|
+
const o = s(t);
|
|
43
43
|
export {
|
|
44
|
-
|
|
44
|
+
o as default
|
|
45
45
|
};
|