@atlaskit/onboarding 11.1.0 → 11.1.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/components/spotlight-dialog.js +1 -1
- package/dist/cjs/styled/modal.js +1 -1
- package/dist/es2019/components/spotlight-dialog.js +1 -1
- package/dist/es2019/styled/modal.js +1 -1
- package/dist/esm/components/spotlight-dialog.js +1 -1
- package/dist/esm/styled/modal.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/onboarding
|
|
2
2
|
|
|
3
|
+
## 11.1.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#59147](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/59147) [`f12e489f23b0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f12e489f23b0) - Re-build and deploy packages to NPM to resolve React/Compiled not found error (HOT-106483).
|
|
8
|
+
|
|
9
|
+
## 11.1.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#58458](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/58458) [`536478cdcf0b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/536478cdcf0b) - Tweaked ModalBody left and right padding to better align to the spacing scale.
|
|
14
|
+
|
|
3
15
|
## 11.1.0
|
|
4
16
|
|
|
5
17
|
### Minor Changes
|
|
@@ -27,7 +27,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
|
|
|
27
27
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; }
|
|
28
28
|
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
29
29
|
var packageName = "@atlaskit/onboarding";
|
|
30
|
-
var packageVersion = "11.1.
|
|
30
|
+
var packageVersion = "11.1.2";
|
|
31
31
|
var SpotlightDialog = /*#__PURE__*/function (_Component) {
|
|
32
32
|
(0, _inherits2.default)(SpotlightDialog, _Component);
|
|
33
33
|
var _super = _createSuper(SpotlightDialog);
|
package/dist/cjs/styled/modal.js
CHANGED
|
@@ -10,7 +10,7 @@ var _typography = require("@atlaskit/theme/typography");
|
|
|
10
10
|
/** @jsx jsx */
|
|
11
11
|
|
|
12
12
|
var modalBodyStyles = (0, _react.css)({
|
|
13
|
-
padding: "var(--ds-space-500, 40px)".concat(" ", "var(--ds-space-
|
|
13
|
+
padding: "var(--ds-space-500, 40px)".concat(" ", "var(--ds-space-200, 16px)"),
|
|
14
14
|
textAlign: 'center'
|
|
15
15
|
});
|
|
16
16
|
|
|
@@ -7,7 +7,7 @@ import { DialogImage } from '../styled/dialog';
|
|
|
7
7
|
import SpotlightCard from './spotlight-card';
|
|
8
8
|
import ValueChanged from './value-changed';
|
|
9
9
|
const packageName = "@atlaskit/onboarding";
|
|
10
|
-
const packageVersion = "11.1.
|
|
10
|
+
const packageVersion = "11.1.2";
|
|
11
11
|
class SpotlightDialog extends Component {
|
|
12
12
|
constructor(...args) {
|
|
13
13
|
super(...args);
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
import { css, jsx } from '@emotion/react';
|
|
5
5
|
import { h600 } from '@atlaskit/theme/typography';
|
|
6
6
|
const modalBodyStyles = css({
|
|
7
|
-
padding: `${"var(--ds-space-500, 40px)"} ${"var(--ds-space-
|
|
7
|
+
padding: `${"var(--ds-space-500, 40px)"} ${"var(--ds-space-200, 16px)"}`,
|
|
8
8
|
textAlign: 'center'
|
|
9
9
|
});
|
|
10
10
|
|
|
@@ -17,7 +17,7 @@ import { DialogImage } from '../styled/dialog';
|
|
|
17
17
|
import SpotlightCard from './spotlight-card';
|
|
18
18
|
import ValueChanged from './value-changed';
|
|
19
19
|
var packageName = "@atlaskit/onboarding";
|
|
20
|
-
var packageVersion = "11.1.
|
|
20
|
+
var packageVersion = "11.1.2";
|
|
21
21
|
var SpotlightDialog = /*#__PURE__*/function (_Component) {
|
|
22
22
|
_inherits(SpotlightDialog, _Component);
|
|
23
23
|
var _super = _createSuper(SpotlightDialog);
|
package/dist/esm/styled/modal.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
import { css, jsx } from '@emotion/react';
|
|
5
5
|
import { h600 } from '@atlaskit/theme/typography';
|
|
6
6
|
var modalBodyStyles = css({
|
|
7
|
-
padding: "var(--ds-space-500, 40px)".concat(" ", "var(--ds-space-
|
|
7
|
+
padding: "var(--ds-space-500, 40px)".concat(" ", "var(--ds-space-200, 16px)"),
|
|
8
8
|
textAlign: 'center'
|
|
9
9
|
});
|
|
10
10
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/onboarding",
|
|
3
|
-
"version": "11.1.
|
|
3
|
+
"version": "11.1.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/"
|