@waline/admin 0.28.1 → 0.28.2
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/admin.js +2 -4
- package/package.json +1 -1
package/dist/admin.js
CHANGED
|
@@ -14741,9 +14741,7 @@ const BS = (i) => /* @__PURE__ */ N.createElement("svg", { width: 48, height: 48
|
|
|
14741
14741
|
fill: "#ff9626"
|
|
14742
14742
|
} }), /* @__PURE__ */ N.createElement("path", { d: "M25.36,17.95c-.77,0-1.5.04-2.12.08v2.94c1.17-.12,2.86-.18,4.53.16v-3.02c-.6-.08-1.45-.16-2.42-.16Z", style: {
|
|
14743
14743
|
fill: "none"
|
|
14744
|
-
} })), $S = (i) => /* @__PURE__ */ N.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 48 48", xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
14745
|
-
display: "block"
|
|
14746
|
-
}, ...i }, /* @__PURE__ */ N.createElement("path", { fill: "#EA4335", d: "M24 9.5c3.54 0 6.71 1.22 9.21 3.6l6.85-6.85C35.9 2.38 30.47 0 24 0 14.62 0 6.51 5.38 2.56 13.22l7.98 6.19C12.43 13.72 17.74 9.5 24 9.5z" }), /* @__PURE__ */ N.createElement("path", { fill: "#4285F4", d: "M46.98 24.55c0-1.57-.15-3.09-.38-4.55H24v9.02h12.94c-.58 2.96-2.26 5.48-4.78 7.18l7.73 6c4.51-4.18 7.09-10.36 7.09-17.65z" }), /* @__PURE__ */ N.createElement("path", { fill: "#FBBC05", d: "M10.53 28.59c-.48-1.45-.76-2.99-.76-4.59s.27-3.14.76-4.59l-7.98-6.19C.92 16.46 0 20.12 0 24c0 3.88.92 7.54 2.56 10.78l7.97-6.19z" }), /* @__PURE__ */ N.createElement("path", { fill: "#34A853", d: "M24 48c6.48 0 11.93-2.13 15.89-5.81l-7.73-6c-2.15 1.45-4.92 2.3-8.16 2.3-6.26 0-11.57-4.22-13.47-9.91l-7.98 6.19C6.51 42.62 14.62 48 24 48z" }), /* @__PURE__ */ N.createElement("path", { fill: "none", d: "M0 0h48v48H0z" })), kp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
14744
|
+
} })), $S = (i) => /* @__PURE__ */ N.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 48 48", xmlnsXlink: "http://www.w3.org/1999/xlink", width: 48, height: 48, ...i }, /* @__PURE__ */ N.createElement("path", { fill: "#EA4335", d: "M24 9.5c3.54 0 6.71 1.22 9.21 3.6l6.85-6.85C35.9 2.38 30.47 0 24 0 14.62 0 6.51 5.38 2.56 13.22l7.98 6.19C12.43 13.72 17.74 9.5 24 9.5z" }), /* @__PURE__ */ N.createElement("path", { fill: "#4285F4", d: "M46.98 24.55c0-1.57-.15-3.09-.38-4.55H24v9.02h12.94c-.58 2.96-2.26 5.48-4.78 7.18l7.73 6c4.51-4.18 7.09-10.36 7.09-17.65z" }), /* @__PURE__ */ N.createElement("path", { fill: "#FBBC05", d: "M10.53 28.59c-.48-1.45-.76-2.99-.76-4.59s.27-3.14.76-4.59l-7.98-6.19C.92 16.46 0 20.12 0 24c0 3.88.92 7.54 2.56 10.78l7.97-6.19z" }), /* @__PURE__ */ N.createElement("path", { fill: "#34A853", d: "M24 48c6.48 0 11.93-2.13 15.89-5.81l-7.73-6c-2.15 1.45-4.92 2.3-8.16 2.3-6.26 0-11.57-4.22-13.47-9.91l-7.98 6.19C6.51 42.62 14.62 48 24 48z" }), /* @__PURE__ */ N.createElement("path", { fill: "none", d: "M0 0h48v48H0z" })), kp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
14747
14745
|
__proto__: null,
|
|
14748
14746
|
facebook: VS,
|
|
14749
14747
|
github: BS,
|
|
@@ -18293,7 +18291,7 @@ async function p3() {
|
|
|
18293
18291
|
);
|
|
18294
18292
|
}
|
|
18295
18293
|
console.log(
|
|
18296
|
-
"%c @waline/admin %c v0.28.
|
|
18294
|
+
"%c @waline/admin %c v0.28.2 ",
|
|
18297
18295
|
"color: white; background: #0078E7; padding:5px 0;",
|
|
18298
18296
|
"padding:4px;border:1px solid #0078E7;"
|
|
18299
18297
|
);
|