@universityofmaryland/web-components-library 1.17.5 → 1.17.7
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 +24 -19
- package/dist/bundle.js.map +1 -1
- package/dist/cdn.js +67 -67
- package/dist/cdn.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# University of Maryland Web Components Library
|
|
2
2
|
|
|
3
|
-
[](https://www.npmjs.com/package/@universityofmaryland/web-components-library)
|
|
4
4
|
|
|
5
5
|
High-level web components built on the UMD Elements Library, providing feature-rich, accessible, and brand-compliant UI components for University of Maryland digital experiences.
|
|
6
6
|
|
package/dist/bundle.js
CHANGED
|
@@ -5817,7 +5817,7 @@ const x1 = async (A) => (await UA([E4()]).process(A, {
|
|
|
5817
5817
|
from: void 0
|
|
5818
5818
|
})).css;
|
|
5819
5819
|
function p4(A) {
|
|
5820
|
-
return A.replace(/\/\*[\s\S]*?\*\//g, "").replace(/\s*{\s*/g, "{").replace(/\s*}\s*/g, "}").replace(/\s*;\s*/g, ";").replace(/\s*:\s*/g, ":").replace(/,\s+/g, ",").replace(/\s+\(/g, "(").replace(/\(\s+/g, "(").replace(/\s+\)/g, ")").replace(/\)\s+(
|
|
5820
|
+
return A.replace(/\/\*[\s\S]*?\*\//g, "").replace(/\s*{\s*/g, "{").replace(/\s*}\s*/g, "}").replace(/\s*;\s*/g, ";").replace(/\s*:\s*/g, ":").replace(/,\s+/g, ",").replace(/\s+\(/g, "(").replace(/\(\s+/g, "(").replace(/\s+\)/g, ")").replace(/\)\s+(?=[,)])/g, ")").replace(/[\r\n]+/g, "").replace(/\s+/g, " ").trim();
|
|
5821
5821
|
}
|
|
5822
5822
|
const I4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
5823
5823
|
__proto__: null,
|
|
@@ -36289,16 +36289,17 @@ const fY = {
|
|
|
36289
36289
|
isAligned: i = !1,
|
|
36290
36290
|
imageConfig: s,
|
|
36291
36291
|
cardType: r = "block"
|
|
36292
|
-
} = e, l = Pt({
|
|
36292
|
+
} = e, l = window.location.hostname !== "calendar.umd.edu", c = Pt({
|
|
36293
36293
|
text: A.title,
|
|
36294
|
-
url: A.url
|
|
36295
|
-
|
|
36294
|
+
url: A.url,
|
|
36295
|
+
openInNewTab: l
|
|
36296
|
+
}), a = De({
|
|
36296
36297
|
text: A.summary,
|
|
36297
36298
|
allowHTML: !0
|
|
36298
|
-
}),
|
|
36299
|
+
}), o = oc({
|
|
36299
36300
|
...A,
|
|
36300
36301
|
isThemeDark: t
|
|
36301
|
-
}),
|
|
36302
|
+
}), B = s ? s(A) : null, g = B && B.imageUrl && B.altText ? Ji(B) : null, d = r === "list" ? hn({
|
|
36302
36303
|
startMonth: A.startMonth,
|
|
36303
36304
|
startDay: A.startDay,
|
|
36304
36305
|
endMonth: A.endMonth,
|
|
@@ -36307,18 +36308,18 @@ const fY = {
|
|
|
36307
36308
|
isLargeSize: !0
|
|
36308
36309
|
}) : void 0;
|
|
36309
36310
|
return r === "list" ? gi({
|
|
36310
|
-
headline:
|
|
36311
|
-
text:
|
|
36312
|
-
eventMeta:
|
|
36313
|
-
dateSign:
|
|
36314
|
-
image:
|
|
36311
|
+
headline: c,
|
|
36312
|
+
text: a,
|
|
36313
|
+
eventMeta: o,
|
|
36314
|
+
dateSign: d,
|
|
36315
|
+
image: g,
|
|
36315
36316
|
isAligned: i,
|
|
36316
36317
|
isThemeDark: t
|
|
36317
36318
|
}) : si({
|
|
36318
|
-
headline:
|
|
36319
|
-
text:
|
|
36320
|
-
eventMeta:
|
|
36321
|
-
image:
|
|
36319
|
+
headline: c,
|
|
36320
|
+
text: a,
|
|
36321
|
+
eventMeta: o,
|
|
36322
|
+
image: g,
|
|
36322
36323
|
isAligned: i,
|
|
36323
36324
|
isTransparent: n,
|
|
36324
36325
|
isThemeDark: t
|
|
@@ -37236,15 +37237,19 @@ const EO = (A, e) => {
|
|
|
37236
37237
|
}, pO = (A, e, t) => {
|
|
37237
37238
|
const n = new F("div").withClassName("umd-feed-events-grouped-entries").withStyles({
|
|
37238
37239
|
element: {
|
|
37239
|
-
"
|
|
37240
|
+
"&:not(:last-of-type)": {
|
|
37240
37241
|
paddingBottom: S.spacing.md,
|
|
37241
|
-
marginBottom: S.spacing.md,
|
|
37242
37242
|
borderBottom: `1px solid ${t ? S.color.gray.dark : S.color.gray.light}`
|
|
37243
37243
|
},
|
|
37244
|
-
"+ .umd-feed-events-grouped-entries": {
|
|
37244
|
+
"& + .umd-feed-events-grouped-entries": {
|
|
37245
37245
|
paddingTop: S.spacing.md,
|
|
37246
37246
|
marginTop: S.spacing.md,
|
|
37247
|
-
borderTop:
|
|
37247
|
+
borderTop: "none"
|
|
37248
|
+
},
|
|
37249
|
+
"& > *:not(:last-child)": {
|
|
37250
|
+
paddingBottom: S.spacing.md,
|
|
37251
|
+
marginBottom: S.spacing.md,
|
|
37252
|
+
borderBottom: `1px solid ${t ? S.color.gray.dark : S.color.gray.light}`
|
|
37248
37253
|
}
|
|
37249
37254
|
}
|
|
37250
37255
|
});
|