@narmi/design_system 3.50.3 → 3.51.1
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/dist/icons/fonts/icomoon.svg +1 -0
- package/dist/icons/fonts/icomoon.ttf +0 -0
- package/dist/icons/fonts/icomoon.woff +0 -0
- package/dist/icons/selection.json +8280 -1
- package/dist/icons/style.css +49 -46
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/style.css +52 -49
- package/dist/style.css.map +1 -1
- package/dist/tokens/css/rgbColors.css +1 -1
- package/dist/tokens/css/tokens.css +1 -1
- package/dist/tokens/js/colors.js +1 -1
- package/dist/tokens/js/manifest.js +1 -1
- package/dist/tokens/js/reactNativeWeb.js +1 -1
- package/package.json +1 -1
- package/dist/icons/fonts/icomoon.woff2 +0 -0
package/dist/icons/style.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: "icomoon";
|
|
3
|
-
src: url("fonts/icomoon.woff?
|
|
3
|
+
src: url("fonts/icomoon.woff?xck7wd") format("woff");
|
|
4
4
|
font-weight: normal;
|
|
5
5
|
font-style: normal;
|
|
6
6
|
font-display: block;
|
|
@@ -22,51 +22,8 @@
|
|
|
22
22
|
-moz-osx-font-smoothing: grayscale;
|
|
23
23
|
}
|
|
24
24
|
|
|
25
|
-
.narmi-icon-
|
|
26
|
-
content: "\
|
|
27
|
-
}
|
|
28
|
-
.narmi-icon-loan:before {
|
|
29
|
-
content: "\ea4b";
|
|
30
|
-
}
|
|
31
|
-
.narmi-icon-logo-remitly:before {
|
|
32
|
-
content: "\ea3e";
|
|
33
|
-
}
|
|
34
|
-
.narmi-icon-zelle-outline:before {
|
|
35
|
-
content: "\ea3d";
|
|
36
|
-
}
|
|
37
|
-
.narmi-icon-question:before {
|
|
38
|
-
content: "\ea36";
|
|
39
|
-
}
|
|
40
|
-
.narmi-icon-signal:before {
|
|
41
|
-
content: "\ea37";
|
|
42
|
-
}
|
|
43
|
-
.narmi-icon-car:before {
|
|
44
|
-
content: "\ea38";
|
|
45
|
-
}
|
|
46
|
-
.narmi-icon-check-front:before {
|
|
47
|
-
content: "\e906";
|
|
48
|
-
}
|
|
49
|
-
.narmi-icon-dollar-bill-line:before {
|
|
50
|
-
content: "\ea32";
|
|
51
|
-
}
|
|
52
|
-
.narmi-icon-wires:before {
|
|
53
|
-
content: "\ea33";
|
|
54
|
-
}
|
|
55
|
-
.narmi-icon-m2m:before {
|
|
56
|
-
content: "\ea34";
|
|
57
|
-
}
|
|
58
|
-
.narmi-icon-venmo-logo:before {
|
|
59
|
-
content: "\e90b";
|
|
60
|
-
color: #3d95ce;
|
|
61
|
-
}
|
|
62
|
-
.narmi-icon-face-id:before {
|
|
63
|
-
content: "\e909";
|
|
64
|
-
}
|
|
65
|
-
.narmi-icon-library:before {
|
|
66
|
-
content: "\e921";
|
|
67
|
-
}
|
|
68
|
-
.narmi-icon-profile:before {
|
|
69
|
-
content: "\e923";
|
|
25
|
+
.narmi-icon-plane:before {
|
|
26
|
+
content: "\ea4d";
|
|
70
27
|
}
|
|
71
28
|
.narmi-icon-filter-2:before {
|
|
72
29
|
content: "\ea4a";
|
|
@@ -1029,6 +986,52 @@
|
|
|
1029
986
|
.narmi-icon-credit-card:before {
|
|
1030
987
|
content: "\e93f";
|
|
1031
988
|
}
|
|
989
|
+
.narmi-icon-bank:before {
|
|
990
|
+
content: "\ea4c";
|
|
991
|
+
}
|
|
992
|
+
.narmi-icon-loan:before {
|
|
993
|
+
content: "\ea4b";
|
|
994
|
+
}
|
|
995
|
+
.narmi-icon-logo-remitly:before {
|
|
996
|
+
content: "\ea3e";
|
|
997
|
+
}
|
|
998
|
+
.narmi-icon-zelle-outline:before {
|
|
999
|
+
content: "\ea3d";
|
|
1000
|
+
}
|
|
1001
|
+
.narmi-icon-question:before {
|
|
1002
|
+
content: "\ea36";
|
|
1003
|
+
}
|
|
1004
|
+
.narmi-icon-signal:before {
|
|
1005
|
+
content: "\ea37";
|
|
1006
|
+
}
|
|
1007
|
+
.narmi-icon-car:before {
|
|
1008
|
+
content: "\ea38";
|
|
1009
|
+
}
|
|
1010
|
+
.narmi-icon-check-front:before {
|
|
1011
|
+
content: "\e906";
|
|
1012
|
+
}
|
|
1013
|
+
.narmi-icon-dollar-bill-line:before {
|
|
1014
|
+
content: "\ea32";
|
|
1015
|
+
}
|
|
1016
|
+
.narmi-icon-wires:before {
|
|
1017
|
+
content: "\ea33";
|
|
1018
|
+
}
|
|
1019
|
+
.narmi-icon-m2m:before {
|
|
1020
|
+
content: "\ea34";
|
|
1021
|
+
}
|
|
1022
|
+
.narmi-icon-venmo-logo:before {
|
|
1023
|
+
content: "\e90b";
|
|
1024
|
+
color: #3d95ce;
|
|
1025
|
+
}
|
|
1026
|
+
.narmi-icon-face-id:before {
|
|
1027
|
+
content: "\e909";
|
|
1028
|
+
}
|
|
1029
|
+
.narmi-icon-library:before {
|
|
1030
|
+
content: "\e921";
|
|
1031
|
+
}
|
|
1032
|
+
.narmi-icon-profile:before {
|
|
1033
|
+
content: "\e923";
|
|
1034
|
+
}
|
|
1032
1035
|
.narmi-icon-office:before {
|
|
1033
1036
|
content: "\e904";
|
|
1034
1037
|
}
|