grep-components 2.0.1 → 2.1.0-GREPF-2303.1

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
@@ -2597,7 +2597,7 @@ const GDPR = ({ children }) => {
2597
2597
  React__default.createElement(Info, { className: classes.icon }),
2598
2598
  React__default.createElement(Box$1, { className: classes.content },
2599
2599
  React__default.createElement(Typography$1, { className: classes.title }, "Personlig informasjon og personvern"),
2600
- React__default.createElement(Typography$1, { className: classes.body }, children))));
2600
+ React__default.createElement(Box$1, { className: classes.body }, children))));
2601
2601
  };
2602
2602
 
2603
2603
  const GrepInput = ({ variant = 'standard', ...props }) => {