@atlaskit/inline-edit 14.0.1 → 14.1.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 +15 -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.js +1 -1
- 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.js +1 -1
- 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.js +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @atlaskit/inline-edit
|
|
2
2
|
|
|
3
|
+
## 14.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#102000](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/102000)
|
|
8
|
+
[`3e1546043c1c3`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3e1546043c1c3) -
|
|
9
|
+
We are testing adding year buttons to the calendar behind a feature flag. If this fix is
|
|
10
|
+
successful it will be available in a later release.
|
|
11
|
+
|
|
12
|
+
## 14.0.2
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- Updated dependencies
|
|
17
|
+
|
|
3
18
|
## 14.0.1
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
package/dist/cjs/inline-edit.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* inline-edit.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* inline-edit.tsx generated by @compiled/babel-plugin v0.35.0 */
|
|
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.0
|
|
32
|
+
packageVersion: "14.1.0"
|
|
33
33
|
};
|
|
34
34
|
var InnerInlineEdit = function InnerInlineEdit(props) {
|
|
35
35
|
var _props$startWithEditV = props.startWithEditViewOpen,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* inline-edit.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* inline-edit.tsx generated by @compiled/babel-plugin v0.35.0 */
|
|
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.0
|
|
18
|
+
packageVersion: "14.1.0"
|
|
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.
|
|
1
|
+
/* inline-editable-textfield.tsx generated by @compiled/babel-plugin v0.35.0 */
|
|
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";
|
package/dist/esm/inline-edit.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* inline-edit.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* inline-edit.tsx generated by @compiled/babel-plugin v0.35.0 */
|
|
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.0
|
|
22
|
+
packageVersion: "14.1.0"
|
|
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.
|
|
1
|
+
/* inline-editable-textfield.tsx generated by @compiled/babel-plugin v0.35.0 */
|
|
2
2
|
import _extends from "@babel/runtime/helpers/extends";
|
|
3
3
|
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
|
4
4
|
var _excluded = ["errorMessage", "isInvalid"];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/inline-edit",
|
|
3
|
-
"version": "14.0
|
|
3
|
+
"version": "14.1.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/"
|
|
@@ -39,13 +39,13 @@
|
|
|
39
39
|
"@atlaskit/codemod-utils": "^4.2.0",
|
|
40
40
|
"@atlaskit/css": "^0.7.0",
|
|
41
41
|
"@atlaskit/form": "^11.0.0",
|
|
42
|
-
"@atlaskit/icon": "^23.
|
|
42
|
+
"@atlaskit/icon": "^23.3.0",
|
|
43
43
|
"@atlaskit/inline-dialog": "^16.0.0",
|
|
44
44
|
"@atlaskit/platform-feature-flags": "^0.3.0",
|
|
45
45
|
"@atlaskit/primitives": "^13.3.0",
|
|
46
46
|
"@atlaskit/textfield": "^6.7.0",
|
|
47
47
|
"@atlaskit/theme": "^14.0.0",
|
|
48
|
-
"@atlaskit/tokens": "^
|
|
48
|
+
"@atlaskit/tokens": "^3.0.0",
|
|
49
49
|
"@atlaskit/visually-hidden": "^1.5.0",
|
|
50
50
|
"@babel/runtime": "^7.0.0",
|
|
51
51
|
"@compiled/react": "^0.18.1"
|
|
@@ -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.11.0",
|
|
60
60
|
"@atlaskit/docs": "*",
|
|
61
61
|
"@atlaskit/ds-lib": "^3.3.0",
|
|
62
62
|
"@atlaskit/section-message": "^6.8.0",
|