@universityofmaryland/web-elements-library 1.1.0 → 1.2.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/atomic/animations/actions/index.d.ts +2 -0
- package/dist/atomic/animations/actions/index.d.ts.map +1 -0
- package/dist/atomic/animations/actions/indicator.d.ts +13 -0
- package/dist/atomic/animations/actions/indicator.d.ts.map +1 -0
- package/dist/atomic/animations/brand/chevron-flow.d.ts +14 -0
- package/dist/atomic/animations/brand/chevron-flow.d.ts.map +1 -0
- package/dist/atomic/animations/brand/chevron-scroll.d.ts +6 -0
- package/dist/atomic/animations/brand/chevron-scroll.d.ts.map +1 -0
- package/dist/atomic/animations/brand/index.d.ts +3 -0
- package/dist/atomic/animations/brand/index.d.ts.map +1 -0
- package/dist/atomic/animations/index.d.ts +3 -0
- package/dist/atomic/animations/index.d.ts.map +1 -0
- package/dist/atomic/buttons/fullscreen.d.ts.map +1 -1
- package/dist/atomic/index.d.ts +2 -0
- package/dist/atomic/index.d.ts.map +1 -1
- package/dist/atomic/layout/index.d.ts +2 -0
- package/dist/atomic/layout/index.d.ts.map +1 -0
- package/dist/atomic/layout/overlay/index.d.ts +2 -0
- package/dist/atomic/layout/overlay/index.d.ts.map +1 -0
- package/dist/atomic/layout/overlay/modal.d.ts +17 -0
- package/dist/atomic/layout/overlay/modal.d.ts.map +1 -0
- package/dist/atomic/text-lockup/contact.d.ts +14 -0
- package/dist/atomic/text-lockup/contact.d.ts.map +1 -0
- package/dist/atomic/text-lockup/index.d.ts +2 -0
- package/dist/atomic/text-lockup/index.d.ts.map +1 -1
- package/dist/atomic/text-lockup/person.d.ts +14 -0
- package/dist/atomic/text-lockup/person.d.ts.map +1 -0
- package/dist/composite/carousel/elements/blocks.d.ts +42 -0
- package/dist/composite/carousel/elements/blocks.d.ts.map +1 -0
- package/dist/composite/carousel/elements/full-screen.d.ts +14 -0
- package/dist/composite/carousel/elements/full-screen.d.ts.map +1 -0
- package/dist/composite/carousel/elements/image.d.ts +18 -0
- package/dist/composite/carousel/elements/image.d.ts.map +1 -0
- package/dist/composite/carousel/elements/index.d.ts +5 -0
- package/dist/composite/carousel/elements/index.d.ts.map +1 -0
- package/dist/composite/carousel/elements/overlay.d.ts +11 -0
- package/dist/composite/carousel/elements/overlay.d.ts.map +1 -0
- package/dist/composite/carousel/image/multiple.d.ts +5 -7
- package/dist/composite/carousel/image/multiple.d.ts.map +1 -1
- package/dist/composite/carousel/image/standard.d.ts +5 -7
- package/dist/composite/carousel/image/standard.d.ts.map +1 -1
- package/dist/composite/hero/brand/video.d.ts.map +1 -1
- package/dist/composite/hero/expand.d.ts.map +1 -1
- package/dist/composite/person/_types.d.ts +29 -0
- package/dist/composite/person/_types.d.ts.map +1 -0
- package/dist/composite/person/bio/full.d.ts +2 -6
- package/dist/composite/person/bio/full.d.ts.map +1 -1
- package/dist/composite/person/bio/small.d.ts +2 -6
- package/dist/composite/person/bio/small.d.ts.map +1 -1
- package/dist/composite/person/block.d.ts +4 -6
- package/dist/composite/person/block.d.ts.map +1 -1
- package/dist/composite/person/hero.d.ts +13 -10
- package/dist/composite/person/hero.d.ts.map +1 -1
- package/dist/composite/person/index.d.ts +0 -1
- package/dist/composite/person/index.d.ts.map +1 -1
- package/dist/composite/person/list.d.ts +4 -6
- package/dist/composite/person/list.d.ts.map +1 -1
- package/dist/composite/person/tabular.d.ts +4 -6
- package/dist/composite/person/tabular.d.ts.map +1 -1
- package/dist/index.d.ts +0 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.LICENSE.txt +75 -51
- package/dist/layout/index.d.ts +0 -2
- package/dist/layout/index.d.ts.map +1 -1
- package/dist/model/elements/actions.d.ts +5 -0
- package/dist/model/elements/actions.d.ts.map +1 -1
- package/dist/model/elements/composite/card/block.d.ts +37 -1
- package/dist/model/elements/composite/card/block.d.ts.map +1 -1
- package/dist/model/elements/composite/card/list.d.ts +24 -2
- package/dist/model/elements/composite/card/list.d.ts.map +1 -1
- package/dist/model/elements/composite/index.d.ts +1 -0
- package/dist/model/elements/composite/index.d.ts.map +1 -1
- package/dist/model/elements/composite/person/bio.d.ts +8 -0
- package/dist/model/elements/composite/person/bio.d.ts.map +1 -0
- package/dist/model/elements/composite/person/index.d.ts +2 -0
- package/dist/model/elements/composite/person/index.d.ts.map +1 -0
- package/dist/model/elements/headline.d.ts +5 -0
- package/dist/model/elements/headline.d.ts.map +1 -1
- package/dist/model/elements/index.d.ts +10 -0
- package/dist/model/elements/index.d.ts.map +1 -1
- package/dist/model/elements/layout.d.ts +10 -0
- package/dist/model/elements/layout.d.ts.map +1 -1
- package/dist/model/elements/text.d.ts +10 -0
- package/dist/model/elements/text.d.ts.map +1 -1
- package/dist/model/modifiers/_types.d.ts +1 -0
- package/dist/model/modifiers/_types.d.ts.map +1 -1
- package/dist/model/modifiers/index.d.ts.map +1 -1
- package/dist/model/modifiers/style.d.ts +3 -1
- package/dist/model/modifiers/style.d.ts.map +1 -1
- package/dist/utilities/assets/logos.d.ts +1 -1
- package/dist/utilities/assets/logos.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/composite/person/elements/index.d.ts +0 -33
- package/dist/composite/person/elements/index.d.ts.map +0 -1
- package/dist/layout/list.d.ts +0 -16
- package/dist/layout/list.d.ts.map +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../source/atomic/animations/actions/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,aAAa,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
declare const _default: ({ count, overlayColor, isThemeDark, isThemeLight, callback, }: {
|
|
2
|
+
count: number;
|
|
3
|
+
overlayColor?: string;
|
|
4
|
+
isThemeDark?: boolean;
|
|
5
|
+
isThemeLight?: boolean;
|
|
6
|
+
callback: (arg: number) => void;
|
|
7
|
+
}) => {
|
|
8
|
+
element: HTMLDivElement;
|
|
9
|
+
styles: string;
|
|
10
|
+
position: (index: number) => void;
|
|
11
|
+
};
|
|
12
|
+
export default _default;
|
|
13
|
+
//# sourceMappingURL=indicator.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"indicator.d.ts","sourceRoot":"","sources":["../../../../source/atomic/animations/actions/indicator.ts"],"names":[],"mappings":"wFAuEG;IACD,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,QAAQ,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;CACjC;;;sBAyCiC,MAAM;;AArDxC,wBAmHO"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
declare const _default: ({ sizedContainer, completedCallback, isAnimationOnLoad, }: {
|
|
2
|
+
sizedContainer: HTMLDivElement;
|
|
3
|
+
sizedWrapper: HTMLDivElement;
|
|
4
|
+
completedCallback?: () => void;
|
|
5
|
+
isAnimationOnLoad?: boolean;
|
|
6
|
+
}) => {
|
|
7
|
+
element: HTMLDivElement;
|
|
8
|
+
styles: string;
|
|
9
|
+
events: {
|
|
10
|
+
load: () => void;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
export default _default;
|
|
14
|
+
//# sourceMappingURL=chevron-flow.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"chevron-flow.d.ts","sourceRoot":"","sources":["../../../../source/atomic/animations/brand/chevron-flow.ts"],"names":[],"mappings":"oFAiQG;IACD,cAAc,EAAE,cAAc,CAAC;IAC/B,YAAY,EAAE,cAAc,CAAC;IAC7B,iBAAiB,CAAC,EAAE,MAAM,IAAI,CAAC;IAC/B,iBAAiB,CAAC,EAAE,OAAO,CAAC;CAC7B;;;;;;;AATD,wBAsFO"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"chevron-scroll.d.ts","sourceRoot":"","sources":["../../../../source/atomic/animations/brand/chevron-scroll.ts"],"names":[],"mappings":";;;;AAwJA,wBAyBO"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../source/atomic/animations/brand/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,gBAAgB,CAAC;AACxD,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,kBAAkB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../source/atomic/animations/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,OAAO,MAAM,WAAW,CAAC;AACrC,OAAO,KAAK,KAAK,MAAM,SAAS,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fullscreen.d.ts","sourceRoot":"","sources":["../../../source/atomic/buttons/fullscreen.ts"],"names":[],"mappings":";mCAMG;QACD,QAAQ,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;QAChC,KAAK,EAAE,MAAM,CAAC;KACf;;;;;;
|
|
1
|
+
{"version":3,"file":"fullscreen.d.ts","sourceRoot":"","sources":["../../../source/atomic/buttons/fullscreen.ts"],"names":[],"mappings":";mCAMG;QACD,QAAQ,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;QAChC,KAAK,EAAE,MAAM,CAAC;KACf;;;;;;AAeD,wBAEE"}
|
package/dist/atomic/index.d.ts
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
export * as actions from './actions';
|
|
2
|
+
export * as animations from './animations';
|
|
2
3
|
export * as assets from './assets';
|
|
3
4
|
export * as buttons from './buttons';
|
|
4
5
|
export * as events from './events';
|
|
6
|
+
export * as layout from './layout';
|
|
5
7
|
export * as textLockup from './text-lockup';
|
|
6
8
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../source/atomic/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,OAAO,MAAM,WAAW,CAAC;AACrC,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,OAAO,MAAM,WAAW,CAAC;AACrC,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,UAAU,MAAM,eAAe,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../source/atomic/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,OAAO,MAAM,WAAW,CAAC;AACrC,OAAO,KAAK,UAAU,MAAM,cAAc,CAAC;AAC3C,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,OAAO,MAAM,WAAW,CAAC;AACrC,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,UAAU,MAAM,eAAe,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../source/atomic/layout/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,OAAO,MAAM,WAAW,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../source/atomic/layout/overlay/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,SAAS,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
type TypeFixedFullScreenProps = {
|
|
2
|
+
content: HTMLElement | null;
|
|
3
|
+
isHidden?: boolean;
|
|
4
|
+
callback?: () => void;
|
|
5
|
+
context?: HTMLElement | null;
|
|
6
|
+
};
|
|
7
|
+
export declare const STYLES_MODAL: string;
|
|
8
|
+
declare const _default: ({ content, callback, isHidden, context, }: TypeFixedFullScreenProps) => {
|
|
9
|
+
element: HTMLDivElement;
|
|
10
|
+
styles: string;
|
|
11
|
+
events: {
|
|
12
|
+
show: () => void;
|
|
13
|
+
hide: () => void;
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
export default _default;
|
|
17
|
+
//# sourceMappingURL=modal.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"modal.d.ts","sourceRoot":"","sources":["../../../../source/atomic/layout/overlay/modal.ts"],"names":[],"mappings":"AAGA,KAAK,wBAAwB,GAAG;IAC9B,OAAO,EAAE,WAAW,GAAG,IAAI,CAAC;IAC5B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,OAAO,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;CAC9B,CAAC;AAKF,eAAO,MAAM,YAAY,QAuBxB,CAAC;oEAOC,wBAAwB;;;;;;;;AAL3B,wBAsEE"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
interface PersonContact {
|
|
2
|
+
phone?: HTMLElement | null;
|
|
3
|
+
email?: HTMLElement | null;
|
|
4
|
+
linkendIn?: HTMLElement | null;
|
|
5
|
+
address?: HTMLElement | null;
|
|
6
|
+
additionalContact?: HTMLElement | null;
|
|
7
|
+
isThemeDark?: boolean;
|
|
8
|
+
}
|
|
9
|
+
declare const _default: ({ phone, email, linkendIn, address, additionalContact, isThemeDark, }: PersonContact) => {
|
|
10
|
+
element: HTMLDivElement;
|
|
11
|
+
styles: string;
|
|
12
|
+
};
|
|
13
|
+
export default _default;
|
|
14
|
+
//# sourceMappingURL=contact.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"contact.d.ts","sourceRoot":"","sources":["../../../source/atomic/text-lockup/contact.ts"],"names":[],"mappings":"AAIA,UAAU,aAAa;IACrB,KAAK,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IAC3B,KAAK,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IAC3B,SAAS,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IAC/B,OAAO,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IAC7B,iBAAiB,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IACvC,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB;gGA6GE,aAAa;;;;AAPhB,wBAgFE"}
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
+
export { default as contact } from './contact';
|
|
1
2
|
export { default as date } from './date';
|
|
3
|
+
export { default as person } from './person';
|
|
2
4
|
export { default as small } from './small';
|
|
3
5
|
export { default as smallScaling } from './small-scaling';
|
|
4
6
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../source/atomic/text-lockup/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,QAAQ,CAAC;AACzC,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,SAAS,CAAC;AAC3C,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,iBAAiB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../source/atomic/text-lockup/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,WAAW,CAAC;AAC/C,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,QAAQ,CAAC;AACzC,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,UAAU,CAAC;AAC7C,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,SAAS,CAAC;AAC3C,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,iBAAiB,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
interface PersonTextLockup {
|
|
2
|
+
name?: HTMLElement | null;
|
|
3
|
+
job?: HTMLElement | null;
|
|
4
|
+
association?: HTMLElement | null;
|
|
5
|
+
pronouns?: HTMLElement | null;
|
|
6
|
+
subText?: HTMLElement | null;
|
|
7
|
+
isThemeDark?: boolean;
|
|
8
|
+
}
|
|
9
|
+
declare const _default: ({ name, job, association, pronouns, subText, isThemeDark, }: PersonTextLockup) => {
|
|
10
|
+
element: HTMLDivElement;
|
|
11
|
+
styles: string;
|
|
12
|
+
};
|
|
13
|
+
export default _default;
|
|
14
|
+
//# sourceMappingURL=person.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"person.d.ts","sourceRoot":"","sources":["../../../source/atomic/text-lockup/person.ts"],"names":[],"mappings":"AAIA,UAAU,gBAAgB;IACxB,IAAI,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IAC1B,GAAG,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IACzB,WAAW,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IACjC,QAAQ,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IAC9B,OAAO,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IAC7B,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB;sFA6EE,gBAAgB;;;;AAPnB,wBAmEE"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
type TypeDisplayLogic = {
|
|
2
|
+
mobileCount: number;
|
|
3
|
+
mobileBreakpoint: number;
|
|
4
|
+
tabletCount: number;
|
|
5
|
+
tabletBreakpoint: number;
|
|
6
|
+
desktopCount: number;
|
|
7
|
+
desktopBreakpoint: number;
|
|
8
|
+
maxCount: number;
|
|
9
|
+
blockGap: number;
|
|
10
|
+
hasRightButton: boolean;
|
|
11
|
+
hasLeftButton: boolean;
|
|
12
|
+
showMobileHint: boolean;
|
|
13
|
+
showHint: boolean;
|
|
14
|
+
fullScreenCallback?: (index: number) => void;
|
|
15
|
+
};
|
|
16
|
+
type TypeDisplayLogicProps = Partial<TypeDisplayLogic>;
|
|
17
|
+
type TypeAnimationCarouselBlockProps = {
|
|
18
|
+
slide: HTMLElement;
|
|
19
|
+
shadowRef?: HTMLElement;
|
|
20
|
+
blocks: HTMLElement[];
|
|
21
|
+
overwriteDisplayLogic?: TypeDisplayLogicProps;
|
|
22
|
+
};
|
|
23
|
+
declare const _default: {
|
|
24
|
+
CreateElement: (props: TypeAnimationCarouselBlockProps) => {
|
|
25
|
+
element: HTMLDivElement;
|
|
26
|
+
events: {
|
|
27
|
+
resize: () => void;
|
|
28
|
+
load: () => void;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
Styles: string;
|
|
32
|
+
Elements: {
|
|
33
|
+
declaration: string;
|
|
34
|
+
container: string;
|
|
35
|
+
containerSingleBlock: string;
|
|
36
|
+
button: string;
|
|
37
|
+
nextButton: string;
|
|
38
|
+
previousButton: string;
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
export default _default;
|
|
42
|
+
//# sourceMappingURL=blocks.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"blocks.d.ts","sourceRoot":"","sources":["../../../../source/composite/carousel/elements/blocks.ts"],"names":[],"mappings":"AAGA,KAAK,gBAAgB,GAAG;IACtB,WAAW,EAAE,MAAM,CAAC;IACpB,gBAAgB,EAAE,MAAM,CAAC;IACzB,WAAW,EAAE,MAAM,CAAC;IACpB,gBAAgB,EAAE,MAAM,CAAC;IACzB,YAAY,EAAE,MAAM,CAAC;IACrB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,cAAc,EAAE,OAAO,CAAC;IACxB,aAAa,EAAE,OAAO,CAAC;IACvB,cAAc,EAAE,OAAO,CAAC;IACxB,QAAQ,EAAE,OAAO,CAAC;IAClB,kBAAkB,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CAC9C,CAAC;AAEF,KAAK,qBAAqB,GAAG,OAAO,CAAC,gBAAgB,CAAC,CAAC;AAEvD,KAAK,+BAA+B,GAAG;IACrC,KAAK,EAAE,WAAW,CAAC;IACnB,SAAS,CAAC,EAAE,WAAW,CAAC;IACxB,MAAM,EAAE,WAAW,EAAE,CAAC;IACtB,qBAAqB,CAAC,EAAE,qBAAqB,CAAC;CAC/C,CAAC;;2BA6TyC,+BAA+B;;;;;;;;;;;;;;;;;AAoQ1E,wBAWE"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
type TypeFixedFullScreenProps = {
|
|
2
|
+
content: HTMLElement;
|
|
3
|
+
callback: () => void;
|
|
4
|
+
};
|
|
5
|
+
declare const _default: ({ content, callback }: TypeFixedFullScreenProps) => {
|
|
6
|
+
element: HTMLDivElement;
|
|
7
|
+
styles: string;
|
|
8
|
+
events: {
|
|
9
|
+
show: () => void;
|
|
10
|
+
hide: () => void;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
export default _default;
|
|
14
|
+
//# sourceMappingURL=full-screen.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"full-screen.d.ts","sourceRoot":"","sources":["../../../../source/composite/carousel/elements/full-screen.ts"],"names":[],"mappings":"AAIA,KAAK,wBAAwB,GAAG;IAC9B,OAAO,EAAE,WAAW,CAAC;IACrB,QAAQ,EAAE,MAAM,IAAI,CAAC;CACtB,CAAC;gDA2BqC,wBAAwB;;;;;;;;AAA/D,wBAuBE"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
type TypeCarouselImageProps = {
|
|
2
|
+
slides: HTMLElement[];
|
|
3
|
+
callback?: (index: number) => void;
|
|
4
|
+
maxHeight?: number;
|
|
5
|
+
};
|
|
6
|
+
declare const _default: (props: TypeCarouselImageProps) => {
|
|
7
|
+
element: HTMLDivElement;
|
|
8
|
+
styles: string;
|
|
9
|
+
events: {
|
|
10
|
+
Load: () => void;
|
|
11
|
+
EventMoveTo: (index: number) => void;
|
|
12
|
+
EventResize: () => void;
|
|
13
|
+
EventSlideLeft: () => void;
|
|
14
|
+
EventSlideRight: () => void;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
export default _default;
|
|
18
|
+
//# sourceMappingURL=image.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"image.d.ts","sourceRoot":"","sources":["../../../../source/composite/carousel/elements/image.ts"],"names":[],"mappings":"AAGA,KAAK,sBAAsB,GAAG;IAC5B,MAAM,EAAE,WAAW,EAAE,CAAC;IACtB,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACnC,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;gCAwNqB,sBAAsB;;;;;6BA6Bb,MAAM;;;;;;AA7BtC,wBAyGO"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../source/composite/carousel/elements/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,UAAU,CAAC;AAC7C,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,eAAe,CAAC;AACtD,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,WAAW,CAAC;AAC/C,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,SAAS,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"overlay.d.ts","sourceRoot":"","sources":["../../../../source/composite/carousel/elements/overlay.ts"],"names":[],"mappings":"qCA4C4B;IAAE,MAAM,EAAE,gBAAgB,EAAE,CAAA;CAAE;;;;+BAIxB,MAAM;;;AAJxC,wBAwDO"}
|
|
@@ -3,14 +3,12 @@ type TypeCarouselMultipleProps = {
|
|
|
3
3
|
isThemeDark?: boolean;
|
|
4
4
|
isFullScreenOption?: boolean;
|
|
5
5
|
};
|
|
6
|
-
declare const _default: {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
SetEventReize: () => void;
|
|
11
|
-
};
|
|
12
|
-
element: HTMLDivElement;
|
|
6
|
+
declare const _default: (props: TypeCarouselMultipleProps) => {
|
|
7
|
+
styles: string;
|
|
8
|
+
events: {
|
|
9
|
+
SetEventReize: () => void;
|
|
13
10
|
};
|
|
11
|
+
element: HTMLDivElement;
|
|
14
12
|
};
|
|
15
13
|
export default _default;
|
|
16
14
|
//# sourceMappingURL=multiple.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"multiple.d.ts","sourceRoot":"","sources":["../../../../source/composite/carousel/image/multiple.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"multiple.d.ts","sourceRoot":"","sources":["../../../../source/composite/carousel/image/multiple.ts"],"names":[],"mappings":"AAKA,KAAK,yBAAyB,GAAG;IAC/B,MAAM,EAAE,gBAAgB,EAAE,CAAC;IAC3B,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,kBAAkB,CAAC,EAAE,OAAO,CAAC;CAC9B,CAAC;gCA4GqB,yBAAyB;;;;;;;AAAhD,wBA8FO"}
|
|
@@ -9,14 +9,12 @@ type TypeSlideContent = {
|
|
|
9
9
|
type TypeCarouselImageStandardProps = TypeSlideContent & TypeFullScreen & {
|
|
10
10
|
isThemeDark?: boolean;
|
|
11
11
|
};
|
|
12
|
-
declare const _default: {
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
SetEventReize: () => void;
|
|
17
|
-
};
|
|
18
|
-
element: HTMLDivElement;
|
|
12
|
+
declare const _default: (props: TypeCarouselImageStandardProps) => {
|
|
13
|
+
styles: string;
|
|
14
|
+
events: {
|
|
15
|
+
SetEventReize: () => void;
|
|
19
16
|
};
|
|
17
|
+
element: HTMLDivElement;
|
|
20
18
|
};
|
|
21
19
|
export default _default;
|
|
22
20
|
//# sourceMappingURL=standard.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"standard.d.ts","sourceRoot":"","sources":["../../../../source/composite/carousel/image/standard.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"standard.d.ts","sourceRoot":"","sources":["../../../../source/composite/carousel/image/standard.ts"],"names":[],"mappings":"AAUA,KAAK,cAAc,GAAG;IACpB,kBAAkB,CAAC,EAAE,OAAO,CAAC;CAC9B,CAAC;AAMF,KAAK,gBAAgB,GAAG;IACtB,MAAM,EAAE,gBAAgB,EAAE,CAAC;IAC3B,SAAS,CAAC,EAAE,WAAW,EAAE,GAAG,IAAI,CAAC;IACjC,KAAK,CAAC,EAAE,WAAW,EAAE,GAAG,IAAI,CAAC;CAC9B,CAAC;AAYF,KAAK,8BAA8B,GAAG,gBAAgB,GACpD,cAAc,GAAG;IACf,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,CAAC;gCA6KmB,8BAA8B;;;;;;;AAArD,wBAuKO"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"video.d.ts","sourceRoot":"","sources":["../../../../source/composite/hero/brand/video.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"video.d.ts","sourceRoot":"","sources":["../../../../source/composite/hero/brand/video.ts"],"names":[],"mappings":"AAQA,KAAK,uBAAuB,GAAG;IAC7B,KAAK,EAAE,gBAAgB,CAAC;IACxB,QAAQ,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IAC9B,IAAI,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IAC1B,iBAAiB,CAAC,EAAE,OAAO,CAAC;CAC7B,CAAC;;2BAsL0C,uBAAuB;;;;;;;;AA+DnE,wBAEE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"expand.d.ts","sourceRoot":"","sources":["../../../source/composite/hero/expand.ts"],"names":[],"mappings":"AAOA,KAAK,WAAW,GAAG;IACjB,OAAO,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IAC7B,QAAQ,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IAC9B,OAAO,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IAC7B,UAAU,CAAC,EAAE,eAAe,GAAG,IAAI,CAAC;CACrC,CAAC;AAEF,KAAK,UAAU,GAAG;IAChB,KAAK,CAAC,EAAE,gBAAgB,CAAC;IACzB,KAAK,CAAC,EAAE,gBAAgB,CAAC;CAC1B,CAAC;AAEF,KAAK,0BAA0B,GAAG,WAAW,GAAG,UAAU,CAAC;;
|
|
1
|
+
{"version":3,"file":"expand.d.ts","sourceRoot":"","sources":["../../../source/composite/hero/expand.ts"],"names":[],"mappings":"AAOA,KAAK,WAAW,GAAG;IACjB,OAAO,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IAC7B,QAAQ,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IAC9B,OAAO,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IAC7B,UAAU,CAAC,EAAE,eAAe,GAAG,IAAI,CAAC;CACrC,CAAC;AAEF,KAAK,UAAU,GAAG;IAChB,KAAK,CAAC,EAAE,gBAAgB,CAAC;IACzB,KAAK,CAAC,EAAE,gBAAgB,CAAC;CAC1B,CAAC;AAEF,KAAK,0BAA0B,GAAG,WAAW,GAAG,UAAU,CAAC;;2BAsV1B,0BAA0B;;;qCAGzB;gBAAE,KAAK,EAAE,MAAM,GAAG,IAAI,CAAA;aAAE;;;;;AAmB1D,wBAGE"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
interface PersonTheme {
|
|
2
|
+
isThemeDark?: boolean;
|
|
3
|
+
}
|
|
4
|
+
interface PersonDisplay extends PersonTheme {
|
|
5
|
+
displayType?: string;
|
|
6
|
+
}
|
|
7
|
+
export interface PersonContact extends PersonTheme {
|
|
8
|
+
phone?: HTMLElement | null;
|
|
9
|
+
email?: HTMLElement | null;
|
|
10
|
+
linkendIn?: HTMLElement | null;
|
|
11
|
+
address?: HTMLElement | null;
|
|
12
|
+
additionalContact?: HTMLElement | null;
|
|
13
|
+
}
|
|
14
|
+
export interface Person extends PersonContact, PersonDisplay {
|
|
15
|
+
name: HTMLElement | null;
|
|
16
|
+
job?: HTMLElement | null;
|
|
17
|
+
association?: HTMLElement | null;
|
|
18
|
+
pronouns?: HTMLElement | null;
|
|
19
|
+
subText?: HTMLElement | null;
|
|
20
|
+
actions?: HTMLElement | null;
|
|
21
|
+
}
|
|
22
|
+
export interface PersonCard extends Person {
|
|
23
|
+
image?: HTMLImageElement | null;
|
|
24
|
+
}
|
|
25
|
+
export interface PersonBio extends PersonCard {
|
|
26
|
+
description?: HTMLElement | null;
|
|
27
|
+
}
|
|
28
|
+
export {};
|
|
29
|
+
//# sourceMappingURL=_types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"_types.d.ts","sourceRoot":"","sources":["../../../source/composite/person/_types.ts"],"names":[],"mappings":"AAAA,UAAU,WAAW;IACnB,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB;AAED,UAAU,aAAc,SAAQ,WAAW;IACzC,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,MAAM,WAAW,aAAc,SAAQ,WAAW;IAChD,KAAK,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IAC3B,KAAK,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IAC3B,SAAS,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IAC/B,OAAO,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IAC7B,iBAAiB,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;CACxC;AAED,MAAM,WAAW,MAAO,SAAQ,aAAa,EAAE,aAAa;IAC1D,IAAI,EAAE,WAAW,GAAG,IAAI,CAAC;IACzB,GAAG,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IACzB,WAAW,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IACjC,QAAQ,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IAC9B,OAAO,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IAC7B,OAAO,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;CAC9B;AAED,MAAM,WAAW,UAAW,SAAQ,MAAM;IACxC,KAAK,CAAC,EAAE,gBAAgB,GAAG,IAAI,CAAC;CACjC;AAED,MAAM,WAAW,SAAU,SAAQ,UAAU;IAC3C,WAAW,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;CAClC"}
|
|
@@ -1,9 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
image?: HTMLImageElement | null;
|
|
4
|
-
description?: HTMLElement | null;
|
|
5
|
-
};
|
|
6
|
-
declare const _default: (props: TypePersonBioFullProps) => {
|
|
1
|
+
import { PersonBio } from '../_types';
|
|
2
|
+
declare const _default: (props: PersonBio) => {
|
|
7
3
|
element: HTMLDivElement;
|
|
8
4
|
styles: string;
|
|
9
5
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"full.d.ts","sourceRoot":"","sources":["../../../../source/composite/person/bio/full.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"full.d.ts","sourceRoot":"","sources":["../../../../source/composite/person/bio/full.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,SAAS,EAAE,MAAM,WAAW,CAAC;gCAEf,SAAS;;;;AAAhC,wBA0EE"}
|
|
@@ -1,9 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
image?: HTMLImageElement | null;
|
|
4
|
-
description?: HTMLElement | null;
|
|
5
|
-
};
|
|
6
|
-
declare const _default: (props: TypePersonBioProps) => {
|
|
1
|
+
import { PersonBio } from '../_types';
|
|
2
|
+
declare const _default: (props: PersonBio) => {
|
|
7
3
|
element: HTMLDivElement;
|
|
8
4
|
styles: string;
|
|
9
5
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"small.d.ts","sourceRoot":"","sources":["../../../../source/composite/person/bio/small.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"small.d.ts","sourceRoot":"","sources":["../../../../source/composite/person/bio/small.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,SAAS,EAAE,MAAM,WAAW,CAAC;gCAEf,SAAS;;;;AAAhC,wBAuFE"}
|
|
@@ -1,9 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
declare const _default: (props: TypeBlockPersonProps) => {
|
|
6
|
-
element: HTMLDivElement;
|
|
1
|
+
import { PersonCard } from './_types';
|
|
2
|
+
declare const _default: (props: PersonCard) => {
|
|
3
|
+
element: HTMLElement;
|
|
4
|
+
className: string;
|
|
7
5
|
styles: string;
|
|
8
6
|
};
|
|
9
7
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"block.d.ts","sourceRoot":"","sources":["../../../source/composite/person/block.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"block.d.ts","sourceRoot":"","sources":["../../../source/composite/person/block.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;gCAEf,UAAU;;;;;AAAjC,wBA6CE"}
|
|
@@ -1,21 +1,24 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
1
|
+
import { PersonContact } from './_types';
|
|
2
|
+
interface Theme {
|
|
3
|
+
isThemeDark?: boolean;
|
|
4
|
+
}
|
|
5
|
+
interface PersonText extends Theme {
|
|
3
6
|
name: HTMLElement | null;
|
|
4
7
|
job?: HTMLElement | null;
|
|
5
8
|
subText?: HTMLElement | null;
|
|
6
|
-
}
|
|
7
|
-
|
|
9
|
+
}
|
|
10
|
+
interface PersonInfo extends PersonContact, Theme {
|
|
8
11
|
image?: HTMLImageElement | null;
|
|
9
12
|
association?: HTMLElement | null;
|
|
10
13
|
pronouns?: HTMLElement | null;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
isThemeDark?: boolean;
|
|
14
|
+
}
|
|
15
|
+
interface PersonHero extends PersonText, PersonInfo {
|
|
14
16
|
breadcrumbMobile?: HTMLElement | null;
|
|
15
17
|
breadcrumbDesktop?: HTMLElement | null;
|
|
16
|
-
}
|
|
17
|
-
declare const _default: (props:
|
|
18
|
-
element:
|
|
18
|
+
}
|
|
19
|
+
declare const _default: (props: PersonHero) => {
|
|
20
|
+
element: HTMLElement;
|
|
21
|
+
className: string;
|
|
19
22
|
styles: string;
|
|
20
23
|
};
|
|
21
24
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hero.d.ts","sourceRoot":"","sources":["../../../source/composite/person/hero.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"hero.d.ts","sourceRoot":"","sources":["../../../source/composite/person/hero.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AAEzC,UAAU,KAAK;IACb,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB;AAED,UAAU,UAAW,SAAQ,KAAK;IAChC,IAAI,EAAE,WAAW,GAAG,IAAI,CAAC;IACzB,GAAG,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IACzB,OAAO,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;CAC9B;AAED,UAAU,UAAW,SAAQ,aAAa,EAAE,KAAK;IAC/C,KAAK,CAAC,EAAE,gBAAgB,GAAG,IAAI,CAAC;IAChC,WAAW,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IACjC,QAAQ,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;CAC/B;AAED,UAAU,UAAW,SAAQ,UAAU,EAAE,UAAU;IACjD,gBAAgB,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IACtC,iBAAiB,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;CACxC;gCAmPsB,UAAU;;;;;AAAjC,wBA0GE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../source/composite/person/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,GAAG,MAAM,OAAO,CAAC;AAC7B,OAAO,EAAE,OAAO,IAAI,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../source/composite/person/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,GAAG,MAAM,OAAO,CAAC;AAC7B,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,SAAS,CAAC;AAC3C,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,9 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
declare const _default: (props: TypeListPersonProps) => {
|
|
6
|
-
element: HTMLDivElement;
|
|
1
|
+
import { PersonCard } from './_types';
|
|
2
|
+
declare const _default: (props: PersonCard) => {
|
|
3
|
+
element: HTMLElement;
|
|
4
|
+
className: string;
|
|
7
5
|
styles: string;
|
|
8
6
|
};
|
|
9
7
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list.d.ts","sourceRoot":"","sources":["../../../source/composite/person/list.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"list.d.ts","sourceRoot":"","sources":["../../../source/composite/person/list.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;gCAQf,UAAU;;;;;AAAjC,wBAqCE"}
|
|
@@ -1,9 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
declare const _default: (props: TypeTabularPersonProps) => {
|
|
6
|
-
element: HTMLDivElement;
|
|
1
|
+
import { PersonCard } from './_types';
|
|
2
|
+
declare const _default: (props: PersonCard) => {
|
|
3
|
+
element: HTMLElement;
|
|
4
|
+
className: string;
|
|
7
5
|
styles: string;
|
|
8
6
|
};
|
|
9
7
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tabular.d.ts","sourceRoot":"","sources":["../../../source/composite/person/tabular.ts"],"names":[],"mappings":"AAGA,
|
|
1
|
+
{"version":3,"file":"tabular.d.ts","sourceRoot":"","sources":["../../../source/composite/person/tabular.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;gCAsBf,UAAU;;;;;AAAjC,wBAwDE"}
|
package/dist/index.d.ts
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
export * as Atomic from './atomic';
|
|
2
2
|
export * as Composite from './composite';
|
|
3
3
|
export * as Layout from './layout';
|
|
4
|
-
export * as Macros from './macros';
|
|
5
4
|
export * as Model from './model';
|
|
6
5
|
export * as Utilities from './utilities';
|
|
7
6
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../source/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,SAAS,MAAM,aAAa,CAAC;AACzC,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../source/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,SAAS,MAAM,aAAa,CAAC;AACzC,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,KAAK,MAAM,SAAS,CAAC;AACjC,OAAO,KAAK,SAAS,MAAM,aAAa,CAAC"}
|