@thumbtack/thumbprint-scss
Advanced tools
Comparing version 0.3.1 to 1.0.0
@@ -5,2 +5,12 @@ # Changelog | ||
## 1.0.0 - 2019-04-08 | ||
### Changed | ||
- [Patch] Replace `$tp-spacer__unit` in `textarea.scss` with hardcoded pixel value. | ||
### Removed | ||
- [Major] Remove `function.scss` that contained the `tp-spacer` function which used a unit of `8` to output a pixel value. To upgrade, first replace any instances of `tp-spacer(*)` that have an equivalent [space token](https://thumbprint.design/tokens/scss/#section-space). Then replace any remaining instances with a hardcoded pixel value. For example, `tp-spacer(1)` would be `$tp-space__2`, `tp-spacer(1.5)` would be `12px` as it has no equivalent space token. | ||
## 0.3.1 - 2019-04-02 | ||
@@ -7,0 +17,0 @@ |
{ | ||
"name": "@thumbtack/thumbprint-scss", | ||
"description": "CSS and Sass mixins for building Thumbtack UI", | ||
"version": "0.3.1", | ||
"version": "1.0.0", | ||
"author": "Tom Genoni <tom@thumbtack.com>", | ||
@@ -33,3 +33,3 @@ "main": "components.css", | ||
"devDependencies": { | ||
"@thumbtack/thumbprint-tokens": "^6.3.2", | ||
"@thumbtack/thumbprint-tokens": "^6.3.3", | ||
"autoprefixer": "^9.0.1", | ||
@@ -36,0 +36,0 @@ "cssnano": "^4.1.0", |
@@ -6,3 +6,3 @@ # Thumbprint SCSS | ||
1. **`components.css`**: This is a compiled CSS file of all Thumbprint SCSS components, for example, buttons, type, and form elements. It is primarly used for projects that do not use React. | ||
2. **`mixins.scss`**: This is a rollup of all functions and Thumbprint mixins used by the SCSS components and includes our breakpoints. | ||
2. **`mixins.scss`**: This is a rollup of all Thumbprint mixins used by the SCSS components and includes our breakpoints. | ||
3. **`alert.css`, `avatar.css`, `block-list.css`, etc.**: These files are published so that consumers can require individual files if needed. | ||
@@ -9,0 +9,0 @@ |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
98023
38
2