@superinterface/react 3.10.1 → 3.10.3

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/index.cjs CHANGED
@@ -3573,7 +3573,7 @@ Suggestions.Item = Item;
3573
3573
  // src/contexts/markdown/MarkdownContext/lib/components/Code.tsx
3574
3574
  var import_jsx_runtime30 = require("react/jsx-runtime");
3575
3575
  var Code3 = function(t0) {
3576
- var $ = (0, import_react_compiler_runtime14.c)(4);
3576
+ var $ = (0, import_react_compiler_runtime14.c)(5);
3577
3577
  var children = t0.children, className = t0.className;
3578
3578
  if (className === "language-suggestions") {
3579
3579
  var _t;
@@ -3589,16 +3589,26 @@ var Code3 = function(t0) {
3589
3589
  return _t;
3590
3590
  }
3591
3591
  var t1;
3592
- if ($[2] !== children) {
3593
- t1 = /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(import_themes21.Code, {
3592
+ if ($[2] === Symbol.for("react.memo_cache_sentinel")) {
3593
+ t1 = {
3594
+ wordBreak: "break-word"
3595
+ };
3596
+ $[2] = t1;
3597
+ } else {
3598
+ t1 = $[2];
3599
+ }
3600
+ var t2;
3601
+ if ($[3] !== children) {
3602
+ t2 = /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(import_themes21.Code, {
3603
+ style: t1,
3594
3604
  children: children
3595
3605
  });
3596
- $[2] = children;
3597
- $[3] = t1;
3606
+ $[3] = children;
3607
+ $[4] = t2;
3598
3608
  } else {
3599
- t1 = $[3];
3609
+ t2 = $[4];
3600
3610
  }
3601
- return t1;
3611
+ return t2;
3602
3612
  };
3603
3613
  // src/contexts/markdown/MarkdownContext/lib/components/Img/index.tsx
3604
3614
  var import_react_compiler_runtime19 = require("react-compiler-runtime");