@carbon/layout 11.36.0 → 11.37.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/es/index.js +1 -0
- package/lib/index.js +1 -2
- package/package.json +3 -3
- package/umd/index.js +1 -2
package/es/index.js
CHANGED
package/lib/index.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
3
|
/**
|
|
6
4
|
* Copyright IBM Corp. 2018, 2023
|
|
7
5
|
*
|
|
@@ -29,6 +27,7 @@ var unstable_tokens = [
|
|
|
29
27
|
* LICENSE file in the root directory of this source tree.
|
|
30
28
|
*/
|
|
31
29
|
|
|
30
|
+
|
|
32
31
|
// Convert
|
|
33
32
|
// Default, Use with em() and rem() functions
|
|
34
33
|
var baseFontSize = 16;
|
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.37.0",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"module": "es/index.js",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"postinstall": "ibmtelemetry --config=telemetry.yml"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@carbon/cli": "^11.
|
|
34
|
+
"@carbon/cli": "^11.30.0",
|
|
35
35
|
"@carbon/cli-reporter": "^10.7.0",
|
|
36
36
|
"@carbon/scss-generator": "^10.19.0",
|
|
37
37
|
"@carbon/test-utils": "^10.36.0",
|
|
@@ -41,5 +41,5 @@
|
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@ibm/telemetry-js": "^1.5.0"
|
|
43
43
|
},
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "cb7123ed19a2c216e5b9774e58c12af68407abd3"
|
|
45
45
|
}
|
package/umd/index.js
CHANGED
|
@@ -31,6 +31,7 @@
|
|
|
31
31
|
* LICENSE file in the root directory of this source tree.
|
|
32
32
|
*/
|
|
33
33
|
|
|
34
|
+
|
|
34
35
|
// Convert
|
|
35
36
|
// Default, Use with em() and rem() functions
|
|
36
37
|
var baseFontSize = 16;
|
|
@@ -223,6 +224,4 @@
|
|
|
223
224
|
exports.spacing13 = spacing13;
|
|
224
225
|
exports.unstable_tokens = unstable_tokens;
|
|
225
226
|
|
|
226
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
227
|
-
|
|
228
227
|
}));
|