@atlaskit/onboarding 14.2.1 → 14.2.3
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 +15 -0
- package/dist/types/types.d.ts +2 -1
- package/dist/types-ts4.5/types.d.ts +2 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @atlaskit/onboarding
|
|
2
2
|
|
|
3
|
+
## 14.2.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#169950](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/169950)
|
|
8
|
+
[`7437b3aef9373`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7437b3aef9373) -
|
|
9
|
+
Inlined 'ScrollLogicalPosition' type to fix invalid import from
|
|
10
|
+
'scroll-into-view-if-needed/typings/types'
|
|
11
|
+
|
|
12
|
+
## 14.2.2
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- Updated dependencies
|
|
17
|
+
|
|
3
18
|
## 14.2.1
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
package/dist/types/types.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ interface Action extends Omit<CustomThemeButtonProps, 'children'> {
|
|
|
5
5
|
text?: ReactNode;
|
|
6
6
|
}
|
|
7
7
|
export type Actions = Action[];
|
|
8
|
-
export type
|
|
8
|
+
export type ScrollLogicalPosition = 'start' | 'center' | 'end' | 'nearest';
|
|
9
9
|
export interface SpotlightProps {
|
|
10
10
|
/**
|
|
11
11
|
* Buttons to render in the footer.
|
|
@@ -170,3 +170,4 @@ export interface SpotlightCardProps {
|
|
|
170
170
|
*/
|
|
171
171
|
headingId?: string;
|
|
172
172
|
}
|
|
173
|
+
export {};
|
|
@@ -5,7 +5,7 @@ interface Action extends Omit<CustomThemeButtonProps, 'children'> {
|
|
|
5
5
|
text?: ReactNode;
|
|
6
6
|
}
|
|
7
7
|
export type Actions = Action[];
|
|
8
|
-
export type
|
|
8
|
+
export type ScrollLogicalPosition = 'start' | 'center' | 'end' | 'nearest';
|
|
9
9
|
export interface SpotlightProps {
|
|
10
10
|
/**
|
|
11
11
|
* Buttons to render in the footer.
|
|
@@ -170,3 +170,4 @@ export interface SpotlightCardProps {
|
|
|
170
170
|
*/
|
|
171
171
|
headingId?: string;
|
|
172
172
|
}
|
|
173
|
+
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/onboarding",
|
|
3
|
-
"version": "14.2.
|
|
3
|
+
"version": "14.2.3",
|
|
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/"
|
|
@@ -42,14 +42,14 @@
|
|
|
42
42
|
"@atlaskit/css": "^0.10.0",
|
|
43
43
|
"@atlaskit/ds-lib": "^4.0.0",
|
|
44
44
|
"@atlaskit/heading": "^5.2.0",
|
|
45
|
-
"@atlaskit/layering": "^
|
|
45
|
+
"@atlaskit/layering": "^3.0.0",
|
|
46
46
|
"@atlaskit/modal-dialog": "^14.2.0",
|
|
47
47
|
"@atlaskit/motion": "^5.1.0",
|
|
48
48
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
49
49
|
"@atlaskit/popper": "^7.0.0",
|
|
50
50
|
"@atlaskit/portal": "^5.1.0",
|
|
51
51
|
"@atlaskit/primitives": "^14.8.0",
|
|
52
|
-
"@atlaskit/tokens": "^5.
|
|
52
|
+
"@atlaskit/tokens": "^5.1.0",
|
|
53
53
|
"@babel/runtime": "^7.0.0",
|
|
54
54
|
"@compiled/react": "^0.18.3",
|
|
55
55
|
"bind-event-listener": "^3.0.0",
|