diff --git a/docs/components/home/Acknowledgement.vue b/docs/components/home/Acknowledgement.vue index 78e7957c..b0d2baf1 100644 --- a/docs/components/home/Acknowledgement.vue +++ b/docs/components/home/Acknowledgement.vue @@ -4,27 +4,34 @@ import Heart from '~icons/mdi/heart' diff --git a/docs/components/home/Showcase.vue b/docs/components/home/Showcase.vue new file mode 100644 index 00000000..70a409ef --- /dev/null +++ b/docs/components/home/Showcase.vue @@ -0,0 +1,27 @@ + + + diff --git a/docs/src/.vitepress/theme/layouts/default.vue b/docs/src/.vitepress/theme/layouts/default.vue index 4bb48a79..814cae93 100644 --- a/docs/src/.vitepress/theme/layouts/default.vue +++ b/docs/src/.vitepress/theme/layouts/default.vue @@ -30,9 +30,3 @@ watch( - - diff --git a/docs/src/assets/index.css b/docs/src/assets/index.css index 29744a41..b17467e6 100644 --- a/docs/src/assets/index.css +++ b/docs/src/assets/index.css @@ -5,6 +5,10 @@ --vp-c-accent: #BB86FC; } +.VPHome { + padding-bottom: 0 !important; +} + .VPNavBar.has-sidebar .content, .VPNav { background-color: rgba(var(--vp-c-bg), 0.75); backdrop-filter: blur(1px); diff --git a/docs/src/assets/octai.png b/docs/src/assets/octai.png new file mode 100644 index 00000000..95bc5aa5 Binary files /dev/null and b/docs/src/assets/octai.png differ diff --git a/docs/src/auto-imports.d.ts b/docs/src/auto-imports.d.ts index 1c40ac41..b234ea3f 100644 --- a/docs/src/auto-imports.d.ts +++ b/docs/src/auto-imports.d.ts @@ -1,6 +1,7 @@ /* eslint-disable */ /* prettier-ignore */ // @ts-nocheck +// noinspection JSUnusedGlobalSymbols // Generated by unplugin-auto-import export {} declare global { @@ -89,9 +90,9 @@ declare global { const throttledWatch: typeof import('@vueuse/core')['throttledWatch'] const toRaw: typeof import('vue')['toRaw'] const toReactive: typeof import('@vueuse/core')['toReactive'] - const toRef: typeof import('@vueuse/core')['toRef'] + const toRef: typeof import('vue')['toRef'] const toRefs: typeof import('vue')['toRefs'] - const toValue: typeof import('@vueuse/core')['toValue'] + const toValue: typeof import('vue')['toValue'] const triggerRef: typeof import('vue')['triggerRef'] const tryOnBeforeMount: typeof import('@vueuse/core')['tryOnBeforeMount'] const tryOnBeforeUnmount: typeof import('@vueuse/core')['tryOnBeforeUnmount'] @@ -278,5 +279,5 @@ declare global { // for type re-export declare global { // @ts-ignore - export type { Component,ComponentPublicInstance,ComputedRef,InjectionKey,PropType,Ref,VNode } from 'vue' + export type { Component, ComponentPublicInstance, ComputedRef, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, VNode, WritableComputedRef } from 'vue' } diff --git a/docs/src/components.d.ts b/docs/src/components.d.ts index 6793434a..696cce63 100644 --- a/docs/src/components.d.ts +++ b/docs/src/components.d.ts @@ -3,11 +3,9 @@ // @ts-nocheck // Generated by unplugin-vue-components // Read more: https://github.com/vuejs/core/pull/3399 -import '@vue/runtime-core' - export {} -declare module '@vue/runtime-core' { +declare module 'vue' { export interface GlobalComponents { Acknowledgement: typeof import('./../components/home/Acknowledgement.vue')['default'] Additional: typeof import('./../components/home/flows/Additional.vue')['default'] @@ -37,6 +35,7 @@ declare module '@vue/runtime-core' { RGB: typeof import('./../components/home/flows/RGB.vue')['default'] RouterLink: typeof import('vue-router')['RouterLink'] RouterView: typeof import('vue-router')['RouterView'] + Showcase: typeof import('./../components/home/Showcase.vue')['default'] Sidebar: typeof import('./../components/examples/dnd/Sidebar.vue')['default'] SnappableConnectionLine: typeof import('./../components/examples/connection-radius/SnappableConnectionLine.vue')['default'] Team: typeof import('./../components/home/Team.vue')['default'] diff --git a/docs/src/index.md b/docs/src/index.md index c6c237f2..c2311b48 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -9,4 +9,6 @@ layout: home + +