|
| 1 | +diff --git a/node_modules/@swmansion/t-rex-ui/dist/assets/index6.css b/node_modules/@swmansion/t-rex-ui/dist/assets/index6.css |
| 2 | +index dae2c68..15638e5 100644 |
| 3 | +--- a/node_modules/@swmansion/t-rex-ui/dist/assets/index6.css |
| 4 | ++++ b/node_modules/@swmansion/t-rex-ui/dist/assets/index6.css |
| 5 | +@@ -1 +1 @@ |
| 6 | +-._navbarHideable_2jugh_1{transition:transform var(--ifm-transition-fast) ease}._navbarHidden_2jugh_5{transform:translate3d(0,calc(-100% - 2px),0)}[class*=navbar-sidebar__backdrop]{background-color:var(--swm-sidebar-backdrop)!important}._navbarLanding_2jugh_13{position:relative;background-color:transparent} |
| 7 | ++._navbarHideable_2jugh_1{transition:transform var(--ifm-transition-fast) ease}._navbarHidden_2jugh_5{transform:translate3d(0,calc(-100% - 2px),0)}[class*=navbar-sidebar__backdrop]{background-color:var(--swm-sidebar-backdrop)!important}._navbarLanding_2jugh_13{position:fixed;width:100%;background-color:var(--swm-landing-background);transform:none;} |
| 8 | +diff --git a/node_modules/@swmansion/t-rex-ui/dist/components/Navbar/Content/index.js b/node_modules/@swmansion/t-rex-ui/dist/components/Navbar/Content/index.js |
| 9 | +index c8e1e3f..5050e8f 100644 |
| 10 | +--- a/node_modules/@swmansion/t-rex-ui/dist/components/Navbar/Content/index.js |
| 11 | ++++ b/node_modules/@swmansion/t-rex-ui/dist/components/Navbar/Content/index.js |
| 12 | +@@ -54,9 +54,10 @@ function H({ |
| 13 | + titleImages: o, |
| 14 | + isAlgoliaActive: s, |
| 15 | + useLandingLogoDualVariant: b, |
| 16 | +- isThemeSwitcherShown: i |
| 17 | ++ isThemeSwitcherShown: i, |
| 18 | ++ landingItems: lx = [] |
| 19 | + }) { |
| 20 | +- const t = h() === "mobile", { isDocumentation: m, isLanding: a } = g(), v = I(), l = z(), [f, p] = y(l), u = l.find((x) => x.type === "search"), j = s ? /* @__PURE__ */ e.jsx(S, {}) : /* @__PURE__ */ e.jsx("div", {}); |
| 21 | ++ const t = h() === "mobile", { isDocumentation: m, isLanding: a } = g(), v = I(), l = z(), [f, p] = y(a ? [...lx, ...l] : l), u = l.find((x) => x.type === "search"), j = s ? /* @__PURE__ */ e.jsx(S, {}) : /* @__PURE__ */ e.jsx("div", {}); |
| 22 | + return /* @__PURE__ */ e.jsx( |
| 23 | + B, |
| 24 | + { |
| 25 | +diff --git a/node_modules/@swmansion/t-rex-ui/dist/components/Navbar/index.js b/node_modules/@swmansion/t-rex-ui/dist/components/Navbar/index.js |
| 26 | +index ed73945..2e33153 100644 |
| 27 | +--- a/node_modules/@swmansion/t-rex-ui/dist/components/Navbar/index.js |
| 28 | ++++ b/node_modules/@swmansion/t-rex-ui/dist/components/Navbar/index.js |
| 29 | +@@ -1,12 +1,14 @@ |
| 30 | + import { j as o } from "../../jsx-runtime-Bfani28R.js"; |
| 31 | + import u from "./Layout/index.js"; |
| 32 | + import f from "./Content/index.js"; |
| 33 | ++ |
| 34 | + function j({ |
| 35 | + heroImages: a, |
| 36 | + titleImages: m, |
| 37 | + isAlgoliaActive: r = !0, |
| 38 | + isThemeSwitcherShown: t = !0, |
| 39 | +- useLandingLogoDualVariant: n = !1 |
| 40 | ++ useLandingLogoDualVariant: n = !1, |
| 41 | ++ landingItems: l = [] |
| 42 | + }) { |
| 43 | + return /* @__PURE__ */ o.jsx( |
| 44 | + u, |
| 45 | +@@ -20,7 +22,8 @@ function j({ |
| 46 | + isAlgoliaActive: r, |
| 47 | + useLandingLogoDualVariant: n, |
| 48 | + heroImages: a, |
| 49 | +- titleImages: m |
| 50 | ++ titleImages: m, |
| 51 | ++ landingItems: l, |
| 52 | + } |
| 53 | + ) |
| 54 | + } |
0 commit comments