@atlaskit/popper 8.1.0 → 8.3.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 +26 -1
- package/compass.yml +47 -0
- package/dist/cjs/entry-points/manager.js +12 -0
- package/dist/cjs/entry-points/reference.js +12 -0
- package/dist/es2019/entry-points/manager.js +1 -0
- package/dist/es2019/entry-points/reference.js +1 -0
- package/dist/esm/entry-points/manager.js +1 -0
- package/dist/esm/entry-points/reference.js +1 -0
- package/dist/types/entry-points/manager.d.ts +1 -0
- package/dist/types/entry-points/reference.d.ts +1 -0
- package/manager/package.json +10 -0
- package/package.json +11 -11
- package/popper.docs.tsx +5 -1
- package/reference/package.json +10 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
# @atlaskit/popper
|
|
2
2
|
|
|
3
|
+
## 8.3.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`c98e0cf5cc4f6`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c98e0cf5cc4f6) -
|
|
8
|
+
Autofix: add explicit package exports (barrel removal)
|
|
9
|
+
|
|
10
|
+
## 8.2.0
|
|
11
|
+
|
|
12
|
+
### Minor Changes
|
|
13
|
+
|
|
14
|
+
- [`cd097a2111788`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/cd097a2111788) -
|
|
15
|
+
Republish packages depending on `@atlaskit/react-compiler-gating` so their published dependency
|
|
16
|
+
reference is updated to the renamed `@atlaskit/react-compiler-gating` scope.
|
|
17
|
+
|
|
18
|
+
The earlier rename of `@atlassian/react-compiler-gating` to `@atlaskit/react-compiler-gating` only
|
|
19
|
+
bumped the renamed package itself, so dependent packages were never republished and their
|
|
20
|
+
published versions still referenced the old `@atlassian/react-compiler-gating` name, which is not
|
|
21
|
+
available in the public npm registry. This minor bump republishes all affected packages with the
|
|
22
|
+
corrected dependency.
|
|
23
|
+
|
|
24
|
+
### Patch Changes
|
|
25
|
+
|
|
26
|
+
- Updated dependencies
|
|
27
|
+
|
|
3
28
|
## 8.1.0
|
|
4
29
|
|
|
5
30
|
### Minor Changes
|
|
@@ -17,7 +42,7 @@
|
|
|
17
42
|
### Patch Changes
|
|
18
43
|
|
|
19
44
|
- [`ee28cf33718b0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ee28cf33718b0) -
|
|
20
|
-
Add @
|
|
45
|
+
Add @atlaskit/react-compiler-gating as a runtime dependency to enable React Compiler platform
|
|
21
46
|
gating.
|
|
22
47
|
- Updated dependencies
|
|
23
48
|
|
package/compass.yml
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
configVersion: 1
|
|
2
|
+
id: ari:cloud:compass:a436116f-02ce-4520-8fbb-7301462a1674:component/c5751cc6-3513-4070-9deb-af31e86aed34/018ed499-8eb0-4c85-b290-bc9f410ecf2a
|
|
3
|
+
name: '@atlaskit/popper'
|
|
4
|
+
ownerId: ari:cloud:teams::team/814283d6-8695-4329-b2f8-d78b2645722f # Design System Team (ADS)
|
|
5
|
+
labels:
|
|
6
|
+
- platform-code
|
|
7
|
+
- platform-afm
|
|
8
|
+
typeId: OTHER
|
|
9
|
+
fields:
|
|
10
|
+
tier: 4
|
|
11
|
+
lifecycle: Active
|
|
12
|
+
isMonorepoProject: true
|
|
13
|
+
links:
|
|
14
|
+
- name: Root Repository
|
|
15
|
+
type: REPOSITORY
|
|
16
|
+
url: https://bitbucket.org/atlassian/atlassian-frontend-monorepo/src/master
|
|
17
|
+
- name: Slack Channel
|
|
18
|
+
type: CHAT_CHANNEL
|
|
19
|
+
url: https://atlassian.enterprise.slack.com/archives/CFJ9DU39U # #help-design-system
|
|
20
|
+
- name: Popper
|
|
21
|
+
type: REPOSITORY
|
|
22
|
+
url: https://bitbucket.org/atlassian/atlassian-frontend-monorepo/src/master/platform/packages/design-system/popper
|
|
23
|
+
customFields:
|
|
24
|
+
- name: Department
|
|
25
|
+
type: text
|
|
26
|
+
value: Eng - Design System Fundamentals
|
|
27
|
+
- name: Technical Owner
|
|
28
|
+
type: user
|
|
29
|
+
value: ari:cloud:identity::user/557058:86a9b692-7997-49cb-9984-080801b1de91 # Jared Crowe
|
|
30
|
+
- name: Reviewer Team
|
|
31
|
+
type: text
|
|
32
|
+
value: ari:cloud:teams::team/be19136e-6275-419f-be0c-fcee844b8684 # Design System Engineers
|
|
33
|
+
- name: Required Reviewers Opt In
|
|
34
|
+
type: boolean
|
|
35
|
+
value: true
|
|
36
|
+
- name: Reviewer Selection Mechanism
|
|
37
|
+
type: text
|
|
38
|
+
value: random(3)
|
|
39
|
+
- name: Required Reviewer Approvals
|
|
40
|
+
type: number
|
|
41
|
+
value: 1
|
|
42
|
+
- name: Trusted Committers
|
|
43
|
+
type: text
|
|
44
|
+
value: ari:cloud:teams::team/814283d6-8695-4329-b2f8-d78b2645722f # Design System Team (ADS)
|
|
45
|
+
- name: Trusted Reviewer Teams
|
|
46
|
+
type: text
|
|
47
|
+
value: ari:cloud:teams::team/42f4416b-e028-4daa-b2a5-afe213ac75e1 # Design System Designers
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "Reference", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function get() {
|
|
9
|
+
return _reference.Reference;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _reference = require("../reference");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Manager } from '../manager';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Reference } from '../reference';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Manager } from '../manager';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Reference } from '../reference';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Manager } from '../manager';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Reference } from '../reference';
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/popper/manager",
|
|
3
|
+
"main": "../dist/cjs/entry-points/manager.js",
|
|
4
|
+
"module": "../dist/esm/entry-points/manager.js",
|
|
5
|
+
"module:es2019": "../dist/es2019/entry-points/manager.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"**/*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../dist/types/entry-points/manager.d.ts"
|
|
10
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/popper",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.3.0",
|
|
4
4
|
"description": "A wrapper for React Popper for situations which require a bespoke popup where other ADS components are deemed unsuitable",
|
|
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
|
},
|
|
@@ -31,12 +31,12 @@
|
|
|
31
31
|
}
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@atlaskit/browser-apis": "^1.
|
|
34
|
+
"@atlaskit/browser-apis": "^1.1.0",
|
|
35
35
|
"@atlaskit/ds-lib": "^8.0.0",
|
|
36
36
|
"@atlaskit/platform-feature-flags": "^2.0.0",
|
|
37
|
-
"@atlaskit/
|
|
38
|
-
"@atlaskit/
|
|
39
|
-
"@
|
|
37
|
+
"@atlaskit/react-compiler-gating": "^0.2.0",
|
|
38
|
+
"@atlaskit/tokens": "^15.6.0",
|
|
39
|
+
"@atlaskit/top-layer": "^1.6.0",
|
|
40
40
|
"@babel/runtime": "^7.0.0",
|
|
41
41
|
"@compiled/react": "^0.20.0",
|
|
42
42
|
"@popperjs/core": "^2.11.8",
|
|
@@ -55,14 +55,14 @@
|
|
|
55
55
|
"@af/accessibility-testing": "workspace:^",
|
|
56
56
|
"@af/integration-testing": "workspace:^",
|
|
57
57
|
"@af/visual-regression": "workspace:^",
|
|
58
|
-
"@atlaskit/button": "^24.
|
|
58
|
+
"@atlaskit/button": "^24.3.0",
|
|
59
59
|
"@atlaskit/docs": "^12.0.0",
|
|
60
|
-
"@atlaskit/link": "^4.
|
|
61
|
-
"@atlaskit/section-message": "^9.
|
|
62
|
-
"@atlassian/feature-flags-test-utils": "^1.
|
|
60
|
+
"@atlaskit/link": "^4.1.0",
|
|
61
|
+
"@atlaskit/section-message": "^9.2.0",
|
|
62
|
+
"@atlassian/feature-flags-test-utils": "^1.2.0",
|
|
63
63
|
"@atlassian/ssr-tests": "workspace:^",
|
|
64
64
|
"@atlassian/structured-docs-types": "workspace:^",
|
|
65
|
-
"@atlassian/testing-library": "^0.
|
|
65
|
+
"@atlassian/testing-library": "^0.11.0",
|
|
66
66
|
"@testing-library/react": "^16.3.0",
|
|
67
67
|
"@testing-library/user-event": "^14.4.3",
|
|
68
68
|
"react": "^18.2.0",
|
package/popper.docs.tsx
CHANGED
|
@@ -8,9 +8,13 @@ const documentation: StructuredContentSource = {
|
|
|
8
8
|
name: 'Popper',
|
|
9
9
|
description: 'A component for positioning elements relative to other elements.',
|
|
10
10
|
status: 'general-availability',
|
|
11
|
+
designSource: {
|
|
12
|
+
figmaUrl:
|
|
13
|
+
'https://www.figma.com/design/BGz5AdkWe3yTIYdKnTSZuY/ADS-Components?node-id=82088-103357',
|
|
14
|
+
},
|
|
11
15
|
import: {
|
|
12
16
|
name: 'Popper',
|
|
13
|
-
package: '@atlaskit/popper',
|
|
17
|
+
package: '@atlaskit/popper/popper',
|
|
14
18
|
type: 'named',
|
|
15
19
|
packagePath: path.resolve(__dirname),
|
|
16
20
|
packageJson: require('./package.json'),
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/popper/reference",
|
|
3
|
+
"main": "../dist/cjs/entry-points/reference.js",
|
|
4
|
+
"module": "../dist/esm/entry-points/reference.js",
|
|
5
|
+
"module:es2019": "../dist/es2019/entry-points/reference.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"**/*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../dist/types/entry-points/reference.d.ts"
|
|
10
|
+
}
|