Socket
Socket
Sign inDemoInstall

@khanacademy/wonder-blocks-theming

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@khanacademy/wonder-blocks-theming - npm Package Compare versions

Comparing version 0.0.0-PR2179-20240205153936 to 0.0.0-PR2180-20240205163335

8

CHANGELOG.md
# @khanacademy/wonder-blocks-theming
## 0.0.0-PR2179-20240205153936
## 0.0.0-PR2180-20240205163335
### Patch Changes
- 1df20734: Add "dark" to the list of supported themes
## 2.0.0
### Major Changes

@@ -6,0 +12,0 @@

2

dist/types.d.ts
import { StyleDeclaration } from "aphrodite";
export type ThemedStylesFn<T extends object> = (theme: T) => StyleDeclaration;
export type SupportedThemes = "default" | "khanmigo";
export type SupportedThemes = "default" | "khanmigo" | "dark";
export type Themes<T extends object> = Partial<Record<SupportedThemes, T>>;
{
"name": "@khanacademy/wonder-blocks-theming",
"version": "0.0.0-PR2179-20240205153936",
"version": "0.0.0-PR2180-20240205163335",
"publishConfig": {

@@ -5,0 +5,0 @@ "access": "public"

@@ -5,3 +5,3 @@ import {StyleDeclaration} from "aphrodite";

export type SupportedThemes = "default" | "khanmigo";
export type SupportedThemes = "default" | "khanmigo" | "dark";
export type Themes<T extends object> = Partial<Record<SupportedThemes, T>>;

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