@toeverything/theme
Advanced tools
Comparing version 0.7.14 to 0.7.15
@@ -97,2 +97,3 @@ export const camelToKebab = (s: string) => { | ||
pureBlack10: 'rgba(0, 0, 0, 0.1)', | ||
pureBlack20: 'rgba(0, 0, 0, 0.2)', | ||
pureBlack80: 'rgba(0, 0, 0, 0.8)', | ||
@@ -99,0 +100,0 @@ pureWhite: 'rgba(255, 255, 255, 1)', |
@@ -70,2 +70,3 @@ export declare const camelToKebab: (s: string) => string; | ||
pureBlack10: string; | ||
pureBlack20: string; | ||
pureBlack80: string; | ||
@@ -238,2 +239,3 @@ pureWhite: string; | ||
pureBlack10: string; | ||
pureBlack20: string; | ||
pureBlack80: string; | ||
@@ -406,2 +408,3 @@ pureWhite: string; | ||
pureBlack10: string; | ||
pureBlack20: string; | ||
pureBlack80: string; | ||
@@ -408,0 +411,0 @@ pureWhite: string; |
@@ -63,2 +63,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 = { | ||
pureBlack10: "rgba(0, 0, 0, 0.1)", | ||
pureBlack20: "rgba(0, 0, 0, 0.2)", | ||
pureBlack80: "rgba(0, 0, 0, 0.8)", | ||
@@ -65,0 +66,0 @@ pureWhite: "rgba(255, 255, 255, 1)", |
{ | ||
"name": "@toeverything/theme", | ||
"version": "0.7.14", | ||
"version": "0.7.15", | ||
"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
120283
1140