@emotion/styled-base
Advanced tools
Comparing version 0.6.0 to 0.6.1
@@ -5,5 +5,5 @@ 'use strict'; | ||
var emotionUtils = require('emotion-utils'); | ||
var isPropValid = _interopDefault(require('@emotion/is-prop-valid')); | ||
var React = require('react'); | ||
var emotionUtils = require('emotion-utils'); | ||
var core = require('@emotion/core'); | ||
@@ -45,3 +45,3 @@ var utils = require('@emotion/utils'); | ||
var testOmitPropsOnStringTag = emotionUtils.memoize(isPropValid); | ||
var testOmitPropsOnStringTag = isPropValid; | ||
var testOmitPropsOnComponent = function testOmitPropsOnComponent(key) { | ||
@@ -48,0 +48,0 @@ return key !== 'theme' && key !== 'innerRef'; |
@@ -1,4 +0,4 @@ | ||
import { memoize, STYLES_KEY } from 'emotion-utils'; | ||
import isPropValid from '@emotion/is-prop-valid'; | ||
import { createElement, Fragment, Component, forwardRef } from 'react'; | ||
import { STYLES_KEY } from 'emotion-utils'; | ||
import { consumer } from '@emotion/core'; | ||
@@ -40,3 +40,3 @@ import { getRegisteredStyles, insertStyles, shouldSerializeToReactTree } from '@emotion/utils'; | ||
var testOmitPropsOnStringTag = memoize(isPropValid); | ||
var testOmitPropsOnStringTag = isPropValid; | ||
var testOmitPropsOnComponent = function testOmitPropsOnComponent(key) { | ||
@@ -43,0 +43,0 @@ return key !== 'theme' && key !== 'innerRef'; |
{ | ||
"name": "@emotion/styled-base", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "base styled API for emotion", | ||
@@ -10,3 +10,3 @@ "main": "dist/index.cjs.js", | ||
"dependencies": { | ||
"@emotion/is-prop-valid": "^0.6.0", | ||
"@emotion/is-prop-valid": "^0.6.1", | ||
"@emotion/serialize": "^0.5.0", | ||
@@ -13,0 +13,0 @@ "@emotion/types": "^0.6.0", |
Sorry, the diff of this file is not supported yet
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
75738