@faststore/ui 3.0.74 → 3.0.75
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@faststore/ui",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.75",
|
|
4
4
|
"description": "A lightweight, framework agnostic component library for React",
|
|
5
5
|
"author": "emersonlaurentino",
|
|
6
6
|
"license": "MIT",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
}
|
|
49
49
|
],
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@faststore/components": "^3.0.
|
|
51
|
+
"@faststore/components": "^3.0.75",
|
|
52
52
|
"include-media": "^1.4.10",
|
|
53
53
|
"modern-normalize": "^1.1.0",
|
|
54
54
|
"react-swipeable": "^7.0.0",
|
|
@@ -71,5 +71,5 @@
|
|
|
71
71
|
"volta": {
|
|
72
72
|
"extends": "../../package.json"
|
|
73
73
|
},
|
|
74
|
-
"gitHead": "
|
|
74
|
+
"gitHead": "7f2d9f2ff3c78082aff7e7c75f920e007af5bccc"
|
|
75
75
|
}
|
|
@@ -12,6 +12,11 @@
|
|
|
12
12
|
--fs-order-summary-total-text-size : var(--fs-text-size-3);
|
|
13
13
|
--fs-order-summary-total-text-font-weight : var(--fs-text-weight-bold);
|
|
14
14
|
|
|
15
|
+
// Taxes label
|
|
16
|
+
--fs-order-summary-taxes-label-color : var(--fs-color-info-text);
|
|
17
|
+
--fs-order-summary-taxes-text-size : var(--fs-text-size-tiny);
|
|
18
|
+
--fs-order-summary-taxes-text-weight : var(--fs-text-weight-regular);
|
|
19
|
+
|
|
15
20
|
// --------------------------------------------------------
|
|
16
21
|
// Structural Styles
|
|
17
22
|
// --------------------------------------------------------
|
|
@@ -31,6 +36,12 @@
|
|
|
31
36
|
font-weight: var(--fs-order-summary-total-text-font-weight);
|
|
32
37
|
}
|
|
33
38
|
|
|
39
|
+
&[data-fs-order-summary-taxes-label] {
|
|
40
|
+
color: var(--fs-order-summary-taxes-label-color);
|
|
41
|
+
font-size: var(--fs-order-summary-taxes-text-size);
|
|
42
|
+
font-weight: var(--fs-order-summary-taxes-text-weight);
|
|
43
|
+
}
|
|
44
|
+
|
|
34
45
|
&:last-of-type {
|
|
35
46
|
margin-bottom: var(--fs-order-summary-margin-bottom);
|
|
36
47
|
}
|
|
@@ -42,6 +42,11 @@
|
|
|
42
42
|
--fs-product-card-out-of-stock-bkg-color : var(--fs-color-disabled-bkg);
|
|
43
43
|
--fs-product-card-out-of-stock-img-opacity : .5;
|
|
44
44
|
|
|
45
|
+
// Taxes label
|
|
46
|
+
--fs-product-card-taxes-label-color : var(--fs-color-info-text);
|
|
47
|
+
--fs-product-card-taxes-text-size : var(--fs-text-size-tiny);
|
|
48
|
+
--fs-product-card-taxes-text-weight : var(--fs-text-weight-regular);
|
|
49
|
+
|
|
45
50
|
// Wide
|
|
46
51
|
--fs-product-card-wide-padding : 0;
|
|
47
52
|
--fs-product-card-wide-content-padding : var(--fs-spacing-2);
|
|
@@ -105,6 +110,12 @@
|
|
|
105
110
|
flex-direction: column;
|
|
106
111
|
row-gap: var(--fs-product-card-gap);
|
|
107
112
|
|
|
113
|
+
[data-fs-product-card-taxes-label] {
|
|
114
|
+
color: var(--fs-product-card-taxes-label-color);
|
|
115
|
+
font-size: var(--fs-product-card-taxes-text-size);
|
|
116
|
+
font-weight: var(--fs-product-card-taxes-text-weight);
|
|
117
|
+
}
|
|
118
|
+
|
|
108
119
|
[data-fs-link] {
|
|
109
120
|
min-height: 100%;
|
|
110
121
|
padding: 0;
|