@highlight-ui/tokens
Advanced tools
Comparing version 1.4.0 to 1.4.1
{ | ||
"default": "var(--font-family-default)", | ||
"mono": "var(--font-family-mono)" | ||
"Default": "var(--font-family-default)", | ||
"Mono": "var(--font-family-mono)" | ||
} |
{ | ||
"xsmall": "var(--font-size-xsmall)", | ||
"small": "var(--font-size-small)", | ||
"base": "var(--font-size-base)", | ||
"large": "var(--font-size-large)", | ||
"xlarge": "var(--font-size-xlarge)", | ||
"Xsmall": "var(--font-size-xsmall)", | ||
"Small": "var(--font-size-small)", | ||
"Base": "var(--font-size-base)", | ||
"Large": "var(--font-size-large)", | ||
"Xlarge": "var(--font-size-xlarge)", | ||
"2xl": "var(--font-size-2xl)", | ||
"3xl": "var(--font-size-3xl)" | ||
} |
{ | ||
"regular": "var(--font-weight-regular)", | ||
"semi-bold": "var(--font-weight-semi-bold)", | ||
"bold": "var(--font-weight-bold)" | ||
"Regular": "var(--font-weight-regular)", | ||
"SemiBold": "var(--font-weight-semi-bold)", | ||
"Bold": "var(--font-weight-bold)" | ||
} |
{ | ||
"base": "var(--letter-spacing-base)" | ||
"Base": "var(--letter-spacing-base)" | ||
} |
{ | ||
"base": "var(--line-height-base)", | ||
"large": "var(--line-height-large)", | ||
"xlarge": "var(--line-height-xlarge)" | ||
"Base": "var(--line-height-base)", | ||
"Large": "var(--line-height-large)", | ||
"Xlarge": "var(--line-height-xlarge)" | ||
} |
{ | ||
"none": "var(--text-case-none)", | ||
"uppercase": "var(--text-case-uppercase)" | ||
"None": "var(--text-case-none)", | ||
"Uppercase": "var(--text-case-uppercase)" | ||
} |
{ | ||
"none": "var(--text-decoration-none)", | ||
"underline": "var(--text-decoration-underline)" | ||
"None": "var(--text-decoration-none)", | ||
"Underline": "var(--text-decoration-underline)" | ||
} |
{ | ||
"name": "@highlight-ui/tokens", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "Set of design tokens for Highlight UI", | ||
@@ -23,3 +23,3 @@ "author": "Personio GmbH & Co. KG", | ||
}, | ||
"gitHead": "50fe0d6a9163b035181a09d58cf36ad90a9a25d2" | ||
"gitHead": "d0c702b29444abf43f0c358b38cba2695ad31784" | ||
} |
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
61513