@leafygreen-ui/emotion
Advanced tools
Comparing version 4.0.4 to 5.0.0-alpha.0
# @leafygreen-ui/emotion | ||
## 5.0.0-alpha.0 | ||
### Major Changes | ||
- d40674fe1: Updates build tooling. No functional changes | ||
## 4.0.4 | ||
@@ -4,0 +10,0 @@ |
/// <reference types="node" /> | ||
import emotion from './emotion'; | ||
export declare const flush: () => void, hydrate: (ids: string[]) => void, cx: (...classNames: import("@emotion/css/types/create-instance").ClassNamesArg[]) => string, merge: (className: string) => string, getRegisteredStyles: (registeredStyles: string[], className: string) => string, injectGlobal: { | ||
(template: TemplateStringsArray, ...args: import("@emotion/css/types/create-instance").CSSInterpolation[]): void; | ||
(...args: import("@emotion/css/types/create-instance").CSSInterpolation[]): void; | ||
(template: TemplateStringsArray, ...args: import("@emotion/serialize").CSSInterpolation[]): void; | ||
(...args: import("@emotion/serialize").CSSInterpolation[]): void; | ||
}, keyframes: { | ||
(template: TemplateStringsArray, ...args: import("@emotion/css/types/create-instance").CSSInterpolation[]): string; | ||
(...args: import("@emotion/css/types/create-instance").CSSInterpolation[]): string; | ||
(template: TemplateStringsArray, ...args: import("@emotion/serialize").CSSInterpolation[]): string; | ||
(...args: import("@emotion/serialize").CSSInterpolation[]): string; | ||
}, css: { | ||
(template: TemplateStringsArray, ...args: import("@emotion/css/types/create-instance").CSSInterpolation[]): string; | ||
(...args: import("@emotion/css/types/create-instance").CSSInterpolation[]): string; | ||
}, sheet: import("@emotion/css/types/create-instance").CSSStyleSheet, cache: import("@emotion/css/types/create-instance").EmotionCache; | ||
(template: TemplateStringsArray, ...args: import("@emotion/serialize").CSSInterpolation[]): string; | ||
(...args: import("@emotion/serialize").CSSInterpolation[]): string; | ||
}, sheet: import("@emotion/css/types/create-instance").CSSStyleSheet, cache: import("@emotion/utils").EmotionCache; | ||
export declare const extractCritical: (html: string) => import("@emotion/server/create-instance").EmotionCritical, renderStylesToString: (html: string) => string, renderStylesToNodeStream: () => NodeJS.ReadWriteStream; | ||
export default emotion; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@leafygreen-ui/emotion", | ||
"version": "4.0.4", | ||
"version": "5.0.0-alpha.0", | ||
"description": "leafyGreen UI Kit's Custom Instance of Emotion", | ||
@@ -16,3 +16,4 @@ "main": "./dist/index.js", | ||
"scripts": { | ||
"build": "../../node_modules/.bin/rollup --config ../../rollup.config.js" | ||
"build": "rollup --config rollup.config.mjs", | ||
"tsc": "tsc --build tsconfig.json" | ||
}, | ||
@@ -37,2 +38,2 @@ "keywords": [], | ||
} | ||
} | ||
} |
{ | ||
"extends": "../../package.tsconfig.json", | ||
"compilerOptions": { | ||
"extends": "@lg-tools/build/config/package.tsconfig.json", | ||
"compilerOptions": { | ||
"declarationDir": "dist", | ||
"outDir": "dist", | ||
"rootDir": "src" | ||
"rootDir": "src", | ||
"baseUrl": ".", | ||
"paths": { | ||
"@leafygreen-ui/icon/dist/*": ["../icon/src/generated/*"], | ||
"@leafygreen-ui/*": ["../*/src"] | ||
} | ||
}, | ||
@@ -11,3 +16,4 @@ "include": [ | ||
], | ||
"exclude": ["**/*.spec.*", "**/*.story.*"], | ||
"references": [] | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
175788
19
2273
2
1