Socket
Socket
Sign inDemoInstall

@useblu/ocean-tokens

Package Overview
Dependencies
Maintainers
3
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.1.11 to 3.2.0

6

CHANGELOG.md

@@ -0,1 +1,7 @@

## [3.1.11](https://github.com/ocean-ds/ocean-tokens/compare/v3.1.10...v3.1.11) (2022-04-14)
### Bug Fixes
- **spacing-stack-xxxl:** changed back to 200px ([65c9822](https://github.com/ocean-ds/ocean-tokens/commit/65c98226291bcb336bc0e638f8ccee3d32afbb13))
## [3.1.10](https://github.com/ocean-ds/ocean-tokens/compare/v3.1.9...v3.1.10) (2022-02-10)

@@ -2,0 +8,0 @@

10

ios/tokens-size.json

@@ -37,7 +37,7 @@ {

"spacingStackSm": 24,
"spacingStackMd": 40,
"spacingStackLg": 64,
"spacingStackXl": 80,
"spacingStackXxl": 128,
"spacingStackXxxl": 200,
"spacingStackMd": 32,
"spacingStackLg": 40,
"spacingStackXl": 48,
"spacingStackXxl": 64,
"spacingStackXxxl": 80,
}

@@ -73,7 +73,7 @@ {

"spacingStackSm": 24,
"spacingStackMd": 40,
"spacingStackLg": 64,
"spacingStackXl": 80,
"spacingStackXxl": 128,
"spacingStackXxxl": 200,
"spacingStackMd": 32,
"spacingStackLg": 40,
"spacingStackXl": 48,
"spacingStackXxl": 64,
"spacingStackXxxl": 80,
"fontFamilyBaseWeightExtraBold": "NunitoSans-ExtraBold",

@@ -80,0 +80,0 @@ "fontFamilyBaseWeightBold": "NunitoSans-Bold",

{
"name": "@useblu/ocean-tokens",
"version": "3.1.11",
"version": "3.2.0",
"private": false,

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

@@ -72,7 +72,7 @@ export const colorBrandPrimaryPure = "rgb(0, 37, 224)";

export const spacingStackSm = "24px";
export const spacingStackMd = "40px";
export const spacingStackLg = "64px";
export const spacingStackXl = "80px";
export const spacingStackXxl = "128px";
export const spacingStackXxxl = "200px";
export const spacingStackMd = "32px";
export const spacingStackLg = "40px";
export const spacingStackXl = "48px";
export const spacingStackXxl = "64px";
export const spacingStackXxxl = "80px";
export const spacingSquishXs = "4px 8px";

@@ -79,0 +79,0 @@ export const spacingSquishSm = "8px 16px";

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