@atlaskit/help-layout 5.0.1 → 5.0.3
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/analytics.js +1 -1
- package/dist/cjs/components/Header/BackButton.js +1 -1
- package/dist/cjs/components/Header/CloseButton.js +1 -1
- package/dist/cjs/components/Header/styled.js +2 -2
- package/dist/es2019/analytics.js +1 -1
- package/dist/es2019/components/Header/BackButton.js +1 -1
- package/dist/es2019/components/Header/CloseButton.js +1 -1
- package/dist/es2019/components/Header/styled.js +2 -2
- package/dist/esm/analytics.js +1 -1
- package/dist/esm/components/Header/BackButton.js +1 -1
- package/dist/esm/components/Header/CloseButton.js +1 -1
- package/dist/esm/components/Header/styled.js +2 -2
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
package/dist/cjs/analytics.js
CHANGED
|
@@ -14,5 +14,5 @@ var createAndFire = exports.createAndFire = x.createAndFireEvent('atlaskit');
|
|
|
14
14
|
var defaultAnalyticsAttributes = exports.defaultAnalyticsAttributes = {
|
|
15
15
|
componentName: 'helpPanel',
|
|
16
16
|
packageName: "@atlaskit/help-layout",
|
|
17
|
-
packageVersion: "5.0.
|
|
17
|
+
packageVersion: "5.0.3"
|
|
18
18
|
};
|
|
@@ -76,7 +76,7 @@ var BackButtonWithContext = function BackButtonWithContext(props) {
|
|
|
76
76
|
data: {
|
|
77
77
|
componentName: 'backButton',
|
|
78
78
|
packageName: "@atlaskit/help-layout",
|
|
79
|
-
packageVersion: "5.0.
|
|
79
|
+
packageVersion: "5.0.3"
|
|
80
80
|
}
|
|
81
81
|
}, /*#__PURE__*/_react.default.createElement(BackButton, props));
|
|
82
82
|
};
|
|
@@ -64,7 +64,7 @@ var CloseButtonWithContext = function CloseButtonWithContext(props) {
|
|
|
64
64
|
data: {
|
|
65
65
|
componentName: 'closeButton',
|
|
66
66
|
packageName: "@atlaskit/help-layout",
|
|
67
|
-
packageVersion: "5.0.
|
|
67
|
+
packageVersion: "5.0.3"
|
|
68
68
|
}
|
|
69
69
|
}, /*#__PURE__*/_react.default.createElement(CloseButton, props));
|
|
70
70
|
};
|
|
@@ -52,7 +52,7 @@ var HeaderTitle = exports.HeaderTitle = _styled.default.h1({
|
|
|
52
52
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
53
53
|
color: "var(--ds-text-subtle, ".concat(colors.N500, ")"),
|
|
54
54
|
textAlign: 'center',
|
|
55
|
-
font: "var(--ds-font-body-large, normal 400 16px/24px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu,
|
|
55
|
+
font: "var(--ds-font-body-large, normal 400 16px/24px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
|
|
56
56
|
fontWeight: "var(--ds-font-weight-semibold, 600)",
|
|
57
57
|
// eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
|
|
58
58
|
lineHeight: "var(--ds-space-800, 56px)",
|
|
@@ -69,7 +69,7 @@ var HeaderTitleAi = exports.HeaderTitleAi = _styled.default.h1({
|
|
|
69
69
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
70
70
|
color: "var(--ds-text-subtle, ".concat(colors.N500, ")"),
|
|
71
71
|
textAlign: 'left',
|
|
72
|
-
font: "var(--ds-font-body-large, normal 400 16px/24px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu,
|
|
72
|
+
font: "var(--ds-font-body-large, normal 400 16px/24px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
|
|
73
73
|
fontWeight: "var(--ds-font-weight-semibold, 600)",
|
|
74
74
|
paddingTop: "var(--ds-space-250, 18px)",
|
|
75
75
|
paddingBottom: "var(--ds-space-200, 16px)",
|
package/dist/es2019/analytics.js
CHANGED
|
@@ -41,7 +41,7 @@ export const HeaderTitle = styled.h1({
|
|
|
41
41
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
42
42
|
color: `var(--ds-text-subtle, ${colors.N500})`,
|
|
43
43
|
textAlign: 'center',
|
|
44
|
-
font: "var(--ds-font-body-large, normal 400 16px/24px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu,
|
|
44
|
+
font: "var(--ds-font-body-large, normal 400 16px/24px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
|
|
45
45
|
fontWeight: "var(--ds-font-weight-semibold, 600)",
|
|
46
46
|
// eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
|
|
47
47
|
lineHeight: "var(--ds-space-800, 56px)",
|
|
@@ -58,7 +58,7 @@ export const HeaderTitleAi = styled.h1({
|
|
|
58
58
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
59
59
|
color: `var(--ds-text-subtle, ${colors.N500})`,
|
|
60
60
|
textAlign: 'left',
|
|
61
|
-
font: "var(--ds-font-body-large, normal 400 16px/24px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu,
|
|
61
|
+
font: "var(--ds-font-body-large, normal 400 16px/24px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
|
|
62
62
|
fontWeight: "var(--ds-font-weight-semibold, 600)",
|
|
63
63
|
paddingTop: "var(--ds-space-250, 18px)",
|
|
64
64
|
paddingBottom: "var(--ds-space-200, 16px)",
|
package/dist/esm/analytics.js
CHANGED
|
@@ -69,7 +69,7 @@ var BackButtonWithContext = function BackButtonWithContext(props) {
|
|
|
69
69
|
data: {
|
|
70
70
|
componentName: 'backButton',
|
|
71
71
|
packageName: "@atlaskit/help-layout",
|
|
72
|
-
packageVersion: "5.0.
|
|
72
|
+
packageVersion: "5.0.3"
|
|
73
73
|
}
|
|
74
74
|
}, /*#__PURE__*/React.createElement(BackButton, props));
|
|
75
75
|
};
|
|
@@ -57,7 +57,7 @@ var CloseButtonWithContext = function CloseButtonWithContext(props) {
|
|
|
57
57
|
data: {
|
|
58
58
|
componentName: 'closeButton',
|
|
59
59
|
packageName: "@atlaskit/help-layout",
|
|
60
|
-
packageVersion: "5.0.
|
|
60
|
+
packageVersion: "5.0.3"
|
|
61
61
|
}
|
|
62
62
|
}, /*#__PURE__*/React.createElement(CloseButton, props));
|
|
63
63
|
};
|
|
@@ -41,7 +41,7 @@ export var HeaderTitle = styled.h1({
|
|
|
41
41
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
42
42
|
color: "var(--ds-text-subtle, ".concat(colors.N500, ")"),
|
|
43
43
|
textAlign: 'center',
|
|
44
|
-
font: "var(--ds-font-body-large, normal 400 16px/24px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu,
|
|
44
|
+
font: "var(--ds-font-body-large, normal 400 16px/24px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
|
|
45
45
|
fontWeight: "var(--ds-font-weight-semibold, 600)",
|
|
46
46
|
// eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
|
|
47
47
|
lineHeight: "var(--ds-space-800, 56px)",
|
|
@@ -58,7 +58,7 @@ export var HeaderTitleAi = styled.h1({
|
|
|
58
58
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
59
59
|
color: "var(--ds-text-subtle, ".concat(colors.N500, ")"),
|
|
60
60
|
textAlign: 'left',
|
|
61
|
-
font: "var(--ds-font-body-large, normal 400 16px/24px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu,
|
|
61
|
+
font: "var(--ds-font-body-large, normal 400 16px/24px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
|
|
62
62
|
fontWeight: "var(--ds-font-weight-semibold, 600)",
|
|
63
63
|
paddingTop: "var(--ds-space-250, 18px)",
|
|
64
64
|
paddingBottom: "var(--ds-space-200, 16px)",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/help-layout",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.3",
|
|
4
4
|
"description": "Layout for the atlaskit/help component.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -34,9 +34,9 @@
|
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@atlaskit/analytics-next": "^11.0.0",
|
|
36
36
|
"@atlaskit/button": "^21.1.0",
|
|
37
|
-
"@atlaskit/icon": "^
|
|
38
|
-
"@atlaskit/theme": "^
|
|
39
|
-
"@atlaskit/tokens": "^4.
|
|
37
|
+
"@atlaskit/icon": "^25.0.0",
|
|
38
|
+
"@atlaskit/theme": "^18.0.0",
|
|
39
|
+
"@atlaskit/tokens": "^4.4.0",
|
|
40
40
|
"@atlaskit/tooltip": "^20.0.0",
|
|
41
41
|
"@babel/runtime": "^7.0.0",
|
|
42
42
|
"@emotion/react": "^11.7.1",
|