@universityofmaryland/web-components-library 1.18.11 → 1.18.12
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/README.md +1 -1
- package/dist/bundle.js +234 -187
- package/dist/bundle.js.map +1 -1
- package/dist/cdn.js +69 -69
- package/dist/cdn.js.map +1 -1
- package/package.json +5 -5
package/dist/bundle.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const
|
|
1
|
+
const Me = {
|
|
2
2
|
gray: {
|
|
3
3
|
50: "#FAFAFA",
|
|
4
4
|
100: "#F1F1F1",
|
|
@@ -25,21 +25,21 @@ const Ie = {
|
|
|
25
25
|
white: "#FFFFFF",
|
|
26
26
|
black: "#000000"
|
|
27
27
|
}, M = {
|
|
28
|
-
red:
|
|
29
|
-
blue:
|
|
30
|
-
green:
|
|
31
|
-
gold:
|
|
28
|
+
red: Me.red[500],
|
|
29
|
+
blue: Me.blue[500],
|
|
30
|
+
green: Me.green[500],
|
|
31
|
+
gold: Me.gold[500],
|
|
32
32
|
white: iC.white,
|
|
33
33
|
black: iC.black,
|
|
34
|
-
redDark:
|
|
34
|
+
redDark: Me.red[900],
|
|
35
35
|
gray: {
|
|
36
|
-
darker:
|
|
37
|
-
dark:
|
|
38
|
-
mediumAA:
|
|
39
|
-
medium:
|
|
40
|
-
light:
|
|
41
|
-
lighter:
|
|
42
|
-
lightest:
|
|
36
|
+
darker: Me.gray[900],
|
|
37
|
+
dark: Me.gray[700],
|
|
38
|
+
mediumAA: Me.gray[500],
|
|
39
|
+
medium: Me.gray[400],
|
|
40
|
+
light: Me.gray[200],
|
|
41
|
+
lighter: Me.gray[100],
|
|
42
|
+
lightest: Me.gray[50]
|
|
43
43
|
}
|
|
44
44
|
}, bD = {
|
|
45
45
|
// max is deprecated, use larger instead
|
|
@@ -345,12 +345,12 @@ function VD() {
|
|
|
345
345
|
const ZD = {}, XD = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
346
346
|
__proto__: null,
|
|
347
347
|
default: ZD
|
|
348
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
348
|
+
}, Symbol.toStringTag, { value: "Module" })), xe = /* @__PURE__ */ WD(XD);
|
|
349
349
|
var kc, rC;
|
|
350
350
|
function fd() {
|
|
351
351
|
if (rC) return kc;
|
|
352
352
|
rC = 1;
|
|
353
|
-
let A = /* @__PURE__ */ VD(), e =
|
|
353
|
+
let A = /* @__PURE__ */ VD(), e = xe;
|
|
354
354
|
class t extends Error {
|
|
355
355
|
constructor(i, s, r, l, c, a) {
|
|
356
356
|
super(i), this.name = "CssSyntaxError", this.reason = i, c && (this.file = c), l && (this.source = l), a && (this.plugin = a), typeof s < "u" && typeof r < "u" && (typeof s == "number" ? (this.line = s, this.column = r) : (this.line = s.line, this.column = s.column, this.endLine = r.line, this.endColumn = r.column)), this.setMessage(), Error.captureStackTrace && Error.captureStackTrace(this, t);
|
|
@@ -1157,7 +1157,7 @@ var Zc, CC;
|
|
|
1157
1157
|
function w1() {
|
|
1158
1158
|
if (CC) return Zc;
|
|
1159
1159
|
CC = 1;
|
|
1160
|
-
let { existsSync: A, readFileSync: e } =
|
|
1160
|
+
let { existsSync: A, readFileSync: e } = xe, { dirname: t, join: n } = xe, { SourceMapConsumer: i, SourceMapGenerator: s } = xe;
|
|
1161
1161
|
function r(c) {
|
|
1162
1162
|
return Buffer ? Buffer.from(c, "base64").toString() : window.atob(c);
|
|
1163
1163
|
}
|
|
@@ -1245,7 +1245,7 @@ var Xc, QC;
|
|
|
1245
1245
|
function wa() {
|
|
1246
1246
|
if (QC) return Xc;
|
|
1247
1247
|
QC = 1;
|
|
1248
|
-
let { nanoid: A } = /* @__PURE__ */ qD(), { isAbsolute: e, resolve: t } =
|
|
1248
|
+
let { nanoid: A } = /* @__PURE__ */ qD(), { isAbsolute: e, resolve: t } = xe, { SourceMapConsumer: n, SourceMapGenerator: i } = xe, { fileURLToPath: s, pathToFileURL: r } = xe, l = fd(), c = w1(), a = xe, o = /* @__PURE__ */ Symbol("lineToIndexCache"), B = !!(n && i), g = !!(t && e);
|
|
1249
1249
|
function w(d) {
|
|
1250
1250
|
if (d[o]) return d[o];
|
|
1251
1251
|
let u = d.css.split(`
|
|
@@ -1488,7 +1488,7 @@ var el, IC;
|
|
|
1488
1488
|
function u1() {
|
|
1489
1489
|
if (IC) return el;
|
|
1490
1490
|
IC = 1;
|
|
1491
|
-
let { dirname: A, relative: e, resolve: t, sep: n } =
|
|
1491
|
+
let { dirname: A, relative: e, resolve: t, sep: n } = xe, { SourceMapConsumer: i, SourceMapGenerator: s } = xe, { pathToFileURL: r } = xe, l = wa(), c = !!(i && s), a = !!(A && t && e && n);
|
|
1492
1492
|
class o {
|
|
1493
1493
|
constructor(g, w, h, d) {
|
|
1494
1494
|
this.stringify = g, this.mapOpts = h.map || {}, this.root = w, this.opts = h, this.css = d, this.originalCSS = d, this.usesFileUrls = !this.mapOpts.from && this.mapOpts.absolute, this.memoizedFileURLs = /* @__PURE__ */ new Map(), this.memoizedPaths = /* @__PURE__ */ new Map(), this.memoizedURLs = /* @__PURE__ */ new Map();
|
|
@@ -2857,7 +2857,7 @@ sn.objectify;
|
|
|
2857
2857
|
sn.parse;
|
|
2858
2858
|
sn.async;
|
|
2859
2859
|
sn.sync;
|
|
2860
|
-
var Zs = { exports: {} }, Xs = { exports: {} }, qs = { exports: {} }, $s = { exports: {} }, _s = { exports: {} }, Ar = { exports: {} },
|
|
2860
|
+
var Zs = { exports: {} }, Xs = { exports: {} }, qs = { exports: {} }, $s = { exports: {} }, _s = { exports: {} }, Ar = { exports: {} }, Ge = {}, er = { exports: {} }, SC;
|
|
2861
2861
|
function m1() {
|
|
2862
2862
|
return SC || (SC = 1, (function(A, e) {
|
|
2863
2863
|
e.__esModule = !0, e.default = i;
|
|
@@ -2951,20 +2951,20 @@ function B4() {
|
|
|
2951
2951
|
}
|
|
2952
2952
|
var OC;
|
|
2953
2953
|
function ua() {
|
|
2954
|
-
if (OC) return
|
|
2955
|
-
OC = 1,
|
|
2954
|
+
if (OC) return Ge;
|
|
2955
|
+
OC = 1, Ge.__esModule = !0, Ge.unesc = Ge.stripComments = Ge.getProp = Ge.ensureObject = void 0;
|
|
2956
2956
|
var A = i(m1());
|
|
2957
|
-
|
|
2957
|
+
Ge.unesc = A.default;
|
|
2958
2958
|
var e = i(c4());
|
|
2959
|
-
|
|
2959
|
+
Ge.getProp = e.default;
|
|
2960
2960
|
var t = i(l4());
|
|
2961
|
-
|
|
2961
|
+
Ge.ensureObject = t.default;
|
|
2962
2962
|
var n = i(B4());
|
|
2963
|
-
|
|
2963
|
+
Ge.stripComments = n.default;
|
|
2964
2964
|
function i(s) {
|
|
2965
2965
|
return s && s.__esModule ? s : { default: s };
|
|
2966
2966
|
}
|
|
2967
|
-
return
|
|
2967
|
+
return Ge;
|
|
2968
2968
|
}
|
|
2969
2969
|
var KC;
|
|
2970
2970
|
function Gt() {
|
|
@@ -4474,7 +4474,7 @@ function u4() {
|
|
|
4474
4474
|
return this.error("Expected an attribute followed by an operator preceding the string.", {
|
|
4475
4475
|
index: dA[d.FIELDS.START_POS]
|
|
4476
4476
|
});
|
|
4477
|
-
var
|
|
4477
|
+
var ve = (0, o.unescapeValue)(X), Uc = ve.unescaped, xc = ve.quoteMark;
|
|
4478
4478
|
U.value = Uc, U.quoteMark = xc, j = "value", (0, Q.ensureObject)(U, "raws"), U.raws.value = X, eA = !1;
|
|
4479
4479
|
break;
|
|
4480
4480
|
case u.equals:
|
|
@@ -4770,12 +4770,12 @@ function u4() {
|
|
|
4770
4770
|
};
|
|
4771
4771
|
MA = new r.default(Z(qe, "value"));
|
|
4772
4772
|
} else {
|
|
4773
|
-
var
|
|
4773
|
+
var ve = {
|
|
4774
4774
|
value: UA,
|
|
4775
4775
|
source: re,
|
|
4776
4776
|
sourceIndex: ZA
|
|
4777
4777
|
};
|
|
4778
|
-
Z(
|
|
4778
|
+
Z(ve, "value"), MA = new l.default(ve);
|
|
4779
4779
|
}
|
|
4780
4780
|
K.newNode(MA, G), G = null;
|
|
4781
4781
|
}), this.position++;
|
|
@@ -6112,7 +6112,7 @@ const t3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6112
6112
|
...on,
|
|
6113
6113
|
...q1
|
|
6114
6114
|
};
|
|
6115
|
-
function
|
|
6115
|
+
function me(A, e) {
|
|
6116
6116
|
const { theme: t, color: n } = e || {}, s = {
|
|
6117
6117
|
maximum: a3,
|
|
6118
6118
|
extralarge: c3,
|
|
@@ -6131,7 +6131,7 @@ function Ee(A, e) {
|
|
|
6131
6131
|
className: c.join("-")
|
|
6132
6132
|
});
|
|
6133
6133
|
}
|
|
6134
|
-
const d3 =
|
|
6134
|
+
const d3 = me("maximum"), $1 = me("extralarge"), u3 = me("large"), h3 = me("medium"), C3 = me("small"), Q3 = me("extrasmall"), _1 = {
|
|
6135
6135
|
/**
|
|
6136
6136
|
* Maximum size campaign typography.
|
|
6137
6137
|
* @returns {JssObject} Maximum size campaign typography with responsive behavior.
|
|
@@ -6146,7 +6146,7 @@ const d3 = Ee("maximum"), $1 = Ee("extralarge"), u3 = Ee("large"), h3 = Ee("medi
|
|
|
6146
6146
|
* ```
|
|
6147
6147
|
* @since 1.1.0
|
|
6148
6148
|
*/
|
|
6149
|
-
maximum:
|
|
6149
|
+
maximum: me("maximum"),
|
|
6150
6150
|
/**
|
|
6151
6151
|
* Extra large size campaign typography.
|
|
6152
6152
|
* @returns {JssObject} Extra large size campaign typography with responsive behavior.
|
|
@@ -6161,7 +6161,7 @@ const d3 = Ee("maximum"), $1 = Ee("extralarge"), u3 = Ee("large"), h3 = Ee("medi
|
|
|
6161
6161
|
* ```
|
|
6162
6162
|
* @since 1.1.0
|
|
6163
6163
|
*/
|
|
6164
|
-
extraLarge:
|
|
6164
|
+
extraLarge: me("extralarge"),
|
|
6165
6165
|
/**
|
|
6166
6166
|
* Large size campaign typography.
|
|
6167
6167
|
* @returns {JssObject} Large size campaign typography with responsive behavior.
|
|
@@ -6176,7 +6176,7 @@ const d3 = Ee("maximum"), $1 = Ee("extralarge"), u3 = Ee("large"), h3 = Ee("medi
|
|
|
6176
6176
|
* ```
|
|
6177
6177
|
* @since 1.1.0
|
|
6178
6178
|
*/
|
|
6179
|
-
large:
|
|
6179
|
+
large: me("large"),
|
|
6180
6180
|
/**
|
|
6181
6181
|
* Medium size campaign typography.
|
|
6182
6182
|
* @returns {JssObject} Medium size campaign typography with responsive behavior.
|
|
@@ -6191,7 +6191,7 @@ const d3 = Ee("maximum"), $1 = Ee("extralarge"), u3 = Ee("large"), h3 = Ee("medi
|
|
|
6191
6191
|
* ```
|
|
6192
6192
|
* @since 1.1.0
|
|
6193
6193
|
*/
|
|
6194
|
-
medium:
|
|
6194
|
+
medium: me("medium"),
|
|
6195
6195
|
/**
|
|
6196
6196
|
* Small size campaign typography.
|
|
6197
6197
|
* @returns {JssObject} Small size campaign typography with responsive behavior.
|
|
@@ -6206,7 +6206,7 @@ const d3 = Ee("maximum"), $1 = Ee("extralarge"), u3 = Ee("large"), h3 = Ee("medi
|
|
|
6206
6206
|
* ```
|
|
6207
6207
|
* @since 1.1.0
|
|
6208
6208
|
*/
|
|
6209
|
-
small:
|
|
6209
|
+
small: me("small"),
|
|
6210
6210
|
/**
|
|
6211
6211
|
* Extra small size campaign typography.
|
|
6212
6212
|
* @returns {JssObject} Extra small size campaign typography.
|
|
@@ -6221,10 +6221,10 @@ const d3 = Ee("maximum"), $1 = Ee("extralarge"), u3 = Ee("large"), h3 = Ee("medi
|
|
|
6221
6221
|
* ```
|
|
6222
6222
|
* @since 1.1.0
|
|
6223
6223
|
*/
|
|
6224
|
-
extraSmall:
|
|
6224
|
+
extraSmall: me("extrasmall")
|
|
6225
6225
|
}, f3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6226
6226
|
__proto__: null,
|
|
6227
|
-
compose:
|
|
6227
|
+
compose: me,
|
|
6228
6228
|
extraSmall: Q3,
|
|
6229
6229
|
extralarge: $1,
|
|
6230
6230
|
fonts: _1,
|
|
@@ -6567,7 +6567,7 @@ const o0 = gA("largest"), Do = gA("extralarge"), Ki = gA("larger"), Le = gA("lar
|
|
|
6567
6567
|
...ws,
|
|
6568
6568
|
...l0
|
|
6569
6569
|
};
|
|
6570
|
-
function
|
|
6570
|
+
function Ue(A, e) {
|
|
6571
6571
|
const { theme: t, color: n } = e || {}, s = {
|
|
6572
6572
|
maximum: z3,
|
|
6573
6573
|
extralarge: J3,
|
|
@@ -6585,15 +6585,15 @@ function Pe(A, e) {
|
|
|
6585
6585
|
className: c.join("-")
|
|
6586
6586
|
});
|
|
6587
6587
|
}
|
|
6588
|
-
const W3 =
|
|
6589
|
-
maximum:
|
|
6590
|
-
extraLarge:
|
|
6591
|
-
larger:
|
|
6592
|
-
large:
|
|
6593
|
-
medium:
|
|
6588
|
+
const W3 = Ue("maximum"), V3 = Ue("extralarge"), Z3 = Ue("larger"), X3 = Ue("large"), q3 = Ue("medium"), $3 = {
|
|
6589
|
+
maximum: Ue("maximum"),
|
|
6590
|
+
extraLarge: Ue("extralarge"),
|
|
6591
|
+
larger: Ue("larger"),
|
|
6592
|
+
large: Ue("large"),
|
|
6593
|
+
medium: Ue("medium")
|
|
6594
6594
|
}, _3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6595
6595
|
__proto__: null,
|
|
6596
|
-
compose:
|
|
6596
|
+
compose: Ue,
|
|
6597
6597
|
extralarge: V3,
|
|
6598
6598
|
fonts: $3,
|
|
6599
6599
|
large: X3,
|
|
@@ -9793,12 +9793,7 @@ const l8 = O({
|
|
|
9793
9793
|
sans: S3,
|
|
9794
9794
|
serif: _3,
|
|
9795
9795
|
stats: aF
|
|
9796
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
9797
|
-
mobile: A,
|
|
9798
|
-
tablet: e,
|
|
9799
|
-
desktop: t,
|
|
9800
|
-
highDef: n
|
|
9801
|
-
}) => {
|
|
9796
|
+
}, Symbol.toStringTag, { value: "Module" })), fe = ({ mobile: A, tablet: e, desktop: t, highDef: n }) => {
|
|
9802
9797
|
const i = (s) => ({
|
|
9803
9798
|
minHeight: `${s}px`,
|
|
9804
9799
|
containIntrinsicSize: `auto ${s}px`
|
|
@@ -9862,7 +9857,7 @@ const l8 = O({
|
|
|
9862
9857
|
],
|
|
9863
9858
|
"umd-element-",
|
|
9864
9859
|
{
|
|
9865
|
-
notDefined:
|
|
9860
|
+
notDefined: fe({ mobile: 120, tablet: 160, desktop: 200 })
|
|
9866
9861
|
}
|
|
9867
9862
|
), G8 = ns(
|
|
9868
9863
|
[
|
|
@@ -9881,7 +9876,7 @@ const l8 = O({
|
|
|
9881
9876
|
],
|
|
9882
9877
|
"umd-feed-",
|
|
9883
9878
|
{
|
|
9884
|
-
notDefined:
|
|
9879
|
+
notDefined: fe({ mobile: 480, tablet: 640, desktop: 800 })
|
|
9885
9880
|
}
|
|
9886
9881
|
), b8 = [
|
|
9887
9882
|
"article",
|
|
@@ -9897,7 +9892,7 @@ const l8 = O({
|
|
|
9897
9892
|
notDefined: {
|
|
9898
9893
|
contentVisibility: "hidden",
|
|
9899
9894
|
display: "block",
|
|
9900
|
-
...
|
|
9895
|
+
...fe({ mobile: 360, tablet: 420, desktop: 480 }),
|
|
9901
9896
|
"& > *": { contentVisibility: "hidden" }
|
|
9902
9897
|
},
|
|
9903
9898
|
defined: {
|
|
@@ -9931,6 +9926,17 @@ const l8 = O({
|
|
|
9931
9926
|
}),
|
|
9932
9927
|
{}
|
|
9933
9928
|
), P8 = WA("umd-element-card-overlay", {
|
|
9929
|
+
notDefined: {
|
|
9930
|
+
contentVisibility: "hidden",
|
|
9931
|
+
display: "block",
|
|
9932
|
+
...fe({ mobile: 360, tablet: 420, desktop: 480 }),
|
|
9933
|
+
"& > *": { contentVisibility: "hidden" }
|
|
9934
|
+
},
|
|
9935
|
+
defined: {
|
|
9936
|
+
contentVisibility: "visible",
|
|
9937
|
+
containerType: "inline-size",
|
|
9938
|
+
display: "block"
|
|
9939
|
+
},
|
|
9934
9940
|
custom: {
|
|
9935
9941
|
"umd-element-card-overlay.size-large": {
|
|
9936
9942
|
minHeight: "320px",
|
|
@@ -9949,7 +9955,7 @@ const l8 = O({
|
|
|
9949
9955
|
notDefined: {
|
|
9950
9956
|
contentVisibility: "hidden",
|
|
9951
9957
|
display: "block",
|
|
9952
|
-
...
|
|
9958
|
+
...fe({ mobile: 600, tablet: 800, desktop: 1e3 }),
|
|
9953
9959
|
"& > *": { display: "none" }
|
|
9954
9960
|
},
|
|
9955
9961
|
defined: {
|
|
@@ -9972,7 +9978,7 @@ const l8 = O({
|
|
|
9972
9978
|
notDefined: {
|
|
9973
9979
|
contentVisibility: "auto",
|
|
9974
9980
|
display: "block",
|
|
9975
|
-
...
|
|
9981
|
+
...fe({ mobile: 480, tablet: 600, desktop: 700 })
|
|
9976
9982
|
// Slot content is left visible: a carousel slide is a likely LCP
|
|
9977
9983
|
// candidate, and the parent's min-height reservation already
|
|
9978
9984
|
// prevents CLS. Hiding children would disqualify them from LCP.
|
|
@@ -9991,7 +9997,7 @@ const l8 = O({
|
|
|
9991
9997
|
notDefined: {
|
|
9992
9998
|
contentVisibility: "auto",
|
|
9993
9999
|
display: "block",
|
|
9994
|
-
...
|
|
10000
|
+
...fe({ mobile: 480, tablet: 560, desktop: 640 })
|
|
9995
10001
|
// Slot content (hero image / headline) is the LCP candidate on
|
|
9996
10002
|
// most pages — leave it visible so it can be painted and counted.
|
|
9997
10003
|
// CLS is protected by the parent's min-height reservation.
|
|
@@ -10007,7 +10013,7 @@ const l8 = O({
|
|
|
10007
10013
|
notDefined: {
|
|
10008
10014
|
contentVisibility: "hidden",
|
|
10009
10015
|
display: "block",
|
|
10010
|
-
...
|
|
10016
|
+
...fe({ mobile: 600, tablet: 720, desktop: 800 })
|
|
10011
10017
|
},
|
|
10012
10018
|
defined: {
|
|
10013
10019
|
contentVisibility: "visible",
|
|
@@ -10019,7 +10025,7 @@ const l8 = O({
|
|
|
10019
10025
|
notDefined: {
|
|
10020
10026
|
contentVisibility: "hidden",
|
|
10021
10027
|
display: "block",
|
|
10022
|
-
...
|
|
10028
|
+
...fe({ mobile: 240, tablet: 280, desktop: 320 })
|
|
10023
10029
|
},
|
|
10024
10030
|
defined: {
|
|
10025
10031
|
contentVisibility: "visible",
|
|
@@ -10031,7 +10037,7 @@ const l8 = O({
|
|
|
10031
10037
|
notDefined: {
|
|
10032
10038
|
contentVisibility: "hidden",
|
|
10033
10039
|
display: "block",
|
|
10034
|
-
...
|
|
10040
|
+
...fe({ mobile: 56, tablet: 64 })
|
|
10035
10041
|
},
|
|
10036
10042
|
defined: {
|
|
10037
10043
|
contentVisibility: "visible",
|
|
@@ -10080,7 +10086,8 @@ const l8 = O({
|
|
|
10080
10086
|
}), S8 = WA("umd-layout-image-expand", {
|
|
10081
10087
|
notDefined: {
|
|
10082
10088
|
contentVisibility: "hidden",
|
|
10083
|
-
...
|
|
10089
|
+
...fe({ mobile: 600, tablet: 800, desktop: 1e3 }),
|
|
10090
|
+
"& > *": { contentVisibility: "hidden" }
|
|
10084
10091
|
},
|
|
10085
10092
|
defined: {
|
|
10086
10093
|
contentVisibility: "visible",
|
|
@@ -10124,6 +10131,7 @@ const l8 = O({
|
|
|
10124
10131
|
zIndex: "99"
|
|
10125
10132
|
}
|
|
10126
10133
|
}), K8 = WA("umd-element-navigation-sticky", {
|
|
10134
|
+
notDefined: {},
|
|
10127
10135
|
defined: {
|
|
10128
10136
|
position: "relative",
|
|
10129
10137
|
zIndex: "99999"
|
|
@@ -10160,7 +10168,7 @@ const l8 = O({
|
|
|
10160
10168
|
notDefined: {
|
|
10161
10169
|
contentVisibility: "hidden",
|
|
10162
10170
|
display: "block",
|
|
10163
|
-
...
|
|
10171
|
+
...fe({ mobile: 360, tablet: 480, desktop: 560 })
|
|
10164
10172
|
},
|
|
10165
10173
|
defined: {
|
|
10166
10174
|
contentVisibility: "visible",
|
|
@@ -10168,9 +10176,13 @@ const l8 = O({
|
|
|
10168
10176
|
display: "block"
|
|
10169
10177
|
}
|
|
10170
10178
|
}), Er = "umd-element-scroll-top", Z8 = WA(Er, {
|
|
10179
|
+
notDefined: {
|
|
10180
|
+
display: "none"
|
|
10181
|
+
},
|
|
10171
10182
|
defined: {
|
|
10172
10183
|
height: "40px",
|
|
10173
|
-
width: "40px"
|
|
10184
|
+
width: "40px",
|
|
10185
|
+
display: "block"
|
|
10174
10186
|
},
|
|
10175
10187
|
custom: {
|
|
10176
10188
|
[`* + ${Er}`]: { marginTop: m.md },
|
|
@@ -10191,6 +10203,16 @@ const l8 = O({
|
|
|
10191
10203
|
(A, e) => ({
|
|
10192
10204
|
...A,
|
|
10193
10205
|
...WA(`umd-element-${e}`, {
|
|
10206
|
+
notDefined: {
|
|
10207
|
+
contentVisibility: "hidden",
|
|
10208
|
+
display: "block",
|
|
10209
|
+
...fe({ mobile: 360, tablet: 480, desktop: 560 })
|
|
10210
|
+
},
|
|
10211
|
+
defined: {
|
|
10212
|
+
contentVisibility: "visible",
|
|
10213
|
+
containerType: "inline-size",
|
|
10214
|
+
display: "block"
|
|
10215
|
+
},
|
|
10194
10216
|
custom: {
|
|
10195
10217
|
"umd-element-section-intro-wide + *, umd-element-section-intro + *": {
|
|
10196
10218
|
marginTop: m.lg,
|
|
@@ -10204,6 +10226,12 @@ const l8 = O({
|
|
|
10204
10226
|
{}
|
|
10205
10227
|
)
|
|
10206
10228
|
}, mr = "umd-element-social-sharing", q8 = WA(mr, {
|
|
10229
|
+
notDefined: {
|
|
10230
|
+
display: "none"
|
|
10231
|
+
},
|
|
10232
|
+
defined: {
|
|
10233
|
+
display: "block"
|
|
10234
|
+
},
|
|
10207
10235
|
custom: {
|
|
10208
10236
|
[`* + ${mr}`]: { marginTop: m.md },
|
|
10209
10237
|
[`${mr}[fixed], ${mr}[data-layout-fixed="true"]`]: {
|
|
@@ -10226,10 +10254,29 @@ const l8 = O({
|
|
|
10226
10254
|
display: "block"
|
|
10227
10255
|
}
|
|
10228
10256
|
}), LQ = "umd-element-tabs", _8 = WA(LQ, {
|
|
10257
|
+
notDefined: {
|
|
10258
|
+
"& > *": { display: "none" },
|
|
10259
|
+
...fe({ mobile: 360, tablet: 480, desktop: 560 })
|
|
10260
|
+
},
|
|
10261
|
+
defined: {
|
|
10262
|
+
display: "block",
|
|
10263
|
+
"& button, & button": {
|
|
10264
|
+
transition: "color 0.3s ease"
|
|
10265
|
+
},
|
|
10266
|
+
'& button:not([aria-expanded="true"]):hover, & button:not([aria-expanded="true"]):focus': {
|
|
10267
|
+
color: `${M.red} !important`
|
|
10268
|
+
}
|
|
10269
|
+
},
|
|
10229
10270
|
custom: {
|
|
10230
10271
|
[`${LQ} + *`]: { marginTop: m.lg }
|
|
10231
10272
|
}
|
|
10232
10273
|
}), A7 = WA("umd-element-person", {
|
|
10274
|
+
notDefined: {
|
|
10275
|
+
display: "none"
|
|
10276
|
+
},
|
|
10277
|
+
defined: {
|
|
10278
|
+
display: "block"
|
|
10279
|
+
},
|
|
10233
10280
|
custom: {
|
|
10234
10281
|
'umd-element-person[data-display="tabular"] + umd-element-person[data-display="tabular"]': {
|
|
10235
10282
|
marginTop: m.md,
|
|
@@ -10422,12 +10469,12 @@ function d7() {
|
|
|
10422
10469
|
const u7 = {}, h7 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
10423
10470
|
__proto__: null,
|
|
10424
10471
|
default: u7
|
|
10425
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
10472
|
+
}, Symbol.toStringTag, { value: "Module" })), Te = /* @__PURE__ */ w7(h7);
|
|
10426
10473
|
var vl, SQ;
|
|
10427
10474
|
function du() {
|
|
10428
10475
|
if (SQ) return vl;
|
|
10429
10476
|
SQ = 1;
|
|
10430
|
-
let A = /* @__PURE__ */ d7(), e =
|
|
10477
|
+
let A = /* @__PURE__ */ d7(), e = Te;
|
|
10431
10478
|
class t extends Error {
|
|
10432
10479
|
constructor(i, s, r, l, c, a) {
|
|
10433
10480
|
super(i), this.name = "CssSyntaxError", this.reason = i, c && (this.file = c), l && (this.source = l), a && (this.plugin = a), typeof s < "u" && typeof r < "u" && (typeof s == "number" ? (this.line = s, this.column = r) : (this.line = s.line, this.column = s.column, this.endLine = r.line, this.endColumn = r.column)), this.setMessage(), Error.captureStackTrace && Error.captureStackTrace(this, t);
|
|
@@ -11234,7 +11281,7 @@ var kl, $Q;
|
|
|
11234
11281
|
function wp() {
|
|
11235
11282
|
if ($Q) return kl;
|
|
11236
11283
|
$Q = 1;
|
|
11237
|
-
let { existsSync: A, readFileSync: e } =
|
|
11284
|
+
let { existsSync: A, readFileSync: e } = Te, { dirname: t, join: n } = Te, { SourceMapConsumer: i, SourceMapGenerator: s } = Te;
|
|
11238
11285
|
function r(c) {
|
|
11239
11286
|
return Buffer ? Buffer.from(c, "base64").toString() : window.atob(c);
|
|
11240
11287
|
}
|
|
@@ -11322,7 +11369,7 @@ var Rl, _Q;
|
|
|
11322
11369
|
function La() {
|
|
11323
11370
|
if (_Q) return Rl;
|
|
11324
11371
|
_Q = 1;
|
|
11325
|
-
let { nanoid: A } = /* @__PURE__ */ C7(), { isAbsolute: e, resolve: t } =
|
|
11372
|
+
let { nanoid: A } = /* @__PURE__ */ C7(), { isAbsolute: e, resolve: t } = Te, { SourceMapConsumer: n, SourceMapGenerator: i } = Te, { fileURLToPath: s, pathToFileURL: r } = Te, l = du(), c = wp(), a = Te, o = /* @__PURE__ */ Symbol("lineToIndexCache"), B = !!(n && i), g = !!(t && e);
|
|
11326
11373
|
function w(d) {
|
|
11327
11374
|
if (d[o]) return d[o];
|
|
11328
11375
|
let u = d.css.split(`
|
|
@@ -11565,7 +11612,7 @@ var Ol, sf;
|
|
|
11565
11612
|
function up() {
|
|
11566
11613
|
if (sf) return Ol;
|
|
11567
11614
|
sf = 1;
|
|
11568
|
-
let { dirname: A, relative: e, resolve: t, sep: n } =
|
|
11615
|
+
let { dirname: A, relative: e, resolve: t, sep: n } = Te, { SourceMapConsumer: i, SourceMapGenerator: s } = Te, { pathToFileURL: r } = Te, l = La(), c = !!(i && s), a = !!(A && t && e && n);
|
|
11569
11616
|
class o {
|
|
11570
11617
|
constructor(g, w, h, d) {
|
|
11571
11618
|
this.stringify = g, this.mapOpts = h.map || {}, this.root = w, this.opts = h, this.css = d, this.originalCSS = d, this.usesFileUrls = !this.mapOpts.from && this.mapOpts.absolute, this.memoizedFileURLs = /* @__PURE__ */ new Map(), this.memoizedPaths = /* @__PURE__ */ new Map(), this.memoizedURLs = /* @__PURE__ */ new Map();
|
|
@@ -12751,7 +12798,7 @@ zA.Input;
|
|
|
12751
12798
|
zA.Rule;
|
|
12752
12799
|
zA.Root;
|
|
12753
12800
|
zA.Node;
|
|
12754
|
-
var Mr = { exports: {} }, Yr = { exports: {} }, Dr = { exports: {} }, Fr = { exports: {} }, yr = { exports: {} }, vr = { exports: {} },
|
|
12801
|
+
var Mr = { exports: {} }, Yr = { exports: {} }, Dr = { exports: {} }, Fr = { exports: {} }, yr = { exports: {} }, vr = { exports: {} }, be = {}, Gr = { exports: {} }, hf;
|
|
12755
12802
|
function fp() {
|
|
12756
12803
|
return hf || (hf = 1, (function(A, e) {
|
|
12757
12804
|
e.__esModule = !0, e.default = i;
|
|
@@ -12845,20 +12892,20 @@ function D7() {
|
|
|
12845
12892
|
}
|
|
12846
12893
|
var Ef;
|
|
12847
12894
|
function Ra() {
|
|
12848
|
-
if (Ef) return
|
|
12849
|
-
Ef = 1,
|
|
12895
|
+
if (Ef) return be;
|
|
12896
|
+
Ef = 1, be.__esModule = !0, be.unesc = be.stripComments = be.getProp = be.ensureObject = void 0;
|
|
12850
12897
|
var A = i(fp());
|
|
12851
|
-
|
|
12898
|
+
be.unesc = A.default;
|
|
12852
12899
|
var e = i(M7());
|
|
12853
|
-
|
|
12900
|
+
be.getProp = e.default;
|
|
12854
12901
|
var t = i(Y7());
|
|
12855
|
-
|
|
12902
|
+
be.ensureObject = t.default;
|
|
12856
12903
|
var n = i(D7());
|
|
12857
|
-
|
|
12904
|
+
be.stripComments = n.default;
|
|
12858
12905
|
function i(s) {
|
|
12859
12906
|
return s && s.__esModule ? s : { default: s };
|
|
12860
12907
|
}
|
|
12861
|
-
return
|
|
12908
|
+
return be;
|
|
12862
12909
|
}
|
|
12863
12910
|
var mf;
|
|
12864
12911
|
function bt() {
|
|
@@ -14369,7 +14416,7 @@ function G7() {
|
|
|
14369
14416
|
return this.error("Expected an attribute followed by an operator preceding the string.", {
|
|
14370
14417
|
index: dA[d.FIELDS.START_POS]
|
|
14371
14418
|
});
|
|
14372
|
-
var
|
|
14419
|
+
var ve = (0, o.unescapeValue)(X), Uc = ve.unescaped, xc = ve.quoteMark;
|
|
14373
14420
|
U.value = Uc, U.quoteMark = xc, j = "value", (0, Q.ensureObject)(U, "raws"), U.raws.value = X, eA = !1;
|
|
14374
14421
|
break;
|
|
14375
14422
|
case u.equals:
|
|
@@ -14665,12 +14712,12 @@ function G7() {
|
|
|
14665
14712
|
};
|
|
14666
14713
|
MA = new r.default(Z(qe, "value"));
|
|
14667
14714
|
} else {
|
|
14668
|
-
var
|
|
14715
|
+
var ve = {
|
|
14669
14716
|
value: UA,
|
|
14670
14717
|
source: re,
|
|
14671
14718
|
sourceIndex: ZA
|
|
14672
14719
|
};
|
|
14673
|
-
Z(
|
|
14720
|
+
Z(ve, "value"), MA = new l.default(ve);
|
|
14674
14721
|
}
|
|
14675
14722
|
K.newNode(MA, G), G = null;
|
|
14676
14723
|
}), this.position++;
|
|
@@ -17563,7 +17610,7 @@ const iI = ({
|
|
|
17563
17610
|
}, Kb = (A) => {
|
|
17564
17611
|
const e = document.createElement("template");
|
|
17565
17612
|
return e.innerHTML = `<style>${A}</style>`, e;
|
|
17566
|
-
},
|
|
17613
|
+
}, Fe = ({
|
|
17567
17614
|
text: A,
|
|
17568
17615
|
containerTag: e = "div",
|
|
17569
17616
|
textTag: t = "p",
|
|
@@ -17762,7 +17809,7 @@ const Xb = "0.1.0", BE = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.de
|
|
|
17762
17809
|
createSlot: se,
|
|
17763
17810
|
createStyleTemplate: Kb,
|
|
17764
17811
|
createStyledSlotOrClone: Qe,
|
|
17765
|
-
createTextContainer:
|
|
17812
|
+
createTextContainer: Fe,
|
|
17766
17813
|
createTextWithLink: Pt,
|
|
17767
17814
|
createTimeElement: Gu,
|
|
17768
17815
|
debounce: ae,
|
|
@@ -20225,7 +20272,7 @@ const Xb = "0.1.0", BE = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.de
|
|
|
20225
20272
|
}
|
|
20226
20273
|
}
|
|
20227
20274
|
}).withChildren(...e).build();
|
|
20228
|
-
},
|
|
20275
|
+
}, De = "card-overlay-image", ys = (A) => {
|
|
20229
20276
|
const {
|
|
20230
20277
|
isQuote: e,
|
|
20231
20278
|
ctaIcon: t,
|
|
@@ -20350,7 +20397,7 @@ const Xb = "0.1.0", BE = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.de
|
|
|
20350
20397
|
}
|
|
20351
20398
|
)
|
|
20352
20399
|
}
|
|
20353
|
-
}).withChildren(...l, g).build(), h = new F().withClassName(
|
|
20400
|
+
}).withChildren(...l, g).build(), h = new F().withClassName(De).withStyles({
|
|
20354
20401
|
element: {
|
|
20355
20402
|
height: "100%",
|
|
20356
20403
|
containerType: "inline-size",
|
|
@@ -20374,7 +20421,7 @@ const Xb = "0.1.0", BE = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.de
|
|
|
20374
20421
|
color: d9,
|
|
20375
20422
|
icon: u9,
|
|
20376
20423
|
image: ys,
|
|
20377
|
-
imageClassRef:
|
|
20424
|
+
imageClassRef: De
|
|
20378
20425
|
}, Symbol.toStringTag, { value: "Module" })), ot = ({
|
|
20379
20426
|
video: A,
|
|
20380
20427
|
isAutoplay: e = !1,
|
|
@@ -27016,7 +27063,7 @@ const TE = (A, e) => {
|
|
|
27016
27063
|
ctaText
|
|
27017
27064
|
}
|
|
27018
27065
|
}
|
|
27019
|
-
`, uM = "umd-element-nav-alert",
|
|
27066
|
+
`, uM = "umd-element-nav-alert", Ee = {
|
|
27020
27067
|
URLS: {
|
|
27021
27068
|
DEFAULT: "https://umd.edu/api/v2"
|
|
27022
27069
|
},
|
|
@@ -27055,7 +27102,7 @@ const TE = (A, e) => {
|
|
|
27055
27102
|
DURATION: 60 * 1e3
|
|
27056
27103
|
// One minute in milliseconds
|
|
27057
27104
|
}
|
|
27058
|
-
}, { ATTRIBUTES: hM, ANIMATION: vk, BREAKPOINTS: ph, ELEMENTS: Nt, TYPES: CM } =
|
|
27105
|
+
}, { ATTRIBUTES: hM, ANIMATION: vk, BREAKPOINTS: ph, ELEMENTS: Nt, TYPES: CM } = Ee, Gk = `[${hM.TYPE}=${CM.GENERAL}]`, bk = `[${hM.TYPE}=${CM.CLOSED}]`, Pk = `.${Nt.DECLARATION}`, Aa = `.${Nt.CONTAINER}`, rm = `.${Nt.WRAPPER}`, Uk = `.${Nt.LOCK}`, Co = `.${Nt.TITLE}`, qr = `.${Nt.TEXT}`, qn = `.${Nt.CLOSE_BUTTON}`, om = `.${Nt.CTA}`, Yi = `${Aa}${Gk}`, IB = `${Aa}${bk}`, xk = `
|
|
27059
27106
|
${Yi} {
|
|
27060
27107
|
background-color: ${S.color.black};
|
|
27061
27108
|
}
|
|
@@ -27207,10 +27254,10 @@ const TE = (A, e) => {
|
|
|
27207
27254
|
QM("Saving value", t);
|
|
27208
27255
|
}
|
|
27209
27256
|
}, am = () => {
|
|
27210
|
-
const { STORAGE_KEYS: A } =
|
|
27257
|
+
const { STORAGE_KEYS: A } = Ee;
|
|
27211
27258
|
window.localStorage.removeItem(A.ALERT_TIME), window.localStorage.removeItem(A.ALERT);
|
|
27212
27259
|
}, zk = () => {
|
|
27213
|
-
const A = (/* @__PURE__ */ new Date()).getTime(), { STORAGE_KEYS: e, CACHE: t } =
|
|
27260
|
+
const A = (/* @__PURE__ */ new Date()).getTime(), { STORAGE_KEYS: e, CACHE: t } = Ee;
|
|
27214
27261
|
try {
|
|
27215
27262
|
const n = ea(e.ALERT_TIME), i = ea(e.ALERT);
|
|
27216
27263
|
if (!n)
|
|
@@ -27221,19 +27268,19 @@ const TE = (A, e) => {
|
|
|
27221
27268
|
return console.error("Cache check failed:", n), { shouldCheck: !0, cachedData: null };
|
|
27222
27269
|
}
|
|
27223
27270
|
}, fM = (A) => {
|
|
27224
|
-
Kg(
|
|
27271
|
+
Kg(Ee.STORAGE_KEYS.ALERT, A);
|
|
27225
27272
|
}, Ct = (A, e, t) => {
|
|
27226
27273
|
const n = document.createElement(A);
|
|
27227
27274
|
return e && n.classList.add(e), t && Object.entries(t).forEach(([i, s]) => {
|
|
27228
27275
|
n.setAttribute(i, s);
|
|
27229
27276
|
}), n;
|
|
27230
27277
|
}, Jk = (A) => {
|
|
27231
|
-
const { ELEMENTS: e, ANIMATION: t } =
|
|
27278
|
+
const { ELEMENTS: e, ANIMATION: t } = Ee, n = Ct("button", e.CLOSE_BUTTON, {
|
|
27232
27279
|
"aria-label": "remove alert"
|
|
27233
27280
|
});
|
|
27234
27281
|
return n.innerHTML = Ka, n.addEventListener("click", () => {
|
|
27235
27282
|
const i = ea(
|
|
27236
|
-
|
|
27283
|
+
Ee.STORAGE_KEYS.ALERT
|
|
27237
27284
|
);
|
|
27238
27285
|
i && (A.style.height = `${A.offsetHeight}px`, A.style.transition = `height ${t.SPEED}ms`, fM({ ...i, hidden: !0 }), setTimeout(() => {
|
|
27239
27286
|
A.style.height = "0px";
|
|
@@ -27245,7 +27292,7 @@ const TE = (A, e) => {
|
|
|
27245
27292
|
ctaText: A,
|
|
27246
27293
|
ctaUrl: e
|
|
27247
27294
|
}) => {
|
|
27248
|
-
const t = Ct("a",
|
|
27295
|
+
const t = Ct("a", Ee.ELEMENTS.CTA, {
|
|
27249
27296
|
href: e,
|
|
27250
27297
|
rel: "noopener noreferrer",
|
|
27251
27298
|
target: "_blank"
|
|
@@ -27255,7 +27302,7 @@ const TE = (A, e) => {
|
|
|
27255
27302
|
isTypeSecondary: !0
|
|
27256
27303
|
});
|
|
27257
27304
|
}, Ok = (A, e) => {
|
|
27258
|
-
const { ELEMENTS: t } =
|
|
27305
|
+
const { ELEMENTS: t } = Ee, n = Ct("div", t.WRAPPER), i = Ct("div", t.LOCK), s = A.headline || A.title, r = Ct("p", t.TITLE);
|
|
27259
27306
|
r.innerHTML = s;
|
|
27260
27307
|
const l = Jk(e);
|
|
27261
27308
|
if (n.append(l, r), A.text) {
|
|
@@ -27271,7 +27318,7 @@ const TE = (A, e) => {
|
|
|
27271
27318
|
}
|
|
27272
27319
|
return i.appendChild(n), i;
|
|
27273
27320
|
}, MB = (A) => {
|
|
27274
|
-
const { ELEMENTS: e, ATTRIBUTES: t } =
|
|
27321
|
+
const { ELEMENTS: e, ATTRIBUTES: t } = Ee, n = Ct("div", e.DECLARATION), i = Ct("div", e.CONTAINER, {
|
|
27275
27322
|
id: e.ALERT_ID,
|
|
27276
27323
|
[t.TYPE]: A.type
|
|
27277
27324
|
}), s = Ok(A, i);
|
|
@@ -27280,7 +27327,7 @@ const TE = (A, e) => {
|
|
|
27280
27327
|
alertUrl: A
|
|
27281
27328
|
}) => {
|
|
27282
27329
|
try {
|
|
27283
|
-
const e = A ||
|
|
27330
|
+
const e = A || Ee.URLS.DEFAULT;
|
|
27284
27331
|
return await Xi({
|
|
27285
27332
|
query: yk,
|
|
27286
27333
|
url: e,
|
|
@@ -27297,7 +27344,7 @@ const TE = (A, e) => {
|
|
|
27297
27344
|
if (!t?.data?.entries[0])
|
|
27298
27345
|
return am(), null;
|
|
27299
27346
|
const n = t.data?.entries[0], i = ea(
|
|
27300
|
-
|
|
27347
|
+
Ee.STORAGE_KEYS.ALERT
|
|
27301
27348
|
);
|
|
27302
27349
|
if (i?.id === n.id) {
|
|
27303
27350
|
if (!i.hidden && e.shouldCheck)
|
|
@@ -27305,7 +27352,7 @@ const TE = (A, e) => {
|
|
|
27305
27352
|
} else
|
|
27306
27353
|
return am(), fM(n), { element: MB(n) };
|
|
27307
27354
|
return null;
|
|
27308
|
-
}, Wk = "https://search.umd.edu", EM = 800, Wg = 400, mM = 1024, ta = "layout", pM = "desktop", IM = "mobile", Vk = `[${ta}=${pM}]`, Zk = `[${ta}=${IM}]`,
|
|
27355
|
+
}, Wk = "https://search.umd.edu", EM = 800, Wg = 400, mM = 1024, ta = "layout", pM = "desktop", IM = "mobile", Vk = `[${ta}=${pM}]`, Zk = `[${ta}=${IM}]`, Ne = "element-utility-form", Vg = "element-utility-form-wrapper", Xk = `.${Ne}${Vk}`, qk = `.${Ne}${Zk}`, $k = `
|
|
27309
27356
|
${Xk} {
|
|
27310
27357
|
margin: 0;
|
|
27311
27358
|
padding: 0;
|
|
@@ -27320,11 +27367,11 @@ const TE = (A, e) => {
|
|
|
27320
27367
|
transition: height ${Wg}ms;
|
|
27321
27368
|
}
|
|
27322
27369
|
|
|
27323
|
-
${
|
|
27370
|
+
${Ne}[aria-hidden="true"] {
|
|
27324
27371
|
transition: height ${Wg}ms;
|
|
27325
27372
|
}
|
|
27326
27373
|
|
|
27327
|
-
${
|
|
27374
|
+
${Ne}[aria-hidden="false"] {
|
|
27328
27375
|
transition: height ${EM}ms;
|
|
27329
27376
|
}
|
|
27330
27377
|
`, _k = `
|
|
@@ -27335,7 +27382,7 @@ const TE = (A, e) => {
|
|
|
27335
27382
|
height: auto;
|
|
27336
27383
|
}
|
|
27337
27384
|
`, AR = `
|
|
27338
|
-
.${
|
|
27385
|
+
.${Ne} input[type="text"] {
|
|
27339
27386
|
width: calc(100% - 120px);
|
|
27340
27387
|
display: block;
|
|
27341
27388
|
padding: 0 10px;
|
|
@@ -27346,7 +27393,7 @@ const TE = (A, e) => {
|
|
|
27346
27393
|
border: 1px solid #ccc;
|
|
27347
27394
|
}
|
|
27348
27395
|
|
|
27349
|
-
.${
|
|
27396
|
+
.${Ne} input[type="submit"] {
|
|
27350
27397
|
border: none;
|
|
27351
27398
|
background-color: ${M.red};
|
|
27352
27399
|
color: ${M.white};
|
|
@@ -27357,8 +27404,8 @@ const TE = (A, e) => {
|
|
|
27357
27404
|
height: 44px;
|
|
27358
27405
|
}
|
|
27359
27406
|
|
|
27360
|
-
.${
|
|
27361
|
-
.${
|
|
27407
|
+
.${Ne} input[type="submit"]:hover,
|
|
27408
|
+
.${Ne} input[type="submit"]:focus {
|
|
27362
27409
|
background-color: ${M.redDark};
|
|
27363
27410
|
transition: background ${EM}ms;
|
|
27364
27411
|
}
|
|
@@ -27382,7 +27429,7 @@ const TE = (A, e) => {
|
|
|
27382
27429
|
return i.innerHTML = "Search input", i.setAttribute("for", "input-text"), i.classList.add("sr-only"), s.setAttribute("type", "text"), s.setAttribute("id", "input-text"), s.setAttribute("name", "query"), s.setAttribute(
|
|
27383
27430
|
"placeholder",
|
|
27384
27431
|
"Search for People, places and things"
|
|
27385
|
-
), s.setAttribute("required", ""), r.setAttribute("type", "submit"), r.value = "Submit", n.appendChild(i), n.appendChild(s), n.appendChild(r), n.classList.add(Vg), t.setAttribute("id",
|
|
27432
|
+
), s.setAttribute("required", ""), r.setAttribute("type", "submit"), r.value = "Submit", n.appendChild(i), n.appendChild(s), n.appendChild(r), n.classList.add(Vg), t.setAttribute("id", Ne), t.classList.add(Ne), t.addEventListener("submit", (l) => {
|
|
27386
27433
|
l.preventDefault();
|
|
27387
27434
|
let c = "#gsc.tab=0&gsc";
|
|
27388
27435
|
A ? c += `.q=site:${window.location.hostname} ${s.value}` : c += `.q=${s.value}`, c += "&gsc.sort=", window.open(`${Wk}${encodeURI(c)}`, "_blank");
|
|
@@ -27391,9 +27438,9 @@ const TE = (A, e) => {
|
|
|
27391
27438
|
CreateElement: iR,
|
|
27392
27439
|
Styles: tR,
|
|
27393
27440
|
Elements: {
|
|
27394
|
-
form:
|
|
27441
|
+
form: Ne
|
|
27395
27442
|
}
|
|
27396
|
-
}, nR = '<svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="29" height="28" viewBox="0 0 29 28"><title>Flag</title><path d="M5 4c0 .72-.39 1.36-1 1.72V25.5c0 .266-.234.5-.5.5h-1c-.266 0-.5-.234-.5-.5V5.72c-.61-.36-1-1-1-1.72 0-1.11.89-2 2-2s2 .89 2 2zm23 1v11.922c0 .578-.36.797-.812 1.03-1.766.954-3.72 1.814-5.766 1.814-2.875 0-4.25-2.188-7.656-2.188-2.484 0-5.094 1.125-7.25 2.28-.172.095-.328.142-.516.142-.547 0-1-.453-1-1V7.406c0-.375.187-.64.484-.86.375-.25.828-.468 1.234-.67 1.97-1 4.36-1.876 6.578-1.876 2.453 0 4.375.812 6.547 1.828.438.22.89.297 1.375.297C23.67 6.125 26.312 4 26.998 4c.548 0 1 .453 1 1z"></path></svg>', sR = '<svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="26" height="28" viewBox="0 0 26 28"><title>School</title><path d="M22 15.5V23c0 .547-.453 1-1 1h-6v-6h-4v6H5c-.547 0-1-.453-1-1v-7.5c0-.03.016-.063.016-.094L13 8l8.984 7.406c.016.03.016.063.016.094zm3.484-1.078l-.97 1.156c-.077.094-.202.156-.327.172h-.047c-.125 0-.234-.03-.328-.11L13 6.626 2.185 15.64c-.11.08-.234.126-.375.11-.124-.016-.25-.078-.327-.172l-.97-1.156c-.17-.203-.14-.53.064-.703L11.81 4.36c.657-.547 1.72-.547 2.376 0L18 7.547V4.5c0-.28.218-.5.5-.5h3c.28 0 .5.22.5.5v6.375l3.42 2.844c.204.17.235.5.064.702z"></path></svg>', rR = '<svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="26" height="28" viewBox="0 0 26 28"><title>Star</title><path d="M26 10.11c0 .28-.203.546-.406.75l-5.672 5.53 1.344 7.812c.016.11.016.203.016.313 0 .406-.187.78-.64.78-.22 0-.44-.077-.626-.186L13 21.42 5.984 25.11c-.203.108-.406.186-.625.186-.454 0-.657-.375-.657-.78 0-.11.016-.204.03-.314L6.08 16.39.39 10.86c-.187-.204-.39-.47-.39-.75 0-.47.483-.657.874-.72l7.844-1.14 3.516-7.11c.14-.297.406-.64.766-.64s.625.343.766.64l3.516 7.11 7.844 1.14c.375.063.875.25.875.72z"></path></svg>', oR = '<svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="26" height="28" viewBox="0 0 26 28"><title>Calendar</title><path d="M2 26h22V10H2v16zM8 7V2.5c0-.28-.22-.5-.5-.5h-1c-.28 0-.5.22-.5.5V7c0 .28.22.5.5.5h1c.28 0 .5-.22.5-.5zm12 0V2.5c0-.28-.22-.5-.5-.5h-1c-.28 0-.5.22-.5.5V7c0 .28.22.5.5.5h1c.28 0 .5-.22.5-.5zm6-1v20c0 1.094-.906 2-2 2H2c-1.094 0-2-.906-2-2V6c0-1.094.906-2 2-2h2V2.5C4 1.125 5.125 0 6.5 0h1C8.875 0 10 1.125 10 2.5V4h6V2.5C16 1.125 17.125 0 18.5 0h1C20.875 0 22 1.125 22 2.5V4h2c1.094 0 2 .906 2 2z"></path></svg>', aR = '<svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="24" height="28" viewBox="0 0 35 28"><title>Gift</title><path d="M16 1.4C7.937 1.4 1.4 7.937 1.4 16S7.937 30.6 16 30.6c8.063 0 14.6-6.537 14.6-14.6S24.063 1.4 16 1.4zm3.38 22.66v-2.55h2L21 13l-4.68 8.36h-.38L11.11 13l-.27 8.55h2v2.55H6.08v-2.55H8l.45-11.5H6.42V7.5h4.54l5.16 9.19 5-9.27h4.51v2.55h-2.04l.61 11.49h2v2.55z"></path></svg>', Ti = 768, Ae = 1024, It = 400, Sn = 800, MM = "lock", ia = "data-items", YM = "full", cR = "umd-element-utility-header", lR = `[${MM}=${YM}]`, BR = `[${ia}="true"]`, gR = `[${ia}="false"]`, DM = "element-utility-declaration", pn = "element-utility-container", Ih = "umd-element-nav-utility-lock", _t = "umd-element-nav-utility-wrapper", FM = "umd-element-nav-utility-logo", At = "umd-element-nav-utility-logo-column", te = "umd-element-nav-utility-menu",
|
|
27443
|
+
}, nR = '<svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="29" height="28" viewBox="0 0 29 28"><title>Flag</title><path d="M5 4c0 .72-.39 1.36-1 1.72V25.5c0 .266-.234.5-.5.5h-1c-.266 0-.5-.234-.5-.5V5.72c-.61-.36-1-1-1-1.72 0-1.11.89-2 2-2s2 .89 2 2zm23 1v11.922c0 .578-.36.797-.812 1.03-1.766.954-3.72 1.814-5.766 1.814-2.875 0-4.25-2.188-7.656-2.188-2.484 0-5.094 1.125-7.25 2.28-.172.095-.328.142-.516.142-.547 0-1-.453-1-1V7.406c0-.375.187-.64.484-.86.375-.25.828-.468 1.234-.67 1.97-1 4.36-1.876 6.578-1.876 2.453 0 4.375.812 6.547 1.828.438.22.89.297 1.375.297C23.67 6.125 26.312 4 26.998 4c.548 0 1 .453 1 1z"></path></svg>', sR = '<svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="26" height="28" viewBox="0 0 26 28"><title>School</title><path d="M22 15.5V23c0 .547-.453 1-1 1h-6v-6h-4v6H5c-.547 0-1-.453-1-1v-7.5c0-.03.016-.063.016-.094L13 8l8.984 7.406c.016.03.016.063.016.094zm3.484-1.078l-.97 1.156c-.077.094-.202.156-.327.172h-.047c-.125 0-.234-.03-.328-.11L13 6.626 2.185 15.64c-.11.08-.234.126-.375.11-.124-.016-.25-.078-.327-.172l-.97-1.156c-.17-.203-.14-.53.064-.703L11.81 4.36c.657-.547 1.72-.547 2.376 0L18 7.547V4.5c0-.28.218-.5.5-.5h3c.28 0 .5.22.5.5v6.375l3.42 2.844c.204.17.235.5.064.702z"></path></svg>', rR = '<svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="26" height="28" viewBox="0 0 26 28"><title>Star</title><path d="M26 10.11c0 .28-.203.546-.406.75l-5.672 5.53 1.344 7.812c.016.11.016.203.016.313 0 .406-.187.78-.64.78-.22 0-.44-.077-.626-.186L13 21.42 5.984 25.11c-.203.108-.406.186-.625.186-.454 0-.657-.375-.657-.78 0-.11.016-.204.03-.314L6.08 16.39.39 10.86c-.187-.204-.39-.47-.39-.75 0-.47.483-.657.874-.72l7.844-1.14 3.516-7.11c.14-.297.406-.64.766-.64s.625.343.766.64l3.516 7.11 7.844 1.14c.375.063.875.25.875.72z"></path></svg>', oR = '<svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="26" height="28" viewBox="0 0 26 28"><title>Calendar</title><path d="M2 26h22V10H2v16zM8 7V2.5c0-.28-.22-.5-.5-.5h-1c-.28 0-.5.22-.5.5V7c0 .28.22.5.5.5h1c.28 0 .5-.22.5-.5zm12 0V2.5c0-.28-.22-.5-.5-.5h-1c-.28 0-.5.22-.5.5V7c0 .28.22.5.5.5h1c.28 0 .5-.22.5-.5zm6-1v20c0 1.094-.906 2-2 2H2c-1.094 0-2-.906-2-2V6c0-1.094.906-2 2-2h2V2.5C4 1.125 5.125 0 6.5 0h1C8.875 0 10 1.125 10 2.5V4h6V2.5C16 1.125 17.125 0 18.5 0h1C20.875 0 22 1.125 22 2.5V4h2c1.094 0 2 .906 2 2z"></path></svg>', aR = '<svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="24" height="28" viewBox="0 0 35 28"><title>Gift</title><path d="M16 1.4C7.937 1.4 1.4 7.937 1.4 16S7.937 30.6 16 30.6c8.063 0 14.6-6.537 14.6-14.6S24.063 1.4 16 1.4zm3.38 22.66v-2.55h2L21 13l-4.68 8.36h-.38L11.11 13l-.27 8.55h2v2.55H6.08v-2.55H8l.45-11.5H6.42V7.5h4.54l5.16 9.19 5-9.27h4.51v2.55h-2.04l.61 11.49h2v2.55z"></path></svg>', Ti = 768, Ae = 1024, It = 400, Sn = 800, MM = "lock", ia = "data-items", YM = "full", cR = "umd-element-utility-header", lR = `[${MM}=${YM}]`, BR = `[${ia}="true"]`, gR = `[${ia}="false"]`, DM = "element-utility-declaration", pn = "element-utility-container", Ih = "umd-element-nav-utility-lock", _t = "umd-element-nav-utility-wrapper", FM = "umd-element-nav-utility-logo", At = "umd-element-nav-utility-logo-column", te = "umd-element-nav-utility-menu", Pe = "umd-element-nav-utility-mobile-menu", yi = "umd-element-nav-utility-mobile-button", Zg = "umd-element-nav-utility-search-button", wR = `.${pn}${lR} .${Ih}`, dR = `.${pn}${BR}`, uR = `.${pn}${gR}`, hR = `${dR} .${_t}`, CR = `${uR} .${_t}`, QR = () => window.innerWidth >= Ae, fR = "A Top 20 Public Research University", ER = `
|
|
27397
27444
|
${EA({
|
|
27398
27445
|
styleObj: {
|
|
27399
27446
|
[`.${Ih}`]: dn
|
|
@@ -27543,7 +27590,7 @@ const TE = (A, e) => {
|
|
|
27543
27590
|
}
|
|
27544
27591
|
`, IR = `
|
|
27545
27592
|
@container (max-width: ${Ae - 1}px) {
|
|
27546
|
-
.${
|
|
27593
|
+
.${Pe} {
|
|
27547
27594
|
position: absolute;
|
|
27548
27595
|
left: -${m["2xl"]};
|
|
27549
27596
|
right: -${m["2xl"]};
|
|
@@ -27559,14 +27606,14 @@ const TE = (A, e) => {
|
|
|
27559
27606
|
}
|
|
27560
27607
|
|
|
27561
27608
|
@container (max-width: ${Ti - 1}px) {
|
|
27562
|
-
.${
|
|
27609
|
+
.${Pe} {
|
|
27563
27610
|
left: -${m.md};
|
|
27564
27611
|
right: -${m.md};
|
|
27565
27612
|
}
|
|
27566
27613
|
}
|
|
27567
27614
|
|
|
27568
27615
|
@container (min-width: ${Ae}px) {
|
|
27569
|
-
.${
|
|
27616
|
+
.${Pe} {
|
|
27570
27617
|
display: flex;
|
|
27571
27618
|
height: inherit !important;
|
|
27572
27619
|
margin-left: auto;
|
|
@@ -27576,26 +27623,26 @@ const TE = (A, e) => {
|
|
|
27576
27623
|
}
|
|
27577
27624
|
|
|
27578
27625
|
@container (max-width: ${Ae - 1}px) {
|
|
27579
|
-
.${
|
|
27626
|
+
.${Pe}[aria-hidden="true"] {
|
|
27580
27627
|
transition: height ${It}ms;
|
|
27581
27628
|
display: none;
|
|
27582
27629
|
}
|
|
27583
27630
|
}
|
|
27584
27631
|
|
|
27585
27632
|
@container (max-width: ${Ae - 1}px) {
|
|
27586
|
-
.${
|
|
27633
|
+
.${Pe}[aria-hidden="false"] {
|
|
27587
27634
|
transition: height ${Sn}ms;
|
|
27588
27635
|
}
|
|
27589
27636
|
}
|
|
27590
27637
|
|
|
27591
27638
|
@container (max-width: ${Ae - 1}px) {
|
|
27592
|
-
.${
|
|
27639
|
+
.${Pe} > button {
|
|
27593
27640
|
display: none;
|
|
27594
27641
|
}
|
|
27595
27642
|
}
|
|
27596
27643
|
|
|
27597
27644
|
@container (min-width: ${Ae}px) {
|
|
27598
|
-
.${
|
|
27645
|
+
.${Pe} > button {
|
|
27599
27646
|
transition: background ${It}ms;
|
|
27600
27647
|
}
|
|
27601
27648
|
}
|
|
@@ -27764,7 +27811,7 @@ const FR = ({
|
|
|
27764
27811
|
action: () => n()
|
|
27765
27812
|
});
|
|
27766
27813
|
};
|
|
27767
|
-
return e.innerHTML = `${Ms}`, e.setAttribute("type", "button"), e.setAttribute("aria-label", "toggle mobile menu"), e.setAttribute("aria-controls", `${
|
|
27814
|
+
return e.innerHTML = `${Ms}`, e.setAttribute("type", "button"), e.setAttribute("aria-label", "toggle mobile menu"), e.setAttribute("aria-controls", `${Pe}`), e.classList.add(yi), e.addEventListener("click", () => {
|
|
27768
27815
|
e.getAttribute("aria-expanded") === "true" ? n() : i();
|
|
27769
27816
|
}), e;
|
|
27770
27817
|
}, vR = () => {
|
|
@@ -27851,16 +27898,16 @@ const FR = ({
|
|
|
27851
27898
|
{
|
|
27852
27899
|
const { isLockFull: e, isAlertOff: t } = A, n = document.createElement("div"), i = document.createElement("div"), s = document.createElement("div"), r = document.createElement("div"), l = GR(), c = {
|
|
27853
27900
|
...U0,
|
|
27854
|
-
className: `${
|
|
27901
|
+
className: `${Ee.ELEMENTS.CTA}`
|
|
27855
27902
|
};
|
|
27856
27903
|
let a = DR + Rp(c);
|
|
27857
27904
|
const o = () => {
|
|
27858
27905
|
const d = bR({ ...A }), u = document.createElement("div"), f = yR({
|
|
27859
27906
|
expandElement: u
|
|
27860
27907
|
});
|
|
27861
|
-
u.setAttribute("id", `${
|
|
27908
|
+
u.setAttribute("id", `${Pe}`), u.classList.add(Pe), u.setAttribute("aria-hidden", (!QR()).toString()), d ? (u.appendChild(d), r.appendChild(f), r.appendChild(u), i.setAttribute(ia, "true")) : i.setAttribute(ia, "false");
|
|
27862
27909
|
}, B = () => {
|
|
27863
|
-
const d = window.innerWidth >= Ae, u = i.querySelector(`.${cc.Elements.form}`), f = i.querySelector(`.${
|
|
27910
|
+
const d = window.innerWidth >= Ae, u = i.querySelector(`.${cc.Elements.form}`), f = i.querySelector(`.${Pe}`);
|
|
27864
27911
|
!u || !f || (d ? (f.setAttribute("aria-hidden", "false"), u.setAttribute("aria-hidden", "true"), u.setAttribute("layout", "desktop")) : (f.setAttribute("aria-hidden", "true"), u.setAttribute("aria-hidden", "false"), u.setAttribute("layout", "mobile")));
|
|
27865
27912
|
}, g = async () => {
|
|
27866
27913
|
if (!t) {
|
|
@@ -27870,13 +27917,13 @@ const FR = ({
|
|
|
27870
27917
|
o(), B();
|
|
27871
27918
|
}, w = async () => {
|
|
27872
27919
|
if (i.querySelector(
|
|
27873
|
-
`.${
|
|
27920
|
+
`.${Ee.ELEMENTS.CONTAINER}`
|
|
27874
27921
|
)) return;
|
|
27875
27922
|
const u = await cm(A);
|
|
27876
27923
|
u && i.insertBefore(u?.element, i.firstChild);
|
|
27877
27924
|
}, h = () => {
|
|
27878
27925
|
const d = i.querySelector(
|
|
27879
|
-
`.${
|
|
27926
|
+
`.${Ee.ELEMENTS.CONTAINER}`
|
|
27880
27927
|
);
|
|
27881
27928
|
d && d.remove();
|
|
27882
27929
|
};
|
|
@@ -29418,7 +29465,7 @@ const FR = ({
|
|
|
29418
29465
|
hero: KM,
|
|
29419
29466
|
list: Fh,
|
|
29420
29467
|
tabular: yh
|
|
29421
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
29468
|
+
}, Symbol.toStringTag, { value: "Module" })), ye = 500, ni = 900, PS = ({
|
|
29422
29469
|
hasImage: A = !1,
|
|
29423
29470
|
isThemeMaryland: e,
|
|
29424
29471
|
isTypeFeatured: t = !1
|
|
@@ -29435,7 +29482,7 @@ const FR = ({
|
|
|
29435
29482
|
width: "22px",
|
|
29436
29483
|
left: "-24px",
|
|
29437
29484
|
top: "-32px",
|
|
29438
|
-
[`@container (min-width: ${
|
|
29485
|
+
[`@container (min-width: ${ye}px)`]: {
|
|
29439
29486
|
left: `-${m["4xl"]}`,
|
|
29440
29487
|
top: "0"
|
|
29441
29488
|
}
|
|
@@ -29445,7 +29492,7 @@ const FR = ({
|
|
|
29445
29492
|
left: "-2px",
|
|
29446
29493
|
height: "15px",
|
|
29447
29494
|
width: "21px",
|
|
29448
|
-
[`@container (min-width: ${
|
|
29495
|
+
[`@container (min-width: ${ye}px)`]: {
|
|
29449
29496
|
height: "20px",
|
|
29450
29497
|
width: "29px",
|
|
29451
29498
|
top: "-11px",
|
|
@@ -29491,7 +29538,7 @@ const FR = ({
|
|
|
29491
29538
|
height: "auto",
|
|
29492
29539
|
...!n && {
|
|
29493
29540
|
maxWidth: "160px",
|
|
29494
|
-
[`@container (min-width: ${
|
|
29541
|
+
[`@container (min-width: ${ye}px)`]: {
|
|
29495
29542
|
borderRight: `2px solid ${M.red}`
|
|
29496
29543
|
}
|
|
29497
29544
|
},
|
|
@@ -29599,10 +29646,10 @@ const FR = ({
|
|
|
29599
29646
|
...c && {
|
|
29600
29647
|
display: "none"
|
|
29601
29648
|
},
|
|
29602
|
-
[`@container (min-width: ${
|
|
29649
|
+
[`@container (min-width: ${ye}px)`]: {
|
|
29603
29650
|
left: `-${m.md}`
|
|
29604
29651
|
},
|
|
29605
|
-
[`@container (max-width: ${
|
|
29652
|
+
[`@container (max-width: ${ye - 1}px)`]: {
|
|
29606
29653
|
...!s && {
|
|
29607
29654
|
display: "block"
|
|
29608
29655
|
}
|
|
@@ -29743,7 +29790,7 @@ const FR = ({
|
|
|
29743
29790
|
return new F().withClassName("quote-text-container").withChild(B).withStyles({
|
|
29744
29791
|
element: {
|
|
29745
29792
|
width: "100%",
|
|
29746
|
-
[`@container (max-width: ${
|
|
29793
|
+
[`@container (max-width: ${ye - 1}px)`]: {
|
|
29747
29794
|
paddingLeft: m.md,
|
|
29748
29795
|
...!c && {
|
|
29749
29796
|
paddingTop: m.lg
|
|
@@ -29752,7 +29799,7 @@ const FR = ({
|
|
|
29752
29799
|
paddingTop: m["2xl"]
|
|
29753
29800
|
}
|
|
29754
29801
|
},
|
|
29755
|
-
[`@container (min-width: ${
|
|
29802
|
+
[`@container (min-width: ${ye}px)`]: {
|
|
29756
29803
|
paddingLeft: m["4xl"],
|
|
29757
29804
|
...a && { paddingLeft: "0" }
|
|
29758
29805
|
}
|
|
@@ -29825,7 +29872,7 @@ const FR = ({
|
|
|
29825
29872
|
image: t
|
|
29826
29873
|
}) : null, r = new F().withClassName("quote-inline-container-wrapper").withStyles({
|
|
29827
29874
|
element: {
|
|
29828
|
-
[`@container (min-width: ${
|
|
29875
|
+
[`@container (min-width: ${ye}px)`]: {
|
|
29829
29876
|
display: "flex",
|
|
29830
29877
|
gap: m.lg,
|
|
29831
29878
|
...e && { gap: m.xl }
|
|
@@ -29862,10 +29909,10 @@ const FR = ({
|
|
|
29862
29909
|
marginTop: "0",
|
|
29863
29910
|
justifyContent: "center"
|
|
29864
29911
|
},
|
|
29865
|
-
[`@container (max-width: ${
|
|
29912
|
+
[`@container (max-width: ${ye - 1}px)`]: {
|
|
29866
29913
|
padding: `0 ${m.lg}`
|
|
29867
29914
|
},
|
|
29868
|
-
[`@container (min-width: ${
|
|
29915
|
+
[`@container (min-width: ${ye}px) and (max-width: ${ni - 1}px)`]: {
|
|
29869
29916
|
margin: "0 auto",
|
|
29870
29917
|
marginTop: `-${m["8xl"]}`,
|
|
29871
29918
|
maxWidth: "300px"
|
|
@@ -29932,7 +29979,7 @@ const FR = ({
|
|
|
29932
29979
|
position: "relative",
|
|
29933
29980
|
width: "100%",
|
|
29934
29981
|
...i && { padding: "0" },
|
|
29935
|
-
[`@container (min-width: ${
|
|
29982
|
+
[`@container (min-width: ${ye}px)`]: {
|
|
29936
29983
|
padding: `${m["2xl"]}`
|
|
29937
29984
|
},
|
|
29938
29985
|
[`@container (min-width: ${ni}px)`]: {
|
|
@@ -29961,7 +30008,7 @@ const FR = ({
|
|
|
29961
30008
|
element: {
|
|
29962
30009
|
paddingTop: m.lg,
|
|
29963
30010
|
...i && { padding: "0" },
|
|
29964
|
-
[`@container (min-width: ${
|
|
30011
|
+
[`@container (min-width: ${ye}px) and (max-width: ${ni - 1}px)`]: {
|
|
29965
30012
|
...n && {
|
|
29966
30013
|
paddingTop: m["8xl"]
|
|
29967
30014
|
}
|
|
@@ -30037,7 +30084,7 @@ const FR = ({
|
|
|
30037
30084
|
featured: _M,
|
|
30038
30085
|
inline: Ph,
|
|
30039
30086
|
statement: AY
|
|
30040
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
30087
|
+
}, Symbol.toStringTag, { value: "Module" })), Ye = 750, i6 = 1e3, eY = 1300, tY = 500, iY = "theme", nY = "dark", xs = `[${iY}="${nY}"]`, pe = "umd-element-slider-events", sY = "slider-events-declaration", In = "slider-events-container", $n = "slider-event-container-wrapper", na = "slider-event-cover", zn = "slider-event-intro-container", _n = "slider-event-intro-headline", Bm = "slider-event-intro-actions", Xg = "slider-event-slide-container", sa = "slider-event-slide-wrapper", qg = "slider-event-slide-scroller", Oe = "slider-event-slide-button", $g = "slider-event-button-forward", _g = "slider-event-button-back", n6 = `.${In}${xs}`, s6 = `.${In}${xs} .${$n}`, r6 = `.${In}${xs} .${na}`, o6 = `.${In}${xs} .${_n}`, $r = `.${In}${xs} .${Oe}`, a6 = `
|
|
30041
30088
|
${s6} {
|
|
30042
30089
|
background-color: ${M.gray.darker};
|
|
30043
30090
|
}
|
|
@@ -30085,7 +30132,7 @@ const FR = ({
|
|
|
30085
30132
|
z-index: 99;
|
|
30086
30133
|
}
|
|
30087
30134
|
|
|
30088
|
-
@container ${
|
|
30135
|
+
@container ${pe} (min-width: ${Ye}px) {
|
|
30089
30136
|
.${Oe} {
|
|
30090
30137
|
width: 48px;
|
|
30091
30138
|
height: 48px;
|
|
@@ -30107,7 +30154,7 @@ const FR = ({
|
|
|
30107
30154
|
height: 6px;
|
|
30108
30155
|
}
|
|
30109
30156
|
|
|
30110
|
-
@container ${
|
|
30157
|
+
@container ${pe} (min-width: ${Ye}px) {
|
|
30111
30158
|
.${Oe} svg {
|
|
30112
30159
|
width: 24px;
|
|
30113
30160
|
height: 8px;
|
|
@@ -30118,7 +30165,7 @@ const FR = ({
|
|
|
30118
30165
|
left: 0;
|
|
30119
30166
|
}
|
|
30120
30167
|
|
|
30121
|
-
@container ${
|
|
30168
|
+
@container ${pe} (max-width: ${Ye - 1}px) {
|
|
30122
30169
|
.${_g} {
|
|
30123
30170
|
left: -24px;
|
|
30124
30171
|
top: ${m.xs};
|
|
@@ -30129,7 +30176,7 @@ const FR = ({
|
|
|
30129
30176
|
right: 0;
|
|
30130
30177
|
}
|
|
30131
30178
|
|
|
30132
|
-
@container ${
|
|
30179
|
+
@container ${pe} (max-width: ${Ye - 1}px) {
|
|
30133
30180
|
.${$g} {
|
|
30134
30181
|
right: -24px;
|
|
30135
30182
|
top: ${m.xs};
|
|
@@ -30142,7 +30189,7 @@ const FR = ({
|
|
|
30142
30189
|
padding: 0 36px;
|
|
30143
30190
|
}
|
|
30144
30191
|
|
|
30145
|
-
@container ${
|
|
30192
|
+
@container ${pe} (min-width: ${Ye}px) {
|
|
30146
30193
|
.${Xg} {
|
|
30147
30194
|
padding: 0 60px;
|
|
30148
30195
|
width: calc(100% - 96px);
|
|
@@ -30165,13 +30212,13 @@ const FR = ({
|
|
|
30165
30212
|
position: relative;
|
|
30166
30213
|
}
|
|
30167
30214
|
|
|
30168
|
-
@container ${
|
|
30215
|
+
@container ${pe} (max-width: ${Ye - 1}px) {
|
|
30169
30216
|
.${zn} {
|
|
30170
30217
|
text-align: center;
|
|
30171
30218
|
}
|
|
30172
30219
|
}
|
|
30173
30220
|
|
|
30174
|
-
@container ${
|
|
30221
|
+
@container ${pe} (min-width: ${Ye}px) {
|
|
30175
30222
|
.${zn} {
|
|
30176
30223
|
padding: 0;
|
|
30177
30224
|
padding-right: 24px;
|
|
@@ -30180,7 +30227,7 @@ const FR = ({
|
|
|
30180
30227
|
}
|
|
30181
30228
|
}
|
|
30182
30229
|
|
|
30183
|
-
@container ${
|
|
30230
|
+
@container ${pe} (min-width: ${eY}px) {
|
|
30184
30231
|
.${zn} {
|
|
30185
30232
|
width: 320px;
|
|
30186
30233
|
}
|
|
@@ -30217,7 +30264,7 @@ const FR = ({
|
|
|
30217
30264
|
z-index: 99;
|
|
30218
30265
|
}
|
|
30219
30266
|
|
|
30220
|
-
@container ${
|
|
30267
|
+
@container ${pe} (min-width: ${Ye}px) {
|
|
30221
30268
|
.${qg} {
|
|
30222
30269
|
display: flex;
|
|
30223
30270
|
align-items: center;
|
|
@@ -30234,7 +30281,7 @@ const FR = ({
|
|
|
30234
30281
|
background-color: ${M.gray.lighter};
|
|
30235
30282
|
}
|
|
30236
30283
|
|
|
30237
|
-
@container ${
|
|
30284
|
+
@container ${pe} (min-width: ${Ye}px) {
|
|
30238
30285
|
.${na} {
|
|
30239
30286
|
width: 40vw;
|
|
30240
30287
|
left: calc(100% - 1px);
|
|
@@ -30242,7 +30289,7 @@ const FR = ({
|
|
|
30242
30289
|
}
|
|
30243
30290
|
`, d6 = `
|
|
30244
30291
|
.${sY} {
|
|
30245
|
-
container: ${
|
|
30292
|
+
container: ${pe} / inline-size;
|
|
30246
30293
|
}
|
|
30247
30294
|
|
|
30248
30295
|
.${$n} {
|
|
@@ -30252,13 +30299,13 @@ const FR = ({
|
|
|
30252
30299
|
z-index: 99;
|
|
30253
30300
|
}
|
|
30254
30301
|
|
|
30255
|
-
@container ${
|
|
30302
|
+
@container ${pe} (max-width: 260px) {
|
|
30256
30303
|
.${$n} {
|
|
30257
30304
|
display: none
|
|
30258
30305
|
}
|
|
30259
30306
|
}
|
|
30260
30307
|
|
|
30261
|
-
@container ${
|
|
30308
|
+
@container ${pe} (min-width: ${Ye}px) {
|
|
30262
30309
|
.${$n} {
|
|
30263
30310
|
padding: 40px;
|
|
30264
30311
|
}
|
|
@@ -30303,7 +30350,7 @@ const FR = ({
|
|
|
30303
30350
|
return e.classList.add(qg), e.appendChild(t), e.appendChild(n), e;
|
|
30304
30351
|
}, Uh = ({ container: A }) => {
|
|
30305
30352
|
let e = 1;
|
|
30306
|
-
return A.offsetWidth >
|
|
30353
|
+
return A.offsetWidth > Ye && (e = 2), A.offsetWidth > i6 && (e = 3), A.offsetWidth > eY && (e = 4), e;
|
|
30307
30354
|
}, E6 = ({
|
|
30308
30355
|
dataSlider: A,
|
|
30309
30356
|
currentPosition: e
|
|
@@ -30347,7 +30394,7 @@ const FR = ({
|
|
|
30347
30394
|
const B = l.sort((w, h) => w.offsetHeight - h.offsetHeight)[0], g = B.offsetHeight + ii(B.style.marginTop);
|
|
30348
30395
|
r.style.height = `${g}px`;
|
|
30349
30396
|
}, o = () => {
|
|
30350
|
-
const B = Uh({ container: A }), g = r.offsetWidth / B, w = A.offsetWidth, h = w <
|
|
30397
|
+
const B = Uh({ container: A }), g = r.offsetWidth / B, w = A.offsetWidth, h = w < Ye;
|
|
30351
30398
|
if (w === 0) {
|
|
30352
30399
|
setTimeout(() => {
|
|
30353
30400
|
s({ sliderWrapper: r });
|
|
@@ -31338,7 +31385,7 @@ const hA = ({
|
|
|
31338
31385
|
...A,
|
|
31339
31386
|
attributeName: T.decoration.line
|
|
31340
31387
|
})
|
|
31341
|
-
},
|
|
31388
|
+
}, Ie = {
|
|
31342
31389
|
animation: bA(
|
|
31343
31390
|
T.feature.animation,
|
|
31344
31391
|
z.state.TRUE,
|
|
@@ -32145,7 +32192,7 @@ const Nz = {
|
|
|
32145
32192
|
handler: SA,
|
|
32146
32193
|
hasDecoration: fY,
|
|
32147
32194
|
hasInfo: nw,
|
|
32148
|
-
includesFeature:
|
|
32195
|
+
includesFeature: Ie,
|
|
32149
32196
|
includesSharing: rw,
|
|
32150
32197
|
isData: Hh,
|
|
32151
32198
|
isDisplay: GA,
|
|
@@ -32202,12 +32249,12 @@ function kz() {
|
|
|
32202
32249
|
const Rz = {}, Sz = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
32203
32250
|
__proto__: null,
|
|
32204
32251
|
default: Rz
|
|
32205
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
32252
|
+
}, Symbol.toStringTag, { value: "Module" })), He = /* @__PURE__ */ Lz(Sz);
|
|
32206
32253
|
var YB, um;
|
|
32207
32254
|
function Lh() {
|
|
32208
32255
|
if (um) return YB;
|
|
32209
32256
|
um = 1;
|
|
32210
|
-
let A = /* @__PURE__ */ kz(), e =
|
|
32257
|
+
let A = /* @__PURE__ */ kz(), e = He;
|
|
32211
32258
|
class t extends Error {
|
|
32212
32259
|
constructor(i, s, r, l, c, a) {
|
|
32213
32260
|
super(i), this.name = "CssSyntaxError", this.reason = i, c && (this.file = c), l && (this.source = l), a && (this.plugin = a), typeof s < "u" && typeof r < "u" && (typeof s == "number" ? (this.line = s, this.column = r) : (this.line = s.line, this.column = s.column, this.endLine = r.line, this.endColumn = r.column)), this.setMessage(), Error.captureStackTrace && Error.captureStackTrace(this, t);
|
|
@@ -33014,7 +33061,7 @@ var TB, Dm;
|
|
|
33014
33061
|
function FY() {
|
|
33015
33062
|
if (Dm) return TB;
|
|
33016
33063
|
Dm = 1;
|
|
33017
|
-
let { existsSync: A, readFileSync: e } =
|
|
33064
|
+
let { existsSync: A, readFileSync: e } = He, { dirname: t, join: n } = He, { SourceMapConsumer: i, SourceMapGenerator: s } = He;
|
|
33018
33065
|
function r(c) {
|
|
33019
33066
|
return Buffer ? Buffer.from(c, "base64").toString() : window.atob(c);
|
|
33020
33067
|
}
|
|
@@ -33102,7 +33149,7 @@ var NB, Fm;
|
|
|
33102
33149
|
function Qc() {
|
|
33103
33150
|
if (Fm) return NB;
|
|
33104
33151
|
Fm = 1;
|
|
33105
|
-
let { nanoid: A } = /* @__PURE__ */ zz(), { isAbsolute: e, resolve: t } =
|
|
33152
|
+
let { nanoid: A } = /* @__PURE__ */ zz(), { isAbsolute: e, resolve: t } = He, { SourceMapConsumer: n, SourceMapGenerator: i } = He, { fileURLToPath: s, pathToFileURL: r } = He, l = Lh(), c = FY(), a = He, o = /* @__PURE__ */ Symbol("lineToIndexCache"), B = !!(n && i), g = !!(t && e);
|
|
33106
33153
|
function w(d) {
|
|
33107
33154
|
if (d[o]) return d[o];
|
|
33108
33155
|
let u = d.css.split(`
|
|
@@ -33345,7 +33392,7 @@ var SB, Pm;
|
|
|
33345
33392
|
function vY() {
|
|
33346
33393
|
if (Pm) return SB;
|
|
33347
33394
|
Pm = 1;
|
|
33348
|
-
let { dirname: A, relative: e, resolve: t, sep: n } =
|
|
33395
|
+
let { dirname: A, relative: e, resolve: t, sep: n } = He, { SourceMapConsumer: i, SourceMapGenerator: s } = He, { pathToFileURL: r } = He, l = Qc(), c = !!(i && s), a = !!(A && t && e && n);
|
|
33349
33396
|
class o {
|
|
33350
33397
|
constructor(g, w, h, d) {
|
|
33351
33398
|
this.stringify = g, this.mapOpts = h.map || {}, this.root = w, this.opts = h, this.css = d, this.originalCSS = d, this.usesFileUrls = !this.mapOpts.from && this.mapOpts.absolute, this.memoizedFileURLs = /* @__PURE__ */ new Map(), this.memoizedPaths = /* @__PURE__ */ new Map(), this.memoizedURLs = /* @__PURE__ */ new Map();
|
|
@@ -36232,7 +36279,7 @@ const fj = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
36232
36279
|
return g9({
|
|
36233
36280
|
featured: t,
|
|
36234
36281
|
images: n,
|
|
36235
|
-
isExpandFeature:
|
|
36282
|
+
isExpandFeature: Ie.imageExpand({
|
|
36236
36283
|
element: A
|
|
36237
36284
|
})
|
|
36238
36285
|
});
|
|
@@ -36648,7 +36695,7 @@ const fj = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
36648
36695
|
headlines: i,
|
|
36649
36696
|
texts: s,
|
|
36650
36697
|
isThemeDark: aA.dark({ element: A }),
|
|
36651
|
-
isFullScreenOption:
|
|
36698
|
+
isFullScreenOption: Ie.fullScreenOption({
|
|
36652
36699
|
element: A
|
|
36653
36700
|
})
|
|
36654
36701
|
});
|
|
@@ -36671,7 +36718,7 @@ const fj = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
36671
36718
|
return k9({
|
|
36672
36719
|
images: t,
|
|
36673
36720
|
isThemeDark: aA.dark({ element: A }),
|
|
36674
|
-
isFullScreenOption:
|
|
36721
|
+
isFullScreenOption: Ie.fullScreenOption({
|
|
36675
36722
|
element: A
|
|
36676
36723
|
})
|
|
36677
36724
|
});
|
|
@@ -37615,7 +37662,7 @@ const XY = {
|
|
|
37615
37662
|
text: A.title,
|
|
37616
37663
|
url: A.url,
|
|
37617
37664
|
openInNewTab: l
|
|
37618
|
-
}), a =
|
|
37665
|
+
}), a = Fe({
|
|
37619
37666
|
text: A.summary,
|
|
37620
37667
|
allowHTML: !0
|
|
37621
37668
|
}), o = Ec({
|
|
@@ -38536,7 +38583,7 @@ const sW = (A, e) => {
|
|
|
38536
38583
|
const t = Oa(A.url), n = tW(A), i = n && n.imageUrl && n.altText ? Zi({ ...n, openInNewTab: t }) : null;
|
|
38537
38584
|
return Ci({
|
|
38538
38585
|
headline: Pt({ text: A.title, url: A.url, openInNewTab: t }),
|
|
38539
|
-
text:
|
|
38586
|
+
text: Fe({ text: A.summary, allowHTML: !0 }),
|
|
38540
38587
|
dateSign: Mn({
|
|
38541
38588
|
startMonth: A.startMonth,
|
|
38542
38589
|
startDay: A.startDay,
|
|
@@ -38698,7 +38745,7 @@ const sW = (A, e) => {
|
|
|
38698
38745
|
return {
|
|
38699
38746
|
token: e,
|
|
38700
38747
|
isThemeDark: aA.dark({ element: A }),
|
|
38701
|
-
isLazyLoad:
|
|
38748
|
+
isLazyLoad: Ie.lazyLoad({ element: A }),
|
|
38702
38749
|
...t && { categories: t.split(",") }
|
|
38703
38750
|
};
|
|
38704
38751
|
}, lW = "umd-feed-events", BW = (A) => {
|
|
@@ -38816,14 +38863,14 @@ const sW = (A, e) => {
|
|
|
38816
38863
|
text: A,
|
|
38817
38864
|
url: e,
|
|
38818
38865
|
containerTag: t
|
|
38819
|
-
}), yc = (A) => A ?
|
|
38866
|
+
}), yc = (A) => A ? Fe({ text: A }) : null, js = (A) => {
|
|
38820
38867
|
if (!A || A.length === 0) return null;
|
|
38821
38868
|
if (A.length === 1) {
|
|
38822
38869
|
const t = A[0];
|
|
38823
38870
|
return t.url ? Pt({
|
|
38824
38871
|
text: t.title,
|
|
38825
38872
|
url: t.url
|
|
38826
|
-
}) :
|
|
38873
|
+
}) : Fe({ text: t.title });
|
|
38827
38874
|
}
|
|
38828
38875
|
const e = document.createElement("p");
|
|
38829
38876
|
return A.forEach((t, n) => {
|
|
@@ -38839,7 +38886,7 @@ const sW = (A, e) => {
|
|
|
38839
38886
|
altText: A.altText,
|
|
38840
38887
|
linkUrl: e,
|
|
38841
38888
|
linkLabel: t
|
|
38842
|
-
}) : null, fW = (A) => A ?
|
|
38889
|
+
}) : null, fW = (A) => A ? Fe({ text: A, allowHTML: !0 }) : null, vc = (A) => A ? Fe({ text: A }) : null, Ks = (A) => A ? Fe({ text: A }) : null, EW = (A) => hW.reduce(
|
|
38843
38890
|
(e, t) => {
|
|
38844
38891
|
const n = A[t.key];
|
|
38845
38892
|
if (!n) return e;
|
|
@@ -39109,9 +39156,9 @@ const vW = async (A, e, t, n) => {
|
|
|
39109
39156
|
const e = bW(A), t = UW(A), n = HW(A);
|
|
39110
39157
|
if ((t || n) && e) {
|
|
39111
39158
|
const s = `<b>${n || t} |</b> ${e}`;
|
|
39112
|
-
return
|
|
39159
|
+
return Fe({ text: s, allowHTML: !0 });
|
|
39113
39160
|
}
|
|
39114
|
-
return e && !n ?
|
|
39161
|
+
return e && !n ? Fe({ text: e, allowHTML: !0 }) : null;
|
|
39115
39162
|
}, HW = (A) => {
|
|
39116
39163
|
const e = A.expert?.[0];
|
|
39117
39164
|
if (!e) return null;
|
|
@@ -39123,7 +39170,7 @@ const vW = async (A, e, t, n) => {
|
|
|
39123
39170
|
return t.length > 0 ? t.join(" ") : e.title || null;
|
|
39124
39171
|
}, LW = (A) => {
|
|
39125
39172
|
const e = PW(A);
|
|
39126
|
-
return e ?
|
|
39173
|
+
return e ? Fe({ text: e }) : null;
|
|
39127
39174
|
}, kW = (A) => {
|
|
39128
39175
|
const e = A.postDate || A.dateCreated;
|
|
39129
39176
|
if (!e) return null;
|
|
@@ -39241,17 +39288,17 @@ const wD = (A, e) => _h.mapEntryToCard(A, {
|
|
|
39241
39288
|
isLayoutReversed: !1
|
|
39242
39289
|
}), a = wD(e, r);
|
|
39243
39290
|
n.addStyles(a.styles), n.addStyles(`
|
|
39244
|
-
.${
|
|
39291
|
+
.${De} {
|
|
39245
39292
|
height: inherit;
|
|
39246
39293
|
}
|
|
39247
39294
|
|
|
39248
39295
|
@media (${N.tablet.min}) {
|
|
39249
|
-
.${
|
|
39296
|
+
.${De} .card-overlay-image-container {
|
|
39250
39297
|
min-height: 560px;
|
|
39251
39298
|
}
|
|
39252
39299
|
}
|
|
39253
39300
|
|
|
39254
|
-
.${
|
|
39301
|
+
.${De} .umd-asset-image-wrapper-scaled {
|
|
39255
39302
|
position: absolute;
|
|
39256
39303
|
}
|
|
39257
39304
|
`);
|
|
@@ -39285,17 +39332,17 @@ const wD = (A, e) => _h.mapEntryToCard(A, {
|
|
|
39285
39332
|
isLayoutReversed: !1
|
|
39286
39333
|
}), s = wD(e, n);
|
|
39287
39334
|
t.addStyles(s.styles), t.addStyles(`
|
|
39288
|
-
.${
|
|
39335
|
+
.${De} {
|
|
39289
39336
|
height: inherit;
|
|
39290
39337
|
}
|
|
39291
39338
|
|
|
39292
39339
|
@media (${N.tablet.min}) {
|
|
39293
|
-
.${
|
|
39340
|
+
.${De} .card-overlay-image-container {
|
|
39294
39341
|
min-height: 560px;
|
|
39295
39342
|
}
|
|
39296
39343
|
}
|
|
39297
39344
|
|
|
39298
|
-
.${
|
|
39345
|
+
.${De} .umd-asset-image-wrapper-scaled {
|
|
39299
39346
|
position: absolute;
|
|
39300
39347
|
}
|
|
39301
39348
|
`);
|
|
@@ -39433,7 +39480,7 @@ const wD = (A, e) => _h.mapEntryToCard(A, {
|
|
|
39433
39480
|
numberOfColumnsToShow: Math.min(Math.max(t, 1), 4),
|
|
39434
39481
|
numberOfRowsToStart: Math.min(Math.max(n, 1), 2),
|
|
39435
39482
|
isThemeDark: aA.dark({ element: A }),
|
|
39436
|
-
isLazyLoad:
|
|
39483
|
+
isLazyLoad: Ie.lazyLoad({ element: A }),
|
|
39437
39484
|
isTransparent: OA.transparent({ element: A }),
|
|
39438
39485
|
isOverlay: GA.overlay({ element: A }),
|
|
39439
39486
|
...i && { categories: i.split(",") },
|
|
@@ -39458,7 +39505,7 @@ const wD = (A, e) => _h.mapEntryToCard(A, {
|
|
|
39458
39505
|
numberOfRowsToStart: Math.min(Math.max(t, 1), 10),
|
|
39459
39506
|
cardType: n ? "list" : "tabular",
|
|
39460
39507
|
isThemeDark: aA.dark({ element: A }),
|
|
39461
|
-
isLazyLoad:
|
|
39508
|
+
isLazyLoad: Ie.lazyLoad({ element: A }),
|
|
39462
39509
|
...i && { categories: i.split(",") },
|
|
39463
39510
|
...s !== null && {
|
|
39464
39511
|
isMediaTrained: s === "true"
|
|
@@ -39483,7 +39530,7 @@ const wD = (A, e) => _h.mapEntryToCard(A, {
|
|
|
39483
39530
|
expertId: t,
|
|
39484
39531
|
numberOfRowsToStart: Math.min(Math.max(n, 2), 10),
|
|
39485
39532
|
isThemeDark: aA.dark({ element: A }),
|
|
39486
|
-
isLazyLoad:
|
|
39533
|
+
isLazyLoad: Ie.lazyLoad({ element: A })
|
|
39487
39534
|
});
|
|
39488
39535
|
}, n1 = _({
|
|
39489
39536
|
tagName: nV,
|
|
@@ -39520,7 +39567,7 @@ const wD = (A, e) => _h.mapEntryToCard(A, {
|
|
|
39520
39567
|
return {
|
|
39521
39568
|
token: e,
|
|
39522
39569
|
isThemeDark: aA.dark({ element: A }),
|
|
39523
|
-
isLazyLoad:
|
|
39570
|
+
isLazyLoad: Ie.lazyLoad({ element: A }),
|
|
39524
39571
|
...t && { entriesToRemove: t.split(",") }
|
|
39525
39572
|
};
|
|
39526
39573
|
}, oV = "umd-feed-in-the-news-grid", aV = (A) => {
|
|
@@ -39568,7 +39615,7 @@ const wD = (A, e) => _h.mapEntryToCard(A, {
|
|
|
39568
39615
|
} = e, c = Pt({
|
|
39569
39616
|
text: A.title,
|
|
39570
39617
|
url: A.url
|
|
39571
|
-
}), a =
|
|
39618
|
+
}), a = Fe({
|
|
39572
39619
|
text: A.summary
|
|
39573
39620
|
}), o = Gu({
|
|
39574
39621
|
datetime: A.date,
|
|
@@ -39751,17 +39798,17 @@ const wV = (A, e, t) => {
|
|
|
39751
39798
|
return e.addStyles(`
|
|
39752
39799
|
${n.styles}
|
|
39753
39800
|
|
|
39754
|
-
.${
|
|
39801
|
+
.${De} {
|
|
39755
39802
|
height: inherit;
|
|
39756
39803
|
}
|
|
39757
39804
|
|
|
39758
39805
|
@media (${N.tablet.min}) {
|
|
39759
|
-
.${
|
|
39806
|
+
.${De} .card-overlay-image-container {
|
|
39760
39807
|
min-height: 560px;
|
|
39761
39808
|
}
|
|
39762
39809
|
}
|
|
39763
39810
|
|
|
39764
|
-
.${
|
|
39811
|
+
.${De} .umd-asset-image-wrapper-scaled {
|
|
39765
39812
|
position: absolute;
|
|
39766
39813
|
}
|
|
39767
39814
|
`), n;
|
|
@@ -39891,7 +39938,7 @@ const wV = (A, e, t) => {
|
|
|
39891
39938
|
})();
|
|
39892
39939
|
const w = l.build(), h = (d) => {
|
|
39893
39940
|
const u = c.querySelector(
|
|
39894
|
-
`.${
|
|
39941
|
+
`.${De}`
|
|
39895
39942
|
);
|
|
39896
39943
|
u && (u.style.top = `${d}px`);
|
|
39897
39944
|
};
|
|
@@ -39956,7 +40003,7 @@ const wV = (A, e, t) => {
|
|
|
39956
40003
|
return {
|
|
39957
40004
|
token: e,
|
|
39958
40005
|
isThemeDark: aA.dark({ element: A }),
|
|
39959
|
-
isLazyLoad:
|
|
40006
|
+
isLazyLoad: Ie.lazyLoad({ element: A }),
|
|
39960
40007
|
isUnion: Hh.union({ element: A }),
|
|
39961
40008
|
...t && { categories: t.split(",") },
|
|
39962
40009
|
...n && { entriesToRemove: n.split(",") }
|
|
@@ -40109,7 +40156,7 @@ const wV = (A, e, t) => {
|
|
|
40109
40156
|
video: P.assets.video({ element: r }),
|
|
40110
40157
|
image: P.assets.image({ element: r }),
|
|
40111
40158
|
actions: P.actions.default({ element: r })
|
|
40112
|
-
}), t = GA.overlay({ element: A }), n = GA.stacked({ element: A }), i =
|
|
40159
|
+
}), t = GA.overlay({ element: A }), n = GA.stacked({ element: A }), i = Ie.animation({ element: A }), s = aA.dark({ element: A });
|
|
40113
40160
|
return t ? f2({
|
|
40114
40161
|
...e({ element: A }),
|
|
40115
40162
|
includesAnimation: i
|
|
@@ -40827,7 +40874,7 @@ const wV = (A, e, t) => {
|
|
|
40827
40874
|
t !== null && (n = t), e && (n = e === "true");
|
|
40828
40875
|
const i = we.imagePositionLeft({
|
|
40829
40876
|
element: A
|
|
40830
|
-
}), s = aA.dark({ element: A }), r = aA.light({ element: A }), l = aA.maryland({ element: A }), c = GA.hero({ element: A }), a = GA.overlay({ element: A }), o = GA.sticky({ element: A }), B =
|
|
40877
|
+
}), s = aA.dark({ element: A }), r = aA.light({ element: A }), l = aA.maryland({ element: A }), c = GA.hero({ element: A }), a = GA.overlay({ element: A }), o = GA.sticky({ element: A }), B = Ie.animation({ element: A }), g = Jn(A, {
|
|
40831
40878
|
isLargeSize: !0,
|
|
40832
40879
|
isDateSignDark: !1
|
|
40833
40880
|
});
|
|
@@ -41054,7 +41101,7 @@ const wV = (A, e, t) => {
|
|
|
41054
41101
|
}), g = Qe({
|
|
41055
41102
|
element: A,
|
|
41056
41103
|
slotRef: P.name.ATTRIBUTION_SUB_TEXT
|
|
41057
|
-
}), w =
|
|
41104
|
+
}), w = Ie.animation({ element: A }) && !Qn(), h = Qe({
|
|
41058
41105
|
element: A,
|
|
41059
41106
|
slotRef: P.name.headline.default
|
|
41060
41107
|
}), d = {
|