diff --git a/src/module.ts b/src/module.ts index e36718cf..b1c01883 100644 --- a/src/module.ts +++ b/src/module.ts @@ -3,7 +3,7 @@ import { defineNuxtModule, installModule, addComponentsDir, addImportsDir, creat import { name, version } from '../package.json' import createTemplates from './templates' import * as config from './runtime/ui.config' -import type { DeepPartial, Strategy } from './runtime/types/utils' +import type { DeepPartial, Strategy } from './runtime/types' import installTailwind from './tailwind' const _require = createRequire(import.meta.url) diff --git a/src/runtime/types/accordion.ts b/src/runtime/types/accordion.d.ts similarity index 100% rename from src/runtime/types/accordion.ts rename to src/runtime/types/accordion.d.ts diff --git a/src/runtime/types/alert.ts b/src/runtime/types/alert.d.ts similarity index 100% rename from src/runtime/types/alert.ts rename to src/runtime/types/alert.d.ts diff --git a/src/runtime/types/avatar.ts b/src/runtime/types/avatar.d.ts similarity index 100% rename from src/runtime/types/avatar.ts rename to src/runtime/types/avatar.d.ts diff --git a/src/runtime/types/badge.ts b/src/runtime/types/badge.d.ts similarity index 100% rename from src/runtime/types/badge.ts rename to src/runtime/types/badge.d.ts diff --git a/src/runtime/types/breadcrumb.ts b/src/runtime/types/breadcrumb.d.ts similarity index 100% rename from src/runtime/types/breadcrumb.ts rename to src/runtime/types/breadcrumb.d.ts diff --git a/src/runtime/types/button.ts b/src/runtime/types/button.d.ts similarity index 100% rename from src/runtime/types/button.ts rename to src/runtime/types/button.d.ts diff --git a/src/runtime/types/chip.ts b/src/runtime/types/chip.d.ts similarity index 100% rename from src/runtime/types/chip.ts rename to src/runtime/types/chip.d.ts diff --git a/src/runtime/types/clipboard.ts b/src/runtime/types/clipboard.d.ts similarity index 100% rename from src/runtime/types/clipboard.ts rename to src/runtime/types/clipboard.d.ts diff --git a/src/runtime/types/command-palette.ts b/src/runtime/types/command-palette.d.ts similarity index 100% rename from src/runtime/types/command-palette.ts rename to src/runtime/types/command-palette.d.ts diff --git a/src/runtime/types/component.ts b/src/runtime/types/component.d.ts similarity index 100% rename from src/runtime/types/component.ts rename to src/runtime/types/component.d.ts diff --git a/src/runtime/types/divider.ts b/src/runtime/types/divider.d.ts similarity index 100% rename from src/runtime/types/divider.ts rename to src/runtime/types/divider.d.ts diff --git a/src/runtime/types/dropdown.ts b/src/runtime/types/dropdown.d.ts similarity index 100% rename from src/runtime/types/dropdown.ts rename to src/runtime/types/dropdown.d.ts diff --git a/src/runtime/types/form-group.ts b/src/runtime/types/form-group.d.ts similarity index 100% rename from src/runtime/types/form-group.ts rename to src/runtime/types/form-group.d.ts diff --git a/src/runtime/types/form.ts b/src/runtime/types/form.d.ts similarity index 100% rename from src/runtime/types/form.ts rename to src/runtime/types/form.d.ts diff --git a/src/runtime/types/horizontal-navigation.ts b/src/runtime/types/horizontal-navigation.d.ts similarity index 100% rename from src/runtime/types/horizontal-navigation.ts rename to src/runtime/types/horizontal-navigation.d.ts diff --git a/src/runtime/types/input.ts b/src/runtime/types/input.d.ts similarity index 100% rename from src/runtime/types/input.ts rename to src/runtime/types/input.d.ts diff --git a/src/runtime/types/kbd.ts b/src/runtime/types/kbd.d.ts similarity index 100% rename from src/runtime/types/kbd.ts rename to src/runtime/types/kbd.d.ts diff --git a/src/runtime/types/link.ts b/src/runtime/types/link.d.ts similarity index 100% rename from src/runtime/types/link.ts rename to src/runtime/types/link.d.ts diff --git a/src/runtime/types/meter.ts b/src/runtime/types/meter.d.ts similarity index 100% rename from src/runtime/types/meter.ts rename to src/runtime/types/meter.d.ts diff --git a/src/runtime/types/modal.ts b/src/runtime/types/modal.d.ts similarity index 100% rename from src/runtime/types/modal.ts rename to src/runtime/types/modal.d.ts diff --git a/src/runtime/types/notification.ts b/src/runtime/types/notification.d.ts similarity index 100% rename from src/runtime/types/notification.ts rename to src/runtime/types/notification.d.ts diff --git a/src/runtime/types/popper.ts b/src/runtime/types/popper.d.ts similarity index 100% rename from src/runtime/types/popper.ts rename to src/runtime/types/popper.d.ts diff --git a/src/runtime/types/progress.ts b/src/runtime/types/progress.d.ts similarity index 100% rename from src/runtime/types/progress.ts rename to src/runtime/types/progress.d.ts diff --git a/src/runtime/types/range.ts b/src/runtime/types/range.d.ts similarity index 100% rename from src/runtime/types/range.ts rename to src/runtime/types/range.d.ts diff --git a/src/runtime/types/select.ts b/src/runtime/types/select.d.ts similarity index 100% rename from src/runtime/types/select.ts rename to src/runtime/types/select.d.ts diff --git a/src/runtime/types/slideover.ts b/src/runtime/types/slideover.d.ts similarity index 100% rename from src/runtime/types/slideover.ts rename to src/runtime/types/slideover.d.ts diff --git a/src/runtime/types/tabs.ts b/src/runtime/types/tabs.d.ts similarity index 100% rename from src/runtime/types/tabs.ts rename to src/runtime/types/tabs.d.ts diff --git a/src/runtime/types/textarea.ts b/src/runtime/types/textarea.d.ts similarity index 100% rename from src/runtime/types/textarea.ts rename to src/runtime/types/textarea.d.ts diff --git a/src/runtime/types/toggle.ts b/src/runtime/types/toggle.d.ts similarity index 100% rename from src/runtime/types/toggle.ts rename to src/runtime/types/toggle.d.ts diff --git a/src/runtime/types/tooltip.ts b/src/runtime/types/tooltip.d.ts similarity index 100% rename from src/runtime/types/tooltip.ts rename to src/runtime/types/tooltip.d.ts diff --git a/src/runtime/types/utils.ts b/src/runtime/types/utils.d.ts similarity index 100% rename from src/runtime/types/utils.ts rename to src/runtime/types/utils.d.ts diff --git a/src/runtime/types/vertical-navigation.ts b/src/runtime/types/vertical-navigation.d.ts similarity index 100% rename from src/runtime/types/vertical-navigation.ts rename to src/runtime/types/vertical-navigation.d.ts