@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.js
CHANGED
|
@@ -69755,7 +69755,8 @@ var Meta = ({
|
|
|
69755
69755
|
category,
|
|
69756
69756
|
twitterCard = "summary",
|
|
69757
69757
|
appleTouchIcon,
|
|
69758
|
-
themeColor
|
|
69758
|
+
themeColor,
|
|
69759
|
+
appName
|
|
69759
69760
|
}) => {
|
|
69760
69761
|
return /* @__PURE__ */ jsxs294(Fragment15, { children: [
|
|
69761
69762
|
/* @__PURE__ */ jsx368("meta", { charSet: "utf-8" }),
|
|
@@ -69792,6 +69793,7 @@ var Meta = ({
|
|
|
69792
69793
|
/* @__PURE__ */ jsx368("meta", { property: "og:image", content: cover }),
|
|
69793
69794
|
/* @__PURE__ */ jsx368("meta", { name: "twitter:image", content: cover })
|
|
69794
69795
|
] }),
|
|
69796
|
+
appName && /* @__PURE__ */ jsx368("meta", { name: "application-name", content: appName }),
|
|
69795
69797
|
authorUrl && /* @__PURE__ */ jsx368("link", { rel: "author", href: authorUrl }),
|
|
69796
69798
|
manifest && /* @__PURE__ */ jsx368("link", { rel: "manifest", href: manifest }),
|
|
69797
69799
|
generator && /* @__PURE__ */ jsx368("meta", { name: "generator", content: generator }),
|