@tactics/toddle-styleguide 1.4.2 → 1.4.3
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/package.json +1 -1
- package/src/components/atoms/background-gradient/__snapshots__/background-gradient.test.js.snap +25 -21
- package/src/components/atoms/calendar/__snapshots__/calendar.test.js.snap +1846 -640
- package/src/components/atoms/footer/footer.styles.d.ts +14 -0
- package/src/components/atoms/increment-input/__snapshots__/increment-input.test.js.snap +12 -0
- package/src/components/atoms/line/line.preview.d.ts +2 -2
- package/src/components/molecules/blocked-message/__snapshots__/blocked-message.test.js.snap +6 -0
- package/src/components/molecules/button/__snapshots__/button.test.js.snap +6 -0
- package/src/components/molecules/calendar-select/__snapshots__/calendar-select.test.js.snap +18 -0
- package/src/components/molecules/date-input/__snapshots__/date-input.test.js.snap +6 -0
- package/src/components/molecules/default-select/__snapshots__/default-select.test.js.snap +6 -0
- package/src/components/molecules/failed-to-send/__snapshots__/failed-bubble.test.js.snap +6 -2
- package/src/components/molecules/message-input/__snapshots__/message-input.test.js.snap +24 -40
- package/src/components/molecules/password-input/__snapshots__/password-input.test.js.snap +36 -0
- package/src/components/molecules/pressable-icon/__snapshots__/pressable-icon.test.js.snap +18 -0
- package/src/components/molecules/search-input/__snapshots__/search.test.js.snap +6 -0
- package/src/components/molecules/select-list-item/__snapshots__/select-list-item.test.js.snap +36 -0
- package/src/components/molecules/select-picker/__snapshots__/select-picker.test.js.snap +12 -0
- package/src/components/molecules/send-bubble/__snapshots__/send-text-bubble.test.js.snap +0 -12
- package/src/components/molecules/snackbar/__snapshots__/snackbar.test.js.snap +24 -0
- package/src/components/molecules/swipe/__snapshots__/swipe.test.js.snap +6 -0
- package/src/components/molecules/time-picker/__snapshots__/time-picker.test.js.snap +20 -40
- package/src/components/molecules/time-picker/time-picker.component.d.ts +2 -2
- package/src/components/molecules/timeline/__snapshots__/timeline.test.js.snap +34 -32
- package/src/components/molecules/wave-background/__snapshots__/wave.test.js.snap +0 -2
- package/src/components/organisms/child-list-item/__snapshots__/child-list-item.test.js.snap +81 -63
- package/src/components/organisms/contact-item/__snapshots__/contact-item.test.js.snap +6 -0
- package/src/components/organisms/day-select/day-select.styles.d.ts +18 -0
- package/src/components/organisms/journal-entry/components/entry-type-indicator/entry-type-indicator.component.d.ts +2 -2
- package/src/components/organisms/journal-entry/components/journal-entry-type/journal-entry-type.component.d.ts +2 -2
- package/src/components/organisms/journal-entry/journal-entry.preview.d.ts +2 -2
- package/src/components/organisms/my-child-list-item/__snapshots__/my-child-list-item.test.js.snap +31 -21
- package/src/components/organisms/person-info-card/__snapshots__/person-info-card.test.js.snap +25 -21
- package/src/components/organisms/person-info-card/person-info-card.component.d.ts +2 -2
- package/src/components/organisms/tab-view/tab-view.component.d.ts +2 -1
- package/src/components/organisms/tab-view/tab-view.preview.d.ts +2 -2
- package/src/components/organisms/text-bubble/__snapshots__/text-bubble.test.js.snap +42 -14
- package/src/icons/__snapshots__/icons.test.js.snap +234 -20
- package/src/icons/index.d.ts +2 -2
|
@@ -627,6 +627,12 @@ exports[`test icons render an outlined calendar icon in the main color 1`] = `
|
|
|
627
627
|
>
|
|
628
628
|
<RNSVGPath
|
|
629
629
|
d="M7.33333 6.16667V1.5M16.6667 6.16667V1.5M6.16667 10.8333H17.8333M3.83333 22.5H20.1667C21.4553 22.5 22.5 21.4553 22.5 20.1667V6.16667C22.5 4.878 21.4553 3.83333 20.1667 3.83333H3.83333C2.54467 3.83333 1.5 4.878 1.5 6.16667V20.1667C1.5 21.4553 2.54467 22.5 3.83333 22.5Z"
|
|
630
|
+
fill={
|
|
631
|
+
{
|
|
632
|
+
"payload": 4278190080,
|
|
633
|
+
"type": 0,
|
|
634
|
+
}
|
|
635
|
+
}
|
|
630
636
|
propList={
|
|
631
637
|
[
|
|
632
638
|
"stroke",
|
|
@@ -687,6 +693,12 @@ exports[`test icons render an outlined chat icon in the main color 1`] = `
|
|
|
687
693
|
>
|
|
688
694
|
<RNSVGPath
|
|
689
695
|
d="M7 10.5H7.01125M11.5 10.5H11.5113M16 10.5H16.0113M21.625 10.5C21.625 15.4706 17.0919 19.5 11.5 19.5C9.76832 19.5 8.13818 19.1136 6.71275 18.4324L1.375 19.5L2.94436 15.315C1.95051 13.9226 1.375 12.2711 1.375 10.5C1.375 5.52944 5.90812 1.5 11.5 1.5C17.0919 1.5 21.625 5.52944 21.625 10.5Z"
|
|
696
|
+
fill={
|
|
697
|
+
{
|
|
698
|
+
"payload": 4278190080,
|
|
699
|
+
"type": 0,
|
|
700
|
+
}
|
|
701
|
+
}
|
|
690
702
|
propList={
|
|
691
703
|
[
|
|
692
704
|
"stroke",
|
|
@@ -747,6 +759,12 @@ exports[`test icons render an outlined chat-alt icon in a grey color and a size
|
|
|
747
759
|
>
|
|
748
760
|
<RNSVGPath
|
|
749
761
|
d="M7 8.25H7.01125M11.5 8.25H11.5113M16 8.25H16.0113M8.125 15H3.625C2.38236 15 1.375 13.9926 1.375 12.75V3.75C1.375 2.50736 2.38236 1.5 3.625 1.5H19.375C20.6176 1.5 21.625 2.50736 21.625 3.75V12.75C21.625 13.9926 20.6176 15 19.375 15H13.75L8.125 20.625V15Z"
|
|
762
|
+
fill={
|
|
763
|
+
{
|
|
764
|
+
"payload": 4278190080,
|
|
765
|
+
"type": 0,
|
|
766
|
+
}
|
|
767
|
+
}
|
|
750
768
|
propList={
|
|
751
769
|
[
|
|
752
770
|
"stroke",
|
|
@@ -807,6 +825,12 @@ exports[`test icons render an outlined check-circle icon in a grey color 1`] = `
|
|
|
807
825
|
>
|
|
808
826
|
<RNSVGPath
|
|
809
827
|
d="M8.125 11.5L10.375 13.75L14.875 9.25M21.625 11.5C21.625 17.0919 17.0919 21.625 11.5 21.625C5.90812 21.625 1.375 17.0919 1.375 11.5C1.375 5.90812 5.90812 1.375 11.5 1.375C17.0919 1.375 21.625 5.90812 21.625 11.5Z"
|
|
828
|
+
fill={
|
|
829
|
+
{
|
|
830
|
+
"payload": 4278190080,
|
|
831
|
+
"type": 0,
|
|
832
|
+
}
|
|
833
|
+
}
|
|
810
834
|
propList={
|
|
811
835
|
[
|
|
812
836
|
"stroke",
|
|
@@ -867,6 +891,12 @@ exports[`test icons render an outlined chevron-left icon in a white color 1`] =
|
|
|
867
891
|
>
|
|
868
892
|
<RNSVGPath
|
|
869
893
|
d="M8.875 17.375L1 9.5L8.875 1.625"
|
|
894
|
+
fill={
|
|
895
|
+
{
|
|
896
|
+
"payload": 4278190080,
|
|
897
|
+
"type": 0,
|
|
898
|
+
}
|
|
899
|
+
}
|
|
870
900
|
propList={
|
|
871
901
|
[
|
|
872
902
|
"stroke",
|
|
@@ -927,6 +957,12 @@ exports[`test icons render an outlined chevron-right icon in a white color 1`] =
|
|
|
927
957
|
>
|
|
928
958
|
<RNSVGPath
|
|
929
959
|
d="M1.75 1.625L9.33333 9.5L1.75 17.375"
|
|
960
|
+
fill={
|
|
961
|
+
{
|
|
962
|
+
"payload": 4278190080,
|
|
963
|
+
"type": 0,
|
|
964
|
+
}
|
|
965
|
+
}
|
|
930
966
|
propList={
|
|
931
967
|
[
|
|
932
968
|
"stroke",
|
|
@@ -987,6 +1023,12 @@ exports[`test icons render an outlined clock icon in the main color 1`] = `
|
|
|
987
1023
|
>
|
|
988
1024
|
<RNSVGPath
|
|
989
1025
|
d="M11.5 6.66667V11L14.875 14.25M21.625 11C21.625 16.3848 17.0919 20.75 11.5 20.75C5.90812 20.75 1.375 16.3848 1.375 11C1.375 5.61522 5.90812 1.25 11.5 1.25C17.0919 1.25 21.625 5.61522 21.625 11Z"
|
|
1026
|
+
fill={
|
|
1027
|
+
{
|
|
1028
|
+
"payload": 4278190080,
|
|
1029
|
+
"type": 0,
|
|
1030
|
+
}
|
|
1031
|
+
}
|
|
990
1032
|
propList={
|
|
991
1033
|
[
|
|
992
1034
|
"stroke",
|
|
@@ -1047,6 +1089,12 @@ exports[`test icons render an outlined cloud-download icon in a grey color with
|
|
|
1047
1089
|
>
|
|
1048
1090
|
<RNSVGPath
|
|
1049
1091
|
d="M5.875 17C3.38972 17 1.375 14.9853 1.375 12.5C1.375 10.3546 2.87639 8.5598 4.8858 8.10907C4.7969 7.71194 4.75 7.29895 4.75 6.875C4.75 3.7684 7.2684 1.25 10.375 1.25C13.0967 1.25 15.3669 3.18303 15.8877 5.7511C15.925 5.75037 15.9625 5.75 16 5.75C19.1066 5.75 21.625 8.2684 21.625 11.375C21.625 14.0963 19.6925 16.3663 17.125 16.8875M8.125 20.375L11.5 23.75M11.5 23.75L14.875 20.375M11.5 23.75V10.25"
|
|
1092
|
+
fill={
|
|
1093
|
+
{
|
|
1094
|
+
"payload": 4278190080,
|
|
1095
|
+
"type": 0,
|
|
1096
|
+
}
|
|
1097
|
+
}
|
|
1050
1098
|
propList={
|
|
1051
1099
|
[
|
|
1052
1100
|
"stroke",
|
|
@@ -1107,6 +1155,12 @@ exports[`test icons render an outlined currency-euro icon in a red color 1`] = `
|
|
|
1107
1155
|
>
|
|
1108
1156
|
<RNSVGPath
|
|
1109
1157
|
d="M13.2981 15.4775C12.0289 17.6742 9.97111 17.6742 8.7019 15.4775C7.4327 13.2808 7.4327 9.71922 8.7019 7.52252C9.97111 5.32583 12.0289 5.32583 13.2981 7.52252M6.66667 9.8125H11M6.66667 13.1875H11M20.75 11.5C20.75 17.0919 16.3848 21.625 11 21.625C5.61522 21.625 1.25 17.0919 1.25 11.5C1.25 5.90812 5.61522 1.375 11 1.375C16.3848 1.375 20.75 5.90812 20.75 11.5Z"
|
|
1158
|
+
fill={
|
|
1159
|
+
{
|
|
1160
|
+
"payload": 4278190080,
|
|
1161
|
+
"type": 0,
|
|
1162
|
+
}
|
|
1163
|
+
}
|
|
1110
1164
|
propList={
|
|
1111
1165
|
[
|
|
1112
1166
|
"stroke",
|
|
@@ -1167,6 +1221,12 @@ exports[`test icons render an outlined exclamation icon in a blue color 1`] = `
|
|
|
1167
1221
|
>
|
|
1168
1222
|
<RNSVGPath
|
|
1169
1223
|
d="M11.5 8.125V10.375M11.5 14.875H11.5113M3.70581 19.375H19.2943C21.0263 19.375 22.1088 17.5 21.2428 16L13.4486 2.5C12.5826 1 10.4175 1 9.55148 2.5L1.75725 16C0.891228 17.5 1.97376 19.375 3.70581 19.375Z"
|
|
1224
|
+
fill={
|
|
1225
|
+
{
|
|
1226
|
+
"payload": 4278190080,
|
|
1227
|
+
"type": 0,
|
|
1228
|
+
}
|
|
1229
|
+
}
|
|
1170
1230
|
propList={
|
|
1171
1231
|
[
|
|
1172
1232
|
"stroke",
|
|
@@ -1227,6 +1287,12 @@ exports[`test icons render an outlined exclamation-circle icon in a pink color 1
|
|
|
1227
1287
|
>
|
|
1228
1288
|
<RNSVGPath
|
|
1229
1289
|
d="M11 7V11.5M11 16H11.0108M20.75 11.5C20.75 17.0919 16.3848 21.625 11 21.625C5.61522 21.625 1.25 17.0919 1.25 11.5C1.25 5.90812 5.61522 1.375 11 1.375C16.3848 1.375 20.75 5.90812 20.75 11.5Z"
|
|
1290
|
+
fill={
|
|
1291
|
+
{
|
|
1292
|
+
"payload": 4278190080,
|
|
1293
|
+
"type": 0,
|
|
1294
|
+
}
|
|
1295
|
+
}
|
|
1230
1296
|
propList={
|
|
1231
1297
|
[
|
|
1232
1298
|
"stroke",
|
|
@@ -1287,6 +1353,12 @@ exports[`test icons render an outlined eye icon in a purple color 1`] = `
|
|
|
1287
1353
|
>
|
|
1288
1354
|
<RNSVGPath
|
|
1289
1355
|
d="M15.875 9.5C15.875 11.364 14.3639 12.875 12.5 12.875C10.636 12.875 9.12497 11.364 9.12497 9.5C9.12497 7.63604 10.636 6.125 12.5 6.125C14.3639 6.125 15.875 7.63604 15.875 9.5Z"
|
|
1356
|
+
fill={
|
|
1357
|
+
{
|
|
1358
|
+
"payload": 4278190080,
|
|
1359
|
+
"type": 0,
|
|
1360
|
+
}
|
|
1361
|
+
}
|
|
1290
1362
|
propList={
|
|
1291
1363
|
[
|
|
1292
1364
|
"stroke",
|
|
@@ -1307,6 +1379,12 @@ exports[`test icons render an outlined eye icon in a purple color 1`] = `
|
|
|
1307
1379
|
/>
|
|
1308
1380
|
<RNSVGPath
|
|
1309
1381
|
d="M1.7655 9.49996C3.19906 4.93574 7.46313 1.625 12.5005 1.625C17.5378 1.625 21.8019 4.93578 23.2354 9.50004C21.8019 14.0643 17.5378 17.375 12.5005 17.375C7.46313 17.375 3.19904 14.0642 1.7655 9.49996Z"
|
|
1382
|
+
fill={
|
|
1383
|
+
{
|
|
1384
|
+
"payload": 4278190080,
|
|
1385
|
+
"type": 0,
|
|
1386
|
+
}
|
|
1387
|
+
}
|
|
1310
1388
|
propList={
|
|
1311
1389
|
[
|
|
1312
1390
|
"stroke",
|
|
@@ -1367,6 +1445,12 @@ exports[`test icons render an outlined filter icon in the main color 1`] = `
|
|
|
1367
1445
|
>
|
|
1368
1446
|
<RNSVGPath
|
|
1369
1447
|
d="M1.25 2.25C1.25 1.69772 1.69772 1.25 2.25 1.25H19.75C20.3023 1.25 20.75 1.69772 20.75 2.25V5.16912C20.75 5.43434 20.6446 5.68869 20.4571 5.87623L13.4596 12.8738C13.272 13.0613 13.1667 13.3157 13.1667 13.5809V16.4167L8.83333 20.75V13.5809C8.83333 13.3157 8.72798 13.0613 8.54044 12.8738L1.54289 5.87623C1.35536 5.68869 1.25 5.43434 1.25 5.16912V2.25Z"
|
|
1448
|
+
fill={
|
|
1449
|
+
{
|
|
1450
|
+
"payload": 4278190080,
|
|
1451
|
+
"type": 0,
|
|
1452
|
+
}
|
|
1453
|
+
}
|
|
1370
1454
|
propList={
|
|
1371
1455
|
[
|
|
1372
1456
|
"stroke",
|
|
@@ -1427,6 +1511,12 @@ exports[`test icons render an outlined information-circle icon in the main color
|
|
|
1427
1511
|
>
|
|
1428
1512
|
<RNSVGPath
|
|
1429
1513
|
d="M12.0833 15.3333H11V11H9.91667M11 6.66667H11.0108M20.75 11C20.75 16.3848 16.3848 20.75 11 20.75C5.61522 20.75 1.25 16.3848 1.25 11C1.25 5.61522 5.61522 1.25 11 1.25C16.3848 1.25 20.75 5.61522 20.75 11Z"
|
|
1514
|
+
fill={
|
|
1515
|
+
{
|
|
1516
|
+
"payload": 4278190080,
|
|
1517
|
+
"type": 0,
|
|
1518
|
+
}
|
|
1519
|
+
}
|
|
1430
1520
|
propList={
|
|
1431
1521
|
[
|
|
1432
1522
|
"stroke",
|
|
@@ -1486,16 +1576,6 @@ exports[`test icons render an outlined logout icon in a red color 1`] = `
|
|
|
1486
1576
|
>
|
|
1487
1577
|
<RNSVGGroup
|
|
1488
1578
|
fill={null}
|
|
1489
|
-
matrix={
|
|
1490
|
-
[
|
|
1491
|
-
1,
|
|
1492
|
-
0,
|
|
1493
|
-
0,
|
|
1494
|
-
1,
|
|
1495
|
-
0,
|
|
1496
|
-
0,
|
|
1497
|
-
]
|
|
1498
|
-
}
|
|
1499
1579
|
propList={
|
|
1500
1580
|
[
|
|
1501
1581
|
"fill",
|
|
@@ -1504,6 +1584,12 @@ exports[`test icons render an outlined logout icon in a red color 1`] = `
|
|
|
1504
1584
|
>
|
|
1505
1585
|
<RNSVGPath
|
|
1506
1586
|
d="M9.91667 15L5.58333 10.5M5.58333 10.5L9.91667 6M5.58333 10.5L20.75 10.5M15.3333 15V16.125C15.3333 17.989 13.8783 19.5 12.0833 19.5H4.5C2.70507 19.5 1.25 17.989 1.25 16.125V4.875C1.25 3.01104 2.70507 1.5 4.5 1.5H12.0833C13.8783 1.5 15.3333 3.01104 15.3333 4.875V6"
|
|
1587
|
+
fill={
|
|
1588
|
+
{
|
|
1589
|
+
"payload": 4278190080,
|
|
1590
|
+
"type": 0,
|
|
1591
|
+
}
|
|
1592
|
+
}
|
|
1507
1593
|
propList={
|
|
1508
1594
|
[
|
|
1509
1595
|
"stroke",
|
|
@@ -1564,6 +1650,12 @@ exports[`test icons render an outlined mail icon in a brown color 1`] = `
|
|
|
1564
1650
|
>
|
|
1565
1651
|
<RNSVGPath
|
|
1566
1652
|
d="M1.375 5L10.2519 10.9179C11.0077 11.4218 11.9923 11.4218 12.7481 10.9179L21.625 5M3.625 17.375H19.375C20.6176 17.375 21.625 16.3676 21.625 15.125V3.875C21.625 2.63236 20.6176 1.625 19.375 1.625H3.625C2.38236 1.625 1.375 2.63236 1.375 3.875V15.125C1.375 16.3676 2.38236 17.375 3.625 17.375Z"
|
|
1653
|
+
fill={
|
|
1654
|
+
{
|
|
1655
|
+
"payload": 4278190080,
|
|
1656
|
+
"type": 0,
|
|
1657
|
+
}
|
|
1658
|
+
}
|
|
1567
1659
|
propList={
|
|
1568
1660
|
[
|
|
1569
1661
|
"stroke",
|
|
@@ -1624,6 +1716,12 @@ exports[`test icons render an outlined mail-open icon in a grey color 1`] = `
|
|
|
1624
1716
|
>
|
|
1625
1717
|
<RNSVGPath
|
|
1626
1718
|
d="M1.375 18.5833V8.90954C1.375 8.18511 1.75098 7.50861 2.37692 7.10676L10.2519 2.05121C11.0077 1.56602 11.9923 1.56602 12.7481 2.05121L20.6231 7.10676C21.249 7.50861 21.625 8.18511 21.625 8.90954V18.5833M1.375 18.5833C1.375 19.7799 2.38236 20.75 3.625 20.75H19.375C20.6176 20.75 21.625 19.7799 21.625 18.5833M1.375 18.5833L8.96875 13.7083M21.625 18.5833L14.0312 13.7083M1.375 8.83331L8.96875 13.7083M21.625 8.83331L14.0312 13.7083M14.0312 13.7083L12.7481 14.5321C11.9923 15.0173 11.0077 15.0173 10.2519 14.5321L8.96875 13.7083"
|
|
1719
|
+
fill={
|
|
1720
|
+
{
|
|
1721
|
+
"payload": 4278190080,
|
|
1722
|
+
"type": 0,
|
|
1723
|
+
}
|
|
1724
|
+
}
|
|
1627
1725
|
propList={
|
|
1628
1726
|
[
|
|
1629
1727
|
"stroke",
|
|
@@ -1684,6 +1782,12 @@ exports[`test icons render an outlined menu icon in the main color 1`] = `
|
|
|
1684
1782
|
>
|
|
1685
1783
|
<RNSVGPath
|
|
1686
1784
|
d="M1.5 1.75H19.5M1.5 8.5H19.5M1.5 15.25H19.5"
|
|
1785
|
+
fill={
|
|
1786
|
+
{
|
|
1787
|
+
"payload": 4278190080,
|
|
1788
|
+
"type": 0,
|
|
1789
|
+
}
|
|
1790
|
+
}
|
|
1687
1791
|
propList={
|
|
1688
1792
|
[
|
|
1689
1793
|
"stroke",
|
|
@@ -1744,6 +1848,12 @@ exports[`test icons render an outlined minus-sm icon in the main color 1`] = `
|
|
|
1744
1848
|
>
|
|
1745
1849
|
<RNSVGPath
|
|
1746
1850
|
d="M14.5 1.5H1.5"
|
|
1851
|
+
fill={
|
|
1852
|
+
{
|
|
1853
|
+
"payload": 4278190080,
|
|
1854
|
+
"type": 0,
|
|
1855
|
+
}
|
|
1856
|
+
}
|
|
1747
1857
|
propList={
|
|
1748
1858
|
[
|
|
1749
1859
|
"stroke",
|
|
@@ -1804,6 +1914,12 @@ exports[`test icons render an outlined office-building icon in a green color 1`]
|
|
|
1804
1914
|
>
|
|
1805
1915
|
<RNSVGPath
|
|
1806
1916
|
d="M19.375 21.625V3.625C19.375 2.38236 18.3676 1.375 17.125 1.375H5.875C4.63236 1.375 3.625 2.38236 3.625 3.625V21.625M19.375 21.625L21.625 21.625M19.375 21.625H13.75M3.625 21.625L1.375 21.625M3.625 21.625H9.25M8.125 5.87497H9.25M8.125 10.375H9.25M13.75 5.87497H14.875M13.75 10.375H14.875M9.25 21.625V16C9.25 15.3787 9.75368 14.875 10.375 14.875H12.625C13.2463 14.875 13.75 15.3787 13.75 16V21.625M9.25 21.625H13.75"
|
|
1917
|
+
fill={
|
|
1918
|
+
{
|
|
1919
|
+
"payload": 4278190080,
|
|
1920
|
+
"type": 0,
|
|
1921
|
+
}
|
|
1922
|
+
}
|
|
1807
1923
|
propList={
|
|
1808
1924
|
[
|
|
1809
1925
|
"stroke",
|
|
@@ -1863,16 +1979,6 @@ exports[`test icons render an outlined paper-airplane icon in a white color 1`]
|
|
|
1863
1979
|
>
|
|
1864
1980
|
<RNSVGGroup
|
|
1865
1981
|
fill={null}
|
|
1866
|
-
matrix={
|
|
1867
|
-
[
|
|
1868
|
-
1,
|
|
1869
|
-
0,
|
|
1870
|
-
0,
|
|
1871
|
-
1,
|
|
1872
|
-
0,
|
|
1873
|
-
0,
|
|
1874
|
-
]
|
|
1875
|
-
}
|
|
1876
1982
|
propList={
|
|
1877
1983
|
[
|
|
1878
1984
|
"fill",
|
|
@@ -1881,6 +1987,12 @@ exports[`test icons render an outlined paper-airplane icon in a white color 1`]
|
|
|
1881
1987
|
>
|
|
1882
1988
|
<RNSVGPath
|
|
1883
1989
|
d="M11.5 18.5833L21.625 20.75L11.5 1.25L1.375 20.75L11.5 18.5833ZM11.5 18.5833V9.91667"
|
|
1990
|
+
fill={
|
|
1991
|
+
{
|
|
1992
|
+
"payload": 4278190080,
|
|
1993
|
+
"type": 0,
|
|
1994
|
+
}
|
|
1995
|
+
}
|
|
1884
1996
|
propList={
|
|
1885
1997
|
[
|
|
1886
1998
|
"stroke",
|
|
@@ -1941,6 +2053,12 @@ exports[`test icons render an outlined paperclip icon in the main color 1`] = `
|
|
|
1941
2053
|
>
|
|
1942
2054
|
<RNSVGPath
|
|
1943
2055
|
d="M13.4359 5.58333L6.30125 12.7179C5.45511 13.5641 5.45511 14.9359 6.30125 15.7821C7.14739 16.6282 8.51924 16.6282 9.36538 15.7821L16.3141 8.64746C18.0064 6.95519 18.0064 4.21148 16.3141 2.5192C14.6218 0.826932 11.8781 0.826932 10.1859 2.5192L3.23712 9.65381C0.698711 12.1922 0.698711 16.3078 3.23712 18.8462C5.77553 21.3846 9.8911 21.3846 12.4295 18.8462L19.2083 12.0833"
|
|
2056
|
+
fill={
|
|
2057
|
+
{
|
|
2058
|
+
"payload": 4278190080,
|
|
2059
|
+
"type": 0,
|
|
2060
|
+
}
|
|
2061
|
+
}
|
|
1944
2062
|
propList={
|
|
1945
2063
|
[
|
|
1946
2064
|
"stroke",
|
|
@@ -2001,6 +2119,12 @@ exports[`test icons render an outlined pencil icon in the main color 1`] = `
|
|
|
2001
2119
|
>
|
|
2002
2120
|
<RNSVGPath
|
|
2003
2121
|
d="M15.1363 3.88626L19.1137 7.86374M16.8238 2.19876C17.9221 1.10041 19.7029 1.10041 20.8012 2.19876C21.8996 3.29711 21.8996 5.07789 20.8012 6.17624L5.31256 21.6649H1.37506V17.6475L16.8238 2.19876Z"
|
|
2122
|
+
fill={
|
|
2123
|
+
{
|
|
2124
|
+
"payload": 4278190080,
|
|
2125
|
+
"type": 0,
|
|
2126
|
+
}
|
|
2127
|
+
}
|
|
2004
2128
|
propList={
|
|
2005
2129
|
[
|
|
2006
2130
|
"stroke",
|
|
@@ -2061,6 +2185,12 @@ exports[`test icons render an outlined phone icon in the main color 1`] = `
|
|
|
2061
2185
|
>
|
|
2062
2186
|
<RNSVGPath
|
|
2063
2187
|
d="M1.375 3.41667C1.375 2.22005 2.38236 1.25 3.625 1.25H7.31415C7.79838 1.25 8.22829 1.54838 8.38141 1.99075L10.0665 6.85865C10.2435 7.3701 10.0031 7.92909 9.5023 8.17019L6.96288 9.39287C8.20291 12.0413 10.4186 14.175 13.1689 15.3691L14.4387 12.9237C14.689 12.4415 15.2695 12.21 15.8006 12.3805L20.8558 14.0031C21.3151 14.1505 21.625 14.5645 21.625 15.0308V18.5833C21.625 19.7799 20.6176 20.75 19.375 20.75H18.25C8.93019 20.75 1.375 13.4746 1.375 4.5V3.41667Z"
|
|
2188
|
+
fill={
|
|
2189
|
+
{
|
|
2190
|
+
"payload": 4278190080,
|
|
2191
|
+
"type": 0,
|
|
2192
|
+
}
|
|
2193
|
+
}
|
|
2064
2194
|
propList={
|
|
2065
2195
|
[
|
|
2066
2196
|
"stroke",
|
|
@@ -2121,6 +2251,12 @@ exports[`test icons render an outlined plus icon in a grey color 1`] = `
|
|
|
2121
2251
|
>
|
|
2122
2252
|
<RNSVGPath
|
|
2123
2253
|
d="M10.5 1.5V19.5M19.5 10.5L1.5 10.5"
|
|
2254
|
+
fill={
|
|
2255
|
+
{
|
|
2256
|
+
"payload": 4278190080,
|
|
2257
|
+
"type": 0,
|
|
2258
|
+
}
|
|
2259
|
+
}
|
|
2124
2260
|
propList={
|
|
2125
2261
|
[
|
|
2126
2262
|
"stroke",
|
|
@@ -2181,6 +2317,12 @@ exports[`test icons render an outlined plus-sm icon in a red color 1`] = `
|
|
|
2181
2317
|
>
|
|
2182
2318
|
<RNSVGPath
|
|
2183
2319
|
d="M8.5 1.75V8.5M8.5 8.5V15.25M8.5 8.5H15.25M8.5 8.5L1.75 8.5"
|
|
2320
|
+
fill={
|
|
2321
|
+
{
|
|
2322
|
+
"payload": 4278190080,
|
|
2323
|
+
"type": 0,
|
|
2324
|
+
}
|
|
2325
|
+
}
|
|
2184
2326
|
propList={
|
|
2185
2327
|
[
|
|
2186
2328
|
"stroke",
|
|
@@ -2295,6 +2437,12 @@ exports[`test icons render an outlined refresh icon in a purple color 1`] = `
|
|
|
2295
2437
|
>
|
|
2296
2438
|
<RNSVGPath
|
|
2297
2439
|
d="M1.33337 1.5V7.125H1.96335M18.5997 9.375C18.0665 4.9354 14.4196 1.5 10 1.5C6.36288 1.5 3.24902 3.82669 1.96335 7.125M1.96335 7.125H6.75004M18.6667 19.5V13.875H18.0367M18.0367 13.875C16.7511 17.1733 13.6372 19.5 10 19.5C5.58045 19.5 1.93353 16.0646 1.40043 11.625M18.0367 13.875H13.25"
|
|
2440
|
+
fill={
|
|
2441
|
+
{
|
|
2442
|
+
"payload": 4278190080,
|
|
2443
|
+
"type": 0,
|
|
2444
|
+
}
|
|
2445
|
+
}
|
|
2298
2446
|
propList={
|
|
2299
2447
|
[
|
|
2300
2448
|
"stroke",
|
|
@@ -2355,6 +2503,12 @@ exports[`test icons render an outlined search icon in a white color 1`] = `
|
|
|
2355
2503
|
>
|
|
2356
2504
|
<RNSVGPath
|
|
2357
2505
|
d="M21.625 21.625L14.875 14.875M17.125 9.25C17.125 13.5992 13.5992 17.125 9.25 17.125C4.90076 17.125 1.375 13.5992 1.375 9.25C1.375 4.90076 4.90076 1.375 9.25 1.375C13.5992 1.375 17.125 4.90076 17.125 9.25Z"
|
|
2506
|
+
fill={
|
|
2507
|
+
{
|
|
2508
|
+
"payload": 4278190080,
|
|
2509
|
+
"type": 0,
|
|
2510
|
+
}
|
|
2511
|
+
}
|
|
2358
2512
|
propList={
|
|
2359
2513
|
[
|
|
2360
2514
|
"stroke",
|
|
@@ -2415,6 +2569,12 @@ exports[`test icons render an outlined selector icon in the main color 1`] = `
|
|
|
2415
2569
|
>
|
|
2416
2570
|
<RNSVGPath
|
|
2417
2571
|
d="M1.66663 6.125L5.99996 1.625L10.3333 6.125M10.3333 12.875L5.99996 17.375L1.66663 12.875"
|
|
2572
|
+
fill={
|
|
2573
|
+
{
|
|
2574
|
+
"payload": 4278190080,
|
|
2575
|
+
"type": 0,
|
|
2576
|
+
}
|
|
2577
|
+
}
|
|
2418
2578
|
propList={
|
|
2419
2579
|
[
|
|
2420
2580
|
"stroke",
|
|
@@ -2475,6 +2635,12 @@ exports[`test icons render an outlined sm-view-grid-add icon in a yellow color 1
|
|
|
2475
2635
|
>
|
|
2476
2636
|
<RNSVGPath
|
|
2477
2637
|
d="M15.4166 12.1667V18.6667M12.1666 15.4167H18.6666M3.49998 7.83337H5.66665C6.86326 7.83337 7.83331 6.86332 7.83331 5.66671V3.50004C7.83331 2.30342 6.86326 1.33337 5.66665 1.33337H3.49998C2.30336 1.33337 1.33331 2.30342 1.33331 3.50004V5.66671C1.33331 6.86332 2.30336 7.83337 3.49998 7.83337ZM14.3333 7.83337H16.5C17.6966 7.83337 18.6666 6.86332 18.6666 5.66671V3.50004C18.6666 2.30342 17.6966 1.33337 16.5 1.33337H14.3333C13.1367 1.33337 12.1666 2.30342 12.1666 3.50004V5.66671C12.1666 6.86332 13.1367 7.83337 14.3333 7.83337ZM3.49998 18.6667H5.66665C6.86326 18.6667 7.83331 17.6967 7.83331 16.5V14.3334C7.83331 13.1368 6.86326 12.1667 5.66665 12.1667H3.49998C2.30336 12.1667 1.33331 13.1368 1.33331 14.3334V16.5C1.33331 17.6967 2.30336 18.6667 3.49998 18.6667Z"
|
|
2638
|
+
fill={
|
|
2639
|
+
{
|
|
2640
|
+
"payload": 4278190080,
|
|
2641
|
+
"type": 0,
|
|
2642
|
+
}
|
|
2643
|
+
}
|
|
2478
2644
|
propList={
|
|
2479
2645
|
[
|
|
2480
2646
|
"stroke",
|
|
@@ -2535,6 +2701,12 @@ exports[`test icons render an outlined status-online icon in an orange color 1`]
|
|
|
2535
2701
|
>
|
|
2536
2702
|
<RNSVGPath
|
|
2537
2703
|
d="M4.34054 15.6595C0.386485 11.7054 0.386485 5.29464 4.34054 1.34058M18.6595 1.34058C22.6135 5.29464 22.6135 11.7054 18.6595 15.6595M7.52252 12.4775C5.32582 10.2808 5.32582 6.71926 7.52252 4.52256M15.4775 4.52256C17.6742 6.71926 17.6742 10.2808 15.4775 12.4775M12.625 8.50003C12.625 9.12135 12.1213 9.62503 11.5 9.62503C10.8787 9.62503 10.375 9.12135 10.375 8.50003C10.375 7.87871 10.8787 7.37503 11.5 7.37503C12.1213 7.37503 12.625 7.87871 12.625 8.50003Z"
|
|
2704
|
+
fill={
|
|
2705
|
+
{
|
|
2706
|
+
"payload": 4278190080,
|
|
2707
|
+
"type": 0,
|
|
2708
|
+
}
|
|
2709
|
+
}
|
|
2538
2710
|
propList={
|
|
2539
2711
|
[
|
|
2540
2712
|
"stroke",
|
|
@@ -2595,6 +2767,12 @@ exports[`test icons render an outlined thumb-up icon in a blue color 1`] = `
|
|
|
2595
2767
|
>
|
|
2596
2768
|
<RNSVGPath
|
|
2597
2769
|
d="M13.75 9.25H19.1094C20.782 9.25 21.8699 11.0102 21.1219 12.5062L17.1844 20.3812C16.8033 21.1435 16.0242 21.625 15.1719 21.625H10.652C10.468 21.625 10.2848 21.6024 10.1063 21.5578L5.875 20.5M13.75 9.25V3.625C13.75 2.38236 12.7426 1.375 11.5 1.375H11.3926C10.8306 1.375 10.375 1.83059 10.375 2.39259C10.375 3.19618 10.1371 3.9818 9.69138 4.65043L5.875 10.375V20.5M13.75 9.25H11.5M5.875 20.5H3.625C2.38236 20.5 1.375 19.4926 1.375 18.25V11.5C1.375 10.2574 2.38236 9.25 3.625 9.25H6.4375"
|
|
2770
|
+
fill={
|
|
2771
|
+
{
|
|
2772
|
+
"payload": 4278190080,
|
|
2773
|
+
"type": 0,
|
|
2774
|
+
}
|
|
2775
|
+
}
|
|
2598
2776
|
propList={
|
|
2599
2777
|
[
|
|
2600
2778
|
"stroke",
|
|
@@ -2655,6 +2833,12 @@ exports[`test icons render an outlined trash icon in a red color 1`] = `
|
|
|
2655
2833
|
>
|
|
2656
2834
|
<RNSVGPath
|
|
2657
2835
|
d="M18.375 5.58333L17.3993 18.7377C17.3152 19.8715 16.3354 20.75 15.155 20.75H5.84502C4.66458 20.75 3.68484 19.8715 3.60074 18.7377L2.625 5.58333M8.25 9.91667V16.4167M12.75 9.91667V16.4167M13.875 5.58333V2.33333C13.875 1.73502 13.3713 1.25 12.75 1.25H8.25C7.62868 1.25 7.125 1.73502 7.125 2.33333V5.58333M1.5 5.58333H19.5"
|
|
2836
|
+
fill={
|
|
2837
|
+
{
|
|
2838
|
+
"payload": 4278190080,
|
|
2839
|
+
"type": 0,
|
|
2840
|
+
}
|
|
2841
|
+
}
|
|
2658
2842
|
propList={
|
|
2659
2843
|
[
|
|
2660
2844
|
"stroke",
|
|
@@ -2715,6 +2899,12 @@ exports[`test icons render an outlined user icon in the main color 1`] = `
|
|
|
2715
2899
|
>
|
|
2716
2900
|
<RNSVGPath
|
|
2717
2901
|
d="M14 5.875C14 8.36028 11.9853 10.375 9.5 10.375C7.01472 10.375 5 8.36028 5 5.875C5 3.38972 7.01472 1.375 9.5 1.375C11.9853 1.375 14 3.38972 14 5.875Z"
|
|
2902
|
+
fill={
|
|
2903
|
+
{
|
|
2904
|
+
"payload": 4278190080,
|
|
2905
|
+
"type": 0,
|
|
2906
|
+
}
|
|
2907
|
+
}
|
|
2718
2908
|
propList={
|
|
2719
2909
|
[
|
|
2720
2910
|
"stroke",
|
|
@@ -2735,6 +2925,12 @@ exports[`test icons render an outlined user icon in the main color 1`] = `
|
|
|
2735
2925
|
/>
|
|
2736
2926
|
<RNSVGPath
|
|
2737
2927
|
d="M9.5 13.75C5.15076 13.75 1.625 17.2758 1.625 21.625H17.375C17.375 17.2758 13.8492 13.75 9.5 13.75Z"
|
|
2928
|
+
fill={
|
|
2929
|
+
{
|
|
2930
|
+
"payload": 4278190080,
|
|
2931
|
+
"type": 0,
|
|
2932
|
+
}
|
|
2933
|
+
}
|
|
2738
2934
|
propList={
|
|
2739
2935
|
[
|
|
2740
2936
|
"stroke",
|
|
@@ -2795,6 +2991,12 @@ exports[`test icons render an outlined user-group icon in a grey color 1`] = `
|
|
|
2795
2991
|
>
|
|
2796
2992
|
<RNSVGPath
|
|
2797
2993
|
d="M18.125 19.5H23.75V17.25C23.75 15.386 22.239 13.875 20.375 13.875C19.2999 13.875 18.3423 14.3776 17.7242 15.1608M18.125 19.5H6.875M18.125 19.5V17.25C18.125 16.5117 17.9828 15.8067 17.7242 15.1608M6.875 19.5H1.25V17.25C1.25 15.386 2.76104 13.875 4.625 13.875C5.70006 13.875 6.65772 14.3776 7.27578 15.1608M6.875 19.5V17.25C6.875 16.5117 7.01723 15.8067 7.27578 15.1608M7.27578 15.1608C8.10519 13.0887 10.1317 11.625 12.5 11.625C14.8683 11.625 16.8948 13.0887 17.7242 15.1608M15.875 4.875C15.875 6.73896 14.364 8.25 12.5 8.25C10.636 8.25 9.125 6.73896 9.125 4.875C9.125 3.01104 10.636 1.5 12.5 1.5C14.364 1.5 15.875 3.01104 15.875 4.875ZM22.625 8.25C22.625 9.49264 21.6176 10.5 20.375 10.5C19.1324 10.5 18.125 9.49264 18.125 8.25C18.125 7.00736 19.1324 6 20.375 6C21.6176 6 22.625 7.00736 22.625 8.25ZM6.875 8.25C6.875 9.49264 5.86764 10.5 4.625 10.5C3.38236 10.5 2.375 9.49264 2.375 8.25C2.375 7.00736 3.38236 6 4.625 6C5.86764 6 6.875 7.00736 6.875 8.25Z"
|
|
2994
|
+
fill={
|
|
2995
|
+
{
|
|
2996
|
+
"payload": 4278190080,
|
|
2997
|
+
"type": 0,
|
|
2998
|
+
}
|
|
2999
|
+
}
|
|
2798
3000
|
propList={
|
|
2799
3001
|
[
|
|
2800
3002
|
"stroke",
|
|
@@ -2855,6 +3057,12 @@ exports[`test icons render an outlined users icon in a white color 1`] = `
|
|
|
2855
3057
|
>
|
|
2856
3058
|
<RNSVGPath
|
|
2857
3059
|
d="M13 2.80557C13.9773 1.69834 15.4071 1 17 1C19.9455 1 22.3333 3.38781 22.3333 6.33333C22.3333 9.27885 19.9455 11.6667 17 11.6667C15.4071 11.6667 13.9773 10.9683 13 9.8611M17 25H1V23.6667C1 19.2484 4.58172 15.6667 9 15.6667C13.4183 15.6667 17 19.2484 17 23.6667V25ZM17 25H25V23.6667C25 19.2484 21.4183 15.6667 17 15.6667C15.5429 15.6667 14.1767 16.0562 13 16.7369M14.3333 6.33333C14.3333 9.27885 11.9455 11.6667 9 11.6667C6.05448 11.6667 3.66667 9.27885 3.66667 6.33333C3.66667 3.38781 6.05448 1 9 1C11.9455 1 14.3333 3.38781 14.3333 6.33333Z"
|
|
3060
|
+
fill={
|
|
3061
|
+
{
|
|
3062
|
+
"payload": 4278190080,
|
|
3063
|
+
"type": 0,
|
|
3064
|
+
}
|
|
3065
|
+
}
|
|
2858
3066
|
propList={
|
|
2859
3067
|
[
|
|
2860
3068
|
"stroke",
|
|
@@ -2915,6 +3123,12 @@ exports[`test icons render an outlined xmark icon in the main color 1`] = `
|
|
|
2915
3123
|
>
|
|
2916
3124
|
<RNSVGPath
|
|
2917
3125
|
d="M1.75 15.25L15.25 1.75M1.75 1.75L15.25 15.25"
|
|
3126
|
+
fill={
|
|
3127
|
+
{
|
|
3128
|
+
"payload": 4278190080,
|
|
3129
|
+
"type": 0,
|
|
3130
|
+
}
|
|
3131
|
+
}
|
|
2918
3132
|
propList={
|
|
2919
3133
|
[
|
|
2920
3134
|
"stroke",
|
package/src/icons/index.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { IconInterface } from '../interfaces/icon.interface';
|
|
3
|
-
export declare const Icon: ({ style, name, size, color }: IconInterface) =>
|
|
3
|
+
export declare const Icon: ({ style, name, size, color }: IconInterface) => React.JSX.Element;
|