@atlaskit/help-article 6.0.18 → 6.0.20
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/components/ArticleBody/styled.compiled.css +1 -1
- package/dist/cjs/components/ArticleBody/styled.js +2 -5
- package/dist/cjs/components/styled.js +1 -1
- package/dist/es2019/components/ArticleBody/styled.js +1 -1
- package/dist/es2019/components/styled.js +1 -1
- package/dist/esm/components/ArticleBody/styled.compiled.css +1 -1
- package/dist/esm/components/ArticleBody/styled.js +2 -5
- package/dist/esm/components/styled.js +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
._19itglyw{border:none}._18u0r5cr{margin-left:var(--ds-space-negative-050,-4px)}
|
|
3
3
|
._19pkr5cr{margin-top:var(--ds-space-negative-050,-4px)}
|
|
4
|
-
.
|
|
4
|
+
._1bsb111l{width:calc(100% + var(--ds-space-150, 9pt))}
|
|
5
5
|
._1e0c1ule{display:block}
|
|
6
6
|
._2hwxr5cr{margin-right:var(--ds-space-negative-050,-4px)}
|
|
7
7
|
._otyrr5cr{margin-bottom:var(--ds-space-negative-050,-4px)}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* styled.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* styled.tsx generated by @compiled/babel-plugin v0.38.1 */
|
|
2
2
|
"use strict";
|
|
3
3
|
|
|
4
4
|
var _typeof = require("@babel/runtime/helpers/typeof");
|
|
@@ -22,9 +22,6 @@ var ArticleFrame = exports.ArticleFrame = function ArticleFrame(_ref) {
|
|
|
22
22
|
title: name,
|
|
23
23
|
onLoad: onLoad,
|
|
24
24
|
sandbox: sandbox,
|
|
25
|
-
className: (0, _runtime.ax)(["_19itglyw _1e0c1ule
|
|
26
|
-
style: {
|
|
27
|
-
"--_u2ndre": (0, _runtime.ix)("calc(100% + ".concat("var(--ds-space-150, 12px)", ")"))
|
|
28
|
-
}
|
|
25
|
+
className: (0, _runtime.ax)(["_19itglyw _1e0c1ule _1bsb111l _19pkr5cr _2hwxr5cr _otyrr5cr _18u0r5cr"])
|
|
29
26
|
});
|
|
30
27
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
._19itglyw{border:none}._18u0r5cr{margin-left:var(--ds-space-negative-050,-4px)}
|
|
3
3
|
._19pkr5cr{margin-top:var(--ds-space-negative-050,-4px)}
|
|
4
|
-
.
|
|
4
|
+
._1bsb111l{width:calc(100% + var(--ds-space-150, 9pt))}
|
|
5
5
|
._1e0c1ule{display:block}
|
|
6
6
|
._2hwxr5cr{margin-right:var(--ds-space-negative-050,-4px)}
|
|
7
7
|
._otyrr5cr{margin-bottom:var(--ds-space-negative-050,-4px)}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* styled.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* styled.tsx generated by @compiled/babel-plugin v0.38.1 */
|
|
2
2
|
import "./styled.compiled.css";
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
@@ -14,9 +14,6 @@ export var ArticleFrame = function ArticleFrame(_ref) {
|
|
|
14
14
|
title: name,
|
|
15
15
|
onLoad: onLoad,
|
|
16
16
|
sandbox: sandbox,
|
|
17
|
-
className: ax(["_19itglyw _1e0c1ule
|
|
18
|
-
style: {
|
|
19
|
-
"--_u2ndre": ix("calc(100% + ".concat("var(--ds-space-150, 12px)", ")"))
|
|
20
|
-
}
|
|
17
|
+
className: ax(["_19itglyw _1e0c1ule _1bsb111l _19pkr5cr _2hwxr5cr _otyrr5cr _18u0r5cr"])
|
|
21
18
|
});
|
|
22
19
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/help-article",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.20",
|
|
4
4
|
"description": "A cross-product help-article component",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -33,10 +33,10 @@
|
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@atlaskit/css-reset": "^7.3.0",
|
|
35
35
|
"@atlaskit/heading": "^5.2.0",
|
|
36
|
-
"@atlaskit/icon": "^28.
|
|
37
|
-
"@atlaskit/primitives": "^
|
|
38
|
-
"@atlaskit/renderer": "^
|
|
39
|
-
"@atlaskit/tokens": "^6.
|
|
36
|
+
"@atlaskit/icon": "^28.5.0",
|
|
37
|
+
"@atlaskit/primitives": "^15.0.0",
|
|
38
|
+
"@atlaskit/renderer": "^124.4.0",
|
|
39
|
+
"@atlaskit/tokens": "^6.5.0",
|
|
40
40
|
"@babel/runtime": "^7.0.0",
|
|
41
41
|
"@compiled/react": "^0.18.3",
|
|
42
42
|
"lodash": "^4.17.21"
|