@thirstie/ecomm-vue 1.4.0 → 1.4.2
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/README.md +4 -2
- package/dist/thirstie-ecomm-vue.cjs +6 -6
- package/dist/thirstie-ecomm-vue.iife.js +6 -6
- package/dist/thirstie-ecomm-vue.js +6462 -6349
- package/dist/thirstie-ecomm-vue.umd.cjs +6 -6
- package/dist/thirstiebase.css +7 -0
- package/package.json +4 -4
package/dist/thirstiebase.css
CHANGED
|
@@ -58,6 +58,7 @@
|
|
|
58
58
|
--th-checkout-form-bg: var(--th-c-white);
|
|
59
59
|
--th-checkout-input-bg: var(--th-c-white);
|
|
60
60
|
--th-checkout-input-disabled-bg: var(--th-c-greysLightestGrey);
|
|
61
|
+
--th-checkout-button-disabled-bg: var(--th-c-greysLightestGrey);
|
|
61
62
|
--th-checkout-card-bg: var(--th-checkout-form-bg);
|
|
62
63
|
--th-checkout-border: var(--th-border-form);
|
|
63
64
|
--th-checkout-border-radius: var(--th-border-radius);
|
|
@@ -73,4 +74,10 @@
|
|
|
73
74
|
--th-checkout-payment-input-text-color: var(--th-c-black);
|
|
74
75
|
--th-checkout-payment-placeholder-text-color: var(--th-c-greysMediumDarkGrey);
|
|
75
76
|
--th-checkout-payment-input-focus-outline: var(--th-input-focus-outline);
|
|
77
|
+
|
|
78
|
+
/*
|
|
79
|
+
variables that are undefined by default, but can be used to override other settings
|
|
80
|
+
--th-c-header-icon: sets iconColor in CartNav & UserNav
|
|
81
|
+
--th-c-header-icon-count: sets countColor in CartNav & UserNav
|
|
82
|
+
*/
|
|
76
83
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thirstie/ecomm-vue",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
@@ -26,10 +26,10 @@
|
|
|
26
26
|
"vue": "^3.4.21"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@thirstie/assets": "^1.4.
|
|
30
|
-
"@thirstie/thirstieclient": "^1.4.
|
|
29
|
+
"@thirstie/assets": "^1.4.2",
|
|
30
|
+
"@thirstie/thirstieclient": "^1.4.2",
|
|
31
31
|
"@vueuse/core": "^11.0.1",
|
|
32
32
|
"ramda": "^0.29.1"
|
|
33
33
|
},
|
|
34
|
-
"gitHead": "
|
|
34
|
+
"gitHead": "1ffa053212d1c4989b5c3750e0c40cf489d5e0d1"
|
|
35
35
|
}
|