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