@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
|
@@ -83,7 +83,7 @@ describe('rendering', () => {
|
|
|
83
83
|
);
|
|
84
84
|
|
|
85
85
|
expect(toJSON()).toMatchSnapshot();
|
|
86
|
-
expect(queryAllByText('Allow notifications')).toHaveLength(
|
|
86
|
+
expect(queryAllByText('Allow notifications')).toHaveLength(1);
|
|
87
87
|
expect(getByTestId('text-input').props.value).toBe('Monday');
|
|
88
88
|
});
|
|
89
89
|
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
exports[`AnimatedSpinner renders correctly 1`] = `
|
|
4
4
|
<View
|
|
5
5
|
collapsable={false}
|
|
6
|
-
nativeID="animatedComponent"
|
|
7
6
|
style={
|
|
8
7
|
Object {
|
|
9
8
|
"transform": Array [
|
|
@@ -16,7 +15,6 @@ exports[`AnimatedSpinner renders correctly 1`] = `
|
|
|
16
15
|
>
|
|
17
16
|
<View
|
|
18
17
|
collapsable={false}
|
|
19
|
-
nativeID="animatedComponent"
|
|
20
18
|
style={
|
|
21
19
|
Array [
|
|
22
20
|
Object {
|
|
@@ -31,7 +29,6 @@ exports[`AnimatedSpinner renders correctly 1`] = `
|
|
|
31
29
|
>
|
|
32
30
|
<View
|
|
33
31
|
collapsable={false}
|
|
34
|
-
nativeID="animatedComponent"
|
|
35
32
|
style={
|
|
36
33
|
Array [
|
|
37
34
|
Object {
|
|
@@ -50,7 +47,6 @@ exports[`AnimatedSpinner renders correctly 1`] = `
|
|
|
50
47
|
/>
|
|
51
48
|
<View
|
|
52
49
|
collapsable={false}
|
|
53
|
-
nativeID="animatedComponent"
|
|
54
50
|
style={
|
|
55
51
|
Array [
|
|
56
52
|
Object {
|
|
@@ -71,7 +67,6 @@ exports[`AnimatedSpinner renders correctly 1`] = `
|
|
|
71
67
|
</View>
|
|
72
68
|
<View
|
|
73
69
|
collapsable={false}
|
|
74
|
-
nativeID="animatedComponent"
|
|
75
70
|
style={
|
|
76
71
|
Array [
|
|
77
72
|
Object {
|
|
@@ -86,7 +81,6 @@ exports[`AnimatedSpinner renders correctly 1`] = `
|
|
|
86
81
|
>
|
|
87
82
|
<View
|
|
88
83
|
collapsable={false}
|
|
89
|
-
nativeID="animatedComponent"
|
|
90
84
|
style={
|
|
91
85
|
Array [
|
|
92
86
|
Object {
|
|
@@ -105,7 +99,6 @@ exports[`AnimatedSpinner renders correctly 1`] = `
|
|
|
105
99
|
/>
|
|
106
100
|
<View
|
|
107
101
|
collapsable={false}
|
|
108
|
-
nativeID="animatedComponent"
|
|
109
102
|
style={
|
|
110
103
|
Array [
|
|
111
104
|
Object {
|
|
@@ -15,7 +15,6 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
|
|
|
15
15
|
>
|
|
16
16
|
<View
|
|
17
17
|
collapsable={false}
|
|
18
|
-
nativeID="animatedComponent"
|
|
19
18
|
style={
|
|
20
19
|
Object {
|
|
21
20
|
"transform": Array [
|
|
@@ -28,7 +27,6 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
|
|
|
28
27
|
>
|
|
29
28
|
<View
|
|
30
29
|
collapsable={false}
|
|
31
|
-
nativeID="animatedComponent"
|
|
32
30
|
style={
|
|
33
31
|
Array [
|
|
34
32
|
Object {
|
|
@@ -43,7 +41,6 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
|
|
|
43
41
|
>
|
|
44
42
|
<View
|
|
45
43
|
collapsable={false}
|
|
46
|
-
nativeID="animatedComponent"
|
|
47
44
|
style={
|
|
48
45
|
Array [
|
|
49
46
|
Object {
|
|
@@ -62,7 +59,6 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
|
|
|
62
59
|
/>
|
|
63
60
|
<View
|
|
64
61
|
collapsable={false}
|
|
65
|
-
nativeID="animatedComponent"
|
|
66
62
|
style={
|
|
67
63
|
Array [
|
|
68
64
|
Object {
|
|
@@ -83,7 +79,6 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
|
|
|
83
79
|
</View>
|
|
84
80
|
<View
|
|
85
81
|
collapsable={false}
|
|
86
|
-
nativeID="animatedComponent"
|
|
87
82
|
style={
|
|
88
83
|
Array [
|
|
89
84
|
Object {
|
|
@@ -98,7 +93,6 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
|
|
|
98
93
|
>
|
|
99
94
|
<View
|
|
100
95
|
collapsable={false}
|
|
101
|
-
nativeID="animatedComponent"
|
|
102
96
|
style={
|
|
103
97
|
Array [
|
|
104
98
|
Object {
|
|
@@ -117,7 +111,6 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
|
|
|
117
111
|
/>
|
|
118
112
|
<View
|
|
119
113
|
collapsable={false}
|
|
120
|
-
nativeID="animatedComponent"
|
|
121
114
|
style={
|
|
122
115
|
Array [
|
|
123
116
|
Object {
|
|
@@ -155,7 +148,6 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
|
|
|
155
148
|
>
|
|
156
149
|
<View
|
|
157
150
|
collapsable={false}
|
|
158
|
-
nativeID="animatedComponent"
|
|
159
151
|
style={
|
|
160
152
|
Object {
|
|
161
153
|
"transform": Array [
|
|
@@ -168,7 +160,6 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
|
|
|
168
160
|
>
|
|
169
161
|
<View
|
|
170
162
|
collapsable={false}
|
|
171
|
-
nativeID="animatedComponent"
|
|
172
163
|
style={
|
|
173
164
|
Array [
|
|
174
165
|
Object {
|
|
@@ -183,7 +174,6 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
|
|
|
183
174
|
>
|
|
184
175
|
<View
|
|
185
176
|
collapsable={false}
|
|
186
|
-
nativeID="animatedComponent"
|
|
187
177
|
style={
|
|
188
178
|
Array [
|
|
189
179
|
Object {
|
|
@@ -202,7 +192,6 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
|
|
|
202
192
|
/>
|
|
203
193
|
<View
|
|
204
194
|
collapsable={false}
|
|
205
|
-
nativeID="animatedComponent"
|
|
206
195
|
style={
|
|
207
196
|
Array [
|
|
208
197
|
Object {
|
|
@@ -223,7 +212,6 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
|
|
|
223
212
|
</View>
|
|
224
213
|
<View
|
|
225
214
|
collapsable={false}
|
|
226
|
-
nativeID="animatedComponent"
|
|
227
215
|
style={
|
|
228
216
|
Array [
|
|
229
217
|
Object {
|
|
@@ -238,7 +226,6 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
|
|
|
238
226
|
>
|
|
239
227
|
<View
|
|
240
228
|
collapsable={false}
|
|
241
|
-
nativeID="animatedComponent"
|
|
242
229
|
style={
|
|
243
230
|
Array [
|
|
244
231
|
Object {
|
|
@@ -257,7 +244,6 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
|
|
|
257
244
|
/>
|
|
258
245
|
<View
|
|
259
246
|
collapsable={false}
|
|
260
|
-
nativeID="animatedComponent"
|
|
261
247
|
style={
|
|
262
248
|
Array [
|
|
263
249
|
Object {
|
|
@@ -295,7 +281,6 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
|
|
|
295
281
|
>
|
|
296
282
|
<View
|
|
297
283
|
collapsable={false}
|
|
298
|
-
nativeID="animatedComponent"
|
|
299
284
|
style={
|
|
300
285
|
Object {
|
|
301
286
|
"transform": Array [
|
|
@@ -308,7 +293,6 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
|
|
|
308
293
|
>
|
|
309
294
|
<View
|
|
310
295
|
collapsable={false}
|
|
311
|
-
nativeID="animatedComponent"
|
|
312
296
|
style={
|
|
313
297
|
Array [
|
|
314
298
|
Object {
|
|
@@ -323,7 +307,6 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
|
|
|
323
307
|
>
|
|
324
308
|
<View
|
|
325
309
|
collapsable={false}
|
|
326
|
-
nativeID="animatedComponent"
|
|
327
310
|
style={
|
|
328
311
|
Array [
|
|
329
312
|
Object {
|
|
@@ -342,7 +325,6 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
|
|
|
342
325
|
/>
|
|
343
326
|
<View
|
|
344
327
|
collapsable={false}
|
|
345
|
-
nativeID="animatedComponent"
|
|
346
328
|
style={
|
|
347
329
|
Array [
|
|
348
330
|
Object {
|
|
@@ -363,7 +345,6 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
|
|
|
363
345
|
</View>
|
|
364
346
|
<View
|
|
365
347
|
collapsable={false}
|
|
366
|
-
nativeID="animatedComponent"
|
|
367
348
|
style={
|
|
368
349
|
Array [
|
|
369
350
|
Object {
|
|
@@ -378,7 +359,6 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
|
|
|
378
359
|
>
|
|
379
360
|
<View
|
|
380
361
|
collapsable={false}
|
|
381
|
-
nativeID="animatedComponent"
|
|
382
362
|
style={
|
|
383
363
|
Array [
|
|
384
364
|
Object {
|
|
@@ -397,7 +377,6 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
|
|
|
397
377
|
/>
|
|
398
378
|
<View
|
|
399
379
|
collapsable={false}
|
|
400
|
-
nativeID="animatedComponent"
|
|
401
380
|
style={
|
|
402
381
|
Array [
|
|
403
382
|
Object {
|
|
@@ -435,7 +414,6 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
|
|
|
435
414
|
>
|
|
436
415
|
<View
|
|
437
416
|
collapsable={false}
|
|
438
|
-
nativeID="animatedComponent"
|
|
439
417
|
style={
|
|
440
418
|
Object {
|
|
441
419
|
"transform": Array [
|
|
@@ -448,7 +426,6 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
|
|
|
448
426
|
>
|
|
449
427
|
<View
|
|
450
428
|
collapsable={false}
|
|
451
|
-
nativeID="animatedComponent"
|
|
452
429
|
style={
|
|
453
430
|
Array [
|
|
454
431
|
Object {
|
|
@@ -463,7 +440,6 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
|
|
|
463
440
|
>
|
|
464
441
|
<View
|
|
465
442
|
collapsable={false}
|
|
466
|
-
nativeID="animatedComponent"
|
|
467
443
|
style={
|
|
468
444
|
Array [
|
|
469
445
|
Object {
|
|
@@ -482,7 +458,6 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
|
|
|
482
458
|
/>
|
|
483
459
|
<View
|
|
484
460
|
collapsable={false}
|
|
485
|
-
nativeID="animatedComponent"
|
|
486
461
|
style={
|
|
487
462
|
Array [
|
|
488
463
|
Object {
|
|
@@ -503,7 +478,6 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
|
|
|
503
478
|
</View>
|
|
504
479
|
<View
|
|
505
480
|
collapsable={false}
|
|
506
|
-
nativeID="animatedComponent"
|
|
507
481
|
style={
|
|
508
482
|
Array [
|
|
509
483
|
Object {
|
|
@@ -518,7 +492,6 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
|
|
|
518
492
|
>
|
|
519
493
|
<View
|
|
520
494
|
collapsable={false}
|
|
521
|
-
nativeID="animatedComponent"
|
|
522
495
|
style={
|
|
523
496
|
Array [
|
|
524
497
|
Object {
|
|
@@ -537,7 +510,6 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
|
|
|
537
510
|
/>
|
|
538
511
|
<View
|
|
539
512
|
collapsable={false}
|
|
540
|
-
nativeID="animatedComponent"
|
|
541
513
|
style={
|
|
542
514
|
Array [
|
|
543
515
|
Object {
|
|
@@ -24,7 +24,6 @@ exports[`Spinner renders correctly 1`] = `
|
|
|
24
24
|
>
|
|
25
25
|
<View
|
|
26
26
|
collapsable={false}
|
|
27
|
-
nativeID="animatedComponent"
|
|
28
27
|
style={
|
|
29
28
|
Object {
|
|
30
29
|
"transform": Array [
|
|
@@ -37,7 +36,6 @@ exports[`Spinner renders correctly 1`] = `
|
|
|
37
36
|
>
|
|
38
37
|
<View
|
|
39
38
|
collapsable={false}
|
|
40
|
-
nativeID="animatedComponent"
|
|
41
39
|
style={
|
|
42
40
|
Array [
|
|
43
41
|
Object {
|
|
@@ -52,7 +50,6 @@ exports[`Spinner renders correctly 1`] = `
|
|
|
52
50
|
>
|
|
53
51
|
<View
|
|
54
52
|
collapsable={false}
|
|
55
|
-
nativeID="animatedComponent"
|
|
56
53
|
style={
|
|
57
54
|
Array [
|
|
58
55
|
Object {
|
|
@@ -71,7 +68,6 @@ exports[`Spinner renders correctly 1`] = `
|
|
|
71
68
|
/>
|
|
72
69
|
<View
|
|
73
70
|
collapsable={false}
|
|
74
|
-
nativeID="animatedComponent"
|
|
75
71
|
style={
|
|
76
72
|
Array [
|
|
77
73
|
Object {
|
|
@@ -92,7 +88,6 @@ exports[`Spinner renders correctly 1`] = `
|
|
|
92
88
|
</View>
|
|
93
89
|
<View
|
|
94
90
|
collapsable={false}
|
|
95
|
-
nativeID="animatedComponent"
|
|
96
91
|
style={
|
|
97
92
|
Array [
|
|
98
93
|
Object {
|
|
@@ -107,7 +102,6 @@ exports[`Spinner renders correctly 1`] = `
|
|
|
107
102
|
>
|
|
108
103
|
<View
|
|
109
104
|
collapsable={false}
|
|
110
|
-
nativeID="animatedComponent"
|
|
111
105
|
style={
|
|
112
106
|
Array [
|
|
113
107
|
Object {
|
|
@@ -126,7 +120,6 @@ exports[`Spinner renders correctly 1`] = `
|
|
|
126
120
|
/>
|
|
127
121
|
<View
|
|
128
122
|
collapsable={false}
|
|
129
|
-
nativeID="animatedComponent"
|
|
130
123
|
style={
|
|
131
124
|
Array [
|
|
132
125
|
Object {
|
|
@@ -5,7 +5,6 @@ exports[`rendering renders correctly when intent is danger 1`] = `
|
|
|
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]}
|
|
@@ -49,7 +48,6 @@ exports[`rendering renders correctly when intent is primary 1`] = `
|
|
|
49
48
|
accessible={true}
|
|
50
49
|
collapsable={false}
|
|
51
50
|
focusable={false}
|
|
52
|
-
nativeID="animatedComponent"
|
|
53
51
|
onClick={[Function]}
|
|
54
52
|
onResponderGrant={[Function]}
|
|
55
53
|
onResponderMove={[Function]}
|
|
@@ -93,7 +91,6 @@ exports[`rendering renders correctly when intent is success 1`] = `
|
|
|
93
91
|
accessible={true}
|
|
94
92
|
collapsable={false}
|
|
95
93
|
focusable={false}
|
|
96
|
-
nativeID="animatedComponent"
|
|
97
94
|
onClick={[Function]}
|
|
98
95
|
onResponderGrant={[Function]}
|
|
99
96
|
onResponderMove={[Function]}
|
|
@@ -37,7 +37,6 @@ exports[`Option renders correctly when not selected 1`] = `
|
|
|
37
37
|
/>
|
|
38
38
|
<View
|
|
39
39
|
collapsable={false}
|
|
40
|
-
nativeID="animatedComponent"
|
|
41
40
|
style={
|
|
42
41
|
Object {
|
|
43
42
|
"backgroundColor": "#de350b",
|
|
@@ -106,7 +105,6 @@ exports[`Option renders correctly when selected 1`] = `
|
|
|
106
105
|
</Text>
|
|
107
106
|
<View
|
|
108
107
|
collapsable={false}
|
|
109
|
-
nativeID="animatedComponent"
|
|
110
108
|
style={
|
|
111
109
|
Object {
|
|
112
110
|
"backgroundColor": "#de350b",
|
|
@@ -172,7 +170,6 @@ exports[`OptionContent renders correctly when there is a badge 1`] = `
|
|
|
172
170
|
/>
|
|
173
171
|
<View
|
|
174
172
|
collapsable={false}
|
|
175
|
-
nativeID="animatedComponent"
|
|
176
173
|
style={
|
|
177
174
|
Object {
|
|
178
175
|
"backgroundColor": "#de350b",
|
|
@@ -35,7 +35,6 @@ exports[`Switch renders correctly 1`] = `
|
|
|
35
35
|
>
|
|
36
36
|
<View
|
|
37
37
|
collapsable={false}
|
|
38
|
-
nativeID="animatedComponent"
|
|
39
38
|
style={
|
|
40
39
|
Object {
|
|
41
40
|
"backgroundColor": "#ffffff",
|
|
@@ -84,7 +83,6 @@ exports[`Switch trigger press function correctly 1`] = `
|
|
|
84
83
|
>
|
|
85
84
|
<View
|
|
86
85
|
collapsable={false}
|
|
87
|
-
nativeID="animatedComponent"
|
|
88
86
|
style={
|
|
89
87
|
Object {
|
|
90
88
|
"backgroundColor": "#ffffff",
|
|
@@ -16,7 +16,6 @@ exports[`Tabs.Scroll renders correctly 1`] = `
|
|
|
16
16
|
accessible={true}
|
|
17
17
|
collapsable={false}
|
|
18
18
|
focusable={true}
|
|
19
|
-
nativeID="animatedComponent"
|
|
20
19
|
onClick={[Function]}
|
|
21
20
|
onResponderGrant={[Function]}
|
|
22
21
|
onResponderMove={[Function]}
|
|
@@ -207,7 +206,6 @@ exports[`Tabs.Scroll renders correctly 1`] = `
|
|
|
207
206
|
collapsable={false}
|
|
208
207
|
focusable={true}
|
|
209
208
|
isFirstItem={true}
|
|
210
|
-
nativeID="animatedComponent"
|
|
211
209
|
onClick={[Function]}
|
|
212
210
|
onResponderGrant={[Function]}
|
|
213
211
|
onResponderMove={[Function]}
|
|
@@ -239,7 +237,6 @@ exports[`Tabs.Scroll renders correctly 1`] = `
|
|
|
239
237
|
>
|
|
240
238
|
<View
|
|
241
239
|
collapsable={false}
|
|
242
|
-
nativeID="animatedComponent"
|
|
243
240
|
style={
|
|
244
241
|
Object {
|
|
245
242
|
"backgroundColor": "#ccd2d3",
|
|
@@ -310,7 +307,6 @@ exports[`Tabs.Scroll renders correctly 1`] = `
|
|
|
310
307
|
collapsable={false}
|
|
311
308
|
focusable={true}
|
|
312
309
|
isFirstItem={false}
|
|
313
|
-
nativeID="animatedComponent"
|
|
314
310
|
onClick={[Function]}
|
|
315
311
|
onResponderGrant={[Function]}
|
|
316
312
|
onResponderMove={[Function]}
|
|
@@ -342,7 +338,6 @@ exports[`Tabs.Scroll renders correctly 1`] = `
|
|
|
342
338
|
>
|
|
343
339
|
<View
|
|
344
340
|
collapsable={false}
|
|
345
|
-
nativeID="animatedComponent"
|
|
346
341
|
style={
|
|
347
342
|
Object {
|
|
348
343
|
"backgroundColor": undefined,
|
|
@@ -407,7 +402,6 @@ exports[`Tabs.Scroll renders correctly 1`] = `
|
|
|
407
402
|
collapsable={false}
|
|
408
403
|
focusable={true}
|
|
409
404
|
isFirstItem={false}
|
|
410
|
-
nativeID="animatedComponent"
|
|
411
405
|
onClick={[Function]}
|
|
412
406
|
onResponderGrant={[Function]}
|
|
413
407
|
onResponderMove={[Function]}
|
|
@@ -439,7 +433,6 @@ exports[`Tabs.Scroll renders correctly 1`] = `
|
|
|
439
433
|
>
|
|
440
434
|
<View
|
|
441
435
|
collapsable={false}
|
|
442
|
-
nativeID="animatedComponent"
|
|
443
436
|
style={
|
|
444
437
|
Object {
|
|
445
438
|
"backgroundColor": undefined,
|
|
@@ -492,7 +485,6 @@ exports[`Tabs.Scroll renders correctly 1`] = `
|
|
|
492
485
|
/>
|
|
493
486
|
<View
|
|
494
487
|
collapsable={false}
|
|
495
|
-
nativeID="animatedComponent"
|
|
496
488
|
style={
|
|
497
489
|
Object {
|
|
498
490
|
"backgroundColor": "#de350b",
|
|
@@ -532,7 +524,6 @@ exports[`Tabs.Scroll renders correctly 1`] = `
|
|
|
532
524
|
collapsable={false}
|
|
533
525
|
focusable={true}
|
|
534
526
|
isFirstItem={false}
|
|
535
|
-
nativeID="animatedComponent"
|
|
536
527
|
onClick={[Function]}
|
|
537
528
|
onResponderGrant={[Function]}
|
|
538
529
|
onResponderMove={[Function]}
|
|
@@ -564,7 +555,6 @@ exports[`Tabs.Scroll renders correctly 1`] = `
|
|
|
564
555
|
>
|
|
565
556
|
<View
|
|
566
557
|
collapsable={false}
|
|
567
|
-
nativeID="animatedComponent"
|
|
568
558
|
style={
|
|
569
559
|
Object {
|
|
570
560
|
"backgroundColor": undefined,
|
|
@@ -621,7 +611,6 @@ exports[`Tabs.Scroll renders correctly 1`] = `
|
|
|
621
611
|
/>
|
|
622
612
|
<View
|
|
623
613
|
collapsable={false}
|
|
624
|
-
nativeID="animatedComponent"
|
|
625
614
|
style={
|
|
626
615
|
Object {
|
|
627
616
|
"alignItems": "center",
|
|
@@ -15,7 +15,6 @@ exports[`TabWithBadge renders correctly with counter badge config 1`] = `
|
|
|
15
15
|
Tab Item
|
|
16
16
|
<View
|
|
17
17
|
collapsable={false}
|
|
18
|
-
nativeID="animatedComponent"
|
|
19
18
|
style={
|
|
20
19
|
Object {
|
|
21
20
|
"alignItems": "center",
|
|
@@ -69,7 +68,6 @@ exports[`TabWithBadge renders correctly with status badge config 1`] = `
|
|
|
69
68
|
Tab Item
|
|
70
69
|
<View
|
|
71
70
|
collapsable={false}
|
|
72
|
-
nativeID="animatedComponent"
|
|
73
71
|
style={
|
|
74
72
|
Object {
|
|
75
73
|
"backgroundColor": "#de350b",
|
|
@@ -16,7 +16,6 @@ exports[`Tabs renders correctly 1`] = `
|
|
|
16
16
|
accessible={true}
|
|
17
17
|
collapsable={false}
|
|
18
18
|
focusable={true}
|
|
19
|
-
nativeID="animatedComponent"
|
|
20
19
|
onClick={[Function]}
|
|
21
20
|
onResponderGrant={[Function]}
|
|
22
21
|
onResponderMove={[Function]}
|
|
@@ -282,7 +281,6 @@ exports[`Tabs renders correctly 1`] = `
|
|
|
282
281
|
</Text>
|
|
283
282
|
<View
|
|
284
283
|
collapsable={false}
|
|
285
|
-
nativeID="animatedComponent"
|
|
286
284
|
style={
|
|
287
285
|
Object {
|
|
288
286
|
"backgroundColor": "#de350b",
|
|
@@ -361,7 +359,6 @@ exports[`Tabs renders correctly 1`] = `
|
|
|
361
359
|
</Text>
|
|
362
360
|
<View
|
|
363
361
|
collapsable={false}
|
|
364
|
-
nativeID="animatedComponent"
|
|
365
362
|
style={
|
|
366
363
|
Object {
|
|
367
364
|
"alignItems": "center",
|
|
@@ -406,7 +403,6 @@ exports[`Tabs renders correctly 1`] = `
|
|
|
406
403
|
</View>
|
|
407
404
|
<View
|
|
408
405
|
collapsable={false}
|
|
409
|
-
nativeID="animatedComponent"
|
|
410
406
|
style={
|
|
411
407
|
Object {
|
|
412
408
|
"backgroundColor": "#401960",
|
|
@@ -2,10 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
exports[`TimePickerAndroid renders correct with hide suffix 1`] = `
|
|
4
4
|
<View
|
|
5
|
+
accessibilityState={
|
|
6
|
+
Object {
|
|
7
|
+
"disabled": false,
|
|
8
|
+
}
|
|
9
|
+
}
|
|
5
10
|
accessible={true}
|
|
6
11
|
collapsable={false}
|
|
7
12
|
focusable={true}
|
|
8
|
-
nativeID="animatedComponent"
|
|
9
13
|
onClick={[Function]}
|
|
10
14
|
onResponderGrant={[Function]}
|
|
11
15
|
onResponderMove={[Function]}
|
|
@@ -210,7 +214,13 @@ exports[`TimePickerAndroid renders correct with hide suffix 1`] = `
|
|
|
210
214
|
|
|
211
215
|
exports[`TimePickerAndroid renders correctly 1`] = `
|
|
212
216
|
<View
|
|
217
|
+
accessibilityState={
|
|
218
|
+
Object {
|
|
219
|
+
"disabled": false,
|
|
220
|
+
}
|
|
221
|
+
}
|
|
213
222
|
accessible={true}
|
|
223
|
+
collapsable={false}
|
|
214
224
|
focusable={true}
|
|
215
225
|
onClick={[Function]}
|
|
216
226
|
onResponderGrant={[Function]}
|
|
@@ -2,10 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
exports[`TimePickerIOS renders correct with hide suffix 1`] = `
|
|
4
4
|
<View
|
|
5
|
+
accessibilityState={
|
|
6
|
+
Object {
|
|
7
|
+
"disabled": false,
|
|
8
|
+
}
|
|
9
|
+
}
|
|
5
10
|
accessible={true}
|
|
6
11
|
collapsable={false}
|
|
7
12
|
focusable={true}
|
|
8
|
-
nativeID="animatedComponent"
|
|
9
13
|
onClick={[Function]}
|
|
10
14
|
onResponderGrant={[Function]}
|
|
11
15
|
onResponderMove={[Function]}
|
|
@@ -210,7 +214,13 @@ exports[`TimePickerIOS renders correct with hide suffix 1`] = `
|
|
|
210
214
|
|
|
211
215
|
exports[`TimePickerIOS renders correctly 1`] = `
|
|
212
216
|
<View
|
|
217
|
+
accessibilityState={
|
|
218
|
+
Object {
|
|
219
|
+
"disabled": false,
|
|
220
|
+
}
|
|
221
|
+
}
|
|
213
222
|
accessible={true}
|
|
223
|
+
collapsable={false}
|
|
214
224
|
focusable={true}
|
|
215
225
|
onClick={[Function]}
|
|
216
226
|
onResponderGrant={[Function]}
|
|
@@ -405,6 +415,7 @@ exports[`TimePickerIOS renders correctly 1`] = `
|
|
|
405
415
|
animationType="none"
|
|
406
416
|
hardwareAccelerated={false}
|
|
407
417
|
identifier={0}
|
|
418
|
+
onDismiss={[Function]}
|
|
408
419
|
onRequestClose={[Function]}
|
|
409
420
|
onStartShouldSetResponder={[Function]}
|
|
410
421
|
presentationStyle="overFullScreen"
|
|
@@ -414,6 +425,7 @@ exports[`TimePickerIOS renders correctly 1`] = `
|
|
|
414
425
|
}
|
|
415
426
|
}
|
|
416
427
|
transparent={true}
|
|
428
|
+
visible={true}
|
|
417
429
|
>
|
|
418
430
|
<View
|
|
419
431
|
collapsable={false}
|
|
@@ -484,7 +496,6 @@ exports[`TimePickerIOS renders correctly 1`] = `
|
|
|
484
496
|
accessible={true}
|
|
485
497
|
collapsable={false}
|
|
486
498
|
focusable={true}
|
|
487
|
-
nativeID="animatedComponent"
|
|
488
499
|
onBlur={[Function]}
|
|
489
500
|
onClick={[Function]}
|
|
490
501
|
onFocus={[Function]}
|
|
@@ -509,7 +520,6 @@ exports[`TimePickerIOS renders correctly 1`] = `
|
|
|
509
520
|
<RCTSafeAreaView
|
|
510
521
|
collapsable={false}
|
|
511
522
|
emulateUnlessSupported={true}
|
|
512
|
-
nativeID="animatedComponent"
|
|
513
523
|
style={
|
|
514
524
|
Object {
|
|
515
525
|
"backgroundColor": "#ffffff",
|
|
@@ -598,7 +608,6 @@ exports[`TimePickerIOS renders correctly 1`] = `
|
|
|
598
608
|
accessible={true}
|
|
599
609
|
collapsable={false}
|
|
600
610
|
focusable={true}
|
|
601
|
-
nativeID="animatedComponent"
|
|
602
611
|
onClick={[Function]}
|
|
603
612
|
onResponderGrant={[Function]}
|
|
604
613
|
onResponderMove={[Function]}
|
|
@@ -693,10 +702,14 @@ exports[`TimePickerIOS renders correctly 1`] = `
|
|
|
693
702
|
}
|
|
694
703
|
>
|
|
695
704
|
<View
|
|
705
|
+
accessibilityState={
|
|
706
|
+
Object {
|
|
707
|
+
"disabled": false,
|
|
708
|
+
}
|
|
709
|
+
}
|
|
696
710
|
accessible={true}
|
|
697
711
|
collapsable={false}
|
|
698
712
|
focusable={true}
|
|
699
|
-
nativeID="animatedComponent"
|
|
700
713
|
onClick={[Function]}
|
|
701
714
|
onResponderGrant={[Function]}
|
|
702
715
|
onResponderMove={[Function]}
|