react-markup 0.0.0-experimental-e9db3cc2-20250501 → 0.0.0-experimental-c129c242-20250505
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-c129c242-20250505";
|
|
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-c129c242-20250505";
|
|
@@ -1678,6 +1678,7 @@
|
|
|
1678
1678
|
return "$B" + newTask.id.toString(16);
|
|
1679
1679
|
}
|
|
1680
1680
|
function renderModel(request, task, parent, key, value) {
|
|
1681
|
+
serializedSize += key.length;
|
|
1681
1682
|
var prevKeyPath = task.keyPath,
|
|
1682
1683
|
prevImplicitSlot = task.implicitSlot;
|
|
1683
1684
|
try {
|
|
@@ -1755,7 +1756,6 @@
|
|
|
1755
1756
|
value
|
|
1756
1757
|
) {
|
|
1757
1758
|
task.model = value;
|
|
1758
|
-
serializedSize += parentPropertyName.length;
|
|
1759
1759
|
if (value === REACT_ELEMENT_TYPE) return "$";
|
|
1760
1760
|
if (null === value) return null;
|
|
1761
1761
|
if ("object" === typeof value) {
|
|
@@ -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),
|
|
@@ -12524,11 +12522,11 @@
|
|
|
12524
12522
|
throw Error("useId can only be used while React is rendering");
|
|
12525
12523
|
var id = currentRequest$1.identifierCount++;
|
|
12526
12524
|
return (
|
|
12527
|
-
"
|
|
12525
|
+
"\u00ab" +
|
|
12528
12526
|
currentRequest$1.identifierPrefix +
|
|
12529
12527
|
"S" +
|
|
12530
12528
|
id.toString(32) +
|
|
12531
|
-
"
|
|
12529
|
+
"\u00bb"
|
|
12532
12530
|
);
|
|
12533
12531
|
},
|
|
12534
12532
|
useHostTransitionStatus: unsupportedHook,
|
|
@@ -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-c129c242-20250505";
|
|
13898
13898
|
})();
|
|
@@ -258,7 +258,13 @@ function useId$1() {
|
|
|
258
258
|
if (null === currentRequest$1)
|
|
259
259
|
throw Error("useId can only be used while React is rendering");
|
|
260
260
|
var id = currentRequest$1.identifierCount++;
|
|
261
|
-
return
|
|
261
|
+
return (
|
|
262
|
+
"\u00ab" +
|
|
263
|
+
currentRequest$1.identifierPrefix +
|
|
264
|
+
"S" +
|
|
265
|
+
id.toString(32) +
|
|
266
|
+
"\u00bb"
|
|
267
|
+
);
|
|
262
268
|
}
|
|
263
269
|
function use$1(usable) {
|
|
264
270
|
if (
|
|
@@ -1015,6 +1021,7 @@ function createTask(request, model, keyPath, implicitSlot, abortSet) {
|
|
|
1015
1021
|
return pingTask$1(request, task);
|
|
1016
1022
|
},
|
|
1017
1023
|
toJSON: function (parentPropertyName, value) {
|
|
1024
|
+
serializedSize += parentPropertyName.length;
|
|
1018
1025
|
var prevKeyPath = task.keyPath,
|
|
1019
1026
|
prevImplicitSlot = task.implicitSlot;
|
|
1020
1027
|
try {
|
|
@@ -1167,7 +1174,6 @@ function renderModelDestructive(
|
|
|
1167
1174
|
value
|
|
1168
1175
|
) {
|
|
1169
1176
|
task.model = value;
|
|
1170
|
-
serializedSize += parentPropertyName.length;
|
|
1171
1177
|
if (value === REACT_ELEMENT_TYPE) return "$";
|
|
1172
1178
|
if (null === value) return null;
|
|
1173
1179
|
if ("object" === typeof value) {
|
|
@@ -8367,21 +8373,26 @@ function flushCompletedBoundary(request, destination, boundary) {
|
|
|
8367
8373
|
? (destination.push(request.startInlineScript),
|
|
8368
8374
|
destination.push(">"),
|
|
8369
8375
|
requiresStyleInsertion
|
|
8370
|
-
? 0 === (completedSegments.instructions &
|
|
8371
|
-
|
|
8376
|
+
? (0 === (completedSegments.instructions & 4) &&
|
|
8377
|
+
((completedSegments.instructions |= 4),
|
|
8372
8378
|
destination.push(
|
|
8373
|
-
'$
|
|
8374
|
-
))
|
|
8375
|
-
|
|
8379
|
+
'$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())};'
|
|
8380
|
+
)),
|
|
8381
|
+
0 === (completedSegments.instructions & 2) &&
|
|
8382
|
+
((completedSegments.instructions |= 2),
|
|
8383
|
+
destination.push(
|
|
8384
|
+
'$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())};'
|
|
8385
|
+
)),
|
|
8386
|
+
0 === (completedSegments.instructions & 8)
|
|
8376
8387
|
? ((completedSegments.instructions |= 8),
|
|
8377
8388
|
destination.push(
|
|
8378
|
-
'$RM=new Map
|
|
8389
|
+
'$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
8390
|
))
|
|
8380
|
-
: destination.push('$RR("')
|
|
8391
|
+
: destination.push('$RR("'))
|
|
8381
8392
|
: 0 === (completedSegments.instructions & 2)
|
|
8382
8393
|
? ((completedSegments.instructions |= 2),
|
|
8383
8394
|
destination.push(
|
|
8384
|
-
'$RC=function(
|
|
8395
|
+
'$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
8396
|
))
|
|
8386
8397
|
: destination.push('$RC("'))
|
|
8387
8398
|
: requiresStyleInsertion
|
|
@@ -8467,11 +8478,7 @@ function flushCompletedQueues(request, destination) {
|
|
|
8467
8478
|
flushedByteSize = request.byteSize;
|
|
8468
8479
|
var resumableState = request.resumableState,
|
|
8469
8480
|
renderState = request.renderState;
|
|
8470
|
-
if (
|
|
8471
|
-
(0 !== request.allPendingTasks ||
|
|
8472
|
-
null !== request.trackedPostpones) &&
|
|
8473
|
-
renderState.externalRuntimeScript
|
|
8474
|
-
) {
|
|
8481
|
+
if (renderState.externalRuntimeScript) {
|
|
8475
8482
|
var _renderState$external = renderState.externalRuntimeScript,
|
|
8476
8483
|
src = _renderState$external.src,
|
|
8477
8484
|
chunks = _renderState$external.chunks;
|
|
@@ -8692,7 +8699,6 @@ function flushCompletedQueues(request, destination) {
|
|
|
8692
8699
|
}
|
|
8693
8700
|
} finally {
|
|
8694
8701
|
0 === request.allPendingTasks &&
|
|
8695
|
-
0 === request.pingedTasks.length &&
|
|
8696
8702
|
0 === request.clientRenderedBoundaries.length &&
|
|
8697
8703
|
0 === request.completedBoundaries.length &&
|
|
8698
8704
|
((request.flushScheduled = !1),
|
|
@@ -9052,4 +9058,4 @@ exports.experimental_renderToHTML = function (children, options) {
|
|
|
9052
9058
|
});
|
|
9053
9059
|
});
|
|
9054
9060
|
};
|
|
9055
|
-
exports.version = "19.2.0-experimental-
|
|
9061
|
+
exports.version = "19.2.0-experimental-c129c242-20250505";
|
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-c129c242-20250505",
|
|
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-c129c242-20250505"
|
|
21
21
|
},
|
|
22
22
|
"files": [
|
|
23
23
|
"LICENSE",
|