@uoguelph/web-components 1.1.2 → 1.2.0-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.
- package/dist/cjs/app-globals-3a1e7e63.js +5 -0
- package/dist/cjs/{index-00f6c6f1.js → index-06b58d35.js} +5 -5
- package/dist/cjs/{index-d71963b7.js → index-cdb046b4.js} +149 -44
- package/dist/cjs/loader.cjs.js +5 -3
- package/dist/cjs/uofg-alert.cjs.entry.js +11 -10
- package/dist/cjs/uofg-back-to-top_5.cjs.entry.js +1374 -0
- package/dist/cjs/uofg-modal.cjs.entry.js +152 -142
- package/dist/cjs/uofg-web-components.cjs.js +6 -4
- package/dist/cjs/utils-3d4b7e2e.js +16 -0
- package/dist/collection/collection-manifest.json +2 -2
- package/dist/collection/components/uofg-alert/uofg-alert.css +1 -75
- package/dist/collection/components/uofg-alert/uofg-alert.js +15 -15
- package/dist/collection/components/uofg-back-to-top/uofg-back-to-top.css +1 -40
- package/dist/collection/components/uofg-back-to-top/uofg-back-to-top.js +66 -63
- package/dist/collection/components/uofg-card/uofg-card.css +1 -95
- package/dist/collection/components/uofg-card/uofg-card.js +42 -40
- package/dist/collection/components/uofg-footer/uofg-footer.css +1 -249
- package/dist/collection/components/uofg-footer/uofg-footer.js +132 -40
- package/dist/collection/components/uofg-header/logo-full.svg +1 -1
- package/dist/collection/components/uofg-header/uofg-header.css +1 -542
- package/dist/collection/components/uofg-header/uofg-header.js +238 -157
- package/dist/collection/components/uofg-menu/uofg-menu.js +414 -410
- package/dist/collection/components/uofg-modal/uofg-modal.css +1 -113
- package/dist/collection/components/uofg-modal/uofg-modal.js +393 -386
- package/dist/collection/utils/font-awesome-icon.js +4 -4
- package/dist/collection/utils/utils.js +5 -5
- package/dist/components/font-awesome-icon.js +4 -4
- package/dist/components/uofg-alert.d.ts +2 -2
- package/dist/components/uofg-alert.js +22 -21
- package/dist/components/uofg-back-to-top.d.ts +2 -2
- package/dist/components/uofg-back-to-top.js +38 -34
- package/dist/components/uofg-card.d.ts +2 -2
- package/dist/components/uofg-card.js +28 -25
- package/dist/components/uofg-footer.d.ts +2 -2
- package/dist/components/uofg-footer.js +243 -115
- package/dist/components/uofg-header.d.ts +2 -2
- package/dist/components/uofg-header.js +235 -144
- package/dist/components/uofg-menu.d.ts +2 -2
- package/dist/components/uofg-menu2.js +245 -239
- package/dist/components/uofg-modal.d.ts +2 -2
- package/dist/components/uofg-modal.js +176 -166
- package/dist/components/utils.js +4 -4
- package/dist/esm/app-globals-0f993ce5.js +3 -0
- package/dist/esm/{index-284464b7.js → index-0b0002d2.js} +149 -44
- package/dist/esm/{index-a0a2924b.js → index-e685921a.js} +5 -5
- package/dist/esm/loader.js +6 -4
- package/dist/esm/uofg-alert.entry.js +11 -10
- package/dist/esm/uofg-back-to-top_5.entry.js +1366 -0
- package/dist/esm/uofg-modal.entry.js +152 -142
- package/dist/esm/uofg-web-components.js +7 -5
- package/dist/esm/utils-379bb71a.js +12 -0
- package/dist/types/components/uofg-alert/uofg-alert.d.ts +1 -1
- package/dist/types/components/uofg-back-to-top/uofg-back-to-top.d.ts +8 -8
- package/dist/types/components/uofg-card/uofg-card.d.ts +5 -5
- package/dist/types/components/uofg-footer/uofg-footer.d.ts +6 -6
- package/dist/types/components/uofg-header/uofg-header.d.ts +30 -29
- package/dist/types/components/uofg-menu/uofg-menu.d.ts +65 -65
- package/dist/types/components/uofg-modal/uofg-modal.d.ts +70 -70
- package/dist/types/components.d.ts +27 -1
- package/dist/types/stencil-public-runtime.d.ts +29 -0
- package/dist/types/utils/font-awesome-icon.d.ts +1 -1
- package/dist/uofg-web-components/{p-8bb65209.js → p-6fa0f8f6.js} +1 -1
- package/dist/uofg-web-components/p-7569d8f2.entry.js +1 -0
- package/dist/uofg-web-components/p-bce5df9d.entry.js +1 -0
- package/dist/uofg-web-components/p-e1255160.js +1 -0
- package/dist/uofg-web-components/p-ee27db22.js +2 -0
- package/dist/uofg-web-components/p-fde6370b.entry.js +1 -0
- package/dist/uofg-web-components/uofg-web-components.css +1 -1
- package/dist/uofg-web-components/uofg-web-components.esm.js +1 -1
- package/package.json +12 -7
- package/dist/cjs/uofg-back-to-top_4.cjs.entry.js +0 -1139
- package/dist/cjs/uofg-card.cjs.entry.js +0 -21
- package/dist/cjs/utils-582c8cb9.js +0 -16
- package/dist/components/_commonjsHelpers.js +0 -15
- package/dist/esm/uofg-back-to-top_4.entry.js +0 -1132
- package/dist/esm/uofg-card.entry.js +0 -17
- package/dist/esm/utils-cfa32fa2.js +0 -12
- package/dist/uofg-web-components/p-204e5cf7.entry.js +0 -1
- package/dist/uofg-web-components/p-3d5269a9.entry.js +0 -1
- package/dist/uofg-web-components/p-9429a69e.entry.js +0 -1
- package/dist/uofg-web-components/p-ba36e942.js +0 -2
- package/dist/uofg-web-components/p-e063f0e4.entry.js +0 -1
- /package/dist/uofg-web-components/{p-826dc478.js → p-fec87f9d.js} +0 -0
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { proxyCustomElement, HTMLElement, h } from '@stencil/core/internal/client';
|
|
2
2
|
import { F as FontAwesomeIcon } from './font-awesome-icon.js';
|
|
3
|
-
import { c as createCommonjsModule } from './_commonjsHelpers.js';
|
|
4
3
|
|
|
5
4
|
const improveLifeLogo = `<svg xmlns="http://www.w3.org/2000/svg" fill="#fff" viewBox="0 0 107.4 12">
|
|
6
5
|
<path
|
|
@@ -8,7 +7,9 @@ const improveLifeLogo = `<svg xmlns="http://www.w3.org/2000/svg" fill="#fff" vie
|
|
|
8
7
|
</svg>
|
|
9
8
|
`;
|
|
10
9
|
|
|
11
|
-
var faBriefcase =
|
|
10
|
+
var faBriefcase = {};
|
|
11
|
+
|
|
12
|
+
(function (exports) {
|
|
12
13
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
13
14
|
var prefix = 'fas';
|
|
14
15
|
var iconName = 'briefcase';
|
|
@@ -38,9 +39,11 @@ exports.ligatures = aliases;
|
|
|
38
39
|
exports.unicode = unicode;
|
|
39
40
|
exports.svgPathData = svgPathData;
|
|
40
41
|
exports.aliases = aliases;
|
|
41
|
-
});
|
|
42
|
+
}(faBriefcase));
|
|
43
|
+
|
|
44
|
+
var faCalendar = {};
|
|
42
45
|
|
|
43
|
-
|
|
46
|
+
(function (exports) {
|
|
44
47
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
45
48
|
var prefix = 'fas';
|
|
46
49
|
var iconName = 'calendar';
|
|
@@ -70,9 +73,11 @@ exports.ligatures = aliases;
|
|
|
70
73
|
exports.unicode = unicode;
|
|
71
74
|
exports.svgPathData = svgPathData;
|
|
72
75
|
exports.aliases = aliases;
|
|
73
|
-
});
|
|
76
|
+
}(faCalendar));
|
|
77
|
+
|
|
78
|
+
var faCircleCheck = {};
|
|
74
79
|
|
|
75
|
-
|
|
80
|
+
(function (exports) {
|
|
76
81
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
77
82
|
var prefix = 'fas';
|
|
78
83
|
var iconName = 'circle-check';
|
|
@@ -102,9 +107,11 @@ exports.ligatures = aliases;
|
|
|
102
107
|
exports.unicode = unicode;
|
|
103
108
|
exports.svgPathData = svgPathData;
|
|
104
109
|
exports.aliases = aliases;
|
|
105
|
-
});
|
|
110
|
+
}(faCircleCheck));
|
|
106
111
|
|
|
107
|
-
var faHandHoldingHeart =
|
|
112
|
+
var faHandHoldingHeart = {};
|
|
113
|
+
|
|
114
|
+
(function (exports) {
|
|
108
115
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
109
116
|
var prefix = 'fas';
|
|
110
117
|
var iconName = 'hand-holding-heart';
|
|
@@ -134,9 +141,11 @@ exports.ligatures = aliases;
|
|
|
134
141
|
exports.unicode = unicode;
|
|
135
142
|
exports.svgPathData = svgPathData;
|
|
136
143
|
exports.aliases = aliases;
|
|
137
|
-
});
|
|
144
|
+
}(faHandHoldingHeart));
|
|
145
|
+
|
|
146
|
+
var faKey = {};
|
|
138
147
|
|
|
139
|
-
|
|
148
|
+
(function (exports) {
|
|
140
149
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
141
150
|
var prefix = 'fas';
|
|
142
151
|
var iconName = 'key';
|
|
@@ -166,9 +175,11 @@ exports.ligatures = aliases;
|
|
|
166
175
|
exports.unicode = unicode;
|
|
167
176
|
exports.svgPathData = svgPathData;
|
|
168
177
|
exports.aliases = aliases;
|
|
169
|
-
});
|
|
178
|
+
}(faKey));
|
|
170
179
|
|
|
171
|
-
var faList =
|
|
180
|
+
var faList = {};
|
|
181
|
+
|
|
182
|
+
(function (exports) {
|
|
172
183
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
173
184
|
var prefix = 'fas';
|
|
174
185
|
var iconName = 'list';
|
|
@@ -198,9 +209,11 @@ exports.ligatures = aliases;
|
|
|
198
209
|
exports.unicode = unicode;
|
|
199
210
|
exports.svgPathData = svgPathData;
|
|
200
211
|
exports.aliases = aliases;
|
|
201
|
-
});
|
|
212
|
+
}(faList));
|
|
213
|
+
|
|
214
|
+
var faSitemap = {};
|
|
202
215
|
|
|
203
|
-
|
|
216
|
+
(function (exports) {
|
|
204
217
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
205
218
|
var prefix = 'fas';
|
|
206
219
|
var iconName = 'sitemap';
|
|
@@ -230,9 +243,11 @@ exports.ligatures = aliases;
|
|
|
230
243
|
exports.unicode = unicode;
|
|
231
244
|
exports.svgPathData = svgPathData;
|
|
232
245
|
exports.aliases = aliases;
|
|
233
|
-
});
|
|
246
|
+
}(faSitemap));
|
|
247
|
+
|
|
248
|
+
var faTree = {};
|
|
234
249
|
|
|
235
|
-
|
|
250
|
+
(function (exports) {
|
|
236
251
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
237
252
|
var prefix = 'fas';
|
|
238
253
|
var iconName = 'tree';
|
|
@@ -262,9 +277,11 @@ exports.ligatures = aliases;
|
|
|
262
277
|
exports.unicode = unicode;
|
|
263
278
|
exports.svgPathData = svgPathData;
|
|
264
279
|
exports.aliases = aliases;
|
|
265
|
-
});
|
|
280
|
+
}(faTree));
|
|
266
281
|
|
|
267
|
-
var faUniversalAccess =
|
|
282
|
+
var faUniversalAccess = {};
|
|
283
|
+
|
|
284
|
+
(function (exports) {
|
|
268
285
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
269
286
|
var prefix = 'fas';
|
|
270
287
|
var iconName = 'universal-access';
|
|
@@ -294,9 +311,11 @@ exports.ligatures = aliases;
|
|
|
294
311
|
exports.unicode = unicode;
|
|
295
312
|
exports.svgPathData = svgPathData;
|
|
296
313
|
exports.aliases = aliases;
|
|
297
|
-
});
|
|
314
|
+
}(faUniversalAccess));
|
|
315
|
+
|
|
316
|
+
var faPhoneFlip = {};
|
|
298
317
|
|
|
299
|
-
|
|
318
|
+
(function (exports) {
|
|
300
319
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
301
320
|
var prefix = 'fas';
|
|
302
321
|
var iconName = 'phone-flip';
|
|
@@ -326,9 +345,13 @@ exports.ligatures = aliases;
|
|
|
326
345
|
exports.unicode = unicode;
|
|
327
346
|
exports.svgPathData = svgPathData;
|
|
328
347
|
exports.aliases = aliases;
|
|
329
|
-
});
|
|
348
|
+
}(faPhoneFlip));
|
|
330
349
|
|
|
331
|
-
var
|
|
350
|
+
var faFacebookSquare = {};
|
|
351
|
+
|
|
352
|
+
var faSquareFacebook = {};
|
|
353
|
+
|
|
354
|
+
(function (exports) {
|
|
332
355
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
333
356
|
var prefix = 'fab';
|
|
334
357
|
var iconName = 'square-facebook';
|
|
@@ -336,7 +359,7 @@ var width = 448;
|
|
|
336
359
|
var height = 512;
|
|
337
360
|
var aliases = ["facebook-square"];
|
|
338
361
|
var unicode = 'f082';
|
|
339
|
-
var svgPathData = '
|
|
362
|
+
var svgPathData = 'M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64h98.2V334.2H109.4V256h52.8V222.3c0-87.1 39.4-127.5 125-127.5c16.2 0 44.2 3.2 55.7 6.4V172c-6-.6-16.5-1-29.6-1c-42 0-58.2 15.9-58.2 57.2V256h83.6l-14.4 78.2H255V480H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64z';
|
|
340
363
|
|
|
341
364
|
exports.definition = {
|
|
342
365
|
prefix: prefix,
|
|
@@ -358,34 +381,36 @@ exports.ligatures = aliases;
|
|
|
358
381
|
exports.unicode = unicode;
|
|
359
382
|
exports.svgPathData = svgPathData;
|
|
360
383
|
exports.aliases = aliases;
|
|
361
|
-
});
|
|
384
|
+
}(faSquareFacebook));
|
|
362
385
|
|
|
363
|
-
|
|
386
|
+
(function (exports) {
|
|
364
387
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
365
|
-
|
|
388
|
+
var source = faSquareFacebook;
|
|
366
389
|
exports.definition = {
|
|
367
|
-
prefix:
|
|
368
|
-
iconName:
|
|
390
|
+
prefix: source.prefix,
|
|
391
|
+
iconName: source.iconName,
|
|
369
392
|
icon: [
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
393
|
+
source.width,
|
|
394
|
+
source.height,
|
|
395
|
+
source.aliases,
|
|
396
|
+
source.unicode,
|
|
397
|
+
source.svgPathData
|
|
375
398
|
]};
|
|
376
399
|
|
|
377
400
|
exports.faFacebookSquare = exports.definition;
|
|
378
|
-
exports.prefix =
|
|
379
|
-
exports.iconName =
|
|
380
|
-
exports.width =
|
|
381
|
-
exports.height =
|
|
382
|
-
exports.ligatures =
|
|
383
|
-
exports.unicode =
|
|
384
|
-
exports.svgPathData =
|
|
385
|
-
exports.aliases =
|
|
386
|
-
});
|
|
387
|
-
|
|
388
|
-
var faInstagram =
|
|
401
|
+
exports.prefix = source.prefix;
|
|
402
|
+
exports.iconName = source.iconName;
|
|
403
|
+
exports.width = source.width;
|
|
404
|
+
exports.height = source.height;
|
|
405
|
+
exports.ligatures = source.aliases;
|
|
406
|
+
exports.unicode = source.unicode;
|
|
407
|
+
exports.svgPathData = source.svgPathData;
|
|
408
|
+
exports.aliases = source.aliases;
|
|
409
|
+
}(faFacebookSquare));
|
|
410
|
+
|
|
411
|
+
var faInstagram = {};
|
|
412
|
+
|
|
413
|
+
(function (exports) {
|
|
389
414
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
390
415
|
var prefix = 'fab';
|
|
391
416
|
var iconName = 'instagram';
|
|
@@ -415,9 +440,11 @@ exports.ligatures = aliases;
|
|
|
415
440
|
exports.unicode = unicode;
|
|
416
441
|
exports.svgPathData = svgPathData;
|
|
417
442
|
exports.aliases = aliases;
|
|
418
|
-
});
|
|
443
|
+
}(faInstagram));
|
|
419
444
|
|
|
420
|
-
var faLinkedin =
|
|
445
|
+
var faLinkedin = {};
|
|
446
|
+
|
|
447
|
+
(function (exports) {
|
|
421
448
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
422
449
|
var prefix = 'fab';
|
|
423
450
|
var iconName = 'linkedin';
|
|
@@ -447,9 +474,11 @@ exports.ligatures = aliases;
|
|
|
447
474
|
exports.unicode = unicode;
|
|
448
475
|
exports.svgPathData = svgPathData;
|
|
449
476
|
exports.aliases = aliases;
|
|
450
|
-
});
|
|
477
|
+
}(faLinkedin));
|
|
478
|
+
|
|
479
|
+
var faTiktok = {};
|
|
451
480
|
|
|
452
|
-
|
|
481
|
+
(function (exports) {
|
|
453
482
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
454
483
|
var prefix = 'fab';
|
|
455
484
|
var iconName = 'tiktok';
|
|
@@ -479,9 +508,13 @@ exports.ligatures = aliases;
|
|
|
479
508
|
exports.unicode = unicode;
|
|
480
509
|
exports.svgPathData = svgPathData;
|
|
481
510
|
exports.aliases = aliases;
|
|
482
|
-
});
|
|
511
|
+
}(faTiktok));
|
|
483
512
|
|
|
484
|
-
var
|
|
513
|
+
var faTwitterSquare = {};
|
|
514
|
+
|
|
515
|
+
var faSquareTwitter = {};
|
|
516
|
+
|
|
517
|
+
(function (exports) {
|
|
485
518
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
486
519
|
var prefix = 'fab';
|
|
487
520
|
var iconName = 'square-twitter';
|
|
@@ -511,34 +544,36 @@ exports.ligatures = aliases;
|
|
|
511
544
|
exports.unicode = unicode;
|
|
512
545
|
exports.svgPathData = svgPathData;
|
|
513
546
|
exports.aliases = aliases;
|
|
514
|
-
});
|
|
547
|
+
}(faSquareTwitter));
|
|
515
548
|
|
|
516
|
-
|
|
549
|
+
(function (exports) {
|
|
517
550
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
518
|
-
|
|
551
|
+
var source = faSquareTwitter;
|
|
519
552
|
exports.definition = {
|
|
520
|
-
prefix:
|
|
521
|
-
iconName:
|
|
553
|
+
prefix: source.prefix,
|
|
554
|
+
iconName: source.iconName,
|
|
522
555
|
icon: [
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
556
|
+
source.width,
|
|
557
|
+
source.height,
|
|
558
|
+
source.aliases,
|
|
559
|
+
source.unicode,
|
|
560
|
+
source.svgPathData
|
|
528
561
|
]};
|
|
529
562
|
|
|
530
563
|
exports.faTwitterSquare = exports.definition;
|
|
531
|
-
exports.prefix =
|
|
532
|
-
exports.iconName =
|
|
533
|
-
exports.width =
|
|
534
|
-
exports.height =
|
|
535
|
-
exports.ligatures =
|
|
536
|
-
exports.unicode =
|
|
537
|
-
exports.svgPathData =
|
|
538
|
-
exports.aliases =
|
|
539
|
-
});
|
|
540
|
-
|
|
541
|
-
var faYoutube =
|
|
564
|
+
exports.prefix = source.prefix;
|
|
565
|
+
exports.iconName = source.iconName;
|
|
566
|
+
exports.width = source.width;
|
|
567
|
+
exports.height = source.height;
|
|
568
|
+
exports.ligatures = source.aliases;
|
|
569
|
+
exports.unicode = source.unicode;
|
|
570
|
+
exports.svgPathData = source.svgPathData;
|
|
571
|
+
exports.aliases = source.aliases;
|
|
572
|
+
}(faTwitterSquare));
|
|
573
|
+
|
|
574
|
+
var faYoutube = {};
|
|
575
|
+
|
|
576
|
+
(function (exports) {
|
|
542
577
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
543
578
|
var prefix = 'fab';
|
|
544
579
|
var iconName = 'youtube';
|
|
@@ -568,53 +603,146 @@ exports.ligatures = aliases;
|
|
|
568
603
|
exports.unicode = unicode;
|
|
569
604
|
exports.svgPathData = svgPathData;
|
|
570
605
|
exports.aliases = aliases;
|
|
571
|
-
});
|
|
572
|
-
|
|
573
|
-
const uofgFooterCss = ":
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
const
|
|
606
|
+
}(faYoutube));
|
|
607
|
+
|
|
608
|
+
const uofgFooterCss = ":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{}@defaults scroll-snap-type{--tw-scroll-snap-strictness:proximity}@defaults gradient-color-stops{}@defaults font-variant-numeric{}@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-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{}@defaults backdrop-filter{}*,: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-scroll-snap-strictness:proximity;--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;}::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-scroll-snap-strictness:proximity;--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-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-scroll-snap-strictness:proximity;--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;}::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-scroll-snap-strictness:proximity;--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;}";
|
|
609
|
+
const UofgFooterStyle0 = uofgFooterCss;
|
|
610
|
+
|
|
611
|
+
const socials = [
|
|
612
|
+
{
|
|
613
|
+
text: 'Twitter',
|
|
614
|
+
icon: faTwitterSquare.faTwitterSquare,
|
|
615
|
+
href: 'https://twitter.com/uofg',
|
|
616
|
+
class: 'hocus:tw-text-[#1da1f2]',
|
|
617
|
+
},
|
|
618
|
+
{
|
|
619
|
+
text: 'Facebook',
|
|
620
|
+
icon: faFacebookSquare.faFacebookSquare,
|
|
621
|
+
href: 'https://www.facebook.com/uofguelph',
|
|
622
|
+
class: 'hocus:tw-text-[#4267b2]',
|
|
623
|
+
},
|
|
624
|
+
{
|
|
625
|
+
text: 'Instagram',
|
|
626
|
+
icon: faInstagram.faInstagram,
|
|
627
|
+
href: 'https://www.instagram.com/uofguelph/',
|
|
628
|
+
class: 'hocus:tw-text-[#e1306c]',
|
|
629
|
+
},
|
|
630
|
+
{
|
|
631
|
+
text: 'Youtube',
|
|
632
|
+
icon: faYoutube.faYoutube,
|
|
633
|
+
href: 'https://www.youtube.com/user/uofguelph',
|
|
634
|
+
class: 'hocus:tw-text-[#f00]',
|
|
635
|
+
},
|
|
636
|
+
{
|
|
637
|
+
text: 'LinkedIn',
|
|
638
|
+
icon: faLinkedin.faLinkedin,
|
|
639
|
+
href: 'https://www.linkedin.com/school/university-of-guelph/',
|
|
640
|
+
class: 'hocus:tw-text-[#0077b5]',
|
|
641
|
+
},
|
|
642
|
+
{
|
|
643
|
+
text: 'TikTok',
|
|
644
|
+
icon: faTiktok.faTiktok,
|
|
645
|
+
href: 'https://www.tiktok.com/@uofguelph',
|
|
646
|
+
class: 'hocus:tw-text-[#f00]',
|
|
647
|
+
},
|
|
648
|
+
];
|
|
649
|
+
const links = [
|
|
650
|
+
{
|
|
651
|
+
text: 'Accessibility',
|
|
652
|
+
icon: faUniversalAccess.faUniversalAccess,
|
|
653
|
+
href: 'https://www.uoguelph.ca/diversity-human-rights/accessibility-u-g',
|
|
654
|
+
},
|
|
655
|
+
{
|
|
656
|
+
text: 'Privacy',
|
|
657
|
+
icon: faKey.faKey,
|
|
658
|
+
href: 'https://www.uoguelph.ca/web/privacy/',
|
|
659
|
+
},
|
|
660
|
+
{
|
|
661
|
+
text: 'Site Map',
|
|
662
|
+
icon: faSitemap.faSitemap,
|
|
663
|
+
href: 'https://www.uoguelph.ca/sitemap',
|
|
664
|
+
},
|
|
665
|
+
{
|
|
666
|
+
text: 'Status Page',
|
|
667
|
+
icon: faCircleCheck.faCircleCheck,
|
|
668
|
+
href: 'https://uoguelph.statuspage.io/',
|
|
669
|
+
},
|
|
670
|
+
{
|
|
671
|
+
text: 'Land Acknowledgement',
|
|
672
|
+
icon: faTree.faTree,
|
|
673
|
+
href: 'https://www.uoguelph.ca/land-acknowledgement/',
|
|
674
|
+
title: 'The University of Guelph resides on the treaty lands and territory of the Mississaugas of the Credit. We recognize that today this gathering place is home to many First Nations, Inuit and Métis peoples and acknowledging them reminds us of our collective responsibility to the land where we learn and work.',
|
|
675
|
+
},
|
|
676
|
+
{
|
|
677
|
+
text: 'Careers',
|
|
678
|
+
icon: faBriefcase.faBriefcase,
|
|
679
|
+
href: 'https://www.uoguelph.ca/hr/careers-guelph/current-opportunities',
|
|
680
|
+
},
|
|
681
|
+
{
|
|
682
|
+
text: 'Undergraduate Calendar',
|
|
683
|
+
icon: faCalendar.faCalendar,
|
|
684
|
+
href: 'https://www.uoguelph.ca/registrar/calendars/undergraduate/current/',
|
|
685
|
+
},
|
|
686
|
+
{
|
|
687
|
+
text: 'Graduate Calendar',
|
|
688
|
+
icon: faCalendar.faCalendar,
|
|
689
|
+
href: 'https://www.uoguelph.ca/registrar/calendars/graduate/current/',
|
|
690
|
+
},
|
|
691
|
+
{
|
|
692
|
+
text: 'Program Plans',
|
|
693
|
+
icon: faList.faList,
|
|
694
|
+
href: 'https://admission.uoguelph.ca/programs',
|
|
695
|
+
},
|
|
696
|
+
{
|
|
697
|
+
text: 'Give to U of G',
|
|
698
|
+
icon: faHandHoldingHeart.faHandHoldingHeart,
|
|
699
|
+
href: 'https://www.alumni.uoguelph.ca/give-to-guelph/how-to-give',
|
|
700
|
+
},
|
|
701
|
+
];
|
|
577
702
|
const UofgFooter$1 = /*@__PURE__*/ proxyCustomElement(class UofgFooter extends HTMLElement {
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
703
|
+
constructor() {
|
|
704
|
+
super();
|
|
705
|
+
this.__registerHost();
|
|
706
|
+
this.__attachShadow();
|
|
707
|
+
this.extraLinks = [];
|
|
708
|
+
}
|
|
709
|
+
connectedCallback() {
|
|
710
|
+
var _a;
|
|
711
|
+
this.updateExtraLinks();
|
|
712
|
+
(_a = this.observer) !== null && _a !== void 0 ? _a : (this.observer = new MutationObserver(() => {
|
|
713
|
+
this.updateExtraLinks();
|
|
714
|
+
}));
|
|
715
|
+
this.observer.observe(this.el, { childList: true, subtree: true });
|
|
716
|
+
}
|
|
717
|
+
updateExtraLinks() {
|
|
718
|
+
var _a;
|
|
719
|
+
this.extraLinks = Array.from((_a = this.el) === null || _a === void 0 ? void 0 : _a.children)
|
|
720
|
+
.filter(child => child.tagName === 'A')
|
|
721
|
+
.map(child => ({ text: child.textContent, href: child.getAttribute('href') }));
|
|
722
|
+
}
|
|
723
|
+
render() {
|
|
724
|
+
return (h("footer", { key: '7e1c2c333b0690bdf48a0c8646e4bc1660cafc74' }, this.extraLinks.length > 0 && (h("ul", { class: "tw-flex tw-flex-wrap tw-items-center tw-justify-center tw-bg-uofg-blue-50 tw-p-6 tw-px-[max(calc((100%-1320px)/2),2rem)]" }, this.extraLinks.map(link => (h("li", { class: "tw-border-0 tw-border-r-2 tw-border-solid tw-border-uofg-blue-100 tw-p-2 first:tw-border-l-2" }, h("a", { class: "tw-text-uofg-blue-500 tw-transition-colors hocus:tw-text-uofg-blue-950", href: link.href }, link.text)))))), h("div", { key: '2a7bc3b10735ecba41c936895b12857e02be8b39', class: "tw-flex tw-flex-col tw-content-center tw-gap-8 tw-bg-black tw-px-[max(calc((100%-1320px)/2),2rem)] tw-py-8 tw-text-white md:tw-grid md:tw-grid-cols-2 lg:tw-grid-cols-4" }, h("div", { key: 'e4ad770842e3d6afe36b94805d5b593c110a8abe', class: "tw-flex tw-flex-col tw-justify-between tw-gap-4" }, h("a", { key: '8f3c64e2b3bc247c286389182b2923ffae62eb79', href: "https://www.uoguelph.ca/improve-life", "aria-label": "Improve Life", class: "tw-flex tw-transition-opacity hocus:tw-opacity-75 [&>svg]:tw-h-[1.6em]", innerHTML: improveLifeLogo }), h("ul", { key: '52cc20ceea75b7688ea8084dd8a68604e8721141', class: "tw-flex tw-gap-3 tw-text-4xl [&>li]:tw-contents" }, socials.map(item => (h("li", null, h("a", { href: item.href, "aria-label": item.text, class: `tw-transition-colors [&>svg]:tw-h-[1em] [&>svg]:tw-fill-current ${item.class}` }, h(FontAwesomeIcon, { icon: item.icon })))))), h("a", { key: '02593d4e251af9dcc45ea58cc9fde9a48e94e8d7', class: "tw-w-fit tw-border-0 tw-border-b-2 tw-border-dotted tw-border-transparent tw-transition-colors hocus:tw-border-white", href: "https://www.uoguelph.ca/web/socialmedia/" }, "Social Media Directory"), h("a", { key: 'cb4965e8d0aefbe2051c990ed664b4dbba3c1df1', class: "tw-w-fit tw-border-0 tw-border-b-2 tw-border-dotted tw-border-transparent tw-transition-colors hocus:tw-border-white", href: "https://www.uoguelph.ca/web/" }, "\u00A9 ", new Date().getFullYear(), " University of Guelph")), h("div", { key: '5d76bcee6f7080194c062c35a545220333c1e2f4', class: "md:tw-col-span-2 md:tw-row-start-2 lg:tw-row-auto" }, h("ul", { key: 'e6d48fdac5a3c2aa5481bd3aaa6521815ab2977e', class: "tw-flex tw-flex-col tw-gap-4 md:tw-grid md:tw-grid-cols-2 [&>li]:tw-contents" }, links.map(item => {
|
|
725
|
+
var _a;
|
|
726
|
+
return (h("li", null, h("a", { href: item.href, title: (_a = item === null || item === void 0 ? void 0 : item.title) !== null && _a !== void 0 ? _a : '', class: "tw-flex tw-w-fit tw-gap-3 tw-border-0 tw-border-b-2 tw-border-dotted tw-border-transparent tw-transition-colors hocus:tw-border-white [&>svg]:tw-h-[1em] [&>svg]:tw-fill-uofg-yellow" }, h(FontAwesomeIcon, { icon: item.icon }), h("span", null, item.text))));
|
|
727
|
+
}))), h("address", { key: 'e5941955d0f8b8a534980396efeaa1c9c49a919a', class: "tw-flex tw-flex-col tw-justify-between tw-gap-4 tw-not-italic" }, h("strong", { key: '4a147a383479b0fea78c31ee83e852e298d73a49' }, "University of Guelph"), h("span", { key: 'c75566a010994dbd4e38afaa8c7b1ce2eedaa4b4' }, "50 Stone Road East,"), h("span", { key: 'e56462b21cf183eb66c85d17f4f74275947ca260' }, "Guelph, Ontario, Canada"), h("span", { key: '05ce006f06502c2b824914ab22b3a1e601f512e5' }, "N1G 2W1"), h("a", { key: '01d4b036db7d9fe71c4a24c5e4714c66d0ef596f', href: "tel:1-519-824-4120", class: "tw-flex tw-w-fit tw-gap-2 tw-border-0 tw-border-b-2 tw-border-dotted tw-border-transparent tw-text-uofg-blue tw-transition-colors hocus:tw-border-current [&>svg]:tw-h-[1em] [&>svg]:tw-fill-current" }, h(FontAwesomeIcon, { key: '22427c9cc0bb50f48a77b8c6bce3d474029c8c79', icon: faPhoneFlip.faPhoneFlip }), h("span", { key: '340eea2c61160970cdea49ab53123cbdb2b462c4' }, "519-824-4120"))))));
|
|
728
|
+
}
|
|
729
|
+
get el() { return this; }
|
|
730
|
+
static get style() { return UofgFooterStyle0; }
|
|
603
731
|
}, [1, "uofg-footer", {
|
|
604
|
-
|
|
605
|
-
|
|
732
|
+
"extraLinks": [32]
|
|
733
|
+
}]);
|
|
606
734
|
function defineCustomElement$1() {
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
735
|
+
if (typeof customElements === "undefined") {
|
|
736
|
+
return;
|
|
737
|
+
}
|
|
738
|
+
const components = ["uofg-footer"];
|
|
739
|
+
components.forEach(tagName => { switch (tagName) {
|
|
740
|
+
case "uofg-footer":
|
|
741
|
+
if (!customElements.get(tagName)) {
|
|
742
|
+
customElements.define(tagName, UofgFooter$1);
|
|
743
|
+
}
|
|
744
|
+
break;
|
|
745
|
+
} });
|
|
618
746
|
}
|
|
619
747
|
|
|
620
748
|
const UofgFooter = UofgFooter$1;
|
|
@@ -2,8 +2,8 @@ import type { Components, JSX } from "../types/components";
|
|
|
2
2
|
|
|
3
3
|
interface UofgHeader extends Components.UofgHeader, HTMLElement {}
|
|
4
4
|
export const UofgHeader: {
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
prototype: UofgHeader;
|
|
6
|
+
new (): UofgHeader;
|
|
7
7
|
};
|
|
8
8
|
/**
|
|
9
9
|
* Used to define this component and all nested components recursively.
|