@uoguelph/web-components 2.0.0-rc.1 → 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.
|
|
3
|
+
"version": "2.0.0-rc.3",
|
|
4
4
|
"description": "University of Guelph Web Components Library",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"@fortawesome/free-solid-svg-icons": "^6.4.0",
|
|
28
28
|
"@sveltejs/vite-plugin-svelte": "^5.0.3",
|
|
29
29
|
"@tailwindcss/vite": "^4.0.6",
|
|
30
|
-
"@uoguelph/tailwind-theme": "^1.0.0-rc.
|
|
30
|
+
"@uoguelph/tailwind-theme": "^1.0.0-rc.6",
|
|
31
31
|
"autoprefixer": "^10.4.18",
|
|
32
32
|
"eslint": "^9.19.0",
|
|
33
33
|
"eslint-plugin-storybook": "^0.11.2",
|
|
@@ -50,5 +50,5 @@
|
|
|
50
50
|
"bugs": {
|
|
51
51
|
"url": "https://github.com/ccswbs/uofg-components/issues"
|
|
52
52
|
},
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "78772c2bff9b8ead70a8e1a2f546ebf0840cd5bb"
|
|
54
54
|
}
|