@instructure/emotion
Advanced tools
Comparing version 8.1.1-snapshot.11 to 8.1.1-snapshot.22
{ | ||
"name": "@instructure/emotion", | ||
"version": "8.1.1-snapshot.11+9c60b2d95", | ||
"version": "8.1.1-snapshot.22+246e59770", | ||
"description": "A UI component library made by Instructure Inc.", | ||
@@ -21,4 +21,5 @@ "author": "Instructure, Inc. Engineering and Product Design", | ||
"build": "ui-build --modules es,cjs", | ||
"build:watch": "ui-build --watch", | ||
"build:types": "ui-scripts --types" | ||
"build:watch": "yarn ts:check --watch & ui-build --watch", | ||
"build:types": "tsc -p tsconfig.build.json", | ||
"ts:check": "tsc -p tsconfig.build.json --noEmit --emitDeclarationOnly false" | ||
}, | ||
@@ -29,7 +30,7 @@ "license": "MIT", | ||
"@emotion/core": "^10.0.35", | ||
"@instructure/console": "8.1.1-snapshot.11+9c60b2d95", | ||
"@instructure/ui-decorator": "8.1.1-snapshot.11+9c60b2d95", | ||
"@instructure/ui-i18n": "8.1.1-snapshot.11+9c60b2d95", | ||
"@instructure/ui-themes": "8.1.1-snapshot.11+9c60b2d95", | ||
"@instructure/ui-utils": "8.1.1-snapshot.11+9c60b2d95", | ||
"@instructure/console": "8.1.1-snapshot.22+246e59770", | ||
"@instructure/ui-decorator": "8.1.1-snapshot.22+246e59770", | ||
"@instructure/ui-i18n": "8.1.1-snapshot.22+246e59770", | ||
"@instructure/ui-themes": "8.1.1-snapshot.22+246e59770", | ||
"@instructure/ui-utils": "8.1.1-snapshot.22+246e59770", | ||
"emotion-theming": "^10.0.27", | ||
@@ -41,4 +42,4 @@ "hoist-non-react-statics": "^3.3.2", | ||
"devDependencies": { | ||
"@instructure/ui-babel-preset": "8.1.1-snapshot.11+9c60b2d95", | ||
"@instructure/ui-test-utils": "8.1.1-snapshot.11+9c60b2d95" | ||
"@instructure/ui-babel-preset": "8.1.1-snapshot.22+246e59770", | ||
"@instructure/ui-test-utils": "8.1.1-snapshot.22+246e59770" | ||
}, | ||
@@ -52,3 +53,3 @@ "peerDependencies": { | ||
"sideEffects": false, | ||
"gitHead": "9c60b2d9561a1d989f5206ae6eec84df3fa4d480" | ||
"gitHead": "246e59770b4ca446171cb9fe3f251fe0830c5f22" | ||
} |
@@ -1,9 +0,5 @@ | ||
import * as React from 'react'; | ||
declare const EmotionThemeProvider: React.FC; | ||
export default EmotionThemeProvider; | ||
export { EmotionThemeProvider } from "./EmotionThemeProvider"; | ||
export { withStyle } from "./withStyle"; | ||
export { jsx, css, keyframes, Global } from "@emotion/core"; | ||
export { ThemeablePropValues, ThemeablePropTypes, makeThemeVars, getShorthandPropValue, mirrorShorthandCorners, mirrorShorthandEdges } from "./styleUtils"; | ||
//# sourceMappingURL=index.d.ts.map |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
156283
78
3378