@itcase/tokens-am 1.1.28 → 1.1.29
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/css/styles/main.css +1 -140
- package/dist/fonts/fonts.css +147 -0
- package/package.json +4 -4
- /package/dist/{css/fonts → fonts}/FiraSansCondensed/FiraSansCondensed-Bold.eot +0 -0
- /package/dist/{css/fonts → fonts}/FiraSansCondensed/FiraSansCondensed-Bold.ttf +0 -0
- /package/dist/{css/fonts → fonts}/FiraSansCondensed/FiraSansCondensed-Bold.woff +0 -0
- /package/dist/{css/fonts → fonts}/FiraSansCondensed/FiraSansCondensed-Bold.woff2 +0 -0
- /package/dist/{css/fonts → fonts}/FiraSansCondensed/FiraSansCondensed-Medium.eot +0 -0
- /package/dist/{css/fonts → fonts}/FiraSansCondensed/FiraSansCondensed-Medium.ttf +0 -0
- /package/dist/{css/fonts → fonts}/FiraSansCondensed/FiraSansCondensed-Medium.woff +0 -0
- /package/dist/{css/fonts → fonts}/FiraSansCondensed/FiraSansCondensed-Medium.woff2 +0 -0
- /package/dist/{css/fonts → fonts}/FiraSansCondensed/FiraSansCondensed-Regular.eot +0 -0
- /package/dist/{css/fonts → fonts}/FiraSansCondensed/FiraSansCondensed-Regular.ttf +0 -0
- /package/dist/{css/fonts → fonts}/FiraSansCondensed/FiraSansCondensed-Regular.woff +0 -0
- /package/dist/{css/fonts → fonts}/FiraSansCondensed/FiraSansCondensed-Regular.woff2 +0 -0
- /package/dist/{css/fonts → fonts}/FiraSansCondensed/FiraSansCondensed-SemiBold.eot +0 -0
- /package/dist/{css/fonts → fonts}/FiraSansCondensed/FiraSansCondensed-SemiBold.ttf +0 -0
- /package/dist/{css/fonts → fonts}/FiraSansCondensed/FiraSansCondensed-SemiBold.woff +0 -0
- /package/dist/{css/fonts → fonts}/FiraSansCondensed/FiraSansCondensed-SemiBold.woff2 +0 -0
- /package/dist/{css/fonts → fonts}/WixMadeforDisplay/WixMadeforDisplay-Bold.eot +0 -0
- /package/dist/{css/fonts → fonts}/WixMadeforDisplay/WixMadeforDisplay-Bold.ttf +0 -0
- /package/dist/{css/fonts → fonts}/WixMadeforDisplay/WixMadeforDisplay-Bold.woff +0 -0
- /package/dist/{css/fonts → fonts}/WixMadeforDisplay/WixMadeforDisplay-Bold.woff2 +0 -0
- /package/dist/{css/fonts → fonts}/WixMadeforDisplay/WixMadeforDisplay-ExtraBold.eot +0 -0
- /package/dist/{css/fonts → fonts}/WixMadeforDisplay/WixMadeforDisplay-ExtraBold.ttf +0 -0
- /package/dist/{css/fonts → fonts}/WixMadeforDisplay/WixMadeforDisplay-ExtraBold.woff +0 -0
- /package/dist/{css/fonts → fonts}/WixMadeforDisplay/WixMadeforDisplay-ExtraBold.woff2 +0 -0
- /package/dist/{css/fonts → fonts}/WixMadeforDisplay/WixMadeforDisplay-Medium.eot +0 -0
- /package/dist/{css/fonts → fonts}/WixMadeforDisplay/WixMadeforDisplay-Medium.ttf +0 -0
- /package/dist/{css/fonts → fonts}/WixMadeforDisplay/WixMadeforDisplay-Medium.woff +0 -0
- /package/dist/{css/fonts → fonts}/WixMadeforDisplay/WixMadeforDisplay-Medium.woff2 +0 -0
- /package/dist/{css/fonts → fonts}/WixMadeforDisplay/WixMadeforDisplay-Regular.eot +0 -0
- /package/dist/{css/fonts → fonts}/WixMadeforDisplay/WixMadeforDisplay-Regular.ttf +0 -0
- /package/dist/{css/fonts → fonts}/WixMadeforDisplay/WixMadeforDisplay-Regular.woff +0 -0
- /package/dist/{css/fonts → fonts}/WixMadeforDisplay/WixMadeforDisplay-Regular.woff2 +0 -0
- /package/dist/{css/fonts → fonts}/WixMadeforDisplay/WixMadeforDisplay-SemiBold.eot +0 -0
- /package/dist/{css/fonts → fonts}/WixMadeforDisplay/WixMadeforDisplay-SemiBold.ttf +0 -0
- /package/dist/{css/fonts → fonts}/WixMadeforDisplay/WixMadeforDisplay-SemiBold.woff +0 -0
- /package/dist/{css/fonts → fonts}/WixMadeforDisplay/WixMadeforDisplay-SemiBold.woff2 +0 -0
package/dist/css/styles/main.css
CHANGED
|
@@ -176,149 +176,10 @@
|
|
|
176
176
|
|
|
177
177
|
--typography-email-text-xxs: 10px;
|
|
178
178
|
--typography-email-text-xxs-line-height: 14px;
|
|
179
|
-
}
|
|
179
|
+
}
|
|
180
180
|
|
|
181
181
|
:root:where(.am) {
|
|
182
|
-
--font-primary: 'Wix Madefor Display', sans-serif, system-ui;
|
|
183
|
-
--font-map-print: 'Fira Sans Condensed', sans-serif;
|
|
184
|
-
--font-email: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
|
|
185
182
|
--color-gradient-primary: #e00000, #e5802d, #5e982b;
|
|
186
|
-
}
|
|
187
|
-
|
|
188
|
-
@font-face {
|
|
189
|
-
font-family: 'Wix Madefor Display';
|
|
190
|
-
src: url('../fonts/WixMadeforDisplay/WixMadeforDisplay-Bold.eot');
|
|
191
|
-
src:
|
|
192
|
-
url('../fonts/WixMadeforDisplay/WixMadeforDisplay-Bold.eot?#iefix')
|
|
193
|
-
format('embedded-opentype'),
|
|
194
|
-
url('../fonts/WixMadeforDisplay/WixMadeforDisplay-Bold.woff2')
|
|
195
|
-
format('woff2'),
|
|
196
|
-
url('../fonts/WixMadeforDisplay/WixMadeforDisplay-Bold.woff')
|
|
197
|
-
format('woff'),
|
|
198
|
-
url('../fonts/WixMadeforDisplay/WixMadeforDisplay-Bold.ttf')
|
|
199
|
-
format('truetype');
|
|
200
|
-
font-weight: 700;
|
|
201
|
-
font-style: normal;
|
|
202
|
-
font-optical-sizing: auto;
|
|
203
|
-
}
|
|
204
|
-
|
|
205
|
-
@font-face {
|
|
206
|
-
font-family: 'Wix Madefor Display';
|
|
207
|
-
src: url('../fonts/WixMadeforDisplay/WixMadeforDisplay-SemiBold.eot');
|
|
208
|
-
src:
|
|
209
|
-
url('../fonts/WixMadeforDisplay/WixMadeforDisplay-SemiBold.eot?#iefix')
|
|
210
|
-
format('embedded-opentype'),
|
|
211
|
-
url('../fonts/WixMadeforDisplay/WixMadeforDisplay-SemiBold.woff2')
|
|
212
|
-
format('woff2'),
|
|
213
|
-
url('../fonts/WixMadeforDisplay/WixMadeforDisplay-SemiBold.woff')
|
|
214
|
-
format('woff'),
|
|
215
|
-
url('../fonts/WixMadeforDisplay/WixMadeforDisplay-SemiBold.ttf')
|
|
216
|
-
format('truetype');
|
|
217
|
-
font-weight: 600;
|
|
218
|
-
font-style: normal;
|
|
219
|
-
font-optical-sizing: auto;
|
|
220
|
-
}
|
|
221
|
-
|
|
222
|
-
@font-face {
|
|
223
|
-
font-family: 'Wix Madefor Display';
|
|
224
|
-
src: url('../fonts/WixMadeforDisplay/WixMadeforDisplay-Medium.eot');
|
|
225
|
-
src:
|
|
226
|
-
url('../fonts/WixMadeforDisplay/WixMadeforDisplay-Medium.eot?#iefix')
|
|
227
|
-
format('embedded-opentype'),
|
|
228
|
-
url('../fonts/WixMadeforDisplay/WixMadeforDisplay-Medium.woff2')
|
|
229
|
-
format('woff2'),
|
|
230
|
-
url('../fonts/WixMadeforDisplay/WixMadeforDisplay-Medium.woff')
|
|
231
|
-
format('woff'),
|
|
232
|
-
url('../fonts/WixMadeforDisplay/WixMadeforDisplay-Medium.ttf')
|
|
233
|
-
format('truetype');
|
|
234
|
-
font-weight: 500;
|
|
235
|
-
font-style: normal;
|
|
236
|
-
font-optical-sizing: auto;
|
|
237
|
-
}
|
|
238
|
-
|
|
239
|
-
@font-face {
|
|
240
|
-
font-family: 'Wix Madefor Display';
|
|
241
|
-
src: url('../fonts/WixMadeforDisplay/WixMadeforDisplay-Regular.eot');
|
|
242
|
-
src:
|
|
243
|
-
url('../fonts/WixMadeforDisplay/WixMadeforDisplay-Regular.eot?#iefix')
|
|
244
|
-
format('embedded-opentype'),
|
|
245
|
-
url('../fonts/WixMadeforDisplay/WixMadeforDisplay-Regular.woff2')
|
|
246
|
-
format('woff2'),
|
|
247
|
-
url('../fonts/WixMadeforDisplay/WixMadeforDisplay-Regular.woff')
|
|
248
|
-
format('woff'),
|
|
249
|
-
url('../fonts/WixMadeforDisplay/WixMadeforDisplay-Regular.ttf')
|
|
250
|
-
format('truetype');
|
|
251
|
-
font-weight: 400;
|
|
252
|
-
font-style: normal;
|
|
253
|
-
font-optical-sizing: auto;
|
|
254
|
-
}
|
|
255
|
-
|
|
256
|
-
@font-face {
|
|
257
|
-
font-family: 'Fira Sans Condensed';
|
|
258
|
-
src: url('../fonts/FiraSansCondensed/FiraSansCondensed-Regular.eot');
|
|
259
|
-
src:
|
|
260
|
-
url('../fonts/FiraSansCondensed/FiraSansCondensed-Regular.eot?#iefix')
|
|
261
|
-
format('embedded-opentype'),
|
|
262
|
-
url('../fonts/FiraSansCondensed/FiraSansCondensed-Regular.woff2')
|
|
263
|
-
format('woff2'),
|
|
264
|
-
url('../fonts/FiraSansCondensed/FiraSansCondensed-Regular.woff')
|
|
265
|
-
format('woff'),
|
|
266
|
-
url('../fonts/FiraSansCondensed/FiraSansCondensed-Regular.ttf')
|
|
267
|
-
format('truetype');
|
|
268
|
-
font-weight: 400;
|
|
269
|
-
font-style: normal;
|
|
270
|
-
font-optical-sizing: auto;
|
|
271
|
-
}
|
|
272
|
-
|
|
273
|
-
@font-face {
|
|
274
|
-
font-family: 'Fira Sans Condensed';
|
|
275
|
-
src: url('../fonts/FiraSansCondensed/FiraSansCondensed-Medium.eot');
|
|
276
|
-
src:
|
|
277
|
-
url('../fonts/FiraSansCondensed/FiraSansCondensed-Medium.eot?#iefix')
|
|
278
|
-
format('embedded-opentype'),
|
|
279
|
-
url('../fonts/FiraSansCondensed/FiraSansCondensed-Medium.woff2')
|
|
280
|
-
format('woff2'),
|
|
281
|
-
url('../fonts/FiraSansCondensed/FiraSansCondensed-Medium.woff')
|
|
282
|
-
format('woff'),
|
|
283
|
-
url('../fonts/FiraSansCondensed/FiraSansCondensed-Medium.ttf')
|
|
284
|
-
format('truetype');
|
|
285
|
-
font-weight: 500;
|
|
286
|
-
font-style: normal;
|
|
287
|
-
font-optical-sizing: auto;
|
|
288
|
-
}
|
|
289
|
-
|
|
290
|
-
@font-face {
|
|
291
|
-
font-family: 'Fira Sans Condensed';
|
|
292
|
-
src: url('../fonts/FiraSansCondensed/FiraSansCondensed-SemiBold.eot');
|
|
293
|
-
src:
|
|
294
|
-
url('../fonts/FiraSansCondensed/FiraSansCondensed-SemiBold.eot?#iefix')
|
|
295
|
-
format('embedded-opentype'),
|
|
296
|
-
url('../fonts/FiraSansCondensed/FiraSansCondensed-SemiBold.woff2')
|
|
297
|
-
format('woff2'),
|
|
298
|
-
url('../fonts/FiraSansCondensed/FiraSansCondensed-SemiBold.woff')
|
|
299
|
-
format('woff'),
|
|
300
|
-
url('../fonts/FiraSansCondensed/FiraSansCondensed-SemiBold.ttf')
|
|
301
|
-
format('truetype');
|
|
302
|
-
font-weight: 600;
|
|
303
|
-
font-style: normal;
|
|
304
|
-
font-optical-sizing: auto;
|
|
305
|
-
}
|
|
306
|
-
|
|
307
|
-
@font-face {
|
|
308
|
-
font-family: 'Fira Sans Condensed';
|
|
309
|
-
src: url('../fonts/FiraSansCondensed/FiraSansCondensed-Bold.eot');
|
|
310
|
-
src:
|
|
311
|
-
url('../fonts/FiraSansCondensed/FiraSansCondensed-Bold.eot?#iefix')
|
|
312
|
-
format('embedded-opentype'),
|
|
313
|
-
url('../fonts/FiraSansCondensed/FiraSansCondensed-Bold.woff2')
|
|
314
|
-
format('woff2'),
|
|
315
|
-
url('../fonts/FiraSansCondensed/FiraSansCondensed-Bold.woff')
|
|
316
|
-
format('woff'),
|
|
317
|
-
url('../fonts/FiraSansCondensed/FiraSansCondensed-Bold.ttf')
|
|
318
|
-
format('truetype');
|
|
319
|
-
font-weight: 700;
|
|
320
|
-
font-style: normal;
|
|
321
|
-
font-optical-sizing: auto;
|
|
322
183
|
}/* DO NOT SET :root:where(.am) this will breaks postCSSFluid Typo *//* DO NOT SET :root:where(.am) this will breacks postCSSFluid Typo */
|
|
323
184
|
|
|
324
185
|
@media screen {
|
|
@@ -0,0 +1,147 @@
|
|
|
1
|
+
/* stylelint-disable prettier/prettier */
|
|
2
|
+
/* stylelint-disable at-rule-descriptor-no-unknown */
|
|
3
|
+
/* stylelint-disable value-keyword-case */
|
|
4
|
+
|
|
5
|
+
:root:where(.am) {
|
|
6
|
+
--font-primary: 'Wix Madefor Display', sans-serif, system-ui;
|
|
7
|
+
--font-map-print: 'Fira Sans Condensed', sans-serif;
|
|
8
|
+
--font-email: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
@font-face {
|
|
12
|
+
font-family: 'Wix Madefor Display';
|
|
13
|
+
src: url('/fonts/WixMadeforDisplay/WixMadeforDisplay-Bold.eot');
|
|
14
|
+
src:
|
|
15
|
+
url('/fonts/WixMadeforDisplay/WixMadeforDisplay-Bold.eot?#iefix')
|
|
16
|
+
format('embedded-opentype'),
|
|
17
|
+
url('/fonts/WixMadeforDisplay/WixMadeforDisplay-Bold.woff2')
|
|
18
|
+
format('woff2'),
|
|
19
|
+
url('/fonts/WixMadeforDisplay/WixMadeforDisplay-Bold.woff')
|
|
20
|
+
format('woff'),
|
|
21
|
+
url('/fonts/WixMadeforDisplay/WixMadeforDisplay-Bold.ttf')
|
|
22
|
+
format('truetype');
|
|
23
|
+
font-weight: 700;
|
|
24
|
+
font-style: normal;
|
|
25
|
+
font-optical-sizing: auto;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
@font-face {
|
|
29
|
+
font-family: 'Wix Madefor Display';
|
|
30
|
+
src: url('/fonts/WixMadeforDisplay/WixMadeforDisplay-SemiBold.eot');
|
|
31
|
+
src:
|
|
32
|
+
url('/fonts/WixMadeforDisplay/WixMadeforDisplay-SemiBold.eot?#iefix')
|
|
33
|
+
format('embedded-opentype'),
|
|
34
|
+
url('/fonts/WixMadeforDisplay/WixMadeforDisplay-SemiBold.woff2')
|
|
35
|
+
format('woff2'),
|
|
36
|
+
url('/fonts/WixMadeforDisplay/WixMadeforDisplay-SemiBold.woff')
|
|
37
|
+
format('woff'),
|
|
38
|
+
url('/fonts/WixMadeforDisplay/WixMadeforDisplay-SemiBold.ttf')
|
|
39
|
+
format('truetype');
|
|
40
|
+
font-weight: 600;
|
|
41
|
+
font-style: normal;
|
|
42
|
+
font-optical-sizing: auto;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
@font-face {
|
|
46
|
+
font-family: 'Wix Madefor Display';
|
|
47
|
+
src: url('/fonts/WixMadeforDisplay/WixMadeforDisplay-Medium.eot');
|
|
48
|
+
src:
|
|
49
|
+
url('/fonts/WixMadeforDisplay/WixMadeforDisplay-Medium.eot?#iefix')
|
|
50
|
+
format('embedded-opentype'),
|
|
51
|
+
url('/fonts/WixMadeforDisplay/WixMadeforDisplay-Medium.woff2')
|
|
52
|
+
format('woff2'),
|
|
53
|
+
url('/fonts/WixMadeforDisplay/WixMadeforDisplay-Medium.woff')
|
|
54
|
+
format('woff'),
|
|
55
|
+
url('/fonts/WixMadeforDisplay/WixMadeforDisplay-Medium.ttf')
|
|
56
|
+
format('truetype');
|
|
57
|
+
font-weight: 500;
|
|
58
|
+
font-style: normal;
|
|
59
|
+
font-optical-sizing: auto;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
@font-face {
|
|
63
|
+
font-family: 'Wix Madefor Display';
|
|
64
|
+
src: url('/fonts/WixMadeforDisplay/WixMadeforDisplay-Regular.eot');
|
|
65
|
+
src:
|
|
66
|
+
url('/fonts/WixMadeforDisplay/WixMadeforDisplay-Regular.eot?#iefix')
|
|
67
|
+
format('embedded-opentype'),
|
|
68
|
+
url('/fonts/WixMadeforDisplay/WixMadeforDisplay-Regular.woff2')
|
|
69
|
+
format('woff2'),
|
|
70
|
+
url('/fonts/WixMadeforDisplay/WixMadeforDisplay-Regular.woff')
|
|
71
|
+
format('woff'),
|
|
72
|
+
url('/fonts/WixMadeforDisplay/WixMadeforDisplay-Regular.ttf')
|
|
73
|
+
format('truetype');
|
|
74
|
+
font-weight: 400;
|
|
75
|
+
font-style: normal;
|
|
76
|
+
font-optical-sizing: auto;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
@font-face {
|
|
81
|
+
font-family: 'Fira Sans Condensed';
|
|
82
|
+
src: url('/fonts/FiraSansCondensed/FiraSansCondensed-Regular.eot');
|
|
83
|
+
src:
|
|
84
|
+
url('/fonts/FiraSansCondensed/FiraSansCondensed-Regular.eot?#iefix')
|
|
85
|
+
format('embedded-opentype'),
|
|
86
|
+
url('/fonts/FiraSansCondensed/FiraSansCondensed-Regular.woff2')
|
|
87
|
+
format('woff2'),
|
|
88
|
+
url('/fonts/FiraSansCondensed/FiraSansCondensed-Regular.woff')
|
|
89
|
+
format('woff'),
|
|
90
|
+
url('/fonts/FiraSansCondensed/FiraSansCondensed-Regular.ttf')
|
|
91
|
+
format('truetype');
|
|
92
|
+
font-weight: 400;
|
|
93
|
+
font-style: normal;
|
|
94
|
+
font-optical-sizing: auto;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
@font-face {
|
|
99
|
+
font-family: 'Fira Sans Condensed';
|
|
100
|
+
src: url('/fonts/FiraSansCondensed/FiraSansCondensed-Medium.eot');
|
|
101
|
+
src:
|
|
102
|
+
url('/fonts/FiraSansCondensed/FiraSansCondensed-Medium.eot?#iefix')
|
|
103
|
+
format('embedded-opentype'),
|
|
104
|
+
url('/fonts/FiraSansCondensed/FiraSansCondensed-Medium.woff2')
|
|
105
|
+
format('woff2'),
|
|
106
|
+
url('/fonts/FiraSansCondensed/FiraSansCondensed-Medium.woff')
|
|
107
|
+
format('woff'),
|
|
108
|
+
url('/fonts/FiraSansCondensed/FiraSansCondensed-Medium.ttf')
|
|
109
|
+
format('truetype');
|
|
110
|
+
font-weight: 500;
|
|
111
|
+
font-style: normal;
|
|
112
|
+
font-optical-sizing: auto;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
@font-face {
|
|
116
|
+
font-family: 'Fira Sans Condensed';
|
|
117
|
+
src: url('/fonts/FiraSansCondensed/FiraSansCondensed-SemiBold.eot');
|
|
118
|
+
src:
|
|
119
|
+
url('/fonts/FiraSansCondensed/FiraSansCondensed-SemiBold.eot?#iefix')
|
|
120
|
+
format('embedded-opentype'),
|
|
121
|
+
url('/fonts/FiraSansCondensed/FiraSansCondensed-SemiBold.woff2')
|
|
122
|
+
format('woff2'),
|
|
123
|
+
url('/fonts/FiraSansCondensed/FiraSansCondensed-SemiBold.woff')
|
|
124
|
+
format('woff'),
|
|
125
|
+
url('/fonts/FiraSansCondensed/FiraSansCondensed-SemiBold.ttf')
|
|
126
|
+
format('truetype');
|
|
127
|
+
font-weight: 600;
|
|
128
|
+
font-style: normal;
|
|
129
|
+
font-optical-sizing: auto;
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
@font-face {
|
|
133
|
+
font-family: 'Fira Sans Condensed';
|
|
134
|
+
src: url('/fonts/FiraSansCondensed/FiraSansCondensed-Bold.eot');
|
|
135
|
+
src:
|
|
136
|
+
url('/fonts/FiraSansCondensed/FiraSansCondensed-Bold.eot?#iefix')
|
|
137
|
+
format('embedded-opentype'),
|
|
138
|
+
url('/fonts/FiraSansCondensed/FiraSansCondensed-Bold.woff2')
|
|
139
|
+
format('woff2'),
|
|
140
|
+
url('/fonts/FiraSansCondensed/FiraSansCondensed-Bold.woff')
|
|
141
|
+
format('woff'),
|
|
142
|
+
url('/fonts/FiraSansCondensed/FiraSansCondensed-Bold.ttf')
|
|
143
|
+
format('truetype');
|
|
144
|
+
font-weight: 700;
|
|
145
|
+
font-style: normal;
|
|
146
|
+
font-optical-sizing: auto;
|
|
147
|
+
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itcase/tokens-am",
|
|
3
3
|
"description": "",
|
|
4
|
-
"version": "1.1.
|
|
4
|
+
"version": "1.1.29",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"private": false,
|
|
@@ -12,9 +12,9 @@
|
|
|
12
12
|
"scripts": {
|
|
13
13
|
"build": "npm run build-css",
|
|
14
14
|
"build-js": "rm -rf dist && NODE_ENV=production rollup -c",
|
|
15
|
-
"build-css": "postcss 'src/styles/main.css' --base src --dir dist/css/ --env production && cp -RP ./src/fonts/ ./dist/
|
|
15
|
+
"build-css": "postcss 'src/styles/main.css' --base src --dir dist/css/ --env production && cp -RP ./src/fonts/ ./dist/fonts",
|
|
16
16
|
"dev": "npm run dev-css",
|
|
17
|
-
"dev-css": "postcss 'src/styles/main.css' --base src --dir dist/css/ --env production && cp -RP ./src/fonts/ ./dist/
|
|
17
|
+
"dev-css": "postcss 'src/styles/main.css' --base src --dir dist/css/ --env production && cp -RP ./src/fonts/ ./dist/fonts",
|
|
18
18
|
"dev-js": "rollup -c -w"
|
|
19
19
|
},
|
|
20
20
|
"files": [
|
|
@@ -24,5 +24,5 @@
|
|
|
24
24
|
"access": "public",
|
|
25
25
|
"registry": "https://registry.npmjs.org/"
|
|
26
26
|
},
|
|
27
|
-
"gitHead": "
|
|
27
|
+
"gitHead": "1b44cdc7e0c8f3335eb8490e4eab78f513b67dc0"
|
|
28
28
|
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|