nexus-shared 1.0.6 → 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/dist/index.cjs CHANGED
@@ -2609,7 +2609,7 @@ var LayoutHelpers = ({ globalLayout }) => {
2609
2609
  }, []);
2610
2610
  return /* @__PURE__ */ jsxRuntime.jsx("div", { className: "nexus-popup-container" });
2611
2611
  };
2612
- var inter = google.Inter({ weight: ["300", "400", "500", "600", "700", "800"], subsets: ["latin"] });
2612
+ var INTER_FONT = google.Inter({ weight: ["300", "400", "500", "600", "700", "800"], subsets: ["latin"] });
2613
2613
  var GlobalLayout = async ({ children, globalLayout }) => {
2614
2614
  return /* @__PURE__ */ jsxRuntime.jsxs("html", { lang: "en", children: [
2615
2615
  /* @__PURE__ */ jsxRuntime.jsxs("head", { children: [
@@ -2620,7 +2620,7 @@ var GlobalLayout = async ({ children, globalLayout }) => {
2620
2620
  /* @__PURE__ */ jsxRuntime.jsx("meta", { name: "viewport", content: "width=device-width, initial-scale=1.0" }),
2621
2621
  /* @__PURE__ */ jsxRuntime.jsx("style", { id: "nexus-styles" })
2622
2622
  ] }),
2623
- /* @__PURE__ */ jsxRuntime.jsxs("body", { className: inter.className, children: [
2623
+ /* @__PURE__ */ jsxRuntime.jsxs("body", { className: INTER_FONT.className, children: [
2624
2624
  /* @__PURE__ */ jsxRuntime.jsx(LayoutHelpers, { globalLayout }),
2625
2625
  /* @__PURE__ */ jsxRuntime.jsx(
2626
2626
  "div",
@@ -2960,6 +2960,7 @@ exports.GlobalDialogbox = GlobalDialogbox;
2960
2960
  exports.GlobalLayout = GlobalLayout;
2961
2961
  exports.HasFlag = HasFlag;
2962
2962
  exports.HideLoader = HideLoader;
2963
+ exports.INTER_FONT = INTER_FONT;
2963
2964
  exports.Icon = Icon;
2964
2965
  exports.Iconbox = Iconbox;
2965
2966
  exports.InitializeDialogbox = InitializeDialogbox;