@universityofmaryland/web-components-library 0.9.2 → 0.9.4
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/alert.js +1 -1
- package/dist/card.js +1 -1
- package/dist/cardOverlay.js +1 -1
- package/dist/carouselCards.js +1 -1
- package/dist/components/call-to-action/component.d.ts +2 -1
- package/dist/components/call-to-action/component.d.ts.map +1 -1
- package/dist/components/call-to-action/elements/index.d.ts.map +1 -1
- package/dist/elements/call-to-action.d.ts +2 -1
- package/dist/elements/call-to-action.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
|
@@ -7,11 +7,12 @@ export declare const ELEMENT_NAME = "umd-element-call-to-action";
|
|
|
7
7
|
export type CallToActionType = UMDCallToActionElement;
|
|
8
8
|
export declare class UMDCallToActionElement extends HTMLElement {
|
|
9
9
|
_shadow: ShadowRoot;
|
|
10
|
+
_styleProps: null | string;
|
|
10
11
|
_type: string;
|
|
11
12
|
_size: string;
|
|
12
13
|
_theme: string;
|
|
13
14
|
constructor();
|
|
14
|
-
static get observedAttributes():
|
|
15
|
+
static get observedAttributes(): string[];
|
|
15
16
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
16
17
|
connectedCallback(): void;
|
|
17
18
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"component.d.ts","sourceRoot":"","sources":["../../../source/components/call-to-action/component.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,MAAM;QACd,sBAAsB,EAAE,OAAO,sBAAsB,CAAC;KACvD;CACF;AAKD,eAAO,MAAM,YAAY,+BAA+B,CAAC;AACzD,MAAM,MAAM,gBAAgB,GAAG,sBAAsB,CAAC;AACtD,qBAAa,sBAAuB,SAAQ,WAAW;IACrD,OAAO,EAAE,UAAU,CAAC;IACpB,KAAK,SAAa;IAClB,KAAK,SAAc;IACnB,MAAM,SAAW;;
|
|
1
|
+
{"version":3,"file":"component.d.ts","sourceRoot":"","sources":["../../../source/components/call-to-action/component.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,MAAM;QACd,sBAAsB,EAAE,OAAO,sBAAsB,CAAC;KACvD;CACF;AAKD,eAAO,MAAM,YAAY,+BAA+B,CAAC;AACzD,MAAM,MAAM,gBAAgB,GAAG,sBAAsB,CAAC;AACtD,qBAAa,sBAAuB,SAAQ,WAAW;IACrD,OAAO,EAAE,UAAU,CAAC;IACpB,WAAW,EAAE,IAAI,GAAG,MAAM,CAAC;IAC3B,KAAK,SAAa;IAClB,KAAK,SAAc;IACnB,MAAM,SAAW;;IAajB,MAAM,KAAK,kBAAkB,aAE5B;IAED,wBAAwB,CAAC,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM;IAMzE,iBAAiB;CAiBlB;AAED,eAAO,MAAM,IAAI,cAUhB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../source/components/call-to-action/elements/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAoDhD,eAAO,MAAM,eAAe,QAU3B,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../source/components/call-to-action/elements/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAoDhD,eAAO,MAAM,eAAe,QAU3B,CAAC;AA+BF,eAAO,MAAM,eAAe;aAA4B,gBAAgB;oBAmBvE,CAAC"}
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
export declare const CLASS_BASE_CTA = "umd-call-to-action";
|
|
2
2
|
export declare const STYLES_CALL_TO_ACTION_ELEMENT: string;
|
|
3
|
-
export declare const CreateCallToActionElement: ({ cta, type, size, theme, }: {
|
|
3
|
+
export declare const CreateCallToActionElement: ({ cta, type, size, theme, styleProps, }: {
|
|
4
4
|
cta?: HTMLElement | null | undefined;
|
|
5
5
|
type?: string | undefined;
|
|
6
6
|
size?: string | null | undefined;
|
|
7
7
|
theme?: string | null | undefined;
|
|
8
|
+
styleProps?: string | null | undefined;
|
|
8
9
|
}) => HTMLElement;
|
|
9
10
|
//# sourceMappingURL=call-to-action.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"call-to-action.d.ts","sourceRoot":"","sources":["../../source/elements/call-to-action.ts"],"names":[],"mappings":"AA0BA,eAAO,MAAM,cAAc,uBAAuB,CAAC;AAoDnD,eAAO,MAAM,6BAA6B,QAqCzC,CAAC;
|
|
1
|
+
{"version":3,"file":"call-to-action.d.ts","sourceRoot":"","sources":["../../source/elements/call-to-action.ts"],"names":[],"mappings":"AA0BA,eAAO,MAAM,cAAc,uBAAuB,CAAC;AAoDnD,eAAO,MAAM,6BAA6B,QAqCzC,CAAC;AA4FF,eAAO,MAAM,yBAAyB;;;;;;iBA+CrC,CAAC"}
|