@tamagui/normalize-css-color 1.121.11 → 1.121.12

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.
@@ -29,13 +29,13 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
29
29
  __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
30
30
  value: !0
31
31
  }), mod);
32
- var src_exports = {};
33
- __export(src_exports, {
34
- default: () => src_default,
32
+ var index_exports = {};
33
+ __export(index_exports, {
34
+ default: () => index_default,
35
35
  normalizeCSSColor: () => normalizeCSSColor,
36
36
  rgba: () => rgba
37
37
  });
38
- module.exports = __toCommonJS(src_exports);
38
+ module.exports = __toCommonJS(index_exports);
39
39
  var normalizeColor = __toESM(require("@react-native/normalize-color"));
40
40
  const norm = normalizeColor.default || normalizeColor,
41
41
  normalizeCSSColor = norm;
@@ -51,4 +51,4 @@ function rgba(colorInt) {
51
51
  a
52
52
  };
53
53
  }
54
- var src_default = normalizeCSSColor;
54
+ var index_default = normalizeCSSColor;
package/dist/cjs/index.js CHANGED
@@ -20,13 +20,13 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
20
20
  isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: !0 }) : target,
21
21
  mod
22
22
  )), __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
23
- var src_exports = {};
24
- __export(src_exports, {
25
- default: () => src_default,
23
+ var index_exports = {};
24
+ __export(index_exports, {
25
+ default: () => index_default,
26
26
  normalizeCSSColor: () => normalizeCSSColor,
27
27
  rgba: () => rgba
28
28
  });
29
- module.exports = __toCommonJS(src_exports);
29
+ module.exports = __toCommonJS(index_exports);
30
30
  var normalizeColor = __toESM(require("@react-native/normalize-color"));
31
31
  const norm = normalizeColor.default || normalizeColor, normalizeCSSColor = norm;
32
32
  function rgba(colorInt) {
@@ -38,5 +38,5 @@ function rgba(colorInt) {
38
38
  a
39
39
  };
40
40
  }
41
- var src_default = normalizeCSSColor;
41
+ var index_default = normalizeCSSColor;
42
42
  //# sourceMappingURL=index.js.map
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../src/index.ts"],
4
- "mappings": ";;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,qBAAgC;AAGhC,MAAM,OAAO,eAAe,WAAW,gBAC1B,oBAAoB;AAE1B,SAAS,KAAK,UAAkB;AACrC,QAAM,IAAI,KAAK,OAAO,WAAW,gBAAgB,EAAE,GAC7C,IAAI,KAAK,OAAO,WAAW,cAAgB,EAAE,GAC7C,IAAI,KAAK,OAAO,WAAW,WAAgB,CAAC,GAC5C,MAAM,WAAW,SAAgB,KAAK;AAC5C,SAAO;AAAA,IACL;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,EACF;AACF;AAEA,IAAO,cAAQ;",
4
+ "mappings": ";;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,qBAAgC;AAGhC,MAAM,OAAO,eAAe,WAAW,gBAC1B,oBAAoB;AAE1B,SAAS,KAAK,UAAkB;AACrC,QAAM,IAAI,KAAK,OAAO,WAAW,gBAAgB,EAAE,GAC7C,IAAI,KAAK,OAAO,WAAW,cAAgB,EAAE,GAC7C,IAAI,KAAK,OAAO,WAAW,WAAgB,CAAC,GAC5C,MAAM,WAAW,SAAgB,KAAK;AAC5C,SAAO;AAAA,IACL;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,EACF;AACF;AAEA,IAAO,gBAAQ;",
5
5
  "names": []
6
6
  }
@@ -21,13 +21,13 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
21
21
  isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: !0 }) : target,
22
22
  mod
23
23
  )), __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
24
- var src_exports = {};
25
- __export(src_exports, {
26
- default: () => src_default,
24
+ var index_exports = {};
25
+ __export(index_exports, {
26
+ default: () => index_default,
27
27
  normalizeCSSColor: () => normalizeCSSColor,
28
28
  rgba: () => rgba
29
29
  });
30
- module.exports = __toCommonJS(src_exports);
30
+ module.exports = __toCommonJS(index_exports);
31
31
  var normalizeColor = __toESM(require("@react-native/normalize-color")), norm = normalizeColor.default || normalizeColor, normalizeCSSColor = norm;
32
32
  function rgba(colorInt) {
33
33
  var r = Math.round((colorInt & 4278190080) >>> 24), g = Math.round((colorInt & 16711680) >>> 16), b = Math.round((colorInt & 65280) >>> 8), a = ((colorInt & 255) >>> 0) / 255;
@@ -38,7 +38,7 @@ function rgba(colorInt) {
38
38
  a
39
39
  };
40
40
  }
41
- var src_default = normalizeCSSColor;
41
+ var index_default = normalizeCSSColor;
42
42
  // Annotate the CommonJS export names for ESM import in node:
43
43
  0 && (module.exports = {
44
44
  normalizeCSSColor,
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../src/Users/n8/tamagui/code/core/normalize-css-color/src/index.ts"],
4
- "mappings": ";;;;;;;;;;;;;;;;;;;;;;;AAAA;;;;;;;qBAAgC,mDAG1BA,OAAOC,eAAeC,WAAWD,gBAC1BE,oBAAoBH;AAE1B,SAASI,KAAKC,UAAgB;AACnC,MAAMC,IAAIC,KAAKC,OAAOH,WAAW,gBAAgB,EAAA,GAC3CI,IAAIF,KAAKC,OAAOH,WAAW,cAAgB,EAAA,GAC3CK,IAAIH,KAAKC,OAAOH,WAAW,WAAgB,CAAA,GAC3CM,MAAMN,WAAW,SAAgB,KAAK;AAC5C,SAAO;IACLC;IACAG;IACAC;IACAC;EACF;AACF;AAEA,IAAA,cAAeR;",
4
+ "mappings": ";;;;;;;;;;;;;;;;;;;;;;;AAAA;;;;;;;qBAAgC,mDAG1BA,OAAOC,eAAeC,WAAWD,gBAC1BE,oBAAoBH;AAE1B,SAASI,KAAKC,UAAgB;AACnC,MAAMC,IAAIC,KAAKC,OAAOH,WAAW,gBAAgB,EAAA,GAC3CI,IAAIF,KAAKC,OAAOH,WAAW,cAAgB,EAAA,GAC3CK,IAAIH,KAAKC,OAAOH,WAAW,WAAgB,CAAA,GAC3CM,MAAMN,WAAW,SAAgB,KAAK;AAC5C,SAAO;IACLC;IACAG;IACAC;IACAC;EACF;AACF;AAEA,IAAA,gBAAeR;",
5
5
  "names": ["norm", "normalizeColor", "default", "normalizeCSSColor", "rgba", "colorInt", "r", "Math", "round", "g", "b", "a"]
6
6
  }
package/dist/esm/index.js CHANGED
@@ -9,9 +9,9 @@ function rgba(colorInt) {
9
9
  a
10
10
  };
11
11
  }
12
- var src_default = normalizeCSSColor;
12
+ var index_default = normalizeCSSColor;
13
13
  export {
14
- src_default as default,
14
+ index_default as default,
15
15
  normalizeCSSColor,
16
16
  rgba
17
17
  };
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../src/index.ts"],
4
- "mappings": "AAAA,YAAY,oBAAoB;AAGhC,MAAM,OAAO,eAAe,WAAW,gBAC1B,oBAAoB;AAE1B,SAAS,KAAK,UAAkB;AACrC,QAAM,IAAI,KAAK,OAAO,WAAW,gBAAgB,EAAE,GAC7C,IAAI,KAAK,OAAO,WAAW,cAAgB,EAAE,GAC7C,IAAI,KAAK,OAAO,WAAW,WAAgB,CAAC,GAC5C,MAAM,WAAW,SAAgB,KAAK;AAC5C,SAAO;AAAA,IACL;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,EACF;AACF;AAEA,IAAO,cAAQ;",
4
+ "mappings": "AAAA,YAAY,oBAAoB;AAGhC,MAAM,OAAO,eAAe,WAAW,gBAC1B,oBAAoB;AAE1B,SAAS,KAAK,UAAkB;AACrC,QAAM,IAAI,KAAK,OAAO,WAAW,gBAAgB,EAAE,GAC7C,IAAI,KAAK,OAAO,WAAW,cAAgB,EAAE,GAC7C,IAAI,KAAK,OAAO,WAAW,WAAgB,CAAC,GAC5C,MAAM,WAAW,SAAgB,KAAK;AAC5C,SAAO;AAAA,IACL;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,EACF;AACF;AAEA,IAAO,gBAAQ;",
5
5
  "names": []
6
6
  }
@@ -13,6 +13,6 @@ function rgba(colorInt) {
13
13
  a
14
14
  };
15
15
  }
16
- var src_default = normalizeCSSColor;
17
- export { src_default as default, normalizeCSSColor, rgba };
16
+ var index_default = normalizeCSSColor;
17
+ export { index_default as default, normalizeCSSColor, rgba };
18
18
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"names":["normalizeColor","norm","default","normalizeCSSColor","rgba","colorInt","r","Math","round","g","b","a","src_default"],"sources":["../../src/index.ts"],"sourcesContent":[null],"mappings":"AAAA,YAAYA,cAAA,MAAoB;AAGhC,MAAMC,IAAA,GAAOD,cAAA,CAAeE,OAAA,IAAWF,cAAA;EAC1BG,iBAAA,GAAoBF,IAAA;AAE1B,SAASG,KAAKC,QAAA,EAAkB;EACrC,MAAMC,CAAA,GAAIC,IAAA,CAAKC,KAAA,EAAOH,QAAA,GAAW,gBAAgB,EAAE;IAC7CI,CAAA,GAAIF,IAAA,CAAKC,KAAA,EAAOH,QAAA,GAAW,cAAgB,EAAE;IAC7CK,CAAA,GAAIH,IAAA,CAAKC,KAAA,EAAOH,QAAA,GAAW,WAAgB,CAAC;IAC5CM,CAAA,KAAMN,QAAA,GAAW,SAAgB,KAAK;EAC5C,OAAO;IACLC,CAAA;IACAG,CAAA;IACAC,CAAA;IACAC;EACF;AACF;AAEA,IAAOC,WAAA,GAAQT,iBAAA","ignoreList":[]}
1
+ {"version":3,"names":["normalizeColor","norm","default","normalizeCSSColor","rgba","colorInt","r","Math","round","g","b","a","index_default"],"sources":["../../src/index.ts"],"sourcesContent":[null],"mappings":"AAAA,YAAYA,cAAA,MAAoB;AAGhC,MAAMC,IAAA,GAAOD,cAAA,CAAeE,OAAA,IAAWF,cAAA;EAC1BG,iBAAA,GAAoBF,IAAA;AAE1B,SAASG,KAAKC,QAAA,EAAkB;EACrC,MAAMC,CAAA,GAAIC,IAAA,CAAKC,KAAA,EAAOH,QAAA,GAAW,gBAAgB,EAAE;IAC7CI,CAAA,GAAIF,IAAA,CAAKC,KAAA,EAAOH,QAAA,GAAW,cAAgB,EAAE;IAC7CK,CAAA,GAAIH,IAAA,CAAKC,KAAA,EAAOH,QAAA,GAAW,WAAgB,CAAC;IAC5CM,CAAA,KAAMN,QAAA,GAAW,SAAgB,KAAK;EAC5C,OAAO;IACLC,CAAA;IACAG,CAAA;IACAC,CAAA;IACAC;EACF;AACF;AAEA,IAAOC,aAAA,GAAQT,iBAAA","ignoreList":[]}
@@ -9,9 +9,9 @@ function rgba(colorInt) {
9
9
  a
10
10
  };
11
11
  }
12
- var src_default = normalizeCSSColor;
12
+ var index_default = normalizeCSSColor;
13
13
  export {
14
- src_default as default,
14
+ index_default as default,
15
15
  normalizeCSSColor,
16
16
  rgba
17
17
  };
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../src/Users/n8/tamagui/code/core/normalize-css-color/src/index.ts"],
4
- "mappings": "AAAA,YAAYA,oBAAoB;AAGhC,IAAMC,OAAOD,eAAeE,WAAWF,gBAC1BG,oBAAoBF;AAE1B,SAASG,KAAKC,UAAgB;AACnC,MAAMC,IAAIC,KAAKC,OAAOH,WAAW,gBAAgB,EAAA,GAC3CI,IAAIF,KAAKC,OAAOH,WAAW,cAAgB,EAAA,GAC3CK,IAAIH,KAAKC,OAAOH,WAAW,WAAgB,CAAA,GAC3CM,MAAMN,WAAW,SAAgB,KAAK;AAC5C,SAAO;IACLC;IACAG;IACAC;IACAC;EACF;AACF;AAEA,IAAA,cAAeR;",
4
+ "mappings": "AAAA,YAAYA,oBAAoB;AAGhC,IAAMC,OAAOD,eAAeE,WAAWF,gBAC1BG,oBAAoBF;AAE1B,SAASG,KAAKC,UAAgB;AACnC,MAAMC,IAAIC,KAAKC,OAAOH,WAAW,gBAAgB,EAAA,GAC3CI,IAAIF,KAAKC,OAAOH,WAAW,cAAgB,EAAA,GAC3CK,IAAIH,KAAKC,OAAOH,WAAW,WAAgB,CAAA,GAC3CM,MAAMN,WAAW,SAAgB,KAAK;AAC5C,SAAO;IACLC;IACAG;IACAC;IACAC;EACF;AACF;AAEA,IAAA,gBAAeR;",
5
5
  "names": ["normalizeColor", "norm", "default", "normalizeCSSColor", "rgba", "colorInt", "r", "Math", "round", "g", "b", "a"]
6
6
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/normalize-css-color",
3
- "version": "1.121.11",
3
+ "version": "1.121.12",
4
4
  "sideEffects": [
5
5
  "*.css"
6
6
  ],
@@ -23,7 +23,7 @@
23
23
  "@react-native/normalize-color": "^2.1.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@tamagui/build": "1.121.11"
26
+ "@tamagui/build": "1.121.12"
27
27
  },
28
28
  "exports": {
29
29
  "./package.json": "./package.json",