@universityofmaryland/web-components-library 1.17.6 → 1.17.8
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 +8 -4
- package/dist/bundle.js.map +1 -1
- package/dist/cdn.js +66 -66
- 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
|
@@ -37237,15 +37237,19 @@ const EO = (A, e) => {
|
|
|
37237
37237
|
}, pO = (A, e, t) => {
|
|
37238
37238
|
const n = new F("div").withClassName("umd-feed-events-grouped-entries").withStyles({
|
|
37239
37239
|
element: {
|
|
37240
|
-
"
|
|
37240
|
+
"&:not(:last-of-type)": {
|
|
37241
37241
|
paddingBottom: S.spacing.md,
|
|
37242
|
-
marginBottom: S.spacing.md,
|
|
37243
37242
|
borderBottom: `1px solid ${t ? S.color.gray.dark : S.color.gray.light}`
|
|
37244
37243
|
},
|
|
37245
|
-
"+ .umd-feed-events-grouped-entries": {
|
|
37244
|
+
"& + .umd-feed-events-grouped-entries": {
|
|
37246
37245
|
paddingTop: S.spacing.md,
|
|
37247
37246
|
marginTop: S.spacing.md,
|
|
37248
|
-
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}`
|
|
37249
37253
|
}
|
|
37250
37254
|
}
|
|
37251
37255
|
});
|