@atlaskit/popper 7.1.3 → 7.1.5
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 +14 -0
- package/offerings.json +33 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @atlaskit/popper
|
|
2
2
|
|
|
3
|
+
## 7.1.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`248faa32d4835`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/248faa32d4835) -
|
|
8
|
+
Internal changes to how borders are applied.
|
|
9
|
+
|
|
10
|
+
## 7.1.4
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- [`f0662cd7a143e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f0662cd7a143e) -
|
|
15
|
+
Internal changes to how borders are applied.
|
|
16
|
+
|
|
3
17
|
## 7.1.3
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
package/offerings.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"name": "Popper",
|
|
4
|
+
"package": "@atlaskit/popper",
|
|
5
|
+
"import": {
|
|
6
|
+
"name": "Popper",
|
|
7
|
+
"package": "@atlaskit/popper",
|
|
8
|
+
"type": "named"
|
|
9
|
+
},
|
|
10
|
+
"keywords": ["popper", "positioning", "tooltip", "popup", "overlay"],
|
|
11
|
+
"categories": ["utility"],
|
|
12
|
+
"shortDescription": "A component for positioning elements relative to other elements.",
|
|
13
|
+
"status": "general-availability",
|
|
14
|
+
"accessibilityGuidelines": [
|
|
15
|
+
"Ensure proper positioning and visibility",
|
|
16
|
+
"Consider screen reader accessibility",
|
|
17
|
+
"Use appropriate ARIA attributes",
|
|
18
|
+
"Handle focus management"
|
|
19
|
+
],
|
|
20
|
+
"usageGuidelines": [
|
|
21
|
+
"Use for positioning overlays and tooltips",
|
|
22
|
+
"Consider positioning constraints",
|
|
23
|
+
"Handle responsive positioning",
|
|
24
|
+
"Use appropriate z-index management"
|
|
25
|
+
],
|
|
26
|
+
"contentGuidelines": [
|
|
27
|
+
"Ensure positioned content is accessible",
|
|
28
|
+
"Use appropriate positioning strategies",
|
|
29
|
+
"Consider content visibility and readability"
|
|
30
|
+
],
|
|
31
|
+
"examples": ["./examples/00-basic-positioning.tsx"]
|
|
32
|
+
}
|
|
33
|
+
]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/popper",
|
|
3
|
-
"version": "7.1.
|
|
3
|
+
"version": "7.1.5",
|
|
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/"
|
|
@@ -36,12 +36,12 @@
|
|
|
36
36
|
"@af/integration-testing": "workspace:^",
|
|
37
37
|
"@af/visual-regression": "workspace:^",
|
|
38
38
|
"@atlaskit/button": "^23.4.0",
|
|
39
|
-
"@atlaskit/docs": "^11.
|
|
39
|
+
"@atlaskit/docs": "^11.1.0",
|
|
40
40
|
"@atlaskit/ds-lib": "^5.0.0",
|
|
41
41
|
"@atlaskit/link": "^3.2.0",
|
|
42
42
|
"@atlaskit/section-message": "^8.7.0",
|
|
43
|
-
"@atlaskit/theme": "^
|
|
44
|
-
"@atlaskit/tokens": "^6.
|
|
43
|
+
"@atlaskit/theme": "^21.0.0",
|
|
44
|
+
"@atlaskit/tokens": "^6.3.0",
|
|
45
45
|
"@atlassian/ssr-tests": "^0.3.0",
|
|
46
46
|
"@compiled/react": "^0.18.3",
|
|
47
47
|
"@testing-library/react": "^13.4.0",
|