@carbon/type
Advanced tools
Comparing version 11.20.1 to 11.21.0-rc.0
@@ -14,3 +14,3 @@ import { px, baseFontSize, rem, breakpoint, breakpoints } from '@carbon/layout'; | ||
mono: "'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace", | ||
sans: "'IBM Plex Sans', 'Helvetica Neue', Arial, sans-serif", | ||
sans: "'IBM Plex Sans', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', sans-serif", | ||
sansCondensed: "'IBM Plex Sans Condensed', 'Helvetica Neue', Arial, sans-serif", | ||
@@ -17,0 +17,0 @@ sansHebrew: "'IBM Plex Sans Hebrew', 'Helvetica Hebrew', 'Arial Hebrew', sans-serif", |
@@ -18,3 +18,3 @@ 'use strict'; | ||
mono: "'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace", | ||
sans: "'IBM Plex Sans', 'Helvetica Neue', Arial, sans-serif", | ||
sans: "'IBM Plex Sans', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', sans-serif", | ||
sansCondensed: "'IBM Plex Sans Condensed', 'Helvetica Neue', Arial, sans-serif", | ||
@@ -21,0 +21,0 @@ sansHebrew: "'IBM Plex Sans Hebrew', 'Helvetica Hebrew', 'Arial Hebrew', sans-serif", |
{ | ||
"name": "@carbon/type", | ||
"description": "Typography for digital and software products using the Carbon Design System", | ||
"version": "11.20.1", | ||
"version": "11.21.0-rc.0", | ||
"license": "Apache-2.0", | ||
@@ -40,7 +40,7 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@carbon/grid": "^11.16.1", | ||
"@carbon/layout": "^11.16.1" | ||
"@carbon/grid": "^11.17.0-rc.0", | ||
"@carbon/layout": "^11.17.0-rc.0" | ||
}, | ||
"devDependencies": { | ||
"@carbon/cli": "^11.12.1", | ||
"@carbon/cli": "^11.13.0-rc.0", | ||
"@carbon/test-utils": "^10.30.0", | ||
@@ -57,3 +57,3 @@ "change-case": "^4.1.1", | ||
}, | ||
"gitHead": "033a51ca9c37d409f96fd14ef723ca053585ff2d" | ||
"gitHead": "52fd3db75951b341e4abb3af2e7441da6639bfa4" | ||
} |
@@ -12,3 +12,3 @@ /** | ||
mono: "'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace", | ||
sans: "'IBM Plex Sans', 'Helvetica Neue', Arial, sans-serif", | ||
sans: "'IBM Plex Sans', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', sans-serif", | ||
sansCondensed: | ||
@@ -15,0 +15,0 @@ "'IBM Plex Sans Condensed', 'Helvetica Neue', Arial, sans-serif", |
@@ -18,3 +18,3 @@ (function (global, factory) { | ||
mono: "'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace", | ||
sans: "'IBM Plex Sans', 'Helvetica Neue', Arial, sans-serif", | ||
sans: "'IBM Plex Sans', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', sans-serif", | ||
sansCondensed: "'IBM Plex Sans Condensed', 'Helvetica Neue', Arial, sans-serif", | ||
@@ -21,0 +21,0 @@ sansHebrew: "'IBM Plex Sans Hebrew', 'Helvetica Hebrew', 'Arial Hebrew', sans-serif", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
174429
2
Updated@carbon/grid@^11.17.0-rc.0
Updated@carbon/layout@^11.17.0-rc.0