@uoguelph/web-components 1.1.3 → 1.2.0-rc.1

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.
Files changed (82) hide show
  1. package/dist/cjs/app-globals-3a1e7e63.js +5 -0
  2. package/dist/cjs/{index-469a8261.js → index-06b58d35.js} +5 -5
  3. package/dist/cjs/{index-4e3091d0.js → index-cdb046b4.js} +134 -40
  4. package/dist/cjs/loader.cjs.js +5 -3
  5. package/dist/cjs/uofg-alert.cjs.entry.js +11 -10
  6. package/dist/cjs/uofg-back-to-top_5.cjs.entry.js +1374 -0
  7. package/dist/cjs/uofg-modal.cjs.entry.js +152 -142
  8. package/dist/cjs/uofg-web-components.cjs.js +6 -4
  9. package/dist/cjs/utils-3d4b7e2e.js +16 -0
  10. package/dist/collection/collection-manifest.json +2 -2
  11. package/dist/collection/components/uofg-alert/uofg-alert.css +1 -75
  12. package/dist/collection/components/uofg-alert/uofg-alert.js +15 -15
  13. package/dist/collection/components/uofg-back-to-top/uofg-back-to-top.css +1 -40
  14. package/dist/collection/components/uofg-back-to-top/uofg-back-to-top.js +66 -63
  15. package/dist/collection/components/uofg-card/uofg-card.css +1 -95
  16. package/dist/collection/components/uofg-card/uofg-card.js +42 -40
  17. package/dist/collection/components/uofg-footer/uofg-footer.css +1 -249
  18. package/dist/collection/components/uofg-footer/uofg-footer.js +132 -40
  19. package/dist/collection/components/uofg-header/uofg-header.css +1 -542
  20. package/dist/collection/components/uofg-header/uofg-header.js +238 -157
  21. package/dist/collection/components/uofg-menu/uofg-menu.js +414 -410
  22. package/dist/collection/components/uofg-modal/uofg-modal.css +1 -113
  23. package/dist/collection/components/uofg-modal/uofg-modal.js +393 -386
  24. package/dist/collection/utils/font-awesome-icon.js +4 -4
  25. package/dist/collection/utils/utils.js +5 -5
  26. package/dist/components/font-awesome-icon.js +4 -4
  27. package/dist/components/uofg-alert.d.ts +2 -2
  28. package/dist/components/uofg-alert.js +22 -21
  29. package/dist/components/uofg-back-to-top.d.ts +2 -2
  30. package/dist/components/uofg-back-to-top.js +38 -34
  31. package/dist/components/uofg-card.d.ts +2 -2
  32. package/dist/components/uofg-card.js +28 -25
  33. package/dist/components/uofg-footer.d.ts +2 -2
  34. package/dist/components/uofg-footer.js +243 -115
  35. package/dist/components/uofg-header.d.ts +2 -2
  36. package/dist/components/uofg-header.js +234 -143
  37. package/dist/components/uofg-menu.d.ts +2 -2
  38. package/dist/components/uofg-menu2.js +245 -239
  39. package/dist/components/uofg-modal.d.ts +2 -2
  40. package/dist/components/uofg-modal.js +176 -166
  41. package/dist/components/utils.js +4 -4
  42. package/dist/esm/app-globals-0f993ce5.js +3 -0
  43. package/dist/esm/{index-f644a780.js → index-0b0002d2.js} +134 -40
  44. package/dist/esm/{index-26c6582e.js → index-e685921a.js} +5 -5
  45. package/dist/esm/loader.js +6 -4
  46. package/dist/esm/uofg-alert.entry.js +11 -10
  47. package/dist/esm/uofg-back-to-top_5.entry.js +1366 -0
  48. package/dist/esm/uofg-modal.entry.js +152 -142
  49. package/dist/esm/uofg-web-components.js +7 -5
  50. package/dist/esm/utils-379bb71a.js +12 -0
  51. package/dist/types/components/uofg-alert/uofg-alert.d.ts +1 -1
  52. package/dist/types/components/uofg-back-to-top/uofg-back-to-top.d.ts +8 -8
  53. package/dist/types/components/uofg-card/uofg-card.d.ts +5 -5
  54. package/dist/types/components/uofg-footer/uofg-footer.d.ts +6 -6
  55. package/dist/types/components/uofg-header/uofg-header.d.ts +30 -29
  56. package/dist/types/components/uofg-menu/uofg-menu.d.ts +65 -65
  57. package/dist/types/components/uofg-modal/uofg-modal.d.ts +70 -70
  58. package/dist/types/components.d.ts +1 -1
  59. package/dist/types/stencil-public-runtime.d.ts +8 -0
  60. package/dist/types/utils/font-awesome-icon.d.ts +1 -1
  61. package/dist/uofg-web-components/{p-afff1fb0.js → p-6fa0f8f6.js} +1 -1
  62. package/dist/uofg-web-components/p-7569d8f2.entry.js +1 -0
  63. package/dist/uofg-web-components/p-c0449c39.entry.js +1 -0
  64. package/dist/uofg-web-components/p-e1255160.js +1 -0
  65. package/dist/uofg-web-components/p-ee27db22.js +2 -0
  66. package/dist/uofg-web-components/p-fde6370b.entry.js +1 -0
  67. package/dist/uofg-web-components/uofg-web-components.css +1 -1
  68. package/dist/uofg-web-components/uofg-web-components.esm.js +1 -1
  69. package/package.json +10 -5
  70. package/dist/cjs/uofg-back-to-top_4.cjs.entry.js +0 -1139
  71. package/dist/cjs/uofg-card.cjs.entry.js +0 -21
  72. package/dist/cjs/utils-582c8cb9.js +0 -16
  73. package/dist/components/_commonjsHelpers.js +0 -15
  74. package/dist/esm/uofg-back-to-top_4.entry.js +0 -1132
  75. package/dist/esm/uofg-card.entry.js +0 -17
  76. package/dist/esm/utils-cfa32fa2.js +0 -12
  77. package/dist/uofg-web-components/p-579599fd.js +0 -2
  78. package/dist/uofg-web-components/p-5f29369c.entry.js +0 -1
  79. package/dist/uofg-web-components/p-b55cb256.entry.js +0 -1
  80. package/dist/uofg-web-components/p-b81838c7.entry.js +0 -1
  81. package/dist/uofg-web-components/p-f42ff310.entry.js +0 -1
  82. /package/dist/uofg-web-components/{p-826dc478.js → p-fec87f9d.js} +0 -0
@@ -2,67 +2,70 @@ import { h } from "@stencil/core";
2
2
  import { FontAwesomeIcon } from "../../utils/font-awesome-icon";
3
3
  import { faChevronUp } from "@fortawesome/free-solid-svg-icons";
4
4
  export class UofgBackToTop {
5
- constructor() {
6
- this.threshold = 50;
7
- this.isVisible = false;
8
- }
9
- connectedCallback() {
10
- this.onScroll();
11
- }
12
- onScroll() {
13
- this.isVisible = window.scrollY >= this.threshold;
14
- }
15
- render() {
16
- return (h("button", { id: "uofg-back-to-top", "aria-label": "Go back to the top", class: { visible: this.isVisible }, onClick: () => {
17
- window.scrollTo({ top: 0, behavior: 'smooth' });
18
- } }, h(FontAwesomeIcon, { icon: faChevronUp })));
19
- }
20
- static get is() { return "uofg-back-to-top"; }
21
- static get encapsulation() { return "shadow"; }
22
- static get originalStyleUrls() {
23
- return {
24
- "$": ["uofg-back-to-top.scss"]
25
- };
26
- }
27
- static get styleUrls() {
28
- return {
29
- "$": ["uofg-back-to-top.css"]
30
- };
31
- }
32
- static get properties() {
33
- return {
34
- "threshold": {
35
- "type": "number",
36
- "mutable": false,
37
- "complexType": {
38
- "original": "number",
39
- "resolved": "number",
40
- "references": {}
41
- },
42
- "required": false,
43
- "optional": false,
44
- "docs": {
45
- "tags": [],
46
- "text": "The number of pixels the user has to scroll down before the button appears."
47
- },
48
- "attribute": "threshold",
49
- "reflect": false,
50
- "defaultValue": "50"
51
- }
52
- };
53
- }
54
- static get states() {
55
- return {
56
- "isVisible": {}
57
- };
58
- }
59
- static get listeners() {
60
- return [{
61
- "name": "scroll",
62
- "method": "onScroll",
63
- "target": "window",
64
- "capture": false,
65
- "passive": true
66
- }];
67
- }
5
+ constructor() {
6
+ this.threshold = 50;
7
+ this.isVisible = false;
8
+ }
9
+ connectedCallback() {
10
+ this.onScroll();
11
+ }
12
+ onScroll() {
13
+ this.isVisible = window.scrollY >= this.threshold;
14
+ }
15
+ render() {
16
+ return (h("button", { key: '5224240c1039f7484aca93cc6e7014d9cfb06702', "aria-label": "Go back to the top", class: {
17
+ 'tw-opacity-100': this.isVisible,
18
+ 'tw-fixed tw-bottom-0 tw-right-0 tw-z-[1000] tw-m-4 tw-flex tw-h-[3.5rem] tw-w-[3.5rem] tw-cursor-pointer tw-items-center tw-justify-center tw-rounded-[50%] tw-border tw-border-solid tw-border-white tw-bg-black tw-text-white tw-opacity-0 tw-transition hocus:tw-bg-uofg-red [&>svg]:tw-h-[1em] [&>svg]:tw-fill-current': true,
19
+ }, onClick: () => {
20
+ window.scrollTo({ top: 0, behavior: 'smooth' });
21
+ } }, h(FontAwesomeIcon, { key: '5674c3ab4da096c466e75aeaf446c8335a569ffd', icon: faChevronUp })));
22
+ }
23
+ static get is() { return "uofg-back-to-top"; }
24
+ static get encapsulation() { return "shadow"; }
25
+ static get originalStyleUrls() {
26
+ return {
27
+ "$": ["uofg-back-to-top.css"]
28
+ };
29
+ }
30
+ static get styleUrls() {
31
+ return {
32
+ "$": ["uofg-back-to-top.css"]
33
+ };
34
+ }
35
+ static get properties() {
36
+ return {
37
+ "threshold": {
38
+ "type": "number",
39
+ "mutable": false,
40
+ "complexType": {
41
+ "original": "number",
42
+ "resolved": "number",
43
+ "references": {}
44
+ },
45
+ "required": false,
46
+ "optional": false,
47
+ "docs": {
48
+ "tags": [],
49
+ "text": "The number of pixels the user has to scroll down before the button appears."
50
+ },
51
+ "attribute": "threshold",
52
+ "reflect": false,
53
+ "defaultValue": "50"
54
+ }
55
+ };
56
+ }
57
+ static get states() {
58
+ return {
59
+ "isVisible": {}
60
+ };
61
+ }
62
+ static get listeners() {
63
+ return [{
64
+ "name": "scroll",
65
+ "method": "onScroll",
66
+ "target": "window",
67
+ "capture": false,
68
+ "passive": true
69
+ }];
70
+ }
68
71
  }
@@ -1,95 +1 @@
1
- * {
2
- box-sizing: border-box;
3
- }
4
-
5
- button {
6
- border: none;
7
- background-color: transparent;
8
- cursor: pointer;
9
- }
10
-
11
- a {
12
- color: inherit;
13
- text-decoration: none;
14
- }
15
-
16
- ul {
17
- list-style: none;
18
- padding: 0;
19
- margin: unset;
20
- }
21
- ul > li {
22
- display: contents;
23
- }
24
-
25
- :focus-visible {
26
- outline: 2px solid #ffc72a;
27
- outline-offset: 0.5rem;
28
- }
29
-
30
- :host {
31
- display: block;
32
- width: 300px;
33
- margin: 1rem;
34
- }
35
-
36
- #uofg-card {
37
- display: flex;
38
- flex-direction: column;
39
- background-color: #f1f8fa;
40
- font-size: 1.6rem;
41
- border-radius: 5px;
42
- overflow: hidden;
43
- }
44
-
45
- a#uofg-card {
46
- border: 1px solid transparent;
47
- transition-property: border-color;
48
- transition-duration: 0.2s;
49
- transition-timing-function: ease-in-out;
50
- }
51
- a#uofg-card:hover, a#uofg-card:focus, a#uofg-card:focus-within {
52
- border-color: #69a3b9;
53
- }
54
-
55
- #uofg-card-img {
56
- display: flex;
57
- justify-content: center;
58
- align-items: center;
59
- overflow: hidden;
60
- }
61
- #uofg-card-img > slot::slotted(img) {
62
- width: 100%;
63
- object-fit: cover;
64
- transition-property: transform;
65
- transition-duration: 0.2s;
66
- transition-timing-function: ease-in-out;
67
- }
68
- a#uofg-card:hover #uofg-card-img > slot::slotted(img), a#uofg-card:focus #uofg-card-img > slot::slotted(img), a#uofg-card:focus-within #uofg-card-img > slot::slotted(img) {
69
- transform: scale(1.1);
70
- }
71
-
72
- #uofg-card-content {
73
- padding: 1rem;
74
- }
75
- #uofg-card-content > slot[name=title]::slotted(*) {
76
- font-size: 2.25rem;
77
- font-weight: normal;
78
- margin: 0;
79
- padding: 1rem 0;
80
- }
81
- #uofg-card-content > slot[name=subtitle]::slotted(*) {
82
- font-size: 1.8rem;
83
- font-weight: normal;
84
- margin: 0;
85
- padding: 1rem 0;
86
- }
87
- #uofg-card-content > slot[name=body]::slotted(*) {
88
- font-size: 1.6rem;
89
- font-weight: normal;
90
- margin: 0;
91
- }
92
-
93
- #uofg-card-footer {
94
- background-color: #bedae3;
95
- }
1
+ :host { display: block; width: 300px; margin: 1rem; } * { box-sizing: border-box; } a { text-decoration: none; color: inherit; } button { border: none; background: none; cursor: pointer; font-size: inherit; font-family: inherit; color: inherit; line-height: inherit; word-spacing: inherit; letter-spacing: inherit; } ul { list-style: none; padding: 0; margin: 0; }@defaults border-spacing { --tw-border-spacing-x: 0; --tw-border-spacing-y: 0;}@defaults transform { --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1;}@defaults touch-action { --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ;}@defaults scroll-snap-type { --tw-scroll-snap-strictness: proximity;}@defaults gradient-color-stops { --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ;}@defaults font-variant-numeric { --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ;}@defaults box-shadow { --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000;}@defaults ring-width { --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 / 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000;}@defaults filter { --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ;}@defaults backdrop-filter { --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ;}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x:;--tw-pan-y:;--tw-pinch-zoom:;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position:;--tw-gradient-via-position:;--tw-gradient-to-position:;--tw-ordinal:;--tw-slashed-zero:;--tw-numeric-figure:;--tw-numeric-spacing:;--tw-numeric-fraction:;--tw-ring-inset:;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur:;--tw-brightness:;--tw-contrast:;--tw-grayscale:;--tw-hue-rotate:;--tw-invert:;--tw-saturate:;--tw-sepia:;--tw-drop-shadow:;--tw-backdrop-blur:;--tw-backdrop-brightness:;--tw-backdrop-contrast:;--tw-backdrop-grayscale:;--tw-backdrop-hue-rotate:;--tw-backdrop-invert:;--tw-backdrop-opacity:;--tw-backdrop-saturate:;--tw-backdrop-sepia:}::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x:;--tw-pan-y:;--tw-pinch-zoom:;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position:;--tw-gradient-via-position:;--tw-gradient-to-position:;--tw-ordinal:;--tw-slashed-zero:;--tw-numeric-figure:;--tw-numeric-spacing:;--tw-numeric-fraction:;--tw-ring-inset:;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur:;--tw-brightness:;--tw-contrast:;--tw-grayscale:;--tw-hue-rotate:;--tw-invert:;--tw-saturate:;--tw-sepia:;--tw-drop-shadow:;--tw-backdrop-blur:;--tw-backdrop-brightness:;--tw-backdrop-contrast:;--tw-backdrop-grayscale:;--tw-backdrop-hue-rotate:;--tw-backdrop-invert:;--tw-backdrop-opacity:;--tw-backdrop-saturate:;--tw-backdrop-sepia:}.tw-flex{display:flex!important}.tw-flex-col{flex-direction:column!important}.tw-items-center{align-items:center!important}.tw-justify-center{justify-content:center!important}.tw-overflow-hidden{overflow:hidden!important}.tw-rounded{border-radius:.25rem!important}.tw-border{border-width:1px!important}.tw-border-solid{border-style:solid!important}.tw-border-transparent{border-color:transparent!important}.tw-bg-uofg-blue-200{--tw-bg-opacity:1!important;background-color:rgb(190 218 227/var(--tw-bg-opacity))!important}.tw-bg-uofg-blue-50{--tw-bg-opacity:1!important;background-color:rgb(241 248 250/var(--tw-bg-opacity))!important}.tw-p-4{padding:1rem!important}.tw-px-4{padding-left:1rem!important;padding-right:1rem!important}.tw-py-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.tw-text-2xl{font-size:1.5rem!important;line-height:2rem!important}.tw-transition-colors{transition-duration:.15s!important;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.focus-within\:tw-border-uofg-blue-400:focus-within{--tw-border-opacity:1!important;border-color:rgb(105 163 185/var(--tw-border-opacity))!important}.hocus\:tw-border-uofg-blue-400:focus,.hocus\:tw-border-uofg-blue-400:hover{--tw-border-opacity:1!important;border-color:rgb(105 163 185/var(--tw-border-opacity))!important}.\[\&\>div\>slot\:\:slotted\(img\)\]\:hocus\:tw-scale-110:hover>div>slot::slotted(img){--tw-scale-x:1.1!important;--tw-scale-y:1.1!important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.\[\&\>div\>slot\:\:slotted\(img\)\]\:hocus\:tw-transform:hover>div>slot::slotted(img){transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.\[\&\>div\>slot\:\:slotted\(img\)\]\:hocus\:tw-transition-transform:hover>div>slot::slotted(img){transition-duration:.15s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.\[\&\>div\>slot\:\:slotted\(img\)\]\:hocus\:tw-scale-110:focus>div>slot::slotted(img){--tw-scale-x:1.1!important;--tw-scale-y:1.1!important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.\[\&\>div\>slot\:\:slotted\(img\)\]\:hocus\:tw-transform:focus>div>slot::slotted(img){transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.\[\&\>div\>slot\:\:slotted\(img\)\]\:hocus\:tw-transition-transform:focus>div>slot::slotted(img){transition-duration:.15s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.\[\&\>slot\:\:slotted\(img\)\]\:tw-w-full>slot::slotted(img){width:100%!important}.\[\&\>slot\:\:slotted\(img\)\]\:tw-object-cover>slot::slotted(img){object-fit:cover!important}.\[\&\>slot\:\:slotted\(img\)\]\:tw-transition-transform>slot::slotted(img){transition-duration:.15s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.\[\&\>slot\[name\=\"body\"\]\:\:slotted\(\*\)\]\:tw-m-0>slot[name=body]::slotted(*){margin:0!important}.\[\&\>slot\[name\=\"body\"\]\:\:slotted\(\*\)\]\:tw-text-xl>slot[name=body]::slotted(*){font-size:1.25rem!important;line-height:1.75rem!important}.\[\&\>slot\[name\=\"body\"\]\:\:slotted\(\*\)\]\:tw-font-normal>slot[name=body]::slotted(*){font-weight:400!important}.\[\&\>slot\[name\=\"subtitle\"\]\:\:slotted\(\*\)\]\:tw-m-0>slot[name=subtitle]::slotted(*){margin:0!important}.\[\&\>slot\[name\=\"subtitle\"\]\:\:slotted\(\*\)\]\:tw-py-4>slot[name=subtitle]::slotted(*){padding-bottom:1rem!important;padding-top:1rem!important}.\[\&\>slot\[name\=\"subtitle\"\]\:\:slotted\(\*\)\]\:tw-text-2xl>slot[name=subtitle]::slotted(*){font-size:1.5rem!important;line-height:2rem!important}.\[\&\>slot\[name\=\"subtitle\"\]\:\:slotted\(\*\)\]\:tw-font-normal>slot[name=subtitle]::slotted(*){font-weight:400!important}.\[\&\>slot\[name\=\"title\"\]\:\:slotted\(\*\)\]\:tw-m-0>slot[name=title]::slotted(*){margin:0!important}.\[\&\>slot\[name\=\"title\"\]\:\:slotted\(\*\)\]\:tw-py-4>slot[name=title]::slotted(*){padding-bottom:1rem!important;padding-top:1rem!important}.\[\&\>slot\[name\=\"title\"\]\:\:slotted\(\*\)\]\:tw-text-4xl>slot[name=title]::slotted(*){font-size:2.25rem!important;line-height:2.5rem!important}.\[\&\>slot\[name\=\"title\"\]\:\:slotted\(\*\)\]\:tw-font-normal>slot[name=title]::slotted(*){font-weight:400!important}
@@ -1,43 +1,45 @@
1
1
  import { Fragment, h } from "@stencil/core";
2
2
  export class UofgCard {
3
- constructor() {
4
- this.href = undefined;
5
- }
6
- render() {
7
- const Body = () => (h(Fragment, null, h("div", { id: "uofg-card-img" }, h("slot", { name: "img" })), h("div", { id: "uofg-card-content" }, h("slot", { name: "title" }), h("slot", { name: "subtitle" }), h("slot", { name: "body" })), h("div", { id: "uofg-card-footer" }, h("slot", { name: "footer" }))));
8
- return this.href ? (h("a", { href: this.href, id: "uofg-card" }, h(Body, null))) : (h("div", { id: "uofg-card" }, h(Body, null)));
9
- }
10
- static get is() { return "uofg-card"; }
11
- static get encapsulation() { return "shadow"; }
12
- static get originalStyleUrls() {
13
- return {
14
- "$": ["uofg-card.scss"]
15
- };
16
- }
17
- static get styleUrls() {
18
- return {
19
- "$": ["uofg-card.css"]
20
- };
21
- }
22
- static get properties() {
23
- return {
24
- "href": {
25
- "type": "string",
26
- "mutable": false,
27
- "complexType": {
28
- "original": "string",
29
- "resolved": "string",
30
- "references": {}
31
- },
32
- "required": false,
33
- "optional": false,
34
- "docs": {
35
- "tags": [],
36
- "text": "The URL the card should link to. If this property is set, the card will be rendered as an anchor (\"a\" tag)."
37
- },
38
- "attribute": "href",
39
- "reflect": false
40
- }
41
- };
42
- }
3
+ constructor() {
4
+ this.href = undefined;
5
+ }
6
+ render() {
7
+ var _a;
8
+ const Body = () => (h(Fragment, { key: '8eb35c1aaeb19f187b7dbcb9be2990a947128c06' }, h("div", { key: '6812c189df6d70a5495db38d14fb37f656892603', class: "tw-flex tw-items-center tw-justify-center tw-overflow-hidden [&>slot::slotted(img)]:tw-w-full [&>slot::slotted(img)]:tw-object-cover [&>slot::slotted(img)]:tw-transition-transform" }, h("slot", { key: '65a609cdbc7b3e5bf9364bef31f6e063932568cf', name: "img" })), h("div", { key: '3d936244cb22e8b74e24745a059b8decdcd7868c', class: 'tw-flex tw-p-4 tw-flex-col [&>slot[name="body"]::slotted(*)]:tw-m-0 [&>slot[name="body"]::slotted(*)]:tw-text-xl [&>slot[name="body"]::slotted(*)]:tw-font-normal [&>slot[name="subtitle"]::slotted(*)]:tw-m-0 [&>slot[name="subtitle"]::slotted(*)]:tw-py-4 [&>slot[name="subtitle"]::slotted(*)]:tw-text-2xl [&>slot[name="subtitle"]::slotted(*)]:tw-font-normal [&>slot[name="title"]::slotted(*)]:tw-m-0 [&>slot[name="title"]::slotted(*)]:tw-py-4 [&>slot[name="title"]::slotted(*)]:tw-text-4xl [&>slot[name="title"]::slotted(*)]:tw-font-normal' }, h("slot", { key: '4db7245929e655f4acbeab7f603b22464caf096e', name: "title" }), h("slot", { key: 'b0482adba0ca4a994f6d3f100e1c483cb6a72452', name: "subtitle" }), h("slot", { key: '083146dd845200f2356c88535a8127f65f7ab229', name: "body" })), h("div", { key: 'fa7c4af274ad6865bd2e12d291f45469cb40952f', class: "tw-bg-uofg-blue-200 tw-px-4 tw-py-2" }, h("slot", { key: '8197a63f9551f979b8f7426370c098ec8aa8f37b', name: "footer" }))));
9
+ const classes = 'tw-flex tw-flex-col tw-bg-uofg-blue-50 tw-text-2xl tw-rounded tw-overflow-hidden';
10
+ return ((_a = this === null || this === void 0 ? void 0 : this.href) !== null && _a !== void 0 ? _a : '') != '' ? (h("a", { href: this.href, class: `${classes} tw-border tw-border-solid tw-border-transparent tw-transition-colors focus-within:tw-border-uofg-blue-400 hocus:tw-border-uofg-blue-400 [&>div>slot::slotted(img)]:hocus:tw-scale-110 [&>div>slot::slotted(img)]:hocus:tw-transform [&>div>slot::slotted(img)]:hocus:tw-transition-transform` }, h(Body, null))) : (h("div", { class: classes }, h(Body, null)));
11
+ }
12
+ static get is() { return "uofg-card"; }
13
+ static get encapsulation() { return "shadow"; }
14
+ static get originalStyleUrls() {
15
+ return {
16
+ "$": ["uofg-card.css"]
17
+ };
18
+ }
19
+ static get styleUrls() {
20
+ return {
21
+ "$": ["uofg-card.css"]
22
+ };
23
+ }
24
+ static get properties() {
25
+ return {
26
+ "href": {
27
+ "type": "string",
28
+ "mutable": false,
29
+ "complexType": {
30
+ "original": "string",
31
+ "resolved": "string",
32
+ "references": {}
33
+ },
34
+ "required": false,
35
+ "optional": false,
36
+ "docs": {
37
+ "tags": [],
38
+ "text": "The URL the card should link to. If this property is set, the card will be rendered as an anchor (\"a\" tag)."
39
+ },
40
+ "attribute": "href",
41
+ "reflect": false
42
+ }
43
+ };
44
+ }
43
45
  }
@@ -1,249 +1 @@
1
- :focus-visible {
2
- outline: 2px solid #ffc72a;
3
- outline-offset: 0.5rem;
4
- }
5
-
6
- * {
7
- box-sizing: border-box;
8
- }
9
-
10
- button {
11
- border: none;
12
- background-color: transparent;
13
- cursor: pointer;
14
- }
15
-
16
- a {
17
- color: inherit;
18
- text-decoration: none;
19
- }
20
-
21
- ul {
22
- list-style: none;
23
- padding: 0;
24
- margin: unset;
25
- }
26
- ul > li {
27
- display: contents;
28
- }
29
-
30
- :host {
31
- display: block;
32
- width: 100%;
33
- font-size: 1.6rem;
34
- font-family: sans-serif;
35
- }
36
-
37
- a {
38
- display: flex;
39
- align-items: center;
40
- gap: 0.5rem;
41
- border-bottom: 2px dotted transparent;
42
- width: fit-content;
43
- width: -moz-max-content;
44
- color: inherit;
45
- white-space: nowrap;
46
- padding-bottom: 0.2rem;
47
- transition-property: border-color;
48
- transition-duration: 0.2s;
49
- transition-timing-function: ease-in-out;
50
- }
51
- a:hover, a:focus {
52
- border-color: currentColor;
53
- }
54
-
55
- svg {
56
- fill: currentColor;
57
- height: 1.6rem;
58
- }
59
-
60
- li {
61
- display: contents;
62
- }
63
-
64
- #uofg-footer {
65
- display: flex;
66
- flex-direction: column;
67
- justify-content: center;
68
- align-items: center;
69
- background-color: #000;
70
- color: #fff;
71
- line-height: 1.2;
72
- }
73
-
74
- #uofg-footer-extra-links-container {
75
- display: flex;
76
- justify-content: center;
77
- align-items: center;
78
- width: 100%;
79
- background-color: #f5f7fa;
80
- }
81
-
82
- #uofg-footer-extra-links {
83
- display: flex;
84
- flex-direction: column;
85
- width: 85%;
86
- align-items: center;
87
- justify-content: center;
88
- padding: 1.25rem 1rem;
89
- color: #0074c1;
90
- }
91
- #uofg-footer-extra-links > li > a {
92
- display: flex;
93
- justify-content: center;
94
- padding: 1rem 0;
95
- width: 100%;
96
- transition-property: color;
97
- transition-duration: 0.2s;
98
- transition-timing-function: ease-in-out;
99
- border-bottom: 2px solid transparent;
100
- }
101
- #uofg-footer-extra-links > li > a:hover, #uofg-footer-extra-links > li > a:focus {
102
- color: black;
103
- }
104
- #uofg-footer-extra-links > li:not(:last-child) > a {
105
- border-bottom: 2px solid #bdc8ca;
106
- }
107
-
108
- #uofg-footer-content {
109
- display: grid;
110
- grid-template-columns: 1fr;
111
- gap: 2rem;
112
- width: 100%;
113
- padding: 2rem;
114
- max-width: 1320px;
115
- }
116
-
117
- .uofg-footer-content-separator {
118
- display: flex;
119
- flex-direction: column;
120
- gap: 0.75rem;
121
- justify-content: space-between;
122
- }
123
-
124
- #uofg-footer-improve-life {
125
- transition-property: opacity;
126
- transition-duration: 0.2s;
127
- transition-timing-function: ease-in-out;
128
- border: 0;
129
- }
130
- #uofg-footer-improve-life > svg {
131
- height: 2.5rem;
132
- }
133
- #uofg-footer-improve-life:hover, #uofg-footer-improve-life:focus {
134
- opacity: 0.8;
135
- }
136
-
137
- #uofg-footer-social-links {
138
- display: flex;
139
- align-items: center;
140
- list-style: none;
141
- padding: 0;
142
- margin-left: 0;
143
- gap: 0 0.75rem;
144
- }
145
- #uofg-footer-social-links a {
146
- transition-property: color;
147
- transition-duration: 0.2s;
148
- transition-timing-function: ease-in-out;
149
- border: 0;
150
- }
151
- #uofg-footer-social-links a:hover, #uofg-footer-social-links a:focus {
152
- color: #ffc72a;
153
- }
154
- #uofg-footer-social-links a:hover[aria-label=Twitter], #uofg-footer-social-links a:focus[aria-label=Twitter] {
155
- color: #1da1f2;
156
- }
157
- #uofg-footer-social-links a:hover[aria-label=Facebook], #uofg-footer-social-links a:focus[aria-label=Facebook] {
158
- color: #4267b2;
159
- }
160
- #uofg-footer-social-links a:hover[aria-label=Instagram], #uofg-footer-social-links a:focus[aria-label=Instagram] {
161
- color: #e1306c;
162
- }
163
- #uofg-footer-social-links a:hover[aria-label=Youtube], #uofg-footer-social-links a:focus[aria-label=Youtube] {
164
- color: #f00;
165
- }
166
- #uofg-footer-social-links a:hover[aria-label=LinkedIn], #uofg-footer-social-links a:focus[aria-label=LinkedIn] {
167
- color: #0077b5;
168
- }
169
- #uofg-footer-social-links a:hover[aria-label=TikTok], #uofg-footer-social-links a:focus[aria-label=TikTok] {
170
- color: #f00;
171
- }
172
- #uofg-footer-social-links svg {
173
- height: 2rem;
174
- }
175
-
176
- #uofg-footer-links-container {
177
- display: flex;
178
- }
179
-
180
- #uofg-footer-links {
181
- display: grid;
182
- height: 100%;
183
- grid-template-columns: 1fr;
184
- }
185
- #uofg-footer-links svg {
186
- color: #ffc72a;
187
- }
188
-
189
- #uofg-footer-address {
190
- font-style: normal;
191
- white-space: nowrap;
192
- }
193
- #uofg-footer-address a {
194
- color: #69a3b9;
195
- }
196
- @media (min-width: 570px) {
197
- #uofg-footer-extra-links {
198
- flex-direction: row;
199
- flex-wrap: wrap;
200
- width: 100%;
201
- max-width: 1320px;
202
- padding: 2rem 1rem;
203
- gap: 1rem;
204
- }
205
- #uofg-footer-extra-links > li > a {
206
- width: auto;
207
- padding: 0 1rem 0 0;
208
- border-bottom: none !important;
209
- }
210
- #uofg-footer-extra-links > li:not(:last-child) > a {
211
- border-right: 2px solid rgba(0, 0, 0, 0.15);
212
- }
213
- #uofg-footer-content {
214
- grid-template-columns: 1fr 1fr;
215
- }
216
- #uofg-footer-links-container {
217
- grid-column-start: 1;
218
- grid-column-end: 3;
219
- }
220
- #uofg-footer-links {
221
- grid-template-columns: 1fr 1fr;
222
- width: 100%;
223
- }
224
- #uofg-footer-address {
225
- grid-row: 1;
226
- grid-column: 2;
227
- }
228
- }
229
- @media (min-width: 962px) {
230
- #uofg-footer-content {
231
- grid-template-columns: 0.5fr 1fr 0.5fr;
232
- justify-items: center;
233
- gap: 2rem 2rem;
234
- }
235
- #uofg-footer-links-container {
236
- grid-row: unset;
237
- grid-column: unset;
238
- justify-content: center;
239
- gap: 0;
240
- }
241
- #uofg-footer-links {
242
- gap: 0 8rem;
243
- width: auto;
244
- }
245
- #uofg-footer-address {
246
- grid-row: unset;
247
- grid-column: unset;
248
- }
249
- }
1
+ :host { display: block; width: 100%; font-size: 1.6rem; font-family: sans-serif; } * { box-sizing: border-box; } a { text-decoration: none; color: inherit; } button { border: none; background: none; cursor: pointer; font-size: inherit; font-family: inherit; color: inherit; line-height: inherit; word-spacing: inherit; letter-spacing: inherit; } ul { list-style: none; padding: 0; margin: 0; } svg { height: 1em; }@defaults border-spacing { --tw-border-spacing-x: 0; --tw-border-spacing-y: 0;}@defaults transform { --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1;}@defaults touch-action { --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ;}@defaults scroll-snap-type { --tw-scroll-snap-strictness: proximity;}@defaults gradient-color-stops { --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ;}@defaults font-variant-numeric { --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ;}@defaults box-shadow { --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000;}@defaults ring-width { --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 / 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000;}@defaults filter { --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ;}@defaults backdrop-filter { --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ;}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x:;--tw-pan-y:;--tw-pinch-zoom:;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position:;--tw-gradient-via-position:;--tw-gradient-to-position:;--tw-ordinal:;--tw-slashed-zero:;--tw-numeric-figure:;--tw-numeric-spacing:;--tw-numeric-fraction:;--tw-ring-inset:;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur:;--tw-brightness:;--tw-contrast:;--tw-grayscale:;--tw-hue-rotate:;--tw-invert:;--tw-saturate:;--tw-sepia:;--tw-drop-shadow:;--tw-backdrop-blur:;--tw-backdrop-brightness:;--tw-backdrop-contrast:;--tw-backdrop-grayscale:;--tw-backdrop-hue-rotate:;--tw-backdrop-invert:;--tw-backdrop-opacity:;--tw-backdrop-saturate:;--tw-backdrop-sepia:}::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x:;--tw-pan-y:;--tw-pinch-zoom:;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position:;--tw-gradient-via-position:;--tw-gradient-to-position:;--tw-ordinal:;--tw-slashed-zero:;--tw-numeric-figure:;--tw-numeric-spacing:;--tw-numeric-fraction:;--tw-ring-inset:;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur:;--tw-brightness:;--tw-contrast:;--tw-grayscale:;--tw-hue-rotate:;--tw-invert:;--tw-saturate:;--tw-sepia:;--tw-drop-shadow:;--tw-backdrop-blur:;--tw-backdrop-brightness:;--tw-backdrop-contrast:;--tw-backdrop-grayscale:;--tw-backdrop-hue-rotate:;--tw-backdrop-invert:;--tw-backdrop-opacity:;--tw-backdrop-saturate:;--tw-backdrop-sepia:}.tw-flex{display:flex!important}.tw-w-fit{width:fit-content!important}.tw-flex-col{flex-direction:column!important}.tw-flex-wrap{flex-wrap:wrap!important}.tw-content-center{align-content:center!important}.tw-items-center{align-items:center!important}.tw-justify-center{justify-content:center!important}.tw-justify-between{justify-content:space-between!important}.tw-gap-2{gap:.5rem!important}.tw-gap-3{gap:.75rem!important}.tw-gap-4{gap:1rem!important}.tw-gap-8{gap:2rem!important}.tw-border-0{border-width:0!important}.tw-border-b-2{border-bottom-width:2px!important}.tw-border-r-2{border-right-width:2px!important}.tw-border-solid{border-style:solid!important}.tw-border-dotted{border-style:dotted!important}.tw-border-transparent{border-color:transparent!important}.tw-border-uofg-blue-100{--tw-border-opacity:1!important;border-color:rgb(221 236 240/var(--tw-border-opacity))!important}.tw-bg-black{--tw-bg-opacity:1!important;background-color:rgb(0 0 0/var(--tw-bg-opacity))!important}.tw-bg-uofg-blue-50{--tw-bg-opacity:1!important;background-color:rgb(241 248 250/var(--tw-bg-opacity))!important}.tw-p-2{padding:.5rem!important}.tw-p-6{padding:1.5rem!important}.tw-px-\[max\(calc\(\(100\%-1320px\)\/2\)\,2rem\)\]{padding-left:max(calc(50% - 660px),2rem)!important;padding-right:max(calc(50% - 660px),2rem)!important}.tw-py-8{padding-bottom:2rem!important;padding-top:2rem!important}.tw-text-4xl{font-size:2.25rem!important;line-height:2.5rem!important}.tw-not-italic{font-style:normal!important}.tw-text-uofg-blue{--tw-text-opacity:1!important;color:rgb(105 163 185/var(--tw-text-opacity))!important}.tw-text-uofg-blue-500{--tw-text-opacity:1!important;color:rgb(65 127 153/var(--tw-text-opacity))!important}.tw-text-white{--tw-text-opacity:1!important;color:rgb(255 255 255/var(--tw-text-opacity))!important}.tw-transition-colors{transition-duration:.15s!important;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.tw-transition-opacity{transition-duration:.15s!important;transition-property:opacity!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.first\:tw-border-l-2:first-child{border-left-width:2px!important}.hocus\:tw-border-current:hover{border-color:currentColor!important}.hocus\:tw-border-white:hover{--tw-border-opacity:1!important;border-color:rgb(255 255 255/var(--tw-border-opacity))!important}.hocus\:tw-text-\[\#0077b5\]:hover{--tw-text-opacity:1!important;color:rgb(0 119 181/var(--tw-text-opacity))!important}.hocus\:tw-text-\[\#1da1f2\]:hover{--tw-text-opacity:1!important;color:rgb(29 161 242/var(--tw-text-opacity))!important}.hocus\:tw-text-\[\#4267b2\]:hover{--tw-text-opacity:1!important;color:rgb(66 103 178/var(--tw-text-opacity))!important}.hocus\:tw-text-\[\#e1306c\]:hover{--tw-text-opacity:1!important;color:rgb(225 48 108/var(--tw-text-opacity))!important}.hocus\:tw-text-\[\#f00\]:hover{--tw-text-opacity:1!important;color:rgb(255 0 0/var(--tw-text-opacity))!important}.hocus\:tw-text-uofg-blue-950:hover{--tw-text-opacity:1!important;color:rgb(25 40 51/var(--tw-text-opacity))!important}.hocus\:tw-opacity-75:hover{opacity:.75!important}.hocus\:tw-border-current:focus{border-color:currentColor!important}.hocus\:tw-border-white:focus{--tw-border-opacity:1!important;border-color:rgb(255 255 255/var(--tw-border-opacity))!important}.hocus\:tw-text-\[\#0077b5\]:focus{--tw-text-opacity:1!important;color:rgb(0 119 181/var(--tw-text-opacity))!important}.hocus\:tw-text-\[\#1da1f2\]:focus{--tw-text-opacity:1!important;color:rgb(29 161 242/var(--tw-text-opacity))!important}.hocus\:tw-text-\[\#4267b2\]:focus{--tw-text-opacity:1!important;color:rgb(66 103 178/var(--tw-text-opacity))!important}.hocus\:tw-text-\[\#e1306c\]:focus{--tw-text-opacity:1!important;color:rgb(225 48 108/var(--tw-text-opacity))!important}.hocus\:tw-text-\[\#f00\]:focus{--tw-text-opacity:1!important;color:rgb(255 0 0/var(--tw-text-opacity))!important}.hocus\:tw-text-uofg-blue-950:focus{--tw-text-opacity:1!important;color:rgb(25 40 51/var(--tw-text-opacity))!important}.hocus\:tw-opacity-75:focus{opacity:.75!important}@media (min-width:768px){.md\:tw-col-span-2{grid-column:span 2/span 2!important}.md\:tw-row-start-2{grid-row-start:2!important}.md\:tw-grid{display:grid!important}.md\:tw-grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (min-width:1024px){.lg\:tw-row-auto{grid-row:auto!important}.lg\:tw-grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}}.\[\&\>li\]\:tw-contents>li{display:contents!important}.\[\&\>svg\]\:tw-h-\[1\.6em\]>svg{height:1.6em!important}.\[\&\>svg\]\:tw-h-\[1em\]>svg{height:1em!important}.\[\&\>svg\]\:tw-fill-current>svg{fill:currentColor!important}.\[\&\>svg\]\:tw-fill-uofg-yellow>svg{fill:#ffc72a!important}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x:;--tw-pan-y:;--tw-pinch-zoom:;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position:;--tw-gradient-via-position:;--tw-gradient-to-position:;--tw-ordinal:;--tw-slashed-zero:;--tw-numeric-figure:;--tw-numeric-spacing:;--tw-numeric-fraction:;--tw-ring-inset:;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur:;--tw-brightness:;--tw-contrast:;--tw-grayscale:;--tw-hue-rotate:;--tw-invert:;--tw-saturate:;--tw-sepia:;--tw-drop-shadow:;--tw-backdrop-blur:;--tw-backdrop-brightness:;--tw-backdrop-contrast:;--tw-backdrop-grayscale:;--tw-backdrop-hue-rotate:;--tw-backdrop-invert:;--tw-backdrop-opacity:;--tw-backdrop-saturate:;--tw-backdrop-sepia:}::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x:;--tw-pan-y:;--tw-pinch-zoom:;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position:;--tw-gradient-via-position:;--tw-gradient-to-position:;--tw-ordinal:;--tw-slashed-zero:;--tw-numeric-figure:;--tw-numeric-spacing:;--tw-numeric-fraction:;--tw-ring-inset:;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur:;--tw-brightness:;--tw-contrast:;--tw-grayscale:;--tw-hue-rotate:;--tw-invert:;--tw-saturate:;--tw-sepia:;--tw-drop-shadow:;--tw-backdrop-blur:;--tw-backdrop-brightness:;--tw-backdrop-contrast:;--tw-backdrop-grayscale:;--tw-backdrop-hue-rotate:;--tw-backdrop-invert:;--tw-backdrop-opacity:;--tw-backdrop-saturate:;--tw-backdrop-sepia:}