create-bluecopa-react-app 1.0.7 → 1.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
- System.register(['./client-BZh_TW_6.js', './__federation_fn_import-CzfA7kmP.js', './index-BzNimew1.js'], (function (exports, module) {
1
+ System.register(['./client-Hh38T4k9.js', './__federation_fn_import-CzfA7kmP.js', './index-BzNimew1.js'], (function (exports, module) {
2
2
  'use strict';
3
3
  var jsxRuntimeExports, nS, importShared, commonjsGlobal, getDefaultExportFromCjs;
4
4
  return {
@@ -6318,9 +6318,9 @@ System.register(['./client-BZh_TW_6.js', './__federation_fn_import-CzfA7kmP.js',
6318
6318
  ["path", { d: "M18 6 6 18", key: "1bl5f8" }],
6319
6319
  ["path", { d: "m6 6 12 12", key: "d8bk6v" }]
6320
6320
  ];
6321
- const X = createLucideIcon("x", __iconNode);
6321
+ const X$1 = createLucideIcon("x", __iconNode);
6322
6322
 
6323
- function r(e){var t,f,n="";if("string"==typeof e||"number"==typeof e)n+=e;else if("object"==typeof e)if(Array.isArray(e)){var o=e.length;for(t=0;t<o;t++)e[t]&&(f=r(e[t]))&&(n&&(n+=" "),n+=f);}else for(f in e)e[f]&&(n&&(n+=" "),n+=f);return n}function clsx(){for(var e,t,f=0,n="",o=arguments.length;f<o;f++)(e=arguments[f])&&(t=r(e))&&(n&&(n+=" "),n+=t);return n}
6323
+ function r$1(e){var t,f,n="";if("string"==typeof e||"number"==typeof e)n+=e;else if("object"==typeof e)if(Array.isArray(e)){var o=e.length;for(t=0;t<o;t++)e[t]&&(f=r$1(e[t]))&&(n&&(n+=" "),n+=f);}else for(f in e)e[f]&&(n&&(n+=" "),n+=f);return n}function clsx(){for(var e,t,f=0,n="",o=arguments.length;f<o;f++)(e=arguments[f])&&(t=r$1(e))&&(n&&(n+=" "),n+=t);return n}
6324
6324
 
6325
6325
  const CLASS_PART_SEPARATOR = '-';
6326
6326
  const createClassGroupUtils = config => {
@@ -9912,7 +9912,7 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
9912
9912
  children: [
9913
9913
  children,
9914
9914
  /* @__PURE__ */ jsxRuntimeExports.jsxs(Close, { className: "ring-offset-background focus:ring-ring data-[state=open]:bg-secondary absolute top-4 right-4 rounded-xs opacity-70 transition-opacity hover:opacity-100 focus:ring-2 focus:ring-offset-2 focus:outline-hidden disabled:pointer-events-none", children: [
9915
- /* @__PURE__ */ jsxRuntimeExports.jsx(X, { className: "size-4" }),
9915
+ /* @__PURE__ */ jsxRuntimeExports.jsx(X$1, { className: "size-4" }),
9916
9916
  /* @__PURE__ */ jsxRuntimeExports.jsx("span", { className: "sr-only", children: "Close" })
9917
9917
  ] })
9918
9918
  ]
@@ -14232,23 +14232,23 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
14232
14232
  return new Linear(context);
14233
14233
  }
14234
14234
 
14235
- function x(p) {
14235
+ function x$1(p) {
14236
14236
  return p[0];
14237
14237
  }
14238
14238
 
14239
- function y(p) {
14239
+ function y$1(p) {
14240
14240
  return p[1];
14241
14241
  }
14242
14242
 
14243
- function shapeLine(x$1, y$1) {
14243
+ function shapeLine(x, y) {
14244
14244
  var defined = constant$1(true),
14245
14245
  context = null,
14246
14246
  curve = curveLinear,
14247
14247
  output = null,
14248
14248
  path = withPath(line);
14249
14249
 
14250
- x$1 = typeof x$1 === "function" ? x$1 : (x$1 === undefined) ? x : constant$1(x$1);
14251
- y$1 = typeof y$1 === "function" ? y$1 : (y$1 === undefined) ? y : constant$1(y$1);
14250
+ x = typeof x === "function" ? x : (x === undefined) ? x$1 : constant$1(x);
14251
+ y = typeof y === "function" ? y : (y === undefined) ? y$1 : constant$1(y);
14252
14252
 
14253
14253
  function line(data) {
14254
14254
  var i,
@@ -14264,18 +14264,18 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
14264
14264
  if (defined0 = !defined0) output.lineStart();
14265
14265
  else output.lineEnd();
14266
14266
  }
14267
- if (defined0) output.point(+x$1(d, i, data), +y$1(d, i, data));
14267
+ if (defined0) output.point(+x(d, i, data), +y(d, i, data));
14268
14268
  }
14269
14269
 
14270
14270
  if (buffer) return output = null, buffer + "" || null;
14271
14271
  }
14272
14272
 
14273
14273
  line.x = function(_) {
14274
- return arguments.length ? (x$1 = typeof _ === "function" ? _ : constant$1(+_), line) : x$1;
14274
+ return arguments.length ? (x = typeof _ === "function" ? _ : constant$1(+_), line) : x;
14275
14275
  };
14276
14276
 
14277
14277
  line.y = function(_) {
14278
- return arguments.length ? (y$1 = typeof _ === "function" ? _ : constant$1(+_), line) : y$1;
14278
+ return arguments.length ? (y = typeof _ === "function" ? _ : constant$1(+_), line) : y;
14279
14279
  };
14280
14280
 
14281
14281
  line.defined = function(_) {
@@ -14301,9 +14301,9 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
14301
14301
  output = null,
14302
14302
  path = withPath(area);
14303
14303
 
14304
- x0 = typeof x0 === "function" ? x0 : (x0 === undefined) ? x : constant$1(+x0);
14304
+ x0 = typeof x0 === "function" ? x0 : (x0 === undefined) ? x$1 : constant$1(+x0);
14305
14305
  y0 = typeof y0 === "function" ? y0 : (y0 === undefined) ? constant$1(0) : constant$1(+y0);
14306
- y1 = typeof y1 === "function" ? y1 : (y1 === undefined) ? y : constant$1(+y1);
14306
+ y1 = typeof y1 === "function" ? y1 : (y1 === undefined) ? y$1 : constant$1(+y1);
14307
14307
 
14308
14308
  function area(data) {
14309
14309
  var i,
@@ -14530,26 +14530,26 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
14530
14530
  }
14531
14531
  };
14532
14532
 
14533
- const c = -0.5;
14534
- const s = sqrt$1(3) / 2;
14535
- const k = 1 / sqrt$1(12);
14536
- const a = (k / 2 + 1) * 3;
14533
+ const c$1 = -0.5;
14534
+ const s$1 = sqrt$1(3) / 2;
14535
+ const k$1 = 1 / sqrt$1(12);
14536
+ const a$1 = (k$1 / 2 + 1) * 3;
14537
14537
 
14538
14538
  const symbolWye = {
14539
14539
  draw(context, size) {
14540
- const r = sqrt$1(size / a);
14541
- const x0 = r / 2, y0 = r * k;
14542
- const x1 = x0, y1 = r * k + r;
14540
+ const r = sqrt$1(size / a$1);
14541
+ const x0 = r / 2, y0 = r * k$1;
14542
+ const x1 = x0, y1 = r * k$1 + r;
14543
14543
  const x2 = -x1, y2 = y1;
14544
14544
  context.moveTo(x0, y0);
14545
14545
  context.lineTo(x1, y1);
14546
14546
  context.lineTo(x2, y2);
14547
- context.lineTo(c * x0 - s * y0, s * x0 + c * y0);
14548
- context.lineTo(c * x1 - s * y1, s * x1 + c * y1);
14549
- context.lineTo(c * x2 - s * y2, s * x2 + c * y2);
14550
- context.lineTo(c * x0 + s * y0, c * y0 - s * x0);
14551
- context.lineTo(c * x1 + s * y1, c * y1 - s * x1);
14552
- context.lineTo(c * x2 + s * y2, c * y2 - s * x2);
14547
+ context.lineTo(c$1 * x0 - s$1 * y0, s$1 * x0 + c$1 * y0);
14548
+ context.lineTo(c$1 * x1 - s$1 * y1, s$1 * x1 + c$1 * y1);
14549
+ context.lineTo(c$1 * x2 - s$1 * y2, s$1 * x2 + c$1 * y2);
14550
+ context.lineTo(c$1 * x0 + s$1 * y0, c$1 * y0 - s$1 * x0);
14551
+ context.lineTo(c$1 * x1 + s$1 * y1, c$1 * y1 - s$1 * x1);
14552
+ context.lineTo(c$1 * x2 + s$1 * y2, c$1 * y2 - s$1 * x2);
14553
14553
  context.closePath();
14554
14554
  }
14555
14555
  };
@@ -24641,7 +24641,7 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
24641
24641
  MAX_E = mathfloor(MAX_SAFE_INTEGER / LOG_BASE), // 1286742750677284
24642
24642
 
24643
24643
  // Decimal.prototype object
24644
- P = {};
24644
+ P$1 = {};
24645
24645
 
24646
24646
 
24647
24647
  // Decimal prototype methods
@@ -24690,7 +24690,7 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
24690
24690
  * Return a new Decimal whose value is the absolute value of this Decimal.
24691
24691
  *
24692
24692
  */
24693
- P.absoluteValue = P.abs = function () {
24693
+ P$1.absoluteValue = P$1.abs = function () {
24694
24694
  var x = new this.constructor(this);
24695
24695
  if (x.s) x.s = 1;
24696
24696
  return x;
@@ -24704,7 +24704,7 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
24704
24704
  * 0 if they have the same value
24705
24705
  *
24706
24706
  */
24707
- P.comparedTo = P.cmp = function (y) {
24707
+ P$1.comparedTo = P$1.cmp = function (y) {
24708
24708
  var i, j, xdL, ydL,
24709
24709
  x = this;
24710
24710
 
@@ -24733,7 +24733,7 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
24733
24733
  * Return the number of decimal places of the value of this Decimal.
24734
24734
  *
24735
24735
  */
24736
- P.decimalPlaces = P.dp = function () {
24736
+ P$1.decimalPlaces = P$1.dp = function () {
24737
24737
  var x = this,
24738
24738
  w = x.d.length - 1,
24739
24739
  dp = (w - x.e) * LOG_BASE;
@@ -24751,7 +24751,7 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
24751
24751
  * `precision` significant digits.
24752
24752
  *
24753
24753
  */
24754
- P.dividedBy = P.div = function (y) {
24754
+ P$1.dividedBy = P$1.div = function (y) {
24755
24755
  return divide(this, new this.constructor(y));
24756
24756
  };
24757
24757
 
@@ -24761,7 +24761,7 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
24761
24761
  * by the value of `y`, truncated to `precision` significant digits.
24762
24762
  *
24763
24763
  */
24764
- P.dividedToIntegerBy = P.idiv = function (y) {
24764
+ P$1.dividedToIntegerBy = P$1.idiv = function (y) {
24765
24765
  var x = this,
24766
24766
  Ctor = x.constructor;
24767
24767
  return round(divide(x, new Ctor(y), 0, 1), Ctor.precision);
@@ -24772,7 +24772,7 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
24772
24772
  * Return true if the value of this Decimal is equal to the value of `y`, otherwise return false.
24773
24773
  *
24774
24774
  */
24775
- P.equals = P.eq = function (y) {
24775
+ P$1.equals = P$1.eq = function (y) {
24776
24776
  return !this.cmp(y);
24777
24777
  };
24778
24778
 
@@ -24781,7 +24781,7 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
24781
24781
  * Return the (base 10) exponent value of this Decimal (this.e is the base 10000000 exponent).
24782
24782
  *
24783
24783
  */
24784
- P.exponent = function () {
24784
+ P$1.exponent = function () {
24785
24785
  return getBase10Exponent(this);
24786
24786
  };
24787
24787
 
@@ -24791,7 +24791,7 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
24791
24791
  * false.
24792
24792
  *
24793
24793
  */
24794
- P.greaterThan = P.gt = function (y) {
24794
+ P$1.greaterThan = P$1.gt = function (y) {
24795
24795
  return this.cmp(y) > 0;
24796
24796
  };
24797
24797
 
@@ -24801,7 +24801,7 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
24801
24801
  * otherwise return false.
24802
24802
  *
24803
24803
  */
24804
- P.greaterThanOrEqualTo = P.gte = function (y) {
24804
+ P$1.greaterThanOrEqualTo = P$1.gte = function (y) {
24805
24805
  return this.cmp(y) >= 0;
24806
24806
  };
24807
24807
 
@@ -24810,7 +24810,7 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
24810
24810
  * Return true if the value of this Decimal is an integer, otherwise return false.
24811
24811
  *
24812
24812
  */
24813
- P.isInteger = P.isint = function () {
24813
+ P$1.isInteger = P$1.isint = function () {
24814
24814
  return this.e > this.d.length - 2;
24815
24815
  };
24816
24816
 
@@ -24819,7 +24819,7 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
24819
24819
  * Return true if the value of this Decimal is negative, otherwise return false.
24820
24820
  *
24821
24821
  */
24822
- P.isNegative = P.isneg = function () {
24822
+ P$1.isNegative = P$1.isneg = function () {
24823
24823
  return this.s < 0;
24824
24824
  };
24825
24825
 
@@ -24828,7 +24828,7 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
24828
24828
  * Return true if the value of this Decimal is positive, otherwise return false.
24829
24829
  *
24830
24830
  */
24831
- P.isPositive = P.ispos = function () {
24831
+ P$1.isPositive = P$1.ispos = function () {
24832
24832
  return this.s > 0;
24833
24833
  };
24834
24834
 
@@ -24837,7 +24837,7 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
24837
24837
  * Return true if the value of this Decimal is 0, otherwise return false.
24838
24838
  *
24839
24839
  */
24840
- P.isZero = function () {
24840
+ P$1.isZero = function () {
24841
24841
  return this.s === 0;
24842
24842
  };
24843
24843
 
@@ -24846,7 +24846,7 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
24846
24846
  * Return true if the value of this Decimal is less than `y`, otherwise return false.
24847
24847
  *
24848
24848
  */
24849
- P.lessThan = P.lt = function (y) {
24849
+ P$1.lessThan = P$1.lt = function (y) {
24850
24850
  return this.cmp(y) < 0;
24851
24851
  };
24852
24852
 
@@ -24855,7 +24855,7 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
24855
24855
  * Return true if the value of this Decimal is less than or equal to `y`, otherwise return false.
24856
24856
  *
24857
24857
  */
24858
- P.lessThanOrEqualTo = P.lte = function (y) {
24858
+ P$1.lessThanOrEqualTo = P$1.lte = function (y) {
24859
24859
  return this.cmp(y) < 1;
24860
24860
  };
24861
24861
 
@@ -24873,7 +24873,7 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
24873
24873
  * [base] {number|string|Decimal} The base of the logarithm.
24874
24874
  *
24875
24875
  */
24876
- P.logarithm = P.log = function (base) {
24876
+ P$1.logarithm = P$1.log = function (base) {
24877
24877
  var r,
24878
24878
  x = this,
24879
24879
  Ctor = x.constructor,
@@ -24912,7 +24912,7 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
24912
24912
  * `precision` significant digits.
24913
24913
  *
24914
24914
  */
24915
- P.minus = P.sub = function (y) {
24915
+ P$1.minus = P$1.sub = function (y) {
24916
24916
  var x = this;
24917
24917
  y = new x.constructor(y);
24918
24918
  return x.s == y.s ? subtract$1(x, y) : add$1(x, (y.s = -y.s, y));
@@ -24924,7 +24924,7 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
24924
24924
  * `precision` significant digits.
24925
24925
  *
24926
24926
  */
24927
- P.modulo = P.mod = function (y) {
24927
+ P$1.modulo = P$1.mod = function (y) {
24928
24928
  var q,
24929
24929
  x = this,
24930
24930
  Ctor = x.constructor,
@@ -24953,7 +24953,7 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
24953
24953
  * significant digits.
24954
24954
  *
24955
24955
  */
24956
- P.naturalExponential = P.exp = function () {
24956
+ P$1.naturalExponential = P$1.exp = function () {
24957
24957
  return exp(this);
24958
24958
  };
24959
24959
 
@@ -24963,7 +24963,7 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
24963
24963
  * truncated to `precision` significant digits.
24964
24964
  *
24965
24965
  */
24966
- P.naturalLogarithm = P.ln = function () {
24966
+ P$1.naturalLogarithm = P$1.ln = function () {
24967
24967
  return ln(this);
24968
24968
  };
24969
24969
 
@@ -24973,7 +24973,7 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
24973
24973
  * -1.
24974
24974
  *
24975
24975
  */
24976
- P.negated = P.neg = function () {
24976
+ P$1.negated = P$1.neg = function () {
24977
24977
  var x = new this.constructor(this);
24978
24978
  x.s = -x.s || 0;
24979
24979
  return x;
@@ -24985,7 +24985,7 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
24985
24985
  * `precision` significant digits.
24986
24986
  *
24987
24987
  */
24988
- P.plus = P.add = function (y) {
24988
+ P$1.plus = P$1.add = function (y) {
24989
24989
  var x = this;
24990
24990
  y = new x.constructor(y);
24991
24991
  return x.s == y.s ? add$1(x, y) : subtract$1(x, (y.s = -y.s, y));
@@ -24998,7 +24998,7 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
24998
24998
  * [z] {boolean|number} Whether to count integer-part trailing zeros: true, false, 1 or 0.
24999
24999
  *
25000
25000
  */
25001
- P.precision = P.sd = function (z) {
25001
+ P$1.precision = P$1.sd = function (z) {
25002
25002
  var e, sd, w,
25003
25003
  x = this;
25004
25004
 
@@ -25028,7 +25028,7 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
25028
25028
  * significant digits.
25029
25029
  *
25030
25030
  */
25031
- P.squareRoot = P.sqrt = function () {
25031
+ P$1.squareRoot = P$1.sqrt = function () {
25032
25032
  var e, n, pr, r, s, t, wpr,
25033
25033
  x = this,
25034
25034
  Ctor = x.constructor;
@@ -25109,7 +25109,7 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
25109
25109
  * `precision` significant digits.
25110
25110
  *
25111
25111
  */
25112
- P.times = P.mul = function (y) {
25112
+ P$1.times = P$1.mul = function (y) {
25113
25113
  var carry, e, i, k, r, rL, t, xdL, ydL,
25114
25114
  x = this,
25115
25115
  Ctor = x.constructor,
@@ -25174,7 +25174,7 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
25174
25174
  * [rm] {number} Rounding mode. Integer, 0 to 8 inclusive.
25175
25175
  *
25176
25176
  */
25177
- P.toDecimalPlaces = P.todp = function (dp, rm) {
25177
+ P$1.toDecimalPlaces = P$1.todp = function (dp, rm) {
25178
25178
  var x = this,
25179
25179
  Ctor = x.constructor;
25180
25180
 
@@ -25198,7 +25198,7 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
25198
25198
  * [rm] {number} Rounding mode. Integer, 0 to 8 inclusive.
25199
25199
  *
25200
25200
  */
25201
- P.toExponential = function (dp, rm) {
25201
+ P$1.toExponential = function (dp, rm) {
25202
25202
  var str,
25203
25203
  x = this,
25204
25204
  Ctor = x.constructor;
@@ -25235,7 +25235,7 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
25235
25235
  * (-0.5).toFixed(0) is '-0'.
25236
25236
  *
25237
25237
  */
25238
- P.toFixed = function (dp, rm) {
25238
+ P$1.toFixed = function (dp, rm) {
25239
25239
  var str, y,
25240
25240
  x = this,
25241
25241
  Ctor = x.constructor;
@@ -25261,7 +25261,7 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
25261
25261
  * rounding mode `rounding`.
25262
25262
  *
25263
25263
  */
25264
- P.toInteger = P.toint = function () {
25264
+ P$1.toInteger = P$1.toint = function () {
25265
25265
  var x = this,
25266
25266
  Ctor = x.constructor;
25267
25267
  return round(new Ctor(x), getBase10Exponent(x) + 1, Ctor.rounding);
@@ -25272,7 +25272,7 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
25272
25272
  * Return the value of this Decimal converted to a number primitive.
25273
25273
  *
25274
25274
  */
25275
- P.toNumber = function () {
25275
+ P$1.toNumber = function () {
25276
25276
  return +this;
25277
25277
  };
25278
25278
 
@@ -25290,7 +25290,7 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
25290
25290
  * y {number|string|Decimal} The power to which to raise this Decimal.
25291
25291
  *
25292
25292
  */
25293
- P.toPower = P.pow = function (y) {
25293
+ P$1.toPower = P$1.pow = function (y) {
25294
25294
  var e, k, pr, r, sign, yIsInt,
25295
25295
  x = this,
25296
25296
  Ctor = x.constructor,
@@ -25380,7 +25380,7 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
25380
25380
  * [rm] {number} Rounding mode. Integer, 0 to 8 inclusive.
25381
25381
  *
25382
25382
  */
25383
- P.toPrecision = function (sd, rm) {
25383
+ P$1.toPrecision = function (sd, rm) {
25384
25384
  var e, str,
25385
25385
  x = this,
25386
25386
  Ctor = x.constructor;
@@ -25412,7 +25412,7 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
25412
25412
  * [rm] {number} Rounding mode. Integer, 0 to 8 inclusive.
25413
25413
  *
25414
25414
  */
25415
- P.toSignificantDigits = P.tosd = function (sd, rm) {
25415
+ P$1.toSignificantDigits = P$1.tosd = function (sd, rm) {
25416
25416
  var x = this,
25417
25417
  Ctor = x.constructor;
25418
25418
 
@@ -25437,7 +25437,7 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
25437
25437
  * `toExpPos`, or a negative exponent equal to or less than `toExpNeg`.
25438
25438
  *
25439
25439
  */
25440
- P.toString = P.valueOf = P.val = P.toJSON = P[Symbol.for('nodejs.util.inspect.custom')] = function () {
25440
+ P$1.toString = P$1.valueOf = P$1.val = P$1.toJSON = P$1[Symbol.for('nodejs.util.inspect.custom')] = function () {
25441
25441
  var x = this,
25442
25442
  e = getBase10Exponent(x),
25443
25443
  Ctor = x.constructor;
@@ -26468,7 +26468,7 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
26468
26468
  else throw Error(invalidArgument + value);
26469
26469
  }
26470
26470
 
26471
- Decimal.prototype = P;
26471
+ Decimal.prototype = P$1;
26472
26472
 
26473
26473
  Decimal.ROUND_UP = 0;
26474
26474
  Decimal.ROUND_DOWN = 1;
@@ -54907,18 +54907,32 @@ ${colorConfig.map(([key, itemConfig]) => {
54907
54907
  ] });
54908
54908
  }
54909
54909
 
54910
+ /* single-spa@6.0.3 - ES2015 - prod */
54911
+ var t=Object.freeze({__proto__:null,get start(){return It},get ensureJQuerySupport(){return ft},get setBootstrapMaxTime(){return K},get setMountMaxTime(){return H},get setUnmountMaxTime(){return J},get setUnloadMaxTime(){return Q},get registerApplication(){return Tt},get unregisterApplication(){return At},get getMountedApps(){return Et},get getAppStatus(){return Pt},get unloadApplication(){return Nt},get checkActivityFunctions(){return bt},get getAppNames(){return vt},get pathToActiveWhen(){return Dt},get navigateToUrl(){return tt},get patchHistoryApi(){return at},get triggerAppChange(){return $t},get addErrorHandler(){return i},get removeErrorHandler(){return s},get mountRootParcel(){return G},get NOT_LOADED(){return c},get LOADING_SOURCE_CODE(){return l},get NOT_BOOTSTRAPPED(){return f},get BOOTSTRAPPING(){return p},get NOT_MOUNTED(){return h},get MOUNTING(){return m},get UPDATING(){return w},get LOAD_ERROR(){return E},get MOUNTED(){return d},get UNLOADING(){return y},get UNMOUNTING(){return g},get SKIP_BECAUSE_BROKEN(){return v}}),e=("undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{}).CustomEvent,n=function(){try{var t=new e("cat",{detail:{foo:"bar"}});return "cat"===t.type&&"bar"===t.detail.foo}catch(t){}return false}()?e:"undefined"!=typeof document&&"function"==typeof document.createEvent?function(t,e){var n=document.createEvent("CustomEvent");return e?n.initCustomEvent(t,e.bubbles,e.cancelable,e.detail):n.initCustomEvent(t,false,false,void 0),n}:function(t,e){var n=document.createEventObject();return n.type=t,e?(n.bubbles=Boolean(e.bubbles),n.cancelable=Boolean(e.cancelable),n.detail=e.detail):(n.bubbles=false,n.cancelable=false,n.detail=void 0),n};let r=[];function o(t,e,n){const o=a(t,e,n);r.length?r.forEach((t=>t(o))):setTimeout((()=>{throw o}));}function i(t){if("function"!=typeof t)throw Error(u(28));r.push(t);}function s(t){if("function"!=typeof t)throw Error(u(29));let e=false;return r=r.filter((n=>{const r=n===t;return e=e||r,!r})),e}function u(t,e,...n){return `single-spa minified message #${t}: ${""}See https://single-spa.js.org/error/?code=${t}${n.length?`&arg=${n.join("&arg=")}`:""}`}function a(t,e,n){const r=`${A(e)} '${T(e)}' died in status ${e.status}: `;let o;if(t instanceof Error){try{t.message=r+t.message;}catch(t){}o=t;}else {console.warn(u(30,false,e.status,T(e)));try{o=Error(r+JSON.stringify(t));}catch(e){o=t;}}return o.appOrParcelName=T(e),e.status=n,o}const c="NOT_LOADED",l="LOADING_SOURCE_CODE",f="NOT_BOOTSTRAPPED",p="BOOTSTRAPPING",h="NOT_MOUNTED",m="MOUNTING",d="MOUNTED",w="UPDATING",g="UNMOUNTING",y="UNLOADING",E="LOAD_ERROR",v="SKIP_BECAUSE_BROKEN";function P(t){return t.status===d}function O(t){try{return t.activeWhen(window.location)}catch(e){return o(e,t,v),false}}function T(t){return t.name}function b(t){return Boolean(t.unmountThisParcel)}function A(t){return b(t)?"parcel":"application"}function N(){for(let t=arguments.length-1;t>0;t--)for(let e in arguments[t])"__proto__"!==e&&(arguments[t-1][e]=arguments[t][e]);return arguments[0]}function S(t,e){for(let n=0;n<t.length;n++)if(e(t[n]))return t[n];return null}function _(t){return t&&("function"==typeof t||(e=t,Array.isArray(e)&&!S(e,(t=>"function"!=typeof t))));var e;}function D(t,e){let n=t[e]||[];n=Array.isArray(n)?n:[n],0===n.length&&(n=[()=>Promise.resolve()]);const r=A(t),o=T(t);return function(t){return n.reduce(((n,i,s)=>n.then((()=>{const n=i(t);return U(n)?n:Promise.reject(u(15,false,r,o,e,s))}))),Promise.resolve())}}function U(t){return t&&"function"==typeof t.then&&"function"==typeof t.catch}let M=[];function j(t,e){return Promise.resolve().then((()=>t.status!==f?t:(t.status=p,t.bootstrap?V(t,"bootstrap").then(n).catch((n=>{if(e)throw a(n,t,v);return o(n,t,v),t})):Promise.resolve().then(n))));function n(){return t.status=h,t}}function $(t,e){return Promise.resolve().then((()=>{if(t.status!==d)return t;t.status=g;const n=Object.keys(t.parcels).map((e=>t.parcels[e].unmountThisParcel()));return Promise.all(n).then(r,(n=>r().then((()=>{const r=Error(n.message);if(e)throw a(r,t,v);o(r,t,v);})))).then((()=>t));function r(){return V(t,"unmount").then((()=>{t.status=h;}),(n=>{if(e)throw a(n,t,v);o(n,t,v);}))}}))}let L=false,R=false;function x(t,e){return Promise.resolve().then((()=>t.status!==h?t:(L||(window.dispatchEvent(new n("single-spa:before-first-mount")),L=true),t.status=m,V(t,"mount").then((()=>(t.status=d,R||(window.dispatchEvent(new n("single-spa:first-mount")),R=true),t))).catch((n=>{return t.status=d,$(t,true).then(r,r);function r(){if(e)throw a(n,t,v);return o(n,t,v),t}})))))}let I=0;const B={parcels:{}};function G(){return W.apply(B,arguments)}function W(t,e){const n=this;if(!t||"object"!=typeof t&&"function"!=typeof t)throw Error(u(2));if(t.name&&"string"!=typeof t.name)throw Error(u(3,false,typeof t.name));const r=I++;let o=t.name||`parcel-${r}`;if("object"!=typeof e)throw Error(u(4,false,o,typeof e));if(!e.domElement)throw Error(u(5,false,o));const i="function"==typeof t,s=i?t:()=>Promise.resolve(t),c={id:r,parcels:{},status:i?l:f,customProps:e,parentName:T(n),unmountThisParcel:()=>y.then((()=>{if(c.status!==d)throw Error(u(6,false,o,c.status));return $(c,true)})).then((t=>(c.parentName&&delete n.parcels[c.id],t))).then((t=>(E(t),t))).catch((t=>{throw c.status=v,P(t),t}))};let p;n.parcels[r]=c;let m=s();if(!m||"function"!=typeof m.then)throw Error(u(7));m=m.then((t=>{if(!t)throw Error(u(8));if(o=t.name||`parcel-${r}`,Object.prototype.hasOwnProperty.call(t,"bootstrap")&&!_(t.bootstrap))throw Error(u(9,false,o));if(!_(t.mount))throw Error(u(10,false,o));if(!_(t.unmount))throw Error(u(11,false,o));if(t.update&&!_(t.update))throw Error(u(12,false,o));const e=D(t,"bootstrap"),n=D(t,"mount"),i=D(t,"unmount");c.status=f,c.name=o,c.bootstrap=e,c.mount=n,c.unmount=i,c.timeouts=q(t.timeouts),t.update&&(c.update=D(t,"update"),p.update=function(t){return c.customProps=t,C((e=c,Promise.resolve().then((()=>{if(e.status!==d)throw Error(u(32,false,T(e)));return e.status=w,V(e,"update").then((()=>(e.status=d,e))).catch((t=>{throw a(t,e,v)}))}))));var e;});}));const g=m.then((()=>j(c,true))),y=g.then((()=>x(c,true)));let E,P;const O=new Promise(((t,e)=>{E=t,P=e;}));return p={mount:()=>C(Promise.resolve().then((()=>{if(c.status!==h)throw Error(u(13,false,o,c.status));return n.parcels[r]=c,x(c)}))),unmount:()=>C(c.unmountThisParcel()),getStatus:()=>c.status,loadPromise:C(m),bootstrapPromise:C(g),mountPromise:C(y),unmountPromise:C(O)},p}function C(t){return t.then((()=>null))}function k(e){const n=T(e);let r="function"==typeof e.customProps?e.customProps(n,window.location):e.customProps;("object"!=typeof r||null===r||Array.isArray(r))&&(r={},console.warn(u(40),n,r));const o=N({},r,{name:n,mountParcel:W.bind(e),singleSpa:t});return b(e)&&(o.unmountSelf=e.unmountThisParcel),o}const F={bootstrap:{millis:4e3,dieOnTimeout:false,warningMillis:1e3},mount:{millis:3e3,dieOnTimeout:false,warningMillis:1e3},unmount:{millis:3e3,dieOnTimeout:false,warningMillis:1e3},unload:{millis:3e3,dieOnTimeout:false,warningMillis:1e3},update:{millis:3e3,dieOnTimeout:false,warningMillis:1e3}};function K(t,e,n){if("number"!=typeof t||t<=0)throw Error(u(16));F.bootstrap={millis:t,dieOnTimeout:e,warningMillis:n||1e3};}function H(t,e,n){if("number"!=typeof t||t<=0)throw Error(u(17));F.mount={millis:t,dieOnTimeout:e,warningMillis:n||1e3};}function J(t,e,n){if("number"!=typeof t||t<=0)throw Error(u(18));F.unmount={millis:t,dieOnTimeout:e,warningMillis:n||1e3};}function Q(t,e,n){if("number"!=typeof t||t<=0)throw Error(u(19));F.unload={millis:t,dieOnTimeout:e,warningMillis:n||1e3};}function V(t,e){const n=t.timeouts[e],r=n.warningMillis,o=A(t);return new Promise(((i,s)=>{let a=false,c=false;t[e](k(t)).then((t=>{a=true,i(t);})).catch((t=>{a=true,s(t);})),setTimeout((()=>f(1)),r),setTimeout((()=>f(true)),n.millis);const l=u(31,false,e,o,T(t),n.millis);function f(t){if(!a)if(true===t)c=true,n.dieOnTimeout?s(Error(l)):console.error(l);else if(!c){const e=t,o=e*r;console.warn(l),o+r<n.millis&&setTimeout((()=>f(e+1)),r);}}}))}function q(t){const e={};for(let n in F)e[n]=N({},F[n],t&&t[n]||{});return e}function z(t){return Promise.resolve().then((()=>{if(t.loadPromise)return t.loadPromise;if(t.status!==c&&t.status!==E)return t;let e,n;return t.status=l,t.loadPromise=Promise.resolve().then((()=>{const r=t.loadApp(k(t));if(!U(r))throw n=true,Error(u(33,false,T(t)));return r.then((n=>{let r;t.loadErrorTime=null,e=n,"object"!=typeof e&&(r=34),Object.prototype.hasOwnProperty.call(e,"bootstrap")&&!_(e.bootstrap)&&(r=35),_(e.mount)||(r=36),_(e.unmount)||(r=37);const i=A(e);if(r){let n;try{n=JSON.stringify(e);}catch(t){}return console.error(u(r,false,i,T(t),n),e),o(void 0,t,v),t}return e.devtools&&e.devtools.overlays&&(t.devtools.overlays=N({},t.devtools.overlays,e.devtools.overlays)),t.status=f,t.bootstrap=D(e,"bootstrap"),t.mount=D(e,"mount"),t.unmount=D(e,"unmount"),t.unload=D(e,"unload"),t.timeouts=q(e.timeouts),delete t.loadPromise,t}))})).catch((e=>{let r;return delete t.loadPromise,n?r=v:(r=E,t.loadErrorTime=(new Date).getTime()),o(e,t,r),t}))}))}const X="undefined"!=typeof window,Y={hashchange:[],popstate:[]},Z=["hashchange","popstate"];function tt(t){let e;if("string"==typeof t)e=t;else if(this&&this.href)e=this.href;else {if(!(t&&t.currentTarget&&t.currentTarget.href&&t.preventDefault))throw Error(u(14));e=t.currentTarget.href,t.preventDefault();}const n=ct(window.location.href),r=ct(e);0===e.indexOf("#")?window.location.hash=r.hash:n.host!==r.host&&r.host?window.location.href=e:r.pathname===n.pathname&&r.search===n.search?window.location.hash=r.hash:window.history.pushState(null,null,e);}function et(t){if(t){const e=t[0].type;Z.indexOf(e)>=0&&Y[e].forEach((e=>{try{e.apply(this,t);}catch(t){setTimeout((()=>{throw t}));}}));}}let nt;function rt(){Lt([],arguments);}function ot(t,e){return function(){const n=window.location.href,r=t.apply(this,arguments),o=window.location.href;return nt&&n===o||window.dispatchEvent(it(window.history.state,e)),r}}function it(t,e){let n;try{n=new PopStateEvent("popstate",{state:t});}catch(e){n=document.createEvent("PopStateEvent"),n.initPopStateEvent("popstate",false,false,t);}return n.singleSpa=true,n.singleSpaTrigger=e,n}let st=null,ut=false;function at(t){if(ut)throw Error(u(43));nt=!t||!t.hasOwnProperty("urlRerouteOnly")||t.urlRerouteOnly,ut=true,st=window.history.replaceState,window.addEventListener("hashchange",rt),window.addEventListener("popstate",rt);const e=window.addEventListener,n=window.removeEventListener;window.addEventListener=function(t,n){if(!("function"==typeof n&&Z.indexOf(t)>=0)||S(Y[t],(t=>t===n)))return e.apply(this,arguments);Y[t].push(n);},window.removeEventListener=function(t,e){return "function"==typeof e&&Z.indexOf(t)>=0&&(Y[t]=Y[t].filter((t=>t!==e))),n.apply(this,arguments)},window.history.pushState=ot(window.history.pushState,"pushState"),window.history.replaceState=ot(st,"replaceState");}function ct(t){const e=document.createElement("a");return e.href=t,e}X&&(window.singleSpaNavigate?console.warn(u(41)):window.singleSpaNavigate=tt);let lt=false;function ft(t=window.jQuery){if(t||window.$&&window.$.fn&&window.$.fn.jquery&&(t=window.$),t&&!lt){const e=t.fn.on,n=t.fn.off;t.fn.on=function(t,n){return pt.call(this,e,window.addEventListener,t,n,arguments)},t.fn.off=function(t,e){return pt.call(this,n,window.removeEventListener,t,e,arguments)},lt=true;}}function pt(t,e,n,r,o){return "string"!=typeof n?t.apply(this,o):(n.split(/\s+/).forEach((t=>{Z.indexOf(t)>=0&&(e(t,r),n=n.replace(t,""));})),""===n.trim()?this:t.apply(this,o))}const ht={};function mt(t){return Promise.resolve().then((()=>{const e=ht[T(t)];if(!e)return t;if(t.status===c)return dt(t,e),t;if(t.status===y)return e.promise.then((()=>t));if(t.status!==h&&t.status!==E)return t;const n=t.status===E?Promise.resolve():V(t,"unload");return t.status=y,n.then((()=>(dt(t,e),t))).catch((n=>(function(t,e,n){delete ht[T(t)],delete t.bootstrap,delete t.mount,delete t.unmount,delete t.unload,o(n,t,v),e.reject(n);}(t,e,n),t)))}))}function dt(t,e){delete ht[T(t)],delete t.bootstrap,delete t.mount,delete t.unmount,delete t.unload,t.status=c,e.resolve();}function wt(t,e,n,r){ht[T(t)]={app:t,resolve:n,reject:r},Object.defineProperty(ht[T(t)],"promise",{get:e});}function gt(t){return ht[t]}const yt=[];function Et(){return yt.filter(P).map(T)}function vt(){return yt.map(T)}function Pt(t){const e=S(yt,(e=>T(e)===t));return e?e.status:null}let Ot=false;function Tt(t,e,n,r){const o=function(t,e,n,r){const o={name:null,loadApp:null,activeWhen:null,customProps:null};return "object"==typeof t?(function(t){if(Array.isArray(t)||null===t)throw Error(u(39));const e=["name","app","activeWhen","customProps"],n=Object.keys(t).reduce(((t,n)=>e.indexOf(n)>=0?t:t.concat(n)),[]);if(0!==n.length)throw Error(u(38,false,e.join(", "),n.join(", ")));if("string"!=typeof t.name||0===t.name.length)throw Error(u(20));if("object"!=typeof t.app&&"function"!=typeof t.app)throw Error(u(20));const r=t=>"string"==typeof t||"function"==typeof t;if(!(r(t.activeWhen)||Array.isArray(t.activeWhen)&&t.activeWhen.every(r)))throw Error(u(24));if(!_t(t.customProps))throw Error(u(22))}(t),o.name=t.name,o.loadApp=t.app,o.activeWhen=t.activeWhen,o.customProps=t.customProps):(function(t,e,n,r){if("string"!=typeof t||0===t.length)throw Error(u(20));if(!e)throw Error(u(23));if("function"!=typeof n)throw Error(u(24));if(!_t(r))throw Error(u(22))}(t,e,n,r),o.name=t,o.loadApp=e,o.activeWhen=n,o.customProps=r),o.loadApp="function"!=typeof(i=o.loadApp)?()=>Promise.resolve(i):i,o.customProps=function(t){return t||{}}(o.customProps),o.activeWhen=function(t){let e=Array.isArray(t)?t:[t];return e=e.map((t=>"function"==typeof t?t:Dt(t))),t=>e.some((e=>e(t)))}(o.activeWhen),o;var i;}(t,e,n,r);if(Bt()||Ot||(Ot=true,setTimeout((()=>{Bt()||console.warn(u(1));}),5e3)),-1!==vt().indexOf(o.name))throw Error(u(21,false,o.name));yt.push(N({loadErrorTime:null,status:c,parcels:{},devtools:{overlays:{options:{},selectors:[]}}},o)),X&&(ft(),Lt());}function bt(t=window.location){return yt.filter((e=>e.activeWhen(t))).map(T)}function At(t){if(0===yt.filter((e=>T(e)===t)).length)throw Error(u(25,false,t));return (X?Nt(t,{waitForUnmount:false}):Promise.resolve()).then((()=>{const e=yt.map(T).indexOf(t);yt.splice(e,1);}))}function Nt(t,e={waitForUnmount:false}){if("string"!=typeof t)throw Error(u(26));const n=S(yt,(e=>T(e)===t));if(!n)throw Error(u(27,false,t));const r=gt(T(n));if(e&&e.waitForUnmount){if(r)return r.promise;{const t=new Promise(((e,r)=>{wt(n,(()=>t),e,r);}));return t}}{let t;return r?(t=r.promise,St(n,r.resolve,r.reject)):t=new Promise(((e,r)=>{wt(n,(()=>t),e,r),St(n,e,r);})),t}}function St(t,e,n){Promise.resolve().then((()=>{if(S(bt(),(e=>e===T(t))))return $t()})).then((()=>$(t).then(mt).then((()=>{e(),setTimeout((()=>{Lt();}));})))).catch(n);}function _t(t){return !t||"function"==typeof t||"object"==typeof t&&null!==t&&!Array.isArray(t)}function Dt(t,e){const n=function(t,e){let n=0,r=false,o="^";"/"!==t[0]&&(t="/"+t);for(let e=0;e<t.length;e++){const n=t[e],o=r&&"/"===n;(!r&&":"===n||o)&&i(e);}return i(t.length),new RegExp(o,"i");function i(i){const s=t.slice(n,i).replace(/[|\\{}()[\]^$+*?.]/g,"\\$&");if(o+=r?"[^/]+/?":s,i===t.length)if(r)e&&(o+="$");else {const t=e?"":".*";o="/"===o.charAt(o.length-1)?`${o}${t}$`:`${o}(/${t})?(#.*)?$`;}r=!r,n=i;}}(t,e);return t=>{let e=t.origin;e||(e=`${t.protocol}//${t.host}`);const r=t.href.replace(e,"").replace(t.search,"").split("?")[0];return n.test(r)}}let Ut=false,Mt=[],jt=X&&window.location.href;function $t(){return Lt()}function Lt(t=[],e,r=false){if(Ut)return new Promise(((t,n)=>{Mt.push({resolve:t,reject:n,eventArguments:e});}));const{appsToUnload:o,appsToUnmount:i,appsToLoad:s,appsToMount:a}=function(){const t=[],e=[],n=[],r=[],o=(new Date).getTime();return yt.forEach((i=>{const s=i.status!==v&&O(i);switch(i.status){case E:s&&o-i.loadErrorTime>=200&&n.push(i);break;case c:case l:s&&n.push(i);break;case f:case h:!s&&gt(T(i))?t.push(i):s&&r.push(i);break;case d:s||e.push(i);}})),{appsToUnload:t,appsToUnmount:e,appsToLoad:n,appsToMount:r}}();let p,m=[],w=jt,g=jt=window.location.href;return Bt()?(Ut=true,p=o.concat(s,i,a),Promise.resolve().then((()=>(S(0===p.length?"before-no-app-change":"before-app-change",A(true)),S("before-routing-event",A(true,{cancelNavigation:y})),Promise.all(m).then((n=>{if(n.some((t=>t)))return st.call(window.history,history.state,"",w.substring(location.origin.length)),jt=location.href,Ut=false,Lt(t,e,true);const r=o.map(mt),u=i.map($).map((t=>t.then(mt))).concat(r),c=Promise.all(u);c.then((()=>{S("before-mount-routing-event",A(true));}),(t=>{throw t}));const l=s.map((t=>z(t).then((t=>Rt(t,c))))),f=a.filter((t=>s.indexOf(t)<0)).map((t=>Rt(t,c)));return c.catch((t=>{throw b(),t})).then((()=>(b(),Promise.all(l.concat(f)).catch((e=>{throw t.forEach((t=>t.reject(e))),e})).then(P).then((()=>{}),(t=>{throw t})))))})))))):(p=s,Promise.resolve().then((()=>{const t=s.map(z);return Promise.all(t).then(b).then((()=>[])).catch((t=>{throw b(),t})).finally((()=>{}))})));function y(t=true){const e="function"==typeof(null==t?void 0:t.then)?t:Promise.resolve(t);m.push(e.catch((t=>(console.warn(Error(u(42))),console.warn(t),false))));}function P(){const e=Et();t.forEach((t=>t.resolve(e)));try{S(0===p.length?"no-app-change":"app-change",A()),S("routing-event",A());}catch(t){setTimeout((()=>{throw t}));}if(Ut=false,Mt.length>0){const t=Mt;Mt=[],Lt(t);}return e}function b(){r||(t.forEach((t=>{et(t.eventArguments);})),et(e));}function A(t=false,n){const r={},u={[d]:[],[h]:[],[c]:[],[v]:[]};t?(s.concat(a).forEach(((t,e)=>{f(t,d);})),o.forEach((t=>{f(t,c);})),i.forEach((t=>{f(t,h);}))):p.forEach((t=>{f(t);}));const l={detail:{newAppStatuses:r,appsByNewStatus:u,totalAppChanges:p.length,originalEvent:null==e?void 0:e[0],oldUrl:w,newUrl:g}};return n&&N(l.detail,n),l;function f(t,e){const n=T(t);e=e||Pt(n),r[n]=e,(u[e]=u[e]||[]).push(n);}}function S(t,e){r||window.dispatchEvent(new n(`single-spa:${t}`,e));}}function Rt(t,e){return O(t)?j(t).then((t=>e.then((()=>O(t)?x(t):t)))):e.then((()=>t))}let xt=false;function It(t){xt=true,X&&(at(t),Lt());}function Bt(){return xt}var Gt={getRawAppData:function(){return [...yt]},reroute:Lt,NOT_LOADED:c,toLoadPromise:z,toBootstrapPromise:j,unregisterApplication:At,getProfilerData:function(){return M}};X&&window.__SINGLE_SPA_DEVTOOLS__&&(window.__SINGLE_SPA_DEVTOOLS__.exposedMethods=Gt);
54912
+
54910
54913
  function SiteHeader() {
54911
- return /* @__PURE__ */ jsxRuntimeExports.jsx("header", { className: "flex h-(--header-height) shrink-0 items-center gap-2 border-b transition-[width,height] ease-linear group-has-data-[collapsible=icon]/sidebar-wrapper:h-(--header-height)", children: /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "flex w-full items-center gap-1 px-4 lg:gap-2 lg:px-6", children: [
54912
- /* @__PURE__ */ jsxRuntimeExports.jsx(SidebarTrigger, { className: "-ml-1" }),
54913
- /* @__PURE__ */ jsxRuntimeExports.jsx(
54914
- Separator,
54914
+ return /* @__PURE__ */ jsxRuntimeExports.jsxs("header", { className: "flex h-(--header-height) shrink-0 items-center gap-2 border-b transition-[width,height] ease-linear group-has-data-[collapsible=icon]/sidebar-wrapper:h-(--header-height)", children: [
54915
+ /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "flex w-full items-center gap-1 px-4 lg:gap-2 lg:px-6", children: [
54916
+ /* @__PURE__ */ jsxRuntimeExports.jsx(SidebarTrigger, { className: "-ml-1" }),
54917
+ /* @__PURE__ */ jsxRuntimeExports.jsx(
54918
+ Separator,
54919
+ {
54920
+ orientation: "vertical",
54921
+ className: "mx-2 data-[orientation=vertical]:h-4"
54922
+ }
54923
+ ),
54924
+ /* @__PURE__ */ jsxRuntimeExports.jsx("h1", { className: "text-base font-medium", children: "Documents" })
54925
+ ] }),
54926
+ /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "flex w-full justify-end items-center gap-1 px-4 lg:gap-2 lg:px-6", children: /* @__PURE__ */ jsxRuntimeExports.jsx(
54927
+ Button,
54915
54928
  {
54916
- orientation: "vertical",
54917
- className: "mx-2 data-[orientation=vertical]:h-4"
54929
+ onClick: () => {
54930
+ tt("/apps-studio/portals");
54931
+ },
54932
+ children: "Go to portals"
54918
54933
  }
54919
- ),
54920
- /* @__PURE__ */ jsxRuntimeExports.jsx("h1", { className: "text-base font-medium", children: "Documents" })
54921
- ] }) });
54934
+ ) })
54935
+ ] });
54922
54936
  }
54923
54937
 
54924
54938
  const data = /* #__PURE__ */ JSON.parse("[{\"id\":1,\"header\":\"Cover page\",\"type\":\"Cover page\",\"status\":\"In Process\",\"target\":\"18\",\"limit\":\"5\",\"reviewer\":\"Eddie Lake\"},{\"id\":2,\"header\":\"Table of contents\",\"type\":\"Table of contents\",\"status\":\"Done\",\"target\":\"29\",\"limit\":\"24\",\"reviewer\":\"Eddie Lake\"},{\"id\":3,\"header\":\"Executive summary\",\"type\":\"Narrative\",\"status\":\"Done\",\"target\":\"10\",\"limit\":\"13\",\"reviewer\":\"Eddie Lake\"},{\"id\":4,\"header\":\"Technical approach\",\"type\":\"Narrative\",\"status\":\"Done\",\"target\":\"27\",\"limit\":\"23\",\"reviewer\":\"Jamik Tashpulatov\"},{\"id\":5,\"header\":\"Design\",\"type\":\"Narrative\",\"status\":\"In Process\",\"target\":\"2\",\"limit\":\"16\",\"reviewer\":\"Jamik Tashpulatov\"},{\"id\":6,\"header\":\"Capabilities\",\"type\":\"Narrative\",\"status\":\"In Process\",\"target\":\"20\",\"limit\":\"8\",\"reviewer\":\"Jamik Tashpulatov\"},{\"id\":7,\"header\":\"Integration with existing systems\",\"type\":\"Narrative\",\"status\":\"In Process\",\"target\":\"19\",\"limit\":\"21\",\"reviewer\":\"Jamik Tashpulatov\"},{\"id\":8,\"header\":\"Innovation and Advantages\",\"type\":\"Narrative\",\"status\":\"Done\",\"target\":\"25\",\"limit\":\"26\",\"reviewer\":\"Assign reviewer\"},{\"id\":9,\"header\":\"Overview of EMR's Innovative Solutions\",\"type\":\"Technical content\",\"status\":\"Done\",\"target\":\"7\",\"limit\":\"23\",\"reviewer\":\"Assign reviewer\"},{\"id\":10,\"header\":\"Advanced Algorithms and Machine Learning\",\"type\":\"Narrative\",\"status\":\"Done\",\"target\":\"30\",\"limit\":\"28\",\"reviewer\":\"Assign reviewer\"},{\"id\":11,\"header\":\"Adaptive Communication Protocols\",\"type\":\"Narrative\",\"status\":\"Done\",\"target\":\"9\",\"limit\":\"31\",\"reviewer\":\"Assign reviewer\"},{\"id\":12,\"header\":\"Advantages Over Current Technologies\",\"type\":\"Narrative\",\"status\":\"Done\",\"target\":\"12\",\"limit\":\"0\",\"reviewer\":\"Assign reviewer\"},{\"id\":13,\"header\":\"Past Performance\",\"type\":\"Narrative\",\"status\":\"Done\",\"target\":\"22\",\"limit\":\"33\",\"reviewer\":\"Assign reviewer\"},{\"id\":14,\"header\":\"Customer Feedback and Satisfaction Levels\",\"type\":\"Narrative\",\"status\":\"Done\",\"target\":\"15\",\"limit\":\"34\",\"reviewer\":\"Assign reviewer\"},{\"id\":15,\"header\":\"Implementation Challenges and Solutions\",\"type\":\"Narrative\",\"status\":\"Done\",\"target\":\"3\",\"limit\":\"35\",\"reviewer\":\"Assign reviewer\"},{\"id\":16,\"header\":\"Security Measures and Data Protection Policies\",\"type\":\"Narrative\",\"status\":\"In Process\",\"target\":\"6\",\"limit\":\"36\",\"reviewer\":\"Assign reviewer\"},{\"id\":17,\"header\":\"Scalability and Future Proofing\",\"type\":\"Narrative\",\"status\":\"Done\",\"target\":\"4\",\"limit\":\"37\",\"reviewer\":\"Assign reviewer\"},{\"id\":18,\"header\":\"Cost-Benefit Analysis\",\"type\":\"Plain language\",\"status\":\"Done\",\"target\":\"14\",\"limit\":\"38\",\"reviewer\":\"Assign reviewer\"},{\"id\":19,\"header\":\"User Training and Onboarding Experience\",\"type\":\"Narrative\",\"status\":\"Done\",\"target\":\"17\",\"limit\":\"39\",\"reviewer\":\"Assign reviewer\"},{\"id\":20,\"header\":\"Future Development Roadmap\",\"type\":\"Narrative\",\"status\":\"Done\",\"target\":\"11\",\"limit\":\"40\",\"reviewer\":\"Assign reviewer\"},{\"id\":21,\"header\":\"System Architecture Overview\",\"type\":\"Technical content\",\"status\":\"In Process\",\"target\":\"24\",\"limit\":\"18\",\"reviewer\":\"Maya Johnson\"},{\"id\":22,\"header\":\"Risk Management Plan\",\"type\":\"Narrative\",\"status\":\"Done\",\"target\":\"15\",\"limit\":\"22\",\"reviewer\":\"Carlos Rodriguez\"},{\"id\":23,\"header\":\"Compliance Documentation\",\"type\":\"Legal\",\"status\":\"In Process\",\"target\":\"31\",\"limit\":\"27\",\"reviewer\":\"Sarah Chen\"},{\"id\":24,\"header\":\"API Documentation\",\"type\":\"Technical content\",\"status\":\"Done\",\"target\":\"8\",\"limit\":\"12\",\"reviewer\":\"Raj Patel\"},{\"id\":25,\"header\":\"User Interface Mockups\",\"type\":\"Visual\",\"status\":\"In Process\",\"target\":\"19\",\"limit\":\"25\",\"reviewer\":\"Leila Ahmadi\"},{\"id\":26,\"header\":\"Database Schema\",\"type\":\"Technical content\",\"status\":\"Done\",\"target\":\"22\",\"limit\":\"20\",\"reviewer\":\"Thomas Wilson\"},{\"id\":27,\"header\":\"Testing Methodology\",\"type\":\"Technical content\",\"status\":\"In Process\",\"target\":\"17\",\"limit\":\"14\",\"reviewer\":\"Assign reviewer\"},{\"id\":28,\"header\":\"Deployment Strategy\",\"type\":\"Narrative\",\"status\":\"Done\",\"target\":\"26\",\"limit\":\"30\",\"reviewer\":\"Eddie Lake\"},{\"id\":29,\"header\":\"Budget Breakdown\",\"type\":\"Financial\",\"status\":\"In Process\",\"target\":\"13\",\"limit\":\"16\",\"reviewer\":\"Jamik Tashpulatov\"},{\"id\":30,\"header\":\"Market Analysis\",\"type\":\"Research\",\"status\":\"Done\",\"target\":\"29\",\"limit\":\"32\",\"reviewer\":\"Sophia Martinez\"},{\"id\":31,\"header\":\"Competitor Comparison\",\"type\":\"Research\",\"status\":\"In Process\",\"target\":\"21\",\"limit\":\"19\",\"reviewer\":\"Assign reviewer\"},{\"id\":32,\"header\":\"Maintenance Plan\",\"type\":\"Technical content\",\"status\":\"Done\",\"target\":\"16\",\"limit\":\"23\",\"reviewer\":\"Alex Thompson\"},{\"id\":33,\"header\":\"User Personas\",\"type\":\"Research\",\"status\":\"In Process\",\"target\":\"27\",\"limit\":\"24\",\"reviewer\":\"Nina Patel\"},{\"id\":34,\"header\":\"Accessibility Compliance\",\"type\":\"Legal\",\"status\":\"Done\",\"target\":\"18\",\"limit\":\"21\",\"reviewer\":\"Assign reviewer\"},{\"id\":35,\"header\":\"Performance Metrics\",\"type\":\"Technical content\",\"status\":\"In Process\",\"target\":\"23\",\"limit\":\"26\",\"reviewer\":\"David Kim\"},{\"id\":36,\"header\":\"Disaster Recovery Plan\",\"type\":\"Technical content\",\"status\":\"Done\",\"target\":\"14\",\"limit\":\"17\",\"reviewer\":\"Jamik Tashpulatov\"},{\"id\":37,\"header\":\"Third-party Integrations\",\"type\":\"Technical content\",\"status\":\"In Process\",\"target\":\"25\",\"limit\":\"28\",\"reviewer\":\"Eddie Lake\"},{\"id\":38,\"header\":\"User Feedback Summary\",\"type\":\"Research\",\"status\":\"Done\",\"target\":\"20\",\"limit\":\"15\",\"reviewer\":\"Assign reviewer\"},{\"id\":39,\"header\":\"Localization Strategy\",\"type\":\"Narrative\",\"status\":\"In Process\",\"target\":\"12\",\"limit\":\"19\",\"reviewer\":\"Maria Garcia\"},{\"id\":40,\"header\":\"Mobile Compatibility\",\"type\":\"Technical content\",\"status\":\"Done\",\"target\":\"28\",\"limit\":\"31\",\"reviewer\":\"James Wilson\"},{\"id\":41,\"header\":\"Data Migration Plan\",\"type\":\"Technical content\",\"status\":\"In Process\",\"target\":\"19\",\"limit\":\"22\",\"reviewer\":\"Assign reviewer\"},{\"id\":42,\"header\":\"Quality Assurance Protocols\",\"type\":\"Technical content\",\"status\":\"Done\",\"target\":\"30\",\"limit\":\"33\",\"reviewer\":\"Priya Singh\"},{\"id\":43,\"header\":\"Stakeholder Analysis\",\"type\":\"Research\",\"status\":\"In Process\",\"target\":\"11\",\"limit\":\"14\",\"reviewer\":\"Eddie Lake\"},{\"id\":44,\"header\":\"Environmental Impact Assessment\",\"type\":\"Research\",\"status\":\"Done\",\"target\":\"24\",\"limit\":\"27\",\"reviewer\":\"Assign reviewer\"},{\"id\":45,\"header\":\"Intellectual Property Rights\",\"type\":\"Legal\",\"status\":\"In Process\",\"target\":\"17\",\"limit\":\"20\",\"reviewer\":\"Sarah Johnson\"},{\"id\":46,\"header\":\"Customer Support Framework\",\"type\":\"Narrative\",\"status\":\"Done\",\"target\":\"22\",\"limit\":\"25\",\"reviewer\":\"Jamik Tashpulatov\"},{\"id\":47,\"header\":\"Version Control Strategy\",\"type\":\"Technical content\",\"status\":\"In Process\",\"target\":\"15\",\"limit\":\"18\",\"reviewer\":\"Assign reviewer\"},{\"id\":48,\"header\":\"Continuous Integration Pipeline\",\"type\":\"Technical content\",\"status\":\"Done\",\"target\":\"26\",\"limit\":\"29\",\"reviewer\":\"Michael Chen\"},{\"id\":49,\"header\":\"Regulatory Compliance\",\"type\":\"Legal\",\"status\":\"In Process\",\"target\":\"13\",\"limit\":\"16\",\"reviewer\":\"Assign reviewer\"},{\"id\":50,\"header\":\"User Authentication System\",\"type\":\"Technical content\",\"status\":\"Done\",\"target\":\"28\",\"limit\":\"31\",\"reviewer\":\"Eddie Lake\"},{\"id\":51,\"header\":\"Data Analytics Framework\",\"type\":\"Technical content\",\"status\":\"In Process\",\"target\":\"21\",\"limit\":\"24\",\"reviewer\":\"Jamik Tashpulatov\"},{\"id\":52,\"header\":\"Cloud Infrastructure\",\"type\":\"Technical content\",\"status\":\"Done\",\"target\":\"16\",\"limit\":\"19\",\"reviewer\":\"Assign reviewer\"},{\"id\":53,\"header\":\"Network Security Measures\",\"type\":\"Technical content\",\"status\":\"In Process\",\"target\":\"29\",\"limit\":\"32\",\"reviewer\":\"Lisa Wong\"},{\"id\":54,\"header\":\"Project Timeline\",\"type\":\"Planning\",\"status\":\"Done\",\"target\":\"14\",\"limit\":\"17\",\"reviewer\":\"Eddie Lake\"},{\"id\":55,\"header\":\"Resource Allocation\",\"type\":\"Planning\",\"status\":\"In Process\",\"target\":\"27\",\"limit\":\"30\",\"reviewer\":\"Assign reviewer\"},{\"id\":56,\"header\":\"Team Structure and Roles\",\"type\":\"Planning\",\"status\":\"Done\",\"target\":\"20\",\"limit\":\"23\",\"reviewer\":\"Jamik Tashpulatov\"},{\"id\":57,\"header\":\"Communication Protocols\",\"type\":\"Planning\",\"status\":\"In Process\",\"target\":\"15\",\"limit\":\"18\",\"reviewer\":\"Assign reviewer\"},{\"id\":58,\"header\":\"Success Metrics\",\"type\":\"Planning\",\"status\":\"Done\",\"target\":\"30\",\"limit\":\"33\",\"reviewer\":\"Eddie Lake\"},{\"id\":59,\"header\":\"Internationalization Support\",\"type\":\"Technical content\",\"status\":\"In Process\",\"target\":\"23\",\"limit\":\"26\",\"reviewer\":\"Jamik Tashpulatov\"},{\"id\":60,\"header\":\"Backup and Recovery Procedures\",\"type\":\"Technical content\",\"status\":\"Done\",\"target\":\"18\",\"limit\":\"21\",\"reviewer\":\"Assign reviewer\"},{\"id\":61,\"header\":\"Monitoring and Alerting System\",\"type\":\"Technical content\",\"status\":\"In Process\",\"target\":\"25\",\"limit\":\"28\",\"reviewer\":\"Daniel Park\"},{\"id\":62,\"header\":\"Code Review Guidelines\",\"type\":\"Technical content\",\"status\":\"Done\",\"target\":\"12\",\"limit\":\"15\",\"reviewer\":\"Eddie Lake\"},{\"id\":63,\"header\":\"Documentation Standards\",\"type\":\"Technical content\",\"status\":\"In Process\",\"target\":\"27\",\"limit\":\"30\",\"reviewer\":\"Jamik Tashpulatov\"},{\"id\":64,\"header\":\"Release Management Process\",\"type\":\"Planning\",\"status\":\"Done\",\"target\":\"22\",\"limit\":\"25\",\"reviewer\":\"Assign reviewer\"},{\"id\":65,\"header\":\"Feature Prioritization Matrix\",\"type\":\"Planning\",\"status\":\"In Process\",\"target\":\"19\",\"limit\":\"22\",\"reviewer\":\"Emma Davis\"},{\"id\":66,\"header\":\"Technical Debt Assessment\",\"type\":\"Technical content\",\"status\":\"Done\",\"target\":\"24\",\"limit\":\"27\",\"reviewer\":\"Eddie Lake\"},{\"id\":67,\"header\":\"Capacity Planning\",\"type\":\"Planning\",\"status\":\"In Process\",\"target\":\"21\",\"limit\":\"24\",\"reviewer\":\"Jamik Tashpulatov\"},{\"id\":68,\"header\":\"Service Level Agreements\",\"type\":\"Legal\",\"status\":\"Done\",\"target\":\"26\",\"limit\":\"29\",\"reviewer\":\"Assign reviewer\"}]");
@@ -1,4 +1,4 @@
1
- System.register(['./__federation_fn_import-CzfA7kmP.js', './client-BZh_TW_6.js'], (function (exports, module) {
1
+ System.register(['./__federation_fn_import-CzfA7kmP.js', './client-Hh38T4k9.js'], (function (exports, module) {
2
2
  'use strict';
3
3
  var importShared, ReactDOM, jsxRuntimeExports, BrowserRouter, App;
4
4
  return {
@@ -1018,6 +1018,10 @@
1018
1018
  justify-content: center;
1019
1019
  }
1020
1020
 
1021
+ .justify-end {
1022
+ justify-content: flex-end;
1023
+ }
1024
+
1021
1025
  .justify-start {
1022
1026
  justify-content: flex-start;
1023
1027
  }
@@ -1522,11 +1526,6 @@
1522
1526
  opacity: .7;
1523
1527
  }
1524
1528
 
1525
- .shadow {
1526
- --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
1527
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1528
- }
1529
-
1530
1529
  .shadow-\[0_0_0_1px_hsl\(var\(--sidebar-border\)\)\] {
1531
1530
  --tw-shadow: 0 0 0 1px var(--tw-shadow-color, hsl(var(--sidebar-border)));
1532
1531
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
@@ -8,7 +8,7 @@ System.register([], (function (exports, module) {
8
8
  let moduleMap = {
9
9
  "./App":()=>{
10
10
  dynamicLoadingCss(["remoteEntry.css"], false, './App');
11
- return __federation_import('./__federation_expose_App-DsPovvoo.js').then(module =>Object.keys(module).every(item => exportSet.has(item)) ? () => module.default : () => module)},};
11
+ return __federation_import('./__federation_expose_App-C8_sl1dD.js').then(module =>Object.keys(module).every(item => exportSet.has(item)) ? () => module.default : () => module)},};
12
12
  const seen = {};
13
13
  const dynamicLoadingCss = exports("dynamicLoadingCss", (cssFilePaths, dontAppendStylesToHead, exposeItemName) => {
14
14
  const metaUrl = module.meta.url;
@@ -6,11 +6,11 @@
6
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
7
  <title>Bluecopa - AI-powered Finance Automation</title>
8
8
  <meta name="description" content="AI-powered close automation for modern finance teams. Streamline your order-to-cash, procure-to-pay, and record-to-report processes." />
9
- <script type="module" crossorigin src="/assets/index-Clg7n7gy.js"></script>
9
+ <script type="module" crossorigin src="/assets/index-DkyIpbj3.js"></script>
10
10
  <link rel="modulepreload" crossorigin href="/assets/__federation_fn_import-CzfA7kmP.js">
11
11
  <link rel="modulepreload" crossorigin href="/assets/index-BzNimew1.js">
12
12
  <link rel="modulepreload" crossorigin href="/assets/index-DMFtQdNS.js">
13
- <link rel="modulepreload" crossorigin href="/assets/client-BZh_TW_6.js">
13
+ <link rel="modulepreload" crossorigin href="/assets/client-Hh38T4k9.js">
14
14
  <link rel="stylesheet" crossorigin href="/assets/remoteEntry.css">
15
15
  </head>
16
16
  <body>