@uoguelph/web-components 2.0.9 → 2.0.10-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.
@@ -1 +1 @@
1
- :root{font-size:62.5%}body{font-size:1.6rem;margin:0;padding:0}uofg-header{display:block;width:100%}uofg-header *{display:none}uofg-header:defined{height:fit-content!important}uofg-header:not(:defined){height:5rem!important;background-color:#000}@media screen and (min-width:1024px){uofg-header:not(:defined){height:14rem!important;background:linear-gradient(180deg,#fff,#fff 28%,#000 28%,#000)}}uofg-header:not(:defined):has(*),uofg-header:not(:defined)[page-title]{height:10rem!important;background:linear-gradient(0deg,#ddd,#ddd 50%,#000 50%,#000)}@media screen and (min-width:1024px){uofg-header:not(:defined):has(*),uofg-header:not(:defined)[page-title]{height:18rem!important;background:linear-gradient(180deg,#fff,#fff 22%,#000 22%,#000 78%,#ddd 78%,#ddd)}}uofg-header:not(:defined):has(*)[variant=dual-brand],uofg-header:not(:defined)[page-title][variant=dual-brand]{height:11.5rem!important}@media screen and (min-width:1024px){uofg-header:not(:defined):has(*)[variant=dual-brand],uofg-header:not(:defined)[page-title][variant=dual-brand]{height:14rem!important}}uofg-footer{display:block}uofg-modal{display:block;position:fixed;visibility:hidden;z-index:1000}uofg-alert{display:block;max-width:100rem}
1
+ :root{font-size:62.5%}body{font-size:1.6rem;margin:0;padding:0}uofg-header{display:block;width:100%}uofg-header *{display:none}uofg-header:defined{height:fit-content!important}uofg-header:not(:defined){height:5rem!important;background-color:#000}@media screen and (min-width:1024px){uofg-header:not(:defined){height:14rem!important;background:linear-gradient(180deg,#fff 0% 28%,#000 28% 100%)}}uofg-header:not(:defined):has(*),uofg-header:not(:defined)[page-title]{height:10rem!important;background:linear-gradient(0deg,#ddd 0% 50%,#000 50% 100%)}@media screen and (min-width:1024px){uofg-header:not(:defined):has(*),uofg-header:not(:defined)[page-title]{height:18rem!important;background:linear-gradient(180deg,#fff 0% 22%,#000 22% 78%,#ddd 78% 100%)}}:is(uofg-header:not(:defined):has(*),uofg-header:not(:defined)[page-title])[variant=dual-brand]{height:11.5rem!important}@media screen and (min-width:1024px){:is(uofg-header:not(:defined):has(*),uofg-header:not(:defined)[page-title])[variant=dual-brand]{height:14rem!important}}uofg-footer{display:block}uofg-modal{display:block;position:fixed;visibility:hidden;z-index:1000}uofg-alert{display:block;max-width:100rem}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uoguelph/web-components",
3
- "version": "2.0.9",
3
+ "version": "2.0.10-rc.0",
4
4
  "description": "University of Guelph Web Components Library",
5
5
  "type": "module",
6
6
  "files": [
@@ -18,28 +18,28 @@
18
18
  "./style": "./dist/uofg-web-components/uofg-web-components.css"
19
19
  },
20
20
  "scripts": {
21
- "build": "NODE_ENV=production vite build",
21
+ "build": "cross-env NODE_ENV=production vite build",
22
22
  "prepack": "npm run build"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@fortawesome/free-brands-svg-icons": "^6.4.0",
26
26
  "@fortawesome/free-regular-svg-icons": "^6.4.0",
27
27
  "@fortawesome/free-solid-svg-icons": "^6.4.0",
28
- "@sveltejs/vite-plugin-svelte": "^5.0.3",
29
- "@tailwindcss/vite": "^4.0.6",
30
- "@uoguelph/tailwind-theme": "^1.0.2",
31
- "autoprefixer": "^10.4.18",
32
- "eslint": "^9.19.0",
33
- "eslint-plugin-storybook": "^0.11.2",
34
- "eslint-plugin-svelte": "^2.45.1",
35
- "postcss": "^8.4.35",
36
- "svelte": "^5.0.0",
37
- "svelte-check": "^4.0.0",
28
+ "@sveltejs/vite-plugin-svelte": "^6.2.4",
29
+ "@tailwindcss/vite": "^4.1.18",
30
+ "@types/node": "^25.0.9",
31
+ "@uoguelph/tailwind-theme": "*",
32
+ "autoprefixer": "^10.4.23",
33
+ "eslint": "^9.39.2",
34
+ "eslint-plugin-svelte": "^2.46.1",
35
+ "postcss": "^8.5.6",
36
+ "svelte": "^5.47.1",
37
+ "svelte-check": "^4.3.5",
38
38
  "tailwind-merge": "^3.0.1",
39
- "tailwind-variants": "^1.0.0",
40
- "tailwindcss": "^4.0.6",
41
- "vite": "^6.0.0",
42
- "vite-plugin-svgo": "^1.6.2"
39
+ "tailwind-variants": "^3.2.2",
40
+ "tailwindcss": "^4.1.18",
41
+ "vite": "^7.3.1",
42
+ "vite-plugin-svgo": "^2.0.0"
43
43
  },
44
44
  "license": "0BSD",
45
45
  "author": "",