Socket
Socket
Sign inDemoInstall

@useblu/ocean-tokens

Package Overview
Dependencies
Maintainers
2
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@useblu/ocean-tokens - npm Package Compare versions

Comparing version 3.0.1 to 3.1.0

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [3.0.1](https://github.com/ocean-ds/ocean-tokens/compare/v3.0.0...v3.0.1) (2021-06-15)
### Bug Fixes
* package.json & yarn.lock to reduce vulnerabilities ([#149](https://github.com/ocean-ds/ocean-tokens/issues/149)) ([34b58b7](https://github.com/ocean-ds/ocean-tokens/commit/34b58b715444acc8abfed11ea6def529089973a7))
# [3.0.0](https://github.com/ocean-ds/ocean-tokens/compare/v2.0.1...v3.0.0) (2021-06-09)

@@ -2,0 +9,0 @@

15

ios/tokens-color.json

@@ -23,10 +23,13 @@ {

"colorStatusPositivePure": "#3DCC64",
"colorStatusPositiveUp": "#D7FAE0",
"colorStatusPositiveDown": "#1C9E3F",
"colorStatusPositiveUp": "#F2FDF5",
"colorStatusPositiveDown": "#7ADC94",
"colorStatusPositiveDeep": "#2DA94F",
"colorStatusNeutralPure": "#FFA347",
"colorStatusNeutralUp": "#FFE8D1",
"colorStatusNeutralDown": "#FA8714",
"colorStatusNeutralUp": "#FFF7F0",
"colorStatusNeutralDown": "#FFBD7A",
"colorStatusNeutralDeep": "#FF8A14",
"colorStatusNegativePure": "#F5456E",
"colorStatusNegativeUp": "#FFEDF1",
"colorStatusNegativeDown": "#E00D3F",
"colorStatusNegativeUp": "#FFF1F4",
"colorStatusNegativeDown": "#F27592",
"colorStatusNegativeDeep": "#D31441",
}

@@ -28,10 +28,13 @@ {

"colorStatusPositivePure": "#3DCC64",
"colorStatusPositiveUp": "#D7FAE0",
"colorStatusPositiveDown": "#1C9E3F",
"colorStatusPositiveUp": "#F2FDF5",
"colorStatusPositiveDown": "#7ADC94",
"colorStatusPositiveDeep": "#2DA94F",
"colorStatusNeutralPure": "#FFA347",
"colorStatusNeutralUp": "#FFE8D1",
"colorStatusNeutralDown": "#FA8714",
"colorStatusNeutralUp": "#FFF7F0",
"colorStatusNeutralDown": "#FFBD7A",
"colorStatusNeutralDeep": "#FF8A14",
"colorStatusNegativePure": "#F5456E",
"colorStatusNegativeUp": "#FFEDF1",
"colorStatusNegativeDown": "#E00D3F",
"colorStatusNegativeUp": "#FFF1F4",
"colorStatusNegativeDown": "#F27592",
"colorStatusNegativeDeep": "#D31441",
"opacityLevelSemiopaque": 0.8,

@@ -38,0 +41,0 @@ "opacityLevelIntense": 0.64,

2

package.json
{
"name": "@useblu/ocean-tokens",
"version": "3.0.1",
"version": "3.1.0",
"private": false,

@@ -5,0 +5,0 @@ "description": "Design Tokens for the Ocean Design System",

@@ -22,10 +22,13 @@ export const colorBrandPrimaryPure = "rgb(0, 37, 224)";

export const colorStatusPositivePure = "rgb(61, 204, 100)";
export const colorStatusPositiveUp = "rgb(215, 250, 224)";
export const colorStatusPositiveDown = "rgb(28, 158, 63)";
export const colorStatusPositiveUp = "rgb(242, 253, 245)";
export const colorStatusPositiveDown = "rgb(122, 220, 148)";
export const colorStatusPositiveDeep = "rgb(45, 169, 79)";
export const colorStatusNeutralPure = "rgb(255, 163, 71)";
export const colorStatusNeutralUp = "rgb(255, 232, 209)";
export const colorStatusNeutralDown = "rgb(250, 135, 20)";
export const colorStatusNeutralUp = "rgb(255, 247, 240)";
export const colorStatusNeutralDown = "rgb(255, 189, 122)";
export const colorStatusNeutralDeep = "rgb(255, 138, 20)";
export const colorStatusNegativePure = "rgb(245, 69, 110)";
export const colorStatusNegativeUp = "rgb(255, 237, 241)";
export const colorStatusNegativeDown = "rgb(224, 13, 63)";
export const colorStatusNegativeUp = "rgb(255, 241, 244)";
export const colorStatusNegativeDown = "rgb(242, 117, 146)";
export const colorStatusNegativeDeep = "rgb(211, 20, 65)";
export const borderWidthNone = 0;

@@ -32,0 +35,0 @@ export const borderWidthHairline = "1px";

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