@pagopa/io-app-design-system 1.36.9 → 1.36.11

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 (100) hide show
  1. package/lib/commonjs/components/alert/Alert.js +6 -2
  2. package/lib/commonjs/components/alert/Alert.js.map +1 -1
  3. package/lib/commonjs/components/listitems/ListItemInfo.js +1 -1
  4. package/lib/commonjs/components/listitems/ListItemInfo.js.map +1 -1
  5. package/lib/commonjs/components/listitems/ListItemNav.js +2 -6
  6. package/lib/commonjs/components/listitems/ListItemNav.js.map +1 -1
  7. package/lib/commonjs/components/listitems/__test__/__snapshots__/listitem.test.tsx.snap +112 -128
  8. package/lib/commonjs/components/modules/ModuleCredential.js +12 -7
  9. package/lib/commonjs/components/modules/ModuleCredential.js.map +1 -1
  10. package/lib/commonjs/components/modules/ModuleNavigation.js +13 -5
  11. package/lib/commonjs/components/modules/ModuleNavigation.js.map +1 -1
  12. package/lib/commonjs/components/pictograms/Pictogram.js +9 -5
  13. package/lib/commonjs/components/pictograms/Pictogram.js.map +1 -1
  14. package/lib/commonjs/components/pictograms/svg/PictogramBleedActivate.js +49 -0
  15. package/lib/commonjs/components/pictograms/svg/PictogramBleedActivate.js.map +1 -0
  16. package/lib/commonjs/components/pictograms/svg/PictogramBleedPayments.js +4 -4
  17. package/lib/commonjs/components/pictograms/svg/PictogramBleedPayments.js.map +1 -1
  18. package/lib/commonjs/components/pictograms/svg/PictogramBleedReactivate.js +52 -0
  19. package/lib/commonjs/components/pictograms/svg/PictogramBleedReactivate.js.map +1 -0
  20. package/lib/commonjs/components/pictograms/svg/originals/PictogramBleedActivate.svg +1 -0
  21. package/lib/commonjs/components/pictograms/svg/originals/PictogramBleedPayments.svg +1 -21
  22. package/lib/commonjs/components/pictograms/svg/originals/PictogramBleedReactivate.svg +1 -0
  23. package/lib/commonjs/components/pictograms/svg/originals/PictogramComunicationProblem.svg +1 -91
  24. package/lib/commonjs/components/pictograms/svg/originals/PictogramEventClose.svg +1 -34
  25. package/lib/commonjs/components/pictograms/svg/originals/PictogramHello.svg +1 -8
  26. package/lib/commonjs/components/pictograms/svg/originals/PictogramPayments.svg +1 -28
  27. package/lib/commonjs/components/textInput/TextInputBase.js +5 -2
  28. package/lib/commonjs/components/textInput/TextInputBase.js.map +1 -1
  29. package/lib/commonjs/core/IOStyles.js +4 -3
  30. package/lib/commonjs/core/IOStyles.js.map +1 -1
  31. package/lib/module/components/alert/Alert.js +8 -4
  32. package/lib/module/components/alert/Alert.js.map +1 -1
  33. package/lib/module/components/listitems/ListItemInfo.js +1 -1
  34. package/lib/module/components/listitems/ListItemInfo.js.map +1 -1
  35. package/lib/module/components/listitems/ListItemNav.js +2 -6
  36. package/lib/module/components/listitems/ListItemNav.js.map +1 -1
  37. package/lib/module/components/listitems/__test__/__snapshots__/listitem.test.tsx.snap +112 -128
  38. package/lib/module/components/modules/ModuleCredential.js +13 -8
  39. package/lib/module/components/modules/ModuleCredential.js.map +1 -1
  40. package/lib/module/components/modules/ModuleNavigation.js +14 -6
  41. package/lib/module/components/modules/ModuleNavigation.js.map +1 -1
  42. package/lib/module/components/pictograms/Pictogram.js +9 -4
  43. package/lib/module/components/pictograms/Pictogram.js.map +1 -1
  44. package/lib/module/components/pictograms/svg/PictogramBleedActivate.js +41 -0
  45. package/lib/module/components/pictograms/svg/PictogramBleedActivate.js.map +1 -0
  46. package/lib/module/components/pictograms/svg/PictogramBleedPayments.js +5 -5
  47. package/lib/module/components/pictograms/svg/PictogramBleedPayments.js.map +1 -1
  48. package/lib/module/components/pictograms/svg/PictogramBleedReactivate.js +44 -0
  49. package/lib/module/components/pictograms/svg/PictogramBleedReactivate.js.map +1 -0
  50. package/lib/module/components/pictograms/svg/PictogramHello.js +1 -1
  51. package/lib/module/components/pictograms/svg/PictogramHello.js.map +1 -1
  52. package/lib/module/components/pictograms/svg/PictogramPayments.js +1 -1
  53. package/lib/module/components/pictograms/svg/PictogramPayments.js.map +1 -1
  54. package/lib/module/components/pictograms/svg/originals/PictogramBleedActivate.svg +1 -0
  55. package/lib/module/components/pictograms/svg/originals/PictogramBleedPayments.svg +1 -21
  56. package/lib/module/components/pictograms/svg/originals/PictogramBleedReactivate.svg +1 -0
  57. package/lib/module/components/pictograms/svg/originals/PictogramComunicationProblem.svg +1 -91
  58. package/lib/module/components/pictograms/svg/originals/PictogramEventClose.svg +1 -34
  59. package/lib/module/components/pictograms/svg/originals/PictogramHello.svg +1 -8
  60. package/lib/module/components/pictograms/svg/originals/PictogramPayments.svg +1 -28
  61. package/lib/module/components/textInput/TextInputBase.js +5 -2
  62. package/lib/module/components/textInput/TextInputBase.js.map +1 -1
  63. package/lib/module/core/IOStyles.js +4 -3
  64. package/lib/module/core/IOStyles.js.map +1 -1
  65. package/lib/typescript/components/alert/Alert.d.ts.map +1 -1
  66. package/lib/typescript/components/listitems/ListItemNav.d.ts.map +1 -1
  67. package/lib/typescript/components/modules/ModuleCredential.d.ts.map +1 -1
  68. package/lib/typescript/components/modules/ModuleNavigation.d.ts.map +1 -1
  69. package/lib/typescript/components/pictograms/Pictogram.d.ts +1 -1
  70. package/lib/typescript/components/pictograms/Pictogram.d.ts.map +1 -1
  71. package/lib/typescript/components/pictograms/svg/PictogramBleedActivate.d.ts +5 -0
  72. package/lib/typescript/components/pictograms/svg/PictogramBleedActivate.d.ts.map +1 -0
  73. package/lib/typescript/components/pictograms/svg/PictogramBleedReactivate.d.ts +5 -0
  74. package/lib/typescript/components/pictograms/svg/PictogramBleedReactivate.d.ts.map +1 -0
  75. package/lib/typescript/components/textInput/TextInputBase.d.ts +1 -1
  76. package/lib/typescript/components/textInput/TextInputBase.d.ts.map +1 -1
  77. package/lib/typescript/core/IOStyles.d.ts +1 -0
  78. package/lib/typescript/core/IOStyles.d.ts.map +1 -1
  79. package/package.json +1 -1
  80. package/src/components/alert/Alert.tsx +9 -8
  81. package/src/components/listitems/ListItemInfo.tsx +1 -1
  82. package/src/components/listitems/ListItemNav.tsx +5 -7
  83. package/src/components/listitems/__test__/__snapshots__/listitem.test.tsx.snap +112 -128
  84. package/src/components/modules/ModuleCredential.tsx +8 -7
  85. package/src/components/modules/ModuleNavigation.tsx +9 -6
  86. package/src/components/pictograms/Pictogram.tsx +12 -5
  87. package/src/components/pictograms/svg/PictogramBleedActivate.tsx +46 -0
  88. package/src/components/pictograms/svg/PictogramBleedPayments.tsx +5 -5
  89. package/src/components/pictograms/svg/PictogramBleedReactivate.tsx +50 -0
  90. package/src/components/pictograms/svg/PictogramHello.tsx +1 -1
  91. package/src/components/pictograms/svg/PictogramPayments.tsx +1 -1
  92. package/src/components/pictograms/svg/originals/PictogramBleedActivate.svg +1 -0
  93. package/src/components/pictograms/svg/originals/PictogramBleedPayments.svg +1 -21
  94. package/src/components/pictograms/svg/originals/PictogramBleedReactivate.svg +1 -0
  95. package/src/components/pictograms/svg/originals/PictogramComunicationProblem.svg +1 -91
  96. package/src/components/pictograms/svg/originals/PictogramEventClose.svg +1 -34
  97. package/src/components/pictograms/svg/originals/PictogramHello.svg +1 -8
  98. package/src/components/pictograms/svg/originals/PictogramPayments.svg +1 -28
  99. package/src/components/textInput/TextInputBase.tsx +3 -1
  100. 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": 16,
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
- <View
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
- "marginLeft": 16,
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
- <RNSVGSvgView
622
- accessibilityElementsHidden={true}
623
- accessibilityLabel=""
624
- accessible={false}
625
- align="xMidYMid"
626
- bbHeight={24}
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
- <RNSVGGroup
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
- "payload": 4278190080,
659
- "type": 0,
661
+ "type": 2,
660
662
  }
661
663
  }
662
- >
663
- <RNSVGPath
664
- clipRule={0}
665
- 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"
666
- fill={
667
- {
668
- "type": 2,
669
- }
670
- }
671
- fillRule={0}
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": 16,
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": 16,
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": 16,
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": 16,
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": 16,
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
- <View
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
- "marginLeft": 16,
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
- <RNSVGSvgView
2425
- accessibilityElementsHidden={true}
2426
- accessibilityLabel=""
2427
- accessible={false}
2428
- align="xMidYMid"
2429
- bbHeight={24}
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
- <RNSVGGroup
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
- "payload": 4278190080,
2462
- "type": 0,
2456
+ "type": 2,
2463
2457
  }
2464
2458
  }
2465
- >
2466
- <RNSVGPath
2467
- clipRule={0}
2468
- 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"
2469
- fill={
2470
- {
2471
- "type": 2,
2472
- }
2473
- }
2474
- fillRule={0}
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": 16,
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": 16,
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": 16,
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": 16,
3492
+ "marginLeft": 12,
3509
3493
  }
3510
3494
  }
3511
3495
  >
@@ -12,12 +12,12 @@ import {
12
12
  IOModuleStyles,
13
13
  IOSelectionListItemVisualParams,
14
14
  IOStyles,
15
+ IOVisualCostants,
15
16
  useIOTheme
16
17
  } from "../../core";
17
18
  import { WithTestID } from "../../utils/types";
18
19
  import { Badge } from "../badge";
19
20
  import { IOIcons, Icon } from "../icons";
20
- import { HSpacer } from "../spacer";
21
21
  import { LabelSmallAlt } from "../typography";
22
22
  import {
23
23
  PressableModuleBase,
@@ -51,7 +51,7 @@ const ModuleCredential = (props: WithTestID<ModuleCredentialProps>) => {
51
51
  const { icon, image, label, onPress, badge, ...pressableProps } = props;
52
52
 
53
53
  const iconComponent = (
54
- <>
54
+ <View style={{ marginRight: IOVisualCostants.iconMargin }}>
55
55
  {icon && <Icon name={icon} size={24} color="grey-300" />}
56
56
  {image && (
57
57
  <Image
@@ -60,13 +60,13 @@ const ModuleCredential = (props: WithTestID<ModuleCredentialProps>) => {
60
60
  accessibilityIgnoresInvertColors={true}
61
61
  />
62
62
  )}
63
- </>
63
+ </View>
64
64
  );
65
65
 
66
66
  return (
67
67
  <PressableModuleBase {...pressableProps} onPress={onPress}>
68
- <View>{iconComponent}</View>
69
- <View style={{ flexGrow: 1, flexShrink: 1, paddingHorizontal: 8 }}>
68
+ {(icon || image) && iconComponent}
69
+ <View style={{ flexGrow: 1, flexShrink: 1, paddingRight: 8 }}>
70
70
  <LabelSmallAlt
71
71
  color="blueIO-500"
72
72
  numberOfLines={2}
@@ -92,8 +92,9 @@ const ModuleCredential = (props: WithTestID<ModuleCredentialProps>) => {
92
92
  const ModuleCredentialSkeleton = () => (
93
93
  <View style={IOModuleStyles.button}>
94
94
  <View style={[IOStyles.row, IOStyles.alignCenter]}>
95
- <Placeholder.Box animate="fade" width={24} height={24} radius={8} />
96
- <HSpacer size={8} />
95
+ <View style={{ marginRight: IOVisualCostants.iconMargin }}>
96
+ <Placeholder.Box animate="fade" width={24} height={24} radius={8} />
97
+ </View>
97
98
  <Placeholder.Box animate="fade" width={96} height={19} radius={8} />
98
99
  </View>
99
100
  <Placeholder.Box animate="fade" width={64} height={22} radius={8} />
@@ -12,6 +12,7 @@ import {
12
12
  IOModuleStyles,
13
13
  IOSelectionListItemVisualParams,
14
14
  IOStyles,
15
+ IOVisualCostants,
15
16
  useIOTheme
16
17
  } from "../../core";
17
18
  import { WithTestID } from "../../utils/types";
@@ -53,7 +54,7 @@ export const ModuleNavigation = (props: WithTestID<ModuleNavigationProps>) => {
53
54
  props;
54
55
 
55
56
  const iconComponent = (
56
- <>
57
+ <View style={{ marginRight: IOVisualCostants.iconMargin }}>
57
58
  {icon && <Icon name={icon} size={24} color="grey-300" />}
58
59
  {image && (
59
60
  <Image
@@ -62,13 +63,13 @@ export const ModuleNavigation = (props: WithTestID<ModuleNavigationProps>) => {
62
63
  accessibilityIgnoresInvertColors={true}
63
64
  />
64
65
  )}
65
- </>
66
+ </View>
66
67
  );
67
68
 
68
69
  return (
69
70
  <PressableModuleBase {...pressableProps} onPress={onPress}>
70
- <View>{iconComponent}</View>
71
- <View style={{ flexGrow: 1, flexShrink: 1, paddingHorizontal: 8 }}>
71
+ {(icon || image) && iconComponent}
72
+ <View style={{ flexGrow: 1, flexShrink: 1, paddingRight: 8 }}>
72
73
  <LabelSmallAlt
73
74
  color="blueIO-500"
74
75
  numberOfLines={2}
@@ -96,8 +97,10 @@ export const ModuleNavigation = (props: WithTestID<ModuleNavigationProps>) => {
96
97
  const ModuleNavigationSkeleton = () => (
97
98
  <View style={IOModuleStyles.button}>
98
99
  <View style={[IOStyles.row, IOStyles.alignCenter]}>
99
- <Placeholder.Box animate="fade" width={24} height={24} radius={8} />
100
- <View style={{ paddingHorizontal: 8 }}>
100
+ <View style={{ marginRight: IOVisualCostants.iconMargin }}>
101
+ <Placeholder.Box animate="fade" width={24} height={24} radius={8} />
102
+ </View>
103
+ <View style={{ paddingRight: 8 }}>
101
104
  <Placeholder.Box animate="fade" width={96} height={19} radius={8} />
102
105
  <VSpacer size={4} />
103
106
  <Placeholder.Box animate="fade" width={180} height={16} radius={8} />
@@ -4,11 +4,14 @@ import { IOColors, IOThemeDark, IOThemeLight, useIOTheme } from "../../core";
4
4
 
5
5
  import PictogramAbacus from "./svg/PictogramAbacus";
6
6
  import PictogramAccessDenied from "./svg/PictogramAccessDenied";
7
+ import PictogramActivate from "./svg/PictogramActivate";
7
8
  import PictogramAirBaloon from "./svg/PictogramAirBaloon";
8
9
  import PictogramAirship from "./svg/PictogramAirship";
10
+ import PictogramAttachment from "./svg/PictogramAttachment";
9
11
  import PictogramAttention from "./svg/PictogramAttention";
10
12
  import PictogramBaloons from "./svg/PictogramBaloons";
11
13
  import PictogramBeerMug from "./svg/PictogramBeerMug";
14
+ import PictogramBiometric from "./svg/PictogramBiometric";
12
15
  import PictogramCameraDenied from "./svg/PictogramCameraDenied";
13
16
  import PictogramCameraRequest from "./svg/PictogramCameraRequest";
14
17
  import PictogramCharity from "./svg/PictogramCharity";
@@ -67,10 +70,8 @@ import PictogramUnrecognized from "./svg/PictogramUnrecognized";
67
70
  import PictogramUpdateOS from "./svg/PictogramUpdateOS";
68
71
  import PictogramUploadFile from "./svg/PictogramUploadFile";
69
72
  /* Bleed Pictograms */
70
- import PictogramActivate from "./svg/PictogramActivate";
71
- import PictogramAttachment from "./svg/PictogramAttachment";
72
- import PictogramBiometric from "./svg/PictogramBiometric";
73
73
  import PictogramBleedAccessDenied from "./svg/PictogramBleedAccessDenied";
74
+ import PictogramBleedActivate from "./svg/PictogramBleedActivate";
74
75
  import PictogramBleedAttention from "./svg/PictogramBleedAttention";
75
76
  import PictogramBleedCameraDenied from "./svg/PictogramBleedCameraDenied";
76
77
  import PictogramBleedCameraRequest from "./svg/PictogramBleedCameraRequest";
@@ -100,6 +101,7 @@ import PictogramBleedPasscode from "./svg/PictogramBleedPasscode";
100
101
  import PictogramBleedPayments from "./svg/PictogramBleedPayments";
101
102
  import PictogramBleedPending from "./svg/PictogramBleedPending";
102
103
  import PictogramBleedQrCode from "./svg/PictogramBleedQrCode";
104
+ import PictogramBleedReactivate from "./svg/PictogramBleedReactivate";
103
105
  import PictogramBleedSearch from "./svg/PictogramBleedSearch";
104
106
  import PictogramBleedSecurity from "./svg/PictogramBleedSecurity";
105
107
  import PictogramBleedStar from "./svg/PictogramBleedStar";
@@ -107,6 +109,7 @@ import PictogramBleedStopSecurity from "./svg/PictogramBleedStopSecurity";
107
109
  import PictogramBleedSuccess from "./svg/PictogramBleedSuccess";
108
110
  import PictogramBleedTime from "./svg/PictogramBleedTime";
109
111
  import PictogramBleedTiming from "./svg/PictogramBleedTiming";
112
+ /* End Bleed Pictograms */
110
113
  import PictogramCardAdd from "./svg/PictogramCardAdd";
111
114
  import PictogramCardFavourite from "./svg/PictogramCardFavourite";
112
115
  import PictogramCardIssue from "./svg/PictogramCardIssue";
@@ -330,7 +333,9 @@ export type IOPictogramsBleed = Extract<
330
333
  | "star"
331
334
  | "qrCode"
332
335
  | "lostConnection"
333
- | "payments",
336
+ | "payments"
337
+ | "activate"
338
+ | "reactivate",
334
339
  IOPictograms
335
340
  >;
336
341
 
@@ -373,7 +378,9 @@ export const IOPictogramsBleed: {
373
378
  doc: PictogramBleedDoc,
374
379
  qrCode: PictogramBleedQrCode,
375
380
  lostConnection: PictogramBleedLostConnection,
376
- payments: PictogramBleedPayments
381
+ payments: PictogramBleedPayments,
382
+ activate: PictogramBleedActivate,
383
+ reactivate: PictogramBleedReactivate
377
384
  };
378
385
 
379
386
  export const PictogramBleed = ({
@@ -0,0 +1,46 @@
1
+ import React from "react";
2
+ import { Svg, Path } from "react-native-svg";
3
+ import { SVGPictogramProps } from "../types";
4
+
5
+ const PictogramBleedActivate = ({
6
+ size,
7
+ colorValues,
8
+ ...props
9
+ }: SVGPictogramProps) => (
10
+ <Svg width={size} height={size} viewBox="0 0 240 240" {...props}>
11
+ <Path
12
+ fill={colorValues.main}
13
+ d="m144.48 143.66 1.16-5.41 2.04-2.6 3.33-.83c.16-.46.31-.92.44-1.39l-3.11.47-6.8-.96h-9.24s-3.35-.93-5.35-1.75c-2-.82-1.78-1.35-2.36-2.01-.57-.66-1.43-.82-1.43-.82l.02-3.01-.86-1.79 3.25-4.74 2.17-1.69 2.84-1.05 4.03-.7 13.72-1.48 3.15-.11c-4.23-14.53-17.63-25.15-33.52-25.15H42.91C23.63 88.65 8 104.28 8 123.57c0 19.28 15.63 34.91 34.91 34.91h75.05c10.86 0 20.56-4.96 26.96-12.73l-.45-2.08.01-.01Z"
14
+ />
15
+ <Path
16
+ fill={colorValues.secondary}
17
+ d="M43.13 149.97c14.58 0 26.4-11.82 26.4-26.4 0-14.58-11.82-26.4-26.4-26.4-14.58 0-26.4 11.82-26.4 26.4 0 14.58 11.82 26.4 26.4 26.4Z"
18
+ />
19
+ <Path
20
+ fill={colorValues.hands}
21
+ d="M133.026 116.075c10.19-1.93 81.474-6.41 109.474 9.089l1.41-3.74c-24.41-15.763-101.104-11.269-111.624-9.269-5.67 1.07-9.65 6.1-9.26 11.68.25 3.64 2.38 8.28 11.09 9.68 15.98 2.57 29.78-.26 30.36-.38l-.82-3.92c-.14.03-13.65 2.8-28.9.34-7.4-1.2-7.66-4.82-7.74-6.01-.25-3.56 2.33-6.77 6.01-7.47Z"
22
+ />
23
+ <Path
24
+ fill={colorValues.hands}
25
+ d="M169.026 155.434c-.25 0-.5-.01-.74-.04-2.86-.28-4.82-2.19-5.36-5.23-.75-4.24 1.3-10.09 6.11-17.36 3.44-5.21 7.03-9.24 7.18-9.41l2.98 2.67c-3.83 4.28-13.5 16.84-12.33 23.41.28 1.59 1.04 1.88 1.81 1.95 4.02.4 12.54-5.66 14.87-11.62l3.72 1.46c-2.77 7.07-12.05 14.18-18.25 14.18l.01-.01Z"
26
+ />
27
+ <Path
28
+ fill={colorValues.hands}
29
+ d="M189.457 156.214c-.76-3.95-6.5-7.16-8.65-8.07l1.55-3.69c.4.17 9.71 4.14 11.03 11l-3.93.75v.01ZM155.287 153.674c-3.2 0-6.37-.78-8.24-3.29-2.41-3.24-3.22-8.18-2-12.31.99-3.35 3.17-5.81 6.13-6.91.74-.28 1.53-.47 2.35-.57l.5 3.97c-.52.06-1.01.18-1.46.35-2.25.84-3.25 2.8-3.69 4.29-.86 2.93-.3 6.54 1.37 8.78 2.42 3.25 11.11.99 13.96-.06l1.38 3.75c-.84.31-5.61 1.99-10.31 1.99l.01.01Z"
30
+ />
31
+ <Path
32
+ fill={colorValues.hands}
33
+ d="M168.896 168.314c-2.27 0-4.46-.51-6.55-1.52-8.18-3.97-11.68-14.35-11.83-14.79l3.8-1.25c.03.09 3.14 9.23 9.79 12.45 2.91 1.41 6.03 1.48 9.51.21 3.5-1.27 5.57-2.79 5.68-4.17.14-1.9-3.15-4.62-5.42-5.85l1.9-3.52c.81.44 7.89 4.42 7.51 9.66-.23 3.15-3.02 5.72-8.3 7.64-2.08.76-4.12 1.14-6.09 1.14Z"
34
+ />
35
+ <Path
36
+ fill={colorValues.hands}
37
+ d="M241 177.662c-35.5 4.5-64.721-10.34-65.647-10.804l1.798-3.576c.218.105 30.849 14.38 63.595 10.39l.254 3.99Z"
38
+ />
39
+ <Path
40
+ fill={colorValues.secondary}
41
+ d="M132.6 73.11c-.26 0-.53-.07-.77-.21-.71-.43-.94-1.35-.51-2.06l22.86-38.11c.43-.71 1.35-.94 2.06-.51.71.43.94 1.35.51 2.06l-22.87 38.11a1.5 1.5 0 0 1-1.29.73l.01-.01ZM144.04 83.94c-.63 0-1.22-.41-1.43-1.04-.25-.79.18-1.63.97-1.89l45.23-14.47c.79-.25 1.63.18 1.89.97.25.79-.18 1.63-.97 1.89L144.5 83.87c-.15.05-.31.07-.46.07Z"
42
+ />
43
+ </Svg>
44
+ );
45
+
46
+ export default PictogramBleedActivate;