flowbite-svelte 0.8.8 → 0.9.2
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 +9 -1
- package/accordions/AccordionDefault.svelte +20 -21
- package/accordions/AccordionDefault.svelte.d.ts +6 -19
- package/accordions/AccordionItem.svelte +31 -34
- package/accordions/AccordionItem.svelte.d.ts +6 -16
- package/alerts/Alert.svelte +90 -97
- package/alerts/Alert.svelte.d.ts +7 -17
- package/alerts/BorderAlert.svelte +90 -104
- package/alerts/BorderAlert.svelte.d.ts +7 -17
- package/alerts/InfoAlert.svelte +106 -111
- package/alerts/InfoAlert.svelte.d.ts +8 -20
- package/badges/Badge.svelte +22 -16
- package/badges/Badge.svelte.d.ts +8 -16
- package/badges/BadgeIcon.svelte +24 -18
- package/badges/BadgeIcon.svelte.d.ts +8 -18
- package/badges/BadgeLink.svelte +23 -17
- package/badges/BadgeLink.svelte.d.ts +9 -18
- package/buttongroups/ButtonGroup.svelte +41 -64
- package/buttongroups/ButtonGroup.svelte.d.ts +7 -23
- package/buttongroups/ButtonGroupOutline.svelte +41 -66
- package/buttongroups/ButtonGroupOutline.svelte.d.ts +7 -23
- package/buttons/Button.svelte +48 -35
- package/buttons/Button.svelte.d.ts +8 -19
- package/buttons/ColorShadowButton.svelte +22 -16
- package/buttons/ColorShadowButton.svelte.d.ts +8 -18
- package/buttons/GradientDuotoneButton.svelte +20 -15
- package/buttons/GradientDuotoneButton.svelte.d.ts +8 -18
- package/buttons/GradientMonochromeButton.svelte +22 -16
- package/buttons/GradientMonochromeButton.svelte.d.ts +8 -18
- package/buttons/GradientOutlineButton.svelte +30 -25
- package/buttons/GradientOutlineButton.svelte.d.ts +8 -18
- package/cards/Card.svelte +73 -71
- package/cards/Card.svelte.d.ts +12 -26
- package/cards/CtaCard.svelte +48 -58
- package/cards/CtaCard.svelte.d.ts +8 -32
- package/cards/EcommerceCard.svelte +77 -77
- package/cards/EcommerceCard.svelte.d.ts +10 -28
- package/cards/HorizontalCard.svelte +21 -24
- package/cards/HorizontalCard.svelte.d.ts +9 -22
- package/cards/InteractiveCard.svelte +96 -110
- package/cards/InteractiveCard.svelte.d.ts +10 -50
- package/darkmode/DarkMode.svelte +60 -69
- package/darkmode/DarkMode.svelte.d.ts +5 -12
- package/dropdowns/DropdownDefault.svelte.d.ts +2 -2
- package/footer/LogoFooter.svelte +32 -48
- package/footer/LogoFooter.svelte.d.ts +11 -46
- package/footer/SimpleFooter.svelte +20 -33
- package/footer/SimpleFooter.svelte.d.ts +8 -36
- package/footer/SitemapFooter.svelte +43 -112
- package/footer/SitemapFooter.svelte.d.ts +13 -59
- package/footer/SocialMediaFooter.svelte.d.ts +14 -14
- package/modals/ExtraLargeModal.svelte.d.ts +2 -2
- package/modals/LargeModal.svelte.d.ts +2 -2
- package/modals/MediumModal.svelte.d.ts +2 -2
- package/modals/SmallModal.svelte.d.ts +2 -2
- package/navbar/DropdownNavbar.svelte +116 -201
- package/navbar/DropdownNavbar.svelte.d.ts +8 -52
- package/navbar/Navbar.svelte +68 -99
- package/navbar/Navbar.svelte.d.ts +8 -26
- package/package.json +34 -10
- package/spinners/Spinner.svelte +63 -57
- package/spinners/Spinner.svelte.d.ts +8 -17
- package/spinners/SpinnerButton.svelte +31 -31
- package/spinners/SpinnerButton.svelte.d.ts +6 -15
- package/tabs/DefaultTabs.svelte +13 -39
- package/tabs/DefaultTabs.svelte.d.ts +7 -23
- package/tabs/InteractiveTabs.svelte +33 -63
- package/tabs/InteractiveTabs.svelte.d.ts +7 -35
- package/tabs/PillTabs.svelte +12 -34
- package/tabs/PillTabs.svelte.d.ts +7 -21
- package/tooltips/LightTooltip.svelte +112 -114
- package/tooltips/LightTooltip.svelte.d.ts +6 -21
- package/tooltips/Tooltip.svelte +113 -114
- package/tooltips/Tooltip.svelte.d.ts +6 -21
- package/types.d.ts +66 -0
- package/types.js +1 -0
|
@@ -1,37 +1,24 @@
|
|
|
1
|
-
<script>
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
{ name: "Contact", link: "/", rel: undefined },
|
|
11
|
-
];
|
|
12
|
-
export let footerClass =
|
|
13
|
-
"p-4 bg-white rounded-lg shadow md:flex md:items-center md:justify-between md:p-6 dark:bg-gray-800";
|
|
14
|
-
export let siteNameClass =
|
|
15
|
-
"text-sm text-gray-500 sm:text-center dark:text-gray-400";
|
|
16
|
-
export let ulClass = "flex flex-wrap items-center mt-3 sm:mt-0";
|
|
17
|
-
export let aClass =
|
|
18
|
-
"mr-4 text-sm text-gray-500 hover:underline md:mr-6 dark:text-gray-400";
|
|
19
|
-
export let siteNameLinkClass = "hover:underline";
|
|
20
|
-
export let copyrightYear = "© 2022";
|
|
21
|
-
export let allRightsReserved = "All Rights Reserved.";
|
|
1
|
+
<script >export let site;
|
|
2
|
+
export let links;
|
|
3
|
+
export let footerClass = 'p-4 bg-white rounded-lg shadow md:flex md:items-center md:justify-between md:p-6 dark:bg-gray-800';
|
|
4
|
+
export let siteNameClass = 'text-sm text-gray-500 sm:text-center dark:text-gray-400';
|
|
5
|
+
export let ulClass = 'flex flex-wrap items-center mt-3 sm:mt-0';
|
|
6
|
+
export let aClass = 'mr-4 text-sm text-gray-500 hover:underline md:mr-6 dark:text-gray-400';
|
|
7
|
+
export let siteNameLinkClass = 'hover:underline';
|
|
8
|
+
export let copyrightYear = '© 2022';
|
|
9
|
+
export let allRightsReserved = 'All Rights Reserved.';
|
|
22
10
|
</script>
|
|
23
11
|
|
|
24
12
|
<footer class={footerClass}>
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
</ul>
|
|
13
|
+
<span class={siteNameClass}
|
|
14
|
+
>{copyrightYear}
|
|
15
|
+
<a href={site.link} class={siteNameLinkClass} target="_blank">{site.name}</a>. {allRightsReserved}
|
|
16
|
+
</span>
|
|
17
|
+
<ul class={ulClass}>
|
|
18
|
+
{#each links as { name, link, rel }}
|
|
19
|
+
<li>
|
|
20
|
+
<a href={link} {rel} class={aClass}>{name}</a>
|
|
21
|
+
</li>
|
|
22
|
+
{/each}
|
|
23
|
+
</ul>
|
|
37
24
|
</footer>
|
|
@@ -1,42 +1,9 @@
|
|
|
1
|
-
/** @typedef {typeof __propDef.props} SimpleFooterProps */
|
|
2
|
-
/** @typedef {typeof __propDef.events} SimpleFooterEvents */
|
|
3
|
-
/** @typedef {typeof __propDef.slots} SimpleFooterSlots */
|
|
4
|
-
export default class SimpleFooter extends SvelteComponentTyped<{
|
|
5
|
-
site?: {
|
|
6
|
-
link: string;
|
|
7
|
-
name: string;
|
|
8
|
-
};
|
|
9
|
-
links?: {
|
|
10
|
-
name: string;
|
|
11
|
-
link: string;
|
|
12
|
-
rel: any;
|
|
13
|
-
}[];
|
|
14
|
-
footerClass?: string;
|
|
15
|
-
siteNameClass?: string;
|
|
16
|
-
ulClass?: string;
|
|
17
|
-
aClass?: string;
|
|
18
|
-
siteNameLinkClass?: string;
|
|
19
|
-
copyrightYear?: string;
|
|
20
|
-
allRightsReserved?: string;
|
|
21
|
-
}, {
|
|
22
|
-
[evt: string]: CustomEvent<any>;
|
|
23
|
-
}, {}> {
|
|
24
|
-
}
|
|
25
|
-
export type SimpleFooterProps = typeof __propDef.props;
|
|
26
|
-
export type SimpleFooterEvents = typeof __propDef.events;
|
|
27
|
-
export type SimpleFooterSlots = typeof __propDef.slots;
|
|
28
1
|
import { SvelteComponentTyped } from "svelte";
|
|
2
|
+
import type { LinkType, SiteType } from '../types';
|
|
29
3
|
declare const __propDef: {
|
|
30
4
|
props: {
|
|
31
|
-
site
|
|
32
|
-
|
|
33
|
-
name: string;
|
|
34
|
-
};
|
|
35
|
-
links?: {
|
|
36
|
-
name: string;
|
|
37
|
-
link: string;
|
|
38
|
-
rel: any;
|
|
39
|
-
}[];
|
|
5
|
+
site: SiteType;
|
|
6
|
+
links: LinkType[];
|
|
40
7
|
footerClass?: string;
|
|
41
8
|
siteNameClass?: string;
|
|
42
9
|
ulClass?: string;
|
|
@@ -50,4 +17,9 @@ declare const __propDef: {
|
|
|
50
17
|
};
|
|
51
18
|
slots: {};
|
|
52
19
|
};
|
|
20
|
+
export declare type SimpleFooterProps = typeof __propDef.props;
|
|
21
|
+
export declare type SimpleFooterEvents = typeof __propDef.events;
|
|
22
|
+
export declare type SimpleFooterSlots = typeof __propDef.slots;
|
|
23
|
+
export default class SimpleFooter extends SvelteComponentTyped<SimpleFooterProps, SimpleFooterEvents, SimpleFooterSlots> {
|
|
24
|
+
}
|
|
53
25
|
export {};
|
|
@@ -1,116 +1,47 @@
|
|
|
1
|
-
<script>
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
{ name: "Brand Center", link: "/" },
|
|
17
|
-
{
|
|
18
|
-
name: "Blog",
|
|
19
|
-
link: "/",
|
|
20
|
-
},
|
|
21
|
-
],
|
|
22
|
-
},
|
|
23
|
-
{
|
|
24
|
-
parent: "Help center",
|
|
25
|
-
children: [
|
|
26
|
-
{ name: "Discord Server", link: "/" },
|
|
27
|
-
{
|
|
28
|
-
name: "Twitter",
|
|
29
|
-
link: "/",
|
|
30
|
-
},
|
|
31
|
-
{ name: "Facebook", link: "/" },
|
|
32
|
-
{
|
|
33
|
-
name: "Contact Us",
|
|
34
|
-
link: "/",
|
|
35
|
-
},
|
|
36
|
-
],
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
parent: "LEGAL",
|
|
40
|
-
children: [
|
|
41
|
-
{ name: "Privacy Policy", link: "/" },
|
|
42
|
-
{ name: "Licensing", link: "/" },
|
|
43
|
-
{
|
|
44
|
-
name: "Terms & Conditions",
|
|
45
|
-
link: "/",
|
|
46
|
-
},
|
|
47
|
-
],
|
|
48
|
-
},
|
|
49
|
-
{
|
|
50
|
-
parent: "Download",
|
|
51
|
-
children: [
|
|
52
|
-
{ name: "iOS", link: "/" },
|
|
53
|
-
{ name: "Android", link: "/" },
|
|
54
|
-
{
|
|
55
|
-
name: "Windows",
|
|
56
|
-
link: "/",
|
|
57
|
-
},
|
|
58
|
-
{
|
|
59
|
-
name: "MacOS",
|
|
60
|
-
link: "/",
|
|
61
|
-
},
|
|
62
|
-
],
|
|
63
|
-
},
|
|
64
|
-
];
|
|
65
|
-
export let socialMedia = [
|
|
66
|
-
{
|
|
67
|
-
link: "/",
|
|
68
|
-
icon: "",
|
|
69
|
-
},
|
|
70
|
-
];
|
|
71
|
-
export let footerClass = "bg-gray-800";
|
|
72
|
-
export let linksClass = "grid grid-cols-2 gap-8 py-8 px-6 md:grid-cols-4";
|
|
73
|
-
export let parentClass = "mb-6 text-sm font-semibold text-gray-400 uppercase";
|
|
74
|
-
export let ulClass = "text-gray-300";
|
|
75
|
-
export let linkClass = "hover:underline";
|
|
76
|
-
export let copyrightDivClass =
|
|
77
|
-
"py-6 px-4 bg-gray-700 md:flex md:items-center md:justify-between";
|
|
78
|
-
export let copyrightClass = "text-sm text-gray-300 sm:text-center";
|
|
79
|
-
export let socialMediaDivClass =
|
|
80
|
-
"flex mt-4 space-x-6 sm:justify-center md:mt-0";
|
|
81
|
-
export let socialMediaLinkClass = "text-gray-400 hover:text-white";
|
|
82
|
-
export let iconClass = "h-5 w-5 mr-2";
|
|
83
|
-
export let copyrightYear = "© 2022";
|
|
84
|
-
export let allRightsReserved = "All Rights Reserved.";
|
|
1
|
+
<script >export let site;
|
|
2
|
+
export let links;
|
|
3
|
+
export let socialMedia;
|
|
4
|
+
export let footerClass = 'bg-gray-800';
|
|
5
|
+
export let linksClass = 'grid grid-cols-2 gap-8 py-8 px-6 md:grid-cols-4';
|
|
6
|
+
export let parentClass = 'mb-6 text-sm font-semibold text-gray-400 uppercase';
|
|
7
|
+
export let ulClass = 'text-gray-300';
|
|
8
|
+
export let linkClass = 'hover:underline';
|
|
9
|
+
export let copyrightDivClass = 'py-6 px-4 bg-gray-700 md:flex md:items-center md:justify-between';
|
|
10
|
+
export let copyrightClass = 'text-sm text-gray-300 sm:text-center';
|
|
11
|
+
export let socialMediaDivClass = 'flex mt-4 space-x-6 sm:justify-center md:mt-0';
|
|
12
|
+
export let socialMediaLinkClass = 'text-gray-400 hover:text-white';
|
|
13
|
+
export let iconClass = 'h-5 w-5 mr-2';
|
|
14
|
+
export let copyrightYear = '© 2022';
|
|
15
|
+
export let allRightsReserved = 'All Rights Reserved.';
|
|
85
16
|
</script>
|
|
86
17
|
|
|
87
18
|
<footer class={footerClass}>
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
19
|
+
<div class={linksClass}>
|
|
20
|
+
{#each links as { parent, children }}
|
|
21
|
+
<div>
|
|
22
|
+
<h2 class={parentClass}>
|
|
23
|
+
{parent}
|
|
24
|
+
</h2>
|
|
25
|
+
<ul class={ulClass}>
|
|
26
|
+
{#each children as { name, link }}
|
|
27
|
+
<li class="mb-4">
|
|
28
|
+
<a href={link} class={linkClass}>{name}</a>
|
|
29
|
+
</li>
|
|
30
|
+
{/each}
|
|
31
|
+
</ul>
|
|
32
|
+
</div>
|
|
33
|
+
{/each}
|
|
34
|
+
</div>
|
|
35
|
+
<div class={copyrightDivClass}>
|
|
36
|
+
<span class={copyrightClass}
|
|
37
|
+
>{copyrightYear} <a href={site.link}>{site.name}</a>. {allRightsReserved}
|
|
38
|
+
</span>
|
|
39
|
+
<div class={socialMediaDivClass}>
|
|
40
|
+
{#each socialMedia as { link, icon }}
|
|
41
|
+
<a href={link} class={socialMediaLinkClass}>
|
|
42
|
+
<svelte:component this={icon} className={iconClass} />
|
|
43
|
+
</a>
|
|
44
|
+
{/each}
|
|
45
|
+
</div>
|
|
46
|
+
</div>
|
|
116
47
|
</footer>
|
|
@@ -1,77 +1,31 @@
|
|
|
1
|
-
/** @typedef {typeof __propDef.props} SitemapFooterProps */
|
|
2
|
-
/** @typedef {typeof __propDef.events} SitemapFooterEvents */
|
|
3
|
-
/** @typedef {typeof __propDef.slots} SitemapFooterSlots */
|
|
4
|
-
export default class SitemapFooter extends SvelteComponentTyped<{
|
|
5
|
-
site?: {
|
|
6
|
-
link: string;
|
|
7
|
-
name: string;
|
|
8
|
-
img: string;
|
|
9
|
-
};
|
|
10
|
-
links?: {
|
|
11
|
-
parent: string;
|
|
12
|
-
children: {
|
|
13
|
-
name: string;
|
|
14
|
-
link: string;
|
|
15
|
-
}[];
|
|
16
|
-
}[];
|
|
17
|
-
footerClass?: string;
|
|
18
|
-
ulClass?: string;
|
|
19
|
-
copyrightYear?: string;
|
|
20
|
-
allRightsReserved?: string;
|
|
21
|
-
socialMedia?: {
|
|
22
|
-
link: string;
|
|
23
|
-
icon: string;
|
|
24
|
-
}[];
|
|
25
|
-
parentClass?: string;
|
|
26
|
-
linkClass?: string;
|
|
27
|
-
copyrightDivClass?: string;
|
|
28
|
-
copyrightClass?: string;
|
|
29
|
-
socialMediaDivClass?: string;
|
|
30
|
-
socialMediaLinkClass?: string;
|
|
31
|
-
iconClass?: string;
|
|
32
|
-
linksClass?: string;
|
|
33
|
-
}, {
|
|
34
|
-
[evt: string]: CustomEvent<any>;
|
|
35
|
-
}, {}> {
|
|
36
|
-
}
|
|
37
|
-
export type SitemapFooterProps = typeof __propDef.props;
|
|
38
|
-
export type SitemapFooterEvents = typeof __propDef.events;
|
|
39
|
-
export type SitemapFooterSlots = typeof __propDef.slots;
|
|
40
1
|
import { SvelteComponentTyped } from "svelte";
|
|
2
|
+
import type { LinkType, SiteType, SocialMediaType } from '../types';
|
|
41
3
|
declare const __propDef: {
|
|
42
4
|
props: {
|
|
43
|
-
site
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
img: string;
|
|
47
|
-
};
|
|
48
|
-
links?: {
|
|
49
|
-
parent: string;
|
|
50
|
-
children: {
|
|
51
|
-
name: string;
|
|
52
|
-
link: string;
|
|
53
|
-
}[];
|
|
54
|
-
}[];
|
|
5
|
+
site: SiteType;
|
|
6
|
+
links: LinkType[];
|
|
7
|
+
socialMedia: SocialMediaType[];
|
|
55
8
|
footerClass?: string;
|
|
56
|
-
|
|
57
|
-
copyrightYear?: string;
|
|
58
|
-
allRightsReserved?: string;
|
|
59
|
-
socialMedia?: {
|
|
60
|
-
link: string;
|
|
61
|
-
icon: string;
|
|
62
|
-
}[];
|
|
9
|
+
linksClass?: string;
|
|
63
10
|
parentClass?: string;
|
|
11
|
+
ulClass?: string;
|
|
64
12
|
linkClass?: string;
|
|
65
13
|
copyrightDivClass?: string;
|
|
66
14
|
copyrightClass?: string;
|
|
67
15
|
socialMediaDivClass?: string;
|
|
68
16
|
socialMediaLinkClass?: string;
|
|
69
17
|
iconClass?: string;
|
|
70
|
-
|
|
18
|
+
copyrightYear?: string;
|
|
19
|
+
allRightsReserved?: string;
|
|
71
20
|
};
|
|
72
21
|
events: {
|
|
73
22
|
[evt: string]: CustomEvent<any>;
|
|
74
23
|
};
|
|
75
24
|
slots: {};
|
|
76
25
|
};
|
|
26
|
+
export declare type SitemapFooterProps = typeof __propDef.props;
|
|
27
|
+
export declare type SitemapFooterEvents = typeof __propDef.events;
|
|
28
|
+
export declare type SitemapFooterSlots = typeof __propDef.slots;
|
|
29
|
+
export default class SitemapFooter extends SvelteComponentTyped<SitemapFooterProps, SitemapFooterEvents, SitemapFooterSlots> {
|
|
30
|
+
}
|
|
77
31
|
export {};
|
|
@@ -14,28 +14,28 @@ export default class SocialMediaFooter extends SvelteComponentTyped<{
|
|
|
14
14
|
link: string;
|
|
15
15
|
}[];
|
|
16
16
|
}[];
|
|
17
|
-
footerClass?: string;
|
|
18
|
-
ulClass?: string;
|
|
19
|
-
copyrightYear?: string;
|
|
20
|
-
allRightsReserved?: string;
|
|
21
|
-
divClass?: string;
|
|
22
|
-
imgClass?: string;
|
|
23
|
-
hrClass?: string;
|
|
24
17
|
socialMedia?: {
|
|
25
18
|
link: string;
|
|
26
19
|
icon: string;
|
|
27
20
|
}[];
|
|
21
|
+
footerClass?: string;
|
|
22
|
+
divClass?: string;
|
|
28
23
|
divClass2?: string;
|
|
29
24
|
siteLinkClass?: string;
|
|
30
25
|
siteNameSpanClass?: string;
|
|
26
|
+
imgClass?: string;
|
|
31
27
|
linksDivClass?: string;
|
|
32
28
|
parentClass?: string;
|
|
29
|
+
ulClass?: string;
|
|
33
30
|
linkClass?: string;
|
|
31
|
+
hrClass?: string;
|
|
34
32
|
copyrightDivClass?: string;
|
|
35
33
|
copyrightClass?: string;
|
|
36
34
|
socialMediaDivClass?: string;
|
|
37
35
|
socialMediaLinkClass?: string;
|
|
38
36
|
iconClass?: string;
|
|
37
|
+
copyrightYear?: string;
|
|
38
|
+
allRightsReserved?: string;
|
|
39
39
|
}, {
|
|
40
40
|
[evt: string]: CustomEvent<any>;
|
|
41
41
|
}, {}> {
|
|
@@ -58,28 +58,28 @@ declare const __propDef: {
|
|
|
58
58
|
link: string;
|
|
59
59
|
}[];
|
|
60
60
|
}[];
|
|
61
|
-
footerClass?: string;
|
|
62
|
-
ulClass?: string;
|
|
63
|
-
copyrightYear?: string;
|
|
64
|
-
allRightsReserved?: string;
|
|
65
|
-
divClass?: string;
|
|
66
|
-
imgClass?: string;
|
|
67
|
-
hrClass?: string;
|
|
68
61
|
socialMedia?: {
|
|
69
62
|
link: string;
|
|
70
63
|
icon: string;
|
|
71
64
|
}[];
|
|
65
|
+
footerClass?: string;
|
|
66
|
+
divClass?: string;
|
|
72
67
|
divClass2?: string;
|
|
73
68
|
siteLinkClass?: string;
|
|
74
69
|
siteNameSpanClass?: string;
|
|
70
|
+
imgClass?: string;
|
|
75
71
|
linksDivClass?: string;
|
|
76
72
|
parentClass?: string;
|
|
73
|
+
ulClass?: string;
|
|
77
74
|
linkClass?: string;
|
|
75
|
+
hrClass?: string;
|
|
78
76
|
copyrightDivClass?: string;
|
|
79
77
|
copyrightClass?: string;
|
|
80
78
|
socialMediaDivClass?: string;
|
|
81
79
|
socialMediaLinkClass?: string;
|
|
82
80
|
iconClass?: string;
|
|
81
|
+
copyrightYear?: string;
|
|
82
|
+
allRightsReserved?: string;
|
|
83
83
|
};
|
|
84
84
|
events: {
|
|
85
85
|
[evt: string]: CustomEvent<any>;
|
|
@@ -6,8 +6,8 @@ export default class ExtraLargeModal extends SvelteComponentTyped<{
|
|
|
6
6
|
btn2: any;
|
|
7
7
|
showModalId: any;
|
|
8
8
|
id?: string;
|
|
9
|
-
btnColor?: string;
|
|
10
9
|
title?: string;
|
|
10
|
+
btnColor?: string;
|
|
11
11
|
textColor?: string;
|
|
12
12
|
}, {
|
|
13
13
|
handlebtn1: CustomEvent<any>;
|
|
@@ -28,8 +28,8 @@ declare const __propDef: {
|
|
|
28
28
|
btn2: any;
|
|
29
29
|
showModalId: any;
|
|
30
30
|
id?: string;
|
|
31
|
-
btnColor?: string;
|
|
32
31
|
title?: string;
|
|
32
|
+
btnColor?: string;
|
|
33
33
|
textColor?: string;
|
|
34
34
|
};
|
|
35
35
|
events: {
|
|
@@ -6,8 +6,8 @@ export default class LargeModal extends SvelteComponentTyped<{
|
|
|
6
6
|
btn2: any;
|
|
7
7
|
showModalId: any;
|
|
8
8
|
id?: string;
|
|
9
|
-
btnColor?: string;
|
|
10
9
|
title?: string;
|
|
10
|
+
btnColor?: string;
|
|
11
11
|
textColor?: string;
|
|
12
12
|
}, {
|
|
13
13
|
handlebtn1: CustomEvent<any>;
|
|
@@ -28,8 +28,8 @@ declare const __propDef: {
|
|
|
28
28
|
btn2: any;
|
|
29
29
|
showModalId: any;
|
|
30
30
|
id?: string;
|
|
31
|
-
btnColor?: string;
|
|
32
31
|
title?: string;
|
|
32
|
+
btnColor?: string;
|
|
33
33
|
textColor?: string;
|
|
34
34
|
};
|
|
35
35
|
events: {
|
|
@@ -6,8 +6,8 @@ export default class MediumModal extends SvelteComponentTyped<{
|
|
|
6
6
|
btn2: any;
|
|
7
7
|
showModalId: any;
|
|
8
8
|
id?: string;
|
|
9
|
-
btnColor?: string;
|
|
10
9
|
title?: string;
|
|
10
|
+
btnColor?: string;
|
|
11
11
|
textColor?: string;
|
|
12
12
|
}, {
|
|
13
13
|
handlebtn1: CustomEvent<any>;
|
|
@@ -28,8 +28,8 @@ declare const __propDef: {
|
|
|
28
28
|
btn2: any;
|
|
29
29
|
showModalId: any;
|
|
30
30
|
id?: string;
|
|
31
|
-
btnColor?: string;
|
|
32
31
|
title?: string;
|
|
32
|
+
btnColor?: string;
|
|
33
33
|
textColor?: string;
|
|
34
34
|
};
|
|
35
35
|
events: {
|
|
@@ -6,8 +6,8 @@ export default class SmallModal extends SvelteComponentTyped<{
|
|
|
6
6
|
btn2: any;
|
|
7
7
|
showModalId: any;
|
|
8
8
|
id?: string;
|
|
9
|
-
btnColor?: string;
|
|
10
9
|
title?: string;
|
|
10
|
+
btnColor?: string;
|
|
11
11
|
textColor?: string;
|
|
12
12
|
}, {
|
|
13
13
|
handlebtn1: CustomEvent<any>;
|
|
@@ -28,8 +28,8 @@ declare const __propDef: {
|
|
|
28
28
|
btn2: any;
|
|
29
29
|
showModalId: any;
|
|
30
30
|
id?: string;
|
|
31
|
-
btnColor?: string;
|
|
32
31
|
title?: string;
|
|
32
|
+
btnColor?: string;
|
|
33
33
|
textColor?: string;
|
|
34
34
|
};
|
|
35
35
|
events: {
|