@emotion/serialize
Advanced tools
Comparing version 0.10.1 to 0.10.2
@@ -143,3 +143,3 @@ 'use strict'; | ||
if (process.env.NODE_ENV !== 'production' && couldBeSelectorInterpolation && shouldWarnAboutInterpolatingClassNameFromCss && cached !== undefined) { | ||
console.error('Interpolating a className from css`` is not recommended and will cause problems with composition.\n' + 'Interpolating a className from css`` will be completely unsupported in the next major version of Emotion'); | ||
console.error('Interpolating a className from css`` is not recommended and will cause problems with composition.\n' + 'Interpolating a className from css`` will be completely unsupported in a future major version of Emotion'); | ||
shouldWarnAboutInterpolatingClassNameFromCss = false; | ||
@@ -146,0 +146,0 @@ } |
@@ -137,3 +137,3 @@ import hashString from '@emotion/hash'; | ||
if (process.env.NODE_ENV !== 'production' && couldBeSelectorInterpolation && shouldWarnAboutInterpolatingClassNameFromCss && cached !== undefined) { | ||
console.error('Interpolating a className from css`` is not recommended and will cause problems with composition.\n' + 'Interpolating a className from css`` will be completely unsupported in the next major version of Emotion'); | ||
console.error('Interpolating a className from css`` is not recommended and will cause problems with composition.\n' + 'Interpolating a className from css`` will be completely unsupported in a future major version of Emotion'); | ||
shouldWarnAboutInterpolatingClassNameFromCss = false; | ||
@@ -140,0 +140,0 @@ } |
@@ -143,3 +143,3 @@ 'use strict'; | ||
if (process.env.NODE_ENV !== 'production' && couldBeSelectorInterpolation && shouldWarnAboutInterpolatingClassNameFromCss && cached !== undefined) { | ||
console.error('Interpolating a className from css`` is not recommended and will cause problems with composition.\n' + 'Interpolating a className from css`` will be completely unsupported in the next major version of Emotion'); | ||
console.error('Interpolating a className from css`` is not recommended and will cause problems with composition.\n' + 'Interpolating a className from css`` will be completely unsupported in a future major version of Emotion'); | ||
shouldWarnAboutInterpolatingClassNameFromCss = false; | ||
@@ -146,0 +146,0 @@ } |
@@ -137,3 +137,3 @@ import hashString from '@emotion/hash'; | ||
if (process.env.NODE_ENV !== 'production' && couldBeSelectorInterpolation && shouldWarnAboutInterpolatingClassNameFromCss && cached !== undefined) { | ||
console.error('Interpolating a className from css`` is not recommended and will cause problems with composition.\n' + 'Interpolating a className from css`` will be completely unsupported in the next major version of Emotion'); | ||
console.error('Interpolating a className from css`` is not recommended and will cause problems with composition.\n' + 'Interpolating a className from css`` will be completely unsupported in a future major version of Emotion'); | ||
shouldWarnAboutInterpolatingClassNameFromCss = false; | ||
@@ -140,0 +140,0 @@ } |
{ | ||
"name": "@emotion/serialize", | ||
"version": "0.10.1", | ||
"version": "0.10.2", | ||
"description": "serialization utils for emotion", | ||
@@ -20,3 +20,3 @@ "main": "dist/serialize.cjs.js", | ||
"@emotion/unitless": "^0.7.0", | ||
"@emotion/utils": "^0.10.0", | ||
"@emotion/utils": "^0.10.1", | ||
"csstype": "^2.5.7" | ||
@@ -23,0 +23,0 @@ }, |
@@ -191,3 +191,3 @@ // @flow | ||
'Interpolating a className from css`` is not recommended and will cause problems with composition.\n' + | ||
'Interpolating a className from css`` will be completely unsupported in the next major version of Emotion' | ||
'Interpolating a className from css`` will be completely unsupported in a future major version of Emotion' | ||
) | ||
@@ -194,0 +194,0 @@ shouldWarnAboutInterpolatingClassNameFromCss = false |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Updated@emotion/utils@^0.10.1