@trafilea/afrodita-components 6.31.2 → 6.31.3
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/build/index.esm.js +209 -136
- package/build/index.esm.js.map +1 -1
- package/build/index.js +209 -136
- package/build/index.js.map +1 -1
- package/build/theme/revel.theme.js +9 -9
- package/build/theme/thespadr.theme.js +14 -14
- package/package.json +1 -1
|
@@ -366,23 +366,23 @@ var revel = {
|
|
|
366
366
|
fontSize: '0.75rem',
|
|
367
367
|
},
|
|
368
368
|
rating: {
|
|
369
|
-
fontWeight:
|
|
369
|
+
fontWeight: 600,
|
|
370
370
|
size: {
|
|
371
371
|
xsmall: {
|
|
372
|
-
fontSize: '
|
|
373
|
-
lineHeight: '
|
|
372
|
+
fontSize: '12px',
|
|
373
|
+
lineHeight: '12px',
|
|
374
374
|
},
|
|
375
375
|
small: {
|
|
376
|
-
fontSize: '
|
|
377
|
-
lineHeight: '
|
|
376
|
+
fontSize: '14px',
|
|
377
|
+
lineHeight: '14px',
|
|
378
378
|
},
|
|
379
379
|
medium: {
|
|
380
|
-
fontSize: '
|
|
381
|
-
lineHeight: '
|
|
380
|
+
fontSize: '16px',
|
|
381
|
+
lineHeight: '16px',
|
|
382
382
|
},
|
|
383
383
|
large: {
|
|
384
|
-
fontSize: '
|
|
385
|
-
lineHeight: '
|
|
384
|
+
fontSize: '18px',
|
|
385
|
+
lineHeight: '18px',
|
|
386
386
|
},
|
|
387
387
|
},
|
|
388
388
|
},
|
|
@@ -290,23 +290,23 @@ var tsd = {
|
|
|
290
290
|
fontSize: '0.75rem',
|
|
291
291
|
},
|
|
292
292
|
rating: {
|
|
293
|
-
fontWeight:
|
|
293
|
+
fontWeight: 600,
|
|
294
294
|
size: {
|
|
295
295
|
xsmall: {
|
|
296
|
-
fontSize: '
|
|
297
|
-
lineHeight: '
|
|
296
|
+
fontSize: '12px',
|
|
297
|
+
lineHeight: '12px',
|
|
298
298
|
},
|
|
299
299
|
small: {
|
|
300
|
-
fontSize: '
|
|
301
|
-
lineHeight: '
|
|
300
|
+
fontSize: '14px',
|
|
301
|
+
lineHeight: '14px',
|
|
302
302
|
},
|
|
303
303
|
medium: {
|
|
304
|
-
fontSize: '
|
|
305
|
-
lineHeight: '
|
|
304
|
+
fontSize: '16px',
|
|
305
|
+
lineHeight: '16px',
|
|
306
306
|
},
|
|
307
307
|
large: {
|
|
308
|
-
fontSize: '
|
|
309
|
-
lineHeight: '
|
|
308
|
+
fontSize: '18px',
|
|
309
|
+
lineHeight: '18px',
|
|
310
310
|
},
|
|
311
311
|
},
|
|
312
312
|
},
|
|
@@ -319,8 +319,8 @@ var tsd = {
|
|
|
319
319
|
marginRight: '2px',
|
|
320
320
|
},
|
|
321
321
|
small: {
|
|
322
|
-
width: '
|
|
323
|
-
height: '
|
|
322
|
+
width: '16px',
|
|
323
|
+
height: '16px',
|
|
324
324
|
marginRight: '4px',
|
|
325
325
|
},
|
|
326
326
|
medium: {
|
|
@@ -627,9 +627,9 @@ var tsd = {
|
|
|
627
627
|
small: '16px',
|
|
628
628
|
},
|
|
629
629
|
smallFontSize: {
|
|
630
|
-
large: '
|
|
631
|
-
medium: '
|
|
632
|
-
small: '
|
|
630
|
+
large: '12px',
|
|
631
|
+
medium: '10px',
|
|
632
|
+
small: '8px',
|
|
633
633
|
},
|
|
634
634
|
largeFontSize: {
|
|
635
635
|
large: '24px',
|
package/package.json
CHANGED