@huyooo/ui 0.9.8 → 0.9.9
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/{AuthkitAuthModal-BpQZ_cSv.js → AuthkitAuthModal-CIqo_ytT.js} +2 -2
- package/dist/{AuthkitSignInPhone-DEkq7yIu.js → AuthkitSignInPhone-GEP_InIp.js} +3 -6
- package/dist/{Contact-HpDiHdUv.js → Contact-D1RLCHL7.js} +3 -3
- package/dist/{CustomTable-Dyjn6dOW.js → CustomTable-CVZ4mFzi.js} +1 -1
- package/dist/{FeedbackItem-CUQUsQCd.js → FeedbackItem-BhBJPtoI.js} +1 -1
- package/dist/{FeedbackModal-DCxmeHW4.js → FeedbackModal-Ci0sZsOa.js} +4 -4
- package/dist/{LandingPageSectionHeader-AfrKhRQg.js → LandingPageSectionHeader-1h01zdKJ.js} +168 -222
- package/dist/{LandingPageSectionTabs-BPG1U38v.js → LandingPageSectionTabs-BRTZaLEe.js} +380 -371
- package/dist/Logo-D7fyXyB-.js +67 -0
- package/dist/{MessageHandle-DJCHYY9T.js → MessageHandle-Dkpc4axC.js} +1 -1
- package/dist/{MessageNoticeNotificationsDetails.vue_vue_type_script_setup_true_lang-rkng32OA.js → MessageNoticeNotificationsDetails.vue_vue_type_script_setup_true_lang-DqXjEfo9.js} +1 -1
- package/dist/{PaySubscriptions-CWey-mbh.js → PaySubscriptions-ygmbIpWM.js} +1 -1
- package/dist/{ReferrerReferees-Byrr8T8H.js → ReferrerReferees-BlHsWD6F.js} +1 -1
- package/dist/{UserAccountMenu-CxYmNgME.js → UserAccountMenu-C6MK8Ulm.js} +6 -6
- package/dist/WidthContainer-IvPa1ayt.js +655 -0
- package/dist/authkit.js +2 -2
- package/dist/common.js +14 -13
- package/dist/components/DefaultLayout.vue.d.ts +6 -0
- package/dist/components/Header.vue.d.ts +3 -0
- package/dist/components/LandingPage/LandingPageBrandInfo.vue.d.ts +2 -0
- package/dist/components/LandingPage/PageContent.vue.d.ts +18 -0
- package/dist/components/Logo.vue.d.ts +30 -4
- package/dist/feedback.js +2 -2
- package/dist/head.d.ts +7 -0
- package/dist/landingPage.d.ts +2 -1
- package/dist/landingPage.js +29 -27
- package/dist/main.d.ts +1 -1
- package/dist/main.js +235 -230
- package/dist/message.js +2 -2
- package/dist/pay.js +1 -1
- package/dist/privateCom.js +1 -1
- package/dist/referrer.js +1 -1
- package/dist/style.css +1 -1
- package/dist/user.js +1 -1
- package/package.json +1 -1
- package/dist/WidthContainer-BsPQN5_v.js +0 -677
- package/dist/components/LandingPage/LandingPageLogo.vue.d.ts +0 -64
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
-
name: {
|
|
3
|
-
type: StringConstructor;
|
|
4
|
-
required: false;
|
|
5
|
-
default: () => string;
|
|
6
|
-
};
|
|
7
|
-
icon: {
|
|
8
|
-
type: StringConstructor;
|
|
9
|
-
required: false;
|
|
10
|
-
default: () => string;
|
|
11
|
-
};
|
|
12
|
-
color: {
|
|
13
|
-
type: StringConstructor;
|
|
14
|
-
required: false;
|
|
15
|
-
default: () => string;
|
|
16
|
-
};
|
|
17
|
-
fontSize: {
|
|
18
|
-
type: StringConstructor;
|
|
19
|
-
required: false;
|
|
20
|
-
default: () => string;
|
|
21
|
-
};
|
|
22
|
-
iconSize: {
|
|
23
|
-
type: StringConstructor;
|
|
24
|
-
required: false;
|
|
25
|
-
default: () => string;
|
|
26
|
-
};
|
|
27
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
28
|
-
to: (...args: any[]) => void;
|
|
29
|
-
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
30
|
-
name: {
|
|
31
|
-
type: StringConstructor;
|
|
32
|
-
required: false;
|
|
33
|
-
default: () => string;
|
|
34
|
-
};
|
|
35
|
-
icon: {
|
|
36
|
-
type: StringConstructor;
|
|
37
|
-
required: false;
|
|
38
|
-
default: () => string;
|
|
39
|
-
};
|
|
40
|
-
color: {
|
|
41
|
-
type: StringConstructor;
|
|
42
|
-
required: false;
|
|
43
|
-
default: () => string;
|
|
44
|
-
};
|
|
45
|
-
fontSize: {
|
|
46
|
-
type: StringConstructor;
|
|
47
|
-
required: false;
|
|
48
|
-
default: () => string;
|
|
49
|
-
};
|
|
50
|
-
iconSize: {
|
|
51
|
-
type: StringConstructor;
|
|
52
|
-
required: false;
|
|
53
|
-
default: () => string;
|
|
54
|
-
};
|
|
55
|
-
}>> & Readonly<{
|
|
56
|
-
onTo?: ((...args: any[]) => any) | undefined;
|
|
57
|
-
}>, {
|
|
58
|
-
color: string;
|
|
59
|
-
name: string;
|
|
60
|
-
icon: string;
|
|
61
|
-
fontSize: string;
|
|
62
|
-
iconSize: string;
|
|
63
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
64
|
-
export default _default;
|