@kiva/kv-shop 3.7.97 → 3.7.99

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.
@@ -52,6 +52,8 @@ import "../kv-components/dist/utils/pieChartColors.js";
52
52
  /* empty css */
53
53
  /* empty css */
54
54
  /* empty css */
55
+ import "../kv-components/dist/utils/chartColors.js";
56
+ /* empty css */
55
57
  import "../kv-components/dist/vue/KvTreeMapChart2.js";
56
58
  /* empty css */
57
59
  /* empty css */
@@ -67,7 +69,7 @@ import "../kv-components/dist/vue/KvWwwHeaderBasic/KvWwwHeaderBasic2.js";
67
69
  /* empty css */
68
70
  import "../kv-components/dist/utils/loanCard.js";
69
71
  import T, { defaultPaymentTypes as I } from "../useBraintreeDropIn.js";
70
- const Ft = {
72
+ const Kt = {
71
73
  components: {
72
74
  KvLoadingSpinner: P
73
75
  },
@@ -172,5 +174,5 @@ const Ft = {
172
174
  }
173
175
  };
174
176
  export {
175
- Ft as default
177
+ Kt as default
176
178
  };
@@ -0,0 +1,16 @@
1
+ import r from "@kiva/kv-tokens";
2
+ const { colors: e } = r;
3
+ // Tier 1 — Bold primaries
4
+ e["eco-green"][3], // #276A43
5
+ e.marigold.DEFAULT, // #F4B539
6
+ e["desert-rose"].DEFAULT, // Custom purple for contrast
7
+ e.stone[3], // #635544
8
+ e.brand[500], // #4AB67E
9
+ e.marigold[3], // #996210
10
+ // Tier 2 — Lighter variants
11
+ e["eco-green"][2], // #78C79F
12
+ e.marigold[2], // #F8CD69
13
+ e["desert-rose"][2], // #E0988D
14
+ e.stone[2], // #AA9E8D
15
+ e.brand[300], // #95D4B3
16
+ e["desert-rose"][3];
@@ -1,18 +1,5 @@
1
- import e from "@kiva/kv-tokens";
2
- const { colors: r } = e;
3
- r.gray[200];
4
- r.gray[300];
5
- // Tier 1 — Bold primaries
6
- r["eco-green"][3], // #276A43
7
- r.marigold.DEFAULT, // #F4B539
8
- r["desert-rose"].DEFAULT, // Custom purple for contrast
9
- r.stone[3], // #635544
10
- r.brand[500], // #4AB67E
11
- r.marigold[3], // #996210
12
- // Tier 2 — Lighter variants
13
- r["eco-green"][2], // #78C79F
14
- r.marigold[2], // #F8CD69
15
- r["desert-rose"][2], // #E0988D
16
- r.stone[2], // #AA9E8D
17
- r.brand[300], // #95D4B3
18
- r["desert-rose"][3];
1
+ import r from "@kiva/kv-tokens";
2
+ import "./chartColors.js";
3
+ const { colors: o } = r;
4
+ o.gray[200];
5
+ o.gray[300];
@@ -0,0 +1 @@
1
+ .kv-stacked-bar-graph__svg[data-v-b160f168]{height:auto;max-width:100%}.kv-stacked-bar-graph__swatch[data-v-b160f168]{width:12px;height:12px}.kv-stacked-bar-graph__segment[data-v-b160f168]{pointer-events:none;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.kv-stacked-bar-graph__bar:hover .kv-stacked-bar-graph__segment[data-v-b160f168],.kv-stacked-bar-graph__bar:focus-within .kv-stacked-bar-graph__segment[data-v-b160f168]{opacity:.85}.kv-stacked-bar-graph__hit[data-v-b160f168]{cursor:pointer;fill:transparent}.kv-stacked-bar-graph__hit[data-v-b160f168]:focus{outline:2px solid transparent;outline-offset:2px}.kv-stacked-bar-graph__hit[data-v-b160f168]:focus-visible{stroke:rgb(var(--text-primary));stroke-width:2}.kv-stacked-bar-graph__gridline[data-v-b160f168]{stroke:rgb(var(--text-tertiary));stroke-width:1;opacity:.25}.kv-stacked-bar-graph__axis-label[data-v-b160f168]{fill:currentColor;--tw-text-opacity: 1;color:rgba(var(--text-tertiary),var(--tw-text-opacity, 1));font-size:13px}.kv-stacked-bar-graph__total-label[data-v-b160f168]{fill:currentColor;--tw-text-opacity: 1;color:rgba(var(--text-secondary),var(--tw-text-opacity, 1));font-size:13px;font-weight:600}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kiva/kv-shop",
3
- "version": "3.7.97",
3
+ "version": "3.7.99",
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.2",
37
- "@kiva/kv-components": "^8.21.1",
37
+ "@kiva/kv-components": "^8.22.1",
38
38
  "@kiva/vite-plugin-vue-lib-css": "^2.0.0",
39
39
  "@types/braintree-web-drop-in": "^1.39.3",
40
40
  "braintree-web-drop-in": "^1.44.1",
@@ -49,5 +49,5 @@
49
49
  "numeral": "2.x",
50
50
  "vue": "3.x"
51
51
  },
52
- "gitHead": "4a6cdd82691d5045a4a728788200bc1980898558"
52
+ "gitHead": "8e9747e108aa989327a863ddb8b985490fe271f0"
53
53
  }