@atlaskit/portal 5.1.5 → 5.1.7

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 CHANGED
@@ -1,5 +1,18 @@
1
1
  # @atlaskit/portal
2
2
 
3
+ ## 5.1.7
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
+ ## 5.1.6
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+
3
16
  ## 5.1.5
4
17
 
5
18
  ### Patch Changes
package/offerings.json ADDED
@@ -0,0 +1,33 @@
1
+ [
2
+ {
3
+ "name": "Portal",
4
+ "package": "@atlaskit/portal",
5
+ "import": {
6
+ "name": "Portal",
7
+ "package": "@atlaskit/portal",
8
+ "type": "default"
9
+ },
10
+ "keywords": ["portal", "render", "dom", "mount", "teleport"],
11
+ "categories": ["utility"],
12
+ "shortDescription": "A component for rendering content outside the normal DOM hierarchy.",
13
+ "status": "general-availability",
14
+ "accessibilityGuidelines": [
15
+ "Ensure proper focus management",
16
+ "Consider screen reader accessibility",
17
+ "Use appropriate ARIA attributes",
18
+ "Handle keyboard navigation"
19
+ ],
20
+ "usageGuidelines": [
21
+ "Use for rendering content outside normal DOM",
22
+ "Consider z-index and positioning",
23
+ "Handle focus management appropriately",
24
+ "Use for modals and overlays"
25
+ ],
26
+ "contentGuidelines": [
27
+ "Ensure portaled content is accessible",
28
+ "Consider content context and purpose",
29
+ "Use appropriate portal placement"
30
+ ],
31
+ "examples": ["./examples/ai/portal.tsx"]
32
+ }
33
+ ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/portal",
3
- "version": "5.1.5",
3
+ "version": "5.1.7",
4
4
  "description": "A wrapper for rendering components in React portals.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -33,7 +33,7 @@
33
33
  },
34
34
  "dependencies": {
35
35
  "@atlaskit/platform-feature-flags": "^1.1.0",
36
- "@atlaskit/theme": "^20.0.0",
36
+ "@atlaskit/theme": "^21.0.0",
37
37
  "@babel/runtime": "^7.0.0"
38
38
  },
39
39
  "peerDependencies": {
@@ -46,19 +46,19 @@
46
46
  "@af/visual-regression": "workspace:^",
47
47
  "@atlaskit/button": "^23.4.0",
48
48
  "@atlaskit/code": "^17.2.0",
49
- "@atlaskit/css": "^0.12.0",
50
- "@atlaskit/docs": "^11.0.0",
49
+ "@atlaskit/css": "^0.14.0",
50
+ "@atlaskit/docs": "^11.1.0",
51
51
  "@atlaskit/ds-lib": "^5.0.0",
52
- "@atlaskit/flag": "^17.3.0",
53
- "@atlaskit/icon": "^28.1.0",
54
- "@atlaskit/inline-dialog": "^17.2.0",
52
+ "@atlaskit/flag": "^17.4.0",
53
+ "@atlaskit/icon": "^28.2.0",
54
+ "@atlaskit/inline-dialog": "^18.0.0",
55
55
  "@atlaskit/link": "^3.2.0",
56
56
  "@atlaskit/modal-dialog": "^14.3.0",
57
- "@atlaskit/onboarding": "^14.3.0",
58
- "@atlaskit/primitives": "^14.12.0",
59
- "@atlaskit/section-message": "^8.6.0",
57
+ "@atlaskit/onboarding": "^14.4.0",
58
+ "@atlaskit/primitives": "^14.14.0",
59
+ "@atlaskit/section-message": "^8.7.0",
60
60
  "@atlaskit/ssr": "workspace:^",
61
- "@atlaskit/tokens": "^6.1.0",
61
+ "@atlaskit/tokens": "^6.3.0",
62
62
  "@atlaskit/tooltip": "^20.4.0",
63
63
  "@atlassian/feature-flags-test-utils": "^0.3.0",
64
64
  "@atlassian/ssr-tests": "^0.3.0",