@atlaskit/textarea 8.0.9 → 8.0.10
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 +8 -0
- package/dist/cjs/text-area.js +1 -1
- package/dist/es2019/text-area.js +1 -1
- package/dist/esm/text-area.js +1 -1
- package/offerings.json +37 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/textarea
|
|
2
2
|
|
|
3
|
+
## 8.0.10
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`39e543109ec09`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/39e543109ec09) -
|
|
8
|
+
add type info to forwardRef components
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
3
11
|
## 8.0.9
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
package/dist/cjs/text-area.js
CHANGED
package/dist/es2019/text-area.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* text-area.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* text-area.tsx generated by @compiled/babel-plugin v0.38.1 */
|
|
2
2
|
import _extends from "@babel/runtime/helpers/extends";
|
|
3
3
|
import "./text-area.compiled.css";
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
package/dist/esm/text-area.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* text-area.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* text-area.tsx generated by @compiled/babel-plugin v0.38.1 */
|
|
2
2
|
import _extends from "@babel/runtime/helpers/extends";
|
|
3
3
|
import _typeof from "@babel/runtime/helpers/typeof";
|
|
4
4
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
package/offerings.json
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"name": "Textarea",
|
|
4
|
+
"package": "@atlaskit/textarea",
|
|
5
|
+
"import": {
|
|
6
|
+
"name": "Textarea",
|
|
7
|
+
"package": "@atlaskit/textarea",
|
|
8
|
+
"type": "default"
|
|
9
|
+
},
|
|
10
|
+
"keywords": ["textarea", "input", "form", "text", "multiline", "input", "field"],
|
|
11
|
+
"categories": ["forms-and-input"],
|
|
12
|
+
"shortDescription": "A textarea is a multiline text input control for longer text content.",
|
|
13
|
+
"status": "general-availability",
|
|
14
|
+
"accessibilityGuidelines": [
|
|
15
|
+
"Provide clear labels for all textareas",
|
|
16
|
+
"Use appropriate placeholder text that doesn't replace labels",
|
|
17
|
+
"Provide keyboard navigation support",
|
|
18
|
+
"Indicate required fields clearly",
|
|
19
|
+
"Use appropriate error states and messaging"
|
|
20
|
+
],
|
|
21
|
+
"usageGuidelines": [
|
|
22
|
+
"Use for longer text input needs",
|
|
23
|
+
"Provide appropriate sizing for content type",
|
|
24
|
+
"Use clear, descriptive labels",
|
|
25
|
+
"Consider character limits and validation",
|
|
26
|
+
"Use appropriate placeholder text"
|
|
27
|
+
],
|
|
28
|
+
"contentGuidelines": [
|
|
29
|
+
"Write clear, descriptive labels",
|
|
30
|
+
"Use helpful placeholder text",
|
|
31
|
+
"Provide appropriate error messages",
|
|
32
|
+
"Consider content length and formatting"
|
|
33
|
+
],
|
|
34
|
+
"generativeInstructions": "./docs/ai/textarea-instructions.md",
|
|
35
|
+
"examples": ["./examples/ai/textarea.tsx"]
|
|
36
|
+
}
|
|
37
|
+
]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/textarea",
|
|
3
|
-
"version": "8.0.
|
|
3
|
+
"version": "8.0.10",
|
|
4
4
|
"description": "A text area lets users enter long form text which spans over multiple lines.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -35,9 +35,9 @@
|
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@atlaskit/analytics-next": "^11.1.0",
|
|
37
37
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
38
|
-
"@atlaskit/primitives": "^14.
|
|
38
|
+
"@atlaskit/primitives": "^14.15.0",
|
|
39
39
|
"@atlaskit/theme": "^21.0.0",
|
|
40
|
-
"@atlaskit/tokens": "^6.
|
|
40
|
+
"@atlaskit/tokens": "^6.4.0",
|
|
41
41
|
"@babel/runtime": "^7.0.0",
|
|
42
42
|
"@compiled/react": "^0.18.3"
|
|
43
43
|
},
|
|
@@ -50,9 +50,9 @@
|
|
|
50
50
|
"@af/visual-regression": "workspace:^",
|
|
51
51
|
"@atlaskit/button": "^23.4.0",
|
|
52
52
|
"@atlaskit/css": "^0.14.0",
|
|
53
|
-
"@atlaskit/docs": "^11.
|
|
54
|
-
"@atlaskit/ds-lib": "^5.
|
|
55
|
-
"@atlaskit/form": "^
|
|
53
|
+
"@atlaskit/docs": "^11.1.0",
|
|
54
|
+
"@atlaskit/ds-lib": "^5.1.0",
|
|
55
|
+
"@atlaskit/form": "^14.2.0",
|
|
56
56
|
"@atlaskit/link": "^3.2.0",
|
|
57
57
|
"@atlaskit/section-message": "^8.7.0",
|
|
58
58
|
"@atlaskit/ssr": "workspace:^",
|