shadcn-svelte 0.3.6 → 0.3.8

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 CHANGED
@@ -4764,7 +4764,7 @@ async function resolveImport(importPath, config) {
4764
4764
  // src/utils/get-config.ts
4765
4765
  var DEFAULT_COMPONENTS = "$lib/components";
4766
4766
  var DEFAULT_UTILS = "$lib/utils";
4767
- var DEFAULT_TAILWIND_CSS = "src/app.postcss";
4767
+ var DEFAULT_TAILWIND_CSS = "src/app.pcss";
4768
4768
  var DEFAULT_TAILWIND_CONFIG = "tailwind.config.cjs";
4769
4769
  var rawConfigSchema = z.object({
4770
4770
  $schema: z.string().optional(),
@@ -6448,7 +6448,7 @@ var init2 = new Command2().command("init").description("Configure your SvelteKit
6448
6448
  {
6449
6449
  type: "confirm",
6450
6450
  name: "proceed",
6451
- message: "Running this command will install dependencies and overwrite your existing tailwind.config.[cjs|js|ts] & app.postcss file. Proceed?",
6451
+ message: "Running this command will install dependencies and overwrite your existing tailwind.config.[cjs|js|ts] & app.pcss file. Proceed?",
6452
6452
  initial: true
6453
6453
  }
6454
6454
  ]);