trimble-terra 0.0.292 → 0.0.293
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/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Trimble Terra MXP2
|
|
2
|
-
|
|
3
|
-
To visualize layouts, see Storybook
|
|
4
|
-
https://mxp2-storybook.netlify.app/
|
|
1
|
+
# Trimble Terra MXP2
|
|
2
|
+
|
|
3
|
+
To visualize layouts, see Storybook
|
|
4
|
+
https://mxp2-storybook.netlify.app/
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import C0, { useState as K, useEffect as
|
|
1
|
+
import C0, { useState as K, useEffect as u0, useRef as A0, forwardRef as on, Children as X5, cloneElement as L2, useId as an, StrictMode as dn } from "react";
|
|
2
2
|
import pn from "react-dom";
|
|
3
3
|
import './main.css';var n1 = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
4
4
|
function l2(e) {
|
|
@@ -79,8 +79,8 @@ function un() {
|
|
|
79
79
|
{
|
|
80
80
|
var l0 = k.ReactDebugCurrentFrame, v0 = l0.getStackAddendum();
|
|
81
81
|
v0 !== "" && (G += "%s", X = X.concat([v0]));
|
|
82
|
-
var b0 = X.map(function(
|
|
83
|
-
return String(
|
|
82
|
+
var b0 = X.map(function(w0) {
|
|
83
|
+
return String(w0);
|
|
84
84
|
});
|
|
85
85
|
b0.unshift("Warning: " + G), Function.prototype.apply.call(console[M], console, b0);
|
|
86
86
|
}
|
|
@@ -139,9 +139,9 @@ function un() {
|
|
|
139
139
|
var l0 = M.displayName || null;
|
|
140
140
|
return l0 !== null ? l0 : A(M.type) || "Memo";
|
|
141
141
|
case i: {
|
|
142
|
-
var v0 = M, b0 = v0._payload,
|
|
142
|
+
var v0 = M, b0 = v0._payload, w0 = v0._init;
|
|
143
143
|
try {
|
|
144
|
-
return A(
|
|
144
|
+
return A(w0(b0));
|
|
145
145
|
} catch {
|
|
146
146
|
return null;
|
|
147
147
|
}
|
|
@@ -246,27 +246,27 @@ function un() {
|
|
|
246
246
|
b0 = $.current, $.current = null, W();
|
|
247
247
|
try {
|
|
248
248
|
if (G) {
|
|
249
|
-
var
|
|
249
|
+
var w0 = function() {
|
|
250
250
|
throw Error();
|
|
251
251
|
};
|
|
252
|
-
if (Object.defineProperty(
|
|
252
|
+
if (Object.defineProperty(w0.prototype, "props", {
|
|
253
253
|
set: function() {
|
|
254
254
|
throw Error();
|
|
255
255
|
}
|
|
256
256
|
}), typeof Reflect == "object" && Reflect.construct) {
|
|
257
257
|
try {
|
|
258
|
-
Reflect.construct(
|
|
258
|
+
Reflect.construct(w0, []);
|
|
259
259
|
} catch (J0) {
|
|
260
260
|
l0 = J0;
|
|
261
261
|
}
|
|
262
|
-
Reflect.construct(M, [],
|
|
262
|
+
Reflect.construct(M, [], w0);
|
|
263
263
|
} else {
|
|
264
264
|
try {
|
|
265
|
-
|
|
265
|
+
w0.call();
|
|
266
266
|
} catch (J0) {
|
|
267
267
|
l0 = J0;
|
|
268
268
|
}
|
|
269
|
-
M.call(
|
|
269
|
+
M.call(w0.prototype);
|
|
270
270
|
}
|
|
271
271
|
} else {
|
|
272
272
|
try {
|
|
@@ -348,19 +348,19 @@ function un() {
|
|
|
348
348
|
function i0(M, G, X, l0, v0) {
|
|
349
349
|
{
|
|
350
350
|
var b0 = Function.call.bind(P0);
|
|
351
|
-
for (var
|
|
352
|
-
if (b0(M,
|
|
351
|
+
for (var w0 in M)
|
|
352
|
+
if (b0(M, w0)) {
|
|
353
353
|
var h0 = void 0;
|
|
354
354
|
try {
|
|
355
|
-
if (typeof M[
|
|
356
|
-
var U0 = Error((l0 || "React class") + ": " + X + " type `" +
|
|
355
|
+
if (typeof M[w0] != "function") {
|
|
356
|
+
var U0 = Error((l0 || "React class") + ": " + X + " type `" + w0 + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof M[w0] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
|
|
357
357
|
throw U0.name = "Invariant Violation", U0;
|
|
358
358
|
}
|
|
359
|
-
h0 = M[
|
|
359
|
+
h0 = M[w0](G, w0, l0, X, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
360
360
|
} catch (V0) {
|
|
361
361
|
h0 = V0;
|
|
362
362
|
}
|
|
363
|
-
h0 && !(h0 instanceof Error) && (O0(v0), v("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", l0 || "React class", X,
|
|
363
|
+
h0 && !(h0 instanceof Error) && (O0(v0), v("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", l0 || "React class", X, w0, typeof h0), O0(null)), h0 instanceof Error && !(h0.message in z0) && (z0[h0.message] = !0, O0(v0), v("Failed %s type: %s", X, h0.message), O0(null));
|
|
364
364
|
}
|
|
365
365
|
}
|
|
366
366
|
}
|
|
@@ -439,7 +439,7 @@ function un() {
|
|
|
439
439
|
});
|
|
440
440
|
}
|
|
441
441
|
}
|
|
442
|
-
var y2 = function(M, G, X, l0, v0, b0,
|
|
442
|
+
var y2 = function(M, G, X, l0, v0, b0, w0) {
|
|
443
443
|
var h0 = {
|
|
444
444
|
// This tag allows us to uniquely identify this as a React Element
|
|
445
445
|
$$typeof: r,
|
|
@@ -447,7 +447,7 @@ function un() {
|
|
|
447
447
|
type: M,
|
|
448
448
|
key: G,
|
|
449
449
|
ref: X,
|
|
450
|
-
props:
|
|
450
|
+
props: w0,
|
|
451
451
|
// Record the component responsible for creating this element.
|
|
452
452
|
_owner: b0
|
|
453
453
|
};
|
|
@@ -470,20 +470,20 @@ function un() {
|
|
|
470
470
|
};
|
|
471
471
|
function b2(M, G, X, l0, v0) {
|
|
472
472
|
{
|
|
473
|
-
var b0,
|
|
473
|
+
var b0, w0 = {}, h0 = null, U0 = null;
|
|
474
474
|
X !== void 0 && (Y1(X), h0 = "" + X), m2(G) && (Y1(G.key), h0 = "" + G.key), v2(G) && (U0 = G.ref, f2(G, v0));
|
|
475
475
|
for (b0 in G)
|
|
476
|
-
P0.call(G, b0) && !x2.hasOwnProperty(b0) && (
|
|
476
|
+
P0.call(G, b0) && !x2.hasOwnProperty(b0) && (w0[b0] = G[b0]);
|
|
477
477
|
if (M && M.defaultProps) {
|
|
478
478
|
var V0 = M.defaultProps;
|
|
479
479
|
for (b0 in V0)
|
|
480
|
-
|
|
480
|
+
w0[b0] === void 0 && (w0[b0] = V0[b0]);
|
|
481
481
|
}
|
|
482
482
|
if (h0 || U0) {
|
|
483
483
|
var B0 = typeof M == "function" ? M.displayName || M.name || "Unknown" : M;
|
|
484
|
-
h0 && g2(
|
|
484
|
+
h0 && g2(w0, B0), U0 && C2(w0, B0);
|
|
485
485
|
}
|
|
486
|
-
return y2(M, h0, U0, v0, l0, i1.current,
|
|
486
|
+
return y2(M, h0, U0, v0, l0, i1.current, w0);
|
|
487
487
|
}
|
|
488
488
|
}
|
|
489
489
|
var M1 = k.ReactCurrentOwner, q1 = k.ReactDebugCurrentFrame;
|
|
@@ -554,8 +554,8 @@ Check the top-level render call using <` + X + ">.");
|
|
|
554
554
|
else if (M) {
|
|
555
555
|
var v0 = b(M);
|
|
556
556
|
if (typeof v0 == "function" && v0 !== M.entries)
|
|
557
|
-
for (var b0 = v0.call(M),
|
|
558
|
-
f3(
|
|
557
|
+
for (var b0 = v0.call(M), w0; !(w0 = b0.next()).done; )
|
|
558
|
+
f3(w0.value) && T4(w0.value, G);
|
|
559
559
|
}
|
|
560
560
|
}
|
|
561
561
|
}
|
|
@@ -599,8 +599,8 @@ Check the top-level render call using <` + X + ">.");
|
|
|
599
599
|
var Z4 = {};
|
|
600
600
|
function F4(M, G, X, l0, v0, b0) {
|
|
601
601
|
{
|
|
602
|
-
var
|
|
603
|
-
if (!
|
|
602
|
+
var w0 = L(M);
|
|
603
|
+
if (!w0) {
|
|
604
604
|
var h0 = "";
|
|
605
605
|
(M === void 0 || typeof M == "object" && M !== null && Object.keys(M).length === 0) && (h0 += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
|
|
606
606
|
var U0 = Kr();
|
|
@@ -611,7 +611,7 @@ Check the top-level render call using <` + X + ">.");
|
|
|
611
611
|
var B0 = b2(M, G, X, v0, b0);
|
|
612
612
|
if (B0 == null)
|
|
613
613
|
return B0;
|
|
614
|
-
if (
|
|
614
|
+
if (w0) {
|
|
615
615
|
var e1 = G.children;
|
|
616
616
|
if (e1 !== void 0)
|
|
617
617
|
if (l0)
|
|
@@ -653,86 +653,86 @@ React keys must be passed directly to JSX without using spread:
|
|
|
653
653
|
}
|
|
654
654
|
process.env.NODE_ENV === "production" ? q3.exports = hn() : q3.exports = un();
|
|
655
655
|
var n = q3.exports;
|
|
656
|
-
const wn = `<?xml version="1.0" encoding="utf-8"
|
|
657
|
-
<svg width="800px" height="800px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg"
|
|
658
|
-
<title>back</title
|
|
659
|
-
<path d="M1,20H19a1,1,0,0,0,1-1V1a1,1,0,0,0-1-1H1A1,1,0,0,0,0,1V19A1,1,0,0,0,1,20ZM2,2H18V18H2Z"
|
|
660
|
-
<path d="M15,9H7.41l3.25-3.24a1,1,0,0,0,0-1.42,1,1,0,0,0-1.42,0L4.29,9.29a1,1,0,0,0,0,1.42l5,4.95a1,1,0,0,0,1.42-1.42L7.41,11H15a1,1,0,0,0,0-2Z"
|
|
661
|
-
</svg>`, xn = `<?xml version="1.0" encoding="utf-8"
|
|
662
|
-
<svg width="800px" height="800px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg"
|
|
663
|
-
<title>bullet</title
|
|
664
|
-
<path d="M12.096 16q0 1.632 1.152 2.784t2.752 1.12 2.752-1.12 1.152-2.784-1.152-2.752-2.752-1.152-2.752 1.152-1.152 2.752z"></path
|
|
665
|
-
</svg>`, vn = `<svg width="20" height="19" viewBox="0 0 20 19" xmlns="http://www.w3.org/2000/svg"
|
|
666
|
-
<path d="M2 19C1.45 19 0.979167 18.8042 0.5875 18.4125C0.195833 18.0208 0 17.55 0 17V6C0 5.45 0.195833 4.97917 0.5875 4.5875C0.979167 4.19583 1.45 4 2 4H6V2C6 1.45 6.19583 0.979167 6.5875 0.5875C6.97917 0.195833 7.45 0 8 0H12C12.55 0 13.0208 0.195833 13.4125 0.5875C13.8042 0.979167 14 1.45 14 2V4H18C18.55 4 19.0208 4.19583 19.4125 4.5875C19.8042 4.97917 20 5.45 20 6V17C20 17.55 19.8042 18.0208 19.4125 18.4125C19.0208 18.8042 18.55 19 18 19H2ZM2 17H18V6H2V17ZM8 4H12V2H8V4Z"
|
|
667
|
-
</svg
|
|
668
|
-
`, mn = `<svg width="18" height="14" viewBox="0 0 18 14" xmlns="http://www.w3.org/2000/svg"
|
|
669
|
-
<path d="M5.79496 10.875L1.62496 6.70501L0.204956 8.11501L5.79496 13.705L17.795 1.70501L16.385 0.295013L5.79496 10.875Z"
|
|
670
|
-
</svg
|
|
671
|
-
`, fn = `<svg width="9" height="16" viewBox="0 0 9 16" xmlns="http://www.w3.org/2000/svg"
|
|
672
|
-
<path d="M1.5 0.500001L9 8L1.5 15.5L0.168749 14.1687L6.3375 8L0.16875 1.83125L1.5 0.500001Z"
|
|
673
|
-
</svg>`, gn = `<svg width="14" height="16" viewBox="0 0 14 16" xmlns="http://www.w3.org/2000/svg"
|
|
674
|
-
<path d="M1.4 15.2414L0 13.7931L5.6 7.99998L0 2.20688L1.4 0.758606L7 6.55171L12.6 0.758606L14 2.20688L8.4 7.99998L14 13.7931L12.6 15.2414L7 9.44826L1.4 15.2414Z"
|
|
675
|
-
</svg
|
|
676
|
-
`, Cn = `<svg width="14" height="14" viewBox="0 0 14 14" xmlns="http://www.w3.org/2000/svg"
|
|
677
|
-
<path d="M6 8H0V6H6V0H8V6H14V8H8V14H6V8Z"
|
|
678
|
-
</svg
|
|
679
|
-
`, yn = `<svg width="14" height="2" viewBox="0 0 14 2" xmlns="http://www.w3.org/2000/svg"
|
|
680
|
-
<rect width="14" height="2"
|
|
681
|
-
</svg
|
|
682
|
-
`, bn = `<?xml version="1.0" encoding="utf-8"
|
|
683
|
-
<svg width="800px" height="800px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg"
|
|
684
|
-
<title>download</title
|
|
685
|
-
<path d="M9.29,15.71a1,1,0,0,0,1.42,0l4.95-5a1,1,0,0,0-1.42-1.42L11,12.59V1A1,1,0,0,0,9,1V12.59L5.76,9.34a1,1,0,0,0-1.42,0,1,1,0,0,0,0,1.42Z"
|
|
686
|
-
<path d="M19,18H1a1,1,0,0,0,0,2H19a1,1,0,0,0,0-2Z"
|
|
687
|
-
</svg>`, kn = `<svg width="20" height="22" viewBox="0 0 20 22" xmlns="http://www.w3.org/2000/svg"
|
|
688
|
-
<path d="M0 22V18H20V22H0ZM4 14H5.4L13.2 6.225L11.775 4.8L4 12.6V14ZM2 16V11.75L13.2 0.575C13.3833 0.391667 13.5958 0.25 13.8375 0.15C14.0792 0.05 14.3333 0 14.6 0C14.8667 0 15.125 0.05 15.375 0.15C15.625 0.25 15.85 0.4 16.05 0.6L17.425 2C17.625 2.18333 17.7708 2.4 17.8625 2.65C17.9542 2.9 18 3.15833 18 3.425C18 3.675 17.9542 3.92083 17.8625 4.1625C17.7708 4.40417 17.625 4.625 17.425 4.825L6.25 16H2Z"
|
|
689
|
-
</svg
|
|
690
|
-
`, An = `<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"
|
|
691
|
-
<path d="M0 20V7.975L7 5V7L12 5V8H20V20H0ZM2 18H18V10H10V7.95L5 9.95V8L2 9.325V18ZM9 16H11V12H9V16ZM5 16H7V12H5V16ZM13 16H15V12H13V16ZM20 8H15L16 0H19L20 8Z"
|
|
692
|
-
</svg
|
|
693
|
-
`, Mn = `<?xml version="1.0" encoding="utf-8"
|
|
694
|
-
<svg width="800px" height="800px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg"
|
|
695
|
-
<title>forward</title
|
|
696
|
-
<path d="M19,0H1A1,1,0,0,0,0,1V19a1,1,0,0,0,1,1H19a1,1,0,0,0,1-1V1A1,1,0,0,0,19,0ZM18,18H2V2H18Z"
|
|
697
|
-
<path d="M5,11h7.59L9.34,14.24a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l5-4.95a1,1,0,0,0,0-1.42l-5-4.95A1,1,0,0,0,9.34,5.76L12.59,9H5a1,1,0,0,0,0,2Z"
|
|
698
|
-
</svg>`, jn = `<?xml version="1.0" encoding="utf-8"
|
|
699
|
-
<svg width="800px" height="800px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg"
|
|
700
|
-
<title>globe</title
|
|
701
|
-
<path d="M10,0A10,10,0,1,0,20,10,10,10,0,0,0,10,0Zm0,18c-.61-.24-2-2.63-2.23-7h4.46C12,15.36,10.61,17.75,10,18ZM10,2c.61.24,2,2.63,2.23,7H7.77C8,4.64,9.39,2.25,10,2Zm7.93,7h-3.7a17.17,17.17,0,0,0-1.42-6.48A8,8,0,0,1,17.93,9ZM7.19,2.52A17.17,17.17,0,0,0,5.77,9H2.07A8,8,0,0,1,7.19,2.52ZM2.07,11h3.7a17.17,17.17,0,0,0,1.42,6.48A8,8,0,0,1,2.07,11Zm10.74,6.48A17.17,17.17,0,0,0,14.23,11h3.7A8,8,0,0,1,12.81,17.48Z"
|
|
702
|
-
</svg>`, zn = `<svg width="20" height="16" viewBox="0 0 20 16" xmlns="http://www.w3.org/2000/svg"
|
|
703
|
-
<path d="M2 16C1.45 16 0.979167 15.8042 0.5875 15.4125C0.195833 15.0208 0 14.55 0 14V2C0 1.45 0.195833 0.979167 0.5875 0.5875C0.979167 0.195833 1.45 0 2 0H18C18.55 0 19.0208 0.195833 19.4125 0.5875C19.8042 0.979167 20 1.45 20 2V14C20 14.55 19.8042 15.0208 19.4125 15.4125C19.0208 15.8042 18.55 16 18 16H2ZM10 9L2 4V14H18V4L10 9ZM10 7L18 2H2L10 7ZM2 4V2V14V4Z"
|
|
704
|
-
</svg
|
|
705
|
-
`, Ln = `<?xml version="1.0" encoding="utf-8"
|
|
706
|
-
<svg width="800px" height="800px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg"
|
|
707
|
-
<title>new tab</title
|
|
708
|
-
<path d="M17,12a1,1,0,0,0-1,1v5H2V4H7A1,1,0,0,0,7,2H1A1,1,0,0,0,0,3V19a1,1,0,0,0,1,1H17a1,1,0,0,0,1-1V13A1,1,0,0,0,17,12Z"
|
|
709
|
-
<path d="M19,0H12a1,1,0,0,0,0,2h4.59l-8.3,8.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0L18,3.41V8a1,1,0,0,0,2,0V1A1,1,0,0,0,19,0Z"
|
|
710
|
-
</svg>`, Hn = `<svg width="18" height="20" viewBox="0 0 18 20" xmlns="http://www.w3.org/2000/svg"
|
|
711
|
-
<path d="M2 20C1.45 20 0.979167 19.8042 0.5875 19.4125C0.195833 19.0208 0 18.55 0 18V4C0 3.45 0.195833 2.97917 0.5875 2.5875C0.979167 2.19583 1.45 2 2 2H6.175C6.35833 1.41667 6.71667 0.9375 7.25 0.5625C7.78333 0.1875 8.36667 0 9 0C9.66667 0 10.2625 0.1875 10.7875 0.5625C11.3125 0.9375 11.6667 1.41667 11.85 2H16C16.55 2 17.0208 2.19583 17.4125 2.5875C17.8042 2.97917 18 3.45 18 4V18C18 18.55 17.8042 19.0208 17.4125 19.4125C17.0208 19.8042 16.55 20 16 20H2ZM2 18H16V4H14V7H4V4H2V18ZM9 4C9.28333 4 9.52083 3.90417 9.7125 3.7125C9.90417 3.52083 10 3.28333 10 3C10 2.71667 9.90417 2.47917 9.7125 2.2875C9.52083 2.09583 9.28333 2 9 2C8.71667 2 8.47917 2.09583 8.2875 2.2875C8.09583 2.47917 8 2.71667 8 3C8 3.28333 8.09583 3.52083 8.2875 3.7125C8.47917 3.90417 8.71667 4 9 4Z"
|
|
712
|
-
</svg
|
|
713
|
-
`, Sn = `<svg width="15" height="18" viewBox="0 0 15 18" xmlns="http://www.w3.org/2000/svg"
|
|
714
|
-
<path d="M15 9L-8.15666e-07 17.6603L-5.85621e-08 0.339745L15 9Z"
|
|
715
|
-
</svg
|
|
716
|
-
`, Vn = `<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"
|
|
717
|
-
<path d="M9 20V11.725C8.7 11.5417 8.45833 11.3042 8.275 11.0125C8.09167 10.7208 8 10.3833 8 10C8 9.45 8.19583 8.97917 8.5875 8.5875C8.97917 8.19583 9.45 8 10 8C10.55 8 11.0208 8.19583 11.4125 8.5875C11.8042 8.97917 12 9.45 12 10C12 10.3833 11.9083 10.725 11.725 11.025C11.5417 11.325 11.3 11.5583 11 11.725V20H9ZM3.1 17.25C2.15 16.3333 1.39583 15.2542 0.8375 14.0125C0.279167 12.7708 0 11.4333 0 10C0 8.61667 0.2625 7.31667 0.7875 6.1C1.3125 4.88333 2.025 3.825 2.925 2.925C3.825 2.025 4.88333 1.3125 6.1 0.7875C7.31667 0.2625 8.61667 0 10 0C11.3833 0 12.6833 0.2625 13.9 0.7875C15.1167 1.3125 16.175 2.025 17.075 2.925C17.975 3.825 18.6875 4.88333 19.2125 6.1C19.7375 7.31667 20 8.61667 20 10C20 11.4333 19.7208 12.775 19.1625 14.025C18.6042 15.275 17.85 16.35 16.9 17.25L15.5 15.85C16.2667 15.1167 16.875 14.2458 17.325 13.2375C17.775 12.2292 18 11.15 18 10C18 7.76667 17.225 5.875 15.675 4.325C14.125 2.775 12.2333 2 10 2C7.76667 2 5.875 2.775 4.325 4.325C2.775 5.875 2 7.76667 2 10C2 11.15 2.225 12.225 2.675 13.225C3.125 14.225 3.74167 15.0917 4.525 15.825L3.1 17.25ZM5.925 14.425C5.34167 13.875 4.875 13.2208 4.525 12.4625C4.175 11.7042 4 10.8833 4 10C4 8.33333 4.58333 6.91667 5.75 5.75C6.91667 4.58333 8.33333 4 10 4C11.6667 4 13.0833 4.58333 14.25 5.75C15.4167 6.91667 16 8.33333 16 10C16 10.8833 15.825 11.7083 15.475 12.475C15.125 13.2417 14.6583 13.8917 14.075 14.425L12.65 13C13.0667 12.6167 13.3958 12.1667 13.6375 11.65C13.8792 11.1333 14 10.5833 14 10C14 8.9 13.6083 7.95833 12.825 7.175C12.0417 6.39167 11.1 6 10 6C8.9 6 7.95833 6.39167 7.175 7.175C6.39167 7.95833 6 8.9 6 10C6 10.6 6.12083 11.1542 6.3625 11.6625C6.60417 12.1708 6.93333 12.6167 7.35 13L5.925 14.425Z"
|
|
718
|
-
</svg
|
|
719
|
-
`, Nn = `<svg width="31" height="27" viewBox="0 0 31 27" xmlns="http://www.w3.org/2000/svg"
|
|
720
|
-
<path d="M0.419576 26.2977V11.5524C0.419576 8.22477 1.54913 5.64511 3.80824 3.8134C6.06735 1.95116 9.28811 0.806337 13.4705 0.378939V7.5684C11.0282 7.90422 9.15073 8.53005 7.83801 9.44591C6.52528 10.3618 5.65522 11.644 5.22782 13.2925H13.4705V26.2977H0.419576ZM17.1797 26.2977V11.5524C17.1797 8.22477 18.3093 5.64511 20.5684 3.8134C22.8275 1.95116 26.0483 0.806337 30.2307 0.378939V7.5684C27.7884 7.90422 25.9109 8.53005 24.5982 9.44591C23.2854 10.3618 22.4154 11.644 21.988 13.2925H30.2307V26.2977H17.1797Z"
|
|
721
|
-
</svg
|
|
722
|
-
`, En = `<?xml version="1.0" encoding="utf-8"
|
|
723
|
-
<svg width="800px" height="800px" viewBox="0 0 16 20" version="1.1" xmlns="http://www.w3.org/2000/svg"
|
|
724
|
-
<title>refresh</title
|
|
725
|
-
<path d="M9.33,19.82a.76.76,0,0,0,.08-1.06L8.71,18A8,8,0,0,0,16,10.14a7.91,7.91,0,0,0-2.81-6.21,1,1,0,0,0-1.4.11,1,1,0,0,0,.11,1.41,6,6,0,0,1-3,10.47l.6-.65a.75.75,0,0,0-1.1-1l-2,2.21a.7.7,0,0,0-.2.51.74.74,0,0,0,.18.48l2,2.29A.76.76,0,0,0,9.33,19.82Z"
|
|
726
|
-
<path d="M4.1,14.56a6,6,0,0,1,3-10.48l-.6.65a.73.73,0,0,0-.2.51.75.75,0,0,0,1.3.51l2-2.21a.74.74,0,0,0,0-1L7.73.26A.76.76,0,0,0,6.67.18a.75.75,0,0,0-.08,1.06l.69.81A8,8,0,0,0,0,9.86V10a8,8,0,0,0,2.8,6.07A1,1,0,0,0,4.21,16,1,1,0,0,0,4.1,14.56Z"
|
|
727
|
-
</svg>`, On = `<svg width="18" height="18" viewBox="0 0 18 18" xmlns="http://www.w3.org/2000/svg"
|
|
728
|
-
<path d="M16.6 18L10.3 11.7C9.8 12.1 9.225 12.4167 8.575 12.65C7.925 12.8833 7.23333 13 6.5 13C4.68333 13 3.14583 12.3708 1.8875 11.1125C0.629167 9.85417 0 8.31667 0 6.5C0 4.68333 0.629167 3.14583 1.8875 1.8875C3.14583 0.629167 4.68333 0 6.5 0C8.31667 0 9.85417 0.629167 11.1125 1.8875C12.3708 3.14583 13 4.68333 13 6.5C13 7.23333 12.8833 7.925 12.65 8.575C12.4167 9.225 12.1 9.8 11.7 10.3L18 16.6L16.6 18ZM6.5 11C7.75 11 8.8125 10.5625 9.6875 9.6875C10.5625 8.8125 11 7.75 11 6.5C11 5.25 10.5625 4.1875 9.6875 3.3125C8.8125 2.4375 7.75 2 6.5 2C5.25 2 4.1875 2.4375 3.3125 3.3125C2.4375 4.1875 2 5.25 2 6.5C2 7.75 2.4375 8.8125 3.3125 9.6875C4.1875 10.5625 5.25 11 6.5 11Z"
|
|
729
|
-
</svg
|
|
730
|
-
`, Bn = `<svg width="20" height="16" viewBox="0 0 20 16" xmlns="http://www.w3.org/2000/svg"
|
|
731
|
-
<path d="M2 16C1.45 16 0.979167 15.8042 0.5875 15.4125C0.195833 15.0208 0 14.55 0 14V2C0 1.45 0.195833 0.979167 0.5875 0.5875C0.979167 0.195833 1.45 0 2 0H14C14.55 0 15.0208 0.195833 15.4125 0.5875C15.8042 0.979167 16 1.45 16 2V6.5L20 2.5V13.5L16 9.5V14C16 14.55 15.8042 15.0208 15.4125 15.4125C15.0208 15.8042 14.55 16 14 16H2ZM2 14H14V2H2V14Z"
|
|
732
|
-
</svg
|
|
733
|
-
`, Rn = `<svg width="18" height="20" viewBox="0 0 18 20" xmlns="http://www.w3.org/2000/svg"
|
|
734
|
-
<path d="M3 20C2.16667 20 1.45833 19.7083 0.875 19.125C0.291667 18.5417 0 17.8333 0 17V14H3V0H18V17C18 17.8333 17.7083 18.5417 17.125 19.125C16.5417 19.7083 15.8333 20 15 20H3ZM15 18C15.2833 18 15.5208 17.9042 15.7125 17.7125C15.9042 17.5208 16 17.2833 16 17V2H5V14H14V17C14 17.2833 14.0958 17.5208 14.2875 17.7125C14.4792 17.9042 14.7167 18 15 18ZM6 7V5H15V7H6ZM6 10V8H15V10H6ZM3 18H12V16H2V17C2 17.2833 2.09583 17.5208 2.2875 17.7125C2.47917 17.9042 2.71667 18 3 18ZM3 18H2H12H3Z"
|
|
735
|
-
</svg
|
|
656
|
+
const wn = `<?xml version="1.0" encoding="utf-8"?>
|
|
657
|
+
<svg width="800px" height="800px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
|
658
|
+
<title>back</title>
|
|
659
|
+
<path d="M1,20H19a1,1,0,0,0,1-1V1a1,1,0,0,0-1-1H1A1,1,0,0,0,0,1V19A1,1,0,0,0,1,20ZM2,2H18V18H2Z"/>
|
|
660
|
+
<path d="M15,9H7.41l3.25-3.24a1,1,0,0,0,0-1.42,1,1,0,0,0-1.42,0L4.29,9.29a1,1,0,0,0,0,1.42l5,4.95a1,1,0,0,0,1.42-1.42L7.41,11H15a1,1,0,0,0,0-2Z"/>
|
|
661
|
+
</svg>`, xn = `<?xml version="1.0" encoding="utf-8"?>
|
|
662
|
+
<svg width="800px" height="800px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
|
663
|
+
<title>bullet</title>
|
|
664
|
+
<path d="M12.096 16q0 1.632 1.152 2.784t2.752 1.12 2.752-1.12 1.152-2.784-1.152-2.752-2.752-1.152-2.752 1.152-1.152 2.752z"></path>
|
|
665
|
+
</svg>`, vn = `<svg width="20" height="19" viewBox="0 0 20 19" xmlns="http://www.w3.org/2000/svg">
|
|
666
|
+
<path d="M2 19C1.45 19 0.979167 18.8042 0.5875 18.4125C0.195833 18.0208 0 17.55 0 17V6C0 5.45 0.195833 4.97917 0.5875 4.5875C0.979167 4.19583 1.45 4 2 4H6V2C6 1.45 6.19583 0.979167 6.5875 0.5875C6.97917 0.195833 7.45 0 8 0H12C12.55 0 13.0208 0.195833 13.4125 0.5875C13.8042 0.979167 14 1.45 14 2V4H18C18.55 4 19.0208 4.19583 19.4125 4.5875C19.8042 4.97917 20 5.45 20 6V17C20 17.55 19.8042 18.0208 19.4125 18.4125C19.0208 18.8042 18.55 19 18 19H2ZM2 17H18V6H2V17ZM8 4H12V2H8V4Z" />
|
|
667
|
+
</svg>
|
|
668
|
+
`, mn = `<svg width="18" height="14" viewBox="0 0 18 14" xmlns="http://www.w3.org/2000/svg">
|
|
669
|
+
<path d="M5.79496 10.875L1.62496 6.70501L0.204956 8.11501L5.79496 13.705L17.795 1.70501L16.385 0.295013L5.79496 10.875Z"/>
|
|
670
|
+
</svg>
|
|
671
|
+
`, fn = `<svg width="9" height="16" viewBox="0 0 9 16" xmlns="http://www.w3.org/2000/svg">
|
|
672
|
+
<path d="M1.5 0.500001L9 8L1.5 15.5L0.168749 14.1687L6.3375 8L0.16875 1.83125L1.5 0.500001Z"/>
|
|
673
|
+
</svg>`, gn = `<svg width="14" height="16" viewBox="0 0 14 16" xmlns="http://www.w3.org/2000/svg">
|
|
674
|
+
<path d="M1.4 15.2414L0 13.7931L5.6 7.99998L0 2.20688L1.4 0.758606L7 6.55171L12.6 0.758606L14 2.20688L8.4 7.99998L14 13.7931L12.6 15.2414L7 9.44826L1.4 15.2414Z"/>
|
|
675
|
+
</svg>
|
|
676
|
+
`, Cn = `<svg width="14" height="14" viewBox="0 0 14 14" xmlns="http://www.w3.org/2000/svg">
|
|
677
|
+
<path d="M6 8H0V6H6V0H8V6H14V8H8V14H6V8Z" />
|
|
678
|
+
</svg>
|
|
679
|
+
`, yn = `<svg width="14" height="2" viewBox="0 0 14 2" xmlns="http://www.w3.org/2000/svg">
|
|
680
|
+
<rect width="14" height="2" />
|
|
681
|
+
</svg>
|
|
682
|
+
`, bn = `<?xml version="1.0" encoding="utf-8"?>
|
|
683
|
+
<svg width="800px" height="800px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
|
684
|
+
<title>download</title>
|
|
685
|
+
<path d="M9.29,15.71a1,1,0,0,0,1.42,0l4.95-5a1,1,0,0,0-1.42-1.42L11,12.59V1A1,1,0,0,0,9,1V12.59L5.76,9.34a1,1,0,0,0-1.42,0,1,1,0,0,0,0,1.42Z"/>
|
|
686
|
+
<path d="M19,18H1a1,1,0,0,0,0,2H19a1,1,0,0,0,0-2Z"/>
|
|
687
|
+
</svg>`, kn = `<svg width="20" height="22" viewBox="0 0 20 22" xmlns="http://www.w3.org/2000/svg">
|
|
688
|
+
<path d="M0 22V18H20V22H0ZM4 14H5.4L13.2 6.225L11.775 4.8L4 12.6V14ZM2 16V11.75L13.2 0.575C13.3833 0.391667 13.5958 0.25 13.8375 0.15C14.0792 0.05 14.3333 0 14.6 0C14.8667 0 15.125 0.05 15.375 0.15C15.625 0.25 15.85 0.4 16.05 0.6L17.425 2C17.625 2.18333 17.7708 2.4 17.8625 2.65C17.9542 2.9 18 3.15833 18 3.425C18 3.675 17.9542 3.92083 17.8625 4.1625C17.7708 4.40417 17.625 4.625 17.425 4.825L6.25 16H2Z"/>
|
|
689
|
+
</svg>
|
|
690
|
+
`, An = `<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
|
691
|
+
<path d="M0 20V7.975L7 5V7L12 5V8H20V20H0ZM2 18H18V10H10V7.95L5 9.95V8L2 9.325V18ZM9 16H11V12H9V16ZM5 16H7V12H5V16ZM13 16H15V12H13V16ZM20 8H15L16 0H19L20 8Z" />
|
|
692
|
+
</svg>
|
|
693
|
+
`, Mn = `<?xml version="1.0" encoding="utf-8"?>
|
|
694
|
+
<svg width="800px" height="800px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
|
695
|
+
<title>forward</title>
|
|
696
|
+
<path d="M19,0H1A1,1,0,0,0,0,1V19a1,1,0,0,0,1,1H19a1,1,0,0,0,1-1V1A1,1,0,0,0,19,0ZM18,18H2V2H18Z"/>
|
|
697
|
+
<path d="M5,11h7.59L9.34,14.24a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l5-4.95a1,1,0,0,0,0-1.42l-5-4.95A1,1,0,0,0,9.34,5.76L12.59,9H5a1,1,0,0,0,0,2Z"/>
|
|
698
|
+
</svg>`, jn = `<?xml version="1.0" encoding="utf-8"?>
|
|
699
|
+
<svg width="800px" height="800px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
|
700
|
+
<title>globe</title>
|
|
701
|
+
<path d="M10,0A10,10,0,1,0,20,10,10,10,0,0,0,10,0Zm0,18c-.61-.24-2-2.63-2.23-7h4.46C12,15.36,10.61,17.75,10,18ZM10,2c.61.24,2,2.63,2.23,7H7.77C8,4.64,9.39,2.25,10,2Zm7.93,7h-3.7a17.17,17.17,0,0,0-1.42-6.48A8,8,0,0,1,17.93,9ZM7.19,2.52A17.17,17.17,0,0,0,5.77,9H2.07A8,8,0,0,1,7.19,2.52ZM2.07,11h3.7a17.17,17.17,0,0,0,1.42,6.48A8,8,0,0,1,2.07,11Zm10.74,6.48A17.17,17.17,0,0,0,14.23,11h3.7A8,8,0,0,1,12.81,17.48Z"/>
|
|
702
|
+
</svg>`, zn = `<svg width="20" height="16" viewBox="0 0 20 16" xmlns="http://www.w3.org/2000/svg">
|
|
703
|
+
<path d="M2 16C1.45 16 0.979167 15.8042 0.5875 15.4125C0.195833 15.0208 0 14.55 0 14V2C0 1.45 0.195833 0.979167 0.5875 0.5875C0.979167 0.195833 1.45 0 2 0H18C18.55 0 19.0208 0.195833 19.4125 0.5875C19.8042 0.979167 20 1.45 20 2V14C20 14.55 19.8042 15.0208 19.4125 15.4125C19.0208 15.8042 18.55 16 18 16H2ZM10 9L2 4V14H18V4L10 9ZM10 7L18 2H2L10 7ZM2 4V2V14V4Z"/>
|
|
704
|
+
</svg>
|
|
705
|
+
`, Ln = `<?xml version="1.0" encoding="utf-8"?>
|
|
706
|
+
<svg width="800px" height="800px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
|
707
|
+
<title>new tab</title>
|
|
708
|
+
<path d="M17,12a1,1,0,0,0-1,1v5H2V4H7A1,1,0,0,0,7,2H1A1,1,0,0,0,0,3V19a1,1,0,0,0,1,1H17a1,1,0,0,0,1-1V13A1,1,0,0,0,17,12Z"/>
|
|
709
|
+
<path d="M19,0H12a1,1,0,0,0,0,2h4.59l-8.3,8.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0L18,3.41V8a1,1,0,0,0,2,0V1A1,1,0,0,0,19,0Z"/>
|
|
710
|
+
</svg>`, Hn = `<svg width="18" height="20" viewBox="0 0 18 20" xmlns="http://www.w3.org/2000/svg">
|
|
711
|
+
<path d="M2 20C1.45 20 0.979167 19.8042 0.5875 19.4125C0.195833 19.0208 0 18.55 0 18V4C0 3.45 0.195833 2.97917 0.5875 2.5875C0.979167 2.19583 1.45 2 2 2H6.175C6.35833 1.41667 6.71667 0.9375 7.25 0.5625C7.78333 0.1875 8.36667 0 9 0C9.66667 0 10.2625 0.1875 10.7875 0.5625C11.3125 0.9375 11.6667 1.41667 11.85 2H16C16.55 2 17.0208 2.19583 17.4125 2.5875C17.8042 2.97917 18 3.45 18 4V18C18 18.55 17.8042 19.0208 17.4125 19.4125C17.0208 19.8042 16.55 20 16 20H2ZM2 18H16V4H14V7H4V4H2V18ZM9 4C9.28333 4 9.52083 3.90417 9.7125 3.7125C9.90417 3.52083 10 3.28333 10 3C10 2.71667 9.90417 2.47917 9.7125 2.2875C9.52083 2.09583 9.28333 2 9 2C8.71667 2 8.47917 2.09583 8.2875 2.2875C8.09583 2.47917 8 2.71667 8 3C8 3.28333 8.09583 3.52083 8.2875 3.7125C8.47917 3.90417 8.71667 4 9 4Z"/>
|
|
712
|
+
</svg>
|
|
713
|
+
`, Sn = `<svg width="15" height="18" viewBox="0 0 15 18" xmlns="http://www.w3.org/2000/svg">
|
|
714
|
+
<path d="M15 9L-8.15666e-07 17.6603L-5.85621e-08 0.339745L15 9Z"/>
|
|
715
|
+
</svg>
|
|
716
|
+
`, Vn = `<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
|
717
|
+
<path d="M9 20V11.725C8.7 11.5417 8.45833 11.3042 8.275 11.0125C8.09167 10.7208 8 10.3833 8 10C8 9.45 8.19583 8.97917 8.5875 8.5875C8.97917 8.19583 9.45 8 10 8C10.55 8 11.0208 8.19583 11.4125 8.5875C11.8042 8.97917 12 9.45 12 10C12 10.3833 11.9083 10.725 11.725 11.025C11.5417 11.325 11.3 11.5583 11 11.725V20H9ZM3.1 17.25C2.15 16.3333 1.39583 15.2542 0.8375 14.0125C0.279167 12.7708 0 11.4333 0 10C0 8.61667 0.2625 7.31667 0.7875 6.1C1.3125 4.88333 2.025 3.825 2.925 2.925C3.825 2.025 4.88333 1.3125 6.1 0.7875C7.31667 0.2625 8.61667 0 10 0C11.3833 0 12.6833 0.2625 13.9 0.7875C15.1167 1.3125 16.175 2.025 17.075 2.925C17.975 3.825 18.6875 4.88333 19.2125 6.1C19.7375 7.31667 20 8.61667 20 10C20 11.4333 19.7208 12.775 19.1625 14.025C18.6042 15.275 17.85 16.35 16.9 17.25L15.5 15.85C16.2667 15.1167 16.875 14.2458 17.325 13.2375C17.775 12.2292 18 11.15 18 10C18 7.76667 17.225 5.875 15.675 4.325C14.125 2.775 12.2333 2 10 2C7.76667 2 5.875 2.775 4.325 4.325C2.775 5.875 2 7.76667 2 10C2 11.15 2.225 12.225 2.675 13.225C3.125 14.225 3.74167 15.0917 4.525 15.825L3.1 17.25ZM5.925 14.425C5.34167 13.875 4.875 13.2208 4.525 12.4625C4.175 11.7042 4 10.8833 4 10C4 8.33333 4.58333 6.91667 5.75 5.75C6.91667 4.58333 8.33333 4 10 4C11.6667 4 13.0833 4.58333 14.25 5.75C15.4167 6.91667 16 8.33333 16 10C16 10.8833 15.825 11.7083 15.475 12.475C15.125 13.2417 14.6583 13.8917 14.075 14.425L12.65 13C13.0667 12.6167 13.3958 12.1667 13.6375 11.65C13.8792 11.1333 14 10.5833 14 10C14 8.9 13.6083 7.95833 12.825 7.175C12.0417 6.39167 11.1 6 10 6C8.9 6 7.95833 6.39167 7.175 7.175C6.39167 7.95833 6 8.9 6 10C6 10.6 6.12083 11.1542 6.3625 11.6625C6.60417 12.1708 6.93333 12.6167 7.35 13L5.925 14.425Z"/>
|
|
718
|
+
</svg>
|
|
719
|
+
`, Nn = `<svg width="31" height="27" viewBox="0 0 31 27" xmlns="http://www.w3.org/2000/svg">
|
|
720
|
+
<path d="M0.419576 26.2977V11.5524C0.419576 8.22477 1.54913 5.64511 3.80824 3.8134C6.06735 1.95116 9.28811 0.806337 13.4705 0.378939V7.5684C11.0282 7.90422 9.15073 8.53005 7.83801 9.44591C6.52528 10.3618 5.65522 11.644 5.22782 13.2925H13.4705V26.2977H0.419576ZM17.1797 26.2977V11.5524C17.1797 8.22477 18.3093 5.64511 20.5684 3.8134C22.8275 1.95116 26.0483 0.806337 30.2307 0.378939V7.5684C27.7884 7.90422 25.9109 8.53005 24.5982 9.44591C23.2854 10.3618 22.4154 11.644 21.988 13.2925H30.2307V26.2977H17.1797Z"/>
|
|
721
|
+
</svg>
|
|
722
|
+
`, En = `<?xml version="1.0" encoding="utf-8"?>
|
|
723
|
+
<svg width="800px" height="800px" viewBox="0 0 16 20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
|
724
|
+
<title>refresh</title>
|
|
725
|
+
<path d="M9.33,19.82a.76.76,0,0,0,.08-1.06L8.71,18A8,8,0,0,0,16,10.14a7.91,7.91,0,0,0-2.81-6.21,1,1,0,0,0-1.4.11,1,1,0,0,0,.11,1.41,6,6,0,0,1-3,10.47l.6-.65a.75.75,0,0,0-1.1-1l-2,2.21a.7.7,0,0,0-.2.51.74.74,0,0,0,.18.48l2,2.29A.76.76,0,0,0,9.33,19.82Z"/>
|
|
726
|
+
<path d="M4.1,14.56a6,6,0,0,1,3-10.48l-.6.65a.73.73,0,0,0-.2.51.75.75,0,0,0,1.3.51l2-2.21a.74.74,0,0,0,0-1L7.73.26A.76.76,0,0,0,6.67.18a.75.75,0,0,0-.08,1.06l.69.81A8,8,0,0,0,0,9.86V10a8,8,0,0,0,2.8,6.07A1,1,0,0,0,4.21,16,1,1,0,0,0,4.1,14.56Z"/>
|
|
727
|
+
</svg>`, On = `<svg width="18" height="18" viewBox="0 0 18 18" xmlns="http://www.w3.org/2000/svg">
|
|
728
|
+
<path d="M16.6 18L10.3 11.7C9.8 12.1 9.225 12.4167 8.575 12.65C7.925 12.8833 7.23333 13 6.5 13C4.68333 13 3.14583 12.3708 1.8875 11.1125C0.629167 9.85417 0 8.31667 0 6.5C0 4.68333 0.629167 3.14583 1.8875 1.8875C3.14583 0.629167 4.68333 0 6.5 0C8.31667 0 9.85417 0.629167 11.1125 1.8875C12.3708 3.14583 13 4.68333 13 6.5C13 7.23333 12.8833 7.925 12.65 8.575C12.4167 9.225 12.1 9.8 11.7 10.3L18 16.6L16.6 18ZM6.5 11C7.75 11 8.8125 10.5625 9.6875 9.6875C10.5625 8.8125 11 7.75 11 6.5C11 5.25 10.5625 4.1875 9.6875 3.3125C8.8125 2.4375 7.75 2 6.5 2C5.25 2 4.1875 2.4375 3.3125 3.3125C2.4375 4.1875 2 5.25 2 6.5C2 7.75 2.4375 8.8125 3.3125 9.6875C4.1875 10.5625 5.25 11 6.5 11Z"/>
|
|
729
|
+
</svg>
|
|
730
|
+
`, Bn = `<svg width="20" height="16" viewBox="0 0 20 16" xmlns="http://www.w3.org/2000/svg">
|
|
731
|
+
<path d="M2 16C1.45 16 0.979167 15.8042 0.5875 15.4125C0.195833 15.0208 0 14.55 0 14V2C0 1.45 0.195833 0.979167 0.5875 0.5875C0.979167 0.195833 1.45 0 2 0H14C14.55 0 15.0208 0.195833 15.4125 0.5875C15.8042 0.979167 16 1.45 16 2V6.5L20 2.5V13.5L16 9.5V14C16 14.55 15.8042 15.0208 15.4125 15.4125C15.0208 15.8042 14.55 16 14 16H2ZM2 14H14V2H2V14Z"/>
|
|
732
|
+
</svg>
|
|
733
|
+
`, Rn = `<svg width="18" height="20" viewBox="0 0 18 20" xmlns="http://www.w3.org/2000/svg">
|
|
734
|
+
<path d="M3 20C2.16667 20 1.45833 19.7083 0.875 19.125C0.291667 18.5417 0 17.8333 0 17V14H3V0H18V17C18 17.8333 17.7083 18.5417 17.125 19.125C16.5417 19.7083 15.8333 20 15 20H3ZM15 18C15.2833 18 15.5208 17.9042 15.7125 17.7125C15.9042 17.5208 16 17.2833 16 17V2H5V14H14V17C14 17.2833 14.0958 17.5208 14.2875 17.7125C14.4792 17.9042 14.7167 18 15 18ZM6 7V5H15V7H6ZM6 10V8H15V10H6ZM3 18H12V16H2V17C2 17.2833 2.09583 17.5208 2.2875 17.7125C2.47917 17.9042 2.71667 18 3 18ZM3 18H2H12H3Z" />
|
|
735
|
+
</svg>
|
|
736
736
|
`, Tn = (e) => e == "t2u-back" ? wn : e == "t2u-bullet" ? xn : e == "t2u-casestudy" ? vn : e == "t2u-check" ? mn : e == "t2u-chevron-right" ? fn : e == "t2u-close" ? gn : e == "t2u-collapse-close" ? Cn : e == "t2u-collapse-open" ? yn : e == "t2u-download" ? bn : e == "t2u-edit" ? kn : e == "t2u-factory" ? An : e == "t2u-forward" ? Mn : e == "t2u-globe" ? jn : e == "t2u-mail" ? zn : e == "t2u-new-tab" ? Ln : e == "t2u-paste" ? Hn : e == "t2u-play" ? Sn : e == "t2u-podcasts" ? Vn : e == "t2u-quotation" ? Nn : e == "t2u-refresh" ? En : e == "t2u-search" ? On : e == "t2u-videocam" ? Bn : e == "t2u-whitepaper" ? Rn : null, Pn = `<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="t2-icon--enclosed-arrow-down-dark-16px" viewBox="0 0 18 18">\r
|
|
737
737
|
<title>enclosed arrow down dark 16px</title>\r
|
|
738
738
|
<g class="nc-icon-wrapper">\r
|
|
@@ -1840,15 +1840,15 @@ const wn = `<?xml version="1.0" encoding="utf-8"?>\r
|
|
|
1840
1840
|
c-0.0022,0.022-0.004,0.0431-0.006,0.0647C33.7911,24.8779,32.6238,22.4475,32.2109,21.0513z"/>\r
|
|
1841
1841
|
</g>\r
|
|
1842
1842
|
</g>\r
|
|
1843
|
-
</svg>\r`, q7 = ` <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="mxp-icon-benefit-boost-accuracy" viewBox="0 0 48 48"
|
|
1844
|
-
<path d="M5,31l.22,0A1,1,0,0,0,6,29.75,18,18,0,0,1,6.21,21,17.82,17.82,0,0,1,14.79,9.85a19.92,19.92,0,0,1,3.26-1.51,1,1,0,0,0-.67-1.89,21.5,21.5,0,0,0-3.59,1.67A19.72,19.72,0,0,0,4.28,20.51,20,20,0,0,0,4,30.19,1,1,0,0,0,5,31Z"
|
|
1845
|
-
<path d="M29.89,8.34A17.75,17.75,0,0,1,40,16.59a17.74,17.74,0,0,1,2,13.16,1,1,0,0,0,.76,1.2L43,31a1,1,0,0,0,1-.78,19.7,19.7,0,0,0-2.26-14.6A19.73,19.73,0,0,0,30.51,6.44a1,1,0,0,0-1.26.64A1,1,0,0,0,29.89,8.34Z"
|
|
1846
|
-
<path d="M36.31,39.54a19.38,19.38,0,0,1-3.1,2.21,17.83,17.83,0,0,1-14,1.84,18.06,18.06,0,0,1-7.56-4A1,1,0,0,0,10.32,41a20,20,0,0,0,8.4,4.49,21.14,21.14,0,0,0,5.45.74,19.87,19.87,0,0,0,10-2.78,21.63,21.63,0,0,0,3.42-2.43,1,1,0,0,0-1.32-1.51Z"
|
|
1847
|
-
<path d="M24.77,1.65a1,1,0,0,0-1.4,0L19.9,5a1,1,0,0,0,0,1.42,1,1,0,0,0,.72.3,1,1,0,0,0,.69-.28l1.78-1.73v6.8a1,1,0,1,0,2,0V4.74l1.64,1.6A1,1,0,0,0,28.1,4.91Z"
|
|
1848
|
-
<path d="M11,32.35,5.16,35.51l.62-2.09a1,1,0,0,0-1.95-.58L2.51,37.29a1,1,0,0,0,.09.77,1,1,0,0,0,.6.49l4.44,1.31a1,1,0,0,0,.29,0,1,1,0,0,0,.29-2L6.14,37.3l5.8-3.16a1,1,0,0,0-1-1.79Z"
|
|
1849
|
-
<path d="M45.49,37.23l-1.3-4.48a1,1,0,0,0-1.92.56l.64,2.19-6-3.2A1,1,0,1,0,36,34.06l6,3.21L39.61,38a1,1,0,0,0-.58.48,1,1,0,0,0-.07.78,1,1,0,0,0,1.26.65l4.61-1.47A1,1,0,0,0,45.49,37.23Z"
|
|
1850
|
-
<path d="M23.54,37.33h0a1,1,0,0,0,.43.1h0a.93.93,0,0,0,.42-.1h0l9.64-4.94a1,1,0,0,0,.54-.89V20.35a.88.88,0,0,0,0-.16,1.36,1.36,0,0,0,0-.17l0-.06v0a.34.34,0,0,0-.08-.09.67.67,0,0,0-.09-.14l-.06-.05-.13-.1-.09-.07-9.64-4.82a1,1,0,0,0-.9,0l-9.64,4.82a.71.71,0,0,1-.09.07l-.14.1,0,.05a.67.67,0,0,0-.09.14.34.34,0,0,0-.08.09v0l0,.06a1.36,1.36,0,0,0,0,.17.88.88,0,0,0,0,.16V31.5a1,1,0,0,0,.54.89Zm9.1-6.44L25,34.81v-9L32.64,22ZM24,16.67l7.4,3.71L24,24.08l-7.4-3.7ZM15.36,22,23,25.81v9l-7.64-3.92Z"
|
|
1851
|
-
</svg
|
|
1843
|
+
</svg>\r`, q7 = ` <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="mxp-icon-benefit-boost-accuracy" viewBox="0 0 48 48">
|
|
1844
|
+
<path d="M5,31l.22,0A1,1,0,0,0,6,29.75,18,18,0,0,1,6.21,21,17.82,17.82,0,0,1,14.79,9.85a19.92,19.92,0,0,1,3.26-1.51,1,1,0,0,0-.67-1.89,21.5,21.5,0,0,0-3.59,1.67A19.72,19.72,0,0,0,4.28,20.51,20,20,0,0,0,4,30.19,1,1,0,0,0,5,31Z"/>
|
|
1845
|
+
<path d="M29.89,8.34A17.75,17.75,0,0,1,40,16.59a17.74,17.74,0,0,1,2,13.16,1,1,0,0,0,.76,1.2L43,31a1,1,0,0,0,1-.78,19.7,19.7,0,0,0-2.26-14.6A19.73,19.73,0,0,0,30.51,6.44a1,1,0,0,0-1.26.64A1,1,0,0,0,29.89,8.34Z"/>
|
|
1846
|
+
<path d="M36.31,39.54a19.38,19.38,0,0,1-3.1,2.21,17.83,17.83,0,0,1-14,1.84,18.06,18.06,0,0,1-7.56-4A1,1,0,0,0,10.32,41a20,20,0,0,0,8.4,4.49,21.14,21.14,0,0,0,5.45.74,19.87,19.87,0,0,0,10-2.78,21.63,21.63,0,0,0,3.42-2.43,1,1,0,0,0-1.32-1.51Z"/>
|
|
1847
|
+
<path d="M24.77,1.65a1,1,0,0,0-1.4,0L19.9,5a1,1,0,0,0,0,1.42,1,1,0,0,0,.72.3,1,1,0,0,0,.69-.28l1.78-1.73v6.8a1,1,0,1,0,2,0V4.74l1.64,1.6A1,1,0,0,0,28.1,4.91Z"/>
|
|
1848
|
+
<path d="M11,32.35,5.16,35.51l.62-2.09a1,1,0,0,0-1.95-.58L2.51,37.29a1,1,0,0,0,.09.77,1,1,0,0,0,.6.49l4.44,1.31a1,1,0,0,0,.29,0,1,1,0,0,0,.29-2L6.14,37.3l5.8-3.16a1,1,0,0,0-1-1.79Z"/>
|
|
1849
|
+
<path d="M45.49,37.23l-1.3-4.48a1,1,0,0,0-1.92.56l.64,2.19-6-3.2A1,1,0,1,0,36,34.06l6,3.21L39.61,38a1,1,0,0,0-.58.48,1,1,0,0,0-.07.78,1,1,0,0,0,1.26.65l4.61-1.47A1,1,0,0,0,45.49,37.23Z"/>
|
|
1850
|
+
<path d="M23.54,37.33h0a1,1,0,0,0,.43.1h0a.93.93,0,0,0,.42-.1h0l9.64-4.94a1,1,0,0,0,.54-.89V20.35a.88.88,0,0,0,0-.16,1.36,1.36,0,0,0,0-.17l0-.06v0a.34.34,0,0,0-.08-.09.67.67,0,0,0-.09-.14l-.06-.05-.13-.1-.09-.07-9.64-4.82a1,1,0,0,0-.9,0l-9.64,4.82a.71.71,0,0,1-.09.07l-.14.1,0,.05a.67.67,0,0,0-.09.14.34.34,0,0,0-.08.09v0l0,.06a1.36,1.36,0,0,0,0,.17.88.88,0,0,0,0,.16V31.5a1,1,0,0,0,.54.89Zm9.1-6.44L25,34.81v-9L32.64,22ZM24,16.67l7.4,3.71L24,24.08l-7.4-3.7ZM15.36,22,23,25.81v9l-7.64-3.92Z"/>
|
|
1851
|
+
</svg>
|
|
1852
1852
|
`, J7 = ` <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="mxp-icon-benefit-cost-savings"\r
|
|
1853
1853
|
xmlns="http://www.w3.org/2000/svg"\r
|
|
1854
1854
|
xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 48 48" style="enable-background:new 0 0 48 48;" xml:space="preserve">\r
|
|
@@ -2215,9 +2215,9 @@ const wn = `<?xml version="1.0" encoding="utf-8"?>\r
|
|
|
2215
2215
|
c0.0121-0.0124,0.0159-0.029,0.0273-0.0418l7.512-7.4982c2.0137,0.7344,4.0498,0.7247,5.9368-0.834\r
|
|
2216
2216
|
c0.501-0.4146,0.8047-1.0078,0.834-1.6279c0.0264-0.5815-0.1865-1.1299-0.6006-1.5439l-7.8129-7.8141l0.1948-0.1946\r
|
|
2217
2217
|
c4.5332-4.5342,11.9043-4.5405,16.4277-0.0181c5.1035,5.104,2.4941,11.3364-1.291,15.1216L38.3729,27.3533z"/>\r
|
|
2218
|
-
</svg>\r`, i8 = ` <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="mxp-icon-central" viewBox="0 0 48 48"
|
|
2219
|
-
<path d="M45.52,23.57l-3.06-3.5A1,1,0,0,0,41,21.39l1.61,1.84H33V16a1,1,0,0,0-1-1H25V5.66l1.84,1.61a1,1,0,0,0,.66.25,1,1,0,0,0,.75-.34,1,1,0,0,0-.09-1.41l-3.5-3.06a1,1,0,0,0-1.32,0l-3.5,3.06a1,1,0,0,0,1.32,1.5L23,5.66V15H16a1,1,0,0,0-1,1v7.23H5.43L7,21.39a1,1,0,0,0-1.5-1.32l-3.06,3.5a1,1,0,0,0,0,1.32l3.06,3.5a1,1,0,0,0,.75.34A1,1,0,0,0,7,28.48,1,1,0,0,0,7,27.07L5.43,25.23H15V32a1,1,0,0,0,1,1h7v9.8l-1.84-1.62a1,1,0,0,0-1.32,1.51l3.5,3.06a1,1,0,0,0,1.32,0l3.5-3.06a1,1,0,0,0-1.32-1.51L25,42.8V33h7a1,1,0,0,0,1-1V25.23h9.57L41,27.07a1,1,0,0,0,.09,1.41,1,1,0,0,0,.66.25,1,1,0,0,0,.75-.34l3.06-3.5A1,1,0,0,0,45.52,23.57ZM31,31H17V17H31Z"
|
|
2220
|
-
</svg
|
|
2218
|
+
</svg>\r`, i8 = ` <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="mxp-icon-central" viewBox="0 0 48 48">
|
|
2219
|
+
<path d="M45.52,23.57l-3.06-3.5A1,1,0,0,0,41,21.39l1.61,1.84H33V16a1,1,0,0,0-1-1H25V5.66l1.84,1.61a1,1,0,0,0,.66.25,1,1,0,0,0,.75-.34,1,1,0,0,0-.09-1.41l-3.5-3.06a1,1,0,0,0-1.32,0l-3.5,3.06a1,1,0,0,0,1.32,1.5L23,5.66V15H16a1,1,0,0,0-1,1v7.23H5.43L7,21.39a1,1,0,0,0-1.5-1.32l-3.06,3.5a1,1,0,0,0,0,1.32l3.06,3.5a1,1,0,0,0,.75.34A1,1,0,0,0,7,28.48,1,1,0,0,0,7,27.07L5.43,25.23H15V32a1,1,0,0,0,1,1h7v9.8l-1.84-1.62a1,1,0,0,0-1.32,1.51l3.5,3.06a1,1,0,0,0,1.32,0l3.5-3.06a1,1,0,0,0-1.32-1.51L25,42.8V33h7a1,1,0,0,0,1-1V25.23h9.57L41,27.07a1,1,0,0,0,.09,1.41,1,1,0,0,0,.66.25,1,1,0,0,0,.75-.34l3.06-3.5A1,1,0,0,0,45.52,23.57ZM31,31H17V17H31Z"/>
|
|
2220
|
+
</svg>
|
|
2221
2221
|
`, d8 = ` <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="mxp-icon-chat-bubble"\r
|
|
2222
2222
|
xmlns="http://www.w3.org/2000/svg"\r
|
|
2223
2223
|
xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 48 48" style="enable-background:new 0 0 48 48;" xml:space="preserve">\r
|
|
@@ -5271,29 +5271,29 @@ const wn = `<?xml version="1.0" encoding="utf-8"?>\r
|
|
|
5271
5271
|
c0.1597,0.0938,0.335,0.1387,0.5078,0.1387c0.3418,0,0.6753-0.1758,0.8618-0.4912l2.417-4.0889\r
|
|
5272
5272
|
C17.3599,39.7021,17.2021,39.0889,16.7266,38.8076z"/>\r
|
|
5273
5273
|
</g>\r
|
|
5274
|
-
</svg>\r`, vc = ` <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="mxp-icon-self-service" viewBox="0 0 48 48"
|
|
5275
|
-
<!-- <defs
|
|
5276
|
-
<style>.cls-1,.cls-2{stroke:current-color;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;}.cls-2{fill:none;}</style
|
|
5277
|
-
</defs>
|
|
5278
|
-
<path d="M24,23.83A10.21,10.21,0,0,0,13.52,32.9v5a1,1,0,0,0,1,1h19a1,1,0,0,0,1-1v-5A10.23,10.23,0,0,0,24,23.83Zm8.5,13.07h-17v-4A8.18,8.18,0,0,1,24,25.83a8.22,8.22,0,0,1,8.5,7.07Z"
|
|
5279
|
-
<path d="M24,9.1a6.7,6.7,0,1,0,6.7,6.7A6.7,6.7,0,0,0,24,9.1Zm0,11.4a4.7,4.7,0,1,1,4.7-4.7A4.7,4.7,0,0,1,24,20.5Z"
|
|
5280
|
-
<line class="cls-1" x1="4" y1="4" x2="12.91" y2="12.91"
|
|
5281
|
-
<polyline class="cls-2" points="4 8.95 4 4 8.95 4"
|
|
5282
|
-
<line class="cls-1" x1="43.91" y1="4" x2="35" y2="12.91"
|
|
5283
|
-
<polyline class="cls-2" points="43.91 8.95 43.91 4 38.95 4"
|
|
5284
|
-
<line class="cls-1" x1="43.91" y1="43.91" x2="38" y2="38"
|
|
5285
|
-
<polyline class="cls-2" points="43.91 38.95 43.91 43.91 38.95 43.91"
|
|
5286
|
-
<line class="cls-1" x1="4" y1="43.91" x2="9.95" y2="37.95"
|
|
5287
|
-
<polyline class="cls-2" points="4 38.95 4 43.91 8.95 43.91"
|
|
5288
|
-
<line class="cls-1" x1="2.77" y1="24" x2="14" y2="24"
|
|
5289
|
-
<polyline class="cls-2" points="6.27 20.5 2.77 24 6.27 27.5"
|
|
5290
|
-
<line class="cls-1" x1="46" y1="24" x2="34.77" y2="24"
|
|
5291
|
-
<polyline class="cls-2" points="42.5 27.5 46 24 42.5 20.5"
|
|
5292
|
-
<line class="cls-1" x1="24" y1="1.38" x2="24" y2="6.62"
|
|
5293
|
-
<polyline class="cls-2" points="27.5 4.89 24 1.38 20.5 4.89"
|
|
5294
|
-
<line class="cls-1" x1="24" y1="46.39" x2="24" y2="41.15"
|
|
5295
|
-
<polyline class="cls-2" points="20.5 42.89 24 46.39 27.5 42.89"
|
|
5296
|
-
</svg
|
|
5274
|
+
</svg>\r`, vc = ` <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="mxp-icon-self-service" viewBox="0 0 48 48">
|
|
5275
|
+
<!-- <defs>
|
|
5276
|
+
<style>.cls-1,.cls-2{stroke:current-color;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;}.cls-2{fill:none;}</style>
|
|
5277
|
+
</defs> -->
|
|
5278
|
+
<path d="M24,23.83A10.21,10.21,0,0,0,13.52,32.9v5a1,1,0,0,0,1,1h19a1,1,0,0,0,1-1v-5A10.23,10.23,0,0,0,24,23.83Zm8.5,13.07h-17v-4A8.18,8.18,0,0,1,24,25.83a8.22,8.22,0,0,1,8.5,7.07Z"/>
|
|
5279
|
+
<path d="M24,9.1a6.7,6.7,0,1,0,6.7,6.7A6.7,6.7,0,0,0,24,9.1Zm0,11.4a4.7,4.7,0,1,1,4.7-4.7A4.7,4.7,0,0,1,24,20.5Z"/>
|
|
5280
|
+
<line class="cls-1" x1="4" y1="4" x2="12.91" y2="12.91"/>
|
|
5281
|
+
<polyline class="cls-2" points="4 8.95 4 4 8.95 4"/>
|
|
5282
|
+
<line class="cls-1" x1="43.91" y1="4" x2="35" y2="12.91"/>
|
|
5283
|
+
<polyline class="cls-2" points="43.91 8.95 43.91 4 38.95 4"/>
|
|
5284
|
+
<line class="cls-1" x1="43.91" y1="43.91" x2="38" y2="38"/>
|
|
5285
|
+
<polyline class="cls-2" points="43.91 38.95 43.91 43.91 38.95 43.91"/>
|
|
5286
|
+
<line class="cls-1" x1="4" y1="43.91" x2="9.95" y2="37.95"/>
|
|
5287
|
+
<polyline class="cls-2" points="4 38.95 4 43.91 8.95 43.91"/>
|
|
5288
|
+
<line class="cls-1" x1="2.77" y1="24" x2="14" y2="24"/>
|
|
5289
|
+
<polyline class="cls-2" points="6.27 20.5 2.77 24 6.27 27.5"/>
|
|
5290
|
+
<line class="cls-1" x1="46" y1="24" x2="34.77" y2="24"/>
|
|
5291
|
+
<polyline class="cls-2" points="42.5 27.5 46 24 42.5 20.5"/>
|
|
5292
|
+
<line class="cls-1" x1="24" y1="1.38" x2="24" y2="6.62"/>
|
|
5293
|
+
<polyline class="cls-2" points="27.5 4.89 24 1.38 20.5 4.89"/>
|
|
5294
|
+
<line class="cls-1" x1="24" y1="46.39" x2="24" y2="41.15"/>
|
|
5295
|
+
<polyline class="cls-2" points="20.5 42.89 24 46.39 27.5 42.89"/>
|
|
5296
|
+
</svg>
|
|
5297
5297
|
`, mc = ` <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="mxp-icon-shading"\r
|
|
5298
5298
|
xmlns="http://www.w3.org/2000/svg"\r
|
|
5299
5299
|
xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 48 48" style="enable-background:new 0 0 48 48;" xml:space="preserve">\r
|
|
@@ -6314,7 +6314,7 @@ const wn = `<?xml version="1.0" encoding="utf-8"?>\r
|
|
|
6314
6314
|
] });
|
|
6315
6315
|
}, T0 = () => {
|
|
6316
6316
|
const [e, r] = K(0);
|
|
6317
|
-
return
|
|
6317
|
+
return u0(() => {
|
|
6318
6318
|
const t = () => {
|
|
6319
6319
|
let s = 0;
|
|
6320
6320
|
return typeof window < "u" && (s = window.innerWidth, r(s), window.addEventListener("resize", t)), () => {
|
|
@@ -6590,7 +6590,7 @@ const xl = /* @__PURE__ */ l2(wl), vl = (e, r) => {
|
|
|
6590
6590
|
var c0;
|
|
6591
6591
|
(c0 = B == null ? void 0 : B.current) != null && c0.offsetWidth && T();
|
|
6592
6592
|
}, 1e3);
|
|
6593
|
-
|
|
6593
|
+
u0(() => {
|
|
6594
6594
|
var c0, Z0;
|
|
6595
6595
|
return typeof window < "u" && (T(), window.addEventListener("resize", x), A && (A != null && A.current) && ((c0 = A == null ? void 0 : A.current) == null || c0.setAttribute(
|
|
6596
6596
|
"data-focus-x",
|
|
@@ -9401,11 +9401,11 @@ const Te = /* @__PURE__ */ l2(ne), F1 = ({
|
|
|
9401
9401
|
H > 600 ? f.style.height = `${F + 40}px` : f.style.height = `${F + 90}px`;
|
|
9402
9402
|
}
|
|
9403
9403
|
};
|
|
9404
|
-
|
|
9404
|
+
u0(() => (z(), window.addEventListener("resize", z), () => {
|
|
9405
9405
|
window.removeEventListener("resize", z);
|
|
9406
|
-
}), [h]),
|
|
9406
|
+
}), [h]), u0(() => {
|
|
9407
9407
|
g(u);
|
|
9408
|
-
}, [u]),
|
|
9408
|
+
}, [u]), u0(() => {
|
|
9409
9409
|
var V;
|
|
9410
9410
|
if (H < 600) {
|
|
9411
9411
|
const P = v.current, f = C0.Children.toArray((V = P == null ? void 0 : P.props) == null ? void 0 : V.children);
|
|
@@ -9417,7 +9417,7 @@ const Te = /* @__PURE__ */ l2(ne), F1 = ({
|
|
|
9417
9417
|
}, Z = () => {
|
|
9418
9418
|
v == null || v.current.slickPrev();
|
|
9419
9419
|
};
|
|
9420
|
-
|
|
9420
|
+
u0(() => {
|
|
9421
9421
|
const V = v.current;
|
|
9422
9422
|
if (!V || !V.innerSlider || !V.innerSlider.list) return;
|
|
9423
9423
|
const P = V.innerSlider.list, f = () => {
|
|
@@ -11368,7 +11368,7 @@ y1.default = U1;
|
|
|
11368
11368
|
var Bi = c4.exports;
|
|
11369
11369
|
const V5 = /* @__PURE__ */ l2(Bi), Ri = ({ baseURL: e, munchkinId: r, formId: t, callback: s, onSuccessCallback: c }) => {
|
|
11370
11370
|
const [o, l] = K(!1), [a, d] = K(!1);
|
|
11371
|
-
|
|
11371
|
+
u0(() => {
|
|
11372
11372
|
if (o)
|
|
11373
11373
|
a || (MktoForms2.loadForm(e, r, t, function(p) {
|
|
11374
11374
|
p == null || p.onSuccess(function(h) {
|
|
@@ -12471,7 +12471,7 @@ hp(dr, {
|
|
|
12471
12471
|
var wp = up(dr), V1 = h2(C0), xp = h2(Ke), Z3 = h2(td), T5 = h2(_e), $1 = rr, pr = a3, vp = h2(np);
|
|
12472
12472
|
const mp = (0, pr.lazy)(() => import(
|
|
12473
12473
|
/* webpackChunkName: 'reactPlayerPreview' */
|
|
12474
|
-
"./Preview-
|
|
12474
|
+
"./Preview-BeCu5mbI.js"
|
|
12475
12475
|
).then((e) => e.P)), fp = typeof window < "u" && window.document && typeof document < "u", gp = typeof n1 < "u" && n1.window && n1.window.document, Cp = Object.keys($1.propTypes), yp = fp || gp ? V1.Suspense : () => null, _1 = [], bp = (e, r) => {
|
|
12476
12476
|
var t;
|
|
12477
12477
|
return t = class extends V1.Component {
|
|
@@ -12876,7 +12876,7 @@ const qp = /* @__PURE__ */ l2(Ip), Q3 = ({
|
|
|
12876
12876
|
}
|
|
12877
12877
|
);
|
|
12878
12878
|
let q0 = null;
|
|
12879
|
-
typeof window < "u" && import("./v4.umd-
|
|
12879
|
+
typeof window < "u" && import("./v4.umd-DR7eUjth.js").then((e) => e.v).then((e) => {
|
|
12880
12880
|
q0 = e;
|
|
12881
12881
|
});
|
|
12882
12882
|
const Dp = ({ videoId: e }) => {
|
|
@@ -12904,7 +12904,7 @@ const Dp = ({ videoId: e }) => {
|
|
|
12904
12904
|
}, [0, 10, 25, 50, 75, 95, 100]);
|
|
12905
12905
|
}));
|
|
12906
12906
|
};
|
|
12907
|
-
return
|
|
12907
|
+
return u0(() => {
|
|
12908
12908
|
var t, s;
|
|
12909
12909
|
return typeof window < "u" && ((t = q0 == null ? void 0 : q0.api) == null || t.renderDOMPlayers(), (s = q0 == null ? void 0 : q0.api) == null || s.addReadyListener(() => {
|
|
12910
12910
|
r(q0);
|
|
@@ -13000,7 +13000,7 @@ const Dp = ({ videoId: e }) => {
|
|
|
13000
13000
|
] });
|
|
13001
13001
|
}, A1 = () => {
|
|
13002
13002
|
const [e, r] = K(!1);
|
|
13003
|
-
return
|
|
13003
|
+
return u0(() => {
|
|
13004
13004
|
const t = (l) => {
|
|
13005
13005
|
(l == null ? void 0 : l.type) === "mousedown" && r(!0);
|
|
13006
13006
|
}, s = (l) => {
|
|
@@ -13018,7 +13018,7 @@ const Dp = ({ videoId: e }) => {
|
|
|
13018
13018
|
};
|
|
13019
13019
|
}, Nu = ({ header: e, details: r, handleClose: t, hasAcceptedOneTrust: s, hasDismissedBanner: c, contentfulId: o, cta: l }) => {
|
|
13020
13020
|
const [a, d] = K(!0), { mouse: p } = A1();
|
|
13021
|
-
return
|
|
13021
|
+
return u0(() => {
|
|
13022
13022
|
s === !0 && c === !0 ? d(!0) : s === !0 && c === !1 ? d(!1) : s === !0 && d(!0);
|
|
13023
13023
|
}, [s, c]), c === !0 ? null : /* @__PURE__ */ n.jsx(
|
|
13024
13024
|
"div",
|
|
@@ -13424,7 +13424,7 @@ Vr.propTypes = {
|
|
|
13424
13424
|
};
|
|
13425
13425
|
const Q5 = () => /* @__PURE__ */ n.jsx("svg", { width: "8", height: "12", viewBox: "0 0 8 12", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ n.jsx("path", { d: "M0.294983 10.5949L4.87498 6.00488L0.294982 1.41488L1.70498 0.00488275L7.70498 6.00488L1.70498 12.0049L0.294983 10.5949Z", fill: "currentColor" }) }), lh = ({ children: e }) => {
|
|
13426
13426
|
const r = A0(null), t = A0(null), s = A0(null), [c, o] = K(0), [l, a] = K(0);
|
|
13427
|
-
|
|
13427
|
+
u0(() => {
|
|
13428
13428
|
function u() {
|
|
13429
13429
|
var i, w;
|
|
13430
13430
|
o((i = r.current) == null ? void 0 : i.scrollWidth), a((w = r.current) == null ? void 0 : w.clientWidth);
|
|
@@ -14481,7 +14481,7 @@ const Er = ({ errorMessage: e = "" }) => /* @__PURE__ */ n.jsxs("div", { classNa
|
|
|
14481
14481
|
}, v = (A) => {
|
|
14482
14482
|
w(A);
|
|
14483
14483
|
};
|
|
14484
|
-
|
|
14484
|
+
u0(() => (b(), () => k()), [l.length]), u0(() => (g > 600 ? b() : k(), () => k()), [g, l.length]);
|
|
14485
14485
|
const C = (A) => {
|
|
14486
14486
|
k(), w(A);
|
|
14487
14487
|
}, H = () => {
|
|
@@ -15097,11 +15097,11 @@ const kh = 0, V2 = 1, Ah = process.env.NODE_ENV !== "production" ? { children: R
|
|
|
15097
15097
|
throw new Error("Switching between controlled mode (by using `selectedIndex`) and uncontrolled mode is not supported in `Tabs`.\nFor more information about controlled and uncontrolled mode of react-tabs see https://github.com/reactjs/react-tabs#controlled-vs-uncontrolled-mode.");
|
|
15098
15098
|
}, u3 = (e) => {
|
|
15099
15099
|
const { children: r, defaultFocus: t, defaultIndex: s, focusTabOnClick: c, onSelect: o, ...l } = { ...Mh, ...e }, [a, d] = K(t), [p] = K(Wr(l)), [h, u] = K(p === V2 ? s || 0 : null);
|
|
15100
|
-
if (
|
|
15100
|
+
if (u0(() => {
|
|
15101
15101
|
d(!1);
|
|
15102
15102
|
}, []), p === V2) {
|
|
15103
15103
|
const y = Pr(r);
|
|
15104
|
-
|
|
15104
|
+
u0(() => {
|
|
15105
15105
|
if (h != null) {
|
|
15106
15106
|
const g = Math.max(0, y - 1);
|
|
15107
15107
|
u(Math.min(h, g));
|
|
@@ -15126,7 +15126,7 @@ w3.propTypes = process.env.NODE_ENV !== "production" ? Lh : {};
|
|
|
15126
15126
|
const I3 = "react-tabs__tab", Hh = { className: I3, disabledClassName: `${I3}--disabled`, focus: !1, id: null, selected: !1, selectedClassName: `${I3}--selected` }, Sh = process.env.NODE_ENV !== "production" ? { children: q.oneOfType([q.array, q.object, q.string]), className: q.oneOfType([q.string, q.array, q.object]), disabled: q.bool, disabledClassName: q.string, focus: q.bool, id: q.string, selected: q.bool, selectedClassName: q.string, tabIndex: q.string, tabRef: q.func } : {}, x3 = (e) => {
|
|
15127
15127
|
let r = A0();
|
|
15128
15128
|
const { children: t, className: s, disabled: c, disabledClassName: o, focus: l, id: a, selected: d, selectedClassName: p, tabIndex: h, tabRef: u, ...i } = { ...Hh, ...e };
|
|
15129
|
-
return
|
|
15129
|
+
return u0(() => {
|
|
15130
15130
|
d && l && r.current.focus();
|
|
15131
15131
|
}, [d, l]), C0.createElement("li", Object.assign({}, i, { className: h3(s, { [p]: d, [o]: c }), ref: (w) => {
|
|
15132
15132
|
r.current = w, u && u(w);
|
|
@@ -15530,7 +15530,7 @@ const Yu = ({
|
|
|
15530
15530
|
className: r
|
|
15531
15531
|
}) => {
|
|
15532
15532
|
const [t, s] = K(e);
|
|
15533
|
-
return
|
|
15533
|
+
return u0(() => {
|
|
15534
15534
|
const c = () => {
|
|
15535
15535
|
if (!e || typeof window > "u") return;
|
|
15536
15536
|
const o = window.innerWidth, a = Math.floor(o / 15) * 2, d = (e == null ? void 0 : e.length) > a ? `${e.substring(0, a)}...` : e;
|
|
@@ -16040,7 +16040,7 @@ const Yu = ({
|
|
|
16040
16040
|
var m;
|
|
16041
16041
|
(m = R == null ? void 0 : R.current) == null || m.slickGoTo(f);
|
|
16042
16042
|
};
|
|
16043
|
-
|
|
16043
|
+
u0(() => {
|
|
16044
16044
|
const f = () => {
|
|
16045
16045
|
let m = 0;
|
|
16046
16046
|
document.querySelectorAll(".t2-lo-macro-workflow__step-inner").forEach((N) => {
|
|
@@ -16055,7 +16055,7 @@ const Yu = ({
|
|
|
16055
16055
|
}, P = (f, m) => {
|
|
16056
16056
|
(f == null ? void 0 : f.key) === "Enter" && x(m);
|
|
16057
16057
|
};
|
|
16058
|
-
return
|
|
16058
|
+
return u0(() => {
|
|
16059
16059
|
var f, m;
|
|
16060
16060
|
C({
|
|
16061
16061
|
left: `${(m = (f = k == null ? void 0 : k.current) == null ? void 0 : f.getBoundingClientRect()) == null ? void 0 : m.left}px`
|
|
@@ -16206,7 +16206,7 @@ const Yu = ({
|
|
|
16206
16206
|
r || "",
|
|
16207
16207
|
t
|
|
16208
16208
|
), F = k0(S || ""), N = k0(L || ""), { width: T } = T0(), U = S === L;
|
|
16209
|
-
|
|
16209
|
+
u0(() => {
|
|
16210
16210
|
const I = w == null ? void 0 : w.current, E = y == null ? void 0 : y.current;
|
|
16211
16211
|
b(I.offsetLeft), v(T - E.offsetLeft), O(
|
|
16212
16212
|
T - (E.offsetLeft + E.offsetWidth)
|
|
@@ -16547,7 +16547,7 @@ const Yu = ({
|
|
|
16547
16547
|
multiSelect: c = !0
|
|
16548
16548
|
}) => {
|
|
16549
16549
|
const [o, l] = K(!1), [a, d] = K(s), { width: p } = T0();
|
|
16550
|
-
|
|
16550
|
+
u0(() => {
|
|
16551
16551
|
d(s || []);
|
|
16552
16552
|
}, [s]);
|
|
16553
16553
|
const h = (w) => {
|
|
@@ -16802,7 +16802,7 @@ const Yu = ({
|
|
|
16802
16802
|
r || "",
|
|
16803
16803
|
t
|
|
16804
16804
|
), B = k0(d || "");
|
|
16805
|
-
|
|
16805
|
+
u0(() => {
|
|
16806
16806
|
const F = s[p], T = [...o.filter((U) => {
|
|
16807
16807
|
var _;
|
|
16808
16808
|
const Y = (_ = U.tabLabel) == null ? void 0 : _.includes(F), W = Object.entries(k).every(
|
|
@@ -17227,7 +17227,7 @@ const Yu = ({
|
|
|
17227
17227
|
}, z = (x, V) => {
|
|
17228
17228
|
o === !1 && ((x == null ? void 0 : x.keyCode) === 13 ? v(k === V ? null : V) : x.keyCode === 27 && v(null));
|
|
17229
17229
|
};
|
|
17230
|
-
return
|
|
17230
|
+
return u0(() => {
|
|
17231
17231
|
var x;
|
|
17232
17232
|
(x = i == null ? void 0 : i.links) == null || x.forEach((V) => {
|
|
17233
17233
|
var P;
|
|
@@ -17557,9 +17557,9 @@ const Yu = ({
|
|
|
17557
17557
|
const [d, p] = K(r), [h, u] = K(r == null ? void 0 : r.language), [i, w] = K(r == null ? void 0 : r.region), [y, g] = K("region");
|
|
17558
17558
|
let b = !1;
|
|
17559
17559
|
const k = A0(!1), { mouse: v } = A1();
|
|
17560
|
-
|
|
17560
|
+
u0(() => () => {
|
|
17561
17561
|
typeof window < "u" && window.removeEventListener("click", H);
|
|
17562
|
-
}, []),
|
|
17562
|
+
}, []), u0(() => {
|
|
17563
17563
|
typeof window < "u" && (p(r), !h && (r != null && r.language) && u(r == null ? void 0 : r.language), !i && (r != null && r.region) && (s != null && s.length) && w(r == null ? void 0 : r.region)), s != null && s.length || g("language");
|
|
17564
17564
|
}, [r]);
|
|
17565
17565
|
const C = () => {
|
|
@@ -17942,7 +17942,7 @@ const Yu = ({
|
|
|
17942
17942
|
setMobileNavOpen: u
|
|
17943
17943
|
}) => {
|
|
17944
17944
|
const [i, w] = K(c);
|
|
17945
|
-
|
|
17945
|
+
u0(() => {
|
|
17946
17946
|
w(c);
|
|
17947
17947
|
}, [c]);
|
|
17948
17948
|
const y = () => {
|
|
@@ -18220,7 +18220,7 @@ const Yu = ({
|
|
|
18220
18220
|
var E, e0, a0, Q, x0;
|
|
18221
18221
|
return (e0 = (E = i == null ? void 0 : i.flyoutMenuData) == null ? void 0 : E.sectorFlyoutData) != null && e0.authenticated || ((a0 = i == null ? void 0 : i.cartData) == null ? void 0 : a0.disableCartFlyout) === !1 ? !0 : ((x0 = (Q = i == null ? void 0 : i.waffleMenuData) == null ? void 0 : Q.links) == null ? void 0 : x0.length) > 0;
|
|
18222
18222
|
};
|
|
18223
|
-
return
|
|
18223
|
+
return u0(() => {
|
|
18224
18224
|
i != null && i.desktopSearchDeployed && r(!1);
|
|
18225
18225
|
}, [i == null ? void 0 : i.desktopSearchDeployed, r]), /* @__PURE__ */ n.jsxs(
|
|
18226
18226
|
"div",
|
|
@@ -18432,7 +18432,9 @@ const Yu = ({
|
|
|
18432
18432
|
}, iu = "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCI+PGcgaWQ9IkxheWVyXzIiIGRhdGEtbmFtZT0iTGF5ZXIgMiI+PGcgaWQ9IkxheWVyXzEtMiIgZGF0YS1uYW1lPSJMYXllciAxIj48cGF0aCBmaWxsPScjZWFlYWVmJyBkPSJNMTkuNzEsMTguMjksMTMuNDYsMTJBNy41Miw3LjUyLDAsMSwwLDEyLDEzLjQ2bDYuMjUsNi4yNWExLDEsMCwwLDAsMS40MiwwQTEsMSwwLDAsMCwxOS43MSwxOC4yOVpNMiw3LjVBNS41LDUuNSwwLDEsMSw3LjUsMTMsNS41MSw1LjUxLDAsMCwxLDIsNy41WiIvPjwvZz48L2c+PC9zdmc+", du = ({ accountSwitcher: e, backbtnLabel: r }) => {
|
|
18433
18433
|
var a;
|
|
18434
18434
|
const [t, s] = K(e == null ? void 0 : e.accountId);
|
|
18435
|
-
|
|
18435
|
+
u0(() => {
|
|
18436
|
+
(e == null ? void 0 : e.accountId) !== t && s(e == null ? void 0 : e.accountId);
|
|
18437
|
+
}, [e == null ? void 0 : e.accountId]), u0(() => {
|
|
18436
18438
|
e != null && e.isOpen && s(e == null ? void 0 : e.accountId);
|
|
18437
18439
|
}, [e == null ? void 0 : e.isOpen]);
|
|
18438
18440
|
const c = (d) => {
|
|
@@ -18653,7 +18655,7 @@ const Yu = ({
|
|
|
18653
18655
|
} = e;
|
|
18654
18656
|
K("");
|
|
18655
18657
|
const [f, m] = K(null), { mouse: F } = A1();
|
|
18656
|
-
au(),
|
|
18658
|
+
au(), u0(() => {
|
|
18657
18659
|
var O0;
|
|
18658
18660
|
const t0 = (O0 = j == null ? void 0 : j.accounts) == null ? void 0 : O0.find((i0) => (i0 == null ? void 0 : i0.id) === (j == null ? void 0 : j.accountId));
|
|
18659
18661
|
t0 && m(t0);
|
|
@@ -18994,9 +18996,9 @@ const Yu = ({
|
|
|
18994
18996
|
settings: h
|
|
18995
18997
|
}) => {
|
|
18996
18998
|
const [u, i] = K(s);
|
|
18997
|
-
|
|
18999
|
+
u0(() => {
|
|
18998
19000
|
d && a && p(!1);
|
|
18999
|
-
}, [a, d]),
|
|
19001
|
+
}, [a, d]), u0(() => {
|
|
19000
19002
|
i(s);
|
|
19001
19003
|
}, [s]);
|
|
19002
19004
|
const w = (v) => v ? 0 .toLocaleString(void 0, {
|
|
@@ -19284,7 +19286,7 @@ function Cu({
|
|
|
19284
19286
|
const w = A0(null), [y, g] = K(
|
|
19285
19287
|
s
|
|
19286
19288
|
), [b, k] = K(!1), [v, C] = K(null);
|
|
19287
|
-
|
|
19289
|
+
u0(() => {
|
|
19288
19290
|
if (typeof s == "number") {
|
|
19289
19291
|
const x = s < 1 || s > a;
|
|
19290
19292
|
k(x), g(s);
|
|
@@ -19417,7 +19419,7 @@ function Cu({
|
|
|
19417
19419
|
}
|
|
19418
19420
|
const yu = ({ message: e, timeStamp: r }) => {
|
|
19419
19421
|
const [t, s] = K(!1), [c, o] = K(null);
|
|
19420
|
-
return
|
|
19422
|
+
return u0(() => {
|
|
19421
19423
|
if (typeof e == "string" && e.length > 0) {
|
|
19422
19424
|
s(!0), c && clearTimeout(c);
|
|
19423
19425
|
const l = setTimeout(() => {
|
|
@@ -19578,7 +19580,7 @@ const yu = ({ message: e, timeStamp: r }) => {
|
|
|
19578
19580
|
switchAccountLabel: k = "Switch Account",
|
|
19579
19581
|
onAccountClick: v
|
|
19580
19582
|
} = t, [C, H] = K(null);
|
|
19581
|
-
|
|
19583
|
+
u0(() => {
|
|
19582
19584
|
var V;
|
|
19583
19585
|
r != null && r.itemAdded && H({
|
|
19584
19586
|
message: h.replace(
|
package/dist/trimble-terra.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as s, F as t, B as e, C as r, K as u, J as i, H as L, a as y, b as l, I as c, L as d, h as n, i as m, j as F, k as S, w as g, E as T, l as B, m as C, n as I, o as w, p as G, q as f, D as h, r as k, s as p, t as H, u as P, v as R, x as b, y as v, z as A, c as D, P as j, f as x, R as M, G as V, S as z, M as W, d as q, T as E, e as J, V as K } from "./main-
|
|
1
|
+
import { A as s, F as t, B as e, C as r, K as u, J as i, H as L, a as y, b as l, I as c, L as d, h as n, i as m, j as F, k as S, w as g, E as T, l as B, m as C, n as I, o as w, p as G, q as f, D as h, r as k, s as p, t as H, u as P, v as R, x as b, y as v, z as A, c as D, P as j, f as x, R as M, G as V, S as z, M as W, d as q, T as E, e as J, V as K } from "./main-BKOLI1iG.js";
|
|
2
2
|
export {
|
|
3
3
|
s as ActionBlock,
|
|
4
4
|
t as BlogDigest,
|
package/package.json
CHANGED
|
@@ -1,75 +1,75 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "trimble-terra",
|
|
3
|
-
"version": "0.0.
|
|
4
|
-
"type": "module",
|
|
5
|
-
"files": [
|
|
6
|
-
"dist"
|
|
7
|
-
],
|
|
8
|
-
"module": "dist/trimble-terra.js",
|
|
9
|
-
"main": "dist/trimble-terra.js",
|
|
10
|
-
"scripts": {
|
|
11
|
-
"dev": "vite",
|
|
12
|
-
"build": "tsc --p ./tsconfig.build.json && vite build",
|
|
13
|
-
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
14
|
-
"preview": "vite preview",
|
|
15
|
-
"start": "storybook dev -p 6006",
|
|
16
|
-
"storybook": "storybook dev -p 6006",
|
|
17
|
-
"stage": "",
|
|
18
|
-
"npm-publish": "git checkout main && git pull && npm install && npm version patch && npm run build && npm publish && git push",
|
|
19
|
-
"build-storybook": "storybook build",
|
|
20
|
-
"chromatic": "chromatic --exit-zero-on-changes",
|
|
21
|
-
"pretty": "prettier . --check",
|
|
22
|
-
"pretty-fix": "prettier . --write"
|
|
23
|
-
},
|
|
24
|
-
"peerDependencies": {
|
|
25
|
-
"react": "^18.3.1",
|
|
26
|
-
"react-dom": "^18.3.1"
|
|
27
|
-
},
|
|
28
|
-
"dependencies": {
|
|
29
|
-
"@sass-fairy/math": "^1.0.3",
|
|
30
|
-
"image-focus": "^1.2.1",
|
|
31
|
-
"lodash": "^4.17.21",
|
|
32
|
-
"react": "^18.3.1",
|
|
33
|
-
"react-dom": "^18.3.1",
|
|
34
|
-
"react-modal": "^3.16.1",
|
|
35
|
-
"react-player": "^2.16.0",
|
|
36
|
-
"react-slick": "^0.30.2",
|
|
37
|
-
"react-tabs": "^6.0.2",
|
|
38
|
-
"sass-embedded": "^1.79.3",
|
|
39
|
-
"slick-carousel": "^1.8.1"
|
|
40
|
-
},
|
|
41
|
-
"devDependencies": {
|
|
42
|
-
"@chromatic-com/storybook": "^2.0.2",
|
|
43
|
-
"@storybook/addon-essentials": "^8.4.5",
|
|
44
|
-
"@storybook/addon-interactions": "^8.4.5",
|
|
45
|
-
"@storybook/addon-links": "^8.4.5",
|
|
46
|
-
"@storybook/addon-styling-webpack": "^1.0.0",
|
|
47
|
-
"@storybook/blocks": "^8.4.5",
|
|
48
|
-
"@storybook/react": "^8.4.5",
|
|
49
|
-
"@storybook/react-vite": "^8.4.5",
|
|
50
|
-
"@storybook/test": "^8.4.5",
|
|
51
|
-
"@types/lodash": "^4.17.13",
|
|
52
|
-
"@types/react": "^18.3.3",
|
|
53
|
-
"@types/react-dom": "^18.3.0",
|
|
54
|
-
"@types/react-modal": "^3.16.3",
|
|
55
|
-
"@types/react-slick": "^0.23.13",
|
|
56
|
-
"@typescript-eslint/eslint-plugin": "^7.13.1",
|
|
57
|
-
"@typescript-eslint/parser": "^7.13.1",
|
|
58
|
-
"@vidyard/embed-code": "^4.3.15",
|
|
59
|
-
"@vitejs/plugin-react": "^4.3.1",
|
|
60
|
-
"chromatic": "^11.7.1",
|
|
61
|
-
"eslint": "^8.57.0",
|
|
62
|
-
"eslint-plugin-react-hooks": "^4.6.2",
|
|
63
|
-
"eslint-plugin-react-refresh": "^0.4.7",
|
|
64
|
-
"eslint-plugin-storybook": "^0.9.0",
|
|
65
|
-
"prettier": "3.3.3",
|
|
66
|
-
"react": "^18.3.1",
|
|
67
|
-
"react-dom": "^18.3.1",
|
|
68
|
-
"storybook": "^8.4.5",
|
|
69
|
-
"svg-symbol-sprite": "^1.5.2",
|
|
70
|
-
"typescript": "^5.2.2",
|
|
71
|
-
"vite": "^5.3.1",
|
|
72
|
-
"vite-plugin-lib-inject-css": "^2.1.1",
|
|
73
|
-
"vite-svg-loader": "^5.1.0"
|
|
74
|
-
}
|
|
75
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "trimble-terra",
|
|
3
|
+
"version": "0.0.293",
|
|
4
|
+
"type": "module",
|
|
5
|
+
"files": [
|
|
6
|
+
"dist"
|
|
7
|
+
],
|
|
8
|
+
"module": "dist/trimble-terra.js",
|
|
9
|
+
"main": "dist/trimble-terra.js",
|
|
10
|
+
"scripts": {
|
|
11
|
+
"dev": "vite",
|
|
12
|
+
"build": "tsc --p ./tsconfig.build.json && vite build",
|
|
13
|
+
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
14
|
+
"preview": "vite preview",
|
|
15
|
+
"start": "storybook dev -p 6006",
|
|
16
|
+
"storybook": "storybook dev -p 6006",
|
|
17
|
+
"stage": "",
|
|
18
|
+
"npm-publish": "git checkout main && git pull && npm install && npm version patch && npm run build && npm publish && git push",
|
|
19
|
+
"build-storybook": "storybook build",
|
|
20
|
+
"chromatic": "chromatic --exit-zero-on-changes",
|
|
21
|
+
"pretty": "prettier . --check",
|
|
22
|
+
"pretty-fix": "prettier . --write"
|
|
23
|
+
},
|
|
24
|
+
"peerDependencies": {
|
|
25
|
+
"react": "^18.3.1",
|
|
26
|
+
"react-dom": "^18.3.1"
|
|
27
|
+
},
|
|
28
|
+
"dependencies": {
|
|
29
|
+
"@sass-fairy/math": "^1.0.3",
|
|
30
|
+
"image-focus": "^1.2.1",
|
|
31
|
+
"lodash": "^4.17.21",
|
|
32
|
+
"react": "^18.3.1",
|
|
33
|
+
"react-dom": "^18.3.1",
|
|
34
|
+
"react-modal": "^3.16.1",
|
|
35
|
+
"react-player": "^2.16.0",
|
|
36
|
+
"react-slick": "^0.30.2",
|
|
37
|
+
"react-tabs": "^6.0.2",
|
|
38
|
+
"sass-embedded": "^1.79.3",
|
|
39
|
+
"slick-carousel": "^1.8.1"
|
|
40
|
+
},
|
|
41
|
+
"devDependencies": {
|
|
42
|
+
"@chromatic-com/storybook": "^2.0.2",
|
|
43
|
+
"@storybook/addon-essentials": "^8.4.5",
|
|
44
|
+
"@storybook/addon-interactions": "^8.4.5",
|
|
45
|
+
"@storybook/addon-links": "^8.4.5",
|
|
46
|
+
"@storybook/addon-styling-webpack": "^1.0.0",
|
|
47
|
+
"@storybook/blocks": "^8.4.5",
|
|
48
|
+
"@storybook/react": "^8.4.5",
|
|
49
|
+
"@storybook/react-vite": "^8.4.5",
|
|
50
|
+
"@storybook/test": "^8.4.5",
|
|
51
|
+
"@types/lodash": "^4.17.13",
|
|
52
|
+
"@types/react": "^18.3.3",
|
|
53
|
+
"@types/react-dom": "^18.3.0",
|
|
54
|
+
"@types/react-modal": "^3.16.3",
|
|
55
|
+
"@types/react-slick": "^0.23.13",
|
|
56
|
+
"@typescript-eslint/eslint-plugin": "^7.13.1",
|
|
57
|
+
"@typescript-eslint/parser": "^7.13.1",
|
|
58
|
+
"@vidyard/embed-code": "^4.3.15",
|
|
59
|
+
"@vitejs/plugin-react": "^4.3.1",
|
|
60
|
+
"chromatic": "^11.7.1",
|
|
61
|
+
"eslint": "^8.57.0",
|
|
62
|
+
"eslint-plugin-react-hooks": "^4.6.2",
|
|
63
|
+
"eslint-plugin-react-refresh": "^0.4.7",
|
|
64
|
+
"eslint-plugin-storybook": "^0.9.0",
|
|
65
|
+
"prettier": "3.3.3",
|
|
66
|
+
"react": "^18.3.1",
|
|
67
|
+
"react-dom": "^18.3.1",
|
|
68
|
+
"storybook": "^8.4.5",
|
|
69
|
+
"svg-symbol-sprite": "^1.5.2",
|
|
70
|
+
"typescript": "^5.2.2",
|
|
71
|
+
"vite": "^5.3.1",
|
|
72
|
+
"vite-plugin-lib-inject-css": "^2.1.1",
|
|
73
|
+
"vite-svg-loader": "^5.1.0"
|
|
74
|
+
}
|
|
75
|
+
}
|