@toeverything/theme
Advanced tools
Comparing version 0.0.0-20230523092214-f8c1bdc to 0.0.0-20230529062243-3d1d73a
@@ -55,2 +55,6 @@ export declare const camelToKebab: (s: string) => string; | ||
blue: string; | ||
pureBlack10: string; | ||
toggleCircleBackgroundColor: string; | ||
toggleDisableBackgroundColor: string; | ||
toggleCircleShadow: string; | ||
}; | ||
@@ -171,2 +175,6 @@ export declare const lightTheme: { | ||
blue: string; | ||
pureBlack10: string; | ||
toggleCircleBackgroundColor: string; | ||
toggleDisableBackgroundColor: string; | ||
toggleCircleShadow: string; | ||
}; | ||
@@ -287,2 +295,6 @@ export declare const darkTheme: { | ||
blue: string; | ||
pureBlack10: string; | ||
toggleCircleBackgroundColor: string; | ||
toggleDisableBackgroundColor: string; | ||
toggleCircleShadow: string; | ||
}; | ||
@@ -289,0 +301,0 @@ export declare const lightCssVariables: AffineCssVariables; |
@@ -47,3 +47,7 @@ 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 = { | ||
paletteShapeGrey: "rgb(194, 194, 194)", | ||
blue: "rgba(30, 150, 235, 1)" | ||
blue: "rgba(30, 150, 235, 1)", | ||
pureBlack10: "rgba(0, 0, 0, 0.1)", | ||
toggleCircleBackgroundColor: "rgba(0, 0, 0, 0.1)", | ||
toggleDisableBackgroundColor: "rgba(119, 117, 125, 1)", | ||
toggleCircleShadow: "0px 1px 2px 0px rgba(0, 0, 0, 0.25), inset -2px -3px 2px 0px rgba(0, 0, 0, 0.05)" | ||
}, l = { | ||
@@ -50,0 +54,0 @@ ...b, |
{ | ||
"name": "@toeverything/theme", | ||
"version": "0.0.0-20230523092214-f8c1bdc", | ||
"version": "0.0.0-20230529062243-3d1d73a", | ||
"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
79713
584