@trafilea/afrodita-components 5.0.0-beta.256 → 5.0.0-beta.258
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 +14 -5
- package/build/index.esm.js +224 -121
- package/build/index.esm.js.map +1 -1
- package/build/index.js +224 -120
- package/build/index.js.map +1 -1
- package/build/theme/revel.theme.d.ts +0 -4
- package/build/theme/revel.theme.js +0 -4
- package/build/theme/shapermint.theme.d.ts +0 -4
- package/build/theme/shapermint.theme.js +5 -9
- package/build/theme/thespadr.theme.d.ts +0 -4
- package/build/theme/thespadr.theme.js +0 -4
- package/build/theme/truekind.theme.d.ts +0 -4
- package/build/theme/truekind.theme.js +0 -4
- package/package.json +1 -1
|
@@ -265,9 +265,9 @@ var shapermint = {
|
|
|
265
265
|
input: {
|
|
266
266
|
background: '--colors-shades-white-color',
|
|
267
267
|
color: '--colors-shades-700-color',
|
|
268
|
-
placeholderColor: '--colors-shades-
|
|
268
|
+
placeholderColor: '--colors-shades-400-color',
|
|
269
269
|
borderRadius: '0.5rem',
|
|
270
|
-
fontSize: '
|
|
270
|
+
fontSize: '14px',
|
|
271
271
|
fontWeight: 400,
|
|
272
272
|
padding: '0.75rem 1rem',
|
|
273
273
|
lineHeight: '1.5rem',
|
|
@@ -666,12 +666,8 @@ var shapermint = {
|
|
|
666
666
|
},
|
|
667
667
|
},
|
|
668
668
|
expressCheckout: {
|
|
669
|
-
fontFamily: '-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica,Arial, sans-serif',
|
|
670
|
-
fontWeight: 500,
|
|
671
|
-
lineHeight: '16px',
|
|
672
669
|
button: {
|
|
673
|
-
borderRadius: '
|
|
674
|
-
height: '35px',
|
|
670
|
+
borderRadius: '8px',
|
|
675
671
|
},
|
|
676
672
|
},
|
|
677
673
|
copyrightText: {
|
|
@@ -960,8 +956,8 @@ var shapermint = {
|
|
|
960
956
|
favicon: 'https://cdn.shopify.com/s/files/1/2679/8624/files/shapermint_favicon-128x128.png',
|
|
961
957
|
logo: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@main/images/shapermint/shapermint_logo_black.svg',
|
|
962
958
|
logoSize: {
|
|
963
|
-
width: '
|
|
964
|
-
height: '
|
|
959
|
+
width: '204',
|
|
960
|
+
height: '35',
|
|
965
961
|
},
|
|
966
962
|
upsellLogo: {
|
|
967
963
|
url: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@main/images/shapermint/shapermint_logo_black.svg',
|
|
@@ -747,12 +747,8 @@ var truekind = {
|
|
|
747
747
|
},
|
|
748
748
|
},
|
|
749
749
|
expressCheckout: {
|
|
750
|
-
fontFamily: '-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica,Arial, sans-serif',
|
|
751
|
-
fontWeight: 500,
|
|
752
|
-
lineHeight: '16px',
|
|
753
750
|
button: {
|
|
754
751
|
borderRadius: '4px',
|
|
755
|
-
height: '35px',
|
|
756
752
|
},
|
|
757
753
|
},
|
|
758
754
|
copyrightText: {
|
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.258",
|
|
7
7
|
"private": false,
|
|
8
8
|
"main": "build/index.js",
|
|
9
9
|
"style": "build/index.css",
|