@atlaskit/onboarding 10.7.2 → 10.8.1

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.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`
8
+
9
+ ## 10.8.0
10
+
11
+ ### Minor Changes
12
+
13
+ - [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies
18
+
3
19
  ## 10.7.2
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.2";
30
+ var packageVersion = "10.8.1";
31
31
  var SpotlightDialog = /*#__PURE__*/function (_Component) {
32
32
  (0, _inherits2.default)(SpotlightDialog, _Component);
33
33
  var _super = _createSuper(SpotlightDialog);
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/onboarding",
3
- "version": "10.7.2",
3
+ "version": "10.8.1",
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.2";
10
+ const packageVersion = "10.8.1";
11
11
  class SpotlightDialog extends Component {
12
12
  constructor(...args) {
13
13
  super(...args);
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/onboarding",
3
- "version": "10.7.2",
3
+ "version": "10.8.1",
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.2";
20
+ var packageVersion = "10.8.1";
21
21
  var SpotlightDialog = /*#__PURE__*/function (_Component) {
22
22
  _inherits(SpotlightDialog, _Component);
23
23
  var _super = _createSuper(SpotlightDialog);
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/onboarding",
3
- "version": "10.7.2",
3
+ "version": "10.8.1",
4
4
  "sideEffects": false
5
5
  }
@@ -3,7 +3,7 @@ import { Component, ElementType, ReactNode } from 'react';
3
3
  import { jsx } from '@emotion/react';
4
4
  import { ModalFooterProps as FooterComponentProps, ModalHeaderProps as HeaderComponentProps } from '@atlaskit/modal-dialog';
5
5
  import { Actions } from '../types';
6
- declare type ModalProps = {
6
+ type ModalProps = {
7
7
  /**
8
8
  * Buttons to render in the footer
9
9
  */
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- declare type BlanketProps = {
2
+ type BlanketProps = {
3
3
  isTinted?: boolean;
4
4
  style?: React.CSSProperties;
5
5
  };
@@ -1,13 +1,13 @@
1
1
  /** @jsx jsx */
2
2
  import { ReactNode } from 'react';
3
- declare type BaseProps = React.HTMLAttributes<HTMLDivElement> & {
3
+ type BaseProps = React.HTMLAttributes<HTMLDivElement> & {
4
4
  bgColor?: string;
5
5
  radius?: number;
6
6
  className?: string;
7
7
  testId?: string;
8
8
  children?: ReactNode;
9
9
  };
10
- declare type TargetProps = Omit<BaseProps, 'css'> & {
10
+ type TargetProps = Omit<BaseProps, 'css'> & {
11
11
  pulse?: boolean;
12
12
  testId?: string;
13
13
  };
@@ -4,5 +4,5 @@ interface Action extends Omit<CustomThemeButtonProps, 'children'> {
4
4
  key?: string;
5
5
  text?: ReactNode;
6
6
  }
7
- export declare type Actions = Action[];
7
+ export type Actions = Action[];
8
8
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/onboarding",
3
- "version": "10.7.2",
3
+ "version": "10.8.1",
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/"
@@ -12,6 +12,14 @@
12
12
  "module": "dist/esm/index.js",
13
13
  "module:es2019": "dist/es2019/index.js",
14
14
  "types": "dist/types/index.d.ts",
15
+ "typesVersions": {
16
+ ">=4.5 <4.9": {
17
+ "*": [
18
+ "dist/types-ts4.5/*",
19
+ "dist/types-ts4.5/index.d.ts"
20
+ ]
21
+ }
22
+ },
15
23
  "sideEffects": false,
16
24
  "atlaskit:src": "src/index.tsx",
17
25
  "homepage": "https://atlassian.design/components/onboarding/",
@@ -25,15 +33,15 @@
25
33
  }
26
34
  },
27
35
  "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",
36
+ "@atlaskit/analytics-next": "^9.1.0",
37
+ "@atlaskit/button": "^16.7.0",
38
+ "@atlaskit/ds-lib": "^2.2.0",
39
+ "@atlaskit/heading": "^1.3.0",
40
+ "@atlaskit/modal-dialog": "^12.5.0",
41
+ "@atlaskit/popper": "^5.5.0",
42
+ "@atlaskit/portal": "^4.3.0",
43
+ "@atlaskit/theme": "^12.5.0",
44
+ "@atlaskit/tokens": "^1.4.0",
37
45
  "@babel/runtime": "^7.0.0",
38
46
  "@emotion/react": "^11.7.1",
39
47
  "bind-event-listener": "^2.1.1",
@@ -50,11 +58,11 @@
50
58
  "react-dom": "^16.8.0"
51
59
  },
52
60
  "devDependencies": {
53
- "@atlaskit/avatar": "^21.2.0",
61
+ "@atlaskit/avatar": "^21.3.0",
54
62
  "@atlaskit/docs": "*",
55
- "@atlaskit/icon": "^21.11.0",
56
- "@atlaskit/progress-indicator": "^9.4.0",
57
- "@atlaskit/select": "^16.1.0",
63
+ "@atlaskit/icon": "^21.12.0",
64
+ "@atlaskit/progress-indicator": "^9.5.0",
65
+ "@atlaskit/select": "^16.2.0",
58
66
  "@atlaskit/ssr": "*",
59
67
  "@atlaskit/visual-regression": "*",
60
68
  "@atlaskit/webdriver-runner": "*",
@@ -64,7 +72,7 @@
64
72
  "raf-stub": "^2.0.1",
65
73
  "react-dom": "^16.8.0",
66
74
  "react-lorem-component": "^0.13.0",
67
- "typescript": "4.5.5"
75
+ "typescript": "~4.9.5"
68
76
  },
69
77
  "techstack": {
70
78
  "@atlassian/frontend": {
@@ -6,9 +6,9 @@
6
6
  "sideEffects": false,
7
7
  "types": "../dist/types/types.d.ts",
8
8
  "typesVersions": {
9
- ">=4.0 <4.5": {
9
+ ">=4.5 <4.9": {
10
10
  "*": [
11
- "../dist/types-ts4.0/types.d.ts"
11
+ "../dist/types-ts4.5/types.d.ts"
12
12
  ]
13
13
  }
14
14
  }