@hero-design/rn 8.0.2 → 8.2.0
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/.turbo/turbo-build.log +9 -9
- package/assets/fonts/hero-icons-mobile.ttf +0 -0
- package/es/index.js +55 -48
- package/jest.config.js +1 -1
- package/lib/assets/fonts/hero-icons-mobile.ttf +0 -0
- package/lib/index.js +55 -48
- package/package.json +10 -11
- package/src/components/Accordion/__tests__/__snapshots__/AccordionItem.spec.tsx.snap +0 -8
- package/src/components/Accordion/__tests__/__snapshots__/index.spec.tsx.snap +0 -12
- package/src/components/Alert/StyledAlert.tsx +4 -2
- package/src/components/Alert/__tests__/__snapshots__/index.spec.tsx.snap +120 -5
- package/src/components/Alert/__tests__/index.spec.tsx +14 -0
- package/src/components/Alert/index.tsx +13 -3
- package/src/components/Attachment/__tests__/__snapshots__/index.spec.tsx.snap +0 -2
- package/src/components/Avatar/AvatarStack/__tests__/__snapshots__/StyledAvatarStack.spec.tsx.snap +5 -1
- package/src/components/Avatar/AvatarStack/__tests__/__snapshots__/index.spec.tsx.snap +45 -9
- package/src/components/Avatar/__tests__/__snapshots__/StyledAvatar.spec.tsx.snap +0 -1
- package/src/components/Avatar/__tests__/__snapshots__/index.spec.tsx.snap +16 -2
- package/src/components/Badge/__tests__/__snapshots__/Badge.spec.tsx.snap +0 -6
- package/src/components/Badge/__tests__/__snapshots__/Status.spec.tsx.snap +0 -2
- package/src/components/BottomSheet/__tests__/__snapshots__/index.spec.tsx.snap +1 -278
- package/src/components/Button/LoadingIndicator/__tests__/__snapshots__/index.spec.tsx.snap +0 -70
- package/src/components/Button/UtilityButton/__tests__/__snapshots__/index.spec.tsx.snap +0 -2
- package/src/components/Button/__tests__/__snapshots__/IconButton.spec.tsx.snap +0 -1
- package/src/components/Button/__tests__/__snapshots__/StyledButton.spec.tsx.snap +5 -10
- package/src/components/Calendar/__tests__/__snapshots__/CalendarRowItem.spec.tsx.snap +0 -5
- package/src/components/Checkbox/__tests__/__snapshots__/StyledCheckbox.spec.tsx.snap +0 -3
- package/src/components/Checkbox/__tests__/__snapshots__/index.spec.tsx.snap +30 -6
- package/src/components/Collapse/__tests__/__snapshots__/StyledCollapse.spec.tsx.snap +0 -1
- package/src/components/Collapse/__tests__/__snapshots__/index.spec.tsx.snap +0 -2
- package/src/components/ContentNavigator/__tests__/__snapshots__/index.spec.tsx.snap +20 -4
- package/src/components/DatePicker/__tests__/__snapshots__/DatePickerAndroid.spec.tsx.snap +6 -0
- package/src/components/DatePicker/__tests__/__snapshots__/DatePickerIOS.spec.tsx.snap +13 -4
- package/src/components/Drawer/DragableDrawer/__tests__/__snapshots__/index.spec.tsx.snap +0 -1
- package/src/components/Drawer/__tests__/__snapshots__/index.spec.tsx.snap +0 -6
- package/src/components/FAB/ActionGroup/__tests__/__snapshots__/index.spec.tsx.snap +0 -14
- package/src/components/FAB/__tests__/__snapshots__/AnimatedFABIcon.spec.tsx.snap +0 -2
- package/src/components/FAB/__tests__/__snapshots__/index.spec.tsx.snap +0 -1
- package/src/components/Icon/HeroIcon/glyphMap.json +1 -1
- package/src/components/Icon/IconList.ts +2 -0
- package/src/components/Icon/__tests__/__snapshots__/index.spec.tsx.snap +0 -1
- package/src/components/List/__tests__/__snapshots__/BasicListItem.spec.tsx.snap +10 -2
- package/src/components/List/__tests__/__snapshots__/ListItem.spec.tsx.snap +30 -7
- package/src/components/List/__tests__/__snapshots__/StyledBasicListItem.spec.tsx.snap +0 -4
- package/src/components/List/__tests__/__snapshots__/StyledListItem.spec.tsx.snap +0 -4
- package/src/components/Progress/__tests__/__snapshots__/index.spec.js.snap +0 -11
- package/src/components/Radio/__tests__/__snapshots__/Radio.spec.tsx.snap +10 -2
- package/src/components/Radio/__tests__/__snapshots__/RadioGroup.spec.tsx.snap +15 -3
- package/src/components/RichTextEditor/__tests__/__snapshots__/EditorToolbar.spec.tsx.snap +0 -7
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/Option.spec.tsx.snap +5 -1
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +60 -19
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/index.spec.tsx.snap +533 -3057
- package/src/components/Select/MultiSelect/__tests__/index.spec.tsx +7 -2
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/Option.spec.tsx.snap +5 -1
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +60 -19
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/index.spec.tsx.snap +485 -2745
- package/src/components/Select/SingleSelect/__tests__/index.spec.tsx +1 -1
- package/src/components/Spinner/__tests__/__snapshots__/AnimatedSpinner.spec.tsx.snap +0 -7
- package/src/components/Spinner/__tests__/__snapshots__/StyledSpinner.spec.tsx.snap +0 -28
- package/src/components/Spinner/__tests__/__snapshots__/index.spec.tsx.snap +0 -7
- package/src/components/Swipeable/__tests__/__snapshots__/SwipeableAction.spec.tsx.snap +0 -3
- package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/Option.spec.tsx.snap +0 -3
- package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/index.spec.tsx.snap +0 -1
- package/src/components/Switch/__tests__/__snapshots__/StyledSwitch.spec.tsx.snap +0 -1
- package/src/components/Switch/__tests__/__snapshots__/index.spec.tsx.snap +0 -2
- package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabs.spec.tsx.snap +0 -11
- package/src/components/Tabs/__tests__/__snapshots__/TabWithBadge.spec.tsx.snap +0 -2
- package/src/components/Tabs/__tests__/__snapshots__/index.spec.tsx.snap +0 -4
- package/src/components/TextInput/__tests__/__snapshots__/index.spec.tsx.snap +0 -1
- package/src/components/TimePicker/__tests__/__snapshots__/TimePickerAndroid.spec.tsx.snap +11 -1
- package/src/components/TimePicker/__tests__/__snapshots__/TimePickerIOS.spec.tsx.snap +18 -5
- package/src/components/Toast/__tests__/__snapshots__/Toast.spec.tsx.snap +0 -13
- package/src/components/Toolbar/__tests__/__snapshots__/ToolbarGroup.spec.tsx.snap +30 -6
- package/src/components/Toolbar/__tests__/__snapshots__/ToolbarItem.spec.tsx.snap +30 -6
- package/types/components/Alert/StyledAlert.d.ts +1 -0
- package/types/components/Alert/index.d.ts +5 -1
- package/types/components/Icon/IconList.d.ts +1 -1
- package/types/components/Icon/index.d.ts +1 -1
- package/types/components/Icon/utils.d.ts +1 -1
|
@@ -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]}
|
|
@@ -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[`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]}
|
|
@@ -197,6 +203,7 @@ exports[`DatePickerIOS renders correctly 1`] = `
|
|
|
197
203
|
animationType="none"
|
|
198
204
|
hardwareAccelerated={false}
|
|
199
205
|
identifier={0}
|
|
206
|
+
onDismiss={[Function]}
|
|
200
207
|
onRequestClose={[Function]}
|
|
201
208
|
onStartShouldSetResponder={[Function]}
|
|
202
209
|
presentationStyle="overFullScreen"
|
|
@@ -206,6 +213,7 @@ exports[`DatePickerIOS renders correctly 1`] = `
|
|
|
206
213
|
}
|
|
207
214
|
}
|
|
208
215
|
transparent={true}
|
|
216
|
+
visible={true}
|
|
209
217
|
>
|
|
210
218
|
<View
|
|
211
219
|
collapsable={false}
|
|
@@ -276,7 +284,6 @@ exports[`DatePickerIOS renders correctly 1`] = `
|
|
|
276
284
|
accessible={true}
|
|
277
285
|
collapsable={false}
|
|
278
286
|
focusable={true}
|
|
279
|
-
nativeID="animatedComponent"
|
|
280
287
|
onBlur={[Function]}
|
|
281
288
|
onClick={[Function]}
|
|
282
289
|
onFocus={[Function]}
|
|
@@ -301,7 +308,6 @@ exports[`DatePickerIOS renders correctly 1`] = `
|
|
|
301
308
|
<RCTSafeAreaView
|
|
302
309
|
collapsable={false}
|
|
303
310
|
emulateUnlessSupported={true}
|
|
304
|
-
nativeID="animatedComponent"
|
|
305
311
|
style={
|
|
306
312
|
Object {
|
|
307
313
|
"backgroundColor": "#ffffff",
|
|
@@ -390,7 +396,6 @@ exports[`DatePickerIOS renders correctly 1`] = `
|
|
|
390
396
|
accessible={true}
|
|
391
397
|
collapsable={false}
|
|
392
398
|
focusable={true}
|
|
393
|
-
nativeID="animatedComponent"
|
|
394
399
|
onClick={[Function]}
|
|
395
400
|
onResponderGrant={[Function]}
|
|
396
401
|
onResponderMove={[Function]}
|
|
@@ -485,10 +490,14 @@ exports[`DatePickerIOS renders correctly 1`] = `
|
|
|
485
490
|
}
|
|
486
491
|
>
|
|
487
492
|
<View
|
|
493
|
+
accessibilityState={
|
|
494
|
+
Object {
|
|
495
|
+
"disabled": false,
|
|
496
|
+
}
|
|
497
|
+
}
|
|
488
498
|
accessible={true}
|
|
489
499
|
collapsable={false}
|
|
490
500
|
focusable={true}
|
|
491
|
-
nativeID="animatedComponent"
|
|
492
501
|
onClick={[Function]}
|
|
493
502
|
onResponderGrant={[Function]}
|
|
494
503
|
onResponderMove={[Function]}
|
|
@@ -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 [
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"activate":59000,"add-emoji":59001,"add-person":59002,"adjustment":59003,"alignment":59004,"antenna":59005,"archive":59006,"assignment-warning":59007,"bank":59008,"bell":59009,"billing":59010,"bookmark":59011,"box-check":59012,"box":59013,"buildings":59014,"cake":59015,"calendar-clock":59016,"calendar":59017,"candy-box-menu":59018,"caret-down-small":59019,"caret-down":59020,"caret-left-small":59021,"caret-left":59022,"caret-right-small":59023,"caret-right":59024,"caret-up-small":59025,"caret-up":59026,"check-radio":59027,"circle-add":59028,"circle-cancel":59029,"circle-check":59030,"circle-down":59031,"circle-info":59032,"circle-left":59033,"circle-ok":59034,"circle-pencil":59035,"circle-question":59036,"circle-remove":59037,"circle-right":59038,"circle-up":59039,"circle-warning":59040,"clock-3":59041,"clock":59042,"cloud-download":59043,"cloud-upload":59044,"cog":59045,"coin":59046,"contacts":59047,"credit-card":59048,"diamond":59049,"direction-arrows":59050,"directory":59051,"document":59052,"dollar-coin-shine":59053,"double-buildings":59054,"edit-template":59055,"envelope":59056,"expense":59057,"eye-circle":59058,"eye-invisible":59059,"eye":59060,"face-meh":59061,"face-sad":59062,"face-smiley":59063,"feed":59064,"feedbacks":59065,"file-certified":59066,"file-clone":59067,"file-copy":59068,"file-csv":59069,"file-dispose":59070,"file-doc":59071,"file-excel":59072,"file-export":59073,"file-lock":59074,"file-pdf":59075,"file-powerpoint":59076,"file-search":59077,"file-secured":59078,"file-sheets":59079,"file-slide":59080,"file-verified":59081,"file-word":59082,"file":59083,"filter":59084,"folder-user":59085,"folder":59086,"format-bold":59087,"format-heading1":59088,"format-heading2":59089,"format-italic":59090,"format-list-bulleted":59091,"format-list-numbered":59092,"format-underlined":59093,"funnel-filter":59094,"global-dollar":59095,"globe":59096,"graduation-cap":59097,"graph":59098,"happy-sun":59099,"health-bag":59100,"heart":59101,"home":59102,"image":59103,"import":59104,"incident-siren":59105,"instapay":59106,"list":59107,"loading-2":59108,"loading":59109,"location":59110,"lock":59111,"looks-one":59112,"looks-two":59113,"media-content":59114,"menu":59115,"moneybag":59116,"moon":59117,"multiple-stars":59118,"multiple-users":59119,"node":59120,"open-folder":59121,"paperclip":59122,"payment-summary":59123,"pencil":59124,"phone":59125,"piggy-bank":59126,"plane":59127,"play-circle":59128,"print":59129,"raising-hands":59130,"reply-arrow":59131,"reply":59132,"reschedule":59133,"rostering":59134,"save":59135,"schedule-send":59136,"schedule":59137,"search-person":59138,"send":59139,"speaker-active":59140,"speaker":59141,"star-award":59142,"star-badge":59143,"star-medal":59144,"star":59145,"steps-circle":59146,"stopwatch":59147,"suitcase":59148,"survey":59149,"swag":59150,"switch":59151,"tag":59152,"target":59153,"teams":59154,"timesheet":59155,"touch-id":59156,"trash-bin":59157,"unlock":59158,"user":59159,"video-1":59160,"video-2":59161,"wallet":59162,"warning":59163,"activate-outlined":59164,"add-credit-card-outlined":59165,"add-person-outlined":59166,"add-section-outlined":59167,"add-time-outlined":59168,"add":59169,"adjustment-outlined":59170,"alignment-2-outlined":59171,"alignment-outlined":59172,"all-caps":59173,"arrow-down":59174,"arrow-downwards":59175,"arrow-left":59176,"arrow-leftwards":59177,"arrow-right":59178,"arrow-rightwards":59179,"arrow-up":59180,"arrow-upwards":59181,"at-sign":59182,"bell-active-outlined":59183,"bell-outlined":59184,"bell-slash-outlined":59185,"billing-outlined":59186,"body-outlined":59187,"bold":59188,"bookmark-added-outlined":59189,"bookmark-outlined":59190,"box-check-outlined":59191,"box-outlined":59192,"bullet-points":59193,"cake-outlined":59194,"calendar-dates-outlined":59195,"calendar-star-outlined":59196,"camera-outlined":59197,"cancel":59198,"chat-bubble-outlined":59199,"chat-unread-outlined":59200,"checkmark":59201,"circle-add-outlined":59202,"circle-cancel-outlined":59203,"circle-down-outlined":59204,"circle-info-outlined":59205,"circle-left-outlined":59206,"circle-ok-outlined":59207,"circle-question-outlined":59208,"circle-remove-outlined":59209,"circle-right-outlined":59210,"circle-up-outlined":59211,"circle-warning-outlined":59212,"clock-2-outlined":59213,"clock-outlined":59214,"cog-outlined":59215,"coin-outlined":59216,"comment-outlined":59217,"contacts-outlined":59218,"credit-card-outlined":59219,"cup-outlined":59220,"direction-arrows-outlined":59221,"directory-outlined":59222,"document-outlined":59223,"dollar-card-outlined":59224,"dollar-coin-shine-outlined":59225,"dollar-sign":59226,"double-buildings-outlined":59227,"double-left-arrows":59228,"double-right-arrows":59229,"download-outlined":59230,"edit-template-outlined":59231,"email-outlined":59232,"enter-arrow":59233,"envelope-outlined":59234,"expense-outlined":59235,"explore-outlined":59236,"external-link":59237,"eye-invisible-outlined":59238,"eye-outlined":59239,"face-id":59240,"face-meh-outlined":59241,"face-open-smiley-outlined":59242,"face-sad-outlined":59243,"face-smiley-outlined":59244,"feed-outlined":59245,"file-certified-outlined":59246,"file-clone-outlined":59247,"file-copy-outlined":59248,"file-dispose-outlined":59249,"file-dollar-outlined":59250,"file-download-outlined":59251,"file-export-outlined":59252,"file-lock-outlined":59253,"file-outlined":59254,"file-search-outlined":59255,"file-secured-outlined":59256,"file-verified-outlined":59257,"filter-outlined":59258,"folder-outlined":59259,"folder-user-outlined":59260,"funnel-filter-outline":59261,"graph-outlined":59262,"hand-holding-user-outlined":59263,"happy-sun-outlined":59264,"health-bag-outlined":59265,"heart-outlined":59266,"home-active-outlined":59267,"home-outlined":59268,"id-card-outlined":59269,"image-outlined":59270,"import-outlined":59271,"instapay-outlined":59272,"italic":59273,"link-1":59274,"link-2":59275,"list-outlined":59276,"live-help-outlined":59277,"location-outlined":59278,"lock-outlined":59279,"locked-file-outlined":59280,"log-out":59281,"media-content-outlined":59282,"menu-close":59283,"menu-expand":59284,"menu-fold-outlined":59285,"menu-unfold-outlined":59286,"moneybag-outlined":59287,"moon-outlined":59288,"more-horizontal":59289,"more-vertical":59290,"multiple-folders-outlined":59291,"multiple-users-outlined":59292,"near-me-outlined":59293,"node-outlined":59294,"number-points":59295,"number":59296,"payment-summary-outlined":59297,"payslip-outlined":59298,"pencil-outlined":59299,"percentage":59300,"phone-outlined":59301,"piggy-bank-outlined":59302,"plane-outlined":59303,"play-circle-outlined":59304,"print-outlined":59305,"qr-code-outlined":59306,"re-assign":
|
|
1
|
+
{"activate":59000,"add-emoji":59001,"add-person":59002,"adjustment":59003,"alignment":59004,"antenna":59005,"archive":59006,"assignment-warning":59007,"bank":59008,"bell":59009,"billing":59010,"bookmark":59011,"box-check":59012,"box":59013,"buildings":59014,"cake":59015,"calendar-clock":59016,"calendar":59017,"candy-box-menu":59018,"caret-down-small":59019,"caret-down":59020,"caret-left-small":59021,"caret-left":59022,"caret-right-small":59023,"caret-right":59024,"caret-up-small":59025,"caret-up":59026,"check-radio":59027,"circle-add":59028,"circle-cancel":59029,"circle-check":59030,"circle-down":59031,"circle-info":59032,"circle-left":59033,"circle-ok":59034,"circle-pencil":59035,"circle-question":59036,"circle-remove":59037,"circle-right":59038,"circle-up":59039,"circle-warning":59040,"clock-3":59041,"clock":59042,"cloud-download":59043,"cloud-upload":59044,"cog":59045,"coin":59046,"contacts":59047,"credit-card":59048,"diamond":59049,"direction-arrows":59050,"directory":59051,"document":59052,"dollar-coin-shine":59053,"double-buildings":59054,"edit-template":59055,"envelope":59056,"expense":59057,"eye-circle":59058,"eye-invisible":59059,"eye":59060,"face-meh":59061,"face-sad":59062,"face-smiley":59063,"feed":59064,"feedbacks":59065,"file-certified":59066,"file-clone":59067,"file-copy":59068,"file-csv":59069,"file-dispose":59070,"file-doc":59071,"file-excel":59072,"file-export":59073,"file-lock":59074,"file-pdf":59075,"file-powerpoint":59076,"file-search":59077,"file-secured":59078,"file-sheets":59079,"file-slide":59080,"file-verified":59081,"file-word":59082,"file":59083,"filter":59084,"folder-user":59085,"folder":59086,"format-bold":59087,"format-heading1":59088,"format-heading2":59089,"format-italic":59090,"format-list-bulleted":59091,"format-list-numbered":59092,"format-underlined":59093,"funnel-filter":59094,"global-dollar":59095,"globe":59096,"graduation-cap":59097,"graph":59098,"happy-sun":59099,"health-bag":59100,"heart":59101,"home":59102,"image":59103,"import":59104,"incident-siren":59105,"instapay":59106,"list":59107,"loading-2":59108,"loading":59109,"location":59110,"lock":59111,"looks-one":59112,"looks-two":59113,"media-content":59114,"menu":59115,"moneybag":59116,"moon":59117,"multiple-stars":59118,"multiple-users":59119,"node":59120,"open-folder":59121,"paperclip":59122,"payment-summary":59123,"pencil":59124,"phone":59125,"piggy-bank":59126,"plane":59127,"play-circle":59128,"print":59129,"raising-hands":59130,"reply-arrow":59131,"reply":59132,"reschedule":59133,"rostering":59134,"save":59135,"schedule-send":59136,"schedule":59137,"search-person":59138,"send":59139,"speaker-active":59140,"speaker":59141,"star-award":59142,"star-badge":59143,"star-medal":59144,"star":59145,"steps-circle":59146,"stopwatch":59147,"suitcase":59148,"survey":59149,"swag":59150,"switch":59151,"tag":59152,"target":59153,"teams":59154,"timesheet":59155,"touch-id":59156,"trash-bin":59157,"unlock":59158,"user":59159,"video-1":59160,"video-2":59161,"wallet":59162,"warning":59163,"activate-outlined":59164,"add-credit-card-outlined":59165,"add-person-outlined":59166,"add-section-outlined":59167,"add-time-outlined":59168,"add":59169,"adjustment-outlined":59170,"alignment-2-outlined":59171,"alignment-outlined":59172,"all-caps":59173,"arrow-down":59174,"arrow-downwards":59175,"arrow-left":59176,"arrow-leftwards":59177,"arrow-right":59178,"arrow-rightwards":59179,"arrow-up":59180,"arrow-upwards":59181,"at-sign":59182,"bell-active-outlined":59183,"bell-outlined":59184,"bell-slash-outlined":59185,"billing-outlined":59186,"body-outlined":59187,"bold":59188,"bookmark-added-outlined":59189,"bookmark-outlined":59190,"box-check-outlined":59191,"box-outlined":59192,"bullet-points":59193,"cake-outlined":59194,"calendar-dates-outlined":59195,"calendar-star-outlined":59196,"camera-outlined":59197,"cancel":59198,"chat-bubble-outlined":59199,"chat-unread-outlined":59200,"checkmark":59201,"circle-add-outlined":59202,"circle-cancel-outlined":59203,"circle-down-outlined":59204,"circle-info-outlined":59205,"circle-left-outlined":59206,"circle-ok-outlined":59207,"circle-question-outlined":59208,"circle-remove-outlined":59209,"circle-right-outlined":59210,"circle-up-outlined":59211,"circle-warning-outlined":59212,"clock-2-outlined":59213,"clock-outlined":59214,"cog-outlined":59215,"coin-outlined":59216,"comment-outlined":59217,"contacts-outlined":59218,"credit-card-outlined":59219,"cup-outlined":59220,"direction-arrows-outlined":59221,"directory-outlined":59222,"document-outlined":59223,"dollar-card-outlined":59224,"dollar-coin-shine-outlined":59225,"dollar-sign":59226,"double-buildings-outlined":59227,"double-left-arrows":59228,"double-right-arrows":59229,"download-outlined":59230,"edit-template-outlined":59231,"email-outlined":59232,"enter-arrow":59233,"envelope-outlined":59234,"expense-outlined":59235,"explore-outlined":59236,"external-link":59237,"eye-invisible-outlined":59238,"eye-outlined":59239,"face-id":59240,"face-meh-outlined":59241,"face-open-smiley-outlined":59242,"face-sad-outlined":59243,"face-smiley-outlined":59244,"feed-outlined":59245,"file-certified-outlined":59246,"file-clone-outlined":59247,"file-copy-outlined":59248,"file-dispose-outlined":59249,"file-dollar-outlined":59250,"file-download-outlined":59251,"file-export-outlined":59252,"file-lock-outlined":59253,"file-outlined":59254,"file-search-outlined":59255,"file-secured-outlined":59256,"file-verified-outlined":59257,"filter-outlined":59258,"folder-outlined":59259,"folder-user-outlined":59260,"funnel-filter-outline":59261,"graph-outlined":59262,"hand-holding-user-outlined":59263,"happy-sun-outlined":59264,"health-bag-outlined":59265,"heart-outlined":59266,"home-active-outlined":59267,"home-outlined":59268,"id-card-outlined":59269,"image-outlined":59270,"import-outlined":59271,"instapay-outlined":59272,"italic":59273,"link-1":59274,"link-2":59275,"list-outlined":59276,"live-help-outlined":59277,"location-outlined":59278,"lock-outlined":59279,"locked-file-outlined":59280,"log-out":59281,"media-content-outlined":59282,"menu-close":59283,"menu-expand":59284,"menu-fold-outlined":59285,"menu-unfold-outlined":59286,"moneybag-outlined":59287,"moon-outlined":59288,"more-horizontal":59289,"more-vertical":59290,"multiple-folders-outlined":59291,"multiple-users-outlined":59292,"near-me-outlined":59293,"node-outlined":59294,"number-points":59295,"number":59296,"payment-summary-outlined":59297,"payslip-outlined":59298,"pencil-outlined":59299,"percentage":59300,"phone-outlined":59301,"piggy-bank-outlined":59302,"plane-outlined":59303,"play-circle-outlined":59304,"print-outlined":59305,"qr-code-outlined":59306,"qualification-outlined":59307,"re-assign":59308,"redeem":59309,"refresh":59310,"remove":59311,"reply-outlined":59312,"restart":59313,"return-arrow":59314,"rostering-outlined":59315,"save-outlined":59316,"schedule-outlined":59317,"search-outlined":59318,"search-secured-outlined":59319,"send-outlined":59320,"share-1":59321,"share-2":59322,"share-outlined":59323,"single-down-arrow":59324,"single-left-arrow":59325,"single-right-arrow":59326,"single-up-arrow":59327,"speaker-active-outlined":59328,"speaker-outlined":59329,"star-outlined":59330,"stopwatch-outlined":59331,"strikethrough":59332,"suitcase-clock-outlined":59333,"suitcase-outlined":59334,"survey-outlined":59335,"switch-outlined":59336,"sync":59337,"target-outlined":59338,"timesheet-outlined":59339,"today-outlined":59340,"transfer":59341,"trash-bin-outlined":59342,"umbrela-outlined":59343,"unavailable":59344,"underline":59345,"unlock-outlined":59346,"upload-outlined":59347,"user-circle-outlined":59348,"user-gear-outlined":59349,"user-outlined":59350,"user-rectangle-outlined":59351,"video-1-outlined":59352,"video-2-outlined":59353,"wallet-outlined":59354}
|
|
@@ -307,6 +307,7 @@ const IconList = [
|
|
|
307
307
|
'play-circle-outlined',
|
|
308
308
|
'print-outlined',
|
|
309
309
|
'qr-code-outlined',
|
|
310
|
+
'qualification-outlined',
|
|
310
311
|
're-assign',
|
|
311
312
|
'redeem',
|
|
312
313
|
'refresh',
|
|
@@ -339,6 +340,7 @@ const IconList = [
|
|
|
339
340
|
'sync',
|
|
340
341
|
'target-outlined',
|
|
341
342
|
'timesheet-outlined',
|
|
343
|
+
'today-outlined',
|
|
342
344
|
'transfer',
|
|
343
345
|
'trash-bin-outlined',
|
|
344
346
|
'umbrela-outlined',
|
|
@@ -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",
|