@universityofmaryland/web-components-library 1.10.0-beta.0 → 1.10.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.
Files changed (30) hide show
  1. package/README.md +1 -1
  2. package/dist/api/footer/base.d.ts +15 -0
  3. package/dist/api/footer/base.d.ts.map +1 -0
  4. package/dist/api/footer/elements/index.d.ts +6 -0
  5. package/dist/api/footer/elements/index.d.ts.map +1 -0
  6. package/dist/api/footer/elements/main-section/call-to-action.d.ts +6 -0
  7. package/dist/api/footer/elements/main-section/call-to-action.d.ts.map +1 -0
  8. package/dist/api/footer/elements/main-section/campaign.d.ts +7 -0
  9. package/dist/api/footer/elements/main-section/campaign.d.ts.map +1 -0
  10. package/dist/api/footer/elements/main-section/index.d.ts +6 -0
  11. package/dist/api/footer/elements/main-section/index.d.ts.map +1 -0
  12. package/dist/api/footer/elements/main-section/row-links/index.d.ts +8 -0
  13. package/dist/api/footer/elements/main-section/row-links/index.d.ts.map +1 -0
  14. package/dist/api/footer/elements/main-section/row-links/link-columns.d.ts +5 -0
  15. package/dist/api/footer/elements/main-section/row-links/link-columns.d.ts.map +1 -0
  16. package/dist/api/footer/elements/main-section/row-logo/contact.d.ts +6 -0
  17. package/dist/api/footer/elements/main-section/row-logo/contact.d.ts.map +1 -0
  18. package/dist/api/footer/elements/main-section/row-logo/index.d.ts +6 -0
  19. package/dist/api/footer/elements/main-section/row-logo/index.d.ts.map +1 -0
  20. package/dist/api/footer/elements/main-section/row-logo/logo.d.ts +6 -0
  21. package/dist/api/footer/elements/main-section/row-logo/logo.d.ts.map +1 -0
  22. package/dist/api/footer/elements/main-section/social.d.ts +7 -0
  23. package/dist/api/footer/elements/main-section/social.d.ts.map +1 -0
  24. package/dist/api/footer/elements/utility-section/index.d.ts +5 -0
  25. package/dist/api/footer/elements/utility-section/index.d.ts.map +1 -0
  26. package/dist/api/footer/globals.d.ts +38 -0
  27. package/dist/api/footer/globals.d.ts.map +1 -0
  28. package/dist/api/tab/display.d.ts.map +1 -1
  29. package/dist/index.js +1 -1
  30. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # University of Maryland Web Components Library
2
2
 
3
- [![Components Version](https://img.shields.io/badge/Components-v1.10.0-beta.0-blue)](https://www.npmjs.com/package/@universityofmaryland/web-components-library)
3
+ [![Components Version](https://img.shields.io/badge/Components-v1.10.0-blue)](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,15 @@
1
+ declare global {
2
+ interface Window {
3
+ UMDFooterElement: typeof UMDFooterElement;
4
+ }
5
+ }
6
+ export declare class UMDFooterElement extends HTMLElement {
7
+ _shadow: ShadowRoot;
8
+ _theme: string;
9
+ _type: string;
10
+ constructor();
11
+ connectedCallback(): void;
12
+ }
13
+ declare const _default: () => void;
14
+ export default _default;
15
+ //# sourceMappingURL=base.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"base.d.ts","sourceRoot":"","sources":["../../../source/api/footer/base.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,MAAM;QACd,gBAAgB,EAAE,OAAO,gBAAgB,CAAC;KAC3C;CACF;AASD,qBAAa,gBAAiB,SAAQ,WAAW;IAC/C,OAAO,EAAE,UAAU,CAAC;IACpB,MAAM,SAAqB;IAC3B,KAAK,SAAuB;;IAa5B,iBAAiB;CAOlB;;AAED,wBAQE"}
@@ -0,0 +1,6 @@
1
+ import { UMDFooterElement } from '../base';
2
+ export declare const ComponentStyles: string;
3
+ export declare const CreateElement: ({ element }: {
4
+ element: UMDFooterElement;
5
+ }) => HTMLDivElement;
6
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../source/api/footer/elements/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAK3C,eAAO,MAAM,eAAe,QAe3B,CAAC;AAEF,eAAO,MAAM,aAAa,gBAAiB;IAAE,OAAO,EAAE,gBAAgB,CAAA;CAAE,mBAcvE,CAAC"}
@@ -0,0 +1,6 @@
1
+ export declare const CALL_TO_ACTION_CONTAINER = "umd-footer-call-to-action-container";
2
+ export declare const CallToActionStyles: string;
3
+ export declare const CreateCallToActionContainer: ({ element, }: {
4
+ element: HTMLElement;
5
+ }) => HTMLDivElement;
6
+ //# sourceMappingURL=call-to-action.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"call-to-action.d.ts","sourceRoot":"","sources":["../../../../../source/api/footer/elements/main-section/call-to-action.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,wBAAwB,wCAAwC,CAAC;AAE9E,eAAO,MAAM,kBAAkB,QAsB9B,CAAC;AAYF,eAAO,MAAM,2BAA2B,iBAErC;IACD,OAAO,EAAE,WAAW,CAAC;CACtB,mBAcA,CAAC"}
@@ -0,0 +1,7 @@
1
+ import { UMDFooterElement } from '../../base';
2
+ export declare const CAMPAIGN_COLUMN_WRAPPER = "campaign-column-wrapper";
3
+ export declare const CampaignStyles: string;
4
+ export declare const CreateCampaignRow: ({ element, }: {
5
+ element: UMDFooterElement;
6
+ }) => HTMLDivElement;
7
+ //# sourceMappingURL=campaign.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"campaign.d.ts","sourceRoot":"","sources":["../../../../../source/api/footer/elements/main-section/campaign.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;AAM9C,eAAO,MAAM,uBAAuB,4BAA4B,CAAC;AAEjE,eAAO,MAAM,cAAc,QAM1B,CAAC;AAEF,eAAO,MAAM,iBAAiB,iBAE3B;IACD,OAAO,EAAE,gBAAgB,CAAC;CAC3B,mBAqBA,CAAC"}
@@ -0,0 +1,6 @@
1
+ import { UMDFooterElement } from '../../base';
2
+ export declare const MainContainerStyles: string;
3
+ export declare const CreateMain: ({ element }: {
4
+ element: UMDFooterElement;
5
+ }) => HTMLDivElement;
6
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../source/api/footer/elements/main-section/index.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;AAwC9C,eAAO,MAAM,mBAAmB,QAiB/B,CAAC;AAEF,eAAO,MAAM,UAAU,gBAAiB;IAAE,OAAO,EAAE,gBAAgB,CAAA;CAAE,mBAyDpE,CAAC"}
@@ -0,0 +1,8 @@
1
+ import { UMDFooterElement } from '../../../base';
2
+ export declare const ROW_LINKS_CONTAINER = "umd-footer-row-links";
3
+ export declare const ROW_LINKS_CONTAINER_WRAPPER = "umd-footer-row-links-wrapper";
4
+ export declare const RowLinkStyles: string;
5
+ export declare const CreateRowLinks: ({ element }: {
6
+ element: UMDFooterElement;
7
+ }) => HTMLDivElement;
8
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../source/api/footer/elements/main-section/row-links/index.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AASjD,eAAO,MAAM,mBAAmB,yBAAyB,CAAC;AAC1D,eAAO,MAAM,2BAA2B,iCAAiC,CAAC;AAkB1E,eAAO,MAAM,aAAa,QAmCzB,CAAC;AAEF,eAAO,MAAM,cAAc,gBAAiB;IAAE,OAAO,EAAE,gBAAgB,CAAA;CAAE,mBAiBxE,CAAC"}
@@ -0,0 +1,5 @@
1
+ export declare const LinkColumnStyles: string;
2
+ export declare const CreateLinkColumns: ({ element }: {
3
+ element: HTMLElement;
4
+ }) => HTMLDivElement;
5
+ //# sourceMappingURL=link-columns.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"link-columns.d.ts","sourceRoot":"","sources":["../../../../../../source/api/footer/elements/main-section/row-links/link-columns.ts"],"names":[],"mappings":"AA6NA,eAAO,MAAM,gBAAgB,QAiB5B,CAAC;AAqGF,eAAO,MAAM,iBAAiB,gBAAiB;IAAE,OAAO,EAAE,WAAW,CAAA;CAAE,mBA6DtE,CAAC"}
@@ -0,0 +1,6 @@
1
+ import { UMDFooterElement } from '../../../base';
2
+ export declare const ContactContainerStyles: string;
3
+ export declare const CreateContactContainer: ({ element, }: {
4
+ element: UMDFooterElement;
5
+ }) => HTMLDivElement;
6
+ //# sourceMappingURL=contact.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"contact.d.ts","sourceRoot":"","sources":["../../../../../../source/api/footer/elements/main-section/row-logo/contact.ts"],"names":[],"mappings":"AAcA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAgKjD,eAAO,MAAM,sBAAsB,QAyBlC,CAAC;AAmGF,eAAO,MAAM,sBAAsB,iBAEhC;IACD,OAAO,EAAE,gBAAgB,CAAC;CAC3B,mBA0CA,CAAC"}
@@ -0,0 +1,6 @@
1
+ import { UMDFooterElement } from '../../../base';
2
+ export declare const RowLogoStyles: string;
3
+ export declare const CreateRowLogo: ({ element }: {
4
+ element: UMDFooterElement;
5
+ }) => HTMLDivElement;
6
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../source/api/footer/elements/main-section/row-logo/index.ts"],"names":[],"mappings":"AAeA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAmCjD,eAAO,MAAM,aAAa,QA4CzB,CAAC;AAEF,eAAO,MAAM,aAAa,gBAAiB;IAAE,OAAO,EAAE,gBAAgB,CAAA;CAAE,mBAiCvE,CAAC"}
@@ -0,0 +1,6 @@
1
+ import { UMDFooterElement } from '../../../base';
2
+ export declare const LogoContainerStyles: string;
3
+ export declare const CreateLogoContainer: ({ element, }: {
4
+ element: UMDFooterElement;
5
+ }) => HTMLDivElement;
6
+ //# sourceMappingURL=logo.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"logo.d.ts","sourceRoot":"","sources":["../../../../../../source/api/footer/elements/main-section/row-logo/logo.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAuCjD,eAAO,MAAM,mBAAmB,QAc/B,CAAC;AAEF,eAAO,MAAM,mBAAmB,iBAE7B;IACD,OAAO,EAAE,gBAAgB,CAAC;CAC3B,mBA2BA,CAAC"}
@@ -0,0 +1,7 @@
1
+ import { UMDFooterElement } from '../../base';
2
+ export declare const SOCIAL_COLUMN_WRAPPER = "umd-footer-social-column_wrapper";
3
+ export declare const SocialContainerStyles: string;
4
+ export declare const CreateSocialCampaignColumns: ({ element, }: {
5
+ element: UMDFooterElement;
6
+ }) => HTMLDivElement;
7
+ //# sourceMappingURL=social.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"social.d.ts","sourceRoot":"","sources":["../../../../../source/api/footer/elements/main-section/social.ts"],"names":[],"mappings":"AAUA,OAAO,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;AAa9C,eAAO,MAAM,qBAAqB,qCAAqC,CAAC;AAyExE,eAAO,MAAM,qBAAqB,QAiFjC,CAAC;AA6GF,eAAO,MAAM,2BAA2B,iBAErC;IACD,OAAO,EAAE,gBAAgB,CAAC;CAC3B,mBAWA,CAAC"}
@@ -0,0 +1,5 @@
1
+ export declare const UtilityContainerStyles: string;
2
+ export declare const CreateUtility: ({ element }: {
3
+ element: HTMLElement;
4
+ }) => HTMLDivElement;
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../source/api/footer/elements/utility-section/index.ts"],"names":[],"mappings":"AA0EA,eAAO,MAAM,sBAAsB,QA8ClC,CAAC;AA0BF,eAAO,MAAM,aAAa,gBAAiB;IAAE,OAAO,EAAE,WAAW,CAAA;CAAE,mBA+BlE,CAAC"}
@@ -0,0 +1,38 @@
1
+ export declare const BREAKPOINTS: {
2
+ SMALL: number;
3
+ MEDIUM: number;
4
+ LARGE: number;
5
+ };
6
+ export declare const ELEMENTS: {
7
+ ELEMENT_WRAPPER: string;
8
+ };
9
+ export declare const SLOTS: {
10
+ CONTACT_HEADLINE: string;
11
+ CONTACT_LINKS: string;
12
+ CONTACT_ADDRESS: string;
13
+ CTA: string;
14
+ SOCIAL: string;
15
+ UTILITY: string;
16
+ LINK_COLUMN_ONE: string;
17
+ LINK_COLUMN_TWO: string;
18
+ LINK_COLUMN_THREE: string;
19
+ };
20
+ export declare const VARIABLES: {
21
+ ELEMENT_NAME: string;
22
+ ATTRIBUTE_THEME: string;
23
+ ATTRIBUTE_TYPE: string;
24
+ VERSION_TYPE_MEGA: string;
25
+ VERSION_TYPE_VISUAL: string;
26
+ VERSION_TYPE_SIMPLE: string;
27
+ VERSION_TYPES: string[];
28
+ THEME_OPTION_DARK: string;
29
+ THEME_OPTION_LIGHT: string;
30
+ };
31
+ export declare const REFERENCES: {
32
+ IS_THEME_LIGHT: string;
33
+ IS_THEME_DARK: string;
34
+ IS_VERSION_MEGA: string;
35
+ IS_VERSION_VISUAL: string;
36
+ IS_VERSION_SIMPLE: string;
37
+ };
38
+ //# sourceMappingURL=globals.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"globals.d.ts","sourceRoot":"","sources":["../../../source/api/footer/globals.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW;;;;CAIvB,CAAC;AACF,eAAO,MAAM,QAAQ;;CAEpB,CAAC;AACF,eAAO,MAAM,KAAK;;;;;;;;;;CAUjB,CAAC;AACF,eAAO,MAAM,SAAS;;;;;;;;;;CAUrB,CAAC;AACF,eAAO,MAAM,UAAU;;;;;;CAMtB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"display.d.ts","sourceRoot":"","sources":["../../../source/api/tab/display.ts"],"names":[],"mappings":";AAwDA,wBAWE"}
1
+ {"version":3,"file":"display.d.ts","sourceRoot":"","sources":["../../../source/api/tab/display.ts"],"names":[],"mappings":";AA8CA,wBAWE"}