@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.js CHANGED
@@ -3413,7 +3413,7 @@ Suggestions.Item = Item;
3413
3413
  // src/contexts/markdown/MarkdownContext/lib/components/Code.tsx
3414
3414
  import { jsx as _jsx30 } from "react/jsx-runtime";
3415
3415
  var Code3 = function(t0) {
3416
- var $ = _c14(4);
3416
+ var $ = _c14(5);
3417
3417
  var children = t0.children, className = t0.className;
3418
3418
  if (className === "language-suggestions") {
3419
3419
  var _t;
@@ -3429,16 +3429,26 @@ var Code3 = function(t0) {
3429
3429
  return _t;
3430
3430
  }
3431
3431
  var t1;
3432
- if ($[2] !== children) {
3433
- t1 = /* @__PURE__ */ _jsx30(RadixCode, {
3432
+ if ($[2] === Symbol.for("react.memo_cache_sentinel")) {
3433
+ t1 = {
3434
+ wordBreak: "break-word"
3435
+ };
3436
+ $[2] = t1;
3437
+ } else {
3438
+ t1 = $[2];
3439
+ }
3440
+ var t2;
3441
+ if ($[3] !== children) {
3442
+ t2 = /* @__PURE__ */ _jsx30(RadixCode, {
3443
+ style: t1,
3434
3444
  children: children
3435
3445
  });
3436
- $[2] = children;
3437
- $[3] = t1;
3446
+ $[3] = children;
3447
+ $[4] = t2;
3438
3448
  } else {
3439
- t1 = $[3];
3449
+ t2 = $[4];
3440
3450
  }
3441
- return t1;
3451
+ return t2;
3442
3452
  };
3443
3453
  // src/contexts/markdown/MarkdownContext/lib/components/Img/index.tsx
3444
3454
  import { c as _c19 } from "react-compiler-runtime";