@atlaskit/inline-dialog 18.0.0 → 18.0.2
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,19 @@
|
|
|
1
1
|
# @atlaskit/inline-dialog
|
|
2
2
|
|
|
3
|
+
## 18.0.2
|
|
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
|
+
|
|
11
|
+
## 18.0.1
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
|
|
3
17
|
## 18.0.0
|
|
4
18
|
|
|
5
19
|
### Major Changes
|
|
@@ -76,7 +76,7 @@ var InlineDialog = /*#__PURE__*/(0, _react.memo)(function InlineDialog(_ref2) {
|
|
|
76
76
|
action: 'closed',
|
|
77
77
|
componentName: 'inlineDialog',
|
|
78
78
|
packageName: "@atlaskit/inline-dialog",
|
|
79
|
-
packageVersion: "
|
|
79
|
+
packageVersion: "18.0.1"
|
|
80
80
|
});
|
|
81
81
|
|
|
82
82
|
// we put this into a ref to avoid handleCloseRequest having this as a dependency
|
|
@@ -61,7 +61,7 @@ const InlineDialog = /*#__PURE__*/memo(function InlineDialog({
|
|
|
61
61
|
action: 'closed',
|
|
62
62
|
componentName: 'inlineDialog',
|
|
63
63
|
packageName: "@atlaskit/inline-dialog",
|
|
64
|
-
packageVersion: "
|
|
64
|
+
packageVersion: "18.0.1"
|
|
65
65
|
});
|
|
66
66
|
|
|
67
67
|
// we put this into a ref to avoid handleCloseRequest having this as a dependency
|
|
@@ -67,7 +67,7 @@ var InlineDialog = /*#__PURE__*/memo(function InlineDialog(_ref2) {
|
|
|
67
67
|
action: 'closed',
|
|
68
68
|
componentName: 'inlineDialog',
|
|
69
69
|
packageName: "@atlaskit/inline-dialog",
|
|
70
|
-
packageVersion: "
|
|
70
|
+
packageVersion: "18.0.1"
|
|
71
71
|
});
|
|
72
72
|
|
|
73
73
|
// we put this into a ref to avoid handleCloseRequest having this as a dependency
|
package/offerings.json
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"name": "InlineDialog",
|
|
4
|
+
"package": "@atlaskit/inline-dialog",
|
|
5
|
+
"import": {
|
|
6
|
+
"name": "InlineDialog",
|
|
7
|
+
"package": "@atlaskit/inline-dialog",
|
|
8
|
+
"type": "default"
|
|
9
|
+
},
|
|
10
|
+
"keywords": ["dialog", "inline", "popup", "overlay", "tooltip"],
|
|
11
|
+
"categories": ["overlay"],
|
|
12
|
+
"shortDescription": "A component for displaying content in an inline dialog.",
|
|
13
|
+
"status": "general-availability",
|
|
14
|
+
"accessibilityGuidelines": [
|
|
15
|
+
"Ensure proper focus management",
|
|
16
|
+
"Provide clear dialog labels",
|
|
17
|
+
"Use appropriate ARIA attributes",
|
|
18
|
+
"Consider keyboard navigation"
|
|
19
|
+
],
|
|
20
|
+
"usageGuidelines": [
|
|
21
|
+
"Use for contextual information display",
|
|
22
|
+
"Position appropriately relative to trigger",
|
|
23
|
+
"Consider dialog sizing and content",
|
|
24
|
+
"Handle focus and escape key behavior"
|
|
25
|
+
],
|
|
26
|
+
"contentGuidelines": [
|
|
27
|
+
"Use clear, concise dialog content",
|
|
28
|
+
"Provide meaningful dialog titles",
|
|
29
|
+
"Keep content focused and relevant",
|
|
30
|
+
"Use appropriate dialog sizing"
|
|
31
|
+
],
|
|
32
|
+
"examples": ["./examples/ai/inline-dialog.tsx"]
|
|
33
|
+
}
|
|
34
|
+
]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/inline-dialog",
|
|
3
|
-
"version": "18.0.
|
|
3
|
+
"version": "18.0.2",
|
|
4
4
|
"description": "An inline dialog is a pop-up container for small amounts of information. It can also contain controls.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"@atlaskit/layering": "^3.0.0",
|
|
40
40
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
41
41
|
"@atlaskit/popper": "^7.1.0",
|
|
42
|
-
"@atlaskit/theme": "^
|
|
42
|
+
"@atlaskit/theme": "^21.0.0",
|
|
43
43
|
"@atlaskit/tokens": "^6.3.0",
|
|
44
44
|
"@babel/runtime": "^7.0.0",
|
|
45
45
|
"@compiled/react": "^0.18.3",
|
|
@@ -55,13 +55,13 @@
|
|
|
55
55
|
"@atlaskit/button": "^23.4.0",
|
|
56
56
|
"@atlaskit/css": "^0.14.0",
|
|
57
57
|
"@atlaskit/datetime-picker": "^17.0.0",
|
|
58
|
-
"@atlaskit/docs": "^11.
|
|
58
|
+
"@atlaskit/docs": "^11.1.0",
|
|
59
59
|
"@atlaskit/dropdown-menu": "^16.3.0",
|
|
60
60
|
"@atlaskit/link": "^3.2.0",
|
|
61
61
|
"@atlaskit/modal-dialog": "^14.3.0",
|
|
62
62
|
"@atlaskit/primitives": "^14.14.0",
|
|
63
63
|
"@atlaskit/section-message": "^8.7.0",
|
|
64
|
-
"@atlaskit/select": "^21.
|
|
64
|
+
"@atlaskit/select": "^21.3.0",
|
|
65
65
|
"@atlassian/ssr-tests": "^0.3.0",
|
|
66
66
|
"@testing-library/react": "^13.4.0",
|
|
67
67
|
"react-dom": "^18.2.0",
|