@yamada-ui/cli 0.8.2 → 0.9.0

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/utils/cli.js CHANGED
@@ -17461,7 +17461,7 @@ function updateNotifier(options) {
17461
17461
  // package.json
17462
17462
  var package_default = {
17463
17463
  name: "@yamada-ui/cli",
17464
- version: "0.8.2",
17464
+ version: "0.9.0",
17465
17465
  description: "Generate theme tokens for autocomplete",
17466
17466
  keywords: [
17467
17467
  "theme",
@@ -17502,6 +17502,7 @@ var package_default = {
17502
17502
  typecheck: " tsc --noEmit"
17503
17503
  },
17504
17504
  dependencies: {
17505
+ "@clack/prompts": "^0.7.0",
17505
17506
  "bundle-n-require": "^1.0.1",
17506
17507
  chokidar: "^3.5.3",
17507
17508
  "cli-check-node": "^1.3.4",
@@ -17515,7 +17516,7 @@ var package_default = {
17515
17516
  devDependencies: {
17516
17517
  "@types/cli-welcome": "^2.2.2",
17517
17518
  "@types/update-notifier": "6.0.8",
17518
- ora: "^7.0.1",
17519
+ chalk: "^5.3.0",
17519
17520
  "update-notifier": "^7.0.0"
17520
17521
  }
17521
17522
  };
@@ -17528,7 +17529,7 @@ var initCLI = async () => {
17528
17529
  title: "Yamada UI CLI",
17529
17530
  tagLine: `by Yamada UI
17530
17531
  ${package_default.description}`,
17531
- bgColor: `#49b657`,
17532
+ bgColor: `#3cc360`,
17532
17533
  color: `#FFFFFF`,
17533
17534
  bold: true,
17534
17535
  clear: false,
@@ -17487,7 +17487,7 @@ function updateNotifier(options) {
17487
17487
  // package.json
17488
17488
  var package_default = {
17489
17489
  name: "@yamada-ui/cli",
17490
- version: "0.8.2",
17490
+ version: "0.9.0",
17491
17491
  description: "Generate theme tokens for autocomplete",
17492
17492
  keywords: [
17493
17493
  "theme",
@@ -17528,6 +17528,7 @@ var package_default = {
17528
17528
  typecheck: " tsc --noEmit"
17529
17529
  },
17530
17530
  dependencies: {
17531
+ "@clack/prompts": "^0.7.0",
17531
17532
  "bundle-n-require": "^1.0.1",
17532
17533
  chokidar: "^3.5.3",
17533
17534
  "cli-check-node": "^1.3.4",
@@ -17541,7 +17542,7 @@ var package_default = {
17541
17542
  devDependencies: {
17542
17543
  "@types/cli-welcome": "^2.2.2",
17543
17544
  "@types/update-notifier": "6.0.8",
17544
- ora: "^7.0.1",
17545
+ chalk: "^5.3.0",
17545
17546
  "update-notifier": "^7.0.0"
17546
17547
  }
17547
17548
  };
@@ -17554,7 +17555,7 @@ var initCLI = async () => {
17554
17555
  title: "Yamada UI CLI",
17555
17556
  tagLine: `by Yamada UI
17556
17557
  ${package_default.description}`,
17557
- bgColor: `#49b657`,
17558
+ bgColor: `#3cc360`,
17558
17559
  color: `#FFFFFF`,
17559
17560
  bold: true,
17560
17561
  clear: false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yamada-ui/cli",
3
- "version": "0.8.2",
3
+ "version": "0.9.0",
4
4
  "description": "Generate theme tokens for autocomplete",
5
5
  "keywords": [
6
6
  "theme",
@@ -35,6 +35,7 @@
35
35
  "yamada-cli": "bin/index.js"
36
36
  },
37
37
  "dependencies": {
38
+ "@clack/prompts": "^0.7.0",
38
39
  "bundle-n-require": "^1.0.1",
39
40
  "chokidar": "^3.5.3",
40
41
  "cli-check-node": "^1.3.4",
@@ -48,7 +49,7 @@
48
49
  "devDependencies": {
49
50
  "@types/cli-welcome": "^2.2.2",
50
51
  "@types/update-notifier": "6.0.8",
51
- "ora": "^7.0.1",
52
+ "chalk": "^5.3.0",
52
53
  "update-notifier": "^7.0.0"
53
54
  },
54
55
  "scripts": {