@superinterface/react 3.17.1 → 3.17.2

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
@@ -38417,6 +38417,9 @@ var ListItem = function(_ref) {
38417
38417
  return /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(import_themes16.Box, {
38418
38418
  pb: "1",
38419
38419
  children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("li", {
38420
+ style: {
38421
+ wordBreak: "break-word"
38422
+ },
38420
38423
  children: children
38421
38424
  })
38422
38425
  });