@carbon/type
Advanced tools
Comparing version
@@ -671,2 +671,3 @@ import { px, baseFontSize, rem, breakpoint, breakpoints } from '@carbon/layout'; | ||
var _excluded = ["breakpoints"]; | ||
var breakpointNames = Object.keys(breakpoints); | ||
@@ -680,3 +681,3 @@ | ||
var fluidBreakpoints = selector.breakpoints, | ||
styles = _objectWithoutProperties(selector, ["breakpoints"]); | ||
styles = _objectWithoutProperties(selector, _excluded); | ||
@@ -683,0 +684,0 @@ if (_typeof(fluidBreakpoints) !== 'object') { |
@@ -675,2 +675,3 @@ 'use strict'; | ||
var _excluded = ["breakpoints"]; | ||
var breakpointNames = Object.keys(layout.breakpoints); | ||
@@ -684,3 +685,3 @@ | ||
var fluidBreakpoints = selector.breakpoints, | ||
styles = _objectWithoutProperties(selector, ["breakpoints"]); | ||
styles = _objectWithoutProperties(selector, _excluded); | ||
@@ -687,0 +688,0 @@ if (_typeof(fluidBreakpoints) !== 'object') { |
{ | ||
"name": "@carbon/type", | ||
"description": "Typography for digital and software products using the Carbon Design System", | ||
"version": "10.31.0-rc.0", | ||
"version": "10.31.0", | ||
"license": "Apache-2.0", | ||
@@ -40,3 +40,3 @@ "main": "lib/index.js", | ||
"@carbon/import-once": "^10.6.0", | ||
"@carbon/layout": "^10.27.0-rc.0" | ||
"@carbon/layout": "^10.27.0" | ||
}, | ||
@@ -55,3 +55,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "49e427c7756fd928db99b0d201928b87d4ab2c71" | ||
"gitHead": "d6041f75d05916f33380502670a56abf82b45a20" | ||
} |
@@ -675,2 +675,3 @@ (function (global, factory) { | ||
var _excluded = ["breakpoints"]; | ||
var breakpointNames = Object.keys(layout.breakpoints); | ||
@@ -684,3 +685,3 @@ | ||
var fluidBreakpoints = selector.breakpoints, | ||
styles = _objectWithoutProperties(selector, ["breakpoints"]); | ||
styles = _objectWithoutProperties(selector, _excluded); | ||
@@ -687,0 +688,0 @@ if (_typeof(fluidBreakpoints) !== 'object') { |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
365030
0.02%3260
0.09%1
-50%Updated