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/README.md +6 -0
- package/dist/framer.js +1 -1
- package/dist/framer.js.map +1 -1
- package/esm/framer.js +1 -1
- package/esm/framer.js.map +1 -1
- package/package.json +1 -1
- package/src/framer.js +1 -1
package/package.json
CHANGED
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
|
}
|