Socket
Socket
Sign inDemoInstall

@clerk/themes

Package Overview
Dependencies
Maintainers
9
Versions
1170
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.1.0 to 1.2.0-staging.0

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

13

dist/createTheme.d.ts

@@ -1,13 +0,2 @@

import type { InternalTheme } from '@clerk/clerk-js/src/v4/foundations';
import type { Appearance, BaseTheme, Elements, Theme } from '@clerk/types';
declare type CreateClerkThemeParams = Theme & {
/**
* {@link Theme.elements}
*/
elements?: Elements | ((params: {
theme: InternalTheme;
}) => Elements);
};
export declare const unstable_createTheme: (appearance: Appearance<CreateClerkThemeParams>) => BaseTheme;
export {};
export declare const unstable_createTheme: (appearance: Appearance<any>) => BaseTheme;
//# sourceMappingURL=createTheme.d.ts.map

@@ -15,4 +15,4 @@ "use strict";

return {
socialButtonsLogo__apple: { filter: 'invert(1)' },
socialButtonsLogo__github: { filter: 'invert(1)' },
providerIcon__apple: { filter: 'invert(1)' },
providerIcon__github: { filter: 'invert(1)' },
activeDeviceIcon: {

@@ -19,0 +19,0 @@ '--cl-chassis-bottom': '#d2d2d2',

{
"name": "@clerk/themes",
"version": "1.1.0",
"version": "1.2.0-staging.0",
"license": "MIT",

@@ -49,3 +49,3 @@ "description": "Themes for the Clerk auth components",

"homepage": "https://clerk.dev/",
"gitHead": "8ddcce7e61197284c5bb3c991d67613b2679d7ba"
"gitHead": "ed7bf73b97921c08e96bf76dc8a5149f459ac8d5"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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