@uoguelph/web-components 2.0.9-rc.1 → 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
|
|
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.
|
|
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": "^
|
|
29
|
-
"@tailwindcss/vite": "^4.
|
|
30
|
-
"@
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
-
"eslint
|
|
34
|
-
"eslint-plugin-svelte": "^2.
|
|
35
|
-
"postcss": "^8.
|
|
36
|
-
"svelte": "^5.
|
|
37
|
-
"svelte-check": "^4.
|
|
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": "^
|
|
40
|
-
"tailwindcss": "^4.
|
|
41
|
-
"vite": "^
|
|
42
|
-
"vite-plugin-svgo": "^
|
|
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": "",
|