@atlaskit/textarea 8.2.3 → 8.2.4
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
CHANGED
|
@@ -13,5 +13,5 @@ import { type TextAreaProps } from './types';
|
|
|
13
13
|
* - [Code](https://atlassian.design/components/textarea/code)
|
|
14
14
|
* - [Usage](https://atlassian.design/components/textarea/usage)
|
|
15
15
|
*/
|
|
16
|
-
declare const TextArea: React.MemoExoticComponent<React.ForwardRefExoticComponent<Omit<TextAreaProps,
|
|
16
|
+
declare const TextArea: React.MemoExoticComponent<React.ForwardRefExoticComponent<Omit<TextAreaProps, 'ref'> & React.RefAttributes<HTMLTextAreaElement>>>;
|
|
17
17
|
export default TextArea;
|
|
@@ -13,5 +13,5 @@ import { type TextAreaProps } from './types';
|
|
|
13
13
|
* - [Code](https://atlassian.design/components/textarea/code)
|
|
14
14
|
* - [Usage](https://atlassian.design/components/textarea/usage)
|
|
15
15
|
*/
|
|
16
|
-
declare const TextArea: React.MemoExoticComponent<React.ForwardRefExoticComponent<Omit<TextAreaProps,
|
|
16
|
+
declare const TextArea: React.MemoExoticComponent<React.ForwardRefExoticComponent<Omit<TextAreaProps, 'ref'> & React.RefAttributes<HTMLTextAreaElement>>>;
|
|
17
17
|
export default TextArea;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/textarea",
|
|
3
|
-
"version": "8.2.
|
|
3
|
+
"version": "8.2.4",
|
|
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/"
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"@atlaskit/analytics-next": "^11.1.0",
|
|
37
37
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
38
38
|
"@atlaskit/primitives": "^18.0.0",
|
|
39
|
-
"@atlaskit/theme": "^
|
|
39
|
+
"@atlaskit/theme": "^22.0.0",
|
|
40
40
|
"@atlaskit/tokens": "^11.0.0",
|
|
41
41
|
"@babel/runtime": "^7.0.0",
|
|
42
42
|
"@compiled/react": "^0.18.6"
|
|
@@ -48,9 +48,9 @@
|
|
|
48
48
|
"@af/accessibility-testing": "workspace:^",
|
|
49
49
|
"@af/integration-testing": "workspace:^",
|
|
50
50
|
"@af/visual-regression": "workspace:^",
|
|
51
|
-
"@atlaskit/button": "^23.
|
|
51
|
+
"@atlaskit/button": "^23.10.0",
|
|
52
52
|
"@atlaskit/css": "^0.19.0",
|
|
53
|
-
"@atlaskit/docs": "^11.
|
|
53
|
+
"@atlaskit/docs": "^11.5.0",
|
|
54
54
|
"@atlaskit/ds-lib": "^5.3.0",
|
|
55
55
|
"@atlaskit/form": "^15.3.0",
|
|
56
56
|
"@atlaskit/link": "^3.3.0",
|