@material/typography
Advanced tools
Comparing version 15.0.0-canary.2d26722d2.0 to 15.0.0-canary.2f5b899bc.0
@@ -6,4 +6,4 @@ # Change Log | ||
# [15.0.0-canary.2d26722d2.0](https://github.com/material-components/material-components-web/compare/v14.0.0...v15.0.0-canary.2d26722d2.0) (2022-12-02) | ||
# [15.0.0-canary.2f5b899bc.0](https://github.com/material-components/material-components-web/compare/v14.0.0...v15.0.0-canary.2f5b899bc.0) (2024-05-20) | ||
**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.2d26722d2.0", | ||
"version": "15.0.0-canary.2f5b899bc.0", | ||
"license": "MIT", | ||
@@ -19,7 +19,7 @@ "keywords": [ | ||
"dependencies": { | ||
"@material/feature-targeting": "15.0.0-canary.2d26722d2.0", | ||
"@material/theme": "15.0.0-canary.2d26722d2.0", | ||
"@material/feature-targeting": "15.0.0-canary.2f5b899bc.0", | ||
"@material/theme": "15.0.0-canary.2f5b899bc.0", | ||
"tslib": "^2.1.0" | ||
}, | ||
"gitHead": "76df2659d7f71f74a86512b38245422ca356fe12" | ||
"gitHead": "751553ca74ad43074c963487257a8862de87844b" | ||
} |
@@ -26,4 +26,4 @@ /** | ||
import * as fs from 'fs'; | ||
import * as path from 'path'; | ||
import {expectStylesWithNoFeaturesToBeEmpty} from '../../../testing/featuretargeting'; | ||
@@ -34,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.2f5b899bc.0(transitive)
+ Added@material/theme@15.0.0-canary.2f5b899bc.0(transitive)
- Removed@material/feature-targeting@15.0.0-canary.2d26722d2.0(transitive)
- Removed@material/theme@15.0.0-canary.2d26722d2.0(transitive)
Updated@material/feature-targeting@15.0.0-canary.2f5b899bc.0