Socket
Socket
Sign inDemoInstall

@financial-times/o-colors

Package Overview
Dependencies
Maintainers
11
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@financial-times/o-colors - npm Package Compare versions

Comparing version 6.6.1 to 6.6.2

7

CHANGELOG.md
# Changelog
### [6.6.2](https://www.github.com/Financial-Times/origami/compare/o-colors-v6.6.1...o-colors-v6.6.2) (2023-07-04)
### Bug Fixes
* o-colors, always mix with FT colours, not web colours ([d656e76](https://www.github.com/Financial-Times/origami/commit/d656e763d8803ca81ea56d72b17bf695d5376ba4))
### [6.6.1](https://www.github.com/Financial-Times/origami/compare/o-colors-v6.6.0...o-colors-v6.6.1) (2023-06-02)

@@ -4,0 +11,0 @@

2

demos/src/color-mixer/color-mixer.js

@@ -61,3 +61,3 @@ import "@financial-times/o-autoinit";

document.getElementById('hex-value').innerText = hex.trim();
document.getElementById('code-snippet').innerText = `oColorsMix(${mixer}, ${base}, ${index})`;
document.getElementById('code-snippet').innerText = `oColorsMix('${mixer}', '${base}', ${index})`;
};
{
"name": "@financial-times/o-colors",
"type": "module",
"version": "6.6.1",
"version": "6.6.2",
"description": "The default colour palette for all FT products. The palette supports colour contrast checking, colour mixing and toneing.",

@@ -6,0 +6,0 @@ "keywords": [

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