@atlaskit/inline-edit 13.5.10 → 13.5.11

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,13 @@
1
1
  # @atlaskit/inline-edit
2
2
 
3
+ ## 13.5.11
4
+
5
+ ### Patch Changes
6
+
7
+ - [#120049](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/120049)
8
+ [`77504ff274f72`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/77504ff274f72) -
9
+ DSP-19576: Assign names to anonymous default exports
10
+
3
11
  ## 13.5.10
4
12
 
5
13
  ### Patch Changes
@@ -50,6 +50,7 @@ const elevateComponentToDefault =
50
50
  });
51
51
  };
52
52
 
53
+ // eslint-disable-next-line import/no-anonymous-default-export
53
54
  export default elevateComponentToDefault(
54
55
  '@atlaskit/inline-edit',
55
56
  '@atlaskit/inline-edit',
@@ -33,6 +33,7 @@ const elevateComponentToNewEntryPoint =
33
33
  });
34
34
  };
35
35
 
36
+ // eslint-disable-next-line import/no-anonymous-default-export
36
37
  export default elevateComponentToNewEntryPoint(
37
38
  '@atlaskit/inline-edit',
38
39
  '@atlaskit/inline-edit/inline-editable-textfield',
@@ -31,7 +31,7 @@ var fieldStyles = (0, _react2.css)({
31
31
  var analyticsAttributes = {
32
32
  componentName: 'inlineEdit',
33
33
  packageName: "@atlaskit/inline-edit",
34
- packageVersion: "13.5.10"
34
+ packageVersion: "13.5.11"
35
35
  };
36
36
  var noop = function noop() {};
37
37
  var InnerInlineEdit = function InnerInlineEdit(props) {
@@ -21,7 +21,7 @@ const fieldStyles = css({
21
21
  const analyticsAttributes = {
22
22
  componentName: 'inlineEdit',
23
23
  packageName: "@atlaskit/inline-edit",
24
- packageVersion: "13.5.10"
24
+ packageVersion: "13.5.11"
25
25
  };
26
26
  const noop = () => {};
27
27
  const InnerInlineEdit = props => {
@@ -25,7 +25,7 @@ var fieldStyles = css({
25
25
  var analyticsAttributes = {
26
26
  componentName: 'inlineEdit',
27
27
  packageName: "@atlaskit/inline-edit",
28
- packageVersion: "13.5.10"
28
+ packageVersion: "13.5.11"
29
29
  };
30
30
  var noop = function noop() {};
31
31
  var InnerInlineEdit = function InnerInlineEdit(props) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/inline-edit",
3
- "version": "13.5.10",
3
+ "version": "13.5.11",
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/"
@@ -37,7 +37,7 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "@atlaskit/analytics-next": "^9.3.0",
40
- "@atlaskit/button": "^18.3.0",
40
+ "@atlaskit/button": "^18.4.0",
41
41
  "@atlaskit/codemod-utils": "^4.2.0",
42
42
  "@atlaskit/form": "^10.4.0",
43
43
  "@atlaskit/icon": "^22.6.0",
@@ -45,7 +45,7 @@
45
45
  "@atlaskit/primitives": "^11.0.0",
46
46
  "@atlaskit/textfield": "^6.4.0",
47
47
  "@atlaskit/theme": "^12.11.0",
48
- "@atlaskit/tokens": "^1.53.0",
48
+ "@atlaskit/tokens": "^1.54.0",
49
49
  "@atlaskit/visually-hidden": "^1.4.0",
50
50
  "@babel/runtime": "^7.0.0",
51
51
  "@emotion/react": "^11.7.1"