@carbon/type 11.15.0 → 11.16.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/es/index.js +6 -6
- package/index.scss +1 -1
- package/lib/index.js +6 -6
- package/package.json +6 -6
- package/scss/_classes.scss +1 -1
- package/scss/_default-type.scss +1 -1
- package/scss/_font-family.scss +1 -1
- package/scss/_prefix.scss +1 -1
- package/scss/_reset.scss +1 -1
- package/scss/_scale.scss +1 -1
- package/scss/_styles.scss +1 -1
- package/src/__tests__/exports-test.js +1 -1
- package/src/__tests__/fluid-test.js +1 -1
- package/src/__tests__/fontFamily-test.js +1 -1
- package/src/__tests__/fontWeight-test.js +1 -1
- package/src/__tests__/reset-test.js +1 -1
- package/src/__tests__/scale-test.js +1 -1
- package/src/__tests__/styles-test.js +1 -1
- package/src/__tests__/tokens-test.js +1 -1
- package/src/fluid.js +1 -1
- package/src/fontFamily.js +1 -1
- package/src/fontWeight.js +1 -1
- package/src/index.js +1 -1
- package/src/print.js +1 -1
- package/src/reset.js +1 -1
- package/src/scale.js +1 -1
- package/src/styles.js +1 -1
- package/src/tokens.js +1 -1
- package/umd/index.js +6 -6
package/es/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { px, baseFontSize, rem, breakpoint, breakpoints } from '@carbon/layout';
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
|
-
* Copyright IBM Corp. 2018,
|
|
4
|
+
* Copyright IBM Corp. 2018, 2023
|
|
5
5
|
*
|
|
6
6
|
* This source code is licensed under the Apache-2.0 license found in the
|
|
7
7
|
* LICENSE file in the root directory of this source tree.
|
|
@@ -26,7 +26,7 @@ function fontFamily(name) {
|
|
|
26
26
|
}
|
|
27
27
|
|
|
28
28
|
/**
|
|
29
|
-
* Copyright IBM Corp. 2018,
|
|
29
|
+
* Copyright IBM Corp. 2018, 2023
|
|
30
30
|
*
|
|
31
31
|
* This source code is licensed under the Apache-2.0 license found in the
|
|
32
32
|
* LICENSE file in the root directory of this source tree.
|
|
@@ -47,7 +47,7 @@ function fontWeight(weight) {
|
|
|
47
47
|
}
|
|
48
48
|
|
|
49
49
|
/**
|
|
50
|
-
* Copyright IBM Corp. 2018,
|
|
50
|
+
* Copyright IBM Corp. 2018, 2023
|
|
51
51
|
*
|
|
52
52
|
* This source code is licensed under the Apache-2.0 license found in the
|
|
53
53
|
* LICENSE file in the root directory of this source tree.
|
|
@@ -89,7 +89,7 @@ function paramCase(string) {
|
|
|
89
89
|
}
|
|
90
90
|
|
|
91
91
|
/**
|
|
92
|
-
* Copyright IBM Corp. 2018,
|
|
92
|
+
* Copyright IBM Corp. 2018, 2023
|
|
93
93
|
*
|
|
94
94
|
* This source code is licensed under the Apache-2.0 license found in the
|
|
95
95
|
* LICENSE file in the root directory of this source tree.
|
|
@@ -114,7 +114,7 @@ var reset = {
|
|
|
114
114
|
};
|
|
115
115
|
|
|
116
116
|
/**
|
|
117
|
-
* Copyright IBM Corp. 2018,
|
|
117
|
+
* Copyright IBM Corp. 2018, 2023
|
|
118
118
|
*
|
|
119
119
|
* This source code is licensed under the Apache-2.0 license found in the
|
|
120
120
|
* LICENSE file in the root directory of this source tree.
|
|
@@ -795,7 +795,7 @@ function subtract(a, b) {
|
|
|
795
795
|
}
|
|
796
796
|
|
|
797
797
|
/**
|
|
798
|
-
* Copyright IBM Corp. 2018,
|
|
798
|
+
* Copyright IBM Corp. 2018, 2023
|
|
799
799
|
*
|
|
800
800
|
* This source code is licensed under the Apache-2.0 license found in the
|
|
801
801
|
* LICENSE file in the root directory of this source tree.
|
package/index.scss
CHANGED
package/lib/index.js
CHANGED
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
5
5
|
var layout = require('@carbon/layout');
|
|
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.
|
|
@@ -30,7 +30,7 @@ function fontFamily(name) {
|
|
|
30
30
|
}
|
|
31
31
|
|
|
32
32
|
/**
|
|
33
|
-
* Copyright IBM Corp. 2018,
|
|
33
|
+
* Copyright IBM Corp. 2018, 2023
|
|
34
34
|
*
|
|
35
35
|
* This source code is licensed under the Apache-2.0 license found in the
|
|
36
36
|
* LICENSE file in the root directory of this source tree.
|
|
@@ -51,7 +51,7 @@ function fontWeight(weight) {
|
|
|
51
51
|
}
|
|
52
52
|
|
|
53
53
|
/**
|
|
54
|
-
* Copyright IBM Corp. 2018,
|
|
54
|
+
* Copyright IBM Corp. 2018, 2023
|
|
55
55
|
*
|
|
56
56
|
* This source code is licensed under the Apache-2.0 license found in the
|
|
57
57
|
* LICENSE file in the root directory of this source tree.
|
|
@@ -93,7 +93,7 @@ function paramCase(string) {
|
|
|
93
93
|
}
|
|
94
94
|
|
|
95
95
|
/**
|
|
96
|
-
* Copyright IBM Corp. 2018,
|
|
96
|
+
* Copyright IBM Corp. 2018, 2023
|
|
97
97
|
*
|
|
98
98
|
* This source code is licensed under the Apache-2.0 license found in the
|
|
99
99
|
* LICENSE file in the root directory of this source tree.
|
|
@@ -118,7 +118,7 @@ var reset = {
|
|
|
118
118
|
};
|
|
119
119
|
|
|
120
120
|
/**
|
|
121
|
-
* Copyright IBM Corp. 2018,
|
|
121
|
+
* Copyright IBM Corp. 2018, 2023
|
|
122
122
|
*
|
|
123
123
|
* This source code is licensed under the Apache-2.0 license found in the
|
|
124
124
|
* LICENSE file in the root directory of this source tree.
|
|
@@ -799,7 +799,7 @@ function subtract(a, b) {
|
|
|
799
799
|
}
|
|
800
800
|
|
|
801
801
|
/**
|
|
802
|
-
* Copyright IBM Corp. 2018,
|
|
802
|
+
* Copyright IBM Corp. 2018, 2023
|
|
803
803
|
*
|
|
804
804
|
* This source code is licensed under the Apache-2.0 license found in the
|
|
805
805
|
* LICENSE file in the root directory of this source tree.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@carbon/type",
|
|
3
3
|
"description": "Typography for digital and software products using the Carbon Design System",
|
|
4
|
-
"version": "11.
|
|
4
|
+
"version": "11.16.0-rc.0",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"module": "es/index.js",
|
|
@@ -37,12 +37,12 @@
|
|
|
37
37
|
"clean": "rimraf css es lib umd"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@carbon/grid": "^11.
|
|
41
|
-
"@carbon/layout": "^11.
|
|
40
|
+
"@carbon/grid": "^11.12.0-rc.0",
|
|
41
|
+
"@carbon/layout": "^11.12.0-rc.0"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@carbon/cli": "^11.
|
|
45
|
-
"@carbon/test-utils": "^10.
|
|
44
|
+
"@carbon/cli": "^11.9.0-rc.0",
|
|
45
|
+
"@carbon/test-utils": "^10.27.0-rc.0",
|
|
46
46
|
"change-case": "^4.1.1",
|
|
47
47
|
"css": "^3.0.0",
|
|
48
48
|
"rimraf": "^4.0.0"
|
|
@@ -53,5 +53,5 @@
|
|
|
53
53
|
"sassDir": "scss",
|
|
54
54
|
"needs": "^1.3.0"
|
|
55
55
|
},
|
|
56
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "0554718f48299a56a0525c4fb3e2b0271f13440b"
|
|
57
57
|
}
|
package/scss/_classes.scss
CHANGED
package/scss/_default-type.scss
CHANGED
package/scss/_font-family.scss
CHANGED
package/scss/_prefix.scss
CHANGED
package/scss/_reset.scss
CHANGED
package/scss/_scale.scss
CHANGED
package/scss/_styles.scss
CHANGED
package/src/fluid.js
CHANGED
package/src/fontFamily.js
CHANGED
package/src/fontWeight.js
CHANGED
package/src/index.js
CHANGED
package/src/print.js
CHANGED
package/src/reset.js
CHANGED
package/src/scale.js
CHANGED
package/src/styles.js
CHANGED
package/src/tokens.js
CHANGED
package/umd/index.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
})(this, (function (exports, layout) { '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.
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
}
|
|
31
31
|
|
|
32
32
|
/**
|
|
33
|
-
* Copyright IBM Corp. 2018,
|
|
33
|
+
* Copyright IBM Corp. 2018, 2023
|
|
34
34
|
*
|
|
35
35
|
* This source code is licensed under the Apache-2.0 license found in the
|
|
36
36
|
* LICENSE file in the root directory of this source tree.
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
}
|
|
52
52
|
|
|
53
53
|
/**
|
|
54
|
-
* Copyright IBM Corp. 2018,
|
|
54
|
+
* Copyright IBM Corp. 2018, 2023
|
|
55
55
|
*
|
|
56
56
|
* This source code is licensed under the Apache-2.0 license found in the
|
|
57
57
|
* LICENSE file in the root directory of this source tree.
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
}
|
|
94
94
|
|
|
95
95
|
/**
|
|
96
|
-
* Copyright IBM Corp. 2018,
|
|
96
|
+
* Copyright IBM Corp. 2018, 2023
|
|
97
97
|
*
|
|
98
98
|
* This source code is licensed under the Apache-2.0 license found in the
|
|
99
99
|
* LICENSE file in the root directory of this source tree.
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
};
|
|
119
119
|
|
|
120
120
|
/**
|
|
121
|
-
* Copyright IBM Corp. 2018,
|
|
121
|
+
* Copyright IBM Corp. 2018, 2023
|
|
122
122
|
*
|
|
123
123
|
* This source code is licensed under the Apache-2.0 license found in the
|
|
124
124
|
* LICENSE file in the root directory of this source tree.
|
|
@@ -799,7 +799,7 @@
|
|
|
799
799
|
}
|
|
800
800
|
|
|
801
801
|
/**
|
|
802
|
-
* Copyright IBM Corp. 2018,
|
|
802
|
+
* Copyright IBM Corp. 2018, 2023
|
|
803
803
|
*
|
|
804
804
|
* This source code is licensed under the Apache-2.0 license found in the
|
|
805
805
|
* LICENSE file in the root directory of this source tree.
|