@narmi/design_system 2.30.0-beta.0 → 2.30.0-beta.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/32cdd4c088e713ac8fd0.ttf +0 -0
- package/dist/icons/67c5349c9c8d8f55508f.woff +0 -0
- package/dist/icons/8eb88cff336a0f48aa37.woff2 +0 -0
- package/dist/icons/e0c2c293d1a077261053.svg +336 -0
- package/dist/icons/icomoon.ttf +0 -0
- package/dist/icons/icomoon.woff +0 -0
- 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 +1 -1
- package/dist/tokens/js/reactNativeWeb.js +1 -1
- package/package.json +1 -1
package/dist/icons/icomoon.ttf
CHANGED
|
Binary file
|
package/dist/icons/icomoon.woff
CHANGED
|
Binary file
|
package/dist/style.css
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
@import url(https://fonts.googleapis.com/css?family=Mulish:400,600,700&subset=latin);
|
|
2
2
|
/**
|
|
3
3
|
* Do not edit directly
|
|
4
|
-
* Generated on Mon, 03 Oct 2022
|
|
4
|
+
* Generated on Mon, 03 Oct 2022 16:41:46 GMT
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
:root {
|
|
@@ -145,7 +145,7 @@
|
|
|
145
145
|
|
|
146
146
|
/**
|
|
147
147
|
* Do not edit directly
|
|
148
|
-
* Generated on Mon, 03 Oct 2022
|
|
148
|
+
* Generated on Mon, 03 Oct 2022 16:41:46 GMT
|
|
149
149
|
*/
|
|
150
150
|
|
|
151
151
|
:root {
|
|
@@ -191,17 +191,20 @@
|
|
|
191
191
|
}
|
|
192
192
|
|
|
193
193
|
@font-face {
|
|
194
|
-
font-family:
|
|
195
|
-
src:
|
|
194
|
+
font-family: 'icomoon';
|
|
195
|
+
src:
|
|
196
|
+
url(icons/8eb88cff336a0f48aa37.woff2?dqowy8) format('woff2'),
|
|
197
|
+
url(icons/32cdd4c088e713ac8fd0.ttf?dqowy8) format('truetype'),
|
|
198
|
+
url(icons/67c5349c9c8d8f55508f.woff?dqowy8) format('woff'),
|
|
199
|
+
url(icons/e0c2c293d1a077261053.svg?dqowy8#icomoon) format('svg');
|
|
196
200
|
font-weight: normal;
|
|
197
201
|
font-style: normal;
|
|
198
202
|
font-display: block;
|
|
199
203
|
}
|
|
200
204
|
|
|
201
|
-
[class^="narmi-icon-"],
|
|
202
|
-
[class*=" narmi-icon-"] {
|
|
205
|
+
[class^="narmi-icon-"], [class*=" narmi-icon-"] {
|
|
203
206
|
/* use !important to prevent issues with browser extensions that change fonts */
|
|
204
|
-
font-family:
|
|
207
|
+
font-family: 'icomoon' !important;
|
|
205
208
|
speak: never;
|
|
206
209
|
font-style: normal;
|
|
207
210
|
font-weight: normal;
|