@pagopa/io-app-design-system 1.36.8 → 1.36.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/commonjs/components/alert/Alert.js +6 -2
- package/lib/commonjs/components/alert/Alert.js.map +1 -1
- package/lib/commonjs/components/listitems/ListItemInfo.js +1 -1
- package/lib/commonjs/components/listitems/ListItemInfo.js.map +1 -1
- package/lib/commonjs/components/listitems/ListItemNav.js +2 -6
- package/lib/commonjs/components/listitems/ListItemNav.js.map +1 -1
- package/lib/commonjs/components/listitems/__test__/__snapshots__/listitem.test.tsx.snap +112 -128
- package/lib/commonjs/components/modules/ModuleCredential.js +12 -7
- package/lib/commonjs/components/modules/ModuleCredential.js.map +1 -1
- package/lib/commonjs/components/modules/ModuleIDP.js +4 -2
- package/lib/commonjs/components/modules/ModuleIDP.js.map +1 -1
- package/lib/commonjs/components/modules/ModuleNavigation.js +13 -5
- package/lib/commonjs/components/modules/ModuleNavigation.js.map +1 -1
- package/lib/commonjs/components/pictograms/Pictogram.js +9 -5
- package/lib/commonjs/components/pictograms/Pictogram.js.map +1 -1
- package/lib/commonjs/components/pictograms/svg/PictogramBleedActivate.js +49 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedActivate.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedPayments.js +4 -4
- package/lib/commonjs/components/pictograms/svg/PictogramBleedPayments.js.map +1 -1
- package/lib/commonjs/components/pictograms/svg/PictogramBleedReactivate.js +52 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedReactivate.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramBleedActivate.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramBleedPayments.svg +1 -21
- package/lib/commonjs/components/pictograms/svg/originals/PictogramBleedReactivate.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramComunicationProblem.svg +1 -91
- package/lib/commonjs/components/pictograms/svg/originals/PictogramEventClose.svg +1 -34
- package/lib/commonjs/components/pictograms/svg/originals/PictogramHello.svg +1 -8
- package/lib/commonjs/components/pictograms/svg/originals/PictogramPayments.svg +1 -28
- package/lib/commonjs/core/IOStyles.js +4 -3
- package/lib/commonjs/core/IOStyles.js.map +1 -1
- package/lib/module/components/alert/Alert.js +8 -4
- package/lib/module/components/alert/Alert.js.map +1 -1
- package/lib/module/components/listitems/ListItemInfo.js +1 -1
- package/lib/module/components/listitems/ListItemInfo.js.map +1 -1
- package/lib/module/components/listitems/ListItemNav.js +2 -6
- package/lib/module/components/listitems/ListItemNav.js.map +1 -1
- package/lib/module/components/listitems/__test__/__snapshots__/listitem.test.tsx.snap +112 -128
- package/lib/module/components/modules/ModuleCredential.js +13 -8
- package/lib/module/components/modules/ModuleCredential.js.map +1 -1
- package/lib/module/components/modules/ModuleIDP.js +4 -2
- package/lib/module/components/modules/ModuleIDP.js.map +1 -1
- package/lib/module/components/modules/ModuleNavigation.js +14 -6
- package/lib/module/components/modules/ModuleNavigation.js.map +1 -1
- package/lib/module/components/pictograms/Pictogram.js +9 -4
- package/lib/module/components/pictograms/Pictogram.js.map +1 -1
- package/lib/module/components/pictograms/svg/PictogramBleedActivate.js +41 -0
- package/lib/module/components/pictograms/svg/PictogramBleedActivate.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramBleedPayments.js +5 -5
- package/lib/module/components/pictograms/svg/PictogramBleedPayments.js.map +1 -1
- package/lib/module/components/pictograms/svg/PictogramBleedReactivate.js +44 -0
- package/lib/module/components/pictograms/svg/PictogramBleedReactivate.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramHello.js +1 -1
- package/lib/module/components/pictograms/svg/PictogramHello.js.map +1 -1
- package/lib/module/components/pictograms/svg/PictogramPayments.js +1 -1
- package/lib/module/components/pictograms/svg/PictogramPayments.js.map +1 -1
- package/lib/module/components/pictograms/svg/originals/PictogramBleedActivate.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramBleedPayments.svg +1 -21
- package/lib/module/components/pictograms/svg/originals/PictogramBleedReactivate.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramComunicationProblem.svg +1 -91
- package/lib/module/components/pictograms/svg/originals/PictogramEventClose.svg +1 -34
- package/lib/module/components/pictograms/svg/originals/PictogramHello.svg +1 -8
- package/lib/module/components/pictograms/svg/originals/PictogramPayments.svg +1 -28
- package/lib/module/core/IOStyles.js +4 -3
- package/lib/module/core/IOStyles.js.map +1 -1
- package/lib/typescript/components/alert/Alert.d.ts.map +1 -1
- package/lib/typescript/components/listitems/ListItemNav.d.ts.map +1 -1
- package/lib/typescript/components/modules/ModuleCredential.d.ts.map +1 -1
- package/lib/typescript/components/modules/ModuleIDP.d.ts +2 -1
- package/lib/typescript/components/modules/ModuleIDP.d.ts.map +1 -1
- package/lib/typescript/components/modules/ModuleNavigation.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/Pictogram.d.ts +1 -1
- package/lib/typescript/components/pictograms/Pictogram.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedActivate.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedActivate.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedReactivate.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedReactivate.d.ts.map +1 -0
- package/lib/typescript/core/IOStyles.d.ts +1 -0
- package/lib/typescript/core/IOStyles.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/components/alert/Alert.tsx +9 -8
- package/src/components/listitems/ListItemInfo.tsx +1 -1
- package/src/components/listitems/ListItemNav.tsx +5 -7
- package/src/components/listitems/__test__/__snapshots__/listitem.test.tsx.snap +112 -128
- package/src/components/modules/ModuleCredential.tsx +8 -7
- package/src/components/modules/ModuleIDP.tsx +4 -1
- package/src/components/modules/ModuleNavigation.tsx +9 -6
- package/src/components/pictograms/Pictogram.tsx +12 -5
- package/src/components/pictograms/svg/PictogramBleedActivate.tsx +46 -0
- package/src/components/pictograms/svg/PictogramBleedPayments.tsx +5 -5
- package/src/components/pictograms/svg/PictogramBleedReactivate.tsx +50 -0
- package/src/components/pictograms/svg/PictogramHello.tsx +1 -1
- package/src/components/pictograms/svg/PictogramPayments.tsx +1 -1
- package/src/components/pictograms/svg/originals/PictogramBleedActivate.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramBleedPayments.svg +1 -21
- package/src/components/pictograms/svg/originals/PictogramBleedReactivate.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramComunicationProblem.svg +1 -91
- package/src/components/pictograms/svg/originals/PictogramEventClose.svg +1 -34
- package/src/components/pictograms/svg/originals/PictogramHello.svg +1 -8
- package/src/components/pictograms/svg/originals/PictogramPayments.svg +1 -28
- package/src/core/IOStyles.ts +5 -3
|
@@ -437,7 +437,7 @@ exports[`Test List Item Components - Experimental Enabled ListItemInfoCopy Snap
|
|
|
437
437
|
<View
|
|
438
438
|
style={
|
|
439
439
|
{
|
|
440
|
-
"marginLeft":
|
|
440
|
+
"marginLeft": 12,
|
|
441
441
|
}
|
|
442
442
|
}
|
|
443
443
|
>
|
|
@@ -611,74 +611,66 @@ exports[`Test List Item Components - Experimental Enabled ListItemNav Snapshot
|
|
|
611
611
|
testValue
|
|
612
612
|
</Text>
|
|
613
613
|
</View>
|
|
614
|
-
<
|
|
614
|
+
<RNSVGSvgView
|
|
615
|
+
accessibilityElementsHidden={true}
|
|
616
|
+
accessibilityLabel=""
|
|
617
|
+
accessible={false}
|
|
618
|
+
align="xMidYMid"
|
|
619
|
+
bbHeight={24}
|
|
620
|
+
bbWidth={24}
|
|
621
|
+
focusable={false}
|
|
622
|
+
height={24}
|
|
623
|
+
importantForAccessibility="no-hide-descendants"
|
|
624
|
+
meetOrSlice={0}
|
|
625
|
+
minX={0}
|
|
626
|
+
minY={0}
|
|
615
627
|
style={
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
628
|
+
[
|
|
629
|
+
{
|
|
630
|
+
"backgroundColor": "transparent",
|
|
631
|
+
"borderWidth": 0,
|
|
632
|
+
},
|
|
633
|
+
{
|
|
634
|
+
"color": "#0B3EE3",
|
|
635
|
+
},
|
|
636
|
+
{
|
|
637
|
+
"flex": 0,
|
|
638
|
+
"height": 24,
|
|
639
|
+
"width": 24,
|
|
640
|
+
},
|
|
641
|
+
]
|
|
619
642
|
}
|
|
643
|
+
tintColor="#0B3EE3"
|
|
644
|
+
vbHeight={24}
|
|
645
|
+
vbWidth={24}
|
|
646
|
+
width={24}
|
|
620
647
|
>
|
|
621
|
-
<
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
bbWidth={24}
|
|
628
|
-
focusable={false}
|
|
629
|
-
height={24}
|
|
630
|
-
importantForAccessibility="no-hide-descendants"
|
|
631
|
-
meetOrSlice={0}
|
|
632
|
-
minX={0}
|
|
633
|
-
minY={0}
|
|
634
|
-
style={
|
|
635
|
-
[
|
|
636
|
-
{
|
|
637
|
-
"backgroundColor": "transparent",
|
|
638
|
-
"borderWidth": 0,
|
|
639
|
-
},
|
|
640
|
-
{
|
|
641
|
-
"color": "#0B3EE3",
|
|
642
|
-
},
|
|
643
|
-
{
|
|
644
|
-
"flex": 0,
|
|
645
|
-
"height": 24,
|
|
646
|
-
"width": 24,
|
|
647
|
-
},
|
|
648
|
-
]
|
|
648
|
+
<RNSVGGroup
|
|
649
|
+
fill={
|
|
650
|
+
{
|
|
651
|
+
"payload": 4278190080,
|
|
652
|
+
"type": 0,
|
|
653
|
+
}
|
|
649
654
|
}
|
|
650
|
-
tintColor="#0B3EE3"
|
|
651
|
-
vbHeight={24}
|
|
652
|
-
vbWidth={24}
|
|
653
|
-
width={24}
|
|
654
655
|
>
|
|
655
|
-
<
|
|
656
|
+
<RNSVGPath
|
|
657
|
+
clipRule={0}
|
|
658
|
+
d="M16.2929 5.29289c.3905-.39052 1.0237-.39052 1.4142 0l6 6.00001c.3905.3905.3905 1.0237 0 1.4142l-6 6c-.3905.3905-1.0237.3905-1.4142 0-.3905-.3905-.3905-1.0237 0-1.4142L21.5858 12l-5.2929-5.29289c-.3905-.39053-.3905-1.02369 0-1.41422Z"
|
|
656
659
|
fill={
|
|
657
660
|
{
|
|
658
|
-
"
|
|
659
|
-
"type": 0,
|
|
661
|
+
"type": 2,
|
|
660
662
|
}
|
|
661
663
|
}
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
propList={
|
|
673
|
-
[
|
|
674
|
-
"fill",
|
|
675
|
-
"fillRule",
|
|
676
|
-
]
|
|
677
|
-
}
|
|
678
|
-
/>
|
|
679
|
-
</RNSVGGroup>
|
|
680
|
-
</RNSVGSvgView>
|
|
681
|
-
</View>
|
|
664
|
+
fillRule={0}
|
|
665
|
+
propList={
|
|
666
|
+
[
|
|
667
|
+
"fill",
|
|
668
|
+
"fillRule",
|
|
669
|
+
]
|
|
670
|
+
}
|
|
671
|
+
/>
|
|
672
|
+
</RNSVGGroup>
|
|
673
|
+
</RNSVGSvgView>
|
|
682
674
|
</View>
|
|
683
675
|
</View>
|
|
684
676
|
</View>
|
|
@@ -753,7 +745,7 @@ exports[`Test List Item Components - Experimental Enabled ListItemNavAlert Snap
|
|
|
753
745
|
<View
|
|
754
746
|
style={
|
|
755
747
|
{
|
|
756
|
-
"marginRight":
|
|
748
|
+
"marginRight": 12,
|
|
757
749
|
}
|
|
758
750
|
}
|
|
759
751
|
>
|
|
@@ -859,7 +851,7 @@ exports[`Test List Item Components - Experimental Enabled ListItemNavAlert Snap
|
|
|
859
851
|
<View
|
|
860
852
|
style={
|
|
861
853
|
{
|
|
862
|
-
"marginLeft":
|
|
854
|
+
"marginLeft": 12,
|
|
863
855
|
}
|
|
864
856
|
}
|
|
865
857
|
>
|
|
@@ -1613,7 +1605,7 @@ exports[`Test List Item Components - Experimental Enabled ListItemTransaction S
|
|
|
1613
1605
|
<View
|
|
1614
1606
|
style={
|
|
1615
1607
|
{
|
|
1616
|
-
"marginRight":
|
|
1608
|
+
"marginRight": 12,
|
|
1617
1609
|
}
|
|
1618
1610
|
}
|
|
1619
1611
|
>
|
|
@@ -1702,7 +1694,7 @@ exports[`Test List Item Components - Experimental Enabled ListItemTransaction S
|
|
|
1702
1694
|
<View
|
|
1703
1695
|
style={
|
|
1704
1696
|
{
|
|
1705
|
-
"marginLeft":
|
|
1697
|
+
"marginLeft": 12,
|
|
1706
1698
|
}
|
|
1707
1699
|
}
|
|
1708
1700
|
>
|
|
@@ -2240,7 +2232,7 @@ exports[`Test List Item Components ListItemInfoCopy Snapshot 1`] = `
|
|
|
2240
2232
|
<View
|
|
2241
2233
|
style={
|
|
2242
2234
|
{
|
|
2243
|
-
"marginLeft":
|
|
2235
|
+
"marginLeft": 12,
|
|
2244
2236
|
}
|
|
2245
2237
|
}
|
|
2246
2238
|
>
|
|
@@ -2414,74 +2406,66 @@ exports[`Test List Item Components ListItemNav Snapshot 1`] = `
|
|
|
2414
2406
|
testValue
|
|
2415
2407
|
</Text>
|
|
2416
2408
|
</View>
|
|
2417
|
-
<
|
|
2409
|
+
<RNSVGSvgView
|
|
2410
|
+
accessibilityElementsHidden={true}
|
|
2411
|
+
accessibilityLabel=""
|
|
2412
|
+
accessible={false}
|
|
2413
|
+
align="xMidYMid"
|
|
2414
|
+
bbHeight={24}
|
|
2415
|
+
bbWidth={24}
|
|
2416
|
+
focusable={false}
|
|
2417
|
+
height={24}
|
|
2418
|
+
importantForAccessibility="no-hide-descendants"
|
|
2419
|
+
meetOrSlice={0}
|
|
2420
|
+
minX={0}
|
|
2421
|
+
minY={0}
|
|
2418
2422
|
style={
|
|
2419
|
-
|
|
2420
|
-
|
|
2421
|
-
|
|
2423
|
+
[
|
|
2424
|
+
{
|
|
2425
|
+
"backgroundColor": "transparent",
|
|
2426
|
+
"borderWidth": 0,
|
|
2427
|
+
},
|
|
2428
|
+
{
|
|
2429
|
+
"color": "#0073E6",
|
|
2430
|
+
},
|
|
2431
|
+
{
|
|
2432
|
+
"flex": 0,
|
|
2433
|
+
"height": 24,
|
|
2434
|
+
"width": 24,
|
|
2435
|
+
},
|
|
2436
|
+
]
|
|
2422
2437
|
}
|
|
2438
|
+
tintColor="#0073E6"
|
|
2439
|
+
vbHeight={24}
|
|
2440
|
+
vbWidth={24}
|
|
2441
|
+
width={24}
|
|
2423
2442
|
>
|
|
2424
|
-
<
|
|
2425
|
-
|
|
2426
|
-
|
|
2427
|
-
|
|
2428
|
-
|
|
2429
|
-
|
|
2430
|
-
bbWidth={24}
|
|
2431
|
-
focusable={false}
|
|
2432
|
-
height={24}
|
|
2433
|
-
importantForAccessibility="no-hide-descendants"
|
|
2434
|
-
meetOrSlice={0}
|
|
2435
|
-
minX={0}
|
|
2436
|
-
minY={0}
|
|
2437
|
-
style={
|
|
2438
|
-
[
|
|
2439
|
-
{
|
|
2440
|
-
"backgroundColor": "transparent",
|
|
2441
|
-
"borderWidth": 0,
|
|
2442
|
-
},
|
|
2443
|
-
{
|
|
2444
|
-
"color": "#0073E6",
|
|
2445
|
-
},
|
|
2446
|
-
{
|
|
2447
|
-
"flex": 0,
|
|
2448
|
-
"height": 24,
|
|
2449
|
-
"width": 24,
|
|
2450
|
-
},
|
|
2451
|
-
]
|
|
2443
|
+
<RNSVGGroup
|
|
2444
|
+
fill={
|
|
2445
|
+
{
|
|
2446
|
+
"payload": 4278190080,
|
|
2447
|
+
"type": 0,
|
|
2448
|
+
}
|
|
2452
2449
|
}
|
|
2453
|
-
tintColor="#0073E6"
|
|
2454
|
-
vbHeight={24}
|
|
2455
|
-
vbWidth={24}
|
|
2456
|
-
width={24}
|
|
2457
2450
|
>
|
|
2458
|
-
<
|
|
2451
|
+
<RNSVGPath
|
|
2452
|
+
clipRule={0}
|
|
2453
|
+
d="M16.2929 5.29289c.3905-.39052 1.0237-.39052 1.4142 0l6 6.00001c.3905.3905.3905 1.0237 0 1.4142l-6 6c-.3905.3905-1.0237.3905-1.4142 0-.3905-.3905-.3905-1.0237 0-1.4142L21.5858 12l-5.2929-5.29289c-.3905-.39053-.3905-1.02369 0-1.41422Z"
|
|
2459
2454
|
fill={
|
|
2460
2455
|
{
|
|
2461
|
-
"
|
|
2462
|
-
"type": 0,
|
|
2456
|
+
"type": 2,
|
|
2463
2457
|
}
|
|
2464
2458
|
}
|
|
2465
|
-
|
|
2466
|
-
|
|
2467
|
-
|
|
2468
|
-
|
|
2469
|
-
|
|
2470
|
-
|
|
2471
|
-
|
|
2472
|
-
|
|
2473
|
-
|
|
2474
|
-
|
|
2475
|
-
propList={
|
|
2476
|
-
[
|
|
2477
|
-
"fill",
|
|
2478
|
-
"fillRule",
|
|
2479
|
-
]
|
|
2480
|
-
}
|
|
2481
|
-
/>
|
|
2482
|
-
</RNSVGGroup>
|
|
2483
|
-
</RNSVGSvgView>
|
|
2484
|
-
</View>
|
|
2459
|
+
fillRule={0}
|
|
2460
|
+
propList={
|
|
2461
|
+
[
|
|
2462
|
+
"fill",
|
|
2463
|
+
"fillRule",
|
|
2464
|
+
]
|
|
2465
|
+
}
|
|
2466
|
+
/>
|
|
2467
|
+
</RNSVGGroup>
|
|
2468
|
+
</RNSVGSvgView>
|
|
2485
2469
|
</View>
|
|
2486
2470
|
</View>
|
|
2487
2471
|
</View>
|
|
@@ -2556,7 +2540,7 @@ exports[`Test List Item Components ListItemNavAlert Snapshot 1`] = `
|
|
|
2556
2540
|
<View
|
|
2557
2541
|
style={
|
|
2558
2542
|
{
|
|
2559
|
-
"marginRight":
|
|
2543
|
+
"marginRight": 12,
|
|
2560
2544
|
}
|
|
2561
2545
|
}
|
|
2562
2546
|
>
|
|
@@ -2662,7 +2646,7 @@ exports[`Test List Item Components ListItemNavAlert Snapshot 1`] = `
|
|
|
2662
2646
|
<View
|
|
2663
2647
|
style={
|
|
2664
2648
|
{
|
|
2665
|
-
"marginLeft":
|
|
2649
|
+
"marginLeft": 12,
|
|
2666
2650
|
}
|
|
2667
2651
|
}
|
|
2668
2652
|
>
|
|
@@ -3416,7 +3400,7 @@ exports[`Test List Item Components ListItemTransaction Snapshot 1`] = `
|
|
|
3416
3400
|
<View
|
|
3417
3401
|
style={
|
|
3418
3402
|
{
|
|
3419
|
-
"marginRight":
|
|
3403
|
+
"marginRight": 12,
|
|
3420
3404
|
}
|
|
3421
3405
|
}
|
|
3422
3406
|
>
|
|
@@ -3505,7 +3489,7 @@ exports[`Test List Item Components ListItemTransaction Snapshot 1`] = `
|
|
|
3505
3489
|
<View
|
|
3506
3490
|
style={
|
|
3507
3491
|
{
|
|
3508
|
-
"marginLeft":
|
|
3492
|
+
"marginLeft": 12,
|
|
3509
3493
|
}
|
|
3510
3494
|
}
|
|
3511
3495
|
>
|
|
@@ -2,10 +2,9 @@ function _extends() { _extends = Object.assign ? Object.assign.bind() : function
|
|
|
2
2
|
import React from "react";
|
|
3
3
|
import { Image, StyleSheet, View } from "react-native";
|
|
4
4
|
import Placeholder from "rn-placeholder";
|
|
5
|
-
import { IOListItemVisualParams, IOModuleStyles, IOSelectionListItemVisualParams, IOStyles, useIOTheme } from "../../core";
|
|
5
|
+
import { IOListItemVisualParams, IOModuleStyles, IOSelectionListItemVisualParams, IOStyles, IOVisualCostants, useIOTheme } from "../../core";
|
|
6
6
|
import { Badge } from "../badge";
|
|
7
7
|
import { Icon } from "../icons";
|
|
8
|
-
import { HSpacer } from "../spacer";
|
|
9
8
|
import { LabelSmallAlt } from "../typography";
|
|
10
9
|
import { PressableModuleBase } from "./PressableModuleBase";
|
|
11
10
|
const ModuleCredential = props => {
|
|
@@ -21,7 +20,11 @@ const ModuleCredential = props => {
|
|
|
21
20
|
badge,
|
|
22
21
|
...pressableProps
|
|
23
22
|
} = props;
|
|
24
|
-
const iconComponent = /*#__PURE__*/React.createElement(
|
|
23
|
+
const iconComponent = /*#__PURE__*/React.createElement(View, {
|
|
24
|
+
style: {
|
|
25
|
+
marginRight: IOVisualCostants.iconMargin
|
|
26
|
+
}
|
|
27
|
+
}, icon && /*#__PURE__*/React.createElement(Icon, {
|
|
25
28
|
name: icon,
|
|
26
29
|
size: 24,
|
|
27
30
|
color: "grey-300"
|
|
@@ -32,11 +35,11 @@ const ModuleCredential = props => {
|
|
|
32
35
|
}));
|
|
33
36
|
return /*#__PURE__*/React.createElement(PressableModuleBase, _extends({}, pressableProps, {
|
|
34
37
|
onPress: onPress
|
|
35
|
-
}),
|
|
38
|
+
}), (icon || image) && iconComponent, /*#__PURE__*/React.createElement(View, {
|
|
36
39
|
style: {
|
|
37
40
|
flexGrow: 1,
|
|
38
41
|
flexShrink: 1,
|
|
39
|
-
|
|
42
|
+
paddingRight: 8
|
|
40
43
|
}
|
|
41
44
|
}, /*#__PURE__*/React.createElement(LabelSmallAlt, {
|
|
42
45
|
color: "blueIO-500",
|
|
@@ -54,14 +57,16 @@ const ModuleCredentialSkeleton = () => /*#__PURE__*/React.createElement(View, {
|
|
|
54
57
|
style: IOModuleStyles.button
|
|
55
58
|
}, /*#__PURE__*/React.createElement(View, {
|
|
56
59
|
style: [IOStyles.row, IOStyles.alignCenter]
|
|
60
|
+
}, /*#__PURE__*/React.createElement(View, {
|
|
61
|
+
style: {
|
|
62
|
+
marginRight: IOVisualCostants.iconMargin
|
|
63
|
+
}
|
|
57
64
|
}, /*#__PURE__*/React.createElement(Placeholder.Box, {
|
|
58
65
|
animate: "fade",
|
|
59
66
|
width: 24,
|
|
60
67
|
height: 24,
|
|
61
68
|
radius: 8
|
|
62
|
-
}), /*#__PURE__*/React.createElement(
|
|
63
|
-
size: 8
|
|
64
|
-
}), /*#__PURE__*/React.createElement(Placeholder.Box, {
|
|
69
|
+
})), /*#__PURE__*/React.createElement(Placeholder.Box, {
|
|
65
70
|
animate: "fade",
|
|
66
71
|
width: 96,
|
|
67
72
|
height: 19,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","Image","StyleSheet","View","Placeholder","IOListItemVisualParams","IOModuleStyles","IOSelectionListItemVisualParams","IOStyles","useIOTheme","Badge","Icon","
|
|
1
|
+
{"version":3,"names":["React","Image","StyleSheet","View","Placeholder","IOListItemVisualParams","IOModuleStyles","IOSelectionListItemVisualParams","IOStyles","IOVisualCostants","useIOTheme","Badge","Icon","LabelSmallAlt","PressableModuleBase","ModuleCredential","props","theme","isLoading","createElement","ModuleCredentialSkeleton","icon","image","label","onPress","badge","pressableProps","iconComponent","style","marginRight","iconMargin","name","size","color","source","styles","accessibilityIgnoresInvertColors","_extends","flexGrow","flexShrink","paddingRight","numberOfLines","lineBreakMode","row","chevronSize","button","alignCenter","Box","animate","width","height","radius","create","iconSize","resizeMode"],"sourceRoot":"../../../../src","sources":["components/modules/ModuleCredential.tsx"],"mappings":"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"}
|
|
@@ -38,7 +38,8 @@ export const ModuleIDP = _ref => {
|
|
|
38
38
|
logo,
|
|
39
39
|
withLooseSpacing = false,
|
|
40
40
|
onPress,
|
|
41
|
-
testID
|
|
41
|
+
testID,
|
|
42
|
+
accessibilityLabel
|
|
42
43
|
} = _ref;
|
|
43
44
|
const {
|
|
44
45
|
isExperimental
|
|
@@ -53,7 +54,8 @@ export const ModuleIDP = _ref => {
|
|
|
53
54
|
testID: testID,
|
|
54
55
|
withLooseSpacing: withLooseSpacing
|
|
55
56
|
}, /*#__PURE__*/React.createElement(Text, {
|
|
56
|
-
style: [styles.idpName, isExperimental ? styles.idpNameFont : styles.idpLegacyNameFont]
|
|
57
|
+
style: [styles.idpName, isExperimental ? styles.idpNameFont : styles.idpLegacyNameFont],
|
|
58
|
+
accessibilityLabel: accessibilityLabel ?? name
|
|
57
59
|
}, name), /*#__PURE__*/React.createElement(Image, {
|
|
58
60
|
accessibilityIgnoresInvertColors: true,
|
|
59
61
|
source: urlLogoIDP,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","Image","Platform","StyleSheet","Text","IOColors","IOListItemLogoMargin","useIOExperimentalDesign","toAndroidCacheTimestamp","makeFontStyleObject","PressableModuleBase","styles","create","idpName","color","fontSize","lineHeight","alignSelf","textTransform","flexShrink","idpNameFont","idpLegacyNameFont","idpLogo","marginStart","width","height","resizeMode","androidIdpLogoForcedRefreshed","OS","ModuleIDP","_ref","name","localLogo","logo","withLooseSpacing","onPress","testID","isExperimental","urlLogoIDP","uri","createElement","style","accessibilityIgnoresInvertColors","source"],"sourceRoot":"../../../../src","sources":["components/modules/ModuleIDP.tsx"],"mappings":"AAAA,OAAO,KAAKA,KAAK,MAAM,OAAO;AAC9B,SACEC,KAAK,EAELC,QAAQ,EACRC,UAAU,EACVC,IAAI,QACC,cAAc;AACrB,SACEC,QAAQ,EACRC,oBAAoB,EACpBC,uBAAuB,QAClB,YAAY;AACnB,SAASC,uBAAuB,QAAQ,mBAAmB;AAC3D,SAASC,mBAAmB,QAAQ,mBAAmB;AACvD,SACEC,mBAAmB,QAEd,uBAAuB;
|
|
1
|
+
{"version":3,"names":["React","Image","Platform","StyleSheet","Text","IOColors","IOListItemLogoMargin","useIOExperimentalDesign","toAndroidCacheTimestamp","makeFontStyleObject","PressableModuleBase","styles","create","idpName","color","fontSize","lineHeight","alignSelf","textTransform","flexShrink","idpNameFont","idpLegacyNameFont","idpLogo","marginStart","width","height","resizeMode","androidIdpLogoForcedRefreshed","OS","ModuleIDP","_ref","name","localLogo","logo","withLooseSpacing","onPress","testID","accessibilityLabel","isExperimental","urlLogoIDP","uri","createElement","style","accessibilityIgnoresInvertColors","source"],"sourceRoot":"../../../../src","sources":["components/modules/ModuleIDP.tsx"],"mappings":"AAAA,OAAO,KAAKA,KAAK,MAAM,OAAO;AAC9B,SACEC,KAAK,EAELC,QAAQ,EACRC,UAAU,EACVC,IAAI,QACC,cAAc;AACrB,SACEC,QAAQ,EACRC,oBAAoB,EACpBC,uBAAuB,QAClB,YAAY;AACnB,SAASC,uBAAuB,QAAQ,mBAAmB;AAC3D,SAASC,mBAAmB,QAAQ,mBAAmB;AACvD,SACEC,mBAAmB,QAEd,uBAAuB;AAS9B,MAAMC,MAAM,GAAGR,UAAU,CAACS,MAAM,CAAC;EAC/BC,OAAO,EAAE;IACPC,KAAK,EAAET,QAAQ,CAAC,UAAU,CAAC;IAC3BU,QAAQ,EAAE,EAAE;IACZC,UAAU,EAAE,EAAE;IACdC,SAAS,EAAE,QAAQ;IACnBC,aAAa,EAAE,WAAW;IAC1BC,UAAU,EAAE;EACd,CAAC;EACDC,WAAW,EAAE;IACX,GAAGX,mBAAmB,CAAC,SAAS,EAAE,KAAK,EAAE,WAAW;EACtD,CAAC;EACDY,iBAAiB,EAAE;IACjB,GAAGZ,mBAAmB,CAAC,UAAU,EAAE,KAAK,EAAE,cAAc;EAC1D,CAAC;EACDa,OAAO,EAAE;IACPC,WAAW,EAAEjB,oBAAoB;IACjCkB,KAAK,EAAE,GAAG;IACVC,MAAM,EAAE,EAAE;IACVC,UAAU,EAAE;EACd;AACF,CAAC,CAAC;;AAEF;AACA;AACA;AACA,MAAMC,6BAA6B,GAAGA,CAAA,KACpCzB,QAAQ,CAAC0B,EAAE,KAAK,SAAS,GAAI,OAAMpB,uBAAuB,CAAC,CAAE,EAAC,GAAG,EAAE;AAErE,OAAO,MAAMqB,SAAS,GAAGC,IAAA,IAQR;EAAA,IARS;IACxBC,IAAI;IACJC,SAAS;IACTC,IAAI;IACJC,gBAAgB,GAAG,KAAK;IACxBC,OAAO;IACPC,MAAM;IACNC;EACS,CAAC,GAAAP,IAAA;EACV,MAAM;IAAEQ;EAAe,CAAC,GAAG/B,uBAAuB,CAAC,CAAC;;EAEpD;EACA,MAAMgC,UAAU,GAAGP,SAAS,GACxBA,SAAS,GACT;IACEQ,GAAG,EAAG,GAAEP,IAAK,GAAEN,6BAA6B,CAAC,CAAE;EACjD,CAAC;EACL,oBACE3B,KAAA,CAAAyC,aAAA,CAAC/B,mBAAmB;IAClByB,OAAO,EAAEA,OAAQ;IACjBC,MAAM,EAAEA,MAAO;IACfF,gBAAgB,EAAEA;EAAiB,gBAEnClC,KAAA,CAAAyC,aAAA,CAACrC,IAAI;IACHsC,KAAK,EAAE,CACL/B,MAAM,CAACE,OAAO,EACdyB,cAAc,GAAG3B,MAAM,CAACS,WAAW,GAAGT,MAAM,CAACU,iBAAiB,CAC9D;IACFgB,kBAAkB,EAAEA,kBAAkB,IAAIN;EAAK,GAE9CA,IACG,CAAC,eACP/B,KAAA,CAAAyC,aAAA,CAACxC,KAAK;IACJ0C,gCAAgC;IAChCC,MAAM,EAAEL,UAAW;IACnBG,KAAK,EAAE/B,MAAM,CAACW;EAAQ,CACvB,CACkB,CAAC;AAE1B,CAAC;AAED,eAAeO,SAAS"}
|
|
@@ -2,7 +2,7 @@ function _extends() { _extends = Object.assign ? Object.assign.bind() : function
|
|
|
2
2
|
import React from "react";
|
|
3
3
|
import { Image, StyleSheet, View } from "react-native";
|
|
4
4
|
import Placeholder from "rn-placeholder";
|
|
5
|
-
import { IOListItemVisualParams, IOModuleStyles, IOSelectionListItemVisualParams, IOStyles, useIOTheme } from "../../core";
|
|
5
|
+
import { IOListItemVisualParams, IOModuleStyles, IOSelectionListItemVisualParams, IOStyles, IOVisualCostants, useIOTheme } from "../../core";
|
|
6
6
|
import { Badge } from "../badge";
|
|
7
7
|
import { Icon } from "../icons";
|
|
8
8
|
import { VSpacer } from "../spacer";
|
|
@@ -22,7 +22,11 @@ export const ModuleNavigation = props => {
|
|
|
22
22
|
badge,
|
|
23
23
|
...pressableProps
|
|
24
24
|
} = props;
|
|
25
|
-
const iconComponent = /*#__PURE__*/React.createElement(
|
|
25
|
+
const iconComponent = /*#__PURE__*/React.createElement(View, {
|
|
26
|
+
style: {
|
|
27
|
+
marginRight: IOVisualCostants.iconMargin
|
|
28
|
+
}
|
|
29
|
+
}, icon && /*#__PURE__*/React.createElement(Icon, {
|
|
26
30
|
name: icon,
|
|
27
31
|
size: 24,
|
|
28
32
|
color: "grey-300"
|
|
@@ -33,11 +37,11 @@ export const ModuleNavigation = props => {
|
|
|
33
37
|
}));
|
|
34
38
|
return /*#__PURE__*/React.createElement(PressableModuleBase, _extends({}, pressableProps, {
|
|
35
39
|
onPress: onPress
|
|
36
|
-
}),
|
|
40
|
+
}), (icon || image) && iconComponent, /*#__PURE__*/React.createElement(View, {
|
|
37
41
|
style: {
|
|
38
42
|
flexGrow: 1,
|
|
39
43
|
flexShrink: 1,
|
|
40
|
-
|
|
44
|
+
paddingRight: 8
|
|
41
45
|
}
|
|
42
46
|
}, /*#__PURE__*/React.createElement(LabelSmallAlt, {
|
|
43
47
|
color: "blueIO-500",
|
|
@@ -55,14 +59,18 @@ const ModuleNavigationSkeleton = () => /*#__PURE__*/React.createElement(View, {
|
|
|
55
59
|
style: IOModuleStyles.button
|
|
56
60
|
}, /*#__PURE__*/React.createElement(View, {
|
|
57
61
|
style: [IOStyles.row, IOStyles.alignCenter]
|
|
62
|
+
}, /*#__PURE__*/React.createElement(View, {
|
|
63
|
+
style: {
|
|
64
|
+
marginRight: IOVisualCostants.iconMargin
|
|
65
|
+
}
|
|
58
66
|
}, /*#__PURE__*/React.createElement(Placeholder.Box, {
|
|
59
67
|
animate: "fade",
|
|
60
68
|
width: 24,
|
|
61
69
|
height: 24,
|
|
62
70
|
radius: 8
|
|
63
|
-
}), /*#__PURE__*/React.createElement(View, {
|
|
71
|
+
})), /*#__PURE__*/React.createElement(View, {
|
|
64
72
|
style: {
|
|
65
|
-
|
|
73
|
+
paddingRight: 8
|
|
66
74
|
}
|
|
67
75
|
}, /*#__PURE__*/React.createElement(Placeholder.Box, {
|
|
68
76
|
animate: "fade",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","Image","StyleSheet","View","Placeholder","IOListItemVisualParams","IOModuleStyles","IOSelectionListItemVisualParams","IOStyles","useIOTheme","Badge","Icon","VSpacer","Chip","LabelSmallAlt","PressableModuleBase","ModuleNavigation","props","theme","isLoading","createElement","ModuleNavigationSkeleton","icon","image","title","subtitle","onPress","badge","pressableProps","iconComponent","
|
|
1
|
+
{"version":3,"names":["React","Image","StyleSheet","View","Placeholder","IOListItemVisualParams","IOModuleStyles","IOSelectionListItemVisualParams","IOStyles","IOVisualCostants","useIOTheme","Badge","Icon","VSpacer","Chip","LabelSmallAlt","PressableModuleBase","ModuleNavigation","props","theme","isLoading","createElement","ModuleNavigationSkeleton","icon","image","title","subtitle","onPress","badge","pressableProps","iconComponent","style","marginRight","iconMargin","name","size","color","source","styles","accessibilityIgnoresInvertColors","_extends","flexGrow","flexShrink","paddingRight","numberOfLines","lineBreakMode","chevronSize","button","row","alignCenter","Box","animate","width","height","radius","create","iconSize","resizeMode"],"sourceRoot":"../../../../src","sources":["components/modules/ModuleNavigation.tsx"],"mappings":";AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SACEC,KAAK,EAGLC,UAAU,EACVC,IAAI,QACC,cAAc;AACrB,OAAOC,WAAW,MAAM,gBAAgB;AACxC,SACEC,sBAAsB,EACtBC,cAAc,EACdC,+BAA+B,EAC/BC,QAAQ,EACRC,gBAAgB,EAChBC,UAAU,QACL,YAAY;AAEnB,SAASC,KAAK,QAAQ,UAAU;AAChC,SAAkBC,IAAI,QAAQ,UAAU;AACxC,SAASC,OAAO,QAAQ,WAAW;AACnC,SAASC,IAAI,EAAEC,aAAa,QAAQ,eAAe;AACnD,SACEC,mBAAmB,QAEd,uBAAuB;AAoB9B,OAAO,MAAMC,gBAAgB,GAAIC,KAAwC,IAAK;EAC5E,MAAMC,KAAK,GAAGT,UAAU,CAAC,CAAC;EAE1B,IAAIQ,KAAK,CAACE,SAAS,EAAE;IACnB,oBAAOpB,KAAA,CAAAqB,aAAA,CAACC,wBAAwB,MAAE,CAAC;EACrC;EAEA,MAAM;IAAEC,IAAI;IAAEC,KAAK;IAAEC,KAAK;IAAEC,QAAQ;IAAEC,OAAO;IAAEC,KAAK;IAAE,GAAGC;EAAe,CAAC,GACvEX,KAAK;EAEP,MAAMY,aAAa,gBACjB9B,KAAA,CAAAqB,aAAA,CAAClB,IAAI;IAAC4B,KAAK,EAAE;MAAEC,WAAW,EAAEvB,gBAAgB,CAACwB;IAAW;EAAE,GACvDV,IAAI,iBAAIvB,KAAA,CAAAqB,aAAA,CAACT,IAAI;IAACsB,IAAI,EAAEX,IAAK;IAACY,IAAI,EAAE,EAAG;IAACC,KAAK,EAAC;EAAU,CAAE,CAAC,EACvDZ,KAAK,iBACJxB,KAAA,CAAAqB,aAAA,CAACpB,KAAK;IACJoC,MAAM,EAAEb,KAAM;IACdO,KAAK,EAAEO,MAAM,CAACd,KAAM;IACpBe,gCAAgC,EAAE;EAAK,CACxC,CAEC,CACP;EAED,oBACEvC,KAAA,CAAAqB,aAAA,CAACL,mBAAmB,EAAAwB,QAAA,KAAKX,cAAc;IAAEF,OAAO,EAAEA;EAAQ,IACvD,CAACJ,IAAI,IAAIC,KAAK,KAAKM,aAAa,eACjC9B,KAAA,CAAAqB,aAAA,CAAClB,IAAI;IAAC4B,KAAK,EAAE;MAAEU,QAAQ,EAAE,CAAC;MAAEC,UAAU,EAAE,CAAC;MAAEC,YAAY,EAAE;IAAE;EAAE,gBAC3D3C,KAAA,CAAAqB,aAAA,CAACN,aAAa;IACZqB,KAAK,EAAC,YAAY;IAClBQ,aAAa,EAAE,CAAE;IACjBC,aAAa,EAAC;EAAQ,GAErBpB,KACY,CAAC,EACfC,QAAQ,iBAAI1B,KAAA,CAAAqB,aAAA,CAACP,IAAI;IAACsB,KAAK,EAAC;EAAU,GAAEV,QAAe,CAChD,CAAC,eACP1B,KAAA,CAAAqB,aAAA,CAAClB,IAAI,QACFyB,KAAK,gBACJ5B,KAAA,CAAAqB,aAAA,CAACV,KAAK,EAAKiB,KAAQ,CAAC,GAClBD,OAAO,gBACT3B,KAAA,CAAAqB,aAAA,CAACT,IAAI;IACHsB,IAAI,EAAC,sBAAsB;IAC3BE,KAAK,EAAEjB,KAAK,CAAC,yBAAyB,CAAE;IACxCgB,IAAI,EAAE9B,sBAAsB,CAACyC;EAAY,CAC1C,CAAC,GACA,IACA,CACa,CAAC;AAE1B,CAAC;AAED,MAAMxB,wBAAwB,GAAGA,CAAA,kBAC/BtB,KAAA,CAAAqB,aAAA,CAAClB,IAAI;EAAC4B,KAAK,EAAEzB,cAAc,CAACyC;AAAO,gBACjC/C,KAAA,CAAAqB,aAAA,CAAClB,IAAI;EAAC4B,KAAK,EAAE,CAACvB,QAAQ,CAACwC,GAAG,EAAExC,QAAQ,CAACyC,WAAW;AAAE,gBAChDjD,KAAA,CAAAqB,aAAA,CAAClB,IAAI;EAAC4B,KAAK,EAAE;IAAEC,WAAW,EAAEvB,gBAAgB,CAACwB;EAAW;AAAE,gBACxDjC,KAAA,CAAAqB,aAAA,CAACjB,WAAW,CAAC8C,GAAG;EAACC,OAAO,EAAC,MAAM;EAACC,KAAK,EAAE,EAAG;EAACC,MAAM,EAAE,EAAG;EAACC,MAAM,EAAE;AAAE,CAAE,CAC/D,CAAC,eACPtD,KAAA,CAAAqB,aAAA,CAAClB,IAAI;EAAC4B,KAAK,EAAE;IAAEY,YAAY,EAAE;EAAE;AAAE,gBAC/B3C,KAAA,CAAAqB,aAAA,CAACjB,WAAW,CAAC8C,GAAG;EAACC,OAAO,EAAC,MAAM;EAACC,KAAK,EAAE,EAAG;EAACC,MAAM,EAAE,EAAG;EAACC,MAAM,EAAE;AAAE,CAAE,CAAC,eACpEtD,KAAA,CAAAqB,aAAA,CAACR,OAAO;EAACsB,IAAI,EAAE;AAAE,CAAE,CAAC,eACpBnC,KAAA,CAAAqB,aAAA,CAACjB,WAAW,CAAC8C,GAAG;EAACC,OAAO,EAAC,MAAM;EAACC,KAAK,EAAE,GAAI;EAACC,MAAM,EAAE,EAAG;EAACC,MAAM,EAAE;AAAE,CAAE,CAChE,CACF,CAAC,eACPtD,KAAA,CAAAqB,aAAA,CAACjB,WAAW,CAAC8C,GAAG;EAACC,OAAO,EAAC,MAAM;EAACC,KAAK,EAAE,EAAG;EAACC,MAAM,EAAE,EAAG;EAACC,MAAM,EAAE;AAAE,CAAE,CAC/D,CACP;AAED,MAAMhB,MAAM,GAAGpC,UAAU,CAACqD,MAAM,CAAC;EAC/B/B,KAAK,EAAE;IACL4B,KAAK,EAAE7C,+BAA+B,CAACiD,QAAQ;IAC/CH,MAAM,EAAE9C,+BAA+B,CAACiD,QAAQ;IAChDC,UAAU,EAAE;EACd;AACF,CAAC,CAAC"}
|
|
@@ -3,11 +3,14 @@ import React, { useMemo } from "react";
|
|
|
3
3
|
import { IOColors, IOThemeDark, IOThemeLight, useIOTheme } from "../../core";
|
|
4
4
|
import PictogramAbacus from "./svg/PictogramAbacus";
|
|
5
5
|
import PictogramAccessDenied from "./svg/PictogramAccessDenied";
|
|
6
|
+
import PictogramActivate from "./svg/PictogramActivate";
|
|
6
7
|
import PictogramAirBaloon from "./svg/PictogramAirBaloon";
|
|
7
8
|
import PictogramAirship from "./svg/PictogramAirship";
|
|
9
|
+
import PictogramAttachment from "./svg/PictogramAttachment";
|
|
8
10
|
import PictogramAttention from "./svg/PictogramAttention";
|
|
9
11
|
import PictogramBaloons from "./svg/PictogramBaloons";
|
|
10
12
|
import PictogramBeerMug from "./svg/PictogramBeerMug";
|
|
13
|
+
import PictogramBiometric from "./svg/PictogramBiometric";
|
|
11
14
|
import PictogramCameraDenied from "./svg/PictogramCameraDenied";
|
|
12
15
|
import PictogramCameraRequest from "./svg/PictogramCameraRequest";
|
|
13
16
|
import PictogramCharity from "./svg/PictogramCharity";
|
|
@@ -66,10 +69,8 @@ import PictogramUnrecognized from "./svg/PictogramUnrecognized";
|
|
|
66
69
|
import PictogramUpdateOS from "./svg/PictogramUpdateOS";
|
|
67
70
|
import PictogramUploadFile from "./svg/PictogramUploadFile";
|
|
68
71
|
/* Bleed Pictograms */
|
|
69
|
-
import PictogramActivate from "./svg/PictogramActivate";
|
|
70
|
-
import PictogramAttachment from "./svg/PictogramAttachment";
|
|
71
|
-
import PictogramBiometric from "./svg/PictogramBiometric";
|
|
72
72
|
import PictogramBleedAccessDenied from "./svg/PictogramBleedAccessDenied";
|
|
73
|
+
import PictogramBleedActivate from "./svg/PictogramBleedActivate";
|
|
73
74
|
import PictogramBleedAttention from "./svg/PictogramBleedAttention";
|
|
74
75
|
import PictogramBleedCameraDenied from "./svg/PictogramBleedCameraDenied";
|
|
75
76
|
import PictogramBleedCameraRequest from "./svg/PictogramBleedCameraRequest";
|
|
@@ -99,6 +100,7 @@ import PictogramBleedPasscode from "./svg/PictogramBleedPasscode";
|
|
|
99
100
|
import PictogramBleedPayments from "./svg/PictogramBleedPayments";
|
|
100
101
|
import PictogramBleedPending from "./svg/PictogramBleedPending";
|
|
101
102
|
import PictogramBleedQrCode from "./svg/PictogramBleedQrCode";
|
|
103
|
+
import PictogramBleedReactivate from "./svg/PictogramBleedReactivate";
|
|
102
104
|
import PictogramBleedSearch from "./svg/PictogramBleedSearch";
|
|
103
105
|
import PictogramBleedSecurity from "./svg/PictogramBleedSecurity";
|
|
104
106
|
import PictogramBleedStar from "./svg/PictogramBleedStar";
|
|
@@ -106,6 +108,7 @@ import PictogramBleedStopSecurity from "./svg/PictogramBleedStopSecurity";
|
|
|
106
108
|
import PictogramBleedSuccess from "./svg/PictogramBleedSuccess";
|
|
107
109
|
import PictogramBleedTime from "./svg/PictogramBleedTime";
|
|
108
110
|
import PictogramBleedTiming from "./svg/PictogramBleedTiming";
|
|
111
|
+
/* End Bleed Pictograms */
|
|
109
112
|
import PictogramCardAdd from "./svg/PictogramCardAdd";
|
|
110
113
|
import PictogramCardFavourite from "./svg/PictogramCardFavourite";
|
|
111
114
|
import PictogramCardIssue from "./svg/PictogramCardIssue";
|
|
@@ -298,7 +301,9 @@ export const IOPictogramsBleed = {
|
|
|
298
301
|
doc: PictogramBleedDoc,
|
|
299
302
|
qrCode: PictogramBleedQrCode,
|
|
300
303
|
lostConnection: PictogramBleedLostConnection,
|
|
301
|
-
payments: PictogramBleedPayments
|
|
304
|
+
payments: PictogramBleedPayments,
|
|
305
|
+
activate: PictogramBleedActivate,
|
|
306
|
+
reactivate: PictogramBleedReactivate
|
|
302
307
|
};
|
|
303
308
|
export const PictogramBleed = _ref2 => {
|
|
304
309
|
let {
|