@srcroot/ui 0.0.36 → 0.0.37

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -6
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -354,13 +354,9 @@ Manually run: ${cfg.packageManager} ${cfg.installCmd} ${deps.join(" ")}`);
354
354
  }
355
355
  }
356
356
  printSuccess() {
357
- const cfg = this.config;
358
357
  logger.success("\n\u2705 Project initialized successfully!\n");
359
- console.log(`Theme: ${cfg.selectedTheme}`);
360
- console.log(`Tailwind: ${cfg.isTailwind4 ? "v4" : "v3"}`);
361
- console.log("\n\u2728 Next steps:");
362
- console.log(" 1. npx @srcroot/ui add button");
363
- console.log(" 2. npx @srcroot/ui add --all");
358
+ console.log("\u2728 Next steps:");
359
+ console.log(" 1. npx @srcroot/ui add --all");
364
360
  console.log();
365
361
  }
366
362
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@srcroot/ui",
3
- "version": "0.0.36",
3
+ "version": "0.0.37",
4
4
  "description": "A UI library with polymorphic, accessible React components",
5
5
  "type": "module",
6
6
  "bin": {