@narmi/design_system 6.15.0 → 6.16.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/fonts/icomoon.svg +1 -0
- package/dist/fonts/icomoon.woff +0 -0
- package/dist/icons/fonts/icomoon.svg +1 -0
- package/dist/icons/fonts/icomoon.woff +0 -0
- package/dist/icons/selection.json +1 -9595
- package/dist/icons/style.css +11 -8
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/style.css +1 -1
- package/dist/style.css.map +1 -1
- package/dist/tokens/css/rgbColors.css +1 -1
- package/dist/tokens/css/rgbColors.scss +1 -1
- package/dist/tokens/css/tokens.css +1 -1
- package/dist/tokens/css/tokens.scss +1 -1
- package/dist/tokens/js/colors.esm.js +1 -1
- package/dist/tokens/js/colors.js +1 -1
- package/dist/tokens/js/manifest.esm.js +1 -1
- package/dist/tokens/js/manifest.js +1 -1
- package/dist/tokens/js/reactNativeWeb.js +1 -1
- package/dist/types/types/Icon.types.d.ts +1 -1
- package/dist/types/types/Icon.types.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/icons/style.css
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
@font-face {
|
|
2
|
-
font-family:
|
|
3
|
-
src:
|
|
2
|
+
font-family: 'icomoon';
|
|
3
|
+
src:
|
|
4
|
+
url('fonts/icomoon.woff?occl8o') format('woff');
|
|
4
5
|
font-weight: normal;
|
|
5
6
|
font-style: normal;
|
|
6
7
|
font-display: block;
|
|
7
8
|
}
|
|
8
9
|
|
|
9
|
-
[class^="narmi-icon-"],
|
|
10
|
-
[class*=" narmi-icon-"] {
|
|
10
|
+
[class^="narmi-icon-"], [class*=" narmi-icon-"] {
|
|
11
11
|
/* use !important to prevent issues with browser extensions that change fonts */
|
|
12
|
-
font-family:
|
|
12
|
+
font-family: 'icomoon' !important;
|
|
13
13
|
speak: never;
|
|
14
14
|
font-style: normal;
|
|
15
15
|
font-weight: normal;
|
|
@@ -22,9 +22,6 @@
|
|
|
22
22
|
-moz-osx-font-smoothing: grayscale;
|
|
23
23
|
}
|
|
24
24
|
|
|
25
|
-
.narmi-icon-hourglass:before {
|
|
26
|
-
content: "\ea50";
|
|
27
|
-
}
|
|
28
25
|
.narmi-icon-bank:before {
|
|
29
26
|
content: "\ea4c";
|
|
30
27
|
}
|
|
@@ -71,6 +68,9 @@
|
|
|
71
68
|
.narmi-icon-profile:before {
|
|
72
69
|
content: "\e923";
|
|
73
70
|
}
|
|
71
|
+
.narmi-icon-hourglass:before {
|
|
72
|
+
content: "\ea50";
|
|
73
|
+
}
|
|
74
74
|
.narmi-icon-plane:before {
|
|
75
75
|
content: "\ea4d";
|
|
76
76
|
}
|
|
@@ -1031,6 +1031,9 @@
|
|
|
1031
1031
|
.narmi-icon-credit-card:before {
|
|
1032
1032
|
content: "\e93f";
|
|
1033
1033
|
}
|
|
1034
|
+
.narmi-icon-admin-user-2:before {
|
|
1035
|
+
content: "\ea51";
|
|
1036
|
+
}
|
|
1034
1037
|
.narmi-icon-office:before {
|
|
1035
1038
|
content: "\e904";
|
|
1036
1039
|
}
|