shadcn-svelte 0.8.2 → 0.8.3
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.
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5506,7 +5506,7 @@ async function resolveImport(importPath, config) {
|
|
|
5506
5506
|
|
|
5507
5507
|
// src/utils/get-config.ts
|
|
5508
5508
|
var DEFAULT_COMPONENTS = "$lib/components";
|
|
5509
|
-
var DEFAULT_UTILS = "$lib/utils
|
|
5509
|
+
var DEFAULT_UTILS = "$lib/utils";
|
|
5510
5510
|
var DEFAULT_TAILWIND_CSS = "src/app.pcss";
|
|
5511
5511
|
var DEFAULT_TAILWIND_CONFIG = "tailwind.config.cjs";
|
|
5512
5512
|
var DEFAULT_TYPESCRIPT = true;
|
|
@@ -7572,7 +7572,7 @@ The ${logger.highlight(
|
|
|
7572
7572
|
files2.map((file) => chalk5.white(`- ${path12.relative(cwd, file)}`)).join("\n")
|
|
7573
7573
|
);
|
|
7574
7574
|
}
|
|
7575
|
-
if (Object.keys(componentsToRemove)) {
|
|
7575
|
+
if (Object.keys(componentsToRemove).length > 0) {
|
|
7576
7576
|
logger.warn("\nYou may want to remove them.");
|
|
7577
7577
|
}
|
|
7578
7578
|
} catch (e) {
|