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

@forter/styles

Package Overview
Dependencies
Maintainers
0
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@forter/styles - npm Package Compare versions

Comparing version 4.17.1 to 4.17.2

12

CHANGELOG.md

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

## [4.17.2](https://github.com/forter/web-components/compare/@forter/styles@4.17.0...@forter/styles@4.17.2) (2024-11-14)
### Bug Fixes
* **styles:** adds fix to fc-spacing-xl bug ([4c15292](https://github.com/forter/web-components/commit/4c15292))
* **styles:** fixed spacing vars ([2714c57](https://github.com/forter/web-components/commit/2714c57))
## [4.17.1](https://github.com/forter/web-components/compare/@forter/styles@4.17.0...@forter/styles@4.17.1) (2024-11-13)

@@ -8,0 +20,0 @@

4

package.json
{
"name": "@forter/styles",
"version": "4.17.1",
"version": "4.17.2",
"description": "Styles for Forter Components",

@@ -47,3 +47,3 @@ "main": "index.js",

},
"gitHead": "5c772ad5bbc72ac58b64b256e3514d971280a101"
"gitHead": "a89b284d30d2b4dbaf0b52f8aa8557acad119a71"
}

@@ -18,3 +18,3 @@ import { css } from 'lit-element';

--fc-spacing-2xl: var(--fc-spacing-5);
--fc-spacing-xl: var(--fc-spacing-xs);
--fc-spacing-xl: var(--fc-spacing-4);
--fc-spacing-lg: var(--fc-spacing-3);

@@ -21,0 +21,0 @@ --fc-spacing-md: var(--fc-spacing-2);

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