@trafilea/afrodita-components 5.0.0-beta.245 → 5.0.0-beta.246
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.
|
@@ -549,7 +549,7 @@ var tsd = {
|
|
|
549
549
|
dropdown: {
|
|
550
550
|
borderRadius: '8px',
|
|
551
551
|
fontSize: '16px',
|
|
552
|
-
fontWeight:
|
|
552
|
+
fontWeight: 400,
|
|
553
553
|
lineHeight: '1.125rem',
|
|
554
554
|
padding: '12px 24px',
|
|
555
555
|
optionPadding: '0.75rem 1.2rem',
|
|
@@ -665,11 +665,11 @@ var tsd = {
|
|
|
665
665
|
alignSelf: 'flex-end',
|
|
666
666
|
},
|
|
667
667
|
savings: {
|
|
668
|
-
textFontSize: '
|
|
669
|
-
textLineHeight: '
|
|
670
|
-
amountFontSize: '
|
|
671
|
-
amountFontWeight:
|
|
672
|
-
amountLineHeight: '
|
|
668
|
+
textFontSize: '14px',
|
|
669
|
+
textLineHeight: '22px',
|
|
670
|
+
amountFontSize: '18px',
|
|
671
|
+
amountFontWeight: 700,
|
|
672
|
+
amountLineHeight: '20px',
|
|
673
673
|
color: '--colors-semantic-positive-color',
|
|
674
674
|
},
|
|
675
675
|
},
|
|
@@ -678,8 +678,8 @@ var tsd = {
|
|
|
678
678
|
basicSubTotal: {
|
|
679
679
|
family: 'Jost',
|
|
680
680
|
size: '16px',
|
|
681
|
-
weight:
|
|
682
|
-
lineHeight: '
|
|
681
|
+
weight: 700,
|
|
682
|
+
lineHeight: '20px',
|
|
683
683
|
color: '--colors-shades-550-color',
|
|
684
684
|
},
|
|
685
685
|
},
|
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.246",
|
|
7
7
|
"private": false,
|
|
8
8
|
"main": "build/index.js",
|
|
9
9
|
"style": "build/index.css",
|