@wonderflow/tokens
Advanced tools
Comparing version 8.0.0 to 9.2.0
{ | ||
"name": "@wonderflow/tokens", | ||
"version": "8.0.0", | ||
"version": "9.2.0", | ||
"description": "Design tokens from Wonderflow design language", | ||
@@ -39,3 +39,3 @@ "main": "platforms/web/index", | ||
"@types/tinycolor2": "1.4.3", | ||
"fs-extra": "10.0.1", | ||
"fs-extra": "10.1.0", | ||
"style-dictionary": "3.7.0", | ||
@@ -42,0 +42,0 @@ "tinycolor2": "1.4.2", |
@@ -19,7 +19,7 @@ export type TokensTypes = { | ||
container: 'large' | 'medium' | 'small'; | ||
icon: { size: 12 | 16 | 24 | 32 | 40 | 48 | 56; | ||
icon: { size: 12 | 16 | 18 | 24 | 32 | 40 | 48 | 56; | ||
}; | ||
radius: 4 | 8 | 16 | 24 | 32 | 40 | 48; | ||
space: 2 | 4 | 8 | 16 | 24 | 32 | 40 | 48 | 56 | 64 | 72 | 80 | 88 | 96 | 104 | 112 | 120 | 128 | 136 | 144 | 152 | 160 | 168 | 176 | 184 | 192 | 200; | ||
duration: 100 | 200 | 250 | 300 | 500; | ||
duration: 100 | 200 | 250 | 300 | 500 | 750 | 1000; | ||
easing: 'standard' | 'entrance' | 'exit'; | ||
@@ -26,0 +26,0 @@ font: { family: 'sans' | 'mono'; |
@@ -27,3 +27,3 @@ { | ||
"70": "187 66% 22%", | ||
"80": "187 66% 16%", | ||
"80": "186 67% 18%", | ||
"90": "187 66% 15%", | ||
@@ -208,2 +208,3 @@ "100": "186 64% 12%" | ||
"16": "0.89rem", | ||
"18": "1.00rem", | ||
"24": "1.33rem", | ||
@@ -259,3 +260,5 @@ "32": "1.78rem", | ||
"300": "0.30s", | ||
"500": "0.50s" | ||
"500": "0.50s", | ||
"750": "0.75s", | ||
"1000": "1.00s" | ||
}, | ||
@@ -262,0 +265,0 @@ "easing": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16207
545