react-markup 0.0.0-experimental-22e39ea7-20250225 → 0.0.0-experimental-d55cc79b-20250228

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.
@@ -8782,9 +8782,9 @@
8782
8782
  "Invalid hook call. Hooks can only be called inside of the body of a function component."
8783
8783
  );
8784
8784
  overflow = localIdCounter++;
8785
- treeId = ":" + resumableState.idPrefix + "R" + treeId;
8785
+ treeId = "\u00ab" + resumableState.idPrefix + "R" + treeId;
8786
8786
  0 < overflow && (treeId += "H" + overflow.toString(32));
8787
- return treeId + ":";
8787
+ return treeId + "\u00bb";
8788
8788
  },
8789
8789
  useHostTransitionStatus: function () {
8790
8790
  resolveCurrentlyRenderingComponent();
@@ -8919,5 +8919,5 @@
8919
8919
  });
8920
8920
  });
8921
8921
  };
8922
- exports.version = "19.1.0-experimental-22e39ea7-20250225";
8922
+ exports.version = "19.1.0-experimental-d55cc79b-20250228";
8923
8923
  })();
@@ -3045,9 +3045,9 @@ var HooksDispatcher = {
3045
3045
  );
3046
3046
  overflow = localIdCounter++;
3047
3047
  JSCompiler_inline_result =
3048
- ":" + resumableState.idPrefix + "R" + JSCompiler_inline_result;
3048
+ "\u00ab" + resumableState.idPrefix + "R" + JSCompiler_inline_result;
3049
3049
  0 < overflow && (JSCompiler_inline_result += "H" + overflow.toString(32));
3050
- return JSCompiler_inline_result + ":";
3050
+ return JSCompiler_inline_result + "\u00bb";
3051
3051
  },
3052
3052
  useHostTransitionStatus: function () {
3053
3053
  resolveCurrentlyRenderingComponent();
@@ -5988,4 +5988,4 @@ exports.experimental_renderToHTML = function (children, options) {
5988
5988
  });
5989
5989
  });
5990
5990
  };
5991
- exports.version = "19.1.0-experimental-22e39ea7-20250225";
5991
+ exports.version = "19.1.0-experimental-d55cc79b-20250228";
@@ -13368,9 +13368,9 @@
13368
13368
  "Invalid hook call. Hooks can only be called inside of the body of a function component."
13369
13369
  );
13370
13370
  overflow = localIdCounter++;
13371
- treeId = ":" + resumableState.idPrefix + "R" + treeId;
13371
+ treeId = "\u00ab" + resumableState.idPrefix + "R" + treeId;
13372
13372
  0 < overflow && (treeId += "H" + overflow.toString(32));
13373
- return treeId + ":";
13373
+ return treeId + "\u00bb";
13374
13374
  },
13375
13375
  useHostTransitionStatus: function () {
13376
13376
  resolveCurrentlyRenderingComponent();
@@ -13646,5 +13646,5 @@
13646
13646
  });
13647
13647
  });
13648
13648
  };
13649
- exports.version = "19.1.0-experimental-22e39ea7-20250225";
13649
+ exports.version = "19.1.0-experimental-d55cc79b-20250228";
13650
13650
  })();
@@ -5893,9 +5893,9 @@ var HooksDispatcher = {
5893
5893
  );
5894
5894
  overflow = localIdCounter++;
5895
5895
  JSCompiler_inline_result =
5896
- ":" + resumableState.idPrefix + "R" + JSCompiler_inline_result;
5896
+ "\u00ab" + resumableState.idPrefix + "R" + JSCompiler_inline_result;
5897
5897
  0 < overflow && (JSCompiler_inline_result += "H" + overflow.toString(32));
5898
- return JSCompiler_inline_result + ":";
5898
+ return JSCompiler_inline_result + "\u00bb";
5899
5899
  },
5900
5900
  useHostTransitionStatus: function () {
5901
5901
  resolveCurrentlyRenderingComponent();
@@ -8911,4 +8911,4 @@ exports.experimental_renderToHTML = function (children, options) {
8911
8911
  });
8912
8912
  });
8913
8913
  };
8914
- exports.version = "19.1.0-experimental-22e39ea7-20250225";
8914
+ exports.version = "19.1.0-experimental-d55cc79b-20250228";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-markup",
3
- "version": "0.0.0-experimental-22e39ea7-20250225",
3
+ "version": "0.0.0-experimental-d55cc79b-20250228",
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-22e39ea7-20250225"
20
+ "react": "0.0.0-experimental-d55cc79b-20250228"
21
21
  },
22
22
  "files": [
23
23
  "LICENSE",