@atlaskit/onboarding 10.6.3 → 10.6.4
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 +6 -0
- package/dist/cjs/components/spotlight-dialog.js +1 -1
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/components/spotlight-dialog.js +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/components/spotlight-dialog.js +1 -1
- package/dist/esm/version.json +1 -1
- package/package.json +6 -6
- package/report.api.md +24 -17
package/CHANGELOG.md
CHANGED
|
@@ -50,7 +50,7 @@ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflec
|
|
|
50
50
|
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; } }
|
|
51
51
|
|
|
52
52
|
var packageName = "@atlaskit/onboarding";
|
|
53
|
-
var packageVersion = "10.6.
|
|
53
|
+
var packageVersion = "10.6.4";
|
|
54
54
|
|
|
55
55
|
var SpotlightDialog = /*#__PURE__*/function (_Component) {
|
|
56
56
|
(0, _inherits2.default)(SpotlightDialog, _Component);
|
package/dist/cjs/version.json
CHANGED
|
@@ -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.
|
|
10
|
+
const packageVersion = "10.6.4";
|
|
11
11
|
|
|
12
12
|
class SpotlightDialog extends Component {
|
|
13
13
|
constructor(...args) {
|
package/dist/es2019/version.json
CHANGED
|
@@ -22,7 +22,7 @@ import { DialogImage } from '../styled/dialog';
|
|
|
22
22
|
import SpotlightCard from './spotlight-card';
|
|
23
23
|
import ValueChanged from './value-changed';
|
|
24
24
|
var packageName = "@atlaskit/onboarding";
|
|
25
|
-
var packageVersion = "10.6.
|
|
25
|
+
var packageVersion = "10.6.4";
|
|
26
26
|
|
|
27
27
|
var SpotlightDialog = /*#__PURE__*/function (_Component) {
|
|
28
28
|
_inherits(SpotlightDialog, _Component);
|
package/dist/esm/version.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/onboarding",
|
|
3
|
-
"version": "10.6.
|
|
3
|
+
"version": "10.6.4",
|
|
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/"
|
|
@@ -27,14 +27,14 @@
|
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@atlaskit/analytics-next": "^8.0.0",
|
|
30
|
-
"@atlaskit/button": "^16.
|
|
30
|
+
"@atlaskit/button": "^16.5.0",
|
|
31
31
|
"@atlaskit/ds-lib": "^2.1.0",
|
|
32
32
|
"@atlaskit/heading": "^1.0.0",
|
|
33
33
|
"@atlaskit/modal-dialog": "^12.4.0",
|
|
34
|
-
"@atlaskit/popper": "^5.
|
|
34
|
+
"@atlaskit/popper": "^5.4.0",
|
|
35
35
|
"@atlaskit/portal": "^4.0.0",
|
|
36
36
|
"@atlaskit/theme": "^12.2.0",
|
|
37
|
-
"@atlaskit/tokens": "^0.
|
|
37
|
+
"@atlaskit/tokens": "^0.12.0",
|
|
38
38
|
"@babel/runtime": "^7.0.0",
|
|
39
39
|
"@emotion/react": "^11.7.1",
|
|
40
40
|
"bind-event-listener": "^2.1.1",
|
|
@@ -54,8 +54,8 @@
|
|
|
54
54
|
"@atlaskit/avatar": "^21.1.0",
|
|
55
55
|
"@atlaskit/docs": "*",
|
|
56
56
|
"@atlaskit/icon": "^21.11.0",
|
|
57
|
-
"@atlaskit/progress-indicator": "^9.
|
|
58
|
-
"@atlaskit/select": "^
|
|
57
|
+
"@atlaskit/progress-indicator": "^9.4.0",
|
|
58
|
+
"@atlaskit/select": "^16.0.0",
|
|
59
59
|
"@atlaskit/ssr": "*",
|
|
60
60
|
"@atlaskit/visual-regression": "*",
|
|
61
61
|
"@atlaskit/webdriver-runner": "*",
|
package/report.api.md
CHANGED
|
@@ -1,12 +1,17 @@
|
|
|
1
|
+
<!-- API Report Version: 2.2 -->
|
|
2
|
+
|
|
1
3
|
## API Report File for "@atlaskit/onboarding"
|
|
2
4
|
|
|
3
|
-
> Do not edit this file.
|
|
5
|
+
> Do not edit this file. This report is auto-generated using [API Extractor](https://api-extractor.com/).
|
|
6
|
+
> [Learn more about API reports](https://hello.atlassian.net/wiki/spaces/UR/pages/1825484529/Package+API+Reports)
|
|
7
|
+
|
|
8
|
+
### Table of contents
|
|
9
|
+
|
|
10
|
+
- [Main Entry Types](#main-entry-types)
|
|
4
11
|
|
|
5
|
-
|
|
6
|
-
Generated API Report version: 2.0
|
|
7
|
-
-->
|
|
12
|
+
### Main Entry Types
|
|
8
13
|
|
|
9
|
-
|
|
14
|
+
<!--SECTION START: Main Entry Types-->
|
|
10
15
|
|
|
11
16
|
```ts
|
|
12
17
|
/// <reference types="react" />
|
|
@@ -57,11 +62,11 @@ export class Modal extends Component<ModalProps> {
|
|
|
57
62
|
// (undocumented)
|
|
58
63
|
footerComponent: (
|
|
59
64
|
props: ModalProps,
|
|
60
|
-
) =>
|
|
65
|
+
) => (() => jsx.JSX.Element | null) | ElementType<ModalFooterProps>;
|
|
61
66
|
// (undocumented)
|
|
62
67
|
headerComponent: (
|
|
63
68
|
props: ModalProps,
|
|
64
|
-
) =>
|
|
69
|
+
) => (() => jsx.JSX.Element) | ElementType<ModalHeaderProps>;
|
|
65
70
|
// (undocumented)
|
|
66
71
|
render(): jsx.JSX.Element;
|
|
67
72
|
}
|
|
@@ -110,7 +115,7 @@ interface SpotlightCardProps {
|
|
|
110
115
|
};
|
|
111
116
|
heading?: ReactNode;
|
|
112
117
|
headingAfterElement?: ReactNode;
|
|
113
|
-
image?:
|
|
118
|
+
image?: ReactNode | string;
|
|
114
119
|
// @deprecated (undocumented)
|
|
115
120
|
innerRef?: Ref<HTMLDivElement> | null;
|
|
116
121
|
isFlat?: boolean;
|
|
@@ -176,18 +181,18 @@ interface SpotlightProps {
|
|
|
176
181
|
actionsBeforeElement?: ReactNode;
|
|
177
182
|
children?: ReactNode;
|
|
178
183
|
dialogPlacement?:
|
|
179
|
-
| 'top left'
|
|
180
|
-
| 'top center'
|
|
181
|
-
| 'top right'
|
|
182
|
-
| 'right top'
|
|
183
|
-
| 'right middle'
|
|
184
|
-
| 'right bottom'
|
|
185
|
-
| 'bottom left'
|
|
186
184
|
| 'bottom center'
|
|
185
|
+
| 'bottom left'
|
|
187
186
|
| 'bottom right'
|
|
188
|
-
| 'left
|
|
187
|
+
| 'left bottom'
|
|
189
188
|
| 'left middle'
|
|
190
|
-
| 'left
|
|
189
|
+
| 'left top'
|
|
190
|
+
| 'right bottom'
|
|
191
|
+
| 'right middle'
|
|
192
|
+
| 'right top'
|
|
193
|
+
| 'top center'
|
|
194
|
+
| 'top left'
|
|
195
|
+
| 'top right';
|
|
191
196
|
dialogWidth?: number;
|
|
192
197
|
footer?: ComponentType<any>;
|
|
193
198
|
header?: ComponentType<any>;
|
|
@@ -265,3 +270,5 @@ export function useSpotlight(): {
|
|
|
265
270
|
|
|
266
271
|
// (No @packageDocumentation comment for this package)
|
|
267
272
|
```
|
|
273
|
+
|
|
274
|
+
<!--SECTION END: Main Entry Types-->
|