@hybr1d-tech/charizard 2.2.1 → 2.2.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/hybr1d-ui.js CHANGED
@@ -11466,6 +11466,40 @@ function pq({
11466
11466
  l && /* @__PURE__ */ a.jsx("span", { className: g("zap-subcontent-medium", f2.error), children: l })
11467
11467
  ] });
11468
11468
  }
11469
+ function qq({
11470
+ title: e,
11471
+ description: l,
11472
+ canonicalUrl: n = window.location.href,
11473
+ keywords: c,
11474
+ ogImage: t = "assets/logo-full.svg",
11475
+ site: s = window.location.href,
11476
+ children: o
11477
+ }) {
11478
+ return /* @__PURE__ */ a.jsxs(a.Fragment, { children: [
11479
+ e && /* @__PURE__ */ a.jsx("title", { children: e }, "title"),
11480
+ /* @__PURE__ */ a.jsx("meta", { name: "description", content: l }, "description"),
11481
+ /* @__PURE__ */ a.jsx("link", { rel: "canonical", href: n }),
11482
+ /* @__PURE__ */ a.jsx("meta", { property: "og:title", content: e }, "title"),
11483
+ /* @__PURE__ */ a.jsx("meta", { property: "og:image", content: t }, "image"),
11484
+ /* @__PURE__ */ a.jsx("meta", { property: "og:description", content: l }, "description"),
11485
+ /* @__PURE__ */ a.jsx("meta", { property: "og:url", content: n }, "url"),
11486
+ /* @__PURE__ */ a.jsx("meta", { property: "og:type", content: "website" }, "type"),
11487
+ /* @__PURE__ */ a.jsx("meta", { name: "Author", content: "Canvas" }, "author"),
11488
+ /* @__PURE__ */ a.jsx("meta", { name: "keywords", content: `${c}` }, "keywords"),
11489
+ /* @__PURE__ */ a.jsx("meta", { name: "twitter:card", content: "summary_large_image" }, "cardImage"),
11490
+ /* @__PURE__ */ a.jsx("meta", { property: "twitter:domain", content: s }, "twitter:domain"),
11491
+ /* @__PURE__ */ a.jsx("meta", { property: "twitter:url", content: s }, "twitter:url"),
11492
+ /* @__PURE__ */ a.jsx("meta", { name: "twitter:title", content: e }, "twitter:title"),
11493
+ /* @__PURE__ */ a.jsx("meta", { name: "twitter:description", content: l }, "twitter:description"),
11494
+ /* @__PURE__ */ a.jsx("meta", { name: "twitter:image", content: t }, "twitter:image"),
11495
+ /* @__PURE__ */ a.jsx("meta", { property: "og:url", content: s }, "og:url"),
11496
+ /* @__PURE__ */ a.jsx("meta", { property: "og:type", content: "website" }, "og:type"),
11497
+ /* @__PURE__ */ a.jsx("meta", { property: "og:title", content: e }, "og:title"),
11498
+ /* @__PURE__ */ a.jsx("meta", { property: "og:description", content: l }, "og:description"),
11499
+ /* @__PURE__ */ a.jsx("meta", { property: "og:image", content: t }, "og:image"),
11500
+ o
11501
+ ] });
11502
+ }
11469
11503
  export {
11470
11504
  P6 as ALERT_ACTION_TYPES,
11471
11505
  D6 as ALERT_TYPES,
@@ -11501,6 +11535,7 @@ export {
11501
11535
  rq as ErrorBoundaryFallback,
11502
11536
  O6 as ErrorsLayout,
11503
11537
  uq as ErrorsPage,
11538
+ qq as Helmet,
11504
11539
  R5 as Input,
11505
11540
  G3 as InputContainer,
11506
11541
  b6 as InputControlV2,