@carbon/grid 10.11.0 → 10.13.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@carbon/grid",
|
|
3
3
|
"description": "Grid for digital and software products using the Carbon Design System",
|
|
4
|
-
"version": "10.
|
|
4
|
+
"version": "10.13.0",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": "https://github.com/carbon-design-system/carbon/tree/master/packages/grid",
|
|
7
7
|
"bugs": "https://github.com/carbon-design-system/carbon/issues",
|
|
@@ -28,10 +28,10 @@
|
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@carbon/import-once": "^10.3.0",
|
|
31
|
-
"@carbon/layout": "^10.
|
|
31
|
+
"@carbon/layout": "^10.12.0"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@carbon/bundler": "^10.
|
|
34
|
+
"@carbon/bundler": "^10.9.0",
|
|
35
35
|
"rimraf": "^3.0.0"
|
|
36
36
|
},
|
|
37
37
|
"eyeglass": {
|
|
@@ -40,5 +40,5 @@
|
|
|
40
40
|
"sassDir": "scss",
|
|
41
41
|
"needs": "^1.3.0"
|
|
42
42
|
},
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "4d9cf186a840c295ac15dad2d38907e93d4eb256"
|
|
44
44
|
}
|
|
@@ -19,7 +19,7 @@ $carbon--grid-gutter: carbon--rem(32px);
|
|
|
19
19
|
/// @type Number
|
|
20
20
|
/// @access public
|
|
21
21
|
/// @group @carbon/layout
|
|
22
|
-
$carbon--grid-gutter--condensed: carbon--rem(
|
|
22
|
+
$carbon--grid-gutter--condensed: carbon--rem(1px);
|
|
23
23
|
|
|
24
24
|
// Initial map of our breakpoints and their values
|
|
25
25
|
/// @type Map
|
|
@@ -125,7 +125,7 @@ $carbon--grid-breakpoints: (
|
|
|
125
125
|
@return '-#{$name}';
|
|
126
126
|
}
|
|
127
127
|
|
|
128
|
-
/// Generate a media query
|
|
128
|
+
/// Generate a media query from the width of the given breakpoint to infinity
|
|
129
129
|
/// @param {String | Number} $name
|
|
130
130
|
/// @param {Map} $breakpoints [$carbon--grid-breakpoints] - A map of breakpoints where the key is the name
|
|
131
131
|
/// @content
|