@universityofmaryland/web-components-library 1.15.5 → 1.15.6
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 +6 -4
- package/dist/bundle.js.map +1 -1
- package/dist/cdn.js +1 -1
- 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
|
@@ -38133,12 +38133,14 @@ query getEvents($startDate: String!, $related: [QueryArgument], $limit: Int, $of
|
|
|
38133
38133
|
elementStyles: {
|
|
38134
38134
|
element: {
|
|
38135
38135
|
" > *:not(:last-child)": {
|
|
38136
|
-
paddingBottom: O.spacing.
|
|
38137
|
-
marginBottom: O.spacing.
|
|
38136
|
+
paddingBottom: O.spacing.md,
|
|
38137
|
+
marginBottom: O.spacing.md,
|
|
38138
|
+
borderBottom: `1px solid ${e ? O.color.gray.dark : O.color.gray.light}`
|
|
38138
38139
|
},
|
|
38139
38140
|
"+ .umd-feed-events-grouped-entries": {
|
|
38140
|
-
paddingTop: O.spacing.
|
|
38141
|
-
marginTop: O.spacing.
|
|
38141
|
+
paddingTop: O.spacing.md,
|
|
38142
|
+
marginTop: O.spacing.md,
|
|
38143
|
+
borderTop: `1px solid ${e ? O.color.gray.dark : O.color.gray.light}`
|
|
38142
38144
|
}
|
|
38143
38145
|
}
|
|
38144
38146
|
}
|