@simpli-route/apollo-ds 0.1.47 → 0.1.48

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.
Files changed (98) hide show
  1. package/dist/index.cjs100.js +1 -1
  2. package/dist/index.cjs101.js +1 -1
  3. package/dist/index.cjs102.js +1 -1
  4. package/dist/index.cjs11.js +1 -1
  5. package/dist/index.cjs121.js +1 -1
  6. package/dist/index.cjs124.js +1 -1
  7. package/dist/index.cjs127.js +1 -1
  8. package/dist/index.cjs128.js +1 -1
  9. package/dist/index.cjs143.js +1 -1
  10. package/dist/index.cjs148.js +1 -1
  11. package/dist/index.cjs149.js +1 -1
  12. package/dist/index.cjs150.js +1 -1
  13. package/dist/index.cjs151.js +1 -1
  14. package/dist/index.cjs152.js +1 -1
  15. package/dist/index.cjs153.js +1 -1
  16. package/dist/index.cjs156.js +1 -1
  17. package/dist/index.cjs157.js +1 -1
  18. package/dist/index.cjs158.js +1 -1
  19. package/dist/index.cjs161.js +1 -1
  20. package/dist/index.cjs162.js +1 -1
  21. package/dist/index.cjs163.js +1 -1
  22. package/dist/index.cjs165.js +1 -1
  23. package/dist/index.cjs166.js +1 -1
  24. package/dist/index.cjs167.js +1 -1
  25. package/dist/index.cjs23.js +1 -1
  26. package/dist/index.cjs25.js +1 -1
  27. package/dist/index.cjs26.js +1 -1
  28. package/dist/index.cjs27.js +1 -1
  29. package/dist/index.cjs32.js +1 -1
  30. package/dist/index.cjs33.js +1 -1
  31. package/dist/index.cjs63.js +1 -1
  32. package/dist/index.cjs64.js +1 -1
  33. package/dist/index.cjs65.js +1 -1
  34. package/dist/index.cjs66.js +1 -1
  35. package/dist/index.cjs67.js +1 -1
  36. package/dist/index.cjs68.js +1 -1
  37. package/dist/index.cjs69.js +1 -1
  38. package/dist/index.cjs70.js +1 -1
  39. package/dist/index.cjs71.js +1 -1
  40. package/dist/index.cjs75.js +1 -1
  41. package/dist/index.cjs76.js +1 -1
  42. package/dist/index.cjs77.js +1 -1
  43. package/dist/index.cjs78.js +1 -1
  44. package/dist/index.cjs79.js +1 -1
  45. package/dist/index.cjs82.js +1 -1
  46. package/dist/index.cjs83.js +1 -1
  47. package/dist/index.cjs9.js +1 -1
  48. package/dist/index.cjs99.js +1 -1
  49. package/dist/index.es100.js +2 -30
  50. package/dist/index.es101.js +30 -2
  51. package/dist/index.es102.js +57 -2
  52. package/dist/index.es11.js +1 -1
  53. package/dist/index.es121.js +2 -2
  54. package/dist/index.es124.js +2 -2
  55. package/dist/index.es127.js +6 -6
  56. package/dist/index.es128.js +2 -2
  57. package/dist/index.es143.js +3 -3
  58. package/dist/index.es148.js +61 -10
  59. package/dist/index.es149.js +4 -61
  60. package/dist/index.es150.js +14 -4
  61. package/dist/index.es151.js +307 -10
  62. package/dist/index.es152.js +19 -304
  63. package/dist/index.es153.js +4 -26
  64. package/dist/index.es156.js +94 -4
  65. package/dist/index.es157.js +4 -94
  66. package/dist/index.es158.js +8 -2
  67. package/dist/index.es161.js +51 -4
  68. package/dist/index.es162.js +15 -47
  69. package/dist/index.es163.js +4 -19
  70. package/dist/index.es164.js +2 -2
  71. package/dist/index.es165.js +753 -4
  72. package/dist/index.es166.js +4 -753
  73. package/dist/index.es167.js +2 -2
  74. package/dist/index.es23.js +2 -2
  75. package/dist/index.es25.js +1 -1
  76. package/dist/index.es26.js +2 -2
  77. package/dist/index.es27.js +2 -2
  78. package/dist/index.es32.js +2 -2
  79. package/dist/index.es33.js +3 -3
  80. package/dist/index.es63.js +64 -162
  81. package/dist/index.es64.js +162 -64
  82. package/dist/index.es65.js +10 -101
  83. package/dist/index.es66.js +11 -12
  84. package/dist/index.es67.js +1 -1
  85. package/dist/index.es68.js +100 -87
  86. package/dist/index.es69.js +13 -13
  87. package/dist/index.es70.js +13 -10
  88. package/dist/index.es71.js +87 -11
  89. package/dist/index.es75.js +19 -10
  90. package/dist/index.es76.js +20 -10
  91. package/dist/index.es77.js +10 -45
  92. package/dist/index.es78.js +10 -19
  93. package/dist/index.es79.js +42 -17
  94. package/dist/index.es82.js +1 -1
  95. package/dist/index.es83.js +1 -1
  96. package/dist/index.es9.js +1 -1
  97. package/dist/index.es99.js +2 -57
  98. package/package.json +1 -1
@@ -1,4 +1,94 @@
1
- var a = {};
2
- export {
3
- a as __exports
4
- };
1
+ import { __exports as O } from "./index.es157.js";
2
+ import "./index.es165.js";
3
+ import { __exports as b } from "./index.es166.js";
4
+ (function(d) {
5
+ Object.defineProperty(d, "__esModule", {
6
+ value: !0
7
+ });
8
+ function S(r, s) {
9
+ for (var e in s)
10
+ Object.defineProperty(r, e, {
11
+ enumerable: !0,
12
+ get: s[e]
13
+ });
14
+ }
15
+ S(d, {
16
+ parseColor: function() {
17
+ return C;
18
+ },
19
+ formatColor: function() {
20
+ return H;
21
+ }
22
+ });
23
+ const p = /* @__PURE__ */ E(b);
24
+ function E(r) {
25
+ return r && r.__esModule ? r : {
26
+ default: r
27
+ };
28
+ }
29
+ let P = /^#([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})?$/i, v = /^#([a-f\d])([a-f\d])([a-f\d])([a-f\d])?$/i, t = /(?:\d+|\d*\.\d+)%?/, i = /(?:\s*,\s*|\s+)/, _ = /\s*[,/]\s*/, o = /var\(--(?:[^ )]*?)(?:,(?:[^ )]*?|var\(--[^ )]*?\)))?\)/, R = new RegExp(`^(rgba?)\\(\\s*(${t.source}|${o.source})(?:${i.source}(${t.source}|${o.source}))?(?:${i.source}(${t.source}|${o.source}))?(?:${_.source}(${t.source}|${o.source}))?\\s*\\)$`), x = new RegExp(`^(hsla?)\\(\\s*((?:${t.source})(?:deg|rad|grad|turn)?|${o.source})(?:${i.source}(${t.source}|${o.source}))?(?:${i.source}(${t.source}|${o.source}))?(?:${_.source}(${t.source}|${o.source}))?\\s*\\)$`);
30
+ function C(r, { loose: s = !1 } = {}) {
31
+ var e, a;
32
+ if (typeof r != "string")
33
+ return null;
34
+ if (r = r.trim(), r === "transparent")
35
+ return {
36
+ mode: "rgb",
37
+ color: [
38
+ "0",
39
+ "0",
40
+ "0"
41
+ ],
42
+ alpha: "0"
43
+ };
44
+ if (r in p.default)
45
+ return {
46
+ mode: "rgb",
47
+ color: p.default[r].map((u) => u.toString())
48
+ };
49
+ let c = r.replace(v, (u, m, g, h, $) => [
50
+ "#",
51
+ m,
52
+ m,
53
+ g,
54
+ g,
55
+ h,
56
+ h,
57
+ $ ? $ + $ : ""
58
+ ].join("")).match(P);
59
+ if (c !== null)
60
+ return {
61
+ mode: "rgb",
62
+ color: [
63
+ parseInt(c[1], 16),
64
+ parseInt(c[2], 16),
65
+ parseInt(c[3], 16)
66
+ ].map((u) => u.toString()),
67
+ alpha: c[4] ? (parseInt(c[4], 16) / 255).toString() : void 0
68
+ };
69
+ var f;
70
+ let l = (f = r.match(R)) !== null && f !== void 0 ? f : r.match(x);
71
+ if (l === null)
72
+ return null;
73
+ let n = [
74
+ l[2],
75
+ l[3],
76
+ l[4]
77
+ ].filter(Boolean).map((u) => u.toString());
78
+ return n.length === 2 && n[0].startsWith("var(") ? {
79
+ mode: l[1],
80
+ color: [
81
+ n[0]
82
+ ],
83
+ alpha: n[1]
84
+ } : !s && n.length !== 3 || n.length < 3 && !n.some((u) => /^var\(.*?\)$/.test(u)) ? null : {
85
+ mode: l[1],
86
+ color: n,
87
+ alpha: (e = l[5]) === null || e === void 0 || (a = e.toString) === null || a === void 0 ? void 0 : a.call(e)
88
+ };
89
+ }
90
+ function H({ mode: r, color: s, alpha: e }) {
91
+ let a = e !== void 0;
92
+ return r === "rgba" || r === "hsla" ? `${r}(${s.join(", ")}${a ? `, ${e}` : ""})` : `${r}(${s.join(" ")}${a ? ` / ${e}` : ""})`;
93
+ }
94
+ })(O);
@@ -1,94 +1,4 @@
1
- import { __exports as O } from "./index.es158.js";
2
- import "./index.es166.js";
3
- import { __exports as b } from "./index.es167.js";
4
- (function(d) {
5
- Object.defineProperty(d, "__esModule", {
6
- value: !0
7
- });
8
- function S(r, s) {
9
- for (var e in s)
10
- Object.defineProperty(r, e, {
11
- enumerable: !0,
12
- get: s[e]
13
- });
14
- }
15
- S(d, {
16
- parseColor: function() {
17
- return C;
18
- },
19
- formatColor: function() {
20
- return H;
21
- }
22
- });
23
- const p = /* @__PURE__ */ E(b);
24
- function E(r) {
25
- return r && r.__esModule ? r : {
26
- default: r
27
- };
28
- }
29
- let P = /^#([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})?$/i, v = /^#([a-f\d])([a-f\d])([a-f\d])([a-f\d])?$/i, t = /(?:\d+|\d*\.\d+)%?/, i = /(?:\s*,\s*|\s+)/, _ = /\s*[,/]\s*/, o = /var\(--(?:[^ )]*?)(?:,(?:[^ )]*?|var\(--[^ )]*?\)))?\)/, R = new RegExp(`^(rgba?)\\(\\s*(${t.source}|${o.source})(?:${i.source}(${t.source}|${o.source}))?(?:${i.source}(${t.source}|${o.source}))?(?:${_.source}(${t.source}|${o.source}))?\\s*\\)$`), x = new RegExp(`^(hsla?)\\(\\s*((?:${t.source})(?:deg|rad|grad|turn)?|${o.source})(?:${i.source}(${t.source}|${o.source}))?(?:${i.source}(${t.source}|${o.source}))?(?:${_.source}(${t.source}|${o.source}))?\\s*\\)$`);
30
- function C(r, { loose: s = !1 } = {}) {
31
- var e, a;
32
- if (typeof r != "string")
33
- return null;
34
- if (r = r.trim(), r === "transparent")
35
- return {
36
- mode: "rgb",
37
- color: [
38
- "0",
39
- "0",
40
- "0"
41
- ],
42
- alpha: "0"
43
- };
44
- if (r in p.default)
45
- return {
46
- mode: "rgb",
47
- color: p.default[r].map((u) => u.toString())
48
- };
49
- let c = r.replace(v, (u, m, g, h, $) => [
50
- "#",
51
- m,
52
- m,
53
- g,
54
- g,
55
- h,
56
- h,
57
- $ ? $ + $ : ""
58
- ].join("")).match(P);
59
- if (c !== null)
60
- return {
61
- mode: "rgb",
62
- color: [
63
- parseInt(c[1], 16),
64
- parseInt(c[2], 16),
65
- parseInt(c[3], 16)
66
- ].map((u) => u.toString()),
67
- alpha: c[4] ? (parseInt(c[4], 16) / 255).toString() : void 0
68
- };
69
- var f;
70
- let l = (f = r.match(R)) !== null && f !== void 0 ? f : r.match(x);
71
- if (l === null)
72
- return null;
73
- let n = [
74
- l[2],
75
- l[3],
76
- l[4]
77
- ].filter(Boolean).map((u) => u.toString());
78
- return n.length === 2 && n[0].startsWith("var(") ? {
79
- mode: l[1],
80
- color: [
81
- n[0]
82
- ],
83
- alpha: n[1]
84
- } : !s && n.length !== 3 || n.length < 3 && !n.some((u) => /^var\(.*?\)$/.test(u)) ? null : {
85
- mode: l[1],
86
- color: n,
87
- alpha: (e = l[5]) === null || e === void 0 || (a = e.toString) === null || a === void 0 ? void 0 : a.call(e)
88
- };
89
- }
90
- function H({ mode: r, color: s, alpha: e }) {
91
- let a = e !== void 0;
92
- return r === "rgba" || r === "hsla" ? `${r}(${s.join(", ")}${a ? `, ${e}` : ""})` : `${r}(${s.join(" ")}${a ? ` / ${e}` : ""})`;
93
- }
94
- })(O);
1
+ var o = {};
2
+ export {
3
+ o as __exports
4
+ };
@@ -1,4 +1,10 @@
1
- var o = {};
1
+ import { __module as r } from "./index.es167.js";
2
+ var e = String, o = function() {
3
+ return { isColorSupported: !1, reset: e, bold: e, dim: e, italic: e, underline: e, inverse: e, hidden: e, strikethrough: e, black: e, red: e, green: e, yellow: e, blue: e, magenta: e, cyan: e, white: e, gray: e, bgBlack: e, bgRed: e, bgGreen: e, bgYellow: e, bgBlue: e, bgMagenta: e, bgCyan: e, bgWhite: e };
4
+ };
5
+ r.exports = o();
6
+ r.exports.createColors = o;
7
+ var a = r.exports;
2
8
  export {
3
- o as __exports
9
+ a as p
4
10
  };
@@ -1,4 +1,51 @@
1
- var o = { exports: {} };
2
- export {
3
- o as __module
4
- };
1
+ import { __exports as m } from "./index.es163.js";
2
+ import "./index.es162.js";
3
+ import { __exports as y } from "./index.es164.js";
4
+ (function(i) {
5
+ Object.defineProperty(i, "__esModule", {
6
+ value: !0
7
+ });
8
+ function s(o, t) {
9
+ for (var l in t)
10
+ Object.defineProperty(o, l, {
11
+ enumerable: !0,
12
+ get: t[l]
13
+ });
14
+ }
15
+ s(i, {
16
+ parseBoxShadowValue: function() {
17
+ return c;
18
+ },
19
+ formatBoxShadowValue: function() {
20
+ return x;
21
+ }
22
+ });
23
+ const f = y;
24
+ let d = /* @__PURE__ */ new Set([
25
+ "inset",
26
+ "inherit",
27
+ "initial",
28
+ "revert",
29
+ "unset"
30
+ ]), p = /\ +(?![^(]*\))/g, a = /^-?(\d+|\.\d+)(.*?)$/g;
31
+ function c(o) {
32
+ return (0, f.splitAtTopLevelOnly)(o, ",").map((l) => {
33
+ let u = l.trim(), e = {
34
+ raw: u
35
+ }, S = u.split(p), r = /* @__PURE__ */ new Set();
36
+ for (let n of S)
37
+ a.lastIndex = 0, !r.has("KEYWORD") && d.has(n) ? (e.keyword = n, r.add("KEYWORD")) : a.test(n) ? r.has("X") ? r.has("Y") ? r.has("BLUR") ? r.has("SPREAD") || (e.spread = n, r.add("SPREAD")) : (e.blur = n, r.add("BLUR")) : (e.y = n, r.add("Y")) : (e.x = n, r.add("X")) : e.color ? (e.unknown || (e.unknown = []), e.unknown.push(n)) : e.color = n;
38
+ return e.valid = e.x !== void 0 && e.y !== void 0, e;
39
+ });
40
+ }
41
+ function x(o) {
42
+ return o.map((t) => t.valid ? [
43
+ t.keyword,
44
+ t.x,
45
+ t.y,
46
+ t.blur,
47
+ t.spread,
48
+ t.color
49
+ ].filter(Boolean).join(" ") : t.raw).join(", ");
50
+ }
51
+ })(m);
@@ -1,51 +1,19 @@
1
- import { __exports as m } from "./index.es164.js";
2
- import "./index.es163.js";
3
- import { __exports as y } from "./index.es165.js";
4
- (function(i) {
5
- Object.defineProperty(i, "__esModule", {
1
+ import { __exports as u } from "./index.es164.js";
2
+ (function(c) {
3
+ Object.defineProperty(c, "__esModule", {
6
4
  value: !0
7
- });
8
- function s(o, t) {
9
- for (var l in t)
10
- Object.defineProperty(o, l, {
11
- enumerable: !0,
12
- get: t[l]
13
- });
14
- }
15
- s(i, {
16
- parseBoxShadowValue: function() {
17
- return c;
18
- },
19
- formatBoxShadowValue: function() {
20
- return x;
5
+ }), Object.defineProperty(c, "splitAtTopLevelOnly", {
6
+ enumerable: !0,
7
+ get: function() {
8
+ return o;
21
9
  }
22
10
  });
23
- const f = y;
24
- let d = /* @__PURE__ */ new Set([
25
- "inset",
26
- "inherit",
27
- "initial",
28
- "revert",
29
- "unset"
30
- ]), p = /\ +(?![^(]*\))/g, a = /^-?(\d+|\.\d+)(.*?)$/g;
31
- function c(o) {
32
- return (0, f.splitAtTopLevelOnly)(o, ",").map((l) => {
33
- let u = l.trim(), e = {
34
- raw: u
35
- }, S = u.split(p), r = /* @__PURE__ */ new Set();
36
- for (let n of S)
37
- a.lastIndex = 0, !r.has("KEYWORD") && d.has(n) ? (e.keyword = n, r.add("KEYWORD")) : a.test(n) ? r.has("X") ? r.has("Y") ? r.has("BLUR") ? r.has("SPREAD") || (e.spread = n, r.add("SPREAD")) : (e.blur = n, r.add("BLUR")) : (e.y = n, r.add("Y")) : (e.x = n, r.add("X")) : e.color ? (e.unknown || (e.unknown = []), e.unknown.push(n)) : e.color = n;
38
- return e.valid = e.x !== void 0 && e.y !== void 0, e;
39
- });
40
- }
41
- function x(o) {
42
- return o.map((t) => t.valid ? [
43
- t.keyword,
44
- t.x,
45
- t.y,
46
- t.blur,
47
- t.spread,
48
- t.color
49
- ].filter(Boolean).join(" ") : t.raw).join(", ");
11
+ function o(n, s) {
12
+ let e = [], f = [], h = 0, i = !1;
13
+ for (let t = 0; t < n.length; t++) {
14
+ let l = n[t];
15
+ e.length === 0 && l === s[0] && !i && (s.length === 1 || n.slice(t, t + s.length) === s) && (f.push(n.slice(h, t)), h = t + s.length), i ? i = !1 : l === "\\" && (i = !0), l === "(" || l === "[" || l === "{" ? e.push(l) : (l === ")" && e[e.length - 1] === "(" || l === "]" && e[e.length - 1] === "[" || l === "}" && e[e.length - 1] === "{") && e.pop();
16
+ }
17
+ return f.push(n.slice(h)), f;
50
18
  }
51
- })(m);
19
+ })(u);
@@ -1,19 +1,4 @@
1
- import { __exports as u } from "./index.es165.js";
2
- (function(c) {
3
- Object.defineProperty(c, "__esModule", {
4
- value: !0
5
- }), Object.defineProperty(c, "splitAtTopLevelOnly", {
6
- enumerable: !0,
7
- get: function() {
8
- return o;
9
- }
10
- });
11
- function o(n, s) {
12
- let e = [], f = [], h = 0, i = !1;
13
- for (let t = 0; t < n.length; t++) {
14
- let l = n[t];
15
- e.length === 0 && l === s[0] && !i && (s.length === 1 || n.slice(t, t + s.length) === s) && (f.push(n.slice(h, t)), h = t + s.length), i ? i = !1 : l === "\\" && (i = !0), l === "(" || l === "[" || l === "{" ? e.push(l) : (l === ")" && e[e.length - 1] === "(" || l === "]" && e[e.length - 1] === "[" || l === "}" && e[e.length - 1] === "{") && e.pop();
16
- }
17
- return f.push(n.slice(h)), f;
18
- }
19
- })(u);
1
+ var a = {};
2
+ export {
3
+ a as __exports
4
+ };
@@ -1,4 +1,4 @@
1
- var a = {};
1
+ var e = {};
2
2
  export {
3
- a as __exports
3
+ e as __exports
4
4
  };