@uoguelph/web-components 2.0.0-rc.5 → 2.0.1-rc.0

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.
@@ -624,7 +624,7 @@ function t2(e, t) {
624
624
  slots: {
625
625
  base: "flex w-fit",
626
626
  decoration: "left-0 h-full w-[7.5rem] min-[1320px]:absolute [&>svg]:block [&>svg]:h-full [&>svg]:w-auto",
627
- logo: "flex h-full w-fit items-center transition-opacity hover:opacity-75 focus:opacity-75 min-[1320px]:absolute min-[1320px]:left-[max(calc((100%-1320px)/2),7.5rem)] [&>svg]:block [&>svg]:h-full [&>svg]:w-auto"
627
+ logo: "flex h-12.5 w-fit items-center transition-opacity hover:opacity-75 focus:opacity-75 min-[1320px]:absolute min-[1320px]:left-[max(calc((100%-1320px)/2),7.5rem)] lg:h-25 [&>svg]:block [&>svg]:h-full [&>svg]:w-auto"
628
628
  },
629
629
  variants: {
630
630
  mode: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uoguelph/web-components",
3
- "version": "2.0.0-rc.5",
3
+ "version": "2.0.1-rc.0",
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": "19ff157aad9b812f952999c2204787ea6d1995ac"
53
+ "gitHead": "25f42152b2c281d7f59eb46d029d0016805573e5"
54
54
  }