react-markup 0.0.0-experimental-e9db3cc2-20250501 → 0.0.0-experimental-f7396427-20250501
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.
|
@@ -7535,21 +7535,24 @@
|
|
|
7535
7535
|
? (destination.push(request.startInlineScript),
|
|
7536
7536
|
destination.push(endOfStartTag),
|
|
7537
7537
|
requiresStyleInsertion
|
|
7538
|
-
? 0 === (completedSegments.instructions &
|
|
7539
|
-
|
|
7538
|
+
? (0 === (completedSegments.instructions & 4) &&
|
|
7539
|
+
((completedSegments.instructions |= 4),
|
|
7540
|
+
destination.push(clientRenderScriptFunctionOnly)),
|
|
7541
|
+
0 === (completedSegments.instructions & 2) &&
|
|
7542
|
+
((completedSegments.instructions |= 2),
|
|
7540
7543
|
destination.push(
|
|
7541
|
-
'$RC=function(
|
|
7542
|
-
))
|
|
7543
|
-
|
|
7544
|
+
'$RB=[];$RC=function(d,c){function m(){$RT=performance.now();var f=$RB;$RB=[];for(var e=0;e<f.length;e+=2){var a=f[e],l=f[e+1],g=a.parentNode;if(g){var h=a.previousSibling,k=0;do{if(a&&8===a.nodeType){var b=a.data;if("/$"===b||"/&"===b)if(0===k)break;else k--;else"$"!==b&&"$?"!==b&&"$~"!==b&&"$!"!==b&&"&"!==b||k++}b=a.nextSibling;g.removeChild(a);a=b}while(a);for(;l.firstChild;)g.insertBefore(l.firstChild,a);h.data="$";h._reactRetry&&h._reactRetry()}}}if(c=document.getElementById(c))if(c.parentNode.removeChild(c),d=\ndocument.getElementById(d))d.previousSibling.data="$~",$RB.push(d,c),2===$RB.length&&setTimeout(m,("number"!==typeof $RT?0:$RT)+300-performance.now())};'
|
|
7545
|
+
)),
|
|
7546
|
+
0 === (completedSegments.instructions & 8)
|
|
7544
7547
|
? ((completedSegments.instructions |= 8),
|
|
7545
7548
|
destination.push(
|
|
7546
|
-
'$RM=new Map
|
|
7549
|
+
'$RM=new Map;$RR=function(n,w,p){function u(q){this._p=null;q()}for(var r=new Map,t=document,h,b,e=t.querySelectorAll("link[data-precedence],style[data-precedence]"),v=[],k=0;b=e[k++];)"not all"===b.getAttribute("media")?v.push(b):("LINK"===b.tagName&&$RM.set(b.getAttribute("href"),b),r.set(b.dataset.precedence,h=b));e=0;b=[];var l,a;for(k=!0;;){if(k){var f=p[e++];if(!f){k=!1;e=0;continue}var c=!1,m=0;var d=f[m++];if(a=$RM.get(d)){var g=a._p;c=!0}else{a=t.createElement("link");a.href=d;a.rel=\n"stylesheet";for(a.dataset.precedence=l=f[m++];g=f[m++];)a.setAttribute(g,f[m++]);g=a._p=new Promise(function(q,x){a.onload=u.bind(a,q);a.onerror=u.bind(a,x)});$RM.set(d,a)}d=a.getAttribute("media");!g||d&&!matchMedia(d).matches||b.push(g);if(c)continue}else{a=v[e++];if(!a)break;l=a.getAttribute("data-precedence");a.removeAttribute("media")}c=r.get(l)||h;c===h&&(h=a);r.set(l,a);c?c.parentNode.insertBefore(a,c.nextSibling):(c=t.head,c.insertBefore(a,c.firstChild))}if(p=document.getElementById(n))p.previousSibling.data=\n"$~";Promise.all(b).then($RC.bind(null,n,w),$RX.bind(null,n,"CSS failed to load"))};$RR("'
|
|
7547
7550
|
))
|
|
7548
|
-
: destination.push('$RR("')
|
|
7551
|
+
: destination.push('$RR("'))
|
|
7549
7552
|
: 0 === (completedSegments.instructions & 2)
|
|
7550
7553
|
? ((completedSegments.instructions |= 2),
|
|
7551
7554
|
destination.push(
|
|
7552
|
-
'$RC=function(
|
|
7555
|
+
'$RB=[];$RC=function(d,c){function m(){$RT=performance.now();var f=$RB;$RB=[];for(var e=0;e<f.length;e+=2){var a=f[e],l=f[e+1],g=a.parentNode;if(g){var h=a.previousSibling,k=0;do{if(a&&8===a.nodeType){var b=a.data;if("/$"===b||"/&"===b)if(0===k)break;else k--;else"$"!==b&&"$?"!==b&&"$~"!==b&&"$!"!==b&&"&"!==b||k++}b=a.nextSibling;g.removeChild(a);a=b}while(a);for(;l.firstChild;)g.insertBefore(l.firstChild,a);h.data="$";h._reactRetry&&h._reactRetry()}}}if(c=document.getElementById(c))if(c.parentNode.removeChild(c),d=\ndocument.getElementById(d))d.previousSibling.data="$~",$RB.push(d,c),2===$RB.length&&setTimeout(m,("number"!==typeof $RT?0:$RT)+300-performance.now())};$RC("'
|
|
7553
7556
|
))
|
|
7554
7557
|
: destination.push('$RC("'))
|
|
7555
7558
|
: requiresStyleInsertion
|
|
@@ -7645,11 +7648,7 @@
|
|
|
7645
7648
|
flushedByteSize = request.byteSize;
|
|
7646
7649
|
var resumableState = request.resumableState,
|
|
7647
7650
|
renderState = request.renderState;
|
|
7648
|
-
if (
|
|
7649
|
-
(0 !== request.allPendingTasks ||
|
|
7650
|
-
null !== request.trackedPostpones) &&
|
|
7651
|
-
renderState.externalRuntimeScript
|
|
7652
|
-
) {
|
|
7651
|
+
if (renderState.externalRuntimeScript) {
|
|
7653
7652
|
var _renderState$external = renderState.externalRuntimeScript,
|
|
7654
7653
|
src = _renderState$external.src,
|
|
7655
7654
|
chunks = _renderState$external.chunks;
|
|
@@ -7945,7 +7944,6 @@
|
|
|
7945
7944
|
}
|
|
7946
7945
|
} finally {
|
|
7947
7946
|
0 === request.allPendingTasks &&
|
|
7948
|
-
0 === request.pingedTasks.length &&
|
|
7949
7947
|
0 === request.clientRenderedBoundaries.length &&
|
|
7950
7948
|
0 === request.completedBoundaries.length &&
|
|
7951
7949
|
((request.flushScheduled = !1),
|
|
@@ -8771,6 +8769,8 @@
|
|
|
8771
8769
|
validatedTagCache = new Map(),
|
|
8772
8770
|
doctypeChunk = "<!DOCTYPE html>",
|
|
8773
8771
|
endTagCache = new Map(),
|
|
8772
|
+
clientRenderScriptFunctionOnly =
|
|
8773
|
+
'$RX=function(b,c,d,e,f){var a=document.getElementById(b);a&&(b=a.previousSibling,b.data="$!",a=a.dataset,c&&(a.dgst=c),d&&(a.msg=d),e&&(a.stck=e),f&&(a.cstck=f),b._reactRetry&&b._reactRetry())};',
|
|
8774
8774
|
regexForJSStringsInInstructionScripts = /[<\u2028\u2029]/g,
|
|
8775
8775
|
regexForJSStringsInScripts = /[&><\u2028\u2029]/g,
|
|
8776
8776
|
currentlyRenderingBoundaryHasStylesToHoist = !1,
|
|
@@ -9054,5 +9054,5 @@
|
|
|
9054
9054
|
});
|
|
9055
9055
|
});
|
|
9056
9056
|
};
|
|
9057
|
-
exports.version = "19.2.0-experimental-
|
|
9057
|
+
exports.version = "19.2.0-experimental-f7396427-20250501";
|
|
9058
9058
|
})();
|
|
@@ -5641,21 +5641,26 @@ function flushCompletedBoundary(request, destination, boundary) {
|
|
|
5641
5641
|
? (destination.push(request.startInlineScript),
|
|
5642
5642
|
destination.push(">"),
|
|
5643
5643
|
requiresStyleInsertion
|
|
5644
|
-
? 0 === (completedSegments.instructions &
|
|
5645
|
-
|
|
5644
|
+
? (0 === (completedSegments.instructions & 4) &&
|
|
5645
|
+
((completedSegments.instructions |= 4),
|
|
5646
5646
|
destination.push(
|
|
5647
|
-
'$
|
|
5648
|
-
))
|
|
5649
|
-
|
|
5647
|
+
'$RX=function(b,c,d,e,f){var a=document.getElementById(b);a&&(b=a.previousSibling,b.data="$!",a=a.dataset,c&&(a.dgst=c),d&&(a.msg=d),e&&(a.stck=e),f&&(a.cstck=f),b._reactRetry&&b._reactRetry())};'
|
|
5648
|
+
)),
|
|
5649
|
+
0 === (completedSegments.instructions & 2) &&
|
|
5650
|
+
((completedSegments.instructions |= 2),
|
|
5651
|
+
destination.push(
|
|
5652
|
+
'$RB=[];$RC=function(d,c){function m(){$RT=performance.now();var f=$RB;$RB=[];for(var e=0;e<f.length;e+=2){var a=f[e],l=f[e+1],g=a.parentNode;if(g){var h=a.previousSibling,k=0;do{if(a&&8===a.nodeType){var b=a.data;if("/$"===b||"/&"===b)if(0===k)break;else k--;else"$"!==b&&"$?"!==b&&"$~"!==b&&"$!"!==b&&"&"!==b||k++}b=a.nextSibling;g.removeChild(a);a=b}while(a);for(;l.firstChild;)g.insertBefore(l.firstChild,a);h.data="$";h._reactRetry&&h._reactRetry()}}}if(c=document.getElementById(c))if(c.parentNode.removeChild(c),d=\ndocument.getElementById(d))d.previousSibling.data="$~",$RB.push(d,c),2===$RB.length&&setTimeout(m,("number"!==typeof $RT?0:$RT)+300-performance.now())};'
|
|
5653
|
+
)),
|
|
5654
|
+
0 === (completedSegments.instructions & 8)
|
|
5650
5655
|
? ((completedSegments.instructions |= 8),
|
|
5651
5656
|
destination.push(
|
|
5652
|
-
'$RM=new Map
|
|
5657
|
+
'$RM=new Map;$RR=function(n,w,p){function u(q){this._p=null;q()}for(var r=new Map,t=document,h,b,e=t.querySelectorAll("link[data-precedence],style[data-precedence]"),v=[],k=0;b=e[k++];)"not all"===b.getAttribute("media")?v.push(b):("LINK"===b.tagName&&$RM.set(b.getAttribute("href"),b),r.set(b.dataset.precedence,h=b));e=0;b=[];var l,a;for(k=!0;;){if(k){var f=p[e++];if(!f){k=!1;e=0;continue}var c=!1,m=0;var d=f[m++];if(a=$RM.get(d)){var g=a._p;c=!0}else{a=t.createElement("link");a.href=d;a.rel=\n"stylesheet";for(a.dataset.precedence=l=f[m++];g=f[m++];)a.setAttribute(g,f[m++]);g=a._p=new Promise(function(q,x){a.onload=u.bind(a,q);a.onerror=u.bind(a,x)});$RM.set(d,a)}d=a.getAttribute("media");!g||d&&!matchMedia(d).matches||b.push(g);if(c)continue}else{a=v[e++];if(!a)break;l=a.getAttribute("data-precedence");a.removeAttribute("media")}c=r.get(l)||h;c===h&&(h=a);r.set(l,a);c?c.parentNode.insertBefore(a,c.nextSibling):(c=t.head,c.insertBefore(a,c.firstChild))}if(p=document.getElementById(n))p.previousSibling.data=\n"$~";Promise.all(b).then($RC.bind(null,n,w),$RX.bind(null,n,"CSS failed to load"))};$RR("'
|
|
5653
5658
|
))
|
|
5654
|
-
: destination.push('$RR("')
|
|
5659
|
+
: destination.push('$RR("'))
|
|
5655
5660
|
: 0 === (completedSegments.instructions & 2)
|
|
5656
5661
|
? ((completedSegments.instructions |= 2),
|
|
5657
5662
|
destination.push(
|
|
5658
|
-
'$RC=function(
|
|
5663
|
+
'$RB=[];$RC=function(d,c){function m(){$RT=performance.now();var f=$RB;$RB=[];for(var e=0;e<f.length;e+=2){var a=f[e],l=f[e+1],g=a.parentNode;if(g){var h=a.previousSibling,k=0;do{if(a&&8===a.nodeType){var b=a.data;if("/$"===b||"/&"===b)if(0===k)break;else k--;else"$"!==b&&"$?"!==b&&"$~"!==b&&"$!"!==b&&"&"!==b||k++}b=a.nextSibling;g.removeChild(a);a=b}while(a);for(;l.firstChild;)g.insertBefore(l.firstChild,a);h.data="$";h._reactRetry&&h._reactRetry()}}}if(c=document.getElementById(c))if(c.parentNode.removeChild(c),d=\ndocument.getElementById(d))d.previousSibling.data="$~",$RB.push(d,c),2===$RB.length&&setTimeout(m,("number"!==typeof $RT?0:$RT)+300-performance.now())};$RC("'
|
|
5659
5664
|
))
|
|
5660
5665
|
: destination.push('$RC("'))
|
|
5661
5666
|
: requiresStyleInsertion
|
|
@@ -5741,11 +5746,7 @@ function flushCompletedQueues(request, destination) {
|
|
|
5741
5746
|
flushedByteSize = request.byteSize;
|
|
5742
5747
|
var resumableState = request.resumableState,
|
|
5743
5748
|
renderState = request.renderState;
|
|
5744
|
-
if (
|
|
5745
|
-
(0 !== request.allPendingTasks ||
|
|
5746
|
-
null !== request.trackedPostpones) &&
|
|
5747
|
-
renderState.externalRuntimeScript
|
|
5748
|
-
) {
|
|
5749
|
+
if (renderState.externalRuntimeScript) {
|
|
5749
5750
|
var _renderState$external = renderState.externalRuntimeScript,
|
|
5750
5751
|
src = _renderState$external.src,
|
|
5751
5752
|
chunks = _renderState$external.chunks;
|
|
@@ -5966,7 +5967,6 @@ function flushCompletedQueues(request, destination) {
|
|
|
5966
5967
|
}
|
|
5967
5968
|
} finally {
|
|
5968
5969
|
0 === request.allPendingTasks &&
|
|
5969
|
-
0 === request.pingedTasks.length &&
|
|
5970
5970
|
0 === request.clientRenderedBoundaries.length &&
|
|
5971
5971
|
0 === request.completedBoundaries.length &&
|
|
5972
5972
|
((request.flushScheduled = !1),
|
|
@@ -6089,4 +6089,4 @@ exports.experimental_renderToHTML = function (children, options) {
|
|
|
6089
6089
|
});
|
|
6090
6090
|
});
|
|
6091
6091
|
};
|
|
6092
|
-
exports.version = "19.2.0-experimental-
|
|
6092
|
+
exports.version = "19.2.0-experimental-f7396427-20250501";
|
|
@@ -11921,21 +11921,24 @@
|
|
|
11921
11921
|
? (destination.push(request.startInlineScript),
|
|
11922
11922
|
destination.push(endOfStartTag),
|
|
11923
11923
|
requiresStyleInsertion
|
|
11924
|
-
? 0 === (completedSegments.instructions &
|
|
11925
|
-
|
|
11924
|
+
? (0 === (completedSegments.instructions & 4) &&
|
|
11925
|
+
((completedSegments.instructions |= 4),
|
|
11926
|
+
destination.push(clientRenderScriptFunctionOnly)),
|
|
11927
|
+
0 === (completedSegments.instructions & 2) &&
|
|
11928
|
+
((completedSegments.instructions |= 2),
|
|
11926
11929
|
destination.push(
|
|
11927
|
-
'$RC=function(
|
|
11928
|
-
))
|
|
11929
|
-
|
|
11930
|
+
'$RB=[];$RC=function(d,c){function m(){$RT=performance.now();var f=$RB;$RB=[];for(var e=0;e<f.length;e+=2){var a=f[e],l=f[e+1],g=a.parentNode;if(g){var h=a.previousSibling,k=0;do{if(a&&8===a.nodeType){var b=a.data;if("/$"===b||"/&"===b)if(0===k)break;else k--;else"$"!==b&&"$?"!==b&&"$~"!==b&&"$!"!==b&&"&"!==b||k++}b=a.nextSibling;g.removeChild(a);a=b}while(a);for(;l.firstChild;)g.insertBefore(l.firstChild,a);h.data="$";h._reactRetry&&h._reactRetry()}}}if(c=document.getElementById(c))if(c.parentNode.removeChild(c),d=\ndocument.getElementById(d))d.previousSibling.data="$~",$RB.push(d,c),2===$RB.length&&setTimeout(m,("number"!==typeof $RT?0:$RT)+300-performance.now())};'
|
|
11931
|
+
)),
|
|
11932
|
+
0 === (completedSegments.instructions & 8)
|
|
11930
11933
|
? ((completedSegments.instructions |= 8),
|
|
11931
11934
|
destination.push(
|
|
11932
|
-
'$RM=new Map
|
|
11935
|
+
'$RM=new Map;$RR=function(n,w,p){function u(q){this._p=null;q()}for(var r=new Map,t=document,h,b,e=t.querySelectorAll("link[data-precedence],style[data-precedence]"),v=[],k=0;b=e[k++];)"not all"===b.getAttribute("media")?v.push(b):("LINK"===b.tagName&&$RM.set(b.getAttribute("href"),b),r.set(b.dataset.precedence,h=b));e=0;b=[];var l,a;for(k=!0;;){if(k){var f=p[e++];if(!f){k=!1;e=0;continue}var c=!1,m=0;var d=f[m++];if(a=$RM.get(d)){var g=a._p;c=!0}else{a=t.createElement("link");a.href=d;a.rel=\n"stylesheet";for(a.dataset.precedence=l=f[m++];g=f[m++];)a.setAttribute(g,f[m++]);g=a._p=new Promise(function(q,x){a.onload=u.bind(a,q);a.onerror=u.bind(a,x)});$RM.set(d,a)}d=a.getAttribute("media");!g||d&&!matchMedia(d).matches||b.push(g);if(c)continue}else{a=v[e++];if(!a)break;l=a.getAttribute("data-precedence");a.removeAttribute("media")}c=r.get(l)||h;c===h&&(h=a);r.set(l,a);c?c.parentNode.insertBefore(a,c.nextSibling):(c=t.head,c.insertBefore(a,c.firstChild))}if(p=document.getElementById(n))p.previousSibling.data=\n"$~";Promise.all(b).then($RC.bind(null,n,w),$RX.bind(null,n,"CSS failed to load"))};$RR("'
|
|
11933
11936
|
))
|
|
11934
|
-
: destination.push('$RR("')
|
|
11937
|
+
: destination.push('$RR("'))
|
|
11935
11938
|
: 0 === (completedSegments.instructions & 2)
|
|
11936
11939
|
? ((completedSegments.instructions |= 2),
|
|
11937
11940
|
destination.push(
|
|
11938
|
-
'$RC=function(
|
|
11941
|
+
'$RB=[];$RC=function(d,c){function m(){$RT=performance.now();var f=$RB;$RB=[];for(var e=0;e<f.length;e+=2){var a=f[e],l=f[e+1],g=a.parentNode;if(g){var h=a.previousSibling,k=0;do{if(a&&8===a.nodeType){var b=a.data;if("/$"===b||"/&"===b)if(0===k)break;else k--;else"$"!==b&&"$?"!==b&&"$~"!==b&&"$!"!==b&&"&"!==b||k++}b=a.nextSibling;g.removeChild(a);a=b}while(a);for(;l.firstChild;)g.insertBefore(l.firstChild,a);h.data="$";h._reactRetry&&h._reactRetry()}}}if(c=document.getElementById(c))if(c.parentNode.removeChild(c),d=\ndocument.getElementById(d))d.previousSibling.data="$~",$RB.push(d,c),2===$RB.length&&setTimeout(m,("number"!==typeof $RT?0:$RT)+300-performance.now())};$RC("'
|
|
11939
11942
|
))
|
|
11940
11943
|
: destination.push('$RC("'))
|
|
11941
11944
|
: requiresStyleInsertion
|
|
@@ -12031,11 +12034,7 @@
|
|
|
12031
12034
|
flushedByteSize = request.byteSize;
|
|
12032
12035
|
var resumableState = request.resumableState,
|
|
12033
12036
|
renderState = request.renderState;
|
|
12034
|
-
if (
|
|
12035
|
-
(0 !== request.allPendingTasks ||
|
|
12036
|
-
null !== request.trackedPostpones) &&
|
|
12037
|
-
renderState.externalRuntimeScript
|
|
12038
|
-
) {
|
|
12037
|
+
if (renderState.externalRuntimeScript) {
|
|
12039
12038
|
var _renderState$external = renderState.externalRuntimeScript,
|
|
12040
12039
|
src = _renderState$external.src,
|
|
12041
12040
|
chunks = _renderState$external.chunks;
|
|
@@ -12331,7 +12330,6 @@
|
|
|
12331
12330
|
}
|
|
12332
12331
|
} finally {
|
|
12333
12332
|
0 === request.allPendingTasks &&
|
|
12334
|
-
0 === request.pingedTasks.length &&
|
|
12335
12333
|
0 === request.clientRenderedBoundaries.length &&
|
|
12336
12334
|
0 === request.completedBoundaries.length &&
|
|
12337
12335
|
((request.flushScheduled = !1),
|
|
@@ -13490,6 +13488,8 @@
|
|
|
13490
13488
|
validatedTagCache = new Map(),
|
|
13491
13489
|
doctypeChunk = "<!DOCTYPE html>",
|
|
13492
13490
|
endTagCache = new Map(),
|
|
13491
|
+
clientRenderScriptFunctionOnly =
|
|
13492
|
+
'$RX=function(b,c,d,e,f){var a=document.getElementById(b);a&&(b=a.previousSibling,b.data="$!",a=a.dataset,c&&(a.dgst=c),d&&(a.msg=d),e&&(a.stck=e),f&&(a.cstck=f),b._reactRetry&&b._reactRetry())};',
|
|
13493
13493
|
regexForJSStringsInInstructionScripts = /[<\u2028\u2029]/g,
|
|
13494
13494
|
regexForJSStringsInScripts = /[&><\u2028\u2029]/g,
|
|
13495
13495
|
currentlyRenderingBoundaryHasStylesToHoist = !1,
|
|
@@ -13894,5 +13894,5 @@
|
|
|
13894
13894
|
});
|
|
13895
13895
|
});
|
|
13896
13896
|
};
|
|
13897
|
-
exports.version = "19.2.0-experimental-
|
|
13897
|
+
exports.version = "19.2.0-experimental-f7396427-20250501";
|
|
13898
13898
|
})();
|
|
@@ -8367,21 +8367,26 @@ function flushCompletedBoundary(request, destination, boundary) {
|
|
|
8367
8367
|
? (destination.push(request.startInlineScript),
|
|
8368
8368
|
destination.push(">"),
|
|
8369
8369
|
requiresStyleInsertion
|
|
8370
|
-
? 0 === (completedSegments.instructions &
|
|
8371
|
-
|
|
8370
|
+
? (0 === (completedSegments.instructions & 4) &&
|
|
8371
|
+
((completedSegments.instructions |= 4),
|
|
8372
8372
|
destination.push(
|
|
8373
|
-
'$
|
|
8374
|
-
))
|
|
8375
|
-
|
|
8373
|
+
'$RX=function(b,c,d,e,f){var a=document.getElementById(b);a&&(b=a.previousSibling,b.data="$!",a=a.dataset,c&&(a.dgst=c),d&&(a.msg=d),e&&(a.stck=e),f&&(a.cstck=f),b._reactRetry&&b._reactRetry())};'
|
|
8374
|
+
)),
|
|
8375
|
+
0 === (completedSegments.instructions & 2) &&
|
|
8376
|
+
((completedSegments.instructions |= 2),
|
|
8377
|
+
destination.push(
|
|
8378
|
+
'$RB=[];$RC=function(d,c){function m(){$RT=performance.now();var f=$RB;$RB=[];for(var e=0;e<f.length;e+=2){var a=f[e],l=f[e+1],g=a.parentNode;if(g){var h=a.previousSibling,k=0;do{if(a&&8===a.nodeType){var b=a.data;if("/$"===b||"/&"===b)if(0===k)break;else k--;else"$"!==b&&"$?"!==b&&"$~"!==b&&"$!"!==b&&"&"!==b||k++}b=a.nextSibling;g.removeChild(a);a=b}while(a);for(;l.firstChild;)g.insertBefore(l.firstChild,a);h.data="$";h._reactRetry&&h._reactRetry()}}}if(c=document.getElementById(c))if(c.parentNode.removeChild(c),d=\ndocument.getElementById(d))d.previousSibling.data="$~",$RB.push(d,c),2===$RB.length&&setTimeout(m,("number"!==typeof $RT?0:$RT)+300-performance.now())};'
|
|
8379
|
+
)),
|
|
8380
|
+
0 === (completedSegments.instructions & 8)
|
|
8376
8381
|
? ((completedSegments.instructions |= 8),
|
|
8377
8382
|
destination.push(
|
|
8378
|
-
'$RM=new Map
|
|
8383
|
+
'$RM=new Map;$RR=function(n,w,p){function u(q){this._p=null;q()}for(var r=new Map,t=document,h,b,e=t.querySelectorAll("link[data-precedence],style[data-precedence]"),v=[],k=0;b=e[k++];)"not all"===b.getAttribute("media")?v.push(b):("LINK"===b.tagName&&$RM.set(b.getAttribute("href"),b),r.set(b.dataset.precedence,h=b));e=0;b=[];var l,a;for(k=!0;;){if(k){var f=p[e++];if(!f){k=!1;e=0;continue}var c=!1,m=0;var d=f[m++];if(a=$RM.get(d)){var g=a._p;c=!0}else{a=t.createElement("link");a.href=d;a.rel=\n"stylesheet";for(a.dataset.precedence=l=f[m++];g=f[m++];)a.setAttribute(g,f[m++]);g=a._p=new Promise(function(q,x){a.onload=u.bind(a,q);a.onerror=u.bind(a,x)});$RM.set(d,a)}d=a.getAttribute("media");!g||d&&!matchMedia(d).matches||b.push(g);if(c)continue}else{a=v[e++];if(!a)break;l=a.getAttribute("data-precedence");a.removeAttribute("media")}c=r.get(l)||h;c===h&&(h=a);r.set(l,a);c?c.parentNode.insertBefore(a,c.nextSibling):(c=t.head,c.insertBefore(a,c.firstChild))}if(p=document.getElementById(n))p.previousSibling.data=\n"$~";Promise.all(b).then($RC.bind(null,n,w),$RX.bind(null,n,"CSS failed to load"))};$RR("'
|
|
8379
8384
|
))
|
|
8380
|
-
: destination.push('$RR("')
|
|
8385
|
+
: destination.push('$RR("'))
|
|
8381
8386
|
: 0 === (completedSegments.instructions & 2)
|
|
8382
8387
|
? ((completedSegments.instructions |= 2),
|
|
8383
8388
|
destination.push(
|
|
8384
|
-
'$RC=function(
|
|
8389
|
+
'$RB=[];$RC=function(d,c){function m(){$RT=performance.now();var f=$RB;$RB=[];for(var e=0;e<f.length;e+=2){var a=f[e],l=f[e+1],g=a.parentNode;if(g){var h=a.previousSibling,k=0;do{if(a&&8===a.nodeType){var b=a.data;if("/$"===b||"/&"===b)if(0===k)break;else k--;else"$"!==b&&"$?"!==b&&"$~"!==b&&"$!"!==b&&"&"!==b||k++}b=a.nextSibling;g.removeChild(a);a=b}while(a);for(;l.firstChild;)g.insertBefore(l.firstChild,a);h.data="$";h._reactRetry&&h._reactRetry()}}}if(c=document.getElementById(c))if(c.parentNode.removeChild(c),d=\ndocument.getElementById(d))d.previousSibling.data="$~",$RB.push(d,c),2===$RB.length&&setTimeout(m,("number"!==typeof $RT?0:$RT)+300-performance.now())};$RC("'
|
|
8385
8390
|
))
|
|
8386
8391
|
: destination.push('$RC("'))
|
|
8387
8392
|
: requiresStyleInsertion
|
|
@@ -8467,11 +8472,7 @@ function flushCompletedQueues(request, destination) {
|
|
|
8467
8472
|
flushedByteSize = request.byteSize;
|
|
8468
8473
|
var resumableState = request.resumableState,
|
|
8469
8474
|
renderState = request.renderState;
|
|
8470
|
-
if (
|
|
8471
|
-
(0 !== request.allPendingTasks ||
|
|
8472
|
-
null !== request.trackedPostpones) &&
|
|
8473
|
-
renderState.externalRuntimeScript
|
|
8474
|
-
) {
|
|
8475
|
+
if (renderState.externalRuntimeScript) {
|
|
8475
8476
|
var _renderState$external = renderState.externalRuntimeScript,
|
|
8476
8477
|
src = _renderState$external.src,
|
|
8477
8478
|
chunks = _renderState$external.chunks;
|
|
@@ -8692,7 +8693,6 @@ function flushCompletedQueues(request, destination) {
|
|
|
8692
8693
|
}
|
|
8693
8694
|
} finally {
|
|
8694
8695
|
0 === request.allPendingTasks &&
|
|
8695
|
-
0 === request.pingedTasks.length &&
|
|
8696
8696
|
0 === request.clientRenderedBoundaries.length &&
|
|
8697
8697
|
0 === request.completedBoundaries.length &&
|
|
8698
8698
|
((request.flushScheduled = !1),
|
|
@@ -9052,4 +9052,4 @@ exports.experimental_renderToHTML = function (children, options) {
|
|
|
9052
9052
|
});
|
|
9053
9053
|
});
|
|
9054
9054
|
};
|
|
9055
|
-
exports.version = "19.2.0-experimental-
|
|
9055
|
+
exports.version = "19.2.0-experimental-f7396427-20250501";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-markup",
|
|
3
|
-
"version": "0.0.0-experimental-
|
|
3
|
+
"version": "0.0.0-experimental-f7396427-20250501",
|
|
4
4
|
"description": "React package generating embedded markup such as e-mails with support for Server Components.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"repository": {
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
},
|
|
18
18
|
"homepage": "https://react.dev/",
|
|
19
19
|
"peerDependencies": {
|
|
20
|
-
"react": "0.0.0-experimental-
|
|
20
|
+
"react": "0.0.0-experimental-f7396427-20250501"
|
|
21
21
|
},
|
|
22
22
|
"files": [
|
|
23
23
|
"LICENSE",
|