@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # University of Maryland Web Components Library
2
2
 
3
- [![Components Version](https://img.shields.io/badge/Components-v1.17.6-blue)](https://www.npmjs.com/package/@universityofmaryland/web-components-library)
3
+ [![Components Version](https://img.shields.io/badge/Components-v1.17.8-blue)](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
- " > *:not(:last-child)": {
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: `1px solid ${t ? S.color.gray.dark : S.color.gray.light}`
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
  });