@huyooo/ui 0.5.27 → 0.5.28
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/LandingPageSectionTabs-B-MarOHk.js +67530 -0
- package/dist/components/LandingPage/LandingPageShowcase.vue.d.ts +20 -17
- package/dist/index.js +1 -1
- package/dist/landingPage.js +10 -10
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/LandingPageSectionTabs-DTVCmfyQ.js +0 -58318
|
@@ -1,23 +1,26 @@
|
|
|
1
|
-
|
|
1
|
+
import { CSSProperties } from 'vue';
|
|
2
|
+
interface ShowcaseItem {
|
|
3
|
+
image: string;
|
|
4
|
+
alt: string;
|
|
2
5
|
title: string;
|
|
3
6
|
description: string;
|
|
4
|
-
|
|
5
|
-
iconPath: string;
|
|
7
|
+
[key: string]: any;
|
|
6
8
|
}
|
|
7
9
|
interface Props {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
reverse?: boolean;
|
|
10
|
+
items: ShowcaseItem[];
|
|
11
|
+
showControls?: boolean;
|
|
12
|
+
columns?: number;
|
|
13
|
+
cardHeight?: number;
|
|
14
|
+
objectFit?: CSSProperties['objectFit'];
|
|
14
15
|
}
|
|
15
|
-
declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
16
|
+
declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
17
|
+
cardClick: (item: ShowcaseItem) => any;
|
|
18
|
+
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
|
19
|
+
onCardClick?: ((item: ShowcaseItem) => any) | undefined;
|
|
20
|
+
}>, {
|
|
21
|
+
columns: number;
|
|
22
|
+
objectFit: import("csstype").Property.ObjectFit;
|
|
23
|
+
showControls: boolean;
|
|
24
|
+
cardHeight: number;
|
|
25
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
23
26
|
export default _default;
|
package/dist/index.js
CHANGED
|
@@ -16,7 +16,7 @@ import { M as U4, a as S4 } from "./MessageMenu-_RZJ9Mbi.js";
|
|
|
16
16
|
import { _ as A4, a as G4, F as D4, b as P4, c as T4, d as O4, R as B4 } from "./FeedbackModal-OsCK3NqC.js";
|
|
17
17
|
import { C as $4 } from "./Clipboard-CIWjWQOZ.js";
|
|
18
18
|
import { F as W4, a as R4, c as z4, b as j4, d as q4 } from "./FeedbackItem-DLJhHHDM.js";
|
|
19
|
-
import { L as J4, a as Q4, b as X4, c as Y4, B as e6, C as t6, d as o6, e as s6,
|
|
19
|
+
import { L as J4, a as Q4, b as X4, c as Y4, B as e6, C as t6, d as o6, e as s6, w as a6, x as i6, f as n6, g as r6, y as c6, h as l6, i as C6, j as d6, k as p6, l as f6, m as h6, n as u6, A as _6, o as g6, p as m6, q as L6, r as y6, S as w6, T as F6, s as M6, z as v6, t as k6, u as x6, v as H6 } from "./LandingPageSectionTabs-B-MarOHk.js";
|
|
20
20
|
import { L as V6, a as E6, b as U6, c as S6, D as b6, d as A6, e as G6, f as D6, g as P6, h as T6, i as O6, j as B6, k as I6, l as $6, m as N6, n as W6 } from "./LandingPageSectionHeader-s8hjsGuu.js";
|
|
21
21
|
import { A as z6, a as j6, C as q6, D as K6, G as J6, H as Q6, b as X6, L as Y6, S as e7, W as t7 } from "./WidthContainer-BACUO8zY.js";
|
|
22
22
|
import { C as s7, a as a7 } from "./CollapseItem-Cw1vcdLu.js";
|
package/dist/landingPage.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { L as g, a as e, b as i, c as s, B as d, C as L, d as P, e as o,
|
|
1
|
+
import { L as g, a as e, b as i, c as s, B as d, C as L, d as P, e as o, w as t, x as r, f as c, g as u, y as C, h as T, i as m, j as F, k as S, l, m as p, n as b, A as f, o as k, p as B, q as A, r as G, S as H, T as h, s as x, z as y, t as D, u as I, v as j } from "./LandingPageSectionTabs-B-MarOHk.js";
|
|
2
2
|
import { L as w, a as q, b as z, c as M, D as Q, d as E, e as J, f as K, g as N, h as O, i as R, j as U, k as V, l as W, m as X, n as Y } from "./LandingPageSectionHeader-s8hjsGuu.js";
|
|
3
3
|
export {
|
|
4
4
|
g as LandingPageAbout,
|
|
@@ -30,23 +30,23 @@ export {
|
|
|
30
30
|
U as LandingPageLogo,
|
|
31
31
|
F as LandingPageLogos,
|
|
32
32
|
V as LandingPageMission,
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
33
|
+
S as LandingPagePageContent,
|
|
34
|
+
l as LandingPagePriceGroup,
|
|
35
|
+
p as LandingPagePricingCard,
|
|
36
36
|
b as LandingPagePricingGrid,
|
|
37
37
|
W as LandingPageSectionHeader,
|
|
38
38
|
f as LandingPageSectionTabs,
|
|
39
39
|
k as LandingPageSections,
|
|
40
40
|
B as LandingPageShowcase,
|
|
41
41
|
A as LandingPageStats,
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
42
|
+
G as LandingPageSteps,
|
|
43
|
+
H as LandingPageSubTitle,
|
|
44
|
+
h as LandingPageTabs,
|
|
45
45
|
X as LandingPageTeamInfo,
|
|
46
46
|
Y as LandingPageTeamList,
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
47
|
+
x as LandingPageTestimonial,
|
|
48
|
+
y as LandingPageTestimonialCard,
|
|
49
|
+
D as LandingPageTips,
|
|
50
50
|
I as LandingPageTitle,
|
|
51
51
|
j as LandingPageToc
|
|
52
52
|
};
|