unframer 2.5.1 → 2.5.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "unframer",
3
- "version": "2.5.1",
3
+ "version": "2.5.2",
4
4
  "description": "Import Framer components directly in your React app, type safe and customizable",
5
5
  "sideEffects": false,
6
6
  "repository": "https://github.com/remorses/unframer",
package/src/framer.js CHANGED
@@ -40972,7 +40972,7 @@ react-is/cjs/react-is.production.min.js:
40972
40972
  */
40973
40973
  if (typeof document !== 'undefined') {
40974
40974
  for (const node of document.querySelectorAll(
40975
- 'style[data-framer-css-ssr]',
40975
+ 'body style[data-framer-css-ssr]',
40976
40976
  )) {
40977
40977
  document.head.appendChild(node)
40978
40978
  }