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

@react-md/typography

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-md/typography - npm Package Compare versions

Comparing version 2.8.2 to 2.8.3

13

CHANGELOG.md

@@ -6,2 +6,15 @@ # Change Log

## [2.8.3](https://github.com/mlaursen/react-md/compare/v2.8.2...v2.8.3) (2021-05-18)
### Documentation
* **@react-md/typography:** Added examples for overriding typography styles ([57033bd](https://github.com/mlaursen/react-md/commit/57033bd9e9837a0985c35c66fdbb1f08d74f7c85)), closes [#1147](https://github.com/mlaursen/react-md/issues/1147)
* **react-md.dev:** updated tsdoc to work with `typedoc` ([cf54c35](https://github.com/mlaursen/react-md/commit/cf54c359268332245d1dad8a8d91e0476cd8cb33))
## [2.8.2](https://github.com/mlaursen/react-md/compare/v2.8.1...v2.8.2) (2021-04-23)

@@ -8,0 +21,0 @@

3

es/index.js

@@ -0,1 +1,4 @@

/**
* @module @react-md/typography
*/
export * from "./Text";

@@ -2,0 +5,0 @@ export * from "./TextContainer";

@@ -0,3 +1,6 @@

/**
* @module @react-md/typography
*/
export * from "./Text";
export * from "./TextContainer";
export * from "./SrOnly";

@@ -13,2 +13,5 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
/**
* @module @react-md/typography
*/
__exportStar(require("./Text"), exports);

@@ -15,0 +18,0 @@ __exportStar(require("./TextContainer"), exports);

8

package.json
{
"name": "@react-md/typography",
"version": "2.8.2",
"version": "2.8.3",
"description": "The base package for including typography for react-md.",

@@ -38,4 +38,4 @@ "main": "./lib/index.js",

"dependencies": {
"@react-md/theme": "^2.8.2",
"@react-md/utils": "^2.8.2",
"@react-md/theme": "^2.8.3",
"@react-md/utils": "^2.8.3",
"classnames": "^2.3.1"

@@ -56,3 +56,3 @@ },

},
"gitHead": "c69105066207d23a3323299638ceeecd4bc1162e"
"gitHead": "c02bfcf9eca5196f9b9c415bdf6d81cabd08a980"
}

@@ -13,2 +13,6 @@ # @react-md/typography

If you'd like to change the typography values, check out the
[SassDoc page](https://react-md.dev/packages/typography/sassdoc) on the
documentation site.
## Installation

@@ -15,0 +19,0 @@

@@ -0,3 +1,6 @@

/**
* @module @react-md/typography
*/
export * from "./Text";
export * from "./TextContainer";
export * from "./SrOnly";

@@ -0,3 +1,6 @@

/**
* @module @react-md/typography
*/
export * from "./Text";
export * from "./TextContainer";
export * from "./SrOnly";

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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