@julseb-lib/react 1.0.52 → 1.0.53
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/index.cjs
CHANGED
|
@@ -69922,7 +69922,8 @@ var Meta = ({
|
|
|
69922
69922
|
category,
|
|
69923
69923
|
twitterCard = "summary",
|
|
69924
69924
|
appleTouchIcon,
|
|
69925
|
-
themeColor
|
|
69925
|
+
themeColor,
|
|
69926
|
+
appName
|
|
69926
69927
|
}) => {
|
|
69927
69928
|
return /* @__PURE__ */ (0, import_jsx_runtime369.jsxs)(import_jsx_runtime369.Fragment, { children: [
|
|
69928
69929
|
/* @__PURE__ */ (0, import_jsx_runtime369.jsx)("meta", { charSet: "utf-8" }),
|
|
@@ -69959,6 +69960,7 @@ var Meta = ({
|
|
|
69959
69960
|
/* @__PURE__ */ (0, import_jsx_runtime369.jsx)("meta", { property: "og:image", content: cover }),
|
|
69960
69961
|
/* @__PURE__ */ (0, import_jsx_runtime369.jsx)("meta", { name: "twitter:image", content: cover })
|
|
69961
69962
|
] }),
|
|
69963
|
+
appName && /* @__PURE__ */ (0, import_jsx_runtime369.jsx)("meta", { name: "application-name", content: appName }),
|
|
69962
69964
|
authorUrl && /* @__PURE__ */ (0, import_jsx_runtime369.jsx)("link", { rel: "author", href: authorUrl }),
|
|
69963
69965
|
manifest && /* @__PURE__ */ (0, import_jsx_runtime369.jsx)("link", { rel: "manifest", href: manifest }),
|
|
69964
69966
|
generator && /* @__PURE__ */ (0, import_jsx_runtime369.jsx)("meta", { name: "generator", content: generator }),
|