Socket
Socket
Sign inDemoInstall

@khanacademy/wonder-blocks-typography

Package Overview
Dependencies
Maintainers
1
Versions
175
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.0.2 to 1.0.3

index.test.js

4

generated-snapshot.test.js

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

// @flow
// This file is auto-generated by gen-snapshot-tests.js

@@ -9,2 +8,5 @@ // Do not edit this file. To make changes to these snapshot tests:

import renderer from "react-test-renderer";
// Mock react-dom as jest doesn't like findDOMNode.
jest.mock("react-dom");
import BodyMonospace from "./components/body-monospace.js";

@@ -11,0 +13,0 @@ import BodySerifBlock from "./components/body-serif-block.js";

@@ -21,2 +21,41 @@ // @flow

/**
* Typography components for headings or titles.
*/
export type Heading =
| typeof Title
| typeof HeadingLarge
| typeof HeadingMedium
| typeof HeadingSmall
| typeof HeadingXSmall;
/**
* Typography components for representing body text.
*/
export type BodyText =
| typeof Body
| typeof BodySerif
| typeof BodySerifBlock
| typeof BodyMonospace;
/**
* Typography components for labels.
*/
export type Label =
| typeof LabelLarge
| typeof LabelMedium
| typeof LabelSmall
| typeof LabelXSmall;
/**
* All typography components.
*/
export type Typography =
| Heading
| BodyText
| Label
| typeof Tagline
| typeof Caption
| typeof Footnote;
export {

@@ -23,0 +62,0 @@ Title,

{
"name": "@khanacademy/wonder-blocks-typography",
"version": "1.0.2",
"version": "1.0.3",
"design": "v2",

@@ -17,3 +17,3 @@ "publishConfig": {

"dependencies": {
"@khanacademy/wonder-blocks-core": "^1.0.2"
"@khanacademy/wonder-blocks-core": "^1.0.3"
},

@@ -25,4 +25,4 @@ "peerDependencies": {

"devDependencies": {
"@khanacademy/wonder-blocks-color": "^1.0.2"
"@khanacademy/wonder-blocks-color": "^1.0.3"
}
}

Sorry, the diff of this file is too big to display

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