@atlaskit/heading 2.4.2 → 2.4.4
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/CHANGELOG.md
CHANGED
|
@@ -82,7 +82,7 @@ var Heading = function Heading(_ref) {
|
|
|
82
82
|
}, children);
|
|
83
83
|
};
|
|
84
84
|
|
|
85
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
85
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
86
86
|
var headingColorStylesMap = exports.headingColorStylesMap = {
|
|
87
87
|
'color.text': (0, _react.css)({
|
|
88
88
|
color: "var(--ds-text, #172B4D)"
|
|
@@ -71,7 +71,7 @@ const Heading = ({
|
|
|
71
71
|
}, children);
|
|
72
72
|
};
|
|
73
73
|
|
|
74
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
74
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
75
75
|
export const headingColorStylesMap = {
|
|
76
76
|
'color.text': css({
|
|
77
77
|
color: "var(--ds-text, #172B4D)"
|
|
@@ -74,7 +74,7 @@ var Heading = function Heading(_ref) {
|
|
|
74
74
|
}, children);
|
|
75
75
|
};
|
|
76
76
|
|
|
77
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
77
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
78
78
|
export var headingColorStylesMap = {
|
|
79
79
|
'color.text': css({
|
|
80
80
|
color: "var(--ds-text, #172B4D)"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/heading",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.4",
|
|
4
4
|
"description": "A heading is a typography component used to display text in different sizes and formats.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"codegen": "ts-node ./scripts/codegen.tsx"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@atlaskit/primitives": "^
|
|
36
|
+
"@atlaskit/primitives": "^11.0.0",
|
|
37
37
|
"@atlaskit/tokens": "^1.53.0",
|
|
38
38
|
"@babel/runtime": "^7.0.0",
|
|
39
39
|
"@emotion/react": "^11.7.1"
|