@narmi/design_system 2.18.2 → 2.20.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/1f7fc1b6890182988627.svg → 1f7fc1b6890182988627.svg} +0 -0
- package/dist/{icons/4ee166cd6be71eab5e64.eot → 4ee166cd6be71eab5e64.eot} +0 -0
- package/dist/{fonts/8b53d5067b416b155cc8.woff → 8b53d5067b416b155cc8.woff} +0 -0
- package/dist/{icons/8b5b5f93bd390ff18971.woff → 8b5b5f93bd390ff18971.woff} +0 -0
- package/dist/{icons/aa84f20b3f976a001195.ttf → aa84f20b3f976a001195.ttf} +0 -0
- package/dist/{fonts/d819207ee2e092cc2735.woff2 → d819207ee2e092cc2735.woff2} +0 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/style.css +9 -9
- 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 +136 -136
- package/package.json +1 -1
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
|
|
4
|
+
* Generated on Wed, 01 Jun 2022 20:06:41 GMT
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
:root {
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
|
|
145
145
|
/**
|
|
146
146
|
* Do not edit directly
|
|
147
|
-
* Generated on
|
|
147
|
+
* Generated on Wed, 01 Jun 2022 20:06:41 GMT
|
|
148
148
|
*/
|
|
149
149
|
|
|
150
150
|
:root {
|
|
@@ -181,9 +181,9 @@
|
|
|
181
181
|
|
|
182
182
|
@font-face {
|
|
183
183
|
font-family: "Narmi Matiere";
|
|
184
|
-
src: url(
|
|
184
|
+
src: url(d819207ee2e092cc2735.woff2)
|
|
185
185
|
format("woff2"),
|
|
186
|
-
url(
|
|
186
|
+
url(8b53d5067b416b155cc8.woff)
|
|
187
187
|
format("woff");
|
|
188
188
|
font-weight: 700;
|
|
189
189
|
font-style: normal;
|
|
@@ -191,12 +191,12 @@
|
|
|
191
191
|
|
|
192
192
|
@font-face {
|
|
193
193
|
font-family: "icomoon";
|
|
194
|
-
src: url(
|
|
195
|
-
src: url(
|
|
194
|
+
src: url(4ee166cd6be71eab5e64.eot?tsm2bw);
|
|
195
|
+
src: url(4ee166cd6be71eab5e64.eot?tsm2bw#iefix)
|
|
196
196
|
format("embedded-opentype"),
|
|
197
|
-
url(
|
|
198
|
-
url(
|
|
199
|
-
url(
|
|
197
|
+
url(aa84f20b3f976a001195.ttf?tsm2bw) format("truetype"),
|
|
198
|
+
url(8b5b5f93bd390ff18971.woff?tsm2bw) format("woff"),
|
|
199
|
+
url(1f7fc1b6890182988627.svg?tsm2bw#icomoon) format("svg");
|
|
200
200
|
font-weight: normal;
|
|
201
201
|
font-style: normal;
|
|
202
202
|
font-display: block;
|