@carbon/layout 11.10.0 → 11.11.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/README.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -35,7 +35,7 @@ includes:
|
|
|
35
35
|
|
|
36
36
|
One important thing to remember is that `@carbon/layout` is not responsible for
|
|
37
37
|
the grid itself. If you are looking for a grid implementation to use, definitely
|
|
38
|
-
|
|
38
|
+
check out the [`@carbon/grid`](../grid) package.
|
|
39
39
|
|
|
40
40
|
`@carbon/layout` provides the above features in both Sass and JavaScript. If
|
|
41
41
|
you're looking for support in a different language, feel free to file an issue
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@carbon/layout",
|
|
3
3
|
"description": "Layout helpers for digital and software products using the Carbon Design System",
|
|
4
|
-
"version": "11.
|
|
4
|
+
"version": "11.11.0",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"module": "es/index.js",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"@carbon/scss-generator": "^10.15.0",
|
|
34
34
|
"@carbon/test-utils": "^10.26.0",
|
|
35
35
|
"core-js": "^3.16.0",
|
|
36
|
-
"rimraf": "^
|
|
36
|
+
"rimraf": "^4.0.0"
|
|
37
37
|
},
|
|
38
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "36b2a3b42be5bebb706861030d1ec4a21ae47c5f"
|
|
39
39
|
}
|