@universityofmaryland/web-components-library 1.3.0-beta.4 → 1.3.0-beta.6
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/elements/card-overlay/image.d.ts +1 -0
- package/dist/elements/card-overlay/image.d.ts.map +1 -1
- package/dist/elements/index.d.ts +2 -1
- package/dist/elements/index.d.ts.map +1 -1
- package/dist/elements/navigation/index.d.ts.map +1 -1
- package/dist/elements/person/elements/contact.d.ts +17 -0
- package/dist/elements/person/elements/contact.d.ts.map +1 -0
- package/dist/elements/person/elements/text.d.ts +1 -7
- package/dist/elements/person/elements/text.d.ts.map +1 -1
- package/dist/elements/person/hero.d.ts +20 -0
- package/dist/elements/person/hero.d.ts.map +1 -0
- package/dist/elements/stat/index.d.ts.map +1 -1
- package/dist/index.d.ts +23 -35
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.LICENSE.txt +12 -0
- package/dist/shadow-dom/card/overlay/index.d.ts.map +1 -1
- package/dist/shadow-dom/carousel/people/index.d.ts +0 -23
- package/dist/shadow-dom/carousel/people/index.d.ts.map +1 -1
- package/dist/shadow-dom/index.d.ts +2 -1
- package/dist/shadow-dom/index.d.ts.map +1 -1
- package/dist/shadow-dom/person/hero/index.d.ts +20 -0
- package/dist/shadow-dom/person/hero/index.d.ts.map +1 -0
- package/package.json +1 -1
|
@@ -5,6 +5,7 @@ type TypeCardOverlayImageElement = TypeCardOverlayCtaIcon & {
|
|
|
5
5
|
text: HTMLElement | null;
|
|
6
6
|
eyebrow?: HTMLElement | null;
|
|
7
7
|
actions?: HTMLElement | null;
|
|
8
|
+
isQuote?: boolean;
|
|
8
9
|
};
|
|
9
10
|
declare const _default: {
|
|
10
11
|
CreateElement: (props: TypeCardOverlayImageElement) => HTMLDivElement | null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"image.d.ts","sourceRoot":"","sources":["../../../source/elements/card-overlay/image.ts"],"names":[],"mappings":"AAEA,OAAgB,EAAE,sBAAsB,EAAE,MAAM,qBAAqB,CAAC;
|
|
1
|
+
{"version":3,"file":"image.d.ts","sourceRoot":"","sources":["../../../source/elements/card-overlay/image.ts"],"names":[],"mappings":"AAEA,OAAgB,EAAE,sBAAsB,EAAE,MAAM,qBAAqB,CAAC;AAGtE,KAAK,2BAA2B,GAAG,sBAAsB,GAAG;IAC1D,KAAK,EAAE,gBAAgB,GAAG,IAAI,CAAC;IAC/B,QAAQ,EAAE,WAAW,GAAG,IAAI,CAAC;IAC7B,IAAI,EAAE,WAAW,GAAG,IAAI,CAAC;IACzB,OAAO,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IAC7B,OAAO,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IAC7B,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;;2BA2DuC,2BAA2B;;;AAsCpE,wBAGE"}
|
package/dist/elements/index.d.ts
CHANGED
|
@@ -44,6 +44,7 @@ import PathwaySticky from './pathway/sticky';
|
|
|
44
44
|
import PersonBlock from './person/block';
|
|
45
45
|
import PersonBio from './person/bio';
|
|
46
46
|
import PersonBioFull from './person/bio-full';
|
|
47
|
+
import PersonHero from './person/hero';
|
|
47
48
|
import PersonList from './person/list';
|
|
48
49
|
import PersonTabular from './person/tabular';
|
|
49
50
|
import QuoteElements from './quote/elements';
|
|
@@ -59,5 +60,5 @@ import Stat from './stat';
|
|
|
59
60
|
import StickyColumns from './sticky-columns';
|
|
60
61
|
import Tabs from './tabs';
|
|
61
62
|
import TabsElements from './tabs/elements';
|
|
62
|
-
export { Accordion, AlertPage, AlertSite, BannerPromo, CallToAction, CardBlock, CardList, CardIconBlock, CardOverlay, CardOverlayImage, Carousel, CarouselCards, CarouselImageStandard, CarouselImageMultiple, CarouselThumbnail, EventBlock, EventElements, EventFeature, EventList, EventLockupDate, EventPromo, FeedsEvents, FeedsNews, FeedsSlides, NavigationElements, NavigationHeader, HeroBrandVideo, HeroDefault, HeroElements, HeroMinimal, HeroOverlay, HeroLogo, HeroStacked, LogoBlock, MediaInline, MediaWithCaption, MediaWrapped, PathwayDefault, PathwayElements, PathwayHero, PathwayHighlight, PathwayOverlay, PathwaySticky, PersonBlock, PersonBio, PersonBioFull, PersonList, PersonTabular, QuoteElements, QuoteFeatured, QuoteInline, QuoteStatement, ScrollTop, SectionIntro, SectionIntroWide, SliderEvents, SocialSharing, Stat, StickyColumns, Tabs, TabsElements, };
|
|
63
|
+
export { Accordion, AlertPage, AlertSite, BannerPromo, CallToAction, CardBlock, CardList, CardIconBlock, CardOverlay, CardOverlayImage, Carousel, CarouselCards, CarouselImageStandard, CarouselImageMultiple, CarouselThumbnail, EventBlock, EventElements, EventFeature, EventList, EventLockupDate, EventPromo, FeedsEvents, FeedsNews, FeedsSlides, NavigationElements, NavigationHeader, HeroBrandVideo, HeroDefault, HeroElements, HeroMinimal, HeroOverlay, HeroLogo, HeroStacked, LogoBlock, MediaInline, MediaWithCaption, MediaWrapped, PathwayDefault, PathwayElements, PathwayHero, PathwayHighlight, PathwayOverlay, PathwaySticky, PersonBlock, PersonBio, PersonBioFull, PersonHero, PersonList, PersonTabular, QuoteElements, QuoteFeatured, QuoteInline, QuoteStatement, ScrollTop, SectionIntro, SectionIntroWide, SliderEvents, SocialSharing, Stat, StickyColumns, Tabs, TabsElements, };
|
|
63
64
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../source/elements/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../source/elements/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../source/elements/navigation/index.ts"],"names":[],"mappings":"AAKA,KAAK,mBAAmB,GAAG;IACzB,IAAI,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IAC1B,SAAS,CAAC,EAAE,MAAM,IAAI,CAAC;CACxB,CAAC;AAEF,KAAK,cAAc,GAAG;IACpB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;CAC1B,CAAC;AAEF,KAAK,UAAU,GAAG,cAAc,GAAG;IACjC,MAAM,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;CAC7B,CAAC;AAEF,KAAK,sBAAsB,GAAG,mBAAmB,GAAG,UAAU,CAAC;;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../source/elements/navigation/index.ts"],"names":[],"mappings":"AAKA,KAAK,mBAAmB,GAAG;IACzB,IAAI,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IAC1B,SAAS,CAAC,EAAE,MAAM,IAAI,CAAC;CACxB,CAAC;AAEF,KAAK,cAAc,GAAG;IACpB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;CAC1B,CAAC;AAEF,KAAK,UAAU,GAAG,cAAc,GAAG;IACjC,MAAM,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;CAC7B,CAAC;AAEF,KAAK,sBAAsB,GAAG,mBAAmB,GAAG,UAAU,CAAC;;2BAmLxB,sBAAsB;;;AAqB7D,wBAGE"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export type TypeContactProps = {
|
|
2
|
+
phone?: HTMLElement | null;
|
|
3
|
+
email?: HTMLElement | null;
|
|
4
|
+
linkendIn?: HTMLElement | null;
|
|
5
|
+
address?: HTMLElement | null;
|
|
6
|
+
additionalContact?: HTMLElement | null;
|
|
7
|
+
theme?: string | null;
|
|
8
|
+
};
|
|
9
|
+
declare const _default: {
|
|
10
|
+
CreateElement: ({ phone, email, linkendIn, address, additionalContact, theme, }: TypeContactProps) => HTMLDivElement | null;
|
|
11
|
+
Styles: string;
|
|
12
|
+
Elements: {
|
|
13
|
+
contactContainer: string;
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
export default _default;
|
|
17
|
+
//# sourceMappingURL=contact.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"contact.d.ts","sourceRoot":"","sources":["../../../../source/elements/person/elements/contact.ts"],"names":[],"mappings":"AAGA,MAAM,MAAM,gBAAgB,GAAG;IAC7B,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,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACvB,CAAC;;qFAqKC,gBAAgB;;;;;;AA6CnB,wBAME"}
|
|
@@ -1,10 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
phone?: HTMLElement | null;
|
|
3
|
-
email?: HTMLElement | null;
|
|
4
|
-
linkendIn?: HTMLElement | null;
|
|
5
|
-
address?: HTMLElement | null;
|
|
6
|
-
additionalContact?: HTMLElement | null;
|
|
7
|
-
};
|
|
1
|
+
import { TypeContactProps } from './contact';
|
|
8
2
|
export type TypePersonProps = TypeContactProps & {
|
|
9
3
|
name: HTMLElement | null;
|
|
10
4
|
job?: HTMLElement | null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"text.d.ts","sourceRoot":"","sources":["../../../../source/elements/person/elements/text.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"text.d.ts","sourceRoot":"","sources":["../../../../source/elements/person/elements/text.ts"],"names":[],"mappings":"AAEA,OAAsB,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAC;AAE5D,MAAM,MAAM,eAAe,GAAG,gBAAgB,GAAG;IAC/C,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;IAC7B,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC;AAUF,eAAO,MAAM,eAAe,YAAY,CAAC;;4BAoIE,eAAe;;;;;;;;;;;;AAqD1D,wBAYE"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { TypeContactProps } from './elements/contact';
|
|
2
|
+
type TypeTextContainer = {
|
|
3
|
+
name: HTMLElement | null;
|
|
4
|
+
job?: HTMLElement | null;
|
|
5
|
+
subText?: HTMLElement | null;
|
|
6
|
+
};
|
|
7
|
+
type TypeImageBlockContainer = TypeContactProps & {
|
|
8
|
+
image?: HTMLImageElement | null;
|
|
9
|
+
association?: HTMLElement | null;
|
|
10
|
+
pronouns?: HTMLElement | null;
|
|
11
|
+
};
|
|
12
|
+
type TypePersonHeroProps = TypeTextContainer & TypeImageBlockContainer & {
|
|
13
|
+
theme?: string | null;
|
|
14
|
+
};
|
|
15
|
+
declare const _default: {
|
|
16
|
+
CreateElement: (props: TypePersonHeroProps) => HTMLDivElement;
|
|
17
|
+
Styles: string;
|
|
18
|
+
};
|
|
19
|
+
export default _default;
|
|
20
|
+
//# sourceMappingURL=hero.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"hero.d.ts","sourceRoot":"","sources":["../../../source/elements/person/hero.ts"],"names":[],"mappings":"AAEA,OAAsB,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAGrE,KAAK,iBAAiB,GAAG;IACvB,IAAI,EAAE,WAAW,GAAG,IAAI,CAAC;IACzB,GAAG,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IACzB,OAAO,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;CAC9B,CAAC;AAEF,KAAK,uBAAuB,GAAG,gBAAgB,GAAG;IAChD,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,CAAC;AAEF,KAAK,mBAAmB,GAAG,iBAAiB,GAC1C,uBAAuB,GAAG;IACxB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACvB,CAAC;;2BAgVoC,mBAAmB;;;AAsB3D,wBAGE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../source/elements/stat/index.ts"],"names":[],"mappings":"AAGA,KAAK,eAAe,GAAG;IACrB,IAAI,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;CAC3B,CAAC;AAEF,KAAK,oBAAoB,GAAG,eAAe,GAAG;IAC5C,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,IAAI,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IAC1B,OAAO,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;CAC9B,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../source/elements/stat/index.ts"],"names":[],"mappings":"AAGA,KAAK,eAAe,GAAG;IACrB,IAAI,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;CAC3B,CAAC;AAEF,KAAK,oBAAoB,GAAG,eAAe,GAAG;IAC5C,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,IAAI,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IAC1B,OAAO,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;CAC9B,CAAC;AAsSF,eAAO,MAAM,iBAAiB,UAAW,oBAAoB,mBAqB5D,CAAC;;2BArBuC,oBAAoB;;;AAuB7D,wBAGE"}
|
package/dist/index.d.ts
CHANGED
|
@@ -105,10 +105,13 @@ export declare const Components: {
|
|
|
105
105
|
PathwayHighlight: {
|
|
106
106
|
Load: () => void;
|
|
107
107
|
};
|
|
108
|
+
Person: {
|
|
109
|
+
Load: () => void;
|
|
110
|
+
};
|
|
108
111
|
PersonBio: {
|
|
109
112
|
Load: () => void;
|
|
110
113
|
};
|
|
111
|
-
|
|
114
|
+
PersonHero: {
|
|
112
115
|
Load: () => void;
|
|
113
116
|
};
|
|
114
117
|
Quote: {
|
|
@@ -253,6 +256,7 @@ export declare const Elements: {
|
|
|
253
256
|
text: HTMLElement | null;
|
|
254
257
|
eyebrow?: HTMLElement | null;
|
|
255
258
|
actions?: HTMLElement | null;
|
|
259
|
+
isQuote?: boolean;
|
|
256
260
|
}) => HTMLDivElement | null;
|
|
257
261
|
Styles: string;
|
|
258
262
|
};
|
|
@@ -658,13 +662,7 @@ export declare const Elements: {
|
|
|
658
662
|
Styles: string;
|
|
659
663
|
};
|
|
660
664
|
PersonBlock: {
|
|
661
|
-
CreateElement: (props: {
|
|
662
|
-
phone?: HTMLElement | null;
|
|
663
|
-
email?: HTMLElement | null;
|
|
664
|
-
linkendIn?: HTMLElement | null;
|
|
665
|
-
address?: HTMLElement | null;
|
|
666
|
-
additionalContact?: HTMLElement | null;
|
|
667
|
-
} & {
|
|
665
|
+
CreateElement: (props: import("./elements/person/elements/contact").TypeContactProps & {
|
|
668
666
|
name: HTMLElement | null;
|
|
669
667
|
job?: HTMLElement | null;
|
|
670
668
|
association?: HTMLElement | null;
|
|
@@ -679,13 +677,7 @@ export declare const Elements: {
|
|
|
679
677
|
Styles: string;
|
|
680
678
|
};
|
|
681
679
|
PersonBio: {
|
|
682
|
-
CreateElement: (props: {
|
|
683
|
-
phone?: HTMLElement | null;
|
|
684
|
-
email?: HTMLElement | null;
|
|
685
|
-
linkendIn?: HTMLElement | null;
|
|
686
|
-
address?: HTMLElement | null;
|
|
687
|
-
additionalContact?: HTMLElement | null;
|
|
688
|
-
} & {
|
|
680
|
+
CreateElement: (props: import("./elements/person/elements/contact").TypeContactProps & {
|
|
689
681
|
name: HTMLElement | null;
|
|
690
682
|
job?: HTMLElement | null;
|
|
691
683
|
association?: HTMLElement | null;
|
|
@@ -701,13 +693,7 @@ export declare const Elements: {
|
|
|
701
693
|
Styles: string;
|
|
702
694
|
};
|
|
703
695
|
PersonBioFull: {
|
|
704
|
-
CreateElement: (props: {
|
|
705
|
-
phone?: HTMLElement | null;
|
|
706
|
-
email?: HTMLElement | null;
|
|
707
|
-
linkendIn?: HTMLElement | null;
|
|
708
|
-
address?: HTMLElement | null;
|
|
709
|
-
additionalContact?: HTMLElement | null;
|
|
710
|
-
} & {
|
|
696
|
+
CreateElement: (props: import("./elements/person/elements/contact").TypeContactProps & {
|
|
711
697
|
name: HTMLElement | null;
|
|
712
698
|
job?: HTMLElement | null;
|
|
713
699
|
association?: HTMLElement | null;
|
|
@@ -722,14 +708,22 @@ export declare const Elements: {
|
|
|
722
708
|
}) => HTMLDivElement;
|
|
723
709
|
Styles: string;
|
|
724
710
|
};
|
|
725
|
-
|
|
711
|
+
PersonHero: {
|
|
726
712
|
CreateElement: (props: {
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
713
|
+
name: HTMLElement | null;
|
|
714
|
+
job?: HTMLElement | null;
|
|
715
|
+
subText?: HTMLElement | null;
|
|
716
|
+
} & import("./elements/person/elements/contact").TypeContactProps & {
|
|
717
|
+
image?: HTMLImageElement | null;
|
|
718
|
+
association?: HTMLElement | null;
|
|
719
|
+
pronouns?: HTMLElement | null;
|
|
732
720
|
} & {
|
|
721
|
+
theme?: string | null;
|
|
722
|
+
}) => HTMLDivElement;
|
|
723
|
+
Styles: string;
|
|
724
|
+
};
|
|
725
|
+
PersonList: {
|
|
726
|
+
CreateElement: (props: import("./elements/person/elements/contact").TypeContactProps & {
|
|
733
727
|
name: HTMLElement | null;
|
|
734
728
|
job?: HTMLElement | null;
|
|
735
729
|
association?: HTMLElement | null;
|
|
@@ -744,13 +738,7 @@ export declare const Elements: {
|
|
|
744
738
|
Styles: string;
|
|
745
739
|
};
|
|
746
740
|
PersonTabular: {
|
|
747
|
-
CreateElement: (props: {
|
|
748
|
-
phone?: HTMLElement | null;
|
|
749
|
-
email?: HTMLElement | null;
|
|
750
|
-
linkendIn?: HTMLElement | null;
|
|
751
|
-
address?: HTMLElement | null;
|
|
752
|
-
additionalContact?: HTMLElement | null;
|
|
753
|
-
} & {
|
|
741
|
+
CreateElement: (props: import("./elements/person/elements/contact").TypeContactProps & {
|
|
754
742
|
name: HTMLElement | null;
|
|
755
743
|
job?: HTMLElement | null;
|
|
756
744
|
association?: HTMLElement | null;
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../source/index.ts"],"names":[],"mappings":"AAGA,QAAA,MAAM,iBAAiB,YAKtB,CAAC;AAEF,eAAO,MAAM,UAAU
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../source/index.ts"],"names":[],"mappings":"AAGA,QAAA,MAAM,iBAAiB,YAKtB,CAAC;AAEF,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAEtB,CAAC;AAEF,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;eAKkzP,CAAC;gBAA4B,CAAC;gBAAgB,CAAC;iBAAwB,CAAC;sBAA6B,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sBAA9vF,CAAC;wBAAkC,CAAC;qBAA+B,CAAC;2BAA8B,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBAA/mI,CAAC;sBAA6B,CAAC;iBAAwB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAH1tC,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
|