@toeverything/theme
Advanced tools
Comparing version 0.0.0-20230518100706-f77add8 to 0.0.0-20230523091035-64d8a32
@@ -54,2 +54,3 @@ export declare const camelToKebab: (s: string) => string; | ||
paletteShapeGrey: string; | ||
blue: string; | ||
}; | ||
@@ -169,2 +170,3 @@ export declare const lightTheme: { | ||
paletteShapeGrey: string; | ||
blue: string; | ||
}; | ||
@@ -284,2 +286,3 @@ export declare const darkTheme: { | ||
paletteShapeGrey: string; | ||
blue: string; | ||
}; | ||
@@ -286,0 +289,0 @@ export declare const lightCssVariables: AffineCssVariables; |
@@ -46,3 +46,4 @@ 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, "-"), o = "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 = { | ||
paletteShapeBlack: "rgb(0, 0, 0)", | ||
paletteShapeGrey: "rgb(194, 194, 194)" | ||
paletteShapeGrey: "rgb(194, 194, 194)", | ||
blue: "rgba(30, 150, 235, 1)" | ||
}, l = { | ||
@@ -49,0 +50,0 @@ ...b, |
{ | ||
"name": "@toeverything/theme", | ||
"version": "0.0.0-20230518100706-f77add8", | ||
"version": "0.0.0-20230523091035-64d8a32", | ||
"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
77611
565