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

@forter/styles

Package Overview
Dependencies
Maintainers
3
Versions
56
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.13.0 to 4.13.1

11

CHANGELOG.md

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

## [4.13.1](https://github.com/forter/web-components/compare/@forter/styles@4.13.0...@forter/styles@4.13.1) (2023-02-05)
### Bug Fixes
* **styles:** fix colors ([#1208](https://github.com/forter/web-components/issues/1208)) ([e2d50db](https://github.com/forter/web-components/commit/e2d50db))
# [4.13.0](https://github.com/forter/web-components/compare/@forter/styles@4.12.0...@forter/styles@4.13.0) (2023-01-30)

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

38

colors.css.js

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

--fc-brand-blue-400: #73abff;
--fc-brand-blue-300: #90bdff;
--fc-brand-blue-300: #91bdff;
--fc-brand-blue-200: #bdd8ff;

@@ -182,10 +182,10 @@ --fc-brand-blue-100: #dceaff;

* ─────────────────────────────────── */
--fc-brand-green-900: #028159;
--fc-brand-green-800: #01a571;
--fc-brand-green-700: #00b67c;
--fc-brand-green-600: #04c588;
--fc-brand-green-900: #044732;
--fc-brand-green-800: #067250;
--fc-brand-green-700: #009d6c;
--fc-brand-green-600: #00ba7f;
--fc-brand-green-500: #00d894;
--fc-brand-green-400: #1de8a8;
--fc-brand-green-300: #53ffc9;
--fc-brand-green-200: #87fdda;
--fc-brand-green-300: #65f4c7;
--fc-brand-green-200: #b5f8e2;
--fc-brand-green-100: #e5fef6;

@@ -324,26 +324,2 @@

--fc-olive-100: #fafbe9;
/* BRAND BLUE
* ─────────────────────────────────── */
--fc-brand-blue-900: #025;
--fc-brand-blue-800: #0043a9;
--fc-brand-blue-700: #0358d7;
--fc-brand-blue-600: #1f75f6;
--fc-brand-blue-500: #4e95ff;
--fc-brand-blue-400: #73abff;
--fc-brand-blue-300: #90bdff;
--fc-brand-blue-200: #bdd8ff;
--fc-brand-blue-100: #dceaff;
/* BRAND GREEN
* ─────────────────────────────────── */
--fc-brand-green-900: #028159;
--fc-brand-green-800: #01a571;
--fc-brand-green-700: #00b67c;
--fc-brand-green-600: #04c588;
--fc-brand-green-500: #00d894;
--fc-brand-green-400: #1de8a8;
--fc-brand-green-300: #53ffc9;
--fc-brand-green-200: #87fdda;
--fc-brand-green-100: #e5fef6;
}

@@ -350,0 +326,0 @@ `;

{
"name": "@forter/styles",
"version": "4.13.0",
"version": "4.13.1",
"description": "Styles for Forter Components",

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

},
"gitHead": "61b14dd6b6220c8b8c2caf6e9ea6ffee9bb6d567"
"gitHead": "8642b5002a4b11ec8df4e35fe2233ef882c98609"
}

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