@kiva/kv-shop 3.7.88 → 3.7.89
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/dist/kv-components/dist/vue/KvWwwHeaderBasic/LinkBar.css +1 -1
- package/dist/kv-components/dist/vue/KvWwwHeaderBasic/MobileMenu.css +1 -1
- package/dist/kv-components/dist/vue/KvWwwHeaderBasic/MobileMenu.js +11 -10
- package/dist/kv-components/dist/vue/KvWwwHeaderBasic/MobileMenu2.js +15 -12
- package/package.json +3 -3
|
@@ -1 +1 @@
|
|
|
1
|
-
.link-bar[data-v-
|
|
1
|
+
.link-bar[data-v-d90acda7]{display:flex;align-items:center;gap:.5rem}.link-bar__logo[data-v-d90acda7]{position:absolute;top:50%;left:50%;--tw-translate-x: -50%;--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}@media (min-width: 45.875rem){.link-bar[data-v-d90acda7]{display:grid;-moz-column-gap:1rem;column-gap:1rem;grid-template-areas:"logo lend right" "search search search";grid-template-columns:1fr auto auto;grid-template-rows:4rem auto;row-gap:.5rem}.link-bar__logo[data-v-d90acda7]{position:static;--tw-translate-x: 0;--tw-translate-y: 0;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));grid-area:logo;justify-self:start}.link-bar__lend[data-v-d90acda7]{grid-area:lend}.link-bar__search[data-v-d90acda7]{grid-area:search;margin-bottom:.5rem}.link-bar__right[data-v-d90acda7]{grid-area:right}}@media (min-width: 64rem){.link-bar[data-v-d90acda7]{-moz-column-gap:1.25rem;column-gap:1.25rem;grid-template-areas:"logo lend search right";grid-template-columns:auto auto 1fr auto;grid-template-rows:4rem}.link-bar__search[data-v-d90acda7]{margin-bottom:0}}.header-link[data-v-d90acda7]{cursor:pointer;padding-top:1rem;padding-bottom:1rem;--tw-text-opacity: 1;color:rgba(var(--text-primary),var(--tw-text-opacity, 1));text-decoration-line:none}.header-link[data-v-d90acda7]:hover{--tw-text-opacity: 1;color:rgba(var(--text-action),var(--tw-text-opacity, 1));text-decoration-line:none}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.mobile-link[data-v-
|
|
1
|
+
.mobile-link[data-v-bc7e1655]{--tw-text-opacity: 1;color:rgba(var(--text-primary),var(--tw-text-opacity, 1));text-decoration-line:none}.mobile-link[data-v-bc7e1655]:hover{--tw-text-opacity: 1;color:rgba(var(--text-action),var(--tw-text-opacity, 1));text-decoration-line:underline}#header-basic-mobile-about-container[data-v-bc7e1655] button{padding-top:0;padding-bottom:0}#header-basic-mobile-about-container[data-v-bc7e1655] nav{padding-bottom:0}
|
|
@@ -1,20 +1,21 @@
|
|
|
1
1
|
import s from "./MobileMenu2.js";
|
|
2
|
-
import { resolveComponent as l, createElementBlock as
|
|
2
|
+
import { resolveComponent as l, createElementBlock as u, openBlock as w, createVNode as i, createElementVNode as t, withCtx as r } from "vue";
|
|
3
3
|
import "./MobileMenu.css";
|
|
4
|
-
import
|
|
4
|
+
import m from "../../_virtual/_plugin-vue_export-helper.js";
|
|
5
5
|
const b = {
|
|
6
6
|
id: "header-basic-mobile-about-container",
|
|
7
7
|
class: "tw-flex tw-flex-col tw-items-stretch tw-font-medium tw-p-2.5 md:tw-hidden"
|
|
8
|
-
},
|
|
8
|
+
}, p = {
|
|
9
9
|
"aria-label": "Mobile menu",
|
|
10
10
|
class: "tw-flex tw-flex-col tw-gap-2 tw-pt-1.5"
|
|
11
11
|
};
|
|
12
|
-
function k
|
|
12
|
+
function d(k, e, f, o, C, h) {
|
|
13
13
|
const a = l("about-menu"), c = l("kv-accordion-item");
|
|
14
|
-
return
|
|
14
|
+
return w(), u("div", b, [
|
|
15
15
|
i(c, {
|
|
16
16
|
id: "kv-www-header-basic-about",
|
|
17
|
-
class: "tw-w-full tw-border-b-0"
|
|
17
|
+
class: "tw-w-full tw-border-b-0",
|
|
18
|
+
onToggle: o.onAboutToggle
|
|
18
19
|
}, {
|
|
19
20
|
header: r(() => e[3] || (e[3] = [
|
|
20
21
|
t("span", { class: "tw-text-button tw-pb-0.5" }, " About ", -1)
|
|
@@ -26,8 +27,8 @@ function k(p, e, f, o, C, h) {
|
|
|
26
27
|
}, null, 8, ["onClosingMenu"])
|
|
27
28
|
]),
|
|
28
29
|
_: 1
|
|
29
|
-
}),
|
|
30
|
-
t("nav",
|
|
30
|
+
}, 8, ["onToggle"]),
|
|
31
|
+
t("nav", p, [
|
|
31
32
|
t("a", {
|
|
32
33
|
href: "/about/partner-with-us",
|
|
33
34
|
class: "mobile-link",
|
|
@@ -46,7 +47,7 @@ function k(p, e, f, o, C, h) {
|
|
|
46
47
|
])
|
|
47
48
|
]);
|
|
48
49
|
}
|
|
49
|
-
const
|
|
50
|
+
const M = /* @__PURE__ */ m(s, [["render", d], ["__scopeId", "data-v-bc7e1655"]]);
|
|
50
51
|
export {
|
|
51
|
-
|
|
52
|
+
M as default
|
|
52
53
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { inject as
|
|
1
|
+
import { inject as u } from "vue";
|
|
2
2
|
import m from "../KvAccordionItem.js";
|
|
3
|
-
import
|
|
4
|
-
const
|
|
3
|
+
import r from "./AboutMenu.js";
|
|
4
|
+
const f = {
|
|
5
5
|
name: "MobileMenu",
|
|
6
|
-
components: { KvAccordionItem: m, AboutMenu:
|
|
6
|
+
components: { KvAccordionItem: m, AboutMenu: r },
|
|
7
7
|
props: {
|
|
8
8
|
loggedIn: {
|
|
9
9
|
type: Boolean,
|
|
@@ -19,18 +19,21 @@ const p = {
|
|
|
19
19
|
}
|
|
20
20
|
},
|
|
21
21
|
emits: ["closing-menu"],
|
|
22
|
-
setup(
|
|
23
|
-
const
|
|
22
|
+
setup(s, { emit: e }) {
|
|
23
|
+
const n = u("$kvTrackEvent", () => {
|
|
24
24
|
});
|
|
25
|
-
function
|
|
26
|
-
|
|
25
|
+
function t() {
|
|
26
|
+
e("closing-menu");
|
|
27
27
|
}
|
|
28
|
-
function
|
|
29
|
-
|
|
28
|
+
function i({ open: o }) {
|
|
29
|
+
o && n("TopNav", "hover-About-menu", "About");
|
|
30
30
|
}
|
|
31
|
-
|
|
31
|
+
function l(o) {
|
|
32
|
+
n("TopNav", o), e("closing-menu");
|
|
33
|
+
}
|
|
34
|
+
return { onClose: t, onAboutToggle: i, onLinkClick: l };
|
|
32
35
|
}
|
|
33
36
|
};
|
|
34
37
|
export {
|
|
35
|
-
|
|
38
|
+
f as default
|
|
36
39
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kiva/kv-shop",
|
|
3
|
-
"version": "3.7.
|
|
3
|
+
"version": "3.7.89",
|
|
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.18.
|
|
37
|
+
"@kiva/kv-components": "^8.18.1",
|
|
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": "780ac87631c63baa1b900f0ee1a89e327476b263"
|
|
67
67
|
}
|