@atlaskit/inline-edit 15.6.5 → 15.6.6

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,12 @@
1
1
  # @atlaskit/inline-edit
2
2
 
3
+ ## 15.6.6
4
+
5
+ ### Patch Changes
6
+
7
+ - [`b8934c531e413`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b8934c531e413) -
8
+ Internal refactoring
9
+
3
10
  ## 15.6.5
4
11
 
5
12
  ### Patch Changes
@@ -29,7 +29,7 @@ var fieldStyles = null;
29
29
  var analyticsAttributes = {
30
30
  componentName: 'inlineEdit',
31
31
  packageName: "@atlaskit/inline-edit",
32
- packageVersion: "0.0.0-development"
32
+ packageVersion: "15.6.5"
33
33
  };
34
34
  var InnerInlineEdit = function InnerInlineEdit(props) {
35
35
  var _props$startWithEditV = props.startWithEditViewOpen,
@@ -55,7 +55,9 @@ var InlineEditableTextfield = function InlineEditableTextfield(props) {
55
55
  }
56
56
  providedOnCancel === null || providedOnCancel === void 0 || providedOnCancel();
57
57
  }, [defaultValue, providedOnCancel]);
58
- return /*#__PURE__*/_react.default.createElement(_inlineEdit.default, (0, _extends2.default)({}, props, {
58
+ return /*#__PURE__*/_react.default.createElement(_inlineEdit.default
59
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
60
+ , (0, _extends2.default)({}, props, {
59
61
  onCancel: onCancel,
60
62
  defaultValue: defaultValue,
61
63
  editView: function editView(_ref) {
@@ -16,7 +16,7 @@ const fieldStyles = null;
16
16
  const analyticsAttributes = {
17
17
  componentName: 'inlineEdit',
18
18
  packageName: "@atlaskit/inline-edit",
19
- packageVersion: "0.0.0-development"
19
+ packageVersion: "15.6.5"
20
20
  };
21
21
  const InnerInlineEdit = props => {
22
22
  const {
@@ -45,7 +45,9 @@ const InlineEditableTextfield = props => {
45
45
  }
46
46
  providedOnCancel === null || providedOnCancel === void 0 ? void 0 : providedOnCancel();
47
47
  }, [defaultValue, providedOnCancel]);
48
- return /*#__PURE__*/React.createElement(InlineEdit, _extends({}, props, {
48
+ return /*#__PURE__*/React.createElement(InlineEdit
49
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
50
+ , _extends({}, props, {
49
51
  onCancel: onCancel,
50
52
  defaultValue: defaultValue,
51
53
  editView: ({
@@ -20,7 +20,7 @@ var fieldStyles = null;
20
20
  var analyticsAttributes = {
21
21
  componentName: 'inlineEdit',
22
22
  packageName: "@atlaskit/inline-edit",
23
- packageVersion: "0.0.0-development"
23
+ packageVersion: "15.6.5"
24
24
  };
25
25
  var InnerInlineEdit = function InnerInlineEdit(props) {
26
26
  var _props$startWithEditV = props.startWithEditViewOpen,
@@ -46,7 +46,9 @@ var InlineEditableTextfield = function InlineEditableTextfield(props) {
46
46
  }
47
47
  providedOnCancel === null || providedOnCancel === void 0 || providedOnCancel();
48
48
  }, [defaultValue, providedOnCancel]);
49
- return /*#__PURE__*/React.createElement(InlineEdit, _extends({}, props, {
49
+ return /*#__PURE__*/React.createElement(InlineEdit
50
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
51
+ , _extends({}, props, {
50
52
  onCancel: onCancel,
51
53
  defaultValue: defaultValue,
52
54
  editView: function editView(_ref) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/inline-edit",
3
- "version": "15.6.5",
3
+ "version": "15.6.6",
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/"
@@ -23,7 +23,7 @@
23
23
  "sideEffects": [
24
24
  "**/*.compiled.css"
25
25
  ],
26
- "atlaskit:src": "src/index.ts",
26
+ "atlaskit:src": "src/index.tsx",
27
27
  "homepage": "https://atlassian.design/components/inline-edit/",
28
28
  "atlassian": {
29
29
  "team": "Design System Team",