@atlaskit/primitives 20.0.0 → 20.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.
- package/CHANGELOG.md +27 -0
- package/dist/cjs/compiled/components/anchor.js +1 -1
- package/dist/cjs/compiled/components/pressable.js +1 -1
- package/dist/cjs/components/anchor.js +1 -1
- package/dist/cjs/components/pressable.js +1 -1
- package/dist/es2019/compiled/components/anchor.js +1 -1
- package/dist/es2019/compiled/components/pressable.js +1 -1
- package/dist/es2019/components/anchor.js +1 -1
- package/dist/es2019/components/pressable.js +1 -1
- package/dist/esm/compiled/components/anchor.js +1 -1
- package/dist/esm/compiled/components/pressable.js +1 -1
- package/dist/esm/components/anchor.js +1 -1
- package/dist/esm/components/pressable.js +1 -1
- package/package.json +27 -27
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,32 @@
|
|
|
1
1
|
# @atlaskit/primitives
|
|
2
2
|
|
|
3
|
+
## 20.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`cd097a2111788`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/cd097a2111788) -
|
|
8
|
+
Republish packages depending on `@atlaskit/react-compiler-gating` so their published dependency
|
|
9
|
+
reference is updated to the renamed `@atlaskit/react-compiler-gating` scope.
|
|
10
|
+
|
|
11
|
+
The earlier rename of `@atlassian/react-compiler-gating` to `@atlaskit/react-compiler-gating` only
|
|
12
|
+
bumped the renamed package itself, so dependent packages were never republished and their
|
|
13
|
+
published versions still referenced the old `@atlassian/react-compiler-gating` name, which is not
|
|
14
|
+
available in the public npm registry. This minor bump republishes all affected packages with the
|
|
15
|
+
corrected dependency.
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Updated dependencies
|
|
20
|
+
|
|
21
|
+
## 20.0.1
|
|
22
|
+
|
|
23
|
+
### Patch Changes
|
|
24
|
+
|
|
25
|
+
- [`ee28cf33718b0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ee28cf33718b0) -
|
|
26
|
+
Add @atlaskit/react-compiler-gating as a runtime dependency to enable React Compiler platform
|
|
27
|
+
gating.
|
|
28
|
+
- Updated dependencies
|
|
29
|
+
|
|
3
30
|
## 20.0.0
|
|
4
31
|
|
|
5
32
|
### Major Changes
|
|
@@ -70,7 +70,7 @@ var AnchorNoRef = function AnchorNoRef(_ref, ref) {
|
|
|
70
70
|
action: 'clicked',
|
|
71
71
|
componentName: componentName || 'Anchor',
|
|
72
72
|
packageName: "@atlaskit/primitives",
|
|
73
|
-
packageVersion: "
|
|
73
|
+
packageVersion: "20.0.1",
|
|
74
74
|
analyticsData: analyticsContext,
|
|
75
75
|
actionSubject: 'link'
|
|
76
76
|
});
|
|
@@ -61,7 +61,7 @@ var Pressable = /*#__PURE__*/(0, _react.forwardRef)(function (_ref, ref) {
|
|
|
61
61
|
action: 'clicked',
|
|
62
62
|
componentName: componentName || 'Pressable',
|
|
63
63
|
packageName: "@atlaskit/primitives",
|
|
64
|
-
packageVersion: "
|
|
64
|
+
packageVersion: "20.0.1",
|
|
65
65
|
analyticsData: analyticsContext,
|
|
66
66
|
actionSubject: 'button'
|
|
67
67
|
});
|
|
@@ -105,7 +105,7 @@ var AnchorNoRef = function AnchorNoRef(_ref, ref) {
|
|
|
105
105
|
action: 'clicked',
|
|
106
106
|
componentName: componentName || 'Anchor',
|
|
107
107
|
packageName: "@atlaskit/primitives",
|
|
108
|
-
packageVersion: "
|
|
108
|
+
packageVersion: "20.0.1",
|
|
109
109
|
analyticsData: analyticsContext,
|
|
110
110
|
actionSubject: 'link'
|
|
111
111
|
});
|
|
@@ -97,7 +97,7 @@ var Pressable = /*#__PURE__*/(0, _react.forwardRef)(function (_ref, ref) {
|
|
|
97
97
|
action: 'clicked',
|
|
98
98
|
componentName: componentName || 'Pressable',
|
|
99
99
|
packageName: "@atlaskit/primitives",
|
|
100
|
-
packageVersion: "
|
|
100
|
+
packageVersion: "20.0.1",
|
|
101
101
|
analyticsData: analyticsContext,
|
|
102
102
|
actionSubject: 'button'
|
|
103
103
|
});
|
|
@@ -48,7 +48,7 @@ const Pressable = /*#__PURE__*/forwardRef(({
|
|
|
48
48
|
action: 'clicked',
|
|
49
49
|
componentName: componentName || 'Pressable',
|
|
50
50
|
packageName: "@atlaskit/primitives",
|
|
51
|
-
packageVersion: "
|
|
51
|
+
packageVersion: "20.0.1",
|
|
52
52
|
analyticsData: analyticsContext,
|
|
53
53
|
actionSubject: 'button'
|
|
54
54
|
});
|
|
@@ -86,7 +86,7 @@ const Pressable = /*#__PURE__*/forwardRef(({
|
|
|
86
86
|
action: 'clicked',
|
|
87
87
|
componentName: componentName || 'Pressable',
|
|
88
88
|
packageName: "@atlaskit/primitives",
|
|
89
|
-
packageVersion: "
|
|
89
|
+
packageVersion: "20.0.1",
|
|
90
90
|
analyticsData: analyticsContext,
|
|
91
91
|
actionSubject: 'button'
|
|
92
92
|
});
|
|
@@ -61,7 +61,7 @@ var AnchorNoRef = function AnchorNoRef(_ref, ref) {
|
|
|
61
61
|
action: 'clicked',
|
|
62
62
|
componentName: componentName || 'Anchor',
|
|
63
63
|
packageName: "@atlaskit/primitives",
|
|
64
|
-
packageVersion: "
|
|
64
|
+
packageVersion: "20.0.1",
|
|
65
65
|
analyticsData: analyticsContext,
|
|
66
66
|
actionSubject: 'link'
|
|
67
67
|
});
|
|
@@ -52,7 +52,7 @@ var Pressable = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
52
52
|
action: 'clicked',
|
|
53
53
|
componentName: componentName || 'Pressable',
|
|
54
54
|
packageName: "@atlaskit/primitives",
|
|
55
|
-
packageVersion: "
|
|
55
|
+
packageVersion: "20.0.1",
|
|
56
56
|
analyticsData: analyticsContext,
|
|
57
57
|
actionSubject: 'button'
|
|
58
58
|
});
|
|
@@ -99,7 +99,7 @@ var AnchorNoRef = function AnchorNoRef(_ref, ref) {
|
|
|
99
99
|
action: 'clicked',
|
|
100
100
|
componentName: componentName || 'Anchor',
|
|
101
101
|
packageName: "@atlaskit/primitives",
|
|
102
|
-
packageVersion: "
|
|
102
|
+
packageVersion: "20.0.1",
|
|
103
103
|
analyticsData: analyticsContext,
|
|
104
104
|
actionSubject: 'link'
|
|
105
105
|
});
|
|
@@ -91,7 +91,7 @@ var Pressable = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
91
91
|
action: 'clicked',
|
|
92
92
|
componentName: componentName || 'Pressable',
|
|
93
93
|
packageName: "@atlaskit/primitives",
|
|
94
|
-
packageVersion: "
|
|
94
|
+
packageVersion: "20.0.1",
|
|
95
95
|
analyticsData: analyticsContext,
|
|
96
96
|
actionSubject: 'button'
|
|
97
97
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/primitives",
|
|
3
|
-
"version": "20.
|
|
3
|
+
"version": "20.1.0",
|
|
4
4
|
"description": "Primitives are token-backed low-level building blocks.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"react-compiler": {
|
|
21
21
|
"enabled": true,
|
|
22
22
|
"gating": {
|
|
23
|
-
"source": "@
|
|
23
|
+
"source": "@atlaskit/react-compiler-gating",
|
|
24
24
|
"importSpecifierName": "isReactCompilerActivePlatform"
|
|
25
25
|
}
|
|
26
26
|
},
|
|
@@ -139,13 +139,14 @@
|
|
|
139
139
|
"codegen-styles": "ts-node -r tsconfig-paths/register ./scripts/codegen-styles.tsx"
|
|
140
140
|
},
|
|
141
141
|
"dependencies": {
|
|
142
|
-
"@atlaskit/analytics-next": "^12.
|
|
143
|
-
"@atlaskit/app-provider": "^5.
|
|
142
|
+
"@atlaskit/analytics-next": "^12.1.0",
|
|
143
|
+
"@atlaskit/app-provider": "^5.1.0",
|
|
144
144
|
"@atlaskit/css": "^1.0.0",
|
|
145
145
|
"@atlaskit/ds-lib": "^8.0.0",
|
|
146
146
|
"@atlaskit/interaction-context": "^4.0.0",
|
|
147
|
-
"@atlaskit/
|
|
148
|
-
"@atlaskit/
|
|
147
|
+
"@atlaskit/react-compiler-gating": "^0.2.0",
|
|
148
|
+
"@atlaskit/tokens": "^15.1.0",
|
|
149
|
+
"@atlaskit/visually-hidden": "^4.1.0",
|
|
149
150
|
"@babel/runtime": "^7.0.0",
|
|
150
151
|
"@compiled/react": "^0.20.0",
|
|
151
152
|
"@emotion/react": "^11.7.1",
|
|
@@ -161,30 +162,29 @@
|
|
|
161
162
|
"@af/formatting": "workspace:^",
|
|
162
163
|
"@af/integration-testing": "workspace:^",
|
|
163
164
|
"@af/visual-regression": "workspace:^",
|
|
164
|
-
"@atlaskit/avatar": "^26.
|
|
165
|
-
"@atlaskit/button": "^24.
|
|
166
|
-
"@atlaskit/checkbox": "^18.
|
|
167
|
-
"@atlaskit/code": "^18.
|
|
165
|
+
"@atlaskit/avatar": "^26.1.0",
|
|
166
|
+
"@atlaskit/button": "^24.2.0",
|
|
167
|
+
"@atlaskit/checkbox": "^18.1.0",
|
|
168
|
+
"@atlaskit/code": "^18.2.0",
|
|
168
169
|
"@atlaskit/docs": "^12.0.0",
|
|
169
|
-
"@atlaskit/dropdown-menu": "^17.
|
|
170
|
-
"@atlaskit/flag": "^18.
|
|
171
|
-
"@atlaskit/form": "^16.
|
|
172
|
-
"@atlaskit/heading": "^6.
|
|
173
|
-
"@atlaskit/icon": "^36.
|
|
174
|
-
"@atlaskit/image": "^4.
|
|
175
|
-
"@atlaskit/link": "^4.
|
|
176
|
-
"@atlaskit/logo": "^21.
|
|
177
|
-
"@atlaskit/lozenge": "^14.
|
|
178
|
-
"@atlaskit/motion": "^7.
|
|
179
|
-
"@atlaskit/object": "^2.
|
|
180
|
-
"@atlaskit/range": "^11.
|
|
181
|
-
"@atlaskit/section-message": "^9.
|
|
182
|
-
"@atlaskit/textfield": "^9.
|
|
183
|
-
"@atlaskit/toggle": "^17.
|
|
184
|
-
"@atlaskit/tooltip": "^23.
|
|
170
|
+
"@atlaskit/dropdown-menu": "^17.1.0",
|
|
171
|
+
"@atlaskit/flag": "^18.1.0",
|
|
172
|
+
"@atlaskit/form": "^16.1.0",
|
|
173
|
+
"@atlaskit/heading": "^6.1.0",
|
|
174
|
+
"@atlaskit/icon": "^36.1.0",
|
|
175
|
+
"@atlaskit/image": "^4.1.0",
|
|
176
|
+
"@atlaskit/link": "^4.1.0",
|
|
177
|
+
"@atlaskit/logo": "^21.2.0",
|
|
178
|
+
"@atlaskit/lozenge": "^14.1.0",
|
|
179
|
+
"@atlaskit/motion": "^7.2.0",
|
|
180
|
+
"@atlaskit/object": "^2.1.0",
|
|
181
|
+
"@atlaskit/range": "^11.1.0",
|
|
182
|
+
"@atlaskit/section-message": "^9.2.0",
|
|
183
|
+
"@atlaskit/textfield": "^9.1.0",
|
|
184
|
+
"@atlaskit/toggle": "^17.1.0",
|
|
185
|
+
"@atlaskit/tooltip": "^23.1.0",
|
|
185
186
|
"@atlassian/analytics-bridge": "^0.8.0",
|
|
186
187
|
"@atlassian/codegen": "^0.2.0",
|
|
187
|
-
"@atlassian/react-compiler-gating": "workspace:^",
|
|
188
188
|
"@atlassian/ssr-tests": "workspace:^",
|
|
189
189
|
"@atlassian/structured-docs-types": "workspace:^",
|
|
190
190
|
"@testing-library/react": "^16.3.0",
|