@lumx/react 4.22.0-next.0 → 4.22.0-next.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/index.js CHANGED
@@ -23027,7 +23027,7 @@ const UserBlock$1 = props => {
23027
23027
  linkProps
23028
23028
  });
23029
23029
  const shouldDisplayFields = componentSize !== Size.s && componentSize !== Size.xs;
23030
- const fieldsBlock = fields && shouldDisplayFields && /*#__PURE__*/jsx("div", {
23030
+ const fieldsBlock = fields && shouldDisplayFields && /*#__PURE__*/jsx("p", {
23031
23031
  className: element('fields'),
23032
23032
  children: fields.map((field, idx) => /*#__PURE__*/jsx(Text, {
23033
23033
  as: "span",