@trafilea/afrodita-components 5.0.0-beta.305 → 5.0.0-beta.306
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.
|
@@ -528,14 +528,14 @@ var truekind = {
|
|
|
528
528
|
},
|
|
529
529
|
},
|
|
530
530
|
small: {
|
|
531
|
-
width: '
|
|
532
|
-
height: '
|
|
531
|
+
width: '0.875rem',
|
|
532
|
+
height: '0.875rem',
|
|
533
533
|
borderRadius: '0.25rem',
|
|
534
534
|
borderWidth: '0.094rem',
|
|
535
535
|
margin: '0.375rem',
|
|
536
536
|
icon: {
|
|
537
|
-
width: '0.
|
|
538
|
-
height: '0.
|
|
537
|
+
width: '0.5rem',
|
|
538
|
+
height: '0.375rem',
|
|
539
539
|
},
|
|
540
540
|
},
|
|
541
541
|
},
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "Trafilea's Design System",
|
|
4
4
|
"author": "Trafilea",
|
|
5
5
|
"repository": "https://github.com/trafilea/afrodita-components",
|
|
6
|
-
"version": "5.0.0-beta.
|
|
6
|
+
"version": "5.0.0-beta.306",
|
|
7
7
|
"private": false,
|
|
8
8
|
"main": "build/index.js",
|
|
9
9
|
"style": "build/index.css",
|