@atlaskit/onboarding 14.5.7 → 14.5.9

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 +17 -0
  2. package/package.json +21 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @atlaskit/onboarding
2
2
 
3
+ ## 14.5.9
4
+
5
+ ### Patch Changes
6
+
7
+ - [`02483200273ec`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/02483200273ec) -
8
+ Enrol all Design System UI packages into the React Compiler with platform gating via
9
+ isReactCompilerActivePlatform.
10
+ - Updated dependencies
11
+
12
+ ## 14.5.8
13
+
14
+ ### Patch Changes
15
+
16
+ - [`e2085d35701ca`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e2085d35701ca) -
17
+ Internal changes to remove unnecessary token fallbacks and imports from `@atlaskit/theme`
18
+ - Updated dependencies
19
+
3
20
  ## 14.5.7
4
21
 
5
22
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/onboarding",
3
- "version": "14.5.7",
3
+ "version": "14.5.9",
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/"
@@ -26,26 +26,36 @@
26
26
  "atlaskit:src": "src/index.tsx",
27
27
  "homepage": "https://atlassian.design/components/onboarding/",
28
28
  "atlassian": {
29
+ "react-compiler": {
30
+ "enabled": true,
31
+ "gating": {
32
+ "source": "@atlassian/react-compiler-gating",
33
+ "importSpecifierName": "isReactCompilerActivePlatform"
34
+ }
35
+ },
29
36
  "team": "Design System Team",
30
37
  "website": {
31
38
  "name": "Onboarding (spotlight)",
32
39
  "category": "Messaging",
33
40
  "status": {
34
- "type": "deprecated"
41
+ "type": "deprecated",
42
+ "description": "This package is deprecated. Use [@atlaskit/spotlight](https://atlassian.design/components/spotlight/examples)."
35
43
  },
36
44
  "subPages": [
37
45
  {
38
46
  "title": "Benefits modal",
39
47
  "id": "benefits-modal",
40
48
  "status": {
41
- "type": "deprecated"
49
+ "type": "deprecated",
50
+ "description": "This package is deprecated. Use [@atlaskit/modal-dialog](https://atlassian.design/components/modal-dialog/examples)."
42
51
  }
43
52
  },
44
53
  {
45
54
  "title": "Spotlight card",
46
55
  "id": "spotlight-card",
47
56
  "status": {
48
- "type": "deprecated"
57
+ "type": "deprecated",
58
+ "description": "This package is deprecated. Use [@atlaskit/spotlight](https://atlassian.design/components/spotlight/examples)."
49
59
  }
50
60
  }
51
61
  ]
@@ -57,13 +67,13 @@
57
67
  "@atlaskit/ds-lib": "^6.0.0",
58
68
  "@atlaskit/heading": "^5.3.0",
59
69
  "@atlaskit/layering": "^3.6.0",
60
- "@atlaskit/modal-dialog": "^14.11.0",
61
- "@atlaskit/motion": "^5.4.0",
70
+ "@atlaskit/modal-dialog": "^14.14.0",
71
+ "@atlaskit/motion": "^5.5.0",
62
72
  "@atlaskit/platform-feature-flags": "^1.1.0",
63
73
  "@atlaskit/popper": "^7.1.0",
64
- "@atlaskit/portal": "^5.2.0",
65
- "@atlaskit/primitives": "^18.0.0",
66
- "@atlaskit/tokens": "^11.1.0",
74
+ "@atlaskit/portal": "^5.4.0",
75
+ "@atlaskit/primitives": "^18.1.0",
76
+ "@atlaskit/tokens": "^11.4.0",
67
77
  "@babel/runtime": "^7.0.0",
68
78
  "@compiled/react": "^0.20.0",
69
79
  "bind-event-listener": "^3.0.0",
@@ -83,7 +93,9 @@
83
93
  "@af/integration-testing": "workspace:^",
84
94
  "@af/visual-regression": "workspace:^",
85
95
  "@atlaskit/theme": "^22.0.0",
96
+ "@atlassian/react-compiler-gating": "workspace:^",
86
97
  "@atlassian/ssr-tests": "workspace:^",
98
+ "@atlassian/testing-library": "^0.5.0",
87
99
  "@testing-library/react": "^16.3.0",
88
100
  "@testing-library/user-event": "^14.4.3",
89
101
  "@types/exenv": "^1.2.0",