@cedarjs/cli-helpers 4.0.0-canary.13773 → 4.0.0-canary.13775
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/cjs/lib/colors.d.ts +7 -5
- package/dist/cjs/lib/colors.d.ts.map +1 -1
- package/dist/lib/colors.d.ts +7 -5
- package/dist/lib/colors.d.ts.map +1 -1
- package/dist/src/lib/colors.d.ts +7 -5
- package/dist/src/lib/colors.d.ts.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +5 -5
package/dist/cjs/lib/colors.d.ts
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
3
|
-
*
|
|
4
|
-
*
|
|
5
|
-
*
|
|
6
|
-
*
|
|
2
|
+
* Canonical color/style palette for all Cedar CLI packages.
|
|
3
|
+
*
|
|
4
|
+
* Import from here rather than defining local copies:
|
|
5
|
+
* import { colors } from '@cedarjs/cli-helpers'
|
|
6
|
+
*
|
|
7
|
+
* If you need a color that isn't here, add it here rather than
|
|
8
|
+
* introducing a one-off in another package.
|
|
7
9
|
*/
|
|
8
10
|
export declare const colors: {
|
|
9
11
|
error: import("ansis").Ansis;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"colors.d.ts","sourceRoot":"","sources":["../../../src/lib/colors.ts"],"names":[],"mappings":"AAEA
|
|
1
|
+
{"version":3,"file":"colors.d.ts","sourceRoot":"","sources":["../../../src/lib/colors.ts"],"names":[],"mappings":"AAEA;;;;;;;;GAQG;AACH,eAAO,MAAM,MAAM;;;;;;;;;;;;;CAalB,CAAA"}
|
package/dist/lib/colors.d.ts
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
3
|
-
*
|
|
4
|
-
*
|
|
5
|
-
*
|
|
6
|
-
*
|
|
2
|
+
* Canonical color/style palette for all Cedar CLI packages.
|
|
3
|
+
*
|
|
4
|
+
* Import from here rather than defining local copies:
|
|
5
|
+
* import { colors } from '@cedarjs/cli-helpers'
|
|
6
|
+
*
|
|
7
|
+
* If you need a color that isn't here, add it here rather than
|
|
8
|
+
* introducing a one-off in another package.
|
|
7
9
|
*/
|
|
8
10
|
export declare const colors: {
|
|
9
11
|
error: import("ansis").Ansis;
|
package/dist/lib/colors.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"colors.d.ts","sourceRoot":"","sources":["../../src/lib/colors.ts"],"names":[],"mappings":"AAEA
|
|
1
|
+
{"version":3,"file":"colors.d.ts","sourceRoot":"","sources":["../../src/lib/colors.ts"],"names":[],"mappings":"AAEA;;;;;;;;GAQG;AACH,eAAO,MAAM,MAAM;;;;;;;;;;;;;CAalB,CAAA"}
|
package/dist/src/lib/colors.d.ts
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
3
|
-
*
|
|
4
|
-
*
|
|
5
|
-
*
|
|
6
|
-
*
|
|
2
|
+
* Canonical color/style palette for all Cedar CLI packages.
|
|
3
|
+
*
|
|
4
|
+
* Import from here rather than defining local copies:
|
|
5
|
+
* import { colors } from '@cedarjs/cli-helpers'
|
|
6
|
+
*
|
|
7
|
+
* If you need a color that isn't here, add it here rather than
|
|
8
|
+
* introducing a one-off in another package.
|
|
7
9
|
*/
|
|
8
10
|
export declare const colors: {
|
|
9
11
|
error: import("ansis").Ansis;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"colors.d.ts","sourceRoot":"","sources":["../../../src/lib/colors.ts"],"names":[],"mappings":"AAEA
|
|
1
|
+
{"version":3,"file":"colors.d.ts","sourceRoot":"","sources":["../../../src/lib/colors.ts"],"names":[],"mappings":"AAEA;;;;;;;;GAQG;AACH,eAAO,MAAM,MAAM;;;;;;;;;;;;;CAalB,CAAA"}
|