@atlaskit/inline-dialog
Advanced tools
Comparing version 15.0.5 to 15.1.0
# @atlaskit/inline-dialog | ||
## 15.1.0 | ||
### Minor Changes | ||
- [#152984](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/152984) | ||
[`f331091d24ea4`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f331091d24ea4) - | ||
Bug fix for portal logic update behind ff platform_design_system_team_portal_logic_r18_fix | ||
## 15.0.5 | ||
@@ -4,0 +12,0 @@ |
@@ -71,3 +71,3 @@ "use strict"; | ||
packageName: "@atlaskit/inline-dialog", | ||
packageVersion: "15.0.5" | ||
packageVersion: "15.1.0" | ||
}); | ||
@@ -74,0 +74,0 @@ |
@@ -31,3 +31,3 @@ "use strict"; | ||
ref: function ref(node) { | ||
return innerRef(node); | ||
innerRef(node === null || node === void 0 ? void 0 : node.firstElementChild); | ||
} | ||
@@ -34,0 +34,0 @@ }, children); |
@@ -53,3 +53,3 @@ /** | ||
packageName: "@atlaskit/inline-dialog", | ||
packageVersion: "15.0.5" | ||
packageVersion: "15.1.0" | ||
}); | ||
@@ -56,0 +56,0 @@ |
@@ -24,5 +24,7 @@ import React from 'react'; | ||
return /*#__PURE__*/React.createElement("div", { | ||
ref: node => innerRef(node) | ||
ref: node => { | ||
innerRef(node === null || node === void 0 ? void 0 : node.firstElementChild); | ||
} | ||
}, children); | ||
}; | ||
export default NodeResolverWrapper; |
@@ -60,3 +60,3 @@ /** | ||
packageName: "@atlaskit/inline-dialog", | ||
packageVersion: "15.0.5" | ||
packageVersion: "15.1.0" | ||
}); | ||
@@ -63,0 +63,0 @@ |
@@ -24,3 +24,3 @@ import React from 'react'; | ||
ref: function ref(node) { | ||
return innerRef(node); | ||
innerRef(node === null || node === void 0 ? void 0 : node.firstElementChild); | ||
} | ||
@@ -27,0 +27,0 @@ }, children); |
import React, { type FC, type ReactElement } from 'react'; | ||
interface NodeResolverWrapperProps { | ||
hasNodeResolver: boolean; | ||
innerRef: React.RefCallback<HTMLElement>; | ||
innerRef: React.RefCallback<Element>; | ||
children: ReactElement; | ||
@@ -6,0 +6,0 @@ } |
import React, { type FC, type ReactElement } from 'react'; | ||
interface NodeResolverWrapperProps { | ||
hasNodeResolver: boolean; | ||
innerRef: React.RefCallback<HTMLElement>; | ||
innerRef: React.RefCallback<Element>; | ||
children: ReactElement; | ||
@@ -6,0 +6,0 @@ } |
{ | ||
"name": "@atlaskit/inline-dialog", | ||
"version": "15.0.5", | ||
"version": "15.1.0", | ||
"description": "An inline dialog is a pop-up container for small amounts of information. It can also contain controls.", | ||
@@ -45,3 +45,3 @@ "publishConfig": { | ||
"@atlaskit/popper": "^6.3.0", | ||
"@atlaskit/theme": "^13.0.0", | ||
"@atlaskit/theme": "^13.1.0", | ||
"@atlaskit/tokens": "^2.0.0", | ||
@@ -61,3 +61,3 @@ "@babel/runtime": "^7.0.0", | ||
"@atlaskit/button": "^20.2.0", | ||
"@atlaskit/datetime-picker": "^15.3.0", | ||
"@atlaskit/datetime-picker": "^15.4.0", | ||
"@atlaskit/docs": "*", | ||
@@ -64,0 +64,0 @@ "@atlaskit/dropdown-menu": "^12.20.0", |
103109
1091
Updated@atlaskit/theme@^13.1.0