@carbon/layout 11.10.0 → 11.12.0-rc.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/es/index.js +2 -2
- package/index.scss +1 -1
- package/lib/index.js +2 -2
- package/package.json +7 -7
- package/scss/_convert.scss +1 -1
- package/scss/_spacing.scss +1 -1
- package/scss/_utilities.scss +1 -1
- package/scss/generated/_container.scss +1 -1
- package/scss/generated/_fluid-spacing.scss +1 -1
- package/scss/generated/_icon-size.scss +1 -1
- package/scss/generated/_size.scss +1 -1
- package/scss/generated/_spacing.scss +1 -1
- package/scss/modules/_convert.scss +1 -1
- package/src/index.js +1 -1
- package/src/tokens.js +1 -1
- package/umd/index.js +2 -2
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/es/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Copyright IBM Corp. 2018,
|
|
2
|
+
* Copyright IBM Corp. 2018, 2023
|
|
3
3
|
*
|
|
4
4
|
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
5
|
* LICENSE file in the root directory of this source tree.
|
|
@@ -11,7 +11,7 @@ var unstable_tokens = [// Spacing
|
|
|
11
11
|
'iconSize01', 'iconSize02'];
|
|
12
12
|
|
|
13
13
|
/**
|
|
14
|
-
* Copyright IBM Corp. 2018,
|
|
14
|
+
* Copyright IBM Corp. 2018, 2023
|
|
15
15
|
*
|
|
16
16
|
* This source code is licensed under the Apache-2.0 license found in the
|
|
17
17
|
* LICENSE file in the root directory of this source tree.
|
package/index.scss
CHANGED
package/lib/index.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
|
-
* Copyright IBM Corp. 2018,
|
|
6
|
+
* Copyright IBM Corp. 2018, 2023
|
|
7
7
|
*
|
|
8
8
|
* This source code is licensed under the Apache-2.0 license found in the
|
|
9
9
|
* LICENSE file in the root directory of this source tree.
|
|
@@ -15,7 +15,7 @@ var unstable_tokens = [// Spacing
|
|
|
15
15
|
'iconSize01', 'iconSize02'];
|
|
16
16
|
|
|
17
17
|
/**
|
|
18
|
-
* Copyright IBM Corp. 2018,
|
|
18
|
+
* Copyright IBM Corp. 2018, 2023
|
|
19
19
|
*
|
|
20
20
|
* This source code is licensed under the Apache-2.0 license found in the
|
|
21
21
|
* LICENSE file in the root directory of this source tree.
|
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.12.0-rc.0",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"module": "es/index.js",
|
|
@@ -28,12 +28,12 @@
|
|
|
28
28
|
"clean": "rimraf es lib umd scss/generated"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@carbon/cli": "^11.
|
|
32
|
-
"@carbon/cli-reporter": "^10.
|
|
33
|
-
"@carbon/scss-generator": "^10.
|
|
34
|
-
"@carbon/test-utils": "^10.
|
|
31
|
+
"@carbon/cli": "^11.9.0-rc.0",
|
|
32
|
+
"@carbon/cli-reporter": "^10.6.0-rc.0",
|
|
33
|
+
"@carbon/scss-generator": "^10.16.0-rc.0",
|
|
34
|
+
"@carbon/test-utils": "^10.27.0-rc.0",
|
|
35
35
|
"core-js": "^3.16.0",
|
|
36
|
-
"rimraf": "^
|
|
36
|
+
"rimraf": "^4.0.0"
|
|
37
37
|
},
|
|
38
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "0554718f48299a56a0525c4fb3e2b0271f13440b"
|
|
39
39
|
}
|
package/scss/_convert.scss
CHANGED
package/scss/_spacing.scss
CHANGED
package/scss/_utilities.scss
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// Code generated by @carbon/layout. DO NOT EDIT.
|
|
2
2
|
//
|
|
3
|
-
// Copyright IBM Corp. 2018,
|
|
3
|
+
// Copyright IBM Corp. 2018, 2023
|
|
4
4
|
//
|
|
5
5
|
// This source code is licensed under the Apache-2.0 license found in the
|
|
6
6
|
// LICENSE file in the root directory of this source tree.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// Code generated by @carbon/layout. DO NOT EDIT.
|
|
2
2
|
//
|
|
3
|
-
// Copyright IBM Corp. 2018,
|
|
3
|
+
// Copyright IBM Corp. 2018, 2023
|
|
4
4
|
//
|
|
5
5
|
// This source code is licensed under the Apache-2.0 license found in the
|
|
6
6
|
// LICENSE file in the root directory of this source tree.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// Code generated by @carbon/layout. DO NOT EDIT.
|
|
2
2
|
//
|
|
3
|
-
// Copyright IBM Corp. 2018,
|
|
3
|
+
// Copyright IBM Corp. 2018, 2023
|
|
4
4
|
//
|
|
5
5
|
// This source code is licensed under the Apache-2.0 license found in the
|
|
6
6
|
// LICENSE file in the root directory of this source tree.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// Code generated by @carbon/layout. DO NOT EDIT.
|
|
2
2
|
//
|
|
3
|
-
// Copyright IBM Corp. 2018,
|
|
3
|
+
// Copyright IBM Corp. 2018, 2023
|
|
4
4
|
//
|
|
5
5
|
// This source code is licensed under the Apache-2.0 license found in the
|
|
6
6
|
// LICENSE file in the root directory of this source tree.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// Code generated by @carbon/layout. DO NOT EDIT.
|
|
2
2
|
//
|
|
3
|
-
// Copyright IBM Corp. 2018,
|
|
3
|
+
// Copyright IBM Corp. 2018, 2023
|
|
4
4
|
//
|
|
5
5
|
// This source code is licensed under the Apache-2.0 license found in the
|
|
6
6
|
// LICENSE file in the root directory of this source tree.
|
package/src/index.js
CHANGED
package/src/tokens.js
CHANGED
package/umd/index.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
})(this, (function (exports) { 'use strict';
|
|
6
6
|
|
|
7
7
|
/**
|
|
8
|
-
* Copyright IBM Corp. 2018,
|
|
8
|
+
* Copyright IBM Corp. 2018, 2023
|
|
9
9
|
*
|
|
10
10
|
* This source code is licensed under the Apache-2.0 license found in the
|
|
11
11
|
* LICENSE file in the root directory of this source tree.
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
'iconSize01', 'iconSize02'];
|
|
18
18
|
|
|
19
19
|
/**
|
|
20
|
-
* Copyright IBM Corp. 2018,
|
|
20
|
+
* Copyright IBM Corp. 2018, 2023
|
|
21
21
|
*
|
|
22
22
|
* This source code is licensed under the Apache-2.0 license found in the
|
|
23
23
|
* LICENSE file in the root directory of this source tree.
|