@universityofmaryland/web-elements-library 1.2.0 → 1.2.1
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 +204 -0
- package/dist/atomic/text-lockup/small.d.ts +2 -1
- package/dist/atomic/text-lockup/small.d.ts.map +1 -1
- package/dist/composite/card/overlay/color.d.ts.map +1 -1
- package/dist/composite/card/overlay/image.d.ts.map +1 -1
- package/dist/composite/carousel/cards/index.d.ts +6 -8
- package/dist/composite/carousel/cards/index.d.ts.map +1 -1
- package/dist/composite/carousel/default/index.d.ts +6 -8
- package/dist/composite/carousel/default/index.d.ts.map +1 -1
- package/dist/composite/carousel/elements/blocks.d.ts.map +1 -1
- package/dist/composite/carousel/thumbnail/index.d.ts +6 -8
- package/dist/composite/carousel/thumbnail/index.d.ts.map +1 -1
- package/dist/composite/footer/_types.d.ts +7 -0
- package/dist/composite/footer/_types.d.ts.map +1 -0
- package/dist/composite/footer/elements/main-section/call-to-action.d.ts +8 -0
- package/dist/composite/footer/elements/main-section/call-to-action.d.ts.map +1 -0
- package/dist/composite/footer/elements/main-section/campaign.d.ts +8 -0
- package/dist/composite/footer/elements/main-section/campaign.d.ts.map +1 -0
- package/dist/composite/footer/elements/main-section/index.d.ts +10 -0
- package/dist/composite/footer/elements/main-section/index.d.ts.map +1 -0
- package/dist/composite/footer/elements/main-section/row-links/index.d.ts +10 -0
- package/dist/composite/footer/elements/main-section/row-links/index.d.ts.map +1 -0
- package/dist/composite/footer/elements/main-section/row-links/link-columns.d.ts +7 -0
- package/dist/composite/footer/elements/main-section/row-links/link-columns.d.ts.map +1 -0
- package/dist/composite/footer/elements/main-section/row-logo/contact.d.ts +16 -0
- package/dist/composite/footer/elements/main-section/row-logo/contact.d.ts.map +1 -0
- package/dist/composite/footer/elements/main-section/row-logo/index.d.ts +9 -0
- package/dist/composite/footer/elements/main-section/row-logo/index.d.ts.map +1 -0
- package/dist/composite/footer/elements/main-section/row-logo/logo.d.ts +9 -0
- package/dist/composite/footer/elements/main-section/row-logo/logo.d.ts.map +1 -0
- package/dist/composite/footer/elements/main-section/social.d.ts +11 -0
- package/dist/composite/footer/elements/main-section/social.d.ts.map +1 -0
- package/dist/composite/footer/elements/utility-section/index.d.ts +7 -0
- package/dist/composite/footer/elements/utility-section/index.d.ts.map +1 -0
- package/dist/composite/footer/globals.d.ts +38 -0
- package/dist/composite/footer/globals.d.ts.map +1 -0
- package/dist/composite/footer/index.d.ts +2 -0
- package/dist/composite/footer/index.d.ts.map +1 -0
- package/dist/composite/footer/options.d.ts +11 -0
- package/dist/composite/footer/options.d.ts.map +1 -0
- package/dist/composite/hero/expand.d.ts +7 -9
- package/dist/composite/hero/expand.d.ts.map +1 -1
- package/dist/composite/index.d.ts +1 -0
- package/dist/composite/index.d.ts.map +1 -1
- package/dist/composite/layout/box/logo.d.ts +4 -4
- package/dist/composite/layout/box/logo.d.ts.map +1 -1
- package/dist/composite/layout/image/expand.d.ts +3 -3
- package/dist/composite/layout/image/expand.d.ts.map +1 -1
- package/dist/composite/layout/image/index.d.ts +1 -10
- package/dist/composite/layout/image/index.d.ts.map +1 -1
- package/dist/composite/layout/index.d.ts +2 -2
- package/dist/composite/layout/index.d.ts.map +1 -1
- package/dist/composite/layout/scroll-top/index.d.ts +5 -7
- package/dist/composite/layout/scroll-top/index.d.ts.map +1 -1
- package/dist/composite/layout/section-intro/index.d.ts +2 -27
- package/dist/composite/layout/section-intro/index.d.ts.map +1 -1
- package/dist/composite/layout/section-intro/small.d.ts +5 -7
- package/dist/composite/layout/section-intro/small.d.ts.map +1 -1
- package/dist/composite/layout/section-intro/wide.d.ts +3 -3
- package/dist/composite/layout/section-intro/wide.d.ts.map +1 -1
- package/dist/composite/layout/sticky-columns/index.d.ts +7 -9
- package/dist/composite/layout/sticky-columns/index.d.ts.map +1 -1
- package/dist/composite/navigation/elements/breadcrumb/index.d.ts +10 -0
- package/dist/composite/navigation/elements/breadcrumb/index.d.ts.map +1 -0
- package/dist/composite/navigation/elements/drawer/index.d.ts.map +1 -1
- package/dist/composite/navigation/elements/index.d.ts +6 -39
- package/dist/composite/navigation/elements/index.d.ts.map +1 -1
- package/dist/composite/navigation/elements/sticky/index.d.ts +6 -6
- package/dist/composite/navigation/elements/sticky/index.d.ts.map +1 -1
- package/dist/composite/navigation/index.d.ts +1 -1
- package/dist/composite/navigation/index.d.ts.map +1 -1
- package/dist/composite/quote/elements/image.d.ts +5 -3
- package/dist/composite/quote/elements/image.d.ts.map +1 -1
- package/dist/composite/quote/elements/index.d.ts +11 -7
- package/dist/composite/quote/elements/index.d.ts.map +1 -1
- package/dist/composite/quote/elements/text.d.ts +5 -3
- package/dist/composite/quote/elements/text.d.ts.map +1 -1
- package/dist/composite/quote/featured.d.ts +3 -3
- package/dist/composite/quote/featured.d.ts.map +1 -1
- package/dist/composite/quote/inline.d.ts +3 -3
- package/dist/composite/quote/inline.d.ts.map +1 -1
- package/dist/composite/tabs/standard.d.ts +6 -8
- package/dist/composite/tabs/standard.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.LICENSE.txt +54 -394
- package/dist/model/elements/actions.d.ts +5 -0
- package/dist/model/elements/actions.d.ts.map +1 -1
- package/dist/utilities/markup/create.d.ts +5 -0
- package/dist/utilities/markup/create.d.ts.map +1 -1
- package/dist/utilities/styles/index.d.ts +0 -1
- package/dist/utilities/styles/index.d.ts.map +1 -1
- package/package.json +2 -2
- package/dist/composite/person/elements/contact.d.ts +0 -17
- package/dist/composite/person/elements/contact.d.ts.map +0 -1
- package/dist/composite/person/elements/image.d.ts +0 -11
- package/dist/composite/person/elements/image.d.ts.map +0 -1
- package/dist/composite/person/elements/text.d.ts +0 -27
- package/dist/composite/person/elements/text.d.ts.map +0 -1
- package/dist/layout/carousel-full-screen.d.ts +0 -16
- package/dist/layout/carousel-full-screen.d.ts.map +0 -1
- package/dist/layout/carousel-overlay.d.ts +0 -13
- package/dist/layout/carousel-overlay.d.ts.map +0 -1
- package/dist/layout/modal.d.ts +0 -17
- package/dist/layout/modal.d.ts.map +0 -1
- package/dist/macros/animations/carousel-blocks.d.ts +0 -42
- package/dist/macros/animations/carousel-blocks.d.ts.map +0 -1
- package/dist/macros/animations/carousel-image.d.ts +0 -20
- package/dist/macros/animations/carousel-image.d.ts.map +0 -1
- package/dist/macros/animations/indicator.d.ts +0 -15
- package/dist/macros/animations/indicator.d.ts.map +0 -1
- package/dist/macros/animations/overlay-brand.d.ts +0 -16
- package/dist/macros/animations/overlay-brand.d.ts.map +0 -1
- package/dist/macros/brand/fearless-scroll-chevrons.d.ts +0 -6
- package/dist/macros/brand/fearless-scroll-chevrons.d.ts.map +0 -1
- package/dist/macros/index.d.ts +0 -9
- package/dist/macros/index.d.ts.map +0 -1
- package/dist/macros/text-lockup/small.d.ts +0 -22
- package/dist/macros/text-lockup/small.d.ts.map +0 -1
|
@@ -2,9 +2,9 @@ type TypeLayoutImageExpandProps = {
|
|
|
2
2
|
content: HTMLElement;
|
|
3
3
|
image: HTMLImageElement;
|
|
4
4
|
};
|
|
5
|
-
declare const _default: {
|
|
6
|
-
|
|
7
|
-
|
|
5
|
+
declare const _default: (props: TypeLayoutImageExpandProps) => {
|
|
6
|
+
element: HTMLDivElement;
|
|
7
|
+
styles: string;
|
|
8
8
|
};
|
|
9
9
|
export default _default;
|
|
10
10
|
//# sourceMappingURL=expand.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"expand.d.ts","sourceRoot":"","sources":["../../../../source/composite/layout/image/expand.ts"],"names":[],"mappings":"AAGA,KAAK,0BAA0B,GAAG;IAChC,OAAO,EAAE,WAAW,CAAC;IACrB,KAAK,EAAE,gBAAgB,CAAC;CACzB,CAAC
|
|
1
|
+
{"version":3,"file":"expand.d.ts","sourceRoot":"","sources":["../../../../source/composite/layout/image/expand.ts"],"names":[],"mappings":"AAGA,KAAK,0BAA0B,GAAG;IAChC,OAAO,EAAE,WAAW,CAAC;IACrB,KAAK,EAAE,gBAAgB,CAAC;CACzB,CAAC;gCAyRqB,0BAA0B;;;;AAAjD,wBAuCE"}
|
|
@@ -1,11 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
expand: {
|
|
3
|
-
CreateElement: (props: {
|
|
4
|
-
content: HTMLElement;
|
|
5
|
-
image: HTMLImageElement;
|
|
6
|
-
}) => HTMLDivElement;
|
|
7
|
-
Styles: string;
|
|
8
|
-
};
|
|
9
|
-
};
|
|
10
|
-
export default _default;
|
|
1
|
+
export { default as expand } from './expand';
|
|
11
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../source/composite/layout/image/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../source/composite/layout/image/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,UAAU,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export * as box from './box';
|
|
2
|
-
export
|
|
3
|
-
export
|
|
2
|
+
export * as image from './image';
|
|
3
|
+
export * as sectionIntro from './section-intro';
|
|
4
4
|
export { default as stickyColumns } from './sticky-columns';
|
|
5
5
|
export { default as scrollTop } from './scroll-top';
|
|
6
6
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../source/composite/layout/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,GAAG,MAAM,OAAO,CAAC;AAC7B,OAAO,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../source/composite/layout/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,GAAG,MAAM,OAAO,CAAC;AAC7B,OAAO,KAAK,KAAK,MAAM,SAAS,CAAC;AACjC,OAAO,KAAK,YAAY,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAC5D,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,cAAc,CAAC"}
|
|
@@ -1,14 +1,12 @@
|
|
|
1
1
|
type TypeScrollTopProps = {
|
|
2
2
|
isFixed?: boolean;
|
|
3
3
|
};
|
|
4
|
-
declare const _default: {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
};
|
|
4
|
+
declare const _default: (props: TypeScrollTopProps) => {
|
|
5
|
+
element: HTMLDivElement;
|
|
6
|
+
styles: string;
|
|
7
|
+
events: {
|
|
8
|
+
load: () => void;
|
|
10
9
|
};
|
|
11
|
-
Styles: string;
|
|
12
10
|
};
|
|
13
11
|
export default _default;
|
|
14
12
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../source/composite/layout/scroll-top/index.ts"],"names":[],"mappings":"AAGA,KAAK,kBAAkB,GAAG;IACxB,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../source/composite/layout/scroll-top/index.ts"],"names":[],"mappings":"AAGA,KAAK,kBAAkB,GAAG;IACxB,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;gCAsCqB,kBAAkB;;;;;;;AAAzC,wBAsGO"}
|
|
@@ -1,28 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
CreateElement: (element: {
|
|
4
|
-
headline?: HTMLElement | null;
|
|
5
|
-
actions?: HTMLElement | null;
|
|
6
|
-
text?: HTMLElement | null;
|
|
7
|
-
hasSeparator?: boolean;
|
|
8
|
-
isThemeDark?: boolean;
|
|
9
|
-
includesAnimation?: boolean;
|
|
10
|
-
}) => {
|
|
11
|
-
element: HTMLDivElement;
|
|
12
|
-
events: {
|
|
13
|
-
loadAnimation: () => void;
|
|
14
|
-
};
|
|
15
|
-
};
|
|
16
|
-
Styles: string;
|
|
17
|
-
};
|
|
18
|
-
wide: {
|
|
19
|
-
CreateElement: (element: {
|
|
20
|
-
headline?: HTMLElement | null;
|
|
21
|
-
actions?: HTMLElement | null;
|
|
22
|
-
isThemeDark?: boolean;
|
|
23
|
-
}) => HTMLDivElement;
|
|
24
|
-
Styles: string;
|
|
25
|
-
};
|
|
26
|
-
};
|
|
27
|
-
export default _default;
|
|
1
|
+
export { default as small } from './small';
|
|
2
|
+
export { default as wide } from './wide';
|
|
28
3
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../source/composite/layout/section-intro/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../source/composite/layout/section-intro/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,SAAS,CAAC;AAC3C,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,QAAQ,CAAC"}
|
|
@@ -6,14 +6,12 @@ type TypeSectionIntroDefaultProps = {
|
|
|
6
6
|
isThemeDark?: boolean;
|
|
7
7
|
includesAnimation?: boolean;
|
|
8
8
|
};
|
|
9
|
-
declare const _default: {
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
};
|
|
9
|
+
declare const _default: (element: TypeSectionIntroDefaultProps) => {
|
|
10
|
+
element: HTMLDivElement;
|
|
11
|
+
styles: string;
|
|
12
|
+
events: {
|
|
13
|
+
loadAnimation: () => void;
|
|
15
14
|
};
|
|
16
|
-
Styles: string;
|
|
17
15
|
};
|
|
18
16
|
export default _default;
|
|
19
17
|
//# sourceMappingURL=small.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"small.d.ts","sourceRoot":"","sources":["../../../../source/composite/layout/section-intro/small.ts"],"names":[],"mappings":"AAOA,KAAK,4BAA4B,GAAG;IAClC,QAAQ,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IAC9B,OAAO,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IAC7B,IAAI,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IAC1B,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,iBAAiB,CAAC,EAAE,OAAO,CAAC;CAC7B,CAAC
|
|
1
|
+
{"version":3,"file":"small.d.ts","sourceRoot":"","sources":["../../../../source/composite/layout/section-intro/small.ts"],"names":[],"mappings":"AAOA,KAAK,4BAA4B,GAAG;IAClC,QAAQ,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IAC9B,OAAO,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IAC7B,IAAI,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IAC1B,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,iBAAiB,CAAC,EAAE,OAAO,CAAC;CAC7B,CAAC;kCAyOuB,4BAA4B;;;;;;;AAArD,wBAiDE"}
|
|
@@ -3,9 +3,9 @@ type TypeSectionIntroWideProps = {
|
|
|
3
3
|
actions?: HTMLElement | null;
|
|
4
4
|
isThemeDark?: boolean;
|
|
5
5
|
};
|
|
6
|
-
declare const _default: {
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
declare const _default: (element: TypeSectionIntroWideProps) => {
|
|
7
|
+
element: HTMLDivElement;
|
|
8
|
+
styles: string;
|
|
9
9
|
};
|
|
10
10
|
export default _default;
|
|
11
11
|
//# sourceMappingURL=wide.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"wide.d.ts","sourceRoot":"","sources":["../../../../source/composite/layout/section-intro/wide.ts"],"names":[],"mappings":"AAGA,KAAK,yBAAyB,GAAG;IAC/B,QAAQ,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IAC9B,OAAO,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IAC7B,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,CAAC
|
|
1
|
+
{"version":3,"file":"wide.d.ts","sourceRoot":"","sources":["../../../../source/composite/layout/section-intro/wide.ts"],"names":[],"mappings":"AAGA,KAAK,yBAAyB,GAAG;IAC/B,QAAQ,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IAC9B,OAAO,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IAC7B,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,CAAC;kCAsEuB,yBAAyB;;;;AAAlD,wBAsBE"}
|
|
@@ -4,16 +4,14 @@ type TypeStickyProps = {
|
|
|
4
4
|
isStickyLast?: boolean | null;
|
|
5
5
|
topPosition?: string | null;
|
|
6
6
|
};
|
|
7
|
-
declare const _default: {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
};
|
|
7
|
+
declare const _default: (element: TypeStickyProps) => {
|
|
8
|
+
element: HTMLDivElement;
|
|
9
|
+
styles: string;
|
|
10
|
+
events: {
|
|
11
|
+
setPosition: ({ value }: {
|
|
12
|
+
value: string | null;
|
|
13
|
+
}) => void;
|
|
15
14
|
};
|
|
16
|
-
Styles: string;
|
|
17
15
|
};
|
|
18
16
|
export default _default;
|
|
19
17
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../source/composite/layout/sticky-columns/index.ts"],"names":[],"mappings":"AAGA,KAAK,eAAe,GAAG;IACrB,YAAY,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IAClC,YAAY,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IAClC,YAAY,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAC9B,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC7B,CAAC
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../source/composite/layout/sticky-columns/index.ts"],"names":[],"mappings":"AAGA,KAAK,eAAe,GAAG;IACrB,YAAY,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IAClC,YAAY,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IAClC,YAAY,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAC9B,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC7B,CAAC;kCA8DuB,eAAe;;;;iCAMN;YAAE,KAAK,EAAE,MAAM,GAAG,IAAI,CAAA;SAAE;;;AAN1D,wBA0CE"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export interface BreadcrumbProps {
|
|
2
|
+
isThemeDark?: boolean;
|
|
3
|
+
linkListSlot: HTMLElement;
|
|
4
|
+
}
|
|
5
|
+
declare const _default: ({ isThemeDark, linkListSlot }: BreadcrumbProps) => {
|
|
6
|
+
element: HTMLElement;
|
|
7
|
+
styles: string;
|
|
8
|
+
};
|
|
9
|
+
export default _default;
|
|
10
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../source/composite/navigation/elements/breadcrumb/index.ts"],"names":[],"mappings":"AAGA,MAAM,WAAW,eAAe;IAC9B,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,YAAY,EAAE,WAAW,CAAC;CAC3B;wDA6F8C,eAAe;;;;AAA9D,wBAuBE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../source/composite/navigation/elements/drawer/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iCAAiC,EAAE,MAAM,gBAAgB,CAAC;AACnE,OAAwB,EAAE,yBAAyB,EAAE,MAAM,WAAW,CAAC;AAEvE,MAAM,MAAM,yBAAyB,GAAG,yBAAyB,GAAG;IAClE,OAAO,CAAC,EAAE,WAAW,CAAC;CACvB,CAAC;AAEF,KAAK,qBAAqB,GAAG;IAC3B,UAAU,EAAE,MAAM,IAAI,CAAC;CACxB,CAAC;AAEF,KAAK,sBAAsB,GAAG,yBAAyB,GACrD,qBAAqB,GACrB,iCAAiC,CAAC;AAEpC,MAAM,MAAM,eAAe,GAAG,sBAAsB,CAAC;;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../source/composite/navigation/elements/drawer/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iCAAiC,EAAE,MAAM,gBAAgB,CAAC;AACnE,OAAwB,EAAE,yBAAyB,EAAE,MAAM,WAAW,CAAC;AAEvE,MAAM,MAAM,yBAAyB,GAAG,yBAAyB,GAAG;IAClE,OAAO,CAAC,EAAE,WAAW,CAAC;CACvB,CAAC;AAEF,KAAK,qBAAqB,GAAG;IAC3B,UAAU,EAAE,MAAM,IAAI,CAAC;CACxB,CAAC;AAEF,KAAK,sBAAsB,GAAG,yBAAyB,GACrD,qBAAqB,GACrB,iCAAiC,CAAC;AAEpC,MAAM,MAAM,eAAe,GAAG,sBAAsB,CAAC;;2BA2Gd,yBAAyB;;;;;;;;AA6FhE,wBAGE"}
|
|
@@ -1,40 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
};
|
|
8
|
-
} | null;
|
|
9
|
-
Styles: string;
|
|
10
|
-
};
|
|
11
|
-
menuButton: {
|
|
12
|
-
CreateElement: (props: import("./menu-button").TypeMenuDisplayButtonRequirements) => HTMLButtonElement;
|
|
13
|
-
Styles: string;
|
|
14
|
-
};
|
|
15
|
-
item: {
|
|
16
|
-
CreateElement: (props: import("./item").TypeNavItemRequirements) => HTMLDivElement;
|
|
17
|
-
Styles: string;
|
|
18
|
-
};
|
|
19
|
-
slider: {
|
|
20
|
-
CreateElement: (props: import("./slider").TypeNavSliderRequirements) => {
|
|
21
|
-
container: HTMLDivElement;
|
|
22
|
-
events: {
|
|
23
|
-
resize: () => void;
|
|
24
|
-
};
|
|
25
|
-
};
|
|
26
|
-
Styles: string;
|
|
27
|
-
Elements: {
|
|
28
|
-
slider: string;
|
|
29
|
-
};
|
|
30
|
-
};
|
|
31
|
-
sticky: {
|
|
32
|
-
CreateElement: ({ content, component, }: {
|
|
33
|
-
content: HTMLElement;
|
|
34
|
-
component: HTMLElement;
|
|
35
|
-
}) => HTMLDivElement;
|
|
36
|
-
Styles: string;
|
|
37
|
-
};
|
|
38
|
-
};
|
|
39
|
-
export default _default;
|
|
1
|
+
export { default as breadcrumb } from './breadcrumb';
|
|
2
|
+
export { default as drawer } from './drawer';
|
|
3
|
+
export { default as menuButton } from './menu-button';
|
|
4
|
+
export { default as item } from './item';
|
|
5
|
+
export { default as slider } from './slider';
|
|
6
|
+
export { default as sticky } from './sticky';
|
|
40
7
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../source/composite/navigation/elements/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../source/composite/navigation/elements/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,cAAc,CAAC;AACrD,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,UAAU,CAAC;AAC7C,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,eAAe,CAAC;AACtD,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,QAAQ,CAAC;AACzC,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,UAAU,CAAC;AAC7C,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,UAAU,CAAC"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
declare const _default: ({ content, component, }: {
|
|
2
|
+
content: HTMLElement;
|
|
3
|
+
component: HTMLElement;
|
|
4
|
+
}) => {
|
|
5
|
+
element: HTMLDivElement;
|
|
6
|
+
styles: string;
|
|
7
7
|
};
|
|
8
8
|
export default _default;
|
|
9
9
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../source/composite/navigation/elements/sticky/index.ts"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../source/composite/navigation/elements/sticky/index.ts"],"names":[],"mappings":"kDA4BG;IACD,OAAO,EAAE,WAAW,CAAC;IACrB,SAAS,EAAE,WAAW,CAAC;CACxB;;;;AAND,wBAyEO"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../source/composite/navigation/index.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../source/composite/navigation/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,QAAQ,MAAM,YAAY,CAAC;AACvC,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,UAAU,CAAC;AAC7C,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,WAAW,CAAC"}
|
|
@@ -2,9 +2,11 @@ export type TypeQuoteImageContainer = {
|
|
|
2
2
|
image: HTMLImageElement;
|
|
3
3
|
};
|
|
4
4
|
declare const _default: {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
5
|
+
create: ({ image }: TypeQuoteImageContainer) => {
|
|
6
|
+
element: HTMLDivElement;
|
|
7
|
+
styles: string;
|
|
8
|
+
};
|
|
9
|
+
elements: {
|
|
8
10
|
container: string;
|
|
9
11
|
};
|
|
10
12
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"image.d.ts","sourceRoot":"","sources":["../../../../source/composite/quote/elements/image.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,uBAAuB,GAAG;IACpC,KAAK,EAAE,gBAAgB,CAAC;CACzB,CAAC
|
|
1
|
+
{"version":3,"file":"image.d.ts","sourceRoot":"","sources":["../../../../source/composite/quote/elements/image.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,uBAAuB,GAAG;IACpC,KAAK,EAAE,gBAAgB,CAAC;CACzB,CAAC;;wBAI4C,uBAAuB;;;;;;;;AAUrE,wBAKE"}
|
|
@@ -1,17 +1,21 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
2
|
image: {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
3
|
+
create: ({ image }: import("./image").TypeQuoteImageContainer) => {
|
|
4
|
+
element: HTMLDivElement;
|
|
5
|
+
styles: string;
|
|
6
|
+
};
|
|
7
|
+
elements: {
|
|
6
8
|
container: string;
|
|
7
9
|
};
|
|
8
10
|
};
|
|
9
11
|
text: {
|
|
10
|
-
|
|
12
|
+
create: ({ quote, attribution, attributionSubText, action, isThemeDark, isThemeMaryland, isSizeLarge, }: import("./text").TypeQuoteTextContainer & {
|
|
11
13
|
isSizeLarge?: boolean;
|
|
12
|
-
}) =>
|
|
13
|
-
|
|
14
|
-
|
|
14
|
+
}) => {
|
|
15
|
+
element: HTMLDivElement;
|
|
16
|
+
styles: string;
|
|
17
|
+
};
|
|
18
|
+
elements: {
|
|
15
19
|
container: string;
|
|
16
20
|
quoteWrapper: string;
|
|
17
21
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../source/composite/quote/elements/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../source/composite/quote/elements/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;AAGA,wBAGE"}
|
|
@@ -10,9 +10,11 @@ type TypeQuoteTextContainerProps = TypeQuoteTextContainer & {
|
|
|
10
10
|
isSizeLarge?: boolean;
|
|
11
11
|
};
|
|
12
12
|
declare const _default: {
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
create: ({ quote, attribution, attributionSubText, action, isThemeDark, isThemeMaryland, isSizeLarge, }: TypeQuoteTextContainerProps) => {
|
|
14
|
+
element: HTMLDivElement;
|
|
15
|
+
styles: string;
|
|
16
|
+
};
|
|
17
|
+
elements: {
|
|
16
18
|
container: string;
|
|
17
19
|
quoteWrapper: string;
|
|
18
20
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"text.d.ts","sourceRoot":"","sources":["../../../../source/composite/quote/elements/text.ts"],"names":[],"mappings":"AAOA,MAAM,MAAM,sBAAsB,GAAG;IACnC,KAAK,EAAE,WAAW,GAAG,IAAI,CAAC;IAC1B,WAAW,EAAE,WAAW,GAAG,IAAI,CAAC;IAChC,kBAAkB,EAAE,WAAW,GAAG,IAAI,CAAC;IACvC,MAAM,EAAE,WAAW,GAAG,IAAI,CAAC;IAC3B,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B,CAAC;AAEF,KAAK,2BAA2B,GAAG,sBAAsB,GAAG;IAC1D,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,CAAC;;
|
|
1
|
+
{"version":3,"file":"text.d.ts","sourceRoot":"","sources":["../../../../source/composite/quote/elements/text.ts"],"names":[],"mappings":"AAOA,MAAM,MAAM,sBAAsB,GAAG;IACnC,KAAK,EAAE,WAAW,GAAG,IAAI,CAAC;IAC1B,WAAW,EAAE,WAAW,GAAG,IAAI,CAAC;IAChC,kBAAkB,EAAE,WAAW,GAAG,IAAI,CAAC;IACvC,MAAM,EAAE,WAAW,GAAG,IAAI,CAAC;IAC3B,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B,CAAC;AAEF,KAAK,2BAA2B,GAAG,sBAAsB,GAAG;IAC1D,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,CAAC;;6GAgLC,2BAA2B;;;;;;;;;AA0C9B,wBAME"}
|
|
@@ -4,9 +4,9 @@ type TypeQuoteFeatured = TypeInlineInline & {
|
|
|
4
4
|
isThemeDark?: boolean;
|
|
5
5
|
isThemeMaryland?: boolean;
|
|
6
6
|
};
|
|
7
|
-
declare const _default: {
|
|
8
|
-
|
|
9
|
-
|
|
7
|
+
declare const _default: (props: TypeQuoteFeatured) => {
|
|
8
|
+
element: HTMLDivElement;
|
|
9
|
+
styles: string;
|
|
10
10
|
};
|
|
11
11
|
export default _default;
|
|
12
12
|
//# sourceMappingURL=featured.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"featured.d.ts","sourceRoot":"","sources":["../../../source/composite/quote/featured.ts"],"names":[],"mappings":"AACA,OAAoB,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAIzD,KAAK,iBAAiB,GAAG,gBAAgB,GAAG;IAC1C,aAAa,EAAE,OAAO,CAAC;IACvB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B,CAAC
|
|
1
|
+
{"version":3,"file":"featured.d.ts","sourceRoot":"","sources":["../../../source/composite/quote/featured.ts"],"names":[],"mappings":"AACA,OAAoB,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAIzD,KAAK,iBAAiB,GAAG,gBAAgB,GAAG;IAC1C,aAAa,EAAE,OAAO,CAAC;IACvB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B,CAAC;gCA8QqB,iBAAiB;;;;AAAxC,wBAiCE"}
|
|
@@ -5,9 +5,9 @@ export type TypeInlineInline = TypeQuoteTextContainer & {
|
|
|
5
5
|
isSizeLarge: boolean;
|
|
6
6
|
image: HTMLElement | null;
|
|
7
7
|
};
|
|
8
|
-
declare const _default: {
|
|
9
|
-
|
|
10
|
-
|
|
8
|
+
declare const _default: (props: TypeInlineInline) => {
|
|
9
|
+
element: HTMLDivElement;
|
|
10
|
+
styles: string;
|
|
11
11
|
};
|
|
12
12
|
export default _default;
|
|
13
13
|
//# sourceMappingURL=inline.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inline.d.ts","sourceRoot":"","sources":["../../../source/composite/quote/inline.ts"],"names":[],"mappings":"AAEA,OAAa,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAG/D,MAAM,MAAM,gBAAgB,GAAG,sBAAsB,GAAG;IACtD,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,WAAW,EAAE,OAAO,CAAC;IACrB,KAAK,EAAE,WAAW,GAAG,IAAI,CAAC;CAC3B,CAAC
|
|
1
|
+
{"version":3,"file":"inline.d.ts","sourceRoot":"","sources":["../../../source/composite/quote/inline.ts"],"names":[],"mappings":"AAEA,OAAa,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAG/D,MAAM,MAAM,gBAAgB,GAAG,sBAAsB,GAAG;IACtD,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,WAAW,EAAE,OAAO,CAAC;IACrB,KAAK,EAAE,WAAW,GAAG,IAAI,CAAC;CAC3B,CAAC;gCAmQqB,gBAAgB;;;;AAAvC,wBAsCE"}
|
|
@@ -4,15 +4,13 @@ type TypeTabsProps = {
|
|
|
4
4
|
shadowContent?: HTMLSlotElement;
|
|
5
5
|
topPosition?: string | null;
|
|
6
6
|
};
|
|
7
|
-
declare const _default: {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
};
|
|
7
|
+
declare const _default: (props: TypeTabsProps) => {
|
|
8
|
+
element: HTMLDivElement;
|
|
9
|
+
styles: string;
|
|
10
|
+
events: {
|
|
11
|
+
resize: () => void;
|
|
12
|
+
load: () => void;
|
|
14
13
|
};
|
|
15
|
-
Styles: string;
|
|
16
14
|
};
|
|
17
15
|
export default _default;
|
|
18
16
|
//# sourceMappingURL=standard.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"standard.d.ts","sourceRoot":"","sources":["../../../source/composite/tabs/standard.ts"],"names":[],"mappings":"AAGA,KAAK,aAAa,GAAG;IACnB,aAAa,EAAE,WAAW,CAAC;IAC3B,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,aAAa,CAAC,EAAE,eAAe,CAAC;IAChC,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC7B,CAAC
|
|
1
|
+
{"version":3,"file":"standard.d.ts","sourceRoot":"","sources":["../../../source/composite/tabs/standard.ts"],"names":[],"mappings":"AAGA,KAAK,aAAa,GAAG;IACnB,aAAa,EAAE,WAAW,CAAC;IAC3B,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,aAAa,CAAC,EAAE,eAAe,CAAC;IAChC,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC7B,CAAC;gCA2PqB,aAAa;;;;;;;;AAApC,wBAgIO"}
|