@atlaskit/inline-edit 15.3.10 → 15.3.12
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 +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/offerings.json +34 -0
- 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.
|
|
1
|
+
/* inline-edit.tsx generated by @compiled/babel-plugin v0.38.1 */
|
|
2
2
|
"use strict";
|
|
3
3
|
|
|
4
4
|
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
@@ -28,7 +28,7 @@ var fieldStyles = null;
|
|
|
28
28
|
var analyticsAttributes = {
|
|
29
29
|
componentName: 'inlineEdit',
|
|
30
30
|
packageName: "@atlaskit/inline-edit",
|
|
31
|
-
packageVersion: "
|
|
31
|
+
packageVersion: "15.3.11"
|
|
32
32
|
};
|
|
33
33
|
var InnerInlineEdit = function InnerInlineEdit(props) {
|
|
34
34
|
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.38.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: "
|
|
18
|
+
packageVersion: "15.3.11"
|
|
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.38.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";
|
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.38.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: "
|
|
22
|
+
packageVersion: "15.3.11"
|
|
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.38.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"];
|
package/offerings.json
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"name": "InlineEdit",
|
|
4
|
+
"package": "@atlaskit/inline-edit",
|
|
5
|
+
"import": {
|
|
6
|
+
"name": "InlineEdit",
|
|
7
|
+
"package": "@atlaskit/inline-edit",
|
|
8
|
+
"type": "default"
|
|
9
|
+
},
|
|
10
|
+
"keywords": ["inline", "edit", "editable", "text", "input"],
|
|
11
|
+
"categories": ["form"],
|
|
12
|
+
"shortDescription": "A component for inline editing of text content.",
|
|
13
|
+
"status": "general-availability",
|
|
14
|
+
"accessibilityGuidelines": [
|
|
15
|
+
"Ensure proper focus management",
|
|
16
|
+
"Provide clear edit state indicators",
|
|
17
|
+
"Use appropriate ARIA attributes",
|
|
18
|
+
"Consider keyboard navigation"
|
|
19
|
+
],
|
|
20
|
+
"usageGuidelines": [
|
|
21
|
+
"Use for inline text editing",
|
|
22
|
+
"Provide clear edit state indicators",
|
|
23
|
+
"Handle save and cancel actions",
|
|
24
|
+
"Consider validation requirements"
|
|
25
|
+
],
|
|
26
|
+
"contentGuidelines": [
|
|
27
|
+
"Use clear, descriptive text content",
|
|
28
|
+
"Provide helpful placeholder text",
|
|
29
|
+
"Use appropriate validation messages",
|
|
30
|
+
"Keep content concise but meaningful"
|
|
31
|
+
],
|
|
32
|
+
"examples": ["./examples/ai/inline-edit.tsx"]
|
|
33
|
+
}
|
|
34
|
+
]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/inline-edit",
|
|
3
|
-
"version": "15.3.
|
|
3
|
+
"version": "15.3.12",
|
|
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,11 +37,11 @@
|
|
|
37
37
|
"@atlaskit/button": "^23.4.0",
|
|
38
38
|
"@atlaskit/codemod-utils": "^4.2.0",
|
|
39
39
|
"@atlaskit/css": "^0.14.0",
|
|
40
|
-
"@atlaskit/form": "^
|
|
41
|
-
"@atlaskit/icon": "^28.
|
|
40
|
+
"@atlaskit/form": "^14.0.0",
|
|
41
|
+
"@atlaskit/icon": "^28.2.0",
|
|
42
42
|
"@atlaskit/inline-dialog": "^18.0.0",
|
|
43
43
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
44
|
-
"@atlaskit/primitives": "^14.
|
|
44
|
+
"@atlaskit/primitives": "^14.15.0",
|
|
45
45
|
"@atlaskit/textfield": "^8.0.0",
|
|
46
46
|
"@atlaskit/theme": "^21.0.0",
|
|
47
47
|
"@atlaskit/tokens": "^6.3.0",
|
|
@@ -56,12 +56,12 @@
|
|
|
56
56
|
"@af/accessibility-testing": "workspace:^",
|
|
57
57
|
"@af/integration-testing": "workspace:^",
|
|
58
58
|
"@atlaskit/datetime-picker": "^17.0.0",
|
|
59
|
-
"@atlaskit/docs": "^11.
|
|
60
|
-
"@atlaskit/ds-lib": "^5.
|
|
59
|
+
"@atlaskit/docs": "^11.1.0",
|
|
60
|
+
"@atlaskit/ds-lib": "^5.1.0",
|
|
61
61
|
"@atlaskit/heading": "^5.2.0",
|
|
62
62
|
"@atlaskit/link": "^3.2.0",
|
|
63
63
|
"@atlaskit/section-message": "^8.7.0",
|
|
64
|
-
"@atlaskit/select": "^21.
|
|
64
|
+
"@atlaskit/select": "^21.3.0",
|
|
65
65
|
"@atlaskit/tag": "^14.1.0",
|
|
66
66
|
"@atlaskit/tag-group": "^12.0.0",
|
|
67
67
|
"@atlaskit/textarea": "^8.0.0",
|