@trafilea/afrodita-components 5.0.0-beta.56 → 5.0.0-beta.57
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 +1 -1
- package/build/index.js +1 -1
- package/package.json +1 -1
package/build/index.esm.js
CHANGED
|
@@ -4550,7 +4550,7 @@ var PriceLabel = function (_a) {
|
|
|
4550
4550
|
: ['', ''];
|
|
4551
4551
|
var availableFinalPriceStyled = finalPriceStyled && finalPriceArray[0];
|
|
4552
4552
|
var priceCommonProps = {
|
|
4553
|
-
size: size,
|
|
4553
|
+
size: finalPriceStyled ? ComponentSize.Small : size,
|
|
4554
4554
|
color: color || theme.colors.pallete.secondary.color,
|
|
4555
4555
|
weight: 700,
|
|
4556
4556
|
};
|
package/build/index.js
CHANGED
|
@@ -4576,7 +4576,7 @@ var PriceLabel = function (_a) {
|
|
|
4576
4576
|
: ['', ''];
|
|
4577
4577
|
var availableFinalPriceStyled = finalPriceStyled && finalPriceArray[0];
|
|
4578
4578
|
var priceCommonProps = {
|
|
4579
|
-
size: size,
|
|
4579
|
+
size: finalPriceStyled ? exports.ComponentSize.Small : size,
|
|
4580
4580
|
color: color || theme.colors.pallete.secondary.color,
|
|
4581
4581
|
weight: 700,
|
|
4582
4582
|
};
|
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.57",
|
|
7
7
|
"private": false,
|
|
8
8
|
"main": "build/index.js",
|
|
9
9
|
"style": "build/index.css",
|