@kiva/kv-shop 3.7.87 → 3.7.88
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.
|
@@ -26,6 +26,7 @@ import "@vuepic/vue-datepicker/dist/main.css";
|
|
|
26
26
|
/* empty css */
|
|
27
27
|
import "change-case";
|
|
28
28
|
/* empty css */
|
|
29
|
+
/* empty css */
|
|
29
30
|
/* empty css */
|
|
30
31
|
/* empty css */
|
|
31
32
|
import "../kv-components/dist/vue/KvIntroductionLoanCard2.js";
|
|
@@ -66,7 +67,7 @@ import "../kv-components/dist/vue/KvWwwHeaderBasic/KvWwwHeaderBasic2.js";
|
|
|
66
67
|
/* empty css */
|
|
67
68
|
import "../kv-components/dist/utils/loanCard.js";
|
|
68
69
|
import T, { defaultPaymentTypes as I } from "../useBraintreeDropIn.js";
|
|
69
|
-
const
|
|
70
|
+
const Ft = {
|
|
70
71
|
components: {
|
|
71
72
|
KvLoadingSpinner: P
|
|
72
73
|
},
|
|
@@ -171,5 +172,5 @@ const Et = {
|
|
|
171
172
|
}
|
|
172
173
|
};
|
|
173
174
|
export {
|
|
174
|
-
|
|
175
|
+
Ft as default
|
|
175
176
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.image-upload-icon[data-v-ea802cf6]{background-color:#ffffffbf;border-radius:9px;display:flex;align-items:center;justify-content:center;border-radius:.5rem}.image-upload-icon--circle[data-v-ea802cf6]{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-shadow: 0 1px 4px 0 rgb(0 0 0 / .08);--tw-shadow-colored: 0 1px 4px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kiva/kv-shop",
|
|
3
|
-
"version": "3.7.
|
|
3
|
+
"version": "3.7.88",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@apollo/client": "^3.13.1",
|
|
36
36
|
"@kiva/kv-analytics": "^1.3.1",
|
|
37
|
-
"@kiva/kv-components": "^8.
|
|
37
|
+
"@kiva/kv-components": "^8.18.0",
|
|
38
38
|
"@kiva/vite-plugin-vue-lib-css": "^2.0.0",
|
|
39
39
|
"@types/braintree-web-drop-in": "^1.39.3",
|
|
40
40
|
"@types/jest": "^29.5.14",
|
|
@@ -63,5 +63,5 @@
|
|
|
63
63
|
"numeral": "2.x",
|
|
64
64
|
"vue": "3.x"
|
|
65
65
|
},
|
|
66
|
-
"gitHead": "
|
|
66
|
+
"gitHead": "34c0c8109e5d079a5d08fedda139c2ecee8fdc8e"
|
|
67
67
|
}
|