@atlaskit/heading 5.1.0 → 5.1.1
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 +9 -0
- package/dist/cjs/heading.partial.compiled.css +7 -7
- package/dist/cjs/heading.partial.js +7 -7
- package/dist/es2019/heading.partial.compiled.css +7 -7
- package/dist/es2019/heading.partial.js +7 -7
- package/dist/esm/heading.partial.compiled.css +7 -7
- package/dist/esm/heading.partial.js +7 -7
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @atlaskit/heading
|
|
2
2
|
|
|
3
|
+
## 5.1.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#129972](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/129972)
|
|
8
|
+
[`b2d69a39e6687`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b2d69a39e6687) -
|
|
9
|
+
Update `@compiled/react` dependency for improved type checking support.
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
|
|
3
12
|
## 5.1.0
|
|
4
13
|
|
|
5
14
|
### Minor Changes
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
.
|
|
2
|
-
.
|
|
3
|
-
.
|
|
4
|
-
.
|
|
5
|
-
.
|
|
6
|
-
.
|
|
7
|
-
.
|
|
1
|
+
._11c8140y{font:var(--ds-font-heading-xsmall,normal 600 14px/1pc ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
2
|
+
._11c81c04{font:var(--ds-font-heading-xlarge,normal 600 29px/2pc ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
3
|
+
._11c81vhk{font:var(--ds-font-heading-xxsmall,normal 600 9pt/1pc ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
4
|
+
._11c84xcc{font:var(--ds-font-heading-xxlarge,normal 500 35px/40px ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
5
|
+
._11c8lodh{font:var(--ds-font-heading-medium,normal 500 20px/24px ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
6
|
+
._11c8nbxd{font:var(--ds-font-heading-small,normal 600 1pc/20px ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
7
|
+
._11c8nf1z{font:var(--ds-font-heading-large,normal 500 24px/28px ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
8
8
|
._1mouidpf{margin-block:0}
|
|
9
9
|
._1dyz4jg8{letter-spacing:normal}
|
|
10
10
|
._1p1dglyw{text-transform:none}
|
|
@@ -43,13 +43,13 @@ var headingColorStylesMap = {
|
|
|
43
43
|
* @codegenCommand yarn workspace @atlaskit/heading codegen
|
|
44
44
|
*/
|
|
45
45
|
var headingSizeStylesMap = {
|
|
46
|
-
xxlarge: "
|
|
47
|
-
xlarge: "
|
|
48
|
-
large: "
|
|
49
|
-
medium: "
|
|
50
|
-
small: "
|
|
51
|
-
xsmall: "
|
|
52
|
-
xxsmall: "
|
|
46
|
+
xxlarge: "_11c84xcc",
|
|
47
|
+
xlarge: "_11c81c04",
|
|
48
|
+
large: "_11c8nf1z",
|
|
49
|
+
medium: "_11c8lodh",
|
|
50
|
+
small: "_11c8nbxd",
|
|
51
|
+
xsmall: "_11c8140y",
|
|
52
|
+
xxsmall: "_11c81vhk"
|
|
53
53
|
};
|
|
54
54
|
/**
|
|
55
55
|
* @codegenEnd
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
.
|
|
2
|
-
.
|
|
3
|
-
.
|
|
4
|
-
.
|
|
5
|
-
.
|
|
6
|
-
.
|
|
7
|
-
.
|
|
1
|
+
._11c8140y{font:var(--ds-font-heading-xsmall,normal 600 14px/1pc ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
2
|
+
._11c81c04{font:var(--ds-font-heading-xlarge,normal 600 29px/2pc ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
3
|
+
._11c81vhk{font:var(--ds-font-heading-xxsmall,normal 600 9pt/1pc ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
4
|
+
._11c84xcc{font:var(--ds-font-heading-xxlarge,normal 500 35px/40px ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
5
|
+
._11c8lodh{font:var(--ds-font-heading-medium,normal 500 20px/24px ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
6
|
+
._11c8nbxd{font:var(--ds-font-heading-small,normal 600 1pc/20px ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
7
|
+
._11c8nf1z{font:var(--ds-font-heading-large,normal 500 24px/28px ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
8
8
|
._1mouidpf{margin-block:0}
|
|
9
9
|
._1dyz4jg8{letter-spacing:normal}
|
|
10
10
|
._1p1dglyw{text-transform:none}
|
|
@@ -32,13 +32,13 @@ const headingColorStylesMap = {
|
|
|
32
32
|
* @codegenCommand yarn workspace @atlaskit/heading codegen
|
|
33
33
|
*/
|
|
34
34
|
const headingSizeStylesMap = {
|
|
35
|
-
xxlarge: "
|
|
36
|
-
xlarge: "
|
|
37
|
-
large: "
|
|
38
|
-
medium: "
|
|
39
|
-
small: "
|
|
40
|
-
xsmall: "
|
|
41
|
-
xxsmall: "
|
|
35
|
+
xxlarge: "_11c84xcc",
|
|
36
|
+
xlarge: "_11c81c04",
|
|
37
|
+
large: "_11c8nf1z",
|
|
38
|
+
medium: "_11c8lodh",
|
|
39
|
+
small: "_11c8nbxd",
|
|
40
|
+
xsmall: "_11c8140y",
|
|
41
|
+
xxsmall: "_11c81vhk"
|
|
42
42
|
};
|
|
43
43
|
/**
|
|
44
44
|
* @codegenEnd
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
.
|
|
2
|
-
.
|
|
3
|
-
.
|
|
4
|
-
.
|
|
5
|
-
.
|
|
6
|
-
.
|
|
7
|
-
.
|
|
1
|
+
._11c8140y{font:var(--ds-font-heading-xsmall,normal 600 14px/1pc ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
2
|
+
._11c81c04{font:var(--ds-font-heading-xlarge,normal 600 29px/2pc ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
3
|
+
._11c81vhk{font:var(--ds-font-heading-xxsmall,normal 600 9pt/1pc ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
4
|
+
._11c84xcc{font:var(--ds-font-heading-xxlarge,normal 500 35px/40px ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
5
|
+
._11c8lodh{font:var(--ds-font-heading-medium,normal 500 20px/24px ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
6
|
+
._11c8nbxd{font:var(--ds-font-heading-small,normal 600 1pc/20px ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
7
|
+
._11c8nf1z{font:var(--ds-font-heading-large,normal 500 24px/28px ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
8
8
|
._1mouidpf{margin-block:0}
|
|
9
9
|
._1dyz4jg8{letter-spacing:normal}
|
|
10
10
|
._1p1dglyw{text-transform:none}
|
|
@@ -33,13 +33,13 @@ var headingColorStylesMap = {
|
|
|
33
33
|
* @codegenCommand yarn workspace @atlaskit/heading codegen
|
|
34
34
|
*/
|
|
35
35
|
var headingSizeStylesMap = {
|
|
36
|
-
xxlarge: "
|
|
37
|
-
xlarge: "
|
|
38
|
-
large: "
|
|
39
|
-
medium: "
|
|
40
|
-
small: "
|
|
41
|
-
xsmall: "
|
|
42
|
-
xxsmall: "
|
|
36
|
+
xxlarge: "_11c84xcc",
|
|
37
|
+
xlarge: "_11c81c04",
|
|
38
|
+
large: "_11c8nf1z",
|
|
39
|
+
medium: "_11c8lodh",
|
|
40
|
+
small: "_11c8nbxd",
|
|
41
|
+
xsmall: "_11c8140y",
|
|
42
|
+
xxsmall: "_11c81vhk"
|
|
43
43
|
};
|
|
44
44
|
/**
|
|
45
45
|
* @codegenEnd
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/heading",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.1",
|
|
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,23 +33,22 @@
|
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@atlaskit/css": "^0.10.0",
|
|
35
35
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
36
|
-
"@atlaskit/primitives": "^14.
|
|
37
|
-
"@atlaskit/tokens": "^4.
|
|
36
|
+
"@atlaskit/primitives": "^14.2.0",
|
|
37
|
+
"@atlaskit/tokens": "^4.5.0",
|
|
38
38
|
"@babel/runtime": "^7.0.0",
|
|
39
|
-
"@compiled/react": "^0.18.
|
|
40
|
-
"@emotion/react": "^11.7.1"
|
|
39
|
+
"@compiled/react": "^0.18.3"
|
|
41
40
|
},
|
|
42
41
|
"peerDependencies": {
|
|
43
42
|
"react": "^18.2.0"
|
|
44
43
|
},
|
|
45
44
|
"devDependencies": {
|
|
46
|
-
"@af/accessibility-testing": "
|
|
47
|
-
"@af/formatting": "
|
|
48
|
-
"@af/integration-testing": "
|
|
49
|
-
"@af/visual-regression": "
|
|
45
|
+
"@af/accessibility-testing": "^2.0.0",
|
|
46
|
+
"@af/formatting": "^0.0.4",
|
|
47
|
+
"@af/integration-testing": "^0.5.0",
|
|
48
|
+
"@af/visual-regression": "^1.3.0",
|
|
50
49
|
"@atlaskit/button": "^21.1.0",
|
|
51
50
|
"@atlaskit/ds-lib": "^4.0.0",
|
|
52
|
-
"@atlaskit/ssr": "
|
|
51
|
+
"@atlaskit/ssr": "^0.4.0",
|
|
53
52
|
"@atlassian/codegen": "^0.1.0",
|
|
54
53
|
"@testing-library/react": "^13.4.0",
|
|
55
54
|
"react-dom": "^18.2.0",
|
|
@@ -65,6 +64,7 @@
|
|
|
65
64
|
"dom-events": "use-bind-event-listener",
|
|
66
65
|
"design-system": "v1",
|
|
67
66
|
"styling": [
|
|
67
|
+
"static",
|
|
68
68
|
"emotion"
|
|
69
69
|
],
|
|
70
70
|
"ui-components": "lite-mode",
|