Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@leafygreen-ui/emotion

Package Overview
Dependencies
Maintainers
4
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@leafygreen-ui/emotion - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

6

CHANGELOG.md
# @leafygreen-ui/emotion
## 4.0.1
### Patch Changes
- 8d7534e9: Adds `tsdoc.json` to published package files
## 4.0.0

@@ -4,0 +10,0 @@

2

dist/emotion.d.ts

@@ -1,3 +0,3 @@

declare const _default: import("@emotion/css/types/create-instance").Emotion;
declare const _default: import("@emotion/css/create-instance").Emotion;
export default _default;
//# sourceMappingURL=emotion.d.ts.map

@@ -1,2 +0,2 @@

import e from"@emotion/css/create-instance";import r from"@emotion/server/create-instance";var t=e({key:"leafygreen-ui",prepend:!0}),a=t.flush,o=t.hydrate,s=t.cx,c=t.merge,i=t.getRegisteredStyles,n=t.injectGlobal,l=t.keyframes,m=t.css,d=t.sheet,y=t.cache,f=r(y),p=f.extractCritical,g=f.renderStylesToString,S=f.renderStylesToNodeStream;export default t;export{y as cache,m as css,s as cx,p as extractCritical,a as flush,i as getRegisteredStyles,o as hydrate,n as injectGlobal,l as keyframes,c as merge,S as renderStylesToNodeStream,g as renderStylesToString,d as sheet};
import e from"@emotion/css/create-instance";import r from"@emotion/server/create-instance";var t=e({key:"leafygreen-ui",prepend:!0}),a=t.flush,s=t.hydrate,o=t.cx,c=t.merge,i=t.getRegisteredStyles,n=t.injectGlobal,l=t.keyframes,m=t.css,d=t.sheet,y=t.cache,f=r(y),g=f.extractCritical,p=f.renderStylesToString,S=f.renderStylesToNodeStream;export{y as cache,m as css,o as cx,t as default,g as extractCritical,a as flush,i as getRegisteredStyles,s as hydrate,n as injectGlobal,l as keyframes,c as merge,S as renderStylesToNodeStream,p as renderStylesToString,d as sheet};
//# sourceMappingURL=index.js.map

@@ -12,5 +12,5 @@ /// <reference types="node" />

(...args: import("@emotion/css/types/create-instance").CSSInterpolation[]): string;
}, sheet: import("@emotion/css/types/create-instance").CSSStyleSheet, cache: import("@emotion/utils").EmotionCache;
export declare const extractCritical: (html: string) => import("@emotion/server/types/create-instance").EmotionCritical, renderStylesToString: (html: string) => string, renderStylesToNodeStream: () => NodeJS.ReadWriteStream;
}, sheet: import("@emotion/css/types/create-instance").CSSStyleSheet, cache: import("@emotion/css/types/create-instance").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.0",
"version": "4.0.1",
"description": "leafyGreen UI Kit's Custom Instance of Emotion",

@@ -28,3 +28,11 @@ "main": "./dist/index.js",

},
"gitHead": "dd71a2d404218ccec2e657df9c0263dc1c15b9e0"
}
"gitHead": "dd71a2d404218ccec2e657df9c0263dc1c15b9e0",
"homepage": "https://github.com/mongodb/leafygreen-ui/tree/main/packages/emotion",
"repository": {
"type": "git",
"url": "https://github.com/mongodb/leafygreen-ui"
},
"bugs": {
"url": "https://jira.mongodb.org/projects/PD/summary"
}
}

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc