@fluentui-react-native/menu 0.13.1 → 0.14.2

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 (53) hide show
  1. package/CHANGELOG.json +58 -1
  2. package/CHANGELOG.md +28 -2
  3. package/SPEC.md +345 -0
  4. package/jest.config.js +2 -0
  5. package/lib/Menu/useMenu.js +1 -1
  6. package/lib/Menu/useMenu.js.map +1 -1
  7. package/lib/MenuList/MenuList.types.d.ts.map +1 -1
  8. package/lib/MenuPopover/useMenuPopover.d.ts.map +1 -1
  9. package/lib/MenuPopover/useMenuPopover.js +2 -1
  10. package/lib/MenuPopover/useMenuPopover.js.map +1 -1
  11. package/lib/MenuTrigger/MenuTrigger.d.ts +2 -2
  12. package/lib/MenuTrigger/MenuTrigger.d.ts.map +1 -1
  13. package/lib/MenuTrigger/MenuTrigger.js +9 -9
  14. package/lib/MenuTrigger/MenuTrigger.js.map +1 -1
  15. package/lib/MenuTrigger/MenuTrigger.types.d.ts +2 -2
  16. package/lib/MenuTrigger/MenuTrigger.types.d.ts.map +1 -1
  17. package/lib/MenuTrigger/useMenuTrigger.d.ts +2 -2
  18. package/lib/MenuTrigger/useMenuTrigger.d.ts.map +1 -1
  19. package/lib/MenuTrigger/useMenuTrigger.js +4 -2
  20. package/lib/MenuTrigger/useMenuTrigger.js.map +1 -1
  21. package/lib/__tests__/Menu.test.d.ts +2 -0
  22. package/lib/__tests__/Menu.test.d.ts.map +1 -0
  23. package/lib/__tests__/Menu.test.js +145 -0
  24. package/lib/__tests__/Menu.test.js.map +1 -0
  25. package/lib-commonjs/Menu/useMenu.js +1 -1
  26. package/lib-commonjs/Menu/useMenu.js.map +1 -1
  27. package/lib-commonjs/MenuList/MenuList.types.d.ts.map +1 -1
  28. package/lib-commonjs/MenuPopover/useMenuPopover.d.ts.map +1 -1
  29. package/lib-commonjs/MenuPopover/useMenuPopover.js +2 -1
  30. package/lib-commonjs/MenuPopover/useMenuPopover.js.map +1 -1
  31. package/lib-commonjs/MenuTrigger/MenuTrigger.d.ts +2 -2
  32. package/lib-commonjs/MenuTrigger/MenuTrigger.d.ts.map +1 -1
  33. package/lib-commonjs/MenuTrigger/MenuTrigger.js +9 -9
  34. package/lib-commonjs/MenuTrigger/MenuTrigger.js.map +1 -1
  35. package/lib-commonjs/MenuTrigger/MenuTrigger.types.d.ts +2 -2
  36. package/lib-commonjs/MenuTrigger/MenuTrigger.types.d.ts.map +1 -1
  37. package/lib-commonjs/MenuTrigger/useMenuTrigger.d.ts +2 -2
  38. package/lib-commonjs/MenuTrigger/useMenuTrigger.d.ts.map +1 -1
  39. package/lib-commonjs/MenuTrigger/useMenuTrigger.js +4 -2
  40. package/lib-commonjs/MenuTrigger/useMenuTrigger.js.map +1 -1
  41. package/lib-commonjs/__tests__/Menu.test.d.ts +2 -0
  42. package/lib-commonjs/__tests__/Menu.test.d.ts.map +1 -0
  43. package/lib-commonjs/__tests__/Menu.test.js +148 -0
  44. package/lib-commonjs/__tests__/Menu.test.js.map +1 -0
  45. package/package.json +5 -3
  46. package/src/Menu/useMenu.ts +1 -1
  47. package/src/MenuList/MenuList.types.ts +1 -0
  48. package/src/MenuPopover/useMenuPopover.ts +3 -1
  49. package/src/MenuTrigger/MenuTrigger.tsx +11 -11
  50. package/src/MenuTrigger/MenuTrigger.types.ts +2 -2
  51. package/src/MenuTrigger/useMenuTrigger.ts +5 -3
  52. package/src/__tests__/Menu.test.tsx +235 -0
  53. package/src/__tests__/__snapshots__/Menu.test.tsx.snap +2098 -0
@@ -0,0 +1,2098 @@
1
+ // Jest Snapshot v1, https://goo.gl/fbAQLP
2
+
3
+ exports[`Checkbox component tests Menu default 1`] = `
4
+ <View
5
+ accessibilityActions={Array []}
6
+ accessibilityLabel="Default"
7
+ accessibilityRole="button"
8
+ accessibilityState={
9
+ Object {
10
+ "disabled": false,
11
+ "expanded": false,
12
+ }
13
+ }
14
+ accessible={true}
15
+ disabled={false}
16
+ enableFocusRing={true}
17
+ focusable={true}
18
+ onAccessibilityAction={[Function]}
19
+ onAccessibilityTap={[Function]}
20
+ onBlur={[Function]}
21
+ onClick={[Function]}
22
+ onFocus={[Function]}
23
+ onHoverIn={[Function]}
24
+ onHoverOut={false}
25
+ onPress={[Function]}
26
+ onResponderGrant={[Function]}
27
+ onResponderMove={[Function]}
28
+ onResponderRelease={[Function]}
29
+ onResponderTerminate={[Function]}
30
+ onResponderTerminationRequest={[Function]}
31
+ onStartShouldSetResponder={[Function]}
32
+ style={
33
+ Object {
34
+ "alignItems": "center",
35
+ "alignSelf": "flex-start",
36
+ "backgroundColor": "#f3f2f1",
37
+ "borderColor": "#8a8886",
38
+ "borderRadius": 4,
39
+ "borderWidth": 1,
40
+ "display": "flex",
41
+ "flexDirection": "row",
42
+ "justifyContent": "center",
43
+ "minWidth": 96,
44
+ "padding": 5,
45
+ "paddingHorizontal": 11,
46
+ "width": undefined,
47
+ }
48
+ }
49
+ >
50
+ <Text
51
+ ellipsizeMode="tail"
52
+ numberOfLines={0}
53
+ style={
54
+ Object {
55
+ "color": "#323130",
56
+ "fontFamily": "Segoe UI",
57
+ "fontSize": 14,
58
+ "fontWeight": "600",
59
+ "margin": 0,
60
+ "marginBottom": 0,
61
+ "marginEnd": 0,
62
+ "marginStart": 0,
63
+ "marginTop": 0,
64
+ }
65
+ }
66
+ >
67
+ Default
68
+ </Text>
69
+ </View>
70
+ `;
71
+
72
+ exports[`Checkbox component tests Menu defaultOpen 1`] = `
73
+ Array [
74
+ <View
75
+ accessibilityActions={Array []}
76
+ accessibilityLabel="Open"
77
+ accessibilityRole="button"
78
+ accessibilityState={
79
+ Object {
80
+ "disabled": false,
81
+ "expanded": true,
82
+ }
83
+ }
84
+ accessible={true}
85
+ disabled={false}
86
+ enableFocusRing={true}
87
+ focusable={true}
88
+ onAccessibilityAction={[Function]}
89
+ onAccessibilityTap={[Function]}
90
+ onBlur={[Function]}
91
+ onClick={[Function]}
92
+ onFocus={[Function]}
93
+ onHoverIn={[Function]}
94
+ onHoverOut={false}
95
+ onPress={[Function]}
96
+ onResponderGrant={[Function]}
97
+ onResponderMove={[Function]}
98
+ onResponderRelease={[Function]}
99
+ onResponderTerminate={[Function]}
100
+ onResponderTerminationRequest={[Function]}
101
+ onStartShouldSetResponder={[Function]}
102
+ style={
103
+ Object {
104
+ "alignItems": "center",
105
+ "alignSelf": "flex-start",
106
+ "backgroundColor": "#f3f2f1",
107
+ "borderColor": "#8a8886",
108
+ "borderRadius": 4,
109
+ "borderWidth": 1,
110
+ "display": "flex",
111
+ "flexDirection": "row",
112
+ "justifyContent": "center",
113
+ "minWidth": 96,
114
+ "padding": 5,
115
+ "paddingHorizontal": 11,
116
+ "width": undefined,
117
+ }
118
+ }
119
+ >
120
+ <Text
121
+ ellipsizeMode="tail"
122
+ numberOfLines={0}
123
+ style={
124
+ Object {
125
+ "color": "#323130",
126
+ "fontFamily": "Segoe UI",
127
+ "fontSize": 14,
128
+ "fontWeight": "600",
129
+ "margin": 0,
130
+ "marginBottom": 0,
131
+ "marginEnd": 0,
132
+ "marginStart": 0,
133
+ "marginTop": 0,
134
+ }
135
+ }
136
+ >
137
+ Open
138
+ </Text>
139
+ </View>,
140
+ <RCTCallout
141
+ accessibilityRole="menu"
142
+ borderColor="#616161"
143
+ borderWidth={1}
144
+ doNotTakePointerCapture={false}
145
+ onDismiss={[Function]}
146
+ setInitialFocus={false}
147
+ style={
148
+ Object {
149
+ "backgroundColor": "#faf9f8",
150
+ "borderColor": "#616161",
151
+ "borderWidth": 1,
152
+ }
153
+ }
154
+ >
155
+ <View
156
+ onMouseEnter={[Function]}
157
+ onMouseLeave={false}
158
+ >
159
+ <View
160
+ style={
161
+ Object {
162
+ "backgroundColor": "#ffffff",
163
+ "display": "flex",
164
+ "maxWidth": 300,
165
+ "minWidth": 128,
166
+ "padding": 4,
167
+ }
168
+ }
169
+ >
170
+ <View
171
+ accessibilityLabel="Option 1"
172
+ accessibilityRole="menuitem"
173
+ accessibilityState={
174
+ Object {
175
+ "disabled": undefined,
176
+ }
177
+ }
178
+ accessible={true}
179
+ content="Option 1"
180
+ enableFocusRing={true}
181
+ focusable={true}
182
+ onAccessibilityTap={[Function]}
183
+ onBlur={[Function]}
184
+ onClick={[Function]}
185
+ onFocus={[Function]}
186
+ onPress={[Function]}
187
+ onResponderGrant={[Function]}
188
+ onResponderMove={[Function]}
189
+ onResponderRelease={[Function]}
190
+ onResponderTerminate={[Function]}
191
+ onResponderTerminationRequest={[Function]}
192
+ onStartShouldSetResponder={[Function]}
193
+ style={
194
+ Object {
195
+ "alignItems": "center",
196
+ "backgroundColor": "#ffffff",
197
+ "display": "flex",
198
+ "flexDirection": "row",
199
+ "maxWidth": 300,
200
+ "minHeight": 32,
201
+ "minWidth": 160,
202
+ "padding": 6,
203
+ }
204
+ }
205
+ >
206
+ <Text
207
+ ellipsizeMode="tail"
208
+ numberOfLines={0}
209
+ style={
210
+ Object {
211
+ "color": "#424242",
212
+ "flexGrow": 1,
213
+ "fontFamily": "Segoe UI",
214
+ "fontSize": 14,
215
+ "fontWeight": "400",
216
+ "margin": 0,
217
+ }
218
+ }
219
+ >
220
+ Option 1
221
+ </Text>
222
+ </View>
223
+ <View
224
+ accessibilityLabel="Option 2"
225
+ accessibilityRole="menuitem"
226
+ accessibilityState={
227
+ Object {
228
+ "disabled": true,
229
+ }
230
+ }
231
+ accessible={true}
232
+ content="Option 2"
233
+ disabled={true}
234
+ enableFocusRing={true}
235
+ focusable={true}
236
+ onAccessibilityTap={[Function]}
237
+ onBlur={[Function]}
238
+ onClick={[Function]}
239
+ onFocus={[Function]}
240
+ onPress={[Function]}
241
+ onResponderGrant={[Function]}
242
+ onResponderMove={[Function]}
243
+ onResponderRelease={[Function]}
244
+ onResponderTerminate={[Function]}
245
+ onResponderTerminationRequest={[Function]}
246
+ onStartShouldSetResponder={[Function]}
247
+ style={
248
+ Object {
249
+ "alignItems": "center",
250
+ "backgroundColor": "#ffffff",
251
+ "display": "flex",
252
+ "flexDirection": "row",
253
+ "marginTop": 2,
254
+ "maxWidth": 300,
255
+ "minHeight": 32,
256
+ "minWidth": 160,
257
+ "padding": 6,
258
+ }
259
+ }
260
+ >
261
+ <Text
262
+ ellipsizeMode="tail"
263
+ numberOfLines={0}
264
+ style={
265
+ Object {
266
+ "color": "#bdbdbd",
267
+ "flexGrow": 1,
268
+ "fontFamily": "Segoe UI",
269
+ "fontSize": 14,
270
+ "fontWeight": "400",
271
+ "margin": 0,
272
+ }
273
+ }
274
+ >
275
+ Option 2
276
+ </Text>
277
+ </View>
278
+ </View>
279
+ </View>
280
+ </RCTCallout>,
281
+ ]
282
+ `;
283
+
284
+ exports[`Checkbox component tests Menu open 1`] = `
285
+ Array [
286
+ <View
287
+ accessibilityActions={Array []}
288
+ accessibilityLabel="Open"
289
+ accessibilityRole="button"
290
+ accessibilityState={
291
+ Object {
292
+ "disabled": false,
293
+ "expanded": true,
294
+ }
295
+ }
296
+ accessible={true}
297
+ disabled={false}
298
+ enableFocusRing={true}
299
+ focusable={true}
300
+ onAccessibilityAction={[Function]}
301
+ onAccessibilityTap={[Function]}
302
+ onBlur={[Function]}
303
+ onClick={[Function]}
304
+ onFocus={[Function]}
305
+ onHoverIn={[Function]}
306
+ onHoverOut={false}
307
+ onPress={[Function]}
308
+ onResponderGrant={[Function]}
309
+ onResponderMove={[Function]}
310
+ onResponderRelease={[Function]}
311
+ onResponderTerminate={[Function]}
312
+ onResponderTerminationRequest={[Function]}
313
+ onStartShouldSetResponder={[Function]}
314
+ style={
315
+ Object {
316
+ "alignItems": "center",
317
+ "alignSelf": "flex-start",
318
+ "backgroundColor": "#f3f2f1",
319
+ "borderColor": "#8a8886",
320
+ "borderRadius": 4,
321
+ "borderWidth": 1,
322
+ "display": "flex",
323
+ "flexDirection": "row",
324
+ "justifyContent": "center",
325
+ "minWidth": 96,
326
+ "padding": 5,
327
+ "paddingHorizontal": 11,
328
+ "width": undefined,
329
+ }
330
+ }
331
+ >
332
+ <Text
333
+ ellipsizeMode="tail"
334
+ numberOfLines={0}
335
+ style={
336
+ Object {
337
+ "color": "#323130",
338
+ "fontFamily": "Segoe UI",
339
+ "fontSize": 14,
340
+ "fontWeight": "600",
341
+ "margin": 0,
342
+ "marginBottom": 0,
343
+ "marginEnd": 0,
344
+ "marginStart": 0,
345
+ "marginTop": 0,
346
+ }
347
+ }
348
+ >
349
+ Open
350
+ </Text>
351
+ </View>,
352
+ <RCTCallout
353
+ accessibilityRole="menu"
354
+ borderColor="#616161"
355
+ borderWidth={1}
356
+ dismissBehaviors={
357
+ Array [
358
+ "preventDismissOnKeyDown",
359
+ "preventDismissOnClickOutside",
360
+ ]
361
+ }
362
+ doNotTakePointerCapture={false}
363
+ onDismiss={[Function]}
364
+ setInitialFocus={false}
365
+ style={
366
+ Object {
367
+ "backgroundColor": "#faf9f8",
368
+ "borderColor": "#616161",
369
+ "borderWidth": 1,
370
+ }
371
+ }
372
+ >
373
+ <View
374
+ onMouseEnter={[Function]}
375
+ onMouseLeave={false}
376
+ >
377
+ <View
378
+ style={
379
+ Object {
380
+ "backgroundColor": "#ffffff",
381
+ "display": "flex",
382
+ "maxWidth": 300,
383
+ "minWidth": 128,
384
+ "padding": 4,
385
+ }
386
+ }
387
+ >
388
+ <View
389
+ accessibilityLabel="Option 1"
390
+ accessibilityRole="menuitem"
391
+ accessibilityState={
392
+ Object {
393
+ "disabled": undefined,
394
+ }
395
+ }
396
+ accessible={true}
397
+ content="Option 1"
398
+ enableFocusRing={true}
399
+ focusable={true}
400
+ onAccessibilityTap={[Function]}
401
+ onBlur={[Function]}
402
+ onClick={[Function]}
403
+ onFocus={[Function]}
404
+ onPress={[Function]}
405
+ onResponderGrant={[Function]}
406
+ onResponderMove={[Function]}
407
+ onResponderRelease={[Function]}
408
+ onResponderTerminate={[Function]}
409
+ onResponderTerminationRequest={[Function]}
410
+ onStartShouldSetResponder={[Function]}
411
+ style={
412
+ Object {
413
+ "alignItems": "center",
414
+ "backgroundColor": "#ffffff",
415
+ "display": "flex",
416
+ "flexDirection": "row",
417
+ "maxWidth": 300,
418
+ "minHeight": 32,
419
+ "minWidth": 160,
420
+ "padding": 6,
421
+ }
422
+ }
423
+ >
424
+ <Text
425
+ ellipsizeMode="tail"
426
+ numberOfLines={0}
427
+ style={
428
+ Object {
429
+ "color": "#424242",
430
+ "flexGrow": 1,
431
+ "fontFamily": "Segoe UI",
432
+ "fontSize": 14,
433
+ "fontWeight": "400",
434
+ "margin": 0,
435
+ }
436
+ }
437
+ >
438
+ Option 1
439
+ </Text>
440
+ </View>
441
+ </View>
442
+ </View>
443
+ </RCTCallout>,
444
+ ]
445
+ `;
446
+
447
+ exports[`Checkbox component tests Menu open checkbox and divider 1`] = `
448
+ Array [
449
+ <View
450
+ accessibilityActions={Array []}
451
+ accessibilityLabel="Open"
452
+ accessibilityRole="button"
453
+ accessibilityState={
454
+ Object {
455
+ "disabled": false,
456
+ "expanded": true,
457
+ }
458
+ }
459
+ accessible={true}
460
+ disabled={false}
461
+ enableFocusRing={true}
462
+ focusable={true}
463
+ onAccessibilityAction={[Function]}
464
+ onAccessibilityTap={[Function]}
465
+ onBlur={[Function]}
466
+ onClick={[Function]}
467
+ onFocus={[Function]}
468
+ onHoverIn={[Function]}
469
+ onHoverOut={false}
470
+ onPress={[Function]}
471
+ onResponderGrant={[Function]}
472
+ onResponderMove={[Function]}
473
+ onResponderRelease={[Function]}
474
+ onResponderTerminate={[Function]}
475
+ onResponderTerminationRequest={[Function]}
476
+ onStartShouldSetResponder={[Function]}
477
+ style={
478
+ Object {
479
+ "alignItems": "center",
480
+ "alignSelf": "flex-start",
481
+ "backgroundColor": "#f3f2f1",
482
+ "borderColor": "#8a8886",
483
+ "borderRadius": 4,
484
+ "borderWidth": 1,
485
+ "display": "flex",
486
+ "flexDirection": "row",
487
+ "justifyContent": "center",
488
+ "minWidth": 96,
489
+ "padding": 5,
490
+ "paddingHorizontal": 11,
491
+ "width": undefined,
492
+ }
493
+ }
494
+ >
495
+ <Text
496
+ ellipsizeMode="tail"
497
+ numberOfLines={0}
498
+ style={
499
+ Object {
500
+ "color": "#323130",
501
+ "fontFamily": "Segoe UI",
502
+ "fontSize": 14,
503
+ "fontWeight": "600",
504
+ "margin": 0,
505
+ "marginBottom": 0,
506
+ "marginEnd": 0,
507
+ "marginStart": 0,
508
+ "marginTop": 0,
509
+ }
510
+ }
511
+ >
512
+ Open
513
+ </Text>
514
+ </View>,
515
+ <RCTCallout
516
+ accessibilityRole="menu"
517
+ borderColor="#616161"
518
+ borderWidth={1}
519
+ dismissBehaviors={
520
+ Array [
521
+ "preventDismissOnKeyDown",
522
+ "preventDismissOnClickOutside",
523
+ ]
524
+ }
525
+ doNotTakePointerCapture={false}
526
+ onDismiss={[Function]}
527
+ setInitialFocus={false}
528
+ style={
529
+ Object {
530
+ "backgroundColor": "#faf9f8",
531
+ "borderColor": "#616161",
532
+ "borderWidth": 1,
533
+ }
534
+ }
535
+ >
536
+ <View
537
+ onMouseEnter={[Function]}
538
+ onMouseLeave={false}
539
+ >
540
+ <View
541
+ style={
542
+ Object {
543
+ "backgroundColor": "#ffffff",
544
+ "display": "flex",
545
+ "maxWidth": 300,
546
+ "minWidth": 128,
547
+ "padding": 4,
548
+ }
549
+ }
550
+ >
551
+ <View
552
+ accessibilityActions={
553
+ Array [
554
+ Object {
555
+ "name": "Toggle",
556
+ },
557
+ ]
558
+ }
559
+ accessibilityLabel="Option 1"
560
+ accessibilityRole="menuitem"
561
+ accessibilityState={
562
+ Object {
563
+ "checked": undefined,
564
+ "disabled": undefined,
565
+ }
566
+ }
567
+ accessible={true}
568
+ content="Option 1"
569
+ enableFocusRing={true}
570
+ focusable={true}
571
+ onAccessibilityAction={[Function]}
572
+ onBlur={[Function]}
573
+ onClick={[Function]}
574
+ onFocus={[Function]}
575
+ onPress={[Function]}
576
+ onResponderGrant={[Function]}
577
+ onResponderMove={[Function]}
578
+ onResponderRelease={[Function]}
579
+ onResponderTerminate={[Function]}
580
+ onResponderTerminationRequest={[Function]}
581
+ onStartShouldSetResponder={[Function]}
582
+ style={
583
+ Object {
584
+ "alignItems": "center",
585
+ "backgroundColor": "#ffffff",
586
+ "display": "flex",
587
+ "flexDirection": "row",
588
+ "maxWidth": 300,
589
+ "minHeight": 32,
590
+ "minWidth": 160,
591
+ "padding": 6,
592
+ }
593
+ }
594
+ >
595
+ <RNSVGSvgView
596
+ align="xMidYMid"
597
+ bbHeight={16}
598
+ bbWidth={16}
599
+ color={-12434878}
600
+ focusable={false}
601
+ height={16}
602
+ meetOrSlice={0}
603
+ minX={0}
604
+ minY={0}
605
+ style={
606
+ Array [
607
+ Object {
608
+ "backgroundColor": "transparent",
609
+ "borderWidth": 0,
610
+ },
611
+ Object {
612
+ "marginEnd": 4,
613
+ },
614
+ Object {
615
+ "flex": 0,
616
+ "height": 16,
617
+ "opacity": 0,
618
+ "width": 16,
619
+ },
620
+ ]
621
+ }
622
+ tintColor={-12434878}
623
+ vbHeight={16}
624
+ vbWidth={16}
625
+ width={16}
626
+ xml="
627
+ <svg>
628
+ <path fill='currentColor' d='M9.85355 3.14645C10.0488 3.34171 10.0488 3.65829 9.85355 3.85355L5.35355 8.35355C5.15829 8.54882 4.84171 8.54882 4.64645 8.35355L2.64645 6.35355C2.45118 6.15829 2.45118 5.84171 2.64645 5.64645C2.84171 5.45118 3.15829 5.45118 3.35355 5.64645L5 7.29289L9.14645 3.14645C9.34171 2.95118 9.65829 2.95118 9.85355 3.14645Z' />
629
+ </svg>"
630
+ >
631
+ <RNSVGGroup>
632
+ <RNSVGPath
633
+ d="M9.85355 3.14645C10.0488 3.34171 10.0488 3.65829 9.85355 3.85355L5.35355 8.35355C5.15829 8.54882 4.84171 8.54882 4.64645 8.35355L2.64645 6.35355C2.45118 6.15829 2.45118 5.84171 2.64645 5.64645C2.84171 5.45118 3.15829 5.45118 3.35355 5.64645L5 7.29289L9.14645 3.14645C9.34171 2.95118 9.65829 2.95118 9.85355 3.14645Z"
634
+ fill={
635
+ Array [
636
+ 2,
637
+ ]
638
+ }
639
+ propList={
640
+ Array [
641
+ "fill",
642
+ ]
643
+ }
644
+ />
645
+ </RNSVGGroup>
646
+ </RNSVGSvgView>
647
+ <Text
648
+ ellipsizeMode="tail"
649
+ numberOfLines={0}
650
+ style={
651
+ Object {
652
+ "color": "#424242",
653
+ "flexGrow": 1,
654
+ "fontFamily": "Segoe UI",
655
+ "fontSize": 14,
656
+ "fontWeight": "400",
657
+ "margin": 0,
658
+ }
659
+ }
660
+ >
661
+ Option 1
662
+ </Text>
663
+ </View>
664
+ <View
665
+ style={
666
+ Object {
667
+ "backgroundColor": "#d1d1d1",
668
+ "display": "flex",
669
+ "height": 1,
670
+ "margin": 2,
671
+ "marginVertical": undefined,
672
+ "width": undefined,
673
+ }
674
+ }
675
+ />
676
+ <View
677
+ accessibilityActions={
678
+ Array [
679
+ Object {
680
+ "name": "Toggle",
681
+ },
682
+ ]
683
+ }
684
+ accessibilityLabel="Option 2"
685
+ accessibilityRole="menuitem"
686
+ accessibilityState={
687
+ Object {
688
+ "checked": undefined,
689
+ "disabled": true,
690
+ }
691
+ }
692
+ accessible={true}
693
+ content="Option 2"
694
+ enableFocusRing={true}
695
+ focusable={true}
696
+ onAccessibilityAction={[Function]}
697
+ onBlur={[Function]}
698
+ onClick={[Function]}
699
+ onFocus={[Function]}
700
+ onPress={[Function]}
701
+ onResponderGrant={[Function]}
702
+ onResponderMove={[Function]}
703
+ onResponderRelease={[Function]}
704
+ onResponderTerminate={[Function]}
705
+ onResponderTerminationRequest={[Function]}
706
+ onStartShouldSetResponder={[Function]}
707
+ style={
708
+ Object {
709
+ "alignItems": "center",
710
+ "backgroundColor": "#ffffff",
711
+ "display": "flex",
712
+ "flexDirection": "row",
713
+ "marginTop": 2,
714
+ "maxWidth": 300,
715
+ "minHeight": 32,
716
+ "minWidth": 160,
717
+ "padding": 6,
718
+ }
719
+ }
720
+ >
721
+ <RNSVGSvgView
722
+ align="xMidYMid"
723
+ bbHeight={16}
724
+ bbWidth={16}
725
+ color={-4342339}
726
+ focusable={false}
727
+ height={16}
728
+ meetOrSlice={0}
729
+ minX={0}
730
+ minY={0}
731
+ style={
732
+ Array [
733
+ Object {
734
+ "backgroundColor": "transparent",
735
+ "borderWidth": 0,
736
+ },
737
+ Object {
738
+ "marginEnd": 4,
739
+ },
740
+ Object {
741
+ "flex": 0,
742
+ "height": 16,
743
+ "opacity": 0,
744
+ "width": 16,
745
+ },
746
+ ]
747
+ }
748
+ tintColor={-4342339}
749
+ vbHeight={16}
750
+ vbWidth={16}
751
+ width={16}
752
+ xml="
753
+ <svg>
754
+ <path fill='currentColor' d='M9.85355 3.14645C10.0488 3.34171 10.0488 3.65829 9.85355 3.85355L5.35355 8.35355C5.15829 8.54882 4.84171 8.54882 4.64645 8.35355L2.64645 6.35355C2.45118 6.15829 2.45118 5.84171 2.64645 5.64645C2.84171 5.45118 3.15829 5.45118 3.35355 5.64645L5 7.29289L9.14645 3.14645C9.34171 2.95118 9.65829 2.95118 9.85355 3.14645Z' />
755
+ </svg>"
756
+ >
757
+ <RNSVGGroup>
758
+ <RNSVGPath
759
+ d="M9.85355 3.14645C10.0488 3.34171 10.0488 3.65829 9.85355 3.85355L5.35355 8.35355C5.15829 8.54882 4.84171 8.54882 4.64645 8.35355L2.64645 6.35355C2.45118 6.15829 2.45118 5.84171 2.64645 5.64645C2.84171 5.45118 3.15829 5.45118 3.35355 5.64645L5 7.29289L9.14645 3.14645C9.34171 2.95118 9.65829 2.95118 9.85355 3.14645Z"
760
+ fill={
761
+ Array [
762
+ 2,
763
+ ]
764
+ }
765
+ propList={
766
+ Array [
767
+ "fill",
768
+ ]
769
+ }
770
+ />
771
+ </RNSVGGroup>
772
+ </RNSVGSvgView>
773
+ <Text
774
+ ellipsizeMode="tail"
775
+ numberOfLines={0}
776
+ style={
777
+ Object {
778
+ "color": "#bdbdbd",
779
+ "flexGrow": 1,
780
+ "fontFamily": "Segoe UI",
781
+ "fontSize": 14,
782
+ "fontWeight": "400",
783
+ "margin": 0,
784
+ }
785
+ }
786
+ >
787
+ Option 2
788
+ </Text>
789
+ </View>
790
+ </View>
791
+ </View>
792
+ </RCTCallout>,
793
+ ]
794
+ `;
795
+
796
+ exports[`Checkbox component tests Menu open checkbox checked 1`] = `
797
+ Array [
798
+ <View
799
+ accessibilityActions={Array []}
800
+ accessibilityLabel="Open"
801
+ accessibilityRole="button"
802
+ accessibilityState={
803
+ Object {
804
+ "disabled": false,
805
+ "expanded": true,
806
+ }
807
+ }
808
+ accessible={true}
809
+ disabled={false}
810
+ enableFocusRing={true}
811
+ focusable={true}
812
+ onAccessibilityAction={[Function]}
813
+ onAccessibilityTap={[Function]}
814
+ onBlur={[Function]}
815
+ onClick={[Function]}
816
+ onFocus={[Function]}
817
+ onHoverIn={[Function]}
818
+ onHoverOut={false}
819
+ onPress={[Function]}
820
+ onResponderGrant={[Function]}
821
+ onResponderMove={[Function]}
822
+ onResponderRelease={[Function]}
823
+ onResponderTerminate={[Function]}
824
+ onResponderTerminationRequest={[Function]}
825
+ onStartShouldSetResponder={[Function]}
826
+ style={
827
+ Object {
828
+ "alignItems": "center",
829
+ "alignSelf": "flex-start",
830
+ "backgroundColor": "#f3f2f1",
831
+ "borderColor": "#8a8886",
832
+ "borderRadius": 4,
833
+ "borderWidth": 1,
834
+ "display": "flex",
835
+ "flexDirection": "row",
836
+ "justifyContent": "center",
837
+ "minWidth": 96,
838
+ "padding": 5,
839
+ "paddingHorizontal": 11,
840
+ "width": undefined,
841
+ }
842
+ }
843
+ >
844
+ <Text
845
+ ellipsizeMode="tail"
846
+ numberOfLines={0}
847
+ style={
848
+ Object {
849
+ "color": "#323130",
850
+ "fontFamily": "Segoe UI",
851
+ "fontSize": 14,
852
+ "fontWeight": "600",
853
+ "margin": 0,
854
+ "marginBottom": 0,
855
+ "marginEnd": 0,
856
+ "marginStart": 0,
857
+ "marginTop": 0,
858
+ }
859
+ }
860
+ >
861
+ Open
862
+ </Text>
863
+ </View>,
864
+ <RCTCallout
865
+ accessibilityRole="menu"
866
+ borderColor="#616161"
867
+ borderWidth={1}
868
+ dismissBehaviors={
869
+ Array [
870
+ "preventDismissOnKeyDown",
871
+ "preventDismissOnClickOutside",
872
+ ]
873
+ }
874
+ doNotTakePointerCapture={false}
875
+ onDismiss={[Function]}
876
+ setInitialFocus={false}
877
+ style={
878
+ Object {
879
+ "backgroundColor": "#faf9f8",
880
+ "borderColor": "#616161",
881
+ "borderWidth": 1,
882
+ }
883
+ }
884
+ >
885
+ <View
886
+ onMouseEnter={[Function]}
887
+ onMouseLeave={false}
888
+ >
889
+ <View
890
+ style={
891
+ Object {
892
+ "backgroundColor": "#ffffff",
893
+ "display": "flex",
894
+ "maxWidth": 300,
895
+ "minWidth": 128,
896
+ "padding": 4,
897
+ }
898
+ }
899
+ >
900
+ <View
901
+ accessibilityActions={
902
+ Array [
903
+ Object {
904
+ "name": "Toggle",
905
+ },
906
+ ]
907
+ }
908
+ accessibilityLabel="Option 1"
909
+ accessibilityRole="menuitem"
910
+ accessibilityState={
911
+ Object {
912
+ "checked": true,
913
+ "disabled": undefined,
914
+ }
915
+ }
916
+ accessible={true}
917
+ content="Option 1"
918
+ enableFocusRing={true}
919
+ focusable={true}
920
+ onAccessibilityAction={[Function]}
921
+ onBlur={[Function]}
922
+ onClick={[Function]}
923
+ onFocus={[Function]}
924
+ onPress={[Function]}
925
+ onResponderGrant={[Function]}
926
+ onResponderMove={[Function]}
927
+ onResponderRelease={[Function]}
928
+ onResponderTerminate={[Function]}
929
+ onResponderTerminationRequest={[Function]}
930
+ onStartShouldSetResponder={[Function]}
931
+ style={
932
+ Object {
933
+ "alignItems": "center",
934
+ "backgroundColor": "#ffffff",
935
+ "display": "flex",
936
+ "flexDirection": "row",
937
+ "maxWidth": 300,
938
+ "minHeight": 32,
939
+ "minWidth": 160,
940
+ "padding": 6,
941
+ }
942
+ }
943
+ >
944
+ <RNSVGSvgView
945
+ align="xMidYMid"
946
+ bbHeight={16}
947
+ bbWidth={16}
948
+ color={-12434878}
949
+ focusable={false}
950
+ height={16}
951
+ meetOrSlice={0}
952
+ minX={0}
953
+ minY={0}
954
+ style={
955
+ Array [
956
+ Object {
957
+ "backgroundColor": "transparent",
958
+ "borderWidth": 0,
959
+ },
960
+ Object {
961
+ "marginEnd": 4,
962
+ },
963
+ Object {
964
+ "flex": 0,
965
+ "height": 16,
966
+ "opacity": 1,
967
+ "width": 16,
968
+ },
969
+ ]
970
+ }
971
+ tintColor={-12434878}
972
+ vbHeight={16}
973
+ vbWidth={16}
974
+ width={16}
975
+ xml="
976
+ <svg>
977
+ <path fill='currentColor' d='M9.85355 3.14645C10.0488 3.34171 10.0488 3.65829 9.85355 3.85355L5.35355 8.35355C5.15829 8.54882 4.84171 8.54882 4.64645 8.35355L2.64645 6.35355C2.45118 6.15829 2.45118 5.84171 2.64645 5.64645C2.84171 5.45118 3.15829 5.45118 3.35355 5.64645L5 7.29289L9.14645 3.14645C9.34171 2.95118 9.65829 2.95118 9.85355 3.14645Z' />
978
+ </svg>"
979
+ >
980
+ <RNSVGGroup>
981
+ <RNSVGPath
982
+ d="M9.85355 3.14645C10.0488 3.34171 10.0488 3.65829 9.85355 3.85355L5.35355 8.35355C5.15829 8.54882 4.84171 8.54882 4.64645 8.35355L2.64645 6.35355C2.45118 6.15829 2.45118 5.84171 2.64645 5.64645C2.84171 5.45118 3.15829 5.45118 3.35355 5.64645L5 7.29289L9.14645 3.14645C9.34171 2.95118 9.65829 2.95118 9.85355 3.14645Z"
983
+ fill={
984
+ Array [
985
+ 2,
986
+ ]
987
+ }
988
+ propList={
989
+ Array [
990
+ "fill",
991
+ ]
992
+ }
993
+ />
994
+ </RNSVGGroup>
995
+ </RNSVGSvgView>
996
+ <Text
997
+ ellipsizeMode="tail"
998
+ numberOfLines={0}
999
+ style={
1000
+ Object {
1001
+ "color": "#424242",
1002
+ "flexGrow": 1,
1003
+ "fontFamily": "Segoe UI",
1004
+ "fontSize": 14,
1005
+ "fontWeight": "400",
1006
+ "margin": 0,
1007
+ }
1008
+ }
1009
+ >
1010
+ Option 1
1011
+ </Text>
1012
+ </View>
1013
+ <View
1014
+ style={
1015
+ Object {
1016
+ "backgroundColor": "#d1d1d1",
1017
+ "display": "flex",
1018
+ "height": 1,
1019
+ "margin": 2,
1020
+ "marginVertical": undefined,
1021
+ "width": undefined,
1022
+ }
1023
+ }
1024
+ />
1025
+ <View
1026
+ accessibilityActions={
1027
+ Array [
1028
+ Object {
1029
+ "name": "Toggle",
1030
+ },
1031
+ ]
1032
+ }
1033
+ accessibilityLabel="Option 2"
1034
+ accessibilityRole="menuitem"
1035
+ accessibilityState={
1036
+ Object {
1037
+ "checked": undefined,
1038
+ "disabled": undefined,
1039
+ }
1040
+ }
1041
+ accessible={true}
1042
+ content="Option 2"
1043
+ enableFocusRing={true}
1044
+ focusable={true}
1045
+ onAccessibilityAction={[Function]}
1046
+ onBlur={[Function]}
1047
+ onClick={[Function]}
1048
+ onFocus={[Function]}
1049
+ onPress={[Function]}
1050
+ onResponderGrant={[Function]}
1051
+ onResponderMove={[Function]}
1052
+ onResponderRelease={[Function]}
1053
+ onResponderTerminate={[Function]}
1054
+ onResponderTerminationRequest={[Function]}
1055
+ onStartShouldSetResponder={[Function]}
1056
+ style={
1057
+ Object {
1058
+ "alignItems": "center",
1059
+ "backgroundColor": "#ffffff",
1060
+ "display": "flex",
1061
+ "flexDirection": "row",
1062
+ "marginTop": 2,
1063
+ "maxWidth": 300,
1064
+ "minHeight": 32,
1065
+ "minWidth": 160,
1066
+ "padding": 6,
1067
+ }
1068
+ }
1069
+ >
1070
+ <RNSVGSvgView
1071
+ align="xMidYMid"
1072
+ bbHeight={16}
1073
+ bbWidth={16}
1074
+ color={-12434878}
1075
+ focusable={false}
1076
+ height={16}
1077
+ meetOrSlice={0}
1078
+ minX={0}
1079
+ minY={0}
1080
+ style={
1081
+ Array [
1082
+ Object {
1083
+ "backgroundColor": "transparent",
1084
+ "borderWidth": 0,
1085
+ },
1086
+ Object {
1087
+ "marginEnd": 4,
1088
+ },
1089
+ Object {
1090
+ "flex": 0,
1091
+ "height": 16,
1092
+ "opacity": 0,
1093
+ "width": 16,
1094
+ },
1095
+ ]
1096
+ }
1097
+ tintColor={-12434878}
1098
+ vbHeight={16}
1099
+ vbWidth={16}
1100
+ width={16}
1101
+ xml="
1102
+ <svg>
1103
+ <path fill='currentColor' d='M9.85355 3.14645C10.0488 3.34171 10.0488 3.65829 9.85355 3.85355L5.35355 8.35355C5.15829 8.54882 4.84171 8.54882 4.64645 8.35355L2.64645 6.35355C2.45118 6.15829 2.45118 5.84171 2.64645 5.64645C2.84171 5.45118 3.15829 5.45118 3.35355 5.64645L5 7.29289L9.14645 3.14645C9.34171 2.95118 9.65829 2.95118 9.85355 3.14645Z' />
1104
+ </svg>"
1105
+ >
1106
+ <RNSVGGroup>
1107
+ <RNSVGPath
1108
+ d="M9.85355 3.14645C10.0488 3.34171 10.0488 3.65829 9.85355 3.85355L5.35355 8.35355C5.15829 8.54882 4.84171 8.54882 4.64645 8.35355L2.64645 6.35355C2.45118 6.15829 2.45118 5.84171 2.64645 5.64645C2.84171 5.45118 3.15829 5.45118 3.35355 5.64645L5 7.29289L9.14645 3.14645C9.34171 2.95118 9.65829 2.95118 9.85355 3.14645Z"
1109
+ fill={
1110
+ Array [
1111
+ 2,
1112
+ ]
1113
+ }
1114
+ propList={
1115
+ Array [
1116
+ "fill",
1117
+ ]
1118
+ }
1119
+ />
1120
+ </RNSVGGroup>
1121
+ </RNSVGSvgView>
1122
+ <Text
1123
+ ellipsizeMode="tail"
1124
+ numberOfLines={0}
1125
+ style={
1126
+ Object {
1127
+ "color": "#424242",
1128
+ "flexGrow": 1,
1129
+ "fontFamily": "Segoe UI",
1130
+ "fontSize": 14,
1131
+ "fontWeight": "400",
1132
+ "margin": 0,
1133
+ }
1134
+ }
1135
+ >
1136
+ Option 2
1137
+ </Text>
1138
+ </View>
1139
+ </View>
1140
+ </View>
1141
+ </RCTCallout>,
1142
+ ]
1143
+ `;
1144
+
1145
+ exports[`Checkbox component tests Menu open checkbox defaultChecked 1`] = `
1146
+ Array [
1147
+ <View
1148
+ accessibilityActions={Array []}
1149
+ accessibilityLabel="Open"
1150
+ accessibilityRole="button"
1151
+ accessibilityState={
1152
+ Object {
1153
+ "disabled": false,
1154
+ "expanded": true,
1155
+ }
1156
+ }
1157
+ accessible={true}
1158
+ disabled={false}
1159
+ enableFocusRing={true}
1160
+ focusable={true}
1161
+ onAccessibilityAction={[Function]}
1162
+ onAccessibilityTap={[Function]}
1163
+ onBlur={[Function]}
1164
+ onClick={[Function]}
1165
+ onFocus={[Function]}
1166
+ onHoverIn={[Function]}
1167
+ onHoverOut={false}
1168
+ onPress={[Function]}
1169
+ onResponderGrant={[Function]}
1170
+ onResponderMove={[Function]}
1171
+ onResponderRelease={[Function]}
1172
+ onResponderTerminate={[Function]}
1173
+ onResponderTerminationRequest={[Function]}
1174
+ onStartShouldSetResponder={[Function]}
1175
+ style={
1176
+ Object {
1177
+ "alignItems": "center",
1178
+ "alignSelf": "flex-start",
1179
+ "backgroundColor": "#f3f2f1",
1180
+ "borderColor": "#8a8886",
1181
+ "borderRadius": 4,
1182
+ "borderWidth": 1,
1183
+ "display": "flex",
1184
+ "flexDirection": "row",
1185
+ "justifyContent": "center",
1186
+ "minWidth": 96,
1187
+ "padding": 5,
1188
+ "paddingHorizontal": 11,
1189
+ "width": undefined,
1190
+ }
1191
+ }
1192
+ >
1193
+ <Text
1194
+ ellipsizeMode="tail"
1195
+ numberOfLines={0}
1196
+ style={
1197
+ Object {
1198
+ "color": "#323130",
1199
+ "fontFamily": "Segoe UI",
1200
+ "fontSize": 14,
1201
+ "fontWeight": "600",
1202
+ "margin": 0,
1203
+ "marginBottom": 0,
1204
+ "marginEnd": 0,
1205
+ "marginStart": 0,
1206
+ "marginTop": 0,
1207
+ }
1208
+ }
1209
+ >
1210
+ Open
1211
+ </Text>
1212
+ </View>,
1213
+ <RCTCallout
1214
+ accessibilityRole="menu"
1215
+ borderColor="#616161"
1216
+ borderWidth={1}
1217
+ dismissBehaviors={
1218
+ Array [
1219
+ "preventDismissOnKeyDown",
1220
+ "preventDismissOnClickOutside",
1221
+ ]
1222
+ }
1223
+ doNotTakePointerCapture={false}
1224
+ onDismiss={[Function]}
1225
+ setInitialFocus={false}
1226
+ style={
1227
+ Object {
1228
+ "backgroundColor": "#faf9f8",
1229
+ "borderColor": "#616161",
1230
+ "borderWidth": 1,
1231
+ }
1232
+ }
1233
+ >
1234
+ <View
1235
+ onMouseEnter={[Function]}
1236
+ onMouseLeave={false}
1237
+ >
1238
+ <View
1239
+ style={
1240
+ Object {
1241
+ "backgroundColor": "#ffffff",
1242
+ "display": "flex",
1243
+ "maxWidth": 300,
1244
+ "minWidth": 128,
1245
+ "padding": 4,
1246
+ }
1247
+ }
1248
+ >
1249
+ <View
1250
+ accessibilityActions={
1251
+ Array [
1252
+ Object {
1253
+ "name": "Toggle",
1254
+ },
1255
+ ]
1256
+ }
1257
+ accessibilityLabel="Option 1"
1258
+ accessibilityRole="menuitem"
1259
+ accessibilityState={
1260
+ Object {
1261
+ "checked": true,
1262
+ "disabled": undefined,
1263
+ }
1264
+ }
1265
+ accessible={true}
1266
+ content="Option 1"
1267
+ enableFocusRing={true}
1268
+ focusable={true}
1269
+ onAccessibilityAction={[Function]}
1270
+ onBlur={[Function]}
1271
+ onClick={[Function]}
1272
+ onFocus={[Function]}
1273
+ onPress={[Function]}
1274
+ onResponderGrant={[Function]}
1275
+ onResponderMove={[Function]}
1276
+ onResponderRelease={[Function]}
1277
+ onResponderTerminate={[Function]}
1278
+ onResponderTerminationRequest={[Function]}
1279
+ onStartShouldSetResponder={[Function]}
1280
+ style={
1281
+ Object {
1282
+ "alignItems": "center",
1283
+ "backgroundColor": "#ffffff",
1284
+ "display": "flex",
1285
+ "flexDirection": "row",
1286
+ "maxWidth": 300,
1287
+ "minHeight": 32,
1288
+ "minWidth": 160,
1289
+ "padding": 6,
1290
+ }
1291
+ }
1292
+ >
1293
+ <RNSVGSvgView
1294
+ align="xMidYMid"
1295
+ bbHeight={16}
1296
+ bbWidth={16}
1297
+ color={-12434878}
1298
+ focusable={false}
1299
+ height={16}
1300
+ meetOrSlice={0}
1301
+ minX={0}
1302
+ minY={0}
1303
+ style={
1304
+ Array [
1305
+ Object {
1306
+ "backgroundColor": "transparent",
1307
+ "borderWidth": 0,
1308
+ },
1309
+ Object {
1310
+ "marginEnd": 4,
1311
+ },
1312
+ Object {
1313
+ "flex": 0,
1314
+ "height": 16,
1315
+ "opacity": 1,
1316
+ "width": 16,
1317
+ },
1318
+ ]
1319
+ }
1320
+ tintColor={-12434878}
1321
+ vbHeight={16}
1322
+ vbWidth={16}
1323
+ width={16}
1324
+ xml="
1325
+ <svg>
1326
+ <path fill='currentColor' d='M9.85355 3.14645C10.0488 3.34171 10.0488 3.65829 9.85355 3.85355L5.35355 8.35355C5.15829 8.54882 4.84171 8.54882 4.64645 8.35355L2.64645 6.35355C2.45118 6.15829 2.45118 5.84171 2.64645 5.64645C2.84171 5.45118 3.15829 5.45118 3.35355 5.64645L5 7.29289L9.14645 3.14645C9.34171 2.95118 9.65829 2.95118 9.85355 3.14645Z' />
1327
+ </svg>"
1328
+ >
1329
+ <RNSVGGroup>
1330
+ <RNSVGPath
1331
+ d="M9.85355 3.14645C10.0488 3.34171 10.0488 3.65829 9.85355 3.85355L5.35355 8.35355C5.15829 8.54882 4.84171 8.54882 4.64645 8.35355L2.64645 6.35355C2.45118 6.15829 2.45118 5.84171 2.64645 5.64645C2.84171 5.45118 3.15829 5.45118 3.35355 5.64645L5 7.29289L9.14645 3.14645C9.34171 2.95118 9.65829 2.95118 9.85355 3.14645Z"
1332
+ fill={
1333
+ Array [
1334
+ 2,
1335
+ ]
1336
+ }
1337
+ propList={
1338
+ Array [
1339
+ "fill",
1340
+ ]
1341
+ }
1342
+ />
1343
+ </RNSVGGroup>
1344
+ </RNSVGSvgView>
1345
+ <Text
1346
+ ellipsizeMode="tail"
1347
+ numberOfLines={0}
1348
+ style={
1349
+ Object {
1350
+ "color": "#424242",
1351
+ "flexGrow": 1,
1352
+ "fontFamily": "Segoe UI",
1353
+ "fontSize": 14,
1354
+ "fontWeight": "400",
1355
+ "margin": 0,
1356
+ }
1357
+ }
1358
+ >
1359
+ Option 1
1360
+ </Text>
1361
+ </View>
1362
+ <View
1363
+ style={
1364
+ Object {
1365
+ "backgroundColor": "#d1d1d1",
1366
+ "display": "flex",
1367
+ "height": 1,
1368
+ "margin": 2,
1369
+ "marginVertical": undefined,
1370
+ "width": undefined,
1371
+ }
1372
+ }
1373
+ />
1374
+ <View
1375
+ accessibilityActions={
1376
+ Array [
1377
+ Object {
1378
+ "name": "Toggle",
1379
+ },
1380
+ ]
1381
+ }
1382
+ accessibilityLabel="Option 2"
1383
+ accessibilityRole="menuitem"
1384
+ accessibilityState={
1385
+ Object {
1386
+ "checked": undefined,
1387
+ "disabled": undefined,
1388
+ }
1389
+ }
1390
+ accessible={true}
1391
+ content="Option 2"
1392
+ enableFocusRing={true}
1393
+ focusable={true}
1394
+ onAccessibilityAction={[Function]}
1395
+ onBlur={[Function]}
1396
+ onClick={[Function]}
1397
+ onFocus={[Function]}
1398
+ onPress={[Function]}
1399
+ onResponderGrant={[Function]}
1400
+ onResponderMove={[Function]}
1401
+ onResponderRelease={[Function]}
1402
+ onResponderTerminate={[Function]}
1403
+ onResponderTerminationRequest={[Function]}
1404
+ onStartShouldSetResponder={[Function]}
1405
+ style={
1406
+ Object {
1407
+ "alignItems": "center",
1408
+ "backgroundColor": "#ffffff",
1409
+ "display": "flex",
1410
+ "flexDirection": "row",
1411
+ "marginTop": 2,
1412
+ "maxWidth": 300,
1413
+ "minHeight": 32,
1414
+ "minWidth": 160,
1415
+ "padding": 6,
1416
+ }
1417
+ }
1418
+ >
1419
+ <RNSVGSvgView
1420
+ align="xMidYMid"
1421
+ bbHeight={16}
1422
+ bbWidth={16}
1423
+ color={-12434878}
1424
+ focusable={false}
1425
+ height={16}
1426
+ meetOrSlice={0}
1427
+ minX={0}
1428
+ minY={0}
1429
+ style={
1430
+ Array [
1431
+ Object {
1432
+ "backgroundColor": "transparent",
1433
+ "borderWidth": 0,
1434
+ },
1435
+ Object {
1436
+ "marginEnd": 4,
1437
+ },
1438
+ Object {
1439
+ "flex": 0,
1440
+ "height": 16,
1441
+ "opacity": 0,
1442
+ "width": 16,
1443
+ },
1444
+ ]
1445
+ }
1446
+ tintColor={-12434878}
1447
+ vbHeight={16}
1448
+ vbWidth={16}
1449
+ width={16}
1450
+ xml="
1451
+ <svg>
1452
+ <path fill='currentColor' d='M9.85355 3.14645C10.0488 3.34171 10.0488 3.65829 9.85355 3.85355L5.35355 8.35355C5.15829 8.54882 4.84171 8.54882 4.64645 8.35355L2.64645 6.35355C2.45118 6.15829 2.45118 5.84171 2.64645 5.64645C2.84171 5.45118 3.15829 5.45118 3.35355 5.64645L5 7.29289L9.14645 3.14645C9.34171 2.95118 9.65829 2.95118 9.85355 3.14645Z' />
1453
+ </svg>"
1454
+ >
1455
+ <RNSVGGroup>
1456
+ <RNSVGPath
1457
+ d="M9.85355 3.14645C10.0488 3.34171 10.0488 3.65829 9.85355 3.85355L5.35355 8.35355C5.15829 8.54882 4.84171 8.54882 4.64645 8.35355L2.64645 6.35355C2.45118 6.15829 2.45118 5.84171 2.64645 5.64645C2.84171 5.45118 3.15829 5.45118 3.35355 5.64645L5 7.29289L9.14645 3.14645C9.34171 2.95118 9.65829 2.95118 9.85355 3.14645Z"
1458
+ fill={
1459
+ Array [
1460
+ 2,
1461
+ ]
1462
+ }
1463
+ propList={
1464
+ Array [
1465
+ "fill",
1466
+ ]
1467
+ }
1468
+ />
1469
+ </RNSVGGroup>
1470
+ </RNSVGSvgView>
1471
+ <Text
1472
+ ellipsizeMode="tail"
1473
+ numberOfLines={0}
1474
+ style={
1475
+ Object {
1476
+ "color": "#424242",
1477
+ "flexGrow": 1,
1478
+ "fontFamily": "Segoe UI",
1479
+ "fontSize": 14,
1480
+ "fontWeight": "400",
1481
+ "margin": 0,
1482
+ }
1483
+ }
1484
+ >
1485
+ Option 2
1486
+ </Text>
1487
+ </View>
1488
+ </View>
1489
+ </View>
1490
+ </RCTCallout>,
1491
+ ]
1492
+ `;
1493
+
1494
+ exports[`Checkbox component tests Menu open radio 1`] = `
1495
+ Array [
1496
+ <View
1497
+ accessibilityActions={Array []}
1498
+ accessibilityLabel="Open"
1499
+ accessibilityRole="button"
1500
+ accessibilityState={
1501
+ Object {
1502
+ "disabled": false,
1503
+ "expanded": true,
1504
+ }
1505
+ }
1506
+ accessible={true}
1507
+ disabled={false}
1508
+ enableFocusRing={true}
1509
+ focusable={true}
1510
+ onAccessibilityAction={[Function]}
1511
+ onAccessibilityTap={[Function]}
1512
+ onBlur={[Function]}
1513
+ onClick={[Function]}
1514
+ onFocus={[Function]}
1515
+ onHoverIn={[Function]}
1516
+ onHoverOut={false}
1517
+ onPress={[Function]}
1518
+ onResponderGrant={[Function]}
1519
+ onResponderMove={[Function]}
1520
+ onResponderRelease={[Function]}
1521
+ onResponderTerminate={[Function]}
1522
+ onResponderTerminationRequest={[Function]}
1523
+ onStartShouldSetResponder={[Function]}
1524
+ style={
1525
+ Object {
1526
+ "alignItems": "center",
1527
+ "alignSelf": "flex-start",
1528
+ "backgroundColor": "#f3f2f1",
1529
+ "borderColor": "#8a8886",
1530
+ "borderRadius": 4,
1531
+ "borderWidth": 1,
1532
+ "display": "flex",
1533
+ "flexDirection": "row",
1534
+ "justifyContent": "center",
1535
+ "minWidth": 96,
1536
+ "padding": 5,
1537
+ "paddingHorizontal": 11,
1538
+ "width": undefined,
1539
+ }
1540
+ }
1541
+ >
1542
+ <Text
1543
+ ellipsizeMode="tail"
1544
+ numberOfLines={0}
1545
+ style={
1546
+ Object {
1547
+ "color": "#323130",
1548
+ "fontFamily": "Segoe UI",
1549
+ "fontSize": 14,
1550
+ "fontWeight": "600",
1551
+ "margin": 0,
1552
+ "marginBottom": 0,
1553
+ "marginEnd": 0,
1554
+ "marginStart": 0,
1555
+ "marginTop": 0,
1556
+ }
1557
+ }
1558
+ >
1559
+ Open
1560
+ </Text>
1561
+ </View>,
1562
+ <RCTCallout
1563
+ accessibilityRole="menu"
1564
+ borderColor="#616161"
1565
+ borderWidth={1}
1566
+ dismissBehaviors={
1567
+ Array [
1568
+ "preventDismissOnKeyDown",
1569
+ "preventDismissOnClickOutside",
1570
+ ]
1571
+ }
1572
+ doNotTakePointerCapture={false}
1573
+ onDismiss={[Function]}
1574
+ setInitialFocus={false}
1575
+ style={
1576
+ Object {
1577
+ "backgroundColor": "#faf9f8",
1578
+ "borderColor": "#616161",
1579
+ "borderWidth": 1,
1580
+ }
1581
+ }
1582
+ >
1583
+ <View
1584
+ onMouseEnter={[Function]}
1585
+ onMouseLeave={false}
1586
+ >
1587
+ <View
1588
+ style={
1589
+ Object {
1590
+ "backgroundColor": "#ffffff",
1591
+ "display": "flex",
1592
+ "maxWidth": 300,
1593
+ "minWidth": 128,
1594
+ "padding": 4,
1595
+ }
1596
+ }
1597
+ >
1598
+ <View
1599
+ accessibilityActions={
1600
+ Array [
1601
+ Object {
1602
+ "name": "Toggle",
1603
+ },
1604
+ ]
1605
+ }
1606
+ accessibilityLabel="Option 1"
1607
+ accessibilityRole="menuitem"
1608
+ accessibilityState={
1609
+ Object {
1610
+ "checked": undefined,
1611
+ "disabled": undefined,
1612
+ }
1613
+ }
1614
+ accessible={true}
1615
+ content="Option 1"
1616
+ enableFocusRing={true}
1617
+ focusable={true}
1618
+ onAccessibilityAction={[Function]}
1619
+ onBlur={[Function]}
1620
+ onClick={[Function]}
1621
+ onFocus={[Function]}
1622
+ onPress={[Function]}
1623
+ onResponderGrant={[Function]}
1624
+ onResponderMove={[Function]}
1625
+ onResponderRelease={[Function]}
1626
+ onResponderTerminate={[Function]}
1627
+ onResponderTerminationRequest={[Function]}
1628
+ onStartShouldSetResponder={[Function]}
1629
+ style={
1630
+ Object {
1631
+ "alignItems": "center",
1632
+ "backgroundColor": "#ffffff",
1633
+ "display": "flex",
1634
+ "flexDirection": "row",
1635
+ "maxWidth": 300,
1636
+ "minHeight": 32,
1637
+ "minWidth": 160,
1638
+ "padding": 6,
1639
+ }
1640
+ }
1641
+ >
1642
+ <RNSVGSvgView
1643
+ align="xMidYMid"
1644
+ bbHeight={16}
1645
+ bbWidth={16}
1646
+ color={-12434878}
1647
+ focusable={false}
1648
+ height={16}
1649
+ meetOrSlice={0}
1650
+ minX={0}
1651
+ minY={0}
1652
+ style={
1653
+ Array [
1654
+ Object {
1655
+ "backgroundColor": "transparent",
1656
+ "borderWidth": 0,
1657
+ },
1658
+ Object {
1659
+ "marginEnd": 4,
1660
+ },
1661
+ Object {
1662
+ "flex": 0,
1663
+ "height": 16,
1664
+ "opacity": 0,
1665
+ "width": 16,
1666
+ },
1667
+ ]
1668
+ }
1669
+ tintColor={-12434878}
1670
+ vbHeight={16}
1671
+ vbWidth={16}
1672
+ width={16}
1673
+ xml="
1674
+ <svg>
1675
+ <path fill='currentColor' d='M9.85355 3.14645C10.0488 3.34171 10.0488 3.65829 9.85355 3.85355L5.35355 8.35355C5.15829 8.54882 4.84171 8.54882 4.64645 8.35355L2.64645 6.35355C2.45118 6.15829 2.45118 5.84171 2.64645 5.64645C2.84171 5.45118 3.15829 5.45118 3.35355 5.64645L5 7.29289L9.14645 3.14645C9.34171 2.95118 9.65829 2.95118 9.85355 3.14645Z' />
1676
+ </svg>"
1677
+ >
1678
+ <RNSVGGroup>
1679
+ <RNSVGPath
1680
+ d="M9.85355 3.14645C10.0488 3.34171 10.0488 3.65829 9.85355 3.85355L5.35355 8.35355C5.15829 8.54882 4.84171 8.54882 4.64645 8.35355L2.64645 6.35355C2.45118 6.15829 2.45118 5.84171 2.64645 5.64645C2.84171 5.45118 3.15829 5.45118 3.35355 5.64645L5 7.29289L9.14645 3.14645C9.34171 2.95118 9.65829 2.95118 9.85355 3.14645Z"
1681
+ fill={
1682
+ Array [
1683
+ 2,
1684
+ ]
1685
+ }
1686
+ propList={
1687
+ Array [
1688
+ "fill",
1689
+ ]
1690
+ }
1691
+ />
1692
+ </RNSVGGroup>
1693
+ </RNSVGSvgView>
1694
+ <Text
1695
+ ellipsizeMode="tail"
1696
+ numberOfLines={0}
1697
+ style={
1698
+ Object {
1699
+ "color": "#424242",
1700
+ "flexGrow": 1,
1701
+ "fontFamily": "Segoe UI",
1702
+ "fontSize": 14,
1703
+ "fontWeight": "400",
1704
+ "margin": 0,
1705
+ }
1706
+ }
1707
+ >
1708
+ Option 1
1709
+ </Text>
1710
+ </View>
1711
+ <View
1712
+ accessibilityActions={
1713
+ Array [
1714
+ Object {
1715
+ "name": "Toggle",
1716
+ },
1717
+ ]
1718
+ }
1719
+ accessibilityLabel="Option 2"
1720
+ accessibilityRole="menuitem"
1721
+ accessibilityState={
1722
+ Object {
1723
+ "checked": undefined,
1724
+ "disabled": undefined,
1725
+ }
1726
+ }
1727
+ accessible={true}
1728
+ content="Option 2"
1729
+ enableFocusRing={true}
1730
+ focusable={true}
1731
+ onAccessibilityAction={[Function]}
1732
+ onBlur={[Function]}
1733
+ onClick={[Function]}
1734
+ onFocus={[Function]}
1735
+ onPress={[Function]}
1736
+ onResponderGrant={[Function]}
1737
+ onResponderMove={[Function]}
1738
+ onResponderRelease={[Function]}
1739
+ onResponderTerminate={[Function]}
1740
+ onResponderTerminationRequest={[Function]}
1741
+ onStartShouldSetResponder={[Function]}
1742
+ style={
1743
+ Object {
1744
+ "alignItems": "center",
1745
+ "backgroundColor": "#ffffff",
1746
+ "display": "flex",
1747
+ "flexDirection": "row",
1748
+ "marginTop": 2,
1749
+ "maxWidth": 300,
1750
+ "minHeight": 32,
1751
+ "minWidth": 160,
1752
+ "padding": 6,
1753
+ }
1754
+ }
1755
+ >
1756
+ <RNSVGSvgView
1757
+ align="xMidYMid"
1758
+ bbHeight={16}
1759
+ bbWidth={16}
1760
+ color={-12434878}
1761
+ focusable={false}
1762
+ height={16}
1763
+ meetOrSlice={0}
1764
+ minX={0}
1765
+ minY={0}
1766
+ style={
1767
+ Array [
1768
+ Object {
1769
+ "backgroundColor": "transparent",
1770
+ "borderWidth": 0,
1771
+ },
1772
+ Object {
1773
+ "marginEnd": 4,
1774
+ },
1775
+ Object {
1776
+ "flex": 0,
1777
+ "height": 16,
1778
+ "opacity": 0,
1779
+ "width": 16,
1780
+ },
1781
+ ]
1782
+ }
1783
+ tintColor={-12434878}
1784
+ vbHeight={16}
1785
+ vbWidth={16}
1786
+ width={16}
1787
+ xml="
1788
+ <svg>
1789
+ <path fill='currentColor' d='M9.85355 3.14645C10.0488 3.34171 10.0488 3.65829 9.85355 3.85355L5.35355 8.35355C5.15829 8.54882 4.84171 8.54882 4.64645 8.35355L2.64645 6.35355C2.45118 6.15829 2.45118 5.84171 2.64645 5.64645C2.84171 5.45118 3.15829 5.45118 3.35355 5.64645L5 7.29289L9.14645 3.14645C9.34171 2.95118 9.65829 2.95118 9.85355 3.14645Z' />
1790
+ </svg>"
1791
+ >
1792
+ <RNSVGGroup>
1793
+ <RNSVGPath
1794
+ d="M9.85355 3.14645C10.0488 3.34171 10.0488 3.65829 9.85355 3.85355L5.35355 8.35355C5.15829 8.54882 4.84171 8.54882 4.64645 8.35355L2.64645 6.35355C2.45118 6.15829 2.45118 5.84171 2.64645 5.64645C2.84171 5.45118 3.15829 5.45118 3.35355 5.64645L5 7.29289L9.14645 3.14645C9.34171 2.95118 9.65829 2.95118 9.85355 3.14645Z"
1795
+ fill={
1796
+ Array [
1797
+ 2,
1798
+ ]
1799
+ }
1800
+ propList={
1801
+ Array [
1802
+ "fill",
1803
+ ]
1804
+ }
1805
+ />
1806
+ </RNSVGGroup>
1807
+ </RNSVGSvgView>
1808
+ <Text
1809
+ ellipsizeMode="tail"
1810
+ numberOfLines={0}
1811
+ style={
1812
+ Object {
1813
+ "color": "#424242",
1814
+ "flexGrow": 1,
1815
+ "fontFamily": "Segoe UI",
1816
+ "fontSize": 14,
1817
+ "fontWeight": "400",
1818
+ "margin": 0,
1819
+ }
1820
+ }
1821
+ >
1822
+ Option 2
1823
+ </Text>
1824
+ </View>
1825
+ </View>
1826
+ </View>
1827
+ </RCTCallout>,
1828
+ ]
1829
+ `;
1830
+
1831
+ exports[`Checkbox component tests Menu submenu 1`] = `
1832
+ Array [
1833
+ <View
1834
+ accessibilityActions={Array []}
1835
+ accessibilityLabel="Default"
1836
+ accessibilityRole="button"
1837
+ accessibilityState={
1838
+ Object {
1839
+ "disabled": false,
1840
+ "expanded": true,
1841
+ }
1842
+ }
1843
+ accessible={true}
1844
+ disabled={false}
1845
+ enableFocusRing={true}
1846
+ focusable={true}
1847
+ onAccessibilityAction={[Function]}
1848
+ onAccessibilityTap={[Function]}
1849
+ onBlur={[Function]}
1850
+ onClick={[Function]}
1851
+ onFocus={[Function]}
1852
+ onHoverIn={[Function]}
1853
+ onHoverOut={false}
1854
+ onPress={[Function]}
1855
+ onResponderGrant={[Function]}
1856
+ onResponderMove={[Function]}
1857
+ onResponderRelease={[Function]}
1858
+ onResponderTerminate={[Function]}
1859
+ onResponderTerminationRequest={[Function]}
1860
+ onStartShouldSetResponder={[Function]}
1861
+ style={
1862
+ Object {
1863
+ "alignItems": "center",
1864
+ "alignSelf": "flex-start",
1865
+ "backgroundColor": "#f3f2f1",
1866
+ "borderColor": "#8a8886",
1867
+ "borderRadius": 4,
1868
+ "borderWidth": 1,
1869
+ "display": "flex",
1870
+ "flexDirection": "row",
1871
+ "justifyContent": "center",
1872
+ "minWidth": 96,
1873
+ "padding": 5,
1874
+ "paddingHorizontal": 11,
1875
+ "width": undefined,
1876
+ }
1877
+ }
1878
+ >
1879
+ <Text
1880
+ ellipsizeMode="tail"
1881
+ numberOfLines={0}
1882
+ style={
1883
+ Object {
1884
+ "color": "#323130",
1885
+ "fontFamily": "Segoe UI",
1886
+ "fontSize": 14,
1887
+ "fontWeight": "600",
1888
+ "margin": 0,
1889
+ "marginBottom": 0,
1890
+ "marginEnd": 0,
1891
+ "marginStart": 0,
1892
+ "marginTop": 0,
1893
+ }
1894
+ }
1895
+ >
1896
+ Default
1897
+ </Text>
1898
+ </View>,
1899
+ <RCTCallout
1900
+ accessibilityRole="menu"
1901
+ borderColor="#616161"
1902
+ borderWidth={1}
1903
+ dismissBehaviors={
1904
+ Array [
1905
+ "preventDismissOnKeyDown",
1906
+ "preventDismissOnClickOutside",
1907
+ ]
1908
+ }
1909
+ doNotTakePointerCapture={false}
1910
+ onDismiss={[Function]}
1911
+ setInitialFocus={false}
1912
+ style={
1913
+ Object {
1914
+ "backgroundColor": "#faf9f8",
1915
+ "borderColor": "#616161",
1916
+ "borderWidth": 1,
1917
+ }
1918
+ }
1919
+ >
1920
+ <View
1921
+ onMouseEnter={[Function]}
1922
+ onMouseLeave={false}
1923
+ >
1924
+ <View
1925
+ style={
1926
+ Object {
1927
+ "backgroundColor": "#ffffff",
1928
+ "display": "flex",
1929
+ "maxWidth": 300,
1930
+ "minWidth": 128,
1931
+ "padding": 4,
1932
+ }
1933
+ }
1934
+ >
1935
+ <View
1936
+ accessibilityLabel="Option 1"
1937
+ accessibilityRole="menuitem"
1938
+ accessibilityState={
1939
+ Object {
1940
+ "disabled": undefined,
1941
+ }
1942
+ }
1943
+ accessible={true}
1944
+ content="Option 1"
1945
+ enableFocusRing={true}
1946
+ focusable={true}
1947
+ onAccessibilityTap={[Function]}
1948
+ onBlur={[Function]}
1949
+ onClick={[Function]}
1950
+ onFocus={[Function]}
1951
+ onPress={[Function]}
1952
+ onResponderGrant={[Function]}
1953
+ onResponderMove={[Function]}
1954
+ onResponderRelease={[Function]}
1955
+ onResponderTerminate={[Function]}
1956
+ onResponderTerminationRequest={[Function]}
1957
+ onStartShouldSetResponder={[Function]}
1958
+ style={
1959
+ Object {
1960
+ "alignItems": "center",
1961
+ "backgroundColor": "#ffffff",
1962
+ "display": "flex",
1963
+ "flexDirection": "row",
1964
+ "maxWidth": 300,
1965
+ "minHeight": 32,
1966
+ "minWidth": 160,
1967
+ "padding": 6,
1968
+ }
1969
+ }
1970
+ >
1971
+ <Text
1972
+ ellipsizeMode="tail"
1973
+ numberOfLines={0}
1974
+ style={
1975
+ Object {
1976
+ "color": "#424242",
1977
+ "flexGrow": 1,
1978
+ "fontFamily": "Segoe UI",
1979
+ "fontSize": 14,
1980
+ "fontWeight": "400",
1981
+ "margin": 0,
1982
+ }
1983
+ }
1984
+ >
1985
+ Option 1
1986
+ </Text>
1987
+ </View>
1988
+ <View
1989
+ accessibilityActions={Array []}
1990
+ accessibilityLabel="Option 2"
1991
+ accessibilityRole="menuitem"
1992
+ accessibilityState={
1993
+ Object {
1994
+ "disabled": undefined,
1995
+ "expanded": false,
1996
+ }
1997
+ }
1998
+ accessible={true}
1999
+ content="Option 2"
2000
+ enableFocusRing={true}
2001
+ focusable={true}
2002
+ onAccessibilityAction={[Function]}
2003
+ onAccessibilityTap={[Function]}
2004
+ onBlur={[Function]}
2005
+ onClick={[Function]}
2006
+ onFocus={[Function]}
2007
+ onHoverIn={[Function]}
2008
+ onHoverOut={false}
2009
+ onPress={[Function]}
2010
+ onResponderGrant={[Function]}
2011
+ onResponderMove={[Function]}
2012
+ onResponderRelease={[Function]}
2013
+ onResponderTerminate={[Function]}
2014
+ onResponderTerminationRequest={[Function]}
2015
+ onStartShouldSetResponder={[Function]}
2016
+ style={
2017
+ Object {
2018
+ "alignItems": "center",
2019
+ "backgroundColor": "#ffffff",
2020
+ "display": "flex",
2021
+ "flexDirection": "row",
2022
+ "maxWidth": 300,
2023
+ "minHeight": 32,
2024
+ "minWidth": 160,
2025
+ "padding": 6,
2026
+ }
2027
+ }
2028
+ >
2029
+ <Text
2030
+ ellipsizeMode="tail"
2031
+ numberOfLines={0}
2032
+ style={
2033
+ Object {
2034
+ "color": "#424242",
2035
+ "flexGrow": 1,
2036
+ "fontFamily": "Segoe UI",
2037
+ "fontSize": 14,
2038
+ "fontWeight": "400",
2039
+ "margin": 0,
2040
+ }
2041
+ }
2042
+ >
2043
+ Option 2
2044
+ </Text>
2045
+ <RNSVGSvgView
2046
+ align="xMidYMid"
2047
+ bbHeight={16}
2048
+ bbWidth={16}
2049
+ color={-12434878}
2050
+ focusable={false}
2051
+ height={16}
2052
+ meetOrSlice={0}
2053
+ minX={0}
2054
+ minY={0}
2055
+ style={
2056
+ Array [
2057
+ Object {
2058
+ "backgroundColor": "transparent",
2059
+ "borderWidth": 0,
2060
+ },
2061
+ Object {
2062
+ "flex": 0,
2063
+ "height": 16,
2064
+ "width": 16,
2065
+ },
2066
+ ]
2067
+ }
2068
+ tintColor={-12434878}
2069
+ vbHeight={16}
2070
+ vbWidth={16}
2071
+ width={16}
2072
+ xml="
2073
+ <svg>
2074
+ <path fill='currentColor' d='M4.64645 2.14645C4.45118 2.34171 4.45118 2.65829 4.64645 2.85355L7.79289 6L4.64645 9.14645C4.45118 9.34171 4.45118 9.65829 4.64645 9.85355C4.84171 10.0488 5.15829 10.0488 5.35355 9.85355L8.85355 6.35355C9.04882 6.15829 9.04882 5.84171 8.85355 5.64645L5.35355 2.14645C5.15829 1.95118 4.84171 1.95118 4.64645 2.14645Z' />
2075
+ </svg>"
2076
+ >
2077
+ <RNSVGGroup>
2078
+ <RNSVGPath
2079
+ d="M4.64645 2.14645C4.45118 2.34171 4.45118 2.65829 4.64645 2.85355L7.79289 6L4.64645 9.14645C4.45118 9.34171 4.45118 9.65829 4.64645 9.85355C4.84171 10.0488 5.15829 10.0488 5.35355 9.85355L8.85355 6.35355C9.04882 6.15829 9.04882 5.84171 8.85355 5.64645L5.35355 2.14645C5.15829 1.95118 4.84171 1.95118 4.64645 2.14645Z"
2080
+ fill={
2081
+ Array [
2082
+ 2,
2083
+ ]
2084
+ }
2085
+ propList={
2086
+ Array [
2087
+ "fill",
2088
+ ]
2089
+ }
2090
+ />
2091
+ </RNSVGGroup>
2092
+ </RNSVGSvgView>
2093
+ </View>
2094
+ </View>
2095
+ </View>
2096
+ </RCTCallout>,
2097
+ ]
2098
+ `;