@universityofmaryland/web-elements-library 1.3.5 → 1.3.7
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/README.md +233 -370
- package/dist/atomic/_types.d.ts +32 -0
- package/dist/atomic/_types.d.ts.map +1 -0
- package/dist/atomic/assets/image/background.d.ts +1 -0
- package/dist/atomic/assets/image/background.d.ts.map +1 -1
- package/dist/atomic/events/meta.d.ts +1 -0
- package/dist/atomic/events/meta.d.ts.map +1 -1
- package/dist/atomic/events/sign.d.ts +1 -0
- package/dist/atomic/events/sign.d.ts.map +1 -1
- package/dist/atomic/layout/index.d.ts +1 -0
- package/dist/atomic/layout/index.d.ts.map +1 -1
- package/dist/atomic/layout/person/columns.d.ts +26 -0
- package/dist/atomic/layout/person/columns.d.ts.map +1 -0
- package/dist/atomic/layout/person/index.d.ts +2 -0
- package/dist/atomic/layout/person/index.d.ts.map +1 -0
- package/dist/atomic/text-lockup/contact.d.ts +4 -10
- package/dist/atomic/text-lockup/contact.d.ts.map +1 -1
- package/dist/atomic/text-lockup/person.d.ts +4 -10
- package/dist/atomic/text-lockup/person.d.ts.map +1 -1
- package/dist/atomic/text-lockup/small.d.ts +4 -5
- package/dist/atomic/text-lockup/small.d.ts.map +1 -1
- package/dist/composite/card/_types.d.ts +3 -9
- package/dist/composite/card/_types.d.ts.map +1 -1
- package/dist/composite/card/list.d.ts.map +1 -1
- package/dist/composite/hero/overlay.d.ts.map +1 -1
- package/dist/composite/media/elements/gif.d.ts +10 -0
- package/dist/composite/media/elements/gif.d.ts.map +1 -0
- package/dist/composite/media/elements/index.d.ts +2 -10
- package/dist/composite/media/elements/index.d.ts.map +1 -1
- package/dist/composite/media/index.d.ts +1 -1
- package/dist/composite/media/index.d.ts.map +1 -1
- package/dist/composite/person/list.d.ts +1 -1
- package/dist/composite/person/list.d.ts.map +1 -1
- package/dist/composite/person/tabular.d.ts +1 -1
- package/dist/composite/person/tabular.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.LICENSE.txt +16 -8
- package/dist/layout/image.d.ts.map +1 -1
- package/dist/model/elements/composite/card/index.d.ts +0 -1
- package/dist/model/elements/composite/card/index.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/utilities/theme/media.d.ts +3 -0
- package/dist/utilities/theme/media.d.ts.map +1 -1
- package/package.json +2 -4
- package/dist/model/elements/composite/card/list.d.ts +0 -33
- package/dist/model/elements/composite/card/list.d.ts.map +0 -1
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { type ContentElement, type ElementVisual, type ThemeProps } from '../_types';
|
|
2
|
+
export interface PersonCtaProps {
|
|
3
|
+
actions?: ContentElement;
|
|
4
|
+
}
|
|
5
|
+
export interface PersonContactProps extends PersonCtaProps, Pick<ThemeProps, 'isThemeDark'> {
|
|
6
|
+
additionalContact?: ContentElement;
|
|
7
|
+
address?: ContentElement;
|
|
8
|
+
email?: ContentElement;
|
|
9
|
+
linkendIn?: ContentElement;
|
|
10
|
+
phone?: ContentElement;
|
|
11
|
+
}
|
|
12
|
+
export interface PersonTextLockupProps extends PersonCtaProps, Pick<ThemeProps, 'isThemeDark'> {
|
|
13
|
+
association?: ContentElement;
|
|
14
|
+
job?: ContentElement;
|
|
15
|
+
name?: ContentElement;
|
|
16
|
+
nameComposite?: ElementVisual | null;
|
|
17
|
+
pronouns?: ContentElement;
|
|
18
|
+
subText?: ContentElement;
|
|
19
|
+
}
|
|
20
|
+
export interface PersonContactPropsWithStyles extends PersonContactProps {
|
|
21
|
+
customStyles?: Record<string, any>;
|
|
22
|
+
}
|
|
23
|
+
export interface PersonTextLockupPropsWithStyles extends PersonTextLockupProps {
|
|
24
|
+
customStyles?: Record<string, any>;
|
|
25
|
+
}
|
|
26
|
+
export interface PersonFullProps extends PersonTextLockupProps, PersonContactProps {
|
|
27
|
+
customStyles?: Record<string, any>;
|
|
28
|
+
}
|
|
29
|
+
export interface PersonWithImageProps extends PersonFullProps {
|
|
30
|
+
image?: HTMLImageElement;
|
|
31
|
+
}
|
|
32
|
+
//# sourceMappingURL=_types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"_types.d.ts","sourceRoot":"","sources":["../../source/atomic/_types.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,cAAc,EACnB,KAAK,aAAa,EAClB,KAAK,UAAU,EAChB,MAAM,WAAW,CAAC;AAGnB,MAAM,WAAW,cAAc;IAC7B,OAAO,CAAC,EAAE,cAAc,CAAC;CAC1B;AAKD,MAAM,WAAW,kBACf,SAAQ,cAAc,EACpB,IAAI,CAAC,UAAU,EAAE,aAAa,CAAC;IACjC,iBAAiB,CAAC,EAAE,cAAc,CAAC;IACnC,OAAO,CAAC,EAAE,cAAc,CAAC;IACzB,KAAK,CAAC,EAAE,cAAc,CAAC;IACvB,SAAS,CAAC,EAAE,cAAc,CAAC;IAC3B,KAAK,CAAC,EAAE,cAAc,CAAC;CACxB;AAGD,MAAM,WAAW,qBACf,SAAQ,cAAc,EACpB,IAAI,CAAC,UAAU,EAAE,aAAa,CAAC;IACjC,WAAW,CAAC,EAAE,cAAc,CAAC;IAC7B,GAAG,CAAC,EAAE,cAAc,CAAC;IACrB,IAAI,CAAC,EAAE,cAAc,CAAC;IACtB,aAAa,CAAC,EAAE,aAAa,GAAG,IAAI,CAAC;IACrC,QAAQ,CAAC,EAAE,cAAc,CAAC;IAC1B,OAAO,CAAC,EAAE,cAAc,CAAC;CAC1B;AAGD,MAAM,WAAW,4BAA6B,SAAQ,kBAAkB;IACtE,YAAY,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CACpC;AAED,MAAM,WAAW,+BAAgC,SAAQ,qBAAqB;IAC5E,YAAY,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CACpC;AAGD,MAAM,WAAW,eACf,SAAQ,qBAAqB,EAC3B,kBAAkB;IACpB,YAAY,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CACpC;AAGD,MAAM,WAAW,oBAAqB,SAAQ,eAAe;IAC3D,KAAK,CAAC,EAAE,gBAAgB,CAAC;CAC1B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"background.d.ts","sourceRoot":"","sources":["../../../../source/atomic/assets/image/background.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"background.d.ts","sourceRoot":"","sources":["../../../../source/atomic/assets/image/background.ts"],"names":[],"mappings":"AAMA,UAAU,KAAK;IACb,KAAK,EAAE,gBAAgB,GAAG,iBAAiB,CAAC;IAC5C,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAMD,UAAU,KAAM,SAAQ,KAAK;IAC3B,QAAQ,CAAC,EAAE;QAAE,OAAO,EAAE,WAAW,CAAC;QAAC,MAAM,EAAE,MAAM,CAAA;KAAE,CAAC;IACpD,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,YAAY,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CACpC;gCAoBsB,KAAK;;;;;AAA5B,wBAuDE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"meta.d.ts","sourceRoot":"","sources":["../../../source/atomic/events/meta.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"meta.d.ts","sourceRoot":"","sources":["../../../source/atomic/events/meta.ts"],"names":[],"mappings":"AAIA,KAAK,YAAY,GAAG;IAClB,KAAK,EAAE,MAAM,CAAC;CACf,EAAE,CAAC;AAEJ,KAAK,mBAAmB,GAAG;IACzB,cAAc,EAAE,MAAM,CAAC;IACvB,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,CAAC;CACjB,CAAC;AAMF,KAAK,SAAS,GAAG,mBAAmB,GAAG;IACrC,QAAQ,EAAE,YAAY,CAAC;CACxB,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG,SAAS,GAAG;IACxC,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;gCAgFqB,eAAe;;;;;AAAtC,wBA0BE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sign.d.ts","sourceRoot":"","sources":["../../../source/atomic/events/sign.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"sign.d.ts","sourceRoot":"","sources":["../../../source/atomic/events/sign.ts"],"names":[],"mappings":"gCA6GuB;IACrB,UAAU,EAAE,MAAM,GAAG,WAAW,CAAC;IACjC,QAAQ,EAAE,MAAM,GAAG,WAAW,CAAC;IAC/B,MAAM,CAAC,EAAE,MAAM,GAAG,WAAW,CAAC;IAC9B,QAAQ,CAAC,EAAE,MAAM,GAAG,WAAW,CAAC;IAChC,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB;;;;;AAPD,wBAiEE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../source/atomic/layout/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,OAAO,MAAM,WAAW,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../source/atomic/layout/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,OAAO,MAAM,WAAW,CAAC;AACrC,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { type PersonContactPropsWithStyles, type PersonTextLockupPropsWithStyles, type PersonFullProps } from '../../_types';
|
|
2
|
+
export declare const image: ({ customStyles, image, isThemeDark, }: {
|
|
3
|
+
customStyles?: Record<string, any>;
|
|
4
|
+
image: HTMLImageElement;
|
|
5
|
+
isThemeDark?: boolean;
|
|
6
|
+
}) => {
|
|
7
|
+
element: HTMLElement;
|
|
8
|
+
className: string;
|
|
9
|
+
styles: string;
|
|
10
|
+
};
|
|
11
|
+
export declare const details: (props: PersonTextLockupPropsWithStyles) => {
|
|
12
|
+
element: HTMLElement;
|
|
13
|
+
className: string;
|
|
14
|
+
styles: string;
|
|
15
|
+
};
|
|
16
|
+
export declare const contact: (props: PersonContactPropsWithStyles) => {
|
|
17
|
+
element: HTMLElement;
|
|
18
|
+
className: string;
|
|
19
|
+
styles: string;
|
|
20
|
+
};
|
|
21
|
+
export declare const information: ({ actions, additionalContact, address, association, customStyles, email, isThemeDark, job, linkendIn, name, phone, pronouns, subText, }: PersonFullProps) => {
|
|
22
|
+
element: HTMLElement;
|
|
23
|
+
className: string;
|
|
24
|
+
styles: string;
|
|
25
|
+
};
|
|
26
|
+
//# sourceMappingURL=columns.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"columns.d.ts","sourceRoot":"","sources":["../../../../source/atomic/layout/person/columns.ts"],"names":[],"mappings":"AAIA,OAAO,EACL,KAAK,4BAA4B,EACjC,KAAK,+BAA+B,EACpC,KAAK,eAAe,EACrB,MAAM,cAAc,CAAC;AAMtB,eAAO,MAAM,KAAK,0CAIf;IACD,YAAY,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IACnC,KAAK,EAAE,gBAAgB,CAAC;IACxB,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB;;;;CA6CG,CAAC;AAuBL,eAAO,MAAM,OAAO,UACX,+BAA+B;;;;CAavC,CAAC;AAqBF,eAAO,MAAM,OAAO,UACX,4BAA4B;;;;CA2BpC,CAAC;AAEF,eAAO,MAAM,WAAW,4IAcrB,eAAe;;;;CA4BjB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../source/atomic/layout/person/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,OAAO,MAAM,WAAW,CAAC"}
|
|
@@ -1,13 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
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;
|
|
1
|
+
import { type PersonContactProps } from '../_types';
|
|
2
|
+
declare const _default: ({ actions, address, email, isThemeDark, linkendIn, phone, }: PersonContactProps) => {
|
|
3
|
+
element: HTMLElement;
|
|
4
|
+
className: string;
|
|
11
5
|
styles: string;
|
|
12
6
|
};
|
|
13
7
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"contact.d.ts","sourceRoot":"","sources":["../../../source/atomic/text-lockup/contact.ts"],"names":[],"mappings":"AAIA,
|
|
1
|
+
{"version":3,"file":"contact.d.ts","sourceRoot":"","sources":["../../../source/atomic/text-lockup/contact.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,WAAW,CAAC;sFAgGjD,kBAAkB;;;;;AAPrB,wBA4FE"}
|
|
@@ -1,13 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
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;
|
|
1
|
+
import { type PersonTextLockupProps } from '../_types';
|
|
2
|
+
declare const _default: ({ actions, association, isThemeDark, job, name, nameComposite, pronouns, subText, }: PersonTextLockupProps) => {
|
|
3
|
+
element: HTMLElement;
|
|
4
|
+
className: string;
|
|
11
5
|
styles: string;
|
|
12
6
|
};
|
|
13
7
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"person.d.ts","sourceRoot":"","sources":["../../../source/atomic/text-lockup/person.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"person.d.ts","sourceRoot":"","sources":["../../../source/atomic/text-lockup/person.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,WAAW,CAAC;8GAWpD,qBAAqB;;;;;AATxB,wBA2IE"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { ElementVisual } from '../../_types';
|
|
1
2
|
type TypeTheme = {
|
|
2
3
|
isThemeDark?: boolean;
|
|
3
4
|
};
|
|
@@ -13,10 +14,7 @@ export type TypeTextLockupSmall = TypeTheme & {
|
|
|
13
14
|
text?: HTMLElement | null;
|
|
14
15
|
date?: HTMLElement | null;
|
|
15
16
|
actions?: HTMLElement | null;
|
|
16
|
-
eventMeta?:
|
|
17
|
-
element: HTMLElement;
|
|
18
|
-
styles: string;
|
|
19
|
-
};
|
|
17
|
+
eventMeta?: ElementVisual;
|
|
20
18
|
hasEyebrowRibbon?: boolean;
|
|
21
19
|
};
|
|
22
20
|
export declare const eyebrowStyles: {
|
|
@@ -94,7 +92,8 @@ export declare const createActions: ({ actions }: TypeActions) => {
|
|
|
94
92
|
styles: string;
|
|
95
93
|
};
|
|
96
94
|
declare const _default: ({ eyebrow, headline, text, actions, date, eventMeta, isThemeDark, }: TypeTextLockupSmall) => {
|
|
97
|
-
element:
|
|
95
|
+
element: HTMLElement;
|
|
96
|
+
className: string;
|
|
98
97
|
styles: string;
|
|
99
98
|
};
|
|
100
99
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"small.d.ts","sourceRoot":"","sources":["../../../source/atomic/text-lockup/small.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"small.d.ts","sourceRoot":"","sources":["../../../source/atomic/text-lockup/small.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAE7C,KAAK,SAAS,GAAG;IACf,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,CAAC;AAEF,KAAK,WAAW,GAAG,SAAS,GAAG;IAC7B,OAAO,EAAE,WAAW,CAAC;CACtB,CAAC;AAEF,KAAK,WAAW,GAAG;IACjB,OAAO,EAAE,WAAW,CAAC;CACtB,CAAC;AAEF,MAAM,MAAM,mBAAmB,GAAG,SAAS,GAAG;IAC5C,QAAQ,EAAE,WAAW,GAAG,IAAI,CAAC;IAC7B,OAAO,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IAC7B,IAAI,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IAC1B,IAAI,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IAC1B,OAAO,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IAC7B,SAAS,CAAC,EAAE,aAAa,CAAC;IAC1B,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC5B,CAAC;AAoBF,eAAO,MAAM,aAAa;;;;;;;CAOzB,CAAC;AAEF,eAAO,MAAM,YAAY;;;;CAIxB,CAAC;AAEF,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;CAkB1B,CAAC;AAEF,eAAO,MAAM,UAAU;;;;;;;CAOtB,CAAC;AAEF,eAAO,MAAM,UAAU;;;;;;;;;;;CAWtB,CAAC;AAEF,eAAO,MAAM,YAAY;;;;CAIxB,CAAC;AAOF,eAAO,MAAM,aAAa,6BAA8B,WAAW;;;;CAK/D,CAAC;AAEL,eAAO,MAAM,mBAAmB,gBAAiB,WAAW;;;;CAIxD,CAAC;AAEL,eAAO,MAAM,aAAa,gBAAiB,WAAW;;;;CAIlD,CAAC;8FAUF,mBAAmB;;;;;AARtB,wBAgEE"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type ContentElement, type ImageElement, type LinkElement, type ThemeProps } from '../../_types';
|
|
1
|
+
import { type ContentElement, type ImageElement, type LinkElement, type ThemeProps, type ElementVisual } from '../../_types';
|
|
2
2
|
export type CardImageOrLinkElement = ImageElement | LinkElement;
|
|
3
3
|
export declare enum CardVariant {
|
|
4
4
|
Block = "block",
|
|
@@ -10,14 +10,8 @@ export interface CardMediaProps {
|
|
|
10
10
|
isAligned?: boolean;
|
|
11
11
|
}
|
|
12
12
|
export interface CardEventProps {
|
|
13
|
-
eventMeta?:
|
|
14
|
-
|
|
15
|
-
styles: string;
|
|
16
|
-
};
|
|
17
|
-
dateSign?: {
|
|
18
|
-
element: HTMLElement;
|
|
19
|
-
styles: string;
|
|
20
|
-
};
|
|
13
|
+
eventMeta?: ElementVisual;
|
|
14
|
+
dateSign?: ElementVisual;
|
|
21
15
|
}
|
|
22
16
|
export interface CardBlockProps extends CardMediaProps, CardEventProps, Pick<ThemeProps, 'isThemeDark'> {
|
|
23
17
|
headline: ContentElement;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"_types.d.ts","sourceRoot":"","sources":["../../../source/composite/card/_types.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,cAAc,EACnB,KAAK,YAAY,EACjB,KAAK,WAAW,EAChB,KAAK,UAAU,
|
|
1
|
+
{"version":3,"file":"_types.d.ts","sourceRoot":"","sources":["../../../source/composite/card/_types.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,cAAc,EACnB,KAAK,YAAY,EACjB,KAAK,WAAW,EAChB,KAAK,UAAU,EACf,KAAK,aAAa,EACnB,MAAM,cAAc,CAAC;AAKtB,MAAM,MAAM,sBAAsB,GAAG,YAAY,GAAG,WAAW,CAAC;AAKhE,oBAAY,WAAW;IACrB,KAAK,UAAU;IACf,IAAI,SAAS;IACb,OAAO,YAAY;CACpB;AAKD,MAAM,WAAW,cAAc;IAC7B,KAAK,CAAC,EAAE,sBAAsB,CAAC;IAC/B,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AAKD,MAAM,WAAW,cAAc;IAC7B,SAAS,CAAC,EAAE,aAAa,CAAC;IAC1B,QAAQ,CAAC,EAAE,aAAa,CAAC;CAC1B;AAKD,MAAM,WAAW,cACf,SAAQ,cAAc,EACpB,cAAc,EACd,IAAI,CAAC,UAAU,EAAE,aAAa,CAAC;IACjC,QAAQ,EAAE,cAAc,CAAC;IACzB,IAAI,CAAC,EAAE,cAAc,CAAC;IACtB,OAAO,CAAC,EAAE,cAAc,CAAC;IACzB,OAAO,CAAC,EAAE,cAAc,CAAC;IACzB,IAAI,CAAC,EAAE,cAAc,CAAC;IACtB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB;AAKD,MAAM,WAAW,aACf,SAAQ,cAAc,EACpB,cAAc,EACd,IAAI,CAAC,UAAU,EAAE,aAAa,CAAC;IACjC,QAAQ,EAAE,cAAc,CAAC;IACzB,IAAI,CAAC,EAAE,cAAc,CAAC;IACtB,OAAO,CAAC,EAAE,cAAc,CAAC;IACzB,OAAO,CAAC,EAAE,cAAc,CAAC;IACzB,IAAI,CAAC,EAAE,cAAc,CAAC;CACvB;AAKD,MAAM,WAAW,gBACf,SAAQ,cAAc,EACpB,OAAO,CAAC,IAAI,CAAC,UAAU,EAAE,aAAa,GAAG,cAAc,CAAC,CAAC;IAC3D,QAAQ,EAAE,cAAc,CAAC;IACzB,IAAI,CAAC,EAAE,cAAc,CAAC;IACtB,OAAO,CAAC,EAAE,cAAc,CAAC;IACzB,OAAO,CAAC,EAAE,cAAc,CAAC;IACzB,IAAI,CAAC,EAAE,cAAc,CAAC;IACtB,OAAO,CAAC,EAAE,cAAc,CAAC;IACzB,eAAe,CAAC,EAAE,sBAAsB,CAAC;IACzC,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list.d.ts","sourceRoot":"","sources":["../../../source/composite/card/list.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"list.d.ts","sourceRoot":"","sources":["../../../source/composite/card/list.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;gCAmGlB,aAAa;;;;;AAApC,wBAmDE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"overlay.d.ts","sourceRoot":"","sources":["../../../source/composite/hero/overlay.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,UAAU,CAAC;
|
|
1
|
+
{"version":3,"file":"overlay.d.ts","sourceRoot":"","sources":["../../../source/composite/hero/overlay.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,UAAU,CAAC;gCAyR1B,gBAAgB;;;;;AAAvC,wBAmBE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"gif.d.ts","sourceRoot":"","sources":["../../../../source/composite/media/elements/gif.ts"],"names":[],"mappings":"oCAG2B;IAAE,KAAK,EAAE,gBAAgB,CAAA;CAAE;;;;;;AAAtD,wBAoEE"}
|
|
@@ -1,11 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
CreateElement: ({ caption, isThemeDark, }: import("./caption").TypeMediaCaptionRequirements) => HTMLElement;
|
|
4
|
-
Styles: string;
|
|
5
|
-
Elements: {
|
|
6
|
-
container: string;
|
|
7
|
-
};
|
|
8
|
-
};
|
|
9
|
-
};
|
|
10
|
-
export default _default;
|
|
1
|
+
export { default as caption } from './caption';
|
|
2
|
+
export { default as gif } from './gif';
|
|
11
3
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../source/composite/media/elements/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../source/composite/media/elements/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,WAAW,CAAC;AAC/C,OAAO,EAAE,OAAO,IAAI,GAAG,EAAE,MAAM,OAAO,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../source/composite/media/index.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../source/composite/media/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,QAAQ,MAAM,YAAY,CAAC;AACvC,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,UAAU,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { PersonCard } from './_types';
|
|
2
|
-
declare const _default: (
|
|
2
|
+
declare const _default: ({ actions, address, association, email, image, isThemeDark, job, linkendIn, name, phone, pronouns, subText, }: PersonCard) => {
|
|
3
3
|
element: HTMLElement;
|
|
4
4
|
className: string;
|
|
5
5
|
styles: string;
|
|
@@ -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":"AAIA,OAAO,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;wIAoBnC,UAAU;;;;;AAbb,wBAiFE"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { PersonCard } from './_types';
|
|
2
|
-
declare const _default: (
|
|
2
|
+
declare const _default: ({ actions, additionalContact, address, association, email, image, isThemeDark, job, linkendIn, name, phone, pronouns, subText, }: PersonCard) => {
|
|
3
3
|
element: HTMLElement;
|
|
4
4
|
className: string;
|
|
5
5
|
styles: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tabular.d.ts","sourceRoot":"","sources":["../../../source/composite/person/tabular.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"tabular.d.ts","sourceRoot":"","sources":["../../../source/composite/person/tabular.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;2JAmBnC,UAAU;;;;;AAdb,wBA8FE"}
|