@atlaskit/popup 4.4.0 → 4.4.1
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 +8 -0
- package/offerings.json +34 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/popup
|
|
2
2
|
|
|
3
|
+
## 4.4.1
|
|
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
|
+
- Updated dependencies
|
|
10
|
+
|
|
3
11
|
## 4.4.0
|
|
4
12
|
|
|
5
13
|
### Minor Changes
|
package/offerings.json
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"name": "Popup",
|
|
4
|
+
"package": "@atlaskit/popup",
|
|
5
|
+
"import": {
|
|
6
|
+
"name": "Popup",
|
|
7
|
+
"package": "@atlaskit/popup",
|
|
8
|
+
"type": "default"
|
|
9
|
+
},
|
|
10
|
+
"keywords": ["popup", "overlay", "floating", "content", "trigger"],
|
|
11
|
+
"categories": ["overlay"],
|
|
12
|
+
"shortDescription": "A component for displaying popup content relative to a trigger element.",
|
|
13
|
+
"status": "general-availability",
|
|
14
|
+
"accessibilityGuidelines": [
|
|
15
|
+
"Provide appropriate focus management",
|
|
16
|
+
"Use clear trigger labels",
|
|
17
|
+
"Ensure keyboard navigation support",
|
|
18
|
+
"Provide escape key dismissal"
|
|
19
|
+
],
|
|
20
|
+
"usageGuidelines": [
|
|
21
|
+
"Use for contextual content that appears on demand",
|
|
22
|
+
"Position appropriately relative to trigger",
|
|
23
|
+
"Consider dismissal behavior",
|
|
24
|
+
"Use appropriate content sizing"
|
|
25
|
+
],
|
|
26
|
+
"contentGuidelines": [
|
|
27
|
+
"Keep popup content focused and relevant",
|
|
28
|
+
"Use clear, concise content",
|
|
29
|
+
"Provide appropriate actions when needed",
|
|
30
|
+
"Consider content hierarchy"
|
|
31
|
+
],
|
|
32
|
+
"examples": ["./examples/ai/popup.tsx"]
|
|
33
|
+
}
|
|
34
|
+
]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/popup",
|
|
3
|
-
"version": "4.4.
|
|
3
|
+
"version": "4.4.1",
|
|
4
4
|
"description": "A popup displays brief content in an overlay.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -58,9 +58,9 @@
|
|
|
58
58
|
"@atlaskit/button": "^23.4.0",
|
|
59
59
|
"@atlaskit/code": "^17.2.0",
|
|
60
60
|
"@atlaskit/docs": "^11.1.0",
|
|
61
|
-
"@atlaskit/form": "^12.
|
|
61
|
+
"@atlaskit/form": "^12.7.0",
|
|
62
62
|
"@atlaskit/heading": "^5.2.0",
|
|
63
|
-
"@atlaskit/icon": "^28.
|
|
63
|
+
"@atlaskit/icon": "^28.2.0",
|
|
64
64
|
"@atlaskit/link": "^3.2.0",
|
|
65
65
|
"@atlaskit/modal-dialog": "^14.3.0",
|
|
66
66
|
"@atlaskit/section-message": "^8.7.0",
|