@trafilea/afrodita-components 5.0.0-beta.114 → 5.0.0-beta.115
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 +2 -2
- package/build/index.js +2 -2
- package/package.json +1 -1
package/build/index.esm.js
CHANGED
|
@@ -5036,8 +5036,8 @@ var getStylesBySize$5 = function (size) {
|
|
|
5036
5036
|
};
|
|
5037
5037
|
case ComponentSize.Small:
|
|
5038
5038
|
return {
|
|
5039
|
-
fontSize: '
|
|
5040
|
-
finalPricefontSize: '
|
|
5039
|
+
fontSize: '14px',
|
|
5040
|
+
finalPricefontSize: '20px',
|
|
5041
5041
|
finalPricefontSizeSmall: '12px',
|
|
5042
5042
|
margin: '0 0 0 0.5rem',
|
|
5043
5043
|
lineHeight: '1.25rem',
|
package/build/index.js
CHANGED
|
@@ -5062,8 +5062,8 @@ var getStylesBySize$5 = function (size) {
|
|
|
5062
5062
|
};
|
|
5063
5063
|
case exports.ComponentSize.Small:
|
|
5064
5064
|
return {
|
|
5065
|
-
fontSize: '
|
|
5066
|
-
finalPricefontSize: '
|
|
5065
|
+
fontSize: '14px',
|
|
5066
|
+
finalPricefontSize: '20px',
|
|
5067
5067
|
finalPricefontSizeSmall: '12px',
|
|
5068
5068
|
margin: '0 0 0 0.5rem',
|
|
5069
5069
|
lineHeight: '1.25rem',
|
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.115",
|
|
7
7
|
"private": false,
|
|
8
8
|
"main": "build/index.js",
|
|
9
9
|
"style": "build/index.css",
|