@atlaskit/onboarding 13.0.0 → 13.0.2
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/styled/modal.js +1 -1
- package/dist/es2019/styled/modal.js +1 -1
- package/dist/esm/styled/modal.js +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
package/dist/cjs/styled/modal.js
CHANGED
|
@@ -18,7 +18,7 @@ var modalBodyStyles = (0, _react.css)({
|
|
|
18
18
|
// eslint-disable-next-line @atlaskit/design-system/consistent-css-prop-usage, @atlaskit/ui-styling-standard/no-array-arguments -- Ignored via go/DSP-18766
|
|
19
19
|
var modalHeadingStyles = (0, _react.css)({
|
|
20
20
|
color: 'inherit',
|
|
21
|
-
font: "var(--ds-font-heading-medium, normal 500 20px/24px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu,
|
|
21
|
+
font: "var(--ds-font-heading-medium, normal 500 20px/24px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
|
|
22
22
|
marginBlockEnd: "var(--ds-space-100, 8px)"
|
|
23
23
|
});
|
|
24
24
|
var modalImageStyles = (0, _react.css)({
|
|
@@ -12,7 +12,7 @@ const modalBodyStyles = css({
|
|
|
12
12
|
// eslint-disable-next-line @atlaskit/design-system/consistent-css-prop-usage, @atlaskit/ui-styling-standard/no-array-arguments -- Ignored via go/DSP-18766
|
|
13
13
|
const modalHeadingStyles = css({
|
|
14
14
|
color: 'inherit',
|
|
15
|
-
font: "var(--ds-font-heading-medium, normal 500 20px/24px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu,
|
|
15
|
+
font: "var(--ds-font-heading-medium, normal 500 20px/24px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
|
|
16
16
|
marginBlockEnd: "var(--ds-space-100, 8px)"
|
|
17
17
|
});
|
|
18
18
|
const modalImageStyles = css({
|
package/dist/esm/styled/modal.js
CHANGED
|
@@ -12,7 +12,7 @@ var modalBodyStyles = css({
|
|
|
12
12
|
// eslint-disable-next-line @atlaskit/design-system/consistent-css-prop-usage, @atlaskit/ui-styling-standard/no-array-arguments -- Ignored via go/DSP-18766
|
|
13
13
|
var modalHeadingStyles = css({
|
|
14
14
|
color: 'inherit',
|
|
15
|
-
font: "var(--ds-font-heading-medium, normal 500 20px/24px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu,
|
|
15
|
+
font: "var(--ds-font-heading-medium, normal 500 20px/24px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
|
|
16
16
|
marginBlockEnd: "var(--ds-space-100, 8px)"
|
|
17
17
|
});
|
|
18
18
|
var modalImageStyles = css({
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/onboarding",
|
|
3
|
-
"version": "13.0.
|
|
3
|
+
"version": "13.0.2",
|
|
4
4
|
"description": "An onboarding spotlight introduces new features to users through focused messages or multi-step tours.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -38,18 +38,18 @@
|
|
|
38
38
|
"runReact18": true
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@atlaskit/button": "^21.
|
|
41
|
+
"@atlaskit/button": "^21.1.0",
|
|
42
42
|
"@atlaskit/ds-lib": "^4.0.0",
|
|
43
|
-
"@atlaskit/heading": "^5.
|
|
43
|
+
"@atlaskit/heading": "^5.1.0",
|
|
44
44
|
"@atlaskit/layering": "^2.0.0",
|
|
45
45
|
"@atlaskit/modal-dialog": "^13.0.0",
|
|
46
|
-
"@atlaskit/motion": "^
|
|
46
|
+
"@atlaskit/motion": "^5.0.0",
|
|
47
47
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
48
48
|
"@atlaskit/popper": "^7.0.0",
|
|
49
49
|
"@atlaskit/portal": "^5.0.0",
|
|
50
|
-
"@atlaskit/primitives": "^14.
|
|
51
|
-
"@atlaskit/theme": "^
|
|
52
|
-
"@atlaskit/tokens": "^4.
|
|
50
|
+
"@atlaskit/primitives": "^14.1.0",
|
|
51
|
+
"@atlaskit/theme": "^18.0.0",
|
|
52
|
+
"@atlaskit/tokens": "^4.3.0",
|
|
53
53
|
"@babel/runtime": "^7.0.0",
|
|
54
54
|
"@emotion/react": "^11.7.1",
|
|
55
55
|
"bind-event-listener": "^3.0.0",
|