| | |
| | | <script setup lang="ts"> |
| | | import type { BuiltinThemeType } from '..\..\..\..\types\src'; |
| | | import type { BuiltinThemeType } from '../../../../types/src'; |
| | | |
| | | import { Palette } from '..\..\..\..\icons\src'; |
| | | import { Palette } from '../../../../icons/src'; |
| | | import { |
| | | COLOR_PRESETS, |
| | | preferences, |
| | | updatePreferences, |
| | | } from '..\..\..\..\preferences\src'; |
| | | } from '../../../../preferences/src'; |
| | | |
| | | import { VbenIconButton } from '..\..\..\..\@core\ui-kit\shadcn-ui\src'; |
| | | import { VbenIconButton } from '../../../../@core/ui-kit/shadcn-ui/src'; |
| | | |
| | | defineOptions({ |
| | | name: 'AuthenticationColorToggle', |