@universityofmaryland/web-components-library 1.12.0-beta.3 → 1.12.1
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/api/hero/custom/expand.d.ts +4 -0
- package/dist/api/hero/custom/expand.d.ts.map +1 -0
- package/dist/api/hero/custom/grid.d.ts +4 -0
- package/dist/api/hero/custom/grid.d.ts.map +1 -0
- package/dist/api/hero/custom/video.d.ts.map +1 -0
- package/dist/api/hero/index.d.ts +3 -3
- package/dist/api/hero/index.d.ts.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.LICENSE.txt +9 -9
- package/package.json +2 -2
- package/dist/api/hero/brand/video.d.ts.map +0 -1
- package/dist/api/hero/expand.d.ts +0 -4
- package/dist/api/hero/expand.d.ts.map +0 -1
- package/dist/api/hero/grid.d.ts +0 -4
- package/dist/api/hero/grid.d.ts.map +0 -1
- package/dist/api/pathway/common.d.ts +0 -9
- package/dist/api/pathway/common.d.ts.map +0 -1
- /package/dist/api/hero/{brand → custom}/video.d.ts +0 -0
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 from the elements library for interfaces, interactivity, layout, and data feeds. This library provides ready-to-use web components that follow the University of Maryland's design guidelines and accessibility standards. These components are designed to work seamlessly together to create consistent, branded UMD web experiences while maintaining performance and usability across all devices.
|
|
6
6
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"expand.d.ts","sourceRoot":"","sources":["../../../../source/api/hero/custom/expand.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAEV,qBAAqB,EACtB,MAAM,cAAc,CAAC;AA4ItB,QAAA,MAAM,UAAU,EAAE,qBAYhB,CAAC;AAEH,eAAe,UAAU,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"grid.d.ts","sourceRoot":"","sources":["../../../../source/api/hero/custom/grid.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAEV,qBAAqB,EACtB,MAAM,cAAc,CAAC;AA8HtB,QAAA,MAAM,QAAQ,EAAE,qBAGd,CAAC;AAEH,eAAe,QAAQ,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"video.d.ts","sourceRoot":"","sources":["../../../../source/api/hero/custom/video.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAEV,qBAAqB,EACtB,MAAM,cAAc,CAAC;AAsEtB,QAAA,MAAM,cAAc,EAAE,qBAIpB,CAAC;AAEH,eAAe,cAAc,CAAC"}
|
package/dist/api/hero/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export { default as base } from './base';
|
|
2
|
-
export { default as
|
|
3
|
-
export { default as
|
|
2
|
+
export { default as videoArrow } from './custom/video';
|
|
3
|
+
export { default as grid } from './custom/grid';
|
|
4
|
+
export { default as expand } from './custom/expand';
|
|
4
5
|
export { default as logo } from './logo';
|
|
5
|
-
export { default as grid } from './grid';
|
|
6
6
|
export { default as minimal } from './minimal';
|
|
7
7
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../source/api/hero/index.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,QAAQ,CAAC;AACzC,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../source/api/hero/index.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,QAAQ,CAAC;AACzC,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,gBAAgB,CAAC;AACvD,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,eAAe,CAAC;AAChD,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACpD,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,QAAQ,CAAC;AACzC,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,WAAW,CAAC"}
|
package/dist/index.d.ts
CHANGED
|
@@ -19,7 +19,7 @@ export declare const Utilties: {
|
|
|
19
19
|
network: typeof umdElements.Utilities.network;
|
|
20
20
|
performance: typeof umdElements.Utilities.performance;
|
|
21
21
|
storage: typeof umdElements.Utilities.storage;
|
|
22
|
-
|
|
22
|
+
theme: typeof umdElements.Utilities.theme;
|
|
23
23
|
Animations: typeof umdUtilities.Animations;
|
|
24
24
|
Markup: typeof umdUtilities.Markup;
|
|
25
25
|
Styles: typeof umdUtilities.Styles;
|