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
57
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.0 to 4.17.1

11

CHANGELOG.md

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

## [4.17.1](https://github.com/forter/web-components/compare/@forter/styles@4.17.0...@forter/styles@4.17.1) (2024-11-13)
### Bug Fixes
* **styles:** fixed spacing vars ([2714c57](https://github.com/forter/web-components/commit/2714c57))
# [4.17.0](https://github.com/forter/web-components/compare/@forter/styles@4.16.0...@forter/styles@4.17.0) (2023-03-28)

@@ -8,0 +19,0 @@

4

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

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

},
"gitHead": "0838c3387ff0debc8a9e136f89ba0089f0658dab"
"gitHead": "5c772ad5bbc72ac58b64b256e3514d971280a101"
}

@@ -6,8 +6,19 @@ import { css } from 'lit-element';

html {
--fc-spacing-4: 4px;
--fc-spacing-8: 8px;
--fc-spacing-16: 16px;
--fc-spacing-24: 24px;
--fc-spacing-32: 32px;
--fc-spacing-40: 40px;
--fc-spacing-none: 0;
--fc-spacing-0-5: 4px;
--fc-spacing-8: 8px; /* Legacy support */
--fc-spacing-7: 56px;
--fc-spacing-6: 48px;
--fc-spacing-5: 40px;
--fc-spacing-4: 32px;
--fc-spacing-3: 24px;
--fc-spacing-2: 16px;
--fc-spacing-1: 8px;
--fc-spacing-3xl: var(--fc-spacing-6);
--fc-spacing-2xl: var(--fc-spacing-5);
--fc-spacing-xl: var(--fc-spacing-xs);
--fc-spacing-lg: var(--fc-spacing-3);
--fc-spacing-md: var(--fc-spacing-2);
--fc-spacing-sm: var(--fc-spacing-1);
--fc-spacing-xs: var(--fc-spacing-0-5);
}

@@ -14,0 +25,0 @@ `;

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