@cedarjs/cli-storybook-vite 0.5.1-next.0 → 0.6.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.
@@ -1,4 +1,3 @@
1
- import chalk from 'chalk';
2
1
  /**
3
2
  * To keep a consistent color/style palette between cli packages, such as
4
3
  * \@redwood/cli and \@redwood/create-cedar-app, please keep them compatible
@@ -11,12 +10,12 @@ import chalk from 'chalk';
11
10
  * - packages/create-cedar-app/src/create-cedar-app.js
12
11
  */
13
12
  declare const _default: {
14
- error: chalk.Chalk;
15
- warning: chalk.Chalk;
16
- green: chalk.Chalk;
17
- info: chalk.Chalk;
18
- bold: chalk.Chalk;
19
- underline: chalk.Chalk;
13
+ error: import("ansis").Ansis;
14
+ warning: import("ansis").Ansis;
15
+ green: import("ansis").Ansis;
16
+ info: import("ansis").Ansis;
17
+ bold: import("ansis").Ansis;
18
+ underline: import("ansis").Ansis;
20
19
  };
21
20
  export default _default;
22
21
  //# sourceMappingURL=colors.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"colors.d.ts","sourceRoot":"","sources":["../../src/lib/colors.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB;;;;;;;;;;GAUG;;;;;;;;;AACH,wBAOC"}
1
+ {"version":3,"file":"colors.d.ts","sourceRoot":"","sources":["../../src/lib/colors.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;;;;;;;;;AACH,wBAOC"}
@@ -31,12 +31,12 @@ __export(colors_exports, {
31
31
  default: () => colors_default
32
32
  });
33
33
  module.exports = __toCommonJS(colors_exports);
34
- var import_chalk = __toESM(require("chalk"));
34
+ var import_ansis = __toESM(require("ansis"));
35
35
  var colors_default = {
36
- error: import_chalk.default.bold.red,
37
- warning: import_chalk.default.keyword("orange"),
38
- green: import_chalk.default.green,
39
- info: import_chalk.default.grey,
40
- bold: import_chalk.default.bold,
41
- underline: import_chalk.default.underline
36
+ error: import_ansis.default.bold.red,
37
+ warning: import_ansis.default.hex("#ffa500"),
38
+ green: import_ansis.default.green,
39
+ info: import_ansis.default.gray,
40
+ bold: import_ansis.default.bold,
41
+ underline: import_ansis.default.underline
42
42
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/cli-storybook-vite",
3
- "version": "0.5.1-next.0+9c48e99f3",
3
+ "version": "0.6.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/cedarjs/cedar.git",
@@ -22,20 +22,20 @@
22
22
  "test:unit": "vitest run"
23
23
  },
24
24
  "dependencies": {
25
- "@cedarjs/cli-helpers": "0.5.1-next.0+9c48e99f3",
26
- "@cedarjs/project-config": "0.5.1-next.0+9c48e99f3",
27
- "@cedarjs/telemetry": "0.5.1-next.0+9c48e99f3",
28
- "chalk": "4.1.2",
25
+ "@cedarjs/cli-helpers": "0.6.0",
26
+ "@cedarjs/project-config": "0.6.0",
27
+ "@cedarjs/telemetry": "0.6.0",
28
+ "ansis": "4.1.0",
29
29
  "execa": "5.1.1",
30
30
  "semver": "7.6.3",
31
31
  "storybook": "7.6.20",
32
- "storybook-framework-cedarjs": "0.5.1-next.0+9c48e99f3",
32
+ "storybook-framework-cedarjs": "0.6.0",
33
33
  "termi-link": "1.1.0",
34
34
  "vitest": "3.2.4",
35
35
  "yargs": "17.7.2"
36
36
  },
37
37
  "devDependencies": {
38
- "@cedarjs/framework-tools": "0.5.0",
38
+ "@cedarjs/framework-tools": "0.6.0",
39
39
  "@types/semver": "^7",
40
40
  "@types/yargs": "17.0.33",
41
41
  "tsx": "4.20.3",
@@ -44,5 +44,5 @@
44
44
  "publishConfig": {
45
45
  "access": "public"
46
46
  },
47
- "gitHead": "9c48e99f37468ae011bc39c5d405044ccef0e77c"
47
+ "gitHead": "dbb79eb24110276fc52803bb3874acd62b76f7c8"
48
48
  }