@kiva/kv-shop 3.7.40 → 3.7.41

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.
@@ -1,6 +1,7 @@
1
1
  import { toRefs as v, ref as m, watch as n, onMounted as M } from "vue";
2
2
  import "@mdi/js";
3
3
  /* empty css */
4
+ /* empty css */
4
5
  import P from "../kv-components/dist/vue/KvLoadingSpinner.js";
5
6
  import "@kiva/kv-tokens";
6
7
  /* empty css */
@@ -55,7 +56,7 @@ import "../kv-components/dist/vue/KvWwwHeader/KvHeaderLinkBar2.js";
55
56
  /* empty css */
56
57
  import "../kv-components/dist/utils/loanCard.js";
57
58
  import T, { defaultPaymentTypes as I } from "../useBraintreeDropIn.js";
58
- const kt = {
59
+ const qt = {
59
60
  components: {
60
61
  KvLoadingSpinner: P
61
62
  },
@@ -160,5 +161,5 @@ const kt = {
160
161
  }
161
162
  };
162
163
  export {
163
- kt as default
164
+ qt as default
164
165
  };
@@ -3,11 +3,12 @@ import { gql as o } from "@apollo/client/core";
3
3
  import "date-fns";
4
4
  import "numeral";
5
5
  /* empty css */
6
+ /* empty css */
6
7
  import "@mdi/js";
7
8
  import "@vueuse/integrations/useFocusTrap";
8
9
  import "./KvLendCta2.js";
9
10
  /* empty css */
10
- const s = o`
11
+ const l = o`
11
12
  fragment KvLoanActivities on LoanBasic {
12
13
  id
13
14
  name
@@ -21,5 +22,5 @@ const s = o`
21
22
  }
22
23
  `;
23
24
  export {
24
- s as KV_LOAN_ACTIVITIES_FRAGMENT
25
+ l as KV_LOAN_ACTIVITIES_FRAGMENT
25
26
  };
@@ -0,0 +1 @@
1
+ .kiva-k__normal[data-v-a36f82cb]{height:60%}.kiva-k__small[data-v-a36f82cb]{height:70%}.kiva-k__white[data-v-a36f82cb]{fill:#fff}.kiva-k__green-light[data-v-a36f82cb]{fill:#78c79f}
@@ -2,7 +2,8 @@ import { defineAsyncComponent as o } from "vue";
2
2
  import "@mdi/js";
3
3
  import "numeral";
4
4
  import "@kiva/kv-tokens";
5
- import "../KvLoadingPlaceholder.css";
5
+ /* empty css */
6
+ /* empty css */
6
7
  o(() => import("./KvHeaderMobileMenu.js"));
7
8
  o(() => import("./KvHeaderMyKivaMenu.js"));
8
9
  o(() => import("./LendMenu/KvLendMenu.js"));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kiva/kv-shop",
3
- "version": "3.7.40",
3
+ "version": "3.7.41",
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.2.0",
37
+ "@kiva/kv-components": "^8.3.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": "9368a78f6e3cf82333c6dd52c3c0d9c52c304963"
66
+ "gitHead": "59231e457a4057d240dacbf1caa563f8e14625fa"
67
67
  }