@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.js CHANGED
@@ -38286,6 +38286,9 @@ var ListItem = function(_ref) {
38286
38286
  return /* @__PURE__ */ _jsx24(Box6, {
38287
38287
  pb: "1",
38288
38288
  children: /* @__PURE__ */ _jsx24("li", {
38289
+ style: {
38290
+ wordBreak: "break-word"
38291
+ },
38289
38292
  children: children
38290
38293
  })
38291
38294
  });