@caseparts-org/caseblocks 0.0.38 → 0.0.39
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/assets/MainNav.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._main_hvdtw_1{box-shadow:#bbb3 0 8px 24px;padding:var(--spacing-0-5) 0;z-index:1;position:relative}._topNav_hvdtw_8{padding-bottom:var(--spacing-0-5);gap:var(--spacing-1-5)}@media (max-width: 1281px){._topNav_hvdtw_8{gap:var(--spacing-1)}}._operations_hvdtw_15{gap:var(--spacing-1-5);width:100%}@media (max-width: 1281px){._operations_hvdtw_15{gap:var(--spacing-1)}}._search_hvdtw_22{flex:1}._siteLink_hvdtw_25{color:var(--color-brand-primary-primary-black);cursor:default}._accountArea_hvdtw_29{width:145px}@media (max-width: 1281px){._accountArea_hvdtw_29{width:min-content}}._cart_hvdtw_35{border:none;padding:0;margin:0;background-color:transparent}._category_hvdtw_41{list-style:none}._category_hvdtw_41 a{color:var(--text-text-primary);font-weight:var(--font-weight-semibold);text-decoration:none;display:flex;flex-direction:row;align-items:center}@media (max-width: 1281px){._category_hvdtw_41 a{justify-content:space-between;width:100%}}._category_hvdtw_41 a:hover{color:var(--color-brand-primary-primary-teal-blue);text-decoration:none}._category_hvdtw_41 a path{fill:var(--color-brand-primary-primary-teal-blue)}._menuList_hvdtw_63{list-style:none;padding:0;margin:0;height:min-content;border:1px solid var(--border-border-secondary-btn, #dfdfdf)}._menuList_hvdtw_63>li{width:100%;padding:var(--spacing-0-5) var(--spacing-1);border-bottom:1px solid var(--border-border-secondary-btn, #dfdfdf);box-sizing:border-box}._menuList_hvdtw_63>li:last-of-type{border-bottom:none}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx as e, jsxs as n } from "react/jsx-runtime";
|
|
2
2
|
import { Text as p } from "../../atoms/Text/Text.js";
|
|
3
3
|
import { Link as f } from "../../atoms/Link/Link.js";
|
|
4
|
-
import { Icon as
|
|
4
|
+
import { Icon as b } from "../../atoms/Icon/Icon.js";
|
|
5
5
|
import { Flex as s } from "../../atoms/Flex/Flex.js";
|
|
6
|
-
import { Grid as
|
|
6
|
+
import { Grid as k, Column as j } from "../../atoms/Grid/Grid.js";
|
|
7
7
|
import { Logo as D } from "../../molecules/Logo/Logo.js";
|
|
8
8
|
import { SearchBox as d } from "../../molecules/SearchBox/SearchBox.js";
|
|
9
9
|
import { HamburgerMenu as z } from "../../molecules/HamburgerMenu/HamburgerMenu.js";
|
|
@@ -11,7 +11,7 @@ import { ShoppingCart as F } from "../../molecules/Cart/Cart.js";
|
|
|
11
11
|
import { Account as I } from "../../molecules/Account/Account.js";
|
|
12
12
|
import { CategoryNav as U } from "../../molecules/CategoryNav/CategoryNav.js";
|
|
13
13
|
import { c as M } from "../../clsx-OuTLNxxd.js";
|
|
14
|
-
import '../../assets/MainNav.css';const Q = "
|
|
14
|
+
import '../../assets/MainNav.css';const Q = "_main_hvdtw_1", B = "_topNav_hvdtw_8", G = "_operations_hvdtw_15", H = "_search_hvdtw_22", K = "_siteLink_hvdtw_25", P = "_accountArea_hvdtw_29", S = "_category_hvdtw_41", T = "_menuList_hvdtw_63", i = {
|
|
15
15
|
main: Q,
|
|
16
16
|
topNav: B,
|
|
17
17
|
operations: G,
|
|
@@ -29,18 +29,18 @@ function re({
|
|
|
29
29
|
aboutUsRoute: _,
|
|
30
30
|
accountRoute: u,
|
|
31
31
|
contactRoute: l,
|
|
32
|
-
cart:
|
|
33
|
-
cartSubtotal:
|
|
34
|
-
onLoginClick:
|
|
32
|
+
cart: v,
|
|
33
|
+
cartSubtotal: N,
|
|
34
|
+
onLoginClick: w,
|
|
35
35
|
onSearch: h,
|
|
36
|
-
onItemQtyChange:
|
|
37
|
-
onItemDelete:
|
|
38
|
-
onItemEdit:
|
|
39
|
-
onCheckout:
|
|
40
|
-
className:
|
|
41
|
-
...
|
|
36
|
+
onItemQtyChange: A,
|
|
37
|
+
onItemDelete: g,
|
|
38
|
+
onItemEdit: x,
|
|
39
|
+
onCheckout: L,
|
|
40
|
+
className: C,
|
|
41
|
+
...y
|
|
42
42
|
}) {
|
|
43
|
-
return /* @__PURE__ */ e(
|
|
43
|
+
return /* @__PURE__ */ e(k, { ...y, gridWrapperClassName: M(i.main, C), children: /* @__PURE__ */ n(j, { span: 12, children: [
|
|
44
44
|
/* @__PURE__ */ n(
|
|
45
45
|
s,
|
|
46
46
|
{
|
|
@@ -67,19 +67,19 @@ function re({
|
|
|
67
67
|
{
|
|
68
68
|
account: a,
|
|
69
69
|
accountRoute: u,
|
|
70
|
-
onLoginClick:
|
|
70
|
+
onLoginClick: w,
|
|
71
71
|
className: i.avatar
|
|
72
72
|
}
|
|
73
73
|
) }),
|
|
74
74
|
/* @__PURE__ */ e(
|
|
75
75
|
F,
|
|
76
76
|
{
|
|
77
|
-
cart:
|
|
78
|
-
onItemDelete:
|
|
79
|
-
onItemEdit:
|
|
80
|
-
onItemQtyChange:
|
|
81
|
-
onCheckout:
|
|
82
|
-
subtotal:
|
|
77
|
+
cart: v,
|
|
78
|
+
onItemDelete: g,
|
|
79
|
+
onItemEdit: x,
|
|
80
|
+
onItemQtyChange: A,
|
|
81
|
+
onCheckout: L,
|
|
82
|
+
subtotal: N
|
|
83
83
|
}
|
|
84
84
|
),
|
|
85
85
|
/* @__PURE__ */ e(z, { hideAt: ["lg"], children: /* @__PURE__ */ n("ul", { className: i.menuList, children: [
|
|
@@ -90,7 +90,7 @@ function re({
|
|
|
90
90
|
t && t.map((c) => /* @__PURE__ */ e("li", { className: i.category, children: /* @__PURE__ */ n(f, { href: c.route, children: [
|
|
91
91
|
/* @__PURE__ */ e(p, { size: "sm", weight: "semibold", children: c.label }),
|
|
92
92
|
/* @__PURE__ */ e(
|
|
93
|
-
|
|
93
|
+
b,
|
|
94
94
|
{
|
|
95
95
|
iconKey: "fa-solid fa-chevron-right",
|
|
96
96
|
title: "Navigate",
|