@uoguelph/web-components 2.0.0-rc.2 → 2.0.0-rc.3

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.
@@ -629,7 +629,7 @@ function te(e, t) {
629
629
  variants: {
630
630
  mode: {
631
631
  desktop: { logo: "py-2" },
632
- mobile: { logo: "" }
632
+ mobile: { logo: "p-3" }
633
633
  }
634
634
  }
635
635
  }), { base: y, decoration: M, logo: v } = l();
@@ -655,8 +655,8 @@ function te(e, t) {
655
655
  xt(u, () => qe), w(i, x);
656
656
  };
657
657
  j(_, (i) => {
658
- var x;
659
- ((x = m()) == null ? void 0 : x.mode) === "desktop" ? i(c) : i(f, !1);
658
+ var x, u;
659
+ ((x = m()) == null ? void 0 : x.mode) === "desktop" || ((u = m()) == null ? void 0 : u.variant) === "dual-brand" ? i(c) : i(f, !1);
660
660
  });
661
661
  }
662
662
  b(g), b(n), P(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uoguelph/web-components",
3
- "version": "2.0.0-rc.2",
3
+ "version": "2.0.0-rc.3",
4
4
  "description": "University of Guelph Web Components Library",
5
5
  "type": "module",
6
6
  "files": [
@@ -50,5 +50,5 @@
50
50
  "bugs": {
51
51
  "url": "https://github.com/ccswbs/uofg-components/issues"
52
52
  },
53
- "gitHead": "e4c7bc3035ead390c572881e459200aae5d2e425"
53
+ "gitHead": "78772c2bff9b8ead70a8e1a2f546ebf0840cd5bb"
54
54
  }