@shelf/global-renderer 1.0.4-beta.0 → 1.0.4-beta.10

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 (51) hide show
  1. package/lib/DecisionTreeContent/DecisionTreeContent.styled.d.ts +11483 -47
  2. package/lib/index.js +20384 -4
  3. package/package.json +8 -8
  4. package/lib/DecisionTreeContent/DecisionTreeContent.js +0 -89
  5. package/lib/DecisionTreeContent/DecisionTreeContent.styled.js +0 -225
  6. package/lib/DecisionTreeContent/components/Condition.js +0 -77
  7. package/lib/DecisionTreeContent/components/ContentTable.js +0 -31
  8. package/lib/DecisionTreeContent/components/ExportedMeta.js +0 -33
  9. package/lib/DecisionTreeContent/components/Link.js +0 -18
  10. package/lib/DecisionTreeContent/components/Question.js +0 -57
  11. package/lib/DecisionTreeContent/components/Solution.js +0 -20
  12. package/lib/DecisionTreeContent/components/StepHeader.js +0 -58
  13. package/lib/DecisionTreeContent/components/StepTypeIcon.js +0 -33
  14. package/lib/DecisionTreeContent/helpers.js +0 -54
  15. package/lib/DecisionTreeContent/renderDTContent.js +0 -12
  16. package/lib/DecisionTreeDiagram/StaticTreeContainer.js +0 -30
  17. package/lib/DecisionTreeDiagram/renderStaticDTDiagram.js +0 -26
  18. package/lib/_virtual/client.js +0 -4
  19. package/lib/_virtual/index.js +0 -4
  20. package/lib/_virtual/index2.js +0 -4
  21. package/lib/_virtual/react-dom.development.js +0 -4
  22. package/lib/_virtual/react-dom.production.min.js +0 -4
  23. package/lib/_virtual/scheduler.development.js +0 -4
  24. package/lib/_virtual/scheduler.production.min.js +0 -4
  25. package/lib/i18next/index.js +0 -18
  26. package/lib/node_modules/@shelf/i18n/lib/bundles/pdf-viewer/index.js +0 -25
  27. package/lib/node_modules/@shelf/i18n/lib/bundles/pdf-viewer/translations/de.js +0 -7
  28. package/lib/node_modules/@shelf/i18n/lib/bundles/pdf-viewer/translations/en.js +0 -7
  29. package/lib/node_modules/@shelf/i18n/lib/bundles/pdf-viewer/translations/es.js +0 -7
  30. package/lib/node_modules/@shelf/i18n/lib/bundles/pdf-viewer/translations/pl.js +0 -7
  31. package/lib/node_modules/@shelf/i18n/lib/bundles/pdf-viewer/translations/uk.js +0 -7
  32. package/lib/node_modules/@shelf/i18n/lib/helpers.js +0 -19
  33. package/lib/node_modules/@shelf/i18n/lib/resources/de/pdf-viewer/index.json.js +0 -50
  34. package/lib/node_modules/@shelf/i18n/lib/resources/en/pdf-viewer/index.json.js +0 -50
  35. package/lib/node_modules/@shelf/i18n/lib/resources/es/pdf-viewer/index.json.js +0 -50
  36. package/lib/node_modules/@shelf/i18n/lib/resources/pl/pdf-viewer/index.json.js +0 -50
  37. package/lib/node_modules/@shelf/i18n/lib/resources/uk/pdf-viewer/index.json.js +0 -50
  38. package/lib/node_modules/react-dom/cjs/react-dom.development.js +0 -13394
  39. package/lib/node_modules/react-dom/cjs/react-dom.production.min.js +0 -5641
  40. package/lib/node_modules/react-dom/client.js +0 -26
  41. package/lib/node_modules/react-dom/index.js +0 -19
  42. package/lib/node_modules/scheduler/cjs/scheduler.development.js +0 -278
  43. package/lib/node_modules/scheduler/cjs/scheduler.production.min.js +0 -231
  44. package/lib/node_modules/scheduler/index.js +0 -10
  45. package/lib/packages/colors/lib/colors.js +0 -12
  46. package/lib/packages/icons/lib/Containers/IconContainer/IconContainer.js +0 -31
  47. package/lib/packages/icons/lib/Icons/Condition.js +0 -14
  48. package/lib/packages/icons/lib/Icons/DecisionTree.js +0 -18
  49. package/lib/packages/icons/lib/Icons/Link.js +0 -13
  50. package/lib/packages/icons/lib/Icons/Question.js +0 -18
  51. package/lib/packages/icons/lib/Icons/Solution.js +0 -14
@@ -1,26 +0,0 @@
1
- import { __exports as o } from "../../_virtual/client.js";
2
- import { r as i } from "./index.js";
3
- var t = i;
4
- if (process.env.NODE_ENV === "production")
5
- o.createRoot = t.createRoot, o.hydrateRoot = t.hydrateRoot;
6
- else {
7
- var r = t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
8
- o.createRoot = function(e, n) {
9
- r.usingClientEntryPoint = !0;
10
- try {
11
- return t.createRoot(e, n);
12
- } finally {
13
- r.usingClientEntryPoint = !1;
14
- }
15
- }, o.hydrateRoot = function(e, n, a) {
16
- r.usingClientEntryPoint = !0;
17
- try {
18
- return t.hydrateRoot(e, n, a);
19
- } finally {
20
- r.usingClientEntryPoint = !1;
21
- }
22
- };
23
- }
24
- export {
25
- o as default
26
- };
@@ -1,19 +0,0 @@
1
- import { __module as r } from "../../_virtual/index.js";
2
- import { __require as _ } from "./cjs/react-dom.production.min.js";
3
- import { __require as t } from "./cjs/react-dom.development.js";
4
- function e() {
5
- if (!(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ > "u" || typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE != "function")) {
6
- if (process.env.NODE_ENV !== "production")
7
- throw new Error("^_^");
8
- try {
9
- __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(e);
10
- } catch (o) {
11
- console.error(o);
12
- }
13
- }
14
- }
15
- process.env.NODE_ENV === "production" ? (e(), r.exports = _()) : r.exports = t();
16
- var n = r.exports;
17
- export {
18
- n as r
19
- };
@@ -1,278 +0,0 @@
1
- import { __exports as N } from "../../../_virtual/scheduler.development.js";
2
- /**
3
- * @license React
4
- * scheduler.development.js
5
- *
6
- * Copyright (c) Facebook, Inc. and its affiliates.
7
- *
8
- * This source code is licensed under the MIT license found in the
9
- * LICENSE file in the root directory of this source tree.
10
- */
11
- var Q;
12
- function we() {
13
- return Q ? N : (Q = 1, function(t) {
14
- process.env.NODE_ENV !== "production" && function() {
15
- typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ < "u" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart == "function" && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(new Error());
16
- var z = !1, J = !1, q = 5;
17
- function C(e, n) {
18
- var r = e.length;
19
- e.push(n), X(e, n, r);
20
- }
21
- function f(e) {
22
- return e.length === 0 ? null : e[0];
23
- }
24
- function O(e) {
25
- if (e.length === 0)
26
- return null;
27
- var n = e[0], r = e.pop();
28
- return r !== n && (e[0] = r, Z(e, r, 0)), n;
29
- }
30
- function X(e, n, r) {
31
- for (var a = r; a > 0; ) {
32
- var i = a - 1 >>> 1, c = e[i];
33
- if (k(c, n) > 0)
34
- e[i] = n, e[a] = c, a = i;
35
- else
36
- return;
37
- }
38
- }
39
- function Z(e, n, r) {
40
- for (var a = r, i = e.length, c = i >>> 1; a < c; ) {
41
- var u = (a + 1) * 2 - 1, m = e[u], o = u + 1, w = e[o];
42
- if (k(m, n) < 0)
43
- o < i && k(w, m) < 0 ? (e[a] = w, e[o] = n, a = o) : (e[a] = m, e[u] = n, a = u);
44
- else if (o < i && k(w, n) < 0)
45
- e[a] = w, e[o] = n, a = o;
46
- else
47
- return;
48
- }
49
- }
50
- function k(e, n) {
51
- var r = e.sortIndex - n.sortIndex;
52
- return r !== 0 ? r : e.id - n.id;
53
- }
54
- var P = 1, g = 2, b = 3, R = 4, S = 5;
55
- function Ee(e, n) {
56
- }
57
- var $ = typeof performance == "object" && typeof performance.now == "function";
58
- if ($) {
59
- var x = performance;
60
- t.unstable_now = function() {
61
- return x.now();
62
- };
63
- } else {
64
- var Y = Date, ee = Y.now();
65
- t.unstable_now = function() {
66
- return Y.now() - ee;
67
- };
68
- }
69
- var ne = 1073741823, re = -1, te = 250, ae = 5e3, ie = 1e4, le = ne, v = [], _ = [], ue = 1, s = null, l = b, L = !1, d = !1, T = !1, G = typeof setTimeout == "function" ? setTimeout : null, oe = typeof clearTimeout == "function" ? clearTimeout : null, K = typeof setImmediate < "u" ? setImmediate : null;
70
- typeof navigator < "u" && navigator.scheduling !== void 0 && navigator.scheduling.isInputPending !== void 0 && navigator.scheduling.isInputPending.bind(navigator.scheduling);
71
- function p(e) {
72
- for (var n = f(_); n !== null; ) {
73
- if (n.callback === null)
74
- O(_);
75
- else if (n.startTime <= e)
76
- O(_), n.sortIndex = n.expirationTime, C(v, n);
77
- else
78
- return;
79
- n = f(_);
80
- }
81
- }
82
- function h(e) {
83
- if (T = !1, p(e), !d)
84
- if (f(v) !== null)
85
- d = !0, U(M);
86
- else {
87
- var n = f(_);
88
- n !== null && B(h, n.startTime - e);
89
- }
90
- }
91
- function M(e, n) {
92
- d = !1, T && (T = !1, j()), L = !0;
93
- var r = l;
94
- try {
95
- var a;
96
- if (!J)
97
- return se(e, n);
98
- } finally {
99
- s = null, l = r, L = !1;
100
- }
101
- }
102
- function se(e, n) {
103
- var r = n;
104
- for (p(r), s = f(v); s !== null && !z && !(s.expirationTime > r && (!e || W())); ) {
105
- var a = s.callback;
106
- if (typeof a == "function") {
107
- s.callback = null, l = s.priorityLevel;
108
- var i = s.expirationTime <= r, c = a(i);
109
- r = t.unstable_now(), typeof c == "function" ? s.callback = c : s === f(v) && O(v), p(r);
110
- } else
111
- O(v);
112
- s = f(v);
113
- }
114
- if (s !== null)
115
- return !0;
116
- var u = f(_);
117
- return u !== null && B(h, u.startTime - r), !1;
118
- }
119
- function fe(e, n) {
120
- switch (e) {
121
- case P:
122
- case g:
123
- case b:
124
- case R:
125
- case S:
126
- break;
127
- default:
128
- e = b;
129
- }
130
- var r = l;
131
- l = e;
132
- try {
133
- return n();
134
- } finally {
135
- l = r;
136
- }
137
- }
138
- function ce(e) {
139
- var n;
140
- switch (l) {
141
- case P:
142
- case g:
143
- case b:
144
- n = b;
145
- break;
146
- default:
147
- n = l;
148
- break;
149
- }
150
- var r = l;
151
- l = n;
152
- try {
153
- return e();
154
- } finally {
155
- l = r;
156
- }
157
- }
158
- function ve(e) {
159
- var n = l;
160
- return function() {
161
- var r = l;
162
- l = n;
163
- try {
164
- return e.apply(this, arguments);
165
- } finally {
166
- l = r;
167
- }
168
- };
169
- }
170
- function _e(e, n, r) {
171
- var a = t.unstable_now(), i;
172
- if (typeof r == "object" && r !== null) {
173
- var c = r.delay;
174
- typeof c == "number" && c > 0 ? i = a + c : i = a;
175
- } else
176
- i = a;
177
- var u;
178
- switch (e) {
179
- case P:
180
- u = re;
181
- break;
182
- case g:
183
- u = te;
184
- break;
185
- case S:
186
- u = le;
187
- break;
188
- case R:
189
- u = ie;
190
- break;
191
- case b:
192
- default:
193
- u = ae;
194
- break;
195
- }
196
- var m = i + u, o = {
197
- id: ue++,
198
- callback: n,
199
- priorityLevel: e,
200
- startTime: i,
201
- expirationTime: m,
202
- sortIndex: -1
203
- };
204
- return i > a ? (o.sortIndex = i, C(_, o), f(v) === null && o === f(_) && (T ? j() : T = !0, B(h, i - a))) : (o.sortIndex = m, C(v, o), !d && !L && (d = !0, U(M))), o;
205
- }
206
- function be() {
207
- }
208
- function de() {
209
- !d && !L && (d = !0, U(M));
210
- }
211
- function me() {
212
- return f(v);
213
- }
214
- function Te(e) {
215
- e.callback = null;
216
- }
217
- function ye() {
218
- return l;
219
- }
220
- var E = !1, I = null, A = -1, D = q, V = -1;
221
- function W() {
222
- var e = t.unstable_now() - V;
223
- return !(e < D);
224
- }
225
- function Oe() {
226
- }
227
- function ke(e) {
228
- if (e < 0 || e > 125) {
229
- console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported");
230
- return;
231
- }
232
- e > 0 ? D = Math.floor(1e3 / e) : D = q;
233
- }
234
- var H = function() {
235
- if (I !== null) {
236
- var e = t.unstable_now();
237
- V = e;
238
- var n = !0, r = !0;
239
- try {
240
- r = I(n, e);
241
- } finally {
242
- r ? y() : (E = !1, I = null);
243
- }
244
- } else
245
- E = !1;
246
- }, y;
247
- if (typeof K == "function")
248
- y = function() {
249
- K(H);
250
- };
251
- else if (typeof MessageChannel < "u") {
252
- var F = new MessageChannel(), Pe = F.port2;
253
- F.port1.onmessage = H, y = function() {
254
- Pe.postMessage(null);
255
- };
256
- } else
257
- y = function() {
258
- G(H, 0);
259
- };
260
- function U(e) {
261
- I = e, E || (E = !0, y());
262
- }
263
- function B(e, n) {
264
- A = G(function() {
265
- e(t.unstable_now());
266
- }, n);
267
- }
268
- function j() {
269
- oe(A), A = -1;
270
- }
271
- var ge = Oe, Le = null;
272
- t.unstable_IdlePriority = S, t.unstable_ImmediatePriority = P, t.unstable_LowPriority = R, t.unstable_NormalPriority = b, t.unstable_Profiling = Le, t.unstable_UserBlockingPriority = g, t.unstable_cancelCallback = Te, t.unstable_continueExecution = de, t.unstable_forceFrameRate = ke, t.unstable_getCurrentPriorityLevel = ye, t.unstable_getFirstCallbackNode = me, t.unstable_next = ce, t.unstable_pauseExecution = be, t.unstable_requestPaint = ge, t.unstable_runWithPriority = fe, t.unstable_scheduleCallback = _e, t.unstable_shouldYield = W, t.unstable_wrapCallback = ve, typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ < "u" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop == "function" && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(new Error());
273
- }();
274
- }(N), N);
275
- }
276
- export {
277
- we as __require
278
- };
@@ -1,231 +0,0 @@
1
- import { __exports as R } from "../../../_virtual/scheduler.production.min.js";
2
- /**
3
- * @license React
4
- * scheduler.production.min.js
5
- *
6
- * Copyright (c) Facebook, Inc. and its affiliates.
7
- *
8
- * This source code is licensed under the MIT license found in the
9
- * LICENSE file in the root directory of this source tree.
10
- */
11
- var H;
12
- function W() {
13
- return H ? R : (H = 1, function(i) {
14
- function P(n, e) {
15
- var t = n.length;
16
- n.push(e);
17
- n:
18
- for (; 0 < t; ) {
19
- var l = t - 1 >>> 1, r = n[l];
20
- if (0 < g(r, e))
21
- n[l] = e, n[t] = r, t = l;
22
- else
23
- break n;
24
- }
25
- }
26
- function o(n) {
27
- return n.length === 0 ? null : n[0];
28
- }
29
- function m(n) {
30
- if (n.length === 0)
31
- return null;
32
- var e = n[0], t = n.pop();
33
- if (t !== e) {
34
- n[0] = t;
35
- n:
36
- for (var l = 0, r = n.length, w = r >>> 1; l < w; ) {
37
- var v = 2 * (l + 1) - 1, F = n[v], d = v + 1, I = n[d];
38
- if (0 > g(F, t))
39
- d < r && 0 > g(I, F) ? (n[l] = I, n[d] = t, l = d) : (n[l] = F, n[v] = t, l = v);
40
- else if (d < r && 0 > g(I, t))
41
- n[l] = I, n[d] = t, l = d;
42
- else
43
- break n;
44
- }
45
- }
46
- return e;
47
- }
48
- function g(n, e) {
49
- var t = n.sortIndex - e.sortIndex;
50
- return t !== 0 ? t : n.id - e.id;
51
- }
52
- if (typeof performance == "object" && typeof performance.now == "function") {
53
- var J = performance;
54
- i.unstable_now = function() {
55
- return J.now();
56
- };
57
- } else {
58
- var N = Date, K = N.now();
59
- i.unstable_now = function() {
60
- return N.now() - K;
61
- };
62
- }
63
- var f = [], c = [], O = 1, a = null, u = 3, h = !1, s = !1, _ = !1, S = typeof setTimeout == "function" ? setTimeout : null, j = typeof clearTimeout == "function" ? clearTimeout : null, B = typeof setImmediate < "u" ? setImmediate : null;
64
- typeof navigator < "u" && navigator.scheduling !== void 0 && navigator.scheduling.isInputPending !== void 0 && navigator.scheduling.isInputPending.bind(navigator.scheduling);
65
- function T(n) {
66
- for (var e = o(c); e !== null; ) {
67
- if (e.callback === null)
68
- m(c);
69
- else if (e.startTime <= n)
70
- m(c), e.sortIndex = e.expirationTime, P(f, e);
71
- else
72
- break;
73
- e = o(c);
74
- }
75
- }
76
- function E(n) {
77
- if (_ = !1, T(n), !s)
78
- if (o(f) !== null)
79
- s = !0, M(C);
80
- else {
81
- var e = o(c);
82
- e !== null && q(E, e.startTime - n);
83
- }
84
- }
85
- function C(n, e) {
86
- s = !1, _ && (_ = !1, j(b), b = -1), h = !0;
87
- var t = u;
88
- try {
89
- for (T(e), a = o(f); a !== null && (!(a.expirationTime > e) || n && !A()); ) {
90
- var l = a.callback;
91
- if (typeof l == "function") {
92
- a.callback = null, u = a.priorityLevel;
93
- var r = l(a.expirationTime <= e);
94
- e = i.unstable_now(), typeof r == "function" ? a.callback = r : a === o(f) && m(f), T(e);
95
- } else
96
- m(f);
97
- a = o(f);
98
- }
99
- if (a !== null)
100
- var w = !0;
101
- else {
102
- var v = o(c);
103
- v !== null && q(E, v.startTime - e), w = !1;
104
- }
105
- return w;
106
- } finally {
107
- a = null, u = t, h = !1;
108
- }
109
- }
110
- var k = !1, p = null, b = -1, D = 5, z = -1;
111
- function A() {
112
- return !(i.unstable_now() - z < D);
113
- }
114
- function L() {
115
- if (p !== null) {
116
- var n = i.unstable_now();
117
- z = n;
118
- var e = !0;
119
- try {
120
- e = p(!0, n);
121
- } finally {
122
- e ? y() : (k = !1, p = null);
123
- }
124
- } else
125
- k = !1;
126
- }
127
- var y;
128
- if (typeof B == "function")
129
- y = function() {
130
- B(L);
131
- };
132
- else if (typeof MessageChannel < "u") {
133
- var G = new MessageChannel(), Q = G.port2;
134
- G.port1.onmessage = L, y = function() {
135
- Q.postMessage(null);
136
- };
137
- } else
138
- y = function() {
139
- S(L, 0);
140
- };
141
- function M(n) {
142
- p = n, k || (k = !0, y());
143
- }
144
- function q(n, e) {
145
- b = S(function() {
146
- n(i.unstable_now());
147
- }, e);
148
- }
149
- i.unstable_IdlePriority = 5, i.unstable_ImmediatePriority = 1, i.unstable_LowPriority = 4, i.unstable_NormalPriority = 3, i.unstable_Profiling = null, i.unstable_UserBlockingPriority = 2, i.unstable_cancelCallback = function(n) {
150
- n.callback = null;
151
- }, i.unstable_continueExecution = function() {
152
- s || h || (s = !0, M(C));
153
- }, i.unstable_forceFrameRate = function(n) {
154
- 0 > n || 125 < n ? console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported") : D = 0 < n ? Math.floor(1e3 / n) : 5;
155
- }, i.unstable_getCurrentPriorityLevel = function() {
156
- return u;
157
- }, i.unstable_getFirstCallbackNode = function() {
158
- return o(f);
159
- }, i.unstable_next = function(n) {
160
- switch (u) {
161
- case 1:
162
- case 2:
163
- case 3:
164
- var e = 3;
165
- break;
166
- default:
167
- e = u;
168
- }
169
- var t = u;
170
- u = e;
171
- try {
172
- return n();
173
- } finally {
174
- u = t;
175
- }
176
- }, i.unstable_pauseExecution = function() {
177
- }, i.unstable_requestPaint = function() {
178
- }, i.unstable_runWithPriority = function(n, e) {
179
- switch (n) {
180
- case 1:
181
- case 2:
182
- case 3:
183
- case 4:
184
- case 5:
185
- break;
186
- default:
187
- n = 3;
188
- }
189
- var t = u;
190
- u = n;
191
- try {
192
- return e();
193
- } finally {
194
- u = t;
195
- }
196
- }, i.unstable_scheduleCallback = function(n, e, t) {
197
- var l = i.unstable_now();
198
- switch (typeof t == "object" && t !== null ? (t = t.delay, t = typeof t == "number" && 0 < t ? l + t : l) : t = l, n) {
199
- case 1:
200
- var r = -1;
201
- break;
202
- case 2:
203
- r = 250;
204
- break;
205
- case 5:
206
- r = 1073741823;
207
- break;
208
- case 4:
209
- r = 1e4;
210
- break;
211
- default:
212
- r = 5e3;
213
- }
214
- return r = t + r, n = { id: O++, callback: e, priorityLevel: n, startTime: t, expirationTime: r, sortIndex: -1 }, t > l ? (n.sortIndex = t, P(c, n), o(f) === null && n === o(c) && (_ ? (j(b), b = -1) : _ = !0, q(E, t - l))) : (n.sortIndex = r, P(f, n), s || h || (s = !0, M(C))), n;
215
- }, i.unstable_shouldYield = A, i.unstable_wrapCallback = function(n) {
216
- var e = u;
217
- return function() {
218
- var t = u;
219
- u = e;
220
- try {
221
- return n.apply(this, arguments);
222
- } finally {
223
- u = t;
224
- }
225
- };
226
- };
227
- }(R), R);
228
- }
229
- export {
230
- W as __require
231
- };
@@ -1,10 +0,0 @@
1
- import { __module as e } from "../../_virtual/index2.js";
2
- import { __require as o } from "./cjs/scheduler.production.min.js";
3
- import { __require as u } from "./cjs/scheduler.development.js";
4
- var r;
5
- function p() {
6
- return r ? e.exports : (r = 1, process.env.NODE_ENV === "production" ? e.exports = o() : e.exports = u(), e.exports);
7
- }
8
- export {
9
- p as __require
10
- };
@@ -1,12 +0,0 @@
1
- const e = "#fe9b00", c = "#00a5ff", o = "#2b5797", f = "#f3f6f9", t = "#2a303b", n = "#4eaf52", s = "#ffffff", $ = "#939393", r = "#7358a2";
2
- export {
3
- c as $catchyBlue,
4
- r as $colorDecisionTree,
5
- t as $dark,
6
- o as $deepBlue,
7
- n as $greenCheck,
8
- f as $greyBlue,
9
- $ as $greyThemeText,
10
- s as $white,
11
- e as $yellow
12
- };
@@ -1,31 +0,0 @@
1
- import r from "styled-components";
2
- import { jsxs as l, jsx as s } from "react/jsx-runtime";
3
- const c = (i) => typeof i == "number" ? `${i}px` : i, m = r.svg`
4
- display: inline-block;
5
- fill: currentColor;
6
- width: 1em;
7
- height: 1em;
8
- color: ${(i) => i.color || "inherit"};
9
- font-size: ${(i) => c(i.iconSize)};
10
- transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1);
11
- `, h = (i) => {
12
- const {
13
- children: o,
14
- testId: t = `icon-${i.iconName}`,
15
- title: e,
16
- ...n
17
- } = i;
18
- return /* @__PURE__ */ l(m, {
19
- className: "Icon",
20
- xmlns: "http://www.w3.org/2000/svg",
21
- "data-testid": t,
22
- ...n,
23
- children: [e && /* @__PURE__ */ s("title", {
24
- children: e
25
- }), o]
26
- });
27
- };
28
- export {
29
- h as IconContainer,
30
- m as SVG
31
- };
@@ -1,14 +0,0 @@
1
- import { jsx as o } from "react/jsx-runtime";
2
- import { IconContainer as e } from "../Containers/IconContainer/IconContainer.js";
3
- const i = (n) => /* @__PURE__ */ o(e, {
4
- viewBox: "0 0 18 18",
5
- iconName: "condition",
6
- ...n,
7
- children: /* @__PURE__ */ o("path", {
8
- fillRule: "nonzero",
9
- d: "M4.209 16.636 3 15.44l4.14-4.098A3.38 3.38 0 0 0 8.143 8.94V4.613L6.78 5.953 5.571 4.759 9 1.364l3.429 3.394-1.209 1.196-1.363-1.34V8.94c0 .899.36 1.764 1.003 2.4l4.14 4.1-1.209 1.196L9 11.893l-4.791 4.743z"
10
- })
11
- }), r = i;
12
- export {
13
- r as default
14
- };
@@ -1,18 +0,0 @@
1
- import { jsx as c, jsxs as o } from "react/jsx-runtime";
2
- import { IconContainer as e } from "../Containers/IconContainer/IconContainer.js";
3
- const h = (a) => /* @__PURE__ */ c(e, {
4
- viewBox: "0 0 32 32",
5
- iconName: "decision-tree",
6
- ...a,
7
- children: /* @__PURE__ */ o("g", {
8
- fillRule: "nonzero",
9
- children: [/* @__PURE__ */ c("path", {
10
- d: "M22.818 14.766c2.34 0 4.237 1.986 4.217 4.414v5.32h-2.133v-5.32c0-1.238-.944-2.231-2.104-2.231H8.661c-1.16 0-2.104.993-2.104 2.231v5.32H4.424v-5.32c0-2.418 1.897-4.414 4.237-4.414h6.007V5.407H16.8v9.36h6.017l.001-.001Z"
11
- }), /* @__PURE__ */ c("path", {
12
- d: "M1.966 19.662h7.865c1.081 0 1.966.885 1.966 1.966v7.865a1.972 1.972 0 0 1-1.966 1.966H1.966A1.972 1.972 0 0 1 0 29.493v-7.865c0-1.081.885-1.966 1.966-1.966Zm19.662 0h7.865c1.082 0 1.966.885 1.966 1.966v7.865a1.972 1.972 0 0 1-1.966 1.966h-7.865a1.972 1.972 0 0 1-1.966-1.966v-7.865c0-1.081.885-1.966 1.966-1.966ZM11.797 0h7.865c1.081 0 1.966.885 1.966 1.966v7.865a1.972 1.972 0 0 1-1.966 1.966h-7.865a1.972 1.972 0 0 1-1.966-1.966V1.966C9.831.885 10.716 0 11.797 0Z"
13
- })]
14
- })
15
- }), i = h;
16
- export {
17
- i as default
18
- };
@@ -1,13 +0,0 @@
1
- import { jsx as c } from "react/jsx-runtime";
2
- import { IconContainer as s } from "../Containers/IconContainer/IconContainer.js";
3
- const o = (l) => /* @__PURE__ */ c(s, {
4
- viewBox: "0 0 16 16",
5
- iconName: "link",
6
- ...l,
7
- children: /* @__PURE__ */ c("path", {
8
- d: "M8.4 1.1C9.1.4 10 0 11.1 0c1 0 1.9.4 2.7 1.1l1.1 1.1c.7.7 1.1 1.6 1.1 2.7s-.4 1.9-1.1 2.7l-3.6 3.6c-1.1 1.1-2.5 1.4-3.9.8-.5-.2-1-.5-1.3-.8L4.9 10l1.6-1.6 1.1 1.1c.3.3.7.5 1.1.5s.8-.2 1.1-.5l3.6-3.6c.3-.3.5-.7.5-1.1s-.2-.8-.5-1.1l-1.1-1.1c-.3-.3-.7-.5-1.1-.5-.4 0-.8.2-1.1.5l-.5.5c-.4-.2-.8-.4-1.2-.5s-.8-.1-1.1-.1H7l1.4-1.4zm.4 2.8c.5.2.9.5 1.3.9l1.1 1.1-1.6 1.6-1.1-1.1c-.3-.3-.7-.5-1.1-.5s-.8.2-1.1.5L2.7 10c-.3.3-.5.7-.5 1.1s.2.8.5 1.1l1.1 1.1c.3.3.7.5 1.1.5s.8-.2 1.1-.5l.5-.5c.4.2.8.4 1.2.5s.8.1 1.1.1h.4L7.6 15c-.7.6-1.6 1-2.7 1s-1.9-.4-2.7-1.1l-1.1-1.1C.4 13.1 0 12.2 0 11.1s.4-1.9 1.1-2.7l3.6-3.6c.5-.5 1.2-.9 1.9-1 .9-.3 1.5-.2 2.2.1z"
9
- })
10
- }), i = o;
11
- export {
12
- i as default
13
- };
@@ -1,18 +0,0 @@
1
- import { jsx as o, jsxs as e } from "react/jsx-runtime";
2
- import { IconContainer as n } from "../Containers/IconContainer/IconContainer.js";
3
- const r = (c) => /* @__PURE__ */ o(n, {
4
- viewBox: "0 0 50 50",
5
- iconName: "question",
6
- ...c,
7
- children: /* @__PURE__ */ e("g", {
8
- fillRule: "nonzero",
9
- children: [/* @__PURE__ */ o("path", {
10
- d: "M25 0C11.215 0 0 11.215 0 25s11.215 25 25 25 25-11.215 25-25S38.785 0 25 0Zm0 45.455C13.721 45.455 4.545 36.279 4.545 25 4.545 13.722 13.721 4.545 25 4.545c11.279 0 20.455 9.177 20.455 20.455 0 11.279-9.176 20.455-20.455 20.455Z"
11
- }), /* @__PURE__ */ o("path", {
12
- d: "M26.975 35.296c.066-.856-.18-1.58-.74-2.173-.56-.592-1.268-.888-2.124-.888-.79 0-1.481.263-2.074.79-.593.526-.889 1.218-.889 2.074 0 .856.264 1.564.79 2.123.527.56 1.185.84 1.976.84.856 0 1.58-.247 2.172-.741.593-.494.89-1.169.89-2.025h-.001Zm4.84-12.642C32.605 21.535 33 20.35 33 19.1c0-2.173-.823-3.885-2.47-5.136-1.58-1.185-3.62-1.778-6.123-1.778-1.843 0-3.39.428-4.642 1.284C17.922 14.72 17 16.96 17 20.185h4.84c0-1.383.131-2.271.395-2.666.592-.988 1.448-1.482 2.567-1.482 1.12 0 1.943.362 2.47 1.086.526.725.79 1.482.79 2.272 0 .527-.264 1.185-.79 1.975-.132.264-.461.593-.988.988-1.712.988-2.864 1.975-3.457 2.963-.527.856-.856 2.206-.987 4.05 0 .263.131.394.395.394h3.851c.33 0 .494-.131.494-.395 0-.724.066-1.35.198-1.876.197-.593.592-1.152 1.185-1.68l1.383-.888c1.25-.922 2.074-1.68 2.469-2.272Z"
13
- })]
14
- })
15
- }), a = r;
16
- export {
17
- a as default
18
- };
@@ -1,14 +0,0 @@
1
- import { jsx as o } from "react/jsx-runtime";
2
- import { IconContainer as e } from "../Containers/IconContainer/IconContainer.js";
3
- const i = (a) => /* @__PURE__ */ o(e, {
4
- viewBox: "0 0 14 14",
5
- iconName: "solution",
6
- ...a,
7
- children: /* @__PURE__ */ o("path", {
8
- fillRule: "evenodd",
9
- d: "M7 0c3.86 0 7 3.14 7 7s-3.14 7-7 7-7-3.14-7-7 3.14-7 7-7zm0 1.273A5.734 5.734 0 0 0 1.273 7 5.734 5.734 0 0 0 7 12.727 5.734 5.734 0 0 0 12.727 7 5.734 5.734 0 0 0 7 1.273zm2.748 3.111a.61.61 0 1 1 .862.863L6.244 9.613a.61.61 0 0 1-.863 0L3.387 7.62a.61.61 0 1 1 .863-.862L5.813 8.32z"
10
- })
11
- }), l = i;
12
- export {
13
- l as default
14
- };