@trafilea/afrodita-components 6.0.0 → 6.1.0
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 +19 -8
- package/build/index.esm.js +353 -298
- package/build/index.esm.js.map +1 -1
- package/build/index.js +353 -298
- package/build/index.js.map +1 -1
- package/build/theme/revel.theme.js +9 -1
- package/build/theme/shapermint.theme.js +9 -1
- package/build/theme/thespadr.theme.js +11 -3
- package/build/theme/truekind.theme.js +9 -1
- package/package.json +1 -1
|
@@ -154,6 +154,14 @@ var revel = {
|
|
|
154
154
|
contrast: '--colors-text-color',
|
|
155
155
|
},
|
|
156
156
|
},
|
|
157
|
+
red: {
|
|
158
|
+
color: '#D3373C',
|
|
159
|
+
contrast: '--colors-shades-white-color',
|
|
160
|
+
soft: {
|
|
161
|
+
color: '#DBBFBF',
|
|
162
|
+
contrast: '--colors-text-color',
|
|
163
|
+
},
|
|
164
|
+
},
|
|
157
165
|
creamy: {
|
|
158
166
|
color: '#FFE9D8',
|
|
159
167
|
contrast: '--colors-text-color',
|
|
@@ -1057,7 +1065,7 @@ var revel = {
|
|
|
1057
1065
|
],
|
|
1058
1066
|
},
|
|
1059
1067
|
assets: {
|
|
1060
|
-
cdn: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@1.3.
|
|
1068
|
+
cdn: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@1.3.4/common',
|
|
1061
1069
|
images: {
|
|
1062
1070
|
favicon: 'https://cdn11.bigcommerce.com/s-fjtlubkm6t/images/stencil/original/image-manager/favicon.png',
|
|
1063
1071
|
logo: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@main/images/revel/revelbeauty.svg',
|
|
@@ -154,6 +154,14 @@ var shapermint = {
|
|
|
154
154
|
contrast: '--colors-text-color',
|
|
155
155
|
},
|
|
156
156
|
},
|
|
157
|
+
red: {
|
|
158
|
+
color: '#D3373C',
|
|
159
|
+
contrast: '--colors-shades-white-color',
|
|
160
|
+
soft: {
|
|
161
|
+
color: '#DBBFBF',
|
|
162
|
+
contrast: '--colors-text-color',
|
|
163
|
+
},
|
|
164
|
+
},
|
|
157
165
|
creamy: {
|
|
158
166
|
color: '#FFE9D8',
|
|
159
167
|
contrast: '--colors-text-color',
|
|
@@ -1007,7 +1015,7 @@ var shapermint = {
|
|
|
1007
1015
|
],
|
|
1008
1016
|
},
|
|
1009
1017
|
assets: {
|
|
1010
|
-
cdn: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@1.3.
|
|
1018
|
+
cdn: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@1.3.4/common',
|
|
1011
1019
|
images: {
|
|
1012
1020
|
favicon: 'https://cdn.shopify.com/s/files/1/0021/4889/2732/files/Favicon_pink_196x_fedce07d-d19c-4ca4-a53a-5a55869cfc1e.png?v=1619463864',
|
|
1013
1021
|
logo: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@main/images/shapermint/shapermint_logo_black.svg',
|
|
@@ -109,6 +109,14 @@ var tsd = {
|
|
|
109
109
|
color: '#686872',
|
|
110
110
|
contrast: '--colors-shades-white-color',
|
|
111
111
|
},
|
|
112
|
+
red: {
|
|
113
|
+
color: '#D3373C',
|
|
114
|
+
contrast: '--colors-shades-white-color',
|
|
115
|
+
soft: {
|
|
116
|
+
color: '#DBBFBF',
|
|
117
|
+
contrast: '--colors-text-color',
|
|
118
|
+
},
|
|
119
|
+
},
|
|
112
120
|
},
|
|
113
121
|
shades: {
|
|
114
122
|
black: { color: '#000', contrast: '--colors-shades-white-color' },
|
|
@@ -568,7 +576,7 @@ var tsd = {
|
|
|
568
576
|
fontSize: '24px',
|
|
569
577
|
},
|
|
570
578
|
currency: {
|
|
571
|
-
color: '--colors-shades-
|
|
579
|
+
color: '--colors-shades-250-color',
|
|
572
580
|
fontSize: '14px',
|
|
573
581
|
lineHeight: '22px',
|
|
574
582
|
alignSelf: 'flex-end',
|
|
@@ -581,7 +589,7 @@ var tsd = {
|
|
|
581
589
|
},
|
|
582
590
|
subTotal: {
|
|
583
591
|
basicSubTotal: {
|
|
584
|
-
family: '
|
|
592
|
+
family: 'Poppins',
|
|
585
593
|
size: '16px',
|
|
586
594
|
weight: 700,
|
|
587
595
|
lineHeight: '20px',
|
|
@@ -1028,7 +1036,7 @@ var tsd = {
|
|
|
1028
1036
|
],
|
|
1029
1037
|
},
|
|
1030
1038
|
assets: {
|
|
1031
|
-
cdn: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@1.3.
|
|
1039
|
+
cdn: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@1.3.4/common',
|
|
1032
1040
|
images: {
|
|
1033
1041
|
favicon: 'https://cdn.shopify.com/s/files/1/0912/0596/files/TSD_favicon.png?v=1692384832',
|
|
1034
1042
|
logo: 'https://cdn.shopify.com/s/files/1/0912/0596/files/thespadr_logo_new.svg?v=1696594843',
|
|
@@ -120,6 +120,14 @@ var truekind = {
|
|
|
120
120
|
contrast: '--colors-text-color',
|
|
121
121
|
},
|
|
122
122
|
},
|
|
123
|
+
red: {
|
|
124
|
+
color: '#D3373C',
|
|
125
|
+
contrast: '--colors-shades-white-color',
|
|
126
|
+
soft: {
|
|
127
|
+
color: '#DBBFBF',
|
|
128
|
+
contrast: '--colors-text-color',
|
|
129
|
+
},
|
|
130
|
+
},
|
|
123
131
|
},
|
|
124
132
|
shades: {
|
|
125
133
|
black: { color: '#000', contrast: '--colors-shades-white-color' },
|
|
@@ -999,7 +1007,7 @@ var truekind = {
|
|
|
999
1007
|
],
|
|
1000
1008
|
},
|
|
1001
1009
|
assets: {
|
|
1002
|
-
cdn: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@1.3.
|
|
1010
|
+
cdn: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@1.3.4/common',
|
|
1003
1011
|
images: {
|
|
1004
1012
|
favicon: 'https://cdn.shopify.com/s/files/1/0450/0901/0853/files/1_32x.png',
|
|
1005
1013
|
logo: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@main/images/truekind/tkd_logo_checkout.svg',
|
package/package.json
CHANGED