@huyooo/ui 1.0.4 → 1.0.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.
@@ -7,7 +7,7 @@ import { Spin as se, Button as D, Message as B } from "@arco-design/web-vue";
7
7
  import { useRoute as be, useRouter as Te } from "vue-router";
8
8
  import { b as we } from "./PaySubscriptions-CXkEjqr2.js";
9
9
  import { _ as U } from "./_plugin-vue_export-helper-CHgC5LLL.js";
10
- import { L as Ie, a as Ce, b as Be } from "./LandingPageSectionHeader-CVAqc7bx.js";
10
+ import { L as Ie, a as Ce, b as Be } from "./LandingPageSectionHeader-3hiuw6G0.js";
11
11
  import { Icon as te } from "@iconify/vue";
12
12
  import { u as Le, a as Re } from "./useSubscriptionCheckout-d_M_rKRa.js";
13
13
  import { u as Ae } from "./useEnsureAuthenticated-DNkCCy_Y.js";
package/dist/authkit.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { A as s, B as i, a as e, _ as u, b as h, O as A, P as o, c as r, d as k, e as n, f as d, S as g, g as l, u as p, h as P } from "./AuthkitAppSetting-BN8-xgNq.js";
2
- import { A as m, a as c, b as S, c as L, d as O, E as U, e as w, _ as x, f as B, O as D, g as E, P as b, h as y, i as C, j as I, R as v, S as V, k as _, l as G, m as R, n as T, o as M, p as j, L as z } from "./LegalDocViewer-DlaLKGyX.js";
2
+ import { A as m, a as c, b as S, c as L, d as O, E as U, e as w, _ as x, f as B, O as D, g as E, P as b, h as y, i as C, j as I, R as v, S as V, k as _, l as G, m as R, n as T, o as M, p as j, L as z } from "./LegalDocViewer-DM8FYBpf.js";
3
3
  import { u as K } from "./useAuthkitAppsAuthPageInfo-CNudJd04.js";
4
4
  import { u as q } from "./useAuthkitAuth-3m0yW6uP.js";
5
5
  import { u as J } from "./apiClients-BcXOLuYu.js";
@@ -7,10 +7,10 @@ declare function __VLS_template(): {
7
7
  default?(_: {}): any;
8
8
  };
9
9
  refs: {};
10
- rootEl: HTMLDivElement;
10
+ rootEl: HTMLSpanElement;
11
11
  };
12
12
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
13
- declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
13
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
14
14
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
15
15
  export default _default;
16
16
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -0,0 +1,19 @@
1
+ export interface LandingPageFeaturePanel {
2
+ title: string;
3
+ description: string;
4
+ highlights?: string[];
5
+ command?: string;
6
+ }
7
+ interface Props {
8
+ title?: string;
9
+ subTitle?: string;
10
+ panels?: LandingPageFeaturePanel[];
11
+ columns?: number;
12
+ }
13
+ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
14
+ title: string;
15
+ columns: number;
16
+ subTitle: string;
17
+ panels: LandingPageFeaturePanel[];
18
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
19
+ export default _default;
@@ -26,6 +26,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
26
26
  type: StringConstructor;
27
27
  default: () => string;
28
28
  };
29
+ installCommand: {
30
+ type: StringConstructor;
31
+ default: () => string;
32
+ };
29
33
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
30
34
  title: {
31
35
  type: StringConstructor;
@@ -43,11 +47,16 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
43
47
  type: StringConstructor;
44
48
  default: () => string;
45
49
  };
50
+ installCommand: {
51
+ type: StringConstructor;
52
+ default: () => string;
53
+ };
46
54
  }>> & Readonly<{}>, {
47
55
  description: string;
48
56
  title: string;
49
57
  imageAlt: string;
50
58
  heroSource: string;
59
+ installCommand: string;
51
60
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLElement>;
52
61
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
53
62
  export default _default;
@@ -1,19 +1,6 @@
1
1
  interface Props {
2
2
  title: string;
3
3
  subtitle: string;
4
- icon?: string;
5
- iconWidth?: number;
6
- iconHeight?: number;
7
- dashline?: string;
8
- dashlineWidth?: number;
9
- dashlineHeight?: number;
10
4
  }
11
- declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
12
- icon: string;
13
- iconWidth: number;
14
- iconHeight: number;
15
- dashline: string;
16
- dashlineWidth: number;
17
- dashlineHeight: number;
18
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
5
+ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
19
6
  export default _default;
@@ -1,7 +1,7 @@
1
1
  interface Feature {
2
2
  title: string;
3
3
  description: string;
4
- color: "green" | "blue" | "purple";
4
+ color: 'green' | 'blue' | 'purple';
5
5
  iconPath: string;
6
6
  }
7
7
  interface Props {
@@ -30,6 +30,7 @@ export { default as LandingPagePriceGroup } from './components/LandingPage/Landi
30
30
  export { default as LandingPagePricingCard } from './components/LandingPage/LandingPagePricingCard.vue';
31
31
  export { default as LandingPagePricingGrid } from './components/LandingPage/LandingPagePricingGrid.vue';
32
32
  export { default as LandingPageSectionHeader } from './components/LandingPage/LandingPageSectionHeader.vue';
33
+ export { default as LandingPageFeaturePanels } from './components/LandingPage/LandingPageFeaturePanels.vue';
33
34
  export { default as LandingPageSections } from './components/LandingPage/LandingPageSections.vue';
34
35
  export { default as LandingPageShowcase } from './components/LandingPage/LandingPageShowcase.vue';
35
36
  export { default as LandingPageStats } from './components/LandingPage/LandingPageStats.vue';
@@ -1,56 +1,57 @@
1
- import { L as g, a as e, b as i, B as s, C as d, c as L, d as P, e as o, f as t, g as r, h as c, i as u, j as m, k as C, l as p, m as T, n as F, o as f, p as S, q as b, r as l, s as k, t as x, u as B, T as D, v as G, w as H, x as h, y, z as A, P as I } from "./LandingPageSectionTabs-DhKpOj5F.js";
2
- import { L as v, a as w, b as q } from "./LandingPageSectionHeader-CVAqc7bx.js";
3
- import { L as M, a as Q, b as E, c as J, D as K, d as N, e as O, f as R, g as U, h as V, i as W, j as X, k as Y } from "./LandingPageLinkGroup-r-t3H1X0.js";
4
- import { D as _ } from "./LandingPageDescription-BczWZHKy.js";
5
- import { L as aa } from "./Logo-D7fyXyB-.js";
1
+ import { L as g, a as e, b as i, B as s, C as d, c as L, d as P, e as o, f as t, g as r, h as c, i as u, j as m, k as C, l as p, m as F, n as T, o as f, p as l, q as S, r as b, s as k, t as x, u as B, v as A, T as D, w as G, x as H, y as h, z as y, A as I, P as j } from "./LandingPageSectionTabs-jRjkWlM-.js";
2
+ import { L as w, a as q, b as z } from "./LandingPageSectionHeader-3hiuw6G0.js";
3
+ import { L as Q, a as E, b as J, c as K, D as N, d as O, e as R, f as U, g as V, h as W, i as X, j as Y, k as Z } from "./LandingPageLinkGroup-BZJ48Yss.js";
4
+ import { D as $ } from "./LandingPageDescription-BczWZHKy.js";
5
+ import { L as na } from "./Logo-D7fyXyB-.js";
6
6
  export {
7
7
  g as LandingPageAbout,
8
8
  e as LandingPageAside,
9
9
  i as LandingPageBlockHeader,
10
- v as LandingPageBlockLayout,
11
- M as LandingPageBrandInfo,
10
+ w as LandingPageBlockLayout,
11
+ Q as LandingPageBrandInfo,
12
12
  s as LandingPageButton,
13
13
  d as LandingPageCard,
14
- Q as LandingPageContact,
15
- E as LandingPageContactForm,
16
- J as LandingPageContainer,
14
+ E as LandingPageContact,
15
+ J as LandingPageContactForm,
16
+ K as LandingPageContainer,
17
17
  L as LandingPageCta,
18
- _ as LandingPageDescription,
19
- K as LandingPageDivider,
20
- w as LandingPageFAQ,
18
+ $ as LandingPageDescription,
19
+ N as LandingPageDivider,
20
+ q as LandingPageFAQ,
21
21
  P as LandingPageFeatureCard,
22
- o as LandingPageFeatureSectionHeader,
23
- t as LandingPageFeatures,
24
- r as LandingPageFeatures2,
25
- c as LandingPageFeaturesGrid,
26
- u as LandingPageFooter,
27
- N as LandingPageFooterContact,
28
- O as LandingPageFooterLayout,
29
- m as LandingPageHero,
30
- R as LandingPageLink,
31
- U as LandingPageLinkGroup,
32
- V as LandingPageListItem,
33
- aa as LandingPageLogo,
34
- C as LandingPageLogos,
35
- W as LandingPageMission,
36
- p as LandingPagePageContent,
22
+ o as LandingPageFeaturePanels,
23
+ t as LandingPageFeatureSectionHeader,
24
+ r as LandingPageFeatures,
25
+ c as LandingPageFeatures2,
26
+ u as LandingPageFeaturesGrid,
27
+ m as LandingPageFooter,
28
+ O as LandingPageFooterContact,
29
+ R as LandingPageFooterLayout,
30
+ C as LandingPageHero,
31
+ U as LandingPageLink,
32
+ V as LandingPageLinkGroup,
33
+ W as LandingPageListItem,
34
+ na as LandingPageLogo,
35
+ p as LandingPageLogos,
36
+ X as LandingPageMission,
37
+ F as LandingPagePageContent,
37
38
  T as LandingPagePriceGroup,
38
- F as LandingPagePricingCard,
39
- f as LandingPagePricingGrid,
40
- q as LandingPageSectionHeader,
39
+ f as LandingPagePricingCard,
40
+ l as LandingPagePricingGrid,
41
+ z as LandingPageSectionHeader,
41
42
  S as LandingPageSectionTabs,
42
43
  b as LandingPageSections,
43
- l as LandingPageShowcase,
44
- k as LandingPageStats,
45
- x as LandingPageSteps,
46
- B as LandingPageSubTitle,
44
+ k as LandingPageShowcase,
45
+ x as LandingPageStats,
46
+ B as LandingPageSteps,
47
+ A as LandingPageSubTitle,
47
48
  D as LandingPageTabs,
48
- X as LandingPageTeamInfo,
49
- Y as LandingPageTeamList,
49
+ Y as LandingPageTeamInfo,
50
+ Z as LandingPageTeamList,
50
51
  G as LandingPageTestimonial,
51
52
  H as LandingPageTestimonialCard,
52
53
  h as LandingPageTips,
53
54
  y as LandingPageTitle,
54
- A as LandingPageToc,
55
- I as PageContent
55
+ I as LandingPageToc,
56
+ j as PageContent
56
57
  };