@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.
@@ -0,0 +1,4 @@
1
+ import type { ComponentRegistration } from '../../_types';
2
+ declare const ExpandHero: ComponentRegistration;
3
+ export default ExpandHero;
4
+ //# sourceMappingURL=expand.d.ts.map
@@ -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,4 @@
1
+ import type { ComponentRegistration } from '../../_types';
2
+ declare const GridHero: ComponentRegistration;
3
+ export default GridHero;
4
+ //# sourceMappingURL=grid.d.ts.map
@@ -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,4 @@
1
+ import type { ComponentRegistration } from '../../_types';
2
+ declare const BrandVideoHero: ComponentRegistration;
3
+ export default BrandVideoHero;
4
+ //# sourceMappingURL=video.d.ts.map
@@ -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;AAuHhF,QAAA,MAAM,QAAQ,EAAE,qBAGd,CAAC;AAEH,eAAe,QAAQ,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"}
@@ -1,7 +1,7 @@
1
1
  export { default as base } from './base';
2
- export { default as brandVideo } from './brand/video';
3
- export { default as expand } from './expand';
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,eAAe,CAAC;AACtD,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,UAAU,CAAC;AAC7C,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,QAAQ,CAAC;AACzC,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,QAAQ,CAAC;AACzC,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,WAAW,CAAC"}
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
- styles: typeof umdElements.Utilities.styles;
22
+ theme: typeof umdElements.Utilities.theme;
23
23
  Animations: typeof umdUtilities.Animations;
24
24
  Markup: typeof umdUtilities.Markup;
25
25
  Styles: typeof umdUtilities.Styles;