@atlaskit/inline-edit 14.2.2 → 14.2.3
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/cjs/inline-editable-textfield.js +1 -1
- package/dist/cjs/internal/buttons.js +1 -1
- package/dist/cjs/internal/read-view.compiled.css +1 -1
- package/dist/cjs/internal/read-view.js +2 -2
- package/dist/es2019/inline-edit.js +2 -2
- package/dist/es2019/inline-editable-textfield.js +1 -1
- package/dist/es2019/internal/buttons.js +1 -1
- package/dist/es2019/internal/read-view.compiled.css +1 -1
- package/dist/es2019/internal/read-view.js +2 -2
- package/dist/esm/inline-edit.js +2 -2
- package/dist/esm/inline-editable-textfield.js +1 -1
- package/dist/esm/internal/buttons.js +1 -1
- package/dist/esm/internal/read-view.compiled.css +1 -1
- package/dist/esm/internal/read-view.js +2 -2
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
package/dist/cjs/inline-edit.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* inline-edit.tsx generated by @compiled/babel-plugin v0.36.
|
|
1
|
+
/* inline-edit.tsx generated by @compiled/babel-plugin v0.36.1 */
|
|
2
2
|
"use strict";
|
|
3
3
|
|
|
4
4
|
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
@@ -29,7 +29,7 @@ var fieldStyles = null;
|
|
|
29
29
|
var analyticsAttributes = {
|
|
30
30
|
componentName: 'inlineEdit',
|
|
31
31
|
packageName: "@atlaskit/inline-edit",
|
|
32
|
-
packageVersion: "14.2.
|
|
32
|
+
packageVersion: "14.2.3"
|
|
33
33
|
};
|
|
34
34
|
var InnerInlineEdit = function InnerInlineEdit(props) {
|
|
35
35
|
var _props$startWithEditV = props.startWithEditViewOpen,
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
._1e0c1ule{display:block}
|
|
21
21
|
._1qu2glyw{outline-style:none}
|
|
22
22
|
._2hwxze3t{margin-right:var(--ds-space-0,0)}
|
|
23
|
-
.
|
|
23
|
+
._bfhk1j28{background-color:transparent}
|
|
24
24
|
._ca0qze3t{padding-top:var(--ds-space-0,0)}
|
|
25
25
|
._n3tdze3t{padding-bottom:var(--ds-space-0,0)}
|
|
26
26
|
._otyrze3t{margin-bottom:var(--ds-space-0,0)}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* read-view.tsx generated by @compiled/babel-plugin v0.36.
|
|
1
|
+
/* read-view.tsx generated by @compiled/babel-plugin v0.36.1 */
|
|
2
2
|
"use strict";
|
|
3
3
|
|
|
4
4
|
var _typeof = require("@babel/runtime/helpers/typeof");
|
|
@@ -15,7 +15,7 @@ function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return
|
|
|
15
15
|
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
16
16
|
var readViewContainerStyles = null;
|
|
17
17
|
var editButtonStyles = {
|
|
18
|
-
root: "_12ji1r31 _1qu2glyw _12y3idpf _189e1grb _1dqoglyw _1h6d1j28 _1e0c1ule _19pkze3t _2hwxze3t _otyrze3t _18u0ze3t _ca0qze3t _u5f3ze3t _n3tdze3t _19bvze3t _r06hglyw
|
|
18
|
+
root: "_12ji1r31 _1qu2glyw _12y3idpf _189e1grb _1dqoglyw _1h6d1j28 _1e0c1ule _19pkze3t _2hwxze3t _otyrze3t _18u0ze3t _ca0qze3t _u5f3ze3t _n3tdze3t _19bvze3t _r06hglyw _bfhk1j28 _vwz4kb7n _1xp41p6i _14ly1bk5 _1j8znqa1 _mizu1r31 _ra3xglyw _128midpf"
|
|
19
19
|
};
|
|
20
20
|
var readViewWrapperStyles = null;
|
|
21
21
|
var readViewFitContainerWidthStyles = null;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* inline-edit.tsx generated by @compiled/babel-plugin v0.36.
|
|
1
|
+
/* inline-edit.tsx generated by @compiled/babel-plugin v0.36.1 */
|
|
2
2
|
import "./inline-edit.compiled.css";
|
|
3
3
|
import { ax, ix } from "@compiled/react/runtime";
|
|
4
4
|
import React, { useCallback, useRef, useState } from 'react';
|
|
@@ -15,7 +15,7 @@ const fieldStyles = null;
|
|
|
15
15
|
const analyticsAttributes = {
|
|
16
16
|
componentName: 'inlineEdit',
|
|
17
17
|
packageName: "@atlaskit/inline-edit",
|
|
18
|
-
packageVersion: "14.2.
|
|
18
|
+
packageVersion: "14.2.3"
|
|
19
19
|
};
|
|
20
20
|
const InnerInlineEdit = props => {
|
|
21
21
|
const {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* inline-editable-textfield.tsx generated by @compiled/babel-plugin v0.36.
|
|
1
|
+
/* inline-editable-textfield.tsx generated by @compiled/babel-plugin v0.36.1 */
|
|
2
2
|
import _extends from "@babel/runtime/helpers/extends";
|
|
3
3
|
import "./inline-editable-textfield.compiled.css";
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
._1e0c1ule{display:block}
|
|
21
21
|
._1qu2glyw{outline-style:none}
|
|
22
22
|
._2hwxze3t{margin-right:var(--ds-space-0,0)}
|
|
23
|
-
.
|
|
23
|
+
._bfhk1j28{background-color:transparent}
|
|
24
24
|
._ca0qze3t{padding-top:var(--ds-space-0,0)}
|
|
25
25
|
._n3tdze3t{padding-bottom:var(--ds-space-0,0)}
|
|
26
26
|
._otyrze3t{margin-bottom:var(--ds-space-0,0)}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* read-view.tsx generated by @compiled/babel-plugin v0.36.
|
|
1
|
+
/* read-view.tsx generated by @compiled/babel-plugin v0.36.1 */
|
|
2
2
|
import "./read-view.compiled.css";
|
|
3
3
|
import { ax, ix } from "@compiled/react/runtime";
|
|
4
4
|
import React, { useRef } from 'react';
|
|
@@ -6,7 +6,7 @@ import { Pressable } from '@atlaskit/primitives/compiled';
|
|
|
6
6
|
import { N30 } from '@atlaskit/theme/colors';
|
|
7
7
|
const readViewContainerStyles = null;
|
|
8
8
|
const editButtonStyles = {
|
|
9
|
-
root: "_12ji1r31 _1qu2glyw _12y3idpf _189e1grb _1dqoglyw _1h6d1j28 _1e0c1ule _19pkze3t _2hwxze3t _otyrze3t _18u0ze3t _ca0qze3t _u5f3ze3t _n3tdze3t _19bvze3t _r06hglyw
|
|
9
|
+
root: "_12ji1r31 _1qu2glyw _12y3idpf _189e1grb _1dqoglyw _1h6d1j28 _1e0c1ule _19pkze3t _2hwxze3t _otyrze3t _18u0ze3t _ca0qze3t _u5f3ze3t _n3tdze3t _19bvze3t _r06hglyw _bfhk1j28 _vwz4kb7n _1xp41p6i _14ly1bk5 _1j8znqa1 _mizu1r31 _ra3xglyw _128midpf"
|
|
10
10
|
};
|
|
11
11
|
const readViewWrapperStyles = null;
|
|
12
12
|
const readViewFitContainerWidthStyles = null;
|
package/dist/esm/inline-edit.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* inline-edit.tsx generated by @compiled/babel-plugin v0.36.
|
|
1
|
+
/* inline-edit.tsx generated by @compiled/babel-plugin v0.36.1 */
|
|
2
2
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
3
3
|
import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
|
|
4
4
|
import "./inline-edit.compiled.css";
|
|
@@ -19,7 +19,7 @@ var fieldStyles = null;
|
|
|
19
19
|
var analyticsAttributes = {
|
|
20
20
|
componentName: 'inlineEdit',
|
|
21
21
|
packageName: "@atlaskit/inline-edit",
|
|
22
|
-
packageVersion: "14.2.
|
|
22
|
+
packageVersion: "14.2.3"
|
|
23
23
|
};
|
|
24
24
|
var InnerInlineEdit = function InnerInlineEdit(props) {
|
|
25
25
|
var _props$startWithEditV = props.startWithEditViewOpen,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* inline-editable-textfield.tsx generated by @compiled/babel-plugin v0.36.
|
|
1
|
+
/* inline-editable-textfield.tsx generated by @compiled/babel-plugin v0.36.1 */
|
|
2
2
|
import _extends from "@babel/runtime/helpers/extends";
|
|
3
3
|
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
|
4
4
|
var _excluded = ["errorMessage", "isInvalid"];
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
._1e0c1ule{display:block}
|
|
21
21
|
._1qu2glyw{outline-style:none}
|
|
22
22
|
._2hwxze3t{margin-right:var(--ds-space-0,0)}
|
|
23
|
-
.
|
|
23
|
+
._bfhk1j28{background-color:transparent}
|
|
24
24
|
._ca0qze3t{padding-top:var(--ds-space-0,0)}
|
|
25
25
|
._n3tdze3t{padding-bottom:var(--ds-space-0,0)}
|
|
26
26
|
._otyrze3t{margin-bottom:var(--ds-space-0,0)}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* read-view.tsx generated by @compiled/babel-plugin v0.36.
|
|
1
|
+
/* read-view.tsx generated by @compiled/babel-plugin v0.36.1 */
|
|
2
2
|
import "./read-view.compiled.css";
|
|
3
3
|
import { ax, ix } from "@compiled/react/runtime";
|
|
4
4
|
import React, { useRef } from 'react';
|
|
@@ -6,7 +6,7 @@ import { Pressable } from '@atlaskit/primitives/compiled';
|
|
|
6
6
|
import { N30 } from '@atlaskit/theme/colors';
|
|
7
7
|
var readViewContainerStyles = null;
|
|
8
8
|
var editButtonStyles = {
|
|
9
|
-
root: "_12ji1r31 _1qu2glyw _12y3idpf _189e1grb _1dqoglyw _1h6d1j28 _1e0c1ule _19pkze3t _2hwxze3t _otyrze3t _18u0ze3t _ca0qze3t _u5f3ze3t _n3tdze3t _19bvze3t _r06hglyw
|
|
9
|
+
root: "_12ji1r31 _1qu2glyw _12y3idpf _189e1grb _1dqoglyw _1h6d1j28 _1e0c1ule _19pkze3t _2hwxze3t _otyrze3t _18u0ze3t _ca0qze3t _u5f3ze3t _n3tdze3t _19bvze3t _r06hglyw _bfhk1j28 _vwz4kb7n _1xp41p6i _14ly1bk5 _1j8znqa1 _mizu1r31 _ra3xglyw _128midpf"
|
|
10
10
|
};
|
|
11
11
|
var readViewWrapperStyles = null;
|
|
12
12
|
var readViewFitContainerWidthStyles = null;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/inline-edit",
|
|
3
|
-
"version": "14.2.
|
|
3
|
+
"version": "14.2.3",
|
|
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,12 +39,12 @@
|
|
|
39
39
|
"@atlaskit/codemod-utils": "^4.2.0",
|
|
40
40
|
"@atlaskit/css": "^0.8.0",
|
|
41
41
|
"@atlaskit/form": "^11.1.0",
|
|
42
|
-
"@atlaskit/icon": "^23.
|
|
42
|
+
"@atlaskit/icon": "^23.9.0",
|
|
43
43
|
"@atlaskit/inline-dialog": "^16.1.0",
|
|
44
|
-
"@atlaskit/platform-feature-flags": "^1.
|
|
45
|
-
"@atlaskit/primitives": "^13.
|
|
44
|
+
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
45
|
+
"@atlaskit/primitives": "^13.5.0",
|
|
46
46
|
"@atlaskit/textfield": "^6.8.0",
|
|
47
|
-
"@atlaskit/theme": "^
|
|
47
|
+
"@atlaskit/theme": "^16.0.0",
|
|
48
48
|
"@atlaskit/tokens": "^3.3.0",
|
|
49
49
|
"@atlaskit/visually-hidden": "^1.6.0",
|
|
50
50
|
"@babel/runtime": "^7.0.0",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"@af/accessibility-testing": "*",
|
|
58
58
|
"@af/integration-testing": "*",
|
|
59
|
-
"@atlaskit/datetime-picker": "^15.
|
|
59
|
+
"@atlaskit/datetime-picker": "^15.13.0",
|
|
60
60
|
"@atlaskit/docs": "*",
|
|
61
61
|
"@atlaskit/ds-lib": "^3.5.0",
|
|
62
62
|
"@atlaskit/heading": "^4.1.0",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"@atlaskit/ssr": "*",
|
|
67
67
|
"@atlaskit/tag": "^13.0.0",
|
|
68
68
|
"@atlaskit/tag-group": "^11.1.0",
|
|
69
|
-
"@atlaskit/textarea": "^
|
|
69
|
+
"@atlaskit/textarea": "^7.0.0",
|
|
70
70
|
"@atlaskit/visual-regression": "*",
|
|
71
71
|
"@atlassian/feature-flags-test-utils": "*",
|
|
72
72
|
"@testing-library/react": "^13.4.0",
|