@lightspeed/cirrus-tokens
Advanced tools
Comparing version 2.1.3 to 2.2.0
@@ -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) |
{ | ||
"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
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
157
1
32364
21
249
1