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

@thumbtack/thumbprint-scss

Package Overview
Dependencies
Maintainers
6
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thumbtack/thumbprint-scss - npm Package Compare versions

Comparing version 0.3.1 to 1.0.0

10

CHANGELOG.md

@@ -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 @@

4

package.json
{
"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

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