New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@lightspeed/cirrus-tokens

Package Overview
Dependencies
Maintainers
3
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lightspeed/cirrus-tokens - npm Package Compare versions

Comparing version 2.1.3 to 2.2.0

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

<a name="2.2.0"></a>
# [2.2.0](https://github.com/lightspeedretail/cirrus/compare/@lightspeed/cirrus-tokens@2.1.3...@lightspeed/cirrus-tokens@2.2.0) (2017-11-09)
### Features
* **tokens:** add background-color and border-color classes ([#227](https://github.com/lightspeedretail/cirrus/issues/227)) ([7488337](https://github.com/lightspeedretail/cirrus/commit/7488337))
<a name="2.1.3"></a>

@@ -8,0 +19,0 @@ ## [2.1.3](https://github.com/lightspeedretail/cirrus/compare/@lightspeed/cirrus-tokens@2.1.2...@lightspeed/cirrus-tokens@2.1.3) (2017-10-25)

4

package.json
{
"name": "@lightspeed/cirrus-tokens",
"version": "2.1.3",
"version": "2.2.0",
"description": "Cirrus's Foundation",

@@ -13,4 +13,4 @@ "main": "index.js",

"scripts": {
"prepublish": "node scripts/generate-variables.js && node scripts/generate-utilities.js"
"prepublish": "node scripts/pre-publish.js"
}
}

@@ -42,7 +42,7 @@ # Tokens

Tokens are kept in JavaScript files for maximum flexibility and are built
Tokens are kept in JavaScript files for maximum flexibility and are built
as `.scss` (Sass) and `.css` (PostCSS) through a `prepublish` npm script.
To see changes when updating a token or making any changes to this
package code, navigate to this directory in and run this command to
To see changes when updating a token or making any changes to this
package code, navigate to this directory in and run this command to
re-generate the build:

@@ -94,3 +94,5 @@

- `.cr-{color}-{value}`
- Text colors: `.cr-{color}-{value}`
- Background colors: `.cr-bg-{color}-{value}`
- Border colors: `.cr-border-{color}-{value}`

@@ -97,0 +99,0 @@ #### Shadows

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