@trafilea/afrodita-components 6.31.4 → 6.32.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/build/index.d.ts +84 -4
- package/build/index.esm.js +966 -799
- package/build/index.esm.js.map +1 -1
- package/build/index.js +969 -799
- package/build/index.js.map +1 -1
- package/build/theme/revel.theme.js +12 -12
- package/package.json +1 -1
|
@@ -390,24 +390,24 @@ var revel = {
|
|
|
390
390
|
element: {
|
|
391
391
|
color: '#F6C180',
|
|
392
392
|
xsmall: {
|
|
393
|
-
width: '
|
|
394
|
-
height: '
|
|
395
|
-
marginRight: '
|
|
393
|
+
width: '12px',
|
|
394
|
+
height: '12px',
|
|
395
|
+
marginRight: '1px',
|
|
396
396
|
},
|
|
397
397
|
small: {
|
|
398
|
-
width: '
|
|
399
|
-
height: '
|
|
400
|
-
marginRight: '
|
|
398
|
+
width: '14px',
|
|
399
|
+
height: '14px',
|
|
400
|
+
marginRight: '2px',
|
|
401
401
|
},
|
|
402
402
|
medium: {
|
|
403
|
-
width: '
|
|
404
|
-
height: '
|
|
405
|
-
marginRight: '
|
|
403
|
+
width: '16px',
|
|
404
|
+
height: '16px',
|
|
405
|
+
marginRight: '3px',
|
|
406
406
|
},
|
|
407
407
|
large: {
|
|
408
|
-
width: '
|
|
409
|
-
height: '
|
|
410
|
-
marginRight: '
|
|
408
|
+
width: '20px',
|
|
409
|
+
height: '20px',
|
|
410
|
+
marginRight: '3px',
|
|
411
411
|
},
|
|
412
412
|
},
|
|
413
413
|
},
|
package/package.json
CHANGED