@clerk/themes
Advanced tools
Comparing version 1.2.18-staging.1 to 1.2.18-staging.2
@@ -30,3 +30,2 @@ export declare const whiteAlpha: Readonly<{ | ||
readonly colorInputBackground: "white"; | ||
readonly colorAvatarGradient: readonly ["#6C47FF", "#5BC5EF", "#FBD486", "#BEF972", "#FF8F8F"]; | ||
readonly colorText: "black"; | ||
@@ -33,0 +32,0 @@ readonly colorTextOnPrimaryBackground: "white"; |
@@ -41,3 +41,2 @@ "use strict"; | ||
colorInputBackground: 'white', | ||
colorAvatarGradient: ['#6C47FF', '#5BC5EF', '#FBD486', '#BEF972', '#FF8F8F'], | ||
colorText: 'black', | ||
@@ -44,0 +43,0 @@ colorTextOnPrimaryBackground: 'white', |
@@ -5,3 +5,2 @@ declare const defaultInternalThemeFoundations: Readonly<{ | ||
readonly colorInputBackground: "white"; | ||
readonly colorAvatarGradient: readonly ["#6C47FF", "#5BC5EF", "#FBD486", "#BEF972", "#FF8F8F"]; | ||
readonly colorText: "black"; | ||
@@ -8,0 +7,0 @@ readonly colorTextOnPrimaryBackground: "white"; |
@@ -7,3 +7,2 @@ import { createInternalTheme } from './createInternalTheme'; | ||
readonly colorInputBackground: "white"; | ||
readonly colorAvatarGradient: readonly ["#6C47FF", "#5BC5EF", "#FBD486", "#BEF972", "#FF8F8F"]; | ||
readonly colorText: "black"; | ||
@@ -10,0 +9,0 @@ readonly colorTextOnPrimaryBackground: "white"; |
@@ -91,3 +91,3 @@ /** | ||
*/ | ||
declare const spaceScaleKeys: ("1" | "2" | "3" | "4" | "0x5" | "1x5" | "2x5" | "3x5" | "5" | "6" | "7" | "8" | "9" | "9x5" | "10" | "11" | "12" | "12x5" | "14" | "15" | "16" | "20" | "24" | "60" | "94" | "100" | "120" | "140" | "160" | "176" | "220")[]; | ||
declare const spaceScaleKeys: ("0x5" | "1" | "1x5" | "2" | "2x5" | "3" | "3x5" | "4" | "5" | "6" | "7" | "8" | "9" | "9x5" | "10" | "11" | "12" | "12x5" | "14" | "15" | "16" | "20" | "24" | "60" | "94" | "100" | "120" | "140" | "160" | "176" | "220")[]; | ||
export { sizes, space, radii, spaceScaleKeys }; |
{ | ||
"name": "@clerk/themes", | ||
"version": "1.2.18-staging.1", | ||
"version": "1.2.18-staging.2", | ||
"license": "MIT", | ||
@@ -31,3 +31,3 @@ "description": "Themes for the Clerk auth components", | ||
"devDependencies": { | ||
"@clerk/types": "^3.11.0-staging.1", | ||
"@clerk/types": "^3.11.0-staging.2", | ||
"typescript": "*" | ||
@@ -52,3 +52,3 @@ }, | ||
"homepage": "https://clerk.dev/", | ||
"gitHead": "7226373edb46763ce006eeba4716d99c16fec47e" | ||
"gitHead": "d782bbbc45cd96cb58cfd266e7a25d07fdc5a696" | ||
} |
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
48071
1228