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 2.0.0 to 2.0.1

6

CHANGELOG.md
# @khanacademy/wonder-blocks-theming
## 2.0.1
### Patch Changes
- e83f8991: Add "dark" to the list of supported themes
## 2.0.0

@@ -4,0 +10,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": "2.0.0",
"version": "2.0.1",
"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