@material/typography
Advanced tools
Comparing version 15.0.0-canary.16fbd30ff.0 to 15.0.0-canary.1728a6dcf.0
@@ -6,4 +6,4 @@ # Change Log | ||
# [15.0.0-canary.16fbd30ff.0](https://github.com/material-components/material-components-web/compare/v14.0.0...v15.0.0-canary.16fbd30ff.0) (2023-01-26) | ||
# [15.0.0-canary.1728a6dcf.0](https://github.com/material-components/material-components-web/compare/v14.0.0...v15.0.0-canary.1728a6dcf.0) (2023-09-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.16fbd30ff.0", | ||
"version": "15.0.0-canary.1728a6dcf.0", | ||
"license": "MIT", | ||
@@ -19,7 +19,7 @@ "keywords": [ | ||
"dependencies": { | ||
"@material/feature-targeting": "15.0.0-canary.16fbd30ff.0", | ||
"@material/theme": "15.0.0-canary.16fbd30ff.0", | ||
"@material/feature-targeting": "15.0.0-canary.1728a6dcf.0", | ||
"@material/theme": "15.0.0-canary.1728a6dcf.0", | ||
"tslib": "^2.1.0" | ||
}, | ||
"gitHead": "f4c39ff05bbd1045563670b4ea50b0be51a91d01" | ||
"gitHead": "3828aedf4f344a948780a69956ca4f069cef3daa" | ||
} |
@@ -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'); | ||
}); | ||
}); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
130345
21
431
+ Added@material/feature-targeting@15.0.0-canary.1728a6dcf.0(transitive)
+ Added@material/theme@15.0.0-canary.1728a6dcf.0(transitive)
- Removed@material/feature-targeting@15.0.0-canary.16fbd30ff.0(transitive)
- Removed@material/theme@15.0.0-canary.16fbd30ff.0(transitive)
Updated@material/feature-targeting@15.0.0-canary.1728a6dcf.0