@atlaskit/onboarding 10.6.11 → 10.7.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,22 @@
1
1
  # @atlaskit/onboarding
2
2
 
3
+ ## 10.7.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`e3fa4437cf5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e3fa4437cf5) - [ux] Updates focus appearance of components using buttons and custom buttons. These states now use an offset outline which is consistent with other applications of focus in Atlassian components.
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+
13
+ ## 10.6.12
14
+
15
+ ### Patch Changes
16
+
17
+ - [`261420360ec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/261420360ec) - Upgrades component types to support React 18.
18
+ - Updated dependencies
19
+
3
20
  ## 10.6.11
4
21
 
5
22
  ### 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.6.11";
30
+ var packageVersion = "10.7.0";
31
31
  var SpotlightDialog = /*#__PURE__*/function (_Component) {
32
32
  (0, _inherits2.default)(SpotlightDialog, _Component);
33
33
  var _super = _createSuper(SpotlightDialog);
@@ -26,9 +26,6 @@ var spotlightTheme = {
26
26
  selected: "var(--ds-background-inverse-subtle-pressed, ".concat(colors.R500, ")"),
27
27
  focus: "var(--ds-background-inverse-subtle, ".concat(colors.P400, ")")
28
28
  },
29
- boxShadow: {
30
- focus: "0 0 0 2px ".concat("var(--ds-border-discovery, ".concat(colors.P100, ")"))
31
- },
32
29
  color: {
33
30
  default: "var(--ds-text-inverse, ".concat(colors.N0, ")"),
34
31
  hover: "var(--ds-text-inverse, ".concat(colors.N0, ")"),
@@ -39,9 +36,6 @@ var spotlightTheme = {
39
36
  },
40
37
  selected: "var(--ds-text-inverse, ".concat(colors.N0, ")"),
41
38
  focus: "var(--ds-text-inverse, ".concat(colors.N0, ")")
42
- },
43
- outline: {
44
- focus: 'none'
45
39
  }
46
40
  },
47
41
  subtle: {
@@ -59,9 +53,6 @@ var spotlightTheme = {
59
53
  dark: "var(--ds-background-selected-hovered, ".concat(colors.DN0, ")")
60
54
  }
61
55
  },
62
- boxShadow: {
63
- focus: "0 0 0 2px ".concat("var(--ds-icon-discovery, ".concat(colors.P100, ")"))
64
- },
65
56
  color: {
66
57
  default: "var(--ds-text-inverse, ".concat(colors.N0, ")"),
67
58
  hover: "var(--ds-text-inverse, ".concat(colors.N0, ")"),
@@ -69,9 +60,6 @@ var spotlightTheme = {
69
60
  disabled: "var(--ds-text-disabled, ".concat(colors.N0, ")"),
70
61
  selected: "var(--ds-text-inverse, ".concat(colors.N0, ")"),
71
62
  focus: "var(--ds-text-inverse, ".concat(colors.N0, ")")
72
- },
73
- outline: {
74
- focus: 'none'
75
63
  }
76
64
  },
77
65
  'subtle-link': {
@@ -81,9 +69,6 @@ var spotlightTheme = {
81
69
  textDecorationLine: {
82
70
  active: 'none'
83
71
  },
84
- boxShadow: {
85
- focus: "0 0 0 2px ".concat("var(--ds-border-discovery, ".concat(colors.P100, ")"))
86
- },
87
72
  color: {
88
73
  default: "var(--ds-text-inverse, ".concat(colors.N0, ")"),
89
74
  hover: "var(--ds-text-inverse, ".concat(colors.P75, ")"),
@@ -107,12 +92,6 @@ var modalTheme = {
107
92
  selected: "var(--ds-background-selected-hovered, ".concat(colors.R500, ")"),
108
93
  focus: "var(--ds-background-discovery-bold-hovered, ".concat(colors.P400, ")")
109
94
  },
110
- boxShadow: {
111
- focus: {
112
- light: "0 0 0 2px ".concat("var(--ds-border-discovery, ".concat(colors.P100, ")")),
113
- dark: "0 0 0 2px ".concat("var(--ds-border-discovery, ".concat(colors.P100, ")"))
114
- }
115
- },
116
95
  color: {
117
96
  default: "var(--ds-text-inverse, ".concat(colors.N0, ")"),
118
97
  disabled: {
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/onboarding",
3
- "version": "10.6.11",
3
+ "version": "10.7.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.6.11";
10
+ const packageVersion = "10.7.0";
11
11
  class SpotlightDialog extends Component {
12
12
  constructor(...args) {
13
13
  super(...args);
@@ -9,9 +9,6 @@ const spotlightTheme = {
9
9
  selected: `var(--ds-background-inverse-subtle-pressed, ${colors.R500})`,
10
10
  focus: `var(--ds-background-inverse-subtle, ${colors.P400})`
11
11
  },
12
- boxShadow: {
13
- focus: `0 0 0 2px ${`var(--ds-border-discovery, ${colors.P100})`}`
14
- },
15
12
  color: {
16
13
  default: `var(--ds-text-inverse, ${colors.N0})`,
17
14
  hover: `var(--ds-text-inverse, ${colors.N0})`,
@@ -22,9 +19,6 @@ const spotlightTheme = {
22
19
  },
23
20
  selected: `var(--ds-text-inverse, ${colors.N0})`,
24
21
  focus: `var(--ds-text-inverse, ${colors.N0})`
25
- },
26
- outline: {
27
- focus: 'none'
28
22
  }
29
23
  },
30
24
  subtle: {
@@ -42,9 +36,6 @@ const spotlightTheme = {
42
36
  dark: `var(--ds-background-selected-hovered, ${colors.DN0})`
43
37
  }
44
38
  },
45
- boxShadow: {
46
- focus: `0 0 0 2px ${`var(--ds-icon-discovery, ${colors.P100})`}`
47
- },
48
39
  color: {
49
40
  default: `var(--ds-text-inverse, ${colors.N0})`,
50
41
  hover: `var(--ds-text-inverse, ${colors.N0})`,
@@ -52,9 +43,6 @@ const spotlightTheme = {
52
43
  disabled: `var(--ds-text-disabled, ${colors.N0})`,
53
44
  selected: `var(--ds-text-inverse, ${colors.N0})`,
54
45
  focus: `var(--ds-text-inverse, ${colors.N0})`
55
- },
56
- outline: {
57
- focus: 'none'
58
46
  }
59
47
  },
60
48
  'subtle-link': {
@@ -64,9 +52,6 @@ const spotlightTheme = {
64
52
  textDecorationLine: {
65
53
  active: 'none'
66
54
  },
67
- boxShadow: {
68
- focus: `0 0 0 2px ${`var(--ds-border-discovery, ${colors.P100})`}`
69
- },
70
55
  color: {
71
56
  default: `var(--ds-text-inverse, ${colors.N0})`,
72
57
  hover: `var(--ds-text-inverse, ${colors.P75})`,
@@ -90,12 +75,6 @@ const modalTheme = {
90
75
  selected: `var(--ds-background-selected-hovered, ${colors.R500})`,
91
76
  focus: `var(--ds-background-discovery-bold-hovered, ${colors.P400})`
92
77
  },
93
- boxShadow: {
94
- focus: {
95
- light: `0 0 0 2px ${`var(--ds-border-discovery, ${colors.P100})`}`,
96
- dark: `0 0 0 2px ${`var(--ds-border-discovery, ${colors.P100})`}`
97
- }
98
- },
99
78
  color: {
100
79
  default: `var(--ds-text-inverse, ${colors.N0})`,
101
80
  disabled: {
@@ -1,5 +1,6 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
2
  /** @jsx jsx */
3
+
3
4
  import { css, jsx } from '@emotion/react';
4
5
  const imageStyles = css({
5
6
  maxWidth: '100%',
@@ -1,4 +1,5 @@
1
1
  /** @jsx jsx */
2
+
2
3
  import { css, jsx } from '@emotion/react';
3
4
  import { useGlobalTheme } from '@atlaskit/theme/components';
4
5
  import { borderRadius as getBorderRadius } from '@atlaskit/theme/constants';
@@ -1,5 +1,6 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
2
  /** @jsx jsx */
3
+
3
4
  import { css, jsx, keyframes } from '@emotion/react';
4
5
  import { P300 } from '@atlaskit/theme/colors';
5
6
  import { layers } from '@atlaskit/theme/constants';
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/onboarding",
3
- "version": "10.6.11",
3
+ "version": "10.7.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.6.11";
20
+ var packageVersion = "10.7.0";
21
21
  var SpotlightDialog = /*#__PURE__*/function (_Component) {
22
22
  _inherits(SpotlightDialog, _Component);
23
23
  var _super = _createSuper(SpotlightDialog);
@@ -16,9 +16,6 @@ var spotlightTheme = {
16
16
  selected: "var(--ds-background-inverse-subtle-pressed, ".concat(colors.R500, ")"),
17
17
  focus: "var(--ds-background-inverse-subtle, ".concat(colors.P400, ")")
18
18
  },
19
- boxShadow: {
20
- focus: "0 0 0 2px ".concat("var(--ds-border-discovery, ".concat(colors.P100, ")"))
21
- },
22
19
  color: {
23
20
  default: "var(--ds-text-inverse, ".concat(colors.N0, ")"),
24
21
  hover: "var(--ds-text-inverse, ".concat(colors.N0, ")"),
@@ -29,9 +26,6 @@ var spotlightTheme = {
29
26
  },
30
27
  selected: "var(--ds-text-inverse, ".concat(colors.N0, ")"),
31
28
  focus: "var(--ds-text-inverse, ".concat(colors.N0, ")")
32
- },
33
- outline: {
34
- focus: 'none'
35
29
  }
36
30
  },
37
31
  subtle: {
@@ -49,9 +43,6 @@ var spotlightTheme = {
49
43
  dark: "var(--ds-background-selected-hovered, ".concat(colors.DN0, ")")
50
44
  }
51
45
  },
52
- boxShadow: {
53
- focus: "0 0 0 2px ".concat("var(--ds-icon-discovery, ".concat(colors.P100, ")"))
54
- },
55
46
  color: {
56
47
  default: "var(--ds-text-inverse, ".concat(colors.N0, ")"),
57
48
  hover: "var(--ds-text-inverse, ".concat(colors.N0, ")"),
@@ -59,9 +50,6 @@ var spotlightTheme = {
59
50
  disabled: "var(--ds-text-disabled, ".concat(colors.N0, ")"),
60
51
  selected: "var(--ds-text-inverse, ".concat(colors.N0, ")"),
61
52
  focus: "var(--ds-text-inverse, ".concat(colors.N0, ")")
62
- },
63
- outline: {
64
- focus: 'none'
65
53
  }
66
54
  },
67
55
  'subtle-link': {
@@ -71,9 +59,6 @@ var spotlightTheme = {
71
59
  textDecorationLine: {
72
60
  active: 'none'
73
61
  },
74
- boxShadow: {
75
- focus: "0 0 0 2px ".concat("var(--ds-border-discovery, ".concat(colors.P100, ")"))
76
- },
77
62
  color: {
78
63
  default: "var(--ds-text-inverse, ".concat(colors.N0, ")"),
79
64
  hover: "var(--ds-text-inverse, ".concat(colors.P75, ")"),
@@ -97,12 +82,6 @@ var modalTheme = {
97
82
  selected: "var(--ds-background-selected-hovered, ".concat(colors.R500, ")"),
98
83
  focus: "var(--ds-background-discovery-bold-hovered, ".concat(colors.P400, ")")
99
84
  },
100
- boxShadow: {
101
- focus: {
102
- light: "0 0 0 2px ".concat("var(--ds-border-discovery, ".concat(colors.P100, ")")),
103
- dark: "0 0 0 2px ".concat("var(--ds-border-discovery, ".concat(colors.P100, ")"))
104
- }
105
- },
106
85
  color: {
107
86
  default: "var(--ds-text-inverse, ".concat(colors.N0, ")"),
108
87
  disabled: {
@@ -2,6 +2,7 @@ import _extends from "@babel/runtime/helpers/extends";
2
2
  import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
3
3
  var _excluded = ["alt"];
4
4
  /** @jsx jsx */
5
+
5
6
  import { css, jsx } from '@emotion/react';
6
7
  var imageStyles = css({
7
8
  maxWidth: '100%',
@@ -1,4 +1,5 @@
1
1
  /** @jsx jsx */
2
+
2
3
  import { css, jsx } from '@emotion/react';
3
4
  import { useGlobalTheme } from '@atlaskit/theme/components';
4
5
  import { borderRadius as getBorderRadius } from '@atlaskit/theme/constants';
@@ -7,6 +7,7 @@ var _excluded = ["children", "bgColor", "radius", "style", "testId"],
7
7
  function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
8
8
  function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
9
9
  /** @jsx jsx */
10
+
10
11
  import { css, jsx, keyframes } from '@emotion/react';
11
12
  import { P300 } from '@atlaskit/theme/colors';
12
13
  import { layers } from '@atlaskit/theme/constants';
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/onboarding",
3
- "version": "10.6.11",
3
+ "version": "10.7.0",
4
4
  "sideEffects": false
5
5
  }
@@ -1,4 +1,5 @@
1
- /// <reference types="react" />
1
+ /** @jsx jsx */
2
+ import { ReactNode } from 'react';
2
3
  /**
3
4
  * __Dialog image__
4
5
  *
@@ -14,7 +15,9 @@ export declare const DialogImage: React.FC<React.ImgHTMLAttributes<HTMLImageElem
14
15
  *
15
16
  * @internal
16
17
  */
17
- export declare const DialogActionItemContainer: React.FC<{}>;
18
+ export declare const DialogActionItemContainer: React.FC<{
19
+ children: ReactNode;
20
+ }>;
18
21
  /**
19
22
  * __Dialog action item__
20
23
  *
@@ -22,4 +25,6 @@ export declare const DialogActionItemContainer: React.FC<{}>;
22
25
  *
23
26
  * @internal
24
27
  */
25
- export declare const DialogActionItem: React.FC<{}>;
28
+ export declare const DialogActionItem: React.FC<{
29
+ children: ReactNode;
30
+ }>;
@@ -1,16 +1,21 @@
1
- /// <reference types="react" />
1
+ /** @jsx jsx */
2
+ import { ReactNode } from 'react';
2
3
  /**
3
4
  * __Modal body__
4
5
  *
5
6
  * @internal
6
7
  */
7
- export declare const ModalBody: React.FC<{}>;
8
+ export declare const ModalBody: React.FC<{
9
+ children: ReactNode;
10
+ }>;
8
11
  /**
9
12
  * __Modal heading__
10
13
  *
11
14
  * @internal
12
15
  */
13
- export declare const ModalHeading: React.FC<{}>;
16
+ export declare const ModalHeading: React.FC<{
17
+ children: string;
18
+ }>;
14
19
  /**
15
20
  * __Modal image__
16
21
  *
@@ -27,10 +32,13 @@ export declare const ModalImage: React.FC<{
27
32
  */
28
33
  export declare const ModalActionContainer: React.FC<{
29
34
  shouldReverseButtonOrder: boolean;
35
+ children: ReactNode;
30
36
  }>;
31
37
  /**
32
38
  * __Modal action item__
33
39
  *
34
40
  * @internal
35
41
  */
36
- export declare const ModalActionItem: React.FC<{}>;
42
+ export declare const ModalActionItem: React.FC<{
43
+ children: ReactNode;
44
+ }>;
@@ -1,9 +1,11 @@
1
- /// <reference types="react" />
1
+ /** @jsx jsx */
2
+ import { ReactNode } from 'react';
2
3
  declare type BaseProps = React.HTMLAttributes<HTMLDivElement> & {
3
4
  bgColor?: string;
4
5
  radius?: number;
5
6
  className?: string;
6
7
  testId?: string;
8
+ children?: ReactNode;
7
9
  };
8
10
  declare type TargetProps = Omit<BaseProps, 'css'> & {
9
11
  pulse?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/onboarding",
3
- "version": "10.6.11",
3
+ "version": "10.7.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/"
@@ -16,7 +16,6 @@
16
16
  "atlaskit:src": "src/index.tsx",
17
17
  "homepage": "https://atlassian.design/components/onboarding/",
18
18
  "atlassian": {
19
- "disableProductCI": true,
20
19
  "team": "Design System Team",
21
20
  "deprecatedAutoEntryPoints": true,
22
21
  "releaseModel": "scheduled",
@@ -27,13 +26,13 @@
27
26
  },
28
27
  "dependencies": {
29
28
  "@atlaskit/analytics-next": "^9.0.0",
30
- "@atlaskit/button": "^16.5.0",
29
+ "@atlaskit/button": "^16.6.0",
31
30
  "@atlaskit/ds-lib": "^2.1.0",
32
- "@atlaskit/heading": "^1.1.0",
31
+ "@atlaskit/heading": "^1.2.0",
33
32
  "@atlaskit/modal-dialog": "^12.4.0",
34
33
  "@atlaskit/popper": "^5.4.0",
35
34
  "@atlaskit/portal": "^4.0.0",
36
- "@atlaskit/theme": "^12.2.0",
35
+ "@atlaskit/theme": "^12.3.0",
37
36
  "@atlaskit/tokens": "^1.2.0",
38
37
  "@babel/runtime": "^7.0.0",
39
38
  "@emotion/react": "^11.7.1",
@@ -51,7 +50,7 @@
51
50
  "react-dom": "^16.8.0"
52
51
  },
53
52
  "devDependencies": {
54
- "@atlaskit/avatar": "^21.1.0",
53
+ "@atlaskit/avatar": "^21.2.0",
55
54
  "@atlaskit/docs": "*",
56
55
  "@atlaskit/icon": "^21.11.0",
57
56
  "@atlaskit/progress-indicator": "^9.4.0",
package/report.api.md CHANGED
@@ -8,6 +8,7 @@
8
8
  ### Table of contents
9
9
 
10
10
  - [Main Entry Types](#main-entry-types)
11
+ - [Peer Dependencies](#peer-dependencies)
11
12
 
12
13
  ### Main Entry Types
13
14
 
@@ -272,3 +273,16 @@ export function useSpotlight(): {
272
273
  ```
273
274
 
274
275
  <!--SECTION END: Main Entry Types-->
276
+
277
+ ### Peer Dependencies
278
+
279
+ <!--SECTION START: Peer Dependencies-->
280
+
281
+ ```json
282
+ {
283
+ "react": "^16.8.0",
284
+ "react-dom": "^16.8.0"
285
+ }
286
+ ```
287
+
288
+ <!--SECTION END: Peer Dependencies-->