@atlaskit/onboarding 14.2.5 → 14.2.6

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +15 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @atlaskit/onboarding
2
2
 
3
+ ## 14.2.6
4
+
5
+ ### Patch Changes
6
+
7
+ - [#184470](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/184470)
8
+ [`c73eb5a206371`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c73eb5a206371) -
9
+ Internal refactoring of visual regression tests.
10
+
3
11
  ## 14.2.5
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/onboarding",
3
- "version": "14.2.5",
3
+ "version": "14.2.6",
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/"
@@ -33,9 +33,18 @@
33
33
  "team": "Design System Team",
34
34
  "website": {
35
35
  "name": "Onboarding (spotlight)",
36
- "category": "Messaging"
37
- },
38
- "runReact18": true
36
+ "category": "Messaging",
37
+ "subPages": [
38
+ {
39
+ "title": "Benefits modal",
40
+ "id": "benefits-modal",
41
+ "status": {
42
+ "type": "intent-to-deprecate",
43
+ "description": "We recommend using our [modal dialog](/components/modal-dialog) component instead of this component for all new experiences. This is because modal dialog has a native close button and better default close behaviors, which all significantly improve the accessibility and experience for all users."
44
+ }
45
+ }
46
+ ]
47
+ }
39
48
  },
40
49
  "dependencies": {
41
50
  "@atlaskit/button": "^23.2.0",
@@ -49,7 +58,7 @@
49
58
  "@atlaskit/popper": "^7.1.0",
50
59
  "@atlaskit/portal": "^5.1.0",
51
60
  "@atlaskit/primitives": "^14.10.0",
52
- "@atlaskit/tokens": "^5.4.0",
61
+ "@atlaskit/tokens": "^5.5.0",
53
62
  "@babel/runtime": "^7.0.0",
54
63
  "@compiled/react": "^0.18.3",
55
64
  "bind-event-listener": "^3.0.0",
@@ -69,8 +78,7 @@
69
78
  "@af/accessibility-testing": "workspace:^",
70
79
  "@af/integration-testing": "workspace:^",
71
80
  "@af/visual-regression": "workspace:^",
72
- "@atlaskit/theme": "^18.0.0",
73
- "@atlaskit/visual-regression": "workspace:^",
81
+ "@atlaskit/theme": "^19.0.0",
74
82
  "@atlassian/ssr-tests": "^0.2.0",
75
83
  "@testing-library/react": "^13.4.0",
76
84
  "@testing-library/react-hooks": "^8.0.1",