@atlaskit/inline-edit 15.2.0 → 15.2.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 +6 -0
- package/dist/cjs/inline-edit.js +2 -2
- package/dist/es2019/inline-edit.js +2 -2
- package/dist/esm/inline-edit.js +2 -2
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/dist/cjs/inline-edit.js
CHANGED
|
@@ -29,7 +29,7 @@ var fieldStyles = null;
|
|
|
29
29
|
var analyticsAttributes = {
|
|
30
30
|
componentName: 'inlineEdit',
|
|
31
31
|
packageName: "@atlaskit/inline-edit",
|
|
32
|
-
packageVersion: "15.2.
|
|
32
|
+
packageVersion: "15.2.1"
|
|
33
33
|
};
|
|
34
34
|
var InnerInlineEdit = function InnerInlineEdit(props) {
|
|
35
35
|
var _props$startWithEditV = props.startWithEditViewOpen,
|
|
@@ -192,7 +192,7 @@ var InnerInlineEdit = function InnerInlineEdit(props) {
|
|
|
192
192
|
onSubmit: onSubmit,
|
|
193
193
|
ref: formRef
|
|
194
194
|
// Below we have added a class name to the form element to prevent the default focus on the form element
|
|
195
|
-
// This is because due to some default focus being applied to the form element, the inline edit component
|
|
195
|
+
// This is because due to some default focus being applied to the form element, the inline edit component
|
|
196
196
|
// was being focused automatically and causing scroll issues in issue view
|
|
197
197
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop
|
|
198
198
|
,
|
|
@@ -15,7 +15,7 @@ const fieldStyles = null;
|
|
|
15
15
|
const analyticsAttributes = {
|
|
16
16
|
componentName: 'inlineEdit',
|
|
17
17
|
packageName: "@atlaskit/inline-edit",
|
|
18
|
-
packageVersion: "15.2.
|
|
18
|
+
packageVersion: "15.2.1"
|
|
19
19
|
};
|
|
20
20
|
const InnerInlineEdit = props => {
|
|
21
21
|
const {
|
|
@@ -167,7 +167,7 @@ const InnerInlineEdit = props => {
|
|
|
167
167
|
onSubmit: onSubmit,
|
|
168
168
|
ref: formRef
|
|
169
169
|
// Below we have added a class name to the form element to prevent the default focus on the form element
|
|
170
|
-
// This is because due to some default focus being applied to the form element, the inline edit component
|
|
170
|
+
// This is because due to some default focus being applied to the form element, the inline edit component
|
|
171
171
|
// was being focused automatically and causing scroll issues in issue view
|
|
172
172
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop
|
|
173
173
|
,
|
package/dist/esm/inline-edit.js
CHANGED
|
@@ -19,7 +19,7 @@ var fieldStyles = null;
|
|
|
19
19
|
var analyticsAttributes = {
|
|
20
20
|
componentName: 'inlineEdit',
|
|
21
21
|
packageName: "@atlaskit/inline-edit",
|
|
22
|
-
packageVersion: "15.2.
|
|
22
|
+
packageVersion: "15.2.1"
|
|
23
23
|
};
|
|
24
24
|
var InnerInlineEdit = function InnerInlineEdit(props) {
|
|
25
25
|
var _props$startWithEditV = props.startWithEditViewOpen,
|
|
@@ -182,7 +182,7 @@ var InnerInlineEdit = function InnerInlineEdit(props) {
|
|
|
182
182
|
onSubmit: onSubmit,
|
|
183
183
|
ref: formRef
|
|
184
184
|
// Below we have added a class name to the form element to prevent the default focus on the form element
|
|
185
|
-
// This is because due to some default focus being applied to the form element, the inline edit component
|
|
185
|
+
// This is because due to some default focus being applied to the form element, the inline edit component
|
|
186
186
|
// was being focused automatically and causing scroll issues in issue view
|
|
187
187
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop
|
|
188
188
|
,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/inline-edit",
|
|
3
|
-
"version": "15.2.
|
|
3
|
+
"version": "15.2.1",
|
|
4
4
|
"description": "An inline edit displays a custom input component that switches between reading and editing on the same page.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -39,10 +39,10 @@
|
|
|
39
39
|
"@atlaskit/codemod-utils": "^4.2.0",
|
|
40
40
|
"@atlaskit/css": "^0.10.0",
|
|
41
41
|
"@atlaskit/form": "^12.0.0",
|
|
42
|
-
"@atlaskit/icon": "^
|
|
42
|
+
"@atlaskit/icon": "^26.0.0",
|
|
43
43
|
"@atlaskit/inline-dialog": "^17.0.0",
|
|
44
44
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
45
|
-
"@atlaskit/primitives": "^14.
|
|
45
|
+
"@atlaskit/primitives": "^14.7.0",
|
|
46
46
|
"@atlaskit/textfield": "^8.0.0",
|
|
47
47
|
"@atlaskit/theme": "^18.0.0",
|
|
48
48
|
"@atlaskit/tokens": "^4.8.0",
|