diff --git a/assets/auto-imports.d.ts b/assets/auto-imports.d.ts index 2ee126d6..3a913844 100644 --- a/assets/auto-imports.d.ts +++ b/assets/auto-imports.d.ts @@ -384,6 +384,7 @@ declare module 'vue' { readonly computedInject: UnwrapRef readonly computedWithControl: UnwrapRef readonly config: UnwrapRef + readonly containerContext: UnwrapRef readonly controlledComputed: UnwrapRef readonly controlledRef: UnwrapRef readonly createApp: UnwrapRef @@ -718,6 +719,7 @@ declare module '@vue/runtime-core' { readonly computedInject: UnwrapRef readonly computedWithControl: UnwrapRef readonly config: UnwrapRef + readonly containerContext: UnwrapRef readonly controlledComputed: UnwrapRef readonly controlledRef: UnwrapRef readonly createApp: UnwrapRef diff --git a/assets/components.d.ts b/assets/components.d.ts index 40939a63..dd59fab4 100644 --- a/assets/components.d.ts +++ b/assets/components.d.ts @@ -13,12 +13,9 @@ declare module 'vue' { 'Carbon:macShift': typeof import('~icons/carbon/mac-shift')['default'] 'Carbon:star': typeof import('~icons/carbon/star')['default'] 'Carbon:starFilled': typeof import('~icons/carbon/star-filled')['default'] - 'Cil:check': typeof import('~icons/cil/check')['default'] 'Cil:checkCircle': typeof import('~icons/cil/check-circle')['default'] 'Cil:circle': typeof import('~icons/cil/circle')['default'] 'Cil:columns': typeof import('~icons/cil/columns')['default'] - 'Cil:findInPage': typeof import('~icons/cil/find-in-page')['default'] - 'Cil:search': typeof import('~icons/cil/search')['default'] 'Cil:xCircle': typeof import('~icons/cil/x-circle')['default'] ComplexLogItem: typeof import('./components/LogViewer/ComplexLogItem.vue')['default'] ContainerHealth: typeof import('./components/LogViewer/ContainerHealth.vue')['default'] @@ -47,7 +44,6 @@ declare module 'vue' { LogViewerWithSource: typeof import('./components/LogViewer/LogViewerWithSource.vue')['default'] 'Mdi:arrowUp': typeof import('~icons/mdi/arrow-up')['default'] 'Mdi:close': typeof import('~icons/mdi/close')['default'] - 'Mdi:dotsVertical': typeof import('~icons/mdi/dots-vertical')['default'] 'Mdi:hamburgerMenu': typeof import('~icons/mdi/hamburger-menu')['default'] 'Mdi:keyboardEsc': typeof import('~icons/mdi/keyboard-esc')['default'] 'Mdi:lightChevronDoubleDown': typeof import('~icons/mdi-light/chevron-double-down')['default'] diff --git a/assets/pages/settings.vue b/assets/pages/settings.vue index e2abb3f0..e616140f 100644 --- a/assets/pages/settings.vue +++ b/assets/pages/settings.vue @@ -130,7 +130,7 @@ fetchNextRelease(); @apply mb-4 border-b border-base-content/50 py-4; } -a { +:deep(a) { @apply text-primary underline-offset-4 hover:underline; }