@atlaskit/inline-edit 15.2.6 → 15.3.0
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 +12 -0
- package/dist/cjs/inline-edit.js +1 -1
- package/dist/cjs/internal/buttons.js +4 -4
- package/dist/es2019/inline-edit.js +1 -1
- package/dist/es2019/internal/buttons.js +1 -1
- package/dist/esm/inline-edit.js +1 -1
- package/dist/esm/internal/buttons.js +1 -1
- package/package.json +4 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/inline-edit
|
|
2
2
|
|
|
3
|
+
## 15.3.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#175869](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/175869)
|
|
8
|
+
[`e7f822af7edc1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e7f822af7edc1) -
|
|
9
|
+
Updated usages of deprecated icons with replacement icons
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
3
15
|
## 15.2.6
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/dist/cjs/inline-edit.js
CHANGED
|
@@ -28,7 +28,7 @@ var fieldStyles = null;
|
|
|
28
28
|
var analyticsAttributes = {
|
|
29
29
|
componentName: 'inlineEdit',
|
|
30
30
|
packageName: "@atlaskit/inline-edit",
|
|
31
|
-
packageVersion: "15.2.
|
|
31
|
+
packageVersion: "15.2.6"
|
|
32
32
|
};
|
|
33
33
|
var InnerInlineEdit = function InnerInlineEdit(props) {
|
|
34
34
|
var _props$startWithEditV = props.startWithEditViewOpen,
|
|
@@ -12,9 +12,9 @@ var React = _interopRequireWildcard(require("react"));
|
|
|
12
12
|
var _runtime = require("@compiled/react/runtime");
|
|
13
13
|
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
14
14
|
var _new = require("@atlaskit/button/new");
|
|
15
|
-
var
|
|
15
|
+
var _cross = _interopRequireDefault(require("@atlaskit/icon/core/cross"));
|
|
16
16
|
var _checkMarkCheck = _interopRequireDefault(require("@atlaskit/icon/core/migration/check-mark--check"));
|
|
17
|
-
var
|
|
17
|
+
var _cross2 = _interopRequireDefault(require("@atlaskit/icon/glyph/cross"));
|
|
18
18
|
var _colors = require("@atlaskit/theme/colors");
|
|
19
19
|
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
|
|
20
20
|
/* eslint-disable @atlaskit/design-system/no-nested-styles */
|
|
@@ -62,9 +62,9 @@ var Buttons = function Buttons(_ref) {
|
|
|
62
62
|
}
|
|
63
63
|
}, /*#__PURE__*/React.createElement(_new.IconButton, {
|
|
64
64
|
icon: function icon(iconProps) {
|
|
65
|
-
return /*#__PURE__*/React.createElement(
|
|
65
|
+
return /*#__PURE__*/React.createElement(_cross.default, (0, _extends2.default)({}, iconProps, {
|
|
66
66
|
LEGACY_size: "small",
|
|
67
|
-
LEGACY_fallbackIcon:
|
|
67
|
+
LEGACY_fallbackIcon: _cross2.default,
|
|
68
68
|
size: "small"
|
|
69
69
|
}));
|
|
70
70
|
},
|
|
@@ -7,7 +7,7 @@ import { ax, ix } from "@compiled/react/runtime";
|
|
|
7
7
|
/* eslint-disable @atlaskit/ui-styling-standard/no-nested-selectors */
|
|
8
8
|
|
|
9
9
|
import { IconButton } from '@atlaskit/button/new';
|
|
10
|
-
import CrossIcon from '@atlaskit/icon/core/
|
|
10
|
+
import CrossIcon from '@atlaskit/icon/core/cross';
|
|
11
11
|
import CheckMarkIcon from '@atlaskit/icon/core/migration/check-mark--check';
|
|
12
12
|
import CancelIcon from '@atlaskit/icon/glyph/cross';
|
|
13
13
|
import { B400, N0, N20A, N30A, N50A, N60A } from '@atlaskit/theme/colors';
|
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.6"
|
|
23
23
|
};
|
|
24
24
|
var InnerInlineEdit = function InnerInlineEdit(props) {
|
|
25
25
|
var _props$startWithEditV = props.startWithEditViewOpen,
|
|
@@ -7,7 +7,7 @@ import { ax, ix } from "@compiled/react/runtime";
|
|
|
7
7
|
/* eslint-disable @atlaskit/ui-styling-standard/no-nested-selectors */
|
|
8
8
|
|
|
9
9
|
import { IconButton } from '@atlaskit/button/new';
|
|
10
|
-
import CrossIcon from '@atlaskit/icon/core/
|
|
10
|
+
import CrossIcon from '@atlaskit/icon/core/cross';
|
|
11
11
|
import CheckMarkIcon from '@atlaskit/icon/core/migration/check-mark--check';
|
|
12
12
|
import CancelIcon from '@atlaskit/icon/glyph/cross';
|
|
13
13
|
import { B400, N0, N20A, N30A, N50A, N60A } from '@atlaskit/theme/colors';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/inline-edit",
|
|
3
|
-
"version": "15.
|
|
3
|
+
"version": "15.3.0",
|
|
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/"
|
|
@@ -30,8 +30,7 @@
|
|
|
30
30
|
"website": {
|
|
31
31
|
"name": "Inline edit",
|
|
32
32
|
"category": "Text and data display"
|
|
33
|
-
}
|
|
34
|
-
"runReact18": true
|
|
33
|
+
}
|
|
35
34
|
},
|
|
36
35
|
"dependencies": {
|
|
37
36
|
"@atlaskit/analytics-next": "^11.1.0",
|
|
@@ -39,7 +38,7 @@
|
|
|
39
38
|
"@atlaskit/codemod-utils": "^4.2.0",
|
|
40
39
|
"@atlaskit/css": "^0.12.0",
|
|
41
40
|
"@atlaskit/form": "^12.0.0",
|
|
42
|
-
"@atlaskit/icon": "^27.
|
|
41
|
+
"@atlaskit/icon": "^27.3.0",
|
|
43
42
|
"@atlaskit/inline-dialog": "^17.2.0",
|
|
44
43
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
45
44
|
"@atlaskit/primitives": "^14.10.0",
|
|
@@ -62,7 +61,7 @@
|
|
|
62
61
|
"@atlaskit/heading": "^5.2.0",
|
|
63
62
|
"@atlaskit/link": "^3.2.0",
|
|
64
63
|
"@atlaskit/section-message": "^8.2.0",
|
|
65
|
-
"@atlaskit/select": "^21.
|
|
64
|
+
"@atlaskit/select": "^21.1.0",
|
|
66
65
|
"@atlaskit/tag": "^14.0.0",
|
|
67
66
|
"@atlaskit/tag-group": "^12.0.0",
|
|
68
67
|
"@atlaskit/textarea": "^8.0.0",
|