@toeverything/theme
Advanced tools
Comparing version 0.7.3 to 0.7.4
@@ -6,3 +6,3 @@ const g = (r) => typeof r != "string" ? "" : r.replace(/-/g, "_").replace(/([a-z0-9])([A-Z])/g, "$1-$2").replace(/([A-Z])([A-Z])(?=[a-z])/g, "$1-$2").toLowerCase().replace(/(\D+)(\d+)$/g, "$1-$2").replace(/\s|_/g, "-"), a = "apple-system, BlinkMacSystemFont,'Helvetica Neue', Tahoma, 'PingFang SC', 'Microsoft Yahei', Arial,'Hiragino Sans GB', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji','Segoe UI Symbol', 'Noto Color Emoji'", b = { | ||
fontMonoFamily: `'Source Code Pro', 'IBM Plex Mono', 'Roboto Mono', ${a}`, | ||
fontSansFamily: `'Inter', 'Source Sans 3', Poppins, sans-serif ${a}`, | ||
fontSansFamily: `'Inter', 'Source Sans 3', Poppins, ${a}`, | ||
fontNumberFamily: `'Roboto Mono', ${a}`, | ||
@@ -9,0 +9,0 @@ fontCodeFamily: `'Space Mono', Consolas, Menlo, Monaco, Courier, monospace, ${a}`, |
{ | ||
"name": "@toeverything/theme", | ||
"version": "0.7.3", | ||
"version": "0.7.4", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "repository": "toeverything/design", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
89650