@narmi/design_system 3.46.0-beta.4 → 3.46.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/icons/README.md +3 -1
- package/dist/icons/fonts/icomoon.svg +3 -2
- package/dist/icons/fonts/icomoon.ttf +0 -0
- package/dist/icons/fonts/icomoon.woff +0 -0
- package/dist/icons/fonts/icomoon.woff2 +0 -0
- package/dist/icons/selection.json +1 -8162
- package/dist/icons/style.css +7 -4
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/style.css +10 -7
- 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 +140 -140
- package/dist/tokens/js/reactNativeWeb.js +1 -1
- package/dist/types/index.d.ts +1 -1
- package/package.json +1 -1
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?18z8tb") format("woff");
|
|
4
4
|
font-weight: normal;
|
|
5
5
|
font-style: normal;
|
|
6
6
|
font-display: block;
|
|
@@ -22,6 +22,9 @@
|
|
|
22
22
|
-moz-osx-font-smoothing: grayscale;
|
|
23
23
|
}
|
|
24
24
|
|
|
25
|
+
.narmi-icon-bank:before {
|
|
26
|
+
content: "\ea4c";
|
|
27
|
+
}
|
|
25
28
|
.narmi-icon-loan:before {
|
|
26
29
|
content: "\ea4b";
|
|
27
30
|
}
|
|
@@ -189,6 +192,9 @@
|
|
|
189
192
|
.narmi-icon-arrow-up-right:before {
|
|
190
193
|
content: "\e927";
|
|
191
194
|
}
|
|
195
|
+
.narmi-icon-arrow-up-down:before {
|
|
196
|
+
content: "\e900";
|
|
197
|
+
}
|
|
192
198
|
.narmi-icon-at-sign:before {
|
|
193
199
|
content: "\e928";
|
|
194
200
|
}
|
|
@@ -1023,9 +1029,6 @@
|
|
|
1023
1029
|
.narmi-icon-credit-card:before {
|
|
1024
1030
|
content: "\e93f";
|
|
1025
1031
|
}
|
|
1026
|
-
.narmi-icon-bank:before {
|
|
1027
|
-
content: "\e900";
|
|
1028
|
-
}
|
|
1029
1032
|
.narmi-icon-office:before {
|
|
1030
1033
|
content: "\e904";
|
|
1031
1034
|
}
|