gt-react 10.20.3 → 10.20.5

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/dist/internal.cjs CHANGED
@@ -3792,14 +3792,15 @@ function En(e) {
3792
3792
  function Dn(e) {
3793
3793
  return fe(Ee(pe(e))).slice(0, 16);
3794
3794
  }
3795
- function On({ source: e, context: t, id: n, maxChars: r, dataFormat: i }, a = Dn) {
3796
- let o;
3797
- return o = i === `JSX` ? An(e) : e, a(re({
3798
- source: o,
3795
+ function On({ source: e, context: t, id: n, maxChars: r, requiresReview: i, dataFormat: a }, o = Dn) {
3796
+ let s;
3797
+ return s = a === `JSX` ? An(e) : e, o(re({
3798
+ source: s,
3799
3799
  ...n && { id: n },
3800
3800
  ...t && { context: t },
3801
3801
  ...r != null && { maxChars: Math.abs(r) },
3802
- ...i && { dataFormat: i }
3802
+ ...i === !0 && { requiresReview: !0 },
3803
+ ...a && { dataFormat: a }
3803
3804
  }));
3804
3805
  }
3805
3806
  const kn = (e) => {
@@ -3911,7 +3912,7 @@ var Ln = {
3911
3912
  }
3912
3913
  };
3913
3914
  function Rn(e) {
3914
- return Object.fromEntries(Object.entries(e).filter(([e]) => e !== `$id` && e !== `$context` && e !== `$maxChars` && e !== `$hash` && e !== `$_hash` && e !== `$_source` && e !== `$_fallback` && e !== `$format` && e !== `$_locales` && e !== `$locale`));
3915
+ return Object.fromEntries(Object.entries(e).filter(([e]) => e !== `$id` && e !== `$context` && e !== `$maxChars` && e !== `$hash` && e !== `$_hash` && e !== `$_source` && e !== `$_fallback` && e !== `$format` && e !== `$_locales` && e !== `$locale` && e !== `$requiresReview`));
3915
3916
  }
3916
3917
  const zn = (e) => `String interpolation failed for message: "${e}".`;
3917
3918
  function Bn(e, t, n, r) {
@@ -3961,6 +3962,7 @@ function Wn(e, t) {
3961
3962
  ...n.$context && { context: n.$context },
3962
3963
  ...n.$id && { id: n.$id },
3963
3964
  ...n.$maxChars != null && { maxChars: Math.abs(n.$maxChars) },
3965
+ ...n.$requiresReview === !0 && { requiresReview: !0 },
3964
3966
  dataFormat: t.$format
3965
3967
  }) : n.$_hash;
3966
3968
  }