@atlaskit/onboarding 14.0.3 → 14.1.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/package.json +3 -11
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @atlaskit/onboarding
2
2
 
3
+ ## 14.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#154745](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/154745)
8
+ [`7618d9837e247`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7618d9837e247) -
9
+ Tidy up design-system-closed-all-when-click-outside and sibling-dropdown-close-issue to provide
10
+ better keyboard navigation.
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+
3
16
  ## 14.0.3
4
17
 
5
18
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/onboarding",
3
- "version": "14.0.3",
3
+ "version": "14.1.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/"
@@ -43,12 +43,12 @@
43
43
  "@atlaskit/ds-lib": "^4.0.0",
44
44
  "@atlaskit/heading": "^5.2.0",
45
45
  "@atlaskit/layering": "^2.1.0",
46
- "@atlaskit/modal-dialog": "^14.1.0",
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
- "@atlaskit/primitives": "^14.4.0",
51
+ "@atlaskit/primitives": "^14.7.0",
52
52
  "@atlaskit/tokens": "^4.8.0",
53
53
  "@babel/runtime": "^7.0.0",
54
54
  "@compiled/react": "^0.18.3",
@@ -90,14 +90,6 @@
90
90
  "scroll-lock-replacement": {
91
91
  "type": "boolean"
92
92
  },
93
- "design-system-closed-all-when-click-outside": {
94
- "type": "boolean",
95
- "referenceOnly": true
96
- },
97
- "sibling-dropdown-close-issue": {
98
- "type": "boolean",
99
- "referenceOnly": true
100
- },
101
93
  "platform_design_system_team_transition_group_r18": {
102
94
  "type": "boolean",
103
95
  "referenceOnly": true