@theme-ui/css
Advanced tools
Comparing version 0.6.2--canary.f29780f.0 to 0.7.0--canary.1423.3d0dfed.0
{ | ||
"name": "@theme-ui/css", | ||
"version": "0.6.2--canary.f29780f.0", | ||
"version": "0.7.0--canary.1423.3d0dfed.0", | ||
"source": "src/index.ts", | ||
"main": "dist/index.js", | ||
"module": "dist/index.esm.js", | ||
"types": "dist/index.d.ts", | ||
"main": "dist/theme-ui-css.cjs.js", | ||
"module": "dist/theme-ui-css.esm.js", | ||
"sideEffects": false, | ||
"scripts": { | ||
"prepare": "microbundle --no-compress --tsconfig tsconfig.json", | ||
"watch": "microbundle watch --no-compress --tsconfig tsconfig.json", | ||
"typecheck": "tsc --noEmit" | ||
}, | ||
"scripts": {}, | ||
"author": "Brent Jackson", | ||
@@ -23,3 +18,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "f29780f2a486b4de6ddf4fe3e0304d69152a7298" | ||
"gitHead": "3d0dfedb597bd968ea8e76b291ec8e8cfed98bef" | ||
} |
@@ -75,3 +75,3 @@ import { expecter } from '@theme-ui/test-utils' | ||
interface Theme { | ||
syntaxHighlighting: MySyntaxHighlightingTheme | ||
syntaxHighlighting?: MySyntaxHighlightingTheme | ||
} | ||
@@ -86,3 +86,3 @@ } | ||
const syntaxHighlighting = theme.syntaxHighlighting | ||
const syntaxHighlighting = theme.syntaxHighlighting! | ||
`).toInfer('syntaxHighlighting', 'MySyntaxHighlightingTheme') | ||
@@ -89,0 +89,0 @@ }) |
@@ -32,3 +32,3 @@ import { Theme, __internalGetUseRootStyles } from '../src' | ||
useBodyStyles: value, | ||
useRootStyles: null, | ||
useRootStyles: null as any as undefined, | ||
} | ||
@@ -35,0 +35,0 @@ |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
142796
20
4167
2
1