@atlaskit/textarea 4.5.2 → 4.5.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 +12 -0
- package/dist/cjs/text-area.js +1 -1
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/text-area.js +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/text-area.js +1 -1
- package/dist/esm/version.json +1 -1
- package/package.json +4 -4
- package/report.api.md +196 -188
package/CHANGELOG.md
CHANGED
package/dist/cjs/text-area.js
CHANGED
|
@@ -40,7 +40,7 @@ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (O
|
|
|
40
40
|
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { (0, _defineProperty2.default)(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
41
41
|
|
|
42
42
|
var packageName = "@atlaskit/textarea";
|
|
43
|
-
var packageVersion = "4.5.
|
|
43
|
+
var packageVersion = "4.5.4";
|
|
44
44
|
var analyticsParams = {
|
|
45
45
|
componentName: 'textArea',
|
|
46
46
|
packageName: packageName,
|
package/dist/cjs/version.json
CHANGED
package/dist/es2019/text-area.js
CHANGED
|
@@ -8,7 +8,7 @@ import { useGlobalTheme } from '@atlaskit/theme/components';
|
|
|
8
8
|
import { borderWidth, getBaseStyles, themeStyles } from './styles';
|
|
9
9
|
import { Theme } from './theme';
|
|
10
10
|
const packageName = "@atlaskit/textarea";
|
|
11
|
-
const packageVersion = "4.5.
|
|
11
|
+
const packageVersion = "4.5.4";
|
|
12
12
|
const analyticsParams = {
|
|
13
13
|
componentName: 'textArea',
|
|
14
14
|
packageName,
|
package/dist/es2019/version.json
CHANGED
package/dist/esm/text-area.js
CHANGED
|
@@ -16,7 +16,7 @@ import { useGlobalTheme } from '@atlaskit/theme/components';
|
|
|
16
16
|
import { borderWidth, getBaseStyles, themeStyles } from './styles';
|
|
17
17
|
import { Theme } from './theme';
|
|
18
18
|
var packageName = "@atlaskit/textarea";
|
|
19
|
-
var packageVersion = "4.5.
|
|
19
|
+
var packageVersion = "4.5.4";
|
|
20
20
|
var analyticsParams = {
|
|
21
21
|
componentName: 'textArea',
|
|
22
22
|
packageName: packageName,
|
package/dist/esm/version.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/textarea",
|
|
3
|
-
"version": "4.5.
|
|
3
|
+
"version": "4.5.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/"
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@atlaskit/analytics-next": "^8.0.0",
|
|
36
36
|
"@atlaskit/theme": "^12.2.0",
|
|
37
|
-
"@atlaskit/tokens": "^0.
|
|
37
|
+
"@atlaskit/tokens": "^0.13.0",
|
|
38
38
|
"@babel/runtime": "^7.0.0",
|
|
39
39
|
"@emotion/react": "^11.7.1"
|
|
40
40
|
},
|
|
@@ -42,10 +42,10 @@
|
|
|
42
42
|
"react": "^16.8.0"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@atlaskit/button": "^16.
|
|
45
|
+
"@atlaskit/button": "^16.5.0",
|
|
46
46
|
"@atlaskit/docs": "*",
|
|
47
47
|
"@atlaskit/ds-lib": "^2.1.0",
|
|
48
|
-
"@atlaskit/form": "^8.
|
|
48
|
+
"@atlaskit/form": "^8.8.0",
|
|
49
49
|
"@atlaskit/section-message": "^6.3.0",
|
|
50
50
|
"@atlaskit/ssr": "*",
|
|
51
51
|
"@atlaskit/visual-regression": "*",
|
package/report.api.md
CHANGED
|
@@ -1,12 +1,17 @@
|
|
|
1
|
+
<!-- API Report Version: 2.2 -->
|
|
2
|
+
|
|
1
3
|
## API Report File for "@atlaskit/textarea"
|
|
2
4
|
|
|
3
|
-
> Do not edit this file.
|
|
5
|
+
> Do not edit this file. This report is auto-generated using [API Extractor](https://api-extractor.com/).
|
|
6
|
+
> [Learn more about API reports](https://hello.atlassian.net/wiki/spaces/UR/pages/1825484529/Package+API+Reports)
|
|
7
|
+
|
|
8
|
+
### Table of contents
|
|
9
|
+
|
|
10
|
+
- [Main Entry Types](#main-entry-types)
|
|
4
11
|
|
|
5
|
-
|
|
6
|
-
Generated API Report version: 2.0
|
|
7
|
-
-->
|
|
12
|
+
### Main Entry Types
|
|
8
13
|
|
|
9
|
-
|
|
14
|
+
<!--SECTION START: Main Entry Types-->
|
|
10
15
|
|
|
11
16
|
```ts
|
|
12
17
|
/// <reference types="react" />
|
|
@@ -22,7 +27,7 @@ type Combine<First, Second> = Omit<First, keyof Second> & Second;
|
|
|
22
27
|
|
|
23
28
|
// @public (undocumented)
|
|
24
29
|
interface OwnProps extends WithAnalyticsEventsProps {
|
|
25
|
-
appearance?: '
|
|
30
|
+
appearance?: 'none' | 'standard' | 'subtle';
|
|
26
31
|
defaultValue?: string;
|
|
27
32
|
isCompact?: boolean;
|
|
28
33
|
isDisabled?: boolean;
|
|
@@ -33,11 +38,11 @@ interface OwnProps extends WithAnalyticsEventsProps {
|
|
|
33
38
|
maxHeight?: string;
|
|
34
39
|
minimumRows?: number;
|
|
35
40
|
name?: string;
|
|
36
|
-
onBlur?:
|
|
37
|
-
onChange?:
|
|
38
|
-
onFocus?:
|
|
41
|
+
onBlur?: React.FocusEventHandler<HTMLTextAreaElement>;
|
|
42
|
+
onChange?: React.ChangeEventHandler<HTMLTextAreaElement>;
|
|
43
|
+
onFocus?: React.FocusEventHandler<HTMLTextAreaElement>;
|
|
39
44
|
placeholder?: string;
|
|
40
|
-
resize?: 'auto' | '
|
|
45
|
+
resize?: 'auto' | 'horizontal' | 'none' | 'smart' | 'vertical';
|
|
41
46
|
spellCheck?: boolean;
|
|
42
47
|
testId?: string;
|
|
43
48
|
theme?: any;
|
|
@@ -49,67 +54,9 @@ const TextArea: React_2.MemoExoticComponent<
|
|
|
49
54
|
React_2.ForwardRefExoticComponent<
|
|
50
55
|
Pick<
|
|
51
56
|
TextAreaProps,
|
|
52
|
-
| 'appearance'
|
|
53
|
-
| 'color'
|
|
54
|
-
| 'maxHeight'
|
|
55
|
-
| 'resize'
|
|
56
|
-
| 'hidden'
|
|
57
|
-
| 'style'
|
|
58
|
-
| 'wrap'
|
|
59
|
-
| 'minimumRows'
|
|
60
|
-
| 'isMonospaced'
|
|
61
|
-
| 'autoComplete'
|
|
62
|
-
| 'autoFocus'
|
|
63
|
-
| 'cols'
|
|
64
|
-
| 'dirName'
|
|
65
|
-
| 'form'
|
|
66
|
-
| 'maxLength'
|
|
67
|
-
| 'minLength'
|
|
68
|
-
| 'name'
|
|
69
|
-
| 'placeholder'
|
|
70
|
-
| 'readOnly'
|
|
71
|
-
| 'rows'
|
|
72
|
-
| 'value'
|
|
73
|
-
| 'onChange'
|
|
74
|
-
| 'defaultChecked'
|
|
75
|
-
| 'defaultValue'
|
|
76
|
-
| 'suppressContentEditableWarning'
|
|
77
|
-
| 'suppressHydrationWarning'
|
|
78
|
-
| 'accessKey'
|
|
79
|
-
| 'className'
|
|
80
|
-
| 'contentEditable'
|
|
81
|
-
| 'contextMenu'
|
|
82
|
-
| 'dir'
|
|
83
|
-
| 'draggable'
|
|
84
|
-
| 'id'
|
|
85
|
-
| 'lang'
|
|
86
|
-
| 'slot'
|
|
87
|
-
| 'spellCheck'
|
|
88
|
-
| 'tabIndex'
|
|
89
|
-
| 'title'
|
|
90
|
-
| 'inputMode'
|
|
91
|
-
| 'is'
|
|
92
|
-
| 'radioGroup'
|
|
93
|
-
| 'role'
|
|
94
57
|
| 'about'
|
|
95
|
-
| '
|
|
96
|
-
| '
|
|
97
|
-
| 'prefix'
|
|
98
|
-
| 'property'
|
|
99
|
-
| 'resource'
|
|
100
|
-
| 'typeof'
|
|
101
|
-
| 'vocab'
|
|
102
|
-
| 'autoCapitalize'
|
|
103
|
-
| 'autoCorrect'
|
|
104
|
-
| 'autoSave'
|
|
105
|
-
| 'itemProp'
|
|
106
|
-
| 'itemScope'
|
|
107
|
-
| 'itemType'
|
|
108
|
-
| 'itemID'
|
|
109
|
-
| 'itemRef'
|
|
110
|
-
| 'results'
|
|
111
|
-
| 'security'
|
|
112
|
-
| 'unselectable'
|
|
58
|
+
| 'accessKey'
|
|
59
|
+
| 'appearance'
|
|
113
60
|
| 'aria-activedescendant'
|
|
114
61
|
| 'aria-atomic'
|
|
115
62
|
| 'aria-autocomplete'
|
|
@@ -158,95 +105,82 @@ const TextArea: React_2.MemoExoticComponent<
|
|
|
158
105
|
| 'aria-valuemin'
|
|
159
106
|
| 'aria-valuenow'
|
|
160
107
|
| 'aria-valuetext'
|
|
108
|
+
| 'autoCapitalize'
|
|
109
|
+
| 'autoComplete'
|
|
110
|
+
| 'autoCorrect'
|
|
111
|
+
| 'autoFocus'
|
|
112
|
+
| 'autoSave'
|
|
161
113
|
| 'children'
|
|
114
|
+
| 'className'
|
|
115
|
+
| 'color'
|
|
116
|
+
| 'cols'
|
|
117
|
+
| 'contentEditable'
|
|
118
|
+
| 'contextMenu'
|
|
119
|
+
| 'createAnalyticsEvent'
|
|
162
120
|
| 'dangerouslySetInnerHTML'
|
|
163
|
-
| '
|
|
164
|
-
| '
|
|
165
|
-
| '
|
|
166
|
-
| '
|
|
167
|
-
| '
|
|
168
|
-
| '
|
|
169
|
-
| '
|
|
170
|
-
| '
|
|
171
|
-
| '
|
|
172
|
-
| '
|
|
173
|
-
| '
|
|
174
|
-
| '
|
|
175
|
-
| '
|
|
176
|
-
| '
|
|
177
|
-
| '
|
|
178
|
-
| '
|
|
179
|
-
| '
|
|
180
|
-
| '
|
|
181
|
-
| '
|
|
182
|
-
| '
|
|
183
|
-
| '
|
|
184
|
-
| '
|
|
185
|
-
| '
|
|
186
|
-
| '
|
|
187
|
-
| '
|
|
188
|
-
| '
|
|
189
|
-
| '
|
|
190
|
-
| '
|
|
191
|
-
| '
|
|
192
|
-
| 'onError'
|
|
193
|
-
| 'onErrorCapture'
|
|
194
|
-
| 'onKeyDown'
|
|
195
|
-
| 'onKeyDownCapture'
|
|
196
|
-
| 'onKeyPress'
|
|
197
|
-
| 'onKeyPressCapture'
|
|
198
|
-
| 'onKeyUp'
|
|
199
|
-
| 'onKeyUpCapture'
|
|
121
|
+
| 'datatype'
|
|
122
|
+
| 'defaultChecked'
|
|
123
|
+
| 'defaultValue'
|
|
124
|
+
| 'dir'
|
|
125
|
+
| 'dirName'
|
|
126
|
+
| 'draggable'
|
|
127
|
+
| 'form'
|
|
128
|
+
| 'hidden'
|
|
129
|
+
| 'id'
|
|
130
|
+
| 'inlist'
|
|
131
|
+
| 'inputMode'
|
|
132
|
+
| 'is'
|
|
133
|
+
| 'isCompact'
|
|
134
|
+
| 'isDisabled'
|
|
135
|
+
| 'isInvalid'
|
|
136
|
+
| 'isMonospaced'
|
|
137
|
+
| 'isReadOnly'
|
|
138
|
+
| 'isRequired'
|
|
139
|
+
| 'itemID'
|
|
140
|
+
| 'itemProp'
|
|
141
|
+
| 'itemRef'
|
|
142
|
+
| 'itemScope'
|
|
143
|
+
| 'itemType'
|
|
144
|
+
| 'lang'
|
|
145
|
+
| 'maxHeight'
|
|
146
|
+
| 'maxLength'
|
|
147
|
+
| 'minLength'
|
|
148
|
+
| 'minimumRows'
|
|
149
|
+
| 'name'
|
|
200
150
|
| 'onAbort'
|
|
201
151
|
| 'onAbortCapture'
|
|
152
|
+
| 'onAnimationEnd'
|
|
153
|
+
| 'onAnimationEndCapture'
|
|
154
|
+
| 'onAnimationIteration'
|
|
155
|
+
| 'onAnimationIterationCapture'
|
|
156
|
+
| 'onAnimationStart'
|
|
157
|
+
| 'onAnimationStartCapture'
|
|
158
|
+
| 'onAuxClick'
|
|
159
|
+
| 'onAuxClickCapture'
|
|
160
|
+
| 'onBeforeInput'
|
|
161
|
+
| 'onBeforeInputCapture'
|
|
162
|
+
| 'onBlur'
|
|
163
|
+
| 'onBlurCapture'
|
|
202
164
|
| 'onCanPlay'
|
|
203
165
|
| 'onCanPlayCapture'
|
|
204
166
|
| 'onCanPlayThrough'
|
|
205
167
|
| 'onCanPlayThroughCapture'
|
|
206
|
-
| '
|
|
207
|
-
| '
|
|
208
|
-
| 'onEmptied'
|
|
209
|
-
| 'onEmptiedCapture'
|
|
210
|
-
| 'onEncrypted'
|
|
211
|
-
| 'onEncryptedCapture'
|
|
212
|
-
| 'onEnded'
|
|
213
|
-
| 'onEndedCapture'
|
|
214
|
-
| 'onLoadedData'
|
|
215
|
-
| 'onLoadedDataCapture'
|
|
216
|
-
| 'onLoadedMetadata'
|
|
217
|
-
| 'onLoadedMetadataCapture'
|
|
218
|
-
| 'onLoadStart'
|
|
219
|
-
| 'onLoadStartCapture'
|
|
220
|
-
| 'onPause'
|
|
221
|
-
| 'onPauseCapture'
|
|
222
|
-
| 'onPlay'
|
|
223
|
-
| 'onPlayCapture'
|
|
224
|
-
| 'onPlaying'
|
|
225
|
-
| 'onPlayingCapture'
|
|
226
|
-
| 'onProgress'
|
|
227
|
-
| 'onProgressCapture'
|
|
228
|
-
| 'onRateChange'
|
|
229
|
-
| 'onRateChangeCapture'
|
|
230
|
-
| 'onSeeked'
|
|
231
|
-
| 'onSeekedCapture'
|
|
232
|
-
| 'onSeeking'
|
|
233
|
-
| 'onSeekingCapture'
|
|
234
|
-
| 'onStalled'
|
|
235
|
-
| 'onStalledCapture'
|
|
236
|
-
| 'onSuspend'
|
|
237
|
-
| 'onSuspendCapture'
|
|
238
|
-
| 'onTimeUpdate'
|
|
239
|
-
| 'onTimeUpdateCapture'
|
|
240
|
-
| 'onVolumeChange'
|
|
241
|
-
| 'onVolumeChangeCapture'
|
|
242
|
-
| 'onWaiting'
|
|
243
|
-
| 'onWaitingCapture'
|
|
244
|
-
| 'onAuxClick'
|
|
245
|
-
| 'onAuxClickCapture'
|
|
168
|
+
| 'onChange'
|
|
169
|
+
| 'onChangeCapture'
|
|
246
170
|
| 'onClick'
|
|
247
171
|
| 'onClickCapture'
|
|
172
|
+
| 'onCompositionEnd'
|
|
173
|
+
| 'onCompositionEndCapture'
|
|
174
|
+
| 'onCompositionStart'
|
|
175
|
+
| 'onCompositionStartCapture'
|
|
176
|
+
| 'onCompositionUpdate'
|
|
177
|
+
| 'onCompositionUpdateCapture'
|
|
248
178
|
| 'onContextMenu'
|
|
249
179
|
| 'onContextMenuCapture'
|
|
180
|
+
| 'onCopy'
|
|
181
|
+
| 'onCopyCapture'
|
|
182
|
+
| 'onCut'
|
|
183
|
+
| 'onCutCapture'
|
|
250
184
|
| 'onDoubleClick'
|
|
251
185
|
| 'onDoubleClickCapture'
|
|
252
186
|
| 'onDrag'
|
|
@@ -265,6 +199,40 @@ const TextArea: React_2.MemoExoticComponent<
|
|
|
265
199
|
| 'onDragStartCapture'
|
|
266
200
|
| 'onDrop'
|
|
267
201
|
| 'onDropCapture'
|
|
202
|
+
| 'onDurationChange'
|
|
203
|
+
| 'onDurationChangeCapture'
|
|
204
|
+
| 'onEmptied'
|
|
205
|
+
| 'onEmptiedCapture'
|
|
206
|
+
| 'onEncrypted'
|
|
207
|
+
| 'onEncryptedCapture'
|
|
208
|
+
| 'onEnded'
|
|
209
|
+
| 'onEndedCapture'
|
|
210
|
+
| 'onError'
|
|
211
|
+
| 'onErrorCapture'
|
|
212
|
+
| 'onFocus'
|
|
213
|
+
| 'onFocusCapture'
|
|
214
|
+
| 'onGotPointerCapture'
|
|
215
|
+
| 'onGotPointerCaptureCapture'
|
|
216
|
+
| 'onInput'
|
|
217
|
+
| 'onInputCapture'
|
|
218
|
+
| 'onInvalid'
|
|
219
|
+
| 'onInvalidCapture'
|
|
220
|
+
| 'onKeyDown'
|
|
221
|
+
| 'onKeyDownCapture'
|
|
222
|
+
| 'onKeyPress'
|
|
223
|
+
| 'onKeyPressCapture'
|
|
224
|
+
| 'onKeyUp'
|
|
225
|
+
| 'onKeyUpCapture'
|
|
226
|
+
| 'onLoad'
|
|
227
|
+
| 'onLoadCapture'
|
|
228
|
+
| 'onLoadStart'
|
|
229
|
+
| 'onLoadStartCapture'
|
|
230
|
+
| 'onLoadedData'
|
|
231
|
+
| 'onLoadedDataCapture'
|
|
232
|
+
| 'onLoadedMetadata'
|
|
233
|
+
| 'onLoadedMetadataCapture'
|
|
234
|
+
| 'onLostPointerCapture'
|
|
235
|
+
| 'onLostPointerCaptureCapture'
|
|
268
236
|
| 'onMouseDown'
|
|
269
237
|
| 'onMouseDownCapture'
|
|
270
238
|
| 'onMouseEnter'
|
|
@@ -277,56 +245,93 @@ const TextArea: React_2.MemoExoticComponent<
|
|
|
277
245
|
| 'onMouseOverCapture'
|
|
278
246
|
| 'onMouseUp'
|
|
279
247
|
| 'onMouseUpCapture'
|
|
280
|
-
| '
|
|
281
|
-
| '
|
|
282
|
-
| '
|
|
283
|
-
| '
|
|
284
|
-
| '
|
|
285
|
-
| '
|
|
286
|
-
| '
|
|
287
|
-
| '
|
|
288
|
-
| 'onTouchStart'
|
|
289
|
-
| 'onTouchStartCapture'
|
|
290
|
-
| 'onPointerDown'
|
|
291
|
-
| 'onPointerDownCapture'
|
|
292
|
-
| 'onPointerMove'
|
|
293
|
-
| 'onPointerMoveCapture'
|
|
294
|
-
| 'onPointerUp'
|
|
295
|
-
| 'onPointerUpCapture'
|
|
248
|
+
| 'onPaste'
|
|
249
|
+
| 'onPasteCapture'
|
|
250
|
+
| 'onPause'
|
|
251
|
+
| 'onPauseCapture'
|
|
252
|
+
| 'onPlay'
|
|
253
|
+
| 'onPlayCapture'
|
|
254
|
+
| 'onPlaying'
|
|
255
|
+
| 'onPlayingCapture'
|
|
296
256
|
| 'onPointerCancel'
|
|
297
257
|
| 'onPointerCancelCapture'
|
|
258
|
+
| 'onPointerDown'
|
|
259
|
+
| 'onPointerDownCapture'
|
|
298
260
|
| 'onPointerEnter'
|
|
299
261
|
| 'onPointerEnterCapture'
|
|
300
262
|
| 'onPointerLeave'
|
|
301
263
|
| 'onPointerLeaveCapture'
|
|
302
|
-
| '
|
|
303
|
-
| '
|
|
264
|
+
| 'onPointerMove'
|
|
265
|
+
| 'onPointerMoveCapture'
|
|
304
266
|
| 'onPointerOut'
|
|
305
267
|
| 'onPointerOutCapture'
|
|
306
|
-
| '
|
|
307
|
-
| '
|
|
308
|
-
| '
|
|
309
|
-
| '
|
|
268
|
+
| 'onPointerOver'
|
|
269
|
+
| 'onPointerOverCapture'
|
|
270
|
+
| 'onPointerUp'
|
|
271
|
+
| 'onPointerUpCapture'
|
|
272
|
+
| 'onProgress'
|
|
273
|
+
| 'onProgressCapture'
|
|
274
|
+
| 'onRateChange'
|
|
275
|
+
| 'onRateChangeCapture'
|
|
276
|
+
| 'onReset'
|
|
277
|
+
| 'onResetCapture'
|
|
310
278
|
| 'onScroll'
|
|
311
279
|
| 'onScrollCapture'
|
|
312
|
-
| '
|
|
313
|
-
| '
|
|
314
|
-
| '
|
|
315
|
-
| '
|
|
316
|
-
| '
|
|
317
|
-
| '
|
|
318
|
-
| '
|
|
319
|
-
| '
|
|
280
|
+
| 'onSeeked'
|
|
281
|
+
| 'onSeekedCapture'
|
|
282
|
+
| 'onSeeking'
|
|
283
|
+
| 'onSeekingCapture'
|
|
284
|
+
| 'onSelect'
|
|
285
|
+
| 'onSelectCapture'
|
|
286
|
+
| 'onStalled'
|
|
287
|
+
| 'onStalledCapture'
|
|
288
|
+
| 'onSubmit'
|
|
289
|
+
| 'onSubmitCapture'
|
|
290
|
+
| 'onSuspend'
|
|
291
|
+
| 'onSuspendCapture'
|
|
292
|
+
| 'onTimeUpdate'
|
|
293
|
+
| 'onTimeUpdateCapture'
|
|
294
|
+
| 'onTouchCancel'
|
|
295
|
+
| 'onTouchCancelCapture'
|
|
296
|
+
| 'onTouchEnd'
|
|
297
|
+
| 'onTouchEndCapture'
|
|
298
|
+
| 'onTouchMove'
|
|
299
|
+
| 'onTouchMoveCapture'
|
|
300
|
+
| 'onTouchStart'
|
|
301
|
+
| 'onTouchStartCapture'
|
|
320
302
|
| 'onTransitionEnd'
|
|
321
303
|
| 'onTransitionEndCapture'
|
|
322
|
-
| '
|
|
323
|
-
| '
|
|
324
|
-
| '
|
|
325
|
-
| '
|
|
326
|
-
| '
|
|
327
|
-
| '
|
|
304
|
+
| 'onVolumeChange'
|
|
305
|
+
| 'onVolumeChangeCapture'
|
|
306
|
+
| 'onWaiting'
|
|
307
|
+
| 'onWaitingCapture'
|
|
308
|
+
| 'onWheel'
|
|
309
|
+
| 'onWheelCapture'
|
|
310
|
+
| 'placeholder'
|
|
311
|
+
| 'prefix'
|
|
312
|
+
| 'property'
|
|
313
|
+
| 'radioGroup'
|
|
314
|
+
| 'readOnly'
|
|
315
|
+
| 'resize'
|
|
316
|
+
| 'resource'
|
|
317
|
+
| 'results'
|
|
318
|
+
| 'role'
|
|
319
|
+
| 'rows'
|
|
320
|
+
| 'security'
|
|
321
|
+
| 'slot'
|
|
322
|
+
| 'spellCheck'
|
|
323
|
+
| 'style'
|
|
324
|
+
| 'suppressContentEditableWarning'
|
|
325
|
+
| 'suppressHydrationWarning'
|
|
326
|
+
| 'tabIndex'
|
|
328
327
|
| 'testId'
|
|
329
|
-
| '
|
|
328
|
+
| 'theme'
|
|
329
|
+
| 'title'
|
|
330
|
+
| 'typeof'
|
|
331
|
+
| 'unselectable'
|
|
332
|
+
| 'value'
|
|
333
|
+
| 'vocab'
|
|
334
|
+
| 'wrap'
|
|
330
335
|
> &
|
|
331
336
|
React_2.RefAttributes<HTMLTextAreaElement>
|
|
332
337
|
>
|
|
@@ -334,10 +339,10 @@ const TextArea: React_2.MemoExoticComponent<
|
|
|
334
339
|
export default TextArea;
|
|
335
340
|
|
|
336
341
|
// @public (undocumented)
|
|
337
|
-
type TextAreaProps = Combine<
|
|
342
|
+
export type TextAreaProps = Combine<
|
|
338
343
|
Omit<
|
|
339
|
-
|
|
340
|
-
'disabled' | '
|
|
344
|
+
React.TextareaHTMLAttributes<HTMLTextAreaElement>,
|
|
345
|
+
'disabled' | 'readonly' | 'required'
|
|
341
346
|
>,
|
|
342
347
|
OwnProps
|
|
343
348
|
>;
|
|
@@ -357,7 +362,7 @@ export const Theme: {
|
|
|
357
362
|
};
|
|
358
363
|
|
|
359
364
|
// @public (undocumented)
|
|
360
|
-
export type ThemeAppearance = '
|
|
365
|
+
export type ThemeAppearance = 'none' | 'standard' | 'subtle';
|
|
361
366
|
|
|
362
367
|
// @public (undocumented)
|
|
363
368
|
export type ThemeProps = {
|
|
@@ -369,6 +374,7 @@ export type ThemeProps = {
|
|
|
369
374
|
export type ThemeTokens = {
|
|
370
375
|
borderColor: string;
|
|
371
376
|
borderColorFocus: string;
|
|
377
|
+
borderColorHover: string;
|
|
372
378
|
backgroundColor: string;
|
|
373
379
|
backgroundColorFocus: string;
|
|
374
380
|
backgroundColorHover: string;
|
|
@@ -509,3 +515,5 @@ export const themeTokens: {
|
|
|
509
515
|
|
|
510
516
|
// (No @packageDocumentation comment for this package)
|
|
511
517
|
```
|
|
518
|
+
|
|
519
|
+
<!--SECTION END: Main Entry Types-->
|