@atlaskit/heading 5.2.11 → 5.2.13
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 +12 -0
- package/dist/cjs/heading.partial.compiled.css +2 -2
- package/dist/cjs/heading.partial.js +2 -2
- package/dist/es2019/heading.partial.compiled.css +2 -2
- package/dist/es2019/heading.partial.js +2 -2
- package/dist/esm/heading.partial.compiled.css +2 -2
- package/dist/esm/heading.partial.js +2 -2
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -9,5 +9,5 @@
|
|
|
9
9
|
._1dyz4jg8{letter-spacing:normal}
|
|
10
10
|
._1p1dglyw{text-transform:none}
|
|
11
11
|
._syaz15cr{color:var(--ds-text-inverse,#fff)}
|
|
12
|
-
.
|
|
13
|
-
.
|
|
12
|
+
._syaz1yd3{color:var(--ds-text-warning-inverse,#292a2e)}
|
|
13
|
+
._syazi7uo{color:var(--ds-text,#292a2e)}
|
|
@@ -30,9 +30,9 @@ var styles = {
|
|
|
30
30
|
reset: "_1mouidpf _1dyz4jg8 _1p1dglyw"
|
|
31
31
|
};
|
|
32
32
|
var headingColorStylesMap = {
|
|
33
|
-
'color.text': "
|
|
33
|
+
'color.text': "_syazi7uo",
|
|
34
34
|
'color.text.inverse': "_syaz15cr",
|
|
35
|
-
'color.text.warning.inverse': "
|
|
35
|
+
'color.text.warning.inverse': "_syaz1yd3"
|
|
36
36
|
};
|
|
37
37
|
|
|
38
38
|
/**
|
|
@@ -9,5 +9,5 @@
|
|
|
9
9
|
._1dyz4jg8{letter-spacing:normal}
|
|
10
10
|
._1p1dglyw{text-transform:none}
|
|
11
11
|
._syaz15cr{color:var(--ds-text-inverse,#fff)}
|
|
12
|
-
.
|
|
13
|
-
.
|
|
12
|
+
._syaz1yd3{color:var(--ds-text-warning-inverse,#292a2e)}
|
|
13
|
+
._syazi7uo{color:var(--ds-text,#292a2e)}
|
|
@@ -20,9 +20,9 @@ const styles = {
|
|
|
20
20
|
reset: "_1mouidpf _1dyz4jg8 _1p1dglyw"
|
|
21
21
|
};
|
|
22
22
|
const headingColorStylesMap = {
|
|
23
|
-
'color.text': "
|
|
23
|
+
'color.text': "_syazi7uo",
|
|
24
24
|
'color.text.inverse': "_syaz15cr",
|
|
25
|
-
'color.text.warning.inverse': "
|
|
25
|
+
'color.text.warning.inverse': "_syaz1yd3"
|
|
26
26
|
};
|
|
27
27
|
|
|
28
28
|
/**
|
|
@@ -9,5 +9,5 @@
|
|
|
9
9
|
._1dyz4jg8{letter-spacing:normal}
|
|
10
10
|
._1p1dglyw{text-transform:none}
|
|
11
11
|
._syaz15cr{color:var(--ds-text-inverse,#fff)}
|
|
12
|
-
.
|
|
13
|
-
.
|
|
12
|
+
._syaz1yd3{color:var(--ds-text-warning-inverse,#292a2e)}
|
|
13
|
+
._syazi7uo{color:var(--ds-text,#292a2e)}
|
|
@@ -21,9 +21,9 @@ var styles = {
|
|
|
21
21
|
reset: "_1mouidpf _1dyz4jg8 _1p1dglyw"
|
|
22
22
|
};
|
|
23
23
|
var headingColorStylesMap = {
|
|
24
|
-
'color.text': "
|
|
24
|
+
'color.text': "_syazi7uo",
|
|
25
25
|
'color.text.inverse': "_syaz15cr",
|
|
26
|
-
'color.text.warning.inverse': "
|
|
26
|
+
'color.text.warning.inverse': "_syaz1yd3"
|
|
27
27
|
};
|
|
28
28
|
|
|
29
29
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/heading",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.13",
|
|
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/"
|
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
"codegen": "ts-node ./scripts/codegen.tsx"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@atlaskit/css": "^0.
|
|
31
|
-
"@atlaskit/primitives": "^16.
|
|
32
|
-
"@atlaskit/tokens": "^
|
|
30
|
+
"@atlaskit/css": "^0.16.0",
|
|
31
|
+
"@atlaskit/primitives": "^16.2.0",
|
|
32
|
+
"@atlaskit/tokens": "^8.1.0",
|
|
33
33
|
"@babel/runtime": "^7.0.0",
|
|
34
34
|
"@compiled/react": "^0.18.6"
|
|
35
35
|
},
|
|
@@ -41,12 +41,12 @@
|
|
|
41
41
|
"@af/formatting": "workspace:^",
|
|
42
42
|
"@af/integration-testing": "workspace:^",
|
|
43
43
|
"@af/visual-regression": "workspace:^",
|
|
44
|
-
"@atlaskit/button": "^23.
|
|
44
|
+
"@atlaskit/button": "^23.6.0",
|
|
45
45
|
"@atlaskit/docs": "^11.2.0",
|
|
46
|
-
"@atlaskit/ds-lib": "^5.
|
|
46
|
+
"@atlaskit/ds-lib": "^5.2.0",
|
|
47
47
|
"@atlaskit/ssr": "workspace:^",
|
|
48
48
|
"@atlassian/codegen": "^0.1.0",
|
|
49
|
-
"@atlassian/ssr-tests": "
|
|
49
|
+
"@atlassian/ssr-tests": "workspace:^",
|
|
50
50
|
"@testing-library/react": "^13.4.0",
|
|
51
51
|
"react-dom": "^18.2.0",
|
|
52
52
|
"ts-node": "^10.9.1"
|