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

@instructure/emotion

Package Overview
Dependencies
Maintainers
26
Versions
913
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@instructure/emotion - npm Package Compare versions

Comparing version 7.4.2-snapshot.444 to 7.4.2-snapshot.464

18

package.json
{
"name": "@instructure/emotion",
"version": "7.4.2-snapshot.444+a5b40ebe6",
"version": "7.4.2-snapshot.464+eed91c9f9",
"description": "A UI component library made by Instructure Inc.",

@@ -28,8 +28,8 @@ "author": "Instructure, Inc. Engineering and Product Design",

"@emotion/core": "^10.0.35",
"@instructure/console": "7.4.2-snapshot.444+a5b40ebe6",
"@instructure/ui-babel-preset": "7.4.2-snapshot.444+a5b40ebe6",
"@instructure/ui-decorator": "7.4.2-snapshot.444+a5b40ebe6",
"@instructure/ui-i18n": "7.4.2-snapshot.444+a5b40ebe6",
"@instructure/ui-themes": "7.4.2-snapshot.444+a5b40ebe6",
"@instructure/ui-utils": "7.4.2-snapshot.444+a5b40ebe6",
"@instructure/console": "7.4.2-snapshot.464+eed91c9f9",
"@instructure/ui-babel-preset": "7.4.2-snapshot.464+eed91c9f9",
"@instructure/ui-decorator": "7.4.2-snapshot.464+eed91c9f9",
"@instructure/ui-i18n": "7.4.2-snapshot.464+eed91c9f9",
"@instructure/ui-themes": "7.4.2-snapshot.464+eed91c9f9",
"@instructure/ui-utils": "7.4.2-snapshot.464+eed91c9f9",
"emotion-theming": "^10.0.27",

@@ -42,3 +42,3 @@ "hoist-non-react-statics": "^3.3.2",

"@instructure/ui-babel-preset": "^7.4.1",
"@instructure/ui-test-utils": "7.4.2-snapshot.444+a5b40ebe6"
"@instructure/ui-test-utils": "7.4.2-snapshot.464+eed91c9f9"
},

@@ -52,3 +52,3 @@ "peerDependencies": {

"sideEffects": false,
"gitHead": "a5b40ebe604061b90f4e261ebf81d5f7be9866b7"
"gitHead": "eed91c9f9e9f600393e83b8763611ea4fdc32c84"
}

@@ -180,3 +180,3 @@ ---

Add your styling for each element in the component, and give them [labels](#https://emotion.sh/docs/labels#gatsby-focus-wrapper) for easy readability and targetability. _Naming convention_: similar to [BEM naming convention](#http://getbem.com/naming/), use the name of the component in camelCase for the root element ('button'), and the double underscore suffix for children ('button\_\_icon').
Add your styling for each element in the component, and give them [labels](https://emotion.sh/docs/labels#gatsby-focus-wrapper) for easy readability and targetability. _Naming convention_: similar to [BEM naming convention](#http://getbem.com/naming/), use the name of the component in camelCase for the root element ('button'), and the double underscore suffix for children ('button\_\_icon').

@@ -183,0 +183,0 @@ Use [Emotion's Object Styles documentation](https://emotion.sh/docs/object-styles) as a guide to add styles.

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