@tamagui/cli-color 2.0.0-rc.30 → 2.0.0-rc.32

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,2 +1,3 @@
1
- $ tamagui-build
2
- built @tamagui/cli-color in 2941 ms
1
+
2
+ $ tamagui-build --skip-types
3
+ built @tamagui/cli-color in 208 ms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/cli-color",
3
- "version": "2.0.0-rc.30",
3
+ "version": "2.0.0-rc.32",
4
4
  "type": "module",
5
5
  "main": "dist/cjs",
6
6
  "module": "dist/esm",
@@ -27,6 +27,6 @@
27
27
  "clean:build": "tamagui-build clean:build"
28
28
  },
29
29
  "devDependencies": {
30
- "@tamagui/build": "2.0.0-rc.30"
30
+ "@tamagui/build": "2.0.0-rc.32"
31
31
  }
32
32
  }
package/dist/cjs/index.js DELETED
@@ -1,58 +0,0 @@
1
- var __defProp = Object.defineProperty;
2
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
- var __getOwnPropNames = Object.getOwnPropertyNames;
4
- var __hasOwnProp = Object.prototype.hasOwnProperty;
5
- var __export = (target, all) => {
6
- for (var name in all) __defProp(target, name, {
7
- get: all[name],
8
- enumerable: !0
9
- });
10
- },
11
- __copyProps = (to, from, except, desc) => {
12
- if (from && typeof from == "object" || typeof from == "function") for (let key of __getOwnPropNames(from)) !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, {
13
- get: () => from[key],
14
- enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
15
- });
16
- return to;
17
- };
18
- var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
19
- value: !0
20
- }), mod);
21
- var index_exports = {};
22
- __export(index_exports, {
23
- Color: () => Color,
24
- colorLog: () => colorLog,
25
- colorString: () => colorString
26
- });
27
- module.exports = __toCommonJS(index_exports);
28
- const Color = {
29
- Reset: "\x1B[0m",
30
- Bright: "\x1B[1m",
31
- Dim: "\x1B[2m",
32
- Underscore: "\x1B[4m",
33
- Blink: "\x1B[5m",
34
- Reverse: "\x1B[7m",
35
- Hidden: "\x1B[8m",
36
- FgBlack: "\x1B[30m",
37
- FgRed: "\x1B[31m",
38
- FgGreen: "\x1B[32m",
39
- FgYellow: "\x1B[33m",
40
- FgBlue: "\x1B[34m",
41
- FgMagenta: "\x1B[35m",
42
- FgCyan: "\x1B[36m",
43
- FgWhite: "\x1B[37m",
44
- BgBlack: "\x1B[40m",
45
- BgRed: "\x1B[41m",
46
- BgGreen: "\x1B[42m",
47
- BgYellow: "\x1B[43m",
48
- BgBlue: "\x1B[44m",
49
- BgMagenta: "\x1B[45m",
50
- BgCyan: "\x1B[46m",
51
- BgWhite: "\x1B[47m"
52
- };
53
- function colorString(color, string) {
54
- return `${color}${string}${Color.Reset}`;
55
- }
56
- function colorLog(color, ...args) {
57
- console.info(...args.map(it => typeof it == "string" ? colorString(color, it) : it));
58
- }
@@ -1,6 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/index.ts"],
4
- "mappings": ";;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAO,MAAM,QAAQ;AAAA,EACnB,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,KAAK;AAAA,EACL,YAAY;AAAA,EACZ,OAAO;AAAA,EACP,SAAS;AAAA,EACT,QAAQ;AAAA,EAER,SAAS;AAAA,EACT,OAAO;AAAA,EACP,SAAS;AAAA,EACT,UAAU;AAAA,EACV,QAAQ;AAAA,EACR,WAAW;AAAA,EACX,QAAQ;AAAA,EACR,SAAS;AAAA,EAET,SAAS;AAAA,EACT,OAAO;AAAA,EACP,SAAS;AAAA,EACT,UAAU;AAAA,EACV,QAAQ;AAAA,EACR,WAAW;AAAA,EACX,QAAQ;AAAA,EACR,SAAS;AACX;AAEO,SAAS,YAAY,OAAe,QAAgB;AACzD,SAAO,GAAG,KAAK,GAAG,MAAM,GAAG,MAAM,KAAK;AACxC;AAEO,SAAS,SAAS,UAAkB,MAAM;AAC/C,UAAQ;AAAA,IACN,GAAG,KAAK,IAAI,CAAC,OAAQ,OAAO,MAAO,WAAW,YAAY,OAAO,EAAE,IAAI,EAAG;AAAA,EAC5E;AACF;",
5
- "names": []
6
- }