@atlaskit/pagination 16.2.7 → 16.2.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.
- package/CHANGELOG.md +15 -0
- package/package.json +13 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @atlaskit/pagination
|
|
2
2
|
|
|
3
|
+
## 16.2.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
|
+
## 16.2.8
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- Updated dependencies
|
|
17
|
+
|
|
3
18
|
## 16.2.7
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/pagination",
|
|
3
|
-
"version": "16.2.
|
|
3
|
+
"version": "16.2.9",
|
|
4
4
|
"description": "Pagination allows you to divide large amounts of content into smaller chunks across multiple pages.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -26,6 +26,13 @@
|
|
|
26
26
|
],
|
|
27
27
|
"atlaskit:src": "src/index.tsx",
|
|
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": "Pagination",
|
|
@@ -33,13 +40,13 @@
|
|
|
33
40
|
}
|
|
34
41
|
},
|
|
35
42
|
"dependencies": {
|
|
36
|
-
"@atlaskit/analytics-next": "^11.
|
|
43
|
+
"@atlaskit/analytics-next": "^11.2.0",
|
|
37
44
|
"@atlaskit/button": "^23.10.0",
|
|
38
45
|
"@atlaskit/css": "^0.19.0",
|
|
39
46
|
"@atlaskit/ds-lib": "^6.0.0",
|
|
40
|
-
"@atlaskit/icon": "^
|
|
41
|
-
"@atlaskit/primitives": "^18.
|
|
42
|
-
"@atlaskit/tokens": "^11.
|
|
47
|
+
"@atlaskit/icon": "^34.0.0",
|
|
48
|
+
"@atlaskit/primitives": "^18.1.0",
|
|
49
|
+
"@atlaskit/tokens": "^11.4.0",
|
|
43
50
|
"@atlaskit/visually-hidden": "^3.0.0",
|
|
44
51
|
"@babel/runtime": "^7.0.0",
|
|
45
52
|
"memoize-one": "^6.0.0"
|
|
@@ -56,6 +63,7 @@
|
|
|
56
63
|
"@atlaskit/heading": "^5.3.0",
|
|
57
64
|
"@atlaskit/link": "^3.3.0",
|
|
58
65
|
"@atlaskit/section-message": "^8.12.0",
|
|
66
|
+
"@atlassian/react-compiler-gating": "workspace:^",
|
|
59
67
|
"@atlassian/ssr-tests": "workspace:^",
|
|
60
68
|
"@atlassian/structured-docs-types": "workspace:^",
|
|
61
69
|
"@testing-library/dom": "^10.1.0",
|