@universityofmaryland/web-components-library 1.12.0-beta.3 → 1.12.0
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/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 +4 -0
- package/dist/api/hero/custom/video.d.ts.map +1 -0
- package/dist/api/hero/grid.d.ts.map +1 -1
- 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
|
@@ -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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"grid.d.ts","sourceRoot":"","sources":["../../../source/api/hero/grid.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAA2B,qBAAqB,EAAE,MAAM,WAAW,CAAC;
|
|
1
|
+
{"version":3,"file":"grid.d.ts","sourceRoot":"","sources":["../../../source/api/hero/grid.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAA2B,qBAAqB,EAAE,MAAM,WAAW,CAAC;AA0HhF,QAAA,MAAM,QAAQ,EAAE,qBAGd,CAAC;AAEH,eAAe,QAAQ,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;
|