@universityofmaryland/web-components-library 1.18.5 → 1.18.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 +3 -1
- package/dist/bundle.js.map +1 -1
- package/dist/cdn.js +3 -1
- package/dist/cdn.js.map +1 -1
- package/package.json +3 -3
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
|
@@ -26352,13 +26352,15 @@ const xE = (A, e) => {
|
|
|
26352
26352
|
color: ${M.black};
|
|
26353
26353
|
font-size: ${q.base};
|
|
26354
26354
|
transition: color 0.2s ease-in-out;
|
|
26355
|
-
line-height: 1.15em;
|
|
26356
26355
|
font-weight: 700;
|
|
26357
26356
|
text-wrap: pretty;
|
|
26358
26357
|
display: block;
|
|
26359
26358
|
display: flex;
|
|
26360
26359
|
align-items: flex-end;
|
|
26361
26360
|
text-align: right;
|
|
26361
|
+
line-height: 1.15em !important;
|
|
26362
|
+
letter-spacing: 0 !important;
|
|
26363
|
+
word-spacing: 0 !important;
|
|
26362
26364
|
}
|
|
26363
26365
|
|
|
26364
26366
|
.${zt} > a:hover,
|