@ndla/ui 56.0.90-alpha.0 → 56.0.91-alpha.0

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.
@@ -67,7 +67,9 @@ const UuDisclaimerEmbed = _ref => {
67
67
  })
68
68
  }), /*#__PURE__*/_jsx(Portal, {
69
69
  children: /*#__PURE__*/_jsx(PopoverContent, {
70
- children: transformedDisclaimer
70
+ children: /*#__PURE__*/_jsx("div", {
71
+ children: transformedDisclaimer
72
+ })
71
73
  })
72
74
  })]
73
75
  }), /*#__PURE__*/_jsx("div", {
@@ -73,7 +73,9 @@ const UuDisclaimerEmbed = _ref => {
73
73
  })
74
74
  }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_react.Portal, {
75
75
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_primitives.PopoverContent, {
76
- children: transformedDisclaimer
76
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
77
+ children: transformedDisclaimer
78
+ })
77
79
  })
78
80
  })]
79
81
  }), /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ndla/ui",
3
- "version": "56.0.90-alpha.0",
3
+ "version": "56.0.91-alpha.0",
4
4
  "description": "UI component library for NDLA",
5
5
  "license": "GPL-3.0",
6
6
  "main": "lib/index.js",
@@ -58,5 +58,5 @@
58
58
  "publishConfig": {
59
59
  "access": "public"
60
60
  },
61
- "gitHead": "5f9b8e9db029204a71d9ba5fbd45e9f5ce4343ba"
61
+ "gitHead": "5c93947b523cd448d01ab4c44f377b0e1fa5dbe8"
62
62
  }
@@ -70,7 +70,9 @@ const UuDisclaimerEmbed = ({ embed, transformedDisclaimer, children }: Props) =>
70
70
  </StyledIconButton>
71
71
  </PopoverTrigger>
72
72
  <Portal>
73
- <PopoverContent>{transformedDisclaimer}</PopoverContent>
73
+ <PopoverContent>
74
+ <div>{transformedDisclaimer}</div>
75
+ </PopoverContent>
74
76
  </Portal>
75
77
  </PopoverRoot>
76
78
  <div data-uu-content="">{children}</div>