@atlaskit/onboarding 10.7.1 → 10.8.0

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 CHANGED
@@ -1,5 +1,21 @@
1
1
  # @atlaskit/onboarding
2
2
 
3
+ ## 10.8.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+
13
+ ## 10.7.2
14
+
15
+ ### Patch Changes
16
+
17
+ - [`4ba10567310`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ba10567310) - Internal changes.
18
+
3
19
  ## 10.7.1
4
20
 
5
21
  ### Patch Changes
@@ -27,7 +27,7 @@ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { va
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 = "10.7.1";
30
+ var packageVersion = "10.8.0";
31
31
  var SpotlightDialog = /*#__PURE__*/function (_Component) {
32
32
  (0, _inherits2.default)(SpotlightDialog, _Component);
33
33
  var _super = _createSuper(SpotlightDialog);
@@ -22,10 +22,7 @@ var backgroundColor = (0, _components.themed)({
22
22
  var blanketStyles = (0, _react.css)({
23
23
  position: 'fixed',
24
24
  zIndex: _constants.layers.spotlight(),
25
- top: 0,
26
- right: 0,
27
- bottom: 0,
28
- left: 0,
25
+ inset: 0,
29
26
  transition: 'opacity 220ms'
30
27
  });
31
28
  /**
@@ -82,7 +82,9 @@ var targetOverlayStyles = (0, _react.css)({
82
82
  width: '100%',
83
83
  height: '100%',
84
84
  position: 'absolute',
85
+ // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage-spacing
85
86
  top: 0,
87
+ // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage-spacing
86
88
  left: 0
87
89
  });
88
90
 
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/onboarding",
3
- "version": "10.7.1",
3
+ "version": "10.8.0",
4
4
  "sideEffects": false
5
5
  }
@@ -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 = "10.7.1";
10
+ const packageVersion = "10.8.0";
11
11
  class SpotlightDialog extends Component {
12
12
  constructor(...args) {
13
13
  super(...args);
@@ -13,10 +13,7 @@ const backgroundColor = themed({
13
13
  const blanketStyles = css({
14
14
  position: 'fixed',
15
15
  zIndex: layers.spotlight(),
16
- top: 0,
17
- right: 0,
18
- bottom: 0,
19
- left: 0,
16
+ inset: 0,
20
17
  transition: 'opacity 220ms'
21
18
  });
22
19
  /**
@@ -65,7 +65,9 @@ const targetOverlayStyles = css({
65
65
  width: '100%',
66
66
  height: '100%',
67
67
  position: 'absolute',
68
+ // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage-spacing
68
69
  top: 0,
70
+ // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage-spacing
69
71
  left: 0
70
72
  });
71
73
 
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/onboarding",
3
- "version": "10.7.1",
3
+ "version": "10.8.0",
4
4
  "sideEffects": false
5
5
  }
@@ -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 = "10.7.1";
20
+ var packageVersion = "10.8.0";
21
21
  var SpotlightDialog = /*#__PURE__*/function (_Component) {
22
22
  _inherits(SpotlightDialog, _Component);
23
23
  var _super = _createSuper(SpotlightDialog);
@@ -16,10 +16,7 @@ var backgroundColor = themed({
16
16
  var blanketStyles = css({
17
17
  position: 'fixed',
18
18
  zIndex: layers.spotlight(),
19
- top: 0,
20
- right: 0,
21
- bottom: 0,
22
- left: 0,
19
+ inset: 0,
23
20
  transition: 'opacity 220ms'
24
21
  });
25
22
  /**
@@ -74,7 +74,9 @@ var targetOverlayStyles = css({
74
74
  width: '100%',
75
75
  height: '100%',
76
76
  position: 'absolute',
77
+ // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage-spacing
77
78
  top: 0,
79
+ // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage-spacing
78
80
  left: 0
79
81
  });
80
82
 
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/onboarding",
3
- "version": "10.7.1",
3
+ "version": "10.8.0",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/onboarding",
3
- "version": "10.7.1",
3
+ "version": "10.8.0",
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/"
@@ -25,15 +25,15 @@
25
25
  }
26
26
  },
27
27
  "dependencies": {
28
- "@atlaskit/analytics-next": "^9.0.0",
29
- "@atlaskit/button": "^16.6.0",
30
- "@atlaskit/ds-lib": "^2.1.0",
31
- "@atlaskit/heading": "^1.2.0",
32
- "@atlaskit/modal-dialog": "^12.4.0",
33
- "@atlaskit/popper": "^5.4.0",
34
- "@atlaskit/portal": "^4.0.0",
35
- "@atlaskit/theme": "^12.4.0",
36
- "@atlaskit/tokens": "^1.2.0",
28
+ "@atlaskit/analytics-next": "^9.1.0",
29
+ "@atlaskit/button": "^16.7.0",
30
+ "@atlaskit/ds-lib": "^2.2.0",
31
+ "@atlaskit/heading": "^1.3.0",
32
+ "@atlaskit/modal-dialog": "^12.5.0",
33
+ "@atlaskit/popper": "^5.5.0",
34
+ "@atlaskit/portal": "^4.3.0",
35
+ "@atlaskit/theme": "^12.5.0",
36
+ "@atlaskit/tokens": "^1.3.0",
37
37
  "@babel/runtime": "^7.0.0",
38
38
  "@emotion/react": "^11.7.1",
39
39
  "bind-event-listener": "^2.1.1",
@@ -50,11 +50,11 @@
50
50
  "react-dom": "^16.8.0"
51
51
  },
52
52
  "devDependencies": {
53
- "@atlaskit/avatar": "^21.2.0",
53
+ "@atlaskit/avatar": "^21.3.0",
54
54
  "@atlaskit/docs": "*",
55
- "@atlaskit/icon": "^21.11.0",
56
- "@atlaskit/progress-indicator": "^9.4.0",
57
- "@atlaskit/select": "^16.1.0",
55
+ "@atlaskit/icon": "^21.12.0",
56
+ "@atlaskit/progress-indicator": "^9.5.0",
57
+ "@atlaskit/select": "^16.2.0",
58
58
  "@atlaskit/ssr": "*",
59
59
  "@atlaskit/visual-regression": "*",
60
60
  "@atlaskit/webdriver-runner": "*",