Socket
Socket
Sign inDemoInstall

@material/typography

Package Overview
Dependencies
Maintainers
0
Versions
1667
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@material/typography - npm Package Compare versions

Comparing version 15.0.0-canary.419b23cc6.0 to 15.0.0-canary.423edc3dc.0

2

CHANGELOG.md

@@ -6,4 +6,4 @@ # Change Log

# [15.0.0-canary.419b23cc6.0](https://github.com/material-components/material-components-web/compare/v14.0.0...v15.0.0-canary.419b23cc6.0) (2023-03-14)
# [15.0.0-canary.423edc3dc.0](https://github.com/material-components/material-components-web/compare/v14.0.0...v15.0.0-canary.423edc3dc.0) (2024-06-26)
**Note:** Version bump only for package @material/typography
{
"name": "@material/typography",
"description": "Typography classes, mixins, and variables for Material Components for the web",
"version": "15.0.0-canary.419b23cc6.0",
"version": "15.0.0-canary.423edc3dc.0",
"license": "MIT",

@@ -19,7 +19,7 @@ "keywords": [

"dependencies": {
"@material/feature-targeting": "15.0.0-canary.419b23cc6.0",
"@material/theme": "15.0.0-canary.419b23cc6.0",
"@material/feature-targeting": "15.0.0-canary.423edc3dc.0",
"@material/theme": "15.0.0-canary.423edc3dc.0",
"tslib": "^2.1.0"
},
"gitHead": "3b1188210d22a02ba5ae948779bf92655e47aac3"
"gitHead": "19b2c5a95782b4928b3aecb29a1075c42aee53e5"
}

@@ -26,3 +26,2 @@ /**

import * as fs from 'fs';
import * as path from 'path';

@@ -35,16 +34,2 @@

path.join(__dirname, 'feature-targeting-any.test.css'));
it('should allow global variable overrides with @import', () => {
const css = fs.readFileSync(
path.join(__dirname, 'global-variables.test.css'), 'utf8')
.trim();
const headline1Start = css.indexOf('.mdc-typography--headline1 {');
const headline1End = css.indexOf('}', headline1Start);
const headline1Css = css.substring(headline1Start, headline1End);
expect(headline1Css.includes('font-family: Arial'))
.toBe(true, '$mdc-typography-font-family should override');
expect(headline1Css.includes('font-size: 1rem'))
.toBe(
true, '$mdc-typography-styles-headline1-font-size should override');
});
});
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