Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@clerk/themes

Package Overview
Dependencies
Maintainers
9
Versions
1337
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clerk/themes - npm Package Compare versions

Comparing version 1.2.18-staging.1 to 1.2.18-staging.2

1

dist/clerk-js/src/ui/foundations/colors.d.ts

@@ -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";

2

dist/clerk-js/src/ui/foundations/sizes.d.ts

@@ -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"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc