@universityofmaryland/web-components-library 1.17.13 → 1.17.14
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 -3
- 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
|
@@ -30891,12 +30891,12 @@ const kk = ({
|
|
|
30891
30891
|
...A,
|
|
30892
30892
|
attributeNameOld: x.deprecated.feed.FEED_UNION,
|
|
30893
30893
|
attributeNameNew: x.feed.union,
|
|
30894
|
-
attributeValue: J.state.
|
|
30894
|
+
attributeValue: J.state.TRUE
|
|
30895
30895
|
}) || CA({
|
|
30896
30896
|
...A,
|
|
30897
30897
|
attributeName: x.feed.union,
|
|
30898
|
-
attributeValue: J.state.
|
|
30899
|
-
defaultValue: !
|
|
30898
|
+
attributeValue: J.state.TRUE,
|
|
30899
|
+
defaultValue: !1
|
|
30900
30900
|
})
|
|
30901
30901
|
}, bA = {
|
|
30902
30902
|
block: (A) => uA({
|