@atlaskit/inline-edit 15.3.10 → 15.3.11
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 +1 -1
- package/dist/es2019/inline-edit.js +1 -1
- package/dist/esm/inline-edit.js +1 -1
- package/offerings.json +34 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
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: "
|
|
31
|
+
packageVersion: "15.3.10"
|
|
32
32
|
};
|
|
33
33
|
var InnerInlineEdit = function InnerInlineEdit(props) {
|
|
34
34
|
var _props$startWithEditV = props.startWithEditViewOpen,
|
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: "
|
|
22
|
+
packageVersion: "15.3.10"
|
|
23
23
|
};
|
|
24
24
|
var InnerInlineEdit = function InnerInlineEdit(props) {
|
|
25
25
|
var _props$startWithEditV = props.startWithEditViewOpen,
|
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.11",
|
|
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": "^13.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.
|
|
59
|
+
"@atlaskit/docs": "^11.1.0",
|
|
60
60
|
"@atlaskit/ds-lib": "^5.0.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",
|