@universityofmaryland/web-components-library 1.8.0-beta.9 → 1.8.2

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,6 @@
1
+ import { UMDCallToActionElement } from '../index';
2
+ export declare const ComponentStyles: string;
3
+ export declare const CreateShadowDom: ({ element, }: {
4
+ element: UMDCallToActionElement;
5
+ }) => HTMLDivElement;
6
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../source/api/call-to-action/elements/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAwDlD,eAAO,MAAM,eAAe,QAU3B,CAAC;AAgCF,eAAO,MAAM,eAAe,iBAEzB;IACD,OAAO,EAAE,sBAAsB,CAAC;CACjC,mBAmBA,CAAC"}
@@ -0,0 +1,28 @@
1
+ export declare const ELEMENTS: {
2
+ CTA_CONTAINER: string;
3
+ CTA_CONTAINER_ELEMENT: string;
4
+ };
5
+ export declare const SLOTS: {
6
+ PLAIN_TEXT: string;
7
+ };
8
+ export declare const VARIABLES: {
9
+ ELEMENT_NAME: string;
10
+ ATTRIBUTE_PLAIN_TEXT: string;
11
+ ATTRIBUTE_TYPE: string;
12
+ ATTRIBUTE_SIZE: string;
13
+ ATTRIBUTE_THEME: string;
14
+ ATTRIBUTE_STYLE_PROPS: string;
15
+ TYPE_PRIMARY: string;
16
+ TYPE_SECONDARY: string;
17
+ TYPE_OUTLINE: string;
18
+ SIZE_STANDARD: string;
19
+ SIZE_LARGE: string;
20
+ THEME_LIGHT: string;
21
+ THEME_DARK: string;
22
+ };
23
+ export declare const REFERENCES: {
24
+ IS_PRIMARY: string;
25
+ IS_SECONDARY: string;
26
+ IS_PLAIN_TEXT: string;
27
+ };
28
+ //# sourceMappingURL=globals.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"globals.d.ts","sourceRoot":"","sources":["../../../source/api/call-to-action/globals.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ;;;CAGpB,CAAC;AACF,eAAO,MAAM,KAAK;;CAEjB,CAAC;AACF,eAAO,MAAM,SAAS;;;;;;;;;;;;;;CAcrB,CAAC;AACF,eAAO,MAAM,UAAU;;;;CAItB,CAAC"}
package/dist/index.d.ts CHANGED
@@ -171,7 +171,7 @@ export declare const Components: {
171
171
  export declare const Elements: {
172
172
  TypeEventFeedRequirements: any;
173
173
  TypeNewsFeedRequirements: any;
174
- atomic: typeof UmdElements.atomic;
174
+ Atomic: typeof UmdElements.Atomic;
175
175
  Composite: typeof UmdElements.Composite;
176
176
  Feeds: typeof UmdElements.Feeds;
177
177
  Layout: typeof UmdElements.Layout;