@atlaskit/spotlight 0.11.0 → 0.11.2
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/package.json +11 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @atlaskit/spotlight
|
|
2
2
|
|
|
3
|
+
## 0.11.2
|
|
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
|
+
## 0.11.1
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- Updated dependencies
|
|
17
|
+
|
|
3
18
|
## 0.11.0
|
|
4
19
|
|
|
5
20
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,10 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/spotlight",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.2",
|
|
4
4
|
"description": "A spotlight introduces users to points of interest, from focused messages to multi-step tours.",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"atlassian": {
|
|
8
|
+
"react-compiler": {
|
|
9
|
+
"enabled": true,
|
|
10
|
+
"gating": {
|
|
11
|
+
"source": "@atlassian/react-compiler-gating",
|
|
12
|
+
"importSpecifierName": "isReactCompilerActivePlatform"
|
|
13
|
+
}
|
|
14
|
+
},
|
|
8
15
|
"team": "Design System Team",
|
|
9
16
|
"website": {
|
|
10
17
|
"category": "Messaging",
|
|
@@ -37,7 +44,7 @@
|
|
|
37
44
|
"@atlaskit/css": "^0.19.0",
|
|
38
45
|
"@atlaskit/ds-lib": "^6.0.0",
|
|
39
46
|
"@atlaskit/heading": "^5.3.0",
|
|
40
|
-
"@atlaskit/icon": "^
|
|
47
|
+
"@atlaskit/icon": "^34.0.0",
|
|
41
48
|
"@atlaskit/image": "^3.0.0",
|
|
42
49
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
43
50
|
"@atlaskit/popper": "^7.1.0",
|
|
@@ -57,7 +64,8 @@
|
|
|
57
64
|
"@af/visual-regression": "workspace:^",
|
|
58
65
|
"@atlaskit/dropdown-menu": "^16.8.0",
|
|
59
66
|
"@atlaskit/ssr": "workspace:^",
|
|
60
|
-
"@atlassian/a11y-jest-testing": "^0.
|
|
67
|
+
"@atlassian/a11y-jest-testing": "^0.11.0",
|
|
68
|
+
"@atlassian/react-compiler-gating": "workspace:^",
|
|
61
69
|
"@atlassian/structured-docs-types": "workspace:^",
|
|
62
70
|
"@testing-library/react": "^16.3.0",
|
|
63
71
|
"react-dom": "^18.2.0"
|