@hero-design/rn 8.1.0 → 8.2.1

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.
Files changed (80) hide show
  1. package/.turbo/turbo-build.log +9 -9
  2. package/es/index.js +4179 -4058
  3. package/jest.config.js +1 -1
  4. package/lib/index.js +4179 -4058
  5. package/package.json +11 -12
  6. package/src/components/Accordion/__tests__/__snapshots__/AccordionItem.spec.tsx.snap +0 -8
  7. package/src/components/Accordion/__tests__/__snapshots__/index.spec.tsx.snap +0 -12
  8. package/src/components/Alert/StyledAlert.tsx +4 -2
  9. package/src/components/Alert/__tests__/__snapshots__/index.spec.tsx.snap +120 -5
  10. package/src/components/Alert/__tests__/index.spec.tsx +14 -0
  11. package/src/components/Alert/index.tsx +13 -3
  12. package/src/components/Attachment/__tests__/__snapshots__/index.spec.tsx.snap +0 -2
  13. package/src/components/Avatar/AvatarStack/__tests__/__snapshots__/StyledAvatarStack.spec.tsx.snap +5 -1
  14. package/src/components/Avatar/AvatarStack/__tests__/__snapshots__/index.spec.tsx.snap +45 -9
  15. package/src/components/Avatar/__tests__/__snapshots__/StyledAvatar.spec.tsx.snap +0 -1
  16. package/src/components/Avatar/__tests__/__snapshots__/index.spec.tsx.snap +16 -2
  17. package/src/components/Badge/__tests__/__snapshots__/Badge.spec.tsx.snap +0 -6
  18. package/src/components/Badge/__tests__/__snapshots__/Status.spec.tsx.snap +0 -2
  19. package/src/components/BottomSheet/__tests__/__snapshots__/index.spec.tsx.snap +1 -278
  20. package/src/components/Button/LoadingIndicator/__tests__/__snapshots__/index.spec.tsx.snap +0 -70
  21. package/src/components/Button/UtilityButton/__tests__/__snapshots__/index.spec.tsx.snap +0 -2
  22. package/src/components/Button/__tests__/__snapshots__/IconButton.spec.tsx.snap +0 -1
  23. package/src/components/Button/__tests__/__snapshots__/StyledButton.spec.tsx.snap +5 -10
  24. package/src/components/Calendar/__tests__/__snapshots__/CalendarRowItem.spec.tsx.snap +0 -5
  25. package/src/components/Checkbox/__tests__/__snapshots__/StyledCheckbox.spec.tsx.snap +0 -3
  26. package/src/components/Checkbox/__tests__/__snapshots__/index.spec.tsx.snap +30 -6
  27. package/src/components/Collapse/__tests__/__snapshots__/StyledCollapse.spec.tsx.snap +0 -1
  28. package/src/components/Collapse/__tests__/__snapshots__/index.spec.tsx.snap +0 -2
  29. package/src/components/ContentNavigator/__tests__/__snapshots__/index.spec.tsx.snap +20 -4
  30. package/src/components/DatePicker/__tests__/__snapshots__/DatePickerAndroid.spec.tsx.snap +7 -0
  31. package/src/components/DatePicker/__tests__/__snapshots__/DatePickerIOS.spec.tsx.snap +14 -4
  32. package/src/components/Drawer/DragableDrawer/__tests__/__snapshots__/index.spec.tsx.snap +0 -1
  33. package/src/components/Drawer/__tests__/__snapshots__/index.spec.tsx.snap +0 -6
  34. package/src/components/FAB/ActionGroup/__tests__/__snapshots__/index.spec.tsx.snap +0 -14
  35. package/src/components/FAB/__tests__/__snapshots__/AnimatedFABIcon.spec.tsx.snap +0 -2
  36. package/src/components/FAB/__tests__/__snapshots__/index.spec.tsx.snap +0 -1
  37. package/src/components/Icon/__tests__/__snapshots__/index.spec.tsx.snap +0 -1
  38. package/src/components/List/__tests__/__snapshots__/BasicListItem.spec.tsx.snap +10 -2
  39. package/src/components/List/__tests__/__snapshots__/ListItem.spec.tsx.snap +30 -7
  40. package/src/components/List/__tests__/__snapshots__/StyledBasicListItem.spec.tsx.snap +0 -4
  41. package/src/components/List/__tests__/__snapshots__/StyledListItem.spec.tsx.snap +0 -4
  42. package/src/components/PinInput/__tests__/__snapshots__/index.spec.tsx.snap +4 -0
  43. package/src/components/PinInput/index.tsx +1 -0
  44. package/src/components/Progress/__tests__/__snapshots__/index.spec.js.snap +0 -11
  45. package/src/components/Radio/__tests__/__snapshots__/Radio.spec.tsx.snap +10 -2
  46. package/src/components/Radio/__tests__/__snapshots__/RadioGroup.spec.tsx.snap +15 -3
  47. package/src/components/RichTextEditor/__tests__/__snapshots__/EditorToolbar.spec.tsx.snap +0 -7
  48. package/src/components/RichTextEditor/__tests__/__snapshots__/RichTextEditor.spec.tsx.snap +2 -0
  49. package/src/components/Select/MultiSelect/__tests__/__snapshots__/Option.spec.tsx.snap +5 -1
  50. package/src/components/Select/MultiSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +60 -19
  51. package/src/components/Select/MultiSelect/__tests__/__snapshots__/index.spec.tsx.snap +539 -3057
  52. package/src/components/Select/MultiSelect/__tests__/index.spec.tsx +7 -2
  53. package/src/components/Select/SingleSelect/__tests__/__snapshots__/Option.spec.tsx.snap +5 -1
  54. package/src/components/Select/SingleSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +60 -19
  55. package/src/components/Select/SingleSelect/__tests__/__snapshots__/index.spec.tsx.snap +491 -2745
  56. package/src/components/Select/SingleSelect/__tests__/index.spec.tsx +1 -1
  57. package/src/components/Spinner/__tests__/__snapshots__/AnimatedSpinner.spec.tsx.snap +0 -7
  58. package/src/components/Spinner/__tests__/__snapshots__/StyledSpinner.spec.tsx.snap +0 -28
  59. package/src/components/Spinner/__tests__/__snapshots__/index.spec.tsx.snap +0 -7
  60. package/src/components/Swipeable/__tests__/__snapshots__/SwipeableAction.spec.tsx.snap +0 -3
  61. package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/Option.spec.tsx.snap +0 -3
  62. package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/index.spec.tsx.snap +0 -1
  63. package/src/components/Switch/__tests__/__snapshots__/StyledSwitch.spec.tsx.snap +0 -1
  64. package/src/components/Switch/__tests__/__snapshots__/index.spec.tsx.snap +0 -2
  65. package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabs.spec.tsx.snap +0 -11
  66. package/src/components/Tabs/__tests__/__snapshots__/TabWithBadge.spec.tsx.snap +0 -2
  67. package/src/components/Tabs/__tests__/__snapshots__/index.spec.tsx.snap +0 -4
  68. package/src/components/TextInput/StyledTextInput.tsx +2 -0
  69. package/src/components/TextInput/__tests__/__snapshots__/StyledTextInput.spec.tsx.snap +6 -0
  70. package/src/components/TextInput/__tests__/__snapshots__/index.spec.tsx.snap +19 -1
  71. package/src/components/TimePicker/__tests__/__snapshots__/TimePickerAndroid.spec.tsx.snap +13 -1
  72. package/src/components/TimePicker/__tests__/__snapshots__/TimePickerIOS.spec.tsx.snap +20 -5
  73. package/src/components/Toast/__tests__/__snapshots__/Toast.spec.tsx.snap +0 -13
  74. package/src/components/Toolbar/__tests__/__snapshots__/ToolbarGroup.spec.tsx.snap +30 -6
  75. package/src/components/Toolbar/__tests__/__snapshots__/ToolbarItem.spec.tsx.snap +30 -6
  76. package/src/theme/__tests__/__snapshots__/index.spec.ts.snap +4 -0
  77. package/src/theme/components/textInput.ts +6 -1
  78. package/types/components/Alert/StyledAlert.d.ts +1 -0
  79. package/types/components/Alert/index.d.ts +5 -1
  80. package/types/theme/components/textInput.d.ts +4 -0
@@ -2,10 +2,14 @@
2
2
 
3
3
  exports[`Checkbox renders correctly when checked is false and there is no description 1`] = `
4
4
  <View
5
+ accessibilityState={
6
+ Object {
7
+ "disabled": false,
8
+ }
9
+ }
5
10
  accessible={true}
6
11
  collapsable={false}
7
12
  focusable={false}
8
- nativeID="animatedComponent"
9
13
  onClick={[Function]}
10
14
  onResponderGrant={[Function]}
11
15
  onResponderMove={[Function]}
@@ -52,10 +56,14 @@ exports[`Checkbox renders correctly when checked is false and there is no descri
52
56
 
53
57
  exports[`Checkbox renders correctly when checked is true and there is no description 1`] = `
54
58
  <View
59
+ accessibilityState={
60
+ Object {
61
+ "disabled": false,
62
+ }
63
+ }
55
64
  accessible={true}
56
65
  collapsable={false}
57
66
  focusable={false}
58
- nativeID="animatedComponent"
59
67
  onClick={[Function]}
60
68
  onResponderGrant={[Function]}
61
69
  onResponderMove={[Function]}
@@ -123,10 +131,14 @@ exports[`Checkbox renders correctly when checked is true and there is no descrip
123
131
 
124
132
  exports[`Checkbox renders correctly when disabled is false, withBorder is false 1`] = `
125
133
  <View
134
+ accessibilityState={
135
+ Object {
136
+ "disabled": false,
137
+ }
138
+ }
126
139
  accessible={true}
127
140
  collapsable={false}
128
141
  focusable={false}
129
- nativeID="animatedComponent"
130
142
  onClick={[Function]}
131
143
  onResponderGrant={[Function]}
132
144
  onResponderMove={[Function]}
@@ -199,10 +211,14 @@ exports[`Checkbox renders correctly when disabled is false, withBorder is false
199
211
 
200
212
  exports[`Checkbox renders correctly when disabled is false, withBorder is true 1`] = `
201
213
  <View
214
+ accessibilityState={
215
+ Object {
216
+ "disabled": false,
217
+ }
218
+ }
202
219
  accessible={true}
203
220
  collapsable={false}
204
221
  focusable={false}
205
- nativeID="animatedComponent"
206
222
  onClick={[Function]}
207
223
  onResponderGrant={[Function]}
208
224
  onResponderMove={[Function]}
@@ -279,10 +295,14 @@ exports[`Checkbox renders correctly when disabled is false, withBorder is true 1
279
295
 
280
296
  exports[`Checkbox renders correctly when disabled is true, withBorder is false 1`] = `
281
297
  <View
298
+ accessibilityState={
299
+ Object {
300
+ "disabled": true,
301
+ }
302
+ }
282
303
  accessible={true}
283
304
  collapsable={false}
284
305
  focusable={false}
285
- nativeID="animatedComponent"
286
306
  onClick={[Function]}
287
307
  onResponderGrant={[Function]}
288
308
  onResponderMove={[Function]}
@@ -355,10 +375,14 @@ exports[`Checkbox renders correctly when disabled is true, withBorder is false 1
355
375
 
356
376
  exports[`Checkbox renders correctly when disabled is true, withBorder is true 1`] = `
357
377
  <View
378
+ accessibilityState={
379
+ Object {
380
+ "disabled": true,
381
+ }
382
+ }
358
383
  accessible={true}
359
384
  collapsable={false}
360
385
  focusable={false}
361
- nativeID="animatedComponent"
362
386
  onClick={[Function]}
363
387
  onResponderGrant={[Function]}
364
388
  onResponderMove={[Function]}
@@ -21,7 +21,6 @@ exports[`StyledChildWrapper renders correct style 1`] = `
21
21
  exports[`StyledWrapper renders correct style 1`] = `
22
22
  <View
23
23
  collapsable={false}
24
- nativeID="animatedComponent"
25
24
  style={
26
25
  Object {
27
26
  "margin": 0,
@@ -3,7 +3,6 @@
3
3
  exports[`Collapse renders correctly 1`] = `
4
4
  <View
5
5
  collapsable={false}
6
- nativeID="animatedComponent"
7
6
  style={
8
7
  Object {
9
8
  "height": 0,
@@ -47,7 +46,6 @@ exports[`Collapse renders correctly 1`] = `
47
46
  exports[`Collapse should render Sample Text but not visible 1`] = `
48
47
  <View
49
48
  collapsable={false}
50
- nativeID="animatedComponent"
51
49
  style={
52
50
  Object {
53
51
  "height": 0,
@@ -14,10 +14,14 @@ exports[`rendering renders correctly 1`] = `
14
14
  }
15
15
  >
16
16
  <View
17
+ accessibilityState={
18
+ Object {
19
+ "disabled": false,
20
+ }
21
+ }
17
22
  accessible={true}
18
23
  collapsable={false}
19
24
  focusable={true}
20
- nativeID="animatedComponent"
21
25
  onClick={[Function]}
22
26
  onResponderGrant={[Function]}
23
27
  onResponderMove={[Function]}
@@ -74,10 +78,14 @@ exports[`rendering renders correctly 1`] = `
74
78
  20
75
79
  </Text>
76
80
  <View
81
+ accessibilityState={
82
+ Object {
83
+ "disabled": false,
84
+ }
85
+ }
77
86
  accessible={true}
78
87
  collapsable={false}
79
88
  focusable={true}
80
- nativeID="animatedComponent"
81
89
  onClick={[Function]}
82
90
  onResponderGrant={[Function]}
83
91
  onResponderMove={[Function]}
@@ -124,10 +132,14 @@ exports[`rendering renders correctly when icon buttons are disabled 1`] = `
124
132
  }
125
133
  >
126
134
  <View
135
+ accessibilityState={
136
+ Object {
137
+ "disabled": true,
138
+ }
139
+ }
127
140
  accessible={true}
128
141
  collapsable={false}
129
142
  focusable={true}
130
- nativeID="animatedComponent"
131
143
  onClick={[Function]}
132
144
  onResponderGrant={[Function]}
133
145
  onResponderMove={[Function]}
@@ -184,10 +196,14 @@ exports[`rendering renders correctly when icon buttons are disabled 1`] = `
184
196
  20
185
197
  </Text>
186
198
  <View
199
+ accessibilityState={
200
+ Object {
201
+ "disabled": true,
202
+ }
203
+ }
187
204
  accessible={true}
188
205
  collapsable={false}
189
206
  focusable={true}
190
- nativeID="animatedComponent"
191
207
  onClick={[Function]}
192
208
  onResponderGrant={[Function]}
193
209
  onResponderMove={[Function]}
@@ -2,7 +2,13 @@
2
2
 
3
3
  exports[`DatePickerAndroid renders correctly 1`] = `
4
4
  <View
5
+ accessibilityState={
6
+ Object {
7
+ "disabled": false,
8
+ }
9
+ }
5
10
  accessible={true}
11
+ collapsable={false}
6
12
  focusable={true}
7
13
  onClick={[Function]}
8
14
  onResponderGrant={[Function]}
@@ -140,6 +146,7 @@ exports[`DatePickerAndroid renders correctly 1`] = `
140
146
  "alignSelf": "stretch",
141
147
  "flexGrow": 2,
142
148
  "fontSize": 14,
149
+ "lineHeight": 18,
143
150
  "marginHorizontal": 8,
144
151
  "paddingVertical": 0,
145
152
  "textAlignVertical": "center",
@@ -2,7 +2,13 @@
2
2
 
3
3
  exports[`DatePickerIOS renders correctly 1`] = `
4
4
  <View
5
+ accessibilityState={
6
+ Object {
7
+ "disabled": false,
8
+ }
9
+ }
5
10
  accessible={true}
11
+ collapsable={false}
6
12
  focusable={true}
7
13
  onClick={[Function]}
8
14
  onResponderGrant={[Function]}
@@ -140,6 +146,7 @@ exports[`DatePickerIOS renders correctly 1`] = `
140
146
  "alignSelf": "stretch",
141
147
  "flexGrow": 2,
142
148
  "fontSize": 14,
149
+ "lineHeight": 18,
143
150
  "marginHorizontal": 8,
144
151
  "paddingVertical": 0,
145
152
  "textAlignVertical": "center",
@@ -197,6 +204,7 @@ exports[`DatePickerIOS renders correctly 1`] = `
197
204
  animationType="none"
198
205
  hardwareAccelerated={false}
199
206
  identifier={0}
207
+ onDismiss={[Function]}
200
208
  onRequestClose={[Function]}
201
209
  onStartShouldSetResponder={[Function]}
202
210
  presentationStyle="overFullScreen"
@@ -206,6 +214,7 @@ exports[`DatePickerIOS renders correctly 1`] = `
206
214
  }
207
215
  }
208
216
  transparent={true}
217
+ visible={true}
209
218
  >
210
219
  <View
211
220
  collapsable={false}
@@ -276,7 +285,6 @@ exports[`DatePickerIOS renders correctly 1`] = `
276
285
  accessible={true}
277
286
  collapsable={false}
278
287
  focusable={true}
279
- nativeID="animatedComponent"
280
288
  onBlur={[Function]}
281
289
  onClick={[Function]}
282
290
  onFocus={[Function]}
@@ -301,7 +309,6 @@ exports[`DatePickerIOS renders correctly 1`] = `
301
309
  <RCTSafeAreaView
302
310
  collapsable={false}
303
311
  emulateUnlessSupported={true}
304
- nativeID="animatedComponent"
305
312
  style={
306
313
  Object {
307
314
  "backgroundColor": "#ffffff",
@@ -390,7 +397,6 @@ exports[`DatePickerIOS renders correctly 1`] = `
390
397
  accessible={true}
391
398
  collapsable={false}
392
399
  focusable={true}
393
- nativeID="animatedComponent"
394
400
  onClick={[Function]}
395
401
  onResponderGrant={[Function]}
396
402
  onResponderMove={[Function]}
@@ -485,10 +491,14 @@ exports[`DatePickerIOS renders correctly 1`] = `
485
491
  }
486
492
  >
487
493
  <View
494
+ accessibilityState={
495
+ Object {
496
+ "disabled": false,
497
+ }
498
+ }
488
499
  accessible={true}
489
500
  collapsable={false}
490
501
  focusable={true}
491
- nativeID="animatedComponent"
492
502
  onClick={[Function]}
493
503
  onResponderGrant={[Function]}
494
504
  onResponderMove={[Function]}
@@ -32,7 +32,6 @@ exports[`DragableDrawer renders correctly 1`] = `
32
32
  <View
33
33
  collapsable={false}
34
34
  enableShadow={true}
35
- nativeID="animatedComponent"
36
35
  onLayout={[Function]}
37
36
  style={
38
37
  Object {
@@ -31,7 +31,6 @@ exports[`Drawer renders correctly in invisible state 1`] = `
31
31
  accessible={true}
32
32
  collapsable={false}
33
33
  focusable={true}
34
- nativeID="animatedComponent"
35
34
  onBlur={[Function]}
36
35
  onClick={[Function]}
37
36
  onFocus={[Function]}
@@ -57,7 +56,6 @@ exports[`Drawer renders correctly in invisible state 1`] = `
57
56
  <View
58
57
  collapsable={false}
59
58
  enableShadow={false}
60
- nativeID="animatedComponent"
61
59
  onLayout={[Function]}
62
60
  style={
63
61
  Object {
@@ -112,7 +110,6 @@ exports[`Drawer renders correctly in visible state 1`] = `
112
110
  accessible={true}
113
111
  collapsable={false}
114
112
  focusable={true}
115
- nativeID="animatedComponent"
116
113
  onBlur={[Function]}
117
114
  onClick={[Function]}
118
115
  onFocus={[Function]}
@@ -138,7 +135,6 @@ exports[`Drawer renders correctly in visible state 1`] = `
138
135
  <View
139
136
  collapsable={false}
140
137
  enableShadow={false}
141
- nativeID="animatedComponent"
142
138
  onLayout={[Function]}
143
139
  style={
144
140
  Object {
@@ -193,7 +189,6 @@ exports[`Drawer renders correctly with no backdrop 1`] = `
193
189
  accessible={true}
194
190
  collapsable={false}
195
191
  focusable={true}
196
- nativeID="animatedComponent"
197
192
  onBlur={[Function]}
198
193
  onClick={[Function]}
199
194
  onFocus={[Function]}
@@ -219,7 +214,6 @@ exports[`Drawer renders correctly with no backdrop 1`] = `
219
214
  <View
220
215
  collapsable={false}
221
216
  enableShadow={false}
222
- nativeID="animatedComponent"
223
217
  onLayout={[Function]}
224
218
  style={
225
219
  Object {
@@ -20,7 +20,6 @@ exports[`ActionGroup has active false 1`] = `
20
20
  >
21
21
  <View
22
22
  collapsable={false}
23
- nativeID="animatedComponent"
24
23
  pointerEvents="box-none"
25
24
  style={
26
25
  Object {
@@ -37,7 +36,6 @@ exports[`ActionGroup has active false 1`] = `
37
36
  />
38
37
  <View
39
38
  collapsable={false}
40
- nativeID="animatedComponent"
41
39
  pointerEvents="none"
42
40
  style={
43
41
  Object {
@@ -91,7 +89,6 @@ exports[`ActionGroup has active false 1`] = `
91
89
  accessible={true}
92
90
  collapsable={false}
93
91
  focusable={false}
94
- nativeID="animatedComponent"
95
92
  onClick={[Function]}
96
93
  onResponderGrant={[Function]}
97
94
  onResponderMove={[Function]}
@@ -171,7 +168,6 @@ exports[`ActionGroup has active false 1`] = `
171
168
  accessible={true}
172
169
  collapsable={false}
173
170
  focusable={false}
174
- nativeID="animatedComponent"
175
171
  onClick={[Function]}
176
172
  onResponderGrant={[Function]}
177
173
  onResponderMove={[Function]}
@@ -251,7 +247,6 @@ exports[`ActionGroup has active false 1`] = `
251
247
  accessible={true}
252
248
  collapsable={false}
253
249
  focusable={false}
254
- nativeID="animatedComponent"
255
250
  onClick={[Function]}
256
251
  onResponderGrant={[Function]}
257
252
  onResponderMove={[Function]}
@@ -331,7 +326,6 @@ exports[`ActionGroup has active false 1`] = `
331
326
  accessible={true}
332
327
  collapsable={false}
333
328
  focusable={false}
334
- nativeID="animatedComponent"
335
329
  onClick={[Function]}
336
330
  onResponderGrant={[Function]}
337
331
  onResponderMove={[Function]}
@@ -411,7 +405,6 @@ exports[`ActionGroup has active false 1`] = `
411
405
  accessible={true}
412
406
  collapsable={false}
413
407
  focusable={false}
414
- nativeID="animatedComponent"
415
408
  onClick={[Function]}
416
409
  onResponderGrant={[Function]}
417
410
  onResponderMove={[Function]}
@@ -589,7 +582,6 @@ exports[`ActionGroup has active true 1`] = `
589
582
  >
590
583
  <View
591
584
  collapsable={false}
592
- nativeID="animatedComponent"
593
585
  pointerEvents="auto"
594
586
  style={
595
587
  Object {
@@ -606,7 +598,6 @@ exports[`ActionGroup has active true 1`] = `
606
598
  />
607
599
  <View
608
600
  collapsable={false}
609
- nativeID="animatedComponent"
610
601
  pointerEvents="auto"
611
602
  style={
612
603
  Object {
@@ -660,7 +651,6 @@ exports[`ActionGroup has active true 1`] = `
660
651
  accessible={true}
661
652
  collapsable={false}
662
653
  focusable={false}
663
- nativeID="animatedComponent"
664
654
  onClick={[Function]}
665
655
  onResponderGrant={[Function]}
666
656
  onResponderMove={[Function]}
@@ -740,7 +730,6 @@ exports[`ActionGroup has active true 1`] = `
740
730
  accessible={true}
741
731
  collapsable={false}
742
732
  focusable={false}
743
- nativeID="animatedComponent"
744
733
  onClick={[Function]}
745
734
  onResponderGrant={[Function]}
746
735
  onResponderMove={[Function]}
@@ -820,7 +809,6 @@ exports[`ActionGroup has active true 1`] = `
820
809
  accessible={true}
821
810
  collapsable={false}
822
811
  focusable={false}
823
- nativeID="animatedComponent"
824
812
  onClick={[Function]}
825
813
  onResponderGrant={[Function]}
826
814
  onResponderMove={[Function]}
@@ -900,7 +888,6 @@ exports[`ActionGroup has active true 1`] = `
900
888
  accessible={true}
901
889
  collapsable={false}
902
890
  focusable={false}
903
- nativeID="animatedComponent"
904
891
  onClick={[Function]}
905
892
  onResponderGrant={[Function]}
906
893
  onResponderMove={[Function]}
@@ -980,7 +967,6 @@ exports[`ActionGroup has active true 1`] = `
980
967
  accessible={true}
981
968
  collapsable={false}
982
969
  focusable={false}
983
- nativeID="animatedComponent"
984
970
  onClick={[Function]}
985
971
  onResponderGrant={[Function]}
986
972
  onResponderMove={[Function]}
@@ -3,7 +3,6 @@
3
3
  exports[`AnimatedFABIcon renders correctly when isActive is false 1`] = `
4
4
  <View
5
5
  collapsable={false}
6
- nativeID="animatedComponent"
7
6
  style={
8
7
  Object {
9
8
  "transform": Array [
@@ -42,7 +41,6 @@ exports[`AnimatedFABIcon renders correctly when isActive is false 1`] = `
42
41
  exports[`AnimatedFABIcon renders correctly when isActive is true 1`] = `
43
42
  <View
44
43
  collapsable={false}
45
- nativeID="animatedComponent"
46
44
  style={
47
45
  Object {
48
46
  "transform": Array [
@@ -88,7 +88,6 @@ exports[`FAB when animated is true renders animatedFABIcon 1`] = `
88
88
  >
89
89
  <View
90
90
  collapsable={false}
91
- nativeID="animatedComponent"
92
91
  style={
93
92
  Object {
94
93
  "transform": Array [
@@ -3,7 +3,6 @@
3
3
  exports[`Icon render correctly with spin prop 1`] = `
4
4
  <View
5
5
  collapsable={false}
6
- nativeID="animatedComponent"
7
6
  style={
8
7
  Object {
9
8
  "transform": Array [
@@ -2,10 +2,14 @@
2
2
 
3
3
  exports[`BasicListItem when suffix and prefix are icon name renders correctly 1`] = `
4
4
  <View
5
+ accessibilityState={
6
+ Object {
7
+ "disabled": false,
8
+ }
9
+ }
5
10
  accessible={true}
6
11
  collapsable={false}
7
12
  focusable={false}
8
- nativeID="animatedComponent"
9
13
  onClick={[Function]}
10
14
  onResponderGrant={[Function]}
11
15
  onResponderMove={[Function]}
@@ -131,10 +135,14 @@ exports[`BasicListItem when suffix and prefix are icon name renders correctly 1`
131
135
 
132
136
  exports[`BasicListItem when suffix and prefix are react element renders correctly 1`] = `
133
137
  <View
138
+ accessibilityState={
139
+ Object {
140
+ "disabled": false,
141
+ }
142
+ }
134
143
  accessible={true}
135
144
  collapsable={false}
136
145
  focusable={false}
137
- nativeID="animatedComponent"
138
146
  onClick={[Function]}
139
147
  onResponderGrant={[Function]}
140
148
  onResponderMove={[Function]}
@@ -2,10 +2,14 @@
2
2
 
3
3
  exports[`ListItem renders correctly ListItem with children 1`] = `
4
4
  <View
5
+ accessibilityState={
6
+ Object {
7
+ "disabled": false,
8
+ }
9
+ }
5
10
  accessible={true}
6
11
  collapsable={false}
7
12
  focusable={false}
8
- nativeID="animatedComponent"
9
13
  onClick={[Function]}
10
14
  onResponderGrant={[Function]}
11
15
  onResponderMove={[Function]}
@@ -53,10 +57,14 @@ exports[`ListItem renders correctly ListItem with children 1`] = `
53
57
  }
54
58
  >
55
59
  <View
60
+ accessibilityState={
61
+ Object {
62
+ "disabled": true,
63
+ }
64
+ }
56
65
  accessible={true}
57
66
  collapsable={false}
58
67
  focusable={false}
59
- nativeID="animatedComponent"
60
68
  onClick={[Function]}
61
69
  onResponderGrant={[Function]}
62
70
  onResponderMove={[Function]}
@@ -304,10 +312,14 @@ exports[`ListItem renders correctly ListItem with children 1`] = `
304
312
 
305
313
  exports[`ListItem renders correctly ListItem with icon 1`] = `
306
314
  <View
315
+ accessibilityState={
316
+ Object {
317
+ "disabled": false,
318
+ }
319
+ }
307
320
  accessible={true}
308
321
  collapsable={false}
309
322
  focusable={false}
310
- nativeID="animatedComponent"
311
323
  onClick={[Function]}
312
324
  onResponderGrant={[Function]}
313
325
  onResponderMove={[Function]}
@@ -428,10 +440,14 @@ exports[`ListItem renders correctly ListItem with icon 1`] = `
428
440
 
429
441
  exports[`ListItem renders correctly ListItem with leading status 1`] = `
430
442
  <View
443
+ accessibilityState={
444
+ Object {
445
+ "disabled": false,
446
+ }
447
+ }
431
448
  accessible={true}
432
449
  collapsable={false}
433
450
  focusable={false}
434
- nativeID="animatedComponent"
435
451
  onClick={[Function]}
436
452
  onResponderGrant={[Function]}
437
453
  onResponderMove={[Function]}
@@ -546,10 +562,14 @@ exports[`ListItem renders correctly ListItem with leading status 1`] = `
546
562
 
547
563
  exports[`ListItem renders correctly ListItem with prefix suffix is React.Element 1`] = `
548
564
  <View
565
+ accessibilityState={
566
+ Object {
567
+ "disabled": false,
568
+ }
569
+ }
549
570
  accessible={true}
550
571
  collapsable={false}
551
572
  focusable={false}
552
- nativeID="animatedComponent"
553
573
  onClick={[Function]}
554
574
  onResponderGrant={[Function]}
555
575
  onResponderMove={[Function]}
@@ -598,10 +618,14 @@ exports[`ListItem renders correctly ListItem with prefix suffix is React.Element
598
618
  }
599
619
  >
600
620
  <View
621
+ accessibilityState={
622
+ Object {
623
+ "disabled": true,
624
+ }
625
+ }
601
626
  accessible={true}
602
627
  collapsable={false}
603
628
  focusable={false}
604
- nativeID="animatedComponent"
605
629
  onClick={[Function]}
606
630
  onResponderGrant={[Function]}
607
631
  onResponderMove={[Function]}
@@ -748,7 +772,6 @@ exports[`ListItem renders correctly ListItem with prefix suffix is React.Element
748
772
  >
749
773
  <View
750
774
  collapsable={false}
751
- nativeID="animatedComponent"
752
775
  style={
753
776
  Object {
754
777
  "backgroundColor": "#ffffff",
@@ -5,7 +5,6 @@ exports[`StyledListItemContainer renders correctly themeSelected false themeDisa
5
5
  accessible={true}
6
6
  collapsable={false}
7
7
  focusable={false}
8
- nativeID="animatedComponent"
9
8
  onClick={[Function]}
10
9
  onResponderGrant={[Function]}
11
10
  onResponderMove={[Function]}
@@ -52,7 +51,6 @@ exports[`StyledListItemContainer renders correctly themeSelected false themeDisa
52
51
  accessible={true}
53
52
  collapsable={false}
54
53
  focusable={false}
55
- nativeID="animatedComponent"
56
54
  onClick={[Function]}
57
55
  onResponderGrant={[Function]}
58
56
  onResponderMove={[Function]}
@@ -99,7 +97,6 @@ exports[`StyledListItemContainer renders correctly themeSelected true themeDisab
99
97
  accessible={true}
100
98
  collapsable={false}
101
99
  focusable={false}
102
- nativeID="animatedComponent"
103
100
  onClick={[Function]}
104
101
  onResponderGrant={[Function]}
105
102
  onResponderMove={[Function]}
@@ -146,7 +143,6 @@ exports[`StyledListItemContainer renders correctly themeSelected true themeDisab
146
143
  accessible={true}
147
144
  collapsable={false}
148
145
  focusable={false}
149
- nativeID="animatedComponent"
150
146
  onClick={[Function]}
151
147
  onResponderGrant={[Function]}
152
148
  onResponderMove={[Function]}
@@ -90,7 +90,6 @@ exports[`ListItemContainer renders correctly themeSelected false themeVariant ca
90
90
  accessible={true}
91
91
  collapsable={false}
92
92
  focusable={false}
93
- nativeID="animatedComponent"
94
93
  onClick={[Function]}
95
94
  onResponderGrant={[Function]}
96
95
  onResponderMove={[Function]}
@@ -145,7 +144,6 @@ exports[`ListItemContainer renders correctly themeSelected false themeVariant fu
145
144
  accessible={true}
146
145
  collapsable={false}
147
146
  focusable={false}
148
- nativeID="animatedComponent"
149
147
  onClick={[Function]}
150
148
  onResponderGrant={[Function]}
151
149
  onResponderMove={[Function]}
@@ -190,7 +188,6 @@ exports[`ListItemContainer renders correctly themeSelected true themeVariant car
190
188
  accessible={true}
191
189
  collapsable={false}
192
190
  focusable={false}
193
- nativeID="animatedComponent"
194
191
  onClick={[Function]}
195
192
  onResponderGrant={[Function]}
196
193
  onResponderMove={[Function]}
@@ -245,7 +242,6 @@ exports[`ListItemContainer renders correctly themeSelected true themeVariant ful
245
242
  accessible={true}
246
243
  collapsable={false}
247
244
  focusable={false}
248
- nativeID="animatedComponent"
249
245
  onClick={[Function]}
250
246
  onResponderGrant={[Function]}
251
247
  onResponderMove={[Function]}